Repository: brucewlee/lingfeat Branch: master Commit: 4d5d8933d9c8 Files: 71 Total size: 118.1 MB Directory structure: gitextract_0oqnzvih/ ├── .gitattributes ├── .gitignore ├── LICENSE.txt ├── README.md ├── lingfeat/ │ ├── _AdvancedSemantic/ │ │ ├── OSKF.py │ │ ├── WBKF.py │ │ ├── WoKF.py │ │ ├── __init__.py │ │ └── model/ │ │ ├── __init__.py │ │ ├── enwiki100 │ │ ├── enwiki100.expElogbeta.npy │ │ ├── enwiki100.state │ │ ├── enwiki150 │ │ ├── enwiki150.expElogbeta.npy │ │ ├── enwiki150.state │ │ ├── enwiki150.state.sstats.npy │ │ ├── enwiki200 │ │ ├── enwiki200.expElogbeta.npy │ │ ├── enwiki200.state │ │ ├── enwiki200.state.sstats.npy │ │ ├── enwiki50 │ │ ├── enwiki50.expElogbeta.npy │ │ ├── enwiki50.state │ │ ├── onestop100 │ │ ├── onestop100.expElogbeta.npy │ │ ├── onestop100.state │ │ ├── onestop150 │ │ ├── onestop150.expElogbeta.npy │ │ ├── onestop150.state │ │ ├── onestop200 │ │ ├── onestop200.expElogbeta.npy │ │ ├── onestop200.state │ │ ├── onestop50 │ │ ├── onestop50.expElogbeta.npy │ │ ├── onestop50.state │ │ ├── weebit100 │ │ ├── weebit100.expElogbeta.npy │ │ ├── weebit100.state │ │ ├── weebit150 │ │ ├── weebit150.expElogbeta.npy │ │ ├── weebit150.state │ │ ├── weebit200 │ │ ├── weebit200.expElogbeta.npy │ │ ├── weebit200.state │ │ ├── weebit50 │ │ ├── weebit50.expElogbeta.npy │ │ └── weebit50.state │ ├── _Discourse/ │ │ ├── EnDF.py │ │ ├── EnGF.py │ │ └── __init__.py │ ├── _LexicoSemantic/ │ │ ├── PsyF.py │ │ ├── TTRF.py │ │ ├── VarF.py │ │ ├── WorF.py │ │ ├── __init__.py │ │ └── resources/ │ │ ├── AoAKuperman.csv │ │ └── SUBTLEXus.csv │ ├── _ShallowTraditional/ │ │ ├── ShaF.py │ │ ├── TraF.py │ │ └── __init__.py │ ├── _Syntactic/ │ │ ├── POSF.py │ │ ├── PhrF.py │ │ ├── TrSF.py │ │ └── __init__.py │ ├── __init__.py │ ├── extractor.py │ └── utils.py ├── requirements.txt ├── setup.cfg ├── setup.py └── test-lingfeat.py ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitattributes ================================================ *.npy filter=lfs diff=lfs merge=lfs -text *.psd filter=lfs diff=lfs merge=lfs -text ================================================ FILE: .gitignore ================================================ __pycache__/ venv/ dist/ **/.DS_Store MANIFEST.in lingfeat.egg-info ================================================ FILE: LICENSE.txt ================================================ Attribution-ShareAlike 4.0 International ======================================================================= Creative Commons Corporation ("Creative Commons") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an "as-is" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. Using Creative Commons Public Licenses Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. Considerations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC- licensed material, or material used under an exception or limitation to copyright. More considerations for licensors: wiki.creativecommons.org/Considerations_for_licensors Considerations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor's permission is not necessary for any reason--for example, because of any applicable exception or limitation to copyright--then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More_considerations for the public: wiki.creativecommons.org/Considerations_for_licensees ======================================================================= Creative Commons Attribution-ShareAlike 4.0 International Public License By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. Section 1 -- Definitions. a. Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. b. Adapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. c. BY-SA Compatible License means a license listed at creativecommons.org/compatiblelicenses, approved by Creative Commons as essentially the equivalent of this Public License. d. Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. e. Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. f. Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. g. License Elements means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution and ShareAlike. h. Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License. i. Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. j. Licensor means the individual(s) or entity(ies) granting rights under this Public License. k. Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. l. Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. m. You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. Section 2 -- Scope. a. License grant. 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: a. reproduce and Share the Licensed Material, in whole or in part; and b. produce, reproduce, and Share Adapted Material. 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. 3. Term. The term of this Public License is specified in Section 6(a). 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a) (4) never produces Adapted Material. 5. Downstream recipients. a. Offer from the Licensor -- Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. b. Additional offer from the Licensor -- Adapted Material. Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter's License You apply. c. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). b. Other rights. 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. 2. Patent and trademark rights are not licensed under this Public License. 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. Section 3 -- License Conditions. Your exercise of the Licensed Rights is expressly made subject to the following conditions. a. Attribution. 1. If You Share the Licensed Material (including in modified form), You must: a. retain the following if it is supplied by the Licensor with the Licensed Material: i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); ii. a copyright notice; iii. a notice that refers to this Public License; iv. a notice that refers to the disclaimer of warranties; v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; b. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and c. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. b. ShareAlike. In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply. 1. The Adapter's License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-SA Compatible License. 2. You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material. 3. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply. Section 4 -- Sui Generis Database Rights. Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. Section 5 -- Disclaimer of Warranties and Limitation of Liability. a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. Section 6 -- Term and Termination. a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or 2. upon express reinstatement by the Licensor. For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. c. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. d. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. Section 7 -- Other Terms and Conditions. a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. Section 8 -- Interpretation. a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. ======================================================================= Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” The text of the Creative Commons public licenses is dedicated to the public domain under the CC0 Public Domain Dedication. Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark "Creative Commons" or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. Creative Commons may be contacted at creativecommons.org. ================================================ FILE: README.md ================================================ [![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa] [![spaCy](https://img.shields.io/badge/made%20with%20❤%20and-spaCy-09a3d5.svg)](https://spacy.io) PyPI Python 3.5+ LingFeat

# LingFeat - Comprehensive Linguistic Features Extraction Tool for Readability Assessment and Text Simplification - [LingFeat - Comprehensive Linguistic Features Extraction Tool for Readability Assessment and Text Simplification](#lingfeat---comprehensive-linguistic-features-extraction-tool-for-readability-assessment-and-text-simplification) - [Overview](#overview) - [Things to note](#things-to-note) - [Citation](#citation) - [Installation](#installation) - [Usage](#usage) - [Available Features, Code, Definition](#available-features-code-definition) - [Key References](#key-references) - [License](#license) - [Acknowledgement](#acknowledgement) ## Migration Notice - 2023-03-06 LingFeat is now maintained in a new repository named [LFTK](https://github.com/brucewlee/lftk). The new library will have more focus on usability, coverage, multilingualism, and expandability. ## Upgrade Notice - 2022-10-18 I am currently updating this repository, including project structure, feature coverage, and etc. The already existing issues will be reflected, too. Please email at brucelws@seas.upenn.edu for any suggestions. Thank you community for the patience. ## Overview LingFeat is a Python research package for various handcrafted linguistic features. More specifically, LingFeat is an NLP feature extraction software, which currently extracts 255 linguistic features from **English** string input. These features can be divided into five broad linguistic branches: 1. **Advanced Semantic** (AdSem): for measuing complexity of meaning structures (**Not working in some cases. Working on this issue.**) - *Semantic Richness, Noise, and Clarity from trained LDA models (included, no training required)* 2. **Discourse** (Disco): for measuring coherence/cohesion - *Entity Counts, Entity Grid, and Local Coherence score* 3. **Syntactic** (Synta): for measuring the complexity of grammar and structure - *Phrasal Counts (e.g. Noun Phrase), Part-of-Speech Counts, and Tree Structure* 4. **Lexico Semantic** (LxSem): for measuring word/phrasal-specific difficulty - *Type Token Ratio, Variation Score (e.g. Verb Variation), Age-of-Acquistion, and SubtlexUS Frequency* 5. **Shallow Traditional** (ShTra): traditional features/formulas for text difficulty - *Basic Average Counts (words per sentence), Flesch-Kincaid Reading Ease, Smog, Gunning Fog, ...* ## Things to note LingFeat is mainly built for text complexity/difficulty/readability analysis or text simplification studies. But it's role is to simply extract numerical linguistic faetures from a text. Hence, the use cases may vary. We provide guidelines for both basic users and advanced users. Please follow [Usage](#usage) section. ## Citation This software is built for our paper on > @inproceedings{lee-etal-2021-pushing,\ > title = "Pushing on Text Readability Assessment: A Transformer Meets Handcrafted Linguistic Features",\ > author = "Lee, Bruce W. and Jang, Yoo Sung and Lee, Jason",\ > booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",\ > month = nov,\ > year = "2021",\ > address = "Online and Punta Cana, Dominican Republic",\ > publisher = "Association for Computational Linguistics",\ > url = "https://aclanthology.org/2021.emnlp-main.834" > doi = "10.18653/v1/2021.emnlp-main.834",\ > pages = "10669--10686"} *Please cite our paper and provide link to this repository* if you use in this software in research. Most supported features are developed for passage analysis. One sentence input will work fine with the program but won't produce reliable output. ## Installation **Option 1.** Use package manager [pip](https://pip.pypa.io/en/stable/) to install LingFeat. ```bash pip install lingfeat ``` **Option 2.** Install from the repo. (Recommended) You'll need to install the dependencies, including spaCy, by yourself. Ideally, use virtual environment (optional). Use code below for option 2. ```bash git clone https://github.com/brucewlee/lingfeat.git pip install -r lingfeat/requirements.txt ``` ## Usage A. **General Purpose (basic)** If you aren't deeply interested in linguistics, you usually don't require the full feature set of LingFeat. The following code returns a dictionary of 6 outputs from commonly used formulas in predicting readability: - Flesch Kincaid Grade Level *(Feature Code: FleschG_S)* - Automated Readability Index *(Feature Code: AutoRea_S)* - Coleman Liau Readability Score *(Feature Code: ColeLia_S)* - Smog Index *(Feature Code: SmogInd_S)* - Gunning Fog Count Score *(Feature Code: Gunning_S)* - Linsear Write Formula Score *(Feature Code: LinseaW_S)* These formulas are a little outdated... but still widely used. They are designed to match U.S. grade level from 1~12 (i.e. average student of the grade can read the text). Ideally, you could average these 6 outputs to obtain a reliable outcome. ```python from lingfeat import extractor text = "..." LingFeat = extractor.pass_text(text) LingFeat.preprocess() TraF = LingFeat.TraF_() print(TraF) ``` B. **Research/ML/NLP Purpose (advanced)** B.1 ***Spacy Requirements*** This library assumes that you have spaCy sm corpus (that is compatible with spaCy 3.0+) installed. If not, or if you aren't sure, run the following in terminal. ```bash python -m spacy download en_core_web_sm ``` B.2. ***Example*** Due to the wide number of supported features, we defined *subgroups* for features. Hence, features are not accessible individually. Instead, you'd call the *subgroups* to obtain the dictionary of the corresponding features. To broadly understand how these features interact with text readability, difficulty, and complexity, I highly suggest you read Section 2 and 3 in our EMNLP paper. ```python """ Import this is the only import you need """ from lingfeat import extractor """ Pass text here, text must be in string type """ text = "..." LingFeat = extractor.pass_text(text) """ Preprocess text options (all boolean): - short (default False): include short words of < 3 letters - see_token (default False): return token list - see_sent_token (default False): return tokens in sentences output: - n_token - n_sent - token_list (optional) - sent_token_list (optional) """ LingFeat.preprocess() # or # print(LingFeat.preprocess()) """ Extract features each method returns a dictionary of the corresponding features """ # Advanced Semantic (AdSem) Features WoKF = LingFeat.WoKF_() # Wikipedia Knowledge Features WBKF = LingFeat.WBKF_() # WeeBit Corpus Knowledge Features OSKF = LingFeat.OSKF_() # OneStopEng Corpus Knowledge Features # Discourse (Disco) Features EnDF = LingFeat.EnDF_() # Entity Density Features EnGF = LingFeat.EnGF_() # Entity Grid Features # Syntactic (Synta) Features PhrF = LingFeat.PhrF_() # Noun/Verb/Adj/Adv/... Phrasal Features TrSF = LingFeat.TrSF_() # (Parse) Tree Structural Features POSF = LingFeat.POSF_() # Noun/Verb/Adj/Adv/... Part-of-Speech Features # Lexico Semantic (LxSem) Features TTRF = LingFeat.TTRF_() # Type Token Ratio Features VarF = LingFeat.VarF_() # Noun/Verb/Adj/Adv Variation Features PsyF = LingFeat.PsyF_() # Psycholinguistic Difficulty of Words (AoA Kuperman) WoLF = LingFeat.WorF_() # Word Familiarity from Frequency Count (SubtlexUS) # Shallow Traditional (ShTra) Features ShaF = LingFeat.ShaF_() # Shallow Features (e.g. avg number of tokens) TraF = LingFeat.TraF_() # Traditional Formulas ``` ## Available Features, Code, Definition | idx | Linguistic Branch | Subgroup Code | Subgroup Definition | Feature Code | Feature Definition | |-------|---------------------|---------------|--------------------------------------|--------------|--------------------------------------------------------------------------------| | 1 | AdSem | WoKF_ | Wiki Knowledge Features | WRich05_S | Semantic Richness, 50 topics extracted from Wikipedia | | 2 | AdSem | WoKF_ | Wiki Knowledge Features | WClar05_S | Semantic Clarity, 50 topics extracted from Wikipedia | | 3 | AdSem | WoKF_ | Wiki Knowledge Features | WNois05_S | Semantic Noise, 50 topics extracted from Wikipedia | | 4 | AdSem | WoKF_ | Wiki Knowledge Features | WTopc05_S | Number of topics, 50 topics extracted from Wikipedia | | 5 | AdSem | WoKF_ | Wiki Knowledge Features | WRich10_S | Semantic Richness, 100 topics extracted from Wikipedia | | 6 | AdSem | WoKF_ | Wiki Knowledge Features | WClar10_S | Semantic Clarity, 100 topics extracted from Wikipedia | | 7 | AdSem | WoKF_ | Wiki Knowledge Features | WNois10_S | Semantic Noise, 100 topics extracted from Wikipedia | | 8 | AdSem | WoKF_ | Wiki Knowledge Features | WTopc10_S | Number of topics, 100 topics extracted from Wikipedia | | 9 | AdSem | WoKF_ | Wiki Knowledge Features | WRich15_S | Semantic Richness, 150 topics extracted from Wikipedia | | 10 | AdSem | WoKF_ | Wiki Knowledge Features | WClar15_S | Semantic Clarity, 150 topics extracted from Wikipedia | | 11 | AdSem | WoKF_ | Wiki Knowledge Features | WNois15_S | Semantic Noise, 150 topics extracted from Wikipedia | | 12 | AdSem | WoKF_ | Wiki Knowledge Features | WTopc15_S | Number of topics, 150 topics extracted from Wikipedia | | 13 | AdSem | WoKF_ | Wiki Knowledge Features | WRich20_S | Semantic Richness, 200 topics extracted from Wikipedia | | 14 | AdSem | WoKF_ | Wiki Knowledge Features | WClar20_S | Semantic Clarity, 200 topics extracted from Wikipedia | | 15 | AdSem | WoKF_ | Wiki Knowledge Features | WNois20_S | Semantic Noise, 200 topics extracted from Wikipedia | | 16 | AdSem | WoKF_ | Wiki Knowledge Features | WTopc20_S | Number of topics, 200 topics extracted from Wikipedia | | 17 | AdSem | WBKF_ | WB Knowledge Features | BRich05_S | Semantic Richness, 50 topics extracted from WeeBit Corpus | | 18 | AdSem | WBKF_ | WB Knowledge Features | BClar05_S | Semantic Clarity, 50 topics extracted from WeeBit Corpus | | 19 | AdSem | WBKF_ | WB Knowledge Features | BNois05_S | Semantic Noise, 50 topics extracted from WeeBit Corpus | | 20 | AdSem | WBKF_ | WB Knowledge Features | BTopc05_S | Number of topics, 50 topics extracted from WeeBit Corpus | | 21 | AdSem | WBKF_ | WB Knowledge Features | BRich10_S | Semantic Richness, 100 topics extracted from WeeBit Corpus | | 22 | AdSem | WBKF_ | WB Knowledge Features | BClar10_S | Semantic Clarity, 100 topics extracted from WeeBit Corpus | | 23 | AdSem | WBKF_ | WB Knowledge Features | BNois10_S | Semantic Noise, 100 topics extracted from WeeBit Corpus | | 24 | AdSem | WBKF_ | WB Knowledge Features | BTopc10_S | Number of topics, 100 topics extracted from WeeBit Corpus | | 25 | AdSem | WBKF_ | WB Knowledge Features | BRich15_S | Semantic Richness, 150 topics extracted from WeeBit Corpus | | 26 | AdSem | WBKF_ | WB Knowledge Features | BClar15_S | Semantic Clarity, 150 topics extracted from WeeBit Corpus | | 27 | AdSem | WBKF_ | WB Knowledge Features | BNois15_S | Semantic Noise, 150 topics extracted from WeeBit Corpus | | 28 | AdSem | WBKF_ | WB Knowledge Features | BTopc15_S | Number of topics, 150 topics extracted from WeeBit Corpus | | 29 | AdSem | WBKF_ | WB Knowledge Features | BRich20_S | Semantic Richness, 200 topics extracted from WeeBit Corpus | | 30 | AdSem | WBKF_ | WB Knowledge Features | BClar20_S | Semantic Clarity, 200 topics extracted from WeeBit Corpus | | 31 | AdSem | WBKF_ | WB Knowledge Features | BNois20_S | Semantic Noise, 200 topics extracted from WeeBit Corpus | | 32 | AdSem | WBKF_ | WB Knowledge Features | BTopc20_S | Number of topics, 200 topics extracted from WeeBit Corpus | | 33 | AdSem | OSKF_ | OSE Knowledge Features | ORich05_S | Semantic Richness, 50 topics extracted from OneStopEng Corpus | | 34 | AdSem | OSKF_ | OSE Knowledge Features | OClar05_S | Semantic Clarity, 50 topics extracted from OneStopEng Corpus | | 35 | AdSem | OSKF_ | OSE Knowledge Features | ONois05_S | Semantic Noise, 50 topics extracted from OneStopEng Corpus | | 36 | AdSem | OSKF_ | OSE Knowledge Features | OTopc05_S | Number of topics, 50 topics extracted from OneStopEng Corpus | | 37 | AdSem | OSKF_ | OSE Knowledge Features | ORich10_S | Semantic Richness, 100 topics extracted from OneStopEng Corpus | | 38 | AdSem | OSKF_ | OSE Knowledge Features | OClar10_S | Semantic Clarity, 100 topics extracted from OneStopEng Corpus | | 39 | AdSem | OSKF_ | OSE Knowledge Features | ONois10_S | Semantic Noise, 100 topics extracted from OneStopEng Corpus | | 40 | AdSem | OSKF_ | OSE Knowledge Features | OTopc10_S | Number of topics, 100 topics extracted from OneStopEng Corpus | | 41 | AdSem | OSKF_ | OSE Knowledge Features | ORich15_S | Semantic Richness, 150 topics extracted from OneStopEng Corpus | | 42 | AdSem | OSKF_ | OSE Knowledge Features | OClar15_S | Semantic Clarity, 150 topics extracted from OneStopEng Corpus | | 43 | AdSem | OSKF_ | OSE Knowledge Features | ONois15_S | Semantic Noise, 150 topics extracted from OneStopEng Corpus | | 44 | AdSem | OSKF_ | OSE Knowledge Features | OTopc15_S | Number of topics, 150 topics extracted from OneStopEng Corpus | | 45 | AdSem | OSKF_ | OSE Knowledge Features | ORich20_S | Semantic Richness, 200 topics extracted from OneStopEng Corpus | | 46 | AdSem | OSKF_ | OSE Knowledge Features | OClar20_S | Semantic Clarity, 200 topics extracted from OneStopEng Corpus | | 47 | AdSem | OSKF_ | OSE Knowledge Features | ONois20_S | Semantic Noise, 200 topics extracted from OneStopEng Corpus | | 48 | AdSem | OSKF_ | OSE Knowledge Features | OTopc20_S | Number of topics, 200 topics extracted from OneStopEng Corpus | | 49 | Disco | EnDF_ | Entity Density Features | to_EntiM_C | total number of Entities Mentions counts | | 50 | Disco | EnDF_ | Entity Density Features | as_EntiM_C | average number of Entities Mentions counts per sentence | | 51 | Disco | EnDF_ | Entity Density Features | at_EntiM_C | average number of Entities Mentions counts per token (word) | | 52 | Disco | EnDF_ | Entity Density Features | to_UEnti_C | total number of unique Entities | | 53 | Disco | EnDF_ | Entity Density Features | as_UEnti_C | average number of unique Entities per sentence | | 54 | Disco | EnDF_ | Entity Density Features | at_UEnti_C | average number of unique Entities per token (word) | | 55 | Disco | EnGF_ | Entity Grid Features | ra_SSToT_C | ratio of ss transitions to total | | 56 | Disco | EnGF_ | Entity Grid Features | ra_SOToT_C | ratio of so transitions to total | | 57 | Disco | EnGF_ | Entity Grid Features | ra_SXToT_C | ratio of sx transitions to total | | 58 | Disco | EnGF_ | Entity Grid Features | ra_SNToT_C | ratio of sn transitions to total | | 59 | Disco | EnGF_ | Entity Grid Features | ra_OSToT_C | ratio of os transitions to total | | 60 | Disco | EnGF_ | Entity Grid Features | ra_OOToT_C | ratio of oo transitions to total | | 61 | Disco | EnGF_ | Entity Grid Features | ra_OXToT_C | ratio of ox transitions to total | | 62 | Disco | EnGF_ | Entity Grid Features | ra_ONToT_C | ratio of on transitions to total | | 63 | Disco | EnGF_ | Entity Grid Features | ra_XSToT_C | ratio of xs transitions to total | | 64 | Disco | EnGF_ | Entity Grid Features | ra_XOToT_C | ratio of xo transitions to total | | 65 | Disco | EnGF_ | Entity Grid Features | ra_XXToT_C | ratio of xx transitions to total | | 66 | Disco | EnGF_ | Entity Grid Features | ra_XNToT_C | ratio of xn transitions to total | | 67 | Disco | EnGF_ | Entity Grid Features | ra_NSToT_C | ratio of ns transitions to total | | 68 | Disco | EnGF_ | Entity Grid Features | ra_NOToT_C | ratio of no transitions to total | | 69 | Disco | EnGF_ | Entity Grid Features | ra_NXToT_C | ratio of nx transitions to total | | 70 | Disco | EnGF_ | Entity Grid Features | ra_NNToT_C | ratio of nn transitions to total | | 71 | Disco | EnGF_ | Entity Grid Features | LoCohPA_S | Local Coherence for PA score | | 72 | Disco | EnGF_ | Entity Grid Features | LoCohPW_S | Local Coherence for PW score | | 73 | Disco | EnGF_ | Entity Grid Features | LoCohPU_S | Local Coherence for PU score | | 74 | Disco | EnGF_ | Entity Grid Features | LoCoDPA_S | Local Coherence distance for PA score | | 75 | Disco | EnGF_ | Entity Grid Features | LoCoDPW_S | Local Coherence distance for PW score | | 76 | Disco | EnGF_ | Entity Grid Features | LoCoDPU_S | Local Coherence distance for PU score | | 77 | Synta | PhrF_ | Phrasal Features | to_NoPhr_C | total count of Noun phrases | | 78 | Synta | PhrF_ | Phrasal Features | as_NoPhr_C | average count of Noun phrases per sentence | | 79 | Synta | PhrF_ | Phrasal Features | at_NoPhr_C | average count of Noun phrases per token | | 80 | Synta | PhrF_ | Phrasal Features | ra_NoVeP_C | ratio of Noun phrases count to Verb phrases count | | 81 | Synta | PhrF_ | Phrasal Features | ra_NoSuP_C | ratio of Noun phrases count to Subordinate Clauses count | | 82 | Synta | PhrF_ | Phrasal Features | ra_NoPrP_C | ratio of Noun phrases count to Prep phrases count | | 83 | Synta | PhrF_ | Phrasal Features | ra_NoAjP_C | ratio of Noun phrases count to Adj phrases count | | 84 | Synta | PhrF_ | Phrasal Features | ra_NoAvP_C | ratio of Noun phrases count to Adv phrases count | | 85 | Synta | PhrF_ | Phrasal Features | to_VePhr_C | total count of Verb phrases | | 86 | Synta | PhrF_ | Phrasal Features | as_VePhr_C | average count of Verb phrases per sentence | | 87 | Synta | PhrF_ | Phrasal Features | at_VePhr_C | average count of Verb phrases per token | | 88 | Synta | PhrF_ | Phrasal Features | ra_VeNoP_C | ratio of Verb phrases count to Noun phrases count | | 89 | Synta | PhrF_ | Phrasal Features | ra_VeSuP_C | ratio of Verb phrases count to Subordinate Clauses count | | 90 | Synta | PhrF_ | Phrasal Features | ra_VePrP_C | ratio of Verb phrases count to Prep phrases count | | 91 | Synta | PhrF_ | Phrasal Features | ra_VeAjP_C | ratio of Verb phrases count to Adj phrases count | | 92 | Synta | PhrF_ | Phrasal Features | ra_VeAvP_C | ratio of Verb phrases count to Adv phrases count | | 93 | Synta | PhrF_ | Phrasal Features | to_SuPhr_C | total count of Subordinate Clauses | | 94 | Synta | PhrF_ | Phrasal Features | as_SuPhr_C | average count of Subordinate Clauses per sentence | | 95 | Synta | PhrF_ | Phrasal Features | at_SuPhr_C | average count of Subordinate Clauses per token | | 96 | Synta | PhrF_ | Phrasal Features | ra_SuNoP_C | ratio of Subordinate Clauses count to Noun phrases count | | 97 | Synta | PhrF_ | Phrasal Features | ra_SuVeP_C | ratio of Subordinate Clauses count to Verb phrases count | | 98 | Synta | PhrF_ | Phrasal Features | ra_SuPrP_C | ratio of Subordinate Clauses count to Prep phrases count | | 99 | Synta | PhrF_ | Phrasal Features | ra_SuAjP_C | ratio of Subordinate Clauses count to Adj phrases count | | 100 | Synta | PhrF_ | Phrasal Features | ra_SuAvP_C | ratio of Subordinate Clauses count to Adv phrases count | | 101 | Synta | PhrF_ | Phrasal Features | to_PrPhr_C | total count of prepositional phrases | | 102 | Synta | PhrF_ | Phrasal Features | as_PrPhr_C | average count of prepositional phrases per sentence | | 103 | Synta | PhrF_ | Phrasal Features | at_PrPhr_C | average count of prepositional phrases per token | | 104 | Synta | PhrF_ | Phrasal Features | ra_PrNoP_C | ratio of Prep phrases count to Noun phrases count | | 105 | Synta | PhrF_ | Phrasal Features | ra_PrVeP_C | ratio of Prep phrases count to Verb phrases count | | 106 | Synta | PhrF_ | Phrasal Features | ra_PrSuP_C | ratio of Prep phrases count to Subordinate Clauses count | | 107 | Synta | PhrF_ | Phrasal Features | ra_PrAjP_C | ratio of Prep phrases count to Adj phrases count | | 108 | Synta | PhrF_ | Phrasal Features | ra_PrAvP_C | ratio of Prep phrases count to Adv phrases count | | 109 | Synta | PhrF_ | Phrasal Features | to_AjPhr_C | total count of Adjective phrases | | 110 | Synta | PhrF_ | Phrasal Features | as_AjPhr_C | average count of Adjective phrases per sentence | | 111 | Synta | PhrF_ | Phrasal Features | at_AjPhr_C | average count of Adjective phrases per token | | 112 | Synta | PhrF_ | Phrasal Features | ra_AjNoP_C | ratio of Adj phrases count to Noun phrases count | | 113 | Synta | PhrF_ | Phrasal Features | ra_AjVeP_C | ratio of Adj phrases count to Verb phrases count | | 114 | Synta | PhrF_ | Phrasal Features | ra_AjSuP_C | ratio of Adj phrases count to Subordinate Clauses count | | 115 | Synta | PhrF_ | Phrasal Features | ra_AjPrP_C | ratio of Adj phrases count to Prep phrases count | | 116 | Synta | PhrF_ | Phrasal Features | ra_AjAvP_C | ratio of Adj phrases count to Adv phrases count | | 117 | Synta | PhrF_ | Phrasal Features | to_AvPhr_C | total count of Adverb phrases | | 118 | Synta | PhrF_ | Phrasal Features | as_AvPhr_C | average count of Adverb phrases per sentence | | 119 | Synta | PhrF_ | Phrasal Features | at_AvPhr_C | average count of Adverb phrases per token | | 120 | Synta | PhrF_ | Phrasal Features | ra_AvNoP_C | ratio of Adv phrases count to Noun phrases count | | 121 | Synta | PhrF_ | Phrasal Features | ra_AvVeP_C | ratio of Adv phrases count to Verb phrases count | | 122 | Synta | PhrF_ | Phrasal Features | ra_AvSuP_C | ratio of Adv phrases count to Subordinate Clauses count | | 123 | Synta | PhrF_ | Phrasal Features | ra_AvPrP_C | ratio of Adv phrases count to Prep phrases count | | 124 | Synta | PhrF_ | Phrasal Features | ra_AvAjP_C | ratio of Adv phrases count to Adj phrases count | | 125 | Synta | TrSF_ | Tree Structure Features | to_TreeH_C | total Tree height of all sentences | | 126 | Synta | TrSF_ | Tree Structure Features | as_TreeH_C | average Tree height per sentence | | 127 | Synta | TrSF_ | Tree Structure Features | at_TreeH_C | average Tree height per token (word) | | 128 | Synta | TrSF_ | Tree Structure Features | to_FTree_C | total length of flattened Trees | | 129 | Synta | TrSF_ | Tree Structure Features | as_FTree_C | average length of flattened Trees per sentence | | 130 | Synta | TrSF_ | Tree Structure Features | at_FTree_C | average length of flattened Trees per token (word) | | 131 | Synta | POSF_ | Part-of-Speech Features | to_NoTag_C | total count of Noun POS tags | | 132 | Synta | POSF_ | Part-of-Speech Features | as_NoTag_C | average count of Noun POS tags per sentence | | 133 | Synta | POSF_ | Part-of-Speech Features | at_NoTag_C | average count of Noun POS tags per token | | 134 | Synta | POSF_ | Part-of-Speech Features | ra_NoAjT_C | ratio of Noun POS count to Adjective POS count | | 135 | Synta | POSF_ | Part-of-Speech Features | ra_NoVeT_C | ratio of Noun POS count to Verb POS count | | 136 | Synta | POSF_ | Part-of-Speech Features | ra_NoAvT_C | ratio of Noun POS count to Adverb POS count | | 137 | Synta | POSF_ | Part-of-Speech Features | ra_NoSuT_C | ratio of Noun POS count to Subordinating Conjunction count | | 138 | Synta | POSF_ | Part-of-Speech Features | ra_NoCoT_C | ratio of Noun POS count to Coordinating Conjunction count | | 139 | Synta | POSF_ | Part-of-Speech Features | to_VeTag_C | total count of Verb POS tags | | 140 | Synta | POSF_ | Part-of-Speech Features | as_VeTag_C | average count of Verb POS tags per sentence | | 141 | Synta | POSF_ | Part-of-Speech Features | at_VeTag_C | average count of Verb POS tags per token | | 142 | Synta | POSF_ | Part-of-Speech Features | ra_VeAjT_C | ratio of Verb POS count to Adjective POS count | | 143 | Synta | POSF_ | Part-of-Speech Features | ra_VeNoT_C | ratio of Verb POS count to Noun POS count | | 144 | Synta | POSF_ | Part-of-Speech Features | ra_VeAvT_C | ratio of Verb POS count to Adverb POS count | | 145 | Synta | POSF_ | Part-of-Speech Features | ra_VeSuT_C | ratio of Verb POS count to Subordinating Conjunction count | | 146 | Synta | POSF_ | Part-of-Speech Features | ra_VeCoT_C | ratio of Verb POS count to Coordinating Conjunction count | | 147 | Synta | POSF_ | Part-of-Speech Features | to_AjTag_C | total count of Adjective POS tags | | 148 | Synta | POSF_ | Part-of-Speech Features | as_AjTag_C | average count of Adjective POS tags per sentence | | 149 | Synta | POSF_ | Part-of-Speech Features | at_AjTag_C | average count of Adjective POS tags per token | | 150 | Synta | POSF_ | Part-of-Speech Features | ra_AjNoT_C | ratio of Adjective POS count to Noun POS count | | 151 | Synta | POSF_ | Part-of-Speech Features | ra_AjVeT_C | ratio of Adjective POS count to Verb POS count | | 152 | Synta | POSF_ | Part-of-Speech Features | ra_AjAvT_C | ratio of Adjective POS count to Adverb POS count | | 153 | Synta | POSF_ | Part-of-Speech Features | ra_AjSuT_C | ratio of Adjective POS count to Subordinating Conjunction count | | 154 | Synta | POSF_ | Part-of-Speech Features | ra_AjCoT_C | ratio of Adjective POS count to Coordinating Conjunction count | | 155 | Synta | POSF_ | Part-of-Speech Features | to_AvTag_C | total count of Adverb POS tags | | 156 | Synta | POSF_ | Part-of-Speech Features | as_AvTag_C | average count of Adverb POS tags per sentence | | 157 | Synta | POSF_ | Part-of-Speech Features | at_AvTag_C | average count of Adverb POS tags per token | | 158 | Synta | POSF_ | Part-of-Speech Features | ra_AvAjT_C | ratio of Adverb POS count to Adjective POS count | | 159 | Synta | POSF_ | Part-of-Speech Features | ra_AvNoT_C | ratio of Adverb POS count to Noun POS count | | 160 | Synta | POSF_ | Part-of-Speech Features | ra_AvVeT_C | ratio of Adverb POS count to Verb POS count | | 161 | Synta | POSF_ | Part-of-Speech Features | ra_AvSuT_C | ratio of Adverb POS count to Subordinating Conjunction count | | 162 | Synta | POSF_ | Part-of-Speech Features | ra_AvCoT_C | ratio of Adverb POS count to Coordinating Conjunction count | | 163 | Synta | POSF_ | Part-of-Speech Features | to_SuTag_C | total count of Subordinating Conjunction POS tags | | 164 | Synta | POSF_ | Part-of-Speech Features | as_SuTag_C | average count of Subordinating Conjunction POS tags per sentence | | 165 | Synta | POSF_ | Part-of-Speech Features | at_SuTag_C | average count of Subordinating Conjunction POS tags per token | | 166 | Synta | POSF_ | Part-of-Speech Features | ra_SuAjT_C | ratio of Subordinating Conjunction POS count to Adjective POS count | | 167 | Synta | POSF_ | Part-of-Speech Features | ra_SuNoT_C | ratio of Subordinating Conjunction POS count to Noun POS count | | 168 | Synta | POSF_ | Part-of-Speech Features | ra_SuVeT_C | ratio of Subordinating Conjunction POS count to Verb POS count | | 169 | Synta | POSF_ | Part-of-Speech Features | ra_SuAvT_C | ratio of Subordinating Conjunction POS count to Adverb POS count | | 170 | Synta | POSF_ | Part-of-Speech Features | ra_SuCoT_C | ratio of Subordinating Conjunction POS count to Coordinating Conjunction count | | 171 | Synta | POSF_ | Part-of-Speech Features | to_CoTag_C | total count of Coordinating Conjunction POS tags | | 172 | Synta | POSF_ | Part-of-Speech Features | as_CoTag_C | average count of Coordinating Conjunction POS tags per sentence | | 173 | Synta | POSF_ | Part-of-Speech Features | at_CoTag_C | average count of Coordinating Conjunction POS tags per token | | 174 | Synta | POSF_ | Part-of-Speech Features | ra_CoAjT_C | ratio of Coordinating Conjunction POS count to Adjective POS count | | 175 | Synta | POSF_ | Part-of-Speech Features | ra_CoNoT_C | ratio of Coordinating Conjunction POS count to Noun POS count | | 176 | Synta | POSF_ | Part-of-Speech Features | ra_CoVeT_C | ratio of Coordinating Conjunction POS count to Verb POS count | | 177 | Synta | POSF_ | Part-of-Speech Features | ra_CoAvT_C | ratio of Coordinating Conjunction POS count to Adverb POS count | | 178 | Synta | POSF_ | Part-of-Speech Features | ra_CoSuT_C | ratio of Coordinating Conjunction POS count to Subordinating Conjunction count | | 179 | Synta | POSF_ | Part-of-Speech Features | to_ContW_C | total count of Content words | | 180 | Synta | POSF_ | Part-of-Speech Features | as_ContW_C | average count of Content words per sentence | | 181 | Synta | POSF_ | Part-of-Speech Features | at_ContW_C | average count of Content words per token | | 182 | Synta | POSF_ | Part-of-Speech Features | to_FuncW_C | total count of Function words | | 183 | Synta | POSF_ | Part-of-Speech Features | as_FuncW_C | average count of Function words per sentence | | 184 | Synta | POSF_ | Part-of-Speech Features | at_FuncW_C | average count of Function words per token | | 185 | Synta | POSF_ | Part-of-Speech Features | ra_CoFuW_C | ratio of Content words to Function words | | 186 | LxSem | VarF_ | Variation Ratio Features | SimpNoV_S | unique Nouns/total Nouns (Noun Variation-1) | | 187 | LxSem | VarF_ | Variation Ratio Features | SquaNoV_S | (unique Nouns**2)/total Nouns (Squared Noun Variation-1) | | 188 | LxSem | VarF_ | Variation Ratio Features | CorrNoV_S | unique Nouns/sqrt(2*total Nouns) (Corrected Noun Variation-1) | | 189 | LxSem | VarF_ | Variation Ratio Features | SimpVeV_S | unique Verbs/total Verbs (Verb Variation-1) | | 190 | LxSem | VarF_ | Variation Ratio Features | SquaVeV_S | (unique Verbs**2)/total Verbs (Squared Verb Variation-1) | | 191 | LxSem | VarF_ | Variation Ratio Features | CorrVeV_S | unique Verbs/sqrt(2*total Verbs) (Corrected Verb Variation-1) | | 192 | LxSem | VarF_ | Variation Ratio Features | SimpAjV_S | unique Adjectives/total Adjectives (Adjective Variation-1) | | 193 | LxSem | VarF_ | Variation Ratio Features | SquaAjV_S | (unique Adjectives**2)/total Adjectives (Squared Adjective Variation-1) | | 194 | LxSem | VarF_ | Variation Ratio Features | CorrAjV_S | unique Adjectives/sqrt(2*total Adjectives) (Corrected Adjective Variation-1) | | 195 | LxSem | VarF_ | Variation Ratio Features | SimpAvV_S | unique Adverbs/total Adverbs (AdVerb Variation-1) | | 196 | LxSem | VarF_ | Variation Ratio Features | SquaAvV_S | (unique Adverbs**2)/total Adverbs (Squared AdVerb Variation-1) | | 197 | LxSem | VarF_ | Variation Ratio Features | CorrAvV_S | unique Adverbs/sqrt(2*total Adverbs) (Corrected AdVerb Variation-1) | | 198 | LxSem | TTRF_ | Type Token Ratio Features | SimpTTR_S | unique tokens/total tokens (TTR) | | 199 | LxSem | TTRF_ | Type Token Ratio Features | CorrTTR_S | unique tokens/sqrt(2*total tokens) (Corrected TTR) | | 200 | LxSem | TTRF_ | Type Token Ratio Features | BiLoTTR_S | log(unique tokens)/log(total tokens) (Bi-Logarithmic TTR) | | 201 | LxSem | TTRF_ | Type Token Ratio Features | UberTTR_S | (log(unique tokens))^2/log(total tokens/unique tokens) (Uber Index) | | 202 | LxSem | TTRF_ | Type Token Ratio Features | MTLDTTR_S | Measure of Textual Lexical Diversity (default TTR = 0.72) | | 203 | LxSem | PsyF_ | Psycholinguistic Features | to_AAKuW_C | total AoA (Age of Acquisition) of words | | 204 | LxSem | PsyF_ | Psycholinguistic Features | as_AAKuW_C | average AoA of words per sentence | | 205 | LxSem | PsyF_ | Psycholinguistic Features | at_AAKuW_C | average AoA of words per token | | 206 | LxSem | PsyF_ | Psycholinguistic Features | to_AAKuL_C | total lemmas AoA of lemmas | | 207 | LxSem | PsyF_ | Psycholinguistic Features | as_AAKuL_C | average lemmas AoA of lemmas per sentence | | 208 | LxSem | PsyF_ | Psycholinguistic Features | at_AAKuL_C | average lemmas AoA of lemmas per token | | 209 | LxSem | PsyF_ | Psycholinguistic Features | to_AABiL_C | total lemmas AoA of lemmas, Bird norm | | 210 | LxSem | PsyF_ | Psycholinguistic Features | as_AABiL_C | average lemmas AoA of lemmas, Bird norm per sentence | | 211 | LxSem | PsyF_ | Psycholinguistic Features | at_AABiL_C | average lemmas AoA of lemmas, Bird norm per token | | 212 | LxSem | PsyF_ | Psycholinguistic Features | to_AABrL_C | total lemmas AoA of lemmas, Bristol norm | | 213 | LxSem | PsyF_ | Psycholinguistic Features | as_AABrL_C | average lemmas AoA of lemmas, Bristol norm per sentence | | 214 | LxSem | PsyF_ | Psycholinguistic Features | at_AABrL_C | average lemmas AoA of lemmas, Bristol norm per token | | 215 | LxSem | PsyF_ | Psycholinguistic Features | to_AACoL_C | total AoA of lemmas, Cortese and Khanna norm | | 216 | LxSem | PsyF_ | Psycholinguistic Features | as_AACoL_C | average AoA of lemmas, Cortese and Khanna norm per sentence | | 217 | LxSem | PsyF_ | Psycholinguistic Features | at_AACoL_C | average AoA of lemmas, Cortese and Khanna norm per token | | 218 | LxSem | WorF_ | Word Familiarity | to_SbFrQ_C | total SubtlexUS FREQcount value | | 219 | LxSem | WorF_ | Word Familiarity | as_SbFrQ_C | average SubtlexUS FREQcount value per sentenc | | 220 | LxSem | WorF_ | Word Familiarity | at_SbFrQ_C | average SubtlexUS FREQcount value per token | | 221 | LxSem | WorF_ | Word Familiarity | to_SbCDC_C | total SubtlexUS CDcount value | | 222 | LxSem | WorF_ | Word Familiarity | as_SbCDC_C | average SubtlexUS CDcount value per sentence | | 223 | LxSem | WorF_ | Word Familiarity | at_SbCDC_C | average SubtlexUS CDcount value per token | | 224 | LxSem | WorF_ | Word Familiarity | to_SbFrL_C | total SubtlexUS FREQlow value | | 225 | LxSem | WorF_ | Word Familiarity | as_SbFrL_C | average SubtlexUS FREQlow value per sentence | | 226 | LxSem | WorF_ | Word Familiarity | at_SbFrL_C | average SubtlexUS FREQlow value per token | | 227 | LxSem | WorF_ | Word Familiarity | to_SbCDL_C | total SubtlexUS CDlow value | | 228 | LxSem | WorF_ | Word Familiarity | as_SbCDL_C | average SubtlexUS CDlow value per sentence | | 229 | LxSem | WorF_ | Word Familiarity | at_SbCDL_C | average SubtlexUS CDlow value per token | | 230 | LxSem | WorF_ | Word Familiarity | to_SbSBW_C | total SubtlexUS SUBTLWF value | | 231 | LxSem | WorF_ | Word Familiarity | as_SbSBW_C | average SubtlexUS SUBTLWF value per sentence | | 232 | LxSem | WorF_ | Word Familiarity | at_SbSBW_C | average SubtlexUS SUBTLWF value per token | | 233 | LxSem | WorF_ | Word Familiarity | to_SbL1W_C | total SubtlexUS Lg10WF value | | 234 | LxSem | WorF_ | Word Familiarity | as_SbL1W_C | average SubtlexUS Lg10WF value per sentence | | 235 | LxSem | WorF_ | Word Familiarity | at_SbL1W_C | average SubtlexUS Lg10WF value per token | | 236 | LxSem | WorF_ | Word Familiarity | to_SbSBC_C | total SubtlexUS SUBTLCD value | | 237 | LxSem | WorF_ | Word Familiarity | as_SbSBC_C | average SubtlexUS SUBTLCD value per sentence | | 238 | LxSem | WorF_ | Word Familiarity | at_SbSBC_C | average SubtlexUS SUBTLCD value per token | | 239 | LxSem | WorF_ | Word Familiarity | to_SbL1C_C | total SubtlexUS Lg10CD value | | 240 | LxSem | WorF_ | Word Familiarity | as_SbL1C_C | average SubtlexUS Lg10CD value per sentence | | 241 | LxSem | WorF_ | Word Familiarity | at_SbL1C_C | average SubtlexUS Lg10CD value per token | | 242 | ShaTr | ShaF_ | Shallow Features | TokSenM_S | total count of tokens x total count of sentence | | 243 | ShaTr | ShaF_ | Shallow Features | TokSenS_S | sqrt(total count of tokens x total count of sentence) | | 244 | ShaTr | ShaF_ | Shallow Features | TokSenL_S | log(total count of tokens)/log(total count of sentence) | | 245 | ShaTr | ShaF_ | Shallow Features | as_Token_C | average count of tokens per sentence | | 246 | ShaTr | ShaF_ | Shallow Features | as_Sylla_C | average count of syllables per sentence | | 247 | ShaTr | ShaF_ | Shallow Features | at_Sylla_C | average count of syllables per token | | 248 | ShaTr | ShaF_ | Shallow Features | as_Chara_C | average count of characters per sentence | | 249 | ShaTr | ShaF_ | Shallow Features | at_Chara_C | average count of characters per token | | 250 | ShaTr | TraF_ | Traditional Formulas | SmogInd_S | Smog Index | | 251 | ShaTr | TraF_ | Traditional Formulas | ColeLia_S | Coleman Liau Readability Score | | 252 | ShaTr | TraF_ | Traditional Formulas | Gunning_S | Gunning Fog Count Score | | 253 | ShaTr | TraF_ | Traditional Formulas | AutoRea_S | New Automated Readability Index | | 254 | ShaTr | TraF_ | Traditional Formulas | FleschG_S | Flesch Kincaid Grade Level | | 255 | ShaTr | TraF_ | Traditional Formulas | LinseaW_S | Linsear Write Formula Score | ## Key References We list only the key references here. Check our paper for full references. **Entity Density Features** > Feng, Lijun, Noémie Elhadad, and Matt Huenerfauth. "Cognitively motivated features for readability assessment." Proceedings of the 12th Conference of the European Chapter of the ACL (EACL 2009). 2009. **Entity Grid Features** > Palma, Diego, and John Atkinson. "Coherence-based automatic essay assessment." IEEE Intelligent Systems 33.5 (2018): 26-36. Repository: **Variation Features** > Lu, Xiaofei. "A corpus‐based evaluation of syntactic complexity measures as indices of college‐level ESL writers' language development." TESOL quarterly 45.1 (2011): 36-62. **Psycholinguistic Features** > Kuperman, Victor, Hans Stadthagen-Gonzalez, and Marc Brysbaert. "Age-of-acquisition ratings for 30,000 English words." Behavior research methods 44.4 (2012): 978-990. **Traditional Formulas** > Kincaid, J. Peter, Robert P. Fishburne Jr, Richard L. Rogers, and Brad S. Chissom. Derivation of new readability formulas (automated readability index, fog count and flesch reading ease formula) for navy enlisted personnel. Naval Technical Training Command Millington TN Research Branch, 1975. ## License We license LingFeat source code under [Creative Commons Attribution Share Alike 4.0 license (CC-BY-SA-4.0)](https://creativecommons.org/licenses/by-sa/4.0/legalcode). Under CC-BY-SA-4.0 license, you are allowed to distribute, modify, or privately use this repository. But patent use, trademark use, and warranty use are not permitted. **Research, code, or etc. that builds on top of LingFeat must be released under the same license.** Alternatively, **a similar open source license may be used.** ## Acknowledgement I made this software during my time at LXPER AI, Seoul, South Korea. We decided to make this software openly available strictly for academic research purpose only. I thank the firm and all other members of the R&D department for making this research possible. [cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/ [cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png [cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg ================================================ FILE: lingfeat/_AdvancedSemantic/OSKF.py ================================================ # -*- coding: UTF-8 -*- """ Software: LingFeat - Comprehensive Linguistic Features for Readability Assessment Page: OSKF.py (OneStopEnglish Knowledge Features) License: CC-BY-SA 4.0 Original Author: Bruce W. Lee (이웅성) @brucewlee Affiliation 1: LXPER AI, Seoul, South Korea Affiliation 2: University of Pennsylvania, PA, USA Contributing Author: - Affiliation : - """ import gensim from lingfeat.utils import division def richness(probability_list): sum_ = 0 for idx, number in enumerate(probability_list): sum_ += float((idx+1)*number) return sum_ def clarity(probability_list): sum_ = 0 for number in probability_list[1:]: sum_ += (probability_list[0] - number) result = division(sum_,len(probability_list)) if len(probability_list) == 1: result = probability_list[0] return result def noise(probability_list): mean = float(1.0/len(probability_list)) s2 = 0 s4 = 0 for number in probability_list: s2 += (number - mean)**2 s4 += (number - mean)**4 result = len(probability_list)*(division(s4,(s2)**2)) return result def get_probability_lists(token_list, dir_path): n_topic_list = [50, 100, 150, 200] # lda_list is a list of Gensim lda objects lda_list = [] # probability_lists is a list of list. # [[probability list at topic 50],[probability list at topic 100],[probability list at topic 150],[probability list at topic 200]] probability_lists = [] common_dictionary = gensim.corpora.dictionary.Dictionary([token_list]) common_corpus = [common_dictionary.doc2bow(token_list)] for n_topic in n_topic_list: lda_list.append(gensim.models.ldamodel.LdaModel.load(dir_path+"/_AdvancedSemantic/model/onestop" + str(n_topic))) probability_list = [] for lda in lda_list: for topic_probability in lda.get_document_topics(common_corpus)[0]: probability_list.append(topic_probability[1]) probability_list = sorted(probability_list, reverse=True) probability_lists.append(probability_list) return probability_lists def retrieve(token_list, dir_path): n_topic_list_for_naming = ["05", "10", "15", "20"] probability_lists = get_probability_lists(token_list, dir_path) # obtain each feature list richness_list = [] clarity_list = [] noise_list = [] n_topics_list = [] for probability_list in probability_lists: richness_list.append(richness(probability_list)) clarity_list.append(clarity(probability_list)) noise_list.append(noise(probability_list)) n_topics_list.append(len(probability_list)) # make resulting dictionary result = {} for i,feature in enumerate(richness_list): result["ORich"+n_topic_list_for_naming[i]+"_S"] = feature for i,feature in enumerate(clarity_list): result["OClar"+n_topic_list_for_naming[i]+"_S"] = feature for i,feature in enumerate(noise_list): result["ONois"+n_topic_list_for_naming[i]+"_S"] = feature for i,feature in enumerate(n_topics_list): result["OTopc"+n_topic_list_for_naming[i]+"_S"] = feature return result ================================================ FILE: lingfeat/_AdvancedSemantic/WBKF.py ================================================ # -*- coding: UTF-8 -*- """ Software: LingFeat - Comprehensive Linguistic Features for Readability Assessment Page: WBKF.py (WeeBit Knowledge Features) License: CC-BY-SA 4.0 Original Author: Bruce W. Lee (이웅성) @brucewlee Affiliation 1: LXPER AI, Seoul, South Korea Affiliation 2: University of Pennsylvania, PA, USA Contributing Author: - Affiliation : - """ import gensim from lingfeat.utils import division def richness(probability_list): sum_ = 0 for idx, number in enumerate(probability_list): sum_ += float((idx+1)*number) return sum_ def clarity(probability_list): sum_ = 0 for number in probability_list[1:]: sum_ += (probability_list[0] - number) result = division(sum_,len(probability_list)) if len(probability_list) == 1: result = probability_list[0] return result def noise(probability_list): mean = float(1.0/len(probability_list)) s2 = 0 s4 = 0 for number in probability_list: s2 += (number - mean)**2 s4 += (number - mean)**4 result = len(probability_list)*(division(s4,(s2)**2)) return result def get_probability_lists(token_list, dir_path): n_topic_list = [50, 100, 150, 200] # lda_list is a list of Gensim lda objects lda_list = [] # probability_lists is a list of list. # [[probability list at topic 50],[probability list at topic 100],[probability list at topic 150],[probability list at topic 200]] probability_lists = [] common_dictionary = gensim.corpora.dictionary.Dictionary([token_list]) common_corpus = [common_dictionary.doc2bow(token_list)] for n_topic in n_topic_list: lda_list.append(gensim.models.ldamodel.LdaModel.load(dir_path+"/_AdvancedSemantic/model/weebit" + str(n_topic))) probability_list = [] for lda in lda_list: for topic_probability in lda.get_document_topics(common_corpus)[0]: probability_list.append(topic_probability[1]) probability_list = sorted(probability_list, reverse=True) probability_lists.append(probability_list) return probability_lists def retrieve(token_list, dir_path): n_topic_list_for_naming = ["05", "10", "15", "20"] probability_lists = get_probability_lists(token_list, dir_path) # obtain each feature list richness_list = [] clarity_list = [] noise_list = [] n_topics_list = [] for probability_list in probability_lists: richness_list.append(richness(probability_list)) clarity_list.append(clarity(probability_list)) noise_list.append(noise(probability_list)) n_topics_list.append(len(probability_list)) # make resulting dictionary result = {} for i,feature in enumerate(richness_list): result["BRich"+n_topic_list_for_naming[i]+"_S"] = feature for i,feature in enumerate(clarity_list): result["BClar"+n_topic_list_for_naming[i]+"_S"] = feature for i,feature in enumerate(noise_list): result["BNois"+n_topic_list_for_naming[i]+"_S"] = feature for i,feature in enumerate(n_topics_list): result["BTopc"+n_topic_list_for_naming[i]+"_S"] = feature return result ================================================ FILE: lingfeat/_AdvancedSemantic/WoKF.py ================================================ # -*- coding: UTF-8 -*- """ Software: LingFeat - Comprehensive Linguistic Features for Readability Assessment Page: WoKF.py (Wiki Knowledge Features) License: CC-BY-SA 4.0 Original Author: Bruce W. Lee (이웅성) @brucewlee Affiliation 1: LXPER AI, Seoul, South Korea Affiliation 2: University of Pennsylvania, PA, USA Contributing Author: - Affiliation : - """ import gensim from lingfeat.utils import division def richness(probability_list): sum_ = 0 for idx, number in enumerate(probability_list): sum_ += float((idx+1)*number) return sum_ def clarity(probability_list): sum_ = 0 for number in probability_list[1:]: sum_ += (probability_list[0] - number) result = division(sum_,len(probability_list)) if len(probability_list) == 1: result = probability_list[0] return result def noise(probability_list): mean = float(1.0/len(probability_list)) s2 = 0 s4 = 0 for number in probability_list: s2 += (number - mean)**2 s4 += (number - mean)**4 result = len(probability_list)*(division(s4,(s2)**2)) return result def get_probability_lists(token_list, dir_path): n_topic_list = [50, 100, 150, 200] # lda_list is a list of Gensim lda objects lda_list = [] # probability_lists is a list of list. # [[probability list at topic 50],[probability list at topic 100],[probability list at topic 150],[probability list at topic 200]] probability_lists = [] common_dictionary = gensim.corpora.dictionary.Dictionary([token_list]) common_corpus = [common_dictionary.doc2bow(token_list)] for n_topic in n_topic_list: lda_list.append(gensim.models.ldamodel.LdaModel.load(dir_path+"/_AdvancedSemantic/model/enwiki" + str(n_topic))) probability_list = [] for lda in lda_list: for topic_probability in lda.get_document_topics(common_corpus)[0]: probability_list.append(topic_probability[1]) probability_list = sorted(probability_list, reverse=True) probability_lists.append(probability_list) return probability_lists def retrieve(token_list, dir_path): n_topic_list_for_naming = ["05", "10", "15", "20"] probability_lists = get_probability_lists(token_list, dir_path) # obtain each feature list richness_list = [] clarity_list = [] noise_list = [] n_topics_list = [] for probability_list in probability_lists: richness_list.append(richness(probability_list)) clarity_list.append(clarity(probability_list)) noise_list.append(noise(probability_list)) n_topics_list.append(len(probability_list)) # make resulting dictionary result = {} for i,feature in enumerate(richness_list): result["WRich"+n_topic_list_for_naming[i]+"_S"] = feature for i,feature in enumerate(clarity_list): result["WClar"+n_topic_list_for_naming[i]+"_S"] = feature for i,feature in enumerate(noise_list): result["WNois"+n_topic_list_for_naming[i]+"_S"] = feature for i,feature in enumerate(n_topics_list): result["WTopc"+n_topic_list_for_naming[i]+"_S"] = feature return result ================================================ FILE: lingfeat/_AdvancedSemantic/__init__.py ================================================ ================================================ FILE: lingfeat/_AdvancedSemantic/model/__init__.py ================================================ ================================================ FILE: lingfeat/_AdvancedSemantic/model/enwiki100.expElogbeta.npy ================================================ version https://git-lfs.github.com/spec/v1 oid sha256:3ed4be7d11b227984067621348f52d1f36ab5b3841612af00a67f02130fa3c0d size 40000128 ================================================ FILE: lingfeat/_AdvancedSemantic/model/enwiki100.state ================================================ [File too large to display: 39.3 MB] ================================================ FILE: lingfeat/_AdvancedSemantic/model/enwiki150.expElogbeta.npy ================================================ version https://git-lfs.github.com/spec/v1 oid sha256:d8cc40f77761620988efbb13fd9a638be124d70fecd2c9f9e40bdb569eb17aba size 60000128 ================================================ FILE: lingfeat/_AdvancedSemantic/model/enwiki150.state.sstats.npy ================================================ version https://git-lfs.github.com/spec/v1 oid sha256:cacdc0650f7265e1d2cc4be43c55829c35fc864005ecf4795f971341e9651e90 size 60000128 ================================================ FILE: lingfeat/_AdvancedSemantic/model/enwiki200.expElogbeta.npy ================================================ version https://git-lfs.github.com/spec/v1 oid sha256:833651beb4265d4b31959a82703de635cd7a0ef450213dc9e6fc24175074c6c0 size 80000128 ================================================ FILE: lingfeat/_AdvancedSemantic/model/enwiki200.state.sstats.npy ================================================ version https://git-lfs.github.com/spec/v1 oid sha256:dd594682e0aa3fdcc2a21d6ad424daee0ce0d6b702663f9eb552c8efc0af5203 size 80000128 ================================================ FILE: lingfeat/_AdvancedSemantic/model/enwiki50.expElogbeta.npy ================================================ version https://git-lfs.github.com/spec/v1 oid sha256:00a72f94c4fe6bb152549fbf1991500875429bcabf2a8affc2cd7158ffc60847 size 20000128 ================================================ FILE: lingfeat/_AdvancedSemantic/model/enwiki50.state ================================================ [File too large to display: 26.6 MB] ================================================ FILE: lingfeat/_AdvancedSemantic/model/onestop100.expElogbeta.npy ================================================ version https://git-lfs.github.com/spec/v1 oid sha256:5d603f45d3b055142dff3262fb1f1a50ad10b5d2681a6a9949bf18d20e15def6 size 5995728 ================================================ FILE: lingfeat/_AdvancedSemantic/model/onestop150.expElogbeta.npy ================================================ version https://git-lfs.github.com/spec/v1 oid sha256:a09d58ff2b0ffd7d79b72021ce7889d56b7c3dee2404da9ec621d1b850b1fc52 size 8993528 ================================================ FILE: lingfeat/_AdvancedSemantic/model/onestop200.expElogbeta.npy ================================================ version https://git-lfs.github.com/spec/v1 oid sha256:8c2838efc2f9eb2bb4ff92766b0561a612ce7fbe99e261498694d47cee61aa24 size 11991328 ================================================ FILE: lingfeat/_AdvancedSemantic/model/onestop200.state ================================================ [File too large to display: 12.9 MB] ================================================ FILE: lingfeat/_AdvancedSemantic/model/onestop50.expElogbeta.npy ================================================ version https://git-lfs.github.com/spec/v1 oid sha256:e599fbf6befcb8c6464aeb2d587a908bdf506145bea97b955b6f29ebf0be1d14 size 2997928 ================================================ FILE: lingfeat/_AdvancedSemantic/model/weebit100.expElogbeta.npy ================================================ version https://git-lfs.github.com/spec/v1 oid sha256:19ff00eddda94364efb627b398c38d830e2460c8d8b3ecbb9fc8e3995c9d0ffe size 8712928 ================================================ FILE: lingfeat/_AdvancedSemantic/model/weebit150.expElogbeta.npy ================================================ version https://git-lfs.github.com/spec/v1 oid sha256:198d76003367c164544692a925633a9983b5bf2c6cb1507259fa34f37089674d size 13069328 ================================================ FILE: lingfeat/_AdvancedSemantic/model/weebit150.state ================================================ [File too large to display: 13.6 MB] ================================================ FILE: lingfeat/_AdvancedSemantic/model/weebit200.expElogbeta.npy ================================================ version https://git-lfs.github.com/spec/v1 oid sha256:64af44e623892af1ffe8ab6cb3755224f2712d3a9491322329434253f1c7b2c7 size 17425728 ================================================ FILE: lingfeat/_AdvancedSemantic/model/weebit200.state ================================================ [File too large to display: 17.8 MB] ================================================ FILE: lingfeat/_AdvancedSemantic/model/weebit50.expElogbeta.npy ================================================ version https://git-lfs.github.com/spec/v1 oid sha256:334d5af35db00a7f041e142ea373188215557a72295520b65ad5477be749f9b5 size 4356528 ================================================ FILE: lingfeat/_Discourse/EnDF.py ================================================ # -*- coding: UTF-8 -*- """ Software: LingFeat - Comprehensive Linguistic Features for Readability Assessment Page: EnDF.py (Entity Density Features) License: CC-BY-SA 4.0 Original Author: Bruce W. Lee (이웅성) @brucewlee Affiliation 1: LXPER AI, Seoul, South Korea Affiliation 2: University of Pennsylvania, PA, USA Contributing Author: - Affiliation : - References: >>> Entity Density features inspired by Publication 1: Feng, Lijun, Noémie Elhadad, and Matt Huenerfauth. "Cognitively motivated features for readability assessment." Proceedings of the 12th Conference of the European Chapter of the ACL (EACL 2009). 2009. """ def retrieve(NLP_doc, n_sent, n_token): to_EntiM_C = 0 to_UEnti_C = 0 ent_list = [] unique_ent_list = [] for ent in NLP_doc.ents: to_EntiM_C += 1 ent_list.append(ent.text) for ent in ent_list: if ent_list.count(ent) == 1: to_UEnti_C += 1 unique_ent_list.append(ent) result = { "to_EntiM_C": to_EntiM_C, "as_EntiM_C": to_EntiM_C/n_sent, "at_EntiM_C": to_EntiM_C/n_token, "to_UEnti_C": to_UEnti_C, "as_UEnti_C": to_UEnti_C/n_sent, "at_UEnti_C": to_UEnti_C/n_token, } return result ================================================ FILE: lingfeat/_Discourse/EnGF.py ================================================ # -*- coding: UTF-8 -*- """ Software: LingFeat - Comprehensive Linguistic Features for Readability Assessment Page: EnGF.py (Entity Grid Features) License: CC-BY-SA 4.0 Original Author: Diego Palma @dpalmasan Affiliation: Evernote Contributing Author: Bruce W. Lee (이웅성) @brucewlee Affiliation 1: LXPER AI, Seoul, South Korea Affiliation 2: University of Pennsylvania, PA, USA References: >>> Original Python Code from TRUNAJOD2.0, modified by Bruce W. Lee Publication 1: Palma, Diego, and John Atkinson. "Coherence-based automatic essay assessment." IEEE Intelligent Systems 33.5 (2018): 26-36. Repository: >>> S-V-O extraction inspired by an algorithm from Publication 1: Rusu, Delia, et al. "Triplet extraction from sentences." Proceedings of the 10th International Multiconference” Information Society-IS. 2007. >>> 16 transition patterns approach obtained from Publication 1: Barzilay, Regina, and Mirella Lapata. "Modeling local coherence: An entity-based approach." Computational Linguistics 34.1 (2008): 1-34. Publication 2: Pitler, Emily, and Ani Nenkova. "Revisiting readability: A unified framework for predicting text quality." Proceedings of the 2008 conference on empirical methods in natural language processing. 2008. >>> Notations in Dependency Mapping Publication 1: Barzilay, Regina, and Mirella Lapata. "Modeling local coherence: An entity-based approach." Computational Linguistics 34.1 (2008): 1-34. >>> Local Coherence (graph-based) Publication 1: Guinaudeau, Camille, and Michael Strube. "Graph-based local coherence modeling." Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). 2013. """ from lingfeat.utils import division NOUNS = set(['NOUN', 'PRON', 'PROPN']) ordered_transitions = [ 'SS', 'SO', 'SX', 'S-', 'OS', 'OO', 'OX', 'O-', 'XS', 'XO', 'XX', 'X-', '-S', '-O', '-X', '--' ] def dependency_mapping(dep): """ +-----------+-----------------------------------+ | EGrid Tag | Dependency Tag | +===========+===================================+ | S | nsub, csubj, csubjpass, dsubjpass | +-----------+-----------------------------------+ | O | iobj, obj, pobj, dobj | +-----------+-----------------------------------+ | X | For any other dependency tag | +-----------+-----------------------------------+ """ S = ['nsubj', 'csubj', 'csubjpass', 'dsubjpass'] O = ['iobj', 'obj', 'pobj', 'dobj'] if S.count(dep) == 1: return 'S' if O.count(dep) == 1: return 'O' return 'X' class EntityGrid: def __init__(self, NLP_doc, n_sent): """Construct EntityGrid object.""" # Initialization entity_map = dict() entity_grid = dict() i = 1 entity_map['s%d' % i] = [] entity_features = { 'SS': 0, 'SO': 0, 'SX': 0, 'S-': 0, 'OS': 0, 'OO': 0, 'OX': 0, 'O-': 0, 'XS': 0, 'XO': 0, 'XX': 0, 'X-': 0, '-S': 0, '-O': 0, '-X': 0, '--': 0 } # For each sentence, get dependencies and its grammatical role for token in NLP_doc: if token.pos_ in NOUNS: entity_map['s%d' % i].append((token.text.upper(), token.dep_)) if token.text.upper() not in entity_grid: entity_grid[token.text.upper()] = ['-'] * n_sent i += 1 entity_map['s%d' % i] = [] # Last iteration will create an extra element, so I remove it. entity_map.pop('s%d' % i) # Fill entity grid for i in range(n_sent): sentence = "s%d" % (i + 1) for entity, dep in entity_map[sentence]: if entity_grid[entity][i] == '-': entity_grid[entity][i] = dependency_mapping(dep) elif dependency_mapping(dep) == 'S': entity_grid[entity][i] = dependency_mapping(dep) elif (dependency_mapping(dep) == 'O' and entity_grid[entity][i] == 'X'): entity_grid[entity][i] = dependency_mapping(dep) # Compute feature vector, we consider transitions of length 2 total_transitions = (n_sent - 1) * len(entity_grid.keys()) for entity in entity_grid: for i in range(n_sent - 1): # Transition type found (e.g. S-) transition = ( entity_grid[entity][i] + entity_grid[entity][i + 1]) # Adding 1 to transition count entity_features[transition] += 1 for prob in entity_features: if total_transitions != 0: entity_features[prob] /= float(total_transitions) else: entity_features[prob] = 0.0 self.grid = entity_grid self.n_sent = n_sent self.prob = entity_features def retrieve(self): """ Retrieve All """ result = {} result['ra_SSTo_C'] = self.prob['SS'] result['ra_SOTo_C'] = self.prob['SO'] result['ra_SXTo_C'] = self.prob['SX'] result['ra_SNTo_C'] = self.prob['S-'] result['ra_OSTo_C'] = self.prob['OS'] result['ra_OOTo_C'] = self.prob['OO'] result['ra_OXTo_C'] = self.prob['OX'] result['ra_ONTo_C'] = self.prob['O-'] result['ra_XSTo_C'] = self.prob['XS'] result['ra_XOTo_C'] = self.prob['XO'] result['ra_XXTo_C'] = self.prob['XX'] result['ra_XNTo_C'] = self.prob['X-'] result['ra_NSTo_C'] = self.prob['-S'] result['ra_NOTo_C'] = self.prob['-O'] result['ra_NXTo_C'] = self.prob['-X'] result['ra_NNTo_C'] = self.prob['--'] lcresult = get_local_coherence(self) return {**result, **lcresult} def weighting_syntactic_role(entity_role): """ Return weight given an entity grammatical role. +-----------+--------+ | EGrid Tag | Weight | +===========+========+ | S | 3 | +-----------+--------+ | O | 2 | +-----------+--------+ | X | 1 | +-----------+--------+ | dash | 0 | +-----------+--------+ """ if entity_role == u"S": return 3 elif entity_role == u"O": return 2 elif entity_role == u"X": return 1 return 0 def get_local_coherence(EntityGrid): local_coherence_PU = 0.0 #lcPA local_coherence_PW = 0.0 #lcPW local_coherence_PA = 0.0 #lcPU local_coherence_PU_dist = 0.0 #lcdPA local_coherence_PW_dist = 0.0 #lcdPW local_coherence_PA_dist = 0.0 #lcdPU n_sent = EntityGrid.n_sent grid = EntityGrid.grid PW = [[0] * n_sent for i in range(n_sent)] # Weight Matrix for PACC, syntactic information is accounted for by # integrating the edges of the bipartite graph W = [[0] * n_sent for i in range(n_sent)] for entity in grid: for i in range(n_sent): for j in range(i + 1, n_sent): if grid[entity][i] != u"-" and grid[entity][j] != u"-": PW[i][j] += 1 W[i][j] += (weighting_syntactic_role(grid[entity][i]) * weighting_syntactic_role(grid[entity][j])) PU = [list(map(lambda x: x != 0, PWi)) for PWi in PW] for i in range(n_sent): local_coherence_PW += sum(PW[i]) local_coherence_PU += sum(PU[i]) local_coherence_PA += sum(W[i]) local_coherence_PW /= n_sent local_coherence_PU /= n_sent local_coherence_PA /= n_sent # Weighting projection graphs PU_weighted = list(PU) PW_weighted = list(PW) PA_weighted = list(W) for i in range(n_sent): for j in range(i + 1, n_sent): PU_weighted[i][j] = division(PU[i][j],float(j - i)) PW_weighted[i][j] = division(PW[i][j],float(j - i)) PA_weighted[i][j] = division(W[i][j],float(j - i)) for i in range(n_sent): local_coherence_PW_dist += sum(PW_weighted[i]) local_coherence_PU_dist += sum(PU_weighted[i]) local_coherence_PA_dist += sum(PA_weighted[i]) local_coherence_PW_dist /= n_sent local_coherence_PU_dist /= n_sent local_coherence_PA_dist /= n_sent result = { 'LoCohPA_S':local_coherence_PU, 'LoCohPW_S':local_coherence_PW, 'LoCohPU_S':local_coherence_PA, 'LoCoDPA_S':local_coherence_PU_dist, 'LoCoDPW_S':local_coherence_PW_dist, 'LoCoDPU_S':local_coherence_PA_dist, } return result ================================================ FILE: lingfeat/_Discourse/__init__.py ================================================ ================================================ FILE: lingfeat/_LexicoSemantic/PsyF.py ================================================ # -*- coding: UTF-8 -*- """ Software: LingFeat - Comprehensive Linguistic Features for Readability Assessment Page: PstF.py (Psycholinguistic Features) License: CC-BY-SA 4.0 Original Author: Bruce W. Lee (이웅성) @brucewlee Affiliation 1: LXPER AI, Seoul, South Korea Affiliation 2: University of Pennsylvania, PA, USA Contributing Author: - Affiliation : - References: >>> Psycholinguistic features inspired by Publication 1: Kuperman, Victor, Hans Stadthagen-Gonzalez, and Marc Brysbaert. "Age-of-acquisition ratings for 30,000 English words." Behavior research methods 44.4 (2012): 978-990. Publication 2: Vajjala, Sowmya, and Detmar Meurers. "Readability-based sentence ranking for evaluating text simplification." (2015). """ import pandas as pd def retrieve(token_list, n_token, n_sent, dir_path): to_AAKuW_C = 0 to_AAKuL_C = 0 to_AABiL_C = 0 to_AABrL_C = 0 to_AACoL_C = 0 DB = pd.read_csv(dir_path+'/_LexicoSemantic/resources/AoAKuperman.csv') DB.set_index('Word', inplace=True, drop=True) for token in token_list: if token in DB.index: scores_for_this_token = list(DB.loc[token, :]) for i, score in enumerate(scores_for_this_token): scores_for_this_token[i] = 0 if str(score) == 'none' else scores_for_this_token[i] to_AAKuW_C += float(scores_for_this_token[7]) to_AAKuL_C += float(scores_for_this_token[9]) to_AABiL_C += float(scores_for_this_token[11]) to_AABrL_C += float(scores_for_this_token[12]) to_AACoL_C += float(scores_for_this_token[13]) result = { "to_AAKuW_C": to_AAKuW_C, "as_AAKuW_C": to_AAKuW_C/n_sent , "at_AAKuW_C": to_AAKuW_C/n_token, "to_AAKuL_C": to_AAKuL_C, "as_AAKuL_C": to_AAKuL_C/n_sent , "at_AAKuL_C": to_AAKuL_C/n_token, "to_AABiL_C": to_AABiL_C, "as_AABiL_C": to_AABiL_C/n_sent , "at_AABiL_C": to_AABiL_C/n_token, "to_AABrL_C": to_AABrL_C, "as_AABrL_C": to_AABrL_C/n_sent , "at_AABrL_C": to_AABrL_C/n_token, "to_AACoL_C": to_AABrL_C, "as_AACoL_C": to_AABrL_C/n_sent , "at_AACoL_C": to_AABrL_C/n_token, } return result ================================================ FILE: lingfeat/_LexicoSemantic/TTRF.py ================================================ # -*- coding: UTF-8 -*- """ Software: LingFeat - Comprehensive Linguistic Features for Readability Assessment Page: TTRF.py (Type-Token-Ratio Features) License: CC-BY-SA 4.0 Original Author: Bruce W. Lee (이웅성) @brucewlee Affiliation 1: LXPER AI, Seoul, South Korea Affiliation 2: University of Pennsylvania, PA, USA Contributing Author: - Affiliation : - References: >>> Entity Density features inspired by Publication 1: Malvern, David, and Brian Richards. "Measures of lexical richness." The encyclopedia of applied linguistics (2012). """ import math from lingfeat.utils import division def retrieve(n_token,token_list): n_utoken = 1 default_MTLD = 0.72 MTLD_count = 0 for token in token_list: if token_list.count(token) == 1: n_utoken += 1 if float(n_utoken/n_token) >= 0.72: MTLD_count += 1 result={ "SimpTTR_S":float(n_utoken/n_token), "CorrTTR_S":float(n_utoken/math.sqrt(2*n_token)), "BiLoTTR_S":float(math.log(n_utoken)/math.log(n_token)), "UberTTR_S":float(division(((math.log(n_utoken))**2),(math.log(n_token/n_utoken)))), "MTLDTTR_S":float(MTLD_count) } return result ================================================ FILE: lingfeat/_LexicoSemantic/VarF.py ================================================ # -*- coding: UTF-8 -*- """ Software: LingFeat - Comprehensive Linguistic Features for Readability Assessment Page: VarF.py (Variational Features) License: CC-BY-SA 4.0 Original Author: Bruce W. Lee (이웅성) @brucewlee Affiliation 1: LXPER AI, Seoul, South Korea Affiliation 2: University of Pennsylvania, PA, USA Contributing Author: - Affiliation : - References: >>> Variational features inspired by Publication 1: Lu, Xiaofei. "A corpus‐based evaluation of syntactic complexity measures as indices of college‐level ESL writers' language development." TESOL quarterly 45.1 (2011): 36-62. Publication 2: Vajjala, Sowmya, and Detmar Meurers. "On improving the accuracy of readability classification using insights from second language acquisition." Proceedings of the seventh workshop on building educational applications using NLP. 2012. """ import math from lingfeat.utils import division def retrieve(NLP_doc): noun_list = [] verb_list = [] adje_list = [] adve_list = [] n_unoun = 0 n_uverb = 0 n_uadje = 0 n_uadve = 0 for token in NLP_doc: if token.pos_ == "NOUN": noun_list.append(token.lemma) if token.pos_ == "VERB": verb_list.append(token.lemma) if token.pos_ == "ADJ": adje_list.append(token.lemma) if token.pos_ == "ADV": adve_list.append(token.lemma) for noun in noun_list: if noun_list.count(noun) == 1: n_unoun += 1 for verb in verb_list: if verb_list.count(verb) == 1: n_uverb += 1 for adje in adje_list: if adje_list.count(adje) == 1: n_uadje += 1 for adve in adve_list: if adve_list.count(adve) == 1: n_uadve += 1 result = { "SimpNoV_S":float(division(n_unoun,(len(noun_list)))), "SquaNoV_S":float(division((n_unoun)**2,(len(noun_list)))), "CorrNoV_S":float(division(n_unoun,(math.sqrt(2*len(noun_list))))), "SimpVeV_S":float(division(n_uverb,(len(verb_list)))), "SquaVeV_S":float(division((n_uverb)**2,(len(verb_list)))), "CorrVeV_S":float(division(n_uverb,(math.sqrt(2*len(verb_list))))), "SimpAjV_S":float(division(n_uadje,(len(adje_list)))), "SquaAjV_S":float(division((n_uadje)**2,(len(adje_list)))), "CorrAjV_S":float(division(n_uadje,(math.sqrt(2*len(adje_list))))), "SimpAvV_S":float(division(n_uadve,(len(adve_list)))), "SquaAvV_S":float(division((n_uadve)**2,(len(adve_list)))), "CorrAvV_S":float(division(n_uadve,(math.sqrt(2*len(adve_list))))), } return result ================================================ FILE: lingfeat/_LexicoSemantic/WorF.py ================================================ # -*- coding: UTF-8 -*- """ Software: LingFeat - Comprehensive Linguistic Features for Readability Assessment Page: WorF.py (Word Frequency Features) License: CC-BY-SA 4.0 Original Author: Bruce W. Lee (이웅성) @brucewlee Affiliation 1: LXPER AI, Seoul, South Korea Affiliation 2: University of Pennsylvania, PA, USA Contributing Author: - Affiliation : - References: >>> Word Frequency features inspired by Publication 1: Vajjala, Sowmya, and Detmar Meurers. "Readability-based sentence ranking for evaluating text simplification." (2015). """ import pandas as pd def retrieve(token_list, n_token, n_sent, dir_path): to_SbFrQ_C = 0 to_SbCDC_C = 0 to_SbFrL_C = 0 to_SbCDL_C = 0 to_SbSBW_C = 0 to_SbL1W_C = 0 to_SbSBC_C = 0 to_SbL1C_C = 0 DB = pd.read_csv(dir_path+'/_LexicoSemantic/resources/SUBTLEXus.csv') DB.set_index('Word_lowercased', inplace=True, drop=True) for token in token_list: if token in DB.index: scores_for_this_token = list(DB.loc[token, :]) for i, score in enumerate(scores_for_this_token): scores_for_this_token[i] = 0 if str(score) == 'none' else scores_for_this_token[i] to_SbFrQ_C += float(scores_for_this_token[1]) to_SbCDC_C += float(scores_for_this_token[2]) to_SbFrL_C += float(scores_for_this_token[3]) to_SbCDL_C += float(scores_for_this_token[4]) to_SbSBW_C += float(scores_for_this_token[5]) to_SbL1W_C += float(scores_for_this_token[6]) to_SbSBC_C += float(scores_for_this_token[7]) to_SbL1C_C += float(scores_for_this_token[8]) result = { "to_SbFrQ_C": to_SbFrQ_C, "as_SbFrQ_C": to_SbFrQ_C/n_sent , "at_SbFrQ_C": to_SbFrQ_C/n_token, "to_SbCDC_C": to_SbCDC_C, "as_SbCDC_C": to_SbCDC_C/n_sent , "at_SbCDC_C": to_SbCDC_C/n_token, "to_SbFrL_C": to_SbFrL_C, "as_SbFrL_C": to_SbFrL_C/n_sent , "at_SbFrL_C": to_SbFrL_C/n_token, "to_SbCDL_C": to_SbCDL_C, "as_SbCDL_C": to_SbCDL_C/n_sent , "at_SbCDL_C": to_SbCDL_C/n_token, "to_SbSBW_C": to_SbSBW_C, "as_SbSBW_C": to_SbSBW_C/n_sent , "at_SbSBW_C": to_SbSBW_C/n_token, "to_SbL1W_C": to_SbL1W_C, "as_SbL1W_C": to_SbL1W_C/n_sent , "at_SbL1W_C": to_SbL1W_C/n_token, "to_SbSBC_C": to_SbSBC_C, "as_SbSBC_C": to_SbSBC_C/n_sent , "at_SbSBC_C": to_SbSBC_C/n_token, "to_SbL1C_C": to_SbL1C_C, "as_SbL1C_C": to_SbL1C_C/n_sent , "at_SbL1C_C": to_SbL1C_C/n_token, } return result ================================================ FILE: lingfeat/_LexicoSemantic/__init__.py ================================================ ================================================ FILE: lingfeat/_LexicoSemantic/resources/AoAKuperman.csv ================================================ Word,Alternative,Freq_pm,Dom_PoS_SUBTLEX,Nletters,Nphon,Nsyll,Lemma_highest_PoS,AoA_Kup,Perc_known,AoA_Kup_lem,Perc_known_lem,AoA_Bird_lem,AoA_Bristol_lem,AoA_Cort_lem,AoA_Schock a,a,20415.27,Article,1,1,1,a,2.89,1.00,2.89,1.00,3.16,none,none, aardvark,aardvark,0.41,Noun,8,7,2,aardvark,9.89,1.00,9.89,1.00,none,none,none, abacus,abacus,0.24,Noun,6,6,3,abacus,8.69,0.65,8.69,0.65,none,none,none, abacuses,abacuses,0.02,Noun,8,9,4,abacus,none,none,8.69,0.65,none,none,none, abalone,abalone,0.51,Verb,7,7,4,abalone,12.23,0.72,12.23,0.72,none,none,none, abalones,abalones,0.12,Noun,8,7,3,abalone,none,none,12.23,0.72,none,none,none, abandon,abandon,8.10,Verb,7,7,3,abandon,8.32,1.00,8.32,1.00,none,none,none, abandoned,abandoned,13.29,Verb,9,8,3,abandon,none,none,8.32,1.00,none,none,none, abandoner,abandoner,0.02,Noun,9,8,4,abandoner,11.89,0.95,11.89,0.95,none,none,none, abandoning,abandoning,1.69,Verb,10,9,4,abandon,none,none,8.32,1.00,none,none,none, abandonment,abandonment,0.96,Noun,11,11,4,abandonment,10.27,1.00,10.27,1.00,none,10.70,none, abandons,abandons,0.27,Verb,8,8,3,abandon,none,none,8.32,1.00,none,none,none, abase,abase,0.06,Verb,5,4,2,abase,14.57,0.74,14.57,0.74,none,none,none, abasement,abasement,0.00,Err:512,9,8,3,abasement,15.13,0.63,15.13,0.63,none,none,none, abate,abate,0.10,Verb,5,4,2,abate,14.44,0.95,14.44,0.95,11.93,none,none, abated,abated,0.08,Verb,6,6,3,abate,none,none,14.44,0.95,11.93,none,none, abatement,abatement,0.06,Noun,9,8,3,abatement,15.12,0.81,15.12,0.81,none,12.58,none, abates,abates,0.04,Verb,6,5,2,abate,none,none,14.44,0.95,11.93,none,none, abating,abating,0.02,Verb,7,6,3,abate,none,none,14.44,0.95,11.93,none,none, abattoir,abattoir,0.14,Noun,8,6,3,abattoir,15.17,0.32,15.17,0.32,none,none,none, abbacy,abbacy,Err:512,Err:512,6,5,3,abbacy,14.50,0.10,14.50,0.10,none,none,none, abbess,abbess,0.04,Noun,6,4,2,abbess,15.43,0.37,15.43,0.37,none,none,none, abbesses,abbesses,0.02,Noun,8,6,3,abbess,none,none,15.43,0.37,none,none,none, abbey,abbey,3.18,Noun,5,3,2,abbey,13.06,0.86,13.06,0.86,none,9.49,none,11.29 abbot,abbot,0.84,Name,5,4,2,abbot,12.10,0.75,12.10,0.75,none,none,none,12.43 abbreviate,abbreviate,0.02,Verb,10,8,4,abbreviate,9.95,1.00,9.95,1.00,none,none,none, abbreviated,abbreviated,0.31,Adjective,11,10,5,abbreviated,10.50,1.00,10.50,1.00,none,none,none, abbreviation,abbreviation,0.24,Noun,12,10,5,abbreviation,9.11,1.00,9.11,1.00,none,none,none, abbreviations,abbreviations,0.20,Noun,13,11,5,abbreviation,none,none,9.11,1.00,none,none,none, abdicate,abdicate,0.18,Verb,8,7,3,abdicate,12.60,0.83,12.60,0.83,none,none,none, abdicated,abdicated,0.14,Verb,9,9,4,abdicate,none,none,12.60,0.83,none,none,none, abdicates,abdicates,0.02,Noun,9,8,3,abdicate,none,none,12.60,0.83,none,none,none, abdicating,abdicating,0.06,Verb,10,9,4,abdicate,none,none,12.60,0.83,none,none,none, abdication,abdication,0.12,Noun,10,9,4,abdication,14.94,0.89,14.94,0.89,none,none,none, abdomen,abdomen,3.35,Noun,7,7,3,abdomen,8.61,1.00,8.61,1.00,none,10.92,none, abdomens,abdomens,0.06,Noun,8,8,3,abdomen,none,none,8.61,1.00,none,10.92,none, abdominal,abdominal,3.41,Adjective,9,9,4,abdominal,10.24,0.94,10.24,0.94,none,none,none, abduct,abduct,0.71,Verb,6,6,2,abduct,11.26,1.00,11.26,1.00,none,none,none,9.49 abducted,abducted,5.00,Verb,8,8,3,abduct,none,none,11.26,1.00,none,none,none,9.49 abducting,abducting,0.31,Verb,9,8,3,abduct,none,none,11.26,1.00,none,none,none,9.49 abduction,abduction,3.63,Noun,9,8,3,abduction,11.94,1.00,11.94,1.00,none,none,none, abductions,abductions,0.82,Noun,10,9,3,abduction,none,none,11.94,1.00,none,none,none, abductor,abductor,0.35,Noun,8,7,3,abductor,11.11,1.00,11.11,1.00,none,none,none, abductors,abductors,0.22,Noun,9,8,3,abductor,none,none,11.11,1.00,none,none,none, abducts,abducts,0.16,Verb,7,7,2,abduct,none,none,11.26,1.00,none,none,none,9.49 abeam,abeam,0.14,Noun,5,4,2,abeam,13.40,0.53,13.40,0.53,none,none,none, aberrant,aberrant,0.29,Adjective,8,7,3,aberrant,13.31,0.68,13.31,0.68,none,none,none, aberration,aberration,0.55,Noun,10,7,4,aberration,12.69,0.68,12.69,0.68,none,none,none, aberrations,aberrations,0.16,Noun,11,8,4,aberration,none,none,12.69,0.68,none,none,none, abet,abet,0.10,Verb,4,4,2,abet,12.15,0.72,12.15,0.72,none,none,none, abetted,abetted,0.16,Verb,7,6,3,abet,none,none,12.15,0.72,none,none,none, abetting,abetting,0.51,Verb,8,6,3,abet,none,none,12.15,0.72,none,none,none, abettor,abettor,0.02,Noun,7,5,3,abettor,15.55,0.58,15.55,0.58,none,none,none, abeyance,abeyance,0.04,Noun,8,6,3,abeyance,15.00,0.35,15.00,0.35,none,none,none, abhor,abhor,0.24,Verb,5,5,2,abhor,13.76,0.85,13.76,0.85,none,none,none, abhorred,abhorred,0.14,Verb,8,6,2,abhor,none,none,13.76,0.85,none,none,none, abhorrent,abhorrent,0.18,Adjective,9,8,3,abhorrent,12.14,0.78,12.14,0.78,none,none,none, abhors,abhors,0.08,Verb,6,6,2,abhor,none,none,13.76,0.85,none,none,none, abide,abide,2.71,Verb,5,4,2,abide,9.50,1.00,9.50,1.00,none,10.49,none, abided,abided,0.06,Verb,6,6,3,abide,none,none,9.50,1.00,none,10.49,none, abides,abides,0.08,Verb,6,5,2,abide,none,none,9.50,1.00,none,10.49,none, abiding,abiding,0.49,Adjective,7,6,3,abiding,10.30,1.00,10.30,1.00,none,none,none, abilities,abilities,6.12,Noun,9,8,4,ability,none,none,8.84,1.00,none,8.98,none, ability,ability,19.22,Noun,7,7,4,ability,8.84,1.00,8.84,1.00,none,8.98,none, abject,abject,0.39,Adjective,6,6,2,abject,14.00,0.89,14.00,0.89,none,none,none, abjuration,abjuration,Err:512,Err:512,10,9,4,abjuration,17.12,0.38,17.12,0.38,none,none,none, abjure,abjure,0.02,Verb,6,5,2,abjure,14.60,0.53,14.60,0.53,none,none,none, ablation,ablation,0.02,Noun,8,7,3,ablation,13.29,0.39,13.29,0.39,none,none,none, ablaze,ablaze,0.41,Adjective,6,5,2,ablaze,10.83,0.95,10.83,0.95,none,none,none, able,able,159.90,Adjective,4,4,2,able,7.79,1.00,7.79,1.00,5.71,6.50,none,6.33 abler,abler,0.02,Adjective,5,5,3,able,none,none,7.79,1.00,5.71,6.50,none,6.33 ablest,ablest,0.04,Adjective,6,6,2,able,none,none,7.79,1.00,5.71,6.50,none,6.33 ablution,ablution,0.06,Noun,8,9,4,ablution,13.64,0.58,13.64,0.58,none,none,none, ablutions,ablutions,0.08,Noun,9,9,4,ablution,none,none,13.64,0.58,none,none,none, abnormal,abnormal,2.90,Adjective,8,8,3,abnormal,10.05,1.00,10.05,1.00,none,none,none, abnormalities,abnormalities,0.49,Noun,13,12,5,abnormality,none,none,11.58,1.00,none,none,none, abnormality,abnormality,0.51,Noun,11,11,5,abnormality,11.58,1.00,11.58,1.00,none,none,none, aboard,aboard,26.63,Adverb,6,5,2,aboard,8.66,1.00,8.66,1.00,none,6.94,none,8.37 abode,abode,0.65,Noun,5,4,2,abode,12.06,0.94,12.06,0.94,none,10.87,none,12.11 abolish,abolish,0.47,Verb,7,6,3,abolish,10.42,0.95,10.42,0.95,none,none,none, abolished,abolished,0.39,Verb,9,7,3,abolish,none,none,10.42,0.95,none,none,none, abolishes,abolishes,0.02,Verb,9,8,4,abolish,none,none,10.42,0.95,none,none,none, abolishing,abolishing,0.04,Verb,10,8,4,abolish,none,none,10.42,0.95,none,none,none, abolition,abolition,0.20,Noun,9,8,4,abolition,13.28,1.00,13.28,1.00,none,none,none, abolitionism,abolitionism,0.02,Noun,12,12,6,abolitionism,11.78,0.95,11.78,0.95,none,none,none, abolitionist,abolitionist,0.22,Noun,12,11,5,abolitionist,12.60,0.83,12.60,0.83,none,none,none, abolitionists,abolitionists,0.25,Noun,13,12,5,abolitionist,none,none,12.60,0.83,none,none,none, abominable,abominable,0.63,Adjective,10,10,5,abominable,8.94,1.00,8.94,1.00,none,none,none, abominate,abominate,0.06,Verb,9,8,4,abominate,15.00,0.89,15.00,0.89,none,none,none, abomination,abomination,1.14,Noun,11,10,5,abomination,11.17,1.00,11.17,1.00,none,none,none, abominations,abominations,0.14,Noun,12,12,6,abomination,none,none,11.17,1.00,none,none,none, aboriginal,aboriginal,0.18,Adjective,10,9,5,aboriginal,14.75,0.84,14.75,0.84,none,none,none, aboriginals,aboriginals,0.02,Name,11,11,5,aboriginal,none,none,14.75,0.84,none,none,none, aborigine,aborigine,0.08,Noun,9,8,5,aborigine,12.56,0.89,12.56,0.89,none,none,none, aborigines,aborigines,0.18,Noun,10,9,5,aborigine,none,none,12.56,0.89,none,none,none, aborning,aborning,0.02,Verb,8,7,3,aborning,13.25,0.24,13.25,0.24,none,none,none, abort,abort,4.61,Verb,5,5,2,abort,12.21,1.00,12.21,1.00,none,none,none,10.04 aborted,aborted,0.63,Verb,7,7,3,abort,none,none,12.21,1.00,none,none,none,10.04 aborting,aborting,0.25,Verb,8,7,3,abort,none,none,12.21,1.00,none,none,none,10.04 abortion,abortion,7.24,Noun,8,7,3,abortion,13.21,1.00,13.21,1.00,none,none,none, abortionist,abortionist,0.08,Noun,11,10,4,abortionist,15.00,0.95,15.00,0.95,none,none,none, abortionists,abortionists,0.02,Noun,12,11,4,abortionist,none,none,15.00,0.95,none,none,none, abortions,abortions,0.69,Noun,9,8,3,abortion,none,none,13.21,1.00,none,none,none, abortive,abortive,0.02,Adjective,8,7,3,abortive,13.93,0.78,13.93,0.78,none,none,none, aborts,aborts,0.02,Verb,6,6,2,abort,none,none,12.21,1.00,none,none,none,10.04 abound,abound,0.35,Verb,6,5,2,abound,11.65,1.00,11.65,1.00,none,none,none, abounded,abounded,0.06,Verb,8,7,3,abound,none,none,11.65,1.00,none,none,none, abounding,abounding,0.08,Verb,9,7,3,abound,none,none,11.65,1.00,none,none,none, abounds,abounds,0.20,Verb,7,6,2,abound,none,none,11.65,1.00,none,none,none, about,about,3631.49,Preposition,5,4,2,about,5.07,1.00,5.07,1.00,4.81,none,none,6.00 above,above,48.88,Preposition,5,4,2,above,4.55,1.00,4.55,1.00,4.48,none,none,5.56 aboveboard,aboveboard,0.27,Noun,10,8,3,aboveboard,13.00,0.85,13.00,0.85,none,none,none, aboveground,aboveground,0.14,Adjective,11,9,3,aboveground,8.05,1.00,8.05,1.00,none,none,none, abovementioned,abovementioned,0.02,Adjective,14,11,4,abovementioned,14.24,0.89,14.24,0.89,none,none,none, abracadabra,abracadabra,1.04,Noun,11,11,5,abracadabra,6.89,1.00,6.89,1.00,none,none,none, abrade,abrade,0.02,Verb,6,5,2,abrade,14.00,0.44,14.00,0.44,none,none,none, abraded,abraded,0.10,Verb,7,7,3,abrade,none,none,14.00,0.44,none,none,none, abrasion,abrasion,0.35,Noun,8,7,3,abrasion,11.95,0.95,11.95,0.95,none,none,none, abrasions,abrasions,1.10,Noun,9,8,3,abrasion,none,none,11.95,0.95,none,none,none, abrasive,abrasive,0.45,Adjective,8,7,3,abrasive,12.22,1.00,12.22,1.00,none,none,none, abrasiveness,abrasiveness,0.04,Noun,12,10,4,abrasiveness,12.06,1.00,12.06,1.00,none,none,none, abrasives,abrasives,0.08,Verb,9,8,3,abrasive,none,none,12.22,1.00,none,none,none, abreaction,abreaction,0.02,Noun,10,9,4,abreaction,15.80,0.56,15.80,0.56,none,none,none, abreast,abreast,0.51,Adjective,7,6,2,abreast,13.06,0.89,13.06,0.89,none,none,none,13.18 abridge,abridge,0.02,Noun,7,5,2,abridge,14.35,0.89,14.35,0.89,none,none,none, abridged,abridged,0.18,Adjective,8,6,2,abridged,12.56,0.89,12.56,0.89,none,none,none, abridgement,abridgement,0.02,Noun,11,9,3,abridgement,12.32,0.85,12.32,0.85,none,12.58,none, abridging,abridging,0.04,Verb,9,7,3,abridge,none,none,14.35,0.89,none,none,none, abroad,abroad,4.90,Adverb,6,5,2,abroad,10.15,1.00,10.15,1.00,6.88,none,none,10.22 abrogate,abrogate,0.02,Verb,8,7,3,abrogate,15.22,0.47,15.22,0.47,none,none,none, abrogated,abrogated,0.04,Verb,9,9,4,abrogate,none,none,15.22,0.47,none,none,none, abrupt,abrupt,1.14,Adjective,6,6,2,abrupt,10.95,1.00,10.95,1.00,none,10.94,none,10.51 abruption,abruption,0.12,Noun,9,8,3,abruption,11.82,0.94,11.82,0.94,none,none,none, abruptness,abruptness,0.08,Noun,10,9,3,abruptness,12.39,1.00,12.39,1.00,none,none,none, abscess,abscess,0.49,Noun,7,5,2,abscess,13.11,0.90,13.11,0.90,none,10.49,none, abscesses,abscesses,0.14,Noun,9,7,3,abscess,none,none,13.11,0.90,none,10.49,none, abscond,abscond,0.10,Verb,7,7,2,abscond,13.36,0.74,13.36,0.74,none,none,none, absconded,absconded,0.10,Verb,9,9,3,abscond,none,none,13.36,0.74,none,none,none, absconder,absconder,0.02,Noun,9,9,3,absconder,16.62,0.68,16.62,0.68,none,none,none, absconders,absconders,0.04,Verb,10,10,3,absconder,none,none,16.62,0.68,none,none,none, absence,absence,6.31,Noun,7,6,2,absence,7.70,1.00,7.70,1.00,6.88,none,none,8.62 absences,absences,0.27,Noun,8,8,3,absence,none,none,7.70,1.00,6.88,none,none,8.62 absent,absent,2.57,Adjective,6,6,2,absent,6.50,1.00,6.50,1.00,6.11,none,none,7.34 absentee,absentee,0.35,Noun,8,7,3,absentee,11.00,0.94,11.00,0.94,none,none,none, absenteeism,absenteeism,0.10,Noun,11,11,5,absenteeism,13.43,0.78,13.43,0.78,none,none,none, absentees,absentees,0.08,Noun,9,8,3,absentee,none,none,11.00,0.94,none,none,none, absenting,absenting,0.04,Verb,9,8,3,absent,none,none,6.50,1.00,6.11,none,none,7.34 absentminded,absentminded,0.06,Adjective,12,12,4,absentminded,10.84,1.00,10.84,1.00,none,none,none, absentmindedness,absentmindedness,0.02,Noun,16,15,5,absentmindedness,9.61,1.00,9.61,1.00,none,none,none, absinthe,absinthe,0.55,Verb,8,6,2,absinthe,16.29,0.89,16.29,0.89,none,none,none, absinthes,absinthes,0.06,Noun,9,7,2,absinthe,none,none,16.29,0.89,none,none,none, absolute,absolute,11.31,Adjective,8,7,3,absolute,8.53,1.00,8.53,1.00,none,none,none, absolutely,absolutely,113.12,Adverb,10,9,4,absolutely,7.08,1.00,7.08,1.00,8.02,none,none, absoluteness,absoluteness,0.02,Noun,12,10,4,absoluteness,12.68,0.95,12.68,0.95,none,none,none, absolutes,absolutes,0.41,Noun,9,8,3,absolute,none,none,8.53,1.00,none,none,none, absolution,absolution,0.94,Noun,10,9,4,absolution,11.71,0.94,11.71,0.94,none,11.90,none, absolve,absolve,0.57,Verb,7,6,2,absolve,12.90,1.00,12.90,1.00,11.78,none,none,11.09 absolved,absolved,0.29,Verb,8,7,2,absolve,none,none,12.90,1.00,11.78,none,none,11.09 absolver,absolver,0.08,Noun,8,8,3,absolver,13.60,0.83,13.60,0.83,none,none,none, absolves,absolves,0.08,Verb,8,7,2,absolve,none,none,12.90,1.00,11.78,none,none,11.09 absolving,absolving,0.10,Verb,9,8,3,absolve,none,none,12.90,1.00,11.78,none,none,11.09 absorb,absorb,1.98,Verb,6,6,2,absorb,8.83,1.00,8.83,1.00,none,8.69,none,9.49 absorbed,absorbed,1.53,Verb,8,7,2,absorb,none,none,8.83,1.00,none,8.69,none,9.49 absorbent,absorbent,0.16,Adjective,9,9,3,absorbent,10.32,1.00,10.32,1.00,none,none,none, absorber,absorber,0.06,Noun,8,7,3,absorber,10.33,1.00,10.33,1.00,none,none,none, absorbers,absorbers,0.16,Noun,9,8,3,absorber,none,none,10.33,1.00,none,none,none, absorbing,absorbing,0.45,Verb,9,8,3,absorb,none,none,8.83,1.00,none,8.69,none,9.49 absorbs,absorbs,0.49,Verb,7,7,2,absorb,none,none,8.83,1.00,none,8.69,none,9.49 absorption,absorption,0.35,Noun,10,9,3,absorption,10.94,0.95,10.94,0.95,none,none,none, absorptions,absorptions,0.02,Noun,11,10,3,absorption,none,none,10.94,0.95,none,none,none, abstain,abstain,0.51,Verb,7,6,2,abstain,12.95,1.00,12.95,1.00,11.36,none,none, abstained,abstained,0.08,Verb,9,7,2,abstain,none,none,12.95,1.00,11.36,none,none, abstaining,abstaining,0.16,Verb,10,8,3,abstain,none,none,12.95,1.00,11.36,none,none, abstains,abstains,0.04,Verb,8,7,2,abstain,none,none,12.95,1.00,11.36,none,none, abstention,abstention,0.12,Noun,10,9,3,abstention,15.19,0.76,15.19,0.76,none,none,none, abstentions,abstentions,0.02,Noun,11,10,3,abstention,none,none,15.19,0.76,none,none,none, abstinence,abstinence,0.88,Noun,10,9,3,abstinence,12.74,1.00,12.74,1.00,none,none,none, abstract,abstract,2.18,Adjective,8,8,2,abstract,11.47,1.00,11.47,1.00,none,none,none,10.51 abstracting,abstracting,0.02,Verb,11,10,3,abstract,none,none,11.47,1.00,none,none,none,10.51 abstraction,abstraction,0.29,Noun,11,10,3,abstraction,13.65,0.94,13.65,0.94,none,none,none, abstractionist,abstractionist,0.02,Noun,14,13,4,abstractionist,14.72,0.95,14.72,0.95,none,none,none, abstractions,abstractions,0.10,Noun,12,11,3,abstraction,none,none,13.65,0.94,none,none,none, abstracts,abstracts,0.14,Noun,9,9,2,abstract,none,none,11.47,1.00,none,none,none,10.51 abstruse,abstruse,0.06,Adjective,8,7,2,abstruse,14.60,0.50,14.60,0.50,none,none,none, absurd,absurd,9.71,Adjective,6,5,2,absurd,10.50,0.99,10.50,0.99,none,10.36,none,10.60 absurdist,absurdist,0.02,Noun,9,8,3,absurdist,13.00,0.57,13.00,0.57,none,none,none, absurdities,absurdities,0.12,Noun,11,9,4,absurdity,none,none,13.21,1.00,none,none,none, absurdity,absurdity,0.63,Noun,9,8,4,absurdity,13.21,1.00,13.21,1.00,none,none,none, abundance,abundance,0.88,Noun,9,8,3,abundance,10.45,1.00,10.45,1.00,none,10.22,none, abundant,abundant,0.57,Adjective,8,8,3,abundant,12.84,1.00,12.84,1.00,none,none,none, abuse,abuse,10.25,Noun,5,5,2,abuse,8.61,1.00,8.61,1.00,10.68,none,none,8.20 abused,abused,4.53,Verb,6,6,2,abuse,none,none,8.61,1.00,10.68,none,none,8.20 abuser,abuser,0.31,Noun,6,6,3,abuser,9.94,1.00,9.94,1.00,none,none,none, abusers,abusers,0.22,Noun,7,7,3,abuser,none,none,9.94,1.00,none,none,none, abuses,abuses,0.49,Noun,6,7,3,abuse,none,none,8.61,1.00,10.68,none,none,8.20 abusing,abusing,1.20,Verb,7,7,3,abuse,none,none,8.61,1.00,10.68,none,none,8.20 abusive,abusive,1.63,Adjective,7,7,3,abusive,9.58,1.00,9.58,1.00,none,none,none, abusiveness,abusiveness,0.02,Noun,11,10,4,abusiveness,10.47,1.00,10.47,1.00,none,none,none, abut,abut,0.12,Verb,4,4,2,abut,13.11,0.43,13.11,0.43,none,none,none, abutment,abutment,0.12,Noun,8,8,3,abutment,15.33,0.50,15.33,0.50,none,none,none, abutments,abutments,0.02,Noun,9,9,3,abutment,none,none,15.33,0.50,none,none,none, abuts,abuts,0.04,Verb,5,5,2,abut,none,none,13.11,0.43,none,none,none, abuzz,abuzz,0.04,Noun,5,4,2,abuzz,13.00,0.78,13.00,0.78,none,none,none, abysm,abysm,Err:512,Err:512,5,6,3,abysm,15.25,0.19,15.25,0.19,none,none,none, abysmal,abysmal,0.41,Adjective,7,7,3,abysmal,13.78,0.95,13.78,0.95,none,none,none, abyss,abyss,1.76,Noun,5,4,2,abyss,11.00,1.00,11.00,1.00,none,11.70,none,12.22 abyssal,abyssal,0.02,Noun,7,6,3,abyssal,17.27,0.58,17.27,0.58,none,none,none, abysses,abysses,0.04,Noun,7,6,3,abyss,none,none,11.00,1.00,none,11.70,none,12.22 ac,ac,2.16,Abbreviation,2,3,2,ac,10.75,0.42,10.75,0.42,none,none,none, acacia,acacia,0.16,Noun,6,5,3,acacia,14.25,0.57,14.25,0.57,none,none,none, academe,academe,0.04,Noun,7,6,3,academe,13.27,0.75,13.27,0.75,none,none,none, academes,academes,0.02,Noun,8,7,3,academe,none,none,13.27,0.75,none,none,none, academia,academia,0.24,Noun,8,8,5,academia,13.74,0.95,13.74,0.95,none,none,none, academic,academic,4.67,Adjective,8,8,4,academic,9.74,1.00,9.74,1.00,none,none,none, academician,academician,0.02,Noun,11,10,5,academician,15.21,0.74,15.21,0.74,none,none,none, academicism,academicism,Err:512,Err:512,11,12,6,academicism,15.00,0.56,15.00,0.56,none,none,none, academics,academics,0.69,Noun,9,9,4,academic,none,none,9.74,1.00,none,none,none, academies,academies,0.14,Noun,9,8,4,academy,none,none,9.05,1.00,none,none,none, academy,academy,12.41,Noun,7,7,4,academy,9.05,1.00,9.05,1.00,none,none,none, acanthus,acanthus,0.02,Adjective,8,7,3,acanthus,15.17,0.33,15.17,0.33,none,none,none, accede,accede,0.14,Verb,6,5,2,accede,14.31,0.72,14.31,0.72,none,none,none, accelerando,accelerando,Err:512,Err:512,11,11,5,accelerando,14.50,0.20,14.50,0.20,none,none,none, accelerant,accelerant,0.55,Noun,10,9,4,accelerant,12.84,0.95,12.84,0.95,none,none,none, accelerate,accelerate,1.27,Verb,10,8,4,accelerate,10.74,1.00,10.74,1.00,none,none,none, accelerated,accelerated,0.96,Adjective,11,10,5,accelerated,10.11,1.00,10.11,1.00,none,none,none, accelerates,accelerates,0.10,Verb,11,9,4,accelerate,none,none,10.74,1.00,none,none,none, accelerating,accelerating,0.88,Verb,12,10,5,accelerate,none,none,10.74,1.00,none,none,none, acceleration,acceleration,0.86,Noun,12,10,5,acceleration,9.84,1.00,9.84,1.00,none,10.54,none, accelerator,accelerator,1.35,Noun,11,9,5,accelerator,10.27,1.00,10.27,1.00,none,none,none, accelerators,accelerators,0.08,Noun,12,10,5,accelerator,none,none,10.27,1.00,none,none,none, accent,accent,12.18,Noun,6,6,2,accent,8.60,0.95,8.60,0.95,none,7.09,none,9.31 accented,accented,0.02,Verb,8,8,3,accent,none,none,8.60,0.95,none,7.09,none,9.31 accents,accents,1.14,Noun,7,7,2,accent,none,none,8.60,0.95,none,7.09,none,9.31 accentuate,accentuate,0.35,Verb,10,9,4,accentuate,13.24,0.85,13.24,0.85,none,none,none, accentuates,accentuates,0.08,Verb,11,10,4,accentuate,none,none,13.24,0.85,none,none,none, accentuating,accentuating,0.02,Verb,12,12,5,accentuate,none,none,13.24,0.85,none,none,none, accept,accept,52.78,Verb,6,6,2,accept,6.74,1.00,6.74,1.00,7.12,none,none,7.65 acceptable,acceptable,5.27,Adjective,10,10,4,acceptable,9.84,1.00,9.84,1.00,none,none,none, acceptance,acceptance,3.16,Noun,10,9,3,acceptance,8.56,1.00,8.56,1.00,none,none,none, acceptances,acceptances,0.04,Noun,11,11,4,acceptance,none,none,8.56,1.00,none,none,none, acceptant,acceptant,0.02,Noun,9,9,3,acceptant,11.89,0.95,11.89,0.95,none,none,none, accepted,accepted,15.71,Verb,8,8,3,accept,none,none,6.74,1.00,7.12,none,none,7.65 accepting,accepting,4.04,Verb,9,8,3,accept,none,none,6.74,1.00,7.12,none,none,7.65 accepts,accepts,2.08,Verb,7,7,2,accept,none,none,6.74,1.00,7.12,none,none,7.65 access,access,31.67,Noun,6,5,2,access,9.10,1.00,9.10,1.00,none,9.24,none,9.49 accessed,accessed,1.53,Verb,8,6,2,access,none,none,9.10,1.00,none,9.24,none,9.49 accesses,accesses,0.04,Verb,8,7,3,access,none,none,9.10,1.00,none,9.24,none,9.49 accessibility,accessibility,0.04,Noun,13,12,6,accessibility,11.05,1.00,11.05,1.00,none,none,none, accessible,accessible,1.10,Adjective,10,9,4,accessible,9.94,1.00,9.94,1.00,none,none,none, accessing,accessing,1.04,Verb,9,7,3,access,none,none,9.10,1.00,none,9.24,none,9.49 accession,accession,0.12,Noun,9,7,3,accession,12.25,0.80,12.25,0.80,none,none,none, accessories,accessories,1.49,Noun,11,8,4,accessory,none,none,11.15,1.00,none,none,none, accessorize,accessorise,0.35,Verb,11,8,4,accessorize,11.39,1.00,11.39,1.00,none,none,none, accessorized,accessorised,0.04,Verb,12,9,4,accessorize,none,none,11.39,1.00,none,none,none, accessorizing,accessorising,0.12,Verb,13,10,5,accessorize,none,none,11.39,1.00,none,none,none, accessory,accessory,2.88,Noun,9,7,4,accessory,11.15,1.00,11.15,1.00,none,none,none, accident,accident,81.29,Noun,8,8,3,accident,5.30,1.00,5.30,1.00,none,6.64,none, accidental,accidental,3.00,Adjective,10,10,4,accidental,6.75,1.00,6.75,1.00,none,none,none, accidentals,accidentals,0.02,Noun,11,11,4,accidental,none,none,6.75,1.00,none,none,none, accidents,accidents,6.67,Noun,9,9,3,accident,none,none,5.30,1.00,none,6.64,none, acclaim,acclaim,0.43,Noun,7,5,2,acclaim,12.11,1.00,12.11,1.00,none,none,none, acclaims,acclaims,0.04,Verb,8,6,2,acclaim,none,none,12.11,1.00,none,none,none, acclamation,acclamation,0.02,Noun,11,9,4,acclamation,14.00,1.00,14.00,1.00,none,none,none, acclimate,acclimate,0.16,Verb,9,7,3,acclimate,14.24,0.85,14.24,0.85,none,none,none, acclimates,acclimates,0.02,Verb,10,8,3,acclimate,none,none,14.24,0.85,none,none,none, acclimating,acclimating,0.06,Verb,11,9,4,acclimate,none,none,14.24,0.85,none,none,none, acclimatization,acclimatisation,0.02,Noun,15,13,6,acclimatization,16.12,0.80,16.12,0.80,none,none,none, acclimatize,acclimatise,0.02,Verb,11,9,4,acclimatize,14.00,0.80,14.00,0.80,none,none,none, accolade,accolade,0.02,Noun,8,6,3,accolade,12.43,0.70,12.43,0.70,none,none,none, accolades,accolades,0.18,Noun,9,7,3,accolade,none,none,12.43,0.70,none,none,none, accommodate,accommodate,2.14,Verb,11,8,4,accommodate,9.90,1.00,9.90,1.00,none,none,none, accommodated,accommodated,0.10,Verb,12,10,5,accommodate,none,none,9.90,1.00,none,none,none, accommodates,accommodates,0.06,Verb,12,9,4,accommodate,none,none,9.90,1.00,none,none,none, accommodating,accommodating,0.71,Verb,13,10,5,accommodate,none,none,9.90,1.00,none,none,none, accommodation,accommodation,0.94,Noun,13,10,5,accommodation,9.58,1.00,9.58,1.00,none,10.54,none, accommodations,accommodations,1.67,Noun,14,11,5,accommodation,none,none,9.58,1.00,none,10.54,none, accommodative,accommodative,0.02,Adjective,13,10,5,accommodative,15.18,1.00,15.18,1.00,none,none,none, accompanied,accompanied,2.06,Verb,11,9,4,accompany,none,none,10.75,1.00,none,none,none, accompanies,accompanies,0.25,Verb,11,9,4,accompany,none,none,10.75,1.00,none,none,none, accompaniment,accompaniment,0.29,Noun,13,11,4,accompaniment,11.18,0.94,11.18,0.94,none,none,none, accompanist,accompanist,0.20,Noun,11,10,4,accompanist,12.78,1.00,12.78,1.00,none,none,none, accompanists,accompanists,0.02,Noun,12,11,4,accompanist,none,none,12.78,1.00,none,none,none, accompany,accompany,4.75,Verb,9,8,4,accompany,10.75,1.00,10.75,1.00,none,none,none, accompanying,accompanying,0.92,Verb,12,10,5,accompany,none,none,10.75,1.00,none,none,none, accomplice,accomplice,4.24,Noun,10,8,3,accomplice,9.78,1.00,9.78,1.00,none,none,none, accomplices,accomplices,1.14,Noun,11,10,4,accomplice,none,none,9.78,1.00,none,none,none, accomplish,accomplish,5.84,Verb,10,8,3,accomplish,7.84,1.00,7.84,1.00,none,none,none, accomplished,accomplished,7.53,Verb,12,9,3,accomplish,none,none,7.84,1.00,none,none,none, accomplishes,accomplishes,0.14,Verb,12,10,4,accomplish,none,none,7.84,1.00,none,none,none, accomplishing,accomplishing,0.51,Verb,13,10,4,accomplish,none,none,7.84,1.00,none,none,none, accomplishment,accomplishment,1.88,Noun,14,12,4,accomplishment,9.00,1.00,9.00,1.00,none,none,none, accomplishments,accomplishments,1.59,Noun,15,13,4,accomplishment,none,none,9.00,1.00,none,none,none, accord,accord,1.63,Noun,6,5,2,accord,9.65,0.94,9.65,0.94,11.93,none,none,10.22 accordance,accordance,1.59,Preposition,10,8,3,accordance,11.75,1.00,11.75,1.00,none,10.70,none, accorded,accorded,0.14,Verb,8,7,3,accord,none,none,9.65,0.94,11.93,none,none,10.22 according,according,41.86,Preposition,9,7,3,according,8.45,1.00,8.45,1.00,9.14,none,none, accordion,accordion,1.31,Noun,9,8,4,accordion,8.61,1.00,8.61,1.00,none,none,none, accordions,accordions,0.06,Noun,10,9,4,accordion,none,none,8.61,1.00,none,none,none, accords,accords,0.18,Noun,7,6,2,accord,none,none,9.65,0.94,11.93,none,none,10.22 accost,accost,0.06,Verb,6,5,2,accost,13.37,0.86,13.37,0.86,none,none,none, accosted,accosted,0.67,Verb,8,7,3,accost,none,none,13.37,0.86,none,none,none, accosts,accosts,0.02,Verb,7,6,2,accost,none,none,13.37,0.86,none,none,none, account,account,44.71,Noun,7,5,2,account,8.26,1.00,8.26,1.00,none,none,none,9.76 accountability,accountability,0.47,Noun,14,12,6,accountability,12.16,1.00,12.16,1.00,none,none,none, accountable,accountable,1.41,Adjective,11,9,4,accountable,11.70,1.00,11.70,1.00,none,none,none, accountancy,accountancy,0.06,Noun,11,9,4,accountancy,14.80,0.79,14.80,0.79,none,none,none, accountant,accountant,6.18,Noun,10,8,3,accountant,11.67,1.00,11.67,1.00,10.00,none,none, accountants,accountants,1.08,Noun,11,9,3,accountant,none,none,11.67,1.00,10.00,none,none, accounted,accounted,3.02,Verb,9,7,3,account,none,none,8.26,1.00,none,none,none,9.76 accounting,accounting,4.51,Noun,10,7,3,accounting,12.05,1.00,12.05,1.00,none,none,none, accounts,accounts,10.47,Noun,8,6,2,account,none,none,8.26,1.00,none,none,none,9.76 accoutrement,accoutrement,0.12,Noun,12,9,4,accoutrement,13.87,0.83,13.87,0.83,none,none,none, accoutrements,accoutrements,0.12,Noun,13,10,4,accoutrement,none,none,13.87,0.83,none,none,none, accreditation,accreditation,0.18,Noun,13,11,5,accreditation,15.53,1.00,15.53,1.00,none,none,none, accredited,accredited,0.31,Adjective,10,9,4,accredited,13.89,1.00,13.89,1.00,none,none,none, accrete,accrete,0.02,Verb,7,5,2,accrete,14.00,0.53,14.00,0.53,none,none,none, accrual,accrual,0.04,Noun,7,6,3,accrual,15.00,0.89,15.00,0.89,none,none,none, accrue,accrue,0.08,Verb,6,4,2,accrue,14.11,1.00,14.11,1.00,none,none,none, accrues,accrues,0.02,Verb,7,5,2,accrue,none,none,14.11,1.00,none,none,none, accruing,accruing,0.04,Verb,8,6,3,accrue,none,none,14.11,1.00,none,none,none, accumulate,accumulate,0.57,Verb,10,10,4,accumulate,12.30,1.00,12.30,1.00,none,none,none, accumulated,accumulated,0.76,Verb,11,12,5,accumulate,none,none,12.30,1.00,none,none,none, accumulates,accumulates,0.22,Verb,11,11,4,accumulate,none,none,12.30,1.00,none,none,none, accumulating,accumulating,0.35,Verb,12,12,5,accumulate,none,none,12.30,1.00,none,none,none, accumulation,accumulation,0.25,Noun,12,12,5,accumulation,10.50,1.00,10.50,1.00,none,10.60,none, accumulations,accumulations,0.02,Noun,13,13,5,accumulation,none,none,10.50,1.00,none,10.60,none, accumulative,accumulative,0.06,Adjective,12,12,5,accumulative,12.50,1.00,12.50,1.00,none,none,none, accumulator,accumulator,0.02,Noun,11,11,5,accumulator,13.94,0.84,13.94,0.84,none,none,none, accuracy,accuracy,1.49,Noun,8,7,4,accuracy,9.71,1.00,9.71,1.00,none,none,none, accurate,accurate,7.84,Adjective,8,6,3,accurate,9.44,1.00,9.44,1.00,none,none,none, accursed,accursed,0.65,Adjective,8,7,2,accursed,12.71,0.78,12.71,0.78,none,none,none, accusation,accusation,2.80,Noun,10,9,4,accusation,10.17,1.00,10.17,1.00,none,none,none, accusations,accusations,3.00,Noun,11,10,4,accusation,none,none,10.17,1.00,none,none,none, accusative,accusative,Err:512,Err:512,10,9,4,accusative,13.33,0.79,13.33,0.79,none,none,none, accusatory,accusatory,0.06,Adjective,10,10,5,accusatory,11.18,1.00,11.18,1.00,none,none,none, accuse,accuse,5.69,Verb,6,5,2,accuse,9.10,1.00,9.10,1.00,7.72,8.73,none,8.12 accused,accused,13.06,Verb,7,6,2,accuse,none,none,9.10,1.00,7.72,8.73,none,8.12 accuser,accuser,0.29,Noun,7,6,3,accuser,11.72,1.00,11.72,1.00,none,10.07,none, accusers,accusers,0.16,Noun,8,7,3,accuser,none,none,11.72,1.00,none,10.07,none, accuses,accuses,0.61,Verb,7,7,3,accuse,none,none,9.10,1.00,7.72,8.73,none,8.12 accusing,accusing,4.94,Verb,8,7,3,accuse,none,none,9.10,1.00,7.72,8.73,none,8.12 accustom,accustom,0.12,Verb,8,7,3,accustom,12.00,0.94,12.00,0.94,none,none,none, ace,ace,14.73,Noun,3,2,1,ace,8.83,1.00,8.83,1.00,none,none,8.12, aced,aced,0.76,Verb,4,3,1,ace,none,none,8.83,1.00,none,none,8.12, acerb,acerb,Err:512,Err:512,5,5,2,acerb,15.67,0.14,15.67,0.14,none,none,none, acerbic,acerbic,0.08,Adjective,7,7,3,acerbic,16.62,0.68,16.62,0.68,none,none,none, acerbity,acerbity,Err:512,Err:512,8,8,5,acerbity,15.75,0.40,15.75,0.40,none,none,none, aces,aces,3.96,Noun,4,4,2,ace,none,none,8.83,1.00,none,none,8.12, acetaminophen,acetaminophen,0.10,Noun,13,12,6,acetaminophen,13.47,0.94,13.47,0.94,none,none,none, acetate,acetate,0.12,Noun,7,6,3,acetate,12.85,0.68,12.85,0.68,none,none,none, acetates,acetates,0.02,Noun,8,7,3,acetate,none,none,12.85,0.68,none,none,none, acetic,acetic,0.02,Adjective,6,6,3,acetic,13.75,0.84,13.75,0.84,none,none,none, acetone,acetone,0.16,Noun,7,6,3,acetone,14.05,0.95,14.05,0.95,none,none,none, acetyl,acetyl,0.04,Noun,6,6,3,acetyl,16.31,0.76,16.31,0.76,none,none,none, acetylcholine,acetylcholine,0.14,Verb,13,11,5,acetylcholine,16.30,0.56,16.30,0.56,none,none,none, acetylene,acetylene,0.45,Noun,9,8,4,acetylene,16.88,0.85,16.88,0.85,none,none,none, acetylsalicylic,acetylsalicylic,0.08,Adjective,15,15,7,acetylsalicylic,17.71,0.39,17.71,0.39,none,none,none, ache,ache,2.49,Noun,4,2,1,ache,5.79,1.00,5.79,1.00,none,6.13,7.49, ached,ached,0.31,Verb,5,3,1,ache,none,none,5.79,1.00,none,6.13,7.49, aches,aches,1.51,Verb,5,3,1,ache,none,none,5.79,1.00,none,6.13,7.49, achievable,achievable,0.04,Adjective,10,8,4,achievable,9.89,1.00,9.89,1.00,none,none,none, achieve,achieve,7.33,Verb,7,4,2,achieve,8.53,1.00,8.53,1.00,8.11,none,none,8.53 achieved,achieved,4.29,Verb,8,5,2,achieve,none,none,8.53,1.00,8.11,none,none,8.53 achievement,achievement,3.49,Noun,11,8,3,achievement,8.80,1.00,8.80,1.00,8.29,none,none, achievements,achievements,1.08,Noun,12,9,3,achievement,none,none,8.80,1.00,8.29,none,none, achiever,achiever,0.24,Verb,8,5,3,achiever,9.11,1.00,9.11,1.00,none,none,none, achievers,achievers,0.18,Noun,9,6,3,achiever,none,none,9.11,1.00,none,none,none, achieves,achieves,0.31,Verb,8,5,2,achieve,none,none,8.53,1.00,8.11,none,none,8.53 achieving,achieving,0.73,Verb,9,6,3,achieve,none,none,8.53,1.00,8.11,none,none,8.53 achiness,achiness,0.02,Noun,8,6,3,achiness,10.11,0.95,10.11,0.95,none,none,none, achy,achy,0.45,Adjective,4,3,2,achy,8.06,0.95,8.06,0.95,none,none,none, acid,acid,9.96,Noun,4,4,2,acid,9.60,1.00,9.60,1.00,none,none,none,8.96 acidic,acidic,0.22,Adjective,6,6,3,acidic,11.21,1.00,11.21,1.00,none,none,none, acidity,acidity,0.20,Noun,7,7,4,acidity,12.78,1.00,12.78,1.00,none,12.17,none, acidophilus,acidophilus,0.06,Noun,11,10,5,acidophilus,17.40,0.56,17.40,0.56,none,none,none, acidosis,acidosis,0.16,Noun,8,8,4,acidosis,16.85,0.65,16.85,0.65,none,none,none, acids,acids,0.82,Noun,5,5,2,acid,none,none,9.60,1.00,none,none,none,8.96 acidulous,acidulous,Err:512,Err:512,9,8,4,acidulous,15.43,0.37,15.43,0.37,none,none,none, acing,acing,0.08,Verb,5,4,2,ace,none,none,8.83,1.00,none,none,8.12, acknowledge,acknowledge,6.14,Verb,11,7,3,acknowledge,9.11,1.00,9.11,1.00,9.27,none,none, acknowledged,acknowledged,1.96,Verb,12,8,3,acknowledge,none,none,9.11,1.00,9.27,none,none, acknowledgement,acknowledgement,0.41,Noun,15,11,4,acknowledgement,9.95,1.00,9.95,1.00,none,none,none, acknowledgements,acknowledgements,0.08,Noun,16,12,4,acknowledgement,none,none,9.95,1.00,none,none,none, acknowledges,acknowledges,0.25,Verb,12,9,4,acknowledge,none,none,9.11,1.00,9.27,none,none, acknowledging,acknowledging,0.71,Verb,13,9,4,acknowledge,none,none,9.11,1.00,9.27,none,none, acknowledgment,acknowledgement,0.51,Noun,14,11,4,acknowledgement,none,none,9.95,1.00,none,none,none, acknowledgments,acknowledgements,0.02,Noun,15,12,4,acknowledgement,none,none,9.95,1.00,none,none,none, acme,acme,1.25,Noun,4,4,2,acme,9.54,0.65,9.54,0.65,none,none,none, acne,acne,0.90,Noun,4,4,2,acne,11.40,1.00,11.40,1.00,none,none,none,9.58 acnes,acnes,0.02,Noun,5,4,1,acne,none,none,11.40,1.00,none,none,none,9.58 acolyte,acolyte,0.14,Noun,7,6,3,acolyte,13.77,0.68,13.77,0.68,none,none,none, acolytes,acolytes,0.12,Noun,8,7,3,acolyte,none,none,13.77,0.68,none,none,none, aconitum,aconitum,0.08,Noun,8,8,4,aconitum,11.00,0.10,11.00,0.10,none,none,none, acorn,acorn,0.73,Noun,5,5,2,acorn,5.95,0.95,5.95,0.95,none,none,none,7.04 acorns,acorns,0.37,Noun,6,6,2,acorn,none,none,5.95,0.95,none,none,none,7.04 acoustic,acoustic,0.96,Adjective,8,7,3,acoustic,12.39,1.00,12.39,1.00,none,none,none, acoustical,acoustical,0.12,Adjective,10,9,4,acoustical,12.90,0.95,12.90,0.95,none,none,none, acoustics,acoustics,0.43,Noun,9,8,3,acoustics,11.32,1.00,11.32,1.00,none,none,none, acquaint,acquaint,0.39,Verb,8,6,2,achiever,none,none,9.11,1.00,none,none,none, acquaintance,acquaintance,5.35,Noun,12,9,3,acquaintance,10.48,1.00,10.48,1.00,none,none,none, acquaintances,acquaintances,1.06,Noun,13,11,4,acquaintance,none,none,10.48,1.00,none,none,none, acquaintanceship,acquaintanceship,0.08,Noun,16,12,4,acquaintanceship,14.18,0.89,14.18,0.89,none,none,none, acquiesce,acquiesce,0.06,Verb,9,6,3,acquiesce,14.25,0.84,14.25,0.84,none,none,none, acquiesced,acquiesced,0.10,Verb,10,7,3,acquiesce,none,none,14.25,0.84,none,none,none, acquiescence,acquiescence,0.10,Noun,12,9,4,acquiescence,13.61,0.90,13.61,0.90,none,none,none, acquiescent,acquiescent,0.02,Adjective,11,9,4,acquiescent,14.18,0.61,14.18,0.61,none,none,none, acquiescing,acquiescing,0.04,Verb,11,8,4,acquiesce,none,none,14.25,0.84,none,none,none, acquire,acquire,2.65,Verb,7,5,3,acquire,9.94,1.00,9.94,1.00,none,none,none,10.04 acquired,acquired,4.47,Verb,8,6,3,acquire,none,none,9.94,1.00,none,none,none,10.04 acquirer,acquirer,0.02,Noun,8,6,4,acquirer,11.79,1.00,11.79,1.00,none,none,none, acquires,acquires,0.16,Verb,8,6,3,acquire,none,none,9.94,1.00,none,none,none,10.04 acquiring,acquiring,0.84,Verb,9,7,3,acquire,none,none,9.94,1.00,none,none,none,10.04 acquisition,acquisition,1.45,Noun,11,9,4,acquisition,13.63,1.00,13.63,1.00,none,none,none, acquisitions,acquisitions,0.65,Noun,12,10,4,acquisition,none,none,13.63,1.00,none,none,none, acquisitive,acquisitive,0.06,Adjective,11,9,4,acquisitive,14.19,0.80,14.19,0.80,none,none,none, acquisitiveness,acquisitiveness,0.02,Noun,15,12,5,acquisitiveness,14.38,0.84,14.38,0.84,none,none,none, acquit,acquit,0.47,Noun,6,5,2,acquit,13.22,1.00,13.22,1.00,none,none,none, acquittal,acquittal,0.73,Noun,9,7,3,acquittal,12.39,1.00,12.39,1.00,none,none,none, acquittals,acquittals,0.02,Noun,10,8,3,acquittal,none,none,12.39,1.00,none,none,none, acquitted,acquitted,1.53,Verb,9,7,3,acquit,none,none,13.22,1.00,none,none,none, acquitting,acquitting,0.12,Verb,10,7,3,acquit,none,none,13.22,1.00,none,none,none, acre,acre,1.82,Noun,4,3,2,acre,9.80,1.00,9.80,1.00,none,8.18,none,8.62 acreage,acreage,0.43,Noun,7,5,3,acreage,13.13,0.79,13.13,0.79,none,none,none, acres,acres,4.59,Noun,5,4,2,acre,none,none,9.80,1.00,none,8.18,none,8.62 acrid,acrid,0.04,Adjective,5,5,2,acrid,14.07,0.79,14.07,0.79,none,none,none, acrimonious,acrimonious,0.14,Adjective,11,10,5,acrimonious,16.30,0.56,16.30,0.56,none,none,none, acrimony,acrimony,0.22,Noun,8,8,4,acrimony,14.75,0.63,14.75,0.63,none,none,none, acrobat,acrobat,0.59,Noun,7,7,3,acrobat,8.05,1.00,8.05,1.00,none,none,none, acrobatic,acrobatic,0.24,Adjective,9,9,4,acrobatic,9.38,1.00,9.38,1.00,none,none,none, acrobatics,acrobatics,0.22,Noun,10,10,4,acrobatics,9.00,1.00,9.00,1.00,none,none,none, acrobats,acrobats,0.37,Noun,8,8,3,acrobat,none,none,8.05,1.00,none,none,none, acronym,acronym,0.29,Noun,7,7,3,acronym,11.56,1.00,11.56,1.00,none,none,none, acronyms,acronyms,0.14,Noun,8,8,3,acronym,none,none,11.56,1.00,none,none,none, acrophobia,acrophobia,0.20,Noun,10,9,5,acrophobia,14.38,0.84,14.38,0.84,none,none,none, acropolis,acropolis,0.12,Noun,9,9,4,acropolis,15.40,0.79,15.40,0.79,none,none,none, across,across,94.14,Preposition,6,5,2,across,6.64,1.00,6.64,1.00,5.16,none,none, acrostic,acrostic,Err:512,Err:512,8,8,3,acrostic,14.82,0.58,14.82,0.58,none,none,none, acrylic,acrylic,0.45,Adjective,7,7,3,acrylic,11.56,0.95,11.56,0.95,none,none,none, act,act,109.12,Verb,3,3,1,act,6.42,1.00,6.42,1.00,5.46,6.45,5.89, acted,acted,10.75,Verb,5,5,2,act,none,none,6.42,1.00,5.46,6.45,5.89, acting,acting,52.45,Verb,6,5,2,act,none,none,6.42,1.00,5.46,6.45,5.89, actinic,actinic,0.02,Adjective,7,7,3,actinic,15.62,0.42,15.62,0.42,none,none,none, actinium,actinium,Err:512,Err:512,8,8,4,actinium,NA,0.00,NA,0.00,none,none,none, action,action,61.08,Noun,6,5,2,action,6.67,1.00,6.67,1.00,none,none,none,6.97 actionable,actionable,0.25,Adjective,10,9,4,actionable,12.50,0.95,12.50,0.95,none,none,none, actions,actions,12.16,Noun,7,6,2,action,none,none,6.67,1.00,none,none,none,6.97 activate,activate,4.67,Verb,8,7,3,activate,11.11,1.00,11.11,1.00,none,none,none, activated,activated,4.31,Verb,9,9,4,activate,none,none,11.11,1.00,none,none,none, activates,activates,0.31,Verb,9,8,3,activate,none,none,11.11,1.00,none,none,none, activating,activating,0.86,Verb,10,9,4,activate,none,none,11.11,1.00,none,none,none, activation,activation,0.84,Noun,10,9,4,activation,9.78,1.00,9.78,1.00,none,none,none, activator,activator,0.08,Noun,9,8,4,activator,11.50,1.00,11.50,1.00,none,none,none, active,active,11.45,Adjective,6,5,2,active,6.53,1.00,6.53,1.00,none,7.71,none,7.19 actives,actives,0.02,Noun,7,6,2,active,none,none,6.53,1.00,none,7.71,none,7.19 activism,activism,0.18,Noun,8,9,4,activism,11.89,1.00,11.89,1.00,none,none,none, activist,activist,0.98,Noun,8,8,3,activist,11.80,1.00,11.80,1.00,none,none,none, activists,activists,0.35,Noun,9,9,3,activist,none,none,11.80,1.00,none,none,none, activities,activities,8.61,Noun,10,9,4,activity,none,none,6.47,1.00,none,none,none, activity,activity,12.88,Noun,8,8,4,activity,6.47,1.00,6.47,1.00,none,none,none, actor,actor,26.33,Noun,5,4,2,actor,7.17,1.00,7.17,1.00,none,6.54,none,6.40 actors,actors,12.63,Noun,6,5,2,actor,none,none,7.17,1.00,none,6.54,none,6.40 actress,actress,16.02,Noun,7,6,2,actress,6.17,1.00,6.17,1.00,none,6.22,none,6.82 actresses,actresses,2.25,Noun,9,8,3,actress,none,none,6.17,1.00,none,6.22,none,6.82 acts,acts,12.47,Noun,4,4,1,act,none,none,6.42,1.00,5.46,6.45,5.89, actual,actual,17.33,Adjective,6,7,3,actual,6.94,1.00,6.94,1.00,none,8.11,none, actualities,actualities,0.02,Noun,11,11,5,actuality,none,none,12.38,1.00,none,11.49,none, actuality,actuality,0.47,Noun,9,10,5,actuality,12.38,1.00,12.38,1.00,none,11.49,none, actualization,actualization,0.06,Noun,13,13,6,actualization,13.84,0.90,13.84,0.90,none,none,none, actualize,actualize,0.04,Verb,9,9,4,actualize,13.61,1.00,13.61,1.00,none,none,none, actually,actually,322.33,Adverb,8,8,4,actually,7.33,1.00,7.33,1.00,6.84,none,none, actuarial,actuarial,0.18,Adjective,9,10,5,actuarial,15.85,0.68,15.85,0.68,none,none,none, actuaries,actuaries,0.02,Noun,9,9,4,actuary,none,none,17.27,0.79,none,none,none, actuary,actuary,0.14,Noun,7,8,4,actuary,17.27,0.79,17.27,0.79,none,none,none, actuation,actuation,0.02,Noun,9,9,4,actuation,14.69,0.72,14.69,0.72,none,none,none, actuator,actuator,0.04,Noun,8,8,4,actuator,13.71,0.78,13.71,0.78,none,none,none, actuators,actuators,0.04,Noun,9,9,4,actuator,none,none,13.71,0.78,none,none,none, acuity,acuity,0.27,Noun,6,7,4,acuity,13.88,0.44,13.88,0.44,none,none,none, acumen,acumen,0.14,Noun,6,7,3,acumen,14.44,0.80,14.44,0.80,none,none,none, acupressure,acupressure,0.12,Noun,11,10,4,acupressure,14.44,0.95,14.44,0.95,none,none,none, acupuncture,acupuncture,0.73,Noun,11,10,4,acupuncture,11.79,1.00,11.79,1.00,none,none,none, acupuncturist,acupuncturist,0.18,Noun,13,15,5,acupuncturist,14.61,0.95,14.61,0.95,none,none,none, acupuncturists,acupuncturists,0.04,Noun,14,16,5,acupuncturist,none,none,14.61,0.95,none,none,none, acute,acute,2.94,Adjective,5,5,2,acute,11.60,1.00,11.60,1.00,none,11.92,none,11.09 acuteness,acuteness,0.02,Noun,9,8,3,acuteness,12.95,0.95,12.95,0.95,none,none,none, acyclovir,acyclovir,0.02,Noun,9,9,4,acyclovir,12.57,0.37,12.57,0.37,none,none,none, ad,ad,13.61,Noun,2,2,1,ad,8.22,1.00,8.22,1.00,none,none,7.42, adage,adage,0.63,Noun,5,4,2,adage,16.21,0.74,16.21,0.74,none,none,none,12.96 adages,adages,0.02,Noun,6,6,3,adage,none,none,16.21,0.74,none,none,none,12.96 adagio,adagio,0.24,Noun,6,6,4,adagio,12.62,0.38,12.62,0.38,none,none,none, adamant,adamant,0.98,Adjective,7,7,3,adamant,14.29,0.78,14.29,0.78,none,none,none, adamantine,adamantine,0.02,Adjective,10,9,4,adamantine,15.91,0.55,15.91,0.55,none,none,none, adapt,adapt,2.63,Verb,5,5,2,adapt,9.00,1.00,9.00,1.00,none,9.49,none,10.51 adaptability,adaptability,0.14,Noun,12,12,6,adaptability,11.65,0.94,11.65,0.94,none,none,none, adaptable,adaptable,0.33,Adjective,9,9,4,adaptable,9.37,1.00,9.37,1.00,none,none,none, adaptation,adaptation,1.59,Noun,10,9,4,adaptation,11.39,1.00,11.39,1.00,none,none,none, adaptations,adaptations,0.06,Noun,11,10,4,adaptation,none,none,11.39,1.00,none,none,none, adapted,adapted,1.10,Verb,7,7,3,adapt,none,none,9.00,1.00,none,9.49,none,10.51 adapter,adapter,0.22,Noun,7,6,3,adapter,11.79,1.00,11.79,1.00,none,none,none, adapting,adapting,0.53,Verb,8,7,3,adapt,none,none,9.00,1.00,none,9.49,none,10.51 adaption,adaption,0.02,Noun,8,7,3,adaption,12.40,1.00,12.40,1.00,none,none,none, adaptive,adaptive,0.22,Adjective,8,7,3,adaptive,11.33,1.00,11.33,1.00,none,none,none, adaptor,adaptor,0.08,Noun,7,6,3,adaptor,10.21,1.00,10.21,1.00,none,none,none, adaptors,adaptors,0.02,Noun,8,7,3,adaptor,none,none,10.21,1.00,none,none,none, adapts,adapts,0.06,Verb,6,6,2,adapt,none,none,9.00,1.00,none,9.49,none,10.51 add,add,33.06,Verb,3,2,1,add,5.10,1.00,5.10,1.00,4.43,none,4.43, added,added,9.65,Verb,5,4,2,add,none,none,5.10,1.00,4.43,none,4.43, addenda,addenda,0.04,Noun,7,6,3,addendum,none,none,15.65,0.89,none,none,none, addendum,addendum,0.29,Noun,8,6,3,addendum,15.65,0.89,15.65,0.89,none,none,none, addendums,addendums,0.08,Noun,9,7,3,addendum,none,none,15.65,0.89,none,none,none, adder,adder,1.43,Noun,5,3,2,adder,12.13,0.83,12.13,0.83,none,7.15,none, adders,adders,0.04,Noun,6,4,2,adder,none,none,12.13,0.83,none,7.15,none, addict,addict,5.35,Noun,6,5,2,addict,11.17,1.00,11.17,1.00,none,10.47,none,10.41 addicted,addicted,4.53,Verb,8,7,3,addict,none,none,11.17,1.00,none,10.47,none,10.41 addicting,addicting,0.06,Verb,9,7,3,addict,none,none,11.17,1.00,none,10.47,none,10.41 addiction,addiction,3.90,Noun,9,7,3,addiction,12.11,1.00,12.11,1.00,none,none,none, addictions,addictions,0.41,Noun,10,8,3,addiction,none,none,12.11,1.00,none,none,none, addictive,addictive,1.12,Adjective,9,7,3,addictive,10.33,1.00,10.33,1.00,none,none,none, addictiveness,addictiveness,0.04,Noun,13,10,4,addictiveness,11.61,1.00,11.61,1.00,none,none,none, addicts,addicts,2.08,Noun,7,6,2,addict,none,none,11.17,1.00,none,10.47,none,10.41 adding,adding,4.02,Verb,6,4,2,add,none,none,5.10,1.00,4.43,none,4.43, addition,addition,7.75,Preposition,8,6,3,addition,5.76,1.00,5.76,1.00,none,6.35,none, additional,additional,5.88,Adjective,10,8,4,additional,9.00,1.00,9.00,1.00,none,none,none, additions,additions,0.22,Noun,9,7,3,addition,none,none,5.76,1.00,none,6.35,none, additive,additive,0.22,Adjective,8,6,3,additive,12.28,1.00,12.28,1.00,none,none,none, additives,additives,0.20,Noun,9,7,3,additive,none,none,12.28,1.00,none,none,none, addle,addle,0.16,Verb,5,4,2,addle,13.08,0.72,13.08,0.72,none,none,none, addled,addled,0.22,Adjective,6,5,2,addled,12.00,0.79,12.00,0.79,none,none,none, address,address,52.27,Noun,7,5,2,address,5.15,1.00,5.15,1.00,none,6.07,none,5.49 addressed,addressed,3.80,Verb,9,6,2,address,none,none,5.15,1.00,none,6.07,none,5.49 addressee,addressee,0.12,Noun,9,6,3,addressee,9.95,1.00,9.95,1.00,none,none,none, addresses,addresses,3.18,Noun,9,7,3,address,none,none,5.15,1.00,none,6.07,none,5.49 addressing,addressing,2.10,Verb,10,7,3,address,none,none,5.15,1.00,none,6.07,none,5.49 adds,adds,3.94,Verb,4,3,1,add,none,none,5.10,1.00,4.43,none,4.43, adduce,adduce,0.02,Verb,6,4,2,adduce,13.00,0.53,13.00,0.53,none,none,none, adduced,adduced,0.02,Verb,7,5,2,adduce,none,none,13.00,0.53,none,none,none, adductor,adductor,0.02,Noun,8,7,3,adductor,14.18,0.52,14.18,0.52,none,none,none, adenoidal,adenoidal,0.02,Adjective,9,8,4,adenoidal,15.33,0.33,15.33,0.33,none,none,none, adenoma,adenoma,0.02,Noun,7,7,4,adenoma,13.78,0.47,13.78,0.47,none,none,none, adenosine,adenosine,0.12,Noun,9,8,4,adenosine,16.29,0.39,16.29,0.39,none,none,none, adept,adept,0.65,Adjective,5,5,2,adept,12.50,0.78,12.50,0.78,none,none,none,12.11 adeptness,adeptness,0.02,Noun,9,8,3,adeptness,14.37,0.95,14.37,0.95,none,none,none, adepts,adepts,0.04,Noun,6,6,2,adept,none,none,12.50,0.78,none,none,none,12.11 adequacy,adequacy,0.02,Noun,8,8,4,adequacy,12.50,0.95,12.50,0.95,none,none,none, adequate,adequate,2.59,Adjective,8,7,3,adequate,10.35,1.00,10.35,1.00,none,none,none, adhere,adhere,0.57,Verb,6,5,2,adhere,10.78,0.95,10.78,0.95,none,none,none,11.90 adhered,adhered,0.12,Verb,7,6,2,adhere,none,none,10.78,0.95,none,none,none,11.90 adherence,adherence,0.18,Noun,9,8,3,adherence,12.22,1.00,12.22,1.00,none,11.81,none, adherent,adherent,0.06,Noun,8,8,3,adherent,14.17,1.00,14.17,1.00,none,none,none, adherents,adherents,0.02,Noun,9,9,3,adherent,none,none,14.17,1.00,none,none,none, adheres,adheres,0.06,Verb,7,6,2,adhere,none,none,10.78,0.95,none,none,none,11.90 adhering,adhering,0.18,Verb,8,7,3,adhere,none,none,10.78,0.95,none,none,none,11.90 adhesion,adhesion,0.12,Noun,8,7,3,adhesion,13.50,1.00,13.50,1.00,none,none,none, adhesions,adhesions,0.14,Noun,9,8,3,adhesion,none,none,13.50,1.00,none,none,none, adhesive,adhesive,0.92,Noun,8,7,3,adhesive,9.17,1.00,9.17,1.00,none,none,none, adhesives,adhesives,0.02,Noun,9,8,3,adhesive,none,none,9.17,1.00,none,none,none, adiabatic,adiabatic,0.02,Adjective,9,9,5,adiabatic,18.50,0.22,18.50,0.22,none,none,none, adipose,adipose,0.08,Verb,7,6,3,adipose,15.70,0.53,15.70,0.53,none,none,none, adiposity,adiposity,0.02,Noun,9,9,5,adiposity,15.86,0.39,15.86,0.39,none,none,none, adjacent,adjacent,1.33,Adjective,8,7,3,adjacent,11.05,0.95,11.05,0.95,none,none,none, adjective,adjective,0.49,Noun,9,7,3,adjective,8.60,1.00,8.60,1.00,none,none,none, adjectives,adjectives,0.49,Noun,10,8,3,adjective,none,none,8.60,1.00,none,none,none, adjoining,adjoining,1.12,Adjective,9,6,3,adjoining,11.85,1.00,11.85,1.00,none,none,none, adjourn,adjourn,1.29,Verb,7,4,2,adjourn,12.59,0.94,12.59,0.94,none,none,none,12.85 adjourned,adjourned,4.90,Verb,9,5,2,adjourn,none,none,12.59,0.94,none,none,none,12.85 adjournment,adjournment,0.22,Noun,11,8,3,adjournment,14.26,1.00,14.26,1.00,none,11.87,none, adjourns,adjourns,0.04,Verb,8,5,2,adjourn,none,none,12.59,0.94,none,none,none,12.85 adjudge,adjudge,0.02,Verb,7,4,2,adjudge,15.20,0.79,15.20,0.79,none,none,none, adjudged,adjudged,0.06,Verb,8,5,2,adjudge,none,none,15.20,0.79,none,none,none, adjudicate,adjudicate,0.10,Verb,10,8,4,adjudicate,15.25,0.89,15.25,0.89,none,none,none, adjudicated,adjudicated,0.12,Verb,11,10,5,adjudicate,none,none,15.25,0.89,none,none,none, adjudication,adjudication,0.18,Noun,12,10,5,adjudication,16.33,0.63,16.33,0.63,none,none,none, adjudicator,adjudicator,0.08,Noun,11,9,5,adjudicator,16.47,0.75,16.47,0.75,none,none,none, adjunct,adjunct,0.14,Noun,7,6,2,adjunct,13.06,0.84,13.06,0.84,none,none,none, adjuration,adjuration,Err:512,Err:512,10,9,4,adjuration,16.00,0.37,16.00,0.37,none,none,none, adjure,adjure,0.02,Verb,6,5,2,adjure,13.10,0.56,13.10,0.56,none,none,none, adjust,adjust,5.63,Verb,6,5,2,adjust,8.43,1.00,8.43,1.00,none,9.77,none,9.76 adjustability,adjustability,0.02,Noun,13,12,6,adjustability,12.05,1.00,12.05,1.00,none,none,none, adjustable,adjustable,0.31,Adjective,10,9,4,adjustable,8.95,1.00,8.95,1.00,none,none,none, adjusted,adjusted,1.80,Verb,8,7,3,adjust,none,none,8.43,1.00,none,9.77,none,9.76 adjuster,adjuster,0.39,Noun,8,6,3,adjuster,11.28,1.00,11.28,1.00,none,none,none, adjusters,adjusters,0.14,Noun,9,7,3,adjuster,none,none,11.28,1.00,none,none,none, adjusting,adjusting,2.37,Verb,9,7,3,adjust,none,none,8.43,1.00,none,9.77,none,9.76 adjustment,adjustment,3.10,Noun,10,9,3,adjustment,9.74,1.00,9.74,1.00,none,none,none, adjustments,adjustments,1.39,Noun,11,10,3,adjustment,none,none,9.74,1.00,none,none,none, adjustor,adjustor,0.08,Noun,8,6,3,adjustor,13.29,0.89,13.29,0.89,none,none,none, adjusts,adjusts,0.18,Verb,7,6,2,adjust,none,none,8.43,1.00,none,9.77,none,9.76 adjutant,adjutant,0.88,Noun,8,7,3,adjutant,13.91,0.61,13.91,0.61,none,none,none, adjutants,adjutants,0.02,Noun,9,8,3,adjutant,none,none,13.91,0.61,none,none,none, adjuvant,adjuvant,0.02,Adjective,8,7,3,adjuvant,14.25,0.63,14.25,0.63,none,none,none, admin,admin,0.43,Noun,5,5,2,admin,13.89,0.95,13.89,0.95,none,none,none, administer,administer,1.67,Verb,10,9,4,administer,9.42,1.00,9.42,1.00,none,none,none, administered,administered,1.49,Verb,12,10,4,administer,none,none,9.42,1.00,none,none,none, administering,administering,0.47,Verb,13,11,5,administer,none,none,9.42,1.00,none,none,none, administers,administers,0.12,Verb,11,10,4,administer,none,none,9.42,1.00,none,none,none, administrate,administrate,0.04,Verb,12,11,4,administrate,12.50,1.00,12.50,1.00,none,none,none, administrates,administrates,0.02,Verb,13,12,4,administrate,none,none,12.50,1.00,none,none,none, administration,administration,7.59,Noun,14,13,5,administration,11.11,1.00,11.11,1.00,none,11.02,none, administrations,administrations,0.31,Noun,15,14,5,administration,none,none,11.11,1.00,none,11.02,none, administrative,administrative,1.61,Adjective,14,13,5,administrative,11.50,1.00,11.50,1.00,none,none,none, administrator,administrator,1.65,Noun,13,12,5,administrator,12.22,1.00,12.22,1.00,11.41,none,none, administrators,administrators,0.35,Noun,14,13,5,administrator,none,none,12.22,1.00,11.41,none,none, admirable,admirable,2.61,Adjective,9,8,4,admirable,11.42,1.00,11.42,1.00,none,none,none, admiral,admiral,16.57,Noun,7,6,3,admiral,8.72,1.00,8.72,1.00,none,none,none, admirals,admirals,0.57,Noun,8,7,3,admiral,none,none,8.72,1.00,none,none,none, admiralty,admiralty,0.67,Noun,9,8,4,admiralty,11.41,0.89,11.41,0.89,none,none,none, admiration,admiration,2.10,Noun,10,8,4,admiration,8.95,1.00,8.95,1.00,none,none,none, admire,admire,14.16,Verb,6,5,2,admire,7.42,1.00,7.42,1.00,7.72,none,none,8.20 admired,admired,3.67,Verb,7,6,3,admire,none,none,7.42,1.00,7.72,none,none,8.20 admirer,admirer,2.96,Noun,7,6,3,admirer,8.78,0.95,8.78,0.95,none,none,none, admirers,admirers,0.96,Noun,8,7,3,admirer,none,none,8.78,0.95,none,none,none, admires,admires,0.51,Verb,7,6,2,admire,none,none,7.42,1.00,7.72,none,none,8.20 admiring,admiring,2.76,Verb,8,7,3,admire,none,none,7.42,1.00,7.72,none,none,8.20 admissibility,admissibility,0.08,Noun,13,12,6,admissibility,13.79,0.78,13.79,0.78,none,none,none, admissible,admissible,0.73,Adjective,10,9,4,admissible,13.10,1.00,13.10,1.00,none,none,none, admission,admission,3.55,Noun,9,7,3,admission,8.84,1.00,8.84,1.00,none,9.07,none, admissions,admissions,2.18,Noun,10,8,3,admission,none,none,8.84,1.00,none,9.07,none, admit,admit,59.20,Verb,5,5,2,admit,7.56,1.00,7.56,1.00,6.39,none,none,7.34 admits,admits,2.06,Verb,6,6,2,admit,none,none,7.56,1.00,6.39,none,none,7.34 admittance,admittance,0.67,Noun,10,8,3,admittance,10.39,1.00,10.39,1.00,none,none,none, admittances,admittances,0.04,Noun,11,10,4,admittance,none,none,10.39,1.00,none,none,none, admitted,admitted,9.16,Verb,8,7,3,admit,none,none,7.56,1.00,6.39,none,none,7.34 admitting,admitting,3.08,Verb,9,7,3,admit,none,none,7.56,1.00,6.39,none,none,7.34 admixture,admixture,0.02,Noun,9,10,3,admixture,14.10,0.53,14.10,0.53,none,none,none, admonish,admonish,0.08,Verb,8,7,3,admonish,13.40,0.95,13.40,0.95,11.23,none,none, admonished,admonished,0.08,Verb,10,8,3,admonish,none,none,13.40,0.95,11.23,none,none, admonition,admonition,0.10,Noun,10,9,4,admonition,13.86,0.78,13.86,0.78,none,none,none, admonitions,admonitions,0.02,Noun,11,10,4,admonition,none,none,13.86,0.78,none,none,none, ado,ado,1.51,Noun,3,3,2,ado,11.88,0.85,11.88,0.85,none,none,none,12.22 adobe,adobe,0.47,Noun,5,5,3,adobe,12.22,0.95,12.22,0.95,none,none,none, adolescence,adolescence,0.86,Noun,11,9,4,adolescence,10.42,1.00,10.42,1.00,none,11.70,none, adolescences,adolescences,0.02,Noun,12,11,5,adolescence,none,none,10.42,1.00,none,11.70,none, adolescent,adolescent,1.84,Adjective,10,9,4,adolescent,11.05,1.00,11.05,1.00,none,none,none, adolescents,adolescents,0.57,Noun,11,10,4,adolescent,none,none,11.05,1.00,none,none,none, adopt,adopt,4.67,Verb,5,5,2,adopt,7.83,1.00,7.83,1.00,none,8.26,none,8.12 adoptable,adoptable,0.02,Adjective,9,9,4,adoptable,9.22,1.00,9.22,1.00,none,none,none, adopted,adopted,8.43,Verb,7,7,3,adopt,none,none,7.83,1.00,none,8.26,none,8.12 adopter,adopter,0.02,Noun,7,6,3,adopter,10.16,1.00,10.16,1.00,none,none,none, adopting,adopting,1.18,Verb,8,7,3,adopt,none,none,7.83,1.00,none,8.26,none,8.12 adoption,adoption,4.69,Noun,8,7,3,adoption,7.79,1.00,7.79,1.00,none,none,none, adoptions,adoptions,0.14,Noun,9,8,3,adoption,none,none,7.79,1.00,none,none,none, adoptive,adoptive,0.59,Adjective,8,7,3,adoptive,9.16,1.00,9.16,1.00,none,none,none, adopts,adopts,0.22,Verb,6,6,2,adopt,none,none,7.83,1.00,none,8.26,none,8.12 adorability,adorability,0.02,Noun,11,11,6,adorability,11.76,0.89,11.76,0.89,none,none,none, adorable,adorable,10.53,Adjective,8,8,4,adorable,6.94,1.00,6.94,1.00,none,none,none, adorableness,adorableness,0.02,Noun,12,11,5,adorableness,8.32,1.00,8.32,1.00,none,none,none, adoration,adoration,0.59,Noun,9,7,4,adoration,11.80,0.95,11.80,0.95,none,none,none, adore,adore,7.73,Verb,5,4,2,adore,7.95,1.00,7.95,1.00,7.64,none,none,8.70 adored,adored,2.45,Verb,6,5,2,adore,none,none,7.95,1.00,7.64,none,none,8.70 adores,adores,1.78,Verb,6,5,2,adore,none,none,7.95,1.00,7.64,none,none,8.70 adoring,adoring,0.69,Adjective,7,6,3,adoring,8.53,1.00,8.53,1.00,none,none,none, adorn,adorn,0.16,Verb,5,5,2,adorn,11.65,0.94,11.65,0.94,none,none,none, adorned,adorned,0.16,Verb,7,6,2,adorn,none,none,11.65,0.94,none,none,none, adornment,adornment,0.08,Noun,9,9,3,adornment,12.32,1.00,12.32,1.00,none,none,none, adornments,adornments,0.04,Noun,10,10,3,adornment,none,none,12.32,1.00,none,none,none, adorns,adorns,0.06,Verb,6,6,2,adorn,none,none,11.65,0.94,none,none,none, adrenal,adrenal,0.31,Adjective,7,7,3,adrenal,14.24,0.89,14.24,0.89,none,none,none, adrenalin,adrenalin,0.55,Noun,9,9,4,adrenalin,11.65,0.94,11.65,0.94,none,none,none, adrenaline,adrenaline,3.29,Noun,10,9,4,adrenaline,11.63,0.95,11.63,0.95,none,none,none, adrift,adrift,1.00,Adjective,6,6,2,adrift,11.21,0.95,11.21,0.95,none,none,none,11.09 adroit,adroit,0.12,Adjective,6,5,2,adroit,12.75,0.42,12.75,0.42,none,none,none, adroitness,adroitness,0.02,Noun,10,8,3,adroitness,15.21,0.74,15.21,0.74,none,none,none, ads,ads,5.06,Noun,3,3,1,ad,none,none,8.22,1.00,none,none,7.42, adulation,adulation,0.27,Noun,9,8,4,adulation,12.72,0.95,12.72,0.95,none,none,none, adult,adult,14.29,Noun,5,5,2,adult,4.68,1.00,4.68,1.00,5.40,none,none,5.49 adulterant,adulterant,0.02,Noun,10,9,4,adulterant,12.86,0.78,12.86,0.78,none,none,none, adulterate,adulterate,0.02,Verb,10,8,4,adulterate,13.76,0.94,13.76,0.94,none,none,none, adulterer,adulterer,0.39,Noun,9,7,4,adulterer,11.63,1.00,11.63,1.00,none,none,none, adulterers,adulterers,0.14,Noun,10,8,4,adulterer,none,none,11.63,1.00,none,none,none, adulteress,adulteress,0.25,Noun,10,8,4,adulteress,12.22,1.00,12.22,1.00,none,none,none, adulterous,adulterous,0.33,Adjective,10,8,4,adulterous,11.65,1.00,11.65,1.00,none,none,none, adultery,adultery,1.94,Noun,8,7,4,adultery,11.84,1.00,11.84,1.00,none,11.43,none, adulthood,adulthood,0.73,Noun,9,8,3,adulthood,9.95,1.00,9.95,1.00,none,none,none, adults,adults,9.57,Noun,6,6,2,adult,none,none,4.68,1.00,5.40,none,none,5.49 adumbration,adumbration,Err:512,Err:512,11,9,4,adumbration,16.50,0.10,16.50,0.10,none,none,none, advance,advance,15.98,Noun,7,6,2,advance,8.35,1.00,8.35,1.00,7.94,none,none,9.13 advanced,advanced,8.84,Adjective,8,7,2,advanced,9.05,1.00,9.05,1.00,8.17,none,none, advancement,advancement,1.24,Noun,11,10,3,advancement,10.89,0.95,10.89,0.95,none,none,none, advancements,advancements,0.16,Noun,12,11,3,advancement,none,none,10.89,0.95,none,none,none, advances,advances,2.90,Noun,8,8,3,advance,none,none,8.35,1.00,7.94,none,none,9.13 advantage,advantage,22.06,Noun,9,8,3,advantage,9.32,1.00,9.32,1.00,none,none,none, advantageous,advantageous,0.39,Adjective,12,10,4,advantageous,12.62,0.84,12.62,0.84,none,none,none, advantages,advantages,2.82,Noun,10,10,4,advantage,none,none,9.32,1.00,none,none,none, advent,advent,0.47,Noun,6,6,2,advent,10.38,0.89,10.38,0.89,none,none,none, adventure,adventure,13.43,Noun,9,7,3,adventure,5.67,1.00,5.67,1.00,none,none,none, adventurer,adventurer,0.73,Noun,10,8,4,adventurer,7.79,1.00,7.79,1.00,none,8.09,none, adventurers,adventurers,0.22,Noun,11,9,4,adventurer,none,none,7.79,1.00,none,8.09,none, adventures,adventures,3.61,Noun,10,8,3,adventure,none,none,5.67,1.00,none,none,none, adventuresome,adventuresome,0.06,Adjective,13,10,4,adventuresome,10.38,1.00,10.38,1.00,none,none,none, adventuress,adventuress,0.22,Noun,11,9,4,adventuress,10.44,0.95,10.44,0.95,none,none,none, adventurist,adventurist,0.02,Noun,11,10,4,adventurist,8.68,1.00,8.68,1.00,none,none,none, adventurous,adventurous,1.22,Adjective,11,9,4,adventurous,10.00,1.00,10.00,1.00,none,none,none, adventurousness,adventurousness,0.02,Noun,15,12,5,adventurousness,11.81,1.00,11.81,1.00,none,none,none, adverb,adverb,0.20,Noun,6,5,2,adverb,8.14,1.00,8.14,1.00,none,none,none, adverbial,adverbial,0.06,Adjective,9,8,4,adverbial,13.14,0.78,13.14,0.78,none,none,none, adverbs,adverbs,0.10,Noun,7,6,2,adverb,none,none,8.14,1.00,none,none,none, adversarial,adversarial,0.24,Adjective,11,10,5,adversarial,14.00,1.00,14.00,1.00,none,none,none, adversaries,adversaries,0.61,Noun,11,9,4,adversary,none,none,12.67,1.00,none,none,none, adversary,adversary,1.51,Noun,9,8,4,adversary,12.67,1.00,12.67,1.00,none,none,none, adverse,adverse,0.71,Adjective,7,5,2,adverse,10.72,1.00,10.72,1.00,none,11.89,none,12.53 adversities,adversities,0.06,Noun,11,9,4,adversity,none,none,11.79,1.00,none,none,none, adversity,adversity,1.06,Noun,9,8,4,adversity,11.79,1.00,11.79,1.00,none,none,none, advert,advert,0.25,Noun,6,5,2,advert,14.22,0.95,14.22,0.95,none,none,none, advertise,advertise,1.65,Verb,9,7,3,advertise,9.63,1.00,9.63,1.00,none,none,none, advertised,advertised,1.02,Verb,10,8,3,advertise,none,none,9.63,1.00,none,none,none, advertisement,advertisement,1.20,Noun,13,11,4,advertisement,7.67,1.00,7.67,1.00,none,none,none, advertisements,advertisements,0.49,Noun,14,12,4,advertisement,none,none,7.67,1.00,none,none,none, advertiser,advertiser,0.16,Noun,10,8,4,advertiser,11.00,1.00,11.00,1.00,none,none,none, advertisers,advertisers,0.47,Noun,11,9,4,advertiser,none,none,11.00,1.00,none,none,none, advertises,advertises,0.14,Verb,10,9,4,advertise,none,none,9.63,1.00,none,none,none, advertising,advertising,7.43,Noun,11,9,4,advertising,9.95,1.00,9.95,1.00,none,none,none, adverts,adverts,0.08,Noun,7,6,2,advert,none,none,14.22,0.95,none,none,none, advice,advice,47.98,Noun,6,5,2,advice,8.61,1.00,8.61,1.00,none,8.45,none,8.70 advices,advices,0.06,Noun,7,7,3,advice,none,none,8.61,1.00,none,8.45,none,8.70 advisable,advisable,0.78,Adjective,9,9,4,advisable,10.75,1.00,10.75,1.00,none,none,none, advise,advise,12.20,Verb,6,5,2,advise,8.89,1.00,8.89,1.00,8.17,none,none,9.58 advised,advised,5.24,Verb,7,6,2,advise,none,none,8.89,1.00,8.17,none,none,9.58 advisee,advisee,0.25,Noun,7,6,3,advisee,12.89,0.90,12.89,0.90,none,none,none, advisees,advisees,0.43,Noun,8,7,3,advisee,none,none,12.89,0.90,none,none,none, advisement,advisement,0.76,Noun,10,9,3,advisement,12.50,1.00,12.50,1.00,none,none,none, adviser,adviser,1.04,Noun,7,6,3,adviser,10.78,1.00,10.78,1.00,none,none,none, advisers,advisers,0.25,Noun,8,7,3,adviser,none,none,10.78,1.00,none,none,none, advises,advises,0.47,Verb,7,7,3,advise,none,none,8.89,1.00,8.17,none,none,9.58 advising,advising,1.33,Verb,8,7,3,advise,none,none,8.89,1.00,8.17,none,none,9.58 advisor,advisor,4.41,Noun,7,6,3,advisor,11.24,1.00,11.24,1.00,none,none,none, advisories,advisories,0.04,Verb,10,8,4,advisory,none,none,11.55,1.00,none,none,none, advisors,advisors,1.29,Noun,8,7,3,advisor,none,none,11.24,1.00,none,none,none, advisory,advisory,1.00,Adjective,8,7,4,advisory,11.55,1.00,11.55,1.00,none,none,none, advocacy,advocacy,0.29,Noun,8,8,4,advocacy,14.06,0.89,14.06,0.89,none,none,none, advocate,advocate,2.22,Noun,8,7,3,advocate,11.11,1.00,11.11,1.00,none,none,none, advocated,advocated,0.35,Verb,9,9,4,advocate,none,none,11.11,1.00,none,none,none, advocates,advocates,0.33,Noun,9,8,3,advocate,none,none,11.11,1.00,none,none,none, advocating,advocating,0.33,Verb,10,9,4,advocate,none,none,11.11,1.00,none,none,none, aegis,aegis,0.10,Noun,5,4,2,aegis,17.00,0.37,17.00,0.37,none,none,none, aerate,aerate,0.02,Verb,6,4,3,aerate,13.44,0.84,13.44,0.84,none,none,none, aeration,aeration,0.02,Noun,8,6,4,aeration,12.35,0.89,12.35,0.89,none,none,none, aerial,aerial,2.53,Noun,6,5,3,aerial,11.50,0.95,11.50,0.95,none,8.51,none, aerialist,aerialist,0.02,Noun,9,8,5,aerialist,14.08,0.72,14.08,0.72,none,none,none, aerials,aerials,0.18,Noun,7,6,3,aerial,none,none,11.50,0.95,none,8.51,none, aerie,aerie,0.02,Noun,5,3,2,aerie,13.00,0.61,13.00,0.61,none,none,none, aeries,aeries,0.02,Noun,6,4,3,aerie,none,none,13.00,0.61,none,none,none, aero,aero,0.10,Noun,4,3,2,aero,11.40,1.00,11.40,1.00,none,none,none, aerobatics,aerobatics,0.02,Noun,10,9,4,aerobatics,9.53,0.89,9.53,0.89,none,none,none, aerobic,aerobic,0.18,Adjective,7,6,3,aerobic,10.24,0.94,10.24,0.94,none,none,none, aerobics,aerobics,1.55,Noun,8,6,3,aerobics,11.00,1.00,11.00,1.00,none,none,none, aerodynamic,aerodynamic,0.43,Adjective,11,10,5,aerodynamic,13.40,1.00,13.40,1.00,none,none,none, aerodynamics,aerodynamics,0.31,Noun,12,11,5,aerodynamics,11.50,1.00,11.50,1.00,none,none,none, aeronaut,aeronaut,Err:512,Err:512,8,6,3,aeronaut,12.92,0.60,12.92,0.60,none,none,none, aeronautical,aeronautical,0.24,Adjective,12,10,5,aeronautical,14.35,0.89,14.35,0.89,none,none,none, aeronautics,aeronautics,0.18,Noun,11,9,4,aeronautics,12.35,0.89,12.35,0.89,none,none,none, aerosol,aerosol,0.27,Noun,7,6,3,aerosol,9.47,1.00,9.47,1.00,none,none,none, aerosols,aerosols,0.02,Noun,8,7,3,aerosol,none,none,9.47,1.00,none,none,none, aerospace,aerospace,1.08,Noun,9,7,3,aerospace,12.06,0.94,12.06,0.94,none,none,none, aesthete,aesthete,0.12,Noun,8,5,2,aesthete,14.90,0.50,14.90,0.50,none,none,none, aesthetes,aesthetes,0.02,Noun,9,6,2,aesthete,none,none,14.90,0.50,none,none,none, aesthetic,aesthetic,0.67,Adjective,9,7,3,aesthetic,15.74,1.00,15.74,1.00,none,none,none, aesthetics,aesthetics,0.29,Noun,10,8,3,aesthetics,15.06,1.00,15.06,1.00,none,none,none, afar,afar,1.16,Adverb,4,4,2,afar,8.21,1.00,8.21,1.00,none,8.96,none,9.67 afeard,afeard,0.22,Noun,6,5,2,afeard,10.86,0.39,10.86,0.39,none,none,none, affability,affability,0.08,Noun,10,9,5,affability,14.07,0.67,14.07,0.67,none,none,none, affable,affable,0.12,Adjective,7,6,3,affable,13.40,0.83,13.40,0.83,none,none,none, affair,affair,29.45,Noun,6,4,2,affair,10.94,1.00,10.94,1.00,10.04,none,none,10.32 affaire,affaire,0.02,Noun,7,4,2,affaire,11.45,0.58,11.45,0.58,none,none,none, affaires,affaires,0.06,Noun,8,5,2,affaire,none,none,11.45,0.58,none,none,none, affairs,affairs,14.65,Noun,7,5,2,affair,none,none,10.94,1.00,10.04,none,none,10.32 affect,affect,11.14,Verb,6,5,2,affect,9.60,1.00,9.60,1.00,none,8.77,none,8.12 affectation,affectation,0.14,Noun,11,9,4,affectation,13.82,0.89,13.82,0.89,none,none,none, affectations,affectations,0.04,Noun,12,10,4,affectation,none,none,13.82,0.89,none,none,none, affected,affected,6.76,Verb,8,7,3,affect,none,none,9.60,1.00,none,8.77,none,8.12 affecting,affecting,2.55,Verb,9,7,3,affect,none,none,9.60,1.00,none,8.77,none,8.12 affection,affection,8.45,Noun,9,7,3,affection,8.53,1.00,8.53,1.00,none,9.24,none, affectionate,affectionate,2.25,Adjective,12,9,4,affectionate,8.50,1.00,8.50,1.00,8.11,none,none, affections,affections,1.20,Noun,10,8,3,affection,none,none,8.53,1.00,none,9.24,none, affective,affective,0.08,Adjective,9,7,3,affective,11.74,1.00,11.74,1.00,none,none,none, affectless,affectless,0.02,Adjective,10,8,3,affectless,13.60,0.79,13.60,0.79,none,none,none, affects,affects,4.78,Verb,7,6,2,affect,none,none,9.60,1.00,none,8.77,none,8.12 affiant,affiant,0.02,Noun,7,6,3,affiant,14.00,0.56,14.00,0.56,none,none,none, affidavit,affidavit,1.96,Noun,9,8,4,affidavit,15.69,0.84,15.69,0.84,12.92,none,none, affidavits,affidavits,0.61,Noun,10,9,4,affidavit,none,none,15.69,0.84,12.92,none,none, affiliate,affiliate,0.29,Noun,9,7,4,affiliate,12.00,0.95,12.00,0.95,none,none,none, affiliated,affiliated,0.78,Verb,10,9,5,affiliate,none,none,12.00,0.95,none,none,none, affiliates,affiliates,0.33,Noun,10,8,4,affiliate,none,none,12.00,0.95,none,none,none, affiliation,affiliation,0.49,Noun,11,9,5,affiliation,12.28,1.00,12.28,1.00,none,none,none, affiliations,affiliations,0.27,Noun,12,10,5,affiliation,none,none,12.28,1.00,none,none,none, affinity,affinity,0.57,Noun,8,7,4,affinity,12.22,1.00,12.22,1.00,none,none,none, affirm,affirm,0.33,Verb,6,4,2,affirm,12.24,0.94,12.24,0.94,11.98,none,none, affirmation,affirmation,0.53,Noun,11,8,4,affirmation,12.56,1.00,12.56,1.00,none,11.43,none, affirmations,affirmations,0.20,Noun,12,9,4,affirmation,none,none,12.56,1.00,none,11.43,none, affirmative,affirmative,4.73,Noun,11,8,4,affirmative,10.67,1.00,10.67,1.00,none,none,none, affirmed,affirmed,0.14,Verb,8,5,2,affirm,none,none,12.24,0.94,11.98,none,none, affirming,affirming,0.06,Verb,9,6,3,affirm,none,none,12.24,0.94,11.98,none,none, affirms,affirms,0.04,Verb,7,5,2,affirm,none,none,12.24,0.94,11.98,none,none, affix,affix,0.12,Verb,5,5,2,affix,11.94,1.00,11.94,1.00,none,none,none, afflict,afflict,0.08,Verb,7,6,2,afflict,11.50,1.00,11.50,1.00,none,none,none, afflicting,afflicting,0.12,Verb,10,8,3,afflict,none,none,11.50,1.00,none,none,none, affliction,affliction,1.18,Noun,10,8,3,affliction,11.32,1.00,11.32,1.00,10.94,none,none, afflictions,afflictions,0.16,Noun,11,9,3,affliction,none,none,11.32,1.00,10.94,none,none, afflictive,afflictive,0.02,Adjective,10,8,3,afflictive,14.40,0.68,14.40,0.68,none,none,none, afflicts,afflicts,0.06,Verb,8,7,2,afflict,none,none,11.50,1.00,none,none,none, affluence,affluence,0.14,Noun,9,7,3,affluence,13.88,0.89,13.88,0.89,none,none,none, affluent,affluent,0.29,Adjective,8,7,3,affluent,13.16,1.00,13.16,1.00,none,none,none, afford,afford,44.43,Verb,6,5,2,afford,7.47,1.00,7.47,1.00,none,8.96,none,9.22 affordability,affordability,0.02,Noun,13,12,6,affordability,10.89,1.00,10.89,1.00,none,none,none, affordable,affordable,0.65,Adjective,10,9,4,affordable,8.15,1.00,8.15,1.00,none,none,none, afforded,afforded,0.53,Verb,8,7,3,afford,none,none,7.47,1.00,none,8.96,none,9.22 affording,affording,0.16,Verb,9,7,3,afford,none,none,7.47,1.00,none,8.96,none,9.22 affords,affords,0.27,Verb,7,6,2,afford,none,none,7.47,1.00,none,8.96,none,9.22 affray,affray,Err:512,Err:512,6,5,3,affray,13.00,0.28,13.00,0.28,none,none,none, affright,affright,0.04,Noun,8,5,2,affright,12.77,0.72,12.77,0.72,none,12.81,none, affront,affront,0.59,Noun,7,6,2,affront,12.44,0.86,12.44,0.86,none,none,none,11.59 afghan,afghan,0.57,Adjective,6,5,2,afghan,9.11,1.00,9.11,1.00,none,none,none, afghans,afghans,0.20,Noun,7,6,2,Afghan,none,none,9.11,1.00,none,none,none, aficionado,aficionado,0.22,Noun,10,10,5,aficionado,13.86,0.78,13.86,0.78,none,none,none, aficionados,aficionados,0.10,Noun,11,10,5,aficionado,none,none,13.86,0.78,none,none,none, afire,afire,0.49,Adjective,5,4,2,afire,11.87,0.83,11.87,0.83,none,none,none, aflame,aflame,0.33,Adjective,6,5,2,aflame,11.22,1.00,11.22,1.00,none,none,none, afloat,afloat,1.67,Adjective,6,5,2,afloat,9.33,1.00,9.33,1.00,none,none,none,9.40 afoot,afoot,1.02,Adverb,5,4,2,afoot,11.48,0.95,11.48,0.95,none,none,none,10.90 aforementioned,aforementioned,0.47,Adjective,14,11,4,aforementioned,14.58,0.95,14.58,0.95,none,none,none, aforesaid,aforesaid,0.08,Adjective,9,7,3,aforesaid,14.44,0.47,14.44,0.47,none,none,none, aforethought,aforethought,0.06,Adjective,12,7,3,aforethought,13.72,0.95,13.72,0.95,none,none,none, afoul,afoul,0.22,Noun,5,4,2,afoul,11.81,0.89,11.81,0.89,none,none,none, afraid,afraid,247.67,Adjective,6,5,2,afraid,4.42,1.00,4.42,1.00,4.73,none,none,5.62 afro,afro,1.12,Noun,4,4,2,afro,9.58,1.00,9.58,1.00,none,none,none, afros,afros,0.06,Noun,5,5,2,Afro,none,none,9.58,1.00,none,none,none, aft,aft,3.53,Adverb,3,3,1,aft,13.88,0.76,13.88,0.76,none,none,12.75, after,after,682.59,Preposition,5,4,2,after,6.00,1.00,6.00,1.00,4.33,none,none,5.37 afterbirth,afterbirth,0.10,Noun,10,7,3,afterbirth,14.06,0.89,14.06,0.89,none,none,none, afterburner,afterburner,0.04,Noun,11,8,4,afterburner,10.69,0.84,10.69,0.84,none,none,none, afterburners,afterburners,0.06,Noun,12,9,4,afterburner,none,none,10.69,0.84,none,none,none, aftercare,aftercare,0.10,Noun,9,7,3,aftercare,11.62,0.89,11.62,0.89,none,none,none, afterdeck,afterdeck,0.04,Noun,9,7,3,afterdeck,15.86,0.37,15.86,0.37,none,none,none, aftereffect,after-effect,0.06,Noun,11,9,4,aftereffect,12.06,0.94,12.06,0.94,none,none,none, aftereffects,after-effects,0.14,Noun,12,10,4,aftereffect,none,none,12.06,0.94,none,none,none, afterglow,afterglow,0.31,Noun,9,7,3,afterglow,12.53,0.89,12.53,0.89,none,none,none, afterimage,afterimage,0.04,Noun,10,8,4,afterimage,13.67,0.50,13.67,0.50,none,none,none, afterlife,afterlife,1.59,Noun,9,7,3,afterlife,8.11,1.00,8.11,1.00,none,none,none, aftermarket,aftermarket,0.04,Noun,11,10,4,aftermarket,14.20,1.00,14.20,1.00,none,none,none, aftermath,aftermath,1.04,Noun,9,7,3,aftermath,12.05,1.00,12.05,1.00,none,none,none, aftermaths,aftermaths,0.02,Noun,10,8,3,aftermath,none,none,12.05,1.00,none,none,none, afternoon,afternoon,91.49,Noun,9,7,3,afternoon,4.65,1.00,4.65,1.00,none,5.73,none, afternoons,afternoons,1.98,Noun,10,8,3,afternoon,none,none,4.65,1.00,none,5.73,none, afterschool,afterschool,0.10,Noun,11,8,3,afterschool,6.89,1.00,6.89,1.00,none,none,none, aftershave,aftershave,1.08,Noun,10,7,3,aftershave,10.42,1.00,10.42,1.00,none,none,none, aftershaves,aftershaves,0.02,Noun,11,8,3,aftershave,none,none,10.42,1.00,none,none,none, aftershock,aftershock,0.24,Noun,10,7,3,aftershock,10.33,1.00,10.33,1.00,none,none,none, aftershocks,aftershocks,0.02,Noun,11,8,3,aftershock,none,none,10.33,1.00,none,none,none, aftertaste,aftertaste,0.22,Noun,10,8,3,aftertaste,10.00,1.00,10.00,1.00,none,none,none, afterthought,afterthought,0.25,Noun,12,7,3,afterthought,12.78,1.00,12.78,1.00,none,none,none, afterthoughts,afterthoughts,0.04,Noun,13,8,3,afterthought,none,none,12.78,1.00,none,none,none, afterwards,afterwards,14.00,Adverb,10,8,3,afterwards,7.71,1.00,7.71,1.00,none,none,none, afterworld,afterworld,0.02,Noun,10,8,3,afterworld,10.41,0.94,10.41,0.94,none,none,none, again,again,792.71,Adverb,5,4,2,again,5.78,1.00,5.78,1.00,4.05,none,none,5.31 against,against,201.73,Preposition,7,6,2,against,7.97,1.00,7.97,1.00,5.37,none,none,6.82 agate,agate,0.04,Noun,5,4,2,agate,13.00,0.83,13.00,0.83,none,none,none, agates,agates,0.02,Noun,6,5,2,agate,none,none,13.00,0.83,none,none,none, agave,agave,0.04,Verb,5,4,2,agave,14.57,0.74,14.57,0.74,none,none,none, age,age,79.20,Noun,3,2,1,age,4.38,1.00,4.38,1.00,3.99,5.30,4.80, ageism,ageism,0.24,Noun,6,6,3,ageism,17.07,0.74,17.07,0.74,none,none,none, ageist,ageist,0.08,Noun,6,5,2,ageist,15.79,0.78,15.79,0.78,none,none,none, ageless,ageless,0.29,Adjective,7,5,2,ageless,10.30,1.00,10.30,1.00,none,none,none, agencies,agencies,3.22,Noun,8,7,3,agency,none,none,10.58,1.00,none,10.87,none, agency,agency,19.43,Noun,6,6,3,agency,10.58,1.00,10.58,1.00,none,10.87,none, agenda,agenda,7.31,Noun,6,6,3,agenda,9.95,1.00,9.95,1.00,none,none,none, agendas,agendas,0.41,Noun,7,7,3,agenda,none,none,9.95,1.00,none,none,none, agent,agent,102.65,Noun,5,5,2,agent,9.55,1.00,9.55,1.00,none,9.22,none,9.22 agents,agents,21.06,Noun,6,6,2,agent,none,none,9.55,1.00,none,9.22,none,9.22 ageratum,ageratum,0.02,Noun,8,8,4,ageratum,13.29,0.35,13.29,0.35,none,none,none, ages,ages,11.12,Noun,4,4,2,age,none,none,4.38,1.00,3.99,5.30,4.80, agglomerate,agglomerate,Err:512,Err:512,11,8,4,agglomerate,15.67,0.32,15.67,0.32,none,none,none, agglutinate,agglutinate,0.02,Verb,11,9,4,agglutinate,14.89,0.45,14.89,0.45,none,none,none, aggrandize,aggrandize,0.02,Verb,10,8,3,aggrandize,14.83,0.63,14.83,0.63,none,none,none, aggrandizement,aggrandisement,0.02,Noun,14,12,4,aggrandizement,14.75,0.42,14.75,0.42,none,none,none, aggravate,aggravate,0.73,Verb,9,7,3,aggravate,8.32,1.00,8.32,1.00,none,none,none, aggravated,aggravated,1.25,Adjective,10,9,4,aggravated,8.61,1.00,8.61,1.00,none,none,none, aggravates,aggravates,0.18,Verb,10,8,3,aggravate,none,none,8.32,1.00,none,none,none, aggravating,aggravating,0.47,Verb,11,9,4,aggravate,none,none,8.32,1.00,none,none,none, aggravation,aggravation,1.16,Noun,11,9,4,aggravation,9.11,1.00,9.11,1.00,none,none,none, aggregate,aggregate,0.20,Noun,9,7,3,aggregate,13.67,0.86,13.67,0.86,none,none,none, aggregation,aggregation,0.04,Noun,11,9,4,aggregation,14.56,0.90,14.56,0.90,none,none,none, aggress,aggress,0.04,Verb,7,5,2,aggress,12.13,0.79,12.13,0.79,none,none,none, aggresses,aggresses,0.04,Verb,9,7,3,aggress,none,none,12.13,0.79,none,none,none, aggression,aggression,2.80,Noun,10,7,3,aggression,9.30,1.00,9.30,1.00,none,none,none, aggressions,aggressions,0.08,Noun,11,8,3,aggression,none,none,9.30,1.00,none,none,none, aggressive,aggressive,7.94,Adjective,10,7,3,aggressive,8.32,1.00,8.32,1.00,none,none,none, aggressiveness,aggressiveness,0.39,Noun,14,10,4,aggressiveness,11.06,1.00,11.06,1.00,none,none,none, aggressor,aggressor,0.57,Noun,9,6,3,aggressor,11.47,1.00,11.47,1.00,none,11.55,none, aggressors,aggressors,0.29,Noun,10,7,3,aggressor,none,none,11.47,1.00,none,11.55,none, aggrieved,aggrieved,0.20,Adjective,9,6,2,aggrieved,12.38,0.84,12.38,0.84,none,none,none, aghast,aghast,0.14,Adjective,6,5,2,aghast,12.00,0.82,12.00,0.82,none,none,none, agile,agile,0.39,Adjective,5,4,2,agile,11.94,0.95,11.94,0.95,none,none,none, agility,agility,0.45,Noun,7,7,4,agility,10.06,0.95,10.06,0.95,none,none,none, aging,ageing,2.57,Adjective,5,4,2,aging,7.35,1.00,7.35,1.00,none,none,none, agitate,agitate,0.43,Verb,7,6,3,agitate,10.17,1.00,10.17,1.00,none,none,none, agitated,agitated,2.51,Adjective,8,8,4,agitated,10.12,1.00,10.12,1.00,none,none,none, agitates,agitates,0.12,Verb,8,7,3,agitate,none,none,10.17,1.00,none,none,none, agitation,agitation,0.49,Noun,9,8,4,agitation,11.50,1.00,11.50,1.00,none,none,none, agitator,agitator,0.22,Noun,8,7,4,agitator,11.84,1.00,11.84,1.00,none,none,none, agitators,agitators,0.25,Noun,9,8,4,agitator,none,none,11.84,1.00,none,none,none, agitprop,agitprop,0.02,Noun,8,8,3,agitprop,16.60,0.26,16.60,0.26,none,none,none, agleam,agleam,Err:512,Err:512,6,5,2,agleam,14.71,0.33,14.71,0.33,none,none,none, aglitter,aglitter,Err:512,Err:512,8,6,3,aglitter,13.67,0.63,13.67,0.63,none,none,none, aglow,aglow,0.47,Adjective,5,4,2,aglow,10.06,0.81,10.06,0.81,none,none,none, agnate,agnate,0.10,Noun,6,5,2,agnate,16.50,0.22,16.50,0.22,none,none,none, agnates,agnates,0.08,Noun,7,6,2,agnate,none,none,16.50,0.22,none,none,none, agnostic,agnostic,0.37,Noun,8,8,3,agnostic,13.80,0.91,13.80,0.91,none,none,none, ago,ago,286.12,Adverb,3,3,2,ago,7.12,1.00,7.12,1.00,none,none,none,6.06 agog,agog,0.12,Adjective,4,4,2,agog,14.73,0.58,14.73,0.58,none,none,none, agonies,agonies,0.24,Noun,7,6,3,agony,none,none,9.22,1.00,none,9.13,none, agonist,agonist,0.02,Noun,7,7,3,agonist,15.06,0.89,15.06,0.89,none,none,none, agonize,agonise,0.10,Verb,7,6,3,agonize,11.58,1.00,11.58,1.00,none,none,none, agonizing,agonising,0.71,Adjective,9,8,4,agonizing,10.89,1.00,10.89,1.00,none,none,none, agony,agony,3.75,Noun,5,5,3,agony,9.22,1.00,9.22,1.00,none,9.13,none, agora,agora,0.02,Noun,5,4,3,agora,13.73,0.58,13.73,0.58,none,none,none, agoraphobia,agoraphobia,0.14,Noun,11,10,6,agoraphobia,14.44,0.95,14.44,0.95,none,none,none, agoraphobic,agoraphobic,0.18,Adjective,11,11,5,agoraphobic,14.64,0.70,14.64,0.70,none,none,none, agoras,agoras,0.02,Noun,6,6,3,agora,none,none,13.73,0.58,none,none,none, agrarian,agrarian,0.16,Adjective,8,8,4,agrarian,14.83,0.60,14.83,0.60,none,none,none, agree,agree,64.67,Verb,5,4,2,agree,7.68,1.00,7.68,1.00,5.46,none,none,6.47 agreeable,agreeable,1.59,Adjective,9,8,4,agreeable,8.41,0.94,8.41,0.94,none,none,none, agreed,agreed,35.92,Verb,6,5,2,agree,none,none,7.68,1.00,5.46,none,none,6.47 agreeing,agreeing,2.08,Verb,8,6,3,agree,none,none,7.68,1.00,5.46,none,none,6.47 agreement,agreement,17.49,Noun,9,8,3,agreement,8.16,1.00,8.16,1.00,none,none,none, agreements,agreements,0.80,Noun,10,9,3,agreement,none,none,8.16,1.00,none,none,none, agrees,agrees,4.29,Verb,6,5,2,agree,none,none,7.68,1.00,5.46,none,none,6.47 agribusiness,agribusiness,0.14,Noun,12,10,4,agribusiness,18.07,0.78,18.07,0.78,none,none,none, agricultural,agricultural,0.94,Adjective,12,11,5,agricultural,10.11,1.00,10.11,1.00,none,none,none, agriculturalist,agriculturalist,0.04,Noun,15,14,6,agriculturalist,12.78,1.00,12.78,1.00,none,none,none, agriculture,agriculture,1.10,Noun,11,9,4,agriculture,10.32,1.00,10.32,1.00,none,none,none, agricultures,agricultures,0.02,Noun,12,10,4,agriculture,none,none,10.32,1.00,none,none,none, ague,ague,0.04,Noun,4,4,2,ague,15.20,0.56,15.20,0.56,none,12.90,none, ahead,ahead,198.33,Adverb,5,4,2,ahead,5.45,1.00,5.45,1.00,5.91,none,none,6.68 ahoy,ahoy,3.71,Noun,4,3,2,ahoy,7.61,1.00,7.61,1.00,none,none,none, aid,aid,13.90,Noun,3,2,1,aid,7.33,1.00,7.33,1.00,7.57,none,6.51, aide,aide,2.02,Noun,4,2,1,aide,7.83,0.95,7.83,0.95,none,10.87,9.96, aided,aided,0.65,Verb,5,4,2,aid,none,none,7.33,1.00,7.57,none,6.51, aider,aider,0.02,Noun,5,3,2,aider,12.92,0.72,12.92,0.72,none,none,none, aides,aides,0.63,Noun,5,3,1,aide,none,none,7.83,0.95,none,10.87,9.96, aiding,aiding,1.06,Verb,6,4,2,aid,none,none,7.33,1.00,7.57,none,6.51, aids,aids,1.06,Noun,4,3,1,aids,8.89,1.00,8.89,1.00,none,none,none, aigrette,aigrette,Err:512,Err:512,8,5,2,aigrette,15.00,0.05,15.00,0.05,none,none,none, aikido,aikido,0.08,Noun,6,5,3,aikido,14.08,0.65,14.08,0.65,none,none,none, ail,ail,0.22,Verb,3,2,1,ail,9.71,0.89,9.71,0.89,none,none,11.02, ailed,ailed,0.04,Verb,5,3,1,ail,none,none,9.71,0.89,none,none,11.02, aileron,aileron,0.02,Noun,7,5,3,aileron,14.71,0.39,14.71,0.39,none,none,none, ailerons,ailerons,0.08,Noun,8,6,3,aileron,none,none,14.71,0.39,none,none,none, ailing,ailing,0.51,Adjective,6,4,2,ailing,10.63,1.00,10.63,1.00,none,none,none, ailment,ailment,0.51,Noun,7,6,2,ailment,10.37,1.00,10.37,1.00,none,none,none,11.39 ailments,ailments,0.61,Noun,8,7,2,ailment,none,none,10.37,1.00,none,none,none,11.39 ails,ails,0.76,Verb,4,3,1,ail,none,none,9.71,0.89,none,none,11.02, aim,aim,14.86,Verb,3,2,1,aim,6.72,0.95,6.72,0.95,6.53,6.92,6.33, aimed,aimed,1.94,Verb,5,3,1,aim,none,none,6.72,0.95,6.53,6.92,6.33, aimer,aimer,0.06,Noun,5,3,2,aimer,9.85,0.68,9.85,0.68,10.84,none,none, aiming,aiming,3.78,Verb,6,4,2,aim,none,none,6.72,0.95,6.53,6.92,6.33, aimless,aimless,0.27,Adjective,7,5,2,aimless,10.32,1.00,10.32,1.00,none,none,none, aims,aims,1.18,Verb,4,3,1,aim,none,none,6.72,0.95,6.53,6.92,6.33, air,air,139.02,Noun,3,2,1,air,3.94,1.00,3.94,1.00,4.54,none,4.53, airbag,airbag,0.39,Noun,6,5,2,airbag,12.26,1.00,12.26,1.00,none,none,none, airbags,airbags,0.16,Noun,7,6,2,airbag,none,none,12.26,1.00,none,none,none, airbase,airbase,0.10,Noun,7,5,2,airbase,10.35,1.00,10.35,1.00,none,none,none, airboat,airboat,0.08,Noun,7,5,2,airboat,10.75,0.91,10.75,0.91,none,none,none, airborne,airborne,4.22,Adjective,8,6,2,airborne,9.85,1.00,9.85,1.00,none,none,none, airbrush,airbrush,0.18,Noun,8,7,3,airbrush,12.06,1.00,12.06,1.00,12.40,none,none, aircraft,aircraft,9.45,Noun,8,7,2,aircraft,7.61,1.00,7.61,1.00,none,none,none, aircrafts,aircrafts,0.22,Noun,9,8,2,aircraft,none,none,7.61,1.00,none,none,none, aircraftsman,aircraftsman,0.02,Noun,12,12,4,aircraftsman,11.67,0.95,11.67,0.95,none,none,none, aircrew,aircrew,0.06,Verb,7,5,2,aircrew,10.15,0.91,10.15,0.91,none,none,none, airdrome,airdrome,0.04,Noun,8,7,3,airdrome,15.11,0.50,15.11,0.50,none,none,none, airdromes,airdromes,0.02,Noun,9,8,3,airdrome,none,none,15.11,0.50,none,none,none, airdrop,airdrop,0.04,Noun,7,6,2,airdrop,9.18,0.94,9.18,0.94,none,none,none, aired,aired,0.88,Verb,5,3,1,air,none,none,3.94,1.00,4.54,none,4.53, airfare,airfare,0.24,Noun,7,5,2,airfare,10.26,1.00,10.26,1.00,none,none,none, airfares,airfares,0.04,Noun,8,6,2,airfare,none,none,10.26,1.00,none,none,none, airfield,airfield,2.31,Noun,8,6,2,airfield,8.60,1.00,8.60,1.00,none,none,none, airfields,airfields,0.14,Noun,9,7,2,airfield,none,none,8.60,1.00,none,none,none, airflow,airflow,0.14,Noun,7,5,2,airflow,12.42,1.00,12.42,1.00,none,none,none, airfoil,airfoil,0.02,Noun,7,5,2,airfoil,14.64,0.55,14.64,0.55,none,none,none, airforce,airforce,0.20,Noun,8,6,2,airforce,6.83,1.00,6.83,1.00,none,none,none, airhead,airhead,0.53,Noun,7,5,2,airhead,10.17,1.00,10.17,1.00,none,none,none, airheads,airheads,0.12,Noun,8,7,3,airhead,none,none,10.17,1.00,none,none,none, airiness,airiness,0.02,Noun,8,6,3,airiness,11.35,0.85,11.35,0.85,none,none,none, airless,airless,0.10,Adjective,7,5,2,airless,10.00,0.94,10.00,0.94,none,none,none, airlift,airlift,0.27,Noun,7,6,2,airlift,12.06,1.00,12.06,1.00,none,none,none, airlifted,airlifted,0.20,Verb,9,8,3,airlift,none,none,12.06,1.00,none,none,none, airlifting,airlifting,0.10,Verb,10,8,3,airlift,none,none,12.06,1.00,none,none,none, airlifts,airlifts,0.02,Noun,8,7,2,airlift,none,none,12.06,1.00,none,none,none, airline,airline,6.49,Noun,7,5,2,airline,8.74,1.00,8.74,1.00,none,none,none, airliner,airliner,0.57,Noun,8,6,3,airliner,9.89,1.00,9.89,1.00,none,none,none, airliners,airliners,0.14,Noun,9,7,3,airliner,none,none,9.89,1.00,none,none,none, airlines,airlines,3.75,Noun,8,6,2,airline,none,none,8.74,1.00,none,none,none, airlock,airlock,0.82,Noun,7,5,2,airlock,11.61,0.95,11.61,0.95,none,none,none, airlocks,airlocks,0.02,Noun,8,6,2,airlock,none,none,11.61,0.95,none,none,none, airmail,airmail,0.33,Noun,7,5,2,airmail,12.00,0.89,12.00,0.89,none,none,none, airman,airman,0.59,Name,6,5,2,airman,10.58,1.00,10.58,1.00,8.06,none,none, airmattress,air mattress,Err:512,Noun,11,9,3,airmattress,9.37,1.00,9.37,1.00,none,none,none, airmen,airmen,0.67,Noun,6,5,2,airman,none,none,10.58,1.00,8.06,none,none, airmobile,airmobile,0.02,Noun,9,8,4,airmobile,12.69,0.72,12.69,0.72,none,none,none, airplane,aeroplane,10.92,Noun,8,6,2,airplane,3.94,1.00,3.94,1.00,none,none,none, airplanes,aeroplanes,3.22,Noun,9,7,2,airplane,none,none,3.94,1.00,none,none,none, airplay,airplay,0.22,Noun,7,6,3,airplay,12.93,0.75,12.93,0.75,none,none,none, airport,airport,38.04,Noun,7,6,2,airport,6.84,1.00,6.84,1.00,none,5.18,none,6.13 airports,airports,1.37,Noun,8,7,2,airport,none,none,6.84,1.00,none,5.18,none,6.13 airs,airs,0.76,Noun,4,3,1,air,none,none,3.94,1.00,4.54,none,4.53, airship,airship,0.59,Noun,7,5,2,airship,10.80,1.00,10.80,1.00,none,8.09,none, airships,airships,0.08,Noun,8,6,2,airship,none,none,10.80,1.00,none,8.09,none, airsick,airsick,0.31,Adjective,7,6,3,airsick,11.47,1.00,11.47,1.00,none,none,none, airsickness,airsickness,0.04,Noun,11,9,4,airsickness,10.17,0.90,10.17,0.90,none,none,none, airspace,airspace,1.61,Noun,8,6,2,airspace,11.50,1.00,11.50,1.00,none,none,none, airspeed,airspeed,0.47,Noun,8,6,2,airspeed,10.90,1.00,10.90,1.00,none,none,none, airstream,airstream,0.16,Noun,9,8,3,airstream,12.22,1.00,12.22,1.00,none,none,none, airstrike,airstrike,0.14,Noun,9,7,2,airstrike,12.78,1.00,12.78,1.00,none,none,none, airstrikes,airstrikes,0.04,Noun,10,8,2,airstrike,none,none,12.78,1.00,none,none,none, airstrip,airstrip,1.12,Noun,8,7,2,airstrip,8.16,1.00,8.16,1.00,none,none,none, airstrips,airstrips,0.06,Noun,9,8,2,airstrip,none,none,8.16,1.00,none,none,none, airtight,airtight,1.12,Adjective,8,5,2,airtight,9.84,1.00,9.84,1.00,none,none,none, airtime,airtime,0.25,Noun,7,5,2,airtime,11.78,1.00,11.78,1.00,none,none,none, airwave,airwave,0.02,Noun,7,5,2,airwave,11.35,0.94,11.35,0.94,none,none,none, airwaves,airwaves,0.53,Noun,8,6,2,airwave,none,none,11.35,0.94,none,none,none, airway,airway,1.63,Noun,6,4,2,airway,11.16,1.00,11.16,1.00,none,none,none, airways,airways,0.88,Noun,7,5,2,airway,none,none,11.16,1.00,none,none,none, airworthy,airworthy,0.02,Adjective,9,6,3,airworthy,13.31,0.89,13.31,0.89,none,none,none, airy,airy,0.31,Adjective,4,3,2,airy,10.28,0.95,10.28,0.95,none,none,none, aisle,aisle,7.43,Noun,5,2,1,aisle,5.95,1.00,5.95,1.00,none,8.11,7.98, aisles,aisles,0.73,Noun,6,3,1,aisle,none,none,5.95,1.00,none,8.11,7.98, ajar,ajar,0.45,Adjective,4,4,2,ajar,9.67,0.95,9.67,0.95,none,none,none, aka,aka,1.02,Abbreviation,3,3,2,aka,10.94,0.95,10.94,0.95,none,none,none, akimbo,akimbo,0.08,Noun,6,6,3,akimbo,14.09,0.58,14.09,0.58,none,none,none, akin,akin,0.27,Adjective,4,4,2,akin,12.67,0.86,12.67,0.86,none,none,none, alabaster,alabaster,0.67,Noun,9,8,4,alabaster,13.67,0.83,13.67,0.83,none,none,none, alacrity,alacrity,0.10,Noun,8,8,4,alacrity,15.25,0.43,15.25,0.43,none,13.23,none, alarm,alarm,29.84,Noun,5,5,2,alarm,6.39,1.00,6.39,1.00,5.87,none,none,6.00 alarmclock,alarm clock,Err:512,Noun,10,9,3,alarmclock,5.80,1.00,5.80,1.00,none,none,none, alarmed,alarmed,2.96,Verb,7,6,2,alarm,none,none,6.39,1.00,5.87,none,none,6.00 alarming,alarming,1.14,Adjective,8,7,3,alarming,9.78,1.00,9.78,1.00,none,none,none, alarmist,alarmist,0.33,Noun,8,8,3,alarmist,13.12,0.94,13.12,0.94,none,none,none, alarms,alarms,3.08,Noun,6,6,2,alarm,none,none,6.39,1.00,5.87,none,none,6.00 alarum,alarum,0.06,Noun,6,6,3,alarum,12.38,0.44,12.38,0.44,none,none,none, alarums,alarums,0.04,Noun,7,7,3,alarum,none,none,12.38,0.44,none,none,none, alas,alas,3.82,Interjection,4,4,2,alas,9.78,1.00,9.78,1.00,none,none,none,12.43 albacore,albacore,0.16,Noun,8,7,3,albacore,14.47,0.89,14.47,0.89,none,none,none, albatross,albatross,0.78,Noun,9,8,3,albatross,11.64,0.78,11.64,0.78,none,10.39,none, albatrosses,albatrosses,0.04,Noun,11,10,4,albatross,none,none,11.64,0.78,none,10.39,none, albinism,albinism,0.04,Noun,8,9,4,albinism,14.17,0.67,14.17,0.67,none,none,none, albino,albino,1.16,Noun,6,6,3,albino,9.79,0.95,9.79,0.95,none,none,none, albinos,albinos,0.08,Noun,7,7,3,albino,none,none,9.79,0.95,none,none,none, album,album,10.24,Noun,5,5,2,album,6.72,1.00,6.72,1.00,none,none,none,7.04 albumen,albumen,Err:512,Err:512,7,7,3,albumen,15.45,0.58,15.45,0.58,none,none,none, albumin,albumin,0.08,Noun,7,8,3,albumin,14.20,0.56,14.20,0.56,none,none,none, albums,albums,2.33,Noun,6,6,2,album,none,none,6.72,1.00,none,none,none,7.04 alcalde,alcalde,0.27,Noun,7,6,2,alcalde,11.00,0.05,11.00,0.05,none,none,none, alchemical,alchemical,0.12,Adjective,10,9,4,alchemical,15.64,0.58,15.64,0.58,none,none,none, alchemist,alchemist,0.27,Noun,9,8,3,alchemist,12.00,1.00,12.00,1.00,none,12.96,none, alchemists,alchemists,0.12,Noun,10,9,3,alchemist,none,none,12.00,1.00,none,12.96,none, alchemy,alchemy,0.22,Noun,7,6,3,alchemy,13.35,0.89,13.35,0.89,none,none,none, alcohol,alcohol,16.57,Noun,7,7,3,alcohol,9.00,1.00,9.00,1.00,none,none,none, alcoholic,alcoholic,6.20,Noun,9,9,4,alcoholic,9.95,1.00,9.95,1.00,11.36,none,none, alcoholics,alcoholics,1.06,Noun,10,10,4,alcoholic,none,none,9.95,1.00,11.36,none,none, alcoholism,alcoholism,0.84,Noun,10,11,5,alcoholism,11.60,1.00,11.60,1.00,none,none,none, alcove,alcove,0.47,Noun,6,5,2,alcove,12.11,0.95,12.11,0.95,none,none,none, alcoves,alcoves,0.04,Noun,7,6,2,alcove,none,none,12.11,0.95,none,none,none, alder,alder,0.10,Noun,5,4,2,alder,14.08,0.63,14.08,0.63,none,none,none, alderman,alderman,0.80,Noun,8,7,3,alderman,14.19,0.84,14.19,0.84,none,none,none, aldermen,aldermen,0.02,Noun,8,7,3,alderman,none,none,14.19,0.84,none,none,none, alders,alders,0.06,Noun,6,6,2,alder,none,none,14.08,0.63,none,none,none, ale,ale,3.96,Noun,3,2,1,ale,10.16,1.00,10.16,1.00,none,none,10.27, alehouse,alehouse,0.02,Noun,8,5,2,alehouse,13.76,0.94,13.76,0.94,none,none,none, aleph,aleph,0.12,Noun,5,4,2,aleph,13.70,0.53,13.70,0.53,none,none,none, alert,alert,20.61,Adjective,5,4,2,alert,8.90,1.00,8.90,1.00,9.14,none,none,8.12 alerted,alerted,1.78,Verb,7,6,3,alert,none,none,8.90,1.00,9.14,none,none,8.12 alerting,alerting,0.35,Verb,8,6,3,alert,none,none,8.90,1.00,9.14,none,none,8.12 alertness,alertness,0.08,Noun,9,7,3,alertness,9.44,1.00,9.44,1.00,none,none,none, alerts,alerts,0.27,Noun,6,5,2,alert,none,none,8.90,1.00,9.14,none,none,8.12 ales,ales,0.10,Noun,4,3,1,ale,none,none,10.16,1.00,none,none,10.27, alexandrine,alexandrine,0.14,Noun,11,11,4,alexandrine,14.17,0.33,14.17,0.33,none,none,none, alfalfa,alfalfa,0.65,Noun,7,7,3,alfalfa,8.83,0.95,8.83,0.95,none,none,none, alfresco,alfresco,0.14,Noun,8,8,3,alfresco,15.29,0.74,15.29,0.74,none,none,none, alga,alga,Err:512,Err:512,4,4,2,alga,13.33,0.43,13.33,0.43,none,none,none, algae,algae,0.43,Noun,5,4,2,alga,none,none,13.33,0.43,none,none,none, algebra,algebra,1.76,Noun,7,7,3,algebra,11.47,1.00,11.47,1.00,9.23,none,none, algebraic,algebraic,0.06,Adjective,9,9,4,algebraic,11.11,1.00,11.11,1.00,none,none,none, alginate,alginate,0.04,Verb,8,7,3,alginate,14.86,0.37,14.86,0.37,none,none,none, algorithm,algorithm,0.53,Noun,9,8,4,algorithm,14.56,0.95,14.56,0.95,none,none,none, algorithmic,algorithmic,0.20,Adjective,11,11,5,algorithmic,15.31,0.80,15.31,0.80,none,none,none, algorithms,algorithms,0.24,Noun,10,9,4,algorithm,none,none,14.56,0.95,none,none,none, alias,alias,4.08,Noun,5,5,3,alias,9.47,0.94,9.47,0.94,none,11.02,none, aliases,aliases,0.84,Noun,7,7,4,alias,none,none,9.47,0.94,none,11.02,none, alibi,alibi,8.35,Noun,5,5,3,alibi,12.50,0.95,12.50,0.95,none,none,none, alibis,alibis,1.14,Noun,6,6,3,alibi,none,none,12.50,0.95,none,none,none, alien,alien,17.43,Adjective,5,5,3,alien,7.50,1.00,7.50,1.00,none,none,none, alienate,alienate,0.57,Verb,8,7,3,alienate,13.05,1.00,13.05,1.00,none,none,none, alienated,alienated,0.80,Verb,9,9,5,alienate,none,none,13.05,1.00,none,none,none, alienation,alienation,0.43,Noun,10,9,5,alienation,13.47,1.00,13.47,1.00,none,none,none, alienist,alienist,0.16,Noun,8,8,4,alienist,14.07,0.79,14.07,0.79,none,none,none, aliens,aliens,9.63,Noun,6,6,3,aliens,8.58,1.00,8.58,1.00,none,none,none, alight,alight,0.41,Verb,6,4,2,alight,11.41,0.89,11.41,0.89,none,none,none, align,align,0.67,Verb,5,4,2,align,9.85,1.00,9.85,1.00,none,none,none,11.09 aligned,aligned,0.78,Verb,7,5,2,align,none,none,9.85,1.00,none,none,none,11.09 aligning,aligning,0.12,Verb,8,6,3,align,none,none,9.85,1.00,none,none,none,11.09 alignment,alignment,1.31,Noun,9,8,3,alignment,11.76,0.94,11.76,0.94,none,none,none, alignments,alignments,0.02,Noun,10,9,3,alignment,none,none,11.76,0.94,none,none,none, aligns,aligns,0.10,Verb,6,5,2,align,none,none,9.85,1.00,none,none,none,11.09 alike,alike,11.35,Adverb,5,4,2,alike,6.12,1.00,6.12,1.00,none,none,none,6.82 alimentary,alimentary,0.08,Adjective,10,9,5,alimentary,13.21,0.74,13.21,0.74,none,none,none, alimonies,alimonies,0.06,Noun,9,8,4,alimony,none,none,14.47,1.00,none,none,none, alimony,alimony,2.59,Noun,7,7,4,alimony,14.47,1.00,14.47,1.00,none,none,none, alit,alit,0.04,Adjective,4,4,2,alit,12.69,0.68,12.69,0.68,none,none,none, alive,alive,154.47,Adjective,5,4,2,alive,5.11,1.00,5.11,1.00,5.19,5.77,none,5.87 alkali,alkali,0.35,Noun,6,6,3,alkali,14.35,0.94,14.35,0.94,none,12.38,none, alkaline,alkaline,0.31,Adjective,8,7,3,alkaline,13.68,1.00,13.68,1.00,none,none,none, alkaloid,alkaloid,0.16,Noun,8,7,3,alkaloid,14.06,0.89,14.06,0.89,none,none,none, alkaloids,alkaloids,0.06,Noun,9,8,3,alkaloid,none,none,14.06,0.89,none,none,none, alky,alky,0.41,Adjective,4,4,2,alky,14.18,0.61,14.18,0.61,none,none,none, alkyd,alkyd,0.02,Noun,5,5,2,alkyd,16.62,0.40,16.62,0.40,none,none,none, all,all,5161.86,Determiner,3,2,1,all,4.24,1.00,4.24,1.00,3.83,none,4.01, allay,allay,0.33,Verb,5,3,2,allay,15.77,0.62,15.77,0.62,none,none,none, allayed,allayed,0.08,Verb,7,4,2,allay,none,none,15.77,0.62,none,none,none, allaying,allaying,0.06,Verb,8,5,3,allay,none,none,15.77,0.62,none,none,none, allays,allays,0.02,Verb,6,4,2,allay,none,none,15.77,0.62,none,none,none, allegation,allegation,0.53,Noun,10,8,4,allegation,11.84,0.95,11.84,0.95,none,12.34,none, allegations,allegations,2.16,Noun,11,9,4,allegation,none,none,11.84,0.95,none,12.34,none, allege,allege,0.22,Verb,6,4,2,allege,12.81,0.89,12.81,0.89,none,none,none, alleged,alleged,3.98,Adjective,7,5,2,alleged,12.05,1.00,12.05,1.00,none,none,none, alleges,alleges,0.18,Verb,7,6,3,allege,none,none,12.81,0.89,none,none,none, allegiance,allegiance,3.12,Noun,10,7,3,allegiance,8.42,1.00,8.42,1.00,none,none,none, allegiances,allegiances,0.18,Noun,11,10,5,allegiance,none,none,8.42,1.00,none,none,none, allegiant,allegiant,0.04,Noun,9,7,3,allegiant,15.18,0.58,15.18,0.58,none,none,none, alleging,alleging,0.31,Verb,8,6,3,allege,none,none,12.81,0.89,none,none,none, allegorical,allegorical,0.16,Adjective,11,10,5,allegorical,12.41,0.94,12.41,0.94,none,none,none, allegories,allegories,0.02,Noun,10,8,4,allegory,none,none,14.16,1.00,none,12.70,none, allegory,allegory,0.24,Noun,8,7,4,allegory,14.16,1.00,14.16,1.00,none,12.70,none, allegro,allegro,0.51,Noun,7,6,3,allegro,13.07,0.75,13.07,0.75,none,none,none, allele,allele,0.04,Noun,6,5,3,allele,14.50,0.42,14.50,0.42,none,none,none, alleles,alleles,0.24,Noun,7,6,3,allele,none,none,14.50,0.42,none,none,none, allergen,allergen,0.06,Noun,8,6,3,allergen,11.58,0.90,11.58,0.90,none,none,none, allergens,allergens,0.02,Noun,9,7,3,allergen,none,none,11.58,0.90,none,none,none, allergic,allergic,8.10,Adjective,8,6,3,allergic,7.72,1.00,7.72,1.00,none,none,none, allergies,allergies,2.73,Noun,9,6,3,allergy,none,none,8.11,1.00,none,none,none, allergist,allergist,0.04,Noun,9,7,3,allergist,12.21,1.00,12.21,1.00,none,none,none, allergists,allergists,0.02,Noun,10,8,3,allergist,none,none,12.21,1.00,none,none,none, allergy,allergy,1.69,Noun,7,5,3,allergy,8.11,1.00,8.11,1.00,none,none,none, alleviate,alleviate,0.45,Verb,9,7,4,alleviate,11.39,1.00,11.39,1.00,none,none,none, alleviated,alleviated,0.04,Verb,10,9,5,alleviate,none,none,11.39,1.00,none,none,none, alleviates,alleviates,0.06,Verb,10,8,4,alleviate,none,none,11.39,1.00,none,none,none, alleviating,alleviating,0.08,Verb,11,9,5,alleviate,none,none,11.39,1.00,none,none,none, alley,alley,16.29,Noun,5,3,2,alley,7.26,1.00,7.26,1.00,none,none,none,7.26 alleys,alleys,1.14,Noun,6,4,2,alley,none,none,7.26,1.00,none,none,none,7.26 alleyway,alleyway,0.78,Noun,8,5,3,alleyway,8.11,1.00,8.11,1.00,none,none,none, alleyways,alleyways,0.16,Noun,9,6,3,alleyway,none,none,8.11,1.00,none,none,none, alliance,alliance,9.12,Noun,8,6,3,alliance,11.28,1.00,11.28,1.00,none,none,none, alliances,alliances,0.31,Noun,9,8,4,alliance,none,none,11.28,1.00,none,none,none, allied,allied,2.88,Adjective,6,4,2,allied,10.85,1.00,10.85,1.00,none,none,none, allies,allies,5.10,Noun,6,4,2,ally,none,none,9.61,0.90,none,8.85,none,9.22 alligator,alligator,3.49,Noun,9,7,4,alligator,4.78,1.00,4.78,1.00,6.09,none,none, alligators,alligators,1.27,Noun,10,8,4,alligator,none,none,4.78,1.00,6.09,none,none, alliteration,alliteration,0.18,Noun,12,9,5,alliteration,13.86,0.78,13.86,0.78,none,none,none, alliterations,alliterations,0.02,Noun,13,11,5,alliteration,none,none,13.86,0.78,none,none,none, alliterative,alliterative,0.02,Adjective,12,9,5,alliterative,15.25,0.80,15.25,0.80,none,none,none, allocate,allocate,0.16,Verb,8,6,3,allocate,13.78,1.00,13.78,1.00,none,none,none, allocated,allocated,0.14,Verb,9,8,4,allocate,none,none,13.78,1.00,none,none,none, allocates,allocates,0.04,Verb,9,7,3,allocate,none,none,13.78,1.00,none,none,none, allocating,allocating,0.08,Verb,10,8,4,allocate,none,none,13.78,1.00,none,none,none, allocation,allocation,0.20,Noun,10,8,4,allocation,12.42,1.00,12.42,1.00,none,none,none, allocations,allocations,0.06,Noun,11,9,4,allocation,none,none,12.42,1.00,none,none,none, allocution,allocution,0.04,Noun,10,9,4,allocution,15.23,0.68,15.23,0.68,none,none,none, allograft,allograft,0.06,Noun,9,8,3,allograft,15.20,0.26,15.20,0.26,none,none,none, allot,allot,0.16,Noun,5,4,2,allot,13.67,0.95,13.67,0.95,10.44,none,none, allotment,allotment,0.37,Noun,9,8,3,allotment,13.28,1.00,13.28,1.00,none,9.60,none, allotments,allotments,0.02,Noun,10,9,3,allotment,none,none,13.28,1.00,none,9.60,none, allots,allots,0.02,Verb,6,5,2,allot,none,none,13.67,0.95,10.44,none,none, allotted,allotted,0.27,Verb,8,6,3,allot,none,none,13.67,0.95,10.44,none,none, allotting,allotting,0.02,Verb,9,6,3,allot,none,none,13.67,0.95,10.44,none,none, allow,allow,44.37,Verb,5,3,2,allow,5.32,1.00,5.32,1.00,6.23,6.18,none,6.54 allowable,allowable,0.10,Adjective,9,7,4,allowable,9.56,1.00,9.56,1.00,none,none,none, allowance,allowance,5.20,Noun,9,6,3,allowance,6.95,1.00,6.95,1.00,none,none,none, allowances,allowances,0.49,Noun,10,8,4,allowance,none,none,6.95,1.00,none,none,none, allowed,allowed,44.82,Verb,7,4,2,allow,none,none,5.32,1.00,6.23,6.18,none,6.54 allowing,allowing,4.90,Verb,8,5,3,allow,none,none,5.32,1.00,6.23,6.18,none,6.54 allows,allows,5.47,Verb,6,4,2,allow,none,none,5.32,1.00,6.23,6.18,none,6.54 alloy,alloy,1.02,Noun,5,3,2,alloy,14.53,1.00,14.53,1.00,none,none,none,11.90 alloys,alloys,0.22,Noun,6,4,2,alloy,none,none,14.53,1.00,none,none,none,11.90 allude,allude,0.20,Verb,6,4,2,allude,13.11,1.00,13.11,1.00,none,none,none, alluded,alluded,0.27,Verb,7,6,3,allude,none,none,13.11,1.00,none,none,none, alludes,alludes,0.02,Verb,7,5,2,allude,none,none,13.11,1.00,none,none,none, alluding,alluding,0.18,Verb,8,6,3,allude,none,none,13.11,1.00,none,none,none, allure,allure,0.59,Noun,6,4,2,allure,11.83,0.95,11.83,0.95,none,none,none,10.90 alluring,alluring,0.41,Adjective,8,6,3,alluring,12.89,0.95,12.89,0.95,none,none,none, allusion,allusion,0.12,Noun,8,6,3,allusion,13.05,1.00,13.05,1.00,none,none,none, allusions,allusions,0.12,Noun,9,7,3,allusion,none,none,13.05,1.00,none,none,none, alluvial,alluvial,0.02,Adjective,8,7,4,alluvial,16.78,0.45,16.78,0.45,none,none,none, ally,ally,32.67,Noun,4,3,2,ally,9.61,0.90,9.61,0.90,none,8.85,none,9.22 allying,allying,0.08,Verb,7,5,3,ally,none,none,9.61,0.90,none,8.85,none,9.22 almanac,almanack,0.84,Noun,7,7,3,almanac,10.58,0.95,10.58,0.95,none,none,none, almanacs,almanacks,0.02,Noun,8,8,3,almanac,none,none,10.58,0.95,none,none,none, almandine,almandine,0.04,Verb,9,8,3,almandine,17.22,0.47,17.22,0.47,none,none,none, almightiness,almightiness,0.04,Noun,12,9,4,almightiness,8.89,0.95,8.89,0.95,none,none,none, almighty,almighty,8.75,Adjective,8,6,3,almighty,8.47,1.00,8.47,1.00,none,none,none, almond,almond,1.10,Noun,6,5,2,almond,7.67,1.00,7.67,1.00,none,none,none,6.75 almonds,almonds,1.35,Noun,7,7,2,almond,none,none,7.67,1.00,none,none,none,6.75 almoner,almoner,Err:512,Err:512,7,6,3,almoner,13.00,0.05,13.00,0.05,none,none,none, almost,almost,193.27,Adverb,6,6,2,almost,5.47,1.00,5.47,1.00,5.49,none,none,6.40 alms,alms,0.49,Noun,4,4,1,alms,9.91,0.61,9.91,0.61,none,none,13.12, almshouse,almshouse,0.04,Noun,9,6,2,almshouse,17.80,0.48,17.80,0.48,none,none,none, aloe,aloe,0.29,Noun,4,3,2,aloe,8.95,1.00,8.95,1.00,none,none,none, aloes,aloes,0.02,Noun,5,4,2,aloe,none,none,8.95,1.00,none,none,none, aloft,aloft,0.73,Adverb,5,5,2,aloft,9.82,0.95,9.82,0.95,none,12.11,none,11.19 aloha,aloha,2.92,Noun,5,5,3,aloha,10.15,0.95,10.15,0.95,none,none,none, alone,alone,308.53,Adjective,5,4,2,alone,4.94,1.00,4.94,1.00,none,none,none,5.81 aloneness,aloneness,0.02,Noun,9,6,3,aloneness,9.06,0.95,9.06,0.95,none,none,none, along,along,182.94,Adverb,5,4,2,along,5.41,1.00,5.41,1.00,4.98,none,none,7.19 alongshore,alongshore,Err:512,Err:512,10,7,3,alongshore,11.60,0.75,11.60,0.75,none,none,none, aloof,aloof,0.65,Adjective,5,4,2,aloof,13.41,0.94,13.41,0.94,none,none,none,11.39 alopecia,alopecia,0.14,Noun,8,8,5,alopecia,17.92,0.72,17.92,0.72,none,none,none, aloud,aloud,1.84,Adverb,5,4,2,aloud,6.22,1.00,6.22,1.00,none,7.09,none,7.19 alp,alp,0.12,Noun,3,3,1,alp,11.77,0.68,11.77,0.68,none,none,11.12, alpaca,alpaca,0.20,Noun,6,6,3,alpaca,10.81,0.80,10.81,0.80,none,none,none, alpacas,alpacas,0.02,Noun,7,7,3,alpaca,none,none,10.81,0.80,none,none,none, alpha,alpha,8.12,Noun,5,4,2,alpha,12.22,1.00,12.22,1.00,none,none,none,10.70 alphabet,alphabet,2.49,Noun,8,7,3,alphabet,4.22,1.00,4.22,1.00,none,5.03,none, alphabetical,alphabetical,0.86,Adjective,12,11,5,alphabetical,6.26,1.00,6.26,1.00,none,none,none, alphabetize,alphabetize,0.10,Verb,11,9,4,alphabetize,7.11,1.00,7.11,1.00,none,none,none, alphabetized,alphabetized,0.27,Verb,12,10,4,alphabetize,none,none,7.11,1.00,none,none,none, alphabetizing,alphabetizing,0.18,Verb,13,11,5,alphabetize,none,none,7.11,1.00,none,none,none, alphanumeric,alphanumeric,0.10,Adjective,12,11,5,alphanumeric,13.00,0.95,13.00,0.95,none,none,none, alphas,alphas,0.06,Noun,6,5,2,alpha,none,none,12.22,1.00,none,none,none,10.70 alphorn,alphorn,Err:512,Err:512,7,7,2,alphorn,15.00,0.10,15.00,0.10,none,none,none, alpine,alpine,1.27,Adjective,6,5,2,alpine,11.28,0.95,11.28,0.95,none,none,none, alright,alright,79.29,Adverb,7,5,2,alright,6.28,1.00,6.28,1.00,none,none,none,6.40 also,also,206.43,Adverb,4,4,2,also,6.64,1.00,6.64,1.00,5.13,none,none,5.62 altar,altar,5.08,Noun,5,4,2,altar,7.16,1.00,7.16,1.00,none,8.11,none,9.05 altarpiece,altarpiece,0.04,Noun,10,7,3,altarpiece,11.21,0.78,11.21,0.78,none,none,none, altars,altars,0.12,Noun,6,5,2,altar,none,none,7.16,1.00,none,8.11,none,9.05 alter,alter,4.78,Verb,5,4,2,alter,9.47,1.00,9.47,1.00,6.43,7.86,none,8.53 alteration,alteration,0.71,Noun,10,8,4,alteration,10.17,1.00,10.17,1.00,none,none,none, alterations,alterations,0.94,Noun,11,9,4,alteration,none,none,10.17,1.00,none,none,none, altercation,altercation,0.73,Noun,11,9,4,altercation,11.67,0.95,11.67,0.95,none,none,none, altered,altered,4.47,Verb,7,5,2,alter,none,none,9.47,1.00,6.43,7.86,none,8.53 altering,altering,0.71,Verb,8,6,3,alter,none,none,9.47,1.00,6.43,7.86,none,8.53 alternate,alternate,3.53,Adjective,9,7,3,alternate,8.83,1.00,8.83,1.00,none,none,none, alternated,alternated,0.10,Verb,10,9,4,alternate,none,none,8.83,1.00,none,none,none, alternates,alternates,0.18,Noun,10,8,3,alternate,none,none,8.83,1.00,none,none,none, alternating,alternating,0.41,Adjective,11,9,4,alternating,12.00,1.00,12.00,1.00,none,none,none, alternation,alternation,0.04,Noun,11,9,4,alternation,12.32,1.00,12.32,1.00,none,none,none, alternative,alternative,9.33,Noun,11,9,4,alternative,10.11,1.00,10.11,1.00,none,none,none, alternatives,alternatives,1.63,Noun,12,10,4,alternative,none,none,10.11,1.00,none,none,none, alternator,alternator,0.35,Noun,10,8,4,alternator,11.32,1.00,11.32,1.00,none,none,none, alternators,alternators,0.04,Noun,11,9,4,alternator,none,none,11.32,1.00,none,none,none, alters,alters,0.39,Verb,6,5,2,alter,none,none,9.47,1.00,6.43,7.86,none,8.53 although,although,42.02,Conjunction,8,4,2,although,8.08,1.00,8.08,1.00,6.92,none,none,7.96 altimeter,altimeter,0.45,Noun,9,8,4,altimeter,14.13,0.79,14.13,0.79,none,none,none, altimeters,altimeters,0.02,Name,10,10,4,altimeter,none,none,14.13,0.79,none,none,none, altitude,altitude,3.88,Noun,8,7,3,altitude,9.58,1.00,9.58,1.00,none,10.51,none, altitudes,altitudes,0.22,Noun,9,8,3,altitude,none,none,9.58,1.00,none,10.51,none, alto,alto,1.35,Name,4,4,2,alto,10.19,0.85,10.19,0.85,none,none,none,10.32 altogether,altogether,6.41,Adverb,10,8,4,altogether,8.35,1.00,8.35,1.00,none,none,none, altos,altos,0.14,Name,5,5,2,alto,none,none,10.19,0.85,none,none,none,10.32 altruism,altruism,0.22,Noun,8,9,4,altruism,15.79,0.95,15.79,0.95,none,none,none, altruist,altruist,0.02,Noun,8,9,3,altruist,15.50,0.78,15.50,0.78,none,none,none, altruistic,altruistic,0.35,Adjective,10,10,4,altruistic,13.80,0.83,13.80,0.83,none,none,none, alum,alum,0.14,Noun,4,4,2,alum,13.06,0.86,13.06,0.86,none,none,none, alumina,alumina,Err:512,Err:512,7,7,4,alumina,11.78,0.47,11.78,0.47,none,none,none, aluminum,aluminium,2.25,Noun,8,8,4,aluminum,7.26,1.00,7.26,1.00,none,none,none, alumna,alumna,0.02,Noun,6,6,3,alumna,14.00,0.84,14.00,0.84,none,none,none, alumnae,alumnae,0.08,Noun,7,6,3,alumna,none,none,14.00,0.84,none,none,none, alumni,alumni,1.75,Noun,6,6,3,alumnus,none,none,14.00,1.00,none,none,none, alumnus,alumnus,0.47,Noun,7,7,3,alumnus,14.00,1.00,14.00,1.00,none,none,none, alums,alums,0.08,Noun,5,5,2,alum,none,none,13.06,0.86,none,none,none, alveolar,alveolar,0.08,Adjective,8,7,4,alveolar,15.00,0.22,15.00,0.22,none,none,none, alveoli,alveoli,0.08,Noun,7,7,4,alveolus,none,none,14.50,0.53,none,none,none, alveolus,alveolus,0.02,Noun,8,8,4,alveolus,14.50,0.53,14.50,0.53,none,none,none, always,always,655.25,Adverb,6,5,2,always,6.26,1.00,6.26,1.00,5.16,none,none,5.68 am,am,1106.63,Verb,2,2,1,be,none,none,5.11,1.00,5.53,none,3.54, amah,amah,0.02,Noun,4,3,2,amah,14.00,0.47,14.00,0.47,none,none,none, amalgam,amalgam,0.18,Noun,7,7,3,amalgam,15.25,0.67,15.25,0.67,none,none,none, amalgamated,amalgamated,0.12,Adjective,11,11,5,amalgamated,15.07,0.75,15.07,0.75,none,none,none, amalgamation,amalgamation,0.12,Noun,12,11,5,amalgamation,16.92,0.72,16.92,0.72,none,none,none, amandine,amandine,0.04,Noun,8,7,3,amandine,15.29,0.35,15.29,0.35,none,none,none, amanita,amanita,0.02,Noun,7,7,4,amanita,15.50,0.33,15.50,0.33,none,none,none, amanuensis,amanuensis,0.04,Noun,10,12,5,amanuensis,12.00,0.17,12.00,0.17,none,none,none, amaranth,amaranth,0.04,Noun,8,6,3,amaranth,15.73,0.58,15.73,0.58,none,none,none, amaretto,amaretto,0.43,Noun,8,7,4,amaretto,14.63,0.95,14.63,0.95,none,none,none, amaryllis,amaryllis,0.10,Noun,9,7,4,amaryllis,15.36,0.55,15.36,0.55,none,none,none, amass,amass,0.06,Verb,5,4,2,amass,12.00,1.00,12.00,1.00,none,none,none, amassed,amassed,0.39,Verb,7,5,2,amass,none,none,12.00,1.00,none,none,none, amasses,amasses,0.02,Verb,7,6,3,amass,none,none,12.00,1.00,none,none,none, amassing,amassing,0.16,Verb,8,6,3,amass,none,none,12.00,1.00,none,none,none, amassment,amassment,0.02,Noun,9,8,3,amassment,14.75,0.80,14.75,0.80,none,none,none, amateur,amateur,6.55,Adjective,7,5,3,amateur,10.53,1.00,10.53,1.00,none,10.28,none, amateurish,amateurish,0.37,Adjective,10,7,4,amateurish,12.57,0.78,12.57,0.78,none,none,none, amateurism,amateurism,0.02,Noun,10,9,5,amateurism,12.88,0.94,12.88,0.94,none,none,none, amateurs,amateurs,3.45,Noun,8,6,3,amateur,none,none,10.53,1.00,none,10.28,none, amaze,amaze,1.61,Verb,5,4,2,amaze,7.50,1.00,7.50,1.00,7.01,none,none,7.65 amazed,amazed,5.12,Adjective,6,5,2,amazed,7.17,1.00,7.17,1.00,none,none,none, amazement,amazement,0.71,Noun,9,8,3,amazement,9.22,1.00,9.22,1.00,7.60,none,none, amazes,amazes,0.84,Verb,6,6,3,amaze,none,none,7.50,1.00,7.01,none,none,7.65 amazing,amazing,81.71,Adjective,7,6,3,amazing,5.22,1.00,5.22,1.00,none,none,none, ambassador,ambassador,13.51,Noun,10,8,4,ambassador,11.00,1.00,11.00,1.00,none,none,none, ambassadorial,ambassadorial,0.04,Adjective,13,12,6,ambassadorial,12.69,0.84,12.69,0.84,none,none,none, ambassadors,ambassadors,0.84,Noun,11,9,4,ambassador,none,none,11.00,1.00,none,none,none, ambassadorship,ambassadorship,0.06,Noun,14,11,5,ambassadorship,13.45,0.95,13.45,0.95,none,none,none, amber,amber,9.27,Noun,5,4,2,amber,9.28,1.00,9.28,1.00,none,9.77,none,9.31 ambergris,ambergris,0.20,Noun,9,8,3,ambergris,17.50,0.32,17.50,0.32,none,none,none, ambers,ambers,0.10,Noun,6,5,2,amber,none,none,9.28,1.00,none,9.77,none,9.31 ambiance,ambiance,0.16,Noun,8,7,3,ambiance,14.78,0.95,14.78,0.95,none,none,none, ambidextrous,ambidextrous,0.24,Adjective,12,12,4,ambidextrous,11.84,0.90,11.84,0.90,none,none,none, ambience,ambience,0.73,Noun,8,7,3,ambience,13.28,0.95,13.28,0.95,12.58,none,none, ambient,ambient,0.51,Adjective,7,7,3,ambient,12.80,1.00,12.80,1.00,none,none,none, ambiguities,ambiguities,0.08,Noun,11,11,5,ambiguity,none,none,14.06,1.00,none,none,none, ambiguity,ambiguity,0.27,Noun,9,10,5,ambiguity,14.06,1.00,14.06,1.00,none,none,none, ambiguous,ambiguous,0.73,Adjective,9,9,4,ambiguous,13.67,1.00,13.67,1.00,none,none,none, ambition,ambition,5.35,Noun,8,7,3,ambition,11.29,1.00,11.29,1.00,none,9.54,none, ambitions,ambitions,1.82,Noun,9,8,3,ambition,none,none,11.29,1.00,none,9.54,none, ambitious,ambitious,4.76,Adjective,9,7,3,ambitious,11.05,1.00,11.05,1.00,none,none,none, ambivalence,ambivalence,0.24,Noun,11,10,4,ambivalence,13.37,1.00,13.37,1.00,none,none,none, ambivalent,ambivalent,0.24,Adjective,10,10,4,ambivalent,12.12,0.94,12.12,0.94,none,none,none, amble,amble,0.10,Verb,5,5,2,amble,11.87,0.83,11.87,0.83,9.56,none,none, ambled,ambled,0.04,Verb,6,6,2,amble,none,none,11.87,0.83,9.56,none,none, ambling,ambling,0.02,Verb,7,7,3,amble,none,none,11.87,0.83,9.56,none,none, ambrosia,ambrosia,0.96,Noun,8,7,3,ambrosia,13.82,0.94,13.82,0.94,none,none,none, ambrosial,ambrosial,0.02,Adjective,9,8,3,ambrosial,17.12,0.84,17.12,0.84,none,none,none, ambulance,ambulance,22.41,Noun,9,9,3,ambulance,6.16,1.00,6.16,1.00,none,none,none, ambulances,ambulances,1.25,Noun,10,11,4,ambulance,none,none,6.16,1.00,none,none,none, ambulation,ambulation,0.02,Noun,10,10,4,ambulation,15.36,0.61,15.36,0.61,none,none,none, ambulatory,ambulatory,0.24,Adjective,10,11,5,ambulatory,12.59,0.89,12.59,0.89,none,none,none, ambuscade,ambuscade,Err:512,Err:512,9,8,3,ambuscade,NA,0.00,NA,0.00,none,none,none, ambush,ambush,5.43,Noun,6,5,2,ambush,9.30,1.00,9.30,1.00,none,none,none,11.39 ambushed,ambushed,2.14,Verb,8,6,2,ambush,none,none,9.30,1.00,none,none,none,11.39 ambushes,ambushes,0.06,Noun,8,7,3,ambush,none,none,9.30,1.00,none,none,none,11.39 ambushing,ambushing,0.14,Verb,9,7,3,ambush,none,none,9.30,1.00,none,none,none,11.39 amebas,amoebas,0.02,Noun,6,6,3,amoeba,none,none,12.65,0.89,none,none,none, amebic,amoebic,0.02,Adjective,6,6,3,amoebic,none,none,13.68,0.86,none,none,none, ameliorate,ameliorate,0.04,Verb,10,8,4,ameliorate,13.67,0.47,13.67,0.47,none,none,none, amelioration,amelioration,0.02,Noun,12,10,5,amelioration,16.25,0.44,16.25,0.44,none,none,none, amen,amen,25.98,Interjection,4,4,2,amen,5.80,1.00,5.80,1.00,none,none,none,5.20 amenable,amenable,0.18,Adjective,8,8,4,amenable,14.14,0.78,14.14,0.78,none,none,none, amend,amend,0.75,Verb,5,5,2,amend,11.39,1.00,11.39,1.00,10.23,none,none,10.90 amended,amended,0.37,Verb,7,7,3,amend,none,none,11.39,1.00,10.23,none,none,10.90 amending,amending,0.04,Verb,8,7,3,amend,none,none,11.39,1.00,10.23,none,none,10.90 amendment,amendment,4.10,Noun,9,9,3,amendment,10.06,1.00,10.06,1.00,none,11.70,none, amendments,amendments,0.37,Noun,10,10,3,amendment,none,none,10.06,1.00,none,11.70,none, amends,amends,1.84,Noun,6,6,2,amends,10.16,1.00,10.16,1.00,none,none,none, americanize,americanise,0.02,Verb,11,10,5,americanize,12.44,0.90,12.44,0.90,none,none,none, amethyst,amethyst,0.12,Noun,8,7,3,amethyst,12.22,1.00,12.22,1.00,none,11.13,none, amethysts,amethysts,0.04,Noun,9,8,3,amethyst,none,none,12.22,1.00,none,11.13,none, amiability,amiability,0.02,Noun,10,10,6,amiability,13.25,0.84,13.25,0.84,none,none,none, amiable,amiable,0.59,Adjective,7,7,4,amiable,13.11,0.90,13.11,0.90,none,none,none, amicable,amicable,0.25,Adjective,8,8,4,amicable,12.95,1.00,12.95,1.00,none,none,none, amice,amice,0.02,Noun,5,4,2,amice,12.14,0.39,12.14,0.39,none,none,none, amicus,amicus,0.02,Noun,6,6,3,amicus,15.40,0.50,15.40,0.50,none,none,none, amid,amid,0.88,Preposition,4,4,2,amid,11.45,0.90,11.45,0.90,none,none,none,10.90 amidst,amidst,0.69,Preposition,6,6,2,amidst,10.44,1.00,10.44,1.00,none,none,none,11.90 amino,amino,0.61,Noun,5,5,3,amino,13.78,0.95,13.78,0.95,none,none,none, amiss,amiss,0.75,Adverb,5,4,2,amiss,11.34,0.90,11.34,0.90,none,none,none,11.29 amity,amity,0.53,Noun,5,5,3,amity,13.14,0.67,13.14,0.67,none,12.81,none, ammeter,ammeter,0.02,Noun,7,5,3,ammeter,16.83,0.32,16.83,0.32,none,none,none, ammo,ammo,5.37,Noun,4,3,2,ammo,8.11,1.00,8.11,1.00,none,none,none,10.13 ammonia,ammonia,1.49,Noun,7,6,3,ammonia,11.00,1.00,11.00,1.00,none,none,none, ammonium,ammonium,0.51,Noun,8,7,4,ammonium,12.35,0.89,12.35,0.89,none,none,none, ammos,ammos,0.02,Noun,5,4,2,ammo,none,none,8.11,1.00,none,none,none,10.13 ammunition,ammunition,5.88,Noun,10,9,4,ammunition,9.67,1.00,9.67,1.00,none,none,none, amnesia,amnesia,3.71,Noun,7,6,3,amnesia,10.61,1.00,10.61,1.00,none,none,none, amnesiac,amnesiac,0.04,Adjective,8,8,4,amnesiac,12.64,0.78,12.64,0.78,none,none,none, amnesiacs,amnesiacs,0.02,Noun,9,8,4,amnesiac,none,none,12.64,0.78,none,none,none, amnesias,amnesias,0.02,Noun,8,8,4,amnesia,none,none,10.61,1.00,none,none,none, amnesic,amnesic,0.04,Adjective,7,5,2,amnesic,13.67,0.90,13.67,0.90,none,none,none, amnesty,amnesty,1.33,Noun,7,7,3,amnesty,12.95,1.00,12.95,1.00,none,none,none, amniocentesis,amniocentesis,0.06,Noun,13,13,6,amniocentesis,14.38,0.62,14.38,0.62,none,none,none, amniotic,amniotic,0.27,Adjective,8,8,4,amniotic,13.86,0.78,13.86,0.78,none,none,none, amoeba,amoeba,0.31,Noun,6,5,3,amoeba,12.65,0.89,12.65,0.89,none,none,none, amoebae,amoebae,0.02,Name,7,6,4,amoeba,none,none,12.65,0.89,none,none,none, amoebas,amoebas,0.10,Noun,7,6,3,amoeba,none,none,12.65,0.89,none,none,none, amoebic,amoebic,0.06,Adjective,7,6,3,amoebic,13.68,0.86,13.68,0.86,none,none,none, among,among,33.90,Preposition,5,4,2,among,7.75,1.00,7.75,1.00,none,none,none,7.41 amongst,amongst,7.14,Preposition,7,6,2,amongst,9.01,1.00,9.01,1.00,none,8.09,none, amontillado,amontillado,0.06,Noun,11,10,5,amontillado,14.43,0.37,14.43,0.37,none,none,none, amoral,amoral,0.20,Adjective,6,6,3,amoral,11.70,1.00,11.70,1.00,none,none,none, amorality,amorality,0.04,Noun,9,9,5,amorality,15.00,0.72,15.00,0.72,none,none,none, amorous,amorous,0.92,Adjective,7,5,3,amorous,13.71,0.89,13.71,0.89,none,none,none, amorphous,amorphous,0.14,Adjective,9,7,3,amorphous,14.75,0.80,14.75,0.80,none,none,none, amortization,amortisation,0.14,Noun,12,10,5,amortization,17.33,0.68,17.33,0.68,none,none,none, amortize,amortise,0.08,Verb,8,6,3,amortize,15.88,0.42,15.88,0.42,none,none,none, amortized,amortised,0.10,Verb,9,7,3,amortize,none,none,15.88,0.42,none,none,none, amortizes,amortises,0.02,Verb,9,9,4,amortize,none,none,15.88,0.42,none,none,none, amortizing,amortising,0.04,Verb,10,8,4,amortize,none,none,15.88,0.42,none,none,none, amount,amount,24.75,Noun,6,5,2,amount,6.63,1.00,6.63,1.00,none,7.83,none,7.26 amounted,amounted,0.24,Verb,8,7,3,amount,none,none,6.63,1.00,none,7.83,none,7.26 amounting,amounting,0.06,Verb,9,7,3,amount,none,none,6.63,1.00,none,7.83,none,7.26 amounts,amounts,3.55,Noun,7,6,2,amount,none,none,6.63,1.00,none,7.83,none,7.26 amour,amour,1.86,Noun,5,4,2,amour,12.67,0.90,12.67,0.90,none,none,none, amours,amours,0.12,Noun,6,7,3,amour,none,none,12.67,0.90,none,none,none, amp,amp,1.82,Abbreviation,3,3,1,amp,12.11,1.00,12.11,1.00,none,none,none, amperage,amperage,0.10,Noun,8,6,3,amperage,12.07,0.79,12.07,0.79,none,none,none, ampersand,ampersand,0.06,Noun,9,8,3,ampersand,13.20,0.79,13.20,0.79,none,none,none, amphetamine,amphetamine,0.29,Noun,11,9,4,amphetamine,15.53,0.95,15.53,0.95,none,none,none, amphetamines,amphetamines,0.51,Noun,12,10,4,amphetamine,none,none,15.53,0.95,none,none,none, amphibian,amphibian,0.39,Noun,9,8,4,amphibian,8.33,1.00,8.33,1.00,none,none,none, amphibians,amphibians,0.20,Noun,10,9,4,amphibian,none,none,8.33,1.00,none,none,none, amphibious,amphibious,0.59,Adjective,10,8,4,amphibious,10.88,0.94,10.88,0.94,none,none,none, amphitheater,amphitheatre,0.10,Noun,12,9,5,amphitheater,11.84,1.00,11.84,1.00,none,none,none, amphitheatre,amphitheatre,0.06,Noun,12,9,5,amphitheater,none,none,11.84,1.00,none,none,none, amphora,amphora,0.02,Noun,7,5,3,amphora,15.44,0.47,15.44,0.47,none,none,none, ample,ample,1.82,Adjective,5,5,2,ample,11.63,0.90,11.63,0.90,none,none,none, amplification,amplification,0.16,Noun,13,12,5,amplification,11.40,1.00,11.40,1.00,none,none,none, amplified,amplified,0.31,Verb,9,8,3,amplify,none,none,12.06,1.00,none,none,none, amplifier,amplifier,0.31,Noun,9,8,4,amplifier,11.35,1.00,11.35,1.00,none,none,none, amplifiers,amplifiers,0.12,Noun,10,9,4,amplifier,none,none,11.35,1.00,none,none,none, amplifies,amplifies,0.16,Verb,9,8,3,amplify,none,none,12.06,1.00,none,none,none, amplify,amplify,0.37,Verb,7,7,3,amplify,12.06,1.00,12.06,1.00,none,none,none, amplifying,amplifying,0.14,Verb,10,9,4,amplify,none,none,12.06,1.00,none,none,none, amplitude,amplitude,0.12,Noun,9,8,3,amplitude,12.44,0.95,12.44,0.95,none,12.70,none, amps,amps,0.96,Noun,4,4,1,amp,none,none,12.11,1.00,none,none,none, amputate,amputate,0.86,Verb,8,8,3,amputate,9.60,1.00,9.60,1.00,none,none,none, amputated,amputated,0.47,Verb,9,10,4,amputate,none,none,9.60,1.00,none,none,none, amputates,amputates,0.04,Verb,9,9,3,amputate,none,none,9.60,1.00,none,none,none, amputating,amputating,0.04,Verb,10,10,4,amputate,none,none,9.60,1.00,none,none,none, amputation,amputation,0.84,Noun,10,10,4,amputation,11.89,1.00,11.89,1.00,none,none,none, amputations,amputations,0.14,Noun,11,11,4,amputation,none,none,11.89,1.00,none,none,none, amputee,amputee,0.20,Noun,7,7,3,amputee,11.00,0.95,11.00,0.95,none,none,none, amputees,amputees,0.06,Noun,8,8,3,amputee,none,none,11.00,0.95,none,none,none, amuck,amuck,0.51,Noun,5,4,2,amuck,11.18,0.89,11.18,0.89,none,none,none,12.75 amulet,amulet,2.31,Noun,6,7,3,amulet,11.53,0.89,11.53,0.89,none,none,none, amulets,amulets,0.29,Noun,7,8,3,amulet,none,none,11.53,0.89,none,none,none, amuse,amuse,2.61,Verb,5,5,2,amuse,9.00,0.95,9.00,0.95,none,8.39,none,9.85 amused,amused,2.51,Adjective,6,6,2,amused,7.83,1.00,7.83,1.00,none,none,none, amusement,amusement,3.75,Noun,9,9,3,amusement,8.79,1.00,8.79,1.00,6.53,none,none, amusements,amusements,0.14,Noun,10,10,3,amusement,none,none,8.79,1.00,6.53,none,none, amuses,amuses,0.69,Verb,6,7,3,amuse,none,none,9.00,0.95,none,8.39,none,9.85 amusing,amusing,9.20,Adjective,7,7,3,amusing,8.44,1.00,8.44,1.00,none,none,none, amyl,amyl,0.22,Noun,4,4,2,amyl,15.67,0.17,15.67,0.17,none,none,none, amylase,amylase,0.16,Noun,7,6,3,amylase,18.20,0.53,18.20,0.53,none,none,none, amyls,amyls,0.04,Noun,5,5,2,amyl,none,none,15.67,0.17,none,none,none, an,an,1864.14,Article,2,2,1,a,none,none,2.89,1.00,3.16,none,none, anabolic,anabolic,0.16,Adjective,8,8,4,anabolic,15.53,0.94,15.53,0.94,none,none,none, anachronism,anachronism,0.10,Noun,11,11,5,anachronism,14.30,0.50,14.30,0.50,none,none,none, anachronisms,anachronisms,0.04,Noun,12,12,5,anachronism,none,none,14.30,0.50,none,none,none, anachronistic,anachronistic,0.06,Adjective,13,12,5,anachronistic,15.79,0.74,15.79,0.74,none,none,none, anaconda,anaconda,0.47,Noun,8,8,4,anaconda,10.06,1.00,10.06,1.00,none,none,none, anacondas,anacondas,0.20,Noun,9,9,4,anaconda,none,none,10.06,1.00,none,none,none, anaerobic,anaerobic,0.08,Adjective,9,7,4,anaerobic,13.12,0.84,13.12,0.84,none,none,none, anaesthetize,anaesthetize,0.02,Verb,12,9,4,anaesthetize,14.18,0.94,14.18,0.94,none,none,none, anaesthetizes,anaesthetizes,0.02,Verb,13,11,5,anaesthetize,none,none,14.18,0.94,none,none,none, anagogic,anagogic,0.02,Adjective,8,8,4,anagogic,15.33,0.17,15.33,0.17,none,none,none, anagram,anagram,0.51,Noun,7,7,3,anagram,11.38,0.89,11.38,0.89,none,none,none, anagrams,anagrams,0.24,Noun,8,8,3,anagram,none,none,11.38,0.89,none,none,none, anal,anal,2.71,Adjective,4,4,2,anal,13.17,1.00,13.17,1.00,none,none,none, analeptic,analeptic,0.02,Adjective,9,9,4,analeptic,15.60,0.28,15.60,0.28,none,none,none, analgesia,analgesia,0.06,Noun,9,9,5,analgesia,15.38,0.72,15.38,0.72,none,none,none, analgesic,analgesic,0.10,Noun,9,9,4,analgesic,14.87,0.75,14.87,0.75,none,none,none, analgesics,analgesics,0.06,Noun,10,10,4,analgesic,none,none,14.87,0.75,none,none,none, analog,analogue,0.24,Noun,6,6,3,analog,13.62,0.95,13.62,0.95,none,none,none, analogies,analogies,0.12,Noun,9,8,4,analogy,none,none,11.33,1.00,none,12.07,none, analogous,analogous,0.08,Adjective,9,8,4,analogous,14.40,0.56,14.40,0.56,none,none,none, analogs,analogues,0.06,Verb,7,7,3,analog,none,none,13.62,0.95,none,none,none, analogue,analogue,0.10,Adjective,8,6,3,analogue,12.16,1.00,12.16,1.00,none,none,none, analogues,analogues,0.06,Noun,9,7,3,analogue,none,none,12.16,1.00,none,none,none, analogy,analogy,1.14,Noun,7,7,4,analogy,11.33,1.00,11.33,1.00,none,12.07,none, analyses,analyses,0.14,Noun,8,8,4,analysis,none,none,11.32,1.00,none,none,none, analysis,analysis,11.04,Noun,8,8,4,analysis,11.32,1.00,11.32,1.00,none,none,none, analyst,analyst,3.47,Noun,7,7,3,analyst,11.75,1.00,11.75,1.00,none,none,none, analysts,analysts,1.10,Noun,8,8,3,analyst,none,none,11.75,1.00,none,none,none, analytic,analytic,0.08,Adjective,8,8,4,analytic,12.61,0.95,12.61,0.95,none,none,none, analytical,analytical,0.59,Adjective,10,10,5,analytical,12.44,0.95,12.44,0.95,none,none,none, analyzable,analyzable,0.02,Adjective,10,10,5,analyzable,11.27,0.79,11.27,0.79,none,none,none, analyze,analyse,3.24,Verb,7,6,3,analyze,11.39,1.00,11.39,1.00,none,none,none, analyzed,analysed,2.16,Verb,8,7,3,analyze,none,none,11.39,1.00,none,none,none, analyzer,analyser,0.51,Noun,8,7,4,analyzer,11.37,1.00,11.37,1.00,none,none,none, analyzers,analysers,0.04,Noun,9,8,4,analyzer,none,none,11.37,1.00,none,none,none, analyzes,analyses,0.22,Verb,8,8,4,analyze,none,none,11.39,1.00,none,none,none, analyzing,analysing,1.82,Verb,9,8,4,analyze,none,none,11.39,1.00,none,none,none, anapestic,anapestic,Err:512,Err:512,9,9,4,anapestic,15.67,0.33,15.67,0.33,none,none,none, anaphylactic,anaphylactic,0.53,Adjective,12,11,5,anaphylactic,16.27,0.83,16.27,0.83,none,none,none, anaphylaxis,anaphylaxis,0.06,Noun,11,11,5,anaphylaxis,17.00,0.53,17.00,0.53,none,none,none, anarchic,anarchic,0.04,Adjective,8,7,3,anarchic,14.15,0.72,14.15,0.72,none,none,none, anarchism,anarchism,0.04,Noun,9,9,4,anarchism,12.46,0.72,12.46,0.72,none,none,none, anarchist,anarchist,0.57,Noun,9,7,3,anarchist,12.63,0.95,12.63,0.95,none,none,none, anarchistic,anarchistic,0.02,Adjective,11,10,4,anarchistic,15.95,1.00,15.95,1.00,none,none,none, anarchists,anarchists,0.31,Noun,10,8,3,anarchist,none,none,12.63,0.95,none,none,none, anarchy,anarchy,2.02,Noun,7,5,3,anarchy,13.94,0.95,13.94,0.95,11.68,none,none, anathema,anathema,0.18,Noun,8,7,4,anathema,13.00,0.50,13.00,0.50,none,none,none, anatomic,anatomic,0.08,Adjective,8,8,4,anatomic,12.53,0.94,12.53,0.94,none,none,none, anatomical,anatomical,0.31,Adjective,10,10,5,anatomical,12.05,1.00,12.05,1.00,none,none,none, anatomies,anatomies,0.02,Noun,9,8,4,anatomy,none,none,11.94,1.00,11.41,none,none, anatomist,anatomist,0.06,Noun,9,9,4,anatomist,14.22,0.90,14.22,0.90,none,none,none, anatomize,anatomize,0.04,Verb,9,8,4,anatomize,14.19,0.80,14.19,0.80,none,none,none, anatomy,anatomy,3.20,Noun,7,7,4,anatomy,11.94,1.00,11.94,1.00,11.41,none,none, ancestor,ancestor,1.69,Noun,8,7,3,ancestor,8.61,1.00,8.61,1.00,none,none,none, ancestors,ancestors,5.47,Noun,9,8,3,ancestors,9.01,1.00,9.01,1.00,none,none,none, ancestral,ancestral,0.57,Adjective,9,9,3,ancestral,11.21,0.95,11.21,0.95,none,none,none, ancestry,ancestry,0.47,Noun,8,8,3,ancestry,10.11,1.00,10.11,1.00,none,none,none, anchor,anchor,7.41,Noun,6,4,2,anchor,5.72,1.00,5.72,1.00,none,7.73,none,7.72 anchorage,anchorage,0.71,Noun,9,6,3,anchorage,12.00,0.94,12.00,0.94,none,none,none, anchored,anchored,0.71,Verb,8,5,2,anchor,none,none,5.72,1.00,none,7.73,none,7.72 anchoring,anchoring,0.08,Verb,9,6,3,anchor,none,none,5.72,1.00,none,7.73,none,7.72 anchorite,anchorite,Err:512,Err:512,9,7,3,anchorite,15.00,0.19,15.00,0.19,none,none,none, anchorman,anchorman,0.35,Noun,9,7,3,anchorman,8.06,1.00,8.06,1.00,none,none,none, anchormen,anchormen,0.08,Noun,9,7,3,anchorman,none,none,8.06,1.00,none,none,none, anchors,anchors,0.78,Noun,7,5,2,anchor,none,none,5.72,1.00,none,7.73,none,7.72 anchorwoman,anchorwoman,0.27,Noun,11,9,4,anchorwoman,11.16,1.00,11.16,1.00,none,none,none, anchovies,anchovies,0.98,Noun,9,7,3,anchovy,none,none,9.32,1.00,none,none,none, anchovy,anchovy,0.14,Noun,7,6,3,anchovy,9.32,1.00,9.32,1.00,none,none,none, ancient,ancient,21.67,Adjective,7,6,2,ancient,8.26,1.00,8.26,1.00,none,8.54,none,8.53 ancients,ancients,0.49,Noun,8,7,2,ancient,none,none,8.26,1.00,none,8.54,none,8.53 ancillary,ancillary,0.22,Adjective,9,8,4,ancillary,13.78,0.50,13.78,0.50,none,none,none, and,and,13387.84,Conjunction,3,3,1,and,4.57,0.95,4.57,0.95,3.63,none,3.43, andiron,andiron,0.06,Noun,7,6,3,andiron,12.50,0.53,12.50,0.53,none,none,none, andirons,andirons,0.08,Noun,8,8,3,andiron,none,none,12.50,0.53,none,none,none, androgynous,androgynous,0.12,Adjective,11,10,4,androgynous,15.80,0.75,15.80,0.75,none,none,none, androgyny,androgyny,0.02,Noun,9,9,4,androgyny,16.50,0.78,16.50,0.78,none,none,none, android,android,0.88,Noun,7,6,2,android,13.89,0.95,13.89,0.95,none,none,none,12.43 androids,androids,0.43,Noun,8,7,2,android,none,none,13.89,0.95,none,none,none,12.43 ands,ands,0.41,Noun,4,4,1,and,none,none,4.57,0.95,3.63,none,3.43, anecdotal,anecdotal,0.37,Adjective,9,9,4,anecdotal,12.47,1.00,12.47,1.00,none,none,none, anecdote,anecdote,1.08,Noun,8,7,3,anecdote,14.33,1.00,14.33,1.00,none,12.11,none, anecdotes,anecdotes,0.78,Noun,9,8,3,anecdote,none,none,14.33,1.00,none,12.11,none, anemia,anaemia,0.69,Noun,6,6,4,anemia,12.00,0.95,12.00,0.95,none,none,none, anemic,anaemic,0.63,Adjective,6,6,3,anemic,13.42,0.95,13.42,0.95,none,none,none, anemone,anemone,0.25,Noun,7,6,3,anemone,13.07,0.83,13.07,0.83,none,none,none, anemones,anemones,0.24,Noun,8,7,3,anemone,none,none,13.07,0.83,none,none,none, anent,anent,Err:512,Err:512,5,5,2,anent,17.00,0.05,17.00,0.05,none,none,none, aneroid,aneroid,0.12,Noun,7,6,3,aneroid,11.80,0.24,11.80,0.24,none,none,none, anesthesia,anaesthesia,1.98,Noun,10,8,4,anesthesia,12.53,1.00,12.53,1.00,none,none,none, anesthesiologist,anaesthesiologist,0.53,Noun,16,15,7,anesthesiologist,13.00,0.94,13.00,0.94,none,none,none, anesthesiologists,anaesthesiologists,0.02,Noun,17,16,7,anesthesiologist,none,none,13.00,0.94,none,none,none, anesthetic,anaesthetic,1.33,Adjective,10,9,4,anesthetic,13.05,0.95,13.05,0.95,none,none,none, anesthetics,anaesthetics,0.18,Noun,11,10,4,anesthetic,none,none,13.05,0.95,none,none,none, anesthetist,anaesthetist,0.12,Noun,11,10,4,anesthetist,13.28,0.95,13.28,0.95,none,none,none, anesthetists,anaesthetists,0.04,Noun,12,11,4,anesthetist,none,none,13.28,0.95,none,none,none, anesthetize,anaesthetise,0.27,Verb,11,9,4,anesthetize,12.78,0.82,12.78,0.82,none,none,none, anesthetized,anaesthetised,0.22,Verb,12,10,4,anesthetize,none,none,12.78,0.82,none,none,none, anesthetizing,anaesthetising,0.02,Verb,13,11,5,anesthetize,none,none,12.78,0.82,none,none,none, aneurism,aneurism,0.12,Noun,8,9,4,aneurism,15.22,0.95,15.22,0.95,none,none,none, aneurysm,aneurysm,1.98,Noun,8,9,4,aneurysm,15.05,0.95,15.05,0.95,none,none,none, aneurysms,aneurysms,0.14,Noun,9,10,4,aneurysm,none,none,15.05,0.95,none,none,none, anew,anew,0.86,Adverb,4,3,2,anew,10.58,1.00,10.58,1.00,none,none,none,11.29 angel,angel,78.27,Noun,5,5,2,angel,4.00,1.00,4.00,1.00,none,4.99,none,4.80 angelfish,angelfish,0.10,Noun,9,8,3,angelfish,7.42,0.95,7.42,0.95,none,none,none, angelic,angelic,0.57,Adjective,7,7,3,angelic,8.33,1.00,8.33,1.00,none,none,none, angelical,angelical,0.02,Adjective,9,9,4,angelical,11.37,1.00,11.37,1.00,none,none,none, angels,angels,14.59,Noun,6,6,2,angel,none,none,4.00,1.00,none,4.99,none,4.80 anger,anger,19.43,Noun,5,4,2,anger,6.00,1.00,6.00,1.00,5.37,none,none,6.06 angered,angered,0.55,Verb,7,5,2,anger,none,none,6.00,1.00,5.37,none,none,6.06 angering,angering,0.08,Verb,8,6,3,anger,none,none,6.00,1.00,5.37,none,none,6.06 angers,angers,0.37,Verb,6,5,2,anger,none,none,6.00,1.00,5.37,none,none,6.06 angina,angina,0.90,Noun,6,6,3,angina,15.86,0.74,15.86,0.74,none,none,none, angiogram,angiogram,0.39,Noun,9,9,4,angiogram,15.00,0.71,15.00,0.71,none,none,none, angiography,angiography,0.06,Noun,11,10,5,angiography,15.67,0.47,15.67,0.47,none,none,none, angioplasty,angioplasty,0.31,Noun,11,11,5,angioplasty,17.27,0.83,17.27,0.83,none,none,none, angle,angle,14.92,Noun,5,5,2,angle,8.05,1.00,8.05,1.00,none,none,none,7.41 angled,angled,0.24,Verb,6,6,2,angle,none,none,8.05,1.00,none,none,none,7.41 angler,angler,0.37,Noun,6,5,2,angler,11.53,1.00,11.53,1.00,none,none,none, anglers,anglers,0.04,Noun,7,6,2,angler,none,none,11.53,1.00,none,none,none, angles,angles,3.22,Noun,6,6,2,angle,none,none,8.05,1.00,none,none,none,7.41 angleworm,angleworm,0.02,Noun,9,8,3,angleworm,10.23,0.68,10.23,0.68,none,none,none, angling,angling,0.43,Verb,7,6,2,angle,none,none,8.05,1.00,none,none,none,7.41 anglophile,anglophile,0.14,Noun,10,8,3,anglophile,17.11,0.47,17.11,0.47,none,none,none, angora,angora,0.41,Noun,6,6,3,angora,15.12,0.89,15.12,0.89,none,none,none, angrier,angrier,0.73,Adjective,7,6,3,angry,none,none,4.45,1.00,4.98,5.09,none,5.08 angriest,angriest,0.16,Adjective,8,8,3,angry,none,none,4.45,1.00,4.98,5.09,none,5.08 angry,angry,58.98,Adjective,5,5,2,angry,4.45,1.00,4.45,1.00,4.98,5.09,none,5.08 angst,angst,0.92,Noun,5,5,1,angst,13.12,0.84,13.12,0.84,none,none,none, anguish,anguish,2.16,Noun,7,6,2,anguish,11.54,0.98,11.54,0.98,none,10.49,none,12.11 anguished,anguished,0.25,Adjective,9,7,2,anguished,12.06,0.94,12.06,0.94,none,none,none, anguishes,anguishes,0.02,Noun,9,8,3,anguish,none,none,11.54,0.98,none,10.49,none,12.11 angular,angular,0.14,Adjective,7,7,3,angular,11.32,1.00,11.32,1.00,none,none,none, anhydride,anhydride,0.02,Noun,9,8,3,anhydride,16.78,0.50,16.78,0.50,none,none,none, aniline,aniline,0.12,Noun,7,6,3,aniline,16.80,0.28,16.80,0.28,none,none,none, animal,animal,45.49,Noun,6,6,3,animal,2.89,1.00,2.89,1.00,none,4.62,none, animalistic,animalistic,0.10,Adjective,11,11,5,animalistic,12.58,1.00,12.58,1.00,none,none,none, animals,animals,39.08,Noun,7,7,3,animal,none,none,2.89,1.00,none,4.62,none, animate,animate,0.06,Adjective,7,6,3,animate,8.53,1.00,8.53,1.00,none,none,none, animated,animated,1.20,Adjective,8,8,4,animated,7.00,1.00,7.00,1.00,none,none,none, animates,animates,0.04,Verb,8,7,3,animate,none,none,8.53,1.00,none,none,none, animation,animation,1.22,Noun,9,8,4,animation,8.53,1.00,8.53,1.00,none,none,none, animations,animations,0.02,Noun,10,9,4,animation,none,none,8.53,1.00,none,none,none, animator,animator,0.04,Noun,8,7,4,animator,10.16,1.00,10.16,1.00,none,none,none, animators,animators,0.02,Noun,9,8,4,animator,none,none,10.16,1.00,none,none,none, anime,anime,0.12,Noun,5,4,2,anime,13.94,0.95,13.94,0.95,none,none,none, animosities,animosities,0.04,Noun,11,10,5,animosity,none,none,12.58,1.00,none,none,none, animosity,animosity,0.61,Noun,9,9,5,animosity,12.58,1.00,12.58,1.00,none,none,none, animus,animus,0.10,Noun,6,6,3,animus,15.08,0.72,15.08,0.72,none,none,none, anion,anion,0.02,Noun,5,5,3,anion,13.44,0.50,13.44,0.50,none,none,none, anions,anions,0.04,Noun,6,6,3,anion,none,none,13.44,0.50,none,none,none, anise,anise,0.06,Noun,5,4,2,anise,14.08,0.68,14.08,0.68,none,none,none, anisette,anisette,0.04,Noun,8,6,3,anisette,16.60,0.26,16.60,0.26,none,none,none, ankh,ankh,0.33,Noun,4,3,1,ankh,14.80,0.48,14.80,0.48,none,none,none, ankhs,ankhs,0.02,Noun,5,4,1,ankh,none,none,14.80,0.48,none,none,none, ankle,ankle,8.02,Noun,5,5,2,ankle,4.89,1.00,4.89,1.00,none,5.41,none,5.74 anklebone,anklebone,0.02,Noun,9,8,3,anklebone,7.35,1.00,7.35,1.00,none,none,none, ankles,ankles,4.29,Noun,6,6,2,ankle,none,none,4.89,1.00,none,5.41,none,5.74 anklet,anklet,0.41,Noun,6,6,2,anklet,9.06,0.89,9.06,0.89,none,none,none, anklets,anklets,0.14,Noun,7,7,2,anklet,none,none,9.06,0.89,none,none,none, annals,annals,0.65,Noun,6,5,2,annals,14.27,0.79,14.27,0.79,none,none,none,13.18 annatto,annatto,0.02,Noun,7,5,3,annatto,14.71,0.39,14.71,0.39,none,none,none, annex,annex,0.84,Noun,5,5,2,annex,12.53,1.00,12.53,1.00,none,10.54,none,12.11 annexation,annexation,0.14,Noun,10,9,4,annexation,13.85,0.72,13.85,0.72,none,none,none, annexed,annexed,0.14,Verb,7,6,2,annex,none,none,12.53,1.00,none,10.54,none,12.11 annexes,annexes,0.02,Verb,7,7,3,annex,none,none,12.53,1.00,none,10.54,none,12.11 annexing,annexing,0.06,Verb,8,7,3,annex,none,none,12.53,1.00,none,10.54,none,12.11 annihilate,annihilate,0.71,Verb,10,7,4,annihilate,11.32,1.00,11.32,1.00,none,none,none, annihilated,annihilated,0.63,Verb,11,9,5,annihilate,none,none,11.32,1.00,none,none,none, annihilates,annihilates,0.02,Verb,11,8,4,annihilate,none,none,11.32,1.00,none,none,none, annihilating,annihilating,0.14,Verb,12,9,5,annihilate,none,none,11.32,1.00,none,none,none, annihilation,annihilation,0.80,Noun,12,9,5,annihilation,12.06,0.94,12.06,0.94,none,none,none, anniversaries,anniversaries,0.55,Noun,13,9,5,anniversary,none,none,7.33,1.00,none,none,none, anniversary,anniversary,18.41,Noun,11,8,5,anniversary,7.33,1.00,7.33,1.00,none,none,none, annotate,annotate,0.06,Verb,8,6,3,annotate,15.12,0.94,15.12,0.94,none,none,none, annotating,annotating,0.02,Verb,10,8,4,annotate,none,none,15.12,0.94,none,none,none, annotator,annotator,Err:512,Err:512,9,8,4,annotator,15.44,0.84,15.44,0.84,none,none,none, announce,announce,9.76,Verb,8,5,2,announce,9.48,1.00,9.48,1.00,7.60,none,none,8.96 announced,announced,5.67,Verb,9,6,2,announce,none,none,9.48,1.00,7.60,none,none,8.96 announcement,announcement,10.29,Noun,12,9,3,announcement,7.75,1.00,7.75,1.00,none,9.19,none, announcements,announcements,1.33,Noun,13,10,3,announcement,none,none,7.75,1.00,none,9.19,none, announcer,announcer,11.25,Noun,9,6,3,announcer,6.85,1.00,6.85,1.00,none,none,none, announcers,announcers,0.12,Noun,10,7,3,announcer,none,none,6.85,1.00,none,none,none, announces,announces,1.14,Verb,9,7,3,announce,none,none,9.48,1.00,7.60,none,none,8.96 announcing,announcing,2.49,Verb,10,7,3,announce,none,none,9.48,1.00,7.60,none,none,8.96 annoy,annoy,2.51,Verb,5,3,2,annoy,7.22,1.00,7.22,1.00,5.74,none,none,6.97 annoyance,annoyance,0.49,Noun,9,6,3,annoyance,9.47,1.00,9.47,1.00,7.31,none,none, annoyances,annoyances,0.12,Noun,10,8,4,annoyance,none,none,9.47,1.00,7.31,none,none, annoyed,annoyed,3.43,Adjective,7,4,2,annoyed,7.72,1.00,7.72,1.00,none,none,none, annoyer,annoyer,0.02,Noun,7,4,3,annoyer,9.47,0.85,9.47,0.85,none,none,none, annoying,annoying,11.12,Adjective,8,5,3,annoying,6.52,1.00,6.52,1.00,none,none,none, annoys,annoys,0.61,Verb,6,4,2,annoy,none,none,7.22,1.00,5.74,none,none,6.97 annual,annual,7.20,Adjective,6,6,3,annual,9.26,1.00,9.26,1.00,none,8.69,none, annuals,annuals,0.04,Noun,7,6,3,annual,none,none,9.26,1.00,none,8.69,none, annuities,annuities,0.10,Noun,9,7,4,annuity,none,none,15.88,0.81,none,none,none, annuity,annuity,0.35,Noun,7,6,4,annuity,15.88,0.81,15.88,0.81,none,none,none, annul,annul,0.51,Verb,5,4,2,annul,12.65,0.89,12.65,0.89,none,none,none, annular,annular,0.02,Adjective,7,6,3,annular,14.15,0.68,14.15,0.68,none,none,none, annulled,annulled,0.82,Verb,8,5,2,annul,none,none,12.65,0.89,none,none,none, annulling,annulling,0.04,Verb,9,6,3,annul,none,none,12.65,0.89,none,none,none, annulment,annulment,1.49,Noun,9,8,3,annulment,12.37,1.00,12.37,1.00,none,none,none, annulments,annulments,0.02,Noun,10,9,3,annulment,none,none,12.37,1.00,none,none,none, annuls,annuls,0.02,Noun,6,6,2,annul,none,none,12.65,0.89,none,none,none, annunciation,annunciation,0.02,Noun,12,10,5,annunciation,12.00,1.00,12.00,1.00,none,none,none, anode,anode,0.16,Noun,5,4,2,anode,15.00,0.75,15.00,0.75,none,none,none, anodic,anodic,Err:512,Err:512,6,6,3,anodic,14.00,0.10,14.00,0.10,none,none,none, anodized,anodized,0.06,Adjective,8,7,3,anodized,14.44,0.47,14.44,0.47,none,none,none, anodyne,anodyne,0.02,Adjective,7,6,3,anodyne,15.10,0.56,15.10,0.56,none,none,none, anoint,anoint,0.20,Verb,6,5,2,anoint,9.25,0.89,9.25,0.89,none,none,none, anointed,anointed,0.75,Adjective,8,7,3,anointed,12.56,0.89,12.56,0.89,none,none,none, anoints,anoints,0.02,Verb,7,6,2,anoint,none,none,9.25,0.89,none,none,none, anomalies,anomalies,0.75,Noun,9,8,4,anomaly,none,none,12.44,0.89,none,none,none, anomalous,anomalous,0.33,Adjective,9,8,4,anomalous,15.10,0.53,15.10,0.53,none,none,none, anomaly,anomaly,1.24,Noun,7,7,4,anomaly,12.44,0.89,12.44,0.89,none,none,none, anonymity,anonymity,0.90,Noun,9,9,5,anonymity,13.44,1.00,13.44,1.00,none,none,none, anonymous,anonymous,8.41,Adjective,9,8,4,anonymous,10.26,1.00,10.26,1.00,none,none,none, anorectic,anorectic,0.04,Adjective,9,9,4,anorectic,14.80,0.50,14.80,0.50,none,none,none, anorexia,anorexia,0.25,Noun,8,8,5,anorexia,13.11,0.95,13.11,0.95,none,none,none, anorexic,anorexic,0.57,Adjective,8,8,4,anorexic,12.06,0.94,12.06,0.94,none,none,none, anorexics,anorexics,0.08,Noun,9,9,4,anorexic,none,none,12.06,0.94,none,none,none, anosmatic,anosmatic,0.02,Adjective,9,9,4,anosmatic,14.67,0.33,14.67,0.33,none,none,none, another,another,509.22,Determiner,7,5,3,another,5.05,1.00,5.05,1.00,4.87,none,none, anoxia,anoxia,0.12,Noun,6,7,4,anoxia,14.83,0.32,14.83,0.32,none,none,none, answer,answer,176.20,Verb,6,4,2,answer,5.43,1.00,5.43,1.00,none,5.98,none,5.37 answerable,answerable,0.18,Adjective,10,8,4,answerable,9.35,0.94,9.35,0.94,none,none,none, answered,answered,15.20,Verb,8,5,2,answer,none,none,5.43,1.00,none,5.98,none,5.37 answering,answering,14.02,Verb,9,6,3,answer,none,none,5.43,1.00,none,5.98,none,5.37 answers,answers,29.94,Noun,7,5,2,answer,none,none,5.43,1.00,none,5.98,none,5.37 ant,ant,5.35,Noun,3,3,1,ant,4.32,1.00,4.32,1.00,none,none,3.56, antacid,antacid,0.31,Noun,7,7,3,antacid,12.89,0.95,12.89,0.95,none,none,none, antacids,antacids,0.20,Noun,8,8,3,antacid,none,none,12.89,0.95,none,none,none, antagonism,antagonism,0.22,Noun,10,11,5,antagonism,11.81,0.89,11.81,0.89,none,12.43,none, antagonist,antagonist,0.25,Noun,10,10,4,antagonist,11.17,1.00,11.17,1.00,none,none,none, antagonistic,antagonistic,0.43,Adjective,12,12,5,antagonistic,13.94,0.89,13.94,0.89,none,none,none, antagonists,antagonists,0.16,Noun,11,11,4,antagonist,none,none,11.17,1.00,none,none,none, antagonize,antagonise,0.53,Verb,10,9,4,antagonize,12.28,1.00,12.28,1.00,none,none,none, antagonized,antagonised,0.08,Verb,11,10,4,antagonize,none,none,12.28,1.00,none,none,none, antagonizes,antagonises,0.04,Verb,11,11,5,antagonize,none,none,12.28,1.00,none,none,none, antagonizing,antagonising,0.22,Verb,12,11,5,antagonize,none,none,12.28,1.00,none,none,none, ante,ante,2.18,Unclassified,4,4,2,ante,11.70,0.91,11.70,0.91,none,none,none,12.53 anteater,anteater,0.22,Noun,8,6,3,anteater,8.50,0.95,8.50,0.95,none,none,none, antebellum,antebellum,0.10,Noun,10,9,4,antebellum,17.50,0.74,17.50,0.74,none,none,none, antecedent,antecedent,0.06,Adjective,10,10,4,antecedent,15.29,0.74,15.29,0.74,none,none,none, antecedents,antecedents,0.10,Noun,11,11,4,antecedent,none,none,15.29,0.74,none,none,none, antechamber,antechamber,0.08,Noun,11,9,4,antechamber,15.77,0.68,15.77,0.68,none,none,none, anted,anted,0.02,Verb,5,5,2,ante,none,none,11.70,0.91,none,none,none,12.53 antediluvian,antediluvian,0.08,Adjective,12,12,6,antediluvian,14.89,0.47,14.89,0.47,none,none,none, anteing,anteing,0.02,Verb,7,6,3,ante,none,none,11.70,0.91,none,none,none,12.53 antelope,antelope,0.98,Noun,8,7,3,antelope,8.39,1.00,8.39,1.00,8.25,none,none, antelopes,antelopes,0.04,Noun,9,8,3,antelope,none,none,8.39,1.00,8.25,none,none, antenatal,antenatal,0.04,Adjective,9,9,4,antenatal,17.50,0.42,17.50,0.42,none,none,none, antenna,antenna,2.39,Noun,7,6,3,antenna,7.05,1.00,7.05,1.00,none,none,none, antennae,antennae,0.55,Noun,8,6,3,antenna,none,none,7.05,1.00,none,none,none, antennas,antennas,0.43,Noun,8,7,3,antenna,none,none,7.05,1.00,none,none,none, anterior,anterior,0.94,Adjective,8,7,4,anterior,14.12,0.94,14.12,0.94,none,none,none, anteroom,anteroom,0.16,Noun,8,7,3,anteroom,15.58,0.67,15.58,0.67,none,12.30,none, anterooms,anterooms,0.04,Noun,9,8,3,anteroom,none,none,15.58,0.67,none,12.30,none, antes,antes,0.04,Noun,5,5,2,ante,none,none,11.70,0.91,none,none,none,12.53 anthem,anthem,1.88,Noun,6,5,2,anthem,9.44,1.00,9.44,1.00,none,10.17,none,7.41 anthems,anthems,0.06,Noun,7,6,2,anthem,none,none,9.44,1.00,none,10.17,none,7.41 anther,anther,0.04,Noun,6,5,2,anther,11.67,0.47,11.67,0.47,none,none,none, anthers,anthers,0.02,Noun,7,6,2,anther,none,none,11.67,0.47,none,none,none, anthill,anthill,0.57,Noun,7,6,2,anthill,7.00,0.89,7.00,0.89,none,none,none, anthills,anthills,0.12,Noun,8,7,2,anthill,none,none,7.00,0.89,none,none,none, anthologies,anthologies,0.02,Noun,11,9,4,anthology,none,none,14.47,0.94,none,none,none, anthology,anthology,0.27,Noun,9,8,4,anthology,14.47,0.94,14.47,0.94,none,none,none, anthracite,anthracite,0.06,Noun,10,8,3,anthracite,14.10,0.56,14.10,0.56,none,none,none, anthrax,anthrax,1.29,Noun,7,7,2,anthrax,14.26,1.00,14.26,1.00,none,none,none,12.32 anthropoid,anthropoid,0.06,Noun,10,8,3,anthropoid,14.33,0.79,14.33,0.79,none,none,none, anthropological,anthropological,0.51,Adjective,15,14,6,anthropological,14.88,0.84,14.88,0.84,none,none,none, anthropologist,anthropologist,1.04,Noun,14,13,5,anthropologist,12.56,0.95,12.56,0.95,none,none,none, anthropologists,anthropologists,0.18,Noun,15,14,5,anthropologist,none,none,12.56,0.95,none,none,none, anthropology,anthropology,1.31,Noun,12,11,5,anthropology,14.61,1.00,14.61,1.00,12.47,none,none, anti,anti,0.51,Adjective,4,4,2,anti,9.37,1.00,9.37,1.00,none,none,none, antiaircraft,antiaircraft,0.49,Noun,12,11,4,antiaircraft,12.06,1.00,12.06,1.00,none,none,none, antibacterial,antibacterial,0.33,Adjective,13,13,6,antibacterial,11.65,0.94,11.65,0.94,none,none,none, antibiotic,antibiotic,0.65,Noun,10,10,5,antibiotic,9.53,1.00,9.53,1.00,none,none,none, antibiotics,antibiotics,3.67,Noun,11,11,5,antibiotics,9.55,1.00,9.55,1.00,none,none,none, antibodies,antibodies,0.59,Noun,10,9,4,antibody,none,none,12.47,1.00,none,none,none, antibody,antibody,0.25,Noun,8,8,4,antibody,12.47,1.00,12.47,1.00,none,none,none, antic,antic,0.08,Adjective,5,5,2,antic,11.65,0.81,11.65,0.81,none,none,none, antichrist,antichrist,0.96,Noun,10,9,3,antichrist,12.79,1.00,12.79,1.00,none,none,none, antichrists,antichrists,0.02,Noun,11,10,3,antichrist,none,none,12.79,1.00,none,none,none, anticipate,anticipate,2.53,Verb,10,9,4,anticipate,10.60,1.00,10.60,1.00,9.95,none,none, anticipated,anticipated,2.63,Verb,11,11,5,anticipate,none,none,10.60,1.00,9.95,none,none, anticipates,anticipates,0.14,Verb,11,10,4,anticipate,none,none,10.60,1.00,9.95,none,none, anticipating,anticipating,1.04,Verb,12,11,5,anticipate,none,none,10.60,1.00,9.95,none,none, anticipation,anticipation,2.49,Noun,12,11,5,anticipation,10.00,1.00,10.00,1.00,none,11.22,none, anticipations,anticipations,0.02,Noun,13,12,5,anticipation,none,none,10.00,1.00,none,11.22,none, anticipatory,anticipatory,0.12,Adjective,12,12,6,anticipatory,13.94,0.94,13.94,0.94,none,none,none, anticlimactic,anticlimactic,0.20,Adjective,13,13,5,anticlimactic,14.17,0.90,14.17,0.90,none,none,none, anticlimax,anticlimax,0.08,Noun,10,11,4,anticlimax,14.88,0.85,14.88,0.85,none,none,none, anticline,anticline,0.02,Noun,9,8,3,anticline,10.67,0.16,10.67,0.16,none,none,none, anticoagulant,anticoagulant,0.06,Noun,13,14,6,anticoagulant,14.53,0.94,14.53,0.94,none,none,none, anticoagulants,anticoagulants,0.02,Noun,14,15,6,anticoagulant,none,none,14.53,0.94,none,none,none, anticoagulation,anticoagulation,0.04,Noun,15,15,7,anticoagulation,16.36,0.78,16.36,0.78,none,none,none, anticommunism,anticommunism,0.02,Noun,13,14,6,anticommunism,13.53,0.85,13.53,0.85,none,none,none, anticommunist,anticommunist,0.02,Noun,13,13,5,anticommunist,12.89,0.95,12.89,0.95,none,none,none, anticorrosive,anticorrosive,0.02,Adjective,13,11,5,anticorrosive,13.61,1.00,13.61,1.00,none,none,none, antics,antics,0.98,Noun,6,6,2,antics,9.56,1.00,9.56,1.00,none,none,none, antidemocratic,antidemocratic,0.02,Adjective,14,14,6,antidemocratic,13.69,0.80,13.69,0.80,none,none,none, antidepressant,antidepressant,0.35,Noun,14,13,5,antidepressant,14.05,1.00,14.05,1.00,none,none,none, antidepressants,antidepressants,0.71,Noun,15,14,5,antidepressant,none,none,14.05,1.00,none,none,none, antidotal,antidotal,0.02,Adjective,9,9,4,antidotal,14.69,0.72,14.69,0.72,none,none,none, antidote,antidote,4.33,Noun,8,7,3,antidote,10.11,1.00,10.11,1.00,none,none,none, antidotes,antidotes,0.18,Noun,9,8,3,antidote,none,none,10.11,1.00,none,none,none, antiestablishment,antiestablishment,0.06,Noun,17,16,6,antiestablishment,14.85,1.00,14.85,1.00,none,none,none, antifascist,antifascist,0.02,Noun,11,10,4,antifascist,15.77,0.68,15.77,0.68,none,none,none, antifeminist,antifeminist,0.04,Noun,12,12,5,antifeminist,12.62,0.89,12.62,0.89,none,none,none, antifreeze,antifreeze,0.31,Noun,10,8,3,antifreeze,10.05,1.00,10.05,1.00,none,none,none, antifungal,antifungal,0.02,Adjective,10,10,4,antifungal,12.00,1.00,12.00,1.00,none,none,none, antigen,antigen,0.37,Noun,7,7,3,antigen,13.64,0.58,13.64,0.58,none,none,none, antigens,antigens,0.12,Noun,8,8,3,antigen,none,none,13.64,0.58,none,none,none, antigovernment,antigovernment,0.08,Noun,14,12,5,antigovernment,12.35,0.94,12.35,0.94,none,none,none, antigravity,antigravity,0.55,Noun,11,11,5,antigravity,11.37,1.00,11.37,1.00,none,none,none, antigun,antigun,0.02,Noun,7,7,3,antigun,13.57,0.70,13.57,0.70,none,none,none, antihistamine,antihistamine,0.24,Noun,13,12,5,antihistamine,12.93,0.78,12.93,0.78,none,none,none, antihistamines,antihistamines,0.20,Noun,14,13,5,antihistamine,none,none,12.93,0.78,none,none,none, antihuman,antihuman,0.02,Noun,9,10,4,antihuman,11.08,0.67,11.08,0.67,none,none,none, antimatter,antimatter,0.20,Noun,10,7,4,antimatter,14.84,0.95,14.84,0.95,none,none,none, antimilitary,antimilitary,0.02,Adjective,12,12,6,antimilitary,12.75,0.89,12.75,0.89,none,none,none, antimissile,antimissile,0.04,Adjective,11,9,4,antimissile,14.71,0.85,14.71,0.85,none,none,none, antimony,antimony,0.02,Noun,8,8,4,antimony,12.11,0.50,12.11,0.50,none,none,none, antinuclear,antinuclear,0.02,Adjective,11,10,5,antinuclear,13.19,0.80,13.19,0.80,none,none,none, antioxidant,antioxidant,0.02,Noun,11,12,5,antioxidant,14.52,1.00,14.52,1.00,none,none,none, antioxidants,antioxidants,0.12,Noun,12,13,5,antioxidant,none,none,14.52,1.00,none,none,none, antipasto,antipasto,0.16,Noun,9,9,4,antipasto,16.30,0.56,16.30,0.56,none,none,none, antipathy,antipathy,0.08,Noun,9,8,4,antipathy,13.25,0.44,13.25,0.44,none,none,none, antipersonnel,antipersonnel,0.10,Verb,13,11,5,antipersonnel,12.95,1.00,12.95,1.00,none,none,none, antiperspirant,antiperspirant,0.14,Noun,14,13,5,antiperspirant,11.26,1.00,11.26,1.00,none,none,none, antiphonal,antiphonal,Err:512,Err:512,10,9,4,antiphonal,16.00,0.29,16.00,0.29,none,none,none, antipsychotic,antipsychotic,0.12,Adjective,13,11,5,antipsychotic,13.71,0.89,13.71,0.89,none,none,none, antiquarian,antiquarian,0.04,Noun,11,11,5,antiquarian,13.82,0.58,13.82,0.58,none,none,none, antiquated,antiquated,0.55,Adjective,10,10,4,antiquated,13.57,0.70,13.57,0.70,none,none,none, antique,antique,6.06,Adjective,7,5,2,antique,8.05,1.00,8.05,1.00,none,8.71,none,8.62 antiques,antiques,2.69,Noun,8,6,2,antiques,11.05,1.00,11.05,1.00,none,none,none, antiquities,antiquities,0.51,Noun,11,10,4,antiquity,none,none,13.18,0.85,none,none,none, antiquity,antiquity,0.27,Noun,9,9,4,antiquity,13.18,0.85,13.18,0.85,none,none,none, antiseptic,antiseptic,0.86,Adjective,10,10,4,antiseptic,9.95,0.95,9.95,0.95,none,none,none, antiseptics,antiseptics,0.06,Noun,11,11,4,antiseptics,10.78,1.00,10.78,1.00,none,none,none, antiserum,antiserum,0.18,Noun,9,9,4,antiserum,13.80,0.79,13.80,0.79,none,none,none, antislavery,antislavery,0.02,Adjective,11,11,5,antislavery,11.06,1.00,11.06,1.00,none,none,none, antisocial,antisocial,0.80,Adjective,10,9,4,antisocial,11.47,1.00,11.47,1.00,none,none,none, antispasmodic,antispasmodic,0.02,Adjective,13,13,5,antispasmodic,16.00,0.61,16.00,0.61,none,none,none, antitank,antitank,0.10,Adjective,8,8,3,antitank,13.80,0.56,13.80,0.56,none,none,none, antithesis,antithesis,0.31,Noun,10,9,4,antithesis,13.38,0.84,13.38,0.84,none,none,none, antithetical,antithetical,0.04,Adjective,12,11,5,antithetical,14.90,0.56,14.90,0.56,none,none,none, antitoxin,antitoxin,0.35,Noun,9,10,4,antitoxin,13.57,0.78,13.57,0.78,none,none,none, antitrust,antitrust,0.24,Noun,9,9,3,antitrust,14.88,0.89,14.88,0.89,none,none,none, antivenin,antivenin,0.06,Noun,9,9,4,antivenin,13.79,0.70,13.79,0.70,none,none,none, antiviral,antiviral,0.02,Adjective,9,9,4,antiviral,15.11,1.00,15.11,1.00,none,none,none, antivirus,antivirus,0.02,Noun,9,9,4,antivirus,13.24,1.00,13.24,1.00,none,none,none, antivivisection,antivivisection,0.04,Noun,15,13,6,antivivisection,16.11,0.50,16.11,0.50,none,none,none, antivivisectionist,antivivisectionist,0.02,Noun,18,18,8,antivivisectionist,15.00,0.24,15.00,0.24,none,none,none, antiwar,antiwar,0.31,Noun,7,7,3,antiwar,12.42,1.00,12.42,1.00,none,none,none, antler,antler,0.29,Noun,6,5,2,antler,6.39,1.00,6.39,1.00,none,none,none, antlers,antlers,0.90,Noun,7,6,2,antler,none,none,6.39,1.00,none,none,none, ants,ants,7.16,Noun,4,4,1,ant,none,none,4.32,1.00,none,none,3.56, antsy,antsy,0.63,Noun,5,5,2,antsy,9.06,1.00,9.06,1.00,none,none,none,10.13 anus,anus,1.10,Noun,4,4,2,anus,11.17,1.00,11.17,1.00,none,none,none, anuses,anuses,0.02,Noun,6,7,3,anus,none,none,11.17,1.00,none,none,none, anvil,anvil,0.63,Noun,5,5,2,anvil,10.79,1.00,10.79,1.00,none,none,none,11.49 anvils,anvils,0.16,Noun,6,6,2,anvil,none,none,10.79,1.00,none,none,none,11.49 anxieties,anxieties,0.53,Noun,9,8,4,anxiety,none,none,8.17,1.00,9.83,none,none, anxiety,anxiety,6.76,Noun,7,7,4,anxiety,8.17,1.00,8.17,1.00,9.83,none,none, anxious,anxious,14.10,Adjective,7,6,2,anxious,10.21,1.00,10.21,1.00,8.86,9.64,none,9.31 any,any,1099.37,Determiner,3,3,2,any,6.00,1.00,6.00,1.00,4.50,none,none,5.14 anybodies,anybodies,0.02,Noun,9,8,4,anybody,none,none,5.11,1.00,none,6.20,none, anybody,anybody,226.92,Pronoun,7,7,4,anybody,5.11,1.00,5.11,1.00,none,6.20,none, anyhow,anyhow,15.16,Adverb,6,5,3,anyhow,7.75,1.00,7.75,1.00,6.09,none,none, anyone,anyone,255.25,Pronoun,6,6,3,anyone,5.36,0.95,5.36,0.95,5.01,none,none, anything,anything,907.25,Pronoun,8,6,3,anything,6.12,1.00,6.12,1.00,4.87,none,none, anytime,anytime,24.47,Noun,7,6,3,anytime,5.89,1.00,5.89,1.00,none,none,none, anyway,anyway,238.51,Adverb,6,5,3,anyway,6.31,1.00,6.31,1.00,5.53,none,none, anyways,anyways,8.71,Noun,7,6,3,anyway,none,none,6.31,1.00,5.53,none,none, aorta,aorta,1.53,Noun,5,5,3,aorta,13.06,0.84,13.06,0.84,none,none,none, aortal,aortal,0.02,Adjective,6,6,3,aortal,13.85,0.72,13.85,0.72,none,none,none, aortic,aortic,0.47,Adjective,6,6,3,aortic,13.12,0.89,13.12,0.89,none,none,none, apache,apache,4.92,Adjective,6,5,3,apache,10.50,0.89,10.50,0.89,none,none,none, apaches,apaches,2.10,Noun,7,6,3,apache,none,none,10.50,0.89,none,none,none, apart,apart,47.02,Adverb,5,5,2,apart,6.64,1.00,6.64,1.00,6.23,none,none,6.82 apartheid,apartheid,0.37,Noun,9,7,3,apartheid,15.44,0.89,15.44,0.89,none,none,none, apartment,apartment,83.04,Noun,9,9,3,apartment,7.80,1.00,7.80,1.00,none,10.28,none, apartments,apartments,4.22,Noun,10,10,3,apartments,6.56,1.00,6.56,1.00,none,none,none, apartness,apartness,0.02,Noun,9,8,3,apartness,9.83,0.95,9.83,0.95,none,none,none, apathetic,apathetic,0.35,Adjective,9,8,4,apathetic,14.60,1.00,14.60,1.00,none,none,none, apathy,apathy,0.47,Noun,6,5,3,apathy,14.21,1.00,14.21,1.00,none,none,none, apatite,apatite,0.04,Noun,7,6,3,apatite,12.38,0.42,12.38,0.42,none,none,none, ape,ape,9.67,Noun,3,2,1,ape,5.89,1.00,5.89,1.00,5.96,none,5.79, apelike,apelike,0.04,Adjective,7,5,2,apelike,9.53,1.00,9.53,1.00,none,none,none, aperitif,aperitif,0.37,Noun,8,8,4,aperitif,15.22,0.50,15.22,0.50,none,none,none, aperitifs,aperitifs,0.02,Noun,9,9,4,aperitif,none,none,15.22,0.50,none,none,none, aperture,aperture,0.27,Noun,8,5,3,aperture,14.92,0.65,14.92,0.65,none,12.49,none, apes,apes,4.10,Noun,4,3,1,ape,none,none,5.89,1.00,5.96,none,5.79, apex,apex,0.84,Noun,4,5,2,apex,12.58,0.95,12.58,0.95,none,13.64,none,13.07 aphasia,aphasia,0.18,Noun,7,5,3,aphasia,16.62,0.42,16.62,0.42,none,none,none, aphasic,aphasic,0.06,Adjective,7,6,3,aphasic,14.71,0.39,14.71,0.39,none,none,none, aphid,aphid,0.08,Noun,5,4,2,aphid,10.70,0.48,10.70,0.48,none,none,none, aphids,aphids,0.24,Noun,6,5,2,aphid,none,none,10.70,0.48,none,none,none, aphis,aphis,0.06,Noun,5,4,2,aphis,16.60,0.26,16.60,0.26,none,none,none, aphorism,aphorism,0.02,Noun,8,7,4,aphorism,16.20,0.28,16.20,0.28,none,none,none, aphorisms,aphorisms,0.10,Noun,9,8,4,aphorism,none,none,16.20,0.28,none,none,none, aphrodisiac,aphrodisiac,1.61,Noun,11,10,5,aphrodisiac,13.32,0.95,13.32,0.95,none,none,none, aphrodisiacs,aphrodisiacs,0.41,Noun,12,10,5,aphrodisiac,none,none,13.32,0.95,none,none,none, apiary,apiary,0.04,Noun,6,6,4,apiary,15.31,0.65,15.31,0.65,none,none,none, apices,apices,0.06,Noun,6,7,3,apex,none,none,12.58,0.95,none,13.64,none,13.07 apish,apish,0.02,Adjective,5,4,2,apish,12.56,0.47,12.56,0.47,none,none,none, aplenty,aplenty,0.22,Noun,7,7,3,aplenty,13.25,0.84,13.25,0.84,none,none,none, aplomb,aplomb,0.16,Noun,6,5,2,aplomb,14.73,0.61,14.73,0.61,none,none,none, apnea,apnoea,0.16,Noun,5,5,3,apnea,15.62,0.89,15.62,0.89,none,none,none, apocalypse,apocalypse,2.47,Noun,10,9,4,apocalypse,12.78,1.00,12.78,1.00,none,none,none, apogee,apogee,0.08,Noun,6,5,3,apogee,17.00,0.28,17.00,0.28,none,none,none, apolitical,apolitical,0.12,Adjective,10,10,5,apolitical,17.19,0.84,17.19,0.84,none,none,none, apollonian,apollonian,0.02,Adjective,10,9,5,apollonian,15.36,0.61,15.36,0.61,none,none,none, apologetic,apologetic,0.43,Adjective,10,10,5,apologetic,9.80,1.00,9.80,1.00,none,none,none, apologia,apologia,0.04,Noun,8,8,5,apologia,14.00,0.40,14.00,0.40,none,none,none, apologias,apologias,0.02,Noun,9,9,5,apologia,none,none,14.00,0.40,none,none,none, apologies,apologies,8.80,Noun,9,8,4,apology,none,none,5.56,1.00,none,8.09,none, apologist,apologist,0.02,Noun,9,9,4,apologist,12.36,0.61,12.36,0.61,none,none,none, apologists,apologists,0.02,Noun,10,10,4,apologist,none,none,12.36,0.61,none,none,none, apologize,apologise,49.37,Verb,9,8,4,apologize,5.67,1.00,5.67,1.00,none,none,none, apologized,apologised,3.59,Verb,10,9,4,apologize,none,none,5.67,1.00,none,none,none, apologizes,apologises,0.41,Verb,10,10,5,apologize,none,none,5.67,1.00,none,none,none, apologizing,apologising,2.73,Verb,11,10,5,apologize,none,none,5.67,1.00,none,none,none, apology,apology,15.76,Noun,7,7,4,apology,5.56,1.00,5.56,1.00,none,8.09,none, apoplectic,apoplectic,0.16,Adjective,10,10,4,apoplectic,14.88,0.44,14.88,0.44,none,none,none, apoplexy,apoplexy,0.18,Noun,8,9,4,apoplexy,15.50,0.33,15.50,0.33,none,none,none, apostate,apostate,0.06,Noun,8,7,3,apostate,12.58,0.63,12.58,0.63,none,none,none, apostle,apostle,1.39,Noun,7,6,3,apostle,9.50,1.00,9.50,1.00,none,none,none, apostles,apostles,0.59,Noun,8,7,3,apostle,none,none,9.50,1.00,none,none,none, apostolate,apostolate,0.02,Noun,10,9,4,apostolate,16.80,0.53,16.80,0.53,none,none,none, apostrophe,apostrophe,0.24,Noun,10,9,4,apostrophe,8.39,1.00,8.39,1.00,none,none,none, apostrophes,apostrophes,0.02,Noun,11,9,3,apostrophe,none,none,8.39,1.00,none,none,none, apothecaries,apothecaries,0.06,Noun,12,10,5,apothecary,none,none,14.47,0.75,none,none,none, apothecary,apothecary,0.39,Noun,10,9,5,apothecary,14.47,0.75,14.47,0.75,none,none,none, apothegm,apothegm,Err:512,Err:512,8,6,3,apothegm,15.50,0.10,15.50,0.10,none,none,none, apotheosis,apotheosis,0.08,Noun,10,9,5,apotheosis,15.64,0.64,15.64,0.64,none,none,none, app,app,0.16,Noun,3,2,1,app,18.33,0.90,18.33,0.90,none,none,none, appalled,appalled,1.16,Adjective,8,5,2,appalled,11.53,0.94,11.53,0.94,none,none,none, appalling,appalling,1.94,Adjective,9,6,3,appalling,12.21,0.95,12.21,0.95,none,none,none, appaloosa,appaloosa,0.06,Noun,9,7,4,appaloosa,11.71,0.78,11.71,0.78,none,none,none, appaloosas,appaloosas,0.06,Noun,10,8,4,appaloosa,none,none,11.71,0.78,none,none,none, apparatchik,apparatchik,0.04,Noun,11,7,4,apparatchik,15.83,0.32,15.83,0.32,none,none,none, apparatus,apparatus,1.51,Noun,9,7,4,apparatus,10.90,1.00,10.90,1.00,none,none,none, apparatuses,apparatuses,0.04,Noun,11,9,5,apparatus,none,none,10.90,1.00,none,none,none, apparel,apparel,0.69,Noun,7,6,3,apparel,10.80,1.00,10.80,1.00,none,none,none, apparent,apparent,4.22,Adjective,8,7,3,apparent,10.25,1.00,10.25,1.00,none,none,none, apparition,apparition,0.76,Noun,10,7,4,apparition,11.94,0.94,11.94,0.94,none,none,none, apparitions,apparitions,0.10,Noun,11,8,4,apparition,none,none,11.94,0.94,none,none,none, appeal,appeal,13.00,Noun,6,4,2,appeal,10.21,1.00,10.21,1.00,none,8.56,none,10.04 appealed,appealed,1.08,Verb,8,5,2,appeal,none,none,10.21,1.00,none,8.56,none,10.04 appeals,appeals,2.69,Noun,7,5,2,appeal,none,none,10.21,1.00,none,8.56,none,10.04 appear,appear,23.37,Verb,6,4,2,appear,6.67,1.00,6.67,1.00,6.57,6.75,none,7.34 appearance,appearance,11.59,Noun,10,7,3,appearance,8.83,1.00,8.83,1.00,7.27,none,none, appearances,appearances,3.06,Noun,11,9,4,appearance,none,none,8.83,1.00,7.27,none,none, appeared,appeared,9.78,Verb,8,5,2,appear,none,none,6.67,1.00,6.57,6.75,none,7.34 appearing,appearing,2.33,Verb,9,6,3,appear,none,none,6.67,1.00,6.57,6.75,none,7.34 appears,appears,21.06,Verb,7,5,2,appear,none,none,6.67,1.00,6.57,6.75,none,7.34 appease,appease,0.49,Verb,7,4,2,appease,11.78,0.90,11.78,0.90,none,none,none, appeased,appeased,0.18,Verb,8,5,2,appease,none,none,11.78,0.90,none,none,none, appeasement,appeasement,0.20,Noun,11,8,3,appeasement,13.11,1.00,13.11,1.00,none,none,none, appeasements,appeasements,0.02,Noun,12,9,3,appeasement,none,none,13.11,1.00,none,none,none, appeaser,appeaser,0.04,Noun,8,5,3,appeaser,13.07,0.83,13.07,0.83,none,none,none, appeases,appeases,0.02,Verb,8,6,3,appease,none,none,11.78,0.90,none,none,none, appeasing,appeasing,0.06,Verb,9,6,3,appease,none,none,11.78,0.90,none,none,none, appellant,appellant,0.14,Noun,9,7,3,appellant,14.20,0.56,14.20,0.56,none,none,none, appellate,appellate,0.33,Adjective,9,6,3,appellate,13.50,0.78,13.50,0.78,none,none,none, appellation,appellation,0.16,Noun,11,8,4,appellation,16.20,0.50,16.20,0.50,none,none,none, append,append,0.00,Err:512,6,5,2,append,13.29,0.86,13.29,0.86,none,none,none, appendage,appendage,0.41,Noun,9,7,3,appendage,11.58,1.00,11.58,1.00,none,none,none, appendages,appendages,0.16,Noun,10,9,4,appendage,none,none,11.58,1.00,none,none,none, appendectomies,appendectomies,0.02,Noun,14,12,5,appendectomy,none,none,11.93,0.78,none,none,none, appendectomy,appendectomy,0.65,Noun,12,11,5,appendectomy,11.93,0.78,11.93,0.78,none,none,none, appendices,appendices,0.04,Noun,10,10,4,appendix,none,none,10.56,1.00,none,none,none, appendicitis,appendicitis,0.94,Noun,12,11,5,appendicitis,12.00,0.95,12.00,0.95,none,none,none, appendix,appendix,2.61,Noun,8,8,3,appendix,10.56,1.00,10.56,1.00,none,none,none, appendixes,appendixes,0.02,Noun,10,10,4,appendix,none,none,10.56,1.00,none,none,none, apperception,apperception,0.02,Noun,12,9,4,apperception,13.80,0.53,13.80,0.53,none,none,none, appetite,appetite,8.94,Noun,8,6,3,appetite,8.83,1.00,8.83,1.00,none,none,none, appetites,appetites,0.90,Noun,9,7,3,appetite,none,none,8.83,1.00,none,none,none, appetizer,appetiser,1.20,Noun,9,7,4,appetizer,9.06,1.00,9.06,1.00,none,none,none, appetizers,appetisers,1.06,Noun,10,8,4,appetizer,none,none,9.06,1.00,none,none,none, appetizing,appetising,0.63,Adjective,10,8,4,appetizing,10.74,1.00,10.74,1.00,none,none,none, applaud,applaud,2.14,Verb,7,5,2,applaud,7.10,1.00,7.10,1.00,none,none,none,7.57 applauded,applauded,0.53,Verb,9,7,3,applaud,none,none,7.10,1.00,none,none,none,7.57 applauding,applauding,0.76,Verb,10,7,3,applaud,none,none,7.10,1.00,none,none,none,7.57 applauds,applauds,0.24,Verb,8,6,2,applaud,none,none,7.10,1.00,none,none,none,7.57 applause,applause,11.29,Noun,8,5,2,applause,6.20,0.95,6.20,0.95,none,none,none,7.41 apple,apple,23.67,Noun,5,4,2,apple,4.15,1.00,4.15,1.00,none,4.41,none,3.82 applecart,applecart,0.02,Noun,9,8,3,applecart,8.75,0.89,8.75,0.89,none,none,none, applejack,applejack,0.57,Noun,9,7,3,applejack,7.41,0.89,7.41,0.89,none,none,none, apples,apples,8.29,Noun,6,5,2,apple,none,none,4.15,1.00,none,4.41,none,3.82 applesauce,applesauce,0.59,Noun,10,7,3,applesauce,4.32,1.00,4.32,1.00,none,none,none, appliance,appliance,0.80,Noun,9,7,3,appliance,8.78,1.00,8.78,1.00,9.61,none,none, appliances,appliances,1.10,Noun,10,9,4,appliance,none,none,8.78,1.00,9.61,none,none, applicability,applicability,0.04,Noun,13,12,6,applicability,14.63,1.00,14.63,1.00,none,none,none, applicable,applicable,0.27,Adjective,10,9,4,applicable,13.37,1.00,13.37,1.00,none,none,none, applicant,applicant,0.61,Noun,9,8,3,applicant,11.78,1.00,11.78,1.00,none,none,none, applicants,applicants,0.86,Noun,10,9,3,applicant,none,none,11.78,1.00,none,none,none, application,application,10.00,Noun,11,9,4,application,9.39,1.00,9.39,1.00,none,none,none, applications,applications,3.10,Noun,12,10,4,application,none,none,9.39,1.00,none,none,none, applicator,applicator,0.20,Noun,10,8,4,applicator,10.74,0.95,10.74,0.95,none,none,none, applied,applied,6.16,Verb,7,5,2,apply,none,none,9.21,1.00,none,none,none,8.70 applies,applies,2.49,Verb,7,5,2,apply,none,none,9.21,1.00,none,none,none,8.70 apply,apply,12.51,Verb,5,4,2,apply,9.21,1.00,9.21,1.00,none,none,none,8.70 applying,applying,3.61,Verb,8,6,3,apply,none,none,9.21,1.00,none,none,none,8.70 appoint,appoint,2.04,Verb,7,5,2,appoint,10.29,0.94,10.29,0.94,none,none,none,10.13 appointed,appointed,5.29,Verb,9,7,3,appoint,none,none,10.29,0.94,none,none,none,10.13 appointee,appointee,0.08,Noun,9,6,3,appointee,13.53,0.95,13.53,0.95,none,none,none, appointees,appointees,0.06,Noun,10,7,3,appointee,none,none,13.53,0.95,none,none,none, appointing,appointing,0.43,Verb,10,7,3,appoint,none,none,10.29,0.94,none,none,none,10.13 appointment,appointment,30.57,Noun,11,9,3,appointment,7.53,1.00,7.53,1.00,none,8.45,none, appointments,appointments,3.39,Noun,12,10,3,appointment,none,none,7.53,1.00,none,8.45,none, appoints,appoints,0.12,Verb,8,6,2,appoint,none,none,10.29,0.94,none,none,none,10.13 appraisal,appraisal,0.76,Noun,9,7,3,appraisal,12.94,1.00,12.94,1.00,none,none,none, appraisals,appraisals,0.10,Noun,10,8,3,appraisal,none,none,12.94,1.00,none,none,none, appraise,appraise,0.20,Verb,8,5,2,appraise,14.52,1.00,14.52,1.00,none,none,none, appraised,appraised,0.45,Verb,9,6,2,appraise,none,none,14.52,1.00,none,none,none, appraiser,appraiser,0.22,Noun,9,6,3,appraiser,13.05,1.00,13.05,1.00,none,none,none, appraisers,appraisers,0.08,Noun,10,7,3,appraiser,none,none,13.05,1.00,none,none,none, appraising,appraising,0.08,Verb,10,7,3,appraise,none,none,14.52,1.00,none,none,none, appreciable,appreciable,0.06,Adjective,11,9,4,appreciable,10.17,1.00,10.17,1.00,none,none,none, appreciate,appreciate,85.75,Verb,10,8,4,appreciate,8.80,1.00,8.80,1.00,8.82,none,none, appreciated,appreciated,5.73,Verb,11,10,5,appreciate,none,none,8.80,1.00,8.82,none,none, appreciates,appreciates,3.12,Verb,11,9,4,appreciate,none,none,8.80,1.00,8.82,none,none, appreciating,appreciating,0.71,Verb,12,10,5,appreciate,none,none,8.80,1.00,8.82,none,none, appreciation,appreciation,5.12,Noun,12,10,5,appreciation,8.50,1.00,8.50,1.00,9.27,none,none, appreciations,appreciations,0.02,Noun,13,11,5,appreciation,none,none,8.50,1.00,9.27,none,none, appreciative,appreciative,0.80,Adjective,12,10,5,appreciative,9.94,1.00,9.94,1.00,none,none,none, appreciator,appreciator,0.06,Noun,11,9,5,appreciator,11.78,0.95,11.78,0.95,none,none,none, apprehend,apprehend,1.43,Verb,9,8,3,apprehend,11.47,1.00,11.47,1.00,none,none,none, apprehended,apprehended,2.06,Verb,11,10,4,apprehend,none,none,11.47,1.00,none,none,none, apprehending,apprehending,0.39,Verb,12,10,4,apprehend,none,none,11.47,1.00,none,none,none, apprehensibility,apprehensibility,0.02,Noun,16,15,7,apprehensibility,14.16,1.00,14.16,1.00,none,none,none, apprehension,apprehension,0.76,Noun,12,10,4,apprehension,11.25,1.00,11.25,1.00,none,none,none, apprehensions,apprehensions,0.02,Noun,13,11,4,apprehension,none,none,11.25,1.00,none,none,none, apprehensive,apprehensive,0.55,Adjective,12,10,4,apprehensive,11.45,1.00,11.45,1.00,none,none,none, apprentice,apprentice,1.94,Noun,10,8,3,apprentice,10.58,1.00,10.58,1.00,none,none,none, apprentices,apprentices,0.20,Noun,11,10,4,apprentice,none,none,10.58,1.00,none,none,none, apprenticeship,apprenticeship,0.14,Noun,14,11,4,apprenticeship,14.40,0.95,14.40,0.95,none,none,none, apprenticeships,apprenticeships,0.02,Noun,15,12,4,apprenticeship,none,none,14.40,0.95,none,none,none, apprise,apprise,0.14,Verb,7,5,2,apprise,14.31,0.72,14.31,0.72,none,none,none, apprised,apprised,0.73,Verb,8,6,2,apprise,none,none,14.31,0.72,none,none,none, apprising,apprising,0.06,Verb,9,7,3,apprise,none,none,14.31,0.72,none,none,none, approach,approach,20.98,Noun,8,5,2,approach,8.50,1.00,8.50,1.00,none,8.81,none,8.45 approachable,approachable,0.08,Adjective,12,9,4,approachable,10.00,1.00,10.00,1.00,none,none,none, approached,approached,4.31,Verb,10,6,2,approach,none,none,8.50,1.00,none,8.81,none,8.45 approaches,approaches,3.35,Verb,10,7,3,approach,none,none,8.50,1.00,none,8.81,none,8.45 approaching,approaching,12.80,Verb,11,7,3,approach,none,none,8.50,1.00,none,8.81,none,8.45 approbation,approbation,0.12,Noun,11,9,4,approbation,15.23,0.72,15.23,0.72,none,none,none, appropriate,appropriate,12.88,Adjective,11,9,4,appropriate,9.16,1.00,9.16,1.00,none,none,none, appropriated,appropriated,0.25,Verb,12,11,5,appropriate,none,none,9.16,1.00,none,none,none, appropriateness,appropriateness,0.04,Noun,15,12,5,appropriateness,10.44,1.00,10.44,1.00,none,none,none, appropriation,appropriation,0.16,Noun,13,11,5,appropriation,12.94,0.89,12.94,0.89,none,none,none, appropriations,appropriations,0.45,Noun,14,12,5,appropriation,none,none,12.94,0.89,none,none,none, approval,approval,8.39,Noun,8,7,3,approval,7.95,1.00,7.95,1.00,none,9.28,none, approvals,approvals,0.14,Noun,9,8,3,approval,none,none,7.95,1.00,none,9.28,none, approve,approve,11.37,Verb,7,5,2,approve,7.89,1.00,7.89,1.00,none,8.26,none,7.04 approved,approved,6.49,Verb,8,6,2,approve,none,none,7.89,1.00,none,8.26,none,7.04 approves,approves,0.86,Verb,8,6,2,approve,none,none,7.89,1.00,none,8.26,none,7.04 approving,approving,0.31,Verb,9,7,3,approve,none,none,7.89,1.00,none,8.26,none,7.04 approximate,approximate,1.25,Adjective,11,10,4,approximate,10.70,1.00,10.70,1.00,none,none,none, approximated,approximated,0.20,Verb,12,12,5,approximate,none,none,10.70,1.00,none,none,none, approximates,approximates,0.04,Verb,12,11,4,approximate,none,none,10.70,1.00,none,none,none, approximating,approximating,0.04,Verb,13,12,5,approximate,none,none,10.70,1.00,none,none,none, approximation,approximation,0.06,Noun,13,12,5,approximation,12.56,1.00,12.56,1.00,none,none,none, approximations,approximations,0.02,Noun,14,13,5,approximation,none,none,12.56,1.00,none,none,none, apps,apps,0.20,Noun,4,3,1,app,none,none,18.33,0.90,none,none,none, apricot,apricot,0.63,Noun,7,7,3,apricot,6.15,0.95,6.15,0.95,none,7.71,none, apricots,apricots,0.27,Noun,8,8,3,apricot,none,none,6.15,0.95,none,7.71,none, apriority,apriority,0.04,Noun,9,9,5,apriority,14.33,0.50,14.33,0.50,none,none,none, apron,apron,2.67,Noun,5,5,2,apron,6.75,1.00,6.75,1.00,none,5.35,none,7.26 aprons,aprons,0.35,Noun,6,6,2,apron,none,none,6.75,1.00,none,5.35,none,7.26 apse,apse,0.00,Err:512,4,3,1,apse,12.74,0.68,12.74,0.68,none,none,13.24, apt,apt,1.75,Adjective,3,3,1,apt,12.50,1.00,12.50,1.00,none,none,11.78, aptitude,aptitude,1.08,Noun,8,7,3,aptitude,12.39,0.95,12.39,0.95,none,none,none, aptitudes,aptitudes,0.04,Noun,9,8,3,aptitude,none,none,12.39,0.95,none,none,none, aqualung,aqualung,0.10,Noun,8,7,3,aqualung,14.79,0.70,14.79,0.70,none,none,none, aqualungs,aqualungs,0.02,Noun,9,8,3,aqualung,none,none,14.79,0.70,none,none,none, aquamarine,aquamarine,0.45,Adjective,10,8,4,aquamarine,9.94,1.00,9.94,1.00,11.18,none,none, aquaplane,aquaplane,Err:512,Err:512,9,8,3,aquaplane,13.54,0.62,13.54,0.62,none,none,none, aquarium,aquarium,2.76,Noun,8,8,4,aquarium,6.84,1.00,6.84,1.00,none,none,none, aquariums,aquariums,0.14,Noun,9,9,4,aquarium,none,none,6.84,1.00,none,none,none, aquatic,aquatic,0.55,Adjective,7,7,3,aquatic,9.44,1.00,9.44,1.00,none,none,none, aquatics,aquatics,0.06,Noun,8,8,3,aquatics,9.39,1.00,9.39,1.00,none,none,none, aquavit,aquavit,0.06,Noun,7,7,3,aquavit,14.80,0.28,14.80,0.28,none,none,none, aqueduct,aqueduct,0.33,Noun,8,8,3,aqueduct,11.61,1.00,11.61,1.00,none,none,none, aqueducts,aqueducts,0.12,Noun,9,9,3,aqueduct,none,none,11.61,1.00,none,none,none, aqueous,aqueous,0.10,Adjective,7,6,3,aqueous,11.75,0.63,11.75,0.63,none,none,none, aquifer,aquifer,0.04,Noun,7,6,3,aquifer,13.33,0.63,13.33,0.63,none,none,none, arabesque,arabesque,0.10,Adjective,9,7,3,arabesque,13.00,0.67,13.00,0.67,none,none,none, arable,arable,0.02,Adjective,6,6,3,arable,13.00,0.42,13.00,0.42,none,none,none, arachnid,arachnid,0.25,Adjective,8,6,3,arachnid,11.88,0.89,11.88,0.89,none,none,none, arachnids,arachnids,0.24,Noun,9,7,3,arachnid,none,none,11.88,0.89,none,none,none, arachnophobia,arachnophobia,0.12,Noun,13,11,6,arachnophobia,12.35,0.95,12.35,0.95,none,none,none, aragonite,aragonite,0.02,Noun,9,8,4,aragonite,14.71,0.39,14.71,0.39,none,none,none, arbiter,arbiter,0.20,Noun,7,6,3,arbiter,16.42,0.67,16.42,0.67,none,12.96,none, arbiters,arbiters,0.10,Noun,8,7,3,arbiter,none,none,16.42,0.67,none,12.96,none, arbitrage,arbitrage,0.18,Noun,9,8,3,arbitrage,17.10,0.50,17.10,0.50,none,none,none, arbitrary,arbitrary,1.02,Adjective,9,9,4,arbitrary,14.06,0.84,14.06,0.84,none,none,none, arbitrate,arbitrate,0.04,Verb,9,8,3,arbitrate,14.74,1.00,14.74,1.00,none,none,none, arbitrates,arbitrates,0.02,Verb,10,9,3,arbitrate,none,none,14.74,1.00,none,none,none, arbitration,arbitration,0.45,Noun,11,10,4,arbitration,14.25,1.00,14.25,1.00,none,none,none, arbitrations,arbitrations,0.02,Noun,12,11,4,arbitration,none,none,14.25,1.00,none,none,none, arbitrator,arbitrator,0.08,Noun,10,9,4,arbitrator,14.37,1.00,14.37,1.00,none,none,none, arbor,arbour,0.76,Name,5,4,2,arbor,11.03,0.90,11.03,0.90,none,none,none,9.49 arboreal,arboreal,0.12,Adjective,8,8,4,arboreal,14.42,0.60,14.42,0.60,none,none,none, arboretum,arboretum,0.20,Noun,9,8,4,arboretum,13.56,0.89,13.56,0.89,none,none,none, arboretums,arboretums,0.04,Noun,10,10,4,arboretum,none,none,13.56,0.89,none,none,none, arborist,arborist,0.04,Noun,8,7,3,arborist,13.50,0.63,13.50,0.63,none,none,none, arbors,arbours,0.04,Noun,6,5,2,arbor,none,none,11.03,0.90,none,none,none,9.49 arc,arc,4.84,Name,3,3,1,arc,9.42,1.00,9.42,1.00,none,none,9.31, arcade,arcade,2.18,Noun,6,5,2,arcade,7.79,1.00,7.79,1.00,8.60,none,none,6.89 arcades,arcades,0.24,Noun,7,6,2,arcade,none,none,7.79,1.00,8.60,none,none,6.89 arcane,arcane,0.41,Adjective,6,5,2,arcane,14.93,0.70,14.93,0.70,none,none,none, arced,arced,0.06,Verb,5,4,1,arc,none,none,9.42,1.00,none,none,9.31, arch,arch,3.69,Noun,4,3,1,arch,8.26,1.00,8.26,1.00,6.46,7.05,7.98, archaeological,archaeological,0.94,Adjective,14,12,6,archaeological,9.44,1.00,9.44,1.00,none,none,none, archaeologist,archaeologist,1.12,Noun,13,11,5,archaeologist,9.68,1.00,9.68,1.00,10.84,none,none, archaeologists,archaeologists,0.53,Noun,14,12,5,archaeologist,none,none,9.68,1.00,10.84,none,none, archaeology,archaeology,0.76,Noun,11,9,5,archaeology,10.00,1.00,10.00,1.00,10.99,none,none, archaeopteryx,archaeopteryx,0.02,Noun,13,12,5,archaeopteryx,14.00,0.18,14.00,0.18,none,none,none, archaic,archaic,0.69,Adjective,7,6,3,archaic,14.50,0.86,14.50,0.86,none,none,none, archaism,archaism,0.04,Noun,8,8,4,archaism,15.42,0.57,15.42,0.57,none,none,none, archangel,archangel,0.43,Noun,9,8,3,archangel,11.53,1.00,11.53,1.00,none,none,none, archangels,archangels,0.06,Verb,10,9,3,archangel,none,none,11.53,1.00,none,none,none, archbishop,archbishop,3.69,Noun,10,8,3,archbishop,10.45,1.00,10.45,1.00,none,none,none, archbishops,archbishops,0.12,Noun,11,9,3,archbishop,none,none,10.45,1.00,none,none,none, archdeacon,archdeacon,0.12,Noun,10,8,3,archdeacon,15.23,0.72,15.23,0.72,none,none,none, archdiocese,archdiocese,0.67,Noun,11,9,4,archdiocese,11.94,0.85,11.94,0.85,none,none,none, archduchess,archduchess,0.04,Noun,11,8,3,archduchess,13.09,0.61,13.09,0.61,none,none,none, archduke,archduke,0.90,Noun,8,6,2,archduke,11.59,0.85,11.59,0.85,none,none,none, archdukes,archdukes,0.10,Noun,9,7,2,archduke,none,none,11.59,0.85,none,none,none, arched,arched,0.18,Adjective,6,4,1,arched,9.89,1.00,9.89,1.00,none,none,none, archenemy,archenemy,0.25,Noun,9,8,4,archenemy,11.28,0.95,11.28,0.95,none,none,none, archeological,archaeological,0.29,Adjective,13,12,6,archaeological,none,none,9.44,1.00,none,none,none, archeologist,archaeologist,0.25,Noun,12,11,5,archaeologist,none,none,9.68,1.00,10.84,none,none, archeologists,archaeologists,0.16,Noun,13,12,5,archaeologist,none,none,9.68,1.00,10.84,none,none, archeology,archaeology,0.25,Noun,10,9,5,archaeology,none,none,10.00,1.00,10.99,none,none, archer,archer,5.45,Name,6,4,2,archer,9.23,0.95,9.23,0.95,none,9.09,none, archers,archers,1.35,Noun,7,5,2,archer,none,none,9.23,0.95,none,9.09,none, archery,archery,0.78,Noun,7,5,3,archery,9.06,1.00,9.06,1.00,none,8.60,none, arches,arches,0.84,Noun,6,5,2,arch,none,none,8.26,1.00,6.46,7.05,7.98, archetypal,archetypal,0.14,Adjective,10,8,3,archetypal,16.29,0.85,16.29,0.85,none,none,none, archetype,archetype,0.12,Noun,9,7,3,archetype,13.87,0.79,13.87,0.79,none,none,none, archetypes,archetypes,0.06,Noun,10,8,3,archetype,none,none,13.87,0.79,none,none,none, archiepiscopal,archiepiscopal,Err:512,Err:512,14,11,5,archiepiscopal,16.00,0.39,16.00,0.39,none,none,none, archimandrite,archimandrite,Err:512,Err:512,13,11,4,archimandrite,18.33,0.15,18.33,0.15,none,none,none, archipelago,archipelago,0.14,Noun,11,10,5,archipelago,13.18,0.89,13.18,0.89,none,none,none, architect,architect,6.55,Noun,9,8,3,architect,10.12,0.94,10.12,0.94,9.95,none,none, architectonic,architectonic,0.02,Adjective,13,12,5,architectonic,14.14,0.39,14.14,0.39,none,none,none, architects,architects,1.08,Noun,10,9,3,architect,none,none,10.12,0.94,9.95,none,none, architectural,architectural,1.27,Adjective,13,11,5,architectural,12.25,1.00,12.25,1.00,none,none,none, architecture,architecture,3.18,Noun,12,9,4,architecture,10.06,1.00,10.06,1.00,none,none,none, architectures,architectures,0.04,Noun,13,10,4,architecture,none,none,10.06,1.00,none,none,none, architrave,architrave,0.04,Noun,10,8,3,architrave,21.00,0.05,21.00,0.05,none,none,none, archival,archival,0.06,Adjective,8,7,3,archival,11.20,0.83,11.20,0.83,none,none,none, archive,archive,1.31,Noun,7,5,2,archive,12.95,1.00,12.95,1.00,none,none,none,10.60 archived,archived,0.08,Verb,8,6,2,archive,none,none,12.95,1.00,none,none,none,10.60 archives,archives,2.53,Noun,8,6,2,archives,10.88,1.00,10.88,1.00,none,none,none, archiving,archiving,0.02,Verb,9,7,3,archive,none,none,12.95,1.00,none,none,none,10.60 archivist,archivist,0.08,Noun,9,8,3,archivist,13.79,0.78,13.79,0.78,none,none,none, archivists,archivists,0.02,Noun,10,9,3,archivist,none,none,13.79,0.78,none,none,none, archon,archon,Err:512,Err:512,6,5,2,archon,18.17,0.29,18.17,0.29,none,none,none, archway,archway,0.24,Noun,7,5,2,archway,10.06,0.94,10.06,0.94,none,none,none, arcing,arcing,0.14,Verb,6,5,2,arc,none,none,9.42,1.00,none,none,9.31, arcs,arcs,0.18,Noun,4,4,1,arc,none,none,9.42,1.00,none,none,9.31, arcsine,arcsine,0.02,Noun,7,6,2,arcsine,13.90,0.56,13.90,0.56,none,none,none, arctic,arctic,1.96,Adjective,6,6,2,arctic,7.79,1.00,7.79,1.00,8.37,none,none,8.37 ardency,ardency,0.02,Noun,7,7,3,ardency,16.60,0.53,16.60,0.53,none,none,none, ardent,ardent,0.59,Adjective,6,6,2,ardent,13.27,0.79,13.27,0.79,none,none,none,12.22 ardor,ardour,0.14,Noun,5,4,2,ardor,13.82,0.58,13.82,0.58,none,none,none, ardors,ardours,0.02,Noun,6,5,2,ardor,none,none,13.82,0.58,none,none,none, arduous,arduous,0.67,Adjective,7,6,3,arduous,13.92,0.65,13.92,0.65,none,none,none, are,are,5209.25,Verb,3,2,1,be,none,none,5.11,1.00,5.53,none,3.54, area,area,74.92,Noun,4,4,3,area,6.58,1.00,6.58,1.00,none,7.83,none, areal,areal,0.02,Adjective,5,4,2,areal,14.20,0.26,14.20,0.26,none,none,none, areas,areas,8.94,Noun,5,5,3,area,none,none,6.58,1.00,none,7.83,none, arena,arena,3.63,Noun,5,4,3,arena,9.57,1.00,9.57,1.00,none,none,none, arenas,arenas,0.41,Noun,6,5,3,arena,none,none,9.57,1.00,none,none,none, areola,areola,0.14,Noun,6,6,4,areola,13.31,0.84,13.31,0.84,none,none,none, areolas,areolas,0.08,Noun,7,7,4,areola,none,none,13.31,0.84,none,none,none, argent,argent,0.10,Noun,6,6,2,argent,13.70,0.50,13.70,0.50,none,none,none, argentine,argentine,0.67,Adjective,9,8,3,argentine,13.31,0.72,13.31,0.72,none,none,none, argentines,argentines,0.08,Noun,10,9,3,Argentine,none,none,13.31,0.72,none,none,none, argillaceous,argillaceous,0.08,Adjective,12,10,5,argillaceous,15.00,0.15,15.00,0.15,none,none,none, argon,argon,0.18,Noun,5,5,2,argon,15.19,0.89,15.19,0.89,none,none,none, argosies,argosies,0.02,Noun,8,7,3,argosy,none,none,13.33,0.60,none,none,none, argosy,argosy,0.25,Adjective,6,6,3,argosy,13.33,0.60,13.33,0.60,none,none,none, argot,argot,0.02,Noun,5,5,2,argot,15.80,0.56,15.80,0.56,none,none,none, argue,argue,19.75,Verb,5,5,2,argue,4.61,1.00,4.61,1.00,5.87,5.92,none,7.11 argued,argued,2.71,Verb,6,6,2,argue,none,none,4.61,1.00,5.87,5.92,none,7.11 argues,argues,0.39,Verb,6,6,2,argue,none,none,4.61,1.00,5.87,5.92,none,7.11 arguing,arguing,10.67,Verb,7,7,3,argue,none,none,4.61,1.00,5.87,5.92,none,7.11 argument,argument,17.00,Noun,8,9,3,argument,7.55,1.00,7.55,1.00,none,none,none, argumentative,argumentative,0.75,Adjective,13,13,5,argumentative,11.50,0.89,11.50,0.89,none,none,none, arguments,arguments,4.51,Noun,9,10,3,argument,none,none,7.55,1.00,none,none,none, aria,aria,0.69,Noun,4,4,3,aria,13.75,0.67,13.75,0.67,none,none,none, arias,arias,0.16,Noun,5,5,3,aria,none,none,13.75,0.67,none,none,none, arid,arid,0.31,Adjective,4,4,2,arid,11.38,1.00,11.38,1.00,none,none,none, aridity,aridity,0.02,Noun,7,7,4,aridity,12.87,0.75,12.87,0.75,none,none,none, arioso,arioso,0.04,Noun,6,6,4,arioso,15.14,0.39,15.14,0.39,none,none,none, arise,arise,2.96,Verb,5,3,2,arise,6.89,1.00,6.89,1.00,none,10.19,none,9.49 arisen,arisen,0.22,Verb,6,5,3,arise,none,none,6.89,1.00,none,10.19,none,9.49 arises,arises,1.04,Verb,6,5,3,arise,none,none,6.89,1.00,none,10.19,none,9.49 arising,arising,0.31,Verb,7,5,3,arise,none,none,6.89,1.00,none,10.19,none,9.49 aristocracy,aristocracy,0.63,Noun,11,11,5,aristocracy,11.00,1.00,11.00,1.00,none,11.17,none, aristocrat,aristocrat,1.35,Noun,10,9,4,aristocrat,11.88,0.94,11.88,0.94,none,none,none, aristocratic,aristocratic,0.73,Adjective,12,11,5,aristocratic,12.06,1.00,12.06,1.00,none,none,none, aristocrats,aristocrats,2.20,Noun,11,10,4,aristocrat,none,none,11.88,0.94,none,none,none, arithmetic,arithmetic,1.53,Noun,10,9,4,arithmetic,7.16,1.00,7.16,1.00,none,none,none, arithmetical,arithmetical,0.04,Adjective,12,11,5,arithmetical,11.00,0.94,11.00,0.94,none,none,none, ark,ark,3.90,Noun,3,3,1,ark,7.17,0.95,7.17,0.95,none,none,5.93, arks,arks,0.06,Noun,4,4,1,ark,none,none,7.17,0.95,none,none,5.93, arm,arm,65.41,Noun,3,3,1,arm,3.26,1.00,3.26,1.00,none,4.05,3.43, armada,armada,1.08,Noun,6,6,3,armada,13.53,0.89,13.53,0.89,none,none,none, armadillo,armadillo,3.02,Name,9,8,4,armadillo,8.61,1.00,8.61,1.00,none,none,none, armadillos,armadillos,0.16,Noun,10,9,4,armadillo,none,none,8.61,1.00,none,none,none, Armageddon,Armageddon,1.73,Name,10,9,4,Armageddon,11.83,1.00,11.83,1.00,none,none,none, armament,armament,0.49,Noun,8,8,3,armament,13.73,0.79,13.73,0.79,none,none,none, armaments,armaments,0.41,Noun,9,9,3,armament,none,none,13.73,0.79,none,none,none, armature,armature,0.02,Noun,8,6,3,armature,14.30,0.53,14.30,0.53,none,none,none, armband,armband,0.27,Noun,7,7,2,armband,10.00,1.00,10.00,1.00,none,none,none, armbands,armbands,0.16,Noun,8,8,2,armband,none,none,10.00,1.00,none,none,none, armchair,armchair,0.41,Noun,8,6,2,armchair,6.56,1.00,6.56,1.00,none,none,none, armchairs,armchairs,0.06,Noun,9,7,2,armchair,none,none,6.56,1.00,none,none,none, armed,armed,22.82,Adjective,5,4,1,armed,8.72,1.00,8.72,1.00,none,none,none, armful,armful,0.24,Noun,6,6,2,armful,9.61,0.95,9.61,0.95,none,none,none, armfuls,armfuls,0.02,Noun,7,7,2,armful,none,none,9.61,0.95,none,none,none, armies,armies,3.49,Noun,6,5,2,army,none,none,7.15,1.00,none,6.41,none,6.75 arming,arming,1.12,Verb,6,5,2,arm,none,none,3.26,1.00,none,4.05,3.43, armistice,armistice,0.39,Noun,9,8,3,armistice,14.00,0.67,14.00,0.67,none,none,none, armless,armless,0.08,Adjective,7,6,2,armless,8.68,1.00,8.68,1.00,none,none,none, armload,armload,0.08,Noun,7,6,2,armload,9.00,1.00,9.00,1.00,none,none,none, armoire,armoire,0.16,Noun,7,5,2,armoire,12.37,1.00,12.37,1.00,none,none,none, armor,armour,7.29,Noun,5,4,2,armor,7.17,1.00,7.17,1.00,none,none,none,8.79 armored,armoured,3.25,Adjective,7,5,2,armored,9.50,1.00,9.50,1.00,none,none,none, armorial,armorial,0.02,Adjective,8,8,4,armorial,15.25,0.22,15.25,0.22,none,none,none, armory,armoury,1.86,Noun,6,5,3,armory,11.00,1.00,11.00,1.00,none,none,none, armpit,armpit,1.25,Noun,6,6,2,armpit,6.00,1.00,6.00,1.00,none,none,none, armpits,armpits,0.98,Noun,7,7,2,armpit,none,none,6.00,1.00,none,none,none, armrest,armrest,0.16,Adjective,7,7,2,armrest,6.56,1.00,6.56,1.00,none,none,none, armrests,armrests,0.06,Noun,8,8,2,armrest,none,none,6.56,1.00,none,none,none, arms,arms,59.80,Noun,4,4,1,arms,3.74,1.00,3.74,1.00,none,none,none, army,army,85.69,Noun,4,4,2,army,7.15,1.00,7.15,1.00,none,6.41,none,6.75 aroma,aroma,1.35,Noun,5,4,3,aroma,9.47,0.89,9.47,0.89,none,none,none, aromas,aromas,0.14,Noun,6,5,3,aroma,none,none,9.47,0.89,none,none,none, aromatherapy,aromatherapy,0.31,Noun,12,10,6,aromatherapy,15.09,1.00,15.09,1.00,none,none,none, aromatic,aromatic,0.27,Adjective,8,8,4,aromatic,11.05,1.00,11.05,1.00,none,none,none, arose,arose,0.82,Verb,5,3,2,arise,none,none,6.89,1.00,none,10.19,none,9.49 around,around,736.73,Adverb,6,4,2,around,5.94,1.00,5.94,1.00,5.19,none,none,6.26 arousal,arousal,0.37,Noun,7,5,3,arousal,12.94,0.95,12.94,0.95,none,none,none, arouse,arouse,1.22,Verb,6,3,2,arouse,12.63,1.00,12.63,1.00,none,12.85,none,11.59 aroused,aroused,2.22,Verb,7,4,2,arouse,none,none,12.63,1.00,none,12.85,none,11.59 arouses,arouses,0.27,Verb,7,5,3,arouse,none,none,12.63,1.00,none,12.85,none,11.59 arousing,arousing,0.63,Verb,8,5,3,arouse,none,none,12.63,1.00,none,12.85,none,11.59 arpeggio,arpeggio,0.02,Noun,8,7,4,arpeggio,13.85,0.72,13.85,0.72,none,none,none, arpeggios,arpeggios,0.22,Noun,9,8,4,arpeggio,none,none,13.85,0.72,none,none,none, arraign,arraign,0.14,Verb,7,3,2,arraign,12.38,0.89,12.38,0.89,none,none,none, arraigned,arraigned,0.65,Verb,9,4,2,arraign,none,none,12.38,0.89,none,none,none, arraigning,arraigning,0.02,Verb,10,6,3,arraign,none,none,12.38,0.89,none,none,none, arraignment,arraignment,1.39,Noun,11,7,3,arraignment,16.44,0.95,16.44,0.95,none,none,none, arraignments,arraignments,0.02,Noun,12,8,3,arraignment,none,none,16.44,0.95,none,none,none, arrange,arrange,15.51,Verb,7,4,2,arrange,8.28,1.00,8.28,1.00,6.57,none,none,8.53 arranged,arranged,16.16,Verb,8,5,2,arrange,none,none,8.28,1.00,6.57,none,none,8.53 arrangement,arrangement,9.45,Noun,11,8,3,arrangement,9.89,1.00,9.89,1.00,none,9.66,none, arrangements,arrangements,9.84,Noun,12,9,3,arrangement,none,none,9.89,1.00,none,9.66,none, arranger,arranger,0.22,Noun,8,5,3,arranger,12.44,0.95,12.44,0.95,none,none,none, arrangers,arrangers,0.06,Noun,9,7,3,arranger,none,none,12.44,0.95,none,none,none, arranges,arranges,0.35,Verb,8,6,3,arrange,none,none,8.28,1.00,6.57,none,none,8.53 arranging,arranging,1.86,Verb,9,6,3,arrange,none,none,8.28,1.00,6.57,none,none,8.53 arrant,arrant,0.10,Adjective,6,5,2,arrant,11.50,0.78,11.50,0.78,none,none,none, array,array,2.12,Noun,5,2,2,array,10.79,0.90,10.79,0.90,none,none,none,10.99 arrayed,arrayed,0.12,Verb,7,3,2,array,none,none,10.79,0.90,none,none,none,10.99 arrays,arrays,0.10,Noun,6,3,2,array,none,none,10.79,0.90,none,none,none,10.99 arrears,arrears,0.18,Noun,7,4,2,arrears,16.62,0.65,16.62,0.65,none,none,none, arrest,arrest,59.55,Noun,6,4,2,arrest,7.47,1.00,7.47,1.00,none,7.49,none,7.80 arrested,arrested,34.92,Verb,8,6,3,arrest,none,none,7.47,1.00,none,7.49,none,7.80 arrestee,arrestee,0.04,Noun,8,6,3,arrestee,12.06,0.89,12.06,0.89,none,none,none, arresting,arresting,3.76,Verb,9,6,3,arrest,none,none,7.47,1.00,none,7.49,none,7.80 arrestment,arrestment,0.02,Noun,10,9,3,arrestment,10.94,0.89,10.94,0.89,none,none,none, arrests,arrests,2.75,Noun,7,5,2,arrest,none,none,7.47,1.00,none,7.49,none,7.80 arrhythmia,arrhythmia,0.47,Noun,10,6,4,arrhythmia,16.27,0.83,16.27,0.83,none,none,none, arrhythmias,arrhythmias,0.02,Noun,11,7,4,arrhythmia,none,none,16.27,0.83,none,none,none, arrhythmic,arrhythmic,0.04,Adjective,10,7,3,arrhythmic,13.81,0.84,13.81,0.84,none,none,none, arrival,arrival,8.27,Noun,7,5,3,arrival,8.06,1.00,8.06,1.00,none,7.86,none, arrivals,arrivals,0.80,Noun,8,6,3,arrival,none,none,8.06,1.00,none,7.86,none, arrive,arrive,18.69,Verb,6,3,2,arrive,6.26,1.00,6.26,1.00,none,5.92,none,7.88 arrived,arrived,38.22,Verb,7,4,2,arrive,none,none,6.26,1.00,none,5.92,none,7.88 arrives,arrives,9.20,Verb,7,4,2,arrive,none,none,6.26,1.00,none,5.92,none,7.88 arriving,arriving,7.73,Verb,8,5,3,arrive,none,none,6.26,1.00,none,5.92,none,7.88 arrogance,arrogance,2.82,Noun,9,7,3,arrogance,11.72,1.00,11.72,1.00,none,none,none, arrogant,arrogant,5.22,Adjective,8,7,3,arrogant,9.95,1.00,9.95,1.00,none,none,none, arrow,arrow,7.84,Noun,5,3,2,arrow,6.07,1.00,6.07,1.00,none,6.41,none,6.54 arrowroot,arrowroot,0.02,Noun,9,6,3,arrowroot,12.00,0.64,12.00,0.64,none,none,none, arrows,arrows,3.39,Noun,6,4,2,arrow,none,none,6.07,1.00,none,6.41,none,6.54 arsenal,arsenal,2.00,Noun,7,7,3,arsenal,11.79,1.00,11.79,1.00,none,none,none, arsenals,arsenals,0.06,Noun,8,8,3,arsenal,none,none,11.79,1.00,none,none,none, arsenic,arsenic,1.24,Noun,7,7,3,arsenic,11.83,1.00,11.83,1.00,none,none,none, arsenical,arsenical,Err:512,Err:512,9,8,3,arsenical,14.64,0.70,14.64,0.70,none,none,none, arsine,arsine,0.04,Verb,6,5,2,arsine,14.17,0.57,14.17,0.57,none,none,none, arson,arson,3.00,Noun,5,5,2,arson,11.20,1.00,11.20,1.00,none,none,none,12.11 arsonist,arsonist,1.02,Noun,8,8,3,arsonist,11.45,1.00,11.45,1.00,none,none,none, arsonists,arsonists,0.22,Noun,9,9,3,arsonist,none,none,11.45,1.00,none,none,none, art,art,70.80,Noun,3,3,1,art,6.21,1.00,6.21,1.00,6.06,none,4.92, arterial,arterial,1.33,Adjective,8,8,4,arterial,14.50,0.89,14.50,0.89,none,none,none, arteries,arteries,1.69,Noun,8,6,3,artery,none,none,13.06,0.89,none,none,none, arteriogram,arteriogram,0.06,Noun,11,11,5,arteriogram,17.12,0.42,17.12,0.42,none,none,none, arteriosclerosis,arteriosclerosis,0.02,Noun,16,15,7,arteriosclerosis,16.60,0.79,16.60,0.79,none,none,none, artery,artery,5.31,Noun,6,5,3,artery,13.06,0.89,13.06,0.89,none,none,none, artful,artful,0.18,Adjective,6,6,2,artful,9.56,1.00,9.56,1.00,none,none,none, arthritic,arthritic,0.25,Adjective,9,8,3,arthritic,12.30,1.00,12.30,1.00,none,none,none, arthritis,arthritis,1.94,Noun,9,8,3,arthritis,11.67,1.00,11.67,1.00,none,none,none, arthropod,arthropod,0.02,Noun,9,8,3,arthropod,12.93,0.74,12.93,0.74,none,none,none, arthropods,arthropods,0.04,Verb,10,9,3,arthropod,none,none,12.93,0.74,none,none,none, arthroscopic,arthroscopic,0.14,Adjective,12,10,4,arthroscopic,15.14,0.78,15.14,0.78,none,none,none, artichoke,artichoke,0.55,Noun,9,7,3,artichoke,10.00,1.00,10.00,1.00,none,none,none, artichokes,artichokes,0.20,Noun,10,8,3,artichoke,none,none,10.00,1.00,none,none,none, article,article,19.57,Noun,7,7,3,article,8.61,1.00,8.61,1.00,7.41,8.09,none, articles,articles,6.04,Noun,8,8,3,article,none,none,8.61,1.00,7.41,8.09,none, articular,articular,0.02,Adjective,9,9,4,articular,13.44,0.47,13.44,0.47,none,none,none, articulate,articulate,1.67,Verb,10,10,4,articulate,13.00,1.00,13.00,1.00,none,none,none, articulated,articulated,0.20,Verb,11,12,5,articulate,none,none,13.00,1.00,none,none,none, articulates,articulates,0.02,Verb,11,11,4,articulate,none,none,13.00,1.00,none,none,none, articulating,articulating,0.06,Verb,12,12,5,articulate,none,none,13.00,1.00,none,none,none, articulation,articulation,0.16,Noun,12,12,5,articulation,12.63,1.00,12.63,1.00,none,none,none, artifact,artefact,1.10,Noun,8,8,3,artifact,10.33,1.00,10.33,1.00,none,none,none, artifacts,artefacts,1.47,Noun,9,9,3,artifact,none,none,10.33,1.00,none,none,none, artifice,artifice,0.06,Verb,8,7,3,artifice,12.75,0.89,12.75,0.89,none,12.45,none, artifices,artifices,0.02,Noun,9,9,4,artifice,none,none,12.75,0.89,none,12.45,none, artificial,artificial,4.82,Adjective,10,9,4,artificial,10.16,1.00,10.16,1.00,none,none,none, artificiality,artificiality,0.10,Noun,13,13,7,artificiality,11.84,1.00,11.84,1.00,none,none,none, artillery,artillery,5.49,Noun,9,7,4,artillery,10.68,1.00,10.68,1.00,none,none,none, artilleryman,artilleryman,0.06,Noun,12,11,5,artilleryman,13.00,0.89,13.00,0.89,none,none,none, artillerymen,artillerymen,0.02,Noun,12,11,5,artilleryman,none,none,13.00,0.89,none,none,none, artisan,artisan,0.10,Noun,7,7,3,artisan,12.95,1.00,12.95,1.00,none,none,none, artisans,artisans,0.12,Noun,8,8,3,artisan,none,none,12.95,1.00,none,none,none, artist,artist,28.63,Noun,6,6,2,artist,6.78,1.00,6.78,1.00,6.32,5.77,none,6.20 artiste,artiste,0.59,Noun,7,6,2,artiste,12.29,0.89,12.29,0.89,none,none,none, artistes,artistes,0.14,Noun,8,7,2,artiste,none,none,12.29,0.89,none,none,none, artistic,artistic,4.92,Adjective,8,8,3,artistic,9.17,1.00,9.17,1.00,7.86,none,none, artistry,artistry,0.47,Noun,8,8,3,artistry,10.58,0.95,10.58,0.95,none,none,none, artists,artists,8.08,Noun,7,7,2,artist,none,none,6.78,1.00,6.32,5.77,none,6.20 artless,artless,0.06,Adjective,7,6,2,artless,13.82,0.94,13.82,0.94,none,none,none, arts,arts,9.22,Noun,4,4,1,arts,5.97,1.00,5.97,1.00,none,none,6.33, artsy,artsy,0.33,Adjective,5,5,2,artsy,10.76,0.94,10.76,0.94,none,none,none, artwork,artwork,1.53,Noun,7,6,2,artwork,7.32,1.00,7.32,1.00,8.46,none,none, artworks,artworks,0.10,Noun,8,7,2,artwork,none,none,7.32,1.00,8.46,none,none, arty,arty,1.08,Adjective,4,4,2,arty,9.57,0.78,9.57,0.78,none,none,none, arugula,arugula,0.12,Noun,7,8,4,arugula,16.75,0.84,16.75,0.84,none,none,none, as,as,2217.02,Conjunction,2,2,1,as,6.10,1.00,6.10,1.00,4.43,none,4.27, asbestos,asbestos,1.29,Noun,8,8,3,asbestos,13.95,0.95,13.95,0.95,none,11.34,none, ascend,ascend,0.92,Verb,6,5,2,ascend,10.67,1.00,10.67,1.00,8.29,none,none,10.90 ascendancy,ascendancy,0.12,Noun,10,9,4,ascendancy,16.00,0.95,16.00,0.95,none,none,none, ascendant,ascendant,0.67,Noun,9,8,3,ascendant,13.69,0.89,13.69,0.89,none,none,none, ascended,ascended,0.43,Verb,8,7,3,ascend,none,none,10.67,1.00,8.29,none,none,10.90 ascending,ascending,0.69,Adjective,9,7,3,ascending,10.84,1.00,10.84,1.00,none,none,none, ascends,ascends,0.06,Verb,7,6,2,ascend,none,none,10.67,1.00,8.29,none,none,10.90 ascension,ascension,0.86,Noun,9,7,3,ascension,12.71,0.78,12.71,0.78,none,none,none, ascent,ascent,0.31,Noun,6,5,2,ascent,10.74,0.95,10.74,0.95,none,11.19,none, ascents,ascents,0.02,Noun,7,6,2,ascent,none,none,10.74,0.95,none,11.19,none, ascertain,ascertain,0.96,Verb,9,6,3,ascertain,12.68,0.95,12.68,0.95,none,none,none, ascertainable,ascertainable,0.02,Adjective,13,10,5,ascertainable,15.60,0.79,15.60,0.79,none,none,none, ascertained,ascertained,0.27,Verb,11,7,3,ascertain,none,none,12.68,0.95,none,none,none, ascertaining,ascertaining,0.10,Verb,12,8,4,ascertain,none,none,12.68,0.95,none,none,none, ascetic,ascetic,0.10,Adjective,7,6,3,ascetic,14.43,0.74,14.43,0.74,none,none,none, ascorbic,ascorbic,0.04,Adjective,8,8,3,ascorbic,12.57,0.74,12.57,0.74,none,none,none, ascribe,ascribe,0.10,Verb,7,6,2,ascribe,15.28,0.90,15.28,0.90,none,none,none, ascribed,ascribed,0.04,Verb,8,7,2,ascribe,none,none,15.28,0.90,none,none,none, ascribing,ascribing,0.02,Verb,9,8,3,ascribe,none,none,15.28,0.90,none,none,none, aseptic,aseptic,0.04,Adjective,7,7,3,aseptic,14.07,0.75,14.07,0.75,none,none,none, asexual,asexual,0.22,Adjective,7,9,4,asexual,16.00,0.95,16.00,0.95,none,none,none, ash,ash,9.20,Name,3,2,1,ash,6.63,1.00,6.63,1.00,none,6.90,6.87, ashamed,ashamed,27.37,Adjective,7,5,2,ashamed,7.11,1.00,7.11,1.00,none,none,none, ashcan,ashcan,0.14,Noun,6,5,2,ashcan,10.67,0.83,10.67,0.83,none,none,none, ashen,ashen,0.18,Adjective,5,4,2,ashen,12.50,0.70,12.50,0.70,none,none,none, ashes,ashes,9.86,Noun,5,4,2,ashes,7.06,1.00,7.06,1.00,none,none,none, ashlar,ashlar,Err:512,Err:512,6,5,2,ashlar,NA,0.00,NA,0.00,none,none,none, ashore,ashore,6.22,Adverb,6,4,2,ashore,9.07,1.00,9.07,1.00,none,9.43,none, ashram,ashram,0.29,Noun,6,5,2,ashram,16.64,0.55,16.64,0.55,none,none,none, ashrams,ashrams,0.02,Noun,7,6,2,ashram,none,none,16.64,0.55,none,none,none, ashtray,ashtray,3.25,Noun,7,5,2,ashtray,5.95,1.00,5.95,1.00,none,none,none, ashtrays,ashtrays,0.63,Noun,8,6,2,ashtray,none,none,5.95,1.00,none,none,none, ashy,ashy,0.18,Adjective,4,3,2,ashy,8.61,0.95,8.61,0.95,none,none,none, aside,aside,23.76,Adverb,5,4,2,aside,7.89,1.00,7.89,1.00,none,none,none,9.05 asides,asides,0.02,Noun,6,5,2,aside,none,none,7.89,1.00,none,none,none,9.05 asinine,asinine,0.96,Adjective,7,6,3,asinine,12.71,0.81,12.71,0.81,none,none,none, asininity,asininity,Err:512,Err:512,9,9,5,asininity,16.43,0.39,16.43,0.39,none,none,none, ask,ask,483.14,Verb,3,3,1,ask,2.89,1.00,2.89,1.00,4.02,none,4.02, asked,asked,216.25,Verb,5,4,1,ask,none,none,2.89,1.00,4.02,none,4.02, asker,asker,0.06,Noun,5,4,2,asker,7.94,0.95,7.94,0.95,none,none,none, askew,askew,0.27,Adjective,5,5,2,askew,11.00,0.89,11.00,0.89,none,12.47,none, asking,asking,128.35,Verb,6,5,2,ask,none,none,2.89,1.00,4.02,none,4.02, asks,asks,16.71,Verb,4,4,1,ask,none,none,2.89,1.00,4.02,none,4.02, asleep,asleep,49.82,Adjective,6,5,2,asleep,4.47,1.00,4.47,1.00,none,none,none,4.69 asp,asp,0.12,Noun,3,3,1,asp,10.69,0.76,10.69,0.76,none,none,none, asparagus,asparagus,0.98,Noun,9,9,4,asparagus,6.79,1.00,6.79,1.00,none,none,none, aspect,aspect,3.86,Noun,6,6,2,aspect,10.35,1.00,10.35,1.00,none,10.75,none,11.39 aspects,aspects,2.69,Noun,7,7,2,aspect,none,none,10.35,1.00,none,10.75,none,11.39 aspen,aspen,1.88,Name,5,5,2,aspen,10.04,0.86,10.04,0.86,none,none,none,10.60 aspens,aspens,0.06,Noun,6,6,2,aspen,none,none,10.04,0.86,none,none,none,10.60 asperse,asperse,0.02,Verb,7,5,2,asperse,14.22,0.50,14.22,0.50,none,none,none, aspersion,aspersion,0.02,Noun,9,7,3,aspersion,14.40,0.75,14.40,0.75,none,none,none, aspersions,aspersions,0.18,Noun,10,8,3,aspersion,none,none,14.40,0.75,none,none,none, asphalt,asphalt,0.96,Noun,7,6,2,asphalt,8.89,1.00,8.89,1.00,none,none,none,9.58 asphyxia,asphyxia,0.41,Noun,8,7,4,asphyxia,14.07,0.83,14.07,0.83,none,none,none, asphyxiate,asphyxiate,0.16,Verb,10,9,4,asphyxiate,13.06,0.86,13.06,0.86,none,none,none, asphyxiated,asphyxiated,0.22,Verb,11,11,5,asphyxiate,none,none,13.06,0.86,none,none,none, asphyxiates,asphyxiates,0.02,Verb,11,10,4,asphyxiate,none,none,13.06,0.86,none,none,none, asphyxiating,asphyxiating,0.06,Verb,12,11,5,asphyxiate,none,none,13.06,0.86,none,none,none, asphyxiation,asphyxiation,0.71,Noun,12,10,5,asphyxiation,15.12,0.94,15.12,0.94,none,none,none, aspic,aspic,0.29,Noun,5,4,2,aspic,16.33,0.60,16.33,0.60,none,none,none, aspidistra,aspidistra,0.04,Noun,10,9,4,aspidistra,18.00,0.21,18.00,0.21,none,none,none, aspirant,aspirant,0.02,Adjective,8,7,3,aspirant,12.81,0.84,12.81,0.84,none,none,none, aspirants,aspirants,0.06,Noun,9,8,3,aspirant,none,none,12.81,0.84,none,none,none, aspirate,aspirate,0.20,Verb,8,6,3,aspirate,14.41,0.94,14.41,0.94,none,none,none, aspirated,aspirated,0.29,Verb,9,8,4,aspirate,none,none,14.41,0.94,none,none,none, aspiration,aspiration,0.57,Noun,10,8,4,aspiration,11.47,0.83,11.47,0.83,none,none,none, aspirations,aspirations,1.25,Noun,11,9,4,aspiration,none,none,11.47,0.83,none,none,none, aspire,aspire,1.08,Verb,6,5,2,aspire,11.83,0.95,11.83,0.95,none,none,none,10.80 aspired,aspired,0.16,Verb,7,6,2,aspire,none,none,11.83,0.95,none,none,none,10.80 aspires,aspires,0.16,Verb,7,6,3,aspire,none,none,11.83,0.95,none,none,none,10.80 aspirin,aspirin,7.75,Noun,7,6,2,aspirin,7.95,1.00,7.95,1.00,none,none,none, aspiring,aspiring,0.63,Adjective,8,7,3,aspiring,11.00,1.00,11.00,1.00,none,none,none, aspirins,aspirins,0.51,Noun,8,7,2,aspirin,none,none,7.95,1.00,none,none,none, asps,asps,0.10,Noun,4,2,1,asp,none,none,10.69,0.76,none,none,none, ass,ass,226.37,Noun,3,2,1,ass,7.84,1.00,7.84,1.00,5.64,none,8.33, assail,assail,0.10,Verb,6,4,2,assail,12.24,0.94,12.24,0.94,none,none,none, assailable,assailable,0.02,Adjective,10,8,4,assailable,13.21,0.78,13.21,0.78,none,none,none, assailant,assailant,1.47,Noun,9,7,3,assailant,12.44,0.95,12.44,0.95,none,none,none, assailants,assailants,0.43,Noun,10,8,3,assailant,none,none,12.44,0.95,none,none,none, assailed,assailed,0.04,Verb,8,5,2,assail,none,none,12.24,0.94,none,none,none, assailing,assailing,0.04,Verb,9,6,3,assail,none,none,12.24,0.94,none,none,none, assassin,assassin,5.92,Noun,8,6,3,assassin,11.28,1.00,11.28,1.00,none,none,none, assassinate,assassinate,1.88,Verb,11,8,4,assassinate,10.11,1.00,10.11,1.00,none,none,none, assassinated,assassinated,2.47,Verb,12,10,5,assassinate,none,none,10.11,1.00,none,none,none, assassinates,assassinates,0.04,Verb,12,9,4,assassinate,none,none,10.11,1.00,none,none,none, assassinating,assassinating,0.29,Verb,13,10,5,assassinate,none,none,10.11,1.00,none,none,none, assassination,assassination,5.51,Noun,13,10,5,assassination,9.05,1.00,9.05,1.00,none,none,none, assassinations,assassinations,0.57,Noun,14,11,5,assassination,none,none,9.05,1.00,none,none,none, assassinator,assassinator,0.02,Noun,12,9,5,assassinator,11.05,0.95,11.05,0.95,none,none,none, assassins,assassins,2.45,Noun,9,7,3,assassin,none,none,11.28,1.00,none,none,none, assault,assault,17.57,Noun,7,5,2,assault,10.21,1.00,10.21,1.00,9.25,none,none,10.80 assaulted,assaulted,3.61,Verb,9,7,3,assault,none,none,10.21,1.00,9.25,none,none,10.80 assaulting,assaulting,1.18,Verb,10,7,3,assault,none,none,10.21,1.00,9.25,none,none,10.80 assaultive,assaultive,0.04,Adjective,10,7,3,assaultive,14.94,0.89,14.94,0.89,none,none,none, assaults,assaults,0.92,Noun,8,6,2,assault,none,none,10.21,1.00,9.25,none,none,10.80 assay,assay,0.16,Noun,5,3,2,assay,15.00,0.53,15.00,0.53,none,none,none, assays,assays,0.02,Noun,6,4,2,assay,none,none,15.00,0.53,none,none,none, assegai,assegai,0.08,Noun,7,5,3,assegai,18.25,0.21,18.25,0.21,none,none,none, assemblage,assemblage,0.12,Noun,10,8,3,assemblage,14.29,0.89,14.29,0.89,none,none,none, assemble,assemble,3.20,Verb,8,7,3,assemble,8.72,1.00,8.72,1.00,none,8.30,none, assembled,assembled,3.02,Verb,9,8,3,assemble,none,none,8.72,1.00,none,8.30,none, assembles,assembles,0.18,Verb,9,8,3,assemble,none,none,8.72,1.00,none,8.30,none, assemblies,assemblies,0.14,Noun,10,8,3,assembly,none,none,6.94,1.00,none,none,none, assembling,assembling,0.80,Verb,10,9,4,assemble,none,none,8.72,1.00,none,8.30,none, assembly,assembly,4.80,Noun,8,7,3,assembly,6.94,1.00,6.94,1.00,none,none,none, assemblyman,assemblyman,0.73,Noun,11,10,4,assemblyman,12.89,1.00,12.89,1.00,none,none,none, assemblymen,assemblymen,0.02,Noun,11,10,4,assemblyman,none,none,12.89,1.00,none,none,none, assent,assent,0.08,Noun,6,5,2,assent,11.29,0.78,11.29,0.78,none,11.28,none, assert,assert,0.84,Verb,6,4,2,assert,10.83,1.00,10.83,1.00,10.58,none,none,10.51 asserted,asserted,0.02,Verb,8,6,3,assert,none,none,10.83,1.00,10.58,none,none,10.51 asserting,asserting,0.27,Verb,9,6,3,assert,none,none,10.83,1.00,10.58,none,none,10.51 assertion,assertion,0.27,Noun,9,6,3,assertion,12.24,0.94,12.24,0.94,none,none,none, assertions,assertions,0.10,Noun,10,7,3,assertion,none,none,12.24,0.94,none,none,none, assertive,assertive,0.45,Adjective,9,6,3,assertive,10.44,1.00,10.44,1.00,none,none,none, assertiveness,assertiveness,0.18,Noun,13,9,4,assertiveness,11.35,1.00,11.35,1.00,none,none,none, asserts,asserts,0.25,Verb,7,5,2,assert,none,none,10.83,1.00,10.58,none,none,10.51 asses,asses,11.35,Noun,5,4,2,ass,none,none,7.84,1.00,5.64,none,8.33, assess,assess,1.63,Verb,6,4,2,assess,11.37,0.95,11.37,0.95,10.58,none,none,10.90 assessed,assessed,0.45,Verb,8,5,2,assess,none,none,11.37,0.95,10.58,none,none,10.90 assesses,assesses,0.02,Verb,8,6,3,assess,none,none,11.37,0.95,10.58,none,none,10.90 assessing,assessing,0.53,Verb,9,6,3,assess,none,none,11.37,0.95,10.58,none,none,10.90 assessment,assessment,3.10,Noun,10,8,3,assessment,11.95,1.00,11.95,1.00,none,none,none, assessments,assessments,0.24,Noun,11,9,3,assessment,none,none,11.95,1.00,none,none,none, assessor,assessor,0.22,Noun,8,5,3,assessor,14.79,1.00,14.79,1.00,none,none,none, assessors,assessors,0.02,Noun,9,6,3,assessor,none,none,14.79,1.00,none,none,none, asset,asset,3.78,Noun,5,4,2,asset,11.79,1.00,11.79,1.00,none,none,none,11.19 assets,assets,5.10,Noun,6,5,2,asset,none,none,11.79,1.00,none,none,none,11.19 asshole,asshole,61.61,Noun,7,5,2,asshole,9.52,1.00,9.52,1.00,none,none,none, assholes,assholes,11.24,Noun,8,6,2,asshole,none,none,9.52,1.00,none,none,none, assiduity,assiduity,Err:512,Err:512,9,9,5,assiduity,16.50,0.33,16.50,0.33,none,none,none, assiduous,assiduous,0.04,Adjective,9,7,3,assiduous,13.21,0.78,13.21,0.78,none,none,none, assign,assign,2.71,Verb,6,4,2,assign,8.56,1.00,8.56,1.00,none,none,none,7.88 assignation,assignation,0.22,Noun,11,8,4,assignation,12.93,0.79,12.93,0.79,none,none,none, assignations,assignations,0.02,Noun,12,9,4,assignation,none,none,12.93,0.79,none,none,none, assigned,assigned,12.12,Verb,8,5,2,assign,none,none,8.56,1.00,none,none,none,7.88 assigning,assigning,0.84,Verb,9,6,3,assign,none,none,8.56,1.00,none,none,none,7.88 assignment,assignment,17.88,Noun,10,8,3,assignment,7.00,1.00,7.00,1.00,none,none,none, assignments,assignments,3.53,Noun,11,9,3,assignment,none,none,7.00,1.00,none,none,none, assigns,assigns,0.22,Verb,7,5,2,assign,none,none,8.56,1.00,none,none,none,7.88 assimilate,assimilate,0.51,Verb,10,8,4,assimilate,12.95,1.00,12.95,1.00,12.58,none,none, assimilated,assimilated,0.41,Verb,11,10,5,assimilate,none,none,12.95,1.00,12.58,none,none, assimilating,assimilating,0.10,Verb,12,10,5,assimilate,none,none,12.95,1.00,12.58,none,none, assimilation,assimilation,0.20,Noun,12,10,5,assimilation,15.07,0.83,15.07,0.83,none,none,none, assist,assist,7.84,Verb,6,5,2,assist,8.75,1.00,8.75,1.00,8.15,8.60,none,9.22 assistance,assistance,10.94,Noun,10,8,3,assistance,8.84,1.00,8.84,1.00,none,9.19,none, assistances,assistances,0.02,Noun,11,10,4,assistance,none,none,8.84,1.00,none,9.19,none, assistant,assistant,32.22,Noun,9,8,3,assistant,8.61,1.00,8.61,1.00,7.37,none,none, assistants,assistants,2.43,Noun,10,9,3,assistant,none,none,8.61,1.00,7.37,none,none, assisted,assisted,1.71,Verb,8,7,3,assist,none,none,8.75,1.00,8.15,8.60,none,9.22 assisting,assisting,1.59,Verb,9,7,3,assist,none,none,8.75,1.00,8.15,8.60,none,9.22 assists,assists,0.31,Verb,7,6,2,assist,none,none,8.75,1.00,8.15,8.60,none,9.22 associate,associate,8.98,Noun,9,7,4,associate,10.83,1.00,10.83,1.00,none,none,none, associated,associated,3.92,Verb,10,9,5,associate,none,none,10.83,1.00,none,none,none, associates,associates,4.90,Noun,10,8,4,associate,none,none,10.83,1.00,none,none,none, associating,associating,0.53,Verb,11,9,5,associate,none,none,10.83,1.00,none,none,none, association,association,8.12,Noun,11,9,5,association,10.76,1.00,10.76,1.00,none,none,none, associations,associations,0.45,Noun,12,10,5,association,none,none,10.76,1.00,none,none,none, associative,associative,0.25,Adjective,11,9,5,associative,13.95,0.95,13.95,0.95,none,none,none, assorted,assorted,0.96,Adjective,8,7,3,assorted,9.32,1.00,9.32,1.00,none,none,none, assortment,assortment,0.73,Noun,10,9,3,assortment,8.72,1.00,8.72,1.00,none,8.13,none, assuage,assuage,0.12,Verb,7,5,2,assuage,15.18,0.61,15.18,0.61,none,none,none, assuaged,assuaged,0.04,Verb,8,6,2,assuage,none,none,15.18,0.61,none,none,none, assume,assume,33.47,Verb,6,4,2,assume,8.21,1.00,8.21,1.00,9.23,none,none,9.40 assumed,assumed,11.35,Verb,7,5,2,assume,none,none,8.21,1.00,9.23,none,none,9.40 assumes,assumes,1.14,Verb,7,5,2,assume,none,none,8.21,1.00,9.23,none,none,9.40 assuming,assuming,11.10,Verb,8,6,3,assume,none,none,8.21,1.00,9.23,none,none,9.40 assumption,assumption,3.33,Noun,10,8,3,assumption,10.20,1.00,10.20,1.00,none,none,none, assumptions,assumptions,1.41,Noun,11,9,3,assumption,none,none,10.20,1.00,none,none,none, assurance,assurance,2.04,Noun,9,7,3,assurance,12.33,0.95,12.33,0.95,none,none,none, assurances,assurances,0.73,Noun,10,9,4,assurance,none,none,12.33,0.95,none,none,none, assure,assure,20.02,Verb,6,4,2,assure,12.06,0.95,12.06,0.95,none,10.37,none,9.58 assured,assured,6.20,Verb,7,5,2,assure,none,none,12.06,0.95,none,10.37,none,9.58 assuredness,assuredness,0.02,Noun,11,9,4,assuredness,12.94,0.89,12.94,0.89,none,none,none, assures,assures,0.84,Verb,7,5,2,assure,none,none,12.06,0.95,none,10.37,none,9.58 assuring,assuring,0.27,Verb,8,6,3,assure,none,none,12.06,0.95,none,10.37,none,9.58 aster,aster,0.20,Noun,5,4,2,aster,13.00,0.63,13.00,0.63,none,12.34,none, asterisk,asterisk,0.45,Noun,8,7,3,asterisk,11.94,1.00,11.94,1.00,none,none,none, asterisks,asterisks,0.06,Noun,9,9,3,asterisk,none,none,11.94,1.00,none,none,none, asteroid,asteroid,1.69,Noun,8,6,3,asteroid,8.60,1.00,8.60,1.00,none,none,none, asteroids,asteroids,0.59,Noun,9,7,3,asteroid,none,none,8.60,1.00,none,none,none, asthma,asthma,3.86,Noun,6,4,2,asthma,10.39,1.00,10.39,1.00,none,9.36,none,8.70 asthmatic,asthmatic,0.39,Adjective,9,7,3,asthmatic,8.72,1.00,8.72,1.00,none,none,none, asthmatics,asthmatics,0.10,Noun,10,9,3,asthmatic,none,none,8.72,1.00,none,none,none, astigmatism,astigmatism,0.20,Noun,11,12,5,astigmatism,13.53,0.85,13.53,0.85,none,none,none, astigmatisms,astigmatisms,0.02,Noun,12,13,5,astigmatism,none,none,13.53,0.85,none,none,none, astonish,astonish,0.45,Verb,8,7,3,astonish,12.21,0.95,12.21,0.95,none,none,none, astonished,astonished,0.94,Adjective,10,8,3,astonished,10.58,1.00,10.58,1.00,none,none,none, astonishes,astonishes,0.04,Verb,10,9,4,astonish,none,none,12.21,0.95,none,none,none, astonishing,astonishing,1.71,Adjective,11,9,4,astonishing,9.11,1.00,9.11,1.00,none,none,none, astonishment,astonishment,0.27,Noun,12,11,4,astonishment,10.11,0.95,10.11,0.95,none,none,none, astound,astound,0.43,Verb,7,6,2,astound,12.41,0.94,12.41,0.94,none,none,none, astounded,astounded,0.24,Adjective,9,8,3,astounded,11.40,1.00,11.40,1.00,none,none,none, astounds,astounds,0.12,Verb,8,7,2,astound,none,none,12.41,0.94,none,none,none, astraddle,astraddle,Err:512,Err:512,9,8,3,astraddle,12.62,0.42,12.62,0.42,none,none,none, astral,astral,0.96,Adjective,6,6,2,astral,13.20,0.83,13.20,0.83,none,none,none,13.29 astray,astray,1.49,Adverb,6,5,2,astray,10.30,1.00,10.30,1.00,none,none,none,11.90 astringent,astringent,0.12,Noun,10,10,3,astringent,13.89,0.86,13.89,0.86,none,none,none, astringents,astringents,0.02,Noun,11,11,3,astringent,none,none,13.89,0.86,none,none,none, astrobiology,astrobiology,0.02,Noun,12,12,6,astrobiology,16.38,0.89,16.38,0.89,none,none,none, astrodome,astrodome,0.10,Noun,9,8,3,astrodome,12.69,0.84,12.69,0.84,none,none,none, astrolabe,astrolabe,0.00,Err:512,9,8,3,astrolabe,13.51,0.77,13.51,0.77,none,13.58,none, astrologer,astrologer,0.27,Noun,10,9,4,astrologer,11.06,1.00,11.06,1.00,none,none,none, astrologers,astrologers,0.18,Noun,11,10,4,astrologer,none,none,11.06,1.00,none,none,none, astrological,astrological,0.29,Adjective,12,12,5,astrological,10.00,1.00,10.00,1.00,none,none,none, astrologist,astrologist,0.04,Noun,11,11,4,astrologist,11.41,0.94,11.41,0.94,none,none,none, astrology,astrology,0.92,Noun,9,9,4,astrology,9.53,1.00,9.53,1.00,10.84,none,none, astronaut,astronaut,3.96,Noun,9,8,3,astronaut,6.28,1.00,6.28,1.00,none,none,none, astronautics,astronautics,0.06,Noun,12,11,4,astronautics,12.07,0.83,12.07,0.83,none,none,none, astronauts,astronauts,1.96,Noun,10,9,3,astronaut,none,none,6.28,1.00,none,none,none, astronomer,astronomer,0.71,Noun,10,9,4,astronomer,9.85,1.00,9.85,1.00,none,none,none, astronomers,astronomers,0.35,Noun,11,10,4,astronomer,none,none,9.85,1.00,none,none,none, astronomic,astronomic,0.06,Adjective,10,10,4,astronomic,12.47,1.00,12.47,1.00,none,none,none, astronomical,astronomical,0.73,Adjective,12,12,5,astronomical,12.50,1.00,12.50,1.00,none,none,none, astronomy,astronomy,1.31,Noun,9,9,4,astronomy,9.00,1.00,9.00,1.00,none,9.66,none, astrophysical,astrophysical,0.02,Adjective,13,13,6,astrophysical,14.16,0.95,14.16,0.95,none,none,none, astrophysicist,astrophysicist,0.16,Noun,14,13,5,astrophysicist,13.06,0.89,13.06,0.89,none,none,none, astrophysicists,astrophysicists,0.08,Noun,15,15,6,astrophysicist,none,none,13.06,0.89,none,none,none, astrophysics,astrophysics,0.35,Noun,12,11,4,astrophysics,13.30,1.00,13.30,1.00,none,none,none, astute,astute,1.00,Adjective,6,5,2,astute,14.69,0.89,14.69,0.89,none,none,none,12.11 astuteness,astuteness,0.02,Noun,10,8,3,astuteness,13.00,0.94,13.00,0.94,none,none,none, asylum,asylum,4.59,Noun,6,6,3,asylum,13.10,1.00,13.10,1.00,none,none,none, asylums,asylums,0.10,Noun,7,7,3,asylum,none,none,13.10,1.00,none,none,none, asymmetric,asymmetric,0.04,Adjective,10,9,4,asymmetric,12.28,1.00,12.28,1.00,none,none,none, asymmetrical,asymmetrical,0.12,Adjective,12,11,5,asymmetrical,12.11,0.95,12.11,0.95,none,none,none, asymmetries,asymmetries,0.02,Noun,11,9,4,asymmetry,none,none,11.68,0.90,none,none,none, asymmetry,asymmetry,0.06,Noun,9,8,4,asymmetry,11.68,0.90,11.68,0.90,none,none,none, asymptomatic,asymptomatic,0.22,Adjective,12,12,5,asymptomatic,13.73,0.83,13.73,0.83,none,none,none, at,at,3217.10,Preposition,2,2,1,at,4.04,0.95,4.04,0.95,3.89,none,3.88, atavism,atavism,0.06,Noun,7,8,4,atavism,16.15,0.68,16.15,0.68,none,none,none, atavistic,atavistic,0.10,Adjective,9,9,4,atavistic,17.40,0.26,17.40,0.26,none,none,none, ate,ate,33.76,Verb,3,2,1,eat,none,none,2.78,1.00,3.67,none,3.31, atelier,atelier,0.04,Noun,7,5,3,atelier,15.00,0.39,15.00,0.39,none,none,none, atheism,atheism,0.10,Noun,7,6,3,atheism,12.69,0.89,12.69,0.89,11.83,none,none, atheist,atheist,1.08,Noun,7,6,3,atheist,12.18,1.00,12.18,1.00,none,none,none, atheistic,atheistic,0.04,Adjective,9,8,4,atheistic,15.40,0.83,15.40,0.83,none,none,none, atheists,atheists,0.37,Noun,8,7,3,atheist,none,none,12.18,1.00,none,none,none, atheneum,atheneum,0.02,Noun,8,6,3,atheneum,14.33,0.15,14.33,0.15,none,none,none, athlete,athlete,4.61,Noun,7,5,2,athlete,7.11,1.00,7.11,1.00,none,8.51,none,7.04 athletes,athletes,3.08,Noun,8,6,2,athlete,none,none,7.11,1.00,none,8.51,none,7.04 athletic,athletic,3.86,Adjective,8,7,3,athletic,8.55,1.00,8.55,1.00,none,none,none, athleticism,athleticism,0.22,Noun,11,10,4,athleticism,10.05,1.00,10.05,1.00,none,none,none, athletics,athletics,0.63,Noun,9,8,3,athletics,8.35,1.00,8.35,1.00,none,none,none, atilt,atilt,Err:512,Err:512,5,5,2,atilt,12.25,0.19,12.25,0.19,none,none,none, atlas,atlas,1.02,Noun,5,5,2,atlas,7.90,1.00,7.90,1.00,none,none,none,8.53 atlases,atlases,0.04,Noun,7,7,3,atlas,none,none,7.90,1.00,none,none,none,8.53 atmosphere,atmosphere,9.67,Noun,10,8,3,atmosphere,9.79,1.00,9.79,1.00,none,10.19,none, atmospheres,atmospheres,0.14,Noun,11,9,4,atmosphere,none,none,9.79,1.00,none,10.19,none, atmospheric,atmospheric,0.92,Adjective,11,10,4,atmospheric,10.11,1.00,10.11,1.00,none,none,none, atoll,atoll,0.53,Noun,5,4,2,atoll,14.65,0.85,14.65,0.85,none,none,none, atolls,atolls,0.06,Noun,6,5,2,atoll,none,none,14.65,0.85,none,none,none, atom,atom,2.75,Noun,4,4,2,atom,9.68,1.00,9.68,1.00,none,13.49,none,11.49 atomic,atomic,4.88,Adjective,6,6,3,atomic,10.16,1.00,10.16,1.00,none,none,none, atomize,atomize,0.06,Verb,7,6,3,atomize,13.24,0.89,13.24,0.89,none,none,none, atomizer,atomizer,0.08,Noun,8,7,4,atomizer,12.81,0.76,12.81,0.76,none,none,none, atoms,atoms,1.73,Noun,5,5,2,atom,none,none,9.68,1.00,none,13.49,none,11.49 atonal,atonal,0.02,Adjective,6,6,3,atonal,12.82,0.55,12.82,0.55,none,none,none, atonality,atonality,0.02,Noun,9,9,5,atonality,16.50,0.56,16.50,0.56,none,none,none, atone,atone,0.84,Verb,5,4,2,atone,12.12,0.94,12.12,0.94,none,none,none,12.43 atonement,atonement,0.35,Noun,9,8,3,atonement,11.79,0.90,11.79,0.90,none,none,none, atonements,atonements,0.02,Noun,10,9,3,atonement,none,none,11.79,0.90,none,none,none, atones,atones,0.02,Noun,6,5,2,atone,none,none,12.12,0.94,none,none,none,12.43 atoning,atoning,0.16,Verb,7,6,3,atone,none,none,12.12,0.94,none,none,none,12.43 atrabilious,atrabilious,0.02,Adjective,11,10,5,atrabilious,17.50,0.21,17.50,0.21,none,none,none, atremble,atremble,0.06,Verb,8,8,3,atremble,11.00,0.39,11.00,0.39,none,none,none, atria,atria,0.08,Noun,5,5,3,atrium,none,none,12.00,1.00,none,none,none, atrium,atrium,0.71,Noun,6,6,3,atrium,12.00,1.00,12.00,1.00,none,none,none, atrocious,atrocious,0.69,Adjective,9,7,3,atrocious,11.95,0.95,11.95,0.95,none,none,none, atrocities,atrocities,1.04,Noun,10,9,4,atrocity,none,none,13.39,1.00,none,11.55,none, atrocity,atrocity,0.63,Noun,8,8,4,atrocity,13.39,1.00,13.39,1.00,none,11.55,none, atrophied,atrophied,0.35,Verb,9,7,3,atrophy,none,none,15.50,0.74,none,none,none, atrophies,atrophies,0.06,Noun,9,7,3,atrophy,none,none,15.50,0.74,none,none,none, atrophy,atrophy,0.41,Noun,7,6,3,atrophy,15.50,0.74,15.50,0.74,none,none,none, atrophying,atrophying,0.04,Verb,10,8,4,atrophy,none,none,15.50,0.74,none,none,none, atropine,atropine,1.71,Noun,8,7,3,atropine,15.78,0.50,15.78,0.50,none,none,none, attach,attach,2.47,Verb,6,4,2,attach,6.39,1.00,6.39,1.00,none,none,none,7.34 attache,attache,0.10,Noun,7,5,3,attache,14.31,0.76,14.31,0.76,none,none,none, attached,attached,12.22,Verb,8,5,2,attach,none,none,6.39,1.00,none,none,none,7.34 attaches,attaches,0.69,Verb,8,6,3,attach,none,none,6.39,1.00,none,none,none,7.34 attaching,attaching,0.43,Verb,9,6,3,attach,none,none,6.39,1.00,none,none,none,7.34 attachment,attachment,1.16,Noun,10,8,3,attachment,10.11,1.00,10.11,1.00,none,none,none, attachments,attachments,0.86,Noun,11,9,3,attachment,none,none,10.11,1.00,none,none,none, attack,attack,75.55,Noun,6,4,2,attack,6.58,1.00,6.58,1.00,7.05,none,none,6.68 attacked,attacked,23.90,Verb,8,5,2,attack,none,none,6.58,1.00,7.05,none,none,6.68 attacker,attacker,1.43,Noun,8,5,3,attacker,6.50,1.00,6.50,1.00,none,none,none, attackers,attackers,0.39,Noun,9,6,3,attacker,none,none,6.50,1.00,none,none,none, attacking,attacking,8.00,Verb,9,6,3,attack,none,none,6.58,1.00,7.05,none,none,6.68 attacks,attacks,11.33,Noun,7,5,2,attack,none,none,6.58,1.00,7.05,none,none,6.68 attain,attain,0.92,Verb,6,4,2,attain,10.84,1.00,10.84,1.00,none,none,none,10.22 attainability,attainability,Err:512,Err:512,13,11,6,attainability,13.70,1.00,13.70,1.00,none,none,none, attainable,attainable,0.14,Adjective,10,8,4,attainable,9.45,1.00,9.45,1.00,none,none,none, attained,attained,0.78,Verb,8,5,2,attain,none,none,10.84,1.00,none,none,none,10.22 attaining,attaining,0.10,Verb,9,6,3,attain,none,none,10.84,1.00,none,none,none,10.22 attainment,attainment,0.06,Noun,10,8,3,attainment,13.80,1.00,13.80,1.00,none,none,none, attainments,attainments,0.02,Noun,11,9,3,attainment,none,none,13.80,1.00,none,none,none, attains,attains,0.04,Verb,7,5,2,attain,none,none,10.84,1.00,none,none,none,10.22 attar,attar,0.02,Noun,5,3,2,attar,17.00,0.16,17.00,0.16,none,none,none, attempt,attempt,19.12,Noun,7,6,2,attempt,7.70,1.00,7.70,1.00,6.95,7.83,none,9.40 attempted,attempted,7.69,Adjective,9,8,3,attempted,8.70,1.00,8.70,1.00,none,none,none, attempting,attempting,4.00,Verb,10,8,3,attempt,none,none,7.70,1.00,6.95,7.83,none,9.40 attempts,attempts,4.31,Noun,8,7,2,attempt,none,none,7.70,1.00,6.95,7.83,none,9.40 attend,attend,14.02,Verb,6,5,2,attend,7.72,1.00,7.72,1.00,6.57,none,none,7.26 attendance,attendance,2.65,Noun,10,8,3,attendance,7.11,1.00,7.11,1.00,6.46,none,none, attendant,attendant,3.10,Noun,9,8,3,attendant,9.79,1.00,9.79,1.00,none,none,none, attendants,attendants,1.10,Noun,10,9,3,attendant,none,none,9.79,1.00,none,none,none, attended,attended,3.88,Verb,8,7,3,attend,none,none,7.72,1.00,6.57,none,none,7.26 attendee,attendee,0.02,Noun,8,6,3,attendee,11.42,1.00,11.42,1.00,none,none,none, attendees,attendees,0.12,Noun,9,7,3,attendee,none,none,11.42,1.00,none,none,none, attending,attending,7.14,Verb,9,7,3,attend,none,none,7.72,1.00,6.57,none,none,7.26 attends,attends,0.57,Verb,7,6,2,attend,none,none,7.72,1.00,6.57,none,none,7.26 attention,attention,98.67,Noun,9,7,3,attention,6.78,0.95,6.78,0.95,none,none,none, attentions,attentions,0.65,Noun,10,8,3,attention,none,none,6.78,0.95,none,none,none, attentive,attentive,1.29,Adjective,9,7,3,attentive,9.37,1.00,9.37,1.00,none,none,none, attentiveness,attentiveness,0.06,Noun,13,10,4,attentiveness,12.10,1.00,12.10,1.00,none,none,none, attenuate,attenuate,0.06,Verb,9,8,4,attenuate,16.12,0.42,16.12,0.42,none,none,none, attenuating,attenuating,0.02,Verb,11,10,5,attenuate,none,none,16.12,0.42,none,none,none, attenuation,attenuation,0.04,Noun,11,10,5,attenuation,14.50,0.63,14.50,0.63,none,none,none, attest,attest,0.43,Verb,6,5,2,attest,14.00,0.95,14.00,0.95,11.98,none,none, attested,attested,0.12,Verb,8,7,3,attest,none,none,14.00,0.95,11.98,none,none, attesting,attesting,0.06,Verb,9,7,3,attest,none,none,14.00,0.95,11.98,none,none, attests,attests,0.02,Verb,7,6,2,attest,none,none,14.00,0.95,11.98,none,none, attic,attic,7.84,Noun,5,4,2,attic,5.15,1.00,5.15,1.00,none,none,none,6.13 attics,attics,0.14,Noun,6,5,2,attic,none,none,5.15,1.00,none,none,none,6.13 attire,attire,1.49,Noun,6,4,3,attire,11.22,1.00,11.22,1.00,none,none,none,10.22 attired,attired,0.22,Verb,7,5,2,attire,none,none,11.22,1.00,none,none,none,10.22 attitude,attitude,26.08,Noun,8,6,3,attitude,6.78,1.00,6.78,1.00,none,9.51,none, attitudes,attitudes,1.35,Noun,9,7,3,attitude,none,none,6.78,1.00,none,9.51,none, attitudinal,attitudinal,0.02,Adjective,11,10,5,attitudinal,14.75,0.67,14.75,0.67,none,none,none, attorney,attorney,40.39,Noun,8,5,3,attorney,10.95,1.00,10.95,1.00,none,none,none, attorneys,attorneys,4.29,Noun,9,6,3,attorney,none,none,10.95,1.00,none,none,none, attract,attract,5.69,Verb,7,6,2,attract,8.78,1.00,8.78,1.00,none,7.47,none,8.70 attracted,attracted,11.86,Verb,9,8,3,attract,none,none,8.78,1.00,none,7.47,none,8.70 attracting,attracting,1.14,Verb,10,8,3,attract,none,none,8.78,1.00,none,7.47,none,8.70 attraction,attraction,6.82,Noun,10,8,3,attraction,9.61,1.00,9.61,1.00,none,none,none, attractions,attractions,0.73,Noun,11,9,3,attraction,none,none,9.61,1.00,none,none,none, attractive,attractive,24.63,Adjective,10,8,3,attractive,8.58,1.00,8.58,1.00,none,none,none, attractiveness,attractiveness,0.18,Noun,14,11,4,attractiveness,10.05,1.00,10.05,1.00,none,none,none, attractor,attractor,0.08,Noun,9,7,3,attractor,10.87,0.83,10.87,0.83,none,none,none, attractors,attractors,0.04,Noun,10,8,3,attractor,none,none,10.87,0.83,none,none,none, attracts,attracts,1.16,Verb,8,7,2,attract,none,none,8.78,1.00,none,7.47,none,8.70 attributable,attributable,0.10,Adjective,12,12,5,attributable,14.69,0.84,14.69,0.84,none,none,none, attribute,attribute,0.88,Verb,9,8,3,attribute,12.67,1.00,12.67,1.00,none,none,none, attributed,attributed,0.86,Verb,10,10,4,attribute,none,none,12.67,1.00,none,none,none, attributes,attributes,0.75,Noun,10,9,3,attribute,none,none,12.67,1.00,none,none,none, attributing,attributing,0.06,Verb,11,10,4,attribute,none,none,12.67,1.00,none,none,none, attribution,attribution,0.08,Noun,11,10,4,attribution,11.14,0.95,11.14,0.95,none,none,none, attributive,attributive,Err:512,Err:512,11,10,4,attributive,13.94,0.90,13.94,0.90,none,none,none, attrition,attrition,0.18,Noun,9,7,3,attrition,14.07,0.75,14.07,0.75,none,none,none, attune,attune,0.02,Verb,6,4,2,attune,11.44,0.89,11.44,0.89,none,none,none, attuned,attuned,0.37,Verb,7,5,2,attune,none,none,11.44,0.89,none,none,none, attunement,attunement,0.02,Noun,10,8,3,attunement,15.00,0.56,15.00,0.56,none,none,none, atypical,atypical,0.37,Adjective,8,8,4,atypical,12.94,0.84,12.94,0.84,none,none,none, auburn,auburn,0.57,Adjective,6,4,2,auburn,10.68,1.00,10.68,1.00,9.19,none,none, auction,auction,8.90,Noun,7,5,2,auction,10.67,1.00,10.67,1.00,none,10.47,none,8.96 auctioned,auctioned,0.53,Verb,9,6,2,auction,none,none,10.67,1.00,none,10.47,none,8.96 auctioneer,auctioneer,0.47,Noun,10,7,3,auctioneer,9.16,1.00,9.16,1.00,none,none,none, auctioneers,auctioneers,0.04,Noun,11,8,3,auctioneer,none,none,9.16,1.00,none,none,none, auctioning,auctioning,0.27,Verb,10,7,3,auction,none,none,10.67,1.00,none,10.47,none,8.96 auctions,auctions,0.41,Noun,8,6,2,auction,none,none,10.67,1.00,none,10.47,none,8.96 audacious,audacious,0.51,Adjective,9,6,3,audacious,14.33,0.90,14.33,0.90,none,none,none, audacity,audacity,0.94,Noun,8,7,4,audacity,13.00,0.95,13.00,0.95,none,none,none, audible,audible,0.71,Adjective,7,6,3,audible,11.05,1.00,11.05,1.00,none,none,none, audience,audience,25.37,Noun,8,6,3,audience,7.00,1.00,7.00,1.00,none,8.45,none, audiences,audiences,1.86,Noun,9,8,4,audience,none,none,7.00,1.00,none,8.45,none, audio,audio,5.57,Noun,5,4,3,audio,9.32,1.00,9.32,1.00,none,none,none, audiologist,audiologist,0.06,Noun,11,10,5,audiologist,13.74,0.90,13.74,0.90,none,none,none, audiology,audiology,0.04,Noun,9,8,5,audiology,16.00,0.90,16.00,0.90,12.58,none,none, audiophile,audiophile,0.02,Noun,10,7,4,audiophile,15.06,0.95,15.06,0.95,none,none,none, audiotape,audiotape,0.18,Noun,9,7,4,audiotape,9.94,1.00,9.94,1.00,none,none,none, audiotapes,audiotapes,0.04,Noun,10,8,4,audiotape,none,none,9.94,1.00,none,none,none, audiovisual,audiovisual,0.22,Adjective,11,10,6,audiovisual,11.44,0.89,11.44,0.89,none,none,none, audit,audit,1.12,Noun,5,4,2,audit,13.50,1.00,13.50,1.00,none,12.55,none,12.85 audited,audited,0.51,Verb,7,6,3,audit,none,none,13.50,1.00,none,12.55,none,12.85 auditing,auditing,0.27,Verb,8,6,3,audit,none,none,13.50,1.00,none,12.55,none,12.85 audition,audition,13.82,Noun,8,6,3,audition,8.36,1.00,8.36,1.00,none,none,none, auditioned,auditioned,0.57,Verb,10,7,3,audition,none,none,8.36,1.00,none,none,none, auditioning,auditioning,1.92,Verb,11,8,4,audition,none,none,8.36,1.00,none,none,none, auditions,auditions,2.80,Noun,9,7,3,audition,none,none,8.36,1.00,none,none,none, auditor,auditor,0.47,Noun,7,5,3,auditor,14.74,1.00,14.74,1.00,none,none,none, auditorium,auditorium,1.57,Noun,10,9,5,auditorium,6.94,1.00,6.94,1.00,none,none,none, auditoriums,auditoriums,0.06,Noun,11,10,5,auditorium,none,none,6.94,1.00,none,none,none, auditors,auditors,0.20,Noun,8,6,3,auditor,none,none,14.74,1.00,none,none,none, auditory,auditory,0.53,Adjective,8,7,4,auditory,12.79,1.00,12.79,1.00,none,none,none, audits,audits,0.14,Noun,6,5,2,audit,none,none,13.50,1.00,none,12.55,none,12.85 auger,auger,0.22,Noun,5,3,2,auger,13.64,0.78,13.64,0.78,none,none,none, augment,augment,0.37,Verb,7,6,2,augment,14.00,0.95,14.00,0.95,none,none,none, augmentation,augmentation,0.18,Noun,12,10,4,augmentation,14.17,1.00,14.17,1.00,none,none,none, augmentations,augmentations,0.04,Noun,13,11,4,augmentation,none,none,14.17,1.00,none,none,none, augmented,augmented,0.14,Verb,9,8,3,augment,none,none,14.00,0.95,none,none,none, augmenting,augmenting,0.10,Verb,10,8,3,augment,none,none,14.00,0.95,none,none,none, augments,augments,0.02,Verb,8,7,2,augment,none,none,14.00,0.95,none,none,none, augur,augur,0.02,Verb,5,3,2,augur,15.27,0.61,15.27,0.61,none,none,none, augured,augured,0.02,Verb,7,4,2,augur,none,none,15.27,0.61,none,none,none, auguries,auguries,0.04,Noun,8,5,3,augury,none,none,16.22,0.47,none,none,none, augurs,augurs,0.02,Verb,6,4,2,augur,none,none,15.27,0.61,none,none,none, augury,augury,0.08,Noun,6,4,3,augury,16.22,0.47,16.22,0.47,none,none,none, august,august,10.20,Name,6,5,2,august,5.65,1.00,5.65,1.00,none,5.05,none, aunt,aunt,55.20,Noun,4,3,1,aunt,3.80,1.00,3.80,1.00,none,4.82,3.78, auntie,auntie,7.86,Noun,6,4,2,auntie,4.74,1.00,4.74,1.00,none,none,none, aunties,aunties,0.18,Noun,7,5,2,auntie,none,none,4.74,1.00,none,none,none, aunts,aunts,1.55,Noun,5,4,1,aunt,none,none,3.80,1.00,none,4.82,3.78, aunty,aunty,1.02,Noun,5,4,2,auntie,none,none,4.74,1.00,none,none,none, aura,aura,1.82,Noun,4,3,2,aura,11.67,0.95,11.67,0.95,none,none,none,12.01 aural,aural,0.08,Adjective,5,4,2,aural,15.41,0.89,15.41,0.89,none,none,none, auras,auras,0.22,Noun,5,4,2,aura,none,none,11.67,0.95,none,none,none,12.01 aureole,aureole,0.04,Noun,7,5,3,aureole,14.31,0.80,14.31,0.80,none,none,none, auricle,auricle,0.02,Noun,7,6,3,auricle,15.64,0.58,15.64,0.58,none,none,none, auricular,auricular,0.02,Adjective,9,11,5,auricular,13.67,0.47,13.67,0.47,none,none,none, auriferous,auriferous,Err:512,Err:512,10,8,4,auriferous,17.00,0.21,17.00,0.21,none,none,none, aurora,aurora,2.45,Name,6,4,3,aurora,12.70,0.90,12.70,0.90,none,12.43,none, auscultation,auscultation,0.04,Noun,12,9,4,auscultation,16.22,0.50,16.22,0.50,none,none,none, auspices,auspices,0.12,Noun,8,7,3,auspices,14.89,0.82,14.89,0.82,none,none,none, auspicious,auspicious,0.51,Adjective,10,7,3,auspicious,13.93,0.83,13.93,0.83,none,none,none, austere,austere,0.22,Adjective,7,5,2,austere,13.77,0.72,13.77,0.72,none,none,none, austerity,austerity,0.10,Noun,9,8,4,austerity,16.79,0.95,16.79,0.95,none,none,none, austral,austral,0.04,Noun,7,6,2,austral,14.09,0.58,14.09,0.58,none,none,none, australopithecine,australopithecine,0.04,Noun,17,14,6,australopithecine,12.83,0.32,12.83,0.32,none,none,none, auteur,auteur,0.10,Noun,6,4,2,auteur,15.00,0.43,15.00,0.43,none,none,none, authentic,authentic,4.51,Adjective,9,7,3,authentic,8.42,1.00,8.42,1.00,none,none,none, authenticate,authenticate,0.61,Verb,12,9,4,authenticate,12.42,1.00,12.42,1.00,none,none,none, authenticated,authenticated,0.76,Verb,13,11,5,authenticate,none,none,12.42,1.00,none,none,none, authenticating,authenticating,0.02,Verb,14,11,5,authenticate,none,none,12.42,1.00,none,none,none, authentication,authentication,0.27,Noun,14,11,5,authentication,12.56,1.00,12.56,1.00,none,none,none, authenticator,authenticator,0.12,Noun,13,10,5,authenticator,13.72,1.00,13.72,1.00,none,none,none, authenticity,authenticity,1.16,Noun,12,10,5,authenticity,12.11,1.00,12.11,1.00,none,none,none, author,author,7.94,Noun,6,3,2,author,7.10,1.00,7.10,1.00,none,8.24,none,6.33 authored,authored,0.06,Verb,8,4,2,author,none,none,7.10,1.00,none,8.24,none,6.33 authoress,authoress,0.08,Noun,9,5,3,authoress,13.19,0.84,13.19,0.84,none,none,none, authorial,authorial,0.02,Adjective,9,6,4,authorial,15.50,0.80,15.50,0.80,none,none,none, authoritarian,authoritarian,0.06,Adjective,13,11,6,authoritarian,12.95,1.00,12.95,1.00,none,none,none, authoritarianism,authoritarianism,0.02,Noun,16,15,8,authoritarianism,13.44,0.89,13.44,0.89,none,none,none, authoritative,authoritative,0.20,Adjective,13,10,5,authoritative,11.72,0.95,11.72,0.95,none,none,none, authorities,authorities,12.78,Noun,11,8,4,authority,none,none,7.50,1.00,none,none,none, authority,authority,21.22,Noun,9,7,4,authority,7.50,1.00,7.50,1.00,none,none,none, authorization,authorisation,3.61,Noun,13,9,5,authorization,11.11,1.00,11.11,1.00,none,none,none, authorizations,authorisations,0.02,Noun,14,10,5,authorization,none,none,11.11,1.00,none,none,none, authorize,authorise,2.06,Verb,9,5,3,authorize,9.84,1.00,9.84,1.00,none,none,none, authorized,authorised,6.25,Verb,10,6,3,authorize,none,none,9.84,1.00,none,none,none, authorizes,authorises,0.18,Verb,10,7,4,authorize,none,none,9.84,1.00,none,none,none, authorizing,authorising,0.57,Verb,11,7,4,authorize,none,none,9.84,1.00,none,none,none, authors,authors,1.39,Noun,7,4,2,author,none,none,7.10,1.00,none,8.24,none,6.33 authorship,authorship,0.10,Noun,10,6,3,authorship,10.59,0.89,10.59,0.89,none,none,none, autism,autism,0.71,Noun,6,6,3,autism,14.21,0.95,14.21,0.95,none,none,none, autistic,autistic,1.14,Adjective,8,7,3,autistic,14.35,1.00,14.35,1.00,none,none,none, auto,auto,7.67,Noun,4,3,2,auto,7.22,1.00,7.22,1.00,none,none,none,6.82 autobiographer,autobiographer,0.02,Noun,14,11,6,autobiographer,9.95,1.00,9.95,1.00,none,none,none, autobiographical,autobiographical,0.43,Adjective,16,14,7,autobiographical,9.33,1.00,9.33,1.00,none,none,none, autobiographies,autobiographies,0.06,Noun,15,12,6,autobiography,none,none,9.83,1.00,none,none,none, autobiography,autobiography,0.80,Noun,13,11,6,autobiography,9.83,1.00,9.83,1.00,none,none,none, autobus,autobus,0.04,Noun,7,6,3,autobus,11.29,0.74,11.29,0.74,none,none,none, autoclave,autoclave,0.08,Noun,9,7,3,autoclave,15.64,0.74,15.64,0.74,none,none,none, autocracy,autocracy,0.04,Noun,9,8,4,autocracy,13.29,0.89,13.29,0.89,12.74,none,none, autocrat,autocrat,0.02,Noun,8,7,3,autocrat,13.67,0.79,13.67,0.79,none,none,none, autocratic,autocratic,0.08,Adjective,10,9,4,autocratic,14.35,0.89,14.35,0.89,none,none,none, autodidactic,autodidactic,0.02,Adjective,12,11,5,autodidactic,15.69,0.68,15.69,0.68,none,none,none, autoerotic,autoerotic,0.04,Adjective,10,9,5,autoerotic,15.36,0.58,15.36,0.58,none,none,none, autogenesis,autogenesis,0.04,Noun,11,10,5,autogenesis,14.29,0.37,14.29,0.37,none,none,none, autogiro,autogiro,0.02,Noun,8,7,4,autogiro,15.86,0.35,15.86,0.35,none,none,none, autogiros,autogiros,0.02,Noun,9,8,4,autogiro,none,none,15.86,0.35,none,none,none, autograph,autograph,8.16,Noun,9,7,3,autograph,6.89,1.00,6.89,1.00,none,none,none, autographed,autographed,1.18,Adjective,11,8,3,autographed,6.94,1.00,6.94,1.00,none,none,none, autographing,autographing,0.04,Verb,12,9,4,autograph,none,none,6.89,1.00,none,none,none, autographs,autographs,2.22,Noun,10,8,3,autograph,none,none,6.89,1.00,none,none,none, autohypnosis,autohypnosis,0.04,Noun,12,11,5,autohypnosis,16.70,0.53,16.70,0.53,none,none,none, autoimmune,autoimmune,0.18,Noun,10,7,3,autoimmune,13.05,1.00,13.05,1.00,none,none,none, autolysis,autolysis,0.02,Noun,9,8,4,autolysis,14.70,0.53,14.70,0.53,none,none,none, automaker,automaker,0.02,Noun,9,7,4,automaker,11.41,0.94,11.41,0.94,none,none,none, automakers,automakers,0.24,Noun,10,8,4,automaker,none,none,11.41,0.94,none,none,none, automat,automat,0.37,Noun,7,6,3,automat,10.75,0.63,10.75,0.63,none,none,none, automate,automate,0.08,Verb,8,6,3,automate,11.76,0.94,11.76,0.94,none,none,none, automated,automated,1.43,Adjective,9,8,4,automated,11.11,1.00,11.11,1.00,none,none,none, automates,automates,0.04,Verb,9,7,3,automate,none,none,11.76,0.94,none,none,none, automatic,automatic,6.98,Adjective,9,8,4,automatic,9.00,1.00,9.00,1.00,none,none,none, automating,automating,0.02,Verb,10,8,4,automate,none,none,11.76,0.94,none,none,none, automation,automation,0.18,Noun,10,8,4,automation,12.06,0.95,12.06,0.95,none,none,none, automatism,automatism,0.02,Noun,10,10,5,automatism,14.00,0.33,14.00,0.33,none,none,none, automaton,automaton,0.22,Noun,9,8,4,automaton,14.40,1.00,14.40,1.00,none,none,none, automatons,automatons,0.12,Noun,10,9,4,automaton,none,none,14.40,1.00,none,none,none, automats,automats,0.02,Noun,8,7,3,automat,none,none,10.75,0.63,none,none,none, automobile,automobile,5.71,Noun,10,8,4,automobile,7.11,1.00,7.11,1.00,none,9.54,none, automobiles,automobiles,1.12,Noun,11,9,4,automobile,none,none,7.11,1.00,none,9.54,none, automotive,automotive,0.65,Adjective,10,8,4,automotive,7.89,1.00,7.89,1.00,none,none,none, autonomic,autonomic,0.18,Adjective,9,8,4,autonomic,13.47,0.79,13.47,0.79,none,none,none, autonomous,autonomous,0.22,Adjective,10,8,4,autonomous,12.59,0.85,12.59,0.85,none,none,none, autonomy,autonomy,0.53,Noun,8,7,4,autonomy,13.82,0.94,13.82,0.94,none,none,none, autopilot,autopilot,1.00,Noun,9,8,4,autopilot,10.39,1.00,10.39,1.00,none,none,none, autopilots,autopilots,0.02,Verb,10,9,4,autopilot,none,none,10.39,1.00,none,none,none, autopsied,autopsied,0.10,Verb,9,7,3,autopsy,none,none,11.71,1.00,none,none,none, autopsies,autopsies,0.51,Noun,9,7,3,autopsy,none,none,11.71,1.00,none,none,none, autopsy,autopsy,9.59,Noun,7,6,3,autopsy,11.71,1.00,11.71,1.00,none,none,none, autopsying,autopsying,0.08,Verb,10,8,4,autopsy,none,none,11.71,1.00,none,none,none, autos,autos,0.08,Noun,5,4,2,auto,none,none,7.22,1.00,none,none,none,6.82 autosuggestion,autosuggestion,0.02,Noun,14,12,5,autosuggestion,16.73,0.79,16.73,0.79,none,none,none, autumn,autumn,3.78,Noun,6,4,2,autumn,6.00,1.00,6.00,1.00,none,5.67,none,6.47 autumnal,autumnal,0.16,Adjective,8,7,3,autumnal,13.06,0.89,13.06,0.89,none,none,none, autumns,autumns,0.04,Noun,7,5,2,autumn,none,none,6.00,1.00,none,5.67,none,6.47 auxiliaries,auxiliaries,0.22,Noun,11,10,4,auxiliary,none,none,14.00,0.95,none,none,none, auxiliary,auxiliary,2.14,Adjective,9,8,4,auxiliary,14.00,0.95,14.00,0.95,none,none,none, avail,avail,0.84,Verb,5,4,2,avail,12.11,1.00,12.11,1.00,11.71,none,none,11.49 availability,availability,0.59,Noun,12,11,6,availability,9.00,1.00,9.00,1.00,none,none,none, available,available,25.94,Adjective,9,8,4,available,8.50,0.95,8.50,0.95,none,none,none, availed,availed,0.06,Verb,7,5,2,avail,none,none,12.11,1.00,11.71,none,none,11.49 availing,availing,0.04,Verb,8,6,3,avail,none,none,12.11,1.00,11.71,none,none,11.49 avails,avails,0.06,Verb,6,5,2,avail,none,none,12.11,1.00,11.71,none,none,11.49 avalanche,avalanche,3.39,Noun,9,7,3,avalanche,9.60,0.95,9.60,0.95,none,none,none, avalanches,avalanches,0.25,Noun,10,9,4,avalanche,none,none,9.60,0.95,none,none,none, avarice,avarice,0.49,Noun,7,5,3,avarice,13.55,0.61,13.55,0.61,12.04,none,none, avaricious,avaricious,0.08,Adjective,10,8,4,avaricious,16.00,0.40,16.00,0.40,none,none,none, avariciousness,avariciousness,0.02,Noun,14,11,5,avariciousness,15.42,0.60,15.42,0.60,none,none,none, avast,avast,0.39,Verb,5,5,2,avast,13.50,0.63,13.50,0.63,none,none,none, avatar,avatar,0.27,Noun,6,6,3,avatar,13.46,1.00,13.46,1.00,none,none,none, avatars,avatars,0.18,Noun,7,7,3,avatar,none,none,13.46,1.00,none,none,none, ave,ave,1.39,Name,3,5,3,ave,10.27,0.79,10.27,0.79,none,none,none, avenge,avenge,3.02,Verb,6,5,2,avenge,10.68,1.00,10.68,1.00,none,11.19,none,10.60 avenged,avenged,0.86,Verb,7,6,2,avenge,none,none,10.68,1.00,none,11.19,none,10.60 avenger,avenger,2.35,Name,7,6,3,avenger,10.62,0.95,10.62,0.95,none,none,none, avengers,avengers,0.27,Noun,8,7,3,avenger,none,none,10.62,0.95,none,none,none, avenges,avenges,0.12,Verb,7,7,3,avenge,none,none,10.68,1.00,none,11.19,none,10.60 avenging,avenging,0.45,Adjective,8,7,3,avenging,11.32,1.00,11.32,1.00,none,none,none, avenue,avenue,16.88,Noun,6,5,3,avenue,7.00,1.00,7.00,1.00,none,7.45,none, avenues,avenues,0.59,Noun,7,6,3,avenue,none,none,7.00,1.00,none,7.45,none, aver,aver,0.08,Verb,4,3,2,aver,12.00,0.47,12.00,0.47,none,none,none, average,average,16.65,Adjective,7,5,3,average,8.90,1.00,8.90,1.00,none,none,none, averaged,averaged,0.20,Verb,8,6,2,average,none,none,8.90,1.00,none,none,none, averages,averages,0.76,Noun,8,7,3,average,none,none,8.90,1.00,none,none,none, averaging,averaging,0.27,Verb,9,7,3,average,none,none,8.90,1.00,none,none,none, averse,averse,0.29,Adjective,6,4,2,averse,13.74,1.00,13.74,1.00,none,none,none, aversion,aversion,1.33,Noun,8,6,3,aversion,11.94,0.89,11.94,0.89,none,none,none, avert,avert,0.59,Verb,5,4,2,avert,10.71,0.85,10.71,0.85,none,none,none,10.99 averted,averted,0.69,Verb,7,6,3,avert,none,none,10.71,0.85,none,none,none,10.99 averting,averting,0.06,Verb,8,6,3,avert,none,none,10.71,0.85,none,none,none,10.99 avian,avian,0.08,Adjective,5,5,3,avian,12.36,0.74,12.36,0.74,none,none,none, aviary,aviary,0.16,Noun,6,6,4,aviary,12.00,0.95,12.00,0.95,none,none,none, aviation,aviation,1.43,Noun,8,7,4,aviation,10.32,1.00,10.32,1.00,none,none,none, aviator,aviator,0.55,Noun,7,6,4,aviator,8.95,1.00,8.95,1.00,none,11.28,none, aviators,aviators,0.25,Noun,8,7,4,aviator,none,none,8.95,1.00,none,11.28,none, aviatrix,aviatrix,0.02,Noun,8,9,4,aviatrix,12.67,0.33,12.67,0.33,none,none,none, avid,avid,0.49,Adjective,4,4,2,avid,11.11,1.00,11.11,1.00,none,none,none, avionics,avionics,0.25,Noun,8,8,4,avionics,14.31,0.72,14.31,0.72,none,none,none, avocado,avocado,1.22,Noun,7,7,4,avocado,9.29,0.94,9.29,0.94,none,none,none, avocados,avocados,0.25,Noun,8,8,4,avocado,none,none,9.29,0.94,none,none,none, avocation,avocation,0.18,Noun,9,8,4,avocation,15.88,0.85,15.88,0.85,none,none,none, avoid,avoid,24.29,Verb,5,4,2,avoid,8.50,1.00,8.50,1.00,7.76,none,none,7.65 avoidable,avoidable,0.04,Adjective,9,8,4,avoidable,9.22,1.00,9.22,1.00,none,none,none, avoidance,avoidance,0.51,Noun,9,7,3,avoidance,11.68,1.00,11.68,1.00,none,none,none, avoidances,avoidances,0.02,Noun,10,9,4,avoidance,none,none,11.68,1.00,none,none,none, avoidant,avoidant,0.02,Adjective,8,7,3,avoidant,12.43,0.74,12.43,0.74,none,none,none, avoided,avoided,2.63,Verb,7,6,3,avoid,none,none,8.50,1.00,7.76,none,none,7.65 avoider,avoider,0.04,Noun,7,5,3,avoider,10.33,1.00,10.33,1.00,none,none,none, avoiding,avoiding,6.82,Verb,8,6,3,avoid,none,none,8.50,1.00,7.76,none,none,7.65 avoids,avoids,0.49,Verb,6,5,2,avoid,none,none,8.50,1.00,7.76,none,none,7.65 avouch,avouch,0.02,Verb,6,4,2,avouch,16.12,0.42,16.12,0.42,none,none,none, avouches,avouches,0.02,Verb,8,6,3,avouch,none,none,16.12,0.42,none,none,none, avow,avow,0.04,Verb,4,3,2,avow,13.67,0.79,13.67,0.79,none,none,none, avowal,avowal,0.00,Err:512,6,5,3,avowal,13.17,0.71,13.17,0.71,none,12.55,none, avulsion,avulsion,0.04,Noun,8,9,4,avulsion,15.88,0.40,15.88,0.40,none,none,none, avuncular,avuncular,0.12,Adjective,9,9,4,avuncular,15.00,0.53,15.00,0.53,none,none,none, await,await,3.55,Verb,5,4,2,await,9.00,1.00,9.00,1.00,8.25,9.77,none,8.96 awaited,awaited,0.69,Verb,7,6,3,await,none,none,9.00,1.00,8.25,9.77,none,8.96 awaiting,awaiting,3.76,Verb,8,6,3,await,none,none,9.00,1.00,8.25,9.77,none,8.96 awaits,awaits,3.90,Verb,6,5,2,await,none,none,9.00,1.00,8.25,9.77,none,8.96 awake,awake,26.71,Adjective,5,4,2,awake,4.67,1.00,4.67,1.00,5.99,none,none,5.31 awaked,awaked,0.10,Verb,6,5,2,awake,none,none,4.67,1.00,5.99,none,none,5.31 awaken,awaken,2.45,Verb,6,6,3,awaken,7.17,1.00,7.17,1.00,none,none,none, awakened,awakened,2.08,Verb,8,7,3,awaken,none,none,7.17,1.00,none,none,none, awakener,awakener,0.02,Noun,8,7,4,awakener,11.76,0.85,11.76,0.85,none,none,none, awakening,awakening,1.24,Noun,9,8,4,awakening,10.89,1.00,10.89,1.00,none,none,none, awakenings,awakenings,0.06,Noun,10,9,4,awakening,none,none,10.89,1.00,none,none,none, awakens,awakens,0.45,Verb,7,7,3,awaken,none,none,7.17,1.00,none,none,none, awakes,awakes,0.33,Verb,6,5,2,awake,none,none,4.67,1.00,5.99,none,none,5.31 award,award,12.88,Noun,5,5,2,award,7.50,1.00,7.50,1.00,7.37,none,none,6.13 awarded,awarded,2.47,Verb,7,7,3,award,none,none,7.50,1.00,7.37,none,none,6.13 awarding,awarding,0.18,Verb,8,7,3,award,none,none,7.50,1.00,7.37,none,none,6.13 awards,awards,4.84,Noun,6,6,2,award,none,none,7.50,1.00,7.37,none,none,6.13 aware,aware,35.65,Adjective,5,4,2,aware,6.75,1.00,6.75,1.00,7.16,8.68,none,7.65 awareness,awareness,2.25,Noun,9,7,3,awareness,9.30,1.00,9.30,1.00,8.29,none,none, awash,awash,0.31,Adjective,5,4,2,awash,11.40,0.83,11.40,0.83,none,none,none, away,away,730.90,Adverb,4,3,2,away,5.07,1.00,5.07,1.00,4.62,4.54,none,5.74 awe,awe,2.63,Noun,3,1,1,awe,9.06,1.00,9.06,1.00,9.25,none,8.33, awed,awed,0.12,Adjective,4,2,1,awed,10.41,0.94,10.41,0.94,none,none,none, aweigh,aweigh,0.27,Verb,6,3,2,aweigh,13.36,0.58,13.36,0.58,none,none,none, aweless,aweless,0.02,Adjective,7,4,2,aweless,10.38,0.65,10.38,0.65,none,none,none, awesome,awesome,31.37,Adjective,7,4,2,awesome,7.33,1.00,7.33,1.00,none,9.22,none,6.26 awesomeness,awesomeness,0.14,Noun,11,7,3,awesomeness,10.95,1.00,10.95,1.00,none,none,none, awestruck,awestruck,0.06,Noun,9,6,2,awestruck,10.28,1.00,10.28,1.00,none,none,none, awful,awful,63.41,Adjective,5,4,2,awful,6.26,1.00,6.26,1.00,5.87,none,none,6.33 awfulness,awfulness,0.10,Noun,9,7,3,awfulness,9.67,1.00,9.67,1.00,none,none,none, awhile,awhile,9.47,Adverb,6,4,2,awhile,7.12,1.00,7.12,1.00,none,none,none,6.75 awkward,awkward,14.31,Adjective,7,5,2,awkward,8.58,1.00,8.58,1.00,6.66,9.11,none,8.37 awkwardness,awkwardness,0.63,Noun,11,8,3,awkwardness,9.89,1.00,9.89,1.00,none,none,none, awl,awl,0.04,Noun,3,2,1,awl,10.75,0.89,10.75,0.89,none,none,none, awn,awn,0.02,Noun,3,2,1,awn,10.86,0.39,10.86,0.39,none,none,none, awning,awning,0.47,Noun,6,4,2,awning,11.06,0.95,11.06,0.95,none,none,none, awnings,awnings,0.08,Noun,7,5,2,awning,none,none,11.06,0.95,none,none,none, awoke,awoke,1.31,Verb,5,4,2,awake,none,none,4.67,1.00,5.99,none,none,5.31 awoken,awoken,0.24,Verb,6,6,3,awake,none,none,4.67,1.00,5.99,none,none,5.31 awry,awry,0.55,Adverb,4,2,2,awry,11.60,0.95,11.60,0.95,none,none,none,12.22 ax,axe,4.33,Noun,2,3,1,ax,6.32,1.00,6.32,1.00,none,none,6.13, axe,axe,4.88,Noun,3,3,1,axe,6.11,1.00,6.11,1.00,none,6.30,6.67, axed,axed,0.29,Verb,4,4,1,axe,none,none,6.11,1.00,none,6.30,6.67, axial,axial,0.14,Adjective,5,6,3,axial,11.62,0.73,11.62,0.73,none,none,none, axiom,axiom,0.14,Noun,5,6,3,axiom,16.25,0.76,16.25,0.76,none,none,none, axiomatic,axiomatic,0.04,Adjective,9,10,5,axiomatic,12.50,0.32,12.50,0.32,none,none,none, axioms,axioms,0.02,Noun,6,7,3,axiom,none,none,16.25,0.76,none,none,none, axis,axis,1.59,Noun,4,5,2,axis,12.10,1.00,12.10,1.00,none,none,none,10.90 axle,axle,1.24,Noun,4,5,2,axle,10.85,1.00,10.85,1.00,none,11.13,none,8.87 axles,axles,0.06,Noun,5,6,2,axle,none,none,10.85,1.00,none,11.13,none,8.87 axon,axon,0.04,Noun,4,5,2,axon,14.07,0.70,14.07,0.70,none,none,none, axonal,axonal,0.02,Adjective,6,7,3,axonal,13.83,0.30,13.83,0.30,none,none,none, ayatollah,ayatollah,0.25,Noun,9,6,4,ayatollah,15.47,0.89,15.47,0.89,none,none,none, ayatollahs,ayatollahs,0.08,Noun,10,7,4,ayatollah,none,none,15.47,0.89,none,none,none, aye,aye,43.84,Interjection,3,1,1,aye,9.69,0.90,9.69,0.90,none,none,11.56, azalea,azalea,0.12,Noun,6,6,3,azalea,13.00,0.67,13.00,0.67,none,none,none, azaleas,azaleas,0.35,Noun,7,7,3,azalea,none,none,13.00,0.67,none,none,none, azimuth,azimuth,0.29,Noun,7,6,3,azimuth,15.67,0.17,15.67,0.17,none,none,none, azimuths,azimuths,0.02,Noun,8,7,3,azimuth,none,none,15.67,0.17,none,none,none, azure,azure,0.29,Noun,5,3,2,azure,12.54,0.72,12.54,0.72,10.53,none,none, babble,babble,0.86,Verb,6,5,2,babble,7.17,1.00,7.17,1.00,none,none,none,8.87 babbled,babbled,0.22,Verb,7,6,2,babble,none,none,7.17,1.00,none,none,none,8.87 babbles,babbles,0.16,Verb,7,6,2,babble,none,none,7.17,1.00,none,none,none,8.87 babbling,babbling,3.10,Verb,8,7,3,babble,none,none,7.17,1.00,none,none,none,8.87 babe,babe,35.57,Noun,4,3,1,babe,6.61,1.00,6.61,1.00,none,6.15,6.87, babes,babes,3.47,Noun,5,4,1,babe,none,none,6.61,1.00,none,6.15,6.87, babied,babied,0.10,Verb,6,5,2,baby,none,none,3.84,1.00,3.54,none,none,3.87 babies,babies,33.41,Noun,6,5,2,baby,none,none,3.84,1.00,3.54,none,none,3.87 baboon,baboon,1.71,Noun,6,5,2,baboon,9.11,1.00,9.11,1.00,8.21,none,none,6.61 baboons,baboons,0.67,Noun,7,6,2,baboon,none,none,9.11,1.00,8.21,none,none,6.61 babushka,babushka,0.10,Noun,8,7,3,babushka,13.09,0.61,13.09,0.61,none,none,none, babushkas,babushkas,0.02,Noun,9,8,3,babushka,none,none,13.09,0.61,none,none,none, baby,baby,509.37,Noun,4,4,2,baby,3.84,1.00,3.84,1.00,3.54,none,none,3.87 babycarriage,baby carriage,Err:512,Noun,12,9,5,babycarriage,5.52,1.00,5.52,1.00,none,none,none, babyhood,babyhood,0.02,Noun,8,7,3,babyhood,7.85,1.00,7.85,1.00,none,none,none, babying,babying,0.12,Verb,7,6,3,baby,none,none,3.84,1.00,3.54,none,none,3.87 babyish,babyish,0.10,Adjective,7,6,3,babyish,6.84,0.95,6.84,0.95,none,none,none, babysat,babysat,0.14,Verb,7,7,3,babysit,none,none,5.89,1.00,8.73,none,none, babysit,babysit,2.04,Verb,7,7,3,babysit,5.89,1.00,5.89,1.00,8.73,none,none, babysits,babysits,0.08,Verb,8,8,3,babysit,none,none,5.89,1.00,8.73,none,none, babysitter,babysitter,4.63,Noun,10,8,4,babysitter,5.86,1.00,5.86,1.00,none,none,none, babysitters,babysitters,0.45,Noun,11,9,4,babysitter,none,none,5.86,1.00,none,none,none, babysitting,babysitting,2.71,Verb,11,9,4,babysit,none,none,5.89,1.00,8.73,none,none, baccalaureate,baccalaureate,0.02,Adjective,13,10,5,baccalaureate,15.15,0.91,15.15,0.91,none,none,none, baccarat,baccarat,0.76,Noun,8,5,3,baccarat,13.75,0.67,13.75,0.67,none,none,none, bacchanal,bacchanal,0.16,Adjective,9,7,3,bacchanal,17.18,0.55,17.18,0.55,none,none,none, bacchanalia,bacchanalia,0.04,Noun,11,9,4,bacchanalia,15.40,0.23,15.40,0.23,none,none,none, bacchanals,bacchanals,0.04,Noun,10,8,3,bacchanal,none,none,17.18,0.55,none,none,none, bachelor,bachelor,9.88,Noun,8,6,3,bachelor,12.00,1.00,12.00,1.00,none,none,none, bachelorette,bachelorette,1.61,Noun,12,7,3,bachelorette,13.26,1.00,13.26,1.00,none,none,none, bachelorhood,bachelorhood,0.22,Noun,12,8,3,bachelorhood,13.37,0.95,13.37,0.95,none,none,none, bachelors,bachelors,1.35,Noun,9,6,2,bachelor,none,none,12.00,1.00,none,none,none, bacillary,bacillary,Err:512,Err:512,9,8,4,bacillary,18.00,0.19,18.00,0.19,none,none,none, bacilli,bacilli,0.04,Noun,7,6,3,bacillus,none,none,13.33,0.47,none,none,none, bacillus,bacillus,0.02,Noun,8,7,3,bacillus,13.33,0.47,13.33,0.47,none,none,none, back,back,2009.16,Adverb,4,3,1,back,5.31,1.00,5.31,1.00,4.38,4.67,4.25, backache,backache,0.25,Noun,8,5,2,backache,7.89,1.00,7.89,1.00,none,none,none, backaches,backaches,0.18,Noun,9,6,2,backache,none,none,7.89,1.00,none,none,none, backbeat,backbeat,0.08,Noun,8,6,2,backbeat,12.58,0.67,12.58,0.67,none,none,none, backbencher,backbencher,0.02,Noun,11,8,3,backbencher,15.00,0.50,15.00,0.50,12.53,none,none, backbend,backbend,0.04,Noun,8,7,2,backbend,9.44,0.95,9.44,0.95,none,none,none, backbiter,backbiter,0.02,Noun,9,7,3,backbiter,11.50,0.63,11.50,0.63,none,none,none, backbiters,backbiters,0.02,Noun,10,8,3,backbiter,none,none,11.50,0.63,none,none,none, backbiting,backbiting,0.10,Noun,10,8,3,backbiting,13.28,0.90,13.28,0.90,none,none,none, backboard,backboard,0.47,Noun,9,6,2,backboard,8.63,1.00,8.63,1.00,none,none,none, backboards,backboards,0.06,Noun,10,7,2,backboard,none,none,8.63,1.00,none,none,none, backbone,backbone,1.65,Noun,8,6,2,backbone,6.95,1.00,6.95,1.00,none,none,none, backbones,backbones,0.12,Noun,9,7,2,backbone,none,none,6.95,1.00,none,none,none, backbreaker,backbreaker,0.02,Noun,11,8,3,backbreaker,11.55,1.00,11.55,1.00,none,none,none, backchat,backchat,0.02,Noun,8,6,2,backchat,10.38,0.44,10.38,0.44,none,none,none, backcountry,backcountry,0.29,Noun,11,8,3,backcountry,9.29,0.94,9.29,0.94,none,none,none, backcourt,backcourt,0.10,Noun,9,6,2,backcourt,11.50,0.67,11.50,0.67,none,none,none, backdoor,backdoor,0.59,Noun,8,6,2,backdoor,6.11,1.00,6.11,1.00,none,none,none, backdrop,backdrop,0.47,Noun,8,7,2,backdrop,9.78,0.95,9.78,0.95,none,none,none, backdrops,backdrops,0.04,Noun,9,8,2,backdrop,none,none,9.78,0.95,none,none,none, backed,backed,7.49,Verb,6,4,1,back,none,none,5.31,1.00,4.38,4.67,4.25, backer,backer,1.06,Noun,6,4,2,backer,13.10,1.00,13.10,1.00,none,none,none, backers,backers,0.67,Noun,7,5,2,backer,none,none,13.10,1.00,none,none,none, backfield,backfield,0.31,Noun,9,7,2,backfield,11.47,0.85,11.47,0.85,none,none,none, backfire,backfire,0.86,Verb,8,6,2,backfire,10.47,1.00,10.47,1.00,none,none,none, backfired,backfired,1.04,Verb,9,7,3,backfire,none,none,10.47,1.00,none,none,none, backfires,backfires,0.27,Verb,9,7,3,backfire,none,none,10.47,1.00,none,none,none, backfiring,backfiring,0.20,Verb,10,8,4,backfire,none,none,10.47,1.00,none,none,none, backflow,backflow,0.02,Noun,8,6,2,backflow,14.00,0.90,14.00,0.90,none,none,none, backgammon,backgammon,0.73,Noun,10,8,3,backgammon,10.00,1.00,10.00,1.00,none,none,none, background,background,17.63,Noun,10,8,2,background,8.67,1.00,8.67,1.00,none,7.98,none, backgrounder,backgrounder,0.02,Noun,12,9,3,backgrounder,11.07,0.78,11.07,0.78,none,none,none, backgrounders,backgrounders,0.02,Noun,13,10,3,backgrounder,none,none,11.07,0.78,none,none,none, backgrounds,backgrounds,0.96,Noun,11,9,2,background,none,none,8.67,1.00,none,7.98,none, backhand,backhand,0.73,Adjective,8,7,2,backhand,8.67,1.00,8.67,1.00,none,none,none, backhanded,backhanded,0.14,Adjective,10,9,3,backhanded,10.00,1.00,10.00,1.00,none,none,none, backhands,backhands,0.04,Verb,9,8,2,backhand,none,none,8.67,1.00,none,none,none, backhoe,backhoe,0.25,Noun,7,5,2,backhoe,8.68,0.90,8.68,0.90,none,none,none, backhoes,backhoes,0.02,Noun,8,6,2,backhoe,none,none,8.68,0.90,none,none,none, backing,backing,6.35,Verb,7,5,2,back,none,none,5.31,1.00,4.38,4.67,4.25, backlash,backlash,0.14,Noun,8,6,2,backlash,10.44,1.00,10.44,1.00,none,none,none, backless,backless,0.29,Adjective,8,6,2,backless,11.78,0.95,11.78,0.95,none,none,none, backlit,backlit,0.08,Adjective,7,6,2,backlit,13.17,0.95,13.17,0.95,none,none,none, backlog,backlog,0.33,Noun,7,6,2,backlog,12.43,0.95,12.43,0.95,none,none,none, backlogs,backlogs,0.02,Noun,8,7,2,backlog,none,none,12.43,0.95,none,none,none, backpack,backpack,3.65,Noun,8,6,2,backpack,5.38,1.00,5.38,1.00,none,none,none, backpacked,backpacked,0.06,Verb,10,7,2,backpack,none,none,5.38,1.00,none,none,none, backpacker,backpacker,0.04,Noun,10,7,3,backpacker,10.37,1.00,10.37,1.00,none,none,none, backpackers,backpackers,0.02,Noun,11,8,3,backpacker,none,none,10.37,1.00,none,none,none, backpacking,backpacking,0.63,Verb,11,8,3,backpack,none,none,5.38,1.00,none,none,none, backpacks,backpacks,0.45,Noun,9,7,2,backpack,none,none,5.38,1.00,none,none,none, backpedal,backpedal,0.04,Adjective,9,8,3,backpedal,11.00,1.00,11.00,1.00,none,none,none, backpedals,backpedals,0.02,Noun,10,9,3,backpedal,none,none,11.00,1.00,none,none,none, backplane,backplane,0.02,Noun,9,7,2,backplane,12.00,0.44,12.00,0.44,none,none,none, backrest,backrest,0.02,Adjective,8,7,2,backrest,8.35,1.00,8.35,1.00,none,none,none, backrests,backrests,0.02,Noun,9,8,2,backrest,none,none,8.35,1.00,none,none,none, backroom,backroom,0.51,Noun,8,6,2,backroom,9.95,1.00,9.95,1.00,none,none,none, backrooms,backrooms,0.04,Noun,9,7,2,backroom,none,none,9.95,1.00,none,none,none, backs,backs,7.84,Noun,5,4,1,back,none,none,5.31,1.00,4.38,4.67,4.25, backscatter,backscatter,0.02,Noun,11,8,3,backscatter,15.58,0.63,15.58,0.63,none,none,none, backscratcher,backscratcher,0.10,Noun,13,9,3,backscratcher,6.63,0.95,6.63,0.95,none,none,none, backseat,backseat,2.29,Noun,8,6,2,backseat,5.11,1.00,5.11,1.00,none,none,none, backseats,backseats,0.06,Noun,9,7,2,backseat,none,none,5.11,1.00,none,none,none, backside,backside,1.67,Noun,8,6,2,backside,5.61,1.00,5.61,1.00,none,none,none, backsides,backsides,0.29,Noun,9,7,2,backside,none,none,5.61,1.00,none,none,none, backslapper,backslapper,0.02,Noun,11,8,3,backslapper,10.90,1.00,10.90,1.00,none,none,none, backslash,backslash,0.08,Noun,9,7,2,backslash,12.59,0.94,12.59,0.94,none,none,none, backslid,backslid,0.06,Adjective,8,7,2,backslid,11.26,0.90,11.26,0.90,none,none,none, backslide,backslide,0.02,Verb,9,7,2,backslide,13.05,1.00,13.05,1.00,none,none,none, backspin,backspin,0.10,Noun,8,7,2,backspin,11.87,0.79,11.87,0.79,none,none,none, backstab,backstab,0.10,Verb,8,7,2,backstab,10.47,0.94,10.47,0.94,none,none,none, backstabber,backstabber,0.14,Noun,11,8,3,backstabber,10.44,1.00,10.44,1.00,none,none,none, backstabbers,backstabbers,0.10,Noun,12,9,3,backstabber,none,none,10.44,1.00,none,none,none, backstabbing,backstabbing,0.75,Verb,12,9,3,backstab,none,none,10.47,0.94,none,none,none, backstage,backstage,5.12,Adverb,9,7,2,backstage,9.24,1.00,9.24,1.00,none,none,none, backstairs,backstairs,0.20,Noun,10,8,2,backstairs,9.17,1.00,9.17,1.00,none,none,none, backstop,backstop,0.22,Noun,8,7,2,backstop,9.57,0.74,9.57,0.74,none,none,none, backstreet,backstreet,0.27,Noun,10,8,2,backstreet,11.11,0.95,11.11,0.95,none,none,none, backstreets,backstreets,0.12,Noun,11,9,2,backstreet,none,none,11.11,0.95,none,none,none, backstretch,backstretch,0.31,Noun,11,8,2,backstretch,11.28,0.95,11.28,0.95,none,none,none, backstroke,backstroke,0.27,Noun,10,8,2,backstroke,8.65,1.00,8.65,1.00,none,none,none, backswing,backswing,0.24,Noun,9,7,2,backswing,11.67,0.90,11.67,0.90,none,none,none, backtalk,backtalk,0.06,Noun,8,6,2,backtalk,7.89,0.95,7.89,0.95,none,none,none, backtrack,backtrack,0.75,Verb,9,7,2,backtrack,11.75,1.00,11.75,1.00,none,none,none, backtracked,backtracked,0.14,Verb,11,8,2,backtrack,none,none,11.75,1.00,none,none,none, backtracking,backtracking,0.18,Verb,12,9,3,backtrack,none,none,11.75,1.00,none,none,none, backup,backup,16.90,Noun,6,5,2,backup,11.11,1.00,11.11,1.00,none,none,none, backups,backups,0.45,Noun,7,6,2,backup,none,none,11.11,1.00,none,none,none, backward,backward,3.12,Adverb,8,6,2,backward,5.76,1.00,5.76,1.00,none,none,none,6.20 backwardness,backwardness,0.02,Noun,12,9,3,backwardness,7.47,1.00,7.47,1.00,none,none,none, backwards,backwards,13.08,Adverb,9,7,2,backwards,5.98,0.95,5.98,0.95,5.46,none,none, backwash,backwash,0.27,Noun,8,6,2,backwash,9.26,1.00,9.26,1.00,none,none,none, backwater,backwater,0.61,Noun,9,7,3,backwater,12.78,1.00,12.78,1.00,none,none,none, backwaters,backwaters,0.14,Noun,10,8,3,backwater,none,none,12.78,1.00,none,none,none, backwoods,backwoods,0.53,Noun,9,7,2,backwoods,10.26,0.95,10.26,0.95,none,none,none, backyard,backyard,7.24,Noun,8,7,2,backyard,3.38,1.00,3.38,1.00,none,none,none, backyards,backyards,0.24,Noun,9,8,2,backyard,none,none,3.38,1.00,none,none,none, bacon,bacon,11.86,Noun,5,5,2,bacon,5.00,1.00,5.00,1.00,none,5.18,none,4.75 bacons,bacons,0.04,Noun,6,6,2,bacon,none,none,5.00,1.00,none,5.18,none,4.75 bacteria,bacteria,3.04,Noun,8,8,4,bacteria,9.28,1.00,9.28,1.00,none,none,none, bacterial,bacterial,0.73,Adjective,9,9,4,bacterial,10.55,1.00,10.55,1.00,none,none,none, bacteriological,bacteriological,0.06,Adjective,15,15,7,bacteriological,13.94,0.84,13.94,0.84,none,none,none, bacterium,bacterium,0.18,Noun,9,9,4,bacterium,12.62,0.84,12.62,0.84,none,none,none, bad,bad,545.18,Adjective,3,3,1,bad,2.79,1.00,2.79,1.00,3.65,none,2.61, badass,badass,1.47,Noun,6,5,2,badass,12.14,1.00,12.14,1.00,none,none,none, baddie,baddie,0.02,Noun,6,4,2,baddie,8.62,0.72,8.62,0.72,none,none,none, baddies,baddies,0.04,Noun,7,5,2,baddy,none,none,9.00,0.75,none,none,none, baddy,baddy,0.10,Noun,5,4,2,baddy,9.00,0.75,9.00,0.75,none,none,none, bade,bade,0.43,Verb,4,3,1,bid,none,none,9.84,1.00,none,8.45,8.58, badge,badge,15.25,Noun,5,3,1,badge,6.11,1.00,6.11,1.00,none,5.48,6.74, badger,badger,1.75,Noun,6,4,2,badger,8.74,1.00,8.74,1.00,6.57,none,none, badgered,badgered,0.20,Verb,8,5,2,badger,none,none,8.74,1.00,6.57,none,none, badgering,badgering,1.04,Verb,9,6,3,badger,none,none,8.74,1.00,6.57,none,none, badgers,badgers,0.18,Noun,7,5,2,badger,none,none,8.74,1.00,6.57,none,none, badges,badges,2.00,Noun,6,5,2,badge,none,none,6.11,1.00,none,5.48,6.74, badinage,badinage,0.06,Noun,8,7,3,badinage,14.50,0.33,14.50,0.33,none,none,none, badly,badly,26.20,Adverb,5,5,2,badly,6.58,1.00,6.58,1.00,5.61,none,none, badminton,badminton,0.37,Noun,9,9,3,badminton,10.94,0.89,10.94,0.89,none,none,none, badmouth,badmouth,0.24,Noun,8,6,2,badmouth,8.25,1.00,8.25,1.00,none,none,none, badness,badness,0.57,Noun,7,6,2,badness,5.61,1.00,5.61,1.00,none,none,none, baffle,baffle,0.16,Verb,6,5,2,baffle,10.28,1.00,10.28,1.00,none,none,none, baffled,baffled,0.92,Verb,7,6,2,baffle,none,none,10.28,1.00,none,none,none, baffles,baffles,0.37,Verb,7,6,2,baffle,none,none,10.28,1.00,none,none,none, baffling,baffling,0.29,Adjective,8,7,3,baffling,11.26,1.00,11.26,1.00,none,none,none, bag,bag,94.04,Noun,3,3,1,bag,4.28,1.00,4.28,1.00,none,4.52,4.47, bagatelle,bagatelle,0.04,Noun,9,7,3,bagatelle,13.43,0.37,13.43,0.37,none,none,none, bagel,bagel,3.06,Noun,5,5,2,bagel,8.90,1.00,8.90,1.00,none,none,none,5.93 bagels,bagels,1.88,Noun,6,6,2,bagel,none,none,8.90,1.00,none,none,none,5.93 bagful,bagful,0.10,Adjective,6,6,2,bagful,5.75,0.84,5.75,0.84,none,none,none, baggage,baggage,6.24,Noun,7,5,2,baggage,7.52,1.00,7.52,1.00,none,7.84,none,8.62 bagged,bagged,1.86,Verb,6,4,1,bag,none,none,4.28,1.00,none,4.52,4.47, baggie,baggie,0.41,Noun,6,4,2,baggie,7.06,1.00,7.06,1.00,none,none,none, baggies,baggies,0.25,Noun,7,5,2,baggie,none,none,7.06,1.00,none,none,none, bagging,bagging,0.84,Verb,7,5,2,bag,none,none,4.28,1.00,none,4.52,4.47, baggy,baggy,0.94,Adjective,5,4,2,baggy,6.83,1.00,6.83,1.00,none,none,none, bagman,bagman,0.57,Noun,6,6,2,bagman,11.93,0.70,11.93,0.70,none,none,none, bagmen,bagmen,0.10,Noun,6,6,2,bagman,none,none,11.93,0.70,none,none,none, bagpipe,bagpipe,0.29,Noun,7,6,2,bagpipe,9.33,1.00,9.33,1.00,none,7.54,none, bagpiper,bagpiper,0.02,Noun,8,7,3,bagpiper,8.95,1.00,8.95,1.00,none,none,none, bagpipes,bagpipes,0.69,Noun,8,7,2,bagpipe,none,none,9.33,1.00,none,7.54,none, bags,bags,28.55,Noun,4,4,1,bag,none,none,4.28,1.00,none,4.52,4.47, baguette,baguette,0.27,Noun,8,5,2,baguette,13.75,0.84,13.75,0.84,none,none,none, baguettes,baguettes,0.14,Noun,9,8,3,baguette,none,none,13.75,0.84,none,none,none, bail,bail,17.35,Noun,4,3,1,bail,10.16,1.00,10.16,1.00,none,10.09,9.46, bailed,bailed,2.82,Verb,6,4,1,bail,none,none,10.16,1.00,none,10.09,9.46, bailer,bailer,0.18,Noun,6,4,2,bailer,12.11,0.86,12.11,0.86,none,none,none, bailers,bailers,0.02,Noun,7,5,2,bailer,none,none,12.11,0.86,none,none,none, bailiff,bailiff,2.16,Noun,7,5,2,bailiff,11.94,1.00,11.94,1.00,none,none,none,11.90 bailiffs,bailiffs,0.33,Noun,8,6,2,bailiff,none,none,11.94,1.00,none,none,none,11.90 bailing,bailing,1.41,Verb,7,5,2,bail,none,none,10.16,1.00,none,10.09,9.46, bailiwick,bailiwick,0.10,Noun,9,7,3,bailiwick,14.33,0.47,14.33,0.47,none,none,none, bails,bails,0.22,Verb,5,4,1,bail,none,none,10.16,1.00,none,10.09,9.46, bairn,bairn,0.24,Noun,5,5,2,bairn,12.00,0.14,12.00,0.14,none,none,none, bait,bait,9.73,Noun,4,3,1,bait,7.11,1.00,7.11,1.00,none,8.54,6.51, baited,baited,0.33,Verb,6,5,2,bait,none,none,7.11,1.00,none,8.54,6.51, baiting,baiting,0.73,Verb,7,5,2,bait,none,none,7.11,1.00,none,8.54,6.51, baits,baits,0.18,Noun,5,4,1,baits,7.78,0.95,7.78,0.95,none,none,none, bake,bake,6.33,Verb,4,3,1,bake,5.50,1.00,5.50,1.00,4.70,6.33,5.46, baker,baker,13.69,Name,5,4,2,baker,6.04,1.00,6.04,1.00,4.81,none,none, bakeries,bakeries,0.12,Noun,8,6,3,bakery,none,none,7.16,1.00,none,none,none, bakers,bakers,0.53,Noun,6,5,2,baker,none,none,6.04,1.00,4.81,none,none, bakery,bakery,3.51,Noun,6,5,3,bakery,7.16,1.00,7.16,1.00,none,none,none, bakes,bakes,0.53,Verb,5,4,1,bake,none,none,5.50,1.00,4.70,6.33,5.46, bakeshop,bakeshop,0.04,Noun,8,6,2,bakeshop,8.74,1.00,8.74,1.00,none,none,none, baking,baking,3.47,Verb,6,5,2,bake,none,none,5.50,1.00,4.70,6.33,5.46, baklava,baklava,0.29,Noun,7,7,3,baklava,15.69,0.84,15.69,0.84,none,none,none, balaclava,balaclava,0.04,Noun,9,9,4,balaclava,14.80,0.56,14.80,0.56,none,none,none, balalaika,balalaika,0.10,Noun,9,8,4,balalaika,16.25,0.18,16.25,0.18,none,none,none, balalaikas,balalaikas,0.04,Noun,10,9,4,balalaika,none,none,16.25,0.18,none,none,none, balance,balance,14.98,Noun,7,6,2,balance,9.89,1.00,9.89,1.00,none,7.35,none,6.68 balanced,balanced,2.37,Verb,8,7,2,balanced,8.08,1.00,8.08,1.00,none,none,none, balancer,balancer,0.04,Noun,8,7,3,balancer,8.47,1.00,8.47,1.00,none,none,none, balances,balances,0.63,Verb,8,8,3,balance,none,none,9.89,1.00,none,7.35,none,6.68 balancing,balancing,0.80,Verb,9,8,3,balance,none,none,9.89,1.00,none,7.35,none,6.68 balconies,balconies,0.45,Noun,9,8,3,balcony,none,none,8.10,1.00,none,none,none, balcony,balcony,7.31,Noun,7,7,3,balcony,8.10,1.00,8.10,1.00,none,none,none, bald,bald,9.73,Adjective,4,4,1,bald,7.26,1.00,7.26,1.00,none,6.28,6.65, baldachin,baldachin,Err:512,Err:512,9,8,3,baldachin,17.50,0.10,17.50,0.10,none,none,none, balder,balder,0.16,Adjective,6,5,2,bald,none,none,7.26,1.00,none,6.28,6.65, baldhead,baldhead,0.04,Noun,8,7,2,baldhead,6.17,1.00,6.17,1.00,none,none,none, baldies,baldies,0.02,Noun,7,6,2,baldy,none,none,8.50,0.95,none,none,none, balding,balding,0.55,Adjective,7,6,2,balding,8.39,1.00,8.39,1.00,none,none,none, baldness,baldness,0.24,Noun,8,7,2,baldness,6.55,1.00,6.55,1.00,none,none,none, baldy,baldy,1.10,Noun,5,5,2,baldy,8.50,0.95,8.50,0.95,none,none,none, bale,bale,2.04,Noun,4,3,1,bale,8.20,1.00,8.20,1.00,none,none,10.35, baleen,baleen,0.02,Adjective,6,5,2,baleen,14.80,0.50,14.80,0.50,none,none,none, baleful,baleful,0.10,Adjective,7,6,2,baleful,13.29,0.74,13.29,0.74,none,none,none, baler,baler,0.02,Noun,5,4,2,baler,11.50,0.60,11.50,0.60,none,none,none, balers,balers,0.04,Noun,6,5,2,baler,none,none,11.50,0.60,none,none,none, bales,bales,0.18,Noun,5,4,1,bale,none,none,8.20,1.00,none,none,10.35, baling,baling,0.14,Verb,6,5,2,bale,none,none,8.20,1.00,none,none,10.35, balk,baulk,0.06,Verb,4,3,1,balk,12.93,0.75,12.93,0.75,none,none,11.85, balked,baulked,0.18,Verb,6,4,1,balk,none,none,12.93,0.75,none,none,11.85, balking,baulking,0.08,Verb,7,5,2,balk,none,none,12.93,0.75,none,none,11.85, balks,baulks,0.02,Noun,5,4,1,balk,none,none,12.93,0.75,none,none,11.85, ball,ball,104.96,Noun,4,3,1,ball,2.90,1.00,2.90,1.00,none,3.26,3.25, ballad,ballad,1.41,Noun,6,5,2,ballad,11.21,0.95,11.21,0.95,none,none,none,10.22 ballade,ballade,0.04,Noun,7,5,2,ballade,13.91,0.52,13.91,0.52,none,none,none, balladeer,balladeer,0.06,Noun,9,7,3,balladeer,15.75,0.44,15.75,0.44,none,none,none, ballads,ballads,0.43,Noun,7,6,2,ballad,none,none,11.21,0.95,none,none,none,10.22 ballast,ballast,1.18,Noun,7,6,2,ballast,15.24,0.89,15.24,0.89,none,none,none,12.43 ballasts,ballasts,0.06,Noun,8,7,2,ballast,none,none,15.24,0.89,none,none,none,12.43 balled,balled,0.45,Verb,6,4,1,ball,none,none,2.90,1.00,none,3.26,3.25, ballerina,ballerina,2.31,Noun,9,7,4,ballerina,5.26,1.00,5.26,1.00,none,none,none, ballerinas,ballerinas,0.45,Noun,10,8,4,ballerina,none,none,5.26,1.00,none,none,none, ballet,ballet,10.25,Noun,6,4,2,ballet,7.21,1.00,7.21,1.00,6.77,none,none,6.00 balletic,balletic,0.06,Adjective,8,6,3,balletic,11.93,0.78,11.93,0.78,none,none,none, ballets,ballets,0.25,Noun,7,5,2,ballet,none,none,7.21,1.00,6.77,none,none,6.00 ballgame,ballgame,1.02,Noun,8,6,2,ballgame,5.56,1.00,5.56,1.00,none,none,none, ballgames,ballgames,0.10,Noun,9,7,2,ballgame,none,none,5.56,1.00,none,none,none, balling,balling,0.63,Verb,7,5,2,ball,none,none,2.90,1.00,none,3.26,3.25, ballista,ballista,0.04,Noun,8,7,3,ballista,17.00,0.39,17.00,0.39,none,none,none, ballistic,ballistic,1.16,Adjective,9,8,3,ballistic,15.58,1.00,15.58,1.00,none,none,none, ballistics,ballistics,2.35,Noun,10,9,3,ballistics,13.00,0.83,13.00,0.83,none,none,none, balloon,balloon,8.67,Noun,7,5,2,balloon,4.37,1.00,4.37,1.00,none,none,none,3.91 ballooned,ballooned,0.06,Verb,9,6,2,balloon,none,none,4.37,1.00,none,none,none,3.91 ballooning,ballooning,0.10,Verb,10,7,3,balloon,none,none,4.37,1.00,none,none,none,3.91 balloonist,balloonist,0.06,Noun,10,8,3,balloonist,9.94,0.94,9.94,0.94,none,none,none, balloonists,balloonists,0.04,Noun,11,9,3,balloonist,none,none,9.94,0.94,none,none,none, balloons,balloons,4.69,Noun,8,6,2,balloon,none,none,4.37,1.00,none,none,none,3.91 ballot,ballot,1.35,Noun,6,5,2,ballot,8.83,1.00,8.83,1.00,none,10.60,none,9.31 balloting,balloting,0.08,Noun,9,7,3,balloting,11.71,0.89,11.71,0.89,none,none,none, ballots,ballots,0.29,Noun,7,6,2,ballot,none,none,8.83,1.00,none,10.60,none,9.31 ballpark,ballpark,1.75,Noun,8,7,2,ballpark,5.24,1.00,5.24,1.00,none,none,none, ballparks,ballparks,0.04,Noun,9,8,2,ballpark,none,none,5.24,1.00,none,none,none, ballplayer,ballplayer,0.63,Noun,10,7,3,ballplayer,7.42,1.00,7.42,1.00,none,none,none, ballplayers,ballplayers,0.29,Noun,11,8,3,ballplayer,none,none,7.42,1.00,none,none,none, ballpoint,ballpoint,0.39,Noun,9,7,2,ballpoint,8.38,1.00,8.38,1.00,none,none,none, ballpoints,ballpoints,0.02,Noun,10,8,2,ballpoint,none,none,8.38,1.00,none,none,none, ballroom,ballroom,4.31,Noun,8,6,2,ballroom,7.37,1.00,7.37,1.00,none,none,none, ballrooms,ballrooms,0.02,Noun,9,7,2,ballroom,none,none,7.37,1.00,none,none,none, balls,balls,40.16,Noun,5,4,1,ball,none,none,2.90,1.00,none,3.26,3.25, ballsy,ballsy,0.39,Adjective,6,5,2,ballsy,10.59,0.94,10.59,0.94,none,none,none, ballyhoo,ballyhoo,0.10,Noun,8,6,3,ballyhoo,11.40,0.50,11.40,0.50,none,none,none, balm,balm,0.59,Noun,4,3,1,balm,10.28,1.00,10.28,1.00,none,none,9.74, balms,balms,0.02,Noun,5,4,1,balm,none,none,10.28,1.00,none,none,9.74, balmy,balmy,0.57,Adjective,5,4,2,balmy,10.89,0.95,10.89,0.95,none,none,none, balsa,balsa,0.12,Noun,5,5,2,balsa,12.00,0.57,12.00,0.57,none,none,none, balsam,balsam,0.16,Noun,6,6,2,balsam,14.43,0.74,14.43,0.74,none,none,none, balsamic,balsamic,0.16,Adjective,8,8,3,balsamic,14.94,0.89,14.94,0.89,none,none,none, balsams,balsams,0.02,Noun,7,7,2,balsam,none,none,14.43,0.74,none,none,none, balsawood,balsawood,0.02,Noun,9,9,4,balsawood,12.50,0.74,12.50,0.74,none,none,none, bam,bam,7.08,Verb,3,3,1,bam,5.50,0.78,5.50,0.78,none,none,none, bamboo,bamboo,1.57,Noun,6,5,2,bamboo,9.28,1.00,9.28,1.00,none,7.52,none,7.88 bamboos,bamboos,0.08,Noun,7,6,2,bamboo,none,none,9.28,1.00,none,7.52,none,7.88 bamboozle,bamboozle,0.06,Verb,9,8,3,bamboozle,14.38,0.84,14.38,0.84,none,none,none, bamboozled,bamboozled,0.31,Adjective,10,9,3,bamboozled,11.17,0.95,11.17,0.95,none,none,none, bamboozling,bamboozling,0.02,Verb,11,9,3,bamboozle,none,none,14.38,0.84,none,none,none, ban,ban,3.14,Noun,3,3,1,ban,10.11,1.00,10.11,1.00,8.73,none,9.01, banal,banal,0.27,Adjective,5,5,2,banal,16.54,0.68,16.54,0.68,none,none,none, banalities,banalities,0.06,Noun,10,9,4,banality,none,none,11.86,0.74,none,none,none, banality,banality,0.20,Noun,8,8,4,banality,11.86,0.74,11.86,0.74,none,none,none, banana,banana,10.73,Noun,6,6,3,banana,3.78,1.00,3.78,1.00,3.99,none,none, bananas,bananas,5.45,Noun,7,7,3,banana,none,none,3.78,1.00,3.99,none,none, band,band,53.41,Noun,4,4,1,band,6.16,1.00,6.16,1.00,none,4.88,6.53, bandage,bandage,2.86,Noun,7,6,2,bandage,5.94,1.00,5.94,1.00,4.98,none,none,6.06 bandaged,bandaged,0.51,Verb,8,7,2,bandage,none,none,5.94,1.00,4.98,none,none,6.06 bandages,bandages,3.29,Noun,8,8,3,bandage,none,none,5.94,1.00,4.98,none,none,6.06 bandaid,band aid,Err:512,Noun,7,6,2,bandaid,4.60,1.00,4.60,1.00,none,none,none, bandana,bandana,0.24,Noun,7,7,3,bandanna,none,none,8.59,0.94,none,none,none, bandanas,bandanas,0.04,Noun,8,8,3,bandanna,none,none,8.59,0.94,none,none,none, bandanna,bandanna,0.41,Noun,8,7,3,bandanna,8.59,0.94,8.59,0.94,none,none,none, bandannas,bandannas,0.12,Noun,9,8,3,bandanna,none,none,8.59,0.94,none,none,none, bandbox,bandbox,0.06,Noun,7,8,2,bandbox,11.45,0.58,11.45,0.58,none,none,none, banded,banded,0.18,Verb,6,6,2,band,none,none,6.16,1.00,none,4.88,6.53, bandicoot,bandicoot,0.08,Noun,9,8,3,bandicoot,13.42,0.60,13.42,0.60,none,none,none, bandied,bandied,0.22,Verb,7,6,2,bandy,none,none,12.45,0.61,none,none,none, banding,banding,0.12,Verb,7,6,2,band,none,none,6.16,1.00,none,4.88,6.53, bandit,bandit,3.75,Noun,6,6,2,bandit,8.15,1.00,8.15,1.00,none,none,none,8.70 banditry,banditry,0.02,Noun,8,8,3,banditry,13.53,0.85,13.53,0.85,none,none,none, bandits,bandits,4.14,Noun,7,7,2,bandit,none,none,8.15,1.00,none,none,none,8.70 banditti,banditti,Err:512,Err:512,8,7,3,banditti,16.50,0.10,16.50,0.10,none,none,none, bandleader,bandleader,0.33,Noun,10,8,3,bandleader,10.28,1.00,10.28,1.00,none,none,none, bandleaders,bandleaders,0.02,Noun,11,9,3,bandleader,none,none,10.28,1.00,none,none,none, bandmaster,bandmaster,0.02,Noun,10,9,3,bandmaster,11.95,0.95,11.95,0.95,none,none,none, bandoleer,bandoleer,0.06,Verb,9,8,4,bandoleer,13.67,0.63,13.67,0.63,none,none,none, bandoleers,bandoleers,0.08,Noun,10,9,4,bandoleer,none,none,13.67,0.63,none,none,none, bandolier,bandolier,0.02,Noun,9,8,3,bandoleer,none,none,13.67,0.63,none,none,none, bandoliers,bandoliers,0.04,Noun,10,9,3,bandoleer,none,none,13.67,0.63,none,none,none, bands,bands,5.37,Noun,5,5,1,band,none,none,6.16,1.00,none,4.88,6.53, bandstand,bandstand,0.80,Noun,9,9,2,bandstand,9.00,0.95,9.00,0.95,none,none,none, bandwagon,bandwagon,0.47,Noun,9,9,3,bandwagon,11.05,0.95,11.05,0.95,none,none,none, bandwidth,bandwidth,0.49,Noun,9,8,2,bandwidth,14.94,1.00,14.94,1.00,none,none,none, bandy,bandy,0.35,Adjective,5,5,2,bandy,12.45,0.61,12.45,0.61,none,none,none, bandying,bandying,0.06,Verb,8,7,3,bandy,none,none,12.45,0.61,none,none,none, bane,bane,1.84,Noun,4,3,1,bane,9.60,0.83,9.60,0.83,none,none,12.55, baneful,baneful,0.02,Adjective,7,6,2,baneful,13.30,0.56,13.30,0.56,none,none,none, banes,banes,0.49,Noun,5,4,1,bane,none,none,9.60,0.83,none,none,12.55, bang,bang,19.98,Verb,4,3,1,bang,5.74,1.00,5.74,1.00,4.07,none,4.59, banged,banged,3.14,Verb,6,4,1,bang,none,none,5.74,1.00,4.07,none,4.59, banger,banger,0.69,Noun,6,4,2,banger,11.07,0.79,11.07,0.79,none,7.60,none, bangers,bangers,0.53,Noun,7,5,2,banger,none,none,11.07,0.79,none,7.60,none, banging,banging,8.55,Verb,7,5,2,bang,none,none,5.74,1.00,4.07,none,4.59, bangle,bangle,0.10,Noun,6,6,2,bangle,8.65,0.81,8.65,0.81,none,none,none, bangles,bangles,0.27,Noun,7,7,2,bangle,none,none,8.65,0.81,none,none,none, bangs,bangs,1.80,Verb,5,4,1,bang,none,none,5.74,1.00,4.07,none,4.59, bangtail,bangtail,0.06,Noun,8,6,2,bangtail,9.67,0.32,9.67,0.32,none,none,none, banish,banish,1.35,Verb,6,5,2,banish,9.89,1.00,9.89,1.00,none,none,none,10.32 banished,banished,1.96,Verb,8,6,2,banish,none,none,9.89,1.00,none,none,none,10.32 banishes,banishes,0.04,Verb,8,7,3,banish,none,none,9.89,1.00,none,none,none,10.32 banishing,banishing,0.14,Verb,9,7,3,banish,none,none,9.89,1.00,none,none,none,10.32 banishment,banishment,0.20,Noun,10,9,3,banishment,10.50,1.00,10.50,1.00,none,none,none, banister,bannister,1.31,Noun,8,7,3,banister,10.00,1.00,10.00,1.00,none,none,none, banisters,bannisters,0.04,Noun,9,8,3,banister,none,none,10.00,1.00,none,none,none, banjo,banjo,1.63,Noun,5,5,2,banjo,8.44,1.00,8.44,1.00,none,none,none,7.49 banjoes,banjos,0.02,Noun,7,6,2,banjo,none,none,8.44,1.00,none,none,none,7.49 banjos,banjos,0.14,Noun,6,6,2,banjo,none,none,8.44,1.00,none,none,none,7.49 bank,bank,84.98,Noun,4,4,1,bank,6.44,1.00,6.44,1.00,none,none,6.13, bankable,bankable,0.16,Adjective,8,8,3,bankable,12.81,0.84,12.81,0.84,none,none,none, bankbook,bankbook,0.16,Noun,8,7,2,bankbook,11.47,0.95,11.47,0.95,none,none,none, bankbooks,bankbooks,0.04,Noun,9,8,2,bankbook,none,none,11.47,0.95,none,none,none, banked,banked,0.43,Verb,6,5,1,bank,none,none,6.44,1.00,none,none,6.13, banker,banker,4.76,Noun,6,5,2,banker,6.89,1.00,6.89,1.00,none,7.83,none, bankers,bankers,2.16,Noun,7,6,2,banker,none,none,6.89,1.00,none,7.83,none, banking,banking,2.98,Noun,7,6,2,banking,9.00,1.00,9.00,1.00,none,none,none, banknote,banknote,0.12,Noun,8,7,2,banknote,12.18,0.89,12.18,0.89,none,none,none, banknotes,banknotes,0.22,Noun,9,8,2,banknote,none,none,12.18,0.89,none,none,none, bankroll,bankroll,1.10,Noun,8,7,2,bankroll,11.06,1.00,11.06,1.00,none,none,none, bankrolled,bankrolled,0.22,Verb,10,8,2,bankroll,none,none,11.06,1.00,none,none,none, bankrolling,bankrolling,0.18,Verb,11,9,3,bankroll,none,none,11.06,1.00,none,none,none, bankrolls,bankrolls,0.04,Verb,9,8,2,bankroll,none,none,11.06,1.00,none,none,none, bankrupt,bankrupt,2.80,Adjective,8,8,2,bankrupt,11.33,1.00,11.33,1.00,none,none,none,10.51 bankruptcies,bankruptcies,0.12,Noun,12,11,3,bankruptcy,none,none,11.11,1.00,none,none,none, bankruptcy,bankruptcy,2.37,Noun,10,9,3,bankruptcy,11.11,1.00,11.11,1.00,none,none,none, bankrupted,bankrupted,0.16,Verb,10,10,3,bankrupt,none,none,11.33,1.00,none,none,none,10.51 bankrupting,bankrupting,0.06,Verb,11,10,3,bankrupt,none,none,11.33,1.00,none,none,none,10.51 bankrupts,bankrupts,0.08,Verb,9,9,2,bankrupt,none,none,11.33,1.00,none,none,none,10.51 banks,banks,15.90,Noun,5,5,1,bank,none,none,6.44,1.00,none,none,6.13, banned,banned,2.69,Verb,6,4,1,ban,none,none,10.11,1.00,8.73,none,9.01, banner,banner,5.92,Noun,6,4,2,banner,9.17,0.95,9.17,0.95,none,7.37,none,8.12 banners,banners,0.80,Noun,7,5,2,banner,none,none,9.17,0.95,none,7.37,none,8.12 banning,banning,1.04,Verb,7,5,2,ban,none,none,10.11,1.00,8.73,none,9.01, bannister,banister,4.29,Noun,9,7,3,bannister,8.44,0.95,8.44,0.95,none,none,none, bannock,bannock,0.57,Noun,7,5,2,bannock,17.43,0.37,17.43,0.37,none,none,none, banns,banns,0.14,Noun,5,4,1,banns,12.15,0.65,12.15,0.65,none,none,none, banquet,banquet,5.16,Noun,7,7,2,banquet,8.35,1.00,8.35,1.00,none,none,none,9.40 banquets,banquets,0.16,Noun,8,8,2,banquet,none,none,8.35,1.00,none,none,none,9.40 banquette,banquette,0.02,Noun,9,7,2,banquette,10.06,0.95,10.06,0.95,none,none,none, banquettes,banquettes,0.02,Noun,10,8,2,banquette,none,none,10.06,0.95,none,none,none, bans,bans,0.02,Noun,4,4,1,ban,none,none,10.11,1.00,8.73,none,9.01, banshee,banshee,1.12,Noun,7,5,2,banshee,12.06,0.80,12.06,0.80,none,none,none,11.80 banshees,banshees,0.39,Noun,8,6,2,banshee,none,none,12.06,0.80,none,none,none,11.80 bantam,bantam,0.08,Noun,6,6,2,bantam,14.22,0.47,14.22,0.47,none,none,none, bantams,bantams,0.02,Verb,7,7,2,bantam,none,none,14.22,0.47,none,none,none, bantamweight,bantamweight,0.06,Noun,12,9,3,bantamweight,15.89,0.47,15.89,0.47,none,none,none, banter,banter,1.37,Noun,6,5,2,banter,11.25,0.89,11.25,0.89,none,none,none,12.22 banters,banters,0.02,Verb,7,6,2,banter,none,none,11.25,0.89,none,none,none,12.22 bantling,bantling,Err:512,Err:512,8,8,3,bantling,2.00,0.05,2.00,0.05,none,none,none, banyan,banyan,0.24,Adjective,6,6,2,banyan,10.75,0.44,10.75,0.44,none,none,none, banzai,banzai,1.55,Noun,6,5,2,banzai,12.85,0.72,12.85,0.72,none,none,none, baobab,baobab,0.08,Noun,6,6,3,baobab,15.33,0.16,15.33,0.16,none,none,none, baobabs,baobabs,0.06,Noun,7,7,3,baobab,none,none,15.33,0.16,none,none,none, bap,bap,0.16,Noun,3,3,1,bap,11.75,0.32,11.75,0.32,none,none,none, baps,baps,0.02,Noun,4,4,1,bap,none,none,11.75,0.32,none,none,none, baptism,baptism,1.20,Noun,7,8,3,baptism,6.58,1.00,6.58,1.00,none,none,none, baptismal,baptismal,0.12,Adjective,9,9,3,baptismal,9.19,0.89,9.19,0.89,none,none,none, baptisms,baptisms,0.18,Noun,8,9,3,baptism,none,none,6.58,1.00,none,none,none, baptize,baptise,0.73,Verb,7,6,2,baptize,6.67,1.00,6.67,1.00,none,none,none,7.11 baptized,baptised,1.96,Verb,8,7,2,baptize,none,none,6.67,1.00,none,none,none,7.11 baptizer,baptizer,0.02,Noun,8,7,3,baptizer,9.67,0.95,9.67,0.95,none,none,none, bar,bar,85.98,Noun,3,3,1,bar,6.90,1.00,6.90,1.00,none,none,6.53, barb,barb,2.31,Name,4,4,1,barb,9.88,0.95,9.88,0.95,none,10.39,10.32, barbarian,barbarian,1.80,Noun,9,9,4,barbarian,9.76,0.94,9.76,0.94,none,none,none, barbarians,barbarians,1.25,Noun,10,10,4,barbarian,none,none,9.76,0.94,none,none,none, barbaric,barbaric,1.41,Adjective,8,8,3,barbaric,11.84,1.00,11.84,1.00,none,none,none, barbarism,barbarism,0.29,Noun,9,9,4,barbarism,11.61,0.95,11.61,0.95,none,none,none, barbarity,barbarity,0.06,Noun,9,9,4,barbarity,13.06,0.81,13.06,0.81,none,none,none, barbarous,barbarous,0.22,Adjective,9,7,3,barbarous,12.71,0.85,12.71,0.85,none,none,none, barbecue,barbecue,8.94,Noun,8,8,3,barbecue,7.83,1.00,7.83,1.00,none,none,none, barbecues,barbecues,0.61,Noun,9,9,3,barbecue,none,none,7.83,1.00,none,none,none, barbecuing,barbecuing,0.29,Verb,10,10,4,barbecue,none,none,7.83,1.00,none,none,none, barbed,barbed,1.31,Adjective,6,5,1,barbed,10.00,1.00,10.00,1.00,none,none,none, barbedwire,barbed wird,Err:512,Noun,10,9,3,barbedwire,8.40,0.95,8.40,0.95,none,none,none, barbell,barbell,0.35,Noun,7,6,2,barbell,11.17,1.00,11.17,1.00,none,none,none, barbells,barbells,0.14,Noun,8,7,2,barbell,none,none,11.17,1.00,none,none,none, barbeque,barbeque,0.47,Noun,8,8,3,barbecue,none,none,7.83,1.00,none,none,none, barbequed,barbequed,0.02,Verb,9,9,3,barbecue,none,none,7.83,1.00,none,none,none, barbeques,barbeques,0.04,Noun,9,9,3,barbecue,none,none,7.83,1.00,none,none,none, barber,barber,5.47,Noun,6,5,2,barber,6.68,1.00,6.68,1.00,none,none,none,6.97 barbers,barbers,0.24,Noun,7,6,2,barber,none,none,6.68,1.00,none,none,none,6.97 barbershop,barbershop,2.12,Noun,10,8,3,barbershop,6.89,1.00,6.89,1.00,none,none,none, barbershops,barbershops,0.02,Noun,11,9,3,barbershop,none,none,6.89,1.00,none,none,none, barbet,barbet,0.04,Noun,6,6,2,barbet,13.17,0.32,13.17,0.32,none,none,none, barbets,barbets,0.02,Noun,7,7,2,barbet,none,none,13.17,0.32,none,none,none, barbican,barbican,0.04,Noun,8,8,3,barbican,13.12,0.44,13.12,0.44,none,none,none, barbiturate,barbiturate,0.04,Noun,11,9,4,barbiturate,14.50,0.80,14.50,0.80,none,none,none, barbiturates,barbiturates,0.24,Noun,12,10,4,barbiturate,none,none,14.50,0.80,none,none,none, barbs,barbs,0.24,Noun,5,5,1,barb,none,none,9.88,0.95,none,10.39,10.32, barbwire,barbwire,0.04,Noun,8,7,3,barbwire,7.21,1.00,7.21,1.00,none,none,none, bard,bard,0.80,Noun,4,4,1,bard,12.86,0.78,12.86,0.78,none,none,none, bards,bards,0.02,Noun,5,5,1,bard,none,none,12.86,0.78,none,none,none, bare,bare,8.33,Adjective,4,3,1,bare,5.78,0.95,5.78,0.95,6.04,none,6.94, barebacked,barebacked,0.08,Adjective,10,7,2,barebacked,12.12,0.94,12.12,0.94,none,none,none, bared,bared,0.35,Verb,5,4,1,bare,none,none,5.78,0.95,6.04,none,6.94, barefaced,barefaced,0.08,Adjective,9,7,2,barefaced,10.89,1.00,10.89,1.00,none,none,none, barefoot,barefoot,2.37,Adjective,8,6,2,barefoot,5.25,1.00,5.25,1.00,none,none,none, barefooted,barefooted,0.18,Adjective,10,8,3,barefooted,5.37,1.00,5.37,1.00,none,none,none, barely,barely,29.06,Adverb,6,5,2,barely,7.22,1.00,7.22,1.00,none,7.84,none,8.04 barer,barer,0.02,Adjective,5,4,2,bare,none,none,5.78,0.95,6.04,none,6.94, bares,bares,0.06,Verb,5,4,1,bare,none,none,5.78,0.95,6.04,none,6.94, barest,barest,0.10,Adjective,6,6,2,bare,none,none,5.78,0.95,6.04,none,6.94, barf,barf,1.96,Verb,4,4,1,barf,7.78,1.00,7.78,1.00,none,none,none, barfed,barfed,0.27,Verb,6,6,2,barf,none,none,7.78,1.00,none,none,none, barfing,barfing,0.39,Verb,7,6,2,barf,none,none,7.78,1.00,none,none,none, barfs,barfs,0.02,Noun,5,5,1,barf,none,none,7.78,1.00,none,none,none, bargain,bargain,12.00,Noun,7,6,2,bargain,8.72,1.00,8.72,1.00,none,7.86,none,9.49 bargained,bargained,0.73,Verb,9,7,2,bargain,none,none,8.72,1.00,none,7.86,none,9.49 bargainer,bargainer,0.04,Noun,9,7,3,bargainer,11.79,1.00,11.79,1.00,none,none,none, bargaining,bargaining,2.08,Noun,10,8,3,bargaining,10.33,1.00,10.33,1.00,none,none,none, bargains,bargains,0.63,Noun,8,7,2,bargain,none,none,8.72,1.00,none,7.86,none,9.49 barge,barge,3.88,Verb,5,4,1,barge,9.28,0.95,9.28,0.95,none,none,9.09, barged,barged,0.59,Verb,6,5,1,barge,none,none,9.28,0.95,none,none,9.09, barges,barges,0.22,Noun,6,6,2,barge,none,none,9.28,0.95,none,none,9.09, barging,barging,1.76,Verb,7,6,2,barge,none,none,9.28,0.95,none,none,9.09, baring,baring,0.22,Verb,6,5,2,bare,none,none,5.78,0.95,6.04,none,6.94, barista,barista,0.08,Noun,7,7,3,barista,17.40,0.95,17.40,0.95,none,none,none, baristas,baristas,0.08,Noun,8,8,3,barista,none,none,17.40,0.95,none,none,none, barite,barite,0.02,Noun,6,5,2,barite,14.00,0.47,14.00,0.47,none,none,none, baritone,baritone,0.41,Noun,8,7,3,baritone,11.21,1.00,11.21,1.00,none,none,none, baritones,baritones,0.06,Noun,9,8,3,baritone,none,none,11.21,1.00,none,none,none, barium,barium,0.45,Noun,6,6,3,barium,14.33,0.71,14.33,0.71,none,none,none, bark,bark,5.49,Noun,4,4,1,bark,5.17,1.00,5.17,1.00,none,5.35,4.25, barked,barked,0.35,Verb,6,5,1,bark,none,none,5.17,1.00,none,5.35,4.25, barkeep,barkeep,0.98,Verb,7,6,2,barkeep,14.37,1.00,14.37,1.00,none,none,none, barkeeper,barkeeper,0.06,Noun,9,7,3,barkeeper,11.29,0.94,11.29,0.94,none,none,none, barking,barking,9.00,Verb,7,6,2,bark,none,none,5.17,1.00,none,5.35,4.25, barks,barks,3.22,Verb,5,5,1,bark,none,none,5.17,1.00,none,5.35,4.25, barley,barley,0.90,Noun,6,5,2,barley,9.80,0.95,9.80,0.95,none,none,none,10.04 barleycorn,barleycorn,0.02,Noun,10,9,3,barleycorn,12.57,0.78,12.57,0.78,none,none,none, barmaid,barmaid,0.69,Noun,7,6,2,barmaid,12.47,0.83,12.47,0.83,9.68,none,none, barmaids,barmaids,0.10,Noun,8,7,2,barmaid,none,none,12.47,0.83,9.68,none,none, barman,barman,0.55,Noun,6,6,2,barman,13.33,0.90,13.33,0.90,9.90,none,none, barmen,barmen,0.06,Noun,6,6,2,barman,none,none,13.33,0.90,9.90,none,none, barmy,barmy,0.18,Adjective,5,5,2,barmy,12.75,0.21,12.75,0.21,none,none,none, barn,barn,13.59,Noun,4,4,1,barn,4.50,1.00,4.50,1.00,none,5.88,4.43, barnacle,barnacle,0.63,Noun,8,8,3,barnacle,11.60,1.00,11.60,1.00,none,none,none, barnacles,barnacles,0.33,Noun,9,9,3,barnacle,none,none,11.60,1.00,none,none,none, barns,barns,0.41,Noun,5,5,1,barn,none,none,4.50,1.00,none,5.88,4.43, barnstorm,barnstorm,0.02,Verb,9,9,2,barnstorm,12.75,0.44,12.75,0.44,none,none,none, barnstormed,barnstormed,0.02,Verb,11,10,2,barnstorm,none,none,12.75,0.44,none,none,none, barnstormer,barnstormer,0.04,Noun,11,10,3,barnstormer,12.33,0.63,12.33,0.63,none,none,none, barnstormers,barnstormers,0.04,Noun,12,11,3,barnstormer,none,none,12.33,0.63,none,none,none, barnyard,barnyard,0.88,Noun,8,8,2,barnyard,5.38,1.00,5.38,1.00,none,none,none, barometer,barometer,0.71,Noun,9,7,4,barometer,11.89,1.00,11.89,1.00,none,none,none, barometers,barometers,0.04,Noun,10,8,4,barometer,none,none,11.89,1.00,none,none,none, barometric,barometric,0.24,Adjective,10,10,4,barometric,12.18,0.89,12.18,0.89,none,none,none, baron,baron,13.47,Noun,5,5,2,baron,11.59,0.89,11.59,0.89,none,9.34,none, baroness,baroness,2.63,Noun,8,7,3,baroness,12.28,1.00,12.28,1.00,none,none,none, baronet,baronet,0.22,Noun,7,7,3,baronet,11.47,0.71,11.47,0.71,none,none,none, baronets,baronets,0.02,Noun,8,8,3,baronet,none,none,11.47,0.71,none,none,none, baronial,baronial,0.06,Adjective,8,8,4,baronial,12.25,0.44,12.25,0.44,none,none,none, barons,barons,0.98,Noun,6,6,2,baron,none,none,11.59,0.89,none,9.34,none, barony,barony,0.04,Noun,6,6,3,barony,13.82,0.58,13.82,0.58,none,none,none, baroque,baroque,0.31,Noun,7,4,2,baroque,13.54,0.65,13.54,0.65,none,13.02,none, barouche,barouche,0.10,Noun,8,5,2,barouche,14.89,0.41,14.89,0.41,none,none,none, barrack,barrack,0.35,Noun,7,5,2,barrack,10.83,1.00,10.83,1.00,none,none,none, barracks,barracks,4.43,Noun,8,6,2,barrack,none,none,10.83,1.00,none,none,none, barracuda,barracuda,0.69,Noun,9,8,4,barracuda,9.89,1.00,9.89,1.00,none,none,none, barracudas,barracudas,0.25,Noun,10,10,4,barracuda,none,none,9.89,1.00,none,none,none, barrage,barrage,1.04,Noun,7,4,2,barrage,10.19,0.89,10.19,0.89,none,10.83,none,12.22 barrages,barrages,0.02,Noun,8,6,3,barrage,none,none,10.19,0.89,none,10.83,none,12.22 barratry,barratry,0.02,Noun,8,7,3,barratry,17.17,0.32,17.17,0.32,none,none,none, barred,barred,1.25,Verb,6,4,1,bar,none,none,6.90,1.00,none,none,6.53, barrel,barrel,10.63,Noun,6,5,2,barrel,7.72,1.00,7.72,1.00,none,6.45,none,8.04 barrelful,barrelful,0.14,Adjective,9,8,3,barrelful,11.39,1.00,11.39,1.00,none,none,none, barrelhead,barrelhead,0.31,Noun,10,8,3,barrelhead,12.21,0.74,12.21,0.74,none,none,none, barrelhouse,barrelhouse,0.08,Noun,11,8,3,barrelhouse,15.60,0.50,15.60,0.50,none,none,none, barreling,barrelling,0.22,Verb,9,7,3,barrel,none,none,7.72,1.00,none,6.45,none,8.04 barrels,barrels,2.82,Noun,7,6,2,barrel,none,none,7.72,1.00,none,6.45,none,8.04 barren,barren,1.47,Adjective,6,5,2,barren,11.12,0.94,11.12,0.94,none,none,none,10.80 barrenness,barrenness,0.06,Noun,10,7,3,barrenness,11.72,0.90,11.72,0.90,none,none,none, barrens,barrens,0.06,Noun,7,6,2,barren,none,none,11.12,0.94,none,none,none,10.80 barrette,barrette,0.16,Noun,8,4,2,barrette,6.71,0.94,6.71,0.94,none,none,none, barrettes,barrettes,0.08,Noun,9,6,2,barrette,none,none,6.71,0.94,none,none,none, barricade,barricade,1.47,Noun,9,7,3,barricade,11.18,0.94,11.18,0.94,none,none,none, barricaded,barricaded,0.49,Verb,10,9,4,barricade,none,none,11.18,0.94,none,none,none, barricades,barricades,0.82,Noun,10,8,3,barricade,none,none,11.18,0.94,none,none,none, barricading,barricading,0.12,Verb,11,9,4,barricade,none,none,11.18,0.94,none,none,none, barrier,barrier,3.39,Noun,7,5,3,barrier,9.11,1.00,9.11,1.00,none,none,none, barriers,barriers,0.92,Noun,8,6,3,barrier,none,none,9.11,1.00,none,none,none, barrister,barrister,0.80,Noun,9,7,3,barrister,15.00,0.78,15.00,0.78,11.71,none,none, barristers,barristers,0.10,Noun,10,8,3,barrister,none,none,15.00,0.78,11.71,none,none, barroom,barroom,0.55,Noun,7,6,2,barroom,13.00,0.95,13.00,0.95,none,none,none, barrooms,barrooms,0.02,Noun,8,6,2,barroom,none,none,13.00,0.95,none,none,none, bars,bars,17.96,Noun,4,4,1,bar,none,none,6.90,1.00,none,none,6.53, barstool,barstool,0.27,Noun,8,7,2,barstool,8.05,1.00,8.05,1.00,none,none,none, barstools,barstools,0.10,Noun,9,8,2,barstool,none,none,8.05,1.00,none,none,none, bartend,bartend,0.08,Verb,7,7,2,bartend,11.37,1.00,11.37,1.00,none,none,none, bartended,bartended,0.06,Verb,9,9,3,bartend,none,none,11.37,1.00,none,none,none, bartender,bartender,9.76,Noun,9,8,3,bartender,8.90,1.00,8.90,1.00,none,none,none, bartenders,bartenders,0.82,Noun,10,9,3,bartender,none,none,8.90,1.00,none,none,none, bartends,bartends,0.04,Verb,8,8,2,bartend,none,none,11.37,1.00,none,none,none, barter,barter,0.90,Verb,6,5,2,barter,10.72,0.90,10.72,0.90,none,none,none,11.59 bartered,bartered,0.12,Verb,8,6,2,barter,none,none,10.72,0.90,none,none,none,11.59 bartering,bartering,0.08,Verb,9,7,3,barter,none,none,10.72,0.90,none,none,none,11.59 bas,bas,0.18,Abbreviation,3,3,1,bas,9.00,0.11,9.00,0.11,none,none,none, basal,basal,0.29,Adjective,5,5,2,basal,11.42,0.60,11.42,0.60,none,none,none, basalt,basalt,0.22,Noun,6,6,2,basalt,13.20,0.79,13.20,0.79,none,none,none, base,base,35.37,Noun,4,3,1,base,6.42,1.00,6.42,1.00,none,7.39,5.96, baseball,baseball,25.25,Noun,8,6,2,baseball,4.83,1.00,4.83,1.00,none,none,none,4.86 baseballs,baseballs,0.59,Noun,9,7,2,baseball,none,none,4.83,1.00,none,none,none,4.86 baseboard,baseboard,0.18,Noun,9,7,2,baseboard,10.71,0.89,10.71,0.89,none,none,none, baseboards,baseboards,0.08,Noun,10,8,2,baseboard,none,none,10.71,0.89,none,none,none, based,based,26.61,Verb,5,4,1,base,none,none,6.42,1.00,none,7.39,5.96, baseless,baseless,0.33,Adjective,8,6,2,baseless,13.00,0.94,13.00,0.94,none,none,none, baseline,baseline,0.75,Noun,8,6,2,baseline,11.61,1.00,11.61,1.00,none,none,none, baselines,baselines,0.02,Noun,9,7,2,baseline,none,none,11.61,1.00,none,none,none, baseman,baseman,0.59,Noun,7,6,2,baseman,8.75,0.84,8.75,0.84,none,none,none, basement,basement,21.06,Noun,8,7,2,basement,6.74,1.00,6.74,1.00,none,none,none,4.97 basements,basements,0.59,Noun,9,8,2,basement,none,none,6.74,1.00,none,none,none,4.97 baseness,baseness,0.04,Noun,8,6,2,baseness,12.29,0.67,12.29,0.67,none,none,none, baser,baser,0.14,Adjective,5,4,2,base,none,none,6.42,1.00,none,7.39,5.96, bases,bases,3.57,Noun,5,5,2,base,none,none,6.42,1.00,none,7.39,5.96, basest,basest,0.22,Adjective,6,6,2,base,none,none,6.42,1.00,none,7.39,5.96, bash,bash,3.27,Verb,4,3,1,bash,8.84,1.00,8.84,1.00,none,none,7.98, bashed,bashed,1.14,Verb,6,4,1,bash,none,none,8.84,1.00,none,none,7.98, basher,basher,0.31,Noun,6,4,2,basher,11.94,0.85,11.94,0.85,none,none,none, bashers,bashers,0.18,Noun,7,5,2,basher,none,none,11.94,0.85,none,none,none, bashes,bashes,0.10,Verb,6,5,2,bash,none,none,8.84,1.00,none,none,7.98, bashful,bashful,1.24,Adjective,7,6,2,bashful,6.94,1.00,6.94,1.00,none,none,none,8.53 bashfulness,bashfulness,0.02,Noun,11,9,3,bashfulness,9.00,0.95,9.00,0.95,none,none,none, bashing,bashing,0.65,Verb,7,5,2,bash,none,none,8.84,1.00,none,none,7.98, basic,basic,15.57,Adjective,5,5,2,basic,9.14,1.00,9.14,1.00,9.36,none,none,6.82 basics,basics,2.24,Noun,6,6,2,basics,6.47,1.00,6.47,1.00,none,none,none, basil,basil,1.35,Name,5,5,2,basil,10.13,1.00,10.13,1.00,none,none,none,10.32 basilar,basilar,0.27,Adjective,7,6,3,basilar,16.00,0.39,16.00,0.39,none,none,none, basilica,basilica,0.18,Noun,8,8,4,basilica,13.93,0.75,13.93,0.75,none,none,none, basilicas,basilicas,0.02,Noun,9,9,4,basilica,none,none,13.93,0.75,none,none,none, basilisk,basilisk,0.20,Noun,8,7,3,basilisk,14.09,0.55,14.09,0.55,none,none,none, basin,basin,1.88,Noun,5,5,2,basin,10.00,1.00,10.00,1.00,none,5.15,none,10.41 basing,basing,0.75,Verb,6,5,2,base,none,none,6.42,1.00,none,7.39,5.96, basins,basins,0.14,Noun,6,6,2,basin,none,none,10.00,1.00,none,5.15,none,10.41 basis,basis,11.94,Noun,5,5,2,basis,11.05,1.00,11.05,1.00,none,none,none,9.31 bask,bask,0.57,Verb,4,4,1,bask,10.95,0.95,10.95,0.95,none,none,10.75, basked,basked,0.02,Verb,6,5,1,bask,none,none,10.95,0.95,none,none,10.75, basket,basket,13.18,Noun,6,6,2,basket,5.67,1.00,5.67,1.00,none,none,none,5.68 basketball,basketball,21.39,Noun,10,9,3,basketball,5.30,1.00,5.30,1.00,none,none,none, basketballs,basketballs,0.33,Noun,11,10,3,basketball,none,none,5.30,1.00,none,none,none, basketful,basketful,0.12,Noun,9,9,3,basketful,8.59,0.94,8.59,0.94,none,none,none, baskets,baskets,1.69,Noun,7,7,2,basket,none,none,5.67,1.00,none,none,none,5.68 basking,basking,0.35,Verb,7,6,2,bask,none,none,10.95,0.95,none,none,10.75, basophilic,basophilic,0.02,Adjective,10,9,4,basophilic,17.86,0.39,17.86,0.39,none,none,none, bass,bass,7.55,Noun,4,3,1,bass,8.63,1.00,8.63,1.00,none,9.73,7.77, basses,basses,0.08,Noun,6,5,2,bass,none,none,8.63,1.00,none,9.73,7.77, basset,basset,0.25,Noun,6,5,2,basset,11.00,0.74,11.00,0.74,none,none,none, bassets,bassets,0.02,Noun,7,6,2,basset,none,none,11.00,0.74,none,none,none, bassinet,bassinet,0.35,Noun,8,7,3,bassinet,9.18,0.94,9.18,0.94,none,none,none, bassinets,bassinets,0.06,Noun,9,8,3,bassinet,none,none,9.18,0.94,none,none,none, bassist,bassist,0.12,Noun,7,6,2,bassist,11.67,0.95,11.67,0.95,none,none,none, basso,basso,0.12,Noun,5,4,2,basso,16.80,0.26,16.80,0.26,none,none,none, bassoon,bassoon,0.31,Noun,7,5,2,bassoon,10.38,0.80,10.38,0.80,none,none,none, bassoons,bassoons,0.04,Noun,8,7,3,bassoon,none,none,10.38,0.80,none,none,none, bastard,bastard,65.65,Noun,7,6,2,bastard,10.45,1.00,10.45,1.00,none,11.00,none,10.90 bastardize,bastardise,0.02,Verb,10,8,3,bastardize,12.67,0.90,12.67,0.90,none,none,none, bastards,bastards,18.49,Noun,8,7,2,bastard,none,none,10.45,1.00,none,11.00,none,10.90 baste,baste,0.35,Verb,5,4,1,baste,11.00,0.84,11.00,0.84,9.90,none,11.10, basted,basted,0.20,Verb,6,6,2,baste,none,none,11.00,0.84,9.90,none,11.10, bastinado,bastinado,0.02,Noun,9,9,4,bastinado,16.00,0.37,16.00,0.37,none,none,none, bastion,bastion,0.35,Noun,7,6,2,bastion,15.35,0.89,15.35,0.89,none,none,none, bastions,bastions,0.06,Noun,8,7,2,bastion,none,none,15.35,0.89,none,none,none, bat,bat,20.63,Noun,3,3,1,bat,4.85,1.00,4.85,1.00,4.78,none,4.79, batboy,batboy,0.12,Noun,6,5,2,batboy,8.58,0.90,8.58,0.90,none,none,none, batch,batch,4.16,Noun,5,3,1,batch,6.74,1.00,6.74,1.00,none,none,7.70, batches,batches,0.27,Noun,7,5,2,batch,none,none,6.74,1.00,none,none,7.70, batching,batching,0.06,Verb,8,5,2,batch,none,none,6.74,1.00,none,none,7.70, bated,bated,0.08,Adjective,5,5,2,bated,9.27,0.55,9.27,0.55,none,none,none, bath,bath,31.12,Noun,4,3,1,bath,3.23,1.00,3.23,1.00,3.97,4.20,3.37, bathe,bathe,2.51,Verb,5,3,1,bathe,5.00,1.00,5.00,1.00,4.98,none,5.86, bathed,bathed,1.39,Verb,6,4,1,bathe,none,none,5.00,1.00,4.98,none,5.86, bather,bather,0.06,Noun,6,4,2,bather,7.67,0.95,7.67,0.95,none,none,none, bathers,bathers,0.04,Noun,7,5,2,bather,none,none,7.67,0.95,none,none,none, bathes,bathes,0.24,Verb,6,4,1,bathe,none,none,5.00,1.00,4.98,none,5.86, bathhouse,bathhouse,0.51,Noun,9,6,2,bathhouse,11.67,1.00,11.67,1.00,none,none,none, bathhouses,bathhouses,0.12,Noun,10,7,3,bathhouse,none,none,11.67,1.00,none,none,none, bathing,bathing,7.43,Adjective,7,5,2,bathing,3.84,1.00,3.84,1.00,none,none,none, bathmat,bathmat,0.25,Noun,7,6,2,bathmat,5.83,1.00,5.83,1.00,none,none,none, bathrobe,bathrobe,1.67,Noun,8,6,2,bathrobe,7.90,1.00,7.90,1.00,none,none,none, bathrobes,bathrobes,0.35,Noun,9,7,2,bathrobe,none,none,7.90,1.00,none,none,none, bathroom,bathroom,61.67,Noun,8,6,2,bathroom,3.00,1.00,3.00,1.00,none,none,none,3.95 bathrooms,bathrooms,2.71,Noun,9,7,2,bathroom,none,none,3.00,1.00,none,none,none,3.95 baths,baths,3.16,Noun,5,4,1,bath,none,none,3.23,1.00,3.97,4.20,3.37, bathtub,bathtub,6.10,Noun,7,6,2,bathtub,3.22,1.00,3.22,1.00,none,none,none, bathtubs,bathtubs,0.31,Noun,8,7,2,bathtub,none,none,3.22,1.00,none,none,none, bathwater,bathwater,0.18,Noun,9,7,3,bathwater,4.83,1.00,4.83,1.00,none,none,none, bathysphere,bathysphere,0.10,Noun,11,8,4,bathysphere,15.00,0.32,15.00,0.32,none,none,none, batik,batik,0.10,Noun,5,5,2,batik,17.00,0.44,17.00,0.44,none,none,none, baton,baton,2.84,Noun,5,5,2,baton,7.94,0.94,7.94,0.94,none,none,none,10.13 batons,batons,0.31,Noun,6,6,2,baton,none,none,7.94,0.94,none,none,none,10.13 bats,bats,6.06,Noun,4,4,1,bat,none,none,4.85,1.00,4.78,none,4.79, batsman,batsman,0.04,Noun,7,7,2,batsman,11.07,0.78,11.07,0.78,none,none,none, batsmen,batsmen,0.02,Noun,7,7,2,batsman,none,none,11.07,0.78,none,none,none, battalion,battalion,5.84,Noun,9,8,3,battalion,11.95,0.95,11.95,0.95,none,none,none, battalions,battalions,0.53,Noun,10,9,3,battalion,none,none,11.95,0.95,none,none,none, batted,batted,0.47,Verb,6,5,2,bat,none,none,4.85,1.00,4.78,none,4.79, batten,batten,0.43,Verb,6,5,2,batten,12.92,0.68,12.92,0.68,none,none,none, battened,battened,0.08,Verb,8,6,2,batten,none,none,12.92,0.68,none,none,none, batter,batter,3.98,Noun,6,4,2,batter,7.05,1.00,7.05,1.00,none,none,none, battered,battered,1.12,Adjective,8,5,2,battered,10.06,1.00,10.06,1.00,none,none,none, batteries,batteries,7.94,Noun,9,6,3,battery,none,none,5.58,1.00,none,none,none, battering,battering,0.55,Noun,9,6,3,battering,10.37,1.00,10.37,1.00,none,none,none, batters,batters,0.16,Verb,7,5,2,batter,none,none,7.05,1.00,none,none,none, battery,battery,12.41,Noun,7,5,3,battery,5.58,1.00,5.58,1.00,none,none,none, batting,batting,3.22,Verb,7,5,2,bat,none,none,4.85,1.00,4.78,none,4.79, battle,battle,42.25,Noun,6,5,2,battle,6.95,1.00,6.95,1.00,5.87,none,none,7.04 battleaxe,battleaxe,0.02,Noun,9,8,3,battleaxe,10.69,0.84,10.69,0.84,none,none,none, battled,battled,0.49,Verb,7,6,2,battle,none,none,6.95,1.00,5.87,none,none,7.04 battledress,battledress,0.04,Noun,11,9,3,battledress,13.10,0.56,13.10,0.56,none,none,none, battlefield,battlefield,3.24,Noun,11,9,3,battlefield,8.25,1.00,8.25,1.00,none,none,none, battlefields,battlefields,0.45,Noun,12,10,3,battlefield,none,none,8.25,1.00,none,none,none, battlefront,battlefront,0.08,Noun,11,10,3,battlefront,9.95,1.00,9.95,1.00,none,none,none, battleground,battleground,0.47,Noun,12,10,3,battleground,8.42,1.00,8.42,1.00,none,none,none, battlegrounds,battlegrounds,0.02,Noun,13,11,3,battleground,none,none,8.42,1.00,none,none,none, battlement,battlement,0.16,Noun,10,9,3,battlement,13.00,0.89,13.00,0.89,none,none,none, battlements,battlements,0.39,Noun,11,10,3,battlements,12.47,0.89,12.47,0.89,none,none,none, battler,battler,0.08,Noun,7,6,3,battler,9.55,0.61,9.55,0.61,none,none,none, battles,battles,5.10,Noun,7,6,2,battle,none,none,6.95,1.00,5.87,none,none,7.04 battleship,battleship,1.71,Noun,10,8,3,battleship,7.58,1.00,7.58,1.00,none,none,none, battleships,battleships,0.61,Noun,11,9,3,battleship,none,none,7.58,1.00,none,none,none, battlewagon,battlewagon,0.04,Noun,11,10,4,battlewagon,10.28,0.90,10.28,0.90,none,none,none, battling,battling,2.49,Verb,8,7,3,battle,none,none,6.95,1.00,5.87,none,none,7.04 batty,batty,0.69,Adjective,5,4,2,batty,9.69,0.89,9.69,0.89,none,none,none,10.41 batwing,batwing,0.04,Noun,7,6,2,batwing,9.00,0.85,9.00,0.85,none,none,none, bauble,bauble,0.43,Noun,6,5,2,bauble,10.94,0.80,10.94,0.80,none,none,none, baubles,baubles,0.16,Noun,7,6,2,bauble,none,none,10.94,0.80,none,none,none, baud,baud,0.02,Noun,4,3,1,baud,13.78,0.43,13.78,0.43,none,none,none, bauxite,bauxite,0.06,Noun,7,6,2,bauxite,13.00,0.42,13.00,0.42,none,none,none, bawd,bawd,0.16,Noun,4,3,1,bawd,15.00,0.50,15.00,0.50,none,none,none, bawdiest,bawdiest,0.02,Adjective,8,7,3,bawdy,none,none,14.38,0.68,none,none,none, bawds,bawds,0.04,Noun,5,4,1,bawd,none,none,15.00,0.50,none,none,none, bawdy,bawdy,0.18,Adjective,5,4,2,bawdy,14.38,0.68,14.38,0.68,none,none,none, bawl,bawl,0.55,Verb,4,3,1,bawl,10.62,0.80,10.62,0.80,6.95,none,10.27, bawled,bawled,0.24,Verb,6,4,1,bawl,none,none,10.62,0.80,6.95,none,10.27, bawling,bawling,0.84,Verb,7,5,2,bawl,none,none,10.62,0.80,6.95,none,10.27, bawls,bawls,0.08,Verb,5,4,1,bawl,none,none,10.62,0.80,6.95,none,10.27, bay,bay,24.24,Noun,3,2,1,bay,8.67,1.00,8.67,1.00,none,6.77,7.49, bayberry,bayberry,0.06,Noun,8,6,3,bayberry,11.64,0.58,11.64,0.58,none,none,none, baying,baying,0.25,Verb,6,4,2,bay,none,none,8.67,1.00,none,6.77,7.49, bayonet,bayonet,1.57,Noun,7,6,3,bayonet,11.00,0.89,11.00,0.89,none,9.87,none, bayoneted,bayoneted,0.06,Verb,9,8,4,bayonet,none,none,11.00,0.89,none,9.87,none, bayonets,bayonets,0.73,Noun,8,7,3,bayonet,none,none,11.00,0.89,none,9.87,none, bayou,bayou,1.33,Noun,5,3,2,bayou,11.53,1.00,11.53,1.00,none,none,none,12.85 bayous,bayous,0.08,Adjective,6,4,2,bayous,13.62,0.42,13.62,0.42,none,none,none, bays,bays,0.22,Noun,4,3,1,bay,none,none,8.67,1.00,none,6.77,7.49, bazaar,bazaar,1.14,Noun,6,5,2,bazaar,9.89,1.00,9.89,1.00,none,none,none,10.32 bazaars,bazaars,0.08,Noun,7,6,2,bazaar,none,none,9.89,1.00,none,none,none,10.32 bazooka,bazooka,0.90,Noun,7,6,3,bazooka,10.53,1.00,10.53,1.00,none,none,none, bazookas,bazookas,0.25,Noun,8,7,3,bazooka,none,none,10.53,1.00,none,none,none, be,be,5746.76,Verb,2,2,1,be,5.11,1.00,5.11,1.00,5.53,none,3.54, beach,beach,56.63,Noun,5,3,1,beach,4.80,1.00,4.80,1.00,none,4.81,4.53, beachball,beach ball,Err:512,Noun,9,6,2,beachball,4.95,1.00,4.95,1.00,none,none,none, beachcomber,beachcomber,0.16,Noun,11,7,3,beachcomber,11.56,0.86,11.56,0.86,none,none,none, beachcombers,beachcombers,0.04,Noun,12,8,3,beachcomber,none,none,11.56,0.86,none,none,none, beached,beached,0.41,Verb,7,4,1,beach,none,none,4.80,1.00,none,4.81,4.53, beaches,beaches,4.10,Noun,7,5,2,beach,none,none,4.80,1.00,none,4.81,4.53, beachfront,beachfront,0.35,Noun,10,8,2,beachfront,9.25,1.00,9.25,1.00,none,none,none, beachhead,beachhead,0.63,Noun,9,6,2,beachhead,12.45,0.61,12.45,0.61,none,none,none, beachheads,beachheads,0.10,Noun,10,7,2,beachhead,none,none,12.45,0.61,none,none,none, beachside,beachside,0.02,Noun,9,6,2,beachside,9.33,1.00,9.33,1.00,none,none,none, beachwear,beachwear,0.04,Noun,9,6,3,beachwear,7.74,1.00,7.74,1.00,none,none,none, beacon,beacon,3.86,Noun,6,5,2,beacon,11.37,0.95,11.37,0.95,none,none,none,10.60 beacons,beacons,0.24,Noun,7,6,2,beacon,none,none,11.37,0.95,none,none,none,10.60 bead,bead,1.12,Noun,4,3,1,bead,5.63,1.00,5.63,1.00,none,none,5.96, beaded,beaded,0.22,Adjective,6,5,2,beaded,8.37,1.00,8.37,1.00,none,none,none, beadier,beadier,0.04,Adjective,7,5,3,beady,none,none,10.39,0.95,none,none,none, beads,beads,3.53,Noun,5,4,1,bead,none,none,5.63,1.00,none,none,5.96, beadwork,beadwork,0.04,Noun,8,6,2,beadwork,8.28,1.00,8.28,1.00,none,none,none, beady,beady,0.71,Adjective,5,4,2,beady,10.39,0.95,10.39,0.95,none,none,none, beagle,beagle,1.25,Name,6,5,2,beagle,7.39,1.00,7.39,1.00,none,11.64,none, beagles,beagles,0.14,Noun,7,6,2,beagle,none,none,7.39,1.00,none,11.64,none, beak,beak,2.10,Noun,4,3,1,beak,5.42,1.00,5.42,1.00,none,5.39,6.33, beaked,beaked,0.06,Verb,6,5,2,beak,none,none,5.42,1.00,none,5.39,6.33, beaker,beaker,0.43,Noun,6,4,2,beaker,11.25,0.97,11.25,0.97,none,6.05,none, beakers,beakers,0.16,Noun,7,5,2,beaker,none,none,11.25,0.97,none,6.05,none, beaks,beaks,0.25,Noun,5,5,2,beak,none,none,5.42,1.00,none,5.39,6.33, beam,beam,8.73,Noun,4,3,1,beam,8.78,1.00,8.78,1.00,none,7.86,7.22, beamed,beamed,0.94,Verb,6,4,1,beam,none,none,8.78,1.00,none,7.86,7.22, beamer,beamer,0.31,Noun,6,4,2,beamer,13.26,0.95,13.26,0.95,none,none,none, beamers,beamers,0.02,Noun,7,5,2,beamer,none,none,13.26,0.95,none,none,none, beamish,beamish,0.08,Noun,7,5,2,beamish,13.31,0.65,13.31,0.65,none,none,none, beams,beams,2.69,Noun,5,4,1,beam,none,none,8.78,1.00,none,7.86,7.22, bean,bean,6.84,Noun,4,3,1,bean,3.42,1.00,3.42,1.00,none,none,4.67, beanbag,beanbag,0.51,Noun,7,6,2,beanbag,6.11,1.00,6.11,1.00,none,none,none, beanbags,beanbags,0.10,Noun,8,7,2,beanbag,none,none,6.11,1.00,none,none,none, beanery,beanery,0.10,Noun,7,6,3,beanery,14.29,0.78,14.29,0.78,none,none,none, beanie,beanie,1.53,Noun,6,4,2,beanie,10.72,1.00,10.72,1.00,none,none,none,8.04 beanies,beanies,0.12,Noun,7,5,2,beanie,none,none,10.72,1.00,none,none,none,8.04 beanpole,beanpole,0.20,Noun,8,6,2,beanpole,7.00,0.95,7.00,0.95,none,none,none, beans,beans,14.43,Noun,5,4,1,bean,none,none,3.42,1.00,none,none,4.67, beanstalk,beanstalk,0.35,Noun,9,7,2,beanstalk,6.05,1.00,6.05,1.00,none,none,none, bear,bear,57.41,Noun,4,3,1,bear,3.58,1.00,3.58,1.00,4.36,none,4.40, bearable,bearable,0.67,Adjective,8,7,3,bearable,8.58,1.00,8.58,1.00,none,none,none, beard,beard,12.61,Noun,5,4,1,beard,4.84,1.00,4.84,1.00,none,5.33,5.73, bearded,bearded,1.27,Adjective,7,6,2,bearded,7.20,1.00,7.20,1.00,none,none,none, bearding,bearding,0.02,Verb,8,6,3,beard,none,none,4.84,1.00,none,5.33,5.73, beardless,beardless,0.16,Adjective,9,8,3,beardless,8.00,1.00,8.00,1.00,none,none,none, beards,beards,0.76,Noun,6,5,1,beard,none,none,4.84,1.00,none,5.33,5.73, beardy,beardy,0.02,Adjective,6,6,3,beardy,7.23,0.72,7.23,0.72,none,none,none, bearer,bearer,1.80,Noun,6,4,2,bearer,8.67,1.00,8.67,1.00,none,none,none, bearers,bearers,0.25,Noun,7,5,2,bearer,none,none,8.67,1.00,none,none,none, bearing,bearing,9.53,Verb,7,5,2,bear,none,none,3.58,1.00,4.36,none,4.40, bearings,bearings,1.67,Noun,8,6,2,bearings,10.15,1.00,10.15,1.00,none,none,none, bearish,bearish,0.04,Adjective,7,5,2,bearish,11.59,0.89,11.59,0.89,none,none,none, bearlike,bearlike,0.02,Adjective,8,6,3,bearlike,6.53,1.00,6.53,1.00,none,none,none, bears,bears,11.39,Noun,5,4,1,bear,none,none,3.58,1.00,4.36,none,4.40, bearskin,bearskin,0.41,Noun,8,7,3,bearskin,8.89,1.00,8.89,1.00,none,none,none, bearskins,bearskins,0.02,Noun,9,8,3,bearskin,none,none,8.89,1.00,none,none,none, beast,beast,24.55,Noun,5,4,1,beast,5.74,1.00,5.74,1.00,none,6.45,5.93, beastliest,beastliest,0.02,Adjective,10,9,3,beastly,none,none,9.37,1.00,none,none,none, beastliness,beastliness,0.02,Noun,11,9,3,beastliness,11.94,0.94,11.94,0.94,none,none,none, beastly,beastly,0.67,Adjective,7,6,2,beastly,9.37,1.00,9.37,1.00,none,none,none, beasts,beasts,3.73,Noun,6,5,1,beast,none,none,5.74,1.00,none,6.45,5.93, beat,beat,131.69,Verb,4,3,1,beat,6.15,1.00,6.15,1.00,5.77,none,5.47, beatable,beatable,0.04,Adjective,8,7,3,beatable,8.83,0.95,8.83,0.95,none,none,none, beaten,beaten,11.98,Verb,6,5,2,beat,none,none,6.15,1.00,5.77,none,5.47, beater,beater,0.71,Noun,6,4,2,beater,7.95,1.00,7.95,1.00,none,none,none, beaters,beaters,0.24,Noun,7,5,2,beater,none,none,7.95,1.00,none,none,none, beatific,beatific,0.06,Adjective,8,8,4,beatific,14.75,0.67,14.75,0.67,none,none,none, beatnik,beatnik,0.63,Noun,7,6,2,beatnik,11.71,0.70,11.71,0.70,none,none,none,12.75 beatniks,beatniks,0.16,Noun,8,7,2,beatnik,none,none,11.71,0.70,none,none,none,12.75 beats,beats,15.04,Verb,5,4,1,beat,none,none,6.15,1.00,5.77,none,5.47, beau,beau,5.84,Unclassified,4,2,1,beau,12.23,1.00,12.23,1.00,none,11.96,11.63, beaus,beaus,0.22,Noun,5,3,1,beau,none,none,12.23,1.00,none,11.96,11.63, beauteous,beauteous,0.27,Adjective,9,7,3,beauteous,10.58,0.57,10.58,0.57,none,none,none, beautician,beautician,0.22,Noun,10,8,3,beautician,10.11,1.00,10.11,1.00,none,none,none, beauticians,beauticians,0.04,Noun,11,10,5,beautician,none,none,10.11,1.00,none,none,none, beauties,beauties,2.53,Noun,8,6,2,beauty,none,none,5.05,1.00,none,6.92,none,5.74 beautification,beautification,0.14,Noun,14,14,7,beautification,11.20,1.00,11.20,1.00,none,none,none, beautified,beautified,0.02,Verb,10,8,4,beautify,none,none,9.68,1.00,none,none,none, beautiful,beautiful,279.73,Adjective,9,8,3,beautiful,5.72,1.00,5.72,1.00,5.22,none,none, beautify,beautify,0.16,Verb,8,7,3,beautify,9.68,1.00,9.68,1.00,none,none,none, beautifying,beautifying,0.02,Verb,11,9,5,beautify,none,none,9.68,1.00,none,none,none, beauty,beauty,48.24,Noun,6,5,2,beauty,5.05,1.00,5.05,1.00,none,6.92,none,5.74 beaux,beaux,0.12,Noun,5,2,1,beau,none,none,12.23,1.00,none,11.96,11.63, beaver,beaver,4.82,Noun,6,4,2,beaver,5.21,1.00,5.21,1.00,7.12,none,none,4.86 beaverboard,beaverboard,0.02,Noun,11,8,3,beaverboard,11.75,0.22,11.75,0.22,none,none,none, beavers,beavers,0.76,Noun,7,5,2,beaver,none,none,5.21,1.00,7.12,none,none,4.86 bebop,bebop,0.41,Noun,5,5,2,bebop,12.00,0.89,12.00,0.89,none,none,none, becalmed,becalmed,0.10,Adjective,8,6,2,becalmed,12.78,0.90,12.78,0.90,none,none,none, became,became,47.75,Verb,6,5,2,become,none,none,5.85,1.00,6.16,6.67,none,6.33 because,because,1071.02,Conjunction,7,5,2,because,4.44,1.00,4.44,1.00,4.90,none,none,5.49 beck,beck,3.82,Name,4,3,1,beck,11.75,0.80,11.75,0.80,none,none,11.55, beckon,beckon,0.20,Verb,6,5,2,beckon,11.11,1.00,11.11,1.00,none,none,none, beckoned,beckoned,0.20,Verb,8,6,2,beckon,none,none,11.11,1.00,none,none,none, beckoning,beckoning,0.31,Verb,9,7,3,beckon,none,none,11.11,1.00,none,none,none, beckons,beckons,0.37,Verb,7,6,2,beckon,none,none,11.11,1.00,none,none,none, becloud,becloud,0.02,Verb,7,6,2,becloud,12.67,0.50,12.67,0.50,none,none,none, become,become,115.57,Verb,6,5,2,become,5.85,1.00,5.85,1.00,6.16,6.67,none,6.33 becomes,becomes,24.14,Verb,7,6,2,become,none,none,5.85,1.00,6.16,6.67,none,6.33 becoming,becoming,22.88,Verb,8,7,3,become,none,none,5.85,1.00,6.16,6.67,none,6.33 bed,bed,187.12,Noun,3,3,1,bed,2.89,1.00,2.89,1.00,none,3.62,2.86, bedbug,bedbug,0.29,Noun,6,6,2,bedbug,6.78,1.00,6.78,1.00,none,none,none, bedbugs,bedbugs,0.86,Noun,7,7,2,bedbug,none,none,6.78,1.00,none,none,none, bedchamber,bedchamber,0.24,Noun,10,8,3,bedchamber,11.72,1.00,11.72,1.00,none,none,none, bedclothes,bedclothes,0.18,Noun,10,8,2,bedclothes,9.00,0.94,9.00,0.94,none,none,none, bedded,bedded,0.35,Verb,6,5,2,bed,none,none,2.89,1.00,none,3.62,2.86, bedding,bedding,0.75,Noun,7,5,2,bedding,6.67,1.00,6.67,1.00,none,none,none, bedfellow,bedfellow,0.14,Noun,9,7,3,bedfellow,11.94,0.84,11.94,0.84,none,none,none, bedfellows,bedfellows,0.24,Noun,10,8,3,bedfellow,none,none,11.94,0.84,none,none,none, bedim,bedim,0.02,Verb,5,5,2,bedim,14.67,0.33,14.67,0.33,none,none,none, bedlam,bedlam,1.22,Noun,6,6,2,bedlam,12.83,0.63,12.83,0.63,none,none,none,13.63 bedlamite,bedlamite,0.04,Noun,9,8,3,bedlamite,14.33,0.16,14.33,0.16,none,none,none, bedmate,bedmate,0.02,Noun,7,6,2,bedmate,11.00,0.84,11.00,0.84,none,none,none, bedpan,bedpan,0.94,Noun,6,6,2,bedpan,11.18,0.94,11.18,0.94,none,none,none, bedpans,bedpans,0.39,Noun,7,7,2,bedpan,none,none,11.18,0.94,none,none,none, bedpost,bedpost,0.31,Noun,7,7,2,bedpost,6.62,1.00,6.62,1.00,none,none,none, bedposts,bedposts,0.06,Noun,8,8,2,bedpost,none,none,6.62,1.00,none,none,none, bedridden,bedridden,0.33,Noun,9,8,3,bedridden,11.11,1.00,11.11,1.00,none,none,none, bedrock,bedrock,0.31,Noun,7,6,2,bedrock,10.67,1.00,10.67,1.00,none,none,none, bedroll,bedroll,0.16,Noun,7,6,2,bedroll,8.67,0.71,8.67,0.71,none,none,none, bedrolls,bedrolls,0.04,Noun,8,7,2,bedroll,none,none,8.67,0.71,none,none,none, bedroom,bedroom,36.71,Noun,7,6,2,bedroom,3.90,1.00,3.90,1.00,none,4.31,none,3.78 bedrooms,bedrooms,2.98,Noun,8,7,2,bedroom,none,none,3.90,1.00,none,4.31,none,3.78 beds,beds,8.57,Noun,4,4,1,bed,none,none,2.89,1.00,none,3.62,2.86, bedside,bedside,1.92,Noun,7,6,2,bedside,7.71,1.00,7.71,1.00,none,none,none, bedsit,bedsit,0.02,Noun,6,6,2,bedsit,11.50,0.74,11.50,0.74,none,none,none, bedsore,bedsore,0.08,Noun,7,6,2,bedsore,10.74,1.00,10.74,1.00,none,none,none, bedsores,bedsores,0.22,Noun,8,7,2,bedsore,none,none,10.74,1.00,none,none,none, bedspread,bedspread,0.45,Noun,9,8,2,bedspread,7.72,1.00,7.72,1.00,none,none,none, bedspreads,bedspreads,0.12,Noun,10,9,2,bedspread,none,none,7.72,1.00,none,none,none, bedspring,bedspring,0.02,Verb,9,8,2,bedspring,9.16,1.00,9.16,1.00,none,none,none, bedsprings,bedsprings,0.06,Noun,10,9,2,bedspring,none,none,9.16,1.00,none,none,none, bedstead,bedstead,0.10,Noun,8,7,2,bedstead,11.92,0.68,11.92,0.68,none,none,none, bedsteads,bedsteads,0.02,Noun,9,8,2,bedstead,none,none,11.92,0.68,none,none,none, bedtime,bedtime,6.20,Noun,7,6,2,bedtime,3.95,1.00,3.95,1.00,none,none,none, bedtimes,bedtimes,0.14,Noun,8,7,2,bedtime,none,none,3.95,1.00,none,none,none, bee,bee,10.35,Noun,3,2,1,bee,5.00,1.00,5.00,1.00,3.99,none,3.82, beech,beech,0.35,Noun,5,3,1,beech,11.69,0.89,11.69,0.89,none,9.09,11.16, beef,beef,19.71,Noun,4,3,1,beef,6.58,1.00,6.58,1.00,none,5.64,5.79, beefalo,beefalo,0.02,Noun,7,7,4,beefalo,15.33,0.45,15.33,0.45,none,none,none, beefed,beefed,0.31,Verb,6,4,1,beef,none,none,6.58,1.00,none,5.64,5.79, beefing,beefing,0.51,Verb,7,5,2,beef,none,none,6.58,1.00,none,5.64,5.79, beefs,beefs,0.51,Noun,5,4,1,beef,none,none,6.58,1.00,none,5.64,5.79, beefsteak,beefsteak,0.73,Noun,9,7,2,beefsteak,10.26,0.95,10.26,0.95,none,none,none, beefsteaks,beefsteaks,0.02,Noun,10,8,2,beefsteak,none,none,10.26,0.95,none,none,none, beefy,beefy,0.31,Adjective,5,4,2,beefy,8.53,0.94,8.53,0.94,none,none,none, beehive,beehive,0.86,Noun,7,5,2,beehive,7.47,1.00,7.47,1.00,none,6.92,none, beehives,beehives,0.10,Noun,8,6,2,beehive,none,none,7.47,1.00,none,6.92,none, beekeeper,beekeeper,0.18,Noun,9,6,3,beekeeper,8.94,1.00,8.94,1.00,none,none,none, beekeepers,beekeepers,0.08,Noun,10,7,3,beekeeper,none,none,8.94,1.00,none,none,none, beekeeping,beekeeping,0.04,Noun,10,7,3,beekeeping,9.16,1.00,9.16,1.00,none,none,none, beeline,beeline,0.16,Noun,7,5,2,beeline,12.59,0.94,12.59,0.94,none,none,none, been,been,1736.73,Verb,4,3,1,be,none,none,5.11,1.00,5.53,none,3.54, beep,beep,6.51,Noun,4,3,1,beep,5.32,1.00,5.32,1.00,none,none,none, beeped,beeped,0.69,Verb,6,4,1,beep,none,none,5.32,1.00,none,none,none, beeper,beeper,2.82,Noun,6,4,2,beeper,10.61,1.00,10.61,1.00,none,none,none, beepers,beepers,0.24,Noun,7,5,2,beeper,none,none,10.61,1.00,none,none,none, beeping,beeping,6.45,Verb,7,5,2,beep,none,none,5.32,1.00,none,none,none, beeps,beeps,3.00,Verb,5,4,1,beep,none,none,5.32,1.00,none,none,none, beer,beer,75.49,Noun,4,3,1,beer,6.11,1.00,6.11,1.00,none,7.24,9.17, beerhouse,beerhouse,0.02,Noun,9,6,3,beerhouse,12.53,0.89,12.53,0.89,none,none,none, beers,beers,10.75,Noun,5,4,1,beer,none,none,6.11,1.00,none,7.24,9.17, bees,bees,5.33,Noun,4,3,1,bee,none,none,5.00,1.00,3.99,none,3.82, beeswax,beeswax,0.45,Noun,7,7,2,beeswax,8.50,1.00,8.50,1.00,none,none,none, beet,beet,0.27,Noun,4,3,1,beet,6.56,0.95,6.56,0.95,none,none,7.98, beetle,beetle,2.06,Noun,6,5,2,beetle,5.32,1.00,5.32,1.00,none,none,none,5.25 beetles,beetles,1.27,Noun,7,6,2,beetle,none,none,5.32,1.00,none,none,none,5.25 beetroot,beetroot,0.08,Noun,8,6,2,beetroot,10.69,0.65,10.69,0.65,none,none,none, beets,beets,1.02,Noun,5,4,1,beet,none,none,6.56,0.95,none,none,7.98, beeves,beeves,0.22,Noun,6,5,2,beef,none,none,6.58,1.00,none,5.64,5.79, befall,befall,0.59,Verb,6,5,2,befall,10.59,0.89,10.59,0.89,none,12.51,none,11.70 befallen,befallen,0.18,Verb,8,7,3,befall,none,none,10.59,0.89,none,12.51,none,11.70 befalling,befalling,0.02,Verb,9,7,3,befall,none,none,10.59,0.89,none,12.51,none,11.70 befalls,befalls,0.22,Verb,7,6,2,befall,none,none,10.59,0.89,none,12.51,none,11.70 befell,befell,0.08,Verb,6,5,2,befall,none,none,10.59,0.89,none,12.51,none,11.70 before,before,794.14,Conjunction,6,5,2,before,5.45,1.00,5.45,1.00,4.73,none,none,5.20 befoul,befoul,0.04,Verb,6,5,2,befoul,12.79,0.70,12.79,0.70,none,none,none, befriend,befriend,0.43,Verb,8,7,2,befriend,8.50,1.00,8.50,1.00,8.41,none,none, befriended,befriended,0.33,Verb,10,9,3,befriend,none,none,8.50,1.00,8.41,none,none, befriending,befriending,0.18,Verb,11,9,3,befriend,none,none,8.50,1.00,8.41,none,none, befriends,befriends,0.10,Verb,9,8,2,befriend,none,none,8.50,1.00,8.41,none,none, befuddled,befuddled,0.16,Adjective,9,8,3,befuddled,11.50,0.89,11.50,0.89,none,none,none, beg,beg,50.98,Verb,3,3,1,beg,5.78,1.00,5.78,1.00,none,none,5.53, began,began,32.51,Verb,5,5,2,begin,none,none,4.84,1.00,5.10,none,none,5.62 begat,begat,0.31,Verb,5,5,2,beget,none,none,14.20,0.83,none,none,none, beget,beget,0.31,Verb,5,5,2,beget,14.20,0.83,14.20,0.83,none,none,none, begets,begets,0.39,Verb,6,6,2,beget,none,none,14.20,0.83,none,none,none, begetting,begetting,0.10,Verb,9,7,3,beget,none,none,14.20,0.83,none,none,none, beggar,beggar,2.47,Noun,6,4,2,beggar,7.63,1.00,7.63,1.00,none,7.30,none,8.20 beggared,beggared,0.02,Verb,8,5,2,beggar,none,none,7.63,1.00,none,7.30,none,8.20 beggars,beggars,1.90,Noun,7,5,2,beggar,none,none,7.63,1.00,none,7.30,none,8.20 beggary,beggary,0.02,Noun,7,6,3,beggary,11.67,0.82,11.67,0.82,none,none,none, begged,begged,7.27,Verb,6,4,1,beg,none,none,5.78,1.00,none,none,5.53, begging,begging,15.02,Verb,7,5,2,beg,none,none,5.78,1.00,none,none,5.53, begin,begin,56.98,Verb,5,5,2,begin,4.84,1.00,4.84,1.00,5.10,none,none,5.62 beginner,beginner,1.94,Noun,8,6,3,beginner,6.70,1.00,6.70,1.00,none,none,none, beginners,beginners,0.73,Noun,9,7,3,beginner,none,none,6.70,1.00,none,none,none, beginning,beginning,63.12,Noun,9,7,3,beginning,5.40,1.00,5.40,1.00,6.09,6.30,none, beginnings,beginnings,1.27,Noun,10,8,3,beginning,none,none,5.40,1.00,6.09,6.30,none, begins,begins,16.55,Verb,6,6,2,begin,none,none,4.84,1.00,5.10,none,none,5.62 begonia,begonia,0.08,Noun,7,7,3,begonia,11.33,0.67,11.33,0.67,none,none,none, begonias,begonias,0.22,Noun,8,8,3,begonia,none,none,11.33,0.67,none,none,none, begot,begot,0.14,Verb,5,5,2,beget,none,none,14.20,0.83,none,none,none, begrudge,begrudge,0.47,Verb,8,6,2,begrudge,12.94,0.89,12.94,0.89,none,none,none, begrudged,begrudged,0.04,Verb,9,7,2,begrudge,none,none,12.94,0.89,none,none,none, begrudges,begrudges,0.02,Verb,9,8,3,begrudge,none,none,12.94,0.89,none,none,none, begs,begs,1.41,Verb,4,4,1,beg,none,none,5.78,1.00,none,none,5.53, beguile,beguile,0.20,Verb,7,5,2,beguile,12.88,0.89,12.88,0.89,none,none,none, beguiled,beguiled,0.12,Verb,8,6,2,beguile,none,none,12.88,0.89,none,none,none, beguilement,beguilement,0.02,Noun,11,9,3,beguilement,15.57,0.78,15.57,0.78,none,none,none, beguiling,beguiling,0.16,Adjective,9,7,3,beguiling,13.62,0.84,13.62,0.84,none,none,none, beguine,beguine,0.25,Noun,7,5,2,beguine,14.18,0.61,14.18,0.61,none,none,none, begun,begun,10.55,Verb,5,5,2,begin,none,none,4.84,1.00,5.10,none,none,5.62 behalf,behalf,12.16,Preposition,6,5,2,behalf,9.20,1.00,9.20,1.00,none,9.73,none,10.04 behave,behave,16.24,Verb,6,5,2,behave,4.28,1.00,4.28,1.00,4.45,none,none,6.47 behaved,behaved,2.98,Verb,7,6,2,behave,none,none,4.28,1.00,4.45,none,none,6.47 behaves,behaves,0.78,Verb,7,6,2,behave,none,none,4.28,1.00,4.45,none,none,6.47 behaving,behaving,3.88,Verb,8,7,3,behave,none,none,4.28,1.00,4.45,none,none,6.47 behavior,behaviour,22.39,Noun,8,7,3,behavior,7.05,1.00,7.05,1.00,none,none,none, behavioral,behavioural,1.55,Adjective,10,9,4,behavioral,11.89,1.00,11.89,1.00,none,none,none, behaviorist,behaviourist,0.02,Noun,11,10,4,behaviorist,15.17,0.95,15.17,0.95,none,none,none, behaviors,behaviours,0.41,Noun,9,8,3,behavior,none,none,7.05,1.00,none,none,none, behead,behead,0.18,Noun,6,5,2,behead,11.74,1.00,11.74,1.00,none,none,none, beheaded,beheaded,0.67,Verb,8,7,3,behead,none,none,11.74,1.00,none,none,none, beheld,beheld,0.47,Verb,6,6,2,behold,none,none,10.58,1.00,none,none,none,9.22 behemoth,behemoth,0.20,Noun,8,7,3,behemoth,12.22,1.00,12.22,1.00,none,none,none, behemoths,behemoths,0.06,Noun,9,8,3,Behemoth,none,none,12.22,1.00,none,none,none, behest,behest,0.37,Noun,6,6,2,behest,13.94,0.80,13.94,0.80,none,none,none, behind,behind,187.86,Preposition,6,6,2,behind,4.90,1.00,4.90,1.00,4.45,5.01,none,5.87 behinds,behinds,0.37,Noun,7,7,2,behind,none,none,4.90,1.00,4.45,5.01,none,5.87 behold,behold,5.94,Verb,6,6,2,behold,10.58,1.00,10.58,1.00,none,none,none,9.22 beholden,beholden,0.61,Adjective,8,8,3,beholden,12.86,0.74,12.86,0.74,none,none,none, beholder,beholder,0.29,Noun,8,7,3,beholder,11.11,1.00,11.11,1.00,none,none,none, beholding,beholding,0.12,Verb,9,8,3,behold,none,none,10.58,1.00,none,none,none,9.22 beholds,beholds,0.06,Verb,7,7,2,behold,none,none,10.58,1.00,none,none,none,9.22 behoove,behove,0.29,Verb,7,5,2,behoove,14.71,0.70,14.71,0.70,none,none,none, behooved,behoved,0.04,Verb,8,6,2,behooved,14.59,0.85,14.59,0.85,none,none,none, behooves,behoves,0.14,Verb,8,6,2,behoove,none,none,14.71,0.70,none,none,none, beige,beige,1.35,Adjective,5,3,1,beige,7.74,1.00,7.74,1.00,8.37,none,9.60, beiges,beiges,0.06,Noun,6,5,2,beige,none,none,7.74,1.00,8.37,none,9.60, being,being,485.90,Verb,5,4,2,being,5.99,1.00,5.99,1.00,8.46,7.66,none,5.68 beings,beings,11.75,Noun,6,5,2,being,none,none,5.99,1.00,8.46,7.66,none,5.68 belabor,belabour,0.06,Noun,7,6,3,belabor,13.82,0.58,13.82,0.58,none,none,none, belated,belated,0.43,Adjective,7,7,3,belated,11.45,1.00,11.45,1.00,none,none,none, belay,belay,0.65,Verb,5,4,2,belay,13.00,0.72,13.00,0.72,none,none,none, belch,belch,0.73,Verb,5,4,1,belch,6.22,1.00,6.22,1.00,none,none,8.63, belched,belched,0.06,Verb,7,5,1,belch,none,none,6.22,1.00,none,none,8.63, belches,belches,0.39,Verb,7,6,2,belch,none,none,6.22,1.00,none,none,8.63, belching,belching,0.31,Verb,8,6,2,belch,none,none,6.22,1.00,none,none,8.63, beldame,beldame,0.04,Noun,7,6,2,beldame,10.50,0.21,10.50,0.21,none,none,none, beleaguer,beleaguer,Err:512,Err:512,9,6,3,beleaguer,14.89,0.43,14.89,0.43,none,none,none, beleaguered,beleaguered,0.22,Adjective,11,7,3,beleaguered,13.75,0.67,13.75,0.67,none,none,none, belfries,belfries,0.04,Noun,8,7,2,belfry,none,none,11.33,0.67,none,none,none, belfry,belfry,0.25,Noun,6,6,2,belfry,11.33,0.67,11.33,0.67,none,none,none, belie,belie,0.18,Verb,5,4,2,belie,11.62,0.72,11.62,0.72,none,none,none, belied,belied,0.10,Verb,6,5,2,belie,none,none,11.62,0.72,none,none,none, belief,belief,7.61,Noun,6,5,2,belief,7.30,1.00,7.30,1.00,none,8.86,none,6.89 beliefs,beliefs,3.90,Noun,7,6,2,belief,none,none,7.30,1.00,none,8.86,none,6.89 belies,belies,0.04,Verb,6,5,2,belie,none,none,11.62,0.72,none,none,none, believability,believability,0.08,Noun,13,12,6,believability,10.85,1.00,10.85,1.00,none,none,none, believable,believable,1.41,Adjective,10,9,4,believable,8.50,1.00,8.50,1.00,none,none,none, believe,believe,625.14,Verb,7,5,2,believe,5.78,1.00,5.78,1.00,6.16,none,none,6.47 believed,believed,35.06,Verb,8,6,2,believe,none,none,5.78,1.00,6.16,none,none,6.47 believer,believer,3.41,Noun,8,6,3,believer,6.56,1.00,6.56,1.00,none,none,none, believers,believers,0.86,Noun,9,7,3,believer,none,none,6.56,1.00,none,none,none, believes,believes,17.35,Verb,8,6,2,believe,none,none,5.78,1.00,6.16,none,none,6.47 believeth,believeth,1.06,Verb,9,7,3,believe,none,none,5.78,1.00,6.16,none,none,6.47 believing,believing,10.43,Verb,9,7,3,believe,none,none,5.78,1.00,6.16,none,none,6.47 belike,belike,0.14,Adjective,6,5,2,belike,13.45,0.58,13.45,0.58,none,none,none, belittle,belittle,0.73,Verb,8,7,3,belittle,12.88,0.89,12.88,0.89,none,none,none, belittled,belittled,0.14,Verb,9,8,3,belittle,none,none,12.88,0.89,none,none,none, belittles,belittles,0.06,Verb,9,8,3,belittle,none,none,12.88,0.89,none,none,none, belittling,belittling,0.31,Verb,10,9,4,belittle,none,none,12.88,0.89,none,none,none, bell,bell,39.33,Noun,4,3,1,bell,3.89,1.00,3.89,1.00,none,4.98,4.60, belladonna,belladonna,0.22,Noun,10,8,4,belladonna,14.71,0.78,14.71,0.78,none,none,none, bellboy,bellboy,1.24,Noun,7,5,2,bellboy,7.95,0.95,7.95,0.95,none,none,none, bellboys,bellboys,0.25,Noun,8,6,2,bellboy,none,none,7.95,0.95,none,none,none, belle,belle,8.10,Name,5,3,1,belle,10.37,0.91,10.37,0.91,9.95,none,11.70, belled,belled,0.02,Verb,6,4,1,bell,none,none,3.89,1.00,none,4.98,4.60, belles,belles,0.16,Noun,6,4,1,belle,none,none,10.37,0.91,9.95,none,11.70, bellhop,bellhop,0.67,Noun,7,6,2,bellhop,11.21,1.00,11.21,1.00,none,none,none, bellhops,bellhops,0.16,Noun,8,7,2,bellhop,none,none,11.21,1.00,none,none,none, bellicose,bellicose,0.08,Adjective,9,7,3,bellicose,15.00,0.44,15.00,0.44,none,none,none, bellies,bellies,1.71,Noun,7,5,2,belly,none,none,4.05,1.00,none,5.24,none,4.09 belligerence,belligerence,0.02,Noun,12,9,4,belligerence,12.47,0.94,12.47,0.94,none,none,none, belligerency,belligerency,0.06,Noun,12,10,5,belligerency,14.25,0.67,14.25,0.67,none,none,none, belligerent,belligerent,0.65,Adjective,11,9,4,belligerent,12.89,0.95,12.89,0.95,none,none,none, belligerents,belligerents,0.02,Noun,12,10,4,belligerent,none,none,12.89,0.95,none,none,none, bellman,bellman,1.08,Noun,7,6,2,bellman,10.11,1.00,10.11,1.00,none,none,none, bellmen,bellmen,0.02,Noun,7,6,2,bellman,none,none,10.11,1.00,none,none,none, bellow,bellow,0.45,Verb,6,4,2,bellow,11.11,1.00,11.11,1.00,none,none,none, bellowed,bellowed,0.08,Verb,8,5,2,bellow,none,none,11.11,1.00,none,none,none, bellowing,bellowing,0.33,Verb,9,6,3,bellow,none,none,11.11,1.00,none,none,none, bellows,bellows,0.80,Noun,7,5,2,bellows,13.19,0.81,13.19,0.81,none,none,none, bells,bells,13.16,Noun,5,4,1,bell,none,none,3.89,1.00,none,4.98,4.60, belly,belly,15.57,Noun,5,4,2,belly,4.05,1.00,4.05,1.00,none,5.24,none,4.09 bellyache,bellyache,0.29,Noun,9,6,3,bellyache,6.58,1.00,6.58,1.00,none,none,none, bellyaches,bellyaches,0.06,Noun,10,7,3,bellyache,none,none,6.58,1.00,none,none,none, bellyaching,bellyaching,0.43,Verb,11,8,4,bellyache,none,none,6.58,1.00,none,none,none, bellyband,bellyband,0.04,Noun,9,8,3,bellyband,13.31,0.80,13.31,0.80,none,none,none, bellybutton,bellybutton,0.65,Noun,11,9,4,bellybutton,3.78,1.00,3.78,1.00,none,none,none, bellybuttons,bellybuttons,0.02,Err:512,12,10,4,bellybutton,none,none,3.78,1.00,none,none,none, bellyful,bellyful,0.59,Noun,8,7,3,bellyful,5.67,1.00,5.67,1.00,none,none,none, bellying,bellying,0.04,Verb,8,6,3,belly,none,none,4.05,1.00,none,5.24,none,4.09 belong,belong,44.37,Verb,6,5,2,belong,6.47,1.00,6.47,1.00,6.09,none,none,6.82 belonged,belonged,10.00,Verb,8,6,2,belong,none,none,6.47,1.00,6.09,none,none,6.82 belonging,belonging,2.06,Verb,9,7,3,belong,none,none,6.47,1.00,6.09,none,none,6.82 belongings,belongings,3.02,Noun,10,8,3,belongings,9.17,1.00,9.17,1.00,none,none,none, belongs,belongs,27.90,Verb,7,6,2,belong,none,none,6.47,1.00,6.09,none,none,6.82 beloved,beloved,12.76,Adjective,7,6,2,beloved,9.94,1.00,9.94,1.00,none,8.98,none, beloveds,beloveds,0.02,Noun,8,7,2,beloved,none,none,9.94,1.00,none,8.98,none, below,below,28.04,Adverb,5,4,2,below,5.84,1.00,5.84,1.00,5.04,none,none,5.74 belt,belt,24.35,Noun,4,4,1,belt,4.62,1.00,4.62,1.00,none,5.48,5.66, belted,belted,0.51,Verb,6,6,2,belt,none,none,4.62,1.00,none,5.48,5.66, belter,belter,0.04,Noun,6,5,2,belter,10.64,0.74,10.64,0.74,none,none,none, belting,belting,0.10,Verb,7,6,2,belt,none,none,4.62,1.00,none,5.48,5.66, beltless,beltless,0.04,Adjective,8,7,2,beltless,9.65,0.89,9.65,0.89,none,none,none, beltline,beltline,0.02,Noun,8,7,2,beltline,11.88,0.84,11.88,0.84,none,none,none, belts,belts,4.98,Noun,5,5,1,belt,none,none,4.62,1.00,none,5.48,5.66, beltway,beltway,0.25,Noun,7,6,2,beltway,12.19,0.84,12.19,0.84,none,none,none, beluga,beluga,0.55,Noun,6,6,3,beluga,10.80,0.83,10.80,0.83,none,none,none, belugas,belugas,0.02,Name,7,7,3,beluga,none,none,10.80,0.83,none,none,none, belying,belying,0.04,Verb,7,6,3,belie,none,none,11.62,0.72,none,none,none, bemoan,bemoan,0.02,Verb,6,5,2,bemoan,13.80,0.79,13.80,0.79,none,none,none, bemoaning,bemoaning,0.04,Verb,9,7,3,bemoan,none,none,13.80,0.79,none,none,none, bemused,bemused,0.06,Adjective,7,7,2,bemused,14.71,0.78,14.71,0.78,none,none,none, bemusement,bemusement,0.04,Noun,10,10,3,bemusement,13.39,0.90,13.39,0.90,none,none,none, bench,bench,9.67,Noun,5,4,1,bench,4.21,1.00,4.21,1.00,none,6.30,5.79, benches,benches,0.59,Noun,7,6,2,bench,none,none,4.21,1.00,none,6.30,5.79, benching,benching,0.08,Verb,8,6,2,bench,none,none,4.21,1.00,none,6.30,5.79, benchmark,benchmark,0.06,Noun,9,8,2,benchmark,12.28,1.00,12.28,1.00,none,none,none, benchmarking,benchmarking,0.06,Noun,12,10,3,benchmarking,13.55,1.00,13.55,1.00,none,none,none, benchmarks,benchmarks,0.02,Noun,10,9,2,benchmark,none,none,12.28,1.00,none,none,none, benchwarmer,benchwarmer,0.20,Noun,11,9,3,benchwarmer,10.22,1.00,10.22,1.00,none,none,none, bend,bend,15.06,Verb,4,4,1,bend,5.56,1.00,5.56,1.00,4.73,5.18,5.79, bended,bended,0.24,Adjective,6,6,2,bended,9.67,1.00,9.67,1.00,none,none,none, bending,bending,2.39,Verb,7,6,2,bend,none,none,5.56,1.00,4.73,5.18,5.79, bends,bends,1.51,Verb,5,5,1,bend,none,none,5.56,1.00,4.73,5.18,5.79, bendy,bendy,0.22,Adjective,5,5,2,bendy,7.69,0.89,7.69,0.89,none,none,none, beneath,beneath,11.63,Preposition,7,5,2,beneath,5.67,1.00,5.67,1.00,5.46,none,none,8.12 benediction,benediction,0.25,Noun,11,10,4,benediction,14.11,0.95,14.11,0.95,none,none,none, benefaction,benefaction,0.02,Noun,11,9,4,benefaction,14.43,0.78,14.43,0.78,none,none,none, benefactions,benefactions,0.02,Noun,12,12,5,benefaction,none,none,14.43,0.78,none,none,none, benefactor,benefactor,1.69,Noun,10,9,4,benefactor,11.25,0.89,11.25,0.89,none,11.75,none, benefactors,benefactors,0.33,Noun,11,10,4,benefactor,none,none,11.25,0.89,none,11.75,none, benefactress,benefactress,0.06,Noun,12,11,4,benefactress,14.94,0.90,14.94,0.90,none,none,none, benefactresses,benefactresses,0.02,Noun,14,13,5,benefactress,none,none,14.94,0.90,none,none,none, beneficent,beneficent,0.10,Adjective,10,10,4,beneficent,15.06,0.89,15.06,0.89,none,none,none, beneficial,beneficial,0.78,Adjective,10,9,4,beneficial,10.84,1.00,10.84,1.00,none,none,none, beneficiaries,beneficiaries,0.33,Noun,13,12,6,beneficiary,none,none,15.06,1.00,none,none,none, beneficiary,beneficiary,1.35,Noun,11,11,6,beneficiary,15.06,1.00,15.06,1.00,none,none,none, benefit,benefit,14.35,Noun,7,7,3,benefit,9.17,1.00,9.17,1.00,9.32,none,none, benefited,benefited,0.39,Verb,9,9,4,benefit,none,none,9.17,1.00,9.32,none,none, benefits,benefits,7.43,Noun,8,8,3,benefit,none,none,9.17,1.00,9.32,none,none, benefitted,benefitted,0.06,Verb,10,9,4,benefit,none,none,9.17,1.00,9.32,none,none, benevolence,benevolence,0.41,Noun,11,10,4,benevolence,14.76,0.94,14.76,0.94,none,none,none, benevolent,benevolent,0.73,Adjective,10,10,4,benevolent,14.00,0.89,14.00,0.89,none,none,none, bengaline,bengaline,0.02,Noun,9,8,3,bengaline,11.83,0.29,11.83,0.29,none,none,none, benighted,benighted,0.10,Adjective,9,7,3,benighted,13.56,0.47,13.56,0.47,none,none,none, benign,benign,1.14,Adjective,6,5,2,benign,10.88,0.89,10.88,0.89,none,none,none,12.75 benison,benison,0.02,Noun,7,8,4,benison,18.00,0.22,18.00,0.22,none,none,none, bent,bent,7.22,Verb,4,4,1,bend,none,none,5.56,1.00,4.73,5.18,5.79, benthic,benthic,0.27,Adjective,7,7,3,benthic,12.78,0.45,12.78,0.45,none,none,none, bentwood,bentwood,0.02,Noun,8,8,3,bentwood,12.00,0.63,12.00,0.63,none,none,none, benzene,benzene,0.43,Noun,7,6,2,benzene,14.16,0.95,14.16,0.95,none,13.17,none, benzenes,benzenes,0.04,Noun,8,7,2,benzene,none,none,14.16,0.95,none,13.17,none, benzoate,benzoate,0.02,Noun,8,7,3,benzoate,15.46,0.72,15.46,0.72,none,none,none, bequeath,bequeath,0.84,Verb,8,6,2,bequeath,13.71,0.89,13.71,0.89,none,none,none,13.51 bequeathed,bequeathed,0.18,Verb,10,7,2,bequeath,none,none,13.71,0.89,none,none,none,13.51 bequeathing,bequeathing,0.06,Verb,11,8,3,bequeath,none,none,13.71,0.89,none,none,none,13.51 bequeaths,bequeaths,0.02,Verb,9,7,2,bequeath,none,none,13.71,0.89,none,none,none,13.51 bequest,bequest,0.20,Noun,7,7,2,bequest,14.82,0.94,14.82,0.94,none,11.75,none, bequests,bequests,0.02,Noun,8,8,2,bequest,none,none,14.82,0.94,none,11.75,none, berate,berate,0.25,Verb,6,5,2,berate,14.00,0.95,14.00,0.95,none,none,none, berated,berated,0.16,Verb,7,7,3,berate,none,none,14.00,0.95,none,none,none, berating,berating,0.18,Verb,8,7,3,berate,none,none,14.00,0.95,none,none,none, bereaved,bereaved,0.45,Adjective,8,5,2,bereaved,12.05,0.95,12.05,0.95,none,none,none, bereavement,bereavement,0.45,Noun,11,8,3,bereavement,14.47,0.95,14.47,0.95,none,none,none, bereavements,bereavements,0.02,Noun,12,10,3,bereavement,none,none,14.47,0.95,none,none,none, bereft,bereft,0.29,Adjective,6,5,2,bereft,14.69,0.72,14.69,0.72,none,none,none, beret,beret,0.94,Noun,5,5,2,beret,10.33,1.00,10.33,1.00,none,none,none,10.22 berets,berets,0.61,Noun,6,6,2,beret,none,none,10.33,1.00,none,none,none,10.22 beriberi,beriberi,0.12,Noun,8,8,4,beriberi,15.11,0.47,15.11,0.47,none,none,none, berkelium,berkelium,0.02,Noun,9,9,4,berkelium,19.67,0.16,19.67,0.16,none,none,none, berretta,berretta,0.04,Noun,8,6,3,berretta,13.00,0.78,13.00,0.78,none,none,none, berries,berries,3.10,Noun,7,5,2,berry,none,none,5.21,0.95,none,5.88,none, berry,berry,3.49,Name,5,4,2,berry,5.21,0.95,5.21,0.95,none,5.88,none, berserk,berserk,1.37,Noun,7,5,2,berserk,10.89,1.00,10.89,1.00,none,none,none,11.59 berserker,berserker,0.20,Noun,9,9,3,berserker,12.83,0.67,12.83,0.67,none,none,none, berth,berth,0.78,Noun,5,3,1,berth,11.20,0.83,11.20,0.83,none,none,12.45, berthed,berthed,0.04,Verb,7,4,1,berth,none,none,11.20,0.83,none,none,12.45, berths,berths,0.14,Noun,6,4,1,berth,none,none,11.20,0.83,none,none,12.45, beryllium,beryllium,0.49,Noun,9,7,4,beryllium,15.20,0.71,15.20,0.71,none,none,none, beseech,beseech,1.55,Verb,7,5,2,beseech,12.93,0.83,12.93,0.83,none,none,none,12.85 beseeching,beseeching,0.04,Verb,10,7,3,beseech,none,none,12.93,0.83,none,none,none,12.85 beset,beset,0.27,Verb,5,5,2,beset,13.61,1.00,13.61,1.00,none,none,none, beside,beside,15.18,Preposition,6,5,2,beside,7.22,1.00,7.22,1.00,5.49,none,none,7.34 besiege,besiege,0.27,Verb,7,5,2,besiege,13.44,0.95,13.44,0.95,none,none,none, besieged,besieged,0.25,Verb,8,6,2,besiege,none,none,13.44,0.95,none,none,none, besieger,besieger,0.00,Err:512,8,6,3,besieger,12.88,0.77,12.88,0.77,none,11.60,none, besieges,besieges,0.04,Verb,8,7,3,besiege,none,none,13.44,0.95,none,none,none, besmirch,besmirch,0.29,Verb,8,6,2,besmirch,14.13,0.83,14.13,0.83,none,none,none, besmirched,besmirched,0.04,Verb,10,7,2,besmirch,none,none,14.13,0.83,none,none,none, besom,besom,Err:512,Err:512,5,5,2,besom,14.00,0.14,14.00,0.14,none,none,none, bespeak,bespeak,0.14,Verb,7,6,2,bespeak,13.57,0.74,13.57,0.74,none,none,none, bespeaking,bespeaking,0.02,Verb,10,8,3,bespeak,none,none,13.57,0.74,none,none,none, bespeaks,bespeaks,0.04,Verb,8,7,2,bespeak,none,none,13.57,0.74,none,none,none, bespectacled,bespectacled,0.02,Adjective,12,12,4,bespectacled,11.27,0.75,11.27,0.75,none,none,none, bespoke,bespoke,0.06,Verb,7,6,2,bespeak,none,none,13.57,0.74,none,none,none, best,best,404.37,Adjective,4,4,1,best,4.09,1.00,4.09,1.00,4.65,none,4.93, bested,bested,0.51,Verb,6,6,2,best,none,none,4.09,1.00,4.65,none,4.93, bestial,bestial,0.14,Adjective,7,6,2,bestial,13.94,0.95,13.94,0.95,none,none,none, bestiality,bestiality,0.35,Noun,10,9,4,bestiality,15.28,1.00,15.28,1.00,none,none,none, bestow,bestow,1.10,Verb,6,5,2,bestow,13.53,0.90,13.53,0.90,none,none,none,11.90 bestowed,bestowed,0.90,Verb,8,6,2,bestow,none,none,13.53,0.90,none,none,none,11.90 bestowing,bestowing,0.12,Verb,9,7,3,bestow,none,none,13.53,0.90,none,none,none,11.90 bestowment,bestowment,0.02,Noun,10,9,3,bestowment,15.50,0.95,15.50,0.95,none,none,none, bestows,bestows,0.08,Verb,7,6,2,bestow,none,none,13.53,0.90,none,none,none,11.90 bestride,bestride,0.02,Noun,8,7,2,bestride,12.92,0.60,12.92,0.60,none,none,none, bestrides,bestrides,0.04,Verb,9,8,2,bestride,none,none,12.92,0.60,none,none,none, bestriding,bestriding,0.02,Verb,10,9,3,bestride,none,none,12.92,0.60,none,none,none, bests,bests,0.12,Verb,5,5,1,best,none,none,4.09,1.00,4.65,none,4.93, bestseller,bestseller,0.69,Noun,10,8,3,bestseller,10.00,1.00,10.00,1.00,none,none,none, bestsellers,bestsellers,0.08,Noun,11,9,3,bestseller,none,none,10.00,1.00,none,none,none, bestselling,bestselling,0.08,Adjective,11,9,3,bestselling,9.37,1.00,9.37,1.00,none,none,none, bet,bet,171.82,Verb,3,3,1,bet,7.00,1.00,7.00,1.00,none,7.30,6.10, beta,beta,3.43,Noun,4,4,2,beta,13.94,0.94,13.94,0.94,none,none,none, betake,betake,0.02,Verb,6,5,2,betake,13.09,0.61,13.09,0.61,none,none,none, betas,betas,0.06,Noun,5,5,2,beta,none,none,13.94,0.94,none,none,none, bethink,bethink,0.08,Verb,7,6,2,bethink,13.07,0.79,13.07,0.79,none,none,none, betide,betide,0.18,Verb,6,5,2,betide,11.29,0.37,11.29,0.37,none,none,none, betides,betides,0.02,Verb,7,6,2,betide,none,none,11.29,0.37,none,none,none, betoken,betoken,0.08,Verb,7,7,3,betoken,15.60,0.53,15.60,0.53,none,none,none, betokened,betokened,0.04,Verb,9,8,3,betoken,none,none,15.60,0.53,none,none,none, betokens,betokens,0.02,Verb,8,8,3,betoken,none,none,15.60,0.53,none,none,none, betray,betray,9.14,Verb,6,5,2,betray,9.39,1.00,9.39,1.00,none,none,none,9.13 betrayal,betrayal,4.24,Noun,8,7,3,betrayal,9.78,1.00,9.78,1.00,none,9.71,none, betrayals,betrayals,0.18,Noun,9,8,3,betrayal,none,none,9.78,1.00,none,9.71,none, betrayed,betrayed,11.57,Verb,8,6,2,betray,none,none,9.39,1.00,none,none,none,9.13 betrayer,betrayer,0.37,Noun,8,6,3,betrayer,9.17,1.00,9.17,1.00,none,none,none, betrayers,betrayers,0.08,Noun,9,7,3,betrayer,none,none,9.17,1.00,none,none,none, betraying,betraying,1.98,Verb,9,7,3,betray,none,none,9.39,1.00,none,none,none,9.13 betrays,betrays,0.75,Verb,7,6,2,betray,none,none,9.39,1.00,none,none,none,9.13 betroth,betroth,0.04,Noun,7,6,2,betroth,12.17,0.67,12.17,0.67,none,none,none, betrothal,betrothal,0.22,Noun,9,8,3,betrothal,13.73,0.83,13.73,0.83,none,none,none, betrothed,betrothed,1.10,Verb,9,7,2,betroth,none,none,12.17,0.67,none,none,none, bets,bets,10.53,Noun,4,4,1,bet,none,none,7.00,1.00,none,7.30,6.10, betted,betted,0.02,Verb,6,5,2,bet,none,none,7.00,1.00,none,7.30,6.10, better,better,794.00,Adverb,6,4,2,better,5.02,1.00,5.02,1.00,4.57,none,none,5.43 bettered,bettered,0.06,Verb,8,5,2,better,none,none,5.02,1.00,4.57,none,none,5.43 bettering,bettering,0.08,Verb,9,6,3,better,none,none,5.02,1.00,4.57,none,none,5.43 betterment,betterment,0.25,Noun,10,8,3,betterment,11.58,0.90,11.58,0.90,none,11.17,none, betterness,betterness,Err:512,Noun,10,7,3,betterness,9.74,0.86,9.74,0.86,10.37,none,none, betters,betters,0.41,Noun,7,5,2,better,none,none,5.02,1.00,4.57,none,none,5.43 betting,betting,8.43,Verb,7,5,2,bet,none,none,7.00,1.00,none,7.30,6.10, bettor,bettor,0.51,Noun,6,4,2,bettor,11.55,0.61,11.55,0.61,none,none,none, bettors,bettors,0.20,Noun,7,5,2,bettor,none,none,11.55,0.61,none,none,none, between,between,175.14,Preposition,7,6,2,between,5.47,1.00,5.47,1.00,5.33,none,none,5.68 betweens,betweens,0.02,Noun,8,7,2,betweens,8.71,0.85,8.71,0.85,none,none,none, beverage,beverage,2.33,Noun,8,6,3,beverage,6.63,1.00,6.63,1.00,none,none,none, beverages,beverages,1.20,Noun,9,8,3,beverage,none,none,6.63,1.00,none,none,none, bevies,bevvies,0.02,Noun,6,5,2,bevy,none,none,13.50,0.57,none,none,none, bevy,bevvy,0.20,Noun,4,4,2,bevy,13.50,0.57,13.50,0.57,none,none,none, beware,beware,5.73,Verb,6,5,2,beware,8.05,1.00,8.05,1.00,none,7.01,none,6.82 bewilder,bewilder,0.04,Verb,8,7,3,bewilder,10.29,0.81,10.29,0.81,none,none,none, bewildered,bewildered,1.02,Adjective,10,8,3,bewildered,11.63,1.00,11.63,1.00,none,none,none, bewildering,bewildering,0.22,Adjective,11,9,4,bewildering,12.35,1.00,12.35,1.00,none,none,none, bewilderment,bewilderment,0.08,Noun,12,11,4,bewilderment,13.06,0.94,13.06,0.94,none,10.28,none, bewilders,bewilders,0.04,Verb,9,8,3,bewilder,none,none,10.29,0.81,none,none,none, bewitch,bewitch,0.12,Verb,7,5,2,bewitch,10.61,1.00,10.61,1.00,none,none,none, bewitcher,bewitcher,0.02,Noun,9,6,3,bewitcher,13.20,0.83,13.20,0.83,none,none,none, bewitches,bewitches,0.02,Verb,9,7,3,bewitch,none,none,10.61,1.00,none,none,none, bewitching,bewitching,0.29,Verb,10,7,3,bewitch,none,none,10.61,1.00,none,none,none, bewitchment,bewitchment,0.04,Noun,11,9,3,bewitchment,10.00,0.95,10.00,0.95,none,none,none, bewitchments,bewitchments,0.02,Noun,12,10,3,bewitchment,none,none,10.00,0.95,none,none,none, beyond,beyond,43.14,Preposition,6,5,2,beyond,6.32,1.00,6.32,1.00,6.81,none,none,7.65 bezant,bezant,0.02,Adjective,6,6,2,bezant,15.83,0.33,15.83,0.33,none,none,none, bezants,bezants,0.06,Noun,7,7,2,bezant,none,none,15.83,0.33,none,none,none, bezel,bezel,0.02,Noun,5,5,2,bezel,15.60,0.56,15.60,0.56,none,none,none, bezels,bezels,0.02,Noun,6,6,2,bezel,none,none,15.60,0.56,none,none,none, bezique,bezique,0.06,Noun,7,5,2,bezique,16.50,0.11,16.50,0.11,none,none,none, biannual,biannual,0.14,Adjective,8,7,4,biannual,9.47,0.94,9.47,0.94,none,none,none, bias,bias,1.61,Noun,4,4,2,bias,10.71,0.94,10.71,0.94,none,none,none,12.11 biased,biassed,0.92,Adjective,6,5,2,biased,10.95,1.00,10.95,1.00,none,none,none, biases,biases,0.02,Noun,6,6,3,bias,none,none,10.71,0.94,none,none,none,12.11 biathlon,biathlon,0.14,Noun,8,7,3,biathlon,13.33,0.67,13.33,0.67,none,none,none, bib,bib,0.49,Noun,3,3,1,bib,4.53,1.00,4.53,1.00,none,none,4.60, bible,bible,18.33,Noun,5,5,2,bible,4.95,1.00,4.95,1.00,none,none,none,5.56 bibles,bibles,1.18,Noun,6,6,2,bible,none,none,4.95,1.00,none,none,none,5.56 biblical,biblical,2.24,Adjective,8,8,3,biblical,6.90,1.00,6.90,1.00,none,none,none, bibliography,bibliography,0.06,Noun,12,11,5,bibliography,10.95,1.00,10.95,1.00,none,none,none, bibliomania,bibliomania,0.02,Noun,11,11,5,bibliomania,13.29,0.78,13.29,0.78,none,none,none, bibs,bibs,0.25,Noun,4,4,1,bib,none,none,4.53,1.00,none,none,4.60, bibulous,bibulous,Err:512,Err:512,8,8,3,bibulous,17.29,0.33,17.29,0.33,none,none,none, bicarbonate,bicarbonate,0.73,Noun,11,10,4,bicarbonate,15.79,0.95,15.79,0.95,none,none,none, bicentennial,bicentennial,0.43,Adjective,12,11,5,bicentennial,11.22,1.00,11.22,1.00,none,none,none, bicentennials,bicentennials,0.02,Noun,13,12,5,bicentennial,none,none,11.22,1.00,none,none,none, bicep,bicep,0.31,Noun,5,5,2,bicep,8.67,1.00,8.67,1.00,none,none,none, biceps,biceps,0.94,Noun,6,6,2,biceps,9.42,1.00,9.42,1.00,none,none,none, bicker,bicker,0.49,Verb,6,4,2,bicker,8.94,0.89,8.94,0.89,none,none,none, bickered,bickered,0.02,Verb,8,5,2,bicker,none,none,8.94,0.89,none,none,none, biconvex,biconvex,0.02,Noun,8,9,3,biconvex,14.67,0.55,14.67,0.55,none,none,none, bicultural,bicultural,0.02,Adjective,10,9,4,bicultural,13.89,1.00,13.89,1.00,none,none,none, bicuspid,bicuspid,0.10,Adjective,8,8,3,bicuspid,12.50,0.89,12.50,0.89,none,none,none, bicuspids,bicuspids,0.08,Noun,9,9,3,bicuspid,none,none,12.50,0.89,none,none,none, bicycle,bicycle,6.61,Noun,7,7,3,bicycle,4.26,1.00,4.26,1.00,none,none,none, bicycles,bicycles,0.37,Noun,8,8,3,bicycle,none,none,4.26,1.00,none,none,none, bid,bid,12.59,Verb,3,3,1,bid,9.84,1.00,9.84,1.00,none,8.45,8.58, bidden,bidden,0.10,Verb,6,5,2,bid,none,none,9.84,1.00,none,8.45,8.58, bidder,bidder,1.73,Noun,6,4,2,bidder,9.32,1.00,9.32,1.00,none,none,none, bidders,bidders,0.12,Noun,7,5,2,bidder,none,none,9.32,1.00,none,none,none, biddies,biddies,0.14,Noun,7,5,2,biddy,none,none,12.08,0.63,none,none,none, bidding,bidding,4.59,Noun,7,5,2,bidding,9.58,1.00,9.58,1.00,none,none,none, biddy,biddy,0.24,Noun,5,4,2,biddy,12.08,0.63,12.08,0.63,none,none,none, bide,bide,0.55,Verb,4,3,1,bide,13.56,0.86,13.56,0.86,9.79,none,11.63, bides,bides,0.08,Verb,5,4,1,bide,none,none,13.56,0.86,9.79,none,11.63, bidet,bidet,0.35,Noun,5,5,2,bidet,12.92,0.67,12.92,0.67,none,none,none, bidets,bidets,0.04,Noun,6,6,2,bidet,none,none,12.92,0.67,none,none,none, biding,biding,0.22,Verb,6,5,2,bide,none,none,13.56,0.86,9.79,none,11.63, bids,bids,1.59,Noun,4,4,1,bid,none,none,9.84,1.00,none,8.45,8.58, biennial,biennial,0.02,Noun,8,7,4,biennial,13.64,0.74,13.64,0.74,none,none,none, bier,bier,0.04,Noun,4,3,1,bier,11.22,0.47,11.22,0.47,none,none,none, biff,biff,2.94,Name,4,3,1,biff,11.74,0.55,11.74,0.55,none,none,none, bifocal,bifocal,0.02,Adjective,7,7,3,bifocal,11.39,1.00,11.39,1.00,none,none,none, bifocals,bifocals,0.18,Noun,8,8,3,bifocals,10.72,1.00,10.72,1.00,none,none,none, bifurcate,bifurcate,0.04,Verb,9,7,3,bifurcate,16.83,0.55,16.83,0.55,none,none,none, bifurcation,bifurcation,0.02,Noun,11,9,4,bifurcation,16.00,0.58,16.00,0.58,none,none,none, big,big,682.82,Adjective,3,3,1,big,2.89,1.00,2.89,1.00,3.52,none,3.24, bigamist,bigamist,0.29,Noun,8,8,3,bigamist,14.38,0.89,14.38,0.89,none,none,none, bigamous,bigamous,0.02,Adjective,8,7,3,bigamous,14.88,0.84,14.88,0.84,none,none,none, bigamy,bigamy,0.51,Noun,6,6,3,bigamy,13.24,0.94,13.24,0.94,none,none,none, bigger,bigger,54.22,Adjective,6,4,2,big,none,none,2.89,1.00,3.52,none,3.24, biggest,biggest,40.88,Adjective,7,6,2,big,none,none,2.89,1.00,3.52,none,3.24, biggie,biggie,2.06,Noun,6,4,2,biggie,7.28,0.95,7.28,0.95,none,none,none, biggies,biggies,0.24,Noun,7,5,2,biggie,none,none,7.28,0.95,none,none,none, biggish,biggish,0.02,Adjective,7,5,2,biggish,7.33,0.79,7.33,0.79,none,none,none, bigheaded,bigheaded,0.06,Adjective,9,8,3,bigheaded,10.33,1.00,10.33,1.00,none,none,none, bighearted,bighearted,0.10,Adjective,10,9,3,bighearted,9.37,1.00,9.37,1.00,none,none,none, bighorn,bighorn,0.47,Noun,7,7,2,bighorn,11.00,0.84,11.00,0.84,none,none,none, bighorns,bighorns,0.02,Noun,8,8,2,bighorn,none,none,11.00,0.84,none,none,none, bight,bight,0.14,Noun,5,3,1,bight,14.11,0.47,14.11,0.47,none,none,none, bigmouth,bigmouth,0.53,Noun,8,6,2,bigmouth,7.00,1.00,7.00,1.00,none,none,none, bigmouths,bigmouths,0.06,Noun,9,7,2,bigmouth,none,none,7.00,1.00,none,none,none, bigness,bigness,0.12,Noun,7,6,2,bigness,8.32,0.95,8.32,0.95,none,none,none, bigot,bigot,0.61,Noun,5,5,2,bigot,12.17,1.00,12.17,1.00,none,none,none,12.11 bigoted,bigoted,0.20,Adjective,7,7,3,bigoted,12.75,1.00,12.75,1.00,none,none,none, bigotries,bigotries,0.04,Noun,9,8,3,bigotry,none,none,13.35,0.89,none,none,none, bigotry,bigotry,0.67,Noun,7,7,3,bigotry,13.35,0.89,13.35,0.89,none,none,none, bigots,bigots,0.20,Noun,6,6,2,bigot,none,none,12.17,1.00,none,none,none,12.11 bigwig,bigwig,0.20,Noun,6,6,2,bigwig,8.95,1.00,8.95,1.00,none,none,none, bigwigs,bigwigs,0.18,Noun,7,7,2,bigwig,none,none,8.95,1.00,none,none,none, bijou,bijou,1.82,Noun,5,4,2,bijou,14.36,0.52,14.36,0.52,none,none,none, bijous,bijous,0.02,Noun,6,5,2,bijou,none,none,14.36,0.52,none,none,none, bijoux,bijoux,0.04,Verb,6,6,2,bijou,none,none,14.36,0.52,none,none,none, bike,bike,25.88,Noun,4,3,1,bike,4.79,1.00,4.79,1.00,none,4.18,4.25, biked,biked,0.06,Verb,5,4,1,bike,none,none,4.79,1.00,none,4.18,4.25, biker,biker,1.55,Noun,5,4,2,biker,7.26,1.00,7.26,1.00,none,none,none, bikers,bikers,1.20,Noun,6,5,2,biker,none,none,7.26,1.00,none,none,none, bikes,bikes,2.84,Noun,5,4,1,bike,none,none,4.79,1.00,none,4.18,4.25, biking,biking,0.55,Verb,6,5,2,bike,none,none,4.79,1.00,none,4.18,4.25, bikini,bikini,3.69,Noun,6,6,3,bikini,8.26,1.00,8.26,1.00,none,none,none, bikinis,bikinis,1.04,Noun,7,7,3,bikini,none,none,8.26,1.00,none,none,none, bilateral,bilateral,0.59,Adjective,9,8,4,bilateral,13.72,0.90,13.72,0.90,none,none,none, bilberry,bilberry,0.02,Noun,8,7,3,bilberry,14.00,0.39,14.00,0.39,none,none,none, bile,bile,0.78,Noun,4,3,1,bile,11.67,0.90,11.67,0.90,none,none,11.26, bilge,bilge,1.10,Noun,5,4,1,bilge,12.53,0.79,12.53,0.79,none,none,12.82, bilged,bilged,0.04,Verb,6,5,1,bilge,none,none,12.53,0.79,none,none,12.82, bilges,bilges,0.16,Noun,6,6,2,bilge,none,none,12.53,0.79,none,none,12.82, bilingual,bilingual,0.37,Adjective,9,9,3,bilingual,11.74,1.00,11.74,1.00,none,none,none, bilious,bilious,0.27,Adjective,7,6,3,bilious,14.33,0.67,14.33,0.67,none,none,none, bilk,bilk,0.10,Verb,4,4,1,bilk,13.88,0.42,13.88,0.42,none,none,none, bilked,bilked,0.14,Verb,6,5,1,bilk,none,none,13.88,0.42,none,none,none, bilking,bilking,0.08,Verb,7,6,2,bilk,none,none,13.88,0.42,none,none,none, bilks,bilks,0.02,Verb,5,5,1,bilk,none,none,13.88,0.42,none,none,none, bill,bill,118.45,Name,4,3,1,bill,6.42,1.00,6.42,1.00,none,8.09,7.77, billable,billable,0.06,Adjective,8,7,3,billable,13.05,0.95,13.05,0.95,none,none,none, billabong,billabong,0.02,Noun,9,7,3,billabong,15.06,0.95,15.06,0.95,none,none,none, billboard,billboard,1.35,Noun,9,7,2,billboard,7.72,1.00,7.72,1.00,none,none,none, billboards,billboards,0.78,Noun,10,8,2,billboard,none,none,7.72,1.00,none,none,none, billed,billed,0.71,Verb,6,4,1,bill,none,none,6.42,1.00,none,8.09,7.77, billet,billet,0.33,Noun,6,5,2,billet,13.20,0.56,13.20,0.56,none,none,none, billeted,billeted,0.10,Verb,8,7,3,billet,none,none,13.20,0.56,none,none,none, billeting,billeting,0.14,Noun,9,7,3,billeting,16.00,0.63,16.00,0.63,none,none,none, billets,billets,0.04,Verb,7,6,2,billet,none,none,13.20,0.56,none,none,none, billfold,billfold,0.24,Adjective,8,7,2,billfold,9.38,0.84,9.38,0.84,none,none,none, billfolds,billfolds,0.02,Noun,9,8,2,billfold,none,none,9.38,0.84,none,none,none, billiard,billiard,0.82,Noun,8,6,2,billiard,11.11,0.95,11.11,0.95,none,none,none, billiards,billiards,0.65,Noun,9,7,2,billiards,10.63,1.00,10.63,1.00,none,none,none, billing,billing,1.98,Noun,7,5,2,billing,10.89,1.00,10.89,1.00,none,none,none, billion,billion,11.14,Noun,7,6,2,billion,8.37,1.00,8.37,1.00,none,8.51,none, billionaire,billionaire,1.92,Noun,11,8,3,billionaire,9.68,1.00,9.68,1.00,none,none,none, billionaires,billionaires,0.18,Noun,12,9,3,billionaire,none,none,9.68,1.00,none,none,none, billions,billions,3.98,Noun,8,7,2,billion,none,none,8.37,1.00,none,8.51,none, billionth,billionth,0.08,Noun,9,7,2,billionth,8.89,0.95,8.89,0.95,none,none,none, billon,billon,0.02,Noun,6,5,2,billon,10.07,0.79,10.07,0.79,none,none,none, billow,billow,0.10,Noun,6,4,2,billow,10.38,0.73,10.38,0.73,none,none,none, billowed,billowed,0.02,Verb,8,5,2,billow,none,none,10.38,0.73,none,none,none, billowing,billowing,0.10,Verb,9,6,3,billow,none,none,10.38,0.73,none,none,none, billows,billows,0.10,Noun,7,5,2,billow,none,none,10.38,0.73,none,none,none, billowy,billowy,0.06,Adjective,7,5,3,billowy,10.93,0.79,10.93,0.79,none,none,none, bills,bills,21.49,Noun,5,4,1,bill,none,none,6.42,1.00,none,8.09,7.77, bimanual,bimanual,0.02,Adjective,8,10,4,bimanual,13.82,0.58,13.82,0.58,none,none,none, bimbo,bimbo,2.10,Noun,5,5,2,bimbo,12.22,1.00,12.22,1.00,none,none,none,10.99 bimbos,bimbos,0.67,Noun,6,6,2,bimbo,none,none,12.22,1.00,none,none,none,10.99 bimodal,bimodal,0.02,Adjective,7,7,3,bimodal,16.40,0.53,16.40,0.53,none,none,none, bin,bin,5.37,Noun,3,3,1,bin,4.68,1.00,4.68,1.00,none,4.05,6.67, binaries,binaries,0.04,Noun,8,7,3,binary,none,none,13.39,0.90,none,none,none, binary,binary,0.75,Adjective,6,5,3,binary,13.39,0.90,13.39,0.90,none,none,none, bind,bind,3.35,Verb,4,4,1,bind,10.24,1.00,10.24,1.00,none,none,8.82, binder,binder,0.76,Noun,6,5,2,binder,10.42,1.00,10.42,1.00,none,none,none, binders,binders,0.18,Noun,7,6,2,binder,none,none,10.42,1.00,none,none,none, binding,binding,2.18,Adjective,7,6,2,binding,11.00,1.00,11.00,1.00,none,none,none, bindings,bindings,0.20,Noun,8,7,2,binding,none,none,11.00,1.00,none,none,none, bindle,bindle,0.22,Noun,6,6,2,bindle,14.78,0.47,14.78,0.47,none,none,none, binds,binds,0.75,Verb,5,5,1,bind,none,none,10.24,1.00,none,none,8.82, binge,binge,0.92,Noun,5,4,1,binge,15.22,1.00,15.22,1.00,none,none,11.63, binged,binged,0.04,Verb,6,5,1,binge,none,none,15.22,1.00,none,none,11.63, bingeing,bingeing,0.04,Verb,8,6,2,binge,none,none,15.22,1.00,none,none,11.63, binges,binges,0.08,Noun,6,6,2,binge,none,none,15.22,1.00,none,none,11.63, bingo,bingo,12.55,Noun,5,5,2,bingo,6.95,1.00,6.95,1.00,none,none,none,5.81 bingos,bingos,0.04,Noun,6,6,2,bingo,none,none,6.95,1.00,none,none,none,5.81 binman,binman,Err:512,Noun,6,6,2,binman,13.53,0.43,13.53,0.43,6.16,none,none, binnacle,binnacle,0.02,Noun,8,7,3,binnacle,14.00,0.28,14.00,0.28,none,none,none, binocular,binocular,0.02,Adjective,9,9,4,binocular,7.32,1.00,7.32,1.00,none,none,none, binoculars,binoculars,1.57,Noun,10,10,4,binoculars,6.79,1.00,6.79,1.00,none,none,none, binomial,binomial,0.04,Adjective,8,8,4,binomial,13.75,0.84,13.75,0.84,none,none,none, bins,bins,0.76,Noun,4,4,1,bin,none,none,4.68,1.00,none,4.05,6.67, bio,bio,1.73,Noun,3,3,2,bio,9.75,1.00,9.75,1.00,none,none,none, bioassay,bioassay,0.04,Verb,8,6,4,bioassay,14.88,0.42,14.88,0.42,none,none,none, biochemical,biochemical,0.75,Adjective,11,10,5,biochemical,11.94,0.95,11.94,0.95,none,none,none, biochemist,biochemist,0.41,Noun,10,9,4,biochemist,12.68,1.00,12.68,1.00,none,none,none, biochemistry,biochemistry,0.57,Noun,12,11,5,biochemistry,13.94,0.89,13.94,0.89,12.68,none,none, biochemists,biochemists,0.08,Noun,11,10,4,biochemist,none,none,12.68,1.00,none,none,none, biodegradable,biodegradable,0.20,Adjective,13,13,6,biodegradable,12.33,0.95,12.33,0.95,none,none,none, biodiversity,biodiversity,0.04,Noun,12,11,6,biodiversity,14.47,1.00,14.47,1.00,none,none,none, bioelectric,bioelectric,0.02,Adjective,11,11,5,bioelectric,15.07,0.78,15.07,0.78,none,none,none, bioelectrical,bioelectrical,0.02,Adjective,13,13,6,bioelectrical,14.06,0.85,14.06,0.85,none,none,none, bioelectricity,bioelectricity,0.02,Noun,14,14,7,bioelectricity,14.18,0.94,14.18,0.94,none,none,none, biofeedback,biofeedback,0.10,Noun,11,9,4,biofeedback,15.25,0.89,15.25,0.89,none,none,none, biogenetic,biogenetic,0.08,Adjective,10,10,5,biogenetic,13.65,0.89,13.65,0.89,none,none,none, biogenetics,biogenetics,0.08,Noun,11,11,5,biogenetics,16.74,0.90,16.74,0.90,none,none,none, biogenic,biogenic,0.04,Adjective,8,8,4,biogenic,15.62,0.84,15.62,0.84,none,none,none, biographer,biographer,0.43,Noun,10,8,4,biographer,10.37,1.00,10.37,1.00,none,none,none, biographers,biographers,0.06,Noun,11,9,4,biographer,none,none,10.37,1.00,none,none,none, biographical,biographical,0.24,Adjective,12,11,5,biographical,10.05,1.00,10.05,1.00,none,none,none, biographies,biographies,0.25,Noun,11,9,4,biography,none,none,9.47,1.00,none,none,none, biography,biography,1.47,Noun,9,8,4,biography,9.47,1.00,9.47,1.00,none,none,none, biohazard,biohazard,0.20,Noun,9,8,4,biohazard,11.71,0.94,11.71,0.94,none,none,none, biologic,biologic,0.14,Adjective,8,8,4,biologic,11.75,0.89,11.75,0.89,none,none,none, biological,biological,5.88,Adjective,10,10,5,biological,10.95,1.00,10.95,1.00,none,none,none, biologics,biologics,0.02,Noun,9,9,4,biologic,none,none,11.75,0.89,none,none,none, biologist,biologist,1.25,Noun,9,9,4,biologist,10.90,1.00,10.90,1.00,11.53,none,none, biologists,biologists,0.16,Noun,10,10,4,biologist,none,none,10.90,1.00,11.53,none,none, biology,biology,4.90,Noun,7,7,4,biology,9.35,1.00,9.35,1.00,10.58,none,none, bioluminescence,bioluminescence,0.06,Noun,15,13,6,bioluminescence,15.93,0.74,15.93,0.74,none,none,none, bioluminescent,bioluminescent,0.06,Adjective,14,13,6,bioluminescent,15.67,0.67,15.67,0.67,none,none,none, biomass,biomass,0.02,Noun,7,6,3,biomass,16.43,0.74,16.43,0.74,none,none,none, biomechanical,biomechanical,0.10,Adjective,13,12,6,biomechanical,14.76,0.94,14.76,0.94,none,none,none, biomedical,biomedical,0.08,Adjective,10,10,5,biomedical,13.15,0.95,13.15,0.95,none,none,none, biometric,biometric,0.31,Adjective,9,9,4,biometric,13.81,0.84,13.81,0.84,none,none,none, biometrics,biometrics,0.06,Noun,10,10,4,biometrics,15.29,0.94,15.29,0.94,none,none,none, biomorphic,biomorphic,0.02,Adjective,10,9,4,biomorphic,15.53,0.85,15.53,0.85,none,none,none, bionic,bionic,0.59,Adjective,6,6,3,bionic,14.05,1.00,14.05,1.00,none,none,none, biophysical,biophysical,0.04,Adjective,11,10,5,biophysical,14.06,0.89,14.06,0.89,none,none,none, biophysicist,biophysicist,0.02,Noun,12,11,5,biophysicist,16.79,0.95,16.79,0.95,none,none,none, biophysics,biophysics,0.04,Noun,10,9,4,biophysics,15.11,0.95,15.11,0.95,none,none,none, biopic,biopic,0.04,Adjective,6,6,3,biopic,14.62,0.72,14.62,0.72,none,none,none, biopsied,biopsied,0.08,Verb,8,7,3,biopsy,none,none,15.06,1.00,none,none,none, biopsy,biopsy,1.55,Noun,6,6,3,biopsy,15.06,1.00,15.06,1.00,none,none,none, biorhythm,biorhythm,0.04,Noun,9,8,4,biorhythm,13.50,0.67,13.50,0.67,none,none,none, biorhythms,biorhythms,0.02,Noun,10,9,4,biorhythm,none,none,13.50,0.67,none,none,none, bios,bios,0.10,Noun,4,4,2,bio,none,none,9.75,1.00,none,none,none, biosphere,biosphere,0.10,Noun,9,7,3,biosphere,13.11,1.00,13.11,1.00,none,none,none, biosynthesis,biosynthesis,0.18,Noun,12,11,5,biosynthesis,15.56,0.89,15.56,0.89,none,none,none, biotech,biotech,0.31,Noun,7,6,3,biotech,14.12,0.94,14.12,0.94,none,none,none, biotechnology,biotechnology,0.16,Noun,13,12,6,biotechnology,14.17,0.95,14.17,0.95,none,none,none, biparental,biparental,Err:512,Err:512,10,10,4,biparental,13.50,0.78,13.50,0.78,none,none,none, bipartisan,bipartisan,0.08,Adjective,10,10,4,bipartisan,16.20,0.95,16.20,0.95,none,none,none, biped,biped,0.20,Adjective,5,5,2,biped,12.62,0.89,12.62,0.89,none,none,none, bipedal,bipedal,0.18,Adjective,7,7,3,bipedal,12.44,0.84,12.44,0.84,none,none,none, bipeds,bipeds,0.08,Noun,6,6,2,biped,none,none,12.62,0.89,none,none,none, biplane,biplane,0.04,Noun,7,6,2,biplane,14.94,0.85,14.94,0.85,none,none,none, biplanes,biplanes,0.04,Noun,8,7,2,biplane,none,none,14.94,0.85,none,none,none, bipolar,bipolar,0.82,Adjective,7,6,3,bipolar,15.05,1.00,15.05,1.00,none,none,none, biracial,biracial,0.18,Adjective,8,7,3,biracial,9.83,0.90,9.83,0.90,none,none,none, birch,birch,1.55,Name,5,3,1,birch,10.84,0.95,10.84,0.95,none,none,10.90, birches,birches,0.08,Noun,7,5,2,birch,none,none,10.84,0.95,none,none,10.90, bird,bird,45.45,Noun,4,3,1,bird,3.52,1.00,3.52,1.00,none,4.31,3.58, birdbath,birdbath,0.20,Noun,8,6,2,birdbath,5.95,1.00,5.95,1.00,none,none,none, birdbaths,birdbaths,0.02,Noun,9,7,2,birdbath,none,none,5.95,1.00,none,none,none, birdbrain,birdbrain,0.24,Noun,9,7,2,birdbrain,8.22,0.90,8.22,0.90,none,none,none, birdbrains,birdbrains,0.04,Noun,10,8,2,birdbrain,none,none,8.22,0.90,none,none,none, birdcage,birdcage,0.47,Noun,8,6,2,birdcage,5.63,1.00,5.63,1.00,none,none,none, birdhouse,birdhouse,0.25,Noun,9,6,2,birdhouse,5.43,1.00,5.43,1.00,none,none,none, birdie,birdie,4.96,Noun,6,4,2,birdie,6.56,1.00,6.56,1.00,none,none,none, birdied,birdied,0.04,Verb,7,5,2,birdie,none,none,6.56,1.00,none,none,none, birdies,birdies,0.53,Noun,7,5,2,birdie,none,none,6.56,1.00,none,none,none, birdman,birdman,0.86,Noun,7,6,2,birdman,9.60,0.79,9.60,0.79,none,none,none, birdmen,birdmen,0.14,Noun,7,6,2,birdman,none,none,9.60,0.79,none,none,none, birds,birds,25.88,Noun,5,4,1,bird,none,none,3.52,1.00,none,4.31,3.58, birdseed,birdseed,0.35,Noun,8,7,2,birdseed,6.70,1.00,6.70,1.00,none,none,none, birdshot,birdshot,0.12,Noun,8,6,2,birdshot,11.82,0.85,11.82,0.85,none,none,none, birdsong,birdsong,0.24,Noun,8,6,2,birdsong,9.58,1.00,9.58,1.00,none,none,none, birefringence,birefringence,0.02,Noun,13,12,4,birefringence,14.60,0.26,14.60,0.26,none,none,none, biretta,biretta,Err:512,Err:512,7,6,3,biretta,15.00,0.05,15.00,0.05,none,none,none, birth,birth,27.55,Noun,5,3,1,birth,5.21,1.00,5.21,1.00,5.84,6.62,5.61, birthday,birthday,97.22,Noun,8,5,2,birthday,2.85,1.00,2.85,1.00,none,none,none,3.49 birthdays,birthdays,3.02,Noun,9,6,2,birthday,none,none,2.85,1.00,none,none,none,3.49 birthed,birthed,0.24,Verb,7,4,1,birth,none,none,5.21,1.00,5.84,6.62,5.61, birthing,birthing,0.55,Adjective,8,5,2,birthing,10.94,0.94,10.94,0.94,none,none,none, birthmark,birthmark,1.67,Noun,9,7,2,birthmark,6.85,1.00,6.85,1.00,none,none,none, birthmarks,birthmarks,0.14,Noun,10,8,2,birthmark,none,none,6.85,1.00,none,none,none, birthplace,birthplace,0.80,Noun,10,7,2,birthplace,6.90,1.00,6.90,1.00,none,none,none, birthrate,birth rate,0.02,Noun,9,6,2,birthrate,10.61,1.00,10.61,1.00,none,none,none, birthright,birthright,0.90,Noun,10,6,2,birthright,13.37,1.00,13.37,1.00,none,none,none, births,births,0.57,Noun,6,4,1,birth,none,none,5.21,1.00,5.84,6.62,5.61, birthstone,birthstone,0.12,Noun,10,7,2,birthstone,9.22,1.00,9.22,1.00,none,none,none, biscuit,biscuit,3.75,Noun,7,6,2,biscuit,4.63,1.00,4.63,1.00,none,none,none,6.00 biscuits,biscuits,3.27,Noun,8,7,2,biscuit,none,none,4.63,1.00,none,none,none,6.00 bisect,bisect,0.04,Noun,6,6,2,bisect,11.72,0.95,11.72,0.95,none,none,none, bisected,bisected,0.02,Verb,8,8,3,bisect,none,none,11.72,0.95,none,none,none, bisecting,bisecting,0.02,Verb,9,8,3,bisect,none,none,11.72,0.95,none,none,none, bisection,bisection,0.02,Noun,9,8,3,bisection,14.11,1.00,14.11,1.00,none,none,none, bisects,bisects,0.04,Verb,7,7,2,bisect,none,none,11.72,0.95,none,none,none, bisexual,bisexual,1.06,Adjective,8,9,4,bisexual,12.78,1.00,12.78,1.00,none,none,none, bisexuality,bisexuality,0.04,Noun,11,12,6,bisexuality,14.47,1.00,14.47,1.00,none,none,none, bisexuals,bisexuals,0.10,Noun,9,10,4,bisexual,none,none,12.78,1.00,none,none,none, bishop,bishop,16.76,Noun,6,5,2,bishop,10.50,1.00,10.50,1.00,none,8.26,none, bishops,bishops,0.80,Noun,7,6,2,bishop,none,none,10.50,1.00,none,8.26,none, bison,bison,0.33,Noun,5,5,2,bison,8.11,1.00,8.11,1.00,8.77,none,none, bisque,bisque,0.39,Noun,6,4,1,bisque,14.00,0.89,14.00,0.89,none,none,none, bistro,bistro,0.90,Noun,6,6,2,bistro,11.79,1.00,11.79,1.00,none,none,none,11.49 bistros,bistros,0.02,Noun,7,7,2,bistro,none,none,11.79,1.00,none,none,none,11.49 bit,bit,235.04,Noun,3,3,1,bit,6.47,1.00,6.47,1.00,4.36,none,5.06, bitch,bitch,168.80,Noun,5,3,1,bitch,10.11,1.00,10.11,1.00,none,10.20,10.50, bitched,bitched,0.24,Verb,7,4,1,bitch,none,none,10.11,1.00,none,10.20,10.50, bitchery,bitchery,0.06,Noun,8,6,3,bitchery,13.94,0.89,13.94,0.89,none,none,none, bitches,bitches,12.55,Noun,7,5,2,bitch,none,none,10.11,1.00,none,10.20,10.50, bitchier,bitchier,0.08,Noun,8,5,3,bitchy,none,none,11.44,1.00,none,none,none, bitchiness,bitchiness,0.02,Noun,10,7,3,bitchiness,12.55,1.00,12.55,1.00,none,none,none, bitching,bitching,1.86,Verb,8,5,2,bitch,none,none,10.11,1.00,none,10.20,10.50, bitchy,bitchy,1.25,Adjective,6,4,2,bitchy,11.44,1.00,11.44,1.00,none,none,none, bite,bite,40.78,Verb,4,3,1,bite,3.58,1.00,3.58,1.00,none,4.47,4.47, biter,biter,0.57,Noun,5,4,2,biter,6.00,0.95,6.00,0.95,none,none,none, biters,biters,0.10,Noun,6,5,2,biter,none,none,6.00,0.95,none,none,none, bites,bites,5.49,Noun,5,4,1,bite,none,none,3.58,1.00,none,4.47,4.47, biting,biting,4.90,Verb,6,5,2,bite,none,none,3.58,1.00,none,4.47,4.47, bits,bits,10.76,Noun,4,4,1,bit,none,none,6.47,1.00,4.36,none,5.06, bitsy,bitty,0.88,Adjective,5,5,2,bitsy,6.10,1.00,6.10,1.00,none,none,none, bitten,bitten,3.69,Verb,6,5,2,bite,none,none,3.58,1.00,none,4.47,4.47, bitter,bitter,11.14,Adjective,6,4,2,bitter,8.81,1.00,8.81,1.00,none,7.98,none,8.37 bitterest,bitterest,0.08,Adjective,9,7,3,bitter,none,none,8.81,1.00,none,7.98,none,8.37 bittern,bittern,0.04,Noun,7,6,2,bittern,14.50,0.48,14.50,0.48,none,none,none, bitterness,bitterness,1.41,Noun,10,7,3,bitterness,9.74,1.00,9.74,1.00,none,9.81,none, bitters,bitters,0.35,Noun,7,5,2,bitter,none,none,8.81,1.00,none,7.98,none,8.37 bittersweet,bittersweet,0.45,Adjective,11,8,3,bittersweet,11.78,1.00,11.78,1.00,none,none,none, bitty,bitty,1.78,Adjective,5,4,2,bitty,7.44,0.84,7.44,0.84,none,none,none, bitumen,bitumen,0.04,Noun,7,7,3,bitumen,16.80,0.28,16.80,0.28,none,none,none, bituminous,bituminous,0.02,Adjective,10,9,4,bituminous,13.00,0.42,13.00,0.42,none,none,none, bivouac,bivouac,0.20,Noun,7,6,2,bivouac,14.80,0.28,14.80,0.28,none,none,none, bivouacked,bivouacked,0.10,Verb,10,8,3,bivouac,none,none,14.80,0.28,none,none,none, biz,biz,1.86,Noun,3,3,1,biz,9.93,0.74,9.93,0.74,none,none,none, bizarre,bizarre,7.29,Adjective,7,5,2,bizarre,8.53,1.00,8.53,1.00,none,10.73,none,9.58 blab,blab,0.57,Verb,4,4,1,blab,7.95,1.00,7.95,1.00,none,none,8.29, blabbed,blabbed,0.24,Verb,7,5,1,blab,none,none,7.95,1.00,none,none,8.29, blabber,blabber,0.16,Verb,7,5,2,blabber,10.41,0.94,10.41,0.94,none,none,none, blabbering,blabbering,0.27,Verb,10,7,3,blabber,none,none,10.41,0.94,none,none,none, blabbermouth,blabbermouth,0.55,Noun,12,8,3,blabbermouth,7.50,0.95,7.50,0.95,none,none,none, blabbers,blabbers,0.02,Noun,8,6,2,blabber,none,none,10.41,0.94,none,none,none, blabbing,blabbing,0.76,Verb,8,6,2,blab,none,none,7.95,1.00,none,none,8.29, blabs,blabs,0.08,Verb,5,5,1,blab,none,none,7.95,1.00,none,none,8.29, black,black,167.94,Adjective,5,4,1,black,3.56,1.00,3.56,1.00,4.19,none,4.12, blackball,blackball,0.16,Noun,9,7,2,blackball,10.87,0.79,10.87,0.79,none,none,none, blackballed,blackballed,0.31,Verb,11,8,2,blackball,none,none,10.87,0.79,none,none,none, blackballing,blackballing,0.06,Verb,12,9,3,blackball,none,none,10.87,0.79,none,none,none, blackballs,blackballs,0.02,Noun,10,8,2,blackball,none,none,10.87,0.79,none,none,none, blackberries,blackberries,0.24,Noun,12,9,3,blackberry,none,none,8.95,1.00,none,none,none, blackberry,blackberry,0.75,Noun,10,8,3,blackberry,8.95,1.00,8.95,1.00,none,none,none, blackbird,blackbird,0.82,Noun,9,7,2,blackbird,6.11,1.00,6.11,1.00,none,none,none, blackbirds,blackbirds,0.20,Noun,10,8,2,blackbird,none,none,6.11,1.00,none,none,none, blackboard,blackboard,1.18,Noun,10,8,2,blackboard,5.42,1.00,5.42,1.00,none,none,none, blackboards,blackboards,0.10,Noun,11,9,2,blackboard,none,none,5.42,1.00,none,none,none, blackcurrant,blackcurrant,0.02,Noun,12,8,3,blackcurrant,13.19,0.84,13.19,0.84,none,none,none, blacked,blacked,2.20,Verb,7,5,1,black,none,none,3.56,1.00,4.19,none,4.12, blacken,blacken,0.39,Verb,7,6,2,blacken,9.05,1.00,9.05,1.00,none,none,none, blackened,blackened,0.31,Adjective,9,7,2,blackened,9.83,1.00,9.83,1.00,none,none,none, blackens,blackens,0.04,Verb,8,7,2,blacken,none,none,9.05,1.00,none,none,none, blacker,blacker,0.57,Adjective,7,5,2,black,none,none,3.56,1.00,4.19,none,4.12, blackest,blackest,0.31,Adjective,8,7,2,black,none,none,3.56,1.00,4.19,none,4.12, blackface,blackface,0.45,Noun,9,7,2,blackface,13.00,0.89,13.00,0.89,none,none,none, blackfish,blackfish,0.02,Noun,9,7,2,blackfish,11.27,0.68,11.27,0.68,none,none,none, blackguard,blackguard,0.35,Noun,10,8,2,blackguard,13.56,0.50,13.56,0.50,none,none,none, blackguards,blackguards,0.02,Noun,11,9,2,blackguard,none,none,13.56,0.50,none,none,none, blackhead,blackhead,0.08,Noun,9,7,2,blackhead,10.83,1.00,10.83,1.00,none,none,none, blackheads,blackheads,0.10,Noun,10,8,2,blackhead,none,none,10.83,1.00,none,none,none, blacking,blacking,0.51,Verb,8,6,2,black,none,none,3.56,1.00,4.19,none,4.12, blackjack,blackjack,4.08,Noun,9,7,2,blackjack,10.39,1.00,10.39,1.00,none,none,none, blackjacks,blackjacks,0.10,Noun,10,8,2,blackjack,none,none,10.39,1.00,none,none,none, blacklist,blacklist,0.47,Noun,9,8,2,blacklist,11.76,0.94,11.76,0.94,none,none,none, blacklisted,blacklisted,0.45,Verb,11,10,3,blacklist,none,none,11.76,0.94,none,none,none, blacklists,blacklists,0.02,Noun,10,9,2,blacklist,none,none,11.76,0.94,none,none,none, blackmail,blackmail,7.73,Verb,9,7,2,blackmail,10.05,1.00,10.05,1.00,none,none,none, blackmailed,blackmailed,1.92,Verb,11,8,2,blackmail,none,none,10.05,1.00,none,none,none, blackmailer,blackmailer,1.06,Noun,11,8,3,blackmailer,11.84,1.00,11.84,1.00,none,none,none, blackmailers,blackmailers,0.18,Noun,12,9,3,blackmailer,none,none,11.84,1.00,none,none,none, blackmailing,blackmailing,2.00,Verb,12,9,3,blackmail,none,none,10.05,1.00,none,none,none, blackmails,blackmails,0.14,Verb,10,8,2,blackmail,none,none,10.05,1.00,none,none,none, blackness,blackness,0.88,Noun,9,7,2,blackness,7.00,1.00,7.00,1.00,none,none,none, blackout,blackout,4.41,Noun,8,6,2,blackout,9.68,1.00,9.68,1.00,none,none,none, blackouts,blackouts,1.53,Noun,9,7,2,blackout,none,none,9.68,1.00,none,none,none, blacks,blacks,3.33,Noun,6,5,1,black,none,none,3.56,1.00,4.19,none,4.12, blacksmith,blacksmith,2.10,Noun,10,8,2,blacksmith,9.84,1.00,9.84,1.00,none,none,none, blacksmiths,blacksmiths,0.14,Noun,11,9,2,blacksmith,none,none,9.84,1.00,none,none,none, blacksnake,blacksnake,0.04,Noun,10,8,2,blacksnake,9.31,0.89,9.31,0.89,none,none,none, blacktop,blacktop,0.31,Noun,8,7,2,blacktop,7.72,1.00,7.72,1.00,none,none,none, bladder,bladder,3.96,Noun,7,5,2,bladder,10.78,1.00,10.78,1.00,none,none,none,7.65 bladders,bladders,0.16,Noun,8,6,2,bladder,none,none,10.78,1.00,none,none,none,7.65 blade,blade,13.00,Noun,5,4,1,blade,6.72,1.00,6.72,1.00,none,6.92,7.49, bladed,bladed,0.12,Adjective,6,6,2,bladed,9.41,0.94,9.41,0.94,none,none,none, blades,blades,3.25,Noun,6,5,1,blade,none,none,6.72,1.00,none,6.92,7.49, blah,blah,13.45,Interjection,4,3,1,blah,8.98,1.00,8.98,1.00,none,none,7.56, blain,blain,0.20,Noun,5,4,1,blain,13.62,0.42,13.62,0.42,none,none,none, blame,blame,58.78,Verb,5,4,1,blame,6.48,1.00,6.48,1.00,5.99,6.26,6.47, blamed,blamed,5.63,Verb,6,5,1,blame,none,none,6.48,1.00,5.99,6.26,6.47, blameful,blameful,0.02,Adjective,8,7,2,blameful,10.12,0.94,10.12,0.94,none,none,none, blameless,blameless,0.41,Adjective,9,7,2,blameless,9.67,1.00,9.67,1.00,none,none,none, blamer,blamer,0.02,Noun,6,5,2,blamer,10.94,0.90,10.94,0.90,none,none,none, blames,blames,2.06,Verb,6,5,1,blame,none,none,6.48,1.00,5.99,6.26,6.47, blaming,blaming,6.94,Verb,7,6,2,blame,none,none,6.48,1.00,5.99,6.26,6.47, blanch,blanch,0.25,Verb,6,5,1,blanch,13.12,0.89,13.12,0.89,none,none,12.52, blanched,blanched,0.10,Verb,8,6,1,blanch,none,none,13.12,0.89,none,none,12.52, blancmange,blancmange,0.06,Noun,10,9,2,blancmange,13.50,0.33,13.50,0.33,none,none,none, bland,bland,1.08,Adjective,5,5,1,bland,8.35,0.94,8.35,0.94,none,9.62,9.31, blander,blander,0.04,Adjective,7,6,2,bland,none,none,8.35,0.94,none,9.62,9.31, blandish,blandish,0.02,Verb,8,7,2,blandish,13.31,0.80,13.31,0.80,none,none,none, blandishments,blandishments,0.02,Noun,13,12,3,blandishments,14.77,0.68,14.77,0.68,none,none,none, blandness,blandness,0.10,Noun,9,8,2,blandness,11.84,1.00,11.84,1.00,none,none,none, blank,blank,9.71,Adjective,5,5,1,blank,6.05,1.00,6.05,1.00,none,7.11,6.87, blanked,blanked,0.25,Verb,7,6,1,blank,none,none,6.05,1.00,none,7.11,6.87, blanket,blanket,12.98,Noun,7,7,2,blanket,3.61,1.00,3.61,1.00,none,4.41,none,4.38 blanketed,blanketed,0.14,Verb,9,9,3,blanket,none,none,3.61,1.00,none,4.41,none,4.38 blanketing,blanketing,0.02,Verb,10,9,3,blanket,none,none,3.61,1.00,none,4.41,none,4.38 blankets,blankets,5.10,Noun,8,8,2,blanket,none,none,3.61,1.00,none,4.41,none,4.38 blanking,blanking,0.16,Verb,8,7,2,blank,none,none,6.05,1.00,none,7.11,6.87, blankness,blankness,0.02,Noun,9,8,2,blankness,9.15,1.00,9.15,1.00,none,none,none, blanks,blanks,2.82,Noun,6,6,1,blank,none,none,6.05,1.00,none,7.11,6.87, blare,blare,0.39,Verb,5,4,1,blare,10.22,1.00,10.22,1.00,none,none,9.53, blared,blared,0.02,Verb,6,5,1,blare,none,none,10.22,1.00,none,none,9.53, blares,blares,1.04,Verb,6,5,1,blare,none,none,10.22,1.00,none,none,9.53, blaring,blaring,1.73,Verb,7,6,2,blare,none,none,10.22,1.00,none,none,9.53, blarney,blarney,0.31,Noun,7,6,2,blarney,13.54,0.72,13.54,0.72,none,none,none, blase,blase,0.02,Adjective,5,5,2,blase,12.65,0.89,12.65,0.89,none,none,none, blaspheme,blaspheme,0.27,Noun,9,7,2,blaspheme,10.80,1.00,10.80,1.00,none,none,none, blasphemed,blasphemed,0.08,Verb,10,8,2,blaspheme,none,none,10.80,1.00,none,none,none, blasphemer,blasphemer,0.27,Noun,10,8,3,blasphemer,13.59,0.94,13.59,0.94,none,none,none, blasphemers,blasphemers,0.08,Noun,11,9,3,blasphemer,none,none,13.59,0.94,none,none,none, blasphemes,blasphemes,0.06,Noun,10,8,2,blaspheme,none,none,10.80,1.00,none,none,none, blasphemies,blasphemies,0.04,Noun,11,9,3,blasphemy,none,none,10.72,1.00,none,none,none, blaspheming,blaspheming,0.08,Verb,11,9,3,blaspheme,none,none,10.80,1.00,none,none,none, blasphemous,blasphemous,0.43,Adjective,11,9,3,blasphemous,11.25,0.89,11.25,0.89,none,none,none, blasphemy,blasphemy,1.47,Noun,9,8,3,blasphemy,10.72,1.00,10.72,1.00,none,none,none, blast,blast,16.18,Noun,5,5,1,blast,7.06,1.00,7.06,1.00,none,6.75,6.87, blaster,blaster,1.02,Noun,7,6,2,blaster,8.89,0.90,8.89,0.90,none,none,none, blasters,blasters,0.18,Noun,8,7,2,blaster,none,none,8.89,0.90,none,none,none, blasting,blasting,1.94,Verb,8,7,2,blast,none,none,7.06,1.00,none,6.75,6.87, blastoff,blastoff,0.63,Verb,8,7,2,blastoff,6.58,1.00,6.58,1.00,none,none,none, blasts,blasts,0.92,Noun,6,6,1,blast,none,none,7.06,1.00,none,6.75,6.87, blat,blat,0.06,Noun,4,4,1,blat,13.20,0.56,13.20,0.56,none,none,none, blatant,blatant,1.14,Adjective,7,7,2,blatant,12.28,0.86,12.28,0.86,none,none,none,12.64 blather,blather,0.27,Noun,7,5,2,blather,12.80,0.79,12.80,0.79,none,none,none, blathering,blathering,0.22,Verb,10,8,3,blather,none,none,12.80,0.79,none,none,none, blatted,blatted,0.02,Verb,7,6,2,blat,none,none,13.20,0.56,none,none,none, blatting,blatting,0.02,Noun,8,6,2,blat,none,none,13.20,0.56,none,none,none, blaze,blaze,2.10,Noun,5,4,1,blaze,7.47,1.00,7.47,1.00,none,8.24,9.24, blazed,blazed,0.33,Verb,6,5,1,blaze,none,none,7.47,1.00,none,8.24,9.24, blazer,blazer,1.22,Noun,6,5,2,blazer,9.60,1.00,9.60,1.00,none,9.30,none,9.85 blazers,blazers,0.59,Noun,7,6,2,blazer,none,none,9.60,1.00,none,9.30,none,9.85 blazes,blazes,1.49,Noun,6,6,2,blaze,none,none,7.47,1.00,none,8.24,9.24, blazing,blazing,1.82,Verb,7,6,2,blaze,none,none,7.47,1.00,none,8.24,9.24, blazon,blazon,0.02,Noun,6,6,2,blazon,14.50,0.50,14.50,0.50,none,none,none, blazoned,blazoned,0.02,Verb,8,7,2,blazon,none,none,14.50,0.50,none,none,none, bleach,bleach,2.31,Noun,6,4,1,bleach,8.00,1.00,8.00,1.00,none,none,8.05, bleaches,bleaches,0.08,Verb,8,6,2,bleach,none,none,8.00,1.00,none,none,8.05, bleak,bleak,1.08,Adjective,5,4,1,bleak,10.94,0.95,10.94,0.95,none,9.90,11.19, bleaker,bleaker,0.02,Adjective,7,5,2,bleak,none,none,10.94,0.95,none,9.90,11.19, bleakest,bleakest,0.02,Adjective,8,7,2,bleak,none,none,10.94,0.95,none,9.90,11.19, bleakness,bleakness,0.02,Noun,9,7,2,bleakness,12.68,1.00,12.68,1.00,none,none,none, bleary,bleary,0.04,Adjective,6,5,2,bleary,11.94,0.94,11.94,0.94,none,none,none, bleat,bleat,0.12,Noun,5,4,1,bleat,12.92,0.68,12.92,0.68,none,none,12.00, bleats,bleats,0.08,Verb,6,5,1,bleat,none,none,12.92,0.68,none,none,12.00, bled,bled,3.94,Verb,4,4,1,bleed,none,none,4.28,1.00,none,none,5.79, bleed,bleed,10.10,Verb,5,4,1,bleed,4.28,1.00,4.28,1.00,none,none,5.79, bleeder,bleeder,1.18,Noun,7,5,2,bleeder,9.76,0.94,9.76,0.94,none,none,none, bleeders,bleeders,0.12,Noun,8,6,2,bleeder,none,none,9.76,0.94,none,none,none, bleeds,bleeds,1.47,Verb,6,5,1,bleed,none,none,4.28,1.00,none,none,5.79, bleep,bleep,2.67,Noun,5,4,1,bleep,9.47,0.94,9.47,0.94,none,none,none, bleeped,bleeped,0.14,Verb,7,5,1,bleep,none,none,9.47,0.94,none,none,none, bleeping,bleeping,0.41,Verb,8,6,2,bleep,none,none,9.47,0.94,none,none,none, bleeps,bleeps,0.67,Verb,6,5,1,bleep,none,none,9.47,0.94,none,none,none, blemish,blemish,0.59,Noun,7,6,2,blemish,10.95,1.00,10.95,1.00,none,none,none,10.70 blemished,blemished,0.02,Verb,9,7,2,blemish,none,none,10.95,1.00,none,none,none,10.70 blemishes,blemishes,0.24,Noun,9,8,3,blemish,none,none,10.95,1.00,none,none,none,10.70 blench,blench,Err:512,Err:512,6,5,1,blench,14.50,0.10,14.50,0.10,none,none,none, blend,blend,4.27,Verb,5,5,1,blend,10.17,1.00,10.17,1.00,none,7.35,7.15, blended,blended,0.75,Verb,7,7,2,blend,none,none,10.17,1.00,none,7.35,7.15, blender,blender,1.67,Noun,7,6,2,blender,6.84,1.00,6.84,1.00,none,none,none, blenders,blenders,0.12,Noun,8,7,2,blender,none,none,6.84,1.00,none,none,none, blending,blending,0.51,Verb,8,7,2,blend,none,none,10.17,1.00,none,7.35,7.15, blends,blends,0.27,Verb,6,6,1,blend,none,none,10.17,1.00,none,7.35,7.15, bless,bless,35.06,Verb,5,4,1,bless,5.33,1.00,5.33,1.00,none,7.34,5.93, blessed,blessed,13.80,Adjective,7,5,1,blessed,6.11,1.00,6.11,1.00,none,none,none, blessedness,blessedness,0.08,Noun,11,9,3,blessedness,10.18,0.94,10.18,0.94,none,none,none, blesses,blesses,0.35,Verb,7,6,2,bless,none,none,5.33,1.00,none,7.34,5.93, blessing,blessing,9.71,Noun,8,6,2,blessing,7.63,1.00,7.63,1.00,none,7.83,none, blessings,blessings,4.04,Noun,9,7,2,blessings,7.06,1.00,7.06,1.00,none,none,none, blest,blest,0.10,Verb,5,5,1,bless,none,none,5.33,1.00,none,7.34,5.93, bleu,bleu,0.69,Noun,4,3,1,bleu,13.38,0.72,13.38,0.72,none,none,none, blew,blew,31.57,Verb,4,3,1,blow,none,none,4.00,1.00,none,5.31,5.13, blight,blight,0.57,Noun,6,4,1,blight,11.73,0.83,11.73,0.83,none,none,12.90, blighted,blighted,0.12,Verb,8,6,2,blight,none,none,11.73,0.83,none,none,12.90, blighter,blighter,0.33,Noun,8,5,2,blighter,13.75,0.63,13.75,0.63,none,none,none, blighters,blighters,0.27,Noun,9,6,2,blighter,none,none,13.75,0.63,none,none,none, blighting,blighting,0.02,Verb,9,6,2,blight,none,none,11.73,0.83,none,none,12.90, blights,blights,0.06,Noun,7,5,1,blight,none,none,11.73,0.83,none,none,12.90, blimp,blimp,1.04,Noun,5,5,1,blimp,6.63,1.00,6.63,1.00,none,none,7.84, blimps,blimps,0.22,Noun,6,6,1,blimp,none,none,6.63,1.00,none,none,7.84, blind,blind,45.82,Adjective,5,5,1,blind,7.00,1.00,7.00,1.00,none,5.62,6.53, blinded,blinded,3.71,Verb,7,7,2,blind,none,none,7.00,1.00,none,5.62,6.53, blinder,blinder,0.12,Adjective,7,6,2,blind,none,none,7.00,1.00,none,5.62,6.53, blindest,blindest,0.02,Adjective,8,8,2,blind,none,none,7.00,1.00,none,5.62,6.53, blindfold,blindfold,1.73,Noun,9,9,2,blindfold,8.11,1.00,8.11,1.00,none,none,none, blindfolded,blindfolded,1.20,Verb,11,11,3,blindfold,none,none,8.11,1.00,none,none,none, blindfolding,blindfolding,0.04,Verb,12,11,3,blindfold,none,none,8.11,1.00,none,none,none, blindfolds,blindfolds,0.27,Noun,10,10,2,blindfold,none,none,8.11,1.00,none,none,none, blinding,blinding,1.47,Adjective,8,7,2,blinding,7.21,1.00,7.21,1.00,none,none,none, blindness,blindness,1.31,Noun,9,8,2,blindness,7.21,1.00,7.21,1.00,none,none,none, blinds,blinds,2.14,Noun,6,6,1,blind,none,none,7.00,1.00,none,5.62,6.53, blindside,blindside,0.08,Noun,9,8,2,blindside,13.11,1.00,13.11,1.00,none,none,none, blindsided,blindsided,0.37,Verb,10,10,3,blindside,none,none,13.11,1.00,none,none,none, blindsides,blindsides,0.02,Noun,10,9,2,blindside,none,none,13.11,1.00,none,none,none, blindsiding,blindsiding,0.04,Verb,11,10,3,blindside,none,none,13.11,1.00,none,none,none, blindworm,blindworm,0.04,Noun,9,8,2,blindworm,10.50,0.32,10.50,0.32,none,none,none, blink,blink,5.06,Verb,5,5,1,blink,5.63,1.00,5.63,1.00,5.19,none,6.06, blinked,blinked,1.27,Verb,7,6,1,blink,none,none,5.63,1.00,5.19,none,6.06, blinker,blinker,0.24,Noun,7,6,2,blinker,8.89,1.00,8.89,1.00,none,none,none, blinkers,blinkers,0.24,Noun,8,7,2,blinker,none,none,8.89,1.00,none,none,none, blinking,blinking,2.22,Verb,8,7,2,blink,none,none,5.63,1.00,5.19,none,6.06, blinks,blinks,0.59,Verb,6,6,1,blink,none,none,5.63,1.00,5.19,none,6.06, blintz,blintz,0.08,Noun,6,6,1,blintz,12.80,0.56,12.80,0.56,none,none,none, blintzes,blintzes,0.22,Noun,8,8,2,blintz,none,none,12.80,0.56,none,none,none, blip,blip,0.80,Noun,4,4,1,blip,11.31,0.89,11.31,0.89,none,none,none, blipped,blipped,0.06,Verb,7,5,1,blip,none,none,11.31,0.89,none,none,none, blips,blips,0.10,Noun,5,5,1,blip,none,none,11.31,0.89,none,none,none, bliss,bliss,3.14,Noun,5,4,1,bliss,10.16,1.00,10.16,1.00,none,10.00,10.10, blissful,blissful,0.53,Adjective,8,7,2,blissful,10.05,1.00,10.05,1.00,none,none,none, blister,blister,0.94,Noun,7,6,2,blister,6.74,1.00,6.74,1.00,none,none,none,7.88 blistered,blistered,0.24,Verb,9,7,2,blister,none,none,6.74,1.00,none,none,none,7.88 blistering,blistering,0.47,Adjective,10,8,3,blistering,9.83,1.00,9.83,1.00,none,none,none, blisters,blisters,1.37,Noun,8,7,2,blister,none,none,6.74,1.00,none,none,none,7.88 blithe,blithe,0.22,Adjective,6,4,1,blithe,16.13,0.75,16.13,0.75,none,none,12.70, blithering,blithering,0.35,Adjective,10,7,3,blithering,11.87,0.83,11.87,0.83,none,none,none, blitz,blitz,1.25,Noun,5,5,1,blitz,10.40,1.00,10.40,1.00,none,none,10.95, blitzed,blitzed,0.20,Verb,7,6,1,blitz,none,none,10.40,1.00,none,none,10.95, blitzes,blitzes,0.04,Verb,7,7,2,blitz,none,none,10.40,1.00,none,none,10.95, blitzing,blitzing,0.12,Verb,8,7,2,blitz,none,none,10.40,1.00,none,none,10.95, blitzkrieg,blitzkrieg,0.31,Noun,10,9,2,blitzkrieg,15.60,0.79,15.60,0.79,none,none,none, blizzard,blizzard,1.94,Noun,8,6,2,blizzard,7.94,1.00,7.94,1.00,none,none,none,6.82 blizzards,blizzards,0.18,Noun,9,7,2,blizzard,none,none,7.94,1.00,none,none,none,6.82 bloat,bloat,0.51,Verb,5,4,1,bloat,11.56,1.00,11.56,1.00,none,none,10.10, bloated,bloated,1.69,Adjective,7,6,2,bloated,10.72,1.00,10.72,1.00,none,none,none, bloater,bloater,0.04,Noun,7,5,2,bloater,11.00,0.63,11.00,0.63,none,none,none, bloating,bloating,0.24,Verb,8,6,2,bloat,none,none,11.56,1.00,none,none,10.10, bloats,bloats,0.08,Verb,6,5,1,bloat,none,none,11.56,1.00,none,none,10.10, blob,blob,1.18,Noun,4,4,1,blob,6.16,1.00,6.16,1.00,none,none,6.87, blobby,blobby,0.10,Adjective,6,5,2,blobby,7.79,0.74,7.79,0.74,none,none,none, blobs,blobs,0.29,Noun,5,5,1,blob,none,none,6.16,1.00,none,none,6.87, block,block,40.53,Noun,5,4,1,block,4.79,1.00,4.79,1.00,none,5.03,5.07, blockade,blockade,1.53,Noun,8,6,2,blockade,10.55,1.00,10.55,1.00,none,none,none,11.59 blockaded,blockaded,0.06,Verb,9,8,3,blockade,none,none,10.55,1.00,none,none,none,11.59 blockades,blockades,0.08,Noun,9,7,2,blockade,none,none,10.55,1.00,none,none,none,11.59 blockading,blockading,0.06,Verb,10,8,3,blockade,none,none,10.55,1.00,none,none,none,11.59 blockage,blockage,0.67,Noun,8,6,2,blockage,8.89,1.00,8.89,1.00,none,none,none, blockages,blockages,0.06,Noun,9,8,3,blockage,none,none,8.89,1.00,none,none,none, blockbuster,blockbuster,1.06,Noun,11,9,3,blockbuster,11.70,1.00,11.70,1.00,none,none,none, blockbusters,blockbusters,0.27,Noun,12,10,3,blockbuster,none,none,11.70,1.00,none,none,none, blocked,blocked,6.78,Verb,7,5,1,block,none,none,4.79,1.00,none,5.03,5.07, blocker,blocker,0.35,Noun,7,5,2,blocker,9.11,0.95,9.11,0.95,none,none,none, blockers,blockers,0.31,Noun,8,6,2,blocker,none,none,9.11,0.95,none,none,none, blockhead,blockhead,0.80,Noun,9,7,2,blockhead,8.80,0.83,8.80,0.83,none,none,none, blockheaded,blockheaded,0.02,Adjective,11,9,3,blockheaded,10.28,1.00,10.28,1.00,none,none,none, blockheads,blockheads,0.14,Noun,10,8,2,blockhead,none,none,8.80,0.83,none,none,none, blockhouse,blockhouse,0.22,Noun,10,7,2,blockhouse,10.58,0.63,10.58,0.63,none,none,none, blockhouses,blockhouses,0.02,Noun,11,9,3,blockhouse,none,none,10.58,0.63,none,none,none, blocking,blocking,5.75,Verb,8,6,2,block,none,none,4.79,1.00,none,5.03,5.07, blocks,blocks,15.00,Noun,6,5,1,block,none,none,4.79,1.00,none,5.03,5.07, blocky,blocky,0.02,Adjective,6,5,2,blocky,11.42,0.67,11.42,0.67,none,none,none, blog,blog,0.65,Noun,4,4,1,blog,16.55,1.00,16.55,1.00,none,none,none, blogs,blogs,0.14,Noun,5,5,1,blog,none,none,16.55,1.00,none,none,none, bloke,bloke,4.67,Noun,5,4,1,bloke,13.88,0.89,13.88,0.89,none,9.09,12.30, blokes,blokes,1.43,Noun,6,5,1,bloke,none,none,13.88,0.89,none,9.09,12.30, blond,blond,10.45,Adjective,5,5,1,blond,6.72,1.00,6.72,1.00,none,6.15,none, blonde,blonde,13.92,Adjective,6,5,1,blonde,6.06,1.00,6.06,1.00,none,5.88,5.79, blondeness,blondeness,0.02,Noun,10,8,2,blondeness,10.39,1.00,10.39,1.00,none,none,none, blonder,blonder,0.06,Adjective,7,6,2,blond,none,none,6.72,1.00,none,6.15,none, blondes,blondes,1.55,Noun,7,6,1,blonde,none,none,6.06,1.00,none,5.88,5.79, blondest,blondest,0.04,Adjective,8,8,2,blond,none,none,6.72,1.00,none,6.15,none, blondish,blondish,0.08,Verb,8,7,2,blondish,10.50,0.95,10.50,0.95,none,none,none, blondness,blondness,0.02,Noun,9,8,2,blondness,10.41,0.89,10.41,0.89,none,none,none, blonds,blonds,0.69,Noun,6,6,1,blond,none,none,6.72,1.00,none,6.15,none, blood,blood,186.12,Noun,5,4,1,blood,4.89,1.00,4.89,1.00,none,5.20,5.06, bloodbath,bloodbath,1.41,Noun,9,7,2,bloodbath,11.20,1.00,11.20,1.00,none,none,none, bloodbaths,bloodbaths,0.02,Noun,10,8,2,bloodbath,none,none,11.20,1.00,none,none,none, bloodcurdling,bloodcurdling,0.16,Adjective,13,10,3,bloodcurdling,12.74,0.95,12.74,0.95,none,none,none, bloodhound,bloodhound,0.98,Noun,10,8,2,bloodhound,11.32,1.00,11.32,1.00,none,none,none, bloodhounds,bloodhounds,0.65,Noun,11,9,2,bloodhound,none,none,11.32,1.00,none,none,none, bloodier,bloodier,0.08,Adjective,8,6,3,bloody,none,none,5.83,1.00,none,6.88,none, bloodiest,bloodiest,0.31,Adjective,9,8,3,bloody,none,none,5.83,1.00,none,6.88,none, blooding,blooding,0.02,Verb,8,6,2,blood,none,none,4.89,1.00,none,5.20,5.06, bloodless,bloodless,0.08,Adjective,9,7,2,bloodless,10.78,0.95,10.78,0.95,none,none,none, bloodline,bloodline,0.59,Noun,9,7,2,bloodline,10.44,1.00,10.44,1.00,none,none,none, bloodlines,bloodlines,0.35,Noun,10,8,2,bloodline,none,none,10.44,1.00,none,none,none, bloodlust,bloodlust,0.18,Noun,9,8,2,bloodlust,14.29,0.94,14.29,0.94,none,none,none, bloodmobile,bloodmobile,0.04,Noun,11,9,3,bloodmobile,13.00,0.83,13.00,0.83,none,none,none, bloodroot,bloodroot,0.12,Verb,9,7,2,bloodroot,13.82,0.61,13.82,0.61,none,none,none, bloods,bloods,0.86,Noun,6,5,1,blood,none,none,4.89,1.00,none,5.20,5.06, bloodshed,bloodshed,1.96,Noun,9,7,2,bloodshed,11.44,1.00,11.44,1.00,none,none,none, bloodshot,bloodshot,0.51,Adjective,9,7,2,bloodshot,11.29,0.94,11.29,0.94,none,none,none, bloodstain,bloodstain,0.24,Noun,10,8,2,bloodstain,7.00,1.00,7.00,1.00,none,none,none, bloodstained,bloodstained,0.31,Adjective,12,9,2,bloodstained,7.63,1.00,7.63,1.00,none,none,none, bloodstains,bloodstains,0.82,Noun,11,9,2,bloodstain,none,none,7.00,1.00,none,none,none, bloodstream,bloodstream,1.73,Noun,11,9,2,bloodstream,9.05,1.00,9.05,1.00,none,none,none, bloodsucker,bloodsucker,0.35,Noun,11,8,3,bloodsucker,9.56,1.00,9.56,1.00,none,none,none, bloodsuckers,bloodsuckers,0.29,Noun,12,9,3,bloodsucker,none,none,9.56,1.00,none,none,none, bloodthirsty,bloodthirsty,0.96,Adjective,12,9,3,bloodthirsty,9.61,1.00,9.61,1.00,none,none,none, bloodworm,bloodworm,0.02,Noun,9,7,2,bloodworm,13.00,0.56,13.00,0.56,none,none,none, bloody,bloody,38.47,Adjective,6,5,2,bloody,5.83,1.00,5.83,1.00,none,6.88,none, bloom,bloom,5.51,Verb,5,4,1,bloom,6.84,1.00,6.84,1.00,none,8.03,7.01, bloomed,bloomed,0.20,Verb,7,5,1,bloom,none,none,6.84,1.00,none,8.03,7.01, bloomer,bloomer,0.35,Noun,7,5,2,bloomer,10.61,1.00,10.61,1.00,none,none,none, bloomers,bloomers,0.47,Noun,8,6,2,bloomers,9.24,0.94,9.24,0.94,none,none,none, blooming,blooming,1.59,Adjective,8,6,2,blooming,7.17,0.95,7.17,0.95,none,none,none, blooms,blooms,0.69,Noun,6,5,1,bloom,none,none,6.84,1.00,none,8.03,7.01, blooper,blooper,0.24,Noun,7,5,2,blooper,8.94,1.00,8.94,1.00,none,none,none, bloopers,bloopers,0.14,Noun,8,6,2,blooper,none,none,8.94,1.00,none,none,none, blossom,blossom,3.61,Noun,7,6,2,blossom,6.61,1.00,6.61,1.00,none,none,none,7.65 blossomed,blossomed,0.35,Verb,9,7,2,blossom,none,none,6.61,1.00,none,none,none,7.65 blossoming,blossoming,0.65,Verb,10,8,3,blossom,none,none,6.61,1.00,none,none,none,7.65 blossoms,blossoms,1.31,Noun,8,7,2,blossom,none,none,6.61,1.00,none,none,none,7.65 blot,blot,0.94,Verb,4,4,1,blot,8.38,0.84,8.38,0.84,none,none,8.61, blotch,blotch,0.20,Noun,6,5,1,blotch,9.28,1.00,9.28,1.00,none,none,10.03, blotches,blotches,0.18,Noun,8,7,2,blotch,none,none,9.28,1.00,none,none,10.03, blotchy,blotchy,0.14,Noun,7,6,2,blotchy,11.06,0.89,11.06,0.89,none,none,none, blots,blots,0.16,Verb,5,5,1,blot,none,none,8.38,0.84,none,none,8.61, blotted,blotted,0.25,Verb,7,6,2,blot,none,none,8.38,0.84,none,none,8.61, blotter,blotter,0.53,Noun,7,5,2,blotter,11.50,0.84,11.50,0.84,none,none,none, blotters,blotters,0.04,Noun,8,6,2,blotter,none,none,11.50,0.84,none,none,none, blotting,blotting,0.24,Verb,8,6,2,blot,none,none,8.38,0.84,none,none,8.61, blotto,blotto,0.20,Noun,6,5,2,blotto,13.00,0.32,13.00,0.32,none,none,none, blouse,blouse,5.33,Noun,6,4,1,blouse,6.65,1.00,6.65,1.00,none,6.33,7.77, blouses,blouses,0.37,Noun,7,6,2,blouse,none,none,6.65,1.00,none,6.33,7.77, blouson,blouson,0.02,Noun,7,6,2,blouson,16.82,0.55,16.82,0.55,none,none,none, blow,blow,97.57,Verb,4,3,1,blow,4.00,1.00,4.00,1.00,none,5.31,5.13, blowback,blowback,0.29,Noun,8,6,2,blowback,13.73,0.79,13.73,0.79,none,none,none, blower,blower,0.33,Noun,6,4,2,blower,8.32,1.00,8.32,1.00,none,none,none, blowers,blowers,0.20,Noun,7,5,2,blower,none,none,8.32,1.00,none,none,none, blowfish,blowfish,0.61,Noun,8,6,2,blowfish,9.19,0.89,9.19,0.89,none,none,none, blowgun,blowgun,0.06,Noun,7,6,2,blowgun,10.89,1.00,10.89,1.00,none,none,none, blowguns,blowguns,0.02,Noun,8,7,2,blowgun,none,none,10.89,1.00,none,none,none, blowhard,blowhard,0.37,Noun,8,7,2,blowhard,13.32,0.95,13.32,0.95,none,none,none, blowhards,blowhards,0.02,Noun,9,8,2,blowhard,none,none,13.32,0.95,none,none,none, blowhole,blowhole,0.06,Noun,8,6,2,blowhole,9.32,1.00,9.32,1.00,none,none,none, blowing,blowing,18.06,Verb,7,5,2,blow,none,none,4.00,1.00,none,5.31,5.13, blowjob,blowjob,1.61,Noun,7,6,2,blowjob,11.83,1.00,11.83,1.00,none,none,none, blowjobs,blowjobs,0.43,Noun,8,7,2,blowjob,none,none,11.83,1.00,none,none,none, blown,blown,15.90,Verb,5,4,1,blow,none,none,4.00,1.00,none,5.31,5.13, blowout,blowout,1.49,Noun,7,5,2,blowout,9.42,1.00,9.42,1.00,none,none,none, blowouts,blowouts,0.14,Noun,8,6,2,blowout,none,none,9.42,1.00,none,none,none, blowpipe,blowpipe,0.08,Noun,8,6,2,blowpipe,11.82,0.94,11.82,0.94,none,none,none, blows,blows,15.55,Verb,5,4,1,blow,none,none,4.00,1.00,none,5.31,5.13, blowtorch,blowtorch,0.84,Noun,9,7,2,blowtorch,9.94,1.00,9.94,1.00,none,none,none, blowtorches,blowtorches,0.02,Noun,11,9,3,blowtorch,none,none,9.94,1.00,none,none,none, blowup,blow-up,0.29,Noun,6,5,2,blowup,7.11,1.00,7.11,1.00,none,none,none, blowups,blowups,0.06,Noun,7,6,2,blowup,none,none,7.11,1.00,none,none,none, blowzy,blowzy,0.02,Adjective,6,5,2,blowzy,14.14,0.39,14.14,0.39,none,none,none, blub,blub,0.06,Verb,4,4,1,blub,8.08,0.72,8.08,0.72,none,none,none, blubber,blubber,0.84,Noun,7,5,2,blubber,7.84,1.00,7.84,1.00,none,none,none,9.49 blubbered,blubbered,0.04,Verb,9,6,2,blubber,none,none,7.84,1.00,none,none,none,9.49 blubbering,blubbering,0.65,Verb,10,7,3,blubber,none,none,7.84,1.00,none,none,none,9.49 blubbers,blubbers,0.02,Noun,8,6,2,blubber,none,none,7.84,1.00,none,none,none,9.49 blubbery,blubbery,0.06,Adjective,8,6,3,blubbery,9.82,0.94,9.82,0.94,none,none,none, blubbing,blubbing,0.08,Verb,8,6,2,blub,none,none,8.08,0.72,none,none,none, blubs,blubs,0.02,Verb,5,5,1,blub,none,none,8.08,0.72,none,none,none, bludgeon,bludgeon,0.24,Verb,8,6,2,bludgeon,13.50,1.00,13.50,1.00,none,none,none, bludgeoned,bludgeoned,0.47,Verb,10,7,2,bludgeon,none,none,13.50,1.00,none,none,none, blue,blue,102.39,Adjective,4,3,1,blue,3.53,1.00,3.53,1.00,4.17,none,3.19, bluebeard,bluebeard,0.24,Noun,9,7,2,bluebeard,9.73,0.79,9.73,0.79,none,none,none, bluebell,bluebell,0.02,Noun,8,6,2,bluebell,9.31,0.89,9.31,0.89,none,6.15,none, bluebells,bluebells,0.18,Noun,9,7,2,bluebell,none,none,9.31,0.89,none,6.15,none, blueberries,blueberries,1.08,Noun,11,8,3,blueberry,none,none,6.22,1.00,none,none,none, blueberry,blueberry,2.57,Noun,9,7,3,blueberry,6.22,1.00,6.22,1.00,none,none,none, bluebird,bluebird,0.76,Noun,8,6,2,bluebird,5.37,1.00,5.37,1.00,none,none,none, bluebirds,bluebirds,0.51,Noun,9,7,2,bluebird,none,none,5.37,1.00,none,none,none, blueblood,blueblood,0.04,Noun,9,7,2,blueblood,12.38,0.84,12.38,0.84,none,none,none, bluebonnet,bluebonnet,0.02,Noun,10,8,3,bluebonnet,10.57,0.78,10.57,0.78,none,none,none, bluebook,bluebook,0.10,Noun,8,6,2,bluebook,13.29,0.89,13.29,0.89,none,none,none, bluebooks,bluebooks,0.02,Noun,9,7,2,bluebook,none,none,13.29,0.89,none,none,none, bluebottle,bluebottle,0.06,Noun,10,8,3,bluebottle,15.11,0.47,15.11,0.47,none,none,none, bluefish,bluefish,0.16,Noun,8,6,2,bluefish,8.76,0.89,8.76,0.89,none,none,none, bluegrass,bluegrass,0.73,Noun,9,7,2,bluegrass,10.33,1.00,10.33,1.00,none,none,none, bluejacket,bluejacket,0.04,Noun,10,8,3,bluejacket,11.56,0.80,11.56,0.80,none,none,none, bluejay,bluejay,0.35,Noun,7,5,2,bluejay,5.84,0.95,5.84,0.95,none,none,none, blueness,blueness,0.18,Noun,8,6,2,blueness,9.15,1.00,9.15,1.00,none,none,none, bluenose,bluenose,0.04,Noun,8,6,2,bluenose,14.18,0.61,14.18,0.61,none,none,none, bluenoses,bluenoses,0.04,Noun,9,8,3,bluenose,none,none,14.18,0.61,none,none,none, bluepoint,bluepoint,0.02,Noun,9,7,2,bluepoint,12.10,0.53,12.10,0.53,none,none,none, blueprint,blueprint,1.24,Noun,9,8,2,blueprint,9.39,1.00,9.39,1.00,none,none,none, blueprinted,blueprinted,0.04,Verb,11,10,3,blueprint,none,none,9.39,1.00,none,none,none, blueprints,blueprints,2.63,Noun,10,9,2,blueprint,none,none,9.39,1.00,none,none,none, bluer,bluer,0.49,Adjective,5,4,2,blue,none,none,3.53,1.00,4.17,none,3.19, blues,blues,10.25,Noun,5,4,1,blues,9.81,1.00,9.81,1.00,none,none,none, bluesman,bluesman,0.29,Noun,8,7,2,bluesman,13.36,0.78,13.36,0.78,none,none,none, bluesmen,bluesmen,0.06,Noun,8,7,2,bluesman,none,none,13.36,0.78,none,none,none, bluesy,bluesy,0.02,Adjective,6,5,2,bluesy,12.08,0.72,12.08,0.72,none,none,none, bluff,bluff,6.22,Noun,5,4,1,bluff,8.82,0.94,8.82,0.94,none,9.73,9.74, bluffed,bluffed,0.53,Verb,7,5,1,bluff,none,none,8.82,0.94,none,9.73,9.74, bluffer,bluffer,0.10,Adjective,7,5,2,bluffer,12.06,0.86,12.06,0.86,none,none,none, bluffers,bluffers,0.04,Noun,8,6,2,bluffer,none,none,12.06,0.86,none,none,none, bluffing,bluffing,5.04,Verb,8,6,2,bluff,none,none,8.82,0.94,none,9.73,9.74, bluffs,bluffs,0.45,Noun,6,5,1,bluff,none,none,8.82,0.94,none,9.73,9.74, bluing,bluing,0.02,Verb,6,5,2,blue,none,none,3.53,1.00,4.17,none,3.19, bluish,bluish,0.14,Adjective,6,5,2,bluish,8.25,1.00,8.25,1.00,none,none,none, blunder,blunder,0.90,Noun,7,6,2,blunder,10.61,1.00,10.61,1.00,none,11.51,none, blunderbuss,blunderbuss,0.12,Noun,11,9,3,blunderbuss,12.11,0.45,12.11,0.45,none,none,none, blundered,blundered,0.12,Verb,9,7,2,blunder,none,none,10.61,1.00,none,11.51,none, blunderer,blunderer,0.04,Noun,9,7,3,blunderer,10.75,0.89,10.75,0.89,none,none,none, blunderers,blunderers,0.02,Noun,10,8,3,blunderer,none,none,10.75,0.89,none,none,none, blundering,blundering,0.69,Verb,10,8,3,blunder,none,none,10.61,1.00,none,11.51,none, blunders,blunders,0.25,Noun,8,7,2,blunder,none,none,10.61,1.00,none,11.51,none, blunt,blunt,4.90,Adjective,5,5,1,blunt,11.05,1.00,11.05,1.00,none,7.84,9.98, blunted,blunted,0.14,Adjective,7,7,2,blunted,11.72,0.95,11.72,0.95,none,none,none, bluntness,bluntness,0.22,Noun,9,8,2,bluntness,11.06,1.00,11.06,1.00,none,none,none, blunts,blunts,0.35,Verb,6,6,1,blunt,none,none,11.05,1.00,none,7.84,9.98, blur,blur,2.14,Noun,4,3,1,blur,8.95,1.00,8.95,1.00,none,none,7.52, blurb,blurb,0.25,Noun,5,4,1,blurb,11.56,0.95,11.56,0.95,none,none,none, blurbs,blurbs,0.08,Noun,6,5,1,blurb,none,none,11.56,0.95,none,none,none, blurred,blurred,0.73,Verb,7,4,1,blur,none,none,8.95,1.00,none,none,7.52, blurriness,blurriness,0.02,Noun,10,7,3,blurriness,9.33,1.00,9.33,1.00,none,none,none, blurring,blurring,0.18,Verb,8,5,2,blur,none,none,8.95,1.00,none,none,7.52, blurry,blurry,1.37,Adjective,6,4,2,blurry,7.28,1.00,7.28,1.00,none,none,none, blurs,blurs,0.04,Verb,5,4,1,blur,none,none,8.95,1.00,none,none,7.52, blurt,blurt,0.49,Verb,5,4,1,blurt,8.76,0.94,8.76,0.94,none,none,8.89, blurted,blurted,0.24,Verb,7,6,2,blurt,none,none,8.76,0.94,none,none,8.89, blurting,blurting,0.10,Verb,8,6,2,blurt,none,none,8.76,0.94,none,none,8.89, blurts,blurts,0.10,Verb,6,5,1,blurt,none,none,8.76,0.94,none,none,8.89, blush,blush,2.67,Noun,5,4,1,blush,7.95,1.00,7.95,1.00,7.05,7.56,7.15, blushed,blushed,0.14,Verb,7,5,1,blush,none,none,7.95,1.00,7.05,7.56,7.15, blusher,blusher,0.02,Noun,7,5,2,blusher,9.44,0.89,9.44,0.89,none,none,none, blushes,blushes,0.25,Noun,7,6,2,blush,none,none,7.95,1.00,7.05,7.56,7.15, blushing,blushing,2.00,Verb,8,6,2,blush,none,none,7.95,1.00,7.05,7.56,7.15, bluster,bluster,0.20,Noun,7,6,2,bluster,11.79,0.78,11.79,0.78,none,none,none, blustered,blustered,0.02,Verb,9,7,2,bluster,none,none,11.79,0.78,none,none,none, blustering,blustering,0.08,Verb,10,8,3,bluster,none,none,11.79,0.78,none,none,none, blusters,blusters,0.02,Verb,8,7,2,bluster,none,none,11.79,0.78,none,none,none, blustery,blustery,0.22,Adjective,8,7,3,blustery,9.39,0.95,9.39,0.95,none,none,none, boa,boa,1.29,Noun,3,3,2,boa,9.56,1.00,9.56,1.00,none,none,none,9.13 boar,boar,2.18,Noun,4,3,1,boar,9.83,0.95,9.83,0.95,none,none,8.82, board,board,64.16,Noun,5,4,1,board,6.37,1.00,6.37,1.00,none,6.07,6.33, boarded,boarded,2.08,Verb,7,6,2,board,none,none,6.37,1.00,none,6.07,6.33, boarder,boarder,0.57,Noun,7,5,2,boarder,9.35,0.95,9.35,0.95,none,none,none, boarders,boarders,0.37,Noun,8,6,2,boarder,none,none,9.35,0.95,none,none,none, boarding,boarding,11.06,Noun,8,6,2,boarding,9.00,0.94,9.00,0.94,none,none,none, boardinghouse,boarding house,0.12,Noun,13,9,3,boardinghouse,10.95,1.00,10.95,1.00,none,none,none, boardroom,boardroom,0.76,Noun,9,7,2,boardroom,10.81,0.84,10.81,0.84,none,none,none, boards,boards,4.35,Noun,6,5,1,board,none,none,6.37,1.00,none,6.07,6.33, boardwalk,boardwalk,1.84,Noun,9,7,2,boardwalk,8.94,1.00,8.94,1.00,none,none,none, boardwalks,boardwalks,0.02,Noun,10,8,2,boardwalk,none,none,8.94,1.00,none,none,none, boars,boars,0.24,Noun,5,4,1,boar,none,none,9.83,0.95,none,none,8.82, boas,boas,0.04,Noun,4,4,2,boa,none,none,9.56,1.00,none,none,none,9.13 boast,boast,1.06,Verb,5,4,1,boast,8.22,0.95,8.22,0.95,none,7.56,9.39, boasted,boasted,0.27,Verb,7,6,2,boast,none,none,8.22,0.95,none,7.56,9.39, boaster,boaster,0.04,Noun,7,6,3,boaster,11.12,0.89,11.12,0.89,none,none,none, boasters,boasters,0.02,Noun,8,7,3,boaster,none,none,11.12,0.89,none,none,none, boastful,boastful,0.22,Adjective,8,7,2,boastful,9.00,1.00,9.00,1.00,none,none,none, boastfulness,boastfulness,0.06,Noun,12,10,3,boastfulness,10.55,1.00,10.55,1.00,none,none,none, boasting,boasting,0.65,Verb,8,6,2,boast,none,none,8.22,0.95,none,7.56,9.39, boasts,boasts,0.31,Verb,6,5,1,boast,none,none,8.22,0.95,none,7.56,9.39, boat,boat,95.78,Noun,4,3,1,boat,3.84,1.00,3.84,1.00,8.17,none,3.98, boater,boater,0.02,Noun,6,4,2,boater,7.06,0.89,7.06,0.89,none,none,none, boaters,boaters,0.06,Noun,7,5,2,boater,none,none,7.06,0.89,none,none,none, boathouse,boathouse,0.76,Noun,9,6,2,boathouse,10.21,1.00,10.21,1.00,none,none,none, boating,boating,1.02,Noun,7,5,2,boating,8.45,1.00,8.45,1.00,none,none,none, boatload,boatload,0.47,Noun,8,6,2,boatload,11.00,0.95,11.00,0.95,none,none,none, boatloads,boatloads,0.12,Noun,9,7,2,boatload,none,none,11.00,0.95,none,none,none, boatman,boatman,0.59,Noun,7,6,2,boatman,8.72,1.00,8.72,1.00,none,none,none, boatmen,boatmen,0.10,Noun,7,6,2,boatman,none,none,8.72,1.00,none,none,none, boats,boats,11.75,Noun,5,4,1,boat,none,none,3.84,1.00,8.17,none,3.98, boatswain,boatswain,0.45,Verb,9,7,2,boatswain,14.64,0.58,14.64,0.58,none,11.34,none, boatyard,boatyard,0.25,Noun,8,7,2,boatyard,8.63,1.00,8.63,1.00,none,none,none, boatyards,boatyards,0.08,Noun,9,8,2,boatyard,none,none,8.63,1.00,none,none,none, bob,bob,91.49,Name,3,3,1,bob,6.16,0.95,6.16,0.95,none,none,7.08, bobbed,bobbed,0.18,Verb,6,4,1,bob,none,none,6.16,0.95,none,none,7.08, bobbin,bobbin,0.14,Noun,6,5,2,bobbin,9.88,0.89,9.88,0.89,none,none,none, bobbing,bobbing,0.61,Verb,7,5,2,bob,none,none,6.16,0.95,none,none,7.08, bobbins,bobbins,0.43,Name,7,6,2,bobbin,none,none,9.88,0.89,none,none,none, bobble,bobble,0.08,Noun,6,5,2,bobble,10.06,0.95,10.06,0.95,none,none,none, bobbling,bobbling,0.10,Verb,8,6,2,bobble,none,none,10.06,0.95,none,none,none, bobcat,bobcat,0.39,Noun,6,6,2,bobcat,7.06,0.94,7.06,0.94,none,none,none, bobcats,bobcats,0.20,Noun,7,7,2,bobcat,none,none,7.06,0.94,none,none,none, bobolink,bobolink,0.02,Noun,8,8,3,bobolink,17.50,0.42,17.50,0.42,none,none,none, bobs,bobs,0.24,Noun,4,4,1,bob,none,none,6.16,0.95,none,none,7.08, bobsled,bobsled,0.94,Adjective,7,7,2,bobsled,9.38,0.89,9.38,0.89,none,none,none, bobsledder,bobsledder,0.10,Adjective,10,8,3,bobsledder,7.58,1.00,7.58,1.00,none,none,none, bobsledders,bobsledders,0.04,Verb,11,9,3,bobsledder,none,none,7.58,1.00,none,none,none, bobsleds,bobsleds,0.06,Noun,8,8,2,bobsled,none,none,9.38,0.89,none,none,none, bobsleigh,bobsleigh,0.24,Noun,9,6,2,bobsleigh,8.69,0.89,8.69,0.89,none,none,none, bobtail,bobtail,0.10,Noun,7,6,2,bobtail,9.59,0.94,9.59,0.94,none,none,none, bobwhite,bobwhite,0.10,Noun,8,6,2,bobwhite,11.40,0.53,11.40,0.53,none,none,none, bobwhites,bobwhites,0.12,Noun,9,7,2,bobwhite,none,none,11.40,0.53,none,none,none, bocce,bocce,0.20,Noun,5,4,2,bocce,12.82,0.58,12.82,0.58,none,none,none, bodacious,bodacious,0.33,Adjective,9,8,4,bodacious,14.00,0.89,14.00,0.89,none,none,none, bode,bode,0.47,Verb,4,3,1,bode,10.93,0.78,10.93,0.78,none,none,12.62, bodega,bodega,1.31,Noun,6,6,3,bodega,13.67,0.79,13.67,0.79,none,none,none, bodegas,bodegas,0.12,Noun,7,7,3,bodega,none,none,13.67,0.79,none,none,none, bodes,bodes,0.20,Verb,5,4,1,bode,none,none,10.93,0.78,none,none,12.62, bodice,bodice,0.22,Noun,6,5,2,bodice,14.50,0.84,14.50,0.84,none,none,none, bodied,bodied,0.04,Verb,6,5,2,body,none,none,4.28,1.00,none,5.47,none,5.37 bodies,bodies,33.22,Noun,6,5,2,body,none,none,4.28,1.00,none,5.47,none,5.37 bodiless,bodiless,0.04,Adjective,8,7,3,bodiless,11.19,0.80,11.19,0.80,none,none,none, bodily,bodily,2.12,Adjective,6,6,3,bodily,8.17,1.00,8.17,1.00,none,none,none, bodkin,bodkin,0.10,Noun,6,6,2,bodkin,10.75,0.42,10.75,0.42,none,none,none, bodkins,bodkins,0.08,Verb,7,7,2,bodkin,none,none,10.75,0.42,none,none,none, body,body,195.53,Noun,4,4,2,body,4.28,1.00,4.28,1.00,none,5.47,none,5.37 bodybuilder,bodybuilder,0.27,Noun,11,9,4,bodybuilder,10.75,1.00,10.75,1.00,none,none,none, bodybuilders,bodybuilders,0.10,Verb,12,10,4,bodybuilder,none,none,10.75,1.00,none,none,none, bodybuilding,bodybuilding,0.31,Noun,12,10,4,bodybuilding,10.56,1.00,10.56,1.00,none,none,none, bodyguard,bodyguard,5.73,Noun,9,8,3,bodyguard,10.00,1.00,10.00,1.00,none,none,none, bodyguards,bodyguards,2.43,Noun,10,9,3,bodyguard,none,none,10.00,1.00,none,none,none, bodysurf,bodysurf,0.08,Verb,8,7,3,bodysurf,9.33,0.95,9.33,0.95,none,none,none, bodysurfed,bodysurfed,0.02,Verb,10,8,3,bodysurf,none,none,9.33,0.95,none,none,none, bodysurfing,bodysurfing,0.12,Verb,11,9,4,bodysurf,none,none,9.33,0.95,none,none,none, bodywork,bodywork,0.20,Noun,8,7,3,bodywork,12.26,1.00,12.26,1.00,none,none,none, bog,bog,0.96,Noun,3,3,1,bog,9.37,1.00,9.37,1.00,none,none,10.17, bogey,bogey,2.49,Noun,5,4,2,bogey,10.73,0.83,10.73,0.83,none,none,none, bogeyman,bogeyman,0.86,Noun,8,7,3,bogeyman,6.21,1.00,6.21,1.00,none,none,none, bogeymen,bogeymen,0.12,Noun,8,7,3,bogeyman,none,none,6.21,1.00,none,none,none, bogeys,bogeys,0.55,Noun,6,5,2,bogey,none,none,10.73,0.83,none,none,none, bogged,bogged,0.47,Verb,6,4,1,bog,none,none,9.37,1.00,none,none,10.17, bogging,bogging,0.04,Verb,7,5,2,bog,none,none,9.37,1.00,none,none,10.17, boggle,boggle,0.37,Verb,6,5,2,boggle,12.00,0.89,12.00,0.89,none,none,none, boggled,boggled,0.04,Verb,7,6,2,boggle,none,none,12.00,0.89,none,none,none, boggles,boggles,0.22,Verb,7,6,2,boggle,none,none,12.00,0.89,none,none,none, boggling,boggling,0.02,Verb,8,7,3,boggle,none,none,12.00,0.89,none,none,none, boggy,boggy,0.10,Adjective,5,4,2,boggy,11.00,0.95,11.00,0.95,none,none,none, bogies,bogies,0.22,Noun,6,5,2,bogey,none,none,10.73,0.83,none,none,none, bogs,bogs,0.24,Noun,4,4,1,bog,none,none,9.37,1.00,none,none,10.17, bogus,bogus,2.71,Adjective,5,5,2,bogus,9.94,1.00,9.94,1.00,none,none,none,9.67 bogy,bogy,0.02,Noun,4,4,2,bogey,none,none,10.73,0.83,none,none,none, bogyman,bogyman,0.02,Noun,7,7,3,bogyman,5.57,0.74,5.57,0.74,none,none,none, bohemian,bohemian,0.94,Adjective,8,8,4,bohemian,15.37,1.00,15.37,1.00,none,none,none, bohemians,bohemians,0.06,Noun,9,9,4,bohemian,none,none,15.37,1.00,none,none,none, boil,boil,5.94,Verb,4,3,1,boil,6.60,1.00,6.60,1.00,5.46,none,6.87, boiled,boiled,3.31,Verb,6,4,1,boil,none,none,6.60,1.00,5.46,none,6.87, boiler,boiler,2.82,Noun,6,4,2,boiler,8.89,1.00,8.89,1.00,none,8.11,none, boilermaker,boilermaker,0.12,Noun,11,8,4,boilermaker,13.00,1.00,13.00,1.00,none,none,none, boilermakers,boilermakers,0.14,Noun,12,9,4,boilermaker,none,none,13.00,1.00,none,none,none, boilerplate,boilerplate,0.37,Noun,11,8,3,boilerplate,13.57,0.78,13.57,0.78,none,none,none, boilers,boilers,0.29,Noun,7,5,2,boiler,none,none,8.89,1.00,none,8.11,none, boils,boils,2.00,Verb,5,4,1,boil,none,none,6.60,1.00,5.46,none,6.87, boisterous,boisterous,0.24,Adjective,10,7,3,boisterous,11.62,0.89,11.62,0.89,none,none,none, bold,bold,7.55,Adjective,4,4,1,bold,9.21,1.00,9.21,1.00,none,7.73,8.47, bolder,bolder,0.53,Adjective,6,5,2,bold,none,none,9.21,1.00,none,7.73,8.47, boldest,boldest,0.14,Adjective,7,7,2,bold,none,none,9.21,1.00,none,7.73,8.47, boldface,boldface,0.04,Noun,8,7,2,boldface,11.74,1.00,11.74,1.00,none,none,none, boldfaced,boldfaced,0.02,Adjective,9,8,2,boldfaced,10.90,1.00,10.90,1.00,none,none,none, boldness,boldness,0.22,Noun,8,7,2,boldness,9.80,1.00,9.80,1.00,none,none,none, bolero,bolero,0.12,Noun,6,6,3,bolero,13.92,0.72,13.92,0.72,none,none,none, boliviano,boliviano,Err:512,Err:512,9,9,5,boliviano,16.75,0.22,16.75,0.22,none,none,none, bollix,bollix,0.04,Verb,6,6,2,bollix,13.30,0.56,13.30,0.56,none,none,none, bollixed,bollixed,0.04,Verb,8,7,2,bollix,none,none,13.30,0.56,none,none,none, bollocks,bollocks,2.80,Noun,8,6,2,bollocks,14.94,0.90,14.94,0.90,none,none,none, bolo,bolo,0.71,Noun,4,4,2,bolo,12.67,0.67,12.67,0.67,none,none,none, bolos,bolos,0.12,Noun,5,5,2,bolo,none,none,12.67,0.67,none,none,none, bolshevism,bolshevism,0.12,Noun,10,10,4,bolshevism,14.40,0.53,14.40,0.53,none,none,none, bolster,bolster,0.31,Verb,7,6,2,bolster,12.50,0.90,12.50,0.90,none,none,none, bolstered,bolstered,0.04,Verb,9,7,2,bolster,none,none,12.50,0.90,none,none,none, bolstering,bolstering,0.02,Verb,10,8,3,bolster,none,none,12.50,0.90,none,none,none, bolsters,bolsters,0.04,Verb,8,7,2,bolster,none,none,12.50,0.90,none,none,none, bolt,bolt,6.88,Noun,4,4,1,bolt,7.28,1.00,7.28,1.00,none,7.39,8.12, bolted,bolted,1.90,Verb,6,6,2,bolt,none,none,7.28,1.00,none,7.39,8.12, bolting,bolting,0.16,Verb,7,6,2,bolt,none,none,7.28,1.00,none,7.39,8.12, bolts,bolts,2.18,Noun,5,5,1,bolt,none,none,7.28,1.00,none,7.39,8.12, bolus,bolus,0.67,Noun,5,5,2,bolus,15.60,0.25,15.60,0.25,none,none,none, boluses,boluses,0.02,Noun,7,7,3,bolus,none,none,15.60,0.25,none,none,none, bomb,bomb,53.65,Noun,4,3,1,bomb,8.00,1.00,8.00,1.00,7.31,none,6.64, bombard,bombard,0.24,Noun,7,7,2,bombard,11.95,1.00,11.95,1.00,none,none,none, bombarded,bombarded,0.57,Verb,9,9,3,bombard,none,none,11.95,1.00,none,none,none, bombardier,bombardier,0.69,Noun,10,8,3,bombardier,13.14,0.78,13.14,0.78,none,none,none, bombardiers,bombardiers,0.02,Noun,11,9,3,bombardier,none,none,13.14,0.78,none,none,none, bombarding,bombarding,0.31,Verb,10,9,3,bombard,none,none,11.95,1.00,none,none,none, bombardment,bombardment,0.84,Noun,11,11,3,bombardment,11.37,1.00,11.37,1.00,none,none,none, bombardments,bombardments,0.10,Noun,12,12,3,bombardment,none,none,11.37,1.00,none,none,none, bombards,bombards,0.04,Noun,8,8,2,bombard,none,none,11.95,1.00,none,none,none, bombast,bombast,0.02,Noun,7,7,2,bombast,12.31,0.72,12.31,0.72,none,none,none, bombastic,bombastic,0.22,Adjective,9,9,3,bombastic,15.59,0.85,15.59,0.85,none,none,none, bombazine,bombazine,Err:512,Err:512,9,8,3,bombazine,19.00,0.05,19.00,0.05,none,none,none, bombed,bombed,3.86,Verb,6,4,1,bomb,none,none,8.00,1.00,7.31,none,6.64, bomber,bomber,4.20,Noun,6,4,2,bomber,8.84,1.00,8.84,1.00,none,10.30,none, bombers,bombers,3.14,Noun,7,5,2,bomber,none,none,8.84,1.00,none,10.30,none, bombing,bombing,7.49,Noun,7,5,2,bombing,7.74,1.00,7.74,1.00,none,none,none, bombings,bombings,1.22,Noun,8,6,2,bombing,none,none,7.74,1.00,none,none,none, bombproof,bombproof,0.12,Adjective,9,7,2,bombproof,10.65,0.95,10.65,0.95,none,none,none, bombs,bombs,14.27,Noun,5,4,1,bomb,none,none,8.00,1.00,7.31,none,6.64, bombshell,bombshell,0.90,Noun,9,6,2,bombshell,11.22,1.00,11.22,1.00,none,none,none, bombshells,bombshells,0.27,Name,10,7,2,bombshell,none,none,11.22,1.00,none,none,none, bombsight,bombsight,0.14,Noun,9,6,2,bombsight,11.75,0.67,11.75,0.67,none,none,none, bona,bona,1.24,Adjective,4,4,2,bona,14.67,0.33,14.67,0.33,none,none,none,13.07 bonanza,bonanza,1.63,Noun,7,7,3,bonanza,9.79,1.00,9.79,1.00,none,none,none, bonanzas,bonanzas,0.14,Noun,8,8,3,bonanza,none,none,9.79,1.00,none,none,none, bonbon,bonbon,0.49,Noun,6,6,2,bonbon,9.28,0.95,9.28,0.95,none,none,none, bonbons,bonbons,0.61,Noun,7,7,2,bonbon,none,none,9.28,0.95,none,none,none, bond,bond,31.27,Name,4,4,1,bond,10.21,1.00,10.21,1.00,none,9.70,8.15, bondage,bondage,1.71,Noun,7,6,2,bondage,15.06,0.94,15.06,0.94,none,13.17,none,12.11 bondages,bondages,0.02,Noun,8,8,3,bondage,none,none,15.06,0.94,none,13.17,none,12.11 bonded,bonded,1.57,Verb,6,6,2,bond,none,none,10.21,1.00,none,9.70,8.15, bonder,bonder,0.04,Noun,6,5,2,bonder,11.12,0.80,11.12,0.80,none,none,none, bonding,bonding,3.04,Noun,7,6,2,bonding,11.44,1.00,11.44,1.00,none,none,none, bondmaid,bondmaid,0.02,Noun,8,7,2,bondmaid,13.67,0.32,13.67,0.32,none,none,none, bondman,bondman,Err:512,Err:512,7,7,2,bondman,13.53,0.75,13.53,0.75,none,none,none, bonds,bonds,6.67,Noun,5,5,1,bond,none,none,10.21,1.00,none,9.70,8.15, bondservant,bondservant,0.02,Noun,11,10,3,bondservant,13.70,0.56,13.70,0.56,none,none,none, bondsman,bondsman,0.51,Noun,8,8,2,bondsman,13.83,1.00,13.83,1.00,none,none,none, bondsmen,bondsmen,0.10,Noun,8,8,2,bondsman,none,none,13.83,1.00,none,none,none, bone,bone,26.06,Noun,4,3,1,bone,5.53,1.00,5.53,1.00,none,5.35,5.26, boned,boned,0.80,Verb,5,4,1,bone,none,none,5.53,1.00,none,5.35,5.26, bonehead,bonehead,1.18,Noun,8,6,2,bonehead,9.44,0.95,9.44,0.95,none,none,none, boneheads,boneheads,0.08,Noun,9,7,2,bonehead,none,none,9.44,0.95,none,none,none, boneless,boneless,0.29,Adjective,8,6,2,boneless,7.89,1.00,7.89,1.00,none,none,none, boner,boner,2.33,Noun,5,4,2,boner,11.89,1.00,11.89,1.00,none,none,none, boners,boners,0.12,Noun,6,5,2,boner,none,none,11.89,1.00,none,none,none, bones,bones,30.61,Noun,5,4,1,bone,none,none,5.53,1.00,none,5.35,5.26, boneshaker,boneshaker,0.06,Noun,10,7,3,boneshaker,12.77,0.65,12.77,0.65,none,none,none, boney,bony,0.10,Adjective,5,4,2,boney,8.79,1.00,8.79,1.00,none,none,none, bonfire,bonfire,1.75,Noun,7,6,3,bonfire,8.80,0.95,8.80,0.95,none,none,none,7.88 bonfires,bonfires,0.20,Noun,8,7,3,bonfire,none,none,8.80,0.95,none,none,none,7.88 bong,bong,2.78,Noun,4,3,1,bong,14.16,0.95,14.16,0.95,none,none,none, bonged,bonged,0.02,Verb,6,4,1,bong,none,none,14.16,0.95,none,none,none, bonging,bonging,0.02,Name,7,5,2,bong,none,none,14.16,0.95,none,none,none, bongo,bongo,2.69,Name,5,5,2,bongo,8.40,1.00,8.40,1.00,none,none,none, bongos,bongos,0.31,Noun,6,6,2,bongo,none,none,8.40,1.00,none,none,none, bongs,bongs,0.10,Noun,5,4,1,bong,none,none,14.16,0.95,none,none,none, bonhomie,bonhomie,0.06,Noun,8,7,3,bonhomie,15.25,0.22,15.25,0.22,none,none,none, bonier,bonier,0.06,Adjective,6,5,2,bony,none,none,9.53,0.95,none,none,none, boning,boning,0.75,Verb,6,5,2,bone,none,none,5.53,1.00,none,5.35,5.26, bonk,bonk,0.33,Verb,4,4,1,bonk,5.56,0.95,5.56,0.95,none,none,none, bonked,bonked,0.14,Verb,6,5,1,bonk,none,none,5.56,0.95,none,none,none, bonkers,bonkers,1.12,Noun,7,6,2,bonkers,8.28,1.00,8.28,1.00,none,none,none, bonking,bonking,0.04,Verb,7,6,2,bonk,none,none,5.56,0.95,none,none,none, bonnet,bonnet,1.86,Noun,6,5,2,bonnet,6.83,1.00,6.83,1.00,none,none,none,8.87 bonnets,bonnets,0.14,Noun,7,6,2,bonnet,none,none,6.83,1.00,none,none,none,8.87 bonnier,bonnier,0.02,Adjective,7,5,3,bonny,none,none,10.14,0.78,none,none,none, bonniest,bonniest,0.02,Adjective,8,7,3,bonny,none,none,10.14,0.78,none,none,none, bonny,bonny,1.86,Adjective,5,4,2,bonny,10.14,0.78,10.14,0.78,none,none,none, bonsai,bonsai,0.98,Noun,6,5,2,bonsai,11.22,0.95,11.22,0.95,none,none,none,13.51 bonus,bonus,9.20,Noun,5,5,2,bonus,8.17,1.00,8.17,1.00,10.27,9.09,none,7.96 bonuses,bonuses,0.71,Noun,7,7,3,bonus,none,none,8.17,1.00,10.27,9.09,none,7.96 bony,bony,1.20,Adjective,4,4,2,bony,9.53,0.95,9.53,0.95,none,none,none, boo,boo,11.69,Interjection,3,2,1,boo,3.78,1.00,3.78,1.00,6.01,none,none, boob,boob,3.00,Noun,4,3,1,boob,8.16,1.00,8.16,1.00,none,none,none, boobies,boobies,1.35,Noun,7,5,2,booby,none,none,7.33,1.00,none,none,none, boobs,boobs,7.33,Noun,5,4,1,boob,none,none,8.16,1.00,none,none,none, booby,booby,2.53,Noun,5,4,2,booby,7.33,1.00,7.33,1.00,none,none,none, boodle,boodle,0.45,Noun,6,5,2,boodle,13.12,0.44,13.12,0.44,none,none,none, boodles,boodles,0.04,Name,7,6,2,boodle,none,none,13.12,0.44,none,none,none, booed,booed,0.35,Verb,5,3,1,boo,none,none,3.78,1.00,6.01,none,none, booger,booger,1.22,Noun,6,5,2,booger,4.63,1.00,4.63,1.00,none,none,none, boogers,boogers,0.59,Noun,7,6,2,booger,none,none,4.63,1.00,none,none,none, boogeyman,bogeyman,0.69,Noun,9,7,3,boogeyman,4.26,1.00,4.26,1.00,none,none,none, boogie,boogie,5.20,Noun,6,4,2,boogie,9.72,1.00,9.72,1.00,none,none,none,6.97 boogied,boogied,0.04,Verb,7,5,2,boogie,none,none,9.72,1.00,none,none,none,6.97 boogieing,boogieing,0.02,Verb,9,6,3,boogie,none,none,9.72,1.00,none,none,none,6.97 boogieman,boogieman,0.06,Noun,9,7,3,boogieman,5.11,1.00,5.11,1.00,none,none,none, boogies,boogies,0.08,Noun,7,5,2,boogie,none,none,9.72,1.00,none,none,none,6.97 boohoo,boohoo,0.10,Noun,6,4,2,boohoo,4.29,0.89,4.29,0.89,none,none,none, booing,booing,1.00,Verb,6,4,2,boo,none,none,3.78,1.00,6.01,none,none, book,book,176.98,Noun,4,3,1,book,3.68,1.00,3.68,1.00,3.75,4.47,4.53, bookcase,bookcase,0.94,Noun,8,6,2,bookcase,5.63,1.00,5.63,1.00,none,none,none, bookcases,bookcases,0.08,Noun,9,8,3,bookcase,none,none,5.63,1.00,none,none,none, booked,booked,10.41,Verb,6,4,1,book,none,none,3.68,1.00,3.75,4.47,4.53, bookend,bookend,0.04,Verb,7,6,2,bookend,8.88,0.89,8.88,0.89,none,none,none, bookends,bookends,0.24,Noun,8,7,2,bookend,none,none,8.88,0.89,none,none,none, bookie,bookie,2.55,Noun,6,4,2,bookie,13.65,0.94,13.65,0.94,none,none,none,10.90 bookies,bookies,0.92,Noun,7,5,2,bookie,none,none,13.65,0.94,none,none,none,10.90 bookish,bookish,0.18,Adjective,7,5,2,bookish,10.89,0.86,10.89,0.86,none,none,none, bookkeeper,bookkeeper,1.27,Noun,10,7,3,bookkeeper,9.15,1.00,9.15,1.00,9.50,none,none, bookkeepers,bookkeepers,0.06,Noun,11,8,3,bookkeeper,none,none,9.15,1.00,9.50,none,none, bookkeeping,bookkeeping,0.75,Noun,11,8,3,bookkeeping,11.00,1.00,11.00,1.00,none,none,none, bookless,bookless,0.02,Adjective,8,6,2,bookless,10.13,0.83,10.13,0.83,none,none,none, booklet,booklet,0.55,Noun,7,6,2,booklet,7.32,1.00,7.32,1.00,none,none,none, booklets,booklets,0.33,Noun,8,7,2,booklet,none,none,7.32,1.00,none,none,none, bookmaker,bookmaker,0.47,Noun,9,7,3,bookmaker,9.95,1.00,9.95,1.00,none,none,none, bookmakers,bookmakers,0.06,Noun,10,8,3,bookmaker,none,none,9.95,1.00,none,none,none, bookmark,bookmark,0.41,Noun,8,7,2,bookmark,8.26,1.00,8.26,1.00,none,none,none, bookmarker,bookmarker,0.02,Noun,10,8,3,bookmarker,6.75,1.00,6.75,1.00,none,none,none, bookmarks,bookmarks,0.20,Noun,9,8,2,bookmark,none,none,8.26,1.00,none,none,none, bookmobile,bookmobile,0.04,Noun,10,8,3,bookmobile,10.29,0.78,10.29,0.78,none,none,none, books,books,67.76,Noun,5,4,1,book,none,none,3.68,1.00,3.75,4.47,4.53, bookseller,bookseller,0.10,Noun,10,7,3,bookseller,7.37,1.00,7.37,1.00,none,none,none, booksellers,booksellers,0.12,Noun,11,8,3,bookseller,none,none,7.37,1.00,none,none,none, bookshelf,bookshelf,0.33,Noun,9,7,2,bookshelf,7.68,1.00,7.68,1.00,none,none,none, bookshelves,bookshelves,0.31,Noun,11,8,2,bookshelf,none,none,7.68,1.00,none,none,none, bookshop,bookshop,0.80,Noun,8,6,2,bookshop,6.89,1.00,6.89,1.00,none,none,none, bookshops,bookshops,0.02,Noun,9,7,2,bookshop,none,none,6.89,1.00,none,none,none, bookstore,bookstore,3.92,Noun,9,7,2,bookstore,6.45,1.00,6.45,1.00,none,none,none, bookstores,bookstores,0.49,Noun,10,8,2,bookstore,none,none,6.45,1.00,none,none,none, bookwork,bookwork,0.02,Noun,8,6,2,bookwork,8.35,1.00,8.35,1.00,none,none,none, bookworm,bookworm,0.73,Noun,8,6,2,bookworm,5.78,1.00,5.78,1.00,none,none,none, bookworms,bookworms,0.12,Verb,9,7,2,bookworm,none,none,5.78,1.00,none,none,none, boom,boom,21.80,Noun,4,3,1,boom,5.56,1.00,5.56,1.00,none,6.37,5.27, boomed,boomed,0.02,Verb,6,4,1,boom,none,none,5.56,1.00,none,6.37,5.27, boomer,boomer,2.43,Noun,6,4,2,boomer,12.12,0.84,12.12,0.84,none,none,none, boomerang,boomerang,0.92,Noun,9,6,3,boomerang,9.79,1.00,9.79,1.00,none,none,none, boomerangs,boomerangs,0.08,Verb,10,8,3,boomerang,none,none,9.79,1.00,none,none,none, boomers,boomers,0.12,Noun,7,5,2,boomer,none,none,12.12,0.84,none,none,none, booms,booms,0.22,Noun,5,4,1,boom,none,none,5.56,1.00,none,6.37,5.27, boomtown,boomtown,0.10,Noun,8,6,2,boomtown,13.22,1.00,13.22,1.00,none,none,none, boomtowns,boomtowns,0.04,Noun,9,7,2,boomtown,none,none,13.22,1.00,none,none,none, boon,boon,2.12,Noun,4,3,1,boon,12.94,0.89,12.94,0.89,none,none,12.09, boondoggle,boondoggle,0.06,Verb,10,8,3,boondoggle,14.33,0.32,14.33,0.32,none,none,none, boondoggled,boondoggled,0.02,Verb,11,9,3,boondoggle,none,none,14.33,0.32,none,none,none, boondoggling,boondoggling,0.06,Verb,12,9,3,boondoggle,none,none,14.33,0.32,none,none,none, boor,boor,0.06,Noun,4,3,1,boor,12.14,0.78,12.14,0.78,none,none,none, boorish,boorish,0.35,Adjective,7,5,2,boorish,13.19,0.84,13.19,0.84,none,none,none, boorishness,boorishness,0.04,Noun,11,8,3,boorishness,16.40,0.53,16.40,0.53,none,none,none, boors,boors,0.12,Noun,5,4,1,boor,none,none,12.14,0.78,none,none,none, boos,boos,0.16,Noun,4,3,1,boo,none,none,3.78,1.00,6.01,none,none, boost,boost,4.51,Noun,5,4,1,boost,7.89,1.00,7.89,1.00,none,8.09,7.84, boosted,boosted,0.63,Verb,7,6,2,boost,none,none,7.89,1.00,none,8.09,7.84, booster,booster,2.65,Noun,7,5,2,booster,8.95,1.00,8.95,1.00,none,none,none, boosters,boosters,0.65,Noun,8,6,2,booster,none,none,8.95,1.00,none,none,none, boosting,boosting,0.33,Verb,8,6,2,boost,none,none,7.89,1.00,none,8.09,7.84, boosts,boosts,0.22,Verb,6,5,1,boost,none,none,7.89,1.00,none,8.09,7.84, boot,boot,11.14,Noun,4,3,1,boot,3.89,1.00,3.89,1.00,none,5.16,4.43, bootblack,bootblack,0.08,Noun,9,7,2,bootblack,12.50,0.38,12.50,0.38,none,none,none, booted,booted,0.82,Verb,6,5,2,boot,none,none,3.89,1.00,none,5.16,4.43, booth,booth,20.37,Noun,5,3,1,booth,7.16,1.00,7.16,1.00,none,10.02,7.49, booths,booths,1.12,Noun,6,4,1,booth,none,none,7.16,1.00,none,10.02,7.49, bootie,bootie,0.16,Noun,6,4,2,bootie,6.89,1.00,6.89,1.00,none,none,none, booties,booties,0.84,Noun,7,5,2,bootie,none,none,6.89,1.00,none,none,none, booting,booting,0.18,Verb,7,5,2,boot,none,none,3.89,1.00,none,5.16,4.43, bootlace,bootlace,0.02,Noun,8,6,2,bootlace,10.18,0.94,10.18,0.94,none,none,none, bootlaces,bootlaces,0.02,Noun,9,8,3,bootlace,none,none,10.18,0.94,none,none,none, bootleg,bootleg,0.82,Noun,7,6,2,bootleg,13.11,1.00,13.11,1.00,none,none,none, bootlegged,bootlegged,0.16,Verb,10,7,2,bootleg,none,none,13.11,1.00,none,none,none, bootlegger,bootlegger,0.65,Noun,10,7,3,bootlegger,13.00,1.00,13.00,1.00,none,none,none, bootleggers,bootleggers,0.31,Noun,11,8,3,bootlegger,none,none,13.00,1.00,none,none,none, bootlegging,bootlegging,0.31,Verb,11,8,3,bootleg,none,none,13.11,1.00,none,none,none, bootless,bootless,0.06,Adjective,8,6,2,bootless,8.06,0.94,8.06,0.94,none,none,none, bootlicker,bootlicker,0.06,Noun,10,7,3,bootlicker,14.06,0.90,14.06,0.90,none,none,none, bootlickers,bootlickers,0.06,Noun,11,8,3,bootlicker,none,none,14.06,0.90,none,none,none, boots,boots,19.16,Noun,5,4,1,boots,4.86,1.00,4.86,1.00,none,none,none, bootstrap,bootstrap,0.06,Verb,9,8,2,bootstrap,9.94,1.00,9.94,1.00,none,none,none, bootstrapping,bootstrapping,0.02,Verb,13,10,3,bootstrap,none,none,9.94,1.00,none,none,none, bootstraps,bootstraps,0.14,Noun,10,9,2,bootstrap,none,none,9.94,1.00,none,none,none, booty,booty,6.14,Noun,5,4,2,booty,9.68,1.00,9.68,1.00,none,none,none, booze,booze,10.94,Noun,5,3,1,booze,10.42,0.95,10.42,0.95,none,none,10.97, boozed,boozed,0.02,Verb,6,4,1,booze,none,none,10.42,0.95,none,none,10.97, boozer,boozer,0.35,Noun,6,4,2,boozer,12.06,0.95,12.06,0.95,none,none,none, boozers,boozers,0.12,Noun,7,5,2,boozer,none,none,12.06,0.95,none,none,none, boozes,boozes,0.02,Noun,6,5,2,booze,none,none,10.42,0.95,none,none,10.97, boozing,boozing,0.35,Verb,7,5,2,booze,none,none,10.42,0.95,none,none,10.97, boozy,boozy,0.16,Adjective,5,4,2,boozy,13.25,0.80,13.25,0.80,none,none,none, bop,bop,1.84,Verb,3,3,1,bop,6.31,0.84,6.31,0.84,none,none,none, bopped,bopped,0.10,Verb,6,4,1,bop,none,none,6.31,0.84,none,none,none, bopper,bopper,0.49,Noun,6,4,2,bopper,9.86,0.78,9.86,0.78,none,none,none, boppers,boppers,0.22,Noun,7,5,2,bopper,none,none,9.86,0.78,none,none,none, bopping,bopping,0.24,Verb,7,5,2,bop,none,none,6.31,0.84,none,none,none, bops,bops,0.04,Verb,4,4,1,bop,none,none,6.31,0.84,none,none,none, borax,borax,0.10,Noun,5,6,2,borax,14.23,0.68,14.23,0.68,none,none,none, bordelaise,bordelaise,0.08,Noun,10,8,3,bordelaise,13.00,0.45,13.00,0.45,none,none,none, bordello,bordello,0.31,Noun,8,7,3,bordello,16.21,0.78,16.21,0.78,none,none,none, border,border,17.18,Noun,6,5,2,border,6.85,1.00,6.85,1.00,none,8.30,none,7.41 bordereau,bordereau,0.16,Noun,9,8,4,bordereau,15.20,0.25,15.20,0.25,none,none,none, bordered,bordered,0.08,Verb,8,6,2,border,none,none,6.85,1.00,none,8.30,none,7.41 bordering,bordering,0.35,Verb,9,7,3,border,none,none,6.85,1.00,none,8.30,none,7.41 borderland,borderland,0.02,Noun,10,9,3,borderland,14.94,0.94,14.94,0.94,none,none,none, borderlands,borderlands,0.02,Noun,11,10,3,borderland,none,none,14.94,0.94,none,none,none, borderline,borderline,1.59,Noun,10,8,3,borderline,10.24,1.00,10.24,1.00,none,none,none, borderlines,borderlines,0.02,Noun,11,9,3,borderline,none,none,10.24,1.00,none,none,none, borders,borders,2.80,Noun,7,6,2,border,none,none,6.85,1.00,none,8.30,none,7.41 bore,bore,7.75,Verb,4,3,1,bore,8.91,1.00,8.91,1.00,none,8.51,7.79, borealis,borealis,0.27,Noun,8,8,4,borealis,13.24,0.89,13.24,0.89,none,none,none, bored,bored,20.18,Adjective,5,4,1,bored,6.25,1.00,6.25,1.00,none,none,6.13, boredom,boredom,2.14,Noun,7,6,2,boredom,7.68,1.00,7.68,1.00,none,7.71,none, borehole,borehole,0.06,Noun,8,6,2,borehole,13.91,0.58,13.91,0.58,none,none,none, boreholes,boreholes,0.02,Noun,9,7,2,borehole,none,none,13.91,0.58,none,none,none, borer,borer,0.04,Noun,5,4,2,borer,13.50,0.55,13.50,0.55,none,none,none, bores,bores,0.80,Verb,5,4,1,bore,none,none,8.91,1.00,none,8.51,7.79, boric,boric,0.02,Adjective,5,5,2,boric,15.08,0.72,15.08,0.72,none,none,none, boring,boring,27.41,Adjective,6,5,2,boring,5.26,1.00,5.26,1.00,none,5.62,none,5.43 boringness,boringness,0.04,Noun,10,8,3,boringness,9.11,0.95,9.11,0.95,none,none,none, borings,borings,0.02,Noun,7,6,2,boring,none,none,5.26,1.00,none,5.62,none,5.43 born,born,83.69,Verb,4,4,1,born,4.68,1.00,4.68,1.00,4.87,5.05,none, borne,borne,1.02,Verb,5,4,1,bear,none,none,3.58,1.00,4.36,none,4.40, borough,borough,1.18,Noun,7,3,2,borough,11.35,0.94,11.35,0.94,none,none,none,11.70 boroughs,boroughs,0.27,Noun,8,4,2,borough,none,none,11.35,0.94,none,none,none,11.70 borrow,borrow,29.31,Verb,6,4,2,borrow,6.95,1.00,6.95,1.00,5.76,none,none,6.89 borrowed,borrowed,10.18,Verb,8,5,2,borrow,none,none,6.95,1.00,5.76,none,none,6.89 borrower,borrower,0.08,Noun,8,5,3,borrower,8.75,1.00,8.75,1.00,none,none,none, borrowers,borrowers,0.04,Noun,9,6,3,borrower,none,none,8.75,1.00,none,none,none, borrowing,borrowing,2.88,Verb,9,6,3,borrow,none,none,6.95,1.00,5.76,none,none,6.89 borrows,borrows,0.49,Verb,7,5,2,borrow,none,none,6.95,1.00,5.76,none,none,6.89 borscht,borscht,0.69,Noun,7,5,1,borscht,15.23,0.68,15.23,0.68,none,none,none, borzoi,borzoi,0.10,Noun,6,5,2,borzoi,12.00,0.11,12.00,0.11,none,none,none, bosh,bosh,0.27,Name,4,3,1,bosh,11.87,0.43,11.87,0.43,none,none,13.40, bosky,bosky,Err:512,Err:512,5,4,2,bosky,NA,0.00,NA,0.00,none,none,none, bosom,bosom,3.12,Noun,5,5,2,bosom,12.50,1.00,12.50,1.00,none,9.66,none,11.19 bosoms,bosoms,0.65,Noun,6,6,2,bosom,none,none,12.50,1.00,none,9.66,none,11.19 bosomy,bosomy,0.02,Adjective,6,6,3,bosomy,13.00,0.64,13.00,0.64,none,none,none, boss,boss,124.29,Noun,4,3,1,boss,6.16,1.00,6.16,1.00,none,7.60,6.74, bossed,bossed,0.12,Verb,6,4,1,boss,none,none,6.16,1.00,none,7.60,6.74, bosses,bosses,4.37,Noun,6,5,2,boss,none,none,6.16,1.00,none,7.60,6.74, bossier,bossier,0.02,Adjective,7,5,3,bossy,none,none,7.06,1.00,none,none,none, bossiest,bossiest,0.04,Adjective,8,7,3,bossy,none,none,7.06,1.00,none,none,none, bossing,bossing,0.78,Verb,7,5,2,boss,none,none,6.16,1.00,none,7.60,6.74, bossy,bossy,1.75,Adjective,5,4,2,bossy,7.06,1.00,7.06,1.00,none,none,none, botanic,botanic,0.08,Adjective,7,7,3,botanic,11.82,0.94,11.82,0.94,none,none,none, botanical,botanical,1.04,Adjective,9,9,4,botanical,10.78,0.95,10.78,0.95,none,none,none, botanist,botanist,0.27,Noun,8,8,3,botanist,10.63,1.00,10.63,1.00,11.04,none,none, botanists,botanists,0.12,Noun,9,9,3,botanist,none,none,10.63,1.00,11.04,none,none, botany,botany,0.39,Noun,6,6,3,botany,12.68,0.95,12.68,0.95,10.99,none,none, botch,botch,0.31,Verb,5,3,1,botch,10.53,0.94,10.53,0.94,none,none,11.63, botches,botches,0.06,Verb,7,5,2,botch,none,none,10.53,0.94,none,none,11.63, botching,botching,0.02,Verb,8,5,2,botch,none,none,10.53,0.94,none,none,11.63, both,both,295.33,Determiner,4,3,1,both,4.77,1.00,4.77,1.00,4.87,none,4.40, bother,bother,67.37,Verb,6,4,2,bother,6.50,1.00,6.50,1.00,6.16,6.50,none,6.61 botheration,botheration,0.06,Noun,11,8,4,botheration,15.25,0.44,15.25,0.44,none,none,none, bothered,bothered,10.41,Verb,8,5,2,bother,none,none,6.50,1.00,6.16,6.50,none,6.61 bothering,bothering,17.98,Verb,9,6,3,bother,none,none,6.50,1.00,6.16,6.50,none,6.61 bothers,bothers,7.35,Verb,7,5,2,bother,none,none,6.50,1.00,6.16,6.50,none,6.61 bothersome,bothersome,0.31,Adjective,10,7,3,bothersome,10.67,0.95,10.67,0.95,none,none,none, bottle,bottle,50.75,Noun,6,5,2,bottle,3.56,1.00,3.56,1.00,none,none,none,4.33 bottleneck,bottleneck,0.51,Noun,10,8,3,bottleneck,11.81,0.84,11.81,0.84,none,none,none, bottlenecks,bottlenecks,0.04,Noun,11,9,3,bottleneck,none,none,11.81,0.84,none,none,none, bottlenose,bottlenose,0.04,Noun,10,8,3,bottlenose,10.47,0.89,10.47,0.89,none,none,none, bottler,bottler,0.02,Noun,7,5,2,bottler,10.29,0.89,10.29,0.89,none,none,none, bottlers,bottlers,0.12,Noun,8,6,2,bottler,none,none,10.29,0.89,none,none,none, bottles,bottles,13.37,Noun,7,6,2,bottle,none,none,3.56,1.00,none,none,none,4.33 bottling,bottling,0.75,Noun,8,7,3,bottling,9.58,1.00,9.58,1.00,none,none,none, bottom,bottom,49.92,Noun,6,5,2,bottom,5.28,1.00,5.28,1.00,3.89,4.71,none,4.91 bottomed,bottomed,0.12,Verb,8,6,2,bottom,none,none,5.28,1.00,3.89,4.71,none,4.91 bottoming,bottoming,0.12,Verb,9,7,3,bottom,none,none,5.28,1.00,3.89,4.71,none,4.91 bottomland,bottomland,0.12,Noun,10,9,3,bottomland,11.92,0.68,11.92,0.68,none,none,none, bottomless,bottomless,0.88,Adjective,10,8,3,bottomless,8.33,1.00,8.33,1.00,none,none,none, bottoms,bottoms,3.59,Noun,7,6,2,bottom,none,none,5.28,1.00,3.89,4.71,none,4.91 botulism,botulism,0.55,Noun,8,9,4,botulism,13.56,0.95,13.56,0.95,none,none,none, boudoir,boudoir,0.88,Noun,7,5,2,boudoir,13.00,0.63,13.00,0.63,none,none,none, boudoirs,boudoirs,0.06,Noun,8,6,2,boudoir,none,none,13.00,0.63,none,none,none, bouffant,bouffant,0.06,Noun,8,6,2,bouffant,13.71,0.85,13.71,0.85,none,none,none, bougainvillea,bougainvillaea,0.14,Noun,13,10,5,bougainvillea,16.88,0.42,16.88,0.42,none,none,none, bough,bough,0.29,Noun,5,2,1,bough,11.79,0.78,11.79,0.78,none,none,10.90, boughs,boughs,0.35,Noun,6,3,1,bough,none,none,11.79,0.78,none,none,10.90, bought,bought,85.53,Verb,6,3,1,buy,none,none,5.56,1.00,4.60,none,5.27, bouillabaisse,bouillabaisse,0.37,Noun,13,8,4,bouillabaisse,15.80,0.50,15.80,0.50,none,none,none, bouillon,bouillon,0.14,Noun,8,7,3,bouillon,13.41,0.94,13.41,0.94,none,none,none, boulder,boulder,2.08,Name,7,5,2,boulder,7.92,1.00,7.92,1.00,none,none,none,8.20 boulders,boulders,0.45,Noun,8,6,2,boulder,none,none,7.92,1.00,none,none,none,8.20 boulevard,boulevard,5.18,Name,9,8,3,boulevard,9.19,1.00,9.19,1.00,none,none,none, boulevardier,boulevardier,0.04,Noun,12,10,5,boulevardier,15.50,0.60,15.50,0.60,none,none,none, boulevards,boulevards,0.16,Noun,10,9,3,boulevard,none,none,9.19,1.00,none,none,none, bounce,bounce,9.84,Verb,6,4,1,bounce,6.17,1.00,6.17,1.00,none,5.45,5.19, bounced,bounced,2.96,Verb,7,5,1,bounce,none,none,6.17,1.00,none,5.45,5.19, bouncer,bouncer,1.59,Noun,7,5,2,bouncer,12.67,0.95,12.67,0.95,none,none,none, bouncers,bouncers,0.37,Noun,8,6,2,bouncer,none,none,12.67,0.95,none,none,none, bounces,bounces,0.88,Verb,7,6,2,bounce,none,none,6.17,1.00,none,5.45,5.19, bouncier,bouncier,0.04,Adjective,8,6,3,bouncy,none,none,4.61,1.00,none,5.35,none, bounciest,bounciest,0.02,Adjective,9,8,3,bouncy,none,none,4.61,1.00,none,5.35,none, bounciness,bounciness,0.02,Noun,10,8,3,bounciness,7.22,0.95,7.22,0.95,none,none,none, bouncing,bouncing,4.25,Verb,8,6,2,bounce,none,none,6.17,1.00,none,5.45,5.19, bouncy,bouncy,1.78,Adjective,6,5,2,bouncy,4.61,1.00,4.61,1.00,none,5.35,none, bound,bound,18.43,Verb,5,4,1,bound,9.00,1.00,9.00,1.00,none,8.60,8.47, boundaries,boundaries,3.71,Noun,10,7,3,boundary,none,none,8.35,1.00,none,9.34,none, boundary,boundary,1.35,Noun,8,6,3,boundary,8.35,1.00,8.35,1.00,none,9.34,none, bounded,bounded,0.18,Verb,7,6,2,bound,none,none,9.00,1.00,none,8.60,8.47, bounden,bounden,0.04,Noun,7,6,2,bounden,17.14,0.39,17.14,0.39,none,none,none, bounder,bounder,0.16,Noun,7,5,2,bounder,10.20,0.83,10.20,0.83,none,none,none, bounders,bounders,0.02,Noun,8,6,2,bounder,none,none,10.20,0.83,none,none,none, bounding,bounding,0.20,Adjective,8,6,2,bounding,10.21,1.00,10.21,1.00,none,none,none, boundless,boundless,0.29,Adjective,9,7,2,boundless,12.05,1.00,12.05,1.00,none,none,none, bounds,bounds,2.25,Noun,6,5,1,bound,none,none,9.00,1.00,none,8.60,8.47, bounteous,bounteous,0.04,Adjective,9,7,3,bounteous,13.62,0.68,13.62,0.68,none,none,none, bounties,bounties,0.12,Noun,8,6,2,bounty,none,none,9.35,1.00,none,none,none,10.32 bountiful,bountiful,0.76,Adjective,9,8,3,bountiful,10.47,1.00,10.47,1.00,none,none,none, bounty,bounty,7.18,Noun,6,5,2,bounty,9.35,1.00,9.35,1.00,none,none,none,10.32 bouquet,bouquet,3.22,Noun,7,4,2,bouquet,8.72,1.00,8.72,1.00,none,none,none,9.22 bouquets,bouquets,0.59,Noun,8,5,2,bouquet,none,none,8.72,1.00,none,none,none,9.22 bourbon,bourbon,6.25,Noun,7,5,2,bourbon,11.05,1.00,11.05,1.00,none,none,none,13.96 bourbons,bourbons,0.12,Noun,8,6,2,bourbon,none,none,11.05,1.00,none,none,none,13.96 bourgeois,bourgeois,1.18,Adjective,9,6,2,bourgeois,16.36,0.61,16.36,0.61,none,none,none, bourgeoisie,bourgeoisie,0.29,Noun,11,8,3,bourgeoisie,14.64,0.78,14.64,0.78,none,none,none, bourn,bourn,0.04,Noun,5,4,1,bourn,14.43,0.74,14.43,0.74,none,none,none, bout,bout,19.10,Noun,4,3,1,bout,11.83,0.95,11.83,0.95,none,12.98,11.40, boutique,boutique,1.08,Noun,8,5,2,boutique,9.78,1.00,9.78,1.00,none,none,none,10.13 boutiques,boutiques,0.14,Noun,9,6,2,boutique,none,none,9.78,1.00,none,none,none,10.13 boutonniere,boutonniere,0.12,Noun,11,7,3,boutonniere,13.00,0.79,13.00,0.79,none,none,none, boutonnieres,boutonnieres,0.14,Noun,12,8,3,boutonniere,none,none,13.00,0.79,none,none,none, bouts,bouts,0.51,Noun,5,4,1,bout,none,none,11.83,0.95,none,12.98,11.40, bovine,bovine,0.43,Adjective,6,5,2,bovine,12.41,0.89,12.41,0.89,none,none,none, bovines,bovines,0.04,Verb,7,6,2,bovine,none,none,12.41,0.89,none,none,none, bow,bow,20.27,Noun,3,2,1,bow,4.95,1.00,4.95,1.00,none,5.54,none, bowed,bowed,0.80,Verb,5,3,1,bow,none,none,4.95,1.00,none,5.54,none, bowel,bowel,3.59,Noun,5,4,2,bowel,9.72,1.00,9.72,1.00,none,10.58,none,10.13 bowels,bowels,1.71,Noun,6,5,2,bowels,9.78,1.00,9.78,1.00,none,none,none, bower,bower,0.25,Noun,5,3,2,bower,12.77,0.62,12.77,0.62,none,none,none, bowery,bowery,0.86,Noun,6,4,3,bowery,12.42,0.63,12.42,0.63,none,none,none, bowing,bowing,1.25,Verb,6,4,2,bow,none,none,4.95,1.00,none,5.54,none, bowl,bowl,21.45,Noun,4,3,1,bowl,4.26,1.00,4.26,1.00,4.47,5.26,5.26, bowled,bowled,0.61,Verb,6,4,1,bowl,none,none,4.26,1.00,4.47,5.26,5.26, bowlegged,bowlegged,0.24,Adjective,9,6,2,bowlegged,9.59,0.94,9.59,0.94,none,none,none, bowler,bowler,1.31,Noun,6,4,2,bowler,10.58,0.95,10.58,0.95,none,none,none, bowlers,bowlers,0.18,Noun,7,5,2,bowler,none,none,10.58,0.95,none,none,none, bowlful,bowlful,0.06,Noun,7,6,2,bowlful,7.06,0.89,7.06,0.89,none,none,none, bowline,bowline,0.29,Noun,7,5,2,bowline,11.35,0.85,11.35,0.85,none,none,none, bowlines,bowlines,0.04,Noun,8,6,2,bowline,none,none,11.35,0.85,none,none,none, bowling,bowling,10.69,Noun,7,5,2,bowling,7.00,1.00,7.00,1.00,none,none,none, bowls,bowls,2.18,Noun,5,4,1,bowl,none,none,4.26,1.00,4.47,5.26,5.26, bows,bows,1.75,Noun,4,3,1,bow,none,none,4.95,1.00,none,5.54,none, bowtie,bowtie,0.12,Noun,6,4,2,bowtie,7.94,1.00,7.94,1.00,none,none,none, bowwow,bow-wow,0.06,Noun,6,4,2,bowwow,4.29,0.89,4.29,0.89,none,none,none, box,box,89.75,Noun,3,4,1,box,4.30,1.00,4.30,1.00,6.23,4.05,3.95, boxcar,boxcar,0.65,Noun,6,7,2,boxcar,8.50,0.95,8.50,0.95,none,none,none, boxcars,boxcars,0.16,Noun,7,8,2,boxcar,none,none,8.50,0.95,none,none,none, boxed,boxed,1.31,Verb,5,5,1,box,none,none,4.30,1.00,6.23,4.05,3.95, boxer,boxer,3.84,Noun,5,5,2,boxer,7.95,1.00,7.95,1.00,none,none,none,7.49 boxers,boxers,1.98,Noun,6,6,2,boxer,none,none,7.95,1.00,none,none,none,7.49 boxes,boxes,15.69,Noun,5,6,2,box,none,none,4.30,1.00,6.23,4.05,3.95, boxful,boxful,0.08,Noun,6,7,2,boxful,8.44,0.89,8.44,0.89,none,none,none, boxfuls,boxfuls,0.02,Noun,7,8,2,boxful,none,none,8.44,0.89,none,none,none, boxing,boxing,7.25,Noun,6,6,2,boxing,7.16,1.00,7.16,1.00,none,6.88,none, boxingglove,boxing glove,Err:512,Noun,11,10,3,boxingglove,7.83,0.90,7.83,0.90,none,none,none, boxy,boxy,0.18,Adjective,4,5,2,boxy,10.21,0.70,10.21,0.70,none,none,none, boy,boy,529.82,Noun,3,2,1,boy,3.67,1.00,3.67,1.00,3.46,none,3.05, boycott,boycott,0.96,Noun,7,5,2,boycott,12.79,1.00,12.79,1.00,none,11.75,none,10.22 boycotted,boycotted,0.14,Verb,9,7,3,boycott,none,none,12.79,1.00,none,11.75,none,10.22 boycotting,boycotting,0.27,Verb,10,7,3,boycott,none,none,12.79,1.00,none,11.75,none,10.22 boycotts,boycotts,0.08,Noun,8,6,2,boycott,none,none,12.79,1.00,none,11.75,none,10.22 boyfriend,boyfriend,72.24,Noun,9,7,2,boyfriend,6.89,1.00,6.89,1.00,none,none,none, boyfriends,boyfriends,5.08,Noun,10,8,2,boyfriend,none,none,6.89,1.00,none,none,none, boyhood,boyhood,0.61,Noun,7,5,2,boyhood,8.61,0.95,8.61,0.95,none,none,none, boyish,boyish,0.61,Adjective,6,4,2,boyish,10.17,1.00,10.17,1.00,none,none,none, boys,boys,224.16,Noun,4,3,1,boy,none,none,3.67,1.00,3.46,none,3.05, boysenberries,boysenberries,0.04,Noun,13,10,4,boysenberry,none,none,9.39,0.95,none,none,none, boysenberry,boysenberry,0.43,Noun,11,9,4,boysenberry,9.39,0.95,9.39,0.95,none,none,none, bozo,bozo,2.47,Noun,4,4,2,bozo,6.21,1.00,6.21,1.00,none,none,none,9.05 bozos,bozos,0.98,Noun,5,5,2,bozo,none,none,6.21,1.00,none,none,none,9.05 bra,bra,10.92,Noun,3,3,1,bra,8.21,1.00,8.21,1.00,none,none,8.51, brace,brace,6.25,Verb,5,4,1,brace,7.89,1.00,7.89,1.00,none,none,7.29, braced,braced,0.27,Verb,6,5,1,brace,none,none,7.89,1.00,none,none,7.29, bracelet,bracelet,7.80,Noun,8,7,2,bracelet,5.68,1.00,5.68,1.00,none,none,none,5.14 bracelets,bracelets,1.94,Noun,9,8,2,bracelet,none,none,5.68,1.00,none,none,none,5.14 bracer,bracer,0.10,Noun,6,5,2,bracer,11.82,0.61,11.82,0.61,none,none,none, bracers,bracers,0.02,Noun,7,6,2,bracer,none,none,11.82,0.61,none,none,none, braces,braces,3.22,Noun,6,6,2,braces,8.56,1.00,8.56,1.00,none,none,none, brachial,brachial,0.29,Adjective,8,6,2,brachial,14.87,0.75,14.87,0.75,none,none,none, brachiosaurus,brachiosaurus,0.10,Noun,13,13,6,brachiosaurus,9.61,0.90,9.61,0.90,none,none,none, bracken,bracken,0.63,Noun,7,6,2,bracken,14.83,0.63,14.83,0.63,none,none,none, bracket,bracket,0.63,Noun,7,6,2,bracket,8.56,1.00,8.56,1.00,none,9.49,none,9.22 bracketed,bracketed,0.04,Verb,9,8,3,bracket,none,none,8.56,1.00,none,9.49,none,9.22 brackets,brackets,0.22,Noun,8,7,2,bracket,none,none,8.56,1.00,none,9.49,none,9.22 brackish,brackish,0.08,Adjective,8,6,2,brackish,15.23,0.68,15.23,0.68,none,none,none, brae,brae,0.08,Noun,4,3,1,brae,11.89,0.45,11.89,0.45,none,none,none, braes,braes,0.10,Noun,5,4,1,brae,none,none,11.89,0.45,none,none,none, brag,brag,3.51,Verb,4,4,1,brag,7.79,1.00,7.79,1.00,none,none,6.94, braggadocio,braggadocio,0.06,Noun,11,10,5,braggadocio,15.11,0.41,15.11,0.41,none,none,none, braggart,braggart,0.25,Noun,8,7,2,braggart,12.57,0.78,12.57,0.78,none,none,none, braggarts,braggarts,0.02,Noun,9,8,2,braggart,none,none,12.57,0.78,none,none,none, bragged,bragged,0.59,Verb,7,5,1,brag,none,none,7.79,1.00,none,none,6.94, bragger,bragger,0.02,Noun,7,5,2,bragger,7.00,0.95,7.00,0.95,none,none,none, bragging,bragging,2.31,Verb,8,6,2,brag,none,none,7.79,1.00,none,none,6.94, brags,brags,0.33,Verb,5,5,1,brag,none,none,7.79,1.00,none,none,6.94, braid,braid,0.94,Noun,5,4,1,braid,7.22,1.00,7.22,1.00,none,none,5.63, braided,braided,0.35,Verb,7,6,2,braid,none,none,7.22,1.00,none,none,5.63, braiding,braiding,0.10,Verb,8,6,2,braid,none,none,7.22,1.00,none,none,5.63, braids,braids,0.78,Noun,6,5,1,braid,none,none,7.22,1.00,none,none,5.63, braille,braille,0.55,Name,7,4,1,braille,9.00,0.95,9.00,0.95,none,none,none, brain,brain,77.02,Noun,5,4,1,brain,5.76,1.00,5.76,1.00,5.99,6.98,5.99, brainchild,brainchild,0.22,Noun,10,8,2,brainchild,13.76,0.85,13.76,0.85,none,none,none, brained,brained,0.04,Verb,7,5,1,brain,none,none,5.76,1.00,5.99,6.98,5.99, brainer,brainer,0.04,Noun,7,5,2,brainer,11.00,0.65,11.00,0.65,none,none,none, brainiest,brainiest,0.02,Adjective,9,8,3,brainy,none,none,7.86,1.00,none,none,none, braining,braining,0.02,Verb,8,6,2,brain,none,none,5.76,1.00,5.99,6.98,5.99, brainless,brainless,0.88,Adjective,9,7,2,brainless,8.45,0.95,8.45,0.95,none,none,none, brainpan,brainpan,0.16,Noun,8,7,2,brainpan,10.31,0.72,10.31,0.72,none,none,none, brainpans,brainpans,0.08,Noun,9,8,2,brainpan,none,none,10.31,0.72,none,none,none, brainpower,brainpower,0.16,Noun,10,7,3,brainpower,8.95,1.00,8.95,1.00,none,none,none, brains,brains,27.47,Noun,6,5,1,brain,none,none,5.76,1.00,5.99,6.98,5.99, brainstem,brainstem,0.22,Noun,9,8,2,brainstem,14.28,1.00,14.28,1.00,none,none,none, brainstorm,brainstorm,0.78,Noun,10,9,2,brainstorm,9.61,1.00,9.61,1.00,none,none,none, brainstorms,brainstorms,0.02,Noun,11,10,2,brainstorm,none,none,9.61,1.00,none,none,none, brainwash,brainwash,0.43,Verb,9,7,2,brainwash,11.53,1.00,11.53,1.00,none,none,none, brainwashed,brainwashed,1.67,Verb,11,8,2,brainwash,none,none,11.53,1.00,none,none,none, brainwasher,brainwasher,0.02,Noun,11,8,3,brainwasher,13.05,1.00,13.05,1.00,none,none,none, brainwashes,brainwashes,0.02,Verb,11,9,3,brainwash,none,none,11.53,1.00,none,none,none, brainwave,brainwave,0.10,Noun,9,7,2,brainwave,10.25,1.00,10.25,1.00,none,none,none, brainwaves,brainwaves,0.12,Noun,10,8,2,brainwave,none,none,10.25,1.00,none,none,none, brainwork,brainwork,0.02,Noun,9,7,2,brainwork,10.65,0.94,10.65,0.94,none,none,none, brainy,brainy,0.94,Adjective,6,5,2,brainy,7.86,1.00,7.86,1.00,none,none,none, braise,braise,0.00,Err:512,6,4,1,braise,13.61,0.90,13.61,0.90,10.58,none,12.45, braised,braised,0.22,Adjective,7,5,1,braised,13.83,0.90,13.83,0.90,none,none,none, braises,braises,0.02,Verb,7,6,2,braise,none,none,13.61,0.90,10.58,none,12.45, braising,braising,0.02,Verb,8,6,2,braise,none,none,13.61,0.90,10.58,none,12.45, brake,brake,5.98,Noun,5,4,1,brake,5.95,1.00,5.95,1.00,none,none,6.44, braked,braked,0.02,Verb,6,5,1,brake,none,none,5.95,1.00,none,none,6.44, brakeman,brakeman,0.10,Noun,8,7,2,brakeman,12.20,0.79,12.20,0.79,none,none,none, brakemen,brakemen,0.04,Noun,8,7,2,brakeman,none,none,12.20,0.79,none,none,none, brakes,brakes,6.65,Noun,6,5,1,brake,none,none,5.95,1.00,none,none,6.44, braless,braless,0.02,Adjective,7,6,2,braless,10.06,0.89,10.06,0.89,none,none,none, bran,bran,1.31,Noun,4,4,1,bran,9.95,1.00,9.95,1.00,none,none,8.80, branch,branch,10.08,Noun,6,5,1,branch,5.11,1.00,5.11,1.00,none,6.15,6.03, branched,branched,0.14,Verb,8,6,1,branch,none,none,5.11,1.00,none,6.15,6.03, branches,branches,3.33,Noun,8,7,2,branch,none,none,5.11,1.00,none,6.15,6.03, branching,branching,0.29,Verb,9,7,2,branch,none,none,5.11,1.00,none,6.15,6.03, branchy,branchy,0.02,Adjective,7,6,2,branchy,11.47,0.83,11.47,0.83,none,none,none, brand,brand,13.96,Noun,5,5,1,brand,7.72,1.00,7.72,1.00,none,9.43,7.35, branded,branded,1.55,Verb,7,7,2,brand,none,none,7.72,1.00,none,9.43,7.35, brandied,brandied,0.02,Adjective,8,7,2,brandied,14.69,0.84,14.69,0.84,none,none,none, brandies,brandies,0.25,Noun,8,7,2,brandy,none,none,12.10,1.00,none,none,none,11.80 branding,branding,0.75,Verb,8,7,2,brand,none,none,7.72,1.00,none,9.43,7.35, brandish,brandish,0.04,Noun,8,7,2,brandish,12.39,0.95,12.39,0.95,none,none,none, brandished,brandished,0.10,Verb,10,8,2,brandish,none,none,12.39,0.95,none,none,none, brandishing,brandishing,0.22,Verb,11,9,3,brandish,none,none,12.39,0.95,none,none,none, brands,brands,1.02,Noun,6,6,1,brand,none,none,7.72,1.00,none,9.43,7.35, brandy,brandy,11.12,Noun,6,6,2,brandy,12.10,1.00,12.10,1.00,none,none,none,11.80 brandying,brandying,0.02,Verb,9,8,3,brandy,none,none,12.10,1.00,none,none,none,11.80 bras,bras,1.61,Noun,4,4,1,bra,none,none,8.21,1.00,none,none,8.51, brash,brash,0.41,Adjective,5,4,1,brash,11.47,1.00,11.47,1.00,none,none,12.30, brasher,brasher,0.02,Adjective,7,5,2,brash,none,none,11.47,1.00,none,none,12.30, brashness,brashness,0.02,Noun,9,7,2,brashness,11.00,1.00,11.00,1.00,none,none,none, brass,brass,12.12,Noun,5,4,1,brass,9.05,1.00,9.05,1.00,none,8.24,8.51, brasserie,brasserie,0.10,Noun,9,6,3,brasserie,13.75,0.80,13.75,0.80,none,none,none, brasses,brasses,0.08,Noun,7,6,2,brass,none,none,9.05,1.00,none,8.24,8.51, brassier,brassier,0.02,Err:512,8,6,3,brassy,none,none,11.82,0.94,none,none,none, brassiere,brassiere,0.53,Noun,9,6,3,brassiere,11.00,0.95,11.00,0.95,none,none,none,13.40 brassieres,brassieres,0.22,Noun,10,7,3,brassiere,none,none,11.00,0.95,none,none,none,13.40 brassy,brassy,0.12,Adjective,6,5,2,brassy,11.82,0.94,11.82,0.94,none,none,none, brat,brat,6.22,Noun,4,4,1,brat,6.21,1.00,6.21,1.00,none,none,6.03, brats,brats,1.47,Noun,5,5,1,brat,none,none,6.21,1.00,none,none,6.03, brattle,brattle,0.08,Noun,7,6,2,brattle,16.00,0.26,16.00,0.26,none,none,none, bratty,bratty,0.12,Adjective,6,5,2,bratty,6.32,1.00,6.32,1.00,none,none,none, bratwurst,bratwurst,0.47,Noun,9,8,2,bratwurst,9.68,0.95,9.68,0.95,none,none,none, bravado,bravado,0.47,Noun,7,7,3,bravado,12.88,0.81,12.88,0.81,none,none,none, brave,brave,31.71,Adjective,5,4,1,brave,6.00,1.00,6.00,1.00,none,4.98,5.80, braved,braved,0.25,Verb,6,5,1,brave,none,none,6.00,1.00,none,4.98,5.80, braveness,braveness,0.06,Noun,9,7,2,braveness,8.26,1.00,8.26,1.00,none,none,none, braver,braver,1.14,Adjective,6,5,2,brave,none,none,6.00,1.00,none,4.98,5.80, braveries,braveries,0.02,Noun,9,8,3,bravery,none,none,8.32,1.00,none,none,none, bravery,bravery,2.88,Noun,7,6,3,bravery,8.32,1.00,8.32,1.00,none,none,none, braves,braves,0.63,Noun,6,5,1,brave,none,none,6.00,1.00,none,4.98,5.80, bravest,bravest,1.71,Adjective,7,7,2,brave,none,none,6.00,1.00,none,4.98,5.80, braving,braving,0.16,Verb,7,6,2,brave,none,none,6.00,1.00,none,4.98,5.80, braw,braw,0.04,Noun,4,3,1,braw,12.12,0.38,12.12,0.38,none,none,none, brawl,brawl,2.12,Noun,5,4,1,brawl,9.20,1.00,9.20,1.00,none,9.75,9.31, brawler,brawler,0.20,Noun,7,5,2,brawler,11.78,0.95,11.78,0.95,none,none,none, brawlers,brawlers,0.02,Noun,8,6,2,brawler,none,none,11.78,0.95,none,none,none, brawls,brawls,0.18,Noun,6,5,1,brawl,none,none,9.20,1.00,none,9.75,9.31, brawn,brawn,0.57,Noun,5,4,1,brawn,10.06,0.94,10.06,0.94,none,none,none, brawns,brawns,0.02,Noun,6,5,1,brawn,none,none,10.06,0.94,none,none,none, brawny,brawny,0.18,Adjective,6,5,2,brawny,12.32,1.00,12.32,1.00,none,none,none, braze,braze,0.00,Err:512,5,4,1,braze,10.62,0.82,10.62,0.82,none,none,11.78, brazen,brazen,1.18,Adjective,6,6,2,brazen,12.19,0.89,12.19,0.89,none,13.32,none, brazier,brazier,0.04,Noun,7,6,3,brazier,13.21,0.78,13.21,0.78,none,12.19,none, braziers,braziers,0.02,Noun,8,6,2,brazier,none,none,13.21,0.78,none,12.19,none, breach,breach,6.22,Noun,6,4,1,breach,11.72,1.00,11.72,1.00,none,11.56,11.78, breached,breached,1.67,Verb,8,5,1,breach,none,none,11.72,1.00,none,11.56,11.78, breaches,breaches,0.69,Noun,8,6,2,breach,none,none,11.72,1.00,none,11.56,11.78, breaching,breaching,0.25,Verb,9,6,2,breach,none,none,11.72,1.00,none,11.56,11.78, bread,bread,28.33,Noun,5,4,1,bread,3.58,1.00,3.58,1.00,none,3.88,3.98, breadbasket,breadbasket,0.20,Noun,11,10,3,breadbasket,8.61,1.00,8.61,1.00,none,none,none, breadbin,breadbin,Err:512,Err:512,8,7,2,breadbin,9.67,0.95,9.67,0.95,none,none,none, breadboard,breadboard,0.02,Noun,10,8,2,breadboard,10.75,0.44,10.75,0.44,none,none,none, breadbox,breadbox,0.12,Noun,8,8,2,breadbox,6.80,1.00,6.80,1.00,none,none,none, breaded,breaded,0.22,Adjective,7,6,2,breaded,9.11,1.00,9.11,1.00,none,none,none, breadfruit,breadfruit,0.12,Noun,10,8,2,breadfruit,13.29,0.39,13.29,0.39,none,none,none, breadline,breadline,0.08,Noun,9,7,2,breadline,12.54,0.72,12.54,0.72,none,none,none, breadlines,breadlines,0.02,Verb,10,8,2,breadline,none,none,12.54,0.72,none,none,none, breads,breads,0.14,Noun,6,5,1,bread,none,none,3.58,1.00,none,3.88,3.98, breadth,breadth,0.43,Noun,7,5,1,breadth,11.38,0.84,11.38,0.84,none,none,12.70, breadwinner,breadwinner,0.31,Noun,11,8,3,breadwinner,11.50,0.95,11.50,0.95,none,none,none, breadwinners,breadwinners,0.02,Noun,12,9,3,breadwinner,none,none,11.50,0.95,none,none,none, break,break,221.08,Verb,5,4,1,break,5.30,1.00,5.30,1.00,6.88,none,5.54, breakable,breakable,0.16,Adjective,9,8,3,breakable,8.21,1.00,8.21,1.00,none,none,none, breakables,breakables,0.14,Noun,10,9,3,breakable,none,none,8.21,1.00,none,none,none, breakage,breakage,0.22,Noun,8,6,2,breakage,11.18,0.89,11.18,0.89,none,none,none, breakages,breakages,0.04,Noun,9,8,3,breakage,none,none,11.18,0.89,none,none,none, breakaway,breakaway,0.67,Adjective,9,7,3,breakaway,11.79,0.95,11.79,0.95,none,none,none, breakdown,breakdown,7.31,Noun,9,7,2,breakdown,10.11,1.00,10.11,1.00,none,none,none, breakdowns,breakdowns,0.47,Noun,10,8,2,breakdown,none,none,10.11,1.00,none,none,none, breaker,breaker,2.29,Noun,7,5,2,breaker,9.84,0.95,9.84,0.95,none,none,none, breakers,breakers,1.65,Noun,8,6,2,breaker,none,none,9.84,0.95,none,none,none, breakfast,breakfast,66.29,Noun,9,8,2,breakfast,3.47,1.00,3.47,1.00,3.67,4.82,none,3.87 breakfasted,breakfasted,0.04,Verb,11,10,3,breakfast,none,none,3.47,1.00,3.67,4.82,none,3.87 breakfasting,breakfasting,0.04,Verb,12,10,3,breakfast,none,none,3.47,1.00,3.67,4.82,none,3.87 breakfasts,breakfasts,0.45,Noun,10,9,2,breakfast,none,none,3.47,1.00,3.67,4.82,none,3.87 breaking,breaking,42.25,Verb,8,6,2,break,none,none,5.30,1.00,6.88,none,5.54, breakneck,breakneck,0.10,Adjective,9,7,2,breakneck,13.21,0.78,13.21,0.78,none,none,none, breakout,breakout,0.31,Noun,8,6,2,breakout,9.00,1.00,9.00,1.00,none,none,none, breakouts,breakouts,0.08,Noun,9,7,2,breakout,none,none,9.00,1.00,none,none,none, breaks,breaks,18.82,Verb,6,5,1,break,none,none,5.30,1.00,6.88,none,5.54, breakthrough,breakthrough,3.43,Noun,12,7,2,breakthrough,11.53,1.00,11.53,1.00,none,none,none, breakthroughs,breakthroughs,0.27,Noun,13,8,2,breakthrough,none,none,11.53,1.00,none,none,none, breakup,breakup,2.92,Noun,7,6,2,breakup,9.20,1.00,9.20,1.00,none,none,none, breakups,breakups,0.45,Noun,8,7,2,breakup,none,none,9.20,1.00,none,none,none, breakwater,breakwater,0.10,Noun,10,8,3,breakwater,12.27,0.61,12.27,0.61,none,none,none, breast,breast,8.96,Noun,6,5,1,breast,6.60,1.00,6.60,1.00,none,8.51,8.29, breastbone,breastbone,0.18,Noun,10,8,2,breastbone,10.75,1.00,10.75,1.00,none,none,none, breastfed,breastfed,0.04,Verb,9,8,2,breastfeed,none,none,10.74,1.00,none,none,none, breastfeed,breastfeed,0.18,Verb,10,8,2,breastfeed,10.74,1.00,10.74,1.00,none,none,none, breastfeeding,breastfeeding,0.25,Noun,13,10,3,breastfeeding,10.28,1.00,10.28,1.00,none,none,none, breastplate,breastplate,0.24,Noun,11,9,2,breastplate,12.39,0.95,12.39,0.95,none,none,none, breastplates,breastplates,0.04,Noun,12,10,2,breastplate,none,none,12.39,0.95,none,none,none, breasts,breasts,12.43,Noun,7,6,1,breasts,8.03,1.00,8.03,1.00,none,none,none, breaststroke,breaststroke,0.20,Noun,12,10,2,breaststroke,9.95,1.00,9.95,1.00,none,none,none, breath,breath,44.92,Noun,6,4,1,breath,5.81,1.00,5.81,1.00,none,6.67,5.59, breathable,breathable,0.27,Adjective,10,8,3,breathable,11.17,1.00,11.17,1.00,none,none,none, breathalyzer,breathalyser,0.06,Noun,12,10,4,breathalyzer,14.85,1.00,14.85,1.00,none,none,none, breathe,breathe,48.51,Verb,7,4,1,breathe,4.11,1.00,4.11,1.00,4.52,none,5.73, breathed,breathed,1.39,Verb,8,5,1,breathe,none,none,4.11,1.00,4.52,none,5.73, breather,breather,1.22,Noun,8,5,2,breather,8.11,1.00,8.11,1.00,none,none,none, breathers,breathers,0.06,Noun,9,6,2,breather,none,none,8.11,1.00,none,none,none, breathes,breathes,1.84,Verb,8,5,1,breathe,none,none,4.11,1.00,4.52,none,5.73, breathless,breathless,1.08,Adjective,10,7,2,breathless,9.56,1.00,9.56,1.00,none,none,none, breathlessness,breathlessness,0.04,Noun,14,10,3,breathlessness,9.50,1.00,9.50,1.00,none,none,none, breaths,breaths,3.10,Noun,7,5,1,breath,none,none,5.81,1.00,none,6.67,5.59, breathtaking,breathtaking,1.24,Adjective,12,9,3,breathtaking,11.00,1.00,11.00,1.00,none,none,none, breathy,breathy,0.02,Adjective,7,5,2,breathy,12.79,0.90,12.79,0.90,none,none,none, bred,bred,2.45,Verb,4,4,1,breed,none,none,9.00,1.00,8.65,none,8.58, breech,breech,0.69,Noun,6,4,1,breech,11.79,1.00,11.79,1.00,none,none,11.48, breeched,breeched,0.02,Verb,8,5,1,breech,none,none,11.79,1.00,none,none,11.48, breeches,breeches,0.37,Noun,8,6,2,breeches,12.10,0.90,12.10,0.90,none,none,none, breed,breed,6.33,Noun,5,4,1,breed,9.00,1.00,9.00,1.00,8.65,none,8.58, breeder,breeder,0.78,Noun,7,5,2,breeder,11.53,0.94,11.53,0.94,none,none,none, breeders,breeders,0.35,Noun,8,6,2,breeder,none,none,11.53,0.94,none,none,none, breeding,breeding,3.65,Noun,8,6,2,breeding,9.30,1.00,9.30,1.00,none,none,none, breeds,breeds,1.06,Noun,6,5,1,breed,none,none,9.00,1.00,8.65,none,8.58, breeze,breeze,8.04,Noun,6,4,1,breeze,6.22,1.00,6.22,1.00,none,7.05,5.99, breezed,breezed,0.08,Verb,7,5,1,breeze,none,none,6.22,1.00,none,7.05,5.99, breezes,breezes,0.84,Noun,7,6,2,breeze,none,none,6.22,1.00,none,7.05,5.99, breezeway,breezeway,0.04,Noun,9,6,2,breezeway,11.24,0.89,11.24,0.89,none,none,none, breezier,breezier,0.02,Adjective,8,6,3,breezy,none,none,6.39,0.95,none,none,none, breezing,breezing,0.06,Verb,8,6,2,breeze,none,none,6.22,1.00,none,7.05,5.99, breezy,breezy,0.78,Adjective,6,5,2,breezy,6.39,0.95,6.39,0.95,none,none,none, brethren,brethren,1.33,Noun,8,7,2,brethren,10.00,0.95,10.00,0.95,none,none,none, breviary,breviary,Err:512,Err:512,8,8,4,breviary,15.00,0.58,15.00,0.58,none,none,none, brevity,brevity,0.22,Noun,7,7,3,brevity,13.47,0.79,13.47,0.79,none,none,none, brew,brew,2.51,Noun,4,3,1,brew,9.06,0.94,9.06,0.94,none,none,9.02, brewed,brewed,0.43,Verb,6,4,1,brew,none,none,9.06,0.94,none,none,9.02, brewer,brewer,0.88,Name,6,4,2,brewer,11.01,0.95,11.01,0.95,none,11.19,none, breweries,breweries,0.14,Noun,9,6,3,brewery,none,none,10.72,1.00,none,none,none, brewers,brewers,0.10,Noun,7,5,2,brewer,none,none,11.01,0.95,none,11.19,none, brewery,brewery,1.80,Noun,7,5,3,brewery,10.72,1.00,10.72,1.00,none,none,none, brewing,brewing,0.94,Noun,7,5,2,brewing,10.44,1.00,10.44,1.00,none,none,none, brews,brews,0.16,Noun,5,4,1,brew,none,none,9.06,0.94,none,none,9.02, briar,briar,0.76,Noun,5,4,2,briar,9.62,0.89,9.62,0.89,none,none,none, briars,briars,0.04,Noun,6,5,2,briar,none,none,9.62,0.89,none,none,none, bribable,bribeable,0.02,Adjective,8,8,3,bribable,13.00,0.78,13.00,0.78,none,none,none, bribe,bribe,6.04,Verb,5,4,1,bribe,9.74,1.00,9.74,1.00,none,10.45,8.54, bribed,bribed,1.92,Verb,6,5,1,bribe,none,none,9.74,1.00,none,10.45,8.54, bribery,bribery,1.35,Noun,7,6,3,bribery,10.65,1.00,10.65,1.00,none,none,none, bribes,bribes,1.43,Noun,6,5,1,bribe,none,none,9.74,1.00,none,10.45,8.54, bribing,bribing,0.59,Verb,7,6,2,bribe,none,none,9.74,1.00,none,10.45,8.54, brick,brick,10.18,Noun,5,4,1,brick,6.43,1.00,6.43,1.00,none,5.35,5.68, brickbat,brickbat,0.02,Verb,8,7,2,brickbat,11.71,0.37,11.71,0.37,none,none,none, brickbats,brickbats,0.02,Noun,9,8,2,brickbat,none,none,11.71,0.37,none,none,none, bricked,bricked,0.14,Verb,7,5,1,brick,none,none,6.43,1.00,none,5.35,5.68, bricking,bricking,0.04,Verb,8,6,2,brick,none,none,6.43,1.00,none,5.35,5.68, bricklayer,bricklayer,0.20,Noun,10,7,3,bricklayer,9.50,0.95,9.50,0.95,8.06,none,none, bricklayers,bricklayers,0.04,Noun,11,8,3,bricklayer,none,none,9.50,0.95,8.06,none,none, bricklaying,bricklaying,0.02,Noun,11,8,3,bricklaying,9.28,1.00,9.28,1.00,none,none,none, bricks,bricks,3.92,Noun,6,5,1,brick,none,none,6.43,1.00,none,5.35,5.68, brickwork,brickwork,0.04,Noun,9,7,2,brickwork,11.18,0.94,11.18,0.94,none,none,none, brickyard,brickyard,0.06,Noun,9,8,2,brickyard,10.40,0.79,10.40,0.79,none,none,none, bridal,bridal,2.61,Adjective,6,6,2,bridal,8.47,1.00,8.47,1.00,none,none,none, bride,bride,24.22,Noun,5,4,1,bride,5.10,1.00,5.10,1.00,none,6.66,6.40, bridegroom,bridegroom,1.43,Noun,10,8,2,bridegroom,11.33,0.95,11.33,0.95,none,none,none, brides,brides,0.92,Noun,6,5,1,bride,none,none,5.10,1.00,none,6.66,6.40, bridesmaid,bridesmaid,2.45,Noun,10,8,2,bridesmaid,8.47,0.94,8.47,0.94,none,none,none, bridesmaids,bridesmaids,1.57,Noun,11,9,2,bridesmaid,none,none,8.47,0.94,none,none,none, bridge,bridge,45.71,Noun,6,4,1,bridge,5.58,1.00,5.58,1.00,5.30,5.88,5.46, bridged,bridged,0.08,Verb,7,5,1,bridge,none,none,5.58,1.00,5.30,5.88,5.46, bridgehead,bridgehead,0.12,Noun,10,7,2,bridgehead,13.30,0.56,13.30,0.56,none,none,none, bridgeless,bridgeless,0.02,Adjective,10,7,2,bridgeless,10.82,0.94,10.82,0.94,none,none,none, bridges,bridges,4.90,Noun,7,6,2,bridge,none,none,5.58,1.00,5.30,5.88,5.46, bridgework,bridgework,0.12,Noun,10,7,2,bridgework,10.33,1.00,10.33,1.00,none,none,none, bridging,bridging,0.22,Verb,8,6,2,bridge,none,none,5.58,1.00,5.30,5.88,5.46, bridle,bridle,0.29,Noun,6,6,2,bridle,10.35,0.94,10.35,0.94,none,none,none, bridled,bridled,0.06,Verb,7,7,2,bridle,none,none,10.35,0.94,none,none,none, brie,brie,0.90,Noun,4,3,1,brie,12.69,0.84,12.69,0.84,none,none,none, brief,brief,14.35,Adjective,5,4,1,brief,8.44,1.00,8.44,1.00,8.11,none,8.29, briefcase,briefcase,8.59,Noun,9,7,2,briefcase,6.37,1.00,6.37,1.00,none,none,none, briefcases,briefcases,0.29,Noun,10,9,3,briefcase,none,none,6.37,1.00,none,none,none, briefed,briefed,1.94,Verb,7,5,1,brief,none,none,8.44,1.00,8.11,none,8.29, briefest,briefest,0.18,Adjective,8,7,2,brief,none,none,8.44,1.00,8.11,none,8.29, briefing,briefing,4.57,Noun,8,6,2,briefing,12.59,0.94,12.59,0.94,none,none,none, briefings,briefings,0.37,Noun,9,7,2,briefing,none,none,12.59,0.94,none,none,none, briefs,briefs,0.82,Noun,6,5,1,brief,none,none,8.44,1.00,8.11,none,8.29, brier,brier,0.59,Noun,5,4,2,brier,11.64,0.55,11.64,0.55,none,none,none, briers,briers,0.08,Noun,6,5,1,brier,none,none,11.64,0.55,none,none,none, brig,brig,3.04,Noun,4,4,1,brig,12.82,0.85,12.82,0.85,none,none,12.50, brigade,brigade,3.20,Noun,7,6,2,brigade,11.58,1.00,11.58,1.00,none,none,none,12.01 brigaded,brigaded,0.02,Verb,8,8,3,brigade,none,none,11.58,1.00,none,none,none,12.01 brigades,brigades,0.41,Noun,8,7,2,brigade,none,none,11.58,1.00,none,none,none,12.01 brigadier,brigadier,1.02,Noun,9,8,3,brigadier,15.00,0.47,15.00,0.47,none,none,none, brigand,brigand,0.18,Noun,7,7,2,brigand,13.36,0.52,13.36,0.52,none,11.55,none, brigandage,brigandage,0.04,Verb,10,9,3,brigandage,13.50,0.42,13.50,0.42,none,none,none, brigands,brigands,0.12,Noun,8,8,2,brigand,none,none,13.36,0.52,none,11.55,none, brigantine,brigantine,0.06,Noun,10,9,3,brigantine,13.12,0.42,13.12,0.42,none,none,none, bright,bright,44.41,Adjective,6,4,1,bright,6.58,1.00,6.58,1.00,5.43,none,5.19, brighten,brighten,1.37,Verb,8,6,2,brighten,7.06,1.00,7.06,1.00,6.81,none,none, brightened,brightened,0.12,Verb,10,7,2,brighten,none,none,7.06,1.00,6.81,none,none, brightening,brightening,0.12,Verb,11,8,3,brighten,none,none,7.06,1.00,6.81,none,none, brightens,brightens,0.18,Verb,9,7,2,brighten,none,none,7.06,1.00,6.81,none,none, brighter,brighter,2.94,Adjective,8,5,2,bright,none,none,6.58,1.00,5.43,none,5.19, brightest,brightest,2.16,Adjective,9,7,2,bright,none,none,6.58,1.00,5.43,none,5.19, brightness,brightness,0.59,Noun,10,7,2,brightness,7.24,1.00,7.24,1.00,none,none,none, brilliance,brilliance,1.47,Noun,10,8,2,brilliance,10.50,1.00,10.50,1.00,none,none,none, brilliancy,brilliancy,0.04,Noun,10,9,3,brilliancy,11.82,0.94,11.82,0.94,none,none,none, brilliant,brilliant,35.80,Adjective,9,8,2,brilliant,7.95,1.00,7.95,1.00,none,none,none, brilliantine,brilliantine,0.04,Noun,12,10,4,brilliantine,13.79,0.74,13.79,0.74,none,none,none, brim,brim,0.88,Noun,4,4,1,brim,10.68,0.90,10.68,0.90,none,7.86,9.67, brimming,brimming,0.35,Verb,8,6,2,brim,none,none,10.68,0.90,none,7.86,9.67, brims,brims,0.04,Verb,5,5,1,brim,none,none,10.68,0.90,none,7.86,9.67, brimstone,brimstone,1.39,Noun,9,8,2,brimstone,11.19,0.84,11.19,0.84,none,none,none, brindle,brindle,0.04,Noun,7,7,2,brindle,12.73,0.55,12.73,0.55,none,none,none, brine,brine,0.31,Noun,5,4,1,brine,14.25,0.89,14.25,0.89,none,none,none, brined,brined,0.00,Err:512,6,5,1,brine,none,none,14.25,0.89,none,none,none, bring,bring,327.16,Verb,5,4,1,bring,4.42,1.00,4.42,1.00,4.74,none,4.60, bringer,bringer,0.24,Noun,7,5,2,bringer,9.38,0.84,9.38,0.84,none,none,none, bringers,bringers,0.04,Noun,8,6,2,bringer,none,none,9.38,0.84,none,none,none, bringing,bringing,44.75,Verb,8,6,2,bring,none,none,4.42,1.00,4.74,none,4.60, brings,brings,35.12,Verb,6,5,1,bring,none,none,4.42,1.00,4.74,none,4.60, brink,brink,2.49,Noun,5,5,1,brink,10.47,1.00,10.47,1.00,none,10.30,10.75, brinks,brinks,0.14,Noun,6,6,1,brink,none,none,10.47,1.00,none,10.30,10.75, brinksmanship,brinksmanship,0.02,Noun,13,12,3,brinksmanship,14.07,0.64,14.07,0.64,none,none,none, briny,briny,0.59,Adjective,5,5,2,briny,12.18,0.58,12.18,0.58,none,none,none, brio,brio,0.02,Noun,4,4,2,brio,13.57,0.35,13.57,0.35,none,none,none, brioche,brioche,0.16,Noun,7,5,2,brioche,15.45,0.52,15.45,0.52,none,none,none, briquette,briquette,0.04,Noun,9,7,2,briquette,13.73,0.58,13.73,0.58,none,none,none, briquettes,briquettes,0.06,Noun,10,8,2,briquette,none,none,13.73,0.58,none,none,none, brisk,brisk,1.04,Adjective,5,5,1,brisk,10.17,1.00,10.17,1.00,none,8.24,9.77, brisket,brisket,0.92,Noun,7,7,2,brisket,12.11,0.86,12.11,0.86,none,none,none,11.39 bristle,bristle,0.22,Noun,7,6,2,bristle,10.58,1.00,10.58,1.00,none,7.66,none, bristles,bristles,0.31,Noun,8,7,2,bristle,none,none,10.58,1.00,none,7.66,none, bristling,bristling,0.10,Verb,9,8,3,bristle,none,none,10.58,1.00,none,7.66,none, bristly,bristly,0.02,Adjective,7,7,3,bristly,12.13,0.75,12.13,0.75,none,none,none, brittle,brittle,1.39,Adjective,7,6,2,brittle,9.78,1.00,9.78,1.00,none,none,none,9.67 bro,bro,24.90,Noun,3,3,1,bro,9.17,1.00,9.17,1.00,none,none,none, broach,broach,0.45,Noun,6,4,1,broach,10.72,1.00,10.72,1.00,none,none,11.41, broached,broached,0.25,Verb,8,5,1,broach,none,none,10.72,1.00,none,none,11.41, broaches,broaches,0.02,Verb,8,6,2,broach,none,none,10.72,1.00,none,none,11.41, broaching,broaching,0.02,Verb,9,6,2,broach,none,none,10.72,1.00,none,none,11.41, broad,broad,14.73,Adjective,5,4,1,broad,10.50,1.00,10.50,1.00,6.88,8.71,8.68, broadband,broadband,0.31,Adjective,9,8,2,broadband,13.83,1.00,13.83,1.00,none,none,none, broadbill,broadbill,0.02,Noun,9,7,2,broadbill,11.44,0.47,11.44,0.47,none,none,none, broadcast,broadcast,8.96,Noun,9,8,2,broadcast,9.30,1.00,9.30,1.00,none,none,none, broadcaster,broadcaster,0.14,Noun,11,9,3,broadcaster,9.16,1.00,9.16,1.00,none,none,none, broadcasters,broadcasters,0.08,Noun,12,10,3,broadcaster,none,none,9.16,1.00,none,none,none, broadcasting,broadcasting,3.20,Noun,12,10,3,broadcasting,9.53,1.00,9.53,1.00,none,none,none, broadcasts,broadcasts,0.55,Noun,10,9,2,broadcast,none,none,9.30,1.00,none,none,none, broadcloth,broadcloth,0.04,Noun,10,8,2,broadcloth,12.73,0.79,12.73,0.79,none,none,none, broaden,broaden,0.98,Verb,7,6,2,broaden,9.56,1.00,9.56,1.00,8.23,none,none, broadened,broadened,0.12,Verb,9,7,2,broaden,none,none,9.56,1.00,8.23,none,none, broadening,broadening,0.22,Verb,10,8,3,broaden,none,none,9.56,1.00,8.23,none,none, broadens,broadens,0.10,Verb,8,7,2,broaden,none,none,9.56,1.00,8.23,none,none, broader,broader,0.67,Adjective,7,5,2,broad,none,none,10.50,1.00,6.88,8.71,8.68, broadest,broadest,0.10,Adjective,8,7,2,broad,none,none,10.50,1.00,6.88,8.71,8.68, broadloom,broadloom,0.02,Noun,9,7,2,broadloom,13.67,0.67,13.67,0.67,none,none,none, broadminded,broadminded,0.06,Adjective,11,10,3,broadminded,13.11,1.00,13.11,1.00,none,none,none, broads,broads,3.61,Noun,6,5,1,broad,none,none,10.50,1.00,6.88,8.71,8.68, broadside,broadside,0.45,Noun,9,7,2,broadside,11.88,0.89,11.88,0.89,none,none,none, broadsides,broadsides,0.12,Noun,10,8,2,broadside,none,none,11.88,0.89,none,none,none, broadsword,broadsword,0.43,Noun,10,8,2,broadsword,13.21,0.74,13.21,0.74,none,none,none, broadswords,broadswords,0.08,Noun,11,9,2,broadsword,none,none,13.21,0.74,none,none,none, brocade,brocade,0.10,Noun,7,6,2,brocade,14.42,0.67,14.42,0.67,none,11.60,none, brocades,brocades,0.02,Noun,8,7,2,brocade,none,none,14.42,0.67,none,11.60,none, broccoli,broccoli,2.27,Noun,8,7,3,broccoli,5.20,1.00,5.20,1.00,none,none,none, broccolis,broccolis,0.04,Noun,9,7,2,broccoli,none,none,5.20,1.00,none,none,none, broche,broche,0.02,Noun,6,4,1,broche,12.77,0.68,12.77,0.68,none,none,none, brochure,brochure,1.90,Noun,8,6,2,brochure,9.58,1.00,9.58,1.00,none,none,none,9.49 brochures,brochures,1.14,Noun,9,7,2,brochure,none,none,9.58,1.00,none,none,none,9.49 brogue,brogue,0.16,Noun,6,4,1,brogue,10.44,0.47,10.44,0.47,none,none,none, brogues,brogues,0.06,Noun,7,5,1,brogue,none,none,10.44,0.47,none,none,none, broil,broil,0.29,Verb,5,4,1,broil,8.65,1.00,8.65,1.00,none,none,8.87, broiled,broiled,0.25,Verb,7,5,1,broil,none,none,8.65,1.00,none,none,8.87, broiler,broiler,0.20,Noun,7,5,2,broiler,9.63,1.00,9.63,1.00,none,none,none, broiling,broiling,0.08,Verb,8,6,2,broil,none,none,8.65,1.00,none,none,8.87, broils,broils,0.02,Verb,6,5,1,broil,none,none,8.65,1.00,none,none,8.87, broke,broke,105.00,Verb,5,4,1,break,none,none,5.30,1.00,6.88,none,5.54, broken,broken,71.25,Verb,6,6,2,break,none,none,5.30,1.00,6.88,none,5.54, brokenhearted,broken-hearted,0.39,Verb,13,12,4,brokenhearted,10.53,1.00,10.53,1.00,none,none,none, broker,broker,3.63,Noun,6,5,2,broker,10.94,1.00,10.94,1.00,none,none,none,11.39 brokerage,brokerage,0.55,Noun,9,7,3,brokerage,15.80,1.00,15.80,1.00,none,none,none, brokerages,brokerages,0.04,Noun,10,9,4,brokerage,none,none,15.80,1.00,none,none,none, brokered,brokered,0.41,Verb,8,6,2,broker,none,none,10.94,1.00,none,none,none,11.39 brokering,brokering,0.16,Verb,9,7,3,broker,none,none,10.94,1.00,none,none,none,11.39 brokers,brokers,1.10,Noun,7,6,2,broker,none,none,10.94,1.00,none,none,none,11.39 bromeliad,bromeliad,0.02,Noun,9,9,4,bromeliad,16.29,0.39,16.29,0.39,none,none,none, bromide,bromide,0.45,Noun,7,6,2,bromide,14.00,0.83,14.00,0.83,none,none,none, bromides,bromides,0.04,Noun,8,7,2,bromide,none,none,14.00,0.83,none,none,none, bronchi,bronchi,0.02,Noun,7,6,2,bronchus,none,none,13.25,0.60,none,none,none, bronchial,bronchial,0.33,Adjective,9,8,3,bronchial,13.00,0.95,13.00,0.95,none,none,none, bronchitis,bronchitis,0.35,Noun,10,9,3,bronchitis,12.00,1.00,12.00,1.00,none,none,none, bronchodilator,bronchodilator,0.02,Noun,14,13,5,bronchodilator,14.33,0.67,14.33,0.67,none,none,none, bronchus,bronchus,0.06,Noun,8,7,2,bronchus,13.25,0.60,13.25,0.60,none,none,none, bronco,bronco,1.41,Noun,6,6,2,bronco,9.00,0.95,9.00,0.95,none,none,none, broncobuster,broncobuster,0.04,Noun,12,11,4,broncobuster,13.08,0.63,13.08,0.63,none,none,none, broncos,broncos,0.39,Noun,7,7,2,bronco,none,none,9.00,0.95,none,none,none, brontosaurus,brontosaurus,0.22,Noun,12,11,4,brontosaurus,8.17,0.90,8.17,0.90,none,none,none, brontosauruses,brontosauruses,0.02,Noun,14,13,5,brontosaurus,none,none,8.17,0.90,none,none,none, bronze,bronze,2.80,Noun,6,5,1,bronze,10.00,1.00,10.00,1.00,8.29,8.00,8.54, bronzed,bronzed,0.33,Adjective,7,6,1,bronzed,10.00,0.95,10.00,0.95,none,none,none, bronzer,bronzer,0.02,Noun,7,6,2,bronzer,13.50,0.89,13.50,0.89,none,none,none, bronzes,bronzes,0.10,Noun,7,7,2,bronze,none,none,10.00,1.00,8.29,8.00,8.54, bronzing,bronzing,0.02,Verb,8,7,2,bronze,none,none,10.00,1.00,8.29,8.00,8.54, bronzy,bronzy,0.02,Adjective,6,6,2,bronzy,10.67,0.95,10.67,0.95,none,none,none, brooch,brooch,1.31,Noun,6,4,1,brooch,10.71,0.94,10.71,0.94,none,none,11.56, brooches,brooches,0.08,Noun,8,6,2,brooch,none,none,10.71,0.94,none,none,11.56, brood,brood,1.08,Noun,5,4,1,brood,10.47,1.00,10.47,1.00,10.02,none,11.26, brooded,brooded,0.06,Verb,7,6,2,brood,none,none,10.47,1.00,10.02,none,11.26, brooder,brooder,0.04,Noun,7,5,2,brooder,11.71,0.74,11.71,0.74,none,none,none, broodiness,broodiness,0.02,Noun,10,8,3,broodiness,13.44,0.95,13.44,0.95,none,none,none, brooding,brooding,0.96,Adjective,8,6,2,brooding,12.67,0.95,12.67,0.95,none,none,none, broods,broods,0.02,Verb,6,5,1,brood,none,none,10.47,1.00,10.02,none,11.26, broody,broody,0.16,Adjective,6,5,2,broody,11.53,0.79,11.53,0.79,none,none,none, brook,brook,2.04,Noun,5,4,1,brook,8.42,1.00,8.42,1.00,none,7.51,8.96, brooking,brooking,0.02,Verb,8,6,2,brook,none,none,8.42,1.00,none,7.51,8.96, broom,broom,4.76,Noun,5,4,1,broom,5.50,1.00,5.50,1.00,none,6.33,5.33, brooms,brooms,0.47,Noun,6,5,1,broom,none,none,5.50,1.00,none,6.33,5.33, broomstick,broomstick,0.84,Noun,10,8,2,broomstick,6.11,1.00,6.11,1.00,none,none,none, broomsticks,broomsticks,0.29,Noun,11,9,2,broomstick,none,none,6.11,1.00,none,none,none, bros,bros,1.10,Noun,4,4,1,bro,none,none,9.17,1.00,none,none,none, broth,broth,0.88,Noun,5,4,1,broth,9.00,1.00,9.00,1.00,none,none,8.75, brothel,brothel,1.61,Noun,7,6,2,brothel,14.94,0.90,14.94,0.90,none,none,none,12.53 brothels,brothels,0.27,Noun,8,7,2,brothel,none,none,14.94,0.90,none,none,none,12.53 brother,brother,283.94,Noun,7,5,2,brother,3.63,1.00,3.63,1.00,none,4.56,none,3.91 brotherhood,brotherhood,4.16,Noun,11,8,3,brotherhood,9.44,1.00,9.44,1.00,none,none,none, brotherly,brotherly,0.84,Adjective,9,7,3,brotherly,7.78,1.00,7.78,1.00,none,none,none, brothers,brothers,47.06,Noun,8,6,2,brother,none,none,3.63,1.00,none,4.56,none,3.91 broths,broths,0.02,Noun,6,5,1,broth,none,none,9.00,1.00,none,none,8.75, brought,brought,172.27,Verb,7,4,1,bring,none,none,4.42,1.00,4.74,none,4.60, brouhaha,brouhaha,0.22,Noun,8,7,3,brouhaha,11.73,0.83,11.73,0.83,none,none,none, brow,brow,1.84,Noun,4,3,1,brow,9.82,0.94,9.82,0.94,none,9.36,7.77, browbeat,browbeat,0.06,Verb,8,6,2,browbeat,13.44,0.90,13.44,0.90,none,none,none, browbeaten,browbeaten,0.02,Verb,10,8,3,browbeat,none,none,13.44,0.90,none,none,none, browbeating,browbeating,0.06,Verb,11,8,3,browbeat,none,none,13.44,0.90,none,none,none, brown,brown,60.12,Name,5,4,1,brown,4.20,1.00,4.20,1.00,4.68,none,3.65, browned,browned,0.10,Verb,7,5,1,brown,none,none,4.20,1.00,4.68,none,3.65, browner,browner,0.02,Adjective,7,5,2,brown,none,none,4.20,1.00,4.68,none,3.65, brownie,brownie,3.53,Noun,7,5,2,brownie,4.80,1.00,4.80,1.00,none,7.62,none, brownies,brownies,2.82,Noun,8,6,2,Brownie,none,none,4.80,1.00,none,7.62,none, brownish,brownish,0.24,Adjective,8,6,2,brownish,7.71,0.94,7.71,0.94,none,none,none, brownnose,brownnose,0.14,Noun,9,6,2,brownnose,12.25,0.89,12.25,0.89,none,none,none, brownnoser,brownnoser,0.02,Noun,10,7,3,brownnoser,11.74,1.00,11.74,1.00,none,none,none, brownout,brownout,0.10,Noun,8,6,2,brownout,14.85,0.68,14.85,0.68,none,none,none, brownouts,brownouts,0.04,Noun,9,7,2,brownout,none,none,14.85,0.68,none,none,none, browns,browns,1.51,Noun,6,5,1,brown,none,none,4.20,1.00,4.68,none,3.65, brownstone,brownstone,0.49,Noun,10,8,2,brownstone,12.73,0.83,12.73,0.83,none,none,none, brownstones,brownstones,0.06,Noun,11,9,2,brownstone,none,none,12.73,0.83,none,none,none, brows,brows,0.24,Noun,5,4,1,brow,none,none,9.82,0.94,none,9.36,7.77, browse,browse,0.59,Verb,6,4,1,browse,9.89,1.00,9.89,1.00,none,none,9.10, browser,browser,0.18,Noun,7,5,2,browser,14.00,1.00,14.00,1.00,none,none,none, browsers,browsers,0.02,Noun,8,6,2,browser,none,none,14.00,1.00,none,none,none, browsing,browsing,1.02,Verb,8,6,2,browse,none,none,9.89,1.00,none,none,9.10, bruise,bruise,3.24,Noun,6,4,1,bruise,5.45,1.00,5.45,1.00,none,none,6.60, bruises,bruises,5.27,Noun,7,6,2,bruise,none,none,5.45,1.00,none,none,6.60, bruising,bruising,1.69,Adjective,8,6,2,bruising,9.44,1.00,9.44,1.00,none,none,none, brumby,brumby,0.06,Noun,6,6,2,brumby,15.80,0.25,15.80,0.25,none,none,none, brummagem,brummagem,0.02,Verb,9,8,3,brummagem,13.20,0.25,13.20,0.25,none,none,none, brunch,brunch,3.71,Noun,6,5,1,brunch,8.68,1.00,8.68,1.00,none,none,8.26, brunches,brunches,0.10,Noun,8,7,2,brunch,none,none,8.68,1.00,none,none,8.26, brunching,brunching,0.02,Verb,9,7,2,brunch,none,none,8.68,1.00,none,none,8.26, brunet,brunet,0.02,Noun,6,6,2,brunette,none,none,8.61,1.00,none,none,none,7.57 brunette,brunette,3.49,Noun,8,6,2,brunette,8.61,1.00,8.61,1.00,none,none,none,7.57 brunettes,brunettes,0.35,Noun,9,7,2,brunette,none,none,8.61,1.00,none,none,none,7.57 brunt,brunt,0.49,Noun,5,5,1,brunt,12.52,0.84,12.52,0.84,none,none,11.87, brush,brush,14.16,Verb,5,4,1,brush,3.78,1.00,3.78,1.00,4.06,4.47,4.86, brushed,brushed,2.41,Verb,7,5,1,brush,none,none,3.78,1.00,4.06,4.47,4.86, brushes,brushes,1.41,Noun,7,6,2,brush,none,none,3.78,1.00,4.06,4.47,4.86, brushfire,brushfire,0.04,Noun,9,7,2,brushfire,9.56,1.00,9.56,1.00,none,none,none, brushing,brushing,2.18,Verb,8,6,2,brush,none,none,3.78,1.00,4.06,4.47,4.86, brushless,brushless,0.02,Adjective,9,7,2,brushless,10.50,0.89,10.50,0.89,none,none,none, brushstroke,brushstroke,0.02,Noun,11,9,2,brushstroke,9.26,1.00,9.26,1.00,none,none,none, brushstrokes,brushstrokes,0.18,Noun,12,10,2,brushstroke,none,none,9.26,1.00,none,none,none, brushwood,brushwood,0.02,Noun,9,7,2,brushwood,12.80,0.83,12.80,0.83,none,none,none, brushwork,brushwork,0.02,Noun,9,7,2,brushwork,11.17,1.00,11.17,1.00,none,none,none, brusque,brusque,0.08,Adjective,7,5,1,brusque,14.77,0.65,14.77,0.65,none,none,none, brut,brut,0.29,Noun,4,4,1,brut,13.09,0.55,13.09,0.55,none,none,none, brutal,brutal,7.35,Adjective,6,6,2,brutal,10.17,1.00,10.17,1.00,9.14,none,none,9.49 brutalities,brutalities,0.02,Noun,11,10,4,brutality,none,none,12.00,1.00,10.41,none,none, brutality,brutality,2.20,Noun,9,9,4,brutality,12.00,1.00,12.00,1.00,10.41,none,none, brutalize,brutalise,0.08,Verb,9,8,3,brutalize,11.82,0.94,11.82,0.94,none,none,none, brutalized,brutalised,0.22,Verb,10,9,3,brutalize,none,none,11.82,0.94,none,none,none, brutalizes,brutalises,0.02,Verb,10,10,4,brutalize,none,none,11.82,0.94,none,none,none, brutalizing,brutalising,0.06,Verb,11,10,4,brutalize,none,none,11.82,0.94,none,none,none, brute,brute,3.18,Noun,5,4,1,brute,10.85,1.00,10.85,1.00,none,9.70,10.68, brutes,brutes,0.53,Noun,6,5,1,brute,none,none,10.85,1.00,none,9.70,10.68, brutish,brutish,0.41,Adjective,7,6,2,brutish,13.11,0.86,13.11,0.86,none,none,none, bubble,bubble,8.00,Noun,6,5,2,bubble,3.79,1.00,3.79,1.00,none,5.56,none,4.64 bubbled,bubbled,0.06,Verb,7,6,2,bubble,none,none,3.79,1.00,none,5.56,none,4.64 bubblegum,bubblegum,0.35,Noun,9,8,3,bubblegum,5.83,1.00,5.83,1.00,none,none,none, bubbles,bubbles,5.98,Noun,7,6,2,bubble,none,none,3.79,1.00,none,5.56,none,4.64 bubbliest,bubbliest,0.02,Adjective,9,9,4,bubbly,none,none,8.17,1.00,none,none,none, bubbling,bubbling,1.10,Verb,8,7,3,bubble,none,none,3.79,1.00,none,5.56,none,4.64 bubbly,bubbly,1.37,Adjective,6,5,2,bubbly,8.17,1.00,8.17,1.00,none,none,none, bubby,bubby,0.18,Noun,5,4,2,bubby,8.56,0.50,8.56,0.50,none,none,none, bubo,bubo,0.08,Noun,4,5,2,bubo,13.50,0.16,13.50,0.16,none,none,none, buboes,buboes,Err:512,Err:512,6,6,2,buboes,18.50,0.10,18.50,0.10,none,none,none, bubonic,bubonic,0.41,Adjective,7,8,3,bubonic,10.63,1.00,10.63,1.00,none,none,none, buccaneer,buccaneer,0.12,Noun,9,7,3,buccaneer,8.76,0.89,8.76,0.89,none,none,none, buccaneering,buccaneering,0.02,Adjective,12,9,4,buccaneering,14.47,0.89,14.47,0.89,none,none,none, buccaneers,buccaneers,0.25,Noun,10,8,3,buccaneer,none,none,8.76,0.89,none,none,none, buck,buck,33.75,Noun,4,3,1,buck,7.68,1.00,7.68,1.00,none,10.32,7.15, buckaroo,buckaroo,1.69,Noun,8,6,3,buckaroo,9.06,0.85,9.06,0.85,none,none,none, buckaroos,buckaroos,0.12,Noun,9,7,3,buckaroo,none,none,9.06,0.85,none,none,none, buckboard,buckboard,0.47,Noun,9,7,2,buckboard,12.58,0.63,12.58,0.63,none,none,none, buckboards,buckboards,0.04,Noun,10,8,2,buckboard,none,none,12.58,0.63,none,none,none, bucked,bucked,0.31,Verb,6,4,1,buck,none,none,7.68,1.00,none,10.32,7.15, bucket,bucket,10.02,Noun,6,5,2,bucket,5.61,1.00,5.61,1.00,none,none,none,4.97 bucketful,bucketful,0.08,Noun,9,8,3,bucketful,7.05,1.00,7.05,1.00,none,none,none, bucketing,bucketing,0.02,Verb,9,7,3,bucket,none,none,5.61,1.00,none,none,none,4.97 buckets,buckets,2.78,Noun,7,6,2,bucket,none,none,5.61,1.00,none,none,none,4.97 buckeye,buckeye,0.18,Noun,7,4,2,buckeye,12.47,0.89,12.47,0.89,none,none,none, buckeyes,buckeyes,0.06,Noun,8,5,2,buckeye,none,none,12.47,0.89,none,none,none, buckhorn,buckhorn,0.04,Verb,8,7,2,buckhorn,14.00,0.50,14.00,0.50,none,none,none, bucking,bucking,1.25,Verb,7,5,2,buck,none,none,7.68,1.00,none,10.32,7.15, buckle,buckle,5.04,Verb,6,5,2,buckle,6.42,1.00,6.42,1.00,none,none,none,6.82 buckled,buckled,0.59,Verb,7,6,2,buckle,none,none,6.42,1.00,none,none,none,6.82 buckles,buckles,0.59,Noun,7,6,2,buckle,none,none,6.42,1.00,none,none,none,6.82 buckling,buckling,0.35,Verb,8,6,2,buckle,none,none,6.42,1.00,none,none,none,6.82 bucko,bucko,0.63,Noun,5,4,2,bucko,7.79,0.74,7.79,0.74,none,none,none, buckram,buckram,Err:512,Err:512,7,6,2,buckram,16.50,0.11,16.50,0.11,none,none,none, bucks,bucks,56.20,Noun,5,4,1,buck,none,none,7.68,1.00,none,10.32,7.15, bucksaw,bucksaw,Err:512,Err:512,7,5,2,bucksaw,13.57,0.74,13.57,0.74,none,none,none, buckshot,buckshot,1.02,Noun,8,6,2,buckshot,9.60,0.79,9.60,0.79,none,none,none, buckskin,buckskin,0.14,Noun,8,7,2,buckskin,10.06,0.94,10.06,0.94,none,none,none, buckskins,buckskins,0.02,Noun,9,8,2,buckskin,none,none,10.06,0.94,none,none,none, buckteeth,buckteeth,0.10,Noun,9,6,2,bucktooth,none,none,9.82,0.94,none,none,none, bucktooth,bucktooth,0.14,Noun,9,6,2,bucktooth,9.82,0.94,9.82,0.94,none,none,none, bucktoothed,bucktoothed,0.16,Verb,11,7,2,bucktoothed,8.71,1.00,8.71,1.00,none,none,none, buckwheat,buckwheat,0.47,Noun,9,6,2,buckwheat,8.69,0.89,8.69,0.89,none,none,none, bucolic,bucolic,0.14,Adjective,7,8,3,bucolic,12.00,0.42,12.00,0.42,none,none,none, bud,bud,35.45,Name,3,3,1,bud,7.01,1.00,7.01,1.00,none,6.67,7.15, budded,budded,0.02,Verb,6,5,2,bud,none,none,7.01,1.00,none,6.67,7.15, buddhist,buddhist,2.37,2.37,8,6,2,buddhist,10.44,1.00,10.44,1.00,12.06,none,none, buddies,buddies,12.14,Noun,7,5,2,buddy,none,none,5.37,1.00,none,none,none,4.91 budding,budding,0.65,Adjective,7,5,2,budding,10.47,1.00,10.47,1.00,none,none,none, buddle,buddle,0.04,Verb,6,5,2,buddle,12.70,0.50,12.70,0.50,none,none,none, buddy,buddy,102.88,Noun,5,4,2,buddy,5.37,1.00,5.37,1.00,none,none,none,4.91 budge,budge,2.04,Verb,5,3,1,budge,9.25,1.00,9.25,1.00,none,none,7.79, budged,budged,0.12,Verb,6,4,1,budge,none,none,9.25,1.00,none,none,7.79, budgerigar,budgerigar,Err:512,Err:512,10,7,3,budgerigar,8.98,0.26,8.98,0.26,6.88,none,none, budget,budget,10.06,Noun,6,5,2,budget,10.05,1.00,10.05,1.00,none,9.81,none,10.04 budgetary,budgetary,0.14,Adjective,9,8,4,budgetary,14.53,0.89,14.53,0.89,none,none,none, budgeted,budgeted,0.16,Verb,8,7,3,budget,none,none,10.05,1.00,none,9.81,none,10.04 budgets,budgets,0.49,Noun,7,6,2,budget,none,none,10.05,1.00,none,9.81,none,10.04 budgie,budgie,0.04,Noun,6,4,2,budgie,12.62,0.42,12.62,0.42,none,none,none, budging,budging,0.16,Verb,7,5,2,budge,none,none,9.25,1.00,none,none,7.79, buds,buds,1.76,Noun,4,4,1,bud,none,none,7.01,1.00,none,6.67,7.15, buff,buff,2.49,Noun,4,3,1,buff,11.74,1.00,11.74,1.00,none,none,10.03, buffalo,buffalo,11.90,Name,7,6,3,buffalo,6.70,0.95,6.70,0.95,7.55,none,none, buffaloed,buffaloed,0.08,Verb,9,7,3,buffalo,none,none,6.70,0.95,7.55,none,none, buffaloes,buffaloes,0.25,Noun,9,7,3,buffalo,none,none,6.70,0.95,7.55,none,none, buffalos,buffalos,0.06,Noun,8,7,3,buffalo,none,none,6.70,0.95,7.55,none,none, buffed,buffed,0.29,Verb,6,4,1,buff,none,none,11.74,1.00,none,none,10.03, buffer,buffer,1.67,Noun,6,4,2,buffer,12.37,1.00,12.37,1.00,none,10.87,none,9.94 buffers,buffers,0.20,Noun,7,5,2,buffer,none,none,12.37,1.00,none,10.87,none,9.94 buffet,buffet,4.43,Noun,6,5,2,buffet,7.58,1.00,7.58,1.00,none,none,none,7.11 buffeted,buffeted,0.08,Verb,8,5,2,buffet,none,none,7.58,1.00,none,none,none,7.11 buffets,buffets,0.22,Noun,7,6,2,buffet,none,none,7.58,1.00,none,none,none,7.11 buffing,buffing,0.35,Verb,7,5,2,buff,none,none,11.74,1.00,none,none,10.03, buffo,buffo,0.02,Noun,5,4,2,buffo,15.86,0.39,15.86,0.39,none,none,none, buffoon,buffoon,0.86,Noun,7,5,2,buffoon,9.16,1.00,9.16,1.00,none,none,none,11.70 buffoonery,buffoonery,0.14,Noun,10,8,4,buffoonery,13.44,0.84,13.44,0.84,none,none,none, buffoons,buffoons,0.22,Noun,8,6,2,buffoon,none,none,9.16,1.00,none,none,none,11.70 buffs,buffs,0.14,Noun,5,4,1,buff,none,none,11.74,1.00,none,none,10.03, bug,bug,20.94,Noun,3,3,1,bug,3.79,1.00,3.79,1.00,7.01,none,3.69, bugaboo,bugaboo,0.14,Noun,7,6,3,bugaboo,11.06,0.89,11.06,0.89,none,none,none, bugaboos,bugaboos,0.02,Noun,8,7,3,bugaboo,none,none,11.06,0.89,none,none,none, bugged,bugged,2.55,Verb,6,4,1,bug,none,none,3.79,1.00,7.01,none,3.69, bugger,bugger,4.35,Noun,6,4,2,bugger,10.53,0.83,10.53,0.83,none,none,none, buggered,buggered,0.27,Verb,8,5,2,bugger,none,none,10.53,0.83,none,none,none, buggering,buggering,0.16,Verb,9,6,3,bugger,none,none,10.53,0.83,none,none,none, buggers,buggers,0.82,Noun,7,5,2,bugger,none,none,10.53,0.83,none,none,none, buggery,buggery,0.10,Noun,7,6,3,buggery,13.06,0.85,13.06,0.85,none,none,none, buggies,buggies,0.41,Noun,7,5,2,buggy,none,none,6.95,0.90,none,none,none,8.37 bugging,bugging,4.59,Verb,7,5,2,bug,none,none,3.79,1.00,7.01,none,3.69, buggy,buggy,2.49,Noun,5,4,2,buggy,6.95,0.90,6.95,0.90,none,none,none,8.37 bughouse,bughouse,0.22,Noun,8,6,2,bughouse,10.06,0.94,10.06,0.94,none,none,none, bugle,bugle,1.73,Noun,5,6,2,bugle,8.88,0.84,8.88,0.84,none,none,none,10.70 bugler,bugler,1.14,Noun,6,7,3,bugler,10.12,0.84,10.12,0.84,none,none,none, buglers,buglers,0.04,Noun,7,8,3,bugler,none,none,10.12,0.84,none,none,none, bugles,bugles,0.33,Noun,6,7,2,bugle,none,none,8.88,0.84,none,none,none,10.70 bugling,bugling,0.22,Verb,7,8,3,bugle,none,none,8.88,0.84,none,none,none,10.70 bugs,bugs,13.63,Noun,4,4,1,bug,none,none,3.79,1.00,7.01,none,3.69, build,build,48.08,Verb,5,4,1,build,4.45,1.00,4.45,1.00,4.80,4.96,4.72, builder,builder,0.94,Noun,7,5,2,builder,5.95,1.00,5.95,1.00,6.28,none,none, builders,builders,0.59,Noun,8,6,2,builder,none,none,5.95,1.00,6.28,none,none, building,building,99.57,Noun,8,6,2,building,6.16,1.00,6.16,1.00,none,6.09,none,5.68 buildings,buildings,9.98,Noun,9,7,2,building,none,none,6.16,1.00,none,6.09,none,5.68 builds,builds,3.51,Verb,6,5,1,build,none,none,4.45,1.00,4.80,4.96,4.72, buildup,build-up,1.16,Noun,7,6,2,buildup,9.63,1.00,9.63,1.00,none,none,none, buildups,build-ups,0.04,Noun,8,7,2,buildup,none,none,9.63,1.00,none,none,none, built,built,41.16,Verb,5,4,1,build,none,none,4.45,1.00,4.80,4.96,4.72, bulb,bulb,3.92,Noun,4,4,1,bulb,6.56,1.00,6.56,1.00,none,5.96,6.94, bulbar,bulbar,0.04,Noun,6,5,2,bulbar,15.43,0.39,15.43,0.39,none,none,none, bulbous,bulbous,0.22,Adjective,7,6,2,bulbous,13.44,0.90,13.44,0.90,none,none,none, bulbs,bulbs,1.71,Noun,5,5,1,bulb,none,none,6.56,1.00,none,5.96,6.94, bulbul,bulbul,0.02,Noun,6,6,2,bulbul,17.20,0.26,17.20,0.26,none,none,none, bulge,bulge,0.94,Noun,5,4,1,bulge,8.10,1.00,8.10,1.00,none,8.81,8.95, bulged,bulged,0.02,Verb,6,5,1,bulge,none,none,8.10,1.00,none,8.81,8.95, bulges,bulges,0.10,Noun,6,6,2,bulge,none,none,8.10,1.00,none,8.81,8.95, bulging,bulging,0.78,Verb,7,6,2,bulge,none,none,8.10,1.00,none,8.81,8.95, bulgur,bulgur,0.10,Noun,6,6,2,bulgur,12.62,0.62,12.62,0.62,none,none,none, bulgy,bulgy,0.04,Adjective,5,5,2,bulgy,11.62,0.89,11.62,0.89,none,none,none, bulimia,bulimia,0.37,Noun,7,8,4,bulimia,12.94,0.95,12.94,0.95,none,none,none, bulimic,bulimic,0.57,Adjective,7,8,3,bulimic,13.32,0.95,13.32,0.95,none,none,none, bulimics,bulimics,0.04,Noun,8,9,3,bulimic,none,none,13.32,0.95,none,none,none, bulk,bulk,1.90,Noun,4,4,1,bulk,10.21,1.00,10.21,1.00,none,8.11,9.09, bulked,bulked,0.06,Verb,6,5,1,bulk,none,none,10.21,1.00,none,8.11,9.09, bulkhead,bulkhead,0.94,Noun,8,7,2,bulkhead,13.07,0.78,13.07,0.78,none,none,none, bulkheads,bulkheads,0.08,Noun,9,8,2,bulkhead,none,none,13.07,0.78,none,none,none, bulkier,bulkier,0.04,Adjective,7,6,3,bulky,none,none,10.47,1.00,none,none,none, bulking,bulking,0.16,Verb,7,6,2,bulk,none,none,10.21,1.00,none,8.11,9.09, bulks,bulks,0.02,Noun,5,5,1,bulk,none,none,10.21,1.00,none,8.11,9.09, bulky,bulky,0.51,Adjective,5,5,2,bulky,10.47,1.00,10.47,1.00,none,none,none, bull,bull,27.51,Noun,4,3,1,bull,4.53,1.00,4.53,1.00,5.33,none,5.06, bulldog,bulldog,4.55,Noun,7,6,2,bulldog,7.28,1.00,7.28,1.00,none,7.86,none, bulldogs,bulldogs,0.49,Noun,8,7,2,bulldog,none,none,7.28,1.00,none,7.86,none, bulldoze,bulldoze,0.27,Verb,8,6,2,bulldoze,8.06,1.00,8.06,1.00,none,none,none, bulldozed,bulldozed,0.06,Verb,9,7,2,bulldoze,none,none,8.06,1.00,none,none,none, bulldozer,bulldozer,1.29,Noun,9,7,3,bulldozer,5.61,1.00,5.61,1.00,none,none,none, bulldozers,bulldozers,0.43,Noun,10,8,3,bulldozer,none,none,5.61,1.00,none,none,none, bulldozes,bulldozes,0.04,Verb,9,8,3,bulldoze,none,none,8.06,1.00,none,none,none, bulldozing,bulldozing,0.16,Verb,10,8,3,bulldoze,none,none,8.06,1.00,none,none,none, bulled,bulled,0.04,Verb,6,4,1,bull,none,none,4.53,1.00,5.33,none,5.06, bullet,bullet,38.24,Noun,6,5,2,bullet,6.70,1.00,6.70,1.00,none,7.52,none,7.19 bulletin,bulletin,3.59,Noun,8,7,3,bulletin,10.28,1.00,10.28,1.00,none,none,none, bulletins,bulletins,0.33,Noun,9,8,3,bulletin,none,none,10.28,1.00,none,none,none, bulletproof,bulletproof,2.55,Adjective,11,9,3,bulletproof,9.42,1.00,9.42,1.00,none,none,none, bullets,bullets,17.67,Noun,7,6,2,bullet,none,none,6.70,1.00,none,7.52,none,7.19 bullfight,bullfight,0.29,Noun,9,6,2,bullfight,9.11,1.00,9.11,1.00,none,none,none, bullfighter,bullfighter,0.67,Noun,11,7,3,bullfighter,8.78,1.00,8.78,1.00,none,none,none, bullfighters,bullfighters,0.18,Noun,12,8,3,bullfighter,none,none,8.78,1.00,none,none,none, bullfighting,bullfighting,0.27,Verb,12,8,3,bullfighting,9.32,1.00,9.32,1.00,none,none,none, bullfights,bullfights,0.12,Noun,10,7,2,bullfight,none,none,9.11,1.00,none,none,none, bullfrog,bullfrog,0.51,Noun,8,7,2,bullfrog,6.33,1.00,6.33,1.00,none,none,none, bullfrogs,bullfrogs,0.04,Noun,9,8,2,bullfrog,none,none,6.33,1.00,none,none,none, bullheaded,bullheaded,0.39,Verb,10,8,3,bullheaded,12.00,0.94,12.00,0.94,none,none,none, bullheadedness,bullheadedness,0.04,Noun,14,11,4,bullheadedness,12.06,0.95,12.06,0.95,none,none,none, bullhorn,bullhorn,0.45,Noun,8,7,2,bullhorn,10.62,0.89,10.62,0.89,none,none,none, bullhorns,bullhorns,0.04,Noun,9,8,2,bullhorn,none,none,10.62,0.89,none,none,none, bullied,bullied,1.69,Verb,7,5,2,bully,none,none,6.05,1.00,6.39,none,none,6.82 bullies,bullies,1.75,Noun,7,5,2,bully,none,none,6.05,1.00,6.39,none,none,6.82 bullion,bullion,0.84,Noun,7,6,2,bullion,12.94,0.89,12.94,0.89,none,none,none, bullions,bullions,0.02,Noun,8,7,2,bullion,none,none,12.94,0.89,none,none,none, bullish,bullish,0.02,Adjective,7,5,2,bullish,12.94,0.90,12.94,0.90,none,none,none, bullpen,bullpen,0.65,Verb,7,6,2,bullpen,9.94,0.84,9.94,0.84,none,none,none, bullring,bullring,0.25,Noun,8,6,2,bullring,10.69,0.84,10.69,0.84,none,none,none, bullrings,bullrings,0.02,Noun,9,7,2,bullring,none,none,10.69,0.84,none,none,none, bulls,bulls,5.18,Noun,5,4,1,bull,none,none,4.53,1.00,5.33,none,5.06, bullshit,bullshit,69.35,Noun,8,6,2,bullshit,10.00,1.00,10.00,1.00,none,none,none, bullshits,bullshits,0.06,Noun,9,7,2,bullshit,none,none,10.00,1.00,none,none,none, bullshitted,bullshitted,0.12,Verb,11,8,3,bullshit,none,none,10.00,1.00,none,none,none, bullshitting,bullshitting,1.76,Verb,12,8,3,bullshit,none,none,10.00,1.00,none,none,none, bullwhip,bullwhip,0.22,Noun,8,6,2,bullwhip,11.00,0.89,11.00,0.89,none,none,none, bullwhipped,bullwhipped,0.02,Verb,11,7,2,bullwhip,none,none,11.00,0.89,none,none,none, bullwhips,bullwhips,0.02,Noun,9,7,2,bullwhip,none,none,11.00,0.89,none,none,none, bully,bully,7.22,Noun,5,4,2,bully,6.05,1.00,6.05,1.00,6.39,none,none,6.82 bullyboy,bullyboy,0.02,Noun,8,6,3,bullyboy,10.92,0.67,10.92,0.67,none,none,none, bullyboys,bullyboys,0.06,Noun,9,7,3,bullyboy,none,none,10.92,0.67,none,none,none, bullying,bullying,0.98,Verb,8,6,3,bully,none,none,6.05,1.00,6.39,none,none,6.82 bullyrag,bullyrag,0.02,Verb,8,7,3,bullyrag,13.00,0.42,13.00,0.42,none,none,none, bullyragging,bullyragging,0.02,Verb,12,9,4,bullyrag,none,none,13.00,0.42,none,none,none, bulwark,bulwark,0.16,Noun,7,6,2,bulwark,15.40,0.53,15.40,0.53,none,none,none, bulwarks,bulwarks,0.04,Noun,8,7,2,bulwark,none,none,15.40,0.53,none,none,none, bum,bum,15.43,Noun,3,3,1,bum,8.11,1.00,8.11,1.00,none,none,6.74, bumbershoot,bumbershoot,0.06,Noun,11,9,4,bumbershoot,14.00,0.37,14.00,0.37,none,none,none, bumble,bumble,0.24,Noun,6,6,2,bumble,7.27,0.83,7.27,0.83,none,7.84,none, bumblebee,bumblebee,0.65,Noun,9,8,3,bumblebee,4.11,1.00,4.11,1.00,none,none,none, bumblebees,bumblebees,0.04,Noun,10,9,3,bumblebee,none,none,4.11,1.00,none,none,none, bumbler,bumbler,0.06,Noun,7,7,3,bumbler,11.64,0.74,11.64,0.74,none,none,none, bumbling,bumbling,0.43,Verb,8,8,3,bumble,none,none,7.27,0.83,none,7.84,none, bummed,bummed,2.33,Verb,6,4,1,bum,none,none,8.11,1.00,none,none,6.74, bummer,bummer,4.16,Noun,6,4,2,bummer,7.30,1.00,7.30,1.00,none,none,none,7.04 bummers,bummers,0.10,Noun,7,5,2,bummer,none,none,7.30,1.00,none,none,none,7.04 bumming,bumming,0.63,Verb,7,5,2,bum,none,none,8.11,1.00,none,none,6.74, bump,bump,12.35,Noun,4,4,1,bump,4.35,1.00,4.35,1.00,none,4.60,5.35, bumped,bumped,6.08,Verb,6,5,1,bump,none,none,4.35,1.00,none,4.60,5.35, bumper,bumper,3.55,Noun,6,5,2,bumper,7.32,1.00,7.32,1.00,none,none,none, bumpers,bumpers,0.31,Noun,7,6,2,bumper,none,none,7.32,1.00,none,none,none, bumpier,bumpier,0.04,Adjective,7,6,3,bumpy,none,none,5.11,1.00,none,none,none, bumpiness,bumpiness,0.06,Noun,9,8,3,bumpiness,8.89,1.00,8.89,1.00,none,none,none, bumping,bumping,1.84,Verb,7,6,2,bump,none,none,4.35,1.00,none,4.60,5.35, bumpkin,bumpkin,0.37,Noun,7,7,2,bumpkin,10.37,1.00,10.37,1.00,none,none,none, bumpkins,bumpkins,0.14,Noun,8,8,2,bumpkin,none,none,10.37,1.00,none,none,none, bumps,bumps,3.47,Noun,5,5,1,bump,none,none,4.35,1.00,none,4.60,5.35, bumptious,bumptious,0.08,Adjective,9,7,2,bumptious,16.22,0.47,16.22,0.47,none,none,none, bumpy,bumpy,3.73,Adjective,5,5,2,bumpy,5.11,1.00,5.11,1.00,none,none,none, bums,bums,3.73,Noun,4,4,1,bum,none,none,8.11,1.00,none,none,6.74, bun,bun,2.88,Noun,3,3,1,bun,5.79,1.00,5.79,1.00,none,none,6.23, bunch,bunch,58.88,Noun,5,4,1,bunch,4.89,1.00,4.89,1.00,none,6.41,6.17, bunched,bunched,0.20,Verb,7,5,1,bunch,none,none,4.89,1.00,none,6.41,6.17, bunches,bunches,0.75,Noun,7,6,2,bunch,none,none,4.89,1.00,none,6.41,6.17, bund,bund,0.06,Noun,4,4,1,bund,15.36,0.55,15.36,0.55,none,none,none, bundle,bundle,3.90,Noun,6,6,2,bundle,7.06,1.00,7.06,1.00,none,6.71,none,7.88 bundled,bundled,0.31,Verb,7,7,2,bundle,none,none,7.06,1.00,none,6.71,none,7.88 bundler,bundler,0.06,Noun,7,7,3,bundler,11.25,0.67,11.25,0.67,none,none,none, bundles,bundles,0.90,Noun,7,7,2,bundle,none,none,7.06,1.00,none,6.71,none,7.88 bung,bung,0.29,Noun,4,3,1,bung,11.60,0.56,11.60,0.56,none,none,none, bungalow,bungalow,1.65,Noun,8,7,3,bungalow,12.58,0.95,12.58,0.95,6.95,none,none, bungalows,bungalows,0.25,Noun,9,8,3,bungalow,none,none,12.58,0.95,6.95,none,none, bunged,bunged,0.08,Verb,6,4,1,bung,none,none,11.60,0.56,none,none,none, bungee,bungee,0.71,Noun,6,5,2,bungee,11.16,1.00,11.16,1.00,none,none,none,9.31 bunghole,bunghole,0.65,Noun,8,5,2,bunghole,11.07,0.79,11.07,0.79,none,none,none, bungholes,bungholes,0.04,Noun,9,6,2,bunghole,none,none,11.07,0.79,none,none,none, bunging,bunging,0.02,Verb,7,5,2,bung,none,none,11.60,0.56,none,none,none, bungle,bungle,0.18,Verb,6,6,2,bungle,9.07,0.83,9.07,0.83,none,none,none, bungled,bungled,0.41,Verb,7,7,2,bungle,none,none,9.07,0.83,none,none,none, bungler,bungler,0.12,Noun,7,6,2,bungler,13.45,0.58,13.45,0.58,none,none,none, bunglers,bunglers,0.06,Noun,8,7,2,bungler,none,none,13.45,0.58,none,none,none, bungles,bungles,0.02,Verb,7,7,2,bungle,none,none,9.07,0.83,none,none,none, bungling,bungling,0.33,Adjective,8,8,3,bungling,11.08,0.65,11.08,0.65,none,none,none, bunion,bunion,0.69,Noun,6,6,2,bunion,10.37,1.00,10.37,1.00,none,none,none,12.11 bunions,bunions,0.47,Noun,7,7,2,bunion,none,none,10.37,1.00,none,none,none,12.11 bunk,bunk,6.27,Noun,4,4,1,bunk,5.62,1.00,5.62,1.00,none,6.15,7.96, bunkbed,bunkbed,Err:512,Err:512,7,7,2,bunkbed,6.48,0.95,6.48,0.95,none,none,none, bunked,bunked,0.14,Verb,6,5,1,bunk,none,none,5.62,1.00,none,6.15,7.96, bunker,bunker,4.69,Noun,6,5,2,bunker,9.50,1.00,9.50,1.00,none,none,none,10.99 bunkered,bunkered,0.06,Verb,8,6,2,bunker,none,none,9.50,1.00,none,none,none,10.99 bunkers,bunkers,0.78,Noun,7,6,2,bunker,none,none,9.50,1.00,none,none,none,10.99 bunkhouse,bunkhouse,0.80,Noun,9,7,2,bunkhouse,10.20,0.75,10.20,0.75,none,none,none, bunkhouses,bunkhouses,0.02,Noun,10,9,3,bunkhouse,none,none,10.20,0.75,none,none,none, bunking,bunking,0.35,Verb,7,6,2,bunk,none,none,5.62,1.00,none,6.15,7.96, bunkmate,bunkmate,0.22,Noun,8,7,2,bunkmate,10.74,1.00,10.74,1.00,none,none,none, bunkmates,bunkmates,0.06,Noun,9,8,2,bunkmate,none,none,10.74,1.00,none,none,none, bunko,bunko,0.14,Noun,5,5,2,bunko,16.50,0.63,16.50,0.63,none,none,none, bunks,bunks,1.08,Noun,5,5,1,bunk,none,none,5.62,1.00,none,6.15,7.96, bunkum,bunkum,0.02,Noun,6,6,2,bunkum,12.89,0.47,12.89,0.47,none,none,none, bunnies,bunnies,1.80,Noun,7,5,2,bunny,none,none,4.50,1.00,none,none,none, bunny,bunny,18.55,Noun,5,4,2,bunny,4.50,1.00,4.50,1.00,none,none,none, buns,buns,3.78,Noun,4,4,1,bun,none,none,5.79,1.00,none,none,6.23, bunt,bunt,0.80,Name,4,4,1,bunt,8.66,0.95,8.66,0.95,none,none,7.43, bunted,bunted,0.02,Verb,6,6,2,bunt,none,none,8.66,0.95,none,none,7.43, bunter,bunter,0.04,Noun,6,5,2,bunter,12.45,0.61,12.45,0.61,none,none,none, bunting,bunting,0.22,Noun,7,6,2,bunting,11.22,1.00,11.22,1.00,none,none,none, bunts,bunts,0.02,Verb,5,5,1,bunt,none,none,8.66,0.95,none,none,7.43, buoy,buoy,1.18,Noun,4,3,2,buoy,9.76,0.94,9.76,0.94,none,none,none,10.90 buoyancy,buoyancy,0.35,Noun,8,6,3,buoyancy,11.84,0.95,11.84,0.95,none,none,none, buoyant,buoyant,0.18,Adjective,7,5,2,buoyant,12.58,0.95,12.58,0.95,none,none,none, buoyed,buoyed,0.10,Verb,6,4,2,buoy,none,none,9.76,0.94,none,none,none,10.90 buoys,buoys,0.20,Noun,5,4,2,buoy,none,none,9.76,0.94,none,none,none,10.90 burble,burble,0.04,Verb,6,5,2,burble,13.00,0.68,13.00,0.68,none,none,none, burbles,burbles,0.02,Verb,7,6,2,burble,none,none,13.00,0.68,none,none,none, burbling,burbling,0.06,Verb,8,6,2,burble,none,none,13.00,0.68,none,none,none, burden,burden,9.82,Noun,6,5,2,burden,9.11,1.00,9.11,1.00,none,9.37,none,10.60 burdened,burdened,0.65,Verb,8,6,2,burden,none,none,9.11,1.00,none,9.37,none,10.60 burdens,burdens,0.88,Noun,7,6,2,burden,none,none,9.11,1.00,none,9.37,none,10.60 burdensome,burdensome,0.02,Adjective,10,8,3,burdensome,10.78,1.00,10.78,1.00,none,none,none, bureau,bureau,11.14,Noun,6,5,2,bureau,11.95,1.00,11.95,1.00,none,9.13,none,12.01 bureaucracies,bureaucracies,0.06,Noun,13,11,4,bureaucracy,none,none,11.95,1.00,none,none,none, bureaucracy,bureaucracy,0.51,Noun,11,10,4,bureaucracy,11.95,1.00,11.95,1.00,none,none,none, bureaucrat,bureaucrat,0.57,Noun,10,9,3,bureaucrat,12.74,1.00,12.74,1.00,none,none,none, bureaucratic,bureaucratic,0.80,Adjective,12,11,4,bureaucratic,14.05,0.95,14.05,0.95,none,none,none, bureaucrats,bureaucrats,0.65,Noun,11,10,3,bureaucrat,none,none,12.74,1.00,none,none,none, bureaus,bureaux,0.14,Noun,7,6,2,bureau,none,none,11.95,1.00,none,9.13,none,12.01 burg,burg,0.55,Noun,4,3,1,burg,12.18,0.61,12.18,0.61,none,none,none, burgee,burgee,Err:512,Err:512,6,4,2,burgee,15.00,0.05,15.00,0.05,none,none,none, burgeoning,burgeoning,0.33,Adjective,10,7,3,burgeoning,13.65,0.89,13.65,0.89,none,none,none, burger,burger,10.24,Noun,6,4,2,burger,5.17,1.00,5.17,1.00,none,none,none,4.91 burgers,burgers,5.00,Noun,7,5,2,burger,none,none,5.17,1.00,none,none,none,4.91 burgh,burgh,0.12,Noun,5,3,1,burgh,12.79,0.78,12.79,0.78,none,none,none, burglar,burglar,5.53,Noun,7,5,2,burglar,7.00,1.00,7.00,1.00,none,5.75,none,7.57 burglaries,burglaries,0.80,Noun,10,7,3,burglary,none,none,9.06,1.00,none,none,none, burglarize,burglarize,0.06,Verb,10,7,3,burglarize,10.89,1.00,10.89,1.00,none,none,none, burglarized,burglarized,0.20,Verb,11,8,3,burglarize,none,none,10.89,1.00,none,none,none, burglarizing,burglarizing,0.10,Verb,12,9,4,burglarize,none,none,10.89,1.00,none,none,none, burglars,burglars,2.10,Noun,8,6,2,burglar,none,none,7.00,1.00,none,5.75,none,7.57 burglary,burglary,3.57,Noun,8,6,3,burglary,9.06,1.00,9.06,1.00,none,none,none, burgle,burgle,0.16,Verb,6,6,2,burgle,10.08,0.72,10.08,0.72,none,none,none, burgled,burgled,0.22,Verb,7,7,2,burgle,none,none,10.08,0.72,none,none,none, burgling,burgling,0.16,Verb,8,6,2,burgle,none,none,10.08,0.72,none,none,none, burgomaster,burgomaster,0.43,Noun,11,9,4,burgomaster,17.25,0.19,17.25,0.19,none,none,none, burgs,burgs,0.04,Noun,5,5,1,burg,none,none,12.18,0.61,none,none,none, burial,burial,4.75,Noun,6,6,3,burial,9.22,1.00,9.22,1.00,none,8.85,none, burials,burials,0.20,Noun,7,7,3,burial,none,none,9.22,1.00,none,8.85,none, buried,buried,34.08,Verb,6,5,2,bury,none,none,6.28,1.00,5.77,5.75,none, buries,buries,0.76,Verb,6,5,2,bury,none,none,6.28,1.00,5.77,5.75,none, burl,burl,0.14,Name,4,3,1,burl,11.97,0.75,11.97,0.75,none,none,12.55, burlap,burlap,0.22,Noun,6,5,2,burlap,10.28,1.00,10.28,1.00,none,none,none, burled,burled,0.06,Verb,6,4,1,burl,none,none,11.97,0.75,none,none,12.55, burlesque,burlesque,0.71,Noun,9,6,2,burlesque,14.69,0.89,14.69,0.89,none,none,none,13.63 burliness,burliness,0.02,Noun,9,7,3,burliness,12.94,0.95,12.94,0.95,none,none,none, burly,burly,0.33,Adjective,5,4,2,burly,10.47,0.89,10.47,0.89,none,none,none, burn,burn,55.22,Verb,4,3,1,burn,4.72,1.00,4.72,1.00,none,4.52,4.86, burned,burned,28.39,Verb,6,4,1,burn,none,none,4.72,1.00,none,4.52,4.86, burner,burner,1.82,Noun,6,4,2,burner,8.00,1.00,8.00,1.00,none,8.60,none, burners,burners,0.55,Noun,7,5,2,burner,none,none,8.00,1.00,none,8.60,none, burnout,burnout,0.24,Noun,7,5,2,burnout,12.11,1.00,12.11,1.00,none,none,none, burnouts,burnouts,0.08,Noun,8,6,2,burnout,none,none,12.11,1.00,none,none,none, burnt,burnt,9.57,Verb,5,4,1,burn,none,none,4.72,1.00,none,4.52,4.86, burp,burp,1.29,Verb,4,3,1,burp,4.67,1.00,4.67,1.00,none,none,5.21, burped,burped,0.31,Verb,6,5,1,burp,none,none,4.67,1.00,none,none,5.21, burping,burping,0.47,Verb,7,5,2,burp,none,none,4.67,1.00,none,none,5.21, burps,burps,0.41,Verb,5,5,1,burp,none,none,4.67,1.00,none,none,5.21, burr,burr,0.69,Noun,4,2,1,burr,9.33,1.00,9.33,1.00,none,none,8.61, burrito,burrito,1.65,Noun,7,5,3,burrito,9.37,1.00,9.37,1.00,none,none,none, burritos,burritos,0.73,Noun,8,6,3,burrito,none,none,9.37,1.00,none,none,none, burro,burro,0.90,Noun,5,3,2,burro,10.72,0.90,10.72,0.90,none,none,none,11.09 burros,burros,0.57,Noun,6,4,2,burro,none,none,10.72,0.90,none,none,none,11.09 burrow,burrow,0.55,Noun,6,3,2,burrow,8.45,1.00,8.45,1.00,none,none,none,9.05 burrowed,burrowed,0.18,Verb,8,4,2,burrow,none,none,8.45,1.00,none,none,none,9.05 burrower,burrower,0.06,Noun,8,4,3,burrower,11.28,0.95,11.28,0.95,none,none,none, burrowing,burrowing,0.43,Verb,9,5,3,burrow,none,none,8.45,1.00,none,none,none,9.05 burrs,burrs,0.06,Noun,5,3,1,burr,none,none,9.33,1.00,none,none,8.61, bursa,bursa,0.06,Noun,5,5,2,bursa,15.78,0.41,15.78,0.41,none,none,none, bursar,bursar,0.16,Noun,6,4,2,bursar,16.31,0.72,16.31,0.72,none,none,none, burse,burse,0.02,Noun,5,3,1,burse,12.00,0.50,12.00,0.50,none,none,none, bursitis,bursitis,0.43,Noun,8,7,3,bursitis,16.00,0.50,16.00,0.50,none,none,none, burst,burst,8.53,Verb,5,4,1,burst,7.72,1.00,7.72,1.00,5.46,6.24,7.35, bursting,bursting,2.33,Verb,8,6,2,burst,none,none,7.72,1.00,5.46,6.24,7.35, bursts,bursts,1.14,Noun,6,5,1,burst,none,none,7.72,1.00,5.46,6.24,7.35, burthen,burthen,0.06,Noun,7,6,2,burthen,14.60,0.26,14.60,0.26,none,none,none, bury,bury,20.67,Verb,4,4,2,bury,6.28,1.00,6.28,1.00,5.77,5.75,none, burying,burying,2.33,Verb,7,6,3,bury,none,none,6.28,1.00,5.77,5.75,none, bus,bus,74.18,Noun,3,3,1,bus,3.85,1.00,3.85,1.00,none,none,4.38, busboy,busboy,1.69,Noun,6,5,2,busboy,10.21,1.00,10.21,1.00,none,none,none, busboys,busboys,0.47,Noun,7,6,2,busboy,none,none,10.21,1.00,none,none,none, busby,busby,0.04,Name,5,5,2,busby,14.00,0.26,14.00,0.26,none,none,none, bused,bussed,0.02,Verb,5,4,1,bus,none,none,3.85,1.00,none,none,4.38, buses,buses,3.94,Noun,5,5,2,bus,none,none,3.85,1.00,none,none,4.38, bush,bush,14.12,Noun,4,3,1,bush,4.90,1.00,4.90,1.00,none,5.26,5.13, bushed,bushed,0.73,Verb,6,4,1,bush,none,none,4.90,1.00,none,5.26,5.13, bushel,bushel,0.63,Noun,6,5,2,bushel,7.60,1.00,7.60,1.00,none,none,none,11.59 bushels,bushels,0.16,Noun,7,6,2,bushel,none,none,7.60,1.00,none,none,none,11.59 bushes,bushes,4.88,Noun,6,5,2,bush,none,none,4.90,1.00,none,5.26,5.13, bushier,bushier,0.02,Adjective,7,5,3,bushy,none,none,7.33,1.00,none,none,none, bushman,bushman,0.18,Noun,7,6,2,bushman,11.38,0.76,11.38,0.76,none,none,none, bushmaster,bushmaster,0.02,Noun,10,8,3,bushmaster,12.00,0.58,12.00,0.58,none,none,none, bushmen,bushmen,0.12,Noun,7,6,2,Bushman,none,none,11.38,0.76,none,none,none, bushwhack,bushwhack,0.20,Verb,9,6,2,bushwhack,12.21,1.00,12.21,1.00,none,none,none, bushwhacked,bushwhacked,0.22,Verb,11,7,2,bushwhack,none,none,12.21,1.00,none,none,none, bushwhacker,bushwhacker,0.04,Noun,11,7,3,bushwhacker,11.18,0.94,11.18,0.94,none,none,none, bushwhackers,bushwhackers,0.02,Noun,12,8,3,bushwhacker,none,none,11.18,0.94,none,none,none, bushwhacking,bushwhacking,0.08,Verb,12,8,3,bushwhack,none,none,12.21,1.00,none,none,none, bushy,bushy,0.49,Adjective,5,4,2,bushy,7.33,1.00,7.33,1.00,none,none,none, busier,busier,0.55,Adjective,6,5,3,busy,none,none,5.95,1.00,none,5.75,none,5.08 busies,busies,0.02,Verb,6,5,2,busy,none,none,5.95,1.00,none,5.75,none,5.08 busiest,busiest,0.86,Adjective,7,7,3,busy,none,none,5.95,1.00,none,5.75,none,5.08 business,business,321.00,Noun,8,6,2,business,7.47,1.00,7.47,1.00,none,8.66,none,8.20 businesses,businesses,3.04,Noun,10,8,3,business,none,none,7.47,1.00,none,8.66,none,8.20 businesslike,businesslike,0.24,Adjective,12,9,3,businesslike,10.55,1.00,10.55,1.00,none,none,none, businessman,businessman,7.92,Noun,11,9,3,businessman,9.38,1.00,9.38,1.00,9.01,none,none, businessmen,businessmen,2.47,Noun,11,9,3,businessman,none,none,9.38,1.00,9.01,none,none, businessperson,businessperson,0.04,Noun,14,11,4,businessperson,9.84,1.00,9.84,1.00,none,none,none, businesswoman,businesswoman,0.49,Noun,13,11,4,businesswoman,11.11,1.00,11.11,1.00,none,none,none, businesswomen,businesswomen,0.20,Noun,13,11,4,businesswoman,none,none,11.11,1.00,none,none,none, busing,bussing,0.27,Verb,6,5,2,bus,none,none,3.85,1.00,none,none,4.38, buskin,buskin,Err:512,Err:512,6,6,2,buskin,16.25,0.19,16.25,0.19,none,none,none, busload,busload,0.47,Noun,7,6,2,busload,7.47,0.89,7.47,0.89,none,none,none, busloads,busloads,0.06,Noun,8,7,2,busload,none,none,7.47,0.89,none,none,none, busman,busman,0.06,Noun,6,6,2,busman,11.93,0.74,11.93,0.74,none,none,none, buss,buss,0.18,Noun,4,3,1,bus,none,none,3.85,1.00,none,none,4.38, bussed,bussed,0.10,Verb,6,4,1,bus,none,none,3.85,1.00,none,none,4.38, busses,buses,0.24,Noun,6,5,2,bus,none,none,3.85,1.00,none,none,4.38, bussing,busing,0.20,Verb,7,5,2,bus,none,none,3.85,1.00,none,none,4.38, bust,bust,27.57,Verb,4,4,1,bust,9.23,1.00,9.23,1.00,none,8.39,8.36, bustard,bustard,0.06,Noun,7,6,2,bustard,15.75,0.44,15.75,0.44,none,none,none, buster,buster,16.14,Noun,6,5,2,buster,8.38,0.89,8.38,0.89,none,none,none, busters,busters,0.33,Noun,7,6,2,buster,none,none,8.38,0.89,none,none,none, bustier,bustier,0.18,Adjective,7,6,2,busty,none,none,11.45,1.00,none,none,none, busting,busting,5.78,Verb,7,6,2,bust,none,none,9.23,1.00,none,8.39,8.36, bustle,bustle,0.82,Verb,6,5,2,bustle,12.00,0.89,12.00,0.89,none,none,none,11.29 bustled,bustled,0.04,Verb,7,6,2,bustle,none,none,12.00,0.89,none,none,none,11.29 bustles,bustles,0.06,Noun,7,6,2,bustle,none,none,12.00,0.89,none,none,none,11.29 bustling,bustling,0.27,Adjective,8,7,3,bustling,10.89,0.90,10.89,0.90,none,none,none, busts,busts,1.41,Noun,5,5,1,bust,none,none,9.23,1.00,none,8.39,8.36, busty,busty,0.24,Adjective,5,5,2,busty,11.45,1.00,11.45,1.00,none,none,none, busy,busy,106.53,Adjective,4,4,2,busy,5.95,1.00,5.95,1.00,none,5.75,none,5.08 busybodies,busybodies,0.12,Noun,10,9,4,busybody,none,none,9.53,0.94,none,none,none, busybody,busybody,0.61,Noun,8,8,4,busybody,9.53,0.94,9.53,0.94,none,none,none, busyness,busyness,0.02,Noun,8,7,3,busyness,8.88,0.89,8.88,0.89,none,none,none, busywork,busywork,0.08,Noun,8,7,3,busywork,9.06,0.94,9.06,0.94,none,none,none, but,but,4417.47,Conjunction,3,3,1,but,4.60,1.00,4.60,1.00,4.54,none,4.01, butane,butane,0.29,Noun,6,6,2,butane,14.41,0.94,14.41,0.94,none,none,none, butch,butch,6.43,Name,5,3,1,butch,11.33,1.00,11.33,1.00,none,11.75,10.90, butcher,butcher,8.51,Noun,7,4,2,butcher,7.90,1.00,7.90,1.00,none,none,none,8.62 butcherbird,butcherbird,0.02,Noun,11,7,3,butcherbird,15.43,0.35,15.43,0.35,none,none,none, butchered,butchered,1.53,Verb,9,5,2,butcher,none,none,7.90,1.00,none,none,none,8.62 butchering,butchering,0.31,Verb,10,6,3,butcher,none,none,7.90,1.00,none,none,none,8.62 butchers,butchers,0.80,Noun,8,5,2,butcher,none,none,7.90,1.00,none,none,none,8.62 butchery,butchery,0.25,Noun,8,5,3,butchery,11.26,1.00,11.26,1.00,none,none,none, butches,butches,0.02,Noun,7,5,2,butch,none,none,11.33,1.00,none,11.75,10.90, butler,butler,9.96,Noun,6,5,2,butler,7.50,1.00,7.50,1.00,none,8.24,none,8.70 butlers,butlers,0.65,Noun,7,6,2,butler,none,none,7.50,1.00,none,8.24,none,8.70 buts,buts,1.59,Noun,4,4,1,but,none,none,4.60,1.00,4.54,none,4.01, butt,butt,38.57,Noun,4,3,1,butt,3.73,1.00,3.73,1.00,none,9.22,4.73, butted,butted,0.43,Verb,6,5,2,butt,none,none,3.73,1.00,none,9.22,4.73, butter,butter,20.43,Noun,6,4,2,butter,5.78,1.00,5.78,1.00,4.57,4.31,none,4.91 butterball,butterball,0.33,Noun,10,7,3,butterball,8.89,0.90,8.89,0.90,none,none,none, butterballs,butterballs,0.20,Noun,11,8,3,butterball,none,none,8.89,0.90,none,none,none, buttercup,buttercup,2.37,Noun,9,7,3,buttercup,6.90,1.00,6.90,1.00,none,none,none, buttercups,buttercups,0.10,Noun,10,8,3,buttercup,none,none,6.90,1.00,none,none,none, buttered,buttered,0.82,Verb,8,5,2,butter,none,none,5.78,1.00,4.57,4.31,none,4.91 butterfat,butterfat,0.04,Noun,9,7,3,butterfat,11.78,0.95,11.78,0.95,none,none,none, butterflies,butterflies,2.25,Noun,11,8,3,butterfly,none,none,3.67,1.00,none,none,none, butterfly,butterfly,5.51,Noun,9,7,3,butterfly,3.67,1.00,3.67,1.00,none,none,none, buttering,buttering,0.27,Verb,9,6,3,butter,none,none,5.78,1.00,4.57,4.31,none,4.91 buttermilk,buttermilk,1.22,Noun,10,8,3,buttermilk,7.60,1.00,7.60,1.00,none,none,none, butternut,butternut,0.16,Noun,9,7,3,butternut,10.47,0.94,10.47,0.94,none,none,none, butters,butters,1.96,Noun,7,5,2,butter,none,none,5.78,1.00,4.57,4.31,none,4.91 butterscotch,butterscotch,0.49,Noun,12,8,3,butterscotch,6.78,1.00,6.78,1.00,none,none,none, buttery,buttery,0.33,Noun,7,5,3,buttery,6.16,0.95,6.16,0.95,none,none,none, buttes,buttes,0.14,Noun,6,5,1,butt,none,none,3.73,1.00,none,9.22,4.73, butting,butting,1.45,Verb,7,5,2,butt,none,none,3.73,1.00,none,9.22,4.73, buttock,buttock,0.33,Noun,7,5,2,buttock,10.44,1.00,10.44,1.00,none,none,none, buttocks,buttocks,1.82,Noun,8,6,2,buttocks,7.72,1.00,7.72,1.00,none,none,none, button,button,28.25,Noun,6,5,2,button,4.78,1.00,4.78,1.00,none,4.05,none,5.25 buttoned,buttoned,0.75,Verb,8,6,2,button,none,none,4.78,1.00,none,4.05,none,5.25 buttonhole,buttonhole,0.22,Noun,10,8,3,buttonhole,6.84,1.00,6.84,1.00,none,none,none, buttonholed,buttonholed,0.02,Verb,11,9,3,buttonhole,none,none,6.84,1.00,none,none,none, buttonholes,buttonholes,0.06,Noun,11,9,3,buttonhole,none,none,6.84,1.00,none,none,none, buttonhook,buttonhook,0.06,Verb,10,8,3,buttonhook,10.67,0.83,10.67,0.83,none,none,none, buttoning,buttoning,0.14,Verb,9,7,3,button,none,none,4.78,1.00,none,4.05,none,5.25 buttons,buttons,8.71,Noun,7,6,2,button,none,none,4.78,1.00,none,4.05,none,5.25 buttress,buttress,0.04,Verb,8,6,2,buttress,12.80,0.53,12.80,0.53,none,none,none, buttressed,buttressed,0.02,Verb,10,7,2,buttress,none,none,12.80,0.53,none,none,none, buttresses,buttresses,0.04,Noun,10,8,3,buttress,none,none,12.80,0.53,none,none,none, butts,butts,5.73,Noun,5,4,1,butt,none,none,3.73,1.00,none,9.22,4.73, buxom,buxom,0.10,Adjective,5,6,2,buxom,12.39,0.95,12.39,0.95,none,none,none, buy,buy,192.43,Verb,3,2,1,buy,5.56,1.00,5.56,1.00,4.60,none,5.27, buyable,buyable,0.02,Adjective,7,6,3,buyable,9.37,1.00,9.37,1.00,none,none,none, buyer,buyer,5.18,Noun,5,3,2,buyer,6.94,1.00,6.94,1.00,none,none,none, buyers,buyers,2.37,Noun,6,4,2,buyer,none,none,6.94,1.00,none,none,none, buying,buying,32.92,Verb,6,4,2,buy,none,none,5.56,1.00,4.60,none,5.27, buyout,buyout,0.22,Noun,6,4,2,buyout,11.11,1.00,11.11,1.00,none,none,none, buyouts,buyouts,0.04,Noun,7,5,2,buyout,none,none,11.11,1.00,none,none,none, buys,buys,7.06,Verb,4,3,1,buy,none,none,5.56,1.00,4.60,none,5.27, buzz,buzz,15.96,Unclassified,4,3,1,buzz,7.10,0.95,7.10,0.95,none,none,4.67, buzzard,buzzard,1.82,Noun,7,5,2,buzzard,9.83,0.90,9.83,0.90,none,none,none,8.79 buzzards,buzzards,1.45,Noun,8,6,2,buzzard,none,none,9.83,0.90,none,none,none,8.79 buzzed,buzzed,0.94,Verb,6,4,1,buzz,none,none,7.10,0.95,none,none,4.67, buzzer,buzzer,3.94,Noun,6,4,2,buzzer,5.72,0.95,5.72,0.95,none,none,none, buzzers,buzzers,0.29,Noun,7,5,2,buzzer,none,none,5.72,0.95,none,none,none, buzzes,buzzes,1.22,Verb,6,5,2,buzz,none,none,7.10,0.95,none,none,4.67, buzzing,buzzing,4.33,Verb,7,5,2,buzz,none,none,7.10,0.95,none,none,4.67, buzzword,buzzword,0.12,Noun,8,6,2,buzzword,14.62,0.89,14.62,0.89,none,none,none, buzzwords,buzzwords,0.04,Noun,9,7,2,buzzword,none,none,14.62,0.89,none,none,none, by,by,1340.47,Preposition,2,2,1,by,5.41,1.00,5.41,1.00,4.51,none,4.27, bye,bye,180.08,Interjection,3,2,1,bye,3.28,1.00,3.28,1.00,none,none,2.86, byes,byes,0.02,Noun,4,3,1,bye,none,none,3.28,1.00,none,none,2.86, bygone,bygone,0.25,Adjective,6,5,2,bygone,12.41,0.89,12.41,0.89,none,none,none, bygones,bygones,3.41,Noun,7,6,2,bygone,none,none,12.41,0.89,none,none,none, bylaw,bylaw,0.12,Noun,5,4,2,bylaw,13.89,1.00,13.89,1.00,none,none,none, bylaws,bylaws,0.43,Noun,6,5,2,bylaw,none,none,13.89,1.00,none,none,none, byline,byline,0.39,Noun,6,5,2,byline,12.44,0.84,12.44,0.84,none,none,none, bylines,bylines,0.04,Noun,7,6,2,byline,none,none,12.44,0.84,none,none,none, bypass,bypass,3.57,Noun,6,5,2,bypass,9.89,1.00,9.89,1.00,none,none,none,11.70 bypassed,bypassed,0.37,Verb,8,6,2,bypass,none,none,9.89,1.00,none,none,none,11.70 bypasses,bypasses,0.14,Noun,8,7,3,bypass,none,none,9.89,1.00,none,none,none,11.70 bypassing,bypassing,0.22,Verb,9,7,3,bypass,none,none,9.89,1.00,none,none,none,11.70 byproduct,by-product,0.25,Noun,9,9,3,byproduct,13.31,0.89,13.31,0.89,none,none,none, byproducts,by-products,0.24,Noun,10,10,3,byproduct,none,none,13.31,0.89,none,none,none, bystander,bystander,0.88,Noun,9,8,3,bystander,11.06,1.00,11.06,1.00,none,none,none, bystanders,bystanders,0.45,Noun,10,9,3,bystander,none,none,11.06,1.00,none,none,none, byte,byte,0.12,Noun,4,3,1,byte,13.57,1.00,13.57,1.00,none,none,none, bytes,bytes,0.33,Noun,5,4,1,byte,none,none,13.57,1.00,none,none,none, byway,byway,0.14,Noun,5,4,2,byway,12.20,0.71,12.20,0.71,none,none,none, byways,byways,0.18,Noun,6,5,2,byway,none,none,12.20,0.71,none,none,none, byword,byword,0.04,Noun,6,5,2,byword,14.20,0.83,14.20,0.83,none,none,none, bywords,bywords,0.02,Noun,7,6,2,byword,none,none,14.20,0.83,none,none,none, byzantine,byzantine,0.43,Adjective,9,8,3,byzantine,14.59,0.94,14.59,0.94,none,none,none, cab,cab,35.80,Noun,3,3,1,cab,6.94,1.00,6.94,1.00,none,none,6.74, cabal,cabal,0.25,Noun,5,5,2,cabal,15.75,0.44,15.75,0.44,none,none,none, cabala,cabala,0.14,Noun,6,6,3,cabala,18.00,0.42,18.00,0.42,none,none,none, cabalism,cabalism,0.16,Noun,8,9,4,cabalism,13.00,0.50,13.00,0.50,none,none,none, cabalist,cabalist,0.06,Noun,8,8,3,cabalist,15.71,0.33,15.71,0.33,none,none,none, cabalistic,cabalistic,0.10,Adjective,10,10,4,cabalistic,15.70,0.53,15.70,0.53,none,none,none, cabalists,cabalists,0.12,Noun,9,9,3,cabalist,none,none,15.71,0.33,none,none,none, caballero,caballero,0.41,Noun,9,8,4,caballero,13.18,0.58,13.18,0.58,none,none,none, caballeros,caballeros,0.59,Noun,10,8,4,caballero,none,none,13.18,0.58,none,none,none, cabals,cabals,0.04,Noun,6,6,2,cabal,none,none,15.75,0.44,none,none,none, cabana,cabana,0.90,Noun,6,6,3,cabana,13.12,0.94,13.12,0.94,none,none,none, cabanas,cabanas,0.04,Noun,7,7,3,cabana,none,none,13.12,0.94,none,none,none, cabaret,cabaret,2.25,Noun,7,5,3,cabaret,12.63,1.00,12.63,1.00,none,none,none, cabarets,cabarets,0.25,Noun,8,6,3,cabaret,none,none,12.63,1.00,none,none,none, cabbage,cabbage,2.90,Noun,7,5,2,cabbage,5.78,1.00,5.78,1.00,none,none,none,6.75 cabbages,cabbages,0.73,Noun,8,7,3,cabbage,none,none,5.78,1.00,none,none,none,6.75 cabbalistic,cabbalistic,0.02,Adjective,11,10,4,cabalistic,none,none,15.70,0.53,none,none,none, cabbie,cabbie,1.39,Noun,6,4,2,cabbie,9.38,0.89,9.38,0.89,none,none,none, cabbies,cabbies,0.14,Noun,7,5,2,cabbie,none,none,9.38,0.89,none,none,none, cabby,cabby,0.75,Noun,5,4,2,cabbie,none,none,9.38,0.89,none,none,none, cabdriver,cabdriver,0.27,Noun,9,8,3,cabdriver,8.57,1.00,8.57,1.00,none,none,none, cabdrivers,cabdrivers,0.02,Noun,10,9,3,cabdriver,none,none,8.57,1.00,none,none,none, caber,caber,0.24,Noun,5,4,2,caber,13.00,0.40,13.00,0.40,none,none,none, cabernet,cabernet,0.53,Noun,8,6,3,cabernet,15.33,0.75,15.33,0.75,none,none,none, cabernets,cabernets,0.02,Noun,9,8,3,cabernet,none,none,15.33,0.75,none,none,none, cabin,cabin,19.65,Noun,5,5,2,cabin,6.39,1.00,6.39,1.00,none,none,none,6.82 cabinet,cabinet,8.33,Noun,7,7,3,cabinet,6.06,1.00,6.06,1.00,none,7.66,none, cabinets,cabinets,1.20,Noun,8,8,3,cabinet,none,none,6.06,1.00,none,7.66,none, cabins,cabins,0.94,Noun,6,6,2,cabin,none,none,6.39,1.00,none,none,none,6.82 cable,cable,21.73,Noun,5,5,2,cable,9.20,1.00,9.20,1.00,none,none,none,7.26 cabled,cabled,0.37,Verb,6,6,2,cable,none,none,9.20,1.00,none,none,none,7.26 cablegram,cablegram,0.20,Noun,9,9,3,cablegram,13.27,0.61,13.27,0.61,none,none,none, cablegrams,cablegrams,0.08,Noun,10,10,3,cablegram,none,none,13.27,0.61,none,none,none, cables,cables,2.16,Noun,6,6,2,cable,none,none,9.20,1.00,none,none,none,7.26 cabling,cabling,0.06,Noun,7,6,2,cabling,12.44,0.84,12.44,0.84,none,none,none, cabman,cabman,0.16,Noun,6,6,2,cabman,8.83,0.95,8.83,0.95,none,none,none, cabmen,cabmen,0.02,Noun,6,6,2,cabman,none,none,8.83,0.95,none,none,none, caboodle,caboodle,0.67,Noun,8,7,3,caboodle,10.50,0.89,10.50,0.89,none,none,none, caboose,caboose,0.59,Noun,7,5,2,caboose,6.44,1.00,6.44,1.00,none,none,none,8.62 cabooses,cabooses,0.16,Noun,8,7,3,caboose,none,none,6.44,1.00,none,none,none,8.62 cabriole,cabriole,0.04,Noun,8,7,3,cabriole,15.25,0.44,15.25,0.44,none,none,none, cabriolet,cabriolet,0.08,Noun,9,8,4,cabriolet,16.29,0.70,16.29,0.70,none,none,none, cabs,cabs,2.14,Noun,4,4,1,cab,none,none,6.94,1.00,none,none,6.74, cabstand,cabstand,0.08,Noun,8,8,2,cabstand,10.67,0.32,10.67,0.32,none,none,none, cacciatore,cacciatore,0.24,Noun,10,8,4,cacciatore,17.55,0.58,17.55,0.58,none,none,none, cache,cache,0.61,Noun,5,3,1,cache,15.05,0.95,15.05,0.95,none,12.02,12.90, caches,caches,0.06,Noun,6,5,2,cache,none,none,15.05,0.95,none,12.02,12.90, cachet,cachet,0.18,Noun,6,4,2,cachet,15.12,0.76,15.12,0.76,none,none,none, caching,caching,0.02,Verb,7,5,2,cache,none,none,15.05,0.95,none,12.02,12.90, cackle,cackle,0.29,Noun,6,5,2,cackle,8.56,1.00,8.56,1.00,none,none,none, cackles,cackles,0.45,Verb,7,6,2,cackle,none,none,8.56,1.00,none,none,none, cackling,cackling,0.69,Verb,8,7,3,cackle,none,none,8.56,1.00,none,none,none, cacophonous,cacophonous,0.04,Adjective,11,9,4,cacophonous,15.38,0.68,15.38,0.68,none,none,none, cacophony,cacophony,0.25,Noun,9,8,4,cacophony,17.00,0.57,17.00,0.57,none,none,none, cacti,cacti,0.08,Noun,5,5,2,cactus,none,none,6.72,1.00,none,none,none,6.61 cactus,cactus,2.90,Noun,6,6,2,cactus,6.72,1.00,6.72,1.00,none,none,none,6.61 cactuses,cactuses,0.08,Noun,8,9,3,cactus,none,none,6.72,1.00,none,none,none,6.61 cadastre,cadastre,0.02,Noun,8,8,3,cadastre,16.17,0.32,16.17,0.32,none,none,none, cadaver,cadaver,1.18,Noun,7,6,3,cadaver,13.00,0.89,13.00,0.89,none,none,none, cadaveric,cadaveric,0.08,Adjective,9,8,4,cadaveric,16.60,0.45,16.60,0.45,none,none,none, cadaverous,cadaverous,0.02,Adjective,10,8,4,cadaverous,15.47,0.94,15.47,0.94,none,none,none, cadavers,cadavers,0.71,Noun,8,7,3,cadaver,none,none,13.00,0.89,none,none,none, caddie,caddie,0.71,Noun,6,4,2,caddie,9.83,1.00,9.83,1.00,none,10.70,none,10.90 caddied,caddied,0.06,Verb,7,5,2,caddie,none,none,9.83,1.00,none,10.70,none,10.90 caddies,caddies,0.04,Noun,7,5,2,caddie,none,none,9.83,1.00,none,10.70,none,10.90 caddy,caddy,2.84,Noun,5,4,2,caddie,none,none,9.83,1.00,none,10.70,none,10.90 caddying,caddying,0.08,Verb,8,6,3,caddie,none,none,9.83,1.00,none,10.70,none,10.90 cadence,cadence,0.29,Noun,7,6,2,cadence,13.06,0.95,13.06,0.95,none,none,none, cadences,cadences,0.02,Noun,8,8,3,cadence,none,none,13.06,0.95,none,none,none, cadenza,cadenza,0.04,Noun,7,7,3,cadenza,14.57,0.39,14.57,0.39,none,none,none, cadet,cadet,3.45,Noun,5,5,2,cadet,9.68,1.00,9.68,1.00,none,none,none,10.41 cadets,cadets,1.43,Noun,6,6,2,cadet,none,none,9.68,1.00,none,none,none,10.41 cadge,cadge,0.02,Verb,5,3,1,cadge,15.20,0.28,15.20,0.28,none,none,none, cadging,cadging,0.06,Verb,7,5,2,cadge,none,none,15.20,0.28,none,none,none, cadmium,cadmium,0.14,Noun,7,7,3,cadmium,14.92,0.68,14.92,0.68,none,none,none, cadre,cadre,0.24,Noun,5,5,2,cadre,15.45,0.52,15.45,0.52,none,none,none, cadres,cadres,0.08,Noun,6,6,2,cadre,none,none,15.45,0.52,none,none,none, caduceus,caduceus,0.04,Noun,8,9,4,caduceus,18.50,0.32,18.50,0.32,none,none,none, caesarean,caesarean,0.20,Noun,9,6,3,caesarean,13.53,0.94,13.53,0.94,none,none,none, caesareans,caesareans,0.02,Noun,10,7,3,Caesarean,none,none,13.53,0.94,none,none,none, caesarian,caesarean,0.10,Noun,9,8,4,Caesarean,none,none,13.53,0.94,none,none,none, cafe,cafe,5.06,Noun,4,4,2,cafe,8.75,1.00,8.75,1.00,none,none,none,7.34 cafes,cafes,0.31,Noun,5,5,2,cafe,none,none,8.75,1.00,none,none,none,7.34 cafeteria,cafeteria,5.67,Noun,9,9,5,cafeteria,7.15,1.00,7.15,1.00,none,none,none, cafeterias,cafeterias,0.08,Noun,10,10,5,cafeteria,none,none,7.15,1.00,none,none,none, caffeine,caffeine,2.94,Noun,8,5,2,caffeine,9.16,1.00,9.16,1.00,none,none,none,8.37 caftan,caftan,0.10,Noun,6,6,2,caftan,14.50,0.42,14.50,0.42,none,none,none, caftans,caftans,0.04,Noun,7,7,2,caftan,none,none,14.50,0.42,none,none,none, cage,cage,20.27,Noun,4,3,1,cage,5.06,1.00,5.06,1.00,none,6.09,5.40, cages,cages,2.43,Noun,5,5,2,cage,none,none,5.06,1.00,none,6.09,5.40, cagey,cagey,0.57,Adjective,5,4,2,cagey,13.86,0.74,13.86,0.74,none,none,none, caging,caging,0.02,Verb,6,5,2,cage,none,none,5.06,1.00,none,6.09,5.40, cahoots,cahoots,0.63,Noun,7,6,2,cahoots,12.19,0.84,12.19,0.84,none,none,none, cairn,cairn,0.06,Noun,5,4,1,cairn,15.27,0.58,15.27,0.58,none,none,none, cairns,cairns,0.02,Noun,6,5,1,cairn,none,none,15.27,0.58,none,none,none, caisson,caisson,0.04,Noun,7,5,2,caisson,17.17,0.29,17.17,0.29,none,none,none, caissons,caissons,0.12,Noun,8,6,2,caisson,none,none,17.17,0.29,none,none,none, cajole,cajole,0.14,Noun,6,5,2,cajole,12.64,0.74,12.64,0.74,none,none,none, cajoled,cajoled,0.06,Verb,7,6,2,cajole,none,none,12.64,0.74,none,none,none, cajoling,cajoling,0.08,Verb,8,7,3,cajole,none,none,12.64,0.74,none,none,none, cake,cake,45.06,Noun,4,3,1,cake,3.26,1.00,3.26,1.00,none,4.47,4.21, caked,caked,0.18,Verb,5,4,1,cake,none,none,3.26,1.00,none,4.47,4.21, cakes,cakes,5.71,Noun,5,4,1,cake,none,none,3.26,1.00,none,4.47,4.21, cakewalk,cakewalk,0.41,Noun,8,6,2,cakewalk,9.61,0.95,9.61,0.95,none,none,none, cakey,cakey,0.04,Noun,5,4,2,cakey,9.81,0.80,9.81,0.80,none,none,none, cal,cal,10.39,Abbreviation,3,3,1,calorie,none,none,11.42,1.00,none,none,none, calabash,calabash,0.06,Noun,8,7,3,calabash,16.75,0.42,16.75,0.42,none,none,none, calaboose,calaboose,0.06,Noun,9,7,3,calaboose,12.67,0.33,12.67,0.33,none,none,none, calamari,calamari,0.61,Noun,8,8,4,calamari,13.16,0.95,13.16,0.95,none,none,none, calamine,calamine,0.20,Noun,8,7,3,calamine,8.19,0.89,8.19,0.89,none,none,none, calamite,calamite,0.02,Noun,8,7,3,calamite,16.25,0.44,16.25,0.44,none,none,none, calamities,calamities,0.08,Noun,10,9,4,calamity,none,none,11.05,1.00,none,none,none, calamitous,calamitous,0.12,Adjective,10,9,4,calamitous,13.73,0.79,13.73,0.79,none,none,none, calamity,calamity,2.00,Noun,8,8,4,calamity,11.05,1.00,11.05,1.00,none,none,none, calceolaria,calceolaria,0.02,Noun,11,11,6,calceolaria,21.00,0.11,21.00,0.11,none,none,none, calcification,calcification,0.02,Noun,13,12,5,calcification,14.94,0.89,14.94,0.89,none,none,none, calcify,calcify,0.02,Verb,7,7,3,calcify,15.44,0.84,15.44,0.84,none,none,none, calcite,calcite,0.08,Noun,7,6,2,calcite,14.27,0.79,14.27,0.79,none,none,none, calcium,calcium,1.76,Noun,7,7,3,calcium,9.89,1.00,9.89,1.00,none,10.62,none, calculate,calculate,2.08,Verb,9,9,3,calculate,9.26,1.00,9.26,1.00,8.82,none,none, calculated,calculated,2.35,Verb,10,11,4,calculate,none,none,9.26,1.00,8.82,none,none, calculates,calculates,0.20,Verb,10,10,3,calculate,none,none,9.26,1.00,8.82,none,none, calculating,calculating,1.18,Verb,11,11,4,calculate,none,none,9.26,1.00,8.82,none,none, calculation,calculation,0.63,Noun,11,11,4,calculation,8.78,1.00,8.78,1.00,none,none,none, calculations,calculations,2.33,Noun,12,12,4,calculation,none,none,8.78,1.00,none,none,none, calculative,calculative,0.06,Adjective,11,11,4,calculative,10.28,0.95,10.28,0.95,none,none,none, calculator,calculator,1.29,Noun,10,10,4,calculator,8.22,1.00,8.22,1.00,none,none,none, calculators,calculators,0.20,Noun,11,11,4,calculator,none,none,8.22,1.00,none,none,none, calculus,calculus,0.92,Noun,8,9,3,calculus,14.00,1.00,14.00,1.00,none,13.43,none, caldera,caldera,0.12,Noun,7,7,3,caldera,14.80,0.56,14.80,0.56,none,none,none, caldron,caldron,0.08,Noun,7,7,2,cauldron,none,none,9.61,0.95,none,none,none, calendar,calendar,7.12,Noun,8,7,3,calendar,5.89,1.00,5.89,1.00,none,none,none, calendared,calendared,0.04,Verb,10,8,3,calendar,none,none,5.89,1.00,none,none,none, calendars,calendars,0.67,Noun,9,8,3,calendar,none,none,5.89,1.00,none,none,none, calendula,calendula,0.04,Noun,9,8,4,calendula,15.25,0.42,15.25,0.42,none,none,none, calf,calf,2.96,Noun,4,3,1,calf,6.63,1.00,6.63,1.00,5.46,6.67,6.47, calfskin,calfskin,0.20,Noun,8,7,2,calfskin,12.67,0.79,12.67,0.79,none,none,none, caliber,calibre,2.73,Noun,7,6,3,caliber,11.06,1.00,11.06,1.00,none,none,none, calibers,calibres,0.06,Noun,8,7,3,caliber,none,none,11.06,1.00,none,none,none, calibrate,calibrate,0.24,Verb,9,8,3,calibrate,12.89,1.00,12.89,1.00,none,none,none, calibrated,calibrated,0.47,Verb,10,10,4,calibrate,none,none,12.89,1.00,none,none,none, calibrating,calibrating,0.06,Verb,11,10,4,calibrate,none,none,12.89,1.00,none,none,none, calibration,calibration,0.22,Noun,11,10,4,calibration,12.44,1.00,12.44,1.00,none,none,none, calibrations,calibrations,0.04,Noun,12,11,4,calibration,none,none,12.44,1.00,none,none,none, calico,calico,0.31,Noun,6,6,3,calico,10.75,0.84,10.75,0.84,none,none,none, calicoes,calicoes,0.02,Noun,8,7,3,calico,none,none,10.75,0.84,none,none,none, calicos,calicos,0.02,Noun,7,7,3,calico,none,none,10.75,0.84,none,none,none, calif,calif,0.02,Name,5,10,4,calif,13.67,0.14,13.67,0.14,none,none,none, californium,californium,0.08,Noun,11,11,5,californium,14.10,0.45,14.10,0.45,none,none,none, caliginous,caliginous,0.02,Adjective,10,9,4,caliginous,16.00,0.28,16.00,0.28,none,none,none, caliph,caliph,0.16,Noun,6,5,2,caliph,14.75,0.42,14.75,0.42,none,none,none, calk,calk,Err:512,Err:512,4,3,1,calk,14.08,0.68,14.08,0.68,none,none,none, call,call,861.39,Verb,4,3,1,call,4.74,1.00,4.74,1.00,4.84,4.67,4.60, callback,call-back,0.86,Noun,8,6,2,callback,10.89,1.00,10.89,1.00,none,none,none, callbacks,callbacks,0.27,Noun,9,7,2,callback,none,none,10.89,1.00,none,none,none, called,called,340.02,Verb,6,4,1,call,none,none,4.74,1.00,4.84,4.67,4.60, caller,caller,4.35,Noun,6,4,2,caller,6.78,0.95,6.78,0.95,none,none,none, callers,callers,0.82,Noun,7,5,2,caller,none,none,6.78,0.95,none,none,none, calligrapher,calligrapher,0.06,Noun,12,9,4,calligrapher,11.07,0.78,11.07,0.78,none,none,none, calligraphic,calligraphic,0.02,Adjective,12,10,4,calligraphic,11.38,0.89,11.38,0.89,none,none,none, calligraphy,calligraphy,0.55,Noun,11,9,4,calligraphy,12.94,1.00,12.94,1.00,none,none,none, calling,calling,123.75,Verb,7,5,2,call,none,none,4.74,1.00,4.84,4.67,4.60, calliope,calliope,0.27,Noun,8,7,4,calliope,12.45,0.52,12.45,0.52,none,none,none, callous,callous,0.98,Adjective,7,5,2,callous,10.84,1.00,10.84,1.00,none,none,none,11.59 callousness,callousness,0.16,Noun,11,8,3,callousness,11.19,0.80,11.19,0.80,11.71,none,none, callow,callow,0.25,Adjective,6,4,2,callow,13.25,0.67,13.25,0.67,none,none,none, calls,calls,80.33,Noun,5,4,1,call,none,none,4.74,1.00,4.84,4.67,4.60, callus,callus,0.22,Noun,6,5,2,callus,9.88,0.89,9.88,0.89,none,none,none, callused,callused,0.06,Verb,8,6,2,callus,none,none,9.88,0.89,none,none,none, calluses,calluses,0.43,Noun,8,7,3,callus,none,none,9.88,0.89,none,none,none, calm,calm,89.04,Verb,4,3,1,calm,6.26,1.00,6.26,1.00,7.24,6.67,5.86, calmed,calmed,1.67,Verb,6,4,1,calm,none,none,6.26,1.00,7.24,6.67,5.86, calmer,calmer,0.71,Adjective,6,4,2,calm,none,none,6.26,1.00,7.24,6.67,5.86, calmest,calmest,0.02,Adjective,7,6,2,calm,none,none,6.26,1.00,7.24,6.67,5.86, calmness,calmness,0.10,Noun,8,6,2,calmness,8.21,1.00,8.21,1.00,none,8.98,none, calms,calms,1.18,Verb,5,4,1,calm,none,none,6.26,1.00,7.24,6.67,5.86, calomel,calomel,0.12,Noun,7,7,3,calomel,13.60,0.28,13.60,0.28,none,none,none, caloric,caloric,0.08,Adjective,7,7,3,caloric,12.80,0.79,12.80,0.79,none,none,none, calorie,calorie,0.24,Noun,7,5,3,calorie,11.42,1.00,11.42,1.00,none,none,none, calories,calories,1.55,Noun,8,6,3,calorie,none,none,11.42,1.00,none,none,none, calorific,calorific,Err:512,Err:512,9,9,4,calorific,14.64,0.74,14.64,0.74,none,none,none, calorimeter,calorimeter,0.02,Noun,11,10,5,calorimeter,15.38,0.72,15.38,0.72,none,none,none, calumnious,calumnious,Err:512,Err:512,10,9,4,calumnious,13.67,0.15,13.67,0.15,none,none,none, calve,calve,0.00,Err:512,5,3,1,calve,8.84,0.75,8.84,0.75,none,none,10.42, calves,calves,1.61,Noun,6,4,1,calf,none,none,6.63,1.00,5.46,6.67,6.47, calving,calving,0.02,Verb,7,5,2,calve,none,none,8.84,0.75,none,none,10.42, calypso,calypso,0.33,Noun,7,7,3,calypso,14.59,0.89,14.59,0.89,none,none,none, calypsos,calypsos,0.02,Noun,8,8,3,calypso,none,none,14.59,0.89,none,none,none, calzone,calzone,0.10,Noun,7,6,2,calzone,12.72,0.90,12.72,0.90,none,none,none, calzones,calzones,0.08,Noun,8,7,2,calzone,none,none,12.72,0.90,none,none,none, cam,cam,3.78,Abbreviation,3,3,1,cam,9.23,0.86,9.23,0.86,none,none,11.10, camaraderie,camaraderie,0.53,Noun,11,8,5,camaraderie,12.22,1.00,12.22,1.00,none,none,none, cambric,cambric,Err:512,Err:512,7,7,2,cambric,16.00,0.19,16.00,0.19,none,none,none, camcorder,camcorder,0.63,Noun,9,8,3,camcorder,11.65,1.00,11.65,1.00,none,none,none, camcorders,camcorders,0.06,Noun,10,9,3,camcorder,none,none,11.65,1.00,none,none,none, came,came,463.73,Verb,4,3,1,come,none,none,3.32,1.00,4.70,none,4.53, camel,camel,5.02,Noun,5,5,2,camel,5.11,1.00,5.11,1.00,5.61,6.37,none,5.68 camelback,camelback,0.04,Noun,9,8,3,camelback,10.43,0.78,10.43,0.78,none,none,none, camellia,camellia,0.12,Noun,8,7,3,camellia,13.10,0.53,13.10,0.53,none,none,none, camellias,camellias,0.24,Noun,9,8,3,camellia,none,none,13.10,0.53,none,none,none, camels,camels,1.41,Noun,6,6,2,camel,none,none,5.11,1.00,5.61,6.37,none,5.68 camembert,camembert,0.24,Noun,9,9,3,camembert,15.71,0.70,15.71,0.70,none,none,none, cameo,cameo,0.47,Noun,5,5,3,cameo,11.06,0.82,11.06,0.82,none,none,none, cameos,cameos,0.10,Noun,6,6,3,cameo,none,none,11.06,0.82,none,none,none, camera,camera,57.00,Noun,6,5,3,camera,6.00,1.00,6.00,1.00,none,none,none, cameraman,cameraman,2.16,Noun,9,8,4,cameraman,10.28,1.00,10.28,1.00,none,none,none, cameramen,cameramen,0.35,Noun,9,8,4,cameraman,none,none,10.28,1.00,none,none,none, cameras,cameras,17.94,Noun,7,6,3,camera,none,none,6.00,1.00,none,none,none, camerawork,camerawork,0.04,Noun,10,8,3,camerawork,11.06,0.84,11.06,0.84,none,none,none, camion,camion,0.04,Noun,6,6,3,camion,11.40,0.26,11.40,0.26,none,none,none, camions,camions,0.02,Noun,7,7,3,camion,none,none,11.40,0.26,none,none,none, camisole,camisole,0.10,Noun,8,7,3,camisole,13.72,0.95,13.72,0.95,none,none,none, camouflage,camouflage,1.84,Noun,10,8,3,camouflage,7.53,1.00,7.53,1.00,none,none,none, camouflaging,camouflaging,0.14,Verb,12,10,4,camouflage,none,none,7.53,1.00,none,none,none, camp,camp,51.22,Noun,4,4,1,camp,5.78,1.00,5.78,1.00,none,6.24,5.39, campaign,campaign,16.78,Noun,8,6,2,campaign,12.55,1.00,12.55,1.00,none,none,none,9.05 campaigned,campaigned,0.24,Verb,10,7,2,campaign,none,none,12.55,1.00,none,none,none,9.05 campaigner,campaigner,0.16,Noun,10,7,3,campaigner,13.37,1.00,13.37,1.00,none,none,none, campaigners,campaigners,0.02,Noun,11,8,3,campaigner,none,none,13.37,1.00,none,none,none, campaigning,campaigning,0.88,Verb,11,8,3,campaign,none,none,12.55,1.00,none,none,none,9.05 campaigns,campaigns,0.90,Noun,9,7,2,campaign,none,none,12.55,1.00,none,none,none,9.05 campanile,campanile,0.02,Adjective,9,8,3,campanile,14.40,0.28,14.40,0.28,none,none,none, camped,camped,1.24,Verb,6,5,1,camp,none,none,5.78,1.00,none,6.24,5.39, camper,camper,1.43,Noun,6,5,2,camper,6.67,1.00,6.67,1.00,none,8.47,none, campers,campers,0.88,Noun,7,6,2,camper,none,none,6.67,1.00,none,8.47,none, campfire,campfire,1.25,Noun,8,7,3,campfire,5.11,1.00,5.11,1.00,none,none,none, campfires,campfires,0.31,Noun,9,8,3,campfire,none,none,5.11,1.00,none,none,none, campground,campground,0.18,Noun,10,9,2,campground,7.83,1.00,7.83,1.00,none,none,none, campgrounds,campgrounds,0.06,Noun,11,10,2,campground,none,none,7.83,1.00,none,none,none, camphor,camphor,0.12,Noun,7,6,2,camphor,13.44,0.76,13.44,0.76,none,none,none, camping,camping,6.18,Noun,7,6,2,camping,5.33,1.00,5.33,1.00,none,none,none, camporee,camporee,0.02,Noun,8,6,3,camporee,10.25,0.19,10.25,0.19,none,none,none, campout,campout,0.16,Noun,7,6,2,campout,6.27,0.83,6.27,0.83,none,none,none, camps,camps,3.76,Noun,5,5,1,camp,none,none,5.78,1.00,none,6.24,5.39, campsite,campsite,0.59,Noun,8,8,2,campsite,7.11,1.00,7.11,1.00,none,none,none, campsites,campsites,0.12,Noun,9,8,2,campsite,none,none,7.11,1.00,none,none,none, campstool,campstool,Err:512,Err:512,9,8,2,campstool,13.60,0.29,13.60,0.29,none,none,none, campus,campus,10.71,Noun,6,6,2,campus,10.84,1.00,10.84,1.00,none,12.39,none,9.67 campuses,campuses,0.12,Noun,8,8,3,campus,none,none,10.84,1.00,none,12.39,none,9.67 campy,campy,0.06,Adjective,5,5,2,campy,11.94,0.90,11.94,0.90,none,none,none, cams,cams,0.45,Noun,4,4,1,cam,none,none,9.23,0.86,none,none,11.10, camshaft,camshaft,0.22,Noun,8,7,2,camshaft,14.22,0.50,14.22,0.50,none,none,none, camshafts,camshafts,0.04,Noun,9,8,2,camshaft,none,none,14.22,0.50,none,none,none, can,can,5247.45,Verb,3,3,1,can,4.32,1.00,4.32,1.00,4.05,none,3.85, canaille,canaille,Err:512,Err:512,8,5,2,canaille,NA,0.00,NA,0.00,none,none,none, canal,canal,6.39,Noun,5,5,2,canal,7.61,1.00,7.61,1.00,none,7.03,none,9.76 canalization,canalization,0.02,Noun,12,11,5,canalization,12.83,0.67,12.83,0.67,none,none,none, canals,canals,0.65,Noun,6,6,2,canal,none,none,7.61,1.00,none,7.03,none,9.76 canape,canape,0.04,Verb,6,5,2,canape,16.38,0.68,16.38,0.68,none,none,none, canard,canard,0.12,Noun,6,6,2,canard,15.25,0.44,15.25,0.44,none,none,none, canards,canards,0.02,Noun,7,7,2,canard,none,none,15.25,0.44,none,none,none, canaries,canaries,0.76,Noun,8,7,3,canary,none,none,7.32,1.00,5.99,none,none, canary,canary,2.92,Noun,6,6,3,canary,7.32,1.00,7.32,1.00,5.99,none,none, canasta,canasta,0.49,Noun,7,7,3,canasta,13.17,0.67,13.17,0.67,none,none,none, cancan,cancan,0.27,Noun,6,6,2,cancan,12.33,0.83,12.33,0.83,none,none,none, cancel,cancel,18.29,Verb,6,6,2,cancel,7.89,1.00,7.89,1.00,none,none,none,7.04 cancelation,cancellation,0.02,Noun,11,10,4,cancellation,none,none,10.05,1.00,none,none,none, canceled,cancelled,7.29,Verb,8,7,2,cancel,none,none,7.89,1.00,none,none,none,7.04 canceling,cancelling,1.55,Verb,9,8,3,cancel,none,none,7.89,1.00,none,none,none,7.04 cancellation,cancellation,1.27,Noun,12,10,4,cancellation,10.05,1.00,10.05,1.00,none,none,none, cancellations,cancellations,0.22,Noun,13,11,4,cancellation,none,none,10.05,1.00,none,none,none, cancelled,cancelled,6.51,Verb,9,7,2,cancel,none,none,7.89,1.00,none,none,none,7.04 canceller,canceller,0.02,Noun,9,7,3,canceller,13.43,0.78,13.43,0.78,none,none,none, cancelling,cancelling,0.76,Verb,10,8,3,cancel,none,none,7.89,1.00,none,none,none,7.04 cancels,cancels,0.49,Verb,7,7,2,cancel,none,none,7.89,1.00,none,none,none,7.04 cancer,cancer,22.33,Noun,6,5,2,cancer,8.39,1.00,8.39,1.00,none,9.87,none,8.12 cancerous,cancerous,0.25,Adjective,9,7,3,cancerous,11.78,1.00,11.78,1.00,none,none,none, cancers,cancers,0.41,Noun,7,6,2,cancer,none,none,8.39,1.00,none,9.87,none,8.12 candelabra,candelabra,0.12,Noun,10,10,4,candelabrum,none,none,12.18,0.58,none,none,none, candelabras,candelabras,0.06,Noun,11,11,4,candelabrum,none,none,12.18,0.58,none,none,none, candelabrum,candelabrum,0.02,Noun,11,11,4,candelabrum,12.18,0.58,12.18,0.58,none,none,none, candid,candid,2.00,Adjective,6,6,2,candid,10.79,1.00,10.79,1.00,none,none,none,10.99 candidacy,candidacy,0.63,Noun,9,9,4,candidacy,12.29,0.94,12.29,0.94,none,none,none, candidate,candidate,8.51,Noun,9,8,3,candidate,10.39,1.00,10.39,1.00,none,11.34,none, candidates,candidates,3.86,Noun,10,9,3,candidate,none,none,10.39,1.00,none,11.34,none, candidness,candidness,0.02,Noun,10,9,3,candidness,14.29,0.89,14.29,0.89,none,none,none, candies,candies,1.12,Noun,7,6,2,candy,none,none,4.00,1.00,none,4.88,none,3.87 candle,candle,8.02,Noun,6,6,2,candle,5.37,1.00,5.37,1.00,none,none,none,5.56 candleholder,candleholder,0.02,Noun,12,11,4,candleholder,7.78,1.00,7.78,1.00,none,none,none, candlelight,candlelight,1.67,Noun,11,9,3,candlelight,7.00,1.00,7.00,1.00,none,8.34,none, candlelit,candlelit,0.24,Adjective,9,8,3,candlelit,9.05,1.00,9.05,1.00,none,none,none, candlepower,candlepower,0.02,Noun,11,9,4,candlepower,8.62,0.89,8.62,0.89,none,none,none, candles,candles,10.51,Noun,7,7,2,candle,none,none,5.37,1.00,none,none,none,5.56 candlestick,candlestick,0.49,Noun,11,10,3,candlestick,5.61,1.00,5.61,1.00,none,none,none, candlesticks,candlesticks,0.59,Noun,12,11,3,candlestick,none,none,5.61,1.00,none,none,none, candor,candour,1.00,Noun,6,5,2,candor,11.93,0.75,11.93,0.75,none,none,none,12.01 candy,candy,35.78,Noun,5,5,2,candy,4.00,1.00,4.00,1.00,none,4.88,none,3.87 cane,cane,8.33,Noun,4,3,1,cane,5.74,1.00,5.74,1.00,none,7.00,6.67, canebrake,canebrake,0.04,Noun,9,7,2,canebrake,11.67,0.47,11.67,0.47,none,none,none, caned,caned,0.12,Verb,5,4,1,cane,none,none,5.74,1.00,none,7.00,6.67, canes,canes,0.43,Noun,5,4,1,cane,none,none,5.74,1.00,none,7.00,6.67, canine,canine,1.69,Adjective,6,5,2,canine,8.45,1.00,8.45,1.00,none,none,none,9.49 canines,canines,0.25,Noun,7,6,2,canine,none,none,8.45,1.00,none,none,none,9.49 canister,canister,1.43,Noun,8,7,3,canister,8.83,0.95,8.83,0.95,none,none,none, canisters,canisters,1.78,Noun,9,8,3,canister,none,none,8.83,0.95,none,none,none, canker,canker,0.41,Noun,6,5,2,canker,10.44,0.89,10.44,0.89,none,none,none, cannabis,cannabis,0.45,Noun,8,7,3,cannabis,13.33,0.95,13.33,0.95,none,none,none, canned,canned,4.20,Adjective,6,4,1,canned,7.56,1.00,7.56,1.00,none,none,none, cannelloni,cannelloni,0.18,Noun,10,8,4,cannelloni,13.44,0.50,13.44,0.50,none,none,none, canneries,canneries,0.04,Noun,9,6,3,cannery,none,none,11.15,0.72,none,none,none, cannery,cannery,0.25,Noun,7,5,3,cannery,11.15,0.72,11.15,0.72,none,none,none, cannibal,cannibal,1.10,Noun,8,7,3,cannibal,9.11,1.00,9.11,1.00,none,none,none, cannibalism,cannibalism,0.57,Noun,11,11,5,cannibalism,12.26,0.95,12.26,0.95,none,none,none, cannibalistic,cannibalistic,0.12,Adjective,13,12,5,cannibalistic,12.63,1.00,12.63,1.00,none,none,none, cannibalize,cannibalise,0.14,Verb,11,9,4,cannibalize,11.11,1.00,11.11,1.00,none,none,none, cannibalized,cannibalised,0.06,Verb,12,10,4,cannibalize,none,none,11.11,1.00,none,none,none, cannibalizing,cannibalising,0.10,Verb,13,11,5,cannibalize,none,none,11.11,1.00,none,none,none, cannibals,cannibals,0.96,Noun,9,8,3,cannibal,none,none,9.11,1.00,none,none,none, canniest,canniest,0.02,Adjective,8,7,3,canny,none,none,13.88,0.84,none,none,none, canning,canning,0.20,Noun,7,5,2,canning,8.39,1.00,8.39,1.00,none,none,none, cannon,cannon,8.71,Noun,6,5,2,cannon,7.90,1.00,7.90,1.00,none,6.71,none,8.53 cannonade,cannonade,0.02,Noun,9,7,3,cannonade,15.00,0.30,15.00,0.30,none,none,none, cannonball,cannonball,1.43,Noun,10,8,3,cannonball,6.39,1.00,6.39,1.00,none,none,none, cannonballs,cannonballs,0.18,Noun,11,9,3,cannonball,none,none,6.39,1.00,none,none,none, cannons,cannons,1.65,Noun,7,6,2,cannon,none,none,7.90,1.00,none,6.71,none,8.53 cannot,cannot,126.76,Err:512,6,5,2,cannot,4.83,1.00,4.83,1.00,5.04,none,none,5.62 canny,canny,0.22,Adjective,5,4,2,canny,13.88,0.84,13.88,0.84,none,none,none, canoe,canoe,3.57,Noun,5,4,2,canoe,6.63,1.00,6.63,1.00,none,7.86,none,6.54 canoeing,canoeing,0.18,Noun,8,6,3,canoeing,7.43,1.00,7.43,1.00,none,none,none, canoes,canoes,0.65,Noun,6,5,2,canoe,none,none,6.63,1.00,none,7.86,none,6.54 canola,canola,0.02,Noun,6,6,3,canola,12.68,0.95,12.68,0.95,none,none,none, canon,canon,0.98,Noun,5,5,2,canon,9.78,1.00,9.78,1.00,none,none,none,8.62 canoness,canoness,0.02,Noun,8,7,3,canoness,14.00,0.28,14.00,0.28,none,none,none, canonical,canonical,0.02,Adjective,9,9,4,canonical,14.62,0.44,14.62,0.44,none,none,none, canonize,canonise,0.04,Verb,8,7,3,canonize,15.00,0.74,15.00,0.74,none,none,none, canonized,canonised,0.04,Verb,9,8,3,canonize,none,none,15.00,0.74,none,none,none, canons,canons,0.37,Noun,6,6,2,canon,none,none,9.78,1.00,none,none,none,8.62 canoodle,canoodle,0.10,Verb,8,7,3,canoodle,13.59,0.85,13.59,0.85,none,none,none, canoodles,canoodles,0.02,Noun,9,8,3,canoodle,none,none,13.59,0.85,none,none,none, canoodling,canoodling,0.33,Verb,10,8,3,canoodle,none,none,13.59,0.85,none,none,none, canopener,can opener,Err:512,Err:512,9,8,4,canopener,6.96,1.00,6.96,1.00,none,none,none, canopies,canopies,0.06,Noun,8,7,3,canopy,none,none,9.82,1.00,none,none,none, canopy,canopy,1.69,Noun,6,6,3,canopy,9.82,1.00,9.82,1.00,none,none,none, cans,cans,7.67,Noun,4,4,1,can,none,none,4.32,1.00,4.05,none,3.85, canst,canst,0.57,Verb,5,5,1,can,none,none,4.32,1.00,4.05,none,3.85, cantabile,cantabile,0.04,Noun,9,8,3,cantabile,11.67,0.17,11.67,0.17,none,none,none, cantaloupe,cantaloupe,0.75,Noun,10,8,3,cantaloupe,7.22,1.00,7.22,1.00,none,none,none, cantaloupes,cantaloupes,0.24,Noun,11,9,3,cantaloupe,none,none,7.22,1.00,none,none,none, cantankerous,cantankerous,0.22,Adjective,12,10,4,cantankerous,13.82,0.81,13.82,0.81,none,none,none, cantata,cantata,0.08,Noun,7,7,3,cantata,14.33,0.45,14.33,0.45,none,none,none, cantatas,cantatas,0.08,Noun,8,8,3,cantata,none,none,14.33,0.45,none,none,none, cantatrice,cantatrice,0.02,Verb,10,9,3,cantatrice,16.00,0.21,16.00,0.21,none,none,none, canteen,canteen,1.71,Noun,7,6,2,canteen,9.04,1.00,9.04,1.00,none,8.66,none,9.94 canteens,canteens,0.63,Noun,8,7,2,canteen,none,none,9.04,1.00,none,8.66,none,9.94 cantilever,cantilever,0.14,Noun,10,9,4,cantilever,15.20,0.56,15.20,0.56,none,none,none, cantina,cantina,0.59,Noun,7,7,3,cantina,13.53,0.79,13.53,0.79,none,none,none, cantinas,cantinas,0.02,Noun,8,8,3,cantina,none,none,13.53,0.79,none,none,none, cantle,cantle,0.02,Noun,6,6,2,cantle,15.29,0.35,15.29,0.35,none,none,none, canto,canto,0.14,Noun,5,5,2,canto,13.64,0.58,13.64,0.58,none,none,none, cantonal,cantonal,Err:512,Err:512,8,8,3,cantonal,16.00,0.19,16.00,0.19,none,none,none, canvas,canvas,4.24,Noun,6,6,2,canvas,8.15,1.00,8.15,1.00,none,none,none,9.31 canvasback,canvasback,0.04,Noun,10,9,3,canvasback,13.92,0.68,13.92,0.68,none,none,none, canvases,canvases,0.47,Noun,8,8,3,canvas,none,none,8.15,1.00,none,none,none,9.31 canvass,canvass,0.96,Noun,7,6,2,canvass,11.33,0.86,11.33,0.86,none,none,none,10.04 canvassed,canvassed,0.18,Verb,9,7,2,canvass,none,none,11.33,0.86,none,none,none,10.04 canvasses,canvasses,0.08,Noun,9,8,3,canvass,none,none,11.33,0.86,none,none,none,10.04 canvassing,canvassing,0.53,Verb,10,8,3,canvass,none,none,11.33,0.86,none,none,none,10.04 canyon,canyon,8.20,Noun,6,6,2,canyon,8.39,1.00,8.39,1.00,none,10.24,none, canyons,canyons,0.61,Noun,7,7,2,canyon,none,none,8.39,1.00,none,10.24,none, cap,cap,18.75,Noun,3,3,1,cap,5.53,1.00,5.53,1.00,none,none,4.80, capabilities,capabilities,1.98,Noun,12,11,5,capability,none,none,9.40,1.00,none,none,none, capability,capability,1.37,Noun,10,10,5,capability,9.40,1.00,9.40,1.00,none,none,none, capable,capable,20.82,Adjective,7,7,3,capable,9.16,1.00,9.16,1.00,none,none,none, capacious,capacious,0.06,Adjective,9,7,3,capacious,14.00,0.67,14.00,0.67,none,none,none, capacitance,capacitance,0.02,Noun,11,10,4,capacitance,15.00,0.39,15.00,0.39,none,none,none, capacities,capacities,0.24,Noun,10,9,4,capacity,none,none,9.83,1.00,none,none,none, capacitor,capacitor,0.27,Noun,9,8,4,capacitor,12.07,0.83,12.07,0.83,none,none,none, capacitors,capacitors,0.10,Noun,10,9,4,capacitor,none,none,12.07,0.83,none,none,none, capacity,capacity,8.10,Noun,8,8,4,capacity,9.83,1.00,9.83,1.00,none,none,none, cape,cape,8.24,Name,4,3,1,cape,6.90,1.00,6.90,1.00,none,6.45,6.26, caped,caped,0.14,Adjective,5,4,1,caped,8.24,0.85,8.24,0.85,none,none,none, caper,caper,1.76,Noun,5,4,2,caper,12.41,0.89,12.41,0.89,none,none,none,12.22 capers,capers,0.63,Noun,6,5,2,caper,none,none,12.41,0.89,none,none,none,12.22 capes,capes,0.31,Noun,5,4,1,cape,none,none,6.90,1.00,none,6.45,6.26, capful,capful,0.08,Noun,6,6,2,capful,7.47,1.00,7.47,1.00,none,none,none, capillaries,capillaries,0.22,Noun,11,9,4,capillary,none,none,13.17,0.90,none,none,none, capillarity,capillarity,Err:512,Err:512,11,9,5,capillarity,14.92,0.63,14.92,0.63,none,none,none, capillary,capillary,0.24,Adjective,9,8,4,capillary,13.17,0.90,13.17,0.90,none,none,none, capital,capital,12.71,Noun,7,7,3,capital,8.10,1.00,8.10,1.00,none,7.60,none, capitalism,capitalism,1.00,Noun,10,11,5,capitalism,11.42,1.00,11.42,1.00,none,none,none, capitalist,capitalist,1.53,Adjective,10,10,4,capitalist,12.65,0.94,12.65,0.94,none,none,none, capitalistic,capitalistic,0.29,Adjective,12,12,5,capitalistic,14.42,1.00,14.42,1.00,none,none,none, capitalists,capitalists,0.43,Noun,11,11,4,capitalist,none,none,12.65,0.94,none,none,none, capitalization,capitalization,0.22,Noun,14,13,6,capitalization,8.53,1.00,8.53,1.00,none,none,none, capitalize,capitalise,0.47,Verb,10,9,4,capitalize,7.84,1.00,7.84,1.00,none,none,none, capitalized,capitalised,0.22,Verb,11,10,4,capitalize,none,none,7.84,1.00,none,none,none, capitalizes,capitalises,0.02,Verb,11,11,5,capitalize,none,none,7.84,1.00,none,none,none, capitals,capitals,0.53,Noun,8,8,3,capital,none,none,8.10,1.00,none,7.60,none, capitulate,capitulate,0.31,Verb,10,9,4,capitulate,14.36,0.78,14.36,0.78,none,12.64,none, capitulated,capitulated,0.02,Verb,11,11,5,capitulate,none,none,14.36,0.78,none,12.64,none, capitulating,capitulating,0.04,Verb,12,11,5,capitulate,none,none,14.36,0.78,none,12.64,none, capitulation,capitulation,0.10,Noun,12,11,5,capitulation,12.93,0.70,12.93,0.70,none,none,none, caplet,caplet,0.04,Noun,6,6,2,caplet,10.50,0.70,10.50,0.70,none,none,none, capo,capo,0.51,Noun,4,4,2,capo,13.70,0.56,13.70,0.56,none,none,none, capon,capon,0.08,Noun,5,5,2,capon,11.89,0.50,11.89,0.50,none,none,none, capons,capons,0.06,Noun,6,6,2,capon,none,none,11.89,0.50,none,none,none, caporal,caporal,0.06,Noun,7,6,3,caporal,13.00,0.26,13.00,0.26,none,none,none, capos,capos,0.06,Noun,5,5,2,capo,none,none,13.70,0.56,none,none,none, capped,capped,1.22,Verb,6,4,1,cap,none,none,5.53,1.00,none,none,4.80, capper,capper,0.22,Noun,6,4,2,capper,12.41,0.89,12.41,0.89,none,none,none, cappers,cappers,0.08,Noun,7,5,2,capper,none,none,12.41,0.89,none,none,none, cappuccino,cappuccino,2.86,Noun,10,8,4,cappuccino,12.42,0.95,12.42,0.95,none,none,none, cappuccinos,cappuccinos,0.37,Noun,11,10,4,cappuccino,none,none,12.42,0.95,none,none,none, capricious,capricious,0.41,Adjective,10,8,3,capricious,15.46,0.72,15.46,0.72,none,none,none, capricorn,capricorn,1.82,1.82,9,9,3,capricorn,10.81,1.00,10.81,1.00,none,none,none, caps,caps,2.96,Noun,4,4,1,cap,none,none,5.53,1.00,none,none,4.80, capsaicin,capsaicin,0.06,Noun,9,8,3,capsaicin,16.33,0.50,16.33,0.50,none,none,none, capsicum,capsicum,0.02,Noun,8,8,3,capsicum,15.89,0.43,15.89,0.43,none,none,none, capsize,capsize,0.22,Verb,7,6,2,capsize,10.24,1.00,10.24,1.00,none,none,none, capsized,capsized,0.45,Verb,8,7,2,capsize,none,none,10.24,1.00,none,none,none, capsizes,capsizes,0.02,Verb,8,8,3,capsize,none,none,10.24,1.00,none,none,none, capsizing,capsizing,0.08,Verb,9,8,3,capsize,none,none,10.24,1.00,none,none,none, capstan,capstan,0.16,Noun,7,7,2,capstan,11.00,0.35,11.00,0.35,none,none,none, capstone,capstone,0.06,Noun,8,7,2,capstone,13.47,0.89,13.47,0.89,none,none,none, capsular,capsular,0.06,Adjective,8,7,3,capsular,13.33,0.60,13.33,0.60,none,none,none, capsule,capsule,2.55,Noun,7,6,2,capsule,10.44,1.00,10.44,1.00,none,none,none,9.05 capsules,capsules,0.78,Noun,8,7,2,capsule,none,none,10.44,1.00,none,none,none,9.05 captain,captain,208.27,Noun,7,6,2,captain,6.06,1.00,6.06,1.00,none,none,none,5.81 captaincy,captaincy,0.04,Noun,9,8,3,captaincy,15.50,0.63,15.50,0.63,none,none,none, captained,captained,0.18,Verb,9,7,2,captain,none,none,6.06,1.00,none,none,none,5.81 captaining,captaining,0.06,Verb,10,8,3,captain,none,none,6.06,1.00,none,none,none,5.81 captains,captains,3.16,Noun,8,7,2,captain,none,none,6.06,1.00,none,none,none,5.81 captainship,captainship,0.04,Noun,11,9,3,captainship,10.27,0.83,10.27,0.83,none,none,none, caption,caption,0.35,Noun,7,6,2,caption,8.94,0.95,8.94,0.95,none,none,none, captioned,captioned,0.14,Verb,9,7,2,caption,none,none,8.94,0.95,none,none,none, captions,captions,2.04,Noun,8,7,2,caption,none,none,8.94,0.95,none,none,none, captivate,captivate,0.18,Verb,9,8,3,captivate,10.44,1.00,10.44,1.00,none,none,none, captivated,captivated,0.45,Verb,10,10,4,captivate,none,none,10.44,1.00,none,none,none, captivates,captivates,0.02,Verb,10,9,3,captivate,none,none,10.44,1.00,none,none,none, captivating,captivating,0.16,Adjective,11,10,4,captivating,10.68,0.95,10.68,0.95,none,none,none, captivation,captivation,Err:512,Err:512,11,10,4,captivation,10.58,0.95,10.58,0.95,none,none,none, captive,captive,2.27,Noun,7,6,2,captive,9.44,1.00,9.44,1.00,none,9.24,none,9.58 captives,captives,0.53,Noun,8,7,2,captive,none,none,9.44,1.00,none,9.24,none,9.58 captivity,captivity,1.25,Noun,9,9,4,captivity,9.06,1.00,9.06,1.00,none,none,none, captor,captor,0.29,Noun,6,5,2,captor,9.06,0.95,9.06,0.95,none,none,none, captors,captors,0.57,Noun,7,6,2,captor,none,none,9.06,0.95,none,none,none, capture,capture,10.59,Verb,7,5,2,capture,6.39,1.00,6.39,1.00,none,7.34,none,8.37 captured,captured,12.12,Verb,8,6,2,capture,none,none,6.39,1.00,none,7.34,none,8.37 captures,captures,0.61,Verb,8,6,2,capture,none,none,6.39,1.00,none,7.34,none,8.37 capturing,capturing,1.75,Verb,9,7,3,capture,none,none,6.39,1.00,none,7.34,none,8.37 capuchin,capuchin,0.10,Noun,8,7,3,capuchin,14.62,0.42,14.62,0.42,none,none,none, car,car,483.06,Noun,3,3,1,car,3.37,1.00,3.37,1.00,none,4.14,3.75, carabao,carabao,0.04,Noun,7,6,3,carabao,17.00,0.05,17.00,0.05,none,none,none, caracal,caracal,0.02,Noun,7,7,3,caracal,15.00,0.43,15.00,0.43,none,none,none, caracals,caracals,0.02,Noun,8,8,3,caracal,none,none,15.00,0.43,none,none,none, carafe,carafe,0.10,Noun,6,5,2,carafe,11.23,0.72,11.23,0.72,none,none,none, caramel,caramel,1.24,Noun,7,7,3,caramel,6.58,1.00,6.58,1.00,none,none,none, caramelize,caramelise,0.02,Verb,10,9,4,caramelize,13.65,1.00,13.65,1.00,none,none,none, caramels,caramels,0.18,Noun,8,7,2,caramel,none,none,6.58,1.00,none,none,none, carapace,carapace,0.06,Noun,8,7,3,carapace,15.75,0.42,15.75,0.42,none,none,none, carat,carat,0.35,Noun,5,5,2,carat,13.25,1.00,13.25,1.00,none,11.47,none, carats,carats,0.76,Noun,6,6,2,carat,none,none,13.25,1.00,none,11.47,none, caravan,caravan,1.45,Noun,7,7,3,caravan,9.28,1.00,9.28,1.00,none,none,none, caravanning,caravanning,0.02,Verb,11,9,4,caravan,none,none,9.28,1.00,none,none,none, caravans,caravans,0.20,Noun,8,8,3,caravan,none,none,9.28,1.00,none,none,none, caravansary,caravansary,Err:512,Err:512,11,11,5,caravansary,15.00,0.05,15.00,0.05,none,none,none, caravel,caravel,0.02,Noun,7,7,3,caravel,14.44,0.50,14.44,0.50,none,none,none, caraway,caraway,0.18,Noun,7,6,3,caraway,14.33,0.45,14.33,0.45,none,none,none, carbide,carbide,0.39,Noun,7,6,2,carbide,14.36,0.58,14.36,0.58,none,none,none, carbine,carbine,0.29,Noun,7,6,2,carbine,13.47,0.83,13.47,0.83,none,none,none, carbines,carbines,0.04,Noun,8,7,2,carbine,none,none,13.47,0.83,none,none,none, carbohydrate,carbohydrate,0.08,Noun,12,11,4,carbohydrate,10.83,1.00,10.83,1.00,none,11.96,none, carbohydrates,carbohydrates,0.39,Noun,13,12,4,carbohydrate,none,none,10.83,1.00,none,11.96,none, carbolic,carbolic,0.10,Adjective,8,8,3,carbolic,15.00,0.67,15.00,0.67,none,none,none, carbon,carbon,5.24,Noun,6,6,2,carbon,10.55,1.00,10.55,1.00,none,12.81,none,10.60 carbonaceous,carbonaceous,0.06,Adjective,12,10,4,carbonaceous,16.31,0.68,16.31,0.68,none,none,none, carbonate,carbonate,0.20,Noun,9,8,3,carbonate,11.70,1.00,11.70,1.00,none,none,none, carbonation,carbonation,0.10,Noun,11,10,4,carbonation,12.25,0.89,12.25,0.89,none,none,none, carbonic,carbonic,0.04,Adjective,8,8,3,carbonic,11.79,0.78,11.79,0.78,none,none,none, carboniferous,carboniferous,0.02,Adjective,13,11,5,carboniferous,15.60,0.48,15.60,0.48,none,none,none, carbons,carbons,0.16,Noun,7,7,2,carbon,none,none,10.55,1.00,none,12.81,none,10.60 carboxylic,carboxylic,0.02,Adjective,10,11,4,carboxylic,16.60,0.56,16.60,0.56,none,none,none, carboy,carboy,Err:512,Err:512,6,5,2,carboy,12.33,0.32,12.33,0.32,none,none,none, carbuncle,carbuncle,0.24,Noun,9,9,3,carbuncle,18.22,0.47,18.22,0.47,none,none,none, carbuncles,carbuncles,0.02,Noun,10,10,3,carbuncle,none,none,18.22,0.47,none,none,none, carburetion,carburetion,0.02,Noun,11,10,4,carburetion,13.83,0.27,13.83,0.27,none,none,none, carcass,carcass,1.55,Noun,7,6,2,carcass,12.25,1.00,12.25,1.00,none,none,none,10.90 carcasses,carcasses,0.47,Noun,9,8,3,carcass,none,none,12.25,1.00,none,none,none,10.90 carcinogen,carcinogen,0.12,Noun,10,10,4,carcinogen,14.44,0.94,14.44,0.94,none,none,none, carcinogenic,carcinogenic,0.10,Adjective,12,12,5,carcinogenic,14.00,1.00,14.00,1.00,none,none,none, carcinogens,carcinogens,0.08,Noun,11,11,4,carcinogen,none,none,14.44,0.94,none,none,none, carcinoma,carcinoma,0.22,Noun,9,9,4,carcinoma,15.25,0.89,15.25,0.89,none,none,none, card,card,85.43,Noun,4,4,1,card,6.20,1.00,6.20,1.00,none,5.05,5.40, cardamom,cardamom,0.20,Verb,8,8,3,cardamom,14.89,0.47,14.89,0.47,none,none,none, cardboard,cardboard,2.71,Adjective,9,8,2,cardboard,5.40,1.00,5.40,1.00,none,none,none, carded,carded,0.22,Verb,6,6,2,card,none,none,6.20,1.00,none,5.05,5.40, cardholder,cardholder,0.08,Noun,10,9,3,cardholder,11.16,1.00,11.16,1.00,none,none,none, cardiac,cardiac,3.96,Adjective,7,7,3,cardiac,11.74,1.00,11.74,1.00,none,none,none, cardigan,cardigan,0.57,Noun,8,8,3,cardigan,10.11,1.00,10.11,1.00,none,none,none, cardigans,cardigans,0.14,Name,9,9,3,cardigan,none,none,10.11,1.00,none,none,none, cardinal,cardinal,4.08,Noun,8,8,3,cardinal,8.00,1.00,8.00,1.00,none,none,none, cardinals,cardinals,0.61,Noun,9,9,3,cardinal,none,none,8.00,1.00,none,none,none, carding,carding,0.02,Verb,7,6,2,card,none,none,6.20,1.00,none,5.05,5.40, cardiogram,cardiogram,0.22,Noun,10,10,4,cardiogram,14.89,0.90,14.89,0.90,none,none,none, cardiograms,cardiograms,0.04,Noun,11,11,4,cardiogram,none,none,14.89,0.90,none,none,none, cardiograph,cardiograph,0.02,Noun,11,10,4,cardiograph,13.47,0.83,13.47,0.83,none,none,none, cardiographs,cardiographs,0.02,Noun,12,11,4,cardiograph,none,none,13.47,0.83,none,none,none, cardiologist,cardiologist,0.71,Noun,12,12,5,cardiologist,13.42,1.00,13.42,1.00,none,none,none, cardiologists,cardiologists,0.08,Noun,13,13,5,cardiologist,none,none,13.42,1.00,none,none,none, cardiology,cardiology,0.39,Noun,10,10,5,cardiology,13.58,1.00,13.58,1.00,none,none,none, cardiopulmonary,cardiopulmonary,0.12,Adjective,15,15,7,cardiopulmonary,15.50,0.84,15.50,0.84,none,none,none, cardiovascular,cardiovascular,0.33,Adjective,14,14,6,cardiovascular,13.32,1.00,13.32,1.00,none,none,none, cards,cards,48.02,Noun,5,5,1,card,none,none,6.20,1.00,none,5.05,5.40, cardsharp,cardsharp,0.06,Noun,9,8,2,cardsharp,12.58,0.57,12.58,0.57,none,none,none, cardsharper,cardsharper,0.02,Noun,11,9,3,cardsharp,none,none,12.58,0.57,none,none,none, care,care,485.25,Verb,4,3,1,care,5.65,1.00,5.65,1.00,6.20,none,5.34, cared,cared,14.18,Verb,5,4,1,care,none,none,5.65,1.00,6.20,none,5.34, careen,careen,0.08,Noun,6,4,2,careen,11.56,0.95,11.56,0.95,none,none,none, careened,careened,0.06,Verb,8,5,2,careen,none,none,11.56,0.95,none,none,none, careening,careening,0.06,Verb,9,6,3,careen,none,none,11.56,0.95,none,none,none, career,career,45.20,Noun,6,4,2,career,9.95,1.00,9.95,1.00,none,10.13,none,9.05 careering,careering,0.02,Verb,9,6,3,career,none,none,9.95,1.00,none,10.13,none,9.05 careers,careers,3.08,Noun,7,5,2,career,none,none,9.95,1.00,none,10.13,none,9.05 carefree,carefree,1.35,Adjective,8,6,2,carefree,9.89,1.00,9.89,1.00,none,none,none, careful,careful,108.82,Adjective,7,6,2,careful,5.09,1.00,5.09,1.00,none,5.96,none, caregiver,caregiver,0.31,Noun,9,7,3,caregiver,8.83,1.00,8.83,1.00,none,none,none, caregivers,caregivers,0.12,Noun,10,8,3,caregiver,none,none,8.83,1.00,none,none,none, careless,careless,4.92,Adjective,8,6,2,careless,8.37,1.00,8.37,1.00,none,none,none, carelessness,carelessness,0.65,Noun,12,9,3,carelessness,6.61,1.00,6.61,1.00,none,none,none, carer,carer,0.08,0.08,5,4,2,carer,10.11,0.59,10.11,0.59,9.93,none,none, cares,cares,39.67,Verb,5,4,1,care,none,none,5.65,1.00,6.20,none,5.34, caress,caress,1.35,Verb,6,4,2,caress,10.89,1.00,10.89,1.00,none,none,none,10.60 caressed,caressed,0.33,Verb,8,5,2,caress,none,none,10.89,1.00,none,none,none,10.60 caresses,caresses,0.14,Noun,8,6,3,caress,none,none,10.89,1.00,none,none,none,10.60 caressing,caressing,0.37,Verb,9,6,3,caress,none,none,10.89,1.00,none,none,none,10.60 caretaker,caretaker,2.45,Noun,9,7,3,caretaker,9.75,1.00,9.75,1.00,none,none,none, caretakers,caretakers,0.14,Noun,10,8,3,caretaker,none,none,9.75,1.00,none,none,none, caretaking,caretaking,0.02,Noun,10,8,3,caretaking,10.17,1.00,10.17,1.00,none,none,none, careworn,careworn,0.04,Adjective,8,7,2,careworn,12.36,0.58,12.36,0.58,none,none,none, carfare,carfare,0.31,Noun,7,6,2,carfare,11.06,0.76,11.06,0.76,none,none,none, carful,carful,0.02,Adjective,6,6,2,carful,7.56,1.00,7.56,1.00,none,none,none, cargo,cargo,9.00,Noun,5,5,2,cargo,9.48,1.00,9.48,1.00,none,none,none,9.67 cargoes,cargoes,0.12,Noun,7,6,2,cargo,none,none,9.48,1.00,none,none,none,9.67 cargos,cargos,0.14,Noun,6,6,2,cargo,none,none,9.48,1.00,none,none,none,9.67 carhop,carhop,0.04,Noun,6,6,2,carhop,11.33,0.83,11.33,0.83,none,none,none, caribou,caribou,0.29,Noun,7,6,3,caribou,12.06,0.89,12.06,0.89,none,none,none, caricature,caricature,0.29,Noun,10,8,4,caricature,12.26,0.90,12.26,0.90,none,none,none, caricatured,caricatured,0.04,Verb,11,8,4,caricature,none,none,12.26,0.90,none,none,none, caricatures,caricatures,0.14,Noun,11,8,4,caricature,none,none,12.26,0.90,none,none,none, caricaturist,caricaturist,0.06,Noun,12,11,5,caricaturist,13.64,0.78,13.64,0.78,none,none,none, caricaturists,caricaturists,0.02,Noun,13,13,5,caricaturist,none,none,13.64,0.78,none,none,none, carillon,carillon,0.02,Noun,8,7,3,carillon,16.86,0.39,16.86,0.39,none,none,none, carillons,carillons,0.02,Noun,9,8,3,carillon,none,none,16.86,0.39,none,none,none, caring,caring,7.04,Verb,6,5,2,care,none,none,5.65,1.00,6.20,none,5.34, carjack,carjack,0.51,Verb,7,6,2,carjack,12.33,1.00,12.33,1.00,none,none,none, carjacked,carjacked,0.31,Verb,9,7,2,carjack,none,none,12.33,1.00,none,none,none, carjacker,carjacker,0.10,Noun,9,7,3,carjacker,11.83,1.00,11.83,1.00,none,none,none, carjackers,carjackers,0.06,Noun,10,8,3,carjacker,none,none,11.83,1.00,none,none,none, carless,carless,0.02,Adjective,7,6,2,carless,10.94,0.95,10.94,0.95,none,none,none, carload,carload,0.33,Noun,7,6,2,carload,7.78,1.00,7.78,1.00,none,none,none, carloads,carloads,0.12,Noun,8,7,2,carload,none,none,7.78,1.00,none,none,none, carmagnole,carmagnole,0.04,Noun,10,9,3,carmagnole,13.33,0.29,13.33,0.29,none,none,none, carmaker,carmaker,0.02,Noun,8,7,3,carmaker,9.06,1.00,9.06,1.00,none,none,none, carmakers,carmakers,0.06,Noun,9,8,3,carmaker,none,none,9.06,1.00,none,none,none, carmine,carmine,2.18,Noun,7,6,2,carmine,15.62,0.68,15.62,0.68,none,none,none, carnage,carnage,1.12,Noun,7,6,2,carnage,12.50,1.00,12.50,1.00,none,12.28,none,12.11 carnal,carnal,1.20,Adjective,6,6,2,carnal,12.29,0.94,12.29,0.94,none,none,none,12.01 carnality,carnality,0.06,Noun,9,9,4,carnality,14.06,0.85,14.06,0.85,none,none,none, carnation,carnation,0.84,Noun,9,8,3,carnation,10.21,1.00,10.21,1.00,none,none,none, carnations,carnations,0.43,Noun,10,9,3,carnation,none,none,10.21,1.00,none,none,none, carnauba,carnauba,0.04,Noun,8,7,3,carnauba,14.00,0.32,14.00,0.32,none,none,none, carnelian,carnelian,0.02,Adjective,9,9,4,carnelian,15.11,0.45,15.11,0.45,none,none,none, carnival,carnival,7.12,Noun,8,8,3,carnival,6.95,1.00,6.95,1.00,none,none,none, carnivals,carnivals,0.37,Noun,9,9,3,carnival,none,none,6.95,1.00,none,none,none, carnivora,carnivora,0.18,Noun,9,9,4,carnivora,14.55,0.61,14.55,0.61,none,none,none, carnivore,carnivore,0.37,Noun,9,8,3,carnivore,11.00,0.95,11.00,0.95,none,none,none, carnivores,carnivores,0.27,Noun,10,9,3,carnivore,none,none,11.00,0.95,none,none,none, carnivorous,carnivorous,0.51,Adjective,11,9,4,carnivorous,9.67,1.00,9.67,1.00,none,none,none, carob,carob,0.22,Noun,5,5,2,carob,15.36,0.58,15.36,0.58,none,none,none, carol,carol,28.73,Name,5,5,2,carol,7.28,1.00,7.28,1.00,none,5.88,none,7.72 caroled,carolled,0.02,Verb,7,6,2,carol,none,none,7.28,1.00,none,5.88,none,7.72 caroling,carolling,0.29,Verb,8,7,3,carol,none,none,7.28,1.00,none,5.88,none,7.72 carols,carols,0.57,Noun,6,6,2,carol,none,none,7.28,1.00,none,5.88,none,7.72 carom,carom,0.10,Verb,5,5,2,carom,16.50,0.11,16.50,0.11,none,none,none, caromed,caromed,0.02,Verb,7,6,2,carom,none,none,16.50,0.11,none,none,none, carotene,carotene,0.14,Noun,8,7,3,carotene,15.06,0.89,15.06,0.89,none,none,none, carotid,carotid,1.29,Adjective,7,6,3,carotid,17.08,0.59,17.08,0.59,none,none,none, carotids,carotids,0.04,Noun,8,8,3,carotid,none,none,17.08,0.59,none,none,none, carousal,carousal,0.02,Noun,8,7,3,carousal,8.06,0.95,8.06,0.95,none,none,none, carouse,carouse,0.12,Verb,7,4,2,carouse,13.22,0.95,13.22,0.95,none,none,none, caroused,caroused,0.02,Verb,8,6,2,carouse,none,none,13.22,0.95,none,none,none, carousel,carousel,1.43,Noun,8,7,3,carousel,6.68,1.00,6.68,1.00,none,none,none, carouses,carouses,0.02,Noun,8,7,3,carouse,none,none,13.22,0.95,none,none,none, carousing,carousing,0.16,Verb,9,6,3,carouse,none,none,13.22,0.95,none,none,none, carp,carp,0.76,Noun,4,4,1,carp,11.42,1.00,11.42,1.00,none,10.87,11.17, carpal,carpal,0.49,Adjective,6,6,2,carpal,13.93,0.79,13.93,0.79,none,none,none, carpel,carpel,0.04,Noun,6,6,2,carpel,14.53,0.85,14.53,0.85,none,none,none, carpenter,carpenter,6.00,Name,9,8,3,carpenter,7.39,1.00,7.39,1.00,7.08,none,none, carpenters,carpenters,0.69,Noun,10,9,3,carpenter,none,none,7.39,1.00,7.08,none,none, carpentry,carpentry,0.45,Noun,9,9,3,carpentry,9.83,1.00,9.83,1.00,none,none,none, carpet,carpet,11.65,Noun,6,6,2,carpet,6.05,1.00,6.05,1.00,4.70,none,none,5.37 carpetbag,carpetbag,0.06,Noun,9,9,3,carpetbag,11.44,0.95,11.44,0.95,none,none,none, carpetbagger,carpetbagger,0.10,Noun,12,10,4,carpetbagger,13.06,0.80,13.06,0.80,none,none,none, carpetbaggers,carpetbaggers,0.22,Noun,13,11,4,carpetbagger,none,none,13.06,0.80,none,none,none, carpeting,carpeting,0.57,Noun,9,8,3,carpeting,6.37,1.00,6.37,1.00,none,none,none, carpets,carpets,1.22,Noun,7,7,2,carpet,none,none,6.05,1.00,4.70,none,none,5.37 carping,carping,0.08,Verb,7,6,2,carp,none,none,11.42,1.00,none,10.87,11.17, carpool,carpool,0.71,Noun,7,6,2,carpool,9.95,1.00,9.95,1.00,none,none,none, carpooled,carpooled,0.12,Verb,9,7,2,carpool,none,none,9.95,1.00,none,none,none, carpooling,carpooling,0.16,Verb,10,8,3,carpool,none,none,9.95,1.00,none,none,none, carpools,carpools,0.06,Verb,8,7,2,carpool,none,none,9.95,1.00,none,none,none, carport,carport,0.10,Noun,7,7,2,carport,11.19,1.00,11.19,1.00,none,none,none, carports,carports,0.02,Noun,8,8,2,carport,none,none,11.19,1.00,none,none,none, carps,carps,0.04,Noun,5,5,1,carp,none,none,11.42,1.00,none,10.87,11.17, carriage,carriage,7.47,Noun,8,5,2,carriage,5.84,1.00,5.84,1.00,none,7.35,none,8.04 carriages,carriages,0.63,Noun,9,7,3,carriage,none,none,5.84,1.00,none,7.35,none,8.04 carried,carried,20.12,Verb,7,5,2,carry,none,none,5.16,1.00,none,5.11,none,5.56 carrier,carrier,6.39,Noun,7,5,3,carrier,8.26,1.00,8.26,1.00,none,none,none, carriers,carriers,2.51,Noun,8,6,3,carrier,none,none,8.26,1.00,none,none,none, carries,carries,6.53,Verb,7,5,2,carry,none,none,5.16,1.00,none,5.11,none,5.56 carrion,carrion,0.35,Noun,7,6,3,carrion,13.00,0.72,13.00,0.72,none,none,none, carronade,carronade,0.04,Noun,9,7,3,carronade,15.20,0.28,15.20,0.28,none,none,none, carrot,carrot,3.82,Noun,6,5,2,carrot,2.74,1.00,2.74,1.00,none,none,none,4.14 carrots,carrots,3.88,Noun,7,6,2,carrot,none,none,2.74,1.00,none,none,none,4.14 carry,carry,65.90,Verb,5,4,2,carry,5.16,1.00,5.16,1.00,none,5.11,none,5.56 carryall,carryall,0.08,Noun,8,6,3,carryall,11.83,0.95,11.83,0.95,none,none,none, carryalls,carryalls,0.02,Noun,9,7,3,carryall,none,none,11.83,0.95,none,none,none, carrying,carrying,28.45,Verb,8,6,3,carry,none,none,5.16,1.00,none,5.11,none,5.56 carryon,carryon,0.10,Noun,7,6,3,carryon,9.38,0.84,9.38,0.84,none,none,none, cars,cars,45.63,Noun,4,4,1,car,none,none,3.37,1.00,none,4.14,3.75, carsick,carsick,0.61,Adjective,7,6,2,carsick,5.63,1.00,5.63,1.00,none,none,none, carsickness,carsickness,0.02,Noun,11,9,3,carsickness,9.33,1.00,9.33,1.00,none,none,none, cart,cart,9.04,Noun,4,4,1,cart,6.16,1.00,6.16,1.00,none,5.30,5.93, cartage,cartage,0.04,Verb,7,6,2,cartage,14.09,0.61,14.09,0.61,none,none,none, carte,carte,1.18,Noun,5,4,1,carte,11.93,0.78,11.93,0.78,none,none,none, carted,carted,0.14,Verb,6,6,2,cart,none,none,6.16,1.00,none,5.30,5.93, cartel,cartel,1.27,Noun,6,6,2,cartel,14.06,0.95,14.06,0.95,none,none,none,11.90 cartels,cartels,0.45,Noun,7,7,2,cartel,none,none,14.06,0.95,none,none,none,11.90 cartilage,cartilage,0.73,Noun,9,8,3,cartilage,10.94,0.94,10.94,0.94,none,11.60,none, cartilaginous,cartilaginous,0.04,Adjective,13,12,5,cartilaginous,14.14,0.74,14.14,0.74,none,none,none, carting,carting,0.25,Verb,7,6,2,cart,none,none,6.16,1.00,none,5.30,5.93, cartload,cartload,0.02,Noun,8,7,2,cartload,7.72,1.00,7.72,1.00,none,none,none, cartographer,cartographer,0.10,Noun,12,11,4,cartographer,12.50,0.95,12.50,0.95,none,none,none, cartographers,cartographers,0.08,Noun,13,12,4,cartographer,none,none,12.50,0.95,none,none,none, cartographic,cartographic,0.04,Adjective,12,11,4,cartographic,14.00,0.84,14.00,0.84,none,none,none, cartographical,cartographical,0.02,Adjective,14,13,5,cartographical,14.82,0.58,14.82,0.58,none,none,none, cartography,cartography,0.20,Noun,11,10,4,cartography,12.75,0.76,12.75,0.76,none,none,none, carton,carton,1.88,Noun,6,6,2,carton,7.00,1.00,7.00,1.00,none,none,none,6.40 cartons,cartons,1.16,Noun,7,7,2,carton,none,none,7.00,1.00,none,none,none,6.40 cartoon,cartoon,3.76,Noun,7,6,2,cartoon,3.11,1.00,3.11,1.00,none,none,none,4.00 cartooned,cartooned,0.02,Verb,9,7,2,cartoon,none,none,3.11,1.00,none,none,none,4.00 cartooning,cartooning,0.02,Verb,10,8,3,cartoon,none,none,3.11,1.00,none,none,none,4.00 cartoonist,cartoonist,0.33,Noun,10,9,3,cartoonist,7.56,1.00,7.56,1.00,none,none,none, cartoonists,cartoonists,0.04,Noun,11,10,3,cartoonist,none,none,7.56,1.00,none,none,none, cartoons,cartoons,2.82,Noun,8,7,2,cartoon,none,none,3.11,1.00,none,none,none,4.00 cartouche,cartouche,0.12,Noun,9,6,2,cartouche,14.83,0.33,14.83,0.33,none,none,none, cartridge,cartridge,0.96,Noun,9,7,2,cartridge,10.95,1.00,10.95,1.00,none,none,none,11.39 cartridges,cartridges,1.00,Noun,10,9,3,cartridge,none,none,10.95,1.00,none,none,none,11.39 carts,carts,1.88,Noun,5,5,1,cart,none,none,6.16,1.00,none,5.30,5.93, cartwheel,cartwheel,0.29,Noun,9,7,2,cartwheel,5.94,1.00,5.94,1.00,none,none,none, cartwheels,cartwheels,0.47,Noun,10,8,2,cartwheel,none,none,5.94,1.00,none,none,none, carve,carve,3.10,Verb,5,4,1,carve,6.35,0.94,6.35,0.94,6.62,none,7.84, carved,carved,3.86,Verb,6,5,1,carve,none,none,6.35,0.94,6.62,none,7.84, carves,carves,0.16,Verb,6,5,1,carve,none,none,6.35,0.94,6.62,none,7.84, carwash,carwash,0.16,Noun,7,6,2,carwash,6.78,1.00,6.78,1.00,none,none,none, casaba,casaba,0.04,Noun,6,6,3,casaba,15.62,0.36,15.62,0.36,none,none,none, cascade,cascade,0.63,Noun,7,6,2,cascade,12.30,0.95,12.30,0.95,none,none,none,10.13 cascaded,cascaded,0.10,Verb,8,8,3,cascade,none,none,12.30,0.95,none,none,none,10.13 cascades,cascades,0.10,Noun,8,7,2,cascade,none,none,12.30,0.95,none,none,none,10.13 cascading,cascading,0.20,Verb,9,8,3,cascade,none,none,12.30,0.95,none,none,none,10.13 cascara,cascara,0.12,Noun,7,6,3,cascara,14.14,0.37,14.14,0.37,none,none,none, case,case,282.41,Noun,4,3,1,case,6.74,1.00,6.74,1.00,none,6.30,6.33, casebook,casebook,0.04,Noun,8,6,2,casebook,10.22,0.90,10.22,0.90,none,none,none, casebooks,casebooks,0.02,Noun,9,7,2,casebook,none,none,10.22,0.90,none,none,none, cased,cased,0.41,Verb,5,4,1,case,none,none,6.74,1.00,none,6.30,6.33, casein,casein,0.02,Noun,6,5,2,casein,13.50,0.11,13.50,0.11,none,none,none, caseload,caseload,0.37,Noun,8,6,2,caseload,12.89,1.00,12.89,1.00,none,none,none, caseloads,caseloads,0.06,Noun,9,8,3,caseload,none,none,12.89,1.00,none,none,none, casement,casement,0.04,Noun,8,7,2,casement,12.32,1.00,12.32,1.00,none,none,none, casements,casements,0.04,Noun,9,8,2,casement,none,none,12.32,1.00,none,none,none, cases,cases,28.16,Noun,5,5,2,case,none,none,6.74,1.00,none,6.30,6.33, casework,casework,0.06,Noun,8,6,2,casework,13.25,1.00,13.25,1.00,none,none,none, caseworker,caseworker,0.27,Noun,10,7,3,caseworker,10.22,1.00,10.22,1.00,none,none,none, caseworkers,caseworkers,0.02,Noun,11,8,3,caseworker,none,none,10.22,1.00,none,none,none, cash,cash,72.43,Noun,4,3,1,cash,4.84,1.00,4.84,1.00,none,6.88,6.30, cashbook,cashbook,0.02,Noun,8,6,2,cashbook,12.18,0.85,12.18,0.85,none,none,none, cashbox,cashbox,0.08,Noun,7,7,2,cashbox,9.47,1.00,9.47,1.00,none,none,none, cashed,cashed,2.12,Verb,6,4,1,cash,none,none,4.84,1.00,none,6.88,6.30, casher,casher,0.02,Noun,6,4,2,casher,9.75,0.63,9.75,0.63,none,none,none, cashes,cashes,0.22,Verb,6,5,2,cash,none,none,4.84,1.00,none,6.88,6.30, cashew,cashew,0.22,Noun,6,4,2,cashew,8.68,1.00,8.68,1.00,none,none,none, cashews,cashews,0.41,Noun,7,5,2,cashew,none,none,8.68,1.00,none,none,none, cashier,cashier,3.27,Noun,7,5,2,cashier,6.74,1.00,6.74,1.00,none,8.64,none,6.75 cashiered,cashiered,0.04,Verb,9,6,2,cashier,none,none,6.74,1.00,none,8.64,none,6.75 cashiers,cashiers,0.20,Noun,8,6,2,cashier,none,none,6.74,1.00,none,8.64,none,6.75 cashing,cashing,0.96,Verb,7,5,2,cash,none,none,4.84,1.00,none,6.88,6.30, cashmere,cashmere,1.51,Noun,8,6,2,cashmere,13.05,0.95,13.05,0.95,none,none,none,11.39 casing,casing,1.88,Noun,6,5,2,casing,11.53,0.95,11.53,0.95,none,none,none, casings,casings,1.10,Noun,7,6,2,casing,none,none,11.53,0.95,none,none,none, casino,casino,20.37,Noun,6,6,3,casino,9.58,1.00,9.58,1.00,none,none,none, casinos,casinos,3.04,Noun,7,7,3,casino,none,none,9.58,1.00,none,none,none, cask,cask,0.12,Noun,4,4,1,cask,13.12,0.89,13.12,0.89,none,none,11.93, casket,casket,3.18,Noun,6,6,2,casket,8.26,1.00,8.26,1.00,none,none,none,8.70 caskets,caskets,0.35,Noun,7,7,2,casket,none,none,8.26,1.00,none,none,none,8.70 casks,casks,0.16,Noun,5,5,1,cask,none,none,13.12,0.89,none,none,11.93, casque,casque,Err:512,Err:512,6,4,1,casque,11.87,0.43,11.87,0.43,none,11.96,none, cassava,cassava,0.04,Noun,7,6,3,cassava,17.44,0.45,17.44,0.45,none,none,none, casserole,casserole,1.67,Noun,9,6,3,casserole,7.32,1.00,7.32,1.00,none,none,none, casseroles,casseroles,0.20,Noun,10,8,3,casserole,none,none,7.32,1.00,none,none,none, cassette,cassette,1.82,Noun,8,5,2,cassette,6.37,1.00,6.37,1.00,none,none,none,8.45 cassettes,cassettes,0.57,Noun,9,6,2,cassette,none,none,6.37,1.00,none,none,none,8.45 cassis,cassis,0.08,Noun,6,5,2,cassis,12.29,0.39,12.29,0.39,none,none,none, cassock,cassock,0.29,Noun,7,5,2,cassock,14.88,0.44,14.88,0.44,none,none,none, cast,cast,23.14,Verb,4,4,1,cast,7.24,1.00,7.24,1.00,8.77,none,7.29, castanet,castanet,0.02,Noun,8,8,3,castanet,11.22,0.50,11.22,0.50,none,none,none, castanets,castanets,0.08,Noun,9,9,3,castanet,none,none,11.22,0.50,none,none,none, castaway,castaway,0.63,Noun,8,7,3,castaway,9.06,0.94,9.06,0.94,none,none,none, castaways,castaways,0.10,Noun,9,8,3,castaway,none,none,9.06,0.94,none,none,none, caste,caste,0.86,Noun,5,4,1,caste,13.07,0.74,13.07,0.74,11.71,none,12.09, castellated,castellated,Err:512,Err:512,11,10,4,castellated,15.50,0.10,15.50,0.10,none,none,none, caster,caster,0.08,Noun,6,5,2,caster,12.27,0.83,12.27,0.83,none,none,none, castigate,castigate,0.02,Verb,9,8,3,castigate,16.41,0.77,16.41,0.77,none,none,none, castle,castle,21.55,Noun,6,5,2,castle,5.80,1.00,5.80,1.00,none,none,none,4.86 castled,castled,Err:512,Err:512,7,6,2,castled,9.36,0.74,9.36,0.74,none,none,none, castles,castles,0.88,Noun,7,6,2,castle,none,none,5.80,1.00,none,none,none,4.86 castoff,castoff,0.06,Noun,7,6,2,castoff,10.25,1.00,10.25,1.00,none,none,none, castoffs,castoffs,0.06,Noun,8,7,2,castoff,none,none,10.25,1.00,none,none,none, castrate,castrate,0.61,Verb,8,7,2,castrate,12.43,1.00,12.43,1.00,none,none,none,13.18 castrated,castrated,0.57,Verb,9,9,3,castrate,none,none,12.43,1.00,none,none,none,13.18 castrati,castrati,0.08,Noun,8,8,3,castrati,14.25,0.44,14.25,0.44,none,none,none, castrating,castrating,0.12,Verb,10,9,3,castrate,none,none,12.43,1.00,none,none,none,13.18 castration,castration,0.47,Noun,10,9,3,castration,11.94,0.94,11.94,0.94,none,none,none, casts,casts,0.98,Verb,5,5,1,cast,none,none,7.24,1.00,8.77,none,7.29, casual,casual,7.31,Adjective,6,7,3,casual,9.83,1.00,9.83,1.00,none,8.47,none, casualness,casualness,0.02,Noun,10,10,4,casualness,11.05,1.00,11.05,1.00,none,none,none, casuals,casuals,0.08,Noun,7,8,3,casual,none,none,9.83,1.00,none,8.47,none, casualties,casualties,7.31,Noun,10,10,4,casualty,none,none,12.84,0.95,none,none,none, casualty,casualty,2.71,Noun,8,9,4,casualty,12.84,0.95,12.84,0.95,none,none,none, casuistic,casuistic,Err:512,Err:512,9,8,3,casuistic,16.83,0.30,16.83,0.30,none,none,none, casuistry,casuistry,0.04,Noun,9,8,3,casuistry,17.10,0.53,17.10,0.53,none,none,none, cat,cat,66.33,Noun,3,3,1,cat,3.68,1.00,3.68,1.00,none,none,2.78, cataclysm,cataclysm,0.22,Noun,9,10,4,cataclysm,13.32,0.95,13.32,0.95,none,none,none, cataclysmic,cataclysmic,0.33,Adjective,11,11,4,cataclysmic,12.33,0.95,12.33,0.95,none,none,none, cataclysms,cataclysms,0.02,Noun,10,11,4,cataclysm,none,none,13.32,0.95,none,none,none, catacomb,catacomb,0.10,Noun,8,7,3,catacomb,11.75,0.67,11.75,0.67,none,none,none, catacombs,catacombs,0.47,Noun,9,8,3,catacomb,none,none,11.75,0.67,none,none,none, catalepsy,catalepsy,0.18,Noun,9,9,4,catalepsy,14.56,0.45,14.56,0.45,none,none,none, cataleptic,cataleptic,0.08,Adjective,10,10,4,cataleptic,16.20,0.26,16.20,0.26,none,none,none, catalog,catalogue,2.92,Noun,7,7,3,catalog,8.55,1.00,8.55,1.00,none,none,none, cataloged,catalogued,0.12,Verb,9,8,3,catalog,none,none,8.55,1.00,none,none,none, cataloger,cataloguer,0.02,Noun,9,8,4,cataloger,11.62,0.84,11.62,0.84,none,none,none, cataloging,cataloguing,0.24,Verb,10,9,4,catalog,none,none,8.55,1.00,none,none,none, catalogs,catalogues,0.59,Noun,8,8,3,catalog,none,none,8.55,1.00,none,none,none, catalogue,catalogue,2.12,Noun,9,7,3,catalogue,7.84,1.00,7.84,1.00,none,none,none, catalogued,catalogued,0.29,Verb,10,8,3,catalogue,none,none,7.84,1.00,none,none,none, cataloguer,cataloguer,0.02,Noun,10,8,4,cataloguer,14.54,0.72,14.54,0.72,none,none,none, catalogues,catalogues,0.57,Noun,10,8,3,catalogue,none,none,7.84,1.00,none,none,none, cataloguing,cataloguing,0.25,Verb,11,9,4,catalogue,none,none,7.84,1.00,none,none,none, catalpa,catalpa,0.06,Noun,7,7,3,catalpa,15.00,0.30,15.00,0.30,none,none,none, catalyst,catalyst,0.78,Noun,8,8,3,catalyst,12.56,0.95,12.56,0.95,none,none,none, catalysts,catalysts,0.02,Noun,9,9,3,catalyst,none,none,12.56,0.95,none,none,none, catalytic,catalytic,0.14,Adjective,9,9,4,catalytic,13.95,1.00,13.95,1.00,none,none,none, catalyze,catalyse,0.02,Verb,8,7,3,catalyze,14.28,0.95,14.28,0.95,none,none,none, catalyzed,catalysed,0.06,Verb,9,8,3,catalyze,none,none,14.28,0.95,none,none,none, catamaran,catamaran,0.06,Noun,9,8,4,catamaran,15.55,0.61,15.55,0.61,none,none,none, catamite,catamite,0.04,Noun,8,7,3,catamite,15.71,0.39,15.71,0.39,none,none,none, catamount,catamount,0.02,Noun,9,8,3,catamount,14.00,0.59,14.00,0.59,none,none,none, cataplexy,cataplexy,0.02,Adjective,9,10,4,cataplexy,16.00,0.39,16.00,0.39,none,none,none, catapult,catapult,0.61,Noun,8,8,3,catapult,10.56,1.00,10.56,1.00,none,none,none, catapulted,catapulted,0.16,Verb,10,10,4,catapult,none,none,10.56,1.00,none,none,none, catapulting,catapulting,0.08,Verb,11,10,4,catapult,none,none,10.56,1.00,none,none,none, catapults,catapults,0.27,Noun,9,9,3,catapult,none,none,10.56,1.00,none,none,none, cataract,cataract,0.12,Noun,8,8,3,cataract,14.90,1.00,14.90,1.00,none,none,none, cataracts,cataracts,0.39,Noun,9,8,3,cataract,none,none,14.90,1.00,none,none,none, catarrh,catarrh,0.04,Noun,7,5,2,catarrh,17.00,0.39,17.00,0.39,none,none,none, catarrhal,catarrhal,0.02,Adjective,9,7,3,catarrhal,17.00,0.21,17.00,0.21,none,none,none, catastasis,catastasis,0.06,Noun,10,10,4,catastasis,15.70,0.53,15.70,0.53,none,none,none, catastrophe,catastrophe,2.47,Noun,11,10,4,catastrophe,11.15,1.00,11.15,1.00,none,10.34,none, catastrophes,catastrophes,0.20,Noun,12,11,4,catastrophe,none,none,11.15,1.00,none,10.34,none, catastrophic,catastrophic,1.27,Adjective,12,11,4,catastrophic,12.11,1.00,12.11,1.00,none,none,none, catatonia,catatonia,0.16,Noun,9,9,5,catatonia,15.07,0.74,15.07,0.74,none,none,none, catatonic,catatonic,0.78,Adjective,9,9,4,catatonic,13.62,0.89,13.62,0.89,none,none,none, catatonics,catatonics,0.12,Noun,10,10,4,catatonic,none,none,13.62,0.89,none,none,none, catbird,catbird,0.08,Noun,7,6,2,catbird,11.45,0.61,11.45,0.61,none,none,none, catch,catch,135.51,Verb,5,3,1,catch,4.61,1.00,4.61,1.00,none,5.26,5.79, catchable,catchable,0.06,Adjective,9,7,3,catchable,9.56,0.95,9.56,0.95,none,none,none, catcher,catcher,3.75,Noun,7,4,2,catcher,7.63,1.00,7.63,1.00,none,none,none, catchers,catchers,0.20,Noun,8,5,2,catcher,none,none,7.63,1.00,none,none,none, catches,catches,6.59,Verb,7,5,2,catch,none,none,4.61,1.00,none,5.26,5.79, catchier,catchier,0.02,Adjective,8,5,3,catchy,none,none,8.74,1.00,none,none,none, catchiest,catchiest,0.02,Adjective,9,7,3,catchy,none,none,8.74,1.00,none,none,none, catching,catching,12.71,Verb,8,5,2,catch,none,none,4.61,1.00,none,5.26,5.79, catchment,catchment,0.10,Noun,9,7,2,catchment,12.00,0.56,12.00,0.56,none,none,none, catchphrase,catchphrase,0.41,Noun,11,7,2,catchphrase,11.22,1.00,11.22,1.00,none,none,none, catchphrases,catchphrases,0.14,Noun,12,9,3,catchphrase,none,none,11.22,1.00,none,none,none, catchy,catchy,2.14,Adjective,6,4,2,catchy,8.74,1.00,8.74,1.00,none,none,none, catechism,catechism,0.29,Noun,9,9,4,catechism,11.00,0.67,11.00,0.67,none,none,none, categorical,categorical,0.02,Adjective,11,11,5,categorical,11.72,1.00,11.72,1.00,none,none,none, categories,categories,1.00,Noun,10,9,4,category,none,none,8.15,1.00,none,none,none, categorization,categorization,0.02,Noun,14,12,6,categorization,10.44,1.00,10.44,1.00,none,none,none, categorize,categorise,0.16,Verb,10,8,4,categorize,9.47,1.00,9.47,1.00,none,none,none, categorized,categorised,0.14,Verb,11,9,4,categorize,none,none,9.47,1.00,none,none,none, categorizes,categorises,0.08,Verb,11,10,5,categorize,none,none,9.47,1.00,none,none,none, categorizing,categorising,0.08,Verb,12,10,5,categorize,none,none,9.47,1.00,none,none,none, category,category,4.06,Noun,8,8,4,category,8.15,1.00,8.15,1.00,none,none,none, cater,cater,1.25,Verb,5,4,2,cater,10.85,1.00,10.85,1.00,none,none,none, catered,catered,0.57,Verb,7,5,2,cater,none,none,10.85,1.00,none,none,none, caterer,caterer,2.08,Noun,7,5,3,caterer,12.19,0.89,12.19,0.89,none,none,none, caterers,caterers,1.18,Noun,8,6,3,caterer,none,none,12.19,0.89,none,none,none, cateress,cateress,0.02,Noun,8,6,3,cateress,12.00,0.50,12.00,0.50,none,none,none, caterpillar,caterpillar,1.12,Noun,11,8,4,caterpillar,5.17,1.00,5.17,1.00,none,none,none, caterpillars,caterpillars,0.35,Noun,12,9,4,caterpillar,none,none,5.17,1.00,none,none,none, caters,caters,0.18,Verb,6,5,2,cater,none,none,10.85,1.00,none,none,none, caterwauling,caterwauling,0.14,Noun,12,11,5,caterwauling,15.77,0.65,15.77,0.65,none,none,none, catfight,catfight,0.20,Verb,8,6,2,catfight,9.47,1.00,9.47,1.00,none,none,none, catfish,catfish,1.24,Noun,7,6,2,catfish,6.61,1.00,6.61,1.00,none,8.18,none, catgut,catgut,0.25,Noun,6,6,2,catgut,14.50,0.40,14.50,0.40,none,none,none, catharsis,catharsis,0.33,Noun,9,8,3,catharsis,14.40,0.83,14.40,0.83,none,none,none, cathartic,cathartic,0.35,Adjective,9,8,3,cathartic,15.06,0.84,15.06,0.84,none,none,none, cathedral,cathedral,3.73,Noun,9,8,3,cathedral,10.58,1.00,10.58,1.00,none,none,none, cathedrals,cathedrals,0.35,Noun,10,9,3,cathedral,none,none,10.58,1.00,none,none,none, catheter,catheter,1.08,Noun,8,6,3,catheter,14.37,1.00,14.37,1.00,none,none,none, catheterization,catheterization,0.02,Noun,15,12,6,catheterization,14.84,1.00,14.84,1.00,none,none,none, catheters,catheters,0.16,Noun,9,7,3,catheter,none,none,14.37,1.00,none,none,none, cathode,cathode,0.16,Noun,7,5,2,cathode,14.60,0.71,14.60,0.71,none,13.64,none, cathodes,cathodes,0.02,Noun,8,6,2,cathode,none,none,14.60,0.71,none,13.64,none, cathodic,cathodic,Err:512,Err:512,8,7,3,cathodic,15.50,0.32,15.50,0.32,none,none,none, catholic,catholic,12.47,Adjective,8,6,2,catholic,7.84,1.00,7.84,1.00,8.90,none,none, catholicism,catholicism,0.45,0.45,11,11,4,catholicism,9.77,1.00,9.77,1.00,10.23,none,none, cathouse,cathouse,0.61,Noun,8,6,2,cathouse,11.32,0.90,11.32,0.90,none,none,none, cathouses,cathouses,0.02,Noun,9,8,3,cathouse,none,none,11.32,0.90,none,none,none, catlike,catlike,0.27,Adjective,7,6,2,catlike,9.42,1.00,9.42,1.00,none,none,none, catnap,catnap,0.18,Noun,6,6,2,catnap,7.17,1.00,7.17,1.00,none,none,none, catnapped,catnapped,0.08,Verb,9,7,2,catnap,none,none,7.17,1.00,none,none,none, catnaps,catnaps,0.04,Noun,7,7,2,catnap,none,none,7.17,1.00,none,none,none, catnip,catnip,0.41,Noun,6,6,2,catnip,6.89,1.00,6.89,1.00,none,none,none, cats,cats,19.73,Noun,4,4,1,cat,none,none,3.68,1.00,none,none,2.78, catsup,catsup,0.06,Noun,6,5,2,catsup,6.65,0.89,6.65,0.89,none,none,none, cattery,cattery,0.04,Noun,7,6,3,cattery,12.83,0.60,12.83,0.60,none,none,none, cattiest,cattiest,0.02,Adjective,8,7,3,catty,none,none,11.16,0.90,none,none,none, cattiness,cattiness,0.02,Noun,9,7,3,cattiness,11.18,0.89,11.18,0.89,none,none,none, cattle,cattle,13.22,Noun,6,5,2,cattle,6.53,1.00,6.53,1.00,none,5.35,none,6.13 cattleman,cattleman,0.16,Noun,9,8,3,cattleman,8.38,0.89,8.38,0.89,none,none,none, cattlemen,cattlemen,0.49,Noun,9,8,3,cattleman,none,none,8.38,0.89,none,none,none, catty,catty,0.37,Adjective,5,4,2,catty,11.16,0.90,11.16,0.90,none,none,none, catwalk,catwalk,0.71,Noun,7,6,2,catwalk,10.32,1.00,10.32,1.00,none,none,none, catwalks,catwalks,0.14,Noun,8,7,2,catwalk,none,none,10.32,1.00,none,none,none, caucus,caucus,0.29,Noun,6,5,2,caucus,14.88,0.89,14.88,0.89,none,none,none, caucused,caucused,0.02,Verb,8,6,2,caucus,none,none,14.88,0.89,none,none,none, caucuses,caucuses,0.04,Noun,8,7,3,caucus,none,none,14.88,0.89,none,none,none, caudate,caudate,0.02,Noun,7,5,2,caudate,13.33,0.33,13.33,0.33,none,none,none, caught,caught,93.94,Verb,6,3,1,catch,none,none,4.61,1.00,none,5.26,5.79, cauldron,cauldron,0.47,Noun,8,7,2,cauldron,9.61,0.95,9.61,0.95,none,none,none, cauldrons,cauldrons,0.04,Noun,9,8,2,cauldron,none,none,9.61,0.95,none,none,none, cauliflower,cauliflower,0.55,Noun,11,8,4,cauliflower,6.18,1.00,6.18,1.00,none,none,none, cauliflowers,cauliflowers,0.02,Noun,12,9,4,cauliflower,none,none,6.18,1.00,none,none,none, caulk,caulk,0.25,Verb,5,3,1,calk,none,none,14.08,0.68,none,none,none, caulking,caulking,0.16,Verb,8,5,2,calk,none,none,14.08,0.68,none,none,none, caulks,caulks,0.02,Noun,6,4,1,calk,none,none,14.08,0.68,none,none,none, causable,causable,0.02,Adjective,8,7,3,causable,12.94,0.84,12.94,0.84,none,none,none, causal,causal,0.20,Adjective,6,5,2,causal,9.59,0.89,9.59,0.89,none,none,none, causalities,causalities,0.06,Noun,11,9,4,causality,none,none,12.06,1.00,none,none,none, causality,causality,0.14,Noun,9,8,4,causality,12.06,1.00,12.06,1.00,none,none,none, causation,causation,0.18,Noun,9,7,3,causation,13.89,0.95,13.89,0.95,none,none,none, causations,causations,0.02,Noun,10,8,3,causation,none,none,13.89,0.95,none,none,none, causative,causative,0.08,Adjective,9,7,3,causative,13.62,0.84,13.62,0.84,none,none,none, cause,cause,310.04,Noun,5,3,1,cause,5.84,1.00,5.84,1.00,7.64,8.13,6.06, caused,caused,25.84,Verb,6,4,1,cause,none,none,5.84,1.00,7.64,8.13,6.06, causer,causer,0.08,Noun,6,4,2,causer,12.38,0.68,12.38,0.68,none,none,none, causes,causes,9.92,Verb,6,5,2,cause,none,none,5.84,1.00,7.64,8.13,6.06, causeway,causeway,0.33,Noun,8,5,2,causeway,11.78,0.95,11.78,0.95,none,none,none, causing,causing,9.84,Verb,7,5,2,cause,none,none,5.84,1.00,7.64,8.13,6.06, caustic,caustic,0.14,Adjective,7,6,2,caustic,15.00,0.75,15.00,0.75,none,none,none, caustics,caustics,0.02,Noun,8,7,2,caustic,none,none,15.00,0.75,none,none,none, cauterization,cauterization,0.02,Noun,13,10,5,cauterization,15.14,0.78,15.14,0.78,none,none,none, cauterize,cauterise,0.29,Verb,9,6,3,cauterize,14.76,0.89,14.76,0.89,none,none,none, cauterized,cauterised,0.14,Verb,10,7,3,cauterize,none,none,14.76,0.89,none,none,none, cauterizing,cauterising,0.02,Verb,11,8,4,cauterize,none,none,14.76,0.89,none,none,none, caution,caution,5.16,Noun,7,5,2,caution,6.22,1.00,6.22,1.00,none,8.47,none,7.11 cautionary,cautionary,0.35,Adjective,10,8,4,cautionary,9.71,1.00,9.71,1.00,none,none,none, cautioned,cautioned,0.10,Verb,9,6,2,caution,none,none,6.22,1.00,none,8.47,none,7.11 cautions,cautions,0.04,Verb,8,6,2,caution,none,none,6.22,1.00,none,8.47,none,7.11 cautious,cautious,3.35,Adjective,8,5,2,cautious,8.25,1.00,8.25,1.00,none,none,none,8.70 cautiousness,cautiousness,0.02,Noun,12,8,3,cautiousness,10.00,1.00,10.00,1.00,none,none,none, cava,cava,0.31,Noun,4,4,2,cava,14.56,0.50,14.56,0.50,none,none,none, cavalcade,cavalcade,0.08,Noun,9,8,3,cavalcade,12.90,0.53,12.90,0.53,none,none,none, cavalcades,cavalcades,0.02,Noun,10,9,3,cavalcade,none,none,12.90,0.53,none,none,none, cavalier,cavalier,1.18,Noun,8,7,3,cavalier,12.47,0.94,12.47,0.94,none,none,none, cavaliers,cavaliers,0.20,Noun,9,8,3,cavalier,none,none,12.47,0.94,none,none,none, cavalries,cavalries,0.02,Noun,9,8,3,cavalry,none,none,9.16,1.00,none,none,none, cavalry,cavalry,6.22,Noun,7,7,3,cavalry,9.16,1.00,9.16,1.00,none,none,none, cavalryman,cavalryman,0.10,Noun,10,10,4,cavalryman,9.50,0.86,9.50,0.86,none,none,none, cavalrymen,cavalrymen,0.04,Noun,10,10,4,cavalryman,none,none,9.50,0.86,none,none,none, cave,cave,13.98,Noun,4,3,1,cave,6.74,1.00,6.74,1.00,none,5.92,6.06, caveat,caveat,0.33,Noun,6,6,3,caveat,16.13,0.83,16.13,0.83,none,none,none, caveats,caveats,0.02,Noun,7,7,3,caveat,none,none,16.13,0.83,none,none,none, caved,caved,1.12,Verb,5,4,1,cave,none,none,6.74,1.00,none,5.92,6.06, caveman,caveman,2.02,Noun,7,6,2,caveman,6.28,1.00,6.28,1.00,none,none,none, cavemen,cavemen,0.41,Noun,7,6,2,caveman,none,none,6.28,1.00,none,none,none, cavern,cavern,1.10,Noun,6,5,2,cavern,8.84,0.95,8.84,0.95,none,8.60,none,10.41 cavernous,cavernous,0.06,Adjective,9,7,3,cavernous,10.56,0.95,10.56,0.95,none,none,none, caverns,caverns,0.27,Noun,7,6,2,cavern,none,none,8.84,0.95,none,8.60,none,10.41 caves,caves,3.96,Noun,5,4,1,cave,none,none,6.74,1.00,none,5.92,6.06, caviar,caviar,3.82,Noun,6,6,3,caviar,12.83,1.00,12.83,1.00,none,none,none, caving,caving,0.61,Noun,6,5,2,caving,10.11,0.95,10.11,0.95,none,none,none, cavities,cavities,0.80,Noun,8,7,3,cavity,none,none,7.50,1.00,none,none,none, cavity,cavity,2.98,Noun,6,6,3,cavity,7.50,1.00,7.50,1.00,none,none,none, cavort,cavort,0.06,Verb,6,6,2,cavort,12.06,0.73,12.06,0.73,none,none,none, cavorting,cavorting,0.31,Verb,9,8,3,cavort,none,none,12.06,0.73,none,none,none, cavorts,cavorts,0.04,Verb,7,7,2,cavort,none,none,12.06,0.73,none,none,none, cavy,cavy,0.02,Noun,4,4,2,cavy,14.50,0.38,14.50,0.38,none,none,none, cay,cay,0.12,Verb,3,2,1,cay,14.70,0.56,14.70,0.56,none,none,none, cayenne,cayenne,0.75,Noun,7,4,2,cayenne,12.81,0.84,12.81,0.84,none,none,none,12.32 cays,cays,0.04,Noun,4,3,1,cay,none,none,14.70,0.56,none,none,none, cease,cease,8.73,Verb,5,3,1,cease,9.26,1.00,9.26,1.00,none,11.04,9.89, ceased,ceased,1.33,Verb,6,4,1,cease,none,none,9.26,1.00,none,11.04,9.89, ceasefire,ceasefire,0.29,Noun,9,6,3,ceasefire,11.57,1.00,11.57,1.00,none,none,none, ceaseless,ceaseless,0.16,Adjective,9,6,2,ceaseless,12.11,0.90,12.11,0.90,none,none,none, ceases,ceases,0.73,Verb,6,5,2,cease,none,none,9.26,1.00,none,11.04,9.89, ceasing,ceasing,0.14,Verb,7,5,2,cease,none,none,9.26,1.00,none,11.04,9.89, cecum,cecum,0.22,Noun,5,5,2,cecum,17.25,0.20,17.25,0.20,none,none,none, cedar,cedar,2.49,Noun,5,4,2,cedar,9.86,1.00,9.86,1.00,none,8.45,none,8.53 cedars,cedars,0.75,Noun,6,5,2,cedar,none,none,9.86,1.00,none,8.45,none,8.53 cede,cede,0.12,Verb,4,3,1,cede,15.50,0.48,15.50,0.48,none,none,none, ceded,ceded,0.04,Verb,5,5,2,cede,none,none,15.50,0.48,none,none,none, ceding,ceding,0.04,Verb,6,5,2,cede,none,none,15.50,0.48,none,none,none, ceiling,ceiling,8.35,Noun,7,5,2,ceiling,4.75,1.00,4.75,1.00,none,6.24,none,6.00 ceilings,ceilings,1.00,Noun,8,6,2,ceiling,none,none,4.75,1.00,none,6.24,none,6.00 celadon,celadon,0.20,Noun,7,7,3,celadon,14.50,0.29,14.50,0.29,none,none,none, celandine,celandine,Err:512,Err:512,9,8,3,celandine,19.00,0.10,19.00,0.10,none,none,none, celeb,celeb,0.33,Noun,5,5,2,celeb,11.22,1.00,11.22,1.00,none,none,none, celebrant,celebrant,0.06,Noun,9,9,3,celebrant,12.25,0.89,12.25,0.89,none,none,none, celebrate,celebrate,24.86,Verb,9,8,3,celebrate,6.21,1.00,6.21,1.00,none,none,none, celebrates,celebrates,0.51,Verb,10,9,3,celebrate,none,none,6.21,1.00,none,none,none, celebrating,celebrating,10.43,Verb,11,10,4,celebrate,none,none,6.21,1.00,none,none,none, celebration,celebration,9.88,Noun,11,10,4,celebration,7.05,1.00,7.05,1.00,none,none,none, celebrations,celebrations,0.55,Noun,12,11,4,celebration,none,none,7.05,1.00,none,none,none, celebratory,celebratory,0.27,Adjective,11,11,5,celebratory,10.06,1.00,10.06,1.00,none,none,none, celebrities,celebrities,3.57,Noun,11,10,4,celebrity,none,none,8.11,1.00,none,none,none, celebrity,celebrity,7.29,Noun,9,9,4,celebrity,8.11,1.00,8.11,1.00,none,none,none, celebs,celebs,0.14,Noun,6,6,2,celeb,none,none,11.22,1.00,none,none,none, celeriac,celeriac,0.02,Adjective,8,8,4,celeriac,16.67,0.47,16.67,0.47,none,none,none, celeries,celeries,0.04,Noun,8,6,2,celery,none,none,5.78,1.00,none,none,none, celerity,celerity,Err:512,Err:512,8,8,4,celerity,15.40,0.26,15.40,0.26,none,none,none, celery,celery,1.86,Noun,6,5,3,celery,5.78,1.00,5.78,1.00,none,none,none, celeste,celeste,3.51,3.51,7,6,2,celeste,13.96,0.71,13.96,0.71,none,none,none,12.01 celestial,celestial,1.08,Adjective,9,8,3,celestial,11.00,0.89,11.00,0.89,none,none,none, celiac,celiac,0.02,Noun,6,6,3,celiac,17.92,0.57,17.92,0.57,none,none,none, celibacy,celibacy,0.84,Noun,8,8,4,celibacy,12.37,1.00,12.37,1.00,none,none,none, celibate,celibate,0.71,Adjective,8,7,3,celibate,11.94,0.82,11.94,0.82,none,none,none, cell,cell,54.35,Noun,4,3,1,cell,10.00,1.00,10.00,1.00,none,9.87,8.96, cellar,cellar,9.37,Noun,6,4,2,cellar,8.94,0.95,8.94,0.95,none,7.24,none,9.22 cellars,cellars,0.37,Noun,7,5,2,cellar,none,none,8.94,0.95,none,7.24,none,9.22 cellblock,cellblock,0.53,Noun,9,7,2,cellblock,12.47,0.94,12.47,0.94,none,none,none, cellblocks,cellblocks,0.18,Noun,10,8,2,cellblock,none,none,12.47,0.94,none,none,none, cellist,cellist,0.41,Noun,7,6,2,cellist,11.55,1.00,11.55,1.00,none,none,none, cellists,cellists,0.04,Noun,8,7,2,cellist,none,none,11.55,1.00,none,none,none, cellmate,cellmate,0.78,Noun,8,6,2,cellmate,10.75,1.00,10.75,1.00,none,none,none, cellmates,cellmates,0.25,Noun,9,7,2,cellmate,none,none,10.75,1.00,none,none,none, cello,cello,1.86,Noun,5,4,2,cello,9.89,1.00,9.89,1.00,none,7.83,none,9.85 cellophane,cellophane,0.82,Noun,10,7,3,cellophane,11.47,1.00,11.47,1.00,none,none,none, cellphone,cell phone,3.08,3.08,9,6,2,cellphone,14.67,0.81,14.67,0.81,none,none,none, cells,cells,11.96,Noun,5,4,1,cell,none,none,10.00,1.00,none,9.87,8.96, cellular,cellular,2.84,Adjective,8,7,3,cellular,11.53,1.00,11.53,1.00,none,none,none, cellulite,cellulite,0.75,Noun,9,7,3,cellulite,13.65,1.00,13.65,1.00,none,none,none, celluloid,celluloid,0.47,Noun,9,7,3,celluloid,14.07,0.78,14.07,0.78,none,none,none, cellulose,cellulose,0.12,Noun,9,8,3,cellulose,13.22,1.00,13.22,1.00,none,none,none, cellulosic,cellulosic,Err:512,Err:512,10,10,4,cellulosic,15.30,0.56,15.30,0.56,none,none,none, cement,cement,4.59,Noun,6,6,2,cement,6.89,1.00,6.89,1.00,none,7.84,none,7.19 cemented,cemented,0.22,Verb,8,8,3,cement,none,none,6.89,1.00,none,7.84,none,7.19 cements,cements,0.04,Verb,7,7,2,cement,none,none,6.89,1.00,none,7.84,none,7.19 cemeteries,cemeteries,0.86,Noun,10,9,4,cemetery,none,none,7.78,1.00,none,none,none, cemetery,cemetery,8.69,Noun,8,8,4,cemetery,7.78,1.00,7.78,1.00,none,none,none, cenobite,cenobite,Err:512,Err:512,8,7,3,cenobite,16.33,0.14,16.33,0.14,none,none,none, cenobites,coenobites,0.02,Noun,9,8,3,cenobite,none,none,16.33,0.14,none,none,none, censor,censor,0.82,Verb,6,5,2,censor,9.74,1.00,9.74,1.00,none,none,none,10.13 censorable,censorable,0.02,Adjective,10,9,4,censorable,12.05,1.00,12.05,1.00,none,none,none, censored,censored,0.45,Verb,8,6,2,censor,none,none,9.74,1.00,none,none,none,10.13 censoring,censoring,0.12,Verb,9,7,3,censor,none,none,9.74,1.00,none,none,none,10.13 censors,censors,0.39,Noun,7,6,2,censor,none,none,9.74,1.00,none,none,none,10.13 censorship,censorship,1.06,Noun,10,8,3,censorship,13.05,1.00,13.05,1.00,none,none,none, censure,censure,0.16,Verb,7,5,2,censure,13.00,0.95,13.00,0.95,none,none,none, censured,censured,0.20,Verb,8,6,2,censure,none,none,13.00,0.95,none,none,none, census,census,1.37,Noun,6,6,2,census,11.14,1.00,11.14,1.00,none,none,none,11.59 cent,cent,9.47,Noun,4,4,1,cent,6.00,1.00,6.00,1.00,none,8.60,5.70, centaur,centaur,0.14,Noun,7,6,2,centaur,9.39,0.95,9.39,0.95,none,none,none, centaurs,centaurs,0.18,Noun,8,7,2,centaur,none,none,9.39,0.95,none,none,none, centavo,centavo,0.10,Noun,7,7,3,centavo,13.00,0.61,13.00,0.61,none,none,none, centavos,centavos,0.29,Noun,8,8,3,centavo,none,none,13.00,0.61,none,none,none, centenary,centenary,0.02,Noun,9,9,4,centenary,13.11,0.47,13.11,0.47,none,none,none, centennial,centennial,0.39,Adjective,10,9,4,centennial,10.18,0.94,10.18,0.94,none,none,none, center,centre,45.78,Noun,6,5,2,center,6.57,1.00,6.57,1.00,none,none,none,5.74 centerboard,centreboard,0.14,Noun,11,9,3,centerboard,12.29,0.70,12.29,0.70,none,none,none, centered,centred,0.96,Verb,8,6,2,center,none,none,6.57,1.00,none,none,none,5.74 centerfold,centrefold,0.67,Adjective,10,9,3,centerfold,10.80,1.00,10.80,1.00,none,none,none, centerfolds,centrefolds,0.04,Noun,11,10,3,centerfold,none,none,10.80,1.00,none,none,none, centering,centring,0.20,Verb,9,7,3,center,none,none,6.57,1.00,none,none,none,5.74 centerline,centre-line,0.04,Noun,10,8,3,centerline,10.67,0.95,10.67,0.95,none,none,none, centerpiece,centrepiece,0.63,Noun,11,8,3,centerpiece,8.89,1.00,8.89,1.00,none,none,none, centerpieces,centrepieces,0.29,Noun,12,10,4,centerpieces,9.55,1.00,9.55,1.00,none,none,none, centers,centres,2.43,Noun,7,6,2,center,none,none,6.57,1.00,none,none,none,5.74 centigrade,centigrade,0.22,Verb,10,9,3,centigrade,10.47,0.94,10.47,0.94,none,none,none, centigram,centigramme,0.02,Noun,9,9,3,centigram,11.89,1.00,11.89,1.00,none,none,none, centigrams,centigrammes,0.04,Noun,10,10,3,centigram,none,none,11.89,1.00,none,none,none, centime,centime,0.02,Noun,7,6,2,centime,13.17,0.32,13.17,0.32,none,none,none, centimes,centimes,0.04,Noun,8,7,2,centime,none,none,13.17,0.32,none,none,none, centimeter,centimetre,0.20,Noun,10,9,4,centimeter,8.56,1.00,8.56,1.00,none,none,none, centimeters,centimetres,1.47,Noun,11,10,4,centimeter,none,none,8.56,1.00,none,none,none, centipede,centipede,0.43,Verb,9,8,3,centipede,7.39,1.00,7.39,1.00,none,none,none, centipedes,centipedes,0.06,Verb,10,9,3,centipede,none,none,7.39,1.00,none,none,none, central,central,24.75,Adjective,7,7,2,central,8.00,1.00,8.00,1.00,none,none,none,8.04 centralization,centralization,0.02,Noun,14,13,5,centralization,14.65,1.00,14.65,1.00,none,none,none, centralize,centralise,0.02,Verb,10,9,3,centralize,11.79,1.00,11.79,1.00,none,none,none, centralized,centralised,0.14,Adjective,11,10,3,centralized,11.72,1.00,11.72,1.00,none,none,none, centralizer,centraliser,Err:512,Err:512,11,10,4,centralizer,12.25,0.60,12.25,0.60,none,none,none, centralizing,centralising,0.04,Verb,12,11,4,centralize,none,none,11.79,1.00,none,none,none, centre,centre,9.90,Noun,6,5,2,center,none,none,6.57,1.00,none,none,none,5.74 centrifugal,centrifugal,0.29,Adjective,11,12,4,centrifugal,13.14,0.74,13.14,0.74,none,none,none, centrifugation,centrifugation,0.02,Noun,14,13,5,centrifugation,14.56,0.86,14.56,0.86,none,none,none, centrifuge,centrifuge,0.10,Noun,10,10,3,centrifuge,15.17,0.63,15.17,0.63,none,none,none, centrifuges,centrifuges,0.02,Noun,11,12,4,centrifuge,none,none,15.17,0.63,none,none,none, centripetal,centripetal,0.04,Adjective,11,11,4,centripetal,14.47,0.79,14.47,0.79,none,none,none, centrist,centrist,0.02,Adjective,8,8,2,centrist,16.38,0.84,16.38,0.84,none,none,none, cents,cents,21.84,Noun,5,5,1,cent,none,none,6.00,1.00,none,8.60,5.70, centuries,centuries,7.49,Noun,9,7,3,century,none,none,7.00,1.00,none,8.24,none, centurion,centurion,0.35,Noun,9,9,4,centurion,13.00,0.78,13.00,0.78,none,none,none, century,century,20.84,Noun,7,6,3,century,7.00,1.00,7.00,1.00,none,8.24,none, cephalic,cephalic,0.04,Adjective,8,7,3,cephalic,15.33,0.47,15.33,0.47,none,none,none, cephalopod,cephalopod,0.04,Noun,10,9,4,cephalopod,13.60,0.56,13.60,0.56,none,none,none, ceramic,ceramic,1.22,Adjective,7,6,3,ceramic,8.37,1.00,8.37,1.00,none,none,none, ceramics,ceramics,0.57,Noun,8,7,3,ceramics,9.50,1.00,9.50,1.00,none,none,none, cereal,cereal,6.35,Noun,6,6,3,cereal,4.44,1.00,4.44,1.00,none,5.05,none, cereals,cereals,0.45,Noun,7,7,3,cereal,none,none,4.44,1.00,none,5.05,none, cerebellum,cerebellum,0.24,Noun,10,9,4,cerebellum,14.45,1.00,14.45,1.00,none,none,none, cerebral,cerebral,2.02,Adjective,8,8,3,cerebral,12.47,0.94,12.47,0.94,none,none,none, cerebrate,cerebrate,0.02,Verb,9,8,3,cerebrate,10.42,0.67,10.42,0.67,none,none,none, cerebration,cerebration,Err:512,Err:512,11,10,4,cerebration,16.20,0.26,16.20,0.26,none,none,none, cerebrospinal,cerebrospinal,0.04,Adjective,13,12,5,cerebrospinal,15.50,0.74,15.50,0.74,none,none,none, cerebrum,cerebrum,0.16,Noun,8,8,3,cerebrum,12.82,0.89,12.82,0.89,none,none,none, ceremonial,ceremonial,1.37,Adjective,10,10,5,ceremonial,10.89,1.00,10.89,1.00,none,none,none, ceremonies,ceremonies,1.92,Noun,10,9,4,ceremony,none,none,7.11,1.00,none,8.34,none, ceremonious,ceremonious,0.06,Adjective,11,10,5,ceremonious,11.59,0.94,11.59,0.94,none,none,none, ceremony,ceremony,15.82,Noun,8,8,4,ceremony,7.11,1.00,7.11,1.00,none,8.34,none, cerise,cerise,0.00,Err:512,6,4,2,cerise,16.55,0.57,16.55,0.57,10.58,none,none, cerium,cerium,0.06,Noun,6,6,3,cerium,15.57,0.39,15.57,0.39,none,none,none, cert,cert,0.06,Noun,4,4,1,cert,13.00,0.47,13.00,0.47,none,none,none, certain,certain,85.37,Adjective,7,5,2,certain,8.20,1.00,8.20,1.00,6.81,none,none,7.96 certainly,certainly,118.96,Adverb,9,7,3,certainly,7.24,1.00,7.24,1.00,7.05,none,none, certainties,certainties,0.14,Noun,11,8,3,certainty,none,none,10.11,0.95,none,none,none, certainty,certainty,3.02,Noun,9,7,3,certainty,10.11,0.95,10.11,0.95,none,none,none, certifiable,certifiable,0.78,Adjective,11,10,5,certifiable,11.11,1.00,11.11,1.00,none,none,none, certificate,certificate,8.98,Noun,11,9,4,certificate,8.42,1.00,8.42,1.00,none,8.71,none, certificates,certificates,1.41,Noun,12,10,4,certificate,none,none,8.42,1.00,none,8.71,none, certification,certification,0.37,Noun,13,11,5,certification,11.60,1.00,11.60,1.00,none,none,none, certifications,certifications,0.04,Noun,14,12,5,certification,none,none,11.60,1.00,none,none,none, certified,certified,2.71,Adjective,9,7,3,certified,10.58,1.00,10.58,1.00,none,none,none, certifies,certifies,0.06,Verb,9,7,3,certify,none,none,11.10,1.00,none,none,none, certify,certify,0.49,Verb,7,6,3,certify,11.10,1.00,11.10,1.00,none,none,none, certifying,certifying,0.12,Verb,10,8,4,certify,none,none,11.10,1.00,none,none,none, certiorari,certiorari,0.04,Noun,10,9,5,certiorari,14.67,0.16,14.67,0.16,none,none,none, certitude,certitude,0.10,Noun,9,7,3,certitude,14.08,0.63,14.08,0.63,none,none,none, cerulean,cerulean,0.31,Adjective,8,8,4,cerulean,13.00,0.59,13.00,0.59,none,none,none, cervical,cervical,0.69,Adjective,8,7,3,cervical,13.95,1.00,13.95,1.00,none,none,none, cervix,cervix,0.41,Noun,6,6,2,cervix,14.67,1.00,14.67,1.00,none,13.64,none, cesarean,caesarean,0.24,Noun,8,8,4,cesarean,11.63,1.00,11.63,1.00,none,none,none, cesareans,caesareans,0.04,Noun,9,8,3,cesarean,none,none,11.63,1.00,none,none,none, cesium,caesium,0.08,Noun,6,6,3,cesium,14.36,0.58,14.36,0.58,none,none,none, cessation,cessation,0.20,Noun,9,7,3,cessation,15.38,0.89,15.38,0.89,none,none,none, cesspit,cesspit,0.06,Noun,7,5,2,cesspit,15.58,0.67,15.58,0.67,none,none,none, cesspool,cesspool,1.24,Noun,8,6,2,cesspool,13.65,0.85,13.65,0.85,none,none,none, cesspools,cesspools,0.12,Noun,9,6,2,cesspool,none,none,13.65,0.85,none,none,none, cetacean,cetacean,0.10,Adjective,8,7,3,cetacean,13.00,0.74,13.00,0.74,none,none,none, cetaceans,cetaceans,0.04,Noun,9,8,3,cetacean,none,none,13.00,0.74,none,none,none, chafe,chafe,0.25,Verb,5,3,1,chafe,11.68,0.95,11.68,0.95,none,none,12.22, chafed,chafed,0.10,Verb,6,4,1,chafe,none,none,11.68,0.95,none,none,12.22, chafes,chafes,0.12,Verb,6,4,1,chafe,none,none,11.68,0.95,none,none,12.22, chaff,chaff,0.22,Noun,5,3,1,chaff,10.25,0.89,10.25,0.89,none,none,12.52, chaffed,chaffed,0.02,Verb,7,4,1,chaff,none,none,10.25,0.89,none,none,12.52, chaffer,chaffer,Err:512,Err:512,7,4,2,chaffer,16.17,0.32,16.17,0.32,none,none,none, chaffinch,chaffinch,Err:512,Err:512,9,6,2,chaffinch,8.00,0.05,8.00,0.05,none,none,none, chaffing,chaffing,0.02,Verb,8,5,2,chaff,none,none,10.25,0.89,none,none,12.52, chaffs,chaffs,0.14,Verb,6,4,1,chaff,none,none,10.25,0.89,none,none,12.52, chagrin,chagrin,0.22,Noun,7,6,2,chagrin,13.38,0.73,13.38,0.73,none,none,none, chagrined,chagrined,0.16,Adjective,9,7,2,chagrined,13.94,0.81,13.94,0.81,none,none,none, chain,chain,21.22,Noun,5,3,1,chain,5.22,1.00,5.22,1.00,none,6.30,6.03, chained,chained,3.35,Verb,7,4,1,chain,none,none,5.22,1.00,none,6.30,6.03, chaining,chaining,0.10,Verb,8,5,2,chain,none,none,5.22,1.00,none,6.30,6.03, chains,chains,7.59,Noun,6,4,1,chain,none,none,5.22,1.00,none,6.30,6.03, chainsaw,chainsaw,1.08,Noun,8,5,2,chainsaw,7.00,1.00,7.00,1.00,none,none,none, chainsaws,chainsaws,0.14,Noun,9,6,2,chainsaw,none,none,7.00,1.00,none,none,none, chair,chair,49.24,Noun,5,3,1,chair,3.43,1.00,3.43,1.00,none,none,4.36, chaired,chaired,0.10,Verb,7,4,1,chair,none,none,3.43,1.00,none,none,4.36, chairing,chairing,0.20,Verb,8,5,2,chair,none,none,3.43,1.00,none,none,4.36, chairlady,chairlady,0.14,Noun,9,7,4,chairlady,12.18,0.89,12.18,0.89,none,none,none, chairlift,chairlift,0.06,Noun,9,7,3,chairlift,12.09,1.00,12.09,1.00,none,none,none, chairman,chairman,11.86,Noun,8,6,2,chairman,10.84,1.00,10.84,1.00,none,none,none, chairmanship,chairmanship,0.22,Noun,12,9,3,chairmanship,12.21,1.00,12.21,1.00,none,none,none, chairmen,chairmen,0.04,Noun,8,6,2,chairman,none,none,10.84,1.00,none,none,none, chairperson,chairperson,0.12,Noun,11,8,3,chairperson,11.00,1.00,11.00,1.00,none,none,none, chairs,chairs,9.88,Noun,6,4,1,chair,none,none,3.43,1.00,none,none,4.36, chairwoman,chairwoman,0.20,Noun,10,8,3,chairwoman,12.95,1.00,12.95,1.00,none,none,none, chaise,chaise,0.29,Noun,6,3,1,chaise,13.33,0.79,13.33,0.79,none,none,12.09, chalet,chalet,0.51,Noun,6,4,2,chalet,13.80,0.79,13.80,0.79,none,none,none, chalice,chalice,0.63,Noun,7,5,2,chalice,11.35,0.85,11.35,0.85,none,12.19,none,12.01 chalices,chalices,0.02,Noun,8,5,2,chalice,none,none,11.35,0.85,none,12.19,none,12.01 chalk,chalk,3.59,Noun,5,3,1,chalk,4.47,1.00,4.47,1.00,none,5.33,4.73, chalkboard,chalkboard,0.24,Noun,10,7,2,chalkboard,5.78,1.00,5.78,1.00,none,none,none, chalkboards,chalkboards,0.04,Noun,11,8,2,chalkboard,none,none,5.78,1.00,none,none,none, chalked,chalked,0.33,Verb,7,4,1,chalk,none,none,4.47,1.00,none,5.33,4.73, chalking,chalking,0.04,Verb,8,5,2,chalk,none,none,4.47,1.00,none,5.33,4.73, chalks,chalks,0.02,Noun,6,4,1,chalk,none,none,4.47,1.00,none,5.33,4.73, chalky,chalky,0.12,Adjective,6,4,2,chalky,8.05,1.00,8.05,1.00,none,none,none, challenge,challenge,19.86,Noun,9,6,2,challenge,7.55,1.00,7.55,1.00,none,9.03,none,7.96 challenged,challenged,4.04,Verb,10,6,2,challenge,none,none,7.55,1.00,none,9.03,none,7.96 challenger,challenger,1.51,Noun,10,7,3,challenger,8.37,1.00,8.37,1.00,none,none,none, challengers,challengers,0.25,Noun,11,8,3,challenger,none,none,8.37,1.00,none,none,none, challenges,challenges,2.14,Noun,10,8,3,challenge,none,none,7.55,1.00,none,9.03,none,7.96 chalybeate,chalybeate,0.02,Noun,10,8,4,chalybeate,13.75,0.20,13.75,0.20,none,none,none, chamber,chamber,12.75,Noun,7,5,2,chamber,9.30,1.00,9.30,1.00,none,none,none,9.05 chambered,chambered,0.06,Adjective,9,6,2,chambered,13.67,0.79,13.67,0.79,none,none,none, chambering,chambering,0.02,Verb,10,7,3,chamber,none,none,9.30,1.00,none,none,none,9.05 chambermaid,chambermaid,0.61,Noun,11,8,3,chambermaid,11.72,0.95,11.72,0.95,none,none,none, chambermaids,chambermaids,0.08,Noun,12,9,3,chambermaid,none,none,11.72,0.95,none,none,none, chambers,chambers,5.80,Noun,8,6,2,chamber,none,none,9.30,1.00,none,none,none,9.05 chameleon,chameleon,0.73,Noun,9,8,4,chameleon,10.18,0.85,10.18,0.85,none,none,none, chameleons,chameleons,0.02,Noun,10,9,4,chameleon,none,none,10.18,0.85,none,none,none, chamois,chamois,0.22,Noun,7,4,2,chamois,14.50,0.40,14.50,0.40,none,none,none, champ,champ,15.12,Noun,5,4,1,champ,7.53,1.00,7.53,1.00,none,none,7.56, champagne,champagne,31.29,Noun,9,6,2,champagne,10.26,1.00,10.26,1.00,none,none,none, champagnes,champagnes,0.12,Noun,10,7,2,champagne,none,none,10.26,1.00,none,none,none, champing,champing,0.08,Verb,8,6,2,champ,none,none,7.53,1.00,none,none,7.56, champion,champion,20.92,Noun,8,7,3,champion,8.61,1.00,8.61,1.00,none,7.24,none, championed,championed,0.08,Verb,10,8,3,champion,none,none,8.61,1.00,none,7.24,none, championing,championing,0.04,Verb,11,9,4,champion,none,none,8.61,1.00,none,7.24,none, champions,champions,4.16,Noun,9,8,3,champion,none,none,8.61,1.00,none,7.24,none, championship,championship,9.80,Noun,12,10,4,championship,9.37,1.00,9.37,1.00,none,none,none, championships,championships,1.67,Noun,13,11,4,championship,none,none,9.37,1.00,none,none,none, champs,champs,1.10,Noun,6,5,1,champ,none,none,7.53,1.00,none,none,7.56, chance,chance,241.24,Noun,6,4,1,chance,7.78,1.00,7.78,1.00,6.73,none,6.65, chanced,chanced,0.24,Verb,7,5,1,chance,none,none,7.78,1.00,6.73,none,6.65, chancellery,chancellery,0.14,Noun,11,9,4,chancellery,13.64,0.64,13.64,0.64,none,none,none, chancellor,chancellor,4.12,Noun,10,7,3,chancellor,11.45,1.00,11.45,1.00,none,none,none, chancellors,chancellors,0.02,Noun,11,8,3,chancellor,none,none,11.45,1.00,none,none,none, chanceries,chanceries,0.02,Noun,10,8,3,chancery,none,none,12.12,0.42,none,none,none, chancery,chancery,0.08,Noun,8,6,3,chancery,12.12,0.42,12.12,0.42,none,none,none, chances,chances,28.86,Noun,7,6,2,chance,none,none,7.78,1.00,6.73,none,6.65, chanciness,chanciness,0.02,Noun,10,8,3,chanciness,13.09,0.58,13.09,0.58,none,none,none, chancre,chancre,0.02,Noun,7,6,2,chancre,12.54,0.68,12.54,0.68,none,none,none, chancy,chancy,0.20,Adjective,6,5,2,chancy,11.77,0.65,11.77,0.65,none,none,none, chandelier,chandelier,1.41,Noun,10,8,3,chandelier,8.63,1.00,8.63,1.00,none,none,none, chandeliers,chandeliers,0.33,Noun,11,8,3,chandelier,none,none,8.63,1.00,none,none,none, chandelle,chandelle,0.02,Noun,9,6,2,chandelle,10.00,0.25,10.00,0.25,none,none,none, chandlery,chandlery,0.04,Noun,9,7,3,chandlery,16.20,0.25,16.20,0.25,none,none,none, change,change,240.35,Verb,6,4,1,change,4.26,1.00,4.26,1.00,6.20,none,5.73, changeable,changeable,0.25,Adjective,10,8,3,changeable,10.37,1.00,10.37,1.00,none,none,none, changed,changed,100.94,Verb,7,5,1,change,none,none,4.26,1.00,6.20,none,5.73, changefulness,changefulness,0.02,Noun,13,10,3,changefulness,12.41,0.85,12.41,0.85,none,none,none, changeless,changeless,0.06,Adjective,10,7,2,changeless,11.58,1.00,11.58,1.00,none,none,none, changelessness,changelessness,0.02,Noun,14,10,3,changelessness,12.19,0.89,12.19,0.89,none,none,none, changeling,changeling,0.22,Noun,10,7,2,changeling,12.29,0.94,12.29,0.94,none,none,none, changelings,changelings,0.02,Noun,11,8,2,changeling,none,none,12.29,0.94,none,none,none, changeover,changeover,0.31,Noun,10,7,3,changeover,10.26,1.00,10.26,1.00,none,none,none, changeovers,changeovers,0.04,Noun,11,8,3,changeover,none,none,10.26,1.00,none,none,none, changer,changer,0.45,Noun,7,5,2,changer,11.20,0.83,11.20,0.83,none,none,none, changers,changers,0.02,Noun,8,6,2,changer,none,none,11.20,0.83,none,none,none, changes,changes,29.04,Noun,7,6,2,change,none,none,4.26,1.00,6.20,none,5.73, changing,changing,26.25,Verb,8,6,2,change,none,none,4.26,1.00,6.20,none,5.73, channel,channel,24.41,Noun,7,5,2,channel,5.79,1.00,5.79,1.00,none,8.18,none,6.61 channeling,channelling,0.49,Verb,10,7,3,channel,none,none,5.79,1.00,none,8.18,none,6.61 channels,channels,5.49,Noun,8,6,2,channel,none,none,5.79,1.00,none,8.18,none,6.61 chanson,chanson,0.06,Noun,7,6,2,chanson,15.50,0.10,15.50,0.10,none,none,none, chant,chant,2.27,Noun,5,4,1,chant,6.88,0.94,6.88,0.94,none,none,8.89, chanted,chanted,0.33,Verb,7,6,2,chant,none,none,6.88,0.94,none,none,8.89, chanter,chanter,0.02,Noun,7,5,2,chanter,12.36,0.61,12.36,0.61,none,none,none, chanterelle,chanterelle,0.02,Noun,11,8,3,chanterelle,16.33,0.33,16.33,0.33,none,none,none, chanteuse,chanteuse,0.22,Noun,9,7,2,chanteuse,15.43,0.39,15.43,0.39,none,none,none, chantey,chantey,0.08,Noun,7,5,2,chantey,11.50,0.53,11.50,0.53,none,none,none, chanteys,chanteys,0.10,Noun,8,6,2,chantey,none,none,11.50,0.53,none,none,none, chanticleer,chanticleer,0.04,Noun,11,9,4,chanticleer,13.00,0.44,13.00,0.44,none,none,none, chanticleers,chanticleers,0.02,Noun,12,10,4,chanticleer,none,none,13.00,0.44,none,none,none, chanting,chanting,4.22,Verb,8,6,2,chant,none,none,6.88,0.94,none,none,8.89, chantry,chantry,Err:512,Err:512,7,6,2,chantry,13.38,0.42,13.38,0.42,none,none,none, chants,chants,0.65,Verb,6,5,1,chant,none,none,6.88,0.94,none,none,8.89, chaos,chaos,9.39,Noun,5,4,2,chaos,10.05,1.00,10.05,1.00,9.77,8.00,none, chaotic,chaotic,1.12,Adjective,7,6,3,chaotic,8.50,1.00,8.50,1.00,none,none,none, chap,chap,6.35,Noun,4,3,1,chap,10.00,1.00,10.00,1.00,7.22,none,10.42, chaparral,chaparral,0.10,Adjective,9,6,3,chaparral,16.00,0.50,16.00,0.50,none,none,none, chapbook,chapbook,0.04,Noun,8,6,2,chapbook,11.38,0.42,11.38,0.42,none,none,none, chapeau,chapeau,0.29,Noun,7,5,3,chapeau,14.92,0.72,14.92,0.72,none,none,none, chapeaux,chapeaux,0.02,Noun,8,7,3,chapeau,none,none,14.92,0.72,none,none,none, chapel,chapel,7.96,Noun,6,5,2,chapel,6.95,1.00,6.95,1.00,none,7.24,none,7.72 chapels,chapels,0.22,Noun,7,6,2,chapel,none,none,6.95,1.00,none,7.24,none,7.72 chaperon,chaperon,0.63,Noun,8,7,3,chaperon,9.16,1.00,9.16,1.00,none,none,none, chaperone,chaperone,1.96,Noun,9,6,3,chaperon,none,none,9.16,1.00,none,none,none, chaperoned,chaperoned,0.16,Verb,10,8,3,chaperon,none,none,9.16,1.00,none,none,none, chaperones,chaperones,0.14,Noun,10,7,3,chaperon,none,none,9.16,1.00,none,none,none, chaperoning,chaperoning,0.41,Verb,11,8,4,chaperon,none,none,9.16,1.00,none,none,none, chaperons,chaperons,0.06,Noun,9,8,3,chaperon,none,none,9.16,1.00,none,none,none, chaplain,chaplain,2.27,Noun,8,6,2,chaplain,12.19,0.84,12.19,0.84,none,none,none,12.32 chaplains,chaplains,0.18,Noun,9,7,2,chaplain,none,none,12.19,0.84,none,none,none,12.32 chaplet,chaplet,0.04,Noun,7,6,2,chaplet,15.09,0.61,15.09,0.61,none,none,none, chapped,chapped,0.37,Verb,7,4,1,chap,none,none,10.00,1.00,7.22,none,10.42, chapping,chapping,0.06,Verb,8,5,2,chap,none,none,10.00,1.00,7.22,none,10.42, chaps,chaps,2.57,Noun,5,4,1,chap,none,none,10.00,1.00,7.22,none,10.42, chapter,chapter,11.84,Noun,7,5,2,chapter,6.42,1.00,6.42,1.00,none,none,none,6.26 chapters,chapters,1.98,Noun,8,6,2,chapter,none,none,6.42,1.00,none,none,none,6.26 char,char,1.41,Name,4,3,1,char,9.34,0.90,9.34,0.90,none,none,11.78, character,character,38.16,Noun,9,7,3,character,6.47,1.00,6.47,1.00,none,9.19,none, characteristic,characteristic,1.18,Noun,14,12,5,characteristic,10.47,1.00,10.47,1.00,none,none,none, characteristics,characteristics,2.00,Noun,15,13,5,characteristics,9.93,1.00,9.93,1.00,none,none,none, characterization,characterization,0.14,Noun,16,13,6,characterization,11.16,1.00,11.16,1.00,none,none,none, characterizations,characterizations,0.02,Noun,17,14,6,characterization,none,none,11.16,1.00,none,none,none, characterize,characterise,0.69,Verb,12,9,4,characterize,10.61,0.95,10.61,0.95,none,none,none, characterized,characterised,0.71,Verb,13,10,4,characterize,none,none,10.61,0.95,none,none,none, characterizes,characterises,0.04,Verb,13,11,5,characterize,none,none,10.61,0.95,none,none,none, characterizing,characterising,0.06,Verb,14,11,5,characterize,none,none,10.61,0.95,none,none,none, characters,characters,9.53,Noun,10,8,3,character,none,none,6.47,1.00,none,9.19,none, charade,charade,2.20,Noun,7,4,2,charade,9.56,0.95,9.56,0.95,none,none,none,11.29 charades,charades,1.02,Noun,8,5,2,charade,none,none,9.56,0.95,none,none,none,11.29 charbroil,charbroil,0.02,Verb,9,7,2,charbroil,12.16,0.95,12.16,0.95,none,none,none, charbroiled,charbroiled,0.06,Verb,11,8,2,charbroil,none,none,12.16,0.95,none,none,none, charbroiling,charbroiling,0.04,Verb,12,9,3,charbroil,none,none,12.16,0.95,none,none,none, charbroils,charbroils,0.02,Noun,10,8,2,charbroil,none,none,12.16,0.95,none,none,none, charcoal,charcoal,1.76,Noun,8,6,2,charcoal,8.00,1.00,8.00,1.00,none,none,none,8.96 charcoals,charcoals,0.08,Noun,9,7,2,charcoal,none,none,8.00,1.00,none,none,none,8.96 chard,chard,0.10,Noun,5,4,1,chard,14.00,0.78,14.00,0.78,none,none,12.00, chardonnay,chardonnay,0.94,Noun,10,7,3,chardonnay,16.25,0.89,16.25,0.89,none,none,none, chardonnays,chardonnays,0.02,Noun,11,8,3,chardonnay,none,none,16.25,0.89,none,none,none, charge,charge,89.39,Noun,6,4,1,charge,7.50,1.00,7.50,1.00,none,7.34,6.57, charged,charged,14.45,Verb,7,5,1,charge,none,none,7.50,1.00,none,7.34,6.57, charger,charger,1.22,Noun,7,5,2,charger,10.63,1.00,10.63,1.00,none,none,none, chargers,chargers,0.43,Noun,8,6,2,charger,none,none,10.63,1.00,none,none,none, charges,charges,29.53,Noun,7,6,2,charge,none,none,7.50,1.00,none,7.34,6.57, charging,charging,6.27,Verb,8,6,2,charge,none,none,7.50,1.00,none,7.34,6.57, chariot,chariot,2.02,Noun,7,6,3,chariot,9.11,1.00,9.11,1.00,none,none,none, charioteer,charioteer,0.04,Noun,10,8,4,charioteer,12.57,0.74,12.57,0.74,none,none,none, charioteers,charioteers,0.04,Verb,11,9,4,charioteer,none,none,12.57,0.74,none,none,none, chariots,chariots,0.43,Noun,8,7,3,chariot,none,none,9.11,1.00,none,none,none, charisma,charisma,0.98,Noun,8,6,3,charisma,11.82,0.94,11.82,0.94,none,none,none, charismatic,charismatic,0.80,Adjective,11,10,4,charismatic,12.47,1.00,12.47,1.00,none,none,none, charitable,charitable,2.04,Adjective,10,9,4,charitable,10.50,1.00,10.50,1.00,none,none,none, charities,charities,1.14,Noun,9,7,3,charity,none,none,7.63,1.00,none,8.60,none, charity,charity,16.49,Noun,7,6,3,charity,7.63,1.00,7.63,1.00,none,8.60,none, charlady,charlady,0.02,Noun,8,7,3,charlady,13.00,0.61,13.00,0.61,9.30,none,none, charlatan,charlatan,0.86,Noun,9,8,3,charlatan,12.36,0.78,12.36,0.78,none,none,none, charlatanism,charlatanism,0.02,Noun,12,12,5,charlatanism,14.88,0.80,14.88,0.80,none,none,none, charlatans,charlatans,0.24,Noun,10,9,3,charlatan,none,none,12.36,0.78,none,none,none, charm,charm,15.57,Noun,5,4,1,charm,8.09,1.00,8.09,1.00,none,9.03,7.35, charmer,charmer,1.24,Noun,7,5,2,charmer,10.79,1.00,10.79,1.00,none,none,none, charmers,charmers,0.14,Noun,8,6,2,charmer,none,none,10.79,1.00,none,none,none, charming,charming,28.12,Adjective,8,6,2,charming,6.26,1.00,6.26,1.00,7.62,none,none, charmless,charmless,0.06,Adjective,9,7,2,charmless,10.89,1.00,10.89,1.00,none,none,none, charms,charms,3.39,Noun,6,5,1,charm,none,none,8.09,1.00,none,9.03,7.35, charnel,charnel,0.06,Adjective,7,6,2,charnel,13.33,0.33,13.33,0.33,none,none,none, charred,charred,0.75,Adjective,7,4,1,charred,10.20,1.00,10.20,1.00,none,none,none, chart,chart,9.47,Noun,5,4,1,chart,7.59,1.00,7.59,1.00,7.58,none,7.22, charted,charted,0.35,Verb,7,6,2,chart,none,none,7.59,1.00,7.58,none,7.22, charter,charter,2.96,Noun,7,5,2,charter,10.33,1.00,10.33,1.00,none,none,none,10.60 chartered,chartered,0.88,Verb,9,6,2,charter,none,none,10.33,1.00,none,none,none,10.60 chartering,chartering,0.06,Verb,10,7,3,charter,none,none,10.33,1.00,none,none,none,10.60 charters,charters,0.16,Noun,8,6,2,charter,none,none,10.33,1.00,none,none,none,10.60 charting,charting,0.33,Verb,8,6,2,chart,none,none,7.59,1.00,7.58,none,7.22, chartreuse,chartreuse,0.53,Noun,10,7,2,chartreuse,14.00,0.67,14.00,0.67,none,none,none,12.53 charts,charts,6.53,Noun,6,5,1,chart,none,none,7.59,1.00,7.58,none,7.22, charwoman,charwoman,0.12,Noun,9,8,3,charwoman,11.45,0.55,11.45,0.55,none,none,none, chase,chase,32.80,Noun,5,3,1,chase,5.53,1.00,5.53,1.00,5.27,none,5.27, chased,chased,8.45,Verb,6,4,1,chase,none,none,5.53,1.00,5.27,none,5.27, chaser,chaser,1.29,Noun,6,4,2,chaser,11.22,1.00,11.22,1.00,none,none,none, chasers,chasers,0.49,Noun,7,5,2,chaser,none,none,11.22,1.00,none,none,none, chases,chases,1.27,Verb,6,5,2,chase,none,none,5.53,1.00,5.27,none,5.27, chasing,chasing,18.29,Verb,7,5,2,chase,none,none,5.53,1.00,5.27,none,5.27, chasm,chasm,0.35,Noun,5,5,2,chasm,14.33,0.95,14.33,0.95,10.49,none,12.62, chasms,chasms,0.08,Noun,6,6,2,chasm,none,none,14.33,0.95,10.49,none,12.62, chasse,chasse,0.10,Noun,6,3,1,chasse,12.00,0.68,12.00,0.68,none,none,none, chassis,chassis,0.65,Noun,7,4,2,chassis,12.20,0.83,12.20,0.83,none,11.55,none,12.75 chaste,chaste,0.59,Adjective,6,4,1,chaste,13.11,0.95,13.11,0.95,none,none,13.01, chasten,chasten,0.04,Verb,7,5,2,chasten,14.62,0.89,14.62,0.89,none,none,none, chastened,chastened,0.02,Adjective,9,6,2,chastened,12.28,0.95,12.28,0.95,none,none,none, chastens,chastens,0.02,Verb,8,7,2,chasten,none,none,14.62,0.89,none,none,none, chastise,chastise,0.12,Verb,8,6,2,chastise,12.50,0.95,12.50,0.95,9.90,none,none, chastised,chastised,0.10,Verb,9,7,2,chastise,none,none,12.50,0.95,9.90,none,none, chastisement,chastisement,0.08,Noun,12,10,3,chastisement,11.64,0.78,11.64,0.78,none,none,none, chastises,chastises,0.02,Verb,9,8,3,chastise,none,none,12.50,0.95,9.90,none,none, chastity,chastity,1.45,Noun,8,7,3,chastity,11.78,0.90,11.78,0.90,none,none,none, chat,chat,16.27,Noun,4,3,1,chat,7.33,1.00,7.33,1.00,6.37,none,7.81, chateau,chateau,2.53,Noun,7,4,2,chateau,13.22,0.95,13.22,0.95,none,none,none,12.85 chateaubriand,chateaubriand,0.10,Noun,13,11,5,chateaubriand,16.00,0.22,16.00,0.22,none,none,none, chateaus,chateaus,0.04,Noun,8,5,2,chateau,none,none,13.22,0.95,none,none,none,12.85 chateaux,chateaux,0.12,Noun,8,4,2,chateau,none,none,13.22,0.95,none,none,none,12.85 chats,chats,0.43,Noun,5,4,1,chat,none,none,7.33,1.00,6.37,none,7.81, chatted,chatted,0.37,Verb,7,5,2,chat,none,none,7.33,1.00,6.37,none,7.81, chattel,chattel,0.29,Noun,7,5,2,chattel,14.64,0.58,14.64,0.58,none,none,none, chattels,chattels,0.10,Noun,8,6,2,chattel,none,none,14.64,0.58,none,none,none, chatter,chatter,4.67,Noun,7,4,2,chatter,7.56,1.00,7.56,1.00,6.57,none,none, chatterbox,chatterbox,0.45,Noun,10,8,3,chatterbox,9.33,1.00,9.33,1.00,none,6.35,none, chatterboxes,chatterboxes,0.02,Noun,12,10,4,chatterbox,none,none,9.33,1.00,none,6.35,none, chattered,chattered,0.06,Verb,9,5,2,chatter,none,none,7.56,1.00,6.57,none,none, chatters,chatters,0.12,Verb,8,5,2,chatter,none,none,7.56,1.00,6.57,none,none, chatting,chatting,3.35,Verb,8,5,2,chat,none,none,7.33,1.00,6.37,none,7.81, chatty,chatty,1.00,Adjective,6,4,2,chatty,8.22,1.00,8.22,1.00,none,none,none, chauffer,chauffer,0.16,Verb,8,5,2,chauffer,10.24,0.94,10.24,0.94,none,none,none, chauffeur,chauffeur,5.63,Noun,9,4,2,chauffeur,9.84,1.00,9.84,1.00,none,none,none,10.99 chauffeured,chauffeured,0.12,Verb,11,5,2,chauffeur,none,none,9.84,1.00,none,none,none,10.99 chauffeuring,chauffeuring,0.06,Verb,12,6,3,chauffeur,none,none,9.84,1.00,none,none,none,10.99 chauffeurs,chauffeurs,0.27,Noun,10,5,2,chauffeur,none,none,9.84,1.00,none,none,none,10.99 chauvinism,chauvinism,0.24,Noun,10,9,4,chauvinism,13.35,0.89,13.35,0.89,none,none,none, chauvinist,chauvinist,0.59,Noun,10,8,3,chauvinist,12.71,0.89,12.71,0.89,none,none,none, chauvinistic,chauvinistic,0.29,Adjective,12,10,4,chauvinistic,13.28,0.90,13.28,0.90,none,none,none, chauvinists,chauvinists,0.02,Noun,11,9,3,chauvinist,none,none,12.71,0.89,none,none,none, chaw,chaw,0.20,Noun,4,2,1,chaw,12.11,0.43,12.11,0.43,none,none,none, cheap,cheap,36.24,Adjective,5,3,1,cheap,7.11,1.00,7.11,1.00,none,6.50,6.72, cheapen,cheapen,0.31,Verb,7,5,2,cheapen,9.35,1.00,9.35,1.00,none,none,none, cheapened,cheapened,0.10,Verb,9,6,2,cheapen,none,none,9.35,1.00,none,none,none, cheapens,cheapens,0.10,Verb,8,6,2,cheapen,none,none,9.35,1.00,none,none,none, cheaper,cheaper,4.92,Adjective,7,4,2,cheap,none,none,7.11,1.00,none,6.50,6.72, cheapest,cheapest,1.49,Adjective,8,6,2,cheap,none,none,7.11,1.00,none,6.50,6.72, cheapie,cheapie,0.06,Noun,7,4,2,cheapie,9.71,0.74,9.71,0.74,none,none,none, cheapies,cheapies,0.02,Noun,8,5,2,cheapie,none,none,9.71,0.74,none,none,none, cheapish,cheapish,0.02,Verb,8,5,2,cheapish,10.82,0.89,10.82,0.89,none,none,none, cheapjack,cheapjack,0.02,Noun,9,6,2,cheapjack,10.60,0.28,10.60,0.28,none,none,none, cheapness,cheapness,0.04,Noun,9,6,2,cheapness,9.84,1.00,9.84,1.00,none,none,none, cheapo,cheapo,0.14,Noun,6,4,2,cheapo,9.67,1.00,9.67,1.00,none,none,none, cheapskate,cheapskate,0.55,Noun,10,7,2,cheapskate,8.79,1.00,8.79,1.00,none,none,none, cheapskates,cheapskates,0.06,Noun,11,8,2,cheapskate,none,none,8.79,1.00,none,none,none, cheat,cheat,17.67,Verb,5,3,1,cheat,5.11,1.00,5.11,1.00,6.14,none,7.37, cheated,cheated,12.29,Verb,7,5,2,cheat,none,none,5.11,1.00,6.14,none,7.37, cheater,cheater,2.14,Noun,7,4,2,cheater,6.06,0.95,6.06,0.95,none,none,none, cheaters,cheaters,0.71,Noun,8,5,2,cheater,none,none,6.06,0.95,none,none,none, cheating,cheating,18.59,Verb,8,5,2,cheat,none,none,5.11,1.00,6.14,none,7.37, cheats,cheats,2.14,Verb,6,4,1,cheat,none,none,5.11,1.00,6.14,none,7.37, check,cheque,278.98,Verb,5,3,1,check,5.53,1.00,5.53,1.00,7.01,none,6.53, checkbook,chequebook,2.35,Noun,9,6,2,checkbook,8.67,0.95,8.67,0.95,none,none,none, checkbooks,chequebooks,0.18,Noun,10,7,2,checkbook,none,none,8.67,0.95,none,none,none, checked,checked,46.71,Verb,7,4,1,check,none,none,5.53,1.00,7.01,none,6.53, checker,checker,1.10,Noun,7,4,2,checker,6.89,1.00,6.89,1.00,none,none,none, checkerboard,checkerboard,0.10,Noun,12,8,3,checkerboard,6.74,1.00,6.74,1.00,none,none,none, checkered,chequered,0.82,Adjective,9,5,2,checkered,9.28,1.00,9.28,1.00,none,none,none, checkers,checkers,1.88,Noun,8,5,2,checkers,6.11,1.00,6.11,1.00,none,none,none, checking,checking,32.47,Verb,8,5,2,check,none,none,5.53,1.00,7.01,none,6.53, checklist,checklist,0.76,Noun,9,7,2,checklist,7.78,1.00,7.78,1.00,none,none,none, checklists,checklists,0.02,Noun,10,8,2,checklist,none,none,7.78,1.00,none,none,none, checkmark,checkmark,0.02,Noun,9,7,2,checkmark,9.28,1.00,9.28,1.00,none,none,none, checkmate,checkmate,1.76,Verb,9,6,2,checkmate,9.00,1.00,9.00,1.00,none,none,none, checkout,checkout,1.25,Noun,8,5,2,checkout,6.44,1.00,6.44,1.00,none,none,none, checkpoint,checkpoint,1.86,Noun,10,7,2,checkpoint,13.00,1.00,13.00,1.00,none,none,none, checkpoints,checkpoints,0.67,Noun,11,8,2,checkpoint,none,none,13.00,1.00,none,none,none, checkroom,checkroom,0.27,Noun,9,6,2,checkroom,12.36,0.70,12.36,0.70,none,none,none, checks,cheques,14.88,Noun,6,4,1,check,none,none,5.53,1.00,7.01,none,6.53, checksum,checksum,0.02,Noun,8,6,2,checksum,14.17,0.33,14.17,0.33,none,none,none, checkup,check-up,2.10,Noun,7,5,2,checkup,6.06,1.00,6.06,1.00,none,none,none, checkups,checkups,0.37,Noun,8,6,2,checkup,none,none,6.06,1.00,none,none,none, cheddar,cheddar,1.78,Name,7,4,2,cheddar,7.14,1.00,7.14,1.00,none,none,none,6.26 cheek,cheek,7.16,Noun,5,3,1,cheek,5.06,1.00,5.06,1.00,none,5.47,4.71, cheekbone,cheekbone,0.27,Noun,9,6,2,cheekbone,7.17,1.00,7.17,1.00,none,none,none, cheekbones,cheekbones,0.61,Noun,10,7,2,cheekbone,none,none,7.17,1.00,none,none,none, cheeked,cheeked,0.02,Verb,7,4,1,cheek,none,none,5.06,1.00,none,5.47,4.71, cheekiness,cheekiness,0.02,Noun,10,7,3,cheekiness,11.24,0.94,11.24,0.94,none,none,none, cheeks,cheeks,4.41,Noun,6,4,1,cheek,none,none,5.06,1.00,none,5.47,4.71, cheeky,cheeky,1.25,Adjective,6,4,2,cheeky,10.63,1.00,10.63,1.00,none,none,none, cheep,cheep,0.12,Verb,5,3,1,cheep,6.64,0.74,6.64,0.74,none,none,8.80, cheeping,cheeping,0.06,Verb,8,5,2,cheep,none,none,6.64,0.74,none,none,8.80, cheer,cheer,18.69,Verb,5,3,1,cheer,5.00,1.00,5.00,1.00,5.69,6.18,6.17, cheered,cheered,1.22,Verb,7,4,1,cheer,none,none,5.00,1.00,5.69,6.18,6.17, cheerful,cheerful,3.73,Adjective,8,6,2,cheerful,7.68,1.00,7.68,1.00,5.79,none,none, cheerfulness,cheerfulness,0.04,Noun,12,9,4,cheerfulness,8.15,1.00,8.15,1.00,6.70,none,none, cheerier,cheerier,0.08,Adjective,8,5,3,cheery,none,none,7.19,1.00,none,none,none, cheeriest,cheeriest,0.04,Adjective,9,7,3,cheery,none,none,7.19,1.00,none,none,none, cheering,cheering,13.53,Verb,8,5,2,cheer,none,none,5.00,1.00,5.69,6.18,6.17, cheerleader,cheerleader,6.45,Noun,11,7,3,cheerleader,6.00,1.00,6.00,1.00,none,none,none, cheerleaders,cheerleaders,2.86,Noun,12,8,3,cheerleader,none,none,6.00,1.00,none,none,none, cheerless,cheerless,0.04,Adjective,9,6,3,cheerless,9.22,1.00,9.22,1.00,none,none,none, cheers,cheers,22.71,Interjection,6,4,1,cheers,8.59,1.00,8.59,1.00,none,none,none, cheery,cheery,1.06,Adjective,6,4,2,cheery,7.19,1.00,7.19,1.00,none,none,none, cheese,cheese,39.04,Noun,6,3,1,cheese,4.33,1.00,4.33,1.00,none,4.41,4.34, cheeseboard,cheeseboard,0.04,Noun,11,7,2,cheeseboard,9.75,0.84,9.75,0.84,none,none,none, cheeseburger,cheeseburger,3.20,Noun,12,7,3,cheeseburger,4.78,1.00,4.78,1.00,none,none,none, cheeseburgers,cheeseburgers,1.27,Noun,13,8,3,cheeseburger,none,none,4.78,1.00,none,none,none, cheesecake,cheesecake,2.31,Noun,10,6,2,cheesecake,8.11,1.00,8.11,1.00,none,none,none, cheesecakes,cheesecakes,0.08,Noun,11,7,2,cheesecake,none,none,8.11,1.00,none,none,none, cheesecloth,cheesecloth,0.04,Noun,11,7,2,cheesecloth,13.20,0.91,13.20,0.91,none,none,none, cheesed,cheesed,0.18,Verb,7,4,1,cheese,none,none,4.33,1.00,none,4.41,4.34, cheeses,cheeses,0.53,Noun,7,5,2,cheese,none,none,4.33,1.00,none,4.41,4.34, cheesier,cheesier,0.06,Adjective,8,5,3,cheesy,none,none,6.21,1.00,none,none,none, cheesiest,cheesiest,0.06,Adjective,9,7,3,cheesy,none,none,6.21,1.00,none,none,none, cheesing,cheesing,0.04,Verb,8,5,2,cheese,none,none,4.33,1.00,none,4.41,4.34, cheesy,cheesy,2.61,Adjective,6,4,2,cheesy,6.21,1.00,6.21,1.00,none,none,none, cheetah,cheetah,2.29,Noun,7,4,2,cheetah,8.16,1.00,8.16,1.00,8.46,none,none,5.14 cheetahs,cheetahs,0.16,Noun,8,5,2,cheetah,none,none,8.16,1.00,8.46,none,none,5.14 chef,chef,11.88,Noun,4,3,1,chef,8.30,1.00,8.30,1.00,8.73,none,6.94, chefs,chefs,1.02,Noun,5,4,1,chef,none,none,8.30,1.00,8.73,none,6.94, chela,chela,0.04,Name,5,4,2,chela,15.00,0.10,15.00,0.10,none,none,none, chemical,chemical,11.35,Adjective,8,7,3,chemical,9.50,1.00,9.50,1.00,9.34,none,none, chemicals,chemicals,5.71,Noun,9,8,3,chemicals,9.70,1.00,9.70,1.00,none,none,none, chemise,chemise,0.02,Noun,7,5,2,chemise,12.91,0.61,12.91,0.61,none,none,none, chemist,chemist,1.86,Noun,7,6,2,chemist,8.94,1.00,8.94,1.00,7.29,none,none, chemistries,chemistries,0.04,Noun,11,9,3,chemistry,none,none,9.94,1.00,8.92,none,none, chemistry,chemistry,8.67,Noun,9,8,3,chemistry,9.94,1.00,9.94,1.00,8.92,none,none, chemists,chemists,0.37,Noun,8,7,2,chemist,none,none,8.94,1.00,7.29,none,none, chemo,chemo,1.75,Noun,5,4,2,chemo,14.24,0.94,14.24,0.94,none,none,none, chemosynthesis,chemosynthesis,0.06,Noun,14,12,5,chemosynthesis,15.78,0.47,15.78,0.47,none,none,none, chemotherapeutic,chemotherapeutic,0.04,Adjective,16,15,7,chemotherapeutic,16.07,0.83,16.07,0.83,none,none,none, chemotherapy,chemotherapy,1.16,Noun,12,10,5,chemotherapy,12.53,1.00,12.53,1.00,none,none,none, chenille,chenille,0.29,Noun,8,5,2,chenille,14.67,0.79,14.67,0.79,none,none,none, cheongsam,cheongsam,0.02,Noun,9,8,3,cheongsam,17.50,0.11,17.50,0.11,none,none,none, cherish,cherish,4.45,Verb,7,5,2,cherish,8.90,1.00,8.90,1.00,none,none,none,9.31 cherishes,cherishes,0.20,Verb,9,7,3,cherish,none,none,8.90,1.00,none,none,none,9.31 cheroot,cheroot,0.02,Noun,7,5,2,cheroot,14.50,0.67,14.50,0.67,none,none,none, cherries,cherries,1.96,Noun,8,5,2,cherry,none,none,5.58,1.00,none,6.41,none,4.69 cherry,cherry,13.59,Noun,6,4,2,cherry,5.58,1.00,5.58,1.00,none,6.41,none,4.69 chert,chert,Err:512,Err:512,5,3,1,chert,13.50,0.10,13.50,0.10,none,none,none, cherub,cherub,0.61,Noun,6,5,2,cherub,12.18,0.89,12.18,0.89,none,none,none,12.01 cherubic,cherubic,0.04,Adjective,8,6,3,cherubic,11.93,0.74,11.93,0.74,none,none,none, cherubim,cherubim,0.04,Noun,8,7,3,cherub,none,none,12.18,0.89,none,none,none,12.01 cherubs,cherubs,0.29,Noun,7,6,2,cherub,none,none,12.18,0.89,none,none,none,12.01 chervil,chervil,0.06,Verb,7,6,2,chervil,14.57,0.37,14.57,0.37,none,none,none, chess,chess,7.45,Noun,5,3,1,chess,5.37,1.00,5.37,1.00,none,8.11,7.65, chessboard,chessboard,0.33,Noun,10,7,2,chessboard,8.37,1.00,8.37,1.00,none,none,none, chessboards,chessboards,0.04,Noun,11,8,2,chessboard,none,none,8.37,1.00,none,none,none, chessman,chessman,0.04,Noun,8,6,2,chessman,10.79,0.78,10.79,0.78,none,none,none, chest,chest,40.98,Noun,5,4,1,chest,5.05,1.00,5.05,1.00,none,6.13,5.88, chestnut,chestnut,1.27,Noun,8,6,2,chestnut,6.55,1.00,6.55,1.00,none,none,none, chestnuts,chestnuts,0.98,Noun,9,7,2,chestnut,none,none,6.55,1.00,none,none,none, chests,chests,1.02,Noun,6,5,1,chest,none,none,5.05,1.00,none,6.13,5.88, chesty,chesty,0.27,Adjective,6,5,2,chesty,12.32,1.00,12.32,1.00,none,none,none, chevalier,chevalier,0.55,Noun,9,7,3,chevalier,14.33,0.55,14.33,0.55,none,none,none, cheviot,cheviot,Err:512,Err:512,7,6,3,cheviot,17.00,0.05,17.00,0.05,none,none,none, chevron,chevron,0.31,Noun,7,6,2,chevron,10.79,0.95,10.79,0.95,none,none,none, chevrons,chevrons,0.10,Noun,8,7,2,chevron,none,none,10.79,0.95,none,none,none, chew,chew,9.06,Verb,4,2,1,chew,4.05,1.00,4.05,1.00,4.40,4.77,4.27, chewable,chewable,0.08,Adjective,8,6,3,chewable,6.39,1.00,6.39,1.00,none,none,none, chewed,chewed,2.47,Verb,6,3,1,chew,none,none,4.05,1.00,4.40,4.77,4.27, chewer,chewer,0.08,Noun,6,3,2,chewer,7.00,1.00,7.00,1.00,none,none,none, chews,chews,0.59,Verb,5,3,1,chew,none,none,4.05,1.00,4.40,4.77,4.27, chewy,chewy,0.69,Adjective,5,3,2,chewy,6.74,1.00,6.74,1.00,none,none,none, chiaroscuro,chiaroscuro,0.12,Noun,11,10,5,chiaroscuro,14.67,0.33,14.67,0.33,none,none,none, chiasm,chiasm,0.04,Noun,6,6,3,chiasm,14.45,0.55,14.45,0.55,none,none,none, chic,chic,2.33,Adjective,4,3,1,chic,9.53,1.00,9.53,1.00,10.84,none,10.17, chicane,chicane,0.02,Noun,7,5,2,chicane,13.57,0.37,13.57,0.37,none,none,none, chicanery,chicanery,0.24,Noun,9,7,4,chicanery,12.75,0.20,12.75,0.20,none,none,none, chicest,chicest,0.02,Adjective,7,6,2,chic,none,none,9.53,1.00,10.84,none,10.17, chichi,chichi,0.04,Noun,6,4,2,chichi,12.90,0.50,12.90,0.50,none,none,none, chick,chick,26.16,Noun,5,3,1,chick,5.53,1.00,5.53,1.00,none,none,5.73, chickadee,chickadee,0.24,Noun,9,6,3,chickadee,9.79,1.00,9.79,1.00,none,none,none, chickadees,chickadees,0.06,Noun,10,7,3,chickadee,none,none,9.79,1.00,none,none,none, chicken,chicken,61.73,Noun,7,5,2,chicken,3.26,1.00,3.26,1.00,none,5.15,none,4.05 chickened,chickened,1.06,Verb,9,6,2,chicken,none,none,3.26,1.00,none,5.15,none,4.05 chickening,chickening,0.31,Verb,10,7,3,chicken,none,none,3.26,1.00,none,5.15,none,4.05 chickenpox,chickenpox,0.45,Noun,10,9,3,chickenpox,5.95,1.00,5.95,1.00,none,none,none, chickens,chickens,10.20,Noun,8,6,2,chicken,none,none,3.26,1.00,none,5.15,none,4.05 chicks,chicks,14.55,Noun,6,4,1,chick,none,none,5.53,1.00,none,none,5.73, chickweed,chickweed,0.02,Noun,9,6,2,chickweed,13.43,0.74,13.43,0.74,none,none,none, chickweeds,chickweeds,0.02,Noun,10,7,2,chickweed,none,none,13.43,0.74,none,none,none, chicory,chicory,0.16,Noun,7,6,3,chicory,12.50,0.63,12.50,0.63,none,none,none, chid,chid,0.06,Adjective,4,3,1,chid,10.22,0.43,10.22,0.43,none,none,none, chide,chide,0.10,Verb,5,3,1,chide,12.33,0.83,12.33,0.83,none,none,12.67, chided,chided,0.08,Verb,6,5,2,chide,none,none,12.33,0.83,none,none,12.67, chief,chief,77.90,Noun,5,3,1,chief,7.53,1.00,7.53,1.00,none,none,6.71, chiefs,chiefs,4.75,Noun,6,4,1,chief,none,none,7.53,1.00,none,none,6.71, chieftain,chieftain,0.29,Noun,9,6,2,chieftain,10.75,0.89,10.75,0.89,none,none,none, chieftains,chieftains,0.12,Noun,10,7,2,chieftain,none,none,10.75,0.89,none,none,none, chiffon,chiffon,0.49,Noun,7,5,2,chiffon,13.78,0.95,13.78,0.95,none,none,none, chiffons,chiffons,0.02,Noun,8,6,2,chiffon,none,none,13.78,0.95,none,none,none, chigger,chigger,0.12,Verb,7,4,2,chigger,10.78,0.45,10.78,0.45,none,none,none, chiggers,chiggers,0.04,Noun,8,5,2,chigger,none,none,10.78,0.45,none,none,none, child,child,157.65,Noun,5,4,1,child,5.15,1.00,5.15,1.00,4.37,none,4.60, childbearing,childbearing,0.24,Noun,12,9,3,childbearing,10.37,1.00,10.37,1.00,none,none,none, childbed,childbed,0.04,Noun,8,7,2,childbed,8.00,0.68,8.00,0.68,none,none,none, childbirth,childbirth,1.53,Noun,10,7,2,childbirth,9.25,1.00,9.25,1.00,none,none,none, childhood,childhood,14.18,Noun,9,7,2,childhood,7.94,1.00,7.94,1.00,none,7.45,none, childhoods,childhoods,0.16,Noun,10,8,2,childhood,none,none,7.94,1.00,none,7.45,none, childish,childish,4.90,Adjective,8,6,2,childish,6.33,1.00,6.33,1.00,none,none,none, childishness,childishness,0.16,Noun,12,9,3,childishness,8.78,1.00,8.78,1.00,none,none,none, childless,childless,0.59,Adjective,9,7,2,childless,9.38,1.00,9.38,1.00,none,none,none, childlike,childlike,0.63,Adjective,9,7,2,childlike,8.11,1.00,8.11,1.00,none,none,none, childproof,childproof,0.20,Adjective,10,8,2,childproof,7.95,1.00,7.95,1.00,none,none,none, childproofed,childproofed,0.08,Verb,12,9,2,childproof,none,none,7.95,1.00,none,none,none, children,children,175.10,Noun,8,7,2,children,4.10,1.00,4.10,1.00,4.44,none,none,5.31 chili,chilli,7.49,Noun,5,4,2,chili,6.61,1.00,6.61,1.00,none,none,none,5.31 chiliastic,chiliastic,0.04,Adjective,10,9,4,chiliastic,13.33,0.32,13.33,0.32,none,none,none, chilidog,chilidog,0.12,Noun,8,8,4,chilidog,7.58,1.00,7.58,1.00,none,none,none, chilidogs,chilidogs,0.04,Verb,9,9,4,chilidog,none,none,7.58,1.00,none,none,none, chilies,chillies,0.18,Noun,7,5,2,chili,none,none,6.61,1.00,none,none,none,5.31 chill,chill,16.24,Noun,5,3,1,chill,6.40,1.00,6.40,1.00,6.88,none,7.01, chiller,chiller,0.06,Adjective,7,4,2,chiller,9.94,0.90,9.94,0.90,none,none,none, chillers,chillers,0.02,Noun,8,5,2,chiller,none,none,9.94,0.90,none,none,none, chilliness,chilliness,0.02,Noun,10,7,3,chilliness,6.50,1.00,6.50,1.00,none,none,none, chilling,chilling,1.61,Adjective,8,5,2,chilling,8.65,1.00,8.65,1.00,none,none,none, chills,chills,1.92,Noun,6,4,1,chill,none,none,6.40,1.00,6.88,none,7.01, chilly,chilly,4.31,Adjective,6,4,2,chilly,6.39,1.00,6.39,1.00,none,none,none, chime,chime,0.92,Verb,5,3,1,chime,7.83,1.00,7.83,1.00,none,none,8.12, chimed,chimed,0.10,Verb,6,4,1,chime,none,none,7.83,1.00,none,none,8.12, chimes,chimes,1.71,Noun,6,4,1,chime,none,none,7.83,1.00,none,none,8.12, chiming,chiming,0.51,Verb,7,5,2,chime,none,none,7.83,1.00,none,none,8.12, chimney,chimney,4.18,Noun,7,5,2,chimney,6.58,1.00,6.58,1.00,none,none,none,6.06 chimneys,chimneys,0.57,Noun,8,6,2,chimney,none,none,6.58,1.00,none,none,none,6.06 chimp,chimp,3.00,Noun,5,4,1,chimp,7.17,1.00,7.17,1.00,none,none,6.26, chimpanzee,chimpanzee,1.22,Noun,10,8,3,chimpanzee,7.26,1.00,7.26,1.00,6.88,none,none, chimpanzees,chimpanzees,0.86,Noun,11,9,3,chimpanzee,none,none,7.26,1.00,6.88,none,none, chimps,chimps,1.39,Noun,6,5,1,chimp,none,none,7.17,1.00,none,none,6.26, chin,chin,12.69,Noun,4,3,1,chin,4.22,1.00,4.22,1.00,none,4.90,4.14, chinaware,chinaware,0.04,Noun,9,7,3,chinaware,10.05,1.00,10.05,1.00,none,none,none, chinchilla,chinchilla,0.53,Noun,10,7,3,chinchilla,12.67,0.95,12.67,0.95,11.04,none,none, chinchillas,chinchillas,0.08,Noun,11,8,3,chinchilla,none,none,12.67,0.95,11.04,none,none, chine,chine,0.08,Noun,5,3,1,chine,10.33,0.33,10.33,0.33,none,none,none, chink,chink,1.43,Noun,5,4,1,chink,10.47,0.85,10.47,0.85,none,9.07,none, chinked,chinked,0.02,Verb,7,5,1,chink,none,none,10.47,0.85,none,9.07,none, chinks,chinks,0.80,Noun,6,5,1,Chink,none,none,10.47,0.85,none,9.07,none, chinless,chinless,0.02,Adjective,8,6,2,chinless,8.17,0.86,8.17,0.86,none,none,none, chinning,chinning,0.04,Verb,8,5,2,chin,none,none,4.22,1.00,none,4.90,4.14, chins,chins,0.69,Noun,5,4,1,chin,none,none,4.22,1.00,none,4.90,4.14, chintz,chintz,0.22,Noun,6,5,1,chintz,12.54,0.68,12.54,0.68,none,none,none, chintzes,chintzes,0.04,Noun,8,7,2,chintz,none,none,12.54,0.68,none,none,none, chintzy,chintzy,0.06,Adjective,7,6,2,chintzy,13.07,0.79,13.07,0.79,none,none,none, chinwag,chinwag,0.02,Noun,7,6,2,chinwag,12.20,0.25,12.20,0.25,none,none,none, chinwags,chinwags,0.02,Noun,8,7,2,chinwag,none,none,12.20,0.25,none,none,none, chip,chip,20.61,Noun,4,3,1,chip,5.89,1.00,5.89,1.00,none,5.09,5.27, chipmunk,chipmunk,0.82,Noun,8,7,2,chipmunk,4.70,1.00,4.70,1.00,10.89,none,none, chipmunks,chipmunks,0.37,Noun,9,8,2,chipmunk,none,none,4.70,1.00,10.89,none,none, chipper,chipper,1.29,Adjective,7,4,2,chipper,8.20,1.00,8.20,1.00,none,none,none, chippers,chippers,0.22,Noun,8,5,2,chipper,none,none,8.20,1.00,none,none,none, chippie,chippie,0.22,Noun,7,4,2,chippie,14.31,0.68,14.31,0.68,none,none,none, chippies,chippies,0.14,Noun,8,5,2,chippie,none,none,14.31,0.68,none,none,none, chipping,chipping,0.59,Verb,8,5,2,chip,none,none,5.89,1.00,none,5.09,5.27, chips,chips,16.24,Noun,5,4,1,chip,none,none,5.89,1.00,none,5.09,5.27, chirography,chirography,Err:512,Err:512,11,9,4,chirography,16.00,0.10,16.00,0.10,none,none,none, chiropodist,chiropodist,0.06,Noun,11,10,4,chiropodist,17.57,0.39,17.57,0.39,none,none,none, chiropody,chiropody,0.04,Noun,9,8,4,chiropody,14.86,0.37,14.86,0.37,none,none,none, chiropractic,chiropractic,0.18,Adjective,12,11,4,chiropractic,14.05,1.00,14.05,1.00,none,none,none, chiropractics,chiropractics,0.02,Noun,13,12,4,chiropractic,none,none,14.05,1.00,none,none,none, chiropractor,chiropractor,0.88,Noun,12,10,4,chiropractor,12.67,0.95,12.67,0.95,none,none,none, chiropractors,chiropractors,0.06,Noun,13,11,4,chiropractor,none,none,12.67,0.95,none,none,none, chirp,chirp,0.59,Verb,5,3,1,chirp,4.63,1.00,4.63,1.00,none,none,5.96, chirpier,chirpier,0.02,Adjective,8,5,3,chirpy,none,none,9.12,0.89,none,none,none, chirping,chirping,0.98,Verb,8,5,2,chirp,none,none,4.63,1.00,none,none,5.96, chirps,chirps,0.18,Verb,6,4,1,chirp,none,none,4.63,1.00,none,none,5.96, chirpy,chirpy,0.10,Adjective,6,4,2,chirpy,9.12,0.89,9.12,0.89,none,none,none, chirrup,chirrup,0.02,Verb,7,5,2,chirrup,14.08,0.60,14.08,0.60,none,none,none, chisel,chisel,0.88,Verb,6,5,2,chisel,10.53,1.00,10.53,1.00,none,none,none,10.90 chiseled,chiselled,0.37,Verb,8,6,2,chisel,none,none,10.53,1.00,none,none,none,10.90 chiseler,chiseller,0.75,Noun,8,6,3,chiseler,9.22,1.00,9.22,1.00,none,none,none, chiselers,chiselers,0.14,Noun,9,7,3,chiseler,none,none,9.22,1.00,none,none,none, chiseling,chiselling,0.22,Verb,9,7,3,chisel,none,none,10.53,1.00,none,none,none,10.90 chiseller,chiseller,0.02,Noun,9,6,3,chiseler,none,none,9.22,1.00,none,none,none, chisellers,chisellers,0.02,Noun,10,7,3,chiseler,none,none,9.22,1.00,none,none,none, chisels,chisels,0.06,Noun,7,6,2,chisel,none,none,10.53,1.00,none,none,none,10.90 chit,chit,0.27,Noun,4,3,1,chit,11.45,0.61,11.45,0.61,none,none,none, chitchat,chitchat,1.31,Noun,8,6,2,chitchat,9.59,1.00,9.59,1.00,none,none,none, chitchatted,chitchatted,0.02,Verb,11,7,3,chitchat,none,none,9.59,1.00,none,none,none, chitchatting,chitchatting,0.08,Verb,12,7,3,chitchat,none,none,9.59,1.00,none,none,none, chitin,chitin,0.02,Noun,6,5,2,chitin,11.71,0.35,11.71,0.35,none,none,none, chitlins,chitlins,0.47,Noun,8,7,2,chitlins,12.21,0.74,12.21,0.74,none,none,none, chits,chits,0.12,Noun,5,4,1,chit,none,none,11.45,0.61,none,none,none, chivalric,chivalric,0.04,Adjective,9,8,3,chivalric,15.33,0.75,15.33,0.75,none,none,none, chivalrous,chivalrous,0.35,Adjective,10,8,3,chivalrous,11.95,1.00,11.95,1.00,none,none,none, chivalry,chivalry,1.20,Noun,8,7,3,chivalry,13.89,1.00,13.89,1.00,none,none,none, chive,chive,Err:512,Err:512,5,3,1,chive,11.07,1.00,11.07,1.00,none,none,10.75, chives,chives,0.29,Noun,6,4,1,chive,none,none,11.07,1.00,none,none,10.75, chloral,chloral,0.12,Adjective,7,6,2,chloral,14.67,0.67,14.67,0.67,none,none,none, chlorate,chlorate,0.22,Noun,8,6,2,chlorate,13.21,0.70,13.21,0.70,none,none,none, chlordane,chlordane,0.06,Noun,9,7,2,chlordane,18.71,0.37,18.71,0.37,none,none,none, chloride,chloride,0.90,Noun,8,6,2,chloride,12.22,1.00,12.22,1.00,none,none,none, chlorinate,chlorinate,0.04,Verb,10,8,3,chlorinate,11.71,1.00,11.71,1.00,none,none,none, chlorine,chlorine,0.75,Noun,8,6,2,chlorine,8.57,1.00,8.57,1.00,none,11.49,none,9.22 chloroform,chloroform,1.00,Noun,10,9,3,chloroform,14.00,1.00,14.00,1.00,none,none,none, chloroformed,chloroformed,0.06,Verb,12,10,3,chloroform,none,none,14.00,1.00,none,none,none, chloroforming,chloroforming,0.02,Verb,13,11,4,chloroform,none,none,14.00,1.00,none,none,none, chloromethane,chloromethane,0.04,Noun,13,10,4,chloromethane,17.00,0.37,17.00,0.37,none,none,none, chlorophyll,chlorophyll,0.24,Noun,11,8,3,chlorophyll,11.75,1.00,11.75,1.00,none,none,none, chlorpromazine,chlorpromazine,0.02,Noun,14,12,4,chlorpromazine,16.50,0.42,16.50,0.42,none,none,none, choc,choc,0.08,Noun,4,3,1,chocolate,none,none,3.33,1.00,none,none,none, chock,chock,0.18,Verb,5,3,1,chock,10.69,0.72,10.69,0.72,none,none,11.17, chockablock,chock-a-block,0.02,Noun,11,8,3,chockablock,13.14,0.39,13.14,0.39,none,none,none, chocked,chocked,0.06,Verb,7,4,1,chock,none,none,10.69,0.72,none,none,11.17, chocking,chocking,0.02,Verb,8,5,2,chock,none,none,10.69,0.72,none,none,11.17, chocks,chocks,0.20,Noun,6,4,1,chock,none,none,10.69,0.72,none,none,11.17, chocoholic,chocoholic,0.02,Adjective,10,9,4,chocoholic,13.47,0.89,13.47,0.89,none,none,none, chocolate,chocolate,29.39,Noun,9,6,2,chocolate,3.33,1.00,3.33,1.00,none,none,none, chocolates,chocolates,2.92,Noun,10,7,2,chocolate,none,none,3.33,1.00,none,none,none, chocolaty,chocolaty,0.14,Adjective,9,7,3,chocolaty,7.05,1.00,7.05,1.00,none,none,none, choice,choice,97.55,Noun,6,3,1,choice,5.17,1.00,5.17,1.00,6.93,none,6.40, choices,choices,12.47,Noun,7,5,2,choice,none,none,5.17,1.00,6.93,none,6.40, choicest,choicest,0.10,Adjective,8,6,2,choice,none,none,5.17,1.00,6.93,none,6.40, choir,choir,5.31,Noun,5,4,2,choir,6.53,1.00,6.53,1.00,none,none,7.01, choirboy,choirboy,0.22,Noun,8,6,3,choirboy,7.83,1.00,7.83,1.00,none,none,none, choirboys,choirboys,0.02,Noun,9,7,3,choirboy,none,none,7.83,1.00,none,none,none, choirs,choirs,0.37,Noun,6,5,1,choir,none,none,6.53,1.00,none,none,7.01, choke,choke,6.47,Verb,5,3,1,choke,6.11,1.00,6.11,1.00,5.86,none,6.67, chokecherries,chokecherries,0.02,Noun,13,8,3,chokecherry,none,none,13.50,0.38,none,none,none, chokecherry,chokecherry,0.02,Noun,11,7,3,chokecherry,13.50,0.38,13.50,0.38,none,none,none, choked,choked,3.43,Verb,6,4,1,choke,none,none,6.11,1.00,5.86,none,6.67, choker,choker,0.29,Noun,6,4,2,choker,11.00,1.00,11.00,1.00,none,none,none, chokers,chokers,0.04,Noun,7,5,2,choker,none,none,11.00,1.00,none,none,none, chokes,chokes,0.61,Verb,6,4,1,choke,none,none,6.11,1.00,5.86,none,6.67, choking,choking,5.10,Verb,7,5,2,choke,none,none,6.11,1.00,5.86,none,6.67, choky,choky,0.04,Adjective,5,4,2,choky,8.60,0.53,8.60,0.53,none,none,none, choler,choler,0.06,Noun,6,5,2,choler,17.25,0.42,17.25,0.42,none,none,none, cholera,cholera,1.10,Noun,7,5,3,cholera,12.69,0.89,12.69,0.89,none,none,none, choleric,choleric,0.06,Adjective,8,6,3,choleric,13.88,0.84,13.88,0.84,none,none,none, cholesterol,cholesterol,1.86,Noun,11,9,4,cholesterol,13.15,1.00,13.15,1.00,none,none,none, cholinesterase,cholinesterase,0.08,Noun,14,12,5,cholinesterase,16.43,0.32,16.43,0.32,none,none,none, chomp,chomp,0.25,Verb,5,4,1,chomp,6.11,1.00,6.11,1.00,none,none,none, chomping,chomping,0.27,Verb,8,6,2,chomp,none,none,6.11,1.00,none,none,none, chon,chon,0.20,Noun,4,3,1,chon,17.60,0.24,17.60,0.24,none,none,none, choose,choose,48.06,Verb,6,3,1,choose,4.74,1.00,4.74,1.00,none,6.33,5.61, chooser,chooser,0.04,Noun,7,4,2,chooser,6.56,0.89,6.56,0.89,none,none,none, choosers,choosers,0.37,Noun,8,5,2,chooser,none,none,6.56,0.89,none,none,none, chooses,chooses,3.86,Verb,7,5,2,choose,none,none,4.74,1.00,none,6.33,5.61, choosey,choosey,0.04,Noun,7,4,2,choosy,none,none,8.37,1.00,none,none,none, choosing,choosing,5.41,Verb,8,5,2,choose,none,none,4.74,1.00,none,6.33,5.61, choosy,choosy,0.59,Adjective,6,4,2,choosy,8.37,1.00,8.37,1.00,none,none,none, chop,chop,13.61,Noun,4,3,1,chop,6.74,1.00,6.74,1.00,6.11,6.41,6.87, chophouse,chophouse,0.08,Noun,9,6,2,chophouse,11.47,0.83,11.47,0.83,none,none,none, chophouses,chophouses,0.02,Noun,10,8,3,chophouse,none,none,11.47,0.83,none,none,none, chopped,chopped,4.55,Verb,7,4,1,chop,none,none,6.74,1.00,6.11,6.41,6.87, chopper,chopper,11.69,Noun,7,4,2,chopper,8.21,1.00,8.21,1.00,none,none,none, choppers,choppers,3.25,Noun,8,5,2,choppers,10.60,1.00,10.60,1.00,none,none,none, chopping,chopping,2.12,Verb,8,5,2,chop,none,none,6.74,1.00,6.11,6.41,6.87, choppy,choppy,0.25,Adjective,6,4,2,choppy,9.16,1.00,9.16,1.00,none,none,none, chops,chops,5.43,Noun,5,4,1,chop,none,none,6.74,1.00,6.11,6.41,6.87, chopstick,chopstick,0.25,Noun,9,7,2,chopstick,8.50,1.00,8.50,1.00,none,none,none, chopsticks,chopsticks,1.82,Noun,10,8,2,chopsticks,7.85,1.00,7.85,1.00,none,none,none, choral,choral,0.22,Adjective,6,5,2,choral,8.07,0.78,8.07,0.78,none,10.56,none, chorale,chorale,0.06,Noun,7,4,2,chorale,11.50,0.84,11.50,0.84,none,none,none, chord,chord,1.82,Noun,5,4,1,chord,9.71,0.89,9.71,0.89,none,none,9.16, chords,chords,1.51,Noun,6,5,1,chord,none,none,9.71,0.89,none,none,9.16, chore,chore,1.00,Noun,5,3,1,chore,5.79,1.00,5.79,1.00,none,none,6.17, choreograph,choreograph,0.22,Verb,11,9,4,choreograph,13.16,0.95,13.16,0.95,none,none,none, choreographed,choreographed,0.35,Verb,13,10,4,choreograph,none,none,13.16,0.95,none,none,none, choreographer,choreographer,1.04,Noun,13,10,5,choreographer,12.25,1.00,12.25,1.00,none,none,none, choreographers,choreographers,0.12,Noun,14,11,5,choreographer,none,none,12.25,1.00,none,none,none, choreographing,choreographing,0.04,Verb,14,11,5,choreograph,none,none,13.16,0.95,none,none,none, choreography,choreography,0.88,Noun,12,10,5,choreography,12.14,0.95,12.14,0.95,none,none,none, chores,chores,4.20,Noun,6,4,1,chore,none,none,5.79,1.00,none,none,6.17, chorister,chorister,0.02,Noun,9,7,3,chorister,12.86,0.37,12.86,0.37,none,none,none, chorizo,chorizo,0.18,Noun,7,6,3,chorizo,13.46,0.72,13.46,0.72,none,none,none, chorography,chorography,0.04,Noun,11,9,4,chorography,11.73,0.83,11.73,0.83,none,none,none, chorology,chorology,0.04,Noun,9,8,4,chorology,14.75,0.42,14.75,0.42,none,none,none, chortle,chortle,0.10,Verb,7,6,2,chortle,13.83,0.63,13.83,0.63,none,none,none, chortles,chortles,0.10,Verb,8,7,2,chortle,none,none,13.83,0.63,none,none,none, chorus,chorus,6.08,Noun,6,5,2,chorus,7.50,1.00,7.50,1.00,6.93,none,none,8.04 choruses,choruses,0.24,Noun,8,7,3,chorus,none,none,7.50,1.00,6.93,none,none,8.04 chose,chose,18.67,Verb,5,3,1,choose,none,none,4.74,1.00,none,6.33,5.61, chosen,chosen,18.18,Verb,6,5,2,choose,none,none,4.74,1.00,none,6.33,5.61, chow,chow,6.86,Noun,4,2,1,chow,7.89,1.00,7.89,1.00,none,11.02,7.98, chowder,chowder,1.61,Noun,7,4,2,chowder,8.00,1.00,8.00,1.00,none,none,none, chowhound,chowhound,0.04,Noun,9,6,2,chowhound,11.08,0.63,11.08,0.63,none,none,none, chowtime,chowtime,0.02,Noun,8,5,2,chowtime,7.95,1.00,7.95,1.00,none,none,none, chrestomathy,chrestomathy,0.06,Noun,12,10,4,chrestomathy,18.00,0.26,18.00,0.26,none,none,none, chrism,chrism,0.02,Noun,6,6,2,chrism,13.67,0.43,13.67,0.43,none,none,none, christen,christen,0.63,Verb,8,6,2,christen,8.43,0.78,8.43,0.78,none,none,none, christened,christened,0.57,Verb,10,7,2,christen,none,none,8.43,0.78,none,none,none, christening,christening,0.75,Noun,11,8,3,christening,10.56,1.00,10.56,1.00,none,none,none, christenings,christenings,0.12,Noun,12,9,3,christening,none,none,10.56,1.00,none,none,none, christmas,christmas,122.43,122.43,9,7,2,christmas,4.35,1.00,4.35,1.00,none,none,none,3.57 christmastree,christmas tree,Err:512,Err:512,13,12,3,christmastree,4.14,1.00,4.14,1.00,none,none,none, chromatic,chromatic,0.06,Adjective,9,8,3,chromatic,12.56,0.89,12.56,0.89,none,none,none, chromatograph,chromatograph,0.08,Noun,13,11,4,chromatograph,15.22,0.43,15.22,0.43,none,none,none, chromatography,chromatography,0.08,Noun,14,12,5,chromatography,16.92,0.67,16.92,0.67,none,none,none, chrome,chrome,1.27,Noun,6,4,1,chrome,8.32,1.00,8.32,1.00,none,10.39,10.61, chromed,chromed,0.02,Verb,7,5,1,chrome,none,none,8.32,1.00,none,10.39,10.61, chromes,chromes,0.02,Noun,7,5,1,chrome,none,none,8.32,1.00,none,10.39,10.61, chromic,chromic,0.18,Adjective,7,6,2,chromic,13.80,0.50,13.80,0.50,none,none,none, chromium,chromium,0.65,Noun,8,7,3,chromium,12.89,0.95,12.89,0.95,none,none,none, chromo,chromo,Err:512,Err:512,6,5,2,chromo,11.00,0.58,11.00,0.58,none,none,none, chromos,chromos,0.02,Noun,7,6,2,chromo,none,none,11.00,0.58,none,none,none, chromosomal,chromosomal,0.06,Adjective,11,10,4,chromosomal,13.35,0.85,13.35,0.85,none,none,none, chromosome,chromosome,0.75,Noun,10,8,3,chromosome,11.78,1.00,11.78,1.00,none,none,none, chromosomes,chromosomes,0.84,Noun,11,9,3,chromosome,none,none,11.78,1.00,none,none,none, chronic,chronic,4.94,Adjective,7,6,2,chronic,11.25,1.00,11.25,1.00,none,none,none,11.19 chronicle,chronicle,1.57,Noun,9,8,3,chronicle,9.45,1.00,9.45,1.00,none,none,none, chronicled,chronicled,0.12,Verb,10,9,3,chronicle,none,none,9.45,1.00,none,none,none, chronicler,chronicler,0.20,Noun,10,8,3,chronicler,13.40,0.83,13.40,0.83,none,none,none, chroniclers,chroniclers,0.04,Noun,11,9,3,chronicler,none,none,13.40,0.83,none,none,none, chronicles,chronicles,0.25,Noun,10,9,3,chronicle,none,none,9.45,1.00,none,none,none, chronicling,chronicling,0.10,Verb,11,9,3,chronicle,none,none,9.45,1.00,none,none,none, chronograph,chronograph,0.04,Noun,11,9,3,chronograph,13.40,0.75,13.40,0.75,none,none,none, chronological,chronological,0.33,Adjective,13,12,5,chronological,11.74,1.00,11.74,1.00,none,none,none, chronologies,chronologies,0.02,Noun,12,10,4,chronology,none,none,12.83,0.90,none,12.34,none, chronologist,chronologist,Err:512,Err:512,12,11,4,chronologist,14.50,0.80,14.50,0.80,none,none,none, chronology,chronology,0.20,Noun,10,9,4,chronology,12.83,0.90,12.83,0.90,none,12.34,none, chronometer,chronometer,0.22,Noun,11,10,4,chronometer,14.23,0.68,14.23,0.68,none,none,none, chronometers,chronometers,0.10,Noun,12,11,4,chronometer,none,none,14.23,0.68,none,none,none, chronometric,chronometric,0.06,Adjective,12,11,4,chronometric,16.00,0.28,16.00,0.28,none,none,none, chrysalis,chrysalis,0.08,Noun,9,8,3,chrysalis,11.69,0.89,11.69,0.89,none,none,none, chrysanthemum,chrysanthemum,0.24,Noun,13,11,4,chrysanthemum,8.47,0.89,8.47,0.89,none,none,none, chrysanthemums,chrysanthemums,0.20,Noun,14,12,4,chrysanthemum,none,none,8.47,0.89,none,none,none, chub,chub,0.25,Noun,4,3,1,chub,10.60,0.79,10.60,0.79,none,none,none, chubby,chubby,4.18,Adjective,6,4,2,chubby,7.78,1.00,7.78,1.00,none,6.37,none, chubs,chubs,0.02,Noun,5,4,1,chub,none,none,10.60,0.79,none,none,none, chuck,chuck,21.49,Verb,5,3,1,chuck,6.72,1.00,6.72,1.00,none,none,8.40, chucked,chucked,0.57,Verb,7,4,1,chuck,none,none,6.72,1.00,none,none,8.40, chucker,chucker,0.02,Noun,7,4,2,chucker,10.92,0.72,10.92,0.72,none,none,none, chucking,chucking,0.29,Verb,8,5,2,chuck,none,none,6.72,1.00,none,none,8.40, chuckle,chuckle,1.59,Noun,7,5,2,chuckle,6.30,1.00,6.30,1.00,6.50,none,none,7.65 chuckled,chuckled,0.08,Verb,8,6,2,chuckle,none,none,6.30,1.00,6.50,none,none,7.65 chucklehead,chucklehead,0.22,Noun,11,8,3,chucklehead,12.00,0.74,12.00,0.74,none,none,none, chuckles,chuckles,13.04,Verb,8,6,2,chuckle,none,none,6.30,1.00,6.50,none,none,7.65 chuckling,chuckling,4.80,Verb,9,6,2,chuckle,none,none,6.30,1.00,6.50,none,none,7.65 chucks,chucks,0.24,Verb,6,4,1,chuck,none,none,6.72,1.00,none,none,8.40, chuff,chuff,0.04,Verb,5,3,1,chuff,12.57,0.37,12.57,0.37,none,none,none, chuffed,chuffed,0.02,Adjective,7,4,1,chuff,none,none,12.57,0.37,none,none,none, chuffs,chuffs,0.02,Verb,6,4,1,chuff,none,none,12.57,0.37,none,none,none, chug,chug,2.33,Verb,4,3,1,chug,9.37,1.00,9.37,1.00,none,none,8.96, chugalug,chugalug,0.10,Verb,8,7,3,chugalug,9.33,0.67,9.33,0.67,none,none,none, chugged,chugged,0.06,Verb,7,4,1,chug,none,none,9.37,1.00,none,none,8.96, chugging,chugging,0.29,Verb,8,5,2,chug,none,none,9.37,1.00,none,none,8.96, chugs,chugs,0.04,Verb,5,4,1,chug,none,none,9.37,1.00,none,none,8.96, chukka,chukka,0.02,Noun,6,4,2,chukka,13.67,0.29,13.67,0.29,none,none,none, chum,chum,3.06,Noun,4,3,1,chum,9.24,0.89,9.24,0.89,none,none,10.10, chumming,chumming,0.12,Verb,8,5,2,chum,none,none,9.24,0.89,none,none,10.10, chummy,chummy,1.06,Adjective,6,4,2,chummy,9.78,0.95,9.78,0.95,none,none,none, chump,chump,4.10,Noun,5,4,1,chump,10.95,1.00,10.95,1.00,none,none,9.46, chumps,chumps,0.82,Noun,6,5,1,chump,none,none,10.95,1.00,none,none,9.46, chums,chums,0.61,Noun,5,4,1,chum,none,none,9.24,0.89,none,none,10.10, chunk,chunk,4.14,Noun,5,4,1,chunk,8.53,1.00,8.53,1.00,none,none,6.58, chunkier,chunkier,0.02,Adjective,8,6,3,chunky,none,none,7.42,1.00,none,none,none, chunkiest,chunkiest,0.02,Adjective,9,8,3,chunky,none,none,7.42,1.00,none,none,none, chunking,chunking,0.06,Verb,8,6,2,chunk,none,none,8.53,1.00,none,none,6.58, chunks,chunks,1.86,Noun,6,5,1,chunk,none,none,8.53,1.00,none,none,6.58, chunky,chunky,1.39,Adjective,6,5,2,chunky,7.42,1.00,7.42,1.00,none,none,none, church,church,69.67,Noun,6,3,1,church,5.15,1.00,5.15,1.00,none,5.67,4.38, churches,churches,3.04,Noun,8,5,2,church,none,none,5.15,1.00,none,5.67,4.38, churchgoer,churchgoer,0.25,Noun,10,6,3,churchgoer,6.94,1.00,6.94,1.00,none,none,none, churchgoers,churchgoers,0.10,Noun,11,7,3,churchgoer,none,none,6.94,1.00,none,none,none, churchgoing,churchgoing,0.14,Adjective,11,7,3,churchgoing,9.30,1.00,9.30,1.00,none,none,none, churchman,churchman,0.14,Noun,9,6,2,churchman,8.84,0.95,8.84,0.95,none,none,none, churchmen,churchmen,0.14,Noun,9,6,2,churchman,none,none,8.84,0.95,none,none,none, churchy,churchy,0.06,Adjective,7,4,2,churchy,9.47,0.83,9.47,0.83,none,none,none, churchyard,churchyard,0.31,Noun,10,7,2,churchyard,6.42,1.00,6.42,1.00,none,none,none, churchyards,churchyards,0.06,Noun,11,8,2,churchyard,none,none,6.42,1.00,none,none,none, churl,churl,0.02,Verb,5,4,1,churl,14.07,0.78,14.07,0.78,none,none,none, churlish,churlish,0.10,Adjective,8,5,2,churlish,13.14,0.70,13.14,0.70,none,none,none, churn,churn,0.61,Verb,5,3,1,churn,9.00,0.89,9.00,0.89,none,none,9.24, churned,churned,0.35,Verb,7,4,1,churn,none,none,9.00,0.89,none,none,9.24, churning,churning,0.49,Verb,8,5,2,churn,none,none,9.00,0.89,none,none,9.24, churns,churns,0.18,Noun,6,4,1,churn,none,none,9.00,0.89,none,none,9.24, chute,chute,3.61,Noun,5,3,1,chute,7.68,1.00,7.68,1.00,none,none,10.27, chutes,chutes,0.88,Noun,6,4,1,chute,none,none,7.68,1.00,none,none,10.27, chutney,chutney,0.45,Noun,7,5,2,chutney,14.75,0.89,14.75,0.89,none,none,none, chutzpah,chutzpah,0.16,Noun,8,6,2,chutzpah,13.50,0.63,13.50,0.63,none,none,none, cicada,cicada,0.06,Noun,6,6,3,cicada,11.54,0.72,11.54,0.72,none,none,none, cicadas,cicadas,0.12,Noun,7,7,3,cicada,none,none,11.54,0.72,none,none,none, cicatrices,cicatrices,Err:512,Err:512,10,8,3,cicatrices,16.00,0.17,16.00,0.17,none,none,none, cicatrix,cicatrix,Err:512,Err:512,8,9,3,cicatrix,15.33,0.14,15.33,0.14,none,none,none, cicerone,cicerone,0.06,Noun,8,6,3,cicerone,16.17,0.32,16.17,0.32,none,none,none, cider,cider,1.90,Noun,5,4,2,cider,5.83,0.95,5.83,0.95,none,8.56,none,7.72 cig,cig,0.24,Noun,3,3,1,cig,11.62,0.72,11.62,0.72,none,none,none, cigar,cigar,12.94,Noun,5,5,2,cigar,7.67,1.00,7.67,1.00,none,8.71,none,8.79 cigarette,cigarette,26.61,Noun,9,6,3,cigarette,6.39,1.00,6.39,1.00,4.99,none,none, cigarettes,cigarettes,17.75,Noun,10,7,3,cigarette,none,none,6.39,1.00,4.99,none,none, cigarillo,cigarillo,0.02,Noun,9,8,4,cigarillo,15.17,0.63,15.17,0.63,none,none,none, cigars,cigars,6.67,Noun,6,6,2,cigar,none,none,7.67,1.00,none,8.71,none,8.79 cilantro,cilantro,0.47,Noun,8,8,3,cilantro,12.27,0.83,12.27,0.83,none,none,none, cilia,cilia,0.04,Noun,5,5,2,cilia,14.79,0.78,14.79,0.78,none,none,none, ciliate,ciliate,0.02,Noun,7,6,3,ciliate,13.75,0.40,13.75,0.40,none,none,none, cinch,cinch,3.57,Noun,5,4,1,cinch,10.72,0.86,10.72,0.86,none,none,10.72, cinched,cinched,0.14,Verb,7,5,1,cinch,none,none,10.72,0.86,none,none,10.72, cinches,cinches,0.10,Verb,7,6,2,cinch,none,none,10.72,0.86,none,none,10.72, cinchona,cinchona,Err:512,Err:512,8,7,3,cinchona,14.50,0.10,14.50,0.10,none,none,none, cincture,cincture,Err:512,Err:512,8,8,2,cincture,14.33,0.29,14.33,0.29,none,none,none, cinder,cinder,0.76,Noun,6,5,2,cinder,7.57,0.78,7.57,0.78,5.97,none,none,11.29 cinders,cinders,0.39,Noun,7,6,2,cinder,none,none,7.57,0.78,5.97,none,none,11.29 cine,cine,0.12,Noun,4,3,1,cine,14.44,0.47,14.44,0.47,none,none,none, cinema,cinema,3.88,Noun,6,6,3,cinema,8.85,1.00,8.85,1.00,none,none,none, cinemas,cinemas,0.12,Noun,7,7,3,cinema,none,none,8.85,1.00,none,none,none, cinematic,cinematic,0.51,Adjective,9,9,4,cinematic,11.26,1.00,11.26,1.00,none,none,none, cinematograph,cinematograph,0.04,Noun,13,12,5,cinematograph,13.75,0.63,13.75,0.63,none,none,none, cinematographer,cinematographer,0.33,Noun,15,13,6,cinematographer,13.53,1.00,13.53,1.00,none,none,none, cinematographers,cinematographers,0.04,Noun,16,15,6,cinematographer,none,none,13.53,1.00,none,none,none, cinematography,cinematography,0.43,Noun,14,13,6,cinematography,13.78,0.95,13.78,0.95,none,none,none, cinnamon,cinnamon,2.98,Noun,8,7,3,cinnamon,5.37,1.00,5.37,1.00,none,none,none, cipher,cypher,1.49,Noun,6,4,2,cipher,13.82,0.94,13.82,0.94,none,none,none,13.40 ciphers,cyphers,0.12,Noun,7,5,2,cipher,none,none,13.82,0.94,none,none,none,13.40 circ,circ,0.02,Noun,4,4,1,circ,12.50,0.29,12.50,0.29,none,none,none, circa,circa,0.69,Adverb,5,4,2,circa,13.12,0.90,13.12,0.90,none,none,none,13.07 circadian,circadian,0.12,Adjective,9,8,4,circadian,14.25,0.63,14.25,0.63,none,none,none, circle,circle,21.51,Noun,6,5,2,circle,3.67,1.00,3.67,1.00,6.23,4.47,none,4.97 circled,circled,1.39,Verb,7,6,2,circle,none,none,3.67,1.00,6.23,4.47,none,4.97 circles,circles,8.00,Noun,7,6,2,circle,none,none,3.67,1.00,6.23,4.47,none,4.97 circling,circling,3.08,Verb,8,7,3,circle,none,none,3.67,1.00,6.23,4.47,none,4.97 circs,circs,0.14,Noun,5,5,1,circ,none,none,12.50,0.29,none,none,none, circuit,circuit,6.67,Noun,7,5,2,circuit,11.78,1.00,11.78,1.00,none,9.75,none,10.32 circuitous,circuitous,0.04,Adjective,10,9,4,circuitous,14.56,0.50,14.56,0.50,none,none,none, circuitry,circuitry,0.86,Noun,9,7,3,circuitry,12.62,0.80,12.62,0.80,none,none,none, circuits,circuits,2.71,Noun,8,6,2,circuit,none,none,11.78,1.00,none,9.75,none,10.32 circular,circular,1.59,Adjective,8,7,3,circular,7.68,1.00,7.68,1.00,none,none,none, circularize,circularise,Err:512,Err:512,11,9,4,circularize,13.25,0.63,13.25,0.63,none,none,none, circulars,circulars,0.06,Noun,9,8,3,circular,none,none,7.68,1.00,none,none,none, circulate,circulate,0.92,Verb,9,8,3,circulate,9.79,1.00,9.79,1.00,none,none,none, circulated,circulated,0.51,Verb,10,10,4,circulate,none,none,9.79,1.00,none,none,none, circulates,circulates,0.20,Verb,10,9,3,circulate,none,none,9.79,1.00,none,none,none, circulating,circulating,1.00,Verb,11,10,4,circulate,none,none,9.79,1.00,none,none,none, circulation,circulation,3.63,Noun,11,10,4,circulation,10.05,1.00,10.05,1.00,none,none,none, circulations,circulations,0.04,Noun,12,11,4,circulation,none,none,10.05,1.00,none,none,none, circulatory,circulatory,0.45,Adjective,11,11,5,circulatory,13.17,1.00,13.17,1.00,none,none,none, circum,circum,0.02,Noun,6,6,2,circum,13.47,0.83,13.47,0.83,none,none,none, circumambulate,circumambulate,Err:512,Err:512,14,13,5,circumambulate,17.00,0.39,17.00,0.39,none,none,none, circumcise,circumcise,0.08,Verb,10,8,3,circumcise,12.24,0.95,12.24,0.95,none,none,none, circumcising,circumcising,0.08,Verb,12,11,4,circumcise,none,none,12.24,0.95,none,none,none, circumcision,circumcision,0.67,Noun,12,10,4,circumcision,12.11,1.00,12.11,1.00,none,none,none, circumcisions,circumcisions,0.14,Noun,13,11,4,circumcision,none,none,12.11,1.00,none,none,none, circumference,circumference,0.75,Noun,13,10,3,circumference,11.84,1.00,11.84,1.00,none,none,none, circumferential,circumferential,0.06,Adjective,15,13,6,circumferential,12.50,0.63,12.50,0.63,none,none,none, circumnavigate,circumnavigate,0.12,Verb,14,12,5,circumnavigate,11.28,0.95,11.28,0.95,none,none,none, circumnavigating,circumnavigating,0.02,Verb,16,14,6,circumnavigate,none,none,11.28,0.95,none,none,none, circumspect,circumspect,0.20,Adjective,11,10,3,circumspect,14.15,0.68,14.15,0.68,none,none,none, circumspection,circumspection,0.02,Noun,14,12,4,circumspection,16.67,0.82,16.67,0.82,none,none,none, circumstance,circumstance,2.06,Noun,12,10,3,circumstance,9.84,1.00,9.84,1.00,none,10.22,none, circumstances,circumstances,22.94,Noun,13,12,4,circumstance,none,none,9.84,1.00,none,10.22,none, circumstantial,circumstantial,1.67,Adjective,14,12,4,circumstantial,13.75,1.00,13.75,1.00,none,none,none, circumvent,circumvent,0.51,Verb,10,9,3,circumvent,13.53,0.89,13.53,0.89,none,none,none, circumvented,circumvented,0.16,Verb,12,11,4,circumvent,none,none,13.53,0.89,none,none,none, circumventing,circumventing,0.10,Verb,13,11,4,circumvent,none,none,13.53,0.89,none,none,none, circumvents,circumvents,0.02,Verb,11,10,3,circumvent,none,none,13.53,0.89,none,none,none, circus,circus,17.06,Noun,6,5,2,circus,4.53,1.00,4.53,1.00,none,5.35,none,5.08 circuses,circuses,0.31,Noun,8,7,3,circus,none,none,4.53,1.00,none,5.35,none,5.08 cirque,cirque,0.80,Noun,6,3,1,cirque,14.36,0.78,14.36,0.78,none,none,none, cirrhosis,cirrhosis,0.51,Noun,9,6,3,cirrhosis,13.07,0.78,13.07,0.78,none,none,none, cirrhotic,cirrhotic,0.06,Adjective,9,7,3,cirrhotic,18.67,0.17,18.67,0.17,none,none,none, cirrus,cirrus,0.12,Noun,6,5,2,cirrus,11.08,0.63,11.08,0.63,none,none,none, cisalpine,cisalpine,0.02,Verb,9,8,3,cisalpine,15.00,0.32,15.00,0.32,none,none,none, cistern,cistern,0.22,Noun,7,6,2,cistern,12.00,0.72,12.00,0.72,none,none,none, citadel,citadel,0.45,Noun,7,7,3,citadel,13.13,0.79,13.13,0.79,none,none,none, citadels,citadels,0.02,Noun,8,8,3,citadel,none,none,13.13,0.79,none,none,none, citation,citation,1.59,Noun,8,7,3,citation,12.95,1.00,12.95,1.00,none,none,none, citations,citations,0.67,Noun,9,8,3,citation,none,none,12.95,1.00,none,none,none, cite,cite,0.94,Verb,4,3,1,cite,13.29,0.89,13.29,0.89,none,none,11.41, cited,cited,0.75,Verb,5,5,2,cite,none,none,13.29,0.89,none,none,11.41, cites,cites,0.10,Verb,5,4,1,cite,none,none,13.29,0.89,none,none,11.41, cithara,cithara,0.02,Noun,7,6,3,cithara,15.50,0.10,15.50,0.10,none,none,none, cities,cities,8.78,Noun,6,5,2,city,none,none,6.56,1.00,none,none,none,5.25 citing,citing,0.65,Verb,6,5,2,cite,none,none,13.29,0.89,none,none,11.41, citizen,citizen,13.33,Noun,7,7,3,citizen,7.74,1.00,7.74,1.00,none,none,none, citizenries,citizenries,0.02,Noun,11,10,4,citizenry,none,none,12.90,1.00,none,none,none, citizenry,citizenry,0.37,Noun,9,9,4,citizenry,12.90,1.00,12.90,1.00,none,none,none, citizens,citizens,11.96,Noun,8,8,3,citizen,none,none,7.74,1.00,none,none,none, citizenship,citizenship,1.33,Noun,11,10,4,citizenship,9.95,1.00,9.95,1.00,none,none,none, citrate,citrate,0.02,Noun,7,6,2,citrate,15.80,0.53,15.80,0.53,none,none,none, citric,citric,0.04,Adjective,6,6,2,citric,12.11,0.95,12.11,0.95,none,none,none, citrus,citrus,0.51,Noun,6,6,2,citrus,6.63,1.00,6.63,1.00,none,none,none, city,city,169.10,Noun,4,4,2,city,6.56,1.00,6.56,1.00,none,none,none,5.25 cityscape,cityscape,0.04,Noun,9,8,3,cityscape,13.42,0.95,13.42,0.95,none,none,none, citywide,citywide,0.49,Adjective,8,7,3,citywide,10.32,1.00,10.32,1.00,none,none,none, civet,civet,0.12,Noun,5,5,2,civet,11.33,0.32,11.33,0.32,none,none,none, civets,civets,0.02,Noun,6,6,2,civet,none,none,11.33,0.32,none,none,none, civic,civic,2.16,Adjective,5,5,2,civic,11.80,0.95,11.80,0.95,none,none,none,10.80 civics,civics,0.39,Noun,6,6,2,civics,11.35,0.94,11.35,0.94,none,none,none, civil,civil,15.94,Adjective,5,5,2,civil,10.89,1.00,10.89,1.00,9.83,none,none,8.96 civilian,civilian,9.39,Adjective,8,8,3,civilian,9.76,1.00,9.76,1.00,none,none,none, civilians,civilians,6.00,Noun,9,9,3,civilian,none,none,9.76,1.00,none,none,none, civilisation,civilisation,2.14,Noun,12,11,5,civilization,none,none,10.00,1.00,none,9.92,none, civilisations,civilisations,0.12,Noun,13,12,5,civilization,none,none,10.00,1.00,none,9.92,none, civilities,civilities,0.02,Noun,10,9,4,civility,none,none,13.38,0.95,none,none,none, civility,civility,0.55,Noun,8,8,4,civility,13.38,0.95,13.38,0.95,none,none,none, civilization,civilisation,8.33,Noun,12,11,5,civilization,10.00,1.00,10.00,1.00,none,9.92,none, civilizations,civilisations,0.84,Noun,13,12,5,civilization,none,none,10.00,1.00,none,9.92,none, civilize,civilise,0.16,Verb,8,7,3,civilize,10.06,1.00,10.06,1.00,none,none,none, civilized,civilised,6.18,Adjective,9,8,3,civilized,9.89,1.00,9.89,1.00,none,none,none, civilizes,civilises,0.02,Verb,9,9,4,civilize,none,none,10.06,1.00,none,none,none, civilizing,civilising,0.10,Adjective,10,9,4,civilizing,11.05,1.00,11.05,1.00,none,none,none, clabber,clabber,0.02,Noun,7,6,2,clabber,10.90,0.53,10.90,0.53,none,none,none, clack,clack,0.43,Verb,5,4,1,clack,9.38,0.44,9.38,0.44,none,none,9.39, clacked,clacked,0.02,Verb,7,5,1,clack,none,none,9.38,0.44,none,none,9.39, clacker,clacker,0.08,Noun,7,6,2,clacker,9.33,0.63,9.33,0.63,none,none,none, clackers,clackers,0.08,Noun,8,7,2,clacker,none,none,9.33,0.63,none,none,none, clacking,clacking,0.27,Verb,8,6,2,clack,none,none,9.38,0.44,none,none,9.39, clacks,clacks,0.02,Noun,6,5,1,clack,none,none,9.38,0.44,none,none,9.39, clad,clad,0.20,Verb,4,4,1,clad,10.17,0.95,10.17,0.95,none,none,11.93, claim,claim,25.39,Verb,5,4,1,claim,9.05,1.00,9.05,1.00,none,8.30,8.05, claimed,claimed,7.29,Verb,7,5,1,claim,none,none,9.05,1.00,none,8.30,8.05, claimer,claimer,0.02,Noun,7,5,2,claimer,13.05,0.86,13.05,0.86,none,none,none, claiming,claiming,4.16,Verb,8,6,2,claim,none,none,9.05,1.00,none,8.30,8.05, claims,claims,13.92,Verb,6,5,1,claim,none,none,9.05,1.00,none,8.30,8.05, clairaudient,clairaudient,0.04,Noun,12,11,5,clairaudient,16.12,0.40,16.12,0.40,none,none,none, clairsentience,clairsentience,0.02,Noun,14,12,4,clairsentience,15.00,0.21,15.00,0.21,none,none,none, clairvoyance,clairvoyance,0.20,Noun,12,9,3,clairvoyance,13.06,0.95,13.06,0.95,none,none,none, clairvoyant,clairvoyant,0.71,Noun,11,9,3,clairvoyant,12.33,0.95,12.33,0.95,none,none,none, clairvoyants,clairvoyants,0.06,Noun,12,10,4,clairvoyant,none,none,12.33,0.95,none,none,none, clam,clam,3.92,Noun,4,4,1,clam,7.37,1.00,7.37,1.00,none,none,6.47, clambake,clambake,0.47,Noun,8,7,2,clambake,12.38,0.84,12.38,0.84,none,none,none, clambakes,clambakes,0.06,Noun,9,8,2,clambake,none,none,12.38,0.84,none,none,none, clamber,clamber,0.04,Verb,7,6,2,clamber,11.40,0.79,11.40,0.79,none,none,none, clambered,clambered,0.08,Verb,9,7,2,clamber,none,none,11.40,0.79,none,none,none, clammed,clammed,0.12,Verb,7,5,1,clam,none,none,7.37,1.00,none,none,6.47, clammiest,clammiest,0.02,Adjective,9,8,3,clammy,none,none,10.58,0.90,none,none,none, clamming,clamming,0.14,Verb,8,6,2,clam,none,none,7.37,1.00,none,none,6.47, clammy,clammy,0.59,Adjective,6,5,2,clammy,10.58,0.90,10.58,0.90,none,none,none, clamor,clamour,0.14,Noun,6,5,2,clamor,11.63,1.00,11.63,1.00,none,none,none, clamored,clamoured,0.02,Verb,8,6,2,clamor,none,none,11.63,1.00,none,none,none, clamoring,clamouring,0.61,Verb,9,7,3,clamor,none,none,11.63,1.00,none,none,none, clamors,clamours,0.04,Noun,7,6,2,clamor,none,none,11.63,1.00,none,none,none, clamp,clamp,6.86,Verb,5,5,1,clamp,10.89,1.00,10.89,1.00,none,none,9.24, clampdown,clampdown,0.04,Noun,9,8,2,clampdown,13.00,0.80,13.00,0.80,none,none,none, clamped,clamped,0.61,Verb,7,6,1,clamp,none,none,10.89,1.00,none,none,9.24, clamping,clamping,0.18,Verb,8,7,2,clamp,none,none,10.89,1.00,none,none,9.24, clamps,clamps,1.08,Noun,6,6,1,clamp,none,none,10.89,1.00,none,none,9.24, clams,clams,2.71,Noun,5,5,1,clam,none,none,7.37,1.00,none,none,6.47, clamshell,clamshell,0.06,Verb,9,7,2,clamshell,8.11,0.86,8.11,0.86,none,none,none, clan,clan,4.10,Noun,4,4,1,clan,11.05,1.00,11.05,1.00,none,11.07,9.67, clandestine,clandestine,0.88,Adjective,11,10,3,clandestine,13.28,0.90,13.28,0.90,none,none,none, clang,clang,0.84,Noun,5,4,1,clang,9.53,0.89,9.53,0.89,7.37,none,8.51, clanged,clanged,0.02,Verb,7,5,1,clang,none,none,9.53,0.89,7.37,none,8.51, clanging,clanging,0.84,Verb,8,6,2,clang,none,none,9.53,0.89,7.37,none,8.51, clangs,clangs,0.24,Verb,6,5,1,clang,none,none,9.53,0.89,7.37,none,8.51, clank,clank,0.31,Noun,5,5,1,clank,6.95,1.00,6.95,1.00,none,none,8.65, clanked,clanked,0.04,Verb,7,6,1,clank,none,none,6.95,1.00,none,none,8.65, clanking,clanking,1.08,Verb,8,7,2,clank,none,none,6.95,1.00,none,none,8.65, clanks,clanks,0.24,Verb,6,6,1,clank,none,none,6.95,1.00,none,none,8.65, clannish,clannish,0.10,Adjective,8,6,2,clannish,13.29,0.74,13.29,0.74,none,none,none, clans,clans,0.75,Noun,5,5,1,clan,none,none,11.05,1.00,none,11.07,9.67, clansman,clansman,0.06,Noun,8,8,2,clansman,12.19,0.89,12.19,0.89,none,none,none, clansmen,clansmen,0.02,Noun,8,8,2,clansman,none,none,12.19,0.89,none,none,none, clap,clap,4.73,Verb,4,4,1,clap,3.40,1.00,3.40,1.00,none,none,4.18, clapboard,clapboard,0.04,Noun,9,8,2,clapboard,11.39,0.90,11.39,0.90,none,none,none, clapped,clapped,0.51,Verb,7,5,1,clap,none,none,3.40,1.00,none,none,4.18, clapper,clapper,0.39,Noun,7,5,2,clapper,9.25,0.89,9.25,0.89,none,none,none, clapperboard,clapperboard,0.08,Noun,12,9,3,clapperboard,12.33,0.67,12.33,0.67,none,none,none, clappers,clappers,0.02,Noun,8,6,2,clapper,none,none,9.25,0.89,none,none,none, clapping,clapping,2.04,Verb,8,6,2,clap,none,none,3.40,1.00,none,none,4.18, claps,claps,0.45,Verb,5,5,1,clap,none,none,3.40,1.00,none,none,4.18, claptrap,claptrap,0.27,Noun,8,8,2,claptrap,12.40,0.56,12.40,0.56,none,none,none, claque,claque,0.04,Noun,6,4,1,claque,15.78,0.43,15.78,0.43,none,none,none, claret,claret,0.29,Noun,6,6,2,claret,15.67,0.30,15.67,0.30,none,none,none, clarets,clarets,0.02,Noun,7,7,2,claret,none,none,15.67,0.30,none,none,none, clarification,clarification,0.59,Noun,13,12,5,clarification,12.06,1.00,12.06,1.00,none,none,none, clarifications,clarifications,0.04,Noun,14,13,5,clarification,none,none,12.06,1.00,none,none,none, clarified,clarified,0.31,Verb,9,8,3,clarify,none,none,11.24,0.94,none,none,none, clarifier,clarifier,0.04,Noun,9,8,4,clarifier,13.57,1.00,13.57,1.00,none,none,none, clarifies,clarifies,0.02,Verb,9,8,3,clarify,none,none,11.24,0.94,none,none,none, clarify,clarify,2.24,Verb,7,7,3,clarify,11.24,0.94,11.24,0.94,none,none,none, clarifying,clarifying,0.18,Verb,10,9,4,clarify,none,none,11.24,0.94,none,none,none, clarinet,clarinet,1.57,Noun,8,8,3,clarinet,9.22,1.00,9.22,1.00,none,none,none, clarinets,clarinets,0.04,Noun,9,9,3,clarinet,none,none,9.22,1.00,none,none,none, clarion,clarion,0.29,Noun,7,7,3,clarion,15.50,0.33,15.50,0.33,none,none,none, clarity,clarity,2.10,Noun,7,7,3,clarity,10.55,1.00,10.55,1.00,10.89,none,none, clash,clash,1.33,Noun,5,4,1,clash,8.95,1.00,8.95,1.00,none,8.39,9.23, clashed,clashed,0.22,Verb,7,5,1,clash,none,none,8.95,1.00,none,8.39,9.23, clashes,clashes,0.16,Verb,7,6,2,clash,none,none,8.95,1.00,none,8.39,9.23, clasp,clasp,1.02,Noun,5,5,1,clasp,8.63,1.00,8.63,1.00,none,7.83,9.46, clasped,clasped,0.12,Verb,7,6,1,clasp,none,none,8.63,1.00,none,7.83,9.46, clasping,clasping,0.06,Verb,8,7,2,clasp,none,none,8.63,1.00,none,7.83,9.46, class,class,117.35,Noun,5,4,1,class,4.95,1.00,4.95,1.00,4.87,none,5.13, classed,classed,0.08,Verb,7,5,1,class,none,none,4.95,1.00,4.87,none,5.13, classes,classes,15.92,Noun,7,6,2,class,none,none,4.95,1.00,4.87,none,5.13, classic,classic,16.16,Adjective,7,6,2,classic,8.42,1.00,8.42,1.00,none,none,none,8.70 classical,classical,4.39,Adjective,9,8,3,classical,7.68,1.00,7.68,1.00,none,none,none, classicist,classicist,0.10,Noun,10,9,3,classicist,13.23,0.72,13.23,0.72,none,none,none, classicists,classicists,0.06,Noun,11,10,3,classicist,none,none,13.23,0.72,none,none,none, classics,classics,2.20,Noun,8,7,2,classics,9.04,1.00,9.04,1.00,none,none,none, classier,classier,0.27,Adjective,8,6,3,classy,none,none,10.32,1.00,none,none,none, classiest,classiest,0.14,Adjective,9,8,3,classy,none,none,10.32,1.00,none,none,none, classification,classification,0.73,Noun,14,12,5,classification,11.11,1.00,11.11,1.00,none,none,none, classifications,classifications,0.04,Noun,15,13,5,classification,none,none,11.11,1.00,none,none,none, classified,classified,6.76,Adjective,10,8,3,classified,11.58,1.00,11.58,1.00,none,none,none, classifieds,classifieds,0.47,Noun,11,9,3,classified,none,none,11.58,1.00,none,none,none, classifies,classifies,0.12,Verb,10,8,3,classify,none,none,9.65,1.00,none,none,none, classify,classify,0.63,Verb,8,7,3,classify,9.65,1.00,9.65,1.00,none,none,none, classifying,classifying,0.22,Verb,11,9,4,classify,none,none,9.65,1.00,none,none,none, classis,classis,0.02,Noun,7,6,2,classis,14.11,0.47,14.11,0.47,none,none,none, classism,classism,0.04,Noun,8,8,3,classism,15.40,0.83,15.40,0.83,none,none,none, classist,classist,0.02,Verb,8,7,2,classist,15.80,0.83,15.80,0.83,none,none,none, classless,classless,0.08,Adjective,9,7,2,classless,10.39,1.00,10.39,1.00,none,none,none, classmate,classmate,1.53,Noun,9,7,2,classmate,7.15,1.00,7.15,1.00,none,none,none, classmates,classmates,2.63,Noun,10,8,2,classmate,none,none,7.15,1.00,none,none,none, classroom,classroom,4.45,Noun,9,7,2,classroom,5.63,1.00,5.63,1.00,none,none,none, classrooms,classrooms,0.59,Noun,10,8,2,classroom,none,none,5.63,1.00,none,none,none, classy,classy,5.76,Adjective,6,5,2,classy,10.32,1.00,10.32,1.00,none,none,none, clatter,clatter,0.71,Noun,7,5,2,clatter,8.74,0.95,8.74,0.95,6.77,none,none,9.85 clattering,clattering,1.67,Verb,10,7,3,clatter,none,none,8.74,0.95,6.77,none,none,9.85 clatters,clatters,0.33,Verb,8,6,2,clatter,none,none,8.74,0.95,6.77,none,none,9.85 clause,clause,2.80,Noun,6,4,1,clause,12.16,1.00,12.16,1.00,none,13.64,10.46, clauses,clauses,0.39,Noun,7,6,2,clause,none,none,12.16,1.00,none,13.64,10.46, claustrophobia,claustrophobia,0.45,Noun,14,12,5,claustrophobia,10.28,1.00,10.28,1.00,none,none,none, claustrophobic,claustrophobic,1.33,Adjective,14,12,4,claustrophobic,12.42,1.00,12.42,1.00,none,none,none, clave,clave,0.10,Verb,5,4,1,cleave,none,none,13.31,0.84,none,none,11.85, clavichord,clavichord,0.02,Noun,10,9,3,clavichord,12.33,0.47,12.33,0.47,none,none,none, clavicle,clavicle,0.98,Noun,8,8,3,clavicle,13.38,0.89,13.38,0.89,none,none,none, clavicles,clavicles,0.04,Noun,9,9,3,clavicle,none,none,13.38,0.89,none,none,none, clavier,clavier,0.04,Noun,7,7,3,clavier,13.56,0.43,13.56,0.43,none,none,none, claw,claw,4.37,Noun,4,3,1,claw,4.70,1.00,4.70,1.00,none,none,5.53, clawed,clawed,0.35,Verb,6,4,1,claw,none,none,4.70,1.00,none,none,5.53, clawing,clawing,0.49,Verb,7,5,2,claw,none,none,4.70,1.00,none,none,5.53, clawless,clawless,0.04,Adjective,8,6,2,clawless,8.28,0.90,8.28,0.90,none,none,none, claws,claws,4.43,Noun,5,4,1,claw,none,none,4.70,1.00,none,none,5.53, claxon,claxon,0.14,Noun,6,7,2,claxon,12.11,0.50,12.11,0.50,none,none,none, clay,clay,12.00,Noun,4,3,1,clay,5.32,1.00,5.32,1.00,none,7.18,5.49, clays,clays,0.04,Noun,5,4,1,clay,none,none,5.32,1.00,none,7.18,5.49, clean,clean,121.24,Adjective,5,4,1,clean,3.89,1.00,3.89,1.00,4.26,none,5.06, cleaned,cleaned,17.78,Verb,7,5,1,clean,none,none,3.89,1.00,4.26,none,5.06, cleaner,cleaner,6.92,Noun,7,5,2,cleaner,5.76,1.00,5.76,1.00,6.34,none,none, cleaners,cleaners,4.45,Noun,8,6,2,cleaner,none,none,5.76,1.00,6.34,none,none, cleanest,cleanest,0.65,Adjective,8,7,2,clean,none,none,3.89,1.00,4.26,none,5.06, cleanliness,cleanliness,0.61,Noun,11,9,3,cleanliness,7.63,1.00,7.63,1.00,none,none,none, cleanness,cleanness,0.04,Noun,9,7,2,cleanness,6.56,0.95,6.56,0.95,none,none,none, cleans,cleans,2.39,Verb,6,5,1,clean,none,none,3.89,1.00,4.26,none,5.06, cleanse,cleanse,1.45,Verb,7,5,1,cleanse,8.11,1.00,8.11,1.00,none,none,8.68, cleansed,cleansed,0.53,Verb,8,6,1,cleanse,none,none,8.11,1.00,none,none,8.68, cleanser,cleanser,0.43,Noun,8,6,2,cleanser,8.22,1.00,8.22,1.00,none,none,none, cleansers,cleansers,0.06,Noun,9,7,2,cleanser,none,none,8.22,1.00,none,none,none, cleanses,cleanses,0.22,Verb,8,7,2,cleanse,none,none,8.11,1.00,none,none,8.68, cleansing,cleansing,1.02,Noun,9,7,2,cleansing,9.11,1.00,9.11,1.00,none,none,none, cleanup,cleanup,1.96,Noun,7,6,2,cleanup,5.06,1.00,5.06,1.00,none,none,none, clear,clear,171.82,Adjective,5,4,1,clear,5.80,1.00,5.80,1.00,none,none,5.63, clearance,clearance,6.86,Noun,9,7,2,clearance,8.95,1.00,8.95,1.00,none,10.75,none,8.79 clearances,clearances,0.39,Noun,10,9,3,clearance,none,none,8.95,1.00,none,10.75,none,8.79 cleared,cleared,16.51,Verb,7,5,1,clear,none,none,5.80,1.00,none,none,5.63, clearer,clearer,2.71,Adjective,7,5,2,clear,none,none,5.80,1.00,none,none,5.63, clearest,clearest,0.35,Adjective,8,7,2,clear,none,none,5.80,1.00,none,none,5.63, clearheaded,clearheaded,0.08,Verb,11,9,4,clearheaded,11.11,1.00,11.11,1.00,none,none,none, clearing,clearing,6.49,Verb,8,6,2,clear,none,none,5.80,1.00,none,none,5.63, clearinghouse,clearinghouse,0.16,Noun,13,9,3,clearinghouse,12.50,0.95,12.50,0.95,none,none,none, clearness,clearness,0.06,Noun,9,7,3,clearness,8.25,1.00,8.25,1.00,none,none,none, clears,clears,7.29,Verb,6,5,1,clear,none,none,5.80,1.00,none,none,5.63, clearway,clearway,0.10,Noun,8,6,3,clearway,13.94,0.84,13.94,0.84,none,none,none, clearways,clearways,0.02,Noun,9,7,3,clearway,none,none,13.94,0.84,none,none,none, cleat,cleat,0.43,Noun,5,4,1,cleat,9.00,0.89,9.00,0.89,none,none,9.60, cleats,cleats,0.41,Noun,6,5,1,cleat,none,none,9.00,0.89,none,none,9.60, cleavage,cleavage,1.37,Noun,8,6,2,cleavage,12.95,1.00,12.95,1.00,none,none,none,11.19 cleave,cleave,0.20,Verb,6,4,1,cleave,13.31,0.84,13.31,0.84,none,none,11.85, cleaved,cleaved,0.06,Verb,7,5,1,cleave,none,none,13.31,0.84,none,none,11.85, cleaver,cleaver,1.33,Noun,7,5,2,cleaver,8.94,0.94,8.94,0.94,none,11.02,none, cleavers,cleavers,0.04,Verb,8,6,2,cleaver,none,none,8.94,0.94,none,11.02,none, cleaves,cleaves,0.92,Name,7,5,1,cleave,none,none,13.31,0.84,none,none,11.85, clef,clef,0.12,Noun,4,4,1,clef,12.56,0.95,12.56,0.95,none,none,11.70, cleft,cleft,0.59,Noun,5,5,1,cleft,11.83,0.95,11.83,0.95,10.63,none,12.55, clefts,clefts,0.02,Noun,6,6,1,cleft,none,none,11.83,0.95,10.63,none,12.55, clemency,clemency,0.92,Noun,8,8,3,clemency,14.12,0.84,14.12,0.84,none,none,none, clench,clench,0.39,Verb,6,5,1,clench,9.89,1.00,9.89,1.00,none,none,8.92, clenched,clenched,0.43,Verb,8,6,1,clench,none,none,9.89,1.00,none,none,8.92, clenches,clenches,0.10,Verb,8,7,2,clench,none,none,9.89,1.00,none,none,8.92, clenching,clenching,0.12,Verb,9,7,2,clench,none,none,9.89,1.00,none,none,8.92, clergy,clergy,0.94,Noun,6,5,2,clergy,10.15,0.98,10.15,0.98,none,11.70,none,10.41 clergyman,clergyman,0.33,Noun,9,8,3,clergyman,9.72,1.00,9.72,1.00,8.19,none,none, clergymen,clergymen,0.04,Noun,9,8,3,clergyman,none,none,9.72,1.00,8.19,none,none, cleric,cleric,1.33,Noun,6,6,2,cleric,11.89,1.00,11.89,1.00,none,none,none,12.53 clerical,clerical,0.98,Adjective,8,8,3,clerical,10.79,1.00,10.79,1.00,none,none,none, clerics,clerics,0.08,Noun,7,7,2,cleric,none,none,11.89,1.00,none,none,none,12.53 clerk,clerk,12.90,Noun,5,4,1,clerk,6.74,1.00,6.74,1.00,8.65,none,8.51, clerked,clerked,0.06,Verb,7,5,1,clerk,none,none,6.74,1.00,8.65,none,8.51, clerking,clerking,0.29,Verb,8,6,2,clerk,none,none,6.74,1.00,8.65,none,8.51, clerks,clerks,1.80,Noun,6,5,1,clerk,none,none,6.74,1.00,8.65,none,8.51, clerkship,clerkship,0.14,Noun,9,7,2,clerkship,14.12,0.85,14.12,0.85,none,none,none, clerkships,clerkships,0.02,Noun,10,8,2,clerkship,none,none,14.12,0.85,none,none,none, clever,clever,27.27,Adjective,6,5,2,clever,7.50,1.00,7.50,1.00,none,6.71,none,8.12 cleverer,cleverer,0.27,Adjective,8,6,3,clever,none,none,7.50,1.00,none,6.71,none,8.12 cleverest,cleverest,0.61,Adjective,9,8,3,clever,none,none,7.50,1.00,none,6.71,none,8.12 cleverness,cleverness,0.51,Noun,10,8,3,cleverness,7.75,1.00,7.75,1.00,7.55,none,none, clevis,clevis,0.02,Noun,6,6,2,clevis,13.67,0.16,13.67,0.16,none,none,none, clew,clew,0.10,Verb,4,3,1,clew,16.20,0.26,16.20,0.26,none,none,none, clews,clews,0.06,Name,5,4,1,clew,none,none,16.20,0.26,none,none,none, cliche,cliché,0.80,Noun,6,5,2,cliche,12.13,0.95,12.13,0.95,none,none,none,11.80 click,click,6.41,Verb,5,4,1,click,6.94,1.00,6.94,1.00,none,6.47,6.40, clicked,clicked,1.06,Verb,7,5,1,click,none,none,6.94,1.00,none,6.47,6.40, clicker,clicker,0.41,Noun,7,5,2,clicker,6.89,0.90,6.89,0.90,none,none,none, clickers,clickers,0.08,Noun,8,6,2,clicker,none,none,6.89,0.90,none,none,none, clicking,clicking,2.80,Verb,8,6,2,click,none,none,6.94,1.00,none,6.47,6.40, clicks,clicks,3.76,Noun,6,5,1,click,none,none,6.94,1.00,none,6.47,6.40, client,client,53.24,Noun,6,6,2,client,12.05,1.00,12.05,1.00,none,10.73,none,10.32 clientele,clientele,1.57,Noun,9,8,3,clientele,14.12,0.94,14.12,0.94,none,none,none, clients,clients,21.00,Noun,7,7,2,client,none,none,12.05,1.00,none,10.73,none,10.32 cliff,cliff,21.57,Name,5,4,1,cliff,7.28,1.00,7.28,1.00,none,6.50,7.01, cliffhanger,cliffhanger,0.25,Noun,11,8,3,cliffhanger,9.61,0.95,9.61,0.95,none,none,none, cliffhangers,cliffhangers,0.06,Noun,12,9,3,cliffhanger,none,none,9.61,0.95,none,none,none, cliffs,cliffs,2.18,Noun,6,5,1,cliff,none,none,7.28,1.00,none,6.50,7.01, climactic,climactic,0.22,Adjective,9,9,3,climactic,13.24,0.94,13.24,0.94,none,none,none, climate,climate,3.53,Noun,7,6,2,climate,7.95,1.00,7.95,1.00,none,8.98,none,8.28 climates,climates,0.16,Noun,8,7,2,climate,none,none,7.95,1.00,none,8.98,none,8.28 climatic,climatic,0.14,Adjective,8,8,3,climatic,10.22,0.95,10.22,0.95,none,none,none, climax,climax,1.94,Noun,6,7,2,climax,10.79,1.00,10.79,1.00,none,10.83,none,10.22 climaxed,climaxed,0.08,Verb,8,8,2,climax,none,none,10.79,1.00,none,10.83,none,10.22 climaxes,climaxes,0.16,Verb,8,9,3,climax,none,none,10.79,1.00,none,10.83,none,10.22 climaxing,climaxing,0.04,Verb,9,9,3,climax,none,none,10.79,1.00,none,10.83,none,10.22 climb,climb,19.75,Verb,5,4,1,climb,5.30,1.00,5.30,1.00,none,4.96,5.66, climbable,climbable,0.02,Adjective,9,8,3,climbable,8.35,1.00,8.35,1.00,none,none,none, climbed,climbed,5.00,Verb,7,5,1,climb,none,none,5.30,1.00,none,4.96,5.66, climber,climber,0.78,Noun,7,5,2,climber,8.05,1.00,8.05,1.00,none,none,none, climbers,climbers,0.37,Noun,8,6,2,climber,none,none,8.05,1.00,none,none,none, climbing,climbing,7.88,Verb,8,6,2,climb,none,none,5.30,1.00,none,4.96,5.66, climbs,climbs,1.02,Verb,6,5,1,climb,none,none,5.30,1.00,none,4.96,5.66, clime,clime,0.12,Noun,5,4,1,clime,13.67,0.79,13.67,0.79,none,none,none, climes,climes,0.20,Noun,6,5,1,clime,none,none,13.67,0.79,none,none,none, clinch,clinch,0.67,Noun,6,5,1,clinch,10.94,0.95,10.94,0.95,none,none,9.75, clinched,clinched,0.18,Verb,8,6,1,clinch,none,none,10.94,0.95,none,none,9.75, clincher,clincher,0.33,Noun,8,6,2,clincher,10.12,0.89,10.12,0.89,none,none,none, clinches,clinches,0.22,Noun,8,7,2,clinch,none,none,10.94,0.95,none,none,9.75, clinching,clinching,0.04,Verb,9,7,2,clinch,none,none,10.94,0.95,none,none,9.75, cling,cling,2.51,Verb,5,4,1,cling,7.74,1.00,7.74,1.00,none,7.60,7.08, clinger,clinger,0.08,Noun,7,5,2,clinger,10.47,0.94,10.47,0.94,none,none,none, clinging,clinging,1.12,Verb,8,6,2,cling,none,none,7.74,1.00,none,7.60,7.08, clings,clings,0.45,Verb,6,5,1,cling,none,none,7.74,1.00,none,7.60,7.08, clingy,clingy,0.59,Adjective,6,5,2,clingy,7.28,1.00,7.28,1.00,none,none,none,9.05 clinic,clinic,14.00,Noun,6,6,2,clinic,9.37,1.00,9.37,1.00,none,none,none,8.62 clinical,clinical,2.92,Adjective,8,8,3,clinical,11.84,1.00,11.84,1.00,none,none,none, clinician,clinician,0.06,Noun,9,8,3,clinician,13.35,0.89,13.35,0.89,none,none,none, clinicians,clinicians,0.06,Noun,10,9,3,clinician,none,none,13.35,0.89,none,none,none, clinics,clinics,0.98,Noun,7,7,2,clinic,none,none,9.37,1.00,none,none,none,8.62 clink,clink,1.29,Noun,5,5,1,clink,9.44,0.90,9.44,0.90,none,7.83,8.82, clinked,clinked,0.02,Verb,7,6,1,clink,none,none,9.44,0.90,none,7.83,8.82, clinker,clinker,0.22,Noun,7,6,2,clinker,11.43,0.78,11.43,0.78,none,none,none, clinking,clinking,0.86,Verb,8,7,2,clink,none,none,9.44,0.90,none,7.83,8.82, clinks,clinks,0.08,Verb,6,6,1,clink,none,none,9.44,0.90,none,7.83,8.82, clip,clip,5.69,Noun,4,4,1,clip,6.61,1.00,6.61,1.00,7.05,none,6.72, clipboard,clipboard,0.75,Noun,9,8,2,clipboard,7.76,1.00,7.76,1.00,none,none,none, clipboards,clipboards,0.02,Noun,10,9,2,clipboard,none,none,7.76,1.00,none,none,none, clipped,clipped,2.22,Verb,7,5,1,clip,none,none,6.61,1.00,7.05,none,6.72, clipper,clipper,1.16,Noun,7,5,2,clipper,9.56,1.00,9.56,1.00,none,none,none, clippers,clippers,1.12,Noun,8,6,2,clipper,none,none,9.56,1.00,none,none,none, clipping,clipping,1.16,Noun,8,6,2,clipping,8.89,0.95,8.89,0.95,none,none,none, clippings,clippings,1.25,Noun,9,7,2,clipping,none,none,8.89,0.95,none,none,none, clips,clips,2.18,Noun,5,5,1,clip,none,none,6.61,1.00,7.05,none,6.72, clique,clique,0.76,Noun,6,4,1,clique,12.42,1.00,12.42,1.00,none,none,11.04, cliques,cliques,0.22,Noun,7,5,1,clique,none,none,12.42,1.00,none,none,11.04, cliquey,cliquey,0.06,Adjective,7,5,2,cliquey,12.50,0.89,12.50,0.89,none,none,none, clitoral,clitoral,0.14,Adjective,8,8,3,clitoral,15.20,0.79,15.20,0.79,none,none,none, clitoris,clitoris,1.06,Noun,8,8,3,clitoris,14.00,0.95,14.00,0.95,none,none,none, cloak,cloak,3.00,Noun,5,4,1,cloak,6.95,1.00,6.95,1.00,none,6.37,8.96, cloaked,cloaked,0.67,Verb,7,5,1,cloak,none,none,6.95,1.00,none,6.37,8.96, cloaking,cloaking,0.82,Adjective,8,6,2,cloaking,9.68,0.95,9.68,0.95,none,none,none, cloakroom,cloakroom,0.65,Noun,9,7,2,cloakroom,9.35,0.89,9.35,0.89,none,none,none, cloaks,cloaks,0.14,Noun,6,5,1,cloak,none,none,6.95,1.00,none,6.37,8.96, clobber,clobber,0.59,Verb,7,5,2,clobber,8.53,0.94,8.53,0.94,none,9.71,none, clobbered,clobbered,0.84,Verb,9,6,2,clobber,none,none,8.53,0.94,none,9.71,none, clobbering,clobbering,0.14,Verb,10,7,3,clobber,none,none,8.53,0.94,none,9.71,none, clobbers,clobbers,0.06,Verb,8,6,2,clobber,none,none,8.53,0.94,none,9.71,none, clock,clock,58.63,Noun,5,4,1,clock,4.42,1.00,4.42,1.00,none,4.39,4.86, clocked,clocked,1.25,Verb,7,5,1,clock,none,none,4.42,1.00,none,4.39,4.86, clocking,clocking,0.35,Verb,8,6,2,clock,none,none,4.42,1.00,none,4.39,4.86, clockmaker,clockmaker,0.02,Noun,10,8,3,clockmaker,8.74,1.00,8.74,1.00,8.06,none,none, clocks,clocks,2.84,Noun,6,5,1,clock,none,none,4.42,1.00,none,4.39,4.86, clockwork,clockwork,1.14,Noun,9,7,2,clockwork,8.79,1.00,8.79,1.00,none,none,none, clod,clod,0.41,Noun,4,4,1,clod,10.59,0.77,10.59,0.77,none,none,10.65, clodhopper,clodhopper,0.02,Noun,10,8,3,clodhopper,12.94,0.73,12.94,0.73,none,none,none, clodhoppers,clodhoppers,0.06,Noun,11,9,3,clodhopper,none,none,12.94,0.73,none,none,none, clodpoll,clodpoll,0.02,Verb,8,7,2,clodpoll,16.00,0.28,16.00,0.28,none,none,none, clods,clods,0.14,Noun,5,5,1,clod,none,none,10.59,0.77,none,none,10.65, clog,clog,0.80,Noun,4,4,1,clog,9.39,1.00,9.39,1.00,none,none,8.15, clogged,clogged,1.10,Verb,7,5,1,clog,none,none,9.39,1.00,none,none,8.15, clogging,clogging,0.37,Verb,8,6,2,clog,none,none,9.39,1.00,none,none,8.15, cloggy,cloggy,0.02,Adjective,6,5,2,cloggy,10.36,0.74,10.36,0.74,none,none,none, clogs,clogs,0.41,Noun,5,5,1,clog,none,none,9.39,1.00,none,none,8.15, cloisonne,cloisonne,0.02,Noun,9,6,2,cloisonne,16.50,0.30,16.50,0.30,none,none,none, cloister,cloister,0.51,Noun,8,6,2,cloister,14.71,0.67,14.71,0.67,none,none,none, cloistered,cloistered,0.18,Adjective,10,7,2,cloistered,11.67,0.67,11.67,0.67,none,none,none, cloisters,cloisters,0.14,Noun,9,7,2,cloister,none,none,14.71,0.67,none,none,none, clone,clone,2.51,Noun,5,4,1,clone,8.89,1.00,8.89,1.00,none,none,10.61, clones,clones,0.88,Noun,6,5,1,clone,none,none,8.89,1.00,none,none,10.61, cloning,cloning,1.12,Noun,7,6,2,cloning,14.20,1.00,14.20,1.00,none,none,none, clop,clop,0.08,Verb,4,4,1,clop,9.19,0.84,9.19,0.84,none,none,10.17, close,close,219.43,Adjective,5,4,1,close,4.50,1.00,4.50,1.00,4.71,5.77,5.19, closed,closed,54.08,Verb,6,5,1,close,none,none,4.50,1.00,4.71,5.77,5.19, closeness,closeness,0.71,Noun,9,7,2,closeness,7.32,1.00,7.32,1.00,none,none,none, closer,closer,45.67,Adverb,6,5,2,close,none,none,4.50,1.00,4.71,5.77,5.19, closes,closes,7.00,Verb,6,6,2,close,none,none,4.50,1.00,4.71,5.77,5.19, closest,closest,8.96,Adjective,7,7,2,close,none,none,4.50,1.00,4.71,5.77,5.19, closet,closet,27.08,Noun,6,6,2,closet,5.00,1.00,5.00,1.00,none,none,none,5.20 closeted,closeted,0.06,Verb,8,8,3,closet,none,none,5.00,1.00,none,none,none,5.20 closetful,closetful,0.06,Adjective,9,9,3,closetful,9.75,0.89,9.75,0.89,none,none,none, closets,closets,2.14,Noun,7,7,2,closet,none,none,5.00,1.00,none,none,none,5.20 closeup,close-up,0.12,Noun,7,6,2,closeup,8.00,1.00,8.00,1.00,none,none,none, closing,closing,26.14,Verb,7,6,2,close,none,none,4.50,1.00,4.71,5.77,5.19, closure,closure,3.10,Noun,7,5,2,closure,12.11,1.00,12.11,1.00,none,10.87,none,10.32 closures,closures,0.08,Noun,8,6,2,closure,none,none,12.11,1.00,none,10.87,none,10.32 clot,clot,1.80,Noun,4,4,1,clot,11.05,1.00,11.05,1.00,none,none,9.61, cloth,cloth,6.10,Noun,5,4,1,cloth,5.30,1.00,5.30,1.00,none,5.24,5.53, clothe,clothe,0.82,Verb,6,4,1,clothe,8.83,1.00,8.83,1.00,none,none,7.22, clothed,clothed,0.65,Verb,7,5,1,clothe,none,none,8.83,1.00,none,none,7.22, clothes,clothes,101.14,Noun,7,5,1,clothes,3.11,1.00,3.11,1.00,none,4.09,4.27, clotheshorse,clotheshorse,0.04,Noun,12,8,2,clotheshorse,15.33,0.50,15.33,0.50,none,none,none, clothesline,clothesline,0.41,Noun,11,8,2,clothesline,6.67,1.00,6.67,1.00,none,none,none, clotheslines,clotheslines,0.04,Noun,12,9,2,clothesline,none,none,6.67,1.00,none,none,none, clothespin,clothespin,0.29,Noun,10,8,2,clothespin,7.83,0.90,7.83,0.90,none,none,none, clothespins,clothespins,0.08,Noun,11,9,2,clothespin,none,none,7.83,0.90,none,none,none, clothier,clothier,0.04,Noun,8,6,2,clothier,14.71,0.74,14.71,0.74,none,none,none, clothiers,clothiers,0.04,Noun,9,7,2,clothier,none,none,14.71,0.74,none,none,none, clothing,clothing,10.84,Noun,8,6,2,clothing,4.22,1.00,4.22,1.00,5.57,none,none, cloths,cloths,0.43,Noun,6,5,1,cloth,none,none,5.30,1.00,none,5.24,5.53, clots,clots,0.61,Noun,5,5,1,clot,none,none,11.05,1.00,none,none,9.61, clotted,clotted,0.33,Verb,7,6,2,clot,none,none,11.05,1.00,none,none,9.61, clotting,clotting,0.53,Verb,8,6,2,clot,none,none,11.05,1.00,none,none,9.61, cloud,cloud,11.75,Noun,5,4,1,cloud,3.63,1.00,3.63,1.00,none,4.64,4.64, cloudburst,cloudburst,0.04,Noun,10,8,2,cloudburst,14.29,0.70,14.29,0.70,none,none,none, cloudbursts,cloudbursts,0.08,Noun,11,9,2,cloudburst,none,none,14.29,0.70,none,none,none, clouded,clouded,0.94,Verb,7,6,2,cloud,none,none,3.63,1.00,none,4.64,4.64, cloudier,cloudier,0.02,Adjective,8,6,3,cloudy,none,none,5.50,1.00,none,none,none, cloudiness,cloudiness,0.08,Noun,10,8,3,cloudiness,8.37,1.00,8.37,1.00,none,none,none, clouding,clouding,0.61,Verb,8,6,2,cloud,none,none,3.63,1.00,none,4.64,4.64, cloudless,cloudless,0.16,Adjective,9,7,2,cloudless,7.60,1.00,7.60,1.00,none,none,none, cloudlike,cloudlike,0.02,Adjective,9,7,2,cloudlike,9.60,1.00,9.60,1.00,none,none,none, clouds,clouds,10.02,Noun,6,5,1,cloud,none,none,3.63,1.00,none,4.64,4.64, cloudy,cloudy,2.16,Adjective,6,5,2,cloudy,5.50,1.00,5.50,1.00,none,none,none, clout,clout,0.94,Noun,5,4,1,clout,16.86,0.78,16.86,0.78,none,none,12.67, clouted,clouted,0.02,Verb,7,6,2,clout,none,none,16.86,0.78,none,none,12.67, clouts,clouts,0.04,Noun,6,5,1,clout,none,none,16.86,0.78,none,none,12.67, clove,clove,0.51,Noun,5,4,1,clove,10.88,0.94,10.88,0.94,none,9.87,9.53, cloven,cloven,0.14,Adjective,6,6,2,cloven,11.56,0.84,11.56,0.84,none,none,none, clover,clover,1.31,Noun,6,5,2,clover,5.74,1.00,5.74,1.00,none,none,none,6.68 cloverleaf,cloverleaf,0.20,Noun,10,8,3,cloverleaf,6.35,0.94,6.35,0.94,none,none,none, clovers,clovers,0.51,Noun,7,6,2,clover,none,none,5.74,1.00,none,none,none,6.68 cloves,cloves,0.57,Noun,6,5,1,clove,none,none,10.88,0.94,none,9.87,9.53, clown,clown,15.82,Noun,5,4,1,clown,3.72,1.00,3.72,1.00,none,none,3.91, clowned,clowned,0.04,Verb,7,5,1,clown,none,none,3.72,1.00,none,none,3.91, clowning,clowning,1.49,Verb,8,6,2,clown,none,none,3.72,1.00,none,none,3.91, clownish,clownish,0.04,Verb,8,6,2,clownish,8.84,1.00,8.84,1.00,none,none,none, clownishness,clownishness,0.02,Noun,12,9,3,clownishness,9.50,0.95,9.50,0.95,none,none,none, clowns,clowns,6.22,Noun,6,5,1,clown,none,none,3.72,1.00,none,none,3.91, cloy,cloy,0.04,Noun,4,3,1,cloy,14.50,0.42,14.50,0.42,none,none,none, cloying,cloying,0.04,Adjective,7,5,2,cloying,14.56,0.50,14.56,0.50,none,none,none, club,club,98.78,Noun,4,4,1,club,5.89,1.00,5.89,1.00,6.43,none,6.26, clubbed,clubbed,0.25,Verb,7,5,1,club,none,none,5.89,1.00,6.43,none,6.26, clubby,clubby,0.10,Noun,6,5,2,clubby,13.17,0.67,13.17,0.67,none,none,none, clubfoot,clubfoot,0.18,Noun,8,7,2,clubfoot,11.17,1.00,11.17,1.00,none,none,none, clubhouse,clubhouse,1.61,Noun,9,7,2,clubhouse,7.44,1.00,7.44,1.00,none,none,none, clubhouses,clubhouses,0.04,Noun,10,9,3,clubhouse,none,none,7.44,1.00,none,none,none, clubs,clubs,10.41,Noun,5,5,1,club,none,none,5.89,1.00,6.43,none,6.26, clubwoman,clubwoman,0.06,Noun,9,9,3,clubwoman,13.62,0.72,13.62,0.72,none,none,none, cluck,cluck,1.43,Noun,5,4,1,cluck,5.22,0.95,5.22,0.95,none,none,6.06, clucked,clucked,0.04,Verb,7,5,1,cluck,none,none,5.22,0.95,none,none,6.06, clucking,clucking,0.57,Verb,8,6,2,cluck,none,none,5.22,0.95,none,none,6.06, clucks,clucks,0.12,Verb,6,5,1,cluck,none,none,5.22,0.95,none,none,6.06, clue,clue,17.61,Noun,4,3,1,clue,6.06,1.00,6.06,1.00,none,6.50,6.53, clued,clued,0.24,Verb,5,4,1,clue,none,none,6.06,1.00,none,6.50,6.53, clueing,clueing,0.02,Verb,7,5,2,clue,none,none,6.06,1.00,none,6.50,6.53, clueless,clueless,1.84,Adjective,8,6,2,clueless,7.71,1.00,7.71,1.00,none,none,none, clues,clues,6.27,Noun,5,4,1,clue,none,none,6.06,1.00,none,6.50,6.53, clump,clump,0.53,Noun,5,5,1,clump,8.62,1.00,8.62,1.00,none,none,8.75, clumped,clumped,0.04,Verb,7,6,1,clump,none,none,8.62,1.00,none,none,8.75, clumping,clumping,0.10,Verb,8,7,2,clump,none,none,8.62,1.00,none,none,8.75, clumps,clumps,0.08,Noun,6,6,1,clump,none,none,8.62,1.00,none,none,8.75, clumpy,clumpy,0.29,Adjective,6,6,2,clumpy,7.32,1.00,7.32,1.00,none,none,none, clumsier,clumsier,0.04,Adjective,8,7,3,clumsy,none,none,7.26,1.00,none,6.81,none,7.49 clumsiest,clumsiest,0.06,Adjective,9,9,3,clumsy,none,none,7.26,1.00,none,6.81,none,7.49 clumsiness,clumsiness,0.29,Noun,10,9,3,clumsiness,8.22,1.00,8.22,1.00,none,none,none, clumsy,clumsy,5.39,Adjective,6,6,2,clumsy,7.26,1.00,7.26,1.00,none,6.81,none,7.49 clung,clung,0.47,Verb,5,4,1,cling,none,none,7.74,1.00,none,7.60,7.08, clunk,clunk,0.63,Noun,5,5,1,clunk,8.22,0.90,8.22,0.90,none,none,none, clunker,clunker,0.20,Noun,7,6,2,clunker,9.37,1.00,9.37,1.00,none,none,none, clunkers,clunkers,0.02,Noun,8,7,2,clunker,none,none,9.37,1.00,none,none,none, clunks,clunks,0.08,Verb,6,6,1,clunk,none,none,8.22,0.90,none,none,none, clunky,clunky,0.35,Adjective,6,6,2,clunky,8.22,0.95,8.22,0.95,none,none,none, cluster,cluster,1.31,Noun,7,6,2,cluster,10.00,1.00,10.00,1.00,none,9.49,none,8.87 clustered,clustered,0.08,Verb,9,7,2,cluster,none,none,10.00,1.00,none,9.49,none,8.87 clusters,clusters,0.75,Noun,8,7,2,cluster,none,none,10.00,1.00,none,9.49,none,8.87 clutch,clutch,2.49,Noun,6,4,1,clutch,10.24,1.00,10.24,1.00,none,10.05,9.54, clutched,clutched,0.27,Verb,8,5,1,clutch,none,none,10.24,1.00,none,10.05,9.54, clutches,clutches,0.84,Noun,8,6,2,clutch,none,none,10.24,1.00,none,10.05,9.54, clutching,clutching,0.71,Verb,9,6,2,clutch,none,none,10.24,1.00,none,10.05,9.54, clutter,clutter,0.94,Noun,7,5,2,clutter,8.33,1.00,8.33,1.00,none,8.24,none,8.04 cluttered,cluttered,0.45,Verb,9,6,2,clutter,none,none,8.33,1.00,none,8.24,none,8.04 cluttering,cluttering,0.20,Verb,10,7,3,clutter,none,none,8.33,1.00,none,8.24,none,8.04 clutters,clutters,0.24,Noun,8,6,2,clutter,none,none,8.33,1.00,none,8.24,none,8.04 coach,coach,47.63,Noun,5,3,1,coach,6.89,1.00,6.89,1.00,6.34,6.09,5.93, coached,coached,1.00,Verb,7,4,1,coach,none,none,6.89,1.00,6.34,6.09,5.93, coaches,coaches,1.75,Noun,7,5,2,coach,none,none,6.89,1.00,6.34,6.09,5.93, coachman,coachman,0.59,Noun,8,6,2,coachman,11.39,0.95,11.39,0.95,7.47,none,none, coachmen,coachmen,0.02,Noun,8,6,2,coachman,none,none,11.39,0.95,7.47,none,none, coadjutor,coadjutor,Err:512,Err:512,9,9,4,coadjutor,17.50,0.19,17.50,0.19,none,none,none, coagulant,coagulant,0.06,Noun,9,10,4,coagulant,14.18,0.89,14.18,0.89,none,none,none, coagulate,coagulate,0.12,Verb,9,9,4,coagulate,13.95,1.00,13.95,1.00,none,none,none, coagulates,coagulates,0.04,Verb,10,10,4,coagulate,none,none,13.95,1.00,none,none,none, coagulating,coagulating,0.06,Verb,11,11,5,coagulate,none,none,13.95,1.00,none,none,none, coagulation,coagulation,0.12,Noun,11,11,5,coagulation,14.00,0.89,14.00,0.89,none,none,none, coagulator,coagulator,0.02,Noun,10,10,5,coagulator,16.38,0.84,16.38,0.84,none,none,none, coal,coal,6.57,Noun,4,3,1,coal,6.65,1.00,6.65,1.00,none,5.67,6.74, coaled,coaled,0.02,Verb,6,4,1,coal,none,none,6.65,1.00,none,5.67,6.74, coalesce,coalesce,0.06,Verb,8,6,3,coalesce,16.22,0.95,16.22,0.95,none,none,none, coalesced,coalesced,0.02,Verb,9,7,3,coalesce,none,none,16.22,0.95,none,none,none, coalescence,coalescence,0.04,Noun,11,9,4,coalescence,16.00,0.58,16.00,0.58,none,none,none, coalition,coalition,1.80,Noun,9,8,4,coalition,13.94,1.00,13.94,1.00,none,none,none, coalitions,coalitions,0.06,Noun,10,9,4,coalition,none,none,13.94,1.00,none,none,none, coalmine,coalmine,0.06,Noun,8,6,2,coalmine,10.33,0.90,10.33,0.90,none,none,none, coals,coals,0.94,Noun,5,4,1,coal,none,none,6.65,1.00,none,5.67,6.74, coarse,coarse,1.35,Adjective,6,4,1,coarse,9.11,0.95,9.11,0.95,none,10.45,9.74, coarseness,coarseness,0.02,Noun,10,7,2,coarseness,11.56,1.00,11.56,1.00,none,none,none, coast,coast,26.69,Noun,5,4,1,coast,6.43,1.00,6.43,1.00,5.74,none,7.50, coastal,coastal,0.84,Adjective,7,6,2,coastal,8.11,1.00,8.11,1.00,none,none,none, coasted,coasted,0.06,Verb,7,6,2,coast,none,none,6.43,1.00,5.74,none,7.50, coaster,coaster,3.12,Noun,7,5,2,coaster,7.89,1.00,7.89,1.00,none,8.71,none,8.87 coasters,coasters,0.92,Noun,8,6,2,coaster,none,none,7.89,1.00,none,8.71,none,8.87 coastguard,coastguard,0.25,Noun,10,8,2,coastguard,9.39,1.00,9.39,1.00,none,none,none, coasting,coasting,0.31,Verb,8,6,2,coast,none,none,6.43,1.00,5.74,none,7.50, coastline,coastline,0.71,Noun,9,7,2,coastline,9.00,1.00,9.00,1.00,none,none,none, coastlines,coastlines,0.08,Noun,10,8,2,coastline,none,none,9.00,1.00,none,none,none, coasts,coasts,0.35,Noun,6,5,1,coast,none,none,6.43,1.00,5.74,none,7.50, coastwise,coastwise,0.02,Adjective,9,7,2,coastwise,13.73,0.55,13.73,0.55,none,none,none, coat,coat,42.08,Noun,4,3,1,coat,3.58,1.00,3.58,1.00,none,4.14,4.43, coated,coated,0.37,Verb,6,5,2,coat,none,none,3.58,1.00,none,4.14,4.43, coathanger,coathanger,Err:512,Err:512,10,7,3,coathanger,5.36,0.95,5.36,0.95,none,none,none, coating,coating,0.45,Noun,7,5,2,coating,8.56,0.95,8.56,0.95,none,none,none, coatings,coatings,0.02,Noun,8,6,2,coating,none,none,8.56,0.95,none,none,none, coatroom,coatroom,0.31,Noun,8,6,2,coatroom,8.56,1.00,8.56,1.00,none,none,none, coatrooms,coatrooms,0.02,Noun,9,7,2,coatroom,none,none,8.56,1.00,none,none,none, coats,coats,5.88,Noun,5,4,1,coat,none,none,3.58,1.00,none,4.14,4.43, coattail,coattail,0.06,Noun,8,6,2,coattail,10.80,1.00,10.80,1.00,none,none,none, coattails,coattails,0.31,Noun,9,7,2,coattail,none,none,10.80,1.00,none,none,none, coauthor,co-author,0.10,Noun,8,5,3,coauthor,10.65,1.00,10.65,1.00,none,none,none, coauthors,co-authors,0.04,Noun,9,6,3,coauthor,none,none,10.65,1.00,none,none,none, coax,coax,0.80,Verb,4,4,1,coax,11.47,1.00,11.47,1.00,none,none,10.95, coaxed,coaxed,0.16,Verb,6,5,1,coax,none,none,11.47,1.00,none,none,10.95, coaxes,coaxes,0.02,Verb,6,6,2,coax,none,none,11.47,1.00,none,none,10.95, coaxial,coaxial,0.14,Adjective,7,8,4,coaxial,14.87,0.71,14.87,0.71,none,none,none, coaxing,coaxing,0.16,Verb,7,6,2,coax,none,none,11.47,1.00,none,none,10.95, cob,cob,0.69,Name,3,3,1,cob,6.52,1.00,6.52,1.00,none,none,7.29, cobalt,cobalt,0.59,Noun,6,6,2,cobalt,13.47,1.00,13.47,1.00,none,none,none,11.70 cobber,cobber,0.04,Noun,6,5,2,cobber,10.40,0.53,10.40,0.53,none,none,none, cobble,cobble,0.10,Verb,6,5,2,cobble,10.00,0.89,10.00,0.89,none,none,none, cobbler,cobbler,2.33,Noun,7,5,2,cobbler,9.00,1.00,9.00,1.00,6.01,none,none,9.05 cobblers,cobblers,0.08,Noun,8,6,2,cobbler,none,none,9.00,1.00,6.01,none,none,9.05 cobbles,cobbles,0.02,Noun,7,6,2,cobble,none,none,10.00,0.89,none,none,none, cobblestone,cobblestone,0.16,Noun,11,9,3,cobblestone,10.50,0.89,10.50,0.89,none,none,none, cobblestones,cobblestones,0.08,Noun,12,10,3,cobblestone,none,none,10.50,0.89,none,none,none, cobra,cobra,3.33,Noun,5,5,2,cobra,7.47,1.00,7.47,1.00,none,none,none,6.97 cobras,cobras,0.39,Noun,6,6,2,cobra,none,none,7.47,1.00,none,none,none,6.97 cobs,cobs,0.04,Verb,4,4,1,cob,none,none,6.52,1.00,none,none,7.29, cobweb,cobweb,0.20,Noun,6,6,2,cobweb,7.50,1.00,7.50,1.00,none,none,none, cobwebs,cobwebs,0.69,Noun,7,7,2,cobweb,none,none,7.50,1.00,none,none,none, cocaine,cocaine,8.25,Noun,7,5,2,cocaine,12.16,1.00,12.16,1.00,none,none,none,12.11 coccyx,coccyx,0.14,Noun,6,7,2,coccyx,14.14,0.78,14.14,0.78,none,none,none, cochineal,cochineal,0.18,Noun,9,7,3,cochineal,13.92,0.72,13.92,0.72,none,none,none, cochlear,cochlear,0.16,Adjective,8,6,3,cochlear,15.14,0.70,15.14,0.70,none,none,none, cock,cock,11.37,Noun,4,3,1,cock,11.32,1.00,11.32,1.00,5.82,7.77,9.83, cockade,cockade,Err:512,Err:512,7,5,2,cockade,13.00,0.14,13.00,0.14,none,none,none, cockalorum,cockalorum,0.02,Noun,10,9,4,cockalorum,15.17,0.30,15.17,0.30,none,none,none, cockamamie,cockamamie,0.65,Noun,10,8,4,cockamamie,12.29,0.94,12.29,0.94,none,none,none, cockatiel,cockatiel,0.04,Noun,9,7,3,cockatiel,10.45,1.00,10.45,1.00,none,none,none, cockatoo,cockatoo,0.16,Noun,8,6,3,cockatoo,9.44,0.95,9.44,0.95,none,none,none, cockatoos,cockatoos,0.12,Noun,9,7,3,cockatoo,none,none,9.44,0.95,none,none,none, cockatrice,cockatrice,0.02,Noun,10,8,3,cockatrice,13.00,0.32,13.00,0.32,none,none,none, cockcrow,cockcrow,0.02,Noun,8,5,2,cockcrow,10.86,0.39,10.86,0.39,none,none,none, cocker,cocker,0.82,Noun,6,4,2,cocker,11.00,0.58,11.00,0.58,none,none,none, cockerel,cockerel,0.12,Noun,8,7,3,cockerel,12.60,0.53,12.60,0.53,none,none,none, cockerels,cockerels,0.02,Noun,9,8,3,cockerel,none,none,12.60,0.53,none,none,none, cockers,cockers,0.02,Noun,7,5,2,cocker,none,none,11.00,0.58,none,none,none, cockeyed,cockeyed,1.51,Adjective,8,5,2,cockeyed,10.00,0.90,10.00,0.90,none,none,none, cockfight,cockfight,0.18,Noun,9,6,2,cockfight,12.42,1.00,12.42,1.00,none,none,none, cockfights,cockfights,0.10,Noun,10,7,2,cockfight,none,none,12.42,1.00,none,none,none, cockhorse,cockhorse,0.04,Noun,9,7,2,cockhorse,14.14,0.35,14.14,0.35,none,none,none, cockier,cockier,0.02,Adjective,7,5,3,cocky,none,none,10.50,1.00,none,none,none,9.85 cockiness,cockiness,0.06,Noun,9,7,3,cockiness,11.12,0.94,11.12,0.94,none,none,none, cocking,cocking,0.49,Verb,7,5,2,cock,none,none,11.32,1.00,5.82,7.77,9.83, cockle,cockle,0.08,Noun,6,5,2,cockle,14.15,0.65,14.15,0.65,none,none,none, cockles,cockles,0.31,Noun,7,6,2,cockle,none,none,14.15,0.65,none,none,none, cockney,cockney,0.35,Adjective,7,5,2,cockney,15.62,0.84,15.62,0.84,none,12.24,none, cockneys,cockneys,0.02,Noun,8,6,2,cockney,none,none,15.62,0.84,none,12.24,none, cockpit,cockpit,3.22,Noun,7,6,2,cockpit,8.74,1.00,8.74,1.00,none,none,none, cockpits,cockpits,0.06,Noun,8,7,2,cockpit,none,none,8.74,1.00,none,none,none, cockroach,cockroach,3.41,Noun,9,6,2,cockroach,6.25,1.00,6.25,1.00,none,none,none, cockroaches,cockroaches,2.80,Noun,11,8,3,cockroach,none,none,6.25,1.00,none,none,none, cocks,cocks,1.82,Noun,5,4,1,cock,none,none,11.32,1.00,5.82,7.77,9.83, cocksucker,cocksucker,8.14,Noun,10,7,3,cocksucker,12.42,1.00,12.42,1.00,none,none,none, cocksuckers,cocksuckers,1.45,Noun,11,8,3,cocksucker,none,none,12.42,1.00,none,none,none, cocksure,cocksure,0.18,Adjective,8,6,2,cocksure,13.62,0.72,13.62,0.72,none,none,none, cocktail,cocktail,10.88,Noun,8,6,2,cocktail,9.53,1.00,9.53,1.00,none,none,none,12.01 cocktailing,cocktailing,0.06,Verb,11,8,3,cocktail,none,none,9.53,1.00,none,none,none,12.01 cocktails,cocktails,4.08,Noun,9,7,2,cocktail,none,none,9.53,1.00,none,none,none,12.01 cocky,cocky,4.12,Adjective,5,4,2,cocky,10.50,1.00,10.50,1.00,none,none,none,9.85 cocoa,cocoa,5.02,Noun,5,4,2,cocoa,6.84,1.00,6.84,1.00,none,6.86,none,6.54 cocoas,cocoas,0.02,Noun,6,5,2,cocoa,none,none,6.84,1.00,none,6.86,none,6.54 coconspirator,co-conspirator,0.12,Noun,13,12,5,coconspirator,14.00,0.95,14.00,0.95,none,none,none, coconut,coconut,4.59,Noun,7,7,3,coconut,6.50,1.00,6.50,1.00,none,none,none, coconuts,coconuts,0.90,Noun,8,8,3,coconut,none,none,6.50,1.00,none,none,none, cocoon,cocoon,1.12,Noun,6,5,2,cocoon,8.95,1.00,8.95,1.00,none,none,none,7.04 cocooned,cocooned,0.10,Verb,8,6,2,cocoon,none,none,8.95,1.00,none,none,none,7.04 cocoons,cocoons,0.24,Noun,7,6,2,cocoon,none,none,8.95,1.00,none,none,none,7.04 cod,cod,2.24,Noun,3,3,1,cod,11.50,0.95,11.50,0.95,6.73,none,9.81, coda,coda,0.14,Noun,4,4,2,coda,13.00,0.64,13.00,0.64,none,none,none, coddle,coddle,0.35,Verb,6,5,2,coddle,12.89,1.00,12.89,1.00,none,none,none, coddled,coddled,0.31,Verb,7,6,2,coddle,none,none,12.89,1.00,none,none,none, coddling,coddling,0.24,Verb,8,7,3,coddle,none,none,12.89,1.00,none,none,none, code,code,53.12,Noun,4,3,1,code,8.11,0.95,8.11,0.95,none,7.20,7.08, codebook,codebook,0.20,Noun,8,7,3,codebook,11.23,1.00,11.23,1.00,none,none,none, codebooks,codebooks,0.02,Noun,9,8,3,codebook,none,none,11.23,1.00,none,none,none, codefendant,co-defendant,0.06,Noun,11,11,4,codefendant,14.56,1.00,14.56,1.00,none,none,none, codeine,codeine,0.45,Noun,7,6,3,codeine,16.47,0.81,16.47,0.81,none,none,none, codependency,co-dependency,0.04,Noun,12,12,5,codependency,13.42,1.00,13.42,1.00,none,none,none, codependent,codependent,0.16,Adjective,11,11,4,codependent,14.56,1.00,14.56,1.00,none,none,none, codependents,co-dependents,0.02,Noun,12,12,4,codependent,none,none,14.56,1.00,none,none,none, coder,coder,0.12,Noun,5,4,2,coder,12.61,0.86,12.61,0.86,none,none,none, coders,coders,0.06,Noun,6,5,2,coder,none,none,12.61,0.86,none,none,none, codes,codes,9.16,Noun,5,4,1,code,none,none,8.11,0.95,none,7.20,7.08, codeword,codeword,0.18,Noun,8,7,3,codeword,10.28,0.95,10.28,0.95,none,none,none, codex,codex,0.33,Noun,5,6,2,codex,14.50,0.78,14.50,0.78,none,none,none, codfish,codfish,0.41,Noun,7,6,2,codfish,9.71,0.78,9.71,0.78,none,none,none, codger,codger,0.20,Noun,6,5,2,codger,11.92,0.68,11.92,0.68,none,none,none, codices,codices,Err:512,Err:512,7,7,3,codices,14.67,0.30,14.67,0.30,none,none,none, codicil,codicil,0.10,Noun,7,7,3,codicil,18.00,0.42,18.00,0.42,none,none,none, codicils,codicils,0.04,Noun,8,8,3,codicil,none,none,18.00,0.42,none,none,none, codify,codify,0.02,Verb,6,6,3,codify,16.65,0.85,16.65,0.85,none,none,none, coding,coding,0.73,Noun,6,5,2,coding,11.84,0.95,11.84,0.95,none,none,none, codling,codling,0.04,Noun,7,6,2,codling,11.69,0.72,11.69,0.72,none,none,none, codlings,codlings,0.02,Noun,8,7,2,codling,none,none,11.69,0.72,none,none,none, codpiece,codpiece,0.25,Noun,8,6,2,codpiece,13.22,0.50,13.22,0.50,none,none,none, cods,cods,0.02,Noun,4,4,1,cod,none,none,11.50,0.95,6.73,none,9.81, codswallop,codswallop,0.08,Noun,10,9,3,codswallop,13.88,0.42,13.88,0.42,none,none,none, coed,coed,0.59,Adjective,4,4,2,coed,12.10,1.00,12.10,1.00,none,none,none,10.13 coeds,coeds,0.31,Noun,5,5,2,coed,none,none,12.10,1.00,none,none,none,10.13 coeducational,coeducational,0.04,Adjective,13,12,6,coeducational,13.24,0.94,13.24,0.94,none,none,none, coefficient,coefficient,0.16,Noun,11,9,4,coefficient,13.42,1.00,13.42,1.00,none,none,none, coefficients,coefficients,0.06,Noun,12,10,4,coefficient,none,none,13.42,1.00,none,none,none, coelacanth,coelacanth,0.04,Noun,10,8,3,coelacanth,15.33,0.45,15.33,0.45,none,none,none, coenzyme,coenzyme,0.04,Noun,8,7,3,coenzyme,14.36,0.78,14.36,0.78,none,none,none, coequal,coequal,Err:512,Err:512,7,7,3,coequal,14.91,0.58,14.91,0.58,none,none,none, coequality,coequality,Err:512,Err:512,10,10,5,coequality,15.06,0.80,15.06,0.80,none,none,none, coerce,coerce,0.41,Verb,6,4,2,coerce,12.59,0.94,12.59,0.94,none,13.64,none, coerced,coerced,0.84,Verb,7,5,2,coerce,none,none,12.59,0.94,none,13.64,none, coerces,coerces,0.04,Verb,7,6,3,coerce,none,none,12.59,0.94,none,13.64,none, coercing,coercing,0.08,Verb,8,6,3,coerce,none,none,12.59,0.94,none,13.64,none, coercion,coercion,0.43,Noun,8,6,3,coercion,12.12,0.81,12.12,0.81,none,none,none, coercive,coercive,0.14,Adjective,8,6,3,coercive,14.06,0.90,14.06,0.90,none,none,none, coexist,coexist,0.49,Verb,7,8,3,coexist,11.56,1.00,11.56,1.00,none,none,none, coexisted,coexisted,0.04,Verb,9,10,4,coexist,none,none,11.56,1.00,none,none,none, coexistence,coexistence,0.20,Noun,11,11,4,coexistence,12.78,0.95,12.78,0.95,none,none,none, coexisting,coexisting,0.10,Verb,10,10,4,coexist,none,none,11.56,1.00,none,none,none, coexists,coexists,0.02,Verb,8,9,3,coexist,none,none,11.56,1.00,none,none,none, coffee,coffee,144.53,Noun,6,4,2,coffee,4.94,1.00,4.94,1.00,none,5.94,none,6.33 coffeehouse,coffeehouse,0.69,Noun,11,7,3,coffeehouse,10.11,1.00,10.11,1.00,none,none,none, coffeehouses,coffeehouses,0.06,Noun,12,9,4,coffeehouse,none,none,10.11,1.00,none,none,none, coffeemaker,coffeemaker,0.37,Noun,11,8,4,coffeemaker,7.78,1.00,7.78,1.00,none,none,none, coffeemakers,coffeemakers,0.08,Noun,12,9,4,coffeemaker,none,none,7.78,1.00,none,none,none, coffeepot,coffeepot,0.41,Noun,9,7,3,coffeepot,5.53,1.00,5.53,1.00,none,none,none, coffeepots,coffeepots,0.02,Noun,10,8,3,coffeepot,none,none,5.53,1.00,none,none,none, coffees,coffees,1.88,Noun,7,5,2,coffee,none,none,4.94,1.00,none,5.94,none,6.33 coffer,coffer,0.10,Noun,6,4,2,coffer,12.08,0.72,12.08,0.72,none,11.81,none, cofferdam,cofferdam,0.02,Noun,9,7,3,cofferdam,14.43,0.37,14.43,0.37,none,none,none, coffers,coffers,0.18,Noun,7,5,2,coffer,none,none,12.08,0.72,none,11.81,none, coffin,coffin,9.04,Noun,6,5,2,coffin,7.79,1.00,7.79,1.00,none,none,none,7.04 coffins,coffins,1.78,Noun,7,6,2,coffin,none,none,7.79,1.00,none,none,none,7.04 coffle,coffle,0.04,Noun,6,5,2,coffle,14.09,0.58,14.09,0.58,none,none,none, cofounder,cofounder,0.08,Noun,9,7,3,cofounder,11.30,1.00,11.30,1.00,none,none,none, cog,cog,0.53,Noun,3,3,1,cog,11.33,1.00,11.33,1.00,none,none,none, cogent,cogent,0.22,Adjective,6,6,2,cogent,14.08,0.63,14.08,0.63,none,none,none, cogitate,cogitate,0.06,Verb,8,7,3,cogitate,14.86,0.74,14.86,0.74,12.68,none,none, cogitating,cogitating,0.02,Verb,10,9,4,cogitate,none,none,14.86,0.74,12.68,none,none, cogitation,cogitation,0.02,Noun,10,9,4,cogitation,13.92,0.63,13.92,0.63,none,none,none, cogito,cogito,0.04,Noun,6,6,3,cogito,17.60,0.26,17.60,0.26,none,none,none, cognac,cognac,2.65,Noun,6,6,2,cognac,14.16,0.95,14.16,0.95,none,none,none, cognacs,cognacs,0.08,Noun,7,7,2,cognac,none,none,14.16,0.95,none,none,none, cognition,cognition,0.02,Noun,9,8,3,cognition,15.22,0.95,15.22,0.95,none,none,none, cognitive,cognitive,0.67,Adjective,9,8,3,cognitive,13.63,1.00,13.63,1.00,none,none,none, cognizance,cognizance,0.02,Noun,10,9,3,cognizance,15.29,0.89,15.29,0.89,none,none,none, cognizant,cognizant,0.22,Adjective,9,9,3,cognizant,12.18,0.94,12.18,0.94,none,none,none, cognomen,cognomen,0.02,Noun,8,7,3,cognomen,13.20,0.26,13.20,0.26,none,none,none, cogs,cogs,0.37,Noun,4,4,1,cog,none,none,11.33,1.00,none,none,none, cogwheel,cogwheel,0.04,Noun,8,6,2,cogwheel,12.15,0.72,12.15,0.72,none,none,none, cohabitate,cohabitate,0.04,Verb,10,9,4,cohabitate,14.65,0.94,14.65,0.94,none,none,none, cohabitation,cohabitation,0.04,Noun,12,11,5,cohabitation,12.82,0.94,12.82,0.94,none,none,none, coherence,coherence,0.18,Noun,9,8,3,coherence,11.60,1.00,11.60,1.00,none,none,none, coherency,coherency,0.02,Noun,9,9,5,coherency,14.35,0.94,14.35,0.94,none,none,none, coherent,coherent,1.04,Adjective,8,8,3,coherent,11.95,1.00,11.95,1.00,none,none,none, cohesion,cohesion,0.10,Noun,8,7,3,cohesion,13.71,0.94,13.71,0.94,none,none,none, cohesive,cohesive,0.14,Adjective,8,7,3,cohesive,12.25,0.89,12.25,0.89,none,none,none, cohort,cohort,0.20,Noun,6,6,2,cohort,15.21,0.90,15.21,0.90,none,none,none, cohorts,cohorts,0.27,Noun,7,7,2,cohort,none,none,15.21,0.90,none,none,none, coif,coif,0.06,Noun,4,4,2,coif,16.00,0.83,16.00,0.83,none,13.53,none, coiffeur,coiffeur,0.04,Noun,8,6,3,coiffeur,13.67,0.83,13.67,0.83,none,none,none, coiffure,coiffure,0.10,Noun,8,7,2,coiffure,13.69,0.72,13.69,0.72,none,none,none, coil,coil,1.61,Noun,4,3,1,coil,9.67,1.00,9.67,1.00,none,none,none, coils,coils,0.92,Noun,5,4,1,coil,none,none,9.67,1.00,none,none,none, coin,coin,9.75,Noun,4,3,1,coin,4.17,1.00,4.17,1.00,none,4.98,5.26, coinage,coinage,0.06,Noun,7,5,2,coinage,10.62,0.84,10.62,0.84,none,none,none, coincide,coincide,0.78,Verb,8,7,3,coincide,11.11,0.95,11.11,0.95,none,none,none, coincided,coincided,0.20,Verb,9,9,4,coincide,none,none,11.11,0.95,none,none,none, coincidence,coincidence,18.59,Noun,11,10,4,coincidence,9.95,1.00,9.95,1.00,none,none,none, coincidences,coincidences,0.98,Noun,12,12,5,coincidence,none,none,9.95,1.00,none,none,none, coincident,coincident,0.20,Adjective,10,10,4,coincident,11.17,0.86,11.17,0.86,none,none,none, coincidental,coincidental,0.82,Adjective,12,12,5,coincidental,10.94,1.00,10.94,1.00,none,none,none, coincides,coincides,0.25,Verb,9,8,3,coincide,none,none,11.11,0.95,none,none,none, coinciding,coinciding,0.06,Verb,10,9,4,coincide,none,none,11.11,0.95,none,none,none, coined,coined,0.47,Verb,6,4,1,coin,none,none,4.17,1.00,none,4.98,5.26, coining,coining,0.08,Verb,7,5,2,coin,none,none,4.17,1.00,none,4.98,5.26, coins,coins,4.29,Noun,5,4,1,coin,none,none,4.17,1.00,none,4.98,5.26, coital,coital,0.10,Adjective,6,6,3,coital,15.93,0.74,15.93,0.74,none,none,none, coitus,coitus,0.24,Noun,6,5,2,coitus,15.35,0.81,15.35,0.81,none,none,none, coke,coke,18.59,Noun,4,3,1,coke,4.74,1.00,4.74,1.00,none,none,5.96, coked,coked,0.22,Verb,5,4,1,coke,none,none,4.74,1.00,none,none,5.96, cokes,cokes,1.33,Noun,5,4,1,coke,none,none,4.74,1.00,none,none,5.96, cola,cola,5.53,Noun,4,4,2,cola,4.33,1.00,4.33,1.00,none,6.22,none,5.81 colander,colander,0.12,Noun,8,7,3,colander,9.00,0.81,9.00,0.81,none,none,none, colanders,colanders,0.02,Noun,9,8,3,colander,none,none,9.00,0.81,none,none,none, colas,colas,0.22,Noun,5,5,2,cola,none,none,4.33,1.00,none,6.22,none,5.81 cold,cold,130.16,Adjective,4,4,1,cold,3.95,1.00,3.95,1.00,3.83,3.88,3.95, coldblooded,coldblooded,0.06,Adjective,11,10,3,coldblooded,8.95,1.00,8.95,1.00,none,none,none, colder,colder,2.49,Adjective,6,5,2,cold,none,none,3.95,1.00,3.83,3.88,3.95, coldest,coldest,0.86,Adjective,7,7,2,cold,none,none,3.95,1.00,3.83,3.88,3.95, coldhearted,cold-hearted,0.10,Adjective,11,10,3,coldhearted,9.72,1.00,9.72,1.00,none,none,none, coldness,coldness,0.33,Noun,8,7,2,coldness,6.89,1.00,6.89,1.00,5.97,none,none, colds,colds,0.75,Noun,5,5,1,cold,none,none,3.95,1.00,3.83,3.88,3.95, coleslaw,coleslaw,1.24,Noun,8,6,2,coleslaw,6.72,1.00,6.72,1.00,none,none,none, coleus,coleus,0.02,Noun,6,6,3,coleus,14.00,0.35,14.00,0.35,none,none,none, colic,colic,0.51,Adjective,5,5,2,colic,13.06,0.81,13.06,0.81,none,none,none, colicky,colicky,0.08,Adjective,7,6,3,colicky,15.00,0.78,15.00,0.78,none,none,none, coliseum,coliseum,0.86,Noun,8,8,4,coliseum,11.90,1.00,11.90,1.00,none,none,none, colitis,colitis,0.18,Noun,7,7,3,colitis,17.00,0.63,17.00,0.63,none,none,none, collaborate,collaborate,0.61,Verb,11,8,4,collaborate,11.84,1.00,11.84,1.00,none,none,none, collaborated,collaborated,0.22,Verb,12,10,5,collaborate,none,none,11.84,1.00,none,none,none, collaborates,collaborates,0.04,Verb,12,10,4,collaborate,none,none,11.84,1.00,none,none,none, collaborating,collaborating,0.37,Verb,13,10,5,collaborate,none,none,11.84,1.00,none,none,none, collaboration,collaboration,1.14,Noun,13,10,5,collaboration,10.61,1.00,10.61,1.00,none,none,none, collaborationist,collaborationist,0.02,Noun,16,13,6,collaborationist,14.28,0.82,14.28,0.82,none,none,none, collaborations,collaborations,0.02,Noun,14,11,5,collaboration,none,none,10.61,1.00,none,none,none, collaborative,collaborative,0.14,Adjective,13,10,5,collaborative,12.33,1.00,12.33,1.00,none,none,none, collaborator,collaborator,0.63,Noun,12,9,5,collaborator,11.63,1.00,11.63,1.00,none,none,none, collaborators,collaborators,0.25,Noun,13,10,5,collaborator,none,none,11.63,1.00,none,none,none, collage,collage,0.73,Noun,7,5,2,collage,8.33,1.00,8.33,1.00,none,none,none,9.49 collagen,collagen,0.76,Noun,8,7,3,collagen,14.67,1.00,14.67,1.00,none,none,none, collages,collages,0.06,Noun,8,7,3,collage,none,none,8.33,1.00,none,none,none,9.49 collapse,collapse,5.55,Verb,8,6,2,collapse,9.17,1.00,9.17,1.00,none,none,none,8.96 collapsed,collapsed,5.67,Verb,9,7,2,collapse,none,none,9.17,1.00,none,none,none,8.96 collapses,collapses,0.86,Noun,9,8,3,collapse,none,none,9.17,1.00,none,none,none,8.96 collapsible,collapsible,0.25,Adjective,11,10,4,collapsible,11.26,1.00,11.26,1.00,none,none,none, collapsing,collapsing,1.37,Verb,10,8,3,collapse,none,none,9.17,1.00,none,none,none,8.96 collar,collar,10.51,Noun,6,4,2,collar,6.56,1.00,6.56,1.00,none,none,none,7.72 collarbone,collarbone,0.82,Noun,10,7,3,collarbone,8.89,1.00,8.89,1.00,none,none,none, collarbones,collarbones,0.04,Noun,11,8,3,collarbone,none,none,8.89,1.00,none,none,none, collard,collard,0.33,Noun,7,5,2,collard,12.43,0.78,12.43,0.78,none,none,none, collards,collards,0.04,Noun,8,6,2,collard,none,none,12.43,0.78,none,none,none, collared,collared,0.16,Verb,8,5,2,collar,none,none,6.56,1.00,none,none,none,7.72 collarless,collarless,0.02,Adjective,10,7,3,collarless,11.33,0.90,11.33,0.90,none,none,none, collars,collars,1.24,Noun,7,5,2,collar,none,none,6.56,1.00,none,none,none,7.72 collate,collate,0.31,Verb,7,5,2,collate,15.06,0.84,15.06,0.84,11.96,none,none, collateral,collateral,3.39,Noun,10,8,4,collateral,13.63,1.00,13.63,1.00,none,none,none, collaterals,collaterals,0.06,Noun,11,9,4,collateral,none,none,13.63,1.00,none,none,none, collating,collating,0.25,Verb,9,7,3,collate,none,none,15.06,0.84,11.96,none,none, collation,collation,0.06,Noun,9,7,3,collation,13.69,0.80,13.69,0.80,none,none,none, collations,collations,0.02,Noun,10,8,3,collation,none,none,13.69,0.80,none,none,none, colleague,colleague,6.78,Noun,9,5,2,colleague,12.42,1.00,12.42,1.00,none,none,none, colleagues,colleagues,6.51,Noun,10,6,2,colleague,none,none,12.42,1.00,none,none,none, collect,collect,20.00,Verb,7,6,2,collect,5.61,1.00,5.61,1.00,6.34,6.50,none,7.34 collectable,collectable,0.06,Adjective,11,10,4,collectable,8.11,1.00,8.11,1.00,none,none,none, collected,collected,5.75,Verb,9,8,3,collect,none,none,5.61,1.00,6.34,6.50,none,7.34 collectible,collectible,0.20,Adjective,11,10,4,collectible,8.32,1.00,8.32,1.00,none,none,none, collectibles,collectibles,0.43,Noun,12,11,4,collectible,none,none,8.32,1.00,none,none,none, collecting,collecting,6.84,Verb,10,8,3,collect,none,none,5.61,1.00,6.34,6.50,none,7.34 collection,collection,18.16,Noun,10,8,3,collection,7.21,1.00,7.21,1.00,none,8.51,none, collections,collections,1.35,Noun,11,9,3,collection,none,none,7.21,1.00,none,8.51,none, collective,collective,2.39,Adjective,10,8,3,collective,9.81,1.00,9.81,1.00,none,none,none, collector,collector,4.31,Noun,9,7,3,collector,8.00,1.00,8.00,1.00,none,none,none, collectors,collectors,1.47,Noun,10,8,3,collector,none,none,8.00,1.00,none,none,none, collects,collects,1.76,Verb,8,7,2,collect,none,none,5.61,1.00,6.34,6.50,none,7.34 college,college,85.18,Noun,7,5,2,college,8.37,1.00,8.37,1.00,9.05,none,none,8.96 colleges,colleges,2.27,Noun,8,7,3,college,none,none,8.37,1.00,9.05,none,none,8.96 collegial,collegial,0.02,Adjective,9,8,4,collegial,16.33,0.83,16.33,0.83,none,none,none, collegian,collegian,0.02,Noun,9,7,3,collegian,14.44,0.73,14.44,0.73,none,none,none, collegiate,collegiate,0.49,Adjective,10,7,3,collegiate,13.30,0.95,13.30,0.95,none,12.75,none, collide,collide,0.92,Verb,7,5,2,collide,9.79,1.00,9.79,1.00,none,none,none,8.96 collided,collided,0.63,Verb,8,7,3,collide,none,none,9.79,1.00,none,none,none,8.96 collides,collides,0.04,Verb,8,6,2,collide,none,none,9.79,1.00,none,none,none,8.96 colliding,colliding,0.22,Verb,9,7,3,collide,none,none,9.79,1.00,none,none,none,8.96 collie,collie,1.04,Noun,6,4,2,collie,7.05,1.00,7.05,1.00,none,none,none, collieries,collieries,0.04,Noun,10,8,4,colliery,none,none,15.80,0.25,none,none,none, colliery,colliery,0.16,Noun,8,7,4,colliery,15.80,0.25,15.80,0.25,none,none,none, collies,collies,0.08,Noun,7,5,2,collie,none,none,7.05,1.00,none,none,none, collision,collision,2.69,Noun,9,7,3,collision,9.05,1.00,9.05,1.00,none,none,none, collisions,collisions,0.18,Noun,10,8,3,collision,none,none,9.05,1.00,none,none,none, collodion,collodion,0.06,Noun,9,8,4,collodion,19.00,0.05,19.00,0.05,none,none,none, colloquial,colloquial,0.06,Adjective,10,9,4,colloquial,13.92,0.67,13.92,0.67,none,none,none, colloquialism,colloquialism,0.06,Noun,13,13,6,colloquialism,14.76,0.89,14.76,0.89,none,none,none, colloquialisms,colloquialisms,0.04,Noun,14,14,6,colloquialism,none,none,14.76,0.89,none,none,none, colloquium,colloquium,0.02,Noun,10,9,4,colloquium,14.14,0.78,14.14,0.78,none,none,none, colloquy,colloquy,0.02,Noun,8,7,3,colloquy,13.92,0.63,13.92,0.63,none,none,none, collude,collude,0.18,Verb,7,5,2,collude,14.33,0.57,14.33,0.57,none,none,none, colluded,colluded,0.10,Verb,8,7,3,collude,none,none,14.33,0.57,none,none,none, colluding,colluding,0.10,Verb,9,7,3,collude,none,none,14.33,0.57,none,none,none, collusion,collusion,0.29,Noun,9,7,3,collusion,11.41,0.94,11.41,0.94,none,none,none, collywobbles,collywobbles,0.04,Noun,12,10,4,collywobbles,12.17,0.33,12.17,0.33,none,none,none, cologne,cologne,3.16,Noun,7,5,2,cologne,8.26,1.00,8.26,1.00,none,9.75,none,9.40 colognes,colognes,0.02,Noun,8,6,2,cologne,none,none,8.26,1.00,none,9.75,none,9.40 colon,colon,2.53,Noun,5,5,2,colon,10.75,1.00,10.75,1.00,none,none,none,10.90 colonel,colonel,96.25,Noun,7,5,2,colonel,9.62,0.98,9.62,0.98,none,10.70,none, colonels,colonels,0.61,Noun,8,6,2,colonel,none,none,9.62,0.98,none,10.70,none, colonial,colonial,2.06,Adjective,8,8,4,colonial,8.76,1.00,8.76,1.00,none,none,none, colonialism,colonialism,0.33,Noun,11,12,6,colonialism,12.32,1.00,12.32,1.00,none,none,none, colonialist,colonialist,0.04,Adjective,11,11,5,colonialist,10.16,0.95,10.16,0.95,none,none,none, colonialists,colonialists,0.06,Noun,12,12,5,colonialist,none,none,10.16,0.95,none,none,none, colonials,colonials,0.10,Noun,9,9,4,colonial,none,none,8.76,1.00,none,none,none, colonic,colonic,0.47,Adjective,7,7,3,colonic,14.00,0.85,14.00,0.85,none,none,none, colonies,colonies,1.76,Noun,8,7,3,colony,none,none,8.21,1.00,none,none,none, colonist,colonist,0.06,Noun,8,8,3,colonist,10.74,1.00,10.74,1.00,none,none,none, colonists,colonists,0.59,Noun,9,9,3,colonist,none,none,10.74,1.00,none,none,none, colonization,colonisation,0.24,Noun,12,11,5,colonization,9.83,0.95,9.83,0.95,none,none,none, colonize,colonise,0.25,Verb,8,7,3,colonize,9.72,1.00,9.72,1.00,none,none,none, colonized,colonised,0.16,Verb,9,8,3,colonize,none,none,9.72,1.00,none,none,none, colonizer,coloniser,0.02,Noun,9,8,4,colonizer,9.84,1.00,9.84,1.00,none,none,none, colonizers,colonisers,0.04,Noun,10,9,4,colonizer,none,none,9.84,1.00,none,none,none, colonoscopies,colonoscopies,0.02,Noun,13,12,5,colonoscopy,none,none,15.76,0.94,none,none,none, colonoscopy,colonoscopy,0.47,Noun,11,11,5,colonoscopy,15.76,0.94,15.76,0.94,none,none,none, colons,colons,0.08,Noun,6,6,2,colon,none,none,10.75,1.00,none,none,none,10.90 colony,colony,5.92,Noun,6,6,3,colony,8.21,1.00,8.21,1.00,none,none,none, colophon,colophon,0.02,Noun,8,7,3,colophon,13.91,0.55,13.91,0.55,none,none,none, color,colour,39.43,Noun,5,4,2,color,4.00,1.00,4.00,1.00,none,none,none,3.91 colorable,colourable,0.08,Adjective,9,8,4,colorable,8.06,0.85,8.06,0.85,none,none,none, coloration,coloration,0.20,Noun,10,8,4,coloration,11.18,0.94,11.18,0.94,none,none,none, coloratura,coloratura,0.04,Noun,10,9,5,coloratura,14.86,0.39,14.86,0.39,none,none,none, colorblind,colour-blind,0.33,Noun,10,9,3,colorblind,9.74,1.00,9.74,1.00,none,none,none, colored,coloured,7.39,Adjective,7,5,2,colored,5.95,1.00,5.95,1.00,none,none,none, coloreds,coloureds,0.41,Noun,8,7,3,colored,none,none,5.95,1.00,none,none,none, colorfast,colour fast,0.02,Noun,9,8,3,colorfast,13.33,0.75,13.33,0.75,none,none,none, colorful,colourful,3.20,Adjective,8,7,3,colorful,4.89,1.00,4.89,1.00,none,none,none, coloring,colouring,1.80,Noun,8,6,3,coloring,3.50,1.00,3.50,1.00,none,none,none, colorings,colourings,0.04,Noun,9,7,3,coloring,none,none,3.50,1.00,none,none,none, colorist,colourist,0.14,Noun,8,7,3,colorist,12.65,0.89,12.65,0.89,none,none,none, colorize,colourize,0.02,Verb,8,6,3,colorize,11.94,0.94,11.94,0.94,none,none,none, colorless,colourless,0.25,Adjective,9,7,3,colorless,6.81,1.00,6.81,1.00,none,none,none, colors,colours,10.35,Noun,6,5,2,color,none,none,4.00,1.00,none,none,none,3.91 colossal,colossal,1.41,Adjective,8,7,3,colossal,9.00,0.95,9.00,0.95,none,none,none, colossus,colossus,0.24,Noun,8,7,3,colossus,11.50,0.95,11.50,0.95,none,none,none, colostomy,colostomy,0.25,Noun,9,9,4,colostomy,16.94,0.89,16.94,0.89,none,none,none, colporteur,colporteur,Err:512,Err:512,10,9,3,colporteur,13.50,0.10,13.50,0.10,none,none,none, colporteurs,colporteurs,0.02,Noun,11,12,4,colporteur,none,none,13.50,0.10,none,none,none, colt,colt,5.24,Name,4,4,1,colt,8.98,0.91,8.98,0.91,none,none,8.33, coltish,coltish,0.02,Adjective,7,6,2,coltish,14.31,0.80,14.31,0.80,none,none,none, colts,colts,0.51,Noun,5,5,1,colt,none,none,8.98,0.91,none,none,8.33, column,column,10.96,Noun,6,5,2,column,7.56,1.00,7.56,1.00,none,8.66,none,8.87 columnist,columnist,1.00,Noun,9,9,3,columnist,10.85,1.00,10.85,1.00,none,none,none, columnists,columnists,0.33,Noun,10,10,3,columnist,none,none,10.85,1.00,none,none,none, columns,columns,2.76,Noun,7,6,2,column,none,none,7.56,1.00,none,8.66,none,8.87 com,com,34.31,Noun,3,3,1,com,15.27,0.58,15.27,0.58,none,none,none, coma,coma,12.27,Noun,4,4,2,coma,10.83,1.00,10.83,1.00,none,none,none,8.79 comas,comas,0.31,Noun,5,5,2,coma,none,none,10.83,1.00,none,none,none,8.79 comatose,comatose,0.98,Adjective,8,7,3,comatose,14.24,0.89,14.24,0.89,none,none,none, comb,comb,6.06,Verb,4,3,1,comb,5.50,1.00,5.50,1.00,4.31,none,5.39, combat,combat,13.84,Noun,6,6,2,combat,10.33,1.00,10.33,1.00,none,9.11,none,9.22 combatant,combatant,0.20,Noun,9,9,3,combatant,11.89,0.95,11.89,0.95,none,none,none, combatants,combatants,0.27,Noun,10,10,3,combatant,none,none,11.89,0.95,none,none,none, combating,combating,0.04,Verb,9,8,3,combat,none,none,10.33,1.00,none,9.11,none,9.22 combative,combative,0.53,Adjective,9,8,3,combative,11.74,1.00,11.74,1.00,none,none,none, combativeness,combativeness,0.02,Noun,13,11,4,combativeness,12.11,1.00,12.11,1.00,none,none,none, combatted,combatted,0.02,Verb,9,8,3,combat,none,none,10.33,1.00,none,9.11,none,9.22 combed,combed,1.08,Verb,6,4,1,comb,none,none,5.50,1.00,4.31,none,5.39, combination,combination,11.98,Noun,11,10,4,combination,8.42,1.00,8.42,1.00,none,9.39,none, combinations,combinations,1.18,Noun,12,11,4,combination,none,none,8.42,1.00,none,9.39,none, combine,combine,2.22,Verb,7,6,2,combine,7.47,1.00,7.47,1.00,8.84,none,none,8.20 combined,combined,4.14,Verb,8,7,2,combine,none,none,7.47,1.00,8.84,none,none,8.20 combines,combines,0.53,Verb,8,7,2,combine,none,none,7.47,1.00,8.84,none,none,8.20 combing,combing,1.16,Verb,7,5,2,comb,none,none,5.50,1.00,4.31,none,5.39, combining,combining,0.63,Verb,9,8,3,combine,none,none,7.47,1.00,8.84,none,none,8.20 combo,combo,2.45,Noun,5,5,2,combo,8.78,1.00,8.78,1.00,none,none,none, combos,combos,0.10,Noun,6,6,2,combo,none,none,8.78,1.00,none,none,none, combs,combs,0.76,Noun,5,4,1,comb,none,none,5.50,1.00,4.31,none,5.39, combust,combust,0.16,Verb,7,7,2,combust,10.61,1.00,10.61,1.00,none,none,none, combustible,combustible,0.35,Adjective,11,11,4,combustible,10.89,0.95,10.89,0.95,none,none,none, combustibles,combustibles,0.10,Noun,12,12,4,combustible,none,none,10.89,0.95,none,none,none, combustion,combustion,1.25,Noun,10,9,3,combustion,11.42,1.00,11.42,1.00,none,none,none, combusts,combusts,0.02,Verb,8,8,2,combust,none,none,10.61,1.00,none,none,none, come,come,3140.98,Verb,4,3,1,come,3.32,1.00,3.32,1.00,4.70,none,4.53, comeback,comeback,3.33,Noun,8,6,2,comeback,9.80,1.00,9.80,1.00,none,none,none, comebacks,comebacks,0.31,Noun,9,7,2,comeback,none,none,9.80,1.00,none,none,none, comedian,comedian,4.10,Noun,8,8,4,comedian,8.89,1.00,8.89,1.00,none,none,none, comedians,comedians,0.96,Noun,9,9,4,comedian,none,none,8.89,1.00,none,none,none, comedic,comedic,0.12,Adjective,7,7,3,comedic,10.94,1.00,10.94,1.00,none,none,none, comedienne,comedienne,0.12,Noun,10,8,4,comedienne,11.09,0.61,11.09,0.61,none,none,none, comedies,comedies,0.57,Noun,8,7,3,comedy,none,none,8.11,1.00,none,none,none, comedown,comedown,0.12,Noun,8,6,2,comedown,9.44,0.84,9.44,0.84,none,none,none, comedy,comedy,11.80,Noun,6,6,3,comedy,8.11,1.00,8.11,1.00,none,none,none, comely,comely,0.37,Adjective,6,5,2,comely,12.50,0.44,12.50,0.44,none,none,none, comer,comer,0.37,Noun,5,4,2,comer,9.83,0.67,9.83,0.67,none,none,none, comers,comers,0.24,Noun,6,5,2,comer,none,none,9.83,0.67,none,none,none, comes,comes,228.55,Verb,5,4,1,come,none,none,3.32,1.00,4.70,none,4.53, comestible,comestible,Err:512,Err:512,10,10,4,comestible,15.33,0.15,15.33,0.15,none,12.96,none, comestibles,comestibles,0.00,Err:512,11,11,4,comestible,none,none,15.33,0.15,none,12.96,none, comet,comet,3.08,Noun,5,5,2,comet,8.16,1.00,8.16,1.00,none,9.71,none,8.70 cometh,cometh,0.94,Verb,6,5,2,come,none,none,3.32,1.00,4.70,none,4.53, comets,comets,0.45,Noun,6,6,2,comet,none,none,8.16,1.00,none,9.71,none,8.70 comeuppance,comeuppance,0.18,Noun,11,8,3,comeuppance,14.43,0.78,14.43,0.78,none,none,none, comfier,comfier,0.02,Adjective,7,7,3,comfy,none,none,6.06,0.95,none,none,none, comfit,comfit,0.06,Noun,6,6,2,comfit,14.80,0.24,14.80,0.24,none,none,none, comfits,comfits,0.02,Name,7,7,2,comfit,none,none,14.80,0.24,none,none,none, comfort,comfort,17.22,Noun,7,6,2,comfort,7.29,1.00,7.29,1.00,6.37,none,none,6.89 comfortable,comfortable,47.22,Adjective,11,10,4,comfortable,7.17,1.00,7.17,1.00,none,none,none, comforted,comforted,1.04,Verb,9,8,3,comfort,none,none,7.29,1.00,6.37,none,none,6.89 comforter,comforter,0.39,Noun,9,7,3,comforter,8.61,1.00,8.61,1.00,none,none,none, comforters,comforters,0.16,Noun,10,8,3,comforter,none,none,8.61,1.00,none,none,none, comforting,comforting,4.35,Adjective,10,8,3,comforting,8.67,1.00,8.67,1.00,none,none,none, comfortless,comfortless,0.04,Adjective,11,9,3,comfortless,9.89,1.00,9.89,1.00,none,none,none, comforts,comforts,1.39,Noun,8,7,2,comfort,none,none,7.29,1.00,6.37,none,none,6.89 comfrey,comfrey,0.02,Noun,7,6,2,comfrey,17.20,0.26,17.20,0.26,none,none,none, comfy,comfy,2.25,Adjective,5,5,2,comfy,6.06,0.95,6.06,0.95,none,none,none, comic,comic,10.82,Adjective,5,5,2,comic,7.00,1.00,7.00,1.00,none,none,none,6.61 comical,comical,0.82,Adjective,7,7,3,comical,9.42,1.00,9.42,1.00,none,none,none, comics,comics,4.33,Noun,6,6,2,comics,5.89,1.00,5.89,1.00,none,none,none, comida,comida,0.12,Noun,6,6,3,comida,15.56,0.50,15.56,0.50,none,none,none, coming,coming,527.02,Verb,6,5,2,coming,4.77,1.00,4.77,1.00,none,none,none,5.74 comings,comings,0.25,Noun,7,6,2,coming,none,none,4.77,1.00,none,none,none,5.74 comma,comma,0.98,Noun,5,4,2,comma,7.47,1.00,7.47,1.00,none,8.52,none,8.04 command,command,43.63,Noun,7,6,2,command,8.67,1.00,8.67,1.00,none,8.22,none,7.88 commandant,commandant,2.57,Noun,10,9,3,commandant,11.72,1.00,11.72,1.00,none,none,none, commandants,commandants,0.02,Noun,11,10,3,commandant,none,none,11.72,1.00,none,none,none, commanded,commanded,1.67,Verb,9,8,3,command,none,none,8.67,1.00,none,8.22,none,7.88 commandeer,commandeer,0.55,Verb,10,8,3,commandeer,11.88,0.89,11.88,0.89,none,none,none, commandeered,commandeered,0.45,Verb,12,9,3,commandeer,none,none,11.88,0.89,none,none,none, commandeering,commandeering,0.31,Verb,13,10,5,commandeer,none,none,11.88,0.89,none,none,none, commander,commander,37.00,Noun,9,7,3,commander,8.19,1.00,8.19,1.00,none,9.03,none, commanders,commanders,1.55,Noun,10,8,3,commander,none,none,8.19,1.00,none,9.03,none, commanding,commanding,6.90,Adjective,10,8,3,commanding,12.85,1.00,12.85,1.00,none,none,none, commandment,commandment,1.63,Noun,11,10,3,commandment,7.58,1.00,7.58,1.00,none,none,none, commandments,commandments,1.80,Noun,12,11,3,commandment,none,none,7.58,1.00,none,none,none, commando,commando,1.06,Noun,8,7,3,commando,11.32,1.00,11.32,1.00,none,none,none, commandoes,commandoes,0.10,Noun,10,8,3,commando,none,none,11.32,1.00,none,none,none, commandos,commandos,1.20,Noun,9,8,3,commando,none,none,11.32,1.00,none,none,none, commands,commands,3.75,Verb,8,7,2,command,none,none,8.67,1.00,none,8.22,none,7.88 commas,commas,0.31,Noun,6,5,2,comma,none,none,7.47,1.00,none,8.52,none,8.04 commemorate,commemorate,0.92,Verb,11,8,4,commemorate,12.00,0.95,12.00,0.95,none,none,none, commemorated,commemorated,0.06,Verb,12,10,5,commemorate,none,none,12.00,0.95,none,none,none, commemorates,commemorates,0.04,Verb,12,9,4,commemorate,none,none,12.00,0.95,none,none,none, commemorating,commemorating,0.18,Verb,13,10,5,commemorate,none,none,12.00,0.95,none,none,none, commemoration,commemoration,0.10,Noun,13,10,5,commemoration,14.00,0.95,14.00,0.95,none,none,none, commemorative,commemorative,0.41,Adjective,13,10,4,commemorative,10.24,0.94,10.24,0.94,none,none,none, commence,commence,4.61,Verb,8,6,2,commence,11.37,1.00,11.37,1.00,none,none,none,10.32 commenced,commenced,0.53,Verb,9,7,2,commence,none,none,11.37,1.00,none,none,none,10.32 commencement,commencement,0.29,Noun,12,10,3,commencement,11.50,1.00,11.50,1.00,none,10.81,none, commences,commences,0.22,Verb,9,8,3,commence,none,none,11.37,1.00,none,none,none,10.32 commencing,commencing,1.27,Verb,10,8,3,commence,none,none,11.37,1.00,none,none,none,10.32 commend,commend,1.78,Verb,7,6,2,commend,10.81,1.00,10.81,1.00,10.13,none,none,10.04 commendable,commendable,0.86,Adjective,11,10,4,commendable,10.32,1.00,10.32,1.00,none,none,none, commendation,commendation,0.90,Noun,12,10,4,commendation,12.39,0.95,12.39,0.95,none,none,none, commendations,commendations,0.27,Noun,13,11,4,commendation,none,none,12.39,0.95,none,none,none, commendatory,commendatory,0.02,Adjective,12,11,5,commendatory,11.71,0.89,11.71,0.89,none,none,none, commended,commended,0.49,Verb,9,8,3,commend,none,none,10.81,1.00,10.13,none,none,10.04 commending,commending,0.04,Verb,10,8,3,commend,none,none,10.81,1.00,10.13,none,none,10.04 commends,commends,0.10,Verb,8,7,2,commend,none,none,10.81,1.00,10.13,none,none,10.04 commensurate,commensurate,0.16,Adjective,12,9,4,commensurate,13.69,0.80,13.69,0.80,none,none,none, comment,comment,12.82,Noun,7,6,2,comment,8.84,1.00,8.84,1.00,none,9.49,none,8.04 commentaries,commentaries,0.20,Noun,12,10,4,commentary,none,none,11.89,1.00,none,none,none, commentary,commentary,1.49,Noun,10,9,4,commentary,11.89,1.00,11.89,1.00,none,none,none, commentate,commentate,0.02,Verb,10,8,3,commentate,11.94,0.89,11.94,0.89,none,none,none, commentator,commentator,2.73,Noun,11,9,4,commentator,10.84,1.00,10.84,1.00,none,none,none, commentators,commentators,0.06,Noun,12,10,4,commentator,none,none,10.84,1.00,none,none,none, commented,commented,0.33,Verb,9,8,3,comment,none,none,8.84,1.00,none,9.49,none,8.04 commenting,commenting,0.43,Verb,10,8,3,comment,none,none,8.84,1.00,none,9.49,none,8.04 comments,comments,4.67,Noun,8,7,2,comment,none,none,8.84,1.00,none,9.49,none,8.04 commerce,commerce,3.47,Noun,8,5,2,commerce,13.44,1.00,13.44,1.00,none,none,none,10.90 commercial,commercial,16.25,Adjective,10,7,3,commercial,6.17,1.00,6.17,1.00,none,10.34,none, commercialism,commercialism,0.18,Noun,13,11,5,commercialism,13.95,1.00,13.95,1.00,none,none,none, commercialization,commercialization,0.08,Noun,17,13,6,commercialization,14.65,1.00,14.65,1.00,none,none,none, commercialize,commercialise,0.06,Verb,13,9,4,commercialize,14.05,1.00,14.05,1.00,none,none,none, commercialized,commercialised,0.08,Verb,14,10,4,commercialize,none,none,14.05,1.00,none,none,none, commercializing,commercialising,0.06,Verb,15,11,5,commercialize,none,none,14.05,1.00,none,none,none, commercials,commercials,4.69,Noun,11,8,3,commercial,none,none,6.17,1.00,none,10.34,none, commie,commie,1.65,Noun,6,4,2,commie,12.69,0.84,12.69,0.84,none,none,none, commies,commies,1.14,Noun,7,5,2,commie,none,none,12.69,0.84,none,none,none, commingle,commingle,0.04,Verb,9,8,3,commingle,13.60,0.83,13.60,0.83,none,none,none, commingled,commingled,0.12,Verb,10,9,3,commingle,none,none,13.60,0.83,none,none,none, commingling,commingling,0.08,Verb,11,10,4,commingle,none,none,13.60,0.83,none,none,none, comminuted,comminuted,0.10,Adjective,10,9,4,comminuted,15.86,0.39,15.86,0.39,none,none,none, commiserate,commiserate,0.18,Verb,11,8,4,commiserate,13.00,0.67,13.00,0.67,none,none,none, commissar,commissar,0.92,Noun,9,7,3,commissar,13.62,0.68,13.62,0.68,none,none,none, commissariat,commissariat,0.06,Noun,12,10,5,commissariat,17.20,0.56,17.20,0.56,none,none,none, commissaries,commissaries,0.02,Noun,12,9,4,commissary,none,none,13.65,0.94,none,none,none, commissars,commissars,0.20,Noun,10,7,3,commissar,none,none,13.62,0.68,none,none,none, commissary,commissary,0.57,Adjective,10,8,4,commissary,13.65,0.94,13.65,0.94,none,none,none, commission,commission,13.78,Noun,10,7,3,commission,14.72,1.00,14.72,1.00,none,none,none, commissioned,commissioned,1.41,Verb,12,8,3,commission,none,none,14.72,1.00,none,none,none, commissioner,commissioner,12.24,Noun,12,8,4,commissioner,13.37,1.00,13.37,1.00,none,none,none, commissioners,commissioners,0.47,Noun,13,9,4,commissioner,none,none,13.37,1.00,none,none,none, commissioning,commissioning,0.08,Verb,13,9,4,commission,none,none,14.72,1.00,none,none,none, commissions,commissions,0.71,Noun,11,8,3,commission,none,none,14.72,1.00,none,none,none, commit,commit,19.29,Verb,6,5,2,commit,10.06,1.00,10.06,1.00,none,none,none,9.13 commitment,commitment,10.78,Noun,10,9,3,commitment,9.33,1.00,9.33,1.00,none,none,none, commitments,commitments,1.14,Noun,11,10,3,commitment,none,none,9.33,1.00,none,none,none, commits,commits,1.29,Verb,7,6,2,commit,none,none,10.06,1.00,none,none,none,9.13 committable,committable,0.04,Adjective,11,9,4,committable,13.56,1.00,13.56,1.00,none,none,none, committal,committal,0.14,Noun,9,7,3,committal,12.94,0.95,12.94,0.95,none,none,none, committed,committed,24.02,Verb,9,7,3,commit,none,none,10.06,1.00,none,none,none,9.13 committee,committee,22.02,Noun,9,6,3,committee,9.83,1.00,9.83,1.00,none,10.19,none, committees,committees,1.08,Noun,10,7,3,committee,none,none,9.83,1.00,none,10.19,none, committeewoman,committeewoman,0.04,Noun,14,11,5,committeewoman,13.75,0.89,13.75,0.89,none,none,none, committing,committing,4.53,Verb,10,7,3,commit,none,none,10.06,1.00,none,none,none,9.13 commode,commode,0.29,Noun,7,5,2,commode,10.56,0.89,10.56,0.89,none,none,none, commodious,commodious,0.02,Adjective,10,8,4,commodious,14.56,0.84,14.56,0.84,none,none,none, commodities,commodities,0.51,Noun,11,9,4,commodity,none,none,13.53,1.00,none,none,none, commodity,commodity,1.65,Noun,9,8,4,commodity,13.53,1.00,13.53,1.00,none,none,none, commodore,commodore,3.61,Noun,9,7,3,commodore,11.56,0.86,11.56,0.86,none,none,none, commodores,commodores,0.22,Noun,10,8,3,commodore,none,none,11.56,0.86,none,none,none, common,common,44.61,Adjective,6,5,2,common,6.94,1.00,6.94,1.00,7.64,none,none,7.88 commonalities,commonalities,0.02,Noun,13,11,5,commonality,none,none,13.21,0.95,none,none,none, commonality,commonality,0.12,Noun,11,10,5,commonality,13.21,0.95,13.21,0.95,none,none,none, commoner,commoner,0.71,Noun,8,6,3,commoner,8.56,1.00,8.56,1.00,none,none,none, commoners,commoners,0.69,Noun,9,7,3,commoner,none,none,8.56,1.00,none,none,none, commonest,commonest,0.06,Adjective,9,8,3,common,none,none,6.94,1.00,7.64,none,none,7.88 commonness,commonness,0.02,Noun,10,7,3,commonness,12.00,0.95,12.00,0.95,none,none,none, commonplace,commonplace,0.78,Adjective,11,9,3,commonplace,10.17,1.00,10.17,1.00,none,none,none, commonsense,commonsense,0.06,Adjective,11,9,3,commonsense,9.00,1.00,9.00,1.00,none,none,none, commonwealth,commonwealth,6.67,Noun,12,9,3,commonwealth,11.94,1.00,11.94,1.00,none,none,none, commotion,commotion,2.08,Noun,9,7,3,commotion,9.62,1.00,9.62,1.00,none,none,none, communal,communal,0.65,Adjective,8,8,3,communal,12.33,1.00,12.33,1.00,none,none,none, communalist,communalist,0.02,Adjective,11,11,4,communalist,15.12,0.84,15.12,0.84,none,none,none, commune,commune,1.31,Noun,7,6,2,commune,12.05,0.95,12.05,0.95,none,none,none,11.49 communed,communed,0.04,Verb,8,7,2,commune,none,none,12.05,0.95,none,none,none,11.49 communes,communes,0.10,Noun,8,7,2,commune,none,none,12.05,0.95,none,none,none,11.49 communicability,communicability,0.02,Noun,15,15,7,communicability,12.59,0.94,12.59,0.94,none,none,none, communicable,communicable,0.24,Adjective,12,12,5,communicable,12.39,0.95,12.39,0.95,none,none,none, communicate,communicate,8.51,Verb,11,10,4,communicate,7.63,1.00,7.63,1.00,9.25,none,none, communicated,communicated,0.94,Verb,12,12,5,communicate,none,none,7.63,1.00,9.25,none,none, communicates,communicates,0.25,Verb,12,11,4,communicate,none,none,7.63,1.00,9.25,none,none, communicating,communicating,2.37,Verb,13,12,5,communicate,none,none,7.63,1.00,9.25,none,none, communication,communication,10.35,Noun,13,12,5,communication,8.47,1.00,8.47,1.00,none,9.92,none, communicational,communicational,0.02,Adjective,15,14,6,communicational,13.72,0.95,13.72,0.95,none,none,none, communications,communications,7.80,Noun,14,13,5,communication,none,none,8.47,1.00,none,9.92,none, communicative,communicative,0.12,Adjective,13,12,5,communicative,10.25,1.00,10.25,1.00,none,none,none, communicator,communicator,0.71,Noun,12,11,5,communicator,9.68,1.00,9.68,1.00,none,none,none, communicators,communicators,0.22,Noun,13,12,5,communicator,none,none,9.68,1.00,none,none,none, communing,communing,0.22,Verb,9,8,3,commune,none,none,12.05,0.95,none,none,none,11.49 communion,communion,2.08,Noun,9,9,3,communion,8.15,1.00,8.15,1.00,none,none,none, communique,communique,0.16,Noun,10,9,4,communique,14.30,0.53,14.30,0.53,none,none,none, communism,communism,2.10,Noun,9,10,4,communism,11.74,1.00,11.74,1.00,12.11,none,none, communist,communist,7.57,Adjective,9,9,3,communist,13.22,1.00,13.22,1.00,12.06,none,none, communistic,communistic,0.08,Adjective,11,11,4,communistic,13.79,1.00,13.79,1.00,none,none,none, communists,communists,4.53,Noun,10,10,3,communist,none,none,13.22,1.00,12.06,none,none, communities,communities,1.33,Noun,11,10,4,community,none,none,7.28,1.00,none,10.28,none, community,community,29.14,Noun,9,9,4,community,7.28,1.00,7.28,1.00,none,10.28,none, commutable,commutable,0.02,Adjective,10,10,4,commutable,12.72,0.95,12.72,0.95,none,none,none, commutation,commutation,0.04,Noun,11,10,4,commutation,11.82,0.58,11.82,0.58,none,none,none, commutator,commutator,0.02,Noun,10,9,4,commutator,13.60,0.56,13.60,0.56,none,none,none, commute,commute,0.88,Verb,7,6,2,commute,9.33,1.00,9.33,1.00,none,none,none,10.51 commuted,commuted,0.35,Verb,8,8,3,commute,none,none,9.33,1.00,none,none,none,10.51 commuter,commuter,0.59,Noun,8,7,3,commuter,12.45,1.00,12.45,1.00,none,none,none, commuters,commuters,0.20,Noun,9,8,3,commuter,none,none,12.45,1.00,none,none,none, commutes,commutes,0.08,Verb,8,7,2,commute,none,none,9.33,1.00,none,none,none,10.51 commuting,commuting,0.41,Verb,9,8,3,commute,none,none,9.33,1.00,none,none,none,10.51 comp,comp,1.67,Noun,4,4,1,comp,16.47,0.83,16.47,0.83,none,none,none, compact,compact,1.69,Noun,7,7,2,compact,10.79,1.00,10.79,1.00,none,none,none,9.13 compacted,compacted,0.06,Adjective,9,9,3,compacted,11.00,1.00,11.00,1.00,none,none,none, compacter,compacter,0.06,Noun,9,8,3,compact,none,none,10.79,1.00,none,none,none,9.13 compactor,compactor,0.16,Noun,9,8,3,compactor,11.00,1.00,11.00,1.00,none,none,none, compacts,compacts,0.10,Verb,8,8,2,compact,none,none,10.79,1.00,none,none,none,9.13 companies,companies,11.39,Noun,9,8,3,company,none,none,6.84,1.00,none,8.66,none, companion,companion,6.33,Noun,9,9,3,companion,9.58,1.00,9.58,1.00,none,none,none, companionable,companionable,0.08,Adjective,13,13,5,companionable,12.12,0.89,12.12,0.89,none,none,none, companions,companions,2.33,Noun,10,10,3,companion,none,none,9.58,1.00,none,none,none, companionship,companionship,1.88,Noun,13,12,4,companionship,10.83,1.00,10.83,1.00,none,none,none, companionway,companionway,0.08,Noun,12,11,4,companionway,12.58,0.67,12.58,0.67,none,none,none, company,company,147.20,Noun,7,7,3,company,6.84,1.00,6.84,1.00,none,8.66,none, comparable,comparable,0.47,Adjective,10,9,4,comparable,9.37,1.00,9.37,1.00,none,none,none, comparative,comparative,0.80,Adjective,11,10,4,comparative,11.94,1.00,11.94,1.00,none,none,none, comparatives,comparatives,0.02,Noun,12,11,4,comparative,none,none,11.94,1.00,none,none,none, compare,compare,8.35,Verb,7,6,2,compare,8.57,1.00,8.57,1.00,none,8.00,none,8.04 compared,compared,10.53,Verb,8,7,2,compare,none,none,8.57,1.00,none,8.00,none,8.04 compares,compares,0.84,Verb,8,7,2,compare,none,none,8.57,1.00,none,8.00,none,8.04 comparing,comparing,2.20,Verb,9,8,3,compare,none,none,8.57,1.00,none,8.00,none,8.04 comparison,comparison,3.67,Noun,10,10,4,comparison,9.27,1.00,9.27,1.00,none,none,none, comparisons,comparisons,0.37,Noun,11,11,4,comparison,none,none,9.27,1.00,none,none,none, compartment,compartment,5.96,Noun,11,11,3,compartment,8.44,1.00,8.44,1.00,none,none,none, compartmentalization,compartmentalization,0.04,Noun,20,19,7,compartmentalization,13.11,1.00,13.11,1.00,none,none,none, compartmentalize,compartmentalise,0.22,Verb,16,15,5,compartmentalize,14.94,0.95,14.94,0.95,none,none,none, compartmentalized,compartmentalised,0.10,Verb,17,16,5,compartmentalize,none,none,14.94,0.95,none,none,none, compartmentalizing,compartmentalising,0.04,Verb,18,17,6,compartmentalize,none,none,14.94,0.95,none,none,none, compartments,compartments,0.76,Noun,12,12,3,compartment,none,none,8.44,1.00,none,none,none, compass,compass,4.06,Noun,7,6,2,compass,8.44,1.00,8.44,1.00,none,8.39,none,8.20 compasses,compasses,0.12,Noun,9,8,3,compass,none,none,8.44,1.00,none,8.39,none,8.20 compassion,compassion,6.25,Noun,10,8,3,compassion,9.05,1.00,9.05,1.00,10.99,none,none, compassionate,compassionate,1.78,Adjective,13,10,4,compassionate,11.74,1.00,11.74,1.00,none,none,none, compatibility,compatibility,0.45,Noun,13,13,6,compatibility,10.72,1.00,10.72,1.00,none,none,none, compatible,compatible,2.35,Adjective,10,10,4,compatible,10.16,1.00,10.16,1.00,none,none,none, compatriot,compatriot,0.08,Noun,10,10,4,compatriot,12.44,0.84,12.44,0.84,none,11.22,none, compatriots,compatriots,0.18,Noun,11,11,4,compatriot,none,none,12.44,0.84,none,11.22,none, compeer,compeer,Err:512,Err:512,7,6,3,compeer,NA,0.00,NA,0.00,none,none,none, compeers,compeers,0.02,Noun,8,7,3,compeer,none,none,NA,0.00,none,none,none, compel,compel,1.02,Verb,6,6,2,compel,12.61,1.00,12.61,1.00,none,none,none,10.51 compelled,compelled,2.71,Verb,9,7,2,compel,none,none,12.61,1.00,none,none,none,10.51 compelling,compelling,1.90,Adjective,10,8,3,compelling,9.06,1.00,9.06,1.00,none,none,none, compels,compels,0.65,Verb,7,7,2,compel,none,none,12.61,1.00,none,none,none,10.51 compendium,compendium,0.24,Noun,10,10,4,compendium,12.57,0.78,12.57,0.78,none,none,none, compensate,compensate,2.43,Verb,10,9,3,compensate,11.60,1.00,11.60,1.00,11.41,none,none, compensated,compensated,0.78,Verb,11,11,4,compensate,none,none,11.60,1.00,11.41,none,none, compensates,compensates,0.10,Verb,11,10,3,compensate,none,none,11.60,1.00,11.41,none,none, compensating,compensating,0.35,Verb,12,11,4,compensate,none,none,11.60,1.00,11.41,none,none, compensation,compensation,2.14,Noun,12,11,4,compensation,11.80,1.00,11.80,1.00,none,none,none, compensations,compensations,0.33,Noun,13,12,4,compensation,none,none,11.80,1.00,none,none,none, compensator,compensator,0.06,Noun,11,10,4,compensator,13.37,1.00,13.37,1.00,none,none,none, compensators,compensators,0.02,Noun,12,11,4,compensator,none,none,13.37,1.00,none,none,none, compensatory,compensatory,0.22,Adjective,12,12,5,compensatory,14.18,0.85,14.18,0.85,none,none,none, compete,compete,8.47,Verb,7,6,2,compete,6.94,1.00,6.94,1.00,none,7.60,none,8.20 competed,competed,0.41,Verb,8,8,3,compete,none,none,6.94,1.00,none,7.60,none,8.20 competence,competence,0.88,Noun,10,9,3,competence,12.58,1.00,12.58,1.00,none,none,none, competences,competences,0.04,Noun,11,11,4,competence,none,none,12.58,1.00,none,none,none, competency,competency,0.24,Noun,10,10,4,competency,10.95,1.00,10.95,1.00,none,none,none, competent,competent,2.43,Adjective,9,9,3,competent,11.75,1.00,11.75,1.00,none,none,none, competes,competes,0.16,Verb,8,7,2,compete,none,none,6.94,1.00,none,7.60,none,8.20 competing,competing,3.76,Verb,9,8,3,compete,none,none,6.94,1.00,none,7.60,none,8.20 competition,competition,20.90,Noun,11,10,4,competition,7.85,1.00,7.85,1.00,none,7.62,none, competitions,competitions,0.67,Noun,12,11,4,competition,none,none,7.85,1.00,none,7.62,none, competitive,competitive,4.20,Adjective,11,10,4,competitive,9.06,1.00,9.06,1.00,none,none,none, competitiveness,competitiveness,0.14,Noun,15,13,5,competitiveness,10.37,1.00,10.37,1.00,none,none,none, competitor,competitor,1.37,Noun,10,9,4,competitor,9.06,1.00,9.06,1.00,none,none,none, competitors,competitors,2.14,Noun,11,10,4,competitor,none,none,9.06,1.00,none,none,none, compilation,compilation,0.27,Noun,11,10,4,compilation,13.56,0.89,13.56,0.89,none,none,none, compile,compile,0.53,Verb,7,6,2,compile,10.79,1.00,10.79,1.00,none,none,none,10.41 compiled,compiled,0.57,Verb,8,7,2,compile,none,none,10.79,1.00,none,none,none,10.41 compiler,compiler,0.14,Noun,8,7,3,compiler,12.56,1.00,12.56,1.00,none,none,none, compiles,compiles,0.02,Verb,8,7,2,compile,none,none,10.79,1.00,none,none,none,10.41 compiling,compiling,0.35,Verb,9,8,3,compile,none,none,10.79,1.00,none,none,none,10.41 complacency,complacency,0.27,Noun,11,11,4,complacency,13.50,1.00,13.50,1.00,none,none,none, complacent,complacent,0.43,Adjective,10,10,3,complacent,14.35,1.00,14.35,1.00,none,none,none, complain,complain,12.55,Verb,8,7,2,complain,7.28,1.00,7.28,1.00,7.37,none,none,6.26 complainant,complainant,0.31,Noun,11,10,3,complainant,13.75,0.89,13.75,0.89,none,none,none, complainants,complainants,0.08,Noun,12,11,3,complainant,none,none,13.75,0.89,none,none,none, complained,complained,3.51,Verb,10,8,2,complain,none,none,7.28,1.00,7.37,none,none,6.26 complainer,complainer,0.10,Noun,10,8,3,complainer,7.59,0.94,7.59,0.94,none,none,none, complainers,complainers,0.06,Noun,11,9,3,complainer,none,none,7.59,0.94,none,none,none, complaining,complaining,11.20,Verb,11,9,3,complain,none,none,7.28,1.00,7.37,none,none,6.26 complains,complains,1.59,Verb,9,8,2,complain,none,none,7.28,1.00,7.37,none,none,6.26 complaint,complaint,10.16,Noun,9,8,2,complaint,7.84,1.00,7.84,1.00,7.96,none,none,8.79 complaints,complaints,6.84,Noun,10,9,2,complaint,none,none,7.84,1.00,7.96,none,none,8.79 complaisance,complaisance,Err:512,Err:512,12,10,3,complaisance,14.91,0.58,14.91,0.58,none,none,none, complement,complement,0.76,Noun,10,10,3,complement,10.22,1.00,10.22,1.00,none,none,none, complementary,complementary,0.25,Adjective,13,12,4,complementary,10.56,1.00,10.56,1.00,none,none,none, complemented,complemented,0.08,Verb,12,12,4,complement,none,none,10.22,1.00,none,none,none, complementing,complementing,0.02,Verb,13,12,4,complement,none,none,10.22,1.00,none,none,none, complements,complements,0.12,Verb,11,11,3,complement,none,none,10.22,1.00,none,none,none, complete,complete,51.69,Adjective,8,7,2,complete,6.58,1.00,6.58,1.00,none,none,none,6.61 completed,completed,7.67,Verb,9,9,3,complete,none,none,6.58,1.00,none,none,none,6.61 completeness,completeness,0.14,Noun,12,10,3,completeness,9.63,0.95,9.63,0.95,none,none,none, completes,completes,0.90,Verb,9,8,2,complete,none,none,6.58,1.00,none,none,none,6.61 completing,completing,0.84,Verb,10,9,3,complete,none,none,6.58,1.00,none,none,none,6.61 completion,completion,1.55,Noun,10,9,3,completion,8.56,1.00,8.56,1.00,none,none,none, complex,complex,13.12,Adjective,7,8,2,complex,11.21,1.00,11.21,1.00,none,10.87,none,10.13 complexes,complexes,0.49,Noun,9,10,3,complex,none,none,11.21,1.00,none,10.87,none,10.13 complexion,complexion,1.92,Noun,10,9,3,complexion,11.42,1.00,11.42,1.00,none,none,none, complexions,complexions,0.04,Noun,11,10,3,complexion,none,none,11.42,1.00,none,none,none, complexities,complexities,0.27,Noun,12,12,4,complexity,none,none,12.16,1.00,none,none,none, complexity,complexity,0.80,Noun,10,11,4,complexity,12.16,1.00,12.16,1.00,none,none,none, compliance,compliance,0.98,Noun,10,9,3,compliance,13.48,1.00,13.48,1.00,none,none,none, compliant,compliant,0.16,Adjective,9,9,3,compliant,11.94,1.00,11.94,1.00,none,none,none, complicate,complicate,1.47,Verb,10,9,3,complicate,9.32,1.00,9.32,1.00,none,none,none, complicated,complicated,27.16,Adjective,11,11,4,complicated,8.39,1.00,8.39,1.00,none,none,none, complicates,complicates,0.37,Verb,11,10,3,complicate,none,none,9.32,1.00,none,none,none, complication,complication,1.39,Noun,12,11,4,complication,9.50,1.00,9.50,1.00,none,10.39,none, complications,complications,4.06,Noun,13,12,4,complication,none,none,9.50,1.00,none,10.39,none, complicit,complicit,0.35,Noun,9,9,3,complicit,13.41,0.94,13.41,0.94,none,none,none, complicity,complicity,0.41,Noun,10,10,4,complicity,13.67,0.82,13.67,0.82,none,none,none, complied,complied,0.25,Verb,8,7,2,comply,none,none,10.53,1.00,none,none,none,11.29 complies,complies,0.14,Verb,8,7,2,comply,none,none,10.53,1.00,none,none,none,11.29 compliment,compliment,10.25,Noun,10,10,3,compliment,7.11,1.00,7.11,1.00,none,9.98,none, complimentary,complimentary,1.88,Adjective,13,12,5,complimentary,10.33,1.00,10.33,1.00,none,none,none, complimented,complimented,0.47,Verb,12,12,4,compliment,none,none,7.11,1.00,none,9.98,none, complimenting,complimenting,0.53,Verb,13,12,4,compliment,none,none,7.11,1.00,none,9.98,none, compliments,compliments,6.92,Noun,11,11,3,compliment,none,none,7.11,1.00,none,9.98,none, comply,comply,2.31,Verb,6,6,2,comply,10.53,1.00,10.53,1.00,none,none,none,11.29 complying,complying,0.27,Verb,9,8,3,comply,none,none,10.53,1.00,none,none,none,11.29 component,component,1.59,Noun,9,9,3,component,10.78,1.00,10.78,1.00,none,none,none, components,components,1.65,Noun,10,10,3,component,none,none,10.78,1.00,none,none,none, comport,comport,0.12,Verb,7,7,2,comport,14.38,0.72,14.38,0.72,none,none,none, comporting,comporting,0.04,Verb,10,9,3,comport,none,none,14.38,0.72,none,none,none, comportment,comportment,0.04,Noun,11,11,3,comportment,15.88,0.44,15.88,0.44,none,none,none, compose,compose,1.57,Verb,7,6,2,compose,9.16,1.00,9.16,1.00,9.14,none,none,9.76 composed,composed,1.90,Verb,8,7,2,compose,none,none,9.16,1.00,9.14,none,none,9.76 composer,composer,2.49,Noun,8,7,3,composer,9.33,0.95,9.33,0.95,none,9.13,none, composers,composers,0.45,Noun,9,8,3,composer,none,none,9.33,0.95,none,9.13,none, composes,composes,0.06,Verb,8,8,3,compose,none,none,9.16,1.00,9.14,none,none,9.76 composing,composing,0.94,Verb,9,8,3,compose,none,none,9.16,1.00,9.14,none,none,9.76 composite,composite,1.25,Adjective,9,8,3,composite,12.15,1.00,12.15,1.00,none,none,none, composites,composites,0.02,Noun,10,9,3,composite,none,none,12.15,1.00,none,none,none, composition,composition,2.43,Noun,11,10,4,composition,9.44,1.00,9.44,1.00,none,none,none, compositional,compositional,0.02,Adjective,13,12,5,compositional,14.50,0.89,14.50,0.89,none,none,none, compositions,compositions,0.47,Noun,12,11,4,composition,none,none,9.44,1.00,none,none,none, compost,compost,0.55,Noun,7,7,2,compost,9.72,1.00,9.72,1.00,none,none,none,10.41 composure,composure,0.29,Noun,9,7,3,composure,12.30,1.00,12.30,1.00,none,none,none, compote,compote,0.10,Noun,7,6,2,compote,14.00,0.58,14.00,0.58,none,none,none, compound,compound,7.08,Noun,8,7,2,compound,11.26,1.00,11.26,1.00,11.51,none,none,10.51 compounded,compounded,0.37,Verb,10,9,3,compound,none,none,11.26,1.00,11.51,none,none,10.51 compounder,compounder,0.02,Noun,10,8,3,compounder,12.62,0.89,12.62,0.89,none,none,none, compounding,compounding,0.08,Verb,11,9,3,compound,none,none,11.26,1.00,11.51,none,none,10.51 compounds,compounds,0.59,Noun,9,8,2,compound,none,none,11.26,1.00,11.51,none,none,10.51 comprehend,comprehend,1.84,Verb,10,10,3,comprehend,11.16,1.00,11.16,1.00,10.53,none,none, comprehended,comprehended,0.02,Verb,12,12,4,comprehend,none,none,11.16,1.00,10.53,none,none, comprehending,comprehending,0.14,Verb,13,12,4,comprehend,none,none,11.16,1.00,10.53,none,none, comprehends,comprehends,0.08,Verb,11,11,3,comprehend,none,none,11.16,1.00,10.53,none,none, comprehensible,comprehensible,0.20,Adjective,14,14,5,comprehensible,11.22,1.00,11.22,1.00,none,none,none, comprehension,comprehension,1.08,Noun,13,12,4,comprehension,10.05,1.00,10.05,1.00,none,none,none, comprehensions,comprehensions,0.02,Noun,14,13,4,comprehension,none,none,10.05,1.00,none,none,none, comprehensive,comprehensive,1.14,Adjective,13,12,4,comprehensive,12.74,1.00,12.74,1.00,none,none,none, comprehensiveness,comprehensiveness,0.02,Noun,17,15,5,comprehensiveness,12.83,1.00,12.83,1.00,none,none,none, compress,compress,0.61,Noun,8,7,2,compress,10.33,1.00,10.33,1.00,none,none,none,10.04 compressed,compressed,0.90,Adjective,10,8,2,compressed,10.68,1.00,10.68,1.00,none,none,none, compresses,compresses,0.31,Verb,10,9,3,compress,none,none,10.33,1.00,none,none,none,10.04 compressing,compressing,0.10,Verb,11,9,3,compress,none,none,10.33,1.00,none,none,none,10.04 compression,compression,1.24,Noun,11,9,3,compression,11.83,1.00,11.83,1.00,none,12.28,none, compressions,compressions,1.61,Noun,12,10,3,compression,none,none,11.83,1.00,none,12.28,none, compressor,compressor,0.49,Noun,10,8,3,compressor,12.32,1.00,12.32,1.00,none,none,none, compressors,compressors,0.04,Noun,11,9,3,compressor,none,none,12.32,1.00,none,none,none, comprise,comprise,0.18,Verb,8,7,2,comprise,12.06,1.00,12.06,1.00,none,none,none, comprised,comprised,0.47,Verb,9,8,2,comprise,none,none,12.06,1.00,none,none,none, comprises,comprises,0.08,Verb,9,9,3,comprise,none,none,12.06,1.00,none,none,none, comprising,comprising,0.08,Verb,10,9,3,comprise,none,none,12.06,1.00,none,none,none, compromise,compromise,7.02,Verb,10,9,3,compromise,9.10,1.00,9.10,1.00,11.31,none,none, compromised,compromised,4.92,Verb,11,10,3,compromise,none,none,9.10,1.00,11.31,none,none, compromiser,compromiser,0.02,Noun,11,10,4,compromiser,11.44,0.89,11.44,0.89,none,none,none, compromises,compromises,1.02,Noun,11,11,4,compromise,none,none,9.10,1.00,11.31,none,none, compromising,compromising,1.47,Verb,12,11,4,compromise,none,none,9.10,1.00,11.31,none,none, comps,comps,0.31,Noun,5,5,1,comp,none,none,16.47,0.83,none,none,none, comptroller,comptroller,0.06,Noun,11,8,3,controller,none,none,10.32,1.00,none,none,none, compulsion,compulsion,1.24,Noun,10,9,3,compulsion,14.05,1.00,14.05,1.00,none,none,none, compulsions,compulsions,0.22,Noun,11,10,3,compulsion,none,none,14.05,1.00,none,none,none, compulsive,compulsive,1.92,Adjective,10,9,3,compulsive,12.79,1.00,12.79,1.00,none,none,none, compulsiveness,compulsiveness,0.02,Noun,14,12,4,compulsiveness,11.44,1.00,11.44,1.00,none,none,none, compulsives,compulsives,0.06,Noun,11,10,3,compulsive,none,none,12.79,1.00,none,none,none, compulsories,compulsories,0.04,Noun,12,10,4,compulsory,none,none,12.16,1.00,none,none,none, compulsory,compulsory,0.73,Adjective,10,9,4,compulsory,12.16,1.00,12.16,1.00,none,none,none, compunction,compunction,0.25,Noun,11,10,3,compunction,14.82,0.61,14.82,0.61,none,none,none, compunctious,compunctious,0.06,Adjective,12,9,3,compunctious,14.14,0.39,14.14,0.39,none,none,none, computation,computation,0.08,Noun,11,11,4,computation,12.18,0.94,12.18,0.94,none,none,none, computational,computational,0.02,Adjective,13,13,5,computational,12.29,0.89,12.29,0.89,none,none,none, computations,computations,0.20,Noun,12,12,4,computation,none,none,12.18,0.94,none,none,none, compute,compute,0.71,Verb,7,7,2,compute,10.95,1.00,10.95,1.00,none,none,none,10.60 computed,computed,0.41,Verb,8,9,3,compute,none,none,10.95,1.00,none,none,none,10.60 computer,computer,59.04,Noun,8,8,3,computer,9.70,1.00,9.70,1.00,none,none,none, computerization,computerization,0.02,Noun,15,14,6,computerization,13.24,0.89,13.24,0.89,none,none,none, computerize,computerise,0.02,Verb,11,10,4,computerize,12.17,1.00,12.17,1.00,none,none,none, computerized,computerised,0.69,Adjective,12,11,4,computerized,10.11,1.00,10.11,1.00,none,none,none, computers,computers,10.80,Noun,9,9,3,computer,none,none,9.70,1.00,none,none,none, computes,computes,0.04,Verb,8,8,2,compute,none,none,10.95,1.00,none,none,none,10.60 computing,computing,0.43,Noun,9,9,3,computing,10.36,1.00,10.36,1.00,12.50,none,none, comrade,comrade,8.55,Noun,7,6,2,comrade,10.38,0.89,10.38,0.89,none,9.71,none, comrades,comrades,4.78,Noun,8,7,2,comrade,none,none,10.38,0.89,none,9.71,none, comradeship,comradeship,0.16,Noun,11,9,3,comradeship,12.56,0.95,12.56,0.95,none,none,none, con,con,12.63,Noun,3,3,1,con,9.64,1.00,9.64,1.00,none,none,9.68, concatenate,concatenate,0.04,Verb,11,10,4,concatenate,16.67,0.29,16.67,0.29,none,none,none, concatenation,concatenation,0.02,Noun,13,12,5,concatenation,14.88,0.44,14.88,0.44,none,none,none, concave,concave,0.18,Adjective,7,6,2,concave,11.50,1.00,11.50,1.00,none,none,none, conceal,conceal,2.53,Verb,7,6,2,conceal,10.81,1.00,10.81,1.00,none,9.43,none,10.32 concealable,concealable,0.02,Adjective,11,10,4,concealable,11.11,0.95,11.11,0.95,none,none,none, concealing,concealing,0.98,Verb,10,8,3,conceal,none,none,10.81,1.00,none,9.43,none,10.32 concealment,concealment,0.51,Noun,11,10,3,concealment,10.62,0.89,10.62,0.89,none,none,none, conceals,conceals,0.18,Verb,8,7,2,conceal,none,none,10.81,1.00,none,9.43,none,10.32 concede,concede,1.04,Verb,7,6,2,concede,12.00,0.95,12.00,0.95,none,none,none,11.39 conceded,conceded,0.18,Verb,8,8,3,concede,none,none,12.00,0.95,none,none,none,11.39 concedes,concedes,0.02,Verb,8,7,2,concede,none,none,12.00,0.95,none,none,none,11.39 conceding,conceding,0.12,Verb,9,8,3,concede,none,none,12.00,0.95,none,none,none,11.39 conceit,conceit,0.47,Noun,7,6,2,conceit,12.30,1.00,12.30,1.00,none,none,none, conceited,conceited,1.84,Adjective,9,8,3,conceited,12.06,1.00,12.06,1.00,none,none,none, conceits,conceits,0.02,Noun,8,7,2,conceit,none,none,12.30,1.00,none,none,none, conceivable,conceivable,1.20,Adjective,11,10,4,conceivable,11.50,1.00,11.50,1.00,none,none,none, conceive,conceive,2.29,Verb,8,6,2,conceive,10.39,1.00,10.39,1.00,none,none,none,9.58 conceived,conceived,3.18,Verb,9,7,2,conceive,none,none,10.39,1.00,none,none,none,9.58 conceives,conceives,0.08,Verb,9,7,2,conceive,none,none,10.39,1.00,none,none,none,9.58 conceiving,conceiving,0.25,Verb,10,8,3,conceive,none,none,10.39,1.00,none,none,none,9.58 concentrate,concentrate,15.65,Verb,11,10,3,concentrate,8.16,1.00,8.16,1.00,8.23,none,none, concentrates,concentrates,0.16,Verb,12,11,3,concentrate,none,none,8.16,1.00,8.23,none,none, concentrating,concentrating,2.12,Verb,13,12,4,concentrate,none,none,8.16,1.00,8.23,none,none, concentration,concentration,5.53,Noun,13,12,4,concentration,8.35,1.00,8.35,1.00,none,none,none, concentrations,concentrations,0.22,Noun,14,13,4,concentration,none,none,8.35,1.00,none,none,none, concentrator,concentrator,0.10,Noun,12,11,4,concentrator,12.55,1.00,12.55,1.00,none,none,none, concentric,concentric,0.27,Adjective,10,10,3,concentric,12.08,0.72,12.08,0.72,none,none,none, concept,concept,10.84,Noun,7,7,2,concept,11.44,1.00,11.44,1.00,11.58,11.19,none,9.67 conception,conception,2.08,Noun,10,9,3,conception,11.28,1.00,11.28,1.00,none,none,none, conceptions,conceptions,0.10,Noun,11,10,3,conception,none,none,11.28,1.00,none,none,none, concepts,concepts,1.43,Noun,8,8,2,concept,none,none,11.44,1.00,11.58,11.19,none,9.67 conceptual,conceptual,0.24,Adjective,10,10,4,conceptual,13.28,1.00,13.28,1.00,none,none,none, conceptualize,conceptualise,0.06,Verb,13,13,5,conceptualize,15.31,0.89,15.31,0.89,none,none,none, conceptualized,conceptualised,0.06,Verb,14,14,5,conceptualize,none,none,15.31,0.89,none,none,none, concern,concern,26.12,Noun,7,6,2,concern,7.42,1.00,7.42,1.00,none,8.81,none,9.22 concerned,concerned,44.33,Adjective,9,7,2,concerned,8.79,1.00,8.79,1.00,none,none,none, concerning,concerning,4.90,Preposition,10,8,3,concerning,8.45,1.00,8.45,1.00,none,none,none, concerns,concerns,10.22,Verb,8,7,2,concern,none,none,7.42,1.00,none,8.81,none,9.22 concert,concert,17.55,Noun,7,6,2,concert,8.95,1.00,8.95,1.00,none,7.71,none,6.82 concerted,concerted,0.06,Adjective,9,8,3,concerted,14.88,0.84,14.88,0.84,none,none,none, concertina,concertina,0.14,Noun,10,9,4,concertina,13.40,0.75,13.40,0.75,none,none,none, concerto,concerto,0.94,Noun,8,8,3,concerto,12.89,0.90,12.89,0.90,none,none,none, concertos,concertos,0.04,Noun,9,9,3,concerto,none,none,12.89,0.90,none,none,none, concerts,concerts,1.86,Noun,8,7,2,concert,none,none,8.95,1.00,none,7.71,none,6.82 concession,concession,1.35,Noun,10,8,3,concession,9.33,0.95,9.33,0.95,none,none,none, concessionary,concessionary,0.02,Adjective,13,11,5,concessionary,14.43,0.78,14.43,0.78,none,none,none, concessions,concessions,0.67,Noun,11,9,3,concession,none,none,9.33,0.95,none,none,none, conch,conch,0.39,Noun,5,4,1,conch,10.50,0.86,10.50,0.86,none,none,none, conches,conches,0.02,Noun,7,6,2,conch,none,none,10.50,0.86,none,none,none, conchie,conchie,0.02,Noun,7,5,2,conchie,14.00,0.32,14.00,0.32,none,none,none, conchs,conchs,Err:512,Err:512,6,5,1,conchs,13.80,0.79,13.80,0.79,none,none,none, concierge,concierge,1.43,Noun,9,8,3,concierge,12.19,0.84,12.19,0.84,none,none,none, conciliation,conciliation,0.08,Noun,12,11,5,conciliation,14.44,0.84,14.44,0.84,none,none,none, conciliatory,conciliatory,0.06,Adjective,12,12,6,conciliatory,14.21,0.74,14.21,0.74,none,none,none, concise,concise,0.43,Adjective,7,6,2,concise,12.60,1.00,12.60,1.00,none,none,none, conclave,conclave,0.04,Noun,8,7,2,conclave,12.93,0.79,12.93,0.79,none,none,none, conclude,conclude,2.49,Verb,8,7,2,conclude,10.48,1.00,10.48,1.00,none,none,none,9.22 concluded,concluded,2.20,Verb,9,9,3,conclude,none,none,10.48,1.00,none,none,none,9.22 concludes,concludes,2.24,Verb,9,8,2,conclude,none,none,10.48,1.00,none,none,none,9.22 conclusion,conclusion,9.12,Noun,10,9,3,conclusion,9.44,1.00,9.44,1.00,none,10.54,none, conclusions,conclusions,4.86,Noun,11,10,3,conclusion,none,none,9.44,1.00,none,10.54,none, conclusive,conclusive,1.20,Adjective,10,9,3,conclusive,11.78,1.00,11.78,1.00,none,none,none, concoct,concoct,0.27,Verb,7,7,2,concoct,10.76,0.89,10.76,0.89,none,11.24,none, concocted,concocted,0.53,Verb,9,9,3,concoct,none,none,10.76,0.89,none,11.24,none, concocting,concocting,0.24,Verb,10,9,3,concoct,none,none,10.76,0.89,none,11.24,none, concoction,concoction,0.39,Noun,10,9,3,concoction,10.19,0.84,10.19,0.84,none,none,none, concoctions,concoctions,0.06,Noun,11,10,3,concoction,none,none,10.19,0.84,none,none,none, concomitant,concomitant,0.06,Adjective,11,11,4,concomitant,16.22,0.47,16.22,0.47,none,none,none, concordance,concordance,0.02,Noun,11,10,3,concordance,14.54,0.68,14.54,0.68,none,none,none, concourse,concourse,0.67,Noun,9,7,2,concourse,13.94,0.84,13.94,0.84,none,none,none, concrete,concrete,7.43,Adjective,8,7,2,concrete,7.44,1.00,7.44,1.00,none,none,none,7.26 concubinage,concubinage,Err:512,Err:512,11,11,4,concubinage,15.13,0.79,15.13,0.79,none,none,none, concubine,concubine,1.25,Noun,9,9,3,concubine,12.60,0.91,12.60,0.91,none,none,none, concubines,concubines,0.51,Noun,10,10,3,concubine,none,none,12.60,0.91,none,none,none, concur,concur,1.20,Verb,6,5,2,concur,11.69,0.89,11.69,0.89,none,none,none,11.29 concurred,concurred,0.14,Verb,9,6,2,concur,none,none,11.69,0.89,none,none,none,11.29 concurrence,concurrence,0.04,Noun,11,8,3,concurrence,10.67,0.79,10.67,0.79,none,12.58,none, concurrent,concurrent,0.22,Adjective,10,8,3,concurrent,12.72,0.95,12.72,0.95,none,none,none, concurs,concurs,0.16,Verb,7,6,2,concur,none,none,11.69,0.89,none,none,none,11.29 concuss,concuss,0.02,Verb,7,6,2,concuss,13.00,0.74,13.00,0.74,none,none,none, concussion,concussion,4.49,Noun,10,8,3,concussion,10.80,1.00,10.80,1.00,none,none,none, concussions,concussions,0.25,Noun,11,9,3,concussion,none,none,10.80,1.00,none,none,none, concussive,concussive,0.08,Adjective,10,8,3,concussive,13.94,0.80,13.94,0.80,none,none,none, condemn,condemn,2.37,Verb,7,6,2,condemn,12.50,1.00,12.50,1.00,9.97,none,none,11.29 condemnation,condemnation,0.47,Noun,12,11,4,condemnation,13.15,0.95,13.15,0.95,11.04,none,none, condemnations,condemnations,0.02,Noun,13,12,4,condemnation,none,none,13.15,0.95,11.04,none,none, condemned,condemned,4.55,Verb,9,7,2,condemn,none,none,12.50,1.00,9.97,none,none,11.29 condemning,condemning,0.90,Verb,10,8,3,condemn,none,none,12.50,1.00,9.97,none,none,11.29 condemns,condemns,0.24,Verb,8,7,2,condemn,none,none,12.50,1.00,9.97,none,none,11.29 condensates,condensates,0.02,Noun,11,10,3,condensates,11.06,0.95,11.06,0.95,none,none,none, condensation,condensation,0.33,Noun,12,11,4,condensation,12.11,1.00,12.11,1.00,none,none,none, condense,condense,0.27,Verb,8,7,2,condense,11.30,1.00,11.30,1.00,none,none,none, condensed,condensed,0.39,Adjective,9,8,2,condensed,12.06,1.00,12.06,1.00,none,none,none, condenser,condenser,0.14,Noun,9,8,3,condenser,12.32,1.00,12.32,1.00,none,none,none, condensers,condensers,0.16,Noun,10,9,3,condenser,none,none,12.32,1.00,none,none,none, condenses,condenses,0.12,Noun,9,9,3,condense,none,none,11.30,1.00,none,none,none, condescend,condescend,0.31,Verb,10,9,3,condescend,11.80,1.00,11.80,1.00,none,none,none, condescending,condescending,1.29,Adjective,13,11,4,condescending,11.95,0.95,11.95,0.95,none,none,none, condescension,condescension,0.18,Noun,13,11,4,condescension,14.07,0.78,14.07,0.78,none,none,none, condign,condign,Err:512,Err:512,7,6,2,condign,19.00,0.05,19.00,0.05,none,none,none, condiment,condiment,0.16,Noun,9,9,3,condiment,9.45,1.00,9.45,1.00,none,none,none, condiments,condiments,0.61,Noun,10,10,3,condiment,none,none,9.45,1.00,none,none,none, condition,condition,37.96,Noun,9,8,3,condition,8.42,1.00,8.42,1.00,none,9.13,none, conditional,conditional,0.31,Adjective,11,10,4,conditional,11.21,1.00,11.21,1.00,none,none,none, conditionals,conditionals,0.02,Noun,12,11,4,conditional,none,none,11.21,1.00,none,none,none, conditioned,conditioned,1.49,Verb,11,9,3,condition,none,none,8.42,1.00,none,9.13,none, conditioner,conditioner,2.16,Noun,11,9,4,conditioner,7.68,1.00,7.68,1.00,none,none,none, conditioners,conditioners,0.18,Noun,12,10,4,conditioner,none,none,7.68,1.00,none,none,none, conditioning,conditioning,3.84,Noun,12,10,4,conditioning,10.61,1.00,10.61,1.00,none,none,none, conditions,conditions,12.69,Noun,10,9,3,condition,none,none,8.42,1.00,none,9.13,none, condo,condo,4.22,Noun,5,5,2,condo,11.68,1.00,11.68,1.00,none,none,none,9.85 condole,condole,0.02,Noun,7,6,2,condole,14.75,0.63,14.75,0.63,none,none,none, condoled,condoled,0.02,Verb,8,7,2,condole,none,none,14.75,0.63,none,none,none, condolence,condolence,0.33,Noun,10,9,3,condolence,12.44,1.00,12.44,1.00,none,none,none, condolences,condolences,3.18,Noun,11,11,4,condolence,none,none,12.44,1.00,none,none,none, condom,condom,5.16,Noun,6,6,2,condom,12.00,1.00,12.00,1.00,none,none,none,13.40 condominium,condominium,0.33,Noun,11,11,5,condominium,12.05,1.00,12.05,1.00,none,none,none, condominiums,condominiums,0.31,Noun,12,12,5,condominium,none,none,12.05,1.00,none,none,none, condoms,condoms,5.02,Noun,7,7,2,condom,none,none,12.00,1.00,none,none,none,13.40 condone,condone,1.16,Verb,7,6,2,condone,12.25,1.00,12.25,1.00,none,none,none,12.32 condoned,condoned,0.18,Verb,8,7,2,condone,none,none,12.25,1.00,none,none,none,12.32 condones,condones,0.14,Verb,8,7,2,condone,none,none,12.25,1.00,none,none,none,12.32 condoning,condoning,0.14,Verb,9,8,3,condone,none,none,12.25,1.00,none,none,none,12.32 condor,condor,1.18,Noun,6,5,2,condor,13.57,0.78,13.57,0.78,none,none,none,13.07 condors,condors,0.08,Noun,7,6,2,condor,none,none,13.57,0.78,none,none,none,13.07 condos,condos,1.12,Noun,6,6,2,condo,none,none,11.68,1.00,none,none,none,9.85 conducive,conducive,0.45,Adjective,9,8,3,conducive,13.61,0.95,13.61,0.95,none,none,none, conduct,conduct,11.10,Verb,7,7,2,conduct,8.58,1.00,8.58,1.00,8.29,none,none,9.85 conducted,conducted,3.20,Verb,9,9,3,conduct,none,none,8.58,1.00,8.29,none,none,9.85 conducting,conducting,3.71,Verb,10,9,3,conduct,none,none,8.58,1.00,8.29,none,none,9.85 conduction,conduction,0.12,Noun,10,9,3,conduction,11.00,0.89,11.00,0.89,none,none,none, conductive,conductive,0.25,Adjective,10,9,3,conductive,11.61,1.00,11.61,1.00,none,none,none, conductivity,conductivity,0.06,Noun,12,12,5,conductivity,14.15,1.00,14.15,1.00,none,none,none, conductor,conductor,3.04,Noun,9,8,3,conductor,7.44,1.00,7.44,1.00,none,none,none, conductors,conductors,0.22,Noun,10,9,3,conductor,none,none,7.44,1.00,none,none,none, conducts,conducts,0.39,Verb,8,8,2,conduct,none,none,8.58,1.00,8.29,none,none,9.85 conduit,conduit,1.04,Noun,7,7,3,conduit,13.11,0.95,13.11,0.95,none,none,none, conduits,conduits,0.24,Noun,8,8,3,conduit,none,none,13.11,0.95,none,none,none, cone,cone,2.92,Noun,4,3,1,cone,4.67,1.00,4.67,1.00,none,5.62,6.06, coned,coned,0.02,Adjective,5,4,1,coned,11.20,0.83,11.20,0.83,none,none,none, cones,cones,1.20,Noun,5,4,1,cone,none,none,4.67,1.00,none,5.62,6.06, coney,coney,2.16,Name,5,4,2,coney,12.30,0.53,12.30,0.53,none,none,none, confab,confab,0.16,Noun,6,6,2,confab,16.18,0.61,16.18,0.61,none,none,none, confabulation,confabulation,0.10,Noun,13,13,5,confabulation,14.71,0.37,14.71,0.37,none,none,none, confection,confection,0.18,Noun,10,9,3,confection,10.14,0.78,10.14,0.78,none,none,none, confectionary,confectionary,0.31,Adjective,13,12,5,confectionary,13.00,1.00,13.00,1.00,none,none,none, confectioner,confectioner,0.04,Noun,12,10,4,confectioner,13.13,0.83,13.13,0.83,8.92,none,none, confectioners,confectioners,0.02,Noun,13,11,4,confectioner,none,none,13.13,0.83,8.92,none,none, confectionery,confectionery,0.04,Noun,13,12,5,confectionery,12.74,0.95,12.74,0.95,none,none,none, confections,confections,0.04,Noun,11,10,3,confection,none,none,10.14,0.78,none,none,none, confederacy,confederacy,0.49,Noun,11,10,5,confederacy,11.00,1.00,11.00,1.00,none,none,none, confederate,confederate,1.86,Noun,11,9,4,confederate,10.10,1.00,10.10,1.00,none,none,none, confederates,confederates,0.33,Noun,12,10,4,confederate,none,none,10.10,1.00,none,none,none, confederation,confederation,0.27,Noun,13,11,5,confederation,10.88,0.94,10.88,0.94,none,none,none, confer,confer,1.29,Verb,6,5,2,confer,13.39,0.95,13.39,0.95,none,12.02,none,12.32 conference,conference,25.41,Noun,10,8,3,conference,9.39,1.00,9.39,1.00,none,10.60,none, conferences,conferences,1.18,Noun,11,10,4,conference,none,none,9.39,1.00,none,10.60,none, conferencing,conferencing,0.16,Noun,12,10,3,conferencing,13.22,1.00,13.22,1.00,none,none,none, conferral,conferral,0.02,Noun,9,7,3,conferral,12.90,0.53,12.90,0.53,none,none,none, conferred,conferred,0.29,Verb,9,6,2,confer,none,none,13.39,0.95,none,12.02,none,12.32 conferring,conferring,0.31,Verb,10,7,3,confer,none,none,13.39,0.95,none,12.02,none,12.32 confers,confers,0.16,Verb,7,6,2,confer,none,none,13.39,0.95,none,12.02,none,12.32 confess,confess,15.84,Verb,7,6,2,confess,7.11,1.00,7.11,1.00,none,8.60,none,7.65 confessant,confessant,0.02,Noun,10,9,3,confessant,12.50,0.76,12.50,0.76,none,none,none, confessed,confessed,5.96,Verb,9,7,2,confess,none,none,7.11,1.00,none,8.60,none,7.65 confesses,confesses,0.51,Verb,9,8,3,confess,none,none,7.11,1.00,none,8.60,none,7.65 confessing,confessing,1.45,Verb,10,8,3,confess,none,none,7.11,1.00,none,8.60,none,7.65 confession,confession,16.49,Noun,10,8,3,confession,8.55,1.00,8.55,1.00,none,none,none, confessional,confessional,1.29,Noun,12,10,4,confessional,11.05,1.00,11.05,1.00,none,none,none, confessions,confessions,1.63,Noun,11,9,3,confession,none,none,8.55,1.00,none,none,none, confessor,confessor,0.24,Noun,9,7,3,confessor,11.37,0.95,11.37,0.95,none,none,none, confetti,confetti,0.90,Noun,8,7,3,confetti,7.39,1.00,7.39,1.00,none,none,none, confidant,confidant,0.61,Noun,9,9,3,confidant,9.61,1.00,9.61,1.00,none,none,none, confidante,confidante,0.45,Noun,10,9,3,confidant,none,none,9.61,1.00,none,none,none, confidantes,confidantes,0.02,Noun,11,10,3,confidant,none,none,9.61,1.00,none,none,none, confidants,confidants,0.06,Noun,10,10,3,confidant,none,none,9.61,1.00,none,none,none, confide,confide,1.90,Verb,7,6,2,confide,11.22,1.00,11.22,1.00,none,11.13,none,10.60 confided,confided,0.84,Verb,8,8,3,confide,none,none,11.22,1.00,none,11.13,none,10.60 confidence,confidence,19.47,Noun,10,9,3,confidence,9.28,1.00,9.28,1.00,none,9.51,none, confidences,confidences,0.22,Noun,11,11,4,confidence,none,none,9.28,1.00,none,9.51,none, confident,confident,10.65,Adjective,9,9,3,confident,9.58,1.00,9.58,1.00,none,none,none, confidential,confidential,6.71,Adjective,12,11,4,confidential,11.78,1.00,11.78,1.00,none,none,none, confidentiality,confidentiality,1.86,Noun,15,15,7,confidentiality,12.57,1.00,12.57,1.00,none,none,none, confides,confides,0.14,Verb,8,7,2,confide,none,none,11.22,1.00,none,11.13,none,10.60 confiding,confiding,0.22,Verb,9,8,3,confide,none,none,11.22,1.00,none,11.13,none,10.60 configuration,configuration,0.94,Noun,13,12,5,configuration,11.68,1.00,11.68,1.00,none,none,none, configurations,configurations,0.10,Noun,14,13,5,configuration,none,none,11.68,1.00,none,none,none, configure,configure,0.18,Verb,9,8,3,configure,12.06,1.00,12.06,1.00,none,none,none, configured,configured,0.18,Verb,10,9,3,configure,none,none,12.06,1.00,none,none,none, confine,confine,0.98,Verb,7,6,2,confine,9.71,0.94,9.71,0.94,none,none,none,11.19 confined,confined,2.96,Verb,8,7,2,confine,none,none,9.71,0.94,none,none,none,11.19 confinement,confinement,0.78,Noun,11,10,3,confinement,10.70,1.00,10.70,1.00,none,none,none, confinements,confinements,0.02,Noun,12,11,3,confinement,none,none,10.70,1.00,none,none,none, confines,confines,0.76,Noun,8,7,2,confine,none,none,9.71,0.94,none,none,none,11.19 confining,confining,0.35,Adjective,9,8,3,confining,11.35,1.00,11.35,1.00,none,none,none, confirm,confirm,14.43,Verb,7,6,2,confirm,9.33,1.00,9.33,1.00,9.05,none,none,9.58 confirmation,confirmation,5.49,Noun,12,10,4,confirmation,9.05,1.00,9.05,1.00,none,none,none, confirmations,confirmations,0.16,Noun,13,11,4,confirmation,none,none,9.05,1.00,none,none,none, confirmed,confirmed,13.51,Verb,9,7,2,confirm,none,none,9.33,1.00,9.05,none,none,9.58 confirming,confirming,1.61,Verb,10,8,3,confirm,none,none,9.33,1.00,9.05,none,none,9.58 confirms,confirms,2.61,Verb,8,7,2,confirm,none,none,9.33,1.00,9.05,none,none,9.58 confiscate,confiscate,0.98,Verb,10,9,3,confiscate,10.78,1.00,10.78,1.00,none,none,none, confiscated,confiscated,2.06,Verb,11,11,4,confiscate,none,none,10.78,1.00,none,none,none, confiscates,confiscates,0.06,Verb,11,10,3,confiscate,none,none,10.78,1.00,none,none,none, confiscating,confiscating,0.37,Verb,12,11,4,confiscate,none,none,10.78,1.00,none,none,none, confiscation,confiscation,0.04,Noun,12,11,4,confiscation,12.45,0.91,12.45,0.91,none,none,none, confiscatory,confiscatory,0.02,Adjective,12,12,5,confiscatory,13.00,0.74,13.00,0.74,none,none,none, conflagration,conflagration,0.10,Noun,13,12,4,conflagration,15.60,0.79,15.60,0.79,none,none,none, conflict,conflict,8.71,Noun,8,8,2,conflict,9.58,1.00,9.58,1.00,none,9.81,none,8.53 conflicted,conflicted,0.92,Verb,10,10,3,conflict,none,none,9.58,1.00,none,9.81,none,8.53 conflicting,conflicting,0.73,Adjective,11,10,3,conflicting,11.52,1.00,11.52,1.00,none,none,none, conflicts,conflicts,1.51,Noun,9,9,2,conflict,none,none,9.58,1.00,none,9.81,none,8.53 confluence,confluence,0.20,Noun,10,9,3,confluence,15.88,0.80,15.88,0.80,none,none,none, confluent,confluent,0.02,Adjective,9,9,3,confluent,15.92,0.72,15.92,0.72,none,none,none, conflux,conflux,0.02,Noun,7,8,2,conflux,16.00,0.48,16.00,0.48,none,none,none, conform,conform,0.86,Verb,7,7,2,conform,10.50,1.00,10.50,1.00,none,11.39,none,10.32 conformable,conformable,0.06,Adjective,11,11,4,conformable,12.78,0.95,12.78,0.95,none,none,none, conformance,conformance,0.02,Noun,11,10,3,conformance,14.81,0.84,14.81,0.84,none,none,none, conformation,conformation,0.10,Noun,12,11,4,conformation,11.79,1.00,11.79,1.00,none,none,none, conformational,conformational,0.02,Adjective,14,12,5,conformational,12.88,0.81,12.88,0.81,none,none,none, conformed,conformed,1.25,Verb,9,8,2,conform,none,none,10.50,1.00,none,11.39,none,10.32 conforming,conforming,0.20,Verb,10,9,3,conform,none,none,10.50,1.00,none,11.39,none,10.32 conformism,conformism,0.02,Noun,10,11,4,conformism,12.83,0.86,12.83,0.86,none,none,none, conformist,conformist,0.12,Noun,10,10,3,conformist,13.41,0.94,13.41,0.94,none,none,none, conformity,conformity,0.37,Noun,10,10,4,conformity,14.56,1.00,14.56,1.00,none,none,none, conforms,conforms,0.22,Verb,8,8,2,conform,none,none,10.50,1.00,none,11.39,none,10.32 confound,confound,1.16,Verb,8,7,2,confound,12.41,0.94,12.41,0.94,none,none,none,12.22 confounded,confounded,1.06,Adjective,10,9,3,confounded,12.39,0.90,12.39,0.90,none,none,none, confounds,confounds,0.14,Verb,9,8,2,confound,none,none,12.41,0.94,none,none,none,12.22 confrere,confrere,0.02,Noun,8,7,2,confrere,14.80,0.53,14.80,0.53,none,none,none, confreres,confreres,0.04,Noun,9,8,2,confrere,none,none,14.80,0.53,none,none,none, confront,confront,4.27,Verb,8,8,2,confront,9.89,1.00,9.89,1.00,none,none,none,9.13 confrontation,confrontation,1.92,Noun,13,12,4,confrontation,8.58,1.00,8.58,1.00,none,none,none, confrontational,confrontational,0.27,Adjective,15,14,5,confrontational,11.56,1.00,11.56,1.00,none,none,none, confrontations,confrontations,0.12,Noun,14,13,4,confrontation,none,none,8.58,1.00,none,none,none, confronted,confronted,2.71,Verb,10,10,3,confront,none,none,9.89,1.00,none,none,none,9.13 confronting,confronting,0.63,Verb,11,10,3,confront,none,none,9.89,1.00,none,none,none,9.13 confronts,confronts,0.55,Verb,9,9,2,confront,none,none,9.89,1.00,none,none,none,9.13 confuse,confuse,4.76,Verb,7,7,2,confuse,6.33,1.00,6.33,1.00,8.15,7.60,none,7.88 confused,confused,32.41,Verb,8,8,2,confused,8.02,1.00,8.02,1.00,none,none,none, confuser,confuser,0.02,0.02,8,8,3,confuser,9.51,0.91,9.51,0.91,10.80,none,none, confuses,confuses,0.61,Verb,8,9,3,confuse,none,none,6.33,1.00,8.15,7.60,none,7.88 confusing,confusing,9.84,Adjective,9,9,3,confusing,6.95,1.00,6.95,1.00,none,none,none, confusion,confusion,7.12,Noun,9,9,3,confusion,9.94,1.00,9.94,1.00,none,9.34,none, confusions,confusions,0.06,Noun,10,10,3,confusion,none,none,9.94,1.00,none,9.34,none, confute,confute,Err:512,Err:512,7,7,2,confute,15.20,0.26,15.20,0.26,none,none,none, conga,conga,0.82,Noun,5,5,2,conga,13.65,0.94,13.65,0.94,none,none,none,10.41 congas,congas,0.10,Noun,6,6,2,conga,none,none,13.65,0.94,none,none,none,10.41 congeal,congeal,0.10,Verb,7,6,2,congeal,11.50,0.89,11.50,0.89,none,none,none, congeals,congeals,0.02,Verb,8,7,2,congeal,none,none,11.50,0.89,none,none,none, congee,congee,0.08,Noun,6,6,3,congee,13.20,0.28,13.20,0.28,none,none,none, congenial,congenial,0.22,Adjective,9,9,3,congenial,12.59,0.89,12.59,0.89,none,none,none, congenital,congenital,0.55,Adjective,10,10,4,congenital,14.88,0.89,14.88,0.89,none,none,none, congest,congest,0.02,Adjective,7,7,2,congest,11.81,0.89,11.81,0.89,none,none,none, congested,congested,0.35,Adjective,9,9,3,congested,9.45,1.00,9.45,1.00,none,none,none, congestion,congestion,0.47,Noun,10,9,3,congestion,10.20,1.00,10.20,1.00,none,none,none, congestive,congestive,0.27,Adjective,10,9,3,congestive,11.24,0.89,11.24,0.89,none,none,none, conglomerate,conglomerate,0.76,Noun,12,10,4,conglomerate,13.28,1.00,13.28,1.00,none,none,none, conglomerates,conglomerates,0.18,Noun,13,11,4,conglomerate,none,none,13.28,1.00,none,none,none, conglomeration,conglomeration,0.10,Noun,14,12,5,conglomeration,12.94,1.00,12.94,1.00,none,none,none, conglomerations,conglomerations,0.02,Noun,15,13,5,conglomeration,none,none,12.94,1.00,none,none,none, congrats,congrats,1.78,Noun,8,8,2,congrats,8.26,1.00,8.26,1.00,none,none,none, congratulate,congratulate,7.02,Verb,12,11,4,congratulate,9.57,1.00,9.57,1.00,none,none,none, congratulated,congratulated,0.82,Verb,13,13,5,congratulate,none,none,9.57,1.00,none,none,none, congratulates,congratulates,0.12,Verb,13,12,4,congratulate,none,none,9.57,1.00,none,none,none, congratulating,congratulating,0.41,Verb,14,13,5,congratulate,none,none,9.57,1.00,none,none,none, congratulation,congratulation,0.49,Noun,14,13,5,congratulation,7.89,1.00,7.89,1.00,none,none,none, congratulations,congratulations,70.90,Noun,15,14,5,congratulations,7.25,1.00,7.25,1.00,none,none,none, congratulatory,congratulatory,0.10,Adjective,14,14,6,congratulatory,11.67,0.95,11.67,0.95,none,none,none, congregate,congregate,0.35,Verb,10,9,3,congregate,10.29,0.94,10.29,0.94,9.70,none,none, congregated,congregated,0.08,Verb,11,11,4,congregate,none,none,10.29,0.94,9.70,none,none, congregates,congregates,0.02,Verb,11,10,3,congregate,none,none,10.29,0.94,9.70,none,none, congregating,congregating,0.14,Verb,12,11,4,congregate,none,none,10.29,0.94,9.70,none,none, congregation,congregation,2.29,Noun,12,11,4,congregation,9.42,1.00,9.42,1.00,none,none,none, congregational,congregational,0.00,Err:512,14,13,5,congregational,10.74,1.00,10.74,1.00,11.53,none,none, congregations,congregations,0.08,Noun,13,12,4,congregation,none,none,9.42,1.00,none,none,none, congress,congress,8.22,Noun,8,7,2,congress,9.05,1.00,9.05,1.00,none,11.28,none,10.70 congressional,congressional,2.06,Adjective,13,11,4,congressional,12.53,1.00,12.53,1.00,none,none,none, congressman,congressman,6.37,Noun,11,10,3,congressman,9.35,1.00,9.35,1.00,none,none,none, congressmen,congressmen,0.90,Noun,11,10,3,congressman,none,none,9.35,1.00,none,none,none, congresswoman,congresswoman,0.31,Noun,13,12,4,congresswoman,11.37,1.00,11.37,1.00,none,none,none, congruent,congruent,0.18,Adjective,9,9,3,congruent,13.89,1.00,13.89,1.00,none,none,none, congruity,congruity,0.02,Noun,9,9,4,congruity,11.88,0.85,11.88,0.85,none,none,none, conic,conic,0.06,Adjective,5,5,2,conic,13.00,0.65,13.00,0.65,none,none,none, conical,conical,0.14,Adjective,7,7,3,conical,12.27,0.61,12.27,0.61,none,none,none, conidial,conidial,0.02,Adjective,8,8,4,conidial,14.43,0.39,14.43,0.39,none,none,none, conjectural,conjectural,0.02,Adjective,11,10,4,conjectural,14.21,0.78,14.21,0.78,none,none,none, conjecture,conjecture,0.82,Noun,10,8,3,conjecture,13.11,0.90,13.11,0.90,none,none,none, conjectures,conjectures,0.06,Noun,11,9,3,conjecture,none,none,13.11,0.90,none,none,none, conjecturing,conjecturing,0.04,Verb,12,10,4,conjecture,none,none,13.11,0.90,none,none,none, conjugal,conjugal,0.78,Adjective,8,8,3,conjugal,16.87,0.79,16.87,0.79,none,none,none, conjugate,conjugate,0.20,Verb,9,8,3,conjugate,12.50,0.95,12.50,0.95,none,none,none, conjugates,conjugates,0.02,Verb,10,9,3,conjugate,none,none,12.50,0.95,none,none,none, conjugating,conjugating,0.10,Verb,11,10,4,conjugate,none,none,12.50,0.95,none,none,none, conjugation,conjugation,0.02,Noun,11,10,4,conjugation,12.17,1.00,12.17,1.00,none,12.38,none, conjugations,conjugations,0.04,Noun,12,11,4,conjugation,none,none,12.17,1.00,none,12.38,none, conjunction,conjunction,1.29,Noun,11,10,3,conjunction,9.67,1.00,9.67,1.00,none,none,none, conjunctivitis,conjunctivitis,0.12,Noun,14,14,5,conjunctivitis,13.94,0.89,13.94,0.89,none,none,none, conjuration,conjuration,0.04,Noun,11,10,4,conjuration,14.86,0.78,14.86,0.78,none,none,none, conjure,conjure,1.25,Verb,7,5,2,conjure,11.37,1.00,11.37,1.00,none,none,none,12.01 conjured,conjured,0.41,Verb,8,6,2,conjure,none,none,11.37,1.00,none,none,none,12.01 conjurer,conjurer,0.10,Noun,8,7,3,conjurer,12.15,0.91,12.15,0.91,none,none,none, conjurers,conjurers,0.04,Noun,9,8,3,conjurer,none,none,12.15,0.91,none,none,none, conjures,conjures,0.22,Verb,8,6,2,conjure,none,none,11.37,1.00,none,none,none,12.01 conjuring,conjuring,0.37,Verb,9,7,3,conjure,none,none,11.37,1.00,none,none,none,12.01 conjuror,conjuror,0.02,Noun,8,6,3,conjurer,none,none,12.15,0.91,none,none,none, conk,conk,0.41,Verb,4,4,1,conk,9.07,0.83,9.07,0.83,none,none,9.74, conked,conked,0.49,Verb,6,5,1,conk,none,none,9.07,0.83,none,none,9.74, conks,conks,0.10,Verb,5,5,1,conk,none,none,9.07,0.83,none,none,9.74, conman,conman,0.08,Noun,6,6,2,conman,12.11,1.00,12.11,1.00,none,none,none, connect,connect,9.65,Verb,7,6,2,connect,7.58,1.00,7.58,1.00,7.76,none,none,6.61 connected,connected,17.27,Verb,9,8,3,connect,none,none,7.58,1.00,7.76,none,none,6.61 connectedness,connectedness,0.04,Noun,13,11,4,connectedness,12.00,0.89,12.00,0.89,none,none,none, connectible,connectible,0.02,Adjective,11,10,4,connectible,9.47,1.00,9.47,1.00,none,none,none, connecting,connecting,3.22,Verb,10,8,3,connect,none,none,7.58,1.00,7.76,none,none,6.61 connection,connexion,27.18,Noun,10,8,3,connection,8.00,1.00,8.00,1.00,none,none,none, connections,connexions,7.90,Noun,11,9,3,connection,none,none,8.00,1.00,none,none,none, connective,connective,0.04,Adjective,10,8,3,connective,11.78,1.00,11.78,1.00,none,none,none, connectivity,connectivity,0.12,Noun,12,11,5,connectivity,10.44,1.00,10.44,1.00,none,none,none, connector,connector,0.16,Noun,9,7,3,connector,8.95,1.00,8.95,1.00,none,none,none, connects,connects,1.86,Verb,8,7,2,connect,none,none,7.58,1.00,7.76,none,none,6.61 conned,conned,1.33,Verb,6,4,1,con,none,none,9.64,1.00,none,none,9.68, conning,conning,0.84,Verb,7,5,2,con,none,none,9.64,1.00,none,none,9.68, conniption,conniption,0.14,Noun,10,8,3,conniption,10.42,0.67,10.42,0.67,none,none,none, conniptions,conniptions,0.02,Noun,11,10,4,conniption,none,none,10.42,0.67,none,none,none, connivance,connivance,0.02,Noun,10,8,3,connivance,14.00,0.45,14.00,0.45,none,none,none, connive,connive,0.04,Verb,7,5,2,connive,12.20,0.83,12.20,0.83,none,none,none, connived,connived,0.06,Verb,8,6,2,connive,none,none,12.20,0.83,none,none,none, conniver,conniver,0.08,Noun,8,6,3,conniver,13.25,0.67,13.25,0.67,none,none,none, connivers,connivers,0.02,Noun,9,7,3,conniver,none,none,13.25,0.67,none,none,none, connives,connives,0.02,Verb,8,6,2,connive,none,none,12.20,0.83,none,none,none, conniving,conniving,1.00,Verb,9,7,3,connive,none,none,12.20,0.83,none,none,none, connoisseur,connoisseur,0.61,Noun,11,6,3,connoisseur,14.28,1.00,14.28,1.00,none,none,none, connoisseurs,connoisseurs,0.06,Noun,12,7,3,connoisseur,none,none,14.28,1.00,none,none,none, connotation,connotation,0.27,Noun,11,9,4,connotation,11.57,0.70,11.57,0.70,none,none,none, connotations,connotations,0.22,Noun,12,10,4,connotation,none,none,11.57,0.70,none,none,none, connote,connote,0.04,Verb,7,5,2,connote,13.75,0.89,13.75,0.89,none,none,none, connubial,connubial,0.08,Adjective,9,9,4,connubial,16.67,0.16,16.67,0.16,none,none,none, conquer,conquer,4.98,Verb,7,5,2,conquer,10.06,0.95,10.06,0.95,none,8.35,none,9.22 conquered,conquered,2.75,Verb,9,6,2,conquer,none,none,10.06,0.95,none,8.35,none,9.22 conquering,conquering,1.06,Adjective,10,7,3,conquering,10.00,1.00,10.00,1.00,none,none,none, conqueror,conqueror,1.12,Noun,9,6,3,conqueror,10.32,1.00,10.32,1.00,none,none,none, conquerors,conquerors,0.39,Noun,10,7,3,conqueror,none,none,10.32,1.00,none,none,none, conquers,conquers,0.49,Verb,8,6,2,conquer,none,none,10.06,0.95,none,8.35,none,9.22 conquest,conquest,1.88,Noun,8,8,2,conquest,9.33,1.00,9.33,1.00,none,none,none,10.22 conquests,conquests,0.59,Noun,9,9,2,conquest,none,none,9.33,1.00,none,none,none,10.22 conquistador,conquistador,0.14,Noun,12,12,4,conquistador,11.94,0.95,11.94,0.95,none,none,none, conquistadores,conquistadores,0.06,Noun,14,13,4,conquistador,none,none,11.94,0.95,none,none,none, conquistadors,conquistadors,0.06,Noun,13,13,4,conquistador,none,none,11.94,0.95,none,none,none, cons,cons,2.20,Noun,4,4,1,con,none,none,9.64,1.00,none,none,9.68, conscience,conscience,13.90,Noun,10,7,2,conscience,9.72,1.00,9.72,1.00,none,9.92,none,11.09 consciences,consciences,0.24,Noun,11,9,3,conscience,none,none,9.72,1.00,none,9.92,none,11.09 conscientious,conscientious,1.22,Adjective,13,10,4,conscientious,11.95,1.00,11.95,1.00,none,none,none, conscientiousness,conscientiousness,0.02,Noun,17,13,5,conscientiousness,10.94,0.89,10.94,0.89,none,none,none, conscious,conscious,6.80,Adjective,9,6,2,conscious,10.70,1.00,10.70,1.00,none,none,none, consciousness,consciousness,8.10,Noun,13,9,3,consciousness,9.74,1.00,9.74,1.00,none,none,none, consciousnesses,consciousnesses,0.04,Noun,15,11,4,consciousness,none,none,9.74,1.00,none,none,none, conscript,conscript,0.06,Noun,9,9,2,conscript,14.67,0.68,14.67,0.68,none,none,none, conscription,conscription,0.18,Noun,12,11,3,conscription,13.08,0.68,13.08,0.68,none,none,none, conscripts,conscripts,0.12,Noun,10,10,2,conscript,none,none,14.67,0.68,none,none,none, consecrate,consecrate,0.16,Verb,10,9,3,consecrate,11.88,0.85,11.88,0.85,none,none,none, consecrated,consecrated,0.59,Adjective,11,11,4,consecrated,11.12,0.89,11.12,0.89,none,none,none, consecrates,consecrates,0.02,Verb,11,10,3,consecrate,none,none,11.88,0.85,none,none,none, consecration,consecration,0.04,Noun,12,11,4,consecration,12.07,0.78,12.07,0.78,none,none,none, consecutive,consecutive,1.63,Adjective,11,11,4,consecutive,10.00,1.00,10.00,1.00,none,none,none, consensual,consensual,0.73,Adjective,10,10,4,consensual,12.61,1.00,12.61,1.00,none,none,none, consensus,consensus,1.63,Noun,9,9,3,consensus,12.32,1.00,12.32,1.00,none,none,none, consent,consent,7.43,Noun,7,7,2,consent,9.95,1.00,9.95,1.00,none,10.37,none,9.67 consented,consented,1.25,Verb,9,9,3,consent,none,none,9.95,1.00,none,10.37,none,9.67 consenting,consenting,0.47,Adjective,10,9,3,consenting,12.59,0.89,12.59,0.89,none,none,none, consents,consents,0.20,Noun,8,8,2,consent,none,none,9.95,1.00,none,10.37,none,9.67 consequence,consequence,3.14,Noun,11,10,3,consequence,6.72,1.00,6.72,1.00,none,10.13,none, consequences,consequences,10.57,Noun,12,12,4,consequence,none,none,6.72,1.00,none,10.13,none, consequent,consequent,0.10,Adjective,10,10,3,consequent,10.90,0.95,10.90,0.95,none,none,none, consequential,consequential,0.04,Adjective,13,12,4,consequential,11.80,1.00,11.80,1.00,none,none,none, conservancy,conservancy,0.33,Noun,11,10,4,conservancy,14.33,1.00,14.33,1.00,none,none,none, conservation,conservation,0.63,Noun,12,10,4,conservation,10.78,1.00,10.78,1.00,none,11.43,none, conservationist,conservationist,0.06,Noun,15,13,5,conservationist,13.78,1.00,13.78,1.00,none,none,none, conservationists,conservationists,0.02,Noun,16,14,5,conservationist,none,none,13.78,1.00,none,none,none, conservatism,conservatism,0.02,Noun,12,12,5,conservatism,12.29,0.89,12.29,0.89,none,none,none, conservative,conservative,3.76,Adjective,12,10,4,conservative,13.95,1.00,13.95,1.00,10.37,none,none, conservatives,conservatives,0.24,Noun,13,11,4,conservative,none,none,13.95,1.00,10.37,none,none, conservatoire,conservatoire,0.14,Noun,13,11,4,conservatoire,13.67,0.63,13.67,0.63,none,none,none, conservator,conservator,0.16,Noun,11,9,4,conservator,14.38,0.84,14.38,0.84,none,none,none, conservatories,conservatories,0.10,Noun,14,12,5,conservatory,none,none,12.11,1.00,none,none,none, conservators,conservators,0.02,Noun,12,10,4,conservator,none,none,14.38,0.84,none,none,none, conservatorship,conservatorship,0.02,Noun,15,12,5,conservatorship,16.50,0.89,16.50,0.89,none,none,none, conservatory,conservatory,1.35,Noun,12,11,5,conservatory,12.11,1.00,12.11,1.00,none,none,none, conserve,conserve,0.86,Verb,8,6,2,conserve,8.72,1.00,8.72,1.00,none,none,none,10.51 conserved,conserved,0.08,Verb,9,7,2,conserve,none,none,8.72,1.00,none,none,none,10.51 conserves,conserves,0.02,Verb,9,7,2,conserve,none,none,8.72,1.00,none,none,none,10.51 conserving,conserving,0.16,Verb,10,8,3,conserve,none,none,8.72,1.00,none,none,none,10.51 consider,consider,52.47,Verb,8,7,3,consider,9.33,1.00,9.33,1.00,8.02,none,none, considerable,considerable,4.53,Adjective,12,11,5,considerable,10.42,1.00,10.42,1.00,none,none,none, considerate,considerate,3.43,Adjective,11,9,4,considerate,8.22,1.00,8.22,1.00,none,none,none, consideration,consideration,6.55,Noun,13,11,5,consideration,9.50,1.00,9.50,1.00,none,9.75,none, considerations,considerations,0.86,Noun,14,12,5,consideration,none,none,9.50,1.00,none,9.75,none, considered,considered,23.18,Verb,10,8,3,consider,none,none,9.33,1.00,8.02,none,none, considers,considers,2.02,Verb,9,8,3,consider,none,none,9.33,1.00,8.02,none,none, consign,consign,0.20,Verb,7,6,2,consign,13.28,1.00,13.28,1.00,none,none,none, consigned,consigned,0.24,Verb,9,7,2,consign,none,none,13.28,1.00,none,none,none, consignee,consignee,0.06,Noun,9,7,3,consignee,16.35,0.89,16.35,0.89,none,none,none, consigning,consigning,0.06,Verb,10,8,3,consign,none,none,13.28,1.00,none,none,none, consignment,consignment,0.57,Noun,11,10,3,consignment,14.53,0.95,14.53,0.95,none,none,none, consignments,consignments,0.02,Noun,12,11,3,consignment,none,none,14.53,0.95,none,none,none, consignor,consignor,0.02,Noun,9,9,3,consignor,15.00,0.72,15.00,0.72,none,none,none, consist,consist,0.43,Verb,7,7,2,consist,9.11,1.00,9.11,1.00,none,none,none, consisted,consisted,0.55,Verb,9,9,3,consist,none,none,9.11,1.00,none,none,none, consistence,consistence,0.02,Noun,11,10,3,consistence,10.95,0.95,10.95,0.95,none,none,none, consistencies,consistencies,0.08,Noun,13,12,4,consistency,none,none,10.28,1.00,none,none,none, consistency,consistency,0.76,Noun,11,11,4,consistency,10.28,1.00,10.28,1.00,none,none,none, consistent,consistent,5.75,Adjective,10,10,3,consistent,10.00,1.00,10.00,1.00,none,none,none, consisting,consisting,0.35,Verb,10,9,3,consist,none,none,9.11,1.00,none,none,none, consistory,consistory,Err:512,Err:512,10,9,4,consistory,14.14,0.37,14.14,0.37,none,none,none, consists,consists,1.33,Verb,8,8,2,consist,none,none,9.11,1.00,none,none,none, consolation,consolation,3.65,Noun,11,10,4,consolation,12.05,1.00,12.05,1.00,none,10.22,none, consolations,consolations,0.04,Noun,12,11,4,consolation,none,none,12.05,1.00,none,10.22,none, consolatory,consolatory,Err:512,Err:512,11,11,5,consolatory,14.53,0.75,14.53,0.75,none,none,none, console,console,2.24,Verb,7,6,2,console,10.68,1.00,10.68,1.00,9.63,none,none,10.41 consoled,consoled,0.25,Verb,8,7,2,console,none,none,10.68,1.00,9.63,none,none,10.41 consoles,consoles,0.06,Verb,8,7,2,console,none,none,10.68,1.00,9.63,none,none,10.41 consolidate,consolidate,0.45,Verb,11,10,4,consolidate,12.56,1.00,12.56,1.00,none,none,none, consolidated,consolidated,0.71,Adjective,12,12,5,consolidated,12.35,0.94,12.35,0.94,none,none,none, consolidates,consolidates,0.02,Verb,12,11,4,consolidate,none,none,12.56,1.00,none,none,none, consolidating,consolidating,0.25,Verb,13,12,5,consolidate,none,none,12.56,1.00,none,none,none, consolidation,consolidation,0.20,Noun,13,12,5,consolidation,14.89,1.00,14.89,1.00,none,none,none, consomme,consomme,Err:512,Err:512,8,6,2,consomme,14.33,0.79,14.33,0.79,none,none,none, consonant,consonant,0.20,Noun,9,9,3,consonant,8.82,0.89,8.82,0.89,none,none,none, consonantal,consonantal,Err:512,Err:512,11,11,4,consonantal,15.70,0.53,15.70,0.53,none,none,none, consonants,consonants,0.22,Noun,10,10,3,consonant,none,none,8.82,0.89,none,none,none, consort,consort,0.63,Verb,7,7,2,consort,12.79,0.78,12.79,0.78,none,none,none,11.49 consorted,consorted,0.14,Verb,9,9,3,consort,none,none,12.79,0.78,none,none,none,11.49 consortia,consortia,0.02,Noun,9,8,3,consortium,none,none,15.55,0.61,none,none,none, consorting,consorting,0.49,Verb,10,9,3,consort,none,none,12.79,0.78,none,none,none,11.49 consortium,consortium,0.69,Noun,10,10,4,consortium,15.55,0.61,15.55,0.61,none,none,none, consorts,consorts,0.10,Noun,8,8,2,consort,none,none,12.79,0.78,none,none,none,11.49 conspectus,conspectus,Err:512,Err:512,10,9,3,conspectus,14.00,0.05,14.00,0.05,none,none,none, conspicuous,conspicuous,1.47,Adjective,11,11,4,conspicuous,11.70,1.00,11.70,1.00,none,none,none, conspiracies,conspiracies,0.49,Noun,12,11,4,conspiracy,none,none,11.24,0.94,none,none,none, conspiracy,conspiracy,10.31,Noun,10,10,4,conspiracy,11.24,0.94,11.24,0.94,none,none,none, conspirator,conspirator,0.22,Noun,11,10,4,conspirator,11.39,0.95,11.39,0.95,none,10.92,none, conspiratorial,conspiratorial,0.12,Adjective,14,14,6,conspiratorial,14.06,0.86,14.06,0.86,none,none,none, conspirators,conspirators,0.47,Noun,12,11,4,conspirator,none,none,11.39,0.95,none,10.92,none, conspire,conspire,0.61,Verb,8,7,3,conspire,11.00,0.95,11.00,0.95,none,none,none,12.22 conspired,conspired,1.08,Verb,9,8,3,conspire,none,none,11.00,0.95,none,none,none,12.22 conspirer,conspirer,0.02,Noun,9,8,4,conspirer,13.12,0.89,13.12,0.89,none,none,none, conspires,conspires,0.14,Verb,9,8,3,conspire,none,none,11.00,0.95,none,none,none,12.22 conspiring,conspiring,1.04,Verb,10,9,3,conspire,none,none,11.00,0.95,none,none,none,12.22 constable,constable,2.82,Noun,9,9,3,constable,11.06,0.94,11.06,0.94,none,none,none, constables,constables,0.18,Noun,10,10,3,constable,none,none,11.06,0.94,none,none,none, constancy,constancy,0.20,Noun,9,9,3,constancy,11.95,1.00,11.95,1.00,none,none,none, constant,constant,9.92,Adjective,8,8,2,constant,9.84,1.00,9.84,1.00,none,none,none,10.04 constants,constants,0.08,Noun,9,9,2,constant,none,none,9.84,1.00,none,none,none,10.04 constellation,constellation,0.94,Noun,13,11,4,constellation,9.58,1.00,9.58,1.00,none,none,none, constellations,constellations,0.45,Noun,14,12,4,constellation,none,none,9.58,1.00,none,none,none, consternation,consternation,0.14,Noun,13,11,4,consternation,16.87,0.79,16.87,0.79,none,none,none, constipation,constipation,0.41,Noun,12,11,4,constipation,9.89,1.00,9.89,1.00,none,none,none, constituencies,constituencies,0.02,Noun,14,13,5,constituency,none,none,14.59,0.89,11.73,none,none, constituency,constituency,0.43,Noun,12,12,5,constituency,14.59,0.89,14.59,0.89,11.73,none,none, constituent,constituent,0.12,Noun,11,11,4,constituent,14.94,0.89,14.94,0.89,none,none,none, constituents,constituents,0.51,Noun,12,12,4,constituent,none,none,14.94,0.89,none,none,none, constitute,constitute,0.84,Verb,10,9,3,constitute,12.70,1.00,12.70,1.00,none,none,none, constituted,constituted,0.31,Verb,11,11,4,constitute,none,none,12.70,1.00,none,none,none, constitutes,constitutes,1.27,Verb,11,10,3,constitute,none,none,12.70,1.00,none,none,none, constituting,constituting,0.08,Verb,12,11,4,constitute,none,none,12.70,1.00,none,none,none, constitution,constitution,5.53,Noun,12,11,4,constitution,9.05,1.00,9.05,1.00,none,11.96,none, constitutional,constitutional,2.20,Adjective,14,13,5,constitutional,9.68,0.95,9.68,0.95,none,none,none, constitutionality,constitutionality,0.12,Noun,17,16,7,constitutionality,12.00,0.95,12.00,0.95,none,none,none, constitutionals,constitutionals,0.04,Noun,15,14,5,constitutional,none,none,9.68,0.95,none,none,none, constitutions,constitutions,0.06,Noun,13,12,4,constitution,none,none,9.05,1.00,none,11.96,none, constrain,constrain,0.04,Verb,9,8,2,constrain,12.41,0.94,12.41,0.94,none,none,none, constrained,constrained,0.24,Verb,11,9,2,constrain,none,none,12.41,0.94,none,none,none, constrains,constrains,0.06,Verb,10,9,2,constrain,none,none,12.41,0.94,none,none,none, constraint,constraint,0.04,Noun,10,9,2,constraint,11.05,0.90,11.05,0.90,none,none,none, constraints,constraints,0.31,Noun,11,10,2,constraint,none,none,11.05,0.90,none,none,none, constrict,constrict,0.06,Verb,9,9,2,constrict,9.75,1.00,9.75,1.00,none,none,none, constricted,constricted,0.14,Verb,11,11,3,constrict,none,none,9.75,1.00,none,none,none, constricting,constricting,0.12,Verb,12,11,3,constrict,none,none,9.75,1.00,none,none,none, constriction,constriction,0.06,Noun,12,11,3,constriction,11.00,1.00,11.00,1.00,none,none,none, constrictive,constrictive,0.10,Adjective,12,11,3,constrictive,10.42,1.00,10.42,1.00,none,none,none, constrictor,constrictor,0.24,Noun,11,10,3,constrictor,11.44,0.95,11.44,0.95,none,none,none, constrictors,constrictors,0.16,Noun,12,11,3,constrictor,none,none,11.44,0.95,none,none,none, constricts,constricts,0.08,Verb,10,10,2,constrict,none,none,9.75,1.00,none,none,none, construct,construct,1.45,Verb,9,9,2,construct,8.72,1.00,8.72,1.00,8.33,none,none,9.05 constructed,constructed,1.73,Verb,11,11,3,construct,none,none,8.72,1.00,8.33,none,none,9.05 constructing,constructing,0.51,Verb,12,11,3,construct,none,none,8.72,1.00,8.33,none,none,9.05 construction,construction,13.84,Noun,12,11,3,construction,7.67,1.00,7.67,1.00,none,10.19,none, constructionist,constructionist,0.02,Noun,15,14,4,constructionist,14.61,0.95,14.61,0.95,none,none,none, constructions,constructions,0.08,Noun,13,12,3,construction,none,none,7.67,1.00,none,10.19,none, constructive,constructive,2.18,Adjective,12,11,3,constructive,9.37,1.00,9.37,1.00,none,none,none, constructor,constructor,0.04,Noun,11,10,3,constructor,9.53,1.00,9.53,1.00,none,none,none, constructors,constructors,0.04,Noun,12,11,3,constructor,none,none,9.53,1.00,none,none,none, constructs,constructs,0.18,Noun,10,10,2,construct,none,none,8.72,1.00,8.33,none,none,9.05 construe,construe,0.29,Verb,8,7,2,construe,13.61,0.90,13.61,0.90,none,none,none, construed,construed,0.71,Verb,9,8,2,construe,none,none,13.61,0.90,none,none,none, construes,construes,0.02,Verb,9,8,2,construe,none,none,13.61,0.90,none,none,none, consubstantiation,consubstantiation,0.02,Noun,17,16,6,consubstantiation,15.00,0.25,15.00,0.25,none,none,none, consul,consul,3.61,Noun,6,6,2,consul,13.16,1.00,13.16,1.00,none,none,none,12.01 consular,consular,0.41,Adjective,8,7,3,consular,15.54,0.68,15.54,0.68,none,none,none, consulate,consulate,4.88,Noun,9,8,3,consulate,14.33,0.95,14.33,0.95,none,none,none, consulates,consulates,0.14,Noun,10,9,3,consulate,none,none,14.33,0.95,none,none,none, consuls,consuls,0.02,Noun,7,7,2,consul,none,none,13.16,1.00,none,none,none,12.01 consult,consult,5.59,Verb,7,7,2,consult,10.95,1.00,10.95,1.00,none,none,none,10.60 consultant,consultant,3.67,Noun,10,10,3,consultant,12.26,1.00,12.26,1.00,none,none,none, consultants,consultants,0.82,Noun,11,11,3,consultant,none,none,12.26,1.00,none,none,none, consultation,consultation,1.25,Noun,12,11,4,consultation,9.79,1.00,9.79,1.00,none,none,none, consultations,consultations,0.20,Noun,13,12,4,consultation,none,none,9.79,1.00,none,none,none, consulted,consulted,1.69,Verb,9,9,3,consult,none,none,10.95,1.00,none,none,none,10.60 consulting,consulting,2.86,Verb,10,9,3,consult,none,none,10.95,1.00,none,none,none,10.60 consults,consults,0.41,Verb,8,8,2,consult,none,none,10.95,1.00,none,none,none,10.60 consume,consume,2.06,Verb,7,6,2,consume,11.47,1.00,11.47,1.00,none,none,none,9.31 consumed,consumed,3.10,Verb,8,7,2,consume,none,none,11.47,1.00,none,none,none,9.31 consumer,consumer,2.08,Noun,8,7,3,consumer,11.21,1.00,11.21,1.00,none,none,none, consumerism,consumerism,0.18,Noun,11,11,5,consumerism,14.05,1.00,14.05,1.00,none,none,none, consumers,consumers,0.88,Noun,9,8,3,consumer,none,none,11.21,1.00,none,none,none, consumes,consumes,0.71,Verb,8,7,2,consume,none,none,11.47,1.00,none,none,none,9.31 consuming,consuming,1.06,Verb,9,8,3,consume,none,none,11.47,1.00,none,none,none,9.31 consummate,consummate,0.98,Verb,10,8,3,consummate,13.78,0.95,13.78,0.95,none,none,none, consummated,consummated,0.63,Verb,11,10,4,consummate,none,none,13.78,0.95,none,none,none, consummates,consummates,0.02,Verb,11,9,3,consummate,none,none,13.78,0.95,none,none,none, consummation,consummation,0.20,Noun,12,10,4,consummation,13.65,0.91,13.65,0.91,none,12.85,none, consummations,consummations,0.02,Noun,13,11,4,consummation,none,none,13.65,0.91,none,12.85,none, consumption,consumption,1.84,Noun,11,10,3,consumption,11.95,1.00,11.95,1.00,none,none,none, consumptive,consumptive,0.02,Adjective,11,10,3,consumptive,12.47,0.79,12.47,0.79,none,none,none, consumptives,consumptives,0.02,Noun,12,11,3,consumptive,none,none,12.47,0.79,none,none,none, contact,contact,64.80,Noun,7,7,2,contact,7.78,1.00,7.78,1.00,8.11,none,none,7.57 contacted,contacted,7.43,Verb,9,9,3,contact,none,none,7.78,1.00,8.11,none,none,7.57 contacting,contacting,1.47,Verb,10,9,3,contact,none,none,7.78,1.00,8.11,none,none,7.57 contacts,contacts,7.90,Noun,8,8,2,contact,none,none,7.78,1.00,8.11,none,none,7.57 contagion,contagion,0.41,Noun,9,8,3,contagion,11.62,0.72,11.62,0.72,none,none,none, contagions,contagions,0.02,Noun,10,9,3,contagion,none,none,11.62,0.72,none,none,none, contagious,contagious,3.33,Adjective,10,8,3,contagious,8.17,1.00,8.17,1.00,none,none,none, contain,contain,6.08,Verb,7,6,2,contain,7.88,1.00,7.88,1.00,none,7.56,none,8.53 containable,containable,0.08,Adjective,11,10,4,containable,13.33,1.00,13.33,1.00,none,none,none, contained,contained,4.61,Verb,9,7,2,contain,none,none,7.88,1.00,none,7.56,none,8.53 container,container,4.29,Noun,9,7,3,container,6.50,1.00,6.50,1.00,none,none,none, containers,containers,1.51,Noun,10,8,3,container,none,none,6.50,1.00,none,none,none, containing,containing,2.53,Verb,10,8,3,contain,none,none,7.88,1.00,none,7.56,none,8.53 containment,containment,2.10,Noun,11,10,3,containment,11.28,1.00,11.28,1.00,none,none,none, contains,contains,5.10,Verb,8,7,2,contain,none,none,7.88,1.00,none,7.56,none,8.53 contaminant,contaminant,0.06,Noun,11,11,4,contaminant,12.22,1.00,12.22,1.00,none,none,none, contaminants,contaminants,0.22,Noun,12,12,4,contaminant,none,none,12.22,1.00,none,none,none, contaminate,contaminate,0.71,Verb,11,10,4,contaminate,10.90,1.00,10.90,1.00,none,none,none, contaminated,contaminated,2.55,Verb,12,12,5,contaminate,none,none,10.90,1.00,none,none,none, contaminates,contaminates,0.06,Verb,12,11,4,contaminate,none,none,10.90,1.00,none,none,none, contaminating,contaminating,0.35,Verb,13,12,5,contaminate,none,none,10.90,1.00,none,none,none, contamination,contamination,1.18,Noun,13,12,5,contamination,11.44,1.00,11.44,1.00,none,11.64,none, contaminative,contaminative,0.02,Adjective,13,12,5,contaminative,14.80,0.79,14.80,0.79,none,none,none, contemplate,contemplate,1.24,Verb,11,10,3,contemplate,10.58,1.00,10.58,1.00,10.53,none,none, contemplated,contemplated,0.41,Verb,12,12,4,contemplate,none,none,10.58,1.00,10.53,none,none, contemplates,contemplates,0.06,Verb,12,11,3,contemplate,none,none,10.58,1.00,10.53,none,none, contemplating,contemplating,1.35,Verb,13,12,4,contemplate,none,none,10.58,1.00,10.53,none,none, contemplation,contemplation,0.24,Noun,13,12,4,contemplation,11.82,0.94,11.82,0.94,none,none,none, contemplative,contemplative,0.10,Adjective,13,12,4,contemplative,13.00,0.95,13.00,0.95,none,none,none, contemporaries,contemporaries,0.27,Noun,14,12,5,contemporary,none,none,12.28,1.00,none,none,none, contemporary,contemporary,1.94,Adjective,12,11,5,contemporary,12.28,1.00,12.28,1.00,none,none,none, contemporize,contemporize,0.02,Verb,12,11,4,contemporize,13.65,0.89,13.65,0.89,none,none,none, contempt,contempt,5.02,Noun,8,8,2,contempt,12.44,1.00,12.44,1.00,none,none,none,12.43 contemptible,contemptible,0.78,Adjective,12,12,4,contemptible,13.33,0.67,13.33,0.67,none,none,none, contemptuous,contemptuous,0.24,Adjective,12,11,4,contemptuous,13.47,0.94,13.47,0.94,none,none,none, contend,contend,0.94,Verb,7,7,2,contend,12.42,1.00,12.42,1.00,none,11.19,none,11.29 contended,contended,0.12,Verb,9,9,3,contend,none,none,12.42,1.00,none,11.19,none,11.29 contender,contender,0.96,Noun,9,8,3,contender,12.00,0.95,12.00,0.95,none,none,none, contenders,contenders,0.33,Noun,10,9,3,contender,none,none,12.00,0.95,none,none,none, contending,contending,0.08,Adjective,10,9,3,contending,12.07,0.83,12.07,0.83,none,none,none, contends,contends,0.20,Verb,8,8,2,contend,none,none,12.42,1.00,none,11.19,none,11.29 content,content,7.63,Noun,7,7,2,content,8.37,1.00,8.37,1.00,none,7.77,none,9.05 contention,contention,0.80,Noun,10,9,3,contention,12.78,1.00,12.78,1.00,none,none,none, contentious,contentious,0.18,Adjective,11,9,3,contentious,12.94,0.80,12.94,0.80,none,none,none, contentment,contentment,0.41,Noun,11,11,3,contentment,10.72,0.95,10.72,0.95,9.54,none,none, contents,contents,4.29,Noun,8,8,2,contents,8.50,1.00,8.50,1.00,none,none,none, contest,contest,18.78,Noun,7,7,2,contest,7.44,1.00,7.44,1.00,none,8.47,none,6.68 contestable,contestable,0.02,Adjective,11,11,4,contestable,13.06,0.89,13.06,0.89,none,none,none, contestant,contestant,2.67,Noun,10,10,3,contestant,8.21,1.00,8.21,1.00,none,none,none, contestants,contestants,2.63,Noun,11,11,3,contestant,none,none,8.21,1.00,none,none,none, contestation,contestation,0.04,Noun,12,11,4,contestation,12.19,0.80,12.19,0.80,none,none,none, contester,contester,0.02,Noun,9,7,2,contester,11.59,0.94,11.59,0.94,none,none,none, contesting,contesting,0.25,Verb,10,9,3,contest,none,none,7.44,1.00,none,8.47,none,6.68 contests,contests,1.35,Noun,8,8,2,contest,none,none,7.44,1.00,none,8.47,none,6.68 context,context,3.20,Noun,7,8,2,context,10.00,1.00,10.00,1.00,none,11.19,none,9.94 contexts,contexts,0.02,Noun,8,9,2,context,none,none,10.00,1.00,none,11.19,none,9.94 contextual,contextual,0.04,Adjective,10,12,4,contextual,13.19,0.84,13.19,0.84,none,none,none, contiguous,contiguous,0.06,Adjective,10,10,4,contiguous,14.06,0.95,14.06,0.95,none,none,none, continent,continent,3.67,Noun,9,9,3,continent,8.35,1.00,8.35,1.00,none,8.98,none, continental,continental,3.29,Adjective,11,11,4,continental,11.06,1.00,11.06,1.00,none,none,none, continentals,continentals,0.02,Noun,12,12,4,continental,none,none,11.06,1.00,none,none,none, continents,continents,1.47,Noun,10,10,3,continent,none,none,8.35,1.00,none,8.98,none, contingencies,contingencies,0.45,Noun,13,12,4,contingency,none,none,14.06,0.94,none,none,none, contingency,contingency,1.53,Noun,11,11,4,contingency,14.06,0.94,14.06,0.94,none,none,none, contingent,contingent,1.08,Adjective,10,10,3,contingent,13.73,0.83,13.73,0.83,none,none,none, contingents,contingents,0.04,Noun,11,11,3,contingent,none,none,13.73,0.83,none,none,none, continual,continual,0.31,Adjective,9,10,4,continual,10.65,0.94,10.65,0.94,none,none,none, continuance,continuance,1.12,Noun,11,11,4,continuance,12.00,1.00,12.00,1.00,none,none,none, continuances,continuances,0.12,Noun,12,13,5,continuance,none,none,12.00,1.00,none,none,none, continuation,continuation,0.47,Noun,12,12,5,continuation,10.05,1.00,10.05,1.00,none,9.71,none, continuations,continuations,0.02,Noun,13,13,5,continuation,none,none,10.05,1.00,none,9.71,none, continue,continue,49.55,Verb,8,8,3,continue,7.53,1.00,7.53,1.00,none,none,none, continued,continued,7.25,Verb,9,9,3,continue,none,none,7.53,1.00,none,none,none, continues,continues,21.35,Verb,9,9,3,continue,none,none,7.53,1.00,none,none,none, continuing,continuing,4.00,Verb,10,10,4,continue,none,none,7.53,1.00,none,none,none, continuity,continuity,0.69,Noun,10,10,5,continuity,13.68,1.00,13.68,1.00,none,none,none, continuous,continuous,1.92,Adjective,10,10,4,continuous,11.39,1.00,11.39,1.00,none,none,none, continuum,continuum,1.51,Noun,9,10,4,continuum,14.35,0.89,14.35,0.89,none,none,none, continuums,continuums,0.02,Noun,10,12,4,continuum,none,none,14.35,0.89,none,none,none, contort,contort,0.10,Verb,7,7,2,contort,10.44,0.89,10.44,0.89,none,none,none, contortion,contortion,0.08,Noun,10,9,3,contortion,11.53,0.95,11.53,0.95,none,none,none, contortionist,contortionist,0.12,Noun,13,12,4,contortionist,11.76,0.94,11.76,0.94,none,none,none, contortionists,contortionists,0.02,Noun,14,13,4,contortionist,none,none,11.76,0.94,none,none,none, contortions,contortions,0.06,Noun,11,10,3,contortion,none,none,11.53,0.95,none,none,none, contorts,contorts,0.04,Verb,8,8,2,contort,none,none,10.44,0.89,none,none,none, contour,contour,0.27,Noun,7,6,2,contour,11.72,0.95,11.72,0.95,none,none,none, contoured,contoured,0.08,Adjective,9,7,2,contoured,14.39,0.95,14.39,0.95,none,none,none, contours,contours,0.39,Noun,8,7,2,contour,none,none,11.72,0.95,none,none,none, contra,contra,0.06,Noun,6,6,2,contra,15.31,0.68,15.31,0.68,none,none,none, contraband,contraband,0.94,Noun,10,10,3,contraband,13.11,1.00,13.11,1.00,none,none,none, contraception,contraception,0.45,Noun,13,12,4,contraception,13.16,0.95,13.16,0.95,none,none,none, contraceptive,contraceptive,0.33,Adjective,13,12,4,contraceptive,14.06,0.94,14.06,0.94,none,none,none, contraceptives,contraceptives,0.35,Noun,14,13,4,contraceptive,none,none,14.06,0.94,none,none,none, contract,contract,32.35,Noun,8,8,2,contract,9.21,1.00,9.21,1.00,11.04,none,none,9.76 contracted,contracted,1.84,Verb,10,10,3,contract,none,none,9.21,1.00,11.04,none,none,9.76 contracting,contracting,0.47,Verb,11,10,3,contract,none,none,9.21,1.00,11.04,none,none,9.76 contraction,contraction,1.08,Noun,11,10,3,contraction,12.89,1.00,12.89,1.00,none,11.60,none, contractions,contractions,1.94,Noun,12,11,3,contraction,none,none,12.89,1.00,none,11.60,none, contractor,contractor,3.14,Noun,10,9,3,contractor,10.16,1.00,10.16,1.00,none,none,none, contractors,contractors,1.10,Noun,11,10,3,contractor,none,none,10.16,1.00,none,none,none, contracts,contracts,5.80,Noun,9,9,2,contract,none,none,9.21,1.00,11.04,none,none,9.76 contractual,contractual,0.20,Adjective,11,11,4,contractual,13.12,0.89,13.12,0.89,none,none,none, contracture,contracture,0.02,Noun,11,9,3,contracture,13.22,0.90,13.22,0.90,none,none,none, contradict,contradict,1.35,Verb,10,10,3,contradict,10.89,1.00,10.89,1.00,none,none,none, contradicted,contradicted,0.22,Verb,12,12,4,contradict,none,none,10.89,1.00,none,none,none, contradicting,contradicting,0.29,Verb,13,12,4,contradict,none,none,10.89,1.00,none,none,none, contradiction,contradiction,1.47,Noun,13,12,4,contradiction,10.63,1.00,10.63,1.00,none,none,none, contradictions,contradictions,0.41,Noun,14,13,4,contradiction,none,none,10.63,1.00,none,none,none, contradictory,contradictory,0.63,Adjective,13,12,5,contradictory,12.32,1.00,12.32,1.00,none,none,none, contradicts,contradicts,0.25,Verb,11,11,3,contradict,none,none,10.89,1.00,none,none,none, contrail,contrail,0.04,Noun,8,7,2,contrail,15.62,0.68,15.62,0.68,none,none,none, contrails,contrails,0.02,Noun,9,8,2,contrail,none,none,15.62,0.68,none,none,none, contraire,contraire,0.55,Adverb,9,8,4,contraire,12.63,0.81,12.63,0.81,none,none,none,12.43 contraption,contraption,1.47,Noun,11,10,3,contraption,11.39,0.95,11.39,0.95,none,none,none, contraptions,contraptions,0.31,Noun,12,11,3,contraption,none,none,11.39,0.95,none,none,none, contrapuntal,contrapuntal,0.14,Adjective,12,12,4,contrapuntal,14.40,0.26,14.40,0.26,none,none,none, contraries,contraries,0.02,Noun,10,9,3,contrary,none,none,10.28,1.00,none,none,none, contrariety,contrariety,Err:512,Err:512,11,11,5,contrariety,13.22,0.50,13.22,0.50,none,none,none, contrariness,contrariness,0.04,Noun,12,11,4,contrariness,10.53,1.00,10.53,1.00,none,none,none, contrary,contrary,8.90,Noun,8,8,3,contrary,10.28,1.00,10.28,1.00,none,none,none, contrast,contrast,2.10,Noun,8,8,2,contrast,9.85,1.00,9.85,1.00,none,none,none,9.05 contrasted,contrasted,0.04,Verb,10,10,3,contrast,none,none,9.85,1.00,none,none,none,9.05 contrasts,contrasts,0.18,Noun,9,9,2,contrast,none,none,9.85,1.00,none,none,none,9.05 contravene,contravene,0.02,Verb,10,9,3,contravene,17.33,0.33,17.33,0.33,none,none,none, contravened,contravened,0.04,Verb,11,10,3,contravene,none,none,17.33,0.33,none,none,none, contravenes,contravenes,0.04,Verb,11,10,3,contravene,none,none,17.33,0.33,none,none,none, contravening,contravening,0.06,Verb,12,11,4,contravene,none,none,17.33,0.33,none,none,none, contravention,contravention,0.06,Noun,13,12,4,contravention,13.50,0.22,13.50,0.22,none,none,none, contretemps,contretemps,0.10,Noun,11,11,3,contretemps,14.43,0.37,14.43,0.37,none,none,none, contributable,contributable,0.02,Adjective,13,14,5,contributable,12.47,0.89,12.47,0.89,none,none,none, contribute,contribute,3.80,Verb,10,10,3,contribute,9.37,1.00,9.37,1.00,none,none,none, contributed,contributed,1.69,Verb,11,12,4,contribute,none,none,9.37,1.00,none,none,none, contributes,contributes,0.31,Verb,11,11,3,contribute,none,none,9.37,1.00,none,none,none, contributing,contributing,1.14,Verb,12,12,4,contribute,none,none,9.37,1.00,none,none,none, contribution,contribution,4.37,Noun,12,12,4,contribution,11.25,1.00,11.25,1.00,none,none,none, contributions,contributions,1.96,Noun,13,13,4,contribution,none,none,11.25,1.00,none,none,none, contributor,contributor,0.35,Noun,11,11,4,contributor,10.83,1.00,10.83,1.00,none,none,none, contributors,contributors,0.31,Noun,12,12,4,contributor,none,none,10.83,1.00,none,none,none, contributory,contributory,0.06,Adjective,12,13,5,contributory,13.71,0.89,13.71,0.89,none,none,none, contrite,contrite,0.22,Adjective,8,7,2,contrite,13.63,1.00,13.63,1.00,none,none,none, contriteness,contriteness,0.02,Noun,12,10,3,contriteness,13.62,0.68,13.62,0.68,none,none,none, contrition,contrition,0.57,Noun,10,9,3,contrition,13.50,0.80,13.50,0.80,none,none,none, contrivance,contrivance,0.10,Noun,11,10,3,contrivance,14.06,0.80,14.06,0.80,none,none,none, contrivances,contrivances,0.06,Noun,12,12,4,contrivance,none,none,14.06,0.80,none,none,none, contrive,contrive,0.10,Verb,8,7,2,contrive,12.81,0.89,12.81,0.89,none,none,none, contriver,contriver,0.02,Noun,9,8,3,contriver,15.15,0.68,15.15,0.68,none,none,none, contriving,contriving,0.04,Verb,10,9,3,contrive,none,none,12.81,0.89,none,none,none, control,control,130.63,Noun,7,7,2,control,7.26,1.00,7.26,1.00,8.46,8.18,none,7.26 controllable,controllable,0.16,Adjective,12,11,4,controllable,7.44,1.00,7.44,1.00,none,none,none, controlled,controlled,6.98,Verb,10,8,2,control,none,none,7.26,1.00,8.46,8.18,none,7.26 controller,controller,1.29,Noun,10,8,3,controller,10.32,1.00,10.32,1.00,none,none,none, controllers,controllers,0.51,Noun,11,9,3,controller,none,none,10.32,1.00,none,none,none, controlling,controlling,4.43,Verb,11,9,3,control,none,none,7.26,1.00,8.46,8.18,none,7.26 controls,controls,7.80,Verb,8,8,2,control,none,none,7.26,1.00,8.46,8.18,none,7.26 controversial,controversial,2.14,Adjective,13,11,4,controversial,12.16,1.00,12.16,1.00,none,none,none, controversies,controversies,0.06,Noun,13,11,4,controversy,none,none,11.17,1.00,none,none,none, controversy,controversy,1.63,Noun,11,10,4,controversy,11.17,1.00,11.17,1.00,none,none,none, contumacious,contumacious,Err:512,Err:512,12,11,5,contumacious,18.50,0.10,18.50,0.10,none,none,none, contumely,contumely,0.02,Noun,9,9,3,contumely,13.25,0.21,13.25,0.21,none,none,none, contusion,contusion,0.71,Noun,9,8,3,contusion,12.84,1.00,12.84,1.00,none,none,none, contusions,contusions,1.35,Noun,10,9,3,contusion,none,none,12.84,1.00,none,none,none, conundrum,conundrum,0.49,Noun,9,9,3,conundrum,14.56,0.90,14.56,0.90,none,none,none, conundrums,conundrums,0.04,Noun,10,10,3,conundrum,none,none,14.56,0.90,none,none,none, conurbation,conurbation,Err:512,Err:512,11,10,4,conurbation,13.00,0.05,13.00,0.05,none,none,none, convalesce,convalesce,0.06,Verb,10,8,3,convalesce,13.69,0.74,13.69,0.74,none,none,none, convalesced,convalesced,0.02,Verb,11,9,3,convalesce,none,none,13.69,0.74,none,none,none, convalescence,convalescence,0.08,Noun,13,11,4,convalescence,13.93,0.78,13.93,0.78,none,none,none, convalescent,convalescent,0.33,Adjective,12,11,4,convalescent,15.06,0.89,15.06,0.89,none,none,none, convalesces,convalesces,0.02,Verb,11,10,4,convalesce,none,none,13.69,0.74,none,none,none, convalescing,convalescing,0.12,Verb,12,10,4,convalesce,none,none,13.69,0.74,none,none,none, convection,convection,0.08,Noun,10,9,3,convection,12.56,1.00,12.56,1.00,none,none,none, convective,convective,0.04,Adjective,10,9,3,convective,11.82,0.61,11.82,0.61,none,none,none, convector,convector,0.02,Noun,9,8,3,convector,14.56,0.84,14.56,0.84,none,none,none, convene,convene,0.76,Verb,7,6,2,convene,12.95,1.00,12.95,1.00,none,12.90,none,12.32 convened,convened,0.65,Verb,8,7,2,convene,none,none,12.95,1.00,none,12.90,none,12.32 convenes,convenes,0.16,Verb,8,7,2,convene,none,none,12.95,1.00,none,12.90,none,12.32 convenience,convenience,4.80,Noun,11,10,3,convenience,10.17,1.00,10.17,1.00,none,none,none, conveniences,conveniences,0.33,Noun,12,12,4,convenience,none,none,10.17,1.00,none,none,none, convenient,convenient,8.55,Adjective,10,10,3,convenient,9.40,1.00,9.40,1.00,none,none,none, convening,convening,0.20,Verb,9,8,3,convene,none,none,12.95,1.00,none,12.90,none,12.32 convent,convent,3.33,Noun,7,7,2,convent,9.57,0.78,9.57,0.78,none,10.47,none,10.70 convention,convention,12.33,Noun,10,9,3,convention,12.10,1.00,12.10,1.00,none,none,none, conventional,conventional,3.04,Adjective,12,11,4,conventional,9.26,1.00,9.26,1.00,none,none,none, conventionality,conventionality,0.08,Noun,15,14,6,conventionality,15.11,0.95,15.11,0.95,none,none,none, conventions,conventions,1.49,Noun,11,10,3,convention,none,none,12.10,1.00,none,none,none, convents,convents,0.20,Noun,8,8,2,convent,none,none,9.57,0.78,none,10.47,none,10.70 conventual,conventual,Err:512,Err:512,10,11,4,conventual,13.00,0.44,13.00,0.44,none,none,none, converge,converge,0.63,Verb,8,6,2,converge,12.00,1.00,12.00,1.00,none,none,none,11.49 converged,converged,0.10,Verb,9,7,2,converge,none,none,12.00,1.00,none,none,none,11.49 convergence,convergence,0.24,Noun,11,9,3,convergence,11.61,1.00,11.61,1.00,none,none,none, convergent,convergent,0.04,Adjective,10,9,3,convergent,13.41,0.94,13.41,0.94,none,none,none, converging,converging,0.41,Verb,10,8,3,converge,none,none,12.00,1.00,none,none,none,11.49 conversable,conversable,0.02,Adjective,11,10,4,conversable,13.42,0.95,13.42,0.95,none,none,none, conversant,conversant,0.12,Adjective,10,9,3,conversant,13.43,0.78,13.43,0.78,none,none,none, conversation,conversation,49.86,Noun,12,10,4,conversation,7.79,1.00,7.79,1.00,none,none,none, conversational,conversational,0.53,Adjective,14,12,5,conversational,10.89,1.00,10.89,1.00,none,none,none, conversationalist,conversationalist,0.45,Noun,17,15,6,conversationalist,11.72,1.00,11.72,1.00,none,none,none, conversationalists,conversationalists,0.02,Noun,18,16,6,conversationalist,none,none,11.72,1.00,none,none,none, conversations,conversations,5.59,Noun,13,11,4,conversation,none,none,7.79,1.00,none,none,none, converse,converse,1.29,Verb,8,6,2,converse,12.00,1.00,12.00,1.00,10.06,none,none,10.80 conversed,conversed,0.10,Verb,9,7,2,converse,none,none,12.00,1.00,10.06,none,none,10.80 converses,converses,0.02,Verb,9,8,3,converse,none,none,12.00,1.00,10.06,none,none,10.80 conversing,conversing,0.49,Verb,10,8,3,converse,none,none,12.00,1.00,10.06,none,none,10.80 conversion,conversion,1.29,Noun,10,8,3,conversion,10.39,1.00,10.39,1.00,none,none,none, conversions,conversions,0.10,Noun,11,9,3,conversion,none,none,10.39,1.00,none,none,none, convert,convert,3.12,Verb,7,6,2,convert,10.61,1.00,10.61,1.00,none,10.73,none,10.70 converted,converted,2.59,Verb,9,8,3,convert,none,none,10.61,1.00,none,10.73,none,10.70 converter,converter,0.22,Noun,9,7,3,converter,12.72,0.95,12.72,0.95,none,none,none, converters,converters,0.24,Noun,10,8,3,converter,none,none,12.72,0.95,none,none,none, convertible,convertible,3.25,Noun,11,10,4,convertible,8.53,1.00,8.53,1.00,none,none,none, convertibles,convertibles,0.29,Noun,12,11,4,convertible,none,none,8.53,1.00,none,none,none, converting,converting,0.80,Verb,10,8,3,convert,none,none,10.61,1.00,none,10.73,none,10.70 converts,converts,0.67,Noun,8,7,2,convert,none,none,10.61,1.00,none,10.73,none,10.70 convex,convex,0.18,Adjective,6,7,2,convex,11.31,0.72,11.31,0.72,none,none,none, convey,convey,2.67,Verb,6,5,2,convey,12.65,1.00,12.65,1.00,none,none,none,11.19 conveyance,conveyance,0.22,Noun,10,8,3,conveyance,12.76,0.81,12.76,0.81,none,12.17,none, conveyances,conveyances,0.04,Noun,11,10,4,conveyance,none,none,12.76,0.81,none,12.17,none, conveyed,conveyed,0.45,Verb,8,6,2,convey,none,none,12.65,1.00,none,none,none,11.19 conveying,conveying,0.22,Verb,9,7,3,convey,none,none,12.65,1.00,none,none,none,11.19 conveys,conveys,0.16,Verb,7,6,2,convey,none,none,12.65,1.00,none,none,none,11.19 convict,convict,6.35,Verb,7,7,2,convict,11.00,1.00,11.00,1.00,none,10.36,none,10.90 convicting,convicting,0.37,Verb,10,9,3,convict,none,none,11.00,1.00,none,10.36,none,10.90 conviction,conviction,5.94,Noun,10,9,3,conviction,10.85,1.00,10.85,1.00,none,none,none, convictions,convictions,2.47,Noun,11,10,3,conviction,none,none,10.85,1.00,none,none,none, convicts,convicts,1.25,Noun,8,8,2,convict,none,none,11.00,1.00,none,10.36,none,10.90 convince,convince,18.73,Verb,8,7,2,convince,8.78,1.00,8.78,1.00,9.10,none,none,9.49 convincer,convincer,0.04,Noun,9,8,3,convincer,11.28,0.95,11.28,0.95,none,none,none, convinces,convinces,0.61,Verb,9,9,3,convince,none,none,8.78,1.00,9.10,none,none,9.49 convincing,convincing,6.92,Adjective,10,9,3,convincing,7.58,1.00,7.58,1.00,none,none,none, convivial,convivial,0.16,Adjective,9,9,4,convivial,14.91,0.58,14.91,0.58,none,none,none, conviviality,conviviality,0.08,Noun,12,12,5,conviviality,14.80,0.79,14.80,0.79,none,none,none, convocation,convocation,0.06,Noun,11,10,4,convocation,14.00,0.68,14.00,0.68,none,13.32,none, convocations,convocations,0.02,Noun,12,11,4,convocation,none,none,14.00,0.68,none,13.32,none, convolution,convolution,0.02,Noun,11,10,4,convolution,14.00,0.95,14.00,0.95,none,none,none, convolutions,convolutions,0.04,Noun,12,11,4,convolution,none,none,14.00,0.95,none,none,none, convoy,convoy,3.55,Noun,6,5,2,convoy,12.28,1.00,12.28,1.00,none,11.07,none,11.90 convoys,convoys,0.22,Noun,7,6,2,convoy,none,none,12.28,1.00,none,11.07,none,11.90 convulse,convulse,0.12,Verb,8,7,2,convulse,11.00,0.95,11.00,0.95,none,none,none, convulses,convulses,0.02,Verb,9,9,3,convulse,none,none,11.00,0.95,none,none,none, convulsing,convulsing,0.20,Verb,10,9,3,convulse,none,none,11.00,0.95,none,none,none, convulsion,convulsion,0.20,Noun,10,9,3,convulsion,12.00,0.94,12.00,0.94,none,none,none, convulsions,convulsions,0.49,Noun,11,10,3,convulsion,none,none,12.00,0.94,none,none,none, coo,coo,0.69,Noun,3,2,1,coo,7.16,1.00,7.16,1.00,none,none,none, cooed,cooed,0.02,Verb,5,3,1,coo,none,none,7.16,1.00,none,none,none, cooer,cooer,0.02,Noun,5,3,2,cooer,13.33,0.50,13.33,0.50,none,none,none, cooing,cooing,0.47,Verb,6,4,2,coo,none,none,7.16,1.00,none,none,none, cook,cook,45.57,Verb,4,3,1,cook,4.22,1.00,4.22,1.00,5.37,4.90,5.21, cookbook,cookbook,0.73,Noun,8,6,2,cookbook,7.22,1.00,7.22,1.00,none,none,none, cookbooks,cookbooks,0.22,Noun,9,7,2,cookbook,none,none,7.22,1.00,none,none,none, cooked,cooked,9.51,Verb,6,4,1,cook,none,none,4.22,1.00,5.37,4.90,5.21, cooker,cooker,0.67,Noun,6,4,2,cooker,6.95,1.00,6.95,1.00,none,none,none, cookers,cookers,0.02,Noun,7,5,2,cooker,none,none,6.95,1.00,none,none,none, cookery,cookery,0.12,Noun,7,6,3,cookery,10.37,1.00,10.37,1.00,5.86,none,none, cookhouse,cookhouse,0.02,Noun,9,6,2,cookhouse,10.71,0.89,10.71,0.89,none,none,none, cookie,cookie,16.71,Noun,6,4,2,cookie,3.37,1.00,3.37,1.00,none,none,none,3.82 cookies,cookies,17.90,Noun,7,5,2,cookie,none,none,3.37,1.00,none,none,none,3.82 cooking,cooking,25.63,Noun,7,5,2,cooking,5.10,1.00,5.10,1.00,none,none,none, cookout,cookout,0.76,Noun,7,5,2,cookout,7.42,1.00,7.42,1.00,none,none,none, cookouts,cookouts,0.10,Noun,8,6,2,cookout,none,none,7.42,1.00,none,none,none, cooks,cooks,3.76,Verb,5,4,1,cook,none,none,4.22,1.00,5.37,4.90,5.21, cookware,cookware,0.12,Noun,8,6,2,cookware,9.44,1.00,9.44,1.00,none,none,none, cool,cool,195.88,Adjective,4,3,1,cool,4.58,1.00,4.58,1.00,5.22,none,5.53, coolant,coolant,0.69,Noun,7,6,2,coolant,11.18,0.94,11.18,0.94,none,none,none,11.90 coolants,coolants,0.06,Noun,8,7,2,coolant,none,none,11.18,0.94,none,none,none,11.90 cooled,cooled,1.27,Verb,6,4,1,cool,none,none,4.58,1.00,5.22,none,5.53, cooler,cooler,7.06,Noun,6,4,2,cooler,6.11,1.00,6.11,1.00,none,none,none, coolers,coolers,0.75,Noun,7,5,2,cooler,none,none,6.11,1.00,none,none,none, coolest,coolest,4.20,Adjective,7,6,2,cool,none,none,4.58,1.00,5.22,none,5.53, coolie,coolie,0.47,Noun,6,4,2,coolie,10.27,0.61,10.27,0.61,none,none,none, coolies,coolies,0.12,Noun,7,5,2,coolie,none,none,10.27,0.61,none,none,none, cooling,cooling,2.20,Verb,7,5,2,cool,none,none,4.58,1.00,5.22,none,5.53, coolness,coolness,0.35,Noun,8,6,2,coolness,7.90,0.95,7.90,0.95,none,8.51,none, cools,cools,0.73,Verb,5,4,1,cool,none,none,4.58,1.00,5.22,none,5.53, coon,coon,1.25,Noun,4,3,1,coon,9.11,1.00,9.11,1.00,none,none,10.07, coonhound,coonhound,0.06,Noun,9,7,2,coonhound,9.94,0.90,9.94,0.90,none,none,none, coonhounds,coonhounds,0.02,Noun,10,8,2,coonhound,none,none,9.94,0.90,none,none,none, coons,coons,0.51,Noun,5,4,1,coon,none,none,9.11,1.00,none,none,10.07, coonskin,coonskin,0.10,Noun,8,7,2,coonskin,9.75,0.89,9.75,0.89,none,none,none, coonskins,coonskins,0.02,Noun,9,8,2,coonskin,none,none,9.75,0.89,none,none,none, coop,coop,10.35,Name,4,3,1,coop,8.25,1.00,8.25,1.00,none,none,10.46, cooped,cooped,1.59,Verb,6,4,1,coop,none,none,8.25,1.00,none,none,10.46, cooperage,cooperage,0.04,Noun,9,6,3,cooperage,14.14,0.37,14.14,0.37,none,none,none, cooperate,cooperate,10.35,Verb,9,7,4,cooperate,8.28,1.00,8.28,1.00,none,none,none, cooperated,cooperated,0.71,Verb,10,9,5,cooperate,none,none,8.28,1.00,none,none,none, cooperates,cooperates,0.29,Verb,10,8,4,cooperate,none,none,8.28,1.00,none,none,none, cooperating,cooperating,2.14,Verb,11,9,5,cooperate,none,none,8.28,1.00,none,none,none, cooperation,cooperation,7.98,Noun,11,9,5,cooperation,8.00,1.00,8.00,1.00,none,none,none, cooperative,cooperative,2.04,Adjective,11,9,5,cooperative,8.56,1.00,8.56,1.00,none,none,none, cooperatives,cooperatives,0.02,Noun,12,10,4,cooperative,none,none,8.56,1.00,none,none,none, cooperator,co-operator,0.02,Noun,10,8,5,cooperator,10.78,1.00,10.78,1.00,none,none,none, coops,coops,0.02,Verb,5,4,1,coop,none,none,8.25,1.00,none,none,10.46, coordinate,coordinate,2.55,Verb,10,9,4,coordinate,10.89,1.00,10.89,1.00,none,none,none, coordinated,coordinated,1.08,Verb,11,11,5,coordinate,none,none,10.89,1.00,none,none,none, coordinates,coordinates,6.82,Noun,11,10,4,coordinate,none,none,10.89,1.00,none,none,none, coordinating,coordinating,1.12,Verb,12,11,5,coordinate,none,none,10.89,1.00,none,none,none, coordination,coordination,1.18,Noun,12,11,5,coordination,11.84,1.00,11.84,1.00,none,none,none, coordinator,coordinator,1.59,Noun,11,10,5,coordinator,11.05,1.00,11.05,1.00,none,none,none, coordinators,coordinators,0.14,Noun,12,11,5,coordinator,none,none,11.05,1.00,none,none,none, coos,coos,0.10,Noun,4,3,1,coo,none,none,7.16,1.00,none,none,none, coot,coot,0.71,Noun,4,3,1,coot,12.85,0.68,12.85,0.68,none,none,11.70, cootie,cootie,0.18,Noun,6,4,2,cootie,5.74,1.00,5.74,1.00,none,none,none, cooties,cooties,0.45,Noun,7,5,2,cootie,none,none,5.74,1.00,none,none,none, coots,coots,0.02,Err:512,5,4,1,coot,none,none,12.85,0.68,none,none,11.70, cop,cop,86.14,Noun,3,3,1,cop,4.94,1.00,4.94,1.00,none,none,5.53, copacetic,copacetic,0.41,Adjective,9,9,4,copacetic,15.36,0.78,15.36,0.78,none,none,none, copasetic,copasetic,0.12,Adjective,9,9,4,copacetic,none,none,15.36,0.78,none,none,none, cope,cope,3.25,Verb,4,3,1,cope,9.44,1.00,9.44,1.00,8.02,none,9.75, coped,coped,0.10,Verb,5,4,1,cope,none,none,9.44,1.00,8.02,none,9.75, copes,copes,0.02,Verb,5,4,1,cope,none,none,9.44,1.00,8.02,none,9.75, copied,copied,2.51,Verb,6,5,2,copy,none,none,6.06,1.00,none,5.99,none,6.47 copier,copier,0.63,Noun,6,5,3,copier,8.17,1.00,8.17,1.00,none,none,none, copiers,copiers,0.06,Noun,7,6,3,copier,none,none,8.17,1.00,none,none,none, copies,copies,9.69,Noun,6,5,2,copy,none,none,6.06,1.00,none,5.99,none,6.47 copilot,co-pilot,1.06,Noun,7,7,3,copilot,8.72,0.95,8.72,0.95,none,none,none, coping,coping,1.04,Verb,6,5,2,cope,none,none,9.44,1.00,8.02,none,9.75, copious,copious,0.18,Adjective,7,6,3,copious,14.60,1.00,14.60,1.00,11.68,none,none, copout,copout,0.02,Noun,6,5,2,copout,10.28,0.95,10.28,0.95,none,none,none, copped,copped,1.04,Verb,6,4,1,cop,none,none,4.94,1.00,none,none,5.53, copper,copper,6.59,Noun,6,4,2,copper,7.95,1.00,7.95,1.00,none,8.51,none,8.62 copperhead,copperhead,0.14,Noun,10,7,3,copperhead,10.65,0.85,10.65,0.85,none,none,none, copperheads,copperheads,0.06,Noun,11,8,3,copperhead,none,none,10.65,0.85,none,none,none, copperplate,copperplate,0.02,Noun,11,8,3,copperplate,9.58,0.67,9.58,0.67,none,none,none, coppers,coppers,0.84,Noun,7,5,2,copper,none,none,7.95,1.00,none,8.51,none,8.62 coppery,coppery,0.04,Adjective,7,5,3,coppery,11.59,0.81,11.59,0.81,none,none,none, coppice,coppice,Err:512,Err:512,7,5,2,coppice,16.60,0.25,16.60,0.25,none,none,none, copping,copping,0.71,Verb,7,5,2,cop,none,none,4.94,1.00,none,none,5.53, copra,copra,0.08,Noun,5,5,2,copra,12.40,0.26,12.40,0.26,none,none,none, cops,cops,84.12,Noun,4,4,1,cop,none,none,4.94,1.00,none,none,5.53, copter,copter,0.41,Noun,6,6,2,copter,11.07,0.75,11.07,0.75,none,none,none, copters,copters,0.12,Noun,7,6,2,copter,none,none,11.07,0.75,none,none,none, copula,copula,0.02,Adjective,6,7,3,copula,15.43,0.39,15.43,0.39,none,none,none, copulate,copulate,0.25,Verb,8,8,3,copulate,13.00,0.68,13.00,0.68,none,none,none, copulated,copulated,0.02,Verb,9,10,4,copulate,none,none,13.00,0.68,none,none,none, copulates,copulates,0.02,Noun,9,9,3,copulate,none,none,13.00,0.68,none,none,none, copulating,copulating,0.12,Verb,10,10,4,copulate,none,none,13.00,0.68,none,none,none, copulation,copulation,0.16,Noun,10,10,4,copulation,13.80,1.00,13.80,1.00,none,none,none, copulations,copulations,0.02,Noun,11,12,5,copulation,none,none,13.80,1.00,none,none,none, copulative,copulative,0.02,Adjective,10,10,4,copulative,15.38,0.42,15.38,0.42,none,none,none, copy,copy,52.27,Noun,4,4,2,copy,6.06,1.00,6.06,1.00,none,5.99,none,6.47 copybook,copybook,0.08,Noun,8,7,3,copybook,10.38,0.89,10.38,0.89,none,none,none, copycat,copycat,0.86,Noun,7,7,3,copycat,6.42,1.00,6.42,1.00,none,none,none, copycats,copycats,0.14,Noun,8,8,3,copycat,none,none,6.42,1.00,none,none,none, copycatted,copycatted,0.02,Verb,10,9,4,copycat,none,none,6.42,1.00,none,none,none, copycatting,copycatting,0.04,Verb,11,9,4,copycat,none,none,6.42,1.00,none,none,none, copyhold,copyhold,0.02,Noun,8,8,3,copyhold,13.09,0.58,13.09,0.58,none,none,none, copying,copying,1.29,Verb,7,6,3,copy,none,none,6.06,1.00,none,5.99,none,6.47 copyist,copyist,0.12,Noun,7,7,3,copyist,13.65,0.85,13.65,0.85,none,none,none, copyright,copyright,0.61,Noun,9,7,3,copyright,12.33,1.00,12.33,1.00,none,none,none, copyrighted,copyrighted,0.14,Verb,11,9,4,copyright,none,none,12.33,1.00,none,none,none, copyrights,copyrights,0.02,Noun,10,8,3,copyright,none,none,12.33,1.00,none,none,none, copywriter,copywriter,0.18,Noun,10,8,4,copywriter,10.89,1.00,10.89,1.00,none,none,none, copywriters,copywriters,0.02,Noun,11,9,4,copywriter,none,none,10.89,1.00,none,none,none, coquette,coquette,0.29,Noun,8,5,2,coquette,15.80,0.56,15.80,0.56,none,none,none, coquettish,coquettish,0.02,Adjective,10,7,3,coquettish,15.73,0.79,15.73,0.79,none,none,none, coral,coral,2.37,Noun,5,5,2,coral,9.06,1.00,9.06,1.00,none,8.62,none,7.80 corals,corals,0.08,Noun,6,6,2,coral,none,none,9.06,1.00,none,8.62,none,7.80 cord,cord,7.02,Noun,4,4,1,cord,6.00,1.00,6.00,1.00,none,7.67,7.01, cordage,cordage,0.10,Noun,7,6,2,cordage,14.62,0.68,14.62,0.68,none,none,none, cordial,cordial,1.22,Adjective,7,6,2,cordial,11.78,1.00,11.78,1.00,none,none,none,12.01 cordiality,cordiality,0.04,Noun,10,9,4,cordiality,14.11,1.00,14.11,1.00,none,none,none, cordillera,cordillera,0.12,Noun,10,9,4,cordillera,14.00,0.35,14.00,0.35,none,none,none, cordilleras,cordilleras,0.02,Noun,11,10,4,cordillera,none,none,14.00,0.35,none,none,none, cordite,cordite,0.06,Noun,7,6,2,cordite,16.88,0.40,16.88,0.40,none,none,none, cordless,cordless,0.39,Adjective,8,7,2,cordless,10.47,1.00,10.47,1.00,none,none,none, cordon,cordon,0.96,Noun,6,6,2,cordon,13.43,0.78,13.43,0.78,none,none,none,11.80 cordoned,cordoned,0.41,Verb,8,7,2,cordon,none,none,13.43,0.78,none,none,none,11.80 cordoning,cordoning,0.04,Verb,9,8,3,cordon,none,none,13.43,0.78,none,none,none,11.80 cordons,cordons,0.02,Noun,7,7,2,cordon,none,none,13.43,0.78,none,none,none,11.80 cordovan,cordovan,0.02,Noun,8,8,3,cordovan,14.67,0.16,14.67,0.16,none,none,none, cords,cords,1.69,Noun,5,5,1,cord,none,none,6.00,1.00,none,7.67,7.01, corduroy,corduroy,0.67,Noun,8,6,3,corduroy,10.47,0.94,10.47,0.94,none,none,none, corduroys,corduroys,0.14,Noun,9,8,3,corduroy,none,none,10.47,0.94,none,none,none, cordwood,cordwood,0.06,Noun,8,7,2,cordwood,13.25,0.38,13.25,0.38,none,none,none, core,core,9.82,Noun,4,3,1,core,7.63,1.00,7.63,1.00,none,6.92,7.63, cored,cored,0.02,Verb,5,5,2,core,none,none,7.63,1.00,none,6.92,7.63, coregent,coregent,0.06,Noun,8,8,3,coregent,14.88,0.44,14.88,0.44,none,none,none, cores,cores,0.65,Noun,5,4,1,core,none,none,7.63,1.00,none,6.92,7.63, corgi,corgi,0.02,Noun,5,5,2,corgi,12.92,0.57,12.92,0.57,none,none,none, corgis,corgis,0.06,Noun,6,6,2,corgi,none,none,12.92,0.57,none,none,none, coriander,coriander,0.08,Noun,9,8,4,coriander,13.88,0.76,13.88,0.76,none,none,none, cork,cork,2.86,Noun,4,4,1,cork,9.05,1.00,9.05,1.00,none,7.71,7.88, corkboard,corkboard,0.06,Noun,9,8,2,corkboard,8.44,0.95,8.44,0.95,none,none,none, corked,corked,0.25,Verb,6,5,1,cork,none,none,9.05,1.00,none,7.71,7.88, corker,corker,0.18,Noun,6,5,2,corker,11.67,0.67,11.67,0.67,none,none,none, corks,corks,0.22,Noun,5,5,1,cork,none,none,9.05,1.00,none,7.71,7.88, corkscrew,corkscrew,1.12,Noun,9,8,2,corkscrew,7.78,1.00,7.78,1.00,none,8.34,none, corkscrews,corkscrews,0.06,Noun,10,9,2,corkscrew,none,none,7.78,1.00,none,8.34,none, cormorant,cormorant,0.10,Noun,9,8,3,cormorant,14.22,0.50,14.22,0.50,none,none,none, cormorants,cormorants,0.02,Noun,10,9,3,cormorant,none,none,14.22,0.50,none,none,none, corn,corn,14.22,Noun,4,4,1,corn,4.61,1.00,4.61,1.00,none,6.07,4.47, cornball,cornball,0.39,Noun,8,7,2,cornball,9.00,0.94,9.00,0.94,none,none,none, cornballs,cornballs,0.08,Noun,9,8,2,cornball,none,none,9.00,0.94,none,none,none, cornbread,cornbread,0.90,Noun,9,8,2,cornbread,6.40,1.00,6.40,1.00,none,none,none, corncob,corncob,0.22,Noun,7,7,2,corncob,5.16,1.00,5.16,1.00,none,none,none, corncobs,corncobs,0.18,Noun,8,8,2,corncob,none,none,5.16,1.00,none,none,none, corncrib,corncrib,0.02,Noun,8,8,2,corncrib,13.27,0.61,13.27,0.61,none,none,none, cornea,cornea,0.31,Noun,6,6,3,cornea,12.00,1.00,12.00,1.00,none,none,none, corneal,corneal,0.20,Adjective,7,6,2,corneal,15.21,0.78,15.21,0.78,none,none,none, corneas,corneas,0.20,Noun,7,7,3,cornea,none,none,12.00,1.00,none,none,none, corned,corned,1.39,Adjective,6,5,1,corned,10.79,0.74,10.79,0.74,none,none,none, cornel,cornel,0.02,Verb,6,6,2,cornel,12.50,0.27,12.50,0.27,none,none,none, corner,corner,52.53,Noun,6,5,2,corner,5.21,1.00,5.21,1.00,none,none,none, cornerback,cornerback,0.18,Noun,10,8,3,cornerback,12.77,0.72,12.77,0.72,none,none,none, cornered,cornered,2.29,Verb,8,6,2,corner,none,none,5.21,1.00,none,none,none, cornering,cornering,0.20,Verb,9,7,3,corner,none,none,5.21,1.00,none,none,none, corners,corners,5.39,Noun,7,6,2,corner,none,none,5.21,1.00,none,none,none, cornerstone,cornerstone,0.67,Noun,11,9,3,cornerstone,11.74,0.95,11.74,0.95,none,none,none, cornerstones,cornerstones,0.10,Noun,12,10,3,cornerstone,none,none,11.74,0.95,none,none,none, cornfield,cornfield,0.71,Noun,9,8,2,cornfield,6.42,1.00,6.42,1.00,none,none,none, cornfields,cornfields,0.10,Noun,10,9,2,cornfield,none,none,6.42,1.00,none,none,none, cornflake,cornflake,0.14,Verb,9,8,2,cornflake,5.17,1.00,5.17,1.00,none,none,none, cornflakes,cornflakes,0.49,Noun,10,9,2,cornflakes,5.32,1.00,5.32,1.00,none,none,none, cornflower,cornflour,0.06,Noun,10,8,3,cornflower,8.05,1.00,8.05,1.00,none,none,none, cornflowers,cornflowers,0.12,Noun,11,9,3,cornflower,none,none,8.05,1.00,none,none,none, cornice,cornice,0.04,Noun,7,6,2,cornice,13.36,0.58,13.36,0.58,none,12.75,none, cornices,cornices,0.08,Noun,8,9,3,cornice,none,none,13.36,0.58,none,12.75,none, cornier,cornier,0.02,Adjective,7,6,3,corny,none,none,8.84,1.00,none,none,none, corniest,corniest,0.06,Adjective,8,8,3,corny,none,none,8.84,1.00,none,none,none, corning,corning,0.14,Verb,7,6,2,corn,none,none,4.61,1.00,none,6.07,4.47, cornmeal,cornmeal,0.24,Noun,8,7,2,cornmeal,6.84,1.00,6.84,1.00,none,none,none, cornrow,cornrow,0.04,Verb,7,6,2,cornrow,9.11,1.00,9.11,1.00,none,none,none, cornrows,cornrows,0.12,Noun,8,7,2,cornrow,none,none,9.11,1.00,none,none,none, corns,corns,0.84,Noun,5,5,1,corn,none,none,4.61,1.00,none,6.07,4.47, cornstalk,cornstalk,0.04,Noun,9,8,2,cornstalk,6.95,1.00,6.95,1.00,none,none,none, cornstalks,cornstalks,0.02,Noun,10,9,2,cornstalk,none,none,6.95,1.00,none,none,none, cornstarch,cornstarch,0.18,Noun,10,9,2,cornstarch,9.47,1.00,9.47,1.00,none,none,none, cornucopia,cornucopia,0.29,Noun,10,10,5,cornucopia,9.26,1.00,9.26,1.00,none,none,none, corny,corny,3.96,Adjective,5,5,2,corny,8.84,1.00,8.84,1.00,none,none,none, corollary,corollary,0.18,Noun,9,8,4,corollary,11.93,0.83,11.93,0.83,none,none,none, coronal,coronal,0.14,Adjective,7,7,3,coronal,11.36,0.55,11.36,0.55,none,none,none, coronals,coronals,0.04,Noun,8,8,3,coronal,none,none,11.36,0.55,none,none,none, coronaries,coronaries,0.08,Noun,10,9,4,coronary,none,none,12.53,0.89,none,none,none, coronary,coronary,1.98,Adjective,8,8,4,coronary,12.53,0.89,12.53,0.89,none,none,none, coronation,coronation,2.10,Noun,10,9,4,coronation,12.71,0.85,12.71,0.85,none,none,none, coronations,coronations,0.04,Noun,11,10,4,coronation,none,none,12.71,0.85,none,none,none, coroner,coroner,8.98,Noun,7,6,3,coroner,11.39,1.00,11.39,1.00,none,none,none, coroners,coroners,0.12,Noun,8,7,3,coroner,none,none,11.39,1.00,none,none,none, coronet,coronet,0.12,Noun,7,7,3,coronet,13.53,0.83,13.53,0.83,none,none,none, corpora,corpora,0.02,Noun,7,6,3,corpus,none,none,11.17,0.63,none,none,none,12.43 corporal,corporal,15.73,Noun,8,7,3,corporal,11.11,1.00,11.11,1.00,none,none,none, corporals,corporals,0.14,Noun,9,8,3,corporal,none,none,11.11,1.00,none,none,none, corporate,corporate,10.22,Adjective,9,7,3,corporate,10.84,1.00,10.84,1.00,none,none,none, corporation,corporation,7.71,Noun,11,9,4,corporation,11.55,1.00,11.55,1.00,none,10.28,none, corporations,corporations,1.98,Noun,12,10,4,corporation,none,none,11.55,1.00,none,10.28,none, corporative,corporative,0.02,Adjective,11,9,4,corporative,14.15,0.72,14.15,0.72,none,none,none, corporeal,corporeal,0.49,Adjective,9,9,4,corporeal,15.53,0.79,15.53,0.79,none,none,none, corps,corps,10.88,Noun,5,3,1,corps,11.56,0.89,11.56,0.89,none,none,10.69, corpse,corpse,10.10,Noun,6,5,1,corpse,10.00,1.00,10.00,1.00,none,9.83,9.90, corpsman,corpsman,2.55,Noun,8,6,2,corpsman,12.71,0.78,12.71,0.78,none,none,none, corpsmen,corpsmen,0.31,Noun,8,6,2,corpsman,none,none,12.71,0.78,none,none,none, corpulent,corpulent,0.04,Adjective,9,10,3,corpulent,16.75,0.63,16.75,0.63,none,none,none, corpus,corpus,1.51,Noun,6,6,2,corpus,11.17,0.63,11.17,0.63,none,none,none,12.43 corpuscle,corpuscle,0.31,Noun,9,8,3,corpuscle,13.33,0.67,13.33,0.67,none,none,none, corpuscles,corpuscles,0.37,Noun,10,9,3,corpuscle,none,none,13.33,0.67,none,none,none, corpuscular,corpuscular,0.02,Adjective,11,11,4,corpuscular,14.44,0.50,14.44,0.50,none,none,none, corpuses,corpuses,0.02,Noun,8,8,3,corpus,none,none,11.17,0.63,none,none,none,12.43 corral,corral,2.33,Noun,6,4,2,corral,8.25,0.89,8.25,0.89,none,none,none,9.40 corralled,corralled,0.12,Verb,9,5,2,corral,none,none,8.25,0.89,none,none,none,9.40 corralling,corralling,0.06,Verb,10,6,3,corral,none,none,8.25,0.89,none,none,none,9.40 corrals,corrals,0.18,Noun,7,6,2,corral,none,none,8.25,0.89,none,none,none,9.40 correct,correct,44.94,Adjective,7,5,2,correct,5.37,1.00,5.37,1.00,none,none,none,6.54 correctable,correctable,0.10,Adjective,11,10,4,correctable,9.83,1.00,9.83,1.00,none,none,none, corrected,corrected,2.63,Verb,9,7,3,correct,none,none,5.37,1.00,none,none,none,6.54 correcting,correcting,0.80,Verb,10,7,3,correct,none,none,5.37,1.00,none,none,none,6.54 correction,correction,3.20,Noun,10,7,3,correction,8.70,0.95,8.70,0.95,none,none,none, correctional,correctional,1.45,Adjective,12,9,4,correctional,11.51,1.00,11.51,1.00,none,none,none, corrections,corrections,1.45,Noun,11,8,3,correction,none,none,8.70,0.95,none,none,none, corrective,corrective,0.51,Adjective,10,7,3,corrective,9.53,1.00,9.53,1.00,none,none,none, correctness,correctness,0.24,Noun,11,8,3,correctness,8.72,1.00,8.72,1.00,none,none,none, corrects,corrects,0.10,Verb,8,6,2,correct,none,none,5.37,1.00,none,none,none,6.54 correlate,correlate,0.37,Verb,9,7,3,correlate,13.35,1.00,13.35,1.00,none,none,none, correlated,correlated,0.06,Verb,10,9,4,correlate,none,none,13.35,1.00,none,none,none, correlates,correlates,0.06,Verb,10,8,3,correlate,none,none,13.35,1.00,none,none,none, correlating,correlating,0.04,Verb,11,9,4,correlate,none,none,13.35,1.00,none,none,none, correlation,correlation,0.57,Noun,11,9,4,correlation,13.42,0.86,13.42,0.86,none,none,none, correlative,correlative,0.02,Adjective,11,9,4,correlative,13.50,0.95,13.50,0.95,none,none,none, correspond,correspond,0.94,Verb,10,9,3,correspond,11.85,1.00,11.85,1.00,none,none,none, corresponded,corresponded,0.20,Verb,12,11,4,correspond,none,none,11.85,1.00,none,none,none, correspondence,correspondence,2.25,Noun,14,12,4,correspondence,10.67,1.00,10.67,1.00,none,none,none, correspondent,correspondent,2.16,Noun,13,12,4,correspondent,13.32,1.00,13.32,1.00,none,10.96,none, correspondents,correspondents,0.47,Noun,14,13,4,correspondent,none,none,13.32,1.00,none,10.96,none, corresponding,corresponding,0.57,Adjective,13,11,4,corresponding,10.56,1.00,10.56,1.00,none,none,none, corresponds,corresponds,0.35,Verb,11,10,3,correspond,none,none,11.85,1.00,none,none,none, corridor,corridor,5.57,Noun,8,6,3,corridor,9.11,1.00,9.11,1.00,none,7.09,none, corridors,corridors,1.02,Noun,9,7,3,corridor,none,none,9.11,1.00,none,7.09,none, corroborate,corroborate,1.10,Verb,11,7,4,corroborate,11.44,0.95,11.44,0.95,none,none,none, corroborated,corroborated,0.31,Verb,12,9,5,corroborate,none,none,11.44,0.95,none,none,none, corroborates,corroborates,0.20,Verb,12,8,4,corroborate,none,none,11.44,0.95,none,none,none, corroboration,corroboration,0.31,Noun,13,9,5,corroboration,14.00,0.74,14.00,0.74,none,none,none, corroborative,corroborative,0.04,Adjective,13,9,5,corroborative,14.32,0.90,14.32,0.90,none,none,none, corrode,corrode,0.10,Verb,7,4,2,corrode,11.44,1.00,11.44,1.00,none,none,none, corroded,corroded,0.25,Verb,8,6,3,corrode,none,none,11.44,1.00,none,none,none, corrodes,corrodes,0.14,Verb,8,5,2,corrode,none,none,11.44,1.00,none,none,none, corroding,corroding,0.06,Verb,9,7,3,corrode,none,none,11.44,1.00,none,none,none, corrosion,corrosion,0.20,Noun,9,6,3,corrosion,9.47,1.00,9.47,1.00,none,none,none, corrosive,corrosive,0.37,Adjective,9,6,3,corrosive,10.18,0.94,10.18,0.94,none,none,none, corrosives,corrosives,0.04,Noun,10,8,3,corrosive,none,none,10.18,0.94,none,none,none, corrugated,corrugated,0.20,Adjective,10,9,4,corrugated,11.72,0.90,11.72,0.90,none,none,none, corrupt,corrupt,5.31,Adjective,7,5,2,corrupt,11.50,1.00,11.50,1.00,none,10.49,none,10.51 corrupted,corrupted,1.90,Verb,9,7,3,corrupt,none,none,11.50,1.00,none,10.49,none,10.51 corrupter,corrupter,0.04,Adjective,9,7,3,corrupt,none,none,11.50,1.00,none,10.49,none,10.51 corruptible,corruptible,0.20,Adjective,11,9,4,corruptible,12.28,1.00,12.28,1.00,none,none,none, corrupting,corrupting,0.78,Verb,10,7,3,corrupt,none,none,11.50,1.00,none,10.49,none,10.51 corruption,corruption,4.27,Noun,10,7,3,corruption,11.17,1.00,11.17,1.00,none,none,none, corruptions,corruptions,0.04,Noun,11,8,3,corruption,none,none,11.17,1.00,none,none,none, corruptness,corruptness,0.02,Noun,11,9,3,corruptness,12.50,0.95,12.50,0.95,none,none,none, corruptor,corruptor,0.02,Noun,9,7,3,corruptor,10.56,1.00,10.56,1.00,none,none,none, corrupts,corrupts,0.51,Verb,8,6,2,corrupt,none,none,11.50,1.00,none,10.49,none,10.51 corsage,corsage,0.94,Noun,7,6,2,corsage,11.47,1.00,11.47,1.00,none,none,none,12.11 corsages,corsages,0.10,Noun,8,8,3,corsage,none,none,11.47,1.00,none,none,none,12.11 corsair,corsair,0.14,Noun,7,6,2,corsair,12.64,0.55,12.64,0.55,none,none,none, corset,corset,0.88,Noun,6,6,2,corset,10.67,1.00,10.67,1.00,none,none,none,11.19 corseted,corseted,0.02,Adjective,8,8,3,corseted,13.33,0.90,13.33,0.90,none,none,none, corsets,corsets,0.33,Noun,7,7,2,corset,none,none,10.67,1.00,none,none,none,11.19 cortege,cortege,0.04,Noun,7,6,2,cortege,15.75,0.22,15.75,0.22,none,none,none, cortex,cortex,1.12,Noun,6,7,2,cortex,12.39,1.00,12.39,1.00,none,13.64,none,11.90 cortical,cortical,0.20,Adjective,8,8,3,cortical,16.57,0.37,16.57,0.37,none,none,none, cortices,cortices,Err:512,Err:512,8,6,2,cortices,19.50,0.10,19.50,0.10,none,none,none, cortisone,cortisone,0.57,Noun,9,8,3,cortisone,12.33,1.00,12.33,1.00,none,none,none, corundum,corundum,0.06,Noun,8,7,3,corundum,16.40,0.53,16.40,0.53,none,none,none, coruscation,coruscation,0.02,Noun,11,9,4,coruscation,17.00,0.16,17.00,0.16,none,none,none, cosign,co-sign,0.25,Verb,6,5,2,cosign,14.83,0.95,14.83,0.95,none,none,none, cosigned,co-signed,0.08,Verb,8,6,2,cosign,none,none,14.83,0.95,none,none,none, cosigning,co-signing,0.02,Verb,9,7,3,cosign,none,none,14.83,0.95,none,none,none, cosine,cosine,0.12,Noun,6,5,2,cosine,12.93,0.74,12.93,0.74,none,none,none, cosmetic,cosmetic,1.80,Adjective,8,8,3,cosmetic,10.83,0.95,10.83,0.95,none,none,none, cosmetician,cosmetician,0.06,Noun,11,11,5,cosmetician,12.00,0.86,12.00,0.86,none,none,none, cosmetologist,cosmetologist,0.14,Noun,13,13,5,cosmetologist,11.11,1.00,11.11,1.00,none,none,none, cosmetology,cosmetology,0.18,Noun,11,11,5,cosmetology,12.05,0.95,12.05,0.95,none,none,none, cosmic,cosmic,3.61,Adjective,6,6,2,cosmic,9.22,1.00,9.22,1.00,none,none,none,9.67 cosmological,cosmological,0.08,Adjective,12,12,5,cosmological,14.16,0.90,14.16,0.90,none,none,none, cosmologies,cosmologies,0.04,Noun,11,10,4,cosmology,none,none,11.82,0.89,12.79,none,none, cosmologist,cosmologist,0.02,Noun,11,11,4,cosmologist,12.41,0.89,12.41,0.89,none,none,none, cosmology,cosmology,0.12,Noun,9,9,4,cosmology,11.82,0.89,11.82,0.89,12.79,none,none, cosmonaut,cosmonaut,0.16,Noun,9,8,3,cosmonaut,10.94,0.76,10.94,0.76,none,none,none, cosmonauts,cosmonauts,0.20,Noun,10,9,3,cosmonaut,none,none,10.94,0.76,none,none,none, cosmopolitan,cosmopolitan,1.16,Noun,12,12,5,cosmopolitan,12.06,0.95,12.06,0.95,none,none,none, cosmopolitans,cosmopolitans,0.14,Noun,13,13,5,cosmopolitan,none,none,12.06,0.95,none,none,none, cosmos,cosmos,3.00,Noun,6,6,2,cosmos,10.65,1.00,10.65,1.00,none,none,none,11.49 cosponsor,cosponsor,0.02,Noun,9,8,3,cosponsor,13.11,1.00,13.11,1.00,none,none,none, cost,cost,54.92,Verb,4,4,1,cost,5.67,1.00,5.67,1.00,7.88,none,6.47, costal,costal,0.16,Adjective,6,6,2,costal,10.27,0.79,10.27,0.79,none,none,none, costar,co-star,0.25,Noun,6,6,2,costar,9.88,0.94,9.88,0.94,none,none,none, costars,co-stars,0.10,Noun,7,7,2,costar,none,none,9.88,0.94,none,none,none, costing,costing,2.39,Verb,7,6,2,cost,none,none,5.67,1.00,7.88,none,6.47, costliest,costliest,0.06,Adjective,9,9,3,costly,none,none,9.21,1.00,none,none,none, costly,costly,1.55,Adjective,6,6,2,costly,9.21,1.00,9.21,1.00,none,none,none, costs,costs,15.78,Verb,5,5,1,cost,none,none,5.67,1.00,7.88,none,6.47, costume,costume,14.14,Noun,7,6,2,costume,4.17,1.00,4.17,1.00,none,7.83,none,5.14 costumed,costumed,0.18,Adjective,8,7,2,costumed,8.84,0.95,8.84,0.95,none,none,none, costumer,costumer,0.16,Noun,8,7,3,costumer,10.95,1.00,10.95,1.00,none,none,none, costumers,costumers,0.04,Noun,9,8,3,costumer,none,none,10.95,1.00,none,none,none, costumes,costumes,5.96,Noun,8,7,2,costume,none,none,4.17,1.00,none,7.83,none,5.14 costumier,costumier,0.02,Noun,9,8,4,costumier,11.82,0.61,11.82,0.61,none,none,none, cosy,cozy,2.02,2.02,4,4,2,cosy,7.54,0.91,7.54,0.91,none,none,none,8.87 cot,cot,2.00,Noun,3,3,1,cot,7.53,1.00,7.53,1.00,none,none,8.40, coterie,coterie,0.06,Noun,7,5,3,coterie,13.67,0.32,13.67,0.32,none,none,none, cotillion,cotillion,1.35,Noun,9,8,3,cotillion,13.92,0.63,13.92,0.63,none,none,none, cotillions,cotillions,0.06,Noun,10,9,3,cotillion,none,none,13.92,0.63,none,none,none, cots,cots,0.63,Noun,4,4,1,cot,none,none,7.53,1.00,none,none,8.40, cotta,cotta,0.08,Noun,5,4,2,cotta,15.00,0.55,15.00,0.55,none,none,none, cottage,cottage,5.29,Noun,7,5,2,cottage,8.50,1.00,8.50,1.00,none,none,none,8.28 cottages,cottages,0.49,Noun,8,7,3,cottage,none,none,8.50,1.00,none,none,none,8.28 cottar,cottar,Err:512,Err:512,6,4,2,cottar,18.00,0.05,18.00,0.05,none,none,none, cotter,cotter,0.31,Noun,6,4,2,cotter,13.57,0.37,13.57,0.37,none,none,none, cotton,cotton,14.18,Noun,6,5,2,cotton,6.00,1.00,6.00,1.00,none,6.20,none,6.20 cottonmouth,cottonmouth,0.04,Noun,11,8,3,cottonmouth,12.00,0.83,12.00,0.83,none,none,none, cottonmouths,cottonmouths,0.12,Noun,12,9,3,cottonmouth,none,none,12.00,0.83,none,none,none, cottons,cottons,0.12,Noun,7,6,2,cotton,none,none,6.00,1.00,none,6.20,none,6.20 cottontail,cottontail,0.18,Verb,10,8,3,cottontail,7.71,0.89,7.71,0.89,none,none,none, cottonwood,cottonwood,0.29,Noun,10,8,3,cottonwood,14.47,0.94,14.47,0.94,none,none,none, cottonwoods,cottonwoods,0.04,Noun,11,9,3,cottonwood,none,none,14.47,0.94,none,none,none, cottony,cottony,0.06,Adjective,7,6,3,cottony,10.50,0.84,10.50,0.84,none,none,none, cotyledon,cotyledon,0.12,Noun,9,9,4,cotyledon,16.00,0.47,16.00,0.47,none,none,none, couch,couch,23.47,Noun,5,3,1,couch,3.74,1.00,3.74,1.00,none,6.28,4.92, couchant,couchant,0.04,Noun,8,6,2,couchant,16.00,0.11,16.00,0.11,none,none,none, couched,couched,0.04,Verb,7,4,1,couch,none,none,3.74,1.00,none,6.28,4.92, couches,couches,0.43,Noun,7,5,2,couch,none,none,3.74,1.00,none,6.28,4.92, couching,couching,0.14,Verb,8,5,2,couch,none,none,3.74,1.00,none,6.28,4.92, cougar,cougar,2.00,Noun,6,4,2,cougar,8.11,1.00,8.11,1.00,11.26,none,none,6.26 cougars,cougars,0.51,Noun,7,5,2,cougar,none,none,8.11,1.00,11.26,none,none,6.26 cough,cough,8.78,Noun,5,3,1,cough,4.32,1.00,4.32,1.00,4.44,5.18,4.59, coughed,coughed,0.59,Verb,7,4,1,cough,none,none,4.32,1.00,4.44,5.18,4.59, cougher,cougher,0.02,Noun,7,4,2,cougher,10.85,0.72,10.85,0.72,none,none,none, coughing,coughing,4.92,Verb,8,5,2,cough,none,none,4.32,1.00,4.44,5.18,4.59, coughs,coughs,3.02,Verb,6,4,1,cough,none,none,4.32,1.00,4.44,5.18,4.59, could,could,1629.59,Verb,5,3,1,can,none,none,4.32,1.00,4.05,none,3.85, couldst,couldst,0.12,Verb,7,7,2,can,none,none,4.32,1.00,4.05,none,3.85, coulee,coulee,0.14,Noun,6,4,2,coulee,13.29,0.37,13.29,0.37,none,none,none, coulees,coulees,0.04,Noun,7,7,3,coulee,none,none,13.29,0.37,none,none,none, coulisse,coulisse,0.02,Noun,8,7,3,coulisse,15.14,0.35,15.14,0.35,none,none,none, council,council,16.92,Noun,7,6,2,council,10.63,1.00,10.63,1.00,10.32,9.19,none,9.67 councilman,councilman,1.41,Noun,10,9,3,councilman,11.91,1.00,11.91,1.00,none,none,none, councilmen,councilmen,0.22,Noun,10,9,3,councilman,none,none,11.91,1.00,none,none,none, councilor,councillor,0.18,Noun,9,7,3,councilor,9.88,0.89,9.88,0.89,none,none,none, councilors,councillors,0.02,Noun,10,8,3,councilor,none,none,9.88,0.89,none,none,none, councils,councils,0.16,Noun,8,7,2,council,none,none,10.63,1.00,10.32,9.19,none,9.67 councilwoman,councilwoman,0.14,Noun,12,11,4,councilwoman,11.65,1.00,11.65,1.00,none,none,none, counsel,counsel,14.24,Noun,7,6,2,counsel,9.42,1.00,9.42,1.00,12.06,none,none,9.94 counseled,counselled,0.33,Verb,9,7,2,counsel,none,none,9.42,1.00,12.06,none,none,9.94 counseling,counselling,4.14,Noun,10,8,3,counseling,9.95,1.00,9.95,1.00,none,none,none, counselor,counsellor,9.92,Noun,9,7,3,counselor,9.33,1.00,9.33,1.00,none,none,none, counselors,counsellors,1.43,Noun,10,8,3,counselor,none,none,9.33,1.00,none,none,none, counsels,counsels,0.14,Noun,8,7,2,counsel,none,none,9.42,1.00,12.06,none,none,9.94 count,count,89.96,Verb,5,4,1,count,2.61,1.00,2.61,1.00,none,4.58,4.86, countable,countable,0.20,Adjective,9,8,3,countable,8.72,1.00,8.72,1.00,none,none,none, countdown,countdown,3.53,Noun,9,7,2,countdown,6.26,1.00,6.26,1.00,none,none,none, counted,counted,6.33,Verb,7,6,2,count,none,none,2.61,1.00,none,4.58,4.86, countenance,countenance,0.75,Noun,11,9,3,countenance,11.63,1.00,11.63,1.00,none,none,none, countenanced,countenanced,0.02,Verb,12,10,3,countenance,none,none,11.63,1.00,none,none,none, counter,counter,13.90,Noun,7,5,2,counter,7.11,1.00,7.11,1.00,none,6.18,none, counteract,counteract,0.47,Verb,10,8,3,counteract,12.84,1.00,12.84,1.00,none,none,none, counteracted,counteracted,0.02,Verb,12,10,4,counteract,none,none,12.84,1.00,none,none,none, counteraction,counteraction,0.02,Noun,13,10,4,counteraction,14.24,0.94,14.24,0.94,none,none,none, counteractive,counteractive,0.16,Adjective,13,10,4,counteractive,12.62,0.89,12.62,0.89,none,none,none, counteracts,counteracts,0.08,Verb,11,9,3,counteract,none,none,12.84,1.00,none,none,none, counteragent,counteragent,0.02,Noun,12,10,4,counteragent,14.06,0.89,14.06,0.89,none,none,none, counterargument,counterargument,0.02,Noun,15,14,5,counterargument,14.13,0.83,14.13,0.83,none,none,none, counterattack,counterattack,0.78,Noun,13,9,4,counterattack,11.33,1.00,11.33,1.00,none,none,none, counterattacked,counterattacked,0.08,Verb,15,10,4,counterattack,none,none,11.33,1.00,none,none,none, counterattacks,counterattacks,0.10,Noun,14,10,4,counterattack,none,none,11.33,1.00,none,none,none, counterbalance,counterbalance,0.22,Verb,14,11,4,counterbalance,12.10,1.00,12.10,1.00,none,none,none, counterculture,counterculture,0.18,Noun,14,10,4,counterculture,13.20,0.75,13.20,0.75,none,none,none, countered,countered,0.24,Verb,9,6,2,counter,none,none,7.11,1.00,none,6.18,none, counterespionage,counterespionage,0.16,Verb,16,13,6,counterespionage,12.79,0.78,12.79,0.78,none,none,none, counterfeit,counterfeit,3.08,Adjective,11,8,3,counterfeit,10.83,1.00,10.83,1.00,none,none,none, counterfeited,counterfeited,0.04,Verb,13,10,4,counterfeit,none,none,10.83,1.00,none,none,none, counterfeiter,counterfeiter,0.10,Noun,13,9,4,counterfeiter,12.11,1.00,12.11,1.00,none,none,none, counterfeiters,counterfeiters,0.20,Noun,14,10,4,counterfeiter,none,none,12.11,1.00,none,none,none, counterfeiting,counterfeiting,0.39,Verb,14,10,4,counterfeit,none,none,10.83,1.00,none,none,none, counterfeits,counterfeits,0.14,Noun,12,9,3,counterfeit,none,none,10.83,1.00,none,none,none, counterforce,counterforce,0.02,Noun,12,9,3,counterforce,11.89,1.00,11.89,1.00,none,none,none, countering,countering,0.06,Verb,10,7,3,counter,none,none,7.11,1.00,none,6.18,none, counterinsurgency,counterinsurgency,0.06,Noun,17,14,6,counterinsurgency,16.40,0.53,16.40,0.53,none,none,none, counterintelligence,counterintelligence,0.37,Noun,19,15,6,counterintelligence,13.45,1.00,13.45,1.00,none,none,none, counterintuitive,counterintuitive,0.06,Adjective,16,13,6,counterintuitive,12.47,0.83,12.47,0.83,none,none,none, counterirritant,counterirritant,0.02,Noun,15,12,5,counterirritant,16.57,0.70,16.57,0.70,none,none,none, countermand,countermand,0.18,Verb,11,11,4,countermand,12.93,0.75,12.93,0.75,none,none,none, countermanded,countermanded,0.22,Verb,13,13,5,countermand,none,none,12.93,0.75,none,none,none, countermanding,countermanding,0.10,Verb,14,13,5,countermand,none,none,12.93,0.75,none,none,none, countermeasure,countermeasure,0.20,Noun,14,9,4,countermeasure,14.94,1.00,14.94,1.00,none,none,none, countermeasures,countermeasures,0.84,Noun,15,10,4,countermeasure,none,none,14.94,1.00,none,none,none, countermine,countermine,0.04,Verb,11,8,3,countermine,12.67,0.60,12.67,0.60,none,none,none, countermove,countermove,0.08,Noun,11,8,3,countermove,12.94,1.00,12.94,1.00,none,none,none, counteroffensive,counteroffensive,0.12,Adjective,16,12,5,counteroffensive,13.56,1.00,13.56,1.00,none,none,none, counteroffer,counteroffer,0.29,Noun,12,8,4,counteroffer,13.39,1.00,13.39,1.00,none,none,none, counteroffers,counteroffers,0.02,Verb,13,9,4,counteroffer,none,none,13.39,1.00,none,none,none, counterpane,counterpane,0.00,Err:512,11,8,3,counterpane,13.76,0.77,13.76,0.77,none,10.54,none, counterpart,counterpart,0.49,Noun,11,9,3,counterpart,11.67,0.95,11.67,0.95,none,none,none, counterparts,counterparts,0.37,Noun,12,10,3,counterpart,none,none,11.67,0.95,none,none,none, counterpoint,counterpoint,0.39,Noun,12,9,3,counterpoint,10.61,1.00,10.61,1.00,none,none,none, counterpoise,counterpoise,0.04,Verb,12,8,3,counterpoise,14.62,0.42,14.62,0.42,none,none,none, counterproductive,counterproductive,0.27,Adjective,17,14,5,counterproductive,11.70,1.00,11.70,1.00,none,none,none, counterproposal,counterproposal,0.06,Noun,15,13,5,counterproposal,15.19,0.89,15.19,0.89,none,none,none, counterpunch,counterpunch,0.02,Noun,12,9,3,counterpunch,14.67,0.95,14.67,0.95,none,none,none, counterpuncher,counterpuncher,0.02,Noun,14,10,4,counterpuncher,12.20,0.83,12.20,0.83,none,none,none, counterrevolution,counterrevolution,0.04,Noun,17,14,6,counterrevolution,14.20,0.83,14.20,0.83,none,none,none, counterrevolutionaries,counterrevolutionaries,0.04,Noun,22,18,8,counterrevolutionary,none,none,14.67,0.83,none,none,none, counterrevolutionary,counterrevolutionary,0.12,Adjective,20,17,8,counterrevolutionary,14.67,0.83,14.67,0.83,none,none,none, counters,counters,0.82,Noun,8,6,2,counter,none,none,7.11,1.00,none,6.18,none, countersign,countersign,0.16,Noun,11,8,3,countersign,15.20,0.56,15.20,0.56,none,none,none, countersignature,countersignature,0.04,Noun,16,13,5,countersignature,14.25,0.63,14.25,0.63,none,none,none, countersigned,countersigned,0.12,Verb,13,9,3,countersign,none,none,15.20,0.56,none,none,none, counterstrike,counterstrike,0.08,Noun,13,10,3,counterstrike,11.74,1.00,11.74,1.00,none,none,none, countersuit,countersuit,0.04,Noun,11,8,3,countersuit,14.24,0.94,14.24,0.94,none,none,none, countertenor,countertenor,0.02,Noun,12,9,4,countertenor,15.00,0.37,15.00,0.37,none,none,none, counterterrorism,counterterrorism,0.04,Noun,16,13,6,counterterrorism,16.50,1.00,16.50,1.00,none,none,none, counterterrorist,counterterrorist,0.10,Noun,16,12,5,counterterrorist,16.00,0.95,16.00,0.95,none,none,none, countervail,countervail,0.02,Verb,11,8,3,countervail,14.29,0.35,14.29,0.35,none,none,none, counterweight,counterweight,0.16,Noun,13,8,3,counterweight,13.22,1.00,13.22,1.00,none,none,none, counterweighted,counterweighted,0.04,Verb,15,10,4,counterweight,none,none,13.22,1.00,none,none,none, counterweights,counterweights,0.04,Noun,14,9,3,counterweight,none,none,13.22,1.00,none,none,none, countess,countess,6.16,Noun,8,6,2,countess,11.88,0.89,11.88,0.89,none,none,none,10.90 countesses,countesses,0.10,Noun,10,8,3,countess,none,none,11.88,0.89,none,none,none,10.90 counties,counties,0.71,Noun,8,6,2,county,none,none,8.90,1.00,none,8.60,none,7.49 counting,counting,21.47,Verb,8,6,2,count,none,none,2.61,1.00,none,4.58,4.86, countless,countless,2.37,Adjective,9,7,2,countless,9.16,1.00,9.16,1.00,none,none,none, countries,countries,10.53,Noun,9,7,2,country,none,none,7.05,1.00,5.79,6.64,none,6.26 country,country,161.84,Noun,7,6,2,country,7.05,1.00,7.05,1.00,5.79,6.64,none,6.26 countryman,countryman,0.24,Noun,10,9,3,countryman,11.12,0.94,11.12,0.94,none,none,none, countrymen,countrymen,1.63,Noun,10,9,3,countryman,none,none,11.12,0.94,none,none,none, countryside,countryside,3.53,Noun,11,9,3,countryside,8.00,1.00,8.00,1.00,none,none,none, countrywoman,countrywoman,0.10,Noun,12,11,4,countrywoman,10.06,0.95,10.06,0.95,none,none,none, countrywomen,countrywomen,0.02,Noun,12,11,4,countrywoman,none,none,10.06,0.95,none,none,none, counts,counts,13.55,Verb,6,5,1,count,none,none,2.61,1.00,none,4.58,4.86, county,county,33.76,Noun,6,5,2,county,8.90,1.00,8.90,1.00,none,8.60,none,7.49 coup,coup,2.61,Noun,4,2,1,coup,12.06,0.89,12.06,0.89,none,13.64,12.07, coupe,coupe,0.61,Noun,5,3,1,coupe,13.00,0.83,13.00,0.83,none,none,none, coupes,coupes,0.10,Noun,6,4,1,coupe,none,none,13.00,0.83,none,none,none, couple,couple,223.41,Noun,6,5,2,couple,5.75,1.00,5.75,1.00,6.08,none,none,6.40 coupled,coupled,0.76,Verb,7,6,2,couple,none,none,5.75,1.00,6.08,none,none,6.40 coupler,coupler,0.08,Noun,7,5,2,coupler,12.47,0.94,12.47,0.94,none,none,none, couplers,couplers,0.12,Noun,8,6,2,coupler,none,none,12.47,0.94,none,none,none, couples,couples,8.02,Noun,7,6,2,couple,none,none,5.75,1.00,6.08,none,none,6.40 couplet,couplet,0.04,Noun,7,5,2,couplet,11.37,1.00,11.37,1.00,none,none,none, couplets,couplets,0.02,Noun,8,6,2,couplet,none,none,11.37,1.00,none,none,none, coupling,coupling,0.51,Noun,8,6,2,coupling,11.78,0.95,11.78,0.95,none,none,none, couplings,couplings,0.20,Noun,9,7,2,coupling,none,none,11.78,0.95,none,none,none, coupon,coupon,2.18,Noun,6,5,2,coupon,7.25,1.00,7.25,1.00,none,none,none,7.26 coupons,coupons,2.22,Noun,7,6,2,coupon,none,none,7.25,1.00,none,none,none,7.26 coups,coups,0.08,Noun,5,3,1,coup,none,none,12.06,0.89,none,13.64,12.07, courage,courage,23.67,Noun,7,4,2,courage,8.42,1.00,8.42,1.00,none,8.34,none,7.80 courageous,courageous,3.16,Adjective,10,6,3,courageous,9.79,1.00,9.79,1.00,none,none,none, courant,courant,0.24,Noun,7,6,2,courant,11.33,0.47,11.33,0.47,none,none,none, courier,courier,3.29,Noun,7,4,3,courier,13.59,0.94,13.59,0.94,none,none,none, couriered,couriered,0.02,Verb,9,5,3,courier,none,none,13.59,0.94,none,none,none, couriers,couriers,0.82,Noun,8,5,3,courier,none,none,13.59,0.94,none,none,none, course,course,487.22,Adverb,6,4,1,course,7.34,1.00,7.34,1.00,8.15,none,8.19, coursed,coursed,0.04,Verb,7,5,1,course,none,none,7.34,1.00,8.15,none,8.19, courses,courses,3.82,Noun,7,6,2,course,none,none,7.34,1.00,8.15,none,8.19, coursing,coursing,0.47,Verb,8,6,2,course,none,none,7.34,1.00,8.15,none,8.19, court,court,100.73,Noun,5,4,1,court,8.39,1.00,8.39,1.00,none,none,7.72, courted,courted,0.71,Verb,7,6,2,court,none,none,8.39,1.00,none,none,7.72, courteous,courteous,1.22,Adjective,9,6,3,courteous,8.65,1.00,8.65,1.00,none,none,none, courtesan,courtesan,0.33,Noun,9,8,3,courtesan,12.87,0.79,12.87,0.79,none,none,none, courtesans,courtesans,0.18,Noun,10,9,3,courtesan,none,none,12.87,0.79,none,none,none, courtesies,courtesies,0.20,Noun,10,7,3,courtesy,none,none,7.72,1.00,none,none,none, courtesy,courtesy,8.12,Noun,8,6,3,courtesy,7.72,1.00,7.72,1.00,none,none,none, courthouse,courthouse,4.41,Noun,10,7,2,courthouse,9.00,1.00,9.00,1.00,none,none,none, courthouses,courthouses,0.02,Noun,11,9,3,courthouse,none,none,9.00,1.00,none,none,none, courtier,courtier,0.06,Noun,8,6,3,courtier,12.79,0.78,12.79,0.78,none,none,none, courtiers,courtiers,0.10,Noun,9,7,3,courtier,none,none,12.79,0.78,none,none,none, courting,courting,1.63,Verb,8,6,2,court,none,none,8.39,1.00,none,none,7.72, courtly,courtly,0.18,Adjective,7,6,2,courtly,13.50,0.89,13.50,0.89,none,none,none, courtroom,courtroom,8.37,Noun,9,7,2,courtroom,9.48,1.00,9.48,1.00,none,none,none, courtrooms,courtrooms,0.20,Noun,10,8,2,courtroom,none,none,9.48,1.00,none,none,none, courts,courts,5.88,Noun,6,5,1,court,none,none,8.39,1.00,none,none,7.72, courtship,courtship,1.16,Noun,9,6,2,courtship,12.15,1.00,12.15,1.00,none,none,none, courtships,courtships,0.06,Noun,10,8,2,courtship,none,none,12.15,1.00,none,none,none, courtside,courtside,0.78,Noun,9,7,2,courtside,12.32,1.00,12.32,1.00,none,none,none, courtyard,courtyard,2.14,Noun,9,8,2,courtyard,9.95,1.00,9.95,1.00,none,none,none, couscous,couscous,0.27,Adjective,8,6,3,couscous,15.00,0.95,15.00,0.95,none,none,none, cousin,cousin,48.84,Noun,6,5,2,cousin,4.95,1.00,4.95,1.00,none,5.67,none,5.62 cousinhood,cousinhood,0.02,Noun,10,8,3,cousinhood,9.42,0.67,9.42,0.67,none,none,none, cousins,cousins,7.39,Noun,7,6,2,cousin,none,none,4.95,1.00,none,5.67,none,5.62 couth,couth,0.14,Noun,5,4,2,couth,12.13,0.83,12.13,0.83,none,none,none, couture,couture,0.31,Noun,7,5,2,couture,14.56,1.00,14.56,1.00,none,none,none, couturier,couturier,0.16,Noun,9,7,4,couturier,14.82,0.58,14.82,0.58,none,none,none, couturiers,couturiers,0.02,Name,10,8,4,couturier,none,none,14.82,0.58,none,none,none, covalent,covalent,0.10,Adjective,8,8,3,covalent,14.23,0.72,14.23,0.72,none,none,none, covariance,covariance,0.04,Noun,10,9,4,covariance,15.77,0.62,15.77,0.62,none,none,none, covariant,covariant,0.02,Adjective,9,9,4,covariant,15.73,0.58,15.73,0.58,none,none,none, cove,cove,3.25,Noun,4,3,1,cove,9.63,0.95,9.63,0.95,none,none,9.83, coven,coven,0.59,Noun,5,5,2,coven,12.40,0.83,12.40,0.83,none,none,none,11.90 covenant,covenant,6.69,Noun,8,8,3,covenant,11.30,1.00,11.30,1.00,none,none,none, covenanter,covenanter,0.02,Noun,10,9,4,covenanter,14.67,0.17,14.67,0.17,none,none,none, covenants,covenants,0.10,Noun,9,9,3,covenant,none,none,11.30,1.00,none,none,none, covens,covens,0.10,Noun,6,6,2,coven,none,none,12.40,0.83,none,none,none,11.90 cover,cover,94.27,Verb,5,4,2,cover,5.42,1.00,5.42,1.00,none,5.88,none,6.75 coverage,coverage,6.24,Noun,8,6,3,coverage,10.89,1.00,10.89,1.00,none,none,none, coverall,coverall,0.06,Noun,8,6,3,coverall,9.32,1.00,9.32,1.00,none,none,none, coveralls,coveralls,0.18,Noun,9,7,3,coverall,none,none,9.32,1.00,none,none,none, covered,covered,31.61,Verb,7,5,2,cover,none,none,5.42,1.00,none,5.88,none,6.75 covering,covering,12.43,Verb,8,6,3,cover,none,none,5.42,1.00,none,5.88,none,6.75 coverless,coverless,0.02,Adjective,9,8,3,coverless,11.32,1.00,11.32,1.00,none,none,none, coverlet,coverlet,0.18,Noun,8,8,3,coverlet,14.75,0.80,14.75,0.80,none,none,none, covers,covers,9.37,Noun,6,5,2,cover,none,none,5.42,1.00,none,5.88,none,6.75 covert,covert,2.90,Adjective,6,5,2,covert,12.65,0.95,12.65,0.95,none,none,none,9.94 coverts,coverts,0.04,Noun,7,6,2,covert,none,none,12.65,0.95,none,none,none,9.94 coves,coves,0.04,Noun,5,4,1,cove,none,none,9.63,0.95,none,none,9.83, covet,covet,0.94,Verb,5,5,2,covet,12.16,1.00,12.16,1.00,10.18,none,none,11.90 coveted,coveted,0.76,Adjective,7,7,3,coveted,12.25,1.00,12.25,1.00,none,none,none, coveting,coveting,0.29,Verb,8,7,3,covet,none,none,12.16,1.00,10.18,none,none,11.90 covetous,covetous,0.08,Adjective,8,7,3,covetous,12.07,0.78,12.07,0.78,none,none,none, covetousness,covetousness,0.02,Noun,12,10,4,covetousness,15.13,0.83,15.13,0.83,10.84,none,none, covets,covets,0.22,Verb,6,6,2,covet,none,none,12.16,1.00,10.18,none,none,11.90 covey,covey,0.61,Noun,5,4,2,covey,13.67,0.60,13.67,0.60,none,none,none, coveys,coveys,0.02,Noun,6,5,2,covey,none,none,13.67,0.60,none,none,none, cow,cow,25.51,Noun,3,2,1,cow,3.94,1.00,3.94,1.00,3.75,none,3.78, coward,coward,14.39,Noun,6,4,2,coward,7.62,1.00,7.62,1.00,none,8.00,none,8.45 cowardice,cowardice,1.78,Noun,9,6,3,cowardice,11.06,1.00,11.06,1.00,none,none,none, cowardly,cowardly,2.31,Adjective,8,6,3,cowardly,8.84,1.00,8.84,1.00,none,none,none, cowards,cowards,3.24,Noun,7,5,2,coward,none,none,7.62,1.00,none,8.00,none,8.45 cowbell,cowbell,0.20,Noun,7,5,2,cowbell,7.42,1.00,7.42,1.00,none,none,none, cowboy,cowboy,18.98,Noun,6,4,2,cowboy,4.55,1.00,4.55,1.00,none,none,none, cowboys,cowboys,4.53,Noun,7,5,2,cowboy,none,none,4.55,1.00,none,none,none, cowed,cowed,0.12,Verb,5,3,1,cow,none,none,3.94,1.00,3.75,none,3.78, cower,cower,0.31,Verb,5,3,2,cower,10.78,0.95,10.78,0.95,9.63,none,none, cowered,cowered,0.04,Verb,7,4,2,cower,none,none,10.78,0.95,9.63,none,none, cowering,cowering,0.27,Verb,8,5,3,cower,none,none,10.78,0.95,9.63,none,none, cowgirl,cowgirl,1.18,Noun,7,5,2,cowgirl,6.74,1.00,6.74,1.00,none,none,none, cowgirls,cowgirls,0.69,Noun,8,6,2,cowgirl,none,none,6.74,1.00,none,none,none, cowhand,cowhand,0.41,Noun,7,6,2,cowhand,9.38,0.80,9.38,0.80,none,none,none, cowhands,cowhands,0.22,Noun,8,7,2,cowhand,none,none,9.38,0.80,none,none,none, cowhide,cowhide,0.14,Noun,7,5,2,cowhide,11.44,0.95,11.44,0.95,none,none,none, cowl,cowl,0.10,Noun,4,3,1,cowl,13.53,1.00,13.53,1.00,none,11.60,none, cowlick,cowlick,0.08,Noun,7,5,2,cowlick,7.56,0.95,7.56,0.95,none,none,none, cowling,cowling,0.06,Noun,7,5,2,cowling,12.92,0.67,12.92,0.67,none,none,none, cowlings,cowlings,0.10,Name,8,6,2,cowling,none,none,12.92,0.67,none,none,none, cowman,cowman,0.06,Noun,6,5,2,cowman,10.71,0.70,10.71,0.70,none,none,none, cowmen,cowmen,0.02,Noun,6,5,2,cowman,none,none,10.71,0.70,none,none,none, coworker,co-worker,0.67,Noun,8,6,3,coworker,11.84,1.00,11.84,1.00,none,none,none, coworkers,co-workers,1.43,Noun,9,7,3,coworker,none,none,11.84,1.00,none,none,none, cowpat,cowpat,0.02,Noun,6,5,2,cowpat,9.38,0.40,9.38,0.40,none,none,none, cowpats,cowpats,0.02,Noun,7,6,2,cowpat,none,none,9.38,0.40,none,none,none, cowpoke,cowpoke,0.04,Noun,7,5,2,cowpoke,8.67,0.95,8.67,0.95,none,none,none, cowpokes,cowpokes,0.12,Noun,8,6,2,cowpoke,none,none,8.67,0.95,none,none,none, cowpox,cowpox,0.12,Noun,6,6,2,cowpox,11.50,0.53,11.50,0.53,none,none,none, cowpuncher,cowpuncher,0.04,Noun,10,7,3,cowpuncher,12.88,0.44,12.88,0.44,none,none,none, cowpunchers,cowpunchers,0.02,Noun,11,8,3,cowpuncher,none,none,12.88,0.44,none,none,none, cows,cows,9.41,Noun,4,3,1,cow,none,none,3.94,1.00,3.75,none,3.78, cowshed,cowshed,0.04,Noun,7,5,2,cowshed,9.64,0.74,9.64,0.74,none,none,none, cowsheds,cowsheds,0.02,Noun,8,6,2,cowshed,none,none,9.64,0.74,none,none,none, cowskin,cowskin,0.02,Noun,7,6,2,cowskin,9.11,0.90,9.11,0.90,none,none,none, cowslip,cowslip,Err:512,Err:512,7,6,2,cowslip,14.43,0.37,14.43,0.37,none,none,none, coxcomb,coxcomb,0.08,Noun,7,7,2,coxcomb,16.50,0.40,16.50,0.40,none,none,none, coxswain,coxswain,0.10,Verb,8,7,2,coxswain,17.43,0.33,17.43,0.33,none,none,none, coy,coy,1.73,Adjective,3,2,1,coy,11.67,0.83,11.67,0.83,none,none,10.95, coyness,coyness,0.04,Noun,7,5,2,coyness,11.07,0.71,11.07,0.71,none,none,none, coyote,coyote,3.63,Noun,6,5,3,coyote,6.68,1.00,6.68,1.00,11.09,none,none, coyotes,coyotes,2.06,Noun,7,6,3,coyote,none,none,6.68,1.00,11.09,none,none, cozen,cozen,0.02,Noun,5,5,2,cozen,16.00,0.26,16.00,0.26,none,none,none, cozenage,cozenage,0.02,Noun,8,7,3,cozenage,14.75,0.42,14.75,0.42,none,none,none, cozened,cozened,0.08,Verb,7,6,2,cozen,none,none,16.00,0.26,none,none,none, cozier,cosier,0.16,Adjective,6,5,3,cozy,none,none,9.17,1.00,none,none,none,6.61 cozies,cosies,0.06,Noun,6,5,2,cozy,none,none,9.17,1.00,none,none,none,6.61 coziest,cosiest,0.02,Adjective,7,7,3,cozy,none,none,9.17,1.00,none,none,none,6.61 cozy,cosy,5.65,Adjective,4,4,2,cozy,9.17,1.00,9.17,1.00,none,none,none,6.61 crab,crab,6.90,Noun,4,4,1,crab,5.28,1.00,5.28,1.00,none,5.94,5.26, crabbed,crabbed,0.04,Verb,7,5,1,crab,none,none,5.28,1.00,none,5.94,5.26, crabber,crabber,0.04,Noun,7,5,2,crabber,14.57,0.74,14.57,0.74,none,none,none, crabbiness,crabbiness,0.04,Noun,10,8,3,crabbiness,8.00,1.00,8.00,1.00,none,none,none, crabbing,crabbing,0.18,Verb,8,6,2,crab,none,none,5.28,1.00,none,5.94,5.26, crabby,crabby,0.92,Adjective,6,5,2,crabby,9.00,1.00,9.00,1.00,none,none,none, crabgrass,crabgrass,0.12,Noun,9,8,2,crabgrass,10.83,0.95,10.83,0.95,none,none,none, crabmeat,crabmeat,0.18,Noun,8,7,2,crabmeat,10.06,0.94,10.06,0.94,none,none,none, crabs,crabs,3.18,Noun,5,5,1,crab,none,none,5.28,1.00,none,5.94,5.26, crack,crack,32.84,Noun,5,4,1,crack,6.33,1.00,6.33,1.00,5.64,none,5.89, crackdown,crackdown,0.20,Noun,9,7,2,crackdown,11.33,1.00,11.33,1.00,none,none,none, crackdowns,crackdowns,0.02,Noun,10,8,2,crackdown,none,none,11.33,1.00,none,none,none, cracked,cracked,9.65,Verb,7,5,1,crack,none,none,6.33,1.00,5.64,none,5.89, cracker,cracker,5.76,Noun,7,5,2,cracker,4.90,1.00,4.90,1.00,none,none,none, crackerjack,crackerjack,0.49,Noun,11,8,3,crackerjack,7.26,0.95,7.26,0.95,none,none,none, crackerjacks,crackerjacks,0.12,Noun,12,9,3,crackerjack,none,none,7.26,0.95,none,none,none, crackers,crackers,5.67,Noun,8,6,2,cracker,none,none,4.90,1.00,none,none,none, crackle,crackle,0.69,Noun,7,6,2,crackle,7.42,1.00,7.42,1.00,none,none,none,7.26 crackled,crackled,0.02,Verb,8,7,2,crackle,none,none,7.42,1.00,none,none,none,7.26 crackles,crackles,0.43,Noun,8,7,2,crackle,none,none,7.42,1.00,none,none,none,7.26 crackling,crackling,1.39,Verb,9,7,2,crackle,none,none,7.42,1.00,none,none,none,7.26 crackpot,crackpot,0.96,Noun,8,7,2,crackpot,11.90,1.00,11.90,1.00,none,none,none, crackpots,crackpots,0.20,Noun,9,8,2,crackpot,none,none,11.90,1.00,none,none,none, cracks,cracks,4.92,Noun,6,5,1,crack,none,none,6.33,1.00,5.64,none,5.89, crackup,crack-up,0.14,Noun,7,6,2,crackup,9.35,1.00,9.35,1.00,none,none,none, crackups,crack-ups,0.02,Noun,8,7,2,crackup,none,none,9.35,1.00,none,none,none, cradle,cradle,2.84,Noun,6,6,2,cradle,5.22,1.00,5.22,1.00,none,none,none,6.68 cradled,cradled,0.14,Verb,7,7,2,cradle,none,none,5.22,1.00,none,none,none,6.68 cradles,cradles,0.20,Noun,7,7,2,cradle,none,none,5.22,1.00,none,none,none,6.68 cradling,cradling,0.16,Verb,8,8,3,cradle,none,none,5.22,1.00,none,none,none,6.68 craft,craft,5.67,Noun,5,5,1,craft,5.83,1.00,5.83,1.00,7.84,7.22,6.58, crafted,crafted,0.49,Verb,7,7,2,craft,none,none,5.83,1.00,7.84,7.22,6.58, crafter,crafter,0.02,Noun,7,6,2,crafter,10.30,1.00,10.30,1.00,none,none,none, craftier,craftier,0.04,Adjective,8,7,3,crafty,none,none,9.45,1.00,none,none,none, craftiest,craftiest,0.04,Adjective,9,9,3,crafty,none,none,9.45,1.00,none,none,none, crafting,crafting,0.25,Verb,8,7,2,craft,none,none,5.83,1.00,7.84,7.22,6.58, crafts,crafts,1.37,Noun,6,6,1,craft,none,none,5.83,1.00,7.84,7.22,6.58, craftsman,craftsman,0.92,Noun,9,9,2,craftsman,8.80,1.00,8.80,1.00,none,none,none, craftsmanship,craftsmanship,0.63,Noun,13,12,3,craftsmanship,11.06,1.00,11.06,1.00,none,none,none, craftsmen,craftsmen,0.43,Noun,9,9,2,craftsman,none,none,8.80,1.00,none,none,none, crafty,crafty,1.04,Adjective,6,6,2,crafty,9.45,1.00,9.45,1.00,none,none,none, crag,crag,0.37,Noun,4,4,1,crag,11.54,0.65,11.54,0.65,none,none,none, craggy,craggy,0.04,Adjective,6,5,2,craggy,13.37,0.95,13.37,0.95,none,none,none, crags,crags,0.02,Noun,5,5,1,crag,none,none,11.54,0.65,none,none,none, cram,cram,1.51,Verb,4,4,1,cram,10.32,1.00,10.32,1.00,none,none,8.44, crambo,crambo,0.02,Noun,6,6,2,crambo,11.00,0.26,11.00,0.26,none,none,none, crammed,crammed,1.10,Verb,7,5,1,cram,none,none,10.32,1.00,none,none,8.44, cramming,cramming,0.57,Verb,8,6,2,cram,none,none,10.32,1.00,none,none,8.44, cramp,cramp,2.80,Noun,5,5,1,cramp,8.50,1.00,8.50,1.00,none,none,8.22, cramping,cramping,0.88,Verb,8,7,2,cramp,none,none,8.50,1.00,none,none,8.22, crampon,crampon,0.04,Noun,7,7,2,crampon,15.22,0.50,15.22,0.50,none,none,none, crampons,crampons,0.02,Noun,8,8,2,crampon,none,none,15.22,0.50,none,none,none, cramps,cramps,1.69,Noun,6,6,1,cramp,none,none,8.50,1.00,none,none,8.22, cranberries,cranberries,0.92,Noun,11,9,3,cranberry,none,none,6.45,1.00,none,none,none, cranberry,cranberry,1.94,Noun,9,8,3,cranberry,6.45,1.00,6.45,1.00,none,none,none, crane,crane,33.61,Name,5,4,1,crane,6.78,1.00,6.78,1.00,none,7.03,8.71, craned,craned,0.04,Verb,6,5,1,crane,none,none,6.78,1.00,none,7.03,8.71, cranes,cranes,0.86,Noun,6,5,1,crane,none,none,6.78,1.00,none,7.03,8.71, cranial,cranial,0.76,Adjective,7,7,2,cranial,12.06,0.95,12.06,0.95,none,none,none, craning,craning,0.04,Verb,7,6,2,crane,none,none,6.78,1.00,none,7.03,8.71, craniofacial,craniofacial,0.02,Adjective,12,12,6,craniofacial,15.54,0.72,15.54,0.72,none,none,none, craniotomy,craniotomy,0.10,Noun,10,10,5,craniotomy,17.00,0.68,17.00,0.68,none,none,none, cranium,cranium,0.78,Noun,7,7,3,cranium,10.11,1.00,10.11,1.00,none,none,none, craniums,craniums,0.02,Noun,8,8,3,cranium,none,none,10.11,1.00,none,none,none, crank,crank,5.33,Verb,5,5,1,crank,11.25,1.00,11.25,1.00,none,none,8.68, crankcase,crankcase,0.16,Noun,9,7,2,crankcase,15.50,0.56,15.50,0.56,none,none,none, cranked,cranked,0.53,Verb,7,6,1,crank,none,none,11.25,1.00,none,none,8.68, crankier,crankier,0.02,Adjective,8,7,3,cranky,none,none,6.21,1.00,none,none,none, crankiest,crankiest,0.02,Adjective,9,9,3,cranky,none,none,6.21,1.00,none,none,none, crankiness,crankiness,0.10,Noun,10,9,3,crankiness,9.37,1.00,9.37,1.00,none,none,none, cranking,cranking,0.73,Verb,8,7,2,crank,none,none,11.25,1.00,none,none,8.68, cranks,cranks,0.22,Noun,6,6,1,crank,none,none,11.25,1.00,none,none,8.68, crankshaft,crankshaft,0.12,Verb,10,9,2,crankshaft,12.69,0.80,12.69,0.80,none,none,none, cranky,cranky,3.35,Adjective,6,6,2,cranky,6.21,1.00,6.21,1.00,none,none,none, crannies,crannies,0.18,Noun,8,6,2,cranny,none,none,11.56,0.84,none,none,none, cranny,cranny,0.43,Noun,6,5,2,cranny,11.56,0.84,11.56,0.84,none,none,none, crap,crap,61.78,Noun,4,4,1,crap,6.50,1.00,6.50,1.00,none,10.87,none, crape,crape,0.02,Verb,5,4,1,crape,10.67,0.63,10.67,0.63,none,none,none, crapehanger,crapehanger,0.04,Noun,11,10,4,crapehanger,14.50,0.22,14.50,0.22,none,none,none, crapes,crapes,0.02,Noun,6,5,1,crape,none,none,10.67,0.63,none,none,none, crapped,crapped,0.65,Verb,7,5,1,crap,none,none,6.50,1.00,none,10.87,none, crapper,crapper,0.80,Adjective,7,5,2,crap,none,none,6.50,1.00,none,10.87,none, crappier,crappier,0.06,Adjective,8,6,3,crappy,none,none,7.72,1.00,none,none,none, crappiest,crappiest,0.08,Adjective,9,8,3,crappy,none,none,7.72,1.00,none,none,none, crapping,crapping,0.39,Verb,8,6,2,crap,none,none,6.50,1.00,none,10.87,none, crappy,crappy,4.96,Adjective,6,5,2,crappy,7.72,1.00,7.72,1.00,none,none,none, craps,craps,3.04,Noun,5,5,1,crap,none,none,6.50,1.00,none,10.87,none, crapshooter,crapshooter,0.02,Noun,11,8,3,crapshooter,13.31,0.76,13.31,0.76,none,none,none, crapshooters,crapshooters,0.02,Noun,12,9,3,crapshooter,none,none,13.31,0.76,none,none,none, crapulous,crapulous,0.02,Adjective,9,9,3,crapulous,12.83,0.33,12.83,0.33,none,none,none, crash,crash,28.65,Noun,5,4,1,crash,6.11,1.00,6.11,1.00,none,5.48,5.26, crashed,crashed,10.41,Verb,7,5,1,crash,none,none,6.11,1.00,none,5.48,5.26, crasher,crasher,0.27,Noun,7,5,2,crasher,9.00,1.00,9.00,1.00,none,none,none, crashers,crashers,0.18,Noun,8,6,2,crasher,none,none,9.00,1.00,none,none,none, crashes,crashes,2.20,Verb,7,6,2,crash,none,none,6.11,1.00,none,5.48,5.26, crashing,crashing,6.29,Verb,8,6,2,crash,none,none,6.11,1.00,none,5.48,5.26, crashworthiness,crashworthiness,0.04,Noun,15,11,4,crashworthiness,13.57,0.78,13.57,0.78,none,none,none, crass,crass,0.71,Adjective,5,4,1,crass,13.69,0.72,13.69,0.72,none,none,none, crassness,crassness,0.02,Noun,9,7,2,crassness,13.13,0.79,13.13,0.79,none,none,none, crate,crate,4.10,Noun,5,4,1,crate,7.06,1.00,7.06,1.00,none,none,8.68, crated,crated,0.12,Verb,6,6,2,crate,none,none,7.06,1.00,none,none,8.68, crateful,crateful,0.02,Adjective,8,7,2,crateful,10.14,0.78,10.14,0.78,none,none,none, crater,crater,2.59,Noun,6,5,2,crater,8.11,0.95,8.11,0.95,none,9.90,none,9.40 craters,craters,0.39,Noun,7,6,2,crater,none,none,8.11,0.95,none,9.90,none,9.40 crates,crates,1.86,Noun,6,5,1,crate,none,none,7.06,1.00,none,none,8.68, crave,crave,2.08,Verb,5,4,1,crave,9.17,1.00,9.17,1.00,none,none,8.65, craved,craved,0.31,Verb,6,5,1,crave,none,none,9.17,1.00,none,none,8.65, craven,craven,0.75,Name,6,6,2,craven,12.48,0.86,12.48,0.86,none,11.90,none, craves,craves,0.45,Verb,6,5,1,crave,none,none,9.17,1.00,none,none,8.65, craving,craving,2.14,Verb,7,6,2,craving,9.56,1.00,9.56,1.00,none,none,none, cravings,cravings,0.47,Noun,8,7,2,craving,none,none,9.56,1.00,none,none,none, craw,craw,0.33,Noun,4,3,1,craw,12.62,0.59,12.62,0.59,none,none,none, crawdad,crawdad,0.10,Noun,7,6,2,crawdad,10.73,0.83,10.73,0.83,none,none,none, crawdads,crawdads,0.08,Noun,8,7,2,crawdad,none,none,10.73,0.83,none,none,none, crawfish,crawfish,0.25,Noun,8,6,2,crawfish,8.74,1.00,8.74,1.00,none,none,none, crawl,crawl,12.04,Verb,5,4,1,crawl,3.89,1.00,3.89,1.00,none,4.84,4.65, crawled,crawled,3.96,Verb,7,5,1,crawl,none,none,3.89,1.00,none,4.84,4.65, crawler,crawler,0.31,Noun,7,5,2,crawler,7.47,1.00,7.47,1.00,none,none,none, crawlers,crawlers,0.20,Noun,8,6,2,crawlers,7.47,0.94,7.47,0.94,none,none,none, crawling,crawling,9.06,Verb,8,6,2,crawl,none,none,3.89,1.00,none,4.84,4.65, crawls,crawls,1.02,Verb,6,5,1,crawl,none,none,3.89,1.00,none,4.84,4.65, crawlspace,crawlspace,0.25,Noun,10,8,2,crawlspace,8.89,1.00,8.89,1.00,none,none,none, crawlspaces,crawlspaces,0.02,Noun,11,10,3,crawlspace,none,none,8.89,1.00,none,none,none, crayfish,crayfish,0.04,Noun,8,6,2,crayfish,9.35,0.94,9.35,0.94,none,none,none, crayon,crayon,0.41,Noun,6,5,2,crayon,3.20,1.00,3.20,1.00,none,none,none, crayons,crayons,1.20,Noun,7,6,2,crayon,none,none,3.20,1.00,none,none,none, craze,craze,1.02,Noun,5,4,1,craze,9.10,1.00,9.10,1.00,none,none,9.84, crazed,crazed,2.10,Adjective,6,5,1,crazed,7.95,1.00,7.95,1.00,none,none,none, crazes,crazes,0.02,Verb,6,6,2,craze,none,none,9.10,1.00,none,none,9.84, crazier,crazier,2.16,Adjective,7,6,3,crazy,none,none,5.22,1.00,none,6.83,none,5.74 crazies,crazies,0.92,Noun,7,6,2,crazy,none,none,5.22,1.00,none,6.83,none,5.74 craziest,craziest,2.31,Adjective,8,8,3,crazy,none,none,5.22,1.00,none,6.83,none,5.74 craziness,craziness,1.25,Noun,9,8,3,craziness,8.83,1.00,8.83,1.00,none,none,none, crazy,crazy,272.27,Adjective,5,5,2,crazy,5.22,1.00,5.22,1.00,none,6.83,none,5.74 creak,creak,0.51,Verb,5,4,1,creak,8.10,1.00,8.10,1.00,7.08,none,8.22, creaked,creaked,0.04,Verb,7,5,1,creak,none,none,8.10,1.00,7.08,none,8.22, creaking,creaking,2.78,Adjective,8,6,2,creaking,7.74,1.00,7.74,1.00,none,none,none, creaks,creaks,1.12,Verb,6,5,1,creak,none,none,8.10,1.00,7.08,none,8.22, creaky,creaky,0.24,Adjective,6,5,2,creaky,6.89,0.95,6.89,0.95,none,none,none, cream,cream,48.71,Noun,5,4,1,cream,5.95,1.00,5.95,1.00,4.71,none,6.10, creamed,creamed,1.61,Adjective,7,5,1,creamed,10.40,1.00,10.40,1.00,none,none,none, creamer,creamer,0.71,Noun,7,5,2,creamer,8.72,1.00,8.72,1.00,none,none,none, creamers,creamers,0.10,Noun,8,6,2,creamer,none,none,8.72,1.00,none,none,none, creamery,creamery,0.12,Noun,8,6,3,creamery,11.17,1.00,11.17,1.00,none,none,none, creamier,creamier,0.02,Adjective,8,6,3,creamy,none,none,6.11,1.00,none,none,none, creamiest,creamiest,0.02,Adjective,9,8,3,creamy,none,none,6.11,1.00,none,none,none, creaming,creaming,0.10,Verb,8,6,2,cream,none,none,5.95,1.00,4.71,none,6.10, creams,creams,0.67,Noun,6,5,1,cream,none,none,5.95,1.00,4.71,none,6.10, creamy,creamy,1.18,Adjective,6,5,2,creamy,6.11,1.00,6.11,1.00,none,none,none, crease,crease,1.35,Noun,6,4,1,crease,7.79,0.95,7.79,0.95,none,none,9.16, creases,creases,0.31,Noun,7,6,2,crease,none,none,7.79,0.95,none,none,9.16, create,create,25.27,Verb,6,5,2,create,7.10,1.00,7.10,1.00,7.88,none,none,6.68 created,created,23.43,Verb,7,7,3,create,none,none,7.10,1.00,7.88,none,none,6.68 creates,creates,3.84,Verb,7,6,2,create,none,none,7.10,1.00,7.88,none,none,6.68 creating,creating,7.76,Verb,8,7,3,create,none,none,7.10,1.00,7.88,none,none,6.68 creation,creation,6.08,Noun,8,7,3,creation,7.79,1.00,7.79,1.00,none,none,none, creationism,creationism,0.31,Noun,11,11,5,creationism,12.26,1.00,12.26,1.00,none,none,none, creationist,creationist,0.04,Noun,11,10,4,creationist,13.94,0.94,13.94,0.94,none,none,none, creationists,creationists,0.02,Noun,12,11,4,creationist,none,none,13.94,0.94,none,none,none, creations,creations,0.76,Noun,9,8,3,creation,none,none,7.79,1.00,none,none,none, creative,creative,10.75,Adjective,8,7,3,creative,8.74,1.00,8.74,1.00,none,none,none, creativity,creativity,1.88,Noun,10,10,5,creativity,8.32,1.00,8.32,1.00,10.02,none,none, creator,creator,2.78,Noun,7,6,3,creator,6.84,1.00,6.84,1.00,none,none,none, creators,creators,0.45,Noun,8,7,3,creator,none,none,6.84,1.00,none,none,none, creature,creature,21.41,Noun,8,5,2,creature,7.32,1.00,7.32,1.00,none,7.09,none,6.61 creatures,creatures,12.55,Noun,9,6,2,creature,none,none,7.32,1.00,none,7.09,none,6.61 creche,creche,Err:512,Err:512,6,4,1,creche,13.29,0.33,13.29,0.33,none,none,none, credence,credence,0.41,Noun,8,7,2,credence,13.06,0.94,13.06,0.94,none,none,none, credential,credential,0.10,Adjective,10,9,3,credential,12.10,0.95,12.10,0.95,none,none,none, credentials,credentials,3.25,Noun,11,10,3,credentials,13.36,1.00,13.36,1.00,none,none,none, credenza,credenza,0.18,Noun,8,8,3,credenza,14.80,0.75,14.80,0.75,none,none,none, credibility,credibility,3.20,Noun,11,11,5,credibility,12.37,1.00,12.37,1.00,none,none,none, credible,credible,1.65,Adjective,8,8,3,credible,13.11,1.00,13.11,1.00,none,none,none, credit,credit,45.82,Noun,6,6,2,credit,9.42,1.00,9.42,1.00,none,10.75,none,9.76 creditable,creditable,0.10,Adjective,10,10,4,creditable,13.19,0.89,13.19,0.89,none,none,none, creditcard,credit card,Err:512,Err:512,10,10,3,creditcard,9.73,0.95,9.73,0.95,none,none,none, credited,credited,0.61,Verb,8,8,3,credit,none,none,9.42,1.00,none,10.75,none,9.76 crediting,crediting,0.06,Verb,9,8,3,credit,none,none,9.42,1.00,none,10.75,none,9.76 creditor,creditor,0.14,Noun,8,7,3,creditor,12.16,1.00,12.16,1.00,none,none,none, creditors,creditors,0.84,Noun,9,8,3,creditor,none,none,12.16,1.00,none,none,none, credits,credits,3.29,Noun,7,7,2,credit,none,none,9.42,1.00,none,10.75,none,9.76 credo,credo,0.67,Noun,5,5,2,credo,15.18,0.58,15.18,0.58,12.58,none,none,12.96 credulity,credulity,0.06,Noun,9,9,4,credulity,14.71,0.74,14.71,0.74,none,none,none, credulous,credulous,0.02,Adjective,9,8,3,credulous,13.65,0.85,13.65,0.85,none,none,none, creed,creed,2.53,Noun,5,4,1,creed,9.17,1.00,9.17,1.00,10.18,none,10.27, creeds,creeds,0.16,Noun,6,5,1,creed,none,none,9.17,1.00,10.18,none,10.27, creek,creek,8.90,Noun,5,4,1,creek,5.89,1.00,5.89,1.00,none,8.51,6.51, creeks,creeks,0.18,Noun,6,5,1,creek,none,none,5.89,1.00,none,8.51,6.51, creep,creep,11.24,Noun,5,4,1,creep,8.00,1.00,8.00,1.00,none,7.86,7.86, creeper,creeper,0.73,Noun,7,5,2,creeper,11.12,0.94,11.12,0.94,none,8.56,none, creepers,creepers,0.22,Noun,8,6,2,creepers,8.65,1.00,8.65,1.00,none,none,none, creepier,creepier,0.10,Adjective,8,6,3,creepy,none,none,7.44,1.00,none,none,none, creepiest,creepiest,0.12,Adjective,9,8,3,creepy,none,none,7.44,1.00,none,none,none, creeping,creeping,2.75,Verb,8,6,2,creep,none,none,8.00,1.00,none,7.86,7.86, creeps,creeps,6.41,Noun,6,5,1,creep,none,none,8.00,1.00,none,7.86,7.86, creepy,creepy,11.14,Adjective,6,5,2,creepy,7.44,1.00,7.44,1.00,none,none,none, cremate,cremate,0.37,Verb,7,6,2,cremate,11.80,1.00,11.80,1.00,none,none,none, cremated,cremated,1.90,Verb,8,8,3,cremate,none,none,11.80,1.00,none,none,none, cremates,cremates,0.02,Verb,8,7,2,cremate,none,none,11.80,1.00,none,none,none, cremating,cremating,0.08,Verb,9,8,3,cremate,none,none,11.80,1.00,none,none,none, cremation,cremation,0.80,Noun,9,8,3,cremation,11.43,1.00,11.43,1.00,none,none,none, cremator,cremator,0.02,Noun,8,7,3,cremator,14.19,0.89,14.19,0.89,none,none,none, crematoria,crematoria,0.16,Noun,10,10,5,crematorium,none,none,12.41,0.89,none,none,none, crematorium,crematorium,0.37,Noun,11,11,5,crematorium,12.41,0.89,12.41,0.89,none,none,none, crematory,crematory,0.27,Adjective,9,8,4,crematory,12.00,0.95,12.00,0.95,none,none,none, creosote,creosote,0.14,Noun,8,7,3,creosote,15.07,0.79,15.07,0.79,none,none,none, creosotes,creosotes,0.02,Noun,9,8,3,creosote,none,none,15.07,0.79,none,none,none, crepe,crepe,0.82,Noun,5,4,1,crepe,10.89,1.00,10.89,1.00,none,none,11.39, crepehanger,crepehanger,0.04,Noun,11,8,3,crepehanger,13.83,0.33,13.83,0.33,none,none,none, crepes,crepes,0.35,Noun,6,5,1,crepe,none,none,10.89,1.00,none,none,11.39, crept,crept,1.14,Verb,5,5,1,creep,none,none,8.00,1.00,none,7.86,7.86, crepuscular,crepuscular,0.02,Adjective,11,11,4,crepuscular,15.14,0.39,15.14,0.39,none,none,none, crepuscule,crepuscule,0.04,Noun,10,9,3,crepuscule,17.89,0.47,17.89,0.47,none,none,none, crescendo,crescendo,0.49,Noun,9,8,3,crescendo,13.82,0.94,13.82,0.94,none,none,none, crescendos,crescendos,0.04,Noun,10,9,3,crescendo,none,none,13.82,0.94,none,none,none, crescent,crescent,1.41,Noun,8,7,2,crescent,7.84,1.00,7.84,1.00,none,none,none,10.22 cress,cress,0.02,Noun,5,4,1,cress,11.64,0.74,11.64,0.74,none,none,none, crest,crest,2.10,Noun,5,5,1,crest,10.35,1.00,10.35,1.00,none,9.70,9.31, crested,crested,0.10,Adjective,7,7,2,crested,12.06,0.95,12.06,0.95,none,none,none, crestfallen,crestfallen,0.12,Adjective,11,10,3,crestfallen,11.36,0.61,11.36,0.61,none,none,none, cresting,cresting,0.02,Verb,8,7,2,crest,none,none,10.35,1.00,none,9.70,9.31, crests,crests,0.14,Noun,6,6,1,crest,none,none,10.35,1.00,none,9.70,9.31, cretaceous,cretaceous,0.24,Adjective,10,8,3,cretaceous,12.71,0.74,12.71,0.74,none,none,none, cretin,cretin,1.00,Noun,6,6,2,cretin,15.07,0.83,15.07,0.83,none,none,none,12.85 cretins,cretins,0.47,Noun,7,7,2,cretin,none,none,15.07,0.83,none,none,none,12.85 cretonne,cretonne,Err:512,Err:512,8,6,2,cretonne,17.67,0.15,17.67,0.15,none,none,none, crevasse,crevasse,0.06,Noun,8,6,2,crevasse,11.43,0.78,11.43,0.78,none,none,none, crevasses,crevasses,0.02,Noun,9,8,3,crevasse,none,none,11.43,0.78,none,none,none, crevice,crevice,0.41,Noun,7,6,2,crevice,11.50,0.95,11.50,0.95,none,11.85,none, crevices,crevices,0.10,Noun,8,8,3,crevice,none,none,11.50,0.95,none,11.85,none, crew,crew,47.53,Noun,4,3,1,crew,7.56,1.00,7.56,1.00,none,7.34,8.12, crewed,crewed,0.12,Verb,6,4,1,crew,none,none,7.56,1.00,none,7.34,8.12, crewing,crewing,0.02,Verb,7,5,2,crew,none,none,7.56,1.00,none,7.34,8.12, crewman,crewman,0.98,Noun,7,6,2,crewman,10.00,1.00,10.00,1.00,none,none,none, crewmen,crewmen,0.67,Noun,7,6,2,crewman,none,none,10.00,1.00,none,none,none, crews,crews,3.27,Noun,5,4,1,crew,none,none,7.56,1.00,none,7.34,8.12, crib,crib,6.20,Noun,4,4,1,crib,6.05,1.00,6.05,1.00,none,none,4.40, cribbage,cribbage,0.25,Noun,8,6,2,cribbage,13.65,0.81,13.65,0.81,none,none,none, cribs,cribs,0.49,Noun,5,5,1,crib,none,none,6.05,1.00,none,none,4.40, crick,crick,1.82,Name,5,4,1,crick,8.62,0.82,8.62,0.82,none,none,9.96, cricket,cricket,2.82,Noun,7,6,2,cricket,7.72,1.00,7.72,1.00,none,6.79,none,5.31 cricketer,cricketer,0.04,Noun,9,7,3,cricketer,14.80,0.53,14.80,0.53,7.01,none,none, crickets,crickets,1.37,Noun,8,7,2,cricket,none,none,7.72,1.00,none,6.79,none,5.31 cried,cried,12.98,Verb,5,4,1,cry,none,none,2.78,1.00,3.57,none,3.32, crier,crier,0.33,Noun,5,4,2,crier,6.76,0.94,6.76,0.94,none,none,none, cries,cries,6.98,Verb,5,4,1,cry,none,none,2.78,1.00,3.57,none,3.32, crime,crime,71.24,Noun,5,4,1,crime,7.67,1.00,7.67,1.00,none,7.66,6.94, crimes,crimes,11.57,Noun,6,5,1,crime,none,none,7.67,1.00,none,7.66,6.94, criminal,criminal,34.47,Adjective,8,8,3,criminal,6.78,1.00,6.78,1.00,none,none,none, criminalist,criminalist,0.14,Noun,11,11,4,criminalist,12.89,1.00,12.89,1.00,none,none,none, criminality,criminality,0.12,Noun,11,11,5,criminality,11.56,0.95,11.56,0.95,none,none,none, criminalize,criminalise,0.16,Verb,11,10,4,criminalize,13.53,0.95,13.53,0.95,none,none,none, criminalizes,criminalises,0.02,Verb,12,12,5,criminalize,none,none,13.53,0.95,none,none,none, criminals,criminals,12.00,Noun,9,9,3,criminal,none,none,6.78,1.00,none,none,none, criminological,criminological,0.06,Adjective,14,14,6,criminological,14.00,0.89,14.00,0.89,none,none,none, criminologist,criminologist,0.10,Noun,13,13,5,criminologist,14.83,1.00,14.83,1.00,none,none,none, criminologists,criminologists,0.06,Noun,14,14,5,criminologist,none,none,14.83,1.00,none,none,none, criminology,criminology,0.29,Noun,11,11,5,criminology,15.63,1.00,15.63,1.00,none,none,none, crimp,crimp,0.43,Noun,5,5,1,crimp,8.78,0.95,8.78,0.95,none,none,none, crimped,crimped,0.08,Verb,7,6,1,crimp,none,none,8.78,0.95,none,none,none, crimping,crimping,0.06,Adjective,8,7,2,crimping,11.38,0.84,11.38,0.84,none,none,none, crimson,crimson,1.31,Adjective,7,7,2,crimson,10.28,1.00,10.28,1.00,7.12,none,none,12.01 cringe,cringe,0.45,Verb,6,5,1,cringe,9.11,1.00,9.11,1.00,9.14,none,9.53, cringed,cringed,0.08,Verb,7,6,1,cringe,none,none,9.11,1.00,9.14,none,9.53, cringing,cringing,0.20,Verb,8,7,2,cringe,none,none,9.11,1.00,9.14,none,9.53, cringle,cringle,0.02,Noun,7,7,2,cringle,11.17,0.63,11.17,0.63,none,none,none, crinite,crinite,0.02,Noun,7,6,2,crinite,15.67,0.17,15.67,0.17,none,none,none, crinkle,crinkle,0.20,Verb,7,7,2,crinkle,8.50,1.00,8.50,1.00,none,none,none, crinkled,crinkled,0.06,Verb,8,8,2,crinkle,none,none,8.50,1.00,none,none,none, crinkles,crinkles,0.10,Verb,8,8,2,crinkle,none,none,8.50,1.00,none,none,none, crinkly,crinkly,0.08,Adjective,7,8,3,crinkly,8.68,1.00,8.68,1.00,none,none,none, crinoline,crinoline,0.08,Noun,9,8,3,crinoline,14.83,0.63,14.83,0.63,none,none,none, cripple,cripple,3.80,Noun,7,6,2,cripple,9.14,1.00,9.14,1.00,none,none,none,8.70 crippled,crippled,4.12,Verb,8,7,2,crippled,7.95,1.00,7.95,1.00,none,none,none, crippler,crippler,0.04,Noun,8,7,3,crippler,8.83,1.00,8.83,1.00,none,none,none, cripples,cripples,0.61,Noun,8,7,2,cripple,none,none,9.14,1.00,none,none,none,8.70 crippling,crippling,0.73,Adjective,9,8,3,crippling,9.33,1.00,9.33,1.00,none,none,none, crises,crises,0.53,Noun,6,6,2,crisis,none,none,9.00,1.00,none,10.30,none,9.40 crisis,crisis,16.65,Noun,6,6,2,crisis,9.00,1.00,9.00,1.00,none,10.30,none,9.40 crisp,crisp,3.16,Adjective,5,5,1,crisp,7.22,1.00,7.22,1.00,none,4.71,7.36, crisper,crisper,0.18,Adjective,7,6,2,crisp,none,none,7.22,1.00,none,4.71,7.36, crispier,crispier,0.02,Adjective,8,7,3,crispy,none,none,6.39,1.00,none,none,none, crispiness,crispiness,0.02,Noun,10,9,3,crispiness,9.80,1.00,9.80,1.00,none,none,none, crisping,crisping,0.02,Verb,8,7,2,crisp,none,none,7.22,1.00,none,4.71,7.36, crispness,crispness,0.04,Noun,9,8,2,crispness,8.79,0.95,8.79,0.95,none,none,none, crisps,crisps,0.25,Noun,6,6,1,crisp,none,none,7.22,1.00,none,4.71,7.36, crispy,crispy,2.27,Adjective,6,6,2,crispy,6.39,1.00,6.39,1.00,none,none,none, crisscross,crisscross,0.18,Verb,10,8,2,crisscross,7.33,1.00,7.33,1.00,none,none,none, crisscrossed,crisscrossed,0.08,Verb,12,9,2,crisscross,none,none,7.33,1.00,none,none,none, crisscrosses,criss-crosses,0.02,Noun,12,10,3,crisscross,none,none,7.33,1.00,none,none,none, crisscrossing,crisscrossing,0.10,Verb,13,10,3,crisscross,none,none,7.33,1.00,none,none,none, criteria,criteria,1.78,Noun,8,8,4,criterion,none,none,14.08,0.72,none,none,none, criterion,criterion,0.22,Noun,9,9,4,criterion,14.08,0.72,14.08,0.72,none,none,none, critic,critic,3.76,Noun,6,6,2,critic,10.21,1.00,10.21,1.00,none,11.79,none,11.09 critical,critical,12.25,Adjective,8,8,3,critical,8.39,1.00,8.39,1.00,none,none,none, criticism,criticism,3.04,Noun,9,10,4,criticism,10.20,1.00,10.20,1.00,none,11.02,none, criticisms,criticisms,0.31,Noun,10,11,4,criticism,none,none,10.20,1.00,none,11.02,none, criticize,criticise,2.16,Verb,9,8,3,criticize,9.71,1.00,9.71,1.00,none,none,none, criticized,criticised,0.65,Verb,10,9,3,criticize,none,none,9.71,1.00,none,none,none, criticizes,criticises,0.27,Verb,10,10,4,criticize,none,none,9.71,1.00,none,none,none, criticizing,criticising,1.31,Verb,11,10,4,criticize,none,none,9.71,1.00,none,none,none, critics,critics,3.73,Noun,7,7,2,critic,none,none,10.21,1.00,none,11.79,none,11.09 critique,critique,0.49,Noun,8,6,2,critique,11.83,1.00,11.83,1.00,none,none,none, critiqued,critiqued,0.08,Verb,9,7,2,critique,none,none,11.83,1.00,none,none,none, critiques,critiques,0.16,Noun,9,7,2,critique,none,none,11.83,1.00,none,none,none, critiquing,critiquing,0.10,Verb,10,8,3,critique,none,none,11.83,1.00,none,none,none, critter,critter,1.27,Noun,7,5,2,critter,7.14,1.00,7.14,1.00,none,none,none,6.13 critters,critters,1.55,Noun,8,6,2,critter,none,none,7.14,1.00,none,none,none,6.13 croak,croak,1.16,Verb,5,4,1,croak,7.61,0.95,7.61,0.95,none,none,9.17, croaked,croaked,0.47,Verb,7,5,1,croak,none,none,7.61,0.95,none,none,9.17, croaker,croaker,0.35,Noun,7,5,2,croaker,10.87,0.79,10.87,0.79,none,none,none, croakers,croakers,0.04,Noun,8,6,2,croaker,none,none,10.87,0.79,none,none,none, croaking,croaking,0.20,Verb,8,6,2,croak,none,none,7.61,0.95,none,none,9.17, croaks,croaks,0.35,Verb,6,5,1,croak,none,none,7.61,0.95,none,none,9.17, croaky,croaky,0.02,Adjective,6,5,2,croaky,11.33,0.79,11.33,0.79,none,none,none, croc,croc,1.18,Noun,4,4,1,croc,11.19,1.00,11.19,1.00,none,none,none, crochet,crochet,0.16,Verb,7,5,2,crochet,9.00,0.90,9.00,0.90,8.15,none,none, crocheting,crocheting,0.10,Verb,10,7,3,crochet,none,none,9.00,0.90,8.15,none,none, crochets,crochets,0.08,Noun,8,6,2,crochet,none,none,9.00,0.90,8.15,none,none, crock,crock,2.02,Noun,5,4,1,crock,9.89,1.00,9.89,1.00,none,10.19,10.05, crocked,crocked,0.22,Verb,7,5,1,crock,none,none,9.89,1.00,none,10.19,10.05, crockery,crockery,0.10,Noun,8,6,3,crockery,10.64,0.74,10.64,0.74,none,none,none, crocks,crocks,0.06,Noun,6,5,1,crock,none,none,9.89,1.00,none,10.19,10.05, crocodile,crocodile,2.25,Noun,9,8,3,crocodile,5.11,1.00,5.11,1.00,5.82,none,none, crocodiles,crocodiles,0.61,Noun,10,9,3,crocodile,none,none,5.11,1.00,5.82,none,none, crocus,crocus,0.06,Noun,6,6,2,crocus,11.19,0.80,11.19,0.80,none,none,none, crocuses,crocuses,0.02,Noun,8,9,3,crocus,none,none,11.19,0.80,none,none,none, croissant,croissant,0.88,Noun,9,7,2,croissant,10.15,1.00,10.15,1.00,none,none,none, croissants,croissants,0.61,Noun,10,8,2,croissant,none,none,10.15,1.00,none,none,none, crone,crone,0.43,Noun,5,4,1,crone,10.69,0.68,10.69,0.68,none,none,none, crones,crones,0.06,Noun,6,5,1,crone,none,none,10.69,0.68,none,none,none, cronies,cronies,0.33,Noun,7,6,2,crony,none,none,12.80,0.83,none,none,none, crony,crony,0.18,Noun,5,5,2,crony,12.80,0.83,12.80,0.83,none,none,none, cronyism,cronyism,0.02,Noun,8,9,4,cronyism,16.00,0.61,16.00,0.61,none,none,none, crook,crook,5.67,Noun,5,4,1,crook,7.84,1.00,7.84,1.00,none,7.49,8.36, crooked,crooked,5.69,Adjective,7,6,2,crooked,6.33,1.00,6.33,1.00,none,none,none,8.53 crookedness,crookedness,0.04,Noun,11,9,3,crookedness,9.95,1.00,9.95,1.00,none,none,none, crooks,crooks,3.00,Noun,6,5,1,crook,none,none,7.84,1.00,none,7.49,8.36, croon,croon,0.24,Verb,5,4,1,croon,13.33,0.71,13.33,0.71,none,none,12.42, crooned,crooned,0.06,Verb,7,5,1,croon,none,none,13.33,0.71,none,none,12.42, crooner,crooner,0.27,Noun,7,5,2,crooner,12.44,0.84,12.44,0.84,none,none,none, crooners,crooners,0.12,Noun,8,6,2,crooner,none,none,12.44,0.84,none,none,none, crooning,crooning,0.18,Verb,8,6,2,croon,none,none,13.33,0.71,none,none,12.42, crop,crop,4.86,Noun,4,4,1,crop,7.63,1.00,7.63,1.00,none,6.35,7.86, cropper,cropper,0.29,Noun,7,5,2,cropper,11.13,0.79,11.13,0.79,none,none,none, croppers,croppers,0.02,Noun,8,6,2,cropper,none,none,11.13,0.79,none,none,none, crops,crops,2.61,Noun,5,5,1,crop,none,none,7.63,1.00,none,6.35,7.86, croquet,croquet,0.86,Noun,7,5,2,croquet,11.06,0.94,11.06,0.94,none,none,none,11.29 croquette,croquette,0.04,Noun,9,7,2,croquette,9.08,0.72,9.08,0.72,none,none,none, croquettes,croquettes,0.02,Noun,10,8,2,croquette,none,none,9.08,0.72,none,none,none, cross,cross,55.04,Verb,5,4,1,cross,4.74,1.00,4.74,1.00,none,5.69,5.61, crossbar,crossbar,0.10,Noun,8,7,2,crossbar,11.10,1.00,11.10,1.00,none,none,none, crossbeam,crossbeam,0.04,Noun,9,7,2,crossbeam,12.26,1.00,12.26,1.00,none,none,none, crossbones,crossbones,0.10,Noun,10,8,2,crossbones,9.88,0.94,9.88,0.94,none,none,none, crossbow,crossbow,1.10,Noun,8,6,2,crossbow,10.67,1.00,10.67,1.00,none,none,none, crossbows,crossbows,0.08,Noun,9,7,2,crossbow,none,none,10.67,1.00,none,none,none, crossbreed,crossbreed,0.04,Noun,10,8,2,crossbreed,12.14,1.00,12.14,1.00,none,none,none, crosscheck,crosscheck,0.08,Verb,10,7,2,crosscheck,13.22,1.00,13.22,1.00,none,none,none, crosschecked,crosschecked,0.08,Verb,12,8,2,crosscheck,none,none,13.22,1.00,none,none,none, crosscurrent,crosscurrent,0.02,Noun,12,9,3,crosscurrent,13.79,0.78,13.79,0.78,none,none,none, crosscurrents,crosscurrents,0.02,Noun,13,10,3,crosscurrent,none,none,13.79,0.78,none,none,none, crossed,crossed,17.14,Verb,7,5,1,cross,none,none,4.74,1.00,none,5.69,5.61, crosses,crosses,3.71,Verb,7,6,2,cross,none,none,4.74,1.00,none,5.69,5.61, crossfire,crossfire,0.90,Noun,9,7,2,crossfire,10.16,1.00,10.16,1.00,none,none,none, crosshatch,crosshatch,0.02,Noun,10,7,2,crosshatch,12.22,0.95,12.22,0.95,none,none,none, crossing,crossing,8.71,Verb,8,6,2,cross,none,none,4.74,1.00,none,5.69,5.61, crossjack,crossjack,0.02,Noun,9,7,2,crossjack,13.62,0.42,13.62,0.42,none,none,none, crosslet,crosslet,0.04,Noun,8,7,2,crosslet,12.71,0.39,12.71,0.39,none,none,none, crossness,crossness,0.02,Noun,9,7,2,crossness,12.93,0.83,12.93,0.83,none,none,none, crossover,crossover,0.39,Noun,9,7,3,crossover,10.17,0.95,10.17,0.95,none,none,none, crossovers,crossovers,0.02,Noun,10,8,3,crossover,none,none,10.17,0.95,none,none,none, crosspatch,crosspatch,0.04,Verb,10,7,2,crosspatch,12.00,0.42,12.00,0.42,none,none,none, crossroad,crossroad,0.18,Noun,9,7,2,crossroad,8.50,1.00,8.50,1.00,none,none,none, crossroads,crossroads,2.14,Noun,10,8,2,crossroads,11.10,1.00,11.10,1.00,none,none,none, crosstie,crosstie,0.02,Noun,8,6,2,crosstie,12.73,0.58,12.73,0.58,none,none,none, crosswalk,crosswalk,0.41,Noun,9,7,2,crosswalk,6.61,1.00,6.61,1.00,none,none,none, crosswalks,crosswalks,0.04,Noun,10,8,2,crosswalk,none,none,6.61,1.00,none,none,none, crossway,crossway,0.02,Noun,8,6,2,crossway,10.63,0.95,10.63,0.95,none,none,none, crossways,crossways,0.06,Noun,9,7,2,crossway,none,none,10.63,0.95,none,none,none, crosswind,crosswind,0.14,Noun,9,8,2,crosswind,11.12,0.94,11.12,0.94,none,none,none, crosswinds,crosswinds,0.10,Noun,10,9,2,crosswind,none,none,11.12,0.94,none,none,none, crosswise,crosswise,0.02,Adjective,9,7,2,crosswise,10.75,0.80,10.75,0.80,none,none,none, crossword,crossword,1.75,Noun,9,7,2,crossword,7.21,1.00,7.21,1.00,none,none,none, crosswords,crosswords,0.27,Noun,10,8,2,crossword,none,none,7.21,1.00,none,none,none, crotch,crotch,2.75,Noun,6,4,1,crotch,8.94,1.00,8.94,1.00,none,none,9.17, crotches,crotches,0.08,Noun,8,6,2,crotch,none,none,8.94,1.00,none,none,9.17, crotchet,crotchet,0.04,Verb,8,6,2,crotchet,9.32,0.90,9.32,0.90,none,none,none, crotchets,crotchets,0.02,Noun,9,7,2,crotchet,none,none,9.32,0.90,none,none,none, crotchety,crotchety,0.25,Adjective,9,7,3,crotchety,11.80,0.83,11.80,0.83,none,none,none, crouch,crouch,0.75,Noun,6,4,1,crouch,8.50,1.00,8.50,1.00,none,none,7.98, crouched,crouched,0.24,Verb,8,5,1,crouch,none,none,8.50,1.00,none,none,7.98, crouching,crouching,0.51,Verb,9,6,2,crouch,none,none,8.50,1.00,none,none,7.98, croup,croup,0.27,Noun,5,4,1,croup,12.79,0.78,12.79,0.78,none,none,none, croupier,croupier,0.29,Noun,8,6,3,croupier,17.25,0.40,17.25,0.40,none,none,none, croupiers,croupiers,0.04,Noun,9,7,3,croupier,none,none,17.25,0.40,none,none,none, crouton,crouton,0.25,Noun,7,6,2,crouton,8.17,1.00,8.17,1.00,none,none,none, croutons,croutons,0.10,Noun,8,7,2,crouton,none,none,8.17,1.00,none,none,none, crow,crow,4.45,Noun,4,3,1,crow,5.74,1.00,5.74,1.00,5.22,6.24,5.96, crowbar,crowbar,1.29,Noun,7,6,2,crowbar,8.72,0.95,8.72,0.95,none,none,none, crowbars,crowbars,0.12,Noun,8,7,2,crowbar,none,none,8.72,0.95,none,none,none, crowd,crowd,37.37,Noun,5,4,1,crowd,7.14,1.00,7.14,1.00,none,6.73,6.65, crowded,crowded,8.94,Adjective,7,6,2,crowded,7.63,1.00,7.63,1.00,none,none,none, crowding,crowding,1.12,Verb,8,6,2,crowd,none,none,7.14,1.00,none,6.73,6.65, crowds,crowds,3.51,Noun,6,5,1,crowd,none,none,7.14,1.00,none,6.73,6.65, crowed,crowed,0.25,Verb,6,4,1,crow,none,none,5.74,1.00,5.22,6.24,5.96, crowfoot,crowfoot,Err:512,Err:512,8,6,2,crowfoot,10.64,0.67,10.64,0.67,none,none,none, crowing,crowing,0.29,Verb,7,5,2,crow,none,none,5.74,1.00,5.22,6.24,5.96, crown,crown,13.69,Noun,5,4,1,crown,7.80,1.00,7.80,1.00,none,5.05,5.46, crowned,crowned,1.73,Verb,7,5,1,crown,none,none,7.80,1.00,none,5.05,5.46, crowns,crowns,1.06,Noun,6,5,1,crown,none,none,7.80,1.00,none,5.05,5.46, crows,crows,2.76,Noun,5,4,1,crow,none,none,5.74,1.00,5.22,6.24,5.96, crucial,crucial,4.59,Adjective,7,6,2,crucial,10.68,1.00,10.68,1.00,none,none,none,10.04 crucible,crucible,0.18,Noun,8,8,3,crucible,14.42,0.95,14.42,0.95,none,none,none, cruciferous,cruciferous,0.02,Adjective,11,10,4,cruciferous,16.09,0.61,16.09,0.61,none,none,none, crucified,crucified,1.55,Verb,9,8,3,crucify,none,none,8.94,0.94,none,none,none, crucifix,crucifix,1.18,Noun,8,9,3,crucifix,9.05,1.00,9.05,1.00,none,9.39,none, crucifixes,crucifixes,0.35,Noun,10,11,4,crucifix,none,none,9.05,1.00,none,9.39,none, crucifixion,crucifixion,0.75,Noun,11,11,4,crucifixion,9.20,1.00,9.20,1.00,none,none,none, crucifixions,crucifixions,0.14,Noun,12,12,4,crucifixion,none,none,9.20,1.00,none,none,none, cruciform,cruciform,0.02,Adjective,9,9,3,cruciform,15.55,0.58,15.55,0.58,none,none,none, crucify,crucify,2.18,Verb,7,7,3,crucify,8.94,0.94,8.94,0.94,none,none,none, crucifying,crucifying,0.31,Verb,10,9,4,crucify,none,none,8.94,0.94,none,none,none, crud,crud,1.02,Noun,4,4,1,crud,9.00,1.00,9.00,1.00,none,none,none, cruddy,cruddy,0.29,Adjective,6,5,2,cruddy,6.88,0.81,6.88,0.81,none,none,none, crude,crude,3.04,Adjective,5,4,1,crude,11.11,0.95,11.11,0.95,none,11.19,10.39, crudeness,crudeness,0.04,Noun,9,7,2,crudeness,11.37,1.00,11.37,1.00,none,none,none, cruder,cruder,0.08,Adjective,6,5,2,crude,none,none,11.11,0.95,none,11.19,10.39, crudest,crudest,0.06,Adjective,7,7,2,crude,none,none,11.11,0.95,none,11.19,10.39, crudity,crudity,0.08,Noun,7,7,3,crudity,13.69,0.72,13.69,0.72,none,none,none, cruds,cruds,0.10,Noun,5,5,1,crud,none,none,9.00,1.00,none,none,none, cruel,cruel,18.35,Adjective,5,5,2,cruel,7.63,1.00,7.63,1.00,5.61,6.60,none, crueler,crueller,0.18,Adjective,7,6,3,cruel,none,none,7.63,1.00,5.61,6.60,none, cruelest,cruellest,0.33,Adjective,8,7,2,cruel,none,none,7.63,1.00,5.61,6.60,none, cruelties,cruelties,0.10,Noun,9,7,2,cruelty,none,none,8.89,1.00,6.60,none,none, cruelty,cruelty,3.25,Noun,7,6,2,cruelty,8.89,1.00,8.89,1.00,6.60,none,none, cruet,cruet,0.02,Noun,5,5,2,cruet,17.44,0.47,17.44,0.47,none,none,none, cruise,cruise,12.27,Noun,6,4,1,cruise,9.33,1.00,9.33,1.00,none,8.47,8.19, cruised,cruised,0.22,Verb,7,5,1,cruise,none,none,9.33,1.00,none,8.47,8.19, cruiser,cruiser,3.18,Noun,7,5,2,cruiser,10.26,1.00,10.26,1.00,none,none,none, cruisers,cruisers,0.73,Noun,8,6,2,cruiser,none,none,10.26,1.00,none,none,none, cruises,cruises,0.57,Noun,7,6,2,cruise,none,none,9.33,1.00,none,8.47,8.19, cruising,cruising,2.78,Verb,8,6,2,cruise,none,none,9.33,1.00,none,8.47,8.19, cruller,cruller,0.20,Noun,7,6,2,cruller,11.62,0.44,11.62,0.44,none,none,none, crullers,crullers,0.10,Noun,8,7,2,cruller,none,none,11.62,0.44,none,none,none, crumb,crumb,1.80,Noun,5,4,1,crumb,5.89,1.00,5.89,1.00,none,none,5.53, crumble,crumble,1.39,Verb,7,7,2,crumble,6.68,1.00,6.68,1.00,none,6.28,none,6.68 crumbled,crumbled,0.45,Verb,8,8,2,crumble,none,none,6.68,1.00,none,6.28,none,6.68 crumbles,crumbles,0.53,Verb,8,8,2,crumble,none,none,6.68,1.00,none,6.28,none,6.68 crumbling,crumbling,1.00,Verb,9,9,3,crumble,none,none,6.68,1.00,none,6.28,none,6.68 crumbly,crumbly,0.12,Adjective,7,7,2,crumbly,7.61,0.95,7.61,0.95,none,none,none, crumbs,crumbs,2.55,Noun,6,5,1,crumb,none,none,5.89,1.00,none,none,5.53, crumby,crumby,0.06,Noun,6,6,2,crumby,8.53,0.75,8.53,0.75,none,none,none, crummiest,crummiest,0.06,Adjective,9,8,3,crummy,none,none,6.39,1.00,none,none,none, crummy,crummy,3.35,Adjective,6,5,2,crummy,6.39,1.00,6.39,1.00,none,none,none, crumpet,crumpet,0.33,Noun,7,7,2,crumpet,11.85,0.72,11.85,0.72,none,none,none, crumpets,crumpets,0.55,Noun,8,8,2,crumpet,none,none,11.85,0.72,none,none,none, crumple,crumple,0.16,Verb,7,7,2,crumple,7.71,0.94,7.71,0.94,none,none,none, crumpled,crumpled,0.53,Verb,8,8,2,crumple,none,none,7.71,0.94,none,none,none, crumples,crumples,0.04,Verb,8,8,2,crumple,none,none,7.71,0.94,none,none,none, crunch,crunch,3.51,Noun,6,5,1,crunch,5.63,1.00,5.63,1.00,none,none,6.58, crunchable,crunchable,0.04,Adjective,10,9,3,crunchable,7.85,1.00,7.85,1.00,none,none,none, crunched,crunched,0.20,Verb,8,6,1,crunch,none,none,5.63,1.00,none,none,6.58, cruncher,cruncher,0.08,Noun,8,6,2,cruncher,8.39,0.95,8.39,0.95,none,none,none, crunchers,crunchers,0.04,Noun,9,7,2,cruncher,none,none,8.39,0.95,none,none,none, crunches,crunches,0.24,Verb,8,7,2,crunch,none,none,5.63,1.00,none,none,6.58, crunchier,crunchier,0.02,Adjective,9,7,3,crunchy,none,none,5.44,1.00,none,5.77,none, crunchiness,crunchiness,0.02,Noun,11,9,3,crunchiness,8.79,1.00,8.79,1.00,none,none,none, crunching,crunching,0.94,Verb,9,7,2,crunch,none,none,5.63,1.00,none,none,6.58, crunchy,crunchy,0.94,Adjective,7,6,2,crunchy,5.44,1.00,5.44,1.00,none,5.77,none, crusade,crusade,3.80,Noun,7,6,2,crusade,10.45,1.00,10.45,1.00,none,none,none,11.09 crusader,crusader,1.12,Noun,8,7,3,crusader,12.56,0.95,12.56,0.95,none,none,none, crusaders,crusaders,0.37,Noun,9,8,3,crusader,none,none,12.56,0.95,none,none,none, crusades,crusades,0.76,Noun,8,7,2,crusade,none,none,10.45,1.00,none,none,none,11.09 crusading,crusading,0.24,Verb,9,8,3,crusade,none,none,10.45,1.00,none,none,none,11.09 crush,crush,16.80,Noun,5,4,1,crush,7.58,1.00,7.58,1.00,none,6.83,6.60, crushed,crushed,8.45,Verb,7,5,1,crush,none,none,7.58,1.00,none,6.83,6.60, crusher,crusher,1.10,Noun,7,5,2,crusher,8.50,1.00,8.50,1.00,none,none,none, crushers,crushers,0.12,Noun,8,6,2,crusher,none,none,8.50,1.00,none,none,none, crushes,crushes,1.16,Noun,7,6,2,crush,none,none,7.58,1.00,none,6.83,6.60, crushing,crushing,2.73,Verb,8,6,2,crush,none,none,7.58,1.00,none,6.83,6.60, crust,crust,3.25,Noun,5,5,1,crust,5.95,1.00,5.95,1.00,none,6.05,5.93, crustacean,crustacean,0.24,Noun,10,9,3,crustacean,10.38,0.80,10.38,0.80,none,none,none, crustaceans,crustaceans,0.12,Noun,11,10,3,crustacean,none,none,10.38,0.80,none,none,none, crusted,crusted,0.20,Verb,7,7,2,crust,none,none,5.95,1.00,none,6.05,5.93, crusting,crusting,0.02,Verb,8,7,2,crust,none,none,5.95,1.00,none,6.05,5.93, crusts,crusts,0.49,Noun,6,6,1,crust,none,none,5.95,1.00,none,6.05,5.93, crusty,crusty,1.06,Adjective,6,6,2,crusty,7.63,1.00,7.63,1.00,none,none,none, crutch,crutch,1.31,Noun,6,4,1,crutch,7.21,1.00,7.21,1.00,none,none,7.57, crutches,crutches,1.63,Noun,8,6,2,crutch,none,none,7.21,1.00,none,none,7.57, crux,crux,0.29,Noun,4,5,1,crux,12.11,0.95,12.11,0.95,none,none,none, cry,cry,65.65,Verb,3,3,1,cry,2.78,1.00,2.78,1.00,3.57,none,3.32, crybabies,crybabies,0.14,Noun,9,8,3,crybaby,none,none,6.35,0.94,none,none,none, crybaby,crybaby,1.31,Noun,7,7,3,crybaby,6.35,0.94,6.35,0.94,none,none,none, crying,crying,53.12,Verb,6,5,2,cry,none,none,2.78,1.00,3.57,none,3.32, cryobiology,cryobiology,0.06,Noun,11,11,6,cryobiology,16.67,0.47,16.67,0.47,none,none,none, cryogenic,cryogenic,0.33,Adjective,9,9,4,cryogenic,16.12,0.84,16.12,0.84,none,none,none, cryogenics,cryogenics,0.18,Noun,10,10,4,cryogenics,14.67,0.95,14.67,0.95,none,none,none, cryonic,cryonic,0.06,Adjective,7,7,3,cryonic,15.07,0.74,15.07,0.74,none,none,none, cryonics,cryonics,0.33,Noun,8,8,3,cryonics,13.40,0.83,13.40,0.83,none,none,none, crypt,crypt,1.37,Noun,5,5,1,crypt,10.68,1.00,10.68,1.00,none,10.60,10.50, cryptic,cryptic,1.04,Adjective,7,7,2,cryptic,11.78,1.00,11.78,1.00,none,none,none,12.22 crypto,crypto,0.08,Noun,6,6,2,crypto,14.21,0.95,14.21,0.95,none,none,none, cryptogenic,cryptogenic,0.02,Adjective,11,11,4,cryptogenic,13.75,0.42,13.75,0.42,none,none,none, cryptogram,cryptogram,0.02,Noun,10,10,3,cryptogram,14.22,0.86,14.22,0.86,none,none,none, cryptograms,cryptograms,0.02,Noun,11,11,3,cryptogram,none,none,14.22,0.86,none,none,none, cryptograph,cryptograph,0.02,Noun,11,10,3,cryptograph,14.43,0.74,14.43,0.74,none,none,none, cryptographer,cryptographer,0.04,Noun,13,12,4,cryptographer,14.73,0.83,14.73,0.83,none,none,none, cryptographers,cryptographers,0.02,Noun,14,13,4,cryptographer,none,none,14.73,0.83,none,none,none, cryptography,cryptography,0.22,Noun,12,11,4,cryptography,14.50,0.84,14.50,0.84,none,none,none, cryptologist,cryptologist,0.02,Noun,12,12,4,cryptologist,15.44,0.76,15.44,0.76,none,none,none, cryptology,cryptology,0.04,Noun,10,10,4,cryptology,14.76,0.89,14.76,0.89,none,none,none, cryptonym,cryptonym,0.02,Noun,9,9,3,cryptonym,14.00,0.37,14.00,0.37,none,none,none, crypts,crypts,0.10,Noun,6,6,1,crypt,none,none,10.68,1.00,none,10.60,10.50, crystal,crystal,16.14,Noun,7,7,2,crystal,7.78,1.00,7.78,1.00,none,7.09,none,7.80 crystalline,crystalline,0.31,Adjective,11,9,3,crystalline,12.58,1.00,12.58,1.00,none,none,none, crystallization,crystallisation,0.14,Noun,15,13,5,crystallization,12.00,1.00,12.00,1.00,none,none,none, crystallize,crystallise,0.08,Verb,11,9,3,crystallize,11.82,0.94,11.82,0.94,none,none,none, crystallized,crystallised,0.37,Verb,12,10,3,crystallize,none,none,11.82,0.94,none,none,none, crystallizes,crystallises,0.04,Verb,12,11,4,crystallize,none,none,11.82,0.94,none,none,none, crystallizing,crystallising,0.04,Verb,13,11,4,crystallize,none,none,11.82,0.94,none,none,none, crystallography,crystallography,0.02,Noun,15,13,5,crystallography,15.44,0.50,15.44,0.50,none,none,none, crystalloid,crystalloid,0.04,Noun,11,9,3,crystalloid,14.00,0.50,14.00,0.50,none,none,none, crystals,crystals,2.45,Noun,8,8,2,crystal,none,none,7.78,1.00,none,7.09,none,7.80 cub,cub,2.10,Noun,3,3,1,cub,5.40,1.00,5.40,1.00,none,none,6.64, cubage,cubage,0.02,Verb,6,6,2,cubage,13.33,0.30,13.33,0.30,none,none,none, cubbies,cubbies,0.16,Noun,7,5,2,cubby,none,none,6.06,0.95,none,none,none, cubby,cubby,0.78,Noun,5,4,2,cubby,6.06,0.95,6.06,0.95,none,none,none, cubbyhole,cubbyhole,0.10,Noun,9,7,3,cubbyhole,6.50,1.00,6.50,1.00,none,none,none, cubbyholes,cubbyholes,0.02,Noun,10,8,3,cubbyhole,none,none,6.50,1.00,none,none,none, cube,cube,2.98,Noun,4,4,1,cube,7.32,1.00,7.32,1.00,10.63,7.66,6.40, cubeb,cubeb,0.02,Noun,5,6,2,cubeb,17.00,0.42,17.00,0.42,none,none,none, cubes,cubes,1.86,Noun,5,5,1,cube,none,none,7.32,1.00,10.63,7.66,6.40, cubic,cubic,0.86,Adjective,5,6,2,cubic,11.33,1.00,11.33,1.00,none,10.73,none,10.04 cubical,cubical,0.02,Adjective,7,8,3,cubical,11.20,1.00,11.20,1.00,none,none,none, cubicle,cubicle,2.57,Noun,7,8,3,cubicle,13.11,1.00,13.11,1.00,none,none,none, cubicles,cubicles,0.27,Noun,8,9,3,cubicle,none,none,13.11,1.00,none,none,none, cubing,cubing,0.06,Verb,6,6,2,cube,none,none,7.32,1.00,10.63,7.66,6.40, cubism,cubism,0.12,Noun,6,8,3,cubism,13.21,0.78,13.21,0.78,none,none,none, cubist,cubist,0.04,Noun,6,7,2,cubist,14.23,0.68,14.23,0.68,none,none,none, cubistic,cubistic,0.02,Adjective,8,9,3,cubistic,15.14,0.78,15.14,0.78,none,none,none, cubit,cubit,0.04,Noun,5,6,2,cubit,13.42,0.57,13.42,0.57,none,none,none, cubits,cubits,0.31,Noun,6,7,2,cubit,none,none,13.42,0.57,none,none,none, cubs,cubs,2.22,Noun,4,4,1,cub,none,none,5.40,1.00,none,none,6.64, cuckold,cuckold,0.43,Noun,7,6,2,cuckold,14.38,0.73,14.38,0.73,none,none,none, cuckolds,cuckolds,0.02,Verb,8,7,2,cuckold,none,none,14.38,0.73,none,none,none, cuckoo,cuckoo,2.96,Noun,6,4,2,cuckoo,6.61,1.00,6.61,1.00,none,none,none,8.53 cuckoos,cuckoos,0.20,Noun,7,5,2,cuckoo,none,none,6.61,1.00,none,none,none,8.53 cucumber,cucumber,1.98,Noun,8,8,3,cucumber,5.72,1.00,5.72,1.00,none,none,none, cucumbers,cucumbers,0.41,Noun,9,8,3,cucumber,none,none,5.72,1.00,none,none,none, cud,cud,0.25,Noun,3,3,1,cud,10.85,0.65,10.85,0.65,none,none,11.63, cudbear,cudbear,0.06,Noun,7,6,3,cudbear,11.00,0.21,11.00,0.21,none,none,none, cuddies,cuddies,0.04,Noun,7,5,2,cuddy,none,none,12.78,0.50,none,none,none, cuddle,cuddle,2.16,Verb,6,5,2,cuddle,6.16,1.00,6.16,1.00,4.23,none,none,5.93 cuddled,cuddled,0.24,Verb,7,6,2,cuddle,none,none,6.16,1.00,4.23,none,none,5.93 cuddles,cuddles,0.53,Noun,7,6,2,cuddle,none,none,6.16,1.00,4.23,none,none,5.93 cuddling,cuddling,0.80,Verb,8,6,2,cuddle,none,none,6.16,1.00,4.23,none,none,5.93 cuddy,cuddy,0.41,Noun,5,4,2,cuddy,12.78,0.50,12.78,0.50,none,none,none, cudgel,cudgel,0.02,Noun,6,5,2,cudgel,11.57,0.37,11.57,0.37,none,none,none, cudgels,cudgels,0.02,Noun,7,6,2,cudgel,none,none,11.57,0.37,none,none,none, cue,cue,7.78,Noun,3,3,1,cue,10.89,1.00,10.89,1.00,none,10.88,9.16, cued,cued,0.16,Verb,4,4,1,cue,none,none,10.89,1.00,none,10.88,9.16, cues,cues,0.69,Noun,4,4,1,cue,none,none,10.89,1.00,none,10.88,9.16, cuff,cuff,5.71,Noun,4,3,1,cuff,8.44,1.00,8.44,1.00,none,none,8.73, cuffed,cuffed,0.55,Verb,6,4,1,cuff,none,none,8.44,1.00,none,none,8.73, cuffing,cuffing,0.14,Verb,7,5,2,cuff,none,none,8.44,1.00,none,none,8.73, cufflink,cufflink,0.10,Noun,8,7,2,cufflink,9.84,1.00,9.84,1.00,none,none,none, cufflinks,cufflinks,0.35,Noun,9,8,2,cufflink,none,none,9.84,1.00,none,none,none, cuffs,cuffs,5.22,Noun,5,4,1,cuff,none,none,8.44,1.00,none,none,8.73, cuirass,cuirass,0.02,Noun,7,5,2,cuirass,15.86,0.39,15.86,0.39,none,none,none, cuisine,cuisine,1.94,Noun,7,6,2,cuisine,11.67,1.00,11.67,1.00,none,none,none,10.22 cuisines,cuisines,0.06,Noun,8,7,2,cuisine,none,none,11.67,1.00,none,none,none,10.22 culinary,culinary,1.20,Adjective,8,9,4,culinary,10.84,1.00,10.84,1.00,none,none,none, cull,cull,0.08,Verb,4,3,1,cull,15.79,0.70,15.79,0.70,12.06,none,none, culled,culled,0.10,Verb,6,4,1,cull,none,none,15.79,0.70,12.06,none,none, culling,culling,0.02,Verb,7,5,2,cull,none,none,15.79,0.70,12.06,none,none, culls,culls,0.04,Noun,5,4,1,cull,none,none,15.79,0.70,12.06,none,none, culminate,culminate,0.12,Verb,9,8,3,culminate,13.81,0.89,13.81,0.89,none,none,none, culminated,culminated,0.10,Verb,10,10,4,culminate,none,none,13.81,0.89,none,none,none, culminates,culminates,0.14,Verb,10,9,3,culminate,none,none,13.81,0.89,none,none,none, culminating,culminating,0.24,Verb,11,10,4,culminate,none,none,13.81,0.89,none,none,none, culmination,culmination,0.41,Noun,11,10,4,culmination,12.11,0.95,12.11,0.95,none,none,none, culottes,culottes,0.04,Noun,8,7,2,culottes,13.50,0.48,13.50,0.48,none,none,none, culpa,culpa,0.41,Noun,5,5,2,culpa,13.25,0.44,13.25,0.44,none,none,none, culpability,culpability,0.12,Noun,11,11,5,culpability,12.81,0.84,12.81,0.84,none,none,none, culpable,culpable,0.20,Adjective,8,8,3,culpable,15.61,0.74,15.61,0.74,none,none,none, culprit,culprit,1.08,Noun,7,7,2,culprit,10.65,1.00,10.65,1.00,none,none,none,11.39 culprits,culprits,0.41,Noun,8,8,2,culprit,none,none,10.65,1.00,none,none,none,11.39 cult,cult,4.45,Noun,4,4,1,cult,10.63,1.00,10.63,1.00,none,11.49,10.30, cultish,cultish,0.02,Adjective,7,6,2,cultish,13.40,0.83,13.40,0.83,none,none,none, cultivar,cultivar,0.04,Noun,8,7,3,cultivar,15.50,0.32,15.50,0.32,none,none,none, cultivate,cultivate,0.94,Verb,9,8,3,cultivate,12.39,1.00,12.39,1.00,none,none,none, cultivated,cultivated,0.61,Verb,10,10,4,cultivate,none,none,12.39,1.00,none,none,none, cultivates,cultivates,0.06,Verb,10,9,3,cultivate,none,none,12.39,1.00,none,none,none, cultivating,cultivating,0.35,Verb,11,10,4,cultivate,none,none,12.39,1.00,none,none,none, cultivation,cultivation,0.16,Noun,11,10,4,cultivation,11.63,1.00,11.63,1.00,none,none,none, cultivator,cultivator,0.10,Noun,10,9,4,cultivator,13.21,0.90,13.21,0.90,none,none,none, cults,cults,0.65,Noun,5,5,1,cult,none,none,10.63,1.00,none,11.49,10.30, cultural,cultural,3.96,Adjective,8,7,3,cultural,10.56,1.00,10.56,1.00,none,none,none, culture,culture,13.94,Noun,7,5,2,culture,9.52,1.00,9.52,1.00,10.99,9.17,none,9.40 cultured,cultured,0.96,Adjective,8,6,2,cultured,11.00,0.90,11.00,0.90,none,none,none, cultureless,cultureless,0.06,Adjective,11,8,3,cultureless,13.65,0.94,13.65,0.94,none,none,none, cultures,cultures,3.22,Noun,8,6,2,culture,none,none,9.52,1.00,10.99,9.17,none,9.40 culvert,culvert,0.37,Noun,7,6,2,culvert,10.33,0.67,10.33,0.67,none,none,none, culverts,culverts,0.10,Noun,8,8,2,culvert,none,none,10.33,0.67,none,none,none, cumbersome,cumbersome,0.29,Adjective,10,8,3,cumbersome,10.53,0.75,10.53,0.75,none,none,none, cumbrous,cumbrous,Err:512,Err:512,8,7,2,cumbrous,14.50,0.42,14.50,0.42,none,none,none, cumin,cumin,0.31,Noun,5,6,2,cumin,12.85,1.00,12.85,1.00,none,none,none, cummerbund,cummerbund,0.16,Noun,10,9,3,cummerbund,13.00,0.83,13.00,0.83,none,none,none, cummerbunds,cummerbunds,0.04,Noun,11,10,3,cummerbund,none,none,13.00,0.83,none,none,none, cumquat,cumquat,0.02,Noun,7,7,2,kumquat,none,none,12.47,0.89,none,none,none, cumulative,cumulative,0.22,Adjective,10,11,4,cumulative,12.95,1.00,12.95,1.00,none,none,none, cumulonimbus,cumulonimbus,0.04,Noun,12,14,5,cumulonimbus,14.58,0.67,14.58,0.67,none,none,none, cumulus,cumulus,0.29,Noun,7,9,3,cumulus,12.13,0.79,12.13,0.79,none,none,none, cuneiform,cuneiform,0.12,Adjective,9,10,4,cuneiform,14.00,0.37,14.00,0.37,none,none,none, cunnilingus,cunnilingus,0.22,Noun,11,10,4,cunnilingus,16.29,0.78,16.29,0.78,none,none,none, cunning,cunning,4.06,Adjective,7,5,2,cunning,10.84,1.00,10.84,1.00,none,8.47,none,11.59 cunningness,cunningness,0.02,Noun,11,8,3,cunningness,13.06,0.94,13.06,0.94,none,none,none, cunt,cunt,6.86,Noun,4,4,1,cunt,13.74,1.00,13.74,1.00,none,none,none, cunts,cunts,0.80,Noun,5,5,1,cunt,none,none,13.74,1.00,none,none,none, cup,cup,51.65,Noun,3,3,1,cup,3.57,1.00,3.57,1.00,none,none,3.45, cupboard,cupboard,2.49,Noun,8,5,2,cupboard,6.39,1.00,6.39,1.00,none,none,none, cupboards,cupboards,0.47,Noun,9,6,2,cupboard,none,none,6.39,1.00,none,none,none, cupcake,cupcake,3.27,Noun,7,6,2,cupcake,4.11,1.00,4.11,1.00,none,none,none, cupcakes,cupcakes,1.49,Noun,8,7,2,cupcake,none,none,4.11,1.00,none,none,none, cupful,cupful,0.02,Adjective,6,6,2,cupful,6.40,1.00,6.40,1.00,none,none,none, cupidity,cupidity,0.02,Noun,8,9,4,cupidity,12.40,0.83,12.40,0.83,none,none,none, cupped,cupped,0.10,Verb,6,4,1,cup,none,none,3.57,1.00,none,none,3.45, cupping,cupping,0.18,Verb,7,5,2,cup,none,none,3.57,1.00,none,none,3.45, cupric,cupric,0.02,Adjective,6,6,2,cupric,17.43,0.35,17.43,0.35,none,none,none, cups,cups,6.39,Noun,4,4,1,cup,none,none,3.57,1.00,none,none,3.45, cur,cur,0.61,Noun,3,2,1,cur,14.60,0.48,14.60,0.48,none,none,none, curable,curable,0.25,Adjective,7,8,3,curable,10.70,1.00,10.70,1.00,none,none,none, curare,curare,0.20,Noun,6,7,3,curare,15.67,0.17,15.67,0.17,none,none,none, curate,curate,0.10,Noun,6,6,2,curate,15.67,1.00,15.67,1.00,none,none,none, curative,curative,0.22,Adjective,8,8,3,curative,13.60,0.79,13.60,0.79,none,none,none, curator,curator,0.92,Noun,7,7,3,curator,11.68,1.00,11.68,1.00,none,none,none, curators,curators,0.08,Noun,8,8,3,curator,none,none,11.68,1.00,none,none,none, curatorship,curatorship,0.02,Noun,11,10,4,curatorship,15.00,0.67,15.00,0.67,none,none,none, curb,curb,4.10,Noun,4,3,1,curb,6.81,1.00,6.81,1.00,none,7.67,6.87, curbed,curbed,0.02,Verb,6,4,1,curb,none,none,6.81,1.00,none,7.67,6.87, curbing,curbing,0.12,Verb,7,5,2,curb,none,none,6.81,1.00,none,7.67,6.87, curbs,curbs,0.10,Noun,5,4,1,curb,none,none,6.81,1.00,none,7.67,6.87, curbside,curbside,0.14,Noun,8,6,2,curbside,10.72,1.00,10.72,1.00,none,none,none, curbstone,kerbstone,0.06,Noun,9,7,2,curbstone,10.82,0.89,10.82,0.89,none,none,none, curbstones,kerbstones,0.02,Noun,10,8,2,curbstone,none,none,10.82,0.89,none,none,none, curculio,curculio,0.02,Noun,8,9,4,curculio,13.12,0.44,13.12,0.44,none,none,none, curd,curd,0.43,Noun,4,3,1,curd,10.17,1.00,10.17,1.00,none,none,10.46, curdle,curdle,0.18,Verb,6,5,2,curdle,11.17,0.90,11.17,0.90,none,none,none, curdled,curdled,0.16,Adjective,7,6,2,curdled,10.00,0.89,10.00,0.89,none,none,none, curdles,curdles,0.08,Verb,7,6,2,curdle,none,none,11.17,0.90,none,none,none, curds,curds,0.08,Noun,5,4,1,curd,none,none,10.17,1.00,none,none,10.46, cure,cure,20.84,Noun,4,4,1,cure,9.58,1.00,9.58,1.00,7.18,7.28,7.15, cured,cured,6.04,Verb,5,5,1,cure,none,none,9.58,1.00,7.18,7.28,7.15, cureless,cureless,0.02,Adjective,8,7,2,cureless,11.24,0.94,11.24,0.94,none,none,none, cures,cures,1.29,Noun,5,5,1,cure,none,none,9.58,1.00,7.18,7.28,7.15, curette,curette,0.04,Noun,7,6,2,curette,17.33,0.45,17.33,0.45,none,none,none, curfew,curfew,4.59,Noun,6,5,2,curfew,10.26,1.00,10.26,1.00,none,none,none,8.96 curfews,curfews,0.08,Noun,7,6,2,curfew,none,none,10.26,1.00,none,none,none,8.96 curia,curia,0.02,Noun,5,6,3,curia,15.17,0.33,15.17,0.33,none,none,none, curing,curing,0.94,Verb,6,6,2,cure,none,none,9.58,1.00,7.18,7.28,7.15, curio,curio,0.18,Noun,5,6,3,curio,11.46,0.65,11.46,0.65,none,none,none, curios,curios,0.18,Noun,6,7,3,curio,none,none,11.46,0.65,none,none,none, curiosities,curiosities,0.22,Noun,11,11,5,curiosity,none,none,8.33,1.00,none,7.77,none, curiosity,curiosity,8.53,Noun,9,10,5,curiosity,8.33,1.00,8.33,1.00,none,7.77,none, curious,curious,26.22,Adjective,7,7,3,curious,6.64,1.00,6.64,1.00,none,7.86,none, curium,curium,0.02,Noun,6,7,3,curium,16.22,0.47,16.22,0.47,none,none,none, curl,curl,2.35,Verb,4,3,1,curl,6.39,1.00,6.39,1.00,5.89,none,5.79, curled,curled,0.92,Verb,6,4,1,curl,none,none,6.39,1.00,5.89,none,5.79, curler,curler,0.10,Noun,6,4,2,curler,7.62,0.89,7.62,0.89,none,none,none, curlers,curlers,0.33,Noun,7,5,2,curler,none,none,7.62,0.89,none,none,none, curlew,curlew,0.02,Noun,6,5,2,curlew,14.56,0.41,14.56,0.41,none,none,none, curling,curling,0.96,Noun,7,5,2,curling,9.11,0.95,9.11,0.95,none,none,none, curls,curls,1.55,Noun,5,4,1,curl,none,none,6.39,1.00,5.89,none,5.79, curmudgeon,curmudgeon,0.18,Noun,10,7,3,curmudgeon,12.88,0.85,12.88,0.85,none,none,none, currant,currant,0.04,Noun,7,5,2,currant,12.31,0.72,12.31,0.72,none,none,none, currants,currants,0.04,Noun,8,6,2,currant,none,none,12.31,0.72,none,none,none, currencies,currencies,0.06,Noun,10,7,3,currency,none,none,9.21,1.00,none,none,none, currency,currency,3.65,Noun,8,6,3,currency,9.21,1.00,9.21,1.00,none,none,none, current,current,17.04,Adjective,7,5,2,current,8.94,1.00,8.94,1.00,none,9.22,none,8.04 currently,currently,6.88,Adverb,9,7,3,currently,8.22,1.00,8.22,1.00,none,none,none, currents,currents,1.69,Noun,8,6,2,current,none,none,8.94,1.00,none,9.22,none,8.04 curricula,curricula,0.04,Noun,9,8,4,curriculum,none,none,10.35,0.94,none,none,none, curricular,curricular,0.06,Adjective,10,8,4,curricular,10.10,0.95,10.10,0.95,none,none,none, curriculum,curriculum,1.37,Noun,10,9,4,curriculum,10.35,0.94,10.35,0.94,none,none,none, curries,curries,0.02,Noun,7,4,2,curry,none,none,13.28,1.00,none,7.24,none,10.80 currish,currish,0.02,Adjective,7,4,2,currish,13.00,0.11,13.00,0.11,none,none,none, curry,curry,2.43,Noun,5,4,2,curry,13.28,1.00,13.28,1.00,none,7.24,none,10.80 currying,currying,0.06,Verb,8,5,3,curry,none,none,13.28,1.00,none,7.24,none,10.80 curs,curs,0.10,Noun,4,3,1,cur,none,none,14.60,0.48,none,none,none, curse,curse,18.22,Noun,5,3,1,curse,7.47,1.00,7.47,1.00,none,8.92,7.57, cursed,cursed,7.39,Verb,6,4,1,curse,none,none,7.47,1.00,none,8.92,7.57, curses,curses,1.61,Noun,6,5,2,curse,none,none,7.47,1.00,none,8.92,7.57, cursing,cursing,1.76,Verb,7,5,2,curse,none,none,7.47,1.00,none,8.92,7.57, cursive,cursive,0.08,Adjective,7,5,2,cursive,7.32,1.00,7.32,1.00,none,none,none, cursor,cursor,0.06,Noun,6,4,2,cursor,12.16,1.00,12.16,1.00,none,none,none, cursory,cursory,0.29,Adjective,7,5,3,cursory,13.56,0.89,13.56,0.89,none,none,none, curst,curst,0.14,Noun,5,5,1,curst,12.14,0.39,12.14,0.39,none,none,none, curt,curt,2.67,Adjective,4,3,1,curt,13.41,0.85,13.41,0.85,none,none,11.48, curtail,curtail,0.12,Verb,7,5,2,curtail,12.88,0.80,12.88,0.80,none,none,none, curtailed,curtailed,0.08,Verb,9,6,2,curtail,none,none,12.88,0.80,none,none,none, curtailment,curtailment,0.02,Noun,11,9,3,curtailment,14.79,0.74,14.79,0.74,none,none,none, curtain,curtain,10.29,Noun,7,5,2,curtain,4.95,1.00,4.95,1.00,none,none,none,6.40 curtains,curtains,6.29,Noun,8,6,2,curtain,none,none,4.95,1.00,none,none,none,6.40 curtsey,curtsey,0.16,Verb,7,5,2,curtsy,none,none,8.79,1.00,none,none,none,9.22 curtseying,curtseying,0.02,Verb,10,7,3,curtsy,none,none,8.79,1.00,none,none,none,9.22 curtsies,curtsies,0.04,Verb,8,6,2,curtsy,none,none,8.79,1.00,none,none,none,9.22 curtsy,curtsy,0.57,Noun,6,5,2,curtsy,8.79,1.00,8.79,1.00,none,none,none,9.22 curtsying,curtsying,0.04,Verb,9,7,3,curtsy,none,none,8.79,1.00,none,none,none,9.22 curvaceous,curvaceous,0.12,Adjective,10,7,3,curvaceous,12.73,0.83,12.73,0.83,none,none,none, curvature,curvature,0.24,Noun,9,6,3,curvature,13.00,1.00,13.00,1.00,none,none,none, curvatures,curvatures,0.04,Noun,10,8,3,curvature,none,none,13.00,1.00,none,none,none, curve,curve,4.61,Noun,5,3,1,curve,7.52,1.00,7.52,1.00,none,7.30,7.36, curveball,curveball,0.33,Noun,9,6,2,curveball,9.11,1.00,9.11,1.00,none,none,none, curved,curved,0.61,Adjective,6,4,1,curved,6.67,1.00,6.67,1.00,none,none,none, curves,curves,1.29,Noun,6,4,1,curve,none,none,7.52,1.00,none,7.30,7.36, curving,curving,0.10,Verb,7,5,2,curve,none,none,7.52,1.00,none,7.30,7.36, curvy,curvy,0.20,Adjective,5,4,2,curvy,9.22,1.00,9.22,1.00,none,none,none, cushier,cushier,0.02,Adjective,7,6,3,cushy,none,none,8.83,0.90,none,none,none, cushion,cushion,2.16,Noun,7,5,2,cushion,5.53,1.00,5.53,1.00,none,5.48,none,7.26 cushioned,cushioned,0.10,Verb,9,6,2,cushion,none,none,5.53,1.00,none,5.48,none,7.26 cushions,cushions,1.18,Noun,8,6,2,cushion,none,none,5.53,1.00,none,5.48,none,7.26 cushy,cushy,0.71,Adjective,5,4,2,cushy,8.83,0.90,8.83,0.90,none,none,none, cusp,cusp,0.27,Noun,4,4,1,cusp,12.69,0.89,12.69,0.89,none,none,12.22, cuspidor,cuspidor,0.08,Noun,8,7,3,cuspidor,14.83,0.63,14.83,0.63,none,none,none, cuspidors,cuspidors,0.04,Noun,9,8,3,cuspidor,none,none,14.83,0.63,none,none,none, cusps,cusps,0.02,Verb,5,5,1,cusp,none,none,12.69,0.89,none,none,12.22, cuss,cuss,1.06,Noun,4,3,1,cuss,6.79,1.00,6.79,1.00,none,none,none, cussed,cussed,0.16,Verb,6,4,1,cuss,none,none,6.79,1.00,none,none,none, cussedness,cussedness,0.02,Noun,10,8,3,cussedness,12.60,0.50,12.60,0.50,none,none,none, cussing,cussing,0.53,Verb,7,5,2,cuss,none,none,6.79,1.00,none,none,none, custard,custard,1.25,Noun,7,6,2,custard,8.50,1.00,8.50,1.00,none,none,none,8.20 custards,custards,0.06,Noun,8,8,2,custard,none,none,8.50,1.00,none,none,none,8.20 custodial,custodial,0.39,Adjective,9,9,4,custodial,11.47,1.00,11.47,1.00,none,none,none, custodian,custodian,0.96,Noun,9,9,4,custodian,8.05,1.00,8.05,1.00,none,none,none, custodians,custodians,0.08,Noun,10,10,4,custodian,none,none,8.05,1.00,none,none,none, custodianship,custodianship,0.04,Noun,13,12,5,custodianship,12.39,0.86,12.39,0.86,none,none,none, custody,custody,19.25,Noun,7,7,3,custody,9.50,1.00,9.50,1.00,none,none,none, custom,custom,6.20,Noun,6,6,2,custom,8.36,1.00,8.36,1.00,none,9.56,none,9.31 customary,customary,2.18,Adjective,9,9,4,customary,11.16,1.00,11.16,1.00,none,none,none, customer,customer,15.20,Noun,8,7,3,customer,7.21,1.00,7.21,1.00,none,7.39,none, customers,customers,19.06,Noun,9,8,3,customer,none,none,7.21,1.00,none,7.39,none, customize,customise,0.08,Verb,9,8,3,customize,12.16,1.00,12.16,1.00,none,none,none, customized,customised,0.61,Adjective,10,9,3,customized,10.56,1.00,10.56,1.00,none,none,none, customizer,customizer,0.02,Noun,10,9,4,customizer,12.50,0.95,12.50,0.95,none,none,none, customs,customs,6.39,Noun,7,7,2,customs,9.22,1.00,9.22,1.00,none,none,none, cut,cut,229.76,Verb,3,3,1,cut,4.43,1.00,4.43,1.00,none,none,4.65, cutaneous,cutaneous,0.06,Adjective,9,9,4,cutaneous,14.67,0.53,14.67,0.53,none,none,none, cutaway,cutaway,0.08,Noun,7,6,3,cutaway,12.41,0.89,12.41,0.89,none,none,none, cutaways,cutaways,0.04,Noun,8,7,3,cutaway,none,none,12.41,0.89,none,none,none, cutback,cutback,0.33,Noun,7,6,2,cutback,12.26,1.00,12.26,1.00,none,none,none, cutbacks,cutbacks,0.94,Noun,8,7,2,cutback,none,none,12.26,1.00,none,none,none, cute,cute,87.75,Adjective,4,4,1,cute,4.26,1.00,4.26,1.00,none,none,4.85, cuteness,cuteness,0.35,Noun,8,7,2,cuteness,7.39,1.00,7.39,1.00,none,none,none, cuter,cuter,1.94,Adjective,5,5,2,cute,none,none,4.26,1.00,none,none,4.85, cutest,cutest,3.27,Adjective,6,7,2,cute,none,none,4.26,1.00,none,none,4.85, cutesy,cutesy,0.27,Adjective,6,6,2,cutesy,7.39,0.86,7.39,0.86,none,none,none, cuticle,cuticle,0.37,Noun,7,8,3,cuticle,11.82,0.94,11.82,0.94,none,none,none, cuticles,cuticles,0.16,Noun,8,9,3,cuticle,none,none,11.82,0.94,none,none,none, cutie,cutie,2.88,Noun,5,5,2,cutie,4.70,1.00,4.70,1.00,none,none,none, cuties,cuties,0.24,Noun,6,6,2,cutie,none,none,4.70,1.00,none,none,none, cutlass,cutlass,0.51,Noun,7,6,2,cutlass,11.81,0.89,11.81,0.89,none,none,none, cutlasses,cutlasses,0.06,Noun,9,8,3,cutlass,none,none,11.81,0.89,none,none,none, cutlery,cutlery,0.35,Noun,7,6,3,cutlery,9.89,1.00,9.89,1.00,none,none,none, cutlet,cutlet,0.35,Noun,6,6,2,cutlet,11.76,0.94,11.76,0.94,none,none,none, cutlets,cutlets,0.39,Noun,7,7,2,cutlet,none,none,11.76,0.94,none,none,none, cutoff,cut-off,0.59,Noun,6,5,2,cutoff,8.83,1.00,8.83,1.00,none,none,none, cutoffs,cut-offs,0.16,Noun,7,6,2,cutoff,none,none,8.83,1.00,none,none,none, cutout,cut-out,0.29,Noun,6,5,2,cutout,6.94,1.00,6.94,1.00,none,none,none, cutouts,cut-outs,0.16,Noun,7,6,2,cutout,none,none,6.94,1.00,none,none,none, cuts,cuts,11.43,Verb,4,4,1,cut,none,none,4.43,1.00,none,none,4.65, cutter,cutter,4.69,Noun,6,4,2,cutter,7.95,1.00,7.95,1.00,none,7.09,none, cutters,cutters,1.16,Noun,7,5,2,cutter,none,none,7.95,1.00,none,7.09,none, cutthroat,cutthroat,0.82,Noun,9,7,2,cutthroat,10.76,0.94,10.76,0.94,none,none,none, cutthroats,cutthroats,0.59,Noun,10,8,2,cutthroat,none,none,10.76,0.94,none,none,none, cutting,cutting,22.08,Verb,7,5,2,cut,none,none,4.43,1.00,none,none,4.65, cuttle,cuttle,0.02,0.02,6,5,2,cuttle,11.60,0.67,11.60,0.67,none,11.75,none, cuttlebone,cuttlebone,0.02,Noun,10,8,3,cuttlebone,12.50,0.30,12.50,0.30,none,none,none, cuttlefish,cuttlefish,0.20,Noun,10,8,3,cuttlefish,12.88,0.80,12.88,0.80,none,none,none, cutup,cutup,0.08,Noun,5,5,2,cutup,9.86,0.78,9.86,0.78,none,none,none, cutups,cutups,0.04,Noun,6,6,2,cutup,none,none,9.86,0.78,none,none,none, cyan,cyan,0.18,Noun,4,4,2,cyan,11.44,0.86,11.44,0.86,none,none,none, cyanic,cyanic,0.06,Adjective,6,6,3,cyanic,16.00,0.58,16.00,0.58,none,none,none, cyanide,cyanide,1.80,Noun,7,6,3,cyanide,14.00,0.89,14.00,0.89,none,none,none, cyanosis,cyanosis,0.12,Noun,8,8,4,cyanosis,17.09,0.58,17.09,0.58,none,none,none, cyanotic,cyanotic,0.49,Adjective,8,8,4,cyanotic,16.25,0.44,16.25,0.44,none,none,none, cybernetic,cybernetic,0.33,Adjective,10,10,4,cybernetic,16.08,0.72,16.08,0.72,none,none,none, cybernetics,cybernetics,0.08,Noun,11,11,4,cybernetics,15.33,0.50,15.33,0.50,none,none,none, cybersex,cybersex,0.14,Noun,8,8,3,cybersex,15.24,1.00,15.24,1.00,none,none,none, cyberspace,cyberspace,0.47,Noun,10,8,3,cyberspace,14.42,1.00,14.42,1.00,none,none,none, cyclamen,cyclamen,0.02,Noun,8,8,3,cyclamen,15.25,0.42,15.25,0.42,none,none,none, cycle,cycle,5.88,Noun,5,5,2,cycle,7.50,1.00,7.50,1.00,5.13,none,none,6.89 cycled,cycled,0.16,Verb,6,6,2,cycle,none,none,7.50,1.00,5.13,none,none,6.89 cycler,cycler,0.02,Noun,6,6,3,cycler,11.06,0.94,11.06,0.94,none,none,none, cycles,cycles,1.29,Noun,6,6,2,cycle,none,none,7.50,1.00,5.13,none,none,6.89 cyclic,cyclic,0.18,Adjective,6,6,2,cyclic,12.20,0.83,12.20,0.83,none,none,none, cyclical,cyclical,0.16,Adjective,8,8,3,cyclical,13.44,0.84,13.44,0.84,none,none,none, cycling,cycling,0.39,Verb,7,7,3,cycle,none,none,7.50,1.00,5.13,none,none,6.89 cyclist,cyclist,0.10,Noun,7,8,3,cyclist,8.56,1.00,8.56,1.00,none,none,none, cyclists,cyclists,0.02,Noun,8,9,3,cyclist,none,none,8.56,1.00,none,none,none, cycloid,cycloid,0.02,Adjective,7,6,2,cycloid,13.75,0.44,13.75,0.44,none,none,none, cyclone,cyclone,0.47,Noun,7,6,2,cyclone,9.58,1.00,9.58,1.00,none,none,none, cyclones,cyclones,0.06,Noun,8,7,2,cyclone,none,none,9.58,1.00,none,none,none, cyclopedia,cyclopaedia,0.02,Noun,10,10,5,cyclopedia,14.29,0.37,14.29,0.37,none,none,none, cyclotron,cyclotron,0.08,Noun,9,9,3,cyclotron,16.43,0.39,16.43,0.39,none,none,none, cygnet,cygnet,Err:512,Err:512,6,6,2,cygnet,12.00,0.33,12.00,0.33,none,none,none, cygnets,cygnets,0.02,Noun,7,7,2,cygnet,none,none,12.00,0.33,none,none,none, cylinder,cylinder,1.57,Noun,8,7,3,cylinder,9.63,1.00,9.63,1.00,none,none,none, cylinders,cylinders,1.06,Noun,9,8,3,cylinder,none,none,9.63,1.00,none,none,none, cylindrical,cylindrical,0.16,Adjective,11,11,4,cylindrical,10.56,0.84,10.56,0.84,none,none,none, cymbal,cymbal,0.25,Adjective,6,6,2,cymbal,9.94,0.89,9.94,0.89,none,none,none, cymbals,cymbals,0.47,Noun,7,7,2,cymbals,8.13,0.91,8.13,0.91,none,none,none, cymbidium,cymbidium,0.02,Noun,9,9,4,cymbidium,14.62,0.42,14.62,0.42,none,none,none, cynic,cynic,1.10,Noun,5,5,2,cynic,13.07,0.79,13.07,0.79,none,12.11,none,11.90 cynical,cynical,3.67,Adjective,7,7,3,cynical,13.44,0.95,13.44,0.95,none,none,none, cynicism,cynicism,0.90,Noun,8,9,4,cynicism,13.25,0.91,13.25,0.91,none,none,none, cynics,cynics,0.24,Noun,6,6,2,cynic,none,none,13.07,0.79,none,12.11,none,11.90 cynosure,cynosure,0.04,Noun,8,8,3,cynosure,16.14,0.39,16.14,0.39,none,none,none, cyst,cyst,0.43,Noun,4,4,1,cyst,11.81,0.89,11.81,0.89,none,12.28,12.52, cystic,cystic,0.45,Adjective,6,6,2,cystic,14.12,0.85,14.12,0.85,none,none,none, cysts,cysts,0.14,Noun,5,5,1,cyst,none,none,11.81,0.89,none,12.28,12.52, cytomegalovirus,cytomegalovirus,0.02,Noun,15,15,7,cytomegalovirus,19.43,0.37,19.43,0.37,none,none,none, cytoplasm,cytoplasm,0.08,Noun,9,10,4,cytoplasm,12.69,0.89,12.69,0.89,none,none,none, cytosine,cytosine,0.04,Verb,8,7,3,cytosine,14.50,0.27,14.50,0.27,none,none,none, czar,tsar,0.69,Noun,4,3,1,czar,11.71,0.94,11.71,0.94,none,none,12.32, czardas,czardas,0.06,Noun,7,7,2,czardas,15.67,0.17,15.67,0.17,none,none,none, czarist,tsarist,0.04,Noun,7,6,2,czarist,15.54,0.65,15.54,0.65,none,none,none, czars,tsars,0.08,Noun,5,4,1,czar,none,none,11.71,0.94,none,none,12.32, dab,dab,1.12,Noun,3,3,1,dab,6.72,1.00,6.72,1.00,none,none,7.77, dabbed,dabbed,0.04,Verb,6,4,1,dab,none,none,6.72,1.00,none,none,7.77, dabbing,dabbing,0.10,Verb,7,5,2,dab,none,none,6.72,1.00,none,none,7.77, dabble,dabble,0.57,Verb,6,5,2,dabble,10.21,1.00,10.21,1.00,none,none,none,10.04 dabbled,dabbled,0.24,Verb,7,6,2,dabble,none,none,10.21,1.00,none,none,none,10.04 dabbler,dabbler,0.02,Noun,7,6,3,dabbler,13.73,0.79,13.73,0.79,none,none,none, dabblers,dabblers,0.02,Err:512,8,7,3,dabbler,none,none,13.73,0.79,none,none,none, dabbles,dabbles,0.08,Verb,7,6,2,dabble,none,none,10.21,1.00,none,none,none,10.04 dabbling,dabbling,0.27,Verb,8,7,3,dabble,none,none,10.21,1.00,none,none,none,10.04 dabs,dabs,0.37,Noun,4,4,1,dab,none,none,6.72,1.00,none,none,7.77, dace,dace,0.10,Noun,4,3,1,dace,14.25,0.22,14.25,0.22,none,none,none, dacha,dacha,0.08,Noun,5,4,2,dacha,14.33,0.15,14.33,0.15,none,none,none, dachshund,dachshund,0.35,Noun,9,8,2,dachshund,9.17,0.95,9.17,0.95,none,none,none, dachshunds,dachshunds,0.06,Noun,10,9,2,dachshund,none,none,9.17,0.95,none,none,none, dactyl,dactyl,0.02,Noun,6,6,2,dactyl,14.08,0.67,14.08,0.67,none,none,none, dactylic,dactylic,Err:512,Err:512,8,8,3,dactylic,16.50,0.30,16.50,0.30,none,none,none, dad,dad,507.25,Noun,3,3,1,dad,2.58,1.00,2.58,1.00,none,2.79,1.98, daddies,daddies,1.22,Noun,7,5,2,daddy,none,none,2.56,1.00,none,none,none,3.23 daddy,daddy,185.08,Noun,5,4,2,daddy,2.56,1.00,2.56,1.00,none,none,none,3.23 dado,dado,0.55,Noun,4,4,2,dado,13.20,0.26,13.20,0.26,none,none,none, dads,dads,2.18,Noun,4,4,1,dad,none,none,2.58,1.00,none,2.79,1.98, daffodil,daffodil,0.20,Noun,8,7,3,daffodil,5.63,1.00,5.63,1.00,5.10,none,none, daffodils,daffodils,0.63,Noun,9,8,3,daffodil,none,none,5.63,1.00,5.10,none,none, daft,daft,1.33,Adjective,4,4,1,daft,12.26,0.95,12.26,0.95,none,none,12.86, dag,dag,0.61,Verb,3,3,1,dag,11.43,0.39,11.43,0.39,none,none,none, dagger,dagger,4.92,Noun,6,4,2,dagger,8.44,0.95,8.44,0.95,none,none,none,9.58 daggers,daggers,1.20,Noun,7,5,2,dagger,none,none,8.44,0.95,none,none,none,9.58 daguerreotype,daguerreotype,0.08,Verb,13,11,5,daguerreotype,16.70,0.53,16.70,0.53,none,none,none, daguerreotypes,daguerreotypes,0.02,Noun,14,12,5,daguerreotype,none,none,16.70,0.53,none,none,none, dailies,dailies,0.75,Noun,7,5,2,daily,none,none,6.00,1.00,none,none,none, daily,daily,15.63,Adjective,5,4,2,daily,6.00,1.00,6.00,1.00,none,none,none, daimyo,daimyo,0.29,Noun,6,5,3,daimyo,14.00,0.11,14.00,0.11,none,none,none, dainties,dainties,0.08,Noun,8,6,2,dainty,none,none,8.76,0.94,6.37,none,none,10.22 daintiness,daintiness,0.06,Noun,10,8,3,daintiness,10.94,0.95,10.94,0.95,none,none,none, dainty,dainty,1.20,Adjective,6,5,2,dainty,8.76,0.94,8.76,0.94,6.37,none,none,10.22 daiquiri,daiquiri,0.80,Noun,8,5,3,daiquiri,15.47,0.94,15.47,0.94,none,none,none, daiquiris,daiquiris,0.49,Noun,9,8,3,daiquiri,none,none,15.47,0.94,none,none,none, dairies,dairies,0.02,Noun,7,5,2,dairy,none,none,6.85,1.00,none,6.67,none,6.47 dairy,dairy,2.78,Noun,5,4,2,dairy,6.85,1.00,6.85,1.00,none,6.67,none,6.47 dairyman,dairyman,0.00,Err:512,8,7,3,dairyman,9.30,1.00,9.30,1.00,7.41,none,none, dairymen,dairymen,0.02,Name,8,7,3,dairyman,none,none,9.30,1.00,7.41,none,none, dais,dais,0.27,Noun,4,3,1,dais,13.14,0.33,13.14,0.33,none,none,none, daisies,daisies,1.53,Noun,7,5,2,daisy,none,none,5.55,1.00,none,4.88,none,6.00 daisy,daisy,13.51,Name,5,4,2,daisy,5.55,1.00,5.55,1.00,none,4.88,none,6.00 dale,dale,9.08,Name,4,3,1,dale,10.34,0.82,10.34,0.82,none,none,12.10, dales,dales,0.18,Noun,5,4,1,dale,none,none,10.34,0.82,none,none,12.10, dalliance,dalliance,0.22,Noun,9,7,3,dalliance,14.50,0.63,14.50,0.63,none,none,none, dalliances,dalliances,0.10,Noun,10,9,4,dalliance,none,none,14.50,0.63,none,none,none, dalmatian,dalmatian,0.73,Noun,9,8,3,dalmatian,6.06,0.90,6.06,0.90,none,none,none, dam,dam,5.75,Noun,3,3,1,dam,6.58,1.00,6.58,1.00,none,none,7.70, damage,damage,33.06,Noun,6,5,2,damage,7.20,1.00,7.20,1.00,6.30,7.18,none,7.57 damaged,damaged,9.08,Verb,7,6,2,damage,none,none,7.20,1.00,6.30,7.18,none,7.57 damages,damages,3.98,Noun,7,7,3,damage,none,none,7.20,1.00,6.30,7.18,none,7.57 damask,damask,0.12,Noun,6,6,2,damask,14.00,0.40,14.00,0.40,11.04,none,none, dame,dame,13.76,Noun,4,3,1,dame,11.79,1.00,11.79,1.00,none,10.60,10.25, dames,dames,4.37,Noun,5,4,1,dame,none,none,11.79,1.00,none,10.60,10.25, dammed,dammed,0.20,Verb,6,4,1,dam,none,none,6.58,1.00,none,none,7.70, damn,damn,283.53,Adjective,4,3,1,damn,8.30,1.00,8.30,1.00,10.53,none,9.03, damnable,damnable,0.29,Adjective,8,7,3,damnable,12.24,0.85,12.24,0.85,none,none,none, damnation,damnation,1.31,Noun,9,8,3,damnation,8.94,0.94,8.94,0.94,none,none,none, damning,damning,0.43,Verb,7,5,2,damn,none,none,8.30,1.00,10.53,none,9.03, damns,damns,0.10,Verb,5,4,1,damn,none,none,8.30,1.00,10.53,none,9.03, damp,damp,2.92,Adjective,4,4,1,damp,7.67,1.00,7.67,1.00,none,6.50,7.63, dampen,dampen,0.31,Verb,6,6,2,dampen,10.21,1.00,10.21,1.00,none,none,none, dampened,dampened,0.14,Verb,8,7,2,dampen,none,none,10.21,1.00,none,none,none, dampens,dampens,0.06,Verb,7,7,2,dampen,none,none,10.21,1.00,none,none,none, damper,damper,0.84,Noun,6,5,2,damper,9.50,1.00,9.50,1.00,none,none,none, dampers,dampers,0.10,Noun,7,6,2,damper,none,none,9.50,1.00,none,none,none, damping,damping,0.16,Noun,7,6,2,damping,12.53,0.94,12.53,0.94,none,none,none, dampness,dampness,0.14,Noun,8,7,2,dampness,8.47,1.00,8.47,1.00,none,none,none, dams,dams,0.41,Noun,4,4,1,dam,none,none,6.58,1.00,none,none,7.70, damsel,damsel,0.88,Noun,6,6,2,damsel,7.83,1.00,7.83,1.00,none,8.09,none,10.13 damsels,damsels,0.22,Noun,7,7,2,damsel,none,none,7.83,1.00,none,8.09,none,10.13 damson,damson,0.02,Noun,6,6,2,damson,16.43,0.37,16.43,0.37,none,none,none, dance,dance,148.04,Verb,5,4,1,dance,4.63,1.00,4.63,1.00,5.48,none,4.86, danceable,danceable,0.08,Adjective,9,8,3,danceable,10.00,0.83,10.00,0.83,none,none,none, danced,danced,9.35,Verb,6,5,1,dance,none,none,4.63,1.00,5.48,none,4.86, dancer,dancer,16.29,Noun,6,5,2,dancer,6.00,1.00,6.00,1.00,none,none,none, dancers,dancers,5.33,Noun,7,6,2,dancer,none,none,6.00,1.00,none,none,none, dances,dances,5.92,Noun,6,6,2,dance,none,none,4.63,1.00,5.48,none,4.86, dancing,dancing,54.39,Verb,7,6,2,dancing,4.09,0.95,4.09,0.95,none,none,none, dandelion,dandelion,0.29,Noun,9,9,4,dandelion,5.11,0.95,5.11,0.95,none,none,none, dandelions,dandelions,0.24,Noun,10,10,4,dandelion,none,none,5.11,0.95,none,none,none, dander,dander,0.29,Noun,6,6,2,dander,11.50,0.89,11.50,0.89,none,none,none, dandies,dandies,0.18,Noun,7,6,2,dandy,none,none,7.94,0.89,none,11.94,none,7.34 dandiest,dandiest,0.02,Adjective,8,8,3,dandy,none,none,7.94,0.89,none,11.94,none,7.34 dandler,dandler,0.08,Noun,7,7,2,dandler,13.91,0.58,13.91,0.58,none,none,none, dandlers,dandlers,0.04,Noun,8,8,2,dandler,none,none,13.91,0.58,none,none,none, dandruff,dandruff,0.80,Noun,8,7,2,dandruff,10.74,1.00,10.74,1.00,none,none,none,9.40 dandy,dandy,4.39,Noun,5,5,2,dandy,7.94,0.89,7.94,0.89,none,11.94,none,7.34 dandyish,dandyish,0.02,Adjective,8,7,3,dandyish,14.93,0.78,14.93,0.78,none,none,none, danger,danger,43.67,Noun,6,5,2,danger,4.61,1.00,4.61,1.00,none,6.09,none,5.81 dangerous,dangerous,74.84,Adjective,9,7,3,dangerous,5.60,1.00,5.60,1.00,none,none,none, dangerousness,dangerousness,0.02,Noun,13,10,4,dangerousness,9.05,1.00,9.05,1.00,none,none,none, dangers,dangers,2.55,Noun,7,6,2,danger,none,none,4.61,1.00,none,6.09,none,5.81 dangle,dangle,1.33,Verb,6,6,2,dangle,6.89,1.00,6.89,1.00,none,8.09,none,8.37 dangled,dangled,0.20,Verb,7,7,2,dangle,none,none,6.89,1.00,none,8.09,none,8.37 dangler,dangler,0.27,Noun,7,7,3,dangler,9.38,0.84,9.38,0.84,none,none,none, danglers,danglers,0.04,Noun,8,8,3,dangler,none,none,9.38,0.84,none,none,none, dangles,dangles,0.14,Verb,7,7,2,dangle,none,none,6.89,1.00,none,8.09,none,8.37 dangling,dangling,1.29,Verb,8,8,3,dangle,none,none,6.89,1.00,none,8.09,none,8.37 dank,dank,0.55,Adjective,4,4,1,dank,12.37,0.86,12.37,0.86,none,none,12.16, danseur,danseur,0.02,Noun,7,6,2,danseur,15.50,0.22,15.50,0.22,none,none,none, danseuse,danseuse,0.04,Verb,8,6,2,danseuse,18.25,0.21,18.25,0.21,none,none,none, dapper,dapper,0.55,Adjective,6,4,2,dapper,12.08,0.68,12.08,0.68,none,13.00,none,11.90 dappled,dappled,0.04,Adjective,7,6,2,dappled,10.84,0.95,10.84,0.95,none,none,none, dare,dare,55.41,Verb,4,3,1,dare,6.63,1.00,6.63,1.00,none,6.07,6.28, dared,dared,4.47,Verb,5,4,1,dare,none,none,6.63,1.00,none,6.07,6.28, daredevil,daredevil,0.65,Noun,9,8,3,daredevil,8.16,1.00,8.16,1.00,none,none,none, daredevils,daredevils,0.10,Noun,10,9,3,daredevil,none,none,8.16,1.00,none,none,none, darer,darer,0.02,Noun,5,4,2,darer,9.14,0.78,9.14,0.78,none,none,none, dares,dares,2.41,Verb,5,4,1,dare,none,none,6.63,1.00,none,6.07,6.28, daresay,daresay,0.49,Verb,7,5,2,daresay,12.33,0.79,12.33,0.79,none,none,none, daring,daring,4.20,Adjective,6,5,2,daring,9.11,1.00,9.11,1.00,none,none,none, dark,dark,88.61,Adjective,4,4,1,dark,3.74,1.00,3.74,1.00,none,none,3.95, darken,darken,0.39,Verb,6,6,2,darken,6.85,1.00,6.85,1.00,none,none,none, darkened,darkened,0.78,Adjective,8,7,2,darkened,6.74,1.00,6.74,1.00,none,none,none, darkening,darkening,0.20,Verb,9,8,3,darken,none,none,6.85,1.00,none,none,none, darkens,darkens,0.08,Verb,7,7,2,darken,none,none,6.85,1.00,none,none,none, darker,darker,2.75,Adjective,6,5,2,dark,none,none,3.74,1.00,none,none,3.95, darkest,darkest,2.82,Adjective,7,7,2,dark,none,none,3.74,1.00,none,none,3.95, darkie,darkie,0.14,Noun,6,5,2,darkie,11.06,0.84,11.06,0.84,none,none,none, darkies,darkies,0.29,Noun,7,6,2,darkie,none,none,11.06,0.84,none,none,none, darkling,darkling,0.10,Noun,8,7,2,darkling,10.82,0.58,10.82,0.58,none,none,none, darkness,darkness,17.49,Noun,8,7,2,darkness,4.83,1.00,4.83,1.00,none,4.99,none, darkroom,darkroom,0.86,Noun,8,7,2,darkroom,11.67,1.00,11.67,1.00,none,none,none, darkrooms,darkrooms,0.02,Noun,9,8,2,darkroom,none,none,11.67,1.00,none,none,none, darks,darks,0.06,Noun,5,5,1,dark,none,none,3.74,1.00,none,none,3.95, darksome,darksome,Err:512,Err:512,8,7,2,darksome,12.70,0.53,12.70,0.53,none,none,none, darling,darling,129.67,Noun,7,6,2,darling,5.79,1.00,5.79,1.00,none,5.77,none,6.97 darlings,darlings,2.25,Noun,8,7,2,darling,none,none,5.79,1.00,none,5.77,none,6.97 darn,darn,13.90,Adjective,4,4,1,darn,8.00,0.95,8.00,0.95,none,none,7.42, darnedest,darnedest,0.31,Adjective,9,8,2,darnedest,10.50,0.80,10.50,0.80,none,none,none, darnel,darnel,0.10,Verb,6,6,2,darnel,18.00,0.25,18.00,0.25,none,none,none, darning,darning,0.10,Verb,7,6,2,darn,none,none,8.00,0.95,none,none,7.42, darns,darns,0.02,Verb,5,5,1,darn,none,none,8.00,0.95,none,none,7.42, dart,dart,1.92,Noun,4,4,1,dart,7.38,1.00,7.38,1.00,none,7.83,7.56, dartboard,dartboard,0.12,Noun,9,8,2,dartboard,8.44,1.00,8.44,1.00,none,none,none, darted,darted,0.04,Verb,6,6,2,dart,none,none,7.38,1.00,none,7.83,7.56, darter,darter,0.10,Noun,6,5,2,darter,11.60,0.48,11.60,0.48,none,none,none, darting,darting,0.22,Verb,7,6,2,dart,none,none,7.38,1.00,none,7.83,7.56, darts,darts,1.96,Noun,5,5,1,darts,7.03,1.00,7.03,1.00,none,none,none, dash,dash,6.04,Noun,4,3,1,dash,7.74,1.00,7.74,1.00,6.11,none,6.94, dashboard,dashboard,0.98,Noun,9,7,2,dashboard,9.21,1.00,9.21,1.00,none,none,none, dashboards,dashboards,0.04,Noun,10,8,2,dashboard,none,none,9.21,1.00,none,none,none, dashed,dashed,0.90,Verb,6,4,1,dash,none,none,7.74,1.00,6.11,none,6.94, dashes,dashes,0.20,Noun,6,5,2,dash,none,none,7.74,1.00,6.11,none,6.94, dashiki,dashiki,0.10,Noun,7,6,3,dashiki,12.30,0.56,12.30,0.56,none,none,none, dashing,dashing,2.25,Adjective,7,5,2,dashing,9.26,1.00,9.26,1.00,none,none,none, dastardly,dastardly,0.35,Adjective,9,8,3,dastardly,12.53,0.79,12.53,0.79,none,none,none, data,data,25.61,Noun,4,4,2,data,10.42,1.00,10.42,1.00,none,10.87,none,9.58 databank,databank,0.22,Noun,8,8,3,databank,15.50,0.95,15.50,0.95,none,none,none, databanks,databanks,0.04,Noun,9,9,3,databank,none,none,15.50,0.95,none,none,none, database,database,5.69,Noun,8,7,3,database,14.20,1.00,14.20,1.00,none,none,none, databases,databases,0.82,Noun,9,9,4,database,none,none,14.20,1.00,none,none,none, datable,datable,0.04,Adjective,7,7,3,datable,12.47,0.89,12.47,0.89,none,none,none, date,date,141.53,Noun,4,3,1,date,5.84,1.00,5.84,1.00,none,6.35,6.77, datebook,datebook,0.10,Noun,8,6,2,datebook,11.78,0.95,11.78,0.95,none,none,none, dated,dated,11.73,Verb,5,5,2,date,none,none,5.84,1.00,none,6.35,6.77, dateless,dateless,0.37,Adjective,8,6,2,dateless,13.00,1.00,13.00,1.00,none,none,none, dater,dater,0.18,Noun,5,4,2,dater,11.35,0.89,11.35,0.89,none,none,none, daters,daters,0.04,Noun,6,5,2,dater,none,none,11.35,0.89,none,none,none, dates,dates,18.25,Noun,5,4,1,date,none,none,5.84,1.00,none,6.35,6.77, dating,dating,33.12,Verb,6,5,2,date,none,none,5.84,1.00,none,6.35,6.77, dative,dative,Err:512,Err:512,6,5,2,dative,14.80,0.24,14.80,0.24,none,none,none, daub,daub,0.08,Noun,4,3,1,daub,10.17,0.67,10.17,0.67,none,none,none, daubing,daubing,0.04,Verb,7,5,2,daub,none,none,10.17,0.67,none,none,none, daubs,daubs,0.04,Noun,5,4,1,daub,none,none,10.17,0.67,none,none,none, daughter,daughter,171.35,Noun,8,4,2,daughter,4.95,1.00,4.95,1.00,4.87,none,none,5.20 daughterly,daughterly,0.02,Adjective,10,6,3,daughterly,8.62,0.89,8.62,0.89,none,none,none, daughters,daughters,9.98,Noun,9,5,2,daughter,none,none,4.95,1.00,4.87,none,none,5.20 daunt,daunt,0.04,Verb,5,4,1,daunt,12.13,0.79,12.13,0.79,none,none,11.85, daunting,daunting,0.31,Adjective,8,6,2,daunting,11.56,0.95,11.56,0.95,none,none,none, dauntless,dauntless,0.14,Adjective,9,7,2,dauntless,13.80,0.83,13.80,0.83,none,none,none, daunts,daunts,0.04,Verb,6,5,1,daunt,none,none,12.13,0.79,none,none,11.85, dauphin,dauphin,0.47,Noun,7,5,2,dauphin,14.86,0.37,14.86,0.37,none,none,none, dawdle,dawdle,0.59,Verb,6,5,2,dawdle,10.31,0.80,10.31,0.80,none,none,none,11.29 dawdled,dawdled,0.02,Verb,7,6,2,dawdle,none,none,10.31,0.80,none,none,none,11.29 dawdler,dawdler,Err:512,Err:512,7,6,2,dawdler,11.58,0.67,11.58,0.67,none,none,none, dawdling,dawdling,0.39,Verb,8,6,2,dawdle,none,none,10.31,0.80,none,none,none,11.29 dawn,dawn,25.51,Noun,4,3,1,dawn,7.00,1.00,7.00,1.00,none,7.03,6.87, dawned,dawned,1.06,Verb,6,4,1,dawn,none,none,7.00,1.00,none,7.03,6.87, dawns,dawns,0.53,Verb,5,4,1,dawn,none,none,7.00,1.00,none,7.03,6.87, day,day,801.82,Noun,3,2,1,day,3.50,1.00,3.50,1.00,4.14,none,3.85, daybed,daybed,0.02,Noun,6,5,2,daybed,9.67,0.95,9.67,0.95,none,none,none, daybeds,daybeds,0.02,Noun,7,6,2,daybed,none,none,9.67,0.95,none,none,none, daybook,daybook,0.06,Noun,7,5,2,daybook,12.43,0.78,12.43,0.78,none,none,none, daybreak,daybreak,1.37,Noun,8,6,2,daybreak,8.10,1.00,8.10,1.00,none,none,none, daycare,day-care,1.51,Noun,7,5,2,daycare,6.74,1.00,6.74,1.00,none,none,none, daydream,daydream,0.96,Verb,8,6,2,daydream,7.74,1.00,7.74,1.00,none,none,none, daydreamed,daydreamed,0.06,Verb,10,7,2,daydream,none,none,7.74,1.00,none,none,none, daydreamer,daydreamer,0.08,Noun,10,7,3,daydreamer,7.21,1.00,7.21,1.00,none,none,none, daydreamers,daydreamers,0.02,Noun,11,8,3,daydreamer,none,none,7.21,1.00,none,none,none, daydreaming,daydreaming,1.10,Verb,11,8,3,daydream,none,none,7.74,1.00,none,none,none, daydreams,daydreams,0.49,Noun,9,7,2,daydream,none,none,7.74,1.00,none,none,none, daylight,daylight,9.57,Noun,8,5,2,daylight,4.94,1.00,4.94,1.00,none,6.30,none, daylights,daylights,0.75,Noun,9,6,2,daylight,none,none,4.94,1.00,none,6.30,none, daylong,daylong,0.04,Noun,7,5,2,daylong,9.94,0.95,9.94,0.95,none,none,none, days,days,305.73,Noun,4,3,1,day,none,none,3.50,1.00,4.14,none,3.85, daystar,daystar,0.04,Noun,7,6,2,daystar,10.80,0.50,10.80,0.50,none,none,none, daytime,daytime,3.78,Noun,7,5,2,daytime,5.10,1.00,5.10,1.00,none,none,none, daytimes,daytimes,0.04,Noun,8,6,2,daytime,none,none,5.10,1.00,none,none,none, daze,daze,0.55,Noun,4,3,1,daze,10.00,1.00,10.00,1.00,none,none,8.73, dazzle,dazzle,1.00,Verb,6,5,2,dazzle,7.79,1.00,7.79,1.00,none,none,none,8.28 dazzled,dazzled,0.53,Verb,7,6,2,dazzle,none,none,7.79,1.00,none,none,none,8.28 dazzler,dazzler,0.02,Noun,7,6,3,dazzler,10.24,1.00,10.24,1.00,none,none,none, dazzles,dazzles,0.16,Verb,7,6,2,dazzle,none,none,7.79,1.00,none,none,none,8.28 dazzling,dazzling,1.29,Adjective,8,7,3,dazzling,9.19,1.00,9.19,1.00,none,none,none, deacon,deacon,2.86,Noun,6,5,2,deacon,11.28,1.00,11.28,1.00,none,none,none,11.29 deaconess,deaconess,0.02,Noun,9,7,3,deaconess,12.08,0.65,12.08,0.65,none,none,none, deacons,deacons,0.14,Noun,7,6,2,deacon,none,none,11.28,1.00,none,none,none,11.29 deaconship,deaconship,0.02,Noun,10,8,3,deaconship,11.93,0.78,11.93,0.78,none,none,none, deactivate,deactivate,1.14,Verb,10,9,4,deactivate,11.83,1.00,11.83,1.00,none,none,none, deactivated,deactivated,0.75,Verb,11,11,5,deactivate,none,none,11.83,1.00,none,none,none, deactivates,deactivates,0.02,Verb,11,10,4,deactivate,none,none,11.83,1.00,none,none,none, deactivating,deactivating,0.18,Verb,12,11,5,deactivate,none,none,11.83,1.00,none,none,none, deactivation,deactivation,0.22,Noun,12,11,5,deactivation,11.56,1.00,11.56,1.00,none,none,none, deactivator,deactivator,0.02,Noun,11,10,5,deactivator,12.45,1.00,12.45,1.00,none,none,none, deactivators,deactivators,0.04,Noun,12,11,5,deactivator,none,none,12.45,1.00,none,none,none, dead,dead,448.98,Adjective,4,3,1,dead,5.17,1.00,5.17,1.00,none,none,5.26, deadbeat,deadbeat,1.73,Noun,8,6,2,deadbeat,10.40,1.00,10.40,1.00,none,none,none, deadbeats,deadbeats,0.51,Noun,9,7,2,deadbeat,none,none,10.40,1.00,none,none,none, deadbolt,deadbolt,0.10,Noun,8,7,2,deadbolt,10.25,1.00,10.25,1.00,none,none,none, deadbolts,deadbolts,0.06,Noun,9,8,2,deadbolt,none,none,10.25,1.00,none,none,none, deaden,deaden,0.16,Verb,6,5,2,deaden,10.69,0.84,10.69,0.84,none,none,none, deadened,deadened,0.08,Verb,8,6,2,deaden,none,none,10.69,0.84,none,none,none, deadens,deadens,0.04,Verb,7,6,2,deaden,none,none,10.69,0.84,none,none,none, deader,deader,0.96,Adjective,6,4,2,dead,none,none,5.17,1.00,none,none,5.26, deadest,deadest,0.16,Adjective,7,6,2,dead,none,none,5.17,1.00,none,none,5.26, deadfall,deadfall,0.02,Noun,8,6,2,deadfall,12.82,0.89,12.82,0.89,none,none,none, deadhead,deadhead,0.20,Noun,8,6,2,deadhead,12.87,0.83,12.87,0.83,none,none,none, deadheads,deadheads,0.06,Noun,9,7,2,deadhead,none,none,12.87,0.83,none,none,none, deadlier,deadlier,0.25,Adjective,8,6,3,deadly,none,none,6.11,1.00,none,none,none, deadliest,deadliest,0.53,Adjective,9,8,3,deadly,none,none,6.11,1.00,none,none,none, deadline,deadline,5.86,Noun,8,6,2,deadline,9.56,1.00,9.56,1.00,none,none,none,9.22 deadlines,deadlines,0.63,Noun,9,7,2,deadline,none,none,9.56,1.00,none,none,none,9.22 deadliness,deadliness,0.02,Noun,10,8,3,deadliness,10.80,1.00,10.80,1.00,none,none,none, deadlock,deadlock,0.08,Noun,8,6,2,deadlock,11.89,1.00,11.89,1.00,none,none,none, deadly,deadly,9.88,Adjective,6,5,2,deadly,6.11,1.00,6.11,1.00,none,none,none, deadpan,deadpan,0.10,Noun,7,6,2,deadpan,15.36,0.74,15.36,0.74,none,none,none, deadweight,deadweight,0.10,Noun,10,6,2,deadweight,11.10,1.00,11.10,1.00,none,none,none, deadweights,deadweights,0.02,Noun,11,7,2,deadweight,none,none,11.10,1.00,none,none,none, deaf,deaf,14.53,Adjective,4,3,1,deaf,6.83,1.00,6.83,1.00,none,6.28,6.74, deafen,deafen,0.04,Verb,6,5,2,deafen,8.55,1.00,8.55,1.00,none,none,none, deafening,deafening,0.43,Adjective,9,7,3,deafening,10.95,1.00,10.95,1.00,none,none,none, deafens,deafens,0.02,Verb,7,6,2,deafen,none,none,8.55,1.00,none,none,none, deafer,deafer,0.02,Adjective,6,4,2,deaf,none,none,6.83,1.00,none,6.28,6.74, deafness,deafness,0.27,Noun,8,6,2,deafness,7.47,1.00,7.47,1.00,none,none,none, deal,deal,261.37,Noun,4,3,1,deal,6.00,1.00,6.00,1.00,7.58,7.62,6.58, dealer,dealer,16.29,Noun,6,4,2,dealer,9.39,1.00,9.39,1.00,none,none,none,9.49 dealers,dealers,5.29,Noun,7,5,2,dealer,none,none,9.39,1.00,none,none,none,9.49 dealership,dealership,1.29,Noun,10,7,3,dealership,11.21,1.00,11.21,1.00,none,none,none, dealerships,dealerships,0.35,Noun,11,8,3,dealership,none,none,11.21,1.00,none,none,none, dealing,dealing,28.24,Verb,7,5,2,deal,none,none,6.00,1.00,7.58,7.62,6.58, deals,deals,9.78,Noun,5,4,1,deal,none,none,6.00,1.00,7.58,7.62,6.58, dealt,dealt,7.43,Verb,5,4,1,deal,none,none,6.00,1.00,7.58,7.62,6.58, dean,dean,38.71,Name,4,3,1,dean,13.78,0.95,13.78,0.95,none,13.09,10.46, deans,deans,0.06,Noun,5,4,1,dean,none,none,13.78,0.95,none,13.09,10.46, dear,dear,223.43,Interjection,4,3,1,dear,5.55,1.00,5.55,1.00,5.48,none,6.03, dearer,dearer,0.25,Adjective,6,4,2,dear,none,none,5.55,1.00,5.48,none,6.03, dearest,dearest,7.10,Adjective,7,6,2,dear,none,none,5.55,1.00,5.48,none,6.03, dearly,dearly,4.88,Adverb,6,5,2,dearly,8.41,1.00,8.41,1.00,7.41,none,none, dears,dears,1.57,Noun,5,4,2,dear,none,none,5.55,1.00,5.48,none,6.03, dearth,dearth,0.10,Noun,6,3,1,dearth,14.27,0.58,14.27,0.58,none,none,13.27, death,death,216.69,Noun,5,3,1,death,5.37,1.00,5.37,1.00,6.27,none,6.03, deathbed,deathbed,1.33,Noun,8,6,2,deathbed,9.47,1.00,9.47,1.00,none,none,none, deathbeds,deathbeds,0.04,Noun,9,7,2,deathbed,none,none,9.47,1.00,none,none,none, deathly,deathly,0.55,Adjective,7,5,2,deathly,9.62,0.95,9.62,0.95,none,none,none, deaths,deaths,7.69,Noun,6,4,1,death,none,none,5.37,1.00,6.27,none,6.03, deathtrap,deathtrap,0.20,Noun,9,7,2,deathtrap,10.94,1.00,10.94,1.00,none,none,none, debacle,debacle,0.67,Noun,7,7,3,debacle,12.42,0.95,12.42,0.95,none,none,none, debacles,debacles,0.02,Noun,8,8,3,debacle,none,none,12.42,0.95,none,none,none, debark,debark,0.06,Verb,6,6,2,debark,12.24,0.94,12.24,0.94,none,none,none, debarkation,debarkation,0.06,Noun,11,10,4,debarkation,14.36,0.58,14.36,0.58,none,none,none, debase,debase,0.12,Verb,6,5,2,debase,14.00,0.79,14.00,0.79,12.29,none,none, debased,debased,0.20,Verb,7,6,2,debase,none,none,14.00,0.79,12.29,none,none, debasement,debasement,0.16,Noun,10,9,3,debasement,13.93,0.83,13.93,0.83,none,none,none, debasing,debasing,0.06,Verb,8,7,3,debase,none,none,14.00,0.79,12.29,none,none, debatable,debatable,0.45,Adjective,9,9,4,debatable,11.11,1.00,11.11,1.00,none,none,none, debate,debate,9.29,Noun,6,5,2,debate,9.56,1.00,9.56,1.00,none,11.07,none,9.76 debated,debated,0.45,Verb,7,7,3,debate,none,none,9.56,1.00,none,11.07,none,9.76 debater,debater,0.04,Noun,7,6,3,debater,10.95,1.00,10.95,1.00,none,none,none, debaters,debaters,0.02,Noun,8,7,3,debater,none,none,10.95,1.00,none,none,none, debates,debates,0.51,Noun,7,6,2,debate,none,none,9.56,1.00,none,11.07,none,9.76 debating,debating,1.63,Verb,8,7,3,debate,none,none,9.56,1.00,none,11.07,none,9.76 debauch,debauch,0.06,Verb,7,5,2,debauch,15.15,0.72,15.15,0.72,none,none,none, debauched,debauched,0.12,Adjective,9,6,2,debauched,16.31,0.72,16.31,0.72,none,none,none, debaucher,debaucher,0.02,Noun,9,6,3,debaucher,15.46,0.72,15.46,0.72,none,none,none, debauchery,debauchery,0.45,Noun,10,7,4,debauchery,13.68,0.95,13.68,0.95,none,none,none, debenture,debenture,0.02,Noun,9,7,3,debenture,17.33,0.32,17.33,0.32,none,none,none, debentures,debentures,0.06,Noun,10,8,3,debenture,none,none,17.33,0.32,none,none,none, debilitating,debilitating,0.57,Adjective,12,11,5,debilitating,14.17,0.90,14.17,0.90,none,none,none, debit,debit,0.16,Noun,5,5,2,debit,14.26,1.00,14.26,1.00,none,none,none, debiting,debiting,0.02,Verb,8,7,3,debit,none,none,14.26,1.00,none,none,none, debits,debits,0.04,Noun,6,6,2,debit,none,none,14.26,1.00,none,none,none, debonair,debonair,0.33,Adjective,8,7,3,debonair,12.25,0.80,12.25,0.80,none,none,none, debone,debone,0.06,Verb,6,5,2,debone,10.74,1.00,10.74,1.00,none,none,none, debridement,debridement,0.06,Noun,11,10,3,debridement,18.00,0.39,18.00,0.39,none,none,none, debrief,debrief,1.14,Noun,7,6,2,debrief,13.11,0.90,13.11,0.90,none,none,none, debriefed,debriefed,0.47,Verb,9,7,2,debrief,none,none,13.11,0.90,none,none,none, debriefing,debriefing,1.06,Noun,10,8,3,debriefing,14.60,1.00,14.60,1.00,none,none,none, debriefings,debriefings,0.06,Noun,11,9,3,debriefing,none,none,14.60,1.00,none,none,none, debriefs,debriefs,0.02,Noun,8,7,2,debrief,none,none,13.11,0.90,none,none,none, debris,debris,3.12,Noun,6,5,2,debris,11.22,1.00,11.22,1.00,none,none,none,11.29 debt,debt,14.22,Noun,4,3,1,debt,10.44,1.00,10.44,1.00,9.88,10.30,9.81, debtor,debtor,0.31,Noun,6,4,2,debtor,12.29,0.94,12.29,0.94,none,none,none, debtors,debtors,0.35,Noun,7,5,2,debtor,none,none,12.29,0.94,none,none,none, debts,debts,6.10,Noun,5,4,1,debt,none,none,10.44,1.00,9.88,10.30,9.81, debug,debug,0.20,Verb,5,5,2,debug,13.17,1.00,13.17,1.00,none,none,none, debugger,debugger,0.06,Noun,8,6,3,debugger,14.40,0.83,14.40,0.83,none,none,none, debunk,debunk,0.12,Verb,6,6,2,debunk,13.78,1.00,13.78,1.00,none,none,none, debunked,debunked,0.06,Verb,8,7,2,debunk,none,none,13.78,1.00,none,none,none, debut,debut,2.59,Noun,5,5,2,debut,10.58,1.00,10.58,1.00,none,11.07,none,10.22 debutante,debutante,1.33,Noun,9,9,3,debutante,14.26,0.95,14.26,0.95,none,none,none, debutantes,debutantes,0.31,Noun,10,10,3,debutante,none,none,14.26,0.95,none,none,none, debuted,debuted,0.06,Verb,7,6,2,debut,none,none,10.58,1.00,none,11.07,none,10.22 debuting,debuting,0.02,Verb,8,7,3,debut,none,none,10.58,1.00,none,11.07,none,10.22 debuts,debuts,0.08,Noun,6,6,2,debut,none,none,10.58,1.00,none,11.07,none,10.22 decade,decade,4.84,Noun,6,5,2,decade,10.16,1.00,10.16,1.00,none,none,none,9.40 decadence,decadence,0.57,Noun,9,8,3,decadence,12.17,1.00,12.17,1.00,none,none,none, decadent,decadent,1.18,Adjective,8,8,3,decadent,12.00,1.00,12.00,1.00,none,none,none, decades,decades,3.94,Noun,7,6,2,decade,none,none,10.16,1.00,none,none,none,9.40 decaf,decaf,2.39,Noun,5,5,2,decaf,10.16,1.00,10.16,1.00,none,none,none,9.94 decaffeinated,decaffeinated,0.16,Verb,13,11,5,decaffeinated,11.67,1.00,11.67,1.00,none,none,none, decal,decal,0.12,Noun,5,5,2,decal,9.35,1.00,9.35,1.00,none,none,none, decals,decals,0.14,Noun,6,6,2,decal,none,none,9.35,1.00,none,none,none, decamp,decamp,0.02,Verb,6,6,2,decamp,13.64,0.78,13.64,0.78,none,none,none, decanter,decanter,0.22,Noun,8,7,3,decanter,14.53,1.00,14.53,1.00,none,none,none, decapitate,decapitate,0.37,Verb,10,9,4,decapitate,10.33,1.00,10.33,1.00,none,none,none, decapitated,decapitated,0.86,Verb,11,11,5,decapitate,none,none,10.33,1.00,none,none,none, decapitates,decapitates,0.02,Verb,11,10,4,decapitate,none,none,10.33,1.00,none,none,none, decapitation,decapitation,0.35,Noun,12,11,5,decapitation,10.68,1.00,10.68,1.00,none,none,none, decapitations,decapitations,0.06,Noun,13,12,5,decapitation,none,none,10.68,1.00,none,none,none, decathlete,decathlete,0.02,Noun,10,8,3,decathlete,13.09,0.58,13.09,0.58,none,none,none, decathlon,decathlon,0.39,Noun,9,8,3,decathlon,12.87,0.83,12.87,0.83,none,none,none, decathlons,decathlons,0.04,Noun,10,9,3,decathlon,none,none,12.87,0.83,none,none,none, decay,decay,2.06,Noun,5,4,2,decay,8.79,1.00,8.79,1.00,none,9.09,none,9.67 decayed,decayed,0.22,Verb,7,5,2,decay,none,none,8.79,1.00,none,9.09,none,9.67 decaying,decaying,0.71,Adjective,8,6,3,decaying,9.44,1.00,9.44,1.00,none,none,none, decays,decays,0.08,Verb,6,5,2,decay,none,none,8.79,1.00,none,9.09,none,9.67 decease,decease,0.04,Noun,7,5,2,decease,10.00,1.00,10.00,1.00,none,none,none, deceased,deceased,6.29,Adjective,8,6,2,deceased,10.83,1.00,10.83,1.00,none,none,none, decedent,decedent,0.45,Noun,8,8,3,decedent,9.93,0.83,9.93,0.83,none,none,none, decedents,decedents,0.04,Noun,9,9,3,decedent,none,none,9.93,0.83,none,none,none, deceit,deceit,1.86,Noun,6,5,2,deceit,10.95,1.00,10.95,1.00,none,10.22,none,10.80 deceitful,deceitful,1.14,Adjective,9,8,3,deceitful,12.94,1.00,12.94,1.00,9.83,none,none, deceitfulness,deceitfulness,0.04,Noun,13,11,4,deceitfulness,10.50,1.00,10.50,1.00,none,none,none, deceits,deceits,0.10,Noun,7,6,2,deceit,none,none,10.95,1.00,none,10.22,none,10.80 deceive,deceive,3.41,Verb,7,5,2,deceive,8.68,1.00,8.68,1.00,9.68,none,none,10.51 deceived,deceived,3.04,Verb,8,6,2,deceive,none,none,8.68,1.00,9.68,none,none,10.51 deceiver,deceiver,0.18,Noun,8,6,3,deceiver,11.06,1.00,11.06,1.00,none,none,none, deceivers,deceivers,0.16,Noun,9,7,3,deceiver,none,none,11.06,1.00,none,none,none, deceives,deceives,0.14,Verb,8,6,2,deceive,none,none,8.68,1.00,9.68,none,none,10.51 deceiving,deceiving,1.75,Verb,9,7,3,deceive,none,none,8.68,1.00,9.68,none,none,10.51 decelerate,decelerate,0.08,Verb,10,8,4,decelerate,13.19,0.84,13.19,0.84,none,none,none, decelerating,decelerating,0.14,Verb,12,10,5,decelerate,none,none,13.19,0.84,none,none,none, deceleration,deceleration,0.12,Noun,12,10,5,deceleration,11.47,0.94,11.47,0.94,none,none,none, december,december,7.59,7.59,8,7,3,december,5.01,1.00,5.01,1.00,5.48,none,none, decencies,decencies,0.02,Noun,9,8,3,decency,none,none,9.00,0.95,none,none,none, decency,decency,4.63,Noun,7,7,3,decency,9.00,0.95,9.00,0.95,none,none,none, decent,decent,28.10,Adjective,6,6,2,decent,7.47,1.00,7.47,1.00,none,9.83,none,10.04 decentralization,decentralisation,0.02,Noun,16,15,6,decentralization,14.26,0.95,14.26,0.95,none,none,none, deception,deception,3.14,Noun,9,8,3,deception,10.00,1.00,10.00,1.00,10.32,none,none, deceptions,deceptions,0.27,Noun,10,9,3,deception,none,none,10.00,1.00,10.32,none,none, deceptive,deceptive,0.51,Adjective,9,8,3,deceptive,10.83,1.00,10.83,1.00,none,none,none, decibel,decibel,0.20,Noun,7,7,3,decibel,12.30,1.00,12.30,1.00,none,none,none, decibels,decibels,0.31,Noun,8,8,3,decibel,none,none,12.30,1.00,none,none,none, decide,decide,50.41,Verb,6,5,2,decide,7.20,1.00,7.20,1.00,6.64,none,none,6.89 decided,decided,88.65,Verb,7,7,3,decide,none,none,7.20,1.00,6.64,none,none,6.89 decider,decider,0.12,Noun,7,7,3,decider,8.79,0.95,8.79,0.95,none,none,none, decides,decides,7.92,Verb,7,6,2,decide,none,none,7.20,1.00,6.64,none,none,6.89 deciding,deciding,3.27,Verb,8,7,3,decide,none,none,7.20,1.00,6.64,none,none,6.89 deciduous,deciduous,0.08,Adjective,9,8,4,deciduous,14.00,0.63,14.00,0.63,none,none,none, decigram,decigram,0.02,Noun,8,8,3,decigram,17.00,0.67,17.00,0.67,none,none,none, deciliter,decilitre,0.04,Noun,9,8,4,deciliter,12.60,0.56,12.60,0.56,none,none,none, decimal,decimal,0.82,Adjective,7,7,3,decimal,9.21,1.00,9.21,1.00,none,none,none, decimals,decimals,0.08,Noun,8,8,3,decimal,none,none,9.21,1.00,none,none,none, decimate,decimate,0.18,Verb,8,7,3,decimate,12.67,0.83,12.67,0.83,none,none,none, decimated,decimated,0.39,Verb,9,9,4,decimate,none,none,12.67,0.83,none,none,none, decimating,decimating,0.12,Verb,10,9,4,decimate,none,none,12.67,0.83,none,none,none, decimation,decimation,0.08,Noun,10,9,4,decimation,13.41,0.89,13.41,0.89,none,none,none, decimator,decimator,0.06,Noun,9,9,4,decimator,12.46,0.59,12.46,0.59,none,none,none, decipher,decipher,1.71,Verb,8,6,3,decipher,10.84,1.00,10.84,1.00,none,none,none, deciphered,deciphered,0.27,Verb,10,7,3,decipher,none,none,10.84,1.00,none,none,none, deciphering,deciphering,0.24,Verb,11,8,4,decipher,none,none,10.84,1.00,none,none,none, deciphers,deciphers,0.04,Verb,9,7,3,decipher,none,none,10.84,1.00,none,none,none, decision,decision,55.06,Noun,8,7,3,decision,7.57,1.00,7.57,1.00,none,8.68,none, decisions,decisions,15.31,Noun,9,8,3,decision,none,none,7.57,1.00,none,8.68,none, decisive,decisive,1.29,Adjective,8,7,3,decisive,11.44,1.00,11.44,1.00,none,none,none, decisiveness,decisiveness,0.02,Noun,12,10,4,decisiveness,13.06,1.00,13.06,1.00,none,none,none, deck,deck,23.76,Noun,4,3,1,deck,6.45,1.00,6.45,1.00,none,6.98,6.06, decked,decked,0.61,Verb,6,4,1,deck,none,none,6.45,1.00,none,6.98,6.06, decking,decking,0.08,Verb,7,5,2,deck,none,none,6.45,1.00,none,6.98,6.06, decks,decks,2.55,Noun,5,4,1,deck,none,none,6.45,1.00,none,6.98,6.06, declaim,declaim,0.02,Verb,7,6,2,declaim,12.20,0.83,12.20,0.83,none,none,none, declaration,declaration,3.53,Noun,11,9,4,declaration,11.40,1.00,11.40,1.00,none,none,none, declarations,declarations,0.25,Noun,12,10,4,declaration,none,none,11.40,1.00,none,none,none, declaratory,declaratory,0.08,Adjective,11,11,5,declaratory,14.00,0.84,14.00,0.84,none,none,none, declare,declare,7.57,Verb,7,6,2,declare,10.74,1.00,10.74,1.00,8.77,none,none,9.76 declared,declared,6.53,Verb,8,7,2,declare,none,none,10.74,1.00,8.77,none,none,9.76 declares,declares,0.67,Verb,8,7,2,declare,none,none,10.74,1.00,8.77,none,none,9.76 declaring,declaring,1.06,Verb,9,8,3,declare,none,none,10.74,1.00,8.77,none,none,9.76 declension,declension,0.04,Noun,10,10,4,declension,12.50,0.56,12.50,0.56,none,none,none, declination,declination,0.10,Noun,11,10,4,declination,15.08,0.72,15.08,0.72,none,none,none, decline,decline,2.98,Verb,7,6,2,decline,9.74,1.00,9.74,1.00,none,none,none,9.22 declined,declined,1.57,Verb,8,7,2,decline,none,none,9.74,1.00,none,none,none,9.22 declines,declines,0.25,Verb,8,7,2,decline,none,none,9.74,1.00,none,none,none,9.22 deco,deco,0.43,Noun,4,4,2,deco,13.93,0.74,13.93,0.74,none,none,none, decodable,decodable,0.02,Adjective,9,9,4,decodable,13.53,0.94,13.53,0.94,none,none,none, decode,decode,1.08,Verb,6,5,2,decode,10.68,1.00,10.68,1.00,none,none,none, decoded,decoded,0.63,Verb,7,7,3,decode,none,none,10.68,1.00,none,none,none, decoder,decoder,0.43,Noun,7,6,3,decoder,11.11,1.00,11.11,1.00,none,none,none, decoders,decoders,0.02,Noun,8,7,3,decoder,none,none,11.11,1.00,none,none,none, decommission,decommission,0.10,Noun,12,9,4,decommission,12.78,0.95,12.78,0.95,none,none,none, decommissioned,decommissioned,0.29,Verb,14,10,4,decommission,none,none,12.78,0.95,none,none,none, decommissioning,decommissioning,0.10,Noun,15,11,5,decommissioning,15.56,0.80,15.56,0.80,none,none,none, decompensate,decompensate,0.02,Verb,12,11,4,decompensate,13.53,0.75,13.53,0.75,none,none,none, decompose,decompose,0.47,Verb,9,8,3,decompose,10.48,1.00,10.48,1.00,none,none,none, decomposes,decomposes,0.08,Verb,10,10,4,decompose,none,none,10.48,1.00,none,none,none, decomposition,decomposition,0.51,Noun,13,12,5,decomposition,13.75,1.00,13.75,1.00,none,11.55,none, decompress,decompress,0.53,Verb,10,9,3,decompress,12.80,0.95,12.80,0.95,none,none,none, decompressed,decompressed,0.08,Verb,12,10,3,decompress,none,none,12.80,0.95,none,none,none, decompresses,decompresses,0.02,Noun,12,11,4,decompress,none,none,12.80,0.95,none,none,none, decompressing,decompressing,0.10,Verb,13,11,4,decompress,none,none,12.80,0.95,none,none,none, decompression,decompression,0.55,Noun,13,11,4,decompression,14.24,0.94,14.24,0.94,none,none,none, decongestant,decongestant,0.02,Noun,12,12,4,decongestant,12.29,0.94,12.29,0.94,none,none,none, decongestants,decongestants,0.02,Noun,13,13,4,decongestant,none,none,12.29,0.94,none,none,none, deconsecrate,deconsecrate,0.02,Verb,12,11,4,deconsecrate,12.91,0.55,12.91,0.55,none,none,none, deconstruct,deconstruct,0.04,Verb,11,11,3,deconstruct,11.33,1.00,11.33,1.00,none,none,none, deconstructed,deconstructed,0.08,Verb,13,13,4,deconstruct,none,none,11.33,1.00,none,none,none, deconstructing,deconstructing,0.04,Verb,14,13,4,deconstruct,none,none,11.33,1.00,none,none,none, deconstruction,deconstruction,0.20,Noun,14,13,4,deconstruction,13.16,1.00,13.16,1.00,none,none,none, deconstructionist,deconstructionist,0.02,Noun,17,16,5,deconstructionist,15.31,0.84,15.31,0.84,none,none,none, decontaminate,decontaminate,0.02,Verb,13,12,5,decontaminate,11.37,1.00,11.37,1.00,none,none,none, decontaminated,decontaminated,0.12,Verb,14,14,6,decontaminate,none,none,11.37,1.00,none,none,none, decontamination,decontamination,0.47,Noun,15,14,6,decontamination,13.05,1.00,13.05,1.00,none,none,none, decontrol,decontrol,0.04,Verb,9,9,3,decontrol,12.53,0.71,12.53,0.71,none,none,none, decontrols,decontrols,0.02,Verb,10,10,3,decontrol,none,none,12.53,0.71,none,none,none, decor,decor,1.02,Noun,5,5,2,decor,10.89,1.00,10.89,1.00,none,none,none,10.70 decorate,decorate,2.31,Verb,8,6,3,decorate,7.00,1.00,7.00,1.00,none,none,none, decorated,decorated,2.82,Verb,9,8,4,decorated,5.91,1.00,5.91,1.00,none,none,none, decorates,decorates,0.14,Verb,9,8,3,decorate,none,none,7.00,1.00,none,none,none, decoration,decoration,1.84,Noun,10,8,4,decoration,5.94,1.00,5.94,1.00,none,none,none, decorations,decorations,2.71,Noun,11,9,4,decoration,none,none,5.94,1.00,none,none,none, decorative,decorative,0.86,Adjective,10,8,3,decorative,10.10,1.00,10.10,1.00,none,none,none, decorator,decorator,2.10,Noun,9,7,4,decorator,10.25,1.00,10.25,1.00,7.92,none,none, decorators,decorators,0.27,Noun,10,8,4,decorator,none,none,10.25,1.00,7.92,none,none, decorous,decorous,0.04,Adjective,8,6,3,decorous,13.17,0.67,13.17,0.67,none,none,none, decorticate,decorticate,0.04,Verb,11,10,4,decorticate,13.90,0.48,13.90,0.48,none,none,none, decorum,decorum,0.82,Noun,7,7,3,decorum,15.12,0.94,15.12,0.94,none,none,none, decoupage,decoupage,0.22,Noun,9,8,4,decoupage,13.27,0.61,13.27,0.61,none,none,none, decoy,decoy,3.57,Noun,5,4,2,decoy,9.44,1.00,9.44,1.00,none,none,none,10.32 decoyed,decoyed,0.08,Verb,7,5,2,decoy,none,none,9.44,1.00,none,none,none,10.32 decoys,decoys,0.43,Noun,6,5,2,decoy,none,none,9.44,1.00,none,none,none,10.32 decrease,decrease,1.18,Verb,8,6,2,decrease,8.56,1.00,8.56,1.00,8.41,none,none,8.12 decreases,decreases,0.12,Verb,9,8,3,decrease,none,none,8.56,1.00,8.41,none,none,8.12 decreasing,decreasing,0.49,Verb,10,8,3,decrease,none,none,8.56,1.00,8.41,none,none,8.12 decree,decree,1.92,Noun,6,5,2,decree,11.32,0.90,11.32,0.90,none,11.43,none,11.90 decreed,decreed,0.51,Verb,7,6,2,decree,none,none,11.32,0.90,none,11.43,none,11.90 decrees,decrees,0.33,Noun,7,6,2,decree,none,none,11.32,0.90,none,11.43,none,11.90 decrepit,decrepit,0.49,Adjective,8,8,3,decrepit,11.40,0.83,11.40,0.83,none,none,none, decrepitude,decrepitude,0.04,Noun,11,10,4,decrepitude,15.18,0.58,15.18,0.58,none,none,none, decrypt,decrypt,0.33,Verb,7,7,2,decrypt,12.06,0.85,12.06,0.85,none,none,none, decrypted,decrypted,0.25,Verb,9,9,3,decrypt,none,none,12.06,0.85,none,none,none, decryption,decryption,0.57,Noun,10,9,3,decryption,14.50,0.73,14.50,0.73,none,none,none, decrypts,decrypts,0.02,Noun,8,8,2,decrypt,none,none,12.06,0.85,none,none,none, decuple,decuple,0.02,Verb,7,8,3,decuple,16.00,0.25,16.00,0.25,none,none,none, dedicate,dedicate,2.43,Verb,8,7,3,dedicate,9.21,1.00,9.21,1.00,none,none,none, dedicated,dedicated,8.16,Verb,9,9,4,dedicate,none,none,9.21,1.00,none,none,none, dedicates,dedicates,0.06,Verb,9,8,3,dedicate,none,none,9.21,1.00,none,none,none, dedicating,dedicating,0.31,Verb,10,9,4,dedicate,none,none,9.21,1.00,none,none,none, dedication,dedication,3.39,Noun,10,9,4,dedication,9.56,1.00,9.56,1.00,none,none,none, dedications,dedications,0.04,Noun,11,10,4,dedication,none,none,9.56,1.00,none,none,none, deduce,deduce,0.57,Verb,6,5,2,deduce,13.00,1.00,13.00,1.00,none,none,none,11.59 deduced,deduced,0.39,Verb,7,6,2,deduce,none,none,13.00,1.00,none,none,none,11.59 deduces,deduces,0.02,Verb,7,7,3,deduce,none,none,13.00,1.00,none,none,none,11.59 deducing,deducing,0.04,Verb,8,7,3,deduce,none,none,13.00,1.00,none,none,none,11.59 deduct,deduct,1.08,Verb,6,6,2,deduct,10.84,0.95,10.84,0.95,none,none,none,10.90 deducted,deducted,0.31,Verb,8,8,3,deduct,none,none,10.84,0.95,none,none,none,10.90 deductible,deductible,0.90,Adjective,10,10,4,deductible,13.79,1.00,13.79,1.00,none,none,none, deductibles,deductibles,0.04,Noun,11,11,4,deductible,none,none,13.79,1.00,none,none,none, deducting,deducting,0.22,Verb,9,8,3,deduct,none,none,10.84,0.95,none,none,none,10.90 deduction,deduction,1.71,Noun,9,8,3,deduction,10.89,1.00,10.89,1.00,none,none,none, deductions,deductions,0.57,Noun,10,9,3,deduction,none,none,10.89,1.00,none,none,none, deductive,deductive,0.35,Adjective,9,8,3,deductive,12.47,0.95,12.47,0.95,none,none,none, deducts,deducts,0.02,Verb,7,7,2,deduct,none,none,10.84,0.95,none,none,none,10.90 deed,deed,9.31,Noun,4,3,1,deed,9.72,0.95,9.72,0.95,none,9.77,8.87, deeds,deeds,8.18,Noun,5,4,1,deed,none,none,9.72,0.95,none,9.77,8.87, deejay,deejay,0.61,Noun,6,6,4,deejay,9.21,0.95,9.21,0.95,none,none,none, deejays,deejays,0.14,Noun,7,6,3,deejay,none,none,9.21,0.95,none,none,none, deem,deem,0.59,Verb,4,3,1,deem,10.28,0.95,10.28,0.95,11.26,none,11.56, deemed,deemed,1.39,Verb,6,4,1,deem,none,none,10.28,0.95,11.26,none,11.56, deeming,deeming,0.04,Verb,7,5,2,deem,none,none,10.28,0.95,11.26,none,11.56, deems,deems,0.20,Verb,5,4,1,deem,none,none,10.28,0.95,11.26,none,11.56, deep,deep,76.39,Adjective,4,3,1,deep,5.47,1.00,5.47,1.00,none,none,5.47, deepen,deepen,0.25,Verb,6,5,2,deepen,9.21,1.00,9.21,1.00,8.50,none,none, deepened,deepened,0.06,Verb,8,6,2,deepen,none,none,9.21,1.00,8.50,none,none, deepening,deepening,0.22,Verb,9,7,3,deepen,none,none,9.21,1.00,8.50,none,none, deepens,deepens,0.16,Verb,7,6,2,deepen,none,none,9.21,1.00,8.50,none,none, deeper,deeper,12.63,Adverb,6,4,2,deep,none,none,5.47,1.00,none,none,5.47, deepest,deepest,4.82,Adjective,7,6,2,deep,none,none,5.47,1.00,none,none,5.47, deepness,deepness,0.02,Noun,8,6,2,deepness,8.00,0.95,8.00,0.95,none,none,none, deeps,deeps,0.02,Noun,5,4,1,deep,none,none,5.47,1.00,none,none,5.47, deepwater,deepwater,0.06,Adjective,9,7,3,deepwater,10.00,0.94,10.00,0.94,none,none,none, deer,deer,8.71,Noun,4,3,1,deer,5.17,1.00,5.17,1.00,none,5.73,4.85, deerstalker,deerstalker,0.04,Noun,11,8,4,deerstalker,12.15,0.68,12.15,0.68,none,none,none, deescalate,deescalate,0.02,Verb,10,9,4,deescalate,14.85,0.72,14.85,0.72,none,none,none, deescalating,deescalating,0.02,Verb,12,11,5,deescalate,none,none,14.85,0.72,none,none,none, deface,deface,0.10,Verb,6,5,2,deface,12.32,1.00,12.32,1.00,none,none,none, defaced,defaced,0.33,Verb,7,6,2,deface,none,none,12.32,1.00,none,none,none, defacement,defacement,0.02,Noun,10,9,3,defacement,12.56,0.89,12.56,0.89,none,none,none, defaces,defaces,0.02,Verb,7,7,3,deface,none,none,12.32,1.00,none,none,none, defacing,defacing,0.20,Verb,8,7,3,deface,none,none,12.32,1.00,none,none,none, defalcation,defalcation,Err:512,Err:512,11,10,4,defalcation,16.33,0.32,16.33,0.32,none,none,none, defamation,defamation,0.57,Noun,10,9,4,defamation,13.73,0.83,13.73,0.83,none,none,none, defamatory,defamatory,0.06,Adjective,10,10,5,defamatory,15.94,0.89,15.94,0.89,none,none,none, defame,defame,0.02,Verb,6,5,2,defame,12.05,0.95,12.05,0.95,12.04,none,none, defamed,defamed,0.16,Verb,7,6,2,defame,none,none,12.05,0.95,12.04,none,none, defames,defames,0.02,Verb,7,6,2,defame,none,none,12.05,0.95,12.04,none,none, default,default,1.00,Noun,7,6,2,default,10.85,1.00,10.85,1.00,none,none,none,9.85 defaulted,defaulted,0.08,Verb,9,8,3,default,none,none,10.85,1.00,none,none,none,9.85 defaults,defaults,0.08,Noun,8,7,2,default,none,none,10.85,1.00,none,none,none,9.85 defeat,defeat,11.37,Verb,6,5,2,defeat,8.74,1.00,8.74,1.00,7.64,none,none,8.12 defeated,defeated,5.57,Verb,8,7,3,defeat,none,none,8.74,1.00,7.64,none,none,8.12 defeating,defeating,0.59,Verb,9,7,3,defeat,none,none,8.74,1.00,7.64,none,none,8.12 defeatism,defeatism,0.06,Noun,9,9,4,defeatism,14.06,0.84,14.06,0.84,none,none,none, defeatist,defeatist,0.41,Noun,9,8,3,defeatist,14.36,0.74,14.36,0.74,none,none,none, defeats,defeats,0.92,Noun,7,6,2,defeat,none,none,8.74,1.00,7.64,none,none,8.12 defecate,defecate,0.29,Verb,8,7,3,defecate,13.20,1.00,13.20,1.00,none,none,none, defecated,defecated,0.18,Verb,9,9,4,defecate,none,none,13.20,1.00,none,none,none, defecates,defecates,0.04,Verb,9,8,3,defecate,none,none,13.20,1.00,none,none,none, defecating,defecating,0.08,Verb,10,9,4,defecate,none,none,13.20,1.00,none,none,none, defecation,defecation,0.06,Noun,10,9,4,defecation,12.72,1.00,12.72,1.00,none,none,none, defect,defect,2.47,Noun,6,6,2,defect,10.26,1.00,10.26,1.00,none,none,none,9.49 defected,defected,0.41,Verb,8,8,3,defect,none,none,10.26,1.00,none,none,none,9.49 defecting,defecting,0.20,Verb,9,8,3,defect,none,none,10.26,1.00,none,none,none,9.49 defection,defection,0.37,Noun,9,8,3,defection,13.00,1.00,13.00,1.00,none,none,none, defections,defections,0.04,Noun,10,9,3,defection,none,none,13.00,1.00,none,none,none, defective,defective,2.16,Adjective,9,8,3,defective,10.11,1.00,10.11,1.00,none,none,none, defectives,defectives,0.08,Noun,10,9,3,defective,none,none,10.11,1.00,none,none,none, defector,defector,0.47,Noun,8,7,3,defector,13.17,0.90,13.17,0.90,none,none,none, defectors,defectors,0.16,Noun,9,8,3,defector,none,none,13.17,0.90,none,none,none, defects,defects,1.20,Noun,7,7,2,defect,none,none,10.26,1.00,none,none,none,9.49 defence,defense,8.02,8.02,7,6,2,defence,7.84,1.00,7.84,1.00,none,8.86,none,9.22 defend,defend,18.80,Verb,6,6,2,defend,8.16,1.00,8.16,1.00,7.60,none,none,9.05 defendant,defendant,17.73,Noun,9,9,3,defendant,11.42,1.00,11.42,1.00,none,none,none, defendants,defendants,2.75,Noun,10,10,3,defendant,none,none,11.42,1.00,none,none,none, defended,defended,2.24,Verb,8,8,3,defend,none,none,8.16,1.00,7.60,none,none,9.05 defender,defender,2.98,Noun,8,7,3,defender,9.05,1.00,9.05,1.00,none,none,none, defenders,defenders,0.73,Noun,9,8,3,defender,none,none,9.05,1.00,none,none,none, defending,defending,7.82,Verb,9,8,3,defend,none,none,8.16,1.00,7.60,none,none,9.05 defends,defends,0.96,Verb,7,7,2,defend,none,none,8.16,1.00,7.60,none,none,9.05 defenestration,defenestration,0.02,Noun,14,13,5,defenestration,13.20,0.28,13.20,0.28,none,none,none, defense,defence,32.65,Noun,7,6,2,defense,8.80,1.00,8.80,1.00,none,none,none,8.04 defenseless,defenceless,1.33,Adjective,11,9,3,defenseless,9.45,1.00,9.45,1.00,none,none,none, defenseman,defenseman,0.02,Noun,10,9,3,defenseman,12.47,0.89,12.47,0.89,none,none,none, defenses,defences,2.12,Noun,8,8,3,defense,none,none,8.80,1.00,none,none,none,8.04 defensible,defensible,0.24,Adjective,10,10,4,defensible,10.80,0.83,10.80,0.83,none,none,none, defensive,defensive,5.45,Adjective,9,8,3,defensive,9.89,1.00,9.89,1.00,none,none,none, defensiveness,defensiveness,0.02,Noun,13,11,4,defensiveness,9.78,1.00,9.78,1.00,none,none,none, defer,defer,0.59,Verb,5,4,2,defer,11.88,0.94,11.88,0.94,none,none,none,10.99 deference,deference,0.37,Noun,9,7,3,deference,12.88,0.84,12.88,0.84,none,none,none, deferens,deferens,0.04,Noun,8,7,3,deferens,16.29,0.39,16.29,0.39,none,none,none, deferential,deferential,0.10,Adjective,11,9,4,deferential,14.40,1.00,14.40,1.00,none,none,none, deferment,deferment,0.14,Noun,9,8,3,deferment,13.88,0.89,13.88,0.89,none,none,none, deferred,deferred,0.24,Verb,8,5,2,defer,none,none,11.88,0.94,none,none,none,10.99 deferring,deferring,0.12,Verb,9,6,3,defer,none,none,11.88,0.94,none,none,none,10.99 defiance,defiance,1.12,Noun,8,7,3,defiance,12.35,1.00,12.35,1.00,none,10.60,none, defiant,defiant,0.92,Adjective,7,7,3,defiant,10.45,0.95,10.45,0.95,none,none,none, defibrillate,defibrillate,0.16,Verb,12,10,4,defibrillate,14.65,0.94,14.65,0.94,none,none,none, defibrillated,defibrillated,0.06,Verb,13,12,5,defibrillate,none,none,14.65,0.94,none,none,none, defibrillation,defibrillation,0.04,Noun,14,12,5,defibrillation,14.32,0.95,14.32,0.95,none,none,none, defibrillator,defibrillator,0.47,Noun,13,11,5,defibrillator,15.10,1.00,15.10,1.00,none,none,none, defibrillators,defibrillators,0.02,Noun,14,12,5,defibrillator,none,none,15.10,1.00,none,none,none, deficiencies,deficiencies,0.25,Noun,12,10,4,deficiency,none,none,12.33,0.95,none,none,none, deficiency,deficiency,1.04,Noun,10,9,4,deficiency,12.33,0.95,12.33,0.95,none,none,none, deficient,deficient,0.55,Adjective,9,8,3,deficient,11.61,1.00,11.61,1.00,none,none,none, deficit,deficit,1.08,Noun,7,7,3,deficit,12.89,1.00,12.89,1.00,none,none,none, deficits,deficits,0.16,Noun,8,8,3,deficit,none,none,12.89,1.00,none,none,none, defied,defied,1.04,Verb,6,5,2,defy,none,none,9.78,0.95,8.31,none,none,10.99 defies,defies,0.86,Verb,6,5,2,defy,none,none,9.78,0.95,8.31,none,none,10.99 defilade,defilade,0.10,Noun,8,7,3,defilade,14.00,0.61,14.00,0.61,none,none,none, defile,defile,0.33,Verb,6,5,2,defile,12.50,0.95,12.50,0.95,none,none,none, defiled,defiled,0.37,Verb,7,6,2,defile,none,none,12.50,0.95,none,none,none, defilement,defilement,0.02,Noun,10,9,3,defilement,14.40,0.83,14.40,0.83,none,none,none, defiler,defiler,0.08,Noun,7,6,3,defiler,14.44,0.89,14.44,0.89,none,none,none, defilers,defilers,0.12,Noun,8,7,3,defiler,none,none,14.44,0.89,none,none,none, defiles,defiles,0.04,Verb,7,6,2,defile,none,none,12.50,0.95,none,none,none, defiling,defiling,0.20,Verb,8,7,3,defile,none,none,12.50,0.95,none,none,none, define,define,6.24,Verb,6,5,2,define,8.53,1.00,8.53,1.00,10.27,none,none,8.28 defined,defined,1.73,Verb,7,6,2,define,none,none,8.53,1.00,10.27,none,none,8.28 defines,defines,0.88,Verb,7,6,2,define,none,none,8.53,1.00,10.27,none,none,8.28 definite,definite,6.16,Adjective,8,7,3,definite,8.44,1.00,8.44,1.00,none,none,none, definitely,definitely,75.45,Adverb,10,9,4,definitely,7.29,1.00,7.29,1.00,none,none,none, definition,definition,5.80,Noun,10,9,4,definition,8.39,1.00,8.39,1.00,none,11.13,none, definitions,definitions,0.61,Noun,11,10,4,definition,none,none,8.39,1.00,none,11.13,none, definitive,definitive,1.94,Adjective,10,9,4,definitive,12.61,0.95,12.61,0.95,none,none,none, deflate,deflate,0.25,Verb,7,6,2,deflate,8.78,0.95,8.78,0.95,none,none,none, deflates,deflates,0.04,Verb,8,7,2,deflate,none,none,8.78,0.95,none,none,none, deflation,deflation,0.06,Noun,9,8,3,deflation,11.26,1.00,11.26,1.00,none,none,none, deflect,deflect,0.53,Verb,7,7,2,deflect,10.06,1.00,10.06,1.00,none,none,none,10.90 deflected,deflected,0.35,Verb,9,9,3,deflect,none,none,10.06,1.00,none,none,none,10.90 deflecting,deflecting,0.16,Verb,10,9,3,deflect,none,none,10.06,1.00,none,none,none,10.90 deflection,deflection,0.29,Noun,10,9,3,deflection,11.56,1.00,11.56,1.00,none,none,none, deflector,deflector,0.33,Noun,9,8,3,deflector,11.58,1.00,11.58,1.00,none,none,none, deflectors,deflectors,0.18,Noun,10,9,3,deflector,none,none,11.58,1.00,none,none,none, deflects,deflects,0.02,Verb,8,8,2,deflect,none,none,10.06,1.00,none,none,none,10.90 deflower,deflower,0.12,Verb,8,6,3,deflower,13.70,1.00,13.70,1.00,none,none,none, deflowered,deflowered,0.24,Verb,10,7,3,deflower,none,none,13.70,1.00,none,none,none, deflowering,deflowering,0.04,Verb,11,8,4,deflower,none,none,13.70,1.00,none,none,none, defoliant,defoliant,0.02,Noun,9,9,4,defoliant,16.45,0.58,16.45,0.58,none,none,none, defoliants,defoliants,0.04,Noun,10,10,4,defoliant,none,none,16.45,0.58,none,none,none, defoliate,defoliate,0.02,Verb,9,8,4,defoliate,14.13,0.79,14.13,0.79,none,none,none, deforestation,deforestation,0.10,Noun,13,12,5,deforestation,15.06,0.89,15.06,0.89,none,none,none, deform,deform,0.12,Verb,6,6,2,deform,11.26,1.00,11.26,1.00,none,none,none, deformation,deformation,0.06,Noun,11,10,4,deformation,13.50,1.00,13.50,1.00,none,none,none, deformed,deformed,1.29,Adjective,8,7,2,deformed,7.65,0.94,7.65,0.94,none,none,none, deformities,deformities,0.24,Noun,11,10,4,deformity,none,none,10.26,1.00,none,none,none, deformity,deformity,0.41,Noun,9,9,4,deformity,10.26,1.00,10.26,1.00,none,none,none, defraud,defraud,0.37,Verb,7,6,2,defraud,12.39,0.95,12.39,0.95,11.48,none,none, defrauded,defrauded,0.25,Verb,9,8,3,defraud,none,none,12.39,0.95,11.48,none,none, defrauder,defrauder,0.04,Noun,9,7,3,defrauder,15.29,0.89,15.29,0.89,none,none,none, defrauding,defrauding,0.18,Verb,10,8,3,defraud,none,none,12.39,0.95,11.48,none,none, defray,defray,0.08,Verb,6,5,2,defray,14.36,0.78,14.36,0.78,none,none,none, defrayed,defrayed,0.02,Verb,8,6,2,defray,none,none,14.36,0.78,none,none,none, defrock,defrock,0.02,Verb,7,6,2,defrock,14.86,0.74,14.86,0.74,none,none,none, defrocked,defrocked,0.25,Verb,9,7,2,defrock,none,none,14.86,0.74,none,none,none, defrost,defrost,0.41,Verb,7,7,2,defrost,7.80,1.00,7.80,1.00,10.02,none,none, defrosted,defrosted,0.14,Verb,9,9,3,defrost,none,none,7.80,1.00,10.02,none,none, defroster,defroster,0.08,Noun,9,8,3,defroster,10.57,1.00,10.57,1.00,none,none,none, defrosting,defrosting,0.16,Verb,10,9,3,defrost,none,none,7.80,1.00,10.02,none,none, deft,deft,0.39,Adjective,4,4,1,deft,11.13,0.83,11.13,0.83,none,none,none, deftness,deftness,0.02,Noun,8,7,2,deftness,11.65,0.94,11.65,0.94,none,none,none, defunct,defunct,0.33,Adjective,7,7,2,defunct,11.67,0.95,11.67,0.95,none,none,none, defuse,defuse,0.75,Verb,6,6,2,defuse,12.10,1.00,12.10,1.00,none,none,none,11.59 defused,defused,0.18,Verb,7,7,2,defuse,none,none,12.10,1.00,none,none,none,11.59 defusing,defusing,0.14,Verb,8,8,3,defuse,none,none,12.10,1.00,none,none,none,11.59 defy,defy,3.10,Verb,4,4,2,defy,9.78,0.95,9.78,0.95,8.31,none,none,10.99 defying,defying,0.69,Verb,7,6,3,defy,none,none,9.78,0.95,8.31,none,none,10.99 degeneracy,degeneracy,0.06,Noun,10,9,5,degeneracy,13.81,0.76,13.81,0.76,none,none,none, degenerate,degenerate,1.82,Adjective,10,8,4,degenerate,13.45,1.00,13.45,1.00,none,none,none, degenerated,degenerated,0.37,Verb,11,10,5,degenerate,none,none,13.45,1.00,none,none,none, degenerates,degenerates,0.53,Verb,11,9,4,degenerate,none,none,13.45,1.00,none,none,none, degenerating,degenerating,0.12,Verb,12,10,5,degenerate,none,none,13.45,1.00,none,none,none, degeneration,degeneration,0.39,Noun,12,10,5,degeneration,14.56,0.95,14.56,0.95,none,none,none, degenerative,degenerative,0.24,Adjective,12,10,5,degenerative,13.35,1.00,13.35,1.00,none,none,none, degradable,degradable,0.02,Adjective,10,10,4,degradable,11.84,1.00,11.84,1.00,none,none,none, degradation,degradation,0.76,Noun,11,10,4,degradation,13.00,0.95,13.00,0.95,none,none,none, degradations,degradations,0.02,Noun,12,11,4,degradation,none,none,13.00,0.95,none,none,none, degrade,degrade,0.67,Verb,7,6,2,degrade,11.50,0.95,11.50,0.95,none,none,none,10.41 degraded,degraded,0.90,Verb,8,8,3,degrade,none,none,11.50,0.95,none,none,none,10.41 degrades,degrades,0.24,Verb,8,7,2,degrade,none,none,11.50,0.95,none,none,none,10.41 degrading,degrading,1.71,Verb,9,8,3,degrade,none,none,11.50,0.95,none,none,none,10.41 degree,degree,14.88,Noun,6,5,2,degree,10.35,1.00,10.35,1.00,none,10.02,none,8.79 degrees,degrees,18.00,Noun,7,6,2,degree,none,none,10.35,1.00,none,10.02,none,8.79 dehiscence,dehiscence,0.02,Noun,10,8,3,dehiscence,18.00,0.26,18.00,0.26,none,none,none, dehumanization,dehumanisation,0.10,Noun,14,14,6,dehumanization,13.80,0.79,13.80,0.79,none,none,none, dehumidify,dehumidify,Err:512,Err:512,10,11,5,dehumidify,13.00,1.00,13.00,1.00,none,none,none, dehydrate,dehydrate,0.12,Verb,9,8,3,dehydrate,10.53,1.00,10.53,1.00,none,none,none, dehydrated,dehydrated,1.82,Verb,10,10,4,dehydrate,none,none,10.53,1.00,none,none,none, dehydrates,dehydrates,0.02,Verb,10,9,3,dehydrate,none,none,10.53,1.00,none,none,none, dehydrating,dehydrating,0.10,Verb,11,10,4,dehydrate,none,none,10.53,1.00,none,none,none, dehydration,dehydration,0.78,Noun,11,10,4,dehydration,9.37,1.00,9.37,1.00,none,none,none, deify,deify,0.02,Verb,5,5,3,deify,13.00,0.78,13.00,0.78,none,none,none, deign,deign,0.31,Verb,5,3,1,deign,11.58,0.63,11.58,0.63,none,none,none, deigned,deigned,0.06,Verb,7,4,1,deign,none,none,11.58,0.63,none,none,none, deigning,deigning,0.02,Verb,8,5,2,deign,none,none,11.58,0.63,none,none,none, deigns,deigns,0.14,Verb,6,4,1,deign,none,none,11.58,0.63,none,none,none, deinstitutionalization,deinstitutionalization,0.02,Noun,22,20,9,deinstitutionalization,16.05,1.00,16.05,1.00,none,none,none, deities,deities,0.20,Noun,7,6,3,deity,none,none,13.00,0.95,none,12.17,none, deity,deity,0.55,Noun,5,5,3,deity,13.00,0.95,13.00,0.95,none,12.17,none, deject,deject,0.02,Noun,6,6,2,deject,12.33,1.00,12.33,1.00,none,none,none, dejected,dejected,0.22,Adjective,8,8,3,dejected,11.50,0.95,11.50,0.95,none,none,none, dejeuner,dejeuner,0.02,Noun,8,7,3,dejeuner,13.20,0.28,13.20,0.28,none,none,none, delay,delay,11.02,Noun,5,4,2,delay,8.78,1.00,8.78,1.00,7.92,none,none,8.28 delayed,delayed,5.37,Verb,7,5,2,delay,none,none,8.78,1.00,7.92,none,none,8.28 delaying,delaying,0.63,Verb,8,6,3,delay,none,none,8.78,1.00,7.92,none,none,8.28 delays,delays,1.63,Noun,6,5,2,delay,none,none,8.78,1.00,7.92,none,none,8.28 dele,dele,0.04,Noun,4,4,2,dele,15.50,0.42,15.50,0.42,none,none,none, delectable,delectable,0.37,Adjective,10,10,4,delectable,13.00,1.00,13.00,1.00,none,none,none, delectation,delectation,0.06,Noun,11,10,4,delectation,12.71,0.35,12.71,0.35,none,none,none, delegate,delegate,1.43,Noun,8,7,3,delegate,12.61,1.00,12.61,1.00,none,none,none, delegated,delegated,0.18,Verb,9,9,4,delegate,none,none,12.61,1.00,none,none,none, delegates,delegates,1.71,Noun,9,8,3,delegate,none,none,12.61,1.00,none,none,none, delegating,delegating,0.08,Verb,10,9,4,delegate,none,none,12.61,1.00,none,none,none, delegation,delegation,1.37,Noun,10,9,4,delegation,13.32,0.95,13.32,0.95,none,11.96,none, delegations,delegations,0.08,Noun,11,10,4,delegation,none,none,13.32,0.95,none,11.96,none, delete,delete,1.76,Verb,6,5,2,delete,7.78,1.00,7.78,1.00,none,none,none,7.41 deleted,deleted,1.45,Verb,7,7,3,delete,none,none,7.78,1.00,none,none,none,7.41 deleterious,deleterious,0.18,Adjective,11,10,5,deleterious,17.00,0.60,17.00,0.60,none,none,none, deleting,deleting,0.14,Verb,8,7,3,delete,none,none,7.78,1.00,none,none,none,7.41 deletion,deletion,0.12,Noun,8,7,3,deletion,11.32,1.00,11.32,1.00,none,none,none, delft,delft,0.20,Noun,5,5,1,delft,14.00,0.58,14.00,0.58,none,none,none, delftware,delftware,0.06,Noun,9,8,2,delftware,13.67,0.32,13.67,0.32,none,none,none, deli,deli,2.12,Noun,4,4,2,deli,8.84,1.00,8.84,1.00,none,none,none, deliberate,deliberate,2.84,Adjective,10,8,4,deliberate,11.40,1.00,11.40,1.00,11.11,none,none, deliberated,deliberated,0.04,Verb,11,10,5,deliberate,none,none,11.40,1.00,11.11,none,none, deliberates,deliberates,0.02,Verb,11,9,4,deliberate,none,none,11.40,1.00,11.11,none,none, deliberating,deliberating,0.20,Verb,12,10,5,deliberate,none,none,11.40,1.00,11.11,none,none, deliberation,deliberation,0.39,Noun,12,10,5,deliberation,13.79,1.00,13.79,1.00,none,none,none, deliberations,deliberations,0.45,Noun,13,11,5,deliberation,none,none,13.79,1.00,none,none,none, delicacies,delicacies,0.25,Noun,10,9,4,delicacy,none,none,10.47,0.83,none,none,none, delicacy,delicacy,1.39,Noun,8,8,4,delicacy,10.47,0.83,10.47,0.83,none,none,none, delicate,delicate,9.51,Adjective,8,7,3,delicate,8.20,1.00,8.20,1.00,none,none,none, delicates,delicates,0.08,Noun,9,8,3,delicate,none,none,8.20,1.00,none,none,none, delicatessen,delicatessen,0.80,Noun,12,11,5,delicatessen,12.06,0.89,12.06,0.89,none,none,none, delicatessens,delicatessens,0.02,Noun,13,12,5,delicatessen,none,none,12.06,0.89,none,none,none, delicious,delicious,21.53,Adjective,9,7,3,delicious,6.50,1.00,6.50,1.00,none,none,none, deliciousness,deliciousness,0.18,Noun,13,10,4,deliciousness,8.94,1.00,8.94,1.00,none,none,none, delight,delight,5.65,Noun,7,5,2,delight,8.68,1.00,8.68,1.00,7.96,6.98,none,7.57 delighted,delighted,12.94,Adjective,9,7,3,delighted,8.11,1.00,8.11,1.00,7.57,none,none, delightful,delightful,9.20,Adjective,10,8,3,delightful,9.72,1.00,9.72,1.00,none,none,none, delighting,delighting,0.10,Verb,10,7,3,delight,none,none,8.68,1.00,7.96,6.98,none,7.57 delights,delights,0.73,Noun,8,6,2,delight,none,none,8.68,1.00,7.96,6.98,none,7.57 delineate,delineate,0.02,Verb,9,8,4,delineate,12.73,0.83,12.73,0.83,none,none,none, delineated,delineated,0.04,Verb,10,10,5,delineate,none,none,12.73,0.83,none,none,none, delineating,delineating,0.02,Verb,11,10,5,delineate,none,none,12.73,0.83,none,none,none, delineation,delineation,0.02,Noun,11,10,5,delineation,16.00,0.75,16.00,0.75,none,none,none, delinquencies,delinquencies,0.02,Noun,13,12,4,delinquency,none,none,13.26,1.00,none,none,none, delinquency,delinquency,0.45,Noun,11,11,4,delinquency,13.26,1.00,13.26,1.00,none,none,none, delinquent,delinquent,1.39,Noun,10,10,3,delinquent,11.00,1.00,11.00,1.00,none,none,none, delinquents,delinquents,1.16,Noun,11,11,3,delinquent,none,none,11.00,1.00,none,none,none, delirious,delirious,2.65,Adjective,9,8,4,delirious,10.79,1.00,10.79,1.00,none,none,none, delirium,delirium,0.71,Noun,8,8,4,delirium,12.61,0.95,12.61,0.95,none,none,none, delis,delis,0.08,Noun,5,5,2,deli,none,none,8.84,1.00,none,none,none, deliver,deliver,28.35,Verb,7,6,3,deliver,6.63,1.00,6.63,1.00,none,none,none, deliverable,deliverable,0.02,Adjective,11,10,5,deliverable,10.00,1.00,10.00,1.00,none,none,none, deliverance,deliverance,0.59,Noun,11,9,4,deliverance,11.88,0.94,11.88,0.94,none,none,none, delivered,delivered,16.14,Verb,9,7,3,deliver,none,none,6.63,1.00,none,none,none, deliverer,deliverer,0.08,Noun,9,7,4,deliverer,8.11,1.00,8.11,1.00,none,none,none, deliverers,deliverers,0.02,Noun,10,8,4,deliverer,none,none,8.11,1.00,none,none,none, deliveries,deliveries,2.18,Noun,10,8,4,delivery,none,none,7.68,1.00,none,none,none, delivering,delivering,4.76,Verb,10,8,4,deliver,none,none,6.63,1.00,none,none,none, delivers,delivers,2.02,Verb,8,7,3,deliver,none,none,6.63,1.00,none,none,none, delivery,delivery,19.94,Noun,8,7,4,delivery,7.68,1.00,7.68,1.00,none,none,none, deliveryman,deliveryman,0.14,Noun,11,11,5,deliveryman,7.76,0.94,7.76,0.94,none,none,none, deliverymen,deliverymen,0.00,Err:512,11,11,5,deliveryman,none,none,7.76,0.94,none,none,none, dell,dell,2.43,Name,4,3,1,dell,8.50,0.90,8.50,0.90,none,9.34,11.39, delouse,delouse,0.08,Verb,7,5,2,delouse,12.79,0.78,12.79,0.78,none,none,none, deloused,deloused,0.10,Verb,8,6,2,delouse,none,none,12.79,0.78,none,none,none, delphinium,delphinium,0.04,Noun,10,9,4,delphinium,14.22,0.47,14.22,0.47,none,none,none, delphiniums,delphiniums,0.04,Noun,11,10,4,delphinium,none,none,14.22,0.47,none,none,none, delta,delta,8.33,Noun,5,5,2,delta,11.11,0.95,11.11,0.95,none,10.88,none, deltas,deltas,0.12,Noun,6,6,2,delta,none,none,11.11,0.95,none,10.88,none, delude,delude,0.43,Verb,6,5,2,delude,13.28,1.00,13.28,1.00,none,12.47,none, deluded,deluded,1.22,Verb,7,7,3,delude,none,none,13.28,1.00,none,12.47,none, deluding,deluding,0.20,Verb,8,7,3,delude,none,none,13.28,1.00,none,12.47,none, deluge,deluge,0.39,Noun,6,6,2,deluge,13.68,0.81,13.68,0.81,none,13.64,none, deluged,deluged,0.10,Verb,7,7,2,deluge,none,none,13.68,0.81,none,13.64,none, delusion,delusion,2.71,Noun,8,7,3,delusion,9.95,1.00,9.95,1.00,none,none,none, delusional,delusional,2.78,Adjective,10,9,4,delusional,12.41,0.94,12.41,0.94,none,none,none, delusionary,delusionary,0.02,Adjective,11,10,5,delusionary,12.94,1.00,12.94,1.00,none,none,none, delusions,delusions,2.12,Noun,9,8,3,delusion,none,none,9.95,1.00,none,none,none, deluxe,deluxe,1.92,Noun,6,6,2,deluxe,9.79,1.00,9.79,1.00,none,none,none,8.70 delve,delve,0.27,Verb,5,4,1,delve,11.50,0.67,11.50,0.67,none,none,none, delved,delved,0.02,Verb,6,5,1,delve,none,none,11.50,0.67,none,none,none, delves,delves,0.06,Verb,6,5,1,delve,none,none,11.50,0.67,none,none,none, delving,delving,0.16,Verb,7,6,2,delve,none,none,11.50,0.67,none,none,none, demagnetize,demagnetize,0.08,Verb,11,10,4,demagnetize,12.56,0.95,12.56,0.95,none,none,none, demagogue,demagogue,0.06,Noun,9,7,3,demagogue,16.38,0.68,16.38,0.68,none,none,none, demagoguery,demagoguery,0.04,Noun,11,9,5,demagoguery,14.18,0.61,14.18,0.61,none,none,none, demagogues,demagogues,0.02,Noun,10,8,3,demagogue,none,none,16.38,0.68,none,none,none, demand,demand,17.12,Verb,6,6,2,demand,7.83,1.00,7.83,1.00,7.31,none,none,8.20 demanded,demanded,2.76,Verb,8,8,3,demand,none,none,7.83,1.00,7.31,none,none,8.20 demander,demander,0.02,Noun,8,7,3,demander,10.78,0.95,10.78,0.95,none,none,none, demanding,demanding,4.25,Verb,9,8,3,demand,none,none,7.83,1.00,7.31,none,none,8.20 demands,demands,9.71,Noun,7,7,2,demand,none,none,7.83,1.00,7.31,none,none,8.20 demarcation,demarcation,0.10,Noun,11,10,4,demarcation,13.92,0.72,13.92,0.72,none,none,none, dematerialize,dematerialize,0.06,Verb,13,12,6,dematerialize,12.05,1.00,12.05,1.00,none,none,none, demean,demean,0.35,Verb,6,5,2,demean,13.11,0.95,13.11,0.95,none,none,none, demeaned,demeaned,0.12,Verb,8,6,2,demean,none,none,13.11,0.95,none,none,none, demeaning,demeaning,0.86,Adjective,9,7,3,demeaning,11.61,1.00,11.61,1.00,none,none,none, demeanor,demeanour,1.06,Noun,8,6,3,demeanor,12.56,1.00,12.56,1.00,none,none,none, demeanors,demeanours,0.02,Noun,9,7,3,demeanor,none,none,12.56,1.00,none,none,none, demeans,demeans,0.12,Verb,7,6,2,demean,none,none,13.11,0.95,none,none,none, dement,dement,0.02,Noun,6,6,2,dement,15.25,0.84,15.25,0.84,none,none,none, demented,demented,1.78,Adjective,8,8,3,demented,11.61,0.95,11.61,0.95,11.21,none,none, dementia,dementia,1.29,Noun,8,8,4,dementia,12.32,1.00,12.32,1.00,none,none,none, demerit,demerit,0.20,Noun,7,7,3,demerit,11.71,0.81,11.71,0.81,none,none,none, demerits,demerits,0.43,Noun,8,8,3,demerit,none,none,11.71,0.81,none,none,none, demigod,demigod,0.10,Noun,7,7,3,demigod,13.29,0.74,13.29,0.74,none,none,none, demigods,demigods,0.14,Noun,8,8,3,demigod,none,none,13.29,0.74,none,none,none, demilitarized,demilitarised,0.12,Adjective,13,11,5,demilitarized,15.42,1.00,15.42,1.00,none,none,none, demimonde,demimonde,0.02,Noun,9,8,3,demimonde,16.57,0.37,16.57,0.37,none,none,none, demineralization,demineralization,0.02,Noun,16,15,7,demineralization,12.11,0.86,12.11,0.86,none,none,none, demise,demise,1.71,Noun,6,5,2,demise,10.67,0.95,10.67,0.95,none,none,none,11.59 demitasse,demitasse,0.08,Noun,9,7,3,demitasse,15.09,0.58,15.09,0.58,none,none,none, demiurge,demiurge,0.02,Noun,8,7,3,demiurge,15.62,0.42,15.62,0.42,none,none,none, demo,demo,3.29,Noun,4,4,2,demo,11.21,1.00,11.21,1.00,none,none,none, demobilization,demobilisation,0.02,Noun,14,13,6,demobilization,13.22,0.95,13.22,0.95,none,none,none, democracies,democracies,0.18,Noun,11,10,4,democracy,none,none,10.17,1.00,12.09,none,none, democracy,democracy,6.61,Noun,9,9,4,democracy,10.17,1.00,10.17,1.00,12.09,none,none, democrat,democrat,1.69,Noun,8,8,3,democrat,11.21,1.00,11.21,1.00,12.68,none,none, democratic,democratic,3.55,Adjective,10,10,4,democratic,10.22,1.00,10.22,1.00,none,none,none, democratize,democratise,0.02,Verb,11,10,4,democratize,12.64,0.78,12.64,0.78,none,none,none, democrats,democrats,1.33,Noun,9,9,3,democrat,none,none,11.21,1.00,12.68,none,none, demographic,demographic,0.86,Adjective,11,10,4,demographic,12.65,0.94,12.65,0.94,none,none,none, demolish,demolish,0.53,Verb,8,7,3,demolish,9.11,1.00,9.11,1.00,9.08,none,none, demolished,demolished,0.94,Verb,10,8,3,demolish,none,none,9.11,1.00,9.08,none,none, demolishes,demolishes,0.04,Verb,10,9,4,demolish,none,none,9.11,1.00,9.08,none,none, demolishing,demolishing,0.20,Verb,11,9,4,demolish,none,none,9.11,1.00,9.08,none,none, demolition,demolition,2.82,Noun,10,9,4,demolition,9.05,1.00,9.05,1.00,none,none,none, demolitions,demolitions,0.35,Noun,11,10,4,demolition,none,none,9.05,1.00,none,none,none, demon,demon,31.24,Noun,5,5,2,demon,7.16,1.00,7.16,1.00,none,8.47,none,7.41 demoniac,demoniac,0.02,Adjective,8,8,4,demoniac,13.27,0.61,13.27,0.61,none,none,none, demoniacal,demoniacal,0.02,Adjective,10,10,5,demoniacal,13.46,0.68,13.46,0.68,none,none,none, demonic,demonic,3.02,Adjective,7,7,3,demonic,10.32,1.00,10.32,1.00,none,none,none, demonism,demonism,0.02,Noun,8,9,4,demonism,13.62,0.89,13.62,0.89,none,none,none, demonize,demonise,0.12,Verb,8,7,3,demonize,13.00,1.00,13.00,1.00,none,none,none, demonizes,demonises,0.02,Verb,9,9,4,demonize,none,none,13.00,1.00,none,none,none, demonizing,demonising,0.08,Verb,10,9,4,demonize,none,none,13.00,1.00,none,none,none, demonologist,demonologist,0.04,Noun,12,12,5,demonologist,14.00,0.84,14.00,0.84,none,none,none, demonology,demonology,0.10,Noun,10,10,5,demonology,14.33,0.83,14.33,0.83,none,none,none, demons,demons,13.39,Noun,6,6,2,demon,none,none,7.16,1.00,none,8.47,none,7.41 demonstrable,demonstrable,0.10,Adjective,12,12,4,demonstrable,13.75,0.89,13.75,0.89,none,none,none, demonstrandum,demonstrandum,0.02,Noun,13,13,4,demonstrandum,13.57,0.39,13.57,0.39,none,none,none, demonstrate,demonstrate,4.67,Verb,11,10,3,demonstrate,9.05,1.00,9.05,1.00,none,none,none, demonstrated,demonstrated,1.41,Verb,12,12,4,demonstrate,none,none,9.05,1.00,none,none,none, demonstrates,demonstrates,0.55,Verb,12,11,3,demonstrate,none,none,9.05,1.00,none,none,none, demonstrating,demonstrating,1.18,Verb,13,12,4,demonstrate,none,none,9.05,1.00,none,none,none, demonstration,demonstration,7.18,Noun,13,12,4,demonstration,10.11,1.00,10.11,1.00,none,9.98,none, demonstrations,demonstrations,1.29,Noun,14,13,4,demonstration,none,none,10.11,1.00,none,9.98,none, demonstrative,demonstrative,0.35,Adjective,13,12,4,demonstrative,11.63,1.00,11.63,1.00,none,none,none, demonstrator,demonstrator,0.16,Noun,12,11,4,demonstrator,9.30,1.00,9.30,1.00,none,none,none, demonstrators,demonstrators,0.59,Noun,13,12,4,demonstrator,none,none,9.30,1.00,none,none,none, demoralization,demoralisation,0.02,Noun,14,13,6,demoralization,15.00,0.89,15.00,0.89,none,none,none, demoralize,demoralise,0.06,Verb,10,9,4,demoralize,13.88,0.94,13.88,0.94,none,none,none, demoralized,demoralised,0.18,Verb,11,10,4,demoralize,none,none,13.88,0.94,none,none,none, demoralizer,demoralizer,0.02,Noun,11,10,5,demoralizer,13.83,0.95,13.83,0.95,none,none,none, demoralizes,demoralises,0.06,Verb,11,11,5,demoralize,none,none,13.88,0.94,none,none,none, demoralizing,demoralising,0.27,Verb,12,11,5,demoralize,none,none,13.88,0.94,none,none,none, demos,demos,0.31,Noun,5,5,2,demo,none,none,11.21,1.00,none,none,none, demote,demote,0.04,Verb,6,5,2,demote,12.89,0.95,12.89,0.95,none,none,none, demoted,demoted,0.75,Verb,7,7,3,demote,none,none,12.89,0.95,none,none,none, demotes,demotes,0.02,Verb,7,6,2,demote,none,none,12.89,0.95,none,none,none, demotic,demotic,0.06,Adjective,7,7,3,demotic,15.50,0.33,15.50,0.33,none,none,none, demoting,demoting,0.06,Verb,8,7,3,demote,none,none,12.89,0.95,none,none,none, demotion,demotion,0.31,Noun,8,7,3,demotion,12.56,0.89,12.56,0.89,none,none,none, demount,demount,0.02,Verb,7,6,2,demount,10.80,0.79,10.80,0.79,none,none,none, demur,demur,0.02,Noun,5,4,2,demur,14.33,0.60,14.33,0.60,none,none,none, demure,demure,0.39,Adjective,6,6,2,demure,12.78,0.95,12.78,0.95,none,none,none, demurest,demurest,0.02,Adjective,8,9,3,demure,none,none,12.78,0.95,none,none,none, demurred,demurred,0.06,Verb,8,5,2,demur,none,none,14.33,0.60,none,none,none, demurrer,demurrer,0.08,Noun,8,5,3,demurrer,14.92,0.68,14.92,0.68,none,none,none, demurrers,demurrers,0.08,Noun,9,6,3,demurrer,none,none,14.92,0.68,none,none,none, demurs,demurs,0.02,Noun,6,5,2,demur,none,none,14.33,0.60,none,none,none, demystify,demystify,0.06,Verb,9,9,4,demystify,13.41,0.89,13.41,0.89,none,none,none, den,den,6.12,Noun,3,3,1,den,5.70,0.95,5.70,0.95,none,none,5.82, denaturalization,denaturalization,0.02,Noun,16,15,7,denaturalization,15.31,0.89,15.31,0.89,none,none,none, denatured,denatured,0.08,Adjective,9,7,3,denatured,13.88,0.94,13.88,0.94,none,none,none, dengue,dengue,0.08,Verb,6,4,1,dengue,12.33,0.30,12.33,0.30,none,none,none, deniability,deniability,0.57,Noun,11,11,6,deniability,12.55,1.00,12.55,1.00,none,none,none, deniable,deniable,0.16,Adjective,8,8,4,deniable,10.05,1.00,10.05,1.00,none,none,none, denial,denial,5.25,Noun,6,6,3,denial,9.45,1.00,9.45,1.00,none,9.92,none, denials,denials,0.29,Noun,7,7,3,denial,none,none,9.45,1.00,none,9.92,none, denied,denied,11.45,Verb,6,5,2,deny,none,none,7.80,1.00,7.53,none,none, denies,denies,1.88,Verb,6,5,2,deny,none,none,7.80,1.00,7.53,none,none, denigrate,denigrate,0.25,Verb,9,8,3,denigrate,14.17,0.63,14.17,0.63,none,none,none, denigrates,denigrates,0.06,Verb,10,9,3,denigrate,none,none,14.17,0.63,none,none,none, denigrating,denigrating,0.06,Verb,11,10,4,denigrate,none,none,14.17,0.63,none,none,none, denigration,denigration,0.02,Noun,11,10,4,denigration,13.40,0.75,13.40,0.75,none,none,none, denim,denim,0.65,Noun,5,5,2,denim,8.22,1.00,8.22,1.00,none,none,none,7.80 denims,denims,0.10,Noun,6,6,2,denims,8.00,1.00,8.00,1.00,none,none,none, denizen,denizen,0.04,Noun,7,7,3,denizen,14.36,0.58,14.36,0.58,none,none,none, denizens,denizens,0.22,Noun,8,8,3,denizen,none,none,14.36,0.58,none,none,none, denomination,denomination,0.35,Noun,12,11,5,denomination,10.56,1.00,10.56,1.00,none,none,none, denominational,denominational,0.02,Adjective,14,13,6,denominational,10.95,0.95,10.95,0.95,none,none,none, denominations,denominations,0.20,Noun,13,12,5,denomination,none,none,10.56,1.00,none,none,none, denominator,denominator,0.55,Noun,11,10,5,denominator,11.17,1.00,11.17,1.00,none,none,none, denominators,denominators,0.04,Noun,12,11,5,denominator,none,none,11.17,1.00,none,none,none, denote,denote,0.08,Verb,6,5,2,denote,11.24,0.95,11.24,0.95,11.33,none,none, denotes,denotes,0.16,Verb,7,6,2,denote,none,none,11.24,0.95,11.33,none,none, denouement,denouement,0.18,Noun,10,7,3,denouement,15.00,0.44,15.00,0.44,none,none,none, denounce,denounce,0.86,Verb,8,6,2,denounce,12.16,1.00,12.16,1.00,none,none,none,12.01 denounced,denounced,0.59,Verb,9,7,2,denounce,none,none,12.16,1.00,none,none,none,12.01 denounces,denounces,0.04,Verb,9,8,3,denounce,none,none,12.16,1.00,none,none,none,12.01 denouncing,denouncing,0.27,Verb,10,8,3,denounce,none,none,12.16,1.00,none,none,none,12.01 dens,dens,0.29,Noun,4,4,1,den,none,none,5.70,0.95,none,none,5.82, dense,dense,2.12,Adjective,5,4,1,dense,10.20,1.00,10.20,1.00,none,9.87,10.05, denseness,denseness,0.02,Noun,9,7,2,denseness,11.78,0.95,11.78,0.95,none,none,none, denser,denser,0.18,Adjective,6,5,2,dense,none,none,10.20,1.00,none,9.87,10.05, densest,densest,0.06,Adjective,7,7,2,dense,none,none,10.20,1.00,none,9.87,10.05, densities,densities,0.10,Noun,9,8,3,density,none,none,10.79,1.00,none,none,none, densitometer,densitometer,0.06,Noun,12,11,5,densitometer,16.00,0.39,16.00,0.39,none,none,none, density,density,1.43,Noun,7,7,3,density,10.79,1.00,10.79,1.00,none,none,none, dent,dent,3.53,Noun,4,4,1,dent,7.33,1.00,7.33,1.00,6.90,7.24,7.35, dental,dental,6.18,Adjective,6,6,2,dental,7.21,1.00,7.21,1.00,none,none,none,7.19 dentals,dentals,0.10,Noun,7,7,2,dental,none,none,7.21,1.00,none,none,none,7.19 dentate,dentate,Err:512,Err:512,7,6,2,dentate,15.14,0.37,15.14,0.37,none,none,none, dented,dented,0.75,Verb,6,6,2,dent,none,none,7.33,1.00,6.90,7.24,7.35, dentifrice,dentifrice,0.04,Noun,10,9,3,dentifrice,15.43,0.39,15.43,0.39,none,none,none, dentin,dentin,0.02,Noun,6,6,2,dentin,11.33,0.63,11.33,0.63,none,none,none, denting,denting,0.14,Verb,7,6,2,dent,none,none,7.33,1.00,6.90,7.24,7.35, dentist,dentist,11.20,Noun,7,7,2,dentist,5.22,1.00,5.22,1.00,5.48,5.77,none,5.25 dentistry,dentistry,0.37,Noun,9,9,3,dentistry,8.81,1.00,8.81,1.00,8.37,none,none, dentists,dentists,1.04,Noun,8,8,2,dentist,none,none,5.22,1.00,5.48,5.77,none,5.25 dentition,dentition,0.04,Noun,9,8,3,dentition,15.36,0.70,15.36,0.70,none,none,none, dents,dents,0.51,Noun,5,5,1,dent,none,none,7.33,1.00,6.90,7.24,7.35, denture,denture,0.20,Noun,7,5,2,denture,10.16,1.00,10.16,1.00,none,none,none, dentures,dentures,0.63,Noun,8,6,2,denture,none,none,10.16,1.00,none,none,none, denudation,denudation,Err:512,Err:512,10,9,4,denudation,15.00,0.47,15.00,0.47,none,none,none, deny,deny,21.39,Verb,4,4,2,deny,7.80,1.00,7.80,1.00,7.53,none,none, denying,denying,4.04,Verb,7,6,3,deny,none,none,7.80,1.00,7.53,none,none, deodorant,deodorant,1.61,Noun,9,8,4,deodorant,8.83,1.00,8.83,1.00,none,none,none, deodorants,deodorants,0.06,Noun,10,9,4,deodorant,none,none,8.83,1.00,none,none,none, deodorize,deodorise,0.04,Verb,9,7,4,deodorize,11.48,1.00,11.48,1.00,none,none,none, deodorizer,deodorizer,0.04,Noun,10,8,5,deodorizer,12.11,1.00,12.11,1.00,none,none,none, deodorizers,deodorizers,0.04,Noun,11,9,5,deodorizer,none,none,12.11,1.00,none,none,none, deoxyribonucleic,deoxyribonucleic,0.04,Adjective,16,17,8,deoxyribonucleic,15.47,0.79,15.47,0.79,none,none,none, depart,depart,2.14,Verb,6,6,2,depart,9.89,1.00,9.89,1.00,7.43,none,none,8.62 departed,departed,2.71,Verb,8,8,3,depart,none,none,9.89,1.00,7.43,none,none,8.62 departing,departing,1.55,Verb,9,8,3,depart,none,none,9.89,1.00,7.43,none,none,8.62 department,department,63.84,Noun,10,10,3,department,9.84,1.00,9.84,1.00,none,9.75,none, departmental,departmental,0.82,Adjective,12,11,4,departmental,12.61,0.95,12.61,0.95,none,none,none, departments,departments,1.65,Noun,11,11,3,department,none,none,9.84,1.00,none,9.75,none, departs,departs,0.43,Verb,7,7,2,depart,none,none,9.89,1.00,7.43,none,none,8.62 departure,departure,5.39,Noun,9,7,3,departure,9.78,1.00,9.78,1.00,none,none,none, departures,departures,0.31,Noun,10,8,3,departure,none,none,9.78,1.00,none,none,none, depend,depend,9.88,Verb,6,6,2,depend,8.50,1.00,8.50,1.00,none,none,none, dependability,dependability,0.08,Noun,13,13,6,dependability,10.05,1.00,10.05,1.00,10.99,none,none, dependable,dependable,1.67,Adjective,10,10,4,dependable,8.78,1.00,8.78,1.00,none,none,none, dependant,dependant,0.14,Noun,9,9,3,dependant,10.67,1.00,10.67,1.00,none,none,none, dependants,dependants,0.06,Noun,10,10,3,dependant,none,none,10.67,1.00,none,none,none, depended,depended,1.73,Verb,8,8,3,depend,none,none,8.50,1.00,none,none,none, dependence,dependence,0.41,Noun,10,9,3,dependence,10.68,1.00,10.68,1.00,none,none,none, dependencies,dependencies,0.02,Noun,12,11,4,dependency,none,none,11.00,1.00,none,none,none, dependency,dependency,0.51,Noun,10,10,4,dependency,11.00,1.00,11.00,1.00,none,none,none, dependent,dependent,2.24,Adjective,9,9,3,dependent,9.32,1.00,9.32,1.00,none,none,none, dependents,dependents,0.22,Noun,10,10,3,dependent,none,none,9.32,1.00,none,none,none, depends,depends,28.57,Verb,7,7,2,depend,none,none,8.50,1.00,none,none,none, depict,depict,0.53,Verb,6,6,2,depict,11.50,1.00,11.50,1.00,11.33,none,none,11.39 depicted,depicted,0.41,Verb,8,8,3,depict,none,none,11.50,1.00,11.33,none,none,11.39 depicting,depicting,0.37,Verb,9,8,3,depict,none,none,11.50,1.00,11.33,none,none,11.39 depiction,depiction,0.31,Noun,9,8,3,depiction,11.44,0.95,11.44,0.95,none,none,none, depictions,depictions,0.04,Noun,10,9,3,depiction,none,none,11.44,0.95,none,none,none, depicts,depicts,0.18,Verb,7,7,2,depict,none,none,11.50,1.00,11.33,none,none,11.39 depilatory,depilatory,0.16,Adjective,10,10,5,depilatory,14.45,0.58,14.45,0.58,none,none,none, deplane,deplane,0.04,Noun,7,6,2,deplane,10.92,0.67,10.92,0.67,none,none,none, deplaning,deplaning,0.04,Verb,9,8,3,deplane,none,none,10.92,0.67,none,none,none, deplete,deplete,0.14,Verb,7,6,2,deplete,12.53,0.95,12.53,0.95,none,none,none, depletes,depletes,0.02,Verb,8,7,2,deplete,none,none,12.53,0.95,none,none,none, depletion,depletion,0.25,Noun,9,8,3,depletion,14.22,0.95,14.22,0.95,none,none,none, deplorable,deplorable,0.92,Adjective,10,10,4,deplorable,14.24,0.94,14.24,0.94,none,none,none, deplore,deplore,0.24,Verb,7,6,2,deplore,12.40,0.83,12.40,0.83,none,none,none, deplores,deplores,0.04,Verb,8,7,2,deplore,none,none,12.40,0.83,none,none,none, deploy,deploy,2.65,Verb,6,5,2,deploy,12.44,1.00,12.44,1.00,none,none,none,11.59 deployable,deployable,0.02,Adjective,10,9,4,deployable,13.50,0.95,13.50,0.95,none,none,none, deployed,deployed,1.73,Verb,8,6,2,deploy,none,none,12.44,1.00,none,none,none,11.59 deploying,deploying,0.43,Verb,9,7,3,deploy,none,none,12.44,1.00,none,none,none,11.59 deployment,deployment,1.25,Noun,10,9,3,deployment,12.29,0.94,12.29,0.94,none,none,none, deployments,deployments,0.08,Noun,11,10,3,deployment,none,none,12.29,0.94,none,none,none, deploys,deploys,0.04,Verb,7,6,2,deploy,none,none,12.44,1.00,none,none,none,11.59 depolarization,depolarization,0.02,Noun,14,12,6,depolarization,14.54,0.72,14.54,0.72,none,none,none, depopulate,depopulate,0.06,Verb,10,10,4,depopulate,13.27,0.83,13.27,0.83,none,none,none, depopulation,depopulation,0.02,Noun,12,11,5,depopulation,12.33,1.00,12.33,1.00,none,none,none, deport,deport,0.78,Verb,6,6,2,deport,12.65,0.94,12.65,0.94,none,none,none,11.59 deportation,deportation,0.78,Noun,11,10,4,deportation,13.95,1.00,13.95,1.00,none,none,none, deported,deported,2.18,Verb,8,8,3,deport,none,none,12.65,0.94,none,none,none,11.59 deporting,deporting,0.14,Verb,9,8,3,deport,none,none,12.65,0.94,none,none,none,11.59 deportment,deportment,0.24,Noun,10,10,3,deportment,14.33,1.00,14.33,1.00,none,none,none, deports,deports,0.02,Verb,7,7,2,deport,none,none,12.65,0.94,none,none,none,11.59 depose,depose,0.41,Verb,6,5,2,depose,13.56,0.89,13.56,0.89,11.93,none,none, deposer,deposer,0.02,Noun,7,6,3,deposer,15.28,0.90,15.28,0.90,none,none,none, deposing,deposing,0.16,Verb,8,7,3,depose,none,none,13.56,0.89,11.93,none,none, deposit,deposit,10.80,Noun,7,7,3,deposit,8.65,1.00,8.65,1.00,none,9.54,none, deposited,deposited,1.41,Verb,9,9,4,deposit,none,none,8.65,1.00,none,9.54,none, depositing,depositing,0.20,Verb,10,9,4,deposit,none,none,8.65,1.00,none,9.54,none, deposition,deposition,3.00,Noun,10,9,4,deposition,13.59,0.89,13.59,0.89,none,none,none, depositions,depositions,0.78,Noun,11,10,4,deposition,none,none,13.59,0.89,none,none,none, depositor,depositor,0.10,Noun,9,8,4,depositor,13.65,0.94,13.65,0.94,none,none,none, depositories,depositories,0.04,Noun,12,10,5,depository,none,none,13.18,0.94,none,none,none, depositors,depositors,0.37,Noun,10,9,4,depositor,none,none,13.65,0.94,none,none,none, depository,depository,0.98,Adjective,10,10,5,depository,13.18,0.94,13.18,0.94,none,none,none, deposits,deposits,1.98,Noun,8,8,3,deposit,none,none,8.65,1.00,none,9.54,none, depot,depot,2.94,Noun,5,4,2,depot,9.11,1.00,9.11,1.00,none,none,none,10.60 depots,depots,0.27,Noun,6,5,2,depot,none,none,9.11,1.00,none,none,none,10.60 depravation,depravation,0.06,Noun,11,10,4,depravation,13.62,0.89,13.62,0.89,none,none,none, deprave,deprave,0.06,Verb,7,6,2,deprave,10.88,0.89,10.88,0.89,none,none,none, depravities,depravities,0.04,Noun,11,10,4,depravity,none,none,13.37,1.00,none,none,none, depravity,depravity,0.67,Noun,9,9,4,depravity,13.37,1.00,13.37,1.00,none,none,none, deprecate,deprecate,0.04,Verb,9,8,3,deprecate,13.79,0.95,13.79,0.95,none,none,none, deprecatory,deprecatory,Err:512,Err:512,11,11,5,deprecatory,15.00,0.68,15.00,0.68,none,none,none, depreciate,depreciate,0.16,Verb,10,9,4,depreciate,13.37,1.00,13.37,1.00,none,none,none, depreciation,depreciation,0.35,Noun,12,11,5,depreciation,15.19,0.89,15.19,0.89,none,none,none, depredation,depredation,0.04,Noun,11,10,4,depredation,15.20,0.83,15.20,0.83,none,none,none, depredations,depredations,0.02,Noun,12,11,4,depredation,none,none,15.20,0.83,none,none,none, depress,depress,0.71,Verb,7,6,2,depress,9.75,1.00,9.75,1.00,none,none,none,10.51 depressant,depressant,0.10,Noun,10,9,3,depressant,12.28,1.00,12.28,1.00,none,none,none, depressants,depressants,0.04,Noun,11,10,3,depressant,none,none,12.28,1.00,none,none,none, depressed,depressed,16.27,Adjective,9,7,2,depressed,9.47,1.00,9.47,1.00,none,none,none, depresses,depresses,0.25,Verb,9,8,3,depress,none,none,9.75,1.00,none,none,none,10.51 depressing,depressing,6.35,Adjective,10,8,3,depressing,11.74,1.00,11.74,1.00,none,none,none, depression,depression,7.96,Noun,10,8,3,depression,10.71,1.00,10.71,1.00,none,10.81,none, depressions,depressions,0.14,Noun,11,9,3,depression,none,none,10.71,1.00,none,10.81,none, depressive,depressive,0.43,Noun,10,8,3,depressive,11.89,1.00,11.89,1.00,none,none,none, depressives,depressives,0.04,Noun,11,9,3,depressive,none,none,11.89,1.00,none,none,none, depressor,depressor,0.12,Noun,9,7,3,depressor,10.25,0.76,10.25,0.76,none,none,none, depressors,depressors,0.22,Noun,10,8,3,depressor,none,none,10.25,0.76,none,none,none, depressurization,depressurization,0.10,Noun,16,13,6,depressurization,13.68,0.95,13.68,0.95,none,none,none, depressurize,depressurize,0.04,Verb,12,9,4,depressurize,12.29,0.89,12.29,0.89,none,none,none, depressurized,depressurized,0.10,Verb,13,10,4,depressurize,none,none,12.29,0.89,none,none,none, depressurizes,depressurizes,0.02,Verb,13,11,5,depressurize,none,none,12.29,0.89,none,none,none, depressurizing,depressurizing,0.20,Verb,14,11,5,depressurize,none,none,12.29,0.89,none,none,none, deprivation,deprivation,0.78,Noun,11,10,4,deprivation,11.17,0.95,11.17,0.95,none,none,none, deprivations,deprivations,0.04,Noun,12,11,4,deprivation,none,none,11.17,0.95,none,none,none, deprive,deprive,1.31,Verb,7,6,2,deprive,9.37,1.00,9.37,1.00,10.11,none,none,10.51 deprived,deprived,1.94,Verb,8,7,2,deprive,none,none,9.37,1.00,10.11,none,none,10.51 deprives,deprives,0.08,Verb,8,7,2,deprive,none,none,9.37,1.00,10.11,none,none,10.51 depriving,depriving,0.55,Verb,9,8,3,deprive,none,none,9.37,1.00,10.11,none,none,10.51 deprogram,deprogram,0.08,Verb,9,9,3,deprogram,16.33,0.75,16.33,0.75,none,none,none, deprogrammer,deprogrammer,0.06,Noun,12,10,4,deprogrammer,15.64,0.61,15.64,0.61,none,none,none, deprogrammers,deprogrammers,0.02,Verb,13,11,4,deprogrammer,none,none,15.64,0.61,none,none,none, dept,dept,0.49,Noun,4,4,1,dept,8.00,0.68,8.00,0.68,none,none,none, depth,depth,8.25,Noun,5,4,1,depth,9.72,1.00,9.72,1.00,7.31,none,8.95, depths,depths,3.10,Noun,6,5,1,depth,none,none,9.72,1.00,7.31,none,8.95, deputation,deputation,0.06,Noun,10,9,4,deputation,17.64,0.55,17.64,0.55,none,none,none, depute,depute,0.02,Noun,6,6,2,depute,14.64,0.58,14.64,0.58,none,none,none, deputes,deputes,0.02,Noun,7,7,2,depute,none,none,14.64,0.58,none,none,none, deputies,deputies,2.33,Noun,8,8,3,deputy,none,none,6.45,1.00,none,8.60,none, deputize,deputise,0.35,Verb,8,8,3,deputize,12.00,0.67,12.00,0.67,none,none,none, deputized,deputised,0.14,Verb,9,9,3,deputize,none,none,12.00,0.67,none,none,none, deputy,deputy,15.65,Noun,6,7,3,deputy,6.45,1.00,6.45,1.00,none,8.60,none, deracinate,deracinate,0.04,Verb,10,9,4,deracinate,17.17,0.32,17.17,0.32,none,none,none, derail,derail,0.57,Verb,6,5,2,derail,10.67,1.00,10.67,1.00,none,none,none, derailed,derailed,0.57,Verb,8,6,2,derail,none,none,10.67,1.00,none,none,none, derailment,derailment,0.22,Noun,10,9,3,derailment,12.00,0.94,12.00,0.94,none,none,none, derails,derails,0.10,Verb,7,6,2,derail,none,none,10.67,1.00,none,none,none, derangement,derangement,0.14,Noun,11,10,3,derangement,14.32,1.00,14.32,1.00,none,none,none, derbies,derbies,0.06,Noun,7,5,2,derby,none,none,10.45,1.00,none,none,none,10.04 derby,derby,2.20,Noun,5,4,2,derby,10.45,1.00,10.45,1.00,none,none,none,10.04 deregulation,deregulation,0.06,Noun,12,12,5,deregulation,15.00,0.89,15.00,0.89,none,none,none, derelict,derelict,0.78,Adjective,8,8,3,derelict,14.38,0.89,14.38,0.89,none,none,none, dereliction,dereliction,0.25,Noun,11,10,4,dereliction,14.33,0.67,14.33,0.67,none,none,none, derelicts,derelicts,0.49,Noun,9,9,3,derelict,none,none,14.38,0.89,none,none,none, deride,deride,0.10,Verb,6,5,2,deride,12.50,0.95,12.50,0.95,none,none,none, derision,derision,0.16,Noun,8,6,3,derision,13.38,0.72,13.38,0.72,none,none,none, derisions,derisions,0.06,Noun,9,8,3,derision,none,none,13.38,0.72,none,none,none, derisive,derisive,0.04,Adjective,8,6,3,derisive,14.06,0.89,14.06,0.89,none,none,none, derivation,derivation,0.25,Noun,10,9,4,derivation,14.22,0.90,14.22,0.90,none,11.96,none, derivative,derivative,0.76,Noun,10,8,4,derivative,14.44,1.00,14.44,1.00,none,none,none, derivatives,derivatives,0.06,Noun,11,9,4,derivative,none,none,14.44,1.00,none,none,none, derive,derive,0.69,Verb,6,4,2,derive,12.00,1.00,12.00,1.00,none,none,none,12.22 derived,derived,1.04,Verb,7,5,2,derive,none,none,12.00,1.00,none,none,none,12.22 derives,derives,0.27,Verb,7,5,2,derive,none,none,12.00,1.00,none,none,none,12.22 derma,derma,0.10,Noun,5,4,2,derma,13.93,0.83,13.93,0.83,none,none,none, dermal,dermal,0.10,Adjective,6,5,2,dermal,14.15,0.72,14.15,0.72,none,none,none, dermatitis,dermatitis,0.08,Noun,10,10,4,dermatitis,14.93,0.78,14.93,0.78,none,none,none, dermatological,dermatological,0.06,Adjective,14,13,6,dermatological,13.00,1.00,13.00,1.00,none,none,none, dermatologist,dermatologist,0.55,Noun,13,12,5,dermatologist,12.62,1.00,12.62,1.00,none,none,none, dermatologists,dermatologists,0.04,Noun,14,13,5,dermatologist,none,none,12.62,1.00,none,none,none, dermatology,dermatology,0.18,Noun,11,10,5,dermatology,12.30,1.00,12.30,1.00,12.68,none,none, dermatome,dermatome,0.02,Noun,9,8,3,dermatome,16.75,0.22,16.75,0.22,none,none,none, dermis,dermis,0.06,Noun,6,5,2,dermis,13.94,0.85,13.94,0.85,none,none,none, dernier,dernier,0.02,Adjective,7,7,3,dernier,12.57,0.37,12.57,0.37,none,none,none, derogatory,derogatory,0.61,Adjective,10,9,5,derogatory,13.35,1.00,13.35,1.00,none,none,none, derriere,derriere,0.33,Noun,8,6,4,derriere,13.12,0.94,13.12,0.94,none,none,none, derrieres,derrieres,0.04,Noun,9,7,4,derriere,none,none,13.12,0.94,none,none,none, derringer,derringer,0.35,Noun,9,7,3,derringer,12.82,0.58,12.82,0.58,none,none,none, derringers,derringers,0.02,Noun,10,9,3,derringer,none,none,12.82,0.58,none,none,none, dervish,dervish,0.27,Noun,7,5,2,dervish,14.13,0.79,14.13,0.79,none,none,none, dervishes,dervishes,0.06,Noun,9,7,3,dervish,none,none,14.13,0.79,none,none,none, desalinization,desalinization,0.06,Noun,14,13,6,desalinization,16.15,0.65,16.15,0.65,none,none,none, descant,descant,0.02,Noun,7,7,2,descant,13.50,0.42,13.50,0.42,none,none,none, descend,descend,1.92,Verb,7,6,2,descend,9.19,1.00,9.19,1.00,8.50,none,none,10.13 descendant,descendant,1.08,Noun,10,9,3,descendant,9.61,0.95,9.61,0.95,none,none,none, descendants,descendants,0.78,Noun,11,10,3,descendant,none,none,9.61,0.95,none,none,none, descended,descended,1.80,Verb,9,8,3,descend,none,none,9.19,1.00,8.50,none,none,10.13 descendent,descendent,0.12,Noun,10,9,3,descendant,none,none,9.61,0.95,none,none,none, descendents,descendents,0.14,Noun,11,10,3,descendant,none,none,9.61,0.95,none,none,none, descending,descending,1.67,Verb,10,8,3,descend,none,none,9.19,1.00,8.50,none,none,10.13 descends,descends,0.69,Verb,8,7,2,descend,none,none,9.19,1.00,8.50,none,none,10.13 descent,descent,2.59,Noun,7,6,2,descent,9.84,1.00,9.84,1.00,none,10.00,none,9.85 descents,descents,0.04,Noun,8,7,2,descent,none,none,9.84,1.00,none,10.00,none,9.85 describe,describe,16.98,Verb,8,7,2,describe,7.67,1.00,7.67,1.00,7.14,none,none,7.65 described,described,9.06,Verb,9,8,2,describe,none,none,7.67,1.00,7.14,none,none,7.65 describes,describes,1.59,Verb,9,8,2,describe,none,none,7.67,1.00,7.14,none,none,7.65 describing,describing,2.31,Verb,10,9,3,describe,none,none,7.67,1.00,7.14,none,none,7.65 description,description,12.65,Noun,11,10,3,description,8.80,1.00,8.80,1.00,none,9.28,none, descriptions,descriptions,1.10,Noun,12,11,3,description,none,none,8.80,1.00,none,9.28,none, descriptive,descriptive,0.39,Adjective,11,10,3,descriptive,7.94,0.94,7.94,0.94,none,none,none, descriptor,descriptor,0.02,Noun,10,9,3,descriptor,11.22,0.90,11.22,0.90,none,none,none, descriptors,descriptors,0.02,Noun,11,10,3,descriptor,none,none,11.22,0.90,none,none,none, desecrate,desecrate,0.39,Verb,9,8,3,desecrate,12.26,1.00,12.26,1.00,none,none,none, desecrated,desecrated,0.33,Verb,10,10,4,desecrate,none,none,12.26,1.00,none,none,none, desecrater,desecrater,0.02,Noun,10,9,4,desecrator,none,none,13.88,0.76,none,none,none, desecrates,desecrates,0.04,Verb,10,9,3,desecrate,none,none,12.26,1.00,none,none,none, desecrating,desecrating,0.24,Verb,11,10,4,desecrate,none,none,12.26,1.00,none,none,none, desecration,desecration,0.45,Noun,11,10,4,desecration,13.85,1.00,13.85,1.00,none,none,none, desecrations,desecrations,0.04,Noun,12,11,4,desecration,none,none,13.85,1.00,none,none,none, desecrator,desecrator,0.02,Noun,10,9,4,desecrator,13.88,0.76,13.88,0.76,none,none,none, desegregate,desegregate,0.02,Verb,11,10,4,desegregate,11.95,1.00,11.95,1.00,none,none,none, desegregation,desegregation,0.04,Noun,13,12,5,desegregation,12.29,0.85,12.29,0.85,none,none,none, deselect,deselect,0.00,Err:512,8,8,3,deselect,11.45,0.90,11.45,0.90,12.50,none,none, desensitization,desensitisation,0.06,Noun,15,14,6,desensitization,15.53,0.89,15.53,0.89,none,none,none, desensitize,desensitise,0.08,Verb,11,10,4,desensitize,13.69,0.89,13.69,0.89,none,none,none, desensitized,desensitised,0.22,Verb,12,11,4,desensitize,none,none,13.69,0.89,none,none,none, desensitizes,desensitises,0.02,Verb,12,12,5,desensitize,none,none,13.69,0.89,none,none,none, desert,desert,27.98,Noun,6,5,2,desert,8.35,1.00,8.35,1.00,none,6.18,none,5.93 deserted,deserted,5.41,Verb,8,7,3,desert,none,none,8.35,1.00,none,6.18,none,5.93 deserter,deserter,0.73,Noun,8,6,3,deserter,10.76,0.94,10.76,0.94,none,none,none, deserters,deserters,0.57,Noun,9,7,3,deserter,none,none,10.76,0.94,none,none,none, deserting,deserting,0.80,Verb,9,7,3,desert,none,none,8.35,1.00,none,6.18,none,5.93 desertion,desertion,0.75,Noun,9,7,3,desertion,12.33,1.00,12.33,1.00,none,none,none, desertions,desertions,0.06,Noun,10,8,3,desertion,none,none,12.33,1.00,none,none,none, deserts,deserts,0.88,Noun,7,6,2,desert,none,none,8.35,1.00,none,6.18,none,5.93 deserve,deserve,43.73,Verb,7,5,2,deserve,7.94,1.00,7.94,1.00,none,7.47,none,7.80 deserved,deserved,10.06,Verb,8,6,2,deserve,none,none,7.94,1.00,none,7.47,none,7.80 deserves,deserves,15.84,Verb,8,6,2,deserve,none,none,7.94,1.00,none,7.47,none,7.80 deserving,deserving,0.98,Adjective,9,7,3,deserving,7.67,1.00,7.67,1.00,none,none,none, desiccant,desiccant,Err:512,Err:512,9,8,3,desiccant,15.33,0.29,15.33,0.29,none,none,none, desiccate,desiccate,0.02,Noun,9,7,3,desiccate,15.14,0.74,15.14,0.74,none,none,none, desiccated,desiccated,0.25,Adjective,10,9,4,desiccated,12.69,0.65,12.69,0.65,none,none,none, desiccation,desiccation,0.10,Noun,11,9,4,desiccation,13.64,0.74,13.64,0.74,none,none,none, design,design,16.20,Noun,6,5,2,design,10.05,1.00,10.05,1.00,8.60,8.03,none,7.96 designate,designate,0.61,Verb,9,8,3,designate,11.60,1.00,11.60,1.00,none,none,none, designated,designated,2.59,Adjective,10,10,4,designated,11.44,1.00,11.44,1.00,none,none,none, designates,designates,0.08,Verb,10,9,3,designate,none,none,11.60,1.00,none,none,none, designation,designation,0.22,Noun,11,10,4,designation,11.82,0.94,11.82,0.94,none,none,none, designations,designations,0.06,Noun,12,11,4,designation,none,none,11.82,0.94,none,none,none, designator,designator,0.04,Noun,10,9,4,designator,12.20,1.00,12.20,1.00,none,none,none, designed,designed,17.53,Verb,8,6,2,design,none,none,10.05,1.00,8.60,8.03,none,7.96 designee,designee,0.02,Noun,8,7,3,designee,14.88,0.84,14.88,0.84,none,none,none, designer,designer,5.24,Noun,8,6,3,designer,9.05,1.00,9.05,1.00,9.45,none,none, designers,designers,1.06,Noun,9,7,3,designer,none,none,9.05,1.00,9.45,none,none, designing,designing,1.55,Verb,9,7,3,design,none,none,10.05,1.00,8.60,8.03,none,7.96 designs,designs,3.22,Noun,7,6,2,design,none,none,10.05,1.00,8.60,8.03,none,7.96 desirability,desirability,0.10,Noun,12,12,6,desirability,12.10,0.95,12.10,0.95,none,none,none, desirable,desirable,1.94,Adjective,9,9,4,desirable,11.00,1.00,11.00,1.00,none,none,none, desire,desire,20.27,Noun,6,5,3,desire,9.95,1.00,9.95,1.00,8.35,none,none,9.31 desired,desired,2.25,Verb,7,6,3,desire,none,none,9.95,1.00,8.35,none,none,9.31 desires,desires,4.96,Noun,7,6,3,desire,none,none,9.95,1.00,8.35,none,none,9.31 desiring,desiring,0.20,Verb,8,7,4,desire,none,none,9.95,1.00,8.35,none,none,9.31 desirous,desirous,0.24,Adjective,8,7,3,desirous,12.94,0.85,12.94,0.85,none,none,none, desist,desist,0.96,Verb,6,6,2,desist,13.33,1.00,13.33,1.00,none,none,none,11.70 desk,desk,43.90,Noun,4,4,1,desk,5.56,1.00,5.56,1.00,none,5.41,4.86, deskbound,deskbound,0.02,Verb,9,8,2,deskbound,11.47,0.81,11.47,0.81,none,none,none, desks,desks,1.06,Noun,5,5,1,desk,none,none,5.56,1.00,none,5.41,4.86, desktop,desktop,0.10,Noun,7,7,2,desktop,8.85,1.00,8.85,1.00,none,none,none, desolate,desolate,0.98,Adjective,8,7,3,desolate,12.06,0.94,12.06,0.94,none,none,none, desolated,desolated,0.06,Adjective,9,9,4,desolated,12.06,1.00,12.06,1.00,none,none,none, desolation,desolation,0.61,Noun,10,9,4,desolation,12.79,0.95,12.79,0.95,none,none,none, despair,despair,5.86,Noun,7,6,2,despair,9.56,1.00,9.56,1.00,9.01,9.07,none,9.94 despairing,despairing,0.20,Adjective,10,8,3,despairing,12.79,1.00,12.79,1.00,none,none,none, despairs,despairs,0.04,Noun,8,7,2,despair,none,none,9.56,1.00,9.01,9.07,none,9.94 desperado,desperado,0.43,Noun,9,8,4,desperado,12.79,0.95,12.79,0.95,none,none,none, desperadoes,desperadoes,0.22,Noun,11,9,4,desperado,none,none,12.79,0.95,none,none,none, desperados,desperados,0.08,Noun,10,10,4,desperado,none,none,12.79,0.95,none,none,none, desperate,desperate,25.69,Adjective,9,7,2,desperate,9.22,1.00,9.22,1.00,none,none,none, desperately,desperately,5.82,Adverb,11,9,4,desperately,9.88,1.00,9.88,1.00,none,none,none, desperateness,desperateness,0.02,Noun,13,10,3,desperateness,13.31,0.89,13.31,0.89,none,none,none, desperation,desperation,3.02,Noun,11,9,4,desperation,11.28,1.00,11.28,1.00,none,9.98,none, despicable,despicable,2.10,Adjective,10,10,4,despicable,10.89,1.00,10.89,1.00,none,none,none, despise,despise,4.51,Verb,7,6,2,despise,12.38,0.95,12.38,0.95,9.77,9.24,none,10.60 despised,despised,1.25,Verb,8,7,2,despise,none,none,12.38,0.95,9.77,9.24,none,10.60 despises,despises,0.71,Verb,8,8,3,despise,none,none,12.38,0.95,9.77,9.24,none,10.60 despising,despising,0.22,Verb,9,8,3,despise,none,none,12.38,0.95,9.77,9.24,none,10.60 despite,despite,13.00,Preposition,7,6,2,despite,9.11,1.00,9.11,1.00,none,none,none,9.40 despoil,despoil,0.04,Verb,7,6,2,despoil,15.62,0.65,15.62,0.65,none,none,none, despondency,despondency,0.06,Noun,11,11,4,despondency,13.93,0.71,13.93,0.71,none,none,none, despondent,despondent,0.47,Adjective,10,10,3,despondent,14.62,0.89,14.62,0.89,none,none,none, despot,despot,0.22,Noun,6,6,2,despot,13.50,0.74,13.50,0.74,none,12.70,none, despotism,despotism,0.06,Noun,9,10,4,despotism,14.00,0.75,14.00,0.75,none,none,none, despots,despots,0.06,Noun,7,7,2,despot,none,none,13.50,0.74,none,12.70,none, dessert,dessert,14.02,Noun,7,5,2,dessert,5.61,1.00,5.61,1.00,none,none,none,5.37 desserts,desserts,1.29,Noun,8,6,2,dessert,none,none,5.61,1.00,none,none,none,5.37 destabilization,destabilisation,0.02,Noun,15,14,6,destabilization,13.94,1.00,13.94,1.00,none,none,none, destabilize,destabilise,0.16,Verb,11,10,4,destabilize,12.33,1.00,12.33,1.00,none,none,none, destabilized,destabilised,0.12,Verb,12,11,4,destabilize,none,none,12.33,1.00,none,none,none, destabilizes,destabilises,0.02,Verb,12,12,5,destabilize,none,none,12.33,1.00,none,none,none, destabilizing,destabilising,0.14,Verb,13,12,5,destabilize,none,none,12.33,1.00,none,none,none, destination,destination,5.88,Noun,11,10,4,destination,8.56,1.00,8.56,1.00,none,none,none, destinations,destinations,0.39,Noun,12,11,4,destination,none,none,8.56,1.00,none,none,none, destine,destine,0.02,Verb,7,6,2,destine,12.50,0.53,12.50,0.53,none,none,none, destined,destined,4.10,Verb,8,7,2,destine,none,none,12.50,0.53,none,none,none, destinies,destinies,0.84,Noun,9,8,3,destiny,none,none,10.21,1.00,none,none,none, destiny,destiny,23.04,Noun,7,7,3,destiny,10.21,1.00,10.21,1.00,none,none,none, destitute,destitute,0.71,Adjective,9,8,3,destitute,11.43,0.78,11.43,0.78,none,none,none, destitution,destitution,0.04,Noun,11,10,4,destitution,13.55,0.91,13.55,0.91,none,none,none, destroy,destroy,47.18,Verb,7,6,2,destroy,6.70,1.00,6.70,1.00,7.20,6.81,none,7.19 destroyed,destroyed,30.84,Verb,9,7,2,destroy,none,none,6.70,1.00,7.20,6.81,none,7.19 destroyer,destroyer,3.63,Noun,9,7,3,destroyer,7.74,1.00,7.74,1.00,none,none,none, destroyers,destroyers,0.98,Noun,10,8,3,destroyer,none,none,7.74,1.00,none,none,none, destroying,destroying,7.80,Verb,10,8,3,destroy,none,none,6.70,1.00,7.20,6.81,none,7.19 destroys,destroys,2.53,Verb,8,7,2,destroy,none,none,6.70,1.00,7.20,6.81,none,7.19 destruct,destruct,0.61,Noun,8,8,2,destruct,8.81,0.89,8.81,0.89,none,none,none,9.76 destructed,destructed,0.04,Verb,10,10,3,destruct,none,none,8.81,0.89,none,none,none,9.76 destructible,destructible,0.02,Adjective,12,12,4,destructible,10.21,1.00,10.21,1.00,none,none,none, destruction,destruction,11.51,Noun,11,10,3,destruction,7.62,1.00,7.62,1.00,none,9.81,none, destructive,destructive,2.39,Adjective,11,10,3,destructive,8.05,1.00,8.05,1.00,none,none,none, destructor,destructor,0.10,Noun,10,9,3,destructor,10.11,0.95,10.11,0.95,none,none,none, destructors,destructors,0.02,Noun,11,10,3,destructor,none,none,10.11,0.95,none,none,none, desultory,desultory,0.04,Adjective,9,9,4,desultory,14.17,0.33,14.17,0.33,none,none,none, detach,detach,0.67,Verb,6,5,2,detach,9.22,1.00,9.22,1.00,none,none,none,9.85 detachable,detachable,0.18,Adjective,10,9,4,detachable,9.94,1.00,9.94,1.00,none,none,none, detaching,detaching,0.06,Verb,9,7,3,detach,none,none,9.22,1.00,none,none,none,9.85 detachment,detachment,1.27,Noun,10,9,3,detachment,12.53,1.00,12.53,1.00,none,none,none, detachments,detachments,0.04,Noun,11,10,3,detachment,none,none,12.53,1.00,none,none,none, detail,detail,19.39,Noun,6,5,2,detail,9.79,1.00,9.79,1.00,none,7.96,none,8.12 detailed,detailed,3.92,Adjective,8,6,2,detailed,7.00,1.00,7.00,1.00,none,none,none, detailer,detailer,0.04,Noun,8,6,3,detailer,10.05,1.00,10.05,1.00,none,none,none, detailing,detailing,0.59,Verb,9,7,3,detail,none,none,9.79,1.00,none,7.96,none,8.12 details,details,29.04,Noun,7,6,2,detail,none,none,9.79,1.00,none,7.96,none,8.12 detain,detain,1.82,Verb,6,5,2,detain,12.28,0.95,12.28,0.95,none,none,none,10.80 detained,detained,2.47,Verb,8,6,2,detain,none,none,12.28,0.95,none,none,none,10.80 detainee,detainee,0.22,Noun,8,6,3,detainee,13.80,1.00,13.80,1.00,none,none,none, detainees,detainees,0.25,Noun,9,7,3,detainee,none,none,13.80,1.00,none,none,none, detaining,detaining,0.43,Verb,9,7,3,detain,none,none,12.28,0.95,none,none,none,10.80 detainment,detainment,0.12,Noun,10,9,3,detainment,13.05,0.95,13.05,0.95,none,none,none, detect,detect,5.12,Verb,6,6,2,detect,9.53,1.00,9.53,1.00,none,none,none,8.62 detectable,detectable,0.27,Adjective,10,10,4,detectable,11.89,0.95,11.89,0.95,none,none,none, detected,detected,3.47,Verb,8,8,3,detect,none,none,9.53,1.00,none,none,none,8.62 detecting,detecting,1.20,Verb,9,8,3,detect,none,none,9.53,1.00,none,none,none,8.62 detection,detection,1.67,Noun,9,8,3,detection,10.33,1.00,10.33,1.00,none,none,none, detective,detective,61.12,Noun,9,8,3,detective,6.58,1.00,6.58,1.00,none,7.54,none, detectives,detectives,6.69,Noun,10,9,3,detective,none,none,6.58,1.00,none,7.54,none, detector,detector,3.25,Noun,8,7,3,detector,9.42,1.00,9.42,1.00,none,none,none, detectors,detectors,1.29,Noun,9,8,3,detector,none,none,9.42,1.00,none,none,none, detects,detects,0.35,Verb,7,7,2,detect,none,none,9.53,1.00,none,none,none,8.62 detente,detente,0.06,Noun,7,6,2,detente,15.44,0.50,15.44,0.50,none,none,none, detention,detention,6.53,Noun,9,8,3,detention,10.16,1.00,10.16,1.00,none,none,none, detentions,detentions,0.06,Noun,10,9,3,detention,none,none,10.16,1.00,none,none,none, deter,deter,0.39,Verb,5,4,2,deter,12.24,0.94,12.24,0.94,none,none,none, detergent,detergent,1.02,Noun,9,8,3,detergent,7.33,1.00,7.33,1.00,none,none,none, detergents,detergents,0.06,Noun,10,9,3,detergent,none,none,7.33,1.00,none,none,none, deteriorate,deteriorate,0.53,Verb,11,9,5,deteriorate,11.78,0.95,11.78,0.95,10.68,none,none, deteriorated,deteriorated,0.37,Verb,12,11,6,deteriorate,none,none,11.78,0.95,10.68,none,none, deteriorates,deteriorates,0.10,Verb,12,10,5,deteriorate,none,none,11.78,0.95,10.68,none,none, deteriorating,deteriorating,0.65,Adjective,13,11,6,deteriorating,10.76,0.94,10.76,0.94,none,none,none, deterioration,deterioration,0.51,Noun,13,11,6,deterioration,12.65,0.94,12.65,0.94,none,none,none, determinate,determinate,0.02,Adjective,11,9,4,determinate,11.81,0.89,11.81,0.89,none,none,none, determination,determination,2.78,Noun,13,11,5,determination,8.94,1.00,8.94,1.00,9.12,none,none, determinations,determinations,0.04,Noun,14,12,5,determination,none,none,8.94,1.00,9.12,none,none, determinative,determinative,0.02,Adjective,13,11,5,determinative,12.87,0.83,12.87,0.83,none,none,none, determine,determine,8.39,Verb,9,7,3,determine,8.89,1.00,8.89,1.00,10.11,none,none, determined,determined,13.16,Verb,10,8,3,determine,none,none,8.89,1.00,10.11,none,none, determines,determines,0.90,Verb,10,8,3,determine,none,none,8.89,1.00,10.11,none,none, determining,determining,1.04,Verb,11,9,4,determine,none,none,8.89,1.00,10.11,none,none, determinism,determinism,0.02,Noun,11,11,5,determinism,13.71,0.94,13.71,0.94,none,none,none, determinist,determinist,0.04,Noun,11,10,4,determinist,13.41,0.89,13.41,0.89,none,none,none, deterministic,deterministic,0.12,Adjective,13,12,5,deterministic,13.00,0.78,13.00,0.78,none,none,none, deterred,deterred,0.24,Verb,8,5,2,deter,none,none,12.24,0.94,none,none,none, deterrence,deterrence,0.04,Noun,10,7,3,deterrence,14.12,0.89,14.12,0.89,none,none,none, deterrent,deterrent,0.43,Noun,9,8,3,deterrent,11.78,1.00,11.78,1.00,none,none,none, deterrents,deterrents,0.02,Noun,10,8,3,deterrent,none,none,11.78,1.00,none,none,none, detest,detest,1.43,Verb,6,6,2,detest,10.47,0.90,10.47,0.90,none,none,none,11.49 detestable,detestable,0.20,Adjective,10,10,4,detestable,13.00,1.00,13.00,1.00,none,none,none, detestation,detestation,0.00,Err:512,11,10,4,detestation,12.82,0.62,12.82,0.62,none,12.28,none, detests,detests,0.12,Verb,7,7,2,detest,none,none,10.47,0.90,none,none,none,11.49 dethrone,dethrone,0.10,Verb,8,6,2,dethrone,10.94,1.00,10.94,1.00,none,none,none, dethroned,dethroned,0.08,Verb,9,7,2,dethrone,none,none,10.94,1.00,none,none,none, dethronement,dethronement,0.02,Noun,12,10,3,dethronement,14.23,0.72,14.23,0.72,none,none,none, detonate,detonate,2.08,Verb,8,7,3,detonate,10.06,0.94,10.06,0.94,none,none,none, detonated,detonated,1.80,Verb,9,9,4,detonate,none,none,10.06,0.94,none,none,none, detonates,detonates,0.33,Verb,9,8,3,detonate,none,none,10.06,0.94,none,none,none, detonating,detonating,0.41,Verb,10,9,4,detonate,none,none,10.06,0.94,none,none,none, detonation,detonation,1.82,Noun,10,9,4,detonation,12.74,0.90,12.74,0.90,none,none,none, detonations,detonations,0.10,Noun,11,10,4,detonation,none,none,12.74,0.90,none,none,none, detonative,detonative,0.02,Adjective,10,9,4,detonative,15.58,0.67,15.58,0.67,none,none,none, detonator,detonator,2.37,Noun,9,8,4,detonator,10.63,1.00,10.63,1.00,none,none,none, detonators,detonators,0.82,Noun,10,9,4,detonator,none,none,10.63,1.00,none,none,none, detour,detour,2.10,Noun,6,5,2,detour,9.11,1.00,9.11,1.00,none,none,none,9.76 detoured,detoured,0.06,Adjective,8,6,2,detoured,10.56,1.00,10.56,1.00,none,none,none, detours,detours,0.24,Noun,7,6,2,detour,none,none,9.11,1.00,none,none,none,9.76 detox,detox,1.33,1.33,5,6,2,detox,16.34,0.95,16.34,0.95,none,none,none,12.64 detoxification,detoxification,0.02,Noun,14,14,6,detoxification,14.67,0.95,14.67,0.95,none,none,none, detoxifier,detoxifier,0.02,Noun,10,11,5,detoxifier,13.69,0.84,13.69,0.84,none,none,none, detoxify,detoxify,0.06,Verb,8,9,4,detoxify,14.61,0.90,14.61,0.90,none,none,none, detract,detract,0.14,Verb,7,7,2,detract,12.84,1.00,12.84,1.00,none,none,none, detrain,detrain,0.02,Verb,7,6,2,detrain,13.00,0.70,13.00,0.70,none,none,none, detriment,detriment,0.51,Noun,9,9,3,detriment,13.41,0.94,13.41,0.94,none,none,none, detrimental,detrimental,0.37,Adjective,11,11,4,detrimental,12.16,1.00,12.16,1.00,none,none,none, detriments,detriments,0.10,Noun,10,10,3,detriment,none,none,13.41,0.94,none,none,none, detritus,detritus,0.16,Noun,8,8,3,detritus,13.29,0.39,13.29,0.39,none,none,none, detune,detune,0.04,Noun,6,5,2,detune,12.86,0.35,12.86,0.35,none,none,none, detuned,detuned,0.08,Verb,7,6,2,detune,none,none,12.86,0.35,none,none,none, deuce,deuce,2.86,Noun,5,3,1,deuce,10.33,1.00,10.33,1.00,none,none,11.56, deuces,deuces,1.16,Noun,6,7,3,deuce,none,none,10.33,1.00,none,none,11.56, deuterium,deuterium,0.12,Noun,9,8,4,deuterium,16.14,0.37,16.14,0.37,none,none,none, devaluate,devaluate,0.02,Verb,9,9,4,devaluate,12.19,0.80,12.19,0.80,none,none,none, devaluation,devaluation,0.04,Noun,11,11,5,devaluation,12.73,0.83,12.73,0.83,none,none,none, devalue,devalue,0.10,Verb,7,7,3,devalue,12.67,0.95,12.67,0.95,none,none,none, devalues,devalues,0.06,Verb,8,8,3,devalue,none,none,12.67,0.95,none,none,none, devastate,devastate,0.37,Verb,9,8,3,devastate,9.80,1.00,9.80,1.00,none,none,none, devastated,devastated,4.22,Verb,10,10,4,devastate,none,none,9.80,1.00,none,none,none, devastates,devastates,0.12,Verb,10,9,3,devastate,none,none,9.80,1.00,none,none,none, devastating,devastating,2.73,Adjective,11,10,4,devastating,11.06,1.00,11.06,1.00,none,none,none, devastation,devastation,0.96,Noun,11,10,4,devastation,10.83,0.95,10.83,0.95,none,none,none, devastations,devastations,0.02,Noun,12,11,4,devastation,none,none,10.83,0.95,none,none,none, devastator,devastator,0.06,Noun,10,9,4,devastator,11.25,0.80,11.25,0.80,none,none,none, devastators,devastators,0.02,Noun,11,10,4,devastator,none,none,11.25,0.80,none,none,none, develop,develop,9.61,Verb,7,7,3,develop,7.28,1.00,7.28,1.00,none,none,none, developed,developed,12.65,Verb,9,8,3,develop,none,none,7.28,1.00,none,none,none, developer,developer,0.90,Noun,9,8,4,developer,10.28,1.00,10.28,1.00,none,none,none, developers,developers,0.49,Noun,10,9,4,developer,none,none,10.28,1.00,none,none,none, developing,developing,5.61,Verb,10,9,4,develop,none,none,7.28,1.00,none,none,none, development,development,12.25,Noun,11,11,4,development,8.63,1.00,8.63,1.00,none,9.54,none, developmental,developmental,0.37,Adjective,13,13,5,developmental,9.63,1.00,9.63,1.00,none,none,none, developments,developments,1.69,Noun,12,12,4,development,none,none,8.63,1.00,none,9.54,none, develops,develops,1.24,Verb,8,8,3,develop,none,none,7.28,1.00,none,none,none, deviance,deviance,0.06,Noun,8,7,3,deviance,14.59,0.89,14.59,0.89,none,none,none, deviancy,deviancy,0.04,Noun,8,8,4,deviancy,13.94,0.80,13.94,0.80,none,none,none, deviant,deviant,1.06,Adjective,7,7,3,deviant,14.12,0.89,14.12,0.89,none,11.43,none, deviants,deviants,0.24,Noun,8,8,3,deviant,none,none,14.12,0.89,none,11.43,none, deviate,deviate,0.75,Verb,7,6,3,deviate,13.11,1.00,13.11,1.00,12.09,none,none, deviates,deviates,0.14,Noun,8,7,3,deviate,none,none,13.11,1.00,12.09,none,none, deviating,deviating,0.06,Verb,9,8,4,deviate,none,none,13.11,1.00,12.09,none,none, deviation,deviation,0.73,Noun,9,8,4,deviation,12.53,0.94,12.53,0.94,none,none,none, deviationism,deviationism,0.02,Noun,12,12,6,deviationism,16.50,0.56,16.50,0.56,none,none,none, deviations,deviations,0.12,Noun,10,9,4,deviation,none,none,12.53,0.94,none,none,none, device,device,18.16,Noun,6,5,2,device,8.06,1.00,8.06,1.00,none,9.34,none,9.13 devices,devices,3.69,Noun,7,7,3,device,none,none,8.06,1.00,none,9.34,none,9.13 devil,devil,41.33,Noun,5,5,2,devil,5.00,1.00,5.00,1.00,none,none,none,5.74 deviled,devilled,0.57,Adjective,7,6,2,deviled,9.83,0.95,9.83,0.95,none,none,none, devilfish,devilfish,0.10,Noun,9,8,3,devilfish,13.21,0.74,13.21,0.74,none,none,none, deviling,devilling,0.06,Verb,8,7,3,devil,none,none,5.00,1.00,none,none,none,5.74 devilish,devilish,0.51,Adjective,8,6,2,devilish,8.72,1.00,8.72,1.00,none,none,none, devilishness,devilishness,0.02,Noun,12,10,4,devilishness,10.37,1.00,10.37,1.00,none,none,none, devilled,devilled,0.10,Adjective,8,6,2,devilled,11.08,0.60,11.08,0.60,none,none,none, devilry,devilry,0.04,Noun,7,7,3,devilry,12.38,0.84,12.38,0.84,none,none,none, devils,devils,5.24,Noun,6,6,2,devil,none,none,5.00,1.00,none,none,none,5.74 deviltry,deviltry,0.02,Noun,8,8,3,deviltry,14.64,0.58,14.64,0.58,none,none,none, devious,devious,1.75,Adjective,7,6,3,devious,9.79,1.00,9.79,1.00,none,none,none, deviousness,deviousness,0.04,Noun,11,9,4,deviousness,11.89,1.00,11.89,1.00,none,none,none, devise,devise,0.63,Verb,6,5,2,devise,10.75,0.95,10.75,0.95,none,11.00,none,10.90 devised,devised,1.47,Verb,7,6,2,devise,none,none,10.75,0.95,none,11.00,none,10.90 devises,devises,0.10,Verb,7,7,3,devise,none,none,10.75,0.95,none,11.00,none,10.90 devising,devising,0.27,Verb,8,7,3,devise,none,none,10.75,0.95,none,11.00,none,10.90 devoid,devoid,0.71,Adjective,6,5,2,devoid,12.19,0.89,12.19,0.89,none,none,none,12.32 devoir,devoir,Err:512,Err:512,6,5,2,devoir,13.86,0.37,13.86,0.37,none,none,none, devolution,devolution,0.02,Noun,10,9,4,devolution,13.36,0.78,13.36,0.78,none,none,none, devolve,devolve,0.10,Verb,7,6,2,devolve,13.43,0.78,13.43,0.78,none,none,none, devolved,devolved,0.10,Verb,8,7,2,devolve,none,none,13.43,0.78,none,none,none, devolves,devolves,0.04,Verb,8,7,2,devolve,none,none,13.43,0.78,none,none,none, devolving,devolving,0.06,Verb,9,8,3,devolve,none,none,13.43,0.78,none,none,none, devote,devote,1.96,Verb,6,5,2,devote,9.58,0.95,9.58,0.95,none,none,none,10.41 devoted,devoted,8.02,Adjective,7,7,3,devoted,9.55,1.00,9.55,1.00,none,none,none, devotee,devotee,0.14,Noun,7,6,3,devotee,12.44,0.90,12.44,0.90,none,none,none, devotees,devotees,0.14,Noun,8,7,3,devotee,none,none,12.44,0.90,none,none,none, devotes,devotes,0.22,Verb,7,6,2,devote,none,none,9.58,0.95,none,none,none,10.41 devoting,devoting,0.39,Verb,8,7,3,devote,none,none,9.58,0.95,none,none,none,10.41 devotion,devotion,4.14,Noun,8,7,3,devotion,11.78,1.00,11.78,1.00,none,none,none, devotional,devotional,0.04,Adjective,10,9,4,devotional,11.33,1.00,11.33,1.00,none,none,none, devotions,devotions,0.02,Noun,9,8,3,devotion,none,none,11.78,1.00,none,none,none, devour,devour,1.06,Verb,6,5,3,devour,10.18,0.94,10.18,0.94,none,none,none,9.94 devoured,devoured,0.90,Verb,8,6,3,devour,none,none,10.18,0.94,none,none,none,9.94 devourer,devourer,0.16,Noun,8,6,4,devourer,10.11,1.00,10.11,1.00,none,none,none, devouring,devouring,0.76,Verb,9,7,4,devour,none,none,10.18,0.94,none,none,none,9.94 devours,devours,0.25,Verb,7,6,3,devour,none,none,10.18,0.94,none,none,none,9.94 devout,devout,0.75,Adjective,6,5,2,devout,10.44,0.89,10.44,0.89,none,none,none,10.41 devoutness,devoutness,0.02,Noun,10,8,3,devoutness,11.24,0.85,11.24,0.85,none,none,none, dew,dew,2.14,Noun,3,2,1,dew,7.37,1.00,7.37,1.00,none,6.67,7.15, dewberry,dewberry,0.02,Noun,8,6,3,dewberry,13.67,0.63,13.67,0.63,none,none,none, dewdrop,dewdrop,0.16,Noun,7,6,2,dewdrop,8.68,1.00,8.68,1.00,none,none,none, dewdrops,dewdrops,0.18,Noun,8,7,2,dewdrop,none,none,8.68,1.00,none,none,none, dewlap,dewlap,0.02,Noun,6,5,2,dewlap,12.33,0.33,12.33,0.33,none,none,none, dewlaps,dewlaps,0.02,Noun,7,6,2,dewlap,none,none,12.33,0.33,none,none,none, dews,dews,0.10,Noun,4,3,1,dew,none,none,7.37,1.00,none,6.67,7.15, dewy,dewy,0.24,Adjective,4,3,2,dewy,10.17,0.86,10.17,0.86,none,none,none, dexterity,dexterity,0.41,Noun,9,10,4,dexterity,11.28,1.00,11.28,1.00,none,12.02,none, dexterous,dexterous,0.10,Adjective,9,8,3,dexterous,14.71,0.89,14.71,0.89,none,none,none, dextral,dextral,0.02,Adjective,7,8,2,dextral,14.09,0.61,14.09,0.61,none,none,none, dextrose,dextrose,0.24,Noun,8,8,2,dextrose,16.38,0.84,16.38,0.84,none,none,none, dhal,dhal,0.02,Noun,4,4,1,dhal,18.33,0.17,18.33,0.17,none,none,none, dhow,dhow,0.06,Noun,4,3,1,dhow,17.75,0.22,17.75,0.22,none,none,none, dhows,dhows,0.02,Noun,5,3,1,dhow,none,none,17.75,0.22,none,none,none, diabetes,diabetes,3.25,Noun,8,8,4,diabetes,10.74,1.00,10.74,1.00,none,none,none, diabetic,diabetic,2.22,Noun,8,8,4,diabetic,11.17,1.00,11.17,1.00,none,none,none, diabetics,diabetics,0.18,Noun,9,9,4,diabetic,none,none,11.17,1.00,none,none,none, diabolic,diabolic,0.08,Adjective,8,8,4,diabolic,12.72,0.95,12.72,0.95,none,none,none, diabolical,diabolical,1.08,Adjective,10,10,5,diabolical,11.75,0.89,11.75,0.89,none,none,none, diabolism,diabolism,0.02,Noun,9,10,5,diabolism,16.88,0.84,16.88,0.84,none,none,none, diabolist,diabolist,0.02,Noun,9,9,4,diabolist,16.27,0.71,16.27,0.71,none,none,none, diadem,diadem,0.04,Noun,6,6,3,diadem,16.56,0.47,16.56,0.47,none,11.90,none, diagnosable,diagnosable,0.02,Adjective,11,11,5,diagnosable,11.00,1.00,11.00,1.00,none,none,none, diagnose,diagnose,1.04,Verb,8,7,3,diagnose,10.72,1.00,10.72,1.00,none,none,none, diagnosed,diagnosed,2.75,Verb,9,8,3,diagnose,none,none,10.72,1.00,none,none,none, diagnoses,diagnoses,0.33,Noun,9,9,4,diagnosis,none,none,12.33,1.00,none,none,none, diagnosing,diagnosing,0.20,Verb,10,9,4,diagnose,none,none,10.72,1.00,none,none,none, diagnosis,diagnosis,4.29,Noun,9,9,4,diagnosis,12.33,1.00,12.33,1.00,none,none,none, diagnostic,diagnostic,1.41,Adjective,10,10,4,diagnostic,12.90,1.00,12.90,1.00,none,none,none, diagnostician,diagnostician,0.24,Noun,13,12,5,diagnostician,16.53,0.95,16.53,0.95,none,none,none, diagnosticians,diagnosticians,0.04,Noun,14,13,5,diagnostician,none,none,16.53,0.95,none,none,none, diagonal,diagonal,0.53,Adjective,8,8,4,diagonal,8.00,1.00,8.00,1.00,none,none,none, diagonals,diagonals,0.02,Noun,9,9,4,diagonal,none,none,8.00,1.00,none,none,none, diagram,diagram,1.27,Noun,7,7,3,diagram,9.63,1.00,9.63,1.00,none,none,none, diagrams,diagrams,0.39,Noun,8,8,3,diagram,none,none,9.63,1.00,none,none,none, dial,dial,8.86,Verb,4,4,2,dial,6.68,1.00,6.68,1.00,none,none,none, dialect,dialect,1.33,Noun,7,7,3,dialect,11.50,1.00,11.50,1.00,none,none,none, dialectic,dialectic,0.14,Noun,9,9,4,dialectic,16.18,0.94,16.18,0.94,none,none,none, dialectical,dialectical,0.08,Adjective,11,11,5,dialectical,13.93,0.70,13.93,0.70,none,none,none, dialectician,dialectician,0.02,Noun,12,12,6,dialectician,14.64,0.61,14.64,0.61,none,none,none, dialectics,dialectics,0.18,Noun,10,10,4,dialectics,15.30,0.56,15.30,0.56,none,none,none, dialects,dialects,0.33,Noun,8,8,3,dialect,none,none,11.50,1.00,none,none,none, dialed,dialled,1.65,Verb,6,5,2,dial,none,none,6.68,1.00,none,none,none, dialer,dialler,0.04,Noun,6,5,3,dialer,11.15,1.00,11.15,1.00,none,none,none, dialers,diallers,0.02,Noun,7,6,3,dialer,none,none,11.15,1.00,none,none,none, dialing,dialling,1.24,Verb,7,6,3,dial,none,none,6.68,1.00,none,none,none, dialog,dialogue,0.12,Noun,6,6,3,dialogue,none,none,11.00,1.00,none,none,none, dialogical,dialogical,0.02,Adjective,10,10,5,dialogical,15.50,0.44,15.50,0.44,none,none,none, dialogue,dialogue,4.08,Noun,8,6,3,dialogue,11.00,1.00,11.00,1.00,none,none,none, dialogued,dialogued,0.02,Verb,9,7,3,dialogue,none,none,11.00,1.00,none,none,none, dialogues,dialogues,0.14,Noun,9,7,3,dialogue,none,none,11.00,1.00,none,none,none, dials,dials,0.82,Noun,5,5,2,dial,none,none,6.68,1.00,none,none,none, dialysis,dialysis,1.51,Noun,8,8,4,dialysis,13.00,0.89,13.00,0.89,none,none,none, dialyze,dialyze,0.02,Verb,7,6,3,dialyze,14.70,0.56,14.70,0.56,none,none,none, dialyzed,dialyzed,0.06,Verb,8,7,3,dialyze,none,none,14.70,0.56,none,none,none, diamante,diamante,0.06,Noun,8,8,4,diamante,14.00,0.38,14.00,0.38,none,none,none, diameter,diameter,1.04,Noun,8,7,4,diameter,10.44,1.00,10.44,1.00,none,none,none, diametric,diametric,0.02,Adjective,9,9,4,diametric,12.90,0.56,12.90,0.56,none,none,none, diamond,diamond,20.65,Noun,7,6,2,diamond,6.47,1.00,6.47,1.00,none,6.83,none, diamondback,diamondback,0.10,Noun,11,9,3,diamondback,10.18,0.89,10.18,0.89,none,none,none, diamondbacks,diamondbacks,0.02,Noun,12,10,3,diamondback,none,none,10.18,0.89,none,none,none, diamonds,diamonds,17.04,Noun,8,7,2,diamond,none,none,6.47,1.00,none,6.83,none, diapason,diapason,0.02,Noun,8,8,4,diapason,14.50,0.32,14.50,0.32,none,none,none, diaper,diaper,4.27,Noun,6,4,2,diaper,3.40,0.95,3.40,0.95,none,none,none,4.24 diapers,diapers,5.29,Noun,7,6,3,diaper,none,none,3.40,0.95,none,none,none,4.24 diaphanous,diaphanous,0.10,Adjective,10,8,4,diaphanous,16.27,0.58,16.27,0.58,none,none,none, diaphoresis,diaphoresis,0.02,Noun,11,10,5,diaphoresis,15.22,0.50,15.22,0.50,none,none,none, diaphoretic,diaphoretic,0.22,Adjective,11,10,5,diaphoretic,15.00,0.40,15.00,0.40,none,none,none, diaphragm,diaphragm,2.06,Noun,9,7,3,diaphragm,12.58,0.95,12.58,0.95,none,none,none, diaphragmatic,diaphragmatic,0.08,Adjective,13,11,5,diaphragmatic,15.44,0.45,15.44,0.45,none,none,none, diaphragms,diaphragms,0.04,Noun,10,8,3,diaphragm,none,none,12.58,0.95,none,none,none, diaries,diaries,0.86,Noun,7,5,3,diary,none,none,7.72,1.00,none,none,none, diarist,diarist,0.08,Noun,7,6,3,diarist,14.09,0.61,14.09,0.61,none,none,none, diary,diary,8.98,Noun,5,4,3,diary,7.72,1.00,7.72,1.00,none,none,none, diastole,diastole,Err:512,Err:512,8,8,4,diastole,14.90,0.53,14.90,0.53,none,none,none, diastolic,diastolic,0.18,Adjective,9,9,4,diastolic,16.64,0.78,16.64,0.78,none,none,none, diathermy,diathermy,Err:512,Err:512,9,7,4,diathermy,15.33,0.17,15.33,0.17,none,none,none, diatomaceous,diatomaceous,0.04,Adjective,12,10,5,diatomaceous,15.33,0.32,15.33,0.32,none,none,none, diatonic,diatonic,0.02,Adjective,8,8,4,diatonic,14.18,0.61,14.18,0.61,none,none,none, diatribe,diatribe,0.27,Noun,8,7,3,diatribe,15.27,0.61,15.27,0.61,none,none,none, diatribes,diatribes,0.04,Noun,9,8,3,diatribe,none,none,15.27,0.61,none,none,none, diazepam,diazepam,0.27,Noun,8,8,4,diazepam,15.67,0.63,15.67,0.63,none,none,none, diazomethane,diazomethane,0.02,Noun,12,10,5,diazomethane,16.83,0.33,16.83,0.33,none,none,none, dib,dib,1.84,Noun,3,3,1,dib,10.62,0.72,10.62,0.72,none,none,none, dibber,dibber,0.02,Verb,6,5,2,dibber,12.75,0.44,12.75,0.44,none,none,none, dibs,dibs,2.31,Noun,4,4,1,dibs,7.56,0.90,7.56,0.90,none,none,none, dice,dice,10.45,Noun,4,3,1,dice,6.37,1.00,6.37,1.00,10.11,none,6.67, diced,diced,0.41,Verb,5,4,1,dice,none,none,6.37,1.00,10.11,none,6.67, dicer,dicer,0.06,Noun,5,4,2,dicer,9.92,0.68,9.92,0.68,none,none,none, dices,dices,0.25,Noun,5,5,2,dice,none,none,6.37,1.00,10.11,none,6.67, dicey,dicey,0.61,Noun,5,4,2,dicey,12.65,0.94,12.65,0.94,none,none,none, dichotomous,dichotomous,0.02,Adjective,11,9,4,dichotomous,16.10,0.50,16.10,0.50,none,none,none, dichotomy,dichotomy,0.12,Noun,9,8,4,dichotomy,15.23,0.72,15.23,0.72,none,none,none, dichromate,dichromate,0.04,Noun,10,8,3,dichromate,15.47,0.75,15.47,0.75,none,none,none, dicing,dicing,0.24,Verb,6,5,2,dice,none,none,6.37,1.00,10.11,none,6.67, dick,dick,53.00,Noun,4,3,1,dick,10.89,1.00,10.89,1.00,none,none,none, dicker,dicker,0.16,Noun,6,4,2,dicker,15.70,0.53,15.70,0.53,none,none,none, dickering,dickering,0.16,Verb,9,6,3,dicker,none,none,15.70,0.53,none,none,none, dickhead,dickhead,3.16,Noun,8,6,2,dickhead,10.84,1.00,10.84,1.00,none,none,none, dickheads,dickheads,0.41,Noun,9,7,2,dickhead,none,none,10.84,1.00,none,none,none, dicks,dicks,4.00,Noun,5,4,1,dick,none,none,10.89,1.00,none,none,none, dictate,dictate,1.75,Verb,7,6,2,dictate,10.26,1.00,10.26,1.00,none,none,none,11.80 dictated,dictated,0.88,Verb,8,8,3,dictate,none,none,10.26,1.00,none,none,none,11.80 dictates,dictates,0.82,Verb,8,7,2,dictate,none,none,10.26,1.00,none,none,none,11.80 dictating,dictating,0.73,Verb,9,8,3,dictate,none,none,10.26,1.00,none,none,none,11.80 dictation,dictation,0.94,Noun,9,8,3,dictation,12.11,1.00,12.11,1.00,none,9.75,none, dictations,dictations,0.12,Noun,10,9,3,dictation,none,none,12.11,1.00,none,9.75,none, dictator,dictator,2.12,Noun,8,7,3,dictator,10.60,1.00,10.60,1.00,none,none,none, dictatorial,dictatorial,0.14,Adjective,11,11,5,dictatorial,12.56,0.95,12.56,0.95,none,none,none, dictators,dictators,0.35,Noun,9,8,3,dictator,none,none,10.60,1.00,none,none,none, dictatorship,dictatorship,0.92,Noun,12,10,4,dictatorship,11.72,1.00,11.72,1.00,11.76,none,none, dictatorships,dictatorships,0.02,Noun,13,11,4,dictatorship,none,none,11.72,1.00,11.76,none,none, diction,diction,0.49,Noun,7,6,2,diction,13.06,0.84,13.06,0.84,none,none,none, dictionaries,dictionaries,0.18,Noun,12,10,4,dictionary,none,none,7.28,1.00,none,none,none, dictionary,dictionary,3.73,Noun,10,9,4,dictionary,7.28,1.00,7.28,1.00,none,none,none, dictograph,dictograph,0.06,Noun,10,9,3,dictograph,13.60,0.53,13.60,0.53,none,none,none, dictum,dictum,0.02,Noun,6,6,2,dictum,16.43,0.70,16.43,0.70,none,none,none, did,did,2341.37,Verb,3,3,1,do,none,none,3.60,1.00,8.11,none,3.43, didactic,didactic,0.04,Adjective,8,8,3,didactic,16.90,0.53,16.90,0.53,none,none,none, didacticism,didacticism,0.02,Noun,11,13,5,didacticism,15.33,0.50,15.33,0.50,none,none,none, diddle,diddle,0.84,Verb,6,5,2,diddle,9.80,0.83,9.80,0.83,none,none,none, diddled,diddled,0.10,Verb,7,6,2,diddle,none,none,9.80,0.83,none,none,none, diddles,diddles,0.02,Noun,7,6,2,diddle,none,none,9.80,0.83,none,none,none, diddling,diddling,0.41,Verb,8,7,3,diddle,none,none,9.80,0.83,none,none,none, diddlysquat,diddlysquat,0.04,Noun,11,11,4,diddlysquat,9.56,1.00,9.56,1.00,none,none,none, didgeridoo,didgeridoo,0.04,Noun,10,8,4,didgeridoo,15.20,0.68,15.20,0.68,none,none,none, didst,didst,0.33,Verb,5,5,1,do,none,none,3.60,1.00,8.11,none,3.43, die,die,261.14,Verb,3,2,1,die,4.53,1.00,4.53,1.00,5.33,none,5.61, died,died,157.22,Verb,4,3,1,die,none,none,4.53,1.00,5.33,none,5.61, diehard,diehard,0.10,Adjective,7,6,2,diehard,12.00,1.00,12.00,1.00,none,none,none, dielectric,dielectric,0.06,Adjective,10,9,3,dielectric,14.23,0.68,14.23,0.68,none,none,none, dies,dies,24.90,Verb,4,3,1,die,none,none,4.53,1.00,5.33,none,5.61, diesel,diesel,2.65,Noun,6,5,2,diesel,11.67,1.00,11.67,1.00,none,none,none,9.49 diesels,diesels,0.22,Noun,7,6,2,diesel,none,none,11.67,1.00,none,none,none,9.49 diet,diet,15.37,Noun,4,4,2,diet,9.25,1.00,9.25,1.00,none,8.77,none,8.45 dietary,dietary,0.35,Adjective,7,7,4,dietary,11.36,1.00,11.36,1.00,none,none,none, dietetic,dietetic,0.04,Adjective,8,8,4,dietetic,12.93,0.71,12.93,0.71,none,none,none, diethyl,diethyl,0.02,Noun,7,5,2,diethyl,16.38,0.42,16.38,0.42,none,none,none, diethylamide,diethylamide,0.04,Noun,12,9,4,diethylamide,19.50,0.50,19.50,0.50,none,none,none, dietician,dietician,0.06,Noun,9,8,4,dietician,12.35,0.89,12.35,0.89,none,none,none, dieting,dieting,0.59,Verb,7,6,3,diet,none,none,9.25,1.00,none,8.77,none,8.45 dietitian,dietitian,0.06,Noun,9,8,4,dietician,none,none,12.35,0.89,none,none,none, diets,diets,0.59,Noun,5,5,2,diet,none,none,9.25,1.00,none,8.77,none,8.45 diff,diff,0.71,Noun,4,3,1,diff,10.62,0.42,10.62,0.42,none,none,none, differ,differ,2.43,Verb,6,4,2,differ,9.00,1.00,9.00,1.00,8.82,none,none,8.79 differed,differed,0.22,Verb,8,5,2,differ,none,none,9.00,1.00,8.82,none,none,8.79 difference,difference,79.73,Noun,10,7,3,difference,7.35,0.94,7.35,0.94,none,7.56,none, differences,differences,5.98,Noun,11,9,4,difference,none,none,7.35,0.94,none,7.56,none, different,different,209.53,Adjective,9,7,3,different,5.50,1.00,5.50,1.00,5.79,none,none, differential,differential,0.86,Noun,12,9,4,differential,12.37,1.00,12.37,1.00,none,none,none, differentials,differentials,0.02,Noun,13,10,4,differential,none,none,12.37,1.00,none,none,none, differentiate,differentiate,0.33,Verb,13,10,5,differentiate,11.63,0.95,11.63,0.95,none,none,none, differentiated,differentiated,0.10,Verb,14,12,6,differentiate,none,none,11.63,0.95,none,none,none, differentiates,differentiates,0.08,Verb,14,11,5,differentiate,none,none,11.63,0.95,none,none,none, differentiating,differentiating,0.10,Verb,15,12,6,differentiate,none,none,11.63,0.95,none,none,none, differentiation,differentiation,0.08,Noun,15,12,6,differentiation,12.76,0.94,12.76,0.94,none,none,none, differing,differing,0.20,Adjective,9,6,3,differing,11.10,1.00,11.10,1.00,none,none,none, differs,differs,0.37,Verb,7,5,2,differ,none,none,9.00,1.00,8.82,none,none,8.79 difficult,difficult,60.16,Adjective,9,8,3,difficult,5.85,1.00,5.85,1.00,none,none,none, difficulties,difficulties,3.43,Noun,12,10,4,difficulty,none,none,6.83,1.00,none,none,none, difficulty,difficulty,5.59,Noun,10,9,4,difficulty,6.83,1.00,6.83,1.00,none,none,none, diffident,diffident,0.10,Adjective,9,8,3,diffident,13.19,0.84,13.19,0.84,none,none,none, diffraction,diffraction,0.06,Noun,11,9,3,diffraction,14.08,0.65,14.08,0.65,none,none,none, diffuse,diffuse,0.98,Verb,7,6,2,diffuse,11.17,0.95,11.17,0.95,none,none,none,12.11 diffused,diffused,0.24,Verb,8,7,2,diffuse,none,none,11.17,0.95,none,none,none,12.11 diffuser,diffuser,0.14,Noun,8,7,3,diffuser,13.67,1.00,13.67,1.00,none,none,none, diffuses,diffuses,0.06,Verb,8,8,3,diffuse,none,none,11.17,0.95,none,none,none,12.11 diffusion,diffusion,0.22,Noun,9,8,3,diffusion,12.78,1.00,12.78,1.00,none,12.07,none, diffusive,diffusive,0.02,Adjective,9,8,3,diffusive,13.40,0.83,13.40,0.83,none,none,none, dig,dig,46.22,Verb,3,3,1,dig,4.19,1.00,4.19,1.00,4.50,none,4.38, digest,digest,3.29,Noun,6,6,2,digest,9.00,1.00,9.00,1.00,none,none,none,8.53 digested,digested,0.47,Verb,8,8,3,digest,none,none,9.00,1.00,none,none,none,8.53 digestible,digestible,0.08,Adjective,10,10,4,digestible,9.47,1.00,9.47,1.00,none,none,none, digesting,digesting,0.20,Verb,9,8,3,digest,none,none,9.00,1.00,none,none,none,8.53 digestion,digestion,1.02,Noun,9,8,3,digestion,10.26,1.00,10.26,1.00,none,none,none, digestions,digestions,0.02,Noun,10,9,3,digestion,none,none,10.26,1.00,none,none,none, digestive,digestive,0.88,Adjective,9,8,3,digestive,10.44,1.00,10.44,1.00,none,none,none, digests,digests,0.06,Verb,7,7,2,digest,none,none,9.00,1.00,none,none,none,8.53 digger,digger,4.80,Name,6,4,2,digger,8.12,1.00,8.12,1.00,5.89,none,none, diggers,diggers,0.43,Noun,7,5,2,digger,none,none,8.12,1.00,5.89,none,none, digging,digging,13.25,Verb,7,5,2,dig,none,none,4.19,1.00,4.50,none,4.38, digit,digit,0.59,Noun,5,5,2,digit,9.26,1.00,9.26,1.00,none,8.96,none,7.26 digital,digital,5.39,Adjective,7,7,3,digital,11.42,1.00,11.42,1.00,none,none,none, digitalization,digitalization,0.02,Noun,14,13,6,digitalization,15.80,1.00,15.80,1.00,none,none,none, digitalize,digitalize,0.02,Verb,10,9,4,digitalize,13.95,1.00,13.95,1.00,none,none,none, digitals,digitals,0.02,Noun,8,8,3,digital,none,none,11.42,1.00,none,none,none, digitization,digitization,0.08,Noun,12,11,5,digitization,15.76,0.89,15.76,0.89,none,none,none, digitize,digitise,0.08,Verb,8,7,3,digitize,14.94,0.94,14.94,0.94,none,none,none, digitized,digitised,0.18,Verb,9,8,3,digitize,none,none,14.94,0.94,none,none,none, digitizes,digitises,0.02,Verb,9,9,4,digitize,none,none,14.94,0.94,none,none,none, digits,digits,1.92,Noun,6,6,2,digits,9.02,0.95,9.02,0.95,none,none,none, dignified,dignified,2.69,Adjective,9,8,3,dignified,10.89,1.00,10.89,1.00,none,none,none, dignifies,dignifies,0.02,Verb,9,8,3,dignify,none,none,10.47,1.00,none,none,none, dignify,dignify,0.59,Verb,7,7,3,dignify,10.47,1.00,10.47,1.00,none,none,none, dignitaries,dignitaries,0.53,Noun,11,10,4,dignitary,none,none,12.24,0.94,none,none,none, dignitary,dignitary,0.12,Noun,9,9,4,dignitary,12.24,0.94,12.24,0.94,none,none,none, dignity,dignity,10.80,Noun,7,7,3,dignity,9.58,1.00,9.58,1.00,none,10.28,none, digress,digress,0.24,Verb,7,6,2,digress,14.61,0.95,14.61,0.95,11.96,none,none, digresses,digresses,0.04,Verb,9,8,3,digress,none,none,14.61,0.95,11.96,none,none, digressing,digressing,0.06,Verb,10,8,3,digress,none,none,14.61,0.95,11.96,none,none, digression,digression,0.06,Noun,10,8,3,digression,14.89,1.00,14.89,1.00,none,none,none, digs,digs,2.96,Noun,4,4,1,dig,none,none,4.19,1.00,4.50,none,4.38, dihedral,dihedral,0.02,Noun,8,8,3,dihedral,15.50,0.53,15.50,0.53,none,none,none, dike,dike,0.41,Noun,4,3,1,dike,12.47,0.94,12.47,0.94,none,none,11.34, dikes,dikes,0.22,Noun,5,4,1,dike,none,none,12.47,0.94,none,none,11.34, diktat,diktat,0.02,Noun,6,6,2,diktat,14.33,0.17,14.33,0.17,none,none,none, dilapidated,dilapidated,0.16,Adjective,11,11,5,dilapidated,11.82,0.89,11.82,0.89,none,none,none, dilapidation,dilapidation,0.02,Noun,12,11,5,dilapidation,12.62,0.72,12.62,0.72,none,none,none, dilatation,dilatation,0.08,Noun,10,9,4,dilatation,14.62,0.84,14.62,0.84,none,none,none, dilate,dilate,0.24,Verb,6,5,2,dilate,12.95,1.00,12.95,1.00,none,none,none, dilated,dilated,1.69,Verb,7,7,3,dilate,none,none,12.95,1.00,none,none,none, dilates,dilates,0.04,Verb,7,6,2,dilate,none,none,12.95,1.00,none,none,none, dilation,dilation,0.57,Noun,8,7,3,dilation,14.47,0.94,14.47,0.94,none,none,none, dilations,dilations,0.08,Noun,9,8,3,dilation,none,none,14.47,0.94,none,none,none, dilator,dilator,0.02,Noun,7,6,3,dilator,14.53,0.85,14.53,0.85,none,none,none, dilators,dilators,0.02,Noun,8,7,3,dilator,none,none,14.53,0.85,none,none,none, dilatory,dilatory,0.04,Adjective,8,8,4,dilatory,15.17,0.57,15.17,0.57,none,none,none, dildo,dildo,1.33,Noun,5,5,2,dildo,15.41,0.94,15.41,0.94,none,none,none,12.85 dildos,dildos,0.22,Noun,6,6,2,dildo,none,none,15.41,0.94,none,none,none,12.85 dilemma,dilemma,2.61,Noun,7,6,3,dilemma,10.72,1.00,10.72,1.00,none,none,none, dilemmas,dilemmas,0.12,Noun,8,7,3,dilemma,none,none,10.72,1.00,none,none,none, dilettante,dilettante,0.25,Noun,10,8,3,dilettante,16.08,0.63,16.08,0.63,none,none,none, dilettantes,dilettantes,0.08,Noun,11,9,3,dilettante,none,none,16.08,0.63,none,none,none, dilettanti,dilettanti,0.02,Noun,10,9,4,dilettante,none,none,16.08,0.63,none,none,none, diligence,diligence,0.76,Noun,9,8,3,diligence,11.95,1.00,11.95,1.00,none,none,none, diligent,diligent,0.78,Adjective,8,8,3,diligent,11.78,1.00,11.78,1.00,none,none,none, dill,dill,1.76,Name,4,3,1,dill,8.20,0.95,8.20,0.95,none,none,8.73, dills,dills,0.04,Noun,5,4,1,dill,none,none,8.20,0.95,none,none,8.73, dilute,dilute,0.37,Verb,6,5,2,dilute,12.11,1.00,12.11,1.00,9.10,none,none, diluted,diluted,0.43,Verb,7,7,3,dilute,none,none,12.11,1.00,9.10,none,none, dilutes,dilutes,0.08,Verb,7,6,2,dilute,none,none,12.11,1.00,9.10,none,none, diluting,diluting,0.14,Verb,8,7,3,dilute,none,none,12.11,1.00,9.10,none,none, dilution,dilution,0.04,Noun,8,7,3,dilution,12.95,0.86,12.95,0.86,none,none,none, dim,dim,4.76,Verb,3,3,1,dim,7.06,1.00,7.06,1.00,none,none,7.70, dime,dime,12.06,Noun,4,3,1,dime,5.74,1.00,5.74,1.00,none,none,5.33, dimension,dimension,4.63,Noun,9,8,3,dimension,10.26,1.00,10.26,1.00,none,10.39,none, dimensional,dimensional,1.08,Adjective,11,10,4,dimensional,11.89,1.00,11.89,1.00,none,none,none, dimensionality,dimensionality,0.02,Noun,14,13,6,dimensionality,16.57,0.78,16.57,0.78,none,none,none, dimensions,dimensions,2.29,Noun,10,9,3,dimension,none,none,10.26,1.00,none,10.39,none, dimes,dimes,1.78,Noun,5,4,1,dime,none,none,5.74,1.00,none,none,5.33, diminish,diminish,0.82,Verb,8,7,3,diminish,10.95,1.00,10.95,1.00,11.36,none,none, diminishes,diminishes,0.14,Verb,10,9,4,diminish,none,none,10.95,1.00,11.36,none,none, diminishment,diminishment,0.04,Noun,12,11,4,diminishment,13.47,0.95,13.47,0.95,none,none,none, diminuendo,diminuendo,0.02,Noun,10,11,5,diminuendo,14.50,0.42,14.50,0.42,none,none,none, diminution,diminution,0.04,Noun,10,9,4,diminution,14.00,0.37,14.00,0.37,none,none,none, diminutive,diminutive,0.39,Adjective,10,10,4,diminutive,15.65,0.85,15.65,0.85,none,none,none, dimity,dimity,0.02,Noun,6,6,3,dimity,14.67,0.33,14.67,0.33,none,none,none, dimmed,dimmed,0.25,Verb,6,4,1,dim,none,none,7.06,1.00,none,none,7.70, dimmer,dimmer,0.33,Noun,6,4,2,dimmer,9.76,0.94,9.76,0.94,none,none,none, dimmers,dimmers,0.04,Noun,7,5,2,dimmer,none,none,9.76,0.94,none,none,none, dimmest,dimmest,0.06,Adjective,7,6,2,dim,none,none,7.06,1.00,none,none,7.70, dimming,dimming,0.25,Verb,7,5,2,dim,none,none,7.06,1.00,none,none,7.70, dimple,dimple,0.37,Noun,6,6,2,dimple,7.84,1.00,7.84,1.00,none,none,none, dimpled,dimpled,0.20,Adjective,7,7,2,dimpled,10.00,0.95,10.00,0.95,none,none,none, dimples,dimples,1.31,Noun,7,7,2,dimple,none,none,7.84,1.00,none,none,none, dims,dims,0.02,Verb,4,4,1,dim,none,none,7.06,1.00,none,none,7.70, dimwit,dimwit,0.75,Noun,6,6,2,dimwit,9.69,0.84,9.69,0.84,none,none,none, dimwits,dimwits,0.12,Noun,7,7,2,dimwit,none,none,9.69,0.84,none,none,none, dimwitted,dim-witted,0.24,Verb,9,8,3,dimwitted,9.89,1.00,9.89,1.00,none,none,none, dimwittedness,dimwittedness,0.02,Noun,13,11,4,dimwittedness,11.82,0.94,11.82,0.94,none,none,none, din,din,1.18,Noun,3,3,1,din,9.00,0.61,9.00,0.61,none,none,10.35, dinar,dinar,0.35,Noun,5,5,2,dinar,15.08,0.60,15.08,0.60,none,none,none, dinars,dinars,0.67,Noun,6,5,2,dinar,none,none,15.08,0.60,none,none,none, dine,dine,4.29,Verb,4,3,1,dine,8.95,1.00,8.95,1.00,none,none,7.70, dined,dined,0.88,Verb,5,4,1,dine,none,none,8.95,1.00,none,none,7.70, diner,diner,12.39,Noun,5,4,2,diner,6.83,1.00,6.83,1.00,none,8.81,none,6.20 diners,diners,0.80,Noun,6,5,2,diner,none,none,6.83,1.00,none,8.81,none,6.20 dines,dines,0.18,Verb,5,4,1,dine,none,none,8.95,1.00,none,none,7.70, dinette,dinette,0.18,Noun,7,5,2,dinette,12.62,0.84,12.62,0.84,none,none,none, dinettes,dinettes,0.06,Noun,8,6,2,dinette,none,none,12.62,0.84,none,none,none, dingbat,dingbat,0.14,Noun,7,6,2,dingbat,9.41,0.85,9.41,0.85,none,none,none, dingbats,dingbats,0.12,Noun,8,7,2,dingbat,none,none,9.41,0.85,none,none,none, dingdong,dingdong,0.06,Noun,8,7,2,dingdong,4.26,1.00,4.26,1.00,none,none,none, dinger,dinger,0.10,Noun,6,4,2,dinger,10.54,0.68,10.54,0.68,none,none,none, dinghies,dinghies,0.02,Noun,8,5,2,dinghy,none,none,10.67,0.90,none,none,none,12.64 dinghy,dinghy,0.71,Noun,6,4,2,dinghy,10.67,0.90,10.67,0.90,none,none,none,12.64 dinging,dinging,0.12,Verb,7,5,2,dinger,none,none,10.54,0.68,none,none,none, dingle,dingle,0.24,Noun,6,6,2,dingle,12.22,0.50,12.22,0.50,none,none,none, dingo,dingo,1.29,Noun,5,5,2,dingo,11.29,0.85,11.29,0.85,none,none,none, dingoes,dingoes,0.12,Noun,7,6,2,dingo,none,none,11.29,0.85,none,none,none, dingus,dingus,0.31,Noun,6,6,2,dingus,11.64,0.55,11.64,0.55,none,none,none, dingy,dingy,0.61,Adjective,5,5,2,dingy,8.65,1.00,8.65,1.00,none,none,none, dining,dining,11.73,Noun,6,5,2,dining,6.80,1.00,6.80,1.00,none,none,none, dinkies,dinkies,0.02,Noun,7,6,2,dinky,none,none,8.65,0.94,none,none,none,8.04 dinky,dinky,1.02,Noun,5,5,2,dinky,8.65,0.94,8.65,0.94,none,none,none,8.04 dinner,dinner,202.67,Noun,6,4,2,dinner,3.99,1.00,3.99,1.00,none,3.84,none,4.54 dinners,dinners,4.67,Noun,7,5,2,dinner,none,none,3.99,1.00,none,3.84,none,4.54 dinnertime,dinnertime,1.78,Noun,10,7,3,dinnertime,4.05,1.00,4.05,1.00,none,none,none, dinnerware,dinnerware,0.14,Noun,10,7,3,dinnerware,8.90,1.00,8.90,1.00,none,none,none, dinning,dinning,0.08,Noun,7,5,2,dinning,11.20,0.56,11.20,0.56,none,none,none, dinosaur,dinosaur,3.98,Noun,8,7,3,dinosaur,4.91,1.00,4.91,1.00,none,none,none, dinosaurs,dinosaurs,2.67,Noun,9,8,3,dinosaur,none,none,4.91,1.00,none,none,none, dint,dint,0.08,Noun,4,4,1,dint,9.75,0.89,9.75,0.89,none,none,none, diocesan,diocesan,0.06,Adjective,8,8,4,diocesan,14.00,0.68,14.00,0.68,none,none,none, diocese,diocese,0.80,Noun,7,6,3,diocese,11.07,0.78,11.07,0.78,none,none,none, dioceses,dioceses,0.06,Noun,8,6,3,diocese,none,none,11.07,0.78,none,none,none, diode,diode,0.14,Noun,5,4,2,diode,11.43,0.78,11.43,0.78,none,none,none, diodes,diodes,0.06,Noun,6,5,2,diode,none,none,11.43,0.78,none,none,none, diorama,diorama,0.39,Noun,7,7,4,diorama,11.15,0.65,11.15,0.65,none,none,none, dioramas,dioramas,0.12,Noun,8,8,4,diorama,none,none,11.15,0.65,none,none,none, dioramic,dioramic,0.02,Adjective,8,8,4,dioramic,12.79,0.74,12.79,0.74,none,none,none, dioxide,dioxide,1.02,Noun,7,7,3,dioxide,11.40,0.95,11.40,0.95,none,none,none, dioxin,dioxin,0.10,Noun,6,7,3,dioxin,17.62,0.44,17.62,0.44,none,none,none, dioxins,dioxins,0.06,Noun,7,8,3,dioxin,none,none,17.62,0.44,none,none,none, dip,dip,7.96,Verb,3,3,1,dip,7.00,1.00,7.00,1.00,none,6.67,5.82, diphtheria,diphtheria,0.57,Noun,10,8,4,diphtheria,16.15,0.65,16.15,0.65,none,none,none, diphthong,diphthong,0.08,Noun,9,6,2,diphthong,11.00,0.50,11.00,0.50,none,none,none, diphthongization,diphthongization,0.02,Noun,16,13,5,diphthongization,19.33,0.30,19.33,0.30,none,none,none, diphthongs,diphthongs,0.04,Noun,10,7,2,diphthong,none,none,11.00,0.50,none,none,none, diplex,diplex,0.02,Verb,6,7,2,diplex,15.33,0.32,15.33,0.32,none,none,none, diploma,diploma,2.53,Noun,7,7,3,diploma,9.33,1.00,9.33,1.00,none,none,none, diplomacy,diplomacy,1.59,Noun,9,9,4,diplomacy,10.89,1.00,10.89,1.00,12.34,none,none, diplomas,diplomas,0.51,Noun,8,8,3,diploma,none,none,9.33,1.00,none,none,none, diplomat,diplomat,2.14,Noun,8,8,3,diplomat,11.05,1.00,11.05,1.00,none,none,none, diplomatic,diplomatic,5.02,Adjective,10,10,4,diplomatic,12.21,1.00,12.21,1.00,none,none,none, diplomatist,diplomatist,0.06,Noun,11,11,4,diplomatist,14.73,0.83,14.73,0.83,none,none,none, diplomats,diplomats,0.88,Noun,9,9,3,diplomat,none,none,11.05,1.00,none,none,none, dipped,dipped,1.84,Verb,6,4,1,dip,none,none,7.00,1.00,none,6.67,5.82, dipper,dipper,0.65,Noun,6,4,2,dipper,7.72,0.95,7.72,0.95,none,none,none, dippers,dippers,0.02,Noun,7,5,2,dipper,none,none,7.72,0.95,none,none,none, dippiest,dippiest,0.02,Adjective,8,7,3,dippy,none,none,8.69,0.84,none,none,none, dipping,dipping,1.29,Verb,7,5,2,dip,none,none,7.00,1.00,none,6.67,5.82, dippy,dippy,0.41,Adjective,5,4,2,dippy,8.69,0.84,8.69,0.84,none,none,none, dips,dips,0.63,Verb,4,4,1,dip,none,none,7.00,1.00,none,6.67,5.82, dipsomania,dipsomania,0.04,Noun,10,10,4,dipsomania,13.62,0.44,13.62,0.44,none,none,none, dipsomaniac,dipsomaniac,0.08,Noun,11,11,5,dipsomaniac,16.10,0.53,16.10,0.53,none,none,none, dipsomaniacs,dipsomaniacs,0.02,Noun,12,11,5,dipsomaniac,none,none,16.10,0.53,none,none,none, dipstick,dipstick,0.49,Noun,8,7,2,dipstick,10.78,1.00,10.78,1.00,none,none,none, dipsticks,dipsticks,0.02,Noun,9,8,2,dipstick,none,none,10.78,1.00,none,none,none, diptych,diptych,0.02,Noun,7,6,2,diptych,17.25,0.44,17.25,0.44,none,none,none, dir,dir,0.08,Abbreviation,3,3,1,dir,15.88,0.42,15.88,0.42,none,none,none, dire,dire,2.20,Adjective,4,3,1,dire,11.63,1.00,11.63,1.00,none,none,12.32, direct,direct,24.04,Adjective,6,5,2,direct,9.68,1.00,9.68,1.00,none,8.11,none,8.79 directed,directed,6.04,Verb,8,7,3,direct,none,none,9.68,1.00,none,8.11,none,8.79 directing,directing,3.41,Verb,9,7,3,direct,none,none,9.68,1.00,none,8.11,none,8.79 direction,direction,24.08,Noun,9,7,3,direction,6.68,1.00,6.68,1.00,none,7.62,none, directional,directional,0.37,Adjective,11,9,4,directional,8.50,1.00,8.50,1.00,none,none,none, directionality,directionality,0.12,Noun,14,13,6,directionality,12.88,0.85,12.88,0.85,none,none,none, directions,directions,9.69,Noun,10,8,3,direction,none,none,6.68,1.00,none,7.62,none, directive,directive,1.76,Noun,9,7,3,directive,13.88,0.94,13.88,0.94,none,none,none, directives,directives,0.43,Noun,10,9,3,directive,none,none,13.88,0.94,none,none,none, directness,directness,0.24,Noun,10,8,3,directness,11.00,1.00,11.00,1.00,none,none,none, director,director,35.96,Noun,8,6,3,director,8.50,1.00,8.50,1.00,none,none,none, directorate,directorate,0.25,Noun,11,8,4,directorate,16.08,0.63,16.08,0.63,none,none,none, directorial,directorial,0.12,Adjective,11,10,5,directorial,13.81,0.89,13.81,0.89,none,none,none, directories,directories,0.18,Noun,11,9,4,directory,none,none,9.57,1.00,none,none,none, directors,directors,5.78,Noun,9,7,3,director,none,none,8.50,1.00,none,none,none, directorship,directorship,0.06,Noun,12,9,4,directorship,12.33,0.90,12.33,0.90,none,none,none, directory,directory,1.65,Noun,9,7,4,directory,9.57,1.00,9.57,1.00,none,none,none, directress,directress,0.02,Noun,10,9,3,directress,10.62,0.38,10.62,0.38,none,none,none, directs,directs,0.35,Verb,7,6,2,direct,none,none,9.68,1.00,none,8.11,none,8.79 direful,direful,Err:512,Err:512,7,6,3,direful,14.25,0.63,14.25,0.63,none,none,none, direness,direness,0.02,Noun,8,6,3,direness,13.95,1.00,13.95,1.00,none,none,none, direst,direst,0.06,Adjective,6,6,2,dire,none,none,11.63,1.00,none,none,12.32, dirge,dirge,0.18,Noun,5,3,1,dirge,14.17,0.63,14.17,0.63,none,11.87,13.50, dirges,dirges,0.02,Noun,6,5,2,dirge,none,none,14.17,0.63,none,11.87,13.50, dirham,dirham,0.06,Noun,6,5,2,dirham,12.00,0.30,12.00,0.30,none,none,none, dirigible,dirigible,0.02,Adjective,9,9,4,dirigible,14.30,0.53,14.30,0.53,none,none,none, dirt,dirt,25.69,Noun,4,3,1,dirt,3.83,1.00,3.83,1.00,none,4.58,3.91, dirtied,dirtied,0.29,Verb,7,5,2,dirty,none,none,4.55,1.00,5.30,none,none,5.37 dirtier,dirtier,0.45,Adjective,7,5,3,dirty,none,none,4.55,1.00,5.30,none,none,5.37 dirties,dirties,0.10,Verb,7,5,2,dirty,none,none,4.55,1.00,5.30,none,none,5.37 dirtiest,dirtiest,0.78,Adjective,8,7,3,dirty,none,none,4.55,1.00,5.30,none,none,5.37 dirtiness,dirtiness,0.08,Noun,9,7,3,dirtiness,5.37,1.00,5.37,1.00,6.50,none,none, dirty,dirty,66.45,Adjective,5,4,2,dirty,4.55,1.00,4.55,1.00,5.30,none,none,5.37 dirtying,dirtying,0.12,Verb,8,6,3,dirty,none,none,4.55,1.00,5.30,none,none,5.37 disabilities,disabilities,0.29,Noun,12,11,5,disability,none,none,9.33,1.00,9.77,none,none, disability,disability,1.98,Noun,10,10,5,disability,9.33,1.00,9.33,1.00,9.77,none,none, disable,disable,1.55,Verb,7,7,3,disable,9.05,1.00,9.05,1.00,none,none,none, disabled,disabled,3.47,Adjective,8,8,3,disabled,7.67,1.00,7.67,1.00,none,none,none, disables,disables,0.08,Verb,8,8,3,disable,none,none,9.05,1.00,none,none,none, disabuse,disabuse,0.08,Verb,8,8,3,disabuse,13.13,0.79,13.13,0.79,none,none,none, disadvantage,disadvantage,1.12,Noun,12,11,4,disadvantage,10.39,1.00,10.39,1.00,none,none,none, disadvantaged,disadvantaged,0.33,Adjective,13,12,4,disadvantaged,10.67,1.00,10.67,1.00,none,none,none, disadvantageous,disadvantageous,0.02,Adjective,15,13,5,disadvantageous,13.06,0.94,13.06,0.94,none,none,none, disadvantages,disadvantages,0.31,Noun,13,13,5,disadvantage,none,none,10.39,1.00,none,none,none, disaffected,disaffected,0.14,Adjective,11,10,4,disaffected,13.19,0.80,13.19,0.80,none,none,none, disagree,disagree,6.63,Verb,8,7,3,disagree,8.37,1.00,8.37,1.00,7.12,none,none, disagreeable,disagreeable,0.96,Adjective,12,11,5,disagreeable,8.44,1.00,8.44,1.00,none,none,none, disagreed,disagreed,0.82,Verb,9,8,3,disagree,none,none,8.37,1.00,7.12,none,none, disagreeing,disagreeing,0.27,Verb,11,9,4,disagree,none,none,8.37,1.00,7.12,none,none, disagreement,disagreement,1.53,Noun,12,11,4,disagreement,8.48,1.00,8.48,1.00,none,9.92,none, disagreements,disagreements,0.47,Noun,13,12,4,disagreement,none,none,8.48,1.00,none,9.92,none, disagrees,disagrees,0.45,Verb,9,8,3,disagree,none,none,8.37,1.00,7.12,none,none, disallow,disallow,0.02,Verb,8,6,3,disallow,11.19,0.84,11.19,0.84,9.97,none,none, disallowed,disallowed,0.24,Verb,10,7,3,disallow,none,none,11.19,0.84,9.97,none,none, disallows,disallows,0.04,Verb,9,7,3,disallow,none,none,11.19,0.84,9.97,none,none, disappear,disappear,20.96,Verb,9,7,3,disappear,5.37,1.00,5.37,1.00,6.34,none,none, disappearance,disappearance,4.31,Noun,13,10,4,disappearance,9.00,1.00,9.00,1.00,none,none,none, disappearances,disappearances,0.31,Noun,14,12,5,disappearance,none,none,9.00,1.00,none,none,none, disappeared,disappeared,28.80,Verb,11,8,3,disappear,none,none,5.37,1.00,6.34,none,none, disappears,disappears,4.55,Verb,10,8,3,disappear,none,none,5.37,1.00,6.34,none,none, disappoint,disappoint,8.45,Verb,10,8,3,disappoint,7.00,1.00,7.00,1.00,7.08,none,none, disappointed,disappointed,22.04,Adjective,12,10,4,disappointed,6.95,1.00,6.95,1.00,6.97,none,none, disappointing,disappointing,3.43,Adjective,13,10,4,disappointing,8.72,1.00,8.72,1.00,none,none,none, disappointment,disappointment,5.43,Noun,14,12,4,disappointment,8.32,1.00,8.32,1.00,none,none,none, disappointments,disappointments,0.75,Noun,15,13,4,disappointment,none,none,8.32,1.00,none,none,none, disappoints,disappoints,0.31,Verb,11,9,3,disappoint,none,none,7.00,1.00,7.08,none,none, disapproval,disapproval,0.61,Noun,11,10,4,disapproval,8.89,1.00,8.89,1.00,none,none,none, disapprove,disapprove,1.14,Verb,10,8,3,disapprove,8.05,1.00,8.05,1.00,9.10,none,none, disapproved,disapproved,0.14,Verb,11,9,3,disapprove,none,none,8.05,1.00,9.10,none,none, disapproves,disapproves,0.25,Verb,11,9,3,disapprove,none,none,8.05,1.00,9.10,none,none, disapproving,disapproving,0.29,Adjective,12,10,4,disapproving,8.72,1.00,8.72,1.00,none,none,none, disarm,disarm,2.14,Verb,6,6,2,disarm,10.11,1.00,10.11,1.00,none,none,none, disarmament,disarmament,0.29,Noun,11,11,4,disarmament,13.31,0.89,13.31,0.89,none,none,none, disarmed,disarmed,0.92,Verb,8,7,2,disarm,none,none,10.11,1.00,none,none,none, disarming,disarming,0.51,Verb,9,8,3,disarm,none,none,10.11,1.00,none,none,none, disarms,disarms,0.24,Verb,7,7,2,disarm,none,none,10.11,1.00,none,none,none, disarrange,disarrange,0.02,Verb,10,8,3,disarrange,12.38,0.89,12.38,0.89,none,none,none, disarranged,disarranged,0.06,Verb,11,9,3,disarrange,none,none,12.38,0.89,none,none,none, disarray,disarray,0.33,Noun,8,5,3,disarray,12.40,1.00,12.40,1.00,none,none,none, disarticulation,disarticulation,0.02,Noun,15,15,6,disarticulation,18.00,0.61,18.00,0.61,none,none,none, disassemble,disassemble,0.22,Verb,11,10,4,disassemble,9.79,1.00,9.79,1.00,none,none,none, disassembled,disassembled,0.16,Verb,12,11,4,disassemble,none,none,9.79,1.00,none,none,none, disassembling,disassembling,0.06,Verb,13,12,5,disassemble,none,none,9.79,1.00,none,none,none, disassociate,disassociate,0.14,Verb,12,10,5,disassociate,13.67,0.95,13.67,0.95,none,none,none, disassociated,disassociated,0.12,Verb,13,12,6,disassociate,none,none,13.67,0.95,none,none,none, disassociates,disassociates,0.02,Verb,13,11,5,disassociate,none,none,13.67,0.95,none,none,none, disassociating,disassociating,0.04,Verb,14,12,6,disassociate,none,none,13.67,0.95,none,none,none, disaster,disaster,17.27,Noun,8,7,3,disaster,8.22,1.00,8.22,1.00,none,none,none, disasters,disasters,1.67,Noun,9,8,3,disaster,none,none,8.22,1.00,none,none,none, disastrous,disastrous,1.67,Adjective,10,9,3,disastrous,9.00,0.94,9.00,0.94,none,none,none, disavow,disavow,0.08,Verb,7,6,3,disavow,13.81,0.89,13.81,0.89,none,none,none, disavowed,disavowed,0.14,Verb,9,7,3,disavow,none,none,13.81,0.89,none,none,none, disband,disband,0.53,Verb,7,7,2,disband,11.05,0.95,11.05,0.95,none,13.41,none, disbanded,disbanded,0.55,Verb,9,9,3,disband,none,none,11.05,0.95,none,13.41,none, disbanding,disbanding,0.12,Verb,10,9,3,disband,none,none,11.05,0.95,none,13.41,none, disbar,disbar,0.08,Noun,6,6,2,disbar,14.06,0.95,14.06,0.95,none,none,none, disbarment,disbarment,0.12,Noun,10,10,3,disbarment,13.64,0.78,13.64,0.78,none,none,none, disbarred,disbarred,1.10,Verb,9,7,2,disbar,none,none,14.06,0.95,none,none,none, disbelief,disbelief,0.49,Noun,9,8,3,disbelief,10.68,1.00,10.68,1.00,none,none,none, disbelieve,disbelieve,0.16,Verb,10,8,3,disbelieve,9.50,1.00,9.50,1.00,none,none,none, disbeliever,disbeliever,0.08,Verb,11,9,4,disbeliever,10.06,0.94,10.06,0.94,none,none,none, disbelievers,disbelievers,0.06,Verb,12,10,4,disbeliever,none,none,10.06,0.94,none,none,none, disbursal,disbursal,0.02,Noun,9,8,3,disbursal,14.14,0.70,14.14,0.70,none,none,none, disburse,disburse,0.04,Verb,8,6,2,disburse,11.41,0.94,11.41,0.94,none,none,none, disbursement,disbursement,0.08,Noun,12,10,3,disbursement,13.95,1.00,13.95,1.00,none,none,none, disbursements,disbursements,0.02,Noun,13,11,3,disbursement,none,none,13.95,1.00,none,none,none, disburses,disburses,0.04,Verb,9,8,3,disburse,none,none,11.41,0.94,none,none,none, disc,disc,2.57,Noun,4,4,1,disc,10.00,1.00,10.00,1.00,none,8.86,none, discard,discard,1.08,Verb,7,7,2,discard,10.42,0.95,10.42,0.95,none,none,none,9.67 discarding,discarding,0.06,Verb,10,9,3,discard,none,none,10.42,0.95,none,none,none,9.67 discards,discards,0.06,Verb,8,8,2,discard,none,none,10.42,0.95,none,none,none,9.67 discarnate,discarnate,0.02,Adjective,10,9,3,discarnate,15.33,0.47,15.33,0.47,none,none,none, discern,discern,0.33,Verb,7,5,2,discern,12.79,1.00,12.79,1.00,none,none,none, discernable,discernable,0.04,Adjective,11,9,4,discernable,13.44,0.95,13.44,0.95,none,none,none, discerned,discerned,0.04,Verb,9,6,2,discern,none,none,12.79,1.00,none,none,none, discernible,discernible,0.18,Adjective,11,9,4,discernible,12.56,0.89,12.56,0.89,none,none,none, discerning,discerning,0.59,Adjective,10,7,3,discerning,11.56,0.95,11.56,0.95,none,none,none, discernment,discernment,0.04,Noun,11,9,3,discernment,13.61,0.95,13.61,0.95,none,none,none, discharge,discharge,6.41,Noun,9,7,2,discharge,10.74,1.00,10.74,1.00,none,10.45,none, discharged,discharged,4.43,Verb,10,8,2,discharge,none,none,10.74,1.00,none,10.45,none, discharges,discharges,0.22,Noun,10,9,3,discharge,none,none,10.74,1.00,none,10.45,none, discharging,discharging,0.49,Verb,11,9,3,discharge,none,none,10.74,1.00,none,10.45,none, disciple,disciple,1.02,Noun,8,7,3,disciple,8.16,1.00,8.16,1.00,none,none,none, disciples,disciples,1.61,Noun,9,8,3,disciple,none,none,8.16,1.00,none,none,none, discipleship,discipleship,0.04,Noun,12,10,4,discipleship,11.73,0.83,11.73,0.83,none,none,none, disciplinarian,disciplinarian,0.20,Noun,14,13,6,disciplinarian,12.71,0.89,12.71,0.89,none,none,none, disciplinary,disciplinary,1.61,Adjective,12,11,5,disciplinary,9.00,1.00,9.00,1.00,none,none,none, discipline,discipline,9.06,Noun,10,8,3,discipline,7.70,1.00,7.70,1.00,8.73,none,none, disciplined,disciplined,1.73,Adjective,11,9,3,disciplined,8.22,1.00,8.22,1.00,none,none,none, disciplines,disciplines,0.08,Noun,11,9,3,discipline,none,none,7.70,1.00,8.73,none,none, disclaim,disclaim,0.10,Verb,8,7,2,disclaim,12.89,1.00,12.89,1.00,none,none,none, disclaimer,disclaimer,0.08,Noun,10,8,3,disclaimer,13.90,1.00,13.90,1.00,none,none,none, disclaimers,disclaimers,0.06,Noun,11,9,3,disclaimer,none,none,13.90,1.00,none,none,none, disclose,disclose,1.73,Verb,8,7,2,disclose,11.72,1.00,11.72,1.00,10.58,none,none,10.70 disclosed,disclosed,0.80,Verb,9,8,2,disclose,none,none,11.72,1.00,10.58,none,none,10.70 discloser,discloser,0.04,Noun,9,8,3,discloser,14.47,1.00,14.47,1.00,none,none,none, discloses,discloses,0.14,Verb,9,9,3,disclose,none,none,11.72,1.00,10.58,none,none,10.70 disclosing,disclosing,0.20,Verb,10,9,3,disclose,none,none,11.72,1.00,10.58,none,none,10.70 disclosure,disclosure,1.00,Noun,10,8,3,disclosure,12.44,1.00,12.44,1.00,none,none,none, disclosures,disclosures,0.06,Noun,11,9,3,disclosure,none,none,12.44,1.00,none,none,none, disco,disco,5.76,Noun,5,5,2,disco,10.53,1.00,10.53,1.00,none,7.24,none,8.37 discoed,discoed,0.02,Verb,7,5,2,disco,none,none,10.53,1.00,none,7.24,none,8.37 discoing,discoing,0.02,Verb,8,6,3,disco,none,none,10.53,1.00,none,7.24,none,8.37 discoloration,discoloration,0.61,Noun,13,11,5,discoloration,11.00,1.00,11.00,1.00,none,none,none, discolorations,discolorations,0.02,Noun,14,12,5,discolorations,11.11,1.00,11.11,1.00,none,none,none, discombobulate,discombobulate,0.02,Verb,14,14,5,discombobulate,13.16,1.00,13.16,1.00,none,none,none, discomfiture,discomfiture,0.14,Noun,12,10,4,discomfiture,14.00,0.74,14.00,0.74,none,none,none, discomfort,discomfort,1.59,Noun,10,9,3,discomfort,9.53,1.00,9.53,1.00,9.10,none,none, discomforts,discomforts,0.06,Noun,11,10,3,discomfort,none,none,9.53,1.00,9.10,none,none, disconcerting,disconcerting,0.53,Adjective,13,11,4,disconcerting,14.12,0.89,14.12,0.89,none,none,none, disconfirm,disconfirm,0.02,Verb,10,9,3,disconfirm,13.50,0.67,13.50,0.67,none,none,none, disconnect,disconnect,1.84,Verb,10,9,3,disconnect,7.89,1.00,7.89,1.00,none,none,none, disconnected,disconnected,3.12,Verb,12,11,4,disconnect,none,none,7.89,1.00,none,none,none, disconnecting,disconnecting,0.06,Verb,13,11,4,disconnect,none,none,7.89,1.00,none,none,none, disconnection,disconnection,0.08,Noun,13,11,4,disconnection,10.65,1.00,10.65,1.00,none,none,none, disconnects,disconnects,0.12,Verb,11,10,3,disconnect,none,none,7.89,1.00,none,none,none, discontent,discontent,0.90,Noun,10,10,3,discontent,11.86,1.00,11.86,1.00,none,none,none, discontented,discontented,0.12,Adjective,12,12,4,discontented,11.32,1.00,11.32,1.00,none,none,none, discontentment,discontentment,Err:512,Err:512,14,14,4,discontentment,13.08,0.91,13.08,0.91,10.89,none,none, discontents,discontents,0.02,Noun,11,11,3,discontent,none,none,11.86,1.00,none,none,none, discontinuation,discontinuation,0.02,Noun,15,15,6,discontinuation,11.95,1.00,11.95,1.00,none,none,none, discontinue,discontinue,0.67,Verb,11,11,4,discontinue,11.63,1.00,11.63,1.00,none,none,none, discontinued,discontinued,0.67,Verb,12,12,4,discontinue,none,none,11.63,1.00,none,none,none, discontinues,discontinues,0.02,Verb,12,12,4,discontinue,none,none,11.63,1.00,none,none,none, discontinuing,discontinuing,0.08,Verb,13,13,5,discontinue,none,none,11.63,1.00,none,none,none, discord,discord,1.02,Noun,7,7,2,discord,12.41,0.94,12.41,0.94,none,11.96,none,11.29 discordance,discordance,0.08,Noun,11,10,3,discordance,13.16,0.90,13.16,0.90,none,none,none, discordant,discordant,0.31,Adjective,10,10,3,discordant,14.21,0.78,14.21,0.78,none,none,none, discords,discords,0.06,Noun,8,8,2,discord,none,none,12.41,0.94,none,11.96,none,11.29 discos,discos,0.12,Noun,6,6,2,disco,none,none,10.53,1.00,none,7.24,none,8.37 discotheque,discotheque,0.20,Noun,11,8,3,discotheque,14.80,0.53,14.80,0.53,none,none,none, discotheques,discotheques,0.04,Noun,12,9,3,discotheque,none,none,14.80,0.53,none,none,none, discount,discount,4.76,Noun,8,7,2,discount,9.50,1.00,9.50,1.00,none,none,none,8.87 discounted,discounted,0.14,Verb,10,9,3,discount,none,none,9.50,1.00,none,none,none,8.87 discounting,discounting,0.14,Verb,11,9,3,discount,none,none,9.50,1.00,none,none,none,8.87 discounts,discounts,0.41,Noun,9,8,2,discount,none,none,9.50,1.00,none,none,none,8.87 discourage,discourage,1.33,Verb,10,7,3,discourage,9.32,1.00,9.32,1.00,none,none,none, discouraged,discouraged,1.59,Verb,11,8,3,discourage,none,none,9.32,1.00,none,none,none, discouragement,discouragement,0.08,Noun,14,11,4,discouragement,10.22,1.00,10.22,1.00,none,none,none, discourages,discourages,0.16,Verb,11,9,4,discourage,none,none,9.32,1.00,none,none,none, discouraging,discouraging,0.80,Adjective,12,9,4,discouraging,9.11,1.00,9.11,1.00,none,none,none, discourse,discourse,0.39,Noun,9,7,2,discourse,12.40,0.91,12.40,0.91,none,none,none, discourses,discourses,0.08,Noun,10,9,3,discourse,none,none,12.40,0.91,none,none,none, discourteous,discourteous,0.24,Adjective,12,9,4,discourteous,12.06,1.00,12.06,1.00,none,none,none, discourtesy,discourtesy,0.12,Noun,11,9,4,discourtesy,11.63,1.00,11.63,1.00,none,none,none, discover,discover,12.04,Verb,8,7,3,discover,7.61,1.00,7.61,1.00,6.77,none,none, discovered,discovered,28.76,Verb,10,8,3,discover,none,none,7.61,1.00,6.77,none,none, discoverer,discoverer,0.20,Noun,10,9,4,discoverer,8.11,1.00,8.11,1.00,none,none,none, discoverers,discoverers,0.04,Noun,11,10,4,discoverer,none,none,8.11,1.00,none,none,none, discoveries,discoveries,1.06,Noun,11,9,4,discovery,none,none,7.84,1.00,none,8.24,none, discovering,discovering,2.10,Verb,11,9,4,discover,none,none,7.61,1.00,6.77,none,none, discovers,discovers,1.90,Verb,9,8,3,discover,none,none,7.61,1.00,6.77,none,none, discovery,discovery,11.45,Noun,9,8,4,discovery,7.84,1.00,7.84,1.00,none,8.24,none, discredit,discredit,0.90,Verb,9,9,3,discredit,11.10,1.00,11.10,1.00,none,none,none, discreditable,discreditable,0.02,Adjective,13,13,5,discreditable,13.28,1.00,13.28,1.00,none,none,none, discredited,discredited,0.37,Verb,11,11,4,discredit,none,none,11.10,1.00,none,none,none, discrediting,discrediting,0.10,Verb,12,11,4,discredit,none,none,11.10,1.00,none,none,none, discredits,discredits,0.02,Verb,10,10,3,discredit,none,none,11.10,1.00,none,none,none, discreet,discreet,4.06,Adjective,8,7,2,discreet,11.89,1.00,11.89,1.00,none,none,none,10.70 discrepancies,discrepancies,0.55,Noun,13,12,4,discrepancy,none,none,13.89,1.00,none,none,none, discrepancy,discrepancy,0.88,Noun,11,11,4,discrepancy,13.89,1.00,13.89,1.00,none,none,none, discrete,discrete,0.33,Adjective,8,7,2,discrete,11.61,0.95,11.61,0.95,none,none,none, discretion,discretion,3.67,Noun,10,9,3,discretion,12.67,1.00,12.67,1.00,none,none,none, discretionary,discretionary,0.41,Adjective,13,12,5,discretionary,13.78,1.00,13.78,1.00,none,none,none, discriminate,discriminate,0.80,Verb,12,11,4,discriminate,10.78,1.00,10.78,1.00,none,none,none, discriminated,discriminated,0.22,Verb,13,13,5,discriminate,none,none,10.78,1.00,none,none,none, discriminating,discriminating,0.49,Adjective,14,13,5,discriminating,11.37,1.00,11.37,1.00,none,none,none, discrimination,discrimination,2.18,Noun,14,13,5,discrimination,10.89,1.00,10.89,1.00,none,none,none, discriminative,discriminative,0.02,Adjective,14,13,5,discriminative,11.59,0.94,11.59,0.94,none,none,none, discriminator,discriminator,0.02,Noun,13,12,5,discriminator,9.41,0.94,9.41,0.94,none,none,none, discriminatory,discriminatory,0.16,Adjective,14,14,6,discriminatory,12.68,1.00,12.68,1.00,none,none,none, discs,discs,0.67,Noun,5,5,1,disc,none,none,10.00,1.00,none,8.86,none, discus,discus,0.24,Noun,6,6,2,discus,9.53,0.89,9.53,0.89,none,none,none, discuss,discuss,45.67,Verb,7,6,2,discuss,7.89,1.00,7.89,1.00,8.06,none,none,7.34 discussable,discussable,0.02,Adjective,11,10,4,discussable,11.53,1.00,11.53,1.00,none,none,none, discussed,discussed,10.55,Verb,9,7,2,discuss,none,none,7.89,1.00,8.06,none,none,7.34 discusses,discusses,0.20,Verb,9,8,3,discuss,none,none,7.89,1.00,8.06,none,none,7.34 discussing,discussing,9.43,Verb,10,8,3,discuss,none,none,7.89,1.00,8.06,none,none,7.34 discussion,discussion,12.14,Noun,10,8,3,discussion,7.40,1.00,7.40,1.00,none,10.28,none, discussions,discussions,1.69,Noun,11,9,3,discussion,none,none,7.40,1.00,none,10.28,none, disdain,disdain,0.53,Noun,7,6,2,disdain,13.44,0.95,13.44,0.95,none,none,none,13.07 disdainful,disdainful,0.06,Adjective,10,9,3,disdainful,12.89,1.00,12.89,1.00,none,none,none, disdains,disdains,0.04,Verb,8,7,2,disdain,none,none,13.44,0.95,none,none,none,13.07 disease,disease,26.18,Noun,7,5,2,disease,7.55,1.00,7.55,1.00,7.26,7.09,none,7.49 diseased,diseased,1.14,Adjective,8,6,2,diseased,9.89,1.00,9.89,1.00,none,none,none, diseases,diseases,3.84,Noun,8,7,3,disease,none,none,7.55,1.00,7.26,7.09,none,7.49 disembark,disembark,0.35,Verb,9,9,3,disembark,13.05,1.00,13.05,1.00,none,none,none, disembarkation,disembarkation,0.04,Noun,14,13,5,disembarkation,16.60,0.79,16.60,0.79,none,none,none, disembarked,disembarked,0.06,Verb,11,10,3,disembark,none,none,13.05,1.00,none,none,none, disembarking,disembarking,0.10,Verb,12,11,4,disembark,none,none,13.05,1.00,none,none,none, disembodied,disembodied,0.41,Adjective,11,9,4,disembodied,12.17,0.95,12.17,0.95,none,none,none, disembodiment,disembodiment,0.02,Noun,13,13,5,disembodiment,13.20,1.00,13.20,1.00,none,none,none, disembody,disembody,0.02,Noun,9,8,4,disembody,12.17,0.86,12.17,0.86,none,none,none, disembogue,disembogue,0.02,Noun,10,8,3,disembogue,13.90,0.56,13.90,0.56,none,none,none, disembowel,disembowel,0.10,Noun,10,9,4,disembowel,14.50,0.95,14.50,0.95,none,none,none, disemboweled,disembowelled,0.22,Verb,12,10,4,disembowel,none,none,14.50,0.95,none,none,none, disembowelment,disembowelment,0.06,Noun,14,13,5,disembowelment,13.17,1.00,13.17,1.00,none,none,none, disenchanted,disenchanted,0.12,Adjective,12,11,4,disenchanted,11.61,0.95,11.61,0.95,none,none,none, disenchantment,disenchantment,0.08,Noun,14,13,4,disenchantment,12.21,1.00,12.21,1.00,none,none,none, disenfranchise,disenfranchise,0.02,Verb,14,12,4,disenfranchise,16.12,0.94,16.12,0.94,none,none,none, disenfranchised,disenfranchised,0.35,Adjective,15,13,4,disenfranchised,15.73,0.68,15.73,0.68,none,none,none, disenfranchisement,disenfranchisement,0.02,Noun,18,16,5,disenfranchisement,16.61,0.95,16.61,0.95,none,none,none, disengage,disengage,1.06,Verb,9,8,3,disengage,12.58,1.00,12.58,1.00,none,none,none, disengaged,disengaged,0.39,Verb,10,9,3,disengage,none,none,12.58,1.00,none,none,none, disengagement,disengagement,0.12,Noun,13,12,4,disengagement,12.84,1.00,12.84,1.00,none,none,none, disengaging,disengaging,0.14,Verb,11,10,4,disengage,none,none,12.58,1.00,none,none,none, disentangle,disentangle,0.06,Verb,11,11,4,disentangle,12.44,0.89,12.44,0.89,none,none,none, disentwine,disentwine,0.02,Verb,10,9,3,disentwine,14.25,0.44,14.25,0.44,none,none,none, disequilibrium,disequilibrium,0.02,Noun,14,14,6,disequilibrium,13.69,0.84,13.69,0.84,none,none,none, disfavor,disfavour,0.06,Noun,8,7,3,disfavor,13.94,1.00,13.94,1.00,none,none,none, disfigure,disfigure,0.08,Verb,9,8,3,disfigure,11.28,1.00,11.28,1.00,none,none,none, disfigured,disfigured,0.61,Verb,10,9,3,disfigure,none,none,11.28,1.00,none,none,none, disfigurement,disfigurement,0.14,Noun,13,12,4,disfigurement,12.60,1.00,12.60,1.00,none,none,none, disfigurements,disfigurements,0.04,Noun,14,13,4,disfigurement,none,none,12.60,1.00,none,none,none, disfigures,disfigures,0.04,Verb,10,9,3,disfigure,none,none,11.28,1.00,none,none,none, disgorgement,disgorgement,0.02,Noun,12,11,3,disgorgement,14.10,0.56,14.10,0.56,none,none,none, disgrace,disgrace,8.02,Noun,8,7,2,disgrace,8.22,1.00,8.22,1.00,none,8.39,none,9.22 disgraceful,disgraceful,1.82,Adjective,11,10,3,disgraceful,9.10,1.00,9.10,1.00,none,none,none, disgraces,disgraces,0.06,Verb,9,9,3,disgrace,none,none,8.22,1.00,none,8.39,none,9.22 disgracing,disgracing,0.25,Verb,10,9,3,disgrace,none,none,8.22,1.00,none,8.39,none,9.22 disgruntled,disgruntled,1.04,Adjective,11,11,3,disgruntled,11.06,0.94,11.06,0.94,none,none,none, disguise,disguise,7.80,Noun,8,6,2,disguise,8.67,1.00,8.67,1.00,none,none,none, disguised,disguised,2.61,Verb,9,7,2,disguise,none,none,8.67,1.00,none,none,none, disguiser,disguiser,0.02,Noun,9,7,3,disguiser,9.06,1.00,9.06,1.00,none,none,none, disguises,disguises,0.76,Noun,9,8,3,disguise,none,none,8.67,1.00,none,none,none, disguising,disguising,0.33,Verb,10,8,3,disguise,none,none,8.67,1.00,none,none,none, disgust,disgust,2.76,Noun,7,7,2,disgust,7.68,1.00,7.68,1.00,8.73,none,none,9.22 disgusted,disgusted,1.76,Adjective,9,9,3,disgusted,7.80,1.00,7.80,1.00,none,none,none, disgusting,disgusting,26.61,Adjective,10,9,3,disgusting,6.06,1.00,6.06,1.00,8.29,none,none, disgustingness,disgustingness,0.04,Noun,14,12,4,disgustingness,10.37,0.95,10.37,0.95,none,none,none, disgusts,disgusts,0.51,Verb,8,8,2,disgust,none,none,7.68,1.00,8.73,none,none,9.22 dish,dish,11.45,Noun,4,3,1,dish,4.89,1.00,4.89,1.00,none,4.60,4.73, dishabille,dishabille,0.02,Noun,10,7,3,dishabille,14.50,0.33,14.50,0.33,none,none,none, disharmony,disharmony,0.08,Noun,10,10,4,disharmony,11.63,1.00,11.63,1.00,11.68,none,none, dishearten,dishearten,0.02,Verb,10,9,3,dishearten,11.22,0.90,11.22,0.90,none,none,none, disheartens,disheartens,0.02,Verb,11,10,3,dishearten,none,none,11.22,0.90,none,none,none, dished,dished,0.22,Verb,6,4,1,dish,none,none,4.89,1.00,none,4.60,4.73, dishes,dishes,11.86,Noun,6,5,2,dish,none,none,4.89,1.00,none,4.60,4.73, dishevelment,dishevelment,0.02,Noun,12,11,4,dishevelment,14.00,0.80,14.00,0.80,none,none,none, dishing,dishing,0.25,Verb,7,5,2,dish,none,none,4.89,1.00,none,4.60,4.73, dishonest,dishonest,2.59,Adjective,9,8,3,dishonest,5.68,1.00,5.68,1.00,7.37,none,none, dishonesty,dishonesty,0.57,Noun,10,9,4,dishonesty,6.85,1.00,6.85,1.00,none,8.56,none, dishonor,dishonour,1.20,Noun,8,6,3,dishonor,11.53,1.00,11.53,1.00,none,none,none, dishonorable,dishonourable,0.63,Adjective,12,10,5,dishonorable,10.47,1.00,10.47,1.00,none,none,none, dishonored,dishonoured,0.41,Verb,10,7,3,dishonor,none,none,11.53,1.00,none,none,none, dishonoring,dishonouring,0.08,Verb,11,8,4,dishonor,none,none,11.53,1.00,none,none,none, dishonors,dishonours,0.04,Noun,9,7,3,dishonor,none,none,11.53,1.00,none,none,none, dishpan,dishpan,0.16,Noun,7,6,2,dishpan,9.50,1.00,9.50,1.00,none,none,none, dishrag,dishrag,0.10,Noun,7,6,2,dishrag,6.33,1.00,6.33,1.00,none,none,none, dishrags,dishrags,0.02,Noun,8,7,2,dishrag,none,none,6.33,1.00,none,none,none, dishtowel,dishtowel,0.04,Noun,9,7,3,dishtowel,5.86,1.00,5.86,1.00,none,none,none, dishtowels,dishtowels,0.06,Noun,10,8,3,dishtowel,none,none,5.86,1.00,none,none,none, dishware,dishware,0.02,Noun,8,6,2,dishware,9.45,1.00,9.45,1.00,none,none,none, dishwasher,dishwasher,2.02,Noun,10,7,3,dishwasher,7.16,1.00,7.16,1.00,none,none,none, dishwashers,dishwashers,0.18,Noun,11,8,3,dishwasher,none,none,7.16,1.00,none,none,none, dishwashing,dishwashing,0.33,Adjective,11,8,3,dishwashing,6.37,1.00,6.37,1.00,none,none,none, dishwater,dishwater,0.22,Noun,9,7,3,dishwater,6.39,1.00,6.39,1.00,none,none,none, disillusion,disillusion,0.24,Verb,11,9,4,disillusion,13.79,1.00,13.79,1.00,11.58,none,none, disillusioned,disillusioned,0.57,Verb,13,10,4,disillusion,none,none,13.79,1.00,11.58,none,none, disillusionment,disillusionment,0.27,Noun,15,13,5,disillusionment,13.95,0.90,13.95,0.90,none,none,none, disillusions,disillusions,0.02,Verb,12,10,4,disillusion,none,none,13.79,1.00,11.58,none,none, disinclination,disinclination,0.04,Noun,14,13,5,disinclination,15.76,0.94,15.76,0.94,none,none,none, disinclined,disinclined,0.06,Adjective,11,10,3,disinclined,12.71,0.89,12.71,0.89,none,none,none, disinfect,disinfect,0.39,Verb,9,9,3,disinfect,10.63,1.00,10.63,1.00,none,none,none, disinfectant,disinfectant,0.78,Noun,12,12,4,disinfectant,10.74,1.00,10.74,1.00,none,8.60,none, disinfected,disinfected,0.12,Verb,11,11,4,disinfect,none,none,10.63,1.00,none,none,none, disinfecting,disinfecting,0.06,Verb,12,11,4,disinfect,none,none,10.63,1.00,none,none,none, disinfection,disinfection,0.08,Noun,12,11,4,disinfection,10.84,0.86,10.84,0.86,none,none,none, disinfects,disinfects,0.06,Verb,10,10,3,disinfect,none,none,10.63,1.00,none,none,none, disinformation,disinformation,0.24,Noun,14,12,5,disinformation,12.82,0.89,12.82,0.89,none,none,none, disingenuous,disingenuous,0.14,Adjective,12,12,5,disingenuous,15.38,0.72,15.38,0.72,none,none,none, disinherit,disinherit,0.27,Verb,10,10,4,disinherit,12.11,0.95,12.11,0.95,none,none,none, disinheritance,disinheritance,0.02,Noun,14,13,5,disinheritance,13.39,0.95,13.39,0.95,none,none,none, disinherited,disinherited,0.18,Verb,12,12,5,disinherit,none,none,12.11,0.95,none,none,none, disintegrate,disintegrate,0.51,Verb,12,11,4,disintegrate,11.42,1.00,11.42,1.00,11.16,none,none, disintegrated,disintegrated,0.35,Verb,13,13,5,disintegrate,none,none,11.42,1.00,11.16,none,none, disintegrates,disintegrates,0.18,Verb,13,12,4,disintegrate,none,none,11.42,1.00,11.16,none,none, disintegrating,disintegrating,0.25,Verb,14,13,5,disintegrate,none,none,11.42,1.00,11.16,none,none, disintegration,disintegration,0.24,Noun,14,13,5,disintegration,11.56,1.00,11.56,1.00,none,none,none, disintegrations,disintegrations,0.02,Noun,15,14,5,disintegration,none,none,11.56,1.00,none,none,none, disintegrator,disintegrator,0.14,Noun,13,12,5,disintegrator,11.12,0.84,11.12,0.84,none,none,none, disintegrators,disintegrators,0.04,Noun,14,13,5,disintegrator,none,none,11.12,0.84,none,none,none, disinter,disinter,0.06,Verb,8,7,3,disinter,13.33,0.50,13.33,0.50,none,none,none, disinterest,disinterest,0.12,Noun,11,10,4,disinterest,9.00,1.00,9.00,1.00,none,none,none, disinterested,disinterested,0.35,Adjective,13,12,4,disinterested,12.40,1.00,12.40,1.00,none,none,none, disinterestedness,disinterestedness,0.02,Noun,17,15,5,disinterestedness,13.56,0.86,13.56,0.86,none,none,none, disinterment,disinterment,0.04,Noun,12,11,4,disinterment,15.43,0.78,15.43,0.78,none,none,none, disinvite,disinvite,0.14,Noun,9,8,3,disinvite,12.84,0.95,12.84,0.95,none,none,none, disjoin,disjoin,0.02,Verb,7,6,2,disjoin,13.16,0.90,13.16,0.90,none,none,none, disjoint,disjoint,0.04,Adjective,8,7,2,disjoint,11.67,1.00,11.67,1.00,none,none,none, disjointed,disjointed,0.16,Adjective,10,9,3,disjointed,11.72,1.00,11.72,1.00,none,none,none, disk,disc,6.63,Noun,4,4,1,disk,7.47,1.00,7.47,1.00,none,none,none, diskette,diskette,0.29,Noun,8,6,2,diskette,11.82,0.94,11.82,0.94,none,none,none, diskettes,diskettes,0.04,Noun,9,7,2,diskette,none,none,11.82,0.94,none,none,none, disks,discs,1.59,Noun,5,5,1,disk,none,none,7.47,1.00,none,none,none, dislike,dislike,3.92,Verb,7,6,2,dislike,5.42,1.00,5.42,1.00,6.46,none,none, disliked,disliked,0.55,Verb,8,7,2,dislike,none,none,5.42,1.00,6.46,none,none, dislikes,dislikes,0.61,Verb,8,7,2,dislike,none,none,5.42,1.00,6.46,none,none, disliking,disliking,0.18,Verb,9,8,3,dislike,none,none,5.42,1.00,6.46,none,none, dislocate,dislocate,0.20,Verb,9,8,3,dislocate,10.95,1.00,10.95,1.00,none,none,none, dislocated,dislocated,1.49,Verb,10,10,4,dislocate,none,none,10.95,1.00,none,none,none, dislocates,dislocates,0.02,Verb,10,9,3,dislocate,none,none,10.95,1.00,none,none,none, dislocation,dislocation,0.29,Noun,11,10,4,dislocation,10.05,1.00,10.05,1.00,none,11.02,none, dislocations,dislocations,0.02,Noun,12,11,4,dislocation,none,none,10.05,1.00,none,11.02,none, dislodge,dislodge,0.25,Verb,8,6,2,dislodge,11.05,1.00,11.05,1.00,none,none,none, dislodged,dislodged,0.29,Verb,9,7,2,dislodge,none,none,11.05,1.00,none,none,none, disloyal,disloyal,0.96,Adjective,8,7,3,disloyal,10.58,1.00,10.58,1.00,none,none,none, disloyalty,disloyalty,0.45,Noun,10,9,4,disloyalty,10.95,1.00,10.95,1.00,none,none,none, dismal,dismal,0.94,Adjective,6,6,2,dismal,10.56,1.00,10.56,1.00,none,none,none,11.29 dismantle,dismantle,0.90,Verb,9,9,3,dismantle,10.89,1.00,10.89,1.00,none,none,none, dismantled,dismantled,0.45,Verb,10,10,3,dismantle,none,none,10.89,1.00,none,none,none, dismantles,dismantles,0.04,Verb,10,10,3,dismantle,none,none,10.89,1.00,none,none,none, dismay,dismay,0.45,Noun,6,5,2,dismay,10.90,1.00,10.90,1.00,none,none,none, dismember,dismember,0.31,Verb,9,8,3,dismember,13.00,1.00,13.00,1.00,none,none,none, dismembering,dismembering,0.06,Verb,12,10,4,dismember,none,none,13.00,1.00,none,none,none, dismemberment,dismemberment,0.35,Noun,13,12,4,dismemberment,11.63,0.95,11.63,0.95,none,none,none, dismemberments,dismemberments,0.02,Noun,14,13,4,dismemberment,none,none,11.63,0.95,none,none,none, dismiss,dismiss,5.47,Verb,7,6,2,dismiss,8.15,1.00,8.15,1.00,none,9.24,none,8.20 dismissal,dismissal,1.12,Noun,9,8,3,dismissal,10.00,1.00,10.00,1.00,none,9.75,none, dismissed,dismissed,12.20,Verb,9,7,2,dismiss,none,none,8.15,1.00,none,9.24,none,8.20 dismisses,dismisses,0.04,Verb,9,8,3,dismiss,none,none,8.15,1.00,none,9.24,none,8.20 dismissible,dismissible,0.02,Adjective,11,10,4,dismissible,13.33,0.95,13.33,0.95,none,none,none, dismissing,dismissing,0.51,Verb,10,8,3,dismiss,none,none,8.15,1.00,none,9.24,none,8.20 dismissive,dismissive,0.45,Adjective,10,8,3,dismissive,12.10,1.00,12.10,1.00,none,none,none, dismissiveness,dismissiveness,Err:512,Err:512,14,11,4,dismissiveness,12.13,1.00,12.13,1.00,12.06,none,none, dismount,dismount,1.43,Verb,8,7,2,dismount,9.79,1.00,9.79,1.00,none,none,none, dismounted,dismounted,0.12,Verb,10,9,3,dismount,none,none,9.79,1.00,none,none,none, dismounts,dismounts,0.04,Verb,9,8,2,dismount,none,none,9.79,1.00,none,none,none, disobedience,disobedience,0.76,Noun,12,11,5,disobedience,7.84,1.00,7.84,1.00,7.05,none,none, disobedient,disobedient,0.22,Adjective,11,11,5,disobedient,6.63,1.00,6.63,1.00,none,none,none, disobey,disobey,1.65,Verb,7,6,3,disobey,6.61,1.00,6.61,1.00,6.43,none,none, disobeyed,disobeyed,1.78,Verb,9,7,3,disobey,none,none,6.61,1.00,6.43,none,none, disobeying,disobeying,0.63,Verb,10,8,4,disobey,none,none,6.61,1.00,6.43,none,none, disobeys,disobeys,0.18,Verb,8,7,3,disobey,none,none,6.61,1.00,6.43,none,none, disodium,disodium,0.04,Noun,8,8,4,disodium,15.78,0.47,15.78,0.47,none,none,none, disorder,disorder,7.14,Noun,8,7,3,disorder,8.78,1.00,8.78,1.00,none,none,none, disordered,disordered,0.14,Adjective,10,8,3,disordered,9.56,1.00,9.56,1.00,none,none,none, disorderly,disorderly,1.35,Adjective,10,9,4,disorderly,9.63,1.00,9.63,1.00,none,none,none, disorders,disorders,1.12,Noun,9,8,3,disorder,none,none,8.78,1.00,none,none,none, disorganization,disorganisation,0.12,Noun,15,14,6,disorganization,11.11,1.00,11.11,1.00,none,none,none, disorganize,disorganize,0.04,Verb,11,10,4,disorganize,10.89,1.00,10.89,1.00,none,none,none, disorient,disorient,0.08,Noun,9,9,4,disorient,12.21,0.90,12.21,0.90,none,none,none, disorientate,disorientate,0.04,Verb,12,11,5,disorientate,13.22,0.95,13.22,0.95,none,none,none, disorientated,disorientated,0.08,Adjective,13,13,6,disorientated,11.11,0.90,11.11,0.90,none,none,none, disorientates,disorientates,0.02,Verb,13,12,5,disorientate,none,none,13.22,0.95,none,none,none, disorientation,disorientation,0.57,Noun,14,13,6,disorientation,10.78,1.00,10.78,1.00,none,none,none, disoriented,disoriented,1.22,Adjective,11,11,5,disoriented,9.89,1.00,9.89,1.00,none,none,none, disorients,disorients,0.02,Noun,10,10,4,disorient,none,none,12.21,0.90,none,none,none, disown,disown,0.41,Verb,6,5,2,disown,11.61,1.00,11.61,1.00,none,none,none, disowned,disowned,0.29,Verb,8,6,2,disown,none,none,11.61,1.00,none,none,none, disowning,disowning,0.06,Verb,9,7,3,disown,none,none,11.61,1.00,none,none,none, disowns,disowns,0.02,Verb,7,6,2,disown,none,none,11.61,1.00,none,none,none, disparage,disparage,0.86,Verb,9,8,3,disparage,14.88,0.94,14.88,0.94,none,none,none, disparaged,disparaged,0.29,Verb,10,9,3,disparage,none,none,14.88,0.94,none,none,none, disparagement,disparagement,0.02,Noun,13,12,4,disparagement,13.69,0.89,13.69,0.89,none,13.26,none, disparages,disparages,0.02,Verb,10,10,4,disparage,none,none,14.88,0.94,none,none,none, disparaging,disparaging,0.31,Adjective,11,10,4,disparaging,13.35,0.89,13.35,0.89,none,none,none, disparate,disparate,0.14,Adjective,9,7,3,disparate,16.00,0.74,16.00,0.74,none,none,none, disparities,disparities,0.06,Noun,11,10,4,disparity,none,none,12.50,0.89,none,none,none, disparity,disparity,0.20,Noun,9,9,4,disparity,12.50,0.89,12.50,0.89,none,none,none, dispassion,dispassion,0.06,Noun,10,8,3,dispassion,14.07,0.83,14.07,0.83,none,none,none, dispassionate,dispassionate,0.14,Adjective,13,10,4,dispassionate,13.39,1.00,13.39,1.00,none,none,none, dispatch,despatch,6.86,Verb,8,6,2,dispatch,11.00,1.00,11.00,1.00,none,none,none,11.39 dispatched,despatched,1.59,Verb,10,7,2,dispatch,none,none,11.00,1.00,none,none,none,11.39 dispatcher,dispatcher,1.47,Noun,10,7,3,dispatcher,12.67,1.00,12.67,1.00,none,none,none, dispatchers,dispatchers,0.10,Noun,11,8,3,dispatcher,none,none,12.67,1.00,none,none,none, dispatches,despatches,0.76,Noun,10,8,3,dispatch,none,none,11.00,1.00,none,none,none,11.39 dispatching,despatching,0.31,Verb,11,8,3,dispatch,none,none,11.00,1.00,none,none,none,11.39 dispel,dispel,0.27,Verb,6,6,2,dispel,11.39,1.00,11.39,1.00,none,none,none, dispelled,dispelled,0.08,Verb,9,7,2,dispel,none,none,11.39,1.00,none,none,none, dispels,dispels,0.02,Verb,7,7,2,dispel,none,none,11.39,1.00,none,none,none, dispensable,dispensable,0.18,Adjective,11,11,4,dispensable,11.89,0.95,11.89,0.95,none,none,none, dispensary,dispensary,0.41,Noun,10,9,4,dispensary,13.50,0.89,13.50,0.89,none,none,none, dispensation,dispensation,0.35,Noun,12,11,4,dispensation,11.93,0.74,11.93,0.74,none,none,none, dispensations,dispensations,0.02,Noun,13,12,4,dispensation,none,none,11.93,0.74,none,none,none, dispense,dispense,1.35,Verb,8,7,2,dispense,9.50,1.00,9.50,1.00,none,none,none,10.32 dispensed,dispensed,0.53,Verb,9,8,2,dispense,none,none,9.50,1.00,none,none,none,10.32 dispenser,dispenser,1.02,Noun,9,8,3,dispenser,7.94,1.00,7.94,1.00,none,none,none, dispensers,dispensers,0.10,Noun,10,9,3,dispenser,none,none,7.94,1.00,none,none,none, dispenses,dispenses,0.12,Verb,9,9,3,dispense,none,none,9.50,1.00,none,none,none,10.32 dispensing,dispensing,0.29,Verb,10,9,3,dispense,none,none,9.50,1.00,none,none,none,10.32 dispersal,dispersal,0.45,Noun,9,8,3,dispersal,10.84,0.95,10.84,0.95,none,none,none, disperse,disperse,1.78,Verb,8,6,2,disperse,12.11,1.00,12.11,1.00,10.49,none,none,11.59 dispersed,dispersed,0.41,Verb,9,7,2,disperse,none,none,12.11,1.00,10.49,none,none,11.59 disperses,disperses,0.10,Verb,9,8,3,disperse,none,none,12.11,1.00,10.49,none,none,11.59 dispersion,dispersion,0.06,Noun,10,8,3,dispersion,13.00,0.78,13.00,0.78,none,none,none, dispersions,dispersions,0.02,Noun,11,9,3,dispersion,none,none,13.00,0.78,none,none,none, dispirit,dispirit,0.06,Verb,8,7,3,dispirit,15.23,0.68,15.23,0.68,none,none,none, dispiritedness,dispiritedness,Err:512,Err:512,14,12,5,dispiritedness,14.67,0.86,14.67,0.86,12.50,none,none, displace,displace,0.41,Verb,8,7,2,displace,11.10,1.00,11.10,1.00,none,none,none, displacement,displacement,0.84,Noun,12,11,3,displacement,12.65,0.94,12.65,0.94,none,none,none, displacements,displacements,0.02,Noun,13,12,3,displacement,none,none,12.65,0.94,none,none,none, displaces,displaces,0.04,Verb,9,9,3,displace,none,none,11.10,1.00,none,none,none, displacing,displacing,0.10,Verb,10,9,3,displace,none,none,11.10,1.00,none,none,none, display,display,8.53,Noun,7,6,2,display,7.72,1.00,7.72,1.00,7.82,7.98,none,9.13 displayed,displayed,1.47,Verb,9,7,2,display,none,none,7.72,1.00,7.82,7.98,none,9.13 displaying,displaying,0.59,Verb,10,8,3,display,none,none,7.72,1.00,7.82,7.98,none,9.13 displays,displays,1.25,Noun,8,7,2,display,none,none,7.72,1.00,7.82,7.98,none,9.13 displease,displease,0.43,Verb,9,7,2,displease,8.06,1.00,8.06,1.00,none,none,none, displeases,displeases,0.08,Verb,10,9,3,displease,none,none,8.06,1.00,none,none,none, displeasing,displeasing,0.12,Verb,11,9,3,displease,none,none,8.06,1.00,none,none,none, displeasure,displeasure,0.67,Noun,11,8,3,displeasure,8.95,1.00,8.95,1.00,none,none,none, disposable,disposable,1.84,Adjective,10,10,4,disposable,10.11,1.00,10.11,1.00,none,none,none, disposables,disposables,0.02,Noun,11,11,4,disposable,none,none,10.11,1.00,none,none,none, disposal,disposal,4.90,Noun,8,8,3,disposal,10.75,1.00,10.75,1.00,none,none,none, disposals,disposals,0.08,Noun,9,9,3,disposal,none,none,10.75,1.00,none,none,none, dispose,dispose,3.14,Verb,7,6,2,dispose,8.50,1.00,8.50,1.00,none,9.71,none,9.67 disposed,disposed,1.73,Verb,8,7,2,dispose,none,none,8.50,1.00,none,9.71,none,9.67 disposer,disposer,0.08,Noun,8,7,3,disposer,12.12,0.89,12.12,0.89,none,none,none, disposes,disposes,0.14,Verb,8,8,3,dispose,none,none,8.50,1.00,none,9.71,none,9.67 disposing,disposing,0.55,Verb,9,8,3,dispose,none,none,8.50,1.00,none,9.71,none,9.67 disposition,disposition,2.16,Noun,11,10,4,disposition,12.24,1.00,12.24,1.00,none,none,none, dispositional,dispositional,0.04,Adjective,13,12,5,dispositional,13.80,0.79,13.80,0.79,none,none,none, dispositions,dispositions,0.12,Noun,12,11,4,disposition,none,none,12.24,1.00,none,none,none, dispositive,dispositive,0.14,Adjective,11,10,4,dispositive,13.25,0.80,13.25,0.80,none,none,none, dispossess,dispossess,0.08,Verb,10,8,3,dispossess,13.56,1.00,13.56,1.00,none,none,none, dispossesses,dispossesses,0.02,Verb,12,10,4,dispossess,none,none,13.56,1.00,none,none,none, dispraise,dispraise,Err:512,Err:512,9,7,2,dispraise,13.70,0.53,13.70,0.53,none,none,none, disproportionate,disproportionate,0.25,Adjective,16,14,5,disproportionate,14.06,0.95,14.06,0.95,none,none,none, disprove,disprove,0.61,Verb,8,7,2,disprove,10.21,1.00,10.21,1.00,none,none,none, disproved,disproved,0.10,Verb,9,8,2,disprove,none,none,10.21,1.00,none,none,none, disproven,disproven,0.06,Verb,9,9,3,disprove,none,none,10.21,1.00,none,none,none, disproves,disproves,0.06,Verb,9,8,2,disprove,none,none,10.21,1.00,none,none,none, disputatious,disputatious,0.02,Adjective,12,12,5,disputatious,15.08,0.60,15.08,0.60,none,none,none, dispute,dispute,3.14,Noun,7,7,2,dispute,12.05,1.00,12.05,1.00,none,10.28,none,10.60 disputes,disputes,0.55,Noun,8,8,2,dispute,none,none,12.05,1.00,none,10.28,none,10.60 disputing,disputing,0.25,Verb,9,9,3,dispute,none,none,12.05,1.00,none,10.28,none,10.60 disqualification,disqualification,0.35,Noun,16,15,6,disqualification,9.72,1.00,9.72,1.00,none,none,none, disqualified,disqualified,1.67,Verb,12,11,4,disqualify,none,none,8.83,1.00,none,none,none, disqualifies,disqualifies,0.02,Verb,12,11,4,disqualify,none,none,8.83,1.00,none,none,none, disqualify,disqualify,0.65,Verb,10,10,4,disqualify,8.83,1.00,8.83,1.00,none,none,none, disqualifying,disqualifying,0.16,Verb,13,12,5,disqualify,none,none,8.83,1.00,none,none,none, disquiet,disquiet,0.08,Verb,8,8,3,disquiet,13.64,0.78,13.64,0.78,none,12.07,none, disquieting,disquieting,0.12,Adjective,11,10,4,disquieting,13.50,0.95,13.50,0.95,none,none,none, disquietude,disquietude,Err:512,Err:512,11,10,4,disquietude,15.58,0.57,15.58,0.57,none,none,none, disregard,disregard,3.51,Verb,9,9,3,disregard,10.35,0.94,10.35,0.94,11.16,none,none, disregarded,disregarded,0.24,Verb,11,11,4,disregard,none,none,10.35,0.94,11.16,none,none, disregarding,disregarding,0.27,Verb,12,11,4,disregard,none,none,10.35,0.94,11.16,none,none, disregards,disregards,0.04,Verb,10,10,3,disregard,none,none,10.35,0.94,11.16,none,none, disremember,disremember,0.02,Noun,11,10,4,disremember,13.57,0.78,13.57,0.78,none,none,none, disrepair,disrepair,0.16,Noun,9,8,3,disrepair,11.95,0.95,11.95,0.95,none,none,none, disreputable,disreputable,0.16,Adjective,12,13,5,disreputable,13.95,1.00,13.95,1.00,none,none,none, disrepute,disrepute,0.14,Noun,9,9,3,disrepute,12.62,0.72,12.62,0.72,none,none,none, disrespect,disrespect,5.24,Noun,10,10,3,disrespect,8.78,1.00,8.78,1.00,none,none,none, disrespected,disrespected,0.47,Verb,12,12,4,disrespect,none,none,8.78,1.00,none,none,none, disrespectful,disrespectful,2.06,Adjective,13,13,4,disrespectful,7.06,1.00,7.06,1.00,none,none,none, disrespecting,disrespecting,0.78,Verb,13,12,4,disrespect,none,none,8.78,1.00,none,none,none, disrespects,disrespects,0.20,Verb,11,11,3,disrespect,none,none,8.78,1.00,none,none,none, disrobe,disrobe,0.27,Verb,7,6,2,disrobe,12.61,0.95,12.61,0.95,none,none,none, disrobed,disrobed,0.10,Verb,8,7,2,disrobe,none,none,12.61,0.95,none,none,none, disrobement,disrobement,0.02,Noun,11,10,3,disrobement,14.47,0.95,14.47,0.95,none,none,none, disrupt,disrupt,1.27,Verb,7,7,2,disrupt,9.17,1.00,9.17,1.00,none,none,none,9.22 disrupted,disrupted,0.84,Verb,9,9,3,disrupt,none,none,9.17,1.00,none,none,none,9.22 disrupter,disrupter,0.04,Noun,9,8,3,disrupter,9.22,0.95,9.22,0.95,none,none,none, disrupting,disrupting,1.14,Verb,10,9,3,disrupt,none,none,9.17,1.00,none,none,none,9.22 disruption,disruption,1.00,Noun,10,9,3,disruption,9.44,1.00,9.44,1.00,none,none,none, disruptions,disruptions,0.16,Noun,11,10,3,disruption,none,none,9.44,1.00,none,none,none, disruptive,disruptive,0.43,Adjective,10,9,3,disruptive,8.79,1.00,8.79,1.00,none,none,none, disruptor,disruptor,0.06,Noun,9,8,3,disruptor,10.95,1.00,10.95,1.00,none,none,none, disrupts,disrupts,0.25,Verb,8,8,2,disrupt,none,none,9.17,1.00,none,none,none,9.22 dissatisfaction,dissatisfaction,0.27,Noun,15,13,5,dissatisfaction,11.11,1.00,11.11,1.00,none,none,none, dissatisfactions,dissatisfactions,0.06,Noun,16,14,5,dissatisfaction,none,none,11.11,1.00,none,none,none, dissatisfied,dissatisfied,0.94,Adjective,12,10,4,dissatisfied,9.95,1.00,9.95,1.00,none,none,none, dissatisfy,dissatisfy,Err:512,Err:512,10,9,4,dissatisfy,9.41,1.00,9.41,1.00,none,none,none, disseat,disseat,0.02,Verb,7,5,2,disseat,11.75,0.42,11.75,0.42,none,none,none, dissect,dissect,0.98,Verb,7,6,2,dissect,10.11,1.00,10.11,1.00,none,none,none,10.80 dissected,dissected,0.53,Verb,9,8,3,dissect,none,none,10.11,1.00,none,none,none,10.80 dissecting,dissecting,0.49,Verb,10,8,3,dissect,none,none,10.11,1.00,none,none,none,10.80 dissection,dissection,0.86,Noun,10,8,3,dissection,11.56,1.00,11.56,1.00,none,11.87,none, dissections,dissections,0.06,Noun,11,9,3,dissection,none,none,11.56,1.00,none,11.87,none, dissector,dissector,0.04,Noun,9,7,3,dissector,12.00,0.95,12.00,0.95,none,none,none, dissectors,dissectors,0.02,Noun,10,8,3,dissector,none,none,12.00,0.95,none,none,none, dissects,dissects,0.04,Verb,8,7,2,dissect,none,none,10.11,1.00,none,none,none,10.80 dissemble,dissemble,0.12,Verb,9,8,3,dissemble,11.53,0.79,11.53,0.79,none,none,none, dissembler,dissembler,0.02,Noun,10,9,4,dissembler,13.44,0.89,13.44,0.89,none,none,none, dissemblers,dissemblers,0.02,Noun,11,10,4,dissembler,none,none,13.44,0.89,none,none,none, dissembling,dissembling,0.10,Verb,11,9,3,dissemble,none,none,11.53,0.79,none,none,none, disseminate,disseminate,0.08,Verb,11,9,4,disseminate,13.33,0.83,13.33,0.83,none,none,none, disseminated,disseminated,0.10,Verb,12,11,5,disseminate,none,none,13.33,0.83,none,none,none, disseminating,disseminating,0.06,Verb,13,11,5,disseminate,none,none,13.33,0.83,none,none,none, dissemination,dissemination,0.06,Noun,13,11,5,dissemination,15.64,0.78,15.64,0.78,none,none,none, disseminator,disseminator,0.02,Noun,12,10,5,disseminator,13.57,0.74,13.57,0.74,none,none,none, dissension,dissension,0.27,Noun,10,8,3,dissension,15.75,0.63,15.75,0.63,none,none,none, dissent,dissent,0.59,Noun,7,6,2,dissent,11.44,0.80,11.44,0.80,none,13.09,none,12.11 dissenter,dissenter,0.02,Noun,9,7,3,dissenter,14.47,0.94,14.47,0.94,none,none,none, dissenters,dissenters,0.08,Noun,10,8,3,dissenter,none,none,14.47,0.94,none,none,none, dissertation,dissertation,1.20,Noun,12,9,4,dissertation,14.73,0.83,14.73,0.83,none,none,none, dissertations,dissertations,0.06,Noun,13,12,5,dissertation,none,none,14.73,0.83,none,none,none, disservice,disservice,0.35,Noun,10,7,3,disservice,13.72,0.95,13.72,0.95,none,none,none, disseverance,disseverance,0.02,Noun,12,10,5,disseverance,16.64,0.64,16.64,0.64,none,none,none, dissident,dissident,0.18,Noun,9,8,3,dissident,13.29,0.74,13.29,0.74,none,none,none, dissidents,dissidents,0.14,Noun,10,9,3,dissident,none,none,13.29,0.74,none,none,none, dissimilar,dissimilar,0.25,Adjective,10,8,4,dissimilar,12.30,0.91,12.30,0.91,none,none,none, dissimilarities,dissimilarities,0.04,Noun,15,13,6,dissimilarity,none,none,13.33,0.90,none,none,none, dissimilarity,dissimilarity,0.02,Noun,13,12,6,dissimilarity,13.33,0.90,13.33,0.90,none,none,none, dissimulate,dissimulate,0.02,Verb,11,10,4,dissimulate,13.80,0.53,13.80,0.53,none,none,none, dissimulated,dissimulated,0.02,Verb,12,12,5,dissimulate,none,none,13.80,0.53,none,none,none, dissimulation,dissimulation,0.02,Noun,13,12,5,dissimulation,15.42,0.95,15.42,0.95,none,none,none, dissipate,dissipate,0.22,Verb,9,7,3,dissipate,13.22,1.00,13.22,1.00,none,none,none, dissipated,dissipated,0.35,Verb,10,9,4,dissipate,none,none,13.22,1.00,none,none,none, dissipates,dissipates,0.04,Verb,10,8,3,dissipate,none,none,13.22,1.00,none,none,none, dissipating,dissipating,0.06,Verb,11,9,4,dissipate,none,none,13.22,1.00,none,none,none, dissipation,dissipation,0.24,Noun,11,9,4,dissipation,13.50,0.80,13.50,0.80,none,none,none, dissociate,dissociate,0.04,Verb,10,8,4,dissociate,13.56,0.89,13.56,0.89,none,none,none, dissociation,dissociation,0.04,Noun,12,10,5,dissociation,12.88,0.94,12.88,0.94,none,none,none, dissociative,dissociative,0.57,Adjective,12,9,4,dissociative,14.76,0.89,14.76,0.89,none,none,none, dissolute,dissolute,0.08,Adjective,9,8,3,dissolute,13.40,0.75,13.40,0.75,none,none,none, dissolution,dissolution,0.10,Noun,11,9,4,dissolution,13.10,1.00,13.10,1.00,none,none,none, dissolve,dissolve,1.86,Verb,8,6,2,dissolve,9.20,1.00,9.20,1.00,7.96,none,none,9.13 dissolved,dissolved,1.27,Verb,9,7,2,dissolve,none,none,9.20,1.00,7.96,none,none,9.13 dissolves,dissolves,0.41,Verb,9,7,2,dissolve,none,none,9.20,1.00,7.96,none,none,9.13 dissolving,dissolving,0.33,Verb,10,8,3,dissolve,none,none,9.20,1.00,7.96,none,none,9.13 dissonance,dissonance,0.06,Noun,10,8,3,dissonance,12.82,0.89,12.82,0.89,none,none,none, dissonant,dissonant,0.04,Noun,9,8,3,dissonant,14.69,0.65,14.69,0.65,none,none,none, dissuade,dissuade,0.53,Verb,8,6,2,dissuade,13.18,0.89,13.18,0.89,none,none,none,12.32 dissuaded,dissuaded,0.14,Verb,9,8,3,dissuade,none,none,13.18,0.89,none,none,none,12.32 distain,distain,0.02,Verb,7,6,2,distain,13.00,0.69,13.00,0.69,none,none,none, distal,distal,0.63,Adjective,6,6,2,distal,15.10,0.56,15.10,0.56,none,none,none, distance,distance,25.61,Noun,8,7,2,distance,6.81,1.00,6.81,1.00,none,6.92,none, distanced,distanced,0.18,Verb,9,8,2,distance,none,none,6.81,1.00,none,6.92,none, distances,distances,0.90,Noun,9,9,3,distance,none,none,6.81,1.00,none,6.92,none, distancing,distancing,0.16,Verb,10,9,3,distance,none,none,6.81,1.00,none,6.92,none, distant,distant,8.61,Adjective,7,7,2,distant,8.95,1.00,8.95,1.00,none,8.11,none,8.37 distaste,distaste,0.25,Noun,8,7,2,distaste,12.39,1.00,12.39,1.00,none,none,none, distasteful,distasteful,1.18,Adjective,11,10,3,distasteful,10.11,0.95,10.11,0.95,none,none,none, distemper,distemper,0.18,Noun,9,8,3,distemper,13.83,0.86,13.83,0.86,none,none,none, distempered,distempered,0.02,Adjective,11,9,3,distempered,11.12,0.89,11.12,0.89,none,none,none, distend,distend,0.02,Verb,7,7,2,distend,12.88,0.89,12.88,0.89,none,none,none, distended,distended,0.55,Verb,9,9,3,distend,none,none,12.88,0.89,none,none,none, distending,distending,0.06,Verb,10,9,3,distend,none,none,12.88,0.89,none,none,none, distension,distension,0.10,Noun,10,9,3,distension,12.86,0.70,12.86,0.70,none,none,none, distention,distension,0.08,Noun,10,9,3,distention,13.93,0.78,13.93,0.78,none,none,none, distil,distill,Err:512,Err:512,6,6,2,distil,13.92,0.60,13.92,0.60,none,none,none, distill,distil,0.14,Verb,7,6,2,distil,none,none,13.92,0.60,none,none,none, distillate,distillate,0.02,Noun,10,8,3,distillate,13.18,0.89,13.18,0.89,none,none,none, distillation,distillation,0.14,Noun,12,10,4,distillation,14.59,0.94,14.59,0.94,none,none,none, distilled,distilled,0.63,Adjective,9,7,2,distilled,9.61,1.00,9.61,1.00,none,none,none, distiller,distiller,0.06,Noun,9,7,3,distiller,12.75,1.00,12.75,1.00,none,none,none, distillers,distillers,0.04,Noun,10,8,3,distiller,none,none,12.75,1.00,none,none,none, distillery,distillery,0.27,Noun,10,8,4,distillery,14.61,0.90,14.61,0.90,none,none,none, distinct,distinct,3.04,Adjective,8,8,2,distinct,10.50,1.00,10.50,1.00,none,none,none,10.41 distinction,distinction,2.94,Noun,11,10,3,distinction,10.35,1.00,10.35,1.00,none,10.07,none, distinctions,distinctions,0.45,Noun,12,11,3,distinction,none,none,10.35,1.00,none,10.07,none, distinctive,distinctive,1.55,Adjective,11,10,3,distinctive,10.39,1.00,10.39,1.00,none,none,none, distinctiveness,distinctiveness,0.02,Noun,15,13,4,distinctiveness,11.24,0.94,11.24,0.94,none,none,none, distinguish,distinguish,1.78,Verb,11,10,3,distinguish,11.28,1.00,11.28,1.00,none,none,none, distinguishable,distinguishable,0.02,Adjective,15,14,5,distinguishable,11.70,1.00,11.70,1.00,none,none,none, distinguished,distinguished,6.18,Adjective,13,11,3,distinguished,10.78,1.00,10.78,1.00,none,none,none, distinguishes,distinguishes,0.14,Verb,13,12,4,distinguish,none,none,11.28,1.00,none,none,none, distinguishing,distinguishing,0.55,Adjective,14,12,4,distinguishing,11.58,1.00,11.58,1.00,none,none,none, distort,distort,0.39,Verb,7,7,2,distort,11.22,1.00,11.22,1.00,none,none,none, distorted,distorted,2.02,Adjective,9,9,3,distorted,10.32,1.00,10.32,1.00,none,none,none, distorting,distorting,0.27,Verb,10,9,3,distort,none,none,11.22,1.00,none,none,none, distortion,distortion,1.18,Noun,10,9,3,distortion,11.47,1.00,11.47,1.00,none,none,none, distortions,distortions,0.61,Noun,11,10,3,distortion,none,none,11.47,1.00,none,none,none, distorts,distorts,0.22,Verb,8,8,2,distort,none,none,11.22,1.00,none,none,none, distract,distract,4.88,Verb,8,8,2,distract,8.72,1.00,8.72,1.00,none,none,none,8.37 distracted,distracted,7.39,Verb,10,10,3,distract,none,none,8.72,1.00,none,none,none,8.37 distracter,distracter,0.02,Noun,10,9,3,distracter,11.35,0.89,11.35,0.89,none,none,none, distracting,distracting,2.55,Verb,11,10,3,distract,none,none,8.72,1.00,none,none,none,8.37 distraction,distraction,3.92,Noun,11,10,3,distraction,9.58,1.00,9.58,1.00,none,none,none, distractions,distractions,1.71,Noun,12,11,3,distraction,none,none,9.58,1.00,none,none,none, distracts,distracts,0.41,Verb,9,9,2,distract,none,none,8.72,1.00,none,none,none,8.37 distraught,distraught,1.55,Adjective,10,7,2,distraught,11.00,1.00,11.00,1.00,11.91,none,none, distress,distress,7.27,Noun,8,7,2,distress,11.16,1.00,11.16,1.00,none,8.39,none,10.04 distresses,distresses,0.10,Noun,10,9,3,distress,none,none,11.16,1.00,none,8.39,none,10.04 distressing,distressing,0.82,Adjective,11,9,3,distressing,10.32,1.00,10.32,1.00,none,none,none, distributable,distributable,0.02,Adjective,13,14,5,distributable,12.43,0.95,12.43,0.95,none,none,none, distribute,distribute,1.49,Verb,10,10,3,distribute,10.32,1.00,10.32,1.00,none,none,none, distributed,distributed,1.31,Verb,11,12,4,distribute,none,none,10.32,1.00,none,none,none, distributer,distributer,0.02,Noun,11,11,4,distributer,11.42,1.00,11.42,1.00,none,none,none, distributes,distributes,0.18,Verb,11,11,3,distribute,none,none,10.32,1.00,none,none,none, distributing,distributing,0.59,Verb,12,12,4,distribute,none,none,10.32,1.00,none,none,none, distribution,distribution,3.08,Noun,12,12,4,distribution,11.00,1.00,11.00,1.00,none,none,none, distributor,distributor,1.53,Noun,11,11,4,distributor,11.56,1.00,11.56,1.00,none,none,none, distributors,distributors,0.49,Noun,12,12,4,distributor,none,none,11.56,1.00,none,none,none, distributorship,distributorship,0.02,Noun,15,14,5,distributorship,13.26,0.95,13.26,0.95,none,none,none, district,district,20.94,Noun,8,8,2,district,9.79,1.00,9.79,1.00,none,none,none,10.22 districts,districts,0.57,Noun,9,9,2,district,none,none,9.79,1.00,none,none,none,10.22 distrust,distrust,0.75,Verb,8,8,2,distrust,10.10,1.00,10.10,1.00,10.02,none,none, distrustful,distrustful,0.10,Adjective,11,11,3,distrustful,11.62,1.00,11.62,1.00,none,none,none, distrusts,distrusts,0.02,Verb,9,9,2,distrust,none,none,10.10,1.00,10.02,none,none, disturb,disturb,11.10,Verb,7,6,2,disturb,8.22,1.00,8.22,1.00,7.26,none,none,8.79 disturbance,disturbance,3.94,Noun,11,9,3,disturbance,9.33,1.00,9.33,1.00,none,none,none, disturbances,disturbances,0.82,Noun,12,11,4,disturbance,none,none,9.33,1.00,none,none,none, disturbed,disturbed,9.86,Verb,9,7,2,disturb,none,none,8.22,1.00,7.26,none,none,8.79 disturber,disturber,0.02,Noun,9,7,3,disturber,9.72,1.00,9.72,1.00,none,none,none, disturbers,disturbers,0.06,Noun,10,8,3,disturber,none,none,9.72,1.00,none,none,none, disturbing,disturbing,9.08,Adjective,10,8,3,disturbing,8.63,1.00,8.63,1.00,none,none,none, disturbs,disturbs,0.90,Verb,8,7,2,disturb,none,none,8.22,1.00,7.26,none,none,8.79 disulphide,disulphide,0.02,Verb,10,8,3,disulphide,13.88,0.40,13.88,0.40,none,none,none, disunite,disunite,Err:512,Err:512,8,8,3,disunite,12.55,0.91,12.55,0.91,12.19,none,none, disunited,disunited,Err:512,Err:512,9,10,4,disunited,12.17,0.90,12.17,0.90,12.22,none,none, disuse,disuse,0.06,Noun,6,6,2,disuse,10.95,0.95,10.95,0.95,none,none,none, disused,disused,0.10,Adjective,7,7,2,disused,12.20,0.83,12.20,0.83,none,none,none, ditch,ditch,7.86,Verb,5,3,1,ditch,6.22,1.00,6.22,1.00,none,5.94,7.08, ditched,ditched,2.31,Verb,7,4,1,ditch,none,none,6.22,1.00,none,5.94,7.08, ditches,ditches,0.80,Noun,7,5,2,ditch,none,none,6.22,1.00,none,5.94,7.08, ditching,ditching,0.78,Verb,8,5,2,ditch,none,none,6.22,1.00,none,5.94,7.08, dither,dither,0.08,Noun,6,4,2,dither,14.20,0.71,14.20,0.71,8.65,none,none, ditherance,ditherance,Err:512,Err:512,10,8,3,ditherance,13.53,0.57,13.53,0.57,12.45,none,none, ditsy,ditsy,0.06,Adjective,5,5,2,ditsy,10.88,0.94,10.88,0.94,none,none,none, ditties,ditties,0.10,Noun,7,5,2,ditty,none,none,10.27,0.79,none,none,none,11.70 ditto,ditto,1.67,Noun,5,4,2,ditto,9.30,1.00,9.30,1.00,none,none,none,8.96 ditty,ditty,0.78,Noun,5,4,2,ditty,10.27,0.79,10.27,0.79,none,none,none,11.70 ditz,ditz,0.12,Noun,4,4,1,ditz,7.88,0.89,7.88,0.89,none,none,none, ditzy,ditzy,0.14,Adjective,5,5,2,ditzy,9.21,1.00,9.21,1.00,none,none,none, diuretic,diuretic,0.18,Adjective,8,8,4,diuretic,14.88,0.89,14.88,0.89,none,none,none, diurnal,diurnal,0.04,Adjective,7,6,3,diurnal,15.50,0.53,15.50,0.53,none,none,none, diva,diva,1.53,Noun,4,4,2,diva,13.58,1.00,13.58,1.00,none,none,none, divan,divan,0.12,Noun,5,5,2,divan,11.44,0.43,11.44,0.43,none,none,none, divas,divas,0.08,Noun,5,5,2,diva,none,none,13.58,1.00,none,none,none, dive,dive,12.82,Verb,4,3,1,dive,7.21,1.00,7.21,1.00,6.34,6.50,5.75, dived,dived,0.43,Verb,5,4,1,dive,none,none,7.21,1.00,6.34,6.50,5.75, diver,diver,2.43,Noun,5,4,2,diver,6.89,1.00,6.89,1.00,6.37,none,none, diverge,diverge,0.02,Verb,7,5,2,diverge,12.59,0.89,12.59,0.89,none,none,none, diverged,diverged,0.20,Verb,8,6,2,diverge,none,none,12.59,0.89,none,none,none, divergence,divergence,0.06,Noun,10,8,3,divergence,14.79,0.74,14.79,0.74,none,none,none, divergences,divergences,0.06,Noun,11,10,4,divergence,none,none,14.79,0.74,none,none,none, divergent,divergent,0.08,Adjective,9,8,3,divergent,13.71,0.94,13.71,0.94,none,none,none, diverges,diverges,0.02,Verb,8,7,3,diverge,none,none,12.59,0.89,none,none,none, divers,divers,1.59,Noun,6,5,2,diver,none,none,6.89,1.00,6.37,none,none, diverse,diverse,0.76,Adjective,7,5,2,diverse,12.00,1.00,12.00,1.00,none,11.13,none,10.60 diversification,diversification,0.14,Noun,15,13,6,diversification,13.11,1.00,13.11,1.00,none,none,none, diversified,diversified,0.06,Verb,11,9,4,diversify,none,none,13.10,1.00,none,none,none, diversifies,diversifies,0.02,Verb,11,9,4,diversify,none,none,13.10,1.00,none,none,none, diversify,diversify,0.29,Verb,9,8,4,diversify,13.10,1.00,13.10,1.00,none,none,none, diversifying,diversifying,0.06,Verb,12,10,5,diversify,none,none,13.10,1.00,none,none,none, diversion,diversion,3.10,Noun,9,7,3,diversion,12.58,1.00,12.58,1.00,none,none,none, diversionary,diversionary,0.49,Adjective,12,10,5,diversionary,15.07,0.83,15.07,0.83,none,none,none, diversions,diversions,0.57,Noun,10,8,3,diversion,none,none,12.58,1.00,none,none,none, diversities,diversities,0.04,Noun,11,9,4,diversity,none,none,10.79,1.00,none,none,none, diversity,diversity,1.10,Noun,9,8,4,diversity,10.79,1.00,10.79,1.00,none,none,none, divert,divert,2.02,Verb,6,5,2,divert,11.33,1.00,11.33,1.00,none,11.04,none,10.70 diverted,diverted,0.76,Verb,8,7,3,divert,none,none,11.33,1.00,none,11.04,none,10.70 diverter,diverter,0.02,Noun,8,6,3,diverter,14.22,0.95,14.22,0.95,none,none,none, diverticulitis,diverticulitis,0.12,Noun,14,14,6,diverticulitis,16.10,0.50,16.10,0.50,none,none,none, diverting,diverting,0.43,Verb,9,7,3,divert,none,none,11.33,1.00,none,11.04,none,10.70 divertissement,divertissement,0.06,Noun,14,12,4,divertissement,16.70,0.53,16.70,0.53,none,none,none, divertissements,divertissements,0.02,Noun,15,14,5,divertissement,none,none,16.70,0.53,none,none,none, divertive,divertive,0.06,Adjective,9,7,3,divertive,13.86,0.78,13.86,0.78,none,none,none, diverts,diverts,0.08,Verb,7,6,2,divert,none,none,11.33,1.00,none,11.04,none,10.70 dives,dives,1.00,Verb,5,4,1,dive,none,none,7.21,1.00,6.34,6.50,5.75, divest,divest,0.08,Verb,6,6,2,divest,14.00,0.80,14.00,0.80,none,none,none, divestiture,divestiture,0.06,Noun,11,9,4,divestiture,14.25,0.44,14.25,0.44,none,none,none, divests,divests,0.02,Verb,7,7,2,divest,none,none,14.00,0.80,none,none,none, divide,divide,5.84,Verb,6,5,2,divide,7.16,1.00,7.16,1.00,6.28,none,none,7.57 divided,divided,4.45,Verb,7,7,3,divide,none,none,7.16,1.00,6.28,none,none,7.57 dividend,dividend,0.37,Noun,8,8,3,dividend,12.79,1.00,12.79,1.00,none,11.38,none, dividends,dividends,0.57,Noun,9,9,3,dividend,none,none,12.79,1.00,none,11.38,none, divider,divider,0.16,Noun,7,6,3,divider,9.72,1.00,9.72,1.00,none,none,none, dividers,dividers,0.04,Noun,8,7,3,dividers,8.44,1.00,8.44,1.00,none,none,none, divides,divides,0.65,Verb,7,6,2,divide,none,none,7.16,1.00,6.28,none,none,7.57 dividing,dividing,1.20,Verb,8,7,3,divide,none,none,7.16,1.00,6.28,none,none,7.57 divination,divination,0.10,Noun,10,9,4,divination,12.23,0.72,12.23,0.72,none,none,none, divine,divine,11.65,Adjective,6,5,2,divine,10.16,1.00,10.16,1.00,none,none,none,10.22 divined,divined,0.08,Verb,7,6,2,divine,none,none,10.16,1.00,none,none,none,10.22 diving,diving,6.29,Verb,6,5,2,dive,none,none,7.21,1.00,6.34,6.50,5.75, divining,divining,0.16,Adjective,8,7,3,divining,11.12,0.94,11.12,0.94,none,none,none, divinities,divinities,0.06,Noun,10,9,4,divinity,none,none,10.41,0.89,none,none,none, divinity,divinity,0.84,Noun,8,8,4,divinity,10.41,0.89,10.41,0.89,none,none,none, divisibility,divisibility,0.02,Noun,12,12,6,divisibility,10.58,0.90,10.58,0.90,none,none,none, divisible,divisible,0.08,Adjective,9,9,4,divisible,8.72,1.00,8.72,1.00,none,none,none, division,division,18.55,Noun,8,7,3,division,7.45,1.00,7.45,1.00,none,8.30,none, divisional,divisional,0.31,Adjective,10,9,4,divisional,10.44,1.00,10.44,1.00,none,none,none, divisions,divisions,2.55,Noun,9,8,3,division,none,none,7.45,1.00,none,8.30,none, divisive,divisive,0.14,Adjective,8,7,3,divisive,13.18,0.94,13.18,0.94,none,none,none, divisiveness,divisiveness,0.02,Noun,12,10,4,divisiveness,15.12,0.89,15.12,0.89,none,none,none, divorce,divorce,32.73,Noun,7,6,2,divorce,8.90,1.00,8.90,1.00,none,none,none,8.53 divorcee,divorcee,0.47,Noun,8,7,3,divorcee,11.63,1.00,11.63,1.00,none,none,none, divorcees,divorcees,0.12,Noun,9,8,3,divorcee,none,none,11.63,1.00,none,none,none, divorcement,divorcement,0.08,Noun,11,10,3,divorcement,10.53,0.94,10.53,0.94,none,none,none, divorcer,divorcer,0.04,Noun,8,7,3,divorcer,10.07,0.83,10.07,0.83,none,none,none, divorces,divorces,0.92,Noun,8,8,3,divorce,none,none,8.90,1.00,none,none,none,8.53 divorcing,divorcing,1.00,Verb,9,8,3,divorce,none,none,8.90,1.00,none,none,none,8.53 divulge,divulge,1.27,Verb,7,6,2,divulge,12.65,0.94,12.65,0.94,none,none,none,12.53 divulged,divulged,0.14,Verb,8,7,2,divulge,none,none,12.65,0.94,none,none,none,12.53 divulger,divulger,0.02,Noun,8,7,3,divulger,12.64,0.78,12.64,0.78,none,none,none, divulges,divulges,0.02,Verb,8,8,3,divulge,none,none,12.65,0.94,none,none,none,12.53 divulging,divulging,0.12,Verb,9,8,3,divulge,none,none,12.65,0.94,none,none,none,12.53 divvied,divvied,0.04,Verb,7,5,2,divvy,none,none,10.35,0.94,none,none,none, divvy,divvy,0.43,Noun,5,4,2,divvy,10.35,0.94,10.35,0.94,none,none,none, divvying,divvying,0.04,Verb,8,6,3,divvy,none,none,10.35,0.94,none,none,none, dizzies,dizzies,0.04,Noun,7,5,2,dizzy,none,none,5.50,1.00,none,5.48,none,5.49 dizziness,dizziness,0.92,Noun,9,7,3,dizziness,8.06,1.00,8.06,1.00,none,none,none, dizzy,dizzy,8.43,Adjective,5,4,2,dizzy,5.50,1.00,5.50,1.00,none,5.48,none,5.49 dizzying,dizzying,0.14,Adjective,8,6,3,dizzying,8.68,1.00,8.68,1.00,none,none,none, do,do,6135.59,Verb,2,2,1,do,3.60,1.00,3.60,1.00,8.11,none,3.43, doable,doable,0.92,Adjective,6,6,3,doable,9.67,0.95,9.67,0.95,none,none,none, dobbin,dobbin,0.14,Noun,6,5,2,dobbin,12.00,0.44,12.00,0.44,none,none,none, doc,doc,80.82,Noun,3,3,1,doc,8.53,0.89,8.53,0.89,none,none,none, docent,docent,0.14,Adjective,6,6,2,docent,15.40,0.56,15.40,0.56,none,none,none, docile,docile,0.53,Adjective,6,5,2,docile,12.39,0.95,12.39,0.95,none,none,none,12.22 docility,docility,0.02,Noun,8,8,4,docility,14.82,0.94,14.82,0.94,none,none,none, dock,dock,9.75,Noun,4,3,1,dock,8.22,1.00,8.22,1.00,none,7.35,6.40, dockage,dockage,0.02,Noun,7,5,2,dockage,12.64,0.74,12.64,0.74,none,none,none, docked,docked,1.10,Verb,6,4,1,dock,none,none,8.22,1.00,none,7.35,6.40, docket,docket,1.20,Noun,6,5,2,docket,13.00,0.89,13.00,0.89,none,none,none,12.32 dockhand,dockhand,Err:512,Err:512,8,7,2,dockhand,12.19,0.84,12.19,0.84,none,none,none, docking,docking,2.12,Noun,7,5,2,docking,8.67,0.95,8.67,0.95,none,none,none, docks,docks,3.69,Noun,5,4,1,dock,none,none,8.22,1.00,none,7.35,6.40, dockside,dockside,0.08,Noun,8,6,2,dockside,8.37,1.00,8.37,1.00,none,none,none, docksides,docksides,0.02,Noun,9,7,2,dockside,none,none,8.37,1.00,none,none,none, dockworker,dockworker,0.02,Noun,10,7,3,dockworker,11.38,1.00,11.38,1.00,none,none,none, dockworkers,dockworkers,0.02,Noun,11,8,3,dockworker,none,none,11.38,1.00,none,none,none, dockyard,dockyard,0.08,Noun,8,7,2,dockyard,12.00,0.89,12.00,0.89,none,none,none, docs,docs,1.00,Noun,4,4,1,doc,none,none,8.53,0.89,none,none,none, doctor,doctor,263.94,Noun,6,5,2,doctor,4.60,1.00,4.60,1.00,4.65,none,none,4.64 doctoral,doctoral,0.37,Adjective,8,7,3,doctoral,13.28,0.95,13.28,0.95,none,none,none, doctorate,doctorate,0.90,Noun,9,7,3,doctorate,13.78,1.00,13.78,1.00,none,none,none, doctorates,doctorates,0.12,Noun,10,8,3,doctorate,none,none,13.78,1.00,none,none,none, doctored,doctored,0.55,Verb,8,6,2,doctor,none,none,4.60,1.00,4.65,none,none,4.64 doctors,doctors,36.37,Noun,7,6,2,doctor,none,none,4.60,1.00,4.65,none,none,4.64 doctrinaire,doctrinaire,0.02,Adjective,11,9,3,doctrinaire,16.38,0.72,16.38,0.72,none,none,none, doctrinal,doctrinal,0.08,Adjective,9,9,3,doctrinal,15.56,1.00,15.56,1.00,none,none,none, doctrine,doctrine,0.84,Noun,8,7,2,doctrine,11.89,1.00,11.89,1.00,none,none,none,12.01 doctrines,doctrines,0.06,Noun,9,8,2,doctrine,none,none,11.89,1.00,none,none,none,12.01 docudrama,docudrama,0.06,Noun,9,9,4,docudrama,16.28,0.90,16.28,0.90,none,none,none, document,document,10.10,Noun,8,9,3,document,9.86,1.00,9.86,1.00,none,none,none, documentarian,documentarian,0.06,Noun,13,14,6,documentarian,13.00,0.84,13.00,0.84,none,none,none, documentaries,documentaries,0.73,Noun,13,12,5,documentary,none,none,11.56,1.00,none,none,none, documentary,documentary,5.84,Noun,11,11,5,documentary,11.56,1.00,11.56,1.00,none,none,none, documentation,documentation,1.35,Noun,13,13,5,documentation,11.90,1.00,11.90,1.00,none,none,none, documented,documented,1.63,Verb,10,11,4,document,none,none,9.86,1.00,none,none,none, documenting,documenting,0.45,Verb,11,11,4,document,none,none,9.86,1.00,none,none,none, documents,documents,9.37,Noun,9,10,3,document,none,none,9.86,1.00,none,none,none, dodder,dodder,0.02,Verb,6,5,2,dodder,11.90,0.53,11.90,0.53,none,none,none, doddering,doddering,0.10,Adjective,9,6,3,doddering,14.17,0.63,14.17,0.63,none,none,none, doddle,doddle,0.02,Noun,6,5,2,doddle,8.75,0.60,8.75,0.60,none,none,none, dodecahedra,dodecahedra,0.02,Noun,11,11,5,dodecahedron,none,none,11.91,0.61,none,none,none, dodecahedron,dodecahedron,0.02,Noun,12,12,5,dodecahedron,11.91,0.61,11.91,0.61,none,none,none, dodge,dodge,7.76,Name,5,3,1,dodge,7.75,1.00,7.75,1.00,none,none,7.15, dodged,dodged,0.90,Verb,6,4,1,dodge,none,none,7.75,1.00,none,none,7.15, dodger,dodger,1.27,Noun,6,4,2,dodger,9.89,1.00,9.89,1.00,none,none,none, dodgers,dodgers,2.22,Noun,7,5,2,dodger,none,none,9.89,1.00,none,none,none, dodges,dodges,0.12,Verb,6,5,2,dodge,none,none,7.75,1.00,none,none,7.15, dodging,dodging,1.61,Verb,7,5,2,dodge,none,none,7.75,1.00,none,none,7.15, dodgy,dodgy,0.43,Adjective,5,4,2,dodgy,13.93,0.83,13.93,0.83,none,9.22,none, dodo,dodo,1.00,Noun,4,4,2,dodo,8.12,0.94,8.12,0.94,none,none,none, dodoes,dodos,0.02,Noun,6,5,2,dodo,none,none,8.12,0.94,none,none,none, dodos,dodos,0.04,Noun,5,5,2,dodo,none,none,8.12,0.94,none,none,none, doe,doe,4.33,Name,3,2,1,doe,7.60,1.00,7.60,1.00,8.11,none,7.77, doer,doer,0.41,Noun,4,3,1,doer,12.29,0.74,12.29,0.74,none,none,none, doers,doers,0.12,Noun,5,4,2,doer,none,none,12.29,0.74,none,none,none, does,does,666.71,Verb,4,3,1,do,none,none,3.60,1.00,8.11,none,3.43, doeth,doeth,0.04,Verb,5,4,2,do,none,none,3.60,1.00,8.11,none,3.43, doff,doff,0.16,Verb,4,3,1,doff,14.50,0.38,14.50,0.38,none,none,none, dog,dog,192.84,Noun,3,3,1,dog,2.80,1.00,2.80,1.00,none,3.62,3.37, dogcatcher,dogcatcher,0.35,Noun,10,7,3,dogcatcher,6.05,1.00,6.05,1.00,none,none,none, dogcatchers,dogcatchers,0.02,Noun,11,8,3,dogcatcher,none,none,6.05,1.00,none,none,none, doge,doge,0.14,Noun,4,3,1,doge,13.00,0.47,13.00,0.47,none,none,none, doges,doges,0.02,Noun,5,4,1,doge,none,none,13.00,0.47,none,none,none, dogface,dogface,0.47,Noun,7,6,2,dogface,8.62,0.89,8.62,0.89,none,none,none, dogfaces,dogfaces,0.08,Noun,8,8,3,dogface,none,none,8.62,0.89,none,none,none, dogfight,dogfight,0.16,Noun,8,6,2,dogfight,8.94,1.00,8.94,1.00,none,none,none, dogfish,dogfish,0.08,Noun,7,6,2,dogfish,9.50,0.67,9.50,0.67,none,none,none, dogged,dogged,0.51,Verb,6,4,1,dog,none,none,2.80,1.00,none,3.62,3.37, doggerel,doggerel,0.08,Noun,8,6,3,doggerel,12.43,0.37,12.43,0.37,none,none,none, doggie,doggie,3.31,Noun,6,4,2,doggy,none,none,3.68,1.00,none,none,none, doggies,doggies,0.47,Noun,7,5,2,doggy,none,none,3.68,1.00,none,none,none, dogging,dogging,0.45,Verb,7,5,2,dog,none,none,2.80,1.00,none,3.62,3.37, doggy,doggy,4.41,Noun,5,4,2,doggy,3.68,1.00,3.68,1.00,none,none,none, doghouse,doghouse,1.12,Noun,8,6,2,doghouse,6.74,1.00,6.74,1.00,none,none,none, dogleg,dogleg,0.12,Noun,6,6,2,dogleg,8.38,0.65,8.38,0.65,none,none,none, dogma,dogma,0.25,Noun,5,5,2,dogma,12.89,1.00,12.89,1.00,none,13.64,none, dogmas,dogmas,0.02,Noun,6,6,2,dogma,none,none,12.89,1.00,none,13.64,none, dogmatic,dogmatic,0.20,Adjective,8,8,3,dogmatic,13.87,0.83,13.87,0.83,none,none,none, dogs,dogs,53.02,Noun,4,4,1,dog,none,none,2.80,1.00,none,3.62,3.37, dogsled,dogsled,0.04,Adjective,7,7,2,dogsled,7.71,0.94,7.71,0.94,none,none,none, dogsleds,dogsleds,0.02,Name,8,8,2,dogsled,none,none,7.71,0.94,none,none,none, dogtrot,dogtrot,Err:512,Err:512,7,7,2,dogtrot,11.44,0.47,11.44,0.47,none,none,none, dogwatch,dogwatch,0.02,Noun,8,6,2,dogwatch,9.08,0.68,9.08,0.68,none,none,none, dogwood,dogwood,0.20,Noun,7,6,2,dogwood,11.38,0.84,11.38,0.84,none,none,none, dogwoods,dogwoods,0.04,Noun,8,7,2,dogwood,none,none,11.38,0.84,none,none,none, doing,doing,1029.25,Verb,5,4,2,doing,5.89,1.00,5.89,1.00,none,none,none,5.02 doings,doings,0.47,Noun,6,5,2,doing,none,none,5.89,1.00,none,none,none,5.02 dojo,dojo,0.90,Noun,4,4,2,dojo,12.94,0.94,12.94,0.94,none,none,none, doldrums,doldrums,0.10,Noun,8,8,2,doldrums,11.93,0.79,11.93,0.79,none,none,none, dole,dole,0.96,Noun,4,3,1,dole,9.35,0.89,9.35,0.89,none,12.64,12.00, doled,doled,0.08,Verb,5,4,1,dole,none,none,9.35,0.89,none,12.64,12.00, doles,doles,0.04,Verb,5,4,1,dole,none,none,9.35,0.89,none,12.64,12.00, doling,doling,0.39,Verb,6,5,2,dole,none,none,9.35,0.89,none,12.64,12.00, doll,doll,24.76,Noun,4,3,1,doll,3.68,1.00,3.68,1.00,none,3.46,3.82, dollar,dollar,27.65,Noun,6,4,2,dollar,5.06,1.00,5.06,1.00,none,none,none,4.97 dollars,dollars,78.39,Noun,7,5,2,dollar,none,none,5.06,1.00,none,none,none,4.97 dolled,dolled,0.53,Verb,6,4,1,doll,none,none,3.68,1.00,none,3.46,3.82, dollhouse,dollhouse,0.43,Noun,9,6,2,dollhouse,4.86,1.00,4.86,1.00,none,none,none, dollhouses,dollhouses,0.06,Noun,10,8,3,dollhouse,none,none,4.86,1.00,none,none,none, dolling,dolling,0.06,Verb,7,5,2,doll,none,none,3.68,1.00,none,3.46,3.82, dollop,dollop,0.20,Noun,6,5,2,dollop,9.80,0.83,9.80,0.83,none,none,none, dollops,dollops,0.04,Noun,7,6,2,dollop,none,none,9.80,0.83,none,none,none, dolls,dolls,5.67,Noun,5,4,1,doll,none,none,3.68,1.00,none,3.46,3.82, dolomite,dolomite,0.04,Noun,8,7,3,dolomite,14.53,0.79,14.53,0.79,none,none,none, dolor,dolour,0.06,Noun,5,4,2,dolor,13.67,0.33,13.67,0.33,none,none,none, dolphin,dolphin,2.76,Noun,7,6,2,dolphin,6.05,1.00,6.05,1.00,8.17,none,none,5.14 dolphins,dolphins,3.96,Noun,8,7,2,dolphin,none,none,6.05,1.00,8.17,none,none,5.14 dolt,dolt,0.53,Verb,4,4,1,dolt,11.23,0.62,11.23,0.62,none,11.90,12.47, dolts,dolts,0.12,Noun,5,5,1,dolt,none,none,11.23,0.62,none,11.90,12.47, domain,domain,2.59,Noun,6,5,2,domain,11.72,1.00,11.72,1.00,none,none,none,10.70 domains,domains,0.18,Noun,7,6,2,domain,none,none,11.72,1.00,none,none,none,10.70 dome,dome,1.96,Noun,4,3,1,dome,8.44,0.99,8.44,0.99,none,7.67,8.47, domes,domes,0.24,Noun,5,4,1,dome,none,none,8.44,0.99,none,7.67,8.47, domestic,domestic,6.88,Adjective,8,8,3,domestic,10.55,1.00,10.55,1.00,9.74,none,none, domesticate,domesticate,0.06,Verb,11,10,4,domesticate,11.39,1.00,11.39,1.00,none,none,none, domesticated,domesticated,0.55,Adjective,12,12,5,domesticated,12.81,1.00,12.81,1.00,none,none,none, domesticity,domesticity,0.27,Noun,11,11,5,domesticity,13.00,0.80,13.00,0.80,none,none,none, domestics,domestics,0.06,Noun,9,9,3,domestic,none,none,10.55,1.00,9.74,none,none, domicile,domicile,0.35,Noun,8,7,3,domicile,13.27,0.79,13.27,0.79,none,none,none, domiciles,domiciles,0.02,Noun,9,8,3,domicile,none,none,13.27,0.79,none,none,none, domiciliary,domiciliary,Err:512,Err:512,11,11,6,domiciliary,15.86,0.33,15.86,0.33,none,none,none, dominance,dominance,0.76,Noun,9,8,3,dominance,10.11,0.95,10.11,0.95,none,none,none, dominant,dominant,1.61,Adjective,8,8,3,dominant,11.11,1.00,11.11,1.00,none,none,none, dominants,dominants,0.02,Noun,9,9,3,dominant,none,none,11.11,1.00,none,none,none, dominate,dominate,1.86,Verb,8,7,3,dominate,8.89,1.00,8.89,1.00,none,none,none, dominated,dominated,1.47,Verb,9,9,4,dominate,none,none,8.89,1.00,none,none,none, dominates,dominates,0.41,Verb,9,8,3,dominate,none,none,8.89,1.00,none,none,none, dominating,dominating,0.59,Verb,10,9,4,dominate,none,none,8.89,1.00,none,none,none, domination,domination,1.55,Noun,10,9,4,domination,11.79,1.00,11.79,1.00,none,10.96,none, dominator,dominator,0.18,Noun,9,8,4,dominator,10.33,0.95,10.33,0.95,none,none,none, dominators,dominators,0.02,Noun,10,9,4,dominator,none,none,10.33,0.95,none,none,none, dominatrix,dominatrix,0.43,Noun,10,11,4,dominatrix,16.00,1.00,16.00,1.00,none,none,none, domineer,domineer,0.04,Noun,8,7,3,domineer,10.31,0.84,10.31,0.84,none,none,none, domineering,domineering,0.33,Verb,11,9,4,domineer,none,none,10.31,0.84,none,none,none, dominion,dominion,1.14,Noun,8,8,3,dominion,12.44,0.89,12.44,0.89,none,none,none, dominions,dominions,0.10,Noun,9,9,3,dominion,none,none,12.44,0.89,none,none,none, domino,domino,4.02,Noun,6,6,3,domino,6.17,1.00,6.17,1.00,none,none,none, dominoes,dominoes,0.88,Noun,8,7,3,dominoes,7.70,1.00,7.70,1.00,none,none,none, dominos,dominos,0.10,Noun,7,7,3,domino,none,none,6.17,1.00,none,none,none, don,don,6295.78,Name,3,3,1,don,11.65,1.00,11.65,1.00,none,none,12.16, donate,donate,3.98,Verb,6,5,2,donate,8.20,1.00,8.20,1.00,9.34,none,none,8.45 donated,donated,2.67,Verb,7,7,3,donate,none,none,8.20,1.00,9.34,none,none,8.45 donates,donates,0.25,Verb,7,6,2,donate,none,none,8.20,1.00,9.34,none,none,8.45 donating,donating,1.29,Verb,8,7,3,donate,none,none,8.20,1.00,9.34,none,none,8.45 donation,donation,3.51,Noun,8,7,3,donation,9.33,1.00,9.33,1.00,none,none,none, donations,donations,1.49,Noun,9,8,3,donation,none,none,9.33,1.00,none,none,none, done,done,485.04,Verb,4,3,1,do,none,none,3.60,1.00,8.11,none,3.43, donkey,donkey,5.35,Noun,6,5,2,donkey,6.00,1.00,6.00,1.00,4.57,none,none,4.59 donkeys,donkeys,0.69,Noun,7,6,2,donkey,none,none,6.00,1.00,4.57,none,none,4.59 donned,donned,0.06,Verb,6,4,1,don,none,none,11.65,1.00,none,none,12.16, donning,donning,0.12,Verb,7,5,2,don,none,none,11.65,1.00,none,none,12.16, donnybrook,donnybrook,0.02,Noun,10,8,3,donnybrook,14.22,0.47,14.22,0.47,none,none,none, donor,donor,4.08,Noun,5,4,2,donor,10.06,1.00,10.06,1.00,none,none,none,9.13 donors,donors,1.16,Noun,6,5,2,donor,none,none,10.06,1.00,none,none,none,9.13 dons,dons,0.33,Noun,4,4,1,don,none,none,11.65,1.00,none,none,12.16, donut,donut,1.41,Noun,5,5,2,doughnut,none,none,5.42,1.00,none,none,none,4.75 donuts,donuts,2.90,Noun,6,6,2,doughnut,none,none,5.42,1.00,none,none,none,4.75 doodad,doodad,0.16,Noun,6,5,2,doodad,9.47,0.89,9.47,0.89,none,none,none, doodads,doodads,0.18,Noun,7,6,2,doodad,none,none,9.47,0.89,none,none,none, doodah,doodah,0.02,Noun,6,4,2,doodah,6.12,0.89,6.12,0.89,none,none,none, doodle,doodle,2.10,Noun,6,5,2,doodle,8.14,1.00,8.14,1.00,none,none,none,6.54 doodlebug,doodlebug,0.12,Noun,9,8,3,doodlebug,10.40,0.75,10.40,0.75,none,none,none, doodlebugs,doodlebugs,0.02,Noun,10,9,3,doodlebug,none,none,10.40,0.75,none,none,none, doodled,doodled,0.16,Verb,7,6,2,doodle,none,none,8.14,1.00,none,none,none,6.54 doodler,doodler,0.06,Noun,7,6,2,doodler,8.65,0.94,8.65,0.94,none,none,none, doodlers,doodlers,0.04,Noun,8,7,2,doodler,none,none,8.65,0.94,none,none,none, doodles,doodles,0.71,Noun,7,6,2,doodle,none,none,8.14,1.00,none,none,none,6.54 doodling,doodling,0.35,Verb,8,6,2,doodle,none,none,8.14,1.00,none,none,none,6.54 doohickey,doohickey,0.33,Noun,9,6,3,doohickey,7.58,0.95,7.58,0.95,none,none,none, doohickeys,doohickeys,0.06,Noun,10,7,3,doohickey,none,none,7.58,0.95,none,none,none, doom,doom,5.61,Noun,4,3,1,doom,9.42,1.00,9.42,1.00,none,8.54,8.47, doomed,doomed,8.14,Verb,6,4,1,doom,none,none,9.42,1.00,none,8.54,8.47, dooms,dooms,0.06,Noun,5,4,1,doom,none,none,9.42,1.00,none,8.54,8.47, doomsayer,doomsayer,0.02,Noun,9,6,3,doomsayer,12.78,0.95,12.78,0.95,none,none,none, doomsayers,doomsayers,0.02,Noun,10,7,3,doomsayer,none,none,12.78,0.95,none,none,none, doomsday,doomsday,0.80,Noun,8,6,2,doomsday,11.11,1.00,11.11,1.00,none,none,none, door,door,292.06,Noun,4,3,1,door,3.05,1.00,3.05,1.00,none,4.47,none, doorbell,doorbell,8.33,Noun,8,6,2,doorbell,5.05,1.00,5.05,1.00,none,none,none, doorbells,doorbells,0.29,Noun,9,7,2,doorbell,none,none,5.05,1.00,none,none,none, doorframe,doorframe,0.06,Noun,9,7,2,doorframe,8.39,0.95,8.39,0.95,none,none,none, doorjamb,doorjamb,0.08,Noun,8,6,2,doorjamb,8.06,0.84,8.06,0.84,none,none,none, doorjambs,doorjambs,0.02,Noun,9,7,2,doorjamb,none,none,8.06,0.84,none,none,none, doorkeeper,doorkeeper,0.06,Noun,10,7,3,doorkeeper,10.30,1.00,10.30,1.00,none,none,none, doorknob,doorknob,1.69,Noun,8,6,2,doorknob,4.70,1.00,4.70,1.00,none,none,none, doorknobs,doorknobs,0.31,Noun,9,7,2,doorknob,none,none,4.70,1.00,none,none,none, doorknocker,doorknocker,0.10,Noun,11,7,3,doorknocker,7.06,1.00,7.06,1.00,none,none,none, doorman,doorman,3.18,Noun,7,6,2,doorman,9.32,1.00,9.32,1.00,none,none,none, doormat,doormat,0.55,Noun,7,6,2,doormat,7.21,1.00,7.21,1.00,none,none,none, doormats,doormats,0.06,Noun,8,7,2,doormat,none,none,7.21,1.00,none,none,none, doormen,doormen,0.16,Noun,7,6,2,doorman,none,none,9.32,1.00,none,none,none, doornail,doornail,0.71,Noun,8,6,2,doornail,8.14,0.74,8.14,0.74,none,none,none, doornails,doornails,0.02,Verb,9,7,2,doornail,none,none,8.14,0.74,none,none,none, doorpost,doorpost,0.02,Noun,8,7,2,doorpost,7.56,0.95,7.56,0.95,none,none,none, doors,doors,34.41,Noun,5,4,1,door,none,none,3.05,1.00,none,4.47,none, doorstep,doorstep,3.37,Noun,8,7,2,doorstep,6.11,1.00,6.11,1.00,none,none,none, doorsteps,doorsteps,0.02,Noun,9,8,2,doorstep,none,none,6.11,1.00,none,none,none, doorstop,doorstop,0.25,Noun,8,7,2,doorstop,6.61,1.00,6.61,1.00,none,none,none, doorstops,doorstops,0.14,Noun,9,8,2,doorstop,none,none,6.61,1.00,none,none,none, doorway,doorway,3.22,Noun,7,5,2,doorway,6.55,1.00,6.55,1.00,none,7.09,none, doorways,doorways,0.76,Noun,8,6,2,doorway,none,none,6.55,1.00,none,7.09,none, doozy,doozy,0.59,0.59,5,4,2,doozy,9.27,1.00,9.27,1.00,none,none,none,9.58 dopamine,dopamine,1.51,Noun,8,7,3,dopamine,15.47,0.89,15.47,0.89,none,none,none, dope,dope,16.08,Noun,4,3,1,dope,9.44,1.00,9.44,1.00,none,none,9.89, doped,doped,0.86,Verb,5,4,1,dope,none,none,9.44,1.00,none,none,9.89, doper,doper,0.16,Noun,5,4,2,doper,14.12,0.84,14.12,0.84,none,none,none, dopers,dopers,0.20,Noun,6,5,2,doper,none,none,14.12,0.84,none,none,none, dopes,dopes,0.57,Noun,5,4,1,dope,none,none,9.44,1.00,none,none,9.89, dopey,dopey,1.41,Noun,5,4,2,dopey,8.82,0.94,8.82,0.94,none,7.24,none, doping,doping,0.16,Verb,6,5,2,dope,none,none,9.44,1.00,none,none,9.89, doppelganger,doppelganger,0.35,Noun,12,10,4,doppelganger,15.67,0.83,15.67,0.83,none,none,none, doppelgangers,doppelgangers,0.04,Noun,13,12,4,doppelganger,none,none,15.67,0.83,none,none,none, dork,dork,4.18,Noun,4,4,1,dork,6.58,0.95,6.58,0.95,none,none,none, dorkiest,dorkiest,0.04,Name,8,8,3,dorky,none,none,6.90,1.00,none,none,none, dorks,dorks,0.51,Noun,5,5,1,dork,none,none,6.58,0.95,none,none,none, dorky,dorky,0.98,Adjective,5,5,2,dorky,6.90,1.00,6.90,1.00,none,none,none, dorm,dorm,7.24,Noun,4,4,1,dorm,9.89,1.00,9.89,1.00,none,none,10.46, dormancy,dormancy,0.02,Noun,8,8,3,dormancy,12.38,0.84,12.38,0.84,none,none,none, dormant,dormant,1.16,Adjective,7,7,2,dormant,10.17,0.95,10.17,0.95,none,none,none,11.49 dormer,dormer,0.08,Noun,6,5,2,dormer,14.08,0.63,14.08,0.63,none,none,none, dormitories,dormitories,0.20,Noun,11,10,4,dormitory,none,none,11.22,1.00,none,9.22,none, dormitory,dormitory,1.00,Noun,9,9,4,dormitory,11.22,1.00,11.22,1.00,none,9.22,none, dormouse,dormouse,0.10,Noun,8,6,2,dormouse,7.75,0.63,7.75,0.63,none,none,none, dorms,dorms,0.73,Noun,5,5,1,dorm,none,none,9.89,1.00,none,none,10.46, dorsal,dorsal,0.53,Adjective,6,6,2,dorsal,13.00,0.85,13.00,0.85,none,none,none,12.43 dos,dos,1.67,Noun,3,3,1,do,none,none,3.60,1.00,8.11,none,3.43, dosage,dosage,2.00,Noun,6,5,2,dosage,8.05,1.00,8.05,1.00,none,none,none,11.29 dosages,dosages,0.18,Noun,7,7,3,dosage,none,none,8.05,1.00,none,none,none,11.29 dose,dose,5.29,Noun,4,3,1,dose,10.10,1.00,10.10,1.00,none,8.26,7.98, dosed,dosed,0.29,Verb,5,4,1,dose,none,none,10.10,1.00,none,8.26,7.98, doses,doses,1.67,Noun,5,5,2,dose,none,none,10.10,1.00,none,8.26,7.98, dosimeter,dosimeter,0.04,Noun,9,9,4,dosimeter,15.00,0.28,15.00,0.28,none,none,none, doss,doss,0.02,Noun,4,3,1,doss,14.38,0.42,14.38,0.42,none,none,none, dossier,dossier,1.10,Noun,7,5,2,dossier,14.00,0.84,14.00,0.84,none,none,none, dossiers,dossiers,0.31,Noun,8,6,2,dossier,none,none,14.00,0.84,none,none,none, dost,dost,1.16,Verb,4,4,1,do,none,none,3.60,1.00,8.11,none,3.43, dot,dot,6.63,Noun,3,3,1,dot,4.33,1.00,4.33,1.00,none,4.56,4.64, dotage,dotage,0.10,Noun,6,5,2,dotage,12.57,0.78,12.57,0.78,none,none,none, dotard,dotard,0.04,Noun,6,6,2,dotard,14.30,0.53,14.30,0.53,none,none,none, dote,dote,0.22,Verb,4,3,1,dote,11.47,1.00,11.47,1.00,none,none,11.93, doted,doted,0.12,Verb,5,5,2,dote,none,none,11.47,1.00,none,none,11.93, dotes,dotes,0.29,Verb,5,4,1,dote,none,none,11.47,1.00,none,none,11.93, doth,doth,2.29,Verb,4,3,1,do,none,none,3.60,1.00,8.11,none,3.43, doting,doting,0.25,Adjective,6,5,2,doting,11.60,1.00,11.60,1.00,none,none,none, dots,dots,3.06,Noun,4,4,1,dot,none,none,4.33,1.00,none,4.56,4.64, dotted,dotted,1.00,Adjective,6,5,2,dotted,6.00,1.00,6.00,1.00,none,none,none, dotter,dotter,0.02,Noun,6,4,2,dotter,11.78,0.50,11.78,0.50,none,none,none, dotting,dotting,0.10,Verb,7,5,2,dot,none,none,4.33,1.00,none,4.56,4.64, dottle,dottle,Err:512,Err:512,6,5,2,dottle,14.40,0.28,14.40,0.28,none,none,none, dotty,dotty,1.12,Adjective,5,4,2,dotty,8.07,0.83,8.07,0.83,none,none,none, double,double,62.71,Adjective,6,5,2,double,5.58,1.00,5.58,1.00,5.96,none,none,6.26 doubled,doubled,3.57,Verb,7,6,2,double,none,none,5.58,1.00,5.96,none,none,6.26 doubleheader,doubleheader,0.14,Noun,12,9,4,doubleheader,11.06,1.00,11.06,1.00,none,none,none, doubles,doubles,2.90,Noun,7,6,2,double,none,none,5.58,1.00,5.96,none,none,6.26 doublespeak,doublespeak,0.04,Noun,11,9,3,doublespeak,13.00,0.78,13.00,0.78,none,none,none, doublet,doublet,0.08,Noun,7,6,2,doublet,13.24,0.89,13.24,0.89,none,none,none, doubletree,doubletree,0.02,Noun,10,8,3,doubletree,12.86,0.64,12.86,0.64,none,none,none, doubling,doubling,0.98,Verb,8,7,3,double,none,none,5.58,1.00,5.96,none,none,6.26 doubloon,doubloon,0.12,Noun,8,6,2,doubloon,11.77,0.68,11.77,0.68,none,none,none, doubloons,doubloons,0.20,Noun,9,7,2,doubloon,none,none,11.77,0.68,none,none,none, doubt,doubt,62.84,Verb,5,3,1,doubt,8.79,1.00,8.79,1.00,none,none,7.57, doubted,doubted,2.94,Verb,7,5,2,doubt,none,none,8.79,1.00,none,none,7.57, doubter,doubter,0.02,Noun,7,4,2,doubter,9.44,1.00,9.44,1.00,none,none,none, doubters,doubters,0.10,Noun,8,5,2,doubter,none,none,9.44,1.00,none,none,none, doubtful,doubtful,1.63,Adjective,8,6,2,doubtful,8.33,1.00,8.33,1.00,none,none,none, doubting,doubting,1.27,Verb,8,5,2,doubt,none,none,8.79,1.00,none,none,7.57, doubts,doubts,6.51,Noun,6,4,1,doubt,none,none,8.79,1.00,none,none,7.57, douche,douche,2.35,Noun,6,3,1,douche,13.39,1.00,13.39,1.00,none,none,12.90, douches,douches,0.04,Verb,7,5,2,douche,none,none,13.39,1.00,none,none,12.90, dough,dough,15.88,Noun,5,2,1,dough,6.63,1.00,6.63,1.00,none,7.39,7.08, doughboy,doughboy,0.78,Noun,8,4,2,doughboy,8.47,1.00,8.47,1.00,none,none,none, doughboys,doughboys,0.08,Noun,9,5,2,doughboy,none,none,8.47,1.00,none,none,none, doughnut,doughnut,4.22,Noun,8,5,2,doughnut,5.42,1.00,5.42,1.00,none,none,none,4.75 doughnuts,doughnuts,4.53,Noun,9,6,2,doughnut,none,none,5.42,1.00,none,none,none,4.75 dour,dour,0.16,Adjective,4,3,2,dour,13.14,0.78,13.14,0.78,none,none,13.09, dourine,dourine,0.08,Noun,7,7,3,dourine,16.75,0.20,16.75,0.20,none,none,none, douse,douse,0.80,Verb,5,3,1,douse,12.56,0.95,12.56,0.95,none,none,10.90, doused,doused,0.31,Verb,6,4,1,douse,none,none,12.56,0.95,none,none,10.90, douser,douser,0.02,Noun,6,4,2,douser,14.21,0.67,14.21,0.67,none,none,none, douses,douses,0.04,Verb,6,5,2,douse,none,none,12.56,0.95,none,none,10.90, dove,dove,5.57,Noun,4,3,1,dove,6.63,1.00,6.63,1.00,none,none,6.23, doves,doves,1.00,Noun,5,4,1,dove,none,none,6.63,1.00,none,none,6.23, dovetail,dovetail,0.08,Verb,8,6,2,dovetail,12.21,0.95,12.21,0.95,none,none,none, dovetails,dovetails,0.04,Verb,9,7,2,dovetail,none,none,12.21,0.95,none,none,none, dowager,dowager,0.29,Noun,7,5,3,dowager,15.00,0.52,15.00,0.52,none,12.34,none, dowagers,dowagers,0.06,Noun,8,6,3,dowager,none,none,15.00,0.52,none,12.34,none, dowdy,dowdy,0.24,Adjective,5,4,2,dowdy,11.93,0.79,11.93,0.79,none,none,none, dowel,dowel,0.06,Noun,5,4,2,dowel,10.24,0.89,10.24,0.89,none,none,none, dower,dower,0.02,Noun,5,3,1,dower,11.00,0.68,11.00,0.68,none,none,none, dowerless,dowerless,0.02,Adjective,9,6,3,dowerless,13.43,0.32,13.43,0.32,none,none,none, down,down,1490.27,Adverb,4,3,1,down,4.93,1.00,4.93,1.00,4.14,none,3.65, downbeat,downbeat,0.25,Noun,8,6,2,downbeat,11.79,1.00,11.79,1.00,none,none,none, downbeats,downbeats,0.04,Noun,9,7,2,downbeat,none,none,11.79,1.00,none,none,none, downcast,downcast,0.14,Adjective,8,7,2,downcast,10.61,0.95,10.61,0.95,none,none,none, downdraft,downdraft,0.02,Noun,9,8,2,downdraught,none,none,16.44,0.47,none,none,none, downdraught,downdraught,0.06,Noun,11,8,2,downdraught,16.44,0.47,16.44,0.47,none,none,none, downer,downer,0.82,Noun,6,4,2,downer,11.35,1.00,11.35,1.00,none,none,none, downers,downers,0.51,Noun,7,5,2,downer,none,none,11.35,1.00,none,none,none, downfall,downfall,1.25,Noun,8,6,2,downfall,11.47,1.00,11.47,1.00,none,none,none, downfield,downfield,0.39,Noun,9,7,2,downfield,9.06,0.89,9.06,0.89,none,none,none, downgrade,downgrade,0.10,Noun,9,7,2,downgrade,11.61,1.00,11.61,1.00,none,none,none, downgraded,downgraded,0.16,Verb,10,9,3,downgrade,none,none,11.61,1.00,none,none,none, downgrades,downgrades,0.04,Verb,10,8,2,downgrade,none,none,11.61,1.00,none,none,none, downhill,downhill,2.47,Adverb,8,6,2,downhill,5.86,1.00,5.86,1.00,none,none,none, downlink,downlink,0.22,Verb,8,7,2,downlink,16.29,0.74,16.29,0.74,none,none,none, download,download,3.29,Verb,8,6,2,download,13.56,1.00,13.56,1.00,none,none,none, downloadable,downloadable,0.02,Adjective,12,10,4,downloadable,13.67,1.00,13.67,1.00,none,none,none, downloaded,downloaded,1.51,Verb,10,8,3,download,none,none,13.56,1.00,none,none,none, downloading,downloading,1.14,Verb,11,8,3,download,none,none,13.56,1.00,none,none,none, downloads,downloads,0.20,Noun,9,7,2,download,none,none,13.56,1.00,none,none,none, downplay,downplay,0.18,Verb,8,6,2,downplay,9.89,0.95,9.89,0.95,none,none,none, downplayed,downplayed,0.06,Verb,10,7,2,downplay,none,none,9.89,0.95,none,none,none, downpour,downpour,0.06,Noun,8,6,2,downpour,7.33,1.00,7.33,1.00,none,none,none, downpours,downpours,0.04,Noun,9,7,2,downpour,none,none,7.33,1.00,none,none,none, downrange,downrange,0.10,Noun,9,7,2,downrange,11.39,0.95,11.39,0.95,none,none,none, downriver,downriver,0.61,Noun,9,7,3,downriver,8.41,0.94,8.41,0.94,none,none,none, downs,downs,1.80,Noun,5,4,1,down,none,none,4.93,1.00,4.14,none,3.65, downshift,downshift,0.08,Verb,9,7,2,downshift,12.74,1.00,12.74,1.00,none,none,none, downside,downside,1.29,Noun,8,6,2,downside,9.37,1.00,9.37,1.00,none,none,none, downsides,downsides,0.04,Noun,9,7,2,downside,none,none,9.37,1.00,none,none,none, downsize,downsize,0.16,Verb,8,6,2,downsize,12.33,0.95,12.33,0.95,none,none,none, downsized,downsized,0.27,Verb,9,7,2,downsize,none,none,12.33,0.95,none,none,none, downsizing,downsizing,0.25,Verb,10,8,3,downsize,none,none,12.33,0.95,none,none,none, downstairs,downstairs,38.92,Adverb,10,8,2,downstairs,3.91,1.00,3.91,1.00,none,none,none, downstate,downstate,0.45,Noun,9,7,2,downstate,10.92,0.63,10.92,0.63,none,none,none, downswing,downswing,0.02,Noun,9,7,2,downswing,12.00,0.89,12.00,0.89,none,none,none, downtime,downtime,0.43,Noun,8,6,2,downtime,12.70,1.00,12.70,1.00,none,none,none, downtown,downtown,21.92,Adverb,8,6,2,downtown,6.42,1.00,6.42,1.00,none,none,none,7.19 downtrodden,downtrodden,0.31,Noun,11,9,3,downtrodden,12.25,0.89,12.25,0.89,none,none,none, downturn,downturn,0.08,Noun,8,6,2,downturn,8.50,1.00,8.50,1.00,none,none,none, downward,downward,1.18,Adjective,8,6,2,downward,7.84,1.00,7.84,1.00,none,none,none, downwards,downwards,0.16,Adverb,9,7,2,downward,none,none,7.84,1.00,none,none,none, downwash,downwash,0.02,Noun,8,6,2,downwash,11.19,0.84,11.19,0.84,none,none,none, downy,downy,0.41,Adjective,5,4,2,downy,9.74,0.95,9.74,0.95,none,none,none, dowries,dowries,0.10,Noun,7,5,2,dowry,none,none,14.59,0.89,none,10.92,none,11.39 dowry,dowry,1.47,Noun,5,4,2,dowry,14.59,0.89,14.59,0.89,none,10.92,none,11.39 dowse,dowse,0.04,Verb,5,3,1,dowse,11.00,1.00,11.00,1.00,none,none,11.78, dowsed,dowsed,0.04,Verb,6,4,1,dowse,none,none,11.00,1.00,none,none,11.78, dowser,dowser,0.10,Noun,6,4,2,dowser,12.80,0.83,12.80,0.83,none,none,none, dowsers,dowsers,0.04,Noun,7,5,2,dowser,none,none,12.80,0.83,none,none,none, doxology,doxology,0.02,Noun,8,9,4,doxology,16.33,0.33,16.33,0.33,none,none,none, doxy,doxy,0.06,Noun,4,5,2,doxy,14.56,0.45,14.56,0.45,none,none,none, doyen,doyen,0.02,Noun,5,4,2,doyen,14.33,0.17,14.33,0.17,none,none,none, doyens,doyens,0.02,Noun,6,6,3,doyen,none,none,14.33,0.17,none,none,none, doze,doze,0.39,Verb,4,3,1,doze,8.00,1.00,8.00,1.00,none,none,7.79, dozed,dozed,0.80,Verb,5,4,1,doze,none,none,8.00,1.00,none,none,7.79, dozen,dozen,24.14,Noun,5,5,2,dozen,6.89,1.00,6.89,1.00,none,6.45,none,6.68 dozens,dozens,5.49,Noun,6,6,2,dozen,none,none,6.89,1.00,none,6.45,none,6.68 dozer,dozer,0.37,Noun,5,4,2,dozer,9.06,0.89,9.06,0.89,none,none,none, dozers,dozers,0.04,Noun,6,5,2,dozer,none,none,9.06,0.89,none,none,none, dozes,dozes,0.08,Verb,5,5,2,doze,none,none,8.00,1.00,none,none,7.79, dozing,dozing,0.39,Verb,6,5,2,doze,none,none,8.00,1.00,none,none,7.79, dozy,dozy,0.10,Adjective,4,4,2,dozy,11.60,0.79,11.60,0.79,none,none,none, drab,drab,0.80,Adjective,4,4,1,drab,11.11,0.95,11.11,0.95,none,10.24,11.04, drabble,drabble,0.02,Noun,7,6,2,drabble,12.09,0.58,12.09,0.58,none,none,none, drabs,drabs,0.16,Noun,5,5,1,drab,none,none,11.11,0.95,none,10.24,11.04, dracaena,dracaena,0.02,Noun,8,7,3,dracaena,12.00,0.11,12.00,0.11,none,none,none, drachma,drachma,0.06,Noun,7,6,2,drachma,16.50,0.67,16.50,0.67,none,none,none, drachmas,drachmas,0.04,Noun,8,7,2,drachma,none,none,16.50,0.67,none,none,none, draconian,draconian,0.14,Adjective,9,9,4,draconian,14.50,0.67,14.50,0.67,none,none,none, draft,draught,7.27,Noun,5,5,1,draft,7.58,1.00,7.58,1.00,none,9.28,8.71, drafted,drafted,2.33,Verb,7,7,2,draft,none,none,7.58,1.00,none,9.28,8.71, draftee,draftee,0.10,Noun,7,6,2,draftee,11.22,1.00,11.22,1.00,none,none,none, draftees,draftees,0.20,Noun,8,7,2,draftee,none,none,11.22,1.00,none,none,none, drafting,drafting,0.43,Verb,8,7,2,draft,none,none,7.58,1.00,none,9.28,8.71, drafts,draughts,0.73,Noun,6,6,1,draft,none,none,7.58,1.00,none,9.28,8.71, draftsman,draughtsman,0.10,Noun,9,9,2,draftsman,13.78,0.95,13.78,0.95,none,none,none, draftsmen,draughtsmen,0.04,Noun,9,9,2,draftsman,none,none,13.78,0.95,none,none,none, drafty,draughty,0.63,Adjective,6,6,2,drafty,8.83,1.00,8.83,1.00,none,none,none, drag,drag,26.45,Verb,4,4,1,drag,8.84,1.00,8.84,1.00,none,5.88,6.47, dragged,dragged,11.55,Verb,7,5,1,drag,none,none,8.84,1.00,none,5.88,6.47, dragger,dragger,0.04,Noun,7,5,2,dragger,9.82,0.89,9.82,0.89,none,none,none, draggers,draggers,0.02,Noun,8,6,2,dragger,none,none,9.82,0.89,none,none,none, dragging,dragging,6.57,Verb,8,6,2,drag,none,none,8.84,1.00,none,5.88,6.47, dragnet,dragnet,0.35,Noun,7,7,2,dragnet,12.45,0.61,12.45,0.61,none,none,none, dragoman,dragoman,0.04,Noun,8,8,3,dragoman,10.50,0.11,10.50,0.11,none,none,none, dragon,dragon,19.29,Noun,6,6,2,dragon,5.58,1.00,5.58,1.00,5.01,none,none,4.80 dragonflies,dragonflies,0.24,Noun,11,10,3,dragonfly,none,none,6.80,1.00,none,none,none, dragonfly,dragonfly,2.84,Noun,9,9,3,dragonfly,6.80,1.00,6.80,1.00,none,none,none, dragonroot,dragonroot,0.06,Noun,10,9,3,dragonroot,12.00,0.63,12.00,0.63,none,none,none, dragons,dragons,4.55,Noun,7,7,2,dragon,none,none,5.58,1.00,5.01,none,none,4.80 dragoon,dragoon,0.06,Noun,7,6,2,dragoon,12.00,0.68,12.00,0.68,none,none,none, dragooned,dragooned,0.02,Verb,9,7,2,dragoon,none,none,12.00,0.68,none,none,none, dragoons,dragoons,0.12,Noun,8,7,2,dragoon,none,none,12.00,0.68,none,none,none, drags,drags,1.20,Verb,5,5,1,drag,none,none,8.84,1.00,none,5.88,6.47, drain,drain,8.63,Noun,5,4,1,drain,6.26,1.00,6.26,1.00,none,6.15,6.65, drainage,drainage,0.90,Noun,8,6,2,drainage,10.84,1.00,10.84,1.00,none,none,none, drainages,drainages,0.02,Noun,9,8,3,drainage,none,none,10.84,1.00,none,none,none, drained,drained,2.18,Verb,7,5,1,drain,none,none,6.26,1.00,none,6.15,6.65, drainer,drainer,0.02,Noun,7,5,2,drainer,7.00,0.84,7.00,0.84,none,none,none, draining,draining,1.35,Verb,8,6,2,drain,none,none,6.26,1.00,none,6.15,6.65, drainpipe,drainpipe,0.55,Noun,9,7,2,drainpipe,9.11,0.95,9.11,0.95,none,none,none, drainpipes,drainpipes,0.04,Noun,10,8,2,drainpipe,none,none,9.11,0.95,none,none,none, drains,drains,1.53,Noun,6,5,1,drain,none,none,6.26,1.00,none,6.15,6.65, drake,drake,5.96,Noun,5,4,1,drake,12.07,0.78,12.07,0.78,none,none,12.98, dram,dram,0.20,Noun,4,4,1,dram,13.13,0.83,13.13,0.83,none,none,none, drama,drama,20.16,Noun,5,5,2,drama,7.39,1.00,7.39,1.00,none,none,none,8.20 dramas,dramas,0.43,Noun,6,6,2,drama,none,none,7.39,1.00,none,none,none,8.20 dramatic,dramatic,9.78,Adjective,8,8,3,dramatic,8.72,1.00,8.72,1.00,none,none,none, dramatics,dramatics,0.31,Noun,9,9,3,dramatics,8.67,1.00,8.67,1.00,none,none,none, dramatist,dramatist,0.10,Noun,9,9,3,dramatist,11.89,1.00,11.89,1.00,none,none,none, dramatists,dramatists,0.04,Noun,10,10,3,dramatist,none,none,11.89,1.00,none,none,none, dramatization,dramatisation,0.08,Noun,13,12,5,dramatization,9.74,1.00,9.74,1.00,none,none,none, dramatize,dramatise,0.22,Verb,9,8,3,dramatize,11.39,1.00,11.39,1.00,none,none,none, dramatized,dramatised,0.08,Verb,10,9,3,dramatize,none,none,11.39,1.00,none,none,none, drams,drams,0.06,Noun,5,5,1,dram,none,none,13.13,0.83,none,none,none, drank,drank,12.86,Verb,5,5,1,drink,none,none,3.47,1.00,3.65,4.41,3.75, drape,drape,1.04,Noun,5,4,1,drape,9.11,1.00,9.11,1.00,none,9.28,8.56, draped,draped,0.37,Verb,6,5,1,drape,none,none,9.11,1.00,none,9.28,8.56, draperies,draperies,0.18,Noun,9,7,3,drapery,none,none,12.00,1.00,none,none,none, drapery,drapery,0.06,Noun,7,6,3,drapery,12.00,1.00,12.00,1.00,none,none,none, drapes,drapes,2.98,Noun,6,5,1,drape,none,none,9.11,1.00,none,9.28,8.56, draping,draping,0.08,Verb,7,6,2,drape,none,none,9.11,1.00,none,9.28,8.56, drastic,drastic,2.51,Adjective,7,7,2,drastic,10.78,1.00,10.78,1.00,none,none,none,9.58 drat,drat,0.90,Verb,4,4,1,drat,8.60,0.83,8.60,0.83,none,none,none, dratted,dratted,0.06,Verb,7,6,2,drat,none,none,8.60,0.83,none,none,none, draught,draught,0.47,Noun,7,5,1,draught,12.53,0.85,12.53,0.85,none,9.36,11.78, draughts,draughts,0.10,Noun,8,6,1,draught,none,none,12.53,0.85,none,9.36,11.78, draughtsman,draughtsman,0.02,Noun,11,9,2,draughtsman,14.55,0.58,14.55,0.58,11.56,none,none, draughty,draughty,0.12,Adjective,8,6,2,draughty,13.80,0.53,13.80,0.53,none,none,none, draw,draw,40.41,Verb,4,3,1,draw,4.11,1.00,4.11,1.00,4.38,4.71,4.23, drawback,drawback,0.63,Noun,8,6,2,drawback,9.63,1.00,9.63,1.00,none,none,none, drawbacks,drawbacks,0.35,Noun,9,7,2,drawback,none,none,9.63,1.00,none,none,none, drawbridge,drawbridge,0.53,Noun,10,7,2,drawbridge,9.06,0.94,9.06,0.94,none,none,none, drawer,drawer,13.00,Noun,6,4,1,drawer,5.37,1.00,5.37,1.00,none,none,6.13, drawers,drawers,4.27,Noun,7,5,1,drawers,6.05,1.00,6.05,1.00,none,none,none, drawing,drawing,16.02,Verb,7,5,2,drawing,4.83,1.00,4.83,1.00,none,none,none,5.02 drawings,drawings,4.55,Noun,8,6,2,drawing,none,none,4.83,1.00,none,none,none,5.02 drawl,drawl,0.08,Verb,5,4,1,drawl,11.17,0.90,11.17,0.90,none,none,10.68, drawls,drawls,0.02,Verb,6,5,1,drawl,none,none,11.17,0.90,none,none,10.68, drawn,drawn,10.63,Verb,5,4,1,draw,none,none,4.11,1.00,4.38,4.71,4.23, draws,draws,3.82,Verb,5,4,1,draw,none,none,4.11,1.00,4.38,4.71,4.23, drawstring,drawstring,0.06,Noun,10,8,2,drawstring,9.72,1.00,9.72,1.00,none,none,none, dray,dray,0.10,Noun,4,3,1,dray,14.60,0.25,14.60,0.25,none,none,none, dread,dread,2.51,Noun,5,4,1,dread,9.44,0.95,9.44,0.95,none,9.24,8.96, dreaded,dreaded,1.35,Adjective,7,6,2,dreaded,10.50,1.00,10.50,1.00,none,none,none, dreadful,dreadful,8.00,Adjective,8,7,2,dreadful,6.78,1.00,6.78,1.00,none,none,none, dreading,dreading,0.67,Verb,8,6,2,dread,none,none,9.44,0.95,none,9.24,8.96, dreadnaught,dreadnaught,0.02,Verb,11,7,2,dreadnought,none,none,17.20,0.56,none,none,none, dreadnaughts,dreadnaughts,0.02,Noun,12,8,2,dreadnought,none,none,17.20,0.56,none,none,none, dreadnought,dreadnought,0.06,Noun,11,7,2,dreadnought,17.20,0.56,17.20,0.56,none,none,none, dreadnoughts,dreadnoughts,0.04,Noun,12,8,2,dreadnought,none,none,17.20,0.56,none,none,none, dreads,dreads,0.22,Noun,6,5,1,dread,none,none,9.44,0.95,none,9.24,8.96, dream,dream,133.29,Noun,5,4,1,dream,4.88,1.00,4.88,1.00,5.16,5.75,5.19, dreamboat,dreamboat,0.41,Noun,9,7,2,dreamboat,10.25,0.89,10.25,0.89,none,none,none, dreamboats,dreamboats,0.02,Noun,10,8,2,dreamboat,none,none,10.25,0.89,none,none,none, dreamed,dreamed,15.37,Verb,7,5,1,dream,none,none,4.88,1.00,5.16,5.75,5.19, dreamer,dreamer,3.04,Noun,7,5,2,dreamer,7.25,1.00,7.25,1.00,none,7.03,none, dreamers,dreamers,0.94,Noun,8,6,2,dreamer,none,none,7.25,1.00,none,7.03,none, dreamiest,dreamiest,0.02,Adjective,9,8,3,dreamy,none,none,8.75,1.00,none,none,none, dreaming,dreaming,18.41,Verb,8,6,2,dream,none,none,4.88,1.00,5.16,5.75,5.19, dreamland,dreamland,0.45,Noun,9,8,2,dreamland,7.29,0.95,7.29,0.95,none,none,none, dreamless,dreamless,0.12,Adjective,9,7,2,dreamless,10.80,1.00,10.80,1.00,none,none,none, dreamlike,dreamlike,0.16,Adjective,9,7,2,dreamlike,7.59,0.94,7.59,0.94,none,none,none, dreams,dreams,64.41,Noun,6,5,1,dream,none,none,4.88,1.00,5.16,5.75,5.19, dreamt,dreamt,6.65,Verb,6,5,1,dream,none,none,4.88,1.00,5.16,5.75,5.19, dreamworld,dreamworld,0.02,Noun,10,8,2,dreamworld,9.00,1.00,9.00,1.00,none,none,none, dreamy,dreamy,1.57,Adjective,6,5,2,dreamy,8.75,1.00,8.75,1.00,none,none,none, drear,drear,0.04,Verb,5,4,2,drear,11.92,0.63,11.92,0.63,none,none,none, dreariest,dreariest,0.02,Adjective,9,8,4,dreary,none,none,8.42,1.00,none,none,none,10.90 dreary,dreary,1.80,Adjective,6,5,2,dreary,8.42,1.00,8.42,1.00,none,none,none,10.90 dredge,dredge,0.47,Verb,6,4,1,dredge,12.50,0.78,12.50,0.78,none,none,12.16, dredged,dredged,0.18,Verb,7,5,1,dredge,none,none,12.50,0.78,none,none,12.16, dredges,dredges,0.04,Noun,7,6,2,dredge,none,none,12.50,0.78,none,none,12.16, dredging,dredging,0.29,Noun,8,6,2,dredging,14.20,0.83,14.20,0.83,none,none,none, dreg,dreg,0.08,Verb,4,4,1,dreg,13.59,0.94,13.59,0.94,none,none,none, dregs,dregs,0.51,Noun,5,5,1,dregs,13.48,0.80,13.48,0.80,none,none,none, drench,drench,0.22,Verb,6,5,1,drench,9.35,1.00,9.35,1.00,none,none,9.10, drenched,drenched,0.75,Verb,8,6,1,drench,none,none,9.35,1.00,none,none,9.10, dress,dress,87.20,Noun,5,4,1,dress,4.05,1.00,4.05,1.00,4.51,4.71,4.20, dressed,dressed,46.94,Verb,7,5,1,dress,none,none,4.05,1.00,4.51,4.71,4.20, dresser,dresser,3.57,Noun,7,5,2,dresser,4.28,1.00,4.28,1.00,none,8.11,none,6.20 dressers,dressers,0.12,Noun,8,6,2,dresser,none,none,4.28,1.00,none,8.11,none,6.20 dresses,dresses,9.75,Noun,7,6,2,dress,none,none,4.05,1.00,4.51,4.71,4.20, dressier,dressier,0.02,Noun,8,6,3,dressy,none,none,7.61,1.00,none,none,none, dressing,dressing,15.76,Verb,8,6,2,dressing,5.68,1.00,5.68,1.00,none,none,none, dressings,dressings,0.47,Noun,9,7,2,dressing,none,none,5.68,1.00,none,none,none, dressmaker,dressmaker,0.55,Noun,10,8,3,dressmaker,9.30,1.00,9.30,1.00,7.53,none,none, dressmakers,dressmakers,0.06,Noun,11,9,3,dressmaker,none,none,9.30,1.00,7.53,none,none, dressmaking,dressmaking,0.08,Noun,11,9,3,dressmaking,8.79,1.00,8.79,1.00,none,none,none, dressy,dressy,0.63,Adjective,6,5,2,dressy,7.61,1.00,7.61,1.00,none,none,none, drew,drew,25.04,Name,4,3,1,drew,5.41,1.00,5.41,1.00,none,5.64,6.20, drib,drib,0.02,Noun,4,4,1,drib,11.14,0.35,11.14,0.35,none,none,none, dribble,dribble,1.33,Verb,7,6,2,dribble,6.50,1.00,6.50,1.00,none,none,none,7.11 dribbled,dribbled,0.14,Verb,8,7,2,dribble,none,none,6.50,1.00,none,none,none,7.11 dribbler,dribbler,0.04,Noun,8,7,3,dribbler,8.24,0.89,8.24,0.89,none,none,none, dribblers,dribblers,0.02,Noun,9,8,3,dribbler,none,none,8.24,0.89,none,none,none, dribbles,dribbles,0.35,Verb,8,7,2,dribble,none,none,6.50,1.00,none,none,none,7.11 dribbling,dribbling,0.61,Verb,9,8,3,dribble,none,none,6.50,1.00,none,none,none,7.11 dribs,dribs,0.06,Noun,5,5,1,drib,none,none,11.14,0.35,none,none,none, drier,drier,0.43,Adjective,5,4,2,dry,none,none,4.11,1.00,none,none,4.80, driers,driers,0.02,Noun,6,5,2,dryer,none,none,6.16,1.00,none,none,none,6.20 dries,dries,0.94,Verb,5,4,1,dry,none,none,4.11,1.00,none,none,4.80, driest,driest,0.10,Adjective,6,6,2,dry,none,none,4.11,1.00,none,none,4.80, drift,drift,6.41,Noun,5,5,1,drift,8.89,1.00,8.89,1.00,none,8.35,8.15, drifted,drifted,1.80,Verb,7,7,2,drift,none,none,8.89,1.00,none,8.35,8.15, drifter,drifter,1.06,Noun,7,6,2,drifter,10.33,1.00,10.33,1.00,none,none,none,11.39 drifters,drifters,0.39,Noun,8,7,2,drifter,none,none,10.33,1.00,none,none,none,11.39 drifting,drifting,3.18,Verb,8,7,2,drift,none,none,8.89,1.00,none,8.35,8.15, drifts,drifts,0.75,Noun,6,6,1,drift,none,none,8.89,1.00,none,8.35,8.15, driftwood,driftwood,0.84,Noun,9,8,2,driftwood,9.53,1.00,9.53,1.00,none,none,none, drill,drill,13.75,Noun,5,4,1,drill,7.14,1.00,7.14,1.00,7.47,none,6.60, drilled,drilled,1.04,Verb,7,5,1,drill,none,none,7.14,1.00,7.47,none,6.60, driller,driller,0.04,Noun,7,5,2,driller,10.67,0.90,10.67,0.90,none,none,none, drillers,drillers,0.02,Noun,8,6,2,driller,none,none,10.67,0.90,none,none,none, drilling,drilling,2.29,Verb,8,6,2,drill,none,none,7.14,1.00,7.47,none,6.60, drillmaster,drillmaster,0.04,Noun,11,9,3,drillmaster,14.00,0.85,14.00,0.85,none,none,none, drills,drills,1.39,Noun,6,5,1,drill,none,none,7.14,1.00,7.47,none,6.60, drink,drink,247.39,Noun,5,5,1,drink,3.47,1.00,3.47,1.00,3.65,4.41,3.75, drinkable,drinkable,0.08,Adjective,9,9,3,drinkable,7.64,1.00,7.64,1.00,none,none,none, drinker,drinker,1.86,Noun,7,6,2,drinker,8.53,1.00,8.53,1.00,none,none,none, drinkers,drinkers,0.78,Noun,8,7,2,drinker,none,none,8.53,1.00,none,none,none, drinking,drinking,52.65,Verb,8,7,2,drink,none,none,3.47,1.00,3.65,4.41,3.75, drinks,drinks,34.20,Noun,6,6,1,drink,none,none,3.47,1.00,3.65,4.41,3.75, drip,drip,5.12,Noun,4,4,1,drip,5.89,1.00,5.89,1.00,none,none,6.65, dripped,dripped,0.29,Verb,7,5,1,drip,none,none,5.89,1.00,none,none,6.65, dripper,dripper,0.04,Noun,7,5,2,dripper,10.86,0.78,10.86,0.78,none,none,none, drippers,drippers,0.02,Noun,8,6,2,dripper,none,none,10.86,0.78,none,none,none, dripping,dripping,3.37,Verb,8,6,2,drip,none,none,5.89,1.00,none,none,6.65, drippy,drippy,0.20,Adjective,6,5,2,drippy,6.78,1.00,6.78,1.00,none,none,none, drips,drips,0.76,Verb,5,5,1,drip,none,none,5.89,1.00,none,none,6.65, drivable,drivable,0.02,Adjective,8,8,3,drivable,11.78,1.00,11.78,1.00,none,none,none, drive,drive,153.14,Verb,5,4,1,drive,5.26,1.00,5.26,1.00,6.06,5.11,5.73, drivel,drivel,0.71,Noun,6,6,2,drivel,12.80,0.79,12.80,0.79,none,none,none,12.11 driveling,drivelling,0.18,Verb,9,7,2,drivel,none,none,12.80,0.79,none,none,none,12.11 driven,driven,10.27,Verb,6,6,2,drive,none,none,5.26,1.00,6.06,5.11,5.73, driver,driver,47.37,Noun,6,5,2,driver,4.95,1.00,4.95,1.00,none,5.77,none, drivers,drivers,6.67,Noun,7,6,2,driver,none,none,4.95,1.00,none,5.77,none, drives,drives,14.27,Verb,6,5,1,drive,none,none,5.26,1.00,6.06,5.11,5.73, driveway,driveway,6.73,Noun,8,6,2,driveway,5.78,1.00,5.78,1.00,none,none,none, driveways,driveways,0.18,Noun,9,7,2,driveway,none,none,5.78,1.00,none,none,none, driving,driving,74.12,Verb,7,6,2,drive,none,none,5.26,1.00,6.06,5.11,5.73, drizzle,drizzle,0.43,Noun,7,6,2,drizzle,7.56,1.00,7.56,1.00,none,none,none, drizzled,drizzled,0.12,Verb,8,7,2,drizzle,none,none,7.56,1.00,none,none,none, drizzles,drizzles,0.04,Noun,8,7,2,drizzle,none,none,7.56,1.00,none,none,none, drogue,drogue,0.14,Noun,6,4,1,drogue,14.12,0.40,14.12,0.40,none,none,none, droll,droll,0.49,Adjective,5,4,1,droll,13.08,0.72,13.08,0.72,none,none,12.22, drolleries,drolleries,0.02,Noun,10,8,3,drollery,none,none,16.50,0.53,none,none,none, drollery,drollery,0.06,Noun,8,7,3,drollery,16.50,0.53,16.50,0.53,none,none,none, drollest,drollest,0.02,Adjective,8,7,2,droll,none,none,13.08,0.72,none,none,12.22, dromedary,dromedary,0.08,Noun,9,9,4,dromedary,12.33,0.32,12.33,0.32,none,none,none, drone,drone,2.82,Noun,5,4,1,drone,10.11,1.00,10.11,1.00,none,none,12.01, drones,drones,1.41,Noun,6,5,1,drone,none,none,10.11,1.00,none,none,12.01, droning,droning,0.35,Verb,7,6,2,drone,none,none,10.11,1.00,none,none,12.01, drool,drool,2.16,Verb,5,4,1,drool,6.11,1.00,6.11,1.00,none,none,5.68, drooled,drooled,0.31,Verb,7,5,1,drool,none,none,6.11,1.00,none,none,5.68, drooling,drooling,2.49,Verb,8,6,2,drool,none,none,6.11,1.00,none,none,5.68, drools,drools,0.18,Verb,6,5,1,drool,none,none,6.11,1.00,none,none,5.68, droop,droop,0.33,Verb,5,4,1,droop,10.12,0.89,10.12,0.89,none,none,9.24, drooped,drooped,0.06,Verb,7,5,1,droop,none,none,10.12,0.89,none,none,9.24, drooping,drooping,0.14,Adjective,8,6,2,drooping,8.21,1.00,8.21,1.00,none,none,none, droops,droops,0.02,Noun,6,5,1,droop,none,none,10.12,0.89,none,none,9.24, droopy,droopy,0.51,Adjective,6,5,2,droopy,6.94,0.94,6.94,0.94,none,none,none, drop,drop,130.61,Verb,4,4,1,drop,3.26,1.00,3.26,1.00,4.51,4.67,5.53, dropkick,dropkick,0.06,Verb,8,7,2,dropkick,9.06,1.00,9.06,1.00,none,none,none, droplet,droplet,0.04,Noun,7,7,2,droplet,9.33,1.00,9.33,1.00,none,none,none, droplets,droplets,0.16,Noun,8,8,2,droplet,none,none,9.33,1.00,none,none,none, dropout,dropout,0.84,Noun,7,6,2,dropout,10.05,1.00,10.05,1.00,none,none,none, dropouts,dropouts,0.14,Noun,8,7,2,dropout,none,none,10.05,1.00,none,none,none, dropped,dropped,48.67,Verb,7,5,1,drop,none,none,3.26,1.00,4.51,4.67,5.53, dropper,dropper,0.39,Noun,7,5,2,dropper,8.56,0.95,8.56,0.95,none,none,none, dropping,dropping,16.20,Verb,8,6,2,drop,none,none,3.26,1.00,4.51,4.67,5.53, drops,drops,10.29,Verb,5,5,1,drop,none,none,3.26,1.00,4.51,4.67,5.53, dropsy,dropsy,0.02,Noun,6,6,2,dropsy,13.00,0.53,13.00,0.53,none,none,none, drosophila,drosophila,0.08,Noun,10,9,4,drosophila,18.50,0.21,18.50,0.21,none,none,none, dross,dross,0.08,Noun,5,4,1,dross,17.25,0.42,17.25,0.42,none,none,none, drought,drought,1.37,Noun,7,4,1,drought,7.94,1.00,7.94,1.00,none,9.17,10.03, droughts,droughts,0.14,Noun,8,5,1,drought,none,none,7.94,1.00,none,9.17,10.03, drove,drove,28.86,Verb,5,4,1,drove,6.32,1.00,6.32,1.00,none,8.09,7.49, drover,drover,0.10,Noun,6,5,2,drover,13.67,0.32,13.67,0.32,none,none,none, drovers,drovers,0.08,Noun,7,6,2,drover,none,none,13.67,0.32,none,none,none, droves,droves,0.29,Noun,6,5,1,drove,none,none,6.32,1.00,none,8.09,7.49, drown,drown,10.59,Verb,5,4,1,drown,7.00,1.00,7.00,1.00,none,6.33,7.29, drowned,drowned,7.67,Verb,7,5,1,drown,none,none,7.00,1.00,none,6.33,7.29, drowning,drowning,7.22,Verb,8,6,2,drown,none,none,7.00,1.00,none,6.33,7.29, drowns,drowns,0.78,Verb,6,5,1,drown,none,none,7.00,1.00,none,6.33,7.29, drowse,drowse,0.06,Verb,6,4,1,drowse,11.50,1.00,11.50,1.00,none,none,10.69, drowses,drowses,0.02,Verb,7,6,2,drowse,none,none,11.50,1.00,none,none,10.69, drowsier,drowsier,0.04,Adjective,8,6,3,drowsy,none,none,8.00,0.95,none,none,none,8.53 drowsiness,drowsiness,0.10,Noun,10,8,3,drowsiness,9.50,1.00,9.50,1.00,none,none,none, drowsy,drowsy,0.73,Adjective,6,5,2,drowsy,8.00,0.95,8.00,0.95,none,none,none,8.53 drudge,drudge,0.18,Noun,6,4,1,drudge,10.65,0.94,10.65,0.94,none,none,none, drudgery,drudgery,0.18,Noun,8,6,3,drudgery,15.12,0.80,15.12,0.80,none,none,none, drug,drug,45.22,Noun,4,4,1,drug,8.11,1.00,8.11,1.00,10.13,8.43,7.86, druggie,druggie,0.35,Noun,7,5,2,druggie,11.90,1.00,11.90,1.00,none,none,none, druggies,druggies,0.12,Noun,8,6,2,druggie,none,none,11.90,1.00,none,none,none, drugging,drugging,0.35,Verb,8,6,2,drug,none,none,8.11,1.00,10.13,8.43,7.86, druggist,druggist,0.51,Noun,8,7,2,druggist,13.00,1.00,13.00,1.00,none,none,none, druggists,druggists,0.06,Noun,9,8,2,druggist,none,none,13.00,1.00,none,none,none, druggy,druggy,0.08,Adjective,6,5,2,druggie,none,none,11.90,1.00,none,none,none, drugs,drugs,48.31,Noun,5,5,1,drug,none,none,8.11,1.00,10.13,8.43,7.86, drugstore,drugstore,4.29,Noun,9,8,2,drugstore,7.53,1.00,7.53,1.00,none,none,none, drugstores,drugstores,0.31,Noun,10,9,2,drugstore,none,none,7.53,1.00,none,none,none, druid,druid,0.33,Noun,5,5,2,druid,12.93,0.70,12.93,0.70,none,none,none, druidic,druidic,0.06,Adjective,7,7,3,druidic,16.50,0.53,16.50,0.53,none,none,none, druidism,druidism,0.02,Noun,8,9,4,druidism,14.00,0.60,14.00,0.60,none,none,none, druids,druids,0.35,Noun,6,6,2,druid,none,none,12.93,0.70,none,none,none, drum,drum,8.47,Noun,4,4,1,drum,4.63,1.00,4.63,1.00,5.87,none,5.27, drumbeat,drumbeat,0.16,Noun,8,7,2,drumbeat,8.20,0.95,8.20,0.95,none,none,none, drumbeats,drumbeats,0.04,Name,9,8,2,drumbeat,none,none,8.20,0.95,none,none,none, drummed,drummed,0.33,Verb,7,5,1,drum,none,none,4.63,1.00,5.87,none,5.27, drummer,drummer,3.67,Noun,7,5,2,drummer,6.05,1.00,6.05,1.00,none,none,none, drummers,drummers,0.37,Noun,8,6,2,drummer,none,none,6.05,1.00,none,none,none, drumming,drumming,1.12,Noun,8,6,2,drum,none,none,4.63,1.00,5.87,none,5.27, drums,drums,7.20,Noun,5,5,1,drum,none,none,4.63,1.00,5.87,none,5.27, drumstick,drumstick,0.35,Noun,9,8,2,drumstick,7.79,1.00,7.79,1.00,none,none,none, drumsticks,drumsticks,0.33,Noun,10,9,2,drumstick,none,none,7.79,1.00,none,none,none, drunk,drunk,76.55,Adjective,5,5,1,drunk,9.26,1.00,9.26,1.00,none,9.22,10.20, drunkard,drunkard,1.22,Noun,8,7,2,drunkard,10.72,0.95,10.72,0.95,none,none,none, drunkards,drunkards,0.20,Noun,9,8,2,drunkard,none,none,10.72,0.95,none,none,none, drunken,drunken,6.18,Adjective,7,7,2,drunken,9.42,1.00,9.42,1.00,none,none,none, drunkenness,drunkenness,0.71,Noun,11,10,3,drunkenness,11.94,1.00,11.94,1.00,9.83,none,none, drunker,drunker,0.53,Adjective,7,6,2,drunk,none,none,9.26,1.00,none,9.22,10.20, drunkest,drunkest,0.04,Adjective,8,8,2,drunk,none,none,9.26,1.00,none,9.22,10.20, drunks,drunks,2.27,Noun,6,6,1,drunk,none,none,9.26,1.00,none,9.22,10.20, druthers,druthers,0.57,Name,8,6,2,druthers,11.60,0.67,11.60,0.67,none,none,none,12.75 dry,dry,42.82,Adjective,3,3,1,dry,4.11,1.00,4.11,1.00,none,none,4.80, dryad,dryad,0.02,Noun,5,5,2,dryad,13.64,0.55,13.64,0.55,none,13.28,none, dryer,dryer,4.53,Noun,5,4,2,dryer,6.16,1.00,6.16,1.00,none,none,none,6.20 dryers,dryers,0.22,Noun,6,5,2,dryer,none,none,6.16,1.00,none,none,none,6.20 drying,drying,1.67,Verb,6,5,2,dry,none,none,4.11,1.00,none,none,4.80, dryness,dryness,0.14,Noun,7,6,2,dryness,8.94,1.00,8.94,1.00,none,none,none, drywall,drywall,0.31,Noun,7,6,2,drywall,12.06,1.00,12.06,1.00,none,none,none, dual,dual,1.12,Adjective,4,4,2,dual,8.63,1.00,8.63,1.00,none,none,none,9.13 dualism,dualism,0.02,Noun,7,8,4,dualism,13.57,0.74,13.57,0.74,none,none,none, dualistic,dualistic,0.04,Adjective,9,9,4,dualistic,12.69,0.84,12.69,0.84,none,none,none, dualities,dualities,0.02,Noun,9,8,4,duality,none,none,12.87,0.83,none,none,none, duality,duality,0.27,Noun,7,7,4,duality,12.87,0.83,12.87,0.83,none,none,none, dub,dub,1.08,Verb,3,3,1,dub,11.06,0.85,11.06,0.85,none,none,11.16, dubbed,dubbed,0.51,Verb,6,4,1,dub,none,none,11.06,0.85,none,none,11.16, dubbing,dubbing,0.12,Verb,7,5,2,dub,none,none,11.06,0.85,none,none,11.16, dubious,dubious,1.43,Adjective,7,6,3,dubious,12.19,0.89,12.19,0.89,none,11.43,none, dubs,dubs,0.08,Noun,4,4,1,dub,none,none,11.06,0.85,none,none,11.16, ducal,ducal,0.53,Adjective,5,5,2,ducal,11.83,0.32,11.83,0.32,none,none,none, ducat,ducat,0.08,Noun,5,6,2,ducat,14.36,0.61,14.36,0.61,none,none,none, ducats,ducats,0.80,Noun,6,7,2,ducat,none,none,14.36,0.61,none,none,none, duchess,duchess,4.47,Noun,7,5,2,duchess,9.85,0.95,9.85,0.95,none,none,none, duchesses,duchesses,0.12,Noun,9,7,3,duchess,none,none,9.85,0.95,none,none,none, duchy,duchy,0.10,Noun,5,4,2,duchy,12.90,0.56,12.90,0.56,none,none,none, duck,duck,24.76,Noun,4,3,1,duck,3.50,1.00,3.50,1.00,none,3.52,3.78, ducked,ducked,1.20,Verb,6,4,1,duck,none,none,3.50,1.00,none,3.52,3.78, ducker,ducker,0.02,Noun,6,4,2,ducker,8.27,0.79,8.27,0.79,none,none,none, duckers,duckers,0.02,Noun,7,5,2,ducker,none,none,8.27,0.79,none,none,none, ducking,ducking,1.41,Verb,7,5,2,duck,none,none,3.50,1.00,none,3.52,3.78, duckling,duckling,0.76,Noun,8,6,2,duckling,4.95,1.00,4.95,1.00,none,none,none, ducklings,ducklings,0.12,Noun,9,7,2,duckling,none,none,4.95,1.00,none,none,none, ducks,ducks,8.47,Noun,5,4,1,duck,none,none,3.50,1.00,none,3.52,3.78, ducktail,ducktail,0.02,Noun,8,6,2,ducktail,10.71,0.89,10.71,0.89,none,none,none, ducktails,ducktails,0.02,Noun,9,7,2,ducktail,none,none,10.71,0.89,none,none,none, duckweed,duckweed,0.02,Noun,8,6,2,duckweed,13.20,0.56,13.20,0.56,none,none,none, ducky,ducky,1.96,Adjective,5,4,2,ducky,7.44,0.89,7.44,0.89,none,none,none, duct,duct,3.14,Noun,4,4,1,duct,10.74,1.00,10.74,1.00,none,none,9.84, ductile,ductile,0.02,Adjective,7,6,2,ductile,14.22,0.45,14.22,0.45,none,none,none, ductless,ductless,0.08,Adjective,8,7,2,ductless,14.69,0.80,14.69,0.80,none,none,none, ducts,ducts,1.08,Noun,5,5,1,duct,none,none,10.74,1.00,none,none,9.84, ductwork,ductwork,0.08,Noun,8,7,2,ductwork,12.60,0.83,12.60,0.83,none,none,none, dud,dud,1.25,Noun,3,3,1,dud,8.55,1.00,8.55,1.00,none,none,9.10, dude,dude,99.43,Noun,4,3,1,dude,7.89,1.00,7.89,1.00,none,none,7.86, dudes,dudes,6.76,Noun,5,5,1,dude,none,none,7.89,1.00,none,none,7.86, dudgeon,dudgeon,0.12,Noun,7,5,2,dudgeon,11.55,0.61,11.55,0.61,none,none,none, duds,duds,1.35,Noun,4,4,1,dud,none,none,8.55,1.00,none,none,9.10, due,due,44.61,Adjective,3,2,1,due,7.53,1.00,7.53,1.00,none,none,7.91, duel,duel,2.35,Noun,4,4,2,duel,9.45,1.00,9.45,1.00,none,8.13,none,8.79 dueler,dueller,0.02,Noun,6,5,3,dueler,10.81,0.89,10.81,0.89,none,none,none, dueling,duelling,0.45,Verb,7,5,2,duel,none,none,9.45,1.00,none,8.13,none,8.79 duels,duels,0.27,Noun,5,5,2,duel,none,none,9.45,1.00,none,8.13,none,8.79 duenna,duenna,0.02,Noun,6,6,3,duenna,16.14,0.35,16.14,0.35,none,none,none, dues,dues,2.04,Noun,4,3,1,due,none,none,7.53,1.00,none,none,7.91, duet,duet,1.29,Noun,4,4,2,duet,8.82,1.00,8.82,1.00,none,8.90,none, duets,duets,0.18,Noun,5,5,2,duet,none,none,8.82,1.00,none,8.90,none, duffel,duffel,1.49,Noun,6,5,2,duffel,10.11,1.00,10.11,1.00,none,none,none,10.80 duffels,duffels,0.02,Noun,7,6,2,duffel,none,none,10.11,1.00,none,none,none,10.80 duffer,duffer,0.63,Noun,6,4,2,duffer,11.00,0.47,11.00,0.47,none,none,none, duffers,duffers,0.02,Noun,7,5,2,duffer,none,none,11.00,0.47,none,none,none, duffle,duffle,0.27,Noun,6,5,2,duffel,none,none,10.11,1.00,none,none,none,10.80 dug,dug,8.92,Verb,3,3,1,dig,none,none,4.19,1.00,4.50,none,4.38, dugout,dugout,0.90,Noun,6,5,2,dugout,8.68,1.00,8.68,1.00,none,none,none, dugouts,dugouts,0.04,Noun,7,6,2,dugout,none,none,8.68,1.00,none,none,none, duh,duh,3.98,Interjection,3,2,1,duh,8.58,0.95,8.58,0.95,none,none,none, duke,duke,25.04,Noun,4,3,1,duke,7.89,1.00,7.89,1.00,none,8.00,9.39, dukedom,dukedom,0.10,Noun,7,6,2,dukedom,11.08,0.63,11.08,0.63,none,none,none, dukes,dukes,2.00,Noun,5,4,1,duke,none,none,7.89,1.00,none,8.00,9.39, dulcet,dulcet,0.14,Noun,6,6,2,dulcet,15.17,0.63,15.17,0.63,none,none,none, dulcimer,dulcimer,0.10,Noun,8,7,3,dulcimer,14.00,0.53,14.00,0.53,none,none,none, dull,dull,12.08,Adjective,4,3,1,dull,8.05,1.00,8.05,1.00,10.13,none,7.42, dullard,dullard,0.41,Noun,7,6,2,dullard,12.77,0.72,12.77,0.72,none,none,none, dullards,dullards,0.06,Noun,8,7,2,dullard,none,none,12.77,0.72,none,none,none, dulled,dulled,0.22,Verb,6,4,1,dull,none,none,8.05,1.00,10.13,none,7.42, duller,duller,0.27,Adjective,6,4,2,dull,none,none,8.05,1.00,10.13,none,7.42, dullest,dullest,0.33,Adjective,7,6,2,dull,none,none,8.05,1.00,10.13,none,7.42, dullness,dullness,0.14,Noun,8,6,2,dullness,8.90,1.00,8.90,1.00,none,7.92,none, dulls,dulls,0.20,Verb,5,4,1,dull,none,none,8.05,1.00,10.13,none,7.42, duly,duly,1.35,Adverb,4,4,2,duly,11.40,0.90,11.40,0.90,none,none,none,12.22 duma,duma,0.80,Name,4,4,2,duma,14.50,0.10,14.50,0.10,none,none,none, dumb,dumb,46.96,Adjective,4,3,1,dumb,4.50,1.00,4.50,1.00,none,6.20,5.27, dumbbell,dumbbell,0.49,Noun,8,6,2,dumbbell,7.56,1.00,7.56,1.00,none,none,none, dumbbells,dumbbells,0.10,Noun,9,7,2,dumbbell,none,none,7.56,1.00,none,none,none, dumber,dumber,1.73,Adjective,6,4,2,dumb,none,none,4.50,1.00,none,6.20,5.27, dumbest,dumbest,2.51,Adjective,7,6,2,dumb,none,none,4.50,1.00,none,6.20,5.27, dumbfound,dumbfound,0.06,Verb,9,7,2,dumbfound,10.47,1.00,10.47,1.00,none,none,none, dumbfounded,dumbfounded,0.14,Verb,11,9,3,dumbfound,none,none,10.47,1.00,none,none,none, dumbness,dumbness,0.14,Noun,8,6,2,dumbness,7.58,1.00,7.58,1.00,none,none,none, dumbstruck,dumbstruck,0.06,Verb,10,8,2,dumbstruck,11.26,1.00,11.26,1.00,none,none,none, dumbwaiter,dumbwaiter,0.31,Noun,10,7,3,dumbwaiter,11.47,0.75,11.47,0.75,none,none,none, dumbwaiters,dumbwaiters,0.02,Noun,11,8,3,dumbwaiter,none,none,11.47,0.75,none,none,none, dummied,dummied,0.06,Verb,7,5,2,dummy,none,none,5.17,1.00,none,none,none,5.37 dummies,dummies,1.20,Noun,7,5,2,dummy,none,none,5.17,1.00,none,none,none,5.37 dummy,dummy,9.80,Noun,5,4,2,dummy,5.17,1.00,5.17,1.00,none,none,none,5.37 dump,dump,28.82,Verb,4,4,1,dump,6.58,1.00,6.58,1.00,none,6.71,7.08, dumped,dumped,17.94,Verb,6,5,1,dump,none,none,6.58,1.00,none,6.71,7.08, dumper,dumper,0.16,Noun,6,5,2,dumper,9.56,0.80,9.56,0.80,none,none,none, dumpers,dumpers,0.04,Noun,7,6,2,dumper,none,none,9.56,0.80,none,none,none, dumping,dumping,3.98,Verb,7,6,2,dump,none,none,6.58,1.00,none,6.71,7.08, dumpling,dumpling,0.88,Noun,8,7,2,dumpling,8.50,1.00,8.50,1.00,none,none,none, dumplings,dumplings,1.59,Noun,9,8,2,dumpling,none,none,8.50,1.00,none,none,none, dumps,dumps,2.69,Noun,5,5,1,dump,none,none,6.58,1.00,none,6.71,7.08, dumpster,dumpster,3.98,Noun,8,7,2,dumpster,9.06,1.00,9.06,1.00,none,none,none,7.49 dumpsters,dumpsters,0.47,Noun,9,8,2,dumpster,none,none,9.06,1.00,none,none,none,7.49 dumpy,dumpy,0.27,Adjective,5,5,2,dumpy,8.28,0.95,8.28,0.95,none,none,none, dun,dun,0.25,Noun,3,3,1,dun,13.00,0.26,13.00,0.26,none,none,none, dunce,dunce,0.49,Noun,5,4,1,dunce,9.21,1.00,9.21,1.00,none,none,10.03, dunces,dunces,0.20,Noun,6,6,2,dunce,none,none,9.21,1.00,none,none,10.03, dunderhead,dunderhead,0.18,Noun,10,8,3,dunderhead,11.91,0.61,11.91,0.61,none,none,none, dunderheads,dunderheads,0.02,Noun,11,9,3,dunderhead,none,none,11.91,0.61,none,none,none, dune,dune,1.00,Noun,4,3,1,dune,9.65,0.94,9.65,0.94,none,none,8.78, dunes,dunes,0.88,Noun,5,4,1,dune,none,none,9.65,0.94,none,none,8.78, dung,dung,1.76,Noun,4,3,1,dung,11.05,1.00,11.05,1.00,none,8.11,9.96, dungaree,dungaree,0.06,Noun,8,5,3,dungaree,12.47,0.94,12.47,0.94,none,none,none, dungarees,dungarees,0.20,Noun,9,6,3,dungaree,none,none,12.47,0.94,none,none,none, dungeon,dungeon,2.57,Noun,7,6,2,dungeon,7.55,1.00,7.55,1.00,none,none,none, dungeons,dungeons,0.75,Noun,8,7,2,dungeon,none,none,7.55,1.00,none,none,none, dunghill,dunghill,0.08,Noun,8,6,2,dunghill,12.25,0.84,12.25,0.84,none,9.54,none, dungy,dungy,0.02,Noun,5,4,2,dungy,10.50,0.56,10.50,0.56,none,none,none, dunk,dunk,2.59,Verb,4,4,1,dunk,6.58,1.00,6.58,1.00,none,none,7.15, dunked,dunked,0.43,Verb,6,5,1,dunk,none,none,6.58,1.00,none,none,7.15, dunking,dunking,0.39,Verb,7,6,2,dunk,none,none,6.58,1.00,none,none,7.15, dunks,dunks,0.16,Verb,5,5,1,dunk,none,none,6.58,1.00,none,none,7.15, duo,duo,1.51,Noun,3,3,2,duo,7.94,1.00,7.94,1.00,none,none,none, duodena,duodena,0.02,Noun,7,8,4,duodenum,none,none,14.50,0.42,none,none,none, duodenal,duodenal,0.04,Adjective,8,8,4,duodenal,13.86,0.39,13.86,0.39,none,none,none, duodenum,duodenum,0.27,Noun,8,8,4,duodenum,14.50,0.42,14.50,0.42,none,none,none, dup,dup,0.02,Verb,3,3,1,dup,14.40,0.26,14.40,0.26,none,none,none, dupe,dupe,0.65,Noun,4,3,1,dupe,11.81,0.84,11.81,0.84,none,none,11.55, duped,duped,0.78,Verb,5,4,1,dupe,none,none,11.81,0.84,none,none,11.55, dupes,dupes,0.02,Noun,5,4,1,dupe,none,none,11.81,0.84,none,none,11.55, duping,duping,0.02,Verb,6,5,2,dupe,none,none,11.81,0.84,none,none,11.55, duplex,duplex,0.47,Adjective,6,7,2,duplex,11.05,1.00,11.05,1.00,none,none,none, duplicate,duplicate,2.29,Verb,9,8,3,duplicate,8.95,1.00,8.95,1.00,none,none,none, duplicated,duplicated,0.82,Verb,10,10,4,duplicate,none,none,8.95,1.00,none,none,none, duplicates,duplicates,0.59,Noun,10,10,3,duplicate,none,none,8.95,1.00,none,none,none, duplicating,duplicating,0.18,Verb,11,10,4,duplicate,none,none,8.95,1.00,none,none,none, duplication,duplication,0.14,Noun,11,11,4,duplication,12.11,1.00,12.11,1.00,none,none,none, duplications,duplications,0.04,Noun,12,11,4,duplication,none,none,12.11,1.00,none,none,none, duplicator,duplicator,0.02,Noun,10,9,4,duplicator,9.68,1.00,9.68,1.00,none,none,none, duplicitous,duplicitous,0.20,Adjective,11,10,4,duplicitous,13.83,0.90,13.83,0.90,none,none,none, duplicity,duplicity,0.22,Noun,9,9,4,duplicity,12.42,0.95,12.42,0.95,none,none,none, durability,durability,0.22,Noun,10,9,5,durability,10.05,1.00,10.05,1.00,none,none,none, durable,durable,0.35,Adjective,7,7,3,durable,11.79,1.00,11.79,1.00,none,none,none, duration,duration,1.59,Noun,8,7,3,duration,10.32,1.00,10.32,1.00,none,none,none, durbar,durbar,0.06,Noun,6,6,2,durbar,17.00,0.17,17.00,0.17,none,none,none, duress,duress,1.16,Noun,6,5,2,duress,14.00,0.95,14.00,0.95,none,none,none,12.53 durian,durian,0.14,Noun,6,7,3,durian,15.50,0.32,15.50,0.32,none,none,none, durians,durians,0.10,Noun,7,8,3,durian,none,none,15.50,0.32,none,none,none, during,during,75.92,Preposition,6,5,2,during,6.80,1.00,6.80,1.00,6.92,none,none,6.82 durst,durst,0.24,Verb,5,4,1,dare,none,none,6.63,1.00,none,6.07,6.28, dusk,dusk,1.20,Noun,4,4,1,dusk,8.74,1.00,8.74,1.00,none,8.45,8.15, dusky,dusky,0.41,Adjective,5,5,2,dusky,8.88,0.89,8.88,0.89,none,none,none, dust,dust,23.84,Noun,4,4,1,dust,5.06,1.00,5.06,1.00,5.40,6.66,5.89, dustbin,dustbin,0.14,Noun,7,7,2,dustbin,9.28,0.95,9.28,0.95,none,none,none, dusted,dusted,1.22,Verb,6,6,2,dust,none,none,5.06,1.00,5.40,6.66,5.89, duster,duster,0.39,Noun,6,5,2,duster,8.11,1.00,8.11,1.00,none,6.71,none, dusters,dusters,0.25,Noun,7,6,2,duster,none,none,8.11,1.00,none,6.71,none, dustier,dustier,0.02,Adjective,7,6,3,dusty,none,none,4.74,1.00,none,6.83,none, dusting,dusting,1.31,Verb,7,6,2,dust,none,none,5.06,1.00,5.40,6.66,5.89, dustman,dustman,0.08,Noun,7,7,2,dustman,10.93,0.74,10.93,0.74,5.33,none,none, dustpan,dustpan,0.25,Noun,7,7,2,dustpan,6.47,0.94,6.47,0.94,none,6.60,none, dustpans,dustpans,0.04,Noun,8,8,2,dustpan,none,none,6.47,0.94,none,6.60,none, dusts,dusts,0.08,Verb,5,5,1,dust,none,none,5.06,1.00,5.40,6.66,5.89, dustup,dustup,0.04,Noun,6,6,2,dustup,11.58,0.55,11.58,0.55,none,none,none, dusty,dusty,5.55,Adjective,5,5,2,dusty,4.74,1.00,4.74,1.00,none,6.83,none, dutiable,dutiable,0.02,Adjective,8,8,4,dutiable,13.27,0.61,13.27,0.61,none,none,none, duties,duties,7.88,Noun,6,5,2,duty,none,none,7.15,1.00,none,8.85,none,8.12 dutiful,dutiful,0.29,Adjective,7,7,3,dutiful,10.84,1.00,10.84,1.00,none,none,none, duty,duty,50.96,Noun,4,4,2,duty,7.15,1.00,7.15,1.00,none,8.85,none,8.12 duvet,duvet,0.24,Noun,5,6,2,duvet,15.00,0.63,15.00,0.63,none,6.35,none, dwarf,dwarf,3.08,Noun,5,5,1,dwarf,7.65,1.00,7.65,1.00,none,5.64,7.15, dwarfish,dwarfish,0.04,Adjective,8,7,2,dwarfish,13.25,0.89,13.25,0.89,none,none,none, dwarfism,dwarfism,0.02,Noun,8,9,3,dwarfism,11.06,1.00,11.06,1.00,none,none,none, dwarfs,dwarfs,1.08,Noun,6,6,1,dwarf,none,none,7.65,1.00,none,5.64,7.15, dwarves,dwarves,1.12,Noun,7,6,1,dwarf,none,none,7.65,1.00,none,5.64,7.15, dweeb,dweeb,0.55,Noun,5,4,1,dweeb,9.00,0.90,9.00,0.90,none,none,none, dweebs,dweebs,0.08,Noun,6,5,1,dweeb,none,none,9.00,0.90,none,none,none, dwell,dwell,2.78,Verb,5,4,1,dwell,10.78,0.95,10.78,0.95,none,none,10.35, dwelled,dwelled,0.08,Verb,7,5,1,dwell,none,none,10.78,0.95,none,none,10.35, dweller,dweller,0.18,Noun,7,5,2,dweller,9.84,1.00,9.84,1.00,none,none,none, dwellers,dwellers,0.29,Noun,8,6,2,dweller,none,none,9.84,1.00,none,none,none, dwelling,dwelling,1.33,Noun,8,6,2,dwelling,9.05,1.00,9.05,1.00,none,8.81,none, dwellings,dwellings,0.18,Noun,9,7,2,dwelling,none,none,9.05,1.00,none,8.81,none, dwells,dwells,0.33,Verb,6,5,1,dwell,none,none,10.78,0.95,none,none,10.35, dwelt,dwelt,0.10,Verb,5,5,1,dwell,none,none,10.78,0.95,none,none,10.35, dwindle,dwindle,0.10,Verb,7,7,2,dwindle,11.25,1.00,11.25,1.00,none,none,none, dwindled,dwindled,0.08,Verb,8,8,2,dwindle,none,none,11.25,1.00,none,none,none, dwindles,dwindles,0.02,Noun,8,8,2,dwindle,none,none,11.25,1.00,none,none,none, dwindling,dwindling,0.25,Adjective,9,9,3,dwindling,11.83,1.00,11.83,1.00,none,none,none, dybbuk,dybbuk,0.04,Noun,6,5,2,dybbuk,16.00,0.05,16.00,0.05,none,none,none, dye,dye,3.86,Noun,3,2,1,dye,7.56,1.00,7.56,1.00,7.86,7.83,7.77, dyed,dyed,1.43,Verb,4,3,1,dye,none,none,7.56,1.00,7.86,7.83,7.77, dyeing,dyeing,0.22,Verb,6,4,2,dye,none,none,7.56,1.00,7.86,7.83,7.77, dyes,dyes,0.57,Noun,4,3,1,dye,none,none,7.56,1.00,7.86,7.83,7.77, dying,dying,66.98,Verb,5,4,2,die,none,none,4.53,1.00,5.33,none,5.61, dyke,dyke,2.59,Noun,4,3,1,dyke,13.67,0.95,13.67,0.95,none,none,none, dykes,dykes,0.67,Noun,5,4,1,dyke,none,none,13.67,0.95,none,none,none, dynamic,dynamic,2.10,Adjective,7,7,3,dynamic,12.00,1.00,12.00,1.00,none,none,none, dynamism,dynamism,0.02,Noun,8,9,4,dynamism,14.94,0.90,14.94,0.90,none,none,none, dynamite,dynamite,10.10,Noun,8,7,3,dynamite,7.11,1.00,7.11,1.00,none,none,none, dynamited,dynamited,0.20,Verb,9,9,4,dynamite,none,none,7.11,1.00,none,none,none, dynamiter,dynamiter,0.08,Noun,9,8,4,dynamiter,10.91,0.58,10.91,0.58,none,none,none, dynamites,dynamites,0.02,Noun,9,8,3,dynamite,none,none,7.11,1.00,none,none,none, dynamiting,dynamiting,0.08,Verb,10,9,4,dynamite,none,none,7.11,1.00,none,none,none, dynamo,dynamo,0.51,Noun,6,6,3,dynamo,12.32,1.00,12.32,1.00,none,none,none, dynamos,dynamos,0.06,Noun,7,7,3,dynamo,none,none,12.32,1.00,none,none,none, dynamotor,dynamotor,0.02,Noun,9,9,4,dynamotor,14.09,0.55,14.09,0.55,none,none,none, dynastic,dynastic,0.02,Adjective,8,8,3,dynastic,13.93,0.79,13.93,0.79,none,none,none, dynasties,dynasties,0.14,Noun,9,8,3,dynasty,none,none,10.50,1.00,none,none,none, dynasty,dynasty,2.55,Noun,7,7,3,dynasty,10.50,1.00,10.50,1.00,none,none,none, dysentery,dysentery,0.90,Noun,9,9,4,dysentery,13.63,1.00,13.63,1.00,none,none,none, dysfunction,dysfunction,1.20,Noun,11,10,3,dysfunction,11.21,1.00,11.21,1.00,none,none,none, dysfunctional,dysfunctional,1.53,Adjective,13,12,4,dysfunctional,11.47,0.95,11.47,0.95,none,none,none, dysfunctions,dysfunctions,0.06,Noun,12,11,3,dysfunction,none,none,11.21,1.00,none,none,none, dysgenics,dysgenics,0.04,Noun,9,8,3,dysgenics,18.40,0.25,18.40,0.25,none,none,none, dyslectic,dyslectic,0.02,Adjective,9,9,3,dyslexic,none,none,13.26,0.95,none,none,none, dyslexia,dyslexia,0.25,Noun,8,9,4,dyslexia,12.32,1.00,12.32,1.00,none,none,none, dyslexic,dyslexic,0.33,Adjective,8,9,3,dyslexic,13.26,0.95,13.26,0.95,none,none,none, dyslogistic,dyslogistic,0.02,Adjective,11,11,4,dyslogistic,13.12,0.42,13.12,0.42,none,none,none, dyspeptic,dyspeptic,0.08,Adjective,9,9,3,dyspeptic,17.45,0.61,17.45,0.61,none,none,none, dysphasia,dysphasia,0.02,Noun,9,7,4,dysphasia,16.40,0.53,16.40,0.53,none,none,none, dysplasia,dysplasia,0.12,Noun,9,8,3,dysplasia,16.20,0.79,16.20,0.79,none,none,none, dysprosium,dysprosium,0.02,Noun,10,9,4,dysprosium,12.33,0.17,12.33,0.17,none,none,none, dystopia,dystopia,0.02,Noun,8,8,4,dystopia,16.81,0.80,16.81,0.80,none,none,none, dystrophy,dystrophy,0.22,Noun,9,8,3,dystrophy,12.80,0.83,12.80,0.83,none,none,none, each,each,253.25,Pronoun,4,2,1,each,4.95,0.95,4.95,0.95,none,none,5.39, eager,eager,6.86,Adjective,5,3,2,eager,8.50,1.00,8.50,1.00,7.86,9.03,none,8.79 eagerness,eagerness,0.25,Noun,9,6,3,eagerness,10.94,1.00,10.94,1.00,none,none,none, eagle,eagle,11.49,Noun,5,4,2,eagle,5.83,1.00,5.83,1.00,none,6.33,none,5.08 eagles,eagles,3.73,Noun,6,5,2,eagle,none,none,5.83,1.00,none,6.33,none,5.08 ear,ear,32.00,Noun,3,2,1,ear,3.63,1.00,3.63,1.00,none,none,3.47, earache,earache,0.29,Noun,7,4,3,earache,6.06,0.86,6.06,0.86,none,none,none, earaches,earaches,0.04,Noun,8,5,3,earache,none,none,6.06,0.86,none,none,none, eardrop,eardrop,0.04,Noun,7,6,3,eardrop,9.24,0.94,9.24,0.94,none,none,none, eardrops,eardrops,0.02,Noun,8,7,3,eardrop,none,none,9.24,0.94,none,none,none, eardrum,eardrum,0.29,Noun,7,6,3,eardrum,7.95,1.00,7.95,1.00,none,none,none, eardrums,eardrums,0.51,Noun,8,7,3,eardrum,none,none,7.95,1.00,none,none,none, earful,earful,0.43,Noun,6,5,3,earful,8.32,0.95,8.32,0.95,none,none,none, earl,earl,20.43,Noun,4,2,1,earl,10.59,0.77,10.59,0.77,none,9.19,11.86, earldom,earldom,0.06,Noun,7,5,2,earldom,12.30,0.56,12.30,0.56,none,none,none, earless,earless,0.08,Adjective,7,5,2,earless,9.33,0.83,9.33,0.83,none,none,none, earlier,earlier,39.41,Adverb,7,4,3,early,none,none,5.31,1.00,5.37,none,none,5.20 earliest,earliest,2.31,Adjective,8,6,3,early,none,none,5.31,1.00,5.37,none,none,5.20 earlobe,earlobe,0.33,Noun,7,5,3,earlobe,6.00,0.95,6.00,0.95,none,none,none, earlobes,earlobes,0.29,Noun,8,6,3,earlobe,none,none,6.00,0.95,none,none,none, earls,earls,0.24,Noun,5,3,1,earl,none,none,10.59,0.77,none,9.19,11.86, early,early,108.04,Adverb,5,3,2,early,5.31,1.00,5.31,1.00,5.37,none,none,5.20 earmark,earmark,0.06,Verb,7,6,2,earmark,11.83,0.90,11.83,0.90,none,none,none, earmarked,earmarked,0.24,Verb,9,7,2,earmark,none,none,11.83,0.90,none,none,none, earmarks,earmarks,0.16,Noun,8,7,2,earmark,none,none,11.83,0.90,none,none,none, earmuff,earmuff,0.06,Verb,7,5,2,earmuff,7.00,1.00,7.00,1.00,none,none,none, earmuffs,earmuffs,0.33,Noun,8,6,2,earmuff,none,none,7.00,1.00,none,none,none, earn,earn,15.35,Verb,4,2,1,earn,7.57,1.00,7.57,1.00,7.27,8.00,7.22, earned,earned,12.67,Verb,6,3,1,earn,none,none,7.57,1.00,7.27,8.00,7.22, earner,earner,0.35,Noun,6,3,2,earner,10.84,1.00,10.84,1.00,none,none,none, earners,earners,0.16,Noun,7,4,2,earner,none,none,10.84,1.00,none,none,none, earnest,earnest,1.57,Adjective,7,5,2,earnest,10.22,0.90,10.22,0.90,none,none,none,11.29 earnestness,earnestness,0.06,Noun,11,8,3,earnestness,11.94,0.89,11.94,0.89,none,none,none, earning,earning,2.57,Verb,7,4,2,earn,none,none,7.57,1.00,7.27,8.00,7.22, earnings,earnings,0.94,Noun,8,5,2,earnings,8.06,1.00,8.06,1.00,none,none,none, earns,earns,0.96,Verb,5,3,1,earn,none,none,7.57,1.00,7.27,8.00,7.22, earphone,earphone,0.12,Noun,8,5,2,earphone,9.45,1.00,9.45,1.00,none,none,none, earphones,earphones,0.31,Noun,9,6,2,earphone,none,none,9.45,1.00,none,none,none, earpiece,earpiece,0.53,Noun,8,5,2,earpiece,10.28,1.00,10.28,1.00,none,none,none, earpieces,earpieces,0.06,Noun,9,7,3,earpiece,none,none,10.28,1.00,none,none,none, earplug,earplug,0.06,Noun,7,6,2,earplug,7.58,1.00,7.58,1.00,none,none,none, earplugs,earplugs,0.84,Noun,8,7,2,earplug,none,none,7.58,1.00,none,none,none, earring,earring,2.71,Noun,7,4,2,earring,7.17,1.00,7.17,1.00,none,none,none,6.33 earrings,earrings,6.14,Noun,8,5,2,earring,none,none,7.17,1.00,none,none,none,6.33 ears,ears,33.43,Noun,4,3,1,ear,none,none,3.63,1.00,none,none,3.47, earshot,earshot,0.37,Noun,7,5,2,earshot,10.48,1.00,10.48,1.00,none,none,none, earth,earth,99.49,Noun,5,2,1,earth,5.37,1.00,5.37,1.00,none,6.41,4.85, earthbound,earthbound,0.31,Adjective,10,6,2,earthbound,11.94,0.89,11.94,0.89,none,none,none, earthen,earthen,0.06,Adjective,7,4,2,earthen,12.82,0.89,12.82,0.89,none,none,none, earthlight,earthlight,0.02,Noun,10,5,2,earthlight,14.17,0.67,14.17,0.67,none,none,none, earthling,earthling,0.69,Noun,9,5,2,earthling,11.63,1.00,11.63,1.00,none,none,none, earthlings,earthlings,0.61,Noun,10,6,2,earthling,none,none,11.63,1.00,none,none,none, earthly,earthly,1.49,Adjective,7,4,2,earthly,9.38,1.00,9.38,1.00,none,none,none, earthman,earthman,0.33,Noun,8,5,2,earthman,9.06,0.84,9.06,0.84,none,none,none, earthmen,earthmen,0.10,Noun,8,5,2,earthman,none,none,9.06,0.84,none,none,none, earthquake,earthquake,6.37,Noun,10,6,2,earthquake,7.53,1.00,7.53,1.00,none,none,none, earthquakes,earthquakes,1.33,Noun,11,7,2,earthquake,none,none,7.53,1.00,none,none,none, earths,earths,0.22,Noun,6,3,1,earth,none,none,5.37,1.00,none,6.41,4.85, earthworm,earthworm,0.14,Noun,9,5,2,earthworm,5.35,1.00,5.35,1.00,none,none,none, earthworms,earthworms,0.22,Noun,10,6,2,earthworm,none,none,5.35,1.00,none,none,none, earthy,earthy,0.41,Adjective,6,3,2,earthy,9.11,0.95,9.11,0.95,none,none,none, earwax,earwax,0.18,Noun,6,6,2,earwax,6.39,1.00,6.39,1.00,none,none,none, earwig,earwig,0.10,Noun,6,5,3,earwig,10.71,0.74,10.71,0.74,none,none,none, earwigs,earwigs,0.02,Noun,7,6,3,earwig,none,none,10.71,0.74,none,none,none, ease,ease,19.10,Noun,4,2,1,ease,9.11,1.00,9.11,1.00,7.98,7.73,8.05, eased,eased,0.51,Verb,5,3,1,ease,none,none,9.11,1.00,7.98,7.73,8.05, easeful,easeful,0.04,Adjective,7,5,2,easeful,12.56,0.76,12.56,0.76,none,none,none, easel,easel,0.27,Noun,5,4,2,easel,7.00,1.00,7.00,1.00,none,none,none, easels,easels,0.02,Noun,6,5,2,easel,none,none,7.00,1.00,none,none,none, easement,easement,0.16,Noun,8,6,2,easement,11.69,0.84,11.69,0.84,none,none,none, easer,easer,0.02,Noun,5,3,2,easer,9.60,0.79,9.60,0.79,none,none,none, eases,eases,0.35,Verb,5,4,2,ease,none,none,9.11,1.00,7.98,7.73,8.05, easier,easier,39.45,Adjective,6,4,3,easy,none,none,5.43,1.00,5.04,none,none,5.25 easiest,easiest,4.00,Adjective,7,6,3,easy,none,none,5.43,1.00,5.04,none,none,5.25 easiness,easiness,0.02,Noun,8,6,3,easiness,8.44,1.00,8.44,1.00,8.21,none,none, easing,easing,0.59,Verb,6,4,2,ease,none,none,9.11,1.00,7.98,7.73,8.05, east,east,49.55,Noun,4,3,1,east,6.94,1.00,6.94,1.00,6.70,none,6.37, eastbound,eastbound,0.78,Adjective,9,7,2,eastbound,9.72,1.00,9.72,1.00,none,none,none, easterly,easterly,0.14,Adjective,8,6,3,easterly,13.25,0.89,13.25,0.89,none,none,none, eastern,eastern,8.12,Adjective,7,5,2,eastern,8.61,1.00,8.61,1.00,none,none,none, easternmost,easternmost,0.02,Adjective,11,9,3,easternmost,11.50,0.95,11.50,0.95,none,none,none, easting,easting,0.02,Verb,7,5,2,easting,10.33,0.15,10.33,0.15,none,none,none, easy,easy,265.71,Adjective,4,3,2,easy,5.43,1.00,5.43,1.00,5.04,none,none,5.25 easygoing,easygoing,0.43,Adjective,9,7,4,easygoing,9.40,1.00,9.40,1.00,none,none,none, eat,eat,251.88,Verb,3,2,1,eat,2.78,1.00,2.78,1.00,3.67,none,3.31, eatable,eatable,0.06,Adjective,7,6,3,eatable,8.93,0.74,8.93,0.74,none,none,none, eatables,eatables,0.08,Name,8,7,3,eatable,none,none,8.93,0.74,none,none,none, eaten,eaten,18.18,Verb,5,4,2,eat,none,none,2.78,1.00,3.67,none,3.31, eater,eater,1.57,Noun,5,3,2,eater,5.94,0.95,5.94,0.95,none,none,none, eateries,eateries,0.06,Noun,8,5,3,eatery,none,none,10.61,1.00,none,none,none, eaters,eaters,0.45,Noun,6,4,2,eater,none,none,5.94,0.95,none,none,none, eatery,eatery,0.20,Noun,6,4,3,eatery,10.61,1.00,10.61,1.00,none,none,none, eating,eating,60.82,Verb,6,4,2,eat,none,none,2.78,1.00,3.67,none,3.31, eats,eats,12.65,Verb,4,3,1,eat,none,none,2.78,1.00,3.67,none,3.31, eau,eau,0.47,Noun,3,1,1,eau,14.71,0.39,14.71,0.39,none,none,none, eaves,eaves,0.10,Noun,5,3,1,eaves,12.40,0.79,12.40,0.79,none,9.98,none, eavesdrop,eavesdrop,0.78,Verb,9,7,2,eavesdrop,8.86,1.00,8.86,1.00,none,none,none, eavesdropped,eavesdropped,0.14,Verb,12,9,3,eavesdrop,none,none,8.86,1.00,none,none,none, eavesdropper,eavesdropper,0.08,Noun,12,10,4,eavesdropper,9.45,1.00,9.45,1.00,none,none,none, eavesdroppers,eavesdroppers,0.02,Noun,13,11,4,eavesdropper,none,none,9.45,1.00,none,none,none, ebb,ebb,0.35,Noun,3,2,1,ebb,11.12,0.89,11.12,0.89,none,none,12.82, ebbed,ebbed,0.04,Verb,5,4,2,ebb,none,none,11.12,0.89,none,none,12.82, ebbing,ebbing,0.06,Verb,6,4,2,ebb,none,none,11.12,0.89,none,none,12.82, ebbs,ebbs,0.14,Noun,4,3,1,ebb,none,none,11.12,0.89,none,none,12.82, ebonite,ebonite,0.02,Noun,7,6,3,ebonite,11.38,0.44,11.38,0.44,none,none,none, ebony,ebony,0.86,Noun,5,5,3,ebony,11.18,0.94,11.18,0.94,none,none,none, ebullient,ebullient,0.04,Adjective,9,8,3,ebullient,16.50,0.40,16.50,0.40,none,none,none, ebullition,ebullition,Err:512,Err:512,10,8,4,ebullition,16.67,0.14,16.67,0.14,none,none,none, eccentric,eccentric,3.51,Adjective,9,9,3,eccentric,12.60,1.00,12.60,1.00,none,none,none, eccentricities,eccentricities,0.39,Noun,14,13,5,eccentricity,none,none,13.74,1.00,none,none,none, eccentricity,eccentricity,0.20,Noun,12,12,5,eccentricity,13.74,1.00,13.74,1.00,none,none,none, eccentrics,eccentrics,0.06,Noun,10,10,3,eccentric,none,none,12.60,1.00,none,none,none, ecclesiastical,ecclesiastical,0.22,Adjective,14,13,6,ecclesiastical,13.79,0.70,13.79,0.70,none,none,none, echelon,echelon,0.88,Noun,7,6,3,echelon,13.50,0.74,13.50,0.74,none,none,none, echelons,echelons,0.08,Noun,8,7,3,echelon,none,none,13.50,0.74,none,none,none, echo,echo,6.86,Noun,4,3,2,echo,8.00,1.00,8.00,1.00,6.57,7.15,none,7.04 echocardiogram,echocardiogram,0.04,Noun,14,13,6,echocardiogram,17.50,0.74,17.50,0.74,none,none,none, echoed,echoed,0.25,Verb,6,4,2,echo,none,none,8.00,1.00,6.57,7.15,none,7.04 echoes,echoes,1.29,Verb,6,4,2,echo,none,none,8.00,1.00,6.57,7.15,none,7.04 echogram,echogram,0.04,Noun,8,7,3,echogram,16.19,0.89,16.19,0.89,none,none,none, echoing,echoing,2.57,Verb,7,5,3,echo,none,none,8.00,1.00,6.57,7.15,none,7.04 echolocate,echolocate,0.02,Verb,10,8,4,echolocate,14.57,0.39,14.57,0.39,none,none,none, echolocation,echolocation,0.10,Noun,12,10,5,echolocation,10.15,0.72,10.15,0.72,none,none,none, eclair,eclair,0.20,Noun,6,6,3,eclair,10.76,0.89,10.76,0.89,none,none,none, eclectic,eclectic,0.39,Adjective,8,8,3,eclectic,12.83,0.95,12.83,0.95,none,none,none, eclipse,eclipse,2.82,Noun,7,6,2,eclipse,10.21,1.00,10.21,1.00,none,none,none,10.22 eclipsed,eclipsed,0.18,Verb,8,7,2,eclipse,none,none,10.21,1.00,none,none,none,10.22 eclipses,eclipses,0.18,Noun,8,8,3,eclipse,none,none,10.21,1.00,none,none,none,10.22 ecological,ecological,0.45,Adjective,10,10,5,ecological,13.39,0.95,13.39,0.95,none,none,none, ecologist,ecologist,0.04,Noun,9,9,4,ecologist,12.65,1.00,12.65,1.00,none,none,none, ecology,ecology,0.29,Noun,7,7,4,ecology,12.72,1.00,12.72,1.00,none,none,none, economic,economic,4.96,Adjective,8,8,4,economic,12.00,1.00,12.00,1.00,none,none,none, economical,economical,0.33,Adjective,10,10,5,economical,11.56,0.95,11.56,0.95,none,none,none, economics,economics,2.47,Noun,9,9,4,economics,12.30,1.00,12.30,1.00,none,none,none, economies,economies,0.45,Noun,9,8,4,economy,none,none,12.56,1.00,none,none,none, economist,economist,0.22,Noun,9,9,4,economist,12.32,1.00,12.32,1.00,none,none,none, economists,economists,0.12,Noun,10,10,4,economist,none,none,12.32,1.00,none,none,none, economize,economise,0.24,Verb,9,8,4,economize,14.55,1.00,14.55,1.00,none,none,none, economy,economy,5.80,Noun,7,7,4,economy,12.56,1.00,12.56,1.00,none,none,none, ecosystem,ecosystem,0.63,Noun,9,9,4,ecosystem,11.06,0.89,11.06,0.89,none,none,none, ecosystems,ecosystems,0.16,Noun,10,10,4,ecosystem,none,none,11.06,0.89,none,none,none, ecru,ecru,0.14,Noun,4,4,2,ecru,12.17,0.67,12.17,0.67,none,none,none, ecstasies,ecstasies,0.08,Noun,9,8,3,ecstasy,none,none,13.47,1.00,11.66,none,none, ecstasy,ecstasy,3.18,Noun,7,7,3,ecstasy,13.47,1.00,13.47,1.00,11.66,none,none, ecstatic,ecstatic,1.35,Adjective,8,8,3,ecstatic,13.26,1.00,13.26,1.00,none,none,none, ectoderm,ectoderm,0.02,Noun,8,8,3,ectoderm,15.50,0.86,15.50,0.86,none,none,none, ectopic,ectopic,0.16,Adjective,7,7,3,ectopic,15.06,0.84,15.06,0.84,none,none,none, ectoplasm,ectoplasm,0.37,Noun,9,10,4,ectoplasm,13.15,0.68,13.15,0.68,none,none,none, ecumenical,ecumenical,0.18,Adjective,10,11,5,ecumenical,14.56,0.50,14.56,0.50,none,none,none, eczema,eczema,0.18,Noun,6,6,3,eczema,13.05,0.95,13.05,0.95,none,none,none, eczemas,eczemas,0.02,Noun,7,7,3,eczema,none,none,13.05,0.95,none,none,none, eczematous,eczematous,Err:512,Err:512,10,9,4,eczematous,16.50,0.29,16.50,0.29,none,none,none, edam,edam,0.04,Noun,4,4,2,edam,16.00,0.42,16.00,0.42,none,none,none, edelweiss,edelweiss,0.41,Noun,9,7,3,edelweiss,13.44,0.47,13.44,0.47,none,none,none, edema,oedema,1.06,Noun,5,5,3,edema,15.07,0.79,15.07,0.79,none,none,none, edematous,oedematous,0.06,Adjective,9,8,4,edematous,19.20,0.26,19.20,0.26,none,none,none, edge,edge,23.51,Noun,4,2,1,edge,6.17,1.00,6.17,1.00,none,6.24,6.58, edges,edges,2.84,Noun,5,4,2,edge,none,none,6.17,1.00,none,6.24,6.58, edgeways,edgeways,0.06,Noun,8,5,2,edgeways,12.29,0.89,12.29,0.89,none,none,none, edgewise,edgewise,0.33,Adjective,8,5,2,edgewise,10.53,0.94,10.53,0.94,none,none,none, edgier,edgier,0.10,Adjective,6,4,3,edgy,none,none,9.22,1.00,none,none,none, edginess,edginess,0.02,Noun,8,6,3,edginess,12.78,1.00,12.78,1.00,none,none,none, edging,edging,0.29,Verb,6,4,2,edge,none,none,6.17,1.00,none,6.24,6.58, edgy,edgy,2.27,Adjective,4,3,2,edgy,9.22,1.00,9.22,1.00,none,none,none, edibility,edibility,0.02,Noun,9,9,5,edibility,11.00,0.79,11.00,0.79,none,none,none, edible,edible,1.37,Adjective,6,6,3,edible,8.68,1.00,8.68,1.00,none,none,none, edibles,edibles,0.04,Noun,7,7,3,edibles,11.17,1.00,11.17,1.00,none,none,none, edict,edict,0.31,Noun,5,5,2,edict,14.53,0.89,14.53,0.89,none,12.28,none, edicts,edicts,0.16,Noun,6,6,2,edict,none,none,14.53,0.89,none,12.28,none, edification,edification,0.29,Noun,11,10,5,edification,14.44,0.84,14.44,0.84,none,none,none, edifice,edifice,0.41,Noun,7,6,3,edifice,14.07,0.83,14.07,0.83,none,none,none, edifices,edifices,0.02,Noun,8,8,4,edifice,none,none,14.07,0.83,none,none,none, edify,edify,0.06,Verb,5,5,3,edify,12.87,0.83,12.87,0.83,none,none,none, edifying,edifying,0.10,Adjective,8,7,4,edifying,13.44,0.95,13.44,0.95,none,none,none, edit,edit,1.51,Verb,4,4,2,edit,9.57,1.00,9.57,1.00,none,9.71,none,8.62 edited,edited,1.18,Verb,6,6,3,edit,none,none,9.57,1.00,none,9.71,none,8.62 editing,editing,2.12,Noun,7,6,3,editing,10.21,1.00,10.21,1.00,none,none,none, edition,edition,4.88,Noun,7,6,3,edition,8.42,1.00,8.42,1.00,none,none,none, editions,editions,0.92,Noun,8,7,3,edition,none,none,8.42,1.00,none,none,none, editor,editor,12.41,Noun,6,5,3,editor,10.11,1.00,10.11,1.00,10.58,none,none, editorial,editorial,2.18,Adjective,9,9,5,editorial,13.70,1.00,13.70,1.00,none,none,none, editorialize,editorialise,0.08,Verb,12,11,6,editorialize,12.94,0.84,12.94,0.84,none,none,none, editorialized,editorialised,0.02,Verb,13,12,6,editorialize,none,none,12.94,0.84,none,none,none, editorializing,editorialising,0.10,Verb,14,13,7,editorialize,none,none,12.94,0.84,none,none,none, editorials,editorials,0.47,Noun,10,10,5,editorial,none,none,13.70,1.00,none,none,none, editors,editors,1.55,Noun,7,6,3,editor,none,none,10.11,1.00,10.58,none,none, editorship,editorship,0.02,Noun,10,8,4,editorship,12.47,0.94,12.47,0.94,none,none,none, edits,edits,0.20,Verb,5,5,2,edit,none,none,9.57,1.00,none,9.71,none,8.62 educable,educable,Err:512,Err:512,8,8,4,educable,16.33,0.47,16.33,0.47,none,none,none, educate,educate,2.04,Verb,7,6,3,educate,7.84,1.00,7.84,1.00,7.78,none,none, educates,educates,0.06,Verb,8,7,3,educate,none,none,7.84,1.00,7.78,none,none, educating,educating,0.51,Verb,9,8,4,educate,none,none,7.84,1.00,7.78,none,none, education,education,19.53,Noun,9,8,4,education,6.70,1.00,6.70,1.00,none,8.13,none, educational,educational,3.27,Adjective,11,10,5,educational,8.26,1.00,8.26,1.00,none,none,none, educations,educations,0.12,Noun,10,9,4,education,none,none,6.70,1.00,none,8.13,none, educator,educator,0.47,Noun,8,7,4,educator,8.55,1.00,8.55,1.00,none,10.66,none, educators,educators,0.20,Noun,9,8,4,educator,none,none,8.55,1.00,none,10.66,none, educe,educe,Err:512,Err:512,5,5,2,educe,15.33,0.32,15.33,0.32,none,none,none, eel,eel,1.43,Noun,3,2,1,eel,6.47,1.00,6.47,1.00,none,none,6.65, eels,eels,1.20,Noun,4,3,1,eel,none,none,6.47,1.00,none,none,6.65, eerie,eerie,1.75,Adjective,5,3,2,eerie,9.37,1.00,9.37,1.00,none,none,none,9.76 eeriest,eeriest,0.00,Err:512,7,6,3,eerie,none,none,9.37,1.00,none,none,none,9.76 effable,effable,0.04,Adjective,7,6,3,effable,16.69,0.65,16.69,0.65,none,none,none, efface,efface,0.02,Verb,6,4,2,efface,13.20,0.83,13.20,0.83,none,none,none, effaced,effaced,0.10,Verb,7,5,2,efface,none,none,13.20,0.83,none,none,none, effacement,effacement,0.02,Noun,10,8,3,effacement,15.56,0.89,15.56,0.89,none,none,none, effect,effect,23.90,Noun,6,5,2,effect,9.26,1.00,9.26,1.00,none,8.24,none,7.49 effected,effected,0.35,Verb,8,7,3,effect,none,none,9.26,1.00,none,8.24,none,7.49 effecting,effecting,0.10,Verb,9,7,3,effect,none,none,9.26,1.00,none,8.24,none,7.49 effective,effective,10.51,Adjective,9,7,3,effective,10.83,1.00,10.83,1.00,none,none,none, effectively,effectively,2.27,Adverb,11,9,4,effectively,10.12,1.00,10.12,1.00,none,none,none, effectiveness,effectiveness,0.53,Noun,13,10,4,effectiveness,12.30,1.00,12.30,1.00,none,none,none, effects,effects,12.73,Noun,7,6,2,effect,none,none,9.26,1.00,none,8.24,none,7.49 effectual,effectual,0.06,Adjective,9,9,4,effectual,11.89,0.82,11.89,0.82,none,none,none, effeminacy,effeminacy,0.02,Noun,10,9,5,effeminacy,15.50,0.50,15.50,0.50,none,none,none, effeminate,effeminate,0.29,Adjective,10,8,4,effeminate,13.47,0.79,13.47,0.79,none,none,none, effendi,effendi,0.33,Verb,7,6,3,effendi,15.86,0.39,15.86,0.39,none,none,none, effendis,effendis,0.02,Noun,8,7,3,effendi,none,none,15.86,0.39,none,none,none, effervesce,effervesce,0.02,Verb,10,7,3,effervesce,14.00,0.78,14.00,0.78,none,none,none, effervescence,effervescence,0.12,Noun,13,10,4,effervescence,13.50,0.84,13.50,0.84,none,none,none, effervescent,effervescent,0.20,Adjective,12,9,4,effervescent,14.63,0.95,14.63,0.95,none,none,none, effervesces,effervesces,0.02,Verb,11,9,4,effervesce,none,none,14.00,0.78,none,none,none, effete,effete,0.06,Adjective,6,4,2,effete,15.67,0.47,15.67,0.47,none,none,none, efficacious,efficacious,0.20,Adjective,11,8,4,efficacious,16.36,0.61,16.36,0.61,none,none,none, efficacy,efficacy,0.29,Noun,8,7,4,efficacy,14.94,0.89,14.94,0.89,none,none,none, efficiencies,efficiencies,0.08,Noun,12,9,4,efficiency,none,none,9.67,1.00,none,none,none, efficiency,efficiency,2.73,Noun,10,8,4,efficiency,9.67,1.00,9.67,1.00,none,none,none, efficient,efficient,4.96,Adjective,9,7,3,efficient,11.53,1.00,11.53,1.00,none,none,none, effigies,effigies,0.06,Noun,8,6,3,effigy,none,none,13.76,0.89,none,none,none, effigy,effigy,0.27,Noun,6,5,3,effigy,13.76,0.89,13.76,0.89,none,none,none, effleurage,effleurage,0.06,Verb,10,9,4,effleurage,18.50,0.21,18.50,0.21,none,none,none, effluent,effluent,0.08,Noun,8,7,3,effluent,15.73,0.75,15.73,0.75,none,none,none, effluvia,effluvia,0.02,Noun,8,7,4,effluvium,none,none,16.00,0.33,none,none,none, effluvium,effluvium,0.02,Noun,9,8,4,effluvium,16.00,0.33,16.00,0.33,none,none,none, effort,effort,19.35,Noun,6,4,2,effort,8.16,1.00,8.16,1.00,none,8.18,none,8.12 effortless,effortless,0.41,Adjective,10,7,3,effortless,9.78,1.00,9.78,1.00,none,none,none, efforts,efforts,7.35,Noun,7,5,2,effort,none,none,8.16,1.00,none,8.18,none,8.12 effrontery,effrontery,0.43,Noun,10,8,4,effrontery,12.86,0.37,12.86,0.37,none,none,none, effulgence,effulgence,0.02,Noun,10,8,3,effulgence,13.62,0.44,13.62,0.44,none,none,none, effulgent,effulgent,0.14,Adjective,9,8,3,effulgent,13.50,0.20,13.50,0.20,none,none,none, effusion,effusion,0.31,Noun,8,7,3,effusion,14.29,0.74,14.29,0.74,none,none,none, effusions,effusions,0.04,Noun,9,8,3,effusion,none,none,14.29,0.74,none,none,none, effusive,effusive,0.14,Adjective,8,7,3,effusive,13.27,0.61,13.27,0.61,none,none,none, egalitarian,egalitarian,0.08,Adjective,11,11,6,egalitarian,15.58,0.63,15.58,0.63,none,none,none, egg,egg,26.04,Noun,3,2,1,egg,3.89,1.00,3.89,1.00,none,3.94,none, eggbeater,eggbeater,0.24,Noun,9,6,3,eggbeater,9.05,1.00,9.05,1.00,none,none,none, eggbeaters,eggbeaters,0.06,Noun,10,7,3,eggbeater,none,none,9.05,1.00,none,none,none, eggcup,eggcup,0.02,Noun,6,5,2,eggcup,7.69,0.72,7.69,0.72,none,none,none, egged,egged,0.22,Verb,5,3,1,egg,none,none,3.89,1.00,none,3.94,none, egghead,egghead,1.12,Noun,7,5,2,egghead,8.63,1.00,8.63,1.00,none,none,none, eggheads,eggheads,0.37,Noun,8,6,2,egghead,none,none,8.63,1.00,none,none,none, egging,egging,0.22,Verb,6,4,2,egg,none,none,3.89,1.00,none,3.94,none, eggless,eggless,0.04,Adjective,7,5,2,eggless,11.61,0.90,11.61,0.90,none,none,none, eggnog,eggnog,1.55,Noun,6,5,2,eggnog,7.45,1.00,7.45,1.00,none,none,none, eggnogs,eggnogs,0.10,Noun,7,6,2,eggnog,none,none,7.45,1.00,none,none,none, eggplant,eggplant,1.10,Noun,8,7,2,eggplant,8.30,1.00,8.30,1.00,none,none,none, eggplants,eggplants,0.14,Noun,9,8,2,eggplant,none,none,8.30,1.00,none,none,none, eggroll,eggroll,0.02,Noun,7,5,2,eggroll,8.47,1.00,8.47,1.00,none,none,none, eggrolls,eggrolls,0.02,Noun,8,6,2,eggroll,none,none,8.47,1.00,none,none,none, eggs,eggs,38.65,Noun,4,3,1,egg,none,none,3.89,1.00,none,3.94,none, eggshell,eggshell,0.45,Noun,8,5,2,eggshell,7.11,1.00,7.11,1.00,none,none,none, eggshells,eggshells,0.29,Noun,9,6,2,eggshell,none,none,7.11,1.00,none,none,none, eglantine,eglantine,Err:512,Err:512,9,8,3,eglantine,18.00,0.05,18.00,0.05,none,none,none, ego,ego,7.49,Noun,3,3,2,ego,10.89,1.00,10.89,1.00,none,none,none, egocentric,egocentric,0.24,Adjective,10,10,4,egocentric,14.27,0.83,14.27,0.83,none,none,none, egoism,egoism,0.04,Noun,6,7,4,egoism,15.62,0.89,15.62,0.89,none,none,none, egoist,egoist,0.10,Noun,6,6,3,egoist,13.50,0.89,13.50,0.89,none,none,none, egoistic,egoistic,0.02,Adjective,8,8,4,egoistic,13.75,0.67,13.75,0.67,none,none,none, egomania,egomania,0.04,Noun,8,8,5,egomania,15.00,1.00,15.00,1.00,none,none,none, egomaniac,egomaniac,0.69,Noun,9,9,5,egomaniac,11.95,1.00,11.95,1.00,none,none,none, egomaniacal,egomaniacal,0.18,Adjective,11,11,6,egomaniacal,14.12,0.80,14.12,0.80,none,none,none, egomaniacs,egomaniacs,0.08,Noun,10,10,5,egomaniac,none,none,11.95,1.00,none,none,none, egos,egos,0.90,Noun,4,4,2,ego,none,none,10.89,1.00,none,none,none, egotism,egotism,0.16,Noun,7,8,4,egotism,13.68,1.00,13.68,1.00,12.82,none,none, egotist,egotist,0.14,Noun,7,7,3,egotist,13.38,0.84,13.38,0.84,none,none,none, egotistic,egotistic,0.04,Adjective,9,9,4,egotistic,13.00,0.89,13.00,0.89,none,none,none, egotistical,egotistical,0.69,Adjective,11,11,5,egotistical,14.18,0.89,14.18,0.89,none,none,none, egregious,egregious,0.33,Adjective,9,7,3,egregious,14.55,0.58,14.55,0.58,none,none,none, egress,egress,0.20,Noun,6,5,2,egress,17.46,0.68,17.46,0.68,none,none,none, egret,egret,0.04,Noun,5,5,2,egret,13.75,0.80,13.75,0.80,none,none,none, egrets,egrets,0.06,Noun,6,6,2,egret,none,none,13.75,0.80,none,none,none, eider,eider,0.04,Noun,5,4,2,eider,14.38,0.42,14.38,0.42,none,none,none, eiderdown,eiderdown,0.06,Noun,9,7,3,eiderdown,13.00,0.37,13.00,0.37,none,none,none, eidetic,eidetic,0.06,Adjective,7,6,3,eidetic,16.75,0.22,16.75,0.22,none,none,none, eight,eight,98.24,Number,5,2,1,eight,5.36,1.00,5.36,1.00,none,4.41,3.65, eightfold,eightfold,0.06,Adjective,9,6,2,eightfold,12.71,0.89,12.71,0.89,none,none,none, eighth,eighth,6.86,Number,6,3,1,eighth,6.05,1.00,6.05,1.00,none,7.20,none, eighths,eighths,0.12,Number,7,4,1,eighth,none,none,6.05,1.00,none,7.20,none, eighties,eighties,0.55,Number,8,4,2,eighty,none,none,5.87,1.00,none,6.07,none, eights,eights,1.20,Number,6,3,1,eight,none,none,5.36,1.00,none,4.41,3.65, eighty,eighty,2.53,Number,6,3,2,eighty,5.87,1.00,5.87,1.00,none,6.07,none, einsteinium,einsteinium,0.02,Noun,11,9,4,einsteinium,14.33,0.60,14.33,0.60,none,none,none, eisteddfod,eisteddfod,Err:512,Err:512,10,8,3,eisteddfod,25.00,0.05,25.00,0.05,none,none,none, either,either,182.51,Adverb,6,3,2,either,6.28,1.00,6.28,1.00,6.57,none,none,6.26 ejaculate,ejaculate,0.47,Verb,9,9,4,ejaculate,13.32,1.00,13.32,1.00,none,none,none, ejaculated,ejaculated,0.16,Verb,10,11,5,ejaculate,none,none,13.32,1.00,none,none,none, ejaculates,ejaculates,0.10,Verb,10,10,4,ejaculate,none,none,13.32,1.00,none,none,none, ejaculation,ejaculation,0.57,Noun,11,11,5,ejaculation,13.18,0.94,13.18,0.94,none,none,none, ejaculator,ejaculator,0.12,Noun,10,10,5,ejaculator,14.32,0.95,14.32,0.95,none,none,none, ejaculators,ejaculators,0.06,Noun,11,11,5,ejaculator,none,none,14.32,0.95,none,none,none, ejaculatory,ejaculatory,0.04,Adjective,11,12,6,ejaculatory,14.05,0.95,14.05,0.95,none,none,none, eject,eject,1.41,Verb,5,5,2,eject,8.05,1.00,8.05,1.00,10.00,none,none,7.96 ejected,ejected,0.57,Verb,7,7,3,eject,none,none,8.05,1.00,10.00,none,none,7.96 ejecting,ejecting,0.25,Verb,8,7,3,eject,none,none,8.05,1.00,10.00,none,none,7.96 ejection,ejection,0.59,Noun,8,7,3,ejection,10.53,1.00,10.53,1.00,none,none,none, ejector,ejector,0.29,Noun,7,6,3,ejector,9.86,0.95,9.86,0.95,none,none,none, ejectors,ejectors,0.06,Noun,8,7,3,ejector,none,none,9.86,0.95,none,none,none, ejects,ejects,0.08,Verb,6,6,2,eject,none,none,8.05,1.00,10.00,none,none,7.96 eke,eke,0.08,Verb,3,2,1,eke,13.50,0.70,13.50,0.70,none,none,11.78, eking,eking,0.08,Verb,5,4,2,eke,none,none,13.50,0.70,none,none,11.78, elaborate,elaborate,4.75,Adjective,9,7,3,elaborate,11.53,1.00,11.53,1.00,none,none,none, elaborated,elaborated,0.10,Verb,10,9,5,elaborate,none,none,11.53,1.00,none,none,none, elaborates,elaborates,0.06,Verb,10,8,4,elaborate,none,none,11.53,1.00,none,none,none, elaborating,elaborating,0.14,Verb,11,9,5,elaborate,none,none,11.53,1.00,none,none,none, elaboration,elaboration,0.08,Noun,11,9,5,elaboration,13.63,1.00,13.63,1.00,none,11.34,none, elaborations,elaborations,0.02,Noun,12,11,5,elaboration,none,none,13.63,1.00,none,11.34,none, eland,eland,0.02,Noun,5,5,2,eland,16.20,0.56,16.20,0.56,none,none,none, elastic,elastic,1.04,Adjective,7,7,3,elastic,8.85,1.00,8.85,1.00,none,none,none, elasticity,elasticity,0.35,Noun,10,10,5,elasticity,11.61,1.00,11.61,1.00,none,none,none, elated,elated,0.27,Adjective,6,6,3,elated,11.89,0.95,11.89,0.95,none,none,none, elation,elation,0.35,Noun,7,6,3,elation,11.41,0.94,11.41,0.94,none,none,none, elations,elations,0.02,Noun,8,7,3,elation,none,none,11.41,0.94,none,none,none, elbow,elbow,6.14,Noun,5,4,2,elbow,4.78,1.00,4.78,1.00,none,4.90,none,4.80 elbowed,elbowed,0.14,Verb,7,5,2,elbow,none,none,4.78,1.00,none,4.90,none,4.80 elbowing,elbowing,0.12,Verb,8,6,3,elbow,none,none,4.78,1.00,none,4.90,none,4.80 elbows,elbows,2.45,Noun,6,5,2,elbow,none,none,4.78,1.00,none,4.90,none,4.80 elder,elder,7.04,Noun,5,4,2,elder,7.67,1.00,7.67,1.00,none,none,none, elderberries,elderberries,0.02,Noun,12,9,4,elderberry,none,none,11.28,0.90,none,none,none, elderberry,elderberry,0.24,Noun,10,8,4,elderberry,11.28,0.90,11.28,0.90,none,none,none, elderly,elderly,4.10,Adjective,7,6,3,elderly,8.17,1.00,8.17,1.00,none,none,none, elders,elders,5.41,Noun,6,5,2,elder,none,none,7.67,1.00,none,none,none, eldest,eldest,1.51,Adjective,6,6,2,old,none,none,3.72,1.00,4.93,none,4.18, eldritch,eldritch,0.06,Noun,8,6,2,eldritch,13.00,0.28,13.00,0.28,none,none,none, elect,elect,1.41,Verb,5,5,2,elect,7.28,1.00,7.28,1.00,none,none,none,9.40 electability,electability,0.02,Noun,12,12,6,electability,14.53,0.94,14.53,0.94,none,none,none, elected,elected,7.25,Verb,7,7,3,elect,none,none,7.28,1.00,none,none,none,9.40 electing,electing,0.18,Verb,8,7,3,elect,none,none,7.28,1.00,none,none,none,9.40 election,election,10.98,Noun,8,7,3,election,9.17,1.00,9.17,1.00,none,10.39,none, elections,elections,2.41,Noun,9,8,3,election,none,none,9.17,1.00,none,10.39,none, elective,elective,1.02,Adjective,8,7,3,elective,12.11,1.00,12.11,1.00,none,none,none, electives,electives,0.24,Noun,9,8,3,elective,none,none,12.11,1.00,none,none,none, electoral,electoral,0.51,Adjective,9,8,4,electoral,12.00,1.00,12.00,1.00,none,none,none, electorate,electorate,0.18,Noun,10,8,4,electorate,13.80,0.83,13.80,0.83,none,none,none, electric,electric,17.14,Adjective,8,8,3,electric,6.36,1.00,6.36,1.00,none,none,none, electrical,electrical,8.63,Adjective,10,10,4,electrical,8.10,1.00,8.10,1.00,7.86,none,none, electrician,electrician,1.49,Noun,11,10,4,electrician,8.75,1.00,8.75,1.00,8.60,none,none, electricians,electricians,0.22,Noun,12,11,4,electrician,none,none,8.75,1.00,8.60,none,none, electricity,electricity,11.45,Noun,11,11,5,electricity,6.60,1.00,6.60,1.00,none,7.98,none, electrics,electrics,0.25,Noun,9,9,3,electrics,7.95,1.00,7.95,1.00,none,none,none, electrification,electrification,0.02,Noun,15,14,6,electrification,10.89,0.95,10.89,0.95,none,none,none, electrifies,electrifies,0.02,Verb,11,10,4,electrify,none,none,9.80,1.00,none,none,none, electrify,electrify,0.10,Verb,9,9,4,electrify,9.80,1.00,9.80,1.00,none,none,none, electrifying,electrifying,0.41,Verb,12,11,5,electrify,none,none,9.80,1.00,none,none,none, electro,electro,0.33,Adjective,7,7,3,electro,12.50,1.00,12.50,1.00,none,none,none, electrocardiogram,electrocardiogram,0.08,Noun,17,17,7,electrocardiogram,13.29,0.78,13.29,0.78,none,none,none, electrochemical,electrochemical,0.06,Adjective,15,14,6,electrochemical,13.00,0.89,13.00,0.89,none,none,none, electrochemist,electrochemist,0.02,Noun,14,13,5,electrochemist,12.43,0.78,12.43,0.78,none,none,none, electrochemistry,electrochemistry,0.02,Noun,16,15,6,electrochemistry,14.53,0.79,14.53,0.79,none,none,none, electroconvulsive,electroconvulsive,0.08,Adjective,17,17,6,electroconvulsive,12.15,0.68,12.15,0.68,none,none,none, electrocute,electrocute,0.57,Verb,11,11,4,electrocute,8.94,1.00,8.94,1.00,none,none,none, electrocuted,electrocuted,1.29,Verb,12,13,5,electrocute,none,none,8.94,1.00,none,none,none, electrocuting,electrocuting,0.18,Verb,13,13,5,electrocute,none,none,8.94,1.00,none,none,none, electrocution,electrocution,0.98,Noun,13,13,5,electrocution,9.24,0.94,9.24,0.94,none,none,none, electrocutions,electrocutions,0.02,Noun,14,14,5,electrocution,none,none,9.24,0.94,none,none,none, electrode,electrode,0.29,Noun,9,8,3,electrode,13.11,1.00,13.11,1.00,none,none,none, electrodes,electrodes,0.51,Noun,10,9,3,electrode,none,none,13.11,1.00,none,none,none, electroencephalograph,electroencephalograph,0.02,Noun,21,19,8,electroencephalograph,15.85,0.68,15.85,0.68,none,none,none, electrolysis,electrolysis,0.16,Noun,12,12,5,electrolysis,14.94,0.89,14.94,0.89,none,none,none, electrolyte,electrolyte,0.22,Noun,11,10,4,electrolyte,13.63,1.00,13.63,1.00,none,none,none, electrolytes,electrolytes,0.59,Noun,12,11,4,electrolyte,none,none,13.63,1.00,none,none,none, electromagnet,electromagnet,0.10,Noun,13,13,5,electromagnet,12.94,1.00,12.94,1.00,none,none,none, electromagnetic,electromagnetic,1.88,Adjective,15,15,6,electromagnetic,13.40,1.00,13.40,1.00,none,none,none, electromagnetism,electromagnetism,0.06,Noun,16,17,7,electromagnetism,13.89,0.90,13.89,0.90,none,none,none, electromagnets,electromagnets,0.06,Noun,14,14,5,electromagnet,none,none,12.94,1.00,none,none,none, electrometer,electrometer,0.12,Noun,12,12,5,electrometer,15.12,0.80,15.12,0.80,none,none,none, electromyography,electromyography,0.02,Noun,16,15,7,electromyography,16.38,0.42,16.38,0.42,none,none,none, electron,electron,0.73,Noun,8,8,3,electron,12.40,1.00,12.40,1.00,none,none,none, electronic,electronic,6.86,Adjective,10,10,4,electronic,7.30,1.00,7.30,1.00,none,none,none, electronics,electronics,2.73,Noun,11,11,4,electronics,9.21,1.00,9.21,1.00,none,none,none, electrons,electrons,1.51,Noun,9,9,3,electron,none,none,12.40,1.00,none,none,none, electrophoresis,electrophoresis,0.06,Noun,15,14,6,electrophoresis,17.38,0.44,17.38,0.44,none,none,none, electroplate,electroplate,0.02,Noun,12,11,4,electroplate,12.75,0.63,12.75,0.63,none,none,none, electroplating,electroplating,0.10,Verb,14,13,5,electroplate,none,none,12.75,0.63,none,none,none, electroshock,electroshock,0.37,Verb,12,10,4,electroshock,12.16,1.00,12.16,1.00,none,none,none, electrostatic,electrostatic,0.20,Adjective,13,13,5,electrostatic,12.78,1.00,12.78,1.00,none,none,none, electrostatics,electrostatics,0.02,Noun,14,14,5,electrostatics,14.54,0.72,14.54,0.72,none,none,none, electrotherapy,electrotherapy,0.02,Noun,14,13,6,electrotherapy,15.20,1.00,15.20,1.00,none,none,none, elects,elects,0.20,Verb,6,6,2,elect,none,none,7.28,1.00,none,none,none,9.40 elegance,elegance,1.27,Noun,8,7,3,elegance,9.61,1.00,9.61,1.00,10.27,none,none, elegant,elegant,6.27,Adjective,7,7,3,elegant,9.72,1.00,9.72,1.00,none,none,none, elegy,elegy,0.06,Noun,5,5,3,elegy,12.62,0.89,12.62,0.89,none,none,none, element,element,6.63,Noun,7,7,3,element,10.50,1.00,10.50,1.00,none,none,none, elemental,elemental,0.67,Adjective,9,9,4,elemental,12.12,0.89,12.12,0.89,none,none,none, elementals,elementals,0.08,Name,10,10,4,elemental,none,none,12.12,0.89,none,none,none, elementary,elementary,4.75,Adjective,10,9,4,elementary,6.11,1.00,6.11,1.00,none,none,none, elements,elements,6.90,Noun,8,8,3,element,none,none,10.50,1.00,none,none,none, elephant,elephant,11.37,Noun,8,7,3,elephant,4.80,1.00,4.80,1.00,none,4.62,none, elephantine,elephantine,0.08,Adjective,11,9,4,elephantine,14.27,0.55,14.27,0.55,none,none,none, elephants,elephants,4.37,Noun,9,8,3,elephant,none,none,4.80,1.00,none,4.62,none, elevate,elevate,0.84,Verb,7,6,3,elevate,9.11,1.00,9.11,1.00,none,none,none, elevates,elevates,0.18,Verb,8,7,3,elevate,none,none,9.11,1.00,none,none,none, elevation,elevation,0.92,Noun,9,8,4,elevation,9.95,1.00,9.95,1.00,none,none,none, elevations,elevations,0.14,Noun,10,9,4,elevation,none,none,9.95,1.00,none,none,none, elevator,elevator,24.41,Noun,8,7,4,elevator,5.47,1.00,5.47,1.00,none,none,none, elevators,elevators,3.22,Noun,9,8,4,elevator,none,none,5.47,1.00,none,none,none, eleven,eleven,12.98,Number,6,6,3,eleven,5.78,1.00,5.78,1.00,5.40,none,none, elevens,elevens,0.10,Number,7,7,3,eleven,none,none,5.78,1.00,5.40,none,none, elf,elf,3.78,Noun,3,3,1,elf,4.32,1.00,4.32,1.00,none,5.56,5.63, elfin,elfin,0.16,Noun,5,5,2,elfin,12.57,0.70,12.57,0.70,none,none,none, elicit,elicit,0.49,Verb,6,6,3,elicit,14.26,0.90,14.26,0.90,none,none,none, eliciting,eliciting,0.14,Verb,9,8,4,elicit,none,none,14.26,0.90,none,none,none, elicits,elicits,0.02,Verb,7,7,3,elicit,none,none,14.26,0.90,none,none,none, eligibility,eligibility,0.25,Noun,11,11,6,eligibility,11.39,1.00,11.39,1.00,none,none,none, eligible,eligible,3.31,Adjective,8,8,4,eligible,10.84,1.00,10.84,1.00,none,none,none, eliminate,eliminate,5.98,Verb,9,8,4,eliminate,10.21,1.00,10.21,1.00,none,none,none, eliminated,eliminated,3.25,Verb,10,10,5,eliminate,none,none,10.21,1.00,none,none,none, eliminates,eliminates,0.73,Verb,10,9,4,eliminate,none,none,10.21,1.00,none,none,none, eliminating,eliminating,0.90,Verb,11,10,5,eliminate,none,none,10.21,1.00,none,none,none, elimination,elimination,1.29,Noun,11,10,5,elimination,11.44,1.00,11.44,1.00,none,10.75,none, eliminations,eliminations,0.08,Noun,12,11,5,elimination,none,none,11.44,1.00,none,10.75,none, eliminator,eliminator,0.06,Noun,10,9,5,eliminator,11.17,1.00,11.17,1.00,none,none,none, eliminators,eliminators,0.02,Noun,11,10,5,eliminator,none,none,11.17,1.00,none,none,none, elite,elite,2.96,Noun,5,4,2,elite,12.39,1.00,12.39,1.00,none,12.36,none,10.60 elites,elites,0.06,Noun,6,5,2,elite,none,none,12.39,1.00,none,12.36,none,10.60 elitism,elitism,0.04,Noun,7,8,4,elitism,13.87,0.83,13.87,0.83,none,none,none, elitist,elitist,0.45,Adjective,7,7,3,elitist,13.86,0.78,13.86,0.78,none,none,none, elixir,elixir,0.90,Noun,6,6,3,elixir,11.53,1.00,11.53,1.00,none,none,none, elixirs,elixirs,0.10,Noun,7,8,3,elixir,none,none,11.53,1.00,none,none,none, elk,elk,6.00,Verb,3,3,1,elk,7.05,1.00,7.05,1.00,9.61,none,8.00, elks,elks,0.35,Name,4,4,1,elk,none,none,7.05,1.00,9.61,none,8.00, ell,ell,1.82,Verb,3,2,1,ell,12.50,0.42,12.50,0.42,none,none,none, ellipsis,ellipsis,0.18,Noun,8,7,3,ellipsis,14.41,0.85,14.41,0.85,none,none,none, elliptic,elliptic,0.02,Noun,8,7,3,elliptical,none,none,11.81,0.89,none,none,none, elliptical,elliptical,0.24,Adjective,10,9,4,elliptical,11.81,0.89,11.81,0.89,none,none,none, elm,elm,1.43,Noun,3,3,1,elm,9.06,0.95,9.06,0.95,none,7.35,9.74, elms,elms,0.08,Noun,4,4,1,elm,none,none,9.06,0.95,none,7.35,9.74, elocution,elocution,0.27,Noun,9,9,4,elocution,13.85,0.65,13.85,0.65,none,none,none, elocutionary,elocutionary,0.02,Adjective,12,13,7,elocutionary,16.17,0.33,16.17,0.33,none,none,none, elongate,elongate,0.02,Verb,8,7,3,elongate,11.79,1.00,11.79,1.00,none,none,none, elongated,elongated,0.31,Adjective,9,9,4,elongated,10.67,1.00,10.67,1.00,none,none,none, elongates,elongates,0.02,Verb,9,8,3,elongate,none,none,11.79,1.00,none,none,none, elongation,elongation,0.04,Noun,10,9,4,elongation,12.32,0.95,12.32,0.95,none,none,none, elope,elope,1.31,Verb,5,4,2,elope,11.37,0.95,11.37,0.95,none,none,none, eloped,eloped,0.71,Verb,6,5,2,elope,none,none,11.37,0.95,none,none,none, elopement,elopement,0.24,Noun,9,8,3,elopement,13.47,0.89,13.47,0.89,none,11.75,none, elopements,elopements,0.02,Noun,10,9,3,elopement,none,none,13.47,0.89,none,11.75,none, elopes,elopes,0.04,Verb,6,5,2,elope,none,none,11.37,0.95,none,none,none, eloping,eloping,0.80,Verb,7,6,3,elope,none,none,11.37,0.95,none,none,none, eloquence,eloquence,0.53,Noun,9,8,3,eloquence,11.71,0.89,11.71,0.89,none,none,none, eloquent,eloquent,0.96,Adjective,8,8,3,eloquent,11.74,0.95,11.74,0.95,none,none,none, else,else,449.16,Adverb,4,3,1,else,6.53,1.00,6.53,1.00,6.77,none,6.47, elucidate,elucidate,0.12,Verb,9,8,4,elucidate,15.57,0.78,15.57,0.78,none,none,none, elucidation,elucidation,0.04,Noun,11,10,5,elucidation,16.15,0.68,16.15,0.68,none,none,none, elude,elude,0.41,Verb,5,4,2,elude,12.21,0.90,12.21,0.90,none,12.60,none, eluded,eluded,0.63,Verb,6,6,3,elude,none,none,12.21,0.90,none,12.60,none, eludes,eludes,0.20,Verb,6,5,2,elude,none,none,12.21,0.90,none,12.60,none, eluding,eluding,0.25,Verb,7,6,3,elude,none,none,12.21,0.90,none,12.60,none, elusion,elusion,0.02,Noun,7,6,3,elusion,12.06,0.80,12.06,0.80,none,none,none, elusive,elusive,1.41,Adjective,7,6,3,elusive,12.76,0.94,12.76,0.94,none,none,none, elutriation,elutriation,0.02,Noun,11,10,5,elutriation,15.33,0.17,15.33,0.17,none,none,none, elves,elves,3.49,Noun,5,4,1,elf,none,none,4.32,1.00,none,5.56,5.63, elysian,elysian,0.37,Adjective,7,7,4,elysian,15.86,0.37,15.86,0.37,none,none,none, email,email,2.08,Noun,5,4,2,email,11.52,1.00,11.52,1.00,none,none,none,9.40 emailed,emailed,0.24,Verb,7,5,2,email,none,none,11.52,1.00,none,none,none,9.40 emails,emails,0.76,Noun,6,5,2,email,none,none,11.52,1.00,none,none,none,9.40 emanate,emanate,0.24,Verb,7,6,3,emanate,12.19,0.89,12.19,0.89,none,none,none, emanated,emanated,0.16,Verb,8,8,4,emanate,none,none,12.19,0.89,none,none,none, emanates,emanates,0.12,Verb,8,7,3,emanate,none,none,12.19,0.89,none,none,none, emanating,emanating,0.41,Verb,9,8,4,emanate,none,none,12.19,0.89,none,none,none, emanation,emanation,0.10,Noun,9,8,4,emanation,16.00,0.74,16.00,0.74,none,12.90,none, emanations,emanations,0.24,Noun,10,9,4,emanation,none,none,16.00,0.74,none,12.90,none, emancipate,emancipate,0.16,Verb,10,9,4,emancipate,12.21,1.00,12.21,1.00,none,none,none, emancipation,emancipation,0.47,Noun,12,11,5,emancipation,12.15,1.00,12.15,1.00,none,12.90,none, emancipationist,emancipationist,0.02,Noun,15,14,6,emancipationist,13.06,1.00,13.06,1.00,none,none,none, emancipator,emancipator,0.04,Noun,11,10,5,emancipator,13.67,1.00,13.67,1.00,none,none,none, emancipators,emancipators,0.02,Noun,12,11,5,emancipator,none,none,13.67,1.00,none,none,none, emasculate,emasculate,0.16,Verb,10,10,4,emasculate,14.50,1.00,14.50,1.00,none,none,none, emasculated,emasculated,0.18,Adjective,11,12,5,emasculated,16.44,1.00,16.44,1.00,none,none,none, emasculates,emasculates,0.02,Verb,11,11,4,emasculate,none,none,14.50,1.00,none,none,none, emasculating,emasculating,0.33,Verb,12,12,5,emasculate,none,none,14.50,1.00,none,none,none, emasculation,emasculation,0.02,Noun,12,12,5,emasculation,14.60,0.71,14.60,0.71,none,none,none, embalm,embalm,0.08,Verb,6,5,2,embalm,12.76,1.00,12.76,1.00,none,none,none, embalmed,embalmed,0.43,Verb,8,6,2,embalm,none,none,12.76,1.00,none,none,none, embalmer,embalmer,0.35,Noun,8,6,3,embalmer,13.61,0.95,13.61,0.95,none,none,none, embalmers,embalmers,0.04,Noun,9,7,3,embalmer,none,none,13.61,0.95,none,none,none, embankment,embankment,0.47,Noun,10,10,3,embankment,11.53,1.00,11.53,1.00,none,none,none, embankments,embankments,0.02,Noun,11,11,3,embankment,none,none,11.53,1.00,none,none,none, embarcadero,embarcadero,0.16,Noun,11,11,5,embarcadero,16.11,0.50,16.11,0.50,none,none,none, embargo,embargo,0.47,Noun,7,7,3,embargo,12.95,1.00,12.95,1.00,none,none,none, embargoes,embargoes,0.06,Noun,9,8,3,embargo,none,none,12.95,1.00,none,none,none, embargoing,embargoing,0.02,Verb,10,9,4,embargo,none,none,12.95,1.00,none,none,none, embargos,embargos,0.02,Noun,8,8,3,embargo,none,none,12.95,1.00,none,none,none, embark,embark,1.25,Verb,6,6,2,embark,11.05,1.00,11.05,1.00,none,none,none,10.90 embarkation,embarkation,0.20,Noun,11,10,4,embarkation,14.62,0.89,14.62,0.89,none,none,none, embarked,embarked,0.47,Verb,8,7,2,embark,none,none,11.05,1.00,none,none,none,10.90 embarking,embarking,0.33,Verb,9,8,3,embark,none,none,11.05,1.00,none,none,none,10.90 embarks,embarks,0.04,Verb,7,7,2,embark,none,none,11.05,1.00,none,none,none,10.90 embarrass,embarrass,8.82,Verb,9,7,3,embarrass,6.11,1.00,6.11,1.00,8.86,none,none, embarrassed,embarrassed,21.43,Adjective,11,8,3,embarrassed,7.83,1.00,7.83,1.00,none,none,none, embarrasses,embarrasses,0.43,Verb,11,9,4,embarrass,none,none,6.11,1.00,8.86,none,none, embarrassing,embarrassing,22.84,Adjective,12,9,4,embarrassing,8.60,1.00,8.60,1.00,none,none,none, embarrassment,embarrassment,4.84,Noun,13,11,4,embarrassment,6.28,1.00,6.28,1.00,none,none,none, embarrassments,embarrassments,0.06,Noun,14,12,4,embarrassment,none,none,6.28,1.00,none,none,none, embassies,embassies,0.31,Noun,9,7,3,embassy,none,none,12.00,1.00,none,none,none, embassy,embassy,7.78,Noun,7,6,3,embassy,12.00,1.00,12.00,1.00,none,none,none, embed,embed,0.08,Verb,5,5,2,embed,12.53,0.94,12.53,0.94,none,none,none, embedded,embedded,1.73,Verb,8,7,3,embed,none,none,12.53,0.94,none,none,none, embellish,embellish,0.29,Verb,9,7,3,embellish,11.76,0.94,11.76,0.94,none,none,none, embellished,embellished,0.22,Verb,11,8,3,embellish,none,none,11.76,0.94,none,none,none, embellishing,embellishing,0.14,Verb,12,9,4,embellish,none,none,11.76,0.94,none,none,none, embellishment,embellishment,0.04,Noun,13,11,4,embellishment,13.22,0.90,13.22,0.90,none,12.38,none, embellishments,embellishments,0.06,Noun,14,12,4,embellishment,none,none,13.22,0.90,none,12.38,none, ember,ember,0.22,Noun,5,4,2,ember,10.50,0.89,10.50,0.89,none,none,none, embers,embers,0.27,Noun,6,5,2,ember,none,none,10.50,0.89,none,none,none, embezzle,embezzle,0.16,Verb,8,7,3,embezzle,12.21,1.00,12.21,1.00,none,none,none, embezzled,embezzled,0.31,Verb,9,8,3,embezzle,none,none,12.21,1.00,none,none,none, embezzlement,embezzlement,0.94,Noun,12,11,4,embezzlement,14.74,0.95,14.74,0.95,none,none,none, embezzler,embezzler,0.41,Noun,9,8,4,embezzler,13.24,0.94,13.24,0.94,none,none,none, embezzlers,embezzlers,0.04,Noun,10,9,4,embezzler,none,none,13.24,0.94,none,none,none, embezzles,embezzles,0.02,Verb,9,8,3,embezzle,none,none,12.21,1.00,none,none,none, embezzling,embezzling,0.45,Verb,10,9,4,embezzle,none,none,12.21,1.00,none,none,none, embitter,embitter,0.04,Verb,8,6,3,embitter,16.21,0.74,16.21,0.74,none,none,none, emblem,emblem,0.65,Noun,6,6,2,emblem,10.32,1.00,10.32,1.00,none,none,none,11.09 emblematic,emblematic,0.08,Adjective,10,10,4,emblematic,12.71,0.74,12.71,0.74,none,none,none, embodied,embodied,0.22,Verb,8,7,3,embody,none,none,10.83,1.00,none,none,none, embodies,embodies,0.25,Verb,8,7,3,embody,none,none,10.83,1.00,none,none,none, embodiment,embodiment,0.57,Noun,10,10,4,embodiment,13.45,1.00,13.45,1.00,none,none,none, embodiments,embodiments,0.02,Noun,11,11,4,embodiment,none,none,13.45,1.00,none,none,none, embody,embody,0.31,Verb,6,6,3,embody,10.83,1.00,10.83,1.00,none,none,none, embolden,embolden,0.02,Noun,8,8,3,embolden,14.27,0.75,14.27,0.75,none,none,none, emboldened,emboldened,0.12,Verb,10,9,3,embolden,none,none,14.27,0.75,none,none,none, embolic,embolic,0.04,Adjective,7,7,3,embolic,14.56,0.89,14.56,0.89,none,none,none, embolism,embolism,0.65,Noun,8,9,4,embolism,14.07,0.74,14.07,0.74,none,none,none, embolus,embolus,0.10,Noun,7,7,3,embolus,17.00,0.42,17.00,0.42,none,none,none, emboss,emboss,0.02,Verb,6,5,2,emboss,11.33,0.95,11.33,0.95,none,none,none, embouchure,embouchure,0.10,Noun,10,7,3,embouchure,13.00,0.61,13.00,0.61,none,none,none, embrace,embrace,7.57,Verb,7,6,2,embrace,7.05,1.00,7.05,1.00,9.05,9.71,none,9.49 embraceable,embraceable,0.04,Adjective,11,10,4,embraceable,12.12,0.94,12.12,0.94,none,none,none, embraced,embraced,1.31,Verb,8,7,2,embrace,none,none,7.05,1.00,9.05,9.71,none,9.49 embraces,embraces,0.61,Verb,8,8,3,embrace,none,none,7.05,1.00,9.05,9.71,none,9.49 embracing,embracing,0.80,Verb,9,8,3,embrace,none,none,7.05,1.00,9.05,9.71,none,9.49 embrangle,embrangle,0.04,Verb,9,9,3,embrangle,15.44,0.45,15.44,0.45,none,none,none, embrasure,embrasure,0.06,Noun,9,9,3,embrasure,13.67,0.33,13.67,0.33,none,none,none, embrasures,embrasures,0.04,Noun,10,10,3,embrasure,none,none,13.67,0.33,none,none,none, embroider,embroider,0.24,Verb,9,7,3,embroider,11.00,0.94,11.00,0.94,8.02,none,none, embroiders,embroiders,0.12,Verb,10,8,3,embroider,none,none,11.00,0.94,8.02,none,none, embroidery,embroidery,0.49,Noun,10,8,4,embroidery,10.17,1.00,10.17,1.00,none,none,none, embroil,embroil,0.02,Noun,7,6,2,embroil,13.19,0.80,13.19,0.80,none,none,none, embroiled,embroiled,0.12,Verb,9,7,2,embroil,none,none,13.19,0.80,none,none,none, embryo,embryo,0.76,Noun,6,6,3,embryo,11.68,1.00,11.68,1.00,none,none,none, embryologist,embryologist,0.02,Noun,12,12,5,embryologist,17.18,0.89,17.18,0.89,none,none,none, embryology,embryology,0.02,Noun,10,10,5,embryology,16.44,0.86,16.44,0.86,none,none,none, embryonic,embryonic,0.12,Adjective,9,9,4,embryonic,12.44,0.90,12.44,0.90,none,none,none, embryos,embryos,0.55,Noun,7,7,3,embryo,none,none,11.68,1.00,none,none,none, emcee,emcee,0.51,Noun,5,4,2,emcee,12.94,0.89,12.94,0.89,none,none,none, emceeing,emceeing,0.10,Verb,8,6,3,emcee,none,none,12.94,0.89,none,none,none, emcees,emcees,0.02,Noun,6,5,2,emcee,none,none,12.94,0.89,none,none,none, emend,emend,0.04,Verb,5,5,2,emend,14.92,0.63,14.92,0.63,none,none,none, emerald,emerald,2.57,Noun,7,6,2,emerald,8.26,1.00,8.26,1.00,8.37,none,none, emeralds,emeralds,0.73,Noun,8,7,2,emerald,none,none,8.26,1.00,8.37,none,none, emerge,emerge,1.73,Verb,6,4,2,emerge,9.76,1.00,9.76,1.00,none,none,none,10.32 emerged,emerged,1.47,Verb,7,5,2,emerge,none,none,9.76,1.00,none,none,none,10.32 emergence,emergence,0.20,Noun,9,7,3,emergence,10.47,0.95,10.47,0.95,none,none,none, emergencies,emergencies,2.08,Noun,11,9,4,emergency,none,none,5.94,1.00,none,7.62,none, emergency,emergency,54.43,Noun,9,8,4,emergency,5.94,1.00,5.94,1.00,none,7.62,none, emergent,emergent,0.29,Adjective,8,7,3,emergent,13.47,0.89,13.47,0.89,none,none,none, emerges,emerges,0.71,Verb,7,6,3,emerge,none,none,9.76,1.00,none,none,none,10.32 emeritus,emeritus,0.16,Adjective,8,8,4,emeritus,16.22,0.50,16.22,0.50,none,none,none, emersion,emersion,0.02,Noun,8,8,4,emersion,12.68,1.00,12.68,1.00,none,none,none, emery,emery,1.90,Noun,5,4,3,emery,10.86,0.78,10.86,0.78,none,none,none, emesis,emesis,0.10,Noun,6,6,3,emesis,17.60,0.28,17.60,0.28,none,none,none, emetic,emetic,0.04,Noun,6,6,3,emetic,15.75,0.44,15.75,0.44,none,none,none, emigrate,emigrate,0.27,Verb,8,7,3,emigrate,11.79,0.90,11.79,0.90,none,none,none, emigrated,emigrated,0.29,Verb,9,9,4,emigrate,none,none,11.79,0.90,none,none,none, emigrating,emigrating,0.20,Verb,10,9,4,emigrate,none,none,11.79,0.90,none,none,none, emigration,emigration,0.25,Noun,10,9,4,emigration,11.42,1.00,11.42,1.00,none,none,none, emigrational,emigrational,0.02,Adjective,12,11,5,emigrational,13.36,0.74,13.36,0.74,none,none,none, eminence,eminence,1.88,Noun,8,7,3,eminence,14.59,0.94,14.59,0.94,none,none,none, eminences,eminences,0.04,Noun,9,9,4,eminence,none,none,14.59,0.94,none,none,none, eminency,eminency,0.04,Noun,8,8,4,eminency,11.93,0.83,11.93,0.83,none,none,none, eminent,eminent,1.65,Adjective,7,7,3,eminent,12.53,1.00,12.53,1.00,none,none,none, emir,emir,0.63,Noun,4,4,2,emir,15.75,0.38,15.75,0.38,none,none,none, emissaries,emissaries,0.22,Noun,10,8,4,emissary,none,none,12.64,0.70,none,none,none, emissary,emissary,1.00,Noun,8,7,4,emissary,12.64,0.70,12.64,0.70,none,none,none, emission,emission,0.49,Noun,8,6,3,emission,13.26,0.95,13.26,0.95,none,none,none, emissions,emissions,0.61,Noun,9,7,3,emission,none,none,13.26,0.95,none,none,none, emit,emit,0.39,Verb,4,4,2,emit,10.33,1.00,10.33,1.00,none,none,none, emits,emits,0.35,Verb,5,5,2,emit,none,none,10.33,1.00,none,none,none, emitted,emitted,0.18,Verb,7,6,3,emit,none,none,10.33,1.00,none,none,none, emitter,emitter,0.14,Noun,7,5,3,emitter,13.62,0.89,13.62,0.89,none,none,none, emitters,emitters,0.08,Noun,8,6,3,emitter,none,none,13.62,0.89,none,none,none, emitting,emitting,0.25,Verb,8,6,3,emit,none,none,10.33,1.00,none,none,none, emolument,emolument,0.02,Noun,9,9,4,emolument,18.11,0.50,18.11,0.50,none,none,none, emote,emote,0.06,Verb,5,4,2,emote,13.35,0.89,13.35,0.89,none,none,none, emotes,emotes,0.02,Verb,6,5,2,emote,none,none,13.35,0.89,none,none,none, emotion,emotion,8.29,Noun,7,6,3,emotion,6.37,1.00,6.37,1.00,none,9.71,none, emotional,emotional,21.20,Adjective,9,8,4,emotional,9.45,1.00,9.45,1.00,10.63,none,none, emotionalism,emotionalism,0.08,Noun,12,12,6,emotionalism,14.88,0.89,14.88,0.89,none,none,none, emotionality,emotionality,0.02,Noun,12,11,6,emotionality,11.26,1.00,11.26,1.00,none,none,none, emotionless,emotionless,0.06,Adjective,11,9,4,emotionless,11.68,1.00,11.68,1.00,none,none,none, emotions,emotions,10.94,Noun,8,7,3,emotion,none,none,6.37,1.00,none,9.71,none, emotive,emotive,0.06,Adjective,7,6,3,emotive,12.71,0.94,12.71,0.94,none,none,none, empanada,empanada,0.02,Noun,8,8,4,empanada,11.36,0.55,11.36,0.55,none,none,none, empathetic,empathetic,0.22,Adjective,10,9,4,empathetic,13.32,1.00,13.32,1.00,none,none,none, empathic,empathic,0.22,Adjective,8,7,3,empathic,14.11,0.90,14.11,0.90,none,none,none, empathize,empathise,0.63,Verb,9,7,3,empathize,12.84,0.95,12.84,0.95,none,none,none, empathized,empathised,0.02,Verb,10,8,3,empathize,none,none,12.84,0.95,none,none,none, empathy,empathy,1.14,Noun,7,6,3,empathy,14.32,0.95,14.32,0.95,12.74,none,none, empennage,empennage,0.04,Verb,9,7,3,empennage,16.00,0.39,16.00,0.39,none,none,none, emperor,emperor,13.53,Noun,7,5,3,emperor,7.44,1.00,7.44,1.00,none,8.73,none, emperors,emperors,0.51,Noun,8,6,3,emperor,none,none,7.44,1.00,none,8.73,none, empery,empery,0.02,Noun,6,6,3,empery,15.00,0.26,15.00,0.26,none,none,none, emphasis,emphasis,1.27,Noun,8,7,3,emphasis,10.72,0.95,10.72,0.95,none,none,none, emphasize,emphasise,1.10,Verb,9,7,3,emphasize,11.26,1.00,11.26,1.00,none,none,none, emphasized,emphasised,0.22,Verb,10,8,3,emphasize,none,none,11.26,1.00,none,none,none, emphasizes,emphasises,0.14,Verb,10,9,4,emphasize,none,none,11.26,1.00,none,none,none, emphasizing,emphasising,0.08,Verb,11,9,4,emphasize,none,none,11.26,1.00,none,none,none, emphatic,emphatic,0.29,Adjective,8,7,3,emphatic,12.38,0.89,12.38,0.89,none,none,none, emphysema,emphysema,0.55,Noun,9,8,4,emphysema,13.55,1.00,13.55,1.00,none,none,none, empire,empire,12.67,Noun,6,5,3,empire,8.44,1.00,8.44,1.00,8.37,none,none,8.96 empires,empires,0.65,Noun,7,6,3,empire,none,none,8.44,1.00,8.37,none,none,8.96 empiric,empiric,0.04,Adjective,7,7,3,empiric,15.91,0.61,15.91,0.61,none,none,none, empirical,empirical,0.45,Adjective,9,9,4,empirical,14.29,0.81,14.29,0.81,none,none,none, empiricism,empiricism,0.02,Noun,10,11,5,empiricism,14.06,0.73,14.06,0.73,none,none,none, empiricist,empiricist,0.06,Noun,10,10,4,empiricist,16.00,0.67,16.00,0.67,none,none,none, empirics,empirics,0.02,Noun,8,8,3,empiric,none,none,15.91,0.61,none,none,none, emplacement,emplacement,0.02,Noun,11,10,3,emplacement,14.06,0.84,14.06,0.84,none,none,none, emplacements,emplacements,0.24,Noun,12,11,3,emplacement,none,none,14.06,0.84,none,none,none, employ,employ,3.35,Verb,6,5,2,employ,11.41,0.94,11.41,0.94,none,10.73,none,9.58 employable,employable,0.04,Adjective,10,9,4,employable,11.53,1.00,11.53,1.00,none,none,none, employed,employed,4.10,Verb,8,6,2,employ,none,none,11.41,0.94,none,10.73,none,9.58 employee,employee,11.57,Noun,8,6,3,employee,7.84,1.00,7.84,1.00,none,none,none, employees,employees,11.96,Noun,9,7,3,employee,none,none,7.84,1.00,none,none,none, employer,employer,5.37,Noun,8,6,3,employer,10.15,1.00,10.15,1.00,none,none,none, employers,employers,1.00,Noun,9,7,3,employer,none,none,10.15,1.00,none,none,none, employing,employing,0.27,Verb,9,7,3,employ,none,none,11.41,0.94,none,10.73,none,9.58 employment,employment,5.33,Noun,10,9,3,employment,9.50,1.00,9.50,1.00,none,9.71,none, employments,employments,0.02,Noun,11,10,3,employment,none,none,9.50,1.00,none,9.71,none, employs,employs,0.51,Verb,7,6,2,employ,none,none,11.41,0.94,none,10.73,none,9.58 emporium,emporium,0.86,Noun,8,8,4,emporium,13.78,0.86,13.78,0.86,none,none,none, emporiums,emporiums,0.04,Noun,9,9,4,emporium,none,none,13.78,0.86,none,none,none, empower,empower,0.31,Verb,7,5,3,empower,12.10,0.95,12.10,0.95,none,none,none, empowered,empowered,0.73,Verb,9,6,3,empower,none,none,12.10,0.95,none,none,none, empowerment,empowerment,0.10,Noun,11,9,4,empowerment,14.32,1.00,14.32,1.00,none,none,none, empowers,empowers,0.08,Verb,8,6,3,empower,none,none,12.10,0.95,none,none,none, empress,empress,2.88,Noun,7,6,2,empress,9.61,1.00,9.61,1.00,none,none,none, empresses,empresses,0.04,Noun,9,8,3,empress,none,none,9.61,1.00,none,none,none, emptied,emptied,1.86,Verb,7,6,2,empty,none,none,4.79,1.00,5.13,5.35,none,5.31 emptier,emptier,0.14,Adjective,7,6,3,empty,none,none,4.79,1.00,5.13,5.35,none,5.31 empties,empties,0.67,Verb,7,6,2,empty,none,none,4.79,1.00,5.13,5.35,none,5.31 emptiest,emptiest,0.04,Adjective,8,8,3,empty,none,none,4.79,1.00,5.13,5.35,none,5.31 emptiness,emptiness,1.80,Noun,9,8,3,emptiness,9.44,1.00,9.44,1.00,none,none,none, emption,emption,0.02,Noun,7,6,2,emption,9.50,0.10,9.50,0.10,none,none,none, empty,empty,47.24,Adjective,5,5,2,empty,4.79,1.00,4.79,1.00,5.13,5.35,none,5.31 emptying,emptying,0.69,Verb,8,7,3,empty,none,none,4.79,1.00,5.13,5.35,none,5.31 empyrean,empyrean,0.04,Adjective,8,8,4,empyrean,15.22,0.50,15.22,0.50,none,none,none, emu,emu,0.43,Noun,3,4,2,emu,9.00,0.85,9.00,0.85,8.60,none,none, emulate,emulate,0.55,Verb,7,7,3,emulate,12.05,1.00,12.05,1.00,none,none,none, emulating,emulating,0.08,Verb,9,9,4,emulate,none,none,12.05,1.00,none,none,none, emulation,emulation,0.02,Noun,9,9,4,emulation,13.83,0.95,13.83,0.95,none,none,none, emulsification,emulsification,0.02,Noun,14,13,6,emulsification,13.29,0.74,13.29,0.74,none,none,none, emulsifier,emulsifier,Err:512,Err:512,10,9,5,emulsifier,14.13,0.79,14.13,0.79,none,none,none, emulsify,emulsify,0.04,Verb,8,8,4,emulsify,13.75,0.63,13.75,0.63,none,none,none, emulsion,emulsion,0.16,Noun,8,7,3,emulsion,15.47,0.89,15.47,0.89,none,10.66,none, emus,emus,0.08,Noun,4,4,2,emu,none,none,9.00,0.85,8.60,none,none, enable,enable,1.47,Verb,6,6,3,enable,10.42,1.00,10.42,1.00,none,none,none, enabled,enabled,0.67,Verb,7,7,3,enable,none,none,10.42,1.00,none,none,none, enablement,enablement,0.02,Noun,10,10,4,enablement,13.32,1.00,13.32,1.00,none,none,none, enabler,enabler,0.12,Noun,7,7,4,enabler,14.26,1.00,14.26,1.00,none,none,none, enablers,enablers,0.02,Noun,8,8,4,enabler,none,none,14.26,1.00,none,none,none, enables,enables,0.67,Verb,7,7,3,enable,none,none,10.42,1.00,none,none,none, enabling,enabling,0.41,Verb,8,8,4,enable,none,none,10.42,1.00,none,none,none, enact,enact,0.18,Verb,5,5,2,enact,11.50,0.95,11.50,0.95,none,10.96,none, enacted,enacted,0.63,Verb,7,7,3,enact,none,none,11.50,0.95,none,10.96,none, enactment,enactment,0.02,Noun,9,9,3,enactment,10.82,0.85,10.82,0.85,none,none,none, enactments,enactments,0.02,Noun,10,10,3,enactment,none,none,10.82,0.85,none,none,none, enamel,enamel,0.57,Noun,6,6,3,enamel,12.90,1.00,12.90,1.00,none,none,none, enamelware,enamelware,0.02,Noun,10,9,4,enamelware,12.44,0.80,12.44,0.80,none,none,none, encamp,encamp,0.02,Verb,6,6,2,encamp,13.31,0.89,13.31,0.89,none,none,none, encamped,encamped,0.12,Verb,8,7,2,encamp,none,none,13.31,0.89,none,none,none, encampment,encampment,0.31,Noun,10,10,3,encampment,12.76,0.85,12.76,0.85,none,none,none, encapsulate,encapsulate,0.06,Verb,11,10,4,encapsulate,13.88,0.89,13.88,0.89,none,none,none, encapsulated,encapsulated,0.06,Verb,12,12,5,encapsulate,none,none,13.88,0.89,none,none,none, encapsulates,encapsulates,0.04,Verb,12,11,4,encapsulate,none,none,13.88,0.89,none,none,none, encase,encase,0.04,Noun,6,5,2,encase,10.37,0.95,10.37,0.95,none,none,none, encased,encased,0.51,Verb,7,6,2,encase,none,none,10.37,0.95,none,none,none, encasement,encasement,0.04,Noun,10,9,3,encasement,12.71,0.89,12.71,0.89,none,none,none, encases,encases,0.02,Noun,7,7,3,encase,none,none,10.37,0.95,none,none,none, encasing,encasing,0.06,Verb,8,7,3,encase,none,none,10.37,0.95,none,none,none, encephalitic,encephalitic,0.02,Adjective,12,11,5,encephalitic,18.00,0.56,18.00,0.56,none,none,none, encephalitis,encephalitis,0.22,Noun,12,11,5,encephalitis,16.85,0.72,16.85,0.72,none,none,none, encephalogram,encephalogram,0.06,Noun,13,12,5,encephalogram,15.82,0.61,15.82,0.61,none,none,none, encephalographic,encephalographic,0.02,Adjective,16,14,6,encephalographic,18.55,0.55,18.55,0.55,none,none,none, encephalography,encephalography,0.02,Noun,15,13,6,encephalography,18.40,0.26,18.40,0.26,none,none,none, encephalon,encephalon,0.00,Err:512,10,10,4,encephalon,11.04,0.32,11.04,0.32,none,none,none, encephalopathy,encephalopathy,0.12,Noun,14,12,6,encephalopathy,14.86,0.39,14.86,0.39,none,none,none, enchant,enchant,0.37,Verb,7,6,2,enchant,7.94,1.00,7.94,1.00,none,none,none, enchanted,enchanted,2.76,Adjective,9,8,3,enchanted,6.95,1.00,6.95,1.00,none,none,none, enchanter,enchanter,0.02,Noun,9,7,3,enchanter,11.88,0.89,11.88,0.89,none,10.49,none, enchanting,enchanting,2.04,Adjective,10,8,3,enchanting,9.21,1.00,9.21,1.00,none,none,none, enchantment,enchantment,0.57,Noun,11,10,3,enchantment,10.16,1.00,10.16,1.00,none,none,none, enchantments,enchantments,0.02,Noun,12,11,3,enchantment,none,none,10.16,1.00,none,none,none, enchantress,enchantress,0.57,Noun,11,9,3,enchantress,12.30,1.00,12.30,1.00,none,none,none, enchants,enchants,0.08,Verb,8,7,2,enchant,none,none,7.94,1.00,none,none,none, enchilada,enchilada,0.67,Noun,9,8,4,enchilada,11.28,1.00,11.28,1.00,none,none,none, enchiladas,enchiladas,0.33,Noun,10,9,4,enchilada,none,none,11.28,1.00,none,none,none, encircle,encircle,0.14,Verb,8,7,3,encircle,9.78,1.00,9.78,1.00,none,none,none, encircled,encircled,0.18,Verb,9,8,3,encircle,none,none,9.78,1.00,none,none,none, encirclement,encirclement,0.06,Noun,12,11,4,encirclement,12.69,0.80,12.69,0.80,none,none,none, encircles,encircles,0.06,Verb,9,8,3,encircle,none,none,9.78,1.00,none,none,none, encircling,encircling,0.14,Verb,10,9,4,encircle,none,none,9.78,1.00,none,none,none, enclave,enclave,0.06,Noun,7,6,2,enclave,14.29,0.94,14.29,0.94,none,none,none, enclaves,enclaves,0.02,Noun,8,7,2,enclave,none,none,14.29,0.94,none,none,none, enclose,enclose,0.33,Verb,7,6,2,enclose,8.85,1.00,8.85,1.00,none,none,none, encloses,encloses,0.06,Verb,8,8,3,enclose,none,none,8.85,1.00,none,none,none, enclosing,enclosing,0.24,Verb,9,8,3,enclose,none,none,8.85,1.00,none,none,none, enclosure,enclosure,0.39,Noun,9,7,3,enclosure,9.72,0.95,9.72,0.95,none,none,none, enclosures,enclosures,0.06,Noun,10,8,3,enclosure,none,none,9.72,0.95,none,none,none, encode,encode,0.10,Verb,6,5,2,encode,13.21,0.90,13.21,0.90,none,none,none, encoded,encoded,0.84,Verb,7,7,3,encode,none,none,13.21,0.90,none,none,none, encoder,encoder,0.22,Noun,7,6,3,encoder,13.00,0.79,13.00,0.79,none,none,none, encompass,encompass,0.20,Verb,9,8,3,encompass,11.89,1.00,11.89,1.00,none,none,none, encompassed,encompassed,0.12,Verb,11,9,3,encompass,none,none,11.89,1.00,none,none,none, encompasses,encompasses,0.14,Verb,11,10,4,encompass,none,none,11.89,1.00,none,none,none, encore,encore,2.47,Noun,6,5,2,encore,10.84,1.00,10.84,1.00,none,none,none,10.70 encores,encores,0.14,Noun,7,6,2,encore,none,none,10.84,1.00,none,none,none,10.70 encoring,encoring,0.02,Verb,8,7,3,encore,none,none,10.84,1.00,none,none,none,10.70 encounter,encounter,5.57,Noun,9,7,3,encounter,8.63,1.00,8.63,1.00,none,10.28,none, encountered,encountered,3.00,Verb,11,8,3,encounter,none,none,8.63,1.00,none,10.28,none, encountering,encountering,0.27,Verb,12,9,4,encounter,none,none,8.63,1.00,none,10.28,none, encounters,encounters,1.65,Noun,10,8,3,encounter,none,none,8.63,1.00,none,10.28,none, encourage,encourage,6.04,Verb,9,6,3,encourage,8.50,1.00,8.50,1.00,7.90,none,none, encouraged,encouraged,3.29,Verb,10,7,3,encourage,none,none,8.50,1.00,7.90,none,none, encouragement,encouragement,2.20,Noun,13,10,4,encouragement,7.70,1.00,7.70,1.00,none,none,none, encourager,encourager,0.02,Noun,10,7,4,encourager,9.94,0.89,9.94,0.89,none,none,none, encourages,encourages,0.63,Verb,10,8,4,encourage,none,none,8.50,1.00,7.90,none,none, encouraging,encouraging,3.24,Adjective,11,8,4,encouraging,7.89,1.00,7.89,1.00,none,none,none, encroach,encroach,0.06,Verb,8,6,2,encroach,13.60,0.83,13.60,0.83,none,none,none, encroaches,encroaches,0.04,Verb,10,8,3,encroach,none,none,13.60,0.83,none,none,none, encroaching,encroaching,0.29,Verb,11,8,3,encroach,none,none,13.60,0.83,none,none,none, encroachment,encroachment,0.04,Noun,12,10,3,encroachment,13.06,0.94,13.06,0.94,none,none,none, encroachments,encroachments,0.02,Noun,13,11,3,encroachment,none,none,13.06,0.94,none,none,none, encrust,encrust,0.02,Verb,7,7,2,encrust,13.94,0.90,13.94,0.90,none,none,none, encrustation,encrustation,0.02,Noun,12,11,4,encrustation,11.67,0.79,11.67,0.79,none,none,none, encrusted,encrusted,0.18,Verb,9,9,3,encrust,none,none,13.94,0.90,none,none,none, encrypt,encrypt,0.22,Verb,7,7,2,encrypt,13.16,1.00,13.16,1.00,none,none,none, encryption,encryption,1.63,Noun,10,9,3,encryption,14.00,1.00,14.00,1.00,none,none,none, encryptions,encryptions,0.08,Noun,11,10,3,encryption,none,none,14.00,1.00,none,none,none, encumbrance,encumbrance,0.02,Noun,11,10,3,encumbrance,14.93,0.74,14.93,0.74,none,none,none, encumbrances,encumbrances,0.04,Noun,12,12,4,encumbrance,none,none,14.93,0.74,none,none,none, encyclopedia,encyclopaedia,1.59,Noun,12,12,6,encyclopedia,7.17,1.00,7.17,1.00,none,none,none, encyclopedias,encyclopaedias,0.37,Noun,13,13,6,encyclopedia,none,none,7.17,1.00,none,none,none, encyclopedic,encyclopaedic,0.12,Adjective,12,12,5,encyclopedic,9.47,0.95,9.47,0.95,none,none,none, end,end,265.86,Noun,3,3,1,end,4.28,1.00,4.28,1.00,4.62,none,4.21, endanger,endanger,1.67,Verb,8,7,3,endanger,9.37,1.00,9.37,1.00,none,none,none, endangering,endangering,1.27,Verb,11,9,4,endanger,none,none,9.37,1.00,none,none,none, endangerment,endangerment,0.61,Noun,12,11,4,endangerment,10.44,1.00,10.44,1.00,none,none,none, endangers,endangers,0.22,Verb,9,8,3,endanger,none,none,9.37,1.00,none,none,none, endear,endear,0.12,Verb,6,5,2,endear,11.94,1.00,11.94,1.00,none,none,none, endeared,endeared,0.06,Verb,8,6,2,endear,none,none,11.94,1.00,none,none,none, endearing,endearing,0.86,Adjective,9,7,3,endearing,13.89,0.95,13.89,0.95,none,none,none, endearment,endearment,0.27,Noun,10,9,3,endearment,12.16,0.95,12.16,0.95,none,none,none, endears,endears,0.06,Verb,7,6,3,endear,none,none,11.94,1.00,none,none,none, endeavor,endeavour,1.49,Noun,8,6,3,endeavor,13.41,0.94,13.41,0.94,none,none,none, endeavored,endeavoured,0.12,Verb,10,7,3,endeavor,none,none,13.41,0.94,none,none,none, endeavoring,endeavouring,0.10,Verb,11,8,4,endeavor,none,none,13.41,0.94,none,none,none, endeavors,endeavours,0.61,Noun,9,7,3,endeavor,none,none,13.41,0.94,none,none,none, ended,ended,29.63,Verb,5,5,2,end,none,none,4.28,1.00,4.62,none,4.21, endemic,endemic,0.14,Adjective,7,7,3,endemic,15.50,0.70,15.50,0.70,none,none,none, endgame,endgame,0.55,Noun,7,6,2,endgame,10.11,0.95,10.11,0.95,none,none,none, ending,ending,15.92,Noun,6,5,2,ending,5.25,1.00,5.25,1.00,6.02,none,none, endings,endings,2.08,Noun,7,6,2,ending,none,none,5.25,1.00,6.02,none,none, endive,endive,0.14,Noun,6,5,2,endive,15.25,0.63,15.25,0.63,none,none,none, endives,endives,0.02,Noun,7,6,2,endive,none,none,15.25,0.63,none,none,none, endless,endless,6.63,Adjective,7,6,2,endless,8.89,1.00,8.89,1.00,none,7.60,none, endlessness,endlessness,0.02,Noun,11,9,3,endlessness,10.79,1.00,10.79,1.00,none,none,none, endocentric,endocentric,0.02,Adjective,11,11,4,endocentric,16.54,0.68,16.54,0.68,none,none,none, endocrine,endocrine,0.14,Adjective,9,8,3,endocrine,14.44,0.89,14.44,0.89,none,none,none, endocrinologist,endocrinologist,0.04,Noun,15,15,6,endocrinologist,16.62,0.80,16.62,0.80,none,none,none, endocrinologists,endocrinologists,0.02,Name,16,16,6,endocrinologist,none,none,16.62,0.80,none,none,none, endocrinology,endocrinology,0.08,Noun,13,13,6,endocrinology,15.88,0.84,15.88,0.84,none,none,none, endogenous,endogenous,0.06,Adjective,10,9,4,endogenous,13.67,0.45,13.67,0.45,none,none,none, endometrial,endometrial,0.02,Adjective,11,11,5,endometrial,16.64,0.74,16.64,0.74,none,none,none, endomorph,endomorph,0.02,Noun,9,8,3,endomorph,15.18,0.61,15.18,0.61,none,none,none, endoplasmic,endoplasmic,0.06,Adjective,11,12,5,endoplasmic,14.73,0.61,14.73,0.61,none,none,none, endorphin,endorphin,0.10,Noun,9,8,3,endorphin,15.65,0.94,15.65,0.94,none,none,none, endorse,endorse,1.73,Verb,7,6,2,endorse,12.06,1.00,12.06,1.00,none,none,none,11.90 endorsed,endorsed,0.51,Verb,8,7,2,endorse,none,none,12.06,1.00,none,none,none,11.90 endorsement,endorsement,1.39,Noun,11,10,3,endorsement,12.22,1.00,12.22,1.00,none,none,none, endorsements,endorsements,0.53,Noun,12,11,3,endorsement,none,none,12.22,1.00,none,none,none, endorses,endorses,0.12,Verb,8,8,3,endorse,none,none,12.06,1.00,none,none,none,11.90 endorsing,endorsing,0.33,Verb,9,8,3,endorse,none,none,12.06,1.00,none,none,none,11.90 endoscope,endoscope,0.08,Noun,9,8,3,endoscope,16.06,0.89,16.06,0.89,none,none,none, endoscopic,endoscopic,0.08,Adjective,10,10,4,endoscopic,14.31,0.89,14.31,0.89,none,none,none, endoscopy,endoscopy,0.25,Noun,9,9,4,endoscopy,15.69,0.89,15.69,0.89,none,none,none, endoskeleton,endoskeleton,0.04,Noun,12,12,5,endoskeleton,11.72,1.00,11.72,1.00,none,none,none, endosperm,endosperm,0.00,Err:512,9,8,3,endosperm,13.88,0.80,13.88,0.80,none,13.58,none, endothermic,endothermic,0.04,Adjective,11,9,4,endothermic,15.69,0.72,15.69,0.72,none,none,none, endow,endow,0.22,Verb,5,4,2,endow,13.17,0.90,13.17,0.90,none,none,none, endowed,endowed,0.63,Verb,7,5,2,endow,none,none,13.17,0.90,none,none,none, endowing,endowing,0.04,Verb,8,6,3,endow,none,none,13.17,0.90,none,none,none, endowment,endowment,0.55,Noun,9,8,3,endowment,13.61,1.00,13.61,1.00,none,none,none, endowments,endowments,0.12,Noun,10,9,3,endowment,none,none,13.61,1.00,none,none,none, endows,endows,0.04,Verb,6,5,2,endow,none,none,13.17,0.90,none,none,none, endplate,endplate,0.02,Noun,8,7,2,endplate,11.73,0.58,11.73,0.58,none,none,none, endpoint,endpoint,0.02,Noun,8,7,2,endpoint,10.68,1.00,10.68,1.00,none,none,none, ends,ends,30.65,Verb,4,4,1,end,none,none,4.28,1.00,4.62,none,4.21, endurable,endurable,0.04,Adjective,9,9,4,endurable,11.06,0.89,11.06,0.89,none,none,none, endurance,endurance,1.33,Noun,9,7,3,endurance,10.53,1.00,10.53,1.00,none,none,none, endure,endure,4.41,Verb,6,6,2,endure,10.70,1.00,10.70,1.00,none,10.87,none,9.67 endured,endured,1.45,Verb,7,7,2,endure,none,none,10.70,1.00,none,10.87,none,9.67 endures,endures,0.49,Verb,7,7,2,endure,none,none,10.70,1.00,none,10.87,none,9.67 enduring,enduring,0.94,Adjective,8,8,3,enduring,11.21,1.00,11.21,1.00,none,none,none, enema,enema,1.41,Noun,5,5,3,enema,13.56,0.95,13.56,0.95,none,none,none, enemas,enemas,0.24,Noun,6,6,3,enema,none,none,13.56,0.95,none,none,none, enemies,enemies,19.31,Noun,7,6,3,enemy,none,none,7.26,1.00,none,7.35,none, enemy,enemy,48.51,Noun,5,5,3,enemy,7.26,1.00,7.26,1.00,none,7.35,none, energetic,energetic,1.29,Adjective,9,8,4,energetic,6.90,1.00,6.90,1.00,none,none,none, energies,energies,1.08,Noun,8,6,3,energy,none,none,6.52,1.00,6.95,none,none, energize,energise,0.39,Verb,8,6,3,energize,9.44,1.00,9.44,1.00,none,none,none, energized,energised,0.55,Verb,9,7,3,energize,none,none,9.44,1.00,none,none,none, energizer,energiser,0.25,Noun,9,7,4,energizer,8.95,1.00,8.95,1.00,none,none,none, energizers,energisers,0.02,Noun,10,10,4,energizer,none,none,8.95,1.00,none,none,none, energizes,energises,0.02,Verb,9,8,4,energize,none,none,9.44,1.00,none,none,none, energumen,energumen,0.02,Noun,9,10,4,energumen,15.00,0.05,15.00,0.05,none,none,none, energy,energy,32.90,Noun,6,5,3,energy,6.52,1.00,6.52,1.00,6.95,none,none, enfant,enfant,0.04,Noun,6,6,2,enfant,14.90,0.45,14.90,0.45,none,none,none, enfilade,enfilade,0.02,Noun,8,7,3,enfilade,15.20,0.25,15.20,0.25,none,none,none, enflame,enflame,0.06,Verb,7,6,2,enflame,13.69,0.89,13.69,0.89,none,none,none, enfold,enfold,0.29,Verb,6,6,2,enfold,10.35,0.94,10.35,0.94,none,none,none, enforce,enforce,1.69,Verb,7,6,2,enforce,9.11,1.00,9.11,1.00,9.97,none,none,9.22 enforceable,enforceable,0.12,Adjective,11,10,4,enforceable,11.11,1.00,11.11,1.00,none,none,none, enforced,enforced,0.82,Verb,8,7,2,enforce,none,none,9.11,1.00,9.97,none,none,9.22 enforcement,enforcement,6.65,Noun,11,10,3,enforcement,9.83,1.00,9.83,1.00,none,none,none, enforcer,enforcer,0.67,Noun,8,7,3,enforcer,10.50,1.00,10.50,1.00,none,none,none, enforcers,enforcers,0.20,Noun,9,8,3,enforcer,none,none,10.50,1.00,none,none,none, enforces,enforces,0.06,Verb,8,8,3,enforce,none,none,9.11,1.00,9.97,none,none,9.22 enforcing,enforcing,0.33,Verb,9,8,3,enforce,none,none,9.11,1.00,9.97,none,none,9.22 enfranchisement,enfranchisement,0.02,Noun,15,13,4,enfranchisement,16.73,0.75,16.73,0.75,none,none,none, engage,engage,6.16,Verb,6,5,2,engage,10.42,1.00,10.42,1.00,none,none,none,9.67 engaged,engaged,26.02,Verb,7,6,2,engage,none,none,10.42,1.00,none,none,none,9.67 engagement,engagement,13.06,Noun,10,9,3,engagement,8.89,1.00,8.89,1.00,none,none,none, engagements,engagements,1.00,Noun,11,10,3,engagement,none,none,8.89,1.00,none,none,none, engages,engages,0.41,Verb,7,7,3,engage,none,none,10.42,1.00,none,none,none,9.67 engaging,engaging,1.92,Verb,8,7,3,engage,none,none,10.42,1.00,none,none,none,9.67 engender,engender,0.14,Verb,8,7,3,engender,16.09,0.61,16.09,0.61,none,none,none, engendered,engendered,0.02,Verb,10,8,3,engender,none,none,16.09,0.61,none,none,none, engendering,engendering,0.06,Verb,11,9,4,engender,none,none,16.09,0.61,none,none,none, engenders,engenders,0.04,Verb,9,8,3,engender,none,none,16.09,0.61,none,none,none, engine,engine,31.88,Noun,6,5,2,engine,6.28,1.00,6.28,1.00,none,none,none,6.54 engineer,engineer,11.69,Noun,8,7,3,engineer,9.89,1.00,9.89,1.00,9.90,8.90,none, engineered,engineered,1.63,Verb,10,8,3,engineer,none,none,9.89,1.00,9.90,8.90,none, engineering,engineering,6.53,Noun,11,9,4,engineering,12.06,1.00,12.06,1.00,10.06,none,none, engineers,engineers,4.06,Noun,9,8,3,engineer,none,none,9.89,1.00,9.90,8.90,none, engines,engines,10.65,Noun,7,6,2,engine,none,none,6.28,1.00,none,none,none,6.54 engorgement,engorgement,0.02,Noun,11,10,3,engorgement,15.00,1.00,15.00,1.00,none,none,none, engraft,engraft,Err:512,Err:512,7,7,2,engraft,14.83,0.33,14.83,0.33,none,none,none, engrave,engrave,0.29,Verb,7,6,2,engrave,10.89,1.00,10.89,1.00,none,none,none, engraved,engraved,1.67,Verb,8,7,2,engrave,none,none,10.89,1.00,none,none,none, engraver,engraver,0.20,Noun,8,7,3,engraver,10.11,1.00,10.11,1.00,none,none,none, engravers,engravers,0.04,Noun,9,8,3,engraver,none,none,10.11,1.00,none,none,none, engraves,engraves,0.02,Verb,8,7,2,engrave,none,none,10.89,1.00,none,none,none, engraving,engraving,0.45,Noun,9,8,3,engraving,10.58,1.00,10.58,1.00,none,none,none, engravings,engravings,0.29,Noun,10,9,3,engraving,none,none,10.58,1.00,none,none,none, engross,engross,0.02,Verb,7,6,2,engross,11.56,0.95,11.56,0.95,none,none,none, engrosses,engrosses,0.04,Verb,9,8,3,engross,none,none,11.56,0.95,none,none,none, engrossing,engrossing,0.12,Verb,10,8,3,engross,none,none,11.56,0.95,none,none,none, engulf,engulf,0.10,Verb,6,6,2,engulf,9.94,1.00,9.94,1.00,none,none,none, engulfed,engulfed,0.27,Verb,8,7,2,engulf,none,none,9.94,1.00,none,none,none, engulfing,engulfing,0.06,Verb,9,8,3,engulf,none,none,9.94,1.00,none,none,none, engulfs,engulfs,0.10,Verb,7,7,2,engulf,none,none,9.94,1.00,none,none,none, enhance,enhance,2.45,Verb,7,6,2,enhance,9.95,1.00,9.95,1.00,none,none,none,10.51 enhancement,enhancement,0.45,Noun,11,10,3,enhancement,11.24,1.00,11.24,1.00,none,none,none, enhancements,enhancements,0.08,Noun,12,11,3,enhancement,none,none,11.24,1.00,none,none,none, enhancer,enhancer,0.18,Noun,8,7,3,enhancer,11.95,1.00,11.95,1.00,none,none,none, enhancers,enhancers,0.20,Noun,9,8,3,enhancer,none,none,11.95,1.00,none,none,none, enhances,enhances,0.29,Verb,8,8,3,enhance,none,none,9.95,1.00,none,none,none,10.51 enhancing,enhancing,0.41,Verb,9,8,3,enhance,none,none,9.95,1.00,none,none,none,10.51 enigma,enigma,0.92,Noun,6,6,3,enigma,14.17,0.90,14.17,0.90,none,12.68,none, enigmas,enigmas,0.04,Noun,7,7,3,enigma,none,none,14.17,0.90,none,12.68,none, enigmatic,enigmatic,0.22,Adjective,9,9,4,enigmatic,14.00,0.67,14.00,0.67,none,none,none, enigmatical,enigmatical,0.02,Adjective,11,11,5,enigmatical,14.67,0.79,14.67,0.79,none,none,none, enjoin,enjoin,0.16,Verb,6,5,2,enjoin,13.15,0.65,13.15,0.65,none,none,none, enjoy,enjoy,82.78,Verb,5,4,2,enjoy,5.75,1.00,5.75,1.00,5.30,5.18,none,6.40 enjoyable,enjoyable,1.94,Adjective,9,8,4,enjoyable,8.44,1.00,8.44,1.00,none,none,none, enjoyed,enjoyed,18.16,Verb,7,5,2,enjoy,none,none,5.75,1.00,5.30,5.18,none,6.40 enjoying,enjoying,17.02,Verb,8,6,3,enjoy,none,none,5.75,1.00,5.30,5.18,none,6.40 enjoyment,enjoyment,1.35,Noun,9,8,3,enjoyment,8.85,1.00,8.85,1.00,6.23,none,none, enjoyments,enjoyments,0.02,Noun,10,9,3,enjoyment,none,none,8.85,1.00,6.23,none,none, enjoys,enjoys,2.94,Verb,6,5,2,enjoy,none,none,5.75,1.00,5.30,5.18,none,6.40 enkindle,enkindle,0.04,Verb,8,8,3,enkindle,15.88,0.42,15.88,0.42,none,none,none, enlarge,enlarge,0.88,Verb,7,6,2,enlarge,8.26,1.00,8.26,1.00,8.50,none,none, enlarged,enlarged,1.06,Verb,8,7,2,enlarge,none,none,8.26,1.00,8.50,none,none, enlargement,enlargement,0.41,Noun,11,10,3,enlargement,9.50,1.00,9.50,1.00,none,none,none, enlargements,enlargements,0.08,Noun,12,11,3,enlargement,none,none,9.50,1.00,none,none,none, enlarger,enlarger,0.14,Noun,8,7,3,enlarger,11.17,0.95,11.17,0.95,none,none,none, enlarges,enlarges,0.04,Verb,8,8,3,enlarge,none,none,8.26,1.00,8.50,none,none, enlarging,enlarging,0.16,Verb,9,8,3,enlarge,none,none,8.26,1.00,8.50,none,none, enlighten,enlighten,2.12,Verb,9,7,3,enlighten,12.17,1.00,12.17,1.00,none,none,none, enlightening,enlightening,0.73,Adjective,12,9,4,enlightening,12.47,1.00,12.47,1.00,none,none,none, enlightenment,enlightenment,1.45,Noun,13,11,4,enlightenment,11.33,1.00,11.33,1.00,none,11.60,none, enlightens,enlightens,0.04,Verb,10,8,3,enlighten,none,none,12.17,1.00,none,none,none, enlist,enlist,1.57,Verb,6,6,2,enlist,11.30,1.00,11.30,1.00,none,none,none,10.80 enlisted,enlisted,3.41,Verb,8,8,3,enlist,none,none,11.30,1.00,none,none,none,10.80 enlisting,enlisting,0.37,Verb,9,8,3,enlist,none,none,11.30,1.00,none,none,none,10.80 enlistment,enlistment,0.29,Noun,10,10,3,enlistment,11.35,0.94,11.35,0.94,none,none,none, enlistments,enlistments,0.04,Noun,11,11,3,enlistment,none,none,11.35,0.94,none,none,none, enlists,enlists,0.10,Verb,7,7,2,enlist,none,none,11.30,1.00,none,none,none,10.80 enliven,enliven,0.02,Verb,7,7,3,enliven,12.21,0.78,12.21,0.78,none,none,none, enlivened,enlivened,0.12,Verb,9,8,3,enliven,none,none,12.21,0.78,none,none,none, enlivens,enlivens,0.02,Verb,8,8,3,enliven,none,none,12.21,0.78,none,none,none, enmesh,enmesh,0.02,Verb,6,5,2,enmesh,13.38,0.36,13.38,0.36,none,none,none, enmity,enmity,0.31,Noun,6,6,3,enmity,15.67,0.67,15.67,0.67,none,none,none, ennoble,ennoble,0.08,Verb,7,6,3,ennoble,15.92,0.60,15.92,0.60,none,none,none, ennobles,ennobles,0.02,Verb,8,7,3,ennoble,none,none,15.92,0.60,none,none,none, ennobling,ennobling,0.08,Verb,9,7,3,ennoble,none,none,15.92,0.60,none,none,none, ennui,ennui,0.37,Noun,5,4,3,ennui,14.83,0.57,14.83,0.57,none,none,none, enormity,enormity,0.25,Noun,8,8,4,enormity,12.81,0.89,12.81,0.89,none,none,none, enormous,enormous,10.31,Adjective,8,7,3,enormous,6.53,1.00,6.53,1.00,none,none,none, enormousness,enormousness,0.02,Noun,12,10,4,enormousness,8.95,1.00,8.95,1.00,none,none,none, enough,enough,501.33,Adverb,6,4,2,enough,6.96,1.00,6.96,1.00,none,none,none,6.13 enplane,enplane,0.02,Noun,7,6,2,enplane,12.20,0.53,12.20,0.53,none,none,none, enquire,enquire,0.31,Verb,7,6,3,inquire,none,none,10.40,1.00,none,none,none,10.70 enquired,enquired,0.02,Verb,8,7,3,inquire,none,none,10.40,1.00,none,none,none,10.70 enquirer,enquirer,0.69,Noun,8,7,3,inquirer,none,none,10.72,0.95,none,none,none, enquires,enquires,0.02,Verb,8,7,3,inquire,none,none,10.40,1.00,none,none,none,10.70 enquiries,enquiries,0.24,Noun,9,8,4,inquiry,none,none,11.37,1.00,none,9.54,none, enquiring,enquiring,0.12,Verb,9,8,4,inquire,none,none,10.40,1.00,none,none,none,10.70 enquiry,enquiry,0.18,Noun,7,7,4,inquiry,none,none,11.37,1.00,none,9.54,none, enrage,enrage,0.27,Verb,6,5,2,enrage,9.58,1.00,9.58,1.00,none,10.87,none, enrages,enrages,0.04,Verb,7,7,3,enrage,none,none,9.58,1.00,none,10.87,none, enrapture,enrapture,0.02,Verb,9,7,3,enrapture,12.12,0.89,12.12,0.89,none,none,none, enraptured,enraptured,0.16,Adjective,10,8,3,enraptured,14.82,0.85,14.82,0.85,none,none,none, enrich,enrich,0.27,Verb,6,5,2,enrich,10.89,1.00,10.89,1.00,10.58,none,none, enriched,enriched,0.41,Verb,8,6,2,enrich,none,none,10.89,1.00,10.58,none,none, enriches,enriches,0.04,Verb,8,7,3,enrich,none,none,10.89,1.00,10.58,none,none, enrichment,enrichment,0.14,Noun,10,9,3,enrichment,11.14,1.00,11.14,1.00,none,none,none, enrichments,enrichments,0.02,Noun,11,10,3,enrichment,none,none,11.14,1.00,none,none,none, enroll,enrol,0.67,Verb,6,5,2,enroll,10.30,1.00,10.30,1.00,none,none,none,8.87 enrolled,enrolled,1.12,Verb,8,6,2,enroll,none,none,10.30,1.00,none,none,none,8.87 enrolling,enrolling,0.20,Verb,9,7,3,enroll,none,none,10.30,1.00,none,none,none,8.87 enrolls,enrols,0.02,Noun,7,6,2,enrolls,7.94,0.94,7.94,0.94,none,none,none, enrolment,enrolment,0.14,Noun,9,9,3,enrolment,9.31,0.84,9.31,0.84,none,none,none, ensconce,ensconce,Err:512,Err:512,8,7,2,ensconce,14.58,0.63,14.58,0.63,none,none,none, ensconced,ensconced,0.22,Adjective,9,8,2,ensconced,14.77,0.59,14.77,0.59,none,none,none, ensemble,ensemble,1.12,Noun,8,8,3,ensemble,12.25,1.00,12.25,1.00,none,11.34,none, ensembles,ensembles,0.06,Noun,9,9,3,ensemble,none,none,12.25,1.00,none,11.34,none, enshrine,enshrine,0.04,Noun,8,6,2,enshrine,12.29,0.78,12.29,0.78,none,none,none, enshrined,enshrined,0.16,Verb,9,7,2,enshrine,none,none,12.29,0.78,none,none,none, enshrinement,enshrinement,0.02,Noun,12,10,3,enshrinement,13.97,0.81,13.97,0.81,none,none,none, enshrines,enshrines,0.02,Verb,9,7,2,enshrine,none,none,12.29,0.78,none,none,none, enshroud,enshroud,0.02,Verb,8,6,2,enshroud,13.71,0.70,13.71,0.70,none,none,none, ensign,ensign,3.55,Name,6,5,2,ensign,13.58,0.81,13.58,0.81,none,none,none,12.85 ensigns,ensigns,0.10,Noun,7,6,2,ensign,none,none,13.58,0.81,none,none,none,12.85 enslave,enslave,0.67,Verb,7,6,2,enslave,9.58,1.00,9.58,1.00,none,none,none, enslaved,enslaved,0.80,Verb,8,7,2,enslave,none,none,9.58,1.00,none,none,none, enslavement,enslavement,0.18,Noun,11,10,3,enslavement,10.58,1.00,10.58,1.00,none,none,none, enslaver,enslaver,0.06,Noun,8,7,3,enslaver,11.22,0.95,11.22,0.95,none,none,none, enslavers,enslavers,0.02,Noun,9,8,3,enslaver,none,none,11.22,0.95,none,none,none, enslaves,enslaves,0.04,Verb,8,7,2,enslave,none,none,9.58,1.00,none,none,none, enslaving,enslaving,0.14,Verb,9,8,3,enslave,none,none,9.58,1.00,none,none,none, ensnare,ensnare,0.12,Verb,7,6,2,ensnare,11.35,1.00,11.35,1.00,none,none,none, ensue,ensue,0.20,Verb,5,4,2,ensue,12.11,0.90,12.11,0.90,none,none,none, ensued,ensued,0.31,Verb,6,5,2,ensue,none,none,12.11,0.90,none,none,none, ensues,ensues,0.18,Verb,6,5,2,ensue,none,none,12.11,0.90,none,none,none, ensuing,ensuing,0.20,Adjective,7,6,3,ensuing,12.72,1.00,12.72,1.00,none,none,none, ensure,ensure,4.96,Verb,6,5,2,ensure,11.11,1.00,11.11,1.00,none,10.32,none,10.70 ensured,ensured,0.31,Verb,7,6,2,ensure,none,none,11.11,1.00,none,10.32,none,10.70 ensures,ensures,0.24,Verb,7,6,2,ensure,none,none,11.11,1.00,none,10.32,none,10.70 ensuring,ensuring,0.45,Verb,8,7,3,ensure,none,none,11.11,1.00,none,10.32,none,10.70 entail,entail,0.57,Verb,6,5,2,entail,11.69,0.89,11.69,0.89,none,11.39,none, entailed,entailed,0.12,Verb,8,6,2,entail,none,none,11.69,0.89,none,11.39,none, entails,entails,0.43,Verb,7,6,2,entail,none,none,11.69,0.89,none,11.39,none, entangle,entangle,0.12,Verb,8,8,3,entangle,11.00,1.00,11.00,1.00,none,none,none, entanglement,entanglement,0.16,Noun,12,12,4,entanglement,10.79,1.00,10.79,1.00,none,none,none, entanglements,entanglements,0.18,Noun,13,13,4,entanglement,none,none,10.79,1.00,none,none,none, entendre,entendre,0.20,Noun,8,8,3,entendre,14.85,0.72,14.85,0.72,none,none,none, entendres,entendres,0.08,Noun,9,9,3,entendre,none,none,14.85,0.72,none,none,none, entente,entente,0.02,Noun,7,6,2,entente,14.00,0.39,14.00,0.39,none,none,none, enter,enter,29.73,Verb,5,4,2,enter,5.67,1.00,5.67,1.00,6.13,none,none,5.68 entered,entered,14.65,Verb,7,5,2,enter,none,none,5.67,1.00,6.13,none,none,5.68 entering,entering,11.53,Verb,8,6,3,enter,none,none,5.67,1.00,6.13,none,none,5.68 enteritis,enteritis,0.02,Noun,9,8,4,enteritis,16.20,0.53,16.20,0.53,none,none,none, enterprise,enterprise,8.10,Noun,10,8,3,enterprise,12.89,1.00,12.89,1.00,none,10.96,none, enterpriser,enterpriser,0.06,Noun,11,9,4,enterpriser,13.06,0.94,13.06,0.94,none,none,none, enterprises,enterprises,2.16,Noun,11,10,4,enterprise,none,none,12.89,1.00,none,10.96,none, enterprising,enterprising,0.51,Adjective,12,10,4,enterprising,12.67,1.00,12.67,1.00,none,none,none, enters,enters,3.80,Verb,6,5,2,enter,none,none,5.67,1.00,6.13,none,none,5.68 entertain,entertain,6.14,Verb,9,7,3,entertain,7.50,1.00,7.50,1.00,7.20,none,none, entertained,entertained,2.29,Verb,11,8,3,entertain,none,none,7.50,1.00,7.20,none,none, entertainer,entertainer,1.65,Noun,11,8,4,entertainer,7.85,1.00,7.85,1.00,none,none,none, entertainers,entertainers,0.73,Noun,12,9,4,entertainer,none,none,7.85,1.00,none,none,none, entertaining,entertaining,5.65,Adjective,12,9,4,entertaining,8.84,1.00,8.84,1.00,7.98,none,none, entertainment,entertainment,12.55,Noun,13,11,4,entertainment,7.39,1.00,7.39,1.00,none,none,none, entertainments,entertainments,0.20,Noun,14,12,4,entertainment,none,none,7.39,1.00,none,none,none, entertains,entertains,0.27,Verb,10,8,3,entertain,none,none,7.50,1.00,7.20,none,none, enthralling,enthralling,0.14,Adjective,11,8,3,enthralling,13.72,0.86,13.72,0.86,none,none,none, enthronement,enthronement,0.08,Noun,12,10,3,enthronement,14.21,0.78,14.21,0.78,none,none,none, enthusiasm,enthusiasm,4.49,Noun,10,10,5,enthusiasm,9.05,1.00,9.05,1.00,none,10.28,none, enthusiasms,enthusiasms,0.18,Noun,11,11,5,enthusiasm,none,none,9.05,1.00,none,10.28,none, enthusiast,enthusiast,0.57,Noun,10,9,4,enthusiast,8.78,1.00,8.78,1.00,none,none,none, enthusiastic,enthusiastic,2.78,Adjective,12,11,5,enthusiastic,9.17,1.00,9.17,1.00,none,none,none, enthusiasts,enthusiasts,0.29,Noun,11,10,4,enthusiast,none,none,8.78,1.00,none,none,none, entice,entice,0.51,Verb,6,5,2,entice,12.47,0.94,12.47,0.94,none,none,none,11.49 enticed,enticed,0.16,Verb,7,6,2,entice,none,none,12.47,0.94,none,none,none,11.49 enticement,enticement,0.08,Noun,10,9,3,enticement,11.89,0.95,11.89,0.95,none,none,none, enticements,enticements,0.02,Noun,11,10,3,enticement,none,none,11.89,0.95,none,none,none, entices,entices,0.04,Verb,7,7,3,entice,none,none,12.47,0.94,none,none,none,11.49 entire,entire,79.80,Adjective,6,5,3,entire,7.22,1.00,7.22,1.00,8.86,none,none,7.34 entirety,entirety,0.47,Noun,8,7,4,entirety,9.90,1.00,9.90,1.00,none,none,none, entities,entities,0.59,Noun,8,7,3,entity,none,none,9.50,1.00,none,none,none, entitle,entitle,0.43,Verb,7,7,3,entitle,12.37,1.00,12.37,1.00,none,none,none, entitled,entitled,11.49,Verb,8,8,3,entitle,none,none,12.37,1.00,none,none,none, entitlement,entitlement,0.24,Noun,11,11,4,entitlement,12.62,1.00,12.62,1.00,none,none,none, entitles,entitles,0.55,Verb,8,8,3,entitle,none,none,12.37,1.00,none,none,none, entity,entity,1.69,Noun,6,6,3,entity,9.50,1.00,9.50,1.00,none,none,none, entomb,entomb,0.10,Verb,6,5,2,entomb,12.89,0.95,12.89,0.95,none,none,none, entombed,entombed,0.27,Verb,8,6,2,entomb,none,none,12.89,0.95,none,none,none, entombment,entombment,0.06,Noun,10,9,3,entombment,12.11,1.00,12.11,1.00,none,none,none, entomological,entomological,0.08,Adjective,13,13,6,entomological,14.12,0.80,14.12,0.80,none,none,none, entomologist,entomologist,0.37,Noun,12,12,5,entomologist,14.86,0.74,14.86,0.74,none,none,none, entomologists,entomologists,0.02,Noun,13,13,5,entomologist,none,none,14.86,0.74,none,none,none, entomology,entomology,0.24,Noun,10,10,5,entomology,12.80,0.83,12.80,0.83,none,none,none, entourage,entourage,1.35,Noun,9,7,3,entourage,12.06,0.95,12.06,0.95,none,none,none, entrails,entrails,0.88,Noun,8,7,2,entrails,14.06,0.89,14.06,0.89,none,none,none,13.07 entrainment,entrainment,0.02,Noun,11,10,3,entrainment,12.17,0.63,12.17,0.63,none,none,none, entrance,entrance,15.69,Noun,8,7,2,entrance,6.84,1.00,6.84,1.00,none,7.45,none,6.54 entranced,entranced,0.12,Verb,9,8,2,entrance,none,none,6.84,1.00,none,7.45,none,6.54 entrances,entrances,1.14,Noun,9,9,3,entrance,none,none,6.84,1.00,none,7.45,none,6.54 entranceway,entranceway,0.02,Noun,11,9,3,entranceway,10.37,1.00,10.37,1.00,none,none,none, entrancing,entrancing,0.24,Verb,10,9,3,entrance,none,none,6.84,1.00,none,7.45,none,6.54 entrant,entrant,0.02,Noun,7,7,2,entrant,12.41,0.94,12.41,0.94,none,none,none, entrants,entrants,0.04,Noun,8,8,2,entrant,none,none,12.41,0.94,none,none,none, entrap,entrap,0.18,Verb,6,6,2,entrap,11.11,1.00,11.11,1.00,none,none,none, entrapment,entrapment,0.84,Noun,10,10,3,entrapment,15.00,0.89,15.00,0.89,none,none,none, entrapments,entrapments,0.02,Err:512,11,11,3,entrapment,none,none,15.00,0.89,none,none,none, entreat,entreat,0.41,Verb,7,6,2,entreat,13.25,0.67,13.25,0.67,none,none,none, entreaties,entreaties,0.02,Noun,10,8,3,entreaty,none,none,13.60,0.83,none,none,none, entreats,entreats,0.06,Verb,8,7,2,entreat,none,none,13.25,0.67,none,none,none, entreaty,entreaty,0.04,Noun,8,7,3,entreaty,13.60,0.83,13.60,0.83,none,none,none, entrechat,entrechat,0.02,Verb,9,8,3,entrechat,15.00,0.11,15.00,0.11,none,none,none, entrechats,entrechats,0.04,Verb,10,9,3,entrechat,none,none,15.00,0.11,none,none,none, entree,entree,0.82,Noun,6,5,2,entree,11.22,0.95,11.22,0.95,none,none,none,9.49 entrees,entrees,0.67,Noun,7,6,2,entree,none,none,11.22,0.95,none,none,none,9.49 entrepreneur,entrepreneur,1.08,Noun,12,10,4,entrepreneur,12.16,1.00,12.16,1.00,none,none,none, entrepreneurial,entrepreneurial,0.18,Adjective,15,13,6,entrepreneurial,13.67,0.95,13.67,0.95,none,none,none, entrepreneurs,entrepreneurs,0.25,Noun,13,11,4,entrepreneur,none,none,12.16,1.00,none,none,none, entries,entries,1.18,Noun,7,6,2,entry,none,none,7.00,1.00,none,6.66,none,7.96 entropy,entropy,0.22,Noun,7,7,3,entropy,15.42,0.63,15.42,0.63,none,none,none, entrust,entrust,0.73,Verb,7,7,2,entrust,11.89,1.00,11.89,1.00,none,none,none, entrusted,entrusted,1.69,Verb,9,9,3,entrust,none,none,11.89,1.00,none,none,none, entrusting,entrusting,0.20,Verb,10,9,3,entrust,none,none,11.89,1.00,none,none,none, entrusts,entrusts,0.06,Verb,8,8,2,entrust,none,none,11.89,1.00,none,none,none, entry,entry,12.16,Noun,5,5,2,entry,7.00,1.00,7.00,1.00,none,6.66,none,7.96 entryway,entryway,0.16,Noun,8,7,3,entryway,8.17,1.00,8.17,1.00,none,none,none, entryways,entryways,0.06,Noun,9,8,3,entryway,none,none,8.17,1.00,none,none,none, entwine,entwine,0.16,Verb,7,6,2,entwine,11.18,0.89,11.18,0.89,none,none,none, entwined,entwined,0.39,Verb,8,7,2,entwine,none,none,11.18,0.89,none,none,none, enucleated,enucleated,0.02,Adjective,10,10,5,enucleated,14.70,0.53,14.70,0.53,none,none,none, enumerate,enumerate,0.02,Verb,9,7,4,enumerate,12.72,0.90,12.72,0.90,none,none,none, enumeration,enumeration,0.02,Noun,11,9,5,enumeration,14.53,0.79,14.53,0.79,none,none,none, enunciate,enunciate,0.14,Verb,9,8,4,enunciate,11.64,0.78,11.64,0.78,none,none,none, enunciates,enunciates,0.02,Verb,10,9,4,enunciate,none,none,11.64,0.78,none,none,none, enunciating,enunciating,0.06,Verb,11,10,5,enunciate,none,none,11.64,0.78,none,none,none, enunciation,enunciation,0.10,Noun,11,10,5,enunciation,12.24,0.94,12.24,0.94,none,13.23,none, envelop,envelop,0.08,Verb,7,7,3,envelop,9.28,1.00,9.28,1.00,none,none,none, envelope,envelope,10.06,Noun,8,7,3,envelope,6.25,1.00,6.25,1.00,none,none,none, enveloped,enveloped,0.33,Verb,9,8,3,envelop,none,none,9.28,1.00,none,none,none, envelopes,envelopes,1.43,Noun,9,8,3,envelope,none,none,6.25,1.00,none,none,none, enveloping,enveloping,0.08,Verb,10,9,4,envelop,none,none,9.28,1.00,none,none,none, envelops,envelops,0.08,Verb,8,8,3,envelop,none,none,9.28,1.00,none,none,none, enviable,enviable,0.22,Adjective,8,8,4,enviable,12.53,0.94,12.53,0.94,none,none,none, envied,envied,1.00,Verb,6,5,2,envy,none,none,8.37,1.00,8.46,8.20,none,11.90 envies,envies,0.20,Verb,6,5,2,envy,none,none,8.37,1.00,8.46,8.20,none,11.90 envious,envious,1.25,Adjective,7,6,3,envious,9.26,1.00,9.26,1.00,none,none,none, environment,environment,12.78,Noun,11,11,4,environment,9.85,1.00,9.85,1.00,none,none,none, environmental,environmental,3.27,Adjective,13,13,5,environmental,9.83,1.00,9.83,1.00,none,none,none, environmentalism,environmentalism,0.06,Noun,16,17,7,environmentalism,13.50,0.95,13.50,0.95,none,none,none, environmentalist,environmentalist,0.25,Noun,16,16,6,environmentalist,12.89,1.00,12.89,1.00,none,none,none, environmentalists,environmentalists,0.29,Noun,17,17,6,environmentalist,none,none,12.89,1.00,none,none,none, environments,environments,0.63,Noun,12,12,4,environment,none,none,9.85,1.00,none,none,none, environs,environs,0.20,Noun,8,8,3,environs,13.87,0.75,13.87,0.75,none,none,none, envisage,envisage,0.02,Verb,8,7,3,envisage,12.64,0.74,12.64,0.74,none,none,none, envisaged,envisaged,0.10,Verb,9,8,3,envisage,none,none,12.64,0.74,none,none,none, envision,envision,0.53,Verb,8,7,3,envision,11.72,1.00,11.72,1.00,none,none,none, envisioned,envisioned,0.49,Verb,10,8,3,envision,none,none,11.72,1.00,none,none,none, envisioning,envisioning,0.08,Verb,11,9,4,envision,none,none,11.72,1.00,none,none,none, envisions,envisions,0.06,Verb,9,8,3,envision,none,none,11.72,1.00,none,none,none, envoy,envoy,0.86,Noun,5,4,2,envoy,13.11,0.95,13.11,0.95,none,none,none,11.29 envoys,envoys,0.20,Noun,6,5,2,envoy,none,none,13.11,0.95,none,none,none,11.29 envy,envy,9.55,Verb,4,4,2,envy,8.37,1.00,8.37,1.00,8.46,8.20,none,11.90 envying,envying,0.24,Verb,7,6,3,envy,none,none,8.37,1.00,8.46,8.20,none,11.90 enzymatic,enzymatic,0.06,Adjective,9,9,4,enzymatic,14.14,0.74,14.14,0.74,none,none,none, enzyme,enzyme,1.06,Noun,6,5,2,enzyme,13.77,1.00,13.77,1.00,none,none,none,12.64 enzymes,enzymes,0.92,Noun,7,6,2,enzyme,none,none,13.77,1.00,none,none,none,12.64 eohippus,eohippus,0.04,Noun,8,7,4,eohippus,16.00,0.42,16.00,0.42,none,none,none, eon,aeon,0.25,Noun,3,3,2,eon,14.06,0.95,14.06,0.95,none,none,none, eons,aeons,0.86,Noun,4,4,2,eon,none,none,14.06,0.95,none,none,none, eosin,eosin,0.02,Noun,5,5,3,eosin,15.00,0.10,15.00,0.10,none,none,none, eparch,eparch,0.04,Noun,6,5,2,eparch,16.75,0.22,16.75,0.22,none,none,none, epaulet,epaulette,0.06,Noun,7,6,3,epaulet,15.45,0.58,15.45,0.58,none,none,none, epaulets,epaulettes,0.33,Noun,8,7,3,epaulet,none,none,15.45,0.58,none,none,none, epaulette,epaulette,Err:512,Err:512,9,7,4,epaulette,13.75,0.38,13.75,0.38,none,none,none, epaulettes,epaulettes,0.02,Noun,10,8,4,epaulet,none,none,15.45,0.58,none,none,none, epergne,epergne,Err:512,Err:512,7,5,2,epergne,18.00,0.05,18.00,0.05,none,none,none, ephedrine,ephedrine,0.14,Noun,9,7,3,ephedrine,14.82,0.89,14.82,0.89,none,none,none, ephemera,ephemera,0.04,Noun,8,7,4,ephemera,15.36,0.78,15.36,0.78,none,none,none, ephemeral,ephemeral,0.20,Adjective,9,7,4,ephemeral,14.47,0.83,14.47,0.83,none,none,none, epic,epic,2.35,Adjective,4,4,2,epic,10.86,1.00,10.86,1.00,11.41,none,none,10.41 epical,epical,0.02,Adjective,6,6,3,epical,14.17,0.57,14.17,0.57,none,none,none, epicenter,epicentre,0.31,Adjective,9,8,4,epicenter,12.35,0.89,12.35,0.89,none,none,none, epics,epics,0.06,Noun,5,5,2,epic,none,none,10.86,1.00,11.41,none,none,10.41 epicure,epicure,0.04,Noun,7,7,3,epicure,17.17,0.63,17.17,0.63,none,12.89,none, epicurean,epicurean,0.02,Adjective,9,10,5,epicurean,16.25,0.67,16.25,0.67,none,none,none, epicureans,epicureans,0.02,Noun,10,11,5,epicurean,none,none,16.25,0.67,none,none,none, epicures,epicures,0.04,Verb,8,8,3,epicure,none,none,17.17,0.63,none,12.89,none, epidemic,epidemic,3.41,Noun,8,8,4,epidemic,11.05,1.00,11.05,1.00,10.58,none,none, epidemics,epidemics,0.20,Noun,9,9,4,epidemic,none,none,11.05,1.00,10.58,none,none, epidemiological,epidemiological,0.04,Adjective,15,15,8,epidemiological,15.33,0.95,15.33,0.95,none,none,none, epidemiologist,epidemiologist,0.06,Noun,14,14,7,epidemiologist,15.60,0.83,15.60,0.83,none,none,none, epidemiologists,epidemiologists,0.02,Noun,15,15,7,epidemiologist,none,none,15.60,0.83,none,none,none, epidemiology,epidemiology,0.14,Noun,12,12,7,epidemiology,16.20,0.79,16.20,0.79,none,none,none, epidermal,epidermal,0.20,Adjective,9,8,4,epidermal,12.12,0.94,12.12,0.94,none,none,none, epidermis,epidermis,0.29,Noun,9,8,4,epidermis,13.44,1.00,13.44,1.00,none,none,none, epidiascope,epidiascope,0.04,Noun,11,9,5,epidiascope,17.43,0.35,17.43,0.35,none,none,none, epidural,epidural,0.55,Noun,8,7,4,epidural,13.00,0.95,13.00,0.95,none,none,none, epidurals,epidurals,0.02,Noun,9,10,4,epidural,none,none,13.00,0.95,none,none,none, epiglottis,epiglottis,0.12,Noun,10,9,4,epiglottis,15.67,0.47,15.67,0.47,none,none,none, epigram,epigram,0.06,Noun,7,7,3,epigram,12.67,0.50,12.67,0.50,none,none,none, epigrams,epigrams,0.02,Noun,8,8,3,epigram,none,none,12.67,0.50,none,none,none, epilepsy,epilepsy,1.04,Noun,8,8,4,epilepsy,12.39,1.00,12.39,1.00,none,none,none, epileptic,epileptic,1.20,Adjective,9,9,4,epileptic,12.35,0.94,12.35,0.94,none,none,none, epileptics,epileptics,0.02,Noun,10,10,4,epileptic,none,none,12.35,0.94,none,none,none, epilogue,epilogue,0.12,Noun,8,6,3,epilogue,12.41,0.94,12.41,0.94,none,none,none, epinephrine,epinephrine,1.16,Noun,11,9,4,epinephrine,14.85,0.59,14.85,0.59,none,none,none, epiphanies,epiphanies,0.08,Noun,10,8,4,epiphany,none,none,13.74,1.00,none,none,none, epiphany,epiphany,1.29,Noun,8,7,4,epiphany,13.74,1.00,13.74,1.00,none,none,none, epiphenomenalism,epiphenomenalism,0.02,Noun,16,16,8,epiphenomenalism,16.40,0.28,16.40,0.28,none,none,none, epiphyte,epiphyte,0.02,Noun,8,6,3,epiphyte,14.40,0.26,14.40,0.26,none,none,none, epiphytes,epiphytes,0.02,Noun,9,7,3,epiphyte,none,none,14.40,0.26,none,none,none, episiotomy,episiotomy,0.02,Noun,10,10,6,episiotomy,18.57,0.67,18.57,0.67,none,none,none, episode,episode,12.29,Noun,7,6,3,episode,7.83,1.00,7.83,1.00,none,none,none, episodes,episodes,2.06,Noun,8,7,3,episode,none,none,7.83,1.00,none,none,none, episodic,episodic,0.02,Adjective,8,8,4,episodic,12.87,0.83,12.87,0.83,none,none,none, epistemic,epistemic,0.16,Adjective,9,9,4,epistemic,16.22,0.43,16.22,0.43,none,none,none, epistemological,epistemological,0.02,Adjective,15,15,7,epistemological,17.67,0.47,17.67,0.47,none,none,none, epistle,epistle,0.10,Noun,7,6,3,epistle,12.62,0.65,12.62,0.65,none,none,none, epistles,epistles,0.02,Noun,8,7,3,epistle,none,none,12.62,0.65,none,none,none, epitaph,epitaph,0.51,Noun,7,6,3,epitaph,12.59,0.85,12.59,0.85,none,12.02,none, epitaphs,epitaphs,0.04,Noun,8,7,3,epitaph,none,none,12.59,0.85,none,12.02,none, epithalamium,epithalamium,Err:512,Err:512,12,11,6,epithalamium,17.25,0.38,17.25,0.38,none,none,none, epithelial,epithelial,0.12,Adjective,10,9,4,epithelial,15.00,0.61,15.00,0.61,none,none,none, epithelium,epithelium,0.04,Noun,10,9,5,epithelium,17.00,0.67,17.00,0.67,none,none,none, epithet,epithet,0.14,Noun,7,6,3,epithet,14.62,0.72,14.62,0.72,none,none,none, epithets,epithets,0.12,Noun,8,7,3,epithet,none,none,14.62,0.72,none,none,none, epitome,epitome,0.43,Noun,7,7,4,epitome,13.88,0.94,13.88,0.94,none,none,none, epitomize,epitomise,0.04,Verb,9,8,4,epitomize,16.06,0.84,16.06,0.84,none,none,none, epitomizes,epitomises,0.06,Verb,10,10,5,epitomize,none,none,16.06,0.84,none,none,none, epoch,epoch,0.14,Noun,5,4,2,epoch,13.13,0.79,13.13,0.79,none,none,none, epochal,epochal,0.06,Adjective,7,6,3,epochal,15.80,0.56,15.80,0.56,none,none,none, epoxies,epoxies,0.02,Verb,7,7,3,epoxy,none,none,12.12,0.84,none,none,none, epoxy,epoxy,0.18,Adjective,5,6,3,epoxy,12.12,0.84,12.12,0.84,none,none,none, epsilon,epsilon,0.33,Noun,7,7,3,epsilon,15.67,0.67,15.67,0.67,none,none,none, epsilons,epsilons,0.04,Noun,8,8,3,epsilon,none,none,15.67,0.67,none,none,none, equability,equability,Err:512,Err:512,10,10,5,equability,13.79,0.74,13.79,0.74,none,none,none, equal,equal,13.37,Adjective,5,5,2,equal,6.47,1.00,6.47,1.00,none,none,none,6.75 equaled,equalled,0.20,Verb,7,6,2,equal,none,none,6.47,1.00,none,none,none,6.75 equality,equality,1.90,Noun,8,8,4,equality,10.27,1.00,10.27,1.00,none,none,none, equalization,equalisation,0.06,Noun,12,11,5,equalization,11.00,1.00,11.00,1.00,none,none,none, equalize,equalise,0.20,Verb,8,7,3,equalize,10.06,1.00,10.06,1.00,none,none,none, equalized,equalised,0.08,Verb,9,8,3,equalize,none,none,10.06,1.00,none,none,none, equalizer,equaliser,0.41,Noun,9,8,4,equalizer,11.50,1.00,11.50,1.00,none,none,none, equalizes,equalises,0.02,Verb,9,9,4,equalize,none,none,10.06,1.00,none,none,none, equalizing,equalising,0.08,Adjective,10,9,4,equalizing,12.61,1.00,12.61,1.00,none,none,none, equals,equals,4.59,Verb,6,6,2,equal,none,none,6.47,1.00,none,none,none,6.75 equanimity,equanimity,0.06,Noun,10,10,5,equanimity,12.67,0.47,12.67,0.47,none,13.23,none, equate,equate,0.39,Verb,6,5,2,equate,10.67,0.95,10.67,0.95,none,none,none, equated,equated,0.10,Verb,7,7,3,equate,none,none,10.67,0.95,none,none,none, equates,equates,0.02,Verb,7,6,2,equate,none,none,10.67,0.95,none,none,none, equating,equating,0.06,Verb,8,7,3,equate,none,none,10.67,0.95,none,none,none, equation,equation,3.49,Noun,8,7,3,equation,8.79,1.00,8.79,1.00,none,none,none, equations,equations,0.98,Noun,9,8,3,equation,none,none,8.79,1.00,none,none,none, equator,equator,0.61,Noun,7,6,3,equator,8.59,0.94,8.59,0.94,none,none,none, equatorial,equatorial,0.33,Adjective,10,10,5,equatorial,11.50,0.76,11.50,0.76,none,none,none, equerry,equerry,0.02,Noun,7,6,3,equerry,14.57,0.37,14.57,0.37,none,none,none, equestrian,equestrian,0.39,Adjective,10,10,4,equestrian,12.76,0.89,12.76,0.89,none,none,none, equestrienne,equestrienne,Err:512,Err:512,12,9,3,equestrienne,14.67,0.79,14.67,0.79,none,none,none, equidistant,equidistant,0.14,Noun,11,11,4,equidistant,14.67,0.67,14.67,0.67,none,none,none, equilateral,equilateral,0.04,Noun,11,11,5,equilateral,12.72,1.00,12.72,1.00,none,none,none, equilibrator,equilibrator,0.02,Noun,12,11,5,equilibrator,16.09,0.55,16.09,0.55,none,none,none, equilibrium,equilibrium,0.90,Noun,11,11,5,equilibrium,12.67,1.00,12.67,1.00,none,none,none, equine,equine,0.14,Adjective,6,5,2,equine,12.28,0.79,12.28,0.79,none,13.58,none, equinoctial,equinoctial,Err:512,Err:512,11,9,4,equinoctial,15.00,0.35,15.00,0.35,none,none,none, equinox,equinox,0.37,Noun,7,8,3,equinox,13.17,1.00,13.17,1.00,none,none,none, equip,equip,0.33,Verb,5,5,2,equip,10.82,0.94,10.82,0.94,none,none,none, equipage,equipage,Err:512,Err:512,8,7,3,equipage,15.40,0.26,15.40,0.26,none,none,none, equipment,equipment,25.45,Noun,9,9,3,equipment,7.50,1.00,7.50,1.00,none,8.86,none, equipments,equipments,0.10,Noun,10,10,3,equipment,none,none,7.50,1.00,none,8.86,none, equipoise,equipoise,0.16,Verb,9,7,3,equipoise,15.67,0.30,15.67,0.30,none,none,none, equipped,equipped,4.25,Verb,8,6,2,equip,none,none,10.82,0.94,none,none,none, equipping,equipping,0.06,Verb,9,7,3,equip,none,none,10.82,0.94,none,none,none, equips,equips,0.37,Verb,6,6,2,equip,none,none,10.82,0.94,none,none,none, equitable,equitable,0.35,Adjective,9,9,4,equitable,13.84,0.95,13.84,0.95,none,none,none, equitation,equitation,0.04,Noun,10,9,4,equitation,15.31,0.72,15.31,0.72,none,none,none, equities,equities,0.06,Noun,8,7,3,equity,none,none,15.53,1.00,none,none,none, equity,equity,1.31,Noun,6,6,3,equity,15.53,1.00,15.53,1.00,none,none,none, equivalency,equivalency,0.22,Noun,11,11,5,equivalency,11.06,1.00,11.06,1.00,none,none,none, equivalent,equivalent,2.63,Noun,10,10,4,equivalent,10.26,1.00,10.26,1.00,none,none,none, equivalents,equivalents,0.04,Noun,11,11,4,equivalent,none,none,10.26,1.00,none,none,none, equivocal,equivocal,0.16,Adjective,9,9,4,equivocal,14.24,0.89,14.24,0.89,none,none,none, equivocate,equivocate,0.10,Verb,10,9,4,equivocate,14.62,0.72,14.62,0.72,none,none,none, equivocation,equivocation,0.10,Noun,12,11,5,equivocation,13.79,0.78,13.79,0.78,none,none,none, equivocations,equivocations,0.02,Noun,13,13,6,equivocation,none,none,13.79,0.78,none,none,none, era,era,5.71,Noun,3,3,2,era,11.14,1.00,11.14,1.00,none,none,none,10.90 eradicate,eradicate,0.53,Verb,9,8,4,eradicate,14.75,0.84,14.75,0.84,none,none,none, eradicated,eradicated,0.33,Verb,10,10,5,eradicate,none,none,14.75,0.84,none,none,none, eradicating,eradicating,0.16,Verb,11,10,5,eradicate,none,none,14.75,0.84,none,none,none, eradication,eradication,0.29,Noun,11,10,5,eradication,13.67,1.00,13.67,1.00,none,none,none, eradicator,eradicator,0.06,Noun,10,9,5,eradicator,14.17,1.00,14.17,1.00,none,none,none, eras,eras,0.41,Noun,4,4,2,era,none,none,11.14,1.00,none,none,none,10.90 erasable,erasable,0.02,Adjective,8,8,4,erasable,8.50,0.95,8.50,0.95,none,none,none, erase,erase,6.22,Verb,5,4,2,erase,5.68,1.00,5.68,1.00,none,none,none,5.25 erased,erased,3.90,Verb,6,5,2,erase,none,none,5.68,1.00,none,none,none,5.25 eraser,eraser,1.00,Noun,6,5,3,eraser,4.95,1.00,4.95,1.00,none,none,none, erasers,erasers,0.33,Noun,7,6,3,eraser,none,none,4.95,1.00,none,none,none, erases,erases,0.33,Verb,6,6,3,erase,none,none,5.68,1.00,none,none,none,5.25 erasing,erasing,0.69,Verb,7,6,3,erase,none,none,5.68,1.00,none,none,none,5.25 erasure,erasure,0.06,Noun,7,5,3,erasure,11.69,0.84,11.69,0.84,none,none,none, erasures,erasures,0.08,Noun,8,6,3,erasure,none,none,11.69,0.84,none,none,none, erbium,erbium,0.02,Noun,6,6,3,erbium,16.67,0.15,16.67,0.15,none,none,none, erect,erect,1.18,Adjective,5,5,2,erect,12.83,1.00,12.83,1.00,9.32,none,none,12.11 erected,erected,0.49,Verb,7,7,3,erect,none,none,12.83,1.00,9.32,none,none,12.11 erectile,erectile,0.47,Adjective,8,7,3,erectile,14.00,1.00,14.00,1.00,none,none,none, erecting,erecting,0.10,Verb,8,7,3,erect,none,none,12.83,1.00,9.32,none,none,12.11 erection,erection,2.18,Noun,8,7,3,erection,13.11,1.00,13.11,1.00,none,none,none, erections,erections,0.25,Noun,9,8,3,erection,none,none,13.11,1.00,none,none,none, erector,erector,0.14,Noun,7,6,3,erector,10.89,0.90,10.89,0.90,none,none,none, erg,erg,0.10,Noun,3,3,1,erg,15.88,0.42,15.88,0.42,none,none,none, ergo,ergo,0.84,Noun,4,3,2,ergo,15.38,0.76,15.38,0.76,none,none,none,12.43 ergonomic,ergonomic,0.10,Adjective,9,8,4,ergonomic,14.29,0.89,14.29,0.89,none,none,none, ergot,ergot,0.06,Noun,5,4,2,ergot,14.23,0.68,14.23,0.68,none,none,none, ermine,ermine,0.69,Noun,6,4,2,ermine,13.60,0.53,13.60,0.53,none,none,none,13.18 ermines,ermines,0.02,Noun,7,6,2,ermine,none,none,13.60,0.53,none,none,none,13.18 erode,erode,0.12,Verb,5,4,2,erode,10.60,0.98,10.60,0.98,none,10.87,none, eroded,eroded,0.24,Verb,6,6,3,erode,none,none,10.60,0.98,none,10.87,none, erodent,erodent,0.02,Adjective,7,7,3,erodent,13.80,0.53,13.80,0.53,none,none,none, eroding,eroding,0.37,Adjective,7,6,3,eroding,10.17,1.00,10.17,1.00,none,none,none, erogenous,erogenous,0.33,Adjective,9,8,4,erogenous,13.29,0.70,13.29,0.70,none,none,none, erosion,erosion,0.55,Noun,7,6,3,erosion,10.32,1.00,10.32,1.00,none,none,none, erosions,erosions,0.02,Noun,8,7,3,erosion,none,none,10.32,1.00,none,none,none, erosive,erosive,0.02,Adjective,7,6,3,erosive,11.76,0.94,11.76,0.94,none,none,none, erotic,erotic,3.92,Adjective,6,6,3,erotic,12.63,1.00,12.63,1.00,none,none,none, erotica,erotica,0.55,Noun,7,7,4,erotica,14.44,1.00,14.44,1.00,none,none,none, eroticism,eroticism,0.16,Noun,9,9,5,eroticism,14.62,0.89,14.62,0.89,none,none,none, eroticize,eroticize,0.02,Verb,9,8,4,eroticize,15.26,1.00,15.26,1.00,none,none,none, err,err,1.51,Verb,3,2,1,err,13.06,0.89,13.06,0.89,none,none,none, errand,errand,4.00,Noun,6,5,2,errand,6.94,0.95,6.94,0.95,none,none,none,8.12 errands,errands,3.82,Noun,7,6,2,errand,none,none,6.94,0.95,none,none,none,8.12 errant,errant,0.49,Adjective,6,5,2,errant,14.18,0.85,14.18,0.85,none,none,none, errantry,errantry,0.02,Noun,8,7,4,errantry,14.57,0.74,14.57,0.74,none,none,none, errata,errata,Err:512,Err:512,6,5,3,errata,15.00,0.19,15.00,0.19,none,none,none, erratic,erratic,1.67,Adjective,7,6,3,erratic,12.70,0.95,12.70,0.95,none,none,none, erratum,erratum,0.02,Noun,7,6,3,erratum,15.77,0.68,15.77,0.68,none,none,none, erred,erred,0.14,Verb,5,3,1,err,none,none,13.06,0.89,none,none,none, erroneous,erroneous,0.53,Adjective,9,7,4,erroneous,13.79,0.95,13.79,0.95,none,none,none, error,error,9.27,Noun,5,3,2,error,6.21,1.00,6.21,1.00,none,8.45,none,7.88 errorless,errorless,0.02,Adjective,9,6,3,errorless,11.33,1.00,11.33,1.00,none,none,none, errors,errors,1.71,Noun,6,4,2,error,none,none,6.21,1.00,none,8.45,none,7.88 errs,errs,0.06,Verb,4,3,1,err,none,none,13.06,0.89,none,none,none, ersatz,ersatz,0.14,Adjective,6,6,2,ersatz,17.67,0.32,17.67,0.32,none,none,none, erstwhile,erstwhile,0.10,Adjective,9,6,2,erstwhile,14.85,0.68,14.85,0.68,none,none,none, erudite,erudite,0.06,Adjective,7,6,3,erudite,13.10,0.56,13.10,0.56,none,none,none, erudition,erudition,0.06,Noun,9,8,4,erudition,14.75,0.42,14.75,0.42,none,none,none, erupt,erupt,0.39,Verb,5,5,2,erupt,8.26,1.00,8.26,1.00,none,none,none, erupted,erupted,0.49,Verb,7,7,3,erupt,none,none,8.26,1.00,none,none,none, erupting,erupting,0.25,Verb,8,7,3,erupt,none,none,8.26,1.00,none,none,none, eruption,eruption,0.39,Noun,8,7,3,eruption,7.53,1.00,7.53,1.00,none,none,none, eruptions,eruptions,0.22,Noun,9,8,3,eruption,none,none,7.53,1.00,none,none,none, eruptive,eruptive,0.02,Adjective,8,7,3,eruptive,11.58,1.00,11.58,1.00,none,none,none, erupts,erupts,0.25,Verb,6,6,2,erupt,none,none,8.26,1.00,none,none,none, erythromycin,erythromycin,0.14,Noun,12,11,5,erythromycin,15.25,0.42,15.25,0.42,none,none,none, erythrosine,erythrosine,0.02,Verb,11,9,4,erythrosine,15.86,0.33,15.86,0.33,none,none,none, escalate,escalate,0.71,Verb,8,7,3,escalate,10.94,1.00,10.94,1.00,none,none,none, escalated,escalated,0.78,Verb,9,9,4,escalate,none,none,10.94,1.00,none,none,none, escalates,escalates,0.20,Verb,9,8,3,escalate,none,none,10.94,1.00,none,none,none, escalating,escalating,0.61,Adjective,10,9,4,escalating,11.33,0.95,11.33,0.95,none,none,none, escalation,escalation,0.39,Noun,10,9,4,escalation,12.83,1.00,12.83,1.00,none,none,none, escalations,escalations,0.02,Noun,11,10,4,escalation,none,none,12.83,1.00,none,none,none, escalator,escalator,1.29,Noun,9,8,4,escalator,7.11,1.00,7.11,1.00,none,none,none, escalators,escalators,0.18,Noun,10,9,4,escalator,none,none,7.11,1.00,none,none,none, escapable,escapable,0.02,Adjective,9,9,4,escapable,9.75,1.00,9.75,1.00,none,none,none, escapade,escapade,0.35,Noun,8,7,3,escapade,11.16,1.00,11.16,1.00,none,none,none, escapades,escapades,0.33,Noun,9,8,3,escapade,none,none,11.16,1.00,none,none,none, escape,escape,44.27,Verb,6,5,2,escape,6.60,1.00,6.60,1.00,7.27,6.67,none,7.72 escaped,escaped,19.43,Verb,7,6,2,escape,none,none,6.60,1.00,7.27,6.67,none,7.72 escapee,escapee,0.22,Noun,7,6,3,escapee,10.58,1.00,10.58,1.00,none,none,none, escapees,escapees,0.12,Noun,8,7,3,escapee,none,none,10.58,1.00,none,none,none, escaper,escaper,0.02,Noun,7,6,3,escaper,10.16,0.90,10.16,0.90,none,none,none, escapes,escapes,2.57,Verb,7,6,2,escape,none,none,6.60,1.00,7.27,6.67,none,7.72 escaping,escaping,3.18,Verb,8,7,3,escape,none,none,6.60,1.00,7.27,6.67,none,7.72 escapism,escapism,0.10,Noun,8,9,4,escapism,13.77,0.68,13.77,0.68,none,none,none, escapist,escapist,0.14,Noun,8,8,3,escapist,11.83,0.90,11.83,0.90,none,none,none, escapology,escapology,0.02,Noun,10,10,5,escapology,15.60,0.53,15.60,0.53,none,none,none, escargot,escargot,0.29,Verb,8,7,3,escargot,11.67,0.95,11.67,0.95,none,none,none, escargots,escargots,0.14,Noun,9,8,3,escargot,none,none,11.67,0.95,none,none,none, escarole,escarole,0.04,Noun,8,6,3,escarole,17.00,0.35,17.00,0.35,none,none,none, escarpment,escarpment,0.43,Noun,10,10,3,escarpment,14.50,0.56,14.50,0.56,none,none,none, eschew,eschew,0.02,Verb,6,4,2,eschew,16.00,0.83,16.00,0.83,none,none,none, eschewing,eschewing,0.04,Verb,9,5,3,eschew,none,none,16.00,0.83,none,none,none, eschews,eschews,0.04,Verb,7,5,2,eschew,none,none,16.00,0.83,none,none,none, escort,escort,14.69,Verb,6,6,2,escort,10.84,1.00,10.84,1.00,none,10.24,none,10.22 escorted,escorted,1.63,Verb,8,8,3,escort,none,none,10.84,1.00,none,10.24,none,10.22 escorting,escorting,0.94,Verb,9,8,3,escort,none,none,10.84,1.00,none,10.24,none,10.22 escorts,escorts,1.25,Noun,7,7,2,escort,none,none,10.84,1.00,none,10.24,none,10.22 escritoire,escritoire,Err:512,Err:512,10,9,3,escritoire,18.00,0.20,18.00,0.20,none,none,none, escrow,escrow,1.55,Noun,6,5,2,escrow,15.38,0.80,15.38,0.80,none,none,none,13.29 escudo,escudo,Err:512,Err:512,6,6,3,escudo,17.00,0.14,17.00,0.14,none,none,none, escudos,escudos,0.04,Noun,7,7,3,escudo,none,none,17.00,0.14,none,none,none, escutcheon,escutcheon,0.06,Noun,10,7,3,escutcheon,16.62,0.42,16.62,0.42,none,none,none, eskimo,eskimo,1.65,1.65,6,6,3,eskimo,7.12,1.00,7.12,1.00,none,none,none, esophageal,esophageal,0.18,Adjective,10,9,5,esophageal,15.85,0.72,15.85,0.72,none,none,none, esophagi,oesophagi,0.02,Noun,8,7,4,esophagus,none,none,11.06,0.89,none,none,none, esophagus,oesophagus,0.71,Noun,9,8,4,esophagus,11.06,0.89,11.06,0.89,none,none,none, esoteric,esoteric,0.37,Adjective,8,8,4,esoteric,13.67,0.63,13.67,0.63,none,none,none, especial,especial,0.14,Adjective,8,7,3,especial,10.42,0.67,10.42,0.67,none,none,none, espionage,espionage,1.71,Noun,9,8,4,espionage,10.60,0.83,10.60,0.83,none,none,none, esplanade,esplanade,0.31,Noun,9,8,3,esplanade,15.00,0.53,15.00,0.53,none,none,none, espouse,espouse,0.04,Verb,7,5,2,espouse,14.86,0.78,14.86,0.78,none,none,none, espoused,espoused,0.04,Verb,8,6,2,espouse,none,none,14.86,0.78,none,none,none, espouses,espouses,0.02,Verb,8,7,3,espouse,none,none,14.86,0.78,none,none,none, espousing,espousing,0.08,Verb,9,7,3,espouse,none,none,14.86,0.78,none,none,none, espresso,espresso,2.06,Noun,8,7,3,espresso,13.26,1.00,13.26,1.00,none,none,none, espressos,espressos,0.14,Noun,9,8,3,espresso,none,none,13.26,1.00,none,none,none, esprit,esprit,0.27,Noun,6,5,2,esprit,13.45,0.61,13.45,0.61,none,none,none, esquire,esquire,0.98,Noun,7,6,2,esquire,12.93,0.79,12.93,0.79,none,none,none, essay,essay,6.14,Noun,5,3,2,essay,8.39,1.00,8.39,1.00,none,8.92,none,8.53 essays,essays,1.08,Noun,6,4,2,essay,none,none,8.39,1.00,none,8.92,none,8.53 essence,essence,5.63,Noun,7,5,2,essence,11.90,1.00,11.90,1.00,none,none,none,11.49 essences,essences,0.12,Noun,8,7,3,essence,none,none,11.90,1.00,none,none,none,11.49 essential,essential,4.84,Adjective,9,7,3,essential,10.28,1.00,10.28,1.00,none,none,none, essentials,essentials,0.76,Noun,10,8,3,essential,none,none,10.28,1.00,none,none,none, establish,establish,6.33,Verb,9,8,3,establish,10.63,1.00,10.63,1.00,none,none,none, established,established,8.14,Verb,11,9,3,establish,none,none,10.63,1.00,none,none,none, establishes,establishes,0.22,Verb,11,10,4,establish,none,none,10.63,1.00,none,none,none, establishing,establishing,1.43,Verb,12,10,4,establish,none,none,10.63,1.00,none,none,none, establishment,establishment,4.12,Noun,13,12,4,establishment,10.37,1.00,10.37,1.00,none,10.36,none, establishments,establishments,0.27,Noun,14,13,4,establishment,none,none,10.37,1.00,none,10.36,none, estate,estate,21.10,Noun,6,5,2,estate,10.84,1.00,10.84,1.00,9.56,9.71,none,10.04 estates,estates,1.33,Noun,7,6,2,estate,none,none,10.84,1.00,9.56,9.71,none,10.04 esteem,esteem,1.69,Noun,6,5,2,esteem,10.55,1.00,10.55,1.00,none,none,none,10.04 esteemed,esteemed,1.47,Adjective,8,6,2,esteemed,13.11,0.95,13.11,0.95,none,none,none, esteems,esteems,0.04,Noun,7,6,2,esteem,none,none,10.55,1.00,none,none,none,10.04 esthetic,aesthetic,0.04,Noun,8,7,3,aesthetic,none,none,15.74,1.00,none,none,none, esthetics,aesthetics,0.00,Err:512,9,8,3,aesthetics,none,none,15.06,1.00,none,none,none, estimable,estimable,0.04,Adjective,9,9,4,estimable,14.67,0.79,14.67,0.79,none,none,none, estimate,estimate,4.76,Noun,8,7,3,estimate,8.78,1.00,8.78,1.00,none,9.92,none, estimates,estimates,1.76,Noun,9,8,3,estimate,none,none,8.78,1.00,none,9.92,none, estimating,estimating,0.29,Verb,10,9,4,estimate,none,none,8.78,1.00,none,9.92,none, estimation,estimation,0.49,Noun,10,9,4,estimation,9.79,1.00,9.79,1.00,none,none,none, estimations,estimations,0.04,Noun,11,10,4,estimation,none,none,9.79,1.00,none,none,none, estimator,estimator,0.00,Err:512,9,8,4,estimator,11.51,1.00,11.51,1.00,12.09,none,none, estrange,estrange,0.04,Verb,8,7,2,estrange,11.95,1.00,11.95,1.00,none,none,none, estranged,estranged,0.41,Adjective,9,8,2,estranged,12.44,0.90,12.44,0.90,none,none,none, estrangement,estrangement,0.20,Noun,12,11,3,estrangement,14.83,0.90,14.83,0.90,none,none,none, estrangements,estrangements,0.02,Noun,13,12,3,estrangement,none,none,14.83,0.90,none,none,none, estuary,estuary,0.10,Noun,7,7,4,estuary,14.13,0.68,14.13,0.68,none,none,none, eta,eta,2.73,Noun,3,3,2,eta,14.44,0.43,14.44,0.43,none,none,none, etas,etas,0.02,Noun,4,4,2,eta,none,none,14.44,0.43,none,none,none, etch,etch,0.20,Verb,4,2,1,etch,8.06,1.00,8.06,1.00,11.18,none,10.17, etched,etched,0.51,Verb,6,3,1,etch,none,none,8.06,1.00,11.18,none,10.17, etcher,etcher,0.04,Noun,6,3,2,etcher,12.93,0.74,12.93,0.74,none,none,none, etching,etching,0.22,Noun,7,4,2,etching,10.58,1.00,10.58,1.00,none,none,none, etchings,etchings,0.20,Noun,8,5,2,etching,none,none,10.58,1.00,none,none,none, eternal,eternal,10.73,Adjective,7,6,3,eternal,8.26,1.00,8.26,1.00,none,none,none, eterne,eterne,0.02,Noun,6,4,2,eternal,none,none,8.26,1.00,none,none,none, eternities,eternities,0.04,Noun,10,8,4,eternity,none,none,8.60,1.00,none,none,none, eternity,eternity,7.98,Noun,8,7,4,eternity,8.60,1.00,8.60,1.00,none,none,none, ethanol,ethanol,0.29,Noun,7,6,3,ethanol,14.68,1.00,14.68,1.00,none,none,none, ether,ether,2.12,Noun,5,3,2,ether,13.44,0.89,13.44,0.89,none,12.23,none,11.80 ethereal,ethereal,0.37,Adjective,8,7,4,ethereal,14.87,0.79,14.87,0.79,none,none,none, ethers,ethers,0.02,Noun,6,4,2,ether,none,none,13.44,0.89,none,12.23,none,11.80 ethic,ethic,1.04,Noun,5,4,2,ethic,10.21,1.00,10.21,1.00,none,none,none,10.32 ethical,ethical,2.73,Adjective,7,6,3,ethical,10.90,1.00,10.90,1.00,none,none,none, ethics,ethics,5.35,Noun,6,5,2,ethics,11.06,1.00,11.06,1.00,none,none,none,11.29 ethnic,ethnic,1.78,Adjective,6,5,2,ethnic,10.89,1.00,10.89,1.00,none,11.13,none,9.94 ethnicity,ethnicity,0.22,Noun,9,8,4,ethnicity,10.44,1.00,10.44,1.00,none,none,none, ethnocentric,ethnocentric,0.02,Adjective,12,11,4,ethnocentric,15.67,0.75,15.67,0.75,none,none,none, ethnographic,ethnographic,0.04,Adjective,12,10,4,ethnographic,15.00,0.61,15.00,0.61,none,none,none, ethos,ethos,0.14,Noun,5,4,2,ethos,15.71,0.78,15.71,0.78,none,none,none, ethyl,ethyl,0.37,Noun,5,4,2,ethyl,14.80,0.71,14.80,0.71,none,none,none, ethylene,ethylene,0.20,Noun,8,6,3,ethylene,15.87,0.79,15.87,0.79,none,none,none, etiological,etiological,0.02,Adjective,11,11,6,etiological,17.58,0.63,17.58,0.63,none,none,none, etiology,aetiology,0.08,Noun,8,8,5,etiology,17.46,0.62,17.46,0.62,none,none,none, etiquette,etiquette,1.88,Noun,9,6,3,etiquette,9.50,1.00,9.50,1.00,none,12.11,none, etymological,etymological,0.02,Adjective,12,12,6,etymological,16.05,0.56,16.05,0.56,none,none,none, etymology,etymology,0.14,Noun,9,9,5,etymology,17.43,0.67,17.43,0.67,none,none,none, eucalypti,eucalypti,0.02,Noun,9,9,4,eucalyptus,none,none,10.62,0.89,none,none,none, eucalyptus,eucalyptus,0.49,Adjective,10,10,4,eucalyptus,10.62,0.89,10.62,0.89,none,none,none, eugenics,eugenics,0.08,Noun,8,8,3,eugenics,15.67,0.57,15.67,0.57,none,none,none, eulogies,eulogies,0.24,Noun,8,7,3,eulogy,none,none,12.47,0.95,none,none,none, eulogistic,eulogistic,Err:512,Err:512,10,10,4,eulogistic,15.73,0.52,15.73,0.52,none,none,none, eulogize,eulogise,0.08,Verb,8,7,3,eulogize,12.67,0.67,12.67,0.67,none,none,none, eulogized,eulogised,0.06,Verb,9,8,3,eulogize,none,none,12.67,0.67,none,none,none, eulogy,eulogy,1.65,Noun,6,6,3,eulogy,12.47,0.95,12.47,0.95,none,none,none, eunuch,eunuch,1.27,Noun,6,5,2,eunuch,15.25,0.67,15.25,0.67,none,none,none, eunuchs,eunuchs,0.39,Noun,7,6,2,eunuch,none,none,15.25,0.67,none,none,none, euphemism,euphemism,0.90,Noun,9,9,4,euphemism,14.38,0.89,14.38,0.89,none,none,none, euphemisms,euphemisms,0.27,Noun,10,10,4,euphemism,none,none,14.38,0.89,none,none,none, euphemistic,euphemistic,0.02,Adjective,11,10,4,euphemistic,14.53,0.83,14.53,0.83,none,none,none, euphonious,euphonious,0.06,Adjective,10,8,4,euphonious,16.40,0.50,16.40,0.50,none,none,none, euphony,euphony,0.02,Noun,7,6,3,euphony,15.90,0.56,15.90,0.56,none,none,none, euphoria,euphoria,0.49,Noun,8,7,4,euphoria,12.11,1.00,12.11,1.00,none,none,none, euphoric,euphoric,0.41,Adjective,8,7,3,euphoric,12.82,0.94,12.82,0.94,none,none,none, euro,euro,0.61,Adjective,4,4,2,euro,13.89,1.00,13.89,1.00,none,none,none, europium,europium,Err:512,Err:512,8,8,4,europium,NA,0.00,NA,0.00,none,none,none, euthanasia,euthanasia,0.45,Noun,10,8,4,euthanasia,14.00,0.84,14.00,0.84,none,none,none, euthanize,euthanize,0.22,Verb,9,7,3,euthanize,13.28,0.95,13.28,0.95,none,none,none, euthanized,euthanized,0.14,Verb,10,8,3,euthanize,none,none,13.28,0.95,none,none,none, evacuate,evacuate,5.61,Verb,8,8,4,evacuate,8.90,1.00,8.90,1.00,none,none,none, evacuated,evacuated,2.10,Verb,9,11,5,evacuate,none,none,8.90,1.00,none,none,none, evacuates,evacuates,0.04,Verb,9,10,4,evacuate,none,none,8.90,1.00,none,none,none, evacuating,evacuating,1.18,Verb,10,11,5,evacuate,none,none,8.90,1.00,none,none,none, evacuation,evacuation,3.31,Noun,10,11,5,evacuation,9.56,1.00,9.56,1.00,none,10.81,none, evacuations,evacuations,0.08,Noun,11,12,5,evacuation,none,none,9.56,1.00,none,10.81,none, evade,evade,0.88,Verb,5,4,2,evade,11.11,1.00,11.11,1.00,none,none,none,11.19 evaded,evaded,0.24,Verb,6,6,3,evade,none,none,11.11,1.00,none,none,none,11.19 evader,evader,0.02,Noun,6,5,3,evader,12.28,1.00,12.28,1.00,none,none,none, evades,evades,0.06,Verb,6,5,2,evade,none,none,11.11,1.00,none,none,none,11.19 evading,evading,0.63,Verb,7,6,3,evade,none,none,11.11,1.00,none,none,none,11.19 evaluate,evaluate,1.73,Verb,8,8,4,evaluate,9.11,1.00,9.11,1.00,11.88,none,none, evaluated,evaluated,0.61,Verb,9,10,5,evaluate,none,none,9.11,1.00,11.88,none,none, evaluates,evaluates,0.04,Verb,9,9,4,evaluate,none,none,9.11,1.00,11.88,none,none, evaluating,evaluating,0.39,Verb,10,10,5,evaluate,none,none,9.11,1.00,11.88,none,none, evaluation,evaluation,4.41,Noun,10,10,5,evaluation,11.37,1.00,11.37,1.00,none,none,none, evaluations,evaluations,0.67,Noun,11,11,5,evaluation,none,none,11.37,1.00,none,none,none, evaluator,evaluator,0.02,Noun,9,10,5,evaluator,11.18,0.94,11.18,0.94,none,none,none, evaluators,evaluators,0.06,Noun,10,11,5,evaluator,none,none,11.18,0.94,none,none,none, evangelical,evangelical,0.22,Adjective,11,11,5,evangelical,12.94,0.94,12.94,0.94,none,none,none, evangelicals,evangelicals,0.02,Noun,12,12,5,evangelical,none,none,12.94,0.94,none,none,none, evangelism,evangelism,0.08,Noun,10,11,5,evangelism,12.39,0.90,12.39,0.90,none,none,none, evangelist,evangelist,0.12,Noun,10,10,4,evangelist,10.94,1.00,10.94,1.00,none,12.34,none, evangelists,evangelists,0.06,Noun,11,11,4,evangelist,none,none,10.94,1.00,none,12.34,none, evaporate,evaporate,0.47,Verb,9,7,4,evaporate,10.05,1.00,10.05,1.00,9.79,none,none, evaporated,evaporated,0.47,Verb,10,9,5,evaporate,none,none,10.05,1.00,9.79,none,none, evaporates,evaporates,0.18,Verb,10,8,4,evaporate,none,none,10.05,1.00,9.79,none,none, evaporating,evaporating,0.31,Verb,11,9,5,evaporate,none,none,10.05,1.00,9.79,none,none, evaporation,evaporation,0.04,Noun,11,9,5,evaporation,10.39,1.00,10.39,1.00,none,none,none, evaporator,evaporator,0.06,Noun,10,8,5,evaporator,11.81,1.00,11.81,1.00,none,none,none, evaporators,evaporators,0.02,Noun,11,10,5,evaporator,none,none,11.81,1.00,none,none,none, evasion,evasion,1.16,Noun,7,6,3,evasion,12.00,1.00,12.00,1.00,none,none,none, evasions,evasions,0.14,Noun,8,7,3,evasion,none,none,12.00,1.00,none,none,none, evasive,evasive,1.80,Adjective,7,6,3,evasive,12.50,1.00,12.50,1.00,none,none,none, evasiveness,evasiveness,0.06,Noun,11,9,4,evasiveness,13.12,0.89,13.12,0.89,none,none,none, eve,eve,28.18,Name,3,2,1,eve,5.60,1.00,5.60,1.00,none,none,6.87, even,even,875.92,Adverb,4,4,2,even,6.37,1.00,6.37,1.00,6.32,none,none,5.93 evened,evened,0.18,Verb,6,5,2,even,none,none,6.37,1.00,6.32,none,none,5.93 evenhanded,even-handed,0.02,Adjective,10,10,4,evenhanded,11.94,0.89,11.94,0.89,none,none,none, evening,evening,120.69,Noun,7,5,2,evening,5.84,1.00,5.84,1.00,none,6.15,none, evenings,evenings,2.59,Noun,8,6,2,evening,none,none,5.84,1.00,none,6.15,none, evens,evens,0.53,Verb,5,5,2,evens,7.76,0.85,7.76,0.85,none,none,none, event,event,26.37,Noun,5,5,2,event,7.81,1.00,7.81,1.00,7.41,8.09,none, eventful,eventful,0.35,Adjective,8,8,3,eventful,9.32,1.00,9.32,1.00,none,none,none, eventide,eventide,0.02,Noun,8,7,3,eventide,17.38,0.65,17.38,0.65,none,none,none, events,events,16.86,Noun,6,6,2,event,none,none,7.81,1.00,7.41,8.09,none, eventual,eventual,0.43,Adjective,8,8,4,eventual,9.58,1.00,9.58,1.00,none,none,none, eventualities,eventualities,0.12,Noun,13,13,6,eventuality,none,none,12.74,1.00,none,none,none, eventuality,eventuality,0.18,Noun,11,11,6,eventuality,12.74,1.00,12.74,1.00,none,none,none, eventually,eventually,24.43,Adverb,10,10,5,eventually,7.03,1.00,7.03,1.00,8.02,none,none, eventuate,eventuate,0.02,Verb,9,9,4,eventuate,12.92,0.68,12.92,0.68,none,none,none, ever,ever,709.22,Adverb,4,3,2,ever,6.26,1.00,6.26,1.00,5.71,6.28,none,5.20 everblooming,everblooming,Err:512,Err:512,12,9,4,everblooming,13.23,0.68,13.23,0.68,none,none,none, evergreen,evergreen,0.20,Adjective,9,7,3,evergreen,8.95,1.00,8.95,1.00,none,8.39,none, evergreens,evergreens,0.04,Noun,10,8,3,evergreen,none,none,8.95,1.00,none,8.39,none, everlasting,everlasting,2.55,Adjective,11,9,4,everlasting,8.20,0.95,8.20,0.95,none,none,none, every,every,549.16,Article,5,4,3,every,4.20,1.00,4.20,1.00,5.37,none,none,5.37 everybody,everybody,344.22,Pronoun,9,8,4,everybody,4.88,1.00,4.88,1.00,5.16,none,none, everyday,everyday,10.88,Adjective,8,6,3,everyday,5.05,1.00,5.05,1.00,none,none,none, everyman,everyman,0.47,Noun,8,7,3,everyman,10.64,0.78,10.64,0.78,none,none,none, everymen,everymen,0.02,Noun,8,8,4,everyman,none,none,10.64,0.78,none,none,none, everyone,everyone,241.65,Pronoun,8,7,3,everyone,4.83,1.00,4.83,1.00,5.22,none,none, everyplace,everyplace,0.37,Noun,10,8,3,everyplace,7.61,0.95,7.61,0.95,none,none,none, everything,everything,654.88,Pronoun,10,7,3,everything,4.44,1.00,4.44,1.00,5.04,none,none, everyway,everyway,0.04,Noun,8,7,4,everyway,8.05,0.95,8.05,0.95,none,none,none, everywhere,everywhere,51.78,Adverb,10,7,3,everywhere,5.61,1.00,5.61,1.00,5.22,none,none, everywoman,everywoman,0.04,Noun,10,10,5,everywoman,10.65,0.89,10.65,0.89,none,none,none, evict,evict,0.71,Verb,5,5,2,evict,10.74,1.00,10.74,1.00,none,none,none,11.49 evicted,evicted,1.41,Verb,7,7,3,evict,none,none,10.74,1.00,none,none,none,11.49 evicting,evicting,0.24,Verb,8,7,3,evict,none,none,10.74,1.00,none,none,none,11.49 eviction,eviction,0.84,Noun,8,7,3,eviction,12.61,1.00,12.61,1.00,none,none,none, evictions,evictions,0.02,Noun,9,8,3,eviction,none,none,12.61,1.00,none,none,none, evicts,evicts,0.04,Verb,6,6,2,evict,none,none,10.74,1.00,none,none,none,11.49 evidence,evidence,85.00,Noun,8,7,3,evidence,10.58,1.00,10.58,1.00,none,9.49,none, evidenced,evidenced,0.25,Verb,9,8,3,evidence,none,none,10.58,1.00,none,9.49,none, evidences,evidences,0.31,Noun,9,9,4,evidence,none,none,10.58,1.00,none,9.49,none, evident,evident,1.33,Adjective,7,7,3,evident,12.55,1.00,12.55,1.00,none,none,none, evidential,evidential,0.02,Adjective,10,9,4,evidential,14.00,0.95,14.00,0.95,none,none,none, evidentiary,evidentiary,0.45,Adjective,11,11,6,evidentiary,14.13,0.83,14.13,0.83,none,none,none, evil,evil,73.16,Adjective,4,4,2,evil,6.71,1.00,6.71,1.00,6.81,none,none, evildoer,evildoer,0.06,Noun,8,7,4,evildoer,8.33,0.83,8.33,0.83,none,none,none, evildoers,evildoers,0.41,Noun,9,8,4,evildoer,none,none,8.33,0.83,none,none,none, evildoing,evildoing,0.02,Verb,9,8,4,evildoing,10.17,1.00,10.17,1.00,none,none,none, eviler,eviler,0.06,Noun,6,5,3,evil,none,none,6.71,1.00,6.81,none,none, evilest,evilest,0.04,Adjective,7,7,3,evil,none,none,6.71,1.00,6.81,none,none, evilness,evilness,0.06,Noun,8,7,3,evilness,8.50,1.00,8.50,1.00,none,none,none, evils,evils,1.41,Noun,5,5,2,evil,none,none,6.71,1.00,6.81,none,none, eviscerate,eviscerate,0.22,Verb,10,7,4,eviscerate,15.00,0.63,15.00,0.63,none,none,none, eviscerated,eviscerated,0.35,Verb,11,9,5,eviscerate,none,none,15.00,0.63,none,none,none, eviscerates,eviscerates,0.04,Verb,11,9,4,eviscerate,none,none,15.00,0.63,none,none,none, eviscerating,eviscerating,0.10,Verb,12,10,5,eviscerate,none,none,15.00,0.63,none,none,none, evisceration,evisceration,0.10,Noun,12,10,5,evisceration,14.40,0.83,14.40,0.83,none,none,none, evitable,evitable,0.02,Adjective,8,8,4,evitable,10.58,0.67,10.58,0.67,none,none,none, evocation,evocation,0.08,Noun,9,8,4,evocation,14.85,0.72,14.85,0.72,none,none,none, evocative,evocative,0.27,Adjective,9,8,4,evocative,15.75,0.89,15.75,0.89,none,none,none, evoke,evoke,0.29,Verb,5,4,2,evoke,13.05,1.00,13.05,1.00,none,12.64,none, evoked,evoked,0.10,Verb,6,5,2,evoke,none,none,13.05,1.00,none,12.64,none, evokes,evokes,0.25,Verb,6,5,2,evoke,none,none,13.05,1.00,none,12.64,none, evoking,evoking,0.06,Verb,7,6,3,evoke,none,none,13.05,1.00,none,12.64,none, evolution,evolution,5.33,Noun,9,8,4,evolution,10.00,1.00,10.00,1.00,none,none,none, evolutional,evolutional,0.04,Adjective,11,10,5,evolutional,12.89,1.00,12.89,1.00,none,none,none, evolutionary,evolutionary,1.18,Adjective,12,11,6,evolutionary,10.50,1.00,10.50,1.00,none,none,none, evolutionist,evolutionist,0.04,Noun,12,11,5,evolutionist,13.33,0.95,13.33,0.95,none,none,none, evolutions,evolutions,0.04,Noun,10,9,4,evolution,none,none,10.00,1.00,none,none,none, evolve,evolve,1.63,Verb,6,5,2,evolve,10.63,1.00,10.63,1.00,10.84,none,none,10.04 evolved,evolved,3.16,Verb,7,6,2,evolve,none,none,10.63,1.00,10.84,none,none,10.04 evolvement,evolvement,0.04,Noun,10,9,3,evolvement,13.32,0.95,13.32,0.95,none,none,none, evolves,evolves,0.16,Verb,7,6,2,evolve,none,none,10.63,1.00,10.84,none,none,10.04 evolving,evolving,1.14,Verb,8,7,3,evolve,none,none,10.63,1.00,10.84,none,none,10.04 ewe,ewe,0.31,Noun,3,2,1,ewe,9.31,0.89,9.31,0.89,none,7.56,10.87, ewes,ewes,0.04,Noun,4,3,1,ewe,none,none,9.31,0.89,none,7.56,10.87, ex,ex,12.55,Noun,2,3,1,ex,8.74,1.00,8.74,1.00,none,none,none, exacerbate,exacerbate,0.14,Verb,10,9,4,exacerbate,13.93,0.78,13.93,0.78,none,none,none, exacerbated,exacerbated,0.18,Verb,11,11,5,exacerbate,none,none,13.93,0.78,none,none,none, exacerbates,exacerbates,0.04,Verb,11,10,4,exacerbate,none,none,13.93,0.78,none,none,none, exacerbation,exacerbation,0.04,Noun,12,11,5,exacerbation,16.65,0.89,16.65,0.89,none,none,none, exact,exact,22.63,Adjective,5,6,2,exact,8.16,1.00,8.16,1.00,7.90,none,none, exacta,exacta,0.10,Noun,6,7,3,exacta,11.33,0.33,11.33,0.33,none,none,none, exacted,exacted,0.18,Verb,7,8,3,exact,none,none,8.16,1.00,7.90,none,none, exacting,exacting,0.45,Adjective,8,8,3,exacting,11.86,0.95,11.86,0.95,none,none,none, exaction,exaction,0.02,Noun,8,8,3,exaction,15.25,0.67,15.25,0.67,none,none,none, exactions,exactions,0.02,Noun,9,9,3,exaction,none,none,15.25,0.67,none,none,none, exactitude,exactitude,0.02,Noun,10,10,4,exactitude,14.72,0.90,14.72,0.90,none,none,none, exactly,exactly,247.20,Adverb,7,8,3,exactly,7.49,1.00,7.49,1.00,7.31,none,none, exactness,exactness,0.02,Noun,9,9,3,exactness,11.00,0.95,11.00,0.95,none,none,none, exacts,exacts,0.08,Verb,6,7,2,exact,none,none,8.16,1.00,7.90,none,none, exaggerate,exaggerate,1.94,Verb,10,8,4,exaggerate,9.53,1.00,9.53,1.00,none,none,none, exaggerated,exaggerated,1.25,Verb,11,10,5,exaggerate,none,none,9.53,1.00,none,none,none, exaggerates,exaggerates,0.24,Verb,11,9,4,exaggerate,none,none,9.53,1.00,none,none,none, exaggerating,exaggerating,2.14,Verb,12,10,5,exaggerate,none,none,9.53,1.00,none,none,none, exaggeration,exaggeration,0.92,Noun,12,10,5,exaggeration,9.84,1.00,9.84,1.00,none,none,none, exaggerations,exaggerations,0.06,Noun,13,11,5,exaggeration,none,none,9.84,1.00,none,none,none, exaggerator,exaggerator,0.04,Noun,11,9,5,exaggerator,9.70,1.00,9.70,1.00,none,none,none, exalt,exalt,0.20,Verb,5,6,2,exalt,12.62,0.89,12.62,0.89,none,none,none, exaltation,exaltation,0.06,Noun,10,10,4,exaltation,12.86,0.78,12.86,0.78,none,none,none, exalting,exalting,0.16,Verb,8,8,3,exalt,none,none,12.62,0.89,none,none,none, exalts,exalts,0.06,Verb,6,7,2,exalt,none,none,12.62,0.89,none,none,none, exam,exam,13.41,Noun,4,5,2,exam,8.21,1.00,8.21,1.00,none,8.11,none,8.45 examination,examination,5.51,Noun,11,11,5,examination,8.00,1.00,8.00,1.00,none,9.07,none, examinations,examinations,0.65,Noun,12,12,5,examination,none,none,8.00,1.00,none,9.07,none, examine,examine,9.88,Verb,7,7,3,examine,8.85,1.00,8.85,1.00,none,none,none, examined,examined,5.39,Verb,8,8,3,examine,none,none,8.85,1.00,none,none,none, examiner,examiner,2.55,Noun,8,8,4,examiner,11.95,1.00,11.95,1.00,none,none,none, examiners,examiners,0.22,Noun,9,9,4,examiner,none,none,11.95,1.00,none,none,none, examines,examines,0.35,Verb,8,8,3,examine,none,none,8.85,1.00,none,none,none, examining,examining,1.88,Verb,9,9,4,examine,none,none,8.85,1.00,none,none,none, example,example,29.94,Noun,7,8,3,example,7.39,1.00,7.39,1.00,none,none,none, examples,examples,1.90,Noun,8,9,3,example,none,none,7.39,1.00,none,none,none, exams,exams,2.84,Noun,5,6,2,exam,none,none,8.21,1.00,none,8.11,none,8.45 exasperate,exasperate,0.04,Verb,10,9,4,exasperate,10.17,0.90,10.17,0.90,none,none,none, exasperated,exasperated,0.16,Adjective,11,11,5,exasperated,12.83,0.95,12.83,0.95,none,none,none, exasperating,exasperating,0.24,Adjective,12,11,5,exasperating,11.81,0.84,11.81,0.84,none,none,none, exasperation,exasperation,0.02,Noun,12,11,5,exasperation,11.78,0.95,11.78,0.95,none,11.34,none, excavate,excavate,0.20,Verb,8,8,3,excavate,10.80,0.83,10.80,0.83,none,none,none, excavated,excavated,0.27,Verb,9,10,4,excavate,none,none,10.80,0.83,none,none,none, excavating,excavating,0.22,Verb,10,10,4,excavate,none,none,10.80,0.83,none,none,none, excavation,excavation,0.63,Noun,10,10,4,excavation,10.89,1.00,10.89,1.00,none,none,none, excavations,excavations,0.10,Noun,11,11,4,excavation,none,none,10.89,1.00,none,none,none, excavator,excavator,0.08,Noun,9,9,4,excavator,13.00,0.95,13.00,0.95,none,none,none, excavators,excavators,0.02,Noun,10,10,4,excavator,none,none,13.00,0.95,none,none,none, exceed,exceed,1.25,Verb,6,5,2,exceed,9.95,1.00,9.95,1.00,none,none,none,9.40 exceeded,exceeded,1.24,Verb,8,7,3,exceed,none,none,9.95,1.00,none,none,none,9.40 exceeding,exceeding,0.63,Verb,9,7,3,exceed,none,none,9.95,1.00,none,none,none,9.40 exceeds,exceeds,0.73,Verb,7,6,2,exceed,none,none,9.95,1.00,none,none,none,9.40 excel,excel,0.73,Verb,5,5,2,excel,11.56,1.00,11.56,1.00,none,11.19,none,9.85 excelled,excelled,0.37,Verb,8,6,2,excel,none,none,11.56,1.00,none,11.19,none,9.85 excellence,excellence,2.63,Noun,10,8,3,excellence,8.24,1.00,8.24,1.00,8.60,none,none, excellent,excellent,52.71,Adjective,9,8,3,excellent,7.37,1.00,7.37,1.00,none,none,none, excelling,excelling,0.08,Verb,9,7,3,excel,none,none,11.56,1.00,none,11.19,none,9.85 excels,excels,0.20,Verb,6,6,2,excel,none,none,11.56,1.00,none,11.19,none,9.85 excelsior,excelsior,0.75,Noun,9,8,4,excelsior,13.44,0.84,13.44,0.84,none,none,none, except,except,111.69,Conjunction,6,6,2,except,6.48,1.00,6.48,1.00,none,none,none,8.04 excepted,excepted,0.27,Verb,8,8,3,except,none,none,6.48,1.00,none,none,none,8.04 exception,exception,8.02,Noun,9,8,3,exception,9.39,0.95,9.39,0.95,none,9.34,none, exceptional,exceptional,2.92,Adjective,11,10,4,exceptional,9.50,1.00,9.50,1.00,none,none,none, exceptions,exceptions,2.86,Noun,10,9,3,exception,none,none,9.39,0.95,none,9.34,none, excepts,excepts,0.02,Verb,7,7,2,except,none,none,6.48,1.00,none,none,none,8.04 excerpt,excerpt,0.10,Noun,7,6,2,excerpt,11.00,1.00,11.00,1.00,none,none,none, excerpts,excerpts,0.20,Noun,8,7,2,excerpt,none,none,11.00,1.00,none,none,none, excess,excess,3.06,Adjective,6,5,2,excess,9.58,1.00,9.58,1.00,10.00,none,none,9.94 excesses,excesses,0.29,Noun,8,7,3,excess,none,none,9.58,1.00,10.00,none,none,9.94 excessive,excessive,2.43,Adjective,9,7,3,excessive,10.00,1.00,10.00,1.00,none,none,none, exchange,exchange,20.22,Noun,8,7,2,exchange,8.35,1.00,8.35,1.00,none,8.79,none,9.05 exchanged,exchanged,2.10,Verb,9,8,2,exchange,none,none,8.35,1.00,none,8.79,none,9.05 exchanger,exchanger,0.02,Noun,9,8,3,exchanger,9.95,1.00,9.95,1.00,none,none,none, exchanges,exchanges,0.47,Noun,9,9,3,exchange,none,none,8.35,1.00,none,8.79,none,9.05 exchanging,exchanging,1.12,Verb,10,9,3,exchange,none,none,8.35,1.00,none,8.79,none,9.05 exchequer,exchequer,0.10,Noun,9,7,3,exchequer,16.75,0.42,16.75,0.42,none,none,none, excise,excise,0.16,Noun,6,5,2,excise,13.25,0.89,13.25,0.89,none,none,none, excision,excision,0.02,Noun,8,7,3,excision,13.33,0.63,13.33,0.63,none,none,none, excitability,excitability,0.04,Noun,12,12,6,excitability,11.50,1.00,11.50,1.00,none,none,none, excitable,excitable,0.47,Adjective,9,9,4,excitable,9.79,1.00,9.79,1.00,none,none,none, excitation,excitation,0.06,Noun,10,9,4,excitation,11.12,0.81,11.12,0.81,none,none,none, excitatory,excitatory,0.02,Adjective,10,10,5,excitatory,14.08,0.67,14.08,0.67,none,none,none, excite,excite,2.14,Verb,6,5,2,excite,6.61,1.00,6.61,1.00,none,none,none,6.61 excited,excited,48.61,Adjective,7,7,3,excited,6.21,1.00,6.21,1.00,6.02,none,none, excitement,excitement,12.31,Noun,10,9,3,excitement,7.20,1.00,7.20,1.00,none,7.98,none, excitements,excitements,0.04,Noun,11,10,3,excitement,none,none,7.20,1.00,none,7.98,none, exciter,exciter,0.02,Noun,7,6,3,exciter,12.67,0.75,12.67,0.75,none,none,none, excites,excites,1.18,Verb,7,6,2,excite,none,none,6.61,1.00,none,none,none,6.61 exciting,exciting,34.82,Adjective,8,7,3,exciting,6.26,1.00,6.26,1.00,none,none,none, exclaim,exclaim,0.14,Verb,7,7,2,exclaim,8.94,1.00,8.94,1.00,none,9.34,none, exclaimed,exclaimed,0.06,Verb,9,8,2,exclaim,none,none,8.94,1.00,none,9.34,none, exclaiming,exclaiming,0.14,Verb,10,9,3,exclaim,none,none,8.94,1.00,none,9.34,none, exclaims,exclaims,0.08,Verb,8,8,2,exclaim,none,none,8.94,1.00,none,9.34,none, exclamation,exclamation,0.55,Noun,11,11,4,exclamation,7.94,1.00,7.94,1.00,none,none,none, exclamatory,exclamatory,0.02,Adjective,11,12,5,exclamatory,12.21,1.00,12.21,1.00,none,none,none, exclude,exclude,1.00,Verb,7,7,2,exclude,9.35,1.00,9.35,1.00,none,none,none,9.13 excluded,excluded,1.16,Verb,8,9,3,exclude,none,none,9.35,1.00,none,none,none,9.13 excludes,excludes,0.27,Verb,8,8,2,exclude,none,none,9.35,1.00,none,none,none,9.13 exclusion,exclusion,0.24,Noun,9,9,3,exclusion,10.39,1.00,10.39,1.00,none,none,none, exclusionary,exclusionary,0.04,Adjective,12,12,5,exclusionary,13.95,1.00,13.95,1.00,none,none,none, exclusions,exclusions,0.04,Noun,10,10,3,exclusion,none,none,10.39,1.00,none,none,none, exclusive,exclusive,7.80,Adjective,9,9,3,exclusive,10.16,1.00,10.16,1.00,none,none,none, exclusiveness,exclusiveness,0.06,Noun,13,12,4,exclusiveness,12.63,1.00,12.63,1.00,none,none,none, exclusives,exclusives,0.10,Noun,10,10,3,exclusive,none,none,10.16,1.00,none,none,none, exclusivity,exclusivity,0.22,Noun,11,12,5,exclusivity,13.75,0.89,13.75,0.89,none,none,none, excommunicate,excommunicate,0.10,Verb,13,13,5,excommunicate,11.50,0.89,11.50,0.89,none,none,none, excommunicated,excommunicated,0.37,Verb,14,15,6,excommunicate,none,none,11.50,0.89,none,none,none, excommunication,excommunication,0.14,Noun,15,15,6,excommunication,14.00,0.95,14.00,0.95,none,none,none, excoriation,excoriation,0.02,Noun,11,11,5,excoriation,15.57,0.37,15.57,0.37,none,none,none, excrement,excrement,1.22,Noun,9,10,3,excrement,12.11,0.95,12.11,0.95,none,none,none, excremental,excremental,0.04,Adjective,11,11,4,excremental,14.53,0.83,14.53,0.83,none,none,none, excrements,excrements,0.08,Noun,10,10,3,excrement,none,none,12.11,0.95,none,none,none, excreta,excreta,0.02,Noun,7,7,3,excreta,12.80,0.50,12.80,0.50,none,none,none, excrete,excrete,0.04,Verb,7,7,2,excrete,13.11,1.00,13.11,1.00,none,none,none, excreted,excreted,0.08,Verb,8,9,3,excrete,none,none,13.11,1.00,none,none,none, excretes,excretes,0.08,Verb,8,8,2,excrete,none,none,13.11,1.00,none,none,none, excretion,excretion,0.12,Noun,9,9,3,excretion,11.22,0.95,11.22,0.95,none,none,none, excretions,excretions,0.04,Noun,10,10,3,excretion,none,none,11.22,0.95,none,none,none, excruciate,excruciate,0.02,Noun,10,10,4,excruciate,11.78,0.90,11.78,0.90,none,none,none, excruciating,excruciating,1.31,Adjective,12,12,5,excruciating,12.62,0.89,12.62,0.89,none,none,none, exculpate,exculpate,0.02,Verb,9,9,3,exculpate,16.00,0.36,16.00,0.36,none,none,none, exculpatory,exculpatory,0.10,Adjective,11,12,5,exculpatory,15.43,0.39,15.43,0.39,none,none,none, excursion,excursion,0.67,Noun,9,8,3,excursion,10.11,1.00,10.11,1.00,none,none,none, excursions,excursions,0.16,Noun,10,9,3,excursion,none,none,10.11,1.00,none,none,none, excursus,excursus,0.02,Noun,8,8,3,excursus,14.50,0.22,14.50,0.22,none,none,none, excusable,excusable,0.14,Adjective,9,11,4,excusable,9.37,1.00,9.37,1.00,none,none,none, excuse,excuse,368.10,Verb,6,7,2,excuse,6.33,1.00,6.33,1.00,none,7.15,none,6.33 excused,excused,3.96,Verb,7,8,2,excuse,none,none,6.33,1.00,none,7.15,none,6.33 excuser,excuser,0.02,Noun,7,8,3,excuser,9.47,0.89,9.47,0.89,none,none,none, excuses,excuses,8.65,Noun,7,9,3,excuse,none,none,6.33,1.00,none,7.15,none,6.33 excusing,excusing,0.37,Verb,8,9,3,excuse,none,none,6.33,1.00,none,7.15,none,6.33 exec,exec,1.08,Noun,4,5,2,exec,11.86,0.78,11.86,0.78,none,none,none, execrable,execrable,0.02,Adjective,9,10,4,execrable,14.27,0.58,14.27,0.58,none,none,none, execrate,execrate,0.02,Verb,8,8,3,execrate,15.07,0.74,15.07,0.74,none,none,none, execration,execration,Err:512,Err:512,10,10,4,execration,14.57,0.41,14.57,0.41,none,none,none, execs,execs,0.25,Noun,5,6,2,exec,none,none,11.86,0.78,none,none,none, executable,executable,0.02,Adjective,10,12,5,executable,13.06,0.90,13.06,0.90,none,none,none, execute,execute,5.55,Verb,7,8,3,execute,10.22,1.00,10.22,1.00,none,none,none, executed,executed,7.47,Verb,8,10,4,execute,none,none,10.22,1.00,none,none,none, executes,executes,0.14,Verb,8,9,3,execute,none,none,10.22,1.00,none,none,none, executing,executing,0.76,Verb,9,10,4,execute,none,none,10.22,1.00,none,none,none, execution,execution,9.75,Noun,9,10,4,execution,9.05,1.00,9.05,1.00,none,none,none, executioner,executioner,1.35,Noun,11,11,5,executioner,9.79,1.00,9.79,1.00,none,none,none, executioners,executioners,0.14,Noun,12,12,5,executioner,none,none,9.79,1.00,none,none,none, executions,executions,1.12,Noun,10,11,4,execution,none,none,9.05,1.00,none,none,none, executive,executive,10.61,Noun,9,10,4,executive,11.65,0.94,11.65,0.94,none,10.75,none, executives,executives,2.51,Noun,10,11,4,executive,none,none,11.65,0.94,none,10.75,none, executor,executor,0.63,Noun,8,9,4,executor,12.61,0.95,12.61,0.95,none,none,none, executors,executors,0.04,Noun,9,10,4,executor,none,none,12.61,0.95,none,none,none, executrix,executrix,0.02,Noun,9,11,4,executrix,14.50,0.42,14.50,0.42,none,none,none, exemplar,exemplar,0.18,Adjective,8,9,3,exemplar,14.54,0.68,14.54,0.68,none,none,none, exemplars,exemplars,0.04,Noun,9,10,3,exemplar,none,none,14.54,0.68,none,none,none, exemplary,exemplary,0.86,Adjective,9,9,4,exemplary,13.06,0.94,13.06,0.94,none,none,none, exemplified,exemplified,0.18,Verb,11,11,4,exemplify,none,none,11.72,0.95,none,none,none, exemplifies,exemplifies,0.24,Verb,11,11,4,exemplify,none,none,11.72,0.95,none,none,none, exemplify,exemplify,0.06,Verb,9,10,4,exemplify,11.72,0.95,11.72,0.95,none,none,none, exempt,exempt,0.73,Adjective,6,7,2,exempt,13.11,1.00,13.11,1.00,none,none,none,10.90 exempted,exempted,0.18,Verb,8,9,3,exempt,none,none,13.11,1.00,none,none,none,10.90 exemption,exemption,0.39,Noun,9,9,3,exemption,13.83,1.00,13.83,1.00,none,none,none, exemptions,exemptions,0.12,Noun,10,10,3,exemption,none,none,13.83,1.00,none,none,none, exempts,exempts,0.06,Verb,7,8,2,exempt,none,none,13.11,1.00,none,none,none,10.90 exercise,exercise,17.73,Noun,8,7,3,exercise,6.17,1.00,6.17,1.00,6.46,none,none, exercised,exercised,0.94,Verb,9,8,3,exercise,none,none,6.17,1.00,6.46,none,none, exerciser,exerciser,0.04,Noun,9,8,4,exerciser,9.81,0.89,9.81,0.89,none,none,none, exercises,exercises,3.43,Noun,9,9,4,exercise,none,none,6.17,1.00,6.46,none,none, exercising,exercising,1.65,Verb,10,9,4,exercise,none,none,6.17,1.00,6.46,none,none, exert,exert,0.67,Verb,5,5,2,exert,11.35,1.00,11.35,1.00,none,11.19,none,10.90 exerted,exerted,0.20,Verb,7,7,3,exert,none,none,11.35,1.00,none,11.19,none,10.90 exerting,exerting,0.12,Verb,8,7,3,exert,none,none,11.35,1.00,none,11.19,none,10.90 exertion,exertion,0.29,Noun,8,7,3,exertion,11.58,1.00,11.58,1.00,none,none,none, exertions,exertions,0.02,Noun,9,8,3,exertion,none,none,11.58,1.00,none,none,none, exerts,exerts,0.14,Verb,6,6,2,exert,none,none,11.35,1.00,none,11.19,none,10.90 exes,exes,0.27,Noun,4,5,2,ex,none,none,8.74,1.00,none,none,none, exfoliate,exfoliate,0.12,Verb,9,9,4,exfoliate,14.40,1.00,14.40,1.00,none,none,none, exfoliates,exfoliates,0.04,Verb,10,9,4,exfoliate,none,none,14.40,1.00,none,none,none, exfoliating,exfoliating,0.12,Adjective,11,10,5,exfoliating,11.21,1.00,11.21,1.00,none,none,none, exfoliation,exfoliation,0.12,Noun,11,11,5,exfoliation,13.20,0.97,13.20,0.97,none,none,none, exhalation,exhalation,0.06,Noun,10,10,4,exhalation,12.22,1.00,12.22,1.00,none,none,none, exhalations,exhalations,0.02,Noun,11,11,4,exhalation,none,none,12.22,1.00,none,none,none, exhale,exhale,1.67,Noun,6,6,2,exhale,8.42,1.00,8.42,1.00,none,none,none,7.72 exhaled,exhaled,0.04,Verb,7,7,2,exhale,none,none,8.42,1.00,none,none,none,7.72 exhales,exhales,1.22,Verb,7,7,2,exhale,none,none,8.42,1.00,none,none,none,7.72 exhaling,exhaling,0.16,Verb,8,8,3,exhale,none,none,8.42,1.00,none,none,none,7.72 exhaust,exhaust,2.14,Noun,7,6,2,exhaust,9.19,1.00,9.19,1.00,none,8.52,none,9.76 exhaustion,exhaustion,1.61,Noun,10,8,3,exhaustion,7.61,1.00,7.61,1.00,none,none,none, exhaustive,exhaustive,0.55,Adjective,10,8,3,exhaustive,11.44,0.95,11.44,0.95,none,none,none, exhausts,exhausts,0.12,Verb,8,7,2,exhaust,none,none,9.19,1.00,none,8.52,none,9.76 exhibit,exhibit,7.61,Noun,7,7,3,exhibit,9.11,1.00,9.11,1.00,none,none,none, exhibited,exhibited,0.82,Verb,9,9,4,exhibit,none,none,9.11,1.00,none,none,none, exhibiting,exhibiting,0.53,Verb,10,9,4,exhibit,none,none,9.11,1.00,none,none,none, exhibition,exhibition,4.06,Noun,10,9,4,exhibition,11.25,1.00,11.25,1.00,none,none,none, exhibitionism,exhibitionism,0.12,Noun,13,13,6,exhibitionism,14.75,0.84,14.75,0.84,none,none,none, exhibitionist,exhibitionist,0.20,Noun,13,12,5,exhibitionist,15.00,1.00,15.00,1.00,none,none,none, exhibitionists,exhibitionists,0.02,Noun,14,13,5,exhibitionist,none,none,15.00,1.00,none,none,none, exhibitions,exhibitions,0.12,Noun,11,10,4,exhibition,none,none,11.25,1.00,none,none,none, exhibitor,exhibitor,0.04,Noun,9,8,4,exhibitor,14.21,1.00,14.21,1.00,none,none,none, exhibitors,exhibitors,0.14,Noun,10,9,4,exhibitor,none,none,14.21,1.00,none,none,none, exhibits,exhibits,1.27,Noun,8,8,3,exhibit,none,none,9.11,1.00,none,none,none, exhilarate,exhilarate,0.04,Verb,10,8,4,exhilarate,11.79,1.00,11.79,1.00,none,none,none, exhilarated,exhilarated,0.45,Adjective,11,10,5,exhilarated,11.78,1.00,11.78,1.00,none,none,none, exhilarating,exhilarating,1.12,Adjective,12,10,5,exhilarating,13.16,1.00,13.16,1.00,none,none,none, exhilaration,exhilaration,0.25,Noun,12,10,5,exhilaration,12.50,1.00,12.50,1.00,none,none,none, exhortation,exhortation,0.04,Noun,11,10,4,exhortation,14.29,0.85,14.29,0.85,none,none,none, exhortations,exhortations,0.02,Noun,12,11,4,exhortation,none,none,14.29,0.85,none,none,none, exhumation,exhumation,0.43,Noun,10,11,4,exhumation,13.76,0.89,13.76,0.89,none,none,none, exhumations,exhumations,0.02,Noun,11,11,4,exhumation,none,none,13.76,0.89,none,none,none, exhume,exhume,0.47,Verb,6,7,2,exhume,13.06,0.89,13.06,0.89,none,none,none, exhumed,exhumed,0.35,Verb,7,8,2,exhume,none,none,13.06,0.89,none,none,none, exhuming,exhuming,0.10,Verb,8,8,3,exhume,none,none,13.06,0.89,none,none,none, exigent,exigent,0.10,Adjective,7,8,3,exigent,14.62,0.44,14.62,0.44,none,none,none, exiguous,exiguous,Err:512,Err:512,8,10,4,exiguous,16.40,0.24,16.40,0.24,none,none,none, exile,exile,1.86,Noun,5,5,2,exile,11.00,1.00,11.00,1.00,none,none,none,11.29 exiles,exiles,0.22,Noun,6,6,2,exile,none,none,11.00,1.00,none,none,none,11.29 exist,exist,28.96,Verb,5,6,2,exist,8.89,1.00,8.89,1.00,none,8.39,none,7.49 existed,existed,7.96,Verb,7,8,3,exist,none,none,8.89,1.00,none,8.39,none,7.49 existence,existence,11.69,Noun,9,9,3,existence,11.61,1.00,11.61,1.00,none,none,none, existences,existences,0.04,Noun,10,11,4,existence,none,none,11.61,1.00,none,none,none, existent,existent,0.06,Adjective,8,9,3,existent,11.22,0.95,11.22,0.95,none,none,none, existential,existential,0.73,Adjective,11,11,4,existential,14.94,0.94,14.94,0.94,none,none,none, existentialism,existentialism,0.20,Noun,14,15,6,existentialism,16.41,0.89,16.41,0.89,none,none,none, existentialist,existentialist,0.10,Adjective,14,14,5,existentialist,14.94,0.89,14.94,0.89,none,none,none, existentialists,existentialists,0.02,Noun,15,15,5,existentialist,none,none,14.94,0.89,none,none,none, existing,existing,1.92,Adjective,8,8,3,existing,8.65,1.00,8.65,1.00,none,none,none, exists,exists,11.27,Verb,6,7,2,exist,none,none,8.89,1.00,none,8.39,none,7.49 exit,exit,15.57,Noun,4,5,2,exit,6.68,1.00,6.68,1.00,6.73,none,none,5.14 exited,exited,0.75,Verb,6,7,3,exit,none,none,6.68,1.00,6.73,none,none,5.14 exiting,exiting,0.94,Verb,7,7,3,exit,none,none,6.68,1.00,6.73,none,none,5.14 exits,exits,3.65,Noun,5,6,2,exit,none,none,6.68,1.00,6.73,none,none,5.14 exobiological,exobiological,0.02,Adjective,13,14,7,exobiological,17.89,0.45,17.89,0.45,none,none,none, exobiology,exobiology,0.06,Noun,10,11,6,exobiology,15.25,0.67,15.25,0.67,none,none,none, exocrine,exocrine,0.02,Adjective,8,8,3,exocrine,14.79,0.70,14.79,0.70,none,none,none, exodus,exodus,0.78,Noun,6,7,3,exodus,10.38,0.84,10.38,0.84,none,none,none, exonerate,exonerate,0.71,Verb,9,8,4,exonerate,14.28,1.00,14.28,1.00,none,none,none, exonerated,exonerated,0.43,Verb,10,10,5,exonerate,none,none,14.28,1.00,none,none,none, exonerates,exonerates,0.06,Verb,10,9,4,exonerate,none,none,14.28,1.00,none,none,none, exoneration,exoneration,0.10,Noun,11,10,5,exoneration,12.36,0.78,12.36,0.78,none,none,none, exorbitant,exorbitant,0.35,Adjective,10,11,4,exorbitant,15.59,0.89,15.59,0.89,none,none,none, exorcise,exorcise,0.37,Verb,8,8,3,exorcize,none,none,11.47,0.95,none,none,none, exorcised,exorcised,0.12,Verb,9,9,3,exorcize,none,none,11.47,0.95,none,none,none, exorcising,exorcising,0.22,Verb,10,10,4,exorcize,none,none,11.47,0.95,none,none,none, exorcism,exorcism,1.86,Noun,8,10,4,exorcism,12.06,1.00,12.06,1.00,none,none,none, exorcisms,exorcisms,0.14,Noun,9,11,4,exorcism,none,none,12.06,1.00,none,none,none, exorcist,exorcist,0.98,Noun,8,8,3,exorcist,12.11,1.00,12.11,1.00,none,none,none, exorcists,exorcists,0.12,Noun,9,10,3,exorcist,none,none,12.11,1.00,none,none,none, exorcize,exorcise,0.04,Verb,8,8,3,exorcize,11.47,0.95,11.47,0.95,none,none,none, exorcized,exorcised,0.02,Verb,9,9,3,exorcize,none,none,11.47,0.95,none,none,none, exordium,exordium,Err:512,Err:512,8,9,4,exordium,17.50,0.32,17.50,0.32,none,none,none, exoskeleton,exoskeleton,0.25,Noun,11,12,5,exoskeleton,13.22,1.00,13.22,1.00,none,none,none, exoskeletons,exoskeletons,0.02,Noun,12,12,5,exoskeleton,none,none,13.22,1.00,none,none,none, exothermal,exothermal,0.02,Adjective,10,10,4,exothermal,14.06,0.89,14.06,0.89,none,none,none, exothermic,exothermic,0.04,Adjective,10,9,4,exothermic,13.64,0.58,13.64,0.58,none,none,none, exotic,exotic,6.00,Adjective,6,7,3,exotic,10.42,1.00,10.42,1.00,none,none,none, exotica,exotica,0.06,Noun,7,8,4,exotica,14.39,0.86,14.39,0.86,none,none,none, exotics,exotics,0.04,Noun,7,8,3,exotic,none,none,10.42,1.00,none,none,none, expand,expand,3.49,Verb,6,7,2,expand,8.42,1.00,8.42,1.00,8.41,none,none,8.53 expandable,expandable,0.10,Adjective,10,11,4,expandable,11.44,0.95,11.44,0.95,none,none,none, expanded,expanded,1.08,Verb,8,9,3,expand,none,none,8.42,1.00,8.41,none,none,8.53 expander,expander,0.08,Noun,8,8,3,expander,10.74,1.00,10.74,1.00,none,none,none, expanding,expanding,1.96,Verb,9,9,3,expand,none,none,8.42,1.00,8.41,none,none,8.53 expands,expands,0.53,Verb,7,8,2,expand,none,none,8.42,1.00,8.41,none,none,8.53 expanse,expanse,0.22,Noun,7,7,2,expanse,11.94,0.89,11.94,0.89,none,10.75,none, expansion,expansion,1.73,Noun,9,9,3,expansion,11.14,1.00,11.14,1.00,none,none,none, expansionism,expansionism,0.04,Noun,12,13,5,expansionism,16.33,0.95,16.33,0.95,none,none,none, expansionist,expansionist,0.06,Noun,12,12,4,expansionist,15.12,0.89,15.12,0.89,none,none,none, expansionistic,expansionistic,0.02,Adjective,14,14,5,expansionistic,16.92,0.67,16.92,0.67,none,none,none, expansions,expansions,0.02,Noun,10,10,3,expansion,none,none,11.14,1.00,none,none,none, expansive,expansive,0.24,Adjective,9,9,3,expansive,12.10,1.00,12.10,1.00,none,none,none, expansiveness,expansiveness,0.02,Noun,13,12,4,expansiveness,11.11,1.00,11.11,1.00,none,none,none, expatriate,expatriate,0.18,Noun,10,10,4,expatriate,14.53,0.79,14.53,0.79,none,none,none, expatriates,expatriates,0.08,Noun,11,11,4,expatriate,none,none,14.53,0.79,none,none,none, expect,expect,103.90,Verb,6,7,2,expect,8.70,1.00,8.70,1.00,7.01,none,none,8.04 expectable,expectable,0.02,Adjective,10,11,4,expectable,11.21,0.95,11.21,0.95,none,none,none, expectancy,expectancy,0.63,Noun,10,11,4,expectancy,11.18,1.00,11.18,1.00,none,none,none, expectant,expectant,0.31,Adjective,9,10,3,expectant,9.28,1.00,9.28,1.00,none,none,none, expectation,expectation,1.31,Noun,11,11,4,expectation,10.32,1.00,10.32,1.00,none,none,none, expectations,expectations,5.25,Noun,12,12,4,expectation,none,none,10.32,1.00,none,none,none, expected,expected,33.25,Verb,8,9,3,expect,none,none,8.70,1.00,7.01,none,none,8.04 expecting,expecting,36.20,Verb,9,9,3,expect,none,none,8.70,1.00,7.01,none,none,8.04 expectorant,expectorant,0.08,Noun,11,11,4,expectorant,15.44,0.76,15.44,0.76,none,none,none, expectoration,expectoration,0.02,Noun,13,12,5,expectoration,15.22,0.47,15.22,0.47,none,none,none, expects,expects,4.71,Verb,7,8,2,expect,none,none,8.70,1.00,7.01,none,none,8.04 expedience,expedience,0.12,Noun,10,10,4,expedience,13.53,0.95,13.53,0.95,none,none,none, expediency,expediency,0.20,Noun,10,11,5,expediency,13.47,0.85,13.47,0.85,none,none,none, expedient,expedient,0.43,Adjective,9,10,4,expedient,13.21,0.78,13.21,0.78,none,none,none, expedite,expedite,0.67,Verb,8,8,3,expedite,14.00,1.00,14.00,1.00,none,none,none, expedited,expedited,0.22,Verb,9,10,4,expedite,none,none,14.00,1.00,none,none,none, expediter,expediter,0.12,Noun,9,9,4,expediter,14.33,1.00,14.33,1.00,none,none,none, expediting,expediting,0.06,Verb,10,10,4,expedite,none,none,14.00,1.00,none,none,none, expedition,expedition,5.67,Noun,10,10,4,expedition,10.17,1.00,10.17,1.00,none,9.24,none, expeditionary,expeditionary,0.29,Adjective,13,13,6,expeditionary,14.17,1.00,14.17,1.00,none,none,none, expeditions,expeditions,0.57,Noun,11,11,4,expedition,none,none,10.17,1.00,none,9.24,none, expeditious,expeditious,0.14,Adjective,11,10,4,expeditious,12.56,0.95,12.56,0.95,none,none,none, expel,expel,1.37,Verb,5,6,2,expel,9.59,1.00,9.59,1.00,none,10.47,none,10.32 expelled,expelled,4.51,Verb,8,7,2,expel,none,none,9.59,1.00,none,10.47,none,10.32 expelling,expelling,0.22,Verb,9,8,3,expel,none,none,9.59,1.00,none,10.47,none,10.32 expels,expels,0.08,Verb,6,7,2,expel,none,none,9.59,1.00,none,10.47,none,10.32 expend,expend,0.08,Verb,6,7,2,expend,13.06,0.94,13.06,0.94,none,none,none, expendable,expendable,1.51,Adjective,10,11,4,expendable,12.50,1.00,12.50,1.00,none,none,none, expendables,expendables,0.04,Noun,11,12,4,expendable,none,none,12.50,1.00,none,none,none, expended,expended,0.27,Verb,8,9,3,expend,none,none,13.06,0.94,none,none,none, expender,expender,0.02,Verb,8,8,3,expender,14.00,0.76,14.00,0.76,none,none,none, expenditure,expenditure,0.27,Noun,11,10,4,expenditure,12.84,1.00,12.84,1.00,none,none,none, expenditures,expenditures,0.31,Noun,12,11,4,expenditure,none,none,12.84,1.00,none,none,none, expense,expense,7.45,Noun,7,7,2,expense,10.72,1.00,10.72,1.00,none,9.30,none,8.96 expenses,expenses,7.71,Noun,8,9,3,expense,none,none,10.72,1.00,none,9.30,none,8.96 expensive,expensive,27.94,Adjective,9,9,3,expensive,6.33,1.00,6.33,1.00,none,none,none, experience,experience,60.55,Noun,10,10,4,experience,8.95,1.00,8.95,1.00,none,9.19,none, experienced,experienced,10.00,Verb,11,11,4,experience,none,none,8.95,1.00,none,9.19,none, experiences,experiences,7.02,Noun,11,12,5,experience,none,none,8.95,1.00,none,9.19,none, experiencing,experiencing,4.33,Verb,12,12,5,experience,none,none,8.95,1.00,none,9.19,none, experiment,experiment,16.20,Noun,10,11,4,experiment,8.58,1.00,8.58,1.00,none,none,none, experimental,experimental,3.90,Adjective,12,13,5,experimental,10.21,1.00,10.21,1.00,none,none,none, experimentation,experimentation,0.59,Noun,15,15,6,experimentation,11.11,1.00,11.11,1.00,none,none,none, experimentations,experimentations,0.02,Noun,16,16,6,experimentation,none,none,11.11,1.00,none,none,none, experimented,experimented,0.61,Verb,12,13,5,experiment,none,none,8.58,1.00,none,none,none, experimenter,experimenter,0.04,Noun,12,12,5,experimenter,10.59,1.00,10.59,1.00,none,none,none, experimenting,experimenting,2.16,Verb,13,13,5,experiment,none,none,8.58,1.00,none,none,none, experiments,experiments,6.57,Noun,11,12,4,experiment,none,none,8.58,1.00,none,none,none, expert,expert,22.12,Noun,6,6,2,expert,9.63,1.00,9.63,1.00,none,9.28,none,8.53 expertise,expertise,3.98,Noun,9,8,3,expertise,10.61,1.00,10.61,1.00,none,none,none, experts,experts,6.78,Noun,7,7,2,expert,none,none,9.63,1.00,none,9.28,none,8.53 expiate,expiate,0.02,Verb,7,7,3,expiate,14.80,0.45,14.80,0.45,none,none,none, expiation,expiation,0.04,Noun,9,9,4,expiation,13.60,0.28,13.60,0.28,none,none,none, expiatory,expiatory,0.04,Adjective,9,10,5,expiatory,13.50,0.22,13.50,0.22,none,none,none, expiration,expiration,1.02,Noun,10,9,4,expiration,9.21,1.00,9.21,1.00,none,none,none, expiratory,expiratory,0.04,Adjective,10,11,5,expiratory,13.33,0.83,13.33,0.83,none,none,none, expire,expire,0.90,Verb,6,6,2,expire,7.68,1.00,7.68,1.00,none,none,none,8.28 expired,expired,2.51,Verb,7,7,2,expire,none,none,7.68,1.00,none,none,none,8.28 expires,expires,1.10,Verb,7,7,3,expire,none,none,7.68,1.00,none,none,none,8.28 expiring,expiring,0.14,Verb,8,8,3,expire,none,none,7.68,1.00,none,none,none,8.28 expiry,expiry,0.08,Noun,6,7,3,expiry,13.18,0.58,13.18,0.58,none,none,none, explain,explain,111.18,Verb,7,7,2,explain,6.50,1.00,6.50,1.00,6.53,none,none,7.34 explainable,explainable,0.20,Adjective,11,11,4,explainable,12.06,1.00,12.06,1.00,none,none,none, explained,explained,11.73,Verb,9,8,2,explain,none,none,6.50,1.00,6.53,none,none,7.34 explainer,explainer,0.02,Noun,9,8,3,explainer,8.32,1.00,8.32,1.00,none,none,none, explaining,explaining,6.90,Verb,10,9,3,explain,none,none,6.50,1.00,6.53,none,none,7.34 explains,explains,9.04,Verb,8,8,2,explain,none,none,6.50,1.00,6.53,none,none,7.34 explanation,explanation,20.06,Noun,11,11,4,explanation,7.74,1.00,7.74,1.00,none,8.81,none, explanations,explanations,1.73,Noun,12,12,4,explanation,none,none,7.74,1.00,none,8.81,none, explanatory,explanatory,0.04,Adjective,11,12,5,explanatory,10.50,1.00,10.50,1.00,none,none,none, expletive,expletive,0.25,Adjective,9,9,3,expletive,12.85,0.72,12.85,0.72,none,none,none, expletives,expletives,0.06,Noun,10,10,3,expletive,none,none,12.85,0.72,none,none,none, explicable,explicable,0.02,Adjective,10,11,4,explicable,12.25,0.89,12.25,0.89,none,none,none, explication,explication,0.06,Noun,11,11,4,explication,13.38,0.80,13.38,0.80,none,none,none, explicit,explicit,1.39,Adjective,8,9,3,explicit,11.67,1.00,11.67,1.00,none,none,none, explode,explode,9.78,Verb,7,7,2,explode,7.00,1.00,7.00,1.00,7.16,none,none,8.12 exploded,exploded,3.88,Verb,8,9,3,explode,none,none,7.00,1.00,7.16,none,none,8.12 exploder,exploder,0.16,Noun,8,8,3,exploder,10.53,1.00,10.53,1.00,none,none,none, exploders,exploders,0.06,Noun,9,9,3,exploder,none,none,10.53,1.00,none,none,none, explodes,explodes,2.47,Verb,8,8,2,explode,none,none,7.00,1.00,7.16,none,none,8.12 exploding,exploding,2.59,Verb,9,9,3,explode,none,none,7.00,1.00,7.16,none,none,8.12 exploit,exploit,2.45,Verb,7,7,2,exploit,12.26,1.00,12.26,1.00,none,none,none,12.11 exploitable,exploitable,0.10,Adjective,11,11,4,exploitable,12.53,0.95,12.53,0.95,none,none,none, exploitation,exploitation,1.00,Noun,12,11,4,exploitation,14.75,0.95,14.75,0.95,none,none,none, exploitations,exploitations,0.02,Noun,13,12,4,exploitation,none,none,14.75,0.95,none,none,none, exploitative,exploitative,0.12,Adjective,12,11,4,exploitative,15.11,1.00,15.11,1.00,none,none,none, exploited,exploited,1.67,Verb,9,9,3,exploit,none,none,12.26,1.00,none,none,none,12.11 exploiter,exploiter,0.06,Noun,9,8,3,exploiter,13.11,1.00,13.11,1.00,none,none,none, exploiters,exploiters,0.06,Noun,10,9,3,exploiter,none,none,13.11,1.00,none,none,none, exploiting,exploiting,1.22,Verb,10,9,3,exploit,none,none,12.26,1.00,none,none,none,12.11 exploitive,exploitive,0.10,Adjective,10,9,3,exploitive,14.74,1.00,14.74,1.00,none,none,none, exploits,exploits,0.94,Noun,8,8,2,exploit,none,none,12.26,1.00,none,none,none,12.11 exploration,exploration,1.88,Noun,11,10,4,exploration,8.26,1.00,8.26,1.00,none,8.41,none, explorations,explorations,0.08,Noun,12,11,4,exploration,none,none,8.26,1.00,none,8.41,none, exploratory,exploratory,0.49,Adjective,11,12,5,exploratory,12.89,1.00,12.89,1.00,none,none,none, explore,explore,6.22,Verb,7,7,2,explore,7.06,1.00,7.06,1.00,none,7.43,none,6.61 explored,explored,1.27,Verb,8,8,2,explore,none,none,7.06,1.00,none,7.43,none,6.61 explorer,explorer,1.90,Noun,8,8,3,explorer,7.11,1.00,7.11,1.00,none,none,none, explorers,explorers,1.16,Noun,9,9,3,explorer,none,none,7.11,1.00,none,none,none, explores,explores,0.22,Verb,8,8,2,explore,none,none,7.06,1.00,none,7.43,none,6.61 exploring,exploring,2.73,Verb,9,9,3,explore,none,none,7.06,1.00,none,7.43,none,6.61 explosion,explosion,16.49,Noun,9,9,3,explosion,7.16,1.00,7.16,1.00,none,none,none, explosions,explosions,3.02,Noun,10,10,3,explosion,none,none,7.16,1.00,none,none,none, explosive,explosive,5.31,Adjective,9,9,3,explosive,9.19,1.00,9.19,1.00,none,none,none, explosiveness,explosiveness,0.02,Noun,13,12,4,explosiveness,10.00,1.00,10.00,1.00,none,none,none, explosives,explosives,6.49,Noun,10,10,3,explosive,none,none,9.19,1.00,none,none,none, expo,expo,0.39,Noun,4,5,2,expo,10.89,1.00,10.89,1.00,none,none,none, exponent,exponent,0.08,Noun,8,9,3,exponent,12.89,1.00,12.89,1.00,none,none,none, exponential,exponential,0.20,Noun,11,11,4,exponential,13.79,0.78,13.79,0.78,none,none,none, exponents,exponents,0.04,Noun,9,10,3,exponent,none,none,12.89,1.00,none,none,none, export,export,1.27,Noun,6,7,2,export,11.00,1.00,11.00,1.00,none,9.70,none,10.60 exportation,exportation,0.02,Noun,11,11,4,exportation,11.58,1.00,11.58,1.00,none,none,none, exported,exported,0.06,Verb,8,9,3,export,none,none,11.00,1.00,none,9.70,none,10.60 exporter,exporter,0.08,Noun,8,8,3,exporter,12.05,1.00,12.05,1.00,none,none,none, exporting,exporting,0.31,Verb,9,9,3,export,none,none,11.00,1.00,none,9.70,none,10.60 exports,exports,0.51,Noun,7,8,2,export,none,none,11.00,1.00,none,9.70,none,10.60 expos,expos,0.04,Noun,5,6,2,expo,none,none,10.89,1.00,none,none,none, exposable,exposable,0.02,Adjective,9,10,4,exposable,13.00,0.89,13.00,0.89,none,none,none, expose,expose,7.06,Verb,6,6,2,expose,10.68,1.00,10.68,1.00,none,none,none,9.22 exposed,exposed,10.55,Verb,7,7,2,expose,none,none,10.68,1.00,none,none,none,9.22 exposes,exposes,0.35,Verb,7,8,3,expose,none,none,10.68,1.00,none,none,none,9.22 exposing,exposing,1.84,Verb,8,8,3,expose,none,none,10.68,1.00,none,none,none,9.22 exposition,exposition,0.78,Noun,10,10,4,exposition,14.05,1.00,14.05,1.00,none,none,none, expositional,expositional,0.04,Adjective,12,12,5,expositional,14.77,0.68,14.77,0.68,none,none,none, expositions,expositions,0.02,Noun,11,11,4,exposition,none,none,14.05,1.00,none,none,none, expositor,expositor,Err:512,Err:512,9,9,4,expositor,13.75,0.40,13.75,0.40,none,none,none, exposure,exposure,5.71,Noun,8,7,3,exposure,10.44,1.00,10.44,1.00,none,none,none, exposures,exposures,0.10,Noun,9,8,3,exposure,none,none,10.44,1.00,none,none,none, expound,expound,0.10,Verb,7,7,2,expound,12.88,0.89,12.88,0.89,none,none,none, express,express,17.92,Verb,7,7,2,express,8.80,1.00,8.80,1.00,none,9.24,none,8.37 expressed,expressed,3.25,Verb,9,8,2,express,none,none,8.80,1.00,none,9.24,none,8.37 expresses,expresses,0.80,Verb,9,9,3,express,none,none,8.80,1.00,none,9.24,none,8.37 expressible,expressible,0.02,Adjective,11,11,4,expressible,10.00,0.94,10.00,0.94,none,none,none, expressing,expressing,2.53,Verb,10,9,3,express,none,none,8.80,1.00,none,9.24,none,8.37 expression,expression,12.76,Noun,10,9,3,expression,6.94,1.00,6.94,1.00,none,none,none, expressional,expressional,0.02,Adjective,12,11,4,expressional,13.47,0.89,13.47,0.89,none,none,none, expressionism,expressionism,0.04,Noun,13,13,5,expressionism,14.39,0.95,14.39,0.95,none,none,none, expressionist,expressionist,0.08,Noun,13,12,4,expressionist,13.18,0.94,13.18,0.94,none,none,none, expressionistic,expressionistic,0.08,Adjective,15,14,5,expressionistic,14.83,0.90,14.83,0.90,none,none,none, expressionless,expressionless,0.06,Adjective,14,12,4,expressionless,11.47,0.94,11.47,0.94,none,none,none, expressions,expressions,1.00,Noun,11,10,3,expression,none,none,6.94,1.00,none,none,none, expressive,expressive,0.45,Adjective,10,9,3,expressive,8.78,1.00,8.78,1.00,none,none,none, expressiveness,expressiveness,0.02,Noun,14,12,4,expressiveness,10.05,1.00,10.05,1.00,none,none,none, expressway,expressway,0.96,Noun,10,9,3,expressway,10.74,1.00,10.74,1.00,none,none,none, expressways,expressways,0.04,Noun,11,10,3,expressway,none,none,10.74,1.00,none,none,none, expropriation,expropriation,0.04,Noun,13,13,5,expropriation,17.69,0.84,17.69,0.84,none,none,none, expulse,expulse,0.02,Verb,7,7,2,expulse,13.64,0.74,13.64,0.74,none,none,none, expulsion,expulsion,0.80,Noun,9,9,3,expulsion,11.17,1.00,11.17,1.00,none,none,none, expulsive,expulsive,0.02,Adjective,9,9,3,expulsive,12.25,0.84,12.25,0.84,none,none,none, expunge,expunge,0.10,Verb,7,7,2,expunge,14.83,1.00,14.83,1.00,none,none,none, expunged,expunged,0.39,Verb,8,8,2,expunge,none,none,14.83,1.00,none,none,none, exquisite,exquisite,4.18,Adjective,9,9,3,exquisite,12.35,0.94,12.35,0.94,none,none,none, extant,extant,0.12,Adjective,6,7,2,extant,13.00,0.35,13.00,0.35,none,none,none, extemporaneous,extemporaneous,0.12,Adjective,14,14,6,extemporaneous,15.18,0.58,15.18,0.58,none,none,none, extemporary,extemporary,0.02,Noun,11,12,5,extemporary,14.62,0.80,14.62,0.80,none,none,none, extempore,extempore,0.02,Adjective,9,10,4,extempore,15.83,0.67,15.83,0.67,none,none,none, extend,extend,6.41,Verb,6,7,2,extend,9.89,1.00,9.89,1.00,8.86,none,none,8.70 extendable,extendable,0.02,Adjective,10,11,4,extendable,12.11,1.00,12.11,1.00,none,none,none, extender,extender,0.12,Noun,8,8,3,extender,10.24,0.89,10.24,0.89,none,none,none, extenders,extenders,0.04,Noun,9,9,3,extender,none,none,10.24,0.89,none,none,none, extending,extending,1.06,Verb,9,9,3,extend,none,none,9.89,1.00,8.86,none,none,8.70 extends,extends,0.96,Verb,7,8,2,extend,none,none,9.89,1.00,8.86,none,none,8.70 extensible,extensible,0.02,Adjective,10,11,4,extensible,15.19,0.84,15.19,0.84,none,none,none, extension,extension,5.39,Noun,9,9,3,extension,8.65,1.00,8.65,1.00,none,none,none, extensions,extensions,0.51,Noun,10,10,3,extension,none,none,8.65,1.00,none,none,none, extensive,extensive,3.71,Adjective,9,9,3,extensive,11.83,1.00,11.83,1.00,none,none,none, extensor,extensor,0.04,Noun,8,8,3,extensor,13.50,0.84,13.50,0.84,none,none,none, extensors,extensors,0.02,Noun,9,9,3,extensor,none,none,13.50,0.84,none,none,none, extent,extent,4.06,Noun,6,7,2,extent,10.72,1.00,10.72,1.00,none,9.66,none,10.04 extenuate,extenuate,0.02,Verb,9,10,4,extenuate,13.81,0.84,13.81,0.84,none,none,none, extenuating,extenuating,0.65,Verb,11,12,5,extenuate,none,none,13.81,0.84,none,none,none, exterior,exterior,2.37,Noun,8,8,4,exterior,10.53,1.00,10.53,1.00,none,9.60,none, exteriorize,exteriorize,0.06,Verb,11,10,5,exteriorize,15.60,0.53,15.60,0.53,none,none,none, exteriorizing,exteriorizing,0.10,Verb,13,12,6,exteriorize,none,none,15.60,0.53,none,none,none, exteriors,exteriors,0.14,Noun,9,9,4,exterior,none,none,10.53,1.00,none,9.60,none, exterminate,exterminate,1.12,Verb,11,10,4,exterminate,9.25,1.00,9.25,1.00,none,none,none, exterminated,exterminated,0.55,Verb,12,12,5,exterminate,none,none,9.25,1.00,none,none,none, exterminates,exterminates,0.06,Verb,12,11,4,exterminate,none,none,9.25,1.00,none,none,none, extermination,extermination,1.02,Noun,13,12,5,extermination,10.11,1.00,10.11,1.00,none,none,none, exterminator,exterminator,2.00,Noun,12,11,5,exterminator,8.17,1.00,8.17,1.00,none,none,none, exterminators,exterminators,0.47,Noun,13,12,5,exterminator,none,none,8.17,1.00,none,none,none, extern,extern,Err:512,Err:512,6,6,2,extern,15.91,0.61,15.91,0.61,none,none,none, external,external,2.47,Adjective,8,8,3,external,9.56,1.00,9.56,1.00,none,none,none, externalization,externalisation,0.02,Noun,15,14,6,externalization,14.06,1.00,14.06,1.00,none,none,none, extinct,extinct,2.51,Adjective,7,8,2,extinct,7.67,1.00,7.67,1.00,none,none,none,8.20 extinction,extinction,1.49,Noun,10,10,3,extinction,8.89,1.00,8.89,1.00,none,none,none, extinguish,extinguish,0.84,Verb,10,10,3,extinguish,8.95,1.00,8.95,1.00,none,none,none, extinguished,extinguished,0.59,Verb,12,11,3,extinguish,none,none,8.95,1.00,none,none,none, extinguisher,extinguisher,1.53,Noun,12,11,4,extinguisher,7.35,1.00,7.35,1.00,none,none,none, extinguishers,extinguishers,0.41,Noun,13,12,4,extinguisher,none,none,7.35,1.00,none,none,none, extinguishes,extinguishes,0.06,Verb,12,12,4,extinguish,none,none,8.95,1.00,none,none,none, extol,extol,0.04,Verb,5,6,2,extol,12.88,0.44,12.88,0.44,11.98,none,none, extols,extols,0.02,Verb,6,7,2,extol,none,none,12.88,0.44,11.98,none,none, extort,extort,0.65,Verb,6,7,2,extort,12.56,1.00,12.56,1.00,none,none,none,11.80 extorted,extorted,0.20,Verb,8,9,3,extort,none,none,12.56,1.00,none,none,none,11.80 extorting,extorting,0.08,Verb,9,9,3,extort,none,none,12.56,1.00,none,none,none,11.80 extortion,extortion,2.57,Noun,9,9,3,extortion,13.17,1.00,13.17,1.00,none,none,none, extortionate,extortionate,0.02,Adjective,12,11,4,extortionate,15.11,0.47,15.11,0.47,none,none,none, extortionist,extortionist,0.20,Noun,12,12,4,extortionist,14.67,0.95,14.67,0.95,none,none,none, extortionists,extortionists,0.06,Noun,13,13,4,extortionist,none,none,14.67,0.95,none,none,none, extortions,extortions,0.02,Noun,10,10,3,extortion,none,none,13.17,1.00,none,none,none, extra,extra,59.16,Adjective,5,6,2,extra,6.11,1.00,6.11,1.00,none,6.67,none,6.82 extract,extract,2.94,Verb,7,8,2,extract,11.05,1.00,11.05,1.00,none,none,none,9.76 extracted,extracted,1.10,Verb,9,10,3,extract,none,none,11.05,1.00,none,none,none,9.76 extracting,extracting,0.43,Verb,10,10,3,extract,none,none,11.05,1.00,none,none,none,9.76 extraction,extraction,2.47,Noun,10,10,3,extraction,11.61,0.95,11.61,0.95,none,none,none, extractions,extractions,0.18,Noun,11,11,3,extraction,none,none,11.61,0.95,none,none,none, extractor,extractor,0.10,Noun,9,9,3,extractor,13.35,1.00,13.35,1.00,none,none,none, extracts,extracts,0.18,Noun,8,9,2,extract,none,none,11.05,1.00,none,none,none,9.76 extracurricular,extracurricular,1.45,Adjective,15,14,6,extracurricular,10.33,1.00,10.33,1.00,none,none,none, extradite,extradite,0.25,Verb,9,9,3,extradite,15.41,0.89,15.41,0.89,none,none,none, extradited,extradited,0.39,Verb,10,11,4,extradite,none,none,15.41,0.89,none,none,none, extraditing,extraditing,0.06,Verb,11,11,4,extradite,none,none,15.41,0.89,none,none,none, extradition,extradition,1.29,Noun,11,11,4,extradition,13.76,0.94,13.76,0.94,none,none,none, extraditions,extraditions,0.02,Noun,12,12,4,extradition,none,none,13.76,0.94,none,none,none, extrajudicial,extrajudicial,0.02,Adjective,13,13,5,extrajudicial,15.00,0.84,15.00,0.84,none,none,none, extralegal,extralegal,0.02,Adjective,10,11,4,extralegal,13.75,0.84,13.75,0.84,none,none,none, extramarital,extramarital,0.29,Adjective,12,13,5,extramarital,13.95,1.00,13.95,1.00,none,none,none, extraneous,extraneous,0.29,Adjective,10,10,4,extraneous,13.69,0.68,13.69,0.68,none,none,none, extraordinaire,extraordinaire,0.65,Noun,14,13,5,extraordinaire,10.45,1.00,10.45,1.00,none,none,none, extraordinary,extraordinary,15.12,Adjective,13,13,5,extraordinary,9.32,1.00,9.32,1.00,none,none,none, extrapolate,extrapolate,0.35,Verb,11,11,4,extrapolate,15.67,0.63,15.67,0.63,none,none,none, extrapolated,extrapolated,0.06,Verb,12,13,5,extrapolate,none,none,15.67,0.63,none,none,none, extrapolating,extrapolating,0.10,Verb,13,13,5,extrapolate,none,none,15.67,0.63,none,none,none, extrapolation,extrapolation,0.08,Noun,13,13,5,extrapolation,14.57,0.67,14.57,0.67,none,none,none, extrapolations,extrapolations,0.04,Noun,14,14,5,extrapolation,none,none,14.57,0.67,none,none,none, extras,extras,2.06,Noun,6,7,2,extras,8.12,1.00,8.12,1.00,none,none,none, extrasensory,extrasensory,0.20,Adjective,12,12,5,extrasensory,12.79,0.90,12.79,0.90,none,none,none, extraterrestrial,extraterrestrial,2.00,Adjective,16,15,6,extraterrestrial,9.11,0.95,9.11,0.95,none,none,none, extraterrestrials,extraterrestrials,0.67,Noun,17,16,6,extraterrestrial,none,none,9.11,0.95,none,none,none, extravagance,extravagance,0.53,Noun,12,12,4,extravagance,10.74,1.00,10.74,1.00,none,none,none, extravagances,extravagances,0.06,Noun,13,14,5,extravagance,none,none,10.74,1.00,none,none,none, extravagant,extravagant,1.45,Adjective,11,12,4,extravagant,9.68,1.00,9.68,1.00,none,none,none, extravaganza,extravaganza,0.71,Noun,12,13,5,extravaganza,10.74,1.00,10.74,1.00,none,none,none, extravaganzas,extravaganzas,0.04,Noun,13,14,5,extravaganza,none,none,10.74,1.00,none,none,none, extravehicular,extravehicular,0.02,Adjective,14,15,6,extravehicular,15.11,1.00,15.11,1.00,none,none,none, extravert,extravert,0.00,Err:512,9,10,3,extrovert,none,none,12.05,1.00,none,none,none, extraverted,extraverted,0.00,Err:512,11,12,4,extroverted,none,none,13.35,0.89,none,none,none, extreme,extreme,10.94,Adjective,7,7,2,extreme,9.47,1.00,9.47,1.00,none,9.07,none,7.49 extremes,extremes,0.67,Noun,8,8,2,extreme,none,none,9.47,1.00,none,9.07,none,7.49 extremism,extremism,0.06,Noun,9,11,4,extremism,14.24,0.85,14.24,0.85,none,none,none, extremist,extremist,0.37,Adjective,9,10,3,extremist,11.78,1.00,11.78,1.00,none,none,none, extremists,extremists,0.43,Noun,10,11,3,extremist,none,none,11.78,1.00,none,none,none, extremities,extremities,0.65,Noun,11,11,4,extremity,none,none,11.26,1.00,none,none,none, extremity,extremity,0.39,Noun,9,10,4,extremity,11.26,1.00,11.26,1.00,none,none,none, extricate,extricate,0.33,Verb,9,9,3,extricate,14.94,0.84,14.94,0.84,none,none,none, extricating,extricating,0.04,Verb,11,11,4,extricate,none,none,14.94,0.84,none,none,none, extrication,extrication,0.10,Noun,11,11,4,extrication,13.73,0.61,13.73,0.61,none,none,none, extrovert,extrovert,0.10,Noun,9,9,3,extrovert,12.05,1.00,12.05,1.00,none,none,none, extroverted,extroverted,0.06,Verb,11,11,4,extroverted,13.35,0.89,13.35,0.89,none,none,none, extroverts,extroverts,0.04,Noun,10,10,3,extrovert,none,none,12.05,1.00,none,none,none, extrusion,extrusion,0.02,Noun,9,9,3,extrusion,12.93,0.75,12.93,0.75,none,none,none, exuberance,exuberance,0.33,Noun,10,9,4,exuberance,13.39,1.00,13.39,1.00,none,none,none, exuberant,exuberant,0.24,Adjective,9,9,4,exuberant,10.94,0.95,10.94,0.95,none,none,none, exudate,exudate,0.02,Noun,7,7,3,exudate,17.88,0.44,17.88,0.44,none,none,none, exudation,exudation,Err:512,Err:512,9,9,4,exudation,15.33,0.47,15.33,0.47,none,none,none, exude,exude,0.22,Verb,5,5,2,exude,13.30,1.00,13.30,1.00,none,none,none, exuded,exuded,0.06,Verb,6,7,3,exude,none,none,13.30,1.00,none,none,none, exudes,exudes,0.18,Verb,6,6,2,exude,none,none,13.30,1.00,none,none,none, exuding,exuding,0.04,Verb,7,7,3,exude,none,none,13.30,1.00,none,none,none, exultant,exultant,0.02,Adjective,8,9,3,exultant,14.59,0.85,14.59,0.85,none,none,none, exultation,exultation,0.12,Noun,10,10,4,exultation,13.43,0.78,13.43,0.78,none,none,none, exurban,exurban,0.02,Adjective,7,7,3,exurban,14.82,0.58,14.82,0.58,none,none,none, eye,eye,111.78,Noun,3,1,1,eye,3.75,1.00,3.75,1.00,4.14,3.58,3.33, eyeball,eyeball,1.84,Noun,7,4,2,eyeball,3.83,1.00,3.83,1.00,none,5.35,none, eyeballed,eyeballed,0.12,Verb,9,5,2,eyeball,none,none,3.83,1.00,none,5.35,none, eyeballing,eyeballing,0.49,Verb,10,6,3,eyeball,none,none,3.83,1.00,none,5.35,none, eyeballs,eyeballs,2.92,Noun,8,5,2,eyeball,none,none,3.83,1.00,none,5.35,none, eyebath,eyebath,0.02,Noun,7,4,2,eyebath,12.43,0.74,12.43,0.74,none,none,none, eyebrow,eyebrow,1.39,Noun,7,4,2,eyebrow,5.50,1.00,5.50,1.00,none,none,none, eyebrows,eyebrows,3.29,Noun,8,5,2,eyebrow,none,none,5.50,1.00,none,none,none, eyedrop,eyedrop,0.06,Noun,7,5,2,eyedrop,7.39,1.00,7.39,1.00,none,none,none, eyedropper,eyedropper,0.14,Noun,10,6,3,eyedropper,6.61,1.00,6.61,1.00,none,none,none, eyeful,eyeful,0.43,Noun,6,4,2,eyeful,8.61,0.95,8.61,0.95,none,none,none, eyeglass,eyeglass,0.06,Noun,8,5,2,eyeglass,6.33,1.00,6.33,1.00,none,none,none, eyeglasses,eyeglasses,0.67,Noun,10,7,3,eyeglasses,4.90,1.00,4.90,1.00,none,none,none, eyeing,eyeing,0.80,Verb,6,3,2,eye,none,none,3.75,1.00,4.14,3.58,3.33, eyelash,eyelash,0.86,Noun,7,4,2,eyelash,5.80,1.00,5.80,1.00,none,none,none, eyelashes,eyelashes,1.22,Noun,9,6,3,eyelash,none,none,5.80,1.00,none,none,none, eyeless,eyeless,0.06,Adjective,7,4,2,eyeless,8.42,1.00,8.42,1.00,none,none,none, eyelid,eyelid,0.33,Noun,6,4,2,eyelid,6.33,1.00,6.33,1.00,none,none,none, eyelids,eyelids,1.61,Noun,7,5,2,eyelid,none,none,6.33,1.00,none,none,none, eyeliner,eyeliner,1.02,Noun,8,5,3,eyeliner,10.63,1.00,10.63,1.00,none,none,none, eyepiece,eyepiece,0.04,Noun,8,4,2,eyepiece,9.00,1.00,9.00,1.00,none,none,none, eyepieces,eyepieces,0.02,Noun,9,6,3,eyepiece,none,none,9.00,1.00,none,none,none, eyes,eyes,221.55,Noun,4,2,1,eyes,3.44,1.00,3.44,1.00,none,none,none, eyeshot,eyeshot,0.06,Noun,7,4,2,eyeshot,11.88,0.89,11.88,0.89,none,none,none, eyesight,eyesight,1.94,Noun,8,4,2,eyesight,7.59,0.94,7.59,0.94,none,none,none, eyesore,eyesore,0.35,Noun,7,4,2,eyesore,8.00,1.00,8.00,1.00,none,none,none, eyesores,eyesores,0.06,Noun,8,5,2,eyesore,none,none,8.00,1.00,none,none,none, eyestrain,eyestrain,0.04,Noun,9,6,2,eyestrain,12.11,1.00,12.11,1.00,none,none,none, eyeteeth,eyeteeth,0.16,Noun,8,4,2,eyetooth,none,none,10.20,0.79,none,none,none, eyetooth,eyetooth,0.04,Noun,8,4,2,eyetooth,10.20,0.79,10.20,0.79,none,none,none, eyewash,eyewash,0.14,Noun,7,4,2,eyewash,11.00,1.00,11.00,1.00,none,none,none, eyewear,eyewear,0.12,Noun,7,4,2,eyewear,8.79,0.95,8.79,0.95,none,none,none, eyewitness,eyewitness,3.96,Noun,10,7,3,eyewitness,9.28,1.00,9.28,1.00,none,none,none, eyewitnesses,eyewitnesses,1.14,Noun,12,9,4,eyewitness,none,none,9.28,1.00,none,none,none, fable,fable,0.39,Noun,5,5,2,fable,8.56,1.00,8.56,1.00,none,none,none, fabled,fabled,0.45,Adjective,6,6,2,fabled,10.00,1.00,10.00,1.00,none,none,none, fables,fables,0.20,Noun,6,6,2,fable,none,none,8.56,1.00,none,none,none, fabric,fabric,4.80,Noun,6,6,2,fabric,6.68,1.00,6.68,1.00,none,none,none,7.19 fabricate,fabricate,0.33,Verb,9,8,3,fabricate,11.72,1.00,11.72,1.00,none,none,none, fabricated,fabricated,0.69,Verb,10,10,4,fabricate,none,none,11.72,1.00,none,none,none, fabricates,fabricates,0.04,Verb,10,9,3,fabricate,none,none,11.72,1.00,none,none,none, fabricating,fabricating,0.25,Verb,11,10,4,fabricate,none,none,11.72,1.00,none,none,none, fabrication,fabrication,0.84,Noun,11,10,4,fabrication,12.89,1.00,12.89,1.00,none,none,none, fabrications,fabrications,0.06,Noun,12,11,4,fabrication,none,none,12.89,1.00,none,none,none, fabrics,fabrics,0.75,Noun,7,7,2,fabric,none,none,6.68,1.00,none,none,none,7.19 fabulous,fabulous,20.51,Adjective,8,8,3,fabulous,7.83,1.00,7.83,1.00,none,none,none, fabulousness,fabulousness,0.06,Noun,12,11,4,fabulousness,11.24,1.00,11.24,1.00,none,none,none, facade,facade,0.82,Noun,6,5,2,facade,13.00,1.00,13.00,1.00,none,none,none,12.96 facades,facades,0.06,Noun,7,6,2,facade,none,none,13.00,1.00,none,none,none,12.96 face,face,289.16,Noun,4,3,1,face,3.75,1.00,3.75,1.00,3.80,3.56,3.91, faced,faced,6.27,Verb,5,4,1,face,none,none,3.75,1.00,3.80,3.56,3.91, facedown,facedown,0.35,Noun,8,6,2,facedown,7.32,1.00,7.32,1.00,none,none,none, faceless,faceless,0.73,Adjective,8,6,2,faceless,10.26,1.00,10.26,1.00,none,none,none, facelift,facelift,0.14,Noun,8,7,2,facelift,12.11,1.00,12.11,1.00,none,none,none, facelifts,facelifts,0.02,Noun,9,8,2,facelift,none,none,12.11,1.00,none,none,none, faceplate,faceplate,0.10,Noun,9,7,2,faceplate,12.44,0.84,12.44,0.84,none,none,none, facer,facer,0.02,Noun,5,4,2,facer,12.85,0.62,12.85,0.62,none,none,none, faces,faces,26.73,Noun,5,5,2,face,none,none,3.75,1.00,3.80,3.56,3.91, facet,facet,0.25,Noun,5,5,2,facet,10.28,0.95,10.28,0.95,11.51,none,none, facetiae,facetiae,0.02,Noun,8,7,4,facetiae,16.00,0.44,16.00,0.44,none,none,none, facetious,facetious,0.12,Adjective,9,7,3,facetious,14.81,0.80,14.81,0.80,none,none,none, facets,facets,0.35,Noun,6,6,2,facet,none,none,10.28,0.95,11.51,none,none, facial,facial,5.75,Adjective,6,5,2,facial,10.28,1.00,10.28,1.00,none,9.62,none,8.96 facials,facials,0.22,Noun,7,6,2,facial,none,none,10.28,1.00,none,9.62,none,8.96 facie,facie,0.14,Adjective,5,4,2,facie,16.29,0.39,16.29,0.39,none,none,none, facile,facile,0.12,Adjective,6,5,2,facile,14.07,0.74,14.07,0.74,none,none,none, facilitate,facilitate,0.98,Verb,10,9,4,facilitate,12.84,1.00,12.84,1.00,none,none,none, facilitated,facilitated,0.29,Verb,11,11,5,facilitate,none,none,12.84,1.00,none,none,none, facilitates,facilitates,0.02,Verb,11,10,4,facilitate,none,none,12.84,1.00,none,none,none, facilitating,facilitating,0.20,Verb,12,11,5,facilitate,none,none,12.84,1.00,none,none,none, facilitation,facilitation,0.12,Noun,12,11,5,facilitation,14.41,0.89,14.41,0.89,none,none,none, facilitator,facilitator,0.31,Noun,11,10,5,facilitator,13.05,0.95,13.05,0.95,none,none,none, facilitators,facilitators,0.10,Noun,12,11,5,facilitator,none,none,13.05,0.95,none,none,none, facilities,facilities,4.55,Noun,10,9,4,facility,none,none,9.26,1.00,none,none,none, facility,facility,14.18,Noun,8,8,4,facility,9.26,1.00,9.26,1.00,none,none,none, facing,facing,10.75,Verb,6,5,2,face,none,none,3.75,1.00,3.80,3.56,3.91, facsimile,facsimile,0.18,Noun,9,9,4,facsimile,14.14,0.78,14.14,0.78,none,none,none, facsimiles,facsimiles,0.04,Noun,10,10,4,facsimile,none,none,14.14,0.78,none,none,none, fact,fact,172.57,Noun,4,4,1,fact,6.47,1.00,6.47,1.00,7.55,none,6.35, faction,faction,1.14,Noun,7,6,2,faction,11.67,1.00,11.67,1.00,none,none,none,11.80 factions,factions,0.69,Noun,8,7,2,faction,none,none,11.67,1.00,none,none,none,11.80 factitious,factitious,0.02,Adjective,10,8,3,factitious,14.50,0.89,14.50,0.89,none,none,none, factoid,factoid,0.06,Noun,7,6,2,factoid,12.24,0.89,12.24,0.89,none,none,none, factoids,factoids,0.10,Noun,8,7,2,factoid,none,none,12.24,0.89,none,none,none, factor,factor,7.25,Noun,6,5,2,factor,9.72,1.00,9.72,1.00,none,9.37,none,8.12 factored,factored,0.31,Verb,8,6,2,factor,none,none,9.72,1.00,none,9.37,none,8.12 factories,factories,2.33,Noun,9,7,3,factory,none,none,6.89,1.00,6.95,none,none, factoring,factoring,0.27,Verb,9,7,3,factor,none,none,9.72,1.00,none,9.37,none,8.12 factors,factors,2.16,Noun,7,6,2,factor,none,none,9.72,1.00,none,9.37,none,8.12 factory,factory,16.80,Noun,7,6,3,factory,6.89,1.00,6.89,1.00,6.95,none,none, factotum,factotum,0.12,Noun,8,8,3,factotum,15.67,0.50,15.67,0.50,none,none,none, facts,facts,27.31,Noun,5,5,1,fact,none,none,6.47,1.00,7.55,none,6.35, factual,factual,0.53,Adjective,7,7,3,factual,10.25,1.00,10.25,1.00,none,none,none, faculties,faculties,0.67,Noun,9,8,3,faculty,none,none,10.16,1.00,none,none,none, faculty,faculty,4.86,Noun,7,7,3,faculty,10.16,1.00,10.16,1.00,none,none,none, fad,fad,0.76,Noun,3,3,1,fad,10.25,1.00,10.25,1.00,none,none,9.89, fade,fade,5.61,Verb,4,3,1,fade,6.95,1.00,6.95,1.00,7.72,none,8.41, faded,faded,3.00,Verb,5,5,2,fade,none,none,6.95,1.00,7.72,none,8.41, fader,fader,0.04,Noun,5,4,2,fader,11.10,0.53,11.10,0.53,none,none,none, faders,faders,0.02,Noun,6,5,2,fader,none,none,11.10,0.53,none,none,none, fades,fades,1.92,Verb,5,4,1,fade,none,none,6.95,1.00,7.72,none,8.41, fading,fading,2.45,Verb,6,5,2,fade,none,none,6.95,1.00,7.72,none,8.41, fads,fads,0.08,Noun,4,4,1,fad,none,none,10.25,1.00,none,none,9.89, fag,fag,5.39,Noun,3,3,1,fag,9.72,1.00,9.72,1.00,none,none,10.90, fagged,fagged,0.12,Verb,6,4,1,fag,none,none,9.72,1.00,none,none,10.90, faggot,faggot,6.86,Noun,6,5,2,faggot,11.42,1.00,11.42,1.00,none,none,none, faggots,faggots,1.41,Noun,7,6,2,faggot,none,none,11.42,1.00,none,none,none, fagots,fagots,0.02,Verb,6,6,2,faggot,none,none,11.42,1.00,none,none,none, fags,fags,1.53,Noun,4,4,1,fag,none,none,9.72,1.00,none,none,10.90, fail,fail,24.59,Verb,4,3,1,fail,6.00,1.00,6.00,1.00,6.92,none,6.81, failed,failed,28.76,Verb,6,4,1,fail,none,none,6.00,1.00,6.92,none,6.81, failing,failing,5.39,Verb,7,5,2,failing,8.13,1.00,8.13,1.00,9.61,none,none, failings,failings,0.29,Noun,8,6,2,failing,none,none,8.13,1.00,9.61,none,none, faille,faille,0.02,Noun,6,3,1,faille,16.00,0.25,16.00,0.25,none,none,none, fails,fails,5.12,Verb,5,4,1,fail,none,none,6.00,1.00,6.92,none,6.81, failsafe,failsafe,0.24,Noun,8,6,2,failsafe,11.44,0.95,11.44,0.95,none,none,none, failure,failure,20.02,Noun,7,5,2,failure,8.00,1.00,8.00,1.00,none,8.71,none,7.96 failures,failures,1.47,Noun,8,6,2,failure,none,none,8.00,1.00,none,8.71,none,7.96 faint,faint,9.27,Adjective,5,4,1,faint,7.53,1.00,7.53,1.00,7.49,7.84,7.63, fainted,fainted,4.35,Verb,7,6,2,faint,none,none,7.53,1.00,7.49,7.84,7.63, fainter,fainter,0.20,Adjective,7,5,2,faint,none,none,7.53,1.00,7.49,7.84,7.63, faintest,faintest,1.33,Adjective,8,7,2,faint,none,none,7.53,1.00,7.49,7.84,7.63, fainthearted,fainthearted,0.04,Verb,12,10,3,fainthearted,11.28,1.00,11.28,1.00,none,none,none, fainting,fainting,1.25,Verb,8,6,2,faint,none,none,7.53,1.00,7.49,7.84,7.63, faintness,faintness,0.04,Noun,9,7,2,faintness,9.94,0.95,9.94,0.95,none,none,none, faints,faints,0.33,Verb,6,5,1,faint,none,none,7.53,1.00,7.49,7.84,7.63, fair,fair,94.75,Adjective,4,3,1,fair,5.67,1.00,5.67,1.00,none,5.64,6.13, faire,faire,0.65,Noun,5,3,1,faire,10.62,0.65,10.62,0.65,none,none,none, fairer,fairer,0.47,Adjective,6,4,2,fair,none,none,5.67,1.00,none,5.64,6.13, fairest,fairest,0.86,Adjective,7,6,2,fair,none,none,5.67,1.00,none,5.64,6.13, fairground,fairground,0.20,Noun,10,8,2,fairground,7.22,1.00,7.22,1.00,none,none,none, fairgrounds,fairgrounds,0.24,Noun,11,9,2,fairground,none,none,7.22,1.00,none,none,none, fairies,fairies,2.63,Noun,7,5,2,fairy,none,none,5.17,1.00,none,4.99,none,4.14 fairlead,fairlead,0.02,Noun,8,6,2,fairlead,11.70,0.53,11.70,0.53,none,none,none, fairness,fairness,2.04,Noun,8,6,2,fairness,5.61,1.00,5.61,1.00,none,none,none, fairs,fairs,0.51,Noun,5,4,1,fair,none,none,5.67,1.00,none,5.64,6.13, fairway,fairway,0.47,Noun,7,5,2,fairway,10.72,0.95,10.72,0.95,none,none,none, fairways,fairways,0.04,Noun,8,6,2,fairway,none,none,10.72,0.95,none,none,none, fairy,fairy,16.69,Noun,5,4,2,fairy,5.17,1.00,5.17,1.00,none,4.99,none,4.14 fairyland,fairyland,0.24,Noun,9,8,3,fairyland,8.22,1.00,8.22,1.00,none,none,none, fairytale,fairytale,0.25,Noun,9,7,3,fairytale,4.95,1.00,4.95,1.00,none,none,none, fait,fait,0.57,Noun,4,3,1,fait,16.00,0.50,16.00,0.50,none,none,none, faith,faith,46.33,Noun,5,3,1,faith,7.62,1.00,7.62,1.00,8.33,none,7.01, faithful,faithful,9.12,Adjective,8,6,2,faithful,8.42,1.00,8.42,1.00,none,none,none, faithfulness,faithfulness,0.20,Noun,12,9,3,faithfulness,10.83,1.00,10.83,1.00,9.70,none,none, faithless,faithless,0.53,Adjective,9,6,2,faithless,9.83,1.00,9.83,1.00,none,none,none, faithlessness,faithlessness,0.02,Noun,13,9,3,faithlessness,12.14,0.95,12.14,0.95,none,none,none, faiths,faiths,0.25,Noun,6,4,1,faith,none,none,7.62,1.00,8.33,none,7.01, fake,fake,36.33,Adjective,4,3,1,fake,5.83,1.00,5.83,1.00,none,7.43,6.67, faked,faked,3.47,Verb,5,4,1,fake,none,none,5.83,1.00,none,7.43,6.67, faker,faker,1.73,Noun,5,4,2,faker,7.28,0.95,7.28,0.95,none,8.24,none, fakers,fakers,0.20,Noun,6,5,2,faker,none,none,7.28,0.95,none,8.24,none, fakery,fakery,0.18,Noun,6,6,3,fakery,11.12,0.80,11.12,0.80,none,none,none, fakes,fakes,1.55,Noun,5,4,1,fake,none,none,5.83,1.00,none,7.43,6.67, faking,faking,4.51,Verb,6,5,2,fake,none,none,5.83,1.00,none,7.43,6.67, fakir,fakir,0.08,Noun,5,5,2,fakir,11.00,0.35,11.00,0.35,none,none,none, fakirs,fakirs,0.08,Noun,6,6,2,fakir,none,none,11.00,0.35,none,none,none, falafel,falafel,0.61,Noun,7,7,3,falafel,14.11,0.95,14.11,0.95,none,none,none, falchion,falchion,Err:512,Err:512,8,6,2,falchion,15.40,0.24,15.40,0.24,none,none,none, falcon,falcon,3.31,Noun,6,6,2,falcon,7.42,1.00,7.42,1.00,none,none,none,7.80 falconer,falconer,0.08,Noun,8,7,3,falconer,15.31,0.68,15.31,0.68,none,none,none, falconry,falconry,0.04,Noun,8,8,3,falconry,11.54,0.72,11.54,0.72,none,none,none, falcons,falcons,0.31,Noun,7,7,2,falcon,none,none,7.42,1.00,none,none,none,7.80 fall,fall,118.51,Verb,4,3,1,fall,4.71,1.00,4.71,1.00,4.22,none,4.60, fallacies,fallacies,0.10,Noun,9,7,3,fallacy,none,none,13.83,0.95,none,none,none, fallacious,fallacious,0.02,Adjective,10,7,3,fallacious,13.40,0.83,13.40,0.83,none,none,none, fallacy,fallacy,0.39,Noun,7,6,3,fallacy,13.83,0.95,13.83,0.95,none,none,none, fallback,fallback,0.63,Noun,8,6,2,fallback,11.06,1.00,11.06,1.00,none,none,none, fallen,fallen,16.92,Verb,6,5,2,fall,none,none,4.71,1.00,4.22,none,4.60, faller,faller,0.04,Noun,6,4,2,faller,11.80,0.53,11.80,0.53,none,none,none, fallibility,fallibility,0.04,Noun,11,10,5,fallibility,14.60,0.75,14.60,0.75,none,none,none, fallible,fallible,0.24,Adjective,8,7,3,fallible,12.12,0.84,12.12,0.84,none,none,none, falling,falling,36.02,Verb,7,5,2,fall,none,none,4.71,1.00,4.22,none,4.60, fallopian,fallopian,0.43,Adjective,9,8,4,fallopian,13.83,1.00,13.83,1.00,none,none,none, fallout,fallout,2.18,Noun,7,5,2,fallout,10.67,1.00,10.67,1.00,none,none,none, fallow,fallow,0.80,Adjective,6,4,2,fallow,12.81,0.84,12.81,0.84,none,none,none,11.80 falls,falls,25.51,Verb,5,4,1,fall,none,none,4.71,1.00,4.22,none,4.60, false,false,21.14,Adjective,5,4,1,false,6.72,1.00,6.72,1.00,7.31,none,none, falsehood,falsehood,0.20,Noun,9,7,2,falsehood,11.94,1.00,11.94,1.00,none,10.45,none, falsehoods,falsehoods,0.16,Noun,10,8,2,falsehood,none,none,11.94,1.00,none,10.45,none, falsetto,falsetto,0.29,Noun,8,7,3,falsetto,11.88,0.81,11.88,0.81,none,none,none, falsification,falsification,0.06,Noun,13,12,5,falsification,11.63,1.00,11.63,1.00,none,none,none, falsifications,falsifications,0.02,Noun,14,13,5,falsification,none,none,11.63,1.00,none,none,none, falsified,falsified,0.47,Verb,9,8,3,falsify,none,none,12.47,0.94,none,none,none, falsifies,falsifies,0.02,Verb,9,8,3,falsify,none,none,12.47,0.94,none,none,none, falsify,falsify,0.24,Verb,7,7,3,falsify,12.47,0.94,12.47,0.94,none,none,none, falsifying,falsifying,0.29,Verb,10,9,4,falsify,none,none,12.47,0.94,none,none,none, falsity,falsity,0.14,Noun,7,7,3,falsity,12.07,0.74,12.07,0.74,none,none,none, falter,falter,0.31,Verb,6,5,2,falter,13.33,1.00,13.33,1.00,none,11.98,none, faltered,faltered,0.14,Verb,8,6,2,falter,none,none,13.33,1.00,none,11.98,none, falters,falters,0.14,Verb,7,6,2,falter,none,none,13.33,1.00,none,11.98,none, fame,fame,8.65,Noun,4,3,1,fame,7.26,1.00,7.26,1.00,none,7.98,7.86, famed,famed,0.82,Adjective,5,4,1,famed,9.89,1.00,9.89,1.00,none,none,none, fames,fames,0.02,Noun,5,4,1,fame,none,none,7.26,1.00,none,7.98,7.86, familial,familial,0.25,Adjective,8,8,3,familial,12.11,0.95,12.11,0.95,none,none,none, familiar,familiar,34.51,Adjective,8,7,3,familiar,7.21,1.00,7.21,1.00,8.25,none,none, familiarity,familiarity,0.67,Noun,11,11,5,familiarity,12.10,1.00,12.10,1.00,none,none,none, familiarization,familiarisation,0.02,Noun,15,13,6,familiarization,11.72,1.00,11.72,1.00,none,none,none, familiarize,familiarise,0.37,Verb,11,9,4,familiarize,10.63,1.00,10.63,1.00,none,none,none, familiarized,familiarised,0.08,Verb,12,10,4,familiarize,none,none,10.63,1.00,none,none,none, familiars,familiars,0.20,Noun,9,8,3,familiar,none,none,7.21,1.00,8.25,none,none, families,families,22.33,Noun,8,7,3,family,none,none,3.38,1.00,none,5.71,none, family,family,354.25,Noun,6,6,3,family,3.38,1.00,3.38,1.00,none,5.71,none, famine,famine,1.59,Noun,6,5,2,famine,10.00,1.00,10.00,1.00,none,none,none,10.22 famines,famines,0.12,Noun,7,6,2,famine,none,none,10.00,1.00,none,none,none,10.22 famish,famish,0.06,Adjective,6,5,2,famish,9.39,1.00,9.39,1.00,none,none,none, famished,famished,1.43,Adjective,8,6,2,famished,9.67,1.00,9.67,1.00,none,none,none, famous,famous,45.02,Adjective,6,5,2,famous,6.84,1.00,6.84,1.00,none,6.35,none,6.00 fan,fan,35.14,Noun,3,3,1,fan,5.63,1.00,5.63,1.00,none,none,4.86, fanatic,fanatic,1.65,Noun,7,7,3,fanatic,11.71,0.94,11.71,0.94,none,none,none, fanatical,fanatical,0.53,Adjective,9,9,4,fanatical,12.89,0.95,12.89,0.95,none,none,none, fanaticism,fanaticism,0.12,Noun,10,11,5,fanaticism,15.00,0.78,15.00,0.78,none,none,none, fanatics,fanatics,0.94,Noun,8,8,3,fanatic,none,none,11.71,0.94,none,none,none, fancied,fancied,0.98,Verb,7,6,2,fancy,none,none,7.17,1.00,7.20,none,none,6.75 fancier,fancier,0.24,Adjective,7,6,3,fancy,none,none,7.17,1.00,7.20,none,none,6.75 fancies,fancies,1.10,Verb,7,6,2,fancy,none,none,7.17,1.00,7.20,none,none,6.75 fanciest,fanciest,0.18,Adjective,8,8,3,fancy,none,none,7.17,1.00,7.20,none,none,6.75 fanciful,fanciful,0.49,Adjective,8,8,3,fanciful,12.41,0.94,12.41,0.94,none,none,none, fanciness,fanciness,0.02,Noun,9,8,3,fanciness,8.06,0.94,8.06,0.94,none,none,none, fancy,fancy,34.84,Adjective,5,5,2,fancy,7.17,1.00,7.17,1.00,7.20,none,none,6.75 fancying,fancying,0.16,Verb,8,7,3,fancy,none,none,7.17,1.00,7.20,none,none,6.75 fandango,fandango,0.10,Noun,8,8,3,fandango,15.07,0.67,15.07,0.67,none,none,none, fandangos,fandangos,0.02,Noun,9,9,3,fandango,none,none,15.07,0.67,none,none,none, fandom,fandom,0.04,Noun,6,6,2,fandom,12.46,0.72,12.46,0.72,none,none,none, fane,fane,Err:512,Err:512,4,3,1,fane,11.67,0.57,11.67,0.57,none,12.49,none, fanfare,fanfare,1.12,Noun,7,6,2,fanfare,11.84,0.90,11.84,0.90,none,none,none,11.70 fanfares,fanfares,0.02,Noun,8,7,2,fanfare,none,none,11.84,0.90,none,none,none,11.70 fang,fang,1.92,Noun,4,3,1,fang,8.47,1.00,8.47,1.00,none,none,6.65, fangled,fangled,0.02,Adjective,7,7,2,fangled,10.77,0.65,10.77,0.65,none,none,none, fangs,fangs,1.78,Noun,5,4,1,fang,none,none,8.47,1.00,none,none,6.65, fanjet,fanjet,0.02,Verb,6,6,2,fanjet,13.30,0.56,13.30,0.56,none,none,none, fanned,fanned,0.33,Verb,6,4,1,fan,none,none,5.63,1.00,none,none,4.86, fans,fans,13.94,Noun,4,4,1,fan,none,none,5.63,1.00,none,none,4.86, fantail,fantail,0.20,Noun,7,6,2,fantail,14.70,0.53,14.70,0.53,none,none,none, fantails,fantails,0.02,Noun,8,7,2,fantail,none,none,14.70,0.53,none,none,none, fantasies,fantasies,5.00,Noun,9,8,3,fantasy,none,none,8.40,1.00,none,none,none, fantasize,fantasise,1.75,Verb,9,8,3,fantasize,9.58,1.00,9.58,1.00,none,none,none, fantasized,fantasised,0.65,Verb,10,9,3,fantasize,none,none,9.58,1.00,none,none,none, fantasizes,fantasises,0.10,Verb,10,10,4,fantasize,none,none,9.58,1.00,none,none,none, fantasizing,fantasising,0.80,Verb,11,10,4,fantasize,none,none,9.58,1.00,none,none,none, fantastic,fantastic,39.78,Adjective,9,9,3,fantastic,7.21,1.00,7.21,1.00,none,none,none, fantastical,fantastical,0.27,Adjective,11,11,4,fantastical,10.94,1.00,10.94,1.00,none,none,none, fantasy,fantasy,16.24,Noun,7,7,3,fantasy,8.40,1.00,8.40,1.00,none,none,none, fanzine,fanzine,0.02,Noun,7,6,2,fanzine,15.75,0.44,15.75,0.44,none,none,none, far,far,220.76,Adverb,3,3,1,far,4.88,1.00,4.88,1.00,5.46,none,4.27, farandole,farandole,0.04,Noun,9,8,3,farandole,14.00,0.06,14.00,0.06,none,none,none, faraway,faraway,1.82,Noun,7,6,3,faraway,7.44,1.00,7.44,1.00,none,none,none, farce,farce,1.75,Noun,5,4,1,farce,12.12,0.89,12.12,0.89,none,none,12.47, farces,farces,0.02,Noun,6,6,2,farce,none,none,12.12,0.89,none,none,12.47, farceur,farceur,0.02,Noun,7,6,2,farceur,16.00,0.11,16.00,0.11,none,none,none, farceurs,farceurs,0.02,Noun,8,9,3,farceur,none,none,16.00,0.11,none,none,none, farcical,farcical,0.12,Adjective,8,8,3,farcical,15.19,0.84,15.19,0.84,none,none,none, fare,fare,6.16,Noun,4,3,1,fare,8.21,1.00,8.21,1.00,none,9.13,9.67, fared,fared,0.27,Verb,5,4,1,fare,none,none,8.21,1.00,none,9.13,9.67, fares,fares,0.63,Noun,5,4,1,fare,none,none,8.21,1.00,none,9.13,9.67, farewell,farewell,9.45,Noun,8,6,2,farewell,8.43,1.00,8.43,1.00,none,8.09,none,9.13 farewells,farewells,0.20,Noun,9,7,2,farewell,none,none,8.43,1.00,none,8.09,none,9.13 farfetched,farfetched,0.08,Adjective,10,7,2,farfetched,12.95,1.00,12.95,1.00,none,none,none, faring,faring,0.12,Verb,6,5,2,fare,none,none,8.21,1.00,none,9.13,9.67, farm,farm,30.04,Noun,4,4,1,farm,3.85,1.00,3.85,1.00,4.87,none,5.13, farmer,farmer,11.84,Noun,6,5,2,farmer,4.74,1.00,4.74,1.00,5.13,none,none,4.91 farmers,farmers,4.51,Noun,7,6,2,farmer,none,none,4.74,1.00,5.13,none,none,4.91 farmhand,farmhand,0.06,Adjective,8,8,2,farmhand,7.89,1.00,7.89,1.00,none,none,none, farmhands,farmhands,0.06,Noun,9,9,2,farmhand,none,none,7.89,1.00,none,none,none, farmhouse,farmhouse,1.31,Noun,9,7,2,farmhouse,5.89,1.00,5.89,1.00,none,none,none, farmhouses,farmhouses,0.10,Noun,10,9,3,farmhouse,none,none,5.89,1.00,none,none,none, farming,farming,1.61,Noun,7,6,2,farming,5.37,1.00,5.37,1.00,none,none,none, farmland,farmland,0.39,Noun,8,8,2,farmland,7.90,1.00,7.90,1.00,none,none,none, farmlands,farmlands,0.06,Noun,9,9,2,farmland,none,none,7.90,1.00,none,none,none, farms,farms,2.84,Noun,5,5,1,farm,none,none,3.85,1.00,4.87,none,5.13, farmstead,farmstead,0.02,Noun,9,8,2,farmstead,11.47,0.81,11.47,0.81,none,none,none, farmyard,farmyard,0.20,Noun,8,8,2,farmyard,6.00,1.00,6.00,1.00,none,5.35,none, farmyards,farmyards,0.02,Noun,9,9,2,farmyard,none,none,6.00,1.00,none,5.35,none, faro,faro,0.67,Noun,4,4,2,faro,15.17,0.32,15.17,0.32,none,none,none, farouche,farouche,0.04,Noun,8,5,2,farouche,17.00,0.17,17.00,0.17,none,none,none, farrier,farrier,0.06,Noun,7,5,3,farrier,11.78,0.43,11.78,0.43,none,none,none, farrow,farrow,1.76,Name,6,4,2,farrow,14.00,0.56,14.00,0.56,none,none,none, farseeing,farseeing,Err:512,Err:512,9,7,3,farseeing,11.00,0.85,11.00,0.85,none,none,none, farsighted,farsighted,0.12,Adjective,10,8,3,farsighted,10.33,0.95,10.33,0.95,none,none,none, fart,fart,6.43,Noun,4,4,1,fart,5.78,1.00,5.78,1.00,none,none,none, farted,farted,1.29,Verb,6,6,2,fart,none,none,5.78,1.00,none,none,none, farther,farther,5.63,Adverb,7,5,2,far,none,none,4.88,1.00,5.46,none,4.27, farthest,farthest,0.82,Adjective,8,7,2,far,none,none,4.88,1.00,5.46,none,4.27, farthing,farthing,0.25,Noun,8,6,2,farthing,12.67,0.83,12.67,0.83,none,none,none, farthingale,farthingale,0.02,Noun,11,9,3,farthingale,14.83,0.29,14.83,0.29,none,none,none, farthingales,farthingales,0.02,Noun,12,10,3,farthingale,none,none,14.83,0.29,none,none,none, farthings,farthings,0.04,Noun,9,7,2,farthing,none,none,12.67,0.83,none,none,none, farting,farting,1.16,Verb,7,6,2,fart,none,none,5.78,1.00,none,none,none, farts,farts,1.45,Noun,5,5,1,fart,none,none,5.78,1.00,none,none,none, fascia,fascia,0.10,Noun,6,5,3,fascia,15.78,0.47,15.78,0.47,none,none,none, fasciculus,fasciculus,0.04,Noun,10,9,4,fasciculus,16.71,0.39,16.71,0.39,none,none,none, fascinate,fascinate,0.51,Verb,9,7,3,fascinate,10.21,1.00,10.21,1.00,none,none,none, fascinated,fascinated,3.49,Verb,10,9,4,fascinate,none,none,10.21,1.00,none,none,none, fascinates,fascinates,0.63,Verb,10,8,3,fascinate,none,none,10.21,1.00,none,none,none, fascinating,fascinating,15.08,Adjective,11,9,4,fascinating,11.22,1.00,11.22,1.00,10.09,none,none, fascination,fascination,1.76,Noun,11,9,4,fascination,8.63,1.00,8.63,1.00,none,none,none, fascinations,fascinations,0.08,Noun,12,10,4,fascination,none,none,8.63,1.00,none,none,none, fascism,fascism,0.76,Noun,7,7,3,fascism,14.33,0.95,14.33,0.95,none,none,none, fascist,fascist,2.45,Adjective,7,6,2,fascist,14.68,0.95,14.68,0.95,12.24,none,none, fascistic,fascistic,0.02,Adjective,9,8,3,fascistic,15.57,0.78,15.57,0.78,none,none,none, fascists,fascists,0.61,Noun,8,7,2,fascist,none,none,14.68,0.95,12.24,none,none, fashion,fashion,18.76,Noun,7,5,2,fashion,8.20,1.00,8.20,1.00,none,9.24,none,7.34 fashionable,fashionable,1.92,Adjective,11,9,4,fashionable,9.67,1.00,9.67,1.00,none,none,none, fashions,fashions,0.86,Noun,8,6,2,fashion,none,none,8.20,1.00,none,9.24,none,7.34 fast,fast,137.45,Adverb,4,4,1,fast,3.74,0.95,3.74,0.95,4.90,none,4.57, fastback,fastback,0.08,Noun,8,7,2,fastback,10.00,0.74,10.00,0.74,none,none,none, fastball,fastball,1.16,Noun,8,7,2,fastball,7.06,1.00,7.06,1.00,none,none,none, fastballs,fastballs,0.06,Noun,9,8,2,fastball,none,none,7.06,1.00,none,none,none, fasted,fasted,0.08,Verb,6,6,2,fast,none,none,3.74,0.95,4.90,none,4.57, fasten,fasten,3.73,Verb,6,5,2,fasten,7.26,1.00,7.26,1.00,none,none,none, fastened,fastened,1.22,Verb,8,6,2,fasten,none,none,7.26,1.00,none,none,none, fastener,fastener,0.02,Noun,8,6,3,fastener,8.72,1.00,8.72,1.00,none,none,none, fasteners,fasteners,0.04,Noun,9,7,3,fastener,none,none,8.72,1.00,none,none,none, fastening,fastening,0.12,Verb,9,7,3,fasten,none,none,7.26,1.00,none,none,none, fastens,fastens,0.08,Verb,7,6,2,fasten,none,none,7.26,1.00,none,none,none, faster,faster,43.78,Adverb,6,5,2,fast,none,none,3.74,0.95,4.90,none,4.57, fastest,fastest,5.84,Adjective,7,7,2,fast,none,none,3.74,0.95,4.90,none,4.57, fastidious,fastidious,0.37,Adjective,10,9,4,fastidious,13.21,0.74,13.21,0.74,none,none,none, fastidiousness,fastidiousness,0.02,Noun,14,12,5,fastidiousness,14.94,0.77,14.94,0.77,none,none,none, fasting,fasting,0.57,Verb,7,6,2,fast,none,none,3.74,0.95,4.90,none,4.57, fasts,fasts,0.06,Verb,5,5,1,fast,none,none,3.74,0.95,4.90,none,4.57, fat,fat,79.43,Adjective,3,3,1,fat,5.15,1.00,5.15,1.00,none,4.88,4.65, fatal,fatal,7.10,Adjective,5,5,2,fatal,9.05,1.00,9.05,1.00,none,none,none,9.76 fatale,fatale,0.25,Noun,6,5,2,fatale,13.50,0.95,13.50,0.95,none,none,none, fatales,fatales,0.14,Noun,7,6,2,fatale,none,none,13.50,0.95,none,none,none, fatalism,fatalism,0.08,Noun,8,9,4,fatalism,13.89,0.95,13.89,0.95,none,none,none, fatalist,fatalist,0.06,Noun,8,8,3,fatalist,14.39,0.95,14.39,0.95,none,none,none, fatalistic,fatalistic,0.08,Adjective,10,10,4,fatalistic,13.65,0.89,13.65,0.89,none,none,none, fatalities,fatalities,0.65,Noun,10,9,4,fatality,none,none,10.26,1.00,none,none,none, fatality,fatality,0.90,Noun,8,8,4,fatality,10.26,1.00,10.26,1.00,none,none,none, fatback,fatback,0.10,Noun,7,6,2,fatback,11.40,0.79,11.40,0.79,none,none,none, fate,fate,26.96,Noun,4,3,1,fate,10.30,1.00,10.30,1.00,9.32,9.43,9.03, fated,fated,0.63,Adjective,5,5,2,fated,10.18,0.94,10.18,0.94,none,none,none, fateful,fateful,1.00,Adjective,7,6,2,fateful,11.12,0.94,11.12,0.94,none,none,none, fates,fates,1.16,Noun,5,4,1,fate,none,none,10.30,1.00,9.32,9.43,9.03, fathead,fathead,0.65,Noun,7,6,2,fathead,8.67,0.90,8.67,0.90,none,none,none, fatheaded,fatheaded,0.06,Adjective,9,8,3,fatheaded,8.82,0.89,8.82,0.89,none,none,none, fatheads,fatheads,0.10,Noun,8,7,2,fathead,none,none,8.67,0.90,none,none,none, father,father,554.49,Noun,6,4,2,father,4.11,1.00,4.11,1.00,3.89,none,none,3.74 fathered,fathered,0.53,Verb,8,5,2,father,none,none,4.11,1.00,3.89,none,none,3.74 fatherhood,fatherhood,0.45,Noun,10,7,3,fatherhood,8.50,1.00,8.50,1.00,none,none,none, fathering,fathering,0.18,Verb,9,6,3,father,none,none,4.11,1.00,3.89,none,none,3.74 fatherland,fatherland,0.76,Noun,10,8,3,fatherland,11.40,0.83,11.40,0.83,none,10.45,none, fatherless,fatherless,0.31,Adjective,10,7,3,fatherless,7.65,1.00,7.65,1.00,none,none,none, fatherly,fatherly,0.61,Adjective,8,6,3,fatherly,9.44,1.00,9.44,1.00,none,none,none, fathers,fathers,9.45,Noun,7,5,2,father,none,none,4.11,1.00,3.89,none,none,3.74 fathom,fathom,1.04,Verb,6,5,2,fathom,11.44,1.00,11.44,1.00,none,none,none,12.11 fathometer,fathometer,0.04,Adjective,10,9,4,fathometer,15.88,0.40,15.88,0.40,none,none,none, fathoms,fathoms,0.57,Noun,7,6,2,fathom,none,none,11.44,1.00,none,none,none,12.11 fatigability,fatigability,0.02,Noun,12,12,6,fatigability,12.93,0.68,12.93,0.68,none,none,none, fatigue,fatigue,1.82,Noun,7,5,2,fatigue,11.83,1.00,11.83,1.00,none,11.79,none,10.04 fatigues,fatigues,0.43,Noun,8,6,2,fatigue,none,none,11.83,1.00,none,11.79,none,10.04 fatling,fatling,0.02,Noun,7,6,2,fatling,10.30,0.56,10.30,0.56,none,none,none, fatness,fatness,0.12,Noun,7,6,2,fatness,8.61,1.00,8.61,1.00,none,none,none, fats,fats,0.94,Noun,4,4,1,fat,none,none,5.15,1.00,none,4.88,4.65, fatso,fatso,3.16,Noun,5,5,2,fatso,6.72,1.00,6.72,1.00,none,none,none, fatted,fatted,0.25,Adjective,6,5,2,fatted,11.75,0.67,11.75,0.67,none,none,none, fatten,fatten,0.45,Verb,6,5,2,fatten,7.94,1.00,7.94,1.00,6.95,none,none, fattened,fattened,0.06,Verb,8,6,2,fatten,none,none,7.94,1.00,6.95,none,none, fattening,fattening,0.76,Verb,9,7,3,fatten,none,none,7.94,1.00,6.95,none,none, fattens,fattens,0.04,Verb,7,6,2,fatten,none,none,7.94,1.00,6.95,none,none, fatter,fatter,1.41,Adjective,6,4,2,fat,none,none,5.15,1.00,none,4.88,4.65, fattest,fattest,0.43,Adjective,7,6,2,fat,none,none,5.15,1.00,none,4.88,4.65, fatties,fatties,0.14,Noun,7,5,2,fatty,none,none,6.37,1.00,none,none,none, fattish,fattish,0.02,Verb,7,5,2,fattish,8.33,0.63,8.33,0.63,none,none,none, fatty,fatty,5.10,Noun,5,4,2,fatty,6.37,1.00,6.37,1.00,none,none,none, fatuity,fatuity,Err:512,Err:512,7,8,4,fatuity,14.58,0.63,14.58,0.63,none,none,none, fatuous,fatuous,0.14,Adjective,7,7,3,fatuous,14.20,0.56,14.20,0.56,none,none,none, faucet,faucet,1.43,Noun,6,5,2,faucet,6.29,1.00,6.29,1.00,none,12.56,none,7.34 faucets,faucets,0.31,Noun,7,6,2,faucet,none,none,6.29,1.00,none,12.56,none,7.34 fault,fault,104.12,Noun,5,4,1,fault,6.94,1.00,6.94,1.00,7.05,none,5.99, faultless,faultless,0.02,Adjective,9,7,2,faultless,10.42,0.95,10.42,0.95,none,none,none, faults,faults,2.08,Noun,6,5,1,fault,none,none,6.94,1.00,7.05,none,5.99, faulty,faulty,1.63,Adjective,6,5,2,faulty,9.63,1.00,9.63,1.00,none,none,none, faun,faun,0.51,Noun,4,3,1,faun,13.72,0.95,13.72,0.95,none,none,none, fauna,fauna,0.53,Noun,5,4,2,fauna,12.20,0.79,12.20,0.79,none,none,none,12.43 fauns,fauns,0.04,Verb,5,4,1,faun,none,none,13.72,0.95,none,none,none, fauvism,fauvism,0.02,Noun,7,7,3,fauvism,16.20,0.28,16.20,0.28,none,none,none, faux,faux,0.80,Noun,4,4,1,faux,13.25,1.00,13.25,1.00,none,none,none, favor,favour,70.76,Noun,5,4,2,favor,6.94,0.95,6.94,0.95,none,none,none,6.89 favorable,favourable,1.08,Adjective,9,8,4,favorable,11.90,1.00,11.90,1.00,none,none,none, favored,favoured,0.96,Verb,7,5,2,favor,none,none,6.94,0.95,none,none,none,6.89 favoring,favouring,0.41,Verb,8,6,3,favor,none,none,6.94,0.95,none,none,none,6.89 favorite,favourite,59.45,Adjective,8,6,3,favorite,5.72,1.00,5.72,1.00,none,none,none, favorites,favourites,3.92,Noun,9,7,3,favorite,none,none,5.72,1.00,none,none,none, favoritism,favouritism,0.41,Noun,10,10,5,favoritism,8.58,1.00,8.58,1.00,none,none,none, favors,favours,7.45,Noun,6,5,2,favor,none,none,6.94,0.95,none,none,none,6.89 fawn,fawn,0.71,Noun,4,3,1,fawn,8.40,1.00,8.40,1.00,none,7.86,8.82, fawned,fawned,0.02,Verb,6,4,1,fawn,none,none,8.40,1.00,none,7.86,8.82, fawning,fawning,0.25,Verb,7,5,2,fawn,none,none,8.40,1.00,none,7.86,8.82, fawns,fawns,0.08,Noun,5,4,1,fawn,none,none,8.40,1.00,none,7.86,8.82, fax,fax,7.00,Noun,3,4,1,fax,9.68,1.00,9.68,1.00,none,none,none, faxed,faxed,1.27,Verb,5,5,1,fax,none,none,9.68,1.00,none,none,none, faxes,faxes,0.53,Noun,5,6,2,fax,none,none,9.68,1.00,none,none,none, faxing,faxing,0.37,Verb,6,6,2,fax,none,none,9.68,1.00,none,none,none, fayed,fayed,5.90,Adjective,5,3,1,fayed,11.40,0.25,11.40,0.25,none,none,none, faze,faze,0.43,Verb,4,3,1,faze,10.81,0.80,10.81,0.80,none,none,10.05, fazed,fazed,0.14,Verb,5,4,1,faze,none,none,10.81,0.80,none,none,10.05, fazes,fazes,0.08,Verb,5,5,2,faze,none,none,10.81,0.80,none,none,10.05, fealty,fealty,0.16,Noun,6,6,3,fealty,14.43,0.39,14.43,0.39,none,none,none, fear,fear,69.08,Noun,4,3,1,fear,4.79,1.00,4.79,1.00,5.61,none,5.33, feared,feared,5.67,Verb,6,4,1,fear,none,none,4.79,1.00,5.61,none,5.33, fearful,fearful,2.16,Adjective,7,6,2,fearful,7.50,1.00,7.50,1.00,none,8.24,none, fearfulness,fearfulness,0.04,Noun,11,9,4,fearfulness,9.79,1.00,9.79,1.00,none,none,none, fearing,fearing,0.86,Verb,7,5,2,fear,none,none,4.79,1.00,5.61,none,5.33, fearless,fearless,2.98,Adjective,8,6,2,fearless,9.37,1.00,9.37,1.00,none,none,none, fearlessness,fearlessness,0.04,Noun,12,9,4,fearlessness,9.00,1.00,9.00,1.00,none,none,none, fears,fears,9.16,Noun,5,4,1,fear,none,none,4.79,1.00,5.61,none,5.33, fearsome,fearsome,0.76,Adjective,8,6,2,fearsome,7.78,1.00,7.78,1.00,none,none,none, feasibility,feasibility,0.10,Noun,11,10,5,feasibility,13.00,0.84,13.00,0.84,none,none,none, feasible,feasible,0.61,Adjective,8,7,3,feasible,13.12,0.94,13.12,0.94,none,none,none, feast,feast,6.71,Noun,5,4,1,feast,7.81,1.00,7.81,1.00,none,7.05,7.01, feasted,feasted,0.18,Verb,7,6,2,feast,none,none,7.81,1.00,none,7.05,7.01, feasting,feasting,0.43,Verb,8,6,2,feast,none,none,7.81,1.00,none,7.05,7.01, feasts,feasts,0.22,Noun,6,5,1,feast,none,none,7.81,1.00,none,7.05,7.01, feat,feat,1.53,Noun,4,3,1,feat,11.26,1.00,11.26,1.00,none,10.45,10.87, feather,feather,6.63,Noun,7,4,2,feather,4.67,1.00,4.67,1.00,none,none,none,5.08 featherbed,featherbed,0.16,Noun,10,7,3,featherbed,9.35,0.94,9.35,0.94,none,none,none, featherbrain,featherbrain,0.02,Verb,12,8,3,featherbrain,12.23,0.72,12.23,0.72,none,none,none, featherbrained,featherbrained,0.02,Adjective,14,9,3,featherbrained,10.29,0.89,10.29,0.89,none,none,none, feathered,feathered,0.67,Adjective,9,5,2,feathered,8.11,1.00,8.11,1.00,none,none,none, featherhead,featherhead,0.06,Noun,11,7,3,featherhead,11.79,0.67,11.79,0.67,none,none,none, featherheaded,featherheaded,0.04,Adjective,13,9,4,featherheaded,10.53,0.79,10.53,0.79,none,none,none, feathering,feathering,0.06,Verb,10,6,3,feather,none,none,4.67,1.00,none,none,none,5.08 featherless,featherless,0.04,Adjective,11,7,3,featherless,10.33,1.00,10.33,1.00,none,none,none, feathers,feathers,5.71,Noun,8,5,2,feather,none,none,4.67,1.00,none,none,none,5.08 featherweight,featherweight,0.14,Noun,13,7,3,featherweight,10.67,0.95,10.67,0.95,none,none,none, featherweights,featherweights,0.04,Noun,14,8,3,featherweight,none,none,10.67,0.95,none,none,none, feathery,feathery,0.20,Adjective,8,5,3,feathery,8.42,1.00,8.42,1.00,none,none,none, feats,feats,0.47,Noun,5,4,1,feat,none,none,11.26,1.00,none,10.45,10.87, feature,feature,5.84,Noun,7,4,2,feature,7.00,1.00,7.00,1.00,none,none,none,8.53 featured,featured,1.24,Verb,8,5,2,feature,none,none,7.00,1.00,none,none,none,8.53 featureless,featureless,0.04,Adjective,11,7,3,featureless,11.33,0.90,11.33,0.90,none,none,none, features,features,4.78,Noun,8,5,2,feature,none,none,7.00,1.00,none,none,none,8.53 featuring,featuring,1.63,Verb,9,6,3,feature,none,none,7.00,1.00,none,none,none,8.53 febrile,febrile,0.20,Adjective,7,6,2,febrile,17.00,0.37,17.00,0.37,none,none,none, fecal,faecal,0.59,Adjective,5,5,2,fecal,11.67,0.95,11.67,0.95,none,none,none,12.01 feces,faeces,0.75,Noun,5,5,2,feces,9.89,1.00,9.89,1.00,none,none,none,11.09 feckless,feckless,0.10,Adjective,8,6,2,feckless,13.40,0.75,13.40,0.75,none,none,none, feculent,feculent,0.02,Adjective,8,9,3,feculent,14.73,0.55,14.73,0.55,none,none,none, fecund,fecund,0.04,Adjective,6,6,2,fecund,16.00,0.50,16.00,0.50,none,none,none, fecundation,fecundation,Err:512,Err:512,11,10,4,fecundation,17.14,0.33,17.14,0.33,none,none,none, fecundity,fecundity,0.04,Noun,9,9,4,fecundity,14.89,0.45,14.89,0.45,none,none,none, fed,fed,15.88,Verb,3,3,1,fed,5.68,1.00,5.68,1.00,none,none,5.21, federal,federal,23.00,Adjective,7,6,3,federal,13.50,1.00,13.50,1.00,none,none,none, federalize,federalize,0.02,Verb,10,8,4,federalize,13.29,0.94,13.29,0.94,none,none,none, federals,federals,0.12,Noun,8,7,3,federal,none,none,13.50,1.00,none,none,none, federation,federation,3.86,Noun,10,8,4,federation,12.17,1.00,12.17,1.00,none,none,none, federations,federations,0.04,Noun,11,9,4,federation,none,none,12.17,1.00,none,none,none, fedora,fedora,0.25,Noun,6,6,3,fedora,12.69,0.84,12.69,0.84,none,none,none, fedoras,fedoras,0.04,Noun,7,7,3,fedora,none,none,12.69,0.84,none,none,none, feds,feds,7.04,Noun,4,4,1,fed,none,none,5.68,1.00,none,none,5.21, fee,fee,9.69,Noun,3,2,1,fee,8.56,1.00,8.56,1.00,none,8.81,7.86, feeble,feeble,1.69,Adjective,6,5,2,feeble,9.39,1.00,9.39,1.00,none,none,none,11.09 feebleminded,feebleminded,0.02,Adjective,12,11,4,feebleminded,11.65,0.94,11.65,0.94,none,none,none, feeblest,feeblest,0.02,Adjective,8,8,3,feeble,none,none,9.39,1.00,none,none,none,11.09 feed,feed,42.39,Verb,4,3,1,feed,4.17,1.00,4.17,1.00,4.45,none,5.20, feedback,feedback,2.75,Noun,8,6,2,feedback,10.70,1.00,10.70,1.00,none,none,none, feedbag,feedbag,0.20,Noun,7,6,2,feedbag,9.06,0.94,9.06,0.94,none,none,none, feeder,feeder,0.69,Noun,6,4,2,feeder,7.29,0.94,7.29,0.94,none,none,none, feeders,feeders,0.41,Noun,7,5,2,feeder,none,none,7.29,0.94,none,none,none, feeding,feeding,11.75,Verb,7,5,2,feed,none,none,4.17,1.00,4.45,none,5.20, feedlot,feedlot,0.10,Noun,7,6,2,feedlot,12.25,0.84,12.25,0.84,none,none,none, feedlots,feedlots,0.02,Noun,8,7,2,feedlot,none,none,12.25,0.84,none,none,none, feeds,feeds,3.78,Verb,5,4,1,feed,none,none,4.17,1.00,4.45,none,5.20, feel,feel,627.24,Verb,4,3,1,feel,5.11,1.00,5.11,1.00,4.70,none,4.99, feeler,feeler,0.14,Noun,6,4,2,feeler,9.26,1.00,9.26,1.00,none,none,none, feelers,feelers,0.39,Noun,7,5,2,feeler,none,none,9.26,1.00,none,none,none, feeling,feeling,168.18,Verb,7,5,2,feeling,5.31,1.00,5.31,1.00,6.23,6.83,none,5.68 feelings,feelings,57.61,Noun,8,6,2,feeling,none,none,5.31,1.00,6.23,6.83,none,5.68 feels,feels,69.98,Verb,5,4,1,feel,none,none,5.11,1.00,4.70,none,4.99, fees,fees,2.82,Noun,4,3,1,fee,none,none,8.56,1.00,none,8.81,7.86, feet,feet,120.73,Noun,4,3,1,foot,none,none,3.44,1.00,3.62,none,3.11, feign,feign,0.45,Verb,5,3,1,feign,13.93,0.83,13.93,0.83,none,none,13.09, feigning,feigning,0.18,Verb,8,5,2,feign,none,none,13.93,0.83,none,none,13.09, feigns,feigns,0.08,Verb,6,4,1,feign,none,none,13.93,0.83,none,none,13.09, feint,feint,0.45,Noun,5,4,1,feint,12.73,0.58,12.73,0.58,none,none,none, feinted,feinted,0.08,Verb,7,6,2,feint,none,none,12.73,0.58,none,none,none, feisty,feisty,1.39,Adjective,6,5,2,feisty,9.17,0.95,9.17,0.95,none,none,none, feldspar,feldspar,0.14,Noun,8,8,2,feldspar,14.82,0.61,14.82,0.61,none,none,none, felicitate,felicitate,0.04,Verb,10,9,4,felicitate,15.69,0.62,15.69,0.62,none,none,none, felicitous,felicitous,0.08,Adjective,10,9,4,felicitous,14.00,0.63,14.00,0.63,none,none,none, feline,feline,0.90,Adjective,6,5,2,feline,8.43,0.99,8.43,0.99,none,10.22,none,9.49 felines,felines,0.14,Noun,7,6,2,feline,none,none,8.43,0.99,none,10.22,none,9.49 fell,fell,73.00,Verb,4,3,1,fell,3.28,1.00,3.28,1.00,4.51,none,4.67, fellah,fellah,0.14,Noun,6,4,2,fellah,10.00,0.84,10.00,0.84,none,none,none, fellahs,fellahs,0.02,Noun,7,5,2,fellah,none,none,10.00,0.84,none,none,none, fellate,fellate,0.02,Verb,7,5,2,fellate,14.75,0.60,14.75,0.60,none,none,none, fellatio,fellatio,0.63,Noun,8,7,4,fellatio,14.93,0.67,14.93,0.67,none,none,none, felled,felled,0.22,Verb,6,4,1,fell,none,none,3.28,1.00,4.51,none,4.67, feller,feller,1.71,Noun,6,4,2,feller,8.50,0.78,8.50,0.78,none,none,none, fellers,fellers,0.49,Noun,7,5,2,feller,none,none,8.50,0.78,none,none,none, fellow,felloe,58.57,Noun,6,4,2,fellow,8.89,1.00,8.89,1.00,none,7.56,none,8.62 fellowman,fellowman,Err:512,Err:512,9,7,3,fellowman,11.54,0.68,11.54,0.68,none,none,none, fellows,fellows,13.25,Noun,7,5,2,fellow,none,none,8.89,1.00,none,7.56,none,8.62 fellowship,fellowship,2.94,Noun,10,7,3,fellowship,10.37,1.00,10.37,1.00,none,none,none, fellowships,fellowships,0.18,Noun,11,8,3,fellowship,none,none,10.37,1.00,none,none,none, fells,fells,0.12,Noun,5,4,1,fell,none,none,3.28,1.00,4.51,none,4.67, felon,felon,2.51,Noun,5,5,2,felon,10.71,0.94,10.71,0.94,none,none,none,10.60 felonies,felonies,0.65,Noun,8,7,3,felony,none,none,12.45,1.00,none,none,none, felonious,felonious,0.27,Adjective,9,8,4,felonious,14.06,0.95,14.06,0.95,none,none,none, felons,felons,1.25,Noun,6,6,2,felon,none,none,10.71,0.94,none,none,none,10.60 felony,felony,5.59,Noun,6,6,3,felony,12.45,1.00,12.45,1.00,none,none,none, felt,felt,119.82,Verb,4,4,1,felt,6.10,1.00,6.10,1.00,none,none,6.33, felts,felts,0.02,Noun,5,5,1,felt,none,none,6.10,1.00,none,none,6.33, female,female,31.61,Adjective,6,5,2,female,5.89,1.00,5.89,1.00,6.20,none,none,5.62 femaleness,femaleness,0.02,Noun,10,8,3,femaleness,10.06,0.94,10.06,0.94,none,none,none, females,females,3.39,Noun,7,6,2,female,none,none,5.89,1.00,6.20,none,none,5.62 feminine,feminine,4.57,Adjective,8,7,3,feminine,8.26,1.00,8.26,1.00,none,none,none, femininity,femininity,0.39,Noun,10,10,5,femininity,12.44,1.00,12.44,1.00,none,none,none, feminism,feminism,0.33,Noun,8,9,4,feminism,13.06,0.94,13.06,0.94,none,none,none, feminist,feminist,1.82,Adjective,8,8,3,feminist,12.06,1.00,12.06,1.00,none,none,none, feministic,feministic,0.02,Adjective,10,10,4,feministic,14.28,1.00,14.28,1.00,none,none,none, feminists,feminists,0.61,Noun,9,9,3,feminist,none,none,12.06,1.00,none,none,none, feminization,feminization,0.04,Noun,12,11,5,feminization,14.06,1.00,14.06,1.00,none,none,none, femme,femme,1.24,Noun,5,3,1,femme,13.71,0.89,13.71,0.89,none,none,none,12.64 femmes,femmes,0.24,Noun,6,4,1,femme,none,none,13.71,0.89,none,none,none,12.64 femoral,femoral,1.06,Adjective,7,6,3,femoral,13.31,0.72,13.31,0.72,none,none,none, femur,femur,1.14,Noun,5,4,2,femur,11.11,1.00,11.11,1.00,none,none,none,11.90 femurs,femurs,0.02,Noun,6,7,2,femur,none,none,11.11,1.00,none,none,none,11.90 fen,fen,0.35,Noun,3,3,1,fen,16.64,0.58,16.64,0.58,none,none,none, fence,fence,16.06,Noun,5,4,1,fence,6.28,1.00,6.28,1.00,8.69,none,5.14, fenced,fenced,0.31,Verb,6,5,1,fence,none,none,6.28,1.00,8.69,none,5.14, fencer,fencer,0.04,Noun,6,5,2,fencer,11.84,1.00,11.84,1.00,none,none,none, fences,fences,2.35,Noun,6,6,2,fence,none,none,6.28,1.00,8.69,none,5.14, fencing,fencing,1.37,Noun,7,6,2,fencing,10.94,1.00,10.94,1.00,none,9.81,none, fend,fend,0.92,Verb,4,4,1,fend,10.18,0.94,10.18,0.94,none,none,9.68, fended,fended,0.06,Verb,6,6,2,fend,none,none,10.18,0.94,none,none,9.68, fender,fender,2.55,Noun,6,5,2,fender,8.50,1.00,8.50,1.00,none,none,none,10.80 fenders,fenders,0.47,Noun,7,6,2,fender,none,none,8.50,1.00,none,none,none,10.80 fending,fending,0.22,Verb,7,6,2,fend,none,none,10.18,0.94,none,none,9.68, fends,fends,0.04,Verb,5,5,1,fend,none,none,10.18,0.94,none,none,9.68, fennel,fennel,0.76,Noun,6,5,2,fennel,13.68,0.95,13.68,0.95,none,none,none,12.53 fenny,fenny,0.02,Adjective,5,4,2,fenny,12.60,0.28,12.60,0.28,none,none,none, fens,fens,0.18,Noun,4,4,1,fen,none,none,16.64,0.58,none,none,none, feral,feral,0.18,Adjective,5,5,2,feral,12.93,0.78,12.93,0.78,none,none,none, ferment,ferment,0.22,Verb,7,6,2,ferment,13.20,1.00,13.20,1.00,none,none,none, fermentation,fermentation,0.14,Noun,12,10,4,fermentation,12.59,0.94,12.59,0.94,none,none,none, fermenting,fermenting,0.12,Verb,10,8,3,ferment,none,none,13.20,1.00,none,none,none, ferments,ferments,0.04,Verb,8,7,2,ferment,none,none,13.20,1.00,none,none,none, fermium,fermium,0.04,Noun,7,7,3,fermium,14.71,0.39,14.71,0.39,none,none,none, fern,fern,3.20,Noun,4,3,1,fern,8.67,1.00,8.67,1.00,none,none,7.98, ferns,ferns,0.27,Noun,5,4,1,fern,none,none,8.67,1.00,none,none,7.98, ferocious,ferocious,1.55,Adjective,9,6,3,ferocious,9.74,1.00,9.74,1.00,none,none,none, ferociousness,ferociousness,0.04,Noun,13,10,4,ferociousness,10.40,0.95,10.40,0.95,none,none,none, ferocity,ferocity,0.20,Noun,8,7,4,ferocity,12.24,0.85,12.24,0.85,none,none,none, ferret,ferret,1.63,Noun,6,5,2,ferret,8.47,1.00,8.47,1.00,none,8.98,none,8.28 ferrets,ferrets,0.18,Noun,7,6,2,ferret,none,none,8.47,1.00,none,8.98,none,8.28 ferried,ferried,0.16,Verb,7,5,2,ferry,none,none,8.00,1.00,none,7.56,none,8.12 ferries,ferries,0.12,Noun,7,5,2,ferry,none,none,8.00,1.00,none,7.56,none,8.12 ferrite,ferrite,0.02,Noun,7,5,2,ferrite,17.70,0.50,17.70,0.50,none,none,none, ferrous,ferrous,0.04,Adjective,7,5,2,ferrous,13.71,0.78,13.71,0.78,none,none,none, ferry,ferry,5.35,Noun,5,4,2,ferry,8.00,1.00,8.00,1.00,none,7.56,none,8.12 ferryboat,ferryboat,0.41,Noun,9,7,3,ferryboat,8.63,1.00,8.63,1.00,none,none,none, ferryboats,ferryboats,0.04,Noun,10,8,3,ferryboat,none,none,8.63,1.00,none,none,none, ferryman,ferryman,0.12,Noun,8,7,3,ferryman,10.62,0.95,10.62,0.95,none,none,none, fertile,fertile,1.57,Adjective,7,5,2,fertile,9.32,1.00,9.32,1.00,none,none,none,10.90 fertility,fertility,1.90,Noun,9,8,4,fertility,14.45,1.00,14.45,1.00,none,none,none, fertilization,fertilisation,0.24,Noun,13,11,5,fertilization,9.47,1.00,9.47,1.00,none,none,none, fertilize,fertilise,0.41,Verb,9,7,3,fertilize,9.53,1.00,9.53,1.00,none,none,none, fertilizer,fertiliser,1.96,Noun,10,8,4,fertilizer,7.67,1.00,7.67,1.00,none,none,none, fertilizers,fertilisers,0.20,Noun,11,9,4,fertilizer,none,none,7.67,1.00,none,none,none, fertilizes,fertilises,0.08,Verb,10,9,4,fertilize,none,none,9.53,1.00,none,none,none, fertilizing,fertilising,0.10,Verb,11,9,4,fertilize,none,none,9.53,1.00,none,none,none, fervency,fervency,0.02,Noun,8,7,3,fervency,15.08,0.72,15.08,0.72,none,none,none, fervent,fervent,0.35,Adjective,7,6,2,fervent,13.24,0.85,13.24,0.85,none,none,none, fervor,fervour,0.29,Noun,6,4,2,fervor,11.75,0.84,11.75,0.84,none,none,none, fescue,fescue,0.08,Noun,6,6,2,fescue,16.10,0.53,16.10,0.53,none,none,none, fess,fess,0.59,Verb,4,3,1,fess,10.57,0.78,10.57,0.78,none,none,none, fest,fest,1.35,Noun,4,4,1,fest,9.88,0.89,9.88,0.89,none,none,none, festal,festal,Err:512,Err:512,6,6,2,festal,14.44,0.47,14.44,0.47,none,none,none, fester,fester,2.69,Name,6,5,2,fester,11.01,0.95,11.01,0.95,none,none,none,11.29 festers,festers,0.04,Noun,7,6,2,fester,none,none,11.01,0.95,none,none,none,11.29 festival,festival,9.90,Noun,8,8,3,festival,8.39,1.00,8.39,1.00,none,none,none, festivals,festivals,0.71,Noun,9,9,3,festival,none,none,8.39,1.00,none,none,none, festive,festive,1.92,Adjective,7,6,2,festive,8.42,1.00,8.42,1.00,none,none,none,8.62 festiveness,festiveness,0.02,Noun,11,9,3,festiveness,12.25,0.89,12.25,0.89,none,none,none, festivities,festivities,1.39,Noun,11,10,4,festivity,none,none,9.84,1.00,none,none,none, festivity,festivity,0.16,Noun,9,9,4,festivity,9.84,1.00,9.84,1.00,none,none,none, festoon,festoon,0.06,Verb,7,6,2,festoon,14.60,0.56,14.60,0.56,none,none,none, festoons,festoons,0.02,Noun,8,7,2,festoon,none,none,14.60,0.56,none,none,none, fests,fests,0.06,Noun,5,5,1,fest,none,none,9.88,0.89,none,none,none, feta,feta,0.12,Noun,4,4,2,feta,15.94,0.89,15.94,0.89,none,none,none, fetal,foetal,1.16,Adjective,5,5,2,fetal,11.95,1.00,11.95,1.00,none,none,none,10.80 fetch,fetch,10.96,Verb,5,3,1,fetch,6.61,1.00,6.61,1.00,5.30,none,7.29, fetched,fetched,0.55,Verb,7,4,1,fetch,none,none,6.61,1.00,5.30,none,7.29, fetches,fetches,0.10,Verb,7,5,2,fetch,none,none,6.61,1.00,5.30,none,7.29, fete,fete,0.31,Noun,4,3,1,fete,14.46,0.68,14.46,0.68,none,none,none, fetes,fetes,0.04,Noun,5,4,1,fete,none,none,14.46,0.68,none,none,none, fetid,foetid,0.14,Adjective,5,5,2,fetid,13.60,0.53,13.60,0.53,none,none,none, fetish,fetish,2.29,Noun,6,5,2,fetish,13.44,1.00,13.44,1.00,none,none,none,11.49 fetishes,fetishes,0.20,Noun,8,7,3,fetish,none,none,13.44,1.00,none,none,none,11.49 fetishism,fetishism,0.12,Noun,9,9,4,fetishism,14.94,0.84,14.94,0.84,none,none,none, fetishist,fetishist,0.08,Noun,9,8,3,fetishist,15.25,0.89,15.25,0.89,none,none,none, fetishistic,fetishistic,0.06,Adjective,11,10,4,fetishistic,16.80,0.83,16.80,0.83,none,none,none, fetishists,fetishists,0.06,Noun,10,9,3,fetishist,none,none,15.25,0.89,none,none,none, fetlock,fetlock,0.08,Noun,7,6,2,fetlock,12.75,0.22,12.75,0.22,none,none,none, fetlocks,fetlocks,0.06,Noun,8,7,2,fetlock,none,none,12.75,0.22,none,none,none, fetor,fetor,0.02,Noun,5,4,2,fetor,15.00,0.33,15.00,0.33,none,none,none, fetter,fetter,0.02,Verb,6,4,2,fetter,13.91,0.55,13.91,0.55,11.36,none,none, fetters,fetters,0.04,Noun,7,5,2,fetter,none,none,13.91,0.55,11.36,none,none, fettle,fettle,0.12,Noun,6,5,2,fettle,16.67,0.16,16.67,0.16,10.58,none,none, fettler,fettler,0.02,Noun,7,6,2,fettler,13.62,0.44,13.62,0.44,none,none,none, fettuccine,fettuccine,0.27,Noun,10,8,4,fettuccine,12.94,1.00,12.94,1.00,none,none,none, fetus,foetus,1.61,Noun,5,5,2,fetus,12.72,1.00,12.72,1.00,none,none,none,10.60 fetuses,foetuses,0.14,Noun,7,7,3,fetus,none,none,12.72,1.00,none,none,none,10.60 feud,feud,1.29,Noun,4,4,1,feud,10.33,1.00,10.33,1.00,none,none,9.96, feudal,feudal,0.20,Adjective,6,6,2,feudal,11.93,0.83,11.93,0.83,none,13.64,none, feudalism,feudalism,0.04,Noun,9,10,4,feudalism,12.80,0.53,12.80,0.53,none,none,none, feudalistic,feudalistic,Err:512,Err:512,11,11,4,feudalistic,13.69,0.65,13.69,0.65,none,none,none, feuds,feuds,0.16,Noun,5,5,1,feud,none,none,10.33,1.00,none,none,9.96, feuilleton,feuilleton,0.02,Noun,10,9,4,feuilleton,18.00,0.11,18.00,0.11,none,none,none, fever,fever,19.94,Noun,5,4,2,fever,5.84,1.00,5.84,1.00,none,7.18,none,5.93 fevered,fevered,0.16,Adjective,7,5,2,fevered,9.12,0.94,9.12,0.94,none,none,none, feverish,feverish,0.65,Adjective,8,6,3,feverish,8.94,1.00,8.94,1.00,none,none,none, feverous,feverous,0.04,Adjective,8,6,3,feverous,10.06,0.89,10.06,0.89,none,none,none, fevers,fevers,0.22,Noun,6,5,2,fever,none,none,5.84,1.00,none,7.18,none,5.93 few,few,301.82,Determiner,3,3,1,few,6.00,1.00,6.00,1.00,5.43,none,5.96, fewer,fewer,2.98,Determiner,5,4,2,few,none,none,6.00,1.00,5.43,none,5.96, fewest,fewest,0.18,Determiner,6,6,2,few,none,none,6.00,1.00,5.43,none,5.96, fiacre,fiacre,0.04,Noun,6,6,3,fiacre,16.60,0.28,16.60,0.28,none,none,none, fiance,fiance,3.94,Noun,6,6,3,fiance,10.32,0.95,10.32,0.95,none,none,none, fiancee,fiancée,3.02,Noun,7,6,3,fiancee,8.47,1.00,8.47,1.00,none,none,none, fiasco,fiasco,1.63,Noun,6,6,3,fiasco,11.68,1.00,11.68,1.00,none,none,none, fib,fib,1.27,Noun,3,3,1,fib,6.50,1.00,6.50,1.00,none,none,6.71, fibbed,fibbed,0.08,Verb,6,4,1,fib,none,none,6.50,1.00,none,none,6.71, fibber,fibber,0.16,Noun,6,5,2,fibber,7.00,1.00,7.00,1.00,none,none,none, fibbers,fibbers,0.04,Noun,7,6,2,fibber,none,none,7.00,1.00,none,none,none, fibbing,fibbing,0.12,Verb,7,5,2,fib,none,none,6.50,1.00,none,none,6.71, fiber,fibre,3.06,Noun,5,4,2,fiber,10.82,1.00,10.82,1.00,none,none,none,9.85 fiberglass,fibreglass,0.47,Noun,10,8,3,fiberglass,10.84,1.00,10.84,1.00,none,none,none, fibers,fibres,2.18,Noun,6,5,2,fiber,none,none,10.82,1.00,none,none,none,9.85 fibril,fibril,0.02,Noun,6,6,2,fibril,15.08,0.63,15.08,0.63,none,none,none, fibrillation,fibrillation,0.22,Noun,12,10,4,fibrillation,14.58,0.63,14.58,0.63,none,none,none, fibrinogen,fibrinogen,0.08,Noun,10,10,4,fibrinogen,15.58,0.63,15.58,0.63,none,none,none, fibroblast,fibroblast,0.02,Noun,10,10,3,fibroblast,16.89,0.50,16.89,0.50,none,none,none, fibroid,fibroid,0.04,Adjective,7,6,2,fibroid,16.65,0.85,16.65,0.85,none,none,none, fibroids,fibroids,0.02,Noun,8,7,2,fibroid,none,none,16.65,0.85,none,none,none, fibrosis,fibrosis,0.39,Noun,8,8,3,fibrosis,14.94,0.89,14.94,0.89,none,none,none, fibrotic,fibrotic,0.02,Adjective,8,8,3,fibrotic,14.77,0.68,14.77,0.68,none,none,none, fibrous,fibrous,0.25,Adjective,7,6,2,fibrous,12.47,0.89,12.47,0.89,none,none,none, fibs,fibs,0.14,Noun,4,4,1,fib,none,none,6.50,1.00,none,none,6.71, fibster,fibster,0.02,Noun,7,7,2,fibster,11.12,0.81,11.12,0.81,none,none,none, fibula,fibula,0.20,Noun,6,7,3,fibula,13.24,0.94,13.24,0.94,none,none,none, fibular,fibular,0.14,Adjective,7,8,3,fibular,14.09,0.55,14.09,0.55,none,none,none, fiche,fiche,0.02,Noun,5,3,1,fiche,14.17,0.57,14.17,0.57,none,none,none, fichus,fichus,0.04,Noun,6,5,2,fichus,14.75,0.44,14.75,0.44,none,none,none, fickle,fickle,1.18,Adjective,6,5,2,fickle,11.00,0.95,11.00,0.95,none,none,none,10.90 fico,fico,0.86,Noun,4,4,2,fico,15.50,0.44,15.50,0.44,none,none,none, fiction,fiction,6.08,Noun,7,6,2,fiction,7.22,1.00,7.22,1.00,none,6.83,none,7.11 fictional,fictional,1.39,Adjective,9,8,3,fictional,8.00,1.00,8.00,1.00,none,none,none, fictionalize,fictionalise,0.02,Verb,12,10,4,fictionalize,11.76,0.94,11.76,0.94,none,none,none, fictions,fictions,0.06,Noun,8,7,2,fiction,none,none,7.22,1.00,none,6.83,none,7.11 fictitious,fictitious,0.61,Adjective,10,8,3,fictitious,9.06,1.00,9.06,1.00,none,none,none, fiddle,fiddle,3.63,Noun,6,5,2,fiddle,8.28,1.00,8.28,1.00,none,7.35,none,8.12 fiddled,fiddled,0.20,Verb,7,6,2,fiddle,none,none,8.28,1.00,none,7.35,none,8.12 fiddler,fiddler,0.88,Noun,7,6,3,fiddler,8.56,1.00,8.56,1.00,none,none,none, fiddlers,fiddlers,0.08,Noun,8,7,3,fiddler,none,none,8.56,1.00,none,none,none, fiddles,fiddles,0.14,Noun,7,6,2,fiddle,none,none,8.28,1.00,none,7.35,none,8.12 fiddlestick,fiddlestick,0.02,Noun,11,9,3,fiddlestick,9.81,0.89,9.81,0.89,none,none,none, fiddling,fiddling,0.84,Verb,8,6,2,fiddle,none,none,8.28,1.00,none,7.35,none,8.12 fiddly,fiddly,0.08,Adjective,6,6,3,fiddly,11.15,0.65,11.15,0.65,none,none,none, fidelity,fidelity,1.98,Noun,8,8,4,fidelity,12.82,0.89,12.82,0.89,none,none,none, fidget,fidget,0.08,Verb,6,5,2,fidget,8.52,1.00,8.52,1.00,none,none,none, fidgeting,fidgeting,0.57,Verb,9,7,3,fidget,none,none,8.52,1.00,none,none,none, fidgets,fidgets,0.14,Noun,7,6,2,fidget,none,none,8.52,1.00,none,none,none, fidgety,fidgety,0.35,Adjective,7,6,3,fidgety,7.89,1.00,7.89,1.00,none,none,none, fiduciary,fiduciary,0.24,Adjective,9,9,5,fiduciary,15.71,0.74,15.71,0.74,none,none,none, fief,fief,0.02,Noun,4,3,1,fief,12.67,0.60,12.67,0.60,none,none,none, field,field,70.20,Noun,5,4,1,field,6.10,1.00,6.10,1.00,none,none,5.68, fielded,fielded,0.08,Verb,7,6,2,field,none,none,6.10,1.00,none,none,5.68, fielder,fielder,0.55,Noun,7,5,2,fielder,9.44,0.95,9.44,0.95,none,9.07,none, fielders,fielders,0.06,Noun,8,6,2,fielder,none,none,9.44,0.95,none,9.07,none, fields,fields,11.94,Noun,6,5,1,field,none,none,6.10,1.00,none,none,5.68, fieldstrip,fieldstrip,0.02,Verb,10,9,2,fieldstrip,9.91,0.58,9.91,0.58,none,none,none, fieldwork,fieldwork,0.22,Noun,9,7,2,fieldwork,10.80,1.00,10.80,1.00,none,none,none, fiend,fiend,2.80,Noun,5,4,1,fiend,10.39,1.00,10.39,1.00,none,none,10.90, fiendish,fiendish,0.59,Adjective,8,6,2,fiendish,12.05,0.95,12.05,0.95,none,none,none, fiends,fiends,0.76,Noun,6,5,1,fiend,none,none,10.39,1.00,none,none,10.90, fierce,fierce,4.78,Adjective,6,4,1,fierce,9.04,1.00,9.04,1.00,none,6.71,9.17, fierceness,fierceness,0.04,Noun,10,7,3,fierceness,11.11,1.00,11.11,1.00,9.10,none,none, fiercer,fiercer,0.10,Adjective,7,5,2,fierce,none,none,9.04,1.00,none,6.71,9.17, fiercest,fiercest,0.24,Adjective,8,7,2,fierce,none,none,9.04,1.00,none,6.71,9.17, fiery,fiery,2.02,Adjective,5,4,3,fiery,10.28,0.95,10.28,0.95,none,none,none, fiesta,fiesta,1.25,Noun,6,6,3,fiesta,10.84,1.00,10.84,1.00,none,none,none, fiestas,fiestas,0.02,Noun,7,7,3,fiesta,none,none,10.84,1.00,none,none,none, fife,fife,1.04,Name,4,3,1,fife,11.28,0.73,11.28,0.73,none,none,13.20, fifes,fifes,0.04,Noun,5,4,1,fife,none,none,11.28,0.73,none,none,13.20, fifteen,fifteen,17.55,Number,7,6,2,fifteen,6.10,1.00,6.10,1.00,none,5.88,none, fifteens,fifteens,0.02,Number,8,7,2,fifteen,none,none,6.10,1.00,none,5.88,none, fifth,fifth,19.20,Number,5,4,1,fifth,5.36,1.00,5.36,1.00,none,5.50,5.79, fifths,fifths,0.12,Number,6,5,1,fifth,none,none,5.36,1.00,none,5.50,5.79, fifties,fifties,0.67,Number,7,6,2,fifty,none,none,5.55,1.00,none,6.18,none, fifty,fifty,18.82,Number,5,5,2,fifty,5.55,1.00,5.55,1.00,none,6.18,none, fig,fig,1.22,Noun,3,3,1,fig,8.06,1.00,8.06,1.00,none,none,8.54, fight,fight,201.08,Verb,5,3,1,fight,5.47,1.00,5.47,1.00,5.30,5.35,5.19, fightable,fightable,0.02,Adjective,9,7,3,fightable,9.89,1.00,9.89,1.00,none,none,none, fighter,fighter,12.78,Noun,7,4,2,fighter,6.89,1.00,6.89,1.00,none,none,none, fighters,fighters,7.10,Noun,8,5,2,fighter,none,none,6.89,1.00,none,none,none, fighting,fighting,70.80,Verb,8,5,2,fight,none,none,5.47,1.00,5.30,5.35,5.19, fights,fights,12.04,Noun,6,4,1,fight,none,none,5.47,1.00,5.30,5.35,5.19, figment,figment,1.08,Noun,7,7,2,figment,9.63,1.00,9.63,1.00,none,none,none,12.11 figments,figments,0.14,Noun,8,8,2,figment,none,none,9.63,1.00,none,none,none,12.11 figs,figs,0.69,Noun,4,4,1,fig,none,none,8.06,1.00,none,none,8.54, figural,figural,0.02,Noun,7,7,3,figural,11.85,0.72,11.85,0.72,none,none,none, figurate,figurate,0.02,Adjective,8,7,3,figurate,12.78,0.45,12.78,0.45,none,none,none, figurative,figurative,0.08,Adjective,10,9,4,figurative,13.06,0.94,13.06,0.94,none,none,none, figure,figure,129.37,Verb,6,5,2,figure,7.53,1.00,7.53,1.00,none,none,none,7.26 figured,figured,76.33,Verb,7,6,2,figure,none,none,7.53,1.00,none,none,none,7.26 figurehead,figurehead,0.27,Noun,10,8,3,figurehead,12.11,1.00,12.11,1.00,none,none,none, figureheads,figureheads,0.04,Noun,11,9,3,figurehead,none,none,12.11,1.00,none,none,none, figureless,figureless,0.02,Adjective,10,8,3,figureless,10.75,1.00,10.75,1.00,none,none,none, figurer,figurer,0.02,Noun,7,6,3,figurer,12.75,0.84,12.75,0.84,none,none,none, figures,figures,18.61,Noun,7,6,2,figure,none,none,7.53,1.00,none,none,none,7.26 figurine,figurine,0.27,Noun,8,7,3,figurine,9.00,1.00,9.00,1.00,none,none,none, figurines,figurines,0.49,Noun,9,8,3,figurine,none,none,9.00,1.00,none,none,none, figuring,figuring,6.24,Verb,8,7,3,figure,none,none,7.53,1.00,none,none,none,7.26 filament,filament,0.33,Noun,8,8,3,filament,11.29,0.85,11.29,0.85,none,none,none, filaments,filaments,0.12,Noun,9,9,3,filament,none,none,11.29,0.85,none,none,none, filbert,filbert,0.04,Noun,7,6,2,filbert,13.73,0.58,13.73,0.58,none,none,none, filberts,filberts,0.04,Noun,8,7,2,filbert,none,none,13.73,0.58,none,none,none, filcher,filcher,0.02,Noun,7,5,2,filcher,16.56,0.43,16.56,0.43,none,none,none, file,file,44.04,Noun,4,3,1,file,8.21,1.00,8.21,1.00,9.27,none,7.77, filed,filed,8.80,Verb,5,4,1,file,none,none,8.21,1.00,9.27,none,7.77, filer,filer,0.02,Noun,5,4,2,filer,10.60,1.00,10.60,1.00,none,none,none, filers,filers,0.02,Noun,6,5,2,filer,none,none,10.60,1.00,none,none,none, files,files,26.63,Noun,5,4,1,file,none,none,8.21,1.00,9.27,none,7.77, filet,fillet,0.94,Noun,5,4,2,filet,9.89,1.00,9.89,1.00,none,none,none, filets,filets,0.06,Noun,6,5,2,filet,none,none,9.89,1.00,none,none,none, filial,filial,0.29,Adjective,6,6,3,filial,15.29,0.74,15.29,0.74,none,none,none, filibuster,filibuster,0.22,Noun,10,9,4,filibuster,14.87,0.83,14.87,0.83,none,none,none, filigree,filigree,0.10,Noun,8,7,3,filigree,13.06,0.80,13.06,0.80,none,none,none, fill,fill,43.94,Verb,4,3,1,fill,5.06,1.00,5.06,1.00,none,5.39,5.14, filled,filled,27.18,Verb,6,4,1,fill,none,none,5.06,1.00,none,5.39,5.14, filler,filler,0.55,Noun,6,4,2,filler,8.83,0.95,8.83,0.95,none,none,none, fillers,fillers,0.02,Noun,7,5,2,filler,none,none,8.83,0.95,none,none,none, fillet,fillet,0.49,Noun,6,4,2,fillet,10.95,1.00,10.95,1.00,none,none,none, filleted,filleted,0.08,Verb,8,7,3,fillet,none,none,10.95,1.00,none,none,none, fillets,fillets,0.10,Noun,7,6,2,fillet,none,none,10.95,1.00,none,none,none, fillies,fillies,0.18,Noun,7,5,2,filly,none,none,10.00,0.74,none,none,none, filling,filling,9.69,Verb,7,5,2,filling,6.82,1.00,6.82,1.00,none,6.98,none, fillings,fillings,0.69,Noun,8,6,2,filling,none,none,6.82,1.00,none,6.98,none, fills,fills,2.61,Verb,5,4,1,fill,none,none,5.06,1.00,none,5.39,5.14, filly,filly,1.18,Noun,5,4,2,filly,10.00,0.74,10.00,0.74,none,none,none, film,film,65.25,Noun,4,4,1,film,6.95,1.00,6.95,1.00,none,5.50,6.20, filmed,filmed,2.37,Verb,6,5,1,film,none,none,6.95,1.00,none,5.50,6.20, filmgoer,filmgoer,0.04,Verb,8,7,3,filmgoer,10.89,1.00,10.89,1.00,none,none,none, filmgoers,filmgoers,0.02,Noun,9,8,3,filmgoer,none,none,10.89,1.00,none,none,none, filmic,filmic,0.06,Adjective,6,6,2,filmic,14.50,0.44,14.50,0.44,none,none,none, filming,filming,3.88,Verb,7,6,2,film,none,none,6.95,1.00,none,5.50,6.20, filmmaker,filmmaker,2.04,Noun,9,7,3,filmmaker,11.00,1.00,11.00,1.00,none,none,none, filmmakers,filmmakers,0.59,Noun,10,8,3,filmmaker,none,none,11.00,1.00,none,none,none, films,films,14.71,Noun,5,5,1,film,none,none,6.95,1.00,none,5.50,6.20, filmstrip,filmstrip,0.08,Noun,9,9,2,filmstrip,10.00,1.00,10.00,1.00,none,none,none, filmy,filmy,0.08,Adjective,5,5,2,filmy,11.41,0.94,11.41,0.94,none,none,none, filter,philtre,3.18,Noun,6,5,2,filter,8.05,1.00,8.05,1.00,none,8.64,none, filtered,filtered,0.61,Verb,8,6,2,filter,none,none,8.05,1.00,none,8.64,none, filtering,filtering,0.49,Verb,9,7,3,filter,none,none,8.05,1.00,none,8.64,none, filters,philtres,0.94,Noun,7,6,2,filter,none,none,8.05,1.00,none,8.64,none, filth,filth,4.53,Noun,5,4,1,filth,7.45,1.00,7.45,1.00,none,7.56,8.96, filthier,filthier,0.24,Adjective,8,6,3,filthy,none,none,7.17,1.00,none,none,none, filthiest,filthiest,0.59,Adjective,9,8,3,filthy,none,none,7.17,1.00,none,none,none, filthiness,filthiness,0.18,Noun,10,8,3,filthiness,7.05,0.95,7.05,0.95,none,none,none, filthy,filthy,16.43,Adjective,6,5,2,filthy,7.17,1.00,7.17,1.00,none,none,none, filtration,filtration,0.45,Noun,10,9,3,filtration,11.42,1.00,11.42,1.00,none,none,none, fin,fin,3.41,Noun,3,3,1,fin,7.30,0.95,7.30,0.95,none,none,7.35, finagle,finagle,0.20,Verb,7,7,3,finagle,12.21,0.74,12.21,0.74,none,none,none, finagled,finagled,0.06,Verb,8,8,3,finagle,none,none,12.21,0.74,none,none,none, finagling,finagling,0.14,Verb,9,8,3,finagle,none,none,12.21,0.74,none,none,none, final,final,49.67,Adjective,5,5,2,final,6.58,1.00,6.58,1.00,7.68,none,none,6.89 finale,finale,2.45,Noun,6,6,3,finale,7.74,1.00,7.74,1.00,none,none,none, finales,finales,0.06,Noun,7,7,3,finale,none,none,7.74,1.00,none,none,none, finalist,finalist,0.47,Noun,8,8,3,finalist,8.56,1.00,8.56,1.00,none,none,none, finalists,finalists,1.12,Noun,9,9,3,finalist,none,none,8.56,1.00,none,none,none, finality,finality,0.39,Noun,8,8,4,finality,12.50,0.95,12.50,0.95,none,none,none, finalize,finalise,0.51,Verb,8,7,3,finalize,10.30,1.00,10.30,1.00,none,none,none, finalized,finalised,0.43,Verb,9,8,3,finalize,none,none,10.30,1.00,none,none,none, finalizing,finalising,0.08,Verb,10,9,4,finalize,none,none,10.30,1.00,none,none,none, finals,finals,6.67,Noun,6,6,2,final,none,none,6.58,1.00,7.68,none,none,6.89 finance,finance,5.35,Noun,7,6,2,finance,12.52,1.00,12.52,1.00,none,10.28,none,10.04 financed,financed,0.96,Verb,8,7,2,finance,none,none,12.52,1.00,none,10.28,none,10.04 finances,finances,1.55,Noun,8,8,3,finance,none,none,12.52,1.00,none,10.28,none,10.04 financial,financial,15.24,Adjective,9,8,3,financial,11.16,1.00,11.16,1.00,none,none,none, financier,financier,0.33,Noun,9,8,3,financier,14.00,1.00,14.00,1.00,12.04,none,none, financiers,financiers,0.12,Noun,10,9,3,financier,none,none,14.00,1.00,12.04,none,none, finch,finch,4.02,Name,5,4,1,finch,8.91,0.90,8.91,0.90,none,none,10.82, finches,finches,0.25,Noun,7,6,2,finch,none,none,8.91,0.90,none,none,10.82, find,find,830.96,Verb,4,4,1,find,5.78,1.00,5.78,1.00,4.90,5.56,4.47, finder,finder,1.67,Noun,6,5,2,finder,6.06,1.00,6.06,1.00,none,none,none, finders,finders,0.53,Name,7,6,2,finder,none,none,6.06,1.00,none,none,none, finding,finding,37.94,Verb,7,6,2,find,none,none,5.78,1.00,4.90,5.56,4.47, finds,finds,29.25,Verb,5,5,1,find,none,none,5.78,1.00,4.90,5.56,4.47, fine,fine,598.08,Adjective,4,3,1,fine,7.44,1.00,7.44,1.00,5.91,none,5.99, fined,fined,0.84,Verb,5,4,1,fine,none,none,7.44,1.00,5.91,none,5.99, fineness,fineness,0.02,Noun,8,5,2,fineness,10.00,0.94,10.00,0.94,none,none,none, finer,finer,2.59,Adjective,5,4,2,fine,none,none,7.44,1.00,5.91,none,5.99, finery,finery,0.27,Noun,6,5,3,finery,11.47,0.94,11.47,0.94,9.19,none,none, fines,fines,0.78,Noun,5,4,1,fine,none,none,7.44,1.00,5.91,none,5.99, finesse,finesse,1.39,Noun,7,5,2,finesse,12.39,1.00,12.39,1.00,11.93,none,none,12.32 finest,finest,16.47,Adjective,6,6,2,fine,none,none,7.44,1.00,5.91,none,5.99, finger,finger,36.67,Noun,6,5,2,finger,3.43,1.00,3.43,1.00,none,3.79,none,4.14 fingerboard,fingerboard,0.08,Noun,11,9,3,fingerboard,11.65,0.85,11.65,0.85,none,none,none, fingerboards,fingerboards,0.02,Noun,12,10,3,fingerboard,none,none,11.65,0.85,none,none,none, fingered,fingered,0.76,Verb,8,6,2,finger,none,none,3.43,1.00,none,3.79,none,4.14 fingering,fingering,0.35,Verb,9,7,3,finger,none,none,3.43,1.00,none,3.79,none,4.14 fingernail,fingernail,1.33,Noun,10,8,3,fingernail,4.00,1.00,4.00,1.00,none,none,none, fingernails,fingernails,4.12,Noun,11,9,3,fingernail,none,none,4.00,1.00,none,none,none, fingerprint,fingerprint,3.20,Noun,11,10,3,fingerprint,7.56,1.00,7.56,1.00,none,none,none, fingerprinted,fingerprinted,0.45,Verb,13,12,4,fingerprint,none,none,7.56,1.00,none,none,none, fingerprinting,fingerprinting,0.31,Verb,14,12,4,fingerprint,none,none,7.56,1.00,none,none,none, fingerprints,fingerprints,11.49,Noun,12,11,3,fingerprint,none,none,7.56,1.00,none,none,none, fingers,fingers,33.25,Noun,7,6,2,finger,none,none,3.43,1.00,none,3.79,none,4.14 fingertip,fingertip,0.20,Noun,9,8,3,fingertip,6.00,1.00,6.00,1.00,none,none,none, fingertips,fingertips,1.65,Noun,10,9,3,fingertip,none,none,6.00,1.00,none,none,none, finicky,finicky,0.20,Adjective,7,6,3,finicky,9.47,0.94,9.47,0.94,none,none,none, fining,fining,0.16,Verb,6,5,2,fine,none,none,7.44,1.00,5.91,none,5.99, finis,finis,0.14,Noun,5,5,2,finis,13.89,0.45,13.89,0.45,none,none,none, finish,finish,98.92,Verb,6,5,2,finish,6.32,1.00,6.32,1.00,none,6.09,none,5.87 finished,finished,83.71,Verb,8,6,2,finish,none,none,6.32,1.00,none,6.09,none,5.87 finisher,finisher,0.16,Noun,8,6,3,finisher,10.42,1.00,10.42,1.00,none,none,none, finishers,finishers,0.06,Noun,9,7,3,finisher,none,none,10.42,1.00,none,none,none, finishes,finishes,3.57,Verb,8,7,3,finish,none,none,6.32,1.00,none,6.09,none,5.87 finishing,finishing,7.90,Verb,9,7,3,finish,none,none,6.32,1.00,none,6.09,none,5.87 finite,finite,0.65,Adjective,6,5,2,finite,12.84,1.00,12.84,1.00,none,none,none,12.01 fink,fink,4.04,Noun,4,4,1,fink,7.27,0.58,7.27,0.58,none,none,none, finked,finked,0.18,Verb,6,5,1,fink,none,none,7.27,0.58,none,none,none, finking,finking,0.06,Verb,7,6,2,fink,none,none,7.27,0.58,none,none,none, finks,finks,0.08,Noun,5,5,1,fink,none,none,7.27,0.58,none,none,none, fins,fins,1.18,Noun,4,4,1,fin,none,none,7.30,0.95,none,none,7.35, fir,fir,0.43,Noun,3,2,1,fir,8.75,0.89,8.75,0.89,none,none,9.96, fire,fire,215.49,Noun,4,3,2,fire,3.25,1.00,3.25,1.00,3.94,none,4.79, firearm,firearm,1.49,Noun,7,6,3,firearm,9.94,1.00,9.94,1.00,none,none,none, firearms,firearms,3.04,Noun,8,7,3,firearm,none,none,9.94,1.00,none,none,none, fireball,fireball,1.49,Noun,8,6,3,fireball,8.58,1.00,8.58,1.00,none,none,none, fireballs,fireballs,0.39,Noun,9,7,3,fireball,none,none,8.58,1.00,none,none,none, firebomb,firebomb,0.08,Verb,8,6,3,firebomb,10.32,1.00,10.32,1.00,none,none,none, firebombed,firebombed,0.10,Verb,10,7,2,firebomb,none,none,10.32,1.00,none,none,none, firebombs,firebombs,0.06,Noun,9,7,2,firebomb,none,none,10.32,1.00,none,none,none, firebox,firebox,0.04,Noun,7,7,3,firebox,9.47,0.85,9.47,0.85,none,none,none, firebrand,firebrand,0.02,Noun,9,8,3,firebrand,12.29,0.78,12.29,0.78,none,none,none, firebreak,firebreak,0.06,Noun,9,7,3,firebreak,13.75,0.67,13.75,0.67,none,none,none, firebreaks,firebreaks,0.02,Verb,10,8,3,firebreak,none,none,13.75,0.67,none,none,none, firebug,firebug,0.24,Noun,7,6,3,firebug,7.94,0.89,7.94,0.89,none,none,none, firebugs,firebugs,0.04,Noun,8,7,3,firebug,none,none,7.94,0.89,none,none,none, firecracker,firecracker,1.06,Noun,11,8,4,firecracker,5.56,1.00,5.56,1.00,none,none,none, firecrackers,firecrackers,0.71,Noun,12,9,4,firecracker,none,none,5.56,1.00,none,none,none, fired,fired,61.94,Verb,5,4,2,fire,none,none,3.25,1.00,3.94,none,4.79, firefight,firefight,0.69,Noun,9,6,2,firefight,10.21,1.00,10.21,1.00,none,none,none, firefighter,firefighter,1.02,Noun,11,7,3,firefighter,5.16,1.00,5.16,1.00,none,none,none, firefighters,firefighters,0.84,Noun,12,8,4,firefighter,none,none,5.16,1.00,none,none,none, firefights,firefights,0.06,Noun,10,7,2,firefight,none,none,10.21,1.00,none,none,none, fireflies,fireflies,1.02,Noun,9,7,3,firefly,none,none,6.39,1.00,none,none,none, firefly,firefly,0.55,Noun,7,6,3,firefly,6.39,1.00,6.39,1.00,none,none,none, firehose,fire hose,Err:512,Err:512,8,6,3,firehose,5.76,1.00,5.76,1.00,none,none,none, firehouse,firehouse,1.22,Noun,9,6,3,firehouse,5.95,1.00,5.95,1.00,none,none,none, firehouses,firehouses,0.08,Noun,10,8,4,firehouse,none,none,5.95,1.00,none,none,none, firehydrant,fire hydrant,Err:512,Err:512,11,11,4,firehydrant,5.36,1.00,5.36,1.00,none,none,none, firelight,firelight,0.49,Noun,9,6,3,firelight,9.17,1.00,9.17,1.00,none,none,none, fireman,fireman,2.92,Noun,7,6,2,fireman,5.05,1.00,5.05,1.00,5.46,none,none, firemen,firemen,2.14,Noun,7,6,2,fireman,none,none,5.05,1.00,5.46,none,none, fireplace,fireplace,5.08,Noun,9,7,3,fireplace,7.37,1.00,7.37,1.00,none,none,none, fireplaces,fireplaces,0.35,Noun,10,9,4,fireplace,none,none,7.37,1.00,none,none,none, fireplug,fireplug,0.20,Noun,8,7,3,fireplug,8.73,0.71,8.73,0.71,none,none,none, fireplugs,fireplugs,0.04,Verb,9,8,3,fireplug,none,none,8.73,0.71,none,none,none, firepower,firepower,1.92,Noun,9,6,3,firepower,9.21,1.00,9.21,1.00,none,none,none, fireproof,fireproof,0.16,Adjective,9,7,3,fireproof,8.72,1.00,8.72,1.00,none,none,none, fires,fires,9.76,Noun,5,4,2,fire,none,none,3.25,1.00,3.94,none,4.79, fireside,fireside,0.39,Noun,8,6,3,fireside,9.39,1.00,9.39,1.00,none,none,none, firesides,firesides,0.06,Noun,9,7,3,fireside,none,none,9.39,1.00,none,none,none, firestorm,firestorm,0.12,Noun,9,8,2,firestorm,12.75,0.89,12.75,0.89,none,none,none, firetrap,firetrap,0.18,Noun,8,7,3,firetrap,10.63,0.95,10.63,0.95,none,none,none, firetraps,firetraps,0.06,Noun,9,8,3,firetrap,none,none,10.63,0.95,none,none,none, firetruck,fire truck,0.06,0.06,9,7,3,firetruck,3.69,1.00,3.69,1.00,none,none,none, firewall,firewall,1.08,Noun,8,6,2,firewall,13.56,1.00,13.56,1.00,none,none,none, firewalls,firewalls,0.24,Noun,9,7,3,firewall,none,none,13.56,1.00,none,none,none, firewater,firewater,0.37,Noun,9,7,4,firewater,11.00,0.89,11.00,0.89,none,none,none, fireweed,fireweed,0.02,Noun,8,6,3,fireweed,12.33,0.75,12.33,0.75,none,none,none, firewood,firewood,1.51,Noun,8,6,3,firewood,6.61,1.00,6.61,1.00,none,6.67,none, firework,firework,0.16,Noun,8,6,2,firework,4.95,1.00,4.95,1.00,none,none,none, fireworks,fireworks,5.63,Noun,9,7,2,fireworks,4.95,1.00,4.95,1.00,none,none,none, firing,firing,18.37,Verb,6,5,2,fire,none,none,3.25,1.00,3.94,none,4.79, firm,firm,35.27,Noun,4,3,1,firm,11.17,1.00,11.17,1.00,none,8.39,7.72, firma,firma,0.20,Noun,5,4,2,firma,14.50,0.60,14.50,0.60,none,none,none, firmament,firmament,0.49,Noun,9,9,3,firmament,13.06,0.89,13.06,0.89,none,none,none, firmamental,firmamental,0.02,Adjective,11,10,4,firmamental,15.27,0.58,15.27,0.58,none,none,none, firmed,firmed,0.04,Verb,6,4,1,firm,none,none,11.17,1.00,none,8.39,7.72, firmer,firmer,0.29,Adjective,6,4,2,firm,none,none,11.17,1.00,none,8.39,7.72, firmest,firmest,0.04,Adjective,7,6,2,firm,none,none,11.17,1.00,none,8.39,7.72, firming,firming,0.02,Verb,7,5,2,firm,none,none,11.17,1.00,none,8.39,7.72, firmness,firmness,0.24,Noun,8,6,2,firmness,9.12,0.94,9.12,0.94,none,none,none, firms,firms,1.61,Noun,5,4,1,firm,none,none,11.17,1.00,none,8.39,7.72, firmware,firmware,0.06,Noun,8,6,2,firmware,12.86,0.78,12.86,0.78,none,none,none, firs,firs,0.18,Noun,4,3,1,fir,none,none,8.75,0.89,none,none,9.96, first,first,840.57,Number,5,4,1,first,4.39,1.00,4.39,1.00,4.57,none,4.13, firstborn,firstborn,0.78,Noun,9,8,2,firstborn,8.83,1.00,8.83,1.00,none,none,none, firstborns,firstborns,0.02,Noun,10,9,2,firstborn,none,none,8.83,1.00,none,none,none, firstling,firstling,0.02,Adjective,9,7,2,firstling,10.73,0.61,10.73,0.61,none,none,none, firsts,firsts,0.45,Noun,6,5,1,first,none,none,4.39,1.00,4.57,none,4.13, firth,firth,0.16,Noun,5,3,1,firth,12.33,0.47,12.33,0.47,none,none,none, fiscal,fiscal,0.76,Adjective,6,6,2,fiscal,14.89,1.00,14.89,1.00,none,none,none,12.53 fish,fish,83.49,Noun,4,3,1,fish,4.05,1.00,4.05,1.00,5.16,none,3.98, fishbone,fishbone,0.08,Name,8,6,2,fishbone,7.64,1.00,7.64,1.00,none,none,none, fishbowl,fishbowl,0.18,Noun,8,6,2,fishbowl,5.47,1.00,5.47,1.00,none,none,none, fishbowls,fishbowls,0.02,Noun,9,7,2,fishbowl,none,none,5.47,1.00,none,none,none, fished,fished,1.22,Verb,6,4,1,fish,none,none,4.05,1.00,5.16,none,3.98, fisheries,fisheries,0.22,Noun,9,6,3,fishery,none,none,9.95,1.00,none,none,none, fisherman,fisherman,4.33,Noun,9,7,3,fisherman,5.16,1.00,5.16,1.00,none,5.88,none, fishermen,fishermen,2.04,Noun,9,7,3,fisherman,none,none,5.16,1.00,none,5.88,none, fisherwoman,fisherwoman,0.06,Noun,11,9,4,fisherwoman,7.06,0.95,7.06,0.95,none,none,none, fishery,fishery,0.22,Noun,7,5,3,fishery,9.95,1.00,9.95,1.00,none,none,none, fishes,fishes,2.37,Noun,6,5,2,fish,none,none,4.05,1.00,5.16,none,3.98, fisheye,fisheye,0.04,Noun,7,4,2,fisheye,8.78,0.95,8.78,0.95,none,none,none, fishhook,fishhook,0.04,Noun,8,6,2,fishhook,6.84,1.00,6.84,1.00,none,none,none, fishhooks,fishhooks,0.10,Noun,9,7,2,fishhook,none,none,6.84,1.00,none,none,none, fishiest,fishiest,0.02,Adjective,8,7,3,fishy,none,none,6.72,1.00,none,none,none, fishing,fishing,23.61,Noun,7,5,2,fishing,4.72,1.00,4.72,1.00,none,none,none, fishinghook,fishing hook,Err:512,Err:512,11,8,3,fishinghook,7.69,1.00,7.69,1.00,none,none,none, fishingpole,fishing pole,Err:512,Err:512,11,8,3,fishingpole,6.18,1.00,6.18,1.00,none,none,none, fishingrod,fishing rod,Err:512,Err:512,10,8,3,fishingrod,7.64,0.95,7.64,0.95,none,none,none, fishless,fishless,0.02,Adjective,8,6,2,fishless,8.71,0.70,8.71,0.70,none,none,none, fishmeal,fishmeal,0.04,Noun,8,6,2,fishmeal,11.59,0.81,11.59,0.81,none,none,none, fishmonger,fishmonger,0.12,Noun,10,8,3,fishmonger,13.65,0.89,13.65,0.89,none,none,none, fishmongers,fishmongers,0.06,Noun,11,9,3,fishmonger,none,none,13.65,0.89,none,none,none, fishnet,fishnet,0.22,Noun,7,6,2,fishnet,10.55,1.00,10.55,1.00,none,none,none, fishnets,fishnets,0.18,Noun,8,7,2,fishnet,none,none,10.55,1.00,none,none,none, fishpond,fishpond,0.06,Noun,8,7,2,fishpond,6.94,1.00,6.94,1.00,none,none,none, fishtail,fishtail,0.04,Noun,8,6,2,fishtail,9.67,1.00,9.67,1.00,none,none,none, fishtailing,fishtailing,0.06,Verb,11,8,3,fishtail,none,none,9.67,1.00,none,none,none, fishtank,fishtank,Err:512,Err:512,8,7,2,fishtank,5.94,1.00,5.94,1.00,none,none,none, fishwife,fishwife,0.14,Noun,8,6,2,fishwife,12.67,0.43,12.67,0.43,none,none,none, fishwives,fishwives,0.02,Noun,9,7,2,fishwife,none,none,12.67,0.43,none,none,none, fishy,fishy,2.80,Adjective,5,4,2,fishy,6.72,1.00,6.72,1.00,none,none,none, fissile,fissile,0.14,Adjective,7,5,2,fissile,12.90,0.53,12.90,0.53,none,none,none, fission,fission,0.31,Noun,7,5,2,fission,14.72,1.00,14.72,1.00,none,none,none, fissionable,fissionable,0.04,Adjective,11,9,4,fissionable,16.40,0.53,16.40,0.53,none,none,none, fissure,fissure,0.43,Noun,7,4,2,fissure,14.47,0.94,14.47,0.94,none,12.34,none, fissures,fissures,0.16,Noun,8,5,2,fissure,none,none,14.47,0.94,none,12.34,none, fist,fist,7.35,Noun,4,4,1,fist,4.58,1.00,4.58,1.00,none,5.88,5.19, fistfight,fistfight,0.47,Noun,9,7,2,fistfight,8.11,1.00,8.11,1.00,none,none,none, fistfights,fistfights,0.14,Noun,10,8,2,fistfight,none,none,8.11,1.00,none,none,none, fistful,fistful,0.59,Noun,7,7,2,fistful,6.29,0.94,6.29,0.94,none,none,none, fistfuls,fistfuls,0.06,Noun,8,8,2,fistful,none,none,6.29,0.94,none,none,none, fistic,fistic,0.02,Adjective,6,6,2,fistic,8.25,0.21,8.25,0.21,none,none,none, fisticuffs,fisticuffs,0.18,Noun,10,9,3,fisticuffs,14.50,0.56,14.50,0.56,none,none,none, fisting,fisting,0.06,Verb,7,6,2,fist,none,none,4.58,1.00,none,5.88,5.19, fists,fists,2.96,Noun,5,5,1,fist,none,none,4.58,1.00,none,5.88,5.19, fistula,fistula,0.18,Noun,7,8,3,fistula,16.00,0.44,16.00,0.44,none,none,none, fit,fit,57.59,Verb,3,3,1,fit,5.74,1.00,5.74,1.00,6.66,none,5.34, fitful,fitful,0.04,Adjective,6,6,2,fitful,12.38,0.84,12.38,0.84,none,none,none, fitness,fitness,1.75,Noun,7,6,2,fitness,8.74,1.00,8.74,1.00,8.41,none,none,8.12 fits,fits,12.82,Verb,4,4,1,fit,none,none,5.74,1.00,6.66,none,5.34, fitted,fitted,1.75,Verb,6,5,2,fit,none,none,5.74,1.00,6.66,none,5.34, fitter,fitter,0.16,Adjective,6,4,2,fitter,8.86,0.95,8.86,0.95,8.60,none,none, fitters,fitters,0.04,Noun,7,5,2,fitter,none,none,8.86,0.95,8.60,none,none, fittest,fittest,0.80,Adjective,7,6,2,fit,none,none,5.74,1.00,6.66,none,5.34, five,five,285.45,Number,4,3,1,five,4.51,1.00,4.51,1.00,4.19,none,3.52, fiver,fiver,0.49,Noun,5,4,2,fiver,11.86,0.74,11.86,0.74,none,none,none, fivers,fivers,0.02,Noun,6,5,2,fiver,none,none,11.86,0.74,none,none,none, fives,fives,1.31,Number,5,4,1,five,none,none,4.51,1.00,4.19,none,3.52, fix,fix,86.78,Verb,3,4,1,fix,5.00,1.00,5.00,1.00,none,none,5.26, fixable,fixable,0.39,Adjective,7,8,3,fixable,8.32,1.00,8.32,1.00,none,none,none, fixate,fixate,0.14,Verb,6,6,2,fixate,12.47,0.89,12.47,0.89,none,none,none, fixated,fixated,0.57,Verb,7,8,3,fixate,none,none,12.47,0.89,none,none,none, fixates,fixates,0.02,Verb,7,7,2,fixate,none,none,12.47,0.89,none,none,none, fixating,fixating,0.27,Verb,8,8,3,fixate,none,none,12.47,0.89,none,none,none, fixation,fixation,0.69,Noun,8,8,3,fixation,11.33,0.95,11.33,0.95,none,none,none, fixations,fixations,0.02,Noun,9,9,3,fixation,none,none,11.33,0.95,none,none,none, fixed,fixed,32.29,Verb,5,5,1,fix,none,none,5.00,1.00,none,none,5.26, fixedness,fixedness,Err:512,Err:512,9,9,3,fixedness,12.38,0.65,12.38,0.65,none,none,none, fixer,fixer,0.71,Noun,5,5,2,fixer,8.00,0.95,8.00,0.95,none,none,none, fixers,fixers,0.02,Noun,6,6,2,fixer,none,none,8.00,0.95,none,none,none, fixes,fixes,1.47,Verb,5,6,2,fix,none,none,5.00,1.00,none,none,5.26, fixing,fixing,10.45,Verb,6,6,2,fix,none,none,5.00,1.00,none,none,5.26, fixture,fixture,0.63,Noun,7,6,2,fixture,8.53,0.95,8.53,0.95,none,none,none,8.96 fixtures,fixtures,1.29,Noun,8,7,2,fixture,none,none,8.53,0.95,none,none,none,8.96 fizz,fizz,0.61,Noun,4,3,1,fizz,7.06,1.00,7.06,1.00,none,none,7.22, fizzed,fizzed,0.04,Verb,6,4,1,fizz,none,none,7.06,1.00,none,none,7.22, fizzes,fizzes,0.02,Noun,6,5,2,fizz,none,none,7.06,1.00,none,none,7.22, fizzing,fizzing,0.16,Verb,7,5,2,fizz,none,none,7.06,1.00,none,none,7.22, fizzle,fizzle,0.20,Verb,6,5,2,fizzle,8.56,0.95,8.56,0.95,none,none,none, fizzled,fizzled,0.10,Verb,7,6,2,fizzle,none,none,8.56,0.95,none,none,none, fizzles,fizzles,0.02,Verb,7,6,2,fizzle,none,none,8.56,0.95,none,none,none, fizzy,fizzy,0.22,Adjective,5,4,2,fizzy,6.50,1.00,6.50,1.00,none,none,none, fjord,fiord,0.47,Noun,5,5,1,fjord,12.41,0.89,12.41,0.89,none,none,none, fjords,fiords,0.18,Noun,6,6,1,fjord,none,none,12.41,0.89,none,none,none, flab,flab,0.18,Verb,4,4,1,flab,11.33,0.95,11.33,0.95,none,none,none, flabbergasted,flabbergasted,0.29,Adjective,13,11,4,flabbergasted,12.61,1.00,12.61,1.00,none,none,none, flabby,flabby,0.80,Adjective,6,5,2,flabby,8.90,1.00,8.90,1.00,none,none,none, flaccid,flaccid,0.47,Adjective,7,7,2,flaccid,14.94,0.80,14.94,0.80,none,none,none, flag,flag,17.49,Noun,4,4,1,flag,5.33,1.00,5.33,1.00,none,5.30,5.93, flagellant,flagellant,0.02,Noun,10,9,3,flagellant,15.00,0.72,15.00,0.72,none,none,none, flagellate,flagellate,0.04,Verb,10,8,3,flagellate,13.64,0.78,13.64,0.78,none,none,none, flagellation,flagellation,0.12,Noun,12,10,4,flagellation,15.87,0.75,15.87,0.75,none,none,none, flagellations,flagellations,0.02,Noun,13,11,4,flagellation,none,none,15.87,0.75,none,none,none, flageolet,flageolet,0.02,Noun,9,8,3,flageolet,14.88,0.42,14.88,0.42,none,none,none, flagged,flagged,0.90,Verb,7,5,1,flag,none,none,5.33,1.00,none,5.30,5.93, flagging,flagging,0.18,Verb,8,6,2,flag,none,none,5.33,1.00,none,5.30,5.93, flagman,flagman,0.06,Noun,7,7,2,flagman,9.50,0.84,9.50,0.84,none,none,none, flagon,flagon,0.31,Noun,6,6,2,flagon,13.31,0.72,13.31,0.72,none,none,none, flagons,flagons,0.08,Noun,7,7,2,flagon,none,none,13.31,0.72,none,none,none, flagpole,flagpole,0.73,Noun,8,7,2,flagpole,6.44,1.00,6.44,1.00,none,none,none, flagpoles,flagpoles,0.06,Noun,9,8,2,flagpole,none,none,6.44,1.00,none,none,none, flagrant,flagrant,0.57,Adjective,8,8,2,flagrant,11.59,0.89,11.59,0.89,none,none,none,11.90 flags,flags,3.43,Noun,5,5,1,flag,none,none,5.33,1.00,none,5.30,5.93, flagship,flagship,0.96,Noun,8,7,2,flagship,13.12,0.94,13.12,0.94,none,none,none, flagstaff,flagstaff,0.82,Noun,9,8,2,flagstaff,11.33,0.90,11.33,0.90,none,none,none, flagstone,flagstone,0.16,Noun,9,8,2,flagstone,11.56,0.90,11.56,0.90,none,none,none, flagstones,flagstones,0.04,Noun,10,9,2,flagstone,none,none,11.56,0.90,none,none,none, flail,flail,0.18,Noun,5,4,1,flail,12.19,0.73,12.19,0.73,none,none,10.32, flailed,flailed,0.08,Verb,7,5,1,flail,none,none,12.19,0.73,none,none,10.32, flailing,flailing,0.45,Verb,8,6,2,flail,none,none,12.19,0.73,none,none,10.32, flails,flails,0.04,Verb,6,5,1,flail,none,none,12.19,0.73,none,none,10.32, flair,flair,2.27,Noun,5,4,1,flair,8.91,1.00,8.91,1.00,none,none,10.17, flak,flak,1.06,Noun,4,4,1,flak,13.56,0.89,13.56,0.89,none,none,12.16, flake,flake,1.75,Noun,5,4,1,flake,5.95,0.95,5.95,0.95,none,none,7.84, flaked,flaked,0.27,Verb,6,5,1,flake,none,none,5.95,0.95,none,none,7.84, flakes,flakes,1.86,Noun,6,5,1,flake,none,none,5.95,0.95,none,none,7.84, flakier,flakier,0.02,Adjective,7,6,3,flaky,none,none,9.63,1.00,none,none,none, flakiness,flakiness,0.02,Noun,9,8,3,flakiness,11.11,1.00,11.11,1.00,none,none,none, flaking,flaking,0.22,Verb,7,6,2,flake,none,none,5.95,0.95,none,none,7.84, flaky,flaky,0.88,Adjective,5,5,2,flaky,9.63,1.00,9.63,1.00,none,none,none, flam,flam,0.02,Verb,4,4,1,flam,11.78,0.45,11.78,0.45,none,none,none, flambeau,flambeau,Err:512,Err:512,8,7,3,flambeau,14.00,0.61,14.00,0.61,none,none,none, flamboyance,flamboyance,0.02,Noun,11,9,3,flamboyance,13.68,1.00,13.68,1.00,none,none,none, flamboyant,flamboyant,0.45,Adjective,10,9,3,flamboyant,12.47,1.00,12.47,1.00,none,none,none, flame,flame,9.04,Noun,5,4,1,flame,6.25,1.00,6.25,1.00,4.81,5.75,6.60, flamed,flamed,0.16,Verb,6,5,1,flame,none,none,6.25,1.00,4.81,5.75,6.60, flamenco,flamenco,0.35,Noun,8,8,3,flamenco,14.06,0.89,14.06,0.89,none,none,none, flameout,flameout,0.10,Noun,8,6,2,flameout,11.39,0.82,11.39,0.82,none,none,none, flamer,flamer,0.16,Noun,6,5,2,flamer,13.80,0.71,13.80,0.71,none,none,none, flames,flames,7.49,Noun,6,5,1,flame,none,none,6.25,1.00,4.81,5.75,6.60, flamethrower,flamethrower,0.57,Noun,12,8,3,flamethrower,8.89,1.00,8.89,1.00,none,none,none, flamethrowers,flamethrowers,0.20,Noun,13,9,3,flamethrower,none,none,8.89,1.00,none,none,none, flaming,flaming,2.55,Adjective,7,6,2,flaming,7.32,1.00,7.32,1.00,none,none,none, flamingo,flamingo,1.18,Noun,8,8,3,flamingo,6.32,1.00,6.32,1.00,none,none,none, flamingoes,flamingos,0.12,Noun,10,9,3,flamingo,none,none,6.32,1.00,none,none,none, flamingos,flamingos,0.43,Noun,9,9,3,flamingo,none,none,6.32,1.00,none,none,none, flammable,flammable,0.71,Adjective,9,8,3,flammable,10.06,1.00,10.06,1.00,none,none,none, flan,flan,1.69,Noun,4,4,1,flan,12.65,0.89,12.65,0.89,none,none,none, flange,flange,0.24,Noun,6,5,1,flange,15.47,0.83,15.47,0.83,none,none,none, flank,flank,4.63,Noun,5,5,1,flank,12.15,1.00,12.15,1.00,none,11.49,11.12, flanked,flanked,0.31,Verb,7,6,1,flank,none,none,12.15,1.00,none,11.49,11.12, flanker,flanker,0.10,Noun,7,6,2,flanker,12.50,0.44,12.50,0.44,none,none,none, flanks,flanks,0.65,Noun,6,6,1,flank,none,none,12.15,1.00,none,11.49,11.12, flannel,flannel,1.37,Noun,7,6,2,flannel,9.44,1.00,9.44,1.00,none,none,none,8.12 flannels,flannels,0.04,Noun,8,7,2,flannel,none,none,9.44,1.00,none,none,none,8.12 flans,flans,0.02,Noun,5,5,1,flan,none,none,12.65,0.89,none,none,none, flap,flap,2.65,Noun,4,4,1,flap,7.21,1.00,7.21,1.00,none,6.07,6.33, flapdoodle,flapdoodle,0.06,Noun,10,9,3,flapdoodle,16.67,0.17,16.67,0.17,none,none,none, flapjack,flapjack,0.25,Noun,8,7,2,flapjack,8.50,1.00,8.50,1.00,none,none,none, flapjacks,flapjacks,0.35,Noun,9,8,2,flapjack,none,none,8.50,1.00,none,none,none, flapped,flapped,0.12,Verb,7,5,1,flap,none,none,7.21,1.00,none,6.07,6.33, flapper,flapper,0.20,Noun,7,5,2,flapper,10.47,0.89,10.47,0.89,none,none,none, flappers,flappers,0.02,Noun,8,6,2,flapper,none,none,10.47,0.89,none,none,none, flapping,flapping,1.67,Verb,8,6,2,flap,none,none,7.21,1.00,none,6.07,6.33, flaps,flaps,1.43,Noun,5,5,1,flap,none,none,7.21,1.00,none,6.07,6.33, flare,flare,4.22,Noun,5,4,1,flare,9.84,1.00,9.84,1.00,none,none,9.24, flared,flared,0.31,Verb,6,5,1,flare,none,none,9.84,1.00,none,none,9.24, flares,flares,1.41,Noun,6,5,1,flares,11.45,1.00,11.45,1.00,none,none,none, flaring,flaring,0.31,Verb,7,6,2,flare,none,none,9.84,1.00,none,none,9.24, flash,flash,15.35,Noun,5,4,1,flash,7.42,1.00,7.42,1.00,none,6.35,6.87, flashback,flashback,1.06,Noun,9,7,2,flashback,10.61,1.00,10.61,1.00,none,none,none, flashbacks,flashbacks,0.67,Noun,10,8,2,flashback,none,none,10.61,1.00,none,none,none, flashbulb,flashbulb,0.06,Noun,9,8,2,flashbulb,7.78,0.95,7.78,0.95,none,none,none, flashbulbs,flashbulbs,0.33,Noun,10,9,2,flashbulb,none,none,7.78,0.95,none,none,none, flashed,flashed,1.27,Verb,7,5,1,flash,none,none,7.42,1.00,none,6.35,6.87, flasher,flasher,0.33,Noun,7,5,2,flasher,9.11,0.95,9.11,0.95,none,none,none, flashers,flashers,0.04,Noun,8,6,2,flasher,none,none,9.11,0.95,none,none,none, flashes,flashes,2.65,Noun,7,6,2,flash,none,none,7.42,1.00,none,6.35,6.87, flashgun,flashgun,0.02,Verb,8,7,2,flashgun,14.42,0.67,14.42,0.67,none,none,none, flashiest,flashiest,0.02,Adjective,9,8,3,flashy,none,none,7.74,1.00,none,none,none, flashiness,flashiness,0.04,Noun,10,8,3,flashiness,10.32,0.95,10.32,0.95,none,none,none, flashing,flashing,3.20,Verb,8,6,2,flash,none,none,7.42,1.00,none,6.35,6.87, flashlight,flashlight,5.92,Noun,10,7,2,flashlight,5.61,1.00,5.61,1.00,none,none,none, flashlights,flashlights,1.10,Noun,11,8,2,flashlight,none,none,5.61,1.00,none,none,none, flashover,flashover,0.06,Noun,9,7,3,flashover,13.60,0.48,13.60,0.48,none,none,none, flashpoint,flashpoint,0.08,Noun,10,8,2,flashpoint,14.47,0.89,14.47,0.89,none,none,none, flashy,flashy,1.90,Adjective,6,5,2,flashy,7.74,1.00,7.74,1.00,none,none,none, flask,flask,1.12,Noun,5,5,1,flask,10.78,1.00,10.78,1.00,none,none,11.34, flasks,flasks,0.06,Noun,6,6,1,flask,none,none,10.78,1.00,none,none,11.34, flat,flat,26.22,Noun,4,4,1,flat,5.68,1.00,5.68,1.00,none,none,5.68, flatbed,flatbed,0.41,Adjective,7,7,2,flatbed,9.30,1.00,9.30,1.00,none,none,none, flatbeds,flatbeds,0.02,Noun,8,8,2,flatbed,none,none,9.30,1.00,none,none,none, flatcar,flatcar,0.10,Noun,7,7,2,flatcar,11.69,0.80,11.69,0.80,none,none,none, flatcars,flatcars,0.08,Noun,8,8,2,flatcar,none,none,11.69,0.80,none,none,none, flatfish,flatfish,0.10,Noun,8,7,2,flatfish,12.64,0.74,12.64,0.74,none,none,none, flatfoot,flatfoot,0.65,Noun,8,7,2,flatfoot,11.11,1.00,11.11,1.00,none,none,none, flathead,flathead,0.24,Noun,8,7,2,flathead,9.53,0.94,9.53,0.94,none,none,none, flatheads,flatheads,0.16,Noun,9,8,2,flathead,none,none,9.53,0.94,none,none,none, flatiron,flatiron,0.12,Noun,8,7,3,flatiron,11.67,0.86,11.67,0.86,none,none,none, flatland,flatland,0.04,Noun,8,8,2,flatland,9.47,0.94,9.47,0.94,none,none,none, flatlander,flatlander,0.06,Noun,10,9,3,flatlander,12.53,0.79,12.53,0.79,none,none,none, flatlanders,flatlanders,0.02,Noun,11,10,3,flatlander,none,none,12.53,0.79,none,none,none, flatlands,flatlands,0.08,Noun,9,9,2,flatland,none,none,9.47,0.94,none,none,none, flatness,flatness,0.08,Noun,8,7,2,flatness,6.95,1.00,6.95,1.00,none,none,none, flats,flats,1.69,Noun,5,5,1,flat,none,none,5.68,1.00,none,none,5.68, flatten,flatten,1.24,Verb,7,6,2,flatten,7.05,1.00,7.05,1.00,6.43,none,none, flattened,flattened,0.71,Verb,9,7,2,flatten,none,none,7.05,1.00,6.43,none,none, flattening,flattening,0.20,Verb,10,8,3,flatten,none,none,7.05,1.00,6.43,none,none, flattens,flattens,0.12,Verb,8,7,2,flatten,none,none,7.05,1.00,6.43,none,none, flatter,flatter,3.92,Verb,7,5,2,flatter,9.53,1.00,9.53,1.00,none,none,none, flattered,flattered,7.80,Adjective,9,6,2,flattered,12.44,1.00,12.44,1.00,none,none,none, flatterer,flatterer,0.33,Noun,9,6,3,flatterer,12.44,0.90,12.44,0.90,none,none,none, flatterers,flatterers,0.02,Noun,10,7,3,flatterer,none,none,12.44,0.90,none,none,none, flatteries,flatteries,0.04,Noun,10,8,3,flattery,none,none,9.61,1.00,none,none,none, flattering,flattering,3.82,Adjective,10,7,3,flattering,10.14,1.00,10.14,1.00,none,none,none, flatters,flatters,0.12,Verb,8,6,2,flatter,none,none,9.53,1.00,none,none,none, flattery,flattery,1.37,Noun,8,6,3,flattery,9.61,1.00,9.61,1.00,none,none,none, flattest,flattest,0.06,Adjective,8,7,2,flat,none,none,5.68,1.00,none,none,5.68, flattop,flattop,0.27,Noun,7,6,2,flattop,9.29,0.85,9.29,0.85,none,none,none, flattops,flattops,0.02,Noun,8,7,2,flattop,none,none,9.29,0.85,none,none,none, flatulence,flatulence,0.55,Noun,10,9,3,flatulence,13.50,1.00,13.50,1.00,none,none,none, flatulent,flatulent,0.22,Adjective,9,9,3,flatulent,11.22,0.95,11.22,0.95,none,none,none, flatus,flatus,0.02,Adjective,6,6,2,flatus,14.00,0.35,14.00,0.35,none,none,none, flatware,flatware,0.31,Noun,8,7,2,flatware,12.50,1.00,12.50,1.00,none,none,none, flatwork,flatwork,0.02,Noun,8,7,2,flatwork,13.85,0.72,13.85,0.72,none,none,none, flatworm,flatworm,0.02,Verb,8,7,2,flatworm,9.28,1.00,9.28,1.00,none,none,none, flatworms,flatworms,0.10,Noun,9,8,2,flatworm,none,none,9.28,1.00,none,none,none, flaunt,flaunt,0.98,Verb,6,5,1,flaunt,10.59,0.89,10.59,0.89,none,none,10.17, flaunted,flaunted,0.20,Verb,8,7,2,flaunt,none,none,10.59,0.89,none,none,10.17, flaunting,flaunting,0.51,Verb,9,7,2,flaunt,none,none,10.59,0.89,none,none,10.17, flaunts,flaunts,0.06,Verb,7,6,1,flaunt,none,none,10.59,0.89,none,none,10.17, flautist,flautist,0.16,Noun,8,7,2,flautist,12.55,0.61,12.55,0.61,none,none,none, flavor,flavour,5.00,Noun,6,5,2,flavor,6.30,1.00,6.30,1.00,none,none,none,6.00 flavorful,flavourful,0.06,Adjective,9,8,3,flavorful,9.83,1.00,9.83,1.00,none,none,none, flavorings,flavourings,0.10,Noun,10,8,3,flavorings,7.40,1.00,7.40,1.00,none,none,none, flavorless,flavourless,0.06,Adjective,10,8,3,flavorless,9.32,1.00,9.32,1.00,none,none,none, flavors,flavours,1.29,Noun,7,6,2,flavor,none,none,6.30,1.00,none,none,none,6.00 flaw,flaw,3.04,Noun,4,3,1,flaw,9.78,0.95,9.78,0.95,none,none,8.75, flawed,flawed,1.24,Adjective,6,4,1,flawed,9.74,1.00,9.74,1.00,none,none,none, flawless,flawless,1.57,Adjective,8,6,2,flawless,9.33,1.00,9.33,1.00,none,none,none, flaws,flaws,1.78,Noun,5,4,1,flaw,none,none,9.78,0.95,none,none,8.75, flax,flax,0.47,Name,4,5,1,flax,12.45,0.77,12.45,0.77,none,none,12.55, flaxseed,flaxseed,0.10,Noun,8,7,2,flaxseed,15.78,0.82,15.78,0.82,none,none,none, flay,flay,0.16,Verb,4,3,1,flay,12.29,0.94,12.29,0.94,none,none,none, flayed,flayed,0.35,Verb,6,4,1,flay,none,none,12.29,0.94,none,none,none, flaying,flaying,0.04,Verb,7,5,2,flay,none,none,12.29,0.94,none,none,none, flea,flea,3.31,Noun,4,3,1,flea,7.79,1.00,7.79,1.00,none,none,6.60, fleabag,fleabag,0.49,Noun,7,6,2,fleabag,8.06,0.94,8.06,0.94,none,none,none, fleabags,fleabags,0.10,Noun,8,7,2,fleabag,none,none,8.06,0.94,none,none,none, fleas,fleas,2.61,Noun,5,4,1,flea,none,none,7.79,1.00,none,none,6.60, fleck,fleck,0.14,Noun,5,4,1,fleck,11.41,0.94,11.41,0.94,none,none,10.72, flecks,flecks,0.39,Noun,6,5,1,fleck,none,none,11.41,0.94,none,none,10.72, fled,fled,4.39,Verb,4,4,1,flee,none,none,8.33,1.00,none,9.36,7.35, fledge,fledge,0.04,Verb,6,4,1,fledge,13.77,0.72,13.77,0.72,none,none,none, fledgling,fledgling,0.25,Adjective,9,7,2,fledgling,14.11,0.90,14.11,0.90,none,none,none, flee,flee,4.57,Verb,4,3,1,flee,8.33,1.00,8.33,1.00,none,9.36,7.35, fleece,fleece,1.16,Noun,6,4,1,fleece,10.20,0.95,10.20,0.95,none,7.35,8.82, fleeced,fleeced,0.24,Verb,7,5,1,fleece,none,none,10.20,0.95,none,7.35,8.82, fleeces,fleeces,0.02,Verb,7,6,2,fleece,none,none,10.20,0.95,none,7.35,8.82, fleecing,fleecing,0.12,Verb,8,6,2,fleece,none,none,10.20,0.95,none,7.35,8.82, fleecy,fleecy,0.06,Noun,6,5,2,fleecy,10.75,0.84,10.75,0.84,none,none,none, fleeing,fleeing,2.20,Verb,7,5,2,flee,none,none,8.33,1.00,none,9.36,7.35, fleer,fleer,0.08,Noun,5,4,1,fleer,12.50,0.21,12.50,0.21,none,none,none, flees,flees,0.39,Verb,5,4,1,flee,none,none,8.33,1.00,none,9.36,7.35, fleet,fleet,10.59,Noun,5,4,1,fleet,10.74,1.00,10.74,1.00,none,9.09,9.53, fleetness,fleetness,0.02,Noun,9,7,2,fleetness,14.50,0.70,14.50,0.70,none,none,none, fleets,fleets,0.35,Noun,6,5,1,fleet,none,none,10.74,1.00,none,9.09,9.53, flesh,flesh,22.06,Noun,5,4,1,flesh,8.30,1.00,8.30,1.00,none,8.18,7.91, fleshed,fleshed,0.08,Verb,7,5,1,flesh,none,none,8.30,1.00,none,8.18,7.91, fleshless,fleshless,0.12,Adjective,9,7,2,fleshless,10.84,0.95,10.84,0.95,none,none,none, fleshpot,fleshpot,0.04,Noun,8,7,2,fleshpot,14.31,0.68,14.31,0.68,none,none,none, fleshpots,fleshpots,0.10,Noun,9,8,2,fleshpot,none,none,14.31,0.68,none,none,none, fleshy,fleshy,0.57,Adjective,6,5,2,fleshy,12.83,1.00,12.83,1.00,none,none,none, fletch,fletch,1.02,Verb,6,4,1,fletch,12.00,0.58,12.00,0.58,none,none,none, flew,flew,15.39,Verb,4,3,1,fly,none,none,3.05,1.00,4.09,none,4.27, flex,flex,0.98,Verb,4,5,1,flex,8.68,1.00,8.68,1.00,10.04,none,8.54, flexed,flexed,0.25,Verb,6,6,1,flex,none,none,8.68,1.00,10.04,none,8.54, flexes,flexes,0.08,Verb,6,7,2,flex,none,none,8.68,1.00,10.04,none,8.54, flexibility,flexibility,0.98,Noun,11,12,5,flexibility,9.65,1.00,9.65,1.00,none,none,none, flexible,flexible,2.67,Adjective,8,9,3,flexible,7.58,1.00,7.58,1.00,none,none,none, flexing,flexing,0.31,Verb,7,7,2,flex,none,none,8.68,1.00,10.04,none,8.54, flexor,flexor,0.10,Noun,6,6,2,flexor,14.21,0.78,14.21,0.78,none,none,none, flexors,flexors,0.04,Noun,7,7,2,flexor,none,none,14.21,0.78,none,none,none, flexure,flexure,0.06,Noun,7,6,2,flexure,16.50,0.53,16.50,0.53,none,none,none, flibbertigibbet,flibbertigibbet,0.08,Noun,15,13,5,flibbertigibbet,13.25,0.44,13.25,0.44,none,none,none, flibbertigibbets,flibbertigibbets,0.02,Noun,16,14,5,flibbertigibbet,none,none,13.25,0.44,none,none,none, flick,flick,5.04,Noun,5,4,1,flick,7.55,1.00,7.55,1.00,none,6.50,7.84, flicked,flicked,0.16,Verb,7,5,1,flick,none,none,7.55,1.00,none,6.50,7.84, flicker,flicker,0.69,Noun,7,5,2,flicker,10.20,0.95,10.20,0.95,none,8.60,none, flickered,flickered,0.14,Verb,9,6,2,flicker,none,none,10.20,0.95,none,8.60,none, flickers,flickers,0.20,Noun,8,6,2,flicker,none,none,10.20,0.95,none,8.60,none, flicking,flicking,0.37,Verb,8,6,2,flick,none,none,7.55,1.00,none,6.50,7.84, flicks,flicks,0.84,Verb,6,5,1,flick,none,none,7.55,1.00,none,6.50,7.84, flied,flied,0.25,Verb,5,4,1,fly,none,none,3.05,1.00,4.09,none,4.27, flier,flier,2.14,Noun,5,4,2,flier,8.94,1.00,8.94,1.00,none,none,none,9.49 fliers,fliers,1.27,Noun,6,5,2,flier,none,none,8.94,1.00,none,none,none,9.49 flies,flies,14.06,Noun,5,4,1,fly,none,none,3.05,1.00,4.09,none,4.27, flight,flight,59.69,Noun,6,4,1,flight,7.47,1.00,7.47,1.00,none,6.79,7.42, flightless,flightless,0.14,Adjective,10,7,2,flightless,8.94,1.00,8.94,1.00,none,none,none, flights,flights,4.59,Noun,7,5,1,flight,none,none,7.47,1.00,none,6.79,7.42, flighty,flighty,0.53,Adjective,7,5,2,flighty,11.94,1.00,11.94,1.00,none,none,none, flimflam,flimflam,0.06,Noun,8,8,2,flimflam,14.15,0.68,14.15,0.68,none,none,none, flimsier,flimsier,0.02,Noun,8,7,3,flimsy,none,none,9.21,1.00,none,none,none,9.49 flimsies,flimsies,0.02,Noun,8,7,2,flimsy,none,none,9.21,1.00,none,none,none,9.49 flimsiest,flimsiest,0.02,Adjective,9,9,3,flimsy,none,none,9.21,1.00,none,none,none,9.49 flimsy,flimsy,0.82,Adjective,6,6,2,flimsy,9.21,1.00,9.21,1.00,none,none,none,9.49 flinch,flinch,1.14,Verb,6,5,1,flinch,7.89,1.00,7.89,1.00,none,none,9.02, flinched,flinched,0.55,Verb,8,6,1,flinch,none,none,7.89,1.00,none,none,9.02, flincher,flincher,0.06,Noun,8,6,2,flincher,11.56,0.80,11.56,0.80,none,none,none, flinches,flinches,0.02,Verb,8,7,2,flinch,none,none,7.89,1.00,none,none,9.02, flinching,flinching,0.25,Verb,9,7,2,flinch,none,none,7.89,1.00,none,none,9.02, fling,fling,3.53,Noun,5,4,1,fling,8.95,1.00,8.95,1.00,none,none,9.03, flinging,flinging,0.33,Verb,8,6,2,fling,none,none,8.95,1.00,none,none,9.03, flings,flings,0.25,Verb,6,5,1,fling,none,none,8.95,1.00,none,none,9.03, flint,flint,4.35,Name,5,5,1,flint,9.62,1.00,9.62,1.00,none,9.62,10.87, flintlock,flintlock,0.14,Noun,9,8,2,flintlock,13.17,0.63,13.17,0.63,none,none,none, flints,flints,0.06,Noun,6,6,1,flint,none,none,9.62,1.00,none,9.62,10.87, flinty,flinty,0.16,Noun,6,6,2,flinty,9.15,0.68,9.15,0.68,none,none,none, flip,flip,14.27,Verb,4,4,1,flip,5.11,1.00,5.11,1.00,none,none,5.66, flippancy,flippancy,0.02,Noun,9,8,3,flippancy,12.55,0.55,12.55,0.55,none,none,none, flippant,flippant,0.35,Adjective,8,7,2,flippant,13.88,0.76,13.88,0.76,none,none,none, flipped,flipped,4.96,Verb,7,5,1,flip,none,none,5.11,1.00,none,none,5.66, flipper,flipper,0.88,Noun,7,5,2,flipper,8.58,0.95,8.58,0.95,none,none,none, flippers,flippers,0.71,Noun,8,6,2,flipper,none,none,8.58,0.95,none,none,none, flipping,flipping,2.92,Adjective,8,6,2,flipping,7.58,1.00,7.58,1.00,none,none,none, flips,flips,1.24,Verb,5,5,1,flip,none,none,5.11,1.00,none,none,5.66, flirt,flirt,3.92,Verb,5,4,1,flirt,8.68,1.00,8.68,1.00,none,none,9.02, flirtation,flirtation,0.71,Noun,10,8,3,flirtation,10.53,1.00,10.53,1.00,none,none,none, flirtations,flirtations,0.16,Noun,11,9,3,flirtation,none,none,10.53,1.00,none,none,none, flirtatious,flirtatious,0.27,Adjective,11,8,3,flirtatious,13.67,1.00,13.67,1.00,none,none,none, flirted,flirted,0.94,Verb,7,6,2,flirt,none,none,8.68,1.00,none,none,9.02, flirter,flirter,0.02,Noun,7,5,2,flirter,10.95,0.95,10.95,0.95,none,none,none, flirting,flirting,5.31,Verb,8,6,2,flirt,none,none,8.68,1.00,none,none,9.02, flirts,flirts,0.47,Verb,6,5,1,flirt,none,none,8.68,1.00,none,none,9.02, flirty,flirty,0.51,Adjective,6,5,2,flirty,10.05,1.00,10.05,1.00,none,none,none, flit,flit,0.49,Verb,4,4,1,flit,10.60,0.48,10.60,0.48,none,none,none, flitted,flitted,0.10,Verb,7,6,2,flit,none,none,10.60,0.48,none,none,none, flitter,flitter,0.06,Noun,7,5,2,flitter,10.12,0.94,10.12,0.94,none,none,none, flittering,flittering,0.18,Verb,10,7,3,flitter,none,none,10.12,0.94,none,none,none, flitting,flitting,0.25,Verb,8,6,2,flit,none,none,10.60,0.48,none,none,none, flivver,flivver,0.02,Noun,7,6,2,flivver,15.75,0.21,15.75,0.21,none,none,none, float,float,7.47,Verb,5,4,1,float,5.39,1.00,5.39,1.00,5.91,6.01,5.61, floatability,floatability,0.02,Noun,12,11,5,floatability,10.39,0.95,10.39,0.95,none,none,none, floatation,floatation,0.10,Noun,10,8,3,flotation,none,none,8.26,0.95,none,none,none, floated,floated,1.33,Verb,7,6,2,float,none,none,5.39,1.00,5.91,6.01,5.61, floater,floater,0.98,Noun,7,5,2,floater,9.47,0.94,9.47,0.94,none,9.30,none, floaters,floaters,0.25,Noun,8,6,2,floater,none,none,9.47,0.94,none,9.30,none, floating,floating,9.63,Verb,8,6,2,float,none,none,5.39,1.00,5.91,6.01,5.61, floats,floats,1.98,Noun,6,5,1,float,none,none,5.39,1.00,5.91,6.01,5.61, flocculation,flocculation,0.04,Noun,12,11,4,flocculation,11.33,0.15,11.33,0.15,none,none,none, flock,flock,4.65,Noun,5,4,1,flock,7.18,0.94,7.18,0.94,none,5.98,7.79, flocked,flocked,0.18,Verb,7,5,1,flock,none,none,7.18,0.94,none,5.98,7.79, flocking,flocking,0.39,Verb,8,6,2,flock,none,none,7.18,0.94,none,5.98,7.79, flocks,flocks,0.35,Noun,6,5,1,flock,none,none,7.18,0.94,none,5.98,7.79, floe,floe,0.22,Noun,4,3,1,floe,14.17,0.60,14.17,0.60,none,none,none, floes,floes,0.10,Noun,5,4,1,floe,none,none,14.17,0.60,none,none,none, flog,flog,0.29,Verb,4,4,1,flog,10.32,1.00,10.32,1.00,none,none,11.78, flogged,flogged,0.51,Verb,7,5,1,flog,none,none,10.32,1.00,none,none,11.78, flood,flood,5.71,Noun,5,4,1,flood,6.58,1.00,6.58,1.00,none,6.50,6.40, flooded,flooded,2.78,Verb,7,6,2,flood,none,none,6.58,1.00,none,6.50,6.40, floodgate,floodgate,0.04,Noun,9,7,2,floodgate,11.17,0.95,11.17,0.95,none,none,none, floodgates,floodgates,0.24,Noun,10,8,2,floodgate,none,none,11.17,0.95,none,none,none, floodlight,floodlight,0.10,Noun,10,7,2,floodlight,8.68,1.00,8.68,1.00,none,none,none, floodlights,floodlights,0.14,Noun,11,8,2,floodlight,none,none,8.68,1.00,none,none,none, floodlit,floodlit,0.00,Err:512,8,7,2,floodlight,none,none,8.68,1.00,none,none,none, floodplain,floodplain,0.04,Noun,10,8,2,floodplain,12.80,0.75,12.80,0.75,none,none,none, floods,floods,1.14,Noun,6,5,1,flood,none,none,6.58,1.00,none,6.50,6.40, floodwater,floodwater,0.06,Noun,10,8,3,floodwater,8.50,1.00,8.50,1.00,none,none,none, floor,floor,100.63,Noun,5,4,1,floor,4.44,0.95,4.44,0.95,4.14,none,none, floorboard,floorboard,0.25,Noun,10,8,2,floorboard,9.35,0.94,9.35,0.94,none,none,none, floorboards,floorboards,0.96,Noun,11,9,2,floorboard,none,none,9.35,0.94,none,none,none, floored,floored,0.39,Verb,7,5,1,floor,none,none,4.44,0.95,4.14,none,none, flooring,flooring,0.43,Noun,8,6,2,flooring,7.84,1.00,7.84,1.00,none,none,none, floors,floors,7.98,Noun,6,5,1,floor,none,none,4.44,0.95,4.14,none,none, floorshow,floorshow,0.22,Noun,9,6,2,floorshow,10.47,0.83,10.47,0.83,none,none,none, floorwalker,floorwalker,0.12,Noun,11,8,3,floorwalker,12.50,0.63,12.50,0.63,none,none,none, floorwalkers,floorwalkers,0.02,Noun,12,9,3,floorwalker,none,none,12.50,0.63,none,none,none, floozies,floozies,0.29,Noun,8,6,2,floozy,none,none,12.18,0.94,none,none,none,12.11 floozy,floozy,0.76,Noun,6,5,2,floozy,12.18,0.94,12.18,0.94,none,none,none,12.11 flop,flop,2.31,Noun,4,4,1,flop,6.68,1.00,6.68,1.00,none,none,7.36, flophouse,flophouse,0.33,Noun,9,7,2,flophouse,13.79,0.74,13.79,0.74,none,none,none, flophouses,flophouses,0.06,Noun,10,9,3,flophouse,none,none,13.79,0.74,none,none,none, flopped,flopped,0.37,Verb,7,5,1,flop,none,none,6.68,1.00,none,none,7.36, flopper,flopper,0.04,Noun,7,5,2,flopper,12.40,0.71,12.40,0.71,none,none,none, flopping,flopping,0.37,Verb,8,6,2,flop,none,none,6.68,1.00,none,none,7.36, floppy,floppy,1.14,Adjective,6,5,2,floppy,6.68,1.00,6.68,1.00,none,none,none, flops,flops,0.51,Noun,5,5,1,flop,none,none,6.68,1.00,none,none,7.36, flora,flora,2.24,Name,5,5,2,flora,11.94,1.00,11.94,1.00,none,11.17,none, floral,floral,0.73,Adjective,6,6,2,floral,8.84,1.00,8.84,1.00,none,none,none, florescence,florescence,0.02,Noun,11,9,3,florescence,10.56,0.95,10.56,0.95,none,none,none, florescent,florescent,0.10,Adjective,10,9,3,florescent,11.00,0.94,11.00,0.94,none,none,none, floribunda,floribunda,0.04,Adjective,10,10,4,floribunda,15.00,0.11,15.00,0.11,none,none,none, florid,florid,0.08,Adjective,6,6,2,florid,12.93,0.78,12.93,0.78,none,none,none, florin,florin,0.35,Noun,6,6,2,florin,13.71,0.39,13.71,0.39,none,none,none, florins,florins,0.25,Noun,7,7,2,florin,none,none,13.71,0.39,none,none,none, florist,florist,2.41,Noun,7,7,2,florist,8.45,1.00,8.45,1.00,8.73,none,none, florists,florists,0.14,Noun,8,8,2,florist,none,none,8.45,1.00,8.73,none,none, floss,floss,1.96,Verb,5,4,1,floss,7.06,0.95,7.06,0.95,none,none,6.26, flossed,flossed,0.16,Verb,7,5,1,floss,none,none,7.06,0.95,none,none,6.26, flosses,flosses,0.04,Verb,7,6,2,floss,none,none,7.06,0.95,none,none,6.26, flossing,flossing,0.51,Verb,8,6,2,floss,none,none,7.06,0.95,none,none,6.26, flotation,flotation,0.39,Noun,9,8,3,flotation,8.26,0.95,8.26,0.95,none,none,none, flotilla,flotilla,0.02,Noun,8,7,3,flotilla,14.14,0.37,14.14,0.37,none,none,none, flotsam,flotsam,0.25,Noun,7,7,2,flotsam,12.55,0.61,12.55,0.61,none,none,none, flounce,flounce,0.02,Verb,7,5,1,flounce,10.07,0.74,10.07,0.74,11.09,none,12.30, flounces,flounces,0.08,Noun,8,7,2,flounce,none,none,10.07,0.74,11.09,none,12.30, flouncy,flouncy,0.10,Noun,7,6,2,flouncy,12.75,0.63,12.75,0.63,none,none,none, flounder,flounder,0.84,Noun,8,6,2,flounder,8.80,1.00,8.80,1.00,11.53,none,none, floundered,floundered,0.02,Verb,10,7,2,flounder,none,none,8.80,1.00,11.53,none,none, floundering,floundering,0.29,Verb,11,8,3,flounder,none,none,8.80,1.00,11.53,none,none, flounders,flounders,0.06,Noun,9,7,2,flounder,none,none,8.80,1.00,11.53,none,none, flour,flour,3.16,Noun,5,4,2,flour,6.89,1.00,6.89,1.00,none,5.62,6.23, flourish,flourish,0.80,Verb,8,5,2,flourish,10.94,1.00,10.94,1.00,10.41,9.66,none,10.51 flourished,flourished,0.22,Verb,10,6,2,flourish,none,none,10.94,1.00,10.41,9.66,none,10.51 flourishes,flourishes,0.12,Noun,10,7,3,flourish,none,none,10.94,1.00,10.41,9.66,none,10.51 flourless,flourless,0.02,Adjective,9,7,3,flourless,10.79,0.95,10.79,0.95,none,none,none, flours,flours,0.08,Noun,6,5,2,flour,none,none,6.89,1.00,none,5.62,6.23, floury,floury,0.04,Adjective,6,5,3,floury,8.76,0.94,8.76,0.94,none,none,none, flout,flout,0.20,Verb,5,4,1,flout,14.50,0.63,14.50,0.63,none,none,none, flouted,flouted,0.06,Verb,7,6,2,flout,none,none,14.50,0.63,none,none,none, flouting,flouting,0.08,Verb,8,6,2,flout,none,none,14.50,0.63,none,none,none, flouts,flouts,0.02,Verb,6,5,1,flout,none,none,14.50,0.63,none,none,none, flow,flow,13.75,Noun,4,3,1,flow,7.40,1.00,7.40,1.00,none,7.00,6.87, flowed,flowed,0.69,Verb,6,4,1,flow,none,none,7.40,1.00,none,7.00,6.87, flower,flower,22.76,Noun,6,4,2,flower,3.11,1.00,3.11,1.00,3.86,none,none,4.33 flowerbed,flowerbed,0.12,Adjective,9,7,3,flowerbed,7.05,1.00,7.05,1.00,none,none,none, flowerbeds,flowerbeds,0.02,Noun,10,8,3,flowerbed,none,none,7.05,1.00,none,none,none, flowering,flowering,0.27,Adjective,9,6,3,flowering,9.16,1.00,9.16,1.00,none,none,none, flowerless,flowerless,0.02,Adjective,10,7,3,flowerless,9.53,0.94,9.53,0.94,none,none,none, flowerpot,flowerpot,0.27,Noun,9,7,3,flowerpot,6.55,1.00,6.55,1.00,none,none,none, flowerpots,flowerpots,0.10,Noun,10,8,3,flowerpot,none,none,6.55,1.00,none,none,none, flowers,flowers,47.59,Noun,7,5,2,flower,none,none,3.11,1.00,3.86,none,none,4.33 flowery,flowery,0.67,Adjective,7,5,3,flowery,8.06,1.00,8.06,1.00,none,none,none, flowing,flowing,4.25,Verb,7,5,2,flow,none,none,7.40,1.00,none,7.00,6.87, flown,flown,4.55,Verb,5,4,1,fly,none,none,3.05,1.00,4.09,none,4.27, flows,flows,2.78,Verb,5,4,1,flow,none,none,7.40,1.00,none,7.00,6.87, flowstone,flowstone,0.02,Noun,9,7,2,flowstone,13.54,0.68,13.54,0.68,none,none,none, flu,flu,8.71,Noun,3,3,1,flu,6.47,1.00,6.47,1.00,none,none,6.60, flub,flub,0.06,Noun,4,4,1,flub,11.67,0.95,11.67,0.95,none,none,11.34, flubs,flubs,0.06,Noun,5,5,1,flub,none,none,11.67,0.95,none,none,11.34, fluctuant,fluctuant,0.02,Adjective,9,10,3,fluctuant,13.14,0.74,13.14,0.74,none,none,none, fluctuate,fluctuate,0.22,Verb,9,9,3,fluctuate,12.22,1.00,12.22,1.00,none,none,none, fluctuates,fluctuates,0.18,Verb,10,9,3,fluctuate,none,none,12.22,1.00,none,none,none, fluctuating,fluctuating,0.29,Adjective,11,11,4,fluctuating,11.81,0.89,11.81,0.89,none,none,none, fluctuation,fluctuation,0.33,Noun,11,10,4,fluctuation,11.53,0.89,11.53,0.89,none,none,none, fluctuations,fluctuations,0.31,Noun,12,11,4,fluctuation,none,none,11.53,0.89,none,none,none, flue,flue,0.41,Noun,4,3,1,flue,10.93,0.75,10.93,0.75,none,11.02,none, fluent,fluent,1.16,Adjective,6,6,2,fluent,10.42,1.00,10.42,1.00,none,9.28,none,10.90 fluff,fluff,1.41,Noun,5,4,1,fluff,4.85,1.00,4.85,1.00,none,none,7.43, fluffier,fluffier,0.06,Adjective,8,6,3,fluffy,none,none,5.95,1.00,none,none,none, fluffing,fluffing,0.08,Verb,8,6,2,fluff,none,none,4.85,1.00,none,none,7.43, fluffs,fluffs,0.02,Verb,6,5,1,fluff,none,none,4.85,1.00,none,none,7.43, fluffy,fluffy,3.63,Adjective,6,5,2,fluffy,5.95,1.00,5.95,1.00,none,none,none, fluid,fluid,8.94,Noun,5,5,2,fluid,7.94,1.00,7.94,1.00,none,8.52,none,6.68 fluidity,fluidity,0.08,Noun,8,8,4,fluidity,13.61,0.95,13.61,0.95,none,none,none, fluids,fluids,3.27,Noun,6,6,2,fluid,none,none,7.94,1.00,none,8.52,none,6.68 fluke,fluke,1.75,Noun,5,4,1,fluke,10.10,1.00,10.10,1.00,none,none,10.12, flukes,flukes,0.12,Noun,6,5,1,fluke,none,none,10.10,1.00,none,none,10.12, flume,flume,0.16,Noun,5,4,1,flume,12.40,0.79,12.40,0.79,none,none,12.58, flummox,flummox,0.02,Noun,7,7,2,flummox,13.62,0.44,13.62,0.44,none,none,none, flummoxed,flummoxed,0.16,Adjective,9,8,2,flummoxed,13.36,0.78,13.36,0.78,none,none,none, flung,flung,0.86,Verb,5,4,1,fling,none,none,8.95,1.00,none,none,9.03, flunk,flunk,1.80,Verb,5,5,1,flunk,8.16,1.00,8.16,1.00,none,none,9.39, flunked,flunked,1.76,Verb,7,6,1,flunk,none,none,8.16,1.00,none,none,9.39, flunkey,flunkey,0.10,Adjective,7,6,2,flunky,none,none,9.67,0.75,none,none,none, flunkies,flunkies,0.25,Noun,8,7,2,flunky,none,none,9.67,0.75,none,none,none, flunking,flunking,0.88,Verb,8,7,2,flunk,none,none,8.16,1.00,none,none,9.39, flunks,flunks,0.10,Verb,6,6,1,flunk,none,none,8.16,1.00,none,none,9.39, flunky,flunky,0.69,Adjective,6,6,2,flunky,9.67,0.75,9.67,0.75,none,none,none, fluoresce,fluoresce,0.04,Verb,9,6,2,fluoresce,10.08,0.72,10.08,0.72,none,none,none, fluorescent,fluorescent,0.59,Adjective,11,9,3,fluorescent,11.94,1.00,11.94,1.00,none,none,none, fluoresces,fluoresces,0.04,Verb,10,8,3,fluoresce,none,none,10.08,0.72,none,none,none, fluoridation,fluoridation,0.02,Noun,12,10,4,fluoridation,12.31,0.72,12.31,0.72,none,none,none, fluoride,fluoride,0.24,Noun,8,6,2,fluoride,9.67,1.00,9.67,1.00,none,none,none, fluorine,fluorine,0.10,Adjective,8,6,2,fluorine,13.47,0.90,13.47,0.90,none,none,none, fluorite,fluorite,0.06,Noun,8,6,2,fluorite,13.83,0.67,13.83,0.67,none,none,none, fluorocarbon,fluorocarbon,0.04,Noun,12,11,4,fluorocarbon,13.82,0.61,13.82,0.61,none,none,none, fluorocarbons,fluorocarbons,0.08,Noun,13,12,4,fluorocarbon,none,none,13.82,0.61,none,none,none, fluoroscope,fluoroscope,0.25,Noun,11,9,4,fluoroscope,15.09,0.58,15.09,0.58,none,none,none, fluorspar,fluorspar,0.02,Noun,9,8,2,fluorspar,13.17,0.33,13.17,0.33,none,none,none, flurries,flurries,0.20,Noun,8,5,2,flurry,none,none,9.44,1.00,none,none,none, flurry,flurry,0.47,Noun,6,4,2,flurry,9.44,1.00,9.44,1.00,none,none,none, flush,flush,9.37,Verb,5,4,1,flush,5.17,1.00,5.17,1.00,none,6.41,5.93, flushed,flushed,3.00,Verb,7,5,1,flush,none,none,5.17,1.00,none,6.41,5.93, flusher,flusher,0.16,Noun,7,5,2,flusher,10.73,0.79,10.73,0.79,none,none,none, flushes,flushes,0.53,Verb,7,6,2,flush,none,none,5.17,1.00,none,6.41,5.93, flushing,flushing,1.47,Verb,8,6,2,flush,none,none,5.17,1.00,none,6.41,5.93, fluster,fluster,0.06,Noun,7,6,2,fluster,12.21,1.00,12.21,1.00,none,none,none, flustered,flustered,0.75,Verb,9,7,2,fluster,none,none,12.21,1.00,none,none,none, flute,flute,2.12,Noun,5,4,1,flute,8.47,1.00,8.47,1.00,none,none,7.08, flutes,flutes,0.41,Noun,6,5,1,flute,none,none,8.47,1.00,none,none,7.08, flutist,flautist,0.02,Noun,7,7,2,flutist,11.61,0.95,11.61,0.95,none,none,none, flutter,flutter,0.86,Verb,7,5,2,flutter,8.35,1.00,8.35,1.00,none,9.17,none,9.40 fluttered,fluttered,0.06,Verb,9,6,2,flutter,none,none,8.35,1.00,none,9.17,none,9.40 fluttering,fluttering,0.73,Verb,10,7,3,flutter,none,none,8.35,1.00,none,9.17,none,9.40 flutters,flutters,0.16,Verb,8,6,2,flutter,none,none,8.35,1.00,none,9.17,none,9.40 fluttery,fluttery,0.18,Adjective,8,6,3,fluttery,10.24,0.89,10.24,0.89,none,none,none, flux,flux,1.04,Noun,4,5,1,flux,14.50,0.86,14.50,0.86,none,none,11.85, fly,fly,85.00,Verb,3,3,1,fly,3.05,1.00,3.05,1.00,4.09,none,4.27, flyable,flyable,0.06,Adjective,7,7,3,flyable,10.00,1.00,10.00,1.00,none,none,none, flyaway,flyaway,0.10,Adjective,7,6,3,flyaway,8.94,0.94,8.94,0.94,none,none,none, flyblown,flyblown,Err:512,Err:512,8,7,2,flyblown,14.60,0.26,14.60,0.26,none,none,none, flyboy,flyboy,0.45,Noun,6,5,2,flyboy,10.76,0.89,10.76,0.89,none,none,none, flyby,flyby,0.16,Noun,5,5,2,flyby,10.95,1.00,10.95,1.00,none,none,none, flybys,flybys,0.04,Noun,6,6,2,flyby,none,none,10.95,1.00,none,none,none, flycatcher,flycatcher,0.04,Noun,10,7,3,flycatcher,7.95,0.95,7.95,0.95,none,none,none, flyer,flyer,3.39,Noun,5,4,2,flyer,7.44,1.00,7.44,1.00,none,8.09,none,8.04 flyers,flyers,2.37,Noun,6,5,2,flyer,none,none,7.44,1.00,none,8.09,none,8.04 flying,flying,50.57,Verb,6,5,2,fly,none,none,3.05,1.00,4.09,none,4.27, flyleaf,flyleaf,0.06,Noun,7,6,2,flyleaf,11.87,0.83,11.87,0.83,none,none,none, flyleaves,flyleaves,0.02,Noun,9,7,2,flyleaf,none,none,11.87,0.83,none,none,none, flyover,flyover,0.08,Noun,7,6,3,flyover,10.11,0.95,10.11,0.95,none,none,none, flyovers,flyovers,0.06,Noun,8,7,3,flyover,none,none,10.11,0.95,none,none,none, flypaper,flypaper,0.27,Noun,8,7,3,flypaper,9.48,1.00,9.48,1.00,none,none,none, flyspeck,flyspeck,0.08,Noun,8,7,2,flyspeck,11.79,0.74,11.79,0.74,none,none,none, flyspecks,flyspecks,0.04,Noun,9,8,2,flyspeck,none,none,11.79,0.74,none,none,none, flyswatter,flyswatter,0.04,Noun,10,8,3,flyswatter,5.79,1.00,5.79,1.00,none,none,none, flytrap,flytrap,0.20,Noun,7,7,2,flytrap,6.18,0.94,6.18,0.94,none,none,none, flyweight,flyweight,0.06,Noun,9,6,2,flyweight,11.86,0.74,11.86,0.74,none,none,none, foal,foal,0.27,Noun,4,3,1,foal,8.44,0.89,8.44,0.89,6.02,none,10.17, foals,foals,0.02,Noun,5,4,1,foal,none,none,8.44,0.89,6.02,none,10.17, foam,foam,3.51,Noun,4,3,1,foam,6.15,1.00,6.15,1.00,none,6.24,5.99, foams,foams,0.10,Noun,5,4,1,foam,none,none,6.15,1.00,none,6.24,5.99, foamy,foamy,0.27,Noun,5,4,2,foamy,7.37,1.00,7.37,1.00,none,none,none, fob,fob,0.27,Noun,3,3,1,fob,12.38,0.68,12.38,0.68,none,none,none, fobbed,fobbed,0.06,Verb,6,4,1,fob,none,none,12.38,0.68,none,none,none, fobs,fobs,0.04,Noun,4,4,1,fob,none,none,12.38,0.68,none,none,none, focal,focal,0.57,Adjective,5,5,2,focal,10.00,0.95,10.00,0.95,none,none,none, foci,foci,0.02,Noun,4,4,2,focus,none,none,8.32,1.00,10.53,none,none,7.96 focus,focus,29.39,Verb,5,5,2,focus,8.32,1.00,8.32,1.00,10.53,none,none,7.96 focused,focused,7.90,Verb,7,6,2,focus,none,none,8.32,1.00,10.53,none,none,7.96 focuses,focuses,0.33,Verb,7,7,3,focus,none,none,8.32,1.00,10.53,none,none,7.96 focusing,focusing,2.78,Verb,8,7,3,focus,none,none,8.32,1.00,10.53,none,none,7.96 fodder,fodder,0.37,Noun,6,4,2,fodder,14.00,0.73,14.00,0.73,none,11.38,none, foe,foe,1.84,Noun,3,2,1,foe,9.95,0.95,9.95,0.95,none,8.98,10.53, foes,foes,0.61,Noun,4,3,1,foe,none,none,9.95,0.95,none,8.98,10.53, fog,fog,9.45,Noun,3,3,1,fog,6.21,1.00,6.21,1.00,none,none,5.99, fogbound,fogbound,0.04,Noun,8,7,2,fogbound,12.91,0.61,12.91,0.61,none,none,none, fogey,fogey,0.06,Noun,5,4,2,fogey,10.75,0.84,10.75,0.84,none,none,none, fogged,fogged,0.39,Verb,6,4,1,fog,none,none,6.21,1.00,none,none,5.99, foggiest,foggiest,0.27,Adjective,8,7,3,foggy,none,none,7.11,1.00,none,none,none, fogginess,fogginess,0.02,Noun,9,7,3,fogginess,9.68,1.00,9.68,1.00,none,none,none, fogging,fogging,0.24,Verb,7,5,2,fog,none,none,6.21,1.00,none,none,5.99, foggy,foggy,1.29,Adjective,5,4,2,foggy,7.11,1.00,7.11,1.00,none,none,none, foghorn,foghorn,0.24,Noun,7,7,2,foghorn,8.94,1.00,8.94,1.00,none,none,none, foghorns,foghorns,0.02,Noun,8,8,2,foghorn,none,none,8.94,1.00,none,none,none, fogies,fogies,0.06,Noun,6,5,2,fogey,none,none,10.75,0.84,none,none,none, fogs,fogs,0.02,Noun,4,4,1,fog,none,none,6.21,1.00,none,none,5.99, fogy,fogy,0.04,Noun,4,4,2,fogey,none,none,10.75,0.84,none,none,none, foible,foible,0.04,Noun,6,5,2,foible,15.40,0.75,15.40,0.75,none,none,none, foibles,foibles,0.14,Noun,7,6,2,foible,none,none,15.40,0.75,none,none,none, foil,foil,1.22,Noun,4,3,1,foil,7.57,1.00,7.57,1.00,none,none,none, foiled,foiled,0.37,Verb,6,4,1,foil,none,none,7.57,1.00,none,none,none, foils,foils,0.12,Verb,5,4,1,foil,none,none,7.57,1.00,none,none,none, foist,foist,0.16,Noun,5,4,1,foist,13.08,0.72,13.08,0.72,none,none,none, foisted,foisted,0.12,Verb,7,6,2,foist,none,none,13.08,0.72,none,none,none, foisting,foisting,0.08,Verb,8,6,2,foist,none,none,13.08,0.72,none,none,none, fold,fold,8.63,Verb,4,4,1,fold,4.95,1.00,4.95,1.00,none,6.41,5.79, folded,folded,2.90,Verb,6,6,2,fold,none,none,4.95,1.00,none,6.41,5.79, folder,folder,1.63,Noun,6,5,2,folder,8.21,1.00,8.21,1.00,none,6.88,none,6.13 folderol,folderol,0.08,Noun,8,8,3,folderol,15.43,0.37,15.43,0.37,none,none,none, folders,folders,0.67,Noun,7,6,2,folder,none,none,8.21,1.00,none,6.88,none,6.13 foldout,foldout,0.08,Noun,7,6,2,foldout,9.55,1.00,9.55,1.00,none,none,none, folds,folds,1.02,Noun,5,5,1,fold,none,none,4.95,1.00,none,6.41,5.79, foliage,foliage,0.53,Noun,7,5,2,foliage,10.63,1.00,10.63,1.00,none,none,none, folic,folic,0.14,Adjective,5,5,2,folic,14.25,0.84,14.25,0.84,none,none,none, folio,folio,0.08,Noun,5,5,3,folio,12.93,0.78,12.93,0.78,none,none,none, folios,folios,0.06,Noun,6,6,3,folio,none,none,12.93,0.78,none,none,none, folk,folk,7.16,Noun,4,3,1,folk,8.19,1.00,8.19,1.00,none,8.41,8.12, folklore,folklore,0.88,Noun,8,6,2,folklore,9.56,1.00,9.56,1.00,none,none,none, folkloric,folkloric,0.02,Adjective,9,8,3,folkloric,12.25,0.84,12.25,0.84,none,none,none, folks,folks,76.04,Noun,5,4,1,folk,none,none,8.19,1.00,none,8.41,8.12, folksong,folksong,0.02,Noun,8,6,2,folksong,7.33,0.95,7.33,0.95,none,none,none, folksy,folksy,0.16,Adjective,6,5,2,folksy,11.11,0.95,11.11,0.95,none,none,none, folktale,folktale,0.10,Noun,8,6,2,folktale,8.63,1.00,8.63,1.00,none,none,none, folktales,folktales,0.10,Noun,9,7,2,folktale,none,none,8.63,1.00,none,none,none, folkway,folkway,Err:512,Err:512,7,5,2,folkway,14.75,0.44,14.75,0.44,none,none,none, follicle,follicle,0.24,Noun,8,7,3,follicle,12.38,0.89,12.38,0.89,none,none,none, follicles,follicles,0.33,Noun,9,8,3,follicle,none,none,12.38,0.89,none,none,none, follicular,follicular,0.06,Adjective,10,9,4,follicular,12.80,0.53,12.80,0.53,none,none,none, follies,follies,0.84,Noun,7,5,2,folly,none,none,10.67,0.95,none,none,none,11.09 follow,follow,123.20,Verb,6,4,2,follow,5.11,1.00,5.11,1.00,5.41,5.39,none,6.00 followed,followed,34.10,Verb,8,5,2,follow,none,none,5.11,1.00,5.41,5.39,none,6.00 follower,follower,0.67,Noun,8,5,3,follower,7.79,1.00,7.79,1.00,none,none,none, followers,followers,2.75,Noun,9,6,3,follower,none,none,7.79,1.00,none,none,none, following,following,45.29,Verb,9,6,3,following,6.21,1.00,6.21,1.00,6.41,7.86,none, followings,followings,0.02,Noun,10,7,3,following,none,none,6.21,1.00,6.41,7.86,none, follows,follows,7.27,Verb,7,5,2,follow,none,none,5.11,1.00,5.41,5.39,none,6.00 folly,folly,1.45,Noun,5,4,2,folly,10.67,0.95,10.67,0.95,none,none,none,11.09 foment,foment,0.04,Noun,6,6,2,foment,14.67,0.47,14.67,0.47,none,none,none, fond,fond,12.33,Adjective,4,4,1,fond,9.21,1.00,9.21,1.00,none,9.28,8.93, fondant,fondant,0.12,Noun,7,7,2,fondant,14.17,0.67,14.17,0.67,none,none,none, fonder,fonder,0.39,Adjective,6,5,2,fond,none,none,9.21,1.00,none,9.28,8.93, fondest,fondest,0.25,Adjective,7,7,2,fond,none,none,9.21,1.00,none,9.28,8.93, fondle,fondle,0.49,Verb,6,6,2,fondle,13.00,1.00,13.00,1.00,none,none,none, fondled,fondled,0.31,Verb,7,7,2,fondle,none,none,13.00,1.00,none,none,none, fondling,fondling,0.45,Verb,8,8,3,fondle,none,none,13.00,1.00,none,none,none, fondness,fondness,0.51,Noun,8,7,2,fondness,10.50,1.00,10.50,1.00,none,none,none, fondue,fondue,0.92,Noun,6,6,2,fondue,10.78,1.00,10.78,1.00,none,none,none,12.01 font,font,0.94,Noun,4,4,1,font,11.50,1.00,11.50,1.00,none,10.75,9.02, fonts,fonts,0.04,Noun,5,5,1,font,none,none,11.50,1.00,none,10.75,9.02, food,food,154.43,Noun,4,3,1,food,3.25,1.00,3.25,1.00,none,none,3.05, foodie,foodie,0.12,Noun,6,4,2,foodie,13.47,0.75,13.47,0.75,none,none,none, foodless,foodless,0.04,Adjective,8,6,2,foodless,7.56,0.95,7.56,0.95,none,none,none, foods,foods,3.02,Noun,5,4,1,food,none,none,3.25,1.00,none,none,3.05, foodstuff,foodstuff,0.04,Verb,9,7,2,foodstuff,11.17,0.95,11.17,0.95,none,none,none, foodstuffs,foodstuffs,0.18,Noun,10,8,2,foodstuff,none,none,11.17,0.95,none,none,none, fool,fool,89.33,Noun,4,3,1,fool,7.56,1.00,7.56,1.00,none,6.94,7.22, fooled,fooled,10.27,Verb,6,4,1,fool,none,none,7.56,1.00,none,6.94,7.22, foolery,foolery,0.08,Noun,7,5,3,foolery,11.68,1.00,11.68,1.00,none,none,none, foolhardy,foolhardy,0.41,Adjective,9,8,3,foolhardy,11.58,1.00,11.58,1.00,none,none,none, fooling,fooling,12.27,Verb,7,5,2,fool,none,none,7.56,1.00,none,6.94,7.22, foolish,foolish,17.51,Adjective,7,5,2,foolish,8.94,1.00,8.94,1.00,6.57,none,none, foolishness,foolishness,2.08,Noun,11,8,3,foolishness,8.95,1.00,8.95,1.00,none,none,none, foolproof,foolproof,1.84,Adjective,9,7,2,foolproof,9.71,1.00,9.71,1.00,none,none,none, fools,fools,13.35,Noun,5,4,1,fool,none,none,7.56,1.00,none,6.94,7.22, foolscap,foolscap,0.02,Noun,8,7,2,foolscap,12.67,0.50,12.67,0.50,none,none,none, foot,foot,64.92,Noun,4,3,1,foot,3.44,1.00,3.44,1.00,3.62,none,3.11, footage,footage,8.27,Noun,7,5,2,footage,9.41,0.94,9.41,0.94,none,none,none,9.22 football,football,37.53,Noun,8,6,2,football,4.84,1.00,4.84,1.00,none,4.82,none,4.91 footballer,footballer,0.31,Noun,10,7,3,footballer,8.71,0.94,8.71,0.94,5.62,none,none, footballers,footballers,0.12,Noun,11,8,3,footballer,none,none,8.71,0.94,5.62,none,none, footballs,footballs,0.22,Noun,9,7,2,football,none,none,4.84,1.00,none,4.82,none,4.91 footbath,footbath,0.08,Noun,8,6,2,footbath,8.53,0.89,8.53,0.89,none,none,none, footboard,footboard,0.02,Noun,9,7,2,footboard,8.82,0.89,8.82,0.89,none,none,none, footbridge,footbridge,0.12,Noun,10,7,2,footbridge,11.20,0.79,11.20,0.79,none,none,none, footed,footed,0.06,Verb,6,5,2,foot,none,none,3.44,1.00,3.62,none,3.11, footer,footer,0.10,Noun,6,4,2,footer,11.67,0.79,11.67,0.79,none,none,none, footfall,footfall,0.04,Noun,8,6,2,footfall,12.40,0.83,12.40,0.83,none,none,none, footfalls,footfalls,0.04,Noun,9,7,2,footfall,none,none,12.40,0.83,none,none,none, footgear,footgear,0.02,Noun,8,6,3,footgear,9.12,0.89,9.12,0.89,none,none,none, foothold,foothold,0.57,Noun,8,7,2,foothold,11.16,1.00,11.16,1.00,none,none,none, footing,footing,1.02,Noun,7,5,2,footing,9.05,1.00,9.05,1.00,none,none,none, footings,footings,0.02,Noun,8,6,2,footing,none,none,9.05,1.00,none,none,none, footlights,footlights,0.22,Noun,10,7,2,footlights,11.20,0.83,11.20,0.83,none,none,none, footling,footling,0.06,Adjective,8,6,2,footling,12.90,0.45,12.90,0.45,none,none,none, footlocker,footlocker,0.80,Noun,10,7,3,footlocker,10.95,1.00,10.95,1.00,none,none,none, footlockers,footlockers,0.06,Noun,11,8,3,footlocker,none,none,10.95,1.00,none,none,none, footloose,footloose,0.82,Adjective,9,6,2,footloose,11.55,0.95,11.55,0.95,none,none,none, footman,footman,0.08,Noun,7,6,2,footman,11.59,0.81,11.59,0.81,8.41,none,none, footmark,footmark,0.02,Noun,8,7,2,footmark,10.47,0.79,10.47,0.79,none,none,none, footmarks,footmarks,0.10,Noun,9,8,2,footmark,none,none,10.47,0.79,none,none,none, footmen,footmen,0.20,Noun,7,6,2,footman,none,none,11.59,0.81,8.41,none,none, footnote,footnote,0.35,Noun,8,6,2,footnote,11.60,1.00,11.60,1.00,none,none,none, footnoted,footnoted,0.02,Verb,9,8,3,footnote,none,none,11.60,1.00,none,none,none, footnotes,footnotes,0.24,Noun,9,7,2,footnote,none,none,11.60,1.00,none,none,none, footpad,footpad,0.08,Noun,7,6,2,footpad,11.06,0.80,11.06,0.80,none,none,none, footpads,footpads,0.06,Noun,8,7,2,footpad,none,none,11.06,0.80,none,none,none, footpath,footpath,0.27,Noun,8,6,2,footpath,7.72,1.00,7.72,1.00,none,none,none, footpaths,footpaths,0.02,Noun,9,7,2,footpath,none,none,7.72,1.00,none,none,none, footplate,footplate,0.02,Noun,9,7,2,footplate,11.33,0.67,11.33,0.67,none,none,none, footprint,footprint,1.08,Noun,9,8,2,footprint,5.78,1.00,5.78,1.00,none,none,none, footprints,footprints,3.69,Noun,10,9,2,footprint,none,none,5.78,1.00,none,none,none, footrace,footrace,0.06,Noun,8,6,2,footrace,9.11,1.00,9.11,1.00,none,none,none, footrest,footrest,0.10,Noun,8,7,2,footrest,6.55,1.00,6.55,1.00,none,none,none, footrests,footrests,0.06,Noun,9,8,2,footrest,none,none,6.55,1.00,none,none,none, footrope,footrope,0.02,Noun,8,6,2,footrope,11.83,0.33,11.83,0.33,none,none,none, foots,foots,0.16,Verb,5,4,1,foot,none,none,3.44,1.00,3.62,none,3.11, footsie,footsie,0.37,Noun,7,5,2,footsie,7.32,1.00,7.32,1.00,none,none,none, footsies,footsies,0.16,Noun,8,6,2,footsy,none,none,9.16,1.00,none,none,none, footslogger,footslogger,0.04,Noun,11,8,3,footslogger,15.62,0.42,15.62,0.42,none,none,none, footstep,footstep,0.25,Noun,8,7,2,footstep,5.38,1.00,5.38,1.00,none,6.41,none, footsteps,footsteps,6.31,Noun,9,8,2,footsteps,6.46,1.00,6.46,1.00,none,none,none, footstone,footstone,0.02,Noun,9,7,2,footstone,11.10,0.53,11.10,0.53,none,none,none, footstool,footstool,0.16,Noun,9,7,2,footstool,6.00,1.00,6.00,1.00,none,none,none, footsy,footsy,0.04,Adjective,6,5,2,footsy,9.16,1.00,9.16,1.00,none,none,none, footwear,footwear,0.78,Noun,8,6,2,footwear,7.74,1.00,7.74,1.00,none,none,none, footwork,footwork,0.92,Noun,8,6,2,footwork,10.63,0.95,10.63,0.95,none,none,none, footy,footy,0.04,Adjective,5,4,2,footy,7.92,0.62,7.92,0.62,none,none,none, fop,fop,0.22,Noun,3,3,1,fop,11.71,0.39,11.71,0.39,none,none,none, foppery,foppery,0.04,Noun,7,6,3,foppery,12.00,0.50,12.00,0.50,none,none,none, foppish,foppish,0.06,Adjective,7,5,2,foppish,14.58,0.67,14.58,0.67,none,none,none, foppishness,foppishness,0.02,Noun,11,8,3,foppishness,16.44,0.43,16.44,0.43,none,none,none, fops,fops,0.06,Noun,4,4,1,fop,none,none,11.71,0.39,none,none,none, for,for,6895.10,Preposition,3,3,1,for,4.39,1.00,4.39,1.00,4.45,none,3.50, forage,forage,0.31,Verb,6,5,2,forage,11.47,0.89,11.47,0.89,none,none,none, foraging,foraging,0.27,Verb,8,7,3,forage,none,none,11.47,0.89,none,none,none, foramen,foramen,0.10,Noun,7,6,3,foramen,12.60,0.28,12.60,0.28,none,none,none, foramina,foramina,0.02,Noun,8,8,4,foramen,none,none,12.60,0.28,none,none,none, foraminifera,foraminifera,0.06,Noun,12,12,6,foraminifera,16.00,0.15,16.00,0.15,none,none,none, forasmuch,forasmuch,0.04,Verb,9,8,3,forasmuch,13.71,0.78,13.71,0.78,none,none,none, foray,foray,0.43,Noun,5,4,2,foray,13.85,0.62,13.85,0.62,none,none,none, forays,forays,0.06,Noun,6,5,2,foray,none,none,13.85,0.62,none,none,none, forbad,forbad,0.02,Verb,6,5,2,forbid,none,none,8.47,1.00,7.22,none,none,8.96 forbade,forbade,0.43,Verb,7,5,2,forbid,none,none,8.47,1.00,7.22,none,none,8.96 forbear,forbear,0.16,Verb,7,6,3,forbear,11.94,0.90,11.94,0.90,none,none,none, forbearance,forbearance,0.29,Noun,11,9,3,forbearance,15.22,0.90,15.22,0.90,none,none,none, forbears,forbears,0.08,Noun,8,7,3,forbear,none,none,11.94,0.90,none,none,none, forbid,forbid,8.55,Verb,6,5,2,forbid,8.47,1.00,8.47,1.00,7.22,none,none,8.96 forbidding,forbidding,0.39,Adjective,10,7,3,forbidding,9.63,1.00,9.63,1.00,none,none,none, forbids,forbids,1.10,Verb,7,6,2,forbid,none,none,8.47,1.00,7.22,none,none,8.96 forbore,forbore,0.02,Verb,7,6,2,forbear,none,none,11.94,0.90,none,none,none, force,force,70.67,Noun,5,4,1,force,6.00,1.00,6.00,1.00,7.57,7.45,7.66, forced,forced,26.45,Verb,6,5,1,force,none,none,6.00,1.00,7.57,7.45,7.66, forceful,forceful,0.86,Adjective,8,7,2,forceful,7.89,1.00,7.89,1.00,none,none,none, forceps,forceps,0.67,Noun,7,7,2,forceps,13.74,1.00,13.74,1.00,none,none,none, forces,forces,20.86,Noun,6,6,2,forces,7.56,1.00,7.56,1.00,none,none,none, forcible,forcible,0.16,Adjective,8,8,3,forcible,11.00,0.95,11.00,0.95,none,none,none, forcing,forcing,5.41,Verb,7,6,2,force,none,none,6.00,1.00,7.57,7.45,7.66, ford,ford,11.51,Name,4,4,1,ford,8.10,1.00,8.10,1.00,none,10.64,9.61, fordo,fordo,0.12,Noun,5,5,2,fordo,17.83,0.33,17.83,0.33,none,none,none, fore,fore,2.65,Noun,4,3,1,fore,12.17,0.86,12.17,0.86,none,none,11.19, forearm,forearm,0.98,Noun,7,6,2,forearm,8.65,1.00,8.65,1.00,none,8.66,none, forearms,forearms,0.47,Noun,8,7,2,forearm,none,none,8.65,1.00,none,8.66,none, forebear,forebear,0.06,Verb,8,6,2,forebear,14.07,0.83,14.07,0.83,none,none,none, forebears,forebears,0.18,Noun,9,7,2,forebear,none,none,14.07,0.83,none,none,none, foreboding,foreboding,0.45,Noun,10,8,3,foreboding,12.29,0.94,12.29,0.94,none,none,none, forebrain,forebrain,0.06,Noun,9,7,2,forebrain,12.77,0.68,12.77,0.68,none,none,none, forecast,forecast,1.88,Noun,8,7,2,forecast,9.05,1.00,9.05,1.00,9.45,none,none, forecasting,forecasting,0.18,Verb,11,9,3,forecast,none,none,9.05,1.00,9.45,none,none, forecastle,forecastle,0.12,Verb,10,8,3,forecastle,11.70,0.50,11.70,0.50,none,none,none, forecastles,forecastles,0.02,Noun,11,9,3,forecastle,none,none,11.70,0.50,none,none,none, forecasts,forecasts,0.22,Noun,9,8,2,forecast,none,none,9.05,1.00,9.45,none,none, foreclose,foreclose,0.67,Verb,9,7,2,foreclose,13.50,1.00,13.50,1.00,none,none,none, foreclosed,foreclosed,0.25,Verb,10,8,2,foreclose,none,none,13.50,1.00,none,none,none, forecloses,forecloses,0.04,Verb,10,9,3,foreclose,none,none,13.50,1.00,none,none,none, foreclosing,foreclosing,0.14,Verb,11,9,3,foreclose,none,none,13.50,1.00,none,none,none, foreclosure,foreclosure,0.51,Noun,11,8,3,foreclosure,15.47,1.00,15.47,1.00,none,none,none, foreclosures,foreclosures,0.12,Noun,12,9,3,foreclosure,none,none,15.47,1.00,none,none,none, forecourt,forecourt,0.04,Noun,9,7,2,forecourt,14.17,0.63,14.17,0.63,none,none,none, foredeck,foredeck,0.08,Noun,8,6,2,foredeck,11.57,0.74,11.57,0.74,none,none,none, forefather,forefather,0.02,Noun,10,7,3,forefather,9.37,1.00,9.37,1.00,none,none,none, forefathers,forefathers,0.80,Noun,11,8,3,forefather,none,none,9.37,1.00,none,none,none, forefinger,forefinger,0.27,Noun,10,8,3,forefinger,7.26,1.00,7.26,1.00,none,none,none, forefingers,forefingers,0.04,Noun,11,9,3,forefinger,none,none,7.26,1.00,none,none,none, forefront,forefront,0.39,Noun,9,8,2,forefront,11.76,0.94,11.76,0.94,none,none,none, forego,forego,0.57,Verb,6,5,2,forego,11.62,0.84,11.62,0.84,none,none,none,12.85 foregoing,foregoing,0.12,Adjective,9,7,3,foregoing,12.26,0.95,12.26,0.95,none,none,none, foregone,foregone,0.41,Adjective,8,6,2,foregone,11.82,0.94,11.82,0.94,none,none,none, foreground,foreground,0.43,Noun,10,8,2,foreground,10.85,1.00,10.85,1.00,none,none,none, forehand,forehand,0.10,Adjective,8,7,2,forehand,10.89,0.95,10.89,0.95,none,none,none, forehead,forehead,7.84,Noun,8,6,2,forehead,5.58,1.00,5.58,1.00,none,none,none,5.20 foreheads,foreheads,0.35,Noun,9,7,2,forehead,none,none,5.58,1.00,none,none,none,5.20 foreign,foreign,22.29,Adjective,7,5,2,foreign,8.74,1.00,8.74,1.00,7.86,8.11,none,9.05 foreigner,foreigner,2.94,Noun,9,6,3,foreigner,10.39,1.00,10.39,1.00,none,8.86,none, foreigners,foreigners,3.20,Noun,10,7,3,foreigner,none,none,10.39,1.00,none,8.86,none, foreignness,foreignness,0.02,Noun,11,7,3,foreignness,11.41,0.81,11.41,0.81,none,none,none, foreknowledge,foreknowledge,0.02,Noun,13,8,3,foreknowledge,13.24,0.85,13.24,0.85,none,none,none, forelady,forelady,Err:512,Err:512,8,7,3,forelady,14.00,0.42,14.00,0.42,none,none,none, foreleg,foreleg,0.06,Noun,7,6,2,foreleg,10.33,0.95,10.33,0.95,none,none,none, forelegs,forelegs,0.04,Verb,8,7,2,foreleg,none,none,10.33,0.95,none,none,none, forelimb,forelimb,0.02,Noun,8,6,2,forelimb,13.31,0.84,13.31,0.84,none,none,none, forelock,forelock,0.04,Noun,8,6,2,forelock,12.90,0.56,12.90,0.56,none,10.66,none, foreman,foreman,5.55,Noun,7,6,2,foreman,11.45,1.00,11.45,1.00,none,none,none, foremast,foremast,0.02,Noun,8,7,2,foremast,11.67,0.47,11.67,0.47,none,none,none, foremen,foremen,0.14,Noun,7,6,2,foreman,none,none,11.45,1.00,none,none,none, foremost,foremost,1.69,Adjective,8,7,2,foremost,11.78,1.00,11.78,1.00,none,none,none, forensic,forensic,3.92,Adjective,8,7,3,forensic,13.30,1.00,13.30,1.00,12.50,none,none, forensics,forensics,3.76,Noun,9,8,3,forensics,14.11,1.00,14.11,1.00,none,none,none, foreordain,foreordain,Err:512,Err:512,10,8,3,foreordain,16.27,0.58,16.27,0.58,none,none,none, forepaw,forepaw,0.10,Noun,7,5,2,forepaw,9.00,0.67,9.00,0.67,none,none,none, foreplay,foreplay,2.51,Noun,8,6,2,foreplay,14.40,1.00,14.40,1.00,none,none,none, forerunner,forerunner,0.08,Noun,10,6,3,forerunner,12.41,0.85,12.41,0.85,none,none,none, foresail,foresail,0.04,Noun,8,6,2,foresail,15.20,0.48,15.20,0.48,none,none,none, foresaw,foresaw,0.39,Verb,7,5,2,foresee,none,none,10.95,0.95,10.63,none,none, foresee,foresee,0.98,Verb,7,5,2,foresee,10.95,0.95,10.95,0.95,10.63,none,none, foreseeable,foreseeable,0.37,Adjective,11,9,4,foreseeable,12.24,0.94,12.24,0.94,none,none,none, foreseen,foreseen,0.59,Verb,8,6,2,foresee,none,none,10.95,0.95,10.63,none,none, foreshadow,foreshadow,0.12,Verb,10,7,3,foreshadow,13.11,1.00,13.11,1.00,none,none,none, foresheet,foresheet,0.02,Noun,9,6,2,foresheet,14.33,0.50,14.33,0.50,none,none,none, foresheets,foresheets,0.04,Noun,10,7,2,foresheet,none,none,14.33,0.50,none,none,none, foreshock,foreshock,0.02,Noun,9,6,2,foreshock,13.57,0.78,13.57,0.78,none,none,none, foresight,foresight,0.75,Noun,9,6,2,foresight,10.78,1.00,10.78,1.00,none,none,none, foresightedness,foresightedness,0.04,Noun,15,11,4,foresightedness,13.82,0.94,13.82,0.94,none,none,none, foreskin,foreskin,0.35,Noun,8,7,2,foreskin,13.42,1.00,13.42,1.00,none,none,none, foreskins,foreskins,0.02,Noun,9,8,2,foreskin,none,none,13.42,1.00,none,none,none, forest,forest,18.88,Noun,6,6,2,forest,6.28,1.00,6.28,1.00,none,6.03,none,5.68 forestall,forestall,0.16,Verb,9,7,2,forestall,11.80,0.53,11.80,0.53,none,none,none, forestation,forestation,0.02,Noun,11,10,4,forestation,14.77,0.68,14.77,0.68,none,none,none, forestay,forestay,0.04,Noun,8,6,2,forestay,11.64,0.61,11.64,0.61,none,none,none, forested,forested,0.04,Adjective,8,8,3,forested,8.56,0.84,8.56,0.84,none,none,none, forester,forester,0.06,Noun,8,7,3,forester,10.44,0.95,10.44,0.95,none,none,none, foresters,foresters,0.06,Noun,9,8,3,forester,none,none,10.44,0.95,none,none,none, forestry,forestry,0.22,Noun,8,8,3,forestry,9.94,1.00,9.94,1.00,none,none,none, forests,forests,1.59,Noun,7,7,2,forest,none,none,6.28,1.00,none,6.03,none,5.68 foreswear,foreswear,0.02,Verb,9,7,3,forswear,none,none,13.80,0.53,none,none,none, foretaste,foretaste,0.02,Noun,9,7,2,foretaste,12.92,0.72,12.92,0.72,11.53,none,none, foretell,foretell,0.31,Verb,8,6,2,foretell,10.06,1.00,10.06,1.00,10.46,none,none, foreteller,foreteller,0.02,Name,10,7,3,foreteller,11.35,0.73,11.35,0.73,11.76,none,none, foretells,foretells,0.04,Verb,9,7,2,foretell,none,none,10.06,1.00,10.46,none,none, forethought,forethought,0.18,Noun,11,6,2,forethought,11.11,1.00,11.11,1.00,none,none,none, foretold,foretold,0.78,Verb,8,7,2,foretell,none,none,10.06,1.00,10.46,none,none, foretop,foretop,0.08,Noun,7,6,2,foretop,15.86,0.39,15.86,0.39,none,none,none, forevermore,forevermore,0.53,Noun,11,10,4,forevermore,9.33,1.00,9.33,1.00,none,none,none, forewarn,forewarn,0.02,Verb,8,7,2,forewarn,11.16,0.95,11.16,0.95,none,none,none, forewarned,forewarned,0.16,Verb,10,8,2,forewarn,none,none,11.16,0.95,none,none,none, forewarning,forewarning,0.02,Verb,11,9,3,forewarning,10.84,1.00,10.84,1.00,11.21,none,none, forewoman,forewoman,0.08,Noun,9,8,3,forewoman,13.27,0.83,13.27,0.83,none,none,none, foreword,foreword,0.18,Noun,8,6,2,foreword,10.60,0.95,10.60,0.95,none,none,none, forewords,forewords,0.02,Noun,9,7,2,foreword,none,none,10.60,0.95,none,none,none, foreyard,foreyard,0.06,Noun,8,7,2,foreyard,12.78,0.47,12.78,0.47,none,none,none, forfeit,forfeit,3.10,Verb,7,6,2,forfeit,10.40,1.00,10.40,1.00,none,10.49,none,9.58 forfeited,forfeited,0.31,Verb,9,8,3,forfeit,none,none,10.40,1.00,none,10.49,none,9.58 forfeiting,forfeiting,0.18,Verb,10,8,3,forfeit,none,none,10.40,1.00,none,10.49,none,9.58 forfeits,forfeits,0.14,Verb,8,7,2,forfeit,none,none,10.40,1.00,none,10.49,none,9.58 forfeiture,forfeiture,0.20,Noun,10,7,3,forfeiture,13.18,0.89,13.18,0.89,none,none,none, forfend,forfend,0.08,Verb,7,7,2,forfend,15.00,0.05,15.00,0.05,none,none,none, forgave,forgave,2.29,Verb,7,5,2,forgive,none,none,5.44,1.00,6.77,none,none,5.93 forge,forge,3.25,Verb,5,4,1,forge,9.80,0.83,9.80,0.83,none,10.58,11.00, forged,forged,4.24,Verb,6,5,1,forge,none,none,9.80,0.83,none,10.58,11.00, forger,forger,0.61,Noun,6,5,2,forger,11.00,0.95,11.00,0.95,none,none,none, forgeries,forgeries,0.59,Noun,9,7,3,forgery,none,none,10.74,0.95,none,none,none, forgers,forgers,0.12,Noun,7,6,2,forger,none,none,11.00,0.95,none,none,none, forgery,forgery,1.96,Noun,7,6,3,forgery,10.74,0.95,10.74,0.95,none,none,none, forges,forges,0.16,Verb,6,6,2,forge,none,none,9.80,0.83,none,10.58,11.00, forget,forget,277.06,Verb,6,5,2,forget,4.78,1.00,4.78,1.00,5.97,none,none,5.81 forgetful,forgetful,0.75,Adjective,9,9,3,forgetful,7.84,1.00,7.84,1.00,none,none,none, forgetfulness,forgetfulness,0.53,Noun,13,12,4,forgetfulness,7.47,1.00,7.47,1.00,7.74,none,none, forgets,forgets,3.86,Verb,7,6,2,forget,none,none,4.78,1.00,5.97,none,none,5.81 forgettable,forgettable,0.29,Adjective,11,10,4,forgettable,7.00,1.00,7.00,1.00,none,none,none, forgetting,forgetting,12.29,Verb,10,7,3,forget,none,none,4.78,1.00,5.97,none,none,5.81 forging,forging,0.78,Verb,7,6,2,forge,none,none,9.80,0.83,none,10.58,11.00, forgivable,forgivable,0.12,Adjective,10,10,4,forgivable,8.76,1.00,8.76,1.00,none,none,none, forgive,forgive,76.80,Verb,7,5,2,forgive,5.44,1.00,5.44,1.00,6.77,none,none,5.93 forgiven,forgiven,6.49,Verb,8,7,3,forgive,none,none,5.44,1.00,6.77,none,none,5.93 forgiveness,forgiveness,7.94,Noun,11,8,3,forgiveness,6.68,1.00,6.68,1.00,none,none,none, forgiver,forgiver,0.04,Noun,8,7,3,forgiver,8.21,1.00,8.21,1.00,none,none,none, forgives,forgives,1.29,Verb,8,6,2,forgive,none,none,5.44,1.00,6.77,none,none,5.93 forgiving,forgiving,2.49,Adjective,9,7,3,forgiving,7.28,1.00,7.28,1.00,none,none,none, forgo,forgo,0.29,Verb,5,5,2,forego,none,none,11.62,0.84,none,none,none,12.85 forgot,forgot,98.92,Verb,6,5,2,forget,none,none,4.78,1.00,5.97,none,none,5.81 forgotten,forgotten,34.73,Verb,9,7,3,forget,none,none,4.78,1.00,5.97,none,none,5.81 forint,forint,0.02,Noun,6,6,2,forint,16.00,0.29,16.00,0.29,none,none,none, forints,forints,0.04,Noun,7,7,2,forint,none,none,16.00,0.29,none,none,none, fork,fork,8.82,Noun,4,4,1,fork,3.63,1.00,3.63,1.00,none,4.67,4.01, forkful,forkful,0.02,Adjective,7,7,2,forkful,6.84,1.00,6.84,1.00,none,none,none, forking,forking,0.10,Verb,7,6,2,fork,none,none,3.63,1.00,none,4.67,4.01, forklift,forklift,0.96,Noun,8,8,2,forklift,9.11,1.00,9.11,1.00,none,none,none, forklifts,forklifts,0.02,Noun,9,9,2,forklift,none,none,9.11,1.00,none,none,none, forks,forks,2.22,Noun,5,5,1,fork,none,none,3.63,1.00,none,4.67,4.01, forlorn,forlorn,0.41,Adjective,7,6,2,forlorn,11.29,0.78,11.29,0.78,none,none,none, form,form,42.75,Noun,4,4,1,form,7.58,1.00,7.58,1.00,none,7.66,7.52, formable,formable,0.02,Adjective,8,8,3,formable,10.12,0.89,10.12,0.89,none,none,none, formal,formal,8.31,Adjective,6,6,2,formal,10.50,1.00,10.50,1.00,none,none,none,9.05 formaldehyde,formaldehyde,0.67,Noun,12,11,4,formaldehyde,11.39,1.00,11.39,1.00,none,none,none, formalin,formalin,0.04,Noun,8,8,3,formalin,17.14,0.39,17.14,0.39,none,none,none, formalism,formalism,0.02,Noun,9,10,4,formalism,14.38,0.80,14.38,0.80,none,none,none, formalities,formalities,0.96,Noun,11,10,4,formality,none,none,12.59,0.94,none,none,none, formality,formality,2.16,Noun,9,9,4,formality,12.59,0.94,12.59,0.94,none,none,none, formalize,formalise,0.12,Verb,9,8,3,formalize,11.47,0.94,11.47,0.94,none,none,none, formalized,formalised,0.08,Verb,10,9,3,formalize,none,none,11.47,0.94,none,none,none, formals,formals,0.04,Noun,7,7,2,formal,none,none,10.50,1.00,none,none,none,9.05 format,format,1.06,Noun,6,6,2,format,11.47,1.00,11.47,1.00,none,none,none,10.13 formation,formation,3.98,Noun,9,8,3,formation,9.67,1.00,9.67,1.00,none,none,none, formations,formations,0.65,Noun,10,9,3,formation,none,none,9.67,1.00,none,none,none, formative,formative,0.29,Adjective,9,8,3,formative,12.11,1.00,12.11,1.00,none,none,none, formats,formats,0.18,Noun,7,7,2,format,none,none,11.47,1.00,none,none,none,10.13 formed,formed,4.73,Verb,6,5,1,form,none,none,7.58,1.00,none,7.66,7.52, former,former,18.27,Determiner,6,5,2,former,8.45,1.00,8.45,1.00,none,10.24,none,9.85 formfitting,formfitting,0.02,Adjective,11,9,3,formfitting,11.39,0.95,11.39,0.95,none,none,none, formic,formic,0.10,Adjective,6,6,2,formic,15.71,0.37,15.71,0.37,none,none,none, formidable,formidable,1.71,Adjective,10,10,4,formidable,11.29,0.94,11.29,0.94,none,none,none, forming,forming,2.75,Verb,7,6,2,form,none,none,7.58,1.00,none,7.66,7.52, formless,formless,0.08,Adjective,8,7,2,formless,11.37,1.00,11.37,1.00,none,none,none, forms,forms,11.37,Noun,5,5,1,form,none,none,7.58,1.00,none,7.66,7.52, formula,formula,7.86,Noun,7,8,3,formula,10.47,1.00,10.47,1.00,none,none,none, formulae,formulae,0.08,Noun,8,8,3,formula,none,none,10.47,1.00,none,none,none, formulaic,formulaic,0.10,Adjective,9,10,4,formulaic,13.50,0.74,13.50,0.74,none,none,none, formularies,formularies,0.02,Noun,11,11,4,formulary,none,none,13.50,0.80,none,none,none, formulary,formulary,0.04,Adjective,9,10,4,formulary,13.50,0.80,13.50,0.80,none,none,none, formulas,formulas,0.43,Noun,8,9,3,formula,none,none,10.47,1.00,none,none,none, formulate,formulate,0.59,Verb,9,9,3,formulate,10.75,0.89,10.75,0.89,11.78,none,none, formulated,formulated,0.33,Verb,10,11,4,formulate,none,none,10.75,0.89,11.78,none,none, formulates,formulates,0.06,Verb,10,10,3,formulate,none,none,10.75,0.89,11.78,none,none, formulating,formulating,0.14,Verb,11,11,4,formulate,none,none,10.75,0.89,11.78,none,none, formulation,formulation,0.25,Noun,11,11,4,formulation,12.00,1.00,12.00,1.00,none,none,none, formulations,formulations,0.02,Noun,12,12,4,formulation,none,none,12.00,1.00,none,none,none, fornicate,fornicate,0.49,Verb,9,8,3,fornicate,13.44,1.00,13.44,1.00,none,none,none, fornicated,fornicated,0.10,Verb,10,10,4,fornicate,none,none,13.44,1.00,none,none,none, fornicates,fornicates,0.06,Noun,10,9,3,fornicate,none,none,13.44,1.00,none,none,none, fornicating,fornicating,0.39,Verb,11,10,4,fornicate,none,none,13.44,1.00,none,none,none, fornication,fornication,0.86,Noun,11,10,4,fornication,12.35,0.94,12.35,0.94,none,none,none, fornications,fornications,0.06,Noun,12,11,4,fornication,none,none,12.35,0.94,none,none,none, fornicator,fornicator,0.18,Noun,10,9,4,fornicator,14.94,0.84,14.94,0.84,none,none,none, fornicators,fornicators,0.14,Noun,11,10,4,fornicator,none,none,14.94,0.84,none,none,none, forsake,forsake,0.90,Verb,7,6,2,forsake,10.86,1.00,10.86,1.00,none,none,none,11.70 forsaken,forsaken,1.51,Verb,8,8,3,forsake,none,none,10.86,1.00,none,none,none,11.70 forsakes,forsakes,0.06,Verb,8,7,2,forsake,none,none,10.86,1.00,none,none,none,11.70 forsaking,forsaking,0.57,Verb,9,8,3,forsake,none,none,10.86,1.00,none,none,none,11.70 forsook,forsook,0.04,Verb,7,6,2,forsake,none,none,10.86,1.00,none,none,none,11.70 forsooth,forsooth,0.06,Noun,8,6,2,forsooth,12.00,0.40,12.00,0.40,none,none,none, forswear,forswear,0.08,Verb,8,7,2,forswear,13.80,0.53,13.80,0.53,none,none,none, forswore,forswore,0.02,Verb,8,7,2,forswear,none,none,13.80,0.53,none,none,none, forsworn,forsworn,0.08,Adjective,8,8,2,forsworn,11.53,0.79,11.53,0.79,none,none,none, fort,fort,15.43,Name,4,4,1,fort,6.48,1.00,6.48,1.00,none,6.62,6.26, forte,forte,0.59,Noun,5,5,2,forte,12.72,0.95,12.72,0.95,none,none,none,13.07 forth,forth,15.76,Adverb,5,4,1,forth,7.17,1.00,7.17,1.00,8.84,8.60,7.08, forthcoming,forthcoming,1.37,Adjective,11,9,3,forthcoming,12.72,1.00,12.72,1.00,none,none,none, forthright,forthright,0.67,Adjective,10,7,2,forthright,12.35,1.00,12.35,1.00,none,none,none, forthrightness,forthrightness,0.04,Noun,14,10,3,forthrightness,10.75,0.89,10.75,0.89,none,none,none, forties,forties,0.51,Number,7,6,2,forty,none,none,6.53,1.00,none,6.47,none, fortification,fortification,0.10,Noun,13,12,5,fortification,12.67,1.00,12.67,1.00,none,11.02,none, fortifications,fortifications,0.22,Noun,14,13,5,fortification,none,none,12.67,1.00,none,11.02,none, fortified,fortified,0.61,Verb,9,8,3,fortify,none,none,10.83,1.00,none,none,none, fortifies,fortifies,0.06,Verb,9,9,4,fortify,none,none,10.83,1.00,none,none,none, fortify,fortify,0.24,Verb,7,7,3,fortify,10.83,1.00,10.83,1.00,none,none,none, fortifying,fortifying,0.10,Verb,10,9,4,fortify,none,none,10.83,1.00,none,none,none, fortitude,fortitude,0.65,Noun,9,8,3,fortitude,12.00,0.94,12.00,0.94,none,none,none, fortnight,fortnight,0.90,Noun,9,7,2,fortnight,10.53,0.89,10.53,0.89,none,none,none, fortress,fortress,3.37,Noun,8,7,2,fortress,10.05,1.00,10.05,1.00,none,none,none,9.85 fortresses,fortresses,0.22,Noun,10,9,3,fortress,none,none,10.05,1.00,none,none,none,9.85 forts,forts,0.39,Noun,5,5,1,fort,none,none,6.48,1.00,none,6.62,6.26, fortuitous,fortuitous,0.39,Adjective,10,9,4,fortuitous,14.19,0.84,14.19,0.84,none,none,none, fortunate,fortunate,8.22,Adjective,9,8,3,fortunate,10.17,1.00,10.17,1.00,none,none,none, fortune,fortune,29.76,Noun,7,6,2,fortune,9.05,1.00,9.05,1.00,none,7.51,none,8.70 fortunes,fortunes,2.51,Noun,8,7,2,fortune,none,none,9.05,1.00,none,7.51,none,8.70 fortuneteller,fortune-teller,0.25,Noun,13,10,4,fortuneteller,8.00,1.00,8.00,1.00,none,none,none, fortunetellers,fortune-tellers,0.04,Noun,14,11,4,fortuneteller,none,none,8.00,1.00,none,none,none, fortunetelling,fortunetelling,0.02,Noun,14,11,4,fortunetelling,10.11,1.00,10.11,1.00,none,none,none, forty,forty,10.57,Number,5,5,2,forty,6.53,1.00,6.53,1.00,none,6.47,none, fortyish,fortyish,0.02,Verb,8,7,3,fortyish,10.05,1.00,10.05,1.00,none,none,none, forum,forum,2.04,Noun,5,5,2,forum,12.52,0.99,12.52,0.99,none,12.64,none,12.01 forums,forums,0.06,Noun,6,6,2,forum,none,none,12.52,0.99,none,12.64,none,12.01 forward,forward,72.33,Adverb,7,6,2,forward,4.24,1.00,4.24,1.00,5.74,none,none,7.04 forwarded,forwarded,0.86,Verb,9,8,3,forward,none,none,4.24,1.00,5.74,none,none,7.04 forwarder,forwarder,0.04,Noun,9,7,3,forwarder,12.00,0.78,12.00,0.78,none,none,none, forwarding,forwarding,1.10,Adjective,10,8,3,forwarding,11.78,0.95,11.78,0.95,none,none,none, forwards,forwards,1.39,Adverb,8,7,2,forwards,6.08,1.00,6.08,1.00,6.28,none,none, fossil,fossil,1.55,Noun,6,5,2,fossil,7.50,1.00,7.50,1.00,none,none,none,7.41 fossilization,fossilisation,0.02,Noun,13,11,5,fossilization,10.32,0.95,10.32,0.95,none,none,none, fossilized,fossilised,0.22,Adjective,10,8,3,fossilized,9.16,1.00,9.16,1.00,none,none,none, fossils,fossils,0.61,Noun,7,6,2,fossil,none,none,7.50,1.00,none,none,none,7.41 foster,foster,12.02,Name,6,5,2,foster,9.01,1.00,9.01,1.00,10.68,none,none, fostered,fostered,0.33,Verb,8,6,2,foster,none,none,9.01,1.00,10.68,none,none, fosters,fosters,0.20,Verb,7,6,2,foster,none,none,9.01,1.00,10.68,none,none, fought,fought,26.71,Verb,6,3,1,fight,none,none,5.47,1.00,5.30,5.35,5.19, foul,foul,14.47,Adjective,4,3,1,foul,7.75,1.00,7.75,1.00,none,8.35,8.40, foulard,foulard,0.08,Noun,7,6,2,foulard,14.40,0.28,14.40,0.28,none,none,none, fouled,fouled,1.61,Verb,6,4,1,foul,none,none,7.75,1.00,none,8.35,8.40, fouler,fouler,0.10,Adjective,6,4,2,foul,none,none,7.75,1.00,none,8.35,8.40, foulest,foulest,0.25,Adjective,7,6,2,foul,none,none,7.75,1.00,none,8.35,8.40, fouling,fouling,0.25,Verb,7,5,2,foul,none,none,7.75,1.00,none,8.35,8.40, foulmouthed,foulmouthed,Err:512,Err:512,11,7,2,foulmouthed,9.10,1.00,9.10,1.00,none,none,none, foulness,foulness,0.04,Noun,8,6,2,foulness,12.00,0.95,12.00,0.95,none,none,none, fouls,fouls,0.47,Noun,5,4,1,foul,none,none,7.75,1.00,none,8.35,8.40, found,found,396.00,Verb,5,4,1,found,5.15,1.00,5.15,1.00,none,none,5.40, foundation,foundation,14.51,Noun,10,8,3,foundation,10.94,1.00,10.94,1.00,none,9.45,none, foundations,foundations,1.16,Noun,11,9,3,foundation,none,none,10.94,1.00,none,9.45,none, founded,founded,3.10,Verb,7,6,2,found,none,none,5.15,1.00,none,none,5.40, founder,founder,2.12,Noun,7,5,2,founder,9.50,1.00,9.50,1.00,none,none,none, foundered,foundered,0.04,Verb,9,6,2,founder,none,none,9.50,1.00,none,none,none, foundering,foundering,0.18,Verb,10,7,3,founder,none,none,9.50,1.00,none,none,none, founders,founders,0.75,Noun,8,6,2,founder,none,none,9.50,1.00,none,none,none, founding,founding,1.75,Adjective,8,6,2,founding,10.42,0.95,10.42,0.95,none,none,none, foundling,foundling,0.18,Noun,9,7,2,foundling,12.25,0.80,12.25,0.80,none,none,none, foundries,foundries,0.12,Noun,9,7,2,foundry,none,none,11.60,0.75,none,none,none, foundry,foundry,0.41,Noun,7,6,2,foundry,11.60,0.75,11.60,0.75,none,none,none, founds,founds,0.04,Verb,6,5,1,found,none,none,5.15,1.00,none,none,5.40, fount,fount,0.08,Noun,5,4,1,fount,12.67,0.47,12.67,0.47,none,none,none, fountain,fountain,6.90,Noun,8,6,2,fountain,7.17,1.00,7.17,1.00,none,7.77,none,6.20 fountains,fountains,0.98,Noun,9,7,2,fountain,none,none,7.17,1.00,none,7.77,none,6.20 four,four,255.78,Number,4,3,1,four,4.93,1.00,4.93,1.00,3.94,none,3.52, fours,fours,2.06,Number,5,4,1,four,none,none,4.93,1.00,3.94,none,3.52, foursome,foursome,0.65,Noun,8,6,2,foursome,12.24,1.00,12.24,1.00,none,none,none, foursomes,foursomes,0.02,Noun,9,7,2,foursome,none,none,12.24,1.00,none,none,none, foursquare,foursquare,0.08,Noun,10,8,2,foursquare,10.50,0.90,10.50,0.90,none,none,none, fourth,fourth,26.45,Number,6,4,1,fourth,4.68,1.00,4.68,1.00,none,5.69,none, fourths,fourths,0.04,Number,7,5,1,fourth,none,none,4.68,1.00,none,5.69,none, fovea,fovea,0.02,Noun,5,5,3,fovea,16.60,0.25,16.60,0.25,none,none,none, fowl,fowl,0.69,Noun,4,3,1,fowl,7.89,1.00,7.89,1.00,none,none,9.67, fowling,fowling,0.06,Adjective,7,5,2,fowling,13.36,0.78,13.36,0.78,none,none,none, fowls,fowls,0.16,Noun,5,4,1,fowl,none,none,7.89,1.00,none,none,9.67, fox,fox,21.61,Name,3,4,1,fox,5.02,1.00,5.02,1.00,none,5.77,4.21, foxed,foxed,0.06,Verb,5,5,1,fox,none,none,5.02,1.00,none,5.77,4.21, foxes,foxes,1.16,Noun,5,6,2,fox,none,none,5.02,1.00,none,5.77,4.21, foxglove,foxglove,0.08,Noun,8,8,2,foxglove,13.73,0.58,13.73,0.58,none,none,none, foxhole,foxhole,0.94,Noun,7,7,2,foxhole,11.06,1.00,11.06,1.00,none,none,none, foxholes,foxholes,0.41,Noun,8,8,2,foxhole,none,none,11.06,1.00,none,none,none, foxhound,foxhound,0.04,Noun,8,8,2,foxhound,9.33,0.79,9.33,0.79,none,none,none, foxhunt,foxhunt,0.06,Noun,7,8,2,foxhunt,9.94,0.94,9.94,0.94,none,none,none, foxhunting,foxhunting,0.06,Noun,10,10,3,foxhunting,10.39,0.95,10.39,0.95,none,none,none, foxier,foxier,0.04,Adjective,6,6,3,foxy,none,none,10.11,1.00,none,none,none, foxiest,foxiest,0.06,Adjective,7,8,3,foxy,none,none,10.11,1.00,none,none,none, foxtrot,foxtrot,1.08,Noun,7,8,2,foxtrot,12.39,0.90,12.39,0.90,none,none,none, foxtrots,foxtrots,0.04,Noun,8,9,2,foxtrot,none,none,12.39,0.90,none,none,none, foxy,foxy,3.06,Adjective,4,5,2,foxy,10.11,1.00,10.11,1.00,none,none,none, foyer,foyer,0.88,Noun,5,3,2,foyer,11.68,1.00,11.68,1.00,none,none,none,11.70 fracas,fracas,0.20,Noun,6,6,2,fracas,14.00,0.58,14.00,0.58,none,none,none, fractal,fractal,0.18,Adjective,7,7,2,fractal,12.00,0.76,12.00,0.76,none,none,none, fractals,fractals,0.08,Noun,8,8,2,fractal,none,none,12.00,0.76,none,none,none, fraction,fraction,2.04,Noun,8,7,2,fraction,10.06,1.00,10.06,1.00,7.62,none,none,8.70 fractional,fractional,0.02,Adjective,10,9,3,fractional,10.80,1.00,10.80,1.00,none,none,none, fractions,fractions,0.65,Noun,9,8,2,fraction,none,none,10.06,1.00,7.62,none,none,8.70 fractious,fractious,0.16,Adjective,9,7,2,fractious,13.38,0.72,13.38,0.72,none,none,none, fracture,fracture,5.18,Noun,8,6,2,fracture,9.80,1.00,9.80,1.00,none,none,none,8.62 fractures,fractures,2.65,Noun,9,7,2,fracture,none,none,9.80,1.00,none,none,none,8.62 fragile,fragile,5.14,Adjective,7,6,2,fragile,8.28,1.00,8.28,1.00,8.46,none,none,8.04 fragilities,fragilities,0.02,Noun,11,10,4,fragility,none,none,9.88,0.94,none,none,none, fragility,fragility,0.14,Noun,9,9,4,fragility,9.88,0.94,9.88,0.94,none,none,none, fragment,fragment,1.88,Noun,8,8,2,fragment,11.53,1.00,11.53,1.00,none,none,none,10.22 fragmentary,fragmentary,0.04,Adjective,11,11,4,fragmentary,14.21,0.78,14.21,0.78,none,none,none, fragmentation,fragmentation,0.14,Noun,13,12,4,fragmentation,13.61,1.00,13.61,1.00,none,none,none, fragments,fragments,2.65,Noun,9,9,2,fragment,none,none,11.53,1.00,none,none,none,10.22 fragrance,fragrance,1.18,Noun,9,8,2,fragrance,9.63,1.00,9.63,1.00,none,none,none, fragrances,fragrances,0.08,Noun,10,10,3,fragrance,none,none,9.63,1.00,none,none,none, fragrant,fragrant,0.71,Adjective,8,8,2,fragrant,9.58,1.00,9.58,1.00,none,none,none, frail,frail,1.59,Adjective,5,4,1,frail,9.64,1.00,9.64,1.00,8.73,9.09,8.82, frailties,frailties,0.16,Noun,9,7,2,frailty,none,none,11.16,1.00,10.27,none,none, frailty,frailty,0.35,Noun,7,6,2,frailty,11.16,1.00,11.16,1.00,10.27,none,none, fraise,fraise,0.02,Noun,6,4,1,fraise,13.17,0.32,13.17,0.32,none,none,none, fraises,fraises,0.02,Noun,7,6,2,fraise,none,none,13.17,0.32,none,none,none, frame,frame,14.10,Noun,5,4,1,frame,7.67,1.00,7.67,1.00,none,7.86,7.29, framed,framed,5.57,Verb,6,5,1,frame,none,none,7.67,1.00,none,7.86,7.29, framer,framer,0.06,Noun,6,5,2,framer,10.74,0.95,10.74,0.95,none,none,none, framers,framers,0.08,Noun,7,6,2,framer,none,none,10.74,0.95,none,none,none, frames,frames,2.16,Noun,6,5,1,frame,none,none,7.67,1.00,none,7.86,7.29, framework,framework,0.39,Noun,9,7,2,framework,8.83,1.00,8.83,1.00,none,none,none, framing,framing,1.49,Verb,7,6,2,frame,none,none,7.67,1.00,none,7.86,7.29, franc,franc,0.80,Noun,5,5,1,franc,12.81,0.89,12.81,0.89,none,none,12.22, franchise,franchise,2.37,Noun,9,7,2,franchise,12.58,1.00,12.58,1.00,none,12.70,none, franchisee,franchisee,0.02,Noun,10,8,3,franchisee,15.95,0.95,15.95,0.95,none,none,none, franchises,franchises,0.51,Noun,10,9,3,franchise,none,none,12.58,1.00,none,12.70,none, franchising,franchising,0.20,Verb,11,9,3,franchise,none,none,12.58,1.00,none,12.70,none, francium,francium,0.02,Noun,8,8,3,francium,15.67,0.47,15.67,0.47,none,none,none, francs,francs,5.12,Noun,6,6,1,franc,none,none,12.81,0.89,none,none,12.22, frangible,frangible,0.08,Adjective,9,9,3,frangible,13.46,0.68,13.46,0.68,none,none,none, frangipani,frangipani,0.04,Noun,10,10,4,frangipani,15.50,0.22,15.50,0.22,none,none,none, frank,frank,159.39,Name,5,5,1,frank,10.58,1.00,10.58,1.00,none,10.07,9.39, frankincense,frankincense,0.24,Noun,12,11,3,frankincense,10.14,0.74,10.14,0.74,none,none,none, frankness,frankness,0.31,Noun,9,8,2,frankness,13.26,0.95,13.26,0.95,none,none,none, frantic,frantic,2.27,Adjective,7,7,2,frantic,10.67,1.00,10.67,1.00,none,10.60,none,10.32 frap,frap,0.02,Verb,4,4,1,frap,13.17,0.33,13.17,0.33,none,none,none, frappe,frappe,0.10,Noun,6,4,1,frappe,15.12,0.85,15.12,0.85,none,none,none, frapped,frapped,0.02,Verb,7,5,1,frap,none,none,13.17,0.33,none,none,none, frappes,frappes,0.02,Noun,7,5,1,frappe,none,none,15.12,0.85,none,none,none, frat,frat,3.14,Noun,4,4,1,frat,14.80,0.83,14.80,0.83,none,none,none, fraternal,fraternal,0.33,Adjective,9,8,3,fraternal,10.32,1.00,10.32,1.00,none,none,none, fraternities,fraternities,0.20,Noun,12,10,4,fraternity,none,none,12.95,1.00,none,none,none, fraternity,fraternity,3.35,Noun,10,9,4,fraternity,12.95,1.00,12.95,1.00,none,none,none, fraternization,fraternisation,0.06,Noun,14,12,5,fraternization,15.31,0.84,15.31,0.84,none,none,none, fraternize,fraternise,0.31,Verb,10,8,3,fraternize,14.68,1.00,14.68,1.00,none,none,none, fraternizes,fraternises,0.02,Verb,11,10,4,fraternize,none,none,14.68,1.00,none,none,none, fraternizing,fraternising,0.57,Verb,12,10,4,fraternize,none,none,14.68,1.00,none,none,none, fratricidal,fratricidal,0.02,Adjective,11,11,4,fratricidal,16.00,0.33,16.00,0.33,none,none,none, frats,frats,0.02,Noun,5,5,1,frat,none,none,14.80,0.83,none,none,none, frau,frau,1.63,Noun,4,3,1,frau,15.58,0.63,15.58,0.63,none,none,none, fraud,fraud,10.04,Noun,5,4,1,fraud,10.11,0.95,10.11,0.95,none,10.22,10.20, frauds,frauds,0.78,Noun,6,5,1,fraud,none,none,10.11,0.95,none,10.22,10.20, fraudulent,fraudulent,0.35,Adjective,10,9,3,fraudulent,11.12,0.89,11.12,0.89,none,none,none, fraught,fraught,0.69,Adjective,7,4,1,fraught,12.22,1.00,12.22,1.00,none,none,11.93, fray,fray,0.94,Noun,4,3,1,fray,11.47,0.95,11.47,0.95,none,none,10.20, frayed,frayed,0.45,Adjective,6,4,1,frayed,10.37,1.00,10.37,1.00,none,none,none, FRAYS,FRAYS,0.00,Err:512,5,4,0,FRAYS,10.69,0.90,10.69,0.90,none,none,10.87, frazzle,frazzle,0.12,Noun,7,6,2,frazzle,11.42,0.95,11.42,0.95,none,none,none, frazzles,frazzles,0.02,Verb,8,7,2,frazzle,none,none,11.42,0.95,none,none,none, freak,freak,36.75,Noun,5,4,1,freak,8.02,1.00,8.02,1.00,none,10.05,7.93, freaked,freaked,10.37,Verb,7,5,1,freak,none,none,8.02,1.00,none,10.05,7.93, freakier,freakier,0.06,Adjective,8,6,3,freaky,none,none,7.60,1.00,none,none,none, freakiest,freakiest,0.16,Adjective,9,8,3,freaky,none,none,7.60,1.00,none,none,none, freakiness,freakiness,0.02,Noun,10,8,3,freakiness,8.95,1.00,8.95,1.00,none,none,none, freaking,freaking,14.78,Verb,8,6,2,freak,none,none,8.02,1.00,none,10.05,7.93, freakish,freakish,0.49,Adjective,8,6,2,freakish,10.74,1.00,10.74,1.00,none,none,none, freaks,freaks,8.27,Noun,6,5,1,freak,none,none,8.02,1.00,none,10.05,7.93, freaky,freaky,5.00,Adjective,6,5,2,freaky,7.60,1.00,7.60,1.00,none,none,none, freckle,freckle,0.59,Noun,7,6,2,freckle,5.61,1.00,5.61,1.00,none,none,none,6.13 freckled,freckled,0.12,Adjective,8,7,2,freckled,6.58,1.00,6.58,1.00,none,none,none, freckles,freckles,1.98,Noun,8,7,2,freckles,5.17,1.00,5.17,1.00,none,none,none, free,free,177.53,Adjective,4,3,1,free,5.21,1.00,5.21,1.00,none,none,5.89, freebase,freebase,0.10,Verb,8,6,2,freebase,14.88,0.85,14.88,0.85,none,none,none, freebasing,freebasing,0.14,Verb,10,8,3,freebase,none,none,14.88,0.85,none,none,none, freebee,freebee,0.06,Noun,7,5,2,freebie,none,none,10.79,1.00,none,none,none,8.04 freebie,freebie,0.80,Noun,7,5,2,freebie,10.79,1.00,10.79,1.00,none,none,none,8.04 freebies,freebies,0.47,Noun,8,6,2,freebie,none,none,10.79,1.00,none,none,none,8.04 freeborn,freeborn,0.10,Adjective,8,6,2,freeborn,11.00,0.74,11.00,0.74,none,none,none, freed,freed,3.73,Verb,5,4,1,free,none,none,5.21,1.00,none,none,5.89, freedom,freedom,33.10,Noun,7,6,2,freedom,7.05,1.00,7.05,1.00,none,8.45,none,7.34 freedoms,freedoms,0.88,Noun,8,7,2,freedom,none,none,7.05,1.00,none,8.45,none,7.34 freeing,freeing,0.90,Verb,7,5,2,free,none,none,5.21,1.00,none,none,5.89, freelance,freelance,2.12,Noun,9,7,2,freelance,13.84,1.00,13.84,1.00,none,none,none, freelanced,freelanced,0.04,Verb,10,8,2,freelance,none,none,13.84,1.00,none,none,none, freelancer,freelancer,0.76,Noun,10,8,3,freelancer,13.58,0.95,13.58,0.95,none,none,none, freelancers,freelancers,0.16,Noun,11,9,3,freelancer,none,none,13.58,0.95,none,none,none, freelances,freelances,0.04,Verb,10,9,3,freelance,none,none,13.84,1.00,none,none,none, freelancing,freelancing,0.14,Verb,11,9,3,freelance,none,none,13.84,1.00,none,none,none, freeloader,freeloader,0.16,Noun,10,7,3,freeloader,10.94,0.95,10.94,0.95,none,none,none, freeloaders,freeloaders,0.45,Noun,11,8,3,freeloader,none,none,10.94,0.95,none,none,none, freeman,freeman,2.53,Noun,7,6,2,freeman,11.38,0.89,11.38,0.89,none,none,none, freemason,freemason,0.20,Noun,9,8,3,freemason,15.00,0.95,15.00,0.95,none,none,none, freemasonry,freemasonry,0.06,Noun,11,10,4,freemasonry,14.40,0.83,14.40,0.83,none,none,none, freemasons,freemasons,0.27,Noun,10,9,3,freemason,none,none,15.00,0.95,none,none,none, freemen,freemen,0.06,Noun,7,6,2,freeman,none,none,11.38,0.89,none,none,none, freer,freer,0.35,Adjective,5,4,2,free,none,none,5.21,1.00,none,none,5.89, frees,frees,0.67,Verb,5,4,1,free,none,none,5.21,1.00,none,none,5.89, freesia,freesia,0.14,Noun,7,6,3,freesia,12.82,0.55,12.82,0.55,none,none,none, freesias,freesias,0.08,Noun,8,7,3,freesia,none,none,12.82,0.55,none,none,none, freest,freest,0.08,Adjective,6,6,2,free,none,none,5.21,1.00,none,none,5.89, freestanding,freestanding,0.08,Verb,12,10,3,freestanding,10.63,1.00,10.63,1.00,none,none,none, freestyle,freestyle,1.10,Noun,9,7,2,freestyle,11.06,1.00,11.06,1.00,none,none,none, freethinker,freethinker,0.02,Noun,11,8,3,freethinker,11.44,0.95,11.44,0.95,none,none,none, freethinkers,freethinkers,0.08,Noun,12,9,3,freethinker,none,none,11.44,0.95,none,none,none, freethinking,freethinking,0.08,Adjective,12,9,3,freethinking,12.79,1.00,12.79,1.00,none,none,none, freeware,freeware,0.02,Noun,8,6,2,freeware,16.47,0.85,16.47,0.85,none,none,none, freeway,freeway,5.53,Noun,7,5,2,freeway,10.32,1.00,10.32,1.00,none,none,none, freeways,freeways,0.63,Noun,8,6,2,freeway,none,none,10.32,1.00,none,none,none, freewill,freewill,0.10,Noun,8,6,2,freewill,10.28,1.00,10.28,1.00,none,none,none, freeze,freeze,32.16,Verb,6,4,1,freeze,4.89,1.00,4.89,1.00,6.37,none,6.13, freezer,freezer,5.16,Noun,7,5,2,freezer,4.63,1.00,4.63,1.00,none,none,none, freezers,freezers,0.31,Noun,8,6,2,freezer,none,none,4.63,1.00,none,none,none, freezes,freezes,1.55,Verb,7,6,2,freeze,none,none,4.89,1.00,6.37,none,6.13, freezing,freezing,13.33,Adjective,8,6,2,freezing,6.05,1.00,6.05,1.00,none,none,none, freight,freight,3.84,Noun,7,4,1,freight,10.56,0.95,10.56,0.95,none,10.66,9.67, freighted,freighted,0.08,Verb,9,6,2,freight,none,none,10.56,0.95,none,10.66,9.67, freighter,freighter,2.14,Noun,9,5,2,freighter,10.47,0.95,10.47,0.95,none,none,none, freighters,freighters,0.24,Noun,10,6,2,freighter,none,none,10.47,0.95,none,none,none, freighting,freighting,0.06,Verb,10,6,2,freight,none,none,10.56,0.95,none,10.66,9.67, freights,freights,0.06,Noun,8,5,1,freight,none,none,10.56,0.95,none,10.66,9.67, frenetic,frenetic,0.06,Adjective,8,8,3,frenetic,13.69,0.72,13.69,0.72,none,none,none, frenzied,frenzied,0.31,Adjective,8,7,2,frenzied,12.39,1.00,12.39,1.00,none,none,none, frenzies,frenzies,0.02,Noun,8,7,2,frenzy,none,none,9.53,1.00,none,9.98,none,11.09 frenzy,frenzy,2.02,Noun,6,6,2,frenzy,9.53,1.00,9.53,1.00,none,9.98,none,11.09 freq,freq,0.02,Noun,4,4,1,freq,15.50,0.42,15.50,0.42,none,none,none, frequencies,frequencies,1.86,Noun,11,10,3,frequency,none,none,9.79,1.00,10.27,none,none, frequency,frequency,6.61,Noun,9,9,3,frequency,9.79,1.00,9.79,1.00,10.27,none,none, frequent,frequent,2.75,Adjective,8,8,2,frequent,6.94,1.00,6.94,1.00,none,none,none, frequented,frequented,0.25,Verb,10,10,3,frequent,none,none,6.94,1.00,none,none,none, frequenter,frequenter,0.04,Noun,10,9,3,frequenter,11.20,0.83,11.20,0.83,none,none,none, frequenting,frequenting,0.12,Verb,11,10,3,frequent,none,none,6.94,1.00,none,none,none, frequents,frequents,0.24,Verb,9,9,2,frequent,none,none,6.94,1.00,none,none,none, fresco,fresco,0.33,Noun,6,6,2,fresco,14.50,0.84,14.50,0.84,none,none,none, frescoes,frescoes,0.10,Noun,8,7,2,fresco,none,none,14.50,0.84,none,none,none, frescos,frescos,0.06,Noun,7,7,2,fresco,none,none,14.50,0.84,none,none,none, fresh,fresh,54.51,Adjective,5,4,1,fresh,6.22,1.00,6.22,1.00,none,6.60,6.53, freshen,freshen,2.57,Verb,7,6,2,freshen,8.84,1.00,8.84,1.00,none,none,none, freshened,freshened,0.14,Verb,9,7,2,freshen,none,none,8.84,1.00,none,none,none, freshener,freshener,0.39,Noun,9,7,3,freshener,8.47,0.94,8.47,0.94,none,none,none, fresheners,fresheners,0.08,Noun,10,8,3,freshener,none,none,8.47,0.94,none,none,none, freshening,freshening,0.35,Verb,10,8,3,freshen,none,none,8.84,1.00,none,none,none, fresher,fresher,0.65,Adjective,7,5,2,fresh,none,none,6.22,1.00,none,6.60,6.53, freshest,freshest,0.31,Adjective,8,7,2,fresh,none,none,6.22,1.00,none,6.60,6.53, freshet,freshet,0.02,Verb,7,6,2,freshet,13.71,0.39,13.71,0.39,none,none,none, freshman,freshman,7.35,Noun,8,7,2,freshman,10.45,0.95,10.45,0.95,none,none,none, freshmen,freshmen,1.80,Noun,8,7,2,freshman,none,none,10.45,0.95,none,none,none, freshness,freshness,0.57,Noun,9,7,2,freshness,9.44,1.00,9.44,1.00,none,none,none, freshwater,freshwater,0.69,Adjective,10,8,3,freshwater,7.72,1.00,7.72,1.00,none,none,none, fret,fret,1.86,Verb,4,4,1,fret,11.11,1.00,11.11,1.00,none,none,10.03, fretful,fretful,0.04,Adjective,7,7,2,fretful,12.32,1.00,12.32,1.00,none,none,none, fretfulness,fretfulness,0.02,Noun,11,10,3,fretfulness,13.75,0.89,13.75,0.89,none,none,none, frets,frets,0.20,Verb,5,5,1,fret,none,none,11.11,1.00,none,none,10.03, fretting,fretting,0.31,Verb,8,6,2,fret,none,none,11.11,1.00,none,none,10.03, friable,friable,0.10,Adjective,7,7,3,friable,14.12,0.44,14.12,0.44,none,none,none, friar,friar,1.73,Noun,5,4,2,friar,9.22,0.95,9.22,0.95,none,9.54,none, friars,friars,0.14,Noun,6,5,2,friar,none,none,9.22,0.95,none,9.54,none, fricassee,fricassee,0.18,Noun,9,8,4,fricassee,13.91,0.58,13.91,0.58,none,none,none, fricasseed,fricasseed,0.08,Verb,10,8,3,fricassee,none,none,13.91,0.58,none,none,none, friction,friction,1.24,Noun,8,7,2,friction,9.80,1.00,9.80,1.00,none,none,none,8.96 frictionless,frictionless,0.02,Adjective,12,10,3,frictionless,13.12,0.89,13.12,0.89,none,none,none, frictions,frictions,0.04,Noun,9,8,2,friction,none,none,9.80,1.00,none,none,none,8.96 fridge,fridge,9.84,Noun,6,4,1,fridge,4.67,1.00,4.67,1.00,none,none,none, fridges,fridges,0.10,Noun,7,6,2,fridge,none,none,4.67,1.00,none,none,none, fried,fried,10.16,Adjective,5,4,1,fried,7.47,1.00,7.47,1.00,none,none,none, friend,friend,419.29,Noun,6,5,1,friend,3.57,1.00,3.57,1.00,4.58,none,3.85, friendless,friendless,0.47,Adjective,10,8,2,friendless,7.95,1.00,7.95,1.00,none,none,none, friendlier,friendlier,0.37,Adjective,10,8,3,friendly,none,none,4.50,1.00,none,none,none, friendliest,friendliest,0.39,Adjective,11,10,3,friendly,none,none,4.50,1.00,none,none,none, friendliness,friendliness,0.12,Noun,12,10,3,friendliness,6.84,1.00,6.84,1.00,6.84,none,none, friendly,friendly,26.04,Adjective,8,7,2,friendly,4.50,1.00,4.50,1.00,none,none,none, friends,friends,305.45,Noun,7,6,1,friend,none,none,3.57,1.00,4.58,none,3.85, friendship,friendship,22.82,Noun,10,8,2,friendship,5.62,1.00,5.62,1.00,none,7.66,none,5.74 friendships,friendships,1.39,Noun,11,9,2,friendship,none,none,5.62,1.00,none,7.66,none,5.74 fries,fries,11.69,Noun,5,4,1,fry,none,none,5.79,1.00,5.97,none,6.13, frieze,frieze,0.04,Noun,6,4,1,frieze,13.64,0.64,13.64,0.64,none,none,none, friezes,friezes,0.02,Noun,7,6,2,frieze,none,none,13.64,0.64,none,none,none, frig,frig,0.08,Verb,4,4,1,frig,11.85,0.68,11.85,0.68,none,none,none, frigate,frigate,0.35,Noun,7,6,2,frigate,14.40,0.83,14.40,0.83,none,none,none, frigates,frigates,0.04,Verb,8,7,2,frigate,none,none,14.40,0.83,none,none,none, frigging,frigging,2.35,Adjective,8,6,2,frigging,13.08,0.63,13.08,0.63,none,none,none, fright,fright,2.76,Noun,6,4,1,fright,7.53,1.00,7.53,1.00,none,5.82,7.65, frighten,frighten,6.35,Verb,8,6,2,frighten,8.83,1.00,8.83,1.00,5.33,none,none, frightened,frightened,23.25,Adjective,10,7,2,frightened,5.65,1.00,5.65,1.00,none,none,none, frightener,frightener,0.04,Noun,10,7,3,frightener,10.11,0.95,10.11,0.95,none,none,none, frightening,frightening,5.76,Adjective,11,8,3,frightening,6.55,1.00,6.55,1.00,none,none,none, frightens,frightens,2.02,Verb,9,7,2,frighten,none,none,8.83,1.00,5.33,none,none, frightful,frightful,1.16,Adjective,9,7,2,frightful,5.83,1.00,5.83,1.00,none,none,none, frights,frights,0.04,Noun,7,5,1,fright,none,none,7.53,1.00,none,5.82,7.65, frigid,frigid,1.39,Adjective,6,6,2,frigid,9.84,1.00,9.84,1.00,none,none,none,10.04 frigidity,frigidity,0.06,Noun,9,9,4,frigidity,12.79,1.00,12.79,1.00,none,none,none, frill,frill,0.02,Noun,5,4,1,frill,8.59,0.85,8.59,0.85,none,7.66,10.57, frills,frills,0.37,Noun,6,5,1,frill,none,none,8.59,0.85,none,7.66,10.57, frilly,frilly,0.31,Adjective,6,5,2,frilly,9.11,0.95,9.11,0.95,none,none,none, fringe,fringe,1.67,Noun,6,5,1,fringe,9.61,1.00,9.61,1.00,none,5.77,9.84, fringes,fringes,0.27,Noun,7,7,2,fringe,none,none,9.61,1.00,none,5.77,9.84, frisbee,frisbee,1.86,Noun,7,6,2,frisbee,5.50,1.00,5.50,1.00,none,none,none, frisk,frisk,1.55,Verb,5,5,1,frisk,10.16,0.95,10.16,0.95,none,none,9.60, frisked,frisked,0.31,Verb,7,6,1,frisk,none,none,10.16,0.95,none,none,9.60, friskiness,friskiness,0.02,Noun,10,9,3,friskiness,10.26,0.95,10.26,0.95,none,none,none, frisking,frisking,0.14,Verb,8,7,2,frisk,none,none,10.16,0.95,none,none,9.60, frisks,frisks,0.02,Verb,6,4,1,frisk,none,none,10.16,0.95,none,none,9.60, frisky,frisky,1.69,Adjective,6,6,2,frisky,12.17,1.00,12.17,1.00,none,none,none,10.51 frit,frit,0.02,Verb,4,4,1,frit,15.86,0.37,15.86,0.37,none,none,none, frittata,frittata,0.33,Noun,8,7,3,frittata,13.80,0.56,13.80,0.56,none,none,none, fritter,fritter,0.29,Verb,7,5,2,fritter,13.00,0.86,13.00,0.86,none,none,none, frittered,frittered,0.10,Verb,9,6,2,fritter,none,none,13.00,0.86,none,none,none, frittering,frittering,0.14,Verb,10,7,3,fritter,none,none,13.00,0.86,none,none,none, fritters,fritters,0.18,Noun,8,6,2,fritter,none,none,13.00,0.86,none,none,none, fritz,fritz,4.65,Name,5,5,1,fritz,11.64,0.82,11.64,0.82,none,none,11.78, frivolities,frivolities,0.06,Noun,11,10,4,frivolity,none,none,14.00,0.89,none,none,none, frivolity,frivolity,0.18,Noun,9,9,4,frivolity,14.00,0.89,14.00,0.89,none,none,none, frivolous,frivolous,1.20,Adjective,9,8,3,frivolous,10.67,0.95,10.67,0.95,none,none,none, frizz,frizz,0.04,Verb,5,4,1,frizz,9.00,0.95,9.00,0.95,none,none,9.03, frizzing,frizzing,0.06,Verb,8,6,2,frizz,none,none,9.00,0.95,none,none,9.03, frizzy,frizzy,0.35,Adjective,6,5,2,frizzy,9.05,1.00,9.05,1.00,none,none,none, frock,frock,0.84,Noun,5,4,1,frock,9.65,0.94,9.65,0.94,none,6.66,10.82, frocks,frocks,0.27,Noun,6,5,1,frock,none,none,9.65,0.94,none,6.66,10.82, frog,frog,11.82,Noun,4,4,1,frog,4.32,1.00,4.32,1.00,none,5.30,3.65, frogfish,frogfish,0.04,Noun,8,7,2,frogfish,11.23,0.72,11.23,0.72,none,none,none, froggy,froggy,0.59,Adjective,6,5,2,froggy,6.89,1.00,6.89,1.00,none,none,none, frogman,frogman,0.14,Noun,7,7,2,frogman,8.85,0.72,8.85,0.72,none,none,none, frogmen,frogmen,0.16,Noun,7,7,2,frogman,none,none,8.85,0.72,none,none,none, frogs,frogs,3.37,Noun,5,5,1,frog,none,none,4.32,1.00,none,5.30,3.65, frolic,frolic,0.82,Noun,6,6,2,frolic,8.50,1.00,8.50,1.00,none,none,none,10.41 frolicked,frolicked,0.02,Verb,9,7,2,frolic,none,none,8.50,1.00,none,none,none,10.41 frolicking,frolicking,0.24,Verb,10,8,3,frolic,none,none,8.50,1.00,none,none,none,10.41 frolics,frolics,0.14,Noun,7,7,2,frolic,none,none,8.50,1.00,none,none,none,10.41 frolicsome,frolicsome,0.02,Adjective,10,9,3,frolicsome,13.80,0.83,13.80,0.83,none,none,none, from,from,2039.06,Preposition,4,4,1,from,4.44,1.00,4.44,1.00,4.80,none,4.99, frond,frond,0.04,Noun,5,5,1,frond,11.50,0.53,11.50,0.53,none,none,none, fronds,fronds,0.14,Noun,6,6,1,frond,none,none,11.50,0.53,none,none,none, front,front,181.55,Preposition,5,5,1,front,5.19,0.95,5.19,0.95,4.70,none,4.92, frontage,frontage,0.20,Noun,8,7,2,frontage,11.23,0.72,11.23,0.72,none,none,none, frontal,frontal,1.88,Adjective,7,7,2,frontal,10.89,1.00,10.89,1.00,none,none,none, frontbencher,frontbencher,Err:512,Err:512,12,10,3,frontbencher,12.02,0.57,12.02,0.57,12.45,none,none, fronted,fronted,0.43,Verb,7,7,2,front,none,none,5.19,0.95,4.70,none,4.92, frontier,frontier,3.27,Noun,8,7,2,frontier,8.86,1.00,8.86,1.00,none,none,none,8.87 frontiers,frontiers,0.29,Noun,9,8,2,frontier,none,none,8.86,1.00,none,none,none,8.87 frontiersman,frontiersman,0.02,Noun,12,11,4,frontiersman,10.76,0.89,10.76,0.89,none,none,none, frontiersmen,frontiersmen,0.04,Noun,12,11,4,frontiersman,none,none,10.76,0.89,none,none,none, fronting,fronting,0.71,Verb,8,7,2,front,none,none,5.19,0.95,4.70,none,4.92, fronts,fronts,0.92,Noun,6,6,1,front,none,none,5.19,0.95,4.70,none,4.92, frosh,frosh,0.12,Noun,5,4,1,frosh,13.00,0.37,13.00,0.37,none,none,none, frost,frost,4.80,Name,5,5,1,frost,5.21,1.00,5.21,1.00,none,5.41,6.40, frostbite,frostbite,0.88,Noun,9,8,2,frostbite,9.44,1.00,9.44,1.00,none,none,none, frosted,frosted,0.80,Adjective,7,7,2,frosted,7.72,1.00,7.72,1.00,none,none,none, frosting,frosting,1.41,Noun,8,7,2,frosting,4.95,1.00,4.95,1.00,none,none,none, frostings,frostings,0.06,Noun,9,8,2,frosting,none,none,4.95,1.00,none,none,none, frosts,frosts,0.08,Noun,6,6,1,frost,none,none,5.21,1.00,none,5.41,6.40, frosty,frosty,2.37,Adjective,6,6,2,frosty,6.33,1.00,6.33,1.00,none,none,none, froth,froth,0.20,Noun,5,4,1,froth,12.56,1.00,12.56,1.00,none,none,11.41, frothier,frothier,0.02,Adjective,8,6,3,frothy,none,none,10.67,0.90,none,none,none, frothing,frothing,0.25,Verb,8,6,2,froth,none,none,12.56,1.00,none,none,11.41, frothy,frothy,0.24,Adjective,6,5,2,frothy,10.67,0.90,10.67,0.90,none,none,none, frottage,frottage,0.02,Noun,8,6,2,frottage,16.57,0.37,16.57,0.37,none,none,none, froufrou,froufrou,0.08,Noun,8,6,2,froufrou,13.00,0.50,13.00,0.50,none,none,none, frown,frown,2.04,Verb,5,4,1,frown,4.52,1.00,4.52,1.00,6.50,5.64,5.13, frowned,frowned,0.41,Verb,7,5,1,frown,none,none,4.52,1.00,6.50,5.64,5.13, frowner,frowner,0.02,Noun,7,5,2,frowner,7.41,0.94,7.41,0.94,none,none,none, frowning,frowning,0.49,Verb,8,6,2,frown,none,none,4.52,1.00,6.50,5.64,5.13, frowns,frowns,0.35,Noun,6,5,1,frown,none,none,4.52,1.00,6.50,5.64,5.13, frowsy,frowsy,0.02,Adjective,6,5,2,frowzy,none,none,13.60,0.56,none,none,none, frowzy,frowzy,0.04,Adjective,6,5,2,frowzy,13.60,0.56,13.60,0.56,none,none,none, froze,froze,4.24,Verb,5,4,1,freeze,none,none,4.89,1.00,6.37,none,6.13, frozen,frozen,15.33,Adjective,6,6,2,frozen,5.60,1.00,5.60,1.00,none,none,none,5.02 fructose,fructose,0.06,Noun,8,7,2,fructose,14.50,1.00,14.50,1.00,none,none,none, frugal,frugal,0.18,Adjective,6,6,2,frugal,11.37,1.00,11.37,1.00,none,none,none, fruit,fruit,21.73,Noun,5,4,1,fruit,3.63,1.00,3.63,1.00,none,4.56,4.36, fruitcake,fruitcake,2.06,Noun,9,7,2,fruitcake,8.28,1.00,8.28,1.00,none,none,none, fruitcakes,fruitcakes,0.10,Noun,10,8,2,fruitcake,none,none,8.28,1.00,none,none,none, fruited,fruited,0.14,Adjective,7,6,2,fruited,7.88,0.89,7.88,0.89,none,none,none, fruiter,fruiter,0.08,Noun,7,5,2,fruiter,10.60,0.56,10.60,0.56,none,none,none, fruitful,fruitful,0.92,Adjective,8,7,2,fruitful,10.39,1.00,10.39,1.00,none,none,none, fruitier,fruitier,0.02,Adjective,8,6,3,fruity,none,none,6.80,1.00,none,none,none, fruition,fruition,0.33,Noun,8,7,3,fruition,12.12,0.84,12.12,0.84,none,none,none, fruitless,fruitless,0.45,Adjective,9,7,2,fruitless,12.30,1.00,12.30,1.00,none,none,none, fruits,fruits,2.80,Noun,6,5,1,fruit,none,none,3.63,1.00,none,4.56,4.36, fruity,fruity,1.29,Adjective,6,5,2,fruity,6.80,1.00,6.80,1.00,none,none,none, frump,frump,0.14,Noun,5,5,1,frump,11.47,0.95,11.47,0.95,none,none,none, frumpier,frumpier,0.02,Adjective,8,8,3,frumpy,none,none,12.17,0.95,10.06,none,none, frumps,frumps,0.06,Noun,6,6,1,frump,none,none,11.47,0.95,none,none,none, frumpy,frumpy,0.18,Adjective,6,6,2,frumpy,12.17,0.95,12.17,0.95,10.06,none,none, frustrate,frustrate,0.27,Verb,9,8,2,frustrate,9.17,1.00,9.17,1.00,10.89,none,none, frustrated,frustrated,5.00,Verb,10,10,3,frustrated,7.97,1.00,7.97,1.00,none,none,none, frustrates,frustrates,0.08,Verb,10,9,2,frustrate,none,none,9.17,1.00,10.89,none,none, frustrating,frustrating,2.47,Adjective,11,10,3,frustrating,7.75,1.00,7.75,1.00,none,none,none, frustration,frustration,2.98,Noun,11,10,3,frustration,8.35,0.94,8.35,0.94,11.21,none,none, frustrations,frustrations,0.51,Noun,12,11,3,frustration,none,none,8.35,0.94,11.21,none,none, fry,fry,8.39,Verb,3,3,1,fry,5.79,1.00,5.79,1.00,5.97,none,6.13, fryer,fryer,0.65,Noun,5,4,2,fryer,8.56,0.95,8.56,0.95,none,none,none, fryers,fryers,0.06,Noun,6,5,2,fryer,none,none,8.56,0.95,none,none,none, frying,frying,2.78,Noun,6,5,2,fry,none,none,5.79,1.00,5.97,none,6.13, fryingpan,frying pan,Err:512,Err:512,9,8,3,fryingpan,6.81,1.00,6.81,1.00,none,none,none, fuchsia,fuchsia,0.45,Noun,7,5,2,fuchsia,11.32,1.00,11.32,1.00,none,none,none, fuchsias,fuchsias,0.02,Noun,8,6,2,fuchsia,none,none,11.32,1.00,none,none,none, fuck,fuck,378.57,Verb,4,3,1,fuck,11.22,1.00,11.22,1.00,none,none,none, fucked,fucked,44.92,Verb,6,4,1,fuck,none,none,11.22,1.00,none,none,none, fucker,fucker,13.16,Noun,6,4,2,fucker,10.89,1.00,10.89,1.00,none,none,none, fuckers,fuckers,3.90,Noun,7,5,2,fucker,none,none,10.89,1.00,none,none,none, fucking,fucking,325.55,Adjective,7,5,2,fucking,10.74,1.00,10.74,1.00,none,none,none, fucks,fucks,4.57,Verb,5,4,1,fuck,none,none,11.22,1.00,none,none,none, fuckwit,fuckwit,0.20,Verb,7,6,2,fuckwit,15.89,0.43,15.89,0.43,none,none,none, fuddle,fuddle,0.06,Verb,6,5,2,fuddle,11.69,0.68,11.69,0.68,none,none,none, fuddled,fuddled,0.10,Verb,7,6,2,fuddle,none,none,11.69,0.68,none,none,none, fudge,fudge,3.63,Noun,5,3,1,fudge,5.78,1.00,5.78,1.00,none,5.67,5.53, fudged,fudged,0.08,Verb,6,4,1,fudge,none,none,5.78,1.00,none,5.67,5.53, fudges,fudges,0.02,Verb,6,5,2,fudge,none,none,5.78,1.00,none,5.67,5.53, fudgy,fudgy,0.12,Adjective,5,4,2,fudgy,8.11,0.95,8.11,0.95,none,none,none, fuehrer,fuehrer,0.12,Noun,7,7,3,fuehrer,12.53,0.83,12.53,0.83,none,none,none, fuel,fuel,17.18,Noun,4,5,2,fuel,7.17,1.00,7.17,1.00,none,8.09,none, fueled,fuelled,0.96,Verb,6,6,2,fuel,none,none,7.17,1.00,none,8.09,none, fueling,fuelling,0.39,Verb,7,6,2,fuel,none,none,7.17,1.00,none,8.09,none, fuelled,fuelled,0.35,Verb,7,6,2,fuel,none,none,7.17,1.00,none,8.09,none, fuelling,fuelling,0.10,Verb,8,6,2,fuel,none,none,7.17,1.00,none,8.09,none, fuels,fuels,0.55,Noun,5,6,2,fuel,none,none,7.17,1.00,none,8.09,none, fug,fug,0.27,Verb,3,3,1,fug,17.25,0.20,17.25,0.20,none,none,none, fugitive,fugitive,5.18,Noun,8,8,3,fugitive,10.55,1.00,10.55,1.00,none,none,none, fugitives,fugitives,1.06,Noun,9,9,3,fugitive,none,none,10.55,1.00,none,none,none, fugue,fugue,0.53,Noun,5,4,1,fugue,15.00,0.38,15.00,0.38,none,none,13.17, fulcrum,fulcrum,0.20,Noun,7,7,2,fulcrum,13.21,0.70,13.21,0.70,none,none,none, fulcrums,fulcrums,0.02,Noun,8,8,2,fulcrum,none,none,13.21,0.70,none,none,none, fulfill,fulfil,3.90,Verb,7,6,2,fulfill,8.70,1.00,8.70,1.00,none,none,none,10.04 fulfilled,fulfilled,2.84,Verb,9,7,2,fulfill,none,none,8.70,1.00,none,none,none,10.04 fulfilling,fulfilling,1.47,Verb,10,8,3,fulfill,none,none,8.70,1.00,none,none,none,10.04 fulfills,fulfils,0.16,Verb,8,7,2,fulfill,none,none,8.70,1.00,none,none,none,10.04 full,full,166.90,Adjective,4,3,1,full,4.24,1.00,4.24,1.00,none,none,4.86, fullback,fullback,0.43,Noun,8,6,2,fullback,13.00,0.84,13.00,0.84,none,none,none, fullbacks,fullbacks,0.02,Noun,9,7,2,fullback,none,none,13.00,0.84,none,none,none, fullest,fullest,0.98,Adjective,7,6,2,full,none,none,4.24,1.00,none,none,4.86, fullness,fullness,0.47,Noun,8,6,2,fullness,7.65,1.00,7.65,1.00,none,8.98,none, fulltime,fulltime,0.04,Noun,8,6,2,fulltime,9.17,1.00,9.17,1.00,none,none,none, fulminate,fulminate,0.02,Verb,9,8,3,fulminate,15.82,0.58,15.82,0.58,none,none,none, fulminates,fulminates,0.02,Noun,10,9,3,fulminate,none,none,15.82,0.58,none,none,none, fulsome,fulsome,0.08,Adjective,7,6,2,fulsome,11.12,0.40,11.12,0.40,none,none,none, fumble,fumble,0.78,Verb,6,6,2,fumble,8.06,1.00,8.06,1.00,none,none,none,8.45 fumbled,fumbled,0.47,Verb,7,7,2,fumble,none,none,8.06,1.00,none,none,none,8.45 fumbler,fumbler,0.02,Noun,7,7,3,fumbler,9.18,0.89,9.18,0.89,none,none,none, fumbles,fumbles,0.31,Verb,7,7,2,fumble,none,none,8.06,1.00,none,none,none,8.45 fumbling,fumbling,0.29,Verb,8,8,3,fumble,none,none,8.06,1.00,none,none,none,8.45 fume,fume,0.24,Noun,4,4,1,fume,8.67,0.95,8.67,0.95,none,none,9.46, fumed,fumed,0.04,Verb,5,5,1,fume,none,none,8.67,0.95,none,none,9.46, fumes,fumes,2.86,Noun,5,5,1,fume,none,none,8.67,0.95,none,none,9.46, fumigant,fumigant,0.06,Noun,8,9,3,fumigant,13.50,0.74,13.50,0.74,none,none,none, fumigants,fumigants,0.02,Noun,9,10,3,fumigant,none,none,13.50,0.74,none,none,none, fumigate,fumigate,0.14,Verb,8,8,3,fumigate,11.78,1.00,11.78,1.00,none,none,none, fumigated,fumigated,0.24,Verb,9,10,4,fumigate,none,none,11.78,1.00,none,none,none, fumigation,fumigation,0.10,Noun,10,10,4,fumigation,12.71,0.94,12.71,0.94,none,none,none, fumigator,fumigator,0.02,Noun,9,10,4,fumigator,12.83,0.95,12.83,0.95,none,none,none, fumigators,fumigators,0.08,Noun,10,11,4,fumigator,none,none,12.83,0.95,none,none,none, fuming,fuming,0.18,Verb,6,6,2,fume,none,none,8.67,0.95,none,none,9.46, fumy,fumy,0.02,Noun,4,5,2,fumy,11.17,0.67,11.17,0.67,none,none,none, fun,fun,235.49,Noun,3,3,1,fun,3.67,1.00,3.67,1.00,none,none,3.75, function,function,11.08,Noun,8,7,2,function,9.10,1.00,9.10,1.00,none,10.07,none,9.85 functional,functional,2.73,Adjective,10,9,3,functional,8.94,1.00,8.94,1.00,none,none,none, functionality,functionality,0.08,Noun,13,12,5,functionality,11.58,1.00,11.58,1.00,none,none,none, functionaries,functionaries,0.04,Noun,13,11,4,functionary,none,none,12.50,0.95,none,none,none, functionary,functionary,0.04,Noun,11,10,4,functionary,12.50,0.95,12.50,0.95,none,none,none, functioned,functioned,0.31,Verb,10,8,2,function,none,none,9.10,1.00,none,10.07,none,9.85 functioning,functioning,2.78,Verb,11,9,3,function,none,none,9.10,1.00,none,10.07,none,9.85 functions,functions,3.94,Noun,9,8,2,function,none,none,9.10,1.00,none,10.07,none,9.85 fund,fund,10.61,Noun,4,4,1,fund,9.56,1.00,9.56,1.00,none,9.62,8.80, fundable,fundable,0.02,Adjective,8,8,3,fundable,13.47,1.00,13.47,1.00,none,none,none, fundament,fundament,0.02,Noun,9,9,3,fundament,12.47,0.83,12.47,0.83,none,none,none, fundamental,fundamental,3.27,Adjective,11,11,4,fundamental,9.90,1.00,9.90,1.00,none,none,none, fundamentalism,fundamentalism,0.04,Noun,14,15,6,fundamentalism,13.76,0.94,13.76,0.94,none,none,none, fundamentalist,fundamentalist,0.51,Adjective,14,14,5,fundamentalist,15.55,1.00,15.55,1.00,none,none,none, fundamentalists,fundamentalists,0.20,Noun,15,15,5,fundamentalist,none,none,15.55,1.00,none,none,none, fundamentals,fundamentals,0.53,Noun,12,12,4,fundamental,none,none,9.90,1.00,none,none,none, funded,funded,0.80,Verb,6,6,2,fund,none,none,9.56,1.00,none,9.62,8.80, funding,funding,3.18,Noun,7,6,2,funding,10.47,1.00,10.47,1.00,none,none,none, fundraiser,fundraiser,1.90,Noun,10,8,3,fundraiser,9.11,1.00,9.11,1.00,none,none,none, fundraisers,fundraisers,0.12,Noun,11,9,3,fundraiser,none,none,9.11,1.00,none,none,none, fundraising,fundraising,0.73,Noun,11,9,3,fundraising,9.40,1.00,9.40,1.00,none,none,none, funds,funds,6.61,Noun,5,5,1,funds,9.22,1.00,9.22,1.00,none,none,none, funeral,funeral,33.20,Noun,7,7,3,funeral,7.28,1.00,7.28,1.00,none,none,none, funerals,funerals,3.22,Noun,8,8,3,funeral,none,none,7.28,1.00,none,none,none, funerary,funerary,0.06,Adjective,8,8,4,funerary,14.33,0.33,14.33,0.33,none,none,none, funereal,funereal,0.02,Adjective,8,9,4,funereal,9.50,0.80,9.50,0.80,none,none,none, funfair,funfair,0.06,Noun,7,6,2,funfair,9.67,0.63,9.67,0.63,none,none,none, fungal,fungous,0.29,Adjective,6,6,2,fungal,10.70,1.00,10.70,1.00,none,none,none, fungi,fungi,0.18,Noun,5,5,2,fungus,none,none,8.44,1.00,none,9.09,none,9.40 fungible,fungible,0.10,Adjective,8,8,3,fungible,13.62,0.40,13.62,0.40,none,none,none, fungicidal,fungicidal,0.02,Adjective,10,10,4,fungicidal,12.94,0.95,12.94,0.95,none,none,none, fungicide,fungicide,0.06,Noun,9,8,3,fungicide,13.33,0.95,13.33,0.95,none,none,none, fungicides,fungicides,0.02,Noun,10,9,3,fungicide,none,none,13.33,0.95,none,none,none, fungus,fungus,2.20,Noun,6,6,2,fungus,8.44,1.00,8.44,1.00,none,9.09,none,9.40 funicular,funicular,0.06,Adjective,9,11,4,funicular,16.75,0.42,16.75,0.42,none,none,none, funk,funk,3.16,Noun,4,4,1,funk,9.95,1.00,9.95,1.00,none,none,9.17, funkier,funkier,0.14,Adjective,7,6,3,funky,none,none,8.61,1.00,none,10.49,none, funks,funks,0.25,Noun,5,5,1,funk,none,none,9.95,1.00,none,none,9.17, funky,funky,5.08,Adjective,5,5,2,funky,8.61,1.00,8.61,1.00,none,10.49,none, funned,funned,0.02,Verb,6,4,1,fun,none,none,3.67,1.00,none,none,3.75, funnel,funnel,1.10,Noun,6,5,2,funnel,8.44,1.00,8.44,1.00,none,none,none,7.96 funneled,funnelled,0.16,Verb,8,6,2,funnel,none,none,8.44,1.00,none,none,none,7.96 funneling,funnelling,0.12,Verb,9,7,3,funnel,none,none,8.44,1.00,none,none,none,7.96 funnels,funnels,0.16,Noun,7,6,2,funnel,none,none,8.44,1.00,none,none,none,7.96 funnier,funnier,2.51,Adjective,7,5,3,funny,none,none,5.47,1.00,4.47,4.16,none,4.64 funnies,funnies,0.37,Noun,7,5,2,funny,none,none,5.47,1.00,4.47,4.16,none,4.64 funniest,funniest,2.90,Adjective,8,7,3,funny,none,none,5.47,1.00,4.47,4.16,none,4.64 funning,funning,0.16,Verb,7,5,2,fun,none,none,3.67,1.00,none,none,3.75, funny,funny,218.18,Adjective,5,4,2,funny,5.47,1.00,5.47,1.00,4.47,4.16,none,4.64 funnyman,funny man,0.10,Noun,8,7,3,funnyman,8.89,1.00,8.89,1.00,none,none,none, funs,funs,0.02,Noun,4,4,1,fun,none,none,3.67,1.00,none,none,3.75, fur,fur,8.27,Noun,3,2,1,fur,5.22,1.00,5.22,1.00,none,none,5.47, furbelow,furbelow,0.04,Noun,8,6,3,furbelow,13.62,0.44,13.62,0.44,none,none,none, furbelows,furbelows,0.02,Noun,9,7,3,furbelow,none,none,13.62,0.44,none,none,none, furbish,furbish,Err:512,Err:512,7,5,2,furbish,13.58,0.67,13.58,0.67,none,none,none, furfural,furfural,0.12,Noun,8,8,3,furfural,20.00,0.06,20.00,0.06,none,none,none, furies,furies,0.33,Noun,6,6,2,fury,none,none,8.84,1.00,none,8.30,none,8.28 furious,furious,6.00,Adjective,7,7,3,furious,8.78,1.00,8.78,1.00,none,7.96,none, furl,furl,0.12,Verb,4,3,1,furl,12.25,0.89,12.25,0.89,none,none,none, furled,furled,0.08,Verb,6,4,1,furl,none,none,12.25,0.89,none,none,none, furless,furless,0.02,Adjective,7,7,2,furless,10.24,0.94,10.24,0.94,none,none,none, furlong,furlong,0.61,Noun,7,5,2,furlong,13.00,0.72,13.00,0.72,none,none,none, furlongs,furlongs,0.22,Noun,8,6,2,furlong,none,none,13.00,0.72,none,none,none, furlough,furlough,0.69,Noun,8,4,2,furlough,14.71,0.74,14.71,0.74,none,none,none,13.63 furloughs,furloughs,0.12,Noun,9,5,2,furlough,none,none,14.71,0.74,none,none,none,13.63 furnace,furnace,2.71,Noun,7,5,2,furnace,10.60,1.00,10.60,1.00,none,8.51,none,9.22 furnaces,furnaces,0.37,Noun,8,7,3,furnace,none,none,10.60,1.00,none,8.51,none,9.22 furnish,furnish,0.94,Verb,7,5,2,furnish,10.50,1.00,10.50,1.00,none,none,none,9.94 furnished,furnished,1.22,Verb,9,6,2,furnished,9.89,1.00,9.89,1.00,none,none,none, furnishes,furnishes,0.14,Verb,9,7,3,furnish,none,none,10.50,1.00,none,none,none,9.94 furnishing,furnishing,0.24,Verb,10,7,3,furnish,none,none,10.50,1.00,none,none,none,9.94 furnishings,furnishings,0.47,Noun,11,8,3,furnishings,10.28,1.00,10.28,1.00,none,none,none, furniture,furniture,15.08,Noun,9,6,3,furniture,5.89,1.00,5.89,1.00,4.99,none,none, furor,furor,0.12,Noun,5,6,2,furor,12.69,0.68,12.69,0.68,none,none,none, furred,furred,0.06,Verb,6,3,1,fur,none,none,5.22,1.00,none,none,5.47, furring,furring,Err:512,Err:512,7,4,2,furring,16.20,0.24,16.20,0.24,none,none,none, furrow,furrow,0.10,Noun,6,3,2,furrow,13.00,0.72,13.00,0.72,none,none,none, furrowed,furrowed,0.08,Adjective,8,4,2,furrowed,13.18,0.89,13.18,0.89,none,none,none, furrows,furrows,0.12,Noun,7,4,2,furrow,none,none,13.00,0.72,none,none,none, furry,furry,2.39,Adjective,5,3,2,furry,5.72,1.00,5.72,1.00,none,none,none, furs,furs,1.59,Noun,4,3,1,fur,none,none,5.22,1.00,none,none,5.47, further,further,52.75,Adverb,7,4,2,further,6.68,1.00,6.68,1.00,none,none,none,7.88 furtherance,furtherance,0.04,Noun,11,7,3,furtherance,13.73,0.83,13.73,0.83,none,none,none, furthered,furthered,0.08,Verb,9,5,2,further,none,none,6.68,1.00,none,none,none,7.88 furthering,furthering,0.12,Verb,10,6,3,further,none,none,6.68,1.00,none,none,none,7.88 furthermost,furthermost,0.04,Adjective,11,10,3,furthermost,11.63,1.00,11.63,1.00,none,none,none, furthers,furthers,0.08,Verb,8,5,2,further,none,none,6.68,1.00,none,none,none,7.88 furthest,furthest,0.63,Adjective,8,6,2,far,none,none,4.88,1.00,5.46,none,4.27, furtive,furtive,0.31,Adjective,7,5,2,furtive,14.54,0.72,14.54,0.72,none,none,none, fury,fury,3.82,Noun,4,5,2,fury,8.84,1.00,8.84,1.00,none,8.30,none,8.28 furze,furze,0.02,Noun,5,4,1,furze,13.86,0.39,13.86,0.39,none,none,none, fuse,fuse,4.86,Noun,4,4,1,fuse,10.78,1.00,10.78,1.00,10.37,none,10.12, fused,fused,0.67,Verb,5,5,1,fuse,none,none,10.78,1.00,10.37,none,10.12, fusel,fusel,0.02,Noun,5,6,2,fusel,11.57,0.39,11.57,0.39,none,none,none, fuselage,fuselage,1.02,Noun,8,8,3,fuselage,12.47,0.89,12.47,0.89,none,none,none, fuses,fuses,1.14,Noun,5,6,2,fuse,none,none,10.78,1.00,10.37,none,10.12, fusing,fusing,0.12,Verb,6,6,2,fuse,none,none,10.78,1.00,10.37,none,10.12, fusion,fusion,2.61,Noun,6,6,2,fusion,13.63,1.00,13.63,1.00,none,12.77,none,12.11 fuss,fuss,7.14,Noun,4,3,1,fuss,5.50,1.00,5.50,1.00,none,6.35,6.10, fussbudget,fussbudget,0.10,Noun,10,8,3,fussbudget,13.57,0.39,13.57,0.39,none,none,none, fussed,fussed,0.16,Verb,6,4,1,fuss,none,none,5.50,1.00,none,6.35,6.10, fusses,fusses,0.04,Verb,6,5,2,fuss,none,none,5.50,1.00,none,6.35,6.10, fussing,fussing,1.08,Verb,7,5,2,fuss,none,none,5.50,1.00,none,6.35,6.10, fusspot,fusspot,0.04,Noun,7,6,2,fusspot,10.08,0.67,10.08,0.67,none,none,none, fussy,fussy,1.55,Adjective,5,4,2,fussy,6.67,1.00,6.67,1.00,none,none,none, futile,futile,1.61,Adjective,6,6,2,futile,13.11,1.00,13.11,1.00,none,none,none,11.59 futility,futility,0.49,Noun,8,9,4,futility,13.55,1.00,13.55,1.00,none,none,none, futon,futon,0.67,Noun,5,5,2,futon,13.00,0.89,13.00,0.89,none,none,none,11.29 futons,futons,0.10,Noun,6,6,2,futon,none,none,13.00,0.89,none,none,none,11.29 future,future,103.49,Noun,6,5,2,future,7.16,1.00,7.16,1.00,none,8.24,none,7.26 futures,futures,1.63,Noun,7,6,2,future,none,none,7.16,1.00,none,8.24,none,7.26 futurist,futurist,0.02,Noun,8,8,3,futurist,13.79,1.00,13.79,1.00,none,none,none, futuristic,futuristic,0.33,Adjective,10,10,4,futuristic,11.06,1.00,11.06,1.00,none,none,none, futurity,futurity,0.04,Noun,8,8,4,futurity,12.62,0.72,12.62,0.72,none,none,none, futz,futz,0.06,Noun,4,4,1,futz,14.29,0.39,14.29,0.39,none,none,none, futzing,futzing,0.10,Verb,7,6,2,futz,none,none,14.29,0.39,none,none,none, fuzz,fuzz,1.86,Noun,4,3,1,fuzz,7.11,1.00,7.11,1.00,none,none,6.23, fuzzier,fuzzier,0.06,Adjective,7,5,3,fuzzy,none,none,5.05,1.00,none,none,none, fuzziest,fuzziest,0.02,Adjective,8,7,3,fuzzy,none,none,5.05,1.00,none,none,none, fuzziness,fuzziness,0.04,Noun,9,7,3,fuzziness,7.68,1.00,7.68,1.00,none,none,none, fuzzy,fuzzy,5.82,Adjective,5,4,2,fuzzy,5.05,1.00,5.05,1.00,none,none,none, gab,gab,0.69,Noun,3,3,1,gab,9.41,0.89,9.41,0.89,none,none,10.61, gabardine,gabardine,0.12,Noun,9,7,3,gabardine,13.85,0.65,13.85,0.65,none,10.39,none, gabbed,gabbed,0.06,Verb,6,4,1,gab,none,none,9.41,0.89,none,none,10.61, gabber,gabber,0.02,Noun,6,4,2,gabber,7.92,0.68,7.92,0.68,none,none,none, gabbing,gabbing,0.49,Verb,7,5,2,gab,none,none,9.41,0.89,none,none,10.61, gabble,gabble,0.12,Noun,6,5,2,gabble,13.67,0.47,13.67,0.47,none,none,none, gabbler,gabbler,0.02,Noun,7,6,3,gabbler,12.12,0.42,12.12,0.42,none,none,none, gabfest,gabfest,0.10,Adjective,7,7,2,gabfest,11.57,0.70,11.57,0.70,none,none,none, gable,gable,1.08,Name,5,5,2,gable,10.29,0.90,10.29,0.90,none,none,none,11.70 gables,gables,0.63,Noun,6,6,2,gable,none,none,10.29,0.90,none,none,none,11.70 gad,gad,0.51,Noun,3,3,1,gad,10.85,0.72,10.85,0.72,none,none,none, gadabout,gadabout,0.04,Noun,8,7,3,gadabout,13.08,0.60,13.08,0.60,none,none,none, gadding,gadding,0.10,Verb,7,5,2,gad,none,none,10.85,0.72,none,none,none, gadflies,gadflies,0.02,Noun,8,7,2,gadfly,none,none,13.82,0.58,none,none,none, gadfly,gadfly,0.06,Noun,6,6,2,gadfly,13.82,0.58,13.82,0.58,none,none,none, gadget,gadget,2.43,Noun,6,5,2,gadget,8.63,1.00,8.63,1.00,9.68,none,none,7.96 gadgeteer,gadgeteer,Err:512,Err:512,9,7,3,gadgeteer,14.90,0.56,14.90,0.56,none,none,none, gadgetry,gadgetry,0.06,Noun,8,7,3,gadgetry,11.17,0.95,11.17,0.95,none,none,none, gadgets,gadgets,1.39,Noun,7,6,2,gadget,none,none,8.63,1.00,9.68,none,none,7.96 gadolinium,gadolinium,0.12,Noun,10,10,5,gadolinium,18.86,0.33,18.86,0.33,none,none,none, gads,gads,0.02,Noun,4,4,1,gad,none,none,10.85,0.72,none,none,none, gadwall,gadwall,0.04,Noun,7,6,2,gadwall,16.00,0.26,16.00,0.26,none,none,none, gaff,gaff,0.63,Noun,4,3,1,gaff,12.27,0.79,12.27,0.79,none,none,none, gaffe,gaffe,0.04,Noun,5,3,1,gaff,none,none,12.27,0.79,none,none,none, gaffer,gaffer,0.33,Noun,6,5,2,gaffer,16.17,0.67,16.17,0.67,none,none,none, gag,gag,7.06,Noun,3,3,1,gag,7.58,1.00,7.58,1.00,none,none,7.79, gaga,gaga,1.02,Noun,4,4,2,gaga,6.94,0.85,6.94,0.85,none,none,none, gagged,gagged,0.84,Verb,6,4,1,gag,none,none,7.58,1.00,none,none,7.79, gagging,gagging,0.57,Verb,7,5,2,gag,none,none,7.58,1.00,none,none,7.79, gaggle,gaggle,0.45,Noun,6,5,2,gaggle,9.29,0.94,9.29,0.94,none,none,none, gagman,gagman,0.02,Noun,6,6,2,gagman,13.40,0.56,13.40,0.56,none,none,none, gags,gags,1.14,Noun,4,4,1,gag,none,none,7.58,1.00,none,none,7.79, gagster,gagster,0.04,Noun,7,6,2,gagster,11.40,0.79,11.40,0.79,none,none,none, gaiety,gaiety,0.45,Noun,6,5,3,gaiety,12.25,0.84,12.25,0.84,none,none,none, gain,gain,13.73,Verb,4,3,1,gain,7.11,1.00,7.11,1.00,8.15,7.18,6.93, gained,gained,5.18,Verb,6,4,1,gain,none,none,7.11,1.00,8.15,7.18,6.93, gainer,gainer,0.08,Noun,6,4,2,gainer,10.12,0.94,10.12,0.94,none,none,none, gainers,gainers,0.04,Noun,7,5,2,gainer,none,none,10.12,0.94,none,none,none, gainful,gainful,0.12,Adjective,7,6,2,gainful,10.53,1.00,10.53,1.00,none,none,none, gaining,gaining,3.78,Verb,7,5,2,gain,none,none,7.11,1.00,8.15,7.18,6.93, gains,gains,1.51,Noun,5,4,1,gain,none,none,7.11,1.00,8.15,7.18,6.93, gainsay,gainsay,0.02,Verb,7,5,2,gainsay,13.71,0.39,13.71,0.39,none,none,none, gait,gait,0.31,Noun,4,3,1,gait,11.75,0.91,11.75,0.91,none,none,10.90, gaits,gaits,0.02,Noun,5,4,1,gait,none,none,11.75,0.91,none,none,10.90, gal,gal,14.22,Noun,3,3,1,gal,6.21,1.00,6.21,1.00,none,none,none, gala,gala,1.76,Noun,4,4,2,gala,14.06,0.94,14.06,0.94,none,none,none,11.90 galactic,galactic,1.10,Adjective,8,8,3,galactic,10.29,0.94,10.29,0.94,none,none,none, galantine,galantine,0.04,Noun,9,8,3,galantine,15.08,0.65,15.08,0.65,none,none,none, galas,galas,0.04,Noun,5,5,2,gala,none,none,14.06,0.94,none,none,none,11.90 galaxies,galaxies,0.96,Noun,8,8,3,galaxy,none,none,7.67,1.00,none,none,none, galaxy,galaxy,6.65,Noun,6,7,3,galaxy,7.67,1.00,7.67,1.00,none,none,none, gale,gale,4.90,Name,4,3,1,gale,10.57,0.90,10.57,0.90,none,8.64,10.87, gales,gales,0.18,Noun,5,4,1,gale,none,none,10.57,0.90,none,8.64,10.87, gall,gall,1.98,Noun,4,3,1,gall,12.44,0.86,12.44,0.86,none,none,11.34, gallant,gallant,3.27,Adjective,7,6,2,gallant,10.28,1.00,10.28,1.00,none,none,none,12.01 gallantries,gallantries,0.04,Noun,11,9,3,gallantry,none,none,12.25,0.67,none,none,none, gallantry,gallantry,0.61,Noun,9,8,3,gallantry,12.25,0.67,12.25,0.67,none,none,none, gallants,gallants,0.12,Noun,8,7,2,gallant,none,none,10.28,1.00,none,none,none,12.01 gallbladder,gallbladder,0.73,Noun,11,8,3,gallbladder,11.68,1.00,11.68,1.00,none,none,none, gallbladders,gallbladders,0.14,Noun,12,9,3,gallbladder,none,none,11.68,1.00,none,none,none, galleon,galleon,0.31,Noun,7,6,3,galleon,12.79,0.74,12.79,0.74,none,none,none, galleons,galleons,0.12,Noun,8,7,3,galleon,none,none,12.79,0.74,none,none,none, galleries,galleries,1.00,Noun,9,6,3,gallery,none,none,8.68,1.00,none,8.77,none, gallery,gallery,8.51,Noun,7,5,3,gallery,8.68,1.00,8.68,1.00,none,8.77,none, galley,galley,1.61,Noun,6,4,2,galley,12.69,0.89,12.69,0.89,none,10.87,none,11.90 galleys,galleys,0.49,Noun,7,5,2,galley,none,none,12.69,0.89,none,10.87,none,11.90 gallimaufry,gallimaufry,Err:512,Err:512,11,9,4,gallimaufry,NA,0.00,NA,0.00,none,none,none, galling,galling,0.18,Adjective,7,5,2,galling,12.93,0.75,12.93,0.75,none,none,none, gallivant,gallivant,0.02,Verb,9,8,3,gallivant,12.50,0.80,12.50,0.80,none,none,none, gallivanted,gallivanted,0.02,Verb,11,10,4,gallivant,none,none,12.50,0.80,none,none,none, gallivanting,gallivanting,0.63,Verb,12,10,4,gallivant,none,none,12.50,0.80,none,none,none, gallon,gallon,2.27,Noun,6,5,2,gallon,6.25,1.00,6.25,1.00,7.26,none,none,7.11 gallons,gallons,3.67,Noun,7,6,2,gallon,none,none,6.25,1.00,7.26,none,none,7.11 gallop,gallop,0.94,Noun,6,5,2,gallop,8.32,1.00,8.32,1.00,none,none,none,7.34 galloped,galloped,0.04,Verb,8,6,2,gallop,none,none,8.32,1.00,none,none,none,7.34 gallops,gallops,0.16,Verb,7,6,2,gallop,none,none,8.32,1.00,none,none,none,7.34 gallows,gallows,1.78,Noun,7,5,2,gallows,11.24,0.89,11.24,0.89,none,none,none,12.01 galls,galls,0.29,Verb,5,4,1,gall,none,none,12.44,0.86,none,none,11.34, gallstone,gallstone,0.12,Noun,9,7,2,gallstone,13.11,0.95,13.11,0.95,none,none,none, gallstones,gallstones,0.20,Noun,10,8,2,gallstone,none,none,13.11,0.95,none,none,none, galoot,galoot,0.29,Noun,6,5,2,galoot,15.00,0.53,15.00,0.53,none,none,none, galoots,galoots,0.10,Noun,7,6,2,galoots,15.50,0.11,15.50,0.11,none,none,none, galore,galore,0.73,Adjective,6,5,2,galore,9.47,0.94,9.47,0.94,none,none,none,10.22 galosh,galosh,0.04,Verb,6,5,2,galosh,11.40,0.79,11.40,0.79,none,none,none, galoshes,galoshes,0.67,Noun,8,7,3,galosh,none,none,11.40,0.79,none,none,none, gals,gals,3.25,Noun,4,4,1,gal,none,none,6.21,1.00,none,none,none, galumph,galumph,0.02,Noun,7,6,2,galumph,12.33,0.67,12.33,0.67,none,none,none, galvanic,galvanic,0.10,Adjective,8,8,3,galvanic,16.88,0.44,16.88,0.44,none,none,none, galvanize,galvanise,0.08,Verb,9,8,3,galvanize,13.56,0.80,13.56,0.80,none,none,none, galvanized,galvanised,0.27,Adjective,10,9,3,galvanized,14.00,1.00,14.00,1.00,none,none,none, gambit,gambit,0.37,Noun,6,6,2,gambit,12.88,0.89,12.88,0.89,none,none,none, gambits,gambits,0.02,Noun,7,7,2,gambit,none,none,12.88,0.89,none,none,none, gamble,gamble,8.94,Verb,6,6,2,gamble,9.05,1.00,9.05,1.00,none,none,none,9.67 gambled,gambled,1.51,Verb,7,7,2,gamble,none,none,9.05,1.00,none,none,none,9.67 gambler,gambler,4.59,Noun,7,6,2,gambler,10.26,1.00,10.26,1.00,none,none,none, gamblers,gamblers,1.51,Noun,8,7,2,gambler,none,none,10.26,1.00,none,none,none, gambles,gambles,0.31,Verb,7,7,2,gamble,none,none,9.05,1.00,none,none,none,9.67 gambling,gambling,16.59,Noun,8,8,3,gambling,9.22,1.00,9.22,1.00,none,none,none, gambol,gambol,0.02,Noun,6,6,2,gambol,13.44,0.47,13.44,0.47,none,none,none, gamboled,gambolled,0.02,Verb,8,7,2,gambol,none,none,13.44,0.47,none,none,none, game,game,233.84,Noun,4,3,1,game,4.26,1.00,4.26,1.00,none,4.99,4.18, gamed,gamed,0.02,Verb,5,4,1,game,none,none,4.26,1.00,none,4.99,4.18, gamekeeper,gamekeeper,0.22,Noun,10,7,3,gamekeeper,10.94,0.89,10.94,0.89,none,none,none, gamer,gamer,0.12,Noun,5,4,2,gamer,11.65,0.94,11.65,0.94,none,none,none, games,games,44.84,Noun,5,4,1,game,none,none,4.26,1.00,none,4.99,4.18, gamesmanship,gamesmanship,0.08,Noun,12,10,3,gamesmanship,11.12,0.94,11.12,0.94,none,none,none, gamesome,gamesome,0.02,Adjective,8,6,2,gamesome,14.50,0.30,14.50,0.30,none,none,none, gamete,gamete,0.04,Noun,6,5,2,gamete,14.07,0.78,14.07,0.78,none,none,none, gametes,gametes,0.04,Noun,7,6,2,gamete,none,none,14.07,0.78,none,none,none, gamey,gamey,0.06,Noun,5,4,2,gamy,none,none,12.55,0.61,none,none,none, gamier,gamier,0.02,Noun,6,5,3,gamy,none,none,12.55,0.61,none,none,none, gamin,gamin,0.04,Noun,5,5,2,gamin,17.00,0.53,17.00,0.53,none,none,none, gamine,gamine,0.06,Noun,6,5,2,gamine,13.69,0.68,13.69,0.68,none,none,none, gaming,gaming,2.57,Noun,6,5,2,gaming,9.89,1.00,9.89,1.00,none,none,none, gamma,gamma,3.51,Noun,5,4,2,gamma,14.06,0.94,14.06,0.94,none,13.64,none, gammas,gammas,0.75,Noun,6,5,2,gamma,none,none,14.06,0.94,none,13.64,none, gammon,gammon,0.02,Noun,6,5,2,gammon,14.50,0.53,14.50,0.53,none,none,none, gammy,gammy,0.31,Adjective,5,4,2,gammy,12.60,0.56,12.60,0.56,none,none,none, gamut,gamut,0.25,Noun,5,5,2,gamut,17.06,0.84,17.06,0.84,none,none,none, gamy,gamy,0.20,Noun,4,4,2,gamy,12.55,0.61,12.55,0.61,none,none,none, gander,gander,1.08,Noun,6,5,2,gander,11.31,0.89,11.31,0.89,none,none,none,12.43 ganders,ganders,0.02,Noun,7,6,2,gander,none,none,11.31,0.89,none,none,none,12.43 gang,gang,30.14,Noun,4,3,1,gang,9.22,1.00,9.22,1.00,none,6.77,8.05, gangbang,gangbang,0.10,Noun,8,6,2,gangbang,14.89,1.00,14.89,1.00,none,none,none, gangbuster,gangbuster,0.02,Noun,10,8,3,gangbuster,11.18,0.94,11.18,0.94,none,none,none, gangbusters,gangbusters,0.47,Noun,11,9,3,gangbuster,none,none,11.18,0.94,none,none,none, ganged,ganged,0.18,Verb,6,4,1,gang,none,none,9.22,1.00,none,6.77,8.05, ganger,ganger,0.02,Noun,6,4,2,ganger,15.71,0.35,15.71,0.35,none,none,none, ganging,ganging,0.39,Verb,7,5,2,gang,none,none,9.22,1.00,none,6.77,8.05, gangland,gangland,0.53,Noun,8,7,2,gangland,13.33,0.79,13.33,0.79,none,none,none, ganglia,ganglia,0.12,Noun,7,7,3,ganglion,none,none,13.86,0.39,none,none,none, ganglion,ganglion,0.08,Noun,8,7,3,ganglion,13.86,0.39,13.86,0.39,none,none,none, gangly,gangly,0.27,Adjective,6,5,2,gangly,12.00,0.95,12.00,0.95,none,none,none, gangplank,gangplank,0.39,Noun,9,8,2,gangplank,12.22,0.50,12.22,0.50,none,none,none, gangplanks,gangplanks,0.02,Noun,10,9,2,gangplank,none,none,12.22,0.50,none,none,none, gangrene,gangrene,0.90,Noun,8,7,2,gangrene,11.94,0.94,11.94,0.94,none,none,none,13.29 gangrenous,gangrenous,0.18,Adjective,10,9,3,gangrenous,14.33,0.83,14.33,0.83,none,none,none, gangs,gangs,4.33,Noun,5,4,1,gang,none,none,9.22,1.00,none,6.77,8.05, gangster,gangster,5.33,Noun,8,6,2,gangster,8.50,1.00,8.50,1.00,none,none,none,9.40 gangsters,gangsters,2.76,Noun,9,7,2,gangster,none,none,8.50,1.00,none,none,none,9.40 gangway,gangway,2.27,Noun,7,5,2,gangway,13.73,0.75,13.73,0.75,none,none,none, gangways,gangways,0.02,Noun,8,6,2,gangway,none,none,13.73,0.75,none,none,none, ganja,ganja,0.27,Noun,5,5,2,ganja,14.15,0.68,14.15,0.68,none,none,none, gannet,gannet,0.18,Noun,6,5,2,gannet,17.29,0.37,17.29,0.37,none,none,none, gantry,gantry,0.29,Noun,6,6,2,gantry,14.55,0.58,14.55,0.58,none,none,none, gap,gap,4.27,Noun,3,3,1,gap,8.22,1.00,8.22,1.00,none,none,6.47, gape,gape,0.06,Verb,4,3,1,gape,11.72,1.00,11.72,1.00,8.97,none,10.68, gapes,gapes,0.02,Verb,5,4,1,gape,none,none,11.72,1.00,8.97,none,10.68, gaping,gaping,0.82,Adjective,6,5,2,gaping,9.83,1.00,9.83,1.00,none,none,none, gapped,gapped,0.02,Verb,6,4,1,gap,none,none,8.22,1.00,none,none,6.47, gaps,gaps,0.69,Noun,4,4,1,gap,none,none,8.22,1.00,none,none,6.47, garage,garage,27.22,Noun,6,4,2,garage,5.26,1.00,5.26,1.00,none,none,none,5.56 garages,garages,0.45,Noun,7,6,3,garage,none,none,5.26,1.00,none,none,none,5.56 garb,garb,0.31,Noun,4,4,1,garb,12.05,1.00,12.05,1.00,none,none,11.63, garbage,garbage,26.10,Noun,7,6,2,garbage,4.89,1.00,4.89,1.00,none,none,none,5.68 garbanzo,garbanzo,0.08,Noun,8,8,3,garbanzo,12.93,0.71,12.93,0.71,none,none,none, garbanzos,garbanzos,0.04,Noun,9,9,3,garbanzo,none,none,12.93,0.71,none,none,none, garbled,garbled,0.90,Adjective,7,7,2,garbled,12.29,0.94,12.29,0.94,none,none,none, garbs,garbs,0.02,Noun,5,5,1,garb,none,none,12.05,1.00,none,none,11.63, garcon,garcon,0.25,Noun,6,6,2,garcon,14.57,0.33,14.57,0.33,none,none,none, garden,garden,26.55,Noun,6,6,2,garden,5.33,1.00,5.33,1.00,4.62,3.94,none,5.37 gardened,gardened,0.02,Verb,8,7,2,garden,none,none,5.33,1.00,4.62,3.94,none,5.37 gardener,gardener,4.20,Noun,8,7,3,gardener,6.50,1.00,6.50,1.00,6.06,none,none, gardeners,gardeners,0.53,Noun,9,8,3,gardener,none,none,6.50,1.00,6.06,none,none, gardenia,gardenia,0.22,Noun,8,8,3,gardenia,11.94,0.95,11.94,0.95,none,none,none, gardenias,gardenias,0.49,Noun,9,9,3,gardenia,none,none,11.94,0.95,none,none,none, gardening,gardening,2.41,Noun,9,8,3,gardening,6.42,1.00,6.42,1.00,none,none,none, gardens,gardens,4.04,Noun,7,7,2,garden,none,none,5.33,1.00,4.62,3.94,none,5.37 garfish,garfish,0.06,Noun,7,6,2,garfish,14.67,0.50,14.67,0.50,none,none,none, gargantuan,gargantuan,0.35,Adjective,10,10,4,gargantuan,11.61,1.00,11.61,1.00,none,none,none, gargle,gargle,0.59,Verb,6,6,2,gargle,8.58,1.00,8.58,1.00,6.84,none,none,7.80 gargled,gargled,0.02,Verb,7,7,2,gargle,none,none,8.58,1.00,6.84,none,none,7.80 gargles,gargles,0.10,Verb,7,7,2,gargle,none,none,8.58,1.00,6.84,none,none,7.80 gargoyle,gargoyle,0.53,Noun,8,6,2,gargoyle,10.18,0.94,10.18,0.94,none,none,none, gargoyles,gargoyles,0.43,Noun,9,7,2,gargoyle,none,none,10.18,0.94,none,none,none, garish,garish,0.22,Adjective,6,5,2,garish,15.88,0.80,15.88,0.80,none,none,none, garishness,garishness,0.08,Noun,10,8,3,garishness,14.00,0.76,14.00,0.76,none,none,none, garland,garland,2.18,Name,7,7,2,garland,10.93,1.00,10.93,1.00,none,none,none,10.99 garlanded,garlanded,0.00,Err:512,9,9,3,garland,none,none,10.93,1.00,none,none,none,10.99 garlands,garlands,0.22,Noun,8,8,2,garland,none,none,10.93,1.00,none,none,none,10.99 garlic,garlic,6.00,Noun,6,6,2,garlic,6.89,1.00,6.89,1.00,none,none,none,6.82 garlicky,garlicky,0.04,Adjective,8,7,3,garlicky,11.20,0.79,11.20,0.79,none,none,none, garment,garment,1.39,Noun,7,7,2,garment,8.32,1.00,8.32,1.00,none,8.98,none,9.49 garments,garments,0.76,Noun,8,8,2,garment,none,none,8.32,1.00,none,8.98,none,9.49 garnish,garnish,0.53,Noun,7,6,2,garnish,13.30,1.00,13.30,1.00,none,none,none,10.80 garnished,garnished,0.08,Verb,9,7,2,garnish,none,none,13.30,1.00,none,none,none,10.80 garnishment,garnishment,0.06,Noun,11,10,3,garnishment,14.79,0.95,14.79,0.95,none,none,none, garret,garret,2.10,Name,6,5,2,garret,11.96,0.80,11.96,0.80,none,none,none, garrets,garrets,0.04,Noun,7,6,2,garret,none,none,11.96,0.80,none,none,none, garrison,garrison,4.57,Noun,8,7,3,garrison,14.88,0.85,14.88,0.85,none,none,none, garrisoned,garrisoned,0.04,Verb,10,8,3,garrison,none,none,14.88,0.85,none,none,none, garrisons,garrisons,0.10,Noun,9,8,3,garrison,none,none,14.88,0.85,none,none,none, garrulity,garrulity,Err:512,Err:512,9,8,4,garrulity,16.20,0.24,16.20,0.24,none,none,none, garrulous,garrulous,0.10,Adjective,9,7,3,garrulous,14.11,0.50,14.11,0.50,none,none,none, garter,garter,1.31,Noun,6,5,2,garter,11.72,0.95,11.72,0.95,none,none,none,11.70 garters,garters,0.88,Noun,7,6,2,garter,none,none,11.72,0.95,none,none,none,11.70 gas,gas,67.78,Noun,3,3,1,gas,5.32,1.00,5.32,1.00,5.66,6.83,5.73, gasbag,gasbag,0.06,Noun,6,6,2,gasbag,11.07,0.70,11.07,0.70,none,none,none, gaseous,gaseous,0.20,Adjective,7,6,3,gaseous,11.71,0.94,11.71,0.94,none,none,none, gases,gases,0.73,Noun,5,5,2,gas,none,none,5.32,1.00,5.66,6.83,5.73, gash,gash,0.69,Noun,4,3,1,gash,7.95,1.00,7.95,1.00,none,none,9.10, gashes,gashes,0.16,Noun,6,5,2,gash,none,none,7.95,1.00,none,none,9.10, gashouse,gashouse,0.08,Noun,8,6,2,gashouse,10.50,0.74,10.50,0.74,none,none,none, gasification,gasification,0.02,Noun,12,11,5,gasification,14.08,0.72,14.08,0.72,none,none,none, gasket,gasket,0.67,Noun,6,6,2,gasket,10.90,1.00,10.90,1.00,none,none,none,12.11 gaskets,gaskets,0.24,Noun,7,7,2,gasket,none,none,10.90,1.00,none,none,none,12.11 gaskin,gaskin,0.02,Noun,6,6,2,gaskin,15.60,0.28,15.60,0.28,none,none,none, gaslight,gaslight,0.33,Noun,8,6,2,gaslight,9.80,1.00,9.80,1.00,none,none,none, gaslights,gaslights,0.02,Noun,9,7,2,gaslight,none,none,9.80,1.00,none,none,none, gasman,gasman,0.12,Noun,6,6,2,gasman,8.93,0.79,8.93,0.79,none,none,none, gasmask,gasmask,Err:512,Err:512,7,7,2,gasmask,10.47,0.95,10.47,0.95,none,none,none, gasoline,gasoline,6.53,Noun,8,7,3,gasoline,6.25,1.00,6.25,1.00,none,none,none, gasp,gasp,1.73,Noun,4,4,1,gasp,8.05,1.00,8.05,1.00,8.02,7.34,8.19, gasped,gasped,0.24,Verb,6,5,1,gasp,none,none,8.05,1.00,8.02,7.34,8.19, gasping,gasping,4.31,Verb,7,6,2,gasp,none,none,8.05,1.00,8.02,7.34,8.19, gasps,gasps,9.22,Verb,5,5,1,gasp,none,none,8.05,1.00,8.02,7.34,8.19, gassed,gassed,0.73,Verb,6,4,1,gas,none,none,5.32,1.00,5.66,6.83,5.73, gasser,gasser,0.14,Noun,6,4,2,gasser,12.00,0.50,12.00,0.50,none,none,none, gasses,gases,0.10,Noun,6,5,2,gas,none,none,5.32,1.00,5.66,6.83,5.73, gassiness,gassiness,0.02,Noun,9,7,3,gassiness,10.11,0.95,10.11,0.95,none,none,none, gassing,gassing,0.29,Verb,7,5,2,gas,none,none,5.32,1.00,5.66,6.83,5.73, gassy,gassy,0.43,Adjective,5,4,2,gassy,8.05,0.95,8.05,0.95,none,none,none, gastric,gastric,0.82,Adjective,7,7,2,gastric,14.59,0.89,14.59,0.89,none,13.64,none, gastritis,gastritis,0.22,Noun,9,9,3,gastritis,17.53,0.79,17.53,0.79,none,none,none, gastroenteritis,gastroenteritis,0.18,Noun,15,15,6,gastroenteritis,16.88,0.80,16.88,0.80,none,none,none, gastroenterologist,gastroenterologist,0.08,Noun,18,18,7,gastroenterologist,15.93,0.74,15.93,0.74,none,none,none, gastroenterologists,gastroenterologists,0.02,Noun,19,19,7,gastroenterologist,none,none,15.93,0.74,none,none,none, gastrointestinal,gastrointestinal,0.18,Adjective,16,16,6,gastrointestinal,14.31,0.89,14.31,0.89,none,none,none, gastronomic,gastronomic,0.02,Adjective,11,11,4,gastronomic,14.73,0.83,14.73,0.83,none,none,none, gastronomical,gastronomical,0.04,Adjective,13,13,5,gastronomical,16.15,1.00,16.15,1.00,none,none,none, gastronomy,gastronomy,0.02,Noun,10,10,4,gastronomy,17.29,0.89,17.29,0.89,none,none,none, gasworks,gasworks,0.14,Noun,8,7,2,gasworks,12.13,0.83,12.13,0.83,none,none,none, gat,gat,0.61,Noun,3,3,1,gat,13.30,0.45,13.30,0.45,none,none,none, gate,gate,32.04,Noun,4,3,1,gate,5.32,1.00,5.32,1.00,none,4.88,5.73, gatecrash,gatecrash,0.02,Verb,9,7,2,gatecrash,13.00,0.74,13.00,0.74,none,none,none, gatecrasher,gatecrasher,0.04,Noun,11,8,3,gatecrasher,11.93,0.75,11.93,0.75,none,none,none, gatecrashers,gatecrashers,0.06,Noun,12,9,3,gatecrasher,none,none,11.93,0.75,none,none,none, gatehouse,gatehouse,0.16,Noun,9,6,2,gatehouse,11.67,0.95,11.67,0.95,none,none,none, gatekeeper,gatekeeper,0.69,Noun,10,7,3,gatekeeper,9.94,1.00,9.94,1.00,none,none,none, gatekeepers,gatekeepers,0.16,Noun,11,8,3,gatekeeper,none,none,9.94,1.00,none,none,none, gateman,gateman,0.02,Noun,7,6,2,gateman,10.12,0.84,10.12,0.84,none,none,none, gatemen,gatemen,0.04,Noun,7,6,2,gateman,none,none,10.12,0.84,none,none,none, gates,gates,13.41,Noun,5,4,1,gate,none,none,5.32,1.00,none,4.88,5.73, gateway,gateway,1.98,Noun,7,5,2,gateway,8.38,1.00,8.38,1.00,none,none,none, gateways,gateways,0.18,Noun,8,6,2,gateway,none,none,8.38,1.00,none,none,none, gather,gather,15.67,Verb,6,4,2,gather,6.50,1.00,6.50,1.00,none,7.35,none,6.75 gathered,gathered,9.63,Verb,8,5,2,gather,none,none,6.50,1.00,none,7.35,none,6.75 gatherer,gatherer,0.04,Noun,8,5,3,gatherer,9.21,1.00,9.21,1.00,none,none,none, gatherers,gatherers,0.22,Noun,9,6,3,gatherer,none,none,9.21,1.00,none,none,none, gathers,gathers,0.73,Verb,7,5,2,gather,none,none,6.50,1.00,none,7.35,none,6.75 gator,gator,3.61,Noun,5,4,2,gator,7.61,1.00,7.61,1.00,none,none,none,6.47 gators,gators,0.49,Noun,6,5,2,gator,none,none,7.61,1.00,none,none,none,6.47 gats,gats,0.27,Noun,4,4,1,gat,none,none,13.30,0.45,none,none,none, gauche,gauche,0.39,Adjective,6,3,1,gauche,15.50,0.67,15.50,0.67,none,none,13.65, gaucherie,gaucherie,0.04,Noun,9,6,3,gaucherie,14.64,0.61,14.64,0.61,none,none,none, gaucho,gaucho,0.55,Noun,6,4,2,gaucho,11.54,0.68,11.54,0.68,none,none,none, gauchos,gauchos,0.18,Noun,7,5,2,gaucho,none,none,11.54,0.68,none,none,none, gaud,gaud,Err:512,Err:512,4,3,1,gaud,13.17,0.33,13.17,0.33,none,none,none, gaudier,gaudier,0.02,Adjective,7,5,3,gaudy,none,none,12.06,0.89,none,none,none, gauds,gauds,0.02,Noun,5,4,1,gaud,none,none,13.17,0.33,none,none,none, gaudy,gaudy,0.41,Adjective,5,4,2,gaudy,12.06,0.89,12.06,0.89,none,none,none, gauge,gauge,2.20,Noun,5,3,1,gauge,10.83,0.95,10.83,0.95,none,none,10.75, gauged,gauged,0.02,Verb,6,4,1,gauge,none,none,10.83,0.95,none,none,10.75, gauges,gauges,0.76,Noun,6,5,2,gauge,none,none,10.83,0.95,none,none,10.75, gauging,gauging,0.10,Verb,7,5,2,gauge,none,none,10.83,0.95,none,none,10.75, gaunt,gaunt,0.16,Adjective,5,4,1,gaunt,11.81,0.84,11.81,0.84,none,11.60,11.70, gauntlet,gauntlet,0.76,Noun,8,7,2,gauntlet,13.12,0.85,13.12,0.85,none,10.07,none,11.59 gauntlets,gauntlets,0.04,Noun,9,8,2,gauntlet,none,none,13.12,0.85,none,10.07,none,11.59 gauss,gauss,0.25,Noun,5,3,1,gauss,13.27,0.61,13.27,0.61,none,none,none, gauze,gauze,1.43,Noun,5,3,1,gauze,9.32,0.95,9.32,0.95,none,none,9.68, gauzy,gauzy,0.02,Adjective,5,4,2,gauzy,10.76,0.94,10.76,0.94,none,none,none, gave,gave,243.69,Verb,4,3,1,give,none,none,4.28,1.00,4.68,none,3.82, gavel,gavel,0.76,Noun,5,5,2,gavel,9.22,1.00,9.22,1.00,none,none,none,11.59 gavotte,gavotte,0.06,Noun,7,5,2,gavotte,11.50,0.22,11.50,0.22,none,none,none, gawk,gawk,0.31,Verb,4,3,1,gawk,10.84,0.95,10.84,0.95,none,none,9.90, gawked,gawked,0.10,Verb,6,4,1,gawk,none,none,10.84,0.95,none,none,9.90, gawkiness,gawkiness,0.02,Noun,9,7,3,gawkiness,12.56,0.80,12.56,0.80,none,none,none, gawking,gawking,0.51,Verb,7,5,2,gawk,none,none,10.84,0.95,none,none,9.90, gawks,gawks,0.02,Noun,5,4,1,gawk,none,none,10.84,0.95,none,none,9.90, gawky,gawky,0.27,Adjective,5,4,2,gawky,11.25,0.80,11.25,0.80,none,none,none, gawp,gawp,0.02,Verb,4,3,1,gawp,15.60,0.25,15.60,0.25,none,none,none, gay,gay,59.08,Adjective,3,2,1,gay,9.32,1.00,9.32,1.00,none,none,10.61, gayer,gayer,0.29,Adjective,5,3,2,gay,none,none,9.32,1.00,none,none,10.61, gayest,gayest,0.37,Adjective,6,5,2,gay,none,none,9.32,1.00,none,none,10.61, gayness,gayness,0.12,Noun,7,5,2,gayness,12.17,0.95,12.17,0.95,none,none,none, gays,gays,1.49,Noun,4,3,1,gay,none,none,9.32,1.00,none,none,10.61, gaze,gaze,2.53,Noun,4,3,1,gaze,9.00,1.00,9.00,1.00,none,8.11,8.58, gazebo,gazebo,0.90,Noun,6,6,3,gazebo,9.76,0.94,9.76,0.94,none,none,none, gazed,gazed,0.45,Verb,5,4,1,gaze,none,none,9.00,1.00,none,8.11,8.58, gazehound,gazehound,0.02,Noun,9,7,2,gazehound,10.86,0.32,10.86,0.32,none,none,none, gazelle,gazelle,1.22,Noun,7,5,2,gazelle,9.37,1.00,9.37,1.00,9.93,none,none,9.31 gazelles,gazelles,0.33,Noun,8,6,2,gazelle,none,none,9.37,1.00,9.93,none,none,9.31 gazer,gazer,0.06,Noun,5,4,2,gazer,9.83,0.86,9.83,0.86,none,none,none, gazes,gazes,0.10,Verb,5,5,2,gaze,none,none,9.00,1.00,none,8.11,8.58, gazette,gazette,1.43,Noun,7,5,2,gazette,10.43,0.78,10.43,0.78,none,none,none,10.51 gazettes,gazettes,0.02,Noun,8,6,2,gazette,none,none,10.43,0.78,none,none,none,10.51 gazing,gazing,0.80,Verb,6,5,2,gaze,none,none,9.00,1.00,none,8.11,8.58, gazpacho,gazpacho,0.22,Noun,8,7,3,gazpacho,13.38,0.72,13.38,0.72,none,none,none, gear,gear,16.00,Noun,4,3,1,gear,7.61,1.00,7.61,1.00,none,7.60,7.56, gearbox,gearbox,0.18,Noun,7,7,2,gearbox,10.24,0.94,10.24,0.94,none,none,none, gearboxes,gearboxes,0.02,Noun,9,9,3,gearbox,none,none,10.24,0.94,none,none,none, geared,geared,0.33,Verb,6,4,1,gear,none,none,7.61,1.00,none,7.60,7.56, gearing,gearing,0.47,Verb,7,5,2,gear,none,none,7.61,1.00,none,7.60,7.56, gears,gears,1.51,Noun,5,4,1,gear,none,none,7.61,1.00,none,7.60,7.56, gearshift,gearshift,0.22,Noun,9,7,3,gearshift,10.89,1.00,10.89,1.00,none,none,none, gecko,gecko,0.37,Noun,5,4,2,gecko,10.32,1.00,10.32,1.00,none,none,none, geckos,geckos,0.10,Noun,6,5,2,gecko,none,none,10.32,1.00,none,none,none, geek,geek,6.92,Noun,4,3,1,geek,8.40,1.00,8.40,1.00,none,none,none, geekier,geekier,0.04,Adjective,7,6,3,geeky,none,none,10.79,1.00,none,none,none, geeks,geeks,2.27,Noun,5,4,1,geek,none,none,8.40,1.00,none,none,none, geeky,geeky,0.47,Adjective,5,4,2,geeky,10.79,1.00,10.79,1.00,none,none,none, geese,geese,1.59,Noun,5,3,1,goose,none,none,5.15,1.00,5.33,none,4.52, geezer,geezer,1.35,Noun,6,5,2,geezer,9.59,0.94,9.59,0.94,none,none,none,10.41 geezers,geezers,0.25,Noun,7,6,2,geezer,none,none,9.59,0.94,none,none,none,10.41 geisha,geisha,2.86,Noun,6,4,2,geisha,14.24,0.94,14.24,0.94,none,none,none, geishas,geishas,0.18,Noun,7,5,2,geisha,none,none,14.24,0.94,none,none,none, gel,gel,1.63,Noun,3,3,1,gel,7.21,1.00,7.21,1.00,none,none,none, gelatin,gelatine,0.49,Noun,7,7,3,gelatin,7.55,0.95,7.55,0.95,none,none,none, gelatinous,gelatinous,0.18,Adjective,10,9,4,gelatinous,12.58,0.95,12.58,0.95,none,none,none, geld,geld,0.04,Verb,4,4,1,geld,13.15,0.68,13.15,0.68,none,none,none, gelding,gelding,0.41,Noun,7,6,2,gelding,12.60,0.79,12.60,0.79,none,none,none, geldings,geldings,0.04,Noun,8,7,2,gelding,none,none,12.60,0.79,none,none,none, gelignite,gelignite,0.10,Noun,9,8,3,gelignite,12.50,0.30,12.50,0.30,none,none,none, gelling,gelling,0.08,Verb,7,5,2,gel,none,none,7.21,1.00,none,none,none, gels,gels,0.02,Noun,4,4,1,gel,none,none,7.21,1.00,none,none,none, gem,gem,2.47,Noun,3,3,1,gem,7.68,1.00,7.68,1.00,none,none,6.87, gems,gems,0.86,Noun,4,4,1,gem,none,none,7.68,1.00,none,none,6.87, gemstone,gemstone,0.06,Noun,8,7,2,gemstone,7.94,1.00,7.94,1.00,none,none,none, gemstones,gemstones,0.24,Noun,9,8,2,gemstone,none,none,7.94,1.00,none,none,none, gen,gen,4.04,Noun,3,6,3,gen,13.18,0.55,13.18,0.55,none,none,none, gendarme,gendarme,0.35,Noun,8,7,2,gendarme,16.67,0.17,16.67,0.17,none,none,none, gendarmes,gendarmes,0.24,Noun,9,8,2,gendarme,none,none,16.67,0.17,none,none,none, gender,gender,2.80,Noun,6,5,2,gender,7.00,1.00,7.00,1.00,none,9.11,none,7.72 genders,genders,0.16,Noun,7,6,2,gender,none,none,7.00,1.00,none,9.11,none,7.72 gene,gene,14.57,Name,4,3,1,gene,11.75,1.00,11.75,1.00,none,12.43,10.82, genealogical,genealogical,0.06,Adjective,12,11,5,genealogical,13.89,1.00,13.89,1.00,none,none,none, genealogies,genealogies,0.02,Noun,11,10,5,genealogy,none,none,12.89,1.00,12.98,none,none, genealogist,genealogist,0.08,Noun,11,10,4,genealogist,13.32,0.95,13.32,0.95,none,none,none, genealogy,genealogy,0.41,Noun,9,9,5,genealogy,12.89,1.00,12.89,1.00,12.98,none,none, genera,genera,0.04,Noun,6,5,3,genus,none,none,12.33,0.75,none,none,none, general,general,115.39,Noun,7,6,3,general,8.05,1.00,8.05,1.00,8.33,none,none, generalissimo,generalissimo,0.33,Noun,13,12,6,generalissimo,13.67,0.32,13.67,0.32,none,none,none, generalissimos,generalissimos,0.02,Noun,14,12,6,generalissimo,none,none,13.67,0.32,none,none,none, generalities,generalities,0.22,Noun,12,10,5,generality,none,none,11.74,0.95,none,none,none, generality,generality,0.08,Noun,10,9,5,generality,11.74,0.95,11.74,0.95,none,none,none, generalization,generalisation,0.18,Noun,14,12,6,generalization,11.95,0.90,11.95,0.90,none,none,none, generalizations,generalisations,0.04,Noun,15,13,6,generalization,none,none,11.95,0.90,none,none,none, generalize,generalise,0.08,Verb,10,8,4,generalize,10.26,1.00,10.26,1.00,none,none,none, generalized,generalised,0.08,Adjective,11,9,4,generalized,10.44,1.00,10.44,1.00,none,none,none, generalizing,generalising,0.04,Verb,12,10,5,generalize,none,none,10.26,1.00,none,none,none, generals,generals,4.04,Noun,8,7,3,general,none,none,8.05,1.00,8.33,none,none, generate,generate,2.43,Verb,8,6,3,generate,10.78,0.95,10.78,0.95,none,none,none, generated,generated,1.31,Verb,9,8,4,generate,none,none,10.78,0.95,none,none,none, generates,generates,0.51,Verb,9,7,3,generate,none,none,10.78,0.95,none,none,none, generation,generation,12.14,Noun,10,8,4,generation,9.52,1.00,9.52,1.00,none,9.66,none, generational,generational,0.08,Adjective,12,10,5,generational,12.68,1.00,12.68,1.00,none,none,none, generations,generations,5.98,Noun,11,9,4,generation,none,none,9.52,1.00,none,9.66,none, generative,generative,0.02,Adjective,10,8,4,generative,13.69,0.80,13.69,0.80,none,none,none, generator,generator,5.69,Noun,9,7,4,generator,11.11,1.00,11.11,1.00,none,none,none, generators,generators,1.69,Noun,10,8,4,generator,none,none,11.11,1.00,none,none,none, generic,generic,1.53,Adjective,7,7,3,generic,11.00,1.00,11.00,1.00,none,none,none, generics,generics,0.02,Noun,8,8,3,generic,none,none,11.00,1.00,none,none,none, generosity,generosity,3.35,Noun,10,9,5,generosity,9.06,1.00,9.06,1.00,8.60,none,none, generous,generous,16.71,Adjective,8,6,3,generous,7.22,1.00,7.22,1.00,7.80,none,none, genes,genes,2.88,Noun,5,4,1,gene,none,none,11.75,1.00,none,12.43,10.82, genetic,genetic,7.55,Adjective,7,7,3,genetic,10.68,0.95,10.68,0.95,none,none,none, geneticist,geneticist,0.37,Noun,10,10,4,geneticist,13.76,0.89,13.76,0.89,none,none,none, geneticists,geneticists,0.10,Noun,11,11,4,geneticist,none,none,13.76,0.89,none,none,none, genetics,genetics,1.76,Noun,8,8,3,genetics,11.84,1.00,11.84,1.00,none,none,none, genial,genial,0.20,Adjective,6,6,2,genial,12.53,0.85,12.53,0.85,none,none,none, geniality,geniality,0.02,Noun,9,9,5,geniality,13.54,0.68,13.54,0.68,none,none,none, genie,genie,3.49,Noun,5,4,2,genie,6.67,0.95,6.67,0.95,none,none,none,6.89 genies,genies,0.27,Noun,6,5,2,genie,none,none,6.67,0.95,none,none,none,6.89 genii,genii,0.02,Noun,5,4,2,genius,none,none,7.21,1.00,none,9.49,none,7.49 genital,genital,0.53,Adjective,7,7,3,genital,9.82,0.94,9.82,0.94,none,none,none, genitalia,genitalia,0.73,Noun,9,9,4,genitalia,11.84,1.00,11.84,1.00,none,none,none, genitals,genitals,1.24,Noun,8,8,3,genital,none,none,9.82,0.94,none,none,none, genitive,genitive,Err:512,Err:512,8,7,3,genitive,14.43,0.39,14.43,0.39,none,none,none, genius,genius,34.76,Noun,6,6,2,genius,7.21,1.00,7.21,1.00,none,9.49,none,7.49 geniuses,geniuses,2.18,Noun,8,8,3,genius,none,none,7.21,1.00,none,9.49,none,7.49 genocidal,genocidal,0.18,Adjective,9,9,4,genocidal,14.81,0.89,14.81,0.89,none,none,none, genocide,genocide,1.22,Noun,8,7,3,genocide,13.20,0.95,13.20,0.95,none,none,none, genocides,genocides,0.02,Noun,9,8,3,genocide,none,none,13.20,0.95,none,none,none, genome,genome,0.51,Noun,6,5,2,genome,15.00,0.94,15.00,0.94,none,none,none,13.51 genomes,genomes,0.04,Noun,7,6,2,genome,none,none,15.00,0.94,none,none,none,13.51 genomic,genomic,0.02,Adjective,7,7,3,genomic,13.31,0.68,13.31,0.68,none,none,none, genre,genre,1.06,Noun,5,5,2,genre,12.75,1.00,12.75,1.00,none,none,none,10.41 genres,genres,0.12,Noun,6,6,2,genre,none,none,12.75,1.00,none,none,none,10.41 gens,gens,0.02,Noun,4,4,1,gen,none,none,13.18,0.55,none,none,none, gent,gent,1.61,Noun,4,4,1,gent,11.80,0.83,11.80,0.83,none,none,10.97, genteel,genteel,0.55,Adjective,7,6,2,genteel,12.00,0.84,12.00,0.84,10.99,none,none,12.43 gentile,gentile,0.51,Noun,7,6,2,gentile,12.00,1.00,12.00,1.00,none,none,none,9.40 gentiles,gentiles,0.18,Noun,8,7,2,gentile,none,none,12.00,1.00,none,none,none,9.40 gentility,gentility,0.12,Noun,9,9,4,gentility,13.29,0.94,13.29,0.94,none,none,none, gentle,gentle,16.55,Adjective,6,6,2,gentle,4.89,1.00,4.89,1.00,6.34,none,none,6.13 gentlefolk,gentlefolk,0.04,Noun,10,9,3,gentlefolk,11.67,0.95,11.67,0.95,none,none,none, gentleman,gentleman,41.86,Noun,9,9,3,gentleman,6.89,1.00,6.89,1.00,none,6.98,none, gentlemanlike,gentlemanlike,0.06,Adjective,13,12,4,gentlemanlike,10.55,1.00,10.55,1.00,none,none,none, gentlemanliness,gentlemanliness,0.02,Noun,15,14,5,gentlemanliness,9.81,0.89,9.81,0.89,none,none,none, gentlemanly,gentlemanly,0.41,Adjective,11,11,4,gentlemanly,7.78,1.00,7.78,1.00,none,none,none, gentlemen,gentlemen,154.39,Noun,9,9,3,gentleman,none,none,6.89,1.00,none,6.98,none, gentleness,gentleness,0.35,Noun,10,9,3,gentleness,7.00,1.00,7.00,1.00,none,none,none, gentler,gentler,0.49,Adjective,7,6,2,gentle,none,none,4.89,1.00,6.34,none,none,6.13 gentles,gentles,0.24,Noun,7,7,2,gentle,none,none,4.89,1.00,6.34,none,none,6.13 gentlest,gentlest,0.18,Adjective,8,9,3,gentle,none,none,4.89,1.00,6.34,none,none,6.13 gentlewoman,gentlewoman,0.16,Noun,11,11,4,gentlewoman,10.00,1.00,10.00,1.00,none,none,none, gentlewomen,gentlewomen,0.06,Noun,11,11,4,gentlewoman,none,none,10.00,1.00,none,none,none, gentrification,gentrification,0.06,Noun,14,13,5,gentrification,15.00,0.64,15.00,0.64,none,none,none, gentry,gentry,1.33,Noun,6,6,2,gentry,14.11,1.00,14.11,1.00,none,10.92,none,12.53 gents,gents,2.94,Noun,5,5,1,gents,9.42,1.00,9.42,1.00,none,none,none, genuflect,genuflect,0.10,Verb,9,9,3,genuflect,12.43,0.39,12.43,0.39,none,none,none, genuflected,genuflected,0.02,Verb,11,11,4,genuflect,none,none,12.43,0.39,none,none,none, genuflects,genuflects,0.02,Verb,10,10,3,genuflect,none,none,12.43,0.39,none,none,none, genuine,genuine,8.20,Adjective,7,8,3,genuine,9.06,1.00,9.06,1.00,none,none,none, genus,genus,0.29,Noun,5,5,2,genus,12.33,0.75,12.33,0.75,none,none,none, geode,geode,0.06,Noun,5,4,2,geode,11.60,0.79,11.60,0.79,none,none,none, geodes,geodes,0.02,Noun,6,5,2,geode,none,none,11.60,0.79,none,none,none, geodesic,geodesic,0.06,Adjective,8,8,4,geodesic,13.33,0.47,13.33,0.47,none,none,none, geodetic,geodetic,0.04,Adjective,8,8,4,geodetic,17.86,0.33,17.86,0.33,none,none,none, geographer,geographer,0.10,Noun,10,8,4,geographer,9.67,1.00,9.67,1.00,none,none,none, geographers,geographers,0.04,Noun,11,9,4,geographer,none,none,9.67,1.00,none,none,none, geographic,geographic,1.31,Adjective,10,9,4,geographic,8.89,1.00,8.89,1.00,none,none,none, geographical,geographical,0.61,Adjective,12,11,5,geographical,10.72,0.95,10.72,0.95,none,none,none, geographies,geographies,0.04,Noun,11,9,4,geography,none,none,8.15,1.00,none,8.92,none, geography,geography,2.29,Noun,9,8,4,geography,8.15,1.00,8.15,1.00,none,8.92,none, geologic,geologic,0.06,Adjective,8,8,4,geologic,11.72,1.00,11.72,1.00,none,none,none, geological,geological,0.82,Adjective,10,10,5,geological,10.67,1.00,10.67,1.00,none,none,none, geologist,geologist,1.00,Noun,9,9,4,geologist,10.47,1.00,10.47,1.00,none,none,none, geologists,geologists,0.39,Noun,10,10,4,geologist,none,none,10.47,1.00,none,none,none, geology,geology,0.92,Noun,7,7,4,geology,10.00,1.00,10.00,1.00,11.86,none,none, geomagnetic,geomagnetic,0.04,Adjective,11,11,5,geomagnetic,16.00,0.89,16.00,0.89,none,none,none, geomancy,geomancy,0.04,Noun,8,8,4,geomancy,13.00,0.53,13.00,0.53,none,none,none, geometric,geometric,0.45,Adjective,9,9,4,geometric,10.33,1.00,10.33,1.00,none,none,none, geometrical,geometrical,0.12,Adjective,11,11,5,geometrical,9.74,1.00,9.74,1.00,none,none,none, geometry,geometry,1.84,Noun,8,8,4,geometry,11.22,1.00,11.22,1.00,none,none,none, geophone,geophone,0.02,Noun,8,6,3,geophone,13.00,0.50,13.00,0.50,none,none,none, geophones,geophones,0.04,Noun,9,7,3,geophone,none,none,13.00,0.50,none,none,none, geophysical,geophysical,0.06,Adjective,11,10,5,geophysical,12.31,0.89,12.31,0.89,none,none,none, geophysics,geophysics,0.02,Noun,10,9,4,geophysics,15.12,0.94,15.12,0.94,none,none,none, geopolitical,geopolitical,0.16,Adjective,12,12,6,geopolitical,16.82,0.85,16.82,0.85,none,none,none, geopolitics,geopolitics,0.08,Noun,11,11,5,geopolitics,14.81,0.84,14.81,0.84,none,none,none, geostationary,geostationary,0.02,Adjective,13,13,7,geostationary,14.42,0.60,14.42,0.60,none,none,none, geosynchronous,geosynchronous,0.16,Adjective,14,12,5,geosynchronous,17.25,0.38,17.25,0.38,none,none,none, geothermal,geothermal,0.16,Adjective,10,8,4,geothermal,14.12,0.89,14.12,0.89,none,none,none, geranium,geranium,0.16,Noun,8,7,4,geranium,11.41,0.89,11.41,0.89,none,none,none, geraniums,geraniums,0.24,Noun,9,8,4,geranium,none,none,11.41,0.89,none,none,none, gerbil,gerbil,0.75,Noun,6,6,2,gerbil,7.06,0.89,7.06,0.89,9.93,none,none,7.26 gerbils,gerbils,0.29,Noun,7,7,2,gerbil,none,none,7.06,0.89,9.93,none,none,7.26 geriatric,geriatric,0.53,Adjective,9,9,4,geriatric,12.81,0.80,12.81,0.80,none,none,none, geriatrics,geriatrics,0.18,Noun,10,10,4,geriatrics,14.83,1.00,14.83,1.00,none,none,none, geriatrist,geriatrist,0.02,Noun,10,10,4,geriatrist,14.62,0.72,14.62,0.72,none,none,none, germ,germ,1.25,Noun,4,3,1,germ,5.95,1.00,5.95,1.00,none,6.45,6.87, germane,germane,0.16,Adjective,7,5,2,germane,13.00,0.43,13.00,0.43,none,none,none, germanium,germanium,0.08,Noun,9,8,4,germanium,12.77,0.68,12.77,0.68,none,none,none, germfree,germfree,0.10,Adjective,8,6,2,germfree,9.05,0.95,9.05,0.95,none,none,none, germicidal,germicidal,0.02,Adjective,10,10,4,germicidal,15.36,0.74,15.36,0.74,none,none,none, germinate,germinate,0.02,Verb,9,7,3,germinate,12.80,1.00,12.80,1.00,none,none,none, germinated,germinated,0.04,Verb,10,9,4,germinate,none,none,12.80,1.00,none,none,none, germinates,germinates,0.02,Verb,10,8,3,germinate,none,none,12.80,1.00,none,none,none, germination,germination,0.02,Noun,11,9,4,germination,11.53,0.94,11.53,0.94,none,none,none, germinator,germinator,0.04,Noun,10,8,4,germinator,12.39,0.90,12.39,0.90,none,none,none, germs,germs,3.02,Noun,5,4,1,germs,5.29,1.00,5.29,1.00,none,none,none, germy,germy,0.06,Adjective,5,4,2,germy,6.74,1.00,6.74,1.00,none,none,none, gerund,gerund,Err:512,Err:512,6,6,2,gerund,13.29,0.35,13.29,0.35,none,none,none, gerunds,gerunds,0.02,Noun,7,7,2,gerund,none,none,13.29,0.35,none,none,none, gestalt,gestalt,0.16,Noun,7,7,2,gestalt,16.09,0.61,16.09,0.61,none,none,none, gestate,gestate,0.06,Verb,7,6,2,gestate,12.94,0.84,12.94,0.84,none,none,none, gestated,gestated,0.02,Verb,8,8,3,gestate,none,none,12.94,0.84,none,none,none, gestates,gestates,0.02,Verb,8,7,2,gestate,none,none,12.94,0.84,none,none,none, gestating,gestating,0.08,Verb,9,8,3,gestate,none,none,12.94,0.84,none,none,none, gestation,gestation,0.27,Noun,9,8,3,gestation,14.12,0.94,14.12,0.94,none,none,none, gestational,gestational,0.06,Adjective,11,11,5,gestational,14.40,1.00,14.40,1.00,none,none,none, gesticulate,gesticulate,0.14,Verb,11,11,4,gesticulate,13.73,0.61,13.73,0.61,none,none,none, gesture,gesture,7.43,Noun,7,5,2,gesture,11.74,1.00,11.74,1.00,none,9.75,none,9.31 gestured,gestured,0.06,Verb,8,6,2,gesture,none,none,11.74,1.00,none,9.75,none,9.31 gestures,gestures,1.88,Noun,8,6,2,gesture,none,none,11.74,1.00,none,9.75,none,9.31 get,get,4583.76,Verb,3,3,1,get,3.17,1.00,3.17,1.00,4.80,none,3.95, getaway,getaway,3.84,Noun,7,6,3,getaway,9.50,1.00,9.50,1.00,none,none,none, getaways,getaways,0.14,Noun,8,7,3,getaway,none,none,9.50,1.00,none,none,none, gets,gets,222.82,Verb,4,4,1,get,none,none,3.17,1.00,4.80,none,3.95, getter,getter,0.04,Noun,6,4,2,getter,9.40,0.75,9.40,0.75,none,none,none, getting,getting,484.69,Verb,7,5,2,get,none,none,3.17,1.00,4.80,none,3.95, getup,getup,0.84,Noun,5,5,2,getup,6.72,0.95,6.72,0.95,none,none,none, getups,getups,0.04,Noun,6,6,2,getup,none,none,6.72,0.95,none,none,none, geyser,geyser,0.22,Noun,6,4,2,geyser,10.11,1.00,10.11,1.00,none,none,none, geysers,geysers,0.06,Noun,7,5,2,geyser,none,none,10.11,1.00,none,none,none, ghastlier,ghastlier,0.02,Adjective,9,7,3,ghastly,none,none,10.33,1.00,none,none,none, ghastliest,ghastliest,0.02,Adjective,10,9,3,ghastly,none,none,10.33,1.00,none,none,none, ghastly,ghastly,2.08,Adjective,7,6,2,ghastly,10.33,1.00,10.33,1.00,none,none,none, ghat,ghat,0.06,Noun,4,3,1,ghat,15.00,0.19,15.00,0.19,none,none,none, ghee,ghee,0.10,Noun,4,2,1,ghee,16.50,0.30,16.50,0.30,none,none,none, gherkin,gherkin,0.08,Noun,7,5,2,gherkin,12.00,0.74,12.00,0.74,none,none,none, gherkins,gherkins,0.10,Noun,8,6,2,gherkin,none,none,12.00,0.74,none,none,none, ghetto,ghetto,5.53,Noun,6,4,2,ghetto,10.15,1.00,10.15,1.00,none,12.43,none,10.51 ghettoes,ghettoes,0.08,Noun,8,5,2,ghetto,none,none,10.15,1.00,none,12.43,none,10.51 ghettos,ghettos,0.22,Noun,7,5,2,ghetto,none,none,10.15,1.00,none,12.43,none,10.51 ghost,ghost,36.59,Noun,5,4,1,ghost,5.06,1.00,5.06,1.00,none,4.47,4.93, ghosting,ghosting,0.08,Verb,8,6,2,ghost,none,none,5.06,1.00,none,4.47,4.93, ghostlike,ghostlike,0.02,Adjective,9,7,2,ghostlike,9.47,1.00,9.47,1.00,none,none,none, ghostly,ghostly,0.98,Adjective,7,6,2,ghostly,8.17,1.00,8.17,1.00,none,none,none, ghosts,ghosts,14.08,Noun,6,5,1,ghost,none,none,5.06,1.00,none,4.47,4.93, ghostwrite,ghostwrite,0.02,Noun,10,7,2,ghostwrite,12.18,0.85,12.18,0.85,none,none,none, ghostwriter,ghostwriter,0.06,Noun,11,8,3,ghostwriter,12.11,1.00,12.11,1.00,none,none,none, ghoul,ghoul,1.02,Noun,5,3,1,ghoul,9.59,0.94,9.59,0.94,none,none,9.96, ghoulish,ghoulish,0.24,Adjective,8,5,2,ghoulish,11.31,0.89,11.31,0.89,none,none,none, ghouls,ghouls,0.92,Noun,6,4,1,ghoul,none,none,9.59,0.94,none,none,9.96, giant,giant,27.06,Adjective,5,5,2,giant,4.72,1.00,4.72,1.00,none,5.26,none, giantess,giantess,0.06,Noun,8,7,3,giantess,11.94,0.84,11.94,0.84,none,none,none, giants,giants,4.37,Noun,6,6,2,giant,none,none,4.72,1.00,none,5.26,none, gibber,gibber,0.04,Verb,6,5,2,gibber,11.70,0.53,11.70,0.53,none,none,none, gibbering,gibbering,0.33,Verb,9,7,3,gibber,none,none,11.70,0.53,none,none,none, gibberish,gibberish,1.86,Adjective,9,6,3,gibberish,8.79,1.00,8.79,1.00,none,none,none, gibbers,gibbers,0.08,Verb,7,6,2,gibber,none,none,11.70,0.53,none,none,none, gibbet,gibbet,0.04,Noun,6,5,2,gibbet,14.11,0.45,14.11,0.45,none,none,none, gibbeting,gibbeting,0.02,Verb,9,7,3,gibbet,none,none,14.11,0.45,none,none,none, gibe,gibe,0.04,Noun,4,3,1,gibe,13.33,0.50,13.33,0.50,none,none,none, gibes,gibes,0.06,Noun,5,4,1,gibe,none,none,13.33,0.50,none,none,none, giblet,giblet,0.10,Noun,6,6,2,giblet,11.72,0.95,11.72,0.95,none,none,none, giblets,giblets,0.27,Noun,7,7,2,giblet,none,none,11.72,0.95,none,none,none, giddiness,giddiness,0.08,Noun,9,7,3,giddiness,11.62,0.84,11.62,0.84,none,none,none, giddy,giddy,1.78,Adjective,5,4,2,giddy,9.74,1.00,9.74,1.00,none,none,none,9.85 gift,gift,64.51,Noun,4,4,1,gift,5.05,1.00,5.05,1.00,none,5.24,4.79, gifted,gifted,4.49,Adjective,6,6,2,gifted,7.94,1.00,7.94,1.00,none,none,none, gifts,gifts,14.35,Noun,5,5,1,gift,none,none,5.05,1.00,none,5.24,4.79, gig,gig,11.20,Noun,3,3,1,gig,10.56,1.00,10.56,1.00,none,11.07,9.81, gigabyte,gigabyte,0.02,Noun,8,7,3,gigabyte,12.05,1.00,12.05,1.00,none,none,none, gigabytes,gigabytes,0.16,Noun,9,8,3,gigabyte,none,none,12.05,1.00,none,none,none, gigahertz,gigahertz,0.16,Noun,9,9,3,gigahertz,15.05,0.95,15.05,0.95,none,none,none, gigantic,gigantic,3.73,Adjective,8,8,3,gigantic,6.64,1.00,6.64,1.00,none,none,none, gigantism,gigantism,0.04,Noun,9,10,4,gigantism,12.37,1.00,12.37,1.00,none,none,none, gigged,gigged,0.04,Verb,6,4,1,gig,none,none,10.56,1.00,none,11.07,9.81, giggle,giggle,1.71,Verb,6,5,2,giggle,5.48,1.00,5.48,1.00,5.48,none,none,5.08 giggled,giggled,0.22,Verb,7,6,2,giggle,none,none,5.48,1.00,5.48,none,none,5.08 giggler,giggler,0.08,Noun,7,6,3,giggler,7.69,0.89,7.69,0.89,none,none,none, gigglers,gigglers,0.02,Noun,8,7,3,giggler,none,none,7.69,0.89,none,none,none, giggles,giggles,3.33,Noun,7,6,2,giggle,none,none,5.48,1.00,5.48,none,none,5.08 giggling,giggling,4.10,Verb,8,7,3,giggle,none,none,5.48,1.00,5.48,none,none,5.08 gigolo,gigolo,1.63,Noun,6,6,3,gigolo,13.94,0.89,13.94,0.89,none,none,none, gigolos,gigolos,0.33,Noun,7,7,3,gigolo,none,none,13.94,0.89,none,none,none, gigs,gigs,1.63,Noun,4,4,1,gig,none,none,10.56,1.00,none,11.07,9.81, gild,gild,0.08,Verb,4,4,1,gild,12.42,1.00,12.42,1.00,none,none,none, gilded,gilded,0.69,Adjective,6,6,2,gilded,13.24,0.89,13.24,0.89,none,none,none, gilding,gilding,0.12,Verb,7,6,2,gild,none,none,12.42,1.00,none,none,none, gill,gill,1.71,Name,4,3,1,gill,7.39,1.00,7.39,1.00,none,none,7.65, gills,gills,1.20,Noun,5,4,1,gill,none,none,7.39,1.00,none,none,7.65, gilt,gilt,0.18,Noun,4,4,1,gilt,11.56,0.84,11.56,0.84,none,10.26,11.78, gilts,gilts,0.02,Noun,5,5,1,gilt,none,none,11.56,0.84,none,10.26,11.78, gimcrack,gimcrack,0.02,Noun,8,7,2,gimcrack,13.50,0.22,13.50,0.22,none,none,none, gimcracks,gimcracks,0.06,Noun,9,8,2,gimcrack,none,none,13.50,0.22,none,none,none, gimlet,gimlet,0.16,Noun,6,6,2,gimlet,13.50,0.78,13.50,0.78,none,none,none, gimlets,gimlets,0.10,Noun,7,7,2,gimlet,none,none,13.50,0.78,none,none,none, gimmick,gimmick,1.08,Noun,7,5,2,gimmick,11.89,1.00,11.89,1.00,none,none,none,11.49 gimmicks,gimmicks,0.49,Noun,8,6,2,gimmick,none,none,11.89,1.00,none,none,none,11.49 gimmicky,gimmicky,0.08,Adjective,8,6,3,gimmicky,10.94,0.94,10.94,0.94,none,none,none, gimp,gimp,0.94,Noun,4,4,1,gimp,11.89,1.00,11.89,1.00,none,none,none, gimped,gimped,0.02,Verb,6,5,1,gimp,none,none,11.89,1.00,none,none,none, gimps,gimps,0.08,Noun,5,5,1,gimp,none,none,11.89,1.00,none,none,none, gimpy,gimpy,0.37,Adjective,5,5,2,gimpy,13.47,0.90,13.47,0.90,none,none,none, gin,gin,11.27,Noun,3,3,1,gin,12.06,0.95,12.06,0.95,none,none,11.70, ginger,ginger,6.41,Adjective,6,5,2,ginger,8.05,1.00,8.05,1.00,6.57,none,none,8.20 gingerbread,gingerbread,0.65,Noun,11,9,3,gingerbread,6.00,1.00,6.00,1.00,none,6.09,none, gingerroot,gingerroot,0.02,Noun,10,8,3,gingerroot,13.53,0.89,13.53,0.89,none,none,none, gingersnap,gingersnap,0.02,Noun,10,9,3,gingersnap,9.11,1.00,9.11,1.00,none,none,none, gingersnaps,gingersnaps,0.02,Noun,11,10,3,gingersnap,none,none,9.11,1.00,none,none,none, gingham,gingham,0.18,Noun,7,5,2,gingham,12.12,0.80,12.12,0.80,none,none,none, gingivitis,gingivitis,0.20,Noun,10,10,4,gingivitis,12.33,1.00,12.33,1.00,none,none,none, gingko,gingko,0.24,Unclassified,6,5,2,ginkgo,none,none,14.21,0.70,none,none,none, gink,gink,0.10,Noun,4,4,1,gink,13.60,0.28,13.60,0.28,none,none,none, ginkgo,ginkgo,0.18,Noun,6,5,2,ginkgo,14.21,0.70,14.21,0.70,none,none,none, ginks,ginks,0.04,Noun,5,5,1,gink,none,none,13.60,0.28,none,none,none, ginned,ginned,0.08,Verb,6,4,1,gin,none,none,12.06,0.95,none,none,11.70, ginning,ginning,0.04,Verb,7,5,2,gin,none,none,12.06,0.95,none,none,11.70, gins,gins,0.14,Noun,4,4,1,gin,none,none,12.06,0.95,none,none,11.70, ginseng,ginseng,0.39,Noun,7,6,2,ginseng,14.32,1.00,14.32,1.00,none,none,none, gipsy,gipsy,0.16,Noun,5,5,2,gipsy,10.40,0.83,10.40,0.83,none,none,none, giraffe,giraffe,1.49,Noun,7,4,2,giraffe,5.00,1.00,5.00,1.00,6.27,none,none,4.54 giraffes,giraffes,0.61,Noun,8,5,2,giraffe,none,none,5.00,1.00,6.27,none,none,4.54 gird,gird,0.14,Verb,4,3,1,gird,12.83,0.57,12.83,0.57,none,none,none, girded,girded,0.08,Verb,6,5,2,gird,none,none,12.83,0.57,none,none,none, girder,girder,0.39,Noun,6,4,2,girder,12.00,0.80,12.00,0.80,none,none,none, girders,girders,0.14,Noun,7,5,2,girder,none,none,12.00,0.80,none,none,none, girdle,girdle,1.55,Noun,6,5,2,girdle,10.22,1.00,10.22,1.00,none,none,none,12.01 girdles,girdles,0.20,Noun,7,6,2,girdle,none,none,10.22,1.00,none,none,none,12.01 girl,girl,557.12,Noun,4,3,1,girl,4.00,1.00,4.00,1.00,none,3.88,3.25, girlfriend,girlfriend,76.10,Noun,10,8,2,girlfriend,6.26,1.00,6.26,1.00,none,none,none, girlfriends,girlfriends,8.10,Noun,11,9,2,girlfriend,none,none,6.26,1.00,none,none,none, girlhood,girlhood,0.06,Noun,8,6,2,girlhood,9.47,1.00,9.47,1.00,none,none,none, girlie,girlie,3.12,Noun,6,4,2,girlie,7.32,0.95,7.32,0.95,none,none,none, girlies,girlies,0.35,Noun,7,5,2,girlie,none,none,7.32,0.95,none,none,none, girlish,girlish,0.45,Adjective,7,5,2,girlish,8.06,1.00,8.06,1.00,none,none,none, girlishness,girlishness,0.02,Noun,11,8,3,girlishness,10.21,1.00,10.21,1.00,none,none,none, girls,girls,208.35,Noun,5,4,1,girl,none,none,4.00,1.00,none,3.88,3.25, girly,girly,1.33,Adjective,5,4,2,girly,6.81,1.00,6.81,1.00,none,none,none, girt,girt,0.04,Verb,4,3,1,gird,none,none,12.83,0.57,none,none,none, girth,girth,0.43,Noun,5,3,1,girth,10.94,0.94,10.94,0.94,none,none,11.26, gismo,gismo,0.24,Noun,5,5,2,gizmo,none,none,9.11,0.95,none,none,none,11.09 gismos,gismos,0.02,Noun,6,6,2,gizmo,none,none,9.11,0.95,none,none,none,11.09 gist,gist,1.10,Noun,4,4,1,gist,11.30,1.00,11.30,1.00,none,none,11.55, give,give,1167.82,Verb,4,3,1,give,4.28,1.00,4.28,1.00,4.68,none,3.82, giveaway,giveaway,0.78,Noun,8,6,3,giveaway,10.24,1.00,10.24,1.00,none,none,none, giveaways,giveaways,0.08,Noun,9,7,3,giveaway,none,none,10.24,1.00,none,none,none, given,given,95.12,Verb,5,5,2,give,none,none,4.28,1.00,4.68,none,3.82, giver,giver,1.16,Noun,5,4,2,giver,5.83,1.00,5.83,1.00,none,7.83,none, givers,givers,0.12,Noun,6,5,2,giver,none,none,5.83,1.00,none,7.83,none, gives,gives,64.51,Verb,5,4,1,give,none,none,4.28,1.00,4.68,none,3.82, giving,giving,110.06,Verb,6,5,2,give,none,none,4.28,1.00,4.68,none,3.82, gizmo,gizmo,1.63,Noun,5,5,2,gizmo,9.11,0.95,9.11,0.95,none,none,none,11.09 gizmos,gizmos,0.22,Noun,6,6,2,gizmo,none,none,9.11,0.95,none,none,none,11.09 gizzard,gizzard,0.45,Noun,7,5,2,gizzard,10.63,1.00,10.63,1.00,none,none,none, gizzards,gizzards,0.14,Noun,8,7,2,gizzard,none,none,10.63,1.00,none,none,none, glabrous,glabrous,Err:512,Err:512,8,7,2,glabrous,8.00,0.05,8.00,0.05,none,none,none, glace,glace,0.10,Noun,5,4,1,glace,11.55,0.55,11.55,0.55,none,none,none, glacial,glacial,0.12,Adjective,7,6,2,glacial,10.58,1.00,10.58,1.00,none,11.81,none, glaciated,glaciated,0.02,Adjective,9,9,4,glaciated,12.71,0.74,12.71,0.74,none,none,none, glacier,glacier,0.75,Noun,7,5,2,glacier,8.05,1.00,8.05,1.00,none,none,none,8.28 glaciers,glaciers,0.16,Noun,8,6,2,glacier,none,none,8.05,1.00,none,none,none,8.28 glad,glad,171.37,Adjective,4,4,1,glad,5.79,1.00,5.79,1.00,none,6.33,5.14, gladden,gladden,0.04,Verb,7,6,2,gladden,11.00,0.74,11.00,0.74,none,none,none, gladder,gladder,0.02,Adjective,7,5,2,glad,none,none,5.79,1.00,none,6.33,5.14, glade,glade,0.39,Noun,5,4,1,glade,10.71,0.89,10.71,0.89,none,none,12.07, glades,glades,0.98,Noun,6,5,1,glade,none,none,10.71,0.89,none,none,12.07, gladiator,gladiator,0.78,Noun,9,8,4,gladiator,8.56,1.00,8.56,1.00,none,none,none, gladiators,gladiators,0.98,Noun,10,9,4,gladiator,none,none,8.56,1.00,none,none,none, gladiola,gladiola,0.02,Noun,8,8,4,gladiola,12.08,0.65,12.08,0.65,none,none,none, gladiolas,gladiolas,0.14,Noun,9,9,4,gladiola,none,none,12.08,0.65,none,none,none, gladioli,gladioli,0.06,Noun,8,8,4,gladiolus,none,none,15.15,0.65,none,none,none, gladiolus,gladiolus,0.04,Noun,9,9,4,gladiolus,15.15,0.65,15.15,0.65,none,none,none, gladness,gladness,0.31,Noun,8,7,2,gladness,8.00,1.00,8.00,1.00,none,none,none, gladsome,gladsome,Err:512,Err:512,8,7,2,gladsome,15.30,0.53,15.30,0.53,none,none,none, glair,glair,0.02,Verb,5,5,2,glair,10.92,0.67,10.92,0.67,none,none,none, glam,glam,0.33,Adjective,4,4,1,glam,11.00,0.89,11.00,0.89,none,none,none, glamorize,glamorise,0.02,Verb,9,7,3,glamorize,10.90,1.00,10.90,1.00,none,none,none, glamorizes,glamorises,0.02,Verb,10,9,4,glamorize,none,none,10.90,1.00,none,none,none, glamorizing,glamorising,0.06,Verb,11,9,4,glamorize,none,none,10.90,1.00,none,none,none, glamorous,glamorous,2.96,Adjective,9,7,3,glamorous,9.21,1.00,9.21,1.00,9.43,none,none, glamour,glamour,3.12,Noun,7,5,2,glamour,9.11,1.00,9.11,1.00,none,9.62,none,8.20 glance,glance,3.43,Noun,6,5,1,glance,9.22,1.00,9.22,1.00,none,8.98,7.91, glanced,glanced,0.63,Verb,7,6,1,glance,none,none,9.22,1.00,none,8.98,7.91, glances,glances,0.73,Noun,7,7,2,glance,none,none,9.22,1.00,none,8.98,7.91, glancing,glancing,0.41,Verb,8,7,2,glance,none,none,9.22,1.00,none,8.98,7.91, gland,gland,1.51,Noun,5,5,1,gland,10.61,1.00,10.61,1.00,none,none,10.46, glands,glands,1.63,Noun,6,6,1,gland,none,none,10.61,1.00,none,none,10.46, glandular,glandular,0.25,Adjective,9,8,3,glandular,14.62,0.89,14.62,0.89,none,none,none, glare,glare,1.61,Noun,5,4,1,glare,9.33,1.00,9.33,1.00,none,8.81,8.33, glared,glared,0.16,Verb,6,5,1,glare,none,none,9.33,1.00,none,8.81,8.33, glares,glares,0.04,Verb,6,5,1,glare,none,none,9.33,1.00,none,8.81,8.33, glary,glary,0.02,Noun,5,5,2,glary,12.00,0.65,12.00,0.65,none,none,none, glasnost,glasnost,0.18,Noun,8,8,2,glasnost,16.18,0.55,16.18,0.55,none,none,none, glass,glass,60.71,Noun,5,4,1,glass,4.47,1.00,4.47,1.00,4.84,none,5.34, glasses,glasses,33.12,Noun,7,6,2,glasses,4.35,1.00,4.35,1.00,none,none,none, glassful,glassful,0.06,Noun,8,7,2,glassful,7.33,0.95,7.33,0.95,none,none,none, glasshouse,glasshouse,0.02,Noun,10,7,2,glasshouse,9.26,1.00,9.26,1.00,none,none,none, glassine,glassine,0.02,Verb,8,6,2,glassine,15.29,0.37,15.29,0.37,none,none,none, glassmaking,glassmaking,0.04,Verb,11,9,3,glassmaking,9.26,1.00,9.26,1.00,none,none,none, glassware,glassware,0.14,Noun,9,7,2,glassware,9.72,1.00,9.72,1.00,none,none,none, glasswork,glasswork,0.04,Noun,9,7,2,glasswork,10.68,1.00,10.68,1.00,none,none,none, glassy,glassy,0.35,Adjective,6,5,2,glassy,8.05,1.00,8.05,1.00,none,none,none, glaucoma,glaucoma,0.61,Noun,8,7,3,glaucoma,14.10,1.00,14.10,1.00,none,none,none, glaze,glaze,0.88,Noun,5,4,1,glaze,8.42,1.00,8.42,1.00,none,none,8.82, glazed,glazed,0.98,Adjective,6,5,1,glazed,7.19,1.00,7.19,1.00,none,none,none, glazes,glazes,0.02,Noun,6,6,2,glaze,none,none,8.42,1.00,none,none,8.82, glazier,glazier,0.04,Adjective,7,6,3,glazier,14.67,0.86,14.67,0.86,10.16,none,none, glazing,glazing,0.10,Verb,7,6,2,glaze,none,none,8.42,1.00,none,none,8.82, gleam,gleam,0.98,Noun,5,4,1,gleam,11.62,1.00,11.62,1.00,none,8.03,9.89, gleamed,gleamed,0.06,Verb,7,5,1,gleam,none,none,11.62,1.00,none,8.03,9.89, gleaming,gleaming,0.71,Adjective,8,6,2,gleaming,8.79,1.00,8.79,1.00,none,none,none, gleams,gleams,0.12,Verb,6,5,1,gleam,none,none,11.62,1.00,none,8.03,9.89, glean,glean,0.04,Verb,5,4,1,glean,12.43,0.70,12.43,0.70,none,none,none, gleaned,gleaned,0.06,Verb,7,5,1,glean,none,none,12.43,0.70,none,none,none, gleaner,gleaner,0.04,Noun,7,5,2,gleaner,15.10,0.56,15.10,0.56,none,none,none, gleaning,gleaning,0.06,Verb,8,6,2,glean,none,none,12.43,0.70,none,none,none, glebe,glebe,Err:512,Err:512,5,4,1,glebe,15.00,0.10,15.00,0.10,none,none,none, glee,glee,1.14,Noun,4,3,1,glee,9.28,0.95,9.28,0.95,8.77,none,8.54, gleeful,gleeful,0.14,Adjective,7,6,2,gleeful,10.94,1.00,10.94,1.00,none,none,none, glen,glen,7.18,Name,4,4,1,glen,10.69,1.00,10.69,1.00,none,none,10.97, glengarry,glengarry,0.06,Name,9,8,3,glengarry,14.33,0.14,14.33,0.14,none,none,none, glens,glens,0.16,Noun,5,5,1,glen,none,none,10.69,1.00,none,none,10.97, glib,glib,0.80,Adjective,4,4,1,glib,13.40,0.56,13.40,0.56,none,none,13.32, glibness,glibness,0.06,Noun,8,7,2,glibness,13.31,0.65,13.31,0.65,none,none,none, glide,glide,2.35,Verb,5,4,1,glide,7.72,1.00,7.72,1.00,7.80,none,7.79, glided,glided,0.12,Verb,6,6,2,glide,none,none,7.72,1.00,7.80,none,7.79, glider,glider,0.69,Noun,6,5,2,glider,10.47,1.00,10.47,1.00,none,none,none, gliders,gliders,0.33,Noun,7,6,2,glider,none,none,10.47,1.00,none,none,none, glides,glides,0.16,Verb,6,5,1,glide,none,none,7.72,1.00,7.80,none,7.79, glimmer,glimmer,0.78,Noun,7,5,2,glimmer,10.22,1.00,10.22,1.00,none,none,none,9.40 glimmers,glimmers,0.08,Noun,8,6,2,glimmer,none,none,10.22,1.00,none,none,none,9.40 glimpse,glimpse,3.35,Noun,7,6,1,glimpse,9.24,0.94,9.24,0.94,none,8.92,10.25, glimpsed,glimpsed,0.27,Verb,8,7,1,glimpse,none,none,9.24,0.94,none,8.92,10.25, glimpses,glimpses,0.33,Noun,8,8,2,glimpse,none,none,9.24,0.94,none,8.92,10.25, glimpsing,glimpsing,0.06,Verb,9,8,2,glimpse,none,none,9.24,0.94,none,8.92,10.25, glint,glint,0.31,Noun,5,5,1,glint,12.46,0.72,12.46,0.72,none,none,11.04, glinted,glinted,0.02,Verb,7,7,2,glint,none,none,12.46,0.72,none,none,11.04, glinting,glinting,0.06,Verb,8,7,2,glint,none,none,12.46,0.72,none,none,11.04, glints,glints,0.04,Noun,6,6,1,glint,none,none,12.46,0.72,none,none,11.04, glissando,glissando,0.10,Noun,9,8,3,glissando,17.71,0.35,17.71,0.35,none,none,none, glisten,glisten,0.43,Verb,7,6,2,glisten,9.21,1.00,9.21,1.00,none,none,none, glistened,glistened,0.04,Verb,9,7,2,glisten,none,none,9.21,1.00,none,none,none, glistens,glistens,0.06,Verb,8,7,2,glisten,none,none,9.21,1.00,none,none,none, glitch,glitch,2.02,Noun,6,4,1,glitch,11.86,1.00,11.86,1.00,none,none,none, glitches,glitches,0.45,Noun,8,6,2,glitch,none,none,11.86,1.00,none,none,none, glitter,glitter,2.04,Noun,7,5,2,glitter,5.22,1.00,5.22,1.00,6.53,none,none,5.62 glitterati,glitterati,0.04,Noun,10,9,4,glitterati,17.14,0.37,17.14,0.37,none,none,none, glittered,glittered,0.14,Verb,9,6,2,glitter,none,none,5.22,1.00,6.53,none,none,5.62 glittering,glittering,0.31,Adjective,10,7,3,glittering,6.35,1.00,6.35,1.00,none,none,none, glitters,glitters,0.37,Noun,8,6,2,glitter,none,none,5.22,1.00,6.53,none,none,5.62 glittery,glittery,0.12,Adjective,8,6,3,glittery,4.94,1.00,4.94,1.00,none,none,none, glitz,glitz,0.12,Noun,5,5,1,glitz,12.00,0.94,12.00,0.94,none,none,none, glitzy,glitzy,0.10,Adjective,6,6,2,glitzy,10.17,0.95,10.17,0.95,none,none,none, gloaming,gloaming,0.08,Noun,8,6,2,gloaming,12.23,0.72,12.23,0.72,none,none,none, gloat,gloat,1.57,Verb,5,4,1,gloat,11.16,1.00,11.16,1.00,none,none,10.03, gloated,gloated,0.02,Verb,7,6,2,gloat,none,none,11.16,1.00,none,none,10.03, gloater,gloater,0.06,Noun,7,5,2,gloater,12.39,1.00,12.39,1.00,none,none,none, gloaters,gloaters,0.06,Noun,8,6,2,gloater,none,none,12.39,1.00,none,none,none, gloating,gloating,0.86,Verb,8,6,2,gloat,none,none,11.16,1.00,none,none,10.03, glob,glob,0.12,Noun,4,4,1,glob,7.41,0.89,7.41,0.89,none,none,7.35, global,global,6.29,Adjective,6,6,2,global,9.78,1.00,9.78,1.00,none,9.30,none, globalization,globalisation,0.27,Noun,13,12,5,globalization,15.64,1.00,15.64,1.00,none,none,none, globe,globe,5.22,Noun,5,4,1,globe,6.50,1.00,6.50,1.00,none,7.30,6.26, globes,globes,0.35,Noun,6,5,1,globe,none,none,6.50,1.00,none,7.30,6.26, globetrotter,globetrotter,0.16,Noun,12,9,3,globetrotter,8.90,1.00,8.90,1.00,none,none,none, globetrotters,globetrotters,0.24,Name,13,10,3,globetrotter,none,none,8.90,1.00,none,none,none, globetrotting,globetrotting,0.02,Adjective,13,10,3,globetrotting,12.53,0.94,12.53,0.94,none,none,none, globs,globs,0.24,Noun,5,5,1,glob,none,none,7.41,0.89,none,none,7.35, globular,globular,0.12,Adjective,8,8,3,globular,13.76,0.94,13.76,0.94,none,none,none, globule,globule,0.04,Noun,7,7,2,globule,12.33,0.67,12.33,0.67,none,none,none, globules,globules,0.12,Noun,8,8,2,globule,none,none,12.33,0.67,none,none,none, globulin,globulin,0.10,Noun,8,9,3,globulin,15.83,0.95,15.83,0.95,none,none,none, globulins,globulins,0.02,Noun,9,10,3,globulin,none,none,15.83,0.95,none,none,none, glockenspiel,glockenspiel,0.18,Noun,12,10,3,glockenspiel,13.08,0.65,13.08,0.65,none,none,none, glockenspiels,glockenspiels,0.06,Noun,13,10,3,glockenspiel,none,none,13.08,0.65,none,none,none, glom,glom,0.10,Verb,4,4,1,glom,13.14,0.39,13.14,0.39,none,none,none, glommed,glommed,0.04,Verb,7,5,1,glom,none,none,13.14,0.39,none,none,none, gloom,gloom,1.16,Noun,5,4,1,gloom,9.00,1.00,9.00,1.00,7.66,8.98,8.40, glooming,glooming,0.04,Adjective,8,6,2,glooming,9.36,0.78,9.36,0.78,none,none,none, glooms,glooms,0.04,Noun,6,5,1,gloom,none,none,9.00,1.00,7.66,8.98,8.40, gloomy,gloomy,2.41,Adjective,6,5,2,gloomy,9.28,1.00,9.28,1.00,none,none,none, glop,glop,0.04,Noun,4,4,1,glop,9.00,0.83,9.00,0.83,none,none,none, gloppy,gloppy,0.02,Adjective,6,5,2,gloppy,10.47,0.85,10.47,0.85,none,none,none, glories,glories,0.45,Noun,7,6,2,glory,none,none,7.40,1.00,none,8.26,none,7.88 glorification,glorification,0.06,Noun,13,12,5,glorification,11.74,1.00,11.74,1.00,none,none,none, glorified,glorified,1.22,Adjective,9,8,3,glorified,9.50,1.00,9.50,1.00,none,none,none, glorifies,glorifies,0.04,Verb,9,8,3,glorify,none,none,11.39,1.00,none,none,none, glorify,glorify,0.37,Verb,7,7,3,glorify,11.39,1.00,11.39,1.00,none,none,none, glorifying,glorifying,0.25,Verb,10,9,4,glorify,none,none,11.39,1.00,none,none,none, glorious,glorious,9.29,Adjective,8,7,3,glorious,8.21,1.00,8.21,1.00,none,none,none, glory,glory,21.49,Noun,5,5,2,glory,7.40,1.00,7.40,1.00,none,8.26,none,7.88 gloss,gloss,1.45,Noun,5,4,1,gloss,9.90,1.00,9.90,1.00,none,none,8.26, glossary,glossary,0.04,Noun,8,6,3,glossary,9.06,0.94,9.06,0.94,none,none,none, glossed,glossed,0.06,Verb,7,5,1,gloss,none,none,9.90,1.00,none,none,8.26, glossier,glossier,0.02,Adjective,8,6,3,glossy,none,none,8.28,1.00,none,none,none, glossies,glossies,0.02,Noun,8,6,2,glossy,none,none,8.28,1.00,none,none,none, glossing,glossing,0.10,Verb,8,6,2,gloss,none,none,9.90,1.00,none,none,8.26, glossless,glossless,0.02,Adjective,9,7,2,glossless,11.88,0.85,11.88,0.85,none,none,none, glossy,glossy,0.47,Adjective,6,5,2,glossy,8.28,1.00,8.28,1.00,none,none,none, glottal,glottal,0.02,Adjective,7,6,2,glottal,15.67,0.29,15.67,0.29,none,none,none, glottis,glottis,0.02,Noun,7,6,2,glottis,13.92,0.67,13.92,0.67,none,none,none, glove,glove,10.10,Noun,5,4,1,glove,4.30,1.00,4.30,1.00,none,4.73,5.33, gloved,gloved,0.16,Adjective,6,5,1,gloved,6.94,0.95,6.94,0.95,none,none,none, gloves,gloves,16.24,Noun,6,5,1,glove,none,none,4.30,1.00,none,4.73,5.33, glow,glow,5.75,Noun,4,3,1,glow,6.28,1.00,6.28,1.00,none,6.50,6.13, glowed,glowed,0.29,Verb,6,4,1,glow,none,none,6.28,1.00,none,6.50,6.13, glows,glows,0.82,Verb,5,4,1,glow,none,none,6.28,1.00,none,6.50,6.13, glowworm,glow-worm,0.04,Noun,8,6,2,glowworm,9.19,0.84,9.19,0.84,none,none,none, glowworms,glow-worms,0.02,Noun,9,7,2,glowworm,none,none,9.19,0.84,none,none,none, glucose,glucose,1.43,Noun,7,6,2,glucose,13.78,1.00,13.78,1.00,none,none,none,12.75 glue,glue,5.88,Noun,4,3,1,glue,4.67,1.00,4.67,1.00,5.62,none,4.53, glued,glued,2.25,Verb,5,4,1,glue,none,none,4.67,1.00,5.62,none,4.53, glues,glues,0.16,Noun,5,4,1,glue,none,none,4.67,1.00,5.62,none,4.53, gluey,gluey,0.06,Noun,5,4,2,gluey,7.56,0.95,7.56,0.95,none,none,none, gluing,gluing,0.22,Verb,6,5,2,glue,none,none,4.67,1.00,5.62,none,4.53, glum,glum,1.02,Adjective,4,4,1,glum,10.15,1.00,10.15,1.00,none,none,9.24, gluon,gluon,0.06,Noun,5,6,2,gluon,15.29,0.37,15.29,0.37,none,none,none, glut,glut,0.14,Noun,4,4,1,glut,12.87,0.83,12.87,0.83,none,10.81,11.85, glutamate,glutamate,0.10,Noun,9,8,3,glutamate,17.73,0.55,17.73,0.55,none,none,none, glutathione,glutathione,0.02,Noun,11,9,4,glutathione,16.00,0.18,16.00,0.18,none,none,none, gluten,gluten,0.16,Noun,6,6,2,gluten,15.25,0.89,15.25,0.89,none,none,none, gluteus,gluteus,0.14,Noun,7,7,3,gluteus,13.50,0.90,13.50,0.90,none,none,none, glutinous,glutinous,0.02,Adjective,9,8,3,glutinous,14.32,0.95,14.32,0.95,none,none,none, gluts,gluts,0.02,Verb,5,5,1,glut,none,none,12.87,0.83,none,10.81,11.85, glutton,glutton,0.61,Noun,7,6,2,glutton,12.22,1.00,12.22,1.00,none,none,none,12.01 gluttonous,gluttonous,0.12,Adjective,10,8,3,gluttonous,13.60,0.79,13.60,0.79,none,none,none, gluttons,gluttons,0.14,Noun,8,7,2,glutton,none,none,12.22,1.00,none,none,none,12.01 gluttony,gluttony,0.35,Noun,8,7,3,gluttony,10.76,0.94,10.76,0.94,none,none,none, glycerin,glycerine,0.14,Noun,8,8,3,glycerin,14.26,0.95,14.26,0.95,none,none,none, glycerine,glycerine,0.04,0.04,9,8,3,glycerine,13.45,1.00,13.45,1.00,none,none,none, glycerol,glycerol,0.04,Noun,8,7,3,glycerol,14.71,0.89,14.71,0.89,none,none,none, glycogen,glycogen,0.02,Noun,8,8,3,glycogen,14.43,0.70,14.43,0.70,none,none,none, glycol,glycol,0.10,Noun,6,6,2,glycol,15.08,0.63,15.08,0.63,none,none,none, glycoside,glycoside,0.06,Noun,9,8,3,glycoside,16.78,0.47,16.78,0.47,none,none,none, glyph,glyph,0.10,Noun,5,4,1,glyph,12.69,0.72,12.69,0.72,none,none,none, glyphs,glyphs,0.08,Noun,6,5,1,glyph,none,none,12.69,0.72,none,none,none, gnarl,gnarl,Err:512,Err:512,5,4,1,gnarl,11.35,0.85,11.35,0.85,none,none,none, gnarled,gnarled,0.06,Adjective,7,5,1,gnarled,11.00,0.95,11.00,0.95,none,none,none, gnarly,gnarly,1.06,Adverb,6,5,2,gnarly,11.45,0.86,11.45,0.86,none,none,none,10.32 gnash,gnash,0.10,Verb,5,3,1,gnash,10.84,1.00,10.84,1.00,none,none,11.93, gnashes,gnashes,0.02,Verb,7,5,2,gnash,none,none,10.84,1.00,none,none,11.93, gnat,gnat,0.43,Noun,4,3,1,gnat,10.10,1.00,10.10,1.00,none,none,7.77, gnats,gnats,0.27,Noun,5,4,1,gnat,none,none,10.10,1.00,none,none,7.77, gnaw,gnaw,0.37,Verb,4,2,1,gnaw,10.37,0.90,10.37,0.90,none,none,8.40, gnawed,gnawed,0.35,Verb,6,3,1,gnaw,none,none,10.37,0.90,none,none,8.40, gnawing,gnawing,0.41,Verb,7,4,2,gnaw,none,none,10.37,0.90,none,none,8.40, gnaws,gnaws,0.14,Verb,5,3,1,gnaw,none,none,10.37,0.90,none,none,8.40, gnocchi,gnocchi,0.18,Noun,7,4,2,gnocchi,15.75,0.63,15.75,0.63,none,none,none, gnome,gnome,0.63,Noun,5,3,1,gnome,8.94,0.95,8.94,0.95,none,none,9.31, gnomes,gnomes,0.39,Noun,6,4,1,gnome,none,none,8.94,0.95,none,none,9.31, gnu,gnu,0.80,Noun,3,2,1,gnu,11.27,0.58,11.27,0.58,10.94,none,none, go,go,3793.04,Verb,2,2,1,go,3.37,1.00,3.37,1.00,4.37,none,3.05, goad,goad,0.14,Verb,4,3,1,goad,13.14,0.74,13.14,0.74,none,none,none, goaded,goaded,0.18,Verb,6,5,2,goad,none,none,13.14,0.74,none,none,none, goal,goal,16.75,Noun,4,3,1,goal,6.89,1.00,6.89,1.00,none,5.98,6.10, goalie,goalie,1.43,Noun,6,4,2,goalie,7.79,1.00,7.79,1.00,none,none,none,7.49 goalies,goalies,0.06,Noun,7,5,2,goalie,none,none,7.79,1.00,none,none,none,7.49 goalkeeper,goalkeeper,0.31,Noun,10,7,3,goalkeeper,8.00,0.95,8.00,0.95,none,none,none, goalkeepers,goalkeepers,0.02,Noun,11,8,3,goalkeeper,none,none,8.00,0.95,none,none,none, goalkeeping,goalkeeping,0.02,Noun,11,8,3,goalkeeping,7.89,1.00,7.89,1.00,none,none,none, goalpost,goalpost,0.25,Noun,8,7,2,goalpost,9.83,1.00,9.83,1.00,none,none,none, goalposts,goalposts,0.02,Noun,9,8,2,goalpost,none,none,9.83,1.00,none,none,none, goals,goals,5.14,Noun,5,4,1,goal,none,none,6.89,1.00,none,5.98,6.10, goaltender,goaltender,0.10,Noun,10,8,3,goaltender,9.24,0.94,9.24,0.94,none,none,none, goaltending,goaltending,0.02,Verb,11,9,3,goaltending,10.37,1.00,10.37,1.00,none,none,none, goanna,goanna,0.06,Noun,6,4,2,goanna,13.67,0.17,13.67,0.17,none,none,none, goat,goat,10.53,Noun,4,3,1,goat,5.21,1.00,5.21,1.00,5.27,4.28,4.25, goatee,goatee,1.06,Noun,6,4,2,goatee,11.78,1.00,11.78,1.00,none,none,none,11.29 goateed,goateed,0.06,Noun,7,6,3,goateed,12.69,0.89,12.69,0.89,none,none,none, goatees,goatees,0.04,Noun,7,5,2,goatee,none,none,11.78,1.00,none,none,none,11.29 goatherd,goatherd,0.16,Noun,8,6,2,goatherd,8.80,0.75,8.80,0.75,none,none,none, goats,goats,2.65,Noun,5,4,1,goat,none,none,5.21,1.00,5.27,4.28,4.25, goatskin,goatskin,0.06,Noun,8,7,2,goatskin,10.25,0.84,10.25,0.84,none,none,none, goatskins,goatskins,0.04,Noun,9,8,2,goatskin,none,none,10.25,0.84,none,none,none, gob,gob,11.14,Name,3,3,1,gob,11.84,0.62,11.84,0.62,none,none,9.92, gobbet,gobbet,0.02,Noun,6,5,2,gobbet,11.29,0.39,11.29,0.39,none,none,none, gobbets,gobbets,0.02,Noun,7,6,2,gobbet,none,none,11.29,0.39,none,none,none, gobble,gobble,2.35,Verb,6,5,2,gobble,5.58,1.00,5.58,1.00,none,none,none,6.68 gobbled,gobbled,0.20,Verb,7,6,2,gobble,none,none,5.58,1.00,none,none,none,6.68 gobbledygook,gobbledygook,0.37,Noun,12,10,4,gobbledygook,10.00,0.71,10.00,0.71,none,none,none, gobbler,gobbler,0.31,Noun,7,6,3,gobbler,8.94,0.89,8.94,0.89,none,none,none, gobblers,gobblers,0.04,Noun,8,7,3,gobbler,none,none,8.94,0.89,none,none,none, gobbles,gobbles,0.08,Verb,7,6,2,gobble,none,none,5.58,1.00,none,none,none,6.68 gobbling,gobbling,0.45,Verb,8,7,3,gobble,none,none,5.58,1.00,none,none,none,6.68 gobies,gobies,0.02,Noun,6,5,2,goby,none,none,12.40,0.53,none,none,none, goblet,goblet,0.37,Noun,6,6,2,goblet,11.44,1.00,11.44,1.00,none,9.96,none, goblets,goblets,0.18,Noun,7,7,2,goblet,none,none,11.44,1.00,none,9.96,none, goblin,goblin,0.94,Noun,6,6,2,goblin,7.67,1.00,7.67,1.00,none,none,none,7.26 goblins,goblins,1.27,Noun,7,7,2,goblin,none,none,7.67,1.00,none,none,none,7.26 gobs,gobs,0.22,Noun,4,4,1,gob,none,none,11.84,0.62,none,none,9.92, gobstopper,gobstopper,0.02,Noun,10,8,3,gobstopper,7.88,0.94,7.88,0.94,none,none,none, gobstoppers,gobstoppers,0.08,Noun,11,9,3,gobstopper,none,none,7.88,0.94,none,none,none, goby,goby,0.04,Noun,4,4,2,goby,12.40,0.53,12.40,0.53,none,none,none, god,god,903.16,Name,3,3,1,god,4.35,1.00,4.35,1.00,none,none,3.82, godchild,godchild,0.04,Noun,8,7,2,godchild,8.06,1.00,8.06,1.00,none,none,none, godchildren,godchildren,0.02,Noun,11,10,3,godchild,none,none,8.06,1.00,none,none,none, goddamn,goddamn,114.02,Adjective,7,6,2,goddamn,7.69,0.89,7.69,0.89,none,none,none, goddamned,goddamned,4.88,Adjective,9,6,2,goddamned,9.95,1.00,9.95,1.00,none,none,none, goddaughter,goddaughter,0.29,Noun,11,6,3,goddaughter,8.05,1.00,8.05,1.00,none,none,none, goddaughters,goddaughters,0.22,Noun,12,7,3,goddaughter,none,none,8.05,1.00,none,none,none, goddess,goddess,8.76,Noun,7,5,2,goddess,8.37,1.00,8.37,1.00,none,9.13,none,9.22 goddesses,goddesses,0.55,Noun,9,7,3,goddess,none,none,8.37,1.00,none,9.13,none,9.22 godfather,godfather,5.45,Noun,9,7,3,godfather,8.47,1.00,8.47,1.00,none,none,none, godfathers,godfathers,0.24,Noun,10,8,3,godfather,none,none,8.47,1.00,none,none,none, godforsaken,godforsaken,1.47,Adjective,11,11,4,godforsaken,11.25,1.00,11.25,1.00,none,none,none, godhead,godhead,0.06,Noun,7,6,2,godhead,14.00,0.80,14.00,0.80,none,12.02,none, godhood,godhood,0.12,Noun,7,6,2,godhood,14.77,0.65,14.77,0.65,none,none,none, godless,godless,0.82,Adjective,7,6,2,godless,9.78,1.00,9.78,1.00,none,none,none, godlessness,godlessness,0.10,Noun,11,9,3,godlessness,11.06,0.95,11.06,0.95,none,none,none, godlike,godlike,0.41,Adjective,7,6,2,godlike,7.55,1.00,7.55,1.00,none,none,none, godliness,godliness,0.33,Noun,9,8,3,godliness,9.14,1.00,9.14,1.00,none,none,none, godly,godly,0.29,Adjective,5,5,2,godly,8.84,1.00,8.84,1.00,none,none,none, godmother,godmother,1.61,Noun,9,7,3,godmother,6.95,1.00,6.95,1.00,7.01,none,none, godmothers,godmothers,0.06,Noun,10,8,3,godmother,none,none,6.95,1.00,7.01,none,none, godparent,godparent,0.08,Noun,9,9,3,godparent,7.71,0.94,7.71,0.94,none,none,none, godparents,godparents,0.22,Noun,10,10,3,godparent,none,none,7.71,0.94,none,none,none, gods,gods,21.24,Noun,4,4,1,god,none,none,4.35,1.00,none,none,3.82, godsend,godsend,0.88,Noun,7,7,2,godsend,11.56,0.95,11.56,0.95,none,none,none, godson,godson,0.94,Noun,6,6,2,godson,9.94,0.94,9.94,0.94,none,none,none, godsons,godsons,0.02,Noun,7,7,2,godson,none,none,9.94,0.94,none,none,none, goes,goes,217.27,Verb,4,3,1,go,none,none,3.37,1.00,4.37,none,3.05, gofer,gofer,0.31,Noun,5,5,2,gofer,8.81,0.84,8.81,0.84,none,none,none, gofers,gofers,0.02,Noun,6,6,2,gofer,none,none,8.81,0.84,none,none,none, goggle,goggle,0.53,Verb,6,5,2,goggle,9.44,1.00,9.44,1.00,none,none,none,8.20 goggles,goggles,2.10,Noun,7,6,2,goggles,7.05,1.00,7.05,1.00,none,none,none, going,going,2123.29,Verb,5,4,2,going,5.41,1.00,5.41,1.00,none,none,none,4.97 goings,goings,0.35,Noun,6,5,2,going,none,none,5.41,1.00,none,none,none,4.97 goiter,goitre,0.20,Noun,6,4,2,goiter,16.00,0.63,16.00,0.63,none,none,none, goiters,goitres,0.04,Noun,7,6,2,goiter,none,none,16.00,0.63,none,none,none, gokart,gocart,Err:512,Err:512,6,6,2,gokart,8.81,0.85,8.81,0.85,none,none,none, gold,gold,78.94,Noun,4,4,1,gold,7.10,1.00,7.10,1.00,5.64,5.64,5.27, goldbeater,goldbeater,Err:512,Err:512,10,8,3,goldbeater,15.83,0.29,15.83,0.29,none,none,none, goldbrick,goldbrick,0.18,Noun,9,8,2,goldbrick,12.00,0.84,12.00,0.84,none,none,none, goldbricker,goldbricker,0.02,Noun,11,9,3,goldbricker,13.17,0.67,13.17,0.67,none,none,none, goldbrickers,goldbrickers,0.04,Noun,12,10,3,goldbricker,none,none,13.17,0.67,none,none,none, goldbricks,goldbricks,0.08,Noun,10,9,2,goldbrick,none,none,12.00,0.84,none,none,none, golden,golden,23.27,Adjective,6,6,2,golden,6.94,1.00,6.94,1.00,none,none,none, goldenrod,goldenrod,0.12,Verb,9,9,3,goldenrod,10.19,0.84,10.19,0.84,none,none,none, goldenseal,goldenseal,0.02,Adjective,10,9,3,goldenseal,14.55,0.55,14.55,0.55,none,none,none, goldfish,goldfish,3.04,Noun,8,7,2,goldfish,4.50,1.00,4.50,1.00,5.07,none,none, goldmine,goldmine,0.27,Noun,8,7,2,goldmine,8.56,1.00,8.56,1.00,none,none,none, goldmines,goldmines,0.02,Noun,9,8,2,goldmine,none,none,8.56,1.00,none,none,none, goldsmith,goldsmith,0.33,Noun,9,8,2,goldsmith,10.17,1.00,10.17,1.00,none,none,none, goldsmiths,goldsmiths,0.02,Noun,10,9,2,goldsmith,none,none,10.17,1.00,none,none,none, golem,golem,0.27,Noun,5,5,2,golem,14.85,0.72,14.85,0.72,none,none,none, golems,golems,0.02,Noun,6,6,2,golem,none,none,14.85,0.72,none,none,none, golf,golf,25.53,Noun,4,4,1,golf,7.16,1.00,7.16,1.00,8.60,6.56,6.72, golfer,golfer,1.10,Noun,6,5,2,golfer,7.16,1.00,7.16,1.00,8.50,none,none, golfers,golfers,0.55,Noun,7,6,2,golfer,none,none,7.16,1.00,8.50,none,none, golfing,golfing,1.55,Noun,7,6,2,golfing,7.68,1.00,7.68,1.00,none,none,none, golliwog,golliwog,0.04,Noun,8,7,3,golliwog,16.18,0.61,16.18,0.61,none,none,none, golly,golly,5.16,Interjection,5,4,2,golly,7.83,1.00,7.83,1.00,none,none,none,8.87 gonad,gonad,0.22,Noun,5,5,2,gonad,11.67,0.83,11.67,0.83,none,none,none, gonads,gonads,0.47,Noun,6,6,2,gonad,none,none,11.67,0.83,none,none,none, gondola,gondola,0.73,Noun,7,7,3,gondola,10.21,0.90,10.21,0.90,none,10.02,none, gondolas,gondolas,0.10,Noun,8,8,3,gondola,none,none,10.21,0.90,none,10.02,none, gondolier,gondolier,0.18,Adjective,9,8,3,gondolier,14.13,0.79,14.13,0.79,none,none,none, gone,gone,296.76,Verb,4,3,1,go,none,none,3.37,1.00,4.37,none,3.05, goner,goner,1.53,Noun,5,4,2,goner,9.35,0.91,9.35,0.91,none,none,none, goners,goners,0.22,Noun,6,5,2,goner,none,none,9.35,0.91,none,none,none, gong,gong,2.43,Name,4,3,1,gong,9.62,1.00,9.62,1.00,none,none,9.98, gonged,gonged,0.04,Verb,6,4,1,gong,none,none,9.62,1.00,none,none,9.98, gonging,gonging,0.02,Noun,7,5,2,gonging,14.08,0.62,14.08,0.62,none,none,none, gongs,gongs,0.16,Noun,5,4,1,gong,none,none,9.62,1.00,none,none,9.98, gonna,gonna,1996.16,1996.16,5,4,2,gonna,5.94,1.00,5.94,1.00,none,none,none,5.56 gonorrhea,gonorrhoea,0.59,Noun,9,6,4,gonorrhea,14.94,0.94,14.94,0.94,none,none,none, goo,goo,2.14,Noun,3,2,1,goo,5.53,0.90,5.53,0.90,none,none,5.13, goober,goober,1.47,Noun,6,5,2,goober,8.42,1.00,8.42,1.00,none,none,none, goobers,goobers,0.51,Noun,7,6,2,goober,none,none,8.42,1.00,none,none,none, good,good,2610.14,Adjective,4,3,1,good,3.55,1.00,3.55,1.00,3.89,none,3.25, goodbye,goodbye,116.51,Interjection,7,5,2,goodbye,3.47,1.00,3.47,1.00,none,3.65,none, goodbyes,goodbyes,1.57,Noun,8,6,2,goodbye,none,none,3.47,1.00,none,3.65,none, goodhearted,goodhearted,0.06,Adjective,11,9,3,goodhearted,10.05,1.00,10.05,1.00,none,none,none, goodie,goodie,0.49,Noun,6,4,2,goodie,6.37,1.00,6.37,1.00,none,none,none, goodies,goodies,1.86,Noun,7,5,2,goodie,none,none,6.37,1.00,none,none,none, goodish,goodish,0.06,Adjective,7,5,2,goodish,10.00,0.89,10.00,0.89,none,none,none, goodly,goodly,0.37,Adjective,6,5,2,goodly,10.16,0.95,10.16,0.95,none,none,none, goodness,goodness,32.45,Noun,8,6,2,goodness,6.05,1.00,6.05,1.00,none,6.35,none, goods,goods,12.31,Noun,5,4,1,goods,7.44,1.00,7.44,1.00,none,none,none, goodwill,goodwill,3.27,Noun,8,6,2,goodwill,8.79,1.00,8.79,1.00,none,none,none, goody,goody,3.55,Adjective,5,4,2,goody,7.00,0.94,7.00,0.94,none,none,none, gooey,gooey,0.76,Adjective,5,3,2,gooey,6.84,1.00,6.84,1.00,none,none,none, goof,goof,2.22,Noun,4,3,1,goof,5.72,1.00,5.72,1.00,none,none,6.87, goofball,goofball,0.55,Noun,8,6,2,goofball,7.79,1.00,7.79,1.00,none,none,none, goofballs,goofballs,0.14,Noun,9,7,2,goofball,none,none,7.79,1.00,none,none,none, goofed,goofed,0.51,Verb,6,4,1,goof,none,none,5.72,1.00,none,none,6.87, goofier,goofier,0.04,Noun,7,5,3,goofy,none,none,4.83,1.00,none,6.50,none, goofiest,goofiest,0.02,Adjective,8,7,3,goofy,none,none,4.83,1.00,none,6.50,none, goofiness,goofiness,0.04,Noun,9,7,3,goofiness,6.85,1.00,6.85,1.00,none,none,none, goofing,goofing,1.14,Verb,7,5,2,goof,none,none,5.72,1.00,none,none,6.87, goofs,goofs,0.14,Verb,5,4,1,goof,none,none,5.72,1.00,none,none,6.87, goofy,goofy,5.22,Adjective,5,4,2,goofy,4.83,1.00,4.83,1.00,none,6.50,none, googol,googol,0.06,Noun,6,5,2,googol,14.57,0.35,14.57,0.35,none,none,none, googolplex,googolplex,0.02,Noun,10,10,3,googolplex,15.80,0.50,15.80,0.50,none,none,none, gook,gook,1.20,Noun,4,3,1,gook,11.75,0.63,11.75,0.63,none,none,none, gooks,gooks,1.10,Noun,5,4,1,gook,none,none,11.75,0.63,none,none,none, goon,goon,2.27,Noun,4,3,1,goon,10.33,1.00,10.33,1.00,none,none,none, gooney,gooney,0.16,Noun,6,4,2,gooney,10.83,0.63,10.83,0.63,none,none,none, goons,goons,2.35,Noun,5,4,1,goon,none,none,10.33,1.00,none,none,none, goony,goony,0.18,Name,5,5,3,gooney,none,none,10.83,0.63,none,none,none, goop,goop,0.69,Noun,4,3,1,goop,7.12,0.84,7.12,0.84,none,none,none, goops,goops,0.02,Noun,5,4,1,goop,none,none,7.12,0.84,none,none,none, goopy,goopy,0.10,Adjective,5,4,2,goopy,6.75,0.80,6.75,0.80,none,none,none, goose,goose,13.04,Noun,5,3,1,goose,5.15,1.00,5.15,1.00,5.33,none,4.52, gooseberries,gooseberries,0.02,Noun,12,8,3,gooseberry,none,none,9.41,0.89,none,none,none, gooseberry,gooseberry,0.27,Noun,10,7,3,gooseberry,9.41,0.89,9.41,0.89,none,none,none, goosed,goosed,0.16,Verb,6,4,1,goose,none,none,5.15,1.00,5.33,none,4.52, gooseflesh,gooseflesh,0.06,Noun,10,7,2,gooseflesh,12.50,0.64,12.50,0.64,none,none,none, gooseneck,gooseneck,0.02,Noun,9,6,2,gooseneck,14.08,0.72,14.08,0.72,none,none,none, gooses,gooses,0.04,Noun,6,5,2,goose,none,none,5.15,1.00,5.33,none,4.52, goosing,goosing,0.04,Verb,7,5,2,goose,none,none,5.15,1.00,5.33,none,4.52, gopher,gopher,1.41,Noun,6,4,2,gopher,7.21,1.00,7.21,1.00,11.71,none,none,7.57 gophers,gophers,0.65,Noun,7,5,2,gopher,none,none,7.21,1.00,11.71,none,none,7.57 gore,gore,1.08,Name,4,3,1,gore,10.24,0.95,10.24,0.95,none,10.75,10.10, gored,gored,0.33,Verb,5,4,1,gore,none,none,10.24,0.95,none,10.75,10.10, gorge,gorge,1.31,Noun,5,4,1,gorge,9.17,0.95,9.17,0.95,10.20,none,10.77, gorged,gorged,0.06,Verb,6,5,1,gorge,none,none,9.17,0.95,10.20,none,10.77, gorgeous,gorgeous,24.06,Adjective,8,6,2,gorgeous,7.68,1.00,7.68,1.00,9.01,none,none,7.49 gorgeousness,gorgeousness,0.16,Noun,12,9,3,gorgeousness,9.50,0.95,9.50,0.95,none,none,none, gorger,gorger,0.02,Noun,6,5,2,gorger,12.23,0.68,12.23,0.68,none,none,none, gorges,gorges,0.08,Noun,6,6,2,gorge,none,none,9.17,0.95,10.20,none,10.77, gorging,gorging,0.12,Verb,7,6,2,gorge,none,none,9.17,0.95,10.20,none,10.77, gorgon,gorgon,0.10,Noun,6,6,2,gorgon,13.46,0.72,13.46,0.72,none,none,none, gorgonzola,gorgonzola,0.18,Noun,10,10,4,gorgonzola,15.33,0.83,15.33,0.83,none,none,none, gorilla,gorilla,5.55,Noun,7,5,3,gorilla,5.74,1.00,5.74,1.00,7.01,none,none, gorillas,gorillas,2.37,Noun,8,6,3,gorilla,none,none,5.74,1.00,7.01,none,none, gorse,gorse,0.10,Noun,5,4,1,gorse,12.88,0.40,12.88,0.40,none,none,none, gory,gory,0.73,Adjective,4,4,2,gory,9.74,0.95,9.74,0.95,none,none,none, gosh,gosh,29.90,Interjection,4,3,1,gosh,6.81,1.00,6.81,1.00,none,none,6.26, gospel,gospel,3.14,Noun,6,6,2,gospel,8.00,1.00,8.00,1.00,none,8.81,none,7.88 gospels,gospels,0.45,Noun,7,7,2,gospel,none,none,8.00,1.00,none,8.81,none,7.88 gossamer,gossamer,0.49,Noun,8,6,3,gossamer,15.00,0.67,15.00,0.67,none,none,none, gossip,gossip,7.78,Noun,6,5,2,gossip,9.16,1.00,9.16,1.00,none,none,none,8.79 gossiped,gossiped,0.10,Verb,8,6,2,gossip,none,none,9.16,1.00,none,none,none,8.79 gossiping,gossiping,0.75,Verb,9,7,3,gossip,none,none,9.16,1.00,none,none,none,8.79 gossipmonger,gossipmonger,0.04,Verb,12,10,4,gossipmonger,13.85,0.72,13.85,0.72,none,none,none, gossips,gossips,0.25,Noun,7,6,2,gossip,none,none,9.16,1.00,none,none,none,8.79 gossipy,gossipy,0.08,Adjective,7,6,3,gossipy,10.67,1.00,10.67,1.00,none,none,none, got,got,3306.49,Verb,3,3,1,get,none,none,3.17,1.00,4.80,none,3.95, gothic,gothic,0.94,Adjective,6,5,2,gothic,13.63,1.00,13.63,1.00,none,11.62,none, gotten,gotten,54.27,Verb,6,5,2,get,none,none,3.17,1.00,4.80,none,3.95, gouge,gouge,0.69,Verb,5,3,1,gouge,10.16,1.00,10.16,1.00,none,none,11.08, gouged,gouged,0.29,Verb,6,4,1,gouge,none,none,10.16,1.00,none,none,11.08, gouger,gouger,0.04,Noun,6,4,2,gouger,12.40,0.79,12.40,0.79,none,none,none, gougers,gougers,0.04,Noun,7,5,2,gouger,none,none,12.40,0.79,none,none,none, gouges,gouges,0.14,Noun,6,5,2,gouge,none,none,10.16,1.00,none,none,11.08, gouging,gouging,0.35,Verb,7,5,2,gouge,none,none,10.16,1.00,none,none,11.08, goulash,goulash,0.80,Noun,7,5,2,goulash,8.89,0.95,8.89,0.95,none,none,none,10.22 gourd,gourd,0.47,Noun,5,4,1,gourd,10.65,0.94,10.65,0.94,none,none,11.17, gourds,gourds,0.10,Noun,6,5,1,gourd,none,none,10.65,0.94,none,none,11.17, gourmet,gourmet,2.18,Noun,7,5,2,gourmet,9.95,1.00,9.95,1.00,none,none,none,10.22 gourmets,gourmets,0.08,Noun,8,6,2,gourmet,none,none,9.95,1.00,none,none,none,10.22 gout,gout,1.39,Noun,4,3,1,gout,13.65,0.94,13.65,0.94,none,none,none, gouts,gouts,0.04,Noun,5,4,1,gout,none,none,13.65,0.94,none,none,none, gouty,gouty,0.02,Adjective,5,4,2,gouty,14.83,0.63,14.83,0.63,none,none,none, govern,govern,1.22,Verb,6,5,2,govern,9.53,1.00,9.53,1.00,none,10.45,none,9.94 governance,governance,0.10,Noun,10,8,3,governance,12.00,0.89,12.00,0.89,none,none,none, governed,governed,0.98,Verb,8,6,2,govern,none,none,9.53,1.00,none,10.45,none,9.94 governess,governess,1.06,Noun,9,7,3,governess,12.89,0.90,12.89,0.90,none,none,none, governesses,governesses,0.08,Noun,11,9,4,governess,none,none,12.89,0.90,none,none,none, government,government,65.24,Noun,10,8,3,government,8.50,1.00,8.50,1.00,none,8.98,none, governmental,governmental,0.55,Adjective,12,10,4,governmental,10.95,1.00,10.95,1.00,none,none,none, governments,governments,3.10,Noun,11,9,3,government,none,none,8.50,1.00,none,8.98,none, governor,governor,26.84,Noun,8,6,3,governor,8.47,1.00,8.47,1.00,none,none,none, governors,governors,0.55,Noun,9,7,3,governor,none,none,8.47,1.00,none,none,none, governorship,governorship,0.10,Noun,12,9,4,governorship,11.00,1.00,11.00,1.00,none,none,none, governs,governs,0.29,Verb,7,6,2,govern,none,none,9.53,1.00,none,10.45,none,9.94 gown,gown,6.55,Noun,4,3,1,gown,6.16,1.00,6.16,1.00,7.53,none,7.77, gowned,gowned,0.10,Adjective,6,4,1,gowned,11.47,0.79,11.47,0.79,none,none,none, gowning,gowning,0.02,Verb,7,5,2,gown,none,none,6.16,1.00,7.53,none,7.77, gowns,gowns,1.86,Noun,5,4,1,gown,none,none,6.16,1.00,7.53,none,7.77, goy,goy,0.35,Noun,3,2,1,goy,15.67,0.33,15.67,0.33,none,none,none, goyim,goyim,0.16,Noun,5,4,2,goyim,17.67,0.32,17.67,0.32,none,none,none, goys,goys,0.02,Noun,4,4,2,goy,none,none,15.67,0.33,none,none,none, grab,grab,70.86,Verb,4,4,1,grab,5.37,1.00,5.37,1.00,none,6.07,5.68, grabbed,grabbed,13.33,Verb,7,5,1,grab,none,none,5.37,1.00,none,6.07,5.68, grabber,grabber,0.24,Noun,7,5,2,grabber,8.24,0.94,8.24,0.94,none,none,none, grabbers,grabbers,0.06,Noun,8,6,2,grabber,none,none,8.24,0.94,none,none,none, grabbing,grabbing,3.96,Verb,8,6,2,grab,none,none,5.37,1.00,none,6.07,5.68, grabby,grabby,0.22,Adjective,6,5,2,grabby,7.94,1.00,7.94,1.00,none,none,none, grabs,grabs,3.73,Verb,5,5,1,grab,none,none,5.37,1.00,none,6.07,5.68, grace,grace,42.29,Name,5,4,1,grace,7.29,1.00,7.29,1.00,8.04,none,6.81, graced,graced,0.35,Verb,6,5,1,grace,none,none,7.29,1.00,8.04,none,6.81, graceful,graceful,2.31,Adjective,8,7,2,graceful,8.40,1.00,8.40,1.00,none,none,none, gracefulness,gracefulness,0.02,Noun,12,10,3,gracefulness,8.33,1.00,8.33,1.00,none,none,none, graceless,graceless,0.12,Adjective,9,7,2,graceless,11.84,0.95,11.84,0.95,none,none,none, graces,graces,1.00,Noun,6,6,2,grace,none,none,7.29,1.00,8.04,none,6.81, gracing,gracing,0.22,Verb,7,6,2,grace,none,none,7.29,1.00,8.04,none,6.81, gracious,gracious,7.16,Adjective,8,6,2,gracious,8.50,1.00,8.50,1.00,none,none,none, graciousness,graciousness,0.20,Noun,12,9,3,graciousness,11.25,1.00,11.25,1.00,none,none,none, grackle,grackle,0.04,Noun,7,6,2,grackle,13.60,0.28,13.60,0.28,none,none,none, grad,grad,2.90,Noun,4,4,1,grad,10.94,1.00,10.94,1.00,none,none,none, gradation,gradation,0.02,Noun,9,8,3,gradation,14.17,0.90,14.17,0.90,none,none,none, gradations,gradations,0.06,Noun,10,9,3,gradation,none,none,14.17,0.90,none,none,none, grade,grade,29.27,Noun,5,4,1,grade,5.72,1.00,5.72,1.00,8.92,7.64,5.46, graded,graded,0.73,Verb,6,6,2,grade,none,none,5.72,1.00,8.92,7.64,5.46, grader,grader,0.86,Noun,6,5,2,grader,7.90,1.00,7.90,1.00,none,none,none, graders,graders,1.02,Noun,7,6,2,grader,none,none,7.90,1.00,none,none,none, grades,grades,8.84,Noun,6,5,1,grade,none,none,5.72,1.00,8.92,7.64,5.46, gradient,gradient,0.18,Noun,8,8,3,gradient,13.42,0.67,13.42,0.67,none,none,none, grading,grading,0.86,Verb,7,6,2,grade,none,none,5.72,1.00,8.92,7.64,5.46, grads,grads,0.14,Noun,5,5,1,grad,none,none,10.94,1.00,none,none,none, gradual,gradual,0.75,Adjective,7,7,3,gradual,9.00,1.00,9.00,1.00,none,8.98,none, graduate,graduate,12.22,Verb,8,8,3,graduate,7.56,1.00,7.56,1.00,none,11.60,none, graduated,graduated,7.75,Verb,9,9,4,graduate,none,none,7.56,1.00,none,11.60,none, graduates,graduates,1.94,Noun,9,9,3,graduate,none,none,7.56,1.00,none,11.60,none, graduating,graduating,2.51,Verb,10,10,4,graduate,none,none,7.56,1.00,none,11.60,none, graduation,graduation,9.80,Noun,10,9,4,graduation,7.28,1.00,7.28,1.00,none,none,none, graduations,graduations,0.14,Noun,11,10,4,graduation,none,none,7.28,1.00,none,none,none, graffiti,graffiti,2.02,Noun,8,7,3,graffiti,9.47,1.00,9.47,1.00,11.73,none,none, graffito,graffito,0.12,Noun,8,7,3,graffito,14.55,0.52,14.55,0.52,none,none,none, graft,graft,1.65,Noun,5,5,1,graft,13.80,0.79,13.80,0.79,none,none,12.67, grafted,grafted,0.20,Verb,7,7,2,graft,none,none,13.80,0.79,none,none,12.67, grafter,grafter,0.06,Noun,7,6,2,grafter,12.17,0.63,12.17,0.63,none,none,none, grafters,grafters,0.10,Noun,8,7,2,grafter,none,none,12.17,0.63,none,none,none, grafting,grafting,0.16,Noun,8,7,2,grafting,12.72,1.00,12.72,1.00,none,none,none, grafts,grafts,0.33,Noun,6,6,1,graft,none,none,13.80,0.79,none,none,12.67, grail,grail,2.69,Noun,5,4,1,grail,12.06,0.94,12.06,0.94,none,none,11.40, grails,grails,0.04,Noun,6,5,1,grail,none,none,12.06,0.94,none,none,11.40, grain,grain,4.76,Noun,5,4,1,grain,7.44,1.00,7.44,1.00,none,7.52,7.35, grains,grains,0.98,Noun,6,5,1,grain,none,none,7.44,1.00,none,7.52,7.35, grainy,grainy,0.20,Adjective,6,5,2,grainy,11.11,1.00,11.11,1.00,none,none,none, gram,gramme,2.59,Noun,4,4,1,gram,9.41,1.00,9.41,1.00,none,none,none, gramercy,gramercy,0.47,Name,8,7,3,gramercy,15.73,0.52,15.73,0.52,none,13.32,none, grammar,grammar,2.39,Noun,7,5,2,grammar,6.37,1.00,6.37,1.00,none,none,none,7.41 grammarian,grammarian,0.02,Noun,10,9,4,grammarian,13.89,0.47,13.89,0.47,none,none,none, grammars,grammars,0.04,Noun,8,6,2,grammar,none,none,6.37,1.00,none,none,none,7.41 grammatical,grammatical,0.12,Adjective,11,10,4,grammatical,10.00,0.94,10.00,0.94,none,none,none, gramophone,gramophone,0.31,Noun,10,8,3,gramophone,12.25,0.67,12.25,0.67,none,none,none, gramophones,gramophones,0.04,Noun,11,9,3,gramophone,none,none,12.25,0.67,none,none,none, grams,grammes,7.49,Noun,5,5,1,gram,none,none,9.41,1.00,none,none,none, granary,granary,0.04,Noun,7,7,3,granary,11.38,0.62,11.38,0.62,none,none,none, grand,grand,63.02,Adjective,5,5,1,grand,6.68,1.00,6.68,1.00,7.18,none,7.72, grandbaby,grandbaby,0.20,Noun,9,9,3,grandbaby,8.75,1.00,8.75,1.00,none,none,none, grandchild,grandchild,1.53,Noun,10,9,2,grandchild,5.26,1.00,5.26,1.00,none,none,none, grandchildren,grandchildren,3.88,Noun,13,11,3,grandchild,none,none,5.26,1.00,none,none,none, granddad,granddad,2.24,Noun,8,7,2,granddad,3.58,1.00,3.58,1.00,none,none,none, granddaddies,granddaddies,0.04,Noun,12,9,3,granddaddy,none,none,4.33,1.00,none,none,none, granddaddy,granddaddy,2.29,Noun,10,8,3,granddaddy,4.33,1.00,4.33,1.00,none,none,none, granddaughter,granddaughter,6.47,Noun,13,8,3,granddaughter,4.68,1.00,4.68,1.00,none,none,none, granddaughters,granddaughters,0.20,Noun,14,9,3,granddaughter,none,none,4.68,1.00,none,none,none, grandee,grandee,0.08,Noun,7,6,2,grandee,14.67,0.33,14.67,0.33,none,none,none, grander,grander,0.39,Adjective,7,6,2,grand,none,none,6.68,1.00,7.18,none,7.72, grandest,grandest,0.41,Adjective,8,8,2,grand,none,none,6.68,1.00,7.18,none,7.72, grandeur,grandeur,0.73,Noun,8,7,2,grandeur,11.79,0.78,11.79,0.78,none,none,none,11.49 grandfather,grandfather,24.33,Noun,11,9,3,grandfather,4.39,1.00,4.39,1.00,none,4.47,none, grandfathered,grandfathered,0.08,Verb,13,10,3,grandfather,none,none,4.39,1.00,none,4.47,none, grandfathering,grandfathering,0.02,Verb,14,11,4,grandfather,none,none,4.39,1.00,none,4.47,none, grandfathers,grandfathers,0.43,Noun,12,10,3,grandfather,none,none,4.39,1.00,none,4.47,none, grandiloquence,grandiloquence,Err:512,Err:512,14,13,4,grandiloquence,16.88,0.42,16.88,0.42,none,none,none, grandiose,grandiose,0.41,Adjective,9,8,3,grandiose,13.32,0.95,13.32,0.95,none,none,none, grandiosity,grandiosity,0.04,Noun,11,11,5,grandiosity,15.63,1.00,15.63,1.00,none,none,none, grandma,grandma,45.59,Noun,7,5,2,grandma,2.58,1.00,2.58,1.00,none,none,none, grandmamma,grandmamma,0.20,Noun,10,9,3,grandmamma,3.11,1.00,3.11,1.00,none,none,none, grandmas,grandmas,0.37,Noun,8,8,2,grandma,none,none,2.58,1.00,none,none,none, grandmother,grandmother,27.78,Noun,11,9,3,grandmother,3.67,1.00,3.67,1.00,none,4.35,none, grandmothers,grandmothers,0.59,Noun,12,10,3,grandmother,none,none,3.67,1.00,none,4.35,none, grandnephew,grandnephew,0.04,Noun,11,10,3,grandnephew,9.50,0.95,9.50,0.95,none,none,none, grandniece,grandniece,0.04,Noun,10,8,2,grandniece,10.11,1.00,10.11,1.00,none,none,none, grandpa,grandpa,32.57,Noun,7,7,2,grandpa,3.06,1.00,3.06,1.00,none,none,none, grandparent,grandparent,0.25,Noun,11,11,3,grandparent,5.50,1.00,5.50,1.00,none,none,none, grandparents,grandparents,4.20,Noun,12,12,3,grandparent,none,none,5.50,1.00,none,none,none, grandpas,grandpas,0.10,Noun,8,8,2,grandpa,none,none,3.06,1.00,none,none,none, grands,grands,0.04,Noun,6,6,1,grand,none,none,6.68,1.00,7.18,none,7.72, grandsire,grandsire,0.06,Noun,9,8,3,grandsire,13.54,0.72,13.54,0.72,none,none,none, grandson,grandson,7.98,Noun,8,8,2,grandson,5.89,1.00,5.89,1.00,none,none,none, grandsons,grandsons,0.43,Noun,9,9,2,grandson,none,none,5.89,1.00,none,none,none, grandstand,grandstand,0.61,Noun,10,10,2,grandstand,10.83,1.00,10.83,1.00,none,none,none, grandstander,grandstander,0.04,Noun,12,11,3,grandstander,13.06,0.89,13.06,0.89,none,none,none, grandstands,grandstands,0.06,Noun,11,11,2,grandstand,none,none,10.83,1.00,none,none,none, granite,granite,1.59,Noun,7,6,2,granite,12.24,0.94,12.24,0.94,none,11.00,none,10.80 granites,granites,0.02,Noun,8,7,2,granite,none,none,12.24,0.94,none,11.00,none,10.80 grannies,grannies,0.18,Noun,8,6,2,granny,none,none,4.22,1.00,none,3.43,none, granny,granny,8.43,Noun,6,5,2,granny,4.22,1.00,4.22,1.00,none,3.43,none, granola,granola,0.59,Noun,7,7,3,granola,9.94,1.00,9.94,1.00,none,none,none, grant,grant,32.55,Name,5,5,1,grant,12.01,1.00,12.01,1.00,8.88,none,9.31, granted,granted,13.67,Verb,7,7,2,grant,none,none,12.01,1.00,8.88,none,9.31, granting,granting,1.06,Verb,8,7,2,grant,none,none,12.01,1.00,8.88,none,9.31, grants,grants,1.86,Verb,6,6,1,grant,none,none,12.01,1.00,8.88,none,9.31, granular,granular,0.04,Adjective,8,8,3,granular,11.89,0.95,11.89,0.95,none,none,none, granule,granule,0.04,Noun,7,7,2,granule,11.19,0.84,11.19,0.84,none,none,none, granules,granules,0.04,Noun,8,8,2,granule,none,none,11.19,0.84,none,none,none, grape,grape,4.00,Noun,5,4,1,grape,3.94,1.00,3.94,1.00,none,6.03,4.27, grapefruit,grapefruit,2.47,Noun,10,8,2,grapefruit,6.90,1.00,6.90,1.00,none,none,none, grapefruits,grapefruits,0.14,Noun,11,9,2,grapefruit,none,none,6.90,1.00,none,none,none, grapes,grapes,3.94,Noun,6,5,1,grape,none,none,3.94,1.00,none,6.03,4.27, grapeshot,grapeshot,0.04,Noun,9,7,2,grapeshot,15.56,0.47,15.56,0.47,none,none,none, grapevine,grapevine,0.92,Noun,9,7,2,grapevine,7.37,1.00,7.37,1.00,none,none,none, grapevines,grapevines,0.06,Noun,10,8,2,grapevine,none,none,7.37,1.00,none,none,none, graph,graph,0.75,Noun,5,4,1,graph,8.16,1.00,8.16,1.00,none,none,7.77, graphic,graphic,2.33,Adjective,7,6,2,graphic,10.67,1.00,10.67,1.00,none,10.37,none,9.58 graphical,graphical,0.04,Adjective,9,8,3,graphical,12.67,0.95,12.67,0.95,none,none,none, graphics,graphics,1.51,Noun,8,7,2,graphics,9.47,1.00,9.47,1.00,none,none,none, graphite,graphite,0.41,Noun,8,6,2,graphite,10.11,0.95,10.11,0.95,none,11.49,none, graphologist,graphologist,0.02,Noun,12,11,4,graphologist,16.88,0.44,16.88,0.44,none,none,none, graphologists,graphologists,0.02,Noun,13,12,4,graphologist,none,none,16.88,0.44,none,none,none, graphology,graphology,0.10,Noun,10,9,4,graphology,13.27,0.75,13.27,0.75,none,none,none, graphs,graphs,0.31,Noun,6,5,1,graph,none,none,8.16,1.00,none,none,7.77, grapnel,grapnel,Err:512,Err:512,7,7,2,grapnel,10.00,0.20,10.00,0.20,none,none,none, grapnels,grapnels,0.02,Verb,8,8,2,grapnel,none,none,10.00,0.20,none,none,none, grappa,grappa,0.18,Noun,6,5,2,grappa,16.50,0.32,16.50,0.32,none,none,none, grapple,grapple,0.24,Verb,7,6,2,grapple,9.94,0.94,9.94,0.94,none,none,none, grappled,grappled,0.06,Verb,8,7,2,grapple,none,none,9.94,0.94,none,none,none, grappler,grappler,0.04,Noun,8,7,3,grappler,14.56,0.80,14.56,0.80,none,none,none, grapplers,grapplers,0.08,Noun,9,8,3,grappler,none,none,14.56,0.80,none,none,none, grapples,grapples,0.08,Verb,8,7,2,grapple,none,none,9.94,0.94,none,none,none, grappling,grappling,0.57,Adjective,9,7,2,grappling,12.41,0.94,12.41,0.94,none,none,none, grasp,grasp,4.57,Noun,5,5,1,grasp,8.20,1.00,8.20,1.00,none,8.41,7.91, grasped,grasped,0.39,Verb,7,6,1,grasp,none,none,8.20,1.00,none,8.41,7.91, grasper,grasper,0.02,Noun,7,6,2,grasper,12.80,0.79,12.80,0.79,none,none,none, grasping,grasping,0.75,Verb,8,7,2,grasp,none,none,8.20,1.00,none,8.41,7.91, grasps,grasps,0.10,Verb,6,6,1,grasp,none,none,8.20,1.00,none,8.41,7.91, grass,grass,16.78,Noun,5,4,1,grass,3.94,1.00,3.94,1.00,none,4.01,4.18, grassed,grassed,0.04,Verb,7,5,1,grass,none,none,3.94,1.00,none,4.01,4.18, grasses,grasses,0.25,Noun,7,6,2,grass,none,none,3.94,1.00,none,4.01,4.18, grasshopper,grasshopper,0.92,Noun,11,8,3,grasshopper,5.78,1.00,5.78,1.00,none,none,none, grasshoppers,grasshoppers,0.75,Noun,12,9,3,grasshopper,none,none,5.78,1.00,none,none,none, grassland,grassland,0.10,Noun,9,8,2,grassland,10.75,0.89,10.75,0.89,none,none,none, grasslands,grasslands,0.10,Noun,10,9,2,grassland,none,none,10.75,0.89,none,none,none, grassroots,grassroots,0.29,Noun,10,8,2,grassroots,14.80,1.00,14.80,1.00,none,none,none, grassy,grassy,0.63,Adjective,6,5,2,grassy,6.33,1.00,6.33,1.00,none,none,none, grata,grata,0.24,Noun,5,5,2,grata,14.78,0.41,14.78,0.41,none,none,none, grate,grate,1.02,Noun,5,4,1,grate,8.90,1.00,8.90,1.00,5.96,none,9.02, grateful,grateful,26.57,Adjective,8,7,2,grateful,7.42,1.00,7.42,1.00,7.43,none,none,7.88 gratefulness,gratefulness,0.04,Noun,12,10,3,gratefulness,7.74,1.00,7.74,1.00,none,none,none, grater,grater,0.14,Noun,6,5,2,grater,8.88,0.89,8.88,0.89,none,none,none, grates,grates,0.27,Noun,6,5,1,grate,none,none,8.90,1.00,5.96,none,9.02, gratification,gratification,0.82,Noun,13,12,5,gratification,10.26,1.00,10.26,1.00,none,none,none, gratifies,gratifies,0.06,Verb,9,8,3,gratify,none,none,12.78,1.00,none,none,none, gratify,gratify,0.16,Verb,7,7,3,gratify,12.78,1.00,12.78,1.00,none,none,none, gratifying,gratifying,1.08,Adjective,10,9,4,gratifying,11.39,1.00,11.39,1.00,none,none,none, gratin,gratin,0.33,Noun,6,6,2,gratin,14.40,0.56,14.40,0.56,none,none,none, grating,grating,0.31,Adjective,7,6,2,grating,10.71,0.89,10.71,0.89,none,none,none, gratings,gratings,0.02,Noun,8,7,2,grating,none,none,10.71,0.89,none,none,none, gratitude,gratitude,7.75,Noun,9,8,3,gratitude,8.26,1.00,8.26,1.00,8.54,none,none, gratuities,gratuities,0.12,Noun,10,9,4,gratuity,none,none,11.89,1.00,none,none,none, gratuitous,gratuitous,0.35,Adjective,10,9,4,gratuitous,14.12,0.89,14.12,0.89,none,none,none, gratuity,gratuity,0.31,Noun,8,8,4,gratuity,11.89,1.00,11.89,1.00,none,none,none, gravamen,gravamen,0.02,Noun,8,8,3,gravamen,15.12,0.38,15.12,0.38,none,none,none, grave,grave,26.27,Noun,5,4,1,grave,7.06,1.00,7.06,1.00,none,6.83,6.87, gravedigger,gravedigger,0.29,Noun,11,8,3,gravedigger,8.78,1.00,8.78,1.00,none,none,none, gravediggers,gravediggers,0.08,Noun,12,9,3,gravedigger,none,none,8.78,1.00,none,none,none, gravel,gravel,1.43,Noun,6,6,2,gravel,7.19,1.00,7.19,1.00,none,7.24,none,7.19 graveling,graveling,0.20,Noun,9,7,2,graveling,10.73,0.79,10.73,0.79,none,none,none, gravelly,gravelly,0.02,Adjective,8,7,3,gravelly,11.56,0.76,11.56,0.76,none,none,none, graven,graven,0.12,Adjective,6,6,2,graven,12.47,0.94,12.47,0.94,none,none,none, graves,graves,5.96,Noun,6,5,1,grave,none,none,7.06,1.00,none,6.83,6.87, graveside,graveside,0.12,Noun,9,7,2,graveside,9.12,0.94,9.12,0.94,none,none,none, gravest,gravest,0.31,Adjective,7,7,2,grave,none,none,7.06,1.00,none,6.83,6.87, gravestone,gravestone,0.33,Noun,10,8,2,gravestone,7.37,1.00,7.37,1.00,none,none,none, gravestones,gravestones,0.08,Noun,11,9,2,gravestone,none,none,7.37,1.00,none,none,none, graveyard,graveyard,5.33,Noun,9,8,2,graveyard,6.06,1.00,6.06,1.00,none,none,none, graveyards,graveyards,0.43,Noun,10,9,2,graveyard,none,none,6.06,1.00,none,none,none, gravid,gravid,0.02,Adjective,6,6,2,gravid,17.80,0.28,17.80,0.28,none,none,none, gravimetric,gravimetric,0.14,Adjective,11,11,4,gravimetric,16.56,0.50,16.56,0.50,none,none,none, gravitas,gravitas,0.04,Noun,8,8,3,gravitas,13.07,0.79,13.07,0.79,none,none,none, gravitate,gravitate,0.14,Verb,9,8,3,gravitate,11.06,1.00,11.06,1.00,none,none,none, gravitated,gravitated,0.08,Verb,10,10,4,gravitate,none,none,11.06,1.00,none,none,none, gravitation,gravitation,0.02,Noun,11,10,4,gravitation,12.00,1.00,12.00,1.00,none,none,none, gravitational,gravitational,1.12,Adjective,13,12,5,gravitational,11.78,1.00,11.78,1.00,none,none,none, gravities,gravities,0.08,Noun,9,8,3,gravity,none,none,8.39,1.00,none,none,none, graviton,graviton,0.14,Noun,8,8,3,graviton,15.36,0.58,15.36,0.58,none,none,none, gravity,gravity,6.88,Noun,7,7,3,gravity,8.39,1.00,8.39,1.00,none,none,none, gravy,gravy,5.27,Noun,5,5,2,gravy,6.00,1.00,6.00,1.00,none,5.50,none,5.68 gray,grey,21.12,Adjective,4,3,1,gray,5.74,1.00,5.74,1.00,none,none,4.53, grayed,greyed,0.04,Verb,6,4,1,gray,none,none,5.74,1.00,none,none,4.53, grayer,greyer,0.04,Noun,6,4,2,gray,none,none,5.74,1.00,none,none,4.53, graying,greying,0.04,Adjective,7,5,2,gray,none,none,5.74,1.00,none,none,4.53, grayish,greyish,0.10,Adjective,7,5,2,grayish,7.11,1.00,7.11,1.00,none,none,none, grays,greys,0.20,Noun,5,4,1,gray,none,none,5.74,1.00,none,none,4.53, graze,graze,0.76,Verb,5,4,1,graze,8.90,1.00,8.90,1.00,5.81,none,7.72, grazed,grazed,0.90,Verb,6,5,1,graze,none,none,8.90,1.00,5.81,none,7.72, grazer,grazer,0.31,Noun,6,5,2,grazer,11.16,1.00,11.16,1.00,none,none,none, grazers,grazers,0.04,Noun,7,6,2,grazer,none,none,11.16,1.00,none,none,none, grazes,grazes,0.04,Verb,6,6,2,graze,none,none,8.90,1.00,5.81,none,7.72, grazier,grazier,Err:512,Err:512,7,6,3,grazier,13.38,0.44,13.38,0.44,none,none,none, grazing,grazing,1.14,Verb,7,6,2,graze,none,none,8.90,1.00,5.81,none,7.72, grease,grease,6.94,Noun,6,4,1,grease,7.33,1.00,7.33,1.00,none,7.86,6.72, greased,greased,1.33,Adjective,7,5,1,greased,6.94,1.00,6.94,1.00,none,none,none, greasepaint,greasepaint,0.14,Noun,11,8,2,greasepaint,12.53,0.85,12.53,0.85,none,none,none, greaser,greaser,0.41,Noun,7,5,2,greaser,12.81,0.84,12.81,0.84,none,none,none, greasers,greasers,0.25,Name,8,6,2,greaser,none,none,12.81,0.84,none,none,none, greases,greases,0.02,Verb,7,6,2,grease,none,none,7.33,1.00,none,7.86,6.72, greasier,greasier,0.08,Adjective,8,6,3,greasy,none,none,6.39,1.00,none,none,none, greasiest,greasiest,0.12,Adjective,9,8,3,greasy,none,none,6.39,1.00,none,none,none, greasiness,greasiness,0.06,Noun,10,8,3,greasiness,8.50,1.00,8.50,1.00,none,none,none, greasing,greasing,0.18,Verb,8,6,2,grease,none,none,7.33,1.00,none,7.86,6.72, greasy,greasy,3.90,Adjective,6,5,2,greasy,6.39,1.00,6.39,1.00,none,none,none, great,great,820.86,Adjective,5,4,1,great,5.05,1.00,5.05,1.00,5.48,none,5.13, greatcoat,greatcoat,0.02,Noun,9,7,2,greatcoat,8.38,0.62,8.38,0.62,none,none,none, greatcoats,greatcoats,0.02,Noun,10,8,2,greatcoat,none,none,8.38,0.62,none,none,none, greater,greater,16.06,Adjective,7,5,2,great,none,none,5.05,1.00,5.48,none,5.13, greatest,greatest,48.31,Adjective,8,7,2,great,none,none,5.05,1.00,5.48,none,5.13, greatness,greatness,4.18,Noun,9,7,2,greatness,8.33,1.00,8.33,1.00,none,none,none, greats,greats,0.69,Noun,6,5,1,great,none,none,5.05,1.00,5.48,none,5.13, greaves,greaves,0.02,Noun,7,5,1,greaves,10.90,0.56,10.90,0.56,none,none,none, greed,greed,4.80,Noun,5,4,1,greed,7.63,1.00,7.63,1.00,none,5.98,8.26, greedier,greedier,0.10,Adjective,8,6,3,greedy,none,none,7.53,1.00,none,none,none, greediest,greediest,0.04,Adjective,9,8,3,greedy,none,none,7.53,1.00,none,none,none, greedy,greedy,6.63,Adjective,6,5,2,greedy,7.53,1.00,7.53,1.00,none,none,none, green,green,72.47,Adjective,5,4,1,green,3.79,1.00,3.79,1.00,none,4.67,3.31, greenback,greenback,0.02,Noun,9,7,2,greenback,12.17,0.95,12.17,0.95,none,none,none, greenbacks,greenbacks,0.39,Noun,10,8,2,greenback,none,none,12.17,0.95,none,none,none, greener,greener,1.08,Adjective,7,5,2,green,none,none,3.79,1.00,none,4.67,3.31, greenery,greenery,0.14,Noun,8,6,3,greenery,9.63,1.00,9.63,1.00,none,none,none, greenest,greenest,0.18,Adjective,8,7,2,green,none,none,3.79,1.00,none,4.67,3.31, greengrocer,greengrocer,0.18,Noun,11,9,3,greengrocer,11.00,0.83,11.00,0.83,none,none,none, greenhorn,greenhorn,0.33,Noun,9,8,2,greenhorn,14.08,0.65,14.08,0.65,none,none,none, greenhorns,greenhorns,0.06,Noun,10,9,2,greenhorn,none,none,14.08,0.65,none,none,none, greenhouse,greenhouse,2.20,Noun,10,7,2,greenhouse,9.22,1.00,9.22,1.00,none,none,none, greenhouses,greenhouses,0.08,Noun,11,9,3,greenhouse,none,none,9.22,1.00,none,none,none, greenish,greenish,0.16,Adjective,8,6,2,greenish,7.11,1.00,7.11,1.00,none,none,none, greenmail,greenmail,0.06,Noun,9,7,2,greenmail,14.00,0.25,14.00,0.25,none,none,none, greenness,greenness,0.04,Noun,9,7,2,greenness,8.22,0.95,8.22,0.95,none,7.51,none, greenroom,greenroom,0.04,Noun,9,7,2,greenroom,12.88,0.89,12.88,0.89,none,none,none, greens,greens,2.14,Noun,6,5,1,greens,6.90,1.00,6.90,1.00,none,none,none, greet,greet,5.25,Verb,5,4,1,greet,6.47,1.00,6.47,1.00,7.58,none,6.87, greeted,greeted,1.20,Verb,7,6,2,greet,none,none,6.47,1.00,7.58,none,6.87, greeter,greeter,0.06,Noun,7,5,2,greeter,9.26,1.00,9.26,1.00,none,none,none, greeters,greeters,0.04,Noun,8,6,2,greeter,none,none,9.26,1.00,none,none,none, greeting,greeting,3.22,Noun,8,6,2,greeting,6.37,1.00,6.37,1.00,none,none,none, greetings,greetings,6.76,Noun,9,7,2,greeting,none,none,6.37,1.00,none,none,none, greets,greets,0.43,Verb,6,5,1,greet,none,none,6.47,1.00,7.58,none,6.87, gremlin,gremlin,0.22,Noun,7,7,2,gremlin,8.40,1.00,8.40,1.00,none,none,none, gremlins,gremlins,0.51,Noun,8,8,2,gremlin,none,none,8.40,1.00,none,none,none, grenade,grenade,4.61,Noun,7,6,2,grenade,9.72,1.00,9.72,1.00,none,9.49,none, grenades,grenades,2.59,Noun,8,7,2,grenade,none,none,9.72,1.00,none,9.49,none, grenadier,grenadier,0.06,Noun,9,8,4,grenadier,11.73,0.52,11.73,0.52,none,none,none, grenadiers,grenadiers,0.10,Noun,10,9,4,grenadier,none,none,11.73,0.52,none,none,none, grenadine,grenadine,0.20,Noun,9,8,3,grenadine,14.00,0.95,14.00,0.95,none,none,none, grew,grew,29.27,Verb,4,3,1,grow,none,none,4.79,1.00,none,5.62,4.99, grey,grey,9.20,Adjective,4,3,1,gray,none,none,5.74,1.00,none,none,4.53, greyer,greyer,0.06,Noun,6,4,2,gray,none,none,5.74,1.00,none,none,4.53, greyhound,greyhound,0.90,Noun,9,7,2,greyhound,8.00,1.00,8.00,1.00,none,none,none, greyhounds,greyhounds,0.22,Noun,10,8,2,greyhound,none,none,8.00,1.00,none,none,none, grid,grid,5.53,Noun,4,4,1,grid,11.63,1.00,11.63,1.00,none,none,9.46, griddle,griddle,0.35,Noun,7,6,2,griddle,8.67,0.95,8.67,0.95,none,12.85,none, griddlecakes,griddlecakes,0.04,Noun,12,10,3,griddlecakes,8.80,0.91,8.80,0.91,none,none,none, griddles,griddles,0.02,Err:512,8,7,2,griddle,none,none,8.67,0.95,none,12.85,none, gridiron,gridiron,0.06,Noun,8,7,3,gridiron,12.62,0.84,12.62,0.84,none,none,none, gridlock,gridlock,0.27,Noun,8,7,2,gridlock,10.79,1.00,10.79,1.00,none,none,none, grids,grids,0.57,Noun,5,5,1,grid,none,none,11.63,1.00,none,none,9.46, grief,grief,10.82,Noun,5,4,1,grief,8.39,1.00,8.39,1.00,none,8.92,9.24, grievance,grievance,0.90,Noun,9,7,2,grievance,11.79,1.00,11.79,1.00,none,10.66,none,11.49 grievances,grievances,0.76,Noun,10,9,3,grievance,none,none,11.79,1.00,none,10.66,none,11.49 grieve,grieve,2.20,Verb,6,4,1,grieve,10.00,1.00,10.00,1.00,9.16,none,9.83, grieved,grieved,0.57,Verb,7,5,1,grieve,none,none,10.00,1.00,9.16,none,9.83, grieves,grieves,1.04,Verb,7,5,1,grieve,none,none,10.00,1.00,9.16,none,9.83, grieving,grieving,2.73,Adjective,8,6,2,grieving,8.75,1.00,8.75,1.00,none,none,none, grievous,grievous,1.04,Adjective,8,6,2,grievous,11.26,1.00,11.26,1.00,none,none,none,12.43 griffon,griffon,0.04,Noun,7,6,2,griffon,13.54,0.72,13.54,0.72,none,none,none, grill,grill,4.45,Noun,5,4,1,grill,6.53,1.00,6.53,1.00,8.41,none,6.87, grille,grille,0.35,Noun,6,4,1,grill,none,none,6.53,1.00,8.41,none,6.87, grilled,grilled,2.24,Adjective,7,5,1,grilled,7.26,1.00,7.26,1.00,none,none,none, grilles,grilles,0.04,Noun,7,5,1,grill,none,none,6.53,1.00,8.41,none,6.87, grilling,grilling,0.67,Verb,8,6,2,grill,none,none,6.53,1.00,8.41,none,6.87, grills,grills,0.18,Noun,6,5,1,grill,none,none,6.53,1.00,8.41,none,6.87, grillwork,grillwork,0.04,Noun,9,7,2,grillwork,13.19,0.84,13.19,0.84,none,none,none, grim,grim,4.78,Adjective,4,4,1,grim,9.16,1.00,9.16,1.00,none,8.37,10.10, grimace,grimace,0.33,Noun,7,6,2,grimace,12.00,0.90,12.00,0.90,10.58,none,none, grimaced,grimaced,0.02,Verb,8,7,2,grimace,none,none,12.00,0.90,10.58,none,none, grimaces,grimaces,0.04,Verb,8,8,3,grimace,none,none,12.00,0.90,10.58,none,none, grimalkin,grimalkin,0.02,Noun,9,9,3,grimalkin,15.00,0.33,15.00,0.33,none,none,none, grime,grime,0.41,Noun,5,4,1,grime,8.72,0.95,8.72,0.95,none,none,9.39, grimmer,grimmer,0.02,Adjective,7,5,2,grim,none,none,9.16,1.00,none,8.37,10.10, grimy,grimy,0.51,Adjective,5,5,2,grimy,10.06,1.00,10.06,1.00,none,none,none, grin,grin,2.71,Noun,4,4,1,grin,5.84,1.00,5.84,1.00,none,5.88,5.53, grind,grind,3.73,Verb,5,5,1,grind,8.37,1.00,8.37,1.00,8.65,8.22,7.96, grinder,grinder,1.27,Noun,7,6,2,grinder,8.68,1.00,8.68,1.00,none,none,none, grinders,grinders,0.06,Noun,8,7,2,grinder,none,none,8.68,1.00,none,none,none, grinds,grinds,0.35,Verb,6,6,1,grind,none,none,8.37,1.00,8.65,8.22,7.96, grindstone,grindstone,0.45,Noun,10,9,2,grindstone,11.47,0.94,11.47,0.94,none,none,none, grindstones,grindstones,0.02,Noun,11,10,2,grindstone,none,none,11.47,0.94,none,none,none, gringo,gringo,1.82,Noun,6,6,2,gringo,12.73,0.79,12.73,0.79,none,none,none, gringos,gringos,0.90,Noun,7,7,2,gringo,none,none,12.73,0.79,none,none,none, grinned,grinned,0.24,Verb,7,5,1,grin,none,none,5.84,1.00,none,5.88,5.53, grins,grins,0.25,Noun,5,5,1,grin,none,none,5.84,1.00,none,5.88,5.53, grip,grip,9.69,Noun,4,4,1,grip,6.70,1.00,6.70,1.00,none,6.56,6.94, gripe,gripe,0.78,Noun,5,4,1,gripe,10.44,0.95,10.44,0.95,none,none,10.17, griped,griped,0.02,Verb,6,5,1,gripe,none,none,10.44,0.95,none,none,10.17, gripes,gripes,0.25,Noun,6,5,1,gripe,none,none,10.44,0.95,none,none,10.17, griping,griping,0.51,Verb,7,6,2,gripe,none,none,10.44,0.95,none,none,10.17, gripped,gripped,0.37,Verb,7,5,1,grip,none,none,6.70,1.00,none,6.56,6.94, gripper,gripper,0.14,Noun,7,5,2,gripper,10.94,0.94,10.94,0.94,none,none,none, grippers,grippers,0.02,Noun,8,6,2,gripper,none,none,10.94,0.94,none,none,none, grips,grips,1.22,Noun,5,5,1,grip,none,none,6.70,1.00,none,6.56,6.94, grisliest,grisliest,0.02,Adjective,9,9,3,grisly,none,none,10.39,0.95,none,none,none,10.60 grisly,grisly,0.90,Adjective,6,6,2,grisly,10.39,0.95,10.39,0.95,none,none,none,10.60 grist,grist,0.10,Noun,5,5,1,grist,12.36,0.58,12.36,0.58,none,none,none, gristle,gristle,0.22,Noun,7,6,2,gristle,11.44,0.89,11.44,0.89,none,none,none, gristles,gristles,0.02,Noun,8,8,2,gristle,none,none,11.44,0.89,none,none,none, gristmill,gristmill,0.04,Noun,9,8,2,gristmill,12.17,0.60,12.17,0.60,none,none,none, grit,grit,0.94,Noun,4,4,1,grit,9.71,0.94,9.71,0.94,none,none,7.70, grits,grits,1.59,Noun,5,5,1,grits,8.95,1.00,8.95,1.00,none,none,7.63, grittier,grittier,0.04,Adjective,8,6,3,gritty,none,none,10.22,1.00,none,none,none, gritty,gritty,0.45,Adjective,6,5,2,gritty,10.22,1.00,10.22,1.00,none,none,none, grizzle,grizzle,0.04,Noun,7,6,2,grizzle,11.13,0.79,11.13,0.79,none,none,none, grizzled,grizzled,0.10,Adjective,8,7,2,grizzled,11.08,0.68,11.08,0.68,none,none,none, grizzlies,grizzlies,0.27,Noun,9,7,2,grizzly,none,none,7.75,1.00,none,none,none,6.13 grizzly,grizzly,1.86,Adjective,7,6,2,grizzly,7.75,1.00,7.75,1.00,none,none,none,6.13 groan,groan,0.92,Noun,5,4,1,groan,8.70,1.00,8.70,1.00,7.31,6.88,7.63, groaned,groaned,0.24,Verb,7,5,1,groan,none,none,8.70,1.00,7.31,6.88,7.63, groaning,groaning,3.69,Verb,8,6,2,groan,none,none,8.70,1.00,7.31,6.88,7.63, groans,groans,7.65,Verb,6,5,1,groan,none,none,8.70,1.00,7.31,6.88,7.63, groat,groat,0.06,Noun,5,4,1,groat,13.50,0.20,13.50,0.20,none,none,none, grocer,grocer,0.69,Noun,6,5,2,grocer,9.22,0.95,9.22,0.95,6.11,none,none, groceries,groceries,5.90,Noun,9,7,3,groceries,5.35,1.00,5.35,1.00,none,none,none, grocers,grocers,0.14,Noun,7,6,2,grocer,none,none,9.22,0.95,6.11,none,none, grocery,grocery,5.49,Noun,7,6,3,grocery,5.72,1.00,5.72,1.00,none,none,none, grog,grog,0.63,Noun,4,4,1,grog,13.00,0.48,13.00,0.48,none,none,none, groggy,groggy,0.90,Adjective,6,5,2,groggy,11.32,1.00,11.32,1.00,none,none,none,10.32 groin,groyne,1.80,Noun,5,4,1,groin,9.22,1.00,9.22,1.00,none,none,10.25, groins,groynes ,0.08,Noun,6,5,1,groin,none,none,9.22,1.00,none,none,10.25, grommet,grommet,0.12,Noun,7,6,2,grommet,13.39,0.90,13.39,0.90,none,none,none, grommets,grommets,0.06,Noun,8,7,2,grommet,none,none,13.39,0.90,none,none,none, groom,groom,7.82,Noun,5,4,1,groom,7.78,1.00,7.78,1.00,8.37,none,7.86, groomed,groomed,0.57,Verb,7,5,1,groom,none,none,7.78,1.00,8.37,none,7.86, groomer,groomer,0.12,Noun,7,5,2,groomer,8.78,1.00,8.78,1.00,none,none,none, groomers,groomers,0.04,Noun,8,6,2,groomer,none,none,8.78,1.00,none,none,none, grooming,grooming,1.25,Verb,8,6,2,groom,none,none,7.78,1.00,8.37,none,7.86, grooms,grooms,0.39,Noun,6,5,1,groom,none,none,7.78,1.00,8.37,none,7.86, groomsman,groomsman,0.27,Noun,9,8,2,groomsman,11.50,1.00,11.50,1.00,none,none,none, groomsmen,groomsmen,0.22,Noun,9,8,2,groomsman,none,none,11.50,1.00,none,none,none, groove,groove,4.16,Noun,6,4,1,groove,8.39,1.00,8.39,1.00,none,none,8.29, grooves,grooves,0.41,Noun,7,5,1,groove,none,none,8.39,1.00,none,none,8.29, groovier,groovier,0.02,Adjective,8,6,3,groovy,none,none,7.68,1.00,none,none,none,8.45 grooviest,grooviest,0.08,Adjective,9,8,3,groovy,none,none,7.68,1.00,none,none,none,8.45 grooving,grooving,0.31,Verb,8,6,2,groove,none,none,8.39,1.00,none,none,8.29, groovy,groovy,3.78,Adjective,6,5,2,groovy,7.68,1.00,7.68,1.00,none,none,none,8.45 grope,grope,0.61,Verb,5,4,1,grope,11.95,1.00,11.95,1.00,none,none,12.10, groped,groped,0.39,Verb,6,5,1,grope,none,none,11.95,1.00,none,none,12.10, groper,groper,0.02,Noun,6,5,2,groper,12.82,0.89,12.82,0.89,none,none,none, gropers,gropers,0.04,Noun,7,6,2,groper,none,none,12.82,0.89,none,none,none, gropes,gropes,0.08,Verb,6,5,1,grope,none,none,11.95,1.00,none,none,12.10, groping,groping,0.88,Verb,7,6,2,grope,none,none,11.95,1.00,none,none,12.10, grosbeak,grosbeak,0.06,Verb,8,7,2,grosbeak,16.50,0.20,16.50,0.20,none,none,none, gross,gross,15.27,Adjective,5,4,1,gross,5.21,1.00,5.21,1.00,none,8.94,5.99, grossed,grossed,0.55,Verb,7,5,1,gross,none,none,5.21,1.00,none,8.94,5.99, grosser,grosser,0.12,Adjective,7,5,2,gross,none,none,5.21,1.00,none,8.94,5.99, grosses,grosses,0.24,Verb,7,6,2,gross,none,none,5.21,1.00,none,8.94,5.99, grossest,grossest,0.20,Adjective,8,7,2,gross,none,none,5.21,1.00,none,8.94,5.99, grossing,grossing,0.20,Verb,8,6,2,gross,none,none,5.21,1.00,none,8.94,5.99, grossness,grossness,0.08,Noun,9,7,2,grossness,8.68,1.00,8.68,1.00,none,none,none, grot,grot,0.02,Noun,4,4,1,grot,14.73,0.58,14.73,0.58,none,none,none, grotesque,grotesque,1.57,Adjective,9,7,2,grotesque,11.78,0.95,11.78,0.95,none,none,none,12.75 grotesquerie,grotesquery,0.04,Noun,12,9,4,grotesquerie,16.29,0.37,16.29,0.37,none,none,none, grotesqueries,grotesqueries,0.04,Noun,13,11,4,grotesquerie,none,none,16.29,0.37,none,none,none, grotto,grotto,0.67,Noun,6,5,2,grotto,12.00,0.83,12.00,0.83,none,none,none,12.75 grottoes,grottoes,0.06,Noun,8,6,2,grotto,none,none,12.00,0.83,none,none,none,12.75 grouch,grouch,0.47,Noun,6,4,1,grouch,7.29,0.94,7.29,0.94,none,none,7.56, grouchy,grouchy,0.86,Adjective,7,5,2,grouchy,5.53,1.00,5.53,1.00,none,none,none, ground,ground,72.47,Noun,6,5,1,ground,4.89,1.00,4.89,1.00,4.80,5.30,4.53, grounded,grounded,7.78,Verb,8,7,2,ground,none,none,4.89,1.00,4.80,5.30,4.53, grounder,grounder,0.06,Noun,8,6,2,grounder,11.88,0.89,11.88,0.89,none,none,none, grounders,grounders,0.04,Noun,9,7,2,grounder,none,none,11.88,0.89,none,none,none, groundhog,groundhog,1.49,Noun,9,8,2,groundhog,6.00,1.00,6.00,1.00,none,none,none, groundhogs,groundhogs,0.04,Noun,10,9,2,groundhog,none,none,6.00,1.00,none,none,none, grounding,grounding,0.55,Noun,9,7,2,grounding,11.56,1.00,11.56,1.00,none,none,none, groundings,groundings,0.02,Noun,10,8,2,grounding,none,none,11.56,1.00,none,none,none, groundless,groundless,0.24,Adjective,10,8,2,groundless,11.72,0.90,11.72,0.90,none,none,none, groundling,groundling,0.02,Noun,10,8,2,groundling,14.08,0.63,14.08,0.63,none,none,none, groundlings,groundlings,0.08,Noun,11,9,2,groundling,none,none,14.08,0.63,none,none,none, groundout,groundout,0.02,Verb,9,7,2,groundout,9.83,0.57,9.83,0.57,none,none,none, grounds,grounds,10.45,Noun,7,6,1,ground,none,none,4.89,1.00,4.80,5.30,4.53, groundsheet,groundsheet,0.02,Noun,11,8,2,groundsheet,13.31,0.80,13.31,0.80,none,none,none, groundskeeper,groundskeeper,0.35,Noun,13,10,3,groundskeeper,10.35,1.00,10.35,1.00,none,none,none, groundskeepers,groundskeepers,0.04,Noun,14,11,3,groundskeeper,none,none,10.35,1.00,none,none,none, groundsman,groundsman,0.02,Noun,10,9,2,groundsman,10.88,0.89,10.88,0.89,none,none,none, groundswell,groundswell,0.08,Noun,11,9,2,groundswell,13.56,0.80,13.56,0.80,none,none,none, groundwater,groundwater,0.08,Noun,11,9,3,groundwater,10.61,0.95,10.61,0.95,none,none,none, groundwork,groundwork,0.45,Noun,10,8,2,groundwork,12.18,1.00,12.18,1.00,none,none,none, group,group,73.76,Noun,5,4,1,group,5.94,1.00,5.94,1.00,6.41,none,6.37, grouped,grouped,0.14,Verb,7,5,1,group,none,none,5.94,1.00,6.41,none,6.37, grouper,grouper,0.20,Noun,7,5,2,grouper,12.93,0.83,12.93,0.83,none,none,none, groupie,groupie,1.33,Noun,7,5,2,groupie,12.06,1.00,12.06,1.00,none,none,none, groupies,groupies,0.80,Noun,8,6,2,groupie,none,none,12.06,1.00,none,none,none, grouping,grouping,0.39,Noun,8,6,2,grouping,9.00,0.95,9.00,0.95,none,none,none, groupings,groupings,0.06,Noun,9,7,2,grouping,none,none,9.00,0.95,none,none,none, groups,groups,9.24,Noun,6,5,1,group,none,none,5.94,1.00,6.41,none,6.37, grouse,grouse,0.45,Noun,6,4,1,grouse,13.00,0.90,13.00,0.90,none,none,12.90, grout,grout,0.37,Noun,5,4,1,grout,12.36,1.00,12.36,1.00,none,none,none, grouted,grouted,0.06,Verb,7,8,3,grout,none,none,12.36,1.00,none,none,none, grove,grove,3.86,Noun,5,4,1,grove,8.21,1.00,8.21,1.00,none,9.54,9.03, grovel,grovel,1.20,Verb,6,6,2,grovel,12.50,0.86,12.50,0.86,10.02,none,none,11.19 groveled,grovelled,0.06,Verb,8,7,2,grovel,none,none,12.50,0.86,10.02,none,none,11.19 groveling,grovelling,0.73,Verb,9,8,3,grovel,none,none,12.50,0.86,10.02,none,none,11.19 groves,groves,1.18,Noun,6,5,1,grove,none,none,8.21,1.00,none,9.54,9.03, grow,grow,59.49,Verb,4,3,1,grow,4.79,1.00,4.79,1.00,none,5.62,4.99, grower,grower,0.20,Noun,6,4,2,grower,7.53,0.89,7.53,0.89,none,none,none, growers,growers,0.24,Noun,7,5,2,grower,none,none,7.53,0.89,none,none,none, growing,growing,29.94,Verb,7,5,2,grow,none,none,4.79,1.00,none,5.62,4.99, growl,growl,0.98,Noun,5,4,1,growl,5.79,1.00,5.79,1.00,none,none,5.34, growled,growled,0.12,Verb,7,5,1,growl,none,none,5.79,1.00,none,none,5.34, growler,growler,0.06,Noun,7,5,2,growler,10.62,0.89,10.62,0.89,none,none,none, growlers,growlers,0.02,Noun,8,6,2,growler,none,none,10.62,0.89,none,none,none, growling,growling,4.51,Verb,8,6,2,growl,none,none,5.79,1.00,none,none,5.34, growls,growls,2.80,Noun,6,5,1,growl,none,none,5.79,1.00,none,none,5.34, grown,grown,25.00,Verb,5,4,1,grow,none,none,4.79,1.00,none,5.62,4.99, grownup,grownup,1.39,Noun,7,6,2,grownup,4.43,1.00,4.43,1.00,none,none,none, grownups,grownups,1.53,Noun,8,7,2,grownup,none,none,4.43,1.00,none,none,none, grows,grows,9.49,Verb,5,4,1,grow,none,none,4.79,1.00,none,5.62,4.99, growth,growth,6.45,Noun,6,4,1,growth,6.70,1.00,6.70,1.00,none,7.56,none, growths,growths,0.12,Noun,7,5,1,growth,none,none,6.70,1.00,none,7.56,none, grub,grub,2.73,Noun,4,4,1,grub,8.95,1.00,8.95,1.00,none,none,8.61, grubber,grubber,0.10,Noun,7,5,2,grubber,11.00,0.84,11.00,0.84,none,none,none, grubbiness,grubbiness,0.02,Noun,10,8,3,grubbiness,9.13,0.71,9.13,0.71,none,none,none, grubbing,grubbing,0.27,Verb,8,6,2,grub,none,none,8.95,1.00,none,none,8.61, grubby,grubby,0.57,Adjective,6,5,2,grubby,10.78,0.95,10.78,0.95,none,none,none, grubs,grubs,0.45,Noun,5,5,1,grub,none,none,8.95,1.00,none,none,8.61, grubstake,grubstake,0.18,Noun,9,8,2,grubstake,16.71,0.37,16.71,0.37,none,none,none, grudge,grudge,4.43,Noun,6,4,1,grudge,10.42,1.00,10.42,1.00,9.50,none,9.81, grudges,grudges,0.67,Noun,7,6,2,grudge,none,none,10.42,1.00,9.50,none,9.81, grudging,grudging,0.10,Adjective,8,6,2,grudging,11.22,1.00,11.22,1.00,none,none,none, gruel,gruel,0.45,Noun,5,5,2,gruel,11.60,0.79,11.60,0.79,none,none,none, grueling,gruelling,0.67,Adjective,8,7,3,grueling,11.33,1.00,11.33,1.00,none,none,none, gruesome,gruesome,2.04,Adjective,8,6,2,gruesome,8.60,1.00,8.60,1.00,none,none,none, gruesomeness,gruesomeness,0.02,Noun,12,9,3,gruesomeness,11.16,1.00,11.16,1.00,none,none,none, gruff,gruff,0.55,Adjective,5,4,1,gruff,8.94,0.95,8.94,0.95,none,none,10.42, gruffer,gruffer,0.02,Adjective,7,5,2,gruff,none,none,8.94,0.95,none,none,10.42, gruffest,gruffest,0.02,Adjective,8,7,2,gruff,none,none,8.94,0.95,none,none,10.42, grumble,grumble,0.18,Verb,7,7,2,grumble,8.37,1.00,8.37,1.00,7.57,none,none, grumbled,grumbled,0.04,Verb,8,8,2,grumble,none,none,8.37,1.00,7.57,none,none, grumbler,grumbler,0.04,Noun,8,8,3,grumbler,8.75,0.76,8.75,0.76,none,none,none, grumblers,grumblers,0.02,Noun,9,9,3,grumbler,none,none,8.75,0.76,none,none,none, grumbles,grumbles,0.12,Verb,8,8,2,grumble,none,none,8.37,1.00,7.57,none,none, grumbling,grumbling,0.25,Verb,9,9,3,grumble,none,none,8.37,1.00,7.57,none,none, grump,grump,0.33,Noun,5,5,1,grump,8.39,1.00,8.39,1.00,none,none,none, grumpiest,grumpiest,0.02,Adjective,9,9,3,grumpy,none,none,5.89,1.00,none,none,none, grumps,grumps,0.04,Noun,6,6,1,grump,none,none,8.39,1.00,none,none,none, grumpy,grumpy,2.35,Adjective,6,6,2,grumpy,5.89,1.00,5.89,1.00,none,none,none, grunge,grunge,0.35,Noun,6,5,1,grunge,11.93,0.83,11.93,0.83,none,none,none, grungy,grungy,0.24,Adjective,6,6,2,grungy,10.00,0.89,10.00,0.89,none,none,none, grunt,grunt,2.22,Noun,5,5,1,grunt,8.79,1.00,8.79,1.00,6.73,none,7.22, grunted,grunted,0.16,Verb,7,7,2,grunt,none,none,8.79,1.00,6.73,none,7.22, grunting,grunting,5.08,Noun,8,7,2,grunting,10.06,1.00,10.06,1.00,none,none,none, grunts,grunts,6.98,Noun,6,6,1,grunt,none,none,8.79,1.00,6.73,none,7.22, gruyere,gruyere,0.06,Noun,7,7,3,gruyere,17.00,0.50,17.00,0.50,none,none,none, gryphon,gryphon,0.02,Noun,7,6,2,griffon,none,none,13.54,0.72,none,none,none, guacamole,guacamole,1.10,Noun,9,9,4,guacamole,9.68,1.00,9.68,1.00,none,none,none, guanine,guanine,0.06,Noun,7,6,2,guanine,15.00,0.44,15.00,0.44,none,none,none, guano,guano,0.39,Noun,5,5,2,guano,13.15,0.72,13.15,0.72,none,none,none, guar,guar,0.04,Noun,4,5,2,guar,15.75,0.40,15.75,0.40,none,none,none, guarantee,guarantee,22.02,Verb,9,7,3,guarantee,11.05,1.00,11.05,1.00,none,none,none, guaranteed,guaranteed,6.65,Verb,10,8,3,guarantee,none,none,11.05,1.00,none,none,none, guaranteeing,guaranteeing,0.51,Verb,12,9,4,guarantee,none,none,11.05,1.00,none,none,none, guarantees,guarantees,2.18,Noun,10,8,3,guarantee,none,none,11.05,1.00,none,none,none, guarantor,guarantor,0.18,Noun,9,8,3,guarantor,17.18,0.77,17.18,0.77,none,none,none, guarantors,guarantors,0.04,Noun,10,9,3,guarantor,none,none,17.18,0.77,none,none,none, guaranty,guaranty,0.06,Adjective,8,7,3,guaranty,11.00,0.89,11.00,0.89,none,none,none, guard,guard,58.20,Noun,5,4,1,guard,6.25,1.00,6.25,1.00,6.84,6.41,7.36, guardant,guardant,0.02,Noun,8,7,2,guardant,12.78,0.50,12.78,0.50,none,none,none, guarded,guarded,3.27,Verb,7,6,2,guard,none,none,6.25,1.00,6.84,6.41,7.36, guarder,guarder,0.02,Noun,7,5,2,guarder,9.52,1.00,9.52,1.00,none,none,none, guardhouse,guardhouse,0.71,Noun,10,7,2,guardhouse,9.28,0.95,9.28,0.95,none,none,none, guardhouses,guardhouses,0.04,Noun,11,9,3,guardhouse,none,none,9.28,0.95,none,none,none, guardian,guardian,7.02,Noun,8,7,3,guardian,9.44,1.00,9.44,1.00,none,none,none, guardians,guardians,1.33,Noun,9,8,3,guardian,none,none,9.44,1.00,none,none,none, guardianship,guardianship,0.49,Noun,12,10,4,guardianship,9.48,1.00,9.48,1.00,none,none,none, guarding,guarding,3.71,Verb,8,6,2,guard,none,none,6.25,1.00,6.84,6.41,7.36, guardrail,guardrail,0.27,Noun,9,7,2,guardrail,9.35,0.94,9.35,0.94,none,none,none, guardrails,guardrails,0.04,Noun,10,8,2,guardrail,none,none,9.35,0.94,none,none,none, guardroom,guardroom,0.20,Noun,9,7,2,guardroom,12.24,1.00,12.24,1.00,none,none,none, guards,guards,24.25,Noun,6,5,1,guard,none,none,6.25,1.00,6.84,6.41,7.36, guardsman,guardsman,0.16,Noun,9,8,2,guardsman,10.33,0.95,10.33,0.95,none,none,none, guardsmen,guardsmen,0.31,Noun,9,8,2,guardsman,none,none,10.33,0.95,none,none,none, guava,guava,0.25,Noun,5,5,2,guava,12.39,0.82,12.39,0.82,none,none,none, gubernatorial,gubernatorial,0.04,Adjective,13,12,6,gubernatorial,14.14,0.70,14.14,0.70,none,none,none, guck,guck,0.12,Noun,4,3,1,guck,10.27,0.61,10.27,0.61,none,none,none, gudgeon,gudgeon,0.04,Noun,7,5,2,gudgeon,14.62,0.44,14.62,0.44,none,none,none, guerdon,guerdon,0.02,Noun,7,8,3,guerdon,19.75,0.22,19.75,0.22,none,none,none, guerilla,guerrilla,0.67,Noun,8,5,3,guerrilla,none,none,11.95,1.00,none,none,none, guerillas,guerrillas,0.33,Noun,9,6,3,guerrilla,none,none,11.95,1.00,none,none,none, guerrilla,guerrilla,1.08,Noun,9,5,3,guerrilla,11.95,1.00,11.95,1.00,none,none,none, guerrillas,guerrillas,1.37,Noun,10,6,3,guerrilla,none,none,11.95,1.00,none,none,none, guess,guess,453.98,Verb,5,3,1,guess,5.44,1.00,5.44,1.00,none,5.94,5.59, guessed,guessed,7.43,Verb,7,4,1,guess,none,none,5.44,1.00,none,5.94,5.59, guesser,guesser,0.39,Noun,7,4,2,guesser,8.16,1.00,8.16,1.00,none,none,none, guesses,guesses,1.45,Noun,7,5,2,guess,none,none,5.44,1.00,none,5.94,5.59, guessing,guessing,10.71,Verb,8,5,2,guess,none,none,5.44,1.00,none,5.94,5.59, guesstimate,guesstimate,0.08,Verb,11,8,3,guesstimate,10.37,1.00,10.37,1.00,none,none,none, guesswork,guesswork,0.43,Noun,9,6,2,guesswork,11.15,1.00,11.15,1.00,none,none,none, guest,guest,39.94,Noun,5,4,1,guest,6.21,1.00,6.21,1.00,none,6.20,6.87, guesthouse,guesthouse,0.75,Noun,10,7,2,guesthouse,9.26,1.00,9.26,1.00,none,none,none, guesthouses,guesthouses,0.02,Noun,11,9,3,guesthouse,none,none,9.26,1.00,none,none,none, guestroom,guestroom,0.08,Noun,9,7,2,guestroom,7.76,0.94,7.76,0.94,none,none,none, guests,guests,25.71,Noun,6,5,1,guest,none,none,6.21,1.00,none,6.20,6.87, guff,guff,0.43,Noun,4,3,1,guff,10.50,0.53,10.50,0.53,none,none,none, guffaw,guffaw,0.06,Noun,6,4,2,guffaw,12.64,0.74,12.64,0.74,none,none,none, guffawing,guffawing,0.04,Verb,9,6,3,guffaw,none,none,12.64,0.74,none,none,none, guffaws,guffaws,0.16,Noun,7,5,2,guffaw,none,none,12.64,0.74,none,none,none, guidance,guidance,7.37,Noun,8,6,2,guidance,8.95,1.00,8.95,1.00,none,none,none,9.13 guide,guide,17.84,Noun,5,3,1,guide,7.11,1.00,7.11,1.00,7.43,6.67,7.91, guidebook,guidebook,0.69,Noun,9,6,2,guidebook,11.11,1.00,11.11,1.00,none,none,none, guidebooks,guidebooks,0.29,Noun,10,7,2,guidebook,none,none,11.11,1.00,none,none,none, guided,guided,2.08,Verb,6,5,2,guide,none,none,7.11,1.00,7.43,6.67,7.91, guideline,guideline,0.27,Noun,9,6,2,guideline,8.06,1.00,8.06,1.00,none,none,none, guidelines,guidelines,1.69,Noun,10,7,2,guideline,none,none,8.06,1.00,none,none,none, guidepost,guidepost,0.04,Noun,9,7,2,guidepost,9.76,0.89,9.76,0.89,none,none,none, guides,guides,1.78,Noun,6,4,1,guide,none,none,7.11,1.00,7.43,6.67,7.91, guiding,guiding,2.08,Adjective,7,5,2,guiding,7.74,1.00,7.74,1.00,none,none,none, guidon,guidon,0.12,Noun,6,5,2,guidon,13.00,0.05,13.00,0.05,none,none,none, guild,guild,2.02,Noun,5,4,1,guild,12.94,0.89,12.94,0.89,none,12.90,11.63, guilder,guilder,0.27,Noun,7,5,2,guilder,12.23,0.72,12.23,0.72,none,none,none, guilders,guilders,0.29,Noun,8,6,2,guilder,none,none,12.23,0.72,none,none,none, guilds,guilds,0.02,Noun,6,5,1,guild,none,none,12.94,0.89,none,12.90,11.63, guile,guile,1.02,Noun,5,3,1,guile,13.25,0.44,13.25,0.44,none,none,13.30, guileless,guileless,0.06,Adjective,9,6,2,guileless,16.62,0.68,16.62,0.68,none,none,none, guiles,guiles,0.02,Noun,6,4,1,guile,none,none,13.25,0.44,none,none,13.30, guillotine,guillotine,0.82,Noun,10,7,3,guillotine,11.75,0.84,11.75,0.84,none,none,none, guillotined,guillotined,0.10,Verb,11,8,3,guillotine,none,none,11.75,0.84,none,none,none, guillotines,guillotines,0.02,Noun,11,8,3,guillotine,none,none,11.75,0.84,none,none,none, guilt,guilt,14.90,Noun,5,4,1,guilt,7.05,1.00,7.05,1.00,8.73,8.60,8.11, guiltier,guiltier,0.22,Adjective,8,6,3,guilty,none,none,8.05,1.00,8.65,none,none, guiltiness,guiltiness,0.02,Noun,10,8,3,guiltiness,9.67,1.00,9.67,1.00,none,none,none, guiltless,guiltless,0.14,Adjective,9,7,2,guiltless,9.92,1.00,9.92,1.00,none,none,none, guilty,guilty,62.29,Adjective,6,5,2,guilty,8.05,1.00,8.05,1.00,8.65,none,none, guinea,guinea,4.45,Noun,6,4,2,guinea,9.21,1.00,9.21,1.00,none,none,none, guineas,guineas,0.98,Noun,7,5,2,guinea,none,none,9.21,1.00,none,none,none, guiro,guiro,0.02,Noun,5,4,2,guiro,16.33,0.32,16.33,0.32,none,none,none, guise,guise,0.55,Noun,5,3,1,guise,13.12,0.89,13.12,0.89,none,none,13.20, guises,guises,0.06,Noun,6,5,2,guise,none,none,13.12,0.89,none,none,13.20, guitar,guitar,15.59,Noun,6,5,2,guitar,5.32,1.00,5.32,1.00,none,6.07,none,6.47 guitarist,guitarist,0.71,Noun,9,8,3,guitarist,9.26,1.00,9.26,1.00,none,none,none, guitarists,guitarists,0.10,Noun,10,9,3,guitarist,none,none,9.26,1.00,none,none,none, guitars,guitars,1.18,Noun,7,6,2,guitar,none,none,5.32,1.00,none,6.07,none,6.47 gulag,gulag,0.43,Noun,5,6,2,gulag,12.50,0.44,12.50,0.44,none,none,none, gulags,gulags,0.02,Noun,6,7,2,gulag,none,none,12.50,0.44,none,none,none, gulden,gulden,0.02,Noun,6,6,2,gulden,15.00,0.22,15.00,0.22,none,none,none, gules,gules,0.02,Verb,5,5,1,gules,17.25,0.22,17.25,0.22,none,none,none, gulf,gulf,4.73,Noun,4,4,1,gulf,9.37,1.00,9.37,1.00,none,9.03,9.02, gulfs,gulfs,0.02,Noun,5,5,1,gulf,none,none,9.37,1.00,none,9.03,9.02, gull,gull,1.10,Noun,4,3,1,gull,8.65,1.00,8.65,1.00,none,none,8.82, gullet,gullet,0.47,Noun,6,5,2,gullet,13.35,0.89,13.35,0.89,none,12.73,none, gullets,gullets,0.06,Noun,7,6,2,gullet,none,none,13.35,0.89,none,12.73,none, gulley,gulley,0.02,Noun,6,4,2,gully,none,none,10.78,1.00,none,none,none,11.39 gullibility,gullibility,0.08,Noun,11,10,5,gullibility,10.63,0.95,10.63,0.95,none,none,none, gullible,gullible,1.25,Adjective,8,7,3,gullible,10.83,1.00,10.83,1.00,none,none,none, gullies,gullies,0.06,Noun,7,5,2,gully,none,none,10.78,1.00,none,none,none,11.39 gulls,gulls,1.04,Noun,5,4,1,gull,none,none,8.65,1.00,none,none,8.82, gully,gully,0.92,Noun,5,4,2,gully,10.78,1.00,10.78,1.00,none,none,none,11.39 gulp,gulp,0.98,Verb,4,4,1,gulp,7.29,1.00,7.29,1.00,none,none,6.81, gulped,gulped,0.04,Verb,6,5,1,gulp,none,none,7.29,1.00,none,none,6.81, gulping,gulping,0.18,Verb,7,6,2,gulp,none,none,7.29,1.00,none,none,6.81, gulps,gulps,0.25,Verb,5,5,1,gulp,none,none,7.29,1.00,none,none,6.81, gum,gum,13.39,Noun,3,3,1,gum,4.89,1.00,4.89,1.00,none,none,4.47, gumball,gumball,0.18,Noun,7,6,2,gumball,5.32,1.00,5.32,1.00,none,none,none, gumballs,gumballs,0.08,Noun,8,7,2,gumball,none,none,5.32,1.00,none,none,none, gumbo,gumbo,0.88,Noun,5,5,2,gumbo,12.05,0.95,12.05,0.95,none,none,none,9.85 gumboil,gumboil,0.04,Noun,7,6,2,gumboil,15.25,0.42,15.25,0.42,none,none,none, gumdrop,gumdrop,0.16,Noun,7,7,2,gumdrop,5.53,0.94,5.53,0.94,none,none,none, gumdrops,gumdrops,0.22,Noun,8,8,2,gumdrop,none,none,5.53,0.94,none,none,none, gumminess,gumminess,0.02,Noun,9,7,3,gumminess,9.33,0.86,9.33,0.86,none,none,none, gumming,gumming,0.14,Verb,7,5,2,gum,none,none,4.89,1.00,none,none,4.47, gummy,gummy,0.75,Adjective,5,4,2,gummy,8.89,1.00,8.89,1.00,none,none,none, gumption,gumption,0.47,Noun,8,7,2,gumption,12.27,0.75,12.27,0.75,none,none,none, gums,gums,1.88,Noun,4,4,1,gum,none,none,4.89,1.00,none,none,4.47, gumshoe,gumshoe,0.35,Noun,7,5,2,gumshoe,11.11,0.86,11.11,0.86,none,none,none, gun,gun,213.20,Noun,3,3,1,gun,5.58,1.00,5.58,1.00,none,4.73,5.75, gunboat,gunboat,0.63,Noun,7,6,2,gunboat,10.69,0.84,10.69,0.84,none,none,none, gunboats,gunboats,0.20,Noun,8,7,2,gunboat,none,none,10.69,0.84,none,none,none, guncotton,guncotton,0.02,Noun,9,8,3,guncotton,13.00,0.61,13.00,0.61,none,none,none, gunfight,gunfight,1.14,Noun,8,6,2,gunfight,8.79,1.00,8.79,1.00,none,none,none, gunfighter,gunfighter,1.41,Noun,10,7,3,gunfighter,7.18,0.89,7.18,0.89,none,none,none, gunfighters,gunfighters,0.18,Noun,11,8,3,gunfighter,none,none,7.18,0.89,none,none,none, gunfights,gunfights,0.14,Noun,9,7,2,gunfight,none,none,8.79,1.00,none,none,none, gunfire,gunfire,5.22,Noun,7,6,3,gunfire,7.52,1.00,7.52,1.00,none,none,none, gunk,gunk,0.47,Noun,4,4,1,gunk,8.11,1.00,8.11,1.00,none,none,none, gunman,gunman,2.08,Noun,6,6,2,gunman,8.94,0.95,8.94,0.95,none,none,none, gunmen,gunmen,1.25,Noun,6,6,2,gunman,none,none,8.94,0.95,none,none,none, gunmetal,gunmetal,0.04,Adjective,8,8,3,gunmetal,13.75,0.84,13.75,0.84,none,none,none, gunned,gunned,1.20,Verb,6,4,1,gun,none,none,5.58,1.00,none,4.73,5.75, gunnel,gunnel,0.10,Noun,6,5,2,gunnel,12.25,0.19,12.25,0.19,none,none,none, gunner,gunner,2.35,Noun,6,4,2,gunner,10.13,0.79,10.13,0.79,none,none,none, gunners,gunners,0.37,Noun,7,5,2,gunner,none,none,10.13,0.79,none,none,none, gunnery,gunnery,0.88,Noun,7,5,3,gunnery,9.71,0.94,9.71,0.94,none,none,none, gunnies,gunnies,0.02,Noun,7,5,2,gunny,none,none,12.58,0.63,none,none,none, gunning,gunning,1.24,Verb,7,5,2,gun,none,none,5.58,1.00,none,4.73,5.75, gunny,gunny,0.63,Noun,5,4,2,gunny,12.58,0.63,12.58,0.63,none,none,none, gunnysack,gunnysack,0.10,Noun,9,7,3,gunnysack,11.58,0.63,11.58,0.63,none,none,none, gunnysacks,gunnysacks,0.04,Noun,10,8,3,gunnysack,none,none,11.58,0.63,none,none,none, gunplay,gunplay,0.41,Noun,7,6,2,gunplay,10.45,1.00,10.45,1.00,none,none,none, gunpoint,gunpoint,1.12,Noun,8,7,2,gunpoint,9.37,1.00,9.37,1.00,none,none,none, gunpowder,gunpowder,1.67,Noun,9,7,3,gunpowder,9.74,1.00,9.74,1.00,none,none,none, gunroom,gunroom,0.06,Noun,7,6,2,gunroom,9.44,0.95,9.44,0.95,none,none,none, gunrunner,gunrunner,0.12,Noun,9,7,3,gunrunner,12.06,0.94,12.06,0.94,none,none,none, gunrunners,gunrunners,0.12,Noun,10,8,3,gunrunner,none,none,12.06,0.94,none,none,none, gunrunning,gunrunning,0.14,Verb,10,8,3,gunrunning,13.90,0.56,13.90,0.56,none,none,none, guns,guns,60.63,Noun,4,4,1,gun,none,none,5.58,1.00,none,4.73,5.75, gunship,gunship,0.20,Noun,7,6,2,gunship,9.79,1.00,9.79,1.00,none,none,none, gunships,gunships,0.22,Noun,8,7,2,gunship,none,none,9.79,1.00,none,none,none, gunshot,gunshot,10.20,Noun,7,6,2,gunshot,6.78,1.00,6.78,1.00,none,none,none, gunshots,gunshots,4.16,Noun,8,7,2,gunshot,none,none,6.78,1.00,none,none,none, gunslinger,gunslinger,0.41,Noun,10,8,3,gunslinger,9.05,0.95,9.05,0.95,none,none,none, gunslingers,gunslingers,0.10,Noun,11,9,3,gunslinger,none,none,9.05,0.95,none,none,none, gunsmith,gunsmith,0.29,Noun,8,7,2,gunsmith,10.16,1.00,10.16,1.00,11.48,none,none, gunsmiths,gunsmiths,0.02,Noun,9,8,2,gunsmith,none,none,10.16,1.00,11.48,none,none, gunwale,gunwale,0.04,Noun,7,6,2,gunwale,13.55,0.61,13.55,0.61,none,none,none, gunwales,gunwales,0.04,Noun,8,7,2,gunwale,none,none,13.55,0.61,none,none,none, guppies,guppies,0.24,Noun,7,5,2,guppy,none,none,8.06,0.95,none,none,none, guppy,guppy,0.35,Noun,5,4,2,guppy,8.06,0.95,8.06,0.95,none,none,none, gurgle,gurgle,0.24,Verb,6,5,2,gurgle,7.74,1.00,7.74,1.00,none,none,none, gurgled,gurgled,0.10,Verb,7,6,2,gurgle,none,none,7.74,1.00,none,none,none, gurgles,gurgles,0.22,Verb,7,6,2,gurgle,none,none,7.74,1.00,none,none,none, gurney,gurney,2.49,Noun,6,4,2,gurney,11.47,0.94,11.47,0.94,none,none,none,11.19 gurneys,gurneys,0.18,Noun,7,6,2,gurney,none,none,11.47,0.94,none,none,none,11.19 guru,guru,1.53,Noun,4,4,2,guru,13.94,0.95,13.94,0.95,none,none,none,11.80 gurus,gurus,0.20,Noun,5,5,2,guru,none,none,13.94,0.95,none,none,none,11.80 gush,gush,0.71,Verb,4,3,1,gush,10.00,1.00,10.00,1.00,none,8.98,7.93, gushed,gushed,0.08,Verb,6,4,1,gush,none,none,10.00,1.00,none,8.98,7.93, gusher,gusher,0.39,Noun,6,4,2,gusher,8.47,0.94,8.47,0.94,none,none,none, gushes,gushes,0.08,Verb,6,5,2,gush,none,none,10.00,1.00,none,8.98,7.93, gushing,gushing,0.65,Verb,7,5,2,gush,none,none,10.00,1.00,none,8.98,7.93, gushy,gushy,0.14,Adjective,5,4,2,gushy,8.89,0.95,8.89,0.95,none,none,none, gusset,gusset,0.06,Noun,6,5,2,gusset,10.50,0.56,10.50,0.56,none,none,none, gusseted,gusseted,0.02,Adjective,8,7,3,gusseted,15.77,0.68,15.77,0.68,none,none,none, gussied,gussied,0.18,Verb,7,5,2,gussy,none,none,12.15,0.72,none,none,none, gussy,gussy,0.12,Noun,5,4,2,gussy,12.15,0.72,12.15,0.72,none,none,none, gust,gust,0.47,Noun,4,4,1,gust,8.12,0.94,8.12,0.94,none,none,8.26, gustatory,gustatory,0.02,Adjective,9,9,4,gustatory,15.80,0.83,15.80,0.83,none,none,none, gusting,gusting,0.31,Verb,7,6,2,gust,none,none,8.12,0.94,none,none,8.26, gusto,gusto,0.90,Noun,5,5,2,gusto,11.53,1.00,11.53,1.00,11.16,none,none,12.11 gusts,gusts,0.22,Noun,5,5,1,gust,none,none,8.12,0.94,none,none,8.26, gusty,gusty,0.10,Adjective,5,5,2,gusty,9.15,1.00,9.15,1.00,none,none,none, gut,gut,9.75,Noun,3,3,1,gut,7.17,1.00,7.17,1.00,none,none,7.72, gutbucket,gutbucket,0.02,Noun,9,8,3,gutbucket,12.50,0.56,12.50,0.56,none,none,none, gutless,gutless,1.04,Adjective,7,6,2,gutless,11.17,1.00,11.17,1.00,none,none,none, gutlessness,gutlessness,0.02,Noun,11,9,3,gutlessness,11.00,1.00,11.00,1.00,none,none,none, guts,guts,23.75,Noun,4,4,1,guts,6.96,1.00,6.96,1.00,none,none,none, gutsiest,gutsiest,0.04,Name,8,8,3,gutsy,none,none,8.67,0.95,none,none,none, gutsy,gutsy,0.67,Adjective,5,5,2,gutsy,8.67,0.95,8.67,0.95,none,none,none, gutted,gutted,0.94,Verb,6,5,2,gut,none,none,7.17,1.00,none,none,7.72, gutter,gutter,5.24,Noun,6,4,2,gutter,7.79,1.00,7.79,1.00,none,none,none,7.57 guttering,guttering,0.04,Noun,9,6,3,guttering,12.38,0.72,12.38,0.72,none,none,none, gutters,gutters,1.18,Noun,7,5,2,gutter,none,none,7.79,1.00,none,none,none,7.57 guttersnipe,guttersnipe,0.14,Noun,11,8,3,guttersnipe,11.67,0.32,11.67,0.32,none,none,none, guttersnipes,guttersnipes,0.02,Noun,12,9,3,guttersnipe,none,none,11.67,0.32,none,none,none, gutting,gutting,0.29,Verb,7,5,2,gut,none,none,7.17,1.00,none,none,7.72, guttural,guttural,0.16,Adjective,8,6,3,guttural,14.67,0.75,14.67,0.75,none,none,none, gutty,gutty,0.06,Adjective,5,4,2,gutty,12.36,0.61,12.36,0.61,none,none,none, guy,guy,762.61,Noun,3,2,1,guy,4.11,1.00,4.11,1.00,none,7.18,5.46, guys,guys,631.33,Noun,4,3,1,guy,none,none,4.11,1.00,none,7.18,5.46, guzzle,guzzle,0.24,Verb,6,5,2,guzzle,10.33,0.95,10.33,0.95,none,none,none, guzzled,guzzled,0.10,Verb,7,6,2,guzzle,none,none,10.33,0.95,none,none,none, guzzler,guzzler,1.39,Noun,7,5,2,guzzler,11.72,1.00,11.72,1.00,none,none,none, guzzlers,guzzlers,0.02,Noun,8,7,3,guzzler,none,none,11.72,1.00,none,none,none, guzzles,guzzles,0.04,Verb,7,6,2,guzzle,none,none,10.33,0.95,none,none,none, guzzling,guzzling,0.31,Verb,8,7,3,guzzle,none,none,10.33,0.95,none,none,none, gym,gym,18.18,Noun,3,3,1,gym,6.00,1.00,6.00,1.00,none,none,6.72, gymkhana,gymkhana,Err:512,Err:512,8,7,3,gymkhana,16.00,0.10,16.00,0.10,none,none,none, gymnasium,gymnasium,1.39,Noun,9,9,4,gymnasium,6.63,1.00,6.63,1.00,none,none,none, gymnasiums,gymnasiums,0.08,Noun,10,10,4,gymnasium,none,none,6.63,1.00,none,none,none, gymnast,gymnast,0.59,Noun,7,7,2,gymnast,6.74,1.00,6.74,1.00,none,none,none,7.65 gymnastic,gymnastic,0.06,Adjective,9,9,3,gymnastic,7.06,1.00,7.06,1.00,none,none,none, gymnastics,gymnastics,1.53,Noun,10,10,3,gymnastics,7.74,1.00,7.74,1.00,none,none,none, gymnasts,gymnasts,0.20,Noun,8,8,2,gymnast,none,none,6.74,1.00,none,none,none,7.65 gyms,gyms,0.16,Noun,4,4,1,gym,none,none,6.00,1.00,none,none,6.72, gyp,gyp,0.61,Noun,3,3,1,gyp,9.25,0.60,9.25,0.60,none,none,12.97, gypping,gypping,0.06,Verb,7,5,2,gyp,none,none,9.25,0.60,none,none,12.97, gyps,gyps,0.02,Noun,4,4,1,gyp,none,none,9.25,0.60,none,none,12.97, gypsies,gipsies,2.37,Noun,7,6,2,gipsy,none,none,10.40,0.83,none,none,none, gypsum,gypsum,0.25,Noun,6,6,2,gypsum,14.33,0.83,14.33,0.83,none,none,none, gypsy,gipsy,6.63,Noun,5,5,2,gypsy,8.95,1.00,8.95,1.00,none,none,none,10.32 gyrate,gyrate,0.08,Verb,6,5,2,gyrate,13.67,0.86,13.67,0.86,none,none,none, gyrating,gyrating,0.16,Verb,8,7,3,gyrate,none,none,13.67,0.86,none,none,none, gyration,gyration,0.02,Noun,8,7,3,gyration,15.56,0.80,15.56,0.80,none,none,none, gyrations,gyrations,0.06,Noun,9,8,3,gyration,none,none,15.56,0.80,none,none,none, gyre,gyre,0.04,Noun,4,3,1,gyre,15.12,0.44,15.12,0.44,none,none,none, gyro,gyro,0.31,Noun,4,4,2,gyro,11.71,0.85,11.71,0.85,none,none,none, gyrocompass,gyrocompass,Err:512,Err:512,11,10,4,gyrocompass,14.00,0.42,14.00,0.42,none,none,none, gyros,gyros,0.14,Noun,5,5,2,gyro,none,none,11.71,0.85,none,none,none, gyroscope,gyroscope,0.18,Noun,9,8,3,gyroscope,12.69,0.89,12.69,0.89,none,none,none, gyroscopic,gyroscopic,0.12,Adjective,10,10,4,gyroscopic,13.13,0.83,13.13,0.83,none,none,none, habanera,habanera,Err:512,Err:512,8,8,4,habanera,12.27,0.52,12.27,0.52,none,none,none, haberdasher,haberdasher,0.18,Noun,11,10,4,haberdasher,14.33,0.68,14.33,0.68,none,none,none, haberdashery,haberdashery,0.14,Noun,12,9,5,haberdashery,12.82,0.52,12.82,0.52,none,none,none, habiliment,habiliment,0.02,Noun,10,10,4,habiliment,16.75,0.21,16.75,0.21,none,none,none, habiliments,habiliments,0.02,Noun,11,11,4,habiliment,none,none,16.75,0.21,none,none,none, habit,habit,14.47,Noun,5,5,2,habit,7.67,1.00,7.67,1.00,none,7.03,none,8.04 habitability,habitability,0.06,Noun,12,12,6,habitability,13.76,0.94,13.76,0.94,none,none,none, habitable,habitable,0.20,Adjective,9,9,4,habitable,12.17,0.95,12.17,0.95,none,none,none, habitant,habitant,0.02,Adjective,8,8,3,habitant,10.44,0.89,10.44,0.89,none,none,none, habitat,habitat,2.24,Noun,7,7,3,habitat,9.44,1.00,9.44,1.00,none,none,none, habitation,habitation,0.22,Noun,10,9,4,habitation,10.65,1.00,10.65,1.00,none,none,none, habitats,habitats,0.22,Noun,8,8,3,habitat,none,none,9.44,1.00,none,none,none, habits,habits,6.12,Noun,6,6,2,habit,none,none,7.67,1.00,none,7.03,none,8.04 habitual,habitual,0.51,Adjective,8,8,4,habitual,11.53,1.00,11.53,1.00,none,none,none, habituate,habituate,0.06,Verb,9,9,4,habituate,13.65,0.94,13.65,0.94,none,none,none, habituated,habituated,0.12,Verb,10,11,5,habituate,none,none,13.65,0.94,none,none,none, hacienda,hacienda,0.63,Noun,8,8,4,hacienda,11.59,0.89,11.59,0.89,none,none,none, hack,hack,8.55,Verb,4,3,1,hack,11.16,1.00,11.16,1.00,none,none,9.03, hackamore,hackamore,0.04,Noun,9,7,3,hackamore,12.50,0.27,12.50,0.27,none,none,none, hackberry,hackberry,0.02,Noun,9,7,3,hackberry,14.50,0.40,14.50,0.40,none,none,none, hacked,hacked,4.22,Verb,6,4,1,hack,none,none,11.16,1.00,none,none,9.03, hacker,hacker,2.12,Noun,6,4,2,hacker,13.39,1.00,13.39,1.00,none,none,none, hackers,hackers,1.16,Noun,7,5,2,hacker,none,none,13.39,1.00,none,none,none, hacking,hacking,1.67,Verb,7,5,2,hack,none,none,11.16,1.00,none,none,9.03, hackney,hackney,0.04,Noun,7,5,2,hackney,16.22,0.50,16.22,0.50,none,13.64,none, hackneyed,hackneyed,0.10,Adjective,9,6,2,hackneyed,14.70,0.56,14.70,0.56,none,none,none, hacks,hacks,0.69,Noun,5,4,1,hack,none,none,11.16,1.00,none,none,9.03, hacksaw,hacksaw,0.45,Noun,7,5,2,hacksaw,11.53,0.94,11.53,0.94,none,none,none, hacksaws,hacksaws,0.02,Noun,8,6,2,hacksaw,none,none,11.53,0.94,none,none,none, hackwork,hackwork,0.02,Noun,8,6,2,hackwork,12.33,0.63,12.33,0.63,none,none,none, had,had,1675.92,Verb,3,3,1,have,none,none,3.72,1.00,4.83,none,4.29, haddock,haddock,0.22,Noun,7,5,2,haddock,13.00,0.55,13.00,0.55,none,7.77,none, hade,hade,0.04,Verb,4,3,1,hade,11.00,0.47,11.00,0.47,none,none,none, hafiz,hafiz,0.08,Verb,5,5,2,hafiz,12.33,0.16,12.33,0.16,none,none,none, hafnium,hafnium,0.02,Noun,7,7,3,hafnium,16.00,0.17,16.00,0.17,none,none,none, hag,hag,1.78,Noun,3,3,1,hag,10.00,0.95,10.00,0.95,none,none,9.74, haggard,haggard,1.10,Name,7,5,2,haggard,11.17,1.00,11.17,1.00,none,none,none,12.01 haggis,haggis,0.75,Noun,6,5,2,haggis,15.42,0.55,15.42,0.55,none,none,none, haggle,haggle,0.73,Verb,6,5,2,haggle,12.75,0.89,12.75,0.89,none,none,none,10.80 haggled,haggled,0.08,Verb,7,6,2,haggle,none,none,12.75,0.89,none,none,none,10.80 haggling,haggling,0.43,Verb,8,7,3,haggle,none,none,12.75,0.89,none,none,none,10.80 hagiographic,hagiographic,0.02,Adjective,12,11,5,hagiographic,17.00,0.47,17.00,0.47,none,none,none, hags,hags,0.27,Noun,4,4,1,hag,none,none,10.00,0.95,none,none,9.74, haiku,haiku,0.47,Noun,5,4,2,haiku,11.94,0.89,11.94,0.89,none,none,none, hail,hail,12.02,Verb,4,3,1,hail,7.90,1.00,7.90,1.00,none,7.11,9.16, hailed,hailed,0.84,Verb,6,4,1,hail,none,none,7.90,1.00,none,7.11,9.16, hailing,hailing,1.31,Verb,7,5,2,hail,none,none,7.90,1.00,none,7.11,9.16, hails,hails,0.43,Verb,5,4,1,hail,none,none,7.90,1.00,none,7.11,9.16, hailstone,hailstone,0.04,Noun,9,7,2,hailstone,10.14,0.74,10.14,0.74,none,none,none, hailstones,hailstones,0.08,Noun,10,8,2,hailstone,none,none,10.14,0.74,none,none,none, hailstorm,hailstorm,0.20,Noun,9,8,2,hailstorm,8.16,1.00,8.16,1.00,none,none,none, hair,hair,153.55,Noun,4,3,1,hair,3.17,1.00,3.17,1.00,3.83,none,3.82, hairball,hairball,0.59,Noun,8,6,2,hairball,8.33,1.00,8.33,1.00,none,none,none, hairballs,hairballs,0.12,Noun,9,7,2,hairball,none,none,8.33,1.00,none,none,none, hairbrush,hairbrush,0.73,Noun,9,7,2,hairbrush,4.70,1.00,4.70,1.00,none,none,none, hairbrushes,hairbrushes,0.12,Noun,11,9,3,hairbrush,none,none,4.70,1.00,none,none,none, haircut,haircut,8.41,Noun,7,6,2,haircut,4.05,1.00,4.05,1.00,none,none,none, haircuts,haircuts,1.02,Noun,8,7,2,haircut,none,none,4.05,1.00,none,none,none, haircutting,haircutting,0.02,Noun,11,8,3,haircutting,6.29,1.00,6.29,1.00,none,none,none, hairdo,hairdo,1.29,Noun,6,5,2,hairdo,6.39,1.00,6.39,1.00,none,none,none,7.26 hairdos,hairdos,0.12,Noun,7,6,2,hairdo,none,none,6.39,1.00,none,none,none,7.26 hairdress,hairdress,0.02,0.02,9,7,2,hairdress,8.86,0.95,8.86,0.95,8.19,none,none, hairdresser,hairdresser,2.47,Noun,11,8,3,hairdresser,6.65,1.00,6.65,1.00,6.50,none,none, hairdressers,hairdressers,0.25,Noun,12,9,3,hairdresser,none,none,6.65,1.00,6.50,none,none, hairdressing,hairdressing,0.33,Noun,12,9,3,hairdressing,8.61,1.00,8.61,1.00,none,none,none, hairdryer,hairdryer,0.22,Noun,9,7,3,hairdryer,6.06,1.00,6.06,1.00,none,none,none, haired,haired,0.24,Adjective,6,4,1,haired,9.93,0.79,9.93,0.79,none,none,none, hairier,hairier,0.22,Adjective,7,5,3,hairy,none,none,5.70,1.00,none,none,none, hairiest,hairiest,0.14,Adjective,8,7,3,hairy,none,none,5.70,1.00,none,none,none, hairless,hairless,0.59,Adjective,8,6,2,hairless,8.67,1.00,8.67,1.00,none,none,none, hairline,hairline,1.22,Noun,8,6,2,hairline,9.68,1.00,9.68,1.00,none,none,none, hairlines,hairlines,0.04,Noun,9,7,2,hairline,none,none,9.68,1.00,none,none,none, hairnet,hairnet,0.24,Noun,7,6,2,hairnet,8.70,1.00,8.70,1.00,none,none,none, hairnets,hairnets,0.12,Noun,8,7,2,hairnet,none,none,8.70,1.00,none,none,none, hairpiece,hairpiece,0.37,Noun,9,6,2,hairpiece,10.83,1.00,10.83,1.00,none,none,none, hairpieces,hairpieces,0.04,Noun,10,8,3,hairpiece,none,none,10.83,1.00,none,none,none, hairpin,hairpin,0.35,Noun,7,6,2,hairpin,8.17,1.00,8.17,1.00,none,none,none, hairpins,hairpins,0.43,Noun,8,7,2,hairpin,none,none,8.17,1.00,none,none,none, hairs,hairs,5.20,Noun,5,4,1,hair,none,none,3.17,1.00,3.83,none,3.82, hairsbreadth,hairsbreadth,Err:512,Err:512,12,9,2,hairsbreadth,13.58,0.63,13.58,0.63,none,none,none, hairsplitting,hair-splitting,0.06,Noun,13,10,3,hairsplitting,12.05,1.00,12.05,1.00,none,none,none, hairspray,hairspray,0.75,Noun,9,7,2,hairspray,7.84,1.00,7.84,1.00,none,none,none, hairstyle,hairstyle,0.69,Noun,9,7,2,hairstyle,7.11,1.00,7.11,1.00,none,none,none, hairstyles,hairstyles,0.16,Noun,10,8,2,hairstyle,none,none,7.11,1.00,none,none,none, hairstylist,hairstylist,0.14,Noun,11,10,3,hairstylist,8.50,1.00,8.50,1.00,none,none,none, hairstylists,hairstylists,0.02,Noun,12,11,3,hairstylist,none,none,8.50,1.00,none,none,none, hairy,hairy,6.31,Adjective,5,4,2,hairy,5.70,1.00,5.70,1.00,none,none,none, hajj,hajj,0.04,Name,4,3,1,hajji,none,none,17.67,0.17,none,none,none, hajji,hajji,0.02,Adjective,5,4,2,hajji,17.67,0.17,17.67,0.17,none,none,none, hajjis,hajjis,0.02,Noun,6,5,2,hajji,none,none,17.67,0.17,none,none,none, hake,hake,0.04,Noun,4,3,1,hake,16.20,0.26,16.20,0.26,none,none,none, hakim,hakim,0.69,Verb,5,5,2,hakim,13.33,0.32,13.33,0.32,none,none,none, halberd,halberd,0.12,Noun,7,7,2,halberd,12.80,0.26,12.80,0.26,none,none,none, hale,hale,1.73,Name,4,3,1,hale,10.90,0.95,10.90,0.95,none,none,10.53, half,half,199.14,Determiner,4,3,1,half,5.45,1.00,5.45,1.00,none,5.47,5.06, halfback,halfback,0.53,Noun,8,6,2,halfback,9.67,0.83,9.67,0.83,none,none,none, halfbacks,halfbacks,0.04,Noun,9,7,2,halfback,none,none,9.67,0.83,none,none,none, halfcocked,half-cocked,0.08,Verb,10,7,2,halfcocked,11.89,1.00,11.89,1.00,none,none,none, halfpence,halfpence,0.02,Noun,9,7,2,halfpenny,none,none,11.07,0.75,none,none,none, halfpenny,halfpenny,0.06,Noun,9,7,3,halfpenny,11.07,0.75,11.07,0.75,none,none,none, halftime,halftime,1.33,Noun,8,6,2,halftime,7.61,1.00,7.61,1.00,none,none,none, halftrack,halftrack,0.04,Noun,9,7,2,halftrack,13.50,0.78,13.50,0.78,none,none,none, halfwit,halfwit,0.08,Noun,7,6,2,halfwit,11.00,0.95,11.00,0.95,none,none,none, halfwits,halfwits,0.02,Noun,8,7,2,halfwit,none,none,11.00,0.95,none,none,none, halibut,halibut,0.51,Noun,7,7,3,halibut,12.11,0.82,12.11,0.82,none,none,none, halitosis,halitosis,0.25,Noun,9,9,4,halitosis,14.67,0.82,14.67,0.82,none,none,none, hall,hall,51.94,Noun,4,3,1,hall,5.35,1.00,5.35,1.00,none,5.77,5.79, hallmark,hallmark,1.27,Noun,8,7,2,hallmark,10.42,1.00,10.42,1.00,none,none,none, hallmarks,hallmarks,0.14,Noun,9,8,2,hallmark,none,none,10.42,1.00,none,none,none, halloo,halloo,0.20,Noun,6,4,2,halloo,11.33,0.17,11.33,0.17,none,none,none, hallooed,hallooed,0.02,Verb,8,5,2,halloo,none,none,11.33,0.17,none,none,none, halloos,halloos,0.02,Noun,7,5,2,halloo,none,none,11.33,0.17,none,none,none, hallow,hallow,0.18,Verb,6,4,2,hallow,10.79,1.00,10.79,1.00,none,none,none, hallowed,hallowed,2.29,Adjective,8,5,2,hallowed,11.22,1.00,11.22,1.00,none,none,none, halls,halls,4.00,Noun,5,4,1,hall,none,none,5.35,1.00,none,5.77,5.79, hallucinate,hallucinate,0.29,Verb,11,9,4,hallucinate,10.53,1.00,10.53,1.00,none,none,none, hallucinated,hallucinated,0.24,Verb,12,11,5,hallucinate,none,none,10.53,1.00,none,none,none, hallucinates,hallucinates,0.06,Verb,12,10,4,hallucinate,none,none,10.53,1.00,none,none,none, hallucinating,hallucinating,1.92,Verb,13,11,5,hallucinate,none,none,10.53,1.00,none,none,none, hallucination,hallucination,1.78,Noun,13,11,5,hallucination,14.28,1.00,14.28,1.00,none,none,none, hallucinations,hallucinations,2.33,Noun,14,12,5,hallucination,none,none,14.28,1.00,none,none,none, hallucinatory,hallucinatory,0.14,Adjective,13,12,6,hallucinatory,14.44,1.00,14.44,1.00,none,none,none, hallucinogen,hallucinogen,0.24,Noun,12,11,5,hallucinogen,13.58,1.00,13.58,1.00,none,none,none, hallucinogenic,hallucinogenic,0.33,Adjective,14,13,6,hallucinogenic,14.42,0.95,14.42,0.95,none,none,none, hallucinogens,hallucinogens,0.25,Noun,13,12,5,hallucinogen,none,none,13.58,1.00,none,none,none, hallway,hallway,9.55,Noun,7,5,2,hallway,5.38,1.00,5.38,1.00,none,5.96,none,5.81 hallways,hallways,0.84,Noun,8,6,2,hallway,none,none,5.38,1.00,none,5.96,none,5.81 halo,halo,1.61,Noun,4,4,2,halo,6.39,1.00,6.39,1.00,none,none,none,8.62 halocline,halocline,0.04,Noun,9,8,3,halocline,14.17,0.33,14.17,0.33,none,none,none, halogen,halogen,0.04,Noun,7,7,3,halogen,13.47,1.00,13.47,1.00,none,none,none, halogens,halogens,0.02,Noun,8,8,3,halogen,none,none,13.47,1.00,none,none,none, haloperidol,haloperidol,0.16,Noun,11,10,5,haloperidol,17.57,0.37,17.57,0.37,none,none,none, halos,halos,0.10,Noun,5,5,2,halo,none,none,6.39,1.00,none,none,none,8.62 halothane,halothane,0.35,Noun,9,7,3,halothane,14.00,0.22,14.00,0.22,none,none,none, halt,halt,11.27,Verb,4,4,1,halt,8.11,1.00,8.11,1.00,7.78,none,8.54, halted,halted,0.35,Verb,6,6,2,halt,none,none,8.11,1.00,7.78,none,8.54, halter,halter,0.51,Noun,6,5,2,halter,10.55,0.95,10.55,0.95,none,10.07,none, halts,halts,0.06,Verb,5,5,1,halt,none,none,8.11,1.00,7.78,none,8.54, halve,halve,0.14,Verb,5,3,1,halve,7.53,1.00,7.53,1.00,none,none,9.46, halved,halved,0.04,Verb,6,4,1,halve,none,none,7.53,1.00,none,none,9.46, halves,halves,1.10,Noun,6,4,1,half,none,none,5.45,1.00,none,5.47,5.06, halyard,halyard,0.24,Noun,7,7,3,halyard,16.00,0.15,16.00,0.15,none,none,none, halyards,halyards,0.10,Noun,8,8,3,halyard,none,none,16.00,0.15,none,none,none, ham,ham,11.59,Noun,3,3,1,ham,4.10,1.00,4.10,1.00,none,none,4.80, hamburger,hamburger,7.78,Noun,9,7,3,hamburger,5.21,1.00,5.21,1.00,none,none,none, hamburgers,hamburgers,2.29,Noun,10,8,3,hamburger,none,none,5.21,1.00,none,none,none, hamlet,hamlet,4.63,Name,6,6,2,hamlet,11.35,1.00,11.35,1.00,9.95,none,none, hamlets,hamlets,0.12,Noun,7,7,2,hamlet,none,none,11.35,1.00,9.95,none,none, hammer,hammer,12.47,Noun,6,4,2,hammer,5.42,1.00,5.42,1.00,5.51,5.60,none,6.33 hammered,hammered,1.86,Verb,8,5,2,hammer,none,none,5.42,1.00,5.51,5.60,none,6.33 hammerhead,hammerhead,0.51,Noun,10,7,3,hammerhead,10.15,1.00,10.15,1.00,none,none,none, hammerheads,hammerheads,0.08,Noun,11,8,3,hammerhead,none,none,10.15,1.00,none,none,none, hammering,hammering,1.57,Verb,9,6,3,hammer,none,none,5.42,1.00,5.51,5.60,none,6.33 hammerlock,hammerlock,0.04,Noun,10,7,3,hammerlock,11.93,0.78,11.93,0.78,none,none,none, hammerlocks,hammerlocks,0.06,Noun,11,8,3,hammerlock,none,none,11.93,0.78,none,none,none, hammers,hammers,1.35,Noun,7,5,2,hammer,none,none,5.42,1.00,5.51,5.60,none,6.33 hammock,hammock,1.39,Noun,7,5,2,hammock,7.11,0.95,7.11,0.95,none,8.11,none,8.53 hammocks,hammocks,0.18,Noun,8,6,2,hammock,none,none,7.11,0.95,none,8.11,none,8.53 hammy,hammy,0.67,Noun,5,4,2,hammy,10.70,0.56,10.70,0.56,none,none,none, hamper,hamper,1.41,Noun,6,5,2,hamper,6.80,1.00,6.80,1.00,none,none,none,7.65 hampered,hampered,0.14,Verb,8,6,2,hamper,none,none,6.80,1.00,none,none,none,7.65 hampers,hampers,0.02,Noun,7,6,2,hamper,none,none,6.80,1.00,none,none,none,7.65 hams,hams,0.57,Noun,4,4,1,ham,none,none,4.10,1.00,none,none,4.80, hamster,hamster,2.14,Noun,7,6,2,hamster,4.37,1.00,4.37,1.00,7.82,none,none,5.25 hamsters,hamsters,0.39,Noun,8,7,2,hamster,none,none,4.37,1.00,7.82,none,none,5.25 hamstring,hamstring,0.20,Noun,9,8,2,hamstring,9.74,1.00,9.74,1.00,none,none,none, hamstrings,hamstrings,0.06,Noun,10,9,2,hamstring,none,none,9.74,1.00,none,none,none, hamstrung,hamstrung,0.08,Verb,9,8,2,hamstring,none,none,9.74,1.00,none,none,none, hand,hand,279.65,Noun,4,4,1,hand,2.74,1.00,2.74,1.00,none,none,3.38, handbag,handbag,2.63,Noun,7,7,2,handbag,7.95,1.00,7.95,1.00,none,none,none, handbags,handbags,0.88,Noun,8,8,2,handbag,none,none,7.95,1.00,none,none,none, handball,handball,0.55,Noun,8,7,2,handball,8.69,0.89,8.69,0.89,none,none,none, handbill,handbill,0.20,Noun,8,7,2,handbill,12.21,0.78,12.21,0.78,none,none,none, handbills,handbills,0.22,Noun,9,8,2,handbill,none,none,12.21,0.78,none,none,none, handbook,handbook,1.02,Noun,8,7,2,handbook,8.89,0.95,8.89,0.95,none,none,none, handbooks,handbooks,0.04,Noun,9,8,2,handbook,none,none,8.89,0.95,none,none,none, handbrake,handbrake,0.18,Noun,9,8,2,handbrake,8.05,0.95,8.05,0.95,none,none,none, handbrakes,handbrakes,0.02,Noun,10,9,2,handbrake,none,none,8.05,0.95,none,none,none, handcar,handcar,Err:512,Err:512,7,7,2,handcar,10.11,0.47,10.11,0.47,none,none,none, handcart,handcart,0.08,Noun,8,8,2,handcart,7.31,0.89,7.31,0.89,none,none,none, handclap,handclap,0.12,Noun,8,8,2,handclap,5.06,0.90,5.06,0.90,none,none,none, handclasp,handclasp,0.06,Noun,9,9,2,handclasp,10.78,0.95,10.78,0.95,none,none,none, handcraft,handcraft,0.06,Verb,9,9,2,handcraft,11.89,1.00,11.89,1.00,none,none,none, handcrafted,handcrafted,0.22,Verb,11,11,3,handcraft,none,none,11.89,1.00,none,none,none, handcuff,handcuff,1.02,Verb,8,7,2,handcuff,6.28,1.00,6.28,1.00,none,none,none, handcuffed,handcuffed,1.61,Verb,10,8,2,handcuff,none,none,6.28,1.00,none,none,none, handcuffing,handcuffing,0.10,Verb,11,9,3,handcuff,none,none,6.28,1.00,none,none,none, handcuffs,handcuffs,5.16,Noun,9,8,2,handcuff,none,none,6.28,1.00,none,none,none, handed,handed,9.27,Verb,6,6,2,hand,none,none,2.74,1.00,none,none,3.38, handedness,handedness,0.06,Noun,10,9,3,handedness,11.38,0.84,11.38,0.84,none,none,none, handful,handful,5.71,Noun,7,7,2,handful,6.42,1.00,6.42,1.00,none,7.11,none, handfuls,handfuls,0.20,Noun,8,8,2,handful,none,none,6.42,1.00,none,7.11,none, handgrenade,handgrenade,Err:512,Err:512,11,10,3,handgrenade,10.74,1.00,10.74,1.00,none,none,none, handgun,handgun,1.29,Noun,7,7,2,handgun,7.59,1.00,7.59,1.00,none,none,none, handguns,handguns,0.39,Noun,8,8,2,handgun,none,none,7.59,1.00,none,none,none, handheld,handheld,0.39,Adjective,8,8,2,handheld,10.40,1.00,10.40,1.00,none,none,none, handhold,handhold,0.06,Noun,8,8,2,handhold,9.26,1.00,9.26,1.00,none,none,none, handicap,handicap,2.73,Noun,8,8,3,handicap,8.00,1.00,8.00,1.00,none,none,none, handicapped,handicapped,2.67,Adjective,11,9,3,handicapped,7.37,1.00,7.37,1.00,none,none,none, handicapper,handicapper,0.16,Noun,11,9,4,handicapper,11.19,0.84,11.19,0.84,none,none,none, handicapping,handicapping,0.16,Adjective,12,10,4,handicapping,12.61,0.95,12.61,0.95,none,none,none, handicaps,handicaps,0.20,Noun,9,9,3,handicap,none,none,8.00,1.00,none,none,none, handicraft,handicraft,0.02,Noun,10,10,3,handicraft,9.78,1.00,9.78,1.00,none,none,none, handicrafts,handicrafts,0.12,Noun,11,11,3,handicraft,none,none,9.78,1.00,none,none,none, handier,handier,0.04,Adjective,7,6,3,handy,none,none,7.35,1.00,none,6.94,none,8.28 handiest,handiest,0.04,Adjective,8,8,3,handy,none,none,7.35,1.00,none,6.94,none,8.28 handing,handing,4.67,Verb,7,6,2,hand,none,none,2.74,1.00,none,none,3.38, handiwork,handiwork,0.75,Noun,9,8,3,handiwork,10.79,1.00,10.79,1.00,none,none,none, handkerchief,handkerchief,4.20,Noun,12,8,3,handkerchief,7.22,1.00,7.22,1.00,none,5.88,none, handkerchiefs,handkerchiefs,0.53,Noun,13,9,3,handkerchief,none,none,7.22,1.00,none,5.88,none, handle,handle,108.41,Verb,6,6,2,handle,6.30,1.00,6.30,1.00,none,6.18,none,6.40 handlebar,handlebar,0.20,Noun,9,9,3,handlebar,6.26,1.00,6.26,1.00,none,none,none, handlebars,handlebars,0.51,Noun,10,10,3,handlebar,none,none,6.26,1.00,none,none,none, handled,handled,12.78,Verb,7,7,2,handle,none,none,6.30,1.00,none,6.18,none,6.40 handler,handler,2.75,Noun,7,6,2,handler,10.37,1.00,10.37,1.00,none,none,none, handlers,handlers,0.71,Noun,8,7,2,handler,none,none,10.37,1.00,none,none,none, handles,handles,4.39,Verb,7,7,2,handle,none,none,6.30,1.00,none,6.18,none,6.40 handling,handling,11.35,Verb,8,7,2,handle,none,none,6.30,1.00,none,6.18,none,6.40 handmade,handmade,0.90,Adjective,8,7,2,handmade,7.79,1.00,7.79,1.00,none,none,none, handmaid,handmaid,0.10,Noun,8,7,2,handmaid,13.06,0.89,13.06,0.89,none,10.02,none, handmaiden,handmaiden,0.20,Noun,10,9,3,handmaiden,9.93,0.79,9.93,0.79,none,none,none, handmaidens,handmaidens,0.10,Noun,11,10,3,handmaiden,none,none,9.93,0.79,none,none,none, handmaids,handmaids,0.06,Noun,9,8,2,handmaid,none,none,13.06,0.89,none,10.02,none, handoff,handoff,0.24,Noun,7,6,2,handoff,8.82,0.94,8.82,0.94,none,none,none, handoffs,handoffs,0.02,Noun,8,7,2,handoff,none,none,8.82,0.94,none,none,none, handout,handout,0.84,Noun,7,6,2,handout,7.74,1.00,7.74,1.00,none,none,none, handouts,handouts,0.61,Noun,8,7,2,handout,none,none,7.74,1.00,none,none,none, handover,handover,0.08,Noun,8,7,3,handover,10.94,0.89,10.94,0.89,none,none,none, handpick,handpick,0.10,Verb,8,7,2,handpick,9.19,1.00,9.19,1.00,none,none,none, handpicked,handpicked,0.57,Verb,10,8,2,handpick,none,none,9.19,1.00,none,none,none, handprint,handprint,0.63,Noun,9,9,2,handprint,5.11,1.00,5.11,1.00,none,none,none, handrail,handrail,0.12,Noun,8,7,2,handrail,7.00,1.00,7.00,1.00,none,none,none, handrails,handrails,0.08,Noun,9,8,2,handrail,none,none,7.00,1.00,none,none,none, hands,hands,236.53,Noun,5,5,1,hand,none,none,2.74,1.00,none,none,3.38, handsaw,handsaw,0.10,Noun,7,6,2,handsaw,8.56,1.00,8.56,1.00,none,none,none, handset,handset,0.25,Noun,7,7,2,handset,11.53,0.94,11.53,0.94,none,none,none, handsets,handsets,0.02,Noun,8,8,2,handset,none,none,11.53,0.94,none,none,none, handshake,handshake,3.04,Noun,9,7,2,handshake,6.00,1.00,6.00,1.00,none,none,none, handshakes,handshakes,0.25,Noun,10,8,2,handshake,none,none,6.00,1.00,none,none,none, handshaking,handshaking,0.08,Noun,11,9,3,handshaking,6.67,1.00,6.67,1.00,none,none,none, handsome,handsome,33.02,Adjective,8,6,2,handsome,6.50,1.00,6.50,1.00,none,none,none, handsomeness,handsomeness,0.04,Noun,12,9,3,handsomeness,9.32,1.00,9.32,1.00,none,none,none, handsomer,handsomer,0.37,Adjective,9,7,3,handsome,none,none,6.50,1.00,none,none,none, handsomest,handsomest,0.75,Adjective,10,9,3,handsome,none,none,6.50,1.00,none,none,none, handspike,handspike,Err:512,Err:512,9,8,2,handspike,14.12,0.42,14.12,0.42,none,none,none, handspring,handspring,0.16,Noun,10,9,2,handspring,9.75,0.89,9.75,0.89,none,none,none, handsprings,handsprings,0.06,Noun,11,10,2,handspring,none,none,9.75,0.89,none,none,none, handstand,handstand,0.14,Noun,9,9,2,handstand,6.71,1.00,6.71,1.00,none,none,none, handstands,handstands,0.06,Noun,10,10,2,handstand,none,none,6.71,1.00,none,none,none, handwork,handwork,0.02,Noun,8,7,2,handwork,9.22,0.95,9.22,0.95,none,none,none, handwoven,handwoven,0.08,Verb,9,9,3,handwoven,11.11,0.95,11.11,0.95,none,none,none, handwriting,handwriting,5.90,Noun,11,9,3,handwriting,5.40,1.00,5.40,1.00,none,none,none, handwritten,handwritten,0.33,Verb,11,9,3,handwritten,6.40,1.00,6.40,1.00,none,none,none, handy,handy,12.22,Adjective,5,5,2,handy,7.35,1.00,7.35,1.00,none,6.94,none,8.28 handyman,handyman,1.82,Noun,8,8,3,handyman,7.78,1.00,7.78,1.00,none,none,none, handymen,handymen,0.10,Noun,8,8,3,handyman,none,none,7.78,1.00,none,none,none, hang,hang,147.75,Verb,4,3,1,hang,6.68,1.00,6.68,1.00,6.25,5.26,5.46, hangar,hangar,3.39,Noun,6,4,2,hangar,10.00,0.95,10.00,0.95,none,none,none,10.80 hangars,hangars,0.25,Noun,7,5,2,hangar,none,none,10.00,0.95,none,none,none,10.80 hangdog,hangdog,0.10,Noun,7,6,2,hangdog,11.50,0.56,11.50,0.56,none,none,none, hanged,hanged,5.14,Verb,6,4,1,hang,none,none,6.68,1.00,6.25,5.26,5.46, hanger,hanger,1.35,Noun,6,4,2,hanger,6.78,1.00,6.78,1.00,none,none,none,6.89 hangers,hangers,0.94,Noun,7,5,2,hanger,none,none,6.78,1.00,none,none,none,6.89 hangglider,hangglider,Err:512,Err:512,10,8,3,hangglider,9.50,0.90,9.50,0.90,none,none,none, hanging,hanging,53.63,Verb,7,5,2,hang,none,none,6.68,1.00,6.25,5.26,5.46, hangman,hangman,1.29,Noun,7,6,2,hangman,8.33,1.00,8.33,1.00,none,none,none, hangmen,hangmen,0.04,Noun,7,6,2,hangman,none,none,8.33,1.00,none,none,none, hangnail,hangnail,0.29,Noun,8,6,2,hangnail,10.84,1.00,10.84,1.00,none,none,none, hangnails,hangnails,0.04,Noun,9,7,2,hangnail,none,none,10.84,1.00,none,none,none, hangout,hangout,0.75,Noun,7,5,2,hangout,9.42,1.00,9.42,1.00,none,none,none, hangouts,hangouts,0.22,Noun,8,6,2,hangout,none,none,9.42,1.00,none,none,none, hangover,hangover,3.90,Noun,8,6,3,hangover,13.39,1.00,13.39,1.00,none,none,none, hangovers,hangovers,0.37,Noun,9,7,3,hangover,none,none,13.39,1.00,none,none,none, hangs,hangs,6.39,Verb,5,4,1,hang,none,none,6.68,1.00,6.25,5.26,5.46, hangup,hang-up,0.02,Verb,6,6,2,hangup,7.83,1.00,7.83,1.00,none,none,none, hank,hank,25.31,Name,4,4,1,hank,10.53,0.65,10.53,0.65,none,11.43,10.84, hanker,hanker,0.22,Noun,6,5,2,hanker,12.24,0.85,12.24,0.85,none,none,none, hankered,hankered,0.04,Verb,8,6,2,hanker,none,none,12.24,0.85,none,none,none, hankering,hankering,0.65,Noun,9,7,3,hankering,11.38,0.84,11.38,0.84,none,none,none, hankers,hankers,0.04,Noun,7,6,2,hanker,none,none,12.24,0.85,none,none,none, hankie,hankie,0.41,Noun,6,5,2,hanky,none,none,8.71,0.94,none,6.86,none,9.49 hankies,hankies,0.10,Noun,7,6,2,hanky,none,none,8.71,0.94,none,6.86,none,9.49 hanky,hanky,0.82,Noun,5,5,2,hanky,8.71,0.94,8.71,0.94,none,6.86,none,9.49 hansom,hansom,0.12,Noun,6,6,2,hansom,9.91,0.61,9.91,0.61,none,none,none, haphazard,haphazard,0.20,Adjective,9,8,3,haphazard,11.06,0.94,11.06,0.94,none,none,none, hapless,hapless,0.39,Adjective,7,6,2,hapless,15.56,0.84,15.56,0.84,none,none,none, happen,happen,254.27,Verb,6,5,2,happen,5.26,1.00,5.26,1.00,6.30,none,none,5.87 happened,happened,490.08,Verb,8,6,2,happen,none,none,5.26,1.00,6.30,none,none,5.87 happening,happening,90.55,Verb,9,7,3,happen,none,none,5.26,1.00,6.30,none,none,5.87 happens,happens,137.18,Verb,7,6,2,happen,none,none,5.26,1.00,6.30,none,none,5.87 happenstance,happenstance,0.16,Noun,12,10,3,happenstance,14.06,0.94,14.06,0.94,none,none,none, happier,happier,12.49,Adjective,7,5,3,happy,none,none,2.72,1.00,4.90,none,none,4.28 happiest,happiest,6.43,Adjective,8,7,3,happy,none,none,2.72,1.00,4.90,none,none,4.28 happily,happily,10.22,Adverb,7,6,3,happily,5.56,1.00,5.56,1.00,6.14,none,none, happiness,happiness,24.49,Noun,9,7,3,happiness,6.17,1.00,6.17,1.00,none,6.71,none, happy,happy,333.20,Adjective,5,4,2,happy,2.72,1.00,2.72,1.00,4.90,none,none,4.28 harangue,harangue,0.08,Verb,8,4,2,harangue,16.00,0.56,16.00,0.56,none,none,none, harangued,harangued,0.06,Verb,9,5,2,harangue,none,none,16.00,0.56,none,none,none, harass,harass,1.33,Verb,6,4,2,harass,10.84,1.00,10.84,1.00,none,none,none,10.13 harassed,harassed,1.61,Verb,8,5,2,harass,none,none,10.84,1.00,none,none,none,10.13 harasser,harasser,0.06,Noun,8,5,3,harasser,9.84,1.00,9.84,1.00,none,none,none, harassers,harassers,0.04,Noun,9,6,3,harasser,none,none,9.84,1.00,none,none,none, harasses,harasses,0.14,Verb,8,6,3,harass,none,none,10.84,1.00,none,none,none,10.13 harassing,harassing,2.67,Verb,9,6,3,harass,none,none,10.84,1.00,none,none,none,10.13 harassment,harassment,5.88,Noun,10,8,3,harassment,10.35,1.00,10.35,1.00,none,none,none, harassments,harassments,0.04,Noun,11,10,3,harassment,none,none,10.35,1.00,none,none,none, harbinger,harbinger,0.33,Noun,9,8,3,harbinger,16.07,0.74,16.07,0.74,none,none,none, harbingers,harbingers,0.12,Noun,10,8,3,harbinger,none,none,16.07,0.74,none,none,none, harbor,harbour,11.02,Noun,6,5,2,harbor,8.28,1.00,8.28,1.00,none,none,none,9.40 harbored,harboured,0.35,Verb,8,6,2,harbor,none,none,8.28,1.00,none,none,none,9.40 harboring,harbouring,0.98,Verb,9,7,3,harbor,none,none,8.28,1.00,none,none,none,9.40 harbormaster,harbourmaster,0.16,Noun,12,10,4,harbormaster,12.00,0.89,12.00,0.89,none,none,none, harbors,harbours,0.51,Noun,7,6,2,harbor,none,none,8.28,1.00,none,none,none,9.40 hard,hard,307.84,Adjective,4,4,1,hard,4.39,1.00,4.39,1.00,5.13,none,4.67, hardback,hardback,0.08,Noun,8,7,2,hardback,10.50,0.73,10.50,0.73,none,none,none, hardbacks,hardbacks,0.02,Noun,9,8,2,hardback,none,none,10.50,0.73,none,none,none, hardball,hardball,1.04,Noun,8,7,2,hardball,10.40,1.00,10.40,1.00,none,none,none, hardboiled,hardboiled,0.06,Adjective,10,8,2,hardboiled,7.06,1.00,7.06,1.00,none,none,none, hardcopy,hardcopy,0.02,Noun,8,8,3,hardcopy,11.61,0.95,11.61,0.95,none,none,none, hardcore,hardcore,3.06,Noun,8,7,2,hardcore,12.85,1.00,12.85,1.00,none,none,none, hardcover,hardcover,0.16,Noun,9,8,3,hardcover,8.36,1.00,8.36,1.00,none,none,none, harden,harden,0.55,Verb,6,6,2,harden,8.72,0.95,8.72,0.95,7.74,none,none, hardened,hardened,1.14,Adjective,8,7,2,hardened,6.94,0.95,6.94,0.95,none,none,none, hardens,hardens,0.37,Verb,7,7,2,harden,none,none,8.72,0.95,7.74,none,none, harder,harder,30.27,Adverb,6,5,2,hard,none,none,4.39,1.00,5.13,none,4.67, hardest,hardest,6.71,Adjective,7,7,2,hard,none,none,4.39,1.00,5.13,none,4.67, hardhat,hardhat,0.04,Verb,7,7,2,hardhat,8.25,1.00,8.25,1.00,none,none,none, hardhats,hardhats,0.04,Noun,8,8,2,hardhat,none,none,8.25,1.00,none,none,none, hardheaded,hard-headed,0.47,Adjective,10,9,3,hardheaded,8.42,1.00,8.42,1.00,none,none,none, hardhearted,hardhearted,0.06,Adjective,11,10,3,hardhearted,10.17,1.00,10.17,1.00,none,none,none, hardier,hardier,0.02,Adjective,7,6,3,hardy,none,none,9.17,0.95,none,11.64,none,11.09 hardiest,hardiest,0.02,Adjective,8,8,3,hardy,none,none,9.17,0.95,none,11.64,none,11.09 hardihood,hardihood,Err:512,Err:512,9,8,3,hardihood,14.43,0.33,14.43,0.33,none,none,none, hardliner,hardliner,0.06,Noun,9,8,3,hardliner,14.47,0.79,14.47,0.79,none,none,none, hardliners,hardliners,0.04,Noun,10,9,3,hardliner,none,none,14.47,0.79,none,none,none, hardly,hardly,51.24,Adverb,6,6,2,hardly,7.54,1.00,7.54,1.00,7.35,none,none, hardness,hardness,0.25,Noun,8,7,2,hardness,8.16,1.00,8.16,1.00,none,none,none, hardscrabble,hardscrabble,0.04,Noun,12,11,3,hardscrabble,13.06,0.89,13.06,0.89,none,none,none, hardship,hardship,1.51,Noun,8,7,2,hardship,10.33,1.00,10.33,1.00,none,none,none, hardships,hardships,0.75,Noun,9,8,2,hardship,none,none,10.33,1.00,none,none,none, hardtack,hardtack,0.24,Verb,8,7,2,hardtack,11.00,0.60,11.00,0.60,none,none,none, hardtop,hardtop,0.35,Noun,7,7,2,hardtop,8.53,1.00,8.53,1.00,none,none,none, hardware,hardware,6.82,Noun,8,7,2,hardware,8.63,1.00,8.63,1.00,none,none,none, hardwood,hardwood,0.65,Noun,8,7,2,hardwood,9.84,1.00,9.84,1.00,none,none,none, hardworking,hardworking,1.51,Adjective,11,9,3,hardworking,6.56,1.00,6.56,1.00,none,none,none, hardy,hardy,3.69,Name,5,5,2,hardy,9.17,0.95,9.17,0.95,none,11.64,none,11.09 hare,hare,3.82,Noun,4,3,1,hare,6.78,0.95,6.78,0.95,none,5.73,8.19, harebrain,harebrain,0.02,Noun,9,7,2,harebrain,11.19,0.84,11.19,0.84,none,none,none, harebrained,harebrained,0.45,Adjective,11,8,2,harebrained,12.67,0.75,12.67,0.75,none,none,none, harelip,harelip,0.16,Verb,7,6,2,harelip,15.00,0.72,15.00,0.72,none,none,none, harelips,harelips,0.02,Noun,8,7,2,harelip,none,none,15.00,0.72,none,none,none, harem,harem,0.88,Noun,5,5,2,harem,11.00,1.00,11.00,1.00,none,none,none,12.53 harems,harems,0.04,Noun,6,6,2,harem,none,none,11.00,1.00,none,none,none,12.53 hares,hares,0.06,Noun,5,4,1,hare,none,none,6.78,0.95,none,5.73,8.19, hark,hark,1.69,Verb,4,4,1,hark,10.47,0.89,10.47,0.89,none,none,10.46, harkened,harkened,0.02,Verb,8,7,2,hearken,none,none,12.72,0.90,none,none,none, harkens,harkens,0.02,Noun,7,7,2,hearken,none,none,12.72,0.90,none,none,none, harlequin,harlequin,0.33,Noun,9,9,3,harlequin,12.86,0.78,12.86,0.78,none,none,none, harlequins,harlequins,0.02,Noun,10,10,3,harlequin,none,none,12.86,0.78,none,none,none, harlot,harlot,0.78,Noun,6,6,2,harlot,12.69,0.89,12.69,0.89,none,none,none,13.51 harlots,harlots,0.24,Noun,7,7,2,harlot,none,none,12.69,0.89,none,none,none,13.51 harm,harm,31.78,Noun,4,4,1,harm,5.00,1.00,5.00,1.00,6.50,6.07,6.20, harmed,harmed,2.41,Verb,6,5,1,harm,none,none,5.00,1.00,6.50,6.07,6.20, harmer,harmer,0.06,Noun,6,5,2,harmer,10.25,0.84,10.25,0.84,none,none,none, harmful,harmful,1.29,Adjective,7,7,2,harmful,7.63,1.00,7.63,1.00,none,7.47,none, harming,harming,0.61,Verb,7,6,2,harm,none,none,5.00,1.00,6.50,6.07,6.20, harmless,harmless,8.65,Adjective,8,7,2,harmless,7.70,1.00,7.70,1.00,none,none,none, harmonic,harmonic,0.22,Adjective,8,8,3,harmonic,11.89,1.00,11.89,1.00,none,none,none, harmonica,harmonica,1.75,Noun,9,9,4,harmonica,7.32,1.00,7.32,1.00,none,none,none, harmonicas,harmonicas,0.08,Noun,10,10,4,harmonica,none,none,7.32,1.00,none,none,none, harmonics,harmonics,0.22,Noun,9,9,3,harmonics,12.40,1.00,12.40,1.00,none,none,none, harmonies,harmonies,0.27,Noun,9,8,3,harmony,none,none,8.79,1.00,9.36,none,none, harmonious,harmonious,0.39,Adjective,10,9,4,harmonious,10.38,1.00,10.38,1.00,none,none,none, harmonium,harmonium,0.04,Noun,9,9,4,harmonium,15.39,0.90,15.39,0.90,none,none,none, harmonize,harmonise,0.10,Verb,9,8,3,harmonize,11.68,1.00,11.68,1.00,none,none,none, harmonizer,harmonizer,0.02,Noun,10,9,4,harmonizer,12.06,0.95,12.06,0.95,none,none,none, harmonizing,harmonising,0.10,Verb,11,10,4,harmonize,none,none,11.68,1.00,none,none,none, harmony,harmony,8.22,Noun,7,7,3,harmony,8.79,1.00,8.79,1.00,9.36,none,none, harms,harms,0.27,Verb,5,5,1,harm,none,none,5.00,1.00,6.50,6.07,6.20, harness,harness,2.61,Noun,7,6,2,harness,7.83,0.95,7.83,0.95,none,9.07,none,9.13 harnessed,harnessed,0.45,Verb,9,7,2,harness,none,none,7.83,0.95,none,9.07,none,9.13 harnesses,harnesses,0.20,Noun,9,8,3,harness,none,none,7.83,0.95,none,9.07,none,9.13 harnessing,harnessing,0.20,Verb,10,8,3,harness,none,none,7.83,0.95,none,9.07,none,9.13 harp,harp,2.63,Noun,4,4,1,harp,7.55,1.00,7.55,1.00,none,none,8.26, harped,harped,0.06,Verb,6,5,1,harp,none,none,7.55,1.00,none,none,8.26, harpies,harpies,0.47,Noun,7,6,2,harpy,none,none,11.20,0.53,none,none,none, harping,harping,0.71,Verb,7,6,2,harp,none,none,7.55,1.00,none,none,8.26, harpist,harpist,0.04,Noun,7,7,2,harpist,12.11,0.95,12.11,0.95,none,none,none, harpists,harpists,0.04,Noun,8,8,2,harpist,none,none,12.11,0.95,none,none,none, harpoon,harpoon,0.86,Noun,7,6,2,harpoon,11.21,1.00,11.21,1.00,none,none,none,10.99 harpooned,harpooned,0.16,Verb,9,7,2,harpoon,none,none,11.21,1.00,none,none,none,10.99 harpooner,harpooner,0.06,Noun,9,8,3,harpooner,11.81,0.84,11.81,0.84,none,none,none, harpooners,harpooners,0.02,Noun,10,9,3,harpooner,none,none,11.81,0.84,none,none,none, harpooning,harpooning,0.06,Verb,10,8,3,harpoon,none,none,11.21,1.00,none,none,none,10.99 harpoons,harpoons,0.27,Noun,8,7,2,harpoon,none,none,11.21,1.00,none,none,none,10.99 harps,harps,0.24,Noun,5,5,1,harp,none,none,7.55,1.00,none,none,8.26, harpsichord,harpsichord,0.22,Noun,11,10,3,harpsichord,12.00,0.78,12.00,0.78,none,10.07,none, harpy,harpy,0.67,Noun,5,5,2,harpy,11.20,0.53,11.20,0.53,none,none,none, harrowing,harrowing,0.53,Adjective,9,6,3,harrowing,14.00,0.83,14.00,0.83,none,none,none, harrumph,harrumph,0.08,Noun,8,6,2,harrumph,10.46,0.68,10.46,0.68,none,none,none, harsh,harsh,7.10,Adjective,5,4,1,harsh,10.38,1.00,10.38,1.00,none,8.37,8.82, harsher,harsher,0.10,Adjective,7,5,2,harsh,none,none,10.38,1.00,none,8.37,8.82, harshest,harshest,0.14,Adjective,8,7,2,harsh,none,none,10.38,1.00,none,8.37,8.82, harshness,harshness,0.14,Noun,9,7,2,harshness,9.47,1.00,9.47,1.00,none,none,none, hart,hart,11.76,Name,4,4,1,hart,9.62,0.71,9.62,0.71,none,none,12.10, harvest,harvest,3.82,Noun,7,7,2,harvest,7.40,1.00,7.40,1.00,7.74,6.47,none,7.80 harvested,harvested,0.55,Verb,9,9,3,harvest,none,none,7.40,1.00,7.74,6.47,none,7.80 harvester,harvester,0.22,Noun,9,8,3,harvester,9.53,1.00,9.53,1.00,none,none,none, harvesters,harvesters,0.04,Noun,10,9,3,harvester,none,none,9.53,1.00,none,none,none, harvesting,harvesting,0.61,Verb,10,9,3,harvest,none,none,7.40,1.00,7.74,6.47,none,7.80 harvests,harvests,0.25,Noun,8,8,2,harvest,none,none,7.40,1.00,7.74,6.47,none,7.80 has,has,1133.92,Verb,3,3,1,have,none,none,3.72,1.00,4.83,none,4.29, hash,hash,3.53,Noun,4,3,1,hash,12.74,1.00,12.74,1.00,none,none,11.19, hashed,hashed,0.16,Verb,6,4,1,hash,none,none,12.74,1.00,none,none,11.19, hashish,hashish,0.45,Adjective,7,5,2,hashish,14.85,0.68,14.85,0.68,none,none,none, hasp,hasp,0.06,Noun,4,4,1,hasp,13.20,0.56,13.20,0.56,none,none,none, hassle,hassle,2.61,Noun,6,5,2,hassle,8.65,0.95,8.65,0.95,none,none,none,9.31 hassled,hassled,0.27,Verb,7,6,2,hassle,none,none,8.65,0.95,none,none,none,9.31 hassles,hassles,0.33,Noun,7,6,2,hassle,none,none,8.65,0.95,none,none,none,9.31 hassling,hassling,0.78,Verb,8,7,3,hassle,none,none,8.65,0.95,none,none,none,9.31 hassock,hassock,0.02,Noun,7,6,2,hassock,12.86,0.39,12.86,0.39,none,none,none, hast,hast,1.33,Verb,4,4,1,have,none,none,3.72,1.00,4.83,none,4.29, haste,haste,2.08,Noun,5,4,1,haste,9.00,1.00,9.00,1.00,none,8.62,10.69, hasten,hasten,0.73,Verb,6,5,2,hasten,12.16,1.00,12.16,1.00,none,none,none, hastened,hastened,0.10,Verb,8,6,2,hasten,none,none,12.16,1.00,none,none,none, hastening,hastening,0.14,Verb,9,7,3,hasten,none,none,12.16,1.00,none,none,none, hastens,hastens,0.08,Verb,7,6,2,hasten,none,none,12.16,1.00,none,none,none, hastiness,hastiness,0.02,Noun,9,8,3,hastiness,11.50,1.00,11.50,1.00,none,none,none, hasty,hasty,3.51,Adjective,5,5,2,hasty,10.28,1.00,10.28,1.00,none,none,none, hat,hat,64.18,Noun,3,3,1,hat,3.33,1.00,3.33,1.00,none,none,3.78, hatband,hatband,0.02,Noun,7,7,2,hatband,9.61,0.90,9.61,0.90,none,none,none, hatbox,hatbox,0.18,Noun,6,7,2,hatbox,10.16,0.95,10.16,0.95,none,none,none, hatch,hatch,12.82,Noun,5,3,1,hatch,7.00,1.00,7.00,1.00,none,6.88,8.19, hatchback,hatchback,0.16,Noun,9,6,2,hatchback,12.00,1.00,12.00,1.00,none,none,none, hatcheck,hatcheck,0.18,Noun,8,6,2,hatcheck,13.64,0.74,13.64,0.74,none,none,none, hatched,hatched,1.39,Verb,7,4,1,hatch,none,none,7.00,1.00,none,6.88,8.19, hatcheries,hatcheries,0.02,Name,10,6,3,hatchery,none,none,12.00,0.80,none,none,none, hatchery,hatchery,0.14,Noun,8,5,3,hatchery,12.00,0.80,12.00,0.80,none,none,none, hatches,hatches,1.10,Noun,7,5,2,hatch,none,none,7.00,1.00,none,6.88,8.19, hatchet,hatchet,1.96,Noun,7,5,2,hatchet,8.20,1.00,8.20,1.00,none,none,none,9.94 hatchets,hatchets,0.06,Noun,8,6,2,hatchet,none,none,8.20,1.00,none,none,none,9.94 hatching,hatching,0.49,Verb,8,5,2,hatch,none,none,7.00,1.00,none,6.88,8.19, hatchling,hatchling,0.06,Verb,9,6,2,hatchling,8.32,1.00,8.32,1.00,none,none,none, hatchway,hatchway,0.08,Noun,8,5,2,hatchway,12.29,0.78,12.29,0.78,none,none,none, hate,hate,214.59,Verb,4,3,1,hate,5.53,1.00,5.53,1.00,6.11,5.16,5.13, hated,hated,28.22,Verb,5,5,2,hate,none,none,5.53,1.00,6.11,5.16,5.13, hateful,hateful,2.00,Adjective,7,6,2,hateful,6.42,1.00,6.42,1.00,none,none,none, hatefulness,hatefulness,0.02,Noun,11,9,3,hatefulness,8.56,0.95,8.56,0.95,none,none,none, hater,hater,0.63,Noun,5,4,2,hater,10.71,0.94,10.71,0.94,none,none,none, haters,haters,0.53,Noun,6,5,2,hater,none,none,10.71,0.94,none,none,none, hates,hates,25.75,Verb,5,4,1,hate,none,none,5.53,1.00,6.11,5.16,5.13, hatful,hatful,0.16,Noun,6,6,2,hatful,8.82,0.94,8.82,0.94,none,none,none, hath,hath,4.94,Verb,4,3,1,have,none,none,3.72,1.00,4.83,none,4.29, hating,hating,4.55,Verb,6,5,2,hate,none,none,5.53,1.00,6.11,5.16,5.13, hatless,hatless,0.04,Adjective,7,6,2,hatless,8.29,0.89,8.29,0.89,none,none,none, hatpin,hatpin,0.14,Noun,6,6,2,hatpin,10.92,0.63,10.92,0.63,none,none,none, hatred,hatred,5.41,Noun,6,6,2,hatred,8.72,1.00,8.72,1.00,7.84,none,none, hatreds,hatreds,0.14,Noun,7,7,2,hatred,none,none,8.72,1.00,7.84,none,none, hats,hats,9.73,Noun,4,4,1,hat,none,none,3.33,1.00,none,none,3.78, hatter,hatter,0.45,Noun,6,4,2,hatter,9.08,0.67,9.08,0.67,none,none,none, hauberk,hauberk,0.02,Noun,7,6,2,hauberk,14.67,0.16,14.67,0.16,none,none,none, haughty,haughty,0.41,Adjective,7,4,2,haughty,12.79,0.78,12.79,0.78,none,none,none, haul,haul,7.08,Verb,4,3,1,haul,7.58,1.00,7.58,1.00,none,9.03,8.36, haulage,haulage,0.04,Noun,7,5,2,haulage,10.60,0.50,10.60,0.50,none,none,none, hauled,hauled,1.41,Verb,6,4,1,haul,none,none,7.58,1.00,none,9.03,8.36, hauler,hauler,0.06,Noun,6,4,2,hauler,9.75,0.84,9.75,0.84,none,none,none, haulers,haulers,0.08,Noun,7,5,2,hauler,none,none,9.75,0.84,none,none,none, hauling,hauling,2.14,Verb,7,5,2,haul,none,none,7.58,1.00,none,9.03,8.36, hauls,hauls,0.45,Verb,5,4,1,haul,none,none,7.58,1.00,none,9.03,8.36, haunch,haunch,0.08,Noun,6,4,1,haunch,12.57,0.95,12.57,0.95,none,none,none, haunches,haunches,0.06,Noun,8,6,2,haunch,none,none,12.57,0.95,none,none,none, haunt,haunt,3.57,Verb,5,4,1,haunt,7.95,1.00,7.95,1.00,none,none,7.08, haunting,haunting,2.16,Verb,8,6,2,haunt,none,none,7.95,1.00,none,none,7.08, haunts,haunts,1.22,Verb,6,5,1,haunt,none,none,7.95,1.00,none,none,7.08, hausfrau,hausfrau,0.16,Noun,8,5,2,hausfrau,17.00,0.35,17.00,0.35,none,none,none, hausfraus,hausfraus,0.02,Unclassified,9,7,3,hausfrau,none,none,17.00,0.35,none,none,none, have,have,6161.41,Verb,4,3,1,have,3.72,1.00,3.72,1.00,4.83,none,4.29, haven,haven,369.49,Noun,5,5,2,haven,9.13,0.83,9.13,0.83,none,none,none,11.29 havens,havens,0.24,Noun,6,6,2,haven,none,none,9.13,0.83,none,none,none,11.29 haversack,haversack,0.04,Noun,9,8,3,haversack,13.20,0.50,13.20,0.50,none,none,none, haversacks,haversacks,0.02,Err:512,10,9,3,haversack,none,none,13.20,0.50,none,none,none, haves,haves,0.29,Noun,5,4,1,have,none,none,3.72,1.00,4.83,none,4.29, having,having,289.25,Verb,6,5,2,have,none,none,3.72,1.00,4.83,none,4.29, havoc,havoc,1.35,Noun,5,5,2,havoc,10.50,1.00,10.50,1.00,none,9.28,none,11.90 haw,haw,0.84,Noun,3,2,1,haw,11.86,0.74,11.86,0.74,none,none,none, hawed,hawed,0.04,Verb,5,3,1,haw,none,none,11.86,0.74,none,none,none, hawing,hawing,0.12,Verb,6,4,2,haw,none,none,11.86,0.74,none,none,none, hawk,hawk,12.75,Name,4,3,1,hawk,6.74,1.00,6.74,1.00,none,7.98,5.99, hawked,hawked,0.08,Verb,6,4,1,hawk,none,none,6.74,1.00,none,7.98,5.99, hawks,hawks,2.73,Noun,5,4,1,hawk,none,none,6.74,1.00,none,7.98,5.99, hawser,hawser,0.06,Noun,6,4,2,hawser,16.00,0.22,16.00,0.22,none,none,none, hawthorn,hawthorn,0.16,Noun,8,6,2,hawthorn,10.36,0.78,10.36,0.78,none,none,none, hawthorns,hawthorns,0.02,Noun,9,7,2,hawthorn,none,none,10.36,0.78,none,none,none, hay,hay,6.37,Noun,3,2,1,hay,5.32,1.00,5.32,1.00,none,6.03,5.53, hayfield,hayfield,0.02,Noun,8,6,2,hayfield,9.12,0.94,9.12,0.94,none,none,none, hayfields,hayfields,0.02,Noun,9,7,2,hayfield,none,none,9.12,0.94,none,none,none, hayloft,hayloft,0.24,Noun,7,6,2,hayloft,7.57,0.78,7.57,0.78,none,none,none, haymaker,haymaker,0.06,Noun,8,6,3,haymaker,11.06,0.89,11.06,0.89,none,none,none, haymakers,haymakers,0.02,Noun,9,7,3,haymaker,none,none,11.06,0.89,none,none,none, hayride,hayride,0.71,Noun,7,5,2,hayride,7.32,1.00,7.32,1.00,none,none,none, hayrides,hayrides,0.24,Noun,8,6,2,hayride,none,none,7.32,1.00,none,none,none, hayseed,hayseed,0.31,Noun,7,5,2,hayseed,11.87,0.83,11.87,0.83,none,none,none, hayseeds,hayseeds,0.08,Noun,8,6,2,hayseed,none,none,11.87,0.83,none,none,none, haystack,haystack,1.37,Noun,8,6,2,haystack,6.32,1.00,6.32,1.00,none,none,none, haystacks,haystacks,0.14,Noun,9,7,2,haystack,none,none,6.32,1.00,none,none,none, haywire,haywire,1.25,Adjective,7,5,2,haywire,10.68,1.00,10.68,1.00,none,none,none, hazard,hazard,3.86,Noun,6,5,2,hazard,7.61,1.00,7.61,1.00,none,8.73,none,8.70 hazardous,hazardous,1.84,Adjective,9,7,3,hazardous,8.00,1.00,8.00,1.00,none,none,none, hazards,hazards,0.63,Noun,7,6,2,hazard,none,none,7.61,1.00,none,8.73,none,8.70 haze,haze,1.51,Noun,4,3,1,haze,11.62,1.00,11.62,1.00,none,8.11,9.46, hazed,hazed,0.04,Verb,5,4,1,haze,none,none,11.62,1.00,none,8.11,9.46, hazel,hazel,1.08,Name,5,5,2,hazel,7.12,0.95,7.12,0.95,none,none,none,9.05 hazelnut,hazelnut,0.18,Noun,8,8,3,hazelnut,9.45,1.00,9.45,1.00,none,none,none, hazelnuts,hazelnuts,0.04,Noun,9,9,3,hazelnut,none,none,9.45,1.00,none,none,none, hazing,hazing,1.04,Verb,6,5,2,haze,none,none,11.62,1.00,none,8.11,9.46, hazmat,hazmat,0.80,Noun,6,6,2,hazmat,13.31,0.76,13.31,0.76,none,none,none, hazy,hazy,0.80,Adjective,4,4,2,hazy,8.72,1.00,8.72,1.00,none,none,none, he,he,7637.20,Pronoun,2,2,1,he,3.81,1.00,3.81,1.00,3.94,none,3.12, head,head,371.51,Noun,4,3,1,head,3.42,1.00,3.42,1.00,8.19,3.84,3.58, headache,headache,14.10,Noun,8,5,2,headache,6.71,1.00,6.71,1.00,none,none,none, headaches,headaches,5.31,Noun,9,6,2,headache,none,none,6.71,1.00,none,none,none, headachy,headachy,0.04,Adjective,8,6,3,headachy,9.39,0.95,9.39,0.95,none,none,none, headband,headband,0.41,Noun,8,7,2,headband,6.33,1.00,6.33,1.00,none,none,none, headbands,headbands,0.08,Noun,9,8,2,headband,none,none,6.33,1.00,none,none,none, headboard,headboard,0.29,Noun,9,7,2,headboard,9.86,1.00,9.86,1.00,none,none,none, headcheese,headcheese,0.02,Noun,10,6,2,headcheese,13.57,0.67,13.57,0.67,none,none,none, headcount,headcount,0.08,Noun,9,7,2,headcount,8.16,1.00,8.16,1.00,none,none,none, headdress,headdress,0.29,Noun,9,6,2,headdress,9.06,1.00,9.06,1.00,none,none,none, headdresses,headdresses,0.04,Noun,11,9,3,headdress,none,none,9.06,1.00,none,none,none, headed,headed,30.78,Verb,6,5,2,head,none,none,3.42,1.00,8.19,3.84,3.58, header,header,0.49,Noun,6,4,2,header,11.47,1.00,11.47,1.00,none,9.83,none, headers,headers,0.18,Noun,7,5,2,header,none,none,11.47,1.00,none,9.83,none, headgear,headgear,0.31,Noun,8,6,2,headgear,10.78,1.00,10.78,1.00,none,none,none, headhunter,headhunter,0.18,Noun,10,8,3,headhunter,12.18,0.89,12.18,0.89,none,none,none, headhunters,headhunters,0.29,Noun,11,9,3,headhunter,none,none,12.18,0.89,none,none,none, heading,heading,33.47,Verb,7,5,2,head,none,none,3.42,1.00,8.19,3.84,3.58, headland,headland,0.12,Noun,8,7,2,headland,9.50,0.42,9.50,0.42,none,none,none, headlands,headlands,0.04,Noun,9,8,2,headland,none,none,9.50,0.42,none,none,none, headless,headless,1.31,Adjective,8,6,2,headless,8.72,1.00,8.72,1.00,none,none,none, headlight,headlight,0.73,Noun,9,6,2,headlight,6.79,1.00,6.79,1.00,none,none,none, headlights,headlights,1.88,Noun,10,7,2,headlight,none,none,6.79,1.00,none,none,none, headline,headline,2.59,Noun,8,6,2,headline,8.11,1.00,8.11,1.00,none,none,none, headliner,headliner,0.43,Noun,9,7,3,headliner,10.90,1.00,10.90,1.00,none,none,none, headliners,headliners,0.18,Noun,10,8,3,headliner,none,none,10.90,1.00,none,none,none, headlines,headlines,4.20,Noun,9,7,2,headline,none,none,8.11,1.00,none,none,none, headlock,headlock,0.39,Noun,8,6,2,headlock,10.00,1.00,10.00,1.00,none,none,none, headman,headman,0.29,Noun,7,6,2,headman,10.59,0.94,10.59,0.94,none,none,none, headmaster,headmaster,2.20,Noun,10,8,3,headmaster,10.26,0.95,10.26,0.95,6.44,none,none, headmastership,headmastership,0.02,Noun,14,11,4,headmastership,11.50,0.76,11.50,0.76,none,none,none, headmen,headmen,0.02,Noun,7,6,2,headman,none,none,10.59,0.94,none,none,none, headmistress,headmistress,0.31,Noun,12,10,3,headmistress,11.00,0.94,11.00,0.94,none,none,none, headphone,headphone,0.16,Noun,9,6,2,headphone,10.16,1.00,10.16,1.00,none,none,none, headphones,headphones,1.57,Noun,10,7,2,headphones,7.74,1.00,7.74,1.00,none,none,none, headpiece,headpiece,0.31,Noun,9,6,2,headpiece,10.00,0.95,10.00,0.95,none,none,none, headpin,headpin,0.02,Noun,7,6,2,headpin,9.80,0.83,9.80,0.83,none,none,none, headquarter,headquarter,0.47,Noun,11,9,3,headquarter,8.63,1.00,8.63,1.00,none,none,none, headquartered,headquartered,0.10,Verb,13,9,3,headquarter,none,none,8.63,1.00,none,none,none, headquarters,headquarters,16.45,Noun,12,10,3,headquarters,8.72,1.00,8.72,1.00,none,none,none, headrest,headrest,0.12,Adjective,8,7,2,headrest,7.68,1.00,7.68,1.00,none,none,none, headrests,headrests,0.06,Noun,9,8,2,headrest,none,none,7.68,1.00,none,none,none, headroom,headroom,0.06,Noun,8,6,2,headroom,9.79,0.95,9.79,0.95,none,none,none, heads,heads,42.69,Noun,5,4,1,heads,5.74,1.00,5.74,1.00,none,none,none, headsail,headsail,0.02,Noun,8,6,2,headsail,13.11,0.50,13.11,0.50,none,none,none, headsails,headsails,0.02,Noun,9,7,2,headsail,none,none,13.11,0.50,none,none,none, headset,headset,0.82,Noun,7,6,2,headset,9.05,1.00,9.05,1.00,none,none,none, headsets,headsets,0.43,Noun,8,7,2,headset,none,none,9.05,1.00,none,none,none, headshrinker,headshrinker,0.24,Noun,12,9,3,headshrinker,11.56,0.89,11.56,0.89,none,none,none, headsman,headsman,0.16,Noun,8,7,2,headsman,10.83,0.86,10.83,0.86,none,none,none, headstall,headstall,Err:512,Err:512,9,7,2,headstall,15.17,0.32,15.17,0.32,none,none,none, headstand,headstand,0.06,Noun,9,8,2,headstand,7.15,1.00,7.15,1.00,none,none,none, headstands,headstands,0.06,Noun,10,9,2,headstand,none,none,7.15,1.00,none,none,none, headstock,headstock,0.04,Noun,9,7,2,headstock,10.75,0.63,10.75,0.63,none,none,none, headstone,headstone,1.00,Noun,9,7,2,headstone,9.44,1.00,9.44,1.00,none,none,none, headstones,headstones,0.22,Noun,10,8,2,headstone,none,none,9.44,1.00,none,none,none, headstrong,headstrong,0.90,Adjective,10,8,2,headstrong,11.11,1.00,11.11,1.00,none,none,none, headwaiter,headwaiter,0.29,Noun,10,7,3,headwaiter,11.84,0.90,11.84,0.90,none,none,none, headwaiters,headwaiters,0.06,Noun,11,8,3,headwaiter,none,none,11.84,0.90,none,none,none, headwater,headwater,0.12,Noun,9,7,3,headwater,13.62,0.72,13.62,0.72,none,none,none, headwaters,headwaters,0.16,Noun,10,8,3,headwaters,13.00,0.95,13.00,0.95,none,none,none, headway,headway,0.65,Noun,7,5,2,headway,11.06,0.94,11.06,0.94,none,none,none, headwear,headwear,0.04,Noun,8,6,3,headwear,8.40,1.00,8.40,1.00,none,none,none, headwind,headwind,0.12,Noun,8,7,2,headwind,13.14,0.74,13.14,0.74,none,none,none, headwinds,headwinds,0.14,Noun,9,8,2,headwind,none,none,13.14,0.74,none,none,none, headwork,headwork,0.02,Noun,8,6,2,headwork,12.53,0.83,12.53,0.83,none,none,none, heady,heady,0.39,Adjective,5,4,2,heady,12.24,0.77,12.24,0.77,none,none,none, heal,heal,11.33,Verb,4,3,1,heal,7.47,1.00,7.47,1.00,6.53,none,6.74, healed,healed,4.31,Verb,6,4,1,heal,none,none,7.47,1.00,6.53,none,6.74, healer,healer,1.65,Noun,6,4,2,healer,9.61,1.00,9.61,1.00,none,none,none, healers,healers,0.35,Noun,7,5,2,healer,none,none,9.61,1.00,none,none,none, healing,healing,6.39,Noun,7,5,2,healing,7.70,1.00,7.70,1.00,none,none,none, heals,heals,1.18,Verb,5,4,1,heal,none,none,7.47,1.00,6.53,none,6.74, health,health,40.27,Noun,6,4,1,health,7.56,1.00,7.56,1.00,none,7.98,6.94, healthcare,healthcare,0.57,Noun,10,7,2,healthcare,12.50,1.00,12.50,1.00,none,none,none, healthful,healthful,0.20,Adjective,9,7,2,healthful,10.11,1.00,10.11,1.00,none,none,none, healthier,healthier,1.25,Adjective,9,6,3,healthy,none,none,7.61,1.00,6.70,none,none, healthiest,healthiest,0.47,Adjective,10,8,3,healthy,none,none,7.61,1.00,6.70,none,none, healthy,healthy,24.75,Adjective,7,5,2,healthy,7.61,1.00,7.61,1.00,6.70,none,none, heap,heap,4.88,Noun,4,3,1,heap,7.79,1.00,7.79,1.00,none,6.45,8.99, heaped,heaped,0.25,Verb,6,4,1,heap,none,none,7.79,1.00,none,6.45,8.99, heaping,heaping,0.12,Verb,7,5,2,heap,none,none,7.79,1.00,none,6.45,8.99, heaps,heaps,0.51,Noun,5,4,1,heap,none,none,7.79,1.00,none,6.45,8.99, hear,hear,555.35,Verb,4,3,1,hear,3.80,1.00,3.80,1.00,4.83,none,4.52, heard,heard,387.75,Verb,5,3,1,hear,none,none,3.80,1.00,4.83,none,4.52, hearer,hearer,0.04,Noun,6,4,2,hearer,10.19,0.89,10.19,0.89,none,none,none, hearers,hearers,0.02,Noun,7,5,2,hearer,none,none,10.19,0.89,none,none,none, hearing,hearing,44.73,Verb,7,5,2,hearing,6.05,1.00,6.05,1.00,none,none,none, hearings,hearings,1.37,Noun,8,6,2,hearing,none,none,6.05,1.00,none,none,none, hearken,hearken,0.12,Verb,7,6,3,hearken,12.72,0.90,12.72,0.90,none,none,none, hearkens,hearkens,0.02,Verb,8,7,2,hearken,none,none,12.72,0.90,none,none,none, hears,hears,9.22,Verb,5,4,1,hear,none,none,3.80,1.00,4.83,none,4.52, hearsay,hearsay,1.53,Noun,7,5,2,hearsay,12.76,0.94,12.76,0.94,none,none,none, hearse,hearse,1.59,Noun,6,3,1,hearse,9.89,0.95,9.89,0.95,none,none,10.46, hearses,hearses,0.06,Noun,7,5,2,hearse,none,none,9.89,0.95,none,none,10.46, heart,heart,244.18,Noun,5,4,1,heart,5.17,1.00,5.17,1.00,none,5.73,4.85, heartache,heartache,1.45,Noun,9,6,2,heartache,9.72,1.00,9.72,1.00,none,none,none, heartaches,heartaches,0.41,Noun,10,7,2,heartache,none,none,9.72,1.00,none,none,none, heartbeat,heartbeat,5.57,Noun,9,7,2,heartbeat,7.22,1.00,7.22,1.00,none,none,none, heartbeats,heartbeats,0.49,Noun,10,8,2,heartbeat,none,none,7.22,1.00,none,none,none, heartbreak,heartbreak,2.20,Noun,10,8,2,heartbreak,10.32,1.00,10.32,1.00,none,none,none, heartbreaker,heartbreaker,0.63,Noun,12,9,3,heartbreaker,9.11,1.00,9.11,1.00,none,none,none, heartbreaking,heartbreaking,1.20,Adjective,13,10,3,heartbreaking,8.56,1.00,8.56,1.00,none,none,none, heartbreaks,heartbreaks,0.04,Noun,11,9,2,heartbreak,none,none,10.32,1.00,none,none,none, heartbroken,heartbroken,1.82,Adjective,11,10,3,heartbroken,9.00,1.00,9.00,1.00,none,none,none, heartburn,heartburn,0.75,Noun,9,7,2,heartburn,10.47,1.00,10.47,1.00,none,none,none, heartburns,heartburns,0.02,Noun,10,8,2,heartburn,none,none,10.47,1.00,none,none,none, hearted,hearted,0.45,Adjective,7,6,2,hearted,10.00,0.94,10.00,0.94,none,none,none, heartedness,heartedness,0.08,Noun,11,9,3,heartedness,10.76,0.89,10.76,0.89,none,none,none, heartening,heartening,0.04,Adjective,10,8,3,heartening,10.95,0.95,10.95,0.95,none,none,none, heartfelt,heartfelt,1.41,Adjective,9,8,2,heartfelt,9.79,1.00,9.79,1.00,none,none,none, hearth,hearth,0.67,Noun,6,4,1,hearth,10.05,1.00,10.05,1.00,none,none,10.32, hearths,hearths,0.04,Noun,7,5,1,hearth,none,none,10.05,1.00,none,none,10.32, heartier,heartier,0.04,Adjective,8,6,3,hearty,none,none,9.94,1.00,none,none,none, hearties,hearties,0.27,Noun,8,6,2,hearty,none,none,9.94,1.00,none,none,none, heartiest,heartiest,0.08,Adjective,9,8,3,hearty,none,none,9.94,1.00,none,none,none, heartland,heartland,0.55,Noun,9,8,2,heartland,10.47,0.83,10.47,0.83,none,none,none, heartlands,heartlands,0.02,Noun,10,9,2,heartland,none,none,10.47,0.83,none,none,none, heartless,heartless,3.51,Adjective,9,7,2,heartless,9.50,1.00,9.50,1.00,none,none,none, heartlessness,heartlessness,0.02,Noun,13,10,3,heartlessness,11.56,0.95,11.56,0.95,none,none,none, heartrending,heartrending,0.04,Adjective,12,10,4,heartrending,13.00,0.75,13.00,0.75,none,none,none, hearts,hearts,22.98,Noun,6,5,1,heart,none,none,5.17,1.00,none,5.73,4.85, heartsick,heartsick,0.27,Adjective,9,7,2,heartsick,10.68,1.00,10.68,1.00,none,none,none, heartstring,heartstring,0.06,Adjective,11,9,2,heartstring,10.67,0.83,10.67,0.83,none,none,none, heartstrings,heartstrings,0.27,Noun,12,10,2,heartstring,none,none,10.67,0.83,none,none,none, heartthrob,heartthrob,0.37,Noun,10,8,2,heartthrob,10.22,1.00,10.22,1.00,none,none,none, heartthrobs,heartthrobs,0.02,Noun,11,9,2,heartthrob,none,none,10.22,1.00,none,none,none, heartwarming,heart-warming,0.37,Adjective,12,10,3,heartwarming,8.72,0.95,8.72,0.95,none,none,none, heartworm,heartworm,0.02,Noun,9,7,2,heartworm,10.95,0.95,10.95,0.95,none,none,none, hearty,hearty,1.94,Adjective,6,5,2,hearty,9.94,1.00,9.94,1.00,none,none,none, heat,heat,40.08,Noun,4,3,1,heat,5.33,1.00,5.33,1.00,5.54,5.67,5.13, heater,heater,2.73,Noun,6,4,2,heater,6.10,1.00,6.10,1.00,none,none,none, heaters,heaters,0.63,Noun,7,5,2,heater,none,none,6.10,1.00,none,none,none, heath,heath,1.86,Name,5,3,1,heath,10.48,0.80,10.48,0.80,none,10.49,11.23, heathen,heathen,1.59,Adjective,7,5,2,heathen,9.67,0.95,9.67,0.95,none,none,none,12.43 heathenism,heathenism,0.02,Noun,10,9,4,heathenism,14.61,0.95,14.61,0.95,none,none,none, heathens,heathens,1.04,Noun,8,6,2,heathen,none,none,9.67,0.95,none,none,none,12.43 heather,heather,10.94,Name,7,4,2,heather,9.97,0.95,9.97,0.95,none,none,none, heathers,heathers,0.10,Noun,8,5,2,heather,none,none,9.97,0.95,none,none,none, heating,heating,2.69,Noun,7,5,2,heating,7.63,1.00,7.63,1.00,none,none,none, heats,heats,0.61,Noun,5,4,1,heat,none,none,5.33,1.00,5.54,5.67,5.13, heatstroke,heatstroke,0.16,Noun,10,8,2,heatstroke,9.89,1.00,9.89,1.00,none,none,none, heave,heave,3.65,Verb,5,3,1,heave,9.05,1.00,9.05,1.00,none,none,10.57, heaved,heaved,0.20,Verb,6,4,1,heave,none,none,9.05,1.00,none,none,10.57, heaven,heaven,56.61,Noun,6,5,2,heaven,4.22,1.00,4.22,1.00,none,5.56,none,5.37 heavenly,heavenly,5.53,Adjective,8,7,3,heavenly,6.22,1.00,6.22,1.00,none,none,none, heavens,heavens,13.27,Noun,7,6,2,heaven,none,none,4.22,1.00,none,5.56,none,5.37 heaver,heaver,0.02,Verb,6,4,2,heaver,10.86,0.74,10.86,0.74,none,none,none, heavers,heavers,0.12,Noun,7,5,2,heaver,none,none,10.86,0.74,none,none,none, heaves,heaves,0.12,Noun,6,4,1,heave,none,none,9.05,1.00,none,none,10.57, heavier,heavier,2.29,Adjective,7,5,3,heavy,none,none,4.05,1.00,none,none,none,6.20 heavies,heavies,0.18,Noun,7,5,2,heavy,none,none,4.05,1.00,none,none,none,6.20 heaviest,heaviest,0.69,Adjective,8,7,3,heavy,none,none,4.05,1.00,none,none,none,6.20 heaviness,heaviness,0.22,Noun,9,7,3,heaviness,6.11,1.00,6.11,1.00,none,none,none, heavy,heavy,47.29,Adjective,5,4,2,heavy,4.05,1.00,4.05,1.00,none,none,none,6.20 heavyset,heavyset,0.20,Noun,8,7,3,heavyset,8.16,1.00,8.16,1.00,none,none,none, heavyweight,heavyweight,3.49,Noun,11,7,3,heavyweight,8.70,1.00,8.70,1.00,none,none,none, heavyweights,heavyweights,0.22,Noun,12,8,3,heavyweight,none,none,8.70,1.00,none,none,none, heck,heck,18.14,Noun,4,3,1,heck,7.00,1.00,7.00,1.00,none,none,none, heckle,heckle,0.31,Verb,6,5,2,heckle,12.17,1.00,12.17,1.00,none,none,none, heckled,heckled,0.10,Verb,7,6,2,heckle,none,none,12.17,1.00,none,none,none, heckler,heckler,0.29,Noun,7,5,2,heckler,12.47,0.94,12.47,0.94,none,none,none, hecklers,hecklers,0.06,Noun,8,6,2,heckler,none,none,12.47,0.94,none,none,none, heckles,heckles,0.04,Verb,7,6,2,heckle,none,none,12.17,1.00,none,none,none, heckling,heckling,0.41,Verb,8,6,2,heckle,none,none,12.17,1.00,none,none,none, hectare,hectare,0.04,Noun,7,6,2,hectare,14.11,0.90,14.11,0.90,none,none,none, hectares,hectares,0.06,Noun,8,7,2,hectare,none,none,14.11,0.90,none,none,none, hectic,hectic,1.84,Adjective,6,6,2,hectic,9.95,1.00,9.95,1.00,none,none,none,10.32 hedge,hedge,1.55,Noun,5,3,1,hedge,8.90,1.00,8.90,1.00,none,6.20,9.08, hedged,hedged,0.08,Verb,6,4,1,hedge,none,none,8.90,1.00,none,6.20,9.08, hedgehog,hedgehog,0.29,Noun,8,6,2,hedgehog,8.63,0.95,8.63,0.95,6.70,none,none, hedgehogs,hedgehogs,0.08,Noun,9,7,2,hedgehog,none,none,8.63,0.95,6.70,none,none, hedger,hedger,0.02,Noun,6,4,2,hedger,12.67,0.83,12.67,0.83,none,none,none, hedgerow,hedgerow,0.06,Noun,8,5,2,hedgerow,9.91,0.55,9.91,0.55,none,none,none, hedgerows,hedgerows,0.10,Noun,9,6,2,hedgerow,none,none,9.91,0.55,none,none,none, hedges,hedges,1.39,Noun,6,5,2,hedge,none,none,8.90,1.00,none,6.20,9.08, hedging,hedging,0.33,Verb,7,5,2,hedge,none,none,8.90,1.00,none,6.20,9.08, hedonism,hedonism,0.10,Noun,8,9,4,hedonism,16.27,0.71,16.27,0.71,none,none,none, hedonist,hedonist,0.04,Noun,8,8,3,hedonist,16.47,0.85,16.47,0.85,none,none,none, hedonistic,hedonistic,0.10,Adjective,10,10,4,hedonistic,15.76,0.85,15.76,0.85,none,none,none, heed,heed,1.80,Verb,4,3,1,heed,11.05,0.91,11.05,0.91,none,none,11.26, heeded,heeded,0.18,Verb,6,5,2,heed,none,none,11.05,0.91,none,none,11.26, heedful,heedful,0.02,Adjective,7,6,2,heedful,12.73,0.75,12.73,0.75,none,none,none, heedless,heedless,0.06,Adjective,8,6,2,heedless,13.61,0.95,13.61,0.95,none,none,none, heel,heel,7.39,Noun,4,3,1,heel,7.85,1.00,7.85,1.00,none,6.18,6.20, heeler,heeler,0.02,Noun,6,4,2,heeler,11.00,0.60,11.00,0.60,none,none,none, heelers,heelers,0.14,Noun,7,5,2,heeler,none,none,11.00,0.60,none,none,none, heels,heels,10.00,Noun,5,4,1,heel,none,none,7.85,1.00,none,6.18,6.20, heft,heft,0.20,Noun,4,4,1,heft,12.88,0.85,12.88,0.85,none,none,11.63, heftier,heftier,0.02,Adjective,7,6,3,hefty,none,none,10.83,1.00,none,none,none, hefty,hefty,1.22,Adjective,5,5,2,hefty,10.83,1.00,10.83,1.00,none,none,none, hegemonic,hegemonic,0.04,Adjective,9,9,4,hegemonic,16.33,0.32,16.33,0.32,none,none,none, hegemony,hegemony,0.08,Noun,8,8,4,hegemony,15.92,0.65,15.92,0.65,none,none,none, heifer,heifer,1.20,Noun,6,4,2,heifer,10.07,0.83,10.07,0.83,none,none,none,11.49 heifers,heifers,0.24,Noun,7,5,2,heifer,none,none,10.07,0.83,none,none,none,11.49 height,height,9.33,Noun,6,3,1,height,5.42,1.00,5.42,1.00,none,5.98,7.01, heighten,heighten,0.18,Verb,8,5,2,heighten,11.17,1.00,11.17,1.00,9.45,none,none, heightened,heightened,0.84,Adjective,10,6,2,heightened,10.17,1.00,10.17,1.00,none,none,none, heightens,heightens,0.14,Verb,9,6,2,heighten,none,none,11.17,1.00,9.45,none,none, heights,heights,7.37,Noun,7,4,1,height,none,none,5.42,1.00,none,5.98,7.01, heinous,heinous,1.61,Adjective,7,5,2,heinous,11.24,0.94,11.24,0.94,none,none,none,12.64 heinousness,heinousness,0.02,Noun,11,8,3,heinousness,13.27,0.79,13.27,0.79,none,none,none, heir,heir,5.22,Noun,4,2,1,heir,9.56,1.00,9.56,1.00,none,10.49,10.57, heiress,heiress,1.14,Noun,7,4,2,heiress,12.71,0.94,12.71,0.94,none,none,none,11.70 heiresses,heiresses,0.06,Noun,9,6,3,heiress,none,none,12.71,0.94,none,none,none,11.70 heirloom,heirloom,0.84,Noun,8,5,2,heirloom,9.67,1.00,9.67,1.00,none,none,none,11.59 heirlooms,heirlooms,0.31,Noun,9,6,2,heirloom,none,none,9.67,1.00,none,none,none,11.59 heirs,heirs,0.80,Noun,5,3,1,heir,none,none,9.56,1.00,none,10.49,10.57, heist,heist,3.14,Noun,5,4,1,heist,10.61,0.95,10.61,0.95,none,none,12.01, heisted,heisted,0.16,Verb,7,6,2,heist,none,none,10.61,0.95,none,none,12.01, heists,heists,0.22,Noun,6,5,1,heist,none,none,10.61,0.95,none,none,12.01, held,held,42.45,Verb,4,4,1,hold,none,none,4.67,1.00,none,5.47,4.93, helical,helical,0.04,Adjective,7,7,3,helical,12.30,0.53,12.30,0.53,none,none,none, helices,helices,0.06,Noun,7,7,3,helix,none,none,11.69,0.84,none,none,none, helicopter,helicopter,15.80,Noun,10,9,4,helicopter,5.26,1.00,5.26,1.00,none,none,none, helicopters,helicopters,3.35,Noun,11,10,4,helicopter,none,none,5.26,1.00,none,none,none, heliotrope,heliotrope,0.06,Noun,10,9,4,heliotrope,15.27,0.79,15.27,0.79,none,none,none, helipad,helipad,0.41,Noun,7,7,3,helipad,10.94,0.95,10.94,0.95,none,none,none, heliport,heliport,0.41,Noun,8,8,3,heliport,12.27,0.79,12.27,0.79,none,none,none, helium,helium,1.43,Noun,6,6,3,helium,9.86,1.00,9.86,1.00,none,none,none, helix,helix,0.39,Noun,5,6,2,helix,11.69,0.84,11.69,0.84,none,none,none, hell,hell,470.82,Noun,4,3,1,hell,5.11,1.00,5.11,1.00,none,6.35,6.06, hellebore,hellebore,0.10,Noun,9,7,3,hellebore,15.00,0.40,15.00,0.40,none,none,none, hellfire,hellfire,0.76,Noun,8,6,2,hellfire,11.38,0.89,11.38,0.89,none,none,none, hellgrammite,hellgrammite,Err:512,Err:512,12,9,3,hellgrammite,14.50,0.10,14.50,0.10,none,none,none, hellhole,hellhole,1.53,Noun,8,6,2,hellhole,12.37,1.00,12.37,1.00,none,none,none, hellholes,hellholes,0.06,Noun,9,7,2,hellhole,none,none,12.37,1.00,none,none,none, hellhound,hellhound,0.06,Noun,9,7,2,hellhound,12.11,0.95,12.11,0.95,none,none,none, hellion,hellion,0.08,Noun,7,6,2,hellion,12.88,0.80,12.88,0.80,none,none,none, hellions,hellions,0.06,Noun,8,7,2,hellion,none,none,12.88,0.80,none,none,none, hellish,hellish,0.76,Adjective,7,5,2,hellish,10.05,1.00,10.05,1.00,none,none,none, hello,hello,585.43,Interjection,5,4,2,hello,3.76,1.00,3.76,1.00,none,none,none,3.41 hellos,hellos,0.25,Noun,6,5,2,hello,none,none,3.76,1.00,none,none,none,3.41 hells,hells,0.47,Noun,5,4,1,hell,none,none,5.11,1.00,none,6.35,6.06, helm,helm,5.35,Name,4,4,1,helm,10.90,0.95,10.90,0.95,none,none,11.48, helmet,helmet,9.47,Noun,6,6,2,helmet,5.71,1.00,5.71,1.00,none,none,none,5.20 helmets,helmets,2.02,Noun,7,7,2,helmet,none,none,5.71,1.00,none,none,none,5.20 helmsman,helmsman,0.51,Noun,8,8,2,helmsman,12.47,0.79,12.47,0.79,none,none,none, helot,helot,Err:512,Err:512,5,5,2,helot,17.33,0.15,17.33,0.15,none,none,none, help,help,921.12,Verb,4,4,1,help,3.65,1.00,3.65,1.00,5.07,4.62,4.80, helped,helped,46.82,Verb,6,5,1,help,none,none,3.65,1.00,5.07,4.62,4.80, helper,helper,2.02,Noun,6,5,2,helper,4.80,1.00,4.80,1.00,none,none,none, helpers,helpers,0.63,Noun,7,6,2,helper,none,none,4.80,1.00,none,none,none, helpful,helpful,12.14,Adjective,7,7,2,helpful,5.44,1.00,5.44,1.00,5.81,none,none, helpfulness,helpfulness,0.00,Err:512,11,10,3,helpfulness,7.24,1.00,7.24,1.00,7.31,none,none, helping,helping,50.75,Verb,7,6,2,help,none,none,3.65,1.00,5.07,4.62,4.80, helpless,helpless,11.14,Adjective,8,7,2,helpless,8.32,1.00,8.32,1.00,7.45,none,none, helplessness,helplessness,0.24,Noun,12,10,3,helplessness,9.67,1.00,9.67,1.00,none,none,none, helpline,helpline,0.02,Noun,8,7,2,helpline,11.32,1.00,11.32,1.00,none,none,none, helpmate,helpmate,0.10,Noun,8,7,2,helpmate,13.59,0.85,13.59,0.85,none,none,none, helps,helps,21.25,Verb,5,5,1,help,none,none,3.65,1.00,5.07,4.62,4.80, hem,hem,0.82,Noun,3,3,1,hem,8.37,1.00,8.37,1.00,none,none,9.61, hematite,hematite,0.04,Noun,8,7,3,hematite,14.00,0.53,14.00,0.53,none,none,none, hematological,haematological,0.02,Adjective,13,13,6,hematological,16.50,0.67,16.50,0.67,none,none,none, hematologist,haematologist,0.02,Noun,12,12,5,hematologist,14.56,0.95,14.56,0.95,none,none,none, hematology,haematology,0.08,Noun,10,10,5,hematology,15.81,0.89,15.81,0.89,none,none,none, hematoma,hematoma,1.12,Noun,8,8,4,hematoma,14.78,0.90,14.78,0.90,none,none,none, hematomas,hematomas,0.16,Noun,9,9,4,hematoma,none,none,14.78,0.90,none,none,none, hemisphere,hemisphere,1.49,Noun,10,8,3,hemisphere,9.85,0.95,9.85,0.95,none,none,none, hemispheres,hemispheres,0.22,Noun,11,9,4,hemisphere,none,none,9.85,0.95,none,none,none, hemistich,hemistich,Err:512,Err:512,9,8,3,hemistich,13.33,0.32,13.33,0.32,none,none,none, hemline,hemline,0.20,Noun,7,6,2,hemline,9.88,0.89,9.88,0.89,none,none,none, hemlines,hemlines,0.18,Noun,8,7,2,hemline,none,none,9.88,0.89,none,none,none, hemlock,hemlock,0.63,Noun,7,6,2,hemlock,12.20,0.79,12.20,0.79,none,none,none,12.75 hemlocks,hemlocks,0.06,Noun,8,7,2,hemlock,none,none,12.20,0.79,none,none,none,12.75 hemmed,hemmed,0.29,Verb,6,4,1,hem,none,none,8.37,1.00,none,none,9.61, hemodynamic,hemodynamic,0.02,Adjective,11,11,5,hemodynamic,14.00,0.28,14.00,0.28,none,none,none, hemoglobin,haemoglobin,0.55,Noun,10,10,4,hemoglobin,13.45,1.00,13.45,1.00,none,none,none, hemolysis,hemolysis,0.08,Noun,9,9,4,hemolysis,17.75,0.20,17.75,0.20,none,none,none, hemophilia,haemophilia,0.04,Noun,10,9,5,hemophilia,13.33,0.83,13.33,0.83,none,none,none, hemorrhage,haemorrhage,1.71,Noun,10,6,3,hemorrhage,12.52,1.00,12.52,1.00,none,none,none, hemorrhaged,haemorrhaged,0.06,Verb,11,7,3,hemorrhage,none,none,12.52,1.00,none,none,none, hemorrhages,haemorrhages,0.16,Noun,11,9,4,hemorrhage,none,none,12.52,1.00,none,none,none, hemorrhagic,hemorrhagic,0.35,Adjective,11,8,4,hemorrhagic,15.64,0.55,15.64,0.55,none,none,none, hemorrhoid,haemorrhoid,0.35,Adjective,10,6,3,hemorrhoid,13.88,0.94,13.88,0.94,none,none,none, hemorrhoids,haemorrhoids,0.90,Noun,11,7,3,hemorrhoid,none,none,13.88,0.94,none,none,none, hemostat,haemostat,0.49,Verb,8,8,3,hemostat,14.57,0.78,14.57,0.78,none,none,none, hemostats,haemostats,0.06,Noun,9,9,3,hemostat,none,none,14.57,0.78,none,none,none, hemp,hemp,0.33,Noun,4,4,1,hemp,12.94,0.95,12.94,0.95,none,none,11.94, hems,hems,0.12,Noun,4,4,1,hem,none,none,8.37,1.00,none,none,9.61, hemstitch,hemstitch,Err:512,Err:512,9,7,2,hemstitch,13.00,0.58,13.00,0.58,none,none,none, hen,hen,3.20,Noun,3,3,1,hen,6.39,1.00,6.39,1.00,none,4.56,4.80, hence,hence,4.84,Adverb,5,4,1,hence,11.09,1.00,11.09,1.00,9.83,none,10.75, henchman,henchman,0.33,Noun,8,7,2,henchman,10.32,0.95,10.32,0.95,none,11.34,none, henchmen,henchmen,0.45,Noun,8,7,2,henchman,none,none,10.32,0.95,none,11.34,none, hencoop,hencoop,0.04,Noun,7,6,2,hencoop,8.62,0.84,8.62,0.84,none,none,none, henhouse,henhouse,0.39,Noun,8,6,2,henhouse,8.47,1.00,8.47,1.00,none,none,none, henhouses,henhouses,0.02,Noun,9,8,3,henhouse,none,none,8.47,1.00,none,none,none, henna,henna,0.22,Noun,5,4,2,henna,13.19,0.84,13.19,0.84,none,none,none, hennaed,hennaed,0.02,Adjective,7,5,2,hennaed,14.67,0.15,14.67,0.15,none,none,none, henpeck,henpeck,0.02,Verb,7,6,2,henpeck,11.24,0.89,11.24,0.89,none,none,none, henpecks,henpecks,0.02,Verb,8,7,2,henpeck,none,none,11.24,0.89,none,none,none, hens,hens,1.33,Noun,4,4,1,hen,none,none,6.39,1.00,none,4.56,4.80, hep,hep,1.90,Verb,3,3,1,hep,12.62,0.42,12.62,0.42,none,none,none, heparin,heparin,0.41,Noun,7,6,3,heparin,17.70,0.50,17.70,0.50,none,none,none, hepatic,hepatic,0.20,Adjective,7,7,3,hepatic,15.60,0.53,15.60,0.53,none,none,none, hepatitis,hepatitis,1.55,Noun,9,9,4,hepatitis,14.24,0.94,14.24,0.94,none,none,none, hepcat,hepcat,0.10,Noun,6,5,2,hepcat,15.71,0.35,15.71,0.35,none,none,none, her,her,2835.82,Pronoun,3,2,1,her,5.09,1.00,5.09,1.00,4.15,none,3.65, herald,herald,2.59,Noun,6,6,2,herald,10.00,0.95,10.00,0.95,none,none,none,10.51 heralded,heralded,0.08,Verb,8,8,3,herald,none,none,10.00,0.95,none,none,none,10.51 heraldry,heraldry,0.02,Noun,8,8,3,heraldry,13.57,0.74,13.57,0.74,none,none,none, heralds,heralds,0.04,Noun,7,7,2,herald,none,none,10.00,0.95,none,none,none,10.51 herb,herb,4.98,Noun,4,2,1,herb,9.05,1.00,9.05,1.00,none,7.11,8.54, herbaceous,herbaceous,0.02,Adjective,10,6,3,herbaceous,15.00,0.65,15.00,0.65,none,none,none, herbage,herbage,Err:512,Err:512,7,4,2,herbage,14.25,0.63,14.25,0.63,none,none,none, herbal,herbal,1.61,Adjective,6,4,2,herbal,11.28,1.00,11.28,1.00,none,9.83,none, herbalist,herbalist,0.12,Noun,9,7,3,herbalist,15.78,0.95,15.78,0.95,none,none,none, herbalists,herbalists,0.02,Noun,10,8,3,herbalist,none,none,15.78,0.95,none,none,none, herbals,herbals,0.02,Noun,7,5,2,herbal,none,none,11.28,1.00,none,9.83,none, herbarium,herbarium,0.02,Noun,9,8,4,herbarium,15.60,0.53,15.60,0.53,none,none,none, herbicidal,herbicidal,Err:512,Err:512,10,9,4,herbicidal,12.88,0.89,12.88,0.89,none,none,none, herbivore,herbivore,0.12,Noun,9,7,3,herbivore,11.94,0.95,11.94,0.95,none,none,none, herbivores,herbivores,0.16,Noun,10,9,3,herbivore,none,none,11.94,0.95,none,none,none, herbivorous,herbivorous,0.02,Adjective,11,8,4,herbivorous,11.47,0.95,11.47,0.95,none,none,none, herbless,herbless,0.02,Adjective,8,5,2,herbless,12.38,0.89,12.38,0.89,none,none,none, herbs,herbs,2.76,Noun,5,3,1,herbs,8.92,1.00,8.92,1.00,none,none,none, herculean,herculean,0.14,Adjective,9,9,4,herculean,13.06,0.89,13.06,0.89,none,none,none, herd,herd,7.06,Noun,4,3,1,herd,7.74,1.00,7.74,1.00,none,6.56,7.35, herded,herded,0.29,Verb,6,5,2,herd,none,none,7.74,1.00,none,6.56,7.35, herding,herding,0.33,Verb,7,5,2,herd,none,none,7.74,1.00,none,6.56,7.35, herds,herds,0.78,Noun,5,4,1,herd,none,none,7.74,1.00,none,6.56,7.35, herdsman,herdsman,0.02,Noun,8,7,2,herdsman,9.61,1.00,9.61,1.00,none,9.07,none, here,here,4525.25,Adverb,4,3,1,here,3.74,1.00,3.74,1.00,4.27,none,4.05, hereditary,hereditary,1.18,Adjective,10,9,5,hereditary,11.42,1.00,11.42,1.00,none,none,none, heredity,heredity,0.25,Noun,8,7,4,heredity,11.05,1.00,11.05,1.00,none,none,none, heresies,heresies,0.04,Noun,8,7,3,heresy,none,none,12.86,0.78,none,12.28,none,10.99 heresy,heresy,1.00,Noun,6,6,3,heresy,12.86,0.78,12.86,0.78,none,12.28,none,10.99 heretic,heretic,0.59,Noun,7,7,3,heretic,14.83,0.95,14.83,0.95,none,none,none, heretical,heretical,0.18,Adjective,9,8,4,heretical,14.35,0.85,14.35,0.85,none,none,none, heretics,heretics,0.35,Noun,8,8,3,heretic,none,none,14.83,0.95,none,none,none, hereupon,hereupon,Err:512,Err:512,8,7,3,hereupon,12.20,0.79,12.20,0.79,none,none,none, heritage,heritage,2.53,Noun,8,7,3,heritage,9.79,1.00,9.79,1.00,none,none,none, heritages,heritages,0.02,Noun,9,9,4,heritage,none,none,9.79,1.00,none,none,none, herm,herm,0.39,Verb,4,3,1,herm,12.71,0.39,12.71,0.39,none,none,none, hermaphrodite,hermaphrodite,0.29,Noun,13,10,4,hermaphrodite,15.42,1.00,15.42,1.00,none,none,none, hermaphrodites,hermaphrodites,0.12,Noun,14,12,4,hermaphrodite,none,none,15.42,1.00,none,none,none, hermaphroditic,hermaphroditic,0.06,Adjective,14,12,5,hermaphroditic,14.88,0.85,14.88,0.85,none,none,none, hermeneutical,hermeneutical,0.02,Adjective,13,14,6,hermeneutical,17.25,0.18,17.25,0.18,none,none,none, hermetic,hermetic,0.04,Adjective,8,7,3,hermetic,14.73,0.61,14.73,0.61,none,none,none, hermit,hermit,1.18,Noun,6,5,2,hermit,8.47,1.00,8.47,1.00,none,none,none,8.87 hermitage,hermitage,0.22,Noun,9,7,3,hermitage,12.76,0.94,12.76,0.94,none,none,none, hermits,hermits,0.06,Noun,7,6,2,hermit,none,none,8.47,1.00,none,none,none,8.87 hernia,hernia,1.78,Noun,6,5,3,hernia,12.29,0.99,12.29,0.99,none,13.64,none, hernias,hernias,0.27,Noun,7,7,3,hernia,none,none,12.29,0.99,none,13.64,none, herniated,herniated,0.18,Adjective,9,9,4,herniated,15.11,0.86,15.11,0.86,none,none,none, herniation,herniation,0.08,Noun,10,9,4,herniation,15.91,0.55,15.91,0.55,none,none,none, hero,hero,49.84,Noun,4,4,2,hero,6.47,1.00,6.47,1.00,none,7.24,none, heroes,heroes,12.84,Noun,6,5,2,hero,none,none,6.47,1.00,none,7.24,none, heroic,heroic,4.59,Adjective,6,6,3,heroic,8.20,0.95,8.20,0.95,none,none,none, heroics,heroics,0.67,Noun,7,7,3,heroic,none,none,8.20,0.95,none,none,none, heroin,heroin,9.82,Noun,6,6,3,heroin,10.88,0.94,10.88,0.94,none,none,none, heroine,heroine,1.45,Noun,7,6,3,heroine,10.68,1.00,10.68,1.00,none,none,none, heroines,heroines,0.16,Noun,8,7,3,heroine,none,none,10.68,1.00,none,none,none, heroism,heroism,1.10,Noun,7,8,4,heroism,9.55,1.00,9.55,1.00,none,none,none, heron,heron,0.27,Noun,5,5,2,heron,10.35,0.94,10.35,0.94,none,none,none, herons,herons,0.04,Noun,6,6,2,heron,none,none,10.35,0.94,none,none,none, herpes,herpes,1.29,Noun,6,5,2,herpes,11.37,1.00,11.37,1.00,none,none,none,13.18 herpetological,herpetological,0.04,Adjective,14,14,6,herpetological,14.46,0.68,14.46,0.68,none,none,none, herpetologist,herpetologist,0.04,Noun,13,13,5,herpetologist,16.50,0.53,16.50,0.53,none,none,none, herpetologists,herpetologists,0.02,Noun,14,14,5,herpetologist,none,none,16.50,0.53,none,none,none, herpetology,herpetology,0.02,Noun,11,10,5,herpetology,15.22,0.47,15.22,0.47,none,none,none, herring,herring,2.98,Noun,7,5,2,herring,10.20,1.00,10.20,1.00,none,7.92,none,11.90 herringbone,herringbone,0.08,Noun,11,8,3,herringbone,12.75,0.89,12.75,0.89,none,none,none, herrings,herrings,0.20,Noun,8,6,2,herring,none,none,10.20,1.00,none,7.92,none,11.90 hers,hers,15.73,Pronoun,4,3,1,hers,4.39,1.00,4.39,1.00,4.33,none,none, herself,herself,52.45,Pronoun,7,6,2,herself,6.90,1.00,6.90,1.00,5.74,none,none, hertz,hertz,0.63,Noun,5,5,1,hertz,12.95,1.00,12.95,1.00,none,none,12.67, hesitance,hesitance,0.02,Noun,9,8,3,hesitance,11.59,0.89,11.59,0.89,none,none,none, hesitancies,hesitancies,0.02,Noun,11,10,4,hesitancy,none,none,12.12,0.84,none,none,none, hesitancy,hesitancy,0.04,Noun,9,9,4,hesitancy,12.12,0.84,12.12,0.84,none,none,none, hesitant,hesitant,0.41,Adjective,8,8,3,hesitant,11.22,1.00,11.22,1.00,none,none,none, hesitate,hesitate,5.47,Verb,8,7,3,hesitate,8.30,1.00,8.30,1.00,8.15,none,none, hesitated,hesitated,1.31,Verb,9,9,4,hesitate,none,none,8.30,1.00,8.15,none,none, hesitates,hesitates,0.20,Verb,9,8,3,hesitate,none,none,8.30,1.00,8.15,none,none, hesitating,hesitating,0.41,Verb,10,9,4,hesitate,none,none,8.30,1.00,8.15,none,none, hesitation,hesitation,1.84,Noun,10,9,4,hesitation,9.60,1.00,9.60,1.00,none,10.30,none, hesitations,hesitations,0.08,Noun,11,10,4,hesitation,none,none,9.60,1.00,none,10.30,none, hessian,hessian,0.20,Noun,7,5,2,hessian,13.30,0.56,13.30,0.56,none,none,none, hessians,hessians,0.06,Noun,8,6,2,hessian,none,none,13.30,0.56,none,none,none, het,het,0.33,Verb,3,3,1,het,12.00,0.26,12.00,0.26,none,none,none, hetero,hetero,0.39,Noun,6,6,3,hetero,13.14,0.78,13.14,0.78,none,none,none, heterodoxy,heterodoxy,0.02,Noun,10,10,5,heterodoxy,15.50,0.44,15.50,0.44,none,none,none, heterogeneous,heterogeneous,0.04,Adjective,13,11,5,heterogeneous,13.76,0.89,13.76,0.89,none,none,none, heterosexual,heterosexual,1.73,Adjective,12,13,6,heterosexual,12.22,1.00,12.22,1.00,none,none,none, heterosexuality,heterosexuality,0.22,Noun,15,16,8,heterosexuality,13.58,1.00,13.58,1.00,none,none,none, heterosexuals,heterosexuals,0.18,Noun,13,14,6,heterosexual,none,none,12.22,1.00,none,none,none, hew,hew,0.16,Verb,3,3,1,hew,12.69,0.80,12.69,0.80,none,none,none, hewed,hewed,0.04,Verb,5,4,1,hew,none,none,12.69,0.80,none,none,none, hewn,hewn,0.20,Adjective,4,4,1,hewn,12.82,0.55,12.82,0.55,none,none,none, hex,hex,1.29,Noun,3,4,1,hex,12.42,0.95,12.42,0.95,none,none,11.63, hexagon,hexagon,0.08,Noun,7,8,3,hexagon,7.95,1.00,7.95,1.00,none,none,none, hexagonal,hexagonal,0.10,Adjective,9,10,4,hexagonal,10.39,1.00,10.39,1.00,none,none,none, hexes,hexes,0.10,Noun,5,6,2,hex,none,none,12.42,0.95,none,none,11.63, heyday,heyday,0.16,Noun,6,4,2,heyday,10.59,0.81,10.59,0.81,none,none,none, hiatus,hiatus,0.39,Noun,6,6,3,hiatus,14.59,0.94,14.59,0.94,none,none,none, hibachi,hibachi,0.14,Noun,7,6,3,hibachi,14.21,0.78,14.21,0.78,none,none,none, hibachis,hibachis,0.02,Noun,8,7,3,hibachi,none,none,14.21,0.78,none,none,none, hibernate,hibernate,0.20,Verb,9,7,3,hibernate,8.37,1.00,8.37,1.00,none,none,none, hibernated,hibernated,0.02,Verb,10,9,4,hibernate,none,none,8.37,1.00,none,none,none, hibernates,hibernates,0.02,Noun,10,8,3,hibernate,none,none,8.37,1.00,none,none,none, hibernating,hibernating,0.55,Verb,11,9,4,hibernate,none,none,8.37,1.00,none,none,none, hibernation,hibernation,0.59,Noun,11,9,4,hibernation,7.74,1.00,7.74,1.00,none,none,none, hibiscus,hibiscus,0.10,Noun,8,7,3,hibiscus,13.88,0.94,13.88,0.94,none,none,none, hiccough,hiccup,Err:512,Err:512,8,5,2,hiccough,10.20,0.79,10.20,0.79,none,none,none, hiccup,hiccough,0.53,Noun,6,5,2,hiccup,5.35,0.94,5.35,0.94,none,none,none,6.00 hiccupped,hiccupped,0.06,Verb,9,6,2,hiccup,none,none,5.35,0.94,none,none,none,6.00 hiccupping,hiccupping,0.06,Verb,10,7,3,hiccup,none,none,5.35,0.94,none,none,none,6.00 hiccups,hiccups,1.27,Noun,7,6,2,hiccup,none,none,5.35,0.94,none,none,none,6.00 hick,hick,2.00,Noun,4,3,1,hick,8.94,0.95,8.94,0.95,none,none,9.46, hickey,hickey,1.37,Noun,6,4,2,hickey,11.58,1.00,11.58,1.00,none,none,none,11.19 hickeys,hickeys,0.33,Noun,7,5,2,hickey,none,none,11.58,1.00,none,none,none,11.19 hickory,hickory,1.35,Noun,7,5,3,hickory,9.39,1.00,9.39,1.00,none,none,none, hicks,hicks,4.45,Name,5,4,1,hick,none,none,8.94,0.95,none,none,9.46, hid,hid,11.69,Verb,3,3,1,hide,none,none,4.47,1.00,none,5.26,4.43, hidalgo,hidalgo,0.31,Noun,7,7,3,hidalgo,14.44,0.45,14.44,0.45,none,none,none, hidalgos,hidalgos,0.02,Noun,8,8,3,hidalgo,none,none,14.44,0.45,none,none,none, hidden,hidden,21.27,Verb,6,5,2,hide,none,none,4.47,1.00,none,5.26,4.43, hide,hide,69.69,Verb,4,3,1,hide,4.47,1.00,4.47,1.00,none,5.26,4.43, hideaway,hideaway,1.02,Noun,8,6,3,hideaway,8.44,1.00,8.44,1.00,none,none,none, hideaways,hideaways,0.02,Noun,9,7,3,hideaway,none,none,8.44,1.00,none,none,none, hidebound,hidebound,0.06,Adjective,9,7,2,hidebound,11.25,0.63,11.25,0.63,none,none,none, hideous,hideous,5.37,Adjective,7,6,3,hideous,9.53,1.00,9.53,1.00,9.16,none,none, hideousness,hideousness,0.08,Noun,11,9,4,hideousness,11.32,1.00,11.32,1.00,none,none,none, hideout,hideout,1.57,Noun,7,5,2,hideout,6.86,1.00,6.86,1.00,none,none,none, hideouts,hideouts,0.12,Noun,8,6,2,hideout,none,none,6.86,1.00,none,none,none, hides,hides,3.75,Verb,5,4,1,hide,none,none,4.47,1.00,none,5.26,4.43, hiding,hiding,43.27,Verb,6,5,2,hide,none,none,4.47,1.00,none,5.26,4.43, hie,hie,0.14,Verb,3,2,1,hie,11.00,0.11,11.00,0.11,none,none,none, hierarch,hierarch,0.08,Verb,8,6,2,hierarch,13.86,0.78,13.86,0.78,none,none,none, hierarchical,hierarchical,0.10,Adjective,12,10,4,hierarchical,12.47,0.83,12.47,0.83,none,none,none, hierarchies,hierarchies,0.04,Noun,11,8,3,hierarchy,none,none,11.11,1.00,none,12.38,none, hierarchy,hierarchy,0.63,Noun,9,7,4,hierarchy,11.11,1.00,11.11,1.00,none,12.38,none, hieratic,hieratic,0.06,Adjective,8,7,3,hieratic,16.50,0.60,16.50,0.60,none,none,none, hieroglyph,hieroglyph,0.02,Noun,10,8,3,hieroglyph,9.53,0.89,9.53,0.89,none,none,none, hieroglyphic,hieroglyphic,0.14,Adjective,12,10,4,hieroglyphic,12.00,0.95,12.00,0.95,none,none,none, hieroglyphics,hieroglyphics,0.43,Noun,13,11,4,hieroglyphics,10.53,0.90,10.53,0.90,none,none,none, hieroglyphs,hieroglyphs,0.18,Noun,11,9,3,hieroglyph,none,none,9.53,0.89,none,none,none, hierophant,hierophant,Err:512,Err:512,10,8,3,hierophant,17.75,0.20,17.75,0.20,none,none,none, high,high,195.00,Adjective,4,2,1,high,4.58,1.00,4.58,1.00,4.74,none,none, highball,highball,0.67,Noun,8,5,2,highball,10.44,0.95,10.44,0.95,none,none,none, highballs,highballs,0.16,Noun,9,6,2,highball,none,none,10.44,0.95,none,none,none, highborn,highborn,0.10,Adjective,8,6,2,highborn,14.38,0.72,14.38,0.72,none,none,none, highboy,highboy,0.08,Noun,7,4,2,highboy,14.14,0.78,14.14,0.78,none,none,none, highbrow,highbrow,0.33,Adjective,8,5,2,highbrow,13.56,0.84,13.56,0.84,none,none,none, highchair,highchair,0.16,Noun,9,5,3,highchair,3.79,1.00,3.79,1.00,none,none,none, highchairs,highchairs,0.02,Noun,10,6,3,highchair,none,none,3.79,1.00,none,none,none, higher,higher,27.84,Adjective,6,3,2,high,none,none,4.58,1.00,4.74,none,none, highest,highest,12.67,Adjective,7,5,2,high,none,none,4.58,1.00,4.74,none,none, highfalutin,highfalutin,0.27,Noun,11,9,4,highfalutin,12.09,0.61,12.09,0.61,none,none,none, highflier,highflier,0.02,Noun,9,6,3,highflier,10.62,0.89,10.62,0.89,none,none,none, highhanded,highhanded,0.10,Adjective,10,8,3,highhanded,14.27,0.58,14.27,0.58,none,none,none, highjack,highjack,0.02,Verb,8,5,2,hijack,none,none,10.76,0.95,none,none,none,11.29 highland,highland,1.59,Noun,8,6,2,highland,11.20,1.00,11.20,1.00,none,none,none, highlander,highlander,0.24,Noun,10,7,3,highlander,10.94,0.85,10.94,0.85,none,none,none, highlanders,highlanders,0.24,Noun,11,8,3,highlander,none,none,10.94,0.85,none,none,none, highlife,highlife,0.04,Noun,8,5,2,highlife,13.33,1.00,13.33,1.00,none,none,none, highlight,highlight,1.55,Noun,9,5,2,highlight,7.61,1.00,7.61,1.00,none,none,none, highlighted,highlighted,0.49,Verb,11,7,3,highlight,none,none,7.61,1.00,none,none,none, highlighter,highlighter,0.12,Noun,11,6,3,highlighter,8.24,1.00,8.24,1.00,none,none,none, highlighters,highlighters,0.08,Noun,12,7,3,highlighter,none,none,8.24,1.00,none,none,none, highlighting,highlighting,0.24,Verb,12,7,3,highlight,none,none,7.61,1.00,none,none,none, highlights,highlights,1.73,Noun,10,6,2,highlight,none,none,7.61,1.00,none,none,none, highness,highness,15.82,Noun,8,5,2,highness,7.35,1.00,7.35,1.00,none,none,none, highnesses,highnesses,0.27,Noun,10,7,3,highness,none,none,7.35,1.00,none,none,none, highroad,highroad,0.02,Noun,8,5,2,highroad,11.59,0.94,11.59,0.94,none,none,none, highroads,highroads,0.02,Noun,9,6,2,highroad,none,none,11.59,0.94,none,none,none, highs,highs,0.69,Noun,5,3,1,high,none,none,4.58,1.00,4.74,none,none, highschool,highschool,0.18,Noun,10,6,2,highschool,6.22,1.00,6.22,1.00,none,none,none, hightail,hightail,0.49,Verb,8,5,2,hightail,11.20,0.79,11.20,0.79,none,none,none, hightailed,hightailed,0.22,Verb,10,6,2,hightail,none,none,11.20,0.79,none,none,none, hightailing,hightailing,0.14,Verb,11,7,3,hightail,none,none,11.20,0.79,none,none,none, hightails,hightails,0.12,Verb,9,6,2,hightail,none,none,11.20,0.79,none,none,none, highway,highway,17.86,Noun,7,4,2,highway,6.50,1.00,6.50,1.00,none,8.66,none, highwayman,highwayman,0.31,Noun,10,7,3,highwayman,11.72,1.00,11.72,1.00,none,none,none, highwaymen,highwaymen,0.02,Noun,10,7,3,highwayman,none,none,11.72,1.00,none,none,none, highways,highways,1.35,Noun,8,5,2,highway,none,none,6.50,1.00,none,8.66,none, hijack,hijack,1.55,Verb,6,5,2,hijack,10.76,0.95,10.76,0.95,none,none,none,11.29 hijacked,hijacked,2.16,Verb,8,6,2,hijack,none,none,10.76,0.95,none,none,none,11.29 hijacker,hijacker,0.51,Noun,8,6,3,hijacker,11.85,1.00,11.85,1.00,none,none,none, hijackers,hijackers,0.80,Noun,9,7,3,hijacker,none,none,11.85,1.00,none,none,none, hijacks,hijacks,0.06,Noun,7,6,2,hijack,none,none,10.76,0.95,none,none,none,11.29 hike,hike,6.53,Noun,4,3,1,hike,9.40,1.00,9.40,1.00,7.96,none,6.60, hiked,hiked,0.37,Verb,5,4,1,hike,none,none,9.40,1.00,7.96,none,6.60, hiker,hiker,0.27,Noun,5,4,2,hiker,8.50,0.95,8.50,0.95,none,none,none, hikers,hikers,0.41,Noun,6,5,2,hiker,none,none,8.50,0.95,none,none,none, hikes,hikes,0.33,Noun,5,4,1,hike,none,none,9.40,1.00,7.96,none,6.60, hiking,hiking,2.65,Verb,6,5,2,hike,none,none,9.40,1.00,7.96,none,6.60, hilarious,hilarious,5.78,Adjective,9,8,4,hilarious,8.63,1.00,8.63,1.00,none,none,none, hilarity,hilarity,0.14,Noun,8,8,4,hilarity,12.53,1.00,12.53,1.00,none,none,none, hill,hill,37.55,Noun,4,3,1,hill,3.47,1.00,3.47,1.00,none,5.26,4.86, hills,hills,20.14,Noun,5,4,1,hill,none,none,3.47,1.00,none,5.26,4.86, hillside,hillside,1.22,Noun,8,6,2,hillside,6.16,1.00,6.16,1.00,none,none,none, hillsides,hillsides,0.10,Noun,9,7,2,hillside,none,none,6.16,1.00,none,none,none, hilltop,hilltop,0.55,Noun,7,6,2,hilltop,7.95,1.00,7.95,1.00,none,none,none, hilltops,hilltops,0.06,Noun,8,7,2,hilltop,none,none,7.95,1.00,none,none,none, hilly,hilly,1.22,Adjective,5,4,2,hilly,6.00,0.95,6.00,0.95,none,none,none, hilt,hilt,0.55,Noun,4,4,1,hilt,14.40,0.75,14.40,0.75,none,none,11.93, hilts,hilts,0.55,Noun,5,5,1,hilt,none,none,14.40,0.75,none,none,11.93, him,him,3484.51,Pronoun,3,3,1,him,3.43,1.00,3.43,1.00,4.37,none,3.40, himself,himself,140.55,Pronoun,7,7,2,himself,5.21,1.00,5.21,1.00,5.72,none,none, hind,hind,2.45,Adjective,4,4,1,hind,9.21,0.95,9.21,0.95,none,9.28,8.75, hinder,hinder,0.73,Verb,6,5,2,hinder,11.10,1.00,11.10,1.00,8.33,none,none, hindered,hindered,0.27,Verb,8,6,2,hinder,none,none,11.10,1.00,8.33,none,none, hindering,hindering,0.14,Verb,9,7,3,hinder,none,none,11.10,1.00,8.33,none,none, hinders,hinders,0.04,Verb,7,6,2,hinder,none,none,11.10,1.00,8.33,none,none, hindmost,hindmost,0.06,Adjective,8,8,2,hindmost,11.22,0.90,11.22,0.90,none,none,none, hindrance,hindrance,0.27,Noun,9,8,2,hindrance,12.60,0.83,12.60,0.83,none,none,none, hindrances,hindrances,0.06,Noun,10,10,3,hindrance,none,none,12.60,0.83,none,none,none, hindsight,hindsight,0.90,Noun,9,7,2,hindsight,12.24,0.94,12.24,0.94,none,none,none, hinge,hinge,0.57,Noun,5,4,1,hinge,7.95,1.00,7.95,1.00,none,none,9.23, hinged,hinged,0.12,Verb,6,5,1,hinge,none,none,7.95,1.00,none,none,9.23, hinges,hinges,1.57,Noun,6,6,2,hinge,none,none,7.95,1.00,none,none,9.23, hinging,hinging,0.04,Verb,7,6,2,hinge,none,none,7.95,1.00,none,none,9.23, hint,hint,9.20,Noun,4,4,1,hint,5.95,1.00,5.95,1.00,8.29,7.64,5.93, hinted,hinted,0.53,Verb,6,6,2,hint,none,none,5.95,1.00,8.29,7.64,5.93, hinterland,hinterland,0.04,Noun,10,9,3,hinterland,15.08,0.60,15.08,0.60,none,none,none, hinterlands,hinterlands,0.04,Noun,11,10,3,hinterland,none,none,15.08,0.60,none,none,none, hinting,hinting,0.75,Verb,7,6,2,hint,none,none,5.95,1.00,8.29,7.64,5.93, hints,hints,1.63,Noun,5,5,1,hint,none,none,5.95,1.00,8.29,7.64,5.93, hip,hip,15.41,Noun,3,3,1,hip,6.17,1.00,6.17,1.00,none,none,5.79, hipbone,hipbone,0.04,Noun,7,6,2,hipbone,7.68,1.00,7.68,1.00,none,none,none, hipness,hipness,0.02,Noun,7,6,2,hipness,11.75,1.00,11.75,1.00,none,none,none, hipped,hipped,0.12,Adjective,6,4,1,hipped,11.93,0.78,11.93,0.78,none,none,none, hipper,hipper,0.14,Noun,6,4,2,hip,none,none,6.17,1.00,none,none,5.79, hippest,hippest,0.16,Adjective,7,6,2,hip,none,none,6.17,1.00,none,none,5.79, hippie,hippie,2.73,Noun,6,4,2,hippie,10.78,1.00,10.78,1.00,none,10.32,none,8.87 hippies,hippies,1.31,Noun,7,5,2,hippie,none,none,10.78,1.00,none,10.32,none,8.87 hippo,hippo,1.41,Noun,5,4,2,hippo,5.79,1.00,5.79,1.00,none,none,none,4.91 hippocampus,hippocampus,0.06,Noun,11,10,4,hippocampus,16.31,0.84,16.31,0.84,none,none,none, hippopotami,hippopotami,0.04,Noun,11,10,5,hippopotamus,none,none,7.00,1.00,6.50,none,none, hippopotamus,hippopotamus,0.55,Noun,12,11,5,hippopotamus,7.00,1.00,7.00,1.00,6.50,none,none, hippopotamuses,hippopotamuses,0.04,Noun,14,13,6,hippopotamus,none,none,7.00,1.00,6.50,none,none, hippos,hippos,0.22,Noun,6,5,2,hippo,none,none,5.79,1.00,none,none,none,4.91 hippy,hippy,0.92,Noun,5,4,2,hippie,none,none,10.78,1.00,none,10.32,none,8.87 hips,hips,6.06,Noun,4,4,1,hip,none,none,6.17,1.00,none,none,5.79, hipster,hipster,0.24,Noun,7,6,2,hipster,14.42,1.00,14.42,1.00,none,none,none, hipsters,hipsters,0.22,Noun,8,7,2,hipster,none,none,14.42,1.00,none,none,none, hire,hire,25.53,Verb,4,3,2,hire,9.00,1.00,9.00,1.00,8.77,none,7.93, hired,hired,33.00,Verb,5,4,2,hire,none,none,9.00,1.00,8.77,none,7.93, hireling,hireling,0.06,Noun,8,6,3,hireling,12.87,0.79,12.87,0.79,none,none,none, hirelings,hirelings,0.02,Noun,9,7,3,hireling,none,none,12.87,0.79,none,none,none, hires,hires,1.61,Verb,5,4,2,hire,none,none,9.00,1.00,8.77,none,7.93, hiring,hiring,5.47,Verb,6,5,2,hire,none,none,9.00,1.00,8.77,none,7.93, hirsute,hirsute,0.10,Verb,7,5,2,hirsute,17.60,0.53,17.60,0.53,none,none,none, his,his,2124.78,Pronoun,3,3,1,his,3.69,1.00,3.69,1.00,4.17,none,4.12, hiss,hiss,0.92,Verb,4,3,1,hiss,6.33,1.00,6.33,1.00,6.01,none,5.47, hissed,hissed,0.25,Verb,6,4,1,hiss,none,none,6.33,1.00,6.01,none,5.47, hisser,hisser,0.02,Noun,6,4,2,hisser,10.17,0.63,10.17,0.63,none,none,none, hisses,hisses,0.63,Verb,6,5,2,hiss,none,none,6.33,1.00,6.01,none,5.47, hissing,hissing,1.43,Verb,7,5,2,hiss,none,none,6.33,1.00,6.01,none,5.47, hissy,hissy,0.35,Adjective,5,4,2,hissy,8.60,0.79,8.60,0.79,none,none,none, histamine,histamine,0.04,Verb,9,8,3,histamine,16.16,1.00,16.16,1.00,none,none,none, histological,histological,0.06,Adjective,12,12,5,histological,13.33,0.75,13.33,0.75,none,none,none, histology,histology,0.10,Noun,9,9,4,histology,15.17,0.67,15.17,0.67,none,none,none, historian,historian,0.88,Noun,9,9,4,historian,11.58,1.00,11.58,1.00,none,none,none, historians,historians,0.41,Noun,10,10,4,historian,none,none,11.58,1.00,none,none,none, historic,historic,3.63,Adjective,8,8,3,historic,8.47,1.00,8.47,1.00,none,none,none, historical,historical,5.27,Adjective,10,10,4,historical,10.00,1.00,10.00,1.00,none,none,none, histories,histories,1.16,Noun,9,7,3,history,none,none,6.42,1.00,none,7.39,none, historiography,historiography,0.02,Noun,14,13,6,historiography,15.59,0.89,15.59,0.89,none,none,none, history,history,83.92,Noun,7,6,3,history,6.42,1.00,6.42,1.00,none,7.39,none, histrionic,histrionic,0.02,Adjective,10,10,4,histrionic,14.86,0.78,14.86,0.78,none,none,none, histrionics,histrionics,0.06,Noun,11,11,4,histrionics,14.89,0.50,14.89,0.50,none,none,none, hit,hit,275.00,Verb,3,3,1,hit,4.75,1.00,4.75,1.00,4.50,none,3.91, hitch,hitch,4.08,Noun,5,3,1,hitch,9.39,1.00,9.39,1.00,none,none,9.46, hitcher,hitcher,0.10,Noun,7,4,2,hitcher,10.56,1.00,10.56,1.00,none,none,none, hitchers,hitchers,0.02,Noun,8,5,2,hitcher,none,none,10.56,1.00,none,none,none, hitches,hitches,0.18,Noun,7,5,2,hitch,none,none,9.39,1.00,none,none,9.46, hitchhike,hitchhike,0.94,Verb,9,6,2,hitchhike,9.53,1.00,9.53,1.00,none,none,none, hitchhiked,hitchhiked,0.37,Verb,10,7,2,hitchhike,none,none,9.53,1.00,none,none,none, hitchhiker,hitchhiker,0.98,Noun,10,7,3,hitchhiker,7.68,1.00,7.68,1.00,none,none,none, hitchhikers,hitchhikers,0.55,Noun,11,8,3,hitchhiker,none,none,7.68,1.00,none,none,none, hitchhikes,hitchhikes,0.04,Verb,10,7,2,hitchhike,none,none,9.53,1.00,none,none,none, hitchhiking,hitchhiking,1.35,Verb,11,8,3,hitchhike,none,none,9.53,1.00,none,none,none, hitching,hitching,0.67,Verb,8,5,2,hitch,none,none,9.39,1.00,none,none,9.46, hither,hither,1.00,Adverb,6,4,2,hither,13.07,0.95,13.07,0.95,9.59,none,none,11.39 hits,hits,20.00,Verb,4,4,1,hit,none,none,4.75,1.00,4.50,none,3.91, hitter,hitter,1.55,Noun,6,4,2,hitter,7.39,1.00,7.39,1.00,none,none,none, hitters,hitters,0.51,Noun,7,5,2,hitter,none,none,7.39,1.00,none,none,none, hitting,hitting,23.53,Verb,7,5,2,hit,none,none,4.75,1.00,4.50,none,3.91, hive,hive,0.98,Noun,4,3,1,hive,6.89,1.00,6.89,1.00,none,6.45,7.42, hives,hives,1.25,Noun,5,4,1,hive,none,none,6.89,1.00,none,6.45,7.42, hoard,hoard,0.45,Noun,5,4,1,hoard,10.61,1.00,10.61,1.00,none,none,10.95, hoarded,hoarded,0.06,Verb,7,6,2,hoard,none,none,10.61,1.00,none,none,10.95, hoarding,hoarding,0.65,Verb,8,6,2,hoard,none,none,10.61,1.00,none,none,10.95, hoards,hoards,0.04,Verb,6,5,1,hoard,none,none,10.61,1.00,none,none,10.95, hoarse,hoarse,0.49,Adjective,6,4,1,hoarse,7.95,1.00,7.95,1.00,none,none,10.03, hoarseness,hoarseness,0.14,Noun,10,7,2,hoarseness,10.17,1.00,10.17,1.00,none,none,none, hoary,hoary,0.02,Adjective,5,4,2,hoary,15.33,0.79,15.33,0.79,none,none,none, hoax,hoax,2.41,Noun,4,4,1,hoax,11.47,0.94,11.47,0.94,none,none,10.68, hoaxed,hoaxed,0.04,Verb,6,5,1,hoax,none,none,11.47,0.94,none,none,10.68, hoaxer,hoaxer,0.06,Noun,6,5,2,hoaxer,12.25,0.84,12.25,0.84,none,none,none, hoaxes,hoaxes,0.16,Noun,6,6,2,hoax,none,none,11.47,0.94,none,none,10.68, hob,hob,0.06,Noun,3,3,1,hob,14.00,0.84,14.00,0.84,none,none,none, hobbies,hobbies,2.06,Noun,7,5,2,hobby,none,none,7.44,1.00,none,7.24,none,8.37 hobbit,hobbit,1.43,Noun,6,5,2,hobbit,11.67,0.95,11.67,0.95,none,none,none, hobble,hobble,0.35,Verb,6,5,2,hobble,9.12,0.89,9.12,0.89,none,9.09,none, hobbled,hobbled,0.14,Verb,7,6,2,hobble,none,none,9.12,0.89,none,9.09,none, hobbles,hobbles,0.08,Verb,7,6,2,hobble,none,none,9.12,0.89,none,9.09,none, hobbling,hobbling,0.24,Verb,8,7,3,hobble,none,none,9.12,0.89,none,9.09,none, hobby,hobby,6.94,Noun,5,4,2,hobby,7.44,1.00,7.44,1.00,none,7.24,none,8.37 hobbyhorse,hobbyhorse,0.06,Noun,10,8,3,hobbyhorse,8.35,0.89,8.35,0.89,none,none,none, hobbyist,hobbyist,0.08,Noun,8,7,3,hobbyist,10.47,0.83,10.47,0.83,none,none,none, hobbyists,hobbyists,0.22,Noun,9,8,3,hobbyist,none,none,10.47,0.83,none,none,none, hobgoblin,hobgoblin,0.10,Noun,9,8,3,hobgoblin,10.35,0.85,10.35,0.85,none,none,none, hobgoblins,hobgoblins,0.04,Noun,10,9,3,hobgoblin,none,none,10.35,0.85,none,none,none, hobnob,hobnob,0.22,Verb,6,6,2,hobnob,13.67,0.67,13.67,0.67,none,none,none, hobnobbing,hobnobbing,0.20,Verb,10,8,3,hobnob,none,none,13.67,0.67,none,none,none, hobnobs,hobnobs,0.06,Verb,7,7,2,hobnob,none,none,13.67,0.67,none,none,none, hobo,hobo,1.78,Noun,4,4,2,hobo,8.22,1.00,8.22,1.00,none,none,none,8.04 hoboes,hoboes,0.18,Noun,6,5,2,hobo,none,none,8.22,1.00,none,none,none,8.04 hobos,hobos,0.22,Noun,5,5,2,hobo,none,none,8.22,1.00,none,none,none,8.04 hobs,hobs,0.04,Noun,4,4,1,hob,none,none,14.00,0.84,none,none,none, hock,hock,2.16,Noun,4,3,1,hock,11.87,0.83,11.87,0.83,none,none,12.15, hocked,hocked,0.35,Verb,6,4,1,hock,none,none,11.87,0.83,none,none,12.15, hockey,hockey,11.53,Noun,6,4,2,hockey,5.44,1.00,5.44,1.00,none,none,none,6.75 hocking,hocking,0.18,Verb,7,5,2,hock,none,none,11.87,0.83,none,none,12.15, hocks,hocks,0.31,Noun,5,4,1,hock,none,none,11.87,0.83,none,none,12.15, hockshop,hockshop,0.08,Noun,8,6,2,hockshop,14.33,0.33,14.33,0.33,none,none,none, hockshops,hockshops,0.02,Noun,9,7,2,hockshop,none,none,14.33,0.33,none,none,none, hod,hod,0.02,Noun,3,3,1,hod,16.00,0.10,16.00,0.10,none,none,none, hodgepodge,hodgepodge,0.14,Noun,10,6,2,hodgepodge,12.53,0.89,12.53,0.89,none,none,none, hoe,hoe,0.92,Noun,3,2,1,hoe,8.72,1.00,8.72,1.00,none,none,8.80, hoedown,hoedown,0.33,Noun,7,5,2,hoedown,9.61,0.95,9.61,0.95,none,none,none, hoedowns,hoedowns,0.04,Noun,8,6,2,hoedown,none,none,9.61,0.95,none,none,none, hoeing,hoeing,0.10,Verb,6,4,2,hoe,none,none,8.72,1.00,none,none,8.80, hoes,hoes,0.51,Noun,4,3,1,hoe,none,none,8.72,1.00,none,none,8.80, hog,hog,5.12,Noun,3,3,1,hog,5.70,1.00,5.70,1.00,none,none,5.54, hogfish,hogfish,0.02,Noun,7,6,2,hogfish,11.75,0.40,11.75,0.40,none,none,none, hogged,hogged,0.12,Verb,6,4,1,hog,none,none,5.70,1.00,none,none,5.54, hogging,hogging,1.00,Verb,7,5,2,hog,none,none,5.70,1.00,none,none,5.54, hoggish,hoggish,0.02,Adjective,7,5,2,hoggish,12.50,0.89,12.50,0.89,none,none,none, hogs,hogs,1.98,Noun,4,4,1,hog,none,none,5.70,1.00,none,none,5.54, hogshead,hogshead,0.02,Noun,8,7,2,hogshead,9.69,0.72,9.69,0.72,none,none,none, hogtie,hogtie,0.06,Noun,6,5,2,hogtie,10.47,0.83,10.47,0.83,none,none,none, hogwash,hogwash,0.59,Noun,7,6,2,hogwash,9.29,0.94,9.29,0.94,none,none,none, hoist,hoist,2.06,Verb,5,4,1,hoist,11.32,0.90,11.32,0.90,none,none,10.68, hoisted,hoisted,0.41,Verb,7,6,2,hoist,none,none,11.32,0.90,none,none,10.68, hoister,hoister,0.04,Noun,7,5,2,hoister,12.60,0.79,12.60,0.79,none,none,none, hoisting,hoisting,0.18,Verb,8,6,2,hoist,none,none,11.32,0.90,none,none,10.68, hoists,hoists,0.18,Noun,6,5,1,hoist,none,none,11.32,0.90,none,none,10.68, hokey,hokey,0.59,Noun,5,4,2,hokey,8.95,0.90,8.95,0.90,none,none,none,9.94 hokier,hokier,0.02,Adjective,6,6,3,hokey,none,none,8.95,0.90,none,none,none,9.94 hokum,hokum,0.08,Noun,5,5,2,hokum,15.14,0.37,15.14,0.37,none,none,none, hold,hold,436.73,Verb,4,4,1,hold,4.67,1.00,4.67,1.00,none,5.47,4.93, holder,holder,1.61,Noun,6,5,2,holder,6.85,1.00,6.85,1.00,none,none,none, holders,holders,0.86,Noun,7,6,2,holder,none,none,6.85,1.00,none,none,none, holding,holding,69.22,Verb,7,6,2,hold,none,none,4.67,1.00,none,5.47,4.93, holdout,holdout,0.20,Noun,7,6,2,holdout,9.94,0.94,9.94,0.94,none,none,none, holdouts,holdouts,0.04,Noun,8,7,2,holdout,none,none,9.94,0.94,none,none,none, holdover,holdover,0.10,Noun,8,7,3,holdover,12.33,0.90,12.33,0.90,none,none,none, holds,holds,14.27,Verb,5,5,1,hold,none,none,4.67,1.00,none,5.47,4.93, holdup,holdup,2.59,Noun,6,6,2,holdup,8.35,0.94,8.35,0.94,none,none,none, holdups,holdups,0.20,Noun,7,7,2,holdup,none,none,8.35,0.94,none,none,none, hole,hole,58.22,Noun,4,3,1,hole,5.05,1.00,5.05,1.00,4.37,none,4.73, holed,holed,1.92,Verb,5,4,1,hole,none,none,5.05,1.00,4.37,none,4.73, holes,holes,15.27,Noun,5,4,1,hole,none,none,5.05,1.00,4.37,none,4.73, holey,holey,0.12,Adjective,5,4,2,holey,8.53,0.85,8.53,0.85,none,none,none, holiday,holiday,21.29,Noun,7,6,3,holiday,5.19,1.00,5.19,1.00,5.51,5.30,none, holidayed,holidayed,0.02,Verb,9,7,3,holiday,none,none,5.19,1.00,5.51,5.30,none, holidays,holidays,9.14,Noun,8,7,3,holidays,5.01,1.00,5.01,1.00,none,none,none, holier,holier,0.24,Adjective,6,5,3,holy,none,none,5.55,1.00,none,none,none,6.20 holies,holies,0.20,Noun,6,5,2,holy,none,none,5.55,1.00,none,none,none,6.20 holiest,holiest,0.39,Adjective,7,7,3,holy,none,none,5.55,1.00,none,none,none,6.20 holiness,holiness,3.12,Noun,8,7,3,holiness,7.88,0.89,7.88,0.89,none,none,none, holing,holing,0.12,Verb,6,5,2,hole,none,none,5.05,1.00,4.37,none,4.73, holistic,holistic,0.39,Adjective,8,8,3,holistic,15.25,0.84,15.25,0.84,none,none,none, hollandaise,hollandaise,0.33,Noun,11,8,3,hollandaise,12.61,1.00,12.61,1.00,none,none,none, holler,holler,5.90,Verb,6,4,2,holler,8.11,1.00,8.11,1.00,none,none,none,8.12 hollered,hollered,0.57,Verb,8,5,2,holler,none,none,8.11,1.00,none,none,none,8.12 hollering,hollering,1.75,Verb,9,6,3,holler,none,none,8.11,1.00,none,none,none,8.12 hollers,hollers,0.41,Verb,7,5,2,holler,none,none,8.11,1.00,none,none,none,8.12 hollies,hollies,0.02,Noun,7,5,2,holly,none,none,7.32,1.00,none,none,none, hollo,hollo,0.14,Name,5,4,2,hollo,15.00,0.15,15.00,0.15,none,none,none, hollow,hollow,12.18,Noun,6,4,2,hollow,7.44,1.00,7.44,1.00,none,7.35,none, hollowed,hollowed,0.27,Verb,8,5,2,hollow,none,none,7.44,1.00,none,7.35,none, hollowness,hollowness,0.10,Noun,10,7,3,hollowness,8.63,1.00,8.63,1.00,none,none,none, hollows,hollows,0.22,Noun,7,5,2,hollow,none,none,7.44,1.00,none,7.35,none, holly,holly,10.75,Noun,5,4,2,holly,7.32,1.00,7.32,1.00,none,none,none, hollyhock,hollyhock,0.04,Noun,9,7,3,hollyhock,12.08,0.60,12.08,0.60,none,none,none, hollyhocks,hollyhocks,0.14,Noun,10,8,3,hollyhock,none,none,12.08,0.60,none,none,none, holmium,holmium,0.02,Noun,7,7,3,holmium,15.33,0.30,15.33,0.30,none,none,none, hologram,hologram,0.65,Noun,8,8,3,hologram,10.84,0.95,10.84,0.95,none,none,none, holograms,holograms,0.39,Noun,9,9,3,hologram,none,none,10.84,0.95,none,none,none, holograph,holograph,0.14,Noun,9,8,3,holograph,12.11,0.95,12.11,0.95,none,none,none, holographic,holographic,1.04,Adjective,11,10,4,holographic,12.00,0.94,12.00,0.94,none,none,none, holographs,holographs,0.06,Verb,10,9,3,holograph,none,none,12.11,0.95,none,none,none, holster,holster,2.18,Noun,7,6,2,holster,10.32,1.00,10.32,1.00,none,none,none,9.49 holstered,holstered,0.12,Verb,9,7,2,holster,none,none,10.32,1.00,none,none,none,9.49 holsters,holsters,0.18,Noun,8,7,2,holster,none,none,10.32,1.00,none,none,none,9.49 holy,holy,68.14,Adjective,4,4,2,holy,5.55,1.00,5.55,1.00,none,none,none,6.20 homage,homage,1.31,Noun,6,4,2,homage,13.72,0.95,13.72,0.95,none,13.28,none,12.11 hombre,hombre,1.65,Noun,6,6,2,hombre,12.33,0.95,12.33,0.95,none,none,none, hombres,hombres,0.39,Noun,7,7,2,hombres,13.47,0.85,13.47,0.85,none,none,none, homburg,homburg,0.10,Noun,7,6,2,homburg,13.25,0.22,13.25,0.22,none,none,none, home,home,774.33,Adverb,4,3,1,home,3.87,1.00,3.87,1.00,4.31,4.82,3.63, homebodies,homebodies,0.04,Noun,10,8,3,homebody,none,none,11.32,0.95,none,none,none, homebody,homebody,0.18,Noun,8,7,3,homebody,11.32,0.95,11.32,0.95,none,none,none, homebound,homebound,0.04,Adjective,9,7,2,homebound,11.22,1.00,11.22,1.00,none,none,none, homeboy,homeboy,2.43,Noun,7,5,2,homeboy,12.94,0.94,12.94,0.94,none,none,none, homeboys,homeboys,0.55,Noun,8,6,2,homeboy,none,none,12.94,0.94,none,none,none, homebrew,homebrew,0.10,Noun,8,6,2,homebrew,12.12,0.94,12.12,0.94,none,none,none, homebuilding,homebuilding,0.02,Noun,12,9,3,homebuilding,8.72,1.00,8.72,1.00,none,none,none, homecoming,homecoming,5.59,Adjective,10,8,3,homecoming,11.57,1.00,11.57,1.00,none,none,none, homed,homed,0.06,Verb,5,4,1,home,none,none,3.87,1.00,4.31,4.82,3.63, homegrown,home-grown,0.14,Adjective,9,7,2,homegrown,10.21,1.00,10.21,1.00,none,none,none, homeland,homeland,4.78,Noun,8,7,2,homeland,9.35,1.00,9.35,1.00,none,none,none, homelands,homelands,0.06,Noun,9,8,2,homeland,none,none,9.35,1.00,none,none,none, homeless,homeless,10.65,Adjective,8,6,2,homeless,7.45,1.00,7.45,1.00,none,none,none, homelessness,homelessness,0.08,Noun,12,9,3,homelessness,8.89,1.00,8.89,1.00,none,none,none, homeliest,homeliest,0.02,Adjective,9,8,3,homely,none,none,11.32,1.00,none,none,none,9.67 homelike,homelike,0.12,Adjective,8,6,2,homelike,9.40,1.00,9.40,1.00,none,none,none, homely,homely,0.92,Adjective,6,5,2,homely,11.32,1.00,11.32,1.00,none,none,none,9.67 homemade,homemade,2.86,Adjective,8,6,2,homemade,6.59,1.00,6.59,1.00,none,none,none, homemaker,homemaker,0.33,Noun,9,7,3,homemaker,8.58,1.00,8.58,1.00,none,none,none, homemakers,homemakers,0.06,Noun,10,8,3,homemaker,none,none,8.58,1.00,none,none,none, homemaking,homemaking,0.04,Verb,10,8,3,homemaking,11.16,1.00,11.16,1.00,none,none,none, homeostasis,homeostasis,0.10,Noun,11,11,5,homeostasis,16.87,0.79,16.87,0.79,none,none,none, homeowner,homeowner,1.18,Noun,9,6,3,homeowner,9.40,1.00,9.40,1.00,none,none,none, homeowners,homeowners,0.53,Noun,10,7,3,homeowner,none,none,9.40,1.00,none,none,none, homepage,homepage,0.06,Noun,8,6,2,homepage,14.26,1.00,14.26,1.00,none,none,none, homeroom,homeroom,1.16,Noun,8,6,2,homeroom,8.33,1.00,8.33,1.00,none,none,none, homerooms,homerooms,0.04,Noun,9,7,2,homeroom,none,none,8.33,1.00,none,none,none, homes,homes,14.16,Noun,5,4,1,home,none,none,3.87,1.00,4.31,4.82,3.63, homesick,homesick,2.41,Adjective,8,6,2,homesick,8.83,1.00,8.83,1.00,none,none,none, homesickness,homesickness,0.12,Noun,12,9,3,homesickness,9.21,1.00,9.21,1.00,none,none,none, homespun,homespun,0.20,Noun,8,7,2,homespun,14.29,0.89,14.29,0.89,none,none,none, homestead,homestead,1.16,Noun,9,7,2,homestead,12.78,1.00,12.78,1.00,none,none,none, homesteader,homesteader,0.06,Noun,11,8,3,homesteader,11.44,0.84,11.44,0.84,none,none,none, homesteaders,homesteaders,0.18,Noun,12,9,3,homesteader,none,none,11.44,0.84,none,none,none, homestretch,homestretch,0.14,Noun,11,8,2,homestretch,9.84,1.00,9.84,1.00,none,none,none, hometown,hometown,3.90,Noun,8,6,2,hometown,7.22,1.00,7.22,1.00,none,none,none, hometowns,hometowns,0.14,Noun,9,7,2,hometown,none,none,7.22,1.00,none,none,none, homeward,homeward,0.76,Adjective,8,6,2,homeward,7.37,1.00,7.37,1.00,none,none,none, homework,homework,20.14,Noun,8,6,2,homework,5.89,1.00,5.89,1.00,none,none,none, homey,homey,3.35,Noun,5,4,2,homey,11.65,0.94,11.65,0.94,none,none,none, homeys,homeys,0.37,Noun,6,5,2,homey,none,none,11.65,0.94,none,none,none, homicidal,homicidal,2.02,Adjective,9,9,4,homicidal,12.61,1.00,12.61,1.00,none,none,none, homicide,homicide,15.33,Noun,8,7,3,homicide,12.94,1.00,12.94,1.00,none,none,none, homicides,homicides,1.20,Noun,9,8,3,homicide,none,none,12.94,1.00,none,none,none, homing,homing,1.39,Adjective,6,5,2,homing,11.75,0.84,11.75,0.84,none,none,none, hominid,hominid,0.08,Noun,7,7,3,hominid,15.10,0.50,15.10,0.50,none,none,none, hominids,hominids,0.02,Noun,8,8,3,hominid,none,none,15.10,0.50,none,none,none, hominoid,hominoid,0.04,Noun,8,7,3,hominoid,12.20,0.56,12.20,0.56,none,none,none, hominy,hominy,0.49,Noun,6,6,3,hominy,12.43,0.70,12.43,0.70,none,none,none, homo,homo,3.71,Noun,4,4,2,homo,11.78,1.00,11.78,1.00,none,none,none, homoerotic,homoerotic,0.06,Adjective,10,10,5,homoerotic,16.40,0.83,16.40,0.83,none,none,none, homogeneous,homogeneous,0.06,Adjective,11,10,5,homogeneous,14.88,0.89,14.88,0.89,none,none,none, homogenous,homogenous,0.04,Adjective,10,9,4,homogenous,13.42,0.95,13.42,0.95,none,none,none, homologous,homologous,0.04,Adjective,10,9,4,homologous,14.14,0.67,14.14,0.67,none,none,none, homonym,homonym,0.08,Noun,7,7,3,homonym,9.56,0.90,9.56,0.90,none,none,none, homophobia,homophobia,0.27,Noun,10,9,5,homophobia,15.67,1.00,15.67,1.00,none,none,none, homophobic,homophobic,0.73,Adjective,10,9,4,homophobic,14.70,1.00,14.70,1.00,none,none,none, homophonic,homophonic,0.02,Adjective,10,9,4,homophonic,13.44,0.89,13.44,0.89,none,none,none, homos,homos,0.73,Noun,5,5,2,homo,none,none,11.78,1.00,none,none,none, homosexual,homosexual,4.73,Noun,10,12,5,homosexual,12.37,1.00,12.37,1.00,none,none,none, homosexuality,homosexuality,0.96,Noun,13,15,7,homosexuality,12.55,1.00,12.55,1.00,none,none,none, homosexuals,homosexuals,1.57,Noun,11,13,5,homosexual,none,none,12.37,1.00,none,none,none, homunculi,homunculi,0.02,Noun,9,10,4,homunculus,none,none,13.33,0.50,none,none,none, homunculus,homunculus,0.20,Noun,10,11,4,homunculus,13.33,0.50,13.33,0.50,none,none,none, honcho,honcho,0.92,Noun,6,5,2,honcho,11.69,0.89,11.69,0.89,none,none,none, honchos,honchos,0.14,Noun,7,6,2,honcho,none,none,11.69,0.89,none,none,none, hone,hone,0.73,Verb,4,3,1,hone,12.72,0.86,12.72,0.86,11.21,none,12.52, honed,honed,0.35,Verb,5,4,1,hone,none,none,12.72,0.86,11.21,none,12.52, hones,hones,0.02,Verb,5,4,1,hone,none,none,12.72,0.86,11.21,none,12.52, honest,honest,72.33,Adjective,6,5,2,honest,5.46,1.00,5.46,1.00,6.53,6.28,none,6.13 honesty,honesty,7.22,Noun,7,6,3,honesty,5.00,1.00,5.00,1.00,6.77,none,none, honey,honey,300.49,Noun,5,4,2,honey,5.44,1.00,5.44,1.00,none,5.82,none,4.91 honeybee,honeybee,0.20,Noun,8,6,3,honeybee,6.22,1.00,6.22,1.00,none,none,none, honeybees,honeybees,0.10,Noun,9,7,3,honeybee,none,none,6.22,1.00,none,none,none, honeybunch,honeybunch,0.20,Verb,10,8,3,honeybunch,9.74,0.95,9.74,0.95,none,none,none, honeycomb,honeycomb,0.39,Noun,9,7,3,honeycomb,7.11,1.00,7.11,1.00,none,none,none, honeycombed,honeycombed,0.10,Verb,11,8,3,honeycomb,none,none,7.11,1.00,none,none,none, honeycombs,honeycombs,0.02,Noun,10,8,3,honeycomb,none,none,7.11,1.00,none,none,none, honeydew,honeydew,0.27,Noun,8,6,3,honeydew,7.56,1.00,7.56,1.00,none,none,none, honeymoon,honeymoon,16.20,Noun,9,7,3,honeymoon,8.60,1.00,8.60,1.00,none,none,none, honeymooned,honeymooned,0.10,Verb,11,8,3,honeymoon,none,none,8.60,1.00,none,none,none, honeymooning,honeymooning,0.24,Verb,12,9,4,honeymoon,none,none,8.60,1.00,none,none,none, honeymoons,honeymoons,0.25,Noun,10,8,3,honeymoon,none,none,8.60,1.00,none,none,none, honeys,honeys,1.00,Noun,6,5,2,honey,none,none,5.44,1.00,none,5.82,none,4.91 honeysuckle,honeysuckle,0.18,Noun,11,9,4,honeysuckle,8.26,1.00,8.26,1.00,none,none,none, honeysuckles,honeysuckles,0.08,Noun,12,10,4,honeysuckle,none,none,8.26,1.00,none,none,none, honing,honing,0.33,Verb,6,5,2,hone,none,none,12.72,0.86,11.21,none,12.52, honk,honk,2.39,Verb,4,4,1,honk,5.39,1.00,5.39,1.00,none,none,5.40, honked,honked,0.31,Verb,6,5,1,honk,none,none,5.39,1.00,none,none,5.40, honker,honker,0.12,Noun,6,6,2,honker,9.78,0.86,9.78,0.86,none,none,none, honkers,honkers,0.06,Noun,7,7,2,honker,none,none,9.78,0.86,none,none,none, honkies,honkies,0.41,Noun,7,6,2,honky,none,none,10.00,0.84,none,none,none, honking,honking,3.04,Verb,7,6,2,honk,none,none,5.39,1.00,none,none,5.40, honks,honks,1.73,Verb,5,5,1,honk,none,none,5.39,1.00,none,none,5.40, honky,honky,1.61,Adjective,5,5,2,honky,10.00,0.84,10.00,0.84,none,none,none, honor,honour,96.31,Noun,5,3,2,honor,7.89,0.95,7.89,0.95,none,none,none,8.53 honorable,honourable,7.24,Adjective,9,7,4,honorable,8.95,1.00,8.95,1.00,none,none,none, honoraria,honoraria,0.02,Noun,9,7,5,honorarium,none,none,14.93,0.74,none,none,none, honorarium,honorarium,0.08,Noun,10,8,5,honorarium,14.93,0.74,14.93,0.74,none,none,none, honorary,honorary,1.51,Adjective,8,6,4,honorary,10.18,0.94,10.18,0.94,none,none,none, honored,honoured,10.86,Verb,7,4,2,honor,none,none,7.89,0.95,none,none,none,8.53 honoree,honouree,0.06,Noun,7,4,3,honoree,11.63,1.00,11.63,1.00,none,none,none, honorific,honorific,0.02,Adjective,9,7,4,honorific,14.29,0.78,14.29,0.78,none,none,none, honoring,honouring,1.53,Verb,8,5,3,honor,none,none,7.89,0.95,none,none,none,8.53 honors,honours,4.14,Noun,6,4,2,honor,none,none,7.89,0.95,none,none,none,8.53 hooch,hooch,1.04,Noun,5,3,1,hooch,13.06,0.89,13.06,0.89,none,none,none, hood,hood,15.39,Noun,4,3,1,hood,5.50,1.00,5.50,1.00,none,5.92,6.20, hooded,hooded,0.29,Adjective,6,5,2,hooded,8.28,1.00,8.28,1.00,none,none,none, hoodlum,hoodlum,1.29,Noun,7,6,2,hoodlum,10.33,1.00,10.33,1.00,none,none,none,11.09 hoodlumism,hoodlumism,0.02,Noun,10,10,4,hoodlumism,12.69,0.80,12.69,0.80,none,none,none, hoodlums,hoodlums,1.24,Noun,8,7,2,hoodlum,none,none,10.33,1.00,none,none,none,11.09 hoodoo,hoodoo,0.35,Noun,6,4,2,hoodoo,11.82,0.58,11.82,0.58,none,none,none, hoods,hoods,1.53,Noun,5,4,1,hood,none,none,5.50,1.00,none,5.92,6.20, hoodwink,hoodwink,0.16,Verb,8,7,2,hoodwink,12.67,0.95,12.67,0.95,none,none,none, hoodwinked,hoodwinked,0.33,Verb,10,8,2,hoodwink,none,none,12.67,0.95,none,none,none, hoodwinks,hoodwinks,0.02,Noun,9,8,2,hoodwink,none,none,12.67,0.95,none,none,none, hooey,hooey,0.84,Noun,5,3,2,hooey,10.17,0.67,10.17,0.67,none,none,none, hoof,hoof,1.73,Noun,4,3,1,hoof,6.90,1.00,6.90,1.00,none,6.20,6.10, hoofer,hoofer,0.24,Noun,6,4,2,hoofer,12.07,0.74,12.07,0.74,none,none,none, hoofers,hoofers,0.02,Noun,7,5,2,hoofer,none,none,12.07,0.74,none,none,none, hoofing,hoofing,0.12,Verb,7,5,2,hoof,none,none,6.90,1.00,none,6.20,6.10, hoofs,hoofs,0.24,Noun,5,4,1,hoof,none,none,6.90,1.00,none,6.20,6.10, hook,hook,38.00,Noun,4,3,1,hook,6.26,1.00,6.26,1.00,none,6.33,6.13, hookah,hookah,0.04,Noun,6,4,2,hookah,15.13,0.83,15.13,0.83,none,none,none, hooked,hooked,13.12,Verb,6,4,1,hook,none,none,6.26,1.00,none,6.33,6.13, hooker,hooker,11.73,Noun,6,4,2,hooker,11.82,0.94,11.82,0.94,none,none,none, hookers,hookers,3.90,Noun,7,5,2,hooker,none,none,11.82,0.94,none,none,none, hooking,hooking,2.53,Verb,7,5,2,hook,none,none,6.26,1.00,none,6.33,6.13, hooks,hooks,4.16,Noun,5,4,1,hook,none,none,6.26,1.00,none,6.33,6.13, hookup,hook-up,0.78,Noun,6,5,2,hookup,13.61,1.00,13.61,1.00,none,none,none, hookups,hook-ups,0.14,Noun,7,6,2,hookup,none,none,13.61,1.00,none,none,none, hookworm,hookworm,0.06,Noun,8,6,2,hookworm,10.89,0.95,10.89,0.95,none,none,none, hooky,hooky,0.84,Adjective,5,4,2,hooky,10.93,0.83,10.93,0.83,none,none,none,10.22 hooligan,hooligan,0.73,Noun,8,7,3,hooligan,11.75,0.95,11.75,0.95,none,none,none, hooligans,hooligans,1.02,Noun,9,8,3,hooligan,none,none,11.75,0.95,none,none,none, hoop,hoop,2.69,Noun,4,3,1,hoop,6.11,1.00,6.11,1.00,none,none,6.06, hoopla,hoopla,0.71,Noun,6,5,2,hoopla,11.62,0.89,11.62,0.89,none,none,none,11.39 hoopoe,hoopoe,0.02,Noun,6,4,2,hoopoe,16.50,0.32,16.50,0.32,none,none,none, hoops,hoops,2.76,Noun,5,4,1,hoop,none,none,6.11,1.00,none,none,6.06, hoopskirt,hoopskirt,0.02,Noun,9,7,2,hoopskirt,10.89,0.86,10.89,0.86,none,none,none, hooray,hooray,5.75,Interjection,6,4,2,hooray,5.94,1.00,5.94,1.00,none,none,none,5.49 hoosegow,hoosegow,0.22,Noun,8,4,2,hoosegow,14.11,0.50,14.11,0.50,none,none,none, hoot,hoot,2.61,Noun,4,3,1,hoot,7.78,1.00,7.78,1.00,7.18,none,7.01, hooted,hooted,0.08,Verb,6,5,2,hoot,none,none,7.78,1.00,7.18,none,7.01, hootenannies,hootenannies,0.02,Noun,12,9,4,hootenanny,none,none,13.00,0.72,none,none,none, hootenanny,hootenanny,0.22,Noun,10,8,4,hootenanny,13.00,0.72,13.00,0.72,none,none,none, hooter,hooter,0.55,Noun,6,4,2,hooter,13.12,0.89,13.12,0.89,none,none,none, hooters,hooters,2.31,Noun,7,5,2,hooter,none,none,13.12,0.89,none,none,none, hooting,hooting,0.57,Verb,7,5,2,hoot,none,none,7.78,1.00,7.18,none,7.01, hoots,hoots,0.57,Verb,5,4,1,hoot,none,none,7.78,1.00,7.18,none,7.01, hoover,hoover,3.18,3.18,6,4,2,hoover,9.16,0.95,9.16,0.95,8.06,none,none, hooves,hooves,1.29,Noun,6,4,1,hoof,none,none,6.90,1.00,none,6.20,6.10, hop,hop,19.16,Verb,3,3,1,hop,4.84,1.00,4.84,1.00,none,5.88,4.02, hope,hope,320.63,Verb,4,3,1,hope,4.89,1.00,4.89,1.00,6.53,none,6.26, hoped,hoped,16.27,Verb,5,4,1,hope,none,none,4.89,1.00,6.53,none,6.26, hopeful,hopeful,2.98,Adjective,7,6,2,hopeful,6.84,1.00,6.84,1.00,none,8.22,none, hopefulness,hopefulness,0.16,Noun,11,9,3,hopefulness,9.67,1.00,9.67,1.00,none,none,none, hopefuls,hopefuls,0.12,Noun,8,7,2,hopeful,none,none,6.84,1.00,none,8.22,none, hopeless,hopeless,8.94,Adjective,8,6,2,hopeless,8.20,1.00,8.20,1.00,none,none,none, hopelessness,hopelessness,0.22,Noun,12,9,3,hopelessness,9.67,1.00,9.67,1.00,none,none,none, hoper,hoper,0.04,Noun,5,4,2,hoper,10.57,0.78,10.57,0.78,none,none,none, hopes,hopes,15.10,Noun,5,4,1,hope,none,none,4.89,1.00,6.53,none,6.26, hophead,hophead,0.16,Noun,7,6,2,hophead,14.00,0.61,14.00,0.61,none,none,none, hopheads,hopheads,0.16,Noun,8,7,2,hophead,none,none,14.00,0.61,none,none,none, hoping,hoping,49.88,Verb,6,5,2,hope,none,none,4.89,1.00,6.53,none,6.26, hopped,hopped,1.69,Verb,6,4,1,hop,none,none,4.84,1.00,none,5.88,4.02, hopping,hopping,2.37,Verb,7,5,2,hop,none,none,4.84,1.00,none,5.88,4.02, hops,hops,0.90,Noun,4,4,1,hop,none,none,4.84,1.00,none,5.88,4.02, hopscotch,hopscotch,0.29,Noun,9,7,2,hopscotch,5.80,1.00,5.80,1.00,none,none,none, horde,horde,1.14,Noun,5,4,1,horde,10.58,1.00,10.58,1.00,none,none,11.55, hordes,hordes,0.80,Noun,6,5,1,horde,none,none,10.58,1.00,none,none,11.55, horehound,horehound,0.02,Noun,9,7,2,horehound,12.00,0.67,12.00,0.67,none,none,none, horizon,horizon,4.47,Noun,7,6,3,horizon,8.30,1.00,8.30,1.00,none,none,none, horizons,horizons,1.14,Noun,8,7,3,horizon,none,none,8.30,1.00,none,none,none, horizontal,horizontal,1.51,Adjective,10,10,4,horizontal,8.15,1.00,8.15,1.00,none,none,none, hormonal,hormonal,0.84,Adjective,8,8,3,hormonal,12.47,0.95,12.47,0.95,none,none,none, hormone,hormone,1.35,Noun,7,6,2,hormone,12.00,1.00,12.00,1.00,none,none,none,11.49 hormones,hormones,3.69,Noun,8,7,2,hormone,none,none,12.00,1.00,none,none,none,11.49 horn,horn,21.08,Noun,4,4,1,horn,4.84,1.00,4.84,1.00,none,6.24,5.19, hornbook,hornbook,Err:512,Err:512,8,7,2,hornbook,13.75,0.19,13.75,0.19,none,none,none, horned,horned,0.53,Adjective,6,5,1,horned,9.32,0.95,9.32,0.95,none,none,none, hornet,hornet,1.33,Noun,6,6,2,hornet,7.28,1.00,7.28,1.00,none,none,none,7.19 hornets,hornets,0.51,Noun,7,7,2,hornet,none,none,7.28,1.00,none,none,none,7.19 hornier,hornier,0.14,Adjective,7,6,3,horny,none,none,12.94,1.00,none,none,none, horniest,horniest,0.06,Adjective,8,8,3,horny,none,none,12.94,1.00,none,none,none, horniness,horniness,0.18,Noun,9,8,3,horniness,13.24,0.94,13.24,0.94,none,none,none, hornless,hornless,0.02,Adjective,8,7,2,hornless,9.18,0.94,9.18,0.94,none,none,none, hornpipe,hornpipe,0.08,Noun,8,7,2,hornpipe,13.27,0.83,13.27,0.83,none,none,none, horns,horns,6.20,Noun,5,5,1,horn,none,none,4.84,1.00,none,6.24,5.19, horny,horny,8.39,Adjective,5,5,2,horny,12.94,1.00,12.94,1.00,none,none,none, horologist,horologist,Err:512,Err:512,10,10,4,horologist,15.00,0.33,15.00,0.33,none,none,none, horology,horology,Err:512,Err:512,8,8,4,horology,17.67,0.15,17.67,0.15,none,none,none, horoscope,horoscope,1.18,Noun,9,8,3,horoscope,10.37,1.00,10.37,1.00,none,none,none, horoscopes,horoscopes,0.27,Noun,10,9,3,horoscope,none,none,10.37,1.00,none,none,none, horrendous,horrendous,1.02,Adjective,10,8,3,horrendous,9.94,1.00,9.94,1.00,10.53,none,none, horrible,horrible,42.43,Adjective,8,7,3,horrible,5.81,1.00,5.81,1.00,none,none,none, horribleness,horribleness,0.04,Noun,12,10,4,horribleness,8.35,0.94,8.35,0.94,none,none,none, horrid,horrid,2.45,Adjective,6,5,2,horrid,8.50,1.00,8.50,1.00,none,none,none,10.04 horrific,horrific,1.37,Adjective,8,7,3,horrific,9.80,1.00,9.80,1.00,none,none,none, horrified,horrified,1.41,Verb,9,7,3,horrify,none,none,8.25,1.00,none,none,none, horrifies,horrifies,0.04,Verb,9,7,3,horrify,none,none,8.25,1.00,none,none,none, horrify,horrify,0.14,Verb,7,6,3,horrify,8.25,1.00,8.25,1.00,none,none,none, horrifying,horrifying,1.57,Adjective,10,8,4,horrifying,7.58,1.00,7.58,1.00,none,none,none, horror,horror,9.18,Noun,6,4,2,horror,7.58,1.00,7.58,1.00,none,7.45,none,6.89 horrors,horrors,1.94,Noun,7,5,2,horror,none,none,7.58,1.00,none,7.45,none,6.89 horse,horse,92.88,Noun,5,4,1,horse,4.15,1.00,4.15,1.00,4.19,none,none, horseback,horseback,1.86,Noun,9,7,2,horseback,7.00,1.00,7.00,1.00,none,none,none, horsed,horsed,0.06,Verb,6,5,1,horse,none,none,4.15,1.00,4.19,none,none, horseflesh,horseflesh,0.20,Noun,10,8,2,horseflesh,12.00,0.85,12.00,0.85,none,none,none, horsehair,horsehair,0.12,Noun,9,7,2,horsehair,6.06,0.89,6.06,0.89,none,none,none, horsehide,horsehide,0.04,Noun,9,7,2,horsehide,11.32,0.86,11.32,0.86,none,none,none, horselaugh,horselaugh,0.08,Noun,10,7,2,horselaugh,11.25,0.42,11.25,0.42,none,none,none, horseless,horseless,0.18,Adjective,9,7,2,horseless,10.24,0.89,10.24,0.89,none,none,none, horseman,horseman,1.20,Noun,8,7,2,horseman,9.00,1.00,9.00,1.00,none,none,none, horsemanship,horsemanship,0.14,Noun,12,10,3,horsemanship,13.06,0.89,13.06,0.89,none,none,none, horsemen,horsemen,1.04,Noun,8,7,2,horseman,none,none,9.00,1.00,none,none,none, horseplay,horseplay,0.37,Noun,9,7,2,horseplay,6.05,1.00,6.05,1.00,none,none,none, horseplayer,horseplayer,0.12,Noun,11,8,3,horseplayer,10.84,0.95,10.84,0.95,none,none,none, horsepower,horsepower,1.22,Noun,10,7,3,horsepower,8.83,1.00,8.83,1.00,none,none,none, horseradish,horseradish,0.49,Noun,11,9,3,horseradish,9.94,1.00,9.94,1.00,none,none,none, horses,horses,40.92,Noun,6,6,2,horse,none,none,4.15,1.00,4.19,none,none, horseshit,horseshit,2.27,Noun,9,7,2,horseshit,9.79,1.00,9.79,1.00,none,none,none, horseshoe,horseshoe,1.02,Noun,9,6,2,horseshoe,5.85,1.00,5.85,1.00,none,none,none, horseshoes,horseshoes,0.65,Noun,10,7,2,horseshoe,none,none,5.85,1.00,none,none,none, horsewhip,horsewhip,0.22,Verb,9,7,2,horsewhip,10.00,0.94,10.00,0.94,none,none,none, horsewhipped,horsewhipped,0.12,Verb,12,8,2,horsewhip,none,none,10.00,0.94,none,none,none, horsewoman,horsewoman,0.02,Noun,10,9,3,horsewoman,9.53,0.94,9.53,0.94,none,none,none, horsey,horsey,0.82,Adjective,6,5,2,horsey,5.71,0.94,5.71,0.94,none,none,none, horsing,horsing,0.71,Verb,7,6,2,horse,none,none,4.15,1.00,4.19,none,none, horticultural,horticultural,0.12,Adjective,13,12,5,horticultural,12.32,1.00,12.32,1.00,none,none,none, horticulturalist,horticulturalist,0.06,Noun,16,17,6,horticulturalist,15.36,0.74,15.36,0.74,none,none,none, horticulturalists,horticulturalists,0.02,Noun,17,18,6,horticulturalist,none,none,15.36,0.74,none,none,none, horticulture,horticulture,0.24,Noun,12,10,4,horticulture,14.12,0.89,14.12,0.89,none,none,none, horticulturist,horticulturist,0.10,Noun,14,13,5,horticulturist,15.07,0.78,15.07,0.78,none,none,none, hose,hose,8.06,Noun,4,3,1,hose,5.33,1.00,5.33,1.00,none,6.35,6.72, hosed,hosed,0.35,Verb,5,4,1,hose,none,none,5.33,1.00,none,6.35,6.72, hoses,hoses,1.08,Noun,5,5,2,hose,none,none,5.33,1.00,none,6.35,6.72, hosiery,hosiery,0.10,Noun,7,5,3,hosiery,11.06,0.90,11.06,0.90,none,none,none, hosing,hosing,0.27,Verb,6,5,2,hose,none,none,5.33,1.00,none,6.35,6.72, hospice,hospice,0.67,Noun,7,6,2,hospice,14.45,0.95,14.45,0.95,none,none,none, hospitable,hospitable,0.82,Adjective,10,10,4,hospitable,12.56,1.00,12.56,1.00,none,none,none, hospitableness,hospitableness,0.02,Noun,14,13,5,hospitableness,12.71,0.94,12.71,0.94,none,none,none, hospital,hospital,124.20,Noun,8,8,3,hospital,5.55,1.00,5.55,1.00,none,6.45,none, hospitality,hospitality,4.53,Noun,11,11,5,hospitality,8.78,1.00,8.78,1.00,none,none,none, hospitalization,hospitalisation,0.18,Noun,15,14,6,hospitalization,9.53,1.00,9.53,1.00,none,none,none, hospitalizations,hospitalizations,0.08,Noun,16,15,6,hospitalization,none,none,9.53,1.00,none,none,none, hospitalize,hospitalise,0.04,Verb,11,10,4,hospitalize,7.83,1.00,7.83,1.00,none,none,none, hospitalized,hospitalised,1.39,Verb,12,11,4,hospitalize,none,none,7.83,1.00,none,none,none, hospitals,hospitals,6.18,Noun,9,9,3,hospital,none,none,5.55,1.00,none,6.45,none, host,host,15.02,Noun,4,4,1,host,8.05,1.00,8.05,1.00,9.59,none,8.33, hostage,hostage,14.57,Noun,7,6,2,hostage,9.89,1.00,9.89,1.00,none,none,none,9.31 hostages,hostages,9.69,Noun,8,8,3,hostage,none,none,9.89,1.00,none,none,none,9.31 hosted,hosted,0.53,Verb,6,6,2,host,none,none,8.05,1.00,9.59,none,8.33, hostel,hostel,0.57,Noun,6,6,2,hostel,15.58,1.00,15.58,1.00,none,none,none,10.90 hostelry,hostelry,0.02,Noun,8,8,3,hostelry,13.00,0.84,13.00,0.84,none,none,none, hostels,hostels,0.14,Noun,7,7,2,hostel,none,none,15.58,1.00,none,none,none,10.90 hostess,hostess,3.71,Noun,7,6,2,hostess,8.47,0.94,8.47,0.94,none,9.34,none,10.60 hostesses,hostesses,0.43,Noun,9,8,3,hostess,none,none,8.47,0.94,none,9.34,none,10.60 hostile,hostile,8.94,Adjective,7,6,2,hostile,9.90,1.00,9.90,1.00,none,none,none,10.51 hostilities,hostilities,0.45,Noun,11,10,4,hostility,none,none,11.47,1.00,none,none,none, hostility,hostility,2.73,Noun,9,9,4,hostility,11.47,1.00,11.47,1.00,none,none,none, hosting,hosting,2.10,Verb,7,6,2,host,none,none,8.05,1.00,9.59,none,8.33, hostler,ostler,0.02,Noun,7,5,2,hostler,13.73,0.61,13.73,0.61,none,none,none, hostlers,ostlers,0.02,Noun,8,6,2,hostler,none,none,13.73,0.61,none,none,none, hosts,hosts,1.88,Noun,5,5,1,host,none,none,8.05,1.00,9.59,none,8.33, hot,hot,189.84,Adjective,3,3,1,hot,3.37,1.00,3.37,1.00,3.73,none,3.52, hotbed,hotbed,0.31,Noun,6,6,2,hotbed,10.75,0.80,10.75,0.80,none,none,none, hotbeds,hotbeds,0.02,Noun,7,7,2,hotbed,none,none,10.75,0.80,none,none,none, hotbox,hotbox,0.04,Noun,6,7,2,hotbox,12.06,0.89,12.06,0.89,none,none,none, hotcake,hotcake,0.04,Verb,7,6,2,hotcake,6.77,1.00,6.77,1.00,none,none,none, hotcakes,hotcakes,0.51,Noun,8,7,2,hotcake,none,none,6.77,1.00,none,none,none, hotchpotch,hotchpotch,0.02,Noun,10,5,2,hotchpotch,14.44,0.50,14.44,0.50,none,none,none, hotdog,hotdog,0.39,Noun,6,6,2,hotdog,4.55,1.00,4.55,1.00,none,none,none, hotdogs,hotdogs,0.25,Noun,7,7,2,hotdog,none,none,4.55,1.00,none,none,none, hotel,hotel,103.22,Noun,5,5,2,hotel,6.05,1.00,6.05,1.00,none,6.24,none,5.93 hotelier,hotelier,0.02,Noun,8,7,3,hotelier,14.07,0.78,14.07,0.78,none,none,none, hotelkeeper,hotelkeeper,0.02,Noun,11,9,4,hotelkeeper,11.35,0.94,11.35,0.94,none,none,none, hotels,hotels,5.04,Noun,6,6,2,hotel,none,none,6.05,1.00,none,6.24,none,5.93 hothead,hothead,0.75,Noun,7,6,2,hothead,11.50,1.00,11.50,1.00,none,none,none, hotheads,hotheads,0.22,Noun,8,7,2,hothead,none,none,11.50,1.00,none,none,none, hotline,hotline,1.55,Noun,7,6,2,hotline,10.75,1.00,10.75,1.00,none,none,none, hotlines,hotlines,0.04,Noun,8,7,2,hotline,none,none,10.75,1.00,none,none,none, hotness,hotness,0.16,Noun,7,6,2,hotness,9.42,1.00,9.42,1.00,none,none,none, hotplate,hotplate,0.10,Noun,8,7,2,hotplate,12.21,1.00,12.21,1.00,none,none,none, hotpot,hotpot,0.04,Noun,6,6,2,hotpot,8.50,0.80,8.50,0.80,none,none,none, hotshot,hotshot,3.51,Noun,7,5,2,hotshot,9.76,0.94,9.76,0.94,none,none,none, hotshots,hotshots,0.43,Noun,8,6,2,hotshot,none,none,9.76,0.94,none,none,none, hotspot,hotspot,0.04,Noun,7,7,2,hotspot,12.94,0.94,12.94,0.94,none,none,none, hotspots,hotspots,0.04,Noun,8,8,2,hotspot,none,none,12.94,0.94,none,none,none, hotter,hotter,4.67,Adjective,6,4,2,hot,none,none,3.37,1.00,3.73,none,3.52, hottest,hottest,6.18,Adjective,7,6,2,hot,none,none,3.37,1.00,3.73,none,3.52, hound,hound,5.04,Noun,5,4,1,hound,5.74,1.00,5.74,1.00,none,none,7.98, hounded,hounded,0.57,Verb,7,6,2,hound,none,none,5.74,1.00,none,none,7.98, hounding,hounding,0.84,Verb,8,6,2,hound,none,none,5.74,1.00,none,none,7.98, hounds,hounds,1.88,Noun,6,5,1,hound,none,none,5.74,1.00,none,none,7.98, hour,hour,162.29,Noun,4,2,2,hour,5.85,1.00,5.85,1.00,5.13,none,5.34, hourglass,hourglass,0.96,Noun,9,6,3,hourglass,8.58,1.00,8.58,1.00,none,none,none, hourly,hourly,0.73,Adjective,6,4,2,hourly,9.45,1.00,9.45,1.00,none,none,none, hours,hours,214.88,Noun,5,3,2,hour,none,none,5.85,1.00,5.13,none,5.34, house,house,514.00,Noun,5,3,1,house,3.16,1.00,3.16,1.00,3.94,none,none, houseboat,houseboat,0.78,Noun,9,6,2,houseboat,10.63,1.00,10.63,1.00,none,none,none, houseboats,houseboats,0.04,Noun,10,7,2,houseboat,none,none,10.63,1.00,none,none,none, housebound,housebound,0.02,Adjective,10,7,2,housebound,11.11,1.00,11.11,1.00,none,none,none, houseboy,houseboy,0.71,Noun,8,5,2,houseboy,12.18,0.85,12.18,0.85,none,none,none, housebreak,housebreak,0.12,Verb,10,7,2,housebreak,9.79,0.78,9.79,0.78,none,none,none, housebroken,housebroken,0.57,Adjective,11,9,3,housebroken,8.68,1.00,8.68,1.00,none,none,none, housecleaner,housecleaner,0.02,Noun,12,8,3,housecleaner,8.00,1.00,8.00,1.00,none,none,none, housecoat,housecoat,0.12,Noun,9,6,2,housecoat,9.10,1.00,9.10,1.00,none,none,none, housed,housed,0.82,Verb,6,4,1,house,none,none,3.16,1.00,3.94,none,none, housedress,housedress,0.02,Noun,10,7,2,housedress,9.33,0.90,9.33,0.90,none,none,none, houseful,houseful,0.18,Noun,8,6,2,houseful,8.83,1.00,8.83,1.00,none,none,none, housefuls,housefuls,0.02,Noun,9,7,2,houseful,none,none,8.83,1.00,none,none,none, houseguest,houseguest,0.47,Adjective,10,7,2,houseguest,7.32,1.00,7.32,1.00,none,none,none, household,household,6.94,Noun,9,7,2,household,7.56,1.00,7.56,1.00,none,8.24,none, households,households,0.51,Noun,10,8,2,household,none,none,7.56,1.00,none,8.24,none, househusband,househusband,0.04,Noun,12,10,3,househusband,13.38,0.84,13.38,0.84,12.58,none,none, housekeeper,housekeeper,5.84,Noun,11,7,3,housekeeper,7.61,1.00,7.61,1.00,none,none,none, housekeepers,housekeepers,0.33,Noun,12,8,3,housekeeper,none,none,7.61,1.00,none,none,none, housekeeping,housekeeping,3.00,Noun,12,8,3,housekeeping,7.50,1.00,7.50,1.00,none,none,none, housel,housel,0.04,Noun,6,5,2,housel,14.80,0.28,14.80,0.28,none,none,none, houseless,houseless,Err:512,Err:512,9,6,2,houseless,9.65,0.85,9.65,0.85,none,none,none, housemaid,housemaid,0.24,Noun,9,6,2,housemaid,9.00,1.00,9.00,1.00,none,none,none, housemaids,housemaids,0.06,Noun,10,7,2,housemaid,none,none,9.00,1.00,none,none,none, housemaster,housemaster,0.08,Noun,11,8,3,housemaster,11.86,0.74,11.86,0.74,none,none,none, housemate,housemate,0.08,Noun,9,6,2,housemate,8.62,0.95,8.62,0.95,none,none,none, housemates,housemates,0.06,Noun,10,7,2,housemate,none,none,8.62,0.95,none,none,none, housemother,housemother,0.10,Noun,11,7,3,housemother,9.88,0.84,9.88,0.84,none,none,none, houseplant,houseplant,0.04,Verb,10,8,2,houseplant,7.47,1.00,7.47,1.00,none,none,none, houseplants,houseplants,0.08,Noun,11,9,2,houseplant,none,none,7.47,1.00,none,none,none, houses,houses,19.12,Noun,6,5,2,house,none,none,3.16,1.00,3.94,none,none, housesit,housesit,0.08,Verb,8,5,2,housesit,9.22,0.86,9.22,0.86,none,none,none, housetop,housetop,0.02,Noun,8,6,2,housetop,6.83,0.95,6.83,0.95,none,none,none, housetops,housetops,0.08,Noun,9,7,2,housetops,7.76,0.94,7.76,0.94,none,none,none, housewarming,housewarming,0.71,Adjective,12,8,3,housewarming,11.79,1.00,11.79,1.00,none,none,none, housewife,housewife,3.53,Noun,9,6,2,housewife,8.28,1.00,8.28,1.00,8.15,none,none, housewifery,housewifery,0.02,Noun,11,9,4,housewifery,13.71,0.78,13.71,0.78,none,none,none, housewives,housewives,2.22,Noun,10,7,2,housewife,none,none,8.28,1.00,8.15,none,none, housework,housework,1.25,Noun,9,6,2,housework,7.00,1.00,7.00,1.00,7.05,none,none, housing,housing,4.06,Noun,7,5,2,housing,8.72,1.00,8.72,1.00,none,none,none, housings,housings,0.02,Noun,8,6,2,housing,none,none,8.72,1.00,none,none,none, hove,hove,0.16,Verb,4,3,1,heave,none,none,9.05,1.00,none,none,10.57, hovel,hovel,0.49,Noun,5,5,2,hovel,12.29,0.89,12.29,0.89,none,none,none, hovels,hovels,0.02,Noun,6,6,2,hovel,none,none,12.29,0.89,none,none,none, hover,hover,1.16,Verb,5,4,2,hover,8.58,1.00,8.58,1.00,none,8.51,none,10.60 hovercraft,hovercraft,0.51,Noun,10,9,3,hovercraft,9.28,1.00,9.28,1.00,none,none,none, hovercrafts,hovercrafts,0.04,Noun,11,10,3,hovercraft,none,none,9.28,1.00,none,none,none, hovered,hovered,0.35,Verb,7,5,2,hover,none,none,8.58,1.00,none,8.51,none,10.60 hovering,hovering,2.02,Verb,8,6,3,hover,none,none,8.58,1.00,none,8.51,none,10.60 hovers,hovers,0.14,Verb,6,5,2,hover,none,none,8.58,1.00,none,8.51,none,10.60 how,how,3056.22,Adverb,3,2,1,how,5.36,1.00,5.36,1.00,5.13,none,5.73, howdah,howdah,0.02,Noun,6,4,2,howdah,17.00,0.11,17.00,0.11,none,none,none, however,however,45.08,Adverb,7,5,3,however,7.14,1.00,7.14,1.00,7.66,none,none, howitzer,howitzer,0.29,Noun,8,6,3,howitzer,14.92,0.63,14.92,0.63,none,none,none, howitzers,howitzers,0.10,Noun,9,7,3,howitzer,none,none,14.92,0.63,none,none,none, howl,howl,2.06,Verb,4,3,1,howl,5.55,1.00,5.55,1.00,5.96,5.50,7.01, howled,howled,0.25,Verb,6,4,1,howl,none,none,5.55,1.00,5.96,5.50,7.01, howler,howler,0.08,Noun,6,4,2,howler,9.50,0.84,9.50,0.84,none,9.45,none, howlers,howlers,0.14,Noun,7,5,2,howler,none,none,9.50,0.84,none,9.45,none, howls,howls,1.25,Verb,5,4,1,howl,none,none,5.55,1.00,5.96,5.50,7.01, howsoever,howsoever,0.06,Adverb,9,8,4,howsoever,11.82,0.81,11.82,0.81,10.72,none,none, hoyden,hoyden,0.02,Noun,6,5,2,hoyden,16.67,0.43,16.67,0.43,none,none,none, huarache,huarache,0.02,Noun,8,6,3,huarache,17.20,0.26,17.20,0.26,none,none,none, hub,hub,3.06,Noun,3,3,1,hub,10.11,1.00,10.11,1.00,none,none,11.70, hubbies,hubbies,0.04,Noun,7,5,2,hubby,none,none,9.72,1.00,none,none,none, hubbub,hubbub,0.29,Noun,6,5,2,hubbub,11.89,0.95,11.89,0.95,none,none,none, hubby,hubby,1.00,Noun,5,4,2,hubby,9.72,1.00,9.72,1.00,none,none,none, hubcap,hubcap,0.14,Noun,6,6,2,hubcap,8.39,0.95,8.39,0.95,none,none,none, hubcaps,hubcaps,0.53,Noun,7,7,2,hubcap,none,none,8.39,0.95,none,none,none, hubris,hubris,0.27,Noun,6,7,2,hubris,13.73,0.58,13.73,0.58,none,none,none, hubs,hubs,0.18,Noun,4,4,1,hub,none,none,10.11,1.00,none,none,11.70, huckleberries,huckleberries,0.12,Noun,13,10,4,huckleberry,none,none,10.44,0.90,none,none,none, huckleberry,huckleberry,0.86,Noun,11,9,4,huckleberry,10.44,0.90,10.44,0.90,none,none,none, huckster,huckster,0.06,Noun,8,6,2,huckster,12.54,0.65,12.54,0.65,none,none,none, hucksters,hucksters,0.04,Noun,9,7,2,huckster,none,none,12.54,0.65,none,none,none, huddle,huddle,2.18,Verb,6,5,2,huddle,9.40,1.00,9.40,1.00,none,none,none,8.28 huddled,huddled,0.73,Verb,7,6,2,huddle,none,none,9.40,1.00,none,none,none,8.28 huddling,huddling,0.06,Verb,8,7,3,huddle,none,none,9.40,1.00,none,none,none,8.28 hue,hue,1.39,Noun,3,3,1,hue,10.12,0.94,10.12,0.94,none,10.70,10.61, hues,hues,0.18,Noun,4,4,1,hue,none,none,10.12,0.94,none,10.70,10.61, huff,huff,1.31,Verb,4,3,1,huff,9.28,1.00,9.28,1.00,7.41,none,8.29, huffed,huffed,0.16,Verb,6,4,1,huff,none,none,9.28,1.00,7.41,none,8.29, huffing,huffing,0.43,Verb,7,5,2,huff,none,none,9.28,1.00,7.41,none,8.29, huffs,huffs,0.18,Verb,5,4,1,huff,none,none,9.28,1.00,7.41,none,8.29, huffy,huffy,0.39,Adjective,5,4,2,huffy,8.00,0.89,8.00,0.89,none,none,none, hug,hug,19.33,Noun,3,3,1,hug,2.58,1.00,2.58,1.00,4.71,none,3.75, huge,huge,48.37,Adjective,4,4,1,huge,4.90,1.00,4.90,1.00,5.97,none,5.73, hugeness,hugeness,0.08,Noun,8,7,2,hugeness,9.20,1.00,9.20,1.00,none,none,none, huger,huger,0.08,Adjective,5,5,2,huge,none,none,4.90,1.00,5.97,none,5.73, hugest,hugest,0.14,Adjective,6,7,2,huge,none,none,4.90,1.00,5.97,none,5.73, huggable,huggable,0.12,Adjective,8,7,3,huggable,6.89,0.95,6.89,0.95,none,none,none, hugged,hugged,1.71,Verb,6,4,1,hug,none,none,2.58,1.00,4.71,none,3.75, hugger,hugger,0.41,Noun,6,4,2,hugger,7.78,0.90,7.78,0.90,none,none,none, huggers,huggers,0.14,Noun,7,5,2,hugger,none,none,7.78,0.90,none,none,none, hugging,hugging,2.86,Verb,7,5,2,hug,none,none,2.58,1.00,4.71,none,3.75, hugs,hugs,1.75,Noun,4,4,1,hug,none,none,2.58,1.00,4.71,none,3.75, hula,hula,1.96,Adjective,4,4,2,hula,7.72,0.86,7.72,0.86,none,none,none,8.45 hulas,hulas,0.04,Noun,5,6,2,hula,none,none,7.72,0.86,none,none,none,8.45 hulk,hulk,4.08,Noun,4,4,1,hulk,9.06,0.95,9.06,0.95,none,none,8.68, hulking,hulking,0.16,Adjective,7,6,2,hulking,11.17,0.90,11.17,0.90,none,none,none, hulks,hulks,0.04,Noun,5,5,1,hulk,none,none,9.06,0.95,none,none,8.68, hull,hull,4.22,Noun,4,3,1,hull,9.59,0.94,9.59,0.94,none,11.28,10.72, hullabaloo,hullabaloo,0.29,Noun,10,8,4,hullabaloo,10.00,0.50,10.00,0.50,none,none,none, hulls,hulls,0.18,Noun,5,4,1,hull,none,none,9.59,0.94,none,11.28,10.72, hum,hum,4.82,Interjection,3,3,1,hum,5.80,1.00,5.80,1.00,none,none,6.47, human,human,124.76,Adjective,5,6,2,human,4.83,1.00,4.83,1.00,none,7.39,none,5.81 humane,humane,1.82,Adjective,6,6,2,humane,9.37,0.95,9.37,0.95,none,11.26,none,10.70 humaneness,humaneness,0.02,Noun,10,8,3,humaneness,13.12,0.89,13.12,0.89,none,none,none, humanism,humanism,0.06,Noun,8,10,4,humanism,14.00,0.89,14.00,0.89,none,none,none, humanist,humanist,0.08,Noun,8,9,3,humanist,14.89,0.95,14.89,0.95,none,none,none, humanistic,humanistic,0.04,Adjective,10,11,4,humanistic,15.67,1.00,15.67,1.00,none,none,none, humanists,humanists,0.02,Noun,9,10,3,humanist,none,none,14.89,0.95,none,none,none, humanitarian,humanitarian,1.86,Adjective,12,13,6,humanitarian,12.56,1.00,12.56,1.00,none,none,none, humanitarianism,humanitarianism,0.00,Err:512,15,17,8,humanitarianism,13.62,0.95,13.62,0.95,13.08,none,none, humanitarians,humanitarians,0.12,Noun,13,14,6,humanitarian,none,none,12.56,1.00,none,none,none, humanities,humanities,0.12,Noun,10,10,4,humanities,12.00,1.00,12.00,1.00,none,none,none, humanity,humanity,9.71,Noun,8,9,4,humanity,9.28,1.00,9.28,1.00,12.06,none,none, humanization,humanization,0.02,Noun,12,12,5,humanization,13.78,0.95,13.78,0.95,none,none,none, humanize,humanise,0.16,Verb,8,8,3,humanize,12.06,0.94,12.06,0.94,none,none,none, humanizes,humanises,0.04,Verb,9,10,4,humanize,none,none,12.06,0.94,none,none,none, humanizing,humanising,0.10,Adjective,10,10,4,humanizing,14.15,1.00,14.15,1.00,none,none,none, humankind,humankind,0.69,Noun,9,10,3,humankind,7.81,1.00,7.81,1.00,none,10.13,none, humanness,humanness,0.04,Noun,9,9,3,humanness,9.87,0.83,9.87,0.83,none,none,none, humanoid,humanoid,0.82,Adjective,8,8,3,humanoid,13.10,1.00,13.10,1.00,none,none,none, humanoids,humanoids,0.16,Noun,9,9,3,humanoid,none,none,13.10,1.00,none,none,none, humans,humans,16.29,Noun,6,7,2,human,none,none,4.83,1.00,none,7.39,none,5.81 humble,humble,9.80,Adjective,6,6,2,humble,8.89,1.00,8.89,1.00,none,none,none,9.40 humbled,humbled,0.90,Verb,7,7,2,humble,none,none,8.89,1.00,none,none,none,9.40 humbleness,humbleness,0.04,Noun,10,9,3,humbleness,9.21,1.00,9.21,1.00,none,none,none, humbles,humbles,0.14,Verb,7,7,2,humble,none,none,8.89,1.00,none,none,none,9.40 humblest,humblest,0.18,Adjective,8,9,3,humble,none,none,8.89,1.00,none,none,none,9.40 humbling,humbling,0.25,Adjective,8,8,3,humbling,9.79,1.00,9.79,1.00,none,none,none, humbug,humbug,0.96,Noun,6,6,2,humbug,8.29,0.89,8.29,0.89,none,none,none,9.40 humbugs,humbugs,0.04,Noun,7,7,2,humbug,none,none,8.29,0.89,none,none,none,9.40 humdinger,humdinger,0.14,Noun,9,7,3,humdinger,12.06,0.89,12.06,0.89,none,none,none, humdrum,humdrum,0.43,Adjective,7,7,2,humdrum,12.58,0.95,12.58,0.95,none,none,none, humerus,humerus,0.27,Noun,7,7,3,humerus,13.47,0.85,13.47,0.85,none,none,none, humid,humid,0.88,Adjective,5,6,2,humid,8.56,1.00,8.56,1.00,none,none,none,8.45 humidification,humidification,0.02,Noun,14,14,6,humidification,12.41,0.89,12.41,0.89,none,none,none, humidifier,humidifier,0.12,Noun,10,10,5,humidifier,9.28,1.00,9.28,1.00,none,none,none, humidifiers,humidifiers,0.04,Noun,11,11,5,humidifier,none,none,9.28,1.00,none,none,none, humidity,humidity,1.33,Noun,8,9,4,humidity,9.80,1.00,9.80,1.00,none,none,none, humidor,humidor,0.18,Noun,7,8,3,humidor,12.42,0.67,12.42,0.67,none,none,none, humidors,humidors,0.02,Noun,8,8,3,humidor,none,none,12.42,0.67,none,none,none, humiliate,humiliate,4.18,Verb,9,9,4,humiliate,8.89,1.00,8.89,1.00,none,none,none, humiliated,humiliated,6.65,Verb,10,11,5,humiliate,none,none,8.89,1.00,none,none,none, humiliates,humiliates,0.18,Verb,10,10,4,humiliate,none,none,8.89,1.00,none,none,none, humiliating,humiliating,5.88,Adjective,11,11,5,humiliating,9.89,1.00,9.89,1.00,none,none,none, humiliation,humiliation,4.67,Noun,11,11,5,humiliation,8.21,1.00,8.21,1.00,none,none,none, humiliations,humiliations,0.18,Noun,12,12,5,humiliation,none,none,8.21,1.00,none,none,none, humility,humility,2.39,Noun,8,9,4,humility,10.21,1.00,10.21,1.00,none,none,none, hummable,hummable,0.06,Adjective,8,7,3,hummable,11.07,0.74,11.07,0.74,none,none,none, hummed,hummed,0.18,Verb,6,4,1,hum,none,none,5.80,1.00,none,none,6.47, hummer,hummer,1.37,Noun,6,4,2,hummer,11.56,0.95,11.56,0.95,none,none,none, hummers,hummers,0.10,Noun,7,5,2,hummer,none,none,11.56,0.95,none,none,none, humming,humming,4.92,Verb,7,5,2,hum,none,none,5.80,1.00,none,none,6.47, hummingbird,hummingbird,0.61,Noun,11,8,3,hummingbird,6.95,1.00,6.95,1.00,none,none,none, hummingbirds,hummingbirds,0.27,Noun,12,9,3,hummingbird,none,none,6.95,1.00,none,none,none, hummus,hummus,0.37,Noun,6,5,2,hummus,14.84,0.95,14.84,0.95,none,none,none, humongous,humongous,0.71,Adjective,9,9,3,humongous,8.89,0.95,8.89,0.95,none,none,none, humor,humour,16.65,Noun,5,5,2,humor,7.17,1.00,7.17,1.00,none,none,none,7.34 humored,humoured,0.06,Verb,7,6,2,humor,none,none,7.17,1.00,none,none,none,7.34 humoresque,humoresque,0.04,Adjective,10,8,3,humoresque,14.69,0.84,14.69,0.84,none,none,none, humoring,humouring,0.33,Verb,8,7,3,humor,none,none,7.17,1.00,none,none,none,7.34 humorist,humorist,0.04,Noun,8,8,3,humorist,13.85,0.95,13.85,0.95,none,none,none, humorists,humorists,0.04,Noun,9,9,3,humorist,none,none,13.85,0.95,none,none,none, humorless,humourless,0.20,Adjective,9,8,3,humorless,11.15,1.00,11.15,1.00,none,none,none, humorous,humorous,1.47,Adjective,8,7,3,humorous,8.56,1.00,8.56,1.00,none,none,none, humors,humours,0.06,Noun,6,6,2,humor,none,none,7.17,1.00,none,none,none,7.34 hump,hump,4.41,Noun,4,4,1,hump,6.11,1.00,6.11,1.00,none,7.39,8.36, humpback,humpback,0.41,Noun,8,7,2,humpback,8.24,1.00,8.24,1.00,none,none,none, humpbacked,humpbacked,0.14,Adjective,10,8,2,humpbacked,8.21,1.00,8.21,1.00,none,none,none, humpbacks,humpbacks,0.16,Noun,9,8,2,humpback,none,none,8.24,1.00,none,none,none, humped,humped,0.37,Verb,6,5,1,hump,none,none,6.11,1.00,none,7.39,8.36, humph,humph,0.37,Noun,5,4,1,humph,8.15,0.68,8.15,0.68,none,none,none, humping,humping,2.02,Verb,7,6,2,hump,none,none,6.11,1.00,none,7.39,8.36, humps,humps,0.43,Noun,5,5,1,hump,none,none,6.11,1.00,none,7.39,8.36, humpy,humpy,0.06,Adjective,5,5,2,humpy,10.23,0.65,10.23,0.65,none,none,none, hums,hums,2.20,Verb,4,4,1,hum,none,none,5.80,1.00,none,none,6.47, humungous,humungous,0.12,Adjective,9,9,3,humungous,8.44,0.95,8.44,0.95,none,none,none, hunch,hunch,7.51,Noun,5,4,1,hunch,8.68,0.95,8.68,0.95,none,none,9.17, hunchback,hunchback,0.98,Noun,9,7,2,hunchback,8.63,1.00,8.63,1.00,none,none,none, hunchbacks,hunchbacks,0.06,Noun,10,8,2,hunchback,none,none,8.63,1.00,none,none,none, hunched,hunched,0.25,Verb,7,5,1,hunch,none,none,8.68,0.95,none,none,9.17, hunches,hunches,0.94,Noun,7,6,2,hunch,none,none,8.68,0.95,none,none,9.17, hunching,hunching,0.06,Verb,8,6,2,hunch,none,none,8.68,0.95,none,none,9.17, hundred,hundred,78.73,Noun,7,7,2,hundred,5.47,1.00,5.47,1.00,none,none,none,5.87 hundreds,hundreds,21.73,Noun,8,8,2,hundred,none,none,5.47,1.00,none,none,none,5.87 hundredweight,hundredweight,0.02,Noun,13,10,3,hundredweight,13.20,0.53,13.20,0.53,none,none,none, hung,hung,28.16,Verb,4,3,1,hang,none,none,6.68,1.00,6.25,5.26,5.46, hunger,hunger,5.88,Noun,6,5,2,hunger,6.06,1.00,6.06,1.00,none,5.62,none,4.91 hungered,hungered,0.10,Verb,8,6,2,hunger,none,none,6.06,1.00,none,5.62,none,4.91 hungers,hungers,0.18,Noun,7,6,2,hunger,none,none,6.06,1.00,none,5.62,none,4.91 hungrier,hungrier,0.25,Adjective,8,7,3,hungry,none,none,3.63,1.00,none,4.03,none,3.74 hungry,hungry,77.08,Adjective,6,6,2,hungry,3.63,1.00,3.63,1.00,none,4.03,none,3.74 hunk,hunk,5.16,Noun,4,4,1,hunk,8.33,0.95,8.33,0.95,none,none,9.03, hunker,hunker,0.33,Noun,6,5,2,hunker,10.64,0.78,10.64,0.78,none,none,none, hunkered,hunkered,0.10,Verb,8,6,2,hunker,none,none,10.64,0.78,none,none,none, hunkers,hunkers,0.08,Noun,7,6,2,hunker,none,none,10.64,0.78,none,none,none, hunks,hunks,0.35,Noun,5,5,1,hunk,none,none,8.33,0.95,none,none,9.03, hunky,hunky,0.82,Adjective,5,5,2,hunky,9.74,1.00,9.74,1.00,none,none,none, hunt,hunt,25.86,Verb,4,4,1,hunt,6.06,1.00,6.06,1.00,6.70,none,6.17, hunted,hunted,3.88,Verb,6,6,2,hunt,none,none,6.06,1.00,6.70,none,6.17, hunter,hunter,18.35,Name,6,5,2,hunter,6.53,1.00,6.53,1.00,none,6.88,none, hunters,hunters,4.84,Noun,7,6,2,hunter,none,none,6.53,1.00,none,6.88,none, hunting,hunting,21.20,Noun,7,6,2,hunting,7.26,1.00,7.26,1.00,none,none,none, huntress,huntress,0.39,Noun,8,7,2,huntress,12.06,0.89,12.06,0.89,none,none,none, hunts,hunts,1.18,Verb,5,5,1,hunt,none,none,6.06,1.00,6.70,none,6.17, huntsman,huntsman,0.08,Noun,8,8,2,huntsman,10.76,0.89,10.76,0.89,none,none,none, huntsmen,huntsmen,0.06,Noun,8,8,2,huntsman,none,none,10.76,0.89,none,none,none, hurdle,hurdle,0.73,Noun,6,5,2,hurdle,8.75,1.00,8.75,1.00,9.34,none,none,9.31 hurdled,hurdled,0.06,Verb,7,6,2,hurdle,none,none,8.75,1.00,9.34,none,none,9.31 hurdler,hurdler,0.02,Noun,7,6,3,hurdler,9.22,0.95,9.22,0.95,none,none,none, hurdles,hurdles,0.45,Noun,7,6,2,hurdle,none,none,8.75,1.00,9.34,none,none,9.31 hurdling,hurdling,0.12,Verb,8,7,3,hurdle,none,none,8.75,1.00,9.34,none,none,9.31 hurl,hurl,1.35,Verb,4,3,1,hurl,8.06,0.94,8.06,0.94,8.15,none,8.33, hurled,hurled,0.61,Verb,6,4,1,hurl,none,none,8.06,0.94,8.15,none,8.33, hurling,hurling,0.51,Verb,7,5,2,hurl,none,none,8.06,0.94,8.15,none,8.33, hurls,hurls,0.10,Verb,5,4,1,hurl,none,none,8.06,0.94,8.15,none,8.33, hurrah,hurrah,2.35,Interjection,6,4,2,hurrah,9.46,0.91,9.46,0.91,none,none,none,9.13 hurrahs,hurrahs,0.08,Noun,7,5,2,hurrah,none,none,9.46,0.91,none,none,none,9.13 hurray,hurray,1.69,Interjection,6,4,2,hurray,5.25,1.00,5.25,1.00,none,none,none,6.33 hurricane,hurricane,8.76,Noun,9,6,3,hurricane,7.35,1.00,7.35,1.00,none,none,none, hurricanes,hurricanes,1.00,Noun,10,7,3,hurricane,none,none,7.35,1.00,none,none,none, hurried,hurried,1.22,Verb,7,4,2,hurry,none,none,4.44,1.00,5.54,none,none,5.20 hurries,hurries,0.24,Verb,7,4,2,hurry,none,none,4.44,1.00,5.54,none,none,5.20 hurry,hurry,173.65,Verb,5,3,2,hurry,4.44,1.00,4.44,1.00,5.54,none,none,5.20 hurrying,hurrying,1.51,Verb,8,5,3,hurry,none,none,4.44,1.00,5.54,none,none,5.20 hurt,hurt,246.35,Verb,4,3,1,hurt,4.00,1.00,4.00,1.00,4.80,4.60,4.52, hurtful,hurtful,1.14,Adjective,7,6,2,hurtful,7.75,1.00,7.75,1.00,7.47,none,none, hurting,hurting,19.10,Verb,7,5,2,hurt,none,none,4.00,1.00,4.80,4.60,4.52, hurtle,hurtle,0.02,Verb,6,5,2,hurtle,10.84,0.95,10.84,0.95,none,none,none, hurtled,hurtled,0.16,Verb,7,6,2,hurtle,none,none,10.84,0.95,none,none,none, hurtles,hurtles,0.02,Verb,7,6,2,hurtle,none,none,10.84,0.95,none,none,none, hurtling,hurtling,0.45,Verb,8,6,2,hurtle,none,none,10.84,0.95,none,none,none, hurts,hurts,37.39,Verb,5,4,1,hurt,none,none,4.00,1.00,4.80,4.60,4.52, husband,husband,194.80,Noun,7,7,2,husband,5.53,1.00,5.53,1.00,6.02,none,none,6.13 husbandry,husbandry,0.20,Noun,9,9,3,husbandry,13.00,1.00,13.00,1.00,none,none,none, husbands,husbands,7.76,Noun,8,8,2,husband,none,none,5.53,1.00,6.02,none,none,6.13 hush,hush,7.61,Interjection,4,3,1,hush,4.44,1.00,4.44,1.00,none,5.07,4.93, hushed,hushed,0.49,Adjective,6,4,1,hushed,7.21,1.00,7.21,1.00,none,none,none, husk,husk,0.41,Noun,4,4,1,husk,8.63,1.00,8.63,1.00,none,none,10.25, husks,husks,0.06,Noun,5,5,1,husk,none,none,8.63,1.00,none,none,10.25, husky,husky,1.59,Adjective,5,5,2,husky,10.21,1.00,10.21,1.00,none,none,none, hussar,hussar,0.02,Noun,6,4,2,hussar,14.75,0.21,14.75,0.21,none,none,none, hussars,hussars,0.08,Noun,7,6,2,hussar,none,none,14.75,0.21,none,none,none, hussies,hussies,0.16,Noun,7,5,2,hussy,none,none,12.00,0.94,none,none,none,12.75 hussy,hussy,1.24,Noun,5,4,2,hussy,12.00,0.94,12.00,0.94,none,none,none,12.75 hustings,hustings,0.12,Noun,8,7,2,hustings,14.67,0.17,14.67,0.17,none,none,none, hustle,hustle,7.88,Verb,6,5,2,hustle,9.72,1.00,9.72,1.00,none,none,none,10.04 hustled,hustled,0.71,Verb,7,6,2,hustle,none,none,9.72,1.00,none,none,none,10.04 hustler,hustler,2.96,Noun,7,6,3,hustler,12.74,1.00,12.74,1.00,none,none,none, hustlers,hustlers,0.55,Noun,8,7,3,hustler,none,none,12.74,1.00,none,none,none, hustles,hustles,0.06,Verb,7,6,2,hustle,none,none,9.72,1.00,none,none,none,10.04 hustling,hustling,1.69,Verb,8,7,3,hustle,none,none,9.72,1.00,none,none,none,10.04 hut,hut,13.22,Noun,3,3,1,hut,8.10,1.00,8.10,1.00,none,none,6.20, hutch,hutch,3.61,Name,5,3,1,hutch,10.57,0.95,10.57,0.95,none,none,10.39, hutches,hutches,0.04,Noun,7,5,2,hutch,none,none,10.57,0.95,none,none,10.39, hutment,hutment,Err:512,Err:512,7,7,2,hutment,NA,0.00,NA,0.00,none,none,none, huts,huts,1.10,Noun,4,4,1,hut,none,none,8.10,1.00,none,none,6.20, huzza,huzza,0.02,Name,5,4,2,huzza,11.75,0.38,11.75,0.38,none,13.02,none, hyacinth,hyacinth,0.41,Noun,8,7,3,hyacinth,14.56,0.84,14.56,0.84,none,none,none, hyacinths,hyacinths,0.02,Noun,9,8,3,hyacinth,none,none,14.56,0.84,none,none,none, hyaline,hyaline,0.02,Noun,7,6,3,hyaline,13.70,0.53,13.70,0.53,none,none,none, hybrid,hybrid,2.04,Noun,6,6,2,hybrid,14.30,1.00,14.30,1.00,none,none,none,11.49 hybridization,hybridization,0.04,Noun,13,12,5,hybridization,14.88,0.94,14.88,0.94,none,none,none, hybrids,hybrids,0.98,Noun,7,7,2,hybrid,none,none,14.30,1.00,none,none,none,11.49 hydrangea,hydrangea,0.16,Noun,9,9,4,hydrangea,13.20,0.79,13.20,0.79,none,none,none, hydrangeas,hydrangeas,0.27,Noun,10,9,3,hydrangea,none,none,13.20,0.79,none,none,none, hydrant,hydrant,1.02,Noun,7,7,2,hydrant,6.89,1.00,6.89,1.00,none,none,none,8.96 hydrants,hydrants,0.12,Noun,8,8,2,hydrant,none,none,6.89,1.00,none,none,none,8.96 hydrate,hydrate,0.49,Verb,7,6,2,hydrate,10.22,1.00,10.22,1.00,none,none,none, hydrated,hydrated,0.31,Verb,8,8,3,hydrate,none,none,10.22,1.00,none,none,none, hydrates,hydrates,0.10,Verb,8,7,2,hydrate,none,none,10.22,1.00,none,none,none, hydrating,hydrating,0.10,Verb,9,8,3,hydrate,none,none,10.22,1.00,none,none,none, hydration,hydration,0.14,Noun,9,8,3,hydration,12.72,1.00,12.72,1.00,none,none,none, hydraulic,hydraulic,1.14,Adjective,9,8,3,hydraulic,12.95,1.00,12.95,1.00,none,none,none, hydraulics,hydraulics,0.55,Noun,10,9,3,hydraulics,14.06,0.89,14.06,0.89,none,none,none, hydrazine,hydrazine,0.22,Noun,9,8,3,hydrazine,16.40,0.56,16.40,0.56,none,none,none, hydro,hydro,0.25,Noun,5,5,2,hydro,10.56,0.95,10.56,0.95,none,none,none, hydrocarbon,hydrocarbon,0.12,Noun,11,11,4,hydrocarbon,14.67,0.83,14.67,0.83,none,none,none, hydrocarbons,hydrocarbons,0.20,Noun,12,12,4,hydrocarbon,none,none,14.67,0.83,none,none,none, hydrocephalic,hydrocephalic,0.04,Adjective,13,12,5,hydrocephalic,16.91,0.55,16.91,0.55,none,none,none, hydrocephalus,hydrocephalus,0.04,Noun,13,12,5,hydrocephalus,15.78,0.47,15.78,0.47,none,none,none, hydrochloric,hydrochloric,0.29,Adjective,12,11,4,hydrochloric,14.26,1.00,14.26,1.00,none,none,none, hydrochloride,hydrochloride,0.14,Noun,13,11,4,hydrochloride,13.95,1.00,13.95,1.00,none,none,none, hydrochlorothiazide,hydrochlorothiazide,0.04,Verb,19,16,7,hydrochlorothiazide,17.67,0.50,17.67,0.50,none,none,none, hydrocortisone,hydrocortisone,0.06,Noun,14,13,5,hydrocortisone,14.33,0.83,14.33,0.83,none,none,none, hydrocyanic,hydrocyanic,0.10,Adjective,11,11,5,hydrocyanic,17.50,0.20,17.50,0.20,none,none,none, hydrodynamic,hydrodynamic,0.02,Adjective,12,12,5,hydrodynamic,14.88,0.94,14.88,0.94,none,none,none, hydrodynamics,hydrodynamics,0.02,Noun,13,13,5,hydrodynamics,16.36,0.74,16.36,0.74,none,none,none, hydroelectric,hydroelectric,0.10,Adjective,13,13,5,hydroelectric,14.78,1.00,14.78,1.00,none,none,none, hydrofluoric,hydrofluoric,0.10,Adjective,12,13,5,hydrofluoric,14.47,0.94,14.47,0.94,none,none,none, hydrofoil,hydrofoil,0.02,Verb,9,8,3,hydrofoil,14.92,0.62,14.92,0.62,none,none,none, hydrogen,hydrogen,2.67,Noun,8,8,3,hydrogen,11.00,1.00,11.00,1.00,none,none,none, hydrogenated,hydrogenated,0.14,Adjective,12,12,5,hydrogenated,14.60,1.00,14.60,1.00,none,none,none, hydrogenation,hydrogenation,0.02,Noun,13,12,5,hydrogenation,14.69,0.84,14.69,0.84,none,none,none, hydrographic,hydrographic,0.02,Adjective,12,11,4,hydrographic,11.11,0.47,11.11,0.47,none,none,none, hydrology,hydrology,0.02,Noun,9,9,4,hydrology,14.87,0.83,14.87,0.83,13.14,none,none, hydrolytic,hydrolytic,0.06,Adjective,10,10,4,hydrolytic,16.43,0.39,16.43,0.39,none,none,none, hydrometeor,hydrometeor,0.02,Noun,11,11,5,hydrometeor,16.40,0.53,16.40,0.53,none,none,none, hydrometer,hydrometer,Err:512,Err:512,10,9,4,hydrometer,14.55,0.65,14.55,0.65,none,none,none, hydrophobia,hydrophobia,0.08,Noun,11,10,5,hydrophobia,14.12,0.94,14.12,0.94,none,none,none, hydrophone,hydrophone,0.12,Noun,10,8,3,hydrophone,15.08,0.57,15.08,0.57,none,none,none, hydrophones,hydrophones,0.02,Noun,11,9,3,hydrophone,none,none,15.08,0.57,none,none,none, hydroplane,hydroplane,0.02,Noun,10,9,3,hydroplane,12.80,1.00,12.80,1.00,none,none,none, hydroponic,hydroponic,0.24,Adjective,10,10,4,hydroponic,15.18,0.89,15.18,0.89,none,none,none, hydroponics,hydroponics,0.39,Noun,11,11,4,hydroponics,16.93,0.75,16.93,0.75,none,none,none, hydrosulfide,hydrosulphide,0.02,Noun,12,11,4,hydrosulfide,15.38,0.76,15.38,0.76,none,none,none, hydrotherapy,hydrotherapy,0.16,Noun,12,11,5,hydrotherapy,14.06,0.89,14.06,0.89,none,none,none, hydrothermal,hydrothermal,0.20,Adjective,12,10,4,hydrothermal,14.00,0.95,14.00,0.95,none,none,none, hydrous,hydrous,0.02,Adjective,7,6,2,hydrous,13.25,0.60,13.25,0.60,none,none,none, hydroxide,hydroxide,0.16,Noun,9,9,3,hydroxide,12.12,0.89,12.12,0.89,none,none,none, hydrozoa,hydrozoa,0.06,Noun,8,8,4,hydrozoa,12.75,0.20,12.75,0.20,none,none,none, hyena,hyena,1.41,Noun,5,5,3,hyena,6.61,1.00,6.61,1.00,9.70,none,none, hyenas,hyenas,0.84,Noun,6,6,3,hyena,none,none,6.61,1.00,9.70,none,none, hygiene,hygiene,2.12,Noun,7,5,2,hygiene,9.00,1.00,9.00,1.00,none,9.51,none,9.58 hygienic,hygienic,0.53,Adjective,8,7,3,hygienic,11.45,1.00,11.45,1.00,none,none,none, hygienist,hygienist,0.63,Noun,9,8,3,hygienist,9.84,1.00,9.84,1.00,none,none,none, hygienists,hygienists,0.10,Noun,10,9,3,hygienist,none,none,9.84,1.00,none,none,none, hymen,hymen,0.49,Noun,5,5,2,hymen,13.81,0.84,13.81,0.84,none,none,none, hymenoptera,hymenoptera,0.02,Noun,11,11,5,hymenoptera,15.25,0.44,15.25,0.44,none,none,none, hymens,hymens,0.02,Noun,6,6,2,hymen,none,none,13.81,0.84,none,none,none, hymn,hymn,1.63,Noun,4,3,1,hymn,7.50,0.95,7.50,0.95,none,5.64,7.91, hymnal,hymnal,0.10,Adjective,6,6,2,hymnal,8.31,0.72,8.31,0.72,none,none,none, hymnals,hymnals,0.14,Noun,7,7,2,hymnal,none,none,8.31,0.72,none,none,none, hymnody,hymnody,Err:512,Err:512,7,7,3,hymnody,17.50,0.19,17.50,0.19,none,none,none, hymns,hymns,0.94,Noun,5,4,1,hymn,none,none,7.50,0.95,none,5.64,7.91, hyoid,hyoid,0.12,Adjective,5,4,2,hyoid,11.00,0.16,11.00,0.16,none,none,none, hype,hype,1.63,Noun,4,3,1,hype,11.00,1.00,11.00,1.00,none,none,11.19, hyped,hyped,0.31,Verb,5,4,1,hype,none,none,11.00,1.00,none,none,11.19, hyper,hyper,0.88,Adjective,5,4,2,hyper,8.05,1.00,8.05,1.00,none,none,none,6.97 hyperacidity,hyperacidity,0.06,Noun,12,11,6,hyperacidity,14.47,0.83,14.47,0.83,none,none,none, hyperactive,hyperactive,0.39,Adjective,11,9,4,hyperactive,12.44,1.00,12.44,1.00,none,none,none, hyperactivity,hyperactivity,0.10,Noun,13,12,6,hyperactivity,11.16,1.00,11.16,1.00,12.40,none,none, hyperbaric,hyperbaric,0.04,Adjective,10,9,4,hyperbaric,15.73,0.58,15.73,0.58,none,none,none, hyperbole,hyperbole,0.22,Noun,9,8,4,hyperbole,12.94,0.95,12.94,0.95,none,none,none, hyperbolic,hyperbolic,0.14,Adjective,10,9,4,hyperbolic,15.19,0.89,15.19,0.89,none,none,none, hyperborean,hyperborean,Err:512,Err:512,11,10,5,hyperborean,15.33,0.14,15.33,0.14,none,none,none, hypercholesterolemia,hypercholesterolemia,0.02,Noun,20,19,9,hypercholesterolemia,17.00,0.32,17.00,0.32,none,none,none, hypercritical,hypercritical,0.06,Adjective,13,12,5,hypercritical,13.82,0.89,13.82,0.89,none,none,none, hyperemia,hyperaemia,0.02,Noun,9,9,5,hyperemia,14.50,0.50,14.50,0.50,none,none,none, hyperemic,hyperemic,0.02,Adjective,9,9,4,hyperemic,14.33,0.16,14.33,0.16,none,none,none, hyperglycemic,hyperglycemic,0.04,Adjective,13,13,5,hyperglycemic,16.65,0.95,16.65,0.95,none,none,none, hyperinflation,hyperinflation,0.02,Noun,14,12,5,hyperinflation,17.43,0.70,17.43,0.70,none,none,none, hyperkinetic,hyperkinetic,0.02,Adjective,12,11,5,hyperkinetic,13.62,0.84,13.62,0.84,none,none,none, hyperparathyroidism,hyperparathyroidism,0.06,Noun,19,17,8,hyperparathyroidism,19.11,0.45,19.11,0.45,none,none,none, hyperplasia,hyperplasia,0.02,Noun,11,9,4,hyperplasia,17.09,0.58,17.09,0.58,none,none,none, hypersensitive,hypersensitive,0.22,Adjective,14,12,5,hypersensitive,13.60,1.00,13.60,1.00,none,none,none, hypersensitivity,hypersensitivity,0.02,Noun,16,15,7,hypersensitivity,13.89,1.00,13.89,1.00,none,none,none, hypersexual,hypersexual,0.02,Adjective,11,12,5,hypersexual,17.53,0.85,17.53,0.85,none,none,none, hypersonic,hypersonic,0.04,Adjective,10,9,4,hypersonic,13.57,0.70,13.57,0.70,none,none,none, hyperspace,hyperspace,0.55,Noun,10,8,3,hyperspace,15.20,0.79,15.20,0.79,none,none,none, hypertension,hypertension,0.59,Noun,12,10,4,hypertension,16.28,1.00,16.28,1.00,none,none,none, hypertensive,hypertensive,0.24,Adjective,12,10,4,hypertensive,17.17,0.95,17.17,0.95,none,none,none, hyperthermia,hyperthermia,0.02,Noun,12,11,5,hyperthermia,10.94,0.94,10.94,0.94,none,none,none, hyperthyroid,hyperthyroid,0.04,Adjective,12,9,4,hyperthyroid,18.12,0.89,18.12,0.89,none,none,none, hypertonic,hypertonic,0.06,Adjective,10,9,4,hypertonic,14.91,0.58,14.91,0.58,none,none,none, hypertrophic,hypertrophic,0.06,Adjective,12,10,4,hypertrophic,15.92,0.72,15.92,0.72,none,none,none, hypertrophied,hypertrophied,0.02,Adjective,13,10,4,hypertrophied,17.67,0.63,17.67,0.63,none,none,none, hypertrophy,hypertrophy,0.02,Noun,11,9,4,hypertrophy,15.00,0.47,15.00,0.47,none,none,none, hypervelocity,hypervelocity,0.02,Noun,13,12,6,hypervelocity,14.69,0.84,14.69,0.84,none,none,none, hyperventilate,hyperventilate,0.53,Verb,14,12,5,hyperventilate,11.56,0.95,11.56,0.95,none,none,none, hyperventilated,hyperventilated,0.02,Verb,15,14,6,hyperventilate,none,none,11.56,0.95,none,none,none, hyperventilates,hyperventilates,0.16,Verb,15,13,5,hyperventilate,none,none,11.56,0.95,none,none,none, hyperventilating,hyperventilating,0.78,Verb,16,14,6,hyperventilate,none,none,11.56,0.95,none,none,none, hyperventilation,hyperventilation,0.12,Noun,16,14,6,hyperventilation,10.79,1.00,10.79,1.00,none,none,none, hypes,hypes,0.02,Noun,5,4,1,hype,none,none,11.00,1.00,none,none,11.19, hyphen,hyphen,0.22,Noun,6,5,2,hyphen,8.53,1.00,8.53,1.00,none,none,none, hyphenate,hyphenate,0.14,Noun,9,7,3,hyphenate,11.33,0.95,11.33,0.95,none,none,none, hyphenated,hyphenated,0.14,Adjective,10,9,4,hyphenated,9.94,0.89,9.94,0.89,none,none,none, hyphenates,hyphenates,0.06,Noun,10,8,3,hyphenate,none,none,11.33,0.95,none,none,none, hyphenation,hyphenation,0.02,Noun,11,9,4,hyphenation,10.00,0.90,10.00,0.90,none,none,none, hypnosis,hypnosis,1.98,Noun,8,8,3,hypnosis,9.44,1.00,9.44,1.00,none,none,none, hypnotherapist,hypnotherapist,0.16,Noun,14,13,5,hypnotherapist,13.37,1.00,13.37,1.00,none,none,none, hypnotherapy,hypnotherapy,0.16,Noun,12,11,5,hypnotherapy,13.47,1.00,13.47,1.00,none,none,none, hypnotic,hypnotic,1.31,Adjective,8,8,3,hypnotic,11.70,0.95,11.70,0.95,none,none,none, hypnotics,hypnotics,0.02,Noun,9,9,3,hypnotic,none,none,11.70,0.95,none,none,none, hypnotism,hypnotism,0.29,Noun,9,10,4,hypnotism,10.32,1.00,10.32,1.00,none,none,none, hypnotist,hypnotist,0.80,Noun,9,9,3,hypnotist,10.30,1.00,10.30,1.00,none,none,none, hypnotize,hypnotise,0.61,Verb,9,8,3,hypnotize,9.89,1.00,9.89,1.00,none,none,none, hypnotized,hypnotised,1.20,Verb,10,9,3,hypnotize,none,none,9.89,1.00,none,none,none, hypnotizes,hypnotises,0.04,Verb,10,10,4,hypnotize,none,none,9.89,1.00,none,none,none, hypnotizing,hypnotising,0.24,Verb,11,10,4,hypnotize,none,none,9.89,1.00,none,none,none, hypo,hypo,0.31,Noun,4,4,2,hypo,11.13,0.83,11.13,0.83,none,none,none, hypoallergenic,hypoallergenic,0.16,Adjective,14,12,5,hypoallergenic,13.37,1.00,13.37,1.00,none,none,none, hypochlorite,hypochlorite,0.10,Noun,12,10,4,hypochlorite,13.50,0.67,13.50,0.67,none,none,none, hypochondria,hypochondria,0.16,Noun,12,11,5,hypochondria,13.29,0.85,13.29,0.85,none,none,none, hypochondriac,hypochondriac,0.39,Noun,13,12,5,hypochondriac,12.22,1.00,12.22,1.00,none,none,none, hypochondriacs,hypochondriacs,0.08,Noun,14,12,5,hypochondriac,none,none,12.22,1.00,none,none,none, hypocrisies,hypocrisies,0.08,Noun,11,10,4,hypocrisy,none,none,14.00,0.89,none,none,none, hypocrisy,hypocrisy,1.65,Noun,9,9,4,hypocrisy,14.00,0.89,14.00,0.89,none,none,none, hypocrite,hypocrite,3.25,Noun,9,8,3,hypocrite,11.65,1.00,11.65,1.00,none,none,none, hypocrites,hypocrites,1.12,Noun,10,9,3,hypocrite,none,none,11.65,1.00,none,none,none, hypocritical,hypocritical,1.25,Adjective,12,12,5,hypocritical,10.63,0.95,10.63,0.95,none,none,none, hypodermic,hypodermic,0.67,Adjective,10,9,4,hypodermic,13.06,0.89,13.06,0.89,none,none,none, hypodermics,hypodermics,0.10,Noun,11,10,4,hypodermic,none,none,13.06,0.89,none,none,none, hypodermis,hypodermis,0.02,Noun,10,10,4,hypodermis,14.53,0.89,14.53,0.89,none,none,none, hypoglycemia,hypoglycaemia,0.12,Noun,12,12,6,hypoglycemia,15.67,0.90,15.67,0.90,none,none,none, hypoglycemic,hypoglycemic,0.25,Adjective,12,12,5,hypoglycemic,15.53,0.95,15.53,0.95,none,none,none, hypomania,hypomania,0.02,Noun,9,9,4,hypomania,16.20,0.50,16.20,0.50,none,none,none, hypos,hypos,0.14,Noun,5,5,2,hypo,none,none,11.13,0.83,none,none,none, hyposulfite,hyposulfite,0.02,Noun,11,10,4,hyposulfite,15.71,0.39,15.71,0.39,none,none,none, hypotension,hypotension,0.12,Noun,11,10,4,hypotension,14.41,0.94,14.41,0.94,none,none,none, hypotenuse,hypotenuse,0.20,Noun,10,10,4,hypotenuse,12.36,0.74,12.36,0.74,none,none,none, hypothalamic,hypothalamic,0.10,Adjective,12,11,5,hypothalamic,14.00,0.56,14.00,0.56,none,none,none, hypothalamus,hypothalamus,0.71,Noun,12,11,5,hypothalamus,13.31,0.80,13.31,0.80,none,none,none, hypothermia,hypothermia,0.76,Noun,11,9,5,hypothermia,12.80,1.00,12.80,1.00,none,none,none, hypothermic,hypothermic,0.29,Adjective,11,10,4,hypothermic,12.79,1.00,12.79,1.00,none,none,none, hypotheses,hypotheses,0.18,Noun,10,9,4,hypothesis,none,none,11.89,1.00,none,12.58,none, hypothesis,hypothesis,0.86,Noun,10,9,4,hypothesis,11.89,1.00,11.89,1.00,none,12.58,none, hypothesize,hypothesise,0.08,Verb,11,9,4,hypothesize,12.21,1.00,12.21,1.00,none,none,none, hypothesized,hypothesised,0.06,Verb,12,10,4,hypothesize,none,none,12.21,1.00,none,none,none, hypothesizes,hypothesises,0.02,Verb,12,11,5,hypothesize,none,none,12.21,1.00,none,none,none, hypothetical,hypothetical,2.45,Adjective,12,11,5,hypothetical,13.24,0.94,13.24,0.94,none,none,none, hypothyroidism,hypothyroidism,0.02,Noun,14,13,6,hypothyroidism,15.43,0.78,15.43,0.78,none,none,none, hypoxia,hypoxia,0.18,Noun,7,8,4,hypoxia,16.50,0.67,16.50,0.67,none,none,none, hypoxic,hypoxic,0.37,Adjective,7,8,3,hypoxic,16.60,0.56,16.60,0.56,none,none,none, hyrax,hyrax,0.04,Noun,5,6,2,hyrax,13.67,0.16,13.67,0.16,none,none,none, hyssop,hyssop,0.06,Noun,6,5,2,hyssop,15.79,0.74,15.79,0.74,none,none,none, hysterectomy,hysterectomy,0.61,Noun,12,11,5,hysterectomy,14.44,0.90,14.44,0.90,none,none,none, hysteria,hysteria,2.27,Noun,8,8,4,hysteria,12.06,1.00,12.06,1.00,none,none,none, hysteric,hysteric,0.18,Adjective,8,8,3,hysteric,10.67,0.95,10.67,0.95,none,none,none, hysterical,hysterical,7.10,Adjective,10,10,4,hysterical,10.94,1.00,10.94,1.00,none,none,none, hysterics,hysterics,0.65,Noun,9,9,3,hysteric,none,none,10.67,0.95,none,none,none, I,I,39971.16,Pronoun,1,1,1,I,2.79,1.00,2.79,1.00,3.69,none,none, iamb,iamb,0.04,Noun,4,3,2,iamb,13.64,0.58,13.64,0.58,none,none,none, iambic,iambic,0.20,Adjective,6,6,3,iambic,14.67,0.75,14.67,0.75,none,none,none, iambics,iambics,0.04,Noun,7,7,3,iambic,none,none,14.67,0.75,none,none,none, iambs,iambs,0.02,Noun,5,4,2,iamb,none,none,13.64,0.58,none,none,none, iatrogenic,iatrogenic,0.08,Adjective,10,10,5,iatrogenic,16.25,0.21,16.25,0.21,none,none,none, ibex,ibex,0.06,Noun,4,5,2,ibex,11.71,0.39,11.71,0.39,none,none,none, ibis,ibis,0.12,Noun,4,4,2,ibis,13.71,0.39,13.71,0.39,none,none,none, ibuprofen,ibuprofen,0.47,Noun,9,10,4,ibuprofen,11.26,1.00,11.26,1.00,none,none,none, ice,ice,79.55,Noun,3,2,1,ice,3.86,1.00,3.86,1.00,4.83,5.35,3.85, iceberg,iceberg,1.80,Noun,7,5,2,iceberg,8.21,1.00,8.21,1.00,none,none,none, icebergs,icebergs,0.37,Noun,8,6,2,iceberg,none,none,8.21,1.00,none,none,none, iceboat,iceboat,0.04,Noun,7,5,2,iceboat,13.31,0.89,13.31,0.89,none,none,none, icebound,icebound,0.04,Verb,8,6,2,icebound,10.95,1.00,10.95,1.00,none,none,none, icebox,icebox,2.43,Noun,6,6,2,icebox,7.11,1.00,7.11,1.00,none,none,none, iceboxes,iceboxes,0.04,Noun,8,8,3,icebox,none,none,7.11,1.00,none,none,none, icebreaker,icebreaker,0.41,Noun,10,7,3,icebreaker,9.72,1.00,9.72,1.00,none,none,none, icebreakers,icebreakers,0.02,Noun,11,8,3,icebreaker,none,none,9.72,1.00,none,none,none, icecap,icecap,0.08,Noun,6,5,2,icecap,10.17,0.95,10.17,0.95,none,none,none, icecaps,icecaps,0.08,Noun,7,6,2,icecap,none,none,10.17,0.95,none,none,none, icecream,ice cream,Err:512,Err:512,8,6,2,icecream,3.33,1.00,3.33,1.00,none,none,none, iced,iced,4.27,Adjective,4,3,1,iced,7.44,1.00,7.44,1.00,none,none,none, icefall,icefall,0.04,Noun,7,5,2,icefall,9.73,0.83,9.73,0.83,none,none,none, icehouse,icehouse,0.18,Noun,8,5,2,icehouse,12.00,1.00,12.00,1.00,none,none,none, icepack,icepack,0.06,Noun,7,5,2,icepack,6.89,1.00,6.89,1.00,none,none,none, icepick,ice pick,0.02,Noun,7,5,2,icepick,9.00,1.00,9.00,1.00,none,none,none, ices,ices,0.16,Noun,4,4,2,ice,none,none,3.86,1.00,4.83,5.35,3.85, iceskate,ice skate,Err:512,Err:512,8,6,2,iceskate,7.97,1.00,7.97,1.00,none,none,none, ichthyologist,ichthyologist,0.25,Noun,13,11,5,ichthyologist,16.11,0.47,16.11,0.47,none,none,none, ichthyologists,ichthyologists,0.02,Noun,14,12,5,ichthyologist,none,none,16.11,0.47,none,none,none, ichthyology,ichthyology,0.18,Noun,11,9,5,ichthyology,14.60,0.56,14.60,0.56,none,none,none, icicle,icicle,0.29,Noun,6,6,3,icicle,5.78,1.00,5.78,1.00,none,none,none, icicles,icicles,0.37,Noun,7,7,3,icicle,none,none,5.78,1.00,none,none,none, icing,icing,1.39,Noun,5,4,2,icing,5.53,1.00,5.53,1.00,none,none,none,6.13 icky,icky,1.20,Adjective,4,3,2,icky,4.42,1.00,4.42,1.00,none,none,none, icon,icon,1.73,Noun,4,4,2,icon,10.11,1.00,10.11,1.00,none,none,none,9.40 iconic,iconic,0.20,Adjective,6,6,3,iconic,12.22,0.95,12.22,0.95,none,none,none, iconoclast,iconoclast,0.02,Noun,10,10,4,iconoclast,15.75,0.67,15.75,0.67,none,none,none, iconoclastic,iconoclastic,0.02,Adjective,12,12,5,iconoclastic,16.10,0.53,16.10,0.53,none,none,none, iconoclasts,iconoclasts,0.02,Noun,11,11,4,iconoclast,none,none,15.75,0.67,none,none,none, iconographic,iconographic,0.02,Adjective,12,11,5,iconographic,14.57,0.74,14.57,0.74,none,none,none, iconographies,iconographies,0.02,Noun,13,11,5,iconography,none,none,12.79,0.74,none,none,none, iconography,iconography,0.06,Noun,11,10,5,iconography,12.79,0.74,12.79,0.74,none,none,none, iconoscope,iconoscope,0.02,Noun,10,8,4,iconoscope,16.67,0.47,16.67,0.47,none,none,none, icons,icons,0.27,Noun,5,5,2,icon,none,none,10.11,1.00,none,none,none,9.40 icy,icy,2.65,Adjective,3,3,2,icy,5.83,1.00,5.83,1.00,none,none,none, id,id,3.31,Abbreviation,2,2,1,id,12.41,0.94,12.41,0.94,none,none,none, idea,idea,359.04,Noun,4,4,3,idea,5.95,1.00,5.95,1.00,6.37,6.41,none, ideal,ideal,7.33,Adjective,5,4,2,ideal,9.50,1.00,9.50,1.00,none,9.13,none,9.13 idealism,idealism,0.63,Noun,8,8,4,idealism,12.53,1.00,12.53,1.00,none,none,none, idealist,idealist,0.67,Noun,8,7,3,idealist,14.00,1.00,14.00,1.00,none,none,none, idealistic,idealistic,0.80,Adjective,10,10,5,idealistic,11.89,1.00,11.89,1.00,none,none,none, idealists,idealists,0.20,Noun,9,8,3,idealist,none,none,14.00,1.00,none,none,none, idealization,idealisation,0.02,Noun,12,10,5,idealization,13.29,0.89,13.29,0.89,none,none,none, idealize,idealise,0.12,Verb,8,6,3,idealize,11.61,1.00,11.61,1.00,none,none,none, idealizes,idealises,0.10,Verb,9,8,4,idealize,none,none,11.61,1.00,none,none,none, ideals,ideals,2.47,Noun,6,5,2,ideal,none,none,9.50,1.00,none,9.13,none,9.13 ideas,ideas,38.96,Noun,5,5,3,idea,none,none,5.95,1.00,6.37,6.41,none, ideation,ideation,0.04,Noun,8,7,4,ideation,15.15,0.68,15.15,0.68,none,none,none, identical,identical,5.53,Adjective,9,9,4,identical,8.72,1.00,8.72,1.00,none,none,none, identifiable,identifiable,0.29,Adjective,12,12,6,identifiable,10.28,1.00,10.28,1.00,none,none,none, identification,identification,8.02,Noun,14,13,6,identification,8.68,1.00,8.68,1.00,none,10.39,none, identifications,identifications,0.06,Noun,15,14,6,identification,none,none,8.68,1.00,none,10.39,none, identified,identified,10.27,Verb,10,9,4,identify,none,none,8.00,1.00,none,none,none, identifier,identifier,0.12,Noun,10,9,5,identifier,12.37,1.00,12.37,1.00,none,none,none, identifiers,identifiers,0.08,Noun,11,10,5,identifier,none,none,12.37,1.00,none,none,none, identifies,identifies,0.76,Verb,10,9,4,identify,none,none,8.00,1.00,none,none,none, identify,identify,16.18,Verb,8,8,4,identify,8.00,1.00,8.00,1.00,none,none,none, identifying,identifying,1.88,Verb,11,10,5,identify,none,none,8.00,1.00,none,none,none, identities,identities,1.75,Noun,10,9,4,identity,none,none,9.45,1.00,none,none,none, identity,identity,12.98,Noun,8,8,4,identity,9.45,1.00,9.45,1.00,none,none,none, ideogram,ideogram,0.12,Noun,8,8,4,ideogram,13.00,0.67,13.00,0.67,none,none,none, ideograms,ideograms,0.02,Noun,9,9,4,ideogram,none,none,13.00,0.67,none,none,none, ideological,ideological,0.14,Adjective,11,11,6,ideological,13.67,0.95,13.67,0.95,none,none,none, ideologies,ideologies,0.20,Noun,10,9,5,ideology,none,none,12.67,1.00,none,none,none, ideology,ideology,0.65,Noun,8,8,5,ideology,12.67,1.00,12.67,1.00,none,none,none, ides,ides,0.08,Noun,4,3,1,ides,14.27,0.83,14.27,0.83,none,none,13.24, idiocy,idiocy,0.57,Noun,6,6,4,idiocy,11.00,1.00,11.00,1.00,11.26,none,none, idiom,idiom,0.24,Noun,5,5,3,idiom,14.06,1.00,14.06,1.00,none,none,none, idiomatic,idiomatic,0.06,Adjective,9,9,5,idiomatic,14.69,0.84,14.69,0.84,none,none,none, idioms,idioms,0.02,Noun,6,6,3,idiom,none,none,14.06,1.00,none,none,none, idiopathic,idiopathic,0.06,Adjective,10,9,5,idiopathic,17.85,0.72,17.85,0.72,none,none,none, idiosyncrasies,idiosyncrasies,0.24,Noun,14,13,6,idiosyncrasy,none,none,14.07,0.79,none,none,none, idiosyncrasy,idiosyncrasy,0.20,Noun,12,12,6,idiosyncrasy,14.07,0.79,14.07,0.79,none,none,none, idiosyncratic,idiosyncratic,0.16,Adjective,13,13,6,idiosyncratic,15.28,0.90,15.28,0.90,none,none,none, idiot,idiot,66.22,Noun,5,5,3,idiot,6.50,1.00,6.50,1.00,none,6.66,none, idiotic,idiotic,3.88,Adjective,7,7,4,idiotic,8.79,1.00,8.79,1.00,none,none,none, idiots,idiots,11.90,Noun,6,6,3,idiot,none,none,6.50,1.00,none,6.66,none, idle,idle,2.76,Adjective,4,4,2,idle,8.90,1.00,8.90,1.00,none,10.30,none,9.67 idleness,idleness,0.16,Noun,8,7,3,idleness,11.53,1.00,11.53,1.00,none,9.92,none, idler,idler,0.14,Adjective,5,5,3,idle,none,none,8.90,1.00,none,10.30,none,9.67 idles,idles,0.02,Verb,5,5,2,idle,none,none,8.90,1.00,none,10.30,none,9.67 idlest,idlest,0.04,Adjective,6,7,3,idle,none,none,8.90,1.00,none,10.30,none,9.67 idling,idling,0.39,Verb,6,6,3,idle,none,none,8.90,1.00,none,10.30,none,9.67 idol,idol,2.76,Noun,4,4,2,idol,8.37,1.00,8.37,1.00,none,10.73,none,8.53 idolater,idolater,0.06,Noun,8,7,4,idolater,10.14,0.39,10.14,0.39,none,none,none, idolaters,idolaters,0.10,Noun,9,8,4,idolater,none,none,10.14,0.39,none,none,none, idolatry,idolatry,0.12,Noun,8,8,4,idolatry,11.67,0.83,11.67,0.83,none,none,none, idolize,idolise,0.14,Verb,7,6,3,idolize,10.75,1.00,10.75,1.00,none,none,none, idolized,idolised,0.37,Verb,8,7,3,idolize,none,none,10.75,1.00,none,none,none, idolizes,idolises,0.08,Verb,8,8,4,idolize,none,none,10.75,1.00,none,none,none, idols,idols,0.47,Noun,5,5,2,idol,none,none,8.37,1.00,none,10.73,none,8.53 ids,ids,0.14,Abbreviation,3,3,1,id,none,none,12.41,0.94,none,none,none, idyll,idyll,0.04,Noun,5,4,2,idyll,12.40,0.79,12.40,0.79,none,none,none, idyllic,idyllic,0.45,Adjective,7,6,3,idyllic,13.23,0.72,13.23,0.72,none,none,none, if,if,3541.37,Conjunction,2,2,1,if,5.36,1.00,5.36,1.00,4.58,none,3.67, iffy,iffy,0.51,Adjective,4,3,2,iffy,7.84,1.00,7.84,1.00,none,none,none, ifs,ifs,0.73,Noun,3,3,1,if,none,none,5.36,1.00,4.58,none,3.67, igloo,igloo,0.29,Noun,5,4,2,igloo,5.42,1.00,5.42,1.00,none,none,none, igloos,igloos,0.06,Noun,6,5,2,igloo,none,none,5.42,1.00,none,none,none, igneous,igneous,0.29,Adjective,7,6,3,igneous,12.43,0.78,12.43,0.78,none,none,none, ignite,ignite,1.00,Verb,6,5,2,ignite,9.82,1.00,9.82,1.00,none,none,none,10.13 ignited,ignited,0.57,Verb,7,7,3,ignite,none,none,9.82,1.00,none,none,none,10.13 igniter,igniter,0.08,Noun,7,6,3,igniter,12.53,0.94,12.53,0.94,none,none,none, igniters,igniters,0.02,Noun,8,7,3,igniter,none,none,12.53,0.94,none,none,none, ignites,ignites,0.25,Verb,7,6,2,ignite,none,none,9.82,1.00,none,none,none,10.13 igniting,igniting,0.20,Verb,8,7,3,ignite,none,none,9.82,1.00,none,none,none,10.13 ignition,ignition,4.16,Noun,8,7,3,ignition,12.21,1.00,12.21,1.00,none,9.87,none, ignoble,ignoble,0.12,Adjective,7,7,3,ignoble,15.12,0.42,15.12,0.42,none,none,none, ignominious,ignominious,0.14,Adjective,11,10,5,ignominious,15.17,0.67,15.17,0.67,none,none,none, ignominy,ignominy,0.06,Noun,8,8,4,ignominy,13.25,0.44,13.25,0.44,none,none,none, ignorable,ignorable,0.02,Adjective,9,9,4,ignorable,10.44,1.00,10.44,1.00,none,none,none, ignoramus,ignoramus,0.35,Noun,9,8,4,ignoramus,11.75,0.84,11.75,0.84,none,none,none, ignoramuses,ignoramuses,0.02,Noun,11,11,5,ignoramus,none,none,11.75,0.84,none,none,none, ignorance,ignorance,3.61,Noun,9,7,3,ignorance,10.21,1.00,10.21,1.00,9.08,none,none, ignorant,ignorant,6.25,Adjective,8,7,3,ignorant,9.50,1.00,9.50,1.00,none,none,none, ignore,ignore,18.65,Verb,6,5,2,ignore,6.74,1.00,6.74,1.00,7.92,6.20,none,6.33 ignored,ignored,5.90,Verb,7,6,2,ignore,none,none,6.74,1.00,7.92,6.20,none,6.33 ignorer,ignorer,0.04,Noun,7,6,3,ignorer,10.11,0.95,10.11,0.95,none,none,none, ignores,ignores,0.88,Verb,7,6,2,ignore,none,none,6.74,1.00,7.92,6.20,none,6.33 ignoring,ignoring,4.08,Verb,8,7,3,ignore,none,none,6.74,1.00,7.92,6.20,none,6.33 iguana,iguana,0.78,Noun,6,6,3,iguana,7.61,0.95,7.61,0.95,11.66,none,none, iguanas,iguanas,0.29,Noun,7,7,3,iguana,none,none,7.61,0.95,11.66,none,none, ilea,ilea,0.04,Name,4,4,3,ileum,none,none,15.89,0.47,none,none,none, ileum,ileum,0.22,Noun,5,5,3,ileum,15.89,0.47,15.89,0.47,none,none,none, iliac,iliac,0.12,Adjective,5,5,3,iliac,13.21,0.78,13.21,0.78,none,none,none, ilk,ilk,0.27,Noun,3,3,1,ilk,12.56,0.45,12.56,0.45,none,none,none, ill,ill,21.27,Name,3,2,1,ill,5.60,1.00,5.60,1.00,5.07,none,6.60, illegal,illegal,23.51,Adjective,7,6,3,illegal,9.21,1.00,9.21,1.00,none,none,none, illegality,illegality,0.08,Noun,10,9,5,illegality,10.94,0.89,10.94,0.89,none,none,none, illegibility,illegibility,0.02,Noun,12,11,6,illegibility,12.44,1.00,12.44,1.00,none,none,none, illegible,illegible,0.18,Adjective,9,8,4,illegible,10.42,1.00,10.42,1.00,none,none,none, illegitimacy,illegitimacy,0.04,Noun,12,11,6,illegitimacy,12.94,1.00,12.94,1.00,none,none,none, illegitimate,illegitimate,1.33,Adjective,12,10,5,illegitimate,9.95,1.00,9.95,1.00,none,none,none, illicit,illicit,0.71,Adjective,7,6,3,illicit,12.00,1.00,12.00,1.00,none,none,none, illicitness,illicitness,0.02,Noun,11,9,4,illicitness,12.75,0.63,12.75,0.63,none,none,none, illimitable,illimitable,0.04,Adjective,11,10,5,illimitable,13.55,0.55,13.55,0.55,none,none,none, illiteracy,illiteracy,0.12,Noun,10,8,5,illiteracy,11.32,1.00,11.32,1.00,none,11.34,none, illiterate,illiterate,0.98,Adjective,10,7,4,illiterate,11.86,1.00,11.86,1.00,none,none,none, illiterates,illiterates,0.08,Noun,11,8,4,illiterate,none,none,11.86,1.00,none,none,none, illness,illness,7.27,Noun,7,5,2,illness,7.00,1.00,7.00,1.00,5.84,none,none, illnesses,illnesses,0.69,Noun,9,7,3,illness,none,none,7.00,1.00,5.84,none,none, illogic,illogic,0.04,Adjective,7,6,3,illogic,10.88,0.89,10.88,0.89,none,none,none, illogical,illogical,0.57,Adjective,9,8,4,illogical,11.00,0.94,11.00,0.94,none,none,none, ills,ills,0.51,Noun,4,3,1,ill,none,none,5.60,1.00,5.07,none,6.60, illume,illume,0.02,Verb,6,4,2,illume,14.67,0.47,14.67,0.47,none,none,none, illuminate,illuminate,0.82,Verb,10,8,4,illuminate,9.20,1.00,9.20,1.00,none,none,none, illuminated,illuminated,0.35,Verb,11,10,5,illuminate,none,none,9.20,1.00,none,none,none, illuminates,illuminates,0.12,Verb,11,9,4,illuminate,none,none,9.20,1.00,none,none,none, illuminati,illuminati,0.04,Noun,10,9,5,illuminati,16.19,0.84,16.19,0.84,none,none,none, illuminating,illuminating,0.47,Adjective,12,10,5,illuminating,11.42,1.00,11.42,1.00,none,none,none, illumination,illumination,0.67,Noun,12,10,5,illumination,10.50,1.00,10.50,1.00,none,none,none, illusion,illusion,8.25,Noun,8,6,3,illusion,9.24,1.00,9.24,1.00,none,10.66,none, illusionary,illusionary,0.04,Adjective,11,9,5,illusionary,13.87,0.83,13.87,0.83,none,none,none, illusionist,illusionist,0.14,Noun,11,9,4,illusionist,10.21,1.00,10.21,1.00,none,none,none, illusionists,illusionists,0.04,Noun,12,10,4,illusionist,none,none,10.21,1.00,none,none,none, illusions,illusions,2.45,Noun,9,7,3,illusion,none,none,9.24,1.00,none,10.66,none, illusive,illusive,0.12,Adjective,8,6,3,illusive,14.33,0.90,14.33,0.90,none,none,none, illusory,illusory,0.04,Adjective,8,6,4,illusory,13.35,0.89,13.35,0.89,none,none,none, illustrate,illustrate,0.78,Verb,10,8,3,illustrate,8.32,1.00,8.32,1.00,none,none,none, illustrated,illustrated,0.61,Verb,11,10,4,illustrate,none,none,8.32,1.00,none,none,none, illustrates,illustrates,0.33,Verb,11,9,3,illustrate,none,none,8.32,1.00,none,none,none, illustrating,illustrating,0.20,Verb,12,10,4,illustrate,none,none,8.32,1.00,none,none,none, illustration,illustration,0.47,Noun,12,10,4,illustration,7.95,1.00,7.95,1.00,none,none,none, illustrations,illustrations,0.57,Noun,13,11,4,illustration,none,none,7.95,1.00,none,none,none, illustrative,illustrative,0.02,Adjective,12,10,4,illustrative,9.75,1.00,9.75,1.00,none,none,none, illustrator,illustrator,0.24,Noun,11,9,4,illustrator,8.41,0.94,8.41,0.94,none,none,none, illustrators,illustrators,0.02,Noun,12,10,4,illustrator,none,none,8.41,0.94,none,none,none, illustrious,illustrious,1.41,Adjective,11,9,4,illustrious,12.05,1.00,12.05,1.00,none,none,none, image,image,22.63,Noun,5,4,2,image,8.50,1.00,8.50,1.00,none,none,none,6.26 imaged,imaged,0.04,Verb,6,5,2,image,none,none,8.50,1.00,none,none,none,6.26 imager,imager,0.08,Noun,6,5,3,imager,12.17,0.95,12.17,0.95,none,none,none, imagery,imagery,1.45,Noun,7,6,3,imagery,10.28,1.00,10.28,1.00,none,none,none, images,images,7.86,Noun,6,6,3,image,none,none,8.50,1.00,none,none,none,6.26 imaginable,imaginable,0.94,Adjective,10,10,5,imaginable,9.83,1.00,9.83,1.00,none,none,none, imaginal,imaginal,Err:512,Err:512,8,8,4,imaginal,11.89,0.41,11.89,0.41,none,none,none, imaginary,imaginary,4.35,Adjective,9,9,5,imaginary,6.47,1.00,6.47,1.00,none,none,none, imagination,imagination,17.35,Noun,11,10,5,imagination,6.28,1.00,6.28,1.00,none,8.13,none, imaginations,imaginations,0.86,Noun,12,11,5,imagination,none,none,6.28,1.00,none,8.13,none, imaginative,imaginative,1.37,Adjective,11,10,5,imaginative,8.74,1.00,8.74,1.00,none,none,none, imagine,imagine,81.04,Verb,7,6,3,imagine,6.06,1.00,6.06,1.00,6.84,none,none, imagined,imagined,9.90,Verb,8,7,3,imagine,none,none,6.06,1.00,6.84,none,none, imagines,imagines,0.57,Verb,8,7,3,imagine,none,none,6.06,1.00,6.84,none,none, imaging,imaging,1.25,Noun,7,6,3,imaging,10.06,1.00,10.06,1.00,none,none,none, imagining,imagining,4.84,Verb,9,8,4,imagine,none,none,6.06,1.00,6.84,none,none, imagism,imagism,Err:512,Err:512,7,8,4,imagism,15.29,0.39,15.29,0.39,none,none,none, imam,imam,0.33,Noun,4,4,2,imam,15.80,0.48,15.80,0.48,none,none,none, imams,imams,0.02,Noun,5,5,2,imam,none,none,15.80,0.48,none,none,none, imbalance,imbalance,1.06,Noun,9,8,3,imbalance,9.94,1.00,9.94,1.00,none,none,none, imbalanced,imbalanced,0.12,Verb,10,9,3,imbalance,none,none,9.94,1.00,none,none,none, imbalances,imbalances,0.12,Noun,10,10,4,imbalance,none,none,9.94,1.00,none,none,none, imbecile,imbecile,2.88,Noun,8,7,3,imbecile,11.17,0.86,11.17,0.86,none,none,none, imbeciles,imbeciles,0.47,Noun,9,8,3,imbecile,none,none,11.17,0.86,none,none,none, imbecilic,imbecilic,0.22,Adjective,9,9,4,imbecilic,13.21,0.70,13.21,0.70,none,none,none, imbecility,imbecility,0.08,Noun,10,10,5,imbecility,13.93,0.78,13.93,0.78,none,none,none, imbed,imbed,0.04,Verb,5,5,2,embed,none,none,12.53,0.94,none,none,none, imbedded,imbedded,0.14,Verb,8,7,3,embed,none,none,12.53,0.94,none,none,none, imbedding,imbedding,0.06,Verb,9,7,3,embed,none,none,12.53,0.94,none,none,none, imbibe,imbibe,0.16,Verb,6,5,2,imbibe,15.08,0.62,15.08,0.62,none,none,none, imbibed,imbibed,0.06,Verb,7,6,2,imbibe,none,none,15.08,0.62,none,none,none, imbibes,imbibes,0.02,Verb,7,6,2,imbibe,none,none,15.08,0.62,none,none,none, imbibing,imbibing,0.12,Verb,8,7,3,imbibe,none,none,15.08,0.62,none,none,none, imbroglio,imbroglio,0.02,Noun,9,8,3,imbroglio,15.29,0.32,15.29,0.32,none,none,none, imbue,imbue,0.10,Verb,5,5,2,imbue,14.83,0.67,14.83,0.67,none,none,none, imbued,imbued,0.18,Verb,6,6,2,imbue,none,none,14.83,0.67,none,none,none, imitable,imitable,Err:512,Err:512,8,8,4,imitable,12.44,0.50,12.44,0.50,none,none,none, imitate,imitate,1.80,Verb,7,6,3,imitate,9.20,1.00,9.20,1.00,none,none,none, imitated,imitated,0.27,Verb,8,8,4,imitate,none,none,9.20,1.00,none,none,none, imitates,imitates,0.94,Verb,8,7,3,imitate,none,none,9.20,1.00,none,none,none, imitating,imitating,1.80,Verb,9,8,4,imitate,none,none,9.20,1.00,none,none,none, imitation,imitation,2.73,Noun,9,8,4,imitation,9.00,1.00,9.00,1.00,none,none,none, imitations,imitations,0.67,Noun,10,9,4,imitation,none,none,9.00,1.00,none,none,none, imitative,imitative,0.02,Adjective,9,8,4,imitative,12.61,1.00,12.61,1.00,none,none,none, imitator,imitator,0.12,Noun,8,7,4,imitator,10.74,1.00,10.74,1.00,none,9.92,none, imitators,imitators,0.24,Noun,9,8,4,imitator,none,none,10.74,1.00,none,9.92,none, immaculate,immaculate,0.78,Adjective,10,10,4,immaculate,9.72,0.95,9.72,0.95,none,none,none, immaterial,immaterial,0.88,Adjective,10,9,5,immaterial,11.83,0.95,11.83,0.95,11.38,none,none, immature,immature,3.27,Adjective,8,7,3,immature,9.06,1.00,9.06,1.00,none,none,none, immaturity,immaturity,0.22,Noun,10,9,5,immaturity,10.17,0.95,10.17,0.95,none,none,none, immeasurable,immeasurable,0.29,Adjective,12,9,5,immeasurable,12.63,1.00,12.63,1.00,none,none,none, immediacy,immediacy,0.16,Noun,9,8,5,immediacy,12.21,1.00,12.21,1.00,none,none,none, immediate,immediate,11.20,Adjective,9,7,4,immediate,8.76,1.00,8.76,1.00,none,none,none, immediately,immediately,47.96,Adverb,11,9,5,immediately,6.77,1.00,6.77,1.00,7.39,none,none, immemorial,immemorial,0.08,Adjective,10,9,5,immemorial,13.92,0.68,13.92,0.68,none,none,none, immense,immense,1.61,Adjective,7,5,2,immense,11.24,0.94,11.24,0.94,none,10.37,none,11.90 immensity,immensity,0.06,Noun,9,8,4,immensity,11.84,0.95,11.84,0.95,none,11.13,none, immerse,immerse,0.27,Verb,7,4,2,immerse,9.68,1.00,9.68,1.00,none,none,none, immersed,immersed,0.53,Verb,8,5,2,immerse,none,none,9.68,1.00,none,none,none, immerses,immerses,0.02,Verb,8,6,3,immerse,none,none,9.68,1.00,none,none,none, immersion,immersion,0.12,Noun,9,6,3,immersion,11.28,1.00,11.28,1.00,none,none,none, immigrant,immigrant,1.55,Noun,9,8,3,immigrant,9.78,1.00,9.78,1.00,none,none,none, immigrants,immigrants,1.51,Noun,10,9,3,immigrant,none,none,9.78,1.00,none,none,none, immigrate,immigrate,0.10,Verb,9,7,3,immigrate,9.70,1.00,9.70,1.00,none,none,none, immigrated,immigrated,0.29,Verb,10,9,4,immigrate,none,none,9.70,1.00,none,none,none, immigration,immigration,2.51,Noun,11,9,4,immigration,12.63,1.00,12.63,1.00,none,none,none, immigrations,immigrations,0.02,Noun,12,10,4,immigration,none,none,12.63,1.00,none,none,none, imminence,imminence,0.08,Noun,9,7,3,imminence,12.21,0.95,12.21,0.95,none,none,none, imminent,imminent,2.41,Adjective,8,7,3,imminent,13.37,1.00,13.37,1.00,none,none,none, immiscible,immiscible,Err:512,Err:512,10,8,4,immiscible,13.00,0.29,13.00,0.29,none,none,none, immitigable,immitigable,0.02,Adjective,11,10,5,immitigable,15.80,0.83,15.80,0.83,none,none,none, immobile,immobile,0.49,Adjective,8,6,3,immobile,10.05,1.00,10.05,1.00,none,none,none, immobility,immobility,0.04,Noun,10,9,5,immobility,12.24,1.00,12.24,1.00,none,none,none, immobilization,immobilisation,0.02,Noun,14,12,6,immobilization,12.59,0.94,12.59,0.94,none,none,none, immobilize,immobilise,0.14,Verb,10,8,4,immobilize,12.50,1.00,12.50,1.00,none,none,none, immobilized,immobilised,0.24,Verb,11,9,4,immobilize,none,none,12.50,1.00,none,none,none, immobilizer,immobiliser,0.04,Noun,11,9,5,immobilizer,12.37,0.95,12.37,0.95,none,none,none, immobilizes,immobilises,0.02,Verb,11,10,5,immobilize,none,none,12.50,1.00,none,none,none, immoderate,immoderate,0.14,Adjective,10,8,4,immoderate,14.61,0.90,14.61,0.90,none,none,none, immodest,immodest,0.35,Adjective,8,7,3,immodest,13.68,0.95,13.68,0.95,none,none,none, immodesty,immodesty,0.02,Noun,9,8,4,immodesty,11.22,1.00,11.22,1.00,none,none,none, immolate,immolate,0.08,Verb,8,6,3,immolate,14.55,0.61,14.55,0.61,none,none,none, immolation,immolation,0.06,Noun,10,8,4,immolation,15.50,0.74,15.50,0.74,none,none,none, immoral,immoral,2.61,Adjective,7,6,3,immoral,11.11,1.00,11.11,1.00,none,none,none, immorality,immorality,0.43,Noun,10,8,5,immorality,11.00,1.00,11.00,1.00,none,none,none, immortal,immortal,5.10,Adjective,8,7,3,immortal,10.47,1.00,10.47,1.00,none,none,none, immortality,immortality,2.00,Noun,11,10,5,immortality,12.56,1.00,12.56,1.00,none,11.60,none, immortalize,immortalise,0.16,Verb,11,9,4,immortalize,10.61,0.95,10.61,0.95,none,none,none, immortalized,immortalised,0.31,Verb,12,10,4,immortalize,none,none,10.61,0.95,none,none,none, immortals,immortals,0.47,Noun,9,8,3,immortal,none,none,10.47,1.00,none,none,none, immovability,immovability,Err:512,Err:512,12,11,6,immovability,12.72,0.90,12.72,0.90,none,none,none, immovable,immovable,0.16,Adjective,9,8,4,immovable,9.33,1.00,9.33,1.00,none,none,none, immune,immune,4.33,Adjective,6,5,2,immune,12.32,1.00,12.32,1.00,none,none,none,10.13 immunities,immunities,0.10,Noun,10,9,4,immunity,none,none,12.26,1.00,none,11.55,none, immunity,immunity,4.24,Noun,8,8,4,immunity,12.26,1.00,12.26,1.00,none,11.55,none, immunization,immunisation,0.22,Noun,12,11,5,immunization,11.11,1.00,11.11,1.00,none,none,none, immunizations,immunizations,0.06,Noun,13,12,5,immunization,none,none,11.11,1.00,none,none,none, immunize,immunise,0.04,Verb,8,7,3,immunize,10.53,1.00,10.53,1.00,none,none,none, immunoassay,immunoassay,0.02,Noun,11,9,5,immunoassay,17.75,0.22,17.75,0.22,none,none,none, immunologist,immunologist,0.02,Noun,12,12,5,immunologist,15.94,0.80,15.94,0.80,none,none,none, immunosuppressant,immunosuppressant,0.04,Adjective,17,15,6,immunosuppressant,16.29,0.78,16.29,0.78,none,none,none, immunosuppressive,immunosuppressive,0.06,Adjective,17,14,6,immunosuppressive,13.77,0.72,13.77,0.72,none,none,none, immunotherapy,immunotherapy,0.02,Noun,13,12,6,immunotherapy,15.62,0.72,15.62,0.72,none,none,none, immutability,immutability,0.02,Noun,12,12,6,immutability,14.50,0.67,14.50,0.67,none,none,none, immutable,immutable,0.16,Adjective,9,9,4,immutable,15.19,0.80,15.19,0.80,none,none,none, imp,imp,0.27,Noun,3,3,1,imp,11.47,0.94,11.47,0.94,none,none,12.39, impact,impact,9.41,Noun,6,6,2,impact,9.95,1.00,9.95,1.00,none,9.90,none,8.79 impactful,impactful,0.06,Adjective,9,9,3,impactful,11.47,0.83,11.47,0.83,none,none,none, impacting,impacting,0.10,Verb,9,8,3,impact,none,none,9.95,1.00,none,9.90,none,8.79 impaction,impaction,0.02,Noun,9,8,3,impaction,12.18,0.94,12.18,0.94,none,none,none, impacts,impacts,0.35,Noun,7,7,2,impact,none,none,9.95,1.00,none,9.90,none,8.79 impair,impair,0.16,Verb,6,5,2,impair,11.67,1.00,11.67,1.00,none,11.07,none, impaired,impaired,0.84,Verb,8,6,2,impair,none,none,11.67,1.00,none,11.07,none, impairing,impairing,0.10,Verb,9,7,3,impair,none,none,11.67,1.00,none,11.07,none, impairment,impairment,0.20,Noun,10,9,3,impairment,11.63,1.00,11.63,1.00,none,none,none, impairs,impairs,0.12,Verb,7,6,2,impair,none,none,11.67,1.00,none,11.07,none, impala,impala,0.10,Noun,6,6,3,impala,11.75,0.89,11.75,0.89,none,none,none, impalas,impalas,0.02,Noun,7,7,3,impala,none,none,11.75,0.89,none,none,none, impale,impale,0.33,Verb,6,5,2,impale,13.32,1.00,13.32,1.00,none,none,none, impaled,impaled,0.73,Verb,7,6,2,impale,none,none,13.32,1.00,none,none,none, impalement,impalement,0.12,Noun,10,9,3,impalement,12.22,1.00,12.22,1.00,none,none,none, impales,impales,0.02,Verb,7,6,2,impale,none,none,13.32,1.00,none,none,none, impart,impart,0.53,Verb,6,6,2,impart,11.67,0.90,11.67,0.90,none,none,none,10.99 imparted,imparted,0.20,Verb,8,8,3,impart,none,none,11.67,0.90,none,none,none,10.99 impartial,impartial,1.00,Adjective,9,8,3,impartial,11.16,1.00,11.16,1.00,none,none,none, impartiality,impartiality,0.12,Noun,12,12,6,impartiality,12.83,1.00,12.83,1.00,none,none,none, imparting,imparting,0.06,Verb,9,8,3,impart,none,none,11.67,0.90,none,none,none,10.99 imparts,imparts,0.04,Verb,7,7,2,impart,none,none,11.67,0.90,none,none,none,10.99 impassable,impassable,0.31,Adjective,10,9,4,impassable,10.68,0.95,10.68,0.95,none,none,none, impasse,impasse,0.27,Noun,7,5,2,impasse,14.92,0.72,14.92,0.72,none,none,none, impassion,impassion,0.02,Noun,9,7,3,impassion,13.22,0.90,13.22,0.90,none,none,none, impassioned,impassioned,0.37,Adjective,11,8,3,impassioned,13.47,1.00,13.47,1.00,none,none,none, impassive,impassive,0.02,Adjective,9,7,3,impassive,12.05,0.86,12.05,0.86,none,none,none, impasto,impasto,0.04,Noun,7,7,3,impasto,15.25,0.22,15.25,0.22,none,none,none, impatience,impatience,0.69,Noun,10,8,3,impatience,7.89,1.00,7.89,1.00,none,8.45,none, impatiens,impatiens,0.04,Noun,9,8,3,impatiens,14.83,0.63,14.83,0.63,none,none,none, impatient,impatient,4.04,Adjective,9,8,3,impatient,7.39,1.00,7.39,1.00,none,none,none, impeach,impeach,0.41,Verb,7,5,2,impeach,12.06,0.94,12.06,0.94,none,none,none, impeachable,impeachable,0.02,Adjective,11,9,4,impeachable,12.47,1.00,12.47,1.00,none,none,none, impeaching,impeaching,0.06,Verb,10,7,3,impeach,none,none,12.06,0.94,none,none,none, impeachment,impeachment,0.57,Noun,11,9,3,impeachment,11.82,0.85,11.82,0.85,none,none,none, impeccable,impeccable,1.59,Adjective,10,9,4,impeccable,11.37,1.00,11.37,1.00,none,none,none, impecunious,impecunious,0.06,Adjective,11,11,5,impecunious,16.08,0.67,16.08,0.67,none,none,none, impede,impede,0.51,Verb,6,5,2,impede,13.26,0.95,13.26,0.95,none,none,none,12.75 impeded,impeded,0.16,Verb,7,7,3,impede,none,none,13.26,0.95,none,none,none,12.75 impeder,impeder,0.02,Noun,7,6,3,impeder,14.82,0.61,14.82,0.61,none,none,none, impedes,impedes,0.10,Verb,7,6,2,impede,none,none,13.26,0.95,none,none,none,12.75 impediment,impediment,0.59,Noun,10,10,4,impediment,13.47,0.94,13.47,0.94,none,12.11,none, impedimenta,impedimenta,Err:512,Err:512,11,11,5,impedimenta,16.57,0.37,16.57,0.37,none,none,none, impediments,impediments,0.10,Noun,11,11,4,impediment,none,none,13.47,0.94,none,12.11,none, impeding,impeding,0.24,Verb,8,7,3,impede,none,none,13.26,0.95,none,none,none,12.75 impel,impel,0.06,Verb,5,5,2,impel,14.44,0.76,14.44,0.76,11.38,none,none, impelled,impelled,0.12,Verb,8,6,2,impel,none,none,14.44,0.76,11.38,none,none, impeller,impeller,0.14,Noun,8,6,3,impeller,13.45,0.61,13.45,0.61,none,none,none, impellers,impellers,0.02,Noun,9,7,3,impeller,none,none,13.45,0.61,none,none,none, impels,impels,0.02,Verb,6,6,2,impel,none,none,14.44,0.76,11.38,none,none, impending,impending,1.08,Adjective,9,8,3,impending,12.47,0.95,12.47,0.95,none,none,none, impenetrable,impenetrable,1.02,Adjective,12,12,5,impenetrable,11.11,0.95,11.11,0.95,none,none,none, impenitent,impenitent,Err:512,Err:512,10,10,4,impenitent,14.56,0.47,14.56,0.47,none,none,none, imperative,imperative,2.49,Adjective,10,9,4,imperative,13.24,0.94,13.24,0.94,none,none,none, imperativeness,imperativeness,0.02,Noun,14,12,5,imperativeness,12.67,0.79,12.67,0.79,none,none,none, imperatives,imperatives,0.04,Noun,11,10,4,imperative,none,none,13.24,0.94,none,none,none, imperceptibility,imperceptibility,0.02,Noun,16,15,7,imperceptibility,12.93,0.74,12.93,0.74,none,none,none, imperceptible,imperceptible,0.06,Adjective,13,12,5,imperceptible,12.53,0.83,12.53,0.83,none,none,none, imperfect,imperfect,0.96,Adjective,9,8,3,imperfect,10.45,1.00,10.45,1.00,none,none,none, imperfection,imperfection,0.29,Noun,12,10,4,imperfection,9.83,1.00,9.83,1.00,none,10.45,none, imperfections,imperfections,0.45,Noun,13,11,4,imperfection,none,none,9.83,1.00,none,10.45,none, imperial,imperial,2.47,Adjective,8,8,4,imperial,14.28,1.00,14.28,1.00,none,none,none, imperialism,imperialism,0.22,Noun,11,12,6,imperialism,12.68,0.95,12.68,0.95,none,none,none, imperialist,imperialist,0.51,Adjective,11,11,5,imperialist,12.61,0.95,12.61,0.95,none,none,none, imperialistic,imperialistic,0.14,Adjective,13,13,6,imperialistic,13.41,0.94,13.41,0.94,none,none,none, imperialists,imperialists,0.24,Noun,12,12,5,imperialist,none,none,12.61,0.95,none,none,none, imperil,imperil,0.08,Verb,7,7,3,imperil,11.77,0.72,11.77,0.72,none,none,none, imperils,imperils,0.02,Verb,8,8,3,imperil,none,none,11.77,0.72,none,none,none, imperious,imperious,0.29,Adjective,9,8,4,imperious,13.36,0.74,13.36,0.74,none,none,none, imperishable,imperishable,0.08,Adjective,12,11,5,imperishable,12.56,0.95,12.56,0.95,none,none,none, impermanence,impermanence,0.04,Noun,12,10,4,impermanence,13.93,0.70,13.93,0.70,none,none,none, impermeable,impermeable,0.10,Adjective,11,10,5,impermeable,12.53,1.00,12.53,1.00,none,none,none, impersonal,impersonal,0.86,Adjective,10,9,4,impersonal,10.84,0.90,10.84,0.90,none,none,none, impersonate,impersonate,0.65,Verb,11,9,4,impersonate,10.11,0.95,10.11,0.95,none,none,none, impersonated,impersonated,0.25,Verb,12,11,5,impersonate,none,none,10.11,0.95,none,none,none, impersonates,impersonates,0.06,Verb,12,10,4,impersonate,none,none,10.11,0.95,none,none,none, impersonating,impersonating,1.45,Verb,13,11,5,impersonate,none,none,10.11,0.95,none,none,none, impersonation,impersonation,0.45,Noun,13,11,5,impersonation,10.95,0.95,10.95,0.95,none,10.28,none, impersonations,impersonations,0.24,Noun,14,12,5,impersonation,none,none,10.95,0.95,none,10.28,none, impersonator,impersonator,0.55,Noun,12,10,5,impersonator,10.15,1.00,10.15,1.00,none,none,none, impersonators,impersonators,0.33,Noun,13,11,5,impersonator,none,none,10.15,1.00,none,none,none, impertinence,impertinence,0.59,Noun,12,10,4,impertinence,14.00,0.79,14.00,0.79,none,none,none, impertinent,impertinent,1.08,Adjective,11,10,4,impertinent,13.69,0.89,13.69,0.89,none,none,none, impervious,impervious,0.61,Adjective,10,8,4,impervious,13.44,1.00,13.44,1.00,none,none,none, impetigo,impetigo,0.06,Noun,8,8,4,impetigo,14.71,0.39,14.71,0.39,none,none,none, impetuosity,impetuosity,0.04,Noun,11,12,6,impetuosity,15.07,0.74,15.07,0.74,none,none,none, impetuous,impetuous,1.14,Adjective,9,8,3,impetuous,15.18,0.85,15.18,0.85,none,none,none, impetuousness,impetuousness,0.04,Noun,13,12,5,impetuousness,14.41,0.89,14.41,0.89,none,none,none, impetus,impetus,0.14,Noun,7,7,3,impetus,13.57,0.74,13.57,0.74,none,12.58,none, impetuses,impetuses,0.02,Noun,9,9,4,impetus,none,none,13.57,0.74,none,12.58,none, impinge,impinge,0.12,Verb,7,6,2,impinge,14.27,0.79,14.27,0.79,none,none,none, impinges,impinges,0.02,Verb,8,8,3,impinge,none,none,14.27,0.79,none,none,none, impinging,impinging,0.12,Verb,9,8,3,impinge,none,none,14.27,0.79,none,none,none, impious,impious,0.04,Adjective,7,6,3,impious,11.85,0.72,11.85,0.72,none,none,none, impish,impish,0.10,Adjective,6,5,2,impish,11.94,0.89,11.94,0.89,none,none,none, implacability,implacability,0.02,Noun,13,13,6,implacability,15.06,0.80,15.06,0.80,none,none,none, implacable,implacable,0.16,Adjective,10,10,4,implacable,13.31,0.72,13.31,0.72,none,none,none, implant,implant,2.14,Noun,7,7,2,implant,13.00,1.00,13.00,1.00,none,none,none,10.90 implantable,implantable,0.02,Adjective,11,11,4,implantable,12.68,0.95,12.68,0.95,none,none,none, implantation,implantation,0.12,Noun,12,11,4,implantation,11.95,1.00,11.95,1.00,none,none,none, implanted,implanted,1.22,Verb,9,9,3,implant,none,none,13.00,1.00,none,none,none,10.90 implanting,implanting,0.18,Verb,10,9,3,implant,none,none,13.00,1.00,none,none,none,10.90 implants,implants,2.76,Noun,8,8,2,implant,none,none,13.00,1.00,none,none,none,10.90 implausible,implausible,0.08,Adjective,11,10,4,implausible,14.06,0.94,14.06,0.94,none,none,none, implement,implement,1.24,Verb,9,9,3,implement,12.11,1.00,12.11,1.00,none,none,none, implementation,implementation,0.18,Noun,14,13,5,implementation,13.38,0.89,13.38,0.89,none,none,none, implemented,implemented,0.27,Verb,11,11,4,implement,none,none,12.11,1.00,none,none,none, implementer,implementer,0.02,Noun,11,10,4,implementer,12.82,0.94,12.82,0.94,none,none,none, implementing,implementing,0.57,Verb,12,11,4,implement,none,none,12.11,1.00,none,none,none, implements,implements,0.29,Noun,10,10,3,implement,none,none,12.11,1.00,none,none,none, implicate,implicate,1.10,Verb,9,8,3,implicate,11.68,1.00,11.68,1.00,none,none,none, implicated,implicated,1.27,Verb,10,10,4,implicate,none,none,11.68,1.00,none,none,none, implicates,implicates,0.55,Verb,10,9,3,implicate,none,none,11.68,1.00,none,none,none, implicating,implicating,0.47,Verb,11,10,4,implicate,none,none,11.68,1.00,none,none,none, implication,implication,0.94,Noun,11,10,4,implication,12.22,1.00,12.22,1.00,11.61,none,none, implications,implications,1.55,Noun,12,11,4,implication,none,none,12.22,1.00,11.61,none,none, implicit,implicit,0.29,Adjective,8,8,3,implicit,14.58,1.00,14.58,1.00,none,none,none, implied,implied,2.14,Verb,7,6,2,imply,none,none,10.78,1.00,none,none,none,11.09 implies,implies,1.57,Verb,7,6,2,imply,none,none,10.78,1.00,none,none,none,11.09 implode,implode,0.33,Verb,7,6,2,implode,13.83,0.90,13.83,0.90,12.40,none,none, imploded,imploded,0.22,Verb,8,8,3,implode,none,none,13.83,0.90,12.40,none,none, implodes,implodes,0.04,Verb,8,7,2,implode,none,none,13.83,0.90,12.40,none,none, imploding,imploding,0.16,Verb,9,8,3,implode,none,none,13.83,0.90,12.40,none,none, implore,implore,1.04,Verb,7,6,2,implore,12.44,0.95,12.44,0.95,10.68,none,none,12.96 implored,implored,0.10,Verb,8,7,2,implore,none,none,12.44,0.95,10.68,none,none,12.96 imploring,imploring,0.06,Verb,9,8,3,implore,none,none,12.44,0.95,10.68,none,none,12.96 implosion,implosion,0.75,Noun,9,8,3,implosion,12.85,1.00,12.85,1.00,none,none,none, implosions,implosions,0.08,Noun,10,10,4,implosion,none,none,12.85,1.00,none,none,none, implosive,implosive,0.12,Adjective,9,8,3,implosive,12.50,1.00,12.50,1.00,none,none,none, imply,imply,2.69,Verb,5,5,2,imply,10.78,1.00,10.78,1.00,none,none,none,11.09 implying,implying,2.88,Verb,8,7,3,imply,none,none,10.78,1.00,none,none,none,11.09 impolite,impolite,1.29,Adjective,8,7,3,impolite,7.26,1.00,7.26,1.00,none,none,none, impoliteness,impoliteness,0.04,Noun,12,10,4,impoliteness,9.06,0.95,9.06,0.95,none,none,none, import,import,2.18,Noun,6,6,2,import,10.37,1.00,10.37,1.00,none,9.62,none,10.60 importance,importance,7.65,Noun,10,9,3,importance,6.80,1.00,6.80,1.00,none,8.09,none, important,important,207.59,Adjective,9,9,3,important,5.79,1.00,5.79,1.00,none,none,none, importation,importation,0.08,Noun,11,10,4,importation,12.19,0.89,12.19,0.89,none,none,none, importer,importer,0.25,Noun,8,7,3,importer,11.39,0.95,11.39,0.95,none,none,none, importers,importers,0.08,Noun,9,8,3,importer,none,none,11.39,0.95,none,none,none, importing,importing,0.35,Verb,9,8,3,import,none,none,10.37,1.00,none,9.62,none,10.60 imports,imports,0.75,Noun,7,7,2,import,none,none,10.37,1.00,none,9.62,none,10.60 importunate,importunate,0.04,Adjective,11,9,4,importunate,15.86,0.35,15.86,0.35,none,none,none, importune,importune,0.04,Noun,9,7,3,importune,11.54,0.72,11.54,0.72,none,none,none, importunity,importunity,Err:512,Err:512,11,10,5,importunity,15.67,0.43,15.67,0.43,none,none,none, impose,impose,2.84,Verb,6,5,2,impose,12.26,1.00,12.26,1.00,none,10.87,none,10.41 imposed,imposed,1.29,Verb,7,6,2,impose,none,none,12.26,1.00,none,10.87,none,10.41 imposes,imposes,0.06,Verb,7,7,3,impose,none,none,12.26,1.00,none,10.87,none,10.41 imposition,imposition,0.76,Noun,10,9,4,imposition,12.15,1.00,12.15,1.00,none,none,none, impossibility,impossibility,0.69,Noun,13,12,6,impossibility,9.50,1.00,9.50,1.00,none,none,none, impossible,impossible,59.12,Adjective,10,9,4,impossible,7.32,1.00,7.32,1.00,none,7.18,none, imposter,imposter,0.71,Noun,8,7,3,impostor,none,none,10.37,1.00,none,none,none, imposters,imposters,0.08,Noun,9,8,3,impostor,none,none,10.37,1.00,none,none,none, impostor,impostor,1.98,Noun,8,7,3,impostor,10.37,1.00,10.37,1.00,none,none,none, impostors,impostors,0.14,Noun,9,8,3,impostor,none,none,10.37,1.00,none,none,none, impotence,impotence,0.65,Noun,9,8,3,impotence,16.61,0.95,16.61,0.95,none,none,none, impotency,impotency,0.04,Noun,9,9,4,impotency,14.00,0.83,14.00,0.83,none,none,none, impotent,impotent,2.08,Adjective,8,8,3,impotent,14.84,0.95,14.84,0.95,none,none,none, impound,impound,1.67,Noun,7,6,2,impound,12.53,1.00,12.53,1.00,none,none,none,11.59 impounded,impounded,1.02,Verb,9,8,3,impound,none,none,12.53,1.00,none,none,none,11.59 impounding,impounding,0.18,Verb,10,8,3,impound,none,none,12.53,1.00,none,none,none,11.59 impounds,impounds,0.06,Verb,8,7,2,impound,none,none,12.53,1.00,none,none,none,11.59 impoverish,impoverish,0.02,Verb,10,8,3,impoverish,12.56,1.00,12.56,1.00,none,none,none, impoverished,impoverished,0.57,Adjective,12,9,3,impoverished,13.26,0.95,13.26,0.95,none,none,none, impoverishes,impoverishes,0.02,Verb,12,10,4,impoverish,none,none,12.56,1.00,none,none,none, impoverishment,impoverishment,0.04,Noun,14,12,4,impoverishment,13.32,0.90,13.32,0.90,none,none,none, impracticable,impracticable,0.06,Adjective,13,13,5,impracticable,12.39,0.90,12.39,0.90,none,none,none, impractical,impractical,0.88,Adjective,11,11,4,impractical,11.44,1.00,11.44,1.00,none,none,none, impracticality,impracticality,0.02,Noun,14,14,6,impracticality,12.89,1.00,12.89,1.00,none,none,none, imprecise,imprecise,0.16,Adjective,9,8,3,imprecise,12.18,0.89,12.18,0.89,none,none,none, imprecision,imprecision,0.04,Noun,11,10,4,imprecision,14.06,0.89,14.06,0.89,none,none,none, impregnability,impregnability,Err:512,Err:512,14,14,6,impregnability,14.50,0.80,14.50,0.80,none,none,none, impregnable,impregnable,0.57,Adjective,11,11,4,impregnable,13.89,0.95,13.89,0.95,none,none,none, impregnate,impregnate,0.43,Verb,10,9,3,impregnate,12.95,1.00,12.95,1.00,none,none,none, impregnated,impregnated,0.61,Verb,11,11,4,impregnate,none,none,12.95,1.00,none,none,none, impregnating,impregnating,0.16,Verb,12,11,4,impregnate,none,none,12.95,1.00,none,none,none, impregnation,impregnation,0.02,Noun,12,11,4,impregnation,13.11,1.00,13.11,1.00,none,none,none, impresario,impresario,0.25,Noun,10,10,5,impresario,14.78,0.50,14.78,0.50,none,none,none, impress,impress,10.20,Verb,7,6,2,impress,10.17,1.00,10.17,1.00,none,9.22,none,8.70 impressed,impressed,19.06,Verb,9,7,2,impress,none,none,10.17,1.00,none,9.22,none,8.70 impresses,impresses,0.43,Verb,9,8,3,impress,none,none,10.17,1.00,none,9.22,none,8.70 impressing,impressing,0.43,Verb,10,8,3,impress,none,none,10.17,1.00,none,9.22,none,8.70 impression,impression,18.55,Noun,10,8,3,impression,9.33,1.00,9.33,1.00,none,9.60,none, impressionable,impressionable,0.84,Adjective,14,12,5,impressionable,9.74,1.00,9.74,1.00,none,none,none, impressionism,impressionism,0.12,Noun,13,12,5,impressionism,14.22,1.00,14.22,1.00,none,none,none, impressionist,impressionist,0.29,Adjective,13,11,4,impressionist,12.65,0.94,12.65,0.94,none,none,none, impressionistic,impressionistic,0.02,Adjective,15,13,5,impressionistic,12.50,0.67,12.50,0.67,none,none,none, impressionists,impressionists,0.02,Noun,14,12,4,impressionist,none,none,12.65,0.94,none,none,none, impressions,impressions,3.12,Noun,11,9,3,impression,none,none,9.33,1.00,none,9.60,none, impressive,impressive,16.96,Adjective,10,8,3,impressive,9.48,1.00,9.48,1.00,none,none,none, imprimatur,imprimatur,0.04,Noun,10,9,4,imprimatur,15.29,0.33,15.29,0.33,none,none,none, imprint,imprint,1.25,Noun,7,7,2,imprint,11.35,1.00,11.35,1.00,none,10.66,none,10.90 imprinted,imprinted,0.61,Verb,9,9,3,imprint,none,none,11.35,1.00,none,10.66,none,10.90 imprints,imprints,0.37,Noun,8,8,2,imprint,none,none,11.35,1.00,none,10.66,none,10.90 imprison,imprison,0.39,Verb,8,8,3,imprison,9.84,1.00,9.84,1.00,none,none,none, imprisoned,imprisoned,2.06,Verb,10,9,3,imprison,none,none,9.84,1.00,none,none,none, imprisoning,imprisoning,0.16,Verb,11,10,4,imprison,none,none,9.84,1.00,none,none,none, imprisonment,imprisonment,1.82,Noun,12,12,4,imprisonment,10.06,1.00,10.06,1.00,none,none,none, imprisons,imprisons,0.06,Verb,9,9,3,imprison,none,none,9.84,1.00,none,none,none, improbabilities,improbabilities,0.04,Noun,15,14,6,improbability,none,none,12.67,1.00,none,none,none, improbability,improbability,0.16,Noun,13,13,6,improbability,12.67,1.00,12.67,1.00,none,none,none, improbable,improbable,0.73,Adjective,10,10,4,improbable,12.32,1.00,12.32,1.00,none,none,none, improbity,improbity,0.06,Noun,9,9,4,improbity,13.20,0.56,13.20,0.56,none,none,none, impromptu,impromptu,0.84,Adjective,9,9,3,impromptu,13.61,0.95,13.61,0.95,none,none,none, improper,improper,1.12,Adjective,8,7,3,improper,9.42,1.00,9.42,1.00,none,none,none, improprieties,improprieties,0.20,Noun,13,12,5,impropriety,none,none,13.21,0.78,none,none,none, impropriety,impropriety,0.49,Noun,11,11,5,impropriety,13.21,0.78,13.21,0.78,none,none,none, improve,improve,8.10,Verb,7,6,2,improve,7.47,1.00,7.47,1.00,7.86,7.84,none,8.12 improved,improved,4.51,Verb,8,7,2,improve,none,none,7.47,1.00,7.86,7.84,none,8.12 improvement,improvement,3.88,Noun,11,10,3,improvement,8.05,1.00,8.05,1.00,none,8.77,none, improvements,improvements,1.14,Noun,12,11,3,improvement,none,none,8.05,1.00,none,8.77,none, improves,improves,0.63,Verb,8,7,2,improve,none,none,7.47,1.00,7.86,7.84,none,8.12 improvident,improvident,0.02,Adjective,11,11,4,improvident,15.91,0.58,15.91,0.58,none,none,none, improving,improving,2.33,Verb,9,8,3,improve,none,none,7.47,1.00,7.86,7.84,none,8.12 improvisation,improvisation,0.39,Noun,13,12,5,improvisation,13.25,0.95,13.25,0.95,none,none,none, improvisational,improvisational,0.06,Adjective,15,14,6,improvisational,13.06,0.94,13.06,0.94,none,none,none, improvise,improvise,2.49,Verb,9,8,3,improvise,9.68,1.00,9.68,1.00,none,none,none, improvised,improvised,0.57,Verb,10,9,3,improvise,none,none,9.68,1.00,none,none,none, improviser,improviser,0.02,Noun,10,9,4,improviser,11.11,1.00,11.11,1.00,none,none,none, improvises,improvises,0.08,Verb,10,10,4,improvise,none,none,9.68,1.00,none,none,none, improvising,improvising,0.65,Verb,11,10,4,improvise,none,none,9.68,1.00,none,none,none, imprudence,imprudence,0.02,Noun,10,9,3,imprudence,13.17,0.95,13.17,0.95,none,none,none, imprudent,imprudent,0.24,Adjective,9,9,3,imprudent,12.88,0.89,12.88,0.89,none,none,none, imps,imps,0.14,Noun,4,4,1,imp,none,none,11.47,0.94,none,none,12.39, impudence,impudence,0.51,Noun,9,9,3,impudence,15.56,0.80,15.56,0.80,none,none,none, impudent,impudent,0.73,Adjective,8,9,3,impudent,14.82,0.85,14.82,0.85,none,none,none, impugn,impugn,0.18,Verb,6,6,2,impugn,15.30,0.56,15.30,0.56,none,none,none, impugned,impugned,0.18,Verb,8,7,2,impugn,none,none,15.30,0.56,none,none,none, impugning,impugning,0.14,Verb,9,8,3,impugn,none,none,15.30,0.56,none,none,none, impugns,impugns,0.02,Verb,7,7,2,impugn,none,none,15.30,0.56,none,none,none, impulse,impulse,5.27,Noun,7,6,2,impulse,9.00,1.00,9.00,1.00,none,10.17,none,10.70 impulses,impulses,2.14,Noun,8,8,3,impulse,none,none,9.00,1.00,none,10.17,none,10.70 impulsion,impulsion,Err:512,Err:512,9,9,4,impulsion,13.82,0.55,13.82,0.55,none,none,none, impulsions,impulsions,0.02,Noun,10,10,4,impulsion,none,none,13.82,0.55,none,none,none, impulsive,impulsive,2.69,Adjective,9,8,3,impulsive,10.39,1.00,10.39,1.00,none,none,none, impulsiveness,impulsiveness,0.14,Noun,13,11,4,impulsiveness,13.50,1.00,13.50,1.00,none,none,none, impulsivity,impulsivity,0.04,Noun,11,11,5,impulsivity,13.21,1.00,13.21,1.00,none,none,none, impunity,impunity,0.35,Noun,8,9,4,impunity,12.71,0.94,12.71,0.94,none,12.96,none, impure,impure,0.80,Adjective,6,6,2,impure,11.53,1.00,11.53,1.00,none,none,none, impurities,impurities,0.37,Noun,10,10,4,impurity,none,none,10.28,1.00,none,none,none, impurity,impurity,0.14,Noun,8,9,4,impurity,10.28,1.00,10.28,1.00,none,none,none, imputation,imputation,0.04,Noun,10,10,4,imputation,15.57,0.35,15.57,0.35,none,none,none, imputations,imputations,0.08,Noun,11,11,4,imputation,none,none,15.57,0.35,none,none,none, impute,impute,0.02,Verb,6,6,2,impute,15.47,0.79,15.47,0.79,none,none,none, imputes,imputes,0.02,Verb,7,7,2,impute,none,none,15.47,0.79,none,none,none, in,in,9773.41,Preposition,2,2,1,in,3.69,1.00,3.69,1.00,4.15,none,3.43, inabilities,inabilities,0.04,Noun,11,10,5,inability,none,none,10.67,1.00,none,none,none, inability,inability,1.59,Noun,9,9,5,inability,10.67,1.00,10.67,1.00,none,none,none, inacceptable,inacceptable,0.02,Adjective,12,12,5,inacceptable,10.39,0.95,10.39,0.95,none,none,none, inaccessibility,inaccessibility,0.06,Noun,15,14,7,inaccessibility,9.89,1.00,9.89,1.00,none,none,none, inaccessible,inaccessible,0.39,Adjective,12,11,5,inaccessible,10.94,1.00,10.94,1.00,none,none,none, inaccuracies,inaccuracies,0.02,Noun,12,10,5,inaccuracy,none,none,10.84,1.00,none,none,none, inaccuracy,inaccuracy,0.04,Noun,10,9,5,inaccuracy,10.84,1.00,10.84,1.00,none,none,none, inaccurate,inaccurate,0.51,Adjective,10,8,4,inaccurate,10.41,1.00,10.41,1.00,none,none,none, inaction,inaction,0.14,Noun,8,7,3,inaction,10.72,1.00,10.72,1.00,none,11.55,none, inactions,inactions,0.02,Noun,9,8,3,inaction,none,none,10.72,1.00,none,11.55,none, inactive,inactive,0.67,Adjective,8,7,3,inactive,9.33,1.00,9.33,1.00,none,none,none, inactivity,inactivity,0.06,Noun,10,10,5,inactivity,10.45,1.00,10.45,1.00,none,none,none, inadequacies,inadequacies,0.20,Noun,12,11,5,inadequacy,none,none,12.68,1.00,none,none,none, inadequacy,inadequacy,0.33,Noun,10,10,5,inadequacy,12.68,1.00,12.68,1.00,none,none,none, inadequate,inadequate,1.86,Adjective,10,9,4,inadequate,11.95,1.00,11.95,1.00,none,none,none, inadmissible,inadmissible,0.67,Adjective,12,11,5,inadmissible,13.74,1.00,13.74,1.00,none,none,none, inadvertence,inadvertence,0.02,Noun,12,10,4,inadvertence,13.53,0.94,13.53,0.94,none,none,none, inadvertency,inadvertency,0.02,Noun,12,11,5,inadvertency,15.23,0.68,15.23,0.68,none,none,none, inadvertent,inadvertent,0.22,Adjective,11,10,4,inadvertent,13.21,0.89,13.21,0.89,none,none,none, inadvisable,inadvisable,0.08,Adjective,11,11,5,inadvisable,14.16,0.95,14.16,0.95,none,none,none, inalienability,inalienability,Err:512,Err:512,14,14,8,inalienability,14.25,0.84,14.25,0.84,none,none,none, inalienable,inalienable,0.39,Adjective,11,11,5,inalienable,10.31,0.72,10.31,0.72,none,none,none, inamorata,inamorata,0.06,Noun,9,9,5,inamorata,16.12,0.42,16.12,0.42,none,none,none, inane,inane,0.43,Adjective,5,4,2,inane,16.53,0.83,16.53,0.83,none,none,none, inanimate,inanimate,0.75,Adjective,9,8,4,inanimate,12.16,1.00,12.16,1.00,none,none,none, inanities,inanities,0.02,Noun,9,8,4,inanity,none,none,15.00,0.53,none,none,none, inanition,inanition,Err:512,Err:512,9,8,4,inanition,14.00,0.05,14.00,0.05,none,none,none, inanity,inanity,0.02,Noun,7,7,4,inanity,15.00,0.53,15.00,0.53,none,none,none, inapplicable,inapplicable,0.04,Adjective,12,11,5,inapplicable,11.89,1.00,11.89,1.00,none,none,none, inappropriate,inappropriate,6.63,Adjective,13,11,5,inappropriate,10.16,1.00,10.16,1.00,none,none,none, inappropriateness,inappropriateness,0.02,Noun,17,14,6,inappropriateness,10.00,0.90,10.00,0.90,none,none,none, inarguable,inarguable,0.02,Adjective,10,11,5,inarguable,12.44,1.00,12.44,1.00,none,none,none, inarticulate,inarticulate,0.25,Adjective,12,12,5,inarticulate,13.87,0.83,13.87,0.83,none,none,none, inartistic,inartistic,0.02,Adjective,10,10,4,inartistic,11.94,0.95,11.94,0.95,none,none,none, inattention,inattention,0.06,Noun,11,9,4,inattention,10.65,1.00,10.65,1.00,none,none,none, inattentive,inattentive,0.08,Adjective,11,9,4,inattentive,11.90,1.00,11.90,1.00,none,none,none, inaudible,inaudible,0.57,Adjective,9,8,4,inaudible,12.84,1.00,12.84,1.00,none,none,none, inaugural,inaugural,0.39,Adjective,9,7,4,inaugural,11.85,0.95,11.85,0.95,none,none,none, inaugurate,inaugurate,0.10,Verb,10,8,4,inaugurate,11.71,0.94,11.71,0.94,none,none,none, inaugurated,inaugurated,0.14,Verb,11,9,5,inaugurate,none,none,11.71,0.94,none,none,none, inaugurates,inaugurates,0.02,Noun,11,9,4,inaugurate,none,none,11.71,0.94,none,none,none, inauguration,inauguration,0.22,Noun,12,10,5,inauguration,11.22,0.95,11.22,0.95,none,12.49,none, inauspicious,inauspicious,0.10,Adjective,12,9,4,inauspicious,16.25,0.84,16.25,0.84,none,none,none, inauthentic,inauthentic,0.04,Adjective,11,9,4,inauthentic,12.37,1.00,12.37,1.00,none,none,none, inboard,inboard,0.20,Adjective,7,6,2,inboard,10.44,0.84,10.44,0.84,none,none,none, inborn,inborn,0.08,Adjective,6,6,2,inborn,13.00,0.79,13.00,0.79,none,none,none, inbound,inbound,1.22,Noun,7,6,2,inbound,11.26,1.00,11.26,1.00,none,none,none, inbounds,inbounds,0.31,Noun,8,7,2,inbound,none,none,11.26,1.00,none,none,none, inbox,inbox,0.10,Noun,5,6,2,inbox,12.84,1.00,12.84,1.00,none,none,none, inbred,inbred,0.69,Adjective,6,6,2,inbred,12.68,1.00,12.68,1.00,none,none,none,12.32 inbreeding,inbreeding,0.29,Noun,10,8,3,inbreeding,13.50,1.00,13.50,1.00,none,none,none, incalculable,incalculable,0.24,Adjective,12,13,5,incalculable,14.50,0.95,14.50,0.95,none,none,none, incandescence,incandescence,0.14,Noun,13,11,4,incandescence,12.22,0.95,12.22,0.95,none,none,none, incandescent,incandescent,0.33,Adjective,12,11,4,incandescent,15.44,0.90,15.44,0.90,none,none,none, incantation,incantation,0.55,Noun,11,10,4,incantation,12.11,0.95,12.11,0.95,none,12.81,none, incantations,incantations,0.29,Noun,12,11,4,incantation,none,none,12.11,0.95,none,12.81,none, incapability,incapability,Err:512,Err:512,12,12,6,incapability,12.39,0.90,12.39,0.90,none,none,none, incapable,incapable,3.39,Adjective,9,9,4,incapable,11.50,1.00,11.50,1.00,none,none,none, incapacitate,incapacitate,0.22,Verb,12,11,5,incapacitate,13.29,0.89,13.29,0.89,none,none,none, incapacitated,incapacitated,0.94,Verb,13,13,6,incapacitate,none,none,13.29,0.89,none,none,none, incapacitates,incapacitates,0.04,Verb,13,12,5,incapacitate,none,none,13.29,0.89,none,none,none, incapacitation,incapacitation,0.02,Noun,14,13,6,incapacitation,15.06,0.95,15.06,0.95,none,none,none, incapacities,incapacities,0.02,Noun,12,11,5,incapacity,none,none,13.05,1.00,none,none,none, incapacity,incapacity,0.25,Noun,10,10,5,incapacity,13.05,1.00,13.05,1.00,none,none,none, incarcerate,incarcerate,0.20,Verb,11,9,4,incarcerate,11.94,0.95,11.94,0.95,none,none,none, incarcerated,incarcerated,1.00,Verb,12,11,5,incarcerate,none,none,11.94,0.95,none,none,none, incarcerating,incarcerating,0.08,Verb,13,11,5,incarcerate,none,none,11.94,0.95,none,none,none, incarceration,incarceration,0.78,Noun,13,11,5,incarceration,13.28,0.95,13.28,0.95,none,none,none, incarnadine,incarnadine,0.04,Verb,11,10,4,incarnadine,16.88,0.44,16.88,0.44,none,none,none, incarnate,incarnate,0.43,Verb,9,8,3,incarnate,12.72,1.00,12.72,1.00,none,none,none, incarnated,incarnated,0.04,Verb,10,10,4,incarnate,none,none,12.72,1.00,none,none,none, incarnation,incarnation,0.35,Noun,11,10,4,incarnation,11.95,0.95,11.95,0.95,none,none,none, incarnations,incarnations,0.08,Noun,12,11,4,incarnation,none,none,11.95,0.95,none,none,none, incase,encase,0.18,Noun,6,5,2,incase,10.44,0.89,10.44,0.89,none,none,none, incautious,incautious,0.02,Adjective,10,7,3,incautious,14.44,0.80,14.44,0.80,none,none,none, incendiaries,incendiaries,0.08,Noun,12,11,5,incendiary,none,none,12.14,0.67,none,none,none, incendiary,incendiary,0.73,Adjective,10,10,5,incendiary,12.14,0.67,12.14,0.67,none,none,none, incense,incense,1.80,Noun,7,6,2,incense,10.45,0.95,10.45,0.95,none,none,none,11.09 incensed,incensed,0.20,Verb,8,7,2,incense,none,none,10.45,0.95,none,none,none,11.09 incenses,incenses,0.02,Noun,8,8,3,incense,none,none,10.45,0.95,none,none,none,11.09 incentive,incentive,1.96,Noun,9,8,3,incentive,12.55,1.00,12.55,1.00,none,none,none, incentives,incentives,0.24,Noun,10,9,3,incentive,none,none,12.55,1.00,none,none,none, incept,incept,0.10,Verb,6,6,2,incept,12.92,0.68,12.92,0.68,none,none,none, inception,inception,0.41,Noun,9,8,3,inception,14.11,1.00,14.11,1.00,none,none,none, incertitude,incertitude,Err:512,Err:512,11,9,4,incertitude,18.33,0.30,18.33,0.30,none,none,none, incessant,incessant,0.45,Adjective,9,8,3,incessant,12.71,0.78,12.71,0.78,none,none,none, incest,incest,0.86,Noun,6,6,2,incest,12.26,1.00,12.26,1.00,none,none,none,12.53 incestuous,incestuous,0.37,Adjective,10,9,3,incestuous,13.44,0.89,13.44,0.89,none,none,none, inch,inch,12.37,Noun,4,3,1,inch,5.11,1.00,5.11,1.00,5.69,7.47,6.33, inched,inched,0.02,Verb,6,4,1,inch,none,none,5.11,1.00,5.69,7.47,6.33, inches,inches,12.94,Noun,6,5,2,inch,none,none,5.11,1.00,5.69,7.47,6.33, inching,inching,0.12,Verb,7,5,2,inch,none,none,5.11,1.00,5.69,7.47,6.33, inchoate,inchoate,0.06,Verb,8,6,3,inchoate,16.90,0.53,16.90,0.53,none,none,none, inchworm,inchworm,0.24,Noun,8,6,2,inchworm,6.63,1.00,6.63,1.00,none,none,none, incidence,incidence,0.35,Noun,9,8,3,incidence,12.17,0.95,12.17,0.95,none,none,none, incidences,incidences,0.04,Noun,10,10,4,incidence,none,none,12.17,0.95,none,none,none, incident,incident,17.31,Noun,8,8,3,incident,10.10,1.00,10.10,1.00,none,9.07,none, incidental,incidental,0.55,Adjective,10,10,4,incidental,9.06,1.00,9.06,1.00,none,none,none, incidentally,incidentally,3.78,Adverb,12,11,5,incidentally,10.47,0.95,10.47,0.95,none,none,none, incidentals,incidentals,0.27,Noun,11,11,4,incidental,none,none,9.06,1.00,none,none,none, incidents,incidents,2.65,Noun,9,9,3,incident,none,none,10.10,1.00,none,9.07,none, incinerate,incinerate,0.35,Verb,10,8,4,incinerate,11.37,1.00,11.37,1.00,none,none,none, incinerated,incinerated,0.59,Verb,11,10,5,incinerate,none,none,11.37,1.00,none,none,none, incinerates,incinerates,0.02,Noun,11,10,4,incinerate,none,none,11.37,1.00,none,none,none, incinerating,incinerating,0.06,Verb,12,10,5,incinerate,none,none,11.37,1.00,none,none,none, incineration,incineration,0.10,Noun,12,10,5,incineration,12.06,0.95,12.06,0.95,none,none,none, incinerator,incinerator,0.75,Noun,11,9,5,incinerator,12.19,1.00,12.19,1.00,none,none,none, incinerators,incinerators,0.10,Noun,12,10,5,incinerator,none,none,12.19,1.00,none,none,none, incipient,incipient,0.08,Adjective,9,9,4,incipient,13.87,0.83,13.87,0.83,none,none,none, incise,incise,0.20,Verb,6,5,2,incise,13.77,0.62,13.77,0.62,none,none,none, incised,incised,0.27,Adjective,7,6,2,incised,11.44,0.45,11.44,0.45,none,none,none, incision,incision,2.37,Noun,8,7,3,incision,11.72,1.00,11.72,1.00,none,none,none, incisions,incisions,0.18,Noun,9,8,3,incision,none,none,11.72,1.00,none,none,none, incisive,incisive,0.16,Adjective,8,7,3,incisive,13.50,0.89,13.50,0.89,none,none,none, incisor,incisor,0.16,Noun,7,6,3,incisor,10.70,1.00,10.70,1.00,none,none,none, incisors,incisors,0.18,Noun,8,7,3,incisor,none,none,10.70,1.00,none,none,none, incite,incite,0.41,Verb,6,5,2,incite,13.12,0.89,13.12,0.89,none,none,none, incited,incited,0.16,Verb,7,7,3,incite,none,none,13.12,0.89,none,none,none, incitement,incitement,0.24,Noun,10,9,3,incitement,14.57,0.70,14.57,0.70,none,none,none, incites,incites,0.06,Verb,7,6,2,incite,none,none,13.12,0.89,none,none,none, inciting,inciting,0.45,Verb,8,7,3,incite,none,none,13.12,0.89,none,none,none, inclemency,inclemency,0.00,Err:512,10,10,4,inclemency,14.86,0.65,14.86,0.65,none,none,none, inclement,inclement,0.16,Noun,9,9,3,inclement,12.79,0.95,12.79,0.95,none,none,none, inclination,inclination,0.82,Noun,11,10,4,inclination,11.88,0.94,11.88,0.94,none,none,none, inclinations,inclinations,0.22,Noun,12,11,4,inclination,none,none,11.88,0.94,none,none,none, incline,incline,0.37,Noun,7,6,2,incline,10.90,1.00,10.90,1.00,none,9.87,none, inclined,inclined,3.31,Adjective,8,7,2,inclined,10.63,1.00,10.63,1.00,none,none,none, inclines,inclines,0.02,Noun,8,7,2,incline,none,none,10.90,1.00,none,9.87,none, include,include,11.14,Verb,7,6,2,include,6.47,1.00,6.47,1.00,none,none,none,7.88 included,included,7.49,Verb,8,8,3,include,none,none,6.47,1.00,none,none,none,7.88 includes,includes,5.27,Verb,8,7,2,include,none,none,6.47,1.00,none,none,none,7.88 including,including,27.55,Preposition,9,8,3,prep,none,none,9.24,0.94,none,none,none, inclusion,inclusion,0.20,Noun,9,8,3,inclusion,12.18,0.94,12.18,0.94,none,none,none, inclusions,inclusions,0.08,Noun,10,9,3,inclusion,none,none,12.18,0.94,none,none,none, inclusive,inclusive,0.22,Adjective,9,8,3,inclusive,11.89,1.00,11.89,1.00,none,none,none, inclusiveness,inclusiveness,0.02,Noun,13,11,4,inclusiveness,13.72,1.00,13.72,1.00,none,none,none, incognita,incognita,0.04,Noun,9,8,4,incognita,13.89,0.50,13.89,0.50,none,none,none, incognizant,incognizant,0.02,Adjective,11,11,4,incognizant,14.73,0.83,14.73,0.83,none,none,none, incoherent,incoherent,0.53,Adjective,10,10,4,incoherent,13.84,1.00,13.84,1.00,none,none,none, income,income,7.41,Noun,6,5,2,income,9.67,1.00,9.67,1.00,none,9.98,none,10.22 incomes,incomes,0.22,Noun,7,6,2,income,none,none,9.67,1.00,none,9.98,none,10.22 incoming,incoming,6.18,Adjective,8,7,3,incoming,9.00,1.00,9.00,1.00,none,none,none, incommunicability,incommunicability,0.02,Noun,17,17,8,incommunicability,13.47,1.00,13.47,1.00,none,none,none, incommunicative,incommunicative,0.02,Adjective,15,14,6,incommunicative,12.21,1.00,12.21,1.00,none,none,none, incomparable,incomparable,0.94,Adjective,12,11,5,incomparable,12.55,0.95,12.55,0.95,none,none,none, incompatibility,incompatibility,0.14,Noun,15,15,7,incompatibility,12.16,1.00,12.16,1.00,none,none,none, incompatible,incompatible,0.55,Adjective,12,12,5,incompatible,11.42,1.00,11.42,1.00,none,none,none, incompetence,incompetence,1.49,Noun,12,11,4,incompetence,11.74,1.00,11.74,1.00,none,none,none, incompetency,incompetency,0.02,Noun,12,12,5,incompetency,12.11,1.00,12.11,1.00,none,none,none, incompetent,incompetent,3.80,Adjective,11,11,4,incompetent,11.42,1.00,11.42,1.00,none,none,none, incompetents,incompetents,0.20,Noun,12,12,4,incompetent,none,none,11.42,1.00,none,none,none, incomplete,incomplete,2.14,Adjective,10,9,3,incomplete,7.95,1.00,7.95,1.00,none,none,none, incompleteness,incompleteness,0.02,Noun,14,12,4,incompleteness,12.85,1.00,12.85,1.00,none,none,none, incomprehensible,incomprehensible,0.82,Adjective,16,16,6,incomprehensible,11.42,1.00,11.42,1.00,none,none,none, incomprehension,incomprehension,0.06,Noun,15,14,5,incomprehension,13.44,1.00,13.44,1.00,none,none,none, inconceivability,inconceivability,0.02,Noun,16,15,7,inconceivability,12.94,0.95,12.94,0.95,none,none,none, inconceivable,inconceivable,0.90,Adjective,13,12,5,inconceivable,11.05,1.00,11.05,1.00,none,none,none, inconclusive,inconclusive,0.82,Adjective,12,11,4,inconclusive,12.32,1.00,12.32,1.00,none,none,none, incongruity,incongruity,0.02,Noun,11,10,5,incongruity,13.56,0.89,13.56,0.89,none,13.11,none, incongruous,incongruous,0.14,Adjective,11,9,4,incongruous,14.15,0.72,14.15,0.72,none,none,none, inconsequence,inconsequence,0.02,Noun,13,12,4,inconsequence,14.75,0.89,14.75,0.89,none,none,none, inconsequential,inconsequential,0.43,Adjective,15,14,5,inconsequential,13.80,0.83,13.80,0.83,none,none,none, inconsequentiality,inconsequentiality,0.04,Noun,18,17,7,inconsequentiality,15.11,1.00,15.11,1.00,none,none,none, inconsiderable,inconsiderable,0.02,Adjective,14,13,6,inconsiderable,10.78,1.00,10.78,1.00,none,none,none, inconsiderate,inconsiderate,1.43,Adjective,13,11,5,inconsiderate,9.72,1.00,9.72,1.00,none,none,none, inconsideration,inconsideration,0.02,Noun,15,13,6,inconsideration,10.05,1.00,10.05,1.00,none,none,none, inconsistencies,inconsistencies,0.49,Noun,15,14,5,inconsistency,none,none,11.94,0.94,none,none,none, inconsistency,inconsistency,0.25,Noun,13,13,5,inconsistency,11.94,0.94,11.94,0.94,none,none,none, inconsistent,inconsistent,1.08,Adjective,12,12,4,inconsistent,10.70,1.00,10.70,1.00,none,none,none, inconsolable,inconsolable,0.29,Adjective,12,12,5,inconsolable,10.65,0.94,10.65,0.94,none,none,none, inconspicuous,inconspicuous,0.65,Adjective,13,12,4,inconspicuous,12.67,1.00,12.67,1.00,none,none,none, inconstant,inconstant,0.08,Adjective,10,10,3,inconstant,10.59,0.89,10.59,0.89,none,none,none, incontestable,incontestable,0.02,Adjective,13,13,5,incontestable,15.06,0.89,15.06,0.89,none,none,none, incontinence,incontinence,0.22,Noun,12,11,4,incontinence,14.41,0.89,14.41,0.89,none,none,none, incontinent,incontinent,0.35,Adjective,11,11,4,incontinent,14.18,0.89,14.18,0.89,none,none,none, incontrovertible,incontrovertible,0.39,Adjective,16,15,6,incontrovertible,13.25,0.60,13.25,0.60,none,none,none, inconvenience,inconvenience,4.43,Noun,13,12,4,inconvenience,9.37,1.00,9.37,1.00,none,none,none, inconvenienced,inconvenienced,0.61,Verb,14,13,4,inconvenience,none,none,9.37,1.00,none,none,none, inconveniences,inconveniences,0.29,Noun,14,14,5,inconvenience,none,none,9.37,1.00,none,none,none, inconveniencing,inconveniencing,0.24,Verb,15,14,5,inconvenience,none,none,9.37,1.00,none,none,none, inconvenient,inconvenient,1.63,Adjective,12,12,4,inconvenient,9.58,1.00,9.58,1.00,none,none,none, inconvertible,inconvertible,0.02,Adjective,13,12,5,inconvertible,12.32,0.90,12.32,0.90,none,none,none, incorporate,incorporate,0.76,Verb,11,9,4,incorporate,13.67,1.00,13.67,1.00,none,none,none, incorporated,incorporated,1.47,Verb,12,11,5,incorporate,none,none,13.67,1.00,none,none,none, incorporates,incorporates,0.14,Verb,12,10,4,incorporate,none,none,13.67,1.00,none,none,none, incorporating,incorporating,0.24,Verb,13,11,5,incorporate,none,none,13.67,1.00,none,none,none, incorporation,incorporation,0.25,Noun,13,11,5,incorporation,13.11,1.00,13.11,1.00,none,none,none, incorporeal,incorporeal,0.02,Adjective,11,11,5,incorporeal,15.38,0.68,15.38,0.68,none,none,none, incorrect,incorrect,2.22,Adjective,9,7,3,incorrect,6.65,1.00,6.65,1.00,none,none,none, incorrigibility,incorrigibility,Err:512,Err:512,15,14,7,incorrigibility,13.29,0.70,13.29,0.70,none,none,none, incorrigible,incorrigible,0.76,Adjective,12,11,5,incorrigible,12.57,0.78,12.57,0.78,none,none,none, incorrupt,incorrupt,0.04,Noun,9,8,3,incorrupt,13.18,0.81,13.18,0.81,none,none,none, incorruptibility,incorruptibility,0.04,Noun,16,15,7,incorruptibility,13.58,1.00,13.58,1.00,none,none,none, incorruptible,incorruptible,0.22,Adjective,13,12,5,incorruptible,12.90,1.00,12.90,1.00,none,none,none, incorruption,incorruption,0.04,Noun,12,10,4,incorruption,14.00,0.83,14.00,0.83,none,none,none, increase,increase,8.55,Verb,8,6,2,increase,7.42,1.00,7.42,1.00,7.47,8.34,none,8.12 increases,increases,1.94,Verb,9,8,3,increase,none,none,7.42,1.00,7.47,8.34,none,8.12 incredibility,incredibility,Err:512,Err:512,13,13,6,incredibility,11.06,0.80,11.06,0.80,none,none,none, incredible,incredible,37.80,Adjective,10,10,4,incredible,8.80,1.00,8.80,1.00,none,none,none, incredulity,incredulity,0.04,Noun,11,11,5,incredulity,12.94,0.94,12.94,0.94,none,12.81,none, incredulous,incredulous,0.16,Adjective,11,10,4,incredulous,13.12,0.84,13.12,0.84,none,none,none, increment,increment,0.04,Noun,9,9,3,increment,10.67,1.00,10.67,1.00,none,none,none, incremental,incremental,0.06,Adjective,11,11,4,incremental,11.50,1.00,11.50,1.00,none,none,none, increments,increments,0.24,Noun,10,10,3,increment,none,none,10.67,1.00,none,none,none, incriminate,incriminate,0.75,Verb,11,10,4,incriminate,11.82,0.94,11.82,0.94,none,none,none, incriminated,incriminated,0.14,Verb,12,12,5,incriminate,none,none,11.82,0.94,none,none,none, incriminates,incriminates,0.10,Verb,12,11,4,incriminate,none,none,11.82,0.94,none,none,none, incriminating,incriminating,1.24,Adjective,13,12,5,incriminating,11.68,0.90,11.68,0.90,none,none,none, incrustations,incrustations,0.02,Noun,13,12,4,encrustation,none,none,11.67,0.79,none,none,none, incubate,incubate,0.10,Verb,8,8,3,incubate,11.35,0.94,11.35,0.94,none,none,none, incubated,incubated,0.24,Verb,9,10,4,incubate,none,none,11.35,0.94,none,none,none, incubates,incubates,0.04,Verb,9,9,3,incubate,none,none,11.35,0.94,none,none,none, incubating,incubating,0.10,Verb,10,10,4,incubate,none,none,11.35,0.94,none,none,none, incubation,incubation,0.41,Noun,10,10,4,incubation,11.17,1.00,11.17,1.00,none,none,none, incubator,incubator,1.00,Noun,9,9,4,incubator,10.00,1.00,10.00,1.00,none,none,none, incubators,incubators,0.14,Noun,10,10,4,incubator,none,none,10.00,1.00,none,none,none, incubi,incubi,0.04,Noun,6,7,3,incubus,none,none,13.94,1.00,none,none,none, incubus,incubus,0.16,Noun,7,8,3,incubus,13.94,1.00,13.94,1.00,none,none,none, inculcation,inculcation,0.02,Noun,11,10,4,inculcation,16.89,0.50,16.89,0.50,none,none,none, inculpable,inculpable,Err:512,Err:512,10,10,4,inculpable,15.73,0.61,15.73,0.61,none,none,none, inculpate,inculpate,Err:512,Err:512,9,8,3,inculpate,17.50,0.32,17.50,0.32,none,none,none, incumbent,incumbent,0.67,Adjective,9,9,3,incumbent,14.33,0.90,14.33,0.90,none,none,none, incumbents,incumbents,0.02,Noun,10,10,3,incumbent,none,none,14.33,0.90,none,none,none, incunabulum,incunabulum,Err:512,Err:512,11,13,5,incunabulum,15.00,0.05,15.00,0.05,none,none,none, incur,incur,0.55,Verb,5,4,2,incur,13.75,0.95,13.75,0.95,none,none,none,12.96 incurable,incurable,1.02,Adjective,9,10,4,incurable,10.11,1.00,10.11,1.00,none,none,none, incurables,incurables,0.04,Noun,10,9,4,incurable,none,none,10.11,1.00,none,none,none, incurred,incurred,0.53,Verb,8,5,2,incur,none,none,13.75,0.95,none,none,none,12.96 incurring,incurring,0.12,Verb,9,6,3,incur,none,none,13.75,0.95,none,none,none,12.96 incurs,incurs,0.08,Verb,6,5,2,incur,none,none,13.75,0.95,none,none,none,12.96 incursion,incursion,0.25,Noun,9,7,3,incursion,15.43,0.78,15.43,0.78,none,12.96,none, incursions,incursions,0.08,Noun,10,8,3,incursion,none,none,15.43,0.78,none,12.96,none, indebted,indebted,1.16,Adjective,8,7,3,indebted,12.67,0.95,12.67,0.95,none,none,none, indebtedness,indebtedness,0.06,Noun,12,10,4,indebtedness,12.40,0.83,12.40,0.83,none,none,none, indecencies,indecencies,0.02,Noun,11,10,4,indecency,none,none,12.15,1.00,none,none,none, indecency,indecency,0.25,Noun,9,9,4,indecency,12.15,1.00,12.15,1.00,none,none,none, indecent,indecent,1.78,Adjective,8,8,3,indecent,12.06,1.00,12.06,1.00,none,none,none, indecipherable,indecipherable,0.10,Adjective,14,12,6,indecipherable,12.89,1.00,12.89,1.00,none,none,none, indecision,indecision,0.43,Noun,10,9,4,indecision,10.72,1.00,10.72,1.00,none,none,none, indecisive,indecisive,0.53,Adjective,10,9,4,indecisive,11.67,1.00,11.67,1.00,none,none,none, indecisiveness,indecisiveness,0.02,Noun,14,12,5,indecisiveness,10.33,1.00,10.33,1.00,none,none,none, indeclinable,indeclinable,0.06,Adjective,12,12,5,indeclinable,12.38,0.65,12.38,0.65,none,none,none, indecorous,indecorous,0.06,Adjective,10,9,4,indecorous,16.00,0.39,16.00,0.39,none,none,none, indeed,indeed,40.49,Adverb,6,5,2,indeed,7.74,1.00,7.74,1.00,none,none,none,9.05 indefatigable,indefatigable,0.08,Adjective,13,13,6,indefatigable,15.40,0.75,15.40,0.75,none,none,none, indefeasible,indefeasible,Err:512,Err:512,12,11,5,indefeasible,15.00,0.37,15.00,0.37,none,none,none, indefensible,indefensible,0.18,Adjective,12,12,5,indefensible,11.67,1.00,11.67,1.00,none,none,none, indefinable,indefinable,0.10,Adjective,11,11,5,indefinable,11.88,0.89,11.88,0.89,none,none,none, indefinite,indefinite,0.39,Adjective,10,9,4,indefinite,11.16,1.00,11.16,1.00,none,none,none, indelible,indelible,0.27,Adjective,9,9,4,indelible,12.07,0.79,12.07,0.79,none,none,none, indelicacy,indelicacy,0.02,Noun,10,10,5,indelicacy,12.67,0.90,12.67,0.90,none,none,none, indelicate,indelicate,0.31,Adjective,10,9,4,indelicate,11.94,0.81,11.94,0.81,none,none,none, indemnification,indemnification,0.06,Noun,15,14,6,indemnification,15.67,0.83,15.67,0.83,none,none,none, indemnify,indemnify,0.06,Verb,9,9,4,indemnify,15.94,0.73,15.94,0.73,none,none,none, indemnity,indemnity,0.27,Noun,9,9,4,indemnity,17.38,0.80,17.38,0.80,none,none,none, indent,indent,0.12,Verb,6,6,2,indent,10.26,1.00,10.26,1.00,none,none,none, indentation,indentation,0.18,Noun,11,10,4,indentation,10.33,1.00,10.33,1.00,none,none,none, indentations,indentations,0.18,Noun,12,11,4,indentation,none,none,10.33,1.00,none,none,none, indented,indented,0.06,Verb,8,8,3,indent,none,none,10.26,1.00,none,none,none, indention,indention,Err:512,Err:512,9,8,3,indention,11.81,0.80,11.81,0.80,none,none,none, indenture,indenture,0.04,Noun,9,7,3,indenture,12.79,0.78,12.79,0.78,none,none,none, indentured,indentured,0.27,Adjective,10,8,3,indentured,12.67,0.83,12.67,0.83,none,none,none, indentures,indentures,0.02,Noun,10,8,3,indenture,none,none,12.79,0.78,none,none,none, independence,independence,4.00,Noun,12,11,4,independence,8.53,1.00,8.53,1.00,none,10.28,none, independent,independent,9.35,Adjective,11,11,4,independent,9.28,1.00,9.28,1.00,10.16,none,none, independents,independents,0.33,Noun,12,12,4,independent,none,none,9.28,1.00,10.16,none,none, indescribable,indescribable,0.49,Adjective,13,13,5,indescribable,11.72,0.95,11.72,0.95,none,none,none, indestructibility,indestructibility,Err:512,Err:512,17,17,7,indestructibility,12.55,1.00,12.55,1.00,none,none,none, indestructible,indestructible,1.45,Adjective,14,14,5,indestructible,10.16,1.00,10.16,1.00,none,none,none, indeterminacy,indeterminacy,0.02,Noun,13,12,6,indeterminacy,13.83,0.57,13.83,0.57,none,none,none, indeterminate,indeterminate,0.35,Adjective,13,11,5,indeterminate,13.11,0.95,13.11,0.95,none,none,none, index,index,2.08,Noun,5,6,2,index,7.89,1.00,7.89,1.00,none,9.24,none,8.79 indexer,indexer,0.04,Noun,7,7,3,indexer,12.00,0.79,12.00,0.79,none,none,none, indexes,indexes,0.08,Noun,7,8,3,index,none,none,7.89,1.00,none,9.24,none,8.79 indicate,indicate,8.33,Verb,8,7,3,indicate,9.74,1.00,9.74,1.00,none,none,none, indicated,indicated,3.98,Verb,9,9,4,indicate,none,none,9.74,1.00,none,none,none, indicates,indicates,5.43,Verb,9,8,3,indicate,none,none,9.74,1.00,none,none,none, indicating,indicating,1.86,Verb,10,9,4,indicate,none,none,9.74,1.00,none,none,none, indication,indication,3.55,Noun,10,9,4,indication,12.00,1.00,12.00,1.00,none,9.51,none, indications,indications,1.12,Noun,11,10,4,indication,none,none,12.00,1.00,none,9.51,none, indicative,indicative,0.55,Adjective,10,9,4,indicative,12.05,1.00,12.05,1.00,none,none,none, indicator,indicator,0.86,Noun,9,8,4,indicator,10.33,1.00,10.33,1.00,none,none,none, indicators,indicators,0.37,Noun,10,9,4,indicator,none,none,10.33,1.00,none,none,none, indices,indices,0.04,Noun,7,7,3,index,none,none,7.89,1.00,none,9.24,none,8.79 indicia,indicia,Err:512,Err:512,7,7,3,indicia,17.00,0.14,17.00,0.14,none,none,none, indict,indict,0.88,Verb,6,5,2,indict,11.82,0.85,11.82,0.85,none,none,none,12.85 indictable,indictable,0.10,Adjective,10,9,4,indictable,12.81,0.84,12.81,0.84,none,none,none, indicted,indicted,1.88,Verb,8,7,3,indict,none,none,11.82,0.85,none,none,none,12.85 indicting,indicting,0.12,Verb,9,7,3,indict,none,none,11.82,0.85,none,none,none,12.85 indictment,indictment,2.47,Noun,10,9,3,indictment,15.20,0.83,15.20,0.83,none,none,none, indictments,indictments,0.43,Noun,11,10,3,indictment,none,none,15.20,0.83,none,none,none, indicts,indicts,0.02,Verb,7,6,2,indict,none,none,11.82,0.85,none,none,none,12.85 indie,indie,0.47,Noun,5,4,2,indie,14.88,0.85,14.88,0.85,none,none,none, indifference,indifference,1.08,Noun,12,9,4,indifference,9.22,1.00,9.22,1.00,11.33,none,none, indifferent,indifferent,1.14,Adjective,11,9,3,indifferent,10.47,1.00,10.47,1.00,none,none,none, indigenous,indigenous,1.12,Adjective,10,9,4,indigenous,13.41,0.94,13.41,0.94,none,12.85,none, indigent,indigent,0.47,Adjective,8,8,3,indigent,13.82,0.85,13.82,0.85,none,none,none, indigents,indigents,0.04,Noun,9,9,3,indigent,none,none,13.82,0.85,none,none,none, indigestible,indigestible,0.06,Adjective,12,12,5,indigestible,11.94,1.00,11.94,1.00,none,none,none, indigestion,indigestion,1.86,Noun,11,10,4,indigestion,10.11,1.00,10.11,1.00,none,none,none, indignant,indignant,0.45,Adjective,9,9,3,indignant,12.28,0.86,12.28,0.86,none,none,none, indignation,indignation,0.47,Noun,11,10,4,indignation,13.18,0.94,13.18,0.94,none,none,none, indignities,indignities,0.24,Noun,11,10,4,indignity,none,none,13.79,1.00,none,none,none, indignity,indignity,0.39,Noun,9,9,4,indignity,13.79,1.00,13.79,1.00,none,none,none, indigo,indigo,0.31,Adjective,6,6,3,indigo,8.89,1.00,8.89,1.00,10.37,none,none, indirect,indirect,0.41,Adjective,8,7,3,indirect,11.26,1.00,11.26,1.00,none,none,none, indirection,indirection,0.02,Noun,11,10,4,indirection,13.75,0.80,13.75,0.80,none,none,none, indiscipline,indiscipline,0.02,Noun,12,10,4,indiscipline,12.50,0.80,12.50,0.80,none,none,none, indiscreet,indiscreet,0.49,Adjective,10,9,3,indiscreet,14.39,1.00,14.39,1.00,none,none,none, indiscrete,indiscrete,0.04,Adjective,10,9,3,indiscreet,none,none,14.39,1.00,none,none,none, indiscretion,indiscretion,1.04,Noun,12,11,4,indiscretion,14.53,1.00,14.53,1.00,none,12.34,none, indiscretions,indiscretions,0.47,Noun,13,12,4,indiscretion,none,none,14.53,1.00,none,12.34,none, indiscriminate,indiscriminate,0.18,Adjective,14,13,5,indiscriminate,13.74,0.95,13.74,0.95,none,none,none, indiscrimination,indiscrimination,0.02,Noun,16,15,6,indiscrimination,12.76,0.94,12.76,0.94,none,none,none, indispensable,indispensable,0.75,Adjective,13,13,5,indispensable,11.22,0.95,11.22,0.95,none,none,none, indisposed,indisposed,1.10,Adjective,10,9,3,indisposed,12.00,0.95,12.00,0.95,none,none,none, indisposition,indisposition,0.06,Noun,13,12,5,indisposition,14.00,0.74,14.00,0.74,none,none,none, indispositions,indispositions,0.02,Noun,14,13,5,indisposition,none,none,14.00,0.74,none,none,none, indisputable,indisputable,0.20,Adjective,12,13,5,indisputable,12.47,1.00,12.47,1.00,none,none,none, indissoluble,indissoluble,0.02,Adjective,12,12,5,indissoluble,13.14,0.78,13.14,0.78,none,none,none, indistinct,indistinct,4.94,Adjective,10,10,3,indistinct,13.21,1.00,13.21,1.00,none,none,none, indistinguishable,indistinguishable,0.27,Adjective,17,16,6,indistinguishable,12.21,1.00,12.21,1.00,none,none,none, individual,individual,11.69,Noun,10,11,5,individual,7.70,1.00,7.70,1.00,none,9.00,none, individualism,individualism,0.25,Noun,13,14,7,individualism,12.74,1.00,12.74,1.00,none,none,none, individualist,individualist,0.04,Noun,13,13,6,individualist,12.40,0.83,12.40,0.83,none,none,none, individualistic,individualistic,0.04,Adjective,15,15,7,individualistic,11.50,0.95,11.50,0.95,none,none,none, individualists,individualists,0.10,Noun,14,14,6,individualist,none,none,12.40,0.83,none,none,none, individualities,individualities,0.02,Noun,15,15,7,individuality,none,none,9.94,1.00,none,none,none, individuality,individuality,0.84,Noun,13,13,7,individuality,9.94,1.00,9.94,1.00,none,none,none, individualize,individualise,0.08,Verb,13,12,6,individualize,10.83,1.00,10.83,1.00,none,none,none, individualized,individualised,0.06,Verb,14,13,6,individualize,none,none,10.83,1.00,none,none,none, individuals,individuals,4.39,Noun,11,12,5,individual,none,none,7.70,1.00,none,9.00,none, indivisible,indivisible,0.41,Adjective,11,11,5,indivisible,9.33,1.00,9.33,1.00,none,none,none, indoctrinate,indoctrinate,0.08,Verb,12,11,4,indoctrinate,15.31,0.84,15.31,0.84,none,none,none, indoctrinated,indoctrinated,0.12,Verb,13,13,5,indoctrinate,none,none,15.31,0.84,none,none,none, indoctrinates,indoctrinates,0.02,Verb,13,12,4,indoctrinate,none,none,15.31,0.84,none,none,none, indoctrinating,indoctrinating,0.08,Verb,14,13,5,indoctrinate,none,none,15.31,0.84,none,none,none, indoctrination,indoctrination,0.29,Noun,14,13,5,indoctrination,15.67,0.83,15.67,0.83,none,none,none, indolence,indolence,0.02,Noun,9,8,3,indolence,12.81,0.80,12.81,0.80,none,12.72,none, indolent,indolent,0.08,Adjective,8,8,3,indolent,11.36,0.61,11.36,0.61,none,none,none, indomitable,indomitable,0.20,Adjective,11,11,5,indomitable,14.33,0.79,14.33,0.79,none,none,none, indoor,indoor,1.33,Adjective,6,5,2,indoor,5.05,1.00,5.05,1.00,none,4.75,none, indoors,indoors,2.47,Adverb,7,6,2,indoors,4.64,1.00,4.64,1.00,none,4.43,none, indorse,indorse,0.02,Verb,7,6,2,endorse,none,none,12.06,1.00,none,none,none,11.90 indubitable,indubitable,0.02,Adjective,11,11,5,indubitable,15.27,0.61,15.27,0.61,none,none,none, induce,induce,1.61,Verb,6,5,2,induce,12.05,1.00,12.05,1.00,none,none,none,10.70 induced,induced,1.24,Verb,7,6,2,induce,none,none,12.05,1.00,none,none,none,10.70 inducement,inducement,0.25,Noun,10,9,3,inducement,14.27,0.83,14.27,0.83,none,none,none, inducements,inducements,0.14,Noun,11,10,3,inducement,none,none,14.27,0.83,none,none,none, inducer,inducer,0.16,Noun,7,6,3,inducer,12.24,0.89,12.24,0.89,none,none,none, inducers,inducers,0.02,Noun,8,7,3,inducer,none,none,12.24,0.89,none,none,none, induces,induces,0.33,Verb,7,7,3,induce,none,none,12.05,1.00,none,none,none,10.70 inducing,inducing,0.31,Verb,8,7,3,induce,none,none,12.05,1.00,none,none,none,10.70 induct,induct,0.06,Verb,6,6,2,induct,11.72,0.95,11.72,0.95,none,none,none, inducted,inducted,0.24,Verb,8,8,3,induct,none,none,11.72,0.95,none,none,none, inductee,inductee,0.06,Noun,8,7,3,inductee,12.42,0.95,12.42,0.95,none,none,none, induction,induction,0.73,Noun,9,8,3,induction,13.37,1.00,13.37,1.00,none,none,none, inductions,inductions,0.02,Noun,10,9,3,induction,none,none,13.37,1.00,none,none,none, inductive,inductive,0.04,Adjective,9,8,3,inductive,14.82,0.94,14.82,0.94,none,none,none, inductor,inductor,0.06,Noun,8,7,3,inductor,12.24,0.94,12.24,0.94,none,none,none, indulge,indulge,2.88,Verb,7,6,2,indulge,11.44,1.00,11.44,1.00,none,none,none,10.70 indulged,indulged,0.49,Verb,8,7,2,indulge,none,none,11.44,1.00,none,none,none,10.70 indulgence,indulgence,0.96,Noun,10,9,3,indulgence,10.74,1.00,10.74,1.00,none,none,none, indulgences,indulgences,0.10,Noun,11,11,4,indulgence,none,none,10.74,1.00,none,none,none, indulgent,indulgent,0.39,Adjective,9,9,3,indulgent,11.84,1.00,11.84,1.00,none,none,none, indulges,indulges,0.08,Verb,8,8,3,indulge,none,none,11.44,1.00,none,none,none,10.70 indulging,indulging,0.75,Verb,9,8,3,indulge,none,none,11.44,1.00,none,none,none,10.70 industrial,industrial,4.57,Adjective,10,10,4,industrial,10.22,1.00,10.22,1.00,none,none,none, industrialist,industrialist,0.51,Noun,13,13,5,industrialist,12.58,1.00,12.58,1.00,none,none,none, industrialists,industrialists,0.27,Noun,14,14,5,industrialist,none,none,12.58,1.00,none,none,none, industrialization,industrialization,0.06,Noun,17,16,7,industrialization,11.45,0.95,11.45,0.95,none,none,none, industries,industries,0.88,Noun,10,9,3,industry,none,none,10.44,1.00,none,9.71,none, industrious,industrious,0.33,Adjective,11,10,4,industrious,11.55,1.00,11.55,1.00,none,none,none, industriousness,industriousness,0.02,Noun,15,13,5,industriousness,13.33,0.95,13.33,0.95,none,none,none, industry,industry,11.69,Noun,8,8,3,industry,10.44,1.00,10.44,1.00,none,9.71,none, inebriate,inebriate,0.06,Noun,9,8,4,inebriate,12.60,0.75,12.60,0.75,none,none,none, inebriated,inebriated,0.29,Adjective,10,10,5,inebriated,14.58,0.95,14.58,0.95,none,none,none, inebriates,inebriates,0.02,Verb,10,9,4,inebriate,none,none,12.60,0.75,none,none,none, inebriation,inebriation,0.16,Noun,11,10,5,inebriation,13.73,0.83,13.73,0.83,none,none,none, inebriety,inebriety,0.00,Err:512,9,9,4,inebriety,14.60,0.57,14.60,0.57,none,none,none, inedible,inedible,0.35,Adjective,8,8,4,inedible,11.20,1.00,11.20,1.00,none,none,none, ineffable,ineffable,0.20,Adjective,9,8,4,ineffable,11.50,0.67,11.50,0.67,none,none,none, ineffaceable,ineffaceable,Err:512,Err:512,12,10,5,ineffaceable,14.89,0.50,14.89,0.50,none,none,none, ineffective,ineffective,0.59,Adjective,11,9,4,ineffective,10.68,1.00,10.68,1.00,none,none,none, ineffectiveness,ineffectiveness,0.02,Noun,15,12,5,ineffectiveness,10.82,0.94,10.82,0.94,none,none,none, ineffectual,ineffectual,0.45,Adjective,11,10,5,ineffectual,14.59,0.89,14.59,0.89,none,none,none, inefficiency,inefficiency,0.31,Noun,12,10,5,inefficiency,11.79,1.00,11.79,1.00,none,11.00,none, inefficient,inefficient,0.41,Adjective,11,9,4,inefficient,10.78,1.00,10.78,1.00,none,none,none, inelegant,inelegant,0.06,Adjective,9,9,4,inelegant,12.44,1.00,12.44,1.00,none,none,none, ineligible,ineligible,0.20,Adjective,10,10,5,ineligible,11.94,1.00,11.94,1.00,none,none,none, ineluctable,ineluctable,0.04,Adjective,11,11,5,ineluctable,17.25,0.40,17.25,0.40,none,none,none, inept,inept,0.84,Adjective,5,5,2,inept,14.29,0.81,14.29,0.81,none,none,none,12.75 ineptitude,ineptitude,0.10,Noun,10,9,4,ineptitude,13.72,0.86,13.72,0.86,none,none,none, ineptness,ineptness,0.02,Noun,9,8,3,ineptness,13.76,0.94,13.76,0.94,none,none,none, inequalities,inequalities,0.02,Noun,12,11,5,inequality,none,none,9.68,1.00,none,none,none, inequality,inequality,0.06,Noun,10,10,5,inequality,9.68,1.00,9.68,1.00,none,none,none, inequitable,inequitable,0.02,Adjective,11,11,5,inequitable,15.21,0.90,15.21,0.90,none,none,none, inequities,inequities,0.08,Noun,10,9,4,inequity,none,none,14.72,0.95,none,none,none, inequity,inequity,0.12,Noun,8,8,4,inequity,14.72,0.95,14.72,0.95,none,none,none, inert,inert,0.35,Adjective,5,4,2,inert,13.10,0.95,13.10,0.95,none,none,none, inertia,inertia,0.61,Noun,7,5,3,inertia,12.84,0.95,12.84,0.95,none,none,none, inertial,inertial,0.31,Adjective,8,6,3,inertial,16.09,0.55,16.09,0.55,none,none,none, inertness,inertness,0.08,Noun,9,7,3,inertness,14.39,0.95,14.39,0.95,none,none,none, inescapable,inescapable,0.27,Adjective,11,11,5,inescapable,9.76,0.94,9.76,0.94,none,none,none, inessential,inessential,0.02,Adjective,11,9,4,inessential,12.39,0.95,12.39,0.95,none,none,none, inestimable,inestimable,0.12,Adjective,11,11,5,inestimable,14.07,0.70,14.07,0.70,none,none,none, inevitabilities,inevitabilities,0.02,Noun,15,14,7,inevitability,none,none,12.38,1.00,none,none,none, inevitability,inevitability,0.35,Noun,13,13,7,inevitability,12.38,1.00,12.38,1.00,none,none,none, inevitable,inevitable,5.65,Adjective,10,10,5,inevitable,11.60,1.00,11.60,1.00,none,none,none, inexact,inexact,0.12,Adjective,7,8,3,inexact,12.00,0.90,12.00,0.90,none,none,none, inexactitude,inexactitude,0.02,Noun,12,12,5,inexactitude,15.45,0.58,15.45,0.58,none,none,none, inexcusable,inexcusable,0.84,Adjective,11,13,5,inexcusable,7.71,0.94,7.71,0.94,none,none,none, inexhaustible,inexhaustible,0.20,Adjective,13,12,5,inexhaustible,11.63,0.95,11.63,0.95,none,none,none, inexistence,inexistence,0.02,Noun,11,11,4,inexistence,12.80,0.83,12.80,0.83,none,none,none, inexorable,inexorable,0.12,Adjective,10,10,5,inexorable,14.27,0.61,14.27,0.61,none,none,none, inexpensive,inexpensive,0.73,Adjective,11,11,4,inexpensive,8.05,1.00,8.05,1.00,none,none,none, inexpensiveness,inexpensiveness,0.02,Noun,15,14,5,inexpensiveness,10.17,1.00,10.17,1.00,none,none,none, inexperience,inexperience,0.31,Noun,12,12,5,inexperience,11.16,1.00,11.16,1.00,none,10.54,none, inexperienced,inexperienced,1.14,Adjective,13,13,5,inexperienced,11.26,1.00,11.26,1.00,none,none,none, inexpert,inexpert,0.02,Adjective,8,8,3,inexpert,12.07,0.83,12.07,0.83,none,none,none, inexpiable,inexpiable,Err:512,Err:512,10,11,5,inexpiable,15.17,0.33,15.17,0.33,none,none,none, inexplicable,inexplicable,0.75,Adjective,12,13,5,inexplicable,12.82,0.94,12.82,0.94,none,none,none, inexpressible,inexpressible,0.06,Adjective,13,13,5,inexpressible,12.63,1.00,12.63,1.00,none,none,none, inexpressive,inexpressive,0.02,Adjective,12,11,4,inexpressive,10.55,1.00,10.55,1.00,none,none,none, infallibility,infallibility,0.16,Noun,13,12,6,infallibility,13.00,0.94,13.00,0.94,none,12.49,none, infallible,infallible,0.63,Adjective,10,9,4,infallible,11.56,0.84,11.56,0.84,none,none,none, infamous,infamous,2.24,Adjective,8,7,3,infamous,11.00,1.00,11.00,1.00,none,none,none, infamy,infamy,0.43,Noun,6,6,3,infamy,10.56,0.89,10.56,0.89,none,none,none, infancy,infancy,0.35,Noun,7,7,3,infancy,9.29,0.94,9.29,0.94,none,none,none, infant,infant,4.22,Noun,6,6,2,infant,6.42,1.00,6.42,1.00,none,7.56,none,6.54 infanticide,infanticide,0.06,Noun,11,10,4,infanticide,16.27,0.79,16.27,0.79,none,none,none, infantile,infantile,0.75,Adjective,9,8,3,infantile,13.00,1.00,13.00,1.00,none,none,none, infantilism,infantilism,0.06,Noun,11,12,5,infantilism,15.12,0.89,15.12,0.89,none,none,none, infantilize,infantilize,0.06,Verb,11,10,4,infantilize,14.65,0.89,14.65,0.89,none,none,none, infantry,infantry,2.82,Noun,8,8,3,infantry,12.26,0.95,12.26,0.95,none,9.39,none, infantryman,infantryman,0.10,Noun,11,11,4,infantryman,10.44,1.00,10.44,1.00,none,none,none, infantrymen,infantrymen,0.06,Noun,11,11,4,infantryman,none,none,10.44,1.00,none,none,none, infants,infants,1.24,Noun,7,7,2,infant,none,none,6.42,1.00,none,7.56,none,6.54 infarct,infarct,0.04,Noun,7,7,2,infarct,14.58,0.67,14.58,0.67,none,none,none, infarction,infarction,0.27,Noun,10,9,3,infarction,13.00,0.74,13.00,0.74,none,none,none, infarctions,infarctions,0.04,Noun,11,10,3,infarction,none,none,13.00,0.74,none,none,none, infarcts,infarcts,0.06,Noun,8,8,2,infarct,none,none,14.58,0.67,none,none,none, infatuate,infatuate,Err:512,Err:512,9,8,4,infatuate,11.43,1.00,11.43,1.00,11.93,none,none, infatuated,infatuated,0.73,Adjective,10,10,5,infatuated,12.52,1.00,12.52,1.00,11.98,none,none, infatuates,infatuates,0.02,Verb,10,9,4,infatuate,none,none,11.43,1.00,11.93,none,none, infatuation,infatuation,0.84,Noun,11,10,5,infatuation,12.60,1.00,12.60,1.00,none,none,none, infatuations,infatuations,0.06,Noun,12,12,5,infatuation,none,none,12.60,1.00,none,none,none, infect,infect,1.22,Verb,6,6,2,infect,9.15,1.00,9.15,1.00,none,8.11,none,8.62 infected,infected,8.27,Verb,8,8,3,infect,none,none,9.15,1.00,none,8.11,none,8.62 infecting,infecting,0.65,Verb,9,8,3,infect,none,none,9.15,1.00,none,8.11,none,8.62 infection,infection,8.75,Noun,9,8,3,infection,8.05,1.00,8.05,1.00,8.00,none,none, infections,infections,0.92,Noun,10,9,3,infection,none,none,8.05,1.00,8.00,none,none, infectious,infectious,1.27,Adjective,10,8,3,infectious,11.21,1.00,11.21,1.00,none,none,none, infector,infector,0.02,Noun,8,7,3,infector,12.59,0.89,12.59,0.89,none,none,none, infectors,infectors,0.02,Noun,9,8,3,infector,none,none,12.59,0.89,none,none,none, infects,infects,0.14,Verb,7,7,2,infect,none,none,9.15,1.00,none,8.11,none,8.62 infelicitous,infelicitous,Err:512,Err:512,12,11,5,infelicitous,15.57,0.33,15.57,0.33,none,none,none, infer,infer,0.57,Verb,5,4,2,infer,12.71,0.94,12.71,0.94,11.61,none,none,10.90 inference,inference,0.24,Noun,9,7,3,inference,13.32,0.95,13.32,0.95,none,none,none, inferences,inferences,0.02,Noun,10,9,4,inference,none,none,13.32,0.95,none,none,none, inferior,inferior,3.06,Adjective,8,7,4,inferior,10.57,1.00,10.57,1.00,none,none,none, inferiority,inferiority,0.78,Noun,11,11,6,inferiority,12.00,1.00,12.00,1.00,none,none,none, inferiors,inferiors,0.08,Noun,9,8,4,inferior,none,none,10.57,1.00,none,none,none, infernal,infernal,1.18,Adjective,8,7,3,infernal,12.41,1.00,12.41,1.00,none,none,none, inferno,inferno,0.92,Noun,7,6,3,inferno,10.53,1.00,10.53,1.00,none,10.34,none, infernos,infernos,0.02,Noun,8,7,3,inferno,none,none,10.53,1.00,none,10.34,none, inferred,inferred,0.16,Verb,8,5,2,infer,none,none,12.71,0.94,11.61,none,none,10.90 inferring,inferring,0.14,Verb,9,6,3,infer,none,none,12.71,0.94,11.61,none,none,10.90 infers,infers,0.04,Verb,6,5,2,infer,none,none,12.71,0.94,11.61,none,none,10.90 infertile,infertile,0.27,Adjective,9,7,3,infertile,14.32,1.00,14.32,1.00,none,none,none, infertility,infertility,0.39,Noun,11,10,5,infertility,13.39,1.00,13.39,1.00,none,none,none, infest,infest,0.27,Verb,6,6,2,infest,9.58,1.00,9.58,1.00,none,none,none, infestation,infestation,0.69,Noun,11,10,4,infestation,11.83,1.00,11.83,1.00,none,none,none, infestations,infestations,0.02,Noun,12,11,4,infestation,none,none,11.83,1.00,none,none,none, infested,infested,0.94,Verb,8,8,3,infest,none,none,9.58,1.00,none,none,none, infesting,infesting,0.12,Verb,9,8,3,infest,none,none,9.58,1.00,none,none,none, infests,infests,0.06,Verb,7,7,2,infest,none,none,9.58,1.00,none,none,none, infidel,infidel,1.08,Noun,7,7,3,infidel,11.56,1.00,11.56,1.00,none,none,none, infidelities,infidelities,0.22,Noun,12,11,5,infidelity,none,none,13.89,1.00,none,none,none, infidelity,infidelity,1.31,Noun,10,10,5,infidelity,13.89,1.00,13.89,1.00,none,none,none, infidels,infidels,0.43,Noun,8,8,3,infidel,none,none,11.56,1.00,none,none,none, infield,infield,0.47,Noun,7,6,2,infield,8.11,1.00,8.11,1.00,none,none,none, infielder,infielder,0.04,Noun,9,7,3,infielder,8.94,0.84,8.94,0.84,none,none,none, infielders,infielders,0.08,Noun,10,8,3,infielder,none,none,8.94,0.84,none,none,none, infighting,infighting,0.24,Noun,10,7,3,infighting,12.53,0.94,12.53,0.94,none,none,none, infiltrate,infiltrate,1.67,Verb,10,9,3,infiltrate,12.00,0.94,12.00,0.94,none,none,none, infiltrated,infiltrated,1.24,Verb,11,11,4,infiltrate,none,none,12.00,0.94,none,none,none, infiltrates,infiltrates,0.16,Verb,11,10,3,infiltrate,none,none,12.00,0.94,none,none,none, infiltrating,infiltrating,0.45,Verb,12,11,4,infiltrate,none,none,12.00,0.94,none,none,none, infiltration,infiltration,0.78,Noun,12,11,4,infiltration,13.06,1.00,13.06,1.00,none,none,none, infiltrator,infiltrator,0.02,Noun,11,10,4,infiltrator,11.86,1.00,11.86,1.00,none,none,none, infiltrators,infiltrators,0.18,Noun,12,11,4,infiltrator,none,none,11.86,1.00,none,none,none, infinite,infinite,3.49,Adjective,8,7,3,infinite,9.60,1.00,9.60,1.00,none,none,none, infinites,infinites,0.04,Noun,9,8,3,infinite,none,none,9.60,1.00,none,none,none, infinitesimal,infinitesimal,0.27,Adjective,13,13,6,infinitesimal,14.23,0.68,14.23,0.68,none,none,none, infinities,infinities,0.02,Noun,10,9,4,infinity,none,none,8.83,1.00,none,11.28,none, infinitive,infinitive,0.06,Noun,10,9,4,infinitive,13.28,1.00,13.28,1.00,none,none,none, infinitives,infinitives,0.04,Noun,11,10,4,infinitive,none,none,13.28,1.00,none,none,none, infinity,infinity,1.69,Noun,8,8,4,infinity,8.83,1.00,8.83,1.00,none,11.28,none, infirm,infirm,0.29,Adjective,6,5,2,infirm,13.12,0.89,13.12,0.89,none,none,none, infirmary,infirmary,2.94,Noun,9,7,4,infirmary,12.83,0.95,12.83,0.95,none,none,none, infirmities,infirmities,0.02,Noun,11,9,4,infirmity,none,none,13.00,0.83,none,none,none, infirmity,infirmity,0.22,Noun,9,8,4,infirmity,13.00,0.83,13.00,0.83,none,none,none, inflame,inflame,0.25,Verb,7,6,2,inflame,11.56,0.90,11.56,0.90,none,11.04,none, inflames,inflames,0.08,Verb,8,7,2,inflame,none,none,11.56,0.90,none,11.04,none, inflammable,inflammable,0.25,Adjective,11,10,4,inflammable,10.05,1.00,10.05,1.00,none,none,none, inflammation,inflammation,0.65,Noun,12,10,4,inflammation,11.00,1.00,11.00,1.00,none,none,none, inflammations,inflammations,0.02,Noun,13,11,4,inflammation,none,none,11.00,1.00,none,none,none, inflammatory,inflammatory,0.63,Adjective,12,11,5,inflammatory,13.33,1.00,13.33,1.00,none,none,none, inflatable,inflatable,0.73,Adjective,10,10,4,inflatable,9.00,1.00,9.00,1.00,none,none,none, inflate,inflate,0.49,Verb,7,6,2,inflate,8.37,1.00,8.37,1.00,none,none,none, inflated,inflated,0.51,Adjective,8,8,3,inflated,9.50,1.00,9.50,1.00,none,none,none, inflates,inflates,0.14,Verb,8,7,2,inflate,none,none,8.37,1.00,none,none,none, inflating,inflating,0.12,Verb,9,8,3,inflate,none,none,8.37,1.00,none,none,none, inflation,inflation,1.04,Noun,9,8,3,inflation,11.82,0.94,11.82,0.94,none,none,none, inflationary,inflationary,0.04,Adjective,12,11,5,inflationary,16.06,0.90,16.06,0.90,none,none,none, inflect,inflect,0.02,Verb,7,7,2,inflect,10.75,0.89,10.75,0.89,none,none,none, inflection,inflexion,0.18,Noun,10,9,3,inflection,10.33,0.83,10.33,0.83,none,none,none, inflections,inflexions,0.10,Noun,11,10,3,inflection,none,none,10.33,0.83,none,none,none, inflexibility,inflexibility,0.02,Noun,13,14,6,inflexibility,10.94,1.00,10.94,1.00,none,none,none, inflexible,inflexible,0.16,Adjective,10,11,4,inflexible,11.79,1.00,11.79,1.00,none,none,none, inflict,inflict,1.35,Verb,7,7,2,inflict,10.74,1.00,10.74,1.00,none,none,none,10.13 inflicted,inflicted,1.43,Verb,9,9,3,inflict,none,none,10.74,1.00,none,none,none,10.13 inflicting,inflicting,0.47,Verb,10,9,3,inflict,none,none,10.74,1.00,none,none,none,10.13 infliction,infliction,0.27,Noun,10,9,3,infliction,12.00,0.94,12.00,0.94,none,none,none, inflictor,inflictor,0.02,Noun,9,8,3,inflictor,12.06,0.85,12.06,0.85,none,none,none, inflicts,inflicts,0.12,Verb,8,8,2,inflict,none,none,10.74,1.00,none,none,none,10.13 inflow,inflow,0.08,Noun,6,5,2,inflow,11.60,0.79,11.60,0.79,none,none,none, influence,influence,14.78,Noun,9,8,3,influence,10.32,1.00,10.32,1.00,none,10.66,none, influenced,influenced,2.10,Verb,10,9,3,influence,none,none,10.32,1.00,none,10.66,none, influences,influences,1.20,Noun,10,10,4,influence,none,none,10.32,1.00,none,10.66,none, influencing,influencing,0.57,Verb,11,10,4,influence,none,none,10.32,1.00,none,10.66,none, influential,influential,1.59,Adjective,11,10,4,influential,11.05,1.00,11.05,1.00,none,none,none, influenza,influenza,0.49,Noun,9,9,4,influenza,10.37,1.00,10.37,1.00,none,none,none, influx,influx,0.25,Noun,6,7,2,influx,14.69,0.89,14.69,0.89,none,none,none, info,info,3.71,Noun,4,4,2,info,9.37,1.00,9.37,1.00,none,none,none, infomercial,infomercial,0.61,Adjective,11,9,4,infomercial,9.76,0.94,9.76,0.94,none,none,none, infomercials,infomercials,0.39,Noun,12,10,4,infomercial,none,none,9.76,0.94,none,none,none, inform,inform,12.63,Verb,6,6,2,inform,8.79,1.00,8.79,1.00,8.50,none,none,9.13 informal,informal,1.69,Adjective,8,8,3,informal,10.32,1.00,10.32,1.00,none,none,none, informality,informality,0.14,Noun,11,10,5,informality,12.05,1.00,12.05,1.00,none,none,none, informant,informant,4.18,Noun,9,9,3,informant,12.32,0.95,12.32,0.95,none,none,none, informants,informants,1.14,Noun,10,10,3,informant,none,none,12.32,0.95,none,none,none, information,information,89.35,Noun,11,9,4,information,7.19,1.00,7.19,1.00,none,7.92,none, informational,informational,0.27,Adjective,13,11,5,informational,9.17,1.00,9.17,1.00,none,none,none, informative,informative,0.69,Adjective,11,10,4,informative,10.16,1.00,10.16,1.00,none,none,none, informed,informed,12.41,Verb,8,7,2,inform,none,none,8.79,1.00,8.50,none,none,9.13 informer,informer,1.24,Noun,8,7,3,informer,11.67,1.00,11.67,1.00,none,none,none, informers,informers,0.39,Noun,9,8,3,informer,none,none,11.67,1.00,none,none,none, informing,informing,1.12,Verb,9,8,3,inform,none,none,8.79,1.00,8.50,none,none,9.13 informs,informs,0.84,Verb,7,7,2,inform,none,none,8.79,1.00,8.50,none,none,9.13 infotainment,infotainment,0.08,Noun,12,11,4,infotainment,19.00,0.16,19.00,0.16,none,none,none, infraction,infraction,0.67,Noun,10,9,3,infraction,13.53,0.85,13.53,0.85,none,none,none, infractions,infractions,0.33,Noun,11,10,3,infraction,none,none,13.53,0.85,none,none,none, infrared,infrared,3.04,Adjective,8,7,3,infrared,13.11,1.00,13.11,1.00,none,none,none, infrareds,infrareds,0.04,Noun,9,9,3,infrared,none,none,13.11,1.00,none,none,none, infrastructure,infrastructure,1.18,Noun,14,12,4,infrastructure,13.41,0.94,13.41,0.94,none,none,none, infrastructures,infrastructures,0.02,Noun,15,13,4,infrastructure,none,none,13.41,0.94,none,none,none, infrequent,infrequent,0.10,Adjective,10,10,3,infrequent,9.32,0.95,9.32,0.95,none,none,none, infringe,infringe,0.14,Verb,8,7,2,infringe,14.56,0.95,14.56,0.95,none,none,none, infringed,infringed,0.08,Verb,9,8,2,infringe,none,none,14.56,0.95,none,none,none, infringement,infringement,0.18,Noun,12,11,3,infringement,13.28,1.00,13.28,1.00,none,12.38,none, infringes,infringes,0.04,Verb,9,9,3,infringe,none,none,14.56,0.95,none,none,none, infringing,infringing,0.08,Verb,10,9,3,infringe,none,none,14.56,0.95,none,none,none, infuriate,infuriate,0.08,Verb,9,9,4,infuriate,10.50,1.00,10.50,1.00,none,none,none, infuriates,infuriates,0.12,Verb,10,10,4,infuriate,none,none,10.50,1.00,none,none,none, infuriating,infuriating,0.49,Adjective,11,11,5,infuriating,10.58,1.00,10.58,1.00,none,none,none, infuse,infuse,0.18,Verb,6,6,2,infuse,14.37,1.00,14.37,1.00,none,none,none, infused,infused,0.25,Verb,7,7,2,infuse,none,none,14.37,1.00,none,none,none, infuser,infuser,1.10,Noun,7,7,3,infuser,15.07,0.78,15.07,0.78,none,none,none, infusers,infusers,0.06,Noun,8,8,3,infuser,none,none,15.07,0.78,none,none,none, infuses,infuses,0.02,Noun,7,8,3,infuse,none,none,14.37,1.00,none,none,none, infusing,infusing,0.10,Verb,8,8,3,infuse,none,none,14.37,1.00,none,none,none, infusion,infusion,0.35,Noun,8,8,3,infusion,12.12,0.94,12.12,0.94,none,none,none, infusions,infusions,0.10,Noun,9,9,3,infusion,none,none,12.12,0.94,none,none,none, ingathering,ingathering,Err:512,Err:512,11,8,4,ingathering,13.08,0.68,13.08,0.68,none,none,none, ingenious,ingenious,2.12,Adjective,9,8,3,ingenious,10.32,1.00,10.32,1.00,none,none,none, ingenuity,ingenuity,0.92,Noun,9,9,5,ingenuity,11.79,1.00,11.79,1.00,none,none,none, ingenuous,ingenuous,0.22,Adjective,9,9,4,ingenuous,13.35,0.94,13.35,0.94,none,none,none, ingest,ingest,0.45,Adjective,6,6,2,ingest,12.21,1.00,12.21,1.00,none,none,none, ingested,ingested,0.57,Verb,8,8,3,ingest,none,none,12.21,1.00,none,none,none, ingesting,ingesting,0.27,Verb,9,8,3,ingest,none,none,12.21,1.00,none,none,none, ingestion,ingestion,0.29,Noun,9,8,3,ingestion,13.84,1.00,13.84,1.00,none,none,none, ingests,ingests,0.04,Verb,7,7,2,ingest,none,none,12.21,1.00,none,none,none, ingle,ingle,0.04,Verb,5,5,2,ingle,14.40,0.53,14.40,0.53,none,none,none, inglenook,inglenook,Err:512,Err:512,9,8,3,inglenook,16.14,0.37,16.14,0.37,none,none,none, ingles,ingles,0.22,Noun,6,6,2,ingle,none,none,14.40,0.53,none,none,none, inglorious,inglorious,0.10,Adjective,10,9,4,inglorious,14.67,0.95,14.67,0.95,none,none,none, ingot,ingot,0.04,Noun,5,5,2,ingot,13.43,0.74,13.43,0.74,none,none,none, ingots,ingots,0.06,Noun,6,6,2,ingot,none,none,13.43,0.74,none,none,none, ingrain,ingrain,0.02,Verb,7,6,2,ingrain,11.18,0.94,11.18,0.94,none,none,none, ingrate,ingrate,0.75,Noun,7,6,2,ingrate,12.12,0.85,12.12,0.85,none,none,none,12.22 ingrates,ingrates,0.31,Noun,8,7,2,ingrate,none,none,12.12,0.85,none,none,none,12.22 ingratiate,ingratiate,0.20,Verb,10,9,4,ingratiate,13.73,0.61,13.73,0.61,none,none,none, ingratiating,ingratiating,0.14,Adjective,12,11,5,ingratiating,12.93,0.78,12.93,0.78,none,none,none, ingratitude,ingratitude,0.27,Noun,11,10,4,ingratitude,12.21,1.00,12.21,1.00,none,none,none, ingredient,ingredient,2.61,Noun,10,10,4,ingredient,7.85,1.00,7.85,1.00,none,none,none, ingredients,ingredients,2.14,Noun,11,11,4,ingredients,6.69,1.00,6.69,1.00,none,none,none, ingress,ingress,0.08,Noun,7,6,2,ingress,12.27,0.61,12.27,0.61,none,none,none, ingrown,ingrown,0.33,Adjective,7,6,2,ingrown,10.24,0.89,10.24,0.89,none,none,none, inguinal,inguinal,0.06,Adjective,8,7,3,inguinal,14.40,0.50,14.40,0.50,none,none,none, ingurgitate,ingurgitate,0.02,Verb,11,10,4,ingurgitate,17.00,0.26,17.00,0.26,none,none,none, ingurgitating,ingurgitating,0.06,Verb,13,12,5,ingurgitate,none,none,17.00,0.26,none,none,none, inhabit,inhabit,0.65,Verb,7,7,3,inhabit,12.22,0.95,12.22,0.95,none,none,none, inhabitable,inhabitable,0.02,Adjective,11,11,5,inhabitable,11.00,1.00,11.00,1.00,none,none,none, inhabitant,inhabitant,0.16,Noun,10,10,4,inhabitant,9.60,1.00,9.60,1.00,none,9.28,none, inhabitants,inhabitants,1.25,Noun,11,11,4,inhabitant,none,none,9.60,1.00,none,9.28,none, inhabited,inhabited,1.12,Verb,9,9,4,inhabit,none,none,12.22,0.95,none,none,none, inhabiting,inhabiting,0.12,Verb,10,9,4,inhabit,none,none,12.22,0.95,none,none,none, inhabits,inhabits,0.06,Verb,8,8,3,inhabit,none,none,12.22,0.95,none,none,none, inhalation,inhalation,0.65,Noun,10,8,4,inhalation,11.76,0.94,11.76,0.94,none,none,none, inhalations,inhalations,0.02,Noun,11,10,4,inhalation,none,none,11.76,0.94,none,none,none, inhalator,inhalator,0.06,Noun,9,8,4,inhalator,14.06,0.84,14.06,0.84,none,none,none, inhale,inhale,2.35,Verb,6,5,2,inhale,7.26,1.00,7.26,1.00,none,none,none,8.53 inhaled,inhaled,0.71,Verb,7,6,2,inhale,none,none,7.26,1.00,none,none,none,8.53 inhaler,inhaler,1.18,Noun,7,6,3,inhaler,10.26,1.00,10.26,1.00,none,none,none, inhalers,inhalers,0.39,Noun,8,7,3,inhaler,none,none,10.26,1.00,none,none,none, inhales,inhales,0.57,Verb,7,6,2,inhale,none,none,7.26,1.00,none,none,none,8.53 inhaling,inhaling,0.71,Verb,8,7,3,inhale,none,none,7.26,1.00,none,none,none,8.53 inharmonious,inharmonious,0.02,Adjective,12,11,5,inharmonious,13.20,0.79,13.20,0.79,none,none,none, inhere,inhere,0.10,Noun,6,5,3,inhere,14.70,0.56,14.70,0.56,none,none,none, inherent,inherent,0.59,Adjective,8,8,3,inherent,12.32,0.95,12.32,0.95,none,none,none, inherit,inherit,3.55,Verb,7,7,3,inherit,9.05,1.00,9.05,1.00,none,none,none, inheritability,inheritability,0.02,Noun,14,14,7,inheritability,13.55,1.00,13.55,1.00,none,none,none, inheritable,inheritable,0.02,Adjective,11,11,5,inheritable,12.24,0.94,12.24,0.94,none,none,none, inheritance,inheritance,3.18,Noun,11,10,4,inheritance,12.05,1.00,12.05,1.00,none,none,none, inherited,inherited,4.22,Verb,9,9,4,inherit,none,none,9.05,1.00,none,none,none, inheriting,inheriting,0.20,Verb,10,9,4,inherit,none,none,9.05,1.00,none,none,none, inheritor,inheritor,0.04,Noun,9,8,4,inheritor,11.16,1.00,11.16,1.00,none,none,none, inheritors,inheritors,0.02,Noun,10,9,4,inheritor,none,none,11.16,1.00,none,none,none, inherits,inherits,0.37,Verb,8,8,3,inherit,none,none,9.05,1.00,none,none,none, inhibit,inhibit,0.33,Verb,7,7,3,inhibit,11.11,1.00,11.11,1.00,none,none,none, inhibiting,inhibiting,0.08,Verb,10,9,4,inhibit,none,none,11.11,1.00,none,none,none, inhibition,inhibition,0.43,Noun,10,9,4,inhibition,12.78,0.95,12.78,0.95,none,12.07,none, inhibitions,inhibitions,0.86,Noun,11,10,4,inhibition,none,none,12.78,0.95,none,12.07,none, inhibitor,inhibitor,1.31,Noun,9,8,4,inhibitor,13.19,0.89,13.19,0.89,none,none,none, inhibitors,inhibitors,0.49,Noun,10,9,4,inhibitor,none,none,13.19,0.89,none,none,none, inhibits,inhibits,0.08,Verb,8,8,3,inhibit,none,none,11.11,1.00,none,none,none, inhospitable,inhospitable,0.41,Adjective,12,12,5,inhospitable,11.45,1.00,11.45,1.00,none,none,none, inhuman,inhuman,1.78,Adjective,7,8,3,inhuman,11.37,1.00,11.37,1.00,none,none,none, inhumane,inhumane,0.45,Adjective,8,8,3,inhumane,11.26,1.00,11.26,1.00,none,none,none, inhumanities,inhumanities,0.02,Noun,12,12,5,inhumanity,none,none,13.17,1.00,none,none,none, inhumanity,inhumanity,0.22,Noun,10,11,5,inhumanity,13.17,1.00,13.17,1.00,none,none,none, inhumanly,inhumanly,0.04,Adjective,9,10,4,inhumanly,11.47,1.00,11.47,1.00,none,none,none, inimical,inimical,0.04,Adjective,8,8,4,inimical,12.00,0.33,12.00,0.33,none,none,none, inimitable,inimitable,0.16,Adjective,10,10,5,inimitable,13.50,0.67,13.50,0.67,none,none,none, iniquities,iniquities,0.06,Noun,10,9,4,iniquity,none,none,12.80,0.83,none,none,none, iniquitous,iniquitous,0.02,Adjective,10,9,4,iniquitous,13.00,0.63,13.00,0.63,none,none,none, iniquity,iniquity,0.51,Noun,8,8,4,iniquity,12.80,0.83,12.80,0.83,none,none,none, initial,initial,6.37,Adjective,7,6,3,initial,8.29,1.00,8.29,1.00,none,none,none, initialed,initialled,0.20,Verb,9,7,3,initial,none,none,8.29,1.00,none,none,none, initialize,initialize,0.04,Verb,10,8,4,initialize,11.74,1.00,11.74,1.00,none,none,none, initializing,initializing,0.08,Verb,12,10,5,initialize,none,none,11.74,1.00,none,none,none, initially,initially,2.06,Adverb,9,7,4,initially,9.61,1.00,9.61,1.00,none,none,none, initials,initials,4.61,Noun,8,7,3,initial,none,none,8.29,1.00,none,none,none, initiate,initiate,3.33,Verb,8,7,4,initiate,10.17,1.00,10.17,1.00,none,none,none, initiated,initiated,2.12,Verb,9,9,5,initiate,none,none,10.17,1.00,none,none,none, initiates,initiates,0.16,Verb,9,8,4,initiate,none,none,10.17,1.00,none,none,none, initiating,initiating,1.02,Verb,10,9,5,initiate,none,none,10.17,1.00,none,none,none, initiation,initiation,1.33,Noun,10,9,5,initiation,9.88,0.94,9.88,0.94,none,11.70,none, initiations,initiations,0.02,Noun,11,10,5,initiation,none,none,9.88,0.94,none,11.70,none, initiative,initiative,2.75,Noun,10,8,4,initiative,10.12,0.94,10.12,0.94,none,none,none, initiatives,initiatives,0.14,Noun,11,9,4,initiative,none,none,10.12,0.94,none,none,none, inject,inject,2.41,Verb,6,6,2,inject,10.17,1.00,10.17,1.00,none,none,none,9.49 injected,injected,2.31,Verb,8,8,3,inject,none,none,10.17,1.00,none,none,none,9.49 injecting,injecting,1.04,Verb,9,8,3,inject,none,none,10.17,1.00,none,none,none,9.49 injection,injection,4.14,Noun,9,8,3,injection,10.68,1.00,10.68,1.00,none,none,none, injections,injections,1.29,Noun,10,9,3,injection,none,none,10.68,1.00,none,none,none, injector,injector,0.31,Noun,8,7,3,injector,11.53,0.95,11.53,0.95,none,none,none, injectors,injectors,0.14,Noun,9,8,3,injector,none,none,11.53,0.95,none,none,none, injects,injects,0.18,Verb,7,7,2,inject,none,none,10.17,1.00,none,none,none,9.49 injudicious,injudicious,0.02,Adjective,11,9,4,injudicious,15.24,0.94,15.24,0.94,none,none,none, injunction,injunction,1.29,Noun,10,9,3,injunction,12.50,1.00,12.50,1.00,none,none,none, injunctions,injunctions,0.02,Noun,11,10,3,injunction,none,none,12.50,1.00,none,none,none, injunctive,injunctive,0.14,Adjective,10,9,3,injunctive,15.19,0.84,15.19,0.84,none,none,none, injure,injure,1.00,Verb,6,4,2,injure,7.53,0.94,7.53,0.94,7.05,none,none,8.79 injured,injured,10.47,Verb,7,5,2,injure,none,none,7.53,0.94,7.05,none,none,8.79 injures,injures,0.04,Verb,7,5,2,injure,none,none,7.53,0.94,7.05,none,none,8.79 injuries,injuries,7.41,Noun,8,6,3,injury,none,none,7.56,1.00,none,none,none, injuring,injuring,0.25,Verb,8,6,3,injure,none,none,7.53,0.94,7.05,none,none,8.79 injurious,injurious,0.12,Adjective,9,8,4,injurious,13.79,0.78,13.79,0.78,none,none,none, injury,injury,10.20,Noun,6,5,3,injury,7.56,1.00,7.56,1.00,none,none,none, injustice,injustice,3.20,Noun,9,8,3,injustice,10.89,1.00,10.89,1.00,none,none,none, injustices,injustices,0.31,Noun,10,10,4,injustice,none,none,10.89,1.00,none,none,none, ink,ink,7.49,Noun,3,3,1,ink,5.16,1.00,5.16,1.00,none,none,6.26, inkblot,inkblot,0.04,Noun,7,7,2,inkblot,9.26,1.00,9.26,1.00,none,none,none, inkblots,inkblots,0.04,Noun,8,8,2,inkblot,none,none,9.26,1.00,none,none,none, inker,inker,0.04,Noun,5,4,2,inker,14.00,0.70,14.00,0.70,none,none,none, inkless,inkless,0.02,Adjective,7,6,2,inkless,11.89,0.95,11.89,0.95,none,none,none, inkling,inkling,0.69,Noun,7,6,2,inkling,12.89,0.95,12.89,0.95,none,12.23,none, inkpad,inkpad,0.02,Noun,6,6,2,inkpad,8.00,0.89,8.00,0.89,none,none,none, inks,inks,0.18,Noun,4,4,1,ink,none,none,5.16,1.00,none,none,6.26, inkstand,inkstand,Err:512,Err:512,8,8,2,inkstand,10.85,0.65,10.85,0.65,none,none,none, inkstands,inkstands,0.02,Noun,9,9,2,inkstand,none,none,10.85,0.65,none,none,none, inkwell,inkwell,0.25,Noun,7,6,2,inkwell,11.76,0.94,11.76,0.94,none,none,none, inkwells,inkwells,0.02,Noun,8,7,2,inkwell,none,none,11.76,0.94,none,none,none, inky,inky,0.22,Adjective,4,4,2,inky,9.29,0.94,9.29,0.94,none,none,none, inlaid,inlaid,0.18,Adjective,6,5,2,inlaid,13.69,0.84,13.69,0.84,none,none,none, inlay,inlay,0.25,Noun,5,4,2,inlay,13.39,0.95,13.39,0.95,none,11.79,none, inlays,inlays,0.04,Verb,6,5,2,inlay,none,none,13.39,0.95,none,11.79,none, inlet,inlet,0.45,Noun,5,5,2,inlet,9.76,0.94,9.76,0.94,none,none,none, inlets,inlets,0.02,Noun,6,6,2,inlet,none,none,9.76,0.94,none,none,none, inmate,inmate,2.69,Noun,6,5,2,inmate,8.90,1.00,8.90,1.00,none,none,none,11.39 inmates,inmates,3.86,Noun,7,6,2,inmate,none,none,8.90,1.00,none,none,none,11.39 inmost,inmost,0.10,Adjective,6,6,2,inmost,12.80,0.75,12.80,0.75,none,none,none, inn,inn,8.39,Noun,3,2,1,inn,7.52,1.00,7.52,1.00,none,6.92,7.63, innards,innards,0.39,Noun,7,5,2,innards,9.89,1.00,9.89,1.00,none,none,none, innate,innate,0.76,Adjective,6,4,2,innate,13.58,1.00,13.58,1.00,none,13.64,none,11.39 inner,inner,9.94,Adjective,5,3,2,inner,7.94,1.00,7.94,1.00,none,none,none, innermost,innermost,0.73,Adjective,9,7,3,innermost,12.22,1.00,12.22,1.00,none,none,none, innerspring,innerspring,0.02,Adjective,11,8,3,innerspring,14.07,0.75,14.07,0.75,none,none,none, inning,inning,2.51,Noun,6,4,2,inning,7.12,0.94,7.12,0.94,none,none,none, innings,innings,0.96,Noun,7,5,2,inning,none,none,7.12,0.94,none,none,none, innkeeper,innkeeper,0.43,Noun,9,6,3,innkeeper,8.37,1.00,8.37,1.00,none,none,none, innocence,innocence,6.59,Noun,9,7,3,innocence,9.39,1.00,9.39,1.00,none,9.45,none, innocent,innocent,54.51,Adjective,8,7,3,innocent,5.95,1.00,5.95,1.00,none,none,none, innocents,innocents,1.43,Noun,9,8,3,innocent,none,none,5.95,1.00,none,none,none, innocuous,innocuous,0.47,Adjective,9,8,4,innocuous,14.00,0.79,14.00,0.79,none,none,none, innovate,innovate,0.08,Verb,8,6,3,innovate,11.28,0.95,11.28,0.95,none,none,none, innovates,innovates,0.02,Verb,9,7,3,innovate,none,none,11.28,0.95,none,none,none, innovating,innovating,0.02,Adjective,10,8,4,innovating,12.78,1.00,12.78,1.00,none,none,none, innovation,innovation,0.67,Noun,10,8,4,innovation,12.68,1.00,12.68,1.00,none,none,none, innovations,innovations,0.29,Noun,11,9,4,innovation,none,none,12.68,1.00,none,none,none, innovative,innovative,1.02,Adjective,10,8,4,innovative,11.17,1.00,11.17,1.00,none,none,none, innovator,innovator,0.20,Noun,9,7,4,innovator,10.06,1.00,10.06,1.00,none,none,none, innovators,innovators,0.02,Noun,10,8,4,innovator,none,none,10.06,1.00,none,none,none, inns,inns,0.29,Noun,4,3,1,inn,none,none,7.52,1.00,none,6.92,7.63, innuendo,innuendo,0.90,Noun,8,8,4,innuendo,13.56,0.89,13.56,0.89,none,none,none, innuendoes,innuendoes,0.14,Noun,10,9,4,innuendo,none,none,13.56,0.89,none,none,none, innuendos,innuendos,0.18,Noun,9,9,4,innuendo,none,none,13.56,0.89,none,none,none, innumerable,innumerable,0.20,Adjective,11,9,5,innumerable,11.82,0.89,11.82,0.89,none,none,none, inoculate,inoculate,0.35,Verb,9,9,4,inoculate,12.54,0.72,12.54,0.72,none,none,none, inoculated,inoculated,0.27,Verb,10,11,5,inoculate,none,none,12.54,0.72,none,none,none, inoculating,inoculating,0.08,Verb,11,11,5,inoculate,none,none,12.54,0.72,none,none,none, inoculation,inoculation,0.33,Noun,11,11,5,inoculation,12.67,0.79,12.67,0.79,none,10.45,none, inoculations,inoculations,0.16,Noun,12,12,5,inoculation,none,none,12.67,0.79,none,10.45,none, inoffensive,inoffensive,0.24,Adjective,11,9,4,inoffensive,11.63,1.00,11.63,1.00,none,none,none, inoperable,inoperable,0.65,Adjective,10,9,5,inoperable,12.58,1.00,12.58,1.00,none,none,none, inoperative,inoperative,0.29,Adjective,11,9,5,inoperative,12.00,0.94,12.00,0.94,none,none,none, inopportune,inopportune,0.25,Adjective,11,8,4,inopportune,13.22,0.90,13.22,0.90,none,none,none, inordinate,inordinate,0.29,Adjective,10,9,4,inordinate,14.60,0.83,14.60,0.83,none,none,none, inorganic,inorganic,0.14,Adjective,9,9,4,inorganic,13.37,1.00,13.37,1.00,none,none,none, inpatient,inpatient,0.12,Noun,9,8,3,inpatient,9.06,0.89,9.06,0.89,none,none,none, input,input,2.98,Noun,5,5,2,input,10.67,1.00,10.67,1.00,none,10.88,none,9.40 inputs,inputs,0.04,Verb,6,6,2,input,none,none,10.67,1.00,none,10.88,none,9.40 inputting,inputting,0.06,Verb,9,7,3,input,none,none,10.67,1.00,none,10.88,none,9.40 inquest,inquest,0.80,Noun,7,7,2,inquest,12.74,0.95,12.74,0.95,none,none,none,12.64 inquests,inquests,0.02,Noun,8,8,2,inquest,none,none,12.74,0.95,none,none,none,12.64 inquire,inquire,1.69,Verb,7,6,2,inquire,10.40,1.00,10.40,1.00,none,none,none,10.70 inquired,inquired,0.55,Verb,8,7,3,inquire,none,none,10.40,1.00,none,none,none,10.70 inquirer,inquirer,0.02,Noun,8,7,3,inquirer,10.72,0.95,10.72,0.95,none,none,none, inquires,inquires,0.04,Verb,8,7,3,inquire,none,none,10.40,1.00,none,none,none,10.70 inquiries,inquiries,1.51,Noun,9,8,4,inquiry,none,none,11.37,1.00,none,9.54,none, inquiring,inquiring,0.96,Verb,9,8,4,inquire,none,none,10.40,1.00,none,none,none,10.70 inquiry,inquiry,3.49,Noun,7,7,3,inquiry,11.37,1.00,11.37,1.00,none,9.54,none, inquisition,inquisition,0.43,Noun,11,10,4,inquisition,12.50,0.95,12.50,0.95,none,none,none, inquisitions,inquisitions,0.02,Noun,12,11,4,inquisition,none,none,12.50,0.95,none,none,none, inquisitive,inquisitive,1.00,Adjective,11,10,4,inquisitive,12.12,0.94,12.12,0.94,none,none,none, inquisitiveness,inquisitiveness,0.06,Noun,15,13,5,inquisitiveness,12.39,0.95,12.39,0.95,none,none,none, inquisitor,inquisitor,0.45,Noun,10,9,4,inquisitor,12.83,1.00,12.83,1.00,none,none,none, ins,ins,0.53,Noun,3,3,1,in,none,none,3.69,1.00,4.15,none,3.43, insalubrious,insalubrious,Err:512,Err:512,12,11,5,insalubrious,15.75,0.19,15.75,0.19,none,none,none, insane,insane,38.69,Adjective,6,5,2,insane,7.96,1.00,7.96,1.00,none,8.96,none,8.20 insanitary,insanitary,0.02,Adjective,10,10,5,insanitary,10.93,0.79,10.93,0.79,none,none,none, insanities,insanities,0.06,Noun,10,9,4,insanity,none,none,7.33,1.00,none,none,none, insanity,insanity,7.67,Noun,8,8,4,insanity,7.33,1.00,7.33,1.00,none,none,none, insatiable,insatiable,0.98,Adjective,10,9,4,insatiable,13.39,0.82,13.39,0.82,none,none,none, inscribe,inscribe,0.18,Verb,8,7,2,inscribe,10.11,0.95,10.11,0.95,none,none,none, inscribed,inscribed,0.63,Verb,9,8,2,inscribe,none,none,10.11,0.95,none,none,none, inscription,inscription,1.71,Noun,11,10,3,inscription,11.53,0.89,11.53,0.89,none,none,none, inscriptions,inscriptions,0.16,Noun,12,11,3,inscription,none,none,11.53,0.89,none,none,none, inscrutable,inscrutable,0.47,Adjective,11,11,4,inscrutable,13.12,0.84,13.12,0.84,none,none,none, inseam,inseam,0.16,Noun,6,5,2,inseam,11.05,1.00,11.05,1.00,none,none,none, inseams,inseams,0.02,Noun,7,6,2,inseam,none,none,11.05,1.00,none,none,none, insect,insect,3.16,Noun,6,6,2,insect,4.75,1.00,4.75,1.00,none,5.77,none,4.97 insecticide,insecticide,0.53,Noun,11,10,4,insecticide,11.06,0.94,11.06,0.94,none,none,none, insecticides,insecticides,0.12,Noun,12,11,4,insecticide,none,none,11.06,0.94,none,none,none, insectivore,insectivore,0.04,Noun,11,10,4,insectivore,13.75,0.63,13.75,0.63,none,none,none, insectivorous,insectivorous,0.02,Adjective,13,11,5,insectivorous,13.73,0.58,13.73,0.58,none,none,none, insects,insects,3.10,Noun,7,7,2,insect,none,none,4.75,1.00,none,5.77,none,4.97 insecure,insecure,4.06,Adjective,8,7,3,insecure,12.11,1.00,12.11,1.00,none,none,none, insecurities,insecurities,0.71,Noun,12,12,5,insecurity,none,none,9.74,1.00,none,none,none, insecurity,insecurity,1.08,Noun,10,11,5,insecurity,9.74,1.00,9.74,1.00,none,none,none, inseminate,inseminate,0.08,Verb,10,9,4,inseminate,15.33,0.83,15.33,0.83,none,none,none, inseminated,inseminated,0.16,Verb,11,11,5,inseminate,none,none,15.33,0.83,none,none,none, insemination,insemination,0.63,Noun,12,11,5,insemination,13.84,1.00,13.84,1.00,none,none,none, inseminations,inseminations,0.02,Noun,13,12,5,insemination,none,none,13.84,1.00,none,none,none, insensate,insensate,0.08,Adjective,9,8,3,insensate,14.50,0.50,14.50,0.50,none,none,none, insensible,insensible,0.08,Adjective,10,10,4,insensible,13.50,0.89,13.50,0.89,none,none,none, insensitive,insensitive,3.75,Adjective,11,10,4,insensitive,9.91,1.00,9.91,1.00,none,none,none, insensitivity,insensitivity,0.27,Noun,13,13,6,insensitivity,10.95,1.00,10.95,1.00,none,none,none, insentient,insentient,0.02,Noun,10,9,3,insentient,15.27,0.58,15.27,0.58,none,none,none, inseparable,inseparable,1.00,Adjective,11,10,5,inseparable,10.61,0.95,10.61,0.95,none,none,none, insert,insert,2.76,Verb,6,5,2,insert,8.20,1.00,8.20,1.00,none,none,none,8.12 inserted,inserted,1.16,Verb,8,7,3,insert,none,none,8.20,1.00,none,none,none,8.12 inserting,inserting,0.27,Verb,9,7,3,insert,none,none,8.20,1.00,none,none,none,8.12 insertion,insertion,0.63,Noun,9,7,3,insertion,9.58,1.00,9.58,1.00,none,none,none, insertions,insertions,0.10,Noun,10,8,3,insertion,none,none,9.58,1.00,none,none,none, inserts,inserts,0.31,Noun,7,6,2,insert,none,none,8.20,1.00,none,none,none,8.12 inset,inset,0.02,Noun,5,5,2,inset,12.37,1.00,12.37,1.00,none,none,none, insets,insets,0.02,Noun,6,6,2,inset,none,none,12.37,1.00,none,none,none, inside,inside,211.27,Adverb,6,5,2,inside,4.77,1.00,4.77,1.00,4.86,none,none, insider,insider,0.71,Noun,7,6,3,insider,11.67,1.00,11.67,1.00,none,none,none, insiders,insiders,0.16,Noun,8,7,3,insider,none,none,11.67,1.00,none,none,none, insides,insides,2.65,Noun,7,6,2,inside,none,none,4.77,1.00,4.86,none,none, insidious,insidious,0.88,Adjective,9,8,4,insidious,14.47,0.83,14.47,0.83,none,none,none, insight,insight,2.80,Noun,7,5,2,insight,10.95,1.00,10.95,1.00,none,10.73,none,10.51 insightful,insightful,0.98,Adjective,10,8,3,insightful,8.94,1.00,8.94,1.00,none,none,none, insights,insights,1.02,Noun,8,6,2,insight,none,none,10.95,1.00,none,10.73,none,10.51 insignia,insignia,0.80,Noun,8,8,4,insignia,11.94,0.85,11.94,0.85,none,none,none, insignias,insignias,0.08,Noun,9,9,4,insignia,none,none,11.94,0.85,none,none,none, insignificance,insignificance,0.06,Noun,14,14,5,insignificance,10.72,1.00,10.72,1.00,none,none,none, insignificant,insignificant,2.63,Adjective,13,14,5,insignificant,11.59,0.94,11.59,0.94,none,none,none, insincere,insincere,0.31,Adjective,9,8,3,insincere,11.17,1.00,11.17,1.00,none,none,none, insincerity,insincerity,0.04,Noun,11,11,5,insincerity,11.94,1.00,11.94,1.00,none,none,none, insinuate,insinuate,0.65,Verb,9,9,4,insinuate,13.43,0.74,13.43,0.74,none,none,none, insinuated,insinuated,0.18,Verb,10,11,5,insinuate,none,none,13.43,0.74,none,none,none, insinuates,insinuates,0.02,Verb,10,10,4,insinuate,none,none,13.43,0.74,none,none,none, insinuating,insinuating,0.96,Verb,11,11,5,insinuate,none,none,13.43,0.74,none,none,none, insinuation,insinuation,0.29,Noun,11,11,5,insinuation,13.16,1.00,13.16,1.00,none,none,none, insinuations,insinuations,0.41,Noun,12,12,5,insinuation,none,none,13.16,1.00,none,none,none, insipid,insipid,0.61,Adjective,7,7,3,insipid,16.93,0.79,16.93,0.79,none,none,none, insist,insist,17.84,Verb,6,6,2,insist,8.33,1.00,8.33,1.00,7.78,none,none,9.58 insisted,insisted,8.18,Verb,8,8,3,insist,none,none,8.33,1.00,7.78,none,none,9.58 insistence,insistence,0.41,Noun,10,9,3,insistence,11.32,1.00,11.32,1.00,none,10.92,none, insistent,insistent,0.84,Adjective,9,9,3,insistent,10.39,1.00,10.39,1.00,none,none,none, insisting,insisting,1.63,Verb,9,8,3,insist,none,none,8.33,1.00,7.78,none,none,9.58 insists,insists,3.63,Verb,7,7,2,insist,none,none,8.33,1.00,7.78,none,none,9.58 insolate,insolate,0.02,Noun,8,7,3,insolate,10.44,0.89,10.44,0.89,none,none,none, insole,insole,0.04,Noun,6,5,2,insole,12.21,0.74,12.21,0.74,none,none,none, insolence,insolence,0.88,Noun,9,8,3,insolence,14.11,1.00,14.11,1.00,none,10.07,none, insolent,insolent,1.20,Adjective,8,8,3,insolent,13.47,1.00,13.47,1.00,none,none,none, insoles,insoles,0.06,Noun,7,6,2,insole,none,none,12.21,0.74,none,none,none, insolubility,insolubility,Err:512,Err:512,12,12,6,insolubility,13.53,0.89,13.53,0.89,none,none,none, insoluble,insoluble,0.14,Adjective,9,10,4,insoluble,12.78,0.95,12.78,0.95,none,none,none, insolvency,insolvency,0.04,Noun,10,10,4,insolvency,14.64,0.78,14.64,0.78,none,none,none, insolvent,insolvent,0.06,Adjective,9,9,3,insolvent,14.32,0.95,14.32,0.95,none,none,none, insomnia,insomnia,1.73,Noun,8,8,4,insomnia,13.05,1.00,13.05,1.00,none,none,none, insomniac,insomniac,0.31,Noun,9,9,4,insomniac,11.55,1.00,11.55,1.00,none,none,none, insomniacs,insomniacs,0.12,Noun,10,10,4,insomniac,none,none,11.55,1.00,none,none,none, insomuch,insomuch,Err:512,Err:512,8,7,3,insomuch,13.27,0.79,13.27,0.79,none,none,none, insouciance,insouciance,0.02,Noun,11,9,4,insouciance,15.73,0.55,15.73,0.55,none,none,none, insouciant,insouciant,0.06,Noun,10,9,3,insouciant,14.25,0.42,14.25,0.42,none,none,none, inspect,inspect,2.55,Verb,7,7,2,inspect,8.21,1.00,8.21,1.00,none,8.71,none,8.62 inspected,inspected,0.71,Verb,9,9,3,inspect,none,none,8.21,1.00,none,8.71,none,8.62 inspecting,inspecting,0.69,Verb,10,9,3,inspect,none,none,8.21,1.00,none,8.71,none,8.62 inspection,inspection,5.88,Noun,10,9,3,inspection,8.47,1.00,8.47,1.00,none,none,none, inspections,inspections,0.55,Noun,11,10,3,inspection,none,none,8.47,1.00,none,none,none, inspector,inspector,22.04,Noun,9,8,3,inspector,8.84,1.00,8.84,1.00,none,none,none, inspectors,inspectors,0.84,Noun,10,9,3,inspector,none,none,8.84,1.00,none,none,none, inspects,inspects,0.10,Verb,8,8,2,inspect,none,none,8.21,1.00,none,8.71,none,8.62 inspiration,inspiration,7.10,Noun,11,9,4,inspiration,10.67,1.00,10.67,1.00,none,none,none, inspirational,inspirational,1.22,Adjective,13,11,5,inspirational,10.26,1.00,10.26,1.00,none,none,none, inspirations,inspirations,0.14,Noun,12,10,4,inspiration,none,none,10.67,1.00,none,none,none, inspire,inspire,3.88,Verb,7,6,2,inspire,8.11,1.00,8.11,1.00,none,none,none, inspired,inspired,7.65,Verb,8,7,3,inspire,none,none,8.11,1.00,none,none,none, inspirer,inspirer,0.02,Noun,8,7,4,inspirer,11.25,0.80,11.25,0.80,none,none,none, inspires,inspires,1.14,Verb,8,7,2,inspire,none,none,8.11,1.00,none,none,none, inspirit,inspirit,Err:512,Err:512,8,8,3,inspirit,14.00,0.58,14.00,0.58,none,none,none, instabilities,instabilities,0.06,Noun,13,12,5,instability,none,none,12.55,1.00,none,none,none, instability,instability,1.02,Noun,11,11,5,instability,12.55,1.00,12.55,1.00,none,none,none, instable,instable,0.04,Adjective,8,8,3,instable,11.81,0.84,11.81,0.84,none,none,none, install,instal,2.71,Verb,7,6,2,install,10.14,1.00,10.14,1.00,none,10.73,none,8.70 installation,installation,1.41,Noun,12,10,4,installation,10.21,1.00,10.21,1.00,none,none,none, installations,installations,0.55,Noun,13,11,4,installation,none,none,10.21,1.00,none,none,none, installed,installed,4.51,Verb,9,7,2,install,none,none,10.14,1.00,none,10.73,none,8.70 installing,installing,1.18,Verb,10,8,3,install,none,none,10.14,1.00,none,10.73,none,8.70 installs,instals,0.14,Verb,8,7,2,install,none,none,10.14,1.00,none,10.73,none,8.70 instance,instance,16.78,Adverb,8,7,2,instance,9.57,1.00,9.57,1.00,8.84,9.32,none,9.40 instances,instances,0.67,Noun,9,9,3,instance,none,none,9.57,1.00,8.84,9.32,none,9.40 instant,instant,10.78,Noun,7,7,2,instant,7.05,1.00,7.05,1.00,7.86,none,none,8.62 instantaneous,instantaneous,0.61,Adjective,13,12,5,instantaneous,11.89,1.00,11.89,1.00,none,none,none, instantly,instantly,4.55,Adverb,9,9,3,instantly,7.54,0.95,7.54,0.95,7.96,none,none, instants,instants,0.04,Noun,8,8,2,instant,none,none,7.05,1.00,7.86,none,none,8.62 instate,instate,0.04,Verb,7,6,2,instate,11.81,0.84,11.81,0.84,none,none,none, instated,instated,0.06,Verb,8,8,3,instate,none,none,11.81,0.84,none,none,none, instead,instead,79.27,Preposition,7,6,2,instead,6.68,1.00,6.68,1.00,none,none,none,7.65 instep,instep,0.31,Noun,6,6,2,instep,12.00,0.84,12.00,0.84,none,none,none, insteps,insteps,0.02,Noun,7,7,2,instep,none,none,12.00,0.84,none,none,none, instigate,instigate,0.20,Verb,9,8,3,instigate,12.44,0.90,12.44,0.90,11.98,none,none, instigated,instigated,0.37,Verb,10,10,4,instigate,none,none,12.44,0.90,11.98,none,none, instigates,instigates,0.04,Verb,10,9,3,instigate,none,none,12.44,0.90,11.98,none,none, instigating,instigating,0.08,Verb,11,10,4,instigate,none,none,12.44,0.90,11.98,none,none, instigation,instigation,0.10,Noun,11,10,4,instigation,12.47,0.94,12.47,0.94,none,none,none, instigator,instigator,0.22,Noun,10,9,4,instigator,13.06,1.00,13.06,1.00,none,none,none, instigators,instigators,0.06,Noun,11,10,4,instigator,none,none,13.06,1.00,none,none,none, instinct,instinct,7.65,Noun,8,8,2,instinct,10.65,1.00,10.65,1.00,none,9.66,none,9.40 instinctive,instinctive,0.41,Adjective,11,10,3,instinctive,11.58,1.00,11.58,1.00,none,none,none, instincts,instincts,8.39,Noun,9,9,2,instinct,none,none,10.65,1.00,none,9.66,none,9.40 instinctual,instinctual,0.20,Adjective,11,12,4,instinctual,12.21,1.00,12.21,1.00,none,none,none, institute,institute,3.25,Noun,9,8,3,institute,10.11,1.00,10.11,1.00,none,none,none, instituted,instituted,0.80,Verb,10,10,4,institute,none,none,10.11,1.00,none,none,none, institutes,institutes,0.04,Noun,10,9,3,institute,none,none,10.11,1.00,none,none,none, instituting,instituting,0.18,Verb,11,10,4,institute,none,none,10.11,1.00,none,none,none, institution,institution,7.76,Noun,11,10,4,institution,10.05,1.00,10.05,1.00,none,10.87,none, institutional,institutional,0.33,Adjective,13,12,5,institutional,11.16,1.00,11.16,1.00,none,none,none, institutionalization,institutionalisation,0.02,Noun,20,18,8,institutionalization,13.44,0.90,13.44,0.90,none,none,none, institutions,institutions,1.63,Noun,12,11,4,institution,none,none,10.05,1.00,none,10.87,none, instruct,instruct,1.67,Verb,8,8,2,instruct,9.00,1.00,9.00,1.00,none,none,none,9.31 instructed,instructed,4.67,Verb,10,10,3,instruct,none,none,9.00,1.00,none,none,none,9.31 instructing,instructing,0.35,Verb,11,10,3,instruct,none,none,9.00,1.00,none,none,none,9.31 instruction,instruction,2.02,Noun,11,10,3,instruction,7.47,1.00,7.47,1.00,7.76,none,none, instructional,instructional,0.18,Adjective,13,12,4,instructional,11.30,1.00,11.30,1.00,none,none,none, instructions,instructions,15.65,Noun,12,11,3,instruction,none,none,7.47,1.00,7.76,none,none, instructive,instructive,0.43,Adjective,11,10,3,instructive,10.53,0.95,10.53,0.95,none,none,none, instructor,instructor,4.71,Noun,10,9,3,instructor,8.19,1.00,8.19,1.00,8.23,none,none, instructors,instructors,0.76,Noun,11,10,3,instructor,none,none,8.19,1.00,8.23,none,none, instructs,instructs,0.10,Verb,9,9,2,instruct,none,none,9.00,1.00,none,none,none,9.31 instrument,instrument,8.10,Noun,10,10,3,instrument,6.94,1.00,6.94,1.00,6.93,none,none, instrumental,instrumental,1.53,Adjective,12,12,4,instrumental,8.94,1.00,8.94,1.00,none,none,none, instrumentals,instrumentals,0.02,Noun,13,13,4,instrumental,none,none,8.94,1.00,none,none,none, instrumentation,instrumentation,0.20,Noun,15,14,5,instrumentation,13.05,1.00,13.05,1.00,none,none,none, instruments,instruments,5.14,Noun,11,11,3,instrument,none,none,6.94,1.00,6.93,none,none, insubordinate,insubordinate,0.37,Adjective,13,12,5,insubordinate,13.06,0.95,13.06,0.95,none,none,none, insubordination,insubordination,1.25,Noun,15,14,6,insubordination,12.12,0.89,12.12,0.89,none,none,none, insubstantial,insubstantial,0.35,Adjective,13,12,4,insubstantial,13.42,0.95,13.42,0.95,none,none,none, insufferable,insufferable,0.96,Adjective,12,10,5,insufferable,11.89,0.95,11.89,0.95,none,none,none, insufficiency,insufficiency,0.10,Noun,13,11,5,insufficiency,13.17,1.00,13.17,1.00,none,11.55,none, insufficient,insufficient,1.06,Adjective,12,10,4,insufficient,10.22,1.00,10.22,1.00,none,none,none, insular,insular,0.06,Adjective,7,6,3,insular,15.74,0.90,15.74,0.90,none,none,none, insulate,insulate,0.27,Verb,8,7,3,insulate,11.00,1.00,11.00,1.00,none,none,none, insulated,insulated,0.35,Verb,9,9,4,insulate,none,none,11.00,1.00,none,none,none, insulates,insulates,0.04,Verb,9,8,3,insulate,none,none,11.00,1.00,none,none,none, insulation,insulation,1.00,Noun,10,9,4,insulation,10.21,1.00,10.21,1.00,none,none,none, insulator,insulator,0.04,Noun,9,8,4,insulator,11.16,1.00,11.16,1.00,none,none,none, insulin,insulin,2.10,Noun,7,7,3,insulin,11.32,1.00,11.32,1.00,none,none,none, insult,insult,12.53,Verb,6,6,2,insult,8.63,1.00,8.63,1.00,8.37,none,none,8.62 insulted,insulted,6.00,Verb,8,8,3,insult,none,none,8.63,1.00,8.37,none,none,8.62 insulter,insulter,0.06,Noun,8,7,3,insulter,11.11,0.90,11.11,0.90,none,none,none, insulters,insulters,0.04,Noun,9,8,3,insulter,none,none,11.11,0.90,none,none,none, insulting,insulting,5.37,Adjective,9,8,3,insulting,8.50,1.00,8.50,1.00,none,none,none, insults,insults,2.98,Noun,7,7,2,insult,none,none,8.63,1.00,8.37,none,none,8.62 insuperable,insuperable,0.08,Adjective,11,11,5,insuperable,13.30,0.53,13.30,0.53,none,none,none, insupportable,insupportable,0.06,Adjective,13,12,5,insupportable,12.44,0.95,12.44,0.95,none,none,none, insurable,insurable,0.02,Adjective,9,9,4,insurable,13.50,0.74,13.50,0.74,none,none,none, insurance,insurance,38.33,Noun,9,8,3,insurance,11.40,1.00,11.40,1.00,none,10.02,none, insurances,insurances,0.04,Noun,10,10,4,insurance,none,none,11.40,1.00,none,10.02,none, insure,insure,1.06,Verb,6,5,2,insure,10.59,0.94,10.59,0.94,none,none,none,10.51 insured,insured,2.47,Verb,7,6,2,ensure,none,none,11.11,1.00,none,10.32,none,10.70 insures,insures,0.16,Verb,7,6,2,insure,none,none,10.59,0.94,none,none,none,10.51 insurgence,insurgence,0.02,Noun,10,8,3,insurgence,14.77,0.72,14.77,0.72,none,none,none, insurgency,insurgency,0.16,Noun,10,9,4,insurgency,15.41,0.94,15.41,0.94,none,none,none, insurgent,insurgent,0.24,Adjective,9,8,3,insurgent,13.88,0.89,13.88,0.89,none,none,none, insurgents,insurgents,0.59,Noun,10,9,3,insurgent,none,none,13.88,0.89,none,none,none, insuring,insuring,0.14,Verb,8,7,3,insure,none,none,10.59,0.94,none,none,none,10.51 insurmountable,insurmountable,0.27,Adjective,14,12,5,insurmountable,13.06,0.81,13.06,0.81,none,none,none, insurrection,insurrection,0.37,Noun,12,9,4,insurrection,12.88,0.94,12.88,0.94,none,none,none, insurrectional,insurrectional,0.02,Adjective,14,12,5,insurrectional,15.40,0.50,15.40,0.50,none,none,none, insurrections,insurrections,0.02,Noun,13,11,4,insurrection,none,none,12.88,0.94,none,none,none, intact,intact,6.35,Adjective,6,6,2,intact,9.84,1.00,9.84,1.00,none,none,none,10.22 intaglio,intaglio,0.08,Noun,8,7,3,intaglio,17.00,0.28,17.00,0.28,none,none,none, intake,intake,1.29,Noun,6,5,2,intake,12.84,1.00,12.84,1.00,none,none,none, intakes,intakes,0.10,Noun,7,6,2,intake,none,none,12.84,1.00,none,none,none, intangibility,intangibility,0.18,Noun,13,13,6,intangibility,13.12,0.89,13.12,0.89,none,none,none, intangible,intangible,0.53,Adjective,10,10,4,intangible,12.06,0.89,12.06,0.89,none,none,none, intangibles,intangibles,0.06,Noun,11,11,4,intangible,none,none,12.06,0.89,none,none,none, integer,integer,0.14,Noun,7,6,3,integer,10.22,1.00,10.22,1.00,none,none,none, integers,integers,0.04,Noun,8,7,3,integer,none,none,10.22,1.00,none,none,none, integral,integral,0.73,Adjective,8,8,3,integral,14.33,1.00,14.33,1.00,none,none,none, integrate,integrate,0.78,Verb,9,8,3,integrate,11.47,1.00,11.47,1.00,none,none,none, integrated,integrated,1.08,Verb,10,10,4,integrate,none,none,11.47,1.00,none,none,none, integrates,integrates,0.06,Verb,10,9,3,integrate,none,none,11.47,1.00,none,none,none, integrating,integrating,0.08,Verb,11,10,4,integrate,none,none,11.47,1.00,none,none,none, integration,integration,0.65,Noun,11,10,4,integration,11.21,1.00,11.21,1.00,none,none,none, integrationist,integrationist,0.02,Noun,14,13,5,integrationist,16.67,0.79,16.67,0.79,none,none,none, integrator,integrator,0.04,Noun,10,9,4,integrator,13.14,0.78,13.14,0.78,none,none,none, integrities,integrities,0.02,Noun,11,10,4,integrity,none,none,10.72,1.00,11.91,none,none, integrity,integrity,7.20,Noun,9,9,4,integrity,10.72,1.00,10.72,1.00,11.91,none,none, integument,integument,Err:512,Err:512,10,11,4,integument,17.17,0.29,17.17,0.29,none,none,none, intellect,intellect,2.14,Noun,9,8,3,intellect,10.68,0.95,10.68,0.95,none,none,none, intellects,intellects,0.25,Noun,10,9,3,intellect,none,none,10.68,0.95,none,none,none, intellectual,intellectual,4.59,Adjective,12,11,5,intellectual,10.90,1.00,10.90,1.00,none,none,none, intellectualism,intellectualism,0.04,Noun,15,15,7,intellectualism,15.21,0.90,15.21,0.90,none,none,none, intellectuality,intellectuality,0.02,Noun,15,15,7,intellectuality,11.81,0.89,11.81,0.89,none,none,none, intellectualization,intellectualization,0.02,Noun,19,18,8,intellectualization,15.94,0.84,15.94,0.84,none,none,none, intellectualize,intellectualise,0.04,Verb,15,14,6,intellectualize,13.58,0.95,13.58,0.95,none,none,none, intellectuals,intellectuals,0.80,Noun,13,12,5,intellectual,none,none,10.90,1.00,none,none,none, intelligence,intelligence,19.27,Noun,12,10,4,intelligence,8.56,1.00,8.56,1.00,none,9.07,none, intelligences,intelligences,0.12,Noun,13,12,5,intelligence,none,none,8.56,1.00,none,9.07,none, intelligent,intelligent,13.51,Adjective,11,10,4,intelligent,8.28,1.00,8.28,1.00,none,none,none, intelligentsia,intelligentsia,0.06,Noun,14,13,6,intelligentsia,15.77,0.68,15.77,0.68,none,none,none, intelligible,intelligible,0.06,Adjective,12,11,5,intelligible,11.00,1.00,11.00,1.00,none,none,none, intemperance,intemperance,0.02,Noun,12,10,4,intemperance,15.79,0.74,15.79,0.74,none,12.72,none, intemperate,intemperate,0.10,Adjective,11,9,4,intemperate,16.46,0.68,16.46,0.68,none,none,none, intend,intend,23.20,Verb,6,6,2,intend,8.94,1.00,8.94,1.00,none,8.90,none,9.40 intendant,intendant,0.02,Noun,9,9,3,intendant,14.00,0.63,14.00,0.63,none,none,none, intended,intended,11.78,Verb,8,8,3,intend,none,none,8.94,1.00,none,8.90,none,9.40 intending,intending,0.57,Verb,9,8,3,intend,none,none,8.94,1.00,none,8.90,none,9.40 intends,intends,2.04,Verb,7,7,2,intend,none,none,8.94,1.00,none,8.90,none,9.40 intense,intense,10.20,Adjective,7,6,2,intense,9.67,1.00,9.67,1.00,none,10.02,none,9.85 intensified,intensified,0.25,Verb,11,10,4,intensify,none,none,13.00,0.95,none,none,none, intensifier,intensifier,0.06,Noun,11,10,5,intensifier,13.56,0.89,13.56,0.89,none,none,none, intensifies,intensifies,0.25,Verb,11,10,4,intensify,none,none,13.00,0.95,none,none,none, intensify,intensify,0.24,Verb,9,9,4,intensify,13.00,0.95,13.00,0.95,none,none,none, intensity,intensity,2.49,Noun,9,9,4,intensity,11.26,1.00,11.26,1.00,none,none,none, intensive,intensive,2.20,Adjective,9,8,3,intensive,12.95,1.00,12.95,1.00,none,none,none, intent,intent,5.61,Noun,6,6,2,intent,9.37,1.00,9.37,1.00,10.63,none,none,9.85 intention,intention,10.96,Noun,9,8,3,intention,9.42,1.00,9.42,1.00,none,9.51,none, intentional,intentional,1.47,Adjective,11,10,4,intentional,8.74,1.00,8.74,1.00,none,none,none, intentionality,intentionality,0.12,Noun,14,13,6,intentionality,11.18,0.89,11.18,0.89,none,none,none, intentioned,intentioned,0.04,Adjective,11,9,3,intentioned,12.28,0.90,12.28,0.90,none,none,none, intentions,intentions,7.18,Noun,10,9,3,intention,none,none,9.42,1.00,none,9.51,none, intents,intents,0.65,Noun,7,7,2,intent,none,none,9.37,1.00,10.63,none,none,9.85 inter,inter,0.35,Adjective,5,4,2,inter,11.73,0.83,11.73,0.83,none,none,none, interact,interact,1.43,Verb,8,7,3,interact,9.58,1.00,9.58,1.00,none,none,none, interacted,interacted,0.16,Verb,10,9,4,interact,none,none,9.58,1.00,none,none,none, interacting,interacting,0.41,Verb,11,9,4,interact,none,none,9.58,1.00,none,none,none, interaction,interaction,1.18,Noun,11,9,4,interaction,9.42,1.00,9.42,1.00,none,none,none, interactions,interactions,0.25,Noun,12,10,4,interaction,none,none,9.42,1.00,none,none,none, interactive,interactive,0.55,Adjective,11,9,4,interactive,10.84,1.00,10.84,1.00,none,none,none, interacts,interacts,0.20,Verb,9,8,3,interact,none,none,9.58,1.00,none,none,none, interagency,interagency,0.39,Noun,11,10,5,interagency,13.55,0.58,13.55,0.58,none,none,none, interbank,interbank,0.02,Adjective,9,8,3,interbank,15.00,0.68,15.00,0.68,none,none,none, intercede,intercede,0.49,Verb,9,7,3,intercede,12.78,0.90,12.78,0.90,none,none,none, interceded,interceded,0.16,Verb,10,9,4,intercede,none,none,12.78,0.90,none,none,none, intercedes,intercedes,0.06,Verb,10,8,3,intercede,none,none,12.78,0.90,none,none,none, intercellular,intercellular,0.02,Adjective,13,11,5,intercellular,13.33,0.90,13.33,0.90,none,none,none, intercept,intercept,4.22,Verb,9,8,3,intercept,10.53,1.00,10.53,1.00,none,none,none, intercepted,intercepted,2.88,Verb,11,10,4,intercept,none,none,10.53,1.00,none,none,none, intercepting,intercepting,0.41,Verb,12,10,4,intercept,none,none,10.53,1.00,none,none,none, interception,interception,0.57,Noun,12,10,4,interception,9.50,1.00,9.50,1.00,none,none,none, interceptions,interceptions,0.10,Noun,13,11,4,interception,none,none,9.50,1.00,none,none,none, interceptor,interceptor,0.24,Noun,11,9,4,interceptor,11.11,1.00,11.11,1.00,none,none,none, interceptors,interceptors,0.14,Noun,12,10,4,interceptor,none,none,11.11,1.00,none,none,none, intercepts,intercepts,0.33,Verb,10,9,3,intercept,none,none,10.53,1.00,none,none,none, intercession,intercession,0.12,Noun,12,9,4,intercession,12.31,0.89,12.31,0.89,none,none,none, intercessions,intercessions,0.02,Noun,13,10,4,intercession,none,none,12.31,0.89,none,none,none, interchange,interchange,0.29,Noun,11,8,3,interchange,9.94,0.95,9.94,0.95,none,none,none, interchangeability,interchangeability,0.02,Noun,18,15,7,interchangeability,12.50,1.00,12.50,1.00,none,none,none, interchangeable,interchangeable,0.39,Adjective,15,12,5,interchangeable,10.16,1.00,10.16,1.00,none,none,none, intercity,intercity,0.06,Noun,9,8,4,intercity,15.18,0.89,15.18,0.89,none,none,none, intercollegiate,intercollegiate,0.08,Adjective,15,11,5,intercollegiate,15.14,0.74,15.14,0.74,none,none,none, intercom,intercom,2.10,Noun,8,7,3,intercom,8.79,1.00,8.79,1.00,none,none,none, intercoms,intercoms,0.04,Noun,9,9,3,intercom,none,none,8.79,1.00,none,none,none, interconnect,interconnect,0.02,Noun,12,10,4,interconnect,11.47,0.89,11.47,0.89,none,none,none, interconnected,interconnected,0.49,Verb,14,12,5,interconnect,none,none,11.47,0.89,none,none,none, interconnectedness,interconnectedness,0.08,Noun,18,15,6,interconnectedness,13.28,0.95,13.28,0.95,none,none,none, interconnecting,interconnecting,0.04,Adjective,15,12,5,interconnecting,12.88,0.89,12.88,0.89,none,none,none, interconnection,interconnection,0.02,Noun,15,12,5,interconnection,12.58,1.00,12.58,1.00,none,none,none, interconnects,interconnects,0.02,Noun,13,11,4,interconnect,none,none,11.47,0.89,none,none,none, intercontinental,intercontinental,0.12,Adjective,16,15,6,intercontinental,11.94,0.95,11.94,0.95,none,none,none, intercooler,intercooler,0.02,Noun,11,8,4,intercooler,10.85,0.65,10.85,0.65,none,none,none, intercourse,intercourse,3.78,Noun,11,8,3,intercourse,11.72,1.00,11.72,1.00,none,none,none, intercut,intercut,0.04,Verb,8,7,3,intercut,13.75,0.60,13.75,0.60,none,none,none, intercuts,intercuts,0.02,Noun,9,8,3,intercut,none,none,13.75,0.60,none,none,none, interdepartmental,interdepartmental,0.04,Adjective,17,16,6,interdepartmental,14.64,0.78,14.64,0.78,none,none,none, interdependent,interdependent,0.02,Adjective,14,13,5,interdependent,12.84,0.95,12.84,0.95,none,none,none, interdict,interdict,0.08,Verb,9,8,3,interdict,14.75,0.67,14.75,0.67,none,none,none, interdiction,interdiction,0.10,Noun,12,10,4,interdiction,14.71,0.78,14.71,0.78,none,none,none, interdicts,interdicts,0.02,Verb,10,10,3,interdict,none,none,14.75,0.67,none,none,none, interdisciplinary,interdisciplinary,0.02,Adjective,17,15,7,interdisciplinary,14.69,0.89,14.69,0.89,none,none,none, interest,interest,50.94,Noun,8,7,2,interest,7.37,1.00,7.37,1.00,7.47,8.18,none, interested,interested,85.76,Adjective,10,9,3,interested,8.83,1.00,8.83,1.00,none,none,none, interesting,interesting,86.69,Adjective,11,9,3,interesting,6.95,1.00,6.95,1.00,none,none,none, interests,interests,13.27,Noun,9,8,2,interest,none,none,7.37,1.00,7.47,8.18,none, interface,interface,1.51,Noun,9,7,3,interface,12.85,1.00,12.85,1.00,none,none,none, interfaced,interfaced,0.08,Verb,10,8,3,interface,none,none,12.85,1.00,none,none,none, interfaces,interfaces,0.16,Verb,10,9,4,interface,none,none,12.85,1.00,none,none,none, interfaith,interfaith,0.12,Noun,10,7,3,interfaith,14.87,0.75,14.87,0.75,none,none,none, interfere,interfere,9.53,Verb,9,7,3,interfere,10.44,1.00,10.44,1.00,none,none,none, interfered,interfered,1.59,Verb,10,8,3,interfere,none,none,10.44,1.00,none,none,none, interference,interference,4.65,Noun,12,10,4,interference,10.28,1.00,10.28,1.00,none,none,none, interferences,interferences,0.02,Noun,13,12,6,interference,none,none,10.28,1.00,none,none,none, interferes,interferes,0.78,Verb,10,8,3,interfere,none,none,10.44,1.00,none,none,none, interfering,interfering,3.06,Verb,11,9,4,interfere,none,none,10.44,1.00,none,none,none, interferon,interferon,0.06,Noun,10,9,4,interferon,18.00,0.56,18.00,0.56,none,none,none, intergalactic,intergalactic,0.76,Adjective,13,12,5,intergalactic,11.10,1.00,11.10,1.00,none,none,none, interim,interim,0.69,Noun,7,6,3,interim,13.41,0.81,13.41,0.81,none,none,none, interior,interior,5.24,Noun,8,7,4,interior,9.32,1.00,9.32,1.00,none,9.51,none, interiors,interiors,0.27,Noun,9,8,4,interior,none,none,9.32,1.00,none,9.51,none, interject,interject,0.45,Verb,9,8,3,interject,11.68,0.95,11.68,0.95,none,none,none, interjection,interjection,0.06,Noun,12,10,4,interjection,13.50,0.95,13.50,0.95,none,none,none, interjections,interjections,0.02,Noun,13,11,4,interjection,none,none,13.50,0.95,none,none,none, interlace,interlace,0.04,Verb,9,7,3,interlace,12.61,0.95,12.61,0.95,none,none,none, interleague,interleague,0.04,Noun,11,7,3,interleague,13.29,0.85,13.29,0.85,none,none,none, interline,interline,Err:512,Err:512,9,7,3,interline,13.86,0.37,13.86,0.37,none,none,none, interlock,interlock,0.35,Verb,9,7,3,interlock,11.06,0.94,11.06,0.94,none,none,none, interlocked,interlocked,0.12,Verb,11,8,3,interlock,none,none,11.06,0.94,none,none,none, interlocking,interlocking,0.22,Adjective,12,9,4,interlocking,8.89,1.00,8.89,1.00,none,none,none, interlocks,interlocks,0.10,Noun,10,8,3,interlock,none,none,11.06,0.94,none,none,none, interlocutory,interlocutory,0.06,Adjective,13,12,6,interlocutory,14.64,0.61,14.64,0.61,none,none,none, interloper,interloper,0.20,Noun,10,8,4,interloper,14.00,0.74,14.00,0.74,none,none,none, interlude,interlude,0.43,Noun,9,7,3,interlude,11.56,0.95,11.56,0.95,none,none,none, interludes,interludes,0.04,Noun,10,8,3,interlude,none,none,11.56,0.95,none,none,none, intermarry,intermarry,0.02,Verb,10,8,4,intermarry,12.79,0.70,12.79,0.70,none,none,none, intermediaries,intermediaries,0.04,Noun,14,12,6,intermediary,none,none,13.76,0.89,none,none,none, intermediary,intermediary,0.33,Noun,12,10,6,intermediary,13.76,0.89,13.76,0.89,none,none,none, intermediate,intermediate,0.45,Adjective,12,10,5,intermediate,8.61,1.00,8.61,1.00,none,none,none, intermediates,intermediates,0.02,Noun,13,11,5,intermediate,none,none,8.61,1.00,none,none,none, interment,interment,0.12,Noun,9,8,3,interment,14.06,0.84,14.06,0.84,none,none,none, interminable,interminable,0.31,Adjective,12,11,5,interminable,16.23,0.72,16.23,0.72,none,none,none, intermingle,intermingle,0.10,Verb,11,10,4,intermingle,12.78,1.00,12.78,1.00,none,none,none, intermission,intermission,1.35,Noun,12,9,4,intermission,10.89,1.00,10.89,1.00,none,10.28,none, intermissions,intermissions,0.06,Noun,13,10,4,intermission,none,none,10.89,1.00,none,10.28,none, intermittent,intermittent,0.55,Adjective,12,10,4,intermittent,13.00,1.00,13.00,1.00,none,none,none, intermix,intermix,0.16,Noun,8,8,3,intermix,11.76,0.94,11.76,0.94,none,none,none, intermountain,intermountain,0.02,Adjective,13,10,4,intermountain,13.50,0.22,13.50,0.22,none,none,none, intern,interne,4.55,Noun,6,5,2,intern,14.00,1.00,14.00,1.00,none,none,none,12.53 internal,internal,9.84,Adjective,8,7,3,internal,10.39,1.00,10.39,1.00,none,none,none, internalize,internalise,0.08,Verb,11,9,4,internalize,13.88,0.89,13.88,0.89,none,none,none, internalized,internalised,0.12,Verb,12,10,4,internalize,none,none,13.88,0.89,none,none,none, internalizing,internalising,0.06,Verb,13,11,5,internalize,none,none,13.88,0.89,none,none,none, internals,internals,0.10,Noun,9,8,3,internal,none,none,10.39,1.00,none,none,none, international,international,14.22,Adjective,13,11,5,international,8.67,1.00,8.67,1.00,none,none,none, internationalist,internationalist,0.04,Noun,16,14,6,internationalist,14.80,0.83,14.80,0.83,none,none,none, internationals,internationals,0.06,Noun,14,12,5,international,none,none,8.67,1.00,none,none,none, interne,interne,Err:512,Err:512,7,5,3,interne,14.80,0.45,14.80,0.45,none,none,none, internecine,internecine,0.04,Adjective,11,9,4,internecine,14.83,0.33,14.83,0.33,none,none,none, interned,interned,0.31,Verb,8,6,2,intern,none,none,14.00,1.00,none,none,none,12.53 internet,internet,6.55,Noun,8,7,3,internet,12.33,1.00,12.33,1.00,none,none,none, interning,interning,0.16,Verb,9,7,3,intern,none,none,14.00,1.00,none,none,none,12.53 internist,internist,0.27,Noun,9,8,3,internist,15.56,0.95,15.56,0.95,none,none,none, internment,internment,0.35,Noun,10,9,3,internment,12.78,0.95,12.78,0.95,none,none,none, interns,interns,1.88,Noun,7,6,2,intern,none,none,14.00,1.00,none,none,none,12.53 internship,internship,2.98,Noun,10,8,3,internship,12.94,1.00,12.94,1.00,none,none,none, internships,internships,0.20,Noun,11,9,3,internship,none,none,12.94,1.00,none,none,none, internuncio,internuncio,Err:512,Err:512,11,11,5,internuncio,14.50,0.10,14.50,0.10,none,none,none, interoffice,interoffice,0.45,Noun,11,8,4,interoffice,16.12,0.89,16.12,0.89,none,none,none, interpenetrate,interpenetrate,0.02,Verb,14,12,5,interpenetrate,14.00,0.79,14.00,0.79,none,none,none, interpersonal,interpersonal,0.27,Adjective,13,11,5,interpersonal,15.21,1.00,15.21,1.00,none,none,none, interplanetary,interplanetary,0.27,Adjective,14,13,6,interplanetary,10.69,0.84,10.69,0.84,none,none,none, interplay,interplay,0.08,Noun,9,7,3,interplay,11.25,0.67,11.25,0.67,none,none,none, interpolation,interpolation,0.04,Noun,13,11,5,interpolation,13.60,0.56,13.60,0.56,none,none,none, interpolations,interpolations,0.02,Noun,14,12,5,interpolation,none,none,13.60,0.56,none,none,none, interpose,interpose,0.02,Verb,9,7,3,interpose,13.70,0.56,13.70,0.56,none,none,none, interposition,interposition,0.00,Err:512,13,11,5,interposition,12.32,0.77,12.32,0.77,none,12.55,none, interpret,interpret,2.45,Verb,9,8,3,interpret,9.56,1.00,9.56,1.00,10.27,none,none, interpretation,interpretation,2.55,Noun,14,12,5,interpretation,10.17,1.00,10.17,1.00,none,none,none, interpretational,interpretational,0.02,Adjective,16,14,6,interpretational,13.80,0.75,13.80,0.75,none,none,none, interpretations,interpretations,0.24,Noun,15,13,5,interpretation,none,none,10.17,1.00,none,none,none, interpretative,interpretative,0.02,Adjective,14,12,5,interpretative,12.72,1.00,12.72,1.00,none,none,none, interpreted,interpreted,1.08,Verb,11,10,4,interpret,none,none,9.56,1.00,10.27,none,none, interpreter,interpreter,1.78,Noun,11,9,4,interpreter,11.00,1.00,11.00,1.00,none,none,none, interpreters,interpreters,0.12,Noun,12,10,4,interpreter,none,none,11.00,1.00,none,none,none, interpreting,interpreting,0.47,Verb,12,10,4,interpret,none,none,9.56,1.00,10.27,none,none, interpretive,interpretive,0.41,Adjective,12,10,4,interpretive,11.88,0.89,11.88,0.89,none,none,none, interprets,interprets,0.22,Verb,10,9,3,interpret,none,none,9.56,1.00,10.27,none,none, interracial,interracial,0.25,Adjective,11,9,4,interracial,12.15,1.00,12.15,1.00,none,none,none, interred,interred,0.18,Verb,8,5,2,inter,none,none,11.73,0.83,none,none,none, interrelate,interrelate,Err:512,Err:512,11,9,4,interrelate,14.33,0.75,14.33,0.75,none,none,none, interrelated,interrelated,0.08,Adjective,12,11,5,interrelated,13.11,0.95,13.11,0.95,none,none,none, interrelationship,interrelationship,0.04,Noun,17,14,6,interrelationship,14.82,0.94,14.82,0.94,none,none,none, interrelationships,interrelationships,0.02,Noun,18,15,6,interrelationship,none,none,14.82,0.94,none,none,none, interrogate,interrogate,1.92,Verb,11,9,4,interrogate,11.44,1.00,11.44,1.00,none,none,none, interrogated,interrogated,1.04,Verb,12,11,5,interrogate,none,none,11.44,1.00,none,none,none, interrogates,interrogates,0.06,Verb,12,10,4,interrogate,none,none,11.44,1.00,none,none,none, interrogating,interrogating,1.22,Verb,13,11,5,interrogate,none,none,11.44,1.00,none,none,none, interrogation,interrogation,5.67,Noun,13,11,5,interrogation,10.67,1.00,10.67,1.00,none,none,none, interrogations,interrogations,0.33,Noun,14,12,5,interrogation,none,none,10.67,1.00,none,none,none, interrogative,interrogative,0.04,Noun,13,11,5,interrogative,11.65,0.89,11.65,0.89,none,none,none, interrogatives,interrogatives,0.02,Noun,14,12,5,interrogative,none,none,11.65,0.89,none,none,none, interrogator,interrogator,0.33,Noun,12,10,5,interrogator,12.32,1.00,12.32,1.00,none,none,none, interrogatories,interrogatories,0.08,Noun,15,13,6,interrogatory,none,none,13.93,0.83,none,none,none, interrogators,interrogators,0.08,Noun,13,11,5,interrogator,none,none,12.32,1.00,none,none,none, interrogatory,interrogatory,0.06,Adjective,13,12,6,interrogatory,13.93,0.83,13.93,0.83,none,none,none, interrupt,interrupt,18.73,Verb,9,7,3,interrupt,6.94,1.00,6.94,1.00,none,none,none, interrupted,interrupted,5.24,Verb,11,9,4,interrupt,none,none,6.94,1.00,none,none,none, interrupter,interrupter,0.06,Noun,11,9,4,interrupter,9.56,1.00,9.56,1.00,none,none,none, interrupting,interrupting,7.67,Verb,12,9,4,interrupt,none,none,6.94,1.00,none,none,none, interruption,interruption,1.88,Noun,12,9,4,interruption,7.95,1.00,7.95,1.00,none,8.77,none, interruptions,interruptions,1.08,Noun,13,10,4,interruption,none,none,7.95,1.00,none,8.77,none, interruptive,interruptive,0.02,Adjective,12,10,4,interruptive,9.00,0.89,9.00,0.89,none,none,none, interrupts,interrupts,0.25,Noun,10,8,3,interrupt,none,none,6.94,1.00,none,none,none, interscholastic,interscholastic,0.04,Adjective,15,13,5,interscholastic,12.88,0.85,12.88,0.85,none,none,none, intersect,intersect,0.31,Verb,9,8,3,intersect,11.28,1.00,11.28,1.00,none,none,none, intersection,intersection,2.27,Noun,12,10,4,intersection,10.17,1.00,10.17,1.00,none,none,none, intersections,intersections,0.14,Noun,13,11,4,intersection,none,none,10.17,1.00,none,none,none, intersects,intersects,0.12,Verb,10,9,3,intersect,none,none,11.28,1.00,none,none,none, interspecies,interspecies,0.06,Noun,12,10,4,interspecies,13.59,0.89,13.59,0.89,none,none,none, intersperse,intersperse,0.02,Verb,11,8,3,intersperse,14.00,0.84,14.00,0.84,none,none,none, interstate,interstate,2.16,Adjective,10,8,3,interstate,9.68,1.00,9.68,1.00,none,none,none, interstates,interstates,0.02,Noun,11,9,3,interstate,none,none,9.68,1.00,none,none,none, interstellar,interstellar,0.65,Adjective,12,9,4,interstellar,12.27,0.79,12.27,0.79,none,none,none, interstice,interstice,Err:512,Err:512,10,8,3,interstice,17.40,0.24,17.40,0.24,none,none,none, interstitial,interstitial,0.04,Adjective,12,10,4,interstitial,15.00,0.44,15.00,0.44,none,none,none, intertwine,intertwine,0.16,Verb,10,8,3,intertwine,11.00,0.90,11.00,0.90,none,none,none, intertwined,intertwined,0.41,Verb,11,9,3,intertwine,none,none,11.00,0.90,none,none,none, interval,interval,0.88,Noun,8,7,3,interval,10.56,0.95,10.56,0.95,none,none,none, intervals,intervals,1.27,Noun,9,8,3,interval,none,none,10.56,0.95,none,none,none, intervene,intervene,1.41,Verb,9,7,3,intervene,11.72,1.00,11.72,1.00,none,none,none, intervened,intervened,0.80,Verb,10,8,3,intervene,none,none,11.72,1.00,none,none,none, intervenes,intervenes,0.18,Verb,10,8,3,intervene,none,none,11.72,1.00,none,none,none, intervention,intervention,3.65,Noun,12,10,4,intervention,13.11,1.00,13.11,1.00,none,none,none, interventionist,interventionist,0.06,Adjective,15,13,5,interventionist,16.07,0.83,16.07,0.83,none,none,none, interventionists,interventionists,0.04,Noun,16,14,5,interventionist,none,none,16.07,0.83,none,none,none, interventions,interventions,0.20,Noun,13,11,4,intervention,none,none,13.11,1.00,none,none,none, interview,interview,29.51,Noun,9,7,3,interview,10.53,1.00,10.53,1.00,none,9.75,none, interviewed,interviewed,3.59,Verb,11,8,3,interview,none,none,10.53,1.00,none,9.75,none, interviewee,interviewee,0.08,Noun,11,8,4,interviewee,11.79,1.00,11.79,1.00,none,none,none, interviewees,interviewees,0.04,Noun,12,9,4,interviewee,none,none,11.79,1.00,none,none,none, interviewer,interviewer,0.43,Noun,11,8,4,interviewer,10.11,1.00,10.11,1.00,none,none,none, interviewers,interviewers,0.02,Noun,12,9,4,interviewer,none,none,10.11,1.00,none,none,none, interviewing,interviewing,3.00,Verb,12,9,4,interview,none,none,10.53,1.00,none,9.75,none, interviews,interviews,5.25,Noun,10,8,3,interview,none,none,10.53,1.00,none,9.75,none, interweave,interweave,0.02,Verb,10,7,3,interweave,11.35,0.94,11.35,0.94,none,none,none, interwoven,interwoven,0.12,Verb,10,9,4,interweave,none,none,11.35,0.94,none,none,none, intestate,intestate,Err:512,Err:512,9,8,3,intestate,13.09,0.58,13.09,0.58,none,none,none, intestinal,intestinal,0.63,Adjective,10,10,4,intestinal,10.72,0.95,10.72,0.95,none,none,none, intestine,intestine,1.02,Noun,9,8,3,intestine,9.28,1.00,9.28,1.00,none,none,none, intestines,intestines,1.71,Noun,10,9,3,intestine,none,none,9.28,1.00,none,none,none, intimacies,intimacies,0.10,Noun,10,9,4,intimacy,none,none,12.58,1.00,none,none,none, intimacy,intimacy,3.27,Noun,8,8,4,intimacy,12.58,1.00,12.58,1.00,none,none,none, intimate,intimate,6.96,Adjective,8,7,3,intimate,13.29,0.94,13.29,0.94,none,none,none, intimated,intimated,0.20,Verb,9,9,4,intimate,none,none,13.29,0.94,none,none,none, intimates,intimates,0.20,Verb,9,8,3,intimate,none,none,13.29,0.94,none,none,none, intimating,intimating,0.08,Verb,10,9,4,intimate,none,none,13.29,0.94,none,none,none, intimation,intimation,0.00,Err:512,10,9,4,intimation,12.59,0.90,12.59,0.90,none,11.90,none, intimations,intimations,0.02,Noun,11,10,4,intimation,none,none,12.59,0.90,none,11.90,none, intimidate,intimidate,1.71,Verb,10,9,4,intimidate,11.22,1.00,11.22,1.00,none,none,none, intimidated,intimidated,2.69,Verb,11,11,5,intimidate,none,none,11.22,1.00,none,none,none, intimidates,intimidates,0.14,Verb,11,10,4,intimidate,none,none,11.22,1.00,none,none,none, intimidating,intimidating,1.37,Adjective,12,11,5,intimidating,10.47,1.00,10.47,1.00,none,none,none, intimidation,intimidation,0.55,Noun,12,11,5,intimidation,9.95,1.00,9.95,1.00,none,none,none, intimidations,intimidations,0.04,Noun,13,12,5,intimidation,none,none,9.95,1.00,none,none,none, intimidator,intimidator,0.02,Noun,11,10,5,intimidator,11.58,1.00,11.58,1.00,none,none,none, into,into,844.59,Preposition,4,4,2,into,6.52,1.00,6.52,1.00,4.93,none,none,5.49 intolerable,intolerable,1.35,Adjective,11,10,5,intolerable,12.23,1.00,12.23,1.00,none,none,none, intolerance,intolerance,0.67,Noun,11,9,4,intolerance,11.40,1.00,11.40,1.00,11.04,none,none, intolerant,intolerant,0.86,Adjective,10,9,4,intolerant,11.00,0.95,11.00,0.95,none,none,none, intonation,intonation,0.20,Noun,10,9,4,intonation,12.24,0.81,12.24,0.81,none,none,none, intonations,intonations,0.02,Noun,11,10,4,intonation,none,none,12.24,0.81,none,none,none, intone,intone,0.02,Verb,6,5,2,intone,12.71,0.74,12.71,0.74,none,none,none, intoned,intoned,0.06,Verb,7,6,2,intone,none,none,12.71,0.74,none,none,none, intoxicate,intoxicate,0.04,Verb,10,10,4,intoxicate,11.33,1.00,11.33,1.00,none,none,none, intoxicated,intoxicated,1.02,Verb,11,12,5,intoxicate,none,none,11.33,1.00,none,none,none, intoxicates,intoxicates,0.06,Verb,11,11,4,intoxicate,none,none,11.33,1.00,none,none,none, intoxicating,intoxicating,0.96,Adjective,12,12,5,intoxicating,12.15,1.00,12.15,1.00,none,none,none, intoxication,intoxication,0.37,Noun,12,12,5,intoxication,11.33,1.00,11.33,1.00,none,11.70,none, intracranial,intracranial,0.45,Adjective,12,12,5,intracranial,14.94,0.85,14.94,0.85,none,none,none, intractable,intractable,0.12,Adjective,11,11,4,intractable,12.43,0.78,12.43,0.78,none,none,none, intrados,intrados,Err:512,Err:512,8,8,3,intrados,18.50,0.10,18.50,0.10,none,none,none, intramural,intramural,0.08,Adjective,10,11,4,intramural,13.00,0.79,13.00,0.79,none,none,none, intramuscular,intramuscular,0.06,Adjective,13,13,5,intramuscular,13.18,0.61,13.18,0.61,none,none,none, intranet,intranet,0.08,Noun,8,8,3,intranet,15.47,0.79,15.47,0.79,none,none,none, intransigence,intransigence,0.06,Noun,13,12,4,intransigence,16.50,0.33,16.50,0.33,none,none,none, intransigent,intransigent,0.08,Adjective,12,12,4,intransigent,14.50,0.53,14.50,0.53,none,none,none, intransitive,intransitive,0.06,Adjective,12,11,4,intransitive,15.19,0.84,15.19,0.84,none,none,none, intraocular,intraocular,0.02,Adjective,11,11,5,intraocular,17.00,0.53,17.00,0.53,none,none,none, intraparty,intraparty,0.02,Adjective,10,10,4,intraparty,15.80,0.50,15.80,0.50,none,none,none, intrastate,intrastate,0.04,Verb,10,9,3,intrastate,14.75,0.89,14.75,0.89,none,none,none, intrauterine,intrauterine,0.08,Adjective,12,11,5,intrauterine,16.64,0.70,16.64,0.70,none,none,none, intravascular,intravascular,0.04,Adjective,13,13,5,intravascular,14.47,0.83,14.47,0.83,none,none,none, intravenous,intravenous,0.63,Adjective,11,10,4,intravenous,15.29,0.89,15.29,0.89,none,none,none, intrepid,intrepid,0.61,Adjective,8,8,3,intrepid,11.00,1.00,11.00,1.00,none,none,none, intrepidity,intrepidity,0.04,Noun,11,11,5,intrepidity,13.71,0.74,13.71,0.74,none,none,none, intricacies,intricacies,0.31,Noun,11,10,4,intricacy,none,none,11.90,0.91,none,none,none, intricacy,intricacy,0.08,Noun,9,9,4,intricacy,11.90,0.91,11.90,0.91,none,none,none, intricate,intricate,1.04,Adjective,9,8,3,intricate,11.50,0.91,11.50,0.91,none,none,none, intrigue,intrigue,1.51,Noun,8,6,2,intrigue,10.68,1.00,10.68,1.00,11.63,none,none,10.80 intrigued,intrigued,1.76,Verb,9,7,2,intrigued,10.93,1.00,10.93,1.00,11.53,none,none, intrigues,intrigues,0.33,Noun,9,7,2,intrigue,none,none,10.68,1.00,11.63,none,none,10.80 intriguing,intriguing,2.55,Adjective,10,8,3,intriguing,10.31,0.89,10.31,0.89,none,none,none, intrinsic,intrinsic,0.20,Adjective,9,9,3,intrinsic,15.54,0.72,15.54,0.72,none,none,none, intro,intro,2.00,Noun,5,5,2,intro,8.84,1.00,8.84,1.00,none,none,none, introduce,introduce,34.73,Verb,9,8,3,introduce,8.21,1.00,8.21,1.00,8.73,none,none, introduced,introduced,11.63,Verb,10,9,3,introduce,none,none,8.21,1.00,8.73,none,none, introducer,introducer,0.06,Noun,10,9,4,introducer,9.21,0.95,9.21,0.95,none,none,none, introduces,introduces,0.61,Verb,10,10,4,introduce,none,none,8.21,1.00,8.73,none,none, introducing,introducing,3.98,Verb,11,10,4,introduce,none,none,8.21,1.00,8.73,none,none, introduction,introduction,4.27,Noun,12,11,4,introduction,8.00,1.00,8.00,1.00,none,9.51,none, introductions,introductions,1.41,Noun,13,12,4,introduction,none,none,8.00,1.00,none,9.51,none, introductory,introductory,0.33,Adjective,12,11,5,introductory,9.56,1.00,9.56,1.00,none,none,none, intros,intros,0.08,Noun,6,6,2,intro,none,none,8.84,1.00,none,none,none, introspect,introspect,0.02,Verb,10,10,3,introspect,12.25,0.84,12.25,0.84,none,none,none, introspection,introspection,0.18,Noun,13,12,4,introspection,14.22,0.95,14.22,0.95,none,none,none, introspective,introspective,0.29,Adjective,13,12,4,introspective,13.57,0.74,13.57,0.74,none,none,none, introvert,introvert,0.06,Noun,9,8,3,introvert,12.41,0.94,12.41,0.94,none,none,none, intrude,intrude,2.53,Verb,7,6,2,intrude,9.44,1.00,9.44,1.00,none,none,none, intruded,intruded,0.29,Verb,8,8,3,intrude,none,none,9.44,1.00,none,none,none, intruder,intruder,3.65,Noun,8,7,3,intruder,10.68,1.00,10.68,1.00,none,none,none, intruders,intruders,1.57,Noun,9,8,3,intruder,none,none,10.68,1.00,none,none,none, intrudes,intrudes,0.02,Verb,8,7,2,intrude,none,none,9.44,1.00,none,none,none, intruding,intruding,1.84,Verb,9,8,3,intrude,none,none,9.44,1.00,none,none,none, intrusion,intrusion,2.49,Noun,9,8,3,intrusion,10.24,0.94,10.24,0.94,none,none,none, intrusions,intrusions,0.06,Noun,10,9,3,intrusion,none,none,10.24,0.94,none,none,none, intrusive,intrusive,0.61,Adjective,9,8,3,intrusive,13.31,0.84,13.31,0.84,none,none,none, intubate,intubate,1.88,1.88,8,7,3,intubate,16.25,0.64,16.25,0.64,none,none,none, intubation,intubation,0.96,Noun,10,9,4,intubation,15.12,0.76,15.12,0.76,none,none,none, intuit,intuit,0.02,Noun,6,6,3,intuit,12.00,0.78,12.00,0.78,none,none,none, intuition,intuition,3.43,Noun,9,8,4,intuition,10.58,1.00,10.58,1.00,none,none,none, intuitions,intuitions,0.18,Noun,10,9,4,intuition,none,none,10.58,1.00,none,none,none, intuitive,intuitive,1.06,Adjective,9,8,4,intuitive,12.74,0.95,12.74,0.95,none,none,none, inundation,inundation,0.02,Noun,10,9,4,inundation,15.27,0.83,15.27,0.83,none,none,none, inure,inure,0.02,Noun,5,5,2,inure,15.67,0.47,15.67,0.47,none,none,none, inured,inured,0.06,Verb,6,6,2,inure,none,none,15.67,0.47,none,none,none, inurnment,inurnment,0.02,Noun,9,8,3,inurnment,13.00,0.22,13.00,0.22,none,none,none, invade,invade,3.06,Verb,6,5,2,invade,9.39,1.00,9.39,1.00,none,none,none,8.96 invaded,invaded,2.75,Verb,7,7,3,invade,none,none,9.39,1.00,none,none,none,8.96 invader,invader,0.55,Noun,7,6,3,invader,11.33,1.00,11.33,1.00,none,8.71,none, invaders,invaders,1.45,Noun,8,7,3,invader,none,none,11.33,1.00,none,8.71,none, invades,invades,0.33,Verb,7,6,2,invade,none,none,9.39,1.00,none,none,none,8.96 invading,invading,1.69,Verb,8,7,3,invade,none,none,9.39,1.00,none,none,none,8.96 invalid,invalid,1.73,Noun,7,7,3,invalid,10.50,1.00,10.50,1.00,none,none,none, invalidate,invalidate,0.35,Verb,10,9,4,invalidate,12.26,1.00,12.26,1.00,none,none,none, invalidated,invalidated,0.18,Verb,11,11,5,invalidate,none,none,12.26,1.00,none,none,none, invalidates,invalidates,0.02,Err:512,11,10,4,invalidate,none,none,12.26,1.00,none,none,none, invalidation,invalidation,0.02,Noun,12,11,5,invalidation,14.06,0.94,14.06,0.94,none,none,none, invalided,invalided,0.12,Verb,9,9,4,invalid,none,none,10.50,1.00,none,none,none, invalidism,invalidism,0.02,Noun,10,11,5,invalidism,13.56,0.89,13.56,0.89,none,none,none, invalids,invalids,0.25,Noun,8,8,3,invalid,none,none,10.50,1.00,none,none,none, invaluable,invaluable,1.29,Adjective,10,10,4,invaluable,11.71,0.94,11.71,0.94,none,none,none, invariable,invariable,0.08,Adjective,10,10,5,invariable,11.71,0.94,11.71,0.94,none,none,none, invariance,invariance,0.04,Noun,10,9,4,invariance,15.94,0.84,15.94,0.84,none,none,none, invasion,invasion,8.51,Noun,8,7,3,invasion,9.33,1.00,9.33,1.00,none,none,none, invasions,invasions,0.18,Noun,9,8,3,invasion,none,none,9.33,1.00,none,none,none, invasive,invasive,1.16,Adjective,8,7,3,invasive,12.56,0.95,12.56,0.95,none,none,none, invective,invective,0.04,Noun,9,8,3,invective,12.62,0.42,12.62,0.42,none,none,none, inveigle,inveigle,0.06,Noun,8,7,3,inveigle,12.50,0.32,12.50,0.32,none,none,none, inveigles,inveigles,0.02,Verb,9,8,3,inveigle,none,none,12.50,0.32,none,none,none, invent,invent,4.61,Verb,6,6,2,invent,8.16,1.00,8.16,1.00,7.72,none,none,8.37 invented,invented,15.75,Verb,8,8,3,invent,none,none,8.16,1.00,7.72,none,none,8.37 inventing,inventing,1.35,Verb,9,8,3,invent,none,none,8.16,1.00,7.72,none,none,8.37 invention,invention,6.08,Noun,9,8,3,invention,8.33,1.00,8.33,1.00,none,8.09,none, inventions,inventions,1.63,Noun,10,9,3,invention,none,none,8.33,1.00,none,8.09,none, inventive,inventive,0.90,Adjective,9,8,3,inventive,9.56,0.95,9.56,0.95,none,none,none, inventiveness,inventiveness,0.12,Noun,13,11,4,inventiveness,11.82,0.94,11.82,0.94,none,none,none, inventor,inventor,2.29,Noun,8,7,3,inventor,8.00,1.00,8.00,1.00,none,none,none, inventoried,inventoried,0.16,Verb,11,10,4,inventory,none,none,11.52,1.00,none,none,none, inventories,inventories,0.18,Noun,11,10,4,inventory,none,none,11.52,1.00,none,none,none, inventors,inventors,0.47,Noun,9,8,3,inventor,none,none,8.00,1.00,none,none,none, inventory,inventory,4.67,Noun,9,9,4,inventory,11.52,1.00,11.52,1.00,none,none,none, invents,invents,0.84,Verb,7,7,2,invent,none,none,8.16,1.00,7.72,none,none,8.37 inverse,inverse,0.27,Adjective,7,5,2,inverse,14.58,0.90,14.58,0.90,none,none,none, inversion,inversion,0.25,Noun,9,7,3,inversion,12.89,1.00,12.89,1.00,none,none,none, inversions,inversions,0.02,Noun,10,8,3,inversion,none,none,12.89,1.00,none,none,none, invert,invert,0.12,Verb,6,5,2,invert,11.79,1.00,11.79,1.00,none,none,none, invertebrate,invertebrate,0.02,Adjective,12,10,4,invertebrate,10.78,1.00,10.78,1.00,none,none,none, invertebrates,invertebrates,0.08,Noun,13,11,4,invertebrate,none,none,10.78,1.00,none,none,none, inverted,inverted,0.78,Adjective,8,7,3,inverted,12.37,1.00,12.37,1.00,none,none,none, inverter,inverter,0.04,Noun,8,6,3,inverter,12.94,0.89,12.94,0.89,none,none,none, inverts,inverts,0.04,Verb,7,6,2,invert,none,none,11.79,1.00,none,none,none, invest,invest,4.73,Verb,6,6,2,invest,12.53,1.00,12.53,1.00,none,11.28,none,10.70 invested,invested,3.96,Verb,8,8,3,invest,none,none,12.53,1.00,none,11.28,none,10.70 investigate,investigate,9.47,Verb,11,10,4,investigate,9.00,1.00,9.00,1.00,none,none,none, investigated,investigated,3.16,Verb,12,12,5,investigate,none,none,9.00,1.00,none,none,none, investigates,investigates,0.22,Verb,12,11,4,investigate,none,none,9.00,1.00,none,none,none, investigating,investigating,9.14,Verb,13,12,5,investigate,none,none,9.00,1.00,none,none,none, investigation,investigation,29.24,Noun,13,12,5,investigation,9.89,1.00,9.89,1.00,none,9.60,none, investigations,investigations,2.08,Noun,14,13,5,investigation,none,none,9.89,1.00,none,9.60,none, investigative,investigative,1.61,Adjective,13,12,5,investigative,10.68,1.00,10.68,1.00,none,none,none, investigator,investigator,6.10,Noun,12,11,5,investigator,9.32,1.00,9.32,1.00,none,none,none, investigators,investigators,2.69,Noun,13,12,5,investigator,none,none,9.32,1.00,none,none,none, investing,investing,1.73,Verb,9,8,3,invest,none,none,12.53,1.00,none,11.28,none,10.70 investiture,investiture,0.04,Noun,11,9,4,investiture,16.23,0.68,16.23,0.68,none,none,none, investment,investment,9.75,Noun,10,10,3,investment,11.39,1.00,11.39,1.00,none,none,none, investments,investments,2.35,Noun,11,11,3,investment,none,none,11.39,1.00,none,none,none, investor,investor,1.27,Noun,8,7,3,investor,10.22,1.00,10.22,1.00,none,none,none, investors,investors,3.24,Noun,9,8,3,investor,none,none,10.22,1.00,none,none,none, invests,invests,0.12,Verb,7,7,2,invest,none,none,12.53,1.00,none,11.28,none,10.70 inveterate,inveterate,0.04,Adjective,10,8,4,inveterate,11.93,0.79,11.93,0.79,none,none,none, invigilate,invigilate,0.04,Verb,10,9,4,invigilate,14.69,0.68,14.69,0.68,none,none,none, invigorate,invigorate,0.06,Verb,10,8,4,invigorate,11.56,1.00,11.56,1.00,11.21,none,none, invigorated,invigorated,0.14,Adjective,11,10,5,invigorated,13.21,0.95,13.21,0.95,none,none,none, invigorating,invigorating,0.29,Adjective,12,10,5,invigorating,13.06,1.00,13.06,1.00,none,none,none, invincibility,invincibility,0.10,Noun,13,13,6,invincibility,10.50,1.00,10.50,1.00,none,none,none, invincible,invincible,3.02,Adjective,10,10,4,invincible,10.50,1.00,10.50,1.00,none,none,none, inviolability,inviolability,0.04,Noun,13,13,7,inviolability,13.14,0.74,13.14,0.74,none,none,none, inviolable,inviolable,0.04,Adjective,10,10,5,inviolable,16.07,0.74,16.07,0.74,none,none,none, inviolate,inviolate,0.16,Verb,9,8,4,inviolate,13.92,0.63,13.92,0.63,none,none,none, invisibility,invisibility,0.67,Noun,12,12,6,invisibility,8.40,1.00,8.40,1.00,none,none,none, invisible,invisible,12.35,Adjective,9,9,4,invisible,7.06,1.00,7.06,1.00,none,none,none, invitation,invitation,14.88,Noun,10,9,4,invitation,6.38,1.00,6.38,1.00,none,7.24,none, invitational,invitational,0.10,Adjective,12,11,5,invitational,10.56,1.00,10.56,1.00,none,none,none, invitations,invitations,3.33,Noun,11,10,4,invitation,none,none,6.38,1.00,none,7.24,none, invite,invite,29.59,Verb,6,5,2,invite,6.79,1.00,6.79,1.00,7.22,none,none,6.89 invited,invited,40.47,Verb,7,7,3,invite,none,none,6.79,1.00,7.22,none,none,6.89 invitee,invitee,0.04,Noun,7,6,3,invitee,11.35,0.94,11.35,0.94,none,none,none, invitees,invitees,0.02,Noun,8,7,3,invitee,none,none,11.35,0.94,none,none,none, inviter,inviter,0.02,Noun,7,6,3,inviter,8.79,0.95,8.79,0.95,none,none,none, invites,invites,2.14,Verb,7,6,2,invite,none,none,6.79,1.00,7.22,none,none,6.89 inviting,inviting,7.20,Verb,8,7,3,invite,none,none,6.79,1.00,7.22,none,none,6.89 invocation,invocation,0.06,Noun,10,9,4,invocation,14.07,0.79,14.07,0.79,none,none,none, invocations,invocations,0.02,Noun,11,10,4,invocation,none,none,14.07,0.79,none,none,none, invoice,invoice,1.04,Noun,7,5,2,invoice,14.17,1.00,14.17,1.00,none,12.94,none,11.39 invoices,invoices,0.78,Noun,8,7,3,invoice,none,none,14.17,1.00,none,12.94,none,11.39 invoke,invoke,1.00,Verb,6,5,2,invoke,14.11,0.95,14.11,0.95,none,none,none,11.49 invoked,invoked,0.53,Verb,7,6,2,invoke,none,none,14.11,0.95,none,none,none,11.49 invokes,invokes,0.08,Verb,7,6,2,invoke,none,none,14.11,0.95,none,none,none,11.49 invoking,invoking,0.41,Verb,8,7,3,invoke,none,none,14.11,0.95,none,none,none,11.49 involuntary,involuntary,1.02,Adjective,11,11,5,involuntary,11.95,1.00,11.95,1.00,none,none,none, involve,involve,6.47,Verb,7,6,2,involve,9.71,1.00,9.71,1.00,8.82,none,none,8.70 involved,involved,67.94,Verb,8,7,2,involve,none,none,9.71,1.00,8.82,none,none,8.70 involvement,involvement,4.88,Noun,11,10,3,involvement,9.22,1.00,9.22,1.00,none,none,none, involvements,involvements,0.12,Noun,12,11,3,involvement,none,none,9.22,1.00,none,none,none, involves,involves,5.00,Verb,8,7,2,involve,none,none,9.71,1.00,8.82,none,none,8.70 involving,involving,4.00,Verb,9,8,3,involve,none,none,9.71,1.00,8.82,none,none,8.70 invulnerable,invulnerable,0.71,Adjective,12,11,5,invulnerable,11.00,0.85,11.00,0.85,none,none,none, inward,inward,0.78,Adverb,6,5,2,inward,7.54,1.00,7.54,1.00,none,none,none,9.67 iodide,iodide,0.18,Noun,6,5,3,iodide,15.07,0.70,15.07,0.70,none,none,none, iodine,iodine,1.25,Noun,6,5,3,iodine,11.18,0.94,11.18,0.94,none,10.96,none, ion,ion,0.39,Noun,3,3,2,ion,13.82,0.94,13.82,0.94,none,none,none, ionic,ionic,0.16,Adjective,5,5,3,ionic,14.19,0.89,14.19,0.89,none,none,none, ionization,ionisation,0.24,Noun,10,9,5,ionization,15.76,0.89,15.76,0.89,none,none,none, ionosphere,ionosphere,0.20,Noun,10,9,4,ionosphere,14.53,0.94,14.53,0.94,none,none,none, ions,ions,0.22,Noun,4,4,2,ion,none,none,13.82,0.94,none,none,none, iota,iota,0.45,Noun,4,4,3,iota,12.47,0.94,12.47,0.94,none,none,none, ipecac,ipecac,0.41,Noun,6,6,3,ipecac,14.92,0.68,14.92,0.68,none,none,none, irascibility,irascibility,Err:512,Err:512,12,11,6,irascibility,15.78,0.47,15.78,0.47,none,none,none, irascible,irascible,0.06,Adjective,9,8,4,irascible,15.78,0.50,15.78,0.50,none,none,none, irate,irate,0.61,Adjective,5,4,2,irate,11.20,1.00,11.20,1.00,none,none,none,12.22 ire,ire,0.27,Noun,3,2,1,ire,12.14,0.78,12.14,0.78,none,none,12.93, irenic,irenic,Err:512,Err:512,6,6,4,irenic,17.67,0.14,17.67,0.14,none,none,none, iridescent,iridescent,0.06,Adjective,10,9,4,iridescent,14.87,0.83,14.87,0.83,none,none,none, iridium,iridium,0.24,Noun,7,7,4,iridium,14.41,0.85,14.41,0.85,none,none,none, iris,iris,5.29,Name,4,4,2,iris,8.96,1.00,8.96,1.00,none,none,none,10.04 irises,irises,0.25,Noun,6,6,3,iris,none,none,8.96,1.00,none,none,none,10.04 irk,irk,0.10,Verb,3,2,1,irk,11.33,0.95,11.33,0.95,11.36,none,11.70, irked,irked,0.08,Verb,5,3,1,irk,none,none,11.33,0.95,11.36,none,11.70, irks,irks,0.06,Verb,4,3,1,irk,none,none,11.33,0.95,11.36,none,11.70, irksome,irksome,0.18,Adjective,7,5,2,irksome,11.60,0.83,11.60,0.83,none,none,none, iron,iron,17.94,Noun,4,3,2,iron,7.32,1.00,7.32,1.00,5.69,6.22,none,7.19 ironbark,ironbark,0.02,Noun,8,7,3,ironbark,15.50,0.50,15.50,0.50,none,none,none, ironbound,ironbound,0.02,Noun,9,7,3,ironbound,12.83,0.60,12.83,0.60,none,none,none, ironclad,ironclad,0.51,Noun,8,7,3,ironclad,11.39,1.00,11.39,1.00,none,none,none, ironclads,ironclads,0.02,Noun,9,8,3,ironclad,none,none,11.39,1.00,none,none,none, ironed,ironed,0.96,Verb,6,4,2,iron,none,none,7.32,1.00,5.69,6.22,none,7.19 ironer,ironer,0.06,Noun,6,4,3,ironer,8.67,0.86,8.67,0.86,none,none,none, ironic,ironic,6.12,Adjective,6,6,3,ironic,11.78,1.00,11.78,1.00,none,none,none, ironical,ironical,0.12,Adjective,8,8,4,ironical,14.17,0.95,14.17,0.95,none,none,none, ironies,ironies,0.25,Noun,7,6,3,irony,none,none,11.40,1.00,none,11.87,none, ironingboard,ironing board,Err:512,Err:512,12,9,4,ironingboard,6.58,1.00,6.58,1.00,none,none,none, ironmonger,ironmonger,0.02,Noun,10,8,4,ironmonger,15.86,0.74,15.86,0.74,none,none,none, irons,irons,1.86,Noun,5,4,2,iron,none,none,7.32,1.00,5.69,6.22,none,7.19 ironstone,ironstone,0.02,Noun,9,7,3,ironstone,12.82,0.61,12.82,0.61,none,none,none, ironwood,ironwood,0.02,Noun,8,6,3,ironwood,14.10,0.56,14.10,0.56,none,none,none, ironwork,ironwork,0.06,Noun,8,6,3,ironwork,11.12,0.89,11.12,0.89,none,none,none, ironworks,ironworks,0.16,Noun,9,7,3,ironworks,12.23,0.72,12.23,0.72,none,none,none, irony,irony,4.57,Noun,5,5,3,irony,11.40,1.00,11.40,1.00,none,11.87,none, irradiate,irradiate,0.12,Verb,9,7,4,irradiate,13.24,0.94,13.24,0.94,none,none,none, irradiates,irradiates,0.02,Verb,10,8,4,irradiate,none,none,13.24,0.94,none,none,none, irradiation,irradiation,0.02,Noun,11,9,5,irradiation,12.43,0.78,12.43,0.78,none,none,none, irrational,irrational,2.92,Adjective,10,8,4,irrational,11.28,1.00,11.28,1.00,none,none,none, irrationalities,irrationalities,0.02,Noun,15,12,6,irrationality,none,none,12.05,1.00,none,none,none, irrationality,irrationality,0.02,Noun,13,11,6,irrationality,12.05,1.00,12.05,1.00,none,none,none, irreconcilable,irreconcilable,0.12,Adjective,14,13,6,irreconcilable,14.41,0.85,14.41,0.85,none,none,none, irrecoverable,irrecoverable,0.02,Adjective,13,11,6,irrecoverable,11.95,0.95,11.95,0.95,none,none,none, irredeemable,irredeemable,0.06,Adjective,12,10,5,irredeemable,12.89,0.95,12.89,0.95,none,none,none, irreducible,irreducible,0.02,Adjective,11,10,5,irreducible,12.19,0.84,12.19,0.84,none,none,none, irrefutable,irrefutable,0.25,Adjective,11,11,5,irrefutable,14.65,0.94,14.65,0.94,none,none,none, irregular,irregular,2.53,Adjective,9,8,4,irregular,9.16,1.00,9.16,1.00,none,none,none, irregularities,irregularities,0.37,Noun,14,13,6,irregularity,none,none,12.63,1.00,none,11.07,none, irregularity,irregularity,0.39,Noun,12,12,6,irregularity,12.63,1.00,12.63,1.00,none,11.07,none, irregulars,irregulars,0.22,Noun,10,9,4,irregular,none,none,9.16,1.00,none,none,none, irrelevancies,irrelevancies,0.04,Noun,13,11,5,irrelevancy,none,none,11.44,1.00,none,none,none, irrelevancy,irrelevancy,0.06,Noun,11,10,5,irrelevancy,11.44,1.00,11.44,1.00,none,none,none, irrelevant,irrelevant,5.14,Adjective,10,9,4,irrelevant,11.06,1.00,11.06,1.00,none,none,none, irreligious,irreligious,0.04,Adjective,11,8,4,irreligious,14.59,0.89,14.59,0.89,none,none,none, irremovable,irremovable,0.02,Adjective,11,10,5,irremovable,12.78,0.95,12.78,0.95,none,none,none, irreparable,irreparable,0.67,Adjective,11,9,5,irreparable,12.44,0.95,12.44,0.95,none,none,none, irreplaceable,irreplaceable,0.84,Adjective,13,11,5,irreplaceable,10.67,1.00,10.67,1.00,none,none,none, irrepressible,irrepressible,0.20,Adjective,13,11,5,irrepressible,12.22,1.00,12.22,1.00,none,none,none, irreproachable,irreproachable,0.04,Adjective,14,11,5,irreproachable,12.44,1.00,12.44,1.00,none,none,none, irresistibility,irresistibility,0.02,Noun,15,14,7,irresistibility,10.89,0.95,10.89,0.95,none,none,none, irresistible,irresistible,3.24,Adjective,12,11,5,irresistible,10.16,1.00,10.16,1.00,none,none,none, irresponsibility,irresponsibility,0.16,Noun,16,15,7,irresponsibility,11.32,1.00,11.32,1.00,none,none,none, irresponsible,irresponsible,4.65,Adjective,13,12,5,irresponsible,9.72,1.00,9.72,1.00,none,none,none, irretrievable,irretrievable,0.06,Adjective,13,11,5,irretrievable,12.28,1.00,12.28,1.00,none,none,none, irreverence,irreverence,0.18,Noun,11,8,4,irreverence,13.59,0.85,13.59,0.85,none,none,none, irreverent,irreverent,0.14,Adjective,10,8,4,irreverent,12.68,1.00,12.68,1.00,none,none,none, irreversible,irreversible,0.80,Adjective,12,10,5,irreversible,11.06,1.00,11.06,1.00,none,none,none, irrevocability,irrevocability,0.02,Noun,14,13,7,irrevocability,13.67,0.83,13.67,0.83,none,none,none, irrevocable,irrevocable,0.37,Adjective,11,10,5,irrevocable,14.28,1.00,14.28,1.00,none,none,none, irrigate,irrigate,0.61,Verb,8,6,3,irrigate,9.28,1.00,9.28,1.00,none,none,none, irrigating,irrigating,0.14,Verb,10,8,4,irrigate,none,none,9.28,1.00,none,none,none, irrigation,irrigation,0.84,Noun,10,8,4,irrigation,10.94,1.00,10.94,1.00,none,11.07,none, irrigations,irrigations,0.02,Noun,11,9,4,irrigation,none,none,10.94,1.00,none,11.07,none, irritability,irritability,0.22,Noun,12,11,6,irritability,11.72,1.00,11.72,1.00,9.83,none,none, irritable,irritable,1.45,Adjective,9,8,4,irritable,8.67,1.00,8.67,1.00,none,none,none, irritant,irritant,0.12,Noun,8,7,3,irritant,10.11,0.95,10.11,0.95,none,none,none, irritants,irritants,0.04,Noun,9,8,3,irritant,none,none,10.11,0.95,none,none,none, irritate,irritate,0.94,Verb,8,6,3,irritate,9.47,1.00,9.47,1.00,none,none,none, irritated,irritated,1.37,Verb,9,8,4,irritate,none,none,9.47,1.00,none,none,none, irritates,irritates,0.45,Verb,9,7,3,irritate,none,none,9.47,1.00,none,none,none, irritating,irritating,2.18,Adjective,10,8,4,irritating,8.53,1.00,8.53,1.00,none,none,none, irritation,irritation,0.63,Noun,10,8,4,irritation,9.84,1.00,9.84,1.00,none,10.02,none, irritations,irritations,0.12,Noun,11,9,4,irritation,none,none,9.84,1.00,none,10.02,none, is,is,9013.00,Verb,2,2,1,be,none,none,5.11,1.00,5.53,none,3.54, ischemia,ischemia,0.10,Noun,8,7,4,ischemia,18.00,0.33,18.00,0.33,none,none,none, ischemic,ischemic,0.41,Adjective,8,6,3,ischemic,15.70,0.53,15.70,0.53,none,none,none, isinglass,isinglass,0.02,Noun,9,7,3,isinglass,12.50,0.22,12.50,0.22,none,none,none, island,island,39.57,Noun,6,5,2,island,7.41,1.00,7.41,1.00,none,5.88,none,5.81 islander,islander,0.04,Noun,8,6,3,islander,10.16,0.90,10.16,0.90,none,none,none, islanders,islanders,0.39,Noun,9,7,3,islander,none,none,10.16,0.90,none,none,none, islands,islands,4.51,Noun,7,6,2,island,none,none,7.41,1.00,none,5.88,none,5.81 isle,isle,1.22,Noun,4,2,1,isle,9.65,0.94,9.65,0.94,none,9.36,8.82, isles,isles,0.20,Noun,5,3,1,isle,none,none,9.65,0.94,none,9.36,8.82, isobar,isobar,Err:512,Err:512,6,6,3,isobar,16.58,0.57,16.58,0.57,none,none,none, isolate,isolate,2.88,Verb,7,6,3,isolate,10.60,1.00,10.60,1.00,none,none,none, isolates,isolates,0.14,Verb,8,7,3,isolate,none,none,10.60,1.00,none,none,none, isolation,isolation,3.10,Noun,9,8,4,isolation,8.94,1.00,8.94,1.00,none,none,none, isolationism,isolationism,0.06,Noun,12,12,6,isolationism,12.35,0.91,12.35,0.91,none,none,none, isolationist,isolationist,0.14,Noun,12,11,5,isolationist,13.63,0.95,13.63,0.95,none,none,none, isolationists,isolationists,0.02,Noun,13,12,5,isolationist,none,none,13.63,0.95,none,none,none, isomeric,isomeric,Err:512,Err:512,8,7,4,isomeric,16.08,0.68,16.08,0.68,none,none,none, isomerism,isomerism,0.12,Noun,9,9,5,isomerism,16.00,0.47,16.00,0.47,none,none,none, isometric,isometric,0.08,Adjective,9,9,4,isometric,13.32,1.00,13.32,1.00,none,none,none, isometrics,isometrics,0.14,Noun,10,10,4,isometrics,15.12,0.84,15.12,0.84,none,none,none, isopropyl,isopropyl,0.14,Noun,9,9,4,isopropyl,12.79,0.78,12.79,0.78,none,none,none, isosceles,isosceles,0.22,Noun,9,8,4,isosceles,12.47,0.83,12.47,0.83,none,none,none, isothermal,isothermal,0.02,Adjective,10,8,4,isothermal,14.38,0.72,14.38,0.72,none,none,none, isotonic,isotonic,0.04,Adjective,8,8,4,isotonic,14.53,0.81,14.53,0.81,none,none,none, isotope,isotope,0.49,Noun,7,6,3,isotope,14.47,0.94,14.47,0.94,none,none,none, isotopes,isotopes,0.27,Noun,8,7,3,isotope,none,none,14.47,0.94,none,none,none, isotopic,isotopic,0.06,Adjective,8,8,4,isotopic,15.87,0.79,15.87,0.79,none,none,none, issuance,issuance,0.06,Noun,8,6,3,issuance,12.76,0.89,12.76,0.89,none,none,none, issue,issue,34.14,Noun,5,3,2,issue,8.60,1.00,8.60,1.00,none,9.34,none,8.70 issued,issued,5.55,Verb,6,4,2,issue,none,none,8.60,1.00,none,9.34,none,8.70 issues,issues,18.71,Noun,6,4,2,issue,none,none,8.60,1.00,none,9.34,none,8.70 issuing,issuing,0.90,Verb,7,5,3,issue,none,none,8.60,1.00,none,9.34,none,8.70 isthmian,isthmian,Err:512,Err:512,8,7,3,isthmian,15.50,0.10,15.50,0.10,none,none,none, isthmus,isthmus,0.10,Noun,7,5,2,isthmus,14.08,0.63,14.08,0.63,none,none,none, it,it,18896.31,Pronoun,2,2,1,it,4.40,1.00,4.40,1.00,3.92,none,3.18, italic,italic,0.06,Noun,6,6,3,italic,9.68,1.00,9.68,1.00,none,none,none, italics,italics,0.10,Noun,7,7,3,italic,none,none,9.68,1.00,none,none,none, itch,itch,4.18,Noun,4,2,1,itch,5.05,1.00,5.05,1.00,none,none,4.50, itched,itched,0.14,Verb,6,3,1,itch,none,none,5.05,1.00,none,none,4.50, itches,itches,1.20,Verb,6,4,2,itch,none,none,5.05,1.00,none,none,4.50, itchiness,itchiness,0.02,Noun,9,6,3,itchiness,5.79,1.00,5.79,1.00,none,none,none, itching,itching,2.25,Verb,7,4,2,itch,none,none,5.05,1.00,none,none,4.50, itchy,itchy,2.27,Adjective,5,3,2,itchy,5.16,1.00,5.16,1.00,none,none,none, item,item,12.31,Noun,4,4,2,item,5.68,1.00,5.68,1.00,none,8.09,none,6.61 itemize,itemise,0.10,Verb,7,6,3,itemize,12.65,0.89,12.65,0.89,none,none,none, itemized,itemised,0.24,Adjective,8,7,3,itemized,12.10,1.00,12.10,1.00,none,none,none, items,items,6.73,Noun,5,5,2,item,none,none,5.68,1.00,none,8.09,none,6.61 iterate,iterate,0.02,Verb,7,5,3,iterate,13.53,0.79,13.53,0.79,none,none,none, iterated,iterated,0.02,Verb,8,7,4,iterate,none,none,13.53,0.79,none,none,none, iteration,iteration,0.06,Noun,9,7,4,iteration,14.85,0.68,14.85,0.68,none,none,none, iterations,iterations,0.04,Noun,10,8,4,iteration,none,none,14.85,0.68,none,none,none, itinerant,itinerant,0.02,Adjective,9,8,4,itinerant,15.00,0.58,15.00,0.58,none,none,none, itineraries,itineraries,0.16,Noun,11,9,5,itinerary,none,none,11.84,0.95,none,none,none, itinerary,itinerary,1.67,Noun,9,8,5,itinerary,11.84,0.95,11.84,0.95,none,none,none, itself,itself,39.78,Pronoun,6,6,2,itself,6.42,1.00,6.42,1.00,5.82,none,none,7.49 ivories,ivories,0.20,Noun,7,6,3,ivory,none,none,9.39,1.00,none,none,none, ivory,ivory,1.39,Noun,5,4,3,ivory,9.39,1.00,9.39,1.00,none,none,none, jab,jab,3.35,Verb,3,3,1,jab,8.42,1.00,8.42,1.00,none,none,8.63, jabbed,jabbed,0.16,Verb,6,4,1,jab,none,none,8.42,1.00,none,none,8.63, jabber,jabber,0.49,Noun,6,4,2,jabber,9.67,0.95,9.67,0.95,none,none,none, jabbered,jabbered,0.02,Verb,8,5,2,jabber,none,none,9.67,0.95,none,none,none, jabbering,jabbering,0.51,Verb,9,6,3,jabber,none,none,9.67,0.95,none,none,none, jabberwocky,jabberwocky,0.06,Adjective,11,9,4,jabberwocky,13.69,0.72,13.69,0.72,none,none,none, jabbing,jabbing,0.29,Verb,7,5,2,jab,none,none,8.42,1.00,none,none,8.63, jabot,jabot,Err:512,Err:512,5,5,2,jabot,16.25,0.19,16.25,0.19,none,none,none, jabs,jabs,0.47,Noun,4,4,1,jab,none,none,8.42,1.00,none,none,8.63, jacaranda,jacaranda,0.02,Noun,9,9,4,jacaranda,14.00,0.26,14.00,0.26,none,none,none, jacinth,jacinth,Err:512,Err:512,7,6,2,jacinth,12.00,0.05,12.00,0.05,none,none,none, jack,jack,251.59,Name,4,3,1,jack,6.96,0.95,6.96,0.95,none,8.24,6.87, jackal,jackal,1.59,Noun,6,5,2,jackal,12.17,0.95,12.17,0.95,none,11.17,none,11.09 jackals,jackals,0.67,Noun,7,6,2,jackal,none,none,12.17,0.95,none,11.17,none,11.09 jackanapes,jackanapes,0.08,Noun,10,8,3,jackanapes,13.33,0.33,13.33,0.33,none,none,none, jackass,jackass,6.80,Noun,7,5,2,jackass,10.00,1.00,10.00,1.00,none,none,none, jackasses,jackasses,0.73,Noun,9,7,3,jackass,none,none,10.00,1.00,none,none,none, jackboot,jackboot,0.02,Noun,8,6,2,jackboot,16.56,0.45,16.56,0.45,none,none,none, jackbooted,jackbooted,0.02,Adjective,10,8,3,jackbooted,14.44,0.50,14.44,0.50,none,none,none, jackboots,jackboots,0.06,Noun,9,7,2,jackboot,none,none,16.56,0.45,none,none,none, jackdaw,jackdaw,0.02,Verb,7,5,2,jackdaw,10.83,0.30,10.83,0.30,none,none,none, jacked,jacked,2.22,Verb,6,4,1,jack,none,none,6.96,0.95,none,8.24,6.87, jacket,jacket,33.41,Noun,6,5,2,jacket,3.95,1.00,3.95,1.00,none,5.07,none,5.02 jacketed,jacketed,0.06,Adjective,8,7,3,jacketed,11.38,0.68,11.38,0.68,none,none,none, jackets,jackets,3.43,Noun,7,6,2,jacket,none,none,3.95,1.00,none,5.07,none,5.02 jackhammer,jackhammer,0.53,Noun,10,7,3,jackhammer,8.10,1.00,8.10,1.00,none,none,none, jackhammers,jackhammers,0.06,Noun,11,8,3,jackhammer,none,none,8.10,1.00,none,none,none, jacking,jacking,0.98,Verb,7,5,2,jack,none,none,6.96,0.95,none,8.24,6.87, jackknife,jackknife,0.18,Noun,9,6,2,jackknife,10.06,0.94,10.06,0.94,none,none,none, jackknifed,jackknifed,0.10,Verb,10,7,2,jackknife,none,none,10.06,0.94,none,none,none, jackknives,jackknives,0.06,Noun,10,7,2,jackknife,none,none,10.06,0.94,none,none,none, jackleg,jackleg,0.02,Noun,7,6,2,jackleg,13.50,0.22,13.50,0.22,none,none,none, jackpot,jackpot,3.71,Noun,7,6,2,jackpot,7.39,1.00,7.39,1.00,none,none,none, jackpots,jackpots,0.06,Noun,8,7,2,jackpot,none,none,7.39,1.00,none,none,none, jackrabbit,jackrabbit,0.65,Noun,10,8,3,jackrabbit,7.28,1.00,7.28,1.00,none,none,none, jackrabbits,jackrabbits,0.22,Noun,11,9,3,jackrabbit,none,none,7.28,1.00,none,none,none, jacks,jacks,3.39,Noun,5,4,1,jack,none,none,6.96,0.95,none,8.24,6.87, jacquard,jacquard,0.04,Noun,8,7,2,jacquard,15.25,0.67,15.25,0.67,none,none,none, jade,jade,5.08,Noun,4,3,1,jade,10.17,1.00,10.17,1.00,none,11.22,9.96, jaded,jaded,0.78,Adjective,5,5,2,jaded,11.61,0.95,11.61,0.95,none,none,none, jag,jag,1.75,Name,3,3,1,jag,12.32,0.86,12.32,0.86,none,none,10.95, jagged,jagged,0.57,Adjective,6,4,1,jagged,8.11,1.00,8.11,1.00,none,none,none, jags,jags,0.16,Name,4,4,1,jag,none,none,12.32,0.86,none,none,10.95, jaguar,jaguar,2.37,Noun,6,6,2,jaguar,7.78,0.95,7.78,0.95,9.25,none,none,6.13 jaguars,jaguars,0.27,Noun,7,7,2,jaguar,none,none,7.78,0.95,9.25,none,none,6.13 jai,jai,0.29,Noun,3,2,1,jai,16.25,0.22,16.25,0.22,none,none,none, jail,gaol,70.63,Noun,4,3,1,jail,5.74,1.00,5.74,1.00,none,6.33,5.86, jailbait,jailbait,0.27,Noun,8,6,2,jailbait,12.21,0.95,12.21,0.95,none,none,none, jailbird,gaolbird,0.67,Noun,8,6,2,jailbird,9.42,1.00,9.42,1.00,none,none,none, jailbirds,gaolbirds,0.18,Noun,9,7,2,jailbird,none,none,9.42,1.00,none,none,none, jailbreak,gaolbreak,0.51,Noun,9,7,2,jailbreak,8.83,1.00,8.83,1.00,none,none,none, jailbreaks,gaolbreaks,0.02,Noun,10,8,2,jailbreak,none,none,8.83,1.00,none,none,none, jailed,gaoled,0.86,Verb,6,4,1,jail,none,none,5.74,1.00,none,6.33,5.86, jailer,gaoler,1.51,Noun,6,4,2,jailer,10.20,1.00,10.20,1.00,none,none,none, jailers,gaolers,0.12,Noun,7,5,2,jailer,none,none,10.20,1.00,none,none,none, jailhouse,jailhouse,1.35,Noun,9,6,2,jailhouse,7.11,1.00,7.11,1.00,none,none,none, jailor,jailor,0.04,Noun,6,4,2,jailer,none,none,10.20,1.00,none,none,none, jailors,jailors,0.02,Noun,7,5,2,jailer,none,none,10.20,1.00,none,none,none, jails,gaols,0.76,Noun,5,4,1,jail,none,none,5.74,1.00,none,6.33,5.86, jalapeno,jalapeno,0.12,Noun,8,9,4,jalapeno,11.33,1.00,11.33,1.00,none,none,none, jalapenos,jalapenos,0.06,Noun,9,9,4,jalapeno,none,none,11.33,1.00,none,none,none, jalopies,jalopies,0.04,Noun,8,7,3,jalopy,none,none,10.21,0.78,none,none,none, jalopy,jalopy,0.71,Noun,6,6,3,jalopy,10.21,0.78,10.21,0.78,none,none,none, jam,jam,13.53,Noun,3,3,1,jam,6.56,1.00,6.56,1.00,none,none,5.66, jamb,jamb,0.04,Noun,4,3,1,jamb,12.92,0.63,12.92,0.63,none,none,none, jambalaya,jambalaya,0.24,Noun,9,8,4,jambalaya,11.94,0.84,11.94,0.84,none,none,none, jamboree,jamboree,0.53,Noun,8,7,3,jamboree,9.12,0.94,9.12,0.94,none,none,none, jamborees,jamborees,0.02,Noun,9,8,3,jamboree,none,none,9.12,0.94,none,none,none, jammed,jammed,7.27,Verb,6,4,1,jam,none,none,6.56,1.00,none,none,5.66, jammer,jammer,0.49,Noun,6,4,2,jammer,11.56,0.89,11.56,0.89,none,none,none, jammers,jammers,0.08,Noun,7,5,2,jammer,none,none,11.56,0.89,none,none,none, jams,jams,1.25,Noun,4,4,1,jam,none,none,6.56,1.00,none,none,5.66, jangle,jangle,0.33,Noun,6,6,2,jangle,8.00,0.79,8.00,0.79,none,none,none, jangles,jangles,0.04,Verb,7,7,2,jangle,none,none,8.00,0.79,none,none,none, jangling,jangling,0.22,Verb,8,8,3,jangle,none,none,8.00,0.79,none,none,none, janitor,janitor,5.73,Noun,7,6,3,janitor,7.21,1.00,7.21,1.00,none,7.62,none, janitorial,janitorial,0.43,Adjective,10,10,5,janitorial,11.16,1.00,11.16,1.00,none,none,none, janitors,janitors,0.55,Noun,8,7,3,janitor,none,none,7.21,1.00,none,7.62,none, janitress,janitress,0.02,Noun,9,8,3,janitress,13.00,0.55,13.00,0.55,none,none,none, january,january,6.69,6.69,7,8,4,january,5.52,1.00,5.52,1.00,5.59,none,none, japan,japan,15.51,15.51,5,5,2,japan,7.33,0.95,7.33,0.95,8.69,none,none, japanning,japanning,0.06,Verb,9,7,3,japan,none,none,7.33,0.95,8.69,none,none, jape,jape,0.08,Noun,4,3,1,jape,15.70,0.50,15.70,0.50,none,none,none, japery,japery,0.02,Noun,6,6,3,japery,13.60,0.28,13.60,0.28,none,none,none, jar,jar,8.31,Noun,3,3,1,jar,5.44,1.00,5.44,1.00,none,4.99,5.13, jargon,jargon,0.61,Noun,6,6,2,jargon,11.94,0.95,11.94,0.95,none,11.70,none,12.75 jarhead,jarhead,0.45,Noun,7,6,2,jarhead,11.89,1.00,11.89,1.00,none,none,none, jarred,jarred,0.22,Verb,6,4,1,jar,none,none,5.44,1.00,none,4.99,5.13, jars,jars,1.94,Noun,4,4,1,jar,none,none,5.44,1.00,none,4.99,5.13, jasmine,jasmine,5.45,Noun,7,6,2,jasmine,10.26,0.95,10.26,0.95,none,none,none,10.32 jasper,jasper,4.53,Name,6,5,2,jasper,10.69,0.70,10.69,0.70,none,none,none,10.80 jaspers,jaspers,0.12,Noun,7,6,2,jasper,none,none,10.69,0.70,none,none,none,10.80 jaundice,jaundice,0.27,Noun,8,6,2,jaundice,13.05,1.00,13.05,1.00,none,none,none, jaundiced,jaundiced,0.22,Adjective,9,7,2,jaundiced,13.69,0.84,13.69,0.84,none,none,none, jaunt,jaunt,0.37,Noun,5,4,1,jaunt,14.94,0.85,14.94,0.85,none,none,12.50, jaunts,jaunts,0.06,Noun,6,5,1,jaunt,none,none,14.94,0.85,none,none,12.50, jaunty,jaunty,0.18,Adjective,6,5,2,jaunty,10.94,0.89,10.94,0.89,none,none,none, java,java,1.53,Noun,4,4,2,java,12.63,0.95,12.63,0.95,none,none,none,11.39 javelin,javelin,0.47,Noun,7,7,3,javelin,9.44,0.86,9.44,0.86,none,none,none, javelins,javelins,0.02,Noun,8,8,3,javelin,none,none,9.44,0.86,none,none,none, jaw,jaw,7.14,Noun,3,2,1,jaw,5.33,1.00,5.33,1.00,none,7.24,5.86, jawbone,jawbone,0.41,Noun,7,5,2,jawbone,8.53,1.00,8.53,1.00,none,none,none, jawbones,jawbones,0.02,Noun,8,6,2,jawbone,none,none,8.53,1.00,none,none,none, jawbreaker,jawbreaker,0.12,Noun,10,7,3,jawbreaker,6.89,1.00,6.89,1.00,none,none,none, jawbreakers,jawbreakers,0.04,Noun,11,8,3,jawbreaker,none,none,6.89,1.00,none,none,none, jawed,jawed,0.10,Verb,5,3,1,jaw,none,none,5.33,1.00,none,7.24,5.86, jawing,jawing,0.12,Verb,6,4,2,jaw,none,none,5.33,1.00,none,7.24,5.86, jaws,jaws,2.61,Noun,4,3,1,jaws,5.28,1.00,5.28,1.00,none,none,none, jay,jay,16.10,Name,3,2,1,jay,8.13,0.95,8.13,0.95,none,none,8.82, jaybird,jaybird,0.22,Noun,7,5,2,jaybird,8.59,0.85,8.59,0.85,none,none,none, jaybirds,jaybirds,0.06,Noun,8,6,2,jaybird,none,none,8.59,0.85,none,none,none, jays,jays,0.29,Noun,4,3,1,jay,none,none,8.13,0.95,none,none,8.82, jaywalk,jaywalk,0.10,Verb,7,5,2,jaywalk,10.33,1.00,10.33,1.00,none,none,none, jaywalker,jaywalker,0.06,Noun,9,6,3,jaywalker,9.45,1.00,9.45,1.00,none,none,none, jaywalking,jaywalking,0.69,Verb,10,7,3,jaywalk,none,none,10.33,1.00,none,none,none, jazz,jazz,11.92,Noun,4,3,1,jazz,8.50,1.00,8.50,1.00,none,9.22,7.08, jazzed,jazzed,0.71,Verb,6,4,1,jazz,none,none,8.50,1.00,none,9.22,7.08, jazzing,jazzing,0.08,Verb,7,5,2,jazz,none,none,8.50,1.00,none,9.22,7.08, jazzman,jazzman,0.04,Noun,7,6,2,jazzman,11.88,0.94,11.88,0.94,none,none,none, jazzy,jazzy,0.49,Adjective,5,4,2,jazzy,9.39,0.95,9.39,0.95,none,none,none, jealous,jealous,38.27,Adjective,7,5,2,jealous,7.42,1.00,7.42,1.00,none,7.07,none,7.19 jealousies,jealousies,0.22,Noun,10,7,3,jealousy,none,none,7.61,1.00,8.29,none,none, jealousy,jealousy,5.75,Noun,8,6,3,jealousy,7.61,1.00,7.61,1.00,8.29,none,none, jean,jean,17.73,Name,4,3,1,jean,6.12,1.00,6.12,1.00,none,6.81,none, jeans,jeans,6.61,Noun,5,4,1,jeans,5.26,1.00,5.26,1.00,none,none,5.46, jeep,jeep,10.27,Noun,4,3,1,jeep,6.32,1.00,6.32,1.00,none,8.22,none, jeeps,jeeps,0.75,Noun,5,4,1,jeep,none,none,6.32,1.00,none,8.22,none, jeer,jeer,0.06,Verb,4,3,1,jeer,11.88,0.84,11.88,0.84,none,9.60,11.19, jeered,jeered,0.08,Verb,6,4,1,jeer,none,none,11.88,0.84,none,9.60,11.19, jeering,jeering,0.39,Noun,7,5,2,jeering,12.73,0.83,12.73,0.83,none,none,none, jeers,jeers,0.16,Noun,5,4,1,jeer,none,none,11.88,0.84,none,9.60,11.19, jejune,jejune,0.16,Noun,6,5,2,jejune,17.33,0.50,17.33,0.50,none,none,none, jejunum,jejunum,0.08,Noun,7,7,3,jejunum,14.50,0.50,14.50,0.50,none,none,none, jell,jell,0.12,Verb,4,3,1,gel,none,none,7.21,1.00,none,none,none, jelled,jelled,0.02,Verb,6,4,1,gel,none,none,7.21,1.00,none,none,none, jellied,jellied,0.10,Adjective,7,5,2,jellied,8.00,0.95,8.00,0.95,none,none,none, jellies,jellies,0.35,Noun,7,5,2,jelly,none,none,4.11,1.00,none,none,none,4.43 jelling,gelling,0.06,Verb,7,5,2,gel,none,none,7.21,1.00,none,none,none, jelly,jelly,7.12,Noun,5,4,2,jelly,4.11,1.00,4.11,1.00,none,none,none,4.43 jellybean,jellybean,0.45,Noun,9,7,3,jellybean,5.63,1.00,5.63,1.00,none,none,none, jellybeans,jellybeans,0.24,Noun,10,8,3,jellybean,none,none,5.63,1.00,none,none,none, jellyfish,jellyfish,1.45,Noun,9,7,3,jellyfish,6.61,1.00,6.61,1.00,none,none,none, jellylike,jellylike,0.02,Adjective,9,7,3,jellylike,11.06,1.00,11.06,1.00,none,none,none, jellyroll,jellyroll,0.08,Noun,9,7,3,jellyroll,9.59,0.94,9.59,0.94,none,none,none, jennet,jennet,Err:512,Err:512,6,5,2,jennet,17.67,0.16,17.67,0.16,none,none,none, jeopardize,jeopardise,2.88,Verb,10,7,3,jeopardize,11.50,1.00,11.50,1.00,none,none,none, jeopardized,jeopardised,0.41,Verb,11,8,3,jeopardize,none,none,11.50,1.00,none,none,none, jeopardizes,jeopardises,0.22,Verb,11,9,4,jeopardize,none,none,11.50,1.00,none,none,none, jeopardizing,jeopardising,0.78,Verb,12,9,4,jeopardize,none,none,11.50,1.00,none,none,none, jeopardy,jeopardy,3.43,Noun,8,6,3,jeopardy,8.63,1.00,8.63,1.00,none,none,none, jerk,jerk,33.14,Noun,4,3,1,jerk,8.31,1.00,8.31,1.00,none,7.98,7.00, jerked,jerked,0.82,Verb,6,4,1,jerk,none,none,8.31,1.00,none,7.98,7.00, jerker,jerker,0.02,Noun,6,4,2,jerker,9.57,0.70,9.57,0.70,none,none,none, jerkin,jerkin,0.37,Noun,6,5,2,jerkin,13.89,0.50,13.89,0.50,none,none,none, jerking,jerking,2.27,Verb,7,5,2,jerk,none,none,8.31,1.00,none,7.98,7.00, jerkins,jerkins,0.02,Noun,7,6,2,jerkin,none,none,13.89,0.50,none,none,none, jerks,jerks,4.37,Noun,5,4,1,jerk,none,none,8.31,1.00,none,7.98,7.00, jerkwater,jerkwater,0.14,Adjective,9,7,3,jerkwater,12.44,0.43,12.44,0.43,none,none,none, jerky,jerky,2.27,Adjective,5,4,2,jerky,8.94,0.95,8.94,0.95,none,none,none, jeroboam,jeroboam,0.02,Noun,8,8,4,jeroboam,12.60,0.28,12.60,0.28,none,none,none, jersey,jersey,18.10,Name,6,4,2,jersey,8.96,1.00,8.96,1.00,10.02,6.20,none,7.57 jerseys,jerseys,0.41,Noun,7,5,2,jersey,none,none,8.96,1.00,10.02,6.20,none,7.57 jest,jest,1.33,Noun,4,4,1,jest,11.21,1.00,11.21,1.00,none,none,10.97, jester,jester,2.29,Noun,6,5,2,jester,10.28,1.00,10.28,1.00,none,none,none,10.90 jesters,jesters,0.41,Noun,7,6,2,jester,none,none,10.28,1.00,none,none,none,10.90 jesting,jesting,0.12,Verb,7,6,2,jest,none,none,11.21,1.00,none,none,10.97, jests,jests,0.18,Noun,5,5,1,jest,none,none,11.21,1.00,none,none,10.97, jet,jet,14.14,Noun,3,3,1,jet,5.39,1.00,5.39,1.00,none,none,5.86, jetliner,jetliner,0.06,Noun,8,7,3,jetliner,9.40,1.00,9.40,1.00,none,none,none, jetliners,jetliners,0.06,Noun,9,8,3,jetliner,none,none,9.40,1.00,none,none,none, jets,jets,4.41,Noun,4,4,1,jet,none,none,5.39,1.00,none,none,5.86, jetsam,jetsam,0.18,Verb,6,6,2,jetsam,12.11,0.50,12.11,0.50,none,none,none, jetted,jetted,0.06,Verb,6,5,2,jet,none,none,5.39,1.00,none,none,5.86, jetties,jetties,0.02,Noun,7,5,2,jetty,none,none,13.00,0.52,none,none,none, jetting,jetting,0.10,Verb,7,5,2,jet,none,none,5.39,1.00,none,none,5.86, jettison,jettison,0.73,Verb,8,7,3,jettison,12.38,0.68,12.38,0.68,none,none,none, jettisoned,jettisoned,0.08,Verb,10,8,3,jettison,none,none,12.38,0.68,none,none,none, jettisons,jettisons,0.02,Verb,9,8,3,jettison,none,none,12.38,0.68,none,none,none, jetty,jetty,0.25,Noun,5,4,2,jetty,13.00,0.52,13.00,0.52,none,none,none, jewel,jewel,7.24,Noun,5,4,2,jewel,6.22,1.00,6.22,1.00,none,5.94,none,6.68 jeweled,jewelled,0.29,Adjective,7,5,2,jeweled,8.06,0.94,8.06,0.94,none,none,none, jeweler,jeweller,1.04,Noun,7,5,3,jeweler,9.50,1.00,9.50,1.00,none,none,none, jewelers,jewellers,0.41,Noun,8,6,3,jeweler,none,none,9.50,1.00,none,none,none, jewelry,jewellery,11.06,Noun,7,6,3,jewelry,6.67,1.00,6.67,1.00,none,none,none, jewels,jewels,7.25,Noun,6,5,2,jewel,none,none,6.22,1.00,none,5.94,none,6.68 jib,jib,0.71,Noun,3,3,1,jib,12.93,0.74,12.93,0.74,none,none,none, jibber,jibber,0.27,Noun,6,5,2,jibber,8.60,0.71,8.60,0.71,none,none,none, jibe,jibe,0.35,Verb,4,3,1,jibe,11.86,0.39,11.86,0.39,none,none,12.52, jibed,jibed,0.18,Verb,5,4,1,jibe,none,none,11.86,0.39,none,none,12.52, jibes,jibes,0.08,Verb,5,4,1,jibe,none,none,11.86,0.39,none,none,12.52, jibs,jibs,0.08,Noun,4,4,1,jib,none,none,12.93,0.74,none,none,none, jiff,jiff,0.51,Noun,4,3,1,jiff,9.13,0.75,9.13,0.75,none,none,none, jiffies,jiffies,0.04,Noun,7,5,2,jiffy,none,none,9.33,1.00,none,none,none,7.41 jiffy,jiffy,1.57,Noun,5,4,2,jiffy,9.33,1.00,9.33,1.00,none,none,none,7.41 jig,jig,1.71,Noun,3,3,1,jig,8.70,1.00,8.70,1.00,none,none,8.82, jigger,jigger,0.20,Noun,6,4,2,jigger,12.08,0.68,12.08,0.68,none,none,none, jiggers,jiggers,0.22,Noun,7,5,2,jigger,none,none,12.08,0.68,none,none,none, jiggle,jiggle,1.22,Verb,6,5,2,jiggle,7.48,1.00,7.48,1.00,none,none,none,6.20 jiggled,jiggled,0.10,Verb,7,6,2,jiggle,none,none,7.48,1.00,none,none,none,6.20 jiggles,jiggles,0.08,Verb,7,6,2,jiggle,none,none,7.48,1.00,none,none,none,6.20 jiggling,jiggling,0.59,Verb,8,7,3,jiggle,none,none,7.48,1.00,none,none,none,6.20 jigs,jigs,0.22,Noun,4,4,1,jig,none,none,8.70,1.00,none,none,8.82, jigsaw,jigsaw,1.86,Noun,6,5,2,jigsaw,7.63,1.00,7.63,1.00,none,none,none, jigsaws,jigsaws,0.04,Noun,7,6,2,jigsaw,none,none,7.63,1.00,none,none,none, jihad,jihad,0.76,Noun,5,5,2,jihad,15.38,0.76,15.38,0.76,none,none,none, jihads,jihads,0.02,Noun,6,6,2,jihad,none,none,15.38,0.76,none,none,none, jillion,jillion,0.20,Noun,7,6,2,jillion,9.14,0.74,9.14,0.74,none,none,none, jillions,jillions,0.02,Noun,8,7,2,jillion,none,none,9.14,0.74,none,none,none, jilt,jilt,0.04,Verb,4,4,1,jilt,12.28,0.95,12.28,0.95,none,none,none, jimjams,jimjams,0.04,Noun,7,7,2,pajamas,none,none,3.48,1.00,none,none,none, jimsonweed,jimsonweed,0.24,Noun,10,9,3,jimsonweed,16.17,0.33,16.17,0.33,none,none,none, jingle,jingle,5.06,Noun,6,6,2,jingle,5.21,1.00,5.21,1.00,none,7.71,none,6.33 jingles,jingles,0.98,Noun,7,7,2,jingle,none,none,5.21,1.00,none,7.71,none,6.33 jingling,jingling,0.73,Verb,8,8,3,jingle,none,none,5.21,1.00,none,7.71,none,6.33 jingo,jingo,0.08,Noun,5,5,2,jingo,14.90,0.56,14.90,0.56,none,none,none, jingoist,jingoist,0.02,Noun,8,8,3,jingoist,13.33,0.17,13.33,0.17,none,none,none, jinks,jinks,0.27,Noun,5,5,1,jinx,none,none,7.89,1.00,none,none,9.53, jinx,jinx,4.00,Noun,4,5,1,jinx,7.89,1.00,7.89,1.00,none,none,9.53, jinxed,jinxed,0.55,Verb,6,6,1,jinx,none,none,7.89,1.00,none,none,9.53, jinxes,jinxes,0.10,Noun,6,7,2,jinx,none,none,7.89,1.00,none,none,9.53, jinxing,jinxing,0.12,Verb,7,7,2,jinx,none,none,7.89,1.00,none,none,9.53, jitney,jitney,0.14,Noun,6,5,2,jitney,12.44,0.50,12.44,0.50,none,none,none, jitneys,jitneys,0.02,Noun,7,6,2,jitney,none,none,12.44,0.50,none,none,none, jitter,jitter,0.16,Verb,6,4,2,jitter,9.56,1.00,9.56,1.00,none,none,none, jitterbug,jitterbug,0.37,Verb,9,7,3,jitterbug,8.26,1.00,8.26,1.00,none,none,none, jitterbugs,jitterbugs,0.04,Verb,10,8,3,jitterbug,none,none,8.26,1.00,none,none,none, jittering,jittering,0.08,Verb,9,6,3,jitter,none,none,9.56,1.00,none,none,none, jitters,jitters,1.29,Noun,7,5,2,jitter,none,none,9.56,1.00,none,none,none, jittery,jittery,0.41,Adjective,7,5,3,jittery,9.00,1.00,9.00,1.00,none,none,none, jive,jive,1.69,Noun,4,3,1,jive,10.33,1.00,10.33,1.00,none,none,none, jived,jived,0.02,Verb,5,4,1,jive,none,none,10.33,1.00,none,none,none, jives,jives,0.06,Verb,5,4,1,jive,none,none,10.33,1.00,none,none,none, jiving,jiving,0.24,Verb,6,5,2,jive,none,none,10.33,1.00,none,none,none, job,job,413.00,Noun,3,3,1,job,5.39,1.00,5.39,1.00,6.01,none,5.20, jobber,jobber,0.02,Noun,6,4,2,jobber,14.56,0.50,14.56,0.50,none,12.49,none, jobbers,jobbers,0.04,Noun,7,5,2,jobber,none,none,14.56,0.50,none,12.49,none, jobholder,jobholder,Err:512,Err:512,9,8,3,jobholder,11.78,0.90,11.78,0.90,none,none,none, jobless,jobless,0.33,Adjective,7,6,2,jobless,8.56,1.00,8.56,1.00,none,none,none, jobs,jobs,27.61,Noun,4,4,1,job,none,none,5.39,1.00,6.01,none,5.20, jockey,jockey,4.84,Noun,6,4,2,jockey,8.28,0.95,8.28,0.95,none,7.71,none,9.76 jockeyed,jockeyed,0.04,Verb,8,5,2,jockey,none,none,8.28,0.95,none,7.71,none,9.76 jockeying,jockeying,0.18,Verb,9,6,3,jockey,none,none,8.28,0.95,none,7.71,none,9.76 jockeys,jockeys,0.78,Noun,7,5,2,jockey,none,none,8.28,0.95,none,7.71,none,9.76 jockstrap,jockstrap,0.43,Noun,9,8,2,jockstrap,9.95,0.95,9.95,0.95,none,none,none, jockstraps,jockstraps,0.10,Noun,10,9,2,jockstrap,none,none,9.95,0.95,none,none,none, jocose,jocose,0.08,Adjective,6,5,2,jocose,13.67,0.17,13.67,0.17,none,none,none, jocular,jocular,0.02,Adjective,7,7,3,jocular,14.42,0.60,14.42,0.60,none,none,none, jocularity,jocularity,0.14,Noun,10,10,5,jocularity,14.50,0.50,14.50,0.50,none,none,none, jocund,jocund,0.08,Adjective,6,6,2,jocund,14.33,0.47,14.33,0.47,none,none,none, jodhpur,jodhpur,0.04,Verb,7,7,2,jodhpur,12.44,0.50,12.44,0.50,none,none,none, jodhpurs,jodhpurs,0.10,Noun,8,9,2,jodhpur,none,none,12.44,0.50,none,none,none, jog,jog,2.41,Verb,3,3,1,jog,6.21,1.00,6.21,1.00,10.58,none,6.23, jogged,jogged,0.14,Verb,6,4,1,jog,none,none,6.21,1.00,10.58,none,6.23, jogger,jogger,0.47,Noun,6,4,2,jogger,8.26,1.00,8.26,1.00,none,none,none, joggers,joggers,0.16,Noun,7,5,2,jogger,none,none,8.26,1.00,none,none,none, jogging,jogging,2.57,Verb,7,5,2,jogging,9.51,1.00,9.51,1.00,none,7.09,none, joggle,joggle,0.02,Verb,6,5,2,joggle,9.17,0.63,9.17,0.63,none,none,none, jogs,jogs,0.33,Verb,4,4,1,jog,none,none,6.21,1.00,10.58,none,6.23, join,join,83.43,Verb,4,3,1,join,5.83,1.00,5.83,1.00,6.57,none,6.26, joined,joined,16.49,Verb,6,4,1,join,none,none,5.83,1.00,6.57,none,6.26, joiner,joiner,0.33,Noun,6,4,2,joiner,11.35,0.89,11.35,0.89,8.92,none,none, joinery,joinery,0.02,Noun,7,5,3,joinery,12.30,0.53,12.30,0.53,none,none,none, joining,joining,12.04,Verb,7,5,2,join,none,none,5.83,1.00,6.57,none,6.26, joins,joins,1.65,Verb,5,4,1,join,none,none,5.83,1.00,6.57,none,6.26, joint,joint,27.55,Adjective,5,4,1,joint,9.05,1.00,9.05,1.00,7.37,none,8.80, joints,joints,3.82,Noun,6,5,1,joint,none,none,9.05,1.00,7.37,none,8.80, joist,joist,0.06,Noun,5,4,1,joist,11.95,0.90,11.95,0.90,none,none,none, joists,joists,0.25,Noun,6,5,1,joist,none,none,11.95,0.90,none,none,none, jojoba,jojoba,0.12,Noun,6,6,3,jojoba,11.50,0.56,11.50,0.56,none,none,none, joke,joke,73.02,Noun,4,3,1,joke,5.20,1.00,5.20,1.00,6.66,5.60,5.46, joked,joked,0.43,Verb,5,4,1,joke,none,none,5.20,1.00,6.66,5.60,5.46, joker,joker,4.57,Noun,5,4,2,joker,6.55,1.00,6.55,1.00,none,none,none, jokers,jokers,1.02,Noun,6,5,2,joker,none,none,6.55,1.00,none,none,none, jokes,jokes,20.39,Noun,5,4,1,joke,none,none,5.20,1.00,6.66,5.60,5.46, jokester,jokester,0.08,Noun,8,6,2,jokester,7.61,0.90,7.61,0.90,none,none,none, jokesters,jokesters,0.04,Noun,9,7,2,jokester,none,none,7.61,0.90,none,none,none, jokey,jokey,0.08,Adjective,5,4,2,jokey,7.64,0.74,7.64,0.74,none,none,none, joking,joking,18.61,Verb,6,5,2,joke,none,none,5.20,1.00,6.66,5.60,5.46, jollier,jollier,0.08,Adjective,7,5,3,jolly,none,none,6.59,1.00,none,none,none,5.87 jollies,jollies,0.35,Verb,7,5,2,jolly,none,none,6.59,1.00,none,none,none,5.87 jolliest,jolliest,0.04,Adjective,8,7,3,jolly,none,none,6.59,1.00,none,none,none,5.87 jollification,jollification,0.02,Noun,13,11,5,jollification,13.09,0.61,13.09,0.61,none,none,none, jolliness,jolliness,0.02,Noun,9,7,3,jolliness,8.88,0.94,8.88,0.94,none,none,none, jollity,jollity,0.02,Noun,7,6,3,jollity,11.75,0.67,11.75,0.67,none,none,none, jolly,jolly,7.49,Adverb,5,4,2,jolly,6.59,1.00,6.59,1.00,none,none,none,5.87 jolt,jolt,1.37,Noun,4,4,1,jolt,9.44,1.00,9.44,1.00,none,8.56,8.82, jolted,jolted,0.16,Verb,6,6,2,jolt,none,none,9.44,1.00,none,8.56,8.82, jolts,jolts,0.10,Verb,5,5,1,jolt,none,none,9.44,1.00,none,8.56,8.82, jolty,jolty,0.02,Adjective,5,5,2,jolty,10.64,0.78,10.64,0.78,none,none,none, jonquil,jonquil,0.04,Noun,7,7,2,jonquil,14.00,0.50,14.00,0.50,11.86,none,none, josh,josh,20.37,Name,4,3,1,josh,8.95,0.90,8.95,0.90,none,none,10.03, joshed,joshed,0.02,Verb,6,4,1,josh,none,none,8.95,0.90,none,none,10.03, joshing,joshing,0.35,Verb,7,5,2,josh,none,none,8.95,0.90,none,none,10.03, jostle,jostle,0.10,Verb,6,5,2,jostle,9.94,0.89,9.94,0.89,none,none,none, jostled,jostled,0.10,Verb,7,6,2,jostle,none,none,9.94,0.89,none,none,none, jostling,jostling,0.06,Verb,8,7,3,jostle,none,none,9.94,0.89,none,none,none, jot,jot,0.73,Verb,3,3,1,jot,8.17,1.00,8.17,1.00,none,none,9.67, jotted,jotted,0.29,Verb,6,5,2,jot,none,none,8.17,1.00,none,none,9.67, jotting,jotting,0.14,Verb,7,5,2,jot,none,none,8.17,1.00,none,none,9.67, joule,joule,0.02,Noun,5,3,1,joule,12.73,0.61,12.73,0.61,none,none,none, joules,joules,0.27,Noun,6,4,1,joule,none,none,12.73,0.61,none,none,none, jour,jour,0.67,Noun,4,3,1,jour,14.53,0.83,14.53,0.83,none,none,none, journal,journal,8.88,Noun,7,5,2,journal,8.50,1.00,8.50,1.00,none,8.86,none,7.26 journalism,journalism,3.82,Noun,10,9,4,journalism,10.35,1.00,10.35,1.00,none,none,none, journalist,journalist,6.10,Noun,10,8,3,journalist,10.11,1.00,10.11,1.00,10.18,none,none, journalistic,journalistic,0.69,Adjective,12,10,4,journalistic,13.12,0.89,13.12,0.89,none,none,none, journalists,journalists,1.92,Noun,11,9,3,journalist,none,none,10.11,1.00,10.18,none,none, journals,journals,1.78,Noun,8,6,2,journal,none,none,8.50,1.00,none,8.86,none,7.26 journey,journey,19.94,Noun,7,4,2,journey,7.67,1.00,7.67,1.00,none,none,none,7.88 journeyed,journeyed,1.14,Verb,9,5,2,journey,none,none,7.67,1.00,none,none,none,7.88 journeying,journeying,0.10,Verb,10,6,3,journey,none,none,7.67,1.00,none,none,none,7.88 journeyman,journeyman,0.04,Noun,10,7,3,journeyman,12.88,0.89,12.88,0.89,none,none,none, journeymen,journeymen,0.04,Noun,10,7,3,journeyman,none,none,12.88,0.89,none,none,none, journeys,journeys,0.65,Noun,8,5,2,journey,none,none,7.67,1.00,none,none,none,7.88 journo,journo,0.20,Noun,6,5,2,journo,14.75,0.44,14.75,0.44,none,none,none, joust,joust,1.14,Noun,5,4,1,joust,10.63,1.00,10.63,1.00,none,none,11.26, jouster,jouster,0.06,Noun,7,5,2,jouster,12.43,1.00,12.43,1.00,none,none,none, jousting,jousting,0.51,Verb,8,6,2,joust,none,none,10.63,1.00,none,none,11.26, jousts,jousts,0.10,Noun,6,5,1,joust,none,none,10.63,1.00,none,none,11.26, jovial,jovial,0.22,Adjective,6,6,3,jovial,11.33,0.90,11.33,0.90,none,none,none, joviality,joviality,0.02,Noun,9,9,5,joviality,13.12,0.84,13.12,0.84,none,none,none, jowl,jowl,0.08,Noun,4,3,1,jowl,12.44,0.90,12.44,0.90,none,none,12.24, jowls,jowls,0.31,Noun,5,4,1,jowl,none,none,12.44,0.90,none,none,12.24, joy,joy,28.55,Noun,3,2,1,joy,6.74,1.00,6.74,1.00,none,6.88,5.34, joyful,joyful,1.49,Adjective,6,5,2,joyful,7.05,1.00,7.05,1.00,none,none,none, joyfulness,joyfulness,0.02,Noun,10,8,3,joyfulness,7.68,1.00,7.68,1.00,none,none,none, joyless,joyless,0.10,Adjective,7,5,2,joyless,9.42,1.00,9.42,1.00,none,none,none, joyous,joyous,1.35,Adjective,6,4,2,joyous,7.35,0.94,7.35,0.94,none,none,none, joyride,joyride,0.88,Noun,7,5,2,joyride,9.72,1.00,9.72,1.00,none,none,none, joyrides,joyrides,0.02,Verb,8,6,2,joyride,none,none,9.72,1.00,none,none,none, joyriding,joyriding,0.24,Verb,9,7,3,joyride,none,none,9.72,1.00,none,none,none, joys,joys,1.37,Noun,4,3,1,joy,none,none,6.74,1.00,none,6.88,5.34, joystick,joystick,0.29,Noun,8,6,2,joystick,9.29,0.94,9.29,0.94,none,none,none, joysticks,joysticks,0.06,Noun,9,7,2,joystick,none,none,9.29,0.94,none,none,none, jubilant,jubilant,0.16,Adjective,8,8,3,jubilant,11.53,0.83,11.53,0.83,none,none,none, jubilation,jubilation,0.10,Noun,10,9,4,jubilation,12.84,1.00,12.84,1.00,none,none,none, jubilee,jubilee,0.80,Noun,7,6,3,jubilee,10.61,1.00,10.61,1.00,none,none,none, judge,judge,79.67,Noun,5,3,1,judge,8.85,1.00,8.85,1.00,8.29,none,7.49, judged,judged,4.04,Verb,6,4,1,judge,none,none,8.85,1.00,8.29,none,7.49, judges,judges,8.35,Noun,6,5,2,judge,none,none,8.85,1.00,8.29,none,7.49, judgeship,judgeship,0.20,Noun,9,6,2,judgeship,12.79,0.70,12.79,0.70,none,none,none, judgeships,judgeships,0.02,Noun,10,7,2,judgeship,none,none,12.79,0.70,none,none,none, judging,judging,8.16,Verb,7,5,2,judge,none,none,8.85,1.00,8.29,none,7.49, judgment,judgement ,16.45,Noun,8,7,2,judgment,8.94,1.00,8.94,1.00,none,none,none,9.58 judgmental,judgemental,1.51,Adjective,10,9,3,judgmental,10.68,1.00,10.68,1.00,none,none,none, judgments,judgements,1.14,Noun,9,8,2,judgment,none,none,8.94,1.00,none,none,none,9.58 judicature,judicature,Err:512,Err:512,10,10,4,judicature,17.00,0.32,17.00,0.32,none,none,none, judicial,judicial,1.35,Adjective,8,7,3,judicial,13.15,1.00,13.15,1.00,none,none,none, judiciary,judiciary,0.22,Noun,9,9,5,judiciary,12.65,0.94,12.65,0.94,none,none,none, judicious,judicious,0.16,Adjective,9,7,3,judicious,13.88,0.89,13.88,0.89,none,none,none, judo,judo,0.96,Noun,4,4,2,judo,10.67,0.83,10.67,0.83,10.23,none,none,10.80 jug,jug,2.63,Noun,3,3,1,jug,5.83,1.00,5.83,1.00,none,none,5.73, juggernaut,juggernaut,0.29,Noun,10,7,3,juggernaut,16.22,0.90,16.22,0.90,none,none,none, juggernauts,juggernauts,0.02,Noun,11,11,4,juggernaut,none,none,16.22,0.90,none,none,none, juggle,juggle,1.45,Verb,6,5,2,juggle,6.39,1.00,6.39,1.00,none,6.66,none,6.89 juggled,juggled,0.14,Verb,7,6,2,juggle,none,none,6.39,1.00,none,6.66,none,6.89 juggler,juggler,0.47,Noun,7,6,3,juggler,7.33,1.00,7.33,1.00,7.76,none,none, jugglers,jugglers,0.18,Noun,8,7,3,juggler,none,none,7.33,1.00,7.76,none,none, juggles,juggles,0.10,Verb,7,6,2,juggle,none,none,6.39,1.00,none,6.66,none,6.89 juggling,juggling,1.78,Verb,8,7,3,juggle,none,none,6.39,1.00,none,6.66,none,6.89 jugs,jugs,1.20,Noun,4,4,1,jug,none,none,5.83,1.00,none,none,5.73, jugular,jugular,1.39,Noun,7,7,3,jugular,12.95,0.95,12.95,0.95,none,none,none, jugulars,jugulars,0.02,Noun,8,9,3,jugular,none,none,12.95,0.95,none,none,none, juice,juice,26.88,Noun,5,3,1,juice,4.40,1.00,4.40,1.00,none,5.15,3.05, juiced,juiced,0.25,Verb,6,4,1,juice,none,none,4.40,1.00,none,5.15,3.05, juicehead,juicehead,0.04,Noun,9,6,2,juicehead,14.83,0.55,14.83,0.55,none,none,none, juicer,juicer,0.39,Noun,6,4,2,juicer,11.26,1.00,11.26,1.00,none,none,none, juicers,juicers,0.10,Noun,7,5,2,juicer,none,none,11.26,1.00,none,none,none, juices,juices,1.10,Noun,6,5,2,juice,none,none,4.40,1.00,none,5.15,3.05, juicier,juicier,0.08,Adjective,7,6,3,juicy,none,none,4.84,1.00,none,none,none, juiciest,juiciest,0.14,Adjective,8,7,3,juicy,none,none,4.84,1.00,none,none,none, juicing,juicing,0.14,Verb,7,5,2,juice,none,none,4.40,1.00,none,5.15,3.05, juicy,juicy,4.29,Adjective,5,4,2,juicy,4.84,1.00,4.84,1.00,none,none,none, jujitsu,jujitsu,0.31,Noun,7,7,3,jujitsu,12.71,0.74,12.71,0.74,none,none,none, juju,juju,0.59,Noun,4,4,2,juju,12.85,0.72,12.85,0.72,none,none,none, jujube,jujube,0.04,Verb,6,5,2,jujube,9.45,0.58,9.45,0.58,none,none,none, jujubes,jujubes,0.22,Noun,7,7,3,jujube,none,none,9.45,0.58,none,none,none, juke,juke,0.47,Noun,4,3,1,juke,11.79,0.86,11.79,0.86,none,none,none, jukebox,jukebox,2.27,Noun,7,7,2,jukebox,7.42,1.00,7.42,1.00,none,none,none, jukeboxes,jukeboxes,0.08,Noun,9,9,3,jukebox,none,none,7.42,1.00,none,none,none, jukes,jukes,0.02,Noun,5,4,1,juke,none,none,11.79,0.86,none,none,none, julep,julep,0.35,Noun,5,5,2,julep,12.55,0.58,12.55,0.58,none,none,none, juleps,juleps,0.14,Noun,6,6,2,julep,none,none,12.55,0.58,none,none,none, julienne,julienne,0.06,Noun,8,5,2,julienne,15.86,0.74,15.86,0.74,none,none,none, jumble,jumble,0.31,Noun,6,6,2,jumble,7.74,0.95,7.74,0.95,none,6.75,none, jumbled,jumbled,0.49,Verb,7,7,2,jumble,none,none,7.74,0.95,none,6.75,none, jumbo,jumbo,2.82,Noun,5,5,2,jumbo,7.78,1.00,7.78,1.00,none,none,none,7.72 jumbos,jumbos,0.12,Noun,6,6,2,jumbo,none,none,7.78,1.00,none,none,none,7.72 jump,jump,69.82,Verb,4,4,1,jump,2.84,1.00,2.84,1.00,none,4.62,4.47, jumped,jumped,21.14,Verb,6,5,1,jump,none,none,2.84,1.00,none,4.62,4.47, jumper,jumper,2.29,Noun,6,5,2,jumper,7.00,1.00,7.00,1.00,none,none,none, jumpers,jumpers,0.59,Noun,7,6,2,jumper,none,none,7.00,1.00,none,none,none, jumping,jumping,14.27,Verb,7,6,2,jump,none,none,2.84,1.00,none,4.62,4.47, jumprope,jump rope,Err:512,Err:512,8,7,2,jumprope,5.80,1.00,5.80,1.00,none,none,none, jumps,jumps,4.96,Verb,5,5,1,jump,none,none,2.84,1.00,none,4.62,4.47, jumpsuit,jumpsuit,0.71,Noun,8,7,2,jumpsuit,9.53,1.00,9.53,1.00,none,none,none, jumpsuits,jumpsuits,0.33,Noun,9,8,2,jumpsuit,none,none,9.53,1.00,none,none,none, jumpy,jumpy,3.10,Adjective,5,5,2,jumpy,8.11,1.00,8.11,1.00,none,none,none, junco,junco,0.29,Noun,5,5,2,junco,11.20,0.28,11.20,0.28,none,none,none, junction,junction,2.94,Noun,8,7,2,junction,11.68,1.00,11.68,1.00,none,none,none, juncture,juncture,0.78,Noun,8,6,2,juncture,11.62,0.89,11.62,0.89,none,none,none,12.43 jungle,jungle,22.57,Noun,6,6,2,jungle,5.26,1.00,5.26,1.00,none,none,none,5.43 jungles,jungles,0.71,Noun,7,7,2,jungle,none,none,5.26,1.00,none,none,none,5.43 junior,junior,35.78,Adjective,6,5,2,junior,7.11,1.00,7.11,1.00,none,7.15,none,8.53 juniors,juniors,0.47,Noun,7,6,2,junior,none,none,7.11,1.00,none,7.15,none,8.53 juniper,juniper,0.47,Noun,7,6,3,juniper,12.65,0.94,12.65,0.94,none,none,none, junipers,junipers,0.02,Noun,8,7,3,juniper,none,none,12.65,0.94,none,none,none, junk,junk,15.37,Noun,4,4,1,junk,6.62,1.00,6.62,1.00,none,7.35,6.20, junked,junked,0.06,Verb,6,5,1,junk,none,none,6.62,1.00,none,7.35,6.20, junket,junket,0.84,Noun,6,6,2,junket,14.53,0.79,14.53,0.79,none,none,none,12.43 junkets,junkets,0.10,Noun,7,7,2,junket,none,none,14.53,0.79,none,none,none,12.43 junkie,junkie,5.20,Noun,6,5,2,junkie,12.68,1.00,12.68,1.00,none,none,none, junkies,junkies,2.08,Noun,7,6,2,junkie,none,none,12.68,1.00,none,none,none, junking,junking,0.08,Verb,7,6,2,junk,none,none,6.62,1.00,none,7.35,6.20, junkman,junkman,0.10,Noun,7,7,2,junkman,7.60,1.00,7.60,1.00,none,none,none, junks,junks,0.16,Noun,5,5,1,junk,none,none,6.62,1.00,none,7.35,6.20, junky,junky,0.45,Adjective,5,5,2,junky,10.00,1.00,10.00,1.00,none,none,none, junkyard,junkyard,2.69,Noun,8,8,2,junkyard,7.72,1.00,7.72,1.00,none,none,none, junkyards,junkyards,0.02,Name,9,9,2,junkyard,none,none,7.72,1.00,none,none,none, juridical,juridical,0.06,Adjective,9,9,4,juridical,14.00,0.71,14.00,0.71,none,none,none, juries,juries,1.57,Noun,6,5,2,jury,none,none,11.05,1.00,9.50,10.73,none,9.94 jurisdiction,jurisdiction,5.31,Noun,12,11,4,jurisdiction,12.75,1.00,12.75,1.00,none,none,none, jurisdictional,jurisdictional,0.20,Adjective,14,13,5,jurisdictional,14.06,1.00,14.06,1.00,none,none,none, jurisdictions,jurisdictions,0.12,Noun,13,12,4,jurisdiction,none,none,12.75,1.00,none,none,none, jurisprudence,jurisprudence,0.16,Noun,13,12,4,jurisprudence,16.20,0.75,16.20,0.75,none,none,none, jurisprudential,jurisprudential,0.02,Adjective,15,14,5,jurisprudential,17.15,0.65,17.15,0.65,none,none,none, jurist,jurist,0.25,Noun,6,6,2,jurist,12.71,0.78,12.71,0.78,none,none,none, jurists,jurists,0.02,Noun,7,7,2,jurist,none,none,12.71,0.78,none,none,none, juror,juror,2.57,Noun,5,4,2,juror,10.16,1.00,10.16,1.00,none,none,none, jurors,jurors,2.49,Noun,6,5,2,juror,none,none,10.16,1.00,none,none,none, jury,jury,42.76,Noun,4,4,2,jury,11.05,1.00,11.05,1.00,9.50,10.73,none,9.94 jus,jus,0.45,Noun,3,2,1,jus,17.33,0.33,17.33,0.33,none,none,none, just,just,4749.14,Adverb,4,4,1,just,7.01,1.00,7.01,1.00,6.57,none,5.54, justice,justice,37.45,Noun,7,6,2,justice,9.47,1.00,9.47,1.00,none,9.87,none,9.22 justices,justices,0.45,Noun,8,8,3,justice,none,none,9.47,1.00,none,9.87,none,9.22 justifiable,justifiable,0.53,Adjective,11,11,5,justifiable,10.39,1.00,10.39,1.00,none,none,none, justification,justification,0.92,Noun,13,12,5,justification,10.74,1.00,10.74,1.00,none,11.81,none, justifications,justifications,0.12,Noun,14,13,5,justification,none,none,10.74,1.00,none,11.81,none, justified,justified,2.47,Verb,9,8,3,justify,none,none,10.40,1.00,none,none,none, justifies,justifies,0.75,Verb,9,8,3,justify,none,none,10.40,1.00,none,none,none, justify,justify,5.02,Verb,7,7,3,justify,10.40,1.00,10.40,1.00,none,none,none, justifying,justifying,0.25,Verb,10,9,4,justify,none,none,10.40,1.00,none,none,none, justness,justness,0.02,Noun,8,7,2,justness,10.81,0.84,10.81,0.84,none,none,none, jut,jut,0.10,Noun,3,3,1,jut,11.47,0.89,11.47,0.89,none,none,none, jute,jute,0.24,Noun,4,3,1,jute,13.17,0.67,13.17,0.67,none,none,none, jutes,jutes,0.04,Noun,5,4,1,jute,none,none,13.17,0.67,none,none,none, juts,juts,0.02,Verb,4,4,1,jut,none,none,11.47,0.89,none,none,none, juvenile,juvenile,5.12,Adjective,8,7,3,juvenile,11.63,1.00,11.63,1.00,none,none,none, juveniles,juveniles,0.33,Noun,9,8,3,juvenile,none,none,11.63,1.00,none,none,none, juxtapose,juxtapose,0.06,Verb,9,9,3,juxtapose,15.87,0.83,15.87,0.83,none,none,none, juxtaposed,juxtaposed,0.02,Verb,10,10,3,juxtapose,none,none,15.87,0.83,none,none,none, juxtaposing,juxtaposing,0.06,Verb,11,11,4,juxtapose,none,none,15.87,0.83,none,none,none, juxtaposition,juxtaposition,0.16,Noun,13,13,5,juxtaposition,14.44,0.47,14.44,0.47,none,none,none, kabob,kabob,0.08,Noun,5,5,2,kebab,none,none,10.44,1.00,none,none,none,12.11 kabobs,kabobs,0.29,Noun,6,6,2,kebab,none,none,10.44,1.00,none,none,none,12.11 kabuki,kabuki,0.35,Noun,6,6,3,kabuki,13.80,0.53,13.80,0.53,none,none,none, kale,kale,0.55,Noun,4,3,1,kale,12.12,0.94,12.12,0.94,none,11.28,none, kaleidoscope,kaleidoscope,0.29,Noun,12,10,4,kaleidoscope,7.41,0.94,7.41,0.94,none,none,none, kaleidoscopes,kaleidoscopes,0.06,Noun,13,11,4,kaleidoscope,none,none,7.41,0.94,none,none,none, kamikaze,kamikaze,1.33,Noun,8,8,4,kamikaze,12.78,0.86,12.78,0.86,none,none,none, kamikazes,kamikazes,0.18,Noun,9,9,4,kamikaze,none,none,12.78,0.86,none,none,none, kangaroo,kangaroo,2.31,Noun,8,6,3,kangaroo,5.55,1.00,5.55,1.00,6.73,none,none, kangaroos,kangaroos,0.67,Noun,9,7,3,kangaroo,none,none,5.55,1.00,6.73,none,none, kanji,kanji,0.10,Noun,5,5,2,kanji,13.75,0.44,13.75,0.44,none,none,none, kapok,kapok,0.04,Verb,5,5,2,kapok,14.50,0.21,14.50,0.21,none,none,none, kappa,kappa,1.04,Noun,5,4,2,kappa,15.71,0.78,15.71,0.78,none,none,none, kaput,kaput,1.00,Adjective,5,5,2,kaput,11.35,0.85,11.35,0.85,none,none,none,11.39 karakul,karakul,Err:512,Err:512,7,7,3,karakul,NA,0.00,NA,0.00,none,none,none, karaoke,karaoke,3.33,Noun,7,7,4,karaoke,11.85,1.00,11.85,1.00,none,none,none, karat,karat,0.16,Noun,5,5,2,carat,none,none,13.25,1.00,none,11.47,none, karate,karate,7.57,Noun,6,5,3,karate,7.75,1.00,7.75,1.00,none,none,none, karats,karats,0.16,Noun,6,6,2,carat,none,none,13.25,1.00,none,11.47,none, karma,karma,3.45,Noun,5,5,2,karma,13.67,1.00,13.67,1.00,none,none,none,11.09 karmic,karmic,0.49,Adjective,6,6,2,karmic,14.69,0.84,14.69,0.84,none,none,none, kart,kart,0.08,Verb,4,4,1,kart,7.76,0.89,7.76,0.89,none,none,none, karting,karting,0.02,Verb,7,6,2,karting,11.21,0.74,11.21,0.74,none,none,none, karts,karts,0.06,Noun,5,5,1,kart,none,none,7.76,0.89,none,none,none, kasha,kasha,0.08,Noun,5,4,2,kasha,15.00,0.28,15.00,0.28,none,none,none, katydid,katydid,0.06,Noun,7,7,3,katydid,10.15,0.68,10.15,0.68,none,none,none, kava,kava,0.08,Noun,4,4,2,kava,15.78,0.47,15.78,0.47,none,none,none, kayak,kayak,0.51,Noun,5,4,2,kayak,8.80,1.00,8.80,1.00,none,none,none, kayaker,kayaker,0.02,Noun,7,5,3,kayaker,10.74,1.00,10.74,1.00,none,none,none, kayakers,kayakers,0.06,Noun,8,6,3,kayaker,none,none,10.74,1.00,none,none,none, kayaking,kayaking,0.08,Verb,8,6,3,kayak,none,none,8.80,1.00,none,none,none, kayaks,kayaks,0.06,Noun,6,5,2,kayak,none,none,8.80,1.00,none,none,none, kazoo,kazoo,0.61,Noun,5,4,2,kazoo,6.25,0.89,6.25,0.89,none,none,none,10.22 kazoos,kazoos,0.04,Noun,6,5,2,kazoo,none,none,6.25,0.89,none,none,none,10.22 kebab,kebab,0.61,Noun,5,5,2,kebab,10.44,1.00,10.44,1.00,none,none,none,12.11 kebabs,kebabs,0.25,Noun,6,6,2,kebab,none,none,10.44,1.00,none,none,none,12.11 kebob,kebob,0.02,Noun,5,5,2,kebab,none,none,10.44,1.00,none,none,none,12.11 kedge,kedge,Err:512,Err:512,5,3,1,kedge,NA,0.00,NA,0.00,none,none,none, keel,keel,1.20,Verb,4,3,1,keel,11.50,0.78,11.50,0.78,none,9.87,10.53, keeled,keeled,0.45,Verb,6,4,1,keel,none,none,11.50,0.78,none,9.87,10.53, keelhaul,keelhaul,0.02,Verb,8,6,2,keelhaul,10.12,0.38,10.12,0.38,none,none,none, keeling,keeling,0.12,Verb,7,5,2,keel,none,none,11.50,0.78,none,9.87,10.53, keels,keels,0.12,Verb,5,4,1,keel,none,none,11.50,0.78,none,9.87,10.53, keen,keen,4.47,Adjective,4,3,1,keen,10.70,1.00,10.70,1.00,none,7.84,10.82, keener,keener,0.18,Adjective,6,4,2,keen,none,none,10.70,1.00,none,7.84,10.82, keenest,keenest,0.16,Adjective,7,6,2,keen,none,none,10.70,1.00,none,7.84,10.82, keenness,keenness,0.08,Noun,8,5,2,keenness,11.72,0.95,11.72,0.95,8.69,none,none, keens,keens,0.02,Verb,5,4,1,keen,none,none,10.70,1.00,none,7.84,10.82, keep,keep,702.86,Verb,4,3,1,keep,4.42,1.00,4.42,1.00,5.27,none,4.99, keeper,keeper,4.08,Noun,6,4,2,keeper,8.13,1.00,8.13,1.00,none,7.83,none, keepers,keepers,1.37,Noun,7,5,2,keeper,none,none,8.13,1.00,none,7.83,none, keeping,keeping,51.14,Verb,7,5,2,keep,none,none,4.42,1.00,5.27,none,4.99, keeps,keeps,52.57,Verb,5,4,1,keep,none,none,4.42,1.00,5.27,none,4.99, keepsake,keepsake,0.71,Noun,8,6,2,keepsake,9.47,1.00,9.47,1.00,none,none,none, keepsakes,keepsakes,0.14,Noun,9,7,2,keepsake,none,none,9.47,1.00,none,none,none, keg,keg,3.43,Noun,3,3,1,keg,13.41,0.94,13.41,0.94,none,none,12.22, kegs,kegs,0.96,Noun,4,4,1,keg,none,none,13.41,0.94,none,none,12.22, keister,keister,0.78,0.78,7,6,2,keister,12.25,0.75,12.25,0.75,none,none,none,12.22 kelp,kelp,1.24,Noun,4,4,1,kelp,10.22,0.95,10.22,0.95,none,none,11.04, kelpie,kelpie,0.12,Noun,6,5,2,kelpie,15.00,0.21,15.00,0.21,none,none,none, kelpies,kelpies,0.02,Noun,7,6,2,kelpie,none,none,15.00,0.21,none,none,none, kendo,kendo,0.37,Noun,5,5,2,kendo,20.50,0.11,20.50,0.11,none,none,none, kennel,kennel,1.12,Noun,6,5,2,kennel,9.89,1.00,9.89,1.00,none,6.50,none,8.20 kennels,kennels,0.35,Noun,7,6,2,kennel,none,none,9.89,1.00,none,6.50,none,8.20 keno,keno,0.84,Adjective,4,4,2,keno,16.62,0.65,16.62,0.65,none,none,none,12.85 kepi,kepi,0.04,Noun,4,4,2,kepi,17.43,0.37,17.43,0.37,none,none,none, kept,kept,89.39,Verb,4,4,1,keep,none,none,4.42,1.00,5.27,none,4.99, keratin,keratin,0.04,Noun,7,7,3,keratin,12.13,0.79,12.13,0.79,none,none,none, kerchief,kerchief,0.37,Noun,8,5,2,kerchief,6.94,0.84,6.94,0.84,none,none,none, kerchiefs,kerchiefs,0.02,Noun,9,6,2,kerchief,none,none,6.94,0.84,none,none,none, kerfuffle,kerfuffle,0.02,Noun,9,7,3,kerfuffle,14.67,0.33,14.67,0.33,none,none,none, kernel,kernel,0.69,Noun,6,5,2,kernel,8.74,1.00,8.74,1.00,none,11.75,none,8.37 kernels,kernels,0.14,Noun,7,6,2,kernel,none,none,8.74,1.00,none,11.75,none,8.37 kerosene,kerosene,1.29,Noun,8,7,3,kerosene,10.95,1.00,10.95,1.00,none,none,none, ketchup,ketchup,6.08,Noun,7,5,2,ketchup,4.30,1.00,4.30,1.00,none,none,none,4.28 ketchups,ketchups,0.08,Noun,8,6,2,ketchup,none,none,4.30,1.00,none,none,none,4.28 kettle,kettle,2.80,Noun,6,5,2,kettle,8.06,1.00,8.06,1.00,none,5.60,none,7.96 kettledrum,kettledrum,0.04,Noun,10,9,3,kettledrum,11.56,0.95,11.56,0.95,none,none,none, kettles,kettles,0.20,Noun,7,6,2,kettle,none,none,8.06,1.00,none,5.60,none,7.96 kewpie,kewpie,0.69,Noun,6,5,2,kewpie,13.17,0.60,13.17,0.60,none,none,none, key,key,86.86,Noun,3,2,1,key,3.58,1.00,3.58,1.00,none,none,5.06, keyboard,keyboard,1.80,Noun,8,6,2,keyboard,9.32,1.00,9.32,1.00,none,none,none, keyboardist,keyboardist,0.06,Noun,11,9,3,keyboardist,9.94,0.95,9.94,0.95,none,none,none, keyboards,keyboards,0.43,Noun,9,7,2,keyboard,none,none,9.32,1.00,none,none,none, keyed,keyed,0.76,Verb,5,3,1,key,none,none,3.58,1.00,none,none,5.06, keyhole,keyhole,1.04,Noun,7,5,2,keyhole,7.86,1.00,7.86,1.00,none,none,none, keyholes,keyholes,0.29,Noun,8,6,2,keyhole,none,none,7.86,1.00,none,none,none, keying,keying,0.18,Verb,6,4,2,key,none,none,3.58,1.00,none,none,5.06, keyless,keyless,0.02,Adjective,7,5,2,keyless,10.50,1.00,10.50,1.00,none,none,none, keynote,keynote,0.65,Noun,7,5,2,keynote,11.32,1.00,11.32,1.00,none,none,none, keynotes,keynotes,0.02,Noun,8,6,2,keynote,none,none,11.32,1.00,none,none,none, keypad,keypad,0.53,Noun,6,5,2,keypad,10.05,1.00,10.05,1.00,none,none,none, keys,keys,51.00,Noun,4,3,1,key,none,none,3.58,1.00,none,none,5.06, keystone,keystone,0.35,Noun,8,6,2,keystone,11.44,0.95,11.44,0.95,none,none,none, keystroke,keystroke,0.20,Noun,9,7,2,keystroke,11.35,0.94,11.35,0.94,none,none,none, keystrokes,keystrokes,0.16,Noun,10,8,2,keystroke,none,none,11.35,0.94,none,none,none, keyword,keyword,0.53,Noun,7,5,2,keyword,9.06,1.00,9.06,1.00,none,none,none, keywords,keywords,0.10,Noun,8,6,2,keyword,none,none,9.06,1.00,none,none,none, khaki,khaki,0.82,Adjective,5,4,2,khaki,9.89,0.95,9.89,0.95,8.73,none,none,9.58 khakis,khakis,0.37,Noun,6,5,2,khaki,none,none,9.89,0.95,8.73,none,none,9.58 khan,khan,3.88,Noun,4,3,1,khan,14.20,0.56,14.20,0.56,none,none,none, khedive,khedive,0.18,Noun,7,6,2,khedive,14.25,0.21,14.25,0.21,none,none,none, kibble,kibble,0.80,Noun,6,5,2,kibble,10.50,0.74,10.50,0.74,none,none,none,10.60 kibbles,kibbles,0.12,Name,7,6,2,kibble,none,none,10.50,0.74,none,none,none,10.60 kibbutz,kibbutz,0.24,Noun,7,6,2,kibbutz,14.33,0.50,14.33,0.50,none,none,none, kibitz,kibitz,0.24,Verb,6,6,2,kibitz,13.83,0.30,13.83,0.30,none,none,none, kibitzer,kibitzer,0.06,Noun,8,8,3,kibitzer,15.88,0.44,15.88,0.44,none,none,none, kibitzes,kibitzes,0.02,Verb,8,8,3,kibitz,none,none,13.83,0.30,none,none,none, kibitzing,kibitzing,0.10,Verb,9,8,3,kibitz,none,none,13.83,0.30,none,none,none, kibosh,kibosh,0.29,Noun,6,5,2,kibosh,12.42,0.67,12.42,0.67,none,none,none, kick,kick,73.41,Verb,4,3,1,kick,4.06,1.00,4.06,1.00,4.68,4.73,4.93, kickable,kickable,0.02,Adjective,8,7,3,kickable,6.76,1.00,6.76,1.00,none,none,none, kickback,kickback,0.29,Noun,8,6,2,kickback,13.33,1.00,13.33,1.00,none,none,none, kickbacks,kickbacks,0.39,Noun,9,7,2,kickback,none,none,13.33,1.00,none,none,none, kickball,kickball,0.10,Noun,8,6,2,kickball,6.00,1.00,6.00,1.00,none,none,none, kickboxing,kickboxing,0.43,Verb,10,9,3,kickboxing,9.58,1.00,9.58,1.00,none,none,none, kicked,kicked,30.57,Verb,6,4,1,kick,none,none,4.06,1.00,4.68,4.73,4.93, kicker,kicker,1.06,Noun,6,4,2,kicker,6.39,1.00,6.39,1.00,none,none,none, kickers,kickers,0.18,Noun,7,5,2,kicker,none,none,6.39,1.00,none,none,none, kicking,kicking,15.59,Verb,7,5,2,kick,none,none,4.06,1.00,4.68,4.73,4.93, kickoff,kickoff,1.04,Noun,7,5,2,kickoff,8.84,1.00,8.84,1.00,none,none,none, kicks,kicks,8.12,Verb,5,4,1,kick,none,none,4.06,1.00,4.68,4.73,4.93, kid,kid,339.20,Noun,3,3,1,kid,4.28,1.00,4.28,1.00,5.51,none,3.91, kidded,kidded,0.25,Verb,6,5,2,kid,none,none,4.28,1.00,5.51,none,3.91, kidder,kidder,0.86,Noun,6,4,2,kidder,8.53,0.83,8.53,0.83,none,none,none, kidders,kidders,0.06,Noun,7,5,2,kidder,none,none,8.53,0.83,none,none,none, kiddies,kiddies,1.80,Noun,7,5,2,kiddy,none,none,6.71,0.94,none,none,none, kidding,kidding,133.76,Verb,7,5,2,kid,none,none,4.28,1.00,5.51,none,3.91, kiddo,kiddo,8.47,Noun,5,4,2,kiddo,6.61,1.00,6.61,1.00,none,none,none, kiddos,kiddos,0.14,Noun,6,5,2,kiddo,none,none,6.61,1.00,none,none,none, kiddy,kiddy,0.35,Adjective,5,4,2,kiddy,6.71,0.94,6.71,0.94,none,none,none, kidnap,kidnap,6.49,Verb,6,6,2,kidnap,7.44,1.00,7.44,1.00,none,none,none, kidnapped,kidnapped,16.39,Verb,9,7,2,kidnap,none,none,7.44,1.00,none,none,none, kidnapper,kidnapper,4.04,Noun,9,7,3,kidnapper,7.55,1.00,7.55,1.00,none,none,none, kidnappers,kidnappers,3.14,Noun,10,8,3,kidnapper,none,none,7.55,1.00,none,none,none, kidnapping,kidnapping,12.10,Noun,10,8,3,kidnapping,8.42,1.00,8.42,1.00,none,none,none, kidnappings,kidnappings,0.80,Noun,11,9,3,kidnapping,none,none,8.42,1.00,none,none,none, kidnaps,kidnaps,0.33,Verb,7,7,2,kidnap,none,none,7.44,1.00,none,none,none, kidney,kidney,9.69,Noun,6,5,2,kidney,9.33,1.00,9.33,1.00,none,9.36,none,9.05 kidneys,kidneys,4.22,Noun,7,6,2,kidney,none,none,9.33,1.00,none,9.36,none,9.05 kids,kids,301.10,Noun,4,4,1,kids,3.86,1.00,3.86,1.00,none,none,none, kidskin,kidskin,0.04,Noun,7,7,2,kidskin,13.00,0.61,13.00,0.61,none,none,none, kielbasa,kielbasa,0.24,Noun,8,7,3,kielbasa,11.92,0.72,11.92,0.72,none,none,none, kike,kike,0.43,Noun,4,3,1,kike,16.20,0.53,16.20,0.53,none,none,none, kikes,kikes,0.27,Noun,5,4,1,kike,none,none,16.20,0.53,none,none,none, kill,kill,452.57,Verb,4,3,1,kill,6.35,1.00,6.35,1.00,6.04,5.01,5.96, killed,killed,290.04,Verb,6,4,1,kill,none,none,6.35,1.00,6.04,5.01,5.96, killer,killer,62.86,Noun,6,4,2,killer,6.48,1.00,6.48,1.00,none,none,none, killers,killers,11.31,Noun,7,5,2,killer,none,none,6.48,1.00,none,none,none, killing,killing,77.75,Verb,7,5,2,kill,none,none,6.35,1.00,6.04,5.01,5.96, killjoy,killjoy,0.47,Noun,7,5,2,killjoy,12.94,0.94,12.94,0.94,none,none,none, killjoys,killjoys,0.02,Noun,8,6,2,killjoy,none,none,12.94,0.94,none,none,none, kills,kills,19.90,Verb,5,4,1,kill,none,none,6.35,1.00,6.04,5.01,5.96, kiln,kiln,0.37,Noun,4,4,1,kiln,10.69,0.72,10.69,0.72,none,none,11.63, kilo,kilo,1.57,Noun,4,4,2,kilo,11.94,1.00,11.94,1.00,none,none,none, kilobyte,kilobyte,0.02,Noun,8,7,3,kilobyte,13.47,0.94,13.47,0.94,none,none,none, kilobytes,kilobytes,0.04,Noun,9,8,3,kilobyte,none,none,13.47,0.94,none,none,none, kilogram,kilogramme,0.06,Noun,8,8,3,kilogram,11.32,1.00,11.32,1.00,none,none,none, kilograms,kilogrammes,0.10,Noun,9,9,3,kilogram,none,none,11.32,1.00,none,none,none, kilohertz,kilohertz,0.02,Verb,9,9,3,kilohertz,15.43,0.78,15.43,0.78,none,none,none, kilometer,kilometre,0.39,Noun,9,8,4,kilometer,8.61,1.00,8.61,1.00,none,none,none, kilometers,kilometres,3.06,Noun,10,9,4,kilometer,none,none,8.61,1.00,none,none,none, kilos,kilos,1.80,Noun,5,5,2,kilo,none,none,11.94,1.00,none,none,none, kiloton,kiloton,0.06,Noun,7,7,3,kiloton,13.09,0.61,13.09,0.61,none,none,none, kilotons,kilotons,0.08,Noun,8,8,3,kiloton,none,none,13.09,0.61,none,none,none, kilowatt,kilowatt,0.12,Noun,8,7,3,kilowatt,11.33,0.95,11.33,0.95,none,none,none, kilowatts,kilowatts,0.25,Noun,9,8,3,kilowatt,none,none,11.33,0.95,none,none,none, kilt,kilt,0.61,Noun,4,4,1,kilt,8.21,1.00,8.21,1.00,none,6.09,9.39, kilter,kilter,0.08,Noun,6,5,2,kilter,11.08,0.67,11.08,0.67,none,none,none, kilts,kilts,0.06,Noun,5,5,1,kilt,none,none,8.21,1.00,none,6.09,9.39, kimono,kimono,1.08,Noun,6,6,3,kimono,11.37,0.90,11.37,0.90,none,none,none, kimonos,kimonos,0.16,Noun,7,7,3,kimono,none,none,11.37,0.90,none,none,none, kin,kin,4.27,Noun,3,3,1,kin,7.83,0.95,7.83,0.95,none,none,9.69, kina,kina,0.02,Noun,4,4,2,kina,19.00,0.16,19.00,0.16,none,none,none, kind,kind,590.69,Noun,4,4,1,kind,4.89,1.00,4.89,1.00,5.04,none,5.06, kinder,kinder,1.08,Adjective,6,5,2,kind,none,none,4.89,1.00,5.04,none,5.06, kindergarten,kindergarten,3.82,Noun,12,11,4,kindergarten,4.38,1.00,4.38,1.00,none,none,none, kindergartener,kindergartener,0.02,Noun,14,12,5,kindergartener,4.56,1.00,4.56,1.00,none,none,none, kindergartens,kindergartens,0.02,Noun,13,12,4,kindergarten,none,none,4.38,1.00,none,none,none, kindergartner,kindergartner,0.04,Noun,13,11,4,kindergartner,5.05,1.00,5.05,1.00,none,none,none, kindergartners,kindergartners,0.08,Noun,14,12,4,kindergartner,none,none,5.05,1.00,none,none,none, kindest,kindest,1.37,Adjective,7,7,2,kind,none,none,4.89,1.00,5.04,none,5.06, kindhearted,kind-hearted,0.16,Adjective,11,10,3,kindhearted,8.78,1.00,8.78,1.00,none,none,none, kindle,kindle,0.18,Verb,6,6,2,kindle,12.36,0.78,12.36,0.78,none,none,none, kindled,kindled,0.18,Verb,7,7,2,kindle,none,none,12.36,0.78,none,none,none, kindler,kindler,0.02,Noun,7,7,3,kindler,12.69,0.84,12.69,0.84,none,none,none, kindles,kindles,0.04,Verb,7,7,2,kindle,none,none,12.36,0.78,none,none,none, kindliness,kindliness,0.04,Noun,10,9,3,kindliness,9.63,0.95,9.63,0.95,none,none,none, kindling,kindling,0.57,Noun,8,7,2,kindling,9.50,1.00,9.50,1.00,none,none,none, kindness,kindness,9.02,Noun,8,7,2,kindness,6.26,1.00,6.26,1.00,none,6.62,none, kindnesses,kindnesses,0.06,Noun,10,9,3,kindness,none,none,6.26,1.00,none,6.62,none, kindred,kindred,0.88,Adjective,7,7,2,kindred,11.67,0.95,11.67,0.95,none,none,none, kinds,kinds,21.98,Noun,5,5,1,kind,none,none,4.89,1.00,5.04,none,5.06, kine,kine,0.04,Noun,4,3,1,kine,14.00,0.26,14.00,0.26,none,none,none, kinescope,kinescope,0.02,Noun,9,7,3,kinescope,14.64,0.58,14.64,0.58,none,none,none, kinescopes,kinescopes,0.02,Noun,10,8,3,kinescope,none,none,14.64,0.58,none,none,none, kinesiology,kinesiology,0.06,Noun,11,11,6,kinesiology,15.82,0.58,15.82,0.58,none,none,none, kinesis,kinesis,0.02,Noun,7,7,3,kinesis,15.15,0.72,15.15,0.72,none,none,none, kinesthesia,kinaesthesia,0.02,Noun,11,10,5,kinesthesia,15.13,0.83,15.13,0.83,none,none,none, kinetic,kinetic,0.63,Adjective,7,7,3,kinetic,13.65,1.00,13.65,1.00,none,none,none, kinetics,kinetics,0.02,Noun,8,8,3,kinetics,14.00,0.89,14.00,0.89,none,none,none, kinfolk,kinfolk,0.35,Noun,7,6,2,kinfolk,10.47,1.00,10.47,1.00,none,none,none, kinfolks,kinfolks,0.04,Noun,8,7,2,kinfolk,none,none,10.47,1.00,none,none,none, king,king,129.25,Noun,4,3,1,king,5.42,1.00,5.42,1.00,4.99,none,5.33, kingdom,kingdom,15.43,Noun,7,6,2,kingdom,6.05,1.00,6.05,1.00,6.27,6.71,none,6.89 kingdoms,kingdoms,0.82,Noun,8,7,2,kingdom,none,none,6.05,1.00,6.27,6.71,none,6.89 kingfisher,kingfisher,0.18,Noun,10,7,3,kingfisher,12.73,0.61,12.73,0.61,none,none,none, kingly,kingly,0.08,Adjective,6,5,2,kingly,11.00,0.83,11.00,0.83,none,none,none, kingmaker,kingmaker,0.06,Noun,9,7,3,kingmaker,11.50,0.63,11.50,0.63,none,none,none, kingpin,kingpin,1.00,Noun,7,6,2,kingpin,12.17,0.86,12.17,0.86,none,none,none, kingpins,kingpins,0.06,Noun,8,7,2,kingpin,none,none,12.17,0.86,none,none,none, kings,kings,8.96,Noun,5,4,1,king,none,none,5.42,1.00,4.99,none,5.33, kingship,kingship,0.06,Noun,8,6,2,kingship,11.73,0.83,11.73,0.83,none,none,none, kink,kink,0.67,Noun,4,4,1,kink,10.85,1.00,10.85,1.00,none,10.30,10.25, kinkajou,kinkajou,0.02,Noun,8,7,3,kinkajou,11.25,0.44,11.25,0.44,none,none,none, kinkajous,kinkajous,0.02,Name,9,8,3,kinkajou,none,none,11.25,0.44,none,none,none, kinkier,kinkier,0.08,Adjective,7,7,3,kinky,none,none,12.80,1.00,none,13.64,none, kinkiness,kinkiness,0.02,Noun,9,8,3,kinkiness,14.17,0.95,14.17,0.95,none,none,none, kinks,kinks,0.80,Noun,5,5,1,kink,none,none,10.85,1.00,none,10.30,10.25, kinky,kinky,2.98,Adjective,5,5,2,kinky,12.80,1.00,12.80,1.00,none,13.64,none, kinship,kinship,0.43,Noun,7,6,2,kinship,10.11,1.00,10.11,1.00,none,none,none, kinsman,kinsman,0.31,Noun,7,7,2,kinsman,11.82,0.94,11.82,0.94,none,none,none, kinsmen,kinsmen,0.14,Noun,7,7,2,kinsman,none,none,11.82,0.94,none,none,none, kinswoman,kinswoman,0.02,Noun,9,9,3,kinswoman,13.29,0.74,13.29,0.74,none,none,none, kiosk,kiosk,0.45,Noun,5,5,2,kiosk,11.00,1.00,11.00,1.00,none,none,none, kip,kip,1.88,Noun,3,3,1,kip,12.30,0.53,12.30,0.53,none,none,none, kipper,kipper,0.27,Noun,6,4,2,kipper,14.67,0.83,14.67,0.83,none,none,none, kippers,kippers,0.37,Noun,7,5,2,kipper,none,none,14.67,0.83,none,none,none, kips,kips,0.08,Noun,4,4,1,kip,none,none,12.30,0.53,none,none,none, kirsch,kirsch,0.61,Noun,6,3,1,kirsch,16.22,0.47,16.22,0.47,none,none,none, kirtle,kirtle,0.02,Noun,6,6,2,kirtle,10.00,0.30,10.00,0.30,none,none,none, kismet,kismet,0.45,Noun,6,6,2,kismet,13.12,0.44,13.12,0.44,none,none,none, kiss,kiss,121.16,Verb,4,3,1,kiss,3.61,1.00,3.61,1.00,none,3.79,3.91, kissable,kissable,0.10,Adjective,8,7,3,kissable,8.21,1.00,8.21,1.00,none,none,none, kissed,kissed,28.51,Verb,6,4,1,kiss,none,none,3.61,1.00,none,3.79,3.91, kisser,kisser,3.41,Noun,6,4,2,kisser,6.88,0.94,6.88,0.94,none,none,none, kissers,kissers,0.12,Noun,7,5,2,kisser,none,none,6.88,0.94,none,none,none, kisses,kisses,7.80,Noun,6,5,2,kiss,none,none,3.61,1.00,none,3.79,3.91, kissing,kissing,23.31,Verb,7,5,2,kiss,none,none,3.61,1.00,none,3.79,3.91, kissy,kissy,0.39,Noun,5,4,2,kissy,6.33,0.90,6.33,0.90,none,none,none, kit,kit,17.65,Noun,3,3,1,kit,6.55,1.00,6.55,1.00,none,none,6.74, kitbag,kitbag,0.02,Noun,6,6,2,kitbag,8.00,0.32,8.00,0.32,none,none,none, kitchen,kitchen,58.31,Noun,7,5,2,kitchen,3.68,1.00,3.68,1.00,4.55,none,none,4.38 kitchenette,kitchenette,0.31,Noun,11,7,3,kitchenette,12.95,1.00,12.95,1.00,none,none,none, kitchenettes,kitchenettes,0.02,Noun,12,8,3,kitchenette,none,none,12.95,1.00,none,none,none, kitchens,kitchens,0.73,Noun,8,6,2,kitchen,none,none,3.68,1.00,4.55,none,none,4.38 kitchenware,kitchenware,0.04,Noun,11,8,3,kitchenware,8.63,1.00,8.63,1.00,none,none,none, kite,kite,2.29,Noun,4,3,1,kite,4.58,1.00,4.58,1.00,none,none,4.80, kites,kites,0.71,Noun,5,4,1,kite,none,none,4.58,1.00,none,none,4.80, kith,kith,0.10,Noun,4,3,1,kith,17.14,0.39,17.14,0.39,none,none,none, kiting,kiting,0.08,Verb,6,5,2,kite,none,none,4.58,1.00,none,none,4.80, kits,kits,1.04,Noun,4,4,1,kit,none,none,6.55,1.00,none,none,6.74, kitsch,kitsch,0.35,Noun,6,3,1,kitsch,16.57,0.39,16.57,0.39,none,none,none, kitschy,kitschy,0.06,Adjective,7,5,2,kitschy,16.62,0.44,16.62,0.44,none,none,none, kitten,kitten,4.73,Noun,6,5,2,kitten,3.64,1.00,3.64,1.00,4.26,4.56,none,3.57 kittens,kittens,1.61,Noun,7,6,2,kitten,none,none,3.64,1.00,4.26,4.56,none,3.57 kitties,kitties,0.51,Noun,7,5,2,kitty,none,none,3.54,1.00,none,none,none,3.57 kitty,kitty,26.71,Name,5,4,2,kitty,3.54,1.00,3.54,1.00,none,none,none,3.57 kiwi,kiwi,0.78,Noun,4,4,2,kiwi,7.56,1.00,7.56,1.00,10.41,none,none,6.97 kiwis,kiwis,0.14,Noun,5,5,2,kiwi,none,none,7.56,1.00,10.41,none,none,6.97 klatch,klatch,0.12,Noun,6,4,1,klatch,14.86,0.37,14.86,0.37,none,none,none, klaxon,klaxon,0.39,Noun,6,7,2,klaxon,16.00,0.17,16.00,0.17,none,none,none, klaxons,klaxons,0.04,Noun,7,8,2,klaxon,none,none,16.00,0.17,none,none,none, kleptomania,kleptomania,0.08,Noun,11,11,4,kleptomania,13.94,0.89,13.94,0.89,none,none,none, kleptomaniac,kleptomaniac,0.18,Noun,12,12,5,kleptomaniac,13.37,1.00,13.37,1.00,none,none,none, kleptomaniacs,kleptomaniacs,0.04,Noun,13,12,5,kleptomaniac,none,none,13.37,1.00,none,none,none, kludge,kludge,0.22,Noun,6,4,1,kludge,18.67,0.17,18.67,0.17,none,none,none, kludges,kludges,0.10,Noun,7,6,2,kludge,none,none,18.67,0.17,none,none,none, klutz,klutz,0.92,Noun,5,5,1,klutz,10.22,1.00,10.22,1.00,none,none,none, klutzes,klutzes,0.02,Noun,7,7,2,klutz,none,none,10.22,1.00,none,none,none, klutziness,klutziness,0.02,Noun,10,9,3,klutziness,9.56,0.89,9.56,0.89,none,none,none, klutzy,klutzy,0.10,Adjective,6,6,2,klutzy,9.65,0.89,9.65,0.89,none,none,none, klystron,klystron,0.08,Noun,8,8,2,klystron,14.60,0.25,14.60,0.25,none,none,none, knack,knack,2.49,Noun,5,3,1,knack,9.78,1.00,9.78,1.00,none,none,9.89, knackered,knackered,0.37,Adjective,9,5,2,knackered,15.78,0.50,15.78,0.50,none,none,none, knackwurst,knackwurst,0.10,Noun,10,8,2,knackwurst,13.75,0.44,13.75,0.44,none,none,none, knapsack,knapsack,0.65,Noun,8,6,2,knapsack,11.17,1.00,11.17,1.00,none,none,none, knapsacks,knapsacks,0.06,Noun,9,7,2,knapsack,none,none,11.17,1.00,none,none,none, knave,knave,0.37,Noun,5,3,1,knave,12.30,0.56,12.30,0.56,none,none,13.20, knavery,knavery,0.02,Noun,7,6,3,knavery,14.23,0.68,14.23,0.68,none,none,none, knaves,knaves,0.24,Noun,6,4,1,knave,none,none,12.30,0.56,none,none,13.20, knavish,knavish,0.02,Adjective,7,5,2,knavish,14.62,0.44,14.62,0.44,none,none,none, knead,knead,0.18,Verb,5,3,1,knead,8.80,1.00,8.80,1.00,8.11,none,9.67, kneader,kneader,0.08,Noun,7,4,2,kneader,10.62,0.72,10.62,0.72,none,none,none, kneading,kneading,0.18,Verb,8,5,2,knead,none,none,8.80,1.00,8.11,none,9.67, knee,knee,14.69,Noun,4,2,1,knee,4.42,1.00,4.42,1.00,none,4.79,3.77, kneecap,kneecap,0.57,Noun,7,5,2,kneecap,6.37,1.00,6.37,1.00,none,none,none, kneecaps,kneecaps,0.69,Noun,8,6,2,kneecap,none,none,6.37,1.00,none,none,none, kneed,kneed,0.24,Verb,5,3,1,knee,none,none,4.42,1.00,none,4.79,3.77, kneeing,kneeing,0.02,Verb,7,4,2,knee,none,none,4.42,1.00,none,4.79,3.77, kneel,kneel,5.33,Verb,5,3,1,kneel,6.95,1.00,6.95,1.00,none,none,6.94, kneeled,kneeled,0.06,Verb,7,4,1,kneel,none,none,6.95,1.00,none,none,6.94, kneeler,kneeler,0.04,Noun,7,4,2,kneeler,9.81,0.84,9.81,0.84,none,none,none, kneeling,kneeling,1.06,Verb,8,5,2,kneel,none,none,6.95,1.00,none,none,6.94, kneels,kneels,0.24,Verb,6,4,1,kneel,none,none,6.95,1.00,none,none,6.94, kneepad,kneepad,0.04,Noun,7,5,2,kneepad,8.06,1.00,8.06,1.00,none,none,none, kneepads,kneepads,0.08,Noun,8,6,2,kneepad,none,none,8.06,1.00,none,none,none, knees,knees,25.88,Noun,5,3,1,knee,none,none,4.42,1.00,none,4.79,3.77, knell,knell,0.27,Noun,5,3,1,knell,15.33,0.60,15.33,0.60,none,none,12.22, knelt,knelt,0.37,Verb,5,4,1,kneel,none,none,6.95,1.00,none,none,6.94, knew,knew,368.96,Verb,4,2,1,know,none,none,4.50,1.00,5.16,none,4.65, knick,knick,0.39,Noun,5,3,1,knick,9.69,0.89,9.69,0.89,none,none,none, knickerbockers,knickerbockers,0.08,Noun,14,9,4,knickerbockers,12.21,0.78,12.21,0.78,none,none,none, knickers,knickers,1.27,Noun,8,5,2,knickers,9.94,0.89,9.94,0.89,none,none,none, knickknack,knickknack,0.08,Noun,10,6,2,knickknack,8.35,1.00,8.35,1.00,none,none,none, knickknacks,knickknacks,0.39,Noun,11,7,2,knickknack,none,none,8.35,1.00,none,none,none, knife,knife,46.80,Noun,5,3,1,knife,4.15,1.00,4.15,1.00,none,5.05,5.06, knifed,knifed,0.65,Verb,6,4,1,knife,none,none,4.15,1.00,none,5.05,5.06, knifes,knifes,0.14,Noun,6,4,1,knife,none,none,4.15,1.00,none,5.05,5.06, knight,knight,26.76,Name,6,3,1,knight,6.26,1.00,6.26,1.00,7.26,6.50,7.22, knighted,knighted,0.47,Verb,8,5,2,knight,none,none,6.26,1.00,7.26,6.50,7.22, knighthood,knighthood,0.51,Noun,10,6,2,knighthood,9.68,1.00,9.68,1.00,none,none,none, knighthoods,knighthoods,0.02,Noun,11,7,2,knighthood,none,none,9.68,1.00,none,none,none, knights,knights,7.53,Noun,7,4,1,knight,none,none,6.26,1.00,7.26,6.50,7.22, knish,knish,0.31,Noun,5,3,1,knish,15.43,0.37,15.43,0.37,none,none,none, knishes,knishes,0.12,Verb,7,5,2,knish,none,none,15.43,0.37,none,none,none, knit,knit,1.90,Verb,4,3,1,knit,7.86,1.00,7.86,1.00,none,none,7.57, knits,knits,0.16,Verb,5,4,1,knit,none,none,7.86,1.00,none,none,7.57, knitted,knitted,0.65,Verb,7,5,2,knit,none,none,7.86,1.00,none,none,7.57, knitter,knitter,0.04,Noun,7,4,2,knitter,9.95,1.00,9.95,1.00,none,none,none, knitting,knitting,2.25,Noun,8,5,2,knitting,7.24,1.00,7.24,1.00,none,5.82,none, knives,knives,6.92,Noun,6,4,1,knife,none,none,4.15,1.00,none,5.05,5.06, knob,knob,2.45,Noun,4,3,1,knob,4.68,1.00,4.68,1.00,none,none,6.58, knobby,knobby,0.08,Adjective,6,4,2,knobby,11.71,0.78,11.71,0.78,none,none,none, knobs,knobs,1.04,Noun,5,4,1,knob,none,none,4.68,1.00,none,none,6.58, knock,knock,64.69,Verb,5,3,1,knock,4.63,1.00,4.63,1.00,5.40,5.50,5.86, knockabout,knockabout,0.02,Noun,10,7,3,knockabout,12.31,0.72,12.31,0.72,none,none,none, knockdown,knockdown,0.35,Noun,9,6,2,knockdown,8.63,1.00,8.63,1.00,none,none,none, knockdowns,knockdowns,0.06,Noun,10,7,2,knockdown,none,none,8.63,1.00,none,none,none, knocked,knocked,24.73,Verb,7,4,1,knock,none,none,4.63,1.00,5.40,5.50,5.86, knocker,knocker,0.33,Noun,7,4,2,knocker,7.89,1.00,7.89,1.00,none,none,none, knockers,knockers,0.76,Noun,8,5,2,knocker,none,none,7.89,1.00,none,none,none, knockoff,knockoff,0.45,Noun,8,5,2,knockoff,10.00,1.00,10.00,1.00,none,none,none, knockoffs,knockoffs,0.25,Noun,9,6,2,knockoff,none,none,10.00,1.00,none,none,none, knockout,knockout,3.33,Noun,8,5,2,knockout,8.43,1.00,8.43,1.00,none,none,none, knockouts,knockouts,0.24,Noun,9,6,2,knockout,none,none,8.43,1.00,none,none,none, knocks,knocks,4.02,Noun,6,4,1,knock,none,none,4.63,1.00,5.40,5.50,5.86, knockwurst,knockwurst,0.35,Noun,10,8,2,knockwurst,12.57,0.37,12.57,0.37,none,none,none, knoll,knoll,0.53,Noun,5,3,1,knoll,10.87,0.83,10.87,0.83,none,none,11.32, knot,knot,3.69,Noun,4,3,1,knot,6.05,1.00,6.05,1.00,none,6.15,6.47, knothole,knothole,0.12,Noun,8,6,2,knothole,8.84,1.00,8.84,1.00,none,none,none, knots,knots,5.59,Noun,5,4,1,knot,none,none,6.05,1.00,none,6.15,6.47, knotted,knotted,0.41,Verb,7,5,2,knot,none,none,6.05,1.00,none,6.15,6.47, knotting,knotting,0.04,Verb,8,5,2,knot,none,none,6.05,1.00,none,6.15,6.47, knotty,knotty,0.14,Adjective,6,4,2,knotty,8.33,0.90,8.33,0.90,none,none,none, know,know,5721.18,Verb,4,2,1,know,4.50,1.00,4.50,1.00,5.16,none,4.65, knowable,knowable,0.02,Adjective,8,6,3,knowable,9.12,0.89,9.12,0.89,none,none,none, knower,knower,0.02,Noun,6,3,2,knower,10.06,0.89,10.06,0.89,none,none,none, knowhow,knowhow,0.14,Verb,7,4,2,knowhow,9.28,0.95,9.28,0.95,none,none,none, knowing,knowing,45.24,Verb,7,4,2,know,none,none,4.50,1.00,5.16,none,4.65, knowledge,knowledge,25.53,Noun,9,5,2,knowledge,7.68,1.00,7.68,1.00,none,9.43,none,7.96 knowledgeable,knowledgeable,0.78,Adjective,13,9,4,knowledgeable,9.95,1.00,9.95,1.00,none,none,none, known,known,123.53,Verb,5,3,1,know,none,none,4.50,1.00,5.16,none,4.65, knows,knows,244.94,Verb,5,3,1,know,none,none,4.50,1.00,5.16,none,4.65, knuckle,knuckle,1.29,Noun,7,5,2,knuckle,5.94,1.00,5.94,1.00,none,7.15,none,6.82 knuckleball,knuckleball,0.04,Noun,11,8,3,knuckleball,11.28,0.95,11.28,0.95,none,none,none, knucklehead,knucklehead,1.08,Noun,11,8,3,knucklehead,8.20,1.00,8.20,1.00,none,none,none, knuckleheads,knuckleheads,0.51,Noun,12,9,3,knucklehead,none,none,8.20,1.00,none,none,none, knuckler,knuckler,0.04,Noun,8,6,3,knuckler,11.64,0.78,11.64,0.78,none,none,none, knuckles,knuckles,3.45,Noun,8,6,2,knuckles,5.35,1.00,5.35,1.00,none,none,none, knurled,knurled,0.02,Adjective,7,5,1,knurled,15.50,0.53,15.50,0.53,none,none,none, koala,koala,0.61,Noun,5,5,3,koala,6.00,1.00,6.00,1.00,9.10,none,none, koalas,koalas,0.08,Noun,6,6,3,koala,none,none,6.00,1.00,9.10,none,none, kobold,kobold,Err:512,Err:512,6,6,2,kobold,12.67,0.14,12.67,0.14,none,none,none, kohlrabi,kohlrabi,Err:512,Err:512,8,7,3,kohlrabi,18.29,0.33,18.29,0.33,none,none,none, kook,kook,0.76,Noun,4,3,1,kook,10.15,0.72,10.15,0.72,none,none,none, kookaburra,kookaburra,0.02,Noun,10,8,4,kookaburra,9.91,0.61,9.91,0.61,none,none,none, kookier,kookier,0.02,Adjective,7,6,3,kooky,none,none,8.06,0.94,none,none,none, kooks,kooks,0.43,Noun,5,4,1,kook,none,none,10.15,0.72,none,none,none, kooky,kooky,0.69,Adjective,5,4,2,kooky,8.06,0.94,8.06,0.94,none,none,none, kopeck,kopeck,0.14,Noun,6,5,2,kopeck,15.00,0.45,15.00,0.45,none,none,none, kopecks,kopecks,0.12,Noun,7,6,2,kopeck,none,none,15.00,0.45,none,none,none, kopeks,kopeks,0.02,Noun,6,6,2,kopeck,none,none,15.00,0.45,none,none,none, korma,korma,0.06,Noun,5,5,2,korma,17.80,0.26,17.80,0.26,none,none,none, kosher,kosher,2.69,Adjective,6,4,2,kosher,13.29,0.94,13.29,0.94,none,none,none,10.99 kowtow,kowtow,0.29,Verb,6,4,2,kowtow,13.82,0.61,13.82,0.61,none,none,none, kowtowed,kowtowed,0.04,Verb,8,5,2,kowtow,none,none,13.82,0.61,none,none,none, kowtowing,kowtowing,0.10,Verb,9,6,3,kowtow,none,none,13.82,0.61,none,none,none, kowtows,kowtows,0.02,Verb,7,5,2,kowtow,none,none,13.82,0.61,none,none,none, kraken,kraken,0.71,Noun,6,6,2,kraken,13.44,0.47,13.44,0.47,none,none,none, kraut,kraut,1.55,Noun,5,4,1,kraut,9.27,0.83,9.27,0.83,none,none,12.67, krauts,krauts,2.04,Noun,6,5,1,kraut,none,none,9.27,0.83,none,none,12.67, krill,krill,0.16,Noun,5,4,1,krill,12.47,0.79,12.47,0.79,none,none,none, kryptonite,kryptonite,0.80,Noun,10,9,3,kryptonite,9.00,1.00,9.00,1.00,none,none,none, kudos,kudos,0.86,Noun,5,5,2,kudos,13.26,1.00,13.26,1.00,none,none,none, kudu,kudu,0.08,Noun,4,5,2,kudu,14.29,0.37,14.29,0.37,none,none,none, kudzu,kudzu,0.10,Noun,5,5,2,kudzu,10.56,0.47,10.56,0.47,none,none,none, kummel,kummel,0.06,Noun,6,5,2,kummel,17.33,0.30,17.33,0.30,none,none,none, kumquat,kumquat,0.47,Noun,7,7,2,kumquat,12.47,0.89,12.47,0.89,none,none,none, kumquats,kumquats,0.65,Noun,8,8,2,kumquat,none,none,12.47,0.89,none,none,none, kung,kung,5.25,Noun,4,3,1,kung,12.10,0.53,12.10,0.53,none,none,none, kwacha,kwacha,0.02,Noun,6,5,2,kwacha,14.00,0.05,14.00,0.05,none,none,none, kwanza,kwanza,0.08,Noun,6,6,2,kwanza,11.47,0.95,11.47,0.95,none,none,none, kyat,kyat,Err:512,Err:512,4,4,2,kyat,NA,0.00,NA,0.00,none,none,none, lab,lab,39.61,Noun,3,3,1,lab,8.71,1.00,8.71,1.00,none,none,7.84, label,label,6.88,Noun,5,5,2,label,6.10,1.00,6.10,1.00,none,none,none,7.80 labeled,labelled,1.41,Verb,7,6,2,label,none,none,6.10,1.00,none,none,none,7.80 labeler,labeller,0.02,Noun,7,6,3,labeler,9.47,0.94,9.47,0.94,none,none,none, labeling,labelling,0.25,Verb,8,7,3,label,none,none,6.10,1.00,none,none,none,7.80 labels,labels,1.94,Noun,6,6,2,label,none,none,6.10,1.00,none,none,none,7.80 labia,labia,0.27,Noun,5,5,3,labia,14.00,0.95,14.00,0.95,none,none,none, labial,labial,0.02,Adjective,6,6,3,labial,17.17,0.67,17.17,0.67,none,none,none, labile,labile,0.04,Noun,6,5,2,labile,12.00,0.28,12.00,0.28,none,none,none, labor,labour,12.18,Noun,5,4,2,labor,8.28,0.95,8.28,0.95,none,none,none,8.62 laboratories,laboratories,0.75,Noun,12,10,4,laboratory,none,none,8.72,1.00,none,none,none, laboratory,laboratory,6.49,Noun,10,9,4,laboratory,8.72,1.00,8.72,1.00,none,none,none, labored,laboured,0.49,Verb,7,5,2,labor,none,none,8.28,0.95,none,none,none,8.62 laborer,labourer,0.45,Noun,7,5,3,laborer,12.72,1.00,12.72,1.00,none,none,none, laborers,labourers,0.49,Noun,8,6,3,laborer,none,none,12.72,1.00,none,none,none, laboring,labouring,0.29,Verb,8,6,3,labor,none,none,8.28,0.95,none,none,none,8.62 laborious,laborious,0.12,Adjective,9,8,4,laborious,12.84,0.95,12.84,0.95,none,none,none, labors,labours,0.35,Noun,6,5,2,labor,none,none,8.28,0.95,none,none,none,8.62 laborsaving,laboursaving,0.02,Adjective,11,9,4,laborsaving,14.43,0.78,14.43,0.78,none,none,none, labs,labs,4.08,Noun,4,4,1,lab,none,none,8.71,1.00,none,none,7.84, laburnum,laburnum,Err:512,Err:512,8,8,3,laburnum,17.25,0.19,17.25,0.19,none,none,none, labyrinth,labyrinth,0.80,Noun,9,7,3,labyrinth,10.53,0.95,10.53,0.95,none,none,none, labyrinthine,labyrinthine,0.04,Adjective,12,9,4,labyrinthine,11.40,0.83,11.40,0.83,none,none,none, labyrinths,labyrinths,0.08,Noun,10,9,3,labyrinth,none,none,10.53,0.95,none,none,none, lace,lace,3.71,Noun,4,3,1,lace,6.44,1.00,6.44,1.00,none,6.33,7.35, laced,laced,1.10,Verb,5,4,1,lace,none,none,6.44,1.00,none,6.33,7.35, lacerate,lacerate,0.02,Verb,8,6,3,lacerate,10.60,0.83,10.60,0.83,none,none,none, lacerates,lacerates,0.04,Verb,9,8,3,lacerate,none,none,10.60,0.83,none,none,none, lacerating,lacerating,0.10,Verb,10,9,4,lacerate,none,none,10.60,0.83,none,none,none, laceration,laceration,1.18,Noun,10,8,4,laceration,13.41,0.94,13.41,0.94,none,none,none, lacerations,lacerations,1.67,Noun,11,9,4,laceration,none,none,13.41,0.94,none,none,none, laces,laces,0.86,Noun,5,5,2,lace,none,none,6.44,1.00,none,6.33,7.35, lacing,lacing,0.14,Verb,6,5,2,lace,none,none,6.44,1.00,none,6.33,7.35, lack,lack,17.75,Noun,4,3,1,lack,8.28,1.00,8.28,1.00,none,8.26,7.77, lackadaisical,lackadaisical,0.08,Adjective,13,11,5,lackadaisical,14.17,0.67,14.17,0.67,none,none,none, lacked,lacked,1.27,Verb,6,4,1,lack,none,none,8.28,1.00,none,8.26,7.77, lackey,lackey,0.65,Noun,6,4,2,lackey,11.07,0.83,11.07,0.83,none,none,none,12.11 lackeys,lackeys,0.29,Noun,7,5,2,lackey,none,none,11.07,0.83,none,none,none,12.11 lacking,lacking,2.53,Verb,7,5,2,lack,none,none,8.28,1.00,none,8.26,7.77, lackluster,lacklustre,0.12,Noun,10,8,3,lackluster,12.95,1.00,12.95,1.00,none,none,none, lacks,lacks,2.10,Verb,5,4,1,lack,none,none,8.28,1.00,none,8.26,7.77, laconic,laconic,0.04,Adjective,7,7,3,laconic,14.82,0.61,14.82,0.61,none,none,none, lacquer,lacquer,0.43,Noun,7,4,2,lacquer,13.19,0.84,13.19,0.84,none,none,none, lacquers,lacquers,0.02,Noun,8,5,2,lacquer,none,none,13.19,0.84,none,none,none, lacrosse,lacrosse,1.04,Noun,8,6,2,lacrosse,12.94,0.95,12.94,0.95,none,none,none,11.19 lactate,lactate,0.16,Verb,7,6,2,lactate,14.33,0.95,14.33,0.95,none,none,none, lactated,lactated,0.08,Adjective,8,8,3,lactated,15.15,1.00,15.15,1.00,none,none,none, lactating,lactating,0.16,Verb,9,8,3,lactate,none,none,14.33,0.95,none,none,none, lactation,lactation,0.06,Noun,9,8,3,lactation,14.58,0.95,14.58,0.95,none,none,none, lactic,lactic,0.10,Adjective,6,6,2,lactic,12.82,0.89,12.82,0.89,none,none,none, lactose,lactose,0.59,Noun,7,6,2,lactose,13.06,0.94,13.06,0.94,none,none,none,12.11 lacuna,lacuna,0.04,Noun,6,7,3,lacuna,16.17,0.33,16.17,0.33,none,none,none, lad,lad,14.43,Noun,3,3,1,lad,7.35,0.94,7.35,0.94,none,6.20,9.10, ladder,ladder,9.25,Noun,6,4,2,ladder,4.40,1.00,4.40,1.00,none,none,none,6.40 ladders,ladders,0.78,Noun,7,5,2,ladder,none,none,4.40,1.00,none,none,none,6.40 laddie,laddie,1.92,Noun,6,4,2,laddie,10.50,0.90,10.50,0.90,none,none,none, laden,laden,1.63,Verb,5,5,2,load,none,none,7.78,1.00,none,8.26,7.15, ladies,ladies,138.31,Noun,6,5,2,lady,none,none,3.68,1.00,none,4.79,none,4.91 lading,lading,0.24,Noun,6,5,2,lading,15.50,0.40,15.50,0.40,none,none,none, ladino,ladino,0.02,Noun,6,6,3,ladino,14.50,0.33,14.50,0.33,none,none,none, ladle,ladle,0.75,Noun,5,5,2,ladle,9.83,0.86,9.83,0.86,none,none,none,9.31 ladles,ladles,0.31,Noun,6,6,2,ladle,none,none,9.83,0.86,none,none,none,9.31 ladling,ladling,0.10,Verb,7,6,2,ladle,none,none,9.83,0.86,none,none,none,9.31 lads,lads,8.41,Noun,4,4,1,lad,none,none,7.35,0.94,none,6.20,9.10, lady,lady,217.08,Noun,4,4,2,lady,3.68,1.00,3.68,1.00,none,4.79,none,4.91 ladybird,ladybird,0.14,Noun,8,7,3,ladybird,10.53,0.79,10.53,0.79,none,none,none, ladybug,ladybug,0.39,Noun,7,7,3,ladybug,4.84,1.00,4.84,1.00,none,none,none, ladybugs,ladybugs,0.20,Noun,8,8,3,ladybug,none,none,4.84,1.00,none,none,none, ladyfish,ladyfish,0.33,Noun,8,7,3,ladyfish,11.67,0.60,11.67,0.60,none,none,none, ladylike,ladylike,0.84,Adjective,8,7,3,ladylike,7.00,1.00,7.00,1.00,none,none,none, ladylove,ladylove,0.02,Noun,8,7,3,ladylove,10.33,0.79,10.33,0.79,none,none,none, ladyship,ladyship,1.04,Noun,8,7,3,ladyship,11.07,0.78,11.07,0.78,none,none,none, lag,lag,1.47,Noun,3,3,1,lag,9.39,0.95,9.39,0.95,none,none,10.03, lager,lager,0.49,Noun,5,4,2,lager,14.00,0.95,14.00,0.95,none,9.58,none, lagers,lagers,0.02,Noun,6,5,2,lager,none,none,14.00,0.95,none,9.58,none, laggard,laggard,0.02,Noun,7,5,2,laggard,12.40,0.56,12.40,0.56,none,none,none, lagged,lagged,0.08,Verb,6,4,1,lag,none,none,9.39,0.95,none,none,10.03, lagging,lagging,0.25,Verb,7,5,2,lag,none,none,9.39,0.95,none,none,10.03, lagniappe,lagniappe,0.06,Noun,9,7,3,lagniappe,9.50,0.22,9.50,0.22,none,none,none, lagoon,lagoon,1.59,Noun,6,5,2,lagoon,9.42,1.00,9.42,1.00,none,none,none,10.32 lagoons,lagoons,0.18,Noun,7,6,2,lagoon,none,none,9.42,1.00,none,none,none,10.32 lags,lags,0.14,Noun,4,4,1,lag,none,none,9.39,0.95,none,none,10.03, laid,laid,29.94,Verb,4,3,1,lay,none,none,5.84,1.00,6.30,none,5.40, lain,lain,0.57,Verb,4,3,1,lie,none,none,3.75,1.00,5.33,5.15,4.73, lair,lair,2.41,Noun,4,3,1,lair,11.63,1.00,11.63,1.00,none,none,10.10, lairs,lairs,0.08,Noun,5,4,1,lair,none,none,11.63,1.00,none,none,10.10, lake,lake,36.00,Noun,4,3,1,lake,4.61,1.00,4.61,1.00,none,5.26,5.06, lakefront,lakefront,0.12,Noun,9,8,2,lakefront,8.22,0.95,8.22,0.95,none,none,none, lakes,lakes,2.06,Noun,5,4,1,lake,none,none,4.61,1.00,none,5.26,5.06, lakeshore,lakeshore,0.18,Noun,9,6,2,lakeshore,9.05,0.95,9.05,0.95,none,none,none, lamasery,lamasery,0.08,Noun,8,8,4,lamasery,13.71,0.37,13.71,0.37,none,none,none, lamb,lamb,10.63,Noun,4,3,1,lamb,4.15,1.00,4.15,1.00,none,3.94,4.67, lambast,lambaste,0.00,Err:512,8,7,2,lambast,14.17,0.60,14.17,0.60,none,none,none, lambda,lambda,0.16,Noun,6,5,2,lambda,15.18,0.61,15.18,0.61,none,none,none, lambent,lambent,0.04,Noun,7,6,2,lambent,14.00,0.39,14.00,0.39,none,none,none, lambkin,lambkin,0.04,Noun,7,6,2,lambkin,12.50,0.56,12.50,0.56,none,none,none, lambkins,lambkins,0.06,Noun,8,7,2,lambkin,none,none,12.50,0.56,none,none,none, lambs,lambs,1.67,Noun,5,4,1,lamb,none,none,4.15,1.00,none,3.94,4.67, lambskin,lambskin,0.08,Noun,8,7,2,lambskin,10.78,1.00,10.78,1.00,none,none,none, lame,lame,10.92,Adjective,4,3,1,lame,9.21,1.00,9.21,1.00,none,none,8.40, lamebrain,lamebrain,0.25,Noun,9,7,2,lamebrain,12.06,0.89,12.06,0.89,none,none,none, lamebrains,lamebrains,0.06,Noun,10,8,2,lamebrain,none,none,12.06,0.89,none,none,none, lameness,lameness,0.10,Noun,8,6,2,lameness,11.47,0.89,11.47,0.89,none,none,none, lament,lament,0.96,Verb,6,6,2,lament,11.81,0.89,11.81,0.89,none,none,none,10.90 lamentable,lamentable,0.14,Adjective,10,10,4,lamentable,14.65,0.85,14.65,0.85,none,none,none, lamentation,lamentation,0.06,Noun,11,10,4,lamentation,11.95,1.00,11.95,1.00,none,none,none, lamentations,lamentations,0.06,Noun,12,11,4,lamentation,none,none,11.95,1.00,none,none,none, lamented,lamented,0.20,Verb,8,8,3,lament,none,none,11.81,0.89,none,none,none,10.90 lamenting,lamenting,0.16,Verb,9,8,3,lament,none,none,11.81,0.89,none,none,none,10.90 laments,laments,0.06,Verb,7,7,2,lament,none,none,11.81,0.89,none,none,none,10.90 lamer,lamer,0.06,Adjective,5,4,2,lame,none,none,9.21,1.00,none,none,8.40, lames,lames,0.06,Verb,5,4,1,lame,none,none,9.21,1.00,none,none,8.40, lamest,lamest,0.43,Adjective,6,6,2,lame,none,none,9.21,1.00,none,none,8.40, lamina,lamina,0.02,Noun,6,6,3,lamina,16.38,0.44,16.38,0.44,none,none,none, laminate,laminate,0.20,Verb,8,7,3,laminate,11.05,1.00,11.05,1.00,none,none,none, laminated,laminated,0.35,Adjective,9,9,4,laminated,10.53,1.00,10.53,1.00,none,none,none, laminates,laminates,0.12,Verb,9,8,3,laminate,none,none,11.05,1.00,none,none,none, lamination,lamination,0.12,Noun,10,9,4,lamination,10.42,1.00,10.42,1.00,none,none,none, laminator,laminator,0.02,Noun,9,8,4,laminator,12.37,1.00,12.37,1.00,none,none,none, lamp,lamp,12.88,Noun,4,4,1,lamp,4.00,1.00,4.00,1.00,none,5.77,5.26, lamplight,lamplight,0.12,Noun,9,7,2,lamplight,7.00,1.00,7.00,1.00,none,none,none, lamplighter,lamplighter,0.06,Noun,11,8,3,lamplighter,10.69,0.84,10.69,0.84,none,none,none, lamplighters,lamplighters,0.04,Noun,12,9,3,lamplighter,none,none,10.69,0.84,none,none,none, lampoon,lampoon,0.10,Noun,7,6,2,lampoon,12.89,0.90,12.89,0.90,none,none,none, lamppost,lamppost,0.55,Noun,8,8,2,lamppost,8.39,1.00,8.39,1.00,none,none,none, lampposts,lampposts,0.14,Noun,9,9,2,lamppost,none,none,8.39,1.00,none,none,none, lamps,lamps,2.04,Noun,5,5,1,lamp,none,none,4.00,1.00,none,5.77,5.26, lampshade,lampshade,0.27,Noun,9,7,2,lampshade,5.63,1.00,5.63,1.00,none,none,none, lampshades,lampshades,0.08,Noun,10,8,2,lampshade,none,none,5.63,1.00,none,none,none, lanai,lanai,0.14,Noun,5,4,2,lanai,14.00,0.50,14.00,0.50,none,none,none, lance,lance,10.86,Noun,5,4,1,lance,11.79,1.00,11.79,1.00,none,none,10.80, lanced,lanced,0.12,Verb,6,5,1,lance,none,none,11.79,1.00,none,none,10.80, lancer,lancer,0.43,Noun,6,5,2,lancer,13.12,0.81,13.12,0.81,none,none,none, lancers,lancers,0.55,Noun,7,6,2,lancer,none,none,13.12,0.81,none,none,none, lances,lances,0.57,Noun,6,6,2,lance,none,none,11.79,1.00,none,none,10.80, lancet,lancet,0.12,Noun,6,6,2,lancet,15.31,0.84,15.31,0.84,none,none,none, lancets,lancets,0.04,Noun,7,7,2,lancet,none,none,15.31,0.84,none,none,none, lancing,lancing,0.06,Verb,7,6,2,lance,none,none,11.79,1.00,none,none,10.80, land,land,88.12,Noun,4,4,1,land,5.22,1.00,5.22,1.00,5.94,5.82,5.19, landed,landed,12.80,Verb,6,6,2,land,none,none,5.22,1.00,5.94,5.82,5.19, landfall,landfall,0.49,Noun,8,7,2,landfall,10.79,0.95,10.79,0.95,none,none,none, landfill,landfill,1.29,Noun,8,7,2,landfill,8.71,0.94,8.71,0.94,none,none,none, landfills,landfills,0.04,Noun,9,8,2,landfill,none,none,8.71,0.94,none,none,none, landing,landing,16.04,Noun,7,6,2,landing,6.72,1.00,6.72,1.00,none,none,none, landings,landings,1.37,Noun,8,7,2,landing,none,none,6.72,1.00,none,none,none, landladies,landladies,0.06,Noun,10,9,3,landlady,none,none,9.18,0.94,none,none,none, landlady,landlady,2.08,Noun,8,8,3,landlady,9.18,0.94,9.18,0.94,none,none,none, landline,landline,0.20,Noun,8,7,2,landline,10.14,1.00,10.14,1.00,none,none,none, landlocked,landlocked,0.20,Verb,10,8,2,landlocked,11.00,0.89,11.00,0.89,none,none,none, landlord,landlord,5.33,Noun,8,8,2,landlord,10.05,1.00,10.05,1.00,7.96,none,none, landlords,landlords,0.45,Noun,9,9,2,landlord,none,none,10.05,1.00,7.96,none,none, landlubber,landlubber,0.10,Noun,10,9,3,landlubber,10.38,0.65,10.38,0.65,none,none,none, landlubbers,landlubbers,0.08,Noun,11,10,3,landlubber,none,none,10.38,0.65,none,none,none, landmark,landmark,1.25,Noun,8,8,2,landmark,9.61,0.95,9.61,0.95,none,none,none, landmarks,landmarks,0.35,Noun,9,9,2,landmark,none,none,9.61,0.95,none,none,none, landmass,landmass,0.08,Noun,8,7,2,landmass,10.00,0.95,10.00,0.95,none,none,none, landmine,landmine,0.14,Noun,8,7,2,landmine,10.95,1.00,10.95,1.00,none,none,none, landmines,landmines,0.18,Noun,9,8,2,landmine,none,none,10.95,1.00,none,none,none, landowner,landowner,0.37,Noun,9,7,3,landowner,11.00,1.00,11.00,1.00,none,none,none, landowners,landowners,0.24,Noun,10,8,3,landowner,none,none,11.00,1.00,none,none,none, lands,lands,6.98,Noun,5,5,1,land,none,none,5.22,1.00,5.94,5.82,5.19, landscape,landscape,2.49,Noun,9,8,2,landscape,9.89,1.00,9.89,1.00,10.99,none,none, landscaper,landscaper,0.37,Noun,10,9,3,landscaper,11.79,1.00,11.79,1.00,none,none,none, landscapers,landscapers,0.14,Noun,11,10,3,landscaper,none,none,11.79,1.00,none,none,none, landscapes,landscapes,0.55,Noun,10,9,2,landscape,none,none,9.89,1.00,10.99,none,none, landscaping,landscaping,1.25,Noun,11,10,3,landscaping,11.00,1.00,11.00,1.00,none,none,none, landslide,landslide,0.82,Noun,9,8,2,landslide,9.42,1.00,9.42,1.00,none,none,none, landslides,landslides,0.06,Noun,10,9,2,landslide,none,none,9.42,1.00,none,none,none, landslip,landslip,0.02,Noun,8,8,2,landslip,12.92,0.63,12.92,0.63,none,none,none, landsman,landsman,0.12,Noun,8,8,2,landsman,11.82,0.89,11.82,0.89,none,none,none, landsmen,landsmen,0.02,Noun,8,8,2,landsman,none,none,11.82,0.89,none,none,none, landward,landward,0.02,Adjective,8,7,2,landward,12.36,0.61,12.36,0.61,none,none,none, lane,lane,33.41,Noun,4,3,1,lane,7.00,1.00,7.00,1.00,none,5.35,7.53, lanes,lanes,1.92,Noun,5,4,1,lane,none,none,7.00,1.00,none,5.35,7.53, language,language,35.10,Noun,8,7,2,language,6.79,1.00,6.79,1.00,7.96,none,none,6.54 languages,languages,4.10,Noun,9,9,3,language,none,none,6.79,1.00,7.96,none,none,6.54 languid,languid,0.20,Adjective,7,7,2,languid,15.54,0.72,15.54,0.72,none,none,none, languish,languish,0.16,Verb,8,7,2,languish,13.80,0.83,13.80,0.83,none,none,none, languished,languished,0.14,Verb,10,8,2,languish,none,none,13.80,0.83,none,none,none, languishing,languishing,0.18,Verb,11,9,3,languish,none,none,13.80,0.83,none,none,none, languor,languor,0.20,Noun,7,7,2,languor,12.67,0.30,12.67,0.30,none,none,none, languorous,languorous,0.04,Adjective,10,9,3,languorous,14.12,0.44,14.12,0.44,none,none,none, lank,lank,0.02,Verb,4,4,1,lank,13.36,0.74,13.36,0.74,none,none,none, lanky,lanky,0.43,Adjective,5,5,2,lanky,9.72,1.00,9.72,1.00,none,none,none, lanolin,lanolin,0.06,Noun,7,7,3,lanolin,14.06,0.95,14.06,0.95,none,none,none, lantern,lantern,2.02,Noun,7,6,2,lantern,8.55,1.00,8.55,1.00,none,none,none, lanterns,lanterns,0.61,Noun,8,7,2,lantern,none,none,8.55,1.00,none,none,none, lanyard,lanyard,0.08,Noun,7,6,2,lanyard,12.14,0.74,12.14,0.74,none,none,none, lanyards,lanyards,0.04,Noun,8,8,3,lanyard,none,none,12.14,0.74,none,none,none, lap,lap,13.47,Noun,3,3,1,lap,3.15,1.00,3.15,1.00,none,5.39,4.99, laparoscopy,laparoscopy,0.12,Noun,11,10,5,laparoscopy,16.42,0.67,16.42,0.67,none,none,none, lapboard,lapboard,Err:512,Err:512,8,7,2,lapboard,9.92,0.63,9.92,0.63,none,none,none, lapdog,lapdog,0.41,Noun,6,6,2,lapdog,10.10,0.95,10.10,0.95,none,none,none, lapdogs,lapdogs,0.10,Noun,7,7,2,lapdog,none,none,10.10,0.95,none,none,none, lapel,lapel,0.49,Noun,5,5,2,lapel,11.73,0.83,11.73,0.83,none,11.49,none, lapels,lapels,0.43,Noun,6,6,2,lapel,none,none,11.73,0.83,none,11.49,none, lapis,lapis,0.14,Noun,5,5,2,lapis,12.69,0.65,12.69,0.65,none,none,none, lapped,lapped,0.16,Verb,6,4,1,lap,none,none,3.15,1.00,none,5.39,4.99, lapping,lapping,0.41,Verb,7,5,2,lap,none,none,3.15,1.00,none,5.39,4.99, laps,laps,3.27,Noun,4,4,1,lap,none,none,3.15,1.00,none,5.39,4.99, lapse,lapse,1.37,Noun,5,4,1,lapse,11.68,1.00,11.68,1.00,none,none,12.01, lapsed,lapsed,0.43,Verb,6,5,1,lapse,none,none,11.68,1.00,none,none,12.01, lapses,lapses,0.25,Noun,6,6,2,lapse,none,none,11.68,1.00,none,none,12.01, laptop,laptop,3.47,Noun,6,6,2,laptop,12.44,1.00,12.44,1.00,none,none,none, laptops,laptops,0.27,Noun,7,7,2,laptop,none,none,12.44,1.00,none,none,none, lapwing,lapwing,0.02,Noun,7,6,2,lapwing,13.83,0.32,13.83,0.32,none,none,none, larboard,larboard,0.43,Noun,8,7,2,larboard,15.20,0.26,15.20,0.26,none,none,none, larcenies,larcenies,0.02,Noun,9,8,3,larceny,none,none,13.24,0.94,none,none,none, larcenist,larcenist,0.02,Noun,9,9,3,larcenist,12.77,0.72,12.77,0.72,none,none,none, larcenists,larcenists,0.02,Noun,10,10,3,larcenist,none,none,12.77,0.72,none,none,none, larcenous,larcenous,0.08,Adjective,9,8,3,larcenous,14.69,0.89,14.69,0.89,none,none,none, larceny,larceny,2.22,Noun,7,7,3,larceny,13.24,0.94,13.24,0.94,none,none,none, larch,larch,0.14,Noun,5,4,1,larch,13.64,0.58,13.64,0.58,none,8.09,none, lard,lard,1.69,Noun,4,4,1,lard,9.74,1.00,9.74,1.00,none,none,9.81, larder,larder,0.16,Noun,6,5,2,larder,14.50,0.80,14.50,0.80,none,none,none, lards,lards,0.02,Noun,5,5,1,lard,none,none,9.74,1.00,none,none,9.81, large,large,41.45,Adjective,5,4,1,large,5.74,1.00,5.74,1.00,5.30,none,4.99, largemouth,largemouth,0.06,Noun,10,7,2,largemouth,10.94,0.89,10.94,0.89,none,none,none, largeness,largeness,0.04,Noun,9,7,2,largeness,7.12,0.89,7.12,0.89,none,none,none, larger,larger,8.20,Adjective,6,5,2,large,none,none,5.74,1.00,5.30,none,4.99, larges,larges,0.08,Noun,6,6,2,large,none,none,5.74,1.00,5.30,none,4.99, largess,largess,0.06,Noun,7,6,2,largesse,none,none,12.31,0.68,11.96,none,none, largesse,largesse,0.18,Noun,8,6,2,largesse,12.31,0.68,12.31,0.68,11.96,none,none, largest,largest,7.88,Adjective,7,7,2,large,none,none,5.74,1.00,5.30,none,4.99, largish,largish,0.08,Adjective,7,6,2,largish,11.33,0.90,11.33,0.90,none,none,none, lariat,lariat,0.12,Noun,6,6,3,lariat,14.08,0.68,14.08,0.68,none,none,none, lariats,lariats,0.02,Noun,7,7,3,lariat,none,none,14.08,0.68,none,none,none, lark,lark,1.63,Noun,4,4,1,lark,11.82,0.89,11.82,0.89,7.14,none,11.17, larks,larks,0.27,Noun,5,5,1,lark,none,none,11.82,0.89,7.14,none,11.17, larkspur,larkspur,0.04,Noun,8,7,2,larkspur,14.50,0.53,14.50,0.53,none,12.17,none, larva,larva,0.25,Noun,5,5,2,larva,8.83,0.95,8.83,0.95,none,none,none, larvae,larvae,0.57,Noun,6,5,2,larva,none,none,8.83,0.95,none,none,none, larval,larval,0.14,Adjective,6,6,2,larval,11.41,0.94,11.41,0.94,none,none,none, laryngeal,laryngeal,0.24,Adjective,9,8,4,laryngeal,14.75,0.36,14.75,0.36,none,none,none, laryngitis,laryngitis,0.45,Noun,10,10,4,laryngitis,10.59,0.94,10.59,0.94,none,none,none, laryngoscope,laryngoscope,0.25,Noun,12,11,4,laryngoscope,17.67,0.45,17.67,0.45,none,none,none, larynx,larynx,1.14,Noun,6,7,2,larynx,12.72,0.86,12.72,0.86,none,none,none,12.64 lasagna,lasagne,3.59,Noun,7,7,3,lasagna,5.00,1.00,5.00,1.00,none,none,none, lasagnas,lasagnes,0.10,Noun,8,8,3,lasagna,none,none,5.00,1.00,none,none,none, lascar,lascar,0.06,Noun,6,5,2,lascar,13.57,0.39,13.57,0.39,none,none,none, lascivious,lascivious,0.67,Adjective,10,8,4,lascivious,16.91,0.61,16.91,0.61,none,none,none, lasciviousness,lasciviousness,0.02,Noun,14,11,5,lasciviousness,16.00,0.44,16.00,0.44,none,none,none, laser,laser,8.49,Noun,5,4,2,laser,8.67,1.00,8.67,1.00,none,none,none,7.88 lasers,lasers,1.35,Noun,6,5,2,laser,none,none,8.67,1.00,none,none,none,7.88 lash,lash,1.67,Verb,4,3,1,lash,9.47,0.94,9.47,0.94,none,none,9.39, lashed,lashed,0.31,Verb,6,4,1,lash,none,none,9.47,0.94,none,none,9.39, lashes,lashes,0.86,Noun,6,5,2,lash,none,none,9.47,0.94,none,none,9.39, lashing,lashing,0.45,Verb,7,5,2,lash,none,none,9.47,0.94,none,none,9.39, lass,lass,2.67,Noun,4,3,1,lass,10.07,0.78,10.07,0.78,none,none,11.25, lasses,lasses,0.22,Noun,6,5,2,lass,none,none,10.07,0.78,none,none,11.25, lassitude,lassitude,0.04,Noun,9,7,3,lassitude,14.78,0.50,14.78,0.50,none,none,none, lasso,lasso,0.88,Noun,5,4,2,lasso,8.56,0.95,8.56,0.95,none,none,none,9.13 lassoed,lassoed,0.08,Verb,7,5,2,lasso,none,none,8.56,0.95,none,none,none,9.13 lassoes,lassoes,0.04,Noun,7,5,2,lasso,none,none,8.56,0.95,none,none,none,9.13 lassos,lassos,0.02,Noun,6,5,2,lasso,none,none,8.56,0.95,none,none,none,9.13 last,last,723.10,Number,4,4,1,last,4.35,1.00,4.35,1.00,5.16,none,5.68, lasted,lasted,6.18,Verb,6,6,2,last,none,none,4.35,1.00,5.16,none,5.68, lasting,lasting,2.35,Adjective,7,6,2,lasting,8.17,1.00,8.17,1.00,none,none,none, lasts,lasts,4.94,Verb,5,5,1,last,none,none,4.35,1.00,5.16,none,5.68, latch,latch,1.92,Noun,5,3,1,latch,8.00,1.00,8.00,1.00,none,7.71,8.75, latched,latched,0.37,Verb,7,4,1,latch,none,none,8.00,1.00,none,7.71,8.75, latches,latches,0.14,Noun,7,5,2,latch,none,none,8.00,1.00,none,7.71,8.75, latching,latching,0.10,Verb,8,5,2,latch,none,none,8.00,1.00,none,7.71,8.75, latchkey,latchkey,0.31,Noun,8,5,2,latchkey,12.83,0.90,12.83,0.90,none,none,none, latchkeys,latchkeys,0.02,Noun,9,6,2,latchkey,none,none,12.83,0.90,none,none,none, late,late,269.73,Adjective,4,3,1,late,5.28,1.00,5.28,1.00,5.19,none,5.34, latecomer,latecomer,0.02,Noun,9,7,3,latecomer,10.89,1.00,10.89,1.00,none,none,none, latency,latency,0.04,Noun,7,7,3,latency,14.39,0.90,14.39,0.90,none,none,none, lateness,lateness,0.24,Noun,8,6,2,lateness,8.48,1.00,8.48,1.00,none,none,none, latent,latent,0.76,Adjective,6,6,2,latent,15.17,0.95,15.17,0.95,none,13.64,none,12.43 later,later,291.94,Adverb,5,4,2,later,4.75,1.00,4.75,1.00,5.97,none,none,6.06 lateral,lateral,1.53,Adjective,7,6,3,lateral,12.41,0.94,12.41,0.94,none,none,none, laterals,laterals,0.02,Noun,8,8,3,lateral,none,none,12.41,0.94,none,none,none, latest,latest,18.73,Adjective,6,6,2,late,none,none,5.28,1.00,5.19,none,5.34, latex,latex,1.45,Noun,5,6,2,latex,13.48,1.00,13.48,1.00,none,none,none,10.70 lath,lath,0.06,Noun,4,3,1,lath,14.55,0.61,14.55,0.61,none,none,none, lathe,lathe,0.31,Noun,5,3,1,lathe,12.85,0.68,12.85,0.68,none,none,13.27, lather,lather,0.55,Noun,6,4,2,lather,8.05,1.00,8.05,1.00,none,none,none,9.58 lathered,lathered,0.16,Verb,8,5,2,lather,none,none,8.05,1.00,none,none,none,9.58 lathers,lathers,0.02,Noun,7,5,2,lather,none,none,8.05,1.00,none,none,none,9.58 lathery,lathery,0.02,Noun,7,6,3,lathery,12.17,0.63,12.17,0.63,none,none,none, lathes,lathes,0.02,Noun,6,4,1,lathe,none,none,12.85,0.68,none,none,13.27, latitude,latitude,1.59,Noun,8,7,3,latitude,10.47,1.00,10.47,1.00,none,none,none, latitudes,latitudes,0.12,Noun,9,8,3,latitude,none,none,10.47,1.00,none,none,none, latitudinarian,latitudinarian,Err:512,Err:512,14,15,7,latitudinarian,13.33,0.17,13.33,0.17,none,none,none, latke,latke,0.04,Noun,5,3,1,latke,14.62,0.42,14.62,0.42,none,none,none, latrine,latrine,2.92,Noun,7,6,2,latrine,12.27,0.83,12.27,0.83,none,none,none,12.75 latrines,latrines,0.35,Noun,8,7,2,latrine,none,none,12.27,0.83,none,none,none,12.75 latte,latte,2.41,Noun,5,4,2,latte,13.47,1.00,13.47,1.00,none,none,none, latter,latter,1.25,Determiner,6,4,2,latter,10.69,0.95,10.69,0.95,none,10.54,none,8.70 lattes,lattes,0.47,Noun,6,4,1,latte,none,none,13.47,1.00,none,none,none, lattice,lattice,0.08,Noun,7,5,2,lattice,11.00,0.84,11.00,0.84,none,none,none, laud,laud,0.12,Verb,4,3,1,laud,13.00,0.70,13.00,0.70,none,none,13.12, laudable,laudable,0.12,Adjective,8,7,3,laudable,14.14,0.74,14.14,0.74,none,none,none, laudanum,laudanum,0.51,Noun,8,7,3,laudanum,15.36,0.61,15.36,0.61,none,none,none, lauds,lauds,0.04,Noun,5,4,1,laud,none,none,13.00,0.70,none,none,13.12, laugh,laugh,62.86,Verb,5,3,1,laugh,3.79,1.00,3.79,1.00,4.50,none,4.01, laughable,laughable,0.51,Adjective,9,7,3,laughable,9.40,1.00,9.40,1.00,none,none,none, laughed,laughed,10.69,Verb,7,4,1,laugh,none,none,3.79,1.00,4.50,none,4.01, laugher,laugher,0.08,Noun,7,4,2,laugher,7.25,0.84,7.25,0.84,none,none,none, laughers,laughers,0.20,Noun,8,5,2,laugher,none,none,7.25,0.84,none,none,none, laughing,laughing,52.29,Verb,8,5,2,laugh,none,none,3.79,1.00,4.50,none,4.01, laughingstock,laughingstock,1.02,Noun,13,9,3,laughingstock,8.95,1.00,8.95,1.00,none,none,none, laughingstocks,laughingstocks,0.02,Noun,14,10,3,laughingstock,none,none,8.95,1.00,none,none,none, laughs,laughs,24.27,Verb,6,4,1,laugh,none,none,3.79,1.00,4.50,none,4.01, laughter,laughter,13.80,Noun,8,5,2,laughter,5.39,1.00,5.39,1.00,none,6.50,none, launch,launch,19.96,Verb,6,4,1,launch,7.92,1.00,7.92,1.00,none,7.86,7.43, launched,launched,3.76,Verb,8,5,1,launch,none,none,7.92,1.00,none,7.86,7.43, launcher,launcher,0.82,Noun,8,5,2,launcher,9.16,1.00,9.16,1.00,none,none,none, launchers,launchers,0.41,Noun,9,6,2,launcher,none,none,9.16,1.00,none,none,none, launches,launches,0.63,Verb,8,6,2,launch,none,none,7.92,1.00,none,7.86,7.43, launching,launching,2.39,Verb,9,6,2,launch,none,none,7.92,1.00,none,7.86,7.43, launder,launder,0.67,Verb,7,5,2,launder,10.12,0.89,10.12,0.89,none,none,none,11.80 laundered,laundered,0.47,Verb,9,6,2,launder,none,none,10.12,0.89,none,none,none,11.80 launderer,launderer,0.06,Noun,9,6,3,launderer,14.56,1.00,14.56,1.00,none,none,none, launderers,launderers,0.08,Noun,10,7,3,launderer,none,none,14.56,1.00,none,none,none, laundering,laundering,1.37,Noun,10,7,3,laundering,12.29,0.94,12.29,0.94,none,none,none, launders,launders,0.06,Verb,8,6,2,launder,none,none,10.12,0.89,none,none,none,11.80 laundress,laundress,0.25,Noun,9,7,2,laundress,12.55,0.58,12.55,0.58,none,none,none, laundries,laundries,0.06,Noun,9,7,2,laundry,none,none,6.05,1.00,none,7.35,none,6.82 laundry,laundry,19.06,Noun,7,6,2,laundry,6.05,1.00,6.05,1.00,none,7.35,none,6.82 laundryman,laundryman,0.08,Noun,10,9,3,laundryman,7.78,0.95,7.78,0.95,none,none,none, laundrywoman,laundrywoman,0.02,Noun,12,11,4,laundrywoman,9.39,1.00,9.39,1.00,none,none,none, laureate,laureate,0.14,Noun,8,6,3,laureate,15.83,0.67,15.83,0.67,none,none,none, laureates,laureates,0.06,Noun,9,7,3,laureate,none,none,15.83,0.67,none,none,none, lava,lava,3.45,Noun,4,4,2,lava,6.44,1.00,6.44,1.00,none,none,none,6.68 lavage,lavage,1.00,Noun,6,5,2,lavage,15.50,0.44,15.50,0.44,none,none,none, lavaliere,lavaliere,0.06,Noun,9,7,3,lavaliere,15.30,0.56,15.30,0.56,none,none,none, lavatories,lavatories,0.24,Noun,10,9,4,lavatory,none,none,10.58,1.00,none,none,none, lavatory,lavatory,0.96,Noun,8,8,4,lavatory,10.58,1.00,10.58,1.00,none,none,none, lavender,lavender,2.04,Noun,8,7,3,lavender,9.11,1.00,9.11,1.00,6.84,none,none, lavish,lavish,0.76,Adjective,6,5,2,lavish,10.76,0.94,10.76,0.94,none,11.13,none,11.29 lavished,lavished,0.18,Verb,8,6,2,lavish,none,none,10.76,0.94,none,11.13,none,11.29 law,law,116.31,Noun,3,2,1,law,8.33,1.00,8.33,1.00,none,7.66,6.37, lawbreaker,lawbreaker,0.14,Noun,10,7,3,lawbreaker,10.28,0.95,10.28,0.95,none,none,none, lawbreakers,lawbreakers,0.14,Noun,11,8,3,lawbreaker,none,none,10.28,0.95,none,none,none, lawbreaking,lawbreaking,0.02,Noun,11,8,3,lawbreaking,9.20,1.00,9.20,1.00,none,none,none, lawful,lawful,2.18,Adjective,6,5,2,lawful,11.05,1.00,11.05,1.00,none,none,none, lawgiver,lawgiver,0.25,Noun,8,6,3,lawgiver,13.18,0.89,13.18,0.89,none,none,none, lawless,lawless,0.43,Adjective,7,5,2,lawless,10.68,1.00,10.68,1.00,none,none,none, lawlessness,lawlessness,0.51,Noun,11,8,3,lawlessness,11.68,1.00,11.68,1.00,none,none,none, lawmaker,lawmaker,0.06,Noun,8,6,3,lawmaker,9.67,0.95,9.67,0.95,none,none,none, lawmakers,lawmakers,0.31,Noun,9,7,3,lawmaker,none,none,9.67,0.95,none,none,none, lawman,lawman,1.14,Noun,6,5,2,lawman,9.68,1.00,9.68,1.00,none,none,none, lawmen,lawmen,0.22,Noun,6,5,2,lawman,none,none,9.68,1.00,none,none,none, lawn,lawn,12.35,Noun,4,3,1,lawn,5.45,1.00,5.45,1.00,none,6.58,5.89, lawnmower,lawnmower,0.47,Noun,9,6,3,lawnmower,6.11,1.00,6.11,1.00,none,none,none, lawns,lawns,1.12,Noun,5,4,1,lawn,none,none,5.45,1.00,none,6.58,5.89, laws,laws,17.02,Noun,4,3,1,law,none,none,8.33,1.00,none,7.66,6.37, lawsuit,lawsuit,6.10,Noun,7,5,2,lawsuit,10.56,1.00,10.56,1.00,none,none,none, lawsuits,lawsuits,1.94,Noun,8,6,2,lawsuit,none,none,10.56,1.00,none,none,none, lawyer,lawyer,79.51,Noun,6,4,2,lawyer,7.78,1.00,7.78,1.00,none,9.51,none,9.13 lawyerlike,lawyerlike,0.02,Adjective,10,7,3,lawyerlike,11.62,0.89,11.62,0.89,none,none,none, lawyers,lawyers,19.12,Noun,7,5,2,lawyer,none,none,7.78,1.00,none,9.51,none,9.13 lax,lax,1.71,Adjective,3,4,1,lax,11.33,0.83,11.33,0.83,none,none,11.93, laxative,laxative,0.84,Noun,8,8,3,laxative,11.68,1.00,11.68,1.00,none,none,none, laxatives,laxatives,0.25,Noun,9,9,3,laxative,none,none,11.68,1.00,none,none,none, laxity,laxity,0.10,Noun,6,7,3,laxity,13.25,0.38,13.25,0.38,none,none,none, lay,lay,58.24,Verb,3,2,1,lay,5.84,1.00,5.84,1.00,6.30,none,5.40, layaway,layaway,1.45,Noun,7,5,3,layaway,9.44,1.00,9.44,1.00,none,none,none, layback,layback,0.02,Noun,7,5,2,layback,10.69,0.84,10.69,0.84,none,none,none, layer,layer,3.71,Noun,5,3,2,layer,8.28,1.00,8.28,1.00,8.02,none,none,8.12 layering,layering,0.14,Noun,8,5,3,layering,8.78,1.00,8.78,1.00,none,none,none, layers,layers,2.33,Noun,6,4,2,layer,none,none,8.28,1.00,8.02,none,none,8.12 layette,layette,0.08,Noun,7,4,2,layette,12.67,0.67,12.67,0.67,none,none,none, laying,laying,11.14,Verb,6,4,2,lay,none,none,5.84,1.00,6.30,none,5.40, layman,layman,0.94,Noun,6,5,2,layman,10.65,0.94,10.65,0.94,none,none,none, laymen,laymen,0.08,Noun,6,5,2,layman,none,none,10.65,0.94,none,none,none, layoff,layoff,0.22,Noun,6,4,2,layoff,12.76,1.00,12.76,1.00,none,none,none, layoffs,layoffs,0.20,Noun,7,5,2,layoff,none,none,12.76,1.00,none,none,none, layout,layout,3.49,Noun,6,4,2,layout,10.47,1.00,10.47,1.00,none,none,none, layouts,layouts,0.18,Noun,7,5,2,layout,none,none,10.47,1.00,none,none,none, layover,layover,0.49,Noun,7,5,3,layover,11.44,0.89,11.44,0.89,none,none,none, laypeople,laypeople,0.04,Verb,9,7,3,laypeople,12.67,0.75,12.67,0.75,none,none,none, layperson,layperson,0.14,Noun,9,7,3,layperson,13.74,0.95,13.74,0.95,none,none,none, lays,lays,2.94,Verb,4,3,1,lay,none,none,5.84,1.00,6.30,none,5.40, layup,layup,0.16,Noun,5,4,2,layup,10.26,1.00,10.26,1.00,none,none,none, laze,laze,0.04,Verb,4,3,1,laze,12.07,0.83,12.07,0.83,none,none,10.90, lazier,lazier,0.16,Adjective,6,5,3,lazy,none,none,6.39,1.00,none,6.01,none,6.47 laziest,laziest,0.16,Adjective,7,7,3,lazy,none,none,6.39,1.00,none,6.01,none,6.47 laziness,laziness,0.47,Noun,8,7,3,laziness,6.74,1.00,6.74,1.00,none,none,none, lazing,lazing,0.10,Verb,6,5,2,laze,none,none,12.07,0.83,none,none,10.90, lazy,lazy,11.59,Adjective,4,4,2,lazy,6.39,1.00,6.39,1.00,none,6.01,none,6.47 lazybones,lazybones,0.16,Verb,9,8,3,lazybones,7.79,1.00,7.79,1.00,none,none,none, leach,leach,0.75,Name,5,3,1,leach,9.20,1.00,9.20,1.00,none,none,10.07, leaches,leaches,0.08,Verb,7,5,2,leach,none,none,9.20,1.00,none,none,10.07, lead,lead,83.25,Verb,4,3,1,lead,6.76,1.00,6.76,1.00,none,7.98,6.33, leaded,leaded,0.45,Adjective,6,5,2,leaded,8.22,1.00,8.22,1.00,none,none,none, leaden,leaden,0.10,Adjective,6,5,2,leaden,12.25,0.63,12.25,0.63,none,none,none, leader,leader,31.16,Noun,6,4,2,leader,6.90,1.00,6.90,1.00,none,7.09,none, leaderless,leaderless,0.06,Adjective,10,7,3,leaderless,11.75,0.95,11.75,0.95,none,none,none, leaders,leaders,8.88,Noun,7,5,2,leader,none,none,6.90,1.00,none,7.09,none, leadership,leadership,4.88,Noun,10,7,3,leadership,8.74,1.00,8.74,1.00,9.81,none,none, leading,leading,20.86,Verb,7,5,2,lead,none,none,6.76,1.00,none,7.98,6.33, leadoff,leadoff,0.10,Noun,7,5,2,leadoff,10.53,0.89,10.53,0.89,none,none,none, leads,leads,19.78,Verb,5,4,1,lead,none,none,6.76,1.00,none,7.98,6.33, leaf,leaf,5.20,Noun,4,3,1,leaf,4.60,1.00,4.60,1.00,none,4.67,4.86, leafage,leafage,Err:512,Err:512,7,5,2,leafage,12.60,0.79,12.60,0.79,none,none,none, leafed,leafed,0.08,Verb,6,4,1,leaf,none,none,4.60,1.00,none,4.67,4.86, leaflet,leaflet,0.04,Noun,7,6,2,leaflet,10.37,1.00,10.37,1.00,none,8.11,none, leaflets,leaflets,0.25,Noun,8,7,2,leaflet,none,none,10.37,1.00,none,8.11,none, leafs,leafs,0.06,Noun,5,4,1,leaf,none,none,4.60,1.00,none,4.67,4.86, leafy,leafy,0.47,Adjective,5,4,2,leafy,5.62,0.89,5.62,0.89,none,none,none, league,league,18.63,Noun,6,3,1,league,8.45,1.00,8.45,1.00,none,9.22,7.63, leaguer,leaguer,0.31,Noun,7,4,2,leaguer,12.43,0.78,12.43,0.78,none,none,none, leaguers,leaguers,0.10,Noun,8,5,2,leaguer,none,none,12.43,0.78,none,none,none, leagues,leagues,2.10,Noun,7,4,1,league,none,none,8.45,1.00,none,9.22,7.63, leak,leak,10.14,Noun,4,3,1,leak,5.47,1.00,5.47,1.00,none,6.77,6.28, leakage,leakage,0.55,Noun,7,5,2,leakage,9.58,1.00,9.58,1.00,none,none,none, leakages,leakages,0.04,Noun,8,7,3,leakage,none,none,9.58,1.00,none,none,none, leaked,leaked,1.55,Verb,6,4,1,leak,none,none,5.47,1.00,none,6.77,6.28, leaker,leaker,0.02,Noun,6,4,2,leaker,8.41,0.89,8.41,0.89,none,none,none, leaking,leaking,3.61,Verb,7,5,2,leak,none,none,5.47,1.00,none,6.77,6.28, leaks,leaks,2.20,Noun,5,4,1,leak,none,none,5.47,1.00,none,6.77,6.28, leaky,leaky,1.10,Adjective,5,4,2,leaky,5.78,1.00,5.78,1.00,none,none,none, lean,lean,10.37,Verb,4,3,1,lean,7.17,1.00,7.17,1.00,none,7.24,7.01, leaned,leaned,1.71,Verb,6,4,1,lean,none,none,7.17,1.00,none,7.24,7.01, leaner,leaner,0.10,Adjective,6,4,2,lean,none,none,7.17,1.00,none,7.24,7.01, leanest,leanest,0.06,Adjective,7,6,2,lean,none,none,7.17,1.00,none,7.24,7.01, leaning,leaning,4.25,Verb,7,5,2,leaning,6.48,1.00,6.48,1.00,10.80,none,none, leanings,leanings,0.16,Noun,8,6,2,leaning,none,none,6.48,1.00,10.80,none,none, leans,leans,1.08,Verb,5,4,1,lean,none,none,7.17,1.00,none,7.24,7.01, leant,leant,0.04,Verb,5,5,2,lean,none,none,7.17,1.00,none,7.24,7.01, leap,leap,6.67,Noun,4,3,1,leap,5.53,1.00,5.53,1.00,6.44,none,6.13, leaped,leaped,0.49,Verb,6,4,1,leap,none,none,5.53,1.00,6.44,none,6.13, leaper,leaper,0.08,Noun,6,4,2,leaper,10.38,0.89,10.38,0.89,none,none,none, leapers,leapers,0.02,Noun,7,5,2,leaper,none,none,10.38,0.89,none,none,none, leapfrog,leapfrog,0.35,Verb,8,7,2,leapfrog,5.41,0.94,5.41,0.94,none,none,none, leapfrogs,leapfrogs,0.02,Noun,9,8,2,leapfrog,none,none,5.41,0.94,none,none,none, leaping,leaping,1.57,Verb,7,5,2,leap,none,none,5.53,1.00,6.44,none,6.13, leaps,leaps,1.33,Verb,5,4,1,leap,none,none,5.53,1.00,6.44,none,6.13, leapt,leapt,0.88,Verb,5,4,1,leap,none,none,5.53,1.00,6.44,none,6.13, learn,learn,118.57,Verb,5,3,1,learn,4.44,1.00,4.44,1.00,5.24,none,4.80, learnable,learnable,0.02,Adjective,9,7,3,learnable,7.63,1.00,7.63,1.00,none,none,none, learned,learned,58.12,Verb,7,4,1,learn,none,none,4.44,1.00,5.24,none,4.80, learner,learner,1.20,Noun,7,4,2,learner,6.26,1.00,6.26,1.00,none,none,none, learners,learners,0.10,Noun,8,5,2,learner,none,none,6.26,1.00,none,none,none, learning,learning,20.31,Verb,8,5,2,learn,none,none,4.44,1.00,5.24,none,4.80, learns,learns,2.90,Verb,6,4,1,learn,none,none,4.44,1.00,5.24,none,4.80, learnt,learnt,3.18,Verb,6,4,1,learn,none,none,4.44,1.00,5.24,none,4.80, leary,leary,1.78,1.78,5,4,2,leary,10.80,0.95,10.80,0.95,none,none,none,12.53 lease,lease,6.27,Noun,5,3,1,lease,11.11,1.00,11.11,1.00,10.80,none,10.68, leased,leased,1.14,Verb,6,4,1,lease,none,none,11.11,1.00,10.80,none,10.68, leaseholder,leaseholder,0.06,Noun,11,8,3,leaseholder,15.89,1.00,15.89,1.00,none,none,none, leaseholders,leaseholders,0.04,Noun,12,9,3,leaseholder,none,none,15.89,1.00,none,none,none, leases,leases,0.65,Noun,6,5,2,lease,none,none,11.11,1.00,10.80,none,10.68, leash,leash,4.29,Noun,5,3,1,leash,5.79,1.00,5.79,1.00,none,none,5.99, leashes,leashes,0.29,Noun,7,5,2,leash,none,none,5.79,1.00,none,none,5.99, least,least,207.76,Adverb,5,4,1,little,none,none,3.95,1.00,4.36,none,none,4.54 leastways,leastways,0.25,Noun,9,7,2,leastways,14.00,0.70,14.00,0.70,none,none,none, leather,leather,13.59,Noun,7,4,2,leather,7.25,1.00,7.25,1.00,none,none,none,8.28 leatherette,leatherette,0.06,Noun,11,6,3,leatherette,15.00,0.58,15.00,0.58,none,none,none, leatherjacket,leatherjacket,0.06,Noun,13,9,4,leatherjacket,7.67,0.95,7.67,0.95,none,none,none, leatherneck,leatherneck,0.04,Verb,11,7,3,leatherneck,13.92,0.67,13.92,0.67,none,none,none, leathernecks,leathernecks,0.14,Noun,12,8,3,leatherneck,none,none,13.92,0.67,none,none,none, leathers,leathers,0.24,Noun,8,5,2,leather,none,none,7.25,1.00,none,none,none,8.28 leathery,leathery,0.18,Adjective,8,5,3,leathery,11.84,0.95,11.84,0.95,none,none,none, leave,leave,560.71,Verb,5,3,1,leave,5.58,1.00,5.58,1.00,none,none,5.66, leaver,leaver,0.14,Noun,6,4,2,leaver,8.93,0.74,8.93,0.74,none,none,none, leavers,leavers,0.04,Noun,7,5,2,leaver,none,none,8.93,0.74,none,none,none, leaves,leaves,45.41,Verb,6,4,1,leave,none,none,5.58,1.00,none,none,5.66, leaving,leaving,141.39,Verb,7,5,2,leave,none,none,5.58,1.00,none,none,5.66, leavings,leavings,0.20,Noun,8,6,2,leavings,9.75,0.80,9.75,0.80,none,none,none, lebensraum,lebensraum,0.08,Noun,10,9,3,lebensraum,16.00,0.26,16.00,0.26,none,none,none, lecher,lecher,0.10,Noun,6,4,2,lecher,11.29,0.78,11.29,0.78,none,none,none, lecherous,lecherous,0.41,Adjective,9,6,3,lecherous,14.69,0.80,14.69,0.80,none,none,none, lechers,lechers,0.04,Noun,7,5,2,lecher,none,none,11.29,0.78,none,none,none, lechery,lechery,0.08,Noun,7,5,3,lechery,15.12,0.84,15.12,0.84,none,none,none, lecithin,lecithin,0.06,Noun,8,7,3,lecithin,15.75,0.63,15.75,0.63,none,none,none, lectern,lectern,0.08,Noun,7,6,2,lectern,12.92,0.63,12.92,0.63,none,none,none, lection,lection,0.02,Noun,7,5,2,lection,13.00,0.35,13.00,0.35,none,none,none, lector,lector,0.06,Noun,6,5,2,lector,14.00,0.67,14.00,0.67,none,none,none, lecture,lecture,10.47,Noun,7,5,2,lecture,9.50,1.00,9.50,1.00,10.16,9.77,none,10.22 lectured,lectured,0.53,Verb,8,6,2,lecture,none,none,9.50,1.00,10.16,9.77,none,10.22 lecturer,lecturer,0.80,Noun,8,6,3,lecturer,8.69,0.89,8.69,0.89,10.53,none,none, lecturers,lecturers,0.06,Noun,9,7,3,lecturer,none,none,8.69,0.89,10.53,none,none, lectures,lectures,2.51,Noun,8,6,2,lecture,none,none,9.50,1.00,10.16,9.77,none,10.22 lectureship,lectureship,0.12,Noun,11,8,3,lectureship,13.75,0.67,13.75,0.67,none,none,none, lecturing,lecturing,1.41,Verb,9,7,3,lecture,none,none,9.50,1.00,10.16,9.77,none,10.22 led,led,24.02,Verb,3,3,1,lead,none,none,6.76,1.00,none,7.98,6.33, lederhosen,lederhosen,0.20,Noun,10,9,4,lederhosen,11.38,0.72,11.38,0.72,none,none,none, ledge,ledge,3.51,Noun,5,3,1,ledge,11.05,1.00,11.05,1.00,none,8.11,8.33, ledger,ledger,1.22,Noun,6,4,2,ledger,12.78,1.00,12.78,1.00,none,none,none,12.43 ledgers,ledgers,0.37,Noun,7,5,2,ledger,none,none,12.78,1.00,none,none,none,12.43 ledges,ledges,0.08,Noun,6,5,2,ledge,none,none,11.05,1.00,none,8.11,8.33, leech,leech,1.75,Noun,5,3,1,leech,7.84,1.00,7.84,1.00,none,none,9.39, leeched,leeched,0.08,Verb,7,4,1,leech,none,none,7.84,1.00,none,none,9.39, leeches,leeches,1.31,Noun,7,5,2,leech,none,none,7.84,1.00,none,none,9.39, leeching,leeching,0.16,Verb,8,5,2,leech,none,none,7.84,1.00,none,none,9.39, leek,leek,0.29,Noun,4,3,1,leek,11.00,0.89,11.00,0.89,none,7.77,9.53, leeks,leeks,0.06,Noun,5,4,1,leek,none,none,11.00,0.89,none,7.77,9.53, leer,leer,0.51,Name,4,3,2,leer,10.75,0.90,10.75,0.90,none,none,11.70, leered,leered,0.04,Verb,6,4,2,leer,none,none,10.75,0.90,none,none,11.70, leering,leering,0.49,Verb,7,5,3,leer,none,none,10.75,0.90,none,none,11.70, leers,leers,0.02,Noun,5,4,2,leer,none,none,10.75,0.90,none,none,11.70, leeway,leeway,0.55,Noun,6,4,2,leeway,11.17,1.00,11.17,1.00,none,none,none,11.29 left,left,484.45,Verb,4,4,1,left,5.57,1.00,5.57,1.00,5.24,none,4.99, lefties,lefties,0.25,Noun,7,6,2,lefty,none,none,7.42,1.00,none,none,none, leftist,leftist,0.18,Noun,7,7,2,leftist,13.22,0.95,13.22,0.95,none,none,none, leftists,leftists,0.04,Noun,8,8,2,leftist,none,none,13.22,0.95,none,none,none, leftover,leftover,1.20,Adjective,8,7,3,leftover,7.28,1.00,7.28,1.00,none,none,none, leftovers,leftovers,2.49,Noun,9,8,3,leftovers,5.62,1.00,5.62,1.00,none,none,none, lefts,lefts,0.73,Noun,5,5,1,left,none,none,5.57,1.00,5.24,none,4.99, lefty,lefty,3.10,Noun,5,5,2,lefty,7.42,1.00,7.42,1.00,none,none,none, leg,leg,56.51,Noun,3,3,1,leg,3.00,1.00,3.00,1.00,3.64,none,3.25, legacies,legacies,0.12,Noun,8,7,3,legacy,none,none,9.63,1.00,none,none,none, legacy,legacy,5.02,Noun,6,6,3,legacy,9.63,1.00,9.63,1.00,none,none,none, legal,legal,35.71,Adjective,5,5,2,legal,9.17,1.00,9.17,1.00,none,none,none,8.79 legalese,legalese,0.20,Noun,8,7,3,legalese,14.79,0.74,14.79,0.74,none,none,none, legalist,legalist,0.02,Noun,8,8,3,legalist,14.50,0.90,14.50,0.90,none,none,none, legalistic,legalistic,0.04,Adjective,10,10,4,legalistic,14.28,1.00,14.28,1.00,none,none,none, legalities,legalities,0.10,Noun,10,9,4,legality,none,none,11.50,1.00,none,11.22,none, legality,legality,0.22,Noun,8,8,4,legality,11.50,1.00,11.50,1.00,none,11.22,none, legalization,legalisation,0.02,Noun,12,11,5,legalization,12.11,1.00,12.11,1.00,none,none,none, legalize,legalise,0.22,Verb,8,7,3,legalize,11.67,1.00,11.67,1.00,none,none,none, legate,legate,0.27,Noun,6,5,2,legate,15.00,0.58,15.00,0.58,none,none,none, legatee,legatee,0.02,Noun,7,6,3,legatee,14.00,0.44,14.00,0.44,none,none,none, legation,legation,0.73,Noun,8,7,3,legation,15.42,0.63,15.42,0.63,none,none,none, legations,legations,0.02,Noun,9,8,3,legation,none,none,15.42,0.63,none,none,none, legend,legend,17.16,Noun,6,6,2,legend,8.42,1.00,8.42,1.00,none,8.22,none,8.28 legendary,legendary,4.02,Adjective,9,9,4,legendary,9.89,1.00,9.89,1.00,none,none,none, legends,legends,3.57,Noun,7,7,2,legend,none,none,8.42,1.00,none,8.22,none,8.28 legerdemain,legerdemain,0.06,Noun,11,9,4,legerdemain,16.00,0.39,16.00,0.39,none,none,none, legged,legged,0.14,Adjective,6,5,2,legged,6.89,1.00,6.89,1.00,none,none,none, leggings,leggings,0.25,Noun,8,6,2,leggings,10.00,1.00,10.00,1.00,none,none,none, leggy,leggy,0.20,Adjective,5,4,2,leggy,11.28,1.00,11.28,1.00,none,none,none, leghorn,leghorn,0.06,Noun,7,7,2,leghorn,11.17,0.63,11.17,0.63,none,12.23,none, leghorns,leghorns,0.02,Noun,8,8,2,leghorn,none,none,11.17,0.63,none,12.23,none, legible,legible,0.22,Adjective,7,7,3,legible,10.00,0.94,10.00,0.94,none,none,none, legion,legion,2.47,Noun,6,5,2,legion,11.15,1.00,11.15,1.00,none,11.94,none,10.32 legionary,legionary,0.02,Adjective,9,8,4,legionary,12.87,0.83,12.87,0.83,none,none,none, legionnaire,legionnaire,0.08,Noun,11,7,3,legionnaire,14.56,0.84,14.56,0.84,none,none,none, legionnaires,legionnaires,0.06,Noun,12,8,3,legionnaire,none,none,14.56,0.84,none,none,none, legions,legions,0.71,Noun,7,6,2,legion,none,none,11.15,1.00,none,11.94,none,10.32 legislate,legislate,0.31,Verb,9,8,3,legislate,11.16,1.00,11.16,1.00,none,none,none, legislates,legislates,0.02,Verb,10,9,3,legislate,none,none,11.16,1.00,none,none,none, legislating,legislating,0.06,Verb,11,10,4,legislate,none,none,11.16,1.00,none,none,none, legislation,legislation,1.02,Noun,11,10,4,legislation,10.94,0.89,10.94,0.89,none,none,none, legislative,legislative,0.27,Adjective,11,10,4,legislative,11.21,1.00,11.21,1.00,none,none,none, legislator,legislator,0.16,Noun,10,9,4,legislator,11.58,1.00,11.58,1.00,none,none,none, legislators,legislators,0.24,Noun,11,10,4,legislator,none,none,11.58,1.00,none,none,none, legislature,legislature,0.78,Noun,11,9,4,legislature,11.50,1.00,11.50,1.00,none,none,none, legislatures,legislatures,0.02,Noun,12,10,4,legislature,none,none,11.50,1.00,none,none,none, legit,legit,2.67,Noun,5,5,2,legit,11.35,1.00,11.35,1.00,none,none,none, legitimacy,legitimacy,0.51,Noun,10,10,5,legitimacy,12.53,1.00,12.53,1.00,none,none,none, legitimate,legitimate,7.53,Adjective,10,9,4,legitimate,11.68,1.00,11.68,1.00,none,none,none, legitimates,legitimates,0.02,Verb,11,10,4,legitimate,none,none,11.68,1.00,none,none,none, legitimize,legitimise,0.10,Verb,10,9,4,legitimize,13.00,0.89,13.00,0.89,none,none,none, legitimized,legitimised,0.06,Verb,11,10,4,legitimize,none,none,13.00,0.89,none,none,none, legitimizes,legitimises,0.06,Verb,11,11,5,legitimize,none,none,13.00,0.89,none,none,none, legless,legless,0.12,Adjective,7,6,2,legless,8.37,1.00,8.37,1.00,none,none,none, legman,legman,0.04,Noun,6,6,2,legman,13.33,0.67,13.33,0.67,none,none,none, legroom,legroom,0.10,Noun,7,6,2,legroom,8.81,0.89,8.81,0.89,none,none,none, legs,legs,55.59,Noun,4,4,1,leg,none,none,3.00,1.00,3.64,none,3.25, legwarmer,legwarmer,0.02,Noun,9,8,3,legwarmer,10.68,0.95,10.68,0.95,none,none,none, legwarmers,legwarmers,0.02,Noun,10,9,3,legwarmer,none,none,10.68,0.95,none,none,none, legwork,legwork,0.67,Noun,7,6,2,legwork,11.20,1.00,11.20,1.00,none,none,none, leisure,leisure,2.53,Noun,7,4,2,leisure,9.84,1.00,9.84,1.00,none,9.11,none,10.22 leisurely,leisurely,0.57,Adjective,9,6,3,leisurely,10.39,1.00,10.39,1.00,none,none,none, leisurewear,leisurewear,0.02,Verb,11,7,4,leisurewear,13.83,1.00,13.83,1.00,none,none,none, leitmotif,leitmotif,0.04,Noun,9,8,3,leitmotif,15.90,0.50,15.90,0.50,none,none,none, lemma,lemma,0.02,Noun,5,4,2,lemma,15.50,0.11,15.50,0.11,none,none,none, lemming,lemming,0.12,Noun,7,5,2,lemming,12.65,0.94,12.65,0.94,none,none,none, lemmings,lemmings,0.24,Noun,8,6,2,lemming,none,none,12.65,0.94,none,none,none, lemon,lemon,12.02,Noun,5,5,2,lemon,4.74,1.00,4.74,1.00,none,5.71,none,5.20 lemonade,lemonade,5.51,Noun,8,7,3,lemonade,5.06,1.00,5.06,1.00,none,none,none, lemonades,lemonades,0.22,Noun,9,8,3,lemonade,none,none,5.06,1.00,none,none,none, lemongrass,lemongrass,0.04,Noun,10,9,3,lemongrass,10.21,0.95,10.21,0.95,none,none,none, lemons,lemons,1.65,Noun,6,6,2,lemon,none,none,4.74,1.00,none,5.71,none,5.20 lemony,lemony,0.12,Adjective,6,6,3,lemony,9.64,0.70,9.64,0.70,none,none,none, lemur,lemur,0.18,Noun,5,4,2,lemur,11.56,0.95,11.56,0.95,none,none,none, lemurs,lemurs,0.04,Noun,6,5,2,lemur,none,none,11.56,0.95,none,none,none, lend,lend,11.67,Verb,4,4,1,lend,8.45,1.00,8.45,1.00,none,6.86,7.84, lender,lender,0.16,Noun,6,5,2,lender,9.50,1.00,9.50,1.00,none,none,none, lenders,lenders,0.06,Noun,7,6,2,lender,none,none,9.50,1.00,none,none,none, lending,lending,1.88,Verb,7,6,2,lend,none,none,8.45,1.00,none,6.86,7.84, lends,lends,0.47,Verb,5,5,1,lend,none,none,8.45,1.00,none,6.86,7.84, length,length,7.02,Noun,6,5,1,length,6.05,1.00,6.05,1.00,none,6.50,7.42, lengthen,lengthen,0.24,Verb,8,6,2,lengthen,7.84,0.95,7.84,0.95,7.96,none,none, lengthened,lengthened,0.18,Verb,10,7,2,lengthen,none,none,7.84,0.95,7.96,none,none, lengthens,lengthens,0.06,Verb,9,7,2,lengthen,none,none,7.84,0.95,7.96,none,none, lengths,lengths,2.25,Noun,7,6,1,length,none,none,6.05,1.00,none,6.50,7.42, lengthy,lengthy,0.73,Adjective,7,5,2,lengthy,9.11,1.00,9.11,1.00,none,none,none, lenience,lenience,0.04,Noun,8,7,3,lenience,10.94,0.89,10.94,0.89,none,none,none, leniency,leniency,0.43,Noun,8,8,3,leniency,12.22,1.00,12.22,1.00,none,none,none, lenient,lenient,0.90,Adjective,7,7,3,lenient,11.67,0.90,11.67,0.90,none,none,none, lenity,lenity,Err:512,Err:512,6,6,3,lenity,14.00,0.10,14.00,0.10,none,none,none, lens,lens,4.67,Noun,4,4,1,lens,9.53,1.00,9.53,1.00,none,9.39,7.50, lenses,lenses,2.27,Noun,6,6,2,lens,none,none,9.53,1.00,none,9.39,7.50, lent,lent,3.73,Verb,4,4,1,lend,none,none,8.45,1.00,none,6.86,7.84, lentil,lentil,0.22,Noun,6,6,2,lentil,13.06,0.84,13.06,0.84,none,none,none, lentils,lentils,0.22,Noun,7,7,2,lentil,none,none,13.06,0.84,none,none,none, leopard,leopard,5.41,Noun,7,5,2,leopard,6.84,1.00,6.84,1.00,7.74,6.58,none,5.74 leopards,leopards,0.78,Noun,8,6,2,leopard,none,none,6.84,1.00,7.74,6.58,none,5.74 leper,leper,1.24,Noun,5,4,2,leper,11.88,0.89,11.88,0.89,none,none,none,10.13 lepers,lepers,0.90,Noun,6,5,2,leper,none,none,11.88,0.89,none,none,none,10.13 lepidopterist,lepidopterist,0.02,Noun,13,13,5,lepidopterist,14.55,0.58,14.55,0.58,none,none,none, leprechaun,leprechaun,1.55,Noun,10,8,3,leprechaun,6.60,0.95,6.60,0.95,none,none,none, leprechauns,leprechauns,0.73,Noun,11,9,3,leprechaun,none,none,6.60,0.95,none,none,none, leprosy,leprosy,0.73,Noun,7,7,3,leprosy,11.68,1.00,11.68,1.00,none,none,none, leprous,leprous,0.06,Adjective,7,6,2,leprous,13.57,0.78,13.57,0.78,none,none,none, lepton,lepton,0.02,Noun,6,6,2,lepton,13.10,0.53,13.10,0.53,none,none,none, leptons,leptons,0.02,Noun,7,7,2,lepton,none,none,13.10,0.53,none,none,none, lesbian,lesbian,9.51,Noun,7,7,3,lesbian,13.05,1.00,13.05,1.00,none,none,none, lesbianism,lesbianism,0.18,Noun,10,10,4,lesbianism,14.44,1.00,14.44,1.00,none,none,none, lesbians,lesbians,2.71,Noun,8,8,3,lesbian,none,none,13.05,1.00,none,none,none, lesion,lesion,0.59,Noun,6,5,2,lesion,12.82,0.94,12.82,0.94,none,none,none,10.80 lesions,lesions,1.04,Noun,7,6,2,lesion,none,none,12.82,0.94,none,none,none,10.80 less,less,111.10,Adverb,4,3,1,little,none,none,3.95,1.00,4.36,none,none,4.54 lessee,lessee,0.08,Noun,6,4,2,lessee,14.71,0.77,14.71,0.77,none,none,none, lessees,lessees,0.02,Noun,7,5,2,lessee,none,none,14.71,0.77,none,none,none, lessen,lessen,0.59,Verb,6,5,2,lessen,8.88,0.94,8.88,0.94,none,none,none, lessened,lessened,0.14,Verb,8,6,2,lessen,none,none,8.88,0.94,none,none,none, lessening,lessening,0.08,Noun,9,7,3,lessening,10.12,0.84,10.12,0.84,none,none,none, lessens,lessens,0.10,Verb,7,6,2,lessen,none,none,8.88,0.94,none,none,none, lesser,lesser,2.69,Adjective,6,4,2,little,none,none,3.95,1.00,4.36,none,none,4.54 lesson,lesson,32.24,Noun,6,5,2,lesson,7.80,1.00,7.80,1.00,none,5.56,none,6.33 lessons,lessons,15.14,Noun,7,6,2,lesson,none,none,7.80,1.00,none,5.56,none,6.33 lest,lest,1.96,Conjunction,4,4,1,lest,10.46,0.86,10.46,0.86,none,12.43,11.63, let,let,2419.24,Verb,3,3,1,let,4.53,1.00,4.53,1.00,7.82,none,4.16, letch,letch,0.20,Noun,5,3,1,letch,12.82,0.61,12.82,0.61,none,none,none, letdown,letdown,0.33,Noun,7,6,2,letdown,10.28,1.00,10.28,1.00,none,none,none, letdowns,letdowns,0.02,Noun,8,7,2,letdown,none,none,10.28,1.00,none,none,none, lethal,lethal,5.67,Adjective,6,5,2,lethal,10.16,1.00,10.16,1.00,none,none,none,10.60 lethality,lethality,0.06,Noun,9,8,4,lethality,11.06,0.95,11.06,0.95,none,none,none, lethargic,lethargic,0.31,Adjective,9,8,3,lethargic,12.11,0.95,12.11,0.95,none,none,none, lethargy,lethargy,0.12,Noun,8,6,3,lethargy,13.06,1.00,13.06,1.00,none,none,none, lets,lets,18.00,Verb,4,4,1,let,none,none,4.53,1.00,7.82,none,4.16, letter,letter,82.61,Noun,6,4,2,letter,4.74,1.00,4.74,1.00,none,5.26,none,6.00 letterbox,letterbox,0.04,Noun,9,8,3,letterbox,9.83,0.95,9.83,0.95,none,none,none, lettered,lettered,0.14,Verb,8,5,2,letter,none,none,4.74,1.00,none,5.26,none,6.00 letterhead,letterhead,0.41,Noun,10,7,3,letterhead,12.17,1.00,12.17,1.00,none,none,none, letterheads,letterheads,0.02,Noun,11,8,3,letterhead,none,none,12.17,1.00,none,none,none, lettering,lettering,0.45,Noun,9,6,3,lettering,8.52,1.00,8.52,1.00,none,none,none, letters,letters,37.45,Noun,7,5,2,letter,none,none,4.74,1.00,none,5.26,none,6.00 letting,letting,39.12,Verb,7,5,2,let,none,none,4.53,1.00,7.82,none,4.16, lettuce,lettuce,3.39,Noun,7,5,2,lettuce,4.28,1.00,4.28,1.00,none,5.64,none,5.20 lettuces,lettuces,0.02,Noun,8,8,3,lettuce,none,none,4.28,1.00,none,5.64,none,5.20 letup,letup,0.02,Noun,5,5,2,letup,10.05,0.95,10.05,0.95,none,none,none, leucotomy,leucotomy,0.02,Noun,9,8,4,leucotomy,18.57,0.39,18.57,0.39,none,none,none, leukemia,leukaemia,1.90,Noun,8,7,4,leukemia,10.82,1.00,10.82,1.00,none,none,none, levee,levee,0.51,Noun,5,4,2,levee,13.43,0.95,13.43,0.95,none,none,none, levees,levees,0.12,Noun,6,5,2,levee,none,none,13.43,0.95,none,none,none, level,level,51.63,Noun,5,5,2,level,6.00,1.00,6.00,1.00,none,none,none,6.75 leveled,levelled,0.65,Verb,7,6,2,level,none,none,6.00,1.00,none,none,none,6.75 leveler,leveller,0.08,Noun,7,6,3,leveler,12.33,0.83,12.33,0.83,none,none,none, levelers,levellers,0.02,Noun,8,7,3,leveler,none,none,12.33,0.83,none,none,none, levelheaded,level-headed,0.12,Adjective,11,10,4,levelheaded,11.50,1.00,11.50,1.00,none,none,none, levelheadedness,levelheadedness,0.02,Noun,15,13,5,levelheadedness,11.95,1.00,11.95,1.00,none,none,none, leveling,levelling,0.43,Verb,8,7,3,level,none,none,6.00,1.00,none,none,none,6.75 levels,levels,10.33,Noun,6,6,2,level,none,none,6.00,1.00,none,none,none,6.75 lever,lever,3.20,Noun,5,4,2,lever,7.89,1.00,7.89,1.00,none,none,none,8.79 leverage,leverage,2.73,Noun,8,6,3,leverage,11.67,1.00,11.67,1.00,none,none,none, leveraged,leveraged,0.24,Adjective,9,7,3,leveraged,13.00,1.00,13.00,1.00,none,none,none, leveret,leveret,0.04,Noun,7,7,3,leveret,15.17,0.33,15.17,0.33,none,none,none, levers,levers,0.37,Noun,6,5,2,lever,none,none,7.89,1.00,none,none,none,8.79 leviathan,leviathan,0.57,Noun,9,8,4,leviathan,15.15,0.68,15.15,0.68,none,none,none, leviathans,leviathans,0.04,Noun,10,9,4,leviathan,none,none,15.15,0.68,none,none,none, levitate,levitate,0.41,Verb,8,7,3,levitate,11.06,0.94,11.06,0.94,none,none,none, levitated,levitated,0.10,Verb,9,9,4,levitate,none,none,11.06,0.94,none,none,none, levitating,levitating,0.12,Verb,10,9,4,levitate,none,none,11.06,0.94,none,none,none, levitation,levitation,0.18,Noun,10,9,4,levitation,11.33,1.00,11.33,1.00,none,none,none, levity,levity,0.37,Noun,6,6,3,levity,14.78,0.95,14.78,0.95,none,12.34,none, lewd,lewd,1.27,Adjective,4,3,1,lewd,12.19,0.89,12.19,0.89,none,none,12.15, lewdness,lewdness,0.20,Noun,8,6,2,lewdness,12.17,1.00,12.17,1.00,none,none,none, lexicography,lexicography,Err:512,Err:512,12,12,5,lexicography,16.50,0.50,16.50,0.50,none,none,none, lexicon,lexicon,0.12,Noun,7,8,3,lexicon,15.93,0.74,15.93,0.74,none,none,none, lexis,lexis,0.12,Noun,5,6,2,lexis,13.75,0.63,13.75,0.63,none,none,none, liabilities,liabilities,0.31,Noun,11,10,5,liability,none,none,12.90,1.00,none,none,none, liability,liability,3.10,Noun,9,9,5,liability,12.90,1.00,12.90,1.00,none,none,none, liable,liable,7.24,Adjective,6,6,3,liable,11.11,1.00,11.11,1.00,none,none,none, liaise,liaise,0.18,Verb,6,5,3,liaise,14.92,0.72,14.92,0.72,none,none,none, liaison,liaison,2.73,Noun,7,6,3,liaison,14.75,0.89,14.75,0.89,none,none,none, liaisons,liaisons,0.24,Noun,8,7,3,liaison,none,none,14.75,0.89,none,none,none, liar,liar,35.14,Noun,4,3,2,liar,4.89,1.00,4.89,1.00,none,6.24,none,5.43 liars,liars,3.61,Noun,5,4,2,liar,none,none,4.89,1.00,none,6.24,none,5.43 libation,libation,0.14,Noun,8,7,3,libation,14.50,0.67,14.50,0.67,none,none,none, libations,libations,0.12,Noun,9,9,4,libation,none,none,14.50,0.67,none,none,none, libel,libel,1.10,Noun,5,5,2,libel,14.12,0.84,14.12,0.84,none,none,none,12.75 liberal,liberal,3.98,Adjective,7,6,3,liberal,11.17,1.00,11.17,1.00,11.53,none,none, liberalism,liberalism,0.10,Noun,10,10,5,liberalism,14.78,1.00,14.78,1.00,none,none,none, liberalization,liberalisation,0.08,Noun,14,13,6,liberalization,14.70,1.00,14.70,1.00,none,none,none, liberals,liberals,0.65,Noun,8,7,3,liberal,none,none,11.17,1.00,11.53,none,none, liberate,liberate,1.16,Verb,8,6,3,liberate,11.75,1.00,11.75,1.00,none,none,none, liberated,liberated,1.84,Verb,9,8,4,liberate,none,none,11.75,1.00,none,none,none, liberates,liberates,0.14,Verb,9,7,3,liberate,none,none,11.75,1.00,none,none,none, liberating,liberating,0.96,Adjective,10,8,4,liberating,12.84,1.00,12.84,1.00,none,none,none, liberation,liberation,2.31,Noun,10,8,4,liberation,13.45,0.95,13.45,0.95,none,none,none, liberator,liberator,0.37,Noun,9,8,4,liberator,11.53,1.00,11.53,1.00,none,none,none, liberators,liberators,0.20,Noun,10,9,4,liberator,none,none,11.53,1.00,none,none,none, libertarian,libertarian,0.08,Noun,11,10,5,libertarian,14.19,0.89,14.19,0.89,none,none,none, libertarianism,libertarianism,0.02,Noun,14,14,7,libertarianism,16.73,0.83,16.73,0.83,none,none,none, libertarians,libertarians,0.02,Noun,12,11,5,libertarian,none,none,14.19,0.89,none,none,none, liberties,liberties,1.55,Noun,9,7,3,liberty,none,none,8.83,1.00,none,10.39,none, libertine,libertine,0.18,Noun,9,7,3,libertine,15.94,0.80,15.94,0.80,none,none,none, libertines,libertines,0.08,Noun,10,8,3,libertine,none,none,15.94,0.80,none,none,none, liberty,liberty,16.65,Noun,7,6,3,liberty,8.83,1.00,8.83,1.00,none,10.39,none, libidinal,libidinal,0.02,Adjective,9,9,4,libidinal,16.27,0.58,16.27,0.58,none,none,none, libidinous,libidinous,0.08,Adjective,10,9,4,libidinous,15.71,0.70,15.71,0.70,none,none,none, libido,libido,1.12,Noun,6,6,3,libido,15.59,0.94,15.59,0.94,none,none,none, libidos,libidos,0.20,Noun,7,7,3,libido,none,none,15.59,0.94,none,none,none, librarian,librarian,2.88,Noun,9,9,4,librarian,6.14,1.00,6.14,1.00,8.23,none,none, librarians,librarians,0.12,Noun,10,10,4,librarian,none,none,6.14,1.00,8.23,none,none, libraries,libraries,0.69,Noun,9,8,3,library,none,none,4.95,1.00,none,none,none, library,library,22.94,Noun,7,7,3,library,4.95,1.00,4.95,1.00,none,none,none, libration,libration,0.02,Noun,9,8,3,libration,13.15,0.72,13.15,0.72,none,none,none, libretto,libretto,0.18,Noun,8,7,3,libretto,13.33,0.29,13.33,0.29,none,none,none, lice,lice,2.14,Noun,4,3,1,louse,none,none,10.26,0.95,none,none,11.48, licence,license,4.92,4.92,7,6,2,licence,9.37,1.00,9.37,1.00,none,none,none,9.05 license,licence,32.06,Noun,7,6,2,license,8.70,1.00,8.70,1.00,none,none,none,9.85 licensee,licensee,0.02,Noun,8,7,3,licensee,12.89,1.00,12.89,1.00,none,none,none, licenses,licences,0.94,Noun,8,8,3,license,none,none,8.70,1.00,none,none,none,9.85 licensing,licencing,0.22,Noun,9,8,3,licensing,11.79,1.00,11.79,1.00,none,none,none, licensure,licensure,0.02,Noun,9,7,3,licensure,13.73,0.83,13.73,0.83,none,none,none, licentiate,licentiate,Err:512,Err:512,10,9,4,licentiate,17.00,0.05,17.00,0.05,none,none,none, licentious,licentious,0.04,Adjective,10,8,3,licentious,17.00,0.74,17.00,0.74,none,none,none, licentiousness,licentiousness,0.12,Noun,14,12,5,licentiousness,17.85,0.65,17.85,0.65,none,none,none, lichen,lichen,0.08,Noun,6,5,2,lichen,11.67,0.79,11.67,0.79,none,none,none, licit,licit,Err:512,Err:512,5,5,2,licit,15.50,0.42,15.50,0.42,none,none,none, lick,lick,10.96,Verb,4,3,1,lick,4.30,1.00,4.30,1.00,none,none,5.06, licked,licked,3.82,Verb,6,4,1,lick,none,none,4.30,1.00,none,none,5.06, licker,licker,0.10,Noun,6,4,2,licker,6.16,0.95,6.16,0.95,none,none,none, lickers,lickers,0.04,Noun,7,5,2,licker,none,none,6.16,0.95,none,none,none, licking,licking,3.43,Verb,7,5,2,lick,none,none,4.30,1.00,none,none,5.06, licks,licks,1.06,Verb,5,4,1,lick,none,none,4.30,1.00,none,none,5.06, lickspittle,lickspittle,0.16,Verb,11,9,3,lickspittle,11.71,0.35,11.71,0.35,none,none,none, licorice,liquorice,0.86,Noun,8,6,3,licorice,5.79,1.00,5.79,1.00,none,none,none, lid,lid,4.92,Noun,3,3,1,lid,5.95,1.00,5.95,1.00,none,none,5.26, lidless,lidless,0.04,Adjective,7,6,2,lidless,10.06,0.84,10.06,0.84,none,none,none, lido,lido,0.65,Noun,4,4,2,lido,15.25,0.38,15.25,0.38,none,none,none, lids,lids,0.61,Noun,4,4,1,lid,none,none,5.95,1.00,none,none,5.26, lie,lie,120.25,Verb,3,2,1,lie,3.75,1.00,3.75,1.00,5.33,5.15,4.73, lied,lied,43.80,Verb,4,3,1,lie,none,none,3.75,1.00,5.33,5.15,4.73, liege,liege,1.12,Noun,5,3,1,liege,14.64,0.78,14.64,0.78,none,none,none, lies,lies,36.92,Noun,4,3,1,lie,none,none,3.75,1.00,5.33,5.15,4.73, lieu,lieu,1.12,Preposition,4,2,1,lieu,11.65,0.95,11.65,0.95,none,none,12.97, lieutenancy,lieutenancy,0.02,Noun,11,9,4,lieutenancy,13.57,0.74,13.57,0.74,none,none,none, lieutenant,lieutenant,104.04,Noun,10,8,3,lieutenant,9.50,1.00,9.50,1.00,none,9.13,none, lieutenants,lieutenants,1.10,Noun,11,9,3,lieutenant,none,none,9.50,1.00,none,9.13,none, life,life,796.65,Noun,4,3,1,life,5.89,1.00,5.89,1.00,6.14,none,4.99, lifebelt,lifebelt,0.02,Noun,8,7,2,lifebelt,11.75,0.57,11.75,0.57,none,none,none, lifebelts,lifebelts,0.04,Noun,9,8,2,lifebelt,none,none,11.75,0.57,none,none,none, lifeblood,lifeblood,0.25,Noun,9,7,2,lifeblood,13.47,0.95,13.47,0.95,none,none,none, lifeboat,lifeboat,1.39,Noun,8,6,2,lifeboat,7.72,0.95,7.72,0.95,none,none,none, lifeboats,lifeboats,0.61,Noun,9,7,2,lifeboat,none,none,7.72,0.95,none,none,none, lifebuoy,lifebuoy,0.06,Noun,8,5,2,lifebuoy,10.12,0.89,10.12,0.89,none,none,none, lifeguard,lifeguard,1.67,Noun,9,7,2,lifeguard,5.63,1.00,5.63,1.00,none,none,none, lifeguards,lifeguards,0.39,Noun,10,8,2,lifeguard,none,none,5.63,1.00,none,none,none, lifeless,lifeless,1.25,Adjective,8,6,2,lifeless,9.22,1.00,9.22,1.00,none,none,none, lifelessness,lifelessness,0.02,Noun,12,9,3,lifelessness,10.16,0.95,10.16,0.95,none,none,none, lifelike,lifelike,0.61,Adjective,8,6,2,lifelike,8.65,1.00,8.65,1.00,none,none,none, lifeline,lifeline,0.86,Noun,8,6,2,lifeline,8.80,1.00,8.80,1.00,none,none,none, lifelines,lifelines,0.22,Noun,9,7,2,lifeline,none,none,8.80,1.00,none,none,none, lifelong,lifelong,1.51,Adjective,8,6,2,lifelong,8.80,1.00,8.80,1.00,none,none,none, lifer,lifer,0.57,Noun,5,4,2,lifer,12.93,0.83,12.93,0.83,none,none,none, lifers,lifers,0.20,Noun,6,5,2,lifer,none,none,12.93,0.83,none,none,none, lifesaver,lifesaver,1.22,Noun,9,7,3,lifesaver,7.30,1.00,7.30,1.00,none,none,none, lifesavers,lifesavers,0.16,Noun,10,8,3,lifesaver,none,none,7.30,1.00,none,none,none, lifesaving,lifesaving,0.37,Adjective,10,8,3,lifesaving,9.06,1.00,9.06,1.00,none,none,none, lifespan,lifespan,0.35,Noun,8,7,2,lifespan,11.71,1.00,11.71,1.00,none,none,none, lifestyle,lifestyle,4.94,Noun,9,7,2,lifestyle,10.68,1.00,10.68,1.00,none,none,none, lifestyles,lifestyles,0.61,Noun,10,8,2,lifestyle,none,none,10.68,1.00,none,none,none, lifetime,lifetime,18.22,Noun,8,6,2,lifetime,9.00,1.00,9.00,1.00,none,none,none, lifetimes,lifetimes,0.98,Noun,9,7,2,lifetime,none,none,9.00,1.00,none,none,none, lifevest,life vest,Err:512,Err:512,8,7,2,lifevest,7.93,1.00,7.93,1.00,none,none,none, lift,lift,34.14,Verb,4,4,1,lift,4.74,1.00,4.74,1.00,5.19,6.30,5.53, lifted,lifted,7.06,Verb,6,6,2,lift,none,none,4.74,1.00,5.19,6.30,5.53, lifter,lifter,0.24,Noun,6,5,2,lifter,10.59,0.94,10.59,0.94,none,none,none, lifters,lifters,0.20,Noun,7,6,2,lifter,none,none,10.59,0.94,none,none,none, lifting,lifting,4.33,Verb,7,6,2,lift,none,none,4.74,1.00,5.19,6.30,5.53, liftoff,liftoff,0.65,Noun,7,6,2,liftoff,7.76,0.94,7.76,0.94,none,none,none, lifts,lifts,2.37,Verb,5,5,1,lift,none,none,4.74,1.00,5.19,6.30,5.53, ligament,ligament,0.49,Noun,8,8,3,ligament,11.05,1.00,11.05,1.00,none,none,none, ligaments,ligaments,0.39,Noun,9,9,3,ligament,none,none,11.05,1.00,none,none,none, ligation,ligation,0.10,Noun,8,7,3,ligation,13.76,0.85,13.76,0.85,none,none,none, ligature,ligature,0.73,Noun,8,8,3,ligature,15.53,0.79,15.53,0.79,none,none,none, ligatures,ligatures,0.06,Noun,9,9,3,ligature,none,none,15.53,0.79,none,none,none, light,light,165.20,Noun,5,3,1,light,4.05,1.00,4.05,1.00,5.48,none,4.67, lightbulb,light bulb,0.47,Noun,9,7,2,lightbulb,5.89,1.00,5.89,1.00,none,none,none, lighted,lighted,1.10,Verb,7,5,2,light,none,none,4.05,1.00,5.48,none,4.67, lighten,lighten,5.90,Verb,7,5,2,lighten,7.95,1.00,7.95,1.00,none,none,none, lightened,lightened,0.12,Verb,9,6,2,lighten,none,none,7.95,1.00,none,none,none, lightener,lightener,0.02,Noun,9,6,3,lightener,9.33,0.95,9.33,0.95,none,none,none, lightens,lightens,0.14,Verb,8,6,2,lighten,none,none,7.95,1.00,none,none,none, lighter,lighter,8.96,Noun,7,4,2,lighter,7.12,0.95,7.12,0.95,none,none,none, lighters,lighters,0.27,Noun,8,5,2,lighter,none,none,7.12,0.95,none,none,none, lightest,lightest,0.22,Adjective,8,6,2,light,none,none,4.05,1.00,5.48,none,4.67, lightheaded,lightheaded,0.55,Verb,11,8,3,lightheaded,11.33,1.00,11.33,1.00,none,none,none, lightheadedness,light-headedness,0.02,Noun,15,11,4,lightheadedness,10.11,1.00,10.11,1.00,none,none,none, lighthearted,light-hearted,0.22,Adjective,12,9,3,lighthearted,11.80,1.00,11.80,1.00,none,none,none, lightheartedness,light-heartedness,0.02,Noun,16,12,4,lightheartedness,10.44,0.95,10.44,0.95,none,none,none, lighthouse,lighthouse,3.08,Noun,10,6,2,lighthouse,6.11,1.00,6.11,1.00,none,none,none, lighthouses,lighthouses,0.25,Noun,11,8,3,lighthouse,none,none,6.11,1.00,none,none,none, lighting,lighting,6.33,Noun,8,5,2,lighting,7.48,1.00,7.48,1.00,none,none,none, lightings,lightings,0.02,Noun,9,6,2,lighting,none,none,7.48,1.00,none,none,none, lightness,lightness,0.39,Noun,9,6,2,lightness,9.00,1.00,9.00,1.00,none,none,none, lightning,lightning,14.14,Noun,9,6,2,lightning,4.76,1.00,4.76,1.00,none,6.67,none, lights,lights,56.41,Noun,6,4,1,light,none,none,4.05,1.00,5.48,none,4.67, lightsome,lightsome,0.02,Adjective,9,6,2,lightsome,13.00,0.70,13.00,0.70,none,none,none, lightswitch,lightswitch,Err:512,Err:512,11,7,2,lightswitch,5.94,1.00,5.94,1.00,none,none,none, lightweight,lightweight,1.16,Noun,11,6,2,lightweight,7.95,1.00,7.95,1.00,none,none,none, lightweights,lightweights,0.04,Noun,12,7,2,lightweight,none,none,7.95,1.00,none,none,none, lignite,lignite,0.02,Noun,7,6,2,lignite,14.50,0.42,14.50,0.42,none,none,none, likability,likability,0.04,Noun,10,10,5,likability,12.00,1.00,12.00,1.00,none,none,none, likable,likable,0.84,Adjective,7,7,3,likable,7.00,1.00,7.00,1.00,none,none,none, like,like,3998.96,Preposition,4,3,1,like,3.69,1.00,3.69,1.00,4.77,none,4.12, likeability,likeability,0.06,Noun,11,10,5,likeability,10.50,1.00,10.50,1.00,none,none,none, likeable,likeable,0.47,Adjective,8,7,3,likable,none,none,7.00,1.00,none,none,none, liked,liked,78.76,Verb,5,4,1,like,none,none,3.69,1.00,4.77,none,4.12, likelier,likelier,0.02,Adjective,8,6,3,likely,none,none,6.33,1.00,6.81,none,none, likeliest,likeliest,0.06,Adjective,9,8,3,likely,none,none,6.33,1.00,6.81,none,none, likelihood,likelihood,1.14,Noun,10,8,3,likelihood,10.89,1.00,10.89,1.00,none,none,none, likely,likely,25.76,Adjective,6,5,2,likely,6.33,1.00,6.33,1.00,6.81,none,none, liken,liken,0.06,Verb,5,5,2,liken,11.59,0.94,11.59,0.94,none,none,none, likened,likened,0.18,Verb,7,6,2,liken,none,none,11.59,0.94,none,none,none, likeness,likeness,1.92,Noun,8,6,2,likeness,8.84,1.00,8.84,1.00,none,none,none, likenesses,likenesses,0.02,Noun,10,8,3,likeness,none,none,8.84,1.00,none,none,none, likes,likes,76.25,Verb,5,4,1,like,none,none,3.69,1.00,4.77,none,4.12, liking,liking,6.27,Verb,6,5,2,like,none,none,3.69,1.00,4.77,none,4.12, lilac,lilac,0.76,Adjective,5,5,2,lilac,8.89,0.90,8.89,0.90,7.74,none,none,8.04 lilacs,lilacs,0.45,Noun,6,6,2,lilac,none,none,8.89,0.90,7.74,none,none,8.04 lilies,lilies,1.90,Noun,6,5,2,lily,none,none,6.67,1.00,none,6.41,none,7.41 lilly,lilly,4.67,4.67,5,4,2,lilly,7.44,1.00,7.44,1.00,none,none,none,6.89 lilt,lilt,0.24,Noun,4,4,1,lilt,12.50,0.56,12.50,0.56,none,none,12.52, lilting,lilting,0.14,Verb,7,6,2,lilt,none,none,12.50,0.56,none,none,12.52, lilts,lilts,0.02,Verb,5,5,1,lilt,none,none,12.50,0.56,none,none,12.52, lily,lily,26.86,Name,4,4,2,lily,6.67,1.00,6.67,1.00,none,6.41,none,7.41 limb,limb,4.67,Noun,4,3,1,limb,7.16,1.00,7.16,1.00,none,8.85,6.74, limber,limber,0.82,Adjective,6,5,2,limber,9.67,1.00,9.67,1.00,none,none,none,9.05 limbering,limbering,0.08,Verb,9,7,3,limber,none,none,9.67,1.00,none,none,none,9.05 limbic,limbic,0.18,Adjective,6,5,2,limbic,16.27,0.79,16.27,0.79,none,none,none, limbless,limbless,0.02,Adjective,8,6,2,limbless,10.38,1.00,10.38,1.00,none,none,none, limbo,limbo,2.37,Noun,5,5,2,limbo,9.21,1.00,9.21,1.00,none,none,none,7.49 limbs,limbs,2.59,Noun,5,4,1,limb,none,none,7.16,1.00,none,8.85,6.74, limburger,limburger,0.06,Noun,9,6,3,limburger,11.45,0.58,11.45,0.58,none,none,none, lime,lime,3.29,Noun,4,3,1,lime,6.61,1.00,6.61,1.00,none,7.56,5.68, limeade,limeade,0.10,Noun,7,5,2,limeade,9.35,0.95,9.35,0.95,none,none,none, limekiln,limekiln,Err:512,Err:512,8,8,3,limekiln,14.83,0.29,14.83,0.29,none,none,none, limelight,limelight,0.75,Noun,9,6,2,limelight,11.89,1.00,11.89,1.00,none,none,none, limes,limes,0.55,Noun,5,4,1,lime,none,none,6.61,1.00,none,7.56,5.68, limestone,limestone,0.53,Noun,9,7,2,limestone,12.00,1.00,12.00,1.00,none,none,none, limey,limey,0.75,Noun,5,4,2,limey,10.94,0.81,10.94,0.81,none,none,none, limeys,limeys,0.33,Noun,6,5,2,limey,none,none,10.94,0.81,none,none,none, limit,limit,13.02,Noun,5,5,2,limit,6.30,1.00,6.30,1.00,none,7.52,none,7.88 limitation,limitation,0.29,Noun,10,9,4,limitation,9.22,1.00,9.22,1.00,none,none,none, limitations,limitations,2.06,Noun,11,10,4,limitation,none,none,9.22,1.00,none,none,none, limited,limited,11.00,Adjective,7,7,3,limited,7.38,1.00,7.38,1.00,9.41,none,none, limiting,limiting,0.73,Verb,8,7,3,limit,none,none,6.30,1.00,none,7.52,none,7.88 limitless,limitless,0.71,Adjective,9,8,3,limitless,9.53,1.00,9.53,1.00,none,none,none, limitlessness,limitlessness,0.02,Noun,13,11,4,limitlessness,12.10,0.95,12.10,0.95,none,none,none, limits,limits,7.20,Noun,6,6,2,limit,none,none,6.30,1.00,none,7.52,none,7.88 limo,limo,8.47,Noun,4,4,2,limo,8.42,1.00,8.42,1.00,none,none,none, limos,limos,0.71,Noun,5,5,2,limo,none,none,8.42,1.00,none,none,none, limousine,limousine,2.82,Noun,9,7,3,limousine,8.17,1.00,8.17,1.00,none,none,none, limousines,limousines,0.39,Noun,10,8,3,limousine,none,none,8.17,1.00,none,none,none, limp,limp,3.67,Noun,4,4,1,limp,7.16,1.00,7.16,1.00,none,7.96,7.49, limped,limped,0.14,Verb,6,5,1,limp,none,none,7.16,1.00,none,7.96,7.49, limpest,limpest,0.02,Adjective,7,7,2,limp,none,none,7.16,1.00,none,7.96,7.49, limpet,limpet,0.90,Noun,6,6,2,limpet,14.11,0.50,14.11,0.50,none,none,none, limpid,limpid,0.08,Adjective,6,6,2,limpid,14.70,0.50,14.70,0.50,none,none,none, limping,limping,1.14,Verb,7,6,2,limp,none,none,7.16,1.00,none,7.96,7.49, limps,limps,0.08,Noun,5,5,1,limp,none,none,7.16,1.00,none,7.96,7.49, limy,limy,Err:512,Err:512,4,4,2,limy,14.00,0.29,14.00,0.29,none,none,none, linchpin,linchpin,0.18,Noun,8,7,2,linchpin,14.64,0.58,14.64,0.58,none,none,none, line,line,206.18,Noun,4,3,1,line,4.85,1.00,4.85,1.00,none,5.62,5.34, lineage,lineage,0.84,Noun,7,6,3,lineage,11.59,0.94,11.59,0.94,none,none,none, linear,linear,0.55,Adjective,6,5,3,linear,11.22,1.00,11.22,1.00,none,none,none, linebacker,linebacker,0.59,Noun,10,7,3,linebacker,9.32,1.00,9.32,1.00,none,none,none, linebackers,linebackers,0.25,Noun,11,8,3,linebacker,none,none,9.32,1.00,none,none,none, lined,lined,6.47,Verb,5,4,1,line,none,none,4.85,1.00,none,5.62,5.34, lineman,lineman,0.20,Noun,7,6,2,lineman,11.44,0.89,11.44,0.89,none,none,none, linemen,linemen,0.16,Noun,7,6,2,lineman,none,none,11.44,0.89,none,none,none, linen,linen,2.92,Noun,5,5,2,linen,7.68,1.00,7.68,1.00,none,7.71,none,9.67 linens,linens,1.04,Noun,6,6,2,linen,none,none,7.68,1.00,none,7.71,none,9.67 liner,liner,1.22,Noun,5,4,2,liner,7.42,1.00,7.42,1.00,none,none,none, liners,liners,0.31,Noun,6,5,2,liner,none,none,7.42,1.00,none,none,none, lines,lines,38.43,Noun,5,4,1,line,none,none,4.85,1.00,none,5.62,5.34, linesman,linesman,0.02,Noun,8,7,2,linesman,12.11,1.00,12.11,1.00,none,none,none, linesmen,linesmen,0.06,Noun,8,7,2,linesman,none,none,12.11,1.00,none,none,none, lineup,line-up,2.82,Noun,6,5,2,lineup,8.42,1.00,8.42,1.00,none,none,none, lineups,line-ups,0.22,Noun,7,6,2,lineup,none,none,8.42,1.00,none,none,none, ling,ling,15.39,Noun,4,3,1,ling,13.00,0.47,13.00,0.47,none,none,none, linger,linger,1.45,Verb,6,5,2,linger,10.56,1.00,10.56,1.00,8.84,none,none,10.80 lingered,lingered,0.33,Verb,8,6,2,linger,none,none,10.56,1.00,8.84,none,none,10.80 lingerie,lingerie,2.82,Noun,8,6,3,lingerie,13.44,1.00,13.44,1.00,none,none,none, lingering,lingering,0.88,Adjective,9,7,3,lingering,11.56,0.95,11.56,0.95,none,none,none, lingers,lingers,0.39,Verb,7,6,2,linger,none,none,10.56,1.00,8.84,none,none,10.80 lingo,lingo,1.16,Noun,5,5,2,lingo,10.89,1.00,10.89,1.00,none,none,none,10.22 lings,lings,0.02,Noun,5,4,1,ling,none,none,13.00,0.47,none,none,none, lingua,lingua,0.06,Noun,6,6,2,lingua,14.92,0.67,14.92,0.67,none,none,none, lingual,lingual,0.08,Adjective,7,7,2,lingual,12.59,0.89,12.59,0.89,none,none,none, linguine,linguine,0.25,Noun,8,8,3,linguine,12.22,0.90,12.22,0.90,none,none,none, linguini,linguini,0.43,Noun,8,8,3,linguini,14.00,0.95,14.00,0.95,none,none,none, linguist,linguist,0.53,Noun,8,8,2,linguist,13.82,0.94,13.82,0.94,none,none,none,12.85 linguistic,linguistic,0.35,Adjective,10,10,3,linguistic,15.00,1.00,15.00,1.00,none,none,none, linguistics,linguistics,0.49,Noun,11,11,3,linguistics,14.24,0.94,14.24,0.94,none,none,none, linguists,linguists,0.08,Noun,9,9,2,linguist,none,none,13.82,0.94,none,none,none,12.85 liniment,liniment,0.39,Noun,8,8,3,liniment,11.91,0.55,11.91,0.55,none,none,none, lining,lining,4.53,Noun,6,5,2,lining,9.30,1.00,9.30,1.00,none,none,none,8.79 linings,linings,0.22,Noun,7,6,2,lining,none,none,9.30,1.00,none,none,none,8.79 link,link,11.94,Noun,4,4,1,link,9.94,1.00,9.94,1.00,8.37,none,8.00, linkage,linkage,0.29,Noun,7,6,2,linkage,11.26,0.90,11.26,0.90,none,none,none, linkages,linkages,0.08,Noun,8,8,3,linkage,none,none,11.26,0.90,none,none,none, linked,linked,4.29,Verb,6,5,1,link,none,none,9.94,1.00,8.37,none,8.00, linker,linker,0.04,Noun,6,5,2,linker,11.50,0.74,11.50,0.74,none,none,none, linking,linking,1.31,Verb,7,6,2,link,none,none,9.94,1.00,8.37,none,8.00, links,links,2.76,Noun,5,5,1,link,none,none,9.94,1.00,8.37,none,8.00, linkup,linkup,0.20,Noun,6,6,2,linkup,11.75,0.84,11.75,0.84,none,none,none, linkups,linkups,0.06,Noun,7,7,2,linkup,none,none,11.75,0.84,none,none,none, linnet,linnet,0.04,Noun,6,5,2,linnet,15.25,0.44,15.25,0.44,none,none,none, linnets,linnets,0.02,Noun,7,6,2,linnet,none,none,15.25,0.44,none,none,none, linoleum,linoleum,0.53,Noun,8,8,4,linoleum,10.50,1.00,10.50,1.00,none,none,none, linotype,linotype,0.04,Noun,8,7,3,linotype,13.75,0.67,13.75,0.67,none,none,none, linseed,linseed,0.20,Noun,7,6,2,linseed,15.06,0.85,15.06,0.85,none,none,none, lint,lint,1.33,Noun,4,4,1,lint,7.47,1.00,7.47,1.00,none,none,8.33, linty,linty,0.04,Noun,5,5,2,linty,8.31,0.62,8.31,0.62,none,none,none, lion,lion,15.35,Noun,4,4,2,lion,4.42,1.00,4.42,1.00,none,5.03,none,4.43 lioness,lioness,0.33,Noun,7,6,3,lioness,7.41,0.94,7.41,0.94,none,none,none, lionesses,lionesses,0.04,Noun,9,8,4,lioness,none,none,7.41,0.94,none,none,none, lionfish,lionfish,0.12,Noun,8,7,3,lionfish,10.94,0.90,10.94,0.90,none,none,none, lionhearted,lionhearted,0.08,Verb,11,10,4,lionhearted,10.80,0.79,10.80,0.79,none,none,none, lionization,lionisation,Err:512,Err:512,11,10,5,lionization,17.22,0.47,17.22,0.47,none,none,none, lionize,lionise,0.02,Verb,7,6,3,lionize,13.90,0.56,13.90,0.56,none,none,none, lions,lions,6.33,Noun,5,5,2,lion,none,none,4.42,1.00,none,5.03,none,4.43 lip,lip,10.75,Noun,3,3,1,lip,3.79,1.00,3.79,1.00,none,none,4.02, lipase,lipase,0.02,Noun,6,5,2,lipase,15.29,0.37,15.29,0.37,none,none,none, lipid,lipid,0.06,Adjective,5,5,2,lipid,14.22,1.00,14.22,1.00,none,none,none, lipids,lipids,0.04,Noun,6,6,2,lipid,none,none,14.22,1.00,none,none,none, lipless,lipless,0.02,Adjective,7,6,2,lipless,10.39,0.95,10.39,0.95,none,none,none, liposuction,liposuction,0.78,Noun,11,10,4,liposuction,12.20,1.00,12.20,1.00,none,none,none, lipped,lipped,0.08,Verb,6,4,1,lip,none,none,3.79,1.00,none,none,4.02, lippy,lippy,0.06,Adjective,5,4,2,lippy,10.06,0.80,10.06,0.80,none,none,none, lipreading,lipreading,0.02,Verb,10,8,3,lipreading,8.95,1.00,8.95,1.00,none,none,none, lips,lips,31.18,Noun,4,4,1,lip,none,none,3.79,1.00,none,none,4.02, lipstick,lipstick,8.80,Noun,8,7,2,lipstick,5.42,1.00,5.42,1.00,none,none,none, lipsticks,lipsticks,0.18,Noun,9,8,2,lipstick,none,none,5.42,1.00,none,none,none, liquefaction,liquefaction,0.06,Noun,12,11,4,liquefaction,15.27,0.61,15.27,0.61,none,none,none, liquefied,liquefied,0.12,Verb,9,8,3,liquefy,none,none,12.06,1.00,none,none,none, liquefies,liquefies,0.08,Verb,9,8,3,liquefy,none,none,12.06,1.00,none,none,none, liquefy,liquefy,0.20,Verb,7,7,3,liquefy,12.06,1.00,12.06,1.00,none,none,none, liquescence,liquescence,0.02,Noun,11,8,3,liquescence,13.91,0.55,13.91,0.55,none,none,none, liqueur,liqueur,0.55,Noun,7,4,2,liqueur,12.40,0.95,12.40,0.95,none,none,none,12.96 liqueurs,liqueurs,0.04,Noun,8,5,2,liqueur,none,none,12.40,0.95,none,none,none,12.96 liquid,liquid,7.75,Adjective,6,6,2,liquid,5.83,1.00,5.83,1.00,6.73,6.15,none,6.00 liquidate,liquidate,0.76,Verb,9,8,3,liquidate,14.42,1.00,14.42,1.00,none,none,none, liquidated,liquidated,0.35,Verb,10,10,4,liquidate,none,none,14.42,1.00,none,none,none, liquidates,liquidates,0.04,Verb,10,9,3,liquidate,none,none,14.42,1.00,none,none,none, liquidating,liquidating,0.14,Verb,11,10,4,liquidate,none,none,14.42,1.00,none,none,none, liquidation,liquidation,0.14,Noun,11,10,4,liquidation,10.69,0.89,10.69,0.89,none,none,none, liquidator,liquidator,0.06,Noun,10,9,4,liquidator,13.63,0.95,13.63,0.95,none,none,none, liquidators,liquidators,0.02,Noun,11,10,4,liquidator,none,none,13.63,0.95,none,none,none, liquidity,liquidity,0.06,Noun,9,9,4,liquidity,13.76,0.89,13.76,0.89,none,none,none, liquidness,liquidness,0.02,Noun,10,9,3,liquidness,12.15,0.72,12.15,0.72,none,none,none, liquids,liquids,0.88,Noun,7,7,2,liquid,none,none,5.83,1.00,6.73,6.15,none,6.00 liquor,liquor,17.29,Noun,6,4,2,liquor,8.40,1.00,8.40,1.00,none,9.96,none,11.59 liquored,liquored,0.37,Verb,8,5,2,liquor,none,none,8.40,1.00,none,9.96,none,11.59 liquorish,liquorish,0.02,Adjective,9,6,3,liquorish,7.00,0.72,7.00,0.72,none,none,none, liquors,liquors,0.31,Noun,7,5,2,liquor,none,none,8.40,1.00,none,9.96,none,11.59 lira,lira,0.63,Noun,4,4,2,lira,13.27,0.83,13.27,0.83,none,none,none, liras,liras,0.02,Noun,5,5,2,lira,none,none,13.27,0.83,none,none,none, lire,lire,0.41,Noun,4,4,2,lira,none,none,13.27,0.83,none,none,none, lisp,lisp,0.41,Noun,4,4,1,lisp,10.44,1.00,10.44,1.00,none,9.60,9.74, lisps,lisps,0.02,Verb,5,5,1,lisp,none,none,10.44,1.00,none,9.60,9.74, lissome,lissom,0.02,Adjective,7,6,2,lissome,13.75,0.63,13.75,0.63,none,none,none, list,list,80.59,Noun,4,4,1,list,5.58,1.00,5.58,1.00,none,5.96,5.73, listed,listed,5.57,Verb,6,6,2,list,none,none,5.58,1.00,none,5.96,5.73, listen,listen,544.78,Verb,6,5,2,listen,5.40,1.00,5.40,1.00,5.02,none,none,4.59 listened,listened,14.65,Verb,8,6,2,listen,none,none,5.40,1.00,5.02,none,none,4.59 listener,listener,1.41,Noun,8,6,3,listener,5.79,1.00,5.79,1.00,none,none,none, listeners,listeners,1.75,Noun,9,7,3,listener,none,none,5.79,1.00,none,none,none, listening,listening,62.84,Verb,9,7,3,listen,none,none,5.40,1.00,5.02,none,none,4.59 listens,listens,5.47,Verb,7,6,2,listen,none,none,5.40,1.00,5.02,none,none,4.59 listing,listing,1.88,Noun,7,6,2,listing,8.58,1.00,8.58,1.00,none,none,none, listings,listings,0.51,Noun,8,7,2,listing,none,none,8.58,1.00,none,none,none, listless,listless,0.18,Adjective,8,7,2,listless,12.11,1.00,12.11,1.00,none,none,none, listlessness,listlessness,0.04,Noun,12,10,3,listlessness,12.88,0.89,12.88,0.89,none,none,none, lists,lists,3.88,Noun,5,5,1,list,none,none,5.58,1.00,none,5.96,5.73, lit,lit,9.73,Verb,3,3,1,light,none,none,4.05,1.00,5.48,none,4.67, litany,litany,0.12,Noun,6,6,3,litany,12.91,0.55,12.91,0.55,none,none,none, liter,litre,1.75,Noun,5,4,2,liter,9.86,1.00,9.86,1.00,none,none,none,7.96 literacy,literacy,0.49,Noun,8,7,4,literacy,11.44,1.00,11.44,1.00,none,none,none, literal,literal,1.35,Adjective,7,6,3,literal,10.11,1.00,10.11,1.00,none,none,none, literalistic,literalistic,Err:512,Err:512,12,12,5,literalistic,14.38,0.72,14.38,0.72,none,none,none, literally,literally,14.49,Adverb,9,7,4,literally,9.50,1.00,9.50,1.00,none,none,none, literary,literary,2.55,Adjective,8,7,4,literary,11.10,1.00,11.10,1.00,none,none,none, literate,literate,0.33,Adjective,8,6,3,literate,9.63,1.00,9.63,1.00,none,none,none, literati,literati,0.06,Noun,8,7,4,literati,14.86,0.39,14.86,0.39,none,none,none, literature,literature,6.39,Noun,10,7,4,literature,9.90,1.00,9.90,1.00,none,9.75,none, literatures,literatures,0.04,Noun,11,10,4,literature,none,none,9.90,1.00,none,9.75,none, liters,litres,2.75,Noun,6,5,2,liter,none,none,9.86,1.00,none,none,none,7.96 lithe,lithe,0.04,Adjective,5,3,1,lithe,11.00,0.63,11.00,0.63,none,none,13.14, lithium,lithium,1.18,Noun,7,6,3,lithium,13.90,0.95,13.90,0.95,none,none,none, lithograph,lithograph,0.06,Noun,10,8,3,lithograph,15.12,0.89,15.12,0.89,none,none,none, lithographic,lithographic,0.02,Adjective,12,10,4,lithographic,15.40,0.83,15.40,0.83,none,none,none, lithographs,lithographs,0.14,Noun,11,9,3,lithograph,none,none,15.12,0.89,none,none,none, lithography,lithography,0.08,Noun,11,9,4,lithography,14.47,1.00,14.47,1.00,none,none,none, lithosphere,lithosphere,0.04,Noun,11,7,3,lithosphere,14.25,0.67,14.25,0.67,none,none,none, litigant,litigant,0.06,Noun,8,8,3,litigant,14.71,0.74,14.71,0.74,none,none,none, litigants,litigants,0.10,Noun,9,9,3,litigant,none,none,14.71,0.74,none,none,none, litigate,litigate,0.08,Verb,8,7,3,litigate,13.78,0.90,13.78,0.90,none,none,none, litigating,litigating,0.06,Verb,10,9,4,litigate,none,none,13.78,0.90,none,none,none, litigation,litigation,1.45,Noun,10,9,4,litigation,13.37,1.00,13.37,1.00,none,none,none, litigations,litigations,0.06,Noun,11,10,4,litigation,none,none,13.37,1.00,none,none,none, litigator,litigator,0.57,Noun,9,8,4,litigator,15.37,1.00,15.37,1.00,none,none,none, litigators,litigators,0.08,Noun,10,9,4,litigator,none,none,15.37,1.00,none,none,none, litigious,litigious,0.25,Adjective,9,7,3,litigious,15.82,0.89,15.82,0.89,none,none,none, litmus,litmus,0.25,Noun,6,6,2,litmus,13.88,0.85,13.88,0.85,none,none,none, litter,litter,3.92,Noun,6,4,2,litter,7.61,1.00,7.61,1.00,none,6.05,none,7.11 litterbug,litterbug,0.06,Noun,9,7,3,litterbug,6.53,1.00,6.53,1.00,none,none,none, litterbugs,litterbugs,0.02,Noun,10,8,3,litterbug,none,none,6.53,1.00,none,none,none, littered,littered,0.47,Verb,8,5,2,litter,none,none,7.61,1.00,none,6.05,none,7.11 littering,littering,0.61,Verb,9,6,3,litter,none,none,7.61,1.00,none,6.05,none,7.11 litters,litters,0.12,Noun,7,5,2,litter,none,none,7.61,1.00,none,6.05,none,7.11 little,little,1446.39,Adjective,6,5,2,little,3.95,1.00,3.95,1.00,4.36,none,none,4.54 littleness,littleness,0.08,Noun,10,8,3,littleness,6.39,0.95,6.39,0.95,none,none,none, littler,littler,0.31,Adjective,7,6,3,little,none,none,3.95,1.00,4.36,none,none,4.54 littlest,littlest,0.61,Adjective,8,8,3,little,none,none,3.95,1.00,4.36,none,none,4.54 liturgy,liturgy,0.02,Noun,7,6,3,liturgy,12.27,0.55,12.27,0.55,none,none,none, livable,liveable,0.27,Adjective,7,7,3,livable,8.25,1.00,8.25,1.00,none,none,none, live,live,344.59,Verb,4,3,1,live,6.10,1.00,6.10,1.00,5.51,none,5.39, liveable,liveable,0.06,0.06,8,7,3,liveable,11.60,1.00,11.60,1.00,none,none,none, lived,lived,66.04,Verb,5,4,1,live,none,none,6.10,1.00,5.51,none,5.39, livelier,livelier,0.14,Adjective,8,6,3,lively,none,none,8.60,1.00,none,none,none, liveliest,liveliest,0.04,Adjective,9,8,3,lively,none,none,8.60,1.00,none,none,none, livelihood,livelihood,1.49,Noun,10,8,3,livelihood,10.89,1.00,10.89,1.00,none,none,none, livelihoods,livelihoods,0.08,Noun,11,9,3,livelihood,none,none,10.89,1.00,none,none,none, livelong,livelong,0.25,Noun,8,6,2,livelong,9.00,0.84,9.00,0.84,none,none,none, lively,lively,4.06,Adjective,6,5,2,lively,8.60,1.00,8.60,1.00,none,none,none, liven,liven,0.90,Verb,5,5,2,liven,11.29,0.89,11.29,0.89,none,none,none, livened,livened,0.06,Verb,7,6,2,liven,none,none,11.29,0.89,none,none,none, livening,livening,0.08,Verb,8,7,3,liven,none,none,11.29,0.89,none,none,none, livens,livens,0.06,Verb,6,6,2,liven,none,none,11.29,0.89,none,none,none, liver,liver,14.29,Noun,5,4,2,liver,8.56,1.00,8.56,1.00,none,7.09,none,8.45 liveries,liveries,0.04,Noun,8,6,2,livery,none,none,13.00,0.79,none,none,none, liverish,liverish,0.04,Verb,8,6,3,liverish,14.00,0.68,14.00,0.68,none,none,none, livers,livers,0.55,Noun,6,5,2,liver,none,none,8.56,1.00,none,7.09,none,8.45 livery,livery,1.27,Noun,6,5,3,livery,13.00,0.79,13.00,0.79,none,none,none, lives,lives,139.69,Noun,5,4,1,life,none,none,5.89,1.00,6.14,none,4.99, livestock,livestock,2.00,Noun,9,7,2,livestock,7.89,1.00,7.89,1.00,none,none,none, livid,livid,0.43,Adjective,5,5,2,livid,12.00,1.00,12.00,1.00,none,none,none, living,living,156.53,Verb,6,5,2,live,none,none,6.10,1.00,5.51,none,5.39, lizard,lizard,4.84,Noun,6,5,2,lizard,5.42,1.00,5.42,1.00,7.74,none,none,5.31 lizards,lizards,1.27,Noun,7,6,2,lizard,none,none,5.42,1.00,7.74,none,none,5.31 llama,llama,1.41,Noun,5,4,2,llama,8.61,0.95,8.61,0.95,9.45,none,none,7.34 llamas,llamas,0.20,Noun,6,5,2,llama,none,none,8.61,0.95,9.45,none,none,7.34 load,load,29.22,Noun,4,3,1,load,7.78,1.00,7.78,1.00,none,8.26,7.15, loaded,loaded,18.59,Verb,6,5,2,load,none,none,7.78,1.00,none,8.26,7.15, loader,loader,0.45,Noun,6,4,2,loader,9.83,0.95,9.83,0.95,none,none,none, loaders,loaders,0.08,Noun,7,5,2,loader,none,none,9.83,0.95,none,none,none, loads,loads,3.59,Noun,5,4,1,load,none,none,7.78,1.00,none,8.26,7.15, loaf,loaf,4.47,Noun,4,3,1,loaf,6.84,1.00,6.84,1.00,none,6.01,6.40, loafer,loafer,0.39,Noun,6,4,2,loafer,11.94,1.00,11.94,1.00,none,none,none, loafers,loafers,0.98,Noun,7,5,2,loafer,none,none,11.94,1.00,none,none,none, loafing,loafing,0.47,Verb,7,5,2,loaf,none,none,6.84,1.00,none,6.01,6.40, loafs,loafs,0.04,Verb,5,4,1,loaf,none,none,6.84,1.00,none,6.01,6.40, loam,loam,0.06,Noun,4,3,1,loam,11.17,0.60,11.17,0.60,none,none,none, loan,loan,19.86,Noun,4,3,1,loan,9.57,1.00,9.57,1.00,9.45,8.56,8.61, loaned,loaned,2.18,Verb,6,4,1,loan,none,none,9.57,1.00,9.45,8.56,8.61, loaner,loaner,0.31,Noun,6,4,2,loaner,11.63,1.00,11.63,1.00,none,none,none, loaners,loaners,0.02,Noun,7,5,2,loaner,none,none,11.63,1.00,none,none,none, loaning,loaning,0.37,Verb,7,5,2,loan,none,none,9.57,1.00,9.45,8.56,8.61, loans,loans,2.76,Noun,5,4,1,loan,none,none,9.57,1.00,9.45,8.56,8.61, loath,loath,0.10,Adjective,5,3,1,loath,10.28,1.00,10.28,1.00,none,none,10.61, loathe,loathe,2.08,Verb,6,3,1,loathe,11.12,0.89,11.12,0.89,none,none,11.32, loathed,loathed,0.39,Verb,7,4,1,loathe,none,none,11.12,0.89,none,none,11.32, loathes,loathes,0.20,Verb,7,4,1,loathe,none,none,11.12,0.89,none,none,11.32, loathing,loathing,0.49,Noun,8,5,2,loathing,13.21,1.00,13.21,1.00,none,none,none, loathsome,loathsome,1.04,Adjective,9,6,2,loathsome,12.70,1.00,12.70,1.00,none,none,none, loathsomeness,loathsomeness,0.02,Noun,13,9,3,loathsomeness,12.29,0.85,12.29,0.85,none,none,none, loaves,loaves,0.55,Noun,6,4,1,loaf,none,none,6.84,1.00,none,6.01,6.40, lob,lob,0.27,Verb,3,3,1,lob,11.08,0.63,11.08,0.63,none,none,11.25, lobar,lobar,0.02,Noun,5,4,2,lobar,17.14,0.37,17.14,0.37,none,none,none, lobbed,lobbed,0.12,Verb,6,4,1,lob,none,none,11.08,0.63,none,none,11.25, lobbied,lobbied,0.14,Verb,7,5,2,lobby,none,none,7.71,1.00,none,8.09,none,7.80 lobbies,lobbies,0.24,Noun,7,5,2,lobby,none,none,7.71,1.00,none,8.09,none,7.80 lobbing,lobbing,0.10,Verb,7,5,2,lob,none,none,11.08,0.63,none,none,11.25, lobby,lobby,12.69,Noun,5,4,2,lobby,7.71,1.00,7.71,1.00,none,8.09,none,7.80 lobbying,lobbying,0.33,Verb,8,6,3,lobby,none,none,7.71,1.00,none,8.09,none,7.80 lobbyist,lobbyist,0.43,Noun,8,7,3,lobbyist,13.28,1.00,13.28,1.00,none,none,none, lobbyists,lobbyists,0.29,Noun,9,8,3,lobbyist,none,none,13.28,1.00,none,none,none, lobe,lobe,1.86,Noun,4,3,1,lobe,10.17,1.00,10.17,1.00,none,none,8.89, lobes,lobes,0.61,Noun,5,4,1,lobe,none,none,10.17,1.00,none,none,8.89, lobotomies,lobotomies,0.08,Noun,10,9,4,lobotomy,none,none,14.00,0.94,none,none,none, lobotomize,lobotomize,0.04,Verb,10,9,4,lobotomize,14.79,0.90,14.79,0.90,none,none,none, lobotomizes,lobotomizes,0.02,Verb,11,11,5,lobotomize,none,none,14.79,0.90,none,none,none, lobotomy,lobotomy,1.08,Noun,8,8,4,lobotomy,14.00,0.94,14.00,0.94,none,none,none, lobs,lobs,0.04,Verb,4,4,1,lob,none,none,11.08,0.63,none,none,11.25, lobscouse,lobscouse,0.02,Verb,9,7,2,lobscouse,14.00,0.32,14.00,0.32,none,none,none, lobster,lobster,7.33,Noun,7,6,2,lobster,7.44,1.00,7.44,1.00,none,none,none,6.26 lobsters,lobsters,2.14,Noun,8,7,2,lobster,none,none,7.44,1.00,none,none,none,6.26 local,local,41.73,Adjective,5,5,2,local,8.79,1.00,8.79,1.00,8.77,none,none,7.80 locale,locale,0.31,Noun,6,5,2,locale,11.06,0.94,11.06,0.94,none,none,none, locales,locales,0.06,Noun,7,6,2,locale,none,none,11.06,0.94,none,none,none, localities,localities,0.04,Noun,10,9,4,locality,none,none,11.78,1.00,none,none,none, locality,locality,0.12,Noun,8,8,4,locality,11.78,1.00,11.78,1.00,none,none,none, localization,localization,0.02,Noun,12,11,5,localization,14.05,1.00,14.05,1.00,none,none,none, localize,localise,0.02,Verb,8,7,3,localize,11.50,0.95,11.50,0.95,none,none,none, localized,localised,0.39,Adjective,9,8,3,localized,10.25,1.00,10.25,1.00,none,none,none, localizer,localizer,0.16,Noun,9,8,4,localizer,12.73,0.79,12.73,0.79,none,none,none, locals,locals,3.63,Noun,6,6,2,locals,8.45,1.00,8.45,1.00,none,none,none, locate,locate,10.27,Verb,6,5,2,locate,7.95,1.00,7.95,1.00,none,8.98,none,7.26 located,located,9.18,Verb,7,7,3,locate,none,none,7.95,1.00,none,8.98,none,7.26 locater,locater,0.04,Noun,7,6,3,locater,10.55,0.95,10.55,0.95,none,none,none, locaters,locaters,0.04,Noun,8,7,3,locater,none,none,10.55,0.95,none,none,none, locates,locates,0.14,Verb,7,6,2,locate,none,none,7.95,1.00,none,8.98,none,7.26 locating,locating,1.41,Verb,8,7,3,locate,none,none,7.95,1.00,none,8.98,none,7.26 location,location,24.76,Noun,8,7,3,location,6.86,1.00,6.86,1.00,10.53,none,none, locations,locations,3.51,Noun,9,8,3,location,none,none,6.86,1.00,10.53,none,none, locator,locator,0.94,Noun,7,6,3,locator,9.05,1.00,9.05,1.00,none,none,none, locators,locators,0.10,Noun,8,7,3,locator,none,none,9.05,1.00,none,none,none, loch,loch,1.73,Noun,4,3,1,loch,12.83,0.95,12.83,0.95,none,none,none, loci,loci,0.04,Noun,4,4,2,locus,none,none,12.65,0.89,none,none,none, lock,lock,56.57,Verb,4,3,1,lock,5.74,1.00,5.74,1.00,none,6.62,5.79, lockbox,lockbox,0.31,Noun,7,7,2,lockbox,8.94,0.95,8.94,0.95,none,none,none, lockboxes,lockboxes,0.06,Noun,9,9,3,lockbox,none,none,8.94,0.95,none,none,none, locked,locked,52.35,Verb,6,4,1,lock,none,none,5.74,1.00,none,6.62,5.79, locker,locker,15.98,Noun,6,4,2,locker,8.22,1.00,8.22,1.00,none,none,none,7.11 lockers,lockers,1.45,Noun,7,5,2,locker,none,none,8.22,1.00,none,none,none,7.11 locket,locket,1.71,Noun,6,5,2,locket,8.35,1.00,8.35,1.00,none,none,none,6.97 lockets,lockets,0.04,Noun,7,6,2,locket,none,none,8.35,1.00,none,none,none,6.97 locking,locking,4.16,Verb,7,5,2,lock,none,none,5.74,1.00,none,6.62,5.79, lockjaw,lockjaw,0.27,Noun,7,5,2,lockjaw,11.65,0.94,11.65,0.94,none,none,none, locknut,locknut,0.06,Noun,7,6,2,locknut,11.58,0.63,11.58,0.63,none,none,none, lockout,lockout,0.31,Noun,7,5,2,lockout,12.00,1.00,12.00,1.00,none,none,none, lockouts,lockouts,0.02,Noun,8,6,2,lockout,none,none,12.00,1.00,none,none,none, locks,locks,6.69,Noun,5,4,1,lock,none,none,5.74,1.00,none,6.62,5.79, locksmith,locksmith,1.02,Noun,9,7,2,locksmith,9.58,0.95,9.58,0.95,none,none,none, locksmiths,locksmiths,0.12,Noun,10,8,2,locksmith,none,none,9.58,0.95,none,none,none, lockup,lockup,1.35,Noun,6,5,2,lockup,8.84,1.00,8.84,1.00,none,none,none, lockups,lockups,0.04,Noun,7,6,2,lockup,none,none,8.84,1.00,none,none,none, loco,loco,1.98,Noun,4,4,2,loco,10.40,1.00,10.40,1.00,none,none,none, locomotion,locomotion,0.16,Noun,10,9,4,locomotion,8.95,1.00,8.95,1.00,none,none,none, locomotive,locomotive,0.80,Noun,10,9,4,locomotive,6.55,1.00,6.55,1.00,none,none,none, locomotives,locomotives,0.10,Noun,11,10,4,locomotive,none,none,6.55,1.00,none,none,none, locos,locos,0.20,Noun,5,5,2,loco,none,none,10.40,1.00,none,none,none, locoweed,locoweed,0.04,Verb,8,6,3,locoweed,16.29,0.37,16.29,0.37,none,none,none, locum,locum,0.14,Noun,5,5,2,locum,14.20,0.50,14.20,0.50,none,none,none, locus,locus,0.33,Noun,5,5,2,locus,12.65,0.89,12.65,0.89,none,none,none, locust,locust,0.86,Noun,6,6,2,locust,8.67,1.00,8.67,1.00,none,none,none,9.31 locusts,locusts,0.90,Noun,7,7,2,locust,none,none,8.67,1.00,none,none,none,9.31 lode,lode,0.80,Noun,4,3,1,lode,12.20,0.83,12.20,0.83,none,none,11.70, lodestone,lodestone,0.16,Noun,9,7,2,lodestone,16.00,0.58,16.00,0.58,none,none,none, lodestones,lodestones,0.02,Noun,10,9,3,lodestone,none,none,16.00,0.58,none,none,none, lodge,lodge,6.69,Noun,5,3,1,lodge,8.26,1.00,8.26,1.00,none,9.03,8.95, lodged,lodged,1.96,Verb,6,4,1,lodge,none,none,8.26,1.00,none,9.03,8.95, lodger,lodger,0.25,Noun,6,4,2,lodger,10.13,0.83,10.13,0.83,none,none,none, lodgers,lodgers,0.12,Noun,7,5,2,lodger,none,none,10.13,0.83,none,none,none, lodges,lodges,0.39,Noun,6,5,2,lodge,none,none,8.26,1.00,none,9.03,8.95, lodging,lodging,0.84,Verb,7,5,2,lodge,none,none,8.26,1.00,none,9.03,8.95, lodgings,lodgings,0.37,Noun,8,6,2,lodgings,9.94,1.00,9.94,1.00,none,none,none, loft,loft,3.65,Noun,4,4,1,loft,11.05,1.00,11.05,1.00,none,none,9.53, loftier,loftier,0.06,Adjective,7,6,3,lofty,none,none,10.45,0.91,none,none,none, loftiness,loftiness,0.02,Noun,9,8,3,loftiness,13.06,0.94,13.06,0.94,none,none,none, lofts,lofts,0.18,Noun,5,5,1,loft,none,none,11.05,1.00,none,none,9.53, lofty,lofty,0.78,Adjective,5,5,2,lofty,10.45,0.91,10.45,0.91,none,none,none, log,log,11.96,Noun,3,3,1,log,6.74,1.00,6.74,1.00,none,none,5.06, logarithm,logarithm,0.04,Noun,9,8,4,logarithm,14.33,0.95,14.33,0.95,none,none,none, logarithmic,logarithmic,0.04,Adjective,11,9,4,logarithmic,16.75,0.84,16.75,0.84,none,none,none, logarithms,logarithms,0.04,Noun,10,9,4,logarithm,none,none,14.33,0.95,none,none,none, logbook,logbook,0.29,Noun,7,6,2,logbook,12.22,1.00,12.22,1.00,none,none,none, logbooks,logbooks,0.06,Noun,8,7,2,logbook,none,none,12.22,1.00,none,none,none, loge,loge,0.02,Noun,4,3,1,loge,11.69,0.65,11.69,0.65,none,none,none, logged,logged,2.10,Verb,6,4,1,log,none,none,6.74,1.00,none,none,5.06, logger,logger,0.12,Noun,6,4,2,logger,9.82,0.94,9.82,0.94,11.33,none,none, loggerheaded,loggerheaded,0.02,Verb,12,9,4,loggerheaded,12.11,0.47,12.11,0.47,none,none,none, loggers,loggers,0.06,Noun,7,5,2,logger,none,none,9.82,0.94,11.33,none,none, logic,logic,6.71,Noun,5,5,2,logic,10.58,1.00,10.58,1.00,none,10.81,none,9.76 logical,logical,7.39,Adjective,7,7,3,logical,9.83,1.00,9.83,1.00,none,none,none, logics,logics,0.02,Noun,6,6,2,logics,11.71,0.94,11.71,0.94,none,none,none, login,login,0.12,Noun,5,5,2,login,12.47,0.94,12.47,0.94,none,none,none, logistic,logistic,0.04,Adjective,8,8,3,logistic,12.76,0.94,12.76,0.94,none,none,none, logistical,logistical,0.27,Adjective,10,10,4,logistical,14.67,0.95,14.67,0.95,none,none,none, logistician,logistician,0.02,Noun,11,11,5,logistician,14.90,0.56,14.90,0.56,none,none,none, logistics,logistics,0.71,Noun,9,9,3,logistics,14.95,1.00,14.95,1.00,none,none,none, logjam,logjam,0.08,Noun,6,6,2,logjam,9.69,0.68,9.69,0.68,none,none,none, logo,logo,1.80,Noun,4,4,2,logo,8.16,1.00,8.16,1.00,none,none,none,9.22 logon,logon,0.04,Noun,5,5,2,logon,14.94,0.89,14.94,0.89,none,none,none, logorrhea,logorrhea,0.14,Noun,9,7,4,logorrhea,17.25,0.38,17.25,0.38,none,none,none, logos,logos,0.33,Noun,5,5,2,logo,none,none,8.16,1.00,none,none,none,9.22 logroller,logroller,0.06,Noun,9,7,3,logroller,11.24,0.89,11.24,0.89,none,none,none, logrolling,logrolling,Err:512,Err:512,10,8,3,logrolling,9.86,0.70,9.86,0.70,none,none,none, logs,logs,3.63,Noun,4,4,1,log,none,none,6.74,1.00,none,none,5.06, logwood,logwood,0.08,Noun,7,6,2,logwood,12.82,0.61,12.82,0.61,none,none,none, logy,logy,0.04,Noun,4,4,2,logy,12.33,0.50,12.33,0.50,none,none,none, loin,loin,0.35,Noun,4,3,1,loin,11.06,0.95,11.06,0.95,none,none,10.82, loincloth,loincloth,0.18,Noun,9,7,2,loincloth,9.67,1.00,9.67,1.00,none,none,none, loincloths,loincloths,0.06,Noun,10,8,2,loincloth,none,none,9.67,1.00,none,none,none, loins,loins,1.31,Noun,5,4,1,loin,none,none,11.06,0.95,none,none,10.82, loiter,loiter,0.25,Noun,6,4,2,loiter,11.94,0.95,11.94,0.95,none,none,none, loiterer,loiterer,0.02,Noun,8,7,3,loiterer,11.58,0.86,11.58,0.86,none,none,none, loiterers,loiterers,0.04,Noun,9,8,3,loiterer,none,none,11.58,0.86,none,none,none, loitering,loitering,1.18,Verb,9,6,3,loiter,none,none,11.94,0.95,none,none,none, loiters,loiters,0.04,Noun,7,6,2,loiter,none,none,11.94,0.95,none,none,none, loll,loll,0.10,Verb,4,3,1,loll,10.94,0.80,10.94,0.80,none,none,none, lollapalooza,lollapalooza,0.08,Noun,12,10,5,lollapalooza,15.25,0.89,15.25,0.89,none,none,none, lolling,lolling,0.16,Verb,7,5,2,loll,none,none,10.94,0.80,none,none,none, lollipop,lollipop,1.78,Noun,8,7,3,lollipop,3.89,1.00,3.89,1.00,none,none,none, lollipops,lollipops,0.39,Noun,9,8,3,lollipop,none,none,3.89,1.00,none,none,none, lolls,lolls,0.02,Verb,5,4,1,loll,none,none,10.94,0.80,none,none,none, lolly,lolly,0.22,Noun,5,4,2,lolly,8.00,0.72,8.00,0.72,none,none,none, lollygag,lollygag,0.06,Verb,8,7,3,lollygag,8.40,1.00,8.40,1.00,none,none,none, lollygagging,lollygagging,0.18,Verb,12,9,4,lollygag,none,none,8.40,1.00,none,none,none, lollypop,lollypop,0.04,Noun,8,7,3,lollypop,5.47,1.00,5.47,1.00,none,none,none, lone,lone,5.25,Adjective,4,3,1,lone,8.50,1.00,8.50,1.00,none,8.60,8.61, lonelier,lonelier,0.27,Adjective,8,6,3,lonely,none,none,5.80,1.00,7.26,none,none, loneliest,loneliest,0.65,Adjective,9,8,3,lonely,none,none,5.80,1.00,7.26,none,none, loneliness,loneliness,5.00,Noun,10,8,3,loneliness,8.74,1.00,8.74,1.00,none,none,none, lonely,lonely,41.67,Adjective,6,5,2,lonely,5.80,1.00,5.80,1.00,7.26,none,none, loneness,loneness,0.02,Noun,8,5,2,loneness,11.36,0.70,11.36,0.70,none,none,none, loner,loner,3.10,Noun,5,4,2,loner,9.83,0.95,9.83,0.95,none,none,none, loners,loners,0.31,Noun,6,5,2,loner,none,none,9.83,0.95,none,none,none, lonesome,lonesome,7.00,Adjective,8,6,2,lonesome,8.17,1.00,8.17,1.00,none,none,none,8.96 lonesomeness,lonesomeness,0.02,Noun,12,9,3,lonesomeness,10.47,1.00,10.47,1.00,none,none,none, long,long,675.16,Adverb,4,3,1,long,4.24,1.00,4.24,1.00,5.19,none,5.13, longboat,longboat,0.41,Noun,8,6,2,longboat,11.27,0.83,11.27,0.83,none,none,none, longboats,longboats,0.16,Noun,9,7,2,longboat,none,none,11.27,0.83,none,none,none, longbow,longbow,0.14,Noun,7,5,2,longbow,13.39,0.95,13.39,0.95,none,none,none, longed,longed,1.29,Verb,6,4,1,long,none,none,4.24,1.00,5.19,none,5.13, longer,longer,98.94,Adverb,6,5,2,long,none,none,4.24,1.00,5.19,none,5.13, longest,longest,4.76,Adjective,7,7,2,long,none,none,4.24,1.00,5.19,none,5.13, longevity,longevity,0.55,Noun,9,9,4,longevity,10.72,1.00,10.72,1.00,none,none,none, longhair,longhair,0.08,Verb,8,6,2,longhair,6.94,0.84,6.94,0.84,none,none,none, longhaired,longhaired,0.16,Adjective,10,7,2,longhaired,7.05,1.00,7.05,1.00,none,none,none, longhairs,longhairs,0.08,Noun,9,7,2,longhair,none,none,6.94,0.84,none,none,none, longhorn,longhorn,0.31,Noun,8,7,2,longhorn,10.37,0.95,10.37,0.95,none,none,none, longhorns,longhorns,0.22,Noun,9,8,2,longhorn,none,none,10.37,0.95,none,none,none, longish,longish,0.06,Adjective,7,5,2,longish,11.47,0.94,11.47,0.94,none,none,none, longitude,longitude,0.82,Noun,9,8,3,longitude,10.58,1.00,10.58,1.00,none,none,none, longitudes,longitudes,0.02,Noun,10,9,3,longitude,none,none,10.58,1.00,none,none,none, longitudinal,longitudinal,0.08,Adjective,12,12,5,longitudinal,11.67,1.00,11.67,1.00,none,none,none, longneck,longneck,0.08,Noun,8,6,2,longneck,11.16,1.00,11.16,1.00,none,none,none, longs,longs,0.98,Verb,5,4,1,long,none,none,4.24,1.00,5.19,none,5.13, longship,longship,0.04,Noun,8,6,2,longship,13.33,0.83,13.33,0.83,none,none,none, longshore,longshore,0.04,Adjective,9,6,2,longshore,12.04,0.73,12.04,0.73,none,none,none, longshoreman,longshoreman,0.27,Noun,12,9,3,longshoreman,13.10,0.56,13.10,0.56,none,none,none, longshoremen,longshoremen,0.18,Noun,12,9,3,longshoreman,none,none,13.10,0.56,none,none,none, longshot,longshot,0.10,Noun,8,6,2,longshot,10.84,1.00,10.84,1.00,none,none,none, longstanding,longstanding,0.16,Adjective,12,10,3,longstanding,11.21,0.90,11.21,0.90,none,none,none, longtime,long-time,0.53,Adjective,8,6,2,longtime,8.05,1.00,8.05,1.00,none,none,none, longue,longue,0.12,Noun,6,3,1,longue,12.73,0.58,12.73,0.58,none,none,none, longways,longways,0.06,Noun,8,6,2,longways,10.44,0.89,10.44,0.89,none,none,none, loo,loo,2.37,2.37,3,2,1,loo,12.69,0.82,12.69,0.82,none,none,none, look,look,1947.27,Verb,4,3,1,look,4.05,1.00,4.05,1.00,4.61,4.67,4.01, lookalike,lookalike,0.06,Noun,9,7,3,lookalike,9.68,1.00,9.68,1.00,none,none,none, lookalikes,lookalikes,0.04,Noun,10,8,3,lookalike,none,none,9.68,1.00,none,none,none, lookdown,lookdown,0.02,Noun,8,6,2,lookdown,10.31,0.89,10.31,0.89,none,none,none, looked,looked,120.90,Verb,6,4,1,look,none,none,4.05,1.00,4.61,4.67,4.01, looker,looker,1.04,Noun,6,4,2,looker,8.12,0.94,8.12,0.94,none,none,none, lookers,lookers,0.06,Noun,7,5,2,looker,none,none,8.12,0.94,none,none,none, looking,looking,432.67,Verb,7,5,2,look,none,none,4.05,1.00,4.61,4.67,4.01, lookout,lookout,4.45,Noun,7,5,2,lookout,7.06,0.95,7.06,0.95,none,none,none,6.61 lookouts,lookouts,0.53,Noun,8,6,2,lookout,none,none,7.06,0.95,none,none,none,6.61 looks,looks,311.49,Verb,5,4,1,looks,4.77,1.00,4.77,1.00,none,none,none, lookup,lookup,0.04,Noun,6,5,2,lookup,8.17,0.95,8.17,0.95,none,none,none, loom,loom,0.41,Noun,4,3,1,loom,8.78,1.00,8.78,1.00,none,none,10.57, loomed,loomed,0.04,Verb,6,4,1,loom,none,none,8.78,1.00,none,none,10.57, looming,looming,0.53,Verb,7,5,2,loom,none,none,8.78,1.00,none,none,10.57, looms,looms,0.39,Verb,5,4,1,loom,none,none,8.78,1.00,none,none,10.57, loon,loon,1.41,Noun,4,3,1,loon,9.12,0.84,9.12,0.84,none,none,10.46, looney,looney,1.06,1.06,6,4,2,looney,8.89,0.95,8.89,0.95,none,none,none, loonier,loonier,0.02,Adjective,7,5,3,loony,none,none,7.59,0.94,none,none,none, loonies,loonies,0.55,Noun,7,5,2,loony,none,none,7.59,0.94,none,none,none, loons,loons,0.33,Noun,5,4,1,loon,none,none,9.12,0.84,none,none,10.46, loony,looney,2.41,Adjective,5,4,2,loony,7.59,0.94,7.59,0.94,none,none,none, loop,loop,6.76,Noun,4,3,1,loop,7.22,1.00,7.22,1.00,none,6.83,6.87, looped,looped,0.43,Verb,6,4,1,loop,none,none,7.22,1.00,none,6.83,6.87, loophole,loophole,1.02,Noun,8,6,2,loophole,10.80,1.00,10.80,1.00,none,none,none, loopholes,loopholes,0.59,Noun,9,7,2,loophole,none,none,10.80,1.00,none,none,none, loops,loops,1.14,Noun,5,4,1,loop,none,none,7.22,1.00,none,6.83,6.87, loopy,loopy,0.65,Adjective,5,4,2,loopy,8.60,1.00,8.60,1.00,none,none,none,8.62 loose,loose,41.78,Adjective,5,3,1,loose,7.71,1.00,7.71,1.00,none,5.88,5.99, loosed,loosed,0.24,Verb,6,4,1,loose,none,none,7.71,1.00,none,5.88,5.99, loosen,loosen,5.53,Verb,6,5,2,loosen,7.22,1.00,7.22,1.00,none,none,none, loosened,loosened,1.02,Verb,8,6,2,loosen,none,none,7.22,1.00,none,none,none, looseness,looseness,0.08,Noun,9,6,2,looseness,9.10,1.00,9.10,1.00,none,none,none, loosening,loosening,0.35,Verb,9,7,3,loosen,none,none,7.22,1.00,none,none,none, loosens,loosens,0.39,Verb,7,6,2,loosen,none,none,7.22,1.00,none,none,none, looser,looser,0.51,Adjective,6,4,2,loose,none,none,7.71,1.00,none,5.88,5.99, looses,looses,0.04,Verb,6,5,2,loose,none,none,7.71,1.00,none,5.88,5.99, loosest,loosest,0.04,Adjective,7,6,2,loose,none,none,7.71,1.00,none,5.88,5.99, loosing,loosing,0.27,Verb,7,5,2,loose,none,none,7.71,1.00,none,5.88,5.99, loot,loot,3.55,Noun,4,3,1,loot,10.21,1.00,10.21,1.00,none,none,9.16, looter,looter,0.20,Noun,6,4,2,looter,12.47,0.94,12.47,0.94,none,none,none, looters,looters,0.39,Noun,7,5,2,looter,none,none,12.47,0.94,none,none,none, loots,loots,0.02,Noun,5,4,1,loot,none,none,10.21,1.00,none,none,9.16, lop,lop,0.43,Verb,3,3,1,lop,10.00,0.74,10.00,0.74,none,none,none, lope,lope,0.12,Verb,4,3,1,lope,11.27,0.68,11.27,0.68,none,none,none, lopes,lopes,0.02,Verb,5,4,1,lope,none,none,11.27,0.68,none,none,none, lopped,lopped,0.24,Verb,6,4,1,lop,none,none,10.00,0.74,none,none,none, lopping,lopping,0.04,Verb,7,5,2,lop,none,none,10.00,0.74,none,none,none, lops,lops,0.14,Name,4,4,1,lop,none,none,10.00,0.74,none,none,none, lopsided,lopsided,0.43,Verb,8,8,3,lopsided,9.21,1.00,9.21,1.00,none,none,none, loquacious,loquacious,0.16,Adjective,10,8,3,loquacious,14.94,0.95,14.94,0.95,none,none,none, loquacity,loquacity,Err:512,Err:512,9,9,4,loquacity,15.35,0.59,15.35,0.59,none,none,none, lord,lord,138.16,Noun,4,4,1,lord,5.95,1.00,5.95,1.00,none,6.88,5.40, lording,lording,0.06,Verb,7,6,2,lord,none,none,5.95,1.00,none,6.88,5.40, lordly,lordly,0.14,Adjective,6,6,2,lordly,11.56,0.95,11.56,0.95,none,none,none, lords,lords,3.43,Noun,5,5,1,lord,none,none,5.95,1.00,none,6.88,5.40, lordship,lordship,3.24,Noun,8,7,2,lordship,10.06,0.95,10.06,0.95,none,none,none, lordships,lordships,0.08,Noun,9,8,2,lordship,none,none,10.06,0.95,none,none,none, lore,lore,0.67,Noun,4,3,1,lore,12.56,0.84,12.56,0.84,none,none,12.32, lorgnette,lorgnette,0.08,Noun,9,7,2,lorgnette,15.62,0.40,15.62,0.40,none,none,none, lorn,lorn,0.12,Noun,4,4,1,lorn,14.67,0.33,14.67,0.33,none,none,none, lorries,lorries,0.12,Noun,7,5,2,lorry,none,none,13.56,0.47,5.13,4.75,none, lorry,lorry,1.20,Noun,5,4,2,lorry,13.56,0.47,13.56,0.47,5.13,4.75,none, lose,lose,164.35,Verb,4,3,1,lose,5.78,1.00,5.78,1.00,5.33,4.96,5.59, loser,loser,27.08,Noun,5,4,2,loser,6.67,1.00,6.67,1.00,none,none,none, losers,losers,9.63,Noun,6,5,2,loser,none,none,6.67,1.00,none,none,none, loses,loses,9.51,Verb,5,5,2,lose,none,none,5.78,1.00,5.33,4.96,5.59, losing,losing,53.37,Verb,6,5,2,lose,none,none,5.78,1.00,5.33,4.96,5.59, loss,loss,29.12,Noun,4,3,1,loss,5.00,1.00,5.00,1.00,none,6.67,5.33, losses,losses,4.69,Noun,6,5,2,loss,none,none,5.00,1.00,none,6.67,5.33, lost,lost,274.00,Verb,4,4,1,lose,none,none,5.78,1.00,5.33,4.96,5.59, lot,lot,569.92,Noun,3,3,1,lot,6.26,1.00,6.26,1.00,none,none,4.93, lothario,lothario,0.27,Noun,8,7,4,lothario,16.08,0.68,16.08,0.68,none,none,none, lotion,lotion,3.25,Noun,6,5,2,lotion,5.83,1.00,5.83,1.00,none,none,none,6.20 lotions,lotions,0.37,Noun,7,6,2,lotion,none,none,5.83,1.00,none,none,none,6.20 lottery,lottery,6.75,Noun,7,5,3,lottery,9.33,1.00,9.33,1.00,12.06,none,none, lotto,lotto,1.67,Noun,5,4,2,lotto,11.00,1.00,11.00,1.00,none,none,none,10.99 lotus,lotus,2.04,Noun,5,5,2,lotus,13.59,0.89,13.59,0.89,none,none,none, lotuses,lotuses,0.22,Noun,7,7,3,lotus,none,none,13.59,0.89,none,none,none, loud,loud,39.82,Adverb,4,3,1,loud,4.54,1.00,4.54,1.00,4.87,5.01,4.52, louder,louder,10.10,Adjective,6,4,2,loud,none,none,4.54,1.00,4.87,5.01,4.52, loudest,loudest,0.67,Adjective,7,6,2,loud,none,none,4.54,1.00,4.87,5.01,4.52, loudmouth,loudmouth,1.04,Noun,9,6,2,loudmouth,8.50,1.00,8.50,1.00,none,none,none, loudmouthed,loudmouthed,0.22,Adjective,11,7,2,loudmouthed,7.94,1.00,7.94,1.00,none,none,none, loudness,loudness,0.04,Noun,8,6,2,loudness,6.61,1.00,6.61,1.00,none,none,none, loudspeaker,loudspeaker,0.92,Noun,11,8,3,loudspeaker,10.00,1.00,10.00,1.00,none,none,none, loudspeakers,loudspeakers,0.16,Noun,12,9,3,loudspeaker,none,none,10.00,1.00,none,none,none, lounge,lounge,7.86,Noun,6,4,1,lounge,9.53,1.00,9.53,1.00,none,5.92,8.44, lounged,lounged,0.02,Verb,7,5,1,lounge,none,none,9.53,1.00,none,5.92,8.44, lounger,lounger,0.06,Adjective,7,5,2,lounger,9.82,0.89,9.82,0.89,none,none,none, lounges,lounges,0.22,Noun,7,6,2,lounge,none,none,9.53,1.00,none,5.92,8.44, lounging,lounging,0.41,Verb,8,6,2,lounge,none,none,9.53,1.00,none,5.92,8.44, loupe,loupe,0.04,Noun,5,3,1,loupe,16.15,0.68,16.15,0.68,none,none,none, lour,lour,0.08,Noun,4,3,1,lour,15.00,0.32,15.00,0.32,none,none,none, louse,louse,1.69,Noun,5,3,1,louse,10.26,0.95,10.26,0.95,none,none,11.48, loused,loused,0.37,Verb,6,4,1,louse,none,none,10.26,0.95,none,none,11.48, louses,louses,0.04,Noun,6,5,2,louse,none,none,10.26,0.95,none,none,11.48, lousier,lousier,0.02,Adjective,7,5,3,lousy,none,none,7.84,1.00,none,9.47,none, lousiest,lousiest,0.20,Adjective,8,7,3,lousy,none,none,7.84,1.00,none,9.47,none, lousing,lousing,0.04,Verb,7,5,2,louse,none,none,10.26,0.95,none,none,11.48, lousy,lousy,23.73,Adjective,5,4,2,lousy,7.84,1.00,7.84,1.00,none,9.47,none, lout,lout,0.55,Noun,4,3,1,lout,13.11,0.47,13.11,0.47,none,none,none, louts,louts,0.08,Noun,5,4,1,lout,none,none,13.11,0.47,none,none,none, louver,louvre,0.08,Noun,6,4,2,louver,14.60,0.56,14.60,0.56,none,none,none, louvered,louvred,0.02,Adjective,8,5,2,louvered,14.50,0.50,14.50,0.50,none,none,none, louvers,louvers,0.04,Noun,7,5,2,louver,none,none,14.60,0.56,none,none,none, lovable,lovable,1.78,Adjective,7,7,3,lovable,7.68,1.00,7.68,1.00,none,none,none, love,love,1114.98,Verb,4,3,1,love,5.17,1.00,5.17,1.00,4.80,6.15,3.65, loveable,loveable,0.31,Adjective,8,7,3,lovable,none,none,7.68,1.00,none,none,none, lovebird,lovebird,0.10,Noun,8,6,2,lovebird,8.44,1.00,8.44,1.00,none,none,none, lovebirds,lovebirds,2.51,Noun,9,7,2,lovebird,none,none,8.44,1.00,none,none,none, loved,loved,110.33,Verb,5,4,1,love,none,none,5.17,1.00,4.80,6.15,3.65, loveless,loveless,0.45,Adjective,8,6,2,loveless,11.06,1.00,11.06,1.00,none,none,none, lovelier,lovelier,0.82,Adjective,8,6,3,lovely,none,none,7.26,1.00,5.33,none,none, lovelies,lovelies,0.25,Noun,8,6,2,lovely,none,none,7.26,1.00,5.33,none,none, loveliest,loveliest,1.31,Adjective,9,8,3,lovely,none,none,7.26,1.00,5.33,none,none, loveliness,loveliness,0.80,Noun,10,8,3,loveliness,7.79,0.95,7.79,0.95,none,none,none, lovelorn,lovelorn,0.31,Adjective,8,7,2,lovelorn,15.67,0.63,15.67,0.63,none,none,none, lovely,lovely,95.16,Adjective,6,5,2,lovely,7.26,1.00,7.26,1.00,5.33,none,none, lovemaking,lovemaking,1.10,Noun,10,8,3,lovemaking,12.32,1.00,12.32,1.00,none,none,none, lover,lover,26.63,Noun,5,4,2,lover,9.16,1.00,9.16,1.00,none,none,none, lovers,lovers,11.22,Noun,6,5,2,lover,none,none,9.16,1.00,none,none,none, loves,loves,72.45,Verb,5,4,1,love,none,none,5.17,1.00,4.80,6.15,3.65, loveseat,loveseat,0.06,Noun,8,6,2,loveseat,8.50,1.00,8.50,1.00,none,none,none, lovesick,lovesick,0.69,Adjective,8,6,2,lovesick,9.68,1.00,9.68,1.00,none,none,none, lovesickness,lovesickness,0.06,Noun,12,9,3,lovesickness,10.72,1.00,10.72,1.00,none,none,none, loving,loving,25.00,Verb,6,5,2,love,none,none,5.17,1.00,4.80,6.15,3.65, low,low,59.14,Adjective,3,2,1,low,4.70,1.00,4.70,1.00,5.40,none,4.67, lowball,lowball,0.16,Noun,7,5,2,lowball,14.18,0.85,14.18,0.85,none,none,none, lowborn,lowborn,0.02,Adjective,7,6,2,lowborn,14.14,0.37,14.14,0.37,none,none,none, lowbrow,lowbrow,0.14,Noun,7,5,2,lowbrow,13.08,0.68,13.08,0.68,none,none,none, lowbrows,lowbrows,0.06,Noun,8,6,2,lowbrow,none,none,13.08,0.68,none,none,none, lowdown,lowdown,1.08,Noun,7,5,2,lowdown,12.28,1.00,12.28,1.00,none,none,none, lowercase,lowercase,0.04,Noun,9,6,3,lowercase,6.55,1.00,6.55,1.00,none,none,none, lowerclassmen,lowerclassmen,0.02,Noun,13,10,4,lowerclassmen,12.16,1.00,12.16,1.00,none,none,none, lowest,lowest,4.41,Adjective,6,5,2,low,none,none,4.70,1.00,5.40,none,4.67, lowing,lowing,0.16,Verb,6,4,2,low,none,none,4.70,1.00,5.40,none,4.67, lowland,lowland,0.12,Noun,7,6,2,lowland,12.72,1.00,12.72,1.00,none,8.86,none, lowlander,lowlander,0.04,Noun,9,7,3,lowlander,12.60,0.53,12.60,0.53,none,none,none, lowlands,lowlands,0.08,Noun,8,7,2,lowland,none,none,12.72,1.00,none,8.86,none, lowliest,lowliest,0.16,Adjective,8,7,3,lowly,none,none,10.56,0.95,none,none,none, lowlife,lowlife,2.06,Noun,7,5,2,lowlife,10.17,1.00,10.17,1.00,none,none,none, lowlifes,lowlifes,0.47,Noun,8,6,2,lowlife,none,none,10.17,1.00,none,none,none, lowly,lowly,1.71,Adjective,5,4,2,lowly,10.56,0.95,10.56,0.95,none,none,none, lowness,lowness,0.06,Noun,7,5,2,lowness,8.47,0.89,8.47,0.89,none,none,none, lows,lows,0.57,Noun,4,3,1,low,none,none,4.70,1.00,5.40,none,4.67, lox,lox,0.90,Noun,3,4,1,lox,13.79,0.78,13.79,0.78,none,none,none, loyal,loyal,12.00,Adjective,5,4,2,loyal,9.11,1.00,9.11,1.00,none,none,none,8.20 loyalist,loyalist,0.18,Adjective,8,7,3,loyalist,12.61,1.00,12.61,1.00,none,none,none, loyalists,loyalists,0.10,Noun,9,8,3,loyalist,none,none,12.61,1.00,none,none,none, loyalties,loyalties,0.80,Noun,9,7,3,loyalty,none,none,8.78,1.00,none,9.81,none, loyalty,loyalty,11.67,Noun,7,6,3,loyalty,8.78,1.00,8.78,1.00,none,9.81,none, lozenge,lozenge,0.16,Noun,7,6,2,lozenge,9.00,0.94,9.00,0.94,none,none,none, lozenges,lozenges,0.16,Noun,8,8,3,lozenge,none,none,9.00,0.94,none,none,none, luau,luau,1.55,Noun,4,3,2,luau,10.44,0.95,10.44,0.95,none,none,none, luaus,luaus,0.02,Noun,5,6,3,luaus,11.70,0.45,11.70,0.45,none,none,none, lubber,lubber,0.10,Noun,6,4,2,lubber,9.78,0.47,9.78,0.47,none,none,none, lubbers,lubbers,0.06,Noun,7,5,2,lubber,none,none,9.78,0.47,none,none,none, lube,lube,0.69,Noun,4,3,1,lube,12.65,1.00,12.65,1.00,none,none,none, lubed,lubed,0.08,Verb,5,4,1,lube,none,none,12.65,1.00,none,none,none, lubes,lubes,0.02,Noun,5,4,1,lube,none,none,12.65,1.00,none,none,none, lubricant,lubricant,0.69,Noun,9,9,3,lubricant,11.11,1.00,11.11,1.00,none,none,none, lubricants,lubricants,0.12,Noun,10,10,3,lubricant,none,none,11.11,1.00,none,none,none, lubricate,lubricate,0.16,Verb,9,8,3,lubricate,12.94,1.00,12.94,1.00,none,none,none, lubricated,lubricated,0.35,Verb,10,10,4,lubricate,none,none,12.94,1.00,none,none,none, lubricates,lubricates,0.04,Verb,10,9,3,lubricate,none,none,12.94,1.00,none,none,none, lubricating,lubricating,0.08,Verb,11,10,4,lubricate,none,none,12.94,1.00,none,none,none, lubrication,lubrication,0.25,Noun,11,10,4,lubrication,12.95,1.00,12.95,1.00,none,none,none, lubricator,lubricator,0.06,Noun,10,9,4,lubricator,13.05,1.00,13.05,1.00,none,none,none, lucent,lucent,0.10,Adjective,6,6,2,lucent,14.69,0.80,14.69,0.80,none,none,none, lucid,lucid,1.27,Adjective,5,5,2,lucid,13.74,1.00,13.74,1.00,none,none,none,12.11 lucidity,lucidity,0.27,Noun,8,8,4,lucidity,13.81,0.89,13.81,0.89,none,none,none, luck,luck,153.73,Noun,4,3,1,luck,6.53,1.00,6.53,1.00,none,5.94,6.40, lucked,lucked,0.92,Verb,6,4,1,luck,none,none,6.53,1.00,none,5.94,6.40, luckier,luckier,0.94,Adjective,7,5,3,lucky,none,none,5.89,1.00,none,none,none,5.56 luckiest,luckiest,2.47,Adjective,8,7,3,lucky,none,none,5.89,1.00,none,none,none,5.56 lucking,lucking,0.06,Verb,7,5,2,luck,none,none,6.53,1.00,none,5.94,6.40, luckless,luckless,0.04,Adjective,8,6,2,luckless,8.61,1.00,8.61,1.00,none,none,none, lucks,lucks,0.10,Noun,5,4,1,luck,none,none,6.53,1.00,none,5.94,6.40, lucky,lucky,143.45,Adjective,5,4,2,lucky,5.89,1.00,5.89,1.00,none,none,none,5.56 lucrative,lucrative,1.29,Adjective,9,8,3,lucrative,15.12,0.84,15.12,0.84,none,none,none, lucre,lucre,0.12,Noun,5,5,2,lucre,12.50,0.44,12.50,0.44,none,none,none, luddite,luddite,0.10,Noun,7,5,2,luddite,15.00,0.56,15.00,0.56,none,none,none, ludicrous,ludicrous,1.65,Adjective,9,8,3,ludicrous,12.84,1.00,12.84,1.00,none,none,none, ludicrousness,ludicrousness,0.02,Noun,13,11,4,ludicrousness,13.79,1.00,13.79,1.00,none,none,none, luff,luff,0.06,Verb,4,3,1,luff,15.50,0.19,15.50,0.19,none,none,none, lug,lug,2.59,Noun,3,3,1,lug,12.53,0.89,12.53,0.89,none,none,9.67, luger,luger,1.04,Noun,5,4,2,luger,13.77,0.62,13.77,0.62,none,none,none, luggage,luggage,11.12,Noun,7,5,2,luggage,7.63,1.00,7.63,1.00,none,none,none,7.80 lugged,lugged,0.18,Verb,6,4,1,lug,none,none,12.53,0.89,none,none,9.67, lugging,lugging,0.53,Verb,7,5,2,lug,none,none,12.53,0.89,none,none,9.67, lugs,lugs,0.25,Noun,4,4,1,lug,none,none,12.53,0.89,none,none,9.67, lugubrious,lugubrious,0.06,Adjective,10,10,4,lugubrious,18.22,0.50,18.22,0.50,none,none,none, lugubriousness,lugubriousness,0.04,Noun,14,12,5,lugubriousness,14.50,0.32,14.50,0.32,none,none,none, lukewarm,lukewarm,0.47,Adjective,8,7,2,lukewarm,9.06,1.00,9.06,1.00,none,none,none, lull,lull,1.18,Noun,4,3,1,lull,10.61,1.00,10.61,1.00,none,none,10.95, lullabies,lullabies,0.18,Noun,9,7,3,lullaby,none,none,5.48,1.00,none,none,none, lullaby,lullaby,1.73,Noun,7,6,3,lullaby,5.48,1.00,5.48,1.00,none,none,none, lulled,lulled,0.22,Verb,6,4,1,lull,none,none,10.61,1.00,none,none,10.95, lulling,lulling,0.16,Verb,7,5,2,lull,none,none,10.61,1.00,none,none,10.95, lulls,lulls,0.24,Verb,5,4,1,lull,none,none,10.61,1.00,none,none,10.95, lumbago,lumbago,0.22,Noun,7,7,3,lumbago,15.27,0.58,15.27,0.58,none,none,none, lumbar,lumbar,1.02,Noun,6,6,2,lumbar,15.88,0.89,15.88,0.89,none,none,none,12.22 lumber,lumber,2.47,Noun,6,5,2,lumber,7.33,1.00,7.33,1.00,none,10.22,none,8.70 lumbered,lumbered,0.06,Verb,8,6,2,lumber,none,none,7.33,1.00,none,10.22,none,8.70 lumbering,lumbering,0.24,Adjective,9,7,3,lumbering,10.47,1.00,10.47,1.00,none,none,none, lumberjack,lumberjack,0.55,Noun,10,8,3,lumberjack,8.90,1.00,8.90,1.00,9.88,none,none, lumberjacks,lumberjacks,0.25,Noun,11,9,3,lumberjack,none,none,8.90,1.00,9.88,none,none, lumberman,lumberman,0.02,Noun,9,8,3,lumberman,9.00,1.00,9.00,1.00,none,none,none, lumbermen,lumbermen,0.02,Noun,9,8,3,lumberman,none,none,9.00,1.00,none,none,none, lumbers,lumbers,0.04,Verb,7,6,2,lumber,none,none,7.33,1.00,none,10.22,none,8.70 lumberyard,lumberyard,0.18,Noun,10,9,3,lumberyard,8.47,1.00,8.47,1.00,none,none,none, lumen,lumen,0.06,Noun,5,5,2,lumen,17.00,0.61,17.00,0.61,none,none,none, lumens,lumens,0.02,Noun,6,6,2,lumen,none,none,17.00,0.61,none,none,none, luminal,luminal,0.10,Noun,7,7,3,luminal,14.55,0.58,14.55,0.58,none,none,none, luminaries,luminaries,0.10,Noun,10,9,4,luminary,none,none,11.78,1.00,none,none,none, luminary,luminary,0.10,Noun,8,8,4,luminary,11.78,1.00,11.78,1.00,none,none,none, luminescence,luminescence,0.08,Noun,12,10,4,luminescence,13.31,0.89,13.31,0.89,none,none,none, luminescent,luminescent,0.06,Adjective,11,10,4,luminescent,13.53,0.94,13.53,0.94,none,none,none, luminosity,luminosity,0.04,Noun,10,10,5,luminosity,11.21,0.78,11.21,0.78,none,none,none, luminous,luminous,0.76,Adjective,8,7,3,luminous,11.56,1.00,11.56,1.00,none,none,none, lummox,lummox,0.27,Noun,6,6,2,lummox,12.00,0.59,12.00,0.59,none,none,none, lump,lump,3.55,Noun,4,4,1,lump,5.89,1.00,5.89,1.00,none,5.77,6.94, lumpectomy,lumpectomy,0.06,Noun,10,10,4,lumpectomy,15.69,0.59,15.69,0.59,none,none,none, lumped,lumped,0.22,Verb,6,5,1,lump,none,none,5.89,1.00,none,5.77,6.94, lumpiest,lumpiest,0.04,Adjective,8,8,3,lumpy,none,none,6.89,1.00,none,none,none, lumps,lumps,1.73,Noun,5,5,1,lump,none,none,5.89,1.00,none,5.77,6.94, lumpy,lumpy,1.75,Adjective,5,5,2,lumpy,6.89,1.00,6.89,1.00,none,none,none, lunacy,lunacy,1.00,Noun,6,6,3,lunacy,10.58,0.95,10.58,0.95,none,none,none, lunar,lunar,2.06,Adjective,5,4,2,lunar,9.15,1.00,9.15,1.00,none,none,none,11.29 lunatic,lunatic,8.49,Noun,7,7,3,lunatic,9.83,0.95,9.83,0.95,none,none,none, lunatics,lunatics,1.76,Noun,8,8,3,lunatic,none,none,9.83,0.95,none,none,none, lunch,lunch,104.12,Noun,5,4,1,lunch,3.61,1.00,3.61,1.00,none,5.62,4.32, lunchbox,lunchbox,0.39,Noun,8,8,2,lunchbox,4.25,1.00,4.25,1.00,none,none,none, lunchboxes,lunchboxes,0.04,Noun,10,10,3,lunchbox,none,none,4.25,1.00,none,none,none, lunched,lunched,0.08,Verb,7,5,1,lunch,none,none,3.61,1.00,none,5.62,4.32, luncheon,luncheon,3.27,Noun,8,6,2,luncheon,9.74,1.00,9.74,1.00,none,none,none, luncheonette,luncheonette,0.06,Noun,12,8,3,luncheonette,10.46,0.68,10.46,0.68,none,none,none, luncheons,luncheons,0.24,Noun,9,7,2,luncheon,none,none,9.74,1.00,none,none,none, lunches,lunches,2.55,Noun,7,6,2,lunch,none,none,3.61,1.00,none,5.62,4.32, lunching,lunching,0.57,Verb,8,6,2,lunch,none,none,3.61,1.00,none,5.62,4.32, lunchroom,lunchroom,0.33,Noun,9,7,2,lunchroom,5.37,1.00,5.37,1.00,none,none,none, lunchrooms,lunchrooms,0.02,Noun,10,8,2,lunchroom,none,none,5.37,1.00,none,none,none, lunchtime,lunchtime,2.45,Noun,9,7,2,lunchtime,4.94,1.00,4.94,1.00,none,none,none, lunchtimes,lunchtimes,0.02,Noun,10,8,2,lunchtime,none,none,4.94,1.00,none,none,none, lung,lung,8.24,Noun,4,3,1,lung,7.16,1.00,7.16,1.00,none,7.84,6.58, lunge,lunge,0.47,Verb,5,4,1,lunge,9.83,0.95,9.83,0.95,none,10.02,9.09, lunged,lunged,0.20,Verb,6,5,1,lunge,none,none,9.83,0.95,none,10.02,9.09, lunges,lunges,0.06,Verb,6,6,2,lunge,none,none,9.83,0.95,none,10.02,9.09, lungful,lungful,0.02,Noun,7,6,2,lungful,13.09,0.55,13.09,0.55,none,none,none, lungs,lungs,10.59,Noun,5,4,1,lung,none,none,7.16,1.00,none,7.84,6.58, lungwort,lungwort,0.02,Noun,8,8,2,lungwort,14.60,0.26,14.60,0.26,none,none,none, lupine,lupine,0.04,Noun,6,5,2,lupine,14.42,0.60,14.42,0.60,none,none,none, lupus,lupus,1.73,Noun,5,5,2,lupus,14.29,0.95,14.29,0.95,none,none,none,13.07 lurch,lurch,0.84,Noun,5,3,1,lurch,11.18,0.94,11.18,0.94,none,none,10.82, lurched,lurched,0.06,Verb,7,4,1,lurch,none,none,11.18,0.94,none,none,10.82, lurches,lurches,0.04,Verb,7,5,2,lurch,none,none,11.18,0.94,none,none,10.82, lure,lure,4.25,Verb,4,3,1,lure,9.00,1.00,9.00,1.00,none,11.70,10.25, lured,lured,1.45,Verb,5,4,1,lure,none,none,9.00,1.00,none,11.70,10.25, lures,lures,0.45,Verb,5,4,1,lure,none,none,9.00,1.00,none,11.70,10.25, lurid,lurid,0.65,Adjective,5,5,2,lurid,13.69,0.68,13.69,0.68,none,none,none,12.85 luring,luring,0.43,Verb,6,5,2,lure,none,none,9.00,1.00,none,11.70,10.25, lurk,lurk,0.41,Verb,4,3,1,lurk,10.11,1.00,10.11,1.00,none,none,9.98, lurked,lurked,0.04,Verb,6,4,1,lurk,none,none,10.11,1.00,none,none,9.98, lurker,lurker,0.06,Noun,6,4,2,lurker,11.67,1.00,11.67,1.00,none,none,none, lurkers,lurkers,0.06,Noun,7,5,2,lurker,none,none,11.67,1.00,none,none,none, lurking,lurking,2.20,Verb,7,5,2,lurk,none,none,10.11,1.00,none,none,9.98, lurks,lurks,0.59,Verb,5,4,1,lurk,none,none,10.11,1.00,none,none,9.98, luscious,luscious,1.27,Adjective,8,5,2,luscious,11.11,1.00,11.11,1.00,none,none,none,11.09 lush,lush,1.18,Adjective,4,3,1,lush,11.28,1.00,11.28,1.00,none,10.34,11.12, lushes,lushes,0.10,Noun,6,5,2,lush,none,none,11.28,1.00,none,10.34,11.12, lust,lust,5.57,Noun,4,4,1,lust,12.22,1.00,12.22,1.00,12.04,11.32,10.77, lusted,lusted,0.14,Verb,6,6,2,lust,none,none,12.22,1.00,12.04,11.32,10.77, luster,lustre,0.31,Noun,6,5,2,luster,12.16,1.00,12.16,1.00,none,none,none, lustful,lustful,0.39,Adjective,7,7,2,lustful,12.21,1.00,12.21,1.00,none,none,none, lustfulness,lustfulness,0.02,Noun,11,10,3,lustfulness,15.00,1.00,15.00,1.00,none,none,none, lusting,lusting,0.53,Verb,7,6,2,lust,none,none,12.22,1.00,12.04,11.32,10.77, lustrous,lustrous,0.29,Adjective,8,7,2,lustrous,12.67,1.00,12.67,1.00,none,none,none, lustrum,lustrum,0.02,Noun,7,7,2,lustrum,14.22,0.43,14.22,0.43,none,none,none, lusts,lusts,0.22,Noun,5,5,1,lust,none,none,12.22,1.00,12.04,11.32,10.77, lusty,lusty,0.61,Adjective,5,5,2,lusty,13.88,0.94,13.88,0.94,none,none,none, lute,lute,0.37,Noun,4,3,1,lute,10.77,0.72,10.77,0.72,none,none,12.07, lutes,lutes,0.10,Noun,5,4,1,lute,none,none,10.77,0.72,none,none,12.07, luxuriant,luxuriant,0.06,Adjective,9,9,4,luxuriant,13.13,0.75,13.13,0.75,none,none,none, luxuriate,luxuriate,0.04,Verb,9,9,4,luxuriate,13.13,0.83,13.13,0.83,none,none,none, luxuries,luxuries,0.49,Noun,8,7,3,luxury,none,none,9.26,1.00,none,9.34,none, luxurious,luxurious,1.12,Adjective,9,8,4,luxurious,10.00,1.00,10.00,1.00,none,none,none, luxuriousness,luxuriousness,0.04,Noun,13,12,5,luxuriousness,13.14,1.00,13.14,1.00,none,none,none, luxury,luxury,6.02,Noun,6,6,3,luxury,9.26,1.00,9.26,1.00,none,9.34,none, lycanthrope,lycanthrope,0.08,Noun,11,9,3,lycanthrope,13.60,0.53,13.60,0.53,none,none,none, lycanthropic,lycanthropic,0.02,Adjective,12,11,4,lycanthropic,17.40,0.26,17.40,0.26,none,none,none, lycanthropy,lycanthropy,0.02,Noun,11,10,4,lycanthropy,16.11,0.50,16.11,0.50,none,none,none, lyceum,lyceum,0.10,Noun,6,6,3,lyceum,14.56,0.47,14.56,0.47,none,none,none, lye,lye,0.61,Noun,3,2,1,lye,12.67,1.00,12.67,1.00,none,none,11.70, lying,lying,87.69,Verb,5,4,2,lie,none,none,3.75,1.00,5.33,5.15,4.73, lymph,lymph,0.27,Noun,5,4,1,lymph,15.00,0.95,15.00,0.95,none,13.17,12.52, lymphatic,lymphatic,0.27,Adjective,9,8,3,lymphatic,13.50,0.63,13.50,0.63,none,none,none, lymphoblastic,lymphoblastic,0.02,Adjective,13,12,4,lymphoblastic,14.17,0.32,14.17,0.32,none,none,none, lymphocyte,lymphocyte,0.16,Noun,10,8,3,lymphocyte,16.25,0.44,16.25,0.44,none,none,none, lymphocytes,lymphocytes,0.04,Noun,11,9,3,lymphocyte,none,none,16.25,0.44,none,none,none, lymphocytic,lymphocytic,0.08,Adjective,11,10,4,lymphocytic,16.92,0.72,16.92,0.72,none,none,none, lymphoma,lymphoma,0.55,Noun,8,7,3,lymphoma,16.40,0.83,16.40,0.83,none,none,none, lymphomas,lymphomas,0.02,Noun,9,8,3,lymphoma,none,none,16.40,0.83,none,none,none, lynch,lynch,5.04,Name,5,4,1,lynch,11.54,1.00,11.54,1.00,none,none,12.07, lynched,lynched,0.53,Verb,7,5,1,lynch,none,none,11.54,1.00,none,none,12.07, lynches,lynches,0.04,Verb,7,6,2,lynch,none,none,11.54,1.00,none,none,12.07, lynching,lynching,0.92,Noun,8,6,2,lynching,12.30,1.00,12.30,1.00,none,none,none, lynchpin,lynchpin,0.10,Name,8,7,2,linchpin,none,none,14.64,0.58,none,none,none, lynx,lynx,0.02,Noun,4,5,1,lynx,10.53,0.94,10.53,0.94,none,10.07,12.70, lyophilize,lyophilize,0.02,Verb,10,8,4,lyophilize,15.17,0.33,15.17,0.33,none,none,none, lyre,lyre,0.08,Noun,4,3,1,lyre,13.47,0.81,13.47,0.81,none,none,13.27, lyric,lyric,1.10,Noun,5,5,2,lyric,10.35,1.00,10.35,1.00,none,none,none,8.45 lyrical,lyrical,0.51,Adjective,7,7,3,lyrical,11.47,1.00,11.47,1.00,none,none,none, lyricism,lyricism,0.04,Noun,8,9,4,lyricism,12.80,0.79,12.80,0.79,none,none,none, lyricist,lyricist,0.18,Noun,8,8,3,lyricist,14.58,1.00,14.58,1.00,none,none,none, lyrics,lyrics,5.08,Noun,6,6,2,lyrics,8.32,1.00,8.32,1.00,none,none,none,7.88 lysergic,lysergic,0.06,Adjective,8,8,3,lysergic,14.44,0.47,14.44,0.47,none,none,none, lysine,lysine,0.08,Noun,6,5,2,lysine,16.85,0.72,16.85,0.72,none,none,none, ma,ma,185.80,Name,2,2,1,ma,4.35,1.00,4.35,1.00,none,none,3.19, macabre,macabre,0.37,Adjective,7,7,3,macabre,14.50,0.67,14.50,0.67,none,none,none, macadamia,macadamia,0.61,Noun,9,9,5,macadamia,12.19,0.84,12.19,0.84,none,none,none, macadamias,macadamias,0.02,Noun,10,10,5,macadamia,none,none,12.19,0.84,none,none,none, macaque,macaque,0.02,Noun,7,5,2,macaque,13.33,0.83,13.33,0.83,none,none,none, macaroni,macaroni,3.25,Noun,8,7,4,macaroni,5.15,1.00,5.15,1.00,none,7.62,none, macaronis,macaronis,0.04,Noun,9,9,4,macaroni,none,none,5.15,1.00,none,7.62,none, macaw,macaw,0.24,Noun,5,4,2,macaw,8.80,0.79,8.80,0.79,none,none,none, macaws,macaws,0.18,Noun,6,5,2,macaw,none,none,8.80,0.79,none,none,none, mace,mace,3.49,Name,4,3,1,mace,12.47,1.00,12.47,1.00,none,none,10.46, macerate,macerate,0.02,Verb,8,7,3,macerate,14.00,0.60,14.00,0.60,none,none,none, maceration,maceration,0.02,Noun,10,9,4,maceration,16.56,0.50,16.56,0.50,none,none,none, maces,maces,0.04,Verb,5,4,1,mace,none,none,12.47,1.00,none,none,10.46, mach,mach,1.86,Noun,4,3,1,mach,13.08,0.72,13.08,0.72,none,none,none, machete,machete,1.04,Noun,7,6,3,machete,9.60,1.00,9.60,1.00,none,none,none, machetes,machetes,0.16,Noun,8,7,3,machete,none,none,9.60,1.00,none,none,none, machination,machination,0.04,Noun,11,9,4,machination,12.80,0.83,12.80,0.83,none,none,none, machinations,machinations,0.16,Noun,12,10,4,machination,none,none,12.80,0.83,none,none,none, machine,machine,70.25,Noun,7,5,2,machine,6.53,1.00,6.53,1.00,6.60,none,none,6.54 machined,machined,0.08,Verb,8,6,2,machine,none,none,6.53,1.00,6.60,none,none,6.54 machinegun,machinegun,0.04,Noun,10,8,3,machinegun,8.74,1.00,8.74,1.00,none,none,none, machineries,machineries,0.02,Noun,11,8,4,machinery,none,none,10.28,1.00,none,8.15,none, machinery,machinery,3.67,Noun,9,7,4,machinery,10.28,1.00,10.28,1.00,none,8.15,none, machines,machines,13.86,Noun,8,6,2,machine,none,none,6.53,1.00,6.60,none,none,6.54 machinist,machinist,0.41,Name,9,8,3,machinist,12.04,1.00,12.04,1.00,10.53,none,none, machinists,machinists,0.08,Noun,10,9,3,machinist,none,none,12.04,1.00,10.53,none,none, machismo,machismo,0.12,Noun,8,7,3,machismo,13.25,0.84,13.25,0.84,none,none,none, macho,macho,3.75,Adjective,5,4,2,macho,10.37,1.00,10.37,1.00,none,none,none,8.96 mackerel,mackerel,2.12,Noun,8,6,3,mackerel,10.72,1.00,10.72,1.00,none,8.66,none, mackerels,mackerels,0.02,Noun,9,8,3,mackerel,none,none,10.72,1.00,none,8.66,none, macro,macro,0.55,Noun,5,5,2,macro,12.78,0.95,12.78,0.95,none,none,none, macrobiotic,macrobiotic,0.08,Adjective,11,11,5,macrobiotic,17.28,0.95,17.28,0.95,none,none,none, macroeconomic,macroeconomic,0.02,Adjective,13,13,6,macroeconomic,15.40,0.83,15.40,0.83,none,none,none, macron,macron,Err:512,Err:512,6,6,2,macron,13.75,0.44,13.75,0.44,none,none,none, macroscopic,macroscopic,0.22,Adjective,11,11,4,macroscopic,12.37,0.86,12.37,0.86,none,none,none, macula,macula,0.02,Noun,6,7,3,macula,16.67,0.32,16.67,0.32,none,none,none, macular,macular,0.10,Adjective,7,8,3,macular,16.06,0.89,16.06,0.89,none,none,none, maculate,maculate,0.02,Noun,8,8,3,maculate,13.18,0.61,13.18,0.61,none,none,none, mad,mad,113.41,Adjective,3,3,1,mad,3.55,1.00,3.55,1.00,none,none,3.54, madam,madame,44.00,Noun,5,5,2,madam,8.42,1.00,8.42,1.00,none,none,none,8.70 madame,madame,31.20,31.20,6,5,2,madame,11.06,0.90,11.06,0.90,none,none,none,9.13 madams,madams,0.02,Noun,6,6,2,madam,none,none,8.42,1.00,none,none,none,8.70 madcap,madcap,0.31,Verb,6,6,2,madcap,13.73,0.83,13.73,0.83,none,none,none, madden,madden,0.57,Verb,6,5,2,madden,10.12,0.89,10.12,0.89,none,none,none, maddened,maddened,0.12,Verb,8,6,2,madden,none,none,10.12,0.89,none,none,none, maddening,maddening,0.43,Verb,9,7,3,madden,none,none,10.12,0.89,none,none,none, maddens,maddens,0.02,Verb,7,6,2,madden,none,none,10.12,0.89,none,none,none, madder,madder,0.86,Adjective,6,4,2,mad,none,none,3.55,1.00,none,none,3.54, maddest,maddest,0.10,Adjective,7,6,2,mad,none,none,3.55,1.00,none,none,3.54, madding,madding,0.06,Adjective,7,5,2,madding,10.80,0.75,10.80,0.75,none,none,none, made,made,561.29,Verb,4,3,1,make,none,none,4.68,1.00,5.13,none,4.73, mademoiselle,mademoiselle,8.18,Noun,12,9,4,mademoiselle,10.65,0.89,10.65,0.89,none,none,none, mademoiselles,mademoiselles,0.08,Noun,13,10,4,mademoiselle,none,none,10.65,0.89,none,none,none, madhouse,madhouse,1.31,Noun,8,6,2,madhouse,9.11,1.00,9.11,1.00,none,none,none, madman,madman,5.27,Noun,6,6,2,madman,8.78,1.00,8.78,1.00,none,8.30,none, madmen,madmen,0.49,Noun,6,6,2,madman,none,none,8.78,1.00,none,8.30,none, madness,madness,8.45,Noun,7,6,2,madness,9.42,1.00,9.42,1.00,none,8.00,none, madrigal,madrigal,0.14,Noun,8,8,3,madrigal,14.10,0.50,14.10,0.50,none,none,none, madrigals,madrigals,0.02,Noun,9,9,3,madrigal,none,none,14.10,0.50,none,none,none, madwoman,madwoman,0.37,Noun,8,8,3,madwoman,8.89,0.95,8.89,0.95,none,none,none, maelstrom,maelstrom,0.10,Noun,9,8,2,maelstrom,15.93,0.67,15.93,0.67,none,none,none, maestro,maestro,2.98,Noun,7,6,2,maestro,11.58,0.95,11.58,0.95,none,none,none, maestros,maestros,0.04,Noun,8,7,2,maestro,none,none,11.58,0.95,none,none,none, mafia,mafia,4.67,Noun,5,5,3,mafia,10.32,1.00,10.32,1.00,none,none,none, magazine,magazine,33.20,Noun,8,7,3,magazine,5.89,1.00,5.89,1.00,none,7.09,none, magazines,magazines,10.25,Noun,9,8,3,magazine,none,none,5.89,1.00,none,7.09,none, magdalen,magdalen,0.04,Name,8,8,3,magdalen,10.43,0.33,10.43,0.33,none,none,none, mage,mage,0.29,Noun,4,3,1,mage,10.47,0.85,10.47,0.85,none,none,none, magenta,magenta,0.63,Noun,7,7,3,magenta,7.79,1.00,7.79,1.00,10.99,none,none, mages,mages,0.24,Noun,5,5,2,mage,none,none,10.47,0.85,none,none,none, maggot,maggot,1.59,Noun,6,5,2,maggot,9.50,1.00,9.50,1.00,none,none,none,9.49 maggots,maggots,2.08,Noun,7,6,2,maggot,none,none,9.50,1.00,none,none,none,9.49 maggoty,maggoty,0.12,Adjective,7,6,3,maggoty,12.31,0.68,12.31,0.68,none,none,none, magic,magic,52.69,Noun,5,5,2,magic,5.52,1.00,5.52,1.00,5.69,5.73,none,4.91 magical,magical,9.10,Adjective,7,7,3,magical,5.95,1.00,5.95,1.00,6.77,none,none, magician,magician,7.65,Noun,8,7,3,magician,5.37,1.00,5.37,1.00,none,none,none, magicians,magicians,0.88,Noun,9,8,3,magician,none,none,5.37,1.00,none,none,none, magister,magister,0.14,Noun,8,7,3,magister,13.00,0.61,13.00,0.61,none,none,none, magistracies,magistracies,0.02,Noun,12,11,4,magistracy,none,none,12.62,0.72,none,none,none, magistracy,magistracy,0.02,Noun,10,10,4,magistracy,12.62,0.72,12.62,0.72,none,none,none, magistral,magistral,Err:512,Err:512,9,9,3,magistral,14.09,0.61,14.09,0.61,none,none,none, magistrate,magistrate,1.37,Noun,10,9,3,magistrate,12.78,0.95,12.78,0.95,none,none,none, magistrates,magistrates,0.10,Noun,11,10,3,magistrate,none,none,12.78,0.95,none,none,none, magma,magma,0.35,Noun,5,5,2,magma,9.78,0.95,9.78,0.95,none,none,none, magmata,magmata,0.02,Noun,7,7,3,magma,none,none,9.78,0.95,none,none,none, magna,magna,0.61,Noun,5,5,2,magna,12.57,0.74,12.57,0.74,none,none,none, magnanimity,magnanimity,0.04,Noun,11,11,5,magnanimity,14.31,0.68,14.31,0.68,none,none,none, magnanimous,magnanimous,0.25,Adjective,11,10,4,magnanimous,15.00,0.78,15.00,0.78,none,none,none, magnate,magnate,0.24,Noun,7,6,2,magnate,14.93,0.79,14.93,0.79,none,none,none, magnates,magnates,0.04,Noun,8,7,2,magnate,none,none,14.93,0.79,none,none,none, magnesia,magnesia,0.25,Noun,8,7,3,magnesia,12.67,0.79,12.67,0.79,none,none,none, magnesium,magnesium,0.90,Noun,9,9,4,magnesium,11.72,1.00,11.72,1.00,none,12.23,none, magnet,magnet,2.75,Noun,6,6,2,magnet,6.10,1.00,6.10,1.00,none,none,none,7.04 magnetic,magnetic,4.22,Adjective,8,8,3,magnetic,8.80,1.00,8.80,1.00,none,none,none, magnetism,magnetism,0.96,Noun,9,10,4,magnetism,10.94,1.00,10.94,1.00,none,none,none, magnetize,magnetise,0.06,Verb,9,8,3,magnetize,11.65,1.00,11.65,1.00,none,none,none, magnetized,magnetised,0.10,Verb,10,9,3,magnetize,none,none,11.65,1.00,none,none,none, magnetizes,magnetises,0.02,Verb,10,10,4,magnetize,none,none,11.65,1.00,none,none,none, magnetometer,magnetometer,0.10,Noun,12,11,5,magnetometer,15.00,0.50,15.00,0.50,none,none,none, magnetosphere,magnetosphere,0.02,Noun,13,10,4,magnetosphere,15.25,0.40,15.25,0.40,none,none,none, magnets,magnets,0.90,Noun,7,7,2,magnet,none,none,6.10,1.00,none,none,none,7.04 magnification,magnification,0.53,Noun,13,12,5,magnification,9.53,1.00,9.53,1.00,none,none,none, magnificence,magnificence,0.65,Noun,12,11,4,magnificence,9.44,1.00,9.44,1.00,none,none,none, magnificent,magnificent,13.22,Adjective,11,11,4,magnificent,8.63,1.00,8.63,1.00,none,none,none, magnifico,magnifico,0.33,Noun,9,9,4,magnifico,12.47,0.95,12.47,0.95,none,none,none, magnified,magnified,0.33,Verb,9,8,3,magnify,none,none,8.74,1.00,none,none,none, magnifier,magnifier,0.06,Noun,9,8,4,magnifier,9.70,1.00,9.70,1.00,none,none,none, magnifies,magnifies,0.08,Verb,9,8,3,magnify,none,none,8.74,1.00,none,none,none, magnify,magnify,0.59,Verb,7,7,3,magnify,8.74,1.00,8.74,1.00,none,none,none, magnifying,magnifying,0.96,Adjective,10,9,4,magnifying,8.47,1.00,8.47,1.00,none,none,none, magnitude,magnitude,1.43,Noun,9,8,3,magnitude,12.30,0.95,12.30,0.95,none,none,none, magnolia,magnolia,0.71,Noun,8,8,3,magnolia,9.89,1.00,9.89,1.00,10.99,none,none, magnolias,magnolias,0.25,Noun,9,9,3,magnolia,none,none,9.89,1.00,10.99,none,none, magpie,magpie,0.47,Noun,6,5,2,magpie,10.47,0.89,10.47,0.89,none,none,none, magpies,magpies,0.04,Noun,7,6,2,magpie,none,none,10.47,0.89,none,none,none, maharaja,maharaja,0.18,Noun,8,7,4,maharajah,none,none,14.67,0.45,none,none,none, maharajah,maharajah,0.27,Noun,9,8,4,maharajah,14.67,0.45,14.67,0.45,none,none,none, maharajas,maharajas,0.04,Noun,9,9,4,maharajah,none,none,14.67,0.45,none,none,none, maharishi,maharishi,0.10,Noun,9,8,4,maharishi,17.89,0.43,17.89,0.43,none,none,none, mahjong,mahjong,1.75,Noun,7,5,2,mahjong,15.18,0.85,15.18,0.85,none,none,none, mahogany,mahogany,0.75,Noun,8,8,4,mahogany,12.83,1.00,12.83,1.00,none,none,none, maid,maid,22.82,Noun,4,3,1,maid,6.95,1.00,6.95,1.00,6.46,none,6.94, maiden,maiden,5.53,Noun,6,5,2,maiden,9.58,1.00,9.58,1.00,none,8.52,none,10.41 maidenhead,maidenhead,0.20,Noun,10,8,3,maidenhead,13.08,0.68,13.08,0.68,none,none,none, maidenhood,maidenhood,0.12,Noun,10,8,3,maidenhood,11.93,0.79,11.93,0.79,none,none,none, maidens,maidens,0.53,Noun,7,6,2,maiden,none,none,9.58,1.00,none,8.52,none,10.41 maids,maids,2.76,Noun,5,4,1,maid,none,none,6.95,1.00,6.46,none,6.94, maidservant,maidservant,0.12,Noun,11,9,3,maidservant,12.00,0.95,12.00,0.95,none,none,none, mail,mail,36.84,Noun,4,3,1,mail,4.65,1.00,4.65,1.00,none,5.92,5.54, mailbag,mailbag,0.10,Noun,7,6,2,mailbag,6.25,1.00,6.25,1.00,none,none,none, mailbox,mailbox,4.16,Noun,7,7,2,mailbox,6.11,1.00,6.11,1.00,none,none,none, mailboxes,mailboxes,0.61,Noun,9,9,3,mailbox,none,none,6.11,1.00,none,none,none, mailed,mailed,2.08,Verb,6,4,1,mail,none,none,4.65,1.00,none,5.92,5.54, mailing,mailing,1.31,Noun,7,5,2,mailing,6.00,1.00,6.00,1.00,none,none,none, mailings,mailings,0.08,Noun,8,6,2,mailing,none,none,6.00,1.00,none,none,none, mailman,mailman,2.88,Noun,7,6,2,mailman,4.72,1.00,4.72,1.00,none,none,none, mailmen,mailmen,0.20,Noun,7,6,2,mailman,none,none,4.72,1.00,none,none,none, mails,mails,0.41,Noun,5,4,1,mail,none,none,4.65,1.00,none,5.92,5.54, mailwoman,mailwoman,0.04,Noun,9,8,3,mailwoman,8.47,0.89,8.47,0.89,none,none,none, maim,maim,0.43,Verb,4,3,1,maim,11.93,0.78,11.93,0.78,none,none,12.00, maimed,maimed,0.75,Verb,6,4,1,maim,none,none,11.93,0.78,none,none,12.00, maiming,maiming,0.16,Verb,7,5,2,maim,none,none,11.93,0.78,none,none,12.00, main,main,42.73,Adjective,4,3,1,main,6.55,1.00,6.55,1.00,7.01,7.30,6.74, mainframe,mainframe,2.02,Noun,9,7,2,mainframe,13.06,0.90,13.06,0.90,none,none,none, mainframes,mainframes,0.08,Noun,10,8,2,mainframe,none,none,13.06,0.90,none,none,none, mainland,mainland,3.02,Noun,8,7,2,mainland,11.63,1.00,11.63,1.00,none,none,none, mainlander,mainlander,0.20,Noun,10,8,3,mainlander,10.84,0.95,10.84,0.95,none,none,none, mainlanders,mainlanders,0.24,Noun,11,9,3,mainlander,none,none,10.84,0.95,none,none,none, mainline,mainline,0.20,Noun,8,6,2,mainline,10.94,0.94,10.94,0.94,none,none,none, mainliner,mainliner,0.04,Noun,9,7,3,mainliner,11.70,0.56,11.70,0.56,none,none,none, mainlines,mainlines,0.02,Noun,9,7,2,mainline,none,none,10.94,0.94,none,none,none, mainlining,mainlining,0.06,Verb,10,8,3,mainline,none,none,10.94,0.94,none,none,none, mainmast,mainmast,0.04,Noun,8,7,2,mainmast,12.92,0.67,12.92,0.67,none,none,none, mains,mains,0.24,Noun,5,4,1,mains,11.00,0.84,11.00,0.84,none,none,none, mainsail,mainsail,0.43,Noun,8,6,2,mainsail,12.67,0.67,12.67,0.67,none,none,none, mainsails,mainsails,0.04,Noun,9,7,2,mainsail,none,none,12.67,0.67,none,none,none, mainsheet,mainsheet,0.02,Noun,9,6,2,mainsheet,14.33,0.63,14.33,0.63,none,none,none, mainspring,mainspring,0.04,Noun,10,8,2,mainspring,12.93,0.83,12.93,0.83,none,none,none, mainstay,mainstay,0.18,Noun,8,6,2,mainstay,11.78,1.00,11.78,1.00,none,none,none, mainstays,mainstays,0.02,Noun,9,7,2,mainstay,none,none,11.78,1.00,none,none,none, mainstream,mainstream,1.24,Adjective,10,8,2,mainstream,13.28,1.00,13.28,1.00,none,none,none, maintain,maintain,12.96,Verb,8,6,2,maintain,9.94,1.00,9.94,1.00,none,none,none,9.40 maintained,maintained,2.24,Verb,10,7,2,maintain,none,none,9.94,1.00,none,none,none,9.40 maintainer,maintainer,0.10,Noun,10,7,3,maintainer,12.06,0.89,12.06,0.89,none,none,none, maintaining,maintaining,1.84,Verb,11,8,3,maintain,none,none,9.94,1.00,none,none,none,9.40 maintains,maintains,1.12,Verb,9,7,2,maintain,none,none,9.94,1.00,none,none,none,9.40 maintenance,maintenance,6.84,Noun,11,9,3,maintenance,10.50,1.00,10.50,1.00,10.41,none,none, maintop,maintop,0.02,Noun,7,6,2,maintop,10.56,0.45,10.56,0.45,none,none,none, maitre,maitre,0.94,Noun,6,5,2,maitre,14.33,0.67,14.33,0.67,none,none,none, maize,maize,0.18,Noun,5,3,1,maize,9.59,0.94,9.59,0.94,none,11.13,10.97, majestic,majestic,1.37,Adjective,8,8,3,majestic,10.72,1.00,10.72,1.00,none,none,none, majesties,majesties,0.43,Noun,9,8,3,majesty,none,none,7.63,1.00,none,none,none, majesty,majesty,36.53,Noun,7,7,3,majesty,7.63,1.00,7.63,1.00,none,none,none, majeure,majeure,0.12,Noun,7,5,2,majeure,15.50,0.21,15.50,0.21,none,none,none, majolica,majolica,0.02,Noun,8,8,4,majolica,16.00,0.37,16.00,0.37,none,none,none, major,major,104.76,Adjective,5,4,2,major,8.80,1.00,8.80,1.00,none,none,none,8.96 majored,majored,0.73,Verb,7,5,2,major,none,none,8.80,1.00,none,none,none,8.96 majorette,majorette,0.22,Noun,9,6,3,majorette,11.76,0.94,11.76,0.94,none,none,none, majorettes,majorettes,0.06,Noun,10,7,3,majorette,none,none,11.76,0.94,none,none,none, majoring,majoring,0.53,Verb,8,6,3,major,none,none,8.80,1.00,none,none,none,8.96 majority,majority,5.12,Noun,8,8,4,majority,8.94,1.00,8.94,1.00,none,10.45,none, majors,majors,3.18,Noun,6,5,2,major,none,none,8.80,1.00,none,none,none,8.96 majuscule,majuscule,Err:512,Err:512,9,8,3,majuscule,20.00,0.05,20.00,0.05,none,none,none, make,make,1387.75,Verb,4,3,1,make,4.68,1.00,4.68,1.00,5.13,none,4.73, makeover,makeover,1.63,Verb,8,6,3,makeover,10.53,1.00,10.53,1.00,none,none,none, makeovers,makeovers,0.24,Verb,9,7,3,makeover,none,none,10.53,1.00,none,none,none, maker,maker,4.92,Noun,5,4,2,maker,6.94,1.00,6.94,1.00,none,7.18,none, makers,makers,1.57,Noun,6,5,2,maker,none,none,6.94,1.00,none,7.18,none, makes,makes,241.10,Verb,5,4,1,make,none,none,4.68,1.00,5.13,none,4.73, makeshift,makeshift,0.39,Adjective,9,7,2,makeshift,13.00,1.00,13.00,1.00,none,none,none, makeup,makeup,15.49,Noun,6,5,2,makeup,7.94,1.00,7.94,1.00,none,none,none,6.75 make-up,make-up,Err:512,Err:512,7,5,2,make-up,7.44,1.00,7.44,1.00,none,none,none, making,making,222.53,Verb,6,5,2,make,none,none,4.68,1.00,5.13,none,4.73, malachite,malachite,0.06,Noun,9,7,3,malachite,13.40,0.50,13.40,0.50,none,none,none, maladapted,maladapted,0.02,Verb,10,10,4,maladapted,15.08,0.63,15.08,0.63,none,none,none, maladaptive,maladaptive,0.02,Adjective,11,10,4,maladaptive,14.56,0.90,14.56,0.90,none,none,none, maladies,maladies,0.06,Noun,8,7,3,malady,none,none,13.31,0.84,none,none,none, maladjusted,maladjusted,0.20,Adjective,11,10,4,maladjusted,14.06,0.95,14.06,0.95,none,none,none, maladjustment,maladjustment,0.08,Noun,13,12,4,maladjustment,14.06,0.84,14.06,0.84,none,none,none, malady,malady,0.43,Noun,6,6,3,malady,13.31,0.84,13.31,0.84,none,none,none, malaise,malaise,0.16,Noun,7,5,2,malaise,13.63,0.95,13.63,0.95,none,none,none, malamute,malamute,0.06,Noun,8,8,3,malamute,11.83,0.63,11.83,0.63,none,none,none, malamutes,malamutes,0.02,Noun,9,9,3,malamute,none,none,11.83,0.63,none,none,none, malaria,malaria,1.67,Noun,7,7,4,malaria,12.33,0.95,12.33,0.95,none,none,none, malarial,malarial,0.06,Adjective,8,8,4,malarial,13.50,0.56,13.50,0.56,none,none,none, malarkey,malarkey,0.45,Noun,8,7,3,malarkey,12.29,0.74,12.29,0.74,none,none,none, malcontent,malcontent,0.20,Noun,10,10,3,malcontent,14.33,0.90,14.33,0.90,none,none,none, malcontented,malcontented,0.02,Adjective,12,12,4,malcontented,13.75,0.80,13.75,0.80,none,none,none, malcontents,malcontents,0.22,Noun,11,11,3,malcontent,none,none,14.33,0.90,none,none,none, male,male,33.94,Adjective,4,3,1,male,5.63,1.00,5.63,1.00,none,7.66,5.73, malediction,malediction,0.02,Noun,11,10,4,malediction,13.69,0.72,13.69,0.72,none,none,none, maledictions,maledictions,0.02,Noun,12,11,4,malediction,none,none,13.69,0.72,none,none,none, malefaction,malefaction,Err:512,Err:512,11,9,3,malefaction,15.38,0.42,15.38,0.42,none,none,none, malefactor,malefactor,0.02,Noun,10,9,4,malefactor,17.00,0.63,17.00,0.63,none,none,none, malefactors,malefactors,0.02,Noun,11,10,4,malefactor,none,none,17.00,0.63,none,none,none, malefic,malefic,0.04,Adjective,7,7,3,malefic,16.75,0.20,16.75,0.20,none,none,none, maleness,maleness,0.08,Noun,8,6,2,maleness,11.21,0.95,11.21,0.95,none,none,none, males,males,2.63,Noun,5,4,1,male,none,none,5.63,1.00,none,7.66,5.73, malevolence,malevolence,0.12,Noun,11,10,4,malevolence,12.74,0.86,12.74,0.86,none,none,none, malevolent,malevolent,0.35,Adjective,10,10,4,malevolent,12.73,0.83,12.73,0.83,none,none,none, malfeasance,malfeasance,0.29,Noun,11,9,3,malfeasance,16.33,0.67,16.33,0.67,none,none,none, malformation,malformation,0.12,Noun,12,11,4,malformation,13.40,1.00,13.40,1.00,none,none,none, malformations,malformations,0.02,Noun,13,12,4,malformation,none,none,13.40,1.00,none,none,none, malformed,malformed,0.14,Adjective,9,8,2,malformed,10.89,1.00,10.89,1.00,none,none,none, malfunction,malfunction,2.88,Noun,11,10,3,malfunction,9.58,1.00,9.58,1.00,none,none,none, malfunctioned,malfunctioned,0.61,Verb,13,11,3,malfunction,none,none,9.58,1.00,none,none,none, malfunctioning,malfunctioning,0.75,Verb,14,12,4,malfunction,none,none,9.58,1.00,none,none,none, malfunctions,malfunctions,0.25,Noun,12,11,3,malfunction,none,none,9.58,1.00,none,none,none, malice,malice,1.18,Noun,6,5,2,malice,12.33,0.95,12.33,0.95,10.94,none,none,12.75 malicious,malicious,1.57,Adjective,9,7,3,malicious,11.37,0.95,11.37,0.95,none,none,none, malign,malign,0.20,Verb,6,5,2,malign,13.67,1.00,13.67,1.00,none,none,none, malignancy,malignancy,0.14,Noun,10,10,4,malignancy,12.00,0.84,12.00,0.84,none,none,none, malignant,malignant,1.24,Adjective,9,9,3,malignant,13.67,1.00,13.67,1.00,none,none,none, maligned,maligned,0.08,Verb,8,6,2,malign,none,none,13.67,1.00,none,none,none, malingerer,malingerer,0.06,Noun,10,8,4,malingerer,15.67,0.67,15.67,0.67,none,none,none, malingerers,malingerers,0.06,Noun,11,9,4,malingerer,none,none,15.67,0.67,none,none,none, malison,malison,Err:512,Err:512,7,7,3,malison,18.00,0.05,18.00,0.05,none,none,none, mall,mall,18.90,Noun,4,3,1,mall,6.78,1.00,6.78,1.00,none,11.55,6.28, mallard,mallard,0.37,Noun,7,5,2,mallard,9.94,0.89,9.94,0.89,none,none,none, mallards,mallards,0.04,Noun,8,6,2,mallard,none,none,9.94,0.89,none,none,none, malleability,malleability,0.02,Noun,12,11,6,malleability,12.81,0.84,12.81,0.84,none,none,none, malleable,malleable,0.10,Adjective,9,8,4,malleable,14.11,1.00,14.11,1.00,none,none,none, mallet,mallet,0.69,Noun,6,5,2,mallet,10.94,0.95,10.94,0.95,none,8.88,none, mallets,mallets,0.06,Noun,7,6,2,mallet,none,none,10.94,0.95,none,8.88,none, malls,malls,1.35,Noun,5,4,1,mall,none,none,6.78,1.00,none,11.55,6.28, malnourished,malnourished,0.16,Adjective,12,8,3,malnourished,11.05,1.00,11.05,1.00,none,none,none, malnourishment,malnourishment,0.04,Noun,14,11,4,malnourishment,11.22,1.00,11.22,1.00,none,none,none, malnutrition,malnutrition,0.45,Noun,12,11,4,malnutrition,10.37,1.00,10.37,1.00,none,none,none, malocclusion,malocclusion,Err:512,Err:512,12,10,4,malocclusion,16.67,0.29,16.67,0.29,none,none,none, malodorous,malodorous,0.06,Adjective,10,8,4,malodorous,14.33,0.63,14.33,0.63,none,none,none, malpractice,malpractice,1.55,Noun,11,10,3,malpractice,11.75,1.00,11.75,1.00,none,none,none, malt,malt,1.65,Noun,4,4,1,malt,9.18,0.94,9.18,0.94,none,none,9.53, malted,malted,0.27,Adjective,6,6,2,malted,9.89,0.95,9.89,0.95,none,none,none, maltreat,maltreat,0.04,Verb,8,7,2,maltreat,13.94,0.94,13.94,0.94,none,none,none, maltreatment,maltreatment,0.08,Noun,12,11,3,maltreatment,11.40,0.83,11.40,0.83,none,none,none, malts,malts,0.18,Noun,5,5,1,malt,none,none,9.18,0.94,none,none,9.53, mama,mama,103.71,Noun,4,4,2,mama,1.89,1.00,1.89,1.00,none,none,none, mamas,mamas,0.71,Noun,5,5,2,mama,none,none,1.89,1.00,none,none,none, mambo,mambo,2.53,Noun,5,5,2,mambo,11.21,0.78,11.21,0.78,none,none,none,10.22 mamma,mamma,3.02,Noun,5,4,2,mama,none,none,1.89,1.00,none,none,none, mammal,mammal,1.22,Noun,6,5,2,mammal,7.39,1.00,7.39,1.00,none,none,none,6.75 mammalian,mammalian,0.12,Adjective,9,8,4,mammalian,11.71,0.74,11.71,0.74,none,none,none, mammals,mammals,1.10,Noun,7,6,2,mammal,none,none,7.39,1.00,none,none,none,6.75 mammary,mammary,0.18,Adjective,7,5,3,mammary,12.29,0.89,12.29,0.89,none,none,none, mammies,mammies,0.10,Noun,7,5,2,mammy,none,none,7.62,0.72,none,none,none, mammogram,mammogram,0.12,Noun,9,8,3,mammogram,13.17,0.95,13.17,0.95,none,none,none, mammon,mammon,0.27,Noun,6,5,2,mammon,14.86,0.39,14.86,0.39,none,none,none, mammoth,mammoth,0.78,Noun,7,5,2,mammoth,7.72,1.00,7.72,1.00,none,none,none,8.28 mammoths,mammoths,0.08,Noun,8,6,2,mammoth,none,none,7.72,1.00,none,none,none,8.28 mammy,mammy,2.33,Noun,5,4,2,mammy,7.62,0.72,7.62,0.72,none,none,none, man,man,1845.75,Noun,3,3,1,man,3.11,1.00,3.11,1.00,3.78,none,3.63, manacle,manacle,0.02,Noun,7,7,3,manacle,12.50,0.74,12.50,0.74,none,none,none, manacled,manacled,0.14,Verb,8,8,3,manacle,none,none,12.50,0.74,none,none,none, manacles,manacles,0.10,Noun,8,8,3,manacle,none,none,12.50,0.74,none,none,none, manage,manage,21.47,Verb,6,5,2,manage,7.67,1.00,7.67,1.00,7.84,none,none,8.53 manageable,manageable,0.63,Adjective,10,9,4,manageable,9.94,1.00,9.94,1.00,none,none,none, managed,managed,16.59,Verb,7,6,2,manage,none,none,7.67,1.00,7.84,none,none,8.53 management,management,11.65,Noun,10,9,3,management,10.05,1.00,10.05,1.00,none,10.02,none, managements,managements,0.02,Noun,11,10,3,management,none,none,10.05,1.00,none,10.02,none, manager,manager,39.96,Noun,7,6,3,manager,9.40,1.00,9.40,1.00,8.54,none,none, manageress,manageress,0.02,Noun,10,8,4,manageress,16.00,0.44,16.00,0.44,none,none,none, managerial,managerial,0.41,Adjective,10,10,5,managerial,12.44,0.95,12.44,0.95,none,none,none, managers,managers,2.25,Noun,8,7,3,manager,none,none,9.40,1.00,8.54,none,none, manages,manages,1.57,Verb,7,7,3,manage,none,none,7.67,1.00,7.84,none,none,8.53 manana,manana,0.35,Noun,6,6,3,manana,12.00,0.35,12.00,0.35,none,none,none, manatee,manatee,0.20,Noun,7,6,3,manatee,10.56,0.95,10.56,0.95,none,none,none, manatees,manatees,0.04,Noun,8,7,3,manatee,none,none,10.56,0.95,none,none,none, mandarin,mandarin,1.31,Noun,8,7,3,mandarin,10.35,0.94,10.35,0.94,none,none,none, mandarins,mandarins,0.02,Noun,9,8,3,mandarin,none,none,10.35,0.94,none,none,none, mandate,mandate,1.49,Noun,7,6,2,mandate,12.95,1.00,12.95,1.00,none,none,none,11.59 mandated,mandated,0.25,Verb,8,8,3,mandate,none,none,12.95,1.00,none,none,none,11.59 mandates,mandates,0.10,Noun,8,7,2,mandate,none,none,12.95,1.00,none,none,none,11.59 mandatory,mandatory,2.47,Adjective,9,9,4,mandatory,8.95,1.00,8.95,1.00,none,none,none, mandible,mandible,0.59,Noun,8,8,3,mandible,11.44,0.90,11.44,0.90,none,none,none, mandibles,mandibles,0.10,Noun,9,9,3,mandible,none,none,11.44,0.90,none,none,none, mandolin,mandolin,0.47,Noun,8,8,3,mandolin,12.39,0.95,12.39,0.95,none,none,none, mandolins,mandolins,0.02,Noun,9,9,3,mandolin,none,none,12.39,0.95,none,none,none, mandrake,mandrake,1.12,Name,8,7,2,mandrake,13.76,0.76,13.76,0.76,none,none,none,12.11 mandrel,mandrel,0.00,Err:512,7,7,2,mandrill,none,none,16.67,0.45,none,none,none, mandrill,mandrill,0.02,Noun,8,7,2,mandrill,16.67,0.45,16.67,0.45,none,none,none, mane,mane,0.59,Noun,4,3,1,mane,5.60,1.00,5.60,1.00,none,none,8.33, manes,manes,0.04,Noun,5,4,1,mane,none,none,5.60,1.00,none,none,8.33, maneuver,manoeuvre,2.80,Noun,8,6,3,maneuver,9.89,1.00,9.89,1.00,none,none,none, maneuverability,manoeuvrability,0.12,Noun,15,13,7,maneuverability,11.22,1.00,11.22,1.00,none,none,none, maneuverable,manoeuvrable,0.24,Adjective,12,10,5,maneuverable,13.00,0.89,13.00,0.89,none,none,none, maneuvered,manoeuvred,0.20,Verb,10,7,3,maneuver,none,none,9.89,1.00,none,none,none, maneuvering,manoeuvring,1.02,Verb,11,8,4,maneuver,none,none,9.89,1.00,none,none,none, maneuvers,manoeuvres,1.71,Noun,9,7,3,maneuver,none,none,9.89,1.00,none,none,none, manful,manful,0.02,Adjective,6,6,2,manful,12.30,0.56,12.30,0.56,none,none,none, manganese,manganese,0.22,Noun,9,8,3,manganese,16.38,0.68,16.38,0.68,none,12.90,none, mange,mange,0.22,Noun,5,4,1,mange,12.25,0.89,12.25,0.89,none,none,none, manger,manger,1.00,Noun,6,5,2,manger,7.00,0.95,7.00,0.95,none,none,none,9.40 mangiest,mangiest,0.02,Adjective,8,8,3,mangy,none,none,8.78,0.95,none,none,none, mangle,mangle,0.27,Verb,6,6,2,mangle,11.29,0.94,11.29,0.94,none,none,none, mangled,mangled,0.98,Verb,7,7,2,mangle,none,none,11.29,0.94,none,none,none, mangles,mangles,0.20,Noun,7,7,2,mangle,none,none,11.29,0.94,none,none,none, mangling,mangling,0.06,Verb,8,8,3,mangle,none,none,11.29,0.94,none,none,none, mango,mango,1.65,Noun,5,5,2,mango,8.22,1.00,8.22,1.00,none,none,none,7.19 mangoes,mangoes,0.43,Noun,7,6,2,mango,none,none,8.22,1.00,none,none,none,7.19 mangos,mangos,0.16,Noun,6,6,2,mango,none,none,8.22,1.00,none,none,none,7.19 mangrove,mangrove,0.18,Noun,8,7,2,mangrove,14.53,0.83,14.53,0.83,none,none,none, mangroves,mangroves,0.04,Noun,9,8,2,mangrove,none,none,14.53,0.83,none,none,none, mangy,mangy,1.59,Adjective,5,5,2,mangy,8.78,0.95,8.78,0.95,none,none,none, manhandle,manhandle,0.10,Verb,9,9,3,manhandle,12.33,1.00,12.33,1.00,none,none,none, manhandled,manhandled,0.41,Verb,10,10,3,manhandle,none,none,12.33,1.00,none,none,none, manhole,manhole,0.75,Noun,7,6,2,manhole,6.83,1.00,6.83,1.00,none,none,none, manholes,manholes,0.06,Noun,8,7,2,manhole,none,none,6.83,1.00,none,none,none, manhood,manhood,2.86,Noun,7,6,2,manhood,12.95,1.00,12.95,1.00,none,none,none, manhunt,manhunt,1.22,Noun,7,7,2,manhunt,9.58,1.00,9.58,1.00,none,none,none, manhunts,manhunts,0.04,Noun,8,8,2,manhunt,none,none,9.58,1.00,none,none,none, mania,mania,1.02,Noun,5,5,3,mania,12.95,1.00,12.95,1.00,none,none,none, maniac,maniac,9.39,Noun,6,6,3,maniac,8.80,1.00,8.80,1.00,none,none,none, maniacal,maniacal,0.53,Adjective,8,8,4,maniacal,13.29,0.94,13.29,0.94,none,none,none, maniacs,maniacs,1.35,Noun,7,7,3,maniac,none,none,8.80,1.00,none,none,none, manias,manias,0.06,Noun,6,6,3,mania,none,none,12.95,1.00,none,none,none, manic,manic,1.37,Adjective,5,5,2,manic,12.11,1.00,12.11,1.00,none,11.98,none, manicotti,manicotti,0.31,Noun,9,8,4,manicotti,14.69,0.89,14.69,0.89,none,none,none, manicure,manicure,1.98,Noun,8,7,3,manicure,10.56,1.00,10.56,1.00,none,10.54,none, manicured,manicured,0.35,Adjective,9,8,3,manicured,11.85,1.00,11.85,1.00,none,none,none, manicures,manicures,0.33,Noun,9,8,3,manicure,none,none,10.56,1.00,none,10.54,none, manicurist,manicurist,0.61,Noun,10,10,4,manicurist,11.72,1.00,11.72,1.00,none,none,none, manicurists,manicurists,0.04,Noun,11,11,4,manicurist,none,none,11.72,1.00,none,none,none, manifest,manifest,3.69,Verb,8,8,3,manifest,12.16,1.00,12.16,1.00,none,none,none, manifestation,manifestation,1.04,Noun,13,12,5,manifestation,14.17,1.00,14.17,1.00,none,none,none, manifestations,manifestations,0.37,Noun,14,13,5,manifestation,none,none,14.17,1.00,none,none,none, manifested,manifested,0.55,Verb,10,10,4,manifest,none,none,12.16,1.00,none,none,none, manifesting,manifesting,0.29,Verb,11,10,4,manifest,none,none,12.16,1.00,none,none,none, manifesto,manifesto,0.73,Noun,9,9,4,manifesto,14.71,0.94,14.71,0.94,none,none,none, manifestoes,manifestoes,0.02,Noun,11,10,4,manifesto,none,none,14.71,0.94,none,none,none, manifestos,manifestos,0.04,Noun,10,10,4,manifesto,none,none,14.71,0.94,none,none,none, manifests,manifests,0.43,Verb,9,9,3,manifest,none,none,12.16,1.00,none,none,none, manifold,manifold,0.49,Noun,8,8,3,manifold,14.67,1.00,14.67,1.00,none,none,none, manifolds,manifolds,0.04,Noun,9,9,3,manifold,none,none,14.67,1.00,none,none,none, manipulate,manipulate,3.47,Verb,10,10,4,manipulate,11.10,1.00,11.10,1.00,none,none,none, manipulated,manipulated,1.82,Verb,11,12,5,manipulate,none,none,11.10,1.00,none,none,none, manipulates,manipulates,0.16,Verb,11,11,4,manipulate,none,none,11.10,1.00,none,none,none, manipulating,manipulating,1.43,Verb,12,12,5,manipulate,none,none,11.10,1.00,none,none,none, manipulation,manipulation,1.35,Noun,12,12,5,manipulation,10.61,1.00,10.61,1.00,none,none,none, manipulations,manipulations,0.18,Noun,13,13,5,manipulation,none,none,10.61,1.00,none,none,none, manipulative,manipulative,1.63,Adjective,12,12,5,manipulative,11.26,1.00,11.26,1.00,none,none,none, manipulator,manipulator,0.20,Noun,11,11,5,manipulator,11.33,0.95,11.33,0.95,none,none,none, manipulators,manipulators,0.06,Noun,12,12,5,manipulator,none,none,11.33,0.95,none,none,none, mankind,mankind,8.76,Noun,7,7,2,mankind,8.89,1.00,8.89,1.00,none,9.24,none, manlier,manlier,0.02,Adjective,7,6,3,manly,none,none,9.42,0.95,none,none,none, manlike,manlike,0.12,Adjective,7,6,2,manlike,9.44,1.00,9.44,1.00,none,none,none, manliness,manliness,0.24,Noun,9,8,3,manliness,8.39,1.00,8.39,1.00,none,none,none, manly,manly,4.04,Adjective,5,5,2,manly,9.42,0.95,9.42,0.95,none,none,none, manmade,manmade,0.18,Adjective,7,6,2,manmade,9.42,1.00,9.42,1.00,none,none,none, manna,manna,0.45,Noun,5,4,2,manna,11.92,0.68,11.92,0.68,none,none,none, manned,manned,1.29,Adjective,6,4,1,manned,12.28,0.90,12.28,0.90,none,none,none, mannequin,mannequin,1.22,Noun,9,7,3,mannequin,9.24,0.94,9.24,0.94,none,none,none, mannequins,mannequins,0.39,Noun,10,8,3,mannequin,none,none,9.24,0.94,none,none,none, manner,manner,11.53,Noun,6,4,2,manner,6.83,1.00,6.83,1.00,8.29,none,none,6.97 mannered,mannered,0.14,Adjective,8,5,2,mannered,6.89,1.00,6.89,1.00,none,none,none, mannerism,mannerism,0.04,Noun,9,8,4,mannerism,11.44,1.00,11.44,1.00,none,none,none, mannerisms,mannerisms,0.47,Noun,10,9,4,mannerism,none,none,11.44,1.00,none,none,none, mannerist,mannerist,0.02,Noun,9,7,3,mannerist,13.21,0.78,13.21,0.78,none,none,none, mannerly,mannerly,0.14,Adjective,8,6,3,mannerly,8.35,0.94,8.35,0.94,none,none,none, manners,manners,12.76,Noun,7,5,2,manners,5.89,1.00,5.89,1.00,none,none,none, mannish,mannish,0.27,Verb,7,5,2,mannish,11.88,0.89,11.88,0.89,none,none,none, manometer,manometer,0.06,Noun,9,8,4,manometer,17.33,0.33,17.33,0.33,none,none,none, manometers,manometers,0.06,Noun,10,9,4,manometer,none,none,17.33,0.33,none,none,none, manor,manor,3.41,Noun,5,4,2,manor,9.55,1.00,9.55,1.00,none,8.34,none,9.94 manpower,manpower,2.06,Noun,8,6,3,manpower,9.11,1.00,9.11,1.00,none,none,none, mans,mans,0.51,Noun,4,4,1,man,none,none,3.11,1.00,3.78,none,3.63, manse,manse,0.04,Noun,5,4,1,manse,12.56,0.47,12.56,0.47,none,none,none, manservant,manservant,0.29,Noun,10,9,3,manservant,11.07,0.74,11.07,0.74,none,none,none, mansion,mansion,6.45,Noun,7,6,2,mansion,7.20,1.00,7.20,1.00,none,7.60,none,8.12 mansions,mansions,0.71,Noun,8,7,2,mansions,8.63,1.00,8.63,1.00,none,none,none, manslaughter,manslaughter,2.75,Noun,12,8,3,manslaughter,12.28,1.00,12.28,1.00,none,none,none, manslayer,manslayer,0.04,Noun,9,7,3,manslayer,12.56,0.80,12.56,0.80,none,none,none, manta,manta,0.29,Noun,5,5,2,manta,14.08,0.68,14.08,0.68,none,none,none, mantel,mantel,0.75,Noun,6,6,2,mantel,7.72,1.00,7.72,1.00,none,10.05,none,9.58 mantelpiece,mantelpiece,0.35,Noun,11,9,3,mantelpiece,11.00,0.78,11.00,0.78,none,none,none, mantic,mantic,0.02,Adjective,6,6,2,mantic,14.00,0.60,14.00,0.60,none,none,none, mantilla,mantilla,0.10,Noun,8,7,3,mantilla,15.12,0.42,15.12,0.42,none,none,none, mantis,mantis,0.45,Noun,6,6,2,mantis,9.28,0.86,9.28,0.86,none,none,none, mantle,mantle,2.16,Noun,6,6,2,mantle,9.17,1.00,9.17,1.00,none,none,none,9.85 mantles,mantles,0.04,Noun,7,7,2,mantle,none,none,9.17,1.00,none,none,none,9.85 mantra,mantra,0.84,Noun,6,6,2,mantra,13.74,0.95,13.74,0.95,none,none,none,12.64 mantrap,mantrap,0.10,Noun,7,7,2,mantrap,13.85,0.65,13.85,0.65,none,none,none, mantras,mantras,0.08,Noun,7,7,2,mantra,none,none,13.74,0.95,none,none,none,12.64 manual,manual,8.00,Noun,6,7,3,manual,7.57,1.00,7.57,1.00,none,none,none, manuals,manuals,0.61,Noun,7,8,3,manual,none,none,7.57,1.00,none,none,none, manufacture,manufacture,2.43,Verb,11,10,4,manufacture,10.59,1.00,10.59,1.00,none,none,none, manufactured,manufactured,1.80,Verb,12,11,4,manufacture,none,none,10.59,1.00,none,none,none, manufacturer,manufacturer,1.78,Noun,12,11,5,manufacturer,10.79,1.00,10.79,1.00,none,10.34,none, manufacturers,manufacturers,0.98,Noun,13,12,5,manufacturer,none,none,10.79,1.00,none,10.34,none, manufactures,manufactures,0.35,Verb,12,11,4,manufacture,none,none,10.59,1.00,none,none,none, manufacturing,manufacturing,1.69,Noun,13,12,5,manufacturing,9.16,1.00,9.16,1.00,none,none,none, manumission,manumission,0.04,Noun,11,10,4,manumission,15.62,0.40,15.62,0.40,none,none,none, manure,manure,2.08,Noun,6,5,2,manure,10.10,1.00,10.10,1.00,none,7.84,none,9.67 manuscript,manuscript,2.69,Noun,10,11,3,manuscript,12.12,0.94,12.12,0.94,none,none,none, manuscripts,manuscripts,0.55,Noun,11,12,3,manuscript,none,none,12.12,0.94,none,none,none, many,many,359.43,Determiner,4,4,2,many,4.60,1.00,4.60,1.00,5.86,none,none,6.13 map,map,31.82,Noun,3,3,1,map,5.60,1.00,5.60,1.00,6.60,none,5.86, maple,maple,3.24,Noun,5,5,2,maple,5.94,1.00,5.94,1.00,none,none,none,7.11 mapleleaf,mapleleaf,Err:512,Err:512,9,7,3,mapleleaf,9.41,1.00,9.41,1.00,none,none,none, maples,maples,0.20,Noun,6,6,2,maple,none,none,5.94,1.00,none,none,none,7.11 mapmaker,mapmaker,0.14,Noun,8,7,3,mapmaker,11.71,0.94,11.71,0.94,none,none,none, mapmakers,mapmakers,0.02,Noun,9,8,3,mapmaker,none,none,11.71,0.94,none,none,none, mapmaking,mapmaking,0.06,Verb,9,8,3,mapmaking,10.00,0.94,10.00,0.94,none,none,none, mapped,mapped,0.90,Verb,6,4,1,map,none,none,5.60,1.00,6.60,none,5.86, maps,maps,4.92,Noun,4,4,1,map,none,none,5.60,1.00,6.60,none,5.86, maquillage,maquillage,0.02,Noun,10,8,3,maquillage,16.00,0.30,16.00,0.30,none,none,none, mar,mar,4.02,Verb,3,3,1,mar,10.95,1.00,10.95,1.00,none,none,12.75, marabou,marabou,0.02,Noun,7,6,3,marabou,14.25,0.42,14.25,0.42,none,none,none, maraca,maraca,0.06,Noun,6,6,3,maraca,9.08,0.67,9.08,0.67,none,none,none, maracas,maracas,0.14,Noun,7,7,3,maraca,none,none,9.08,0.67,none,none,none, maraschino,maraschino,0.24,Noun,10,9,4,maraschino,10.00,0.83,10.00,0.83,none,none,none, maraschinos,maraschinos,0.04,Noun,11,9,4,maraschino,none,none,10.00,0.83,none,none,none, marathon,marathon,4.47,Noun,8,7,3,marathon,9.32,1.00,9.32,1.00,none,none,none, marathoner,marathoner,0.04,Noun,10,8,4,marathoner,12.81,0.84,12.81,0.84,none,none,none, marathoners,marathoners,0.02,Noun,11,9,4,marathoner,none,none,12.81,0.84,none,none,none, marathons,marathons,0.12,Noun,9,8,3,marathon,none,none,9.32,1.00,none,none,none, maraud,maraud,0.02,Verb,6,4,2,maraud,12.47,0.79,12.47,0.79,none,none,none, marauder,marauder,0.14,Noun,8,5,3,marauder,12.56,0.95,12.56,0.95,none,none,none, marauders,marauders,0.24,Noun,9,6,3,marauder,none,none,12.56,0.95,none,none,none, marauding,marauding,0.16,Adjective,9,6,3,marauding,14.00,0.78,14.00,0.78,none,none,none, marauds,marauds,0.02,Verb,7,6,2,maraud,none,none,12.47,0.79,none,none,none, marble,marble,5.22,Noun,6,6,2,marble,7.05,1.00,7.05,1.00,none,5.98,none,5.74 marbled,marbled,0.06,Adjective,7,7,2,marbled,9.74,1.00,9.74,1.00,none,none,none, marbleize,marbleize,0.04,Verb,9,8,3,marbleize,12.80,0.79,12.80,0.79,none,none,none, marbles,marbles,3.04,Noun,7,7,2,marble,none,none,7.05,1.00,none,5.98,none,5.74 marcel,marcel,1.41,Name,6,6,2,marcel,18.33,0.14,18.33,0.14,none,none,none, march,march,24.02,Name,5,4,1,march,6.85,1.00,6.85,1.00,none,5.50,6.33, marched,marched,2.12,Verb,7,5,1,march,none,none,6.85,1.00,none,5.50,6.33, marcher,marcher,0.06,Noun,7,5,2,marcher,9.11,0.95,9.11,0.95,none,none,none, marchers,marchers,0.02,Noun,8,6,2,marcher,none,none,9.11,0.95,none,none,none, marches,marches,1.39,Noun,7,6,2,march,none,none,6.85,1.00,none,5.50,6.33, marching,marching,6.55,Verb,8,6,2,march,none,none,6.85,1.00,none,5.50,6.33, marchioness,marchioness,0.04,Noun,11,8,3,marchioness,14.43,0.39,14.43,0.39,none,none,none, mare,mare,2.90,Noun,4,3,1,mare,8.84,0.90,8.84,0.90,none,none,9.74, mares,mares,0.41,Noun,5,4,1,mare,none,none,8.84,0.90,none,none,9.74, margarine,margarine,0.63,Noun,9,7,3,margarine,8.50,1.00,8.50,1.00,none,none,none, margarita,margarita,1.39,Noun,9,8,4,margarita,12.60,1.00,12.60,1.00,none,none,none, margaritas,margaritas,1.31,Noun,10,10,4,margarita,none,none,12.60,1.00,none,none,none, margin,margin,1.96,Noun,6,6,2,margin,10.11,0.95,10.11,0.95,none,8.03,none,10.70 marginal,marginal,0.55,Adjective,8,8,3,marginal,12.00,1.00,12.00,1.00,none,none,none, marginalize,marginalise,0.02,Verb,11,10,4,marginalize,14.00,0.95,14.00,0.95,none,none,none, marginalized,marginalised,0.25,Verb,12,11,4,marginalize,none,none,14.00,0.95,none,none,none, marginalizes,marginalises,0.02,Verb,12,12,5,marginalize,none,none,14.00,0.95,none,none,none, margins,margins,1.04,Noun,7,7,2,margin,none,none,10.11,0.95,none,8.03,none,10.70 margrave,margrave,Err:512,Err:512,8,7,2,margrave,15.00,0.05,15.00,0.05,none,none,none, marguerite,marguerite,2.59,Noun,10,7,3,marguerite,14.11,0.50,14.11,0.50,none,none,none, mariachi,mariachi,0.82,Noun,8,7,4,mariachi,11.00,0.78,11.00,0.78,none,none,none, mariachis,mariachis,0.06,Noun,9,8,4,mariachi,none,none,11.00,0.78,none,none,none, marigold,marigold,0.16,Noun,8,8,3,marigold,8.47,0.83,8.47,0.83,none,none,none, marigolds,marigolds,0.25,Noun,9,9,3,marigold,none,none,8.47,0.83,none,none,none, marihuana,marihuana,0.02,Noun,9,10,5,marijuana,none,none,10.89,1.00,none,none,none, marijuana,marijuana,5.31,Noun,9,8,4,marijuana,10.89,1.00,10.89,1.00,none,none,none, marimba,marimba,0.04,Noun,7,6,3,marimba,14.00,0.48,14.00,0.48,none,none,none, marinade,marinade,0.06,Noun,8,7,3,marinade,11.21,1.00,11.21,1.00,12.68,none,none, marinara,marinara,0.47,Noun,8,8,4,marinara,8.78,0.95,8.78,0.95,none,none,none, marinate,marinate,0.37,Verb,8,7,3,marinate,10.26,1.00,10.26,1.00,none,none,none, marinated,marinated,0.35,Verb,9,9,4,marinate,none,none,10.26,1.00,none,none,none, marinates,marinates,0.02,Verb,9,8,3,marinate,none,none,10.26,1.00,none,none,none, marinating,marinating,0.16,Verb,10,9,4,marinate,none,none,10.26,1.00,none,none,none, marine,marine,14.08,Adjective,6,4,2,marine,9.80,1.00,9.80,1.00,none,none,none, mariner,mariner,0.43,Noun,7,6,3,mariner,11.33,0.95,11.33,0.95,none,none,none, mariners,mariners,0.59,Noun,8,7,3,mariner,none,none,11.33,0.95,none,none,none, marines,marines,9.63,Noun,7,5,2,marine,none,none,9.80,1.00,none,none,none, marionette,marionette,0.14,Noun,10,8,4,marionette,9.89,1.00,9.89,1.00,none,none,none, marionettes,marionettes,0.18,Noun,11,9,4,marionette,none,none,9.89,1.00,none,none,none, marital,marital,2.06,Adjective,7,7,3,marital,10.35,1.00,10.35,1.00,none,none,none, maritime,maritime,0.73,Adjective,8,7,3,maritime,11.47,0.89,11.47,0.89,none,none,none, mark,mark,82.02,Name,4,4,1,mark,6.48,1.00,6.48,1.00,5.54,none,6.17, marked,marked,10.73,Verb,6,5,1,mark,none,none,6.48,1.00,5.54,none,6.17, marker,marker,5.24,Noun,6,5,2,marker,4.89,1.00,4.89,1.00,none,none,none, markers,markers,2.35,Noun,7,6,2,marker,none,none,4.89,1.00,none,none,none, market,market,36.24,Noun,6,6,2,market,7.16,1.00,7.16,1.00,none,6.62,none,7.34 marketability,marketability,0.06,Noun,13,13,6,marketability,14.06,0.94,14.06,0.94,none,none,none, marketable,marketable,0.27,Adjective,10,10,4,marketable,12.11,1.00,12.11,1.00,none,none,none, marketed,marketed,0.16,Verb,8,8,3,market,none,none,7.16,1.00,none,6.62,none,7.34 marketer,marketer,0.02,Noun,8,7,3,marketer,11.25,1.00,11.25,1.00,none,none,none, marketers,marketers,0.02,Noun,9,8,3,marketer,none,none,11.25,1.00,none,none,none, marketing,marketing,4.76,Noun,9,8,3,marketing,12.25,1.00,12.25,1.00,none,none,none, marketplace,marketplace,1.63,Noun,11,10,3,marketplace,8.89,1.00,8.89,1.00,none,none,none, marketplaces,marketplaces,0.06,Noun,12,12,4,marketplace,none,none,8.89,1.00,none,none,none, markets,markets,1.96,Noun,7,7,2,market,none,none,7.16,1.00,none,6.62,none,7.34 marking,marking,1.61,Verb,7,6,2,mark,none,none,6.48,1.00,5.54,none,6.17, marks,marks,21.90,Noun,5,5,1,mark,none,none,6.48,1.00,5.54,none,6.17, marksman,marksman,1.45,Noun,8,8,2,marksman,10.83,0.95,10.83,0.95,none,none,none, marksmanship,marksmanship,0.45,Noun,12,11,3,marksmanship,11.89,1.00,11.89,1.00,none,none,none, marksmen,marksmen,0.35,Noun,8,8,2,marksman,none,none,10.83,0.95,none,none,none, markup,mark-up,0.16,Noun,6,6,2,markup,12.53,1.00,12.53,1.00,none,none,none, marl,marl,0.02,Noun,4,4,1,marl,14.00,0.37,14.00,0.37,none,13.38,none, marled,marled,0.04,Adjective,6,6,2,marled,14.44,0.45,14.44,0.45,none,none,none, marmalade,marmalade,1.02,Noun,9,8,3,marmalade,10.39,0.95,10.39,0.95,none,none,none, marmalades,marmalades,0.04,Noun,10,9,3,marmalade,none,none,10.39,0.95,none,none,none, marmoreal,marmoreal,Err:512,Err:512,9,9,4,marmoreal,16.50,0.10,16.50,0.10,none,none,none, marmoset,marmoset,0.06,Noun,8,8,3,marmoset,13.00,0.83,13.00,0.83,12.40,none,none, marmot,marmot,0.06,Noun,6,6,2,marmot,13.91,0.58,13.91,0.58,none,none,none, maroon,maroon,1.20,Adjective,6,4,2,maroon,8.28,1.00,8.28,1.00,9.63,none,none,7.57 marooned,marooned,0.61,Adjective,8,5,2,marooned,12.00,0.95,12.00,0.95,none,none,none, maroons,maroons,0.06,Noun,7,6,2,maroon,none,none,8.28,1.00,9.63,none,none,7.57 marquee,marquee,0.53,Noun,7,5,2,marquee,13.13,0.83,13.13,0.83,none,none,none,12.53 marquees,marquees,0.02,Noun,8,6,2,marquee,none,none,13.13,0.83,none,none,none,12.53 marquis,marquis,2.82,Noun,7,5,2,marquis,12.80,0.79,12.80,0.79,none,none,none,12.53 marquise,marquise,0.18,Noun,8,7,2,marquise,16.00,0.58,16.00,0.58,none,none,none, marquises,marquises,0.02,Noun,9,8,3,marquis,none,none,12.80,0.79,none,none,none,12.53 marred,marred,0.14,Verb,6,4,1,mar,none,none,10.95,1.00,none,none,12.75, marriage,marriage,77.06,Noun,8,5,2,marriage,7.17,1.00,7.17,1.00,none,7.66,none,6.89 marriageable,marriageable,0.18,Adjective,12,9,4,marriageable,12.89,0.95,12.89,0.95,none,none,none, marriages,marriages,3.90,Noun,9,7,3,marriage,none,none,7.17,1.00,none,7.66,none,6.89 married,married,238.49,Adjective,7,5,2,married,5.16,1.00,5.16,1.00,6.16,none,none, marries,marries,3.04,Verb,7,5,2,marry,none,none,5.83,1.00,none,5.75,none,6.20 marring,marring,0.04,Verb,7,5,2,mar,none,none,10.95,1.00,none,none,12.75, marrow,marrow,2.96,Noun,6,4,2,marrow,12.16,1.00,12.16,1.00,none,none,none,12.43 marry,marry,104.35,Verb,5,4,2,marry,5.83,1.00,5.83,1.00,none,5.75,none,6.20 marrying,marrying,15.92,Verb,8,6,3,marry,none,none,5.83,1.00,none,5.75,none,6.20 mars,mars,10.49,Name,4,4,1,mars,7.54,1.00,7.54,1.00,none,7.20,none, marsh,marsh,3.51,Name,5,4,1,marsh,10.63,1.00,10.63,1.00,none,7.60,7.81, marshal,marshal,17.65,Noun,7,6,2,marshal,9.28,1.00,9.28,1.00,none,11.51,none, marshaled,marshalled,0.06,Verb,9,7,2,marshal,none,none,9.28,1.00,none,11.51,none, marshals,marshals,1.37,Noun,8,7,2,marshal,none,none,9.28,1.00,none,11.51,none, marshes,marshes,0.53,Noun,7,6,2,marsh,none,none,10.63,1.00,none,7.60,7.81, marshland,marshland,0.10,Noun,9,8,2,marshland,10.50,1.00,10.50,1.00,none,none,none, marshlands,marshlands,0.06,Noun,10,9,2,marshland,none,none,10.50,1.00,none,none,none, marshmallow,marshmallow,1.51,Noun,11,8,3,marshmallow,3.80,1.00,3.80,1.00,none,none,none, marshmallows,marshmallows,1.90,Noun,12,9,3,marshmallow,none,none,3.80,1.00,none,none,none, marshy,marshy,0.06,Adjective,6,5,2,marshy,8.56,1.00,8.56,1.00,none,none,none, marsupial,marsupial,0.04,Noun,9,9,4,marsupial,11.69,0.89,11.69,0.89,none,none,none, marsupials,marsupials,0.06,Noun,10,10,4,marsupial,none,none,11.69,0.89,none,none,none, mart,mart,1.90,Noun,4,4,1,mart,10.00,1.00,10.00,1.00,none,none,9.17, marten,marten,0.08,Noun,6,6,2,marten,10.14,0.37,10.14,0.37,12.06,none,none, martens,martens,0.06,Noun,7,7,2,marten,none,none,10.14,0.37,12.06,none,none, martial,martial,5.80,Adjective,7,6,2,martial,11.11,1.00,11.11,1.00,none,none,none,10.13 martinet,martinet,0.16,Noun,8,8,3,martinet,15.43,0.39,15.43,0.39,none,none,none, martini,martini,7.94,Noun,7,7,3,martini,11.74,1.00,11.74,1.00,none,none,none, martinis,martinis,3.29,Noun,8,8,3,martini,none,none,11.74,1.00,none,none,none, marts,marts,0.06,Noun,5,5,1,mart,none,none,10.00,1.00,none,none,9.17, martyr,martyr,2.59,Noun,6,5,2,martyr,13.00,0.95,13.00,0.95,none,none,none,11.80 martyrdom,martyrdom,0.31,Noun,9,8,3,martyrdom,13.19,0.89,13.19,0.89,none,none,none, martyred,martyred,0.33,Verb,8,6,2,martyr,none,none,13.00,0.95,none,none,none,11.80 martyrs,martyrs,0.94,Noun,7,6,2,martyr,none,none,13.00,0.95,none,none,none,11.80 marvel,marvel,1.94,Noun,6,6,2,marvel,10.00,1.00,10.00,1.00,none,9.66,none,9.40 marveled,marvelled,0.10,Verb,8,7,2,marvel,none,none,10.00,1.00,none,9.66,none,9.40 marveling,marvelling,0.12,Verb,9,8,3,marvel,none,none,10.00,1.00,none,9.66,none,9.40 marvelous,marvellous,13.16,Adjective,9,8,3,marvelous,8.27,1.00,8.27,1.00,7.66,none,none, marvels,marvels,0.22,Noun,7,7,2,marvel,none,none,10.00,1.00,none,9.66,none,9.40 marzipan,marzipan,0.39,Noun,8,8,3,marzipan,14.47,0.79,14.47,0.79,none,none,none, marzipans,marzipans,0.02,Noun,9,9,3,marzipan,none,none,14.47,0.79,none,none,none, mascara,mascara,1.25,Noun,7,7,3,mascara,9.21,1.00,9.21,1.00,none,none,none, mascaras,mascaras,0.02,Noun,8,8,3,mascara,none,none,9.21,1.00,none,none,none, mascot,mascot,1.65,Noun,6,6,2,mascot,9.50,1.00,9.50,1.00,none,none,none,8.62 mascots,mascots,0.14,Noun,7,7,2,mascot,none,none,9.50,1.00,none,none,none,8.62 masculine,masculine,2.45,Adjective,9,9,3,masculine,10.30,1.00,10.30,1.00,none,none,none, masculinity,masculinity,0.49,Noun,11,12,5,masculinity,11.32,1.00,11.32,1.00,none,none,none, maser,maser,0.25,Noun,5,4,2,maser,11.71,0.37,11.71,0.37,none,none,none, masers,masers,0.04,Noun,6,5,2,maser,none,none,11.71,0.37,none,none,none, mash,mash,4.39,Noun,4,3,1,mash,6.95,1.00,6.95,1.00,6.08,none,6.53, mashed,mashed,3.69,Adjective,6,4,1,mashed,5.61,0.95,5.61,0.95,none,none,none, masher,masher,0.24,Noun,6,4,2,masher,11.62,0.89,11.62,0.89,none,none,none, mashers,mashers,0.06,Noun,7,5,2,masher,none,none,11.62,0.89,none,none,none, mashes,mashes,0.08,Noun,6,5,2,mash,none,none,6.95,1.00,6.08,none,6.53, mashie,mashie,0.16,Noun,6,4,2,mashie,9.00,0.11,9.00,0.11,none,none,none, mashing,mashing,0.24,Verb,7,5,2,mash,none,none,6.95,1.00,6.08,none,6.53, mask,mask,19.80,Noun,4,4,1,mask,4.80,1.00,4.80,1.00,none,5.50,6.33, masked,masked,2.35,Adjective,6,5,1,masked,7.33,1.00,7.33,1.00,none,none,none, masks,masks,5.67,Noun,5,5,1,mask,none,none,4.80,1.00,none,5.50,6.33, masochism,masochism,0.12,Noun,9,9,4,masochism,15.18,0.94,15.18,0.94,none,none,none, masochist,masochist,0.63,Noun,9,8,3,masochist,15.88,0.84,15.88,0.84,none,none,none, masochistic,masochistic,0.24,Adjective,11,10,4,masochistic,15.35,0.94,15.35,0.94,none,none,none, masochists,masochists,0.20,Noun,10,9,3,masochist,none,none,15.88,0.84,none,none,none, mason,mason,13.90,Name,5,5,2,mason,10.52,0.95,10.52,0.95,none,none,none,11.29 Masonic,Masonic,0.20,Adjective,7,7,3,Masonic,12.33,0.83,12.33,0.83,none,none,none, masonry,masonry,0.10,Noun,7,7,3,masonry,12.00,0.83,12.00,0.83,none,none,none, masons,masons,0.25,Noun,6,6,2,mason,none,none,10.52,0.95,none,none,none,11.29 masque,masque,0.16,Noun,6,4,1,masque,11.18,0.89,11.18,0.89,none,none,none, masquerade,masquerade,1.61,Noun,10,7,3,masquerade,11.83,1.00,11.83,1.00,none,none,none, masquerader,masquerader,0.02,Noun,11,8,4,masquerader,12.69,0.89,12.69,0.89,none,none,none, masquerades,masquerades,0.06,Verb,11,8,3,masquerade,none,none,11.83,1.00,none,none,none, masquerading,masquerading,0.67,Verb,12,9,4,masquerade,none,none,11.83,1.00,none,none,none, masques,masques,0.06,Noun,7,5,1,masque,none,none,11.18,0.89,none,none,none, mass,mass,17.25,Adjective,4,3,1,mass,9.17,1.00,9.17,1.00,9.12,9.07,8.05, massacre,massacre,3.96,Noun,8,6,3,massacre,10.05,1.00,10.05,1.00,none,none,none, massacred,massacred,0.96,Verb,9,7,3,massacre,none,none,10.05,1.00,none,none,none, massacres,massacres,0.41,Noun,9,7,3,massacre,none,none,10.05,1.00,none,none,none, massage,massage,11.08,Noun,7,5,2,massage,10.90,1.00,10.90,1.00,none,none,none,7.96 massaged,massaged,0.39,Verb,8,6,2,massage,none,none,10.90,1.00,none,none,none,7.96 massager,massager,0.31,Noun,8,6,3,massager,10.00,1.00,10.00,1.00,none,none,none, massagers,massagers,0.10,Noun,9,7,3,massager,none,none,10.00,1.00,none,none,none, massages,massages,1.16,Noun,8,7,3,massage,none,none,10.90,1.00,none,none,none,7.96 massaging,massaging,0.63,Verb,9,7,3,massage,none,none,10.90,1.00,none,none,none,7.96 masses,masses,2.71,Noun,6,5,2,masses,9.42,1.00,9.42,1.00,none,none,none, masseur,masseur,0.39,Noun,7,4,2,masseur,14.72,0.90,14.72,0.90,none,none,none, masseurs,masseurs,0.02,Noun,8,5,2,masseur,none,none,14.72,0.90,none,none,none, masseuse,masseuse,1.41,Noun,8,5,2,masseuse,11.22,0.95,11.22,0.95,none,none,none,13.18 masseuses,masseuses,0.06,Noun,9,8,4,masseuse,none,none,11.22,0.95,none,none,none,13.18 massing,massing,0.35,Verb,7,5,2,mass,none,none,9.17,1.00,9.12,9.07,8.05, massive,massive,9.96,Adjective,7,5,2,massive,9.11,1.00,9.11,1.00,none,7.09,none,8.37 mast,mast,1.63,Noun,4,4,1,mast,10.59,0.85,10.59,0.85,none,7.83,9.31, mastectomies,mastectomies,0.04,Noun,12,11,4,mastectomy,none,none,14.67,0.79,none,none,none, mastectomy,mastectomy,0.24,Noun,10,10,4,mastectomy,14.67,0.79,14.67,0.79,none,none,none, master,master,87.25,Noun,6,5,2,master,6.50,1.00,6.50,1.00,none,none,none,7.72 mastered,mastered,1.37,Verb,8,6,2,master,none,none,6.50,1.00,none,none,none,7.72 masterful,masterful,0.39,Adjective,9,8,3,masterful,12.84,1.00,12.84,1.00,none,none,none, mastering,mastering,0.25,Verb,9,7,3,master,none,none,6.50,1.00,none,none,none,7.72 masterly,masterly,0.06,Adjective,8,7,3,masterly,10.62,0.89,10.62,0.89,none,none,none, mastermind,mastermind,1.35,Noun,10,9,3,mastermind,10.50,1.00,10.50,1.00,none,none,none, masterminded,masterminded,0.25,Verb,12,11,4,mastermind,none,none,10.50,1.00,none,none,none, masterminding,masterminding,0.10,Verb,13,11,4,mastermind,none,none,10.50,1.00,none,none,none, masterminds,masterminds,0.20,Noun,11,10,3,mastermind,none,none,10.50,1.00,none,none,none, masterpiece,masterpiece,3.53,Noun,11,8,3,masterpiece,9.56,1.00,9.56,1.00,none,none,none, masterpieces,masterpieces,0.41,Noun,12,10,4,masterpiece,none,none,9.56,1.00,none,none,none, masters,masters,7.57,Noun,7,6,2,master,none,none,6.50,1.00,none,none,none,7.72 mastership,mastership,0.02,Noun,10,8,3,mastership,11.65,0.94,11.65,0.94,none,none,none, masterstroke,masterstroke,0.06,Noun,12,10,3,masterstroke,14.00,0.56,14.00,0.56,none,none,none, masterwork,masterwork,0.04,Noun,10,8,3,masterwork,13.39,0.95,13.39,0.95,none,none,none, masterworks,masterworks,0.04,Noun,11,9,3,masterwork,none,none,13.39,0.95,none,none,none, mastery,mastery,0.57,Noun,7,6,3,mastery,10.58,1.00,10.58,1.00,none,none,none, mastic,mastic,0.02,Noun,6,6,2,mastic,13.92,0.67,13.92,0.67,none,none,none, mastiff,mastiff,0.12,Noun,7,6,2,mastiff,12.08,0.65,12.08,0.65,none,none,none, mastodon,mastodon,0.27,Noun,8,8,3,mastodon,9.00,0.68,9.00,0.68,none,none,none, mastodons,mastodons,0.04,Noun,9,9,3,mastodon,none,none,9.00,0.68,none,none,none, mastoid,mastoid,0.10,Adjective,7,7,3,mastoid,14.58,0.63,14.58,0.63,none,none,none, masts,masts,0.16,Noun,5,5,1,mast,none,none,10.59,0.85,none,7.83,9.31, masturbate,masturbate,1.22,Verb,10,8,3,masturbate,12.21,1.00,12.21,1.00,none,none,none, masturbated,masturbated,0.35,Verb,11,10,4,masturbate,none,none,12.21,1.00,none,none,none, masturbates,masturbates,0.18,Verb,11,9,3,masturbate,none,none,12.21,1.00,none,none,none, masturbating,masturbating,1.18,Verb,12,10,4,masturbate,none,none,12.21,1.00,none,none,none, masturbation,masturbation,1.71,Noun,12,10,4,masturbation,12.53,1.00,12.53,1.00,none,none,none, masturbator,masturbator,0.20,Noun,11,11,4,masturbator,13.68,1.00,13.68,1.00,none,none,none, masturbators,masturbators,0.02,Noun,12,12,4,masturbator,none,none,13.68,1.00,none,none,none, masturbatory,masturbatory,0.14,Adjective,12,12,5,masturbatory,14.94,0.89,14.94,0.89,none,none,none, mat,mat,3.49,Noun,3,3,1,mat,4.62,1.00,4.62,1.00,none,none,4.73, matador,matador,0.78,Noun,7,7,3,matador,11.89,0.95,11.89,0.95,none,none,none, matadors,matadors,0.04,Noun,8,7,3,matador,none,none,11.89,0.95,none,none,none, match,match,49.43,Noun,5,3,1,match,5.72,1.00,5.72,1.00,7.84,none,5.86, matchbook,matchbook,1.00,Noun,9,6,2,matchbook,8.43,1.00,8.43,1.00,none,none,none, matchbooks,matchbooks,0.12,Noun,10,7,2,matchbook,none,none,8.43,1.00,none,none,none, matchbox,matchbox,0.37,Noun,8,7,2,matchbox,6.52,1.00,6.52,1.00,none,none,none, matchboxes,matchboxes,0.02,Noun,10,9,3,matchbox,none,none,6.52,1.00,none,none,none, matched,matched,4.02,Verb,7,4,1,match,none,none,5.72,1.00,7.84,none,5.86, matches,matches,12.92,Noun,7,5,2,match,none,none,5.72,1.00,7.84,none,5.86, matching,matching,4.51,Adjective,8,5,2,matching,7.56,0.95,7.56,0.95,none,none,none, matchless,matchless,0.14,Adjective,9,6,2,matchless,9.83,1.00,9.83,1.00,none,none,none, matchlock,matchlock,0.02,Noun,9,6,2,matchlock,12.50,0.42,12.50,0.42,none,none,none, matchmaker,matchmaker,0.80,Noun,10,7,3,matchmaker,11.95,1.00,11.95,1.00,none,none,none, matchmaking,matchmaking,0.29,Noun,11,8,3,matchmaking,11.15,1.00,11.15,1.00,none,none,none, matchstick,matchstick,0.02,Noun,10,7,2,matchstick,6.74,1.00,6.74,1.00,none,none,none, matchwood,matchwood,0.02,Noun,9,6,2,matchwood,10.25,0.84,10.25,0.84,none,none,none, mate,mate,29.24,Noun,4,3,1,mate,8.67,1.00,8.67,1.00,none,8.35,7.42, mated,mated,0.37,Verb,5,5,2,mate,none,none,8.67,1.00,none,8.35,7.42, matelote,matelote,0.02,Noun,8,7,3,matelote,16.20,0.26,16.20,0.26,none,none,none, material,material,22.14,Noun,8,8,4,material,8.06,0.95,8.06,0.95,6.88,7.56,none, materialism,materialism,0.39,Noun,11,12,6,materialism,11.68,1.00,11.68,1.00,none,none,none, materialist,materialist,0.04,Noun,11,11,5,materialist,12.41,1.00,12.41,1.00,none,none,none, materialistic,materialistic,0.45,Adjective,13,13,6,materialistic,12.58,1.00,12.58,1.00,none,none,none, materialists,materialists,0.02,Noun,12,12,5,materialist,none,none,12.41,1.00,none,none,none, materiality,materiality,0.08,Noun,11,11,6,materiality,15.00,0.75,15.00,0.75,none,none,none, materialization,materialisation,0.04,Noun,15,14,7,materialization,13.37,1.00,13.37,1.00,none,none,none, materialize,materialise,0.49,Verb,11,10,5,materialize,10.05,1.00,10.05,1.00,none,none,none, materialized,materialised,0.20,Verb,12,11,5,materialize,none,none,10.05,1.00,none,none,none, materializes,materialises,0.06,Verb,12,12,6,materialize,none,none,10.05,1.00,none,none,none, materializing,materialising,0.06,Verb,13,12,6,materialize,none,none,10.05,1.00,none,none,none, materials,materials,4.20,Noun,9,9,4,material,none,none,8.06,0.95,6.88,7.56,none, materiel,materiel,0.04,Noun,8,8,4,materiel,8.35,0.89,8.35,0.89,none,none,none, maternal,maternal,1.47,Adjective,8,7,3,maternal,11.22,1.00,11.22,1.00,none,none,none, maternity,maternity,2.45,Noun,9,8,4,maternity,11.83,1.00,11.83,1.00,none,11.43,none, mates,mates,4.76,Noun,5,4,1,mate,none,none,8.67,1.00,none,8.35,7.42, math,maths,16.39,Noun,4,3,1,math,5.56,1.00,5.56,1.00,none,none,5.63, mathematical,mathematical,1.59,Adjective,12,11,5,mathematical,8.22,1.00,8.22,1.00,none,none,none, mathematician,mathematician,0.96,Noun,13,11,5,mathematician,9.17,1.00,9.17,1.00,none,none,none, mathematicians,mathematicians,0.35,Noun,14,12,5,mathematician,none,none,9.17,1.00,none,none,none, mathematics,mathematics,3.06,Noun,11,10,4,mathematics,6.78,1.00,6.78,1.00,8.11,none,none, matinee,matinee,1.14,Noun,7,6,3,matinee,9.56,1.00,9.56,1.00,none,none,none, matinees,matinees,0.33,Noun,8,7,3,matinee,none,none,9.56,1.00,none,none,none, mating,mating,3.80,Adjective,6,5,2,mating,9.83,0.95,9.83,0.95,none,none,none, matriarch,matriarch,0.29,Noun,9,8,3,matriarch,13.27,0.83,13.27,0.83,none,none,none, matriarchal,matriarchal,0.02,Adjective,11,10,4,matriarchal,13.93,0.83,13.93,0.83,none,none,none, matriarchs,matriarchs,0.08,Verb,10,9,3,matriarchs,11.32,1.00,11.32,1.00,none,none,none, matriarchy,matriarchy,0.02,Noun,10,9,4,matriarchy,13.89,0.95,13.89,0.95,none,none,none, matrices,matrices,0.06,Noun,8,8,3,matrix,none,none,14.42,0.95,none,13.64,none,12.43 matricidal,matricidal,0.02,Adjective,10,10,4,matricidal,15.83,0.90,15.83,0.90,none,none,none, matricide,matricide,0.02,Noun,9,8,3,matricide,14.75,0.63,14.75,0.63,none,none,none, matriculate,matriculate,0.06,Verb,11,11,4,matriculate,15.82,0.89,15.82,0.89,none,none,none, matriculation,matriculation,0.02,Noun,13,13,5,matriculation,16.07,0.79,16.07,0.79,none,none,none, matrilineal,matrilineal,0.02,Adjective,11,11,5,matrilineal,15.83,0.63,15.83,0.63,none,none,none, matrimonial,matrimonial,0.29,Adjective,11,11,5,matrimonial,12.00,0.95,12.00,0.95,none,none,none, matrimony,matrimony,2.67,Noun,9,9,4,matrimony,10.31,0.89,10.31,0.89,none,none,none, matrix,matrix,3.80,Noun,6,7,2,matrix,14.42,0.95,14.42,0.95,none,13.64,none,12.43 matron,matron,0.78,Noun,6,6,2,matron,13.20,0.79,13.20,0.79,none,10.64,none,10.99 matrons,matrons,0.04,Noun,7,7,2,matron,none,none,13.20,0.79,none,10.64,none,10.99 mats,mats,1.20,Noun,4,4,1,mat,none,none,4.62,1.00,none,none,4.73, matte,matte,0.27,Noun,5,3,1,matte,14.06,0.90,14.06,0.90,none,none,none, matted,matted,0.10,Verb,6,5,2,mat,none,none,4.62,1.00,none,none,4.73, matter,matter,370.59,Noun,6,4,2,matter,7.56,1.00,7.56,1.00,7.41,8.18,none,7.19 mattered,mattered,3.08,Verb,8,5,2,matter,none,none,7.56,1.00,7.41,8.18,none,7.19 mattering,mattering,0.12,Verb,9,6,3,matter,none,none,7.56,1.00,7.41,8.18,none,7.19 matters,matters,33.53,Noun,7,5,2,matter,none,none,7.56,1.00,7.41,8.18,none,7.19 mattes,mattes,0.02,Noun,6,4,1,matte,none,none,14.06,0.90,none,none,none, mattock,mattock,0.04,Noun,7,5,2,mattock,11.27,0.58,11.27,0.58,none,none,none, mattocks,mattocks,0.31,Noun,8,6,2,mattock,none,none,11.27,0.58,none,none,none, mattress,mattress,6.61,Noun,8,6,2,mattress,5.10,1.00,5.10,1.00,none,none,none,6.47 mattresses,mattresses,1.08,Noun,10,8,3,mattress,none,none,5.10,1.00,none,none,none,6.47 maturation,maturation,0.06,Noun,10,8,4,maturation,13.70,1.00,13.70,1.00,none,none,none, mature,mature,8.22,Adjective,6,5,2,mature,9.25,1.00,9.25,1.00,10.02,none,none,8.87 matured,matured,0.53,Verb,7,7,2,mature,none,none,9.25,1.00,10.02,none,none,8.87 matures,matures,0.12,Verb,7,6,2,mature,none,none,9.25,1.00,10.02,none,none,8.87 maturity,maturity,2.00,Noun,8,8,4,maturity,10.58,1.00,10.58,1.00,none,10.87,none, matzo,matzo,0.96,Noun,5,5,2,matzo,11.00,0.33,11.00,0.33,none,none,none,13.07 matzos,matzos,0.02,Noun,6,6,2,matzo,none,none,11.00,0.33,none,none,none,13.07 matzoth,matzoth,0.02,Noun,7,6,2,matzo,none,none,11.00,0.33,none,none,none,13.07 maudlin,maudlin,0.47,Adjective,7,6,2,maudlin,14.14,0.70,14.14,0.70,none,none,none, maul,maul,0.31,Verb,4,3,1,maul,10.33,0.90,10.33,0.90,none,none,11.48, mauled,mauled,0.73,Verb,6,4,1,maul,none,none,10.33,0.90,none,none,11.48, mauling,mauling,0.29,Verb,7,5,2,maul,none,none,10.33,0.90,none,none,11.48, mauls,mauls,0.04,Verb,5,4,1,maul,none,none,10.33,0.90,none,none,11.48, maunder,maunder,Err:512,Err:512,7,6,2,maunder,12.50,0.20,12.50,0.20,none,none,none, mausoleum,mausoleum,0.84,Noun,9,8,4,mausoleum,12.93,0.78,12.93,0.78,none,none,none, mausoleums,mausoleums,0.04,Noun,10,9,4,mausoleum,none,none,12.93,0.78,none,none,none, mauve,mauve,0.53,Adjective,5,3,1,mauve,11.26,0.95,11.26,0.95,9.01,none,12.24, maven,maven,0.10,Noun,5,5,2,maven,12.46,0.68,12.46,0.68,none,none,none, maverick,maverick,2.63,Noun,8,6,3,maverick,12.44,0.84,12.44,0.84,none,none,none, mavericks,mavericks,0.45,Noun,9,7,3,maverick,none,none,12.44,0.84,none,none,none, maw,maw,0.24,Noun,3,2,1,maw,13.91,0.52,13.91,0.52,none,none,none, mawkish,mawkish,0.06,Adjective,7,5,2,mawkish,15.08,0.68,15.08,0.68,none,none,none, mawkishness,mawkishness,0.02,Noun,11,8,3,mawkishness,13.00,0.20,13.00,0.20,none,none,none, maws,maws,0.06,Noun,4,3,1,maw,none,none,13.91,0.52,none,none,none, maxilla,maxilla,0.08,Noun,7,7,3,maxilla,19.75,0.42,19.75,0.42,none,none,none, maxillary,maxillary,0.06,Adjective,9,9,4,maxillary,15.55,0.58,15.55,0.58,none,none,none, maxim,maxim,1.27,Noun,5,6,2,maxim,12.67,0.95,12.67,0.95,none,none,none,11.59 maxima,maxima,0.04,Noun,6,7,3,maximum,none,none,7.60,1.00,none,none,none, maximal,maximal,0.04,Adjective,7,8,3,maximal,12.06,0.89,12.06,0.89,none,none,none, maximization,maximisation,0.02,Noun,12,12,5,maximization,11.79,1.00,11.79,1.00,none,none,none, maximize,maximise,0.88,Verb,8,8,3,maximize,10.58,1.00,10.58,1.00,none,none,none, maximizes,maximises,0.08,Verb,9,10,4,maximize,none,none,10.58,1.00,none,none,none, maximizing,maximising,0.20,Verb,10,10,4,maximize,none,none,10.58,1.00,none,none,none, maxims,maxims,0.06,Noun,6,7,2,maxim,none,none,12.67,0.95,none,none,none,11.59 maximum,maximum,7.76,Adjective,7,8,3,maximum,7.60,1.00,7.60,1.00,none,none,none, maximums,maximums,0.06,Noun,8,9,3,maximum,none,none,7.60,1.00,none,none,none, may,may,511.37,Verb,3,2,1,may,5.65,1.00,5.65,1.00,5.69,none,4.99, maybe,maybe,926.45,Adverb,5,4,2,maybe,4.50,1.00,4.50,1.00,5.72,none,none,4.97 maybes,maybes,0.59,Noun,6,5,2,maybe,none,none,4.50,1.00,5.72,none,none,4.97 mayday,mayday,5.88,Noun,6,4,2,mayday,8.32,0.95,8.32,0.95,none,none,none, mayflies,mayflies,0.02,Noun,8,6,2,mayfly,none,none,11.93,0.78,none,none,none, mayflower,mayflower,1.49,Noun,9,6,3,mayflower,7.74,1.00,7.74,1.00,none,none,none, mayflowers,mayflowers,0.22,Noun,10,7,3,mayflower,none,none,7.74,1.00,none,none,none, mayfly,mayfly,0.06,Noun,6,5,2,mayfly,11.93,0.78,11.93,0.78,none,none,none, mayhap,mayhap,0.06,Verb,6,5,2,mayhap,13.12,0.42,13.12,0.42,none,none,none, mayhem,mayhem,2.14,Noun,6,5,2,mayhem,10.37,1.00,10.37,1.00,none,none,none,11.29 mayhems,mayhems,0.02,Noun,7,6,2,mayhem,none,none,10.37,1.00,none,none,none,11.29 mayonnaise,mayonnaise,2.25,Noun,10,6,3,mayonnaise,6.10,1.00,6.10,1.00,none,none,none, mayor,mayor,31.27,Noun,5,3,2,mayor,8.28,1.00,8.28,1.00,none,8.66,none,8.28 mayoral,mayoral,0.18,Adjective,7,5,3,mayoral,13.17,0.95,13.17,0.95,none,none,none, mayoralty,mayoralty,0.02,Noun,9,7,4,mayoralty,14.80,0.56,14.80,0.56,none,none,none, mayors,mayors,0.22,Noun,6,4,2,mayor,none,none,8.28,1.00,none,8.66,none,8.28 maypole,maypole,0.27,Noun,7,5,2,maypole,8.08,0.60,8.08,0.60,none,none,none, maze,maze,2.55,Noun,4,3,1,maze,7.11,1.00,7.11,1.00,none,8.24,6.65, mazes,mazes,0.10,Noun,5,5,2,maze,none,none,7.11,1.00,none,8.24,6.65, mazurka,mazurka,0.22,Noun,7,6,3,mazurka,13.40,0.26,13.40,0.26,none,none,none, me,me,9241.94,Pronoun,2,2,1,me,3.28,1.00,3.28,1.00,3.54,none,2.60, mead,mead,1.04,Noun,4,3,1,mead,11.38,0.68,11.38,0.68,none,none,11.93, meadow,meadow,2.27,Noun,6,4,2,meadow,6.89,1.00,6.89,1.00,none,5.56,none,7.19 meadowlark,meadowlark,0.25,Noun,10,8,3,meadowlark,8.94,0.84,8.94,0.84,none,none,none, meadows,meadows,1.84,Noun,7,5,2,meadow,none,none,6.89,1.00,none,5.56,none,7.19 meadowsweet,meadowsweet,0.06,Noun,11,8,3,meadowsweet,13.80,0.48,13.80,0.48,none,none,none, meadowy,meadowy,Err:512,Err:512,7,5,3,meadowy,9.83,0.63,9.83,0.63,none,none,none, meads,meads,0.04,Noun,5,4,1,mead,none,none,11.38,0.68,none,none,11.93, meager,meagre,0.63,Adjective,6,4,2,meager,10.94,0.94,10.94,0.94,none,none,none,12.01 meal,meal,28.86,Noun,4,3,1,meal,4.74,1.00,4.74,1.00,4.62,none,4.79, meals,meals,7.92,Noun,5,4,1,meal,none,none,4.74,1.00,4.62,none,4.79, mealtime,mealtime,0.18,Noun,8,6,2,mealtime,6.78,0.95,6.78,0.95,none,none,none, mealtimes,mealtimes,0.04,Noun,9,7,2,mealtime,none,none,6.78,0.95,none,none,none, mealy,mealy,0.16,Adjective,5,4,2,mealy,11.53,0.89,11.53,0.89,none,none,none, mealymouthed,mealymouthed,0.04,Verb,12,8,3,mealymouthed,13.30,0.53,13.30,0.53,none,none,none, mean,mean,1243.98,Verb,4,3,1,mean,4.00,1.00,4.00,1.00,6.30,none,5.39, meander,meander,0.06,Verb,7,6,3,meander,10.60,0.79,10.60,0.79,none,none,none, meandered,meandered,0.02,Verb,9,7,3,meander,none,none,10.60,0.79,none,none,none, meandering,meandering,0.16,Verb,10,8,4,meander,none,none,10.60,0.79,none,none,none, meanders,meanders,0.02,Noun,8,7,3,meander,none,none,10.60,0.79,none,none,none, meaner,meaner,1.18,Adjective,6,4,2,mean,none,none,4.00,1.00,6.30,none,5.39, meanest,meanest,1.86,Adjective,7,6,2,mean,none,none,4.00,1.00,6.30,none,5.39, meanie,meanie,0.41,Noun,6,4,2,meanie,4.79,1.00,4.79,1.00,none,none,none, meaning,meaning,37.33,Noun,7,5,2,meaning,6.10,1.00,6.10,1.00,7.18,none,none, meaningful,meaningful,3.45,Adjective,10,8,3,meaningful,8.45,1.00,8.45,1.00,none,none,none, meaningfulness,meaningfulness,0.02,Noun,14,11,4,meaningfulness,10.75,1.00,10.75,1.00,none,none,none, meaningless,meaningless,4.86,Adjective,11,8,3,meaningless,10.44,1.00,10.44,1.00,none,none,none, meaninglessness,meaninglessness,0.10,Noun,15,11,4,meaninglessness,11.95,1.00,11.95,1.00,none,none,none, meanings,meanings,0.65,Noun,8,6,2,meaning,none,none,6.10,1.00,7.18,none,none, meanness,meanness,0.51,Noun,8,6,2,meanness,4.53,0.95,4.53,0.95,7.86,none,none, means,means,218.35,Verb,5,4,1,means,8.29,1.00,8.29,1.00,none,none,none, meant,meant,104.24,Verb,5,4,1,mean,none,none,4.00,1.00,6.30,none,5.39, meantime,meantime,15.08,Noun,8,6,2,meantime,8.17,1.00,8.17,1.00,none,none,none, measles,measles,2.10,Noun,7,6,2,measles,9.28,1.00,9.28,1.00,none,7.35,none, measurable,measurable,0.12,Adjective,10,8,4,measurable,9.16,1.00,9.16,1.00,none,none,none, measure,measure,10.53,Verb,7,4,2,measure,7.53,1.00,7.53,1.00,7.55,6.39,none,6.61 measured,measured,2.82,Verb,8,5,2,measure,none,none,7.53,1.00,7.55,6.39,none,6.61 measurement,measurement,0.53,Noun,11,8,3,measurement,6.05,1.00,6.05,1.00,7.26,none,none, measurements,measurements,2.00,Noun,12,9,3,measurement,none,none,6.05,1.00,7.26,none,none, measurer,measurer,0.02,Noun,8,5,3,measurer,7.56,1.00,7.56,1.00,none,none,none, measures,measures,5.25,Noun,8,5,2,measure,none,none,7.53,1.00,7.55,6.39,none,6.61 measuring,measuring,2.47,Verb,9,6,3,measure,none,none,7.53,1.00,7.55,6.39,none,6.61 meat,meat,43.65,Noun,4,3,1,meat,4.42,1.00,4.42,1.00,none,4.16,5.20, meatball,meatball,2.59,Noun,8,6,2,meatball,6.00,1.00,6.00,1.00,none,none,none, meatballs,meatballs,2.25,Noun,9,7,2,meatball,none,none,6.00,1.00,none,none,none, meathead,meathead,0.59,Noun,8,6,2,meathead,11.33,0.95,11.33,0.95,none,none,none, meatheads,meatheads,0.16,Noun,9,7,2,meathead,none,none,11.33,0.95,none,none,none, meatier,meatier,0.04,Adjective,7,5,3,meaty,none,none,6.00,0.94,none,none,none, meatless,meatless,0.16,Adjective,8,6,2,meatless,11.15,1.00,11.15,1.00,none,none,none, meatloaf,meatloaf,2.33,Noun,8,6,2,meatloaf,6.43,1.00,6.43,1.00,none,none,none, meatpacking,meatpacking,0.24,Adjective,11,8,3,meatpacking,9.33,1.00,9.33,1.00,none,none,none, meats,meats,0.82,Noun,5,4,1,meat,none,none,4.42,1.00,none,4.16,5.20, meaty,meaty,0.35,Adjective,5,4,2,meaty,6.00,0.94,6.00,0.94,none,none,none, mechanic,mechanic,5.06,Noun,8,7,3,mechanic,7.83,1.00,7.83,1.00,none,8.60,none, mechanical,mechanical,4.90,Adjective,10,9,4,mechanical,8.85,1.00,8.85,1.00,none,none,none, mechanics,mechanics,2.41,Noun,9,8,3,mechanics,10.95,1.00,10.95,1.00,none,none,none, mechanism,mechanism,3.73,Noun,9,9,4,mechanism,10.61,1.00,10.61,1.00,9.77,none,none, mechanisms,mechanisms,0.55,Noun,10,10,4,mechanism,none,none,10.61,1.00,9.77,none,none, mechanistic,mechanistic,0.06,Adjective,11,10,4,mechanistic,12.88,0.89,12.88,0.89,none,none,none, mechanization,mechanisation,0.02,Noun,13,11,5,mechanization,12.37,1.00,12.37,1.00,none,none,none, med,med,6.75,Adjective,3,3,1,med,9.50,0.84,9.50,0.84,none,none,none, medal,medal,11.57,Noun,5,5,2,medal,6.83,1.00,6.83,1.00,none,none,none,6.68 medallion,medallion,1.33,Noun,9,8,3,medallion,10.26,1.00,10.26,1.00,none,none,none, medallions,medallions,0.20,Noun,10,9,3,medallion,none,none,10.26,1.00,none,none,none, medals,medals,4.08,Noun,6,6,2,medal,none,none,6.83,1.00,none,none,none,6.68 meddle,meddle,1.24,Verb,6,5,2,meddle,10.22,0.95,10.22,0.95,none,none,none,10.99 meddled,meddled,0.29,Verb,7,6,2,meddle,none,none,10.22,0.95,none,none,none,10.99 meddler,meddler,0.29,Noun,7,6,3,meddler,11.00,0.89,11.00,0.89,none,none,none, meddlers,meddlers,0.02,Noun,8,7,3,meddler,none,none,11.00,0.89,none,none,none, meddles,meddles,0.02,Verb,7,6,2,meddle,none,none,10.22,0.95,none,none,none,10.99 meddlesome,meddlesome,0.35,Adjective,10,8,3,meddlesome,11.11,1.00,11.11,1.00,none,none,none, meddling,meddling,1.35,Verb,8,7,3,meddle,none,none,10.22,0.95,none,none,none,10.99 media,media,22.29,Noun,5,5,3,medium,none,none,7.67,1.00,none,6.71,none, mediaeval,mediaeval,0.10,Adjective,9,8,4,medieval,none,none,9.67,1.00,none,none,none, medial,medial,0.41,Adjective,6,6,3,medial,12.81,0.84,12.81,0.84,none,none,none, median,median,0.39,Noun,6,6,3,median,12.38,1.00,12.38,1.00,none,none,none, medias,medias,0.02,Noun,6,6,3,medium,none,none,7.67,1.00,none,6.71,none, mediate,mediate,0.27,Verb,7,6,3,mediate,11.63,0.95,11.63,0.95,none,none,none, mediating,mediating,0.06,Verb,9,8,4,mediate,none,none,11.63,0.95,none,none,none, mediation,mediation,0.47,Noun,9,8,4,mediation,13.16,1.00,13.16,1.00,none,none,none, mediations,mediations,0.02,Noun,10,9,4,mediation,none,none,13.16,1.00,none,none,none, mediator,mediator,0.29,Noun,8,7,4,mediator,11.05,1.00,11.05,1.00,none,none,none, mediators,mediators,0.02,Noun,9,8,4,mediator,none,none,11.05,1.00,none,none,none, medic,medic,5.71,Noun,5,5,2,medic,11.17,1.00,11.17,1.00,none,none,none,9.94 medical,medical,54.39,Adjective,7,7,3,medical,8.68,1.00,8.68,1.00,none,none,none, medicals,medicals,0.04,Noun,8,8,3,medical,none,none,8.68,1.00,none,none,none, medicate,medicate,0.43,Verb,8,7,3,medicate,10.53,1.00,10.53,1.00,none,none,none, medicated,medicated,0.67,Verb,9,9,4,medicate,none,none,10.53,1.00,none,none,none, medicates,medicates,0.02,Verb,9,8,3,medicate,none,none,10.53,1.00,none,none,none, medicating,medicating,0.22,Verb,10,9,4,medicate,none,none,10.53,1.00,none,none,none, medication,medication,12.78,Noun,10,9,4,medication,7.53,1.00,7.53,1.00,none,none,none, medications,medications,1.53,Noun,11,10,4,medication,none,none,7.53,1.00,none,none,none, medicinal,medicinal,0.61,Adjective,9,9,4,medicinal,12.90,1.00,12.90,1.00,none,none,none, medicine,medicine,34.20,Noun,8,7,3,medicine,4.89,1.00,4.89,1.00,none,6.30,none, medicines,medicines,1.14,Noun,9,8,3,medicine,none,none,4.89,1.00,none,6.30,none, medico,medico,0.16,Noun,6,6,3,medico,14.77,0.68,14.77,0.68,none,none,none, medicos,medicos,0.18,Noun,7,7,3,medico,none,none,14.77,0.68,none,none,none, medics,medics,1.29,Noun,6,6,2,medic,none,none,11.17,1.00,none,none,none,9.94 medieval,mediaeval,2.96,Adjective,8,7,3,medieval,9.67,1.00,9.67,1.00,none,none,none, medievalism,medievalism,0.02,Noun,11,12,6,medievalism,14.53,0.89,14.53,0.89,none,none,none, mediocre,mediocre,1.39,Adjective,8,7,4,mediocre,11.59,0.89,11.59,0.89,none,none,none, mediocrities,mediocrities,0.08,Noun,12,11,5,mediocrity,none,none,12.37,1.00,none,12.43,none, mediocrity,mediocrity,0.71,Noun,10,10,5,mediocrity,12.37,1.00,12.37,1.00,none,12.43,none, meditate,meditate,1.02,Verb,8,7,3,meditate,11.44,1.00,11.44,1.00,11.73,none,none, meditated,meditated,0.12,Verb,9,9,4,meditate,none,none,11.44,1.00,11.73,none,none, meditating,meditating,0.67,Verb,10,9,4,meditate,none,none,11.44,1.00,11.73,none,none, meditation,meditation,1.65,Noun,10,9,4,meditation,10.47,1.00,10.47,1.00,none,none,none, meditations,meditations,0.12,Noun,11,10,4,meditation,none,none,10.47,1.00,none,none,none, meditative,meditative,0.22,Adjective,10,9,4,meditative,12.06,0.95,12.06,0.95,none,none,none, mediterranean,mediterranean,2.37,2.37,13,11,5,mediterranean,10.86,1.00,10.86,1.00,none,none,none, medium,medium,7.10,Noun,6,6,3,medium,7.67,1.00,7.67,1.00,none,6.71,none, mediums,mediums,0.35,Noun,7,7,3,medium,none,none,7.67,1.00,none,6.71,none, medley,medley,0.63,Noun,6,5,2,medley,10.00,1.00,10.00,1.00,none,none,none,10.60 medleys,medleys,0.02,Noun,7,6,2,medley,none,none,10.00,1.00,none,none,none,10.60 meds,meds,4.75,Noun,4,4,1,med,none,none,9.50,0.84,none,none,none, medulla,medulla,0.31,Noun,7,6,3,medulla,14.23,0.72,14.23,0.72,none,none,none, medullas,medullas,0.02,Noun,8,7,3,medulla,none,none,14.23,0.72,none,none,none, meek,meek,1.73,Adjective,4,3,1,meek,9.70,0.95,9.70,0.95,none,none,11.16, meeker,meeker,0.53,Adjective,6,4,2,meek,none,none,9.70,0.95,none,none,11.16, meekness,meekness,0.10,Noun,8,6,2,meekness,13.60,1.00,13.60,1.00,none,none,none, meerschaum,meerschaum,0.10,Noun,10,6,2,meerschaum,13.83,0.30,13.83,0.30,none,none,none, meet,meet,352.27,Verb,4,3,1,meet,4.74,1.00,4.74,1.00,5.64,none,6.51, meeting,meeting,132.39,Noun,7,5,2,meeting,5.72,1.00,5.72,1.00,none,7.15,none,6.97 meetinghouse,meetinghouse,0.02,Noun,12,8,3,meetinghouse,8.90,1.00,8.90,1.00,none,none,none, meetings,meetings,10.39,Noun,8,6,2,meeting,none,none,5.72,1.00,none,7.15,none,6.97 meets,meets,9.31,Verb,5,4,1,meet,none,none,4.74,1.00,5.64,none,6.51, mega,mega,0.78,Adjective,4,4,2,mega,7.50,1.00,7.50,1.00,none,none,none,8.87 megabits,megabits,0.04,Noun,8,8,3,megabits,15.72,0.90,15.72,0.90,none,none,none, megabyte,megabyte,0.04,Noun,8,7,3,megabyte,12.89,1.00,12.89,1.00,none,none,none, megabytes,megabytes,0.08,Noun,9,8,3,megabyte,none,none,12.89,1.00,none,none,none, megahertz,megahertz,0.16,Noun,9,8,3,megahertz,14.95,1.00,14.95,1.00,none,none,none, megalith,megalith,0.18,Noun,8,7,3,megalith,15.36,0.55,15.36,0.55,none,none,none, megalomania,megalomania,0.10,Noun,11,11,6,megalomania,18.92,0.60,18.92,0.60,none,none,none, megalomaniac,megalomaniac,0.31,Noun,12,12,6,megalomaniac,15.67,0.67,15.67,0.67,none,none,none, megalomaniacal,megalomaniacal,0.08,Adjective,14,14,7,megalomaniacal,14.30,0.53,14.30,0.53,none,none,none, megalomaniacs,megalomaniacs,0.04,Noun,13,12,6,megalomaniac,none,none,15.67,0.67,none,none,none, megalopolis,megalopolis,0.02,Noun,11,11,5,megalopolis,12.93,0.78,12.93,0.78,none,none,none, megaphone,megaphone,0.29,Noun,9,7,3,megaphone,10.20,1.00,10.20,1.00,none,none,none, megaphones,megaphones,0.06,Noun,10,8,3,megaphone,none,none,10.20,1.00,none,none,none, megastar,megastar,0.08,Noun,8,8,3,megastar,10.82,0.89,10.82,0.89,none,none,none, megastars,megastars,0.08,Noun,9,9,3,megastar,none,none,10.82,0.89,none,none,none, megaton,megaton,0.12,Noun,7,7,3,megaton,13.81,0.84,13.81,0.84,none,none,none, megatons,megatons,0.24,Noun,8,8,3,megaton,none,none,13.81,0.84,none,none,none, megawatt,megawatt,0.04,Verb,8,7,3,megawatt,11.75,1.00,11.75,1.00,none,none,none, megawatts,megawatts,0.04,Verb,9,8,3,megawatt,none,none,11.75,1.00,none,none,none, meiosis,meiosis,0.04,Noun,7,6,3,meiosis,14.10,0.53,14.10,0.53,none,none,none, melamine,melamine,0.02,Verb,8,7,3,melamine,13.08,0.63,13.08,0.63,none,none,none, melancholia,melancholia,0.14,Noun,11,10,4,melancholia,16.12,0.77,16.12,0.77,none,none,none, melancholic,melancholic,0.10,Adjective,11,10,4,melancholic,12.94,0.94,12.94,0.94,none,none,none, melancholy,melancholy,2.18,Adjective,10,9,4,melancholy,12.53,0.94,12.53,0.94,none,none,none, melanin,melanin,0.08,Noun,7,7,3,melanin,14.29,0.81,14.29,0.81,none,none,none, melanoma,melanoma,0.37,Noun,8,8,4,melanoma,13.63,0.95,13.63,0.95,none,none,none, melanomas,melanomas,0.02,Noun,9,9,4,melanoma,none,none,13.63,0.95,none,none,none, melatonin,melatonin,0.08,Noun,9,9,4,melatonin,15.11,0.90,15.11,0.90,none,none,none, meld,meld,0.24,Noun,4,4,1,meld,11.63,1.00,11.63,1.00,none,none,none, melded,melded,0.08,Verb,6,6,2,meld,none,none,11.63,1.00,none,none,none, melee,melee,0.27,Noun,5,4,2,melee,12.24,0.89,12.24,0.89,none,12.24,none, mellifluous,mellifluous,0.08,Adjective,11,11,4,mellifluous,16.10,0.48,16.10,0.48,none,none,none, mellow,mellow,3.00,Adjective,6,4,2,mellow,8.85,1.00,8.85,1.00,none,none,none, mellowed,mellowed,0.33,Verb,8,5,2,mellow,none,none,8.85,1.00,none,none,none, mellower,mellower,0.02,Adjective,8,5,3,mellow,none,none,8.85,1.00,none,none,none, mellowing,mellowing,0.06,Verb,9,6,3,mellow,none,none,8.85,1.00,none,none,none, mellows,mellows,0.08,Verb,7,5,2,mellow,none,none,8.85,1.00,none,none,none, melodic,melodic,0.20,Adjective,7,7,3,melodic,9.79,1.00,9.79,1.00,none,none,none, melodies,melodies,0.43,Noun,8,7,3,melody,none,none,6.58,1.00,none,none,none, melodious,melodious,0.16,Adjective,9,8,4,melodious,10.12,0.89,10.12,0.89,none,none,none, melodrama,melodrama,0.69,Noun,9,9,4,melodrama,13.17,0.95,13.17,0.95,none,none,none, melodramas,melodramas,0.12,Noun,10,10,4,melodrama,none,none,13.17,0.95,none,none,none, melodramatic,melodramatic,1.22,Adjective,12,12,5,melodramatic,10.89,0.95,10.89,0.95,none,none,none, melody,melody,6.61,Noun,6,6,3,melody,6.58,1.00,6.58,1.00,none,none,none, melon,melon,4.27,Noun,5,5,2,melon,4.21,1.00,4.21,1.00,none,none,none,6.13 melons,melons,1.41,Noun,6,6,2,melon,none,none,4.21,1.00,none,none,none,6.13 melt,melt,7.31,Verb,4,4,1,melt,5.47,1.00,5.47,1.00,5.61,5.64,5.99, meltdown,meltdown,2.02,Noun,8,7,2,meltdown,10.32,1.00,10.32,1.00,none,none,none, meltdowns,meltdowns,0.16,Noun,9,8,2,meltdown,none,none,10.32,1.00,none,none,none, melted,melted,3.94,Verb,6,6,2,melt,none,none,5.47,1.00,5.61,5.64,5.99, melting,melting,3.29,Verb,7,6,2,melt,none,none,5.47,1.00,5.61,5.64,5.99, melts,melts,1.84,Verb,5,5,1,melt,none,none,5.47,1.00,5.61,5.64,5.99, member,member,28.78,Noun,6,5,2,member,8.20,1.00,8.20,1.00,none,7.83,none,7.88 members,members,24.00,Noun,7,6,2,member,none,none,8.20,1.00,none,7.83,none,7.88 membership,membership,3.24,Noun,10,8,3,membership,7.78,1.00,7.78,1.00,none,none,none, memberships,memberships,0.08,Noun,11,9,3,membership,none,none,7.78,1.00,none,none,none, membrane,membrane,1.12,Noun,8,7,2,membrane,10.95,1.00,10.95,1.00,none,none,none,12.32 membranes,membranes,0.55,Noun,9,8,2,membrane,none,none,10.95,1.00,none,none,none,12.32 membranous,membranous,0.02,Adjective,10,9,3,membranous,13.00,0.89,13.00,0.89,none,none,none, memento,memento,1.27,Noun,7,7,3,memento,11.12,0.94,11.12,0.94,none,none,none, mementoes,mementoes,0.02,Err:512,9,8,3,memento,none,none,11.12,0.94,none,none,none, mementos,mementos,0.47,Noun,8,8,3,memento,none,none,11.12,0.94,none,none,none, memo,memo,6.61,Noun,4,4,2,memo,11.39,1.00,11.39,1.00,none,none,none,10.41 memoir,memoir,0.18,Noun,6,6,2,memoir,12.37,0.90,12.37,0.90,none,12.39,none, memoire,memoire,0.04,Noun,7,6,4,memoir,none,none,12.37,0.90,none,12.39,none, memoirist,memoirist,0.02,Noun,9,9,3,memoirist,15.40,0.79,15.40,0.79,none,none,none, memoirs,memoirs,1.10,Noun,7,7,2,memoir,none,none,12.37,0.90,none,12.39,none, memorabilia,memorabilia,0.49,Noun,11,10,5,memorabilia,11.16,0.95,11.16,0.95,none,none,none, memorable,memorable,2.25,Adjective,9,8,4,memorable,9.47,1.00,9.47,1.00,none,none,none, memoranda,memoranda,0.10,Noun,9,8,4,memorandum,none,none,13.82,0.94,none,none,none, memorandum,memorandum,0.53,Noun,10,9,4,memorandum,13.82,0.94,13.82,0.94,none,none,none, memorandums,memorandums,0.02,Noun,11,10,4,memorandum,none,none,13.82,0.94,none,none,none, memorial,memorial,7.06,Noun,8,8,4,memorial,8.32,1.00,8.32,1.00,none,none,none, memorialize,memorialise,0.14,Verb,11,10,5,memorialize,11.42,0.95,11.42,0.95,none,none,none, memorials,memorials,0.06,Noun,9,9,4,memorial,none,none,8.32,1.00,none,none,none, memories,memories,22.20,Noun,8,6,3,memory,none,none,6.40,1.00,7.12,none,none, memorization,memorization,0.14,Noun,12,10,5,memorization,11.17,1.00,11.17,1.00,none,none,none, memorize,memorise,2.90,Verb,8,6,3,memorize,6.47,1.00,6.47,1.00,none,none,none, memorized,memorised,2.14,Verb,9,7,3,memorize,none,none,6.47,1.00,none,none,none, memorizes,memorises,0.02,Verb,9,8,4,memorize,none,none,6.47,1.00,none,none,none, memorizing,memorising,0.63,Verb,10,8,4,memorize,none,none,6.47,1.00,none,none,none, memory,memory,48.57,Noun,6,5,3,memory,6.40,1.00,6.40,1.00,7.12,none,none, memos,memos,0.84,Noun,5,5,2,memo,none,none,11.39,1.00,none,none,none,10.41 memsahib,memsahib,0.67,Noun,8,8,3,memsahib,14.50,0.33,14.50,0.33,none,none,none, men,men,372.76,Noun,3,3,1,man,none,none,3.11,1.00,3.78,none,3.63, menace,menace,3.73,Noun,6,5,2,menace,9.47,1.00,9.47,1.00,none,none,none,10.32 menaces,menaces,0.20,Noun,7,7,3,menace,none,none,9.47,1.00,none,none,none,10.32 menacing,menacing,0.55,Adjective,8,7,3,menacing,10.84,1.00,10.84,1.00,none,none,none, menage,menage,0.24,Noun,6,5,2,menage,14.91,0.58,14.91,0.58,none,none,none, menagerie,menagerie,0.33,Noun,9,7,4,menagerie,13.56,0.95,13.56,0.95,none,none,none, menageries,menageries,0.02,Noun,10,9,4,menagerie,none,none,13.56,0.95,none,none,none, mend,mend,2.61,Verb,4,4,1,mend,9.11,1.00,9.11,1.00,5.51,none,9.24, mendacious,mendacious,0.14,Adjective,10,8,3,mendacious,15.83,0.63,15.83,0.63,none,none,none, mendacities,mendacities,0.02,Noun,11,10,4,mendacity,none,none,15.10,0.53,none,none,none, mendacity,mendacity,0.35,Noun,9,9,4,mendacity,15.10,0.53,15.10,0.53,none,none,none, mended,mended,0.86,Verb,6,6,2,mend,none,none,9.11,1.00,5.51,none,9.24, mendelevium,mendelevium,0.04,Noun,11,11,5,mendelevium,15.62,0.42,15.62,0.42,none,none,none, mender,mender,0.02,Noun,6,5,2,mender,10.21,0.78,10.21,0.78,none,none,none, menders,menders,0.06,Name,7,6,2,mender,none,none,10.21,0.78,none,none,none, mendicant,mendicant,0.04,Noun,9,9,3,mendicant,15.22,0.47,15.22,0.47,none,none,none, mendicants,mendicants,0.02,Noun,10,10,3,mendicant,none,none,15.22,0.47,none,none,none, mending,mending,0.96,Verb,7,6,2,mend,none,none,9.11,1.00,5.51,none,9.24, mends,mends,0.12,Verb,5,5,1,mend,none,none,9.11,1.00,5.51,none,9.24, menfolk,menfolk,0.20,Noun,7,6,2,menfolk,10.23,0.76,10.23,0.76,none,none,none, menial,menial,0.51,Adjective,6,6,3,menial,12.88,0.94,12.88,0.94,10.89,none,none, menials,menials,0.02,Noun,7,7,3,menial,none,none,12.88,0.94,10.89,none,none, meningitis,meningitis,0.71,Noun,10,10,4,meningitis,12.68,1.00,12.68,1.00,none,none,none, meniscus,meniscus,0.12,Noun,8,7,3,meniscus,13.44,0.80,13.44,0.80,none,none,none, menopausal,menopausal,0.18,Adjective,10,9,4,menopausal,13.44,1.00,13.44,1.00,none,none,none, menopause,menopause,1.24,Noun,9,7,3,menopause,14.56,1.00,14.56,1.00,none,none,none, menorah,menorah,0.18,Noun,7,6,3,menorah,11.75,0.84,11.75,0.84,none,none,none, menorahs,menorahs,0.04,Noun,8,7,3,menorah,none,none,11.75,0.84,none,none,none, menses,menses,0.04,Noun,6,6,2,menses,12.57,0.74,12.57,0.74,none,none,none, menstrual,menstrual,0.53,Adjective,9,9,3,menstrual,10.83,1.00,10.83,1.00,none,none,none, menstruate,menstruate,0.08,Verb,10,9,3,menstruate,12.67,1.00,12.67,1.00,none,none,none, menstruated,menstruated,0.02,Verb,11,12,4,menstruate,none,none,12.67,1.00,none,none,none, menstruating,menstruating,0.12,Verb,12,12,4,menstruate,none,none,12.67,1.00,none,none,none, menstruation,menstruation,0.27,Noun,12,11,4,menstruation,10.39,1.00,10.39,1.00,none,none,none, mensuration,mensuration,Err:512,Err:512,11,10,4,mensuration,14.62,0.44,14.62,0.44,none,none,none, menswear,menswear,0.16,Noun,8,7,2,menswear,10.11,0.95,10.11,0.95,none,none,none, mental,mental,19.65,Adjective,6,6,2,mental,8.84,1.00,8.84,1.00,none,none,none,8.62 mentalist,mentalist,0.18,Noun,9,9,3,mentalist,15.22,0.90,15.22,0.90,none,none,none, mentalists,mentalists,0.02,Noun,10,10,3,mentalist,none,none,15.22,0.90,none,none,none, mentalities,mentalities,0.02,Noun,11,10,4,mentality,none,none,10.32,1.00,none,none,none, mentality,mentality,2.12,Noun,9,9,4,mentality,10.32,1.00,10.32,1.00,none,none,none, menthol,menthol,0.43,Noun,7,6,2,menthol,11.11,0.95,11.11,0.95,none,none,none, mentholated,mentholated,0.12,Verb,11,10,4,mentholated,13.12,0.89,13.12,0.89,none,none,none, menthols,menthols,0.14,Noun,8,7,2,menthol,none,none,11.11,0.95,none,none,none, mention,mention,59.47,Verb,7,6,2,mention,8.06,1.00,8.06,1.00,none,7.71,none,9.13 mentioned,mentioned,30.51,Verb,9,7,2,mention,none,none,8.06,1.00,none,7.71,none,9.13 mentioning,mentioning,2.86,Verb,10,8,3,mention,none,none,8.06,1.00,none,7.71,none,9.13 mentions,mentions,1.37,Verb,8,7,2,mention,none,none,8.06,1.00,none,7.71,none,9.13 mentor,mentor,3.49,Noun,6,6,2,mentor,11.37,1.00,11.37,1.00,none,none,none,9.85 mentoring,mentoring,0.24,Verb,9,7,3,mentor,none,none,11.37,1.00,none,none,none,9.85 mentors,mentors,0.22,Noun,7,6,2,mentor,none,none,11.37,1.00,none,none,none,9.85 menu,menu,9.96,Noun,4,5,2,menu,5.89,1.00,5.89,1.00,none,8.60,none,6.06 menus,menus,1.96,Noun,5,6,2,menu,none,none,5.89,1.00,none,8.60,none,6.06 meow,miaow,2.94,Verb,4,3,2,meow,4.00,1.00,4.00,1.00,none,none,none,3.53 meowed,meowed,0.02,Verb,6,4,2,meow,none,none,4.00,1.00,none,none,none,3.53 meowing,meowing,0.33,Verb,7,5,3,meow,none,none,4.00,1.00,none,none,none,3.53 meows,meows,0.41,Verb,5,4,2,meow,none,none,4.00,1.00,none,none,none,3.53 mercantile,mercantile,0.24,Adjective,10,8,3,mercantile,12.33,0.90,12.33,0.90,none,none,none, mercenaries,mercenaries,1.18,Noun,11,9,4,mercenary,none,none,13.00,1.00,none,none,none, mercenary,mercenary,1.92,Noun,9,8,4,mercenary,13.00,1.00,13.00,1.00,none,none,none, merchandise,merchandise,4.80,Noun,11,8,3,merchandise,9.26,1.00,9.26,1.00,none,none,none, merchandiser,merchandiser,0.08,Noun,12,9,4,merchandiser,11.65,0.94,11.65,0.94,none,none,none, merchandisers,merchandisers,0.02,Noun,13,10,4,merchandiser,none,none,11.65,0.94,none,none,none, merchandising,merchandising,0.67,Verb,13,10,4,merchandise,none,none,9.26,1.00,none,none,none, merchant,merchant,2.86,Noun,8,6,2,merchant,9.80,1.00,9.80,1.00,none,8.13,none,10.13 merchantman,merchantman,0.04,Noun,11,9,3,merchantman,11.12,0.89,11.12,0.89,none,none,none, merchantmen,merchantmen,0.04,Noun,11,9,3,merchantman,none,none,11.12,0.89,none,none,none, merchants,merchants,1.08,Noun,9,7,2,merchant,none,none,9.80,1.00,none,8.13,none,10.13 mercies,mercies,0.10,Noun,7,5,2,mercy,none,none,8.74,1.00,none,none,none,8.20 merciful,merciful,3.49,Adjective,8,7,3,merciful,8.11,1.00,8.11,1.00,none,none,none, mercifulness,mercifulness,0.02,Noun,12,10,4,mercifulness,9.67,1.00,9.67,1.00,none,none,none, merciless,merciless,1.20,Adjective,9,7,3,merciless,11.44,0.95,11.44,0.95,none,none,none, mercurial,mercurial,0.18,Adjective,9,9,4,mercurial,13.00,0.56,13.00,0.56,none,none,none, mercuric,mercuric,0.02,Adjective,8,8,3,mercuric,12.90,0.53,12.90,0.53,none,none,none, mercurochrome,mercurochrome,0.25,Noun,13,12,4,mercurochrome,13.50,0.44,13.50,0.44,none,none,none, mercury,mercury,3.82,Name,7,6,3,mercury,12.32,1.00,12.32,1.00,none,none,none, mercy,mercy,25.31,Noun,5,4,2,mercy,8.74,1.00,8.74,1.00,none,none,none,8.20 mere,mere,7.86,Adjective,4,3,1,mere,9.41,0.94,9.41,0.94,none,10.49,11.56, merest,merest,0.08,Adjective,6,6,2,mere,none,none,9.41,0.94,none,10.49,11.56, meretricious,meretricious,0.02,Adjective,12,10,4,meretricious,15.57,0.33,15.57,0.33,none,none,none, merge,merge,1.39,Verb,5,3,1,merge,10.68,1.00,10.68,1.00,none,none,10.12, merged,merged,0.43,Verb,6,4,1,merge,none,none,10.68,1.00,none,none,10.12, merger,merger,3.96,Noun,6,4,2,merger,13.10,1.00,13.10,1.00,none,none,none, mergers,mergers,0.47,Noun,7,5,2,merger,none,none,13.10,1.00,none,none,none, merges,merges,0.16,Verb,6,5,2,merge,none,none,10.68,1.00,none,none,10.12, merging,merging,0.45,Verb,7,5,2,merge,none,none,10.68,1.00,none,none,10.12, meridian,meridian,0.35,Noun,8,7,4,meridian,10.19,0.84,10.19,0.84,none,none,none, meridians,meridians,0.02,Noun,9,9,4,meridian,none,none,10.19,0.84,none,none,none, meringue,meringue,0.65,Noun,8,5,2,meringue,11.06,0.81,11.06,0.81,none,none,none,12.85 meringues,meringues,0.06,Noun,9,7,2,meringue,none,none,11.06,0.81,none,none,none,12.85 merino,merino,0.06,Noun,6,5,3,merino,18.00,0.44,18.00,0.44,none,none,none, merinos,merinos,0.02,Noun,7,7,3,merino,none,none,18.00,0.44,none,none,none, merit,merit,3.39,Noun,5,5,2,merit,10.47,1.00,10.47,1.00,none,8.81,none,11.39 merited,merited,0.10,Verb,7,7,3,merit,none,none,10.47,1.00,none,8.81,none,11.39 meritocracy,meritocracy,0.02,Noun,11,11,5,meritocracy,13.89,0.45,13.89,0.45,13.03,none,none, meritorious,meritorious,0.25,Adjective,11,10,5,meritorious,13.33,0.50,13.33,0.50,none,none,none, merits,merits,1.90,Noun,6,6,2,merit,none,none,10.47,1.00,none,8.81,none,11.39 mermaid,mermaid,3.16,Noun,7,5,2,mermaid,5.68,1.00,5.68,1.00,none,6.50,none, mermaids,mermaids,0.39,Noun,8,6,2,mermaid,none,none,5.68,1.00,none,6.50,none, merrier,merrier,1.22,Adjective,7,5,3,merry,none,none,5.89,1.00,none,6.41,none,5.14 merriest,merriest,0.06,Adjective,8,7,3,merry,none,none,5.89,1.00,none,6.41,none,5.14 merriment,merriment,0.24,Noun,9,8,3,merriment,11.88,0.94,11.88,0.94,none,none,none, merry,merry,39.10,Adjective,5,4,2,merry,5.89,1.00,5.89,1.00,none,6.41,none,5.14 merrymaking,merrymaking,0.02,Noun,11,9,4,merrymaking,8.41,0.85,8.41,0.85,none,none,none, mescal,mescal,0.55,Noun,6,5,2,mescal,15.75,0.22,15.75,0.22,none,none,none, mescaline,mescaline,0.61,Noun,9,8,3,mescaline,16.31,0.80,16.31,0.80,none,none,none, mesdames,mesdames,0.49,Name,8,6,2,mesdames,12.00,0.10,12.00,0.10,none,none,none, mesenteric,mesenteric,0.16,Adjective,10,10,4,mesenteric,15.86,0.39,15.86,0.39,none,none,none, mesentery,mesentery,0.06,Noun,9,9,4,mesentery,15.25,0.20,15.25,0.20,none,none,none, mesh,mesh,0.69,Noun,4,3,1,mesh,9.89,1.00,9.89,1.00,none,none,9.03, meshed,meshed,0.06,Verb,6,4,1,mesh,none,none,9.89,1.00,none,none,9.03, mesmerism,mesmerism,0.08,Noun,9,9,4,mesmerism,12.47,0.85,12.47,0.85,none,none,none, mesmerize,mesmerise,0.02,Verb,9,7,3,mesmerize,12.67,1.00,12.67,1.00,none,none,none, mesmerized,mesmerised,0.41,Verb,10,8,3,mesmerize,none,none,12.67,1.00,none,none,none, mesmerizing,mesmerising,0.12,Verb,11,9,4,mesmerize,none,none,12.67,1.00,none,none,none, mesoderm,mesoderm,0.02,Noun,8,8,3,mesoderm,16.11,0.45,16.11,0.45,none,none,none, meson,meson,0.04,Noun,5,5,2,meson,13.50,0.44,13.50,0.44,none,none,none, mesons,mesons,0.02,Noun,6,6,2,meson,none,none,13.50,0.44,none,none,none, mesosphere,mesosphere,0.04,Noun,10,7,3,mesosphere,14.50,0.56,14.50,0.56,none,none,none, mesquite,mesquite,0.24,Noun,8,6,2,mesquite,12.31,0.84,12.31,0.84,none,none,none, mess,mess,78.14,Noun,4,3,1,mess,4.28,1.00,4.28,1.00,none,4.64,5.39, message,message,91.51,Noun,7,5,2,message,6.32,1.00,6.32,1.00,none,none,none,7.57 messaged,messaged,0.08,Verb,8,6,2,message,none,none,6.32,1.00,none,none,none,7.57 messages,messages,18.59,Noun,8,7,3,message,none,none,6.32,1.00,none,none,none,7.57 messaging,messaging,0.18,Noun,9,7,3,messaging,11.26,1.00,11.26,1.00,none,none,none, messed,messed,16.73,Verb,6,4,1,mess,none,none,4.28,1.00,none,4.64,5.39, messenger,messenger,8.06,Noun,9,7,3,messenger,7.58,1.00,7.58,1.00,none,7.66,none, messengers,messengers,0.75,Noun,10,8,3,messenger,none,none,7.58,1.00,none,7.66,none, messes,messes,2.24,Verb,6,5,2,mess,none,none,4.28,1.00,none,4.64,5.39, messiah,messiah,2.67,Noun,7,5,3,messiah,8.00,0.95,8.00,0.95,none,none,none, messiahs,messiahs,0.08,Noun,8,6,3,messiah,none,none,8.00,0.95,none,none,none, messianic,messianic,0.14,Adjective,9,8,4,messianic,12.60,0.56,12.60,0.56,none,none,none, messier,messier,0.18,Adjective,7,5,3,messy,none,none,5.05,1.00,none,none,none, messiest,messiest,0.08,Adjective,8,7,3,messy,none,none,5.05,1.00,none,none,none, messieurs,messieurs,0.71,Noun,9,6,2,messieurs,15.22,0.50,15.22,0.50,none,none,none, messiness,messiness,0.02,Noun,9,7,3,messiness,7.20,1.00,7.20,1.00,none,none,none, messing,messing,13.04,Verb,7,5,2,mess,none,none,4.28,1.00,none,4.64,5.39, messy,messy,6.86,Adjective,5,4,2,messy,5.05,1.00,5.05,1.00,none,none,none, mestizo,mestizo,0.02,Noun,7,7,3,mestizo,15.25,0.21,15.25,0.21,none,none,none, met,met,191.33,Verb,3,3,1,meet,none,none,4.74,1.00,5.64,none,6.51, metabolic,metabolic,0.78,Adjective,9,9,4,metabolic,12.75,0.91,12.75,0.91,none,none,none, metabolism,metabolism,1.08,Noun,10,11,5,metabolism,12.00,1.00,12.00,1.00,none,none,none, metabolisms,metabolisms,0.08,Noun,11,12,5,metabolism,none,none,12.00,1.00,none,none,none, metabolite,metabolite,0.06,Noun,10,9,4,metabolite,15.00,0.89,15.00,0.89,none,none,none, metabolites,metabolites,0.10,Noun,11,10,4,metabolite,none,none,15.00,0.89,none,none,none, metabolize,metabolise,0.24,Verb,10,9,4,metabolize,12.28,1.00,12.28,1.00,none,none,none, metabolizes,metabolises,0.02,Verb,11,11,5,metabolize,none,none,12.28,1.00,none,none,none, metacarpal,metacarpal,0.14,Adjective,10,10,4,metacarpal,16.31,0.68,16.31,0.68,none,none,none, metacarpals,metacarpals,0.08,Noun,11,11,4,metacarpal,none,none,16.31,0.68,none,none,none, metal,metal,19.45,Noun,5,5,2,metal,5.61,1.00,5.61,1.00,none,6.24,none,6.47 metallic,metallic,1.31,Adjective,8,7,3,metallic,9.63,1.00,9.63,1.00,none,none,none, metalloid,metalloid,0.02,Adjective,9,7,3,metalloid,14.53,0.83,14.53,0.83,none,none,none, metallurgical,metallurgical,0.08,Adjective,13,11,5,metallurgical,15.69,0.84,15.69,0.84,none,none,none, metallurgist,metallurgist,0.08,Noun,12,10,4,metallurgist,15.80,0.56,15.80,0.56,none,none,none, metallurgy,metallurgy,0.12,Noun,10,8,4,metallurgy,12.85,0.68,12.85,0.68,12.98,none,none, metals,metals,1.08,Noun,6,6,2,metal,none,none,5.61,1.00,none,6.24,none,6.47 metalware,metalware,Err:512,Err:512,9,8,3,metalware,13.64,0.70,13.64,0.70,none,none,none, metalwork,metalwork,0.04,Noun,9,8,3,metalwork,12.61,1.00,12.61,1.00,none,none,none, metalworker,metalworker,0.04,Noun,11,9,4,metalworker,11.00,1.00,11.00,1.00,none,none,none, metalworking,metalworking,0.04,Noun,12,10,4,metalworking,11.39,1.00,11.39,1.00,none,none,none, metamorphic,metamorphic,0.06,Adjective,11,10,4,metamorphic,12.61,1.00,12.61,1.00,none,none,none, metamorphose,metamorphose,0.02,Verb,12,10,4,metamorphose,12.67,0.67,12.67,0.67,none,none,none, metamorphosis,metamorphosis,0.55,Noun,13,12,5,metamorphosis,11.80,1.00,11.80,1.00,none,none,none, metaphase,metaphase,0.06,Verb,9,7,3,metaphase,15.38,0.68,15.38,0.68,none,none,none, metaphor,metaphor,3.88,Noun,8,7,3,metaphor,11.59,0.94,11.59,0.94,none,none,none, metaphoric,metaphoric,0.08,Adjective,10,9,4,metaphoric,13.72,0.95,13.72,0.95,none,none,none, metaphorical,metaphorical,0.27,Adjective,12,11,5,metaphorical,12.33,0.95,12.33,0.95,none,none,none, metaphors,metaphors,0.86,Noun,9,8,3,metaphor,none,none,11.59,0.94,none,none,none, metaphysic,metaphysic,0.06,Adjective,10,9,4,metaphysic,14.53,0.83,14.53,0.83,none,none,none, metaphysical,metaphysical,0.82,Adjective,12,11,5,metaphysical,14.50,0.90,14.50,0.90,none,none,none, metaphysician,metaphysician,0.08,Noun,13,11,5,metaphysician,15.45,0.61,15.45,0.61,none,none,none, metaphysics,metaphysics,0.20,Noun,11,10,4,metaphysics,14.88,0.89,14.88,0.89,none,none,none, metastases,metastases,0.04,Noun,10,10,4,metastasis,none,none,14.07,0.83,none,none,none, metastasis,metastasis,0.04,Noun,10,10,4,metastasis,14.07,0.83,14.07,0.83,none,none,none, metastasize,metastasize,0.04,Verb,11,10,4,metastasize,14.73,0.83,14.73,0.83,none,none,none, metastasized,metastasized,0.14,Verb,12,11,4,metastasize,none,none,14.73,0.83,none,none,none, metastasizes,metastasizes,0.02,Verb,12,12,5,metastasize,none,none,14.73,0.83,none,none,none, metastasizing,metastasizing,0.06,Verb,13,12,5,metastasize,none,none,14.73,0.83,none,none,none, metastatic,metastatic,0.18,Adjective,10,10,4,metastatic,16.07,0.64,16.07,0.64,none,none,none, metatarsal,metatarsal,0.04,Noun,10,9,4,metatarsal,13.83,0.60,13.83,0.60,none,none,none, metatarsals,metatarsals,0.02,Noun,11,10,4,metatarsal,none,none,13.83,0.60,none,none,none, mete,mete,0.08,Verb,4,3,1,mete,12.00,0.67,12.00,0.67,none,none,none, meted,meted,0.22,Verb,5,5,2,mete,none,none,12.00,0.67,none,none,none, metempsychosis,metempsychosis,Err:512,Err:512,14,12,5,metempsychosis,19.00,0.19,19.00,0.19,none,none,none, meteor,meteor,3.53,Noun,6,5,3,meteor,7.67,1.00,7.67,1.00,none,none,none, meteoric,meteoric,0.18,Adjective,8,8,4,meteoric,11.11,0.95,11.11,0.95,none,none,none, meteorite,meteorite,0.80,Noun,9,8,4,meteorite,8.84,1.00,8.84,1.00,none,none,none, meteorites,meteorites,0.20,Noun,10,9,4,meteorite,none,none,8.84,1.00,none,none,none, meteorological,meteorological,0.27,Adjective,14,14,7,meteorological,12.33,0.95,12.33,0.95,none,none,none, meteorologist,meteorologist,0.22,Noun,13,12,6,meteorologist,8.89,1.00,8.89,1.00,none,none,none, meteorologists,meteorologists,0.04,Noun,14,13,6,meteorologist,none,none,8.89,1.00,none,none,none, meteorology,meteorology,0.12,Noun,11,10,6,meteorology,14.00,0.95,14.00,0.95,none,none,none, meteors,meteors,0.43,Noun,7,6,3,meteor,none,none,7.67,1.00,none,none,none, meter,metre,6.22,Noun,5,4,2,meter,8.56,1.00,8.56,1.00,none,none,none,8.12 metered,metered,0.06,Adjective,7,5,2,metered,13.88,0.89,13.88,0.89,none,none,none, meters,metres,7.08,Noun,6,5,2,meter,none,none,8.56,1.00,none,none,none,8.12 meth,meth,2.35,Verb,4,3,1,meth,17.06,1.00,17.06,1.00,none,none,none, methadone,methadone,0.73,Noun,9,7,3,methadone,19.21,0.70,19.21,0.70,none,none,none, methamphetamine,methamphetamine,0.31,Noun,15,12,5,methamphetamine,15.42,1.00,15.42,1.00,none,none,none, methane,methane,1.14,Noun,7,5,2,methane,13.21,1.00,13.21,1.00,none,13.11,none,13.74 methanol,methanol,0.24,Noun,8,7,3,methanol,15.24,0.89,15.24,0.89,none,none,none, method,method,7.88,Noun,6,5,2,method,11.15,1.00,11.15,1.00,none,9.51,none,8.70 methodical,methodical,0.51,Adjective,10,9,4,methodical,12.74,0.95,12.74,0.95,none,none,none, methodological,methodological,0.02,Adjective,14,13,6,methodological,15.00,0.95,15.00,0.95,none,none,none, methodologies,methodologies,0.08,Noun,13,11,5,methodology,none,none,14.13,0.79,none,none,none, methodology,methodology,0.65,Noun,11,10,5,methodology,14.13,0.79,14.13,0.79,none,none,none, methods,methods,6.47,Noun,7,6,2,method,none,none,11.15,1.00,none,9.51,none,8.70 methyl,methyl,0.20,Noun,6,5,2,methyl,14.24,0.89,14.24,0.89,none,none,none, methylene,methylene,0.10,0.10,9,7,3,methylene,15.57,0.86,15.57,0.86,none,13.28,none, methylphenidate,methylphenidate,0.02,Noun,15,12,5,methylphenidate,18.27,0.52,18.27,0.52,none,none,none, meticulous,meticulous,1.02,Adjective,10,10,4,meticulous,11.47,0.94,11.47,0.94,none,none,none, metric,metric,0.49,Adjective,6,6,2,metric,10.16,1.00,10.16,1.00,none,11.62,none, metro,metro,4.53,Name,5,5,2,metro,12.39,1.00,12.39,1.00,none,none,none,10.13 metronome,metronome,0.20,Noun,9,8,3,metronome,11.06,0.89,11.06,0.89,none,none,none, metropolis,metropolis,1.02,Noun,10,10,4,metropolis,12.06,0.94,12.06,0.94,none,none,none, metropolises,metropolises,0.02,Noun,12,12,5,metropolis,none,none,12.06,0.94,none,none,none, metropolitan,metropolitan,1.49,Adjective,12,12,5,metropolitan,11.59,0.94,11.59,0.94,none,none,none, metros,metros,0.04,Err:512,6,6,2,metro,none,none,12.39,1.00,none,none,none,10.13 mettle,mettle,0.33,Noun,6,5,2,mettle,12.33,0.95,12.33,0.95,none,none,none, mettlesome,mettlesome,0.02,Adjective,10,8,3,mettlesome,12.22,0.95,12.22,0.95,none,none,none, mew,mew,0.45,Noun,3,3,1,mew,9.29,0.74,9.29,0.74,none,none,10.87, mewed,mewed,0.02,Verb,5,4,1,mew,none,none,9.29,0.74,none,none,10.87, mewl,mewl,0.02,Verb,4,4,1,mewl,13.70,0.53,13.70,0.53,none,none,none, mews,mews,0.12,Noun,4,4,1,mew,none,none,9.29,0.74,none,none,10.87, mezuzah,mezuzah,0.25,Noun,7,6,3,mezuzah,14.67,0.15,14.67,0.15,none,none,none, mezzanine,mezzanine,0.45,Adjective,9,7,3,mezzanine,12.12,0.80,12.12,0.80,none,none,none, mezzo,mezzo,0.06,Noun,5,4,2,mezzo,12.60,0.56,12.60,0.56,none,none,none, miaow,meow,0.06,0.06,5,4,2,miaow,6.19,0.47,6.19,0.47,4.71,none,none, miasma,miasma,0.02,Noun,6,6,3,miasma,16.14,0.37,16.14,0.37,none,none,none, mica,mica,0.12,Noun,4,4,2,mica,12.25,0.63,12.25,0.63,none,12.24,none, micas,micas,0.02,Noun,5,5,2,mica,none,none,12.25,0.63,none,12.24,none, mice,mice,6.57,Noun,4,3,1,mouse,none,none,4.94,1.00,none,4.99,none, micro,micro,0.57,Noun,5,5,2,micro,10.44,1.00,10.44,1.00,none,none,none,10.22 microbe,microbe,0.24,Noun,7,6,2,microbe,12.61,0.95,12.61,0.95,none,12.17,none, microbes,microbes,0.49,Noun,8,7,2,microbe,none,none,12.61,0.95,none,12.17,none, microbial,microbial,0.04,Adjective,9,9,4,microbial,12.76,0.89,12.76,0.89,none,none,none, microbiological,microbiological,0.02,Adjective,15,15,7,microbiological,13.79,1.00,13.79,1.00,none,none,none, microbiologist,microbiologist,0.02,Noun,14,14,6,microbiologist,12.68,1.00,12.68,1.00,none,none,none, microbiology,microbiology,0.18,Noun,12,12,6,microbiology,13.50,1.00,13.50,1.00,12.98,none,none, microcellular,microcellular,0.02,Adjective,13,12,5,microcellular,13.28,0.95,13.28,0.95,none,none,none, microchemistry,microchemistry,0.04,Noun,14,13,5,microchemistry,13.94,1.00,13.94,1.00,none,none,none, microchip,microchip,1.45,Noun,9,8,3,microchip,14.00,1.00,14.00,1.00,none,none,none, microchips,microchips,0.49,Noun,10,9,3,microchip,none,none,14.00,1.00,none,none,none, microcomputer,microcomputer,0.16,Noun,13,13,5,microcomputer,13.89,0.90,13.89,0.90,none,none,none, microcomputers,microcomputers,0.06,Noun,14,14,5,microcomputer,none,none,13.89,0.90,none,none,none, microcosm,microcosm,0.14,Noun,9,10,4,microcosm,16.00,0.74,16.00,0.74,none,none,none, microdot,microdot,0.12,Noun,8,8,3,microdot,14.27,0.83,14.27,0.83,none,none,none, microeconomic,microeconomic,0.08,Adjective,13,13,6,microeconomic,17.40,0.75,17.40,0.75,none,none,none, microeconomics,microeconomics,0.04,Noun,14,14,6,microeconomics,15.18,1.00,15.18,1.00,none,none,none, microelectronic,microelectronic,0.04,Adjective,15,15,6,microelectronic,16.80,0.83,16.80,0.83,none,none,none, microelectronics,microelectronics,0.02,Noun,16,16,6,microelectronics,15.67,0.95,15.67,0.95,none,none,none, microfiche,microfiche,0.24,Noun,10,8,3,microfiche,14.75,0.89,14.75,0.89,none,none,none, microfilm,microfilm,1.31,Noun,9,9,3,microfilm,12.12,0.89,12.12,0.89,none,none,none, microfilms,microfilms,0.04,Noun,10,10,3,microfilm,none,none,12.12,0.89,none,none,none, microgram,microgram,0.02,Noun,9,9,3,microgram,13.21,0.78,13.21,0.78,none,none,none, micrograms,micrograms,0.14,Noun,10,10,3,microgram,none,none,13.21,0.78,none,none,none, micromanage,micromanage,0.22,Verb,11,10,4,micromanage,15.83,0.90,15.83,0.90,none,none,none, micromanaging,micromanaging,0.12,Verb,13,12,5,micromanage,none,none,15.83,0.90,none,none,none, micrometer,micrometre,0.04,Noun,10,9,4,micrometer,14.00,0.84,14.00,0.84,none,none,none, micron,micron,0.06,Noun,6,6,2,micron,14.56,0.89,14.56,0.89,none,none,none, microns,microns,0.22,Noun,7,7,2,micron,none,none,14.56,0.89,none,none,none, microorganism,microorganism,0.14,Noun,13,14,6,microorganism,12.17,1.00,12.17,1.00,none,none,none, microorganisms,microorganisms,0.12,Noun,14,15,6,microorganism,none,none,12.17,1.00,none,none,none, microphone,microphone,4.55,Noun,10,8,3,microphone,6.25,1.00,6.25,1.00,none,none,none, microphones,microphones,0.98,Noun,11,9,3,microphone,none,none,6.25,1.00,none,none,none, microphotograph,microphotograph,0.02,Noun,15,13,5,microphotograph,13.23,0.72,13.23,0.72,none,none,none, microprobe,microprobe,0.02,Noun,10,9,3,microprobe,14.00,0.89,14.00,0.89,none,none,none, microprocessor,microprocessor,0.37,Noun,14,12,5,microprocessor,15.48,0.95,15.48,0.95,none,none,none, microprocessors,microprocessors,0.10,Noun,15,13,5,microprocessor,none,none,15.48,0.95,none,none,none, microreader,microreader,0.02,Noun,11,9,4,microreader,16.86,0.78,16.86,0.78,none,none,none, micros,micros,0.02,Noun,6,6,2,micro,none,none,10.44,1.00,none,none,none,10.22 microscope,microscope,2.53,Noun,10,9,3,microscope,9.16,1.00,9.16,1.00,none,none,none, microscopes,microscopes,0.06,Noun,11,10,3,microscope,none,none,9.16,1.00,none,none,none, microscopic,microscopic,1.14,Adjective,11,11,4,microscopic,10.11,1.00,10.11,1.00,none,none,none, microscopy,microscopy,0.10,Noun,10,10,4,microscopy,12.80,0.83,12.80,0.83,none,none,none, microsecond,microsecond,0.10,Noun,11,11,4,microsecond,11.72,0.95,11.72,0.95,none,none,none, microseconds,microseconds,0.04,Verb,12,12,4,microsecond,none,none,11.72,0.95,none,none,none, microwavable,microwavable,0.08,Adjective,12,12,5,microwavable,11.28,1.00,11.28,1.00,none,none,none, microwave,microwave,3.90,Noun,9,8,3,microwave,7.67,1.00,7.67,1.00,12.68,none,none, microwaveable,microwaveable,0.02,Adjective,13,12,5,microwavable,none,none,11.28,1.00,none,none,none, microwaves,microwaves,0.59,Noun,10,9,3,microwave,none,none,7.67,1.00,12.68,none,none, mid,mid,1.25,Adjective,3,3,1,mid,10.32,1.00,10.32,1.00,none,none,7.29, midair,midair,0.69,Noun,6,5,2,midair,9.21,1.00,9.21,1.00,none,none,none, midbrain,midbrain,0.06,Noun,8,7,2,midbrain,14.62,0.89,14.62,0.89,none,none,none, midcourse,midcourse,0.02,Noun,9,7,2,midcourse,11.88,0.94,11.88,0.94,none,none,none, midday,midday,0.82,Noun,6,5,2,midday,7.37,1.00,7.37,1.00,none,none,none, midden,midden,0.10,Noun,6,5,2,midden,13.25,0.19,13.25,0.19,none,none,none, middle,middle,89.20,Noun,6,5,2,middle,4.70,1.00,4.70,1.00,none,5.35,none,6.26 middlebrow,middlebrow,0.04,Noun,10,8,3,middlebrow,11.85,0.68,11.85,0.68,none,none,none, middleclass,middleclass,0.02,Noun,11,9,3,middleclass,10.55,1.00,10.55,1.00,none,none,none, middleman,middleman,0.80,Noun,9,8,3,middleman,10.89,1.00,10.89,1.00,none,none,none, middlemen,middlemen,0.27,Noun,9,8,3,middleman,none,none,10.89,1.00,none,none,none, middles,middles,0.02,Noun,7,6,2,middle,none,none,4.70,1.00,none,5.35,none,6.26 middleweight,middleweight,0.84,Noun,12,8,3,middleweight,9.83,0.90,9.83,0.90,none,none,none, middling,middling,0.14,Adjective,8,7,3,middling,11.56,0.89,11.56,0.89,none,none,none, middy,middy,0.06,Noun,5,4,2,middy,10.25,0.19,10.25,0.19,none,none,none, midfield,midfield,0.27,Noun,8,7,2,midfield,10.28,1.00,10.28,1.00,none,none,none, midfielder,midfielder,0.02,Noun,10,8,3,midfielder,9.56,1.00,9.56,1.00,none,none,none, midget,midget,4.61,Noun,6,5,2,midget,9.20,1.00,9.20,1.00,none,10.05,none,8.87 midgets,midgets,2.27,Noun,7,6,2,midget,none,none,9.20,1.00,none,10.05,none,8.87 midlife,midlife,0.69,Noun,7,6,2,midlife,11.43,1.00,11.43,1.00,none,none,none, midline,midline,0.57,Noun,7,6,2,midline,11.53,0.89,11.53,0.89,none,none,none, midmorning,midmorning,0.08,Noun,10,9,3,midmorning,10.11,1.00,10.11,1.00,none,none,none, midnight,midnight,28.37,Noun,8,6,2,midnight,6.21,1.00,6.21,1.00,none,6.62,none,6.33 midnights,midnights,0.06,Noun,9,7,2,midnight,none,none,6.21,1.00,none,6.62,none,6.33 midpoint,midpoint,0.04,Noun,8,7,2,midpoint,10.50,1.00,10.50,1.00,none,none,none, midrange,midrange,0.16,Noun,8,7,2,midrange,11.18,0.94,11.18,0.94,none,none,none, midriff,midriff,0.18,Noun,7,6,2,midriff,11.53,0.94,11.53,0.94,none,none,none, midriffs,midriffs,0.04,Noun,8,7,2,midriff,none,none,11.53,0.94,none,none,none, midseason,midseason,0.06,Noun,9,8,3,midseason,10.28,0.95,10.28,0.95,none,none,none, midsection,midsection,0.37,Noun,10,9,3,midsection,9.62,1.00,9.62,1.00,none,none,none, midship,midship,0.16,Noun,7,6,2,midship,12.44,0.84,12.44,0.84,none,none,none, midshipman,midshipman,0.73,Noun,10,9,3,midshipman,13.93,0.74,13.93,0.74,none,11.28,none, midshipmen,midshipmen,0.18,Noun,10,9,3,midshipman,none,none,13.93,0.74,none,11.28,none, midsize,midsize,0.20,Adjective,7,6,2,midsize,9.72,1.00,9.72,1.00,none,none,none, midsized,midsized,0.04,Adjective,8,7,2,midsize,none,none,9.72,1.00,none,none,none, midst,midst,3.43,Noun,5,5,1,midst,10.89,0.95,10.89,0.95,none,11.90,10.17, midsummer,midsummer,0.59,Noun,9,7,3,midsummer,8.94,1.00,8.94,1.00,none,none,none, midterm,midterm,1.98,Noun,7,6,2,midterm,13.16,1.00,13.16,1.00,none,none,none, midterms,midterms,0.90,Noun,8,7,2,midterm,none,none,13.16,1.00,none,none,none, midtown,midtown,1.47,Noun,7,6,2,midtown,9.78,0.95,9.78,0.95,none,none,none, midway,midway,2.22,Adverb,6,5,2,midway,9.46,1.00,9.46,1.00,none,none,none, midweek,midweek,0.12,Noun,7,6,2,midweek,9.55,1.00,9.55,1.00,none,none,none, midwife,midwife,0.57,Noun,7,6,2,midwife,10.89,1.00,10.89,1.00,none,8.69,none, midwinter,midwinter,0.04,Noun,9,8,3,midwinter,9.35,1.00,9.35,1.00,none,none,none, midwives,midwives,0.16,Noun,8,7,2,midwife,none,none,10.89,1.00,none,8.69,none, miff,miff,0.02,Noun,4,3,1,miff,11.22,0.82,11.22,0.82,none,none,11.78, miffed,miffed,0.63,Verb,6,4,1,miff,none,none,11.22,0.82,none,none,11.78, might,might,516.35,Verb,5,3,1,may,none,none,5.65,1.00,5.69,none,4.99, mightier,mightier,0.39,Adjective,8,5,3,mighty,none,none,5.63,1.00,none,8.22,none, mightiest,mightiest,0.33,Adjective,9,7,3,mighty,none,none,5.63,1.00,none,8.22,none, mightiness,mightiness,0.02,Noun,10,7,3,mightiness,8.50,1.00,8.50,1.00,none,none,none, mighty,mighty,26.57,Adjective,6,4,2,mighty,5.63,1.00,5.63,1.00,none,8.22,none, mignon,mignon,0.73,Noun,6,6,2,mignon,14.40,0.83,14.40,0.83,none,none,none,13.63 mignons,mignons,0.06,Noun,7,7,2,mignon,none,none,14.40,0.83,none,none,none,13.63 migraine,migraine,1.86,Noun,8,6,2,migraine,10.00,1.00,10.00,1.00,none,none,none, migraines,migraines,0.73,Noun,9,7,2,migraine,none,none,10.00,1.00,none,none,none, migrant,migrant,0.25,Noun,7,7,2,migrant,11.74,1.00,11.74,1.00,none,none,none, migrants,migrants,0.20,Noun,8,8,2,migrant,none,none,11.74,1.00,none,none,none, migrate,migrate,0.41,Verb,7,6,2,migrate,9.62,1.00,9.62,1.00,none,none,none, migrated,migrated,0.33,Verb,8,8,3,migrate,none,none,9.62,1.00,none,none,none, migrates,migrates,0.06,Verb,8,7,2,migrate,none,none,9.62,1.00,none,none,none, migrating,migrating,0.41,Verb,9,8,3,migrate,none,none,9.62,1.00,none,none,none, migration,migration,0.65,Noun,9,8,3,migration,9.67,1.00,9.67,1.00,none,none,none, migrations,migrations,0.08,Noun,10,9,3,migration,none,none,9.67,1.00,none,none,none, migratory,migratory,0.27,Adjective,9,9,4,migratory,9.94,0.89,9.94,0.89,none,none,none, mikado,mikado,0.63,Noun,6,6,3,mikado,18.20,0.25,18.20,0.25,none,none,none, mike,mike,111.90,Name,4,3,1,mike,6.78,0.90,6.78,0.90,none,8.03,7.98, mikes,mikes,0.78,Noun,5,4,1,mike,none,none,6.78,0.90,none,8.03,7.98, mil,mil,2.86,Noun,3,3,1,mil,10.87,0.79,10.87,0.79,none,none,none, milady,milady,2.57,Noun,6,6,3,milady,13.18,0.61,13.18,0.61,none,none,none, milch,milch,0.02,Name,5,4,1,milch,17.00,0.11,17.00,0.11,none,none,13.50, mild,mild,4.80,Adjective,4,4,1,mild,8.05,1.00,8.05,1.00,none,7.24,7.35, milder,milder,0.10,Adjective,6,5,2,mild,none,none,8.05,1.00,none,7.24,7.35, mildest,mildest,0.04,Adjective,7,7,2,mild,none,none,8.05,1.00,none,7.24,7.35, mildew,mildew,0.43,Noun,6,5,2,mildew,9.74,1.00,9.74,1.00,none,10.87,none, mildews,mildews,0.02,Noun,7,6,2,mildew,none,none,9.74,1.00,none,10.87,none, mildness,mildness,0.06,Noun,8,7,2,mildness,11.05,1.00,11.05,1.00,none,none,none, mile,mile,21.00,Noun,4,3,1,mile,7.65,1.00,7.65,1.00,none,6.35,6.94, mileage,mileage,1.98,Noun,7,5,2,mileage,10.22,1.00,10.22,1.00,none,10.36,none,10.70 milepost,milepost,0.02,Noun,8,7,2,milepost,12.00,1.00,12.00,1.00,none,none,none, mileposts,mileposts,0.02,Noun,9,8,2,milepost,none,none,12.00,1.00,none,none,none, miler,miler,0.04,Noun,5,4,2,miler,12.75,0.60,12.75,0.60,none,none,none, miles,miles,88.24,Noun,5,4,1,mile,none,none,7.65,1.00,none,6.35,6.94, milestone,milestone,0.71,Noun,9,7,2,milestone,11.62,0.95,11.62,0.95,none,none,none, milestones,milestones,0.12,Noun,10,8,2,milestone,none,none,11.62,0.95,none,none,none, milieu,milieu,0.22,Noun,6,5,2,milieu,16.67,0.45,16.67,0.45,none,none,none, militant,militant,0.88,Adjective,8,8,3,militant,12.59,0.94,12.59,0.94,none,none,none, militants,militants,0.24,Noun,9,9,3,militant,none,none,12.59,0.94,none,none,none, militaries,militaries,0.10,Noun,10,9,4,military,none,none,8.20,1.00,none,8.51,none, militarism,militarism,0.10,Noun,10,10,5,militarism,12.76,0.94,12.76,0.94,none,none,none, militarist,militarist,0.02,Noun,10,9,4,militarist,14.00,0.89,14.00,0.89,none,none,none, militaristic,militaristic,0.12,Adjective,12,11,5,militaristic,10.60,0.83,10.60,0.83,none,none,none, militarists,militarists,0.02,Noun,11,10,4,militarist,none,none,14.00,0.89,none,none,none, militarization,militarization,0.02,Noun,14,12,6,militarization,13.00,0.79,13.00,0.79,none,none,none, militarize,militarise,0.02,Verb,10,8,4,militarize,12.59,0.94,12.59,0.94,none,none,none, military,military,41.24,Adjective,8,8,4,military,8.20,1.00,8.20,1.00,none,8.51,none, militate,militate,0.04,Verb,8,7,3,militate,13.73,0.79,13.73,0.79,none,none,none, militia,militia,2.25,Noun,7,6,3,militia,12.00,0.89,12.00,0.89,none,none,none, militias,militias,0.10,Noun,8,7,3,militia,none,none,12.00,0.89,none,none,none, milk,milk,42.53,Noun,4,4,1,milk,3.37,1.00,3.37,1.00,none,4.05,3.63, milked,milked,0.47,Verb,6,5,1,milk,none,none,3.37,1.00,none,4.05,3.63, milkmaid,milkmaid,0.37,Noun,8,7,2,milkmaid,8.94,0.95,8.94,0.95,none,none,none, milkmaids,milkmaids,0.08,Noun,9,8,2,milkmaid,none,none,8.94,0.95,none,none,none, milkman,milkman,0.94,Noun,7,7,2,milkman,6.37,1.00,6.37,1.00,4.68,none,none, milkmen,milkmen,0.08,Noun,7,7,2,milkman,none,none,6.37,1.00,4.68,none,none, milks,milks,0.18,Noun,5,5,1,milk,none,none,3.37,1.00,none,4.05,3.63, milkshake,milkshake,0.82,Noun,9,7,2,milkshake,4.89,1.00,4.89,1.00,none,none,none, milkshakes,milkshakes,0.33,Noun,10,8,2,milkshake,none,none,4.89,1.00,none,none,none, milksop,milksop,0.08,Noun,7,7,2,milksop,13.86,0.35,13.86,0.35,none,none,none, milksops,milksops,0.12,Noun,8,8,2,milksop,none,none,13.86,0.35,none,none,none, milkweed,milkweed,0.02,Verb,8,7,2,milkweed,10.27,0.79,10.27,0.79,none,none,none, milky,milky,1.86,Adjective,5,5,2,milky,6.32,1.00,6.32,1.00,none,none,none, mill,mill,9.53,Noun,4,3,1,mill,8.17,1.00,8.17,1.00,none,7.60,7.56, millage,millage,0.02,Verb,7,5,2,millage,13.21,0.70,13.21,0.70,none,none,none, milled,milled,0.02,Verb,6,4,1,mill,none,none,8.17,1.00,none,7.60,7.56, millenarian,millenarian,0.02,Noun,11,10,5,millenarian,15.83,0.60,15.83,0.60,none,none,none, millennia,millennia,0.39,Noun,9,7,4,millennium,none,none,10.78,1.00,none,none,none, millennial,millennial,0.02,Adjective,10,8,4,millennial,14.11,0.86,14.11,0.86,none,none,none, millennium,millennium,4.29,Noun,10,8,4,millennium,10.78,1.00,10.78,1.00,none,none,none, millenniums,millenniums,0.16,Noun,11,9,4,millennium,none,none,10.78,1.00,none,none,none, millet,millet,0.31,Noun,6,5,2,millet,14.08,0.67,14.08,0.67,none,none,none, milliard,milliard,Err:512,Err:512,8,7,3,milliard,14.00,0.14,14.00,0.14,none,none,none, milligram,milligramme,0.55,Noun,9,8,3,milligram,10.05,0.95,10.05,0.95,none,none,none, milligrams,milligrammes,1.96,Noun,10,9,3,milligram,none,none,10.05,0.95,none,none,none, milliliter,millilitre,0.04,Noun,10,8,4,milliliter,10.35,0.94,10.35,0.94,none,none,none, milliliters,millilitres,0.10,Noun,11,9,4,milliliter,none,none,10.35,0.94,none,none,none, millimeter,millimetre,1.37,Noun,10,8,4,millimeter,9.37,1.00,9.37,1.00,none,none,none, millimeters,millimetres,0.47,Noun,11,9,4,millimeter,none,none,9.37,1.00,none,none,none, milliner,milliner,0.10,Noun,8,6,3,milliner,15.30,0.53,15.30,0.53,none,none,none, milliners,milliners,0.04,Noun,9,7,3,milliner,none,none,15.30,0.53,none,none,none, millinery,millinery,0.14,Noun,9,8,4,millinery,15.25,0.67,15.25,0.67,none,none,none, million,million,120.49,Noun,7,6,2,million,6.47,1.00,6.47,1.00,none,8.34,none, millionaire,millionaire,5.71,Noun,11,8,3,millionaire,7.06,1.00,7.06,1.00,none,none,none, millionaires,millionaires,1.76,Noun,12,9,3,millionaire,none,none,7.06,1.00,none,none,none, millions,millions,22.49,Noun,8,7,2,million,none,none,6.47,1.00,none,8.34,none, millionth,millionth,0.57,Noun,9,7,2,millionth,8.94,0.95,8.94,0.95,none,none,none, millisecond,millisecond,0.25,Noun,11,10,4,millisecond,11.11,0.95,11.11,0.95,none,none,none, milliseconds,milliseconds,0.18,Noun,12,11,4,millisecond,none,none,11.11,0.95,none,none,none, millpond,millpond,0.02,Noun,8,7,2,millpond,12.88,0.89,12.88,0.89,none,none,none, millrace,millrace,Err:512,Err:512,8,6,2,millrace,16.17,0.32,16.17,0.32,none,none,none, millstone,millstone,0.39,Noun,9,7,2,millstone,10.67,1.00,10.67,1.00,none,9.19,none, millstones,millstones,0.02,Noun,10,8,2,millstone,none,none,10.67,1.00,none,9.19,none, millwright,millwright,0.04,Noun,10,6,2,millwright,15.67,0.50,15.67,0.50,none,none,none, milord,milord,3.61,Noun,6,6,2,milord,14.14,0.37,14.14,0.37,none,none,none, mils,mils,0.27,Noun,4,4,1,mil,none,none,10.87,0.79,none,none,none, milt,milt,1.18,Noun,4,4,1,milt,14.56,0.47,14.56,0.47,none,none,none, mime,mime,1.14,Noun,4,3,1,mime,8.00,0.89,8.00,0.89,none,none,8.40, mimed,mimed,0.10,Verb,5,4,1,mime,none,none,8.00,0.89,none,none,8.40, mimeo,mimeo,0.08,Noun,5,5,3,mimeo,12.22,0.45,12.22,0.45,none,none,none, mimeograph,mimeograph,0.18,Noun,10,9,4,mimeograph,12.50,0.70,12.50,0.70,none,none,none, mimes,mimes,0.31,Noun,5,4,1,mime,none,none,8.00,0.89,none,none,8.40, mimetic,mimetic,0.04,Adjective,7,7,3,mimetic,13.60,0.28,13.60,0.28,none,none,none, mimic,mimic,0.78,Verb,5,5,2,mimic,8.74,1.00,8.74,1.00,none,none,none,9.13 mimicked,mimicked,0.08,Verb,8,6,2,mimic,none,none,8.74,1.00,none,none,none,9.13 mimicking,mimicking,0.43,Verb,9,7,3,mimic,none,none,8.74,1.00,none,none,none,9.13 mimicry,mimicry,0.08,Noun,7,7,3,mimicry,12.47,0.89,12.47,0.89,none,none,none, mimics,mimics,0.31,Verb,6,6,2,mimic,none,none,8.74,1.00,none,none,none,9.13 miming,miming,0.10,Verb,6,5,2,mime,none,none,8.00,0.89,none,none,8.40, mimosa,mimosa,0.35,Noun,6,6,3,mimosa,14.88,0.89,14.88,0.89,none,none,none, mimosas,mimosas,0.29,Noun,7,7,3,mimosa,none,none,14.88,0.89,none,none,none, min,min,4.29,Noun,3,3,1,min,10.45,0.58,10.45,0.58,none,none,none, minable,minable,0.02,Adjective,7,7,3,minable,11.15,0.68,11.15,0.68,none,none,none, minaret,minaret,0.04,Noun,7,6,3,minaret,13.00,0.67,13.00,0.67,none,none,none, minarets,minarets,0.02,Noun,8,7,3,minaret,none,none,13.00,0.67,none,none,none, minatory,minatory,Err:512,Err:512,8,8,4,minatory,13.33,0.17,13.33,0.17,none,none,none, mince,mince,0.53,Verb,5,4,1,mince,11.11,0.95,11.11,0.95,none,none,10.75, minced,minced,0.08,Adjective,6,5,1,minced,13.06,0.94,13.06,0.94,none,none,none, mincemeat,mincemeat,0.43,Noun,9,7,2,mincemeat,12.06,0.95,12.06,0.95,none,none,none, minces,minces,0.04,Verb,6,6,2,mince,none,none,11.11,0.95,none,none,10.75, mincing,mincing,0.27,Verb,7,6,2,mince,none,none,11.11,0.95,none,none,10.75, mind,mind,484.61,Noun,4,4,1,mind,5.37,1.00,5.37,1.00,6.16,none,6.06, mindblower,mindblower,0.02,Noun,10,8,3,mindblower,10.47,0.94,10.47,0.94,none,none,none, minded,minded,1.39,Verb,6,6,2,mind,none,none,5.37,1.00,6.16,none,6.06, mindedness,mindedness,0.06,Noun,10,9,3,mindedness,12.62,0.89,12.62,0.89,none,none,none, minder,minder,0.02,Noun,6,5,2,minder,12.38,0.68,12.38,0.68,9.38,none,none, minders,minders,0.04,Noun,7,6,2,minder,none,none,12.38,0.68,9.38,none,none, mindful,mindful,0.49,Adjective,7,7,2,mindful,10.90,1.00,10.90,1.00,none,none,none, minding,minding,2.55,Verb,7,6,2,mind,none,none,5.37,1.00,6.16,none,6.06, mindless,mindless,1.71,Adjective,8,7,2,mindless,9.89,1.00,9.89,1.00,none,none,none, minds,minds,21.02,Noun,5,5,1,mind,none,none,5.37,1.00,6.16,none,6.06, mindset,mindset,0.35,Noun,7,7,2,mindset,11.78,1.00,11.78,1.00,none,none,none, mine,mine,250.98,Pronoun,4,3,1,mine,4.24,1.00,4.24,1.00,4.31,none,3.65, mined,mined,0.75,Verb,5,4,1,mine,none,none,4.24,1.00,4.31,none,3.65, minefield,minefield,1.02,Noun,9,7,2,minefield,9.53,1.00,9.53,1.00,none,none,none, minefields,minefields,0.43,Noun,10,8,2,minefield,none,none,9.53,1.00,none,none,none, miner,miner,1.45,Noun,5,4,2,miner,8.05,1.00,8.05,1.00,6.34,none,none, mineral,mineral,2.59,Noun,7,6,3,mineral,8.67,1.00,8.67,1.00,none,9.28,none, mineralogy,mineralogy,0.02,Noun,10,9,5,mineralogy,14.00,0.89,14.00,0.89,12.98,none,none, minerals,minerals,1.10,Noun,8,7,3,mineral,none,none,8.67,1.00,none,9.28,none, miners,miners,3.47,Noun,6,5,2,miner,none,none,8.05,1.00,6.34,none,none, mines,mines,6.20,Noun,5,4,1,mine,none,none,4.24,1.00,4.31,none,3.65, minestrone,minestrone,0.10,Verb,10,10,4,minestrone,10.90,1.00,10.90,1.00,none,none,none, minesweeper,minesweeper,0.14,Noun,11,8,3,minesweeper,11.12,0.94,11.12,0.94,none,none,none, minesweepers,minesweepers,0.02,Noun,12,9,3,minesweeper,none,none,11.12,0.94,none,none,none, minesweeping,minesweeping,0.02,Verb,12,9,3,minesweeping,12.28,0.95,12.28,0.95,none,none,none, mingle,mingle,2.69,Verb,6,6,2,mingle,10.29,0.94,10.29,0.94,none,12.66,none,10.22 mingled,mingled,0.16,Verb,7,7,2,mingle,none,none,10.29,0.94,none,12.66,none,10.22 mingles,mingles,0.14,Verb,7,7,2,mingle,none,none,10.29,0.94,none,12.66,none,10.22 mingling,mingling,0.84,Verb,8,8,3,mingle,none,none,10.29,0.94,none,12.66,none,10.22 mini,mini,3.61,Adjective,4,4,2,mini,7.25,1.00,7.25,1.00,none,none,none,6.33 miniature,miniature,2.51,Adjective,9,8,4,miniature,9.00,1.00,9.00,1.00,none,none,none, miniatures,miniatures,0.08,Noun,10,8,4,miniature,none,none,9.00,1.00,none,none,none, miniaturization,miniaturisation,0.18,Noun,15,13,7,miniaturization,13.17,0.95,13.17,0.95,none,none,none, miniaturize,miniaturise,0.10,Verb,11,8,4,miniaturize,9.56,0.95,9.56,0.95,none,none,none, miniaturized,miniaturised,0.20,Verb,12,9,4,miniaturize,none,none,9.56,0.95,none,none,none, miniaturizes,miniaturises,0.02,Verb,12,12,6,miniaturize,none,none,9.56,0.95,none,none,none, minibus,minibus,0.55,Noun,7,7,3,minibus,12.24,0.89,12.24,0.89,none,none,none, minibuses,minibuses,0.04,Noun,9,9,4,minibus,none,none,12.24,0.89,none,none,none, minim,minim,0.04,Noun,5,5,2,minim,14.00,0.47,14.00,0.47,none,none,none, minimal,minimal,2.16,Adjective,7,7,3,minimal,11.33,1.00,11.33,1.00,none,none,none, minimalist,minimalist,0.18,Noun,10,10,4,minimalist,13.94,0.95,13.94,0.95,none,none,none, minimize,minimise,1.06,Verb,8,7,3,minimize,10.89,1.00,10.89,1.00,none,none,none, minimizes,minimises,0.02,Verb,9,9,4,minimize,none,none,10.89,1.00,none,none,none, minimizing,minimising,0.14,Verb,10,9,4,minimize,none,none,10.89,1.00,none,none,none, minimum,minimum,8.14,Noun,7,7,3,minimum,8.11,1.00,8.11,1.00,none,none,none, minimums,minimums,0.04,Noun,8,8,3,minimum,none,none,8.11,1.00,none,none,none, mining,mining,3.16,Noun,6,5,2,mining,8.72,1.00,8.72,1.00,none,none,none, minion,minion,0.92,Noun,6,6,2,minion,11.31,0.89,11.31,0.89,none,none,none,11.80 minions,minions,1.59,Noun,7,7,2,minion,none,none,11.31,0.89,none,none,none,11.80 minis,minis,0.04,Noun,5,5,2,mini,none,none,7.25,1.00,none,none,none,6.33 miniscule,miniscule,0.22,Adjective,9,9,3,miniscule,11.68,1.00,11.68,1.00,none,none,none, miniskirt,miniskirt,0.37,Noun,9,8,3,miniskirt,10.47,1.00,10.47,1.00,none,none,none, miniskirts,miniskirts,0.22,Noun,10,9,3,miniskirt,none,none,10.47,1.00,none,none,none, minister,minister,18.45,Noun,8,7,3,minister,7.42,1.00,7.42,1.00,none,6.88,none, ministerial,ministerial,0.10,Adjective,11,11,5,ministerial,12.81,0.89,12.81,0.89,none,none,none, ministering,ministering,0.06,Verb,11,9,3,minister,none,none,7.42,1.00,none,6.88,none, ministers,ministers,1.47,Noun,9,8,3,minister,none,none,7.42,1.00,none,6.88,none, ministries,ministries,0.16,Noun,10,9,3,ministry,none,none,9.61,0.95,none,none,none, ministry,ministry,3.84,Noun,8,8,3,ministry,9.61,0.95,9.61,0.95,none,none,none, minivan,minivan,1.59,Noun,7,7,3,minivan,7.50,1.00,7.50,1.00,none,none,none, minivans,minivans,0.14,Noun,8,8,3,minivan,none,none,7.50,1.00,none,none,none, mink,mink,3.71,Noun,4,4,1,mink,10.32,1.00,10.32,1.00,10.94,none,10.17, minks,minks,0.16,Noun,5,5,1,mink,none,none,10.32,1.00,10.94,none,10.17, minnesinger,minnesinger,0.02,Noun,11,9,4,minnesinger,18.50,0.32,18.50,0.32,none,none,none, minnow,minnow,0.27,Noun,6,4,2,minnow,9.06,0.89,9.06,0.89,none,7.92,none, minnows,minnows,0.31,Noun,7,5,2,minnow,none,none,9.06,0.89,none,7.92,none, minor,minor,12.82,Adjective,5,4,2,minor,9.11,1.00,9.11,1.00,none,8.71,none,9.94 minored,minored,0.14,Verb,7,5,2,minor,none,none,9.11,1.00,none,8.71,none,9.94 minorities,minorities,0.43,Noun,10,9,4,minority,none,none,9.83,1.00,none,none,none, minority,minority,2.22,Noun,8,8,4,minority,9.83,1.00,9.83,1.00,none,none,none, minors,minors,1.27,Noun,6,5,2,minor,none,none,9.11,1.00,none,8.71,none,9.94 minotaur,minotaur,0.49,Noun,8,7,3,minotaur,10.60,0.83,10.60,0.83,none,none,none, minster,minster,0.14,Noun,7,6,2,minster,9.21,0.70,9.21,0.70,none,none,none, minstrel,minstrel,0.55,Noun,8,8,2,minstrel,10.75,0.63,10.75,0.63,none,none,none,11.80 minstrels,minstrels,0.14,Noun,9,9,2,minstrel,none,none,10.75,0.63,none,none,none,11.80 minstrelsy,minstrelsy,0.02,Noun,10,10,3,minstrelsy,12.86,0.37,12.86,0.37,none,none,none, mint,mint,5.43,Noun,4,4,1,mint,5.94,0.95,5.94,0.95,none,6.05,6.47, mintage,mintage,0.02,Noun,7,6,2,mintage,12.90,0.53,12.90,0.53,none,none,none, minted,minted,0.25,Verb,6,6,2,mint,none,none,5.94,0.95,none,6.05,6.47, mints,mints,1.59,Noun,5,5,1,mint,none,none,5.94,0.95,none,6.05,6.47, minty,minty,0.49,Adjective,5,5,2,minty,7.90,1.00,7.90,1.00,none,none,none, minuet,minuet,0.29,Noun,6,8,3,minuet,12.83,0.95,12.83,0.95,none,none,none, minus,minus,7.86,Preposition,5,5,2,minus,5.82,1.00,5.82,1.00,6.01,none,none,6.00 minuscule,minuscule,0.25,Adjective,9,9,3,minuscule,11.88,0.94,11.88,0.94,none,none,none, minuses,minuses,0.12,Noun,7,7,3,minus,none,none,5.82,1.00,6.01,none,none,6.00 minute,minute,377.49,Noun,6,5,2,minute,7.26,1.00,7.26,1.00,5.10,5.47,none,5.20 minuteman,minuteman,0.24,Noun,9,8,3,minuteman,10.40,1.00,10.40,1.00,none,none,none, minutemen,minutemen,0.55,Noun,9,8,3,minuteman,none,none,10.40,1.00,none,none,none, minuteness,minuteness,0.02,Noun,10,8,3,minuteness,12.00,0.78,12.00,0.78,none,none,none, minutes,minutes,273.02,Noun,7,6,2,minute,none,none,7.26,1.00,5.10,5.47,none,5.20 minutia,minutia,0.10,Noun,7,7,4,minutia,13.29,0.74,13.29,0.74,none,none,none, minutiae,minutiae,0.12,Noun,8,7,4,minutia,none,none,13.29,0.74,none,none,none, minx,minx,0.61,Noun,4,5,1,minx,11.12,0.84,11.12,0.84,none,none,none, miracle,miracle,26.65,Noun,7,7,3,miracle,6.80,1.00,6.80,1.00,none,none,none, miracles,miracles,6.55,Noun,8,8,3,miracle,none,none,6.80,1.00,none,none,none, miraculous,miraculous,2.10,Adjective,10,9,4,miraculous,9.30,1.00,9.30,1.00,none,none,none, mirage,mirage,1.55,Noun,6,4,2,mirage,10.89,1.00,10.89,1.00,9.77,none,none,10.90 mirages,mirages,0.14,Noun,7,6,3,mirage,none,none,10.89,1.00,9.77,none,none,10.90 mire,mire,0.43,Noun,4,3,1,mire,13.94,0.80,13.94,0.80,none,none,none, mired,mired,0.25,Verb,5,4,1,mire,none,none,13.94,0.80,none,none,none, mirror,mirror,24.18,Noun,6,4,2,mirror,4.89,1.00,4.89,1.00,none,5.30,none,5.08 mirroring,mirroring,0.06,Verb,9,6,3,mirror,none,none,4.89,1.00,none,5.30,none,5.08 mirrors,mirrors,4.61,Noun,7,5,2,mirror,none,none,4.89,1.00,none,5.30,none,5.08 mirth,mirth,0.22,Noun,5,3,1,mirth,12.07,0.79,12.07,0.79,9.61,none,12.66, mirthless,mirthless,0.02,Adjective,9,6,2,mirthless,13.46,0.68,13.46,0.68,none,none,none, misadventure,misadventure,0.20,Noun,12,10,4,misadventure,9.56,0.95,9.56,0.95,none,none,none, misadventures,misadventures,0.18,Noun,13,11,4,misadventure,none,none,9.56,0.95,none,none,none, misalignment,misalignment,0.02,Noun,12,11,4,misalignment,14.18,0.94,14.18,0.94,none,none,none, misallocation,misallocation,0.02,Noun,13,11,5,misallocation,15.85,0.68,15.85,0.68,none,none,none, misanthrope,misanthrope,0.10,Noun,11,9,3,misanthrope,16.00,0.63,16.00,0.63,none,none,none, misanthropic,misanthropic,0.10,Adjective,12,11,4,misanthropic,14.92,0.67,14.92,0.67,none,none,none, misanthropy,misanthropy,0.02,Noun,11,10,4,misanthropy,15.29,0.78,15.29,0.78,none,none,none, misapplication,misapplication,0.02,Noun,14,12,5,misapplication,12.24,0.94,12.24,0.94,none,none,none, misapprehension,misapprehension,0.16,Noun,15,13,5,misapprehension,11.93,0.78,11.93,0.78,none,none,none, misapprehensions,misapprehensions,0.02,Noun,16,14,5,misapprehension,none,none,11.93,0.78,none,none,none, misappropriation,misappropriation,0.04,Noun,16,14,6,misappropriation,14.12,0.89,14.12,0.89,none,none,none, misappropriations,misappropriations,0.02,Noun,17,15,6,misappropriation,none,none,14.12,0.89,none,none,none, misbegotten,misbegotten,0.10,Adjective,11,10,4,misbegotten,13.00,0.74,13.00,0.74,none,none,none, misbehave,misbehave,0.59,Verb,9,8,3,misbehave,5.50,1.00,5.50,1.00,none,none,none, misbehaved,misbehaved,0.25,Verb,10,9,3,misbehave,none,none,5.50,1.00,none,none,none, misbehaves,misbehaves,0.20,Noun,10,9,3,misbehave,none,none,5.50,1.00,none,none,none, misbehaving,misbehaving,0.31,Verb,11,10,4,misbehave,none,none,5.50,1.00,none,none,none, misbehavior,misbehaviour,0.10,Noun,11,10,4,misbehavior,6.68,1.00,6.68,1.00,none,none,none, misbeliever,misbeliever,0.02,Verb,11,9,4,misbeliever,12.26,1.00,12.26,1.00,none,none,none, misc,misc,0.04,Noun,4,3,1,misc,11.11,1.00,11.11,1.00,none,none,none, miscalculate,miscalculate,0.04,Verb,12,12,4,miscalculate,11.79,1.00,11.79,1.00,none,none,none, miscalculated,miscalculated,0.37,Verb,13,14,5,miscalculate,none,none,11.79,1.00,none,none,none, miscalculation,miscalculation,0.45,Noun,14,14,5,miscalculation,9.83,1.00,9.83,1.00,none,none,none, miscalculations,miscalculations,0.08,Noun,15,15,5,miscalculation,none,none,9.83,1.00,none,none,none, miscarriage,miscarriage,1.14,Noun,11,8,3,miscarriage,11.47,1.00,11.47,1.00,none,none,none, miscarriages,miscarriages,0.35,Noun,12,10,4,miscarriage,none,none,11.47,1.00,none,none,none, miscarried,miscarried,0.20,Verb,10,8,3,miscarry,none,none,12.68,1.00,none,none,none, miscarry,miscarry,0.10,Verb,8,7,3,miscarry,12.68,1.00,12.68,1.00,none,none,none, miscast,miscast,0.06,Verb,7,7,2,miscast,13.00,0.89,13.00,0.89,none,none,none, miscegenation,miscegenation,0.02,Noun,13,11,5,miscegenation,14.33,0.32,14.33,0.32,none,none,none, miscellaneous,miscellaneous,0.43,Adjective,13,10,5,miscellaneous,9.11,1.00,9.11,1.00,none,none,none, miscellany,miscellany,0.04,Noun,10,8,4,miscellany,12.08,0.67,12.08,0.67,none,none,none, mischance,mischance,0.06,Noun,9,7,2,mischance,12.67,0.79,12.67,0.79,none,10.54,none, mischief,mischief,2.10,Noun,8,6,2,mischief,9.05,1.00,9.05,1.00,none,none,none,8.79 mischievous,mischievous,0.43,Adjective,11,8,3,mischievous,9.17,1.00,9.17,1.00,none,none,none, mischievousness,mischievousness,0.02,Noun,15,11,4,mischievousness,8.56,0.95,8.56,0.95,none,none,none, miscible,miscible,0.02,Adjective,8,7,3,miscible,13.91,0.58,13.91,0.58,none,none,none, miscommunication,miscommunication,0.29,Noun,16,15,6,miscommunication,11.58,1.00,11.58,1.00,none,none,none, miscommunications,miscommunications,0.02,Noun,17,16,6,miscommunication,none,none,11.58,1.00,none,none,none, misconception,misconception,0.43,Noun,13,12,4,misconception,10.39,1.00,10.39,1.00,none,none,none, misconceptions,misconceptions,0.12,Noun,14,13,4,misconception,none,none,10.39,1.00,none,none,none, misconduct,misconduct,0.78,Noun,10,10,3,misconduct,9.22,1.00,9.22,1.00,none,none,none, misconstrue,misconstrue,0.10,Verb,11,10,3,misconstrue,12.11,0.95,12.11,0.95,none,none,none, misconstrued,misconstrued,0.29,Verb,12,11,3,misconstrue,none,none,12.11,0.95,none,none,none, misconstrues,misconstrues,0.02,Verb,12,11,3,misconstrue,none,none,12.11,0.95,none,none,none, miscreant,miscreant,0.24,Noun,9,9,3,miscreant,16.14,0.70,16.14,0.70,none,none,none, miscreants,miscreants,0.12,Noun,10,10,3,miscreant,none,none,16.14,0.70,none,none,none, miscue,miscue,0.08,Noun,6,6,2,miscue,11.87,0.79,11.87,0.79,none,none,none, miscues,miscues,0.02,Noun,7,7,2,miscue,none,none,11.87,0.79,none,none,none, misdeal,misdeal,0.10,Verb,7,6,2,misdeal,12.13,0.79,12.13,0.79,none,none,none, misdeed,misdeed,0.02,Noun,7,6,2,misdeed,10.56,0.95,10.56,0.95,none,none,none, misdeeds,misdeeds,0.20,Noun,8,7,2,misdeed,none,none,10.56,0.95,none,none,none, misdemeanor,misdemeanour,1.43,Noun,11,9,4,misdemeanor,14.21,1.00,14.21,1.00,none,none,none, misdemeanors,misdemeanours,0.37,Noun,12,10,4,misdemeanor,none,none,14.21,1.00,none,none,none, misdiagnose,misdiagnose,0.06,Verb,11,10,4,misdiagnose,12.41,0.94,12.41,0.94,none,none,none, misdiagnosed,misdiagnosed,0.25,Verb,12,11,4,misdiagnose,none,none,12.41,0.94,none,none,none, misdiagnoses,misdiagnoses,0.04,Noun,12,12,5,misdiagnosis,none,none,12.56,1.00,none,none,none, misdiagnosis,misdiagnosis,0.04,Noun,12,12,5,misdiagnosis,12.56,1.00,12.56,1.00,none,none,none, misdirect,misdirect,0.24,Adjective,9,9,3,misdirect,10.00,1.00,10.00,1.00,none,none,none, misdirection,misdirection,0.47,Noun,12,11,4,misdirection,12.67,1.00,12.67,1.00,none,none,none, misdoubt,misdoubt,0.02,Verb,8,6,2,misdoubt,12.71,0.89,12.71,0.89,none,none,none, miser,miser,0.49,Noun,5,4,2,miser,11.57,0.78,11.57,0.78,none,11.47,none, miserable,miserable,21.49,Adjective,9,8,4,miserable,10.11,1.00,10.11,1.00,6.93,none,none, miseries,miseries,0.29,Noun,8,6,3,misery,none,none,9.22,1.00,none,8.92,none, miserliness,miserliness,0.04,Noun,11,9,4,miserliness,10.00,0.64,10.00,0.64,10.68,none,none, miserly,miserly,0.06,Adjective,7,6,3,miserly,12.25,0.89,12.25,0.89,none,none,none, misers,misers,0.06,Noun,6,5,2,miser,none,none,11.57,0.78,none,11.47,none, misery,misery,10.31,Noun,6,5,3,misery,9.22,1.00,9.22,1.00,none,8.92,none, misfeasance,misfeasance,0.02,Noun,11,9,3,misfeasance,17.33,0.47,17.33,0.47,none,none,none, misfile,misfile,0.02,Adjective,7,6,2,misfile,14.41,0.89,14.41,0.89,none,none,none, misfiled,misfiled,0.22,Verb,8,7,2,misfile,none,none,14.41,0.89,none,none,none, misfire,misfire,0.41,Noun,7,6,3,misfire,11.00,1.00,11.00,1.00,none,none,none, misfired,misfired,0.22,Verb,8,7,3,misfire,none,none,11.00,1.00,none,none,none, misfires,misfires,0.02,Noun,8,7,3,misfire,none,none,11.00,1.00,none,none,none, misfiring,misfiring,0.10,Verb,9,8,4,misfire,none,none,11.00,1.00,none,none,none, misfit,misfit,0.59,Noun,6,6,2,misfit,7.22,0.95,7.22,0.95,none,none,none,9.76 misfits,misfits,0.61,Noun,7,7,2,misfit,none,none,7.22,0.95,none,none,none,9.76 misfortunate,misfortunate,0.02,Adjective,12,11,4,misfortunate,9.60,0.83,9.60,0.83,none,none,none, misfortune,misfortune,2.67,Noun,10,9,3,misfortune,10.53,1.00,10.53,1.00,none,none,none, misfortunes,misfortunes,0.29,Noun,11,10,3,misfortune,none,none,10.53,1.00,none,none,none, misgiving,misgiving,0.06,Noun,9,8,3,misgiving,11.00,1.00,11.00,1.00,none,none,none, misgivings,misgivings,0.27,Noun,10,9,3,misgiving,none,none,11.00,1.00,none,none,none, misguidance,misguidance,0.02,Noun,11,9,3,misguidance,12.56,1.00,12.56,1.00,none,none,none, misguide,misguide,0.02,Verb,8,6,2,misguide,10.89,1.00,10.89,1.00,none,none,none, misguided,misguided,1.67,Adjective,9,8,3,misguided,9.39,1.00,9.39,1.00,none,none,none, mishap,mishap,1.04,Noun,6,6,2,mishap,11.59,0.94,11.59,0.94,none,none,none,9.85 mishaps,mishaps,0.24,Noun,7,7,2,mishap,none,none,11.59,0.94,none,none,none,9.85 mishear,mishear,0.04,Verb,7,6,2,mishear,11.18,0.94,11.18,0.94,none,none,none, misheard,misheard,0.12,Noun,8,6,2,misheard,10.10,1.00,10.10,1.00,none,none,none, mishmash,mishmash,0.12,Noun,8,6,2,mishmash,10.64,0.78,10.64,0.78,none,none,none, misidentification,misidentification,0.04,Noun,17,16,7,misidentification,11.63,1.00,11.63,1.00,none,none,none, misidentify,misidentify,0.02,Verb,11,11,5,misidentify,12.11,1.00,12.11,1.00,none,none,none, misinformation,misinformation,0.27,Noun,14,12,5,misinformation,11.06,0.94,11.06,0.94,none,none,none, misinterpret,misinterpret,0.33,Verb,12,11,4,misinterpret,11.16,1.00,11.16,1.00,none,none,none, misinterpretation,misinterpretation,0.08,Noun,17,15,6,misinterpretation,11.33,1.00,11.33,1.00,none,none,none, misinterpretations,misinterpretations,0.06,Noun,18,16,6,misinterpretation,none,none,11.33,1.00,none,none,none, misinterpreted,misinterpreted,0.55,Verb,14,13,5,misinterpret,none,none,11.16,1.00,none,none,none, misinterpreting,misinterpreting,0.18,Verb,15,13,5,misinterpret,none,none,11.16,1.00,none,none,none, misjudge,misjudge,0.25,Verb,8,6,2,misjudge,9.42,1.00,9.42,1.00,none,none,none, misjudged,misjudged,1.37,Verb,9,7,2,misjudge,none,none,9.42,1.00,none,none,none, misjudging,misjudging,0.12,Verb,10,8,3,misjudge,none,none,9.42,1.00,none,none,none, misjudgment,misjudgement,0.02,Noun,11,10,3,misjudgment,10.05,1.00,10.05,1.00,none,none,none, misjudgments,misjudgements,0.04,Noun,12,11,3,misjudgment,none,none,10.05,1.00,none,none,none, mislabel,mislabel,0.02,Verb,8,8,3,mislabel,9.67,1.00,9.67,1.00,none,none,none, mislabeled,mislabelled,0.18,Verb,10,9,3,mislabel,none,none,9.67,1.00,none,none,none, mislaid,mislaid,0.41,Verb,7,6,2,mislay,none,none,13.13,0.79,none,none,none, mislay,mislay,0.06,Verb,6,5,2,mislay,13.13,0.79,13.13,0.79,none,none,none, mislead,mislead,0.75,Verb,7,6,2,mislead,9.65,1.00,9.65,1.00,9.63,none,none, misleading,misleading,0.84,Adjective,10,8,3,misleading,9.67,1.00,9.67,1.00,none,none,none, misled,misled,0.94,Verb,6,6,2,mislead,none,none,9.65,1.00,9.63,none,none, mislike,mislike,0.02,Adjective,7,6,2,mislike,11.67,0.60,11.67,0.60,none,none,none, mismanage,mismanage,0.06,Verb,9,8,3,mismanage,12.17,1.00,12.17,1.00,none,none,none, mismanagement,mismanagement,0.14,Noun,13,12,4,mismanagement,14.94,0.95,14.94,0.95,none,11.70,none, mismatch,mismatch,0.22,Noun,8,6,2,mismatch,8.58,1.00,8.58,1.00,none,none,none, mismatched,mismatched,0.22,Adjective,10,7,2,mismatched,8.26,1.00,8.26,1.00,none,none,none, mismatches,mismatches,0.08,Noun,10,8,3,mismatch,none,none,8.58,1.00,none,none,none, misnomer,misnomer,0.14,Noun,8,7,3,misnomer,14.90,0.53,14.90,0.53,none,none,none, misogynist,misogynist,0.16,Noun,10,10,4,misogynist,14.45,0.61,14.45,0.61,none,none,none, misogynistic,misogynistic,0.20,Adjective,12,12,5,misogynistic,15.13,0.83,15.13,0.83,none,none,none, misogynists,misogynists,0.02,Noun,11,11,4,misogynist,none,none,14.45,0.61,none,none,none, misogyny,misogyny,0.10,Noun,8,8,4,misogyny,16.06,1.00,16.06,1.00,none,none,none, misperception,misperception,0.10,Noun,13,11,4,misperception,12.56,1.00,12.56,1.00,none,none,none, misplace,misplace,0.45,Verb,8,7,2,misplace,8.72,1.00,8.72,1.00,none,none,none, misplaced,misplaced,2.71,Verb,9,8,2,misplace,none,none,8.72,1.00,none,none,none, misplaces,misplaces,0.02,Verb,9,9,3,misplace,none,none,8.72,1.00,none,none,none, misplacing,misplacing,0.18,Verb,10,9,3,misplace,none,none,8.72,1.00,none,none,none, misprint,misprint,0.27,Noun,8,8,2,misprint,11.45,1.00,11.45,1.00,none,none,none, misprints,misprints,0.02,Noun,9,9,2,misprint,none,none,11.45,1.00,none,none,none, misprision,misprision,0.02,Noun,10,9,3,misprision,11.71,0.39,11.71,0.39,none,none,none, mispronounce,mispronounce,0.18,Verb,12,10,3,mispronounce,9.47,1.00,9.47,1.00,none,none,none, mispronounced,mispronounced,0.06,Verb,13,11,3,mispronounce,none,none,9.47,1.00,none,none,none, mispronounces,mispronounces,0.04,Verb,13,12,4,mispronounce,none,none,9.47,1.00,none,none,none, misquotation,misquotation,Err:512,Err:512,12,11,4,misquotation,12.67,0.90,12.67,0.90,none,none,none, misquote,misquote,0.08,Verb,8,7,2,misquote,10.22,1.00,10.22,1.00,none,none,none, misquoted,misquoted,0.27,Verb,9,9,3,misquote,none,none,10.22,1.00,none,none,none, misread,misread,0.86,Verb,7,6,2,misread,10.11,1.00,10.11,1.00,none,none,none, misreading,misreading,0.29,Verb,10,8,3,misread,none,none,10.11,1.00,none,none,none, misremember,misremember,0.04,Noun,11,10,4,misremember,11.85,0.72,11.85,0.72,none,none,none, misrepresent,misrepresent,0.10,Adjective,12,12,4,misrepresent,13.33,1.00,13.33,1.00,11.41,none,none, misrepresentation,misrepresentation,0.08,Noun,17,16,6,misrepresentation,12.72,1.00,12.72,1.00,none,none,none, misrepresentations,misrepresentations,0.02,Noun,18,17,6,misrepresentation,none,none,12.72,1.00,none,none,none, misrepresented,misrepresented,0.27,Verb,14,14,5,misrepresent,none,none,13.33,1.00,11.41,none,none, misrepresenting,misrepresenting,0.12,Verb,15,14,5,misrepresent,none,none,13.33,1.00,11.41,none,none, misrepresents,misrepresents,0.02,Noun,13,13,4,misrepresent,none,none,13.33,1.00,11.41,none,none, misrule,misrule,0.02,Noun,7,6,2,misrule,13.31,0.80,13.31,0.80,none,none,none, miss,miss,467.65,Noun,4,3,1,miss,6.33,1.00,6.33,1.00,none,none,4.86, missal,missal,0.08,Noun,6,5,2,missal,13.80,0.56,13.80,0.56,none,none,none, missed,missed,89.57,Verb,6,4,1,miss,none,none,6.33,1.00,none,none,4.86, misses,misses,7.31,Verb,6,5,2,miss,none,none,6.33,1.00,none,none,4.86, misshapen,misshapen,0.29,Adjective,9,8,3,misshapen,10.95,0.95,10.95,0.95,none,none,none, missile,missile,13.14,Noun,7,5,2,missile,7.22,1.00,7.22,1.00,none,9.47,none,8.79 missiles,missiles,8.06,Noun,8,6,2,missile,none,none,7.22,1.00,none,9.47,none,8.79 missing,missing,87.92,Verb,7,5,2,miss,none,none,6.33,1.00,none,none,4.86, mission,mission,47.06,Noun,7,5,2,mission,9.95,1.00,9.95,1.00,none,8.47,none,8.45 missionaries,missionaries,0.86,Noun,12,9,4,missionary,none,none,9.78,1.00,none,none,none, missionary,missionary,2.14,Noun,10,8,4,missionary,9.78,1.00,9.78,1.00,none,none,none, missions,missions,2.88,Noun,8,6,2,mission,none,none,9.95,1.00,none,8.47,none,8.45 missive,missive,0.12,Noun,7,5,2,missive,13.00,0.83,13.00,0.83,none,none,none, missives,missives,0.04,Noun,8,6,2,missive,none,none,13.00,0.83,none,none,none, misspeak,misspeak,0.02,Verb,8,7,2,misspeak,9.33,1.00,9.33,1.00,none,none,none, misspell,misspell,0.06,Verb,8,7,2,misspell,8.25,1.00,8.25,1.00,none,none,none, misspelled,misspelled,0.33,Verb,10,8,2,misspell,none,none,8.25,1.00,none,none,none, misspells,misspells,0.02,Verb,9,8,2,misspell,none,none,8.25,1.00,none,none,none, misspent,misspent,0.20,Adjective,8,8,2,misspent,11.24,0.94,11.24,0.94,none,none,none, misspoke,misspoke,0.25,Verb,8,7,2,misspeak,none,none,9.33,1.00,none,none,none, misspoken,misspoken,0.06,Adjective,9,9,3,misspoken,11.58,1.00,11.58,1.00,none,none,none, misstep,misstep,0.20,Noun,7,7,2,misstep,12.67,0.90,12.67,0.90,none,none,none, missteps,missteps,0.08,Noun,8,8,2,misstep,none,none,12.67,0.90,none,none,none, missus,missus,3.86,Noun,6,5,2,missus,9.23,0.68,9.23,0.68,none,none,none, missy,missy,8.10,Noun,5,4,2,missy,6.35,0.94,6.35,0.94,none,none,none, mist,mist,3.55,Noun,4,4,1,mist,6.95,0.95,6.95,0.95,none,7.35,7.59, mistake,mistake,101.96,Noun,7,6,2,mistake,5.78,1.00,5.78,1.00,none,5.92,none,6.61 mistaken,mistaken,12.82,Verb,8,8,3,mistake,none,none,5.78,1.00,none,5.92,none,6.61 mistakes,mistakes,21.88,Noun,8,7,2,mistake,none,none,5.78,1.00,none,5.92,none,6.61 mistaking,mistaking,0.84,Verb,9,8,3,mistake,none,none,5.78,1.00,none,5.92,none,6.61 mister,mister,45.61,Noun,6,5,2,mister,6.39,1.00,6.39,1.00,none,none,none,6.26 misting,misting,0.06,Verb,7,6,2,mist,none,none,6.95,0.95,none,7.35,7.59, mistletoe,mistletoe,1.92,Noun,9,7,3,mistletoe,9.65,1.00,9.65,1.00,none,none,none, mistook,mistook,1.55,Verb,7,6,2,mistake,none,none,5.78,1.00,none,5.92,none,6.61 mistral,mistral,0.12,Noun,7,7,2,mistral,15.08,0.65,15.08,0.65,none,none,none, mistranslation,mistranslation,0.02,Noun,14,13,4,mistranslation,12.78,0.95,12.78,0.95,none,none,none, mistreat,mistreat,0.29,Verb,8,7,2,mistreat,10.21,1.00,10.21,1.00,none,none,none, mistreated,mistreated,0.59,Verb,10,9,3,mistreat,none,none,10.21,1.00,none,none,none, mistreating,mistreating,0.31,Verb,11,9,3,mistreat,none,none,10.21,1.00,none,none,none, mistreatment,mistreatment,0.29,Noun,12,11,3,mistreatment,8.37,1.00,8.37,1.00,none,none,none, mistreats,mistreats,0.06,Verb,9,8,2,mistreat,none,none,10.21,1.00,none,none,none, mistress,mistress,11.88,Noun,8,7,2,mistress,11.72,1.00,11.72,1.00,none,10.19,none,10.51 mistresses,mistresses,0.45,Noun,10,9,3,mistress,none,none,11.72,1.00,none,10.19,none,10.51 mistrial,mistrial,1.16,Noun,8,8,3,mistrial,12.42,0.95,12.42,0.95,none,none,none, mistrust,mistrust,0.63,Verb,8,8,2,mistrust,9.16,1.00,9.16,1.00,none,none,none, mistrusted,mistrusted,0.08,Verb,10,10,3,mistrust,none,none,9.16,1.00,none,none,none, mistrustful,mistrustful,0.06,Adjective,11,11,3,mistrustful,10.00,1.00,10.00,1.00,none,none,none, mists,mists,0.29,Noun,5,5,1,mist,none,none,6.95,0.95,none,7.35,7.59, misty,misty,1.57,Adjective,5,5,2,misty,8.39,1.00,8.39,1.00,none,none,none, misunderstand,misunderstand,3.29,Verb,13,12,4,misunderstand,8.52,1.00,8.52,1.00,none,none,none, misunderstanding,misunderstanding,8.27,Noun,16,14,5,misunderstanding,9.15,1.00,9.15,1.00,none,none,none, misunderstandings,misunderstandings,0.78,Noun,17,15,5,misunderstanding,none,none,9.15,1.00,none,none,none, misunderstood,misunderstood,5.55,Verb,13,11,4,misunderstand,none,none,8.52,1.00,none,none,none, misuse,misuse,0.55,Noun,6,6,2,misuse,9.68,1.00,9.68,1.00,none,none,none, misused,misused,0.31,Verb,7,7,2,misuse,none,none,9.68,1.00,none,none,none, misuses,misuses,0.02,Verb,7,8,3,misuse,none,none,9.68,1.00,none,none,none, misusing,misusing,0.14,Verb,8,8,3,misuse,none,none,9.68,1.00,none,none,none, mite,mite,1.18,Noun,4,3,1,mite,11.35,1.00,11.35,1.00,none,none,10.95, miter,mitre,0.49,Noun,5,4,2,miter,13.29,0.78,13.29,0.78,none,none,none, mites,mites,0.37,Noun,5,4,1,mite,none,none,11.35,1.00,none,none,10.95, mitigate,mitigate,0.41,Verb,8,7,3,mitigate,15.25,0.84,15.25,0.84,none,none,none, mitigated,mitigated,0.08,Verb,9,9,4,mitigate,none,none,15.25,0.84,none,none,none, mitigates,mitigates,0.02,Verb,9,8,3,mitigate,none,none,15.25,0.84,none,none,none, mitigating,mitigating,0.61,Adjective,10,9,4,mitigating,13.76,0.85,13.76,0.85,none,none,none, mitigation,mitigation,0.06,Noun,10,9,4,mitigation,13.89,0.95,13.89,0.95,none,none,none, mitigative,mitigative,Err:512,Err:512,10,9,4,mitigative,16.92,0.65,16.92,0.65,none,none,none, mitochondria,mitochondria,0.04,Noun,12,11,5,mitochondria,12.65,0.94,12.65,0.94,none,none,none, mitochondrial,mitochondrial,0.02,Adjective,13,12,5,mitochondrial,15.12,0.85,15.12,0.85,none,none,none, mitosis,mitosis,0.18,Noun,7,7,3,mitosis,13.76,0.89,13.76,0.89,none,none,none, mitral,mitral,0.18,Adjective,6,6,2,mitral,14.38,0.42,14.38,0.42,none,none,none, mitt,mitt,1.37,Noun,4,3,1,mitt,6.83,0.95,6.83,0.95,none,none,8.03, mitten,mitten,0.45,Noun,6,5,2,mitten,4.72,1.00,4.72,1.00,none,none,none, mittens,mittens,1.02,Noun,7,6,2,mitten,none,none,4.72,1.00,none,none,none, mitts,mitts,1.10,Noun,5,4,1,mitt,none,none,6.83,0.95,none,none,8.03, mitzvah,mitzvah,3.49,Noun,7,6,2,mitzvah,11.94,0.81,11.94,0.81,none,none,none, mitzvahs,mitzvahs,0.29,Noun,8,7,2,mitzvah,none,none,11.94,0.81,none,none,none, mix,mix,16.35,Verb,3,4,1,mix,5.11,1.00,5.11,1.00,7.66,none,5.39, mixed,mixed,21.37,Verb,5,5,1,mix,none,none,5.11,1.00,7.66,none,5.39, mixer,mixer,1.08,Noun,5,5,2,mixer,7.05,1.00,7.05,1.00,none,none,none, mixers,mixers,0.33,Noun,6,6,2,mixer,none,none,7.05,1.00,none,none,none, mixes,mixes,0.67,Noun,5,6,2,mix,none,none,5.11,1.00,7.66,none,5.39, mixing,mixing,3.45,Verb,6,6,2,mix,none,none,5.11,1.00,7.66,none,5.39, mixture,mixture,2.47,Noun,7,6,2,mixture,8.11,1.00,8.11,1.00,none,7.03,none,7.88 mixtures,mixtures,0.08,Noun,8,7,2,mixture,none,none,8.11,1.00,none,7.03,none,7.88 mizzen,mizzen,0.37,Adjective,6,5,2,mizzen,15.80,0.28,15.80,0.28,none,none,none, mizzenmast,mizzenmast,0.12,Noun,10,9,3,mizzenmast,13.33,0.30,13.33,0.30,none,none,none, mnemonic,mnemonic,0.47,Adjective,8,7,3,mnemonic,13.07,0.75,13.07,0.75,none,none,none, mnemonics,mnemonics,0.04,Noun,9,8,3,mnemonic,none,none,13.07,0.75,none,none,none, moan,moan,1.88,Verb,4,3,1,moan,7.72,1.00,7.72,1.00,6.81,6.62,7.86, moaned,moaned,0.27,Verb,6,4,1,moan,none,none,7.72,1.00,6.81,6.62,7.86, moaner,moaner,0.02,Noun,6,4,2,moaner,11.90,1.00,11.90,1.00,none,none,none, moaners,moaners,0.04,Noun,7,5,2,moaner,none,none,11.90,1.00,none,none,none, moaning,moaning,4.80,Verb,7,5,2,moan,none,none,7.72,1.00,6.81,6.62,7.86, moans,moans,2.10,Verb,5,4,1,moan,none,none,7.72,1.00,6.81,6.62,7.86, moat,moat,1.18,Noun,4,3,1,moat,9.65,0.95,9.65,0.95,none,none,9.10, moats,moats,0.06,Noun,5,4,1,moat,none,none,9.65,0.95,none,none,9.10, mob,mob,12.94,Noun,3,3,1,mob,9.67,1.00,9.67,1.00,none,none,8.89, mobbed,mobbed,0.39,Verb,6,4,1,mob,none,none,9.67,1.00,none,none,8.89, mobile,mobile,7.47,Adjective,6,5,2,mobile,8.72,1.00,8.72,1.00,none,none,none,8.53 mobiles,mobiles,0.14,Noun,7,6,2,mobile,none,none,8.72,1.00,none,none,none,8.53 mobility,mobility,0.69,Noun,8,8,4,mobility,10.94,1.00,10.94,1.00,none,none,none, mobilization,mobilisation,0.37,Noun,12,11,5,mobilization,11.58,0.95,11.58,0.95,none,none,none, mobilize,mobilise,1.02,Verb,8,7,3,mobilize,12.25,1.00,12.25,1.00,none,none,none, mobilized,mobilised,0.59,Verb,9,8,3,mobilize,none,none,12.25,1.00,none,none,none, mobilizer,mobiliser,Err:512,Err:512,9,8,4,mobilizer,11.65,0.85,11.65,0.85,none,none,none, mobilizing,mobilising,0.29,Verb,10,9,4,mobilize,none,none,12.25,1.00,none,none,none, mobs,mobs,0.59,Noun,4,4,1,mob,none,none,9.67,1.00,none,none,8.89, mobster,mobster,0.84,Noun,7,6,2,mobster,10.00,1.00,10.00,1.00,none,none,none, mobsters,mobsters,0.33,Noun,8,7,2,mobster,none,none,10.00,1.00,none,none,none, moccasin,moccasin,0.04,Noun,8,7,3,moccasin,11.22,0.90,11.22,0.90,none,none,none, moccasins,moccasins,0.29,Noun,9,8,3,moccasin,none,none,11.22,0.90,none,none,none, mocha,mocha,1.29,Noun,5,4,2,mocha,12.00,1.00,12.00,1.00,none,none,none, mochas,mochas,0.08,Noun,6,5,2,mocha,none,none,12.00,1.00,none,none,none, mock,mock,5.37,Verb,4,3,1,mock,9.05,1.00,9.05,1.00,none,9.71,8.80, mocked,mocked,1.00,Verb,6,4,1,mock,none,none,9.05,1.00,none,9.71,8.80, mocker,mocker,0.10,Noun,6,4,2,mocker,9.79,1.00,9.79,1.00,none,10.75,none, mockeries,mockeries,0.06,Noun,9,7,3,mockery,none,none,12.22,1.00,none,none,none, mockers,mockers,0.06,Noun,7,5,2,mocker,none,none,9.79,1.00,none,10.75,none, mockery,mockery,1.84,Noun,7,5,3,mockery,12.22,1.00,12.22,1.00,none,none,none, mockingbird,mockingbird,1.18,Noun,11,8,3,mockingbird,9.06,1.00,9.06,1.00,none,none,none, mockingbirds,mockingbirds,0.02,Noun,12,9,3,mockingbird,none,none,9.06,1.00,none,none,none, mocks,mocks,0.53,Verb,5,4,1,mock,none,none,9.05,1.00,none,9.71,8.80, mockup,mock-up,0.12,Noun,6,5,2,mockup,13.73,0.79,13.73,0.79,none,none,none, mockups,mock-ups,0.06,Noun,7,6,2,mockup,none,none,13.73,0.79,none,none,none, mod,mod,1.29,Noun,3,3,1,mod,12.60,0.79,12.60,0.79,none,none,none, modalities,modalities,0.02,Noun,10,9,4,modality,none,none,13.92,0.57,none,none,none, modality,modality,0.04,Noun,8,8,4,modality,13.92,0.57,13.92,0.57,none,none,none, mode,mode,5.16,Noun,4,3,1,mode,9.68,1.00,9.68,1.00,none,10.07,8.82, model,model,32.06,Noun,5,5,2,model,5.83,1.00,5.83,1.00,8.77,none,none,7.34 modeled,modelled,0.65,Verb,7,6,2,model,none,none,5.83,1.00,8.77,none,none,7.34 modeling,modelling,3.63,Noun,8,7,3,modeling,8.21,1.00,8.21,1.00,none,none,none, models,models,8.84,Noun,6,6,2,model,none,none,5.83,1.00,8.77,none,none,7.34 modem,modem,1.08,Noun,5,5,2,modem,13.75,1.00,13.75,1.00,none,none,none,12.01 modems,modems,0.22,Noun,6,6,2,modem,none,none,13.75,1.00,none,none,none,12.01 moderate,moderate,1.24,Adjective,8,6,3,moderate,11.22,1.00,11.22,1.00,none,none,none, moderates,moderates,0.06,Noun,9,7,3,moderate,none,none,11.22,1.00,none,none,none, moderating,moderating,0.06,Verb,10,8,4,moderate,none,none,11.22,1.00,none,none,none, moderation,moderation,0.73,Noun,10,8,4,moderation,10.79,1.00,10.79,1.00,none,none,none, moderato,moderato,0.02,Noun,8,8,4,moderato,14.10,0.48,14.10,0.48,none,none,none, moderator,moderator,0.16,Noun,9,7,4,moderator,12.40,1.00,12.40,1.00,none,none,none, modern,modern,18.24,Adjective,6,5,2,modern,8.58,1.00,8.58,1.00,none,none,none, modernism,modernism,0.04,Noun,9,9,4,modernism,13.68,1.00,13.68,1.00,none,none,none, modernist,modernist,0.00,Err:512,9,8,3,modernist,14.23,1.00,14.23,1.00,none,12.02,none, modernistic,modernistic,0.04,Adjective,11,10,4,modernistic,13.89,0.95,13.89,0.95,none,none,none, modernists,modernists,0.02,Noun,10,9,3,modernist,none,none,14.23,1.00,none,12.02,none, modernity,modernity,0.06,Noun,9,8,4,modernity,12.74,1.00,12.74,1.00,none,none,none, modernization,modernisation,0.10,Noun,13,11,5,modernization,10.72,1.00,10.72,1.00,none,none,none, modernize,modernise,0.12,Verb,9,7,3,modernize,11.17,1.00,11.17,1.00,none,none,none, modernizes,modernises,0.02,Verb,10,9,4,modernize,none,none,11.17,1.00,none,none,none, moderns,moderns,0.04,Noun,7,6,2,modern,none,none,8.58,1.00,none,none,none, modes,modes,0.31,Noun,5,4,1,mode,none,none,9.68,1.00,none,10.07,8.82, modest,modest,5.88,Adjective,6,6,2,modest,10.68,1.00,10.68,1.00,none,10.07,none,9.58 modesty,modesty,1.76,Noun,7,7,3,modesty,10.89,1.00,10.89,1.00,none,none,none, modicum,modicum,0.39,Noun,7,7,3,modicum,16.57,0.70,16.57,0.70,none,none,none, modification,modification,0.84,Noun,12,11,5,modification,12.32,1.00,12.32,1.00,none,none,none, modifications,modifications,0.80,Noun,13,12,5,modification,none,none,12.32,1.00,none,none,none, modified,modified,1.96,Verb,8,7,3,modified,10.31,1.00,10.31,1.00,none,none,none, modifier,modifier,0.04,Noun,8,7,4,modifier,10.63,1.00,10.63,1.00,none,none,none, modifies,modifies,0.04,Verb,8,7,3,modify,none,none,9.39,1.00,none,none,none, modify,modify,0.98,Verb,6,6,3,modify,9.39,1.00,9.39,1.00,none,none,none, modifying,modifying,0.16,Verb,9,8,4,modify,none,none,9.39,1.00,none,none,none, modiste,modiste,0.06,Noun,7,6,2,modiste,15.00,0.05,15.00,0.05,none,none,none, modular,modular,0.16,Adjective,7,6,3,modular,13.17,1.00,13.17,1.00,none,none,none, modularity,modularity,0.02,Noun,10,9,5,modularity,15.47,0.79,15.47,0.79,none,none,none, modulate,modulate,0.10,Verb,8,8,3,modulate,13.31,0.89,13.31,0.89,none,none,none, modulates,modulates,0.04,Verb,9,8,3,modulate,none,none,13.31,0.89,none,none,none, modulating,modulating,0.06,Verb,10,9,4,modulate,none,none,13.31,0.89,none,none,none, modulation,modulation,0.14,Noun,10,9,4,modulation,13.94,0.89,13.94,0.89,none,none,none, modulations,modulations,0.02,Noun,11,10,4,modulation,none,none,13.94,0.89,none,none,none, modulator,modulator,0.14,Noun,9,8,4,modulator,14.73,0.83,14.73,0.83,none,none,none, module,module,2.67,Noun,6,5,2,module,13.42,1.00,13.42,1.00,none,none,none,11.80 modules,modules,0.24,Noun,7,6,2,module,none,none,13.42,1.00,none,none,none,11.80 modulo,modulo,0.06,Noun,6,7,3,modulo,17.17,0.33,17.17,0.33,none,none,none, modus,modus,0.39,Noun,5,5,2,modus,13.10,0.56,13.10,0.56,none,none,none, mogul,mogul,0.92,Noun,5,5,2,mogul,12.32,1.00,12.32,1.00,none,none,none,12.53 moguls,moguls,0.08,Noun,6,6,2,mogul,none,none,12.32,1.00,none,none,none,12.53 mohair,mohair,0.24,Noun,6,5,2,mohair,13.15,0.68,13.15,0.68,none,11.43,none, moil,moil,Err:512,Err:512,4,3,1,moil,12.00,0.05,12.00,0.05,none,none,none, moist,moist,1.80,Adjective,5,4,1,moist,9.55,1.00,9.55,1.00,none,8.35,7.79, moisten,moisten,0.08,Verb,7,5,2,moisten,9.28,1.00,9.28,1.00,none,none,none, moistens,moistens,0.02,Verb,8,6,2,moisten,none,none,9.28,1.00,none,none,none, moisture,moisture,1.22,Noun,8,5,2,moisture,6.50,1.00,6.50,1.00,none,none,none,8.12 moisturize,moisturise,0.10,Verb,10,7,3,moisturize,9.10,1.00,9.10,1.00,none,none,none, moisturizer,moisturiser,0.47,Noun,11,8,4,moisturizer,9.33,1.00,9.33,1.00,none,none,none, moisturizers,moisturisers,0.06,Noun,12,9,4,moisturizer,none,none,9.33,1.00,none,none,none, moisturizing,moisturising,0.14,Adjective,12,9,4,moisturizing,9.89,1.00,9.89,1.00,none,none,none, mol,mol,0.14,Noun,3,3,1,mol,13.80,0.45,13.80,0.45,none,none,none, molar,molar,0.51,Noun,5,4,2,molar,8.12,0.94,8.12,0.94,none,none,none, molars,molars,0.31,Noun,6,5,2,molar,none,none,8.12,0.94,none,none,none, molasses,molasses,1.02,Noun,8,7,3,molasses,8.95,1.00,8.95,1.00,none,11.87,none, mold,mould,4.29,Noun,4,4,1,mold,9.26,1.00,9.26,1.00,none,none,7.77, moldboard,moldboard,Err:512,Err:512,9,8,2,moldboard,18.60,0.24,18.60,0.24,none,none,none, molded,moulded,0.59,Verb,6,6,2,mold,none,none,9.26,1.00,none,none,7.77, molder,moulder,0.02,Noun,6,5,2,molder,11.35,0.89,11.35,0.89,none,none,none, molding,moulding,0.73,Verb,7,6,2,mold,none,none,9.26,1.00,none,none,7.77, molds,moulds,0.37,Noun,5,5,1,mold,none,none,9.26,1.00,none,none,7.77, moldy,mouldy,0.59,Adjective,5,5,2,moldy,7.28,1.00,7.28,1.00,none,none,none, mole,mole,8.06,Noun,4,3,1,mole,7.33,1.00,7.33,1.00,none,none,7.08, molecular,molecular,2.63,Adjective,9,9,4,molecular,11.84,1.00,11.84,1.00,12.84,none,none, molecule,molecule,0.78,Noun,8,8,3,molecule,12.00,1.00,12.00,1.00,none,none,none, molecules,molecules,2.59,Noun,9,9,3,molecule,none,none,12.00,1.00,none,none,none, molehill,molehill,0.29,Noun,8,6,2,molehill,10.61,0.90,10.61,0.90,none,none,none, molehills,molehills,0.06,Noun,9,7,2,molehill,none,none,10.61,0.90,none,none,none, moles,moles,0.80,Noun,5,4,1,mole,none,none,7.33,1.00,none,none,7.08, moleskin,moleskin,0.02,Noun,8,7,2,moleskin,12.94,0.84,12.94,0.84,none,none,none, molest,molest,0.61,Verb,6,6,2,molest,11.32,0.95,11.32,0.95,none,none,none,11.90 molestation,molestation,0.35,Noun,11,10,4,molestation,11.56,1.00,11.56,1.00,none,none,none, molested,molested,1.61,Verb,8,8,3,molest,none,none,11.32,0.95,none,none,none,11.90 molester,molester,0.84,Noun,8,7,3,molester,9.74,1.00,9.74,1.00,none,none,none, molesters,molesters,0.29,Noun,9,8,3,molester,none,none,9.74,1.00,none,none,none, molesting,molesting,1.04,Verb,9,8,3,molest,none,none,11.32,0.95,none,none,none,11.90 molests,molests,0.16,Verb,7,7,2,molest,none,none,11.32,0.95,none,none,none,11.90 moll,moll,0.39,Name,4,3,1,moll,13.70,0.57,13.70,0.57,none,none,12.86, mollification,mollification,Err:512,Err:512,13,11,5,mollification,14.55,0.58,14.55,0.58,none,none,none, mollified,mollified,0.08,Verb,9,7,3,mollify,none,none,13.40,0.56,none,none,none, mollify,mollify,0.08,Verb,7,6,3,mollify,13.40,0.56,13.40,0.56,none,none,none, molls,molls,0.02,Noun,5,4,1,moll,none,none,13.70,0.57,none,none,12.86, mollusk,mollusc,0.16,Noun,7,6,2,mollusk,11.60,0.83,11.60,0.83,none,none,none, mollusks,molluscs,0.02,Noun,8,7,2,mollusk,none,none,11.60,0.83,none,none,none, molt,moult,0.14,Verb,4,4,1,molt,10.22,0.95,10.22,0.95,none,none,none, molten,molten,1.16,Adjective,6,6,2,molten,9.06,1.00,9.06,1.00,none,none,none,11.80 molting,moulting,0.37,Verb,7,6,2,molt,none,none,10.22,0.95,none,none,none, molybdenum,molybdenum,0.06,Noun,10,10,4,molybdenum,15.83,0.67,15.83,0.67,none,none,none, mom,mom,430.39,Noun,3,3,1,mom,2.22,1.00,2.22,1.00,none,none,none, moment,moment,187.04,Noun,6,6,2,moment,7.95,1.00,7.95,1.00,none,7.03,none,6.82 momentary,momentary,1.10,Adjective,9,9,4,momentary,10.67,0.95,10.67,0.95,none,none,none, momentous,momentous,0.71,Adjective,9,8,3,momentous,13.39,1.00,13.39,1.00,none,none,none, moments,moments,21.59,Noun,7,7,2,moment,none,none,7.95,1.00,none,7.03,none,6.82 momentum,momentum,1.71,Noun,8,8,3,momentum,10.17,1.00,10.17,1.00,11.73,none,none, momma,momma,8.08,Noun,5,4,2,momma,1.58,1.00,1.58,1.00,none,none,none, mommas,mommas,0.10,Noun,6,5,2,momma,none,none,1.58,1.00,none,none,none, mommies,mommies,0.92,Noun,7,5,2,mommy,none,none,2.50,1.00,none,none,none,2.87 mommy,mommy,70.92,Noun,5,4,2,mommy,2.50,1.00,2.50,1.00,none,none,none,2.87 moms,moms,4.75,Noun,4,4,1,mom,none,none,2.22,1.00,none,none,none, monarch,monarch,0.82,Noun,7,6,2,monarch,10.12,0.94,10.12,0.94,none,9.03,none,8.62 monarchical,monarchical,0.04,Adjective,11,10,4,monarchical,13.71,0.78,13.71,0.78,none,none,none, monarchies,monarchies,0.02,Noun,10,8,3,monarchy,none,none,10.44,1.00,9.54,none,none, monarchist,monarchist,0.02,Noun,10,9,3,monarchist,12.19,0.89,12.19,0.89,none,none,none, monarchists,monarchists,0.02,Noun,11,10,3,monarchist,none,none,12.19,0.89,none,none,none, monarchs,monarchs,0.12,Noun,8,7,2,monarch,none,none,10.12,0.94,none,9.03,none,8.62 monarchy,monarchy,0.67,Noun,8,7,3,monarchy,10.44,1.00,10.44,1.00,9.54,none,none, monasterial,monasterial,Err:512,Err:512,11,11,5,monasterial,13.83,0.63,13.83,0.63,none,none,none, monasteries,monasteries,0.27,Noun,11,10,4,monastery,none,none,10.26,1.00,none,none,none, monastery,monastery,3.71,Noun,9,9,4,monastery,10.26,1.00,10.26,1.00,none,none,none, monastic,monastic,0.08,Adjective,8,8,3,monastic,10.80,0.56,10.80,0.56,none,none,none, monasticism,monasticism,0.02,Noun,11,12,5,monasticism,15.92,0.67,15.92,0.67,none,none,none, monaural,monaural,Err:512,Err:512,8,7,3,monaural,17.11,0.43,17.11,0.43,none,none,none, monetary,monetary,1.02,Adjective,8,8,4,monetary,12.56,0.95,12.56,0.95,none,none,none, monetize,monetize,0.04,Verb,8,7,3,monetize,13.11,0.90,13.11,0.90,none,none,none, money,money,640.76,Noun,5,4,2,money,5.11,1.00,5.11,1.00,none,5.09,none,4.64 moneybag,moneybag,0.08,Noun,8,7,3,moneybag,9.67,1.00,9.67,1.00,none,none,none, moneybags,moneybags,0.25,Noun,9,8,3,moneybags,9.32,1.00,9.32,1.00,none,none,none, moneyed,moneyed,0.04,Adjective,7,5,2,moneyed,11.29,0.89,11.29,0.89,none,none,none, moneylender,moneylender,0.08,Noun,11,9,4,moneylender,11.41,0.94,11.41,0.94,none,none,none, moneylenders,moneylenders,0.10,Noun,12,10,4,moneylender,none,none,11.41,0.94,none,none,none, moneymaker,moneymaker,0.37,Noun,10,8,4,moneymaker,11.39,1.00,11.39,1.00,none,none,none, moneymakers,moneymakers,0.08,Noun,11,9,4,moneymaker,none,none,11.39,1.00,none,none,none, moneymaking,moneymaking,0.08,Verb,11,9,4,moneymaking,8.32,1.00,8.32,1.00,none,none,none, moneyman,moneyman,0.04,Noun,8,7,3,moneyman,12.13,0.83,12.13,0.83,none,none,none, moneys,moneys,0.39,Noun,6,5,2,money,none,none,5.11,1.00,none,5.09,none,4.64 monger,monger,0.08,Noun,6,5,2,monger,13.06,0.89,13.06,0.89,none,none,none, mongers,mongers,0.06,Noun,7,6,2,monger,none,none,13.06,0.89,none,none,none, mongo,mongo,0.75,Noun,5,5,2,mongo,11.38,0.42,11.38,0.42,none,none,none, mongoloid,mongoloid,0.51,Noun,9,8,3,mongoloid,11.80,0.79,11.80,0.79,none,none,none, mongoloids,mongoloids,0.06,Noun,10,9,3,mongoloid,none,none,11.80,0.79,none,none,none, mongoose,mongoose,0.65,Noun,8,6,2,mongoose,9.94,0.95,9.94,0.95,none,none,none,9.05 mongrel,mongrel,0.86,Noun,7,7,2,mongrel,10.24,0.94,10.24,0.94,none,none,none,12.22 mongrels,mongrels,0.47,Noun,8,8,2,mongrel,none,none,10.24,0.94,none,none,none,12.22 monies,monies,0.49,Noun,6,5,2,money,none,none,5.11,1.00,none,5.09,none,4.64 moniker,moniker,0.31,Noun,7,6,3,moniker,14.07,0.74,14.07,0.74,none,none,none, monikers,monikers,0.02,Noun,8,7,3,moniker,none,none,14.07,0.74,none,none,none, monitor,monitor,13.12,Noun,7,6,3,monitor,9.68,1.00,9.68,1.00,none,none,none, monitored,monitored,1.92,Verb,9,7,3,monitor,none,none,9.68,1.00,none,none,none, monitoring,monitoring,4.51,Verb,10,8,4,monitor,none,none,9.68,1.00,none,none,none, monitors,monitors,3.02,Noun,8,7,3,monitor,none,none,9.68,1.00,none,none,none, monitory,monitory,0.02,Adjective,8,7,4,monitory,15.14,0.74,15.14,0.74,none,none,none, monk,monk,7.37,Noun,4,4,1,monk,10.29,1.00,10.29,1.00,8.23,none,8.61, monkey,monkey,33.51,Noun,6,5,2,monkey,4.21,1.00,4.21,1.00,5.07,none,none,4.09 monkeys,monkeys,7.94,Noun,7,6,2,monkey,none,none,4.21,1.00,5.07,none,none,4.09 monkeyshine,monkeyshine,0.04,Noun,11,8,3,monkeyshine,11.46,0.65,11.46,0.65,none,none,none, monkeyshines,monkeyshines,0.22,Noun,12,9,3,monkeyshine,none,none,11.46,0.65,none,none,none, monkfish,monkfish,0.04,Noun,8,7,2,monkfish,13.92,0.72,13.92,0.72,none,none,none, monks,monks,2.67,Noun,5,5,1,monk,none,none,10.29,1.00,8.23,none,8.61, monkshood,monkshood,0.04,Noun,9,8,2,monkshood,12.70,0.53,12.70,0.53,none,none,none, mono,mono,0.73,Noun,4,4,2,mono,11.22,1.00,11.22,1.00,none,none,none, monoamine,monoamine,0.04,Noun,9,8,4,monoamine,16.00,0.50,16.00,0.50,none,none,none, monochromatic,monochromatic,0.16,Adjective,13,12,5,monochromatic,15.75,0.84,15.75,0.84,none,none,none, monochrome,monochrome,0.08,Noun,10,8,3,monochrome,13.78,0.95,13.78,0.95,none,none,none, monocle,monocle,0.22,Noun,7,7,3,monocle,13.00,0.79,13.00,0.79,none,10.45,none, monoclonal,monoclonal,0.02,Adjective,10,10,4,monoclonal,13.70,0.50,13.70,0.50,none,none,none, monofilament,monofilament,0.04,Noun,12,12,5,monofilament,14.06,0.84,14.06,0.84,none,none,none, monogamist,monogamist,0.08,Noun,10,10,4,monogamist,12.43,0.74,12.43,0.74,none,none,none, monogamists,monogamists,0.02,Noun,11,11,4,monogamist,none,none,12.43,0.74,none,none,none, monogamous,monogamous,0.82,Adjective,10,9,4,monogamous,13.32,0.95,13.32,0.95,none,none,none, monogamy,monogamy,0.90,Noun,8,8,4,monogamy,13.06,0.94,13.06,0.94,none,none,none, monogram,monogram,0.27,Noun,8,8,3,monogram,11.35,0.94,11.35,0.94,none,none,none, monogrammed,monogrammed,0.59,Adjective,11,9,3,monogrammed,12.11,0.95,12.11,0.95,none,none,none, monograph,monograph,0.14,Noun,9,8,3,monograph,12.39,0.95,12.39,0.95,none,none,none, monographs,monographs,0.04,Noun,10,9,3,monograph,none,none,12.39,0.95,none,none,none, monolayer,monolayer,0.02,Noun,9,7,4,monolayer,13.20,0.83,13.20,0.83,none,none,none, monolith,monolith,0.84,Noun,8,7,3,monolith,14.81,0.84,14.81,0.84,none,none,none, monolithic,monolithic,0.08,Adjective,10,9,4,monolithic,14.14,0.74,14.14,0.74,none,none,none, monoliths,monoliths,0.04,Noun,9,8,3,monolith,none,none,14.81,0.84,none,none,none, monologue,monologue,1.14,Noun,9,7,3,monologue,12.59,0.94,12.59,0.94,none,none,none, monologues,monologues,0.37,Noun,10,8,3,monologue,none,none,12.59,0.94,none,none,none, monomania,monomania,Err:512,Err:512,9,9,5,monomania,15.50,0.33,15.50,0.33,none,none,none, monomaniacal,monomaniacal,0.02,Adjective,12,12,6,monomaniacal,13.91,0.55,13.91,0.55,none,none,none, mononucleosis,mononucleosis,0.10,Noun,13,13,6,mononucleosis,12.94,0.94,12.94,0.94,none,none,none, monoplane,monoplane,0.04,Noun,9,8,3,monoplane,12.15,0.68,12.15,0.68,none,none,none, monoplanes,monoplanes,0.02,Noun,10,9,3,monoplane,none,none,12.15,0.68,none,none,none, monopolies,monopolies,0.14,Noun,10,9,4,monopoly,none,none,6.74,1.00,none,none,none, monopolist,monopolist,0.02,Noun,10,10,4,monopolist,12.64,0.74,12.64,0.74,none,none,none, monopolistic,monopolistic,0.02,Adjective,12,12,5,monopolistic,13.85,0.65,13.85,0.65,none,none,none, monopolize,monopolise,0.27,Verb,10,9,4,monopolize,12.21,1.00,12.21,1.00,none,none,none, monopolized,monopolised,0.06,Verb,11,10,4,monopolize,none,none,12.21,1.00,none,none,none, monopolizes,monopolises,0.06,Verb,11,11,5,monopolize,none,none,12.21,1.00,none,none,none, monopolizing,monopolising,0.14,Verb,12,11,5,monopolize,none,none,12.21,1.00,none,none,none, monopoly,monopoly,2.76,Noun,8,8,4,monopoly,6.74,1.00,6.74,1.00,none,none,none, monorail,monorail,0.10,Noun,8,6,3,monorail,11.05,1.00,11.05,1.00,none,none,none, monosodium,monosodium,0.06,Noun,10,10,5,monosodium,16.53,0.85,16.53,0.85,none,none,none, monosyllabic,monosyllabic,0.10,Adjective,12,11,5,monosyllabic,12.12,0.94,12.12,0.94,none,none,none, monosyllable,monosyllable,0.04,Adjective,12,11,5,monosyllable,11.21,0.78,11.21,0.78,none,none,none, monosyllables,monosyllables,0.06,Noun,13,12,5,monosyllable,none,none,11.21,0.78,none,none,none, monotheism,monotheism,0.04,Noun,10,10,5,monotheism,15.33,0.95,15.33,0.95,none,none,none, monotone,monotone,0.10,Noun,8,7,3,monotone,11.11,1.00,11.11,1.00,none,none,none, monotones,monotones,0.02,Noun,9,8,3,monotone,none,none,11.11,1.00,none,none,none, monotonous,monotonous,0.84,Adjective,10,9,4,monotonous,13.47,0.94,13.47,0.94,none,none,none, monotony,monotony,0.33,Noun,8,8,4,monotony,14.44,1.00,14.44,1.00,none,none,none, monounsaturated,monounsaturated,0.12,Adjective,15,14,7,monounsaturated,15.38,0.72,15.38,0.72,none,none,none, monoxide,monoxide,1.14,Noun,8,8,3,monoxide,12.79,0.95,12.79,0.95,none,none,none, monozygotic,monozygotic,0.04,Adjective,11,11,5,monozygotic,15.08,0.68,15.08,0.68,none,none,none, monsieur,monsieur,31.08,Noun,8,5,2,monsieur,10.12,0.94,10.12,0.94,none,none,none, monsignor,monsignor,2.18,Noun,9,8,3,monsignor,13.92,0.68,13.92,0.68,none,none,none, monsoon,monsoon,0.78,Noun,7,6,2,monsoon,11.28,1.00,11.28,1.00,none,10.02,none,11.39 monsoons,monsoons,0.08,Noun,8,7,2,monsoon,none,none,11.28,1.00,none,10.02,none,11.39 monster,monster,38.86,Noun,7,6,2,monster,4.58,1.00,4.58,1.00,none,none,none,4.33 monsters,monsters,10.78,Noun,8,7,2,monster,none,none,4.58,1.00,none,none,none,4.33 monstrosities,monstrosities,0.18,Noun,13,12,4,monstrosity,none,none,13.06,0.95,none,none,none, monstrosity,monstrosity,0.75,Noun,11,11,4,monstrosity,13.06,0.95,13.06,0.95,none,none,none, monstrous,monstrous,2.39,Adjective,9,8,2,monstrous,10.67,1.00,10.67,1.00,none,none,none, montage,montage,1.12,Noun,7,6,2,montage,11.53,0.85,11.53,0.85,none,none,none,12.01 montages,montages,0.10,Noun,8,9,4,montage,none,none,11.53,0.85,none,none,none,12.01 month,month,95.18,Noun,5,4,1,month,5.79,1.00,5.79,1.00,5.51,5.31,5.06, monthlies,monthlies,0.04,Noun,9,7,2,monthly,none,none,7.95,1.00,none,none,none, monthly,monthly,2.98,Adjective,7,6,2,monthly,7.95,1.00,7.95,1.00,none,none,none, months,months,163.02,Noun,6,5,1,month,none,none,5.79,1.00,5.51,5.31,5.06, monument,monument,2.29,Noun,8,9,3,monument,8.45,1.00,8.45,1.00,none,8.81,none, monumental,monumental,1.06,Adjective,10,11,4,monumental,10.59,0.94,10.59,0.94,none,none,none, monuments,monuments,0.90,Noun,9,10,3,monument,none,none,8.45,1.00,none,8.81,none, moo,moo,2.08,Noun,3,2,1,moo,3.53,1.00,3.53,1.00,none,none,none, mooch,mooch,0.88,Noun,5,3,1,mooch,11.72,0.95,11.72,0.95,none,none,10.53, mooched,mooched,0.04,Verb,7,4,1,mooch,none,none,11.72,0.95,none,none,10.53, moocher,moocher,0.27,Noun,7,5,2,moocher,11.58,0.86,11.58,0.86,none,none,none, moochers,moochers,0.10,Noun,8,6,2,moocher,none,none,11.58,0.86,none,none,none, mooches,mooches,0.02,Noun,7,5,2,mooch,none,none,11.72,0.95,none,none,10.53, mooching,mooching,0.22,Verb,8,5,2,mooch,none,none,11.72,0.95,none,none,10.53, mood,mood,34.04,Noun,4,3,1,mood,6.58,1.00,6.58,1.00,6.97,6.96,7.01, moodiest,moodiest,0.02,Adjective,8,7,3,moody,none,none,9.37,1.00,none,none,none, moodiness,moodiness,0.08,Noun,9,7,3,moodiness,12.00,1.00,12.00,1.00,none,none,none, moods,moods,2.12,Noun,5,4,1,mood,none,none,6.58,1.00,6.97,6.96,7.01, moody,moody,2.25,Adjective,5,4,2,moody,9.37,1.00,9.37,1.00,none,none,none, mooed,mooed,0.02,Verb,5,3,1,moo,none,none,3.53,1.00,none,none,none, mooing,mooing,0.24,Verb,6,4,2,moo,none,none,3.53,1.00,none,none,none, moon,moon,49.96,Noun,4,3,1,moon,4.83,1.00,4.83,1.00,none,4.28,4.32, moonbeam,moonbeam,0.75,Noun,8,6,2,moonbeam,8.24,0.94,8.24,0.94,none,none,none, moonbeams,moonbeams,0.31,Noun,9,7,2,moonbeam,none,none,8.24,0.94,none,none,none, mooncalf,mooncalf,0.06,Noun,8,6,2,mooncalf,11.71,0.39,11.71,0.39,none,none,none, mooned,mooned,0.25,Verb,6,4,1,moon,none,none,4.83,1.00,none,4.28,4.32, mooning,mooning,0.65,Verb,7,5,2,moon,none,none,4.83,1.00,none,4.28,4.32, moonless,moonless,0.08,Adjective,8,6,2,moonless,8.78,1.00,8.78,1.00,none,none,none, moonlight,moonlight,6.94,Noun,9,6,2,moonlight,5.50,1.00,5.50,1.00,none,7.56,none, moonlighted,moonlighted,0.10,Verb,11,8,3,moonlight,none,none,5.50,1.00,none,7.56,none, moonlighter,moonlighter,0.06,Noun,11,7,3,moonlighter,12.82,0.94,12.82,0.94,none,none,none, moonlighters,moonlighters,0.02,Noun,12,8,3,moonlighter,none,none,12.82,0.94,none,none,none, moonlighting,moonlighting,0.61,Verb,12,8,3,moonlight,none,none,5.50,1.00,none,7.56,none, moonlights,moonlights,0.08,Verb,10,7,2,moonlight,none,none,5.50,1.00,none,7.56,none, moonlit,moonlit,0.55,Adjective,7,6,2,moonlit,6.00,1.00,6.00,1.00,none,none,none, moonrise,moonrise,0.18,Noun,8,6,2,moonrise,8.47,0.95,8.47,0.95,none,none,none, moons,moons,2.35,Noun,5,4,1,moon,none,none,4.83,1.00,none,4.28,4.32, moonscape,moonscape,0.06,Noun,9,7,2,moonscape,11.59,0.85,11.59,0.85,none,none,none, moonscapes,moonscapes,0.04,Verb,10,8,2,moonscape,none,none,11.59,0.85,none,none,none, moonshine,moonshine,0.96,Noun,9,6,2,moonshine,9.22,1.00,9.22,1.00,none,none,none, moonshiner,moonshiner,0.08,Noun,10,7,3,moonshiner,13.05,1.00,13.05,1.00,none,none,none, moonshiners,moonshiners,0.08,Noun,11,8,3,moonshiner,none,none,13.05,1.00,none,none,none, moonstruck,moonstruck,0.08,Verb,10,8,2,moonstruck,12.58,1.00,12.58,1.00,none,none,none, moonwalk,moonwalk,0.63,Noun,8,6,2,moonwalk,10.30,1.00,10.30,1.00,none,none,none, moony,moony,0.04,Adjective,5,4,2,moony,11.17,0.67,11.17,0.67,none,none,none, moor,moor,1.98,Noun,4,3,1,moor,11.80,0.83,11.80,0.83,none,none,11.02, moorage,moorage,0.02,Noun,7,5,2,moorage,14.20,0.45,14.20,0.45,none,none,none, moored,moored,0.18,Verb,6,4,1,moor,none,none,11.80,0.83,none,none,11.02, moorhen,moorhen,0.02,Noun,7,6,2,moorhen,15.86,0.35,15.86,0.35,none,none,none, mooring,mooring,0.25,Adjective,7,5,2,mooring,12.22,0.47,12.22,0.47,none,10.94,none, moorings,moorings,0.24,Noun,8,6,2,mooring,none,none,12.22,0.47,none,10.94,none, moorland,moorland,0.06,Noun,8,7,2,moorland,13.00,0.48,13.00,0.48,none,none,none, moors,moors,1.12,Noun,5,4,1,moor,none,none,11.80,0.83,none,none,11.02, moos,moos,0.43,Noun,4,3,1,moo,none,none,3.53,1.00,none,none,none, moose,moose,5.53,Noun,5,3,1,moose,5.22,1.00,5.22,1.00,9.34,none,5.56, moot,moot,1.18,Adjective,4,3,1,moot,14.25,0.84,14.25,0.84,none,none,12.60, mop,mop,4.14,Noun,3,3,1,mop,5.11,1.00,5.11,1.00,6.08,none,5.46, mope,mope,0.67,Verb,4,3,1,mope,9.37,1.00,9.37,1.00,none,none,9.39, moped,moped,0.45,Adjective,5,4,1,moped,9.39,1.00,9.39,1.00,none,none,none, moping,moping,1.27,Verb,6,5,2,mope,none,none,9.37,1.00,none,none,9.39, mopped,mopped,0.37,Verb,6,4,1,mop,none,none,5.11,1.00,6.08,none,5.46, moppet,moppet,0.08,Noun,6,5,2,moppet,12.92,0.68,12.92,0.68,none,none,none, mopping,mopping,0.76,Verb,7,5,2,mop,none,none,5.11,1.00,6.08,none,5.46, mops,mops,0.41,Noun,4,4,1,mop,none,none,5.11,1.00,6.08,none,5.46, moraine,moraine,0.08,Noun,7,4,2,moraine,14.88,0.44,14.88,0.44,none,none,none, moral,moral,13.51,Adjective,5,5,2,moral,9.53,1.00,9.53,1.00,9.83,9.02,none,8.62 morale,morale,4.12,Noun,6,4,2,morale,10.62,1.00,10.62,1.00,none,none,none,9.85 moralist,moralist,0.12,Noun,8,8,3,moralist,12.50,0.95,12.50,0.95,none,none,none, moralistic,moralistic,0.02,Adjective,10,10,4,moralistic,13.38,0.89,13.38,0.89,none,none,none, moralists,moralists,0.04,Noun,9,9,3,moralist,none,none,12.50,0.95,none,none,none, moralities,moralities,0.04,Noun,10,9,4,morality,none,none,11.39,1.00,none,none,none, morality,morality,3.71,Noun,8,7,4,morality,11.39,1.00,11.39,1.00,none,none,none, moralization,moralisation,Err:512,Err:512,12,11,5,moralization,14.12,0.80,14.12,0.80,none,none,none, moralize,moralise,0.02,Verb,8,7,3,moralize,12.37,1.00,12.37,1.00,none,none,none, moralizer,moralizer,Err:512,Err:512,9,8,4,moralizer,13.83,0.63,13.83,0.63,none,none,none, moralizes,moralises,0.02,Verb,9,9,4,moralize,none,none,12.37,1.00,none,none,none, moralizing,moralising,0.12,Verb,10,9,4,moralize,none,none,12.37,1.00,none,none,none, morals,morals,2.92,Noun,6,6,2,morals,9.75,1.00,9.75,1.00,none,none,none, morass,morass,0.10,Noun,6,4,2,morass,12.40,0.50,12.40,0.50,none,12.64,none, moratorium,moratorium,0.27,Noun,10,10,5,moratorium,14.50,0.63,14.50,0.63,none,none,none, moray,moray,0.45,Noun,5,3,2,moray,13.29,0.74,13.29,0.74,none,none,none, morbid,morbid,2.59,Adjective,6,6,2,morbid,9.72,1.00,9.72,1.00,none,none,none,11.09 morbidity,morbidity,0.10,Noun,9,9,4,morbidity,14.17,1.00,14.17,1.00,none,none,none, more,more,1298.59,Determiner,4,3,1,more,3.78,0.95,3.78,0.95,4.47,none,none, morel,morel,0.02,Noun,5,4,2,morel,12.40,0.56,12.40,0.56,none,none,none, morels,morels,0.04,Noun,6,6,2,morel,none,none,12.40,0.56,none,none,none, mores,mores,0.82,Noun,5,5,2,mores,13.86,0.74,13.86,0.74,none,none,none, morgue,morgue,8.63,Noun,6,4,1,morgue,10.53,0.89,10.53,0.89,none,none,10.75, morgues,morgues,0.24,Noun,7,5,1,morgue,none,none,10.53,0.89,none,none,10.75, moribund,moribund,0.06,Noun,8,8,3,moribund,15.38,0.42,15.38,0.42,none,none,none, moribundity,moribundity,Err:512,Err:512,11,11,5,moribundity,17.30,0.53,17.30,0.53,none,none,none, mormon,mormon,2.25,2.25,6,6,2,mormon,11.93,0.95,11.93,0.95,12.68,none,none, morn,morn,0.88,Noun,4,4,1,morn,9.53,0.94,9.53,0.94,none,none,10.68, morning,morning,439.00,Noun,7,6,2,morning,4.00,1.00,4.00,1.00,4.26,none,none,4.24 mornings,mornings,3.29,Noun,8,7,2,morning,none,none,4.00,1.00,4.26,none,none,4.24 moron,moron,14.78,Noun,5,5,2,moron,8.67,1.00,8.67,1.00,none,none,none,8.87 moronic,moronic,1.08,Adjective,7,7,3,moronic,9.89,1.00,9.89,1.00,none,none,none, morons,morons,4.20,Noun,6,6,2,moron,none,none,8.67,1.00,none,none,none,8.87 morose,morose,0.35,Adjective,6,4,2,morose,13.00,0.94,13.00,0.94,none,none,none, morph,morph,0.75,Noun,5,4,1,morph,11.47,1.00,11.47,1.00,none,none,none, morphed,morphed,0.12,Verb,7,5,1,morph,none,none,11.47,1.00,none,none,none, morphine,morphine,6.49,Noun,8,6,2,morphine,13.22,1.00,13.22,1.00,none,none,none,12.75 morphing,morphing,0.20,Verb,8,6,2,morph,none,none,11.47,1.00,none,none,none, morphogenetic,morphogenetic,0.02,Adjective,13,12,5,morphogenetic,15.70,0.53,15.70,0.53,none,none,none, morphological,morphological,0.02,Adjective,13,12,5,morphological,16.57,0.78,16.57,0.78,none,none,none, morphology,morphology,0.12,Noun,10,9,4,morphology,15.42,0.63,15.42,0.63,none,none,none, morphs,morphs,0.04,Noun,6,5,1,morph,none,none,11.47,1.00,none,none,none, morsel,morsel,0.63,Noun,6,6,2,morsel,8.78,0.95,8.78,0.95,none,10.30,none,10.99 morsels,morsels,0.16,Noun,7,7,2,morsel,none,none,8.78,0.95,none,10.30,none,10.99 mortal,mortal,9.57,Adjective,6,6,2,mortal,9.84,1.00,9.84,1.00,none,10.02,none,10.13 mortalities,mortalities,0.02,Noun,11,10,4,mortality,none,none,12.35,1.00,none,none,none, mortality,mortality,1.51,Noun,9,9,4,mortality,12.35,1.00,12.35,1.00,none,none,none, mortals,mortals,2.35,Noun,7,7,2,mortal,none,none,9.84,1.00,none,10.02,none,10.13 mortar,mortar,2.29,Noun,6,5,2,mortar,11.90,1.00,11.90,1.00,none,10.83,none,12.01 mortars,mortars,1.20,Noun,7,6,2,mortar,none,none,11.90,1.00,none,10.83,none,12.01 mortem,mortem,0.25,Adjective,6,6,2,mortem,12.43,0.67,12.43,0.67,none,none,none, mortgage,mortgage,5.90,Noun,8,6,2,mortgage,12.53,1.00,12.53,1.00,none,none,none,12.22 mortgaged,mortgaged,0.31,Verb,9,7,2,mortgage,none,none,12.53,1.00,none,none,none,12.22 mortgagee,mortgagee,0.08,Noun,9,7,3,mortgagee,15.67,0.75,15.67,0.75,none,none,none, mortgages,mortgages,0.71,Noun,9,8,3,mortgage,none,none,12.53,1.00,none,none,none,12.22 mortgaging,mortgaging,0.08,Verb,10,8,3,mortgage,none,none,12.53,1.00,none,none,none,12.22 mortician,mortician,0.61,Noun,9,8,3,mortician,10.20,1.00,10.20,1.00,none,none,none, morticians,morticians,0.25,Noun,10,9,3,mortician,none,none,10.20,1.00,none,none,none, mortification,mortification,0.08,Noun,13,12,5,mortification,13.11,0.90,13.11,0.90,none,none,none, mortified,mortified,1.00,Verb,9,8,3,mortify,none,none,11.78,0.95,none,none,none, mortifies,mortifies,0.02,Verb,9,8,3,mortify,none,none,11.78,0.95,none,none,none, mortify,mortify,0.14,Verb,7,7,3,mortify,11.78,0.95,11.78,0.95,none,none,none, mortifying,mortifying,0.14,Verb,10,9,4,mortify,none,none,11.78,0.95,none,none,none, mortise,mortise,0.06,Verb,7,6,2,mortise,13.31,0.72,13.31,0.72,none,none,none, mortmain,mortmain,0.02,Noun,8,7,2,mortmain,19.60,0.25,19.60,0.25,none,none,none, mortuaries,mortuaries,0.06,Noun,10,10,4,mortuary,none,none,12.06,1.00,none,none,none, mortuary,mortuary,1.84,Noun,8,8,4,mortuary,12.06,1.00,12.06,1.00,none,none,none, mosaic,mosaic,0.45,Noun,6,6,3,mosaic,9.78,0.95,9.78,0.95,none,none,none, mosaics,mosaics,0.20,Noun,7,7,3,mosaic,none,none,9.78,0.95,none,none,none, mosey,mosey,0.71,Verb,5,4,2,mosey,9.00,0.94,9.00,0.94,none,none,none,12.01 moseying,moseying,0.16,Verb,8,6,3,mosey,none,none,9.00,0.94,none,none,none,12.01 moseys,moseys,0.04,Verb,6,5,2,mosey,none,none,9.00,0.94,none,none,none,12.01 mosque,mosque,1.18,Noun,6,4,1,mosque,14.12,0.89,14.12,0.89,none,none,12.37, mosques,mosques,0.10,Noun,7,5,1,mosque,none,none,14.12,0.89,none,none,12.37, mosquito,mosquito,1.82,Noun,8,7,3,mosquito,6.10,1.00,6.10,1.00,none,none,none, mosquitoes,mosquitoes,1.80,Noun,10,8,3,mosquito,none,none,6.10,1.00,none,none,none, moss,moss,2.84,Name,4,3,1,moss,8.31,1.00,8.31,1.00,none,7.11,7.22, mossback,mossback,0.02,Noun,8,6,2,mossback,14.29,0.39,14.29,0.39,none,none,none, mossy,mossy,0.04,Adjective,5,4,2,mossy,8.47,0.89,8.47,0.89,none,none,none, most,most,350.76,Adverb,4,4,1,much,none,none,4.58,1.00,5.48,none,4.86, mot,mot,0.08,Noun,3,3,1,mot,10.62,0.44,10.62,0.44,none,none,none, mote,mote,0.24,Noun,4,3,1,mote,10.38,0.69,10.38,0.69,none,none,none, motel,motel,18.18,Noun,5,5,2,motel,7.11,1.00,7.11,1.00,none,none,none,6.68 motels,motels,1.08,Noun,6,6,2,motel,none,none,7.11,1.00,none,none,none,6.68 motet,motet,0.02,Noun,5,5,2,motet,14.43,0.35,14.43,0.35,none,none,none, moth,moth,2.27,Noun,4,3,1,moth,5.74,1.00,5.74,1.00,none,none,6.30, mothball,mothball,0.10,Noun,8,6,2,mothball,8.32,1.00,8.32,1.00,none,none,none, mothballs,mothballs,0.67,Noun,9,7,2,mothball,none,none,8.32,1.00,none,none,none, mother,mother,479.92,Noun,6,4,2,mother,2.63,1.00,2.63,1.00,none,3.14,none,3.45 motherboard,motherboard,0.18,Noun,11,8,3,motherboard,14.17,0.95,14.17,0.95,none,none,none, motherboards,motherboards,0.06,Noun,12,9,3,motherboard,none,none,14.17,0.95,none,none,none, mothered,mothered,0.14,Verb,8,5,2,mother,none,none,2.63,1.00,none,3.14,none,3.45 motherfucker,motherfucker,51.29,Noun,12,8,4,motherfucker,9.74,1.00,9.74,1.00,none,none,none, motherfuckers,motherfuckers,12.06,Noun,13,9,4,motherfucker,none,none,9.74,1.00,none,none,none, motherfucking,motherfucking,9.33,Adjective,13,9,4,motherfucking,9.58,1.00,9.58,1.00,none,none,none, motherhood,motherhood,1.14,Noun,10,7,3,motherhood,7.55,1.00,7.55,1.00,none,none,none, motherhouse,motherhouse,0.02,Noun,11,7,3,motherhouse,13.88,0.44,13.88,0.44,none,none,none, motherland,motherland,0.47,Noun,10,8,3,motherland,10.12,0.89,10.12,0.89,none,none,none, motherless,motherless,0.57,Adjective,10,7,3,motherless,7.39,1.00,7.39,1.00,none,none,none, motherly,motherly,0.45,Adjective,8,6,3,motherly,8.55,1.00,8.55,1.00,none,none,none, mothers,mothers,12.20,Noun,7,5,2,mother,none,none,2.63,1.00,none,3.14,none,3.45 mothproof,mothproof,0.02,Adjective,9,7,2,mothproof,10.73,0.79,10.73,0.79,none,none,none, moths,moths,1.06,Noun,5,4,1,moth,none,none,5.74,1.00,none,none,6.30, motif,motif,0.65,Noun,5,5,2,motif,13.55,0.89,13.55,0.89,none,none,none,12.75 motifs,motifs,0.08,Noun,6,6,2,motif,none,none,13.55,0.89,none,none,none,12.75 motile,motile,0.04,Adjective,6,5,2,motile,12.22,0.50,12.22,0.50,none,none,none, motility,motility,0.18,Noun,8,8,4,motility,14.00,0.47,14.00,0.47,none,none,none, motion,motion,18.96,Noun,6,5,2,motion,6.78,1.00,6.78,1.00,7.70,8.60,none,7.80 motioned,motioned,0.08,Verb,8,6,2,motion,none,none,6.78,1.00,7.70,8.60,none,7.80 motionless,motionless,0.33,Adjective,10,8,3,motionless,8.83,0.95,8.83,0.95,none,none,none, motionlessness,motionlessness,0.02,Noun,14,11,4,motionlessness,10.16,1.00,10.16,1.00,none,none,none, motions,motions,1.73,Noun,7,6,2,motion,none,none,6.78,1.00,7.70,8.60,none,7.80 motivate,motivate,1.06,Verb,8,7,3,motivate,9.90,1.00,9.90,1.00,11.04,none,none, motivated,motivated,3.10,Verb,9,9,4,motivate,none,none,9.90,1.00,11.04,none,none, motivates,motivates,0.22,Verb,9,8,3,motivate,none,none,9.90,1.00,11.04,none,none, motivation,motivation,2.96,Noun,10,9,4,motivation,10.60,1.00,10.60,1.00,none,none,none, motivational,motivational,0.65,Adjective,12,11,5,motivational,12.29,0.95,12.29,0.95,none,none,none, motivations,motivations,0.37,Noun,11,10,4,motivation,none,none,10.60,1.00,none,none,none, motivator,motivator,0.25,Noun,9,8,4,motivator,10.56,0.95,10.56,0.95,none,none,none, motivators,motivators,0.02,Noun,10,9,4,motivator,none,none,10.56,0.95,none,none,none, motive,motive,13.24,Noun,6,5,2,motive,11.06,1.00,11.06,1.00,none,10.07,none,9.58 motiveless,motiveless,0.06,Adjective,10,8,3,motiveless,11.61,1.00,11.61,1.00,none,none,none, motives,motives,3.24,Noun,7,6,2,motive,none,none,11.06,1.00,none,10.07,none,9.58 motley,motley,0.51,Adjective,6,5,2,motley,12.19,0.89,12.19,0.89,none,none,none,12.22 motocross,motocross,0.12,Noun,9,8,3,motocross,11.80,0.95,11.80,0.95,none,none,none, motor,motor,13.16,Noun,5,4,2,motor,7.42,1.00,7.42,1.00,none,6.92,none,7.19 motorbike,motorbike,0.75,Noun,9,7,3,motorbike,7.95,1.00,7.95,1.00,none,none,none, motorbikes,motorbikes,0.24,Noun,10,8,3,motorbike,none,none,7.95,1.00,none,none,none, motorboat,motorboat,0.57,Noun,9,7,3,motorboat,6.53,1.00,6.53,1.00,none,none,none, motorboats,motorboats,0.04,Noun,10,8,3,motorboat,none,none,6.53,1.00,none,none,none, motorbus,motorbus,0.06,Noun,8,7,3,motorbus,9.21,1.00,9.21,1.00,none,none,none, motorcade,motorcade,1.27,Noun,9,7,3,motorcade,10.65,0.89,10.65,0.89,none,none,none, motorcades,motorcades,0.12,Noun,10,8,3,motorcade,none,none,10.65,0.89,none,none,none, motorcar,motorcar,0.57,Noun,8,7,3,motorcar,7.78,1.00,7.78,1.00,none,none,none, motorcars,motorcars,0.22,Noun,9,8,3,motorcar,none,none,7.78,1.00,none,none,none, motorcycle,motorcycle,8.92,Noun,10,9,4,motorcycle,5.05,1.00,5.05,1.00,none,none,none, motorcycles,motorcycles,1.29,Noun,11,10,4,motorcycle,none,none,5.05,1.00,none,none,none, motorcyclist,motorcyclist,0.25,Noun,12,12,5,motorcyclist,7.17,1.00,7.17,1.00,none,none,none, motorcyclists,motorcyclists,0.25,Noun,13,13,5,motorcyclist,none,none,7.17,1.00,none,none,none, motoring,motoring,0.31,Noun,8,6,3,motoring,10.89,0.95,10.89,0.95,none,none,none, motorist,motorist,0.49,Noun,8,7,3,motorist,7.74,1.00,7.74,1.00,none,none,none, motorists,motorists,0.18,Noun,9,8,3,motorist,none,none,7.74,1.00,none,none,none, motorization,motorisation,Err:512,Err:512,12,10,5,motorization,13.27,0.75,13.27,0.75,none,none,none, motorized,motorised,0.29,Adjective,9,7,3,motorized,9.12,0.94,9.12,0.94,none,none,none, motorman,motorman,0.18,Noun,8,7,3,motorman,10.27,0.75,10.27,0.75,none,none,none, motors,motors,2.90,Noun,6,5,2,motor,none,none,7.42,1.00,none,6.92,none,7.19 motorway,motorway,0.14,Noun,8,6,3,motorway,7.95,1.00,7.95,1.00,none,none,none, motorways,motorways,0.08,Noun,9,7,3,motorway,none,none,7.95,1.00,none,none,none, motto,motto,5.10,Noun,5,4,2,motto,10.41,0.89,10.41,0.89,none,none,none,9.94 mottoes,mottoes,0.02,Noun,7,5,2,motto,none,none,10.41,0.89,none,none,none,9.94 mould,mould,0.73,Noun,5,4,1,mould,11.33,0.79,11.33,0.79,8.88,none,none, moulds,moulds,0.20,Noun,6,5,1,mould,none,none,11.33,0.79,8.88,none,none, mound,mound,1.51,Noun,5,4,1,mound,7.71,0.94,7.71,0.94,none,8.47,7.63, mounds,mounds,0.39,Noun,6,5,1,mound,none,none,7.71,0.94,none,8.47,7.63, mount,mount,11.71,Noun,5,4,1,mount,8.53,1.00,8.53,1.00,none,8.35,8.26, mountain,mountain,35.39,Noun,8,6,2,mountain,6.15,1.00,6.15,1.00,none,5.77,none,5.49 mountaineering,mountaineering,0.08,Noun,14,10,4,mountaineering,11.20,1.00,11.20,1.00,none,none,none, mountainous,mountainous,0.16,Adjective,11,8,3,mountainous,10.56,1.00,10.56,1.00,none,none,none, mountains,mountains,18.65,Noun,9,7,2,mountain,none,none,6.15,1.00,none,5.77,none,5.49 mountainside,mountainside,0.27,Noun,12,9,3,mountainside,7.53,1.00,7.53,1.00,none,none,none, mountaintop,mountaintop,0.51,Noun,11,9,3,mountaintop,7.61,1.00,7.61,1.00,none,none,none, mountaintops,mountaintops,0.12,Noun,12,10,3,mountaintop,none,none,7.61,1.00,none,none,none, mountebank,mountebank,0.12,Noun,10,9,3,mountebank,17.17,0.33,17.17,0.33,none,none,none, mounted,mounted,2.59,Verb,7,6,2,mount,none,none,8.53,1.00,none,8.35,8.26, mounting,mounting,1.14,Verb,8,6,2,mount,none,none,8.53,1.00,none,8.35,8.26, mounts,mounts,0.67,Noun,6,5,1,mount,none,none,8.53,1.00,none,8.35,8.26, mourn,mourn,2.53,Verb,5,4,1,mourn,9.21,1.00,9.21,1.00,none,none,none, mourned,mourned,0.35,Verb,7,5,1,mourn,none,none,9.21,1.00,none,none,none, mourner,mourner,0.16,Noun,7,5,2,mourner,10.32,1.00,10.32,1.00,none,none,none, mourners,mourners,0.65,Noun,8,6,2,mourner,none,none,10.32,1.00,none,none,none, mournful,mournful,0.49,Adjective,8,7,2,mournful,9.94,1.00,9.94,1.00,none,none,none, mourning,mourning,3.43,Noun,8,6,2,mourning,11.05,1.00,11.05,1.00,none,none,none, mourns,mourns,0.29,Verb,6,5,1,mourn,none,none,9.21,1.00,none,none,none, mouse,mouse,19.12,Noun,5,3,1,mouse,4.94,1.00,4.94,1.00,none,4.99,none, mouser,mouser,0.12,Noun,6,4,2,mouser,10.35,0.85,10.35,0.85,none,none,none, mousetrap,mousetrap,0.59,Noun,9,7,2,mousetrap,6.78,0.95,6.78,0.95,none,none,none, mousetraps,mousetraps,0.12,Noun,10,8,2,mousetrap,none,none,6.78,0.95,none,none,none, mousse,mousse,1.16,Noun,6,3,1,mousse,10.32,1.00,10.32,1.00,none,none,10.53, mousses,mousses,0.02,Noun,7,5,2,mousse,none,none,10.32,1.00,none,none,10.53, moustache,moustache,3.78,Noun,9,6,2,moustache,5.40,1.00,5.40,1.00,none,none,none,6.06 moustaches,moustaches,0.37,Noun,10,8,3,moustache,none,none,5.40,1.00,none,none,none,6.06 mousy,mousy,0.82,Noun,5,4,2,mousy,11.47,0.89,11.47,0.89,none,none,none, mouth,mouth,104.41,Noun,5,3,1,mouth,3.58,1.00,3.58,1.00,none,none,none, mouthed,mouthed,0.31,Verb,7,4,1,mouth,none,none,3.58,1.00,none,none,none, mouthful,mouthful,1.69,Noun,8,6,2,mouthful,6.37,1.00,6.37,1.00,none,none,none, mouthfuls,mouthfuls,0.04,Noun,9,7,2,mouthful,none,none,6.37,1.00,none,none,none, mouthier,mouthier,0.02,Noun,8,5,3,mouthy,none,none,7.68,1.00,none,none,none, mouthing,mouthing,1.04,Verb,8,5,2,mouth,none,none,3.58,1.00,none,none,none, mouthpiece,mouthpiece,0.92,Noun,10,6,2,mouthpiece,10.60,1.00,10.60,1.00,none,none,none, mouths,mouths,5.35,Noun,6,4,1,mouth,none,none,3.58,1.00,none,none,none, mouthwash,mouthwash,0.96,Noun,9,6,2,mouthwash,7.32,1.00,7.32,1.00,none,none,none, mouthwatering,mouth-watering,0.08,Verb,13,9,4,mouthwatering,9.15,1.00,9.15,1.00,none,none,none, mouthy,mouthy,0.10,Adjective,6,4,2,mouthy,7.68,1.00,7.68,1.00,none,none,none, movable,movable,0.29,Adjective,7,7,3,movable,7.63,1.00,7.63,1.00,none,none,none, move,move,418.14,Verb,4,3,1,move,4.62,1.00,4.62,1.00,5.27,none,4.93, moveable,moveable,0.16,Adjective,8,7,3,movable,none,none,7.63,1.00,none,none,none, moved,moved,69.33,Verb,5,4,1,move,none,none,4.62,1.00,5.27,none,4.93, movement,movement,14.84,Noun,8,7,2,movement,6.58,1.00,6.58,1.00,6.34,none,none,7.34 movements,movements,4.67,Noun,9,8,2,movement,none,none,6.58,1.00,6.34,none,none,7.34 mover,mover,0.45,Noun,5,4,2,mover,8.41,1.00,8.41,1.00,none,none,none, movers,movers,1.14,Noun,6,5,2,mover,none,none,8.41,1.00,none,none,none, moves,moves,27.84,Verb,5,4,1,move,none,none,4.62,1.00,5.27,none,4.93, movie,movie,122.96,Noun,5,4,2,movie,3.56,1.00,3.56,1.00,none,7.71,none,4.91 moviegoer,moviegoer,0.02,Noun,9,7,4,moviegoer,10.32,1.00,10.32,1.00,none,none,none, moviegoers,moviegoers,0.10,Noun,10,8,4,moviegoer,none,none,10.32,1.00,none,none,none, moviemaker,moviemaker,0.02,Noun,10,8,4,moviemaker,10.00,1.00,10.00,1.00,none,none,none, moviemakers,moviemakers,0.02,Noun,11,9,4,moviemaker,none,none,10.00,1.00,none,none,none, movies,movies,46.00,Noun,6,5,2,movie,none,none,3.56,1.00,none,7.71,none,4.91 moving,moving,119.69,Verb,6,5,2,move,none,none,4.62,1.00,5.27,none,4.93, mow,mow,2.29,Verb,3,2,1,mow,6.76,0.94,6.76,0.94,none,none,7.35, mowed,mowed,0.71,Verb,5,3,1,mow,none,none,6.76,0.94,none,none,7.35, mower,mower,1.47,Noun,5,3,2,mower,6.89,1.00,6.89,1.00,none,7.49,none, mowers,mowers,0.22,Noun,6,4,2,mower,none,none,6.89,1.00,none,7.49,none, mowing,mowing,0.94,Verb,6,4,2,mow,none,none,6.76,0.94,none,none,7.35, mows,mows,0.20,Verb,4,3,1,mow,none,none,6.76,0.94,none,none,7.35, moxie,moxie,0.73,Noun,5,5,2,moxie,13.71,0.78,13.71,0.78,none,none,none, mozzarella,mozzarella,0.55,Noun,10,8,4,mozzarella,8.44,1.00,8.44,1.00,none,none,none, mu,mu,2.53,Noun,2,2,1,mu,15.83,0.33,15.83,0.33,none,none,none, much,much,973.25,Determiner,4,3,1,much,4.58,1.00,4.58,1.00,5.48,none,4.86, mucilage,mucilage,0.06,Noun,8,8,3,mucilage,14.22,0.50,14.22,0.50,none,none,none, mucilaginous,mucilaginous,Err:512,Err:512,12,12,5,mucilaginous,17.50,0.38,17.50,0.38,none,none,none, muck,muck,1.90,Noun,4,3,1,muck,8.00,0.83,8.00,0.83,none,6.22,9.74, mucked,mucked,0.14,Verb,6,4,1,muck,none,none,8.00,0.83,none,6.22,9.74, mucking,mucking,0.45,Verb,7,5,2,muck,none,none,8.00,0.83,none,6.22,9.74, muckrake,muckrake,0.02,Verb,8,6,2,muckrake,14.10,0.56,14.10,0.56,none,none,none, muckraker,muckraker,0.04,Noun,9,7,3,muckraker,15.25,0.67,15.25,0.67,none,none,none, muckrakers,muckrakers,0.04,Noun,10,8,3,muckraker,none,none,15.25,0.67,none,none,none, mucks,mucks,0.08,Noun,5,4,1,muck,none,none,8.00,0.83,none,6.22,9.74, mucky,mucky,0.18,Adjective,5,4,2,mucky,8.25,0.89,8.25,0.89,none,none,none, mucosa,mucosa,0.25,Noun,6,7,3,mucosa,14.12,0.44,14.12,0.44,none,none,none, mucosal,mucosal,0.06,Adjective,7,8,3,mucosal,13.50,0.53,13.50,0.53,none,none,none, mucous,mucous,0.39,Noun,6,6,2,mucous,10.35,0.89,10.35,0.89,none,none,none, mucus,mucus,0.59,Noun,5,6,2,mucus,9.56,1.00,9.56,1.00,none,none,none,9.40 mud,mud,14.82,Noun,3,3,1,mud,4.05,1.00,4.05,1.00,none,4.94,4.47, muddied,muddied,0.08,Verb,7,5,2,muddy,none,none,5.42,1.00,none,none,none, muddiness,muddiness,0.02,Noun,9,7,3,muddiness,7.11,1.00,7.11,1.00,none,none,none, muddle,muddle,0.43,Verb,6,5,2,muddle,11.32,0.95,11.32,0.95,6.04,none,none, muddled,muddled,0.35,Adjective,7,6,2,muddled,11.11,0.95,11.11,0.95,none,none,none, muddleheaded,muddleheaded,Err:512,Err:512,12,10,4,muddleheaded,14.13,0.79,14.13,0.79,none,none,none, muddling,muddling,0.08,Verb,8,7,3,muddle,none,none,11.32,0.95,6.04,none,none, muddy,muddy,3.00,Adjective,5,4,2,muddy,5.42,1.00,5.42,1.00,none,none,none, muddying,muddying,0.06,Verb,8,6,3,muddy,none,none,5.42,1.00,none,none,none, mudguard,mudguard,Err:512,Err:512,8,7,2,mudguard,13.00,0.50,13.00,0.50,none,none,none, mudpack,mudpack,0.04,Verb,7,6,2,mudpack,12.81,0.89,12.81,0.89,none,none,none, mudroom,mudroom,0.06,Noun,7,6,2,mudroom,11.00,0.72,11.00,0.72,none,none,none, mudskipper,mudskipper,0.02,Noun,10,8,3,mudskipper,10.67,0.63,10.67,0.63,none,none,none, mudslide,mudslide,0.08,Noun,8,7,2,mudslide,8.32,1.00,8.32,1.00,none,none,none, mudslinger,mudslinger,0.02,Noun,10,8,3,mudslinger,12.84,0.90,12.84,0.90,none,none,none, mudslingers,mudslingers,0.02,Noun,11,9,3,mudslinger,none,none,12.84,0.90,none,none,none, mudslinging,mudslinging,0.02,Noun,11,9,3,mudslinging,13.53,0.94,13.53,0.94,none,none,none, muesli,muesli,0.06,Noun,6,7,3,muesli,14.50,0.42,14.50,0.42,none,none,none, muezzin,muezzin,0.08,Noun,7,7,3,muezzin,14.00,0.11,14.00,0.11,none,none,none, muff,muff,0.96,Noun,4,3,1,muff,10.35,0.89,10.35,0.89,none,none,10.12, muffed,muffed,0.14,Verb,6,4,1,muff,none,none,10.35,0.89,none,none,10.12, muffin,muffin,5.82,Noun,6,5,2,muffin,5.11,1.00,5.11,1.00,none,6.33,none,4.69 muffins,muffins,3.49,Noun,7,6,2,muffin,none,none,5.11,1.00,none,6.33,none,4.69 muffle,muffle,0.22,Verb,6,5,2,muffle,9.84,1.00,9.84,1.00,none,none,none, muffled,muffled,3.08,Adjective,7,6,2,muffled,9.06,0.89,9.06,0.89,none,none,none, muffler,muffler,1.00,Noun,7,5,2,muffler,9.50,1.00,9.50,1.00,none,none,none, mufflers,mufflers,0.08,Noun,8,6,2,muffler,none,none,9.50,1.00,none,none,none, muffles,muffles,0.08,Verb,7,6,2,muffle,none,none,9.84,1.00,none,none,none, muffs,muffs,0.04,Noun,5,4,1,muff,none,none,10.35,0.89,none,none,10.12, mug,mug,6.84,Noun,3,3,1,mug,5.15,1.00,5.15,1.00,10.99,none,6.87, mugged,mugged,2.78,Verb,6,4,1,mug,none,none,5.15,1.00,10.99,none,6.87, mugger,mugger,0.96,Noun,6,4,2,mugger,11.29,0.89,11.29,0.89,none,none,none, muggers,muggers,1.10,Noun,7,5,2,mugger,none,none,11.29,0.89,none,none,none, muggy,muggy,0.10,Adjective,5,4,2,muggy,8.06,0.89,8.06,0.89,none,none,none, mugs,mugs,2.37,Noun,4,4,1,mug,none,none,5.15,1.00,10.99,none,6.87, mujahedin,mujahedin,0.06,Noun,9,10,4,mujahedin,17.00,0.47,17.00,0.47,none,none,none, mukluk,mukluk,0.04,Verb,6,6,2,mukluk,13.18,0.61,13.18,0.61,none,none,none, mukluks,mukluks,0.10,Noun,7,7,2,mukluk,none,none,13.18,0.61,none,none,none, mulatto,mulatto,0.25,Noun,7,6,3,mulatto,13.13,0.75,13.13,0.75,none,none,none, mulattos,mulattos,0.02,Noun,8,8,3,mulatto,none,none,13.13,0.75,none,none,none, mulberries,mulberries,0.04,Noun,10,8,3,mulberry,none,none,8.88,0.89,none,none,none, mulberry,mulberry,0.61,Noun,8,7,3,mulberry,8.88,0.89,8.88,0.89,none,none,none, mulch,mulch,0.43,Noun,5,4,1,mulch,9.22,0.95,9.22,0.95,none,none,10.00, mule,mule,7.02,Noun,4,4,1,mule,5.65,1.00,5.65,1.00,none,6.83,6.26, mules,mules,2.35,Noun,5,5,1,mule,none,none,5.65,1.00,none,6.83,6.26, muleteer,muleteer,0.02,Verb,8,8,3,muleteer,13.71,0.37,13.71,0.37,none,none,none, mulish,mulish,0.06,Adjective,6,6,2,mulish,17.78,0.50,17.78,0.50,none,none,none, mulishness,mulishness,0.02,Noun,10,9,3,mulishness,12.00,0.50,12.00,0.50,none,none,none, mull,mull,0.47,Verb,4,3,1,mull,12.24,0.89,12.24,0.89,none,none,11.34, mulled,mulled,0.08,Adjective,6,4,1,mulled,13.69,0.84,13.69,0.84,none,none,none, mullet,mullet,0.57,Noun,6,5,2,mullet,11.67,1.00,11.67,1.00,none,none,none,10.51 mullets,mullets,0.04,Noun,7,6,2,mullet,none,none,11.67,1.00,none,none,none,10.51 mulligatawny,mulligatawny,0.06,Noun,12,10,5,mulligatawny,15.00,0.33,15.00,0.33,none,none,none, mulling,mulling,0.31,Verb,7,5,2,mull,none,none,12.24,0.89,none,none,11.34, mullioned,mullioned,0.02,Adjective,9,7,2,mullioned,17.33,0.33,17.33,0.33,none,none,none, multi,multi,0.08,Adjective,5,5,2,multi,8.68,1.00,8.68,1.00,none,none,none, multicolored,multicoloured,0.16,Adjective,12,10,4,multicolored,7.11,1.00,7.11,1.00,none,none,none, multicultural,multicultural,0.06,Adjective,13,12,5,multicultural,10.22,1.00,10.22,1.00,none,none,none, multidimensional,multidimensional,0.10,Adjective,16,15,6,multidimensional,12.83,0.95,12.83,0.95,none,none,none, multidimensionality,multidimensionality,0.02,Noun,19,18,8,multidimensionality,14.76,0.94,14.76,0.94,none,none,none, multidirectional,multidirectional,0.02,Adjective,16,15,6,multidirectional,12.39,1.00,12.39,1.00,none,none,none, multifaceted,multifaceted,0.04,Verb,12,12,5,multifaceted,13.18,0.85,13.18,0.85,none,none,none, multifocal,multifocal,0.12,Adjective,10,10,4,multifocal,12.50,1.00,12.50,1.00,none,none,none, multilateral,multilateral,0.02,Adjective,12,11,5,multilateral,13.22,0.95,13.22,0.95,none,none,none, multilayered,multilayered,0.10,Adjective,12,9,4,multilayered,8.94,1.00,8.94,1.00,none,none,none, multilevel,multilevel,0.06,Verb,10,10,4,multilevel,8.33,1.00,8.33,1.00,none,none,none, multileveled,multileveled,0.00,Err:512,12,11,4,multilevel,none,none,8.33,1.00,none,none,none, multimedia,multimedia,0.55,Noun,10,10,5,multimedia,11.89,1.00,11.89,1.00,none,none,none, multimillion,multimillion,0.12,Noun,12,11,4,multimillion,10.61,1.00,10.61,1.00,none,none,none, multimillionaire,multimillionaire,0.33,Noun,16,13,5,multimillionaire,10.42,1.00,10.42,1.00,none,none,none, multimillionaires,multimillionaires,0.14,Noun,17,14,5,multimillionaire,none,none,10.42,1.00,none,none,none, multinational,multinational,0.63,Adjective,13,12,5,multinational,13.22,1.00,13.22,1.00,none,none,none, multinationals,multinationals,0.08,Noun,14,13,5,multinational,none,none,13.22,1.00,none,none,none, multiphase,multiphase,0.02,Noun,10,8,3,multiphase,15.05,0.95,15.05,0.95,none,none,none, multiple,multiple,10.59,Adjective,8,8,3,multiple,7.79,1.00,7.79,1.00,none,none,none, multiples,multiples,0.29,Noun,9,9,3,multiple,none,none,7.79,1.00,none,none,none, multiplex,multiplex,0.39,Noun,9,10,3,multiplex,12.63,1.00,12.63,1.00,none,none,none, multiplexes,multiplexes,0.04,Noun,11,10,3,multiplex,none,none,12.63,1.00,none,none,none, multiplication,multiplication,0.27,Noun,14,13,5,multiplication,7.79,1.00,7.79,1.00,none,none,none, multiplicities,multiplicities,0.02,Noun,14,13,5,multiplicity,none,none,11.72,1.00,none,none,none, multiplicity,multiplicity,0.08,Noun,12,12,5,multiplicity,11.72,1.00,11.72,1.00,none,none,none, multiplied,multiplied,0.49,Verb,10,9,3,multiply,none,none,7.95,1.00,6.34,none,none, multiplies,multiplies,0.22,Verb,10,9,3,multiply,none,none,7.95,1.00,6.34,none,none, multiply,multiply,1.94,Verb,8,8,3,multiply,7.95,1.00,7.95,1.00,6.34,none,none, multiplying,multiplying,0.59,Verb,11,10,4,multiply,none,none,7.95,1.00,6.34,none,none, multiprocessing,multiprocessing,0.02,Noun,15,13,5,multiprocessing,14.16,1.00,14.16,1.00,none,none,none, multiprocessor,multiprocessor,0.02,Noun,14,12,5,multiprocessor,15.38,0.84,15.38,0.84,none,none,none, multispecies,multispecies,0.02,Noun,12,11,4,multispecies,11.26,1.00,11.26,1.00,none,none,none, multistage,multistage,0.02,Verb,10,9,3,multistage,11.89,0.95,11.89,0.95,none,none,none, multisystem,multisystem,0.02,Noun,11,11,4,multisystem,13.47,0.89,13.47,0.89,none,none,none, multitask,multitask,0.20,Verb,9,9,3,multitask,12.55,1.00,12.55,1.00,none,none,none, multitasking,multitasking,0.20,Verb,12,11,4,multitask,none,none,12.55,1.00,none,none,none, multitude,multitude,0.57,Noun,9,8,3,multitude,10.80,1.00,10.80,1.00,none,9.75,none, multitudes,multitudes,0.16,Noun,10,10,3,multitude,none,none,10.80,1.00,none,9.75,none, multitudinous,multitudinous,0.06,Adjective,13,12,5,multitudinous,13.00,0.67,13.00,0.67,none,none,none, multivitamin,multivitamin,0.12,Noun,12,12,5,multivitamin,10.72,0.95,10.72,0.95,none,none,none, multivitamins,multivitamins,0.02,Noun,13,13,5,multivitamin,none,none,10.72,0.95,none,none,none, multivolume,multivolume,0.02,Noun,11,11,4,multivolume,12.41,0.94,12.41,0.94,none,none,none, mum,mum,21.73,Noun,3,3,1,mum,7.47,1.00,7.47,1.00,none,none,9.10, mumble,mumble,0.78,Verb,6,6,2,mumble,7.15,1.00,7.15,1.00,none,7.01,none,8.53 mumbled,mumbled,0.12,Verb,7,7,2,mumble,none,none,7.15,1.00,none,7.01,none,8.53 mumbles,mumbles,1.00,Verb,7,7,2,mumble,none,none,7.15,1.00,none,7.01,none,8.53 mumbling,mumbling,2.33,Verb,8,8,3,mumble,none,none,7.15,1.00,none,7.01,none,8.53 mumbo,mumbo,1.16,Noun,5,5,2,mumbo,10.86,0.74,10.86,0.74,none,none,none,10.32 mummer,mummer,0.02,Noun,6,4,2,mummer,13.20,0.53,13.20,0.53,none,none,none, mummers,mummers,0.04,Noun,7,5,2,mummer,none,none,13.20,0.53,none,none,none, mummery,mummery,0.04,Noun,7,6,3,mummery,11.70,0.53,11.70,0.53,none,none,none, mummies,mummies,0.73,Noun,7,5,2,mummy,none,none,5.47,1.00,none,2.31,none,6.26 mummification,mummification,0.10,Noun,13,11,5,mummification,10.56,0.95,10.56,0.95,none,none,none, mummified,mummified,0.27,Adjective,9,7,3,mummified,10.05,1.00,10.05,1.00,none,none,none, mummify,mummify,0.08,Verb,7,6,3,mummify,10.22,1.00,10.22,1.00,none,none,none, mummy,mummy,9.80,Noun,5,4,2,mummy,5.47,1.00,5.47,1.00,none,2.31,none,6.26 mumps,mumps,1.18,Noun,5,5,1,mumps,8.42,1.00,8.42,1.00,none,none,9.39, mums,mums,0.29,Noun,4,4,1,mum,none,none,7.47,1.00,none,none,9.10, munch,munch,0.84,Verb,5,4,1,munch,7.60,1.00,7.60,1.00,none,none,6.81, munched,munched,0.16,Verb,7,5,1,munch,none,none,7.60,1.00,none,none,6.81, munches,munches,0.02,Verb,7,6,2,munch,none,none,7.60,1.00,none,none,6.81, munching,munching,0.27,Verb,8,6,2,munch,none,none,7.60,1.00,none,none,6.81, munchkin,munchkin,0.80,Noun,8,7,2,munchkin,6.21,1.00,6.21,1.00,none,none,none,7.57 mundane,mundane,0.80,Adjective,7,6,2,mundane,14.05,0.95,14.05,0.95,none,none,none,12.11 municipal,municipal,1.76,Adjective,9,10,4,municipal,14.06,0.95,14.06,0.95,none,none,none, municipality,municipality,0.20,Noun,12,13,6,municipality,13.05,1.00,13.05,1.00,none,none,none, municipals,municipals,0.02,Noun,10,11,4,municipal,none,none,14.06,0.95,none,none,none, munificence,munificence,0.02,Noun,11,11,4,munificence,14.00,0.61,14.00,0.61,none,none,none, munition,munition,0.16,Noun,8,8,3,munition,13.33,0.50,13.33,0.50,none,none,none, munitions,munitions,1.25,Noun,9,9,3,munition,none,none,13.33,0.50,none,none,none, mural,mural,1.02,Noun,5,6,2,mural,9.74,0.95,9.74,0.95,none,none,none,10.22 muralist,muralist,0.02,Noun,8,9,3,muralist,13.42,1.00,13.42,1.00,none,none,none, murals,murals,0.35,Noun,6,7,2,mural,none,none,9.74,0.95,none,none,none,10.22 murder,murder,112.10,Noun,6,4,2,murder,8.79,1.00,8.79,1.00,7.84,7.62,none,7.49 murdered,murdered,38.57,Verb,8,5,2,murder,none,none,8.79,1.00,7.84,7.62,none,7.49 murderer,murderer,26.57,Noun,8,5,3,murderer,8.26,1.00,8.26,1.00,none,none,none, murderers,murderers,5.90,Noun,9,6,3,murderer,none,none,8.26,1.00,none,none,none, murderess,murderess,0.73,Noun,9,6,3,murderess,13.00,0.89,13.00,0.89,none,none,none, murderesses,murderesses,0.02,Noun,11,8,4,murderess,none,none,13.00,0.89,none,none,none, murdering,murdering,4.73,Verb,9,6,3,murder,none,none,8.79,1.00,7.84,7.62,none,7.49 murderous,murderous,1.82,Adjective,9,6,3,murderous,9.89,1.00,9.89,1.00,none,none,none, murders,murders,14.65,Noun,7,5,2,murder,none,none,8.79,1.00,7.84,7.62,none,7.49 murk,murk,0.10,Noun,4,3,1,murk,10.76,0.89,10.76,0.89,none,none,10.90, murkier,murkier,0.08,Adjective,7,5,3,murky,none,none,9.61,0.95,none,none,none, murkiest,murkiest,0.02,Adjective,8,7,3,murky,none,none,9.61,0.95,none,none,none, murky,murky,0.61,Adjective,5,4,2,murky,9.61,0.95,9.61,0.95,none,none,none, murmur,murmur,0.94,Noun,6,4,2,murmur,11.22,1.00,11.22,1.00,none,9.70,none,10.60 murmured,murmured,0.06,Verb,8,5,2,murmur,none,none,11.22,1.00,none,9.70,none,10.60 murmuring,murmuring,1.73,Verb,9,6,3,murmur,none,none,11.22,1.00,none,9.70,none,10.60 murmurs,murmurs,0.63,Noun,7,5,2,murmur,none,none,11.22,1.00,none,9.70,none,10.60 muscatel,muscatel,0.18,Noun,8,7,3,muscatel,17.86,0.39,17.86,0.39,none,none,none, muscatels,muscatels,0.02,Noun,9,8,3,muscatel,none,none,17.86,0.39,none,none,none, muscle,muscle,13.61,Noun,6,5,2,muscle,8.45,1.00,8.45,1.00,none,7.92,none,6.75 muscled,muscled,0.16,Verb,7,6,2,muscle,none,none,8.45,1.00,none,7.92,none,6.75 muscleman,muscleman,0.10,Noun,9,8,3,muscleman,9.06,0.95,9.06,0.95,none,none,none, musclemen,musclemen,0.02,Noun,9,8,3,muscleman,none,none,9.06,0.95,none,none,none, muscles,muscles,7.55,Noun,7,6,2,muscle,none,none,8.45,1.00,none,7.92,none,6.75 muscling,muscling,0.20,Verb,8,7,3,muscle,none,none,8.45,1.00,none,7.92,none,6.75 muscovite,muscovite,0.02,Noun,9,8,3,muscovite,14.83,0.33,14.83,0.33,none,none,none, muscular,muscular,1.55,Adjective,8,8,3,muscular,8.79,1.00,8.79,1.00,none,none,none, muscularity,muscularity,0.02,Noun,11,11,5,muscularity,13.00,0.95,13.00,0.95,none,none,none, musculature,musculature,0.33,Noun,11,10,4,musculature,14.50,0.44,14.50,0.44,none,none,none, muse,muse,1.92,Noun,4,4,1,muse,11.94,0.94,11.94,0.94,11.16,none,11.32, mused,mused,0.08,Verb,5,5,1,muse,none,none,11.94,0.94,11.16,none,11.32, muses,muses,0.45,Noun,5,6,2,muse,none,none,11.94,0.94,11.16,none,11.32, musette,musette,0.02,Noun,7,6,2,musette,13.67,0.14,13.67,0.14,none,none,none, museum,museum,18.47,Noun,6,7,3,museum,8.55,1.00,8.55,1.00,7.84,none,none, museums,museums,2.14,Noun,7,8,3,museum,none,none,8.55,1.00,7.84,none,none, mush,mush,2.80,Verb,4,3,1,mush,5.78,1.00,5.78,1.00,none,none,7.70, musher,musher,0.22,Noun,6,4,2,musher,14.33,0.50,14.33,0.50,none,none,none, mushers,mushers,0.06,Noun,7,5,2,musher,none,none,14.33,0.50,none,none,none, mushier,mushier,0.06,Adjective,7,6,3,mushy,none,none,6.56,1.00,none,none,none, mushroom,mushroom,2.14,Noun,8,6,2,mushroom,6.44,1.00,6.44,1.00,none,none,none, mushroomed,mushroomed,0.06,Verb,10,7,2,mushroom,none,none,6.44,1.00,none,none,none, mushrooms,mushrooms,2.84,Noun,9,7,2,mushroom,none,none,6.44,1.00,none,none,none, mushy,mushy,1.51,Adjective,5,4,2,mushy,6.56,1.00,6.56,1.00,none,none,none, music,music,151.65,Noun,5,6,2,music,3.81,1.00,3.81,1.00,none,5.56,none,4.14 musical,musical,13.16,Adjective,7,8,3,musical,7.28,1.00,7.28,1.00,none,none,none, musicale,musicale,0.16,Noun,8,8,3,musicale,10.88,0.84,10.88,0.84,none,none,none, musicales,musicales,0.04,Noun,9,9,3,musicale,none,none,10.88,0.84,none,none,none, musicality,musicality,0.02,Noun,10,11,5,musicality,11.86,0.78,11.86,0.78,none,none,none, musicals,musicals,1.22,Noun,8,9,3,musical,none,none,7.28,1.00,none,none,none, musician,musician,6.04,Noun,8,8,3,musician,7.11,1.00,7.11,1.00,7.37,none,none, musicians,musicians,3.75,Noun,9,9,3,musician,none,none,7.11,1.00,7.37,none,none, musicianship,musicianship,0.02,Noun,12,11,4,musicianship,11.67,0.90,11.67,0.90,none,none,none, musicologist,musicologist,0.02,Noun,12,13,5,musicologist,13.93,0.70,13.93,0.70,none,none,none, musicologists,musicologists,0.04,Noun,13,14,5,musicologist,none,none,13.93,0.70,none,none,none, musicology,musicology,0.02,Noun,10,11,5,musicology,11.41,0.89,11.41,0.89,none,none,none, musing,musing,0.22,Verb,6,6,2,muse,none,none,11.94,0.94,11.16,none,11.32, musk,musk,0.53,Noun,4,4,1,musk,10.94,0.95,10.94,0.95,none,none,10.42, muskellunge,muskellunge,Err:512,Err:512,11,8,3,muskellunge,8.75,0.19,8.75,0.19,none,none,none, musket,musket,0.98,Noun,6,6,2,musket,10.17,0.95,10.17,0.95,none,none,none,10.60 musketeer,musketeer,0.43,Noun,9,8,3,musketeer,7.10,1.00,7.10,1.00,none,none,none, musketeers,musketeers,1.69,Noun,10,9,3,musketeer,none,none,7.10,1.00,none,none,none, musketry,musketry,0.02,Noun,8,8,3,musketry,11.82,0.85,11.82,0.85,none,none,none, muskets,muskets,0.39,Noun,7,7,2,musket,none,none,10.17,0.95,none,none,none,10.60 muskrat,muskrat,0.55,Noun,7,7,2,muskrat,10.39,0.90,10.39,0.90,none,none,none, muskrats,muskrats,0.10,Noun,8,8,2,muskrat,none,none,10.39,0.90,none,none,none, musky,musky,0.14,Adjective,5,5,2,musky,10.94,0.95,10.94,0.95,none,none,none, muslim,muslim,2.37,2.37,6,6,2,muslim,12.91,0.95,12.91,0.95,12.34,none,none, muslin,muslin,0.12,Noun,6,6,2,muslin,11.67,0.79,11.67,0.79,none,none,none, muslins,muslins,0.02,Noun,7,7,2,muslin,none,none,11.67,0.79,none,none,none, muss,muss,0.61,Noun,4,3,1,muss,9.77,0.68,9.77,0.68,none,none,11.93, mussed,mussed,0.31,Verb,6,4,1,muss,none,none,9.77,0.68,none,none,11.93, mussel,mussel,0.27,Noun,6,5,2,mussel,10.00,0.89,10.00,0.89,none,8.24,none, mussels,mussels,0.57,Noun,7,6,2,mussel,none,none,10.00,0.89,none,8.24,none, musses,musses,0.02,Verb,6,5,2,muss,none,none,9.77,0.68,none,none,11.93, mussing,mussing,0.10,Verb,7,5,2,muss,none,none,9.77,0.68,none,none,11.93, must,must,699.24,Verb,4,4,1,must,4.58,1.00,4.58,1.00,5.13,none,5.59, mustache,moustache,4.94,Noun,8,6,2,moustache,none,none,5.40,1.00,none,none,none,6.06 mustached,moustached,0.02,Adjective,9,7,2,mustached,7.63,1.00,7.63,1.00,none,none,none, mustaches,moustaches,0.35,Noun,9,8,3,moustache,none,none,5.40,1.00,none,none,none,6.06 mustachio,mustachio,0.02,Noun,9,8,4,mustachio,15.80,0.28,15.80,0.28,none,none,none, mustachioed,moustachioed,0.10,Adjective,11,9,4,mustachioed,13.20,0.53,13.20,0.53,none,none,none, mustang,mustang,3.43,Noun,7,6,2,mustang,9.47,1.00,9.47,1.00,none,12.47,none, mustangs,mustangs,0.73,Noun,8,7,2,mustang,none,none,9.47,1.00,none,12.47,none, mustard,mustard,6.45,Noun,7,6,2,mustard,4.95,1.00,4.95,1.00,6.08,7.56,none,4.97 mustards,mustards,0.04,Noun,8,7,2,mustard,none,none,4.95,1.00,6.08,7.56,none,4.97 muster,muster,1.49,Verb,6,5,2,muster,12.22,1.00,12.22,1.00,none,none,none,11.70 mustered,mustered,0.37,Verb,8,6,2,muster,none,none,12.22,1.00,none,none,none,11.70 musters,musters,0.02,Verb,7,6,2,muster,none,none,12.22,1.00,none,none,none,11.70 musts,musts,0.02,Noun,5,5,1,must,none,none,4.58,1.00,5.13,none,5.59, musty,musty,0.49,Adjective,5,5,2,musty,10.47,1.00,10.47,1.00,none,none,none, mutable,mutable,0.06,Adjective,7,8,3,mutable,10.93,0.83,10.93,0.83,none,none,none, mutagen,mutagen,0.02,Noun,7,8,3,mutagen,15.90,0.50,15.90,0.50,none,none,none, mutagenesis,mutagenesis,0.02,Noun,11,12,5,mutagenesis,16.18,0.58,16.18,0.58,none,none,none, mutant,mutant,3.59,Noun,6,7,2,mutant,10.00,1.00,10.00,1.00,none,none,none,8.79 mutants,mutants,2.24,Noun,7,8,2,mutant,none,none,10.00,1.00,none,none,none,8.79 mutate,mutate,0.47,Verb,6,6,2,mutate,8.78,1.00,8.78,1.00,none,none,none, mutated,mutated,0.69,Verb,7,8,3,mutate,none,none,8.78,1.00,none,none,none, mutates,mutates,0.08,Verb,7,7,2,mutate,none,none,8.78,1.00,none,none,none, mutating,mutating,0.27,Verb,8,8,3,mutate,none,none,8.78,1.00,none,none,none, mutation,mutation,1.73,Noun,8,8,3,mutation,10.83,1.00,10.83,1.00,none,none,none, mutations,mutations,0.86,Noun,9,9,3,mutation,none,none,10.83,1.00,none,none,none, mutative,mutative,0.02,Adjective,8,8,3,mutative,13.81,0.80,13.81,0.80,none,none,none, mute,mute,2.49,Adjective,4,4,1,mute,9.84,1.00,9.84,1.00,none,none,7.77, muted,muted,0.39,Adjective,5,6,2,muted,9.28,1.00,9.28,1.00,none,none,none, mutes,mutes,0.08,Verb,5,5,1,mute,none,none,9.84,1.00,none,none,7.77, mutilate,mutilate,0.57,Verb,8,8,3,mutilate,12.74,0.95,12.74,0.95,none,none,none, mutilated,mutilated,1.27,Adjective,9,10,4,mutilated,10.44,0.95,10.44,0.95,none,none,none, mutilates,mutilates,0.08,Verb,9,9,3,mutilate,none,none,12.74,0.95,none,none,none, mutilating,mutilating,0.20,Verb,10,10,4,mutilate,none,none,12.74,0.95,none,none,none, mutilation,mutilation,0.94,Noun,10,10,4,mutilation,11.53,0.90,11.53,0.90,none,11.26,none, mutilations,mutilations,0.25,Noun,11,11,4,mutilation,none,none,11.53,0.90,none,11.26,none, mutilator,mutilator,0.12,Noun,9,9,4,mutilator,12.94,0.94,12.94,0.94,none,none,none, mutineer,mutineer,0.16,Noun,8,8,3,mutineer,13.73,0.61,13.73,0.61,none,none,none, mutineers,mutineers,0.08,Noun,9,9,3,mutineer,none,none,13.73,0.61,none,none,none, mutinies,mutinies,0.12,Noun,8,8,3,mutiny,none,none,10.59,0.94,none,none,none, mutinous,mutinous,0.14,Adjective,8,8,3,mutinous,12.37,1.00,12.37,1.00,none,none,none, mutiny,mutiny,2.47,Noun,6,7,3,mutiny,10.59,0.94,10.59,0.94,none,none,none, mutt,mutt,3.96,Noun,4,3,1,mutt,7.22,1.00,7.22,1.00,none,none,6.94, mutter,mutter,0.43,Verb,6,4,2,mutter,9.50,1.00,9.50,1.00,none,none,none, muttered,muttered,0.24,Verb,8,5,2,mutter,none,none,9.50,1.00,none,none,none, muttering,muttering,1.73,Verb,9,6,3,mutter,none,none,9.50,1.00,none,none,none, mutters,mutters,0.69,Verb,7,5,2,mutter,none,none,9.50,1.00,none,none,none, mutton,mutton,0.78,Noun,6,5,2,mutton,13.15,0.68,13.15,0.68,none,none,none,12.85 muttonhead,muttonhead,0.02,Noun,10,8,3,muttonhead,11.75,0.80,11.75,0.80,none,none,none, muttons,muttons,0.04,Noun,7,6,2,mutton,none,none,13.15,0.68,none,none,none,12.85 mutts,mutts,0.51,Noun,5,4,1,mutt,none,none,7.22,1.00,none,none,6.94, mutual,mutual,7.22,Adjective,6,8,3,mutual,8.90,0.95,8.90,0.95,none,none,none, mutuality,mutuality,0.06,Noun,9,11,5,mutuality,13.05,1.00,13.05,1.00,none,none,none, muumuu,muumuu,0.29,Noun,6,8,4,muumuu,8.85,0.68,8.85,0.68,none,none,none, muumuus,muumuus,0.10,Noun,7,9,4,muumuu,none,none,8.85,0.68,none,none,none, muzzle,muzzle,1.59,Noun,6,5,2,muzzle,8.44,1.00,8.44,1.00,none,9.13,none,8.87 muzzled,muzzled,0.12,Verb,7,6,2,muzzle,none,none,8.44,1.00,none,9.13,none,8.87 muzzles,muzzles,0.08,Noun,7,6,2,muzzle,none,none,8.44,1.00,none,9.13,none,8.87 muzzy,muzzy,0.06,Adjective,5,4,2,muzzy,13.50,0.40,13.50,0.40,none,none,none, my,my,6762.73,Pronoun,2,2,1,my,2.72,1.00,2.72,1.00,3.94,none,2.92, mycological,mycological,Err:512,Err:512,11,11,5,mycological,17.60,0.48,17.60,0.48,none,none,none, mycologist,mycologist,0.02,Noun,10,10,4,mycologist,16.56,0.45,16.56,0.45,none,none,none, myelin,myelin,0.25,Noun,6,6,3,myelin,16.71,0.37,16.71,0.37,none,none,none, myeloid,myeloid,0.06,Adjective,7,6,3,myeloid,15.25,0.44,15.25,0.44,none,none,none, myeloma,myeloma,0.02,Noun,7,7,4,myeloma,16.36,0.61,16.36,0.61,none,none,none, mynah,mynah,0.39,Noun,5,4,2,mynah,9.50,0.11,9.50,0.11,none,none,none, myocardial,myocardial,0.29,Adjective,10,10,5,myocardial,16.64,0.52,16.64,0.52,none,none,none, myocardium,myocardium,0.08,Noun,10,10,5,myocardium,15.27,0.61,15.27,0.61,none,none,none, myopia,myopia,0.18,Noun,6,6,4,myopia,14.54,0.72,14.54,0.72,none,none,none, myopic,myopic,0.25,Adjective,6,6,3,myopic,13.33,0.75,13.33,0.75,none,none,none, myriad,myriad,0.55,Noun,6,6,3,myriad,11.94,0.94,11.94,0.94,none,none,none, myriads,myriads,0.02,Noun,7,7,3,myriad,none,none,11.94,0.94,none,none,none, myrmidon,myrmidon,0.02,Noun,8,7,3,myrmidon,15.67,0.47,15.67,0.47,none,none,none, myrmidons,myrmidons,0.12,Noun,9,8,3,myrmidon,none,none,15.67,0.47,none,none,none, myrrh,myrrh,0.25,Noun,5,2,1,myrrh,10.31,0.72,10.31,0.72,none,none,none, myrtle,myrtle,3.20,Name,6,5,2,myrtle,11.01,0.64,11.01,0.64,none,none,none, myself,myself,342.55,Pronoun,6,6,2,myself,3.81,1.00,3.81,1.00,4.71,none,none,4.86 mysteries,mysteries,3.24,Noun,9,7,3,mystery,none,none,6.89,1.00,none,6.88,none, mysterious,mysterious,15.00,Adjective,10,9,4,mysterious,9.00,1.00,9.00,1.00,none,none,none, mysteriousness,mysteriousness,0.08,Noun,14,12,5,mysteriousness,9.74,1.00,9.74,1.00,none,none,none, mystery,mystery,22.96,Noun,7,6,3,mystery,6.89,1.00,6.89,1.00,none,6.88,none, mystic,mystic,1.45,Adjective,6,6,2,mystic,10.62,1.00,10.62,1.00,none,none,none,10.80 mystical,mystical,2.82,Adjective,8,8,3,mystical,10.21,1.00,10.21,1.00,none,none,none, mysticism,mysticism,0.43,Noun,9,10,4,mysticism,13.38,0.89,13.38,0.89,none,none,none, mystics,mystics,0.53,Noun,7,7,2,mystic,none,none,10.62,1.00,none,none,none,10.80 mystification,mystification,0.06,Noun,13,12,5,mystification,12.89,0.90,12.89,0.90,none,none,none, mystified,mystified,0.51,Adjective,9,8,3,mystified,11.53,1.00,11.53,1.00,none,none,none, mystifies,mystifies,0.02,Verb,9,8,3,mystify,none,none,11.37,1.00,none,none,none, mystify,mystify,0.14,Verb,7,7,3,mystify,11.37,1.00,11.37,1.00,none,none,none, mystifying,mystifying,0.29,Verb,10,9,4,mystify,none,none,11.37,1.00,none,none,none, mystique,mystique,3.51,Noun,8,6,2,mystique,11.89,1.00,11.89,1.00,none,none,none, myth,myth,6.90,Noun,4,3,1,myth,8.61,1.00,8.61,1.00,9.01,7.52,9.09, mythic,mythic,0.37,Adjective,6,5,2,mythic,10.32,1.00,10.32,1.00,none,none,none, mythical,mythical,0.88,Adjective,8,7,3,mythical,7.11,1.00,7.11,1.00,none,none,none, mythmaking,mythmaking,0.02,Verb,10,8,3,mythmaking,11.25,0.84,11.25,0.84,none,none,none, mythological,mythological,0.37,Adjective,12,11,5,mythological,10.72,1.00,10.72,1.00,none,none,none, mythologies,mythologies,0.12,Noun,11,9,4,mythology,none,none,10.53,1.00,none,none,none, mythology,mythology,1.98,Noun,9,8,4,mythology,10.53,1.00,10.53,1.00,none,none,none, mythos,mythos,0.02,Noun,6,5,2,mythos,13.95,0.56,13.95,0.56,none,none,none, myths,myths,1.24,Noun,5,4,1,myth,none,none,8.61,1.00,9.01,7.52,9.09, nab,nab,0.67,Verb,3,3,1,nab,7.59,0.94,7.59,0.94,none,none,9.10, nabbed,nabbed,0.69,Verb,6,4,1,nab,none,none,7.59,0.94,none,none,9.10, nabbing,nabbing,0.06,Verb,7,5,2,nab,none,none,7.59,0.94,none,none,9.10, nabob,nabob,0.02,Verb,5,5,2,nabob,15.00,0.37,15.00,0.37,none,none,none, nabobs,nabobs,0.08,Noun,6,6,2,nabob,none,none,15.00,0.37,none,none,none, nabs,nabs,0.14,Verb,4,4,1,nab,none,none,7.59,0.94,none,none,9.10, nacelle,nacelle,0.14,Noun,7,5,2,nacelle,14.33,0.32,14.33,0.32,none,none,none, nacelles,nacelles,0.12,Noun,8,6,2,nacelle,none,none,14.33,0.32,none,none,none, nacho,nacho,1.31,Noun,5,4,2,nacho,6.86,1.00,6.86,1.00,none,none,none, nachos,nachos,0.73,Noun,6,5,2,nacho,none,none,6.86,1.00,none,none,none, nacre,nacre,Err:512,Err:512,5,5,2,nacre,14.00,0.20,14.00,0.20,none,none,none, nada,nada,2.55,Noun,4,4,2,nada,9.10,1.00,9.10,1.00,none,none,none, nag,nag,2.18,Verb,3,3,1,nag,9.21,1.00,9.21,1.00,none,none,8.26, nagged,nagged,0.31,Verb,6,4,1,nag,none,none,9.21,1.00,none,none,8.26, nags,nags,0.37,Noun,4,4,1,nag,none,none,9.21,1.00,none,none,8.26, naiad,naiad,0.04,Noun,5,4,2,naiad,14.30,0.56,14.30,0.56,none,none,none, nail,nail,18.65,Verb,4,3,1,nail,5.42,1.00,5.42,1.00,none,5.56,5.19, nailed,nailed,7.20,Verb,6,4,1,nail,none,none,5.42,1.00,none,5.56,5.19, nailfile,nail file,0.08,0.08,8,6,2,nailfile,8.45,0.95,8.45,0.95,none,none,none, nailing,nailing,1.00,Verb,7,5,2,nail,none,none,5.42,1.00,none,5.56,5.19, nails,nails,11.04,Noun,5,4,1,nail,none,none,5.42,1.00,none,5.56,5.19, naira,naira,0.02,Noun,5,4,2,naira,16.00,0.11,16.00,0.11,none,none,none, naive,naive,6.45,Adjective,5,4,2,naive,11.33,1.00,11.33,1.00,none,11.92,none,10.90 naivete,naivete,0.10,Noun,7,7,4,naivete,13.13,0.79,13.13,0.79,none,none,none, naivety,naivety,0.02,Noun,7,8,5,naivety,12.44,0.89,12.44,0.89,none,none,none, naked,naked,39.25,Adjective,5,5,2,naked,4.68,1.00,4.68,1.00,none,none,none,6.00 nakedness,nakedness,0.45,Noun,9,8,3,nakedness,7.05,1.00,7.05,1.00,none,none,none, name,name,641.86,Noun,4,3,1,name,3.68,1.00,3.68,1.00,4.71,none,3.43, named,named,69.88,Verb,5,4,1,name,none,none,3.68,1.00,4.71,none,3.43, nameless,nameless,1.41,Adjective,8,6,2,nameless,10.06,1.00,10.06,1.00,none,none,none, nameplate,nameplate,0.14,Noun,9,7,2,nameplate,9.89,1.00,9.89,1.00,none,none,none, nameplates,nameplates,0.10,Noun,10,8,2,nameplate,none,none,9.89,1.00,none,none,none, names,names,53.84,Noun,5,4,1,name,none,none,3.68,1.00,4.71,none,3.43, namesake,namesake,0.22,Noun,8,6,2,namesake,10.29,0.94,10.29,0.94,none,10.22,none, naming,naming,2.14,Verb,6,5,2,name,none,none,3.68,1.00,4.71,none,3.43, nana,nana,3.96,Noun,4,4,2,nana,4.29,0.94,4.29,0.94,none,none,none, nanas,nanas,0.02,Noun,5,5,2,nana,none,none,4.29,0.94,none,none,none, nannies,nannies,0.75,Noun,7,5,2,nanny,none,none,6.67,1.00,none,4.47,none,6.40 nanny,nanny,10.41,Noun,5,4,2,nanny,6.67,1.00,6.67,1.00,none,4.47,none,6.40 nanosecond,nanosecond,0.14,Noun,10,10,4,nanosecond,13.67,0.95,13.67,0.95,none,none,none, nanoseconds,nanoseconds,0.10,Noun,11,11,4,nanosecond,none,none,13.67,0.95,none,none,none, nanotechnology,nanotechnology,0.14,Noun,14,13,6,nanotechnology,16.00,0.89,16.00,0.89,none,none,none, nap,nap,12.65,Noun,3,3,1,nap,2.53,1.00,2.53,1.00,none,none,3.63, napalm,napalm,1.51,Noun,6,5,2,napalm,14.75,0.84,14.75,0.84,none,none,none,13.07 napalmed,napalmed,0.12,Verb,8,6,2,napalm,none,none,14.75,0.84,none,none,none,13.07 nape,nape,0.24,Noun,4,3,1,nape,10.53,1.00,10.53,1.00,none,none,11.93, napery,napery,Err:512,Err:512,6,6,3,napery,15.00,0.39,15.00,0.39,none,none,none, naphtha,naphtha,0.14,Noun,7,5,2,naphtha,17.25,0.40,17.25,0.40,none,none,none, napkin,napkin,3.61,Noun,6,6,2,napkin,4.79,1.00,4.79,1.00,none,6.88,none,5.37 napkins,napkins,2.57,Noun,7,7,2,napkin,none,none,4.79,1.00,none,6.88,none,5.37 napped,napped,0.10,Verb,6,4,1,nap,none,none,2.53,1.00,none,none,3.63, nappies,nappies,0.16,Noun,7,5,2,nappy,none,none,8.44,0.89,none,none,none, napping,napping,1.25,Verb,7,5,2,nap,none,none,2.53,1.00,none,none,3.63, nappy,nappy,0.78,Noun,5,4,2,nappy,8.44,0.89,8.44,0.89,none,none,none, naps,naps,1.04,Noun,4,4,1,nap,none,none,2.53,1.00,none,none,3.63, narcissism,narcissism,0.65,Noun,10,10,4,narcissism,13.17,0.95,13.17,0.95,none,none,none, narcissist,narcissist,0.51,Verb,10,9,3,narcissist,14.53,1.00,14.53,1.00,none,none,none, narcissistic,narcissistic,0.63,Adjective,12,11,4,narcissistic,14.06,0.95,14.06,0.95,none,none,none, narcissists,narcissists,0.20,Verb,11,10,3,narcissist,none,none,14.53,1.00,none,none,none, narcolepsy,narcolepsy,0.24,Noun,10,10,4,narcolepsy,14.50,0.95,14.50,0.95,none,none,none, narcoleptic,narcoleptic,0.14,Adjective,11,11,4,narcoleptic,14.12,0.89,14.12,0.89,none,none,none, narcosis,narcosis,0.10,Noun,8,8,3,narcosis,15.38,0.65,15.38,0.65,none,none,none, narcotic,narcotic,0.86,Noun,8,8,3,narcotic,13.11,1.00,13.11,1.00,none,none,none, narcotics,narcotics,5.14,Noun,9,9,3,narcotics,12.39,1.00,12.39,1.00,none,none,none, nard,nard,0.02,Noun,4,4,1,nard,14.00,0.56,14.00,0.56,none,none,none, nards,nards,0.04,Noun,5,5,1,nard,none,none,14.00,0.56,none,none,none, nark,nark,0.06,Verb,4,4,1,nark,12.36,0.78,12.36,0.78,none,none,none, narrate,narrate,0.24,Verb,7,5,2,narrate,9.06,1.00,9.06,1.00,none,none,none, narrated,narrated,0.47,Verb,8,7,3,narrate,none,none,9.06,1.00,none,none,none, narrating,narrating,0.29,Verb,9,7,3,narrate,none,none,9.06,1.00,none,none,none, narration,narration,0.27,Noun,9,7,3,narration,9.67,0.95,9.67,0.95,none,none,none, narrative,narrative,1.04,Noun,9,7,3,narrative,11.44,1.00,11.44,1.00,none,none,none, narratives,narratives,0.06,Noun,10,8,3,narrative,none,none,11.44,1.00,none,none,none, narrator,narrator,10.37,Noun,8,6,3,narrator,6.72,1.00,6.72,1.00,none,none,none, narrators,narrators,0.02,Noun,9,7,3,narrator,none,none,6.72,1.00,none,none,none, narrow,narrow,7.02,Adjective,6,4,2,narrow,7.57,1.00,7.57,1.00,7.84,none,none,7.57 narrowed,narrowed,1.63,Verb,8,5,2,narrow,none,none,7.57,1.00,7.84,none,none,7.57 narrower,narrower,0.22,Adjective,8,5,3,narrow,none,none,7.57,1.00,7.84,none,none,7.57 narrowest,narrowest,0.16,Adjective,9,7,3,narrow,none,none,7.57,1.00,7.84,none,none,7.57 narrowing,narrowing,0.47,Verb,9,6,3,narrow,none,none,7.57,1.00,7.84,none,none,7.57 narrowness,narrowness,0.02,Noun,10,7,3,narrowness,9.57,1.00,9.57,1.00,none,8.30,none, narrows,narrows,1.24,Verb,7,5,2,narrow,none,none,7.57,1.00,7.84,none,none,7.57 narwhal,narwhal,0.12,Adjective,7,6,2,narwhal,12.14,0.78,12.14,0.78,none,none,none, narwhals,narwhals,0.04,Name,8,8,2,narwhal,none,none,12.14,0.78,none,none,none, nary,nary,0.27,Noun,4,4,2,nary,12.38,0.68,12.38,0.68,none,none,none, nasal,nasal,2.08,Adjective,5,5,2,nasal,8.75,1.00,8.75,1.00,none,none,none,8.70 nascent,nascent,0.10,Adjective,7,6,2,nascent,13.88,0.44,13.88,0.44,none,none,none, nasopharynx,nasopharynx,0.04,Noun,11,10,4,nasopharynx,16.22,0.45,16.22,0.45,none,none,none, nastier,nastier,0.27,Adjective,7,6,3,nasty,none,none,6.00,1.00,4.77,4.98,none,5.68 nastiest,nastiest,0.55,Adjective,8,8,3,nasty,none,none,6.00,1.00,4.77,4.98,none,5.68 nastiness,nastiness,0.18,Noun,9,8,3,nastiness,8.05,1.00,8.05,1.00,none,none,none, nasturtium,nasturtium,0.02,Noun,10,10,4,nasturtium,16.12,0.42,16.12,0.42,none,none,none, nasturtiums,nasturtiums,0.06,Noun,11,11,4,nasturtium,none,none,16.12,0.42,none,none,none, nasty,nasty,22.57,Adjective,5,5,2,nasty,6.00,1.00,6.00,1.00,4.77,4.98,none,5.68 natal,natal,0.10,Adjective,5,5,2,natal,13.07,0.78,13.07,0.78,none,none,none, natality,natality,Err:512,Err:512,8,8,4,natality,15.50,0.32,15.50,0.32,none,none,none, natatorium,natatorium,0.04,Noun,10,10,5,natatorium,15.43,0.37,15.43,0.37,none,none,none, nation,nation,20.49,Noun,6,5,2,nation,7.74,1.00,7.74,1.00,none,8.45,none,7.19 national,national,38.16,Adjective,8,7,3,national,6.89,1.00,6.89,1.00,none,none,none, nationalism,nationalism,0.24,Noun,11,11,5,nationalism,12.39,1.00,12.39,1.00,none,none,none, nationalist,nationalist,0.24,Noun,11,10,4,nationalist,13.47,1.00,13.47,1.00,12.74,none,none, nationalistic,nationalistic,0.08,Adjective,13,12,5,nationalistic,14.07,0.78,14.07,0.78,none,none,none, nationalists,nationalists,0.24,Noun,12,11,4,nationalist,none,none,13.47,1.00,12.74,none,none, nationalities,nationalities,0.24,Noun,13,11,5,nationality,none,none,9.84,1.00,none,none,none, nationality,nationality,0.82,Noun,11,10,5,nationality,9.84,1.00,9.84,1.00,none,none,none, nationalization,nationalisation,0.04,Noun,15,13,6,nationalization,11.78,1.00,11.78,1.00,none,none,none, nationals,nationals,1.73,Noun,9,8,3,national,none,none,6.89,1.00,none,none,none, nations,nations,7.57,Noun,7,6,2,nation,none,none,7.74,1.00,none,8.45,none,7.19 nationwide,nationwide,1.33,Adjective,10,8,3,nationwide,9.00,1.00,9.00,1.00,none,none,none, native,native,8.25,Adjective,6,5,2,native,9.20,1.00,9.20,1.00,none,8.45,none,7.88 natives,natives,4.24,Noun,7,6,2,natives,8.35,1.00,8.35,1.00,none,none,none, nativities,nativities,0.02,Noun,10,9,4,nativity,none,none,9.62,0.95,none,none,none, nativity,nativity,0.35,Noun,8,8,4,nativity,9.62,0.95,9.62,0.95,none,none,none, natter,natter,0.04,Noun,6,4,2,natter,12.33,0.45,12.33,0.45,none,none,none, natty,natty,0.24,Noun,5,4,2,natty,12.08,0.63,12.08,0.63,none,none,none, natural,natural,42.35,Adjective,7,6,3,natural,8.50,1.00,8.50,1.00,7.80,none,none, naturalist,naturalist,0.27,Noun,10,9,4,naturalist,11.84,1.00,11.84,1.00,none,none,none, naturalistic,naturalistic,0.06,Adjective,12,11,5,naturalistic,13.67,1.00,13.67,1.00,none,none,none, naturalists,naturalists,0.06,Noun,11,10,4,naturalist,none,none,11.84,1.00,none,none,none, naturalization,naturalisation,0.25,Noun,14,12,6,naturalization,11.71,0.95,11.71,0.95,none,none,none, naturalized,naturalised,0.18,Adjective,11,9,4,naturalized,12.11,1.00,12.11,1.00,none,none,none, naturally,naturally,24.51,Adverb,9,7,4,naturally,8.56,1.00,8.56,1.00,8.65,none,none, naturals,naturals,0.35,Noun,8,8,3,natural,none,none,8.50,1.00,7.80,none,none, nature,nature,45.16,Noun,6,4,2,nature,6.16,1.00,6.16,1.00,none,6.88,none,6.40 natured,natured,0.02,Adjective,7,5,2,natured,11.11,1.00,11.11,1.00,none,none,none, natures,natures,0.65,Noun,7,5,2,nature,none,none,6.16,1.00,none,6.88,none,6.40 naturopathic,naturopathic,0.02,Adjective,12,11,5,naturopathic,15.30,0.56,15.30,0.56,none,none,none, naught,nought,0.59,Pronoun,6,3,1,naught,11.17,0.95,11.17,0.95,none,none,12.37, naughtier,naughtier,0.02,Adjective,9,5,3,naughty,none,none,4.90,1.00,none,4.26,none,4.91 naughtiest,naughtiest,0.04,Adjective,10,7,3,naughty,none,none,4.90,1.00,none,4.26,none,4.91 naughtiness,naughtiness,0.04,Noun,11,7,3,naughtiness,8.90,1.00,8.90,1.00,none,none,none, naughty,naughty,10.25,Adjective,7,4,2,naughty,4.90,1.00,4.90,1.00,none,4.26,none,4.91 nausea,nausea,2.16,Noun,6,5,3,nausea,8.63,1.00,8.63,1.00,none,10.58,none, nauseate,nauseate,0.06,Verb,8,6,3,nauseate,10.73,0.83,10.73,0.83,none,none,none, nauseates,nauseates,0.02,Verb,9,7,3,nauseate,none,none,10.73,0.83,none,none,none, nauseating,nauseating,0.59,Adjective,10,8,4,nauseating,10.84,1.00,10.84,1.00,none,none,none, nauseous,nauseous,3.10,Adjective,8,5,2,nauseous,8.94,0.89,8.94,0.89,none,none,none,9.76 nautical,nautical,0.88,Adjective,8,7,3,nautical,11.39,1.00,11.39,1.00,none,none,none, nautili,nautili,0.02,Noun,7,6,3,nautilus,none,none,12.47,0.83,none,none,none, nautilus,nautilus,0.80,Noun,8,7,3,nautilus,12.47,0.83,12.47,0.83,none,none,none, naval,naval,5.73,Adjective,5,5,2,naval,9.70,0.95,9.70,0.95,none,none,none,9.58 nave,nave,0.41,Noun,4,3,1,nave,12.54,0.72,12.54,0.72,none,none,none, navel,navel,1.24,Noun,5,5,2,navel,9.60,1.00,9.60,1.00,none,none,none,9.49 navels,navels,0.14,Noun,6,6,2,navel,none,none,9.60,1.00,none,none,none,9.49 navies,navies,0.12,Noun,6,5,2,navy,none,none,7.15,1.00,none,7.09,none,8.28 navigability,navigability,Err:512,Err:512,12,12,6,navigability,11.88,0.89,11.88,0.89,none,none,none, navigate,navigate,1.92,Verb,8,7,3,navigate,10.05,1.00,10.05,1.00,none,none,none, navigated,navigated,0.16,Verb,9,9,4,navigate,none,none,10.05,1.00,none,none,none, navigates,navigates,0.02,Verb,9,8,3,navigate,none,none,10.05,1.00,none,none,none, navigating,navigating,0.27,Verb,10,9,4,navigate,none,none,10.05,1.00,none,none,none, navigation,navigation,1.71,Noun,10,9,4,navigation,10.20,1.00,10.20,1.00,none,none,none, navigational,navigational,0.94,Adjective,12,11,5,navigational,11.21,0.95,11.21,0.95,none,none,none, navigator,navigator,2.69,Noun,9,8,4,navigator,9.84,1.00,9.84,1.00,9.93,none,none, navigators,navigators,0.08,Noun,10,9,4,navigator,none,none,9.84,1.00,9.93,none,none, navy,navy,25.69,Noun,4,4,2,navy,7.15,1.00,7.15,1.00,none,7.09,none,8.28 nay,nay,3.37,Interjection,3,2,1,nay,10.31,0.95,10.31,0.95,none,none,8.68, nays,nays,0.16,Noun,4,3,1,nay,none,none,10.31,0.95,none,none,8.68, naysay,naysay,0.02,Noun,6,5,3,naysay,11.60,0.95,11.60,0.95,none,none,none, naysayer,naysayer,0.06,Noun,8,5,3,naysayer,12.28,0.95,12.28,0.95,none,none,none, naysayers,naysayers,0.12,Noun,9,6,3,naysayer,none,none,12.28,0.95,none,none,none, neap,neap,0.02,Adjective,4,3,1,neap,15.50,0.11,15.50,0.11,none,none,none, near,near,83.10,Preposition,4,3,1,near,5.41,1.00,5.41,1.00,4.93,none,5.06, nearby,nearby,8.33,Adverb,6,5,2,nearby,6.85,1.00,6.85,1.00,none,none,none, neared,neared,0.12,Verb,6,4,1,near,none,none,5.41,1.00,4.93,none,5.06, nearer,nearer,2.59,Adverb,6,4,2,near,none,none,5.41,1.00,4.93,none,5.06, nearest,nearest,7.49,Adjective,7,6,2,near,none,none,5.41,1.00,4.93,none,5.06, nearing,nearing,1.02,Verb,7,5,2,near,none,none,5.41,1.00,4.93,none,5.06, nearly,nearly,33.75,Adverb,6,5,2,nearly,7.49,1.00,7.49,1.00,5.30,none,none, nearness,nearness,0.02,Noun,8,6,3,nearness,7.35,1.00,7.35,1.00,none,none,none, nears,nears,0.16,Verb,5,4,1,near,none,none,5.41,1.00,4.93,none,5.06, nearside,nearside,0.02,Noun,8,6,3,nearside,10.83,0.95,10.83,0.95,none,none,none, nearsighted,nearsighted,0.53,Adjective,11,8,3,nearsighted,9.44,1.00,9.44,1.00,none,none,none, nearsightedness,nearsightedness,0.02,Noun,15,11,4,nearsightedness,10.42,1.00,10.42,1.00,none,none,none, neat,neat,12.45,Adjective,4,3,1,neat,5.43,1.00,5.43,1.00,none,6.13,5.86, neaten,neaten,0.02,Verb,6,5,2,neaten,8.62,0.65,8.62,0.65,none,none,none, neater,neater,0.37,Adjective,6,4,2,neat,none,none,5.43,1.00,none,6.13,5.86, neatest,neatest,0.29,Adjective,7,6,2,neat,none,none,5.43,1.00,none,6.13,5.86, neatness,neatness,0.35,Noun,8,6,2,neatness,7.32,1.00,7.32,1.00,7.05,none,none, neb,neb,0.55,Noun,3,3,1,neb,13.17,0.32,13.17,0.32,none,none,none, nebbish,nebbish,0.10,Adjective,7,5,2,nebbish,11.75,0.44,11.75,0.44,none,none,none, nebbishes,nebbishes,0.02,Verb,9,7,3,nebbish,none,none,11.75,0.44,none,none,none, nebs,nebs,0.22,Noun,4,4,1,neb,none,none,13.17,0.32,none,none,none, nebula,nebula,1.47,Noun,6,7,3,nebula,13.38,0.80,13.38,0.80,none,none,none, nebulae,nebulae,0.04,Noun,7,7,3,nebula,none,none,13.38,0.80,none,none,none, nebulizer,nebulizer,0.10,Noun,9,9,4,nebulizer,14.79,0.74,14.79,0.74,none,none,none, nebulous,nebulous,0.06,Adjective,8,8,3,nebulous,13.27,0.79,13.27,0.79,none,none,none, necessaries,necessaries,0.04,Noun,11,9,4,necessary,none,none,7.55,1.00,7.37,none,none, necessary,necessary,45.98,Adjective,9,8,4,necessary,7.55,1.00,7.55,1.00,7.37,none,none, necessitate,necessitate,0.04,Verb,11,9,4,necessitate,13.22,0.90,13.22,0.90,none,none,none, necessitated,necessitated,0.04,Verb,12,11,5,necessitate,none,none,13.22,0.90,none,none,none, necessitates,necessitates,0.04,Verb,12,10,4,necessitate,none,none,13.22,0.90,none,none,none, necessitating,necessitating,0.10,Verb,13,11,5,necessitate,none,none,13.22,0.90,none,none,none, necessities,necessities,0.69,Noun,11,9,4,necessity,none,none,9.53,1.00,none,10.07,none, necessitous,necessitous,Err:512,Err:512,11,9,4,necessitous,16.12,0.42,16.12,0.42,none,none,none, necessity,necessity,2.88,Noun,9,8,4,necessity,9.53,1.00,9.53,1.00,none,10.07,none, neck,neck,59.51,Noun,4,3,1,neck,3.00,1.00,3.00,1.00,none,4.64,3.88, neckband,neckband,0.02,Noun,8,7,2,neckband,9.78,0.95,9.78,0.95,none,none,none, necked,necked,0.08,Verb,6,4,1,neck,none,none,3.00,1.00,none,4.64,3.88, neckerchief,neckerchief,0.04,Noun,11,7,3,neckerchief,9.65,0.89,9.65,0.89,none,none,none, necking,necking,0.53,Verb,7,5,2,neck,none,none,3.00,1.00,none,4.64,3.88, necklace,necklace,9.75,Noun,8,6,2,necklace,5.00,1.00,5.00,1.00,none,none,none,5.02 necklaces,necklaces,0.78,Noun,9,8,3,necklace,none,none,5.00,1.00,none,none,none,5.02 neckline,neckline,0.29,Noun,8,6,2,neckline,10.53,1.00,10.53,1.00,none,none,none, necks,necks,3.22,Noun,5,4,1,neck,none,none,3.00,1.00,none,4.64,3.88, necktie,necktie,1.20,Noun,7,5,2,necktie,6.63,1.00,6.63,1.00,none,none,none, neckties,neckties,0.47,Noun,8,6,2,necktie,none,none,6.63,1.00,none,none,none, neckwear,neckwear,0.04,Noun,8,6,2,neckwear,11.58,0.95,11.58,0.95,none,none,none, necrology,necrology,0.06,Noun,9,9,4,necrology,16.25,0.84,16.25,0.84,none,none,none, necromancer,necromancer,0.41,Noun,11,10,4,necromancer,14.29,0.78,14.29,0.78,none,none,none, necromancy,necromancy,0.06,Noun,10,10,4,necromancy,14.11,0.47,14.11,0.47,none,none,none, necromantic,necromantic,0.02,Adjective,11,11,4,necromantic,14.67,0.60,14.67,0.60,none,none,none, necrophilia,necrophilia,0.31,Noun,11,10,4,necrophilia,15.00,0.95,15.00,0.95,none,none,none, necropolis,necropolis,0.25,Noun,10,10,4,necropolis,14.76,0.89,14.76,0.89,none,none,none, necropsy,necropsy,0.08,Noun,8,8,3,necropsy,15.33,0.60,15.33,0.60,none,none,none, necrosis,necrosis,0.12,Noun,8,8,3,necrosis,14.23,0.72,14.23,0.72,none,none,none, necrotic,necrotic,0.12,Adjective,8,8,3,necrotic,15.07,0.75,15.07,0.75,none,none,none, nectar,nectar,0.92,Noun,6,5,2,nectar,8.95,1.00,8.95,1.00,none,none,none,10.04 nectarine,nectarine,0.06,Noun,9,8,3,nectarine,8.94,1.00,8.94,1.00,none,none,none, nectarines,nectarines,0.06,Noun,10,9,3,nectarine,none,none,8.94,1.00,none,none,none, nectarous,nectarous,0.02,Adjective,9,7,3,nectarous,13.44,0.47,13.44,0.47,none,none,none, need,need,1294.90,Verb,4,3,1,need,3.56,1.00,3.56,1.00,6.04,none,4.38, needed,needed,94.47,Verb,6,5,2,need,none,none,3.56,1.00,6.04,none,4.38, needful,needful,0.04,Adjective,7,6,2,needful,10.56,1.00,10.56,1.00,none,none,none, needier,needier,0.00,Err:512,7,5,3,needy,none,none,7.32,1.00,none,none,none, neediest,neediest,0.20,Adjective,8,7,3,needy,none,none,7.32,1.00,none,none,none, neediness,neediness,0.06,Noun,9,7,3,neediness,10.11,1.00,10.11,1.00,none,none,none, needing,needing,8.08,Verb,7,5,2,need,none,none,3.56,1.00,6.04,none,4.38, needle,needle,11.92,Noun,6,5,2,needle,5.32,1.00,5.32,1.00,none,5.41,none,6.54 needled,needled,0.08,Verb,7,6,2,needle,none,none,5.32,1.00,none,5.41,none,6.54 needlepoint,needlepoint,0.55,Noun,11,9,3,needlepoint,9.00,0.95,9.00,0.95,none,none,none, needles,needles,5.16,Noun,7,6,2,needle,none,none,5.32,1.00,none,5.41,none,6.54 needless,needless,2.27,Adjective,8,6,2,needless,9.15,1.00,9.15,1.00,none,none,none, needlewoman,needlewoman,Err:512,Err:512,11,10,4,needlewoman,12.86,0.37,12.86,0.37,none,none,none, needlework,needlework,0.27,Noun,10,8,3,needlework,9.88,0.94,9.88,0.94,none,none,none, needling,needling,0.20,Verb,8,6,2,needle,none,none,5.32,1.00,none,5.41,none,6.54 needs,needs,160.75,Verb,5,4,1,need,none,none,3.56,1.00,6.04,none,4.38, needy,needy,3.04,Adjective,5,4,2,needy,7.32,1.00,7.32,1.00,none,none,none, nefarious,nefarious,0.75,Adjective,9,8,4,nefarious,13.31,0.76,13.31,0.76,none,none,none, negate,negate,0.35,Verb,6,5,2,negate,13.11,0.95,13.11,0.95,none,none,none, negated,negated,0.08,Verb,7,7,3,negate,none,none,13.11,0.95,none,none,none, negates,negates,0.10,Verb,7,6,2,negate,none,none,13.11,0.95,none,none,none, negating,negating,0.12,Verb,8,7,3,negate,none,none,13.11,0.95,none,none,none, negation,negation,0.10,Noun,8,7,3,negation,14.28,0.90,14.28,0.90,none,none,none, negative,negative,25.65,Adjective,8,7,3,negative,7.47,1.00,7.47,1.00,none,none,none, negatives,negatives,1.25,Noun,9,8,3,negative,none,none,7.47,1.00,none,none,none, negativism,negativism,0.04,Noun,10,11,5,negativism,12.32,1.00,12.32,1.00,none,none,none, negativity,negativity,0.65,Noun,10,10,5,negativity,10.53,1.00,10.53,1.00,none,none,none, neglect,neglect,1.69,Verb,7,7,2,neglect,9.84,1.00,9.84,1.00,none,9.24,none,10.04 neglected,neglected,3.55,Verb,9,9,3,neglect,none,none,9.84,1.00,none,9.24,none,10.04 neglectful,neglectful,0.29,Adjective,10,10,3,neglectful,10.37,1.00,10.37,1.00,none,none,none, neglecting,neglecting,0.96,Verb,10,9,3,neglect,none,none,9.84,1.00,none,9.24,none,10.04 neglects,neglects,0.16,Verb,8,8,2,neglect,none,none,9.84,1.00,none,9.24,none,10.04 negligee,negligee,0.73,Noun,8,7,3,negligee,15.92,0.72,15.92,0.72,none,none,none, negligees,negligees,0.04,Noun,9,8,3,negligee,none,none,15.92,0.72,none,none,none, negligence,negligence,1.78,Noun,10,9,3,negligence,12.16,1.00,12.16,1.00,none,none,none, negligent,negligent,1.00,Adjective,9,9,3,negligent,11.83,1.00,11.83,1.00,none,none,none, negligible,negligible,0.39,Adjective,10,10,4,negligible,11.33,1.00,11.33,1.00,none,none,none, negotiable,negotiable,0.90,Adjective,10,9,4,negotiable,12.58,1.00,12.58,1.00,none,none,none, negotiate,negotiate,6.71,Verb,9,8,4,negotiate,10.85,0.95,10.85,0.95,none,none,none, negotiated,negotiated,1.31,Verb,10,10,5,negotiate,none,none,10.85,0.95,none,none,none, negotiates,negotiates,0.08,Verb,10,9,4,negotiate,none,none,10.85,0.95,none,none,none, negotiating,negotiating,3.04,Verb,11,10,5,negotiate,none,none,10.85,0.95,none,none,none, negotiation,negotiation,2.29,Noun,11,10,5,negotiation,11.74,1.00,11.74,1.00,none,none,none, negotiations,negotiations,3.41,Noun,12,11,5,negotiation,none,none,11.74,1.00,none,none,none, negotiator,negotiator,1.31,Noun,10,9,5,negotiator,11.42,1.00,11.42,1.00,none,none,none, negotiators,negotiators,0.43,Noun,11,10,5,negotiator,none,none,11.42,1.00,none,none,none, negro,negro,5.37,Noun,5,5,2,negro,9.83,1.00,9.83,1.00,none,none,none, negroes,negroes,1.71,Noun,7,6,2,negro,none,none,9.83,1.00,none,none,none, negus,negus,0.04,Noun,5,5,2,negus,16.67,0.14,16.67,0.14,none,none,none, neigh,neigh,0.24,Verb,5,2,1,neigh,7.20,0.83,7.20,0.83,none,none,9.31, neighbor,neighbour,16.94,Noun,8,4,2,neighbor,5.06,1.00,5.06,1.00,none,none,none,5.14 neighborhood,neighbourhood,36.69,Noun,12,7,3,neighborhood,6.47,1.00,6.47,1.00,none,none,none, neighborhoods,neighbourhoods,1.06,Noun,13,8,3,neighborhood,none,none,6.47,1.00,none,none,none, neighboring,neighbouring,0.75,Adjective,11,6,3,neighboring,10.90,1.00,10.90,1.00,none,none,none, neighbors,neighbours,17.02,Noun,9,5,2,neighbor,none,none,5.06,1.00,none,none,none,5.14 neighed,neighed,0.04,Verb,7,3,1,neigh,none,none,7.20,0.83,none,none,9.31, neighing,neighing,0.84,Verb,8,4,2,neigh,none,none,7.20,0.83,none,none,9.31, neighs,neighs,0.65,Verb,6,3,1,neigh,none,none,7.20,0.83,none,none,9.31, nein,nein,1.08,Noun,4,3,1,nein,14.33,0.32,14.33,0.32,none,none,none, neither,neither,67.67,Adverb,7,4,2,neither,6.74,1.00,6.74,1.00,6.81,none,none,6.97 nemeses,nemeses,0.02,Noun,7,7,3,nemesis,none,none,11.06,0.89,none,none,none, nemesis,nemesis,0.88,Noun,7,7,3,nemesis,11.06,0.89,11.06,0.89,none,none,none, neoclassic,neoclassic,0.06,Adjective,10,9,4,neoclassic,14.88,0.89,14.88,0.89,none,none,none, neoclassical,neoclassical,0.08,Adjective,12,11,5,neoclassical,14.40,0.79,14.40,0.79,none,none,none, neoclassicism,neoclassicism,0.02,Noun,13,14,6,neoclassicism,16.67,0.95,16.67,0.95,none,none,none, neoconservative,neoconservative,0.02,Adjective,15,13,6,neoconservative,17.06,0.90,17.06,0.90,none,none,none, neodymium,neodymium,0.12,Noun,9,9,5,neodymium,14.60,0.53,14.60,0.53,none,none,none, neomycin,neomycin,0.04,Noun,8,8,4,neomycin,16.67,0.43,16.67,0.43,none,none,none, neon,neon,2.86,Noun,4,4,2,neon,8.00,1.00,8.00,1.00,none,10.60,none,9.67 neonatal,neonatal,0.08,Adjective,8,8,4,neonatal,14.19,0.89,14.19,0.89,none,none,none, neonate,neonate,0.10,Noun,7,6,3,neonate,14.40,0.79,14.40,0.79,none,none,none, neonates,neonates,0.04,Verb,8,7,3,neonate,none,none,14.40,0.79,none,none,none, neophyte,neophyte,0.16,Noun,8,6,3,neophyte,15.93,0.78,15.93,0.78,none,none,none, neophytes,neophytes,0.12,Noun,9,7,3,neophyte,none,none,15.93,0.78,none,none,none, neoplastic,neoplastic,0.04,Adjective,10,10,4,neoplastic,16.71,0.89,16.71,0.89,none,none,none, neoprene,neoprene,0.22,Noun,8,7,3,neoprene,15.40,0.56,15.40,0.56,none,none,none, nepenthe,nepenthe,0.10,Noun,8,6,2,nepenthe,15.50,0.11,15.50,0.11,none,none,none, nephew,nephew,16.59,Noun,6,5,2,nephew,6.37,1.00,6.37,1.00,none,none,none,6.61 nephews,nephews,1.08,Noun,7,6,2,nephew,none,none,6.37,1.00,none,none,none,6.61 nephritis,nephritis,0.04,Noun,9,8,3,nephritis,17.92,0.68,17.92,0.68,none,none,none, nephrology,nephrology,0.10,Noun,10,9,4,nephrology,15.75,0.63,15.75,0.63,none,none,none, nepotism,nepotism,0.18,Noun,8,9,4,nepotism,13.75,0.67,13.75,0.67,none,none,none, neptunium,neptunium,Err:512,Err:512,9,9,4,neptunium,15.17,0.33,15.17,0.33,none,none,none, nerd,nerd,3.29,Noun,4,3,1,nerd,7.05,1.00,7.05,1.00,none,none,none, nerds,nerds,1.98,Noun,5,4,1,nerd,none,none,7.05,1.00,none,none,none, nerdy,nerdy,0.47,Adjective,5,4,2,nerdy,9.72,1.00,9.72,1.00,none,none,none, nerve,nerve,22.96,Noun,5,3,1,nerve,9.67,1.00,9.67,1.00,none,9.49,8.47, nervecell,nerve cell,Err:512,Err:512,9,6,2,nervecell,12.07,0.95,12.07,0.95,none,none,none, nerves,nerves,10.96,Noun,6,4,1,nerve,none,none,9.67,1.00,none,9.49,8.47, nerviness,nerviness,0.02,Noun,9,7,3,nerviness,10.50,0.63,10.50,0.63,none,none,none, nervous,nervous,67.16,Adjective,7,5,2,nervous,6.79,1.00,6.79,1.00,none,7.71,none,7.57 nervousness,nervousness,0.59,Noun,11,8,3,nervousness,7.30,1.00,7.30,1.00,8.92,none,none, nervy,nervy,0.16,Adjective,5,4,2,nervy,10.71,0.89,10.71,0.89,none,none,none, nest,nest,11.10,Noun,4,4,1,nest,5.11,1.00,5.11,1.00,none,5.75,5.53, nested,nested,0.06,Verb,6,6,2,nest,none,none,5.11,1.00,none,5.75,5.53, nester,nester,0.16,Noun,6,5,2,nester,12.93,0.74,12.93,0.74,none,none,none, nesters,nesters,0.18,Noun,7,6,2,nester,none,none,12.93,0.74,none,none,none, nests,nests,0.45,Noun,5,5,1,nest,none,none,5.11,1.00,none,5.75,5.53, net,net,15.55,Noun,3,3,1,net,7.00,1.00,7.00,1.00,none,5.50,5.40, netball,netball,0.06,Noun,7,6,2,netball,10.47,0.83,10.47,0.83,none,none,none, nether,nether,0.39,Adjective,6,4,2,nether,12.23,0.72,12.23,0.72,none,none,none, nethermost,nethermost,0.02,Adjective,10,8,3,nethermost,13.75,0.80,13.75,0.80,none,none,none, netherworld,netherworld,0.24,Noun,11,8,3,netherworld,10.75,0.84,10.75,0.84,none,none,none, nets,nets,1.94,Noun,4,4,1,net,none,none,7.00,1.00,none,5.50,5.40, netsuke,netsuke,0.06,Verb,7,6,2,netsuke,16.00,0.28,16.00,0.28,none,none,none, netted,netted,0.24,Verb,6,5,2,net,none,none,7.00,1.00,none,5.50,5.40, netting,netting,0.35,Noun,7,5,2,netting,7.80,1.00,7.80,1.00,none,none,none, nettle,nettle,0.16,Noun,6,5,2,nettle,14.33,0.63,14.33,0.63,none,5.92,none, nettles,nettles,0.14,Noun,7,6,2,nettle,none,none,14.33,0.63,none,5.92,none, network,network,16.53,Noun,7,6,2,network,10.94,1.00,10.94,1.00,none,11.38,none,9.76 networked,networked,0.18,Verb,9,7,2,network,none,none,10.94,1.00,none,11.38,none,9.76 networking,networking,0.53,Noun,10,8,3,networking,13.42,1.00,13.42,1.00,none,none,none, networks,networks,2.12,Noun,8,7,2,network,none,none,10.94,1.00,none,11.38,none,9.76 neural,neural,1.96,Adjective,6,5,2,neural,12.19,0.84,12.19,0.84,none,13.17,none,11.90 neuralgia,neuralgia,0.20,Noun,9,7,3,neuralgia,16.50,0.74,16.50,0.74,none,none,none, neurasthenia,neurasthenia,0.10,Noun,12,10,5,neurasthenia,16.71,0.39,16.71,0.39,none,none,none, neurasthenic,neurasthenic,0.02,Adjective,12,10,4,neurasthenic,16.00,0.35,16.00,0.35,none,none,none, neuritis,neuritis,0.04,Noun,8,7,3,neuritis,14.00,0.32,14.00,0.32,none,none,none, neurobiological,neurobiological,0.04,Adjective,15,15,7,neurobiological,17.12,0.84,17.12,0.84,none,none,none, neurobiologist,neurobiologist,0.04,Noun,14,14,6,neurobiologist,14.71,0.94,14.71,0.94,none,none,none, neurobiology,neurobiology,0.02,Noun,12,12,6,neurobiology,15.27,0.83,15.27,0.83,none,none,none, neurochemistry,neurochemistry,0.10,Noun,14,13,5,neurochemistry,15.93,0.83,15.93,0.83,none,none,none, neurologic,neurologic,0.14,Adjective,10,9,4,neurologic,13.85,1.00,13.85,1.00,none,none,none, neurological,neurological,1.12,Adjective,12,11,5,neurological,13.65,1.00,13.65,1.00,none,none,none, neurologist,neurologist,1.00,Noun,11,10,4,neurologist,14.22,0.95,14.22,0.95,none,none,none, neurologists,neurologists,0.08,Noun,12,11,4,neurologist,none,none,14.22,0.95,none,none,none, neurology,neurology,0.45,Noun,9,8,4,neurology,14.42,1.00,14.42,1.00,none,none,none, neuromuscular,neuromuscular,0.06,Adjective,13,12,5,neuromuscular,16.18,0.81,16.18,0.81,none,none,none, neuron,neuron,0.14,Noun,6,5,2,neuron,12.06,1.00,12.06,1.00,none,none,none, neuronal,neuronal,0.12,Adjective,8,7,3,neuronal,13.64,0.58,13.64,0.58,none,none,none, neurons,neurons,1.00,Noun,7,6,2,neuron,none,none,12.06,1.00,none,none,none, neuropath,neuropath,0.04,Noun,9,8,3,neuropath,13.73,0.79,13.73,0.79,none,none,none, neuropathic,neuropathic,0.04,Adjective,11,10,4,neuropathic,15.40,0.83,15.40,0.83,none,none,none, neuropathology,neuropathology,0.02,Noun,14,13,6,neuropathology,16.13,0.83,16.13,0.83,none,none,none, neuropathy,neuropathy,0.04,Noun,10,8,4,neuropathy,16.81,0.89,16.81,0.89,none,none,none, neurophysiologist,neurophysiologist,0.02,Noun,17,16,7,neurophysiologist,16.65,0.89,16.65,0.89,none,none,none, neurophysiology,neurophysiology,0.16,Noun,15,14,7,neurophysiology,14.85,0.72,14.85,0.72,none,none,none, neuropsychiatry,neuropsychiatry,0.02,Noun,15,13,6,neuropsychiatry,18.54,0.62,18.54,0.62,none,none,none, neuropsychological,neuropsychological,0.02,Adjective,18,16,7,neuropsychological,16.64,0.78,16.64,0.78,none,none,none, neuropsychologist,neuropsychologist,0.02,Noun,17,15,6,neuropsychologist,16.11,0.95,16.11,0.95,none,none,none, neuroscience,neuroscience,0.04,Noun,12,10,4,neuroscience,14.05,1.00,14.05,1.00,none,none,none, neuroscientist,neuroscientist,0.04,Noun,14,13,5,neuroscientist,14.11,1.00,14.11,1.00,none,none,none, neuroses,neuroses,0.53,Noun,8,7,3,neurosis,none,none,15.17,0.95,none,none,none, neurosis,neurosis,0.63,Noun,8,7,3,neurosis,15.17,0.95,15.17,0.95,none,none,none, neurosurgeon,neurosurgeon,0.80,Noun,12,9,4,neurosurgeon,13.75,1.00,13.75,1.00,none,none,none, neurosurgeons,neurosurgeons,0.14,Noun,13,10,4,neurosurgeon,none,none,13.75,1.00,none,none,none, neurosurgery,neurosurgery,0.76,Noun,12,9,5,neurosurgery,14.11,0.95,14.11,0.95,none,none,none, neurosurgical,neurosurgical,0.02,Adjective,13,13,5,neurosurgical,13.56,1.00,13.56,1.00,none,none,none, neurotic,neurotic,2.67,Adjective,8,7,3,neurotic,13.84,1.00,13.84,1.00,none,none,none, neurotics,neurotics,0.10,Noun,9,8,3,neurotic,none,none,13.84,1.00,none,none,none, neurotoxin,neurotoxin,0.10,Noun,10,11,4,neurotoxin,13.58,0.90,13.58,0.90,none,none,none, neurotransmitter,neurotransmitter,0.27,Noun,16,15,5,neurotransmitter,16.18,0.85,16.18,0.85,none,none,none, neurotransmitters,neurotransmitters,0.12,Noun,17,16,5,neurotransmitter,none,none,16.18,0.85,none,none,none, neurovascular,neurovascular,0.10,Adjective,13,13,5,neurovascular,15.82,0.89,15.82,0.89,none,none,none, neuter,neuter,0.78,Adjective,6,4,2,neuter,11.12,0.94,11.12,0.94,none,none,none,12.01 neuters,neuters,0.14,Noun,7,5,2,neuter,none,none,11.12,0.94,none,none,none,12.01 neutral,neutral,4.22,Adjective,7,6,2,neutral,10.19,1.00,10.19,1.00,none,10.73,none,9.49 neutralist,neutralist,0.02,Noun,10,9,3,neutralist,13.18,0.94,13.18,0.94,none,none,none, neutrality,neutrality,0.33,Noun,10,9,4,neutrality,12.11,0.95,12.11,0.95,none,11.70,none, neutralization,neutralisation,0.10,Noun,14,12,5,neutralization,13.11,1.00,13.11,1.00,none,none,none, neutralize,neutralise,1.22,Verb,10,8,3,neutralize,12.00,1.00,12.00,1.00,none,none,none, neutralized,neutralised,0.73,Verb,11,9,3,neutralize,none,none,12.00,1.00,none,none,none, neutralizer,neutralizer,0.04,Noun,11,9,4,neutralizer,12.58,1.00,12.58,1.00,none,none,none, neutralizes,neutralises,0.18,Verb,11,10,4,neutralize,none,none,12.00,1.00,none,none,none, neutrals,neutrals,0.04,Noun,8,7,2,neutral,none,none,10.19,1.00,none,10.73,none,9.49 neutrino,neutrino,0.24,Noun,8,7,3,neutrino,13.80,0.56,13.80,0.56,none,none,none, neutrinos,neutrinos,0.04,Noun,9,8,3,neutrino,none,none,13.80,0.56,none,none,none, neutron,neutron,1.24,Noun,7,6,2,neutron,11.43,1.00,11.43,1.00,none,13.64,none, neutrons,neutrons,0.27,Noun,8,7,2,neutron,none,none,11.43,1.00,none,13.64,none, never,never,1362.55,Adverb,5,4,2,never,5.07,1.00,5.07,1.00,5.57,none,none,5.43 nevus,nevus,0.02,Noun,5,5,2,nevus,17.00,0.16,17.00,0.16,none,none,none, new,new,723.78,Adjective,3,2,1,new,4.72,1.00,4.72,1.00,4.62,none,4.12, newbie,newbie,0.37,Noun,6,4,2,newbie,10.17,1.00,10.17,1.00,none,none,none, newborn,newborn,2.51,Adjective,7,6,2,newborn,6.90,1.00,6.90,1.00,none,8.09,none, newborns,newborns,0.25,Noun,8,7,2,newborn,none,none,6.90,1.00,none,8.09,none, newcomer,newcomer,1.08,Noun,8,6,3,newcomer,8.26,1.00,8.26,1.00,none,none,none, newcomers,newcomers,0.57,Noun,9,7,3,newcomer,none,none,8.26,1.00,none,none,none, newel,newel,0.06,Noun,5,4,2,newel,12.33,0.15,12.33,0.15,none,none,none, newer,newer,1.00,Adjective,5,3,2,new,none,none,4.72,1.00,4.62,none,4.12, newest,newest,3.94,Adjective,6,5,2,new,none,none,4.72,1.00,4.62,none,4.12, newfangled,newfangled,0.29,Adjective,10,9,3,newfangled,11.29,0.67,11.29,0.67,none,none,none, newfound,newfound,1.18,Adjective,8,6,2,newfound,10.95,0.90,10.95,0.90,none,none,none, newish,newish,0.10,Adjective,6,4,2,newish,10.45,0.95,10.45,0.95,none,none,none, newlywed,newlywed,0.43,Noun,8,7,3,newlywed,8.63,1.00,8.63,1.00,none,none,none, newlyweds,newlyweds,1.45,Noun,9,8,3,newlywed,none,none,8.63,1.00,none,none,none, newness,newness,0.25,Noun,7,5,2,newness,7.20,1.00,7.20,1.00,none,none,none, news,news,164.69,Noun,4,3,1,news,6.16,1.00,6.16,1.00,none,none,none, newsagent,newsagent,0.02,Noun,9,8,3,newsagent,11.11,1.00,11.11,1.00,7.22,none,none, newsbeat,newsbeat,0.02,Noun,8,6,2,newsbeat,11.38,0.84,11.38,0.84,none,none,none, newsboy,newsboy,0.27,Noun,7,5,2,newsboy,7.53,0.94,7.53,0.94,none,none,none, newsboys,newsboys,0.08,Noun,8,6,2,newsboy,none,none,7.53,0.94,none,none,none, newsbreak,newsbreak,0.12,Noun,9,7,2,newsbreak,9.37,1.00,9.37,1.00,none,none,none, newscast,newscast,0.53,Noun,8,7,2,newscast,7.20,1.00,7.20,1.00,none,none,none, newscaster,newscaster,0.57,Noun,10,8,3,newscaster,9.56,1.00,9.56,1.00,none,none,none, newscasters,newscasters,0.06,Noun,11,9,3,newscaster,none,none,9.56,1.00,none,none,none, newscasts,newscasts,0.06,Noun,9,8,2,newscast,none,none,7.20,1.00,none,none,none, newsflash,newsflash,0.63,Noun,9,7,2,newsflash,9.22,1.00,9.22,1.00,none,none,none, newsgroup,newsgroup,0.02,Noun,9,7,2,newsgroup,11.39,0.95,11.39,0.95,none,none,none, newshound,newshound,0.06,Noun,9,7,2,newshound,14.53,0.89,14.53,0.89,none,none,none, newshounds,newshounds,0.02,Noun,10,8,2,newshound,none,none,14.53,0.89,none,none,none, newsletter,newsletter,0.84,Noun,10,7,3,newsletter,9.42,1.00,9.42,1.00,none,none,none, newsletters,newsletters,0.10,Noun,11,8,3,newsletter,none,none,9.42,1.00,none,none,none, newsman,newsman,0.39,Noun,7,6,2,newsman,5.72,1.00,5.72,1.00,none,none,none, newsmen,newsmen,0.29,Noun,7,6,2,newsman,none,none,5.72,1.00,none,none,none, newspaper,newspaper,23.69,Noun,9,7,3,newspaper,5.78,1.00,5.78,1.00,none,5.94,none, newspaperman,newspaperman,1.43,Noun,12,10,4,newspaperman,7.50,1.00,7.50,1.00,none,none,none, newspapermen,newspapermen,0.67,Noun,12,10,4,newspaperman,none,none,7.50,1.00,none,none,none, newspapers,newspapers,11.47,Noun,10,8,3,newspaper,none,none,5.78,1.00,none,5.94,none, newspaperwoman,newspaperwoman,0.16,Noun,14,12,5,newspaperwoman,6.88,0.94,6.88,0.94,none,none,none, newsprint,newsprint,0.16,Noun,9,8,2,newsprint,10.00,0.95,10.00,0.95,none,none,none, newsreader,newsreader,0.33,Noun,10,7,3,newsreader,10.76,0.94,10.76,0.94,none,none,none, newsreaders,newsreaders,0.02,Noun,11,8,3,newsreader,none,none,10.76,0.94,none,none,none, newsreel,newsreel,0.75,Noun,8,6,2,newsreel,10.39,1.00,10.39,1.00,none,none,none, newsreels,newsreels,0.35,Noun,9,7,2,newsreel,none,none,10.39,1.00,none,none,none, newsroom,newsroom,0.76,Noun,8,6,2,newsroom,8.89,1.00,8.89,1.00,none,none,none, newsrooms,newsrooms,0.02,Noun,9,7,2,newsroom,none,none,8.89,1.00,none,none,none, newsstand,newsstand,1.04,Noun,9,8,2,newsstand,9.74,1.00,9.74,1.00,none,none,none, newsstands,newsstands,0.20,Noun,10,9,2,newsstand,none,none,9.74,1.00,none,none,none, newswoman,newswoman,0.16,Noun,9,8,3,newswoman,9.14,1.00,9.14,1.00,none,none,none, newsworthy,newsworthy,0.31,Adjective,10,7,3,newsworthy,10.00,0.94,10.00,0.94,none,none,none, newsy,newsy,0.04,Noun,5,4,2,newsy,12.77,0.72,12.77,0.72,none,none,none, newt,newt,1.33,Verb,4,3,1,newt,7.56,0.95,7.56,0.95,none,8.51,10.42, next,next,452.75,Number,4,5,1,next,4.35,1.00,4.35,1.00,5.07,none,5.40, nexus,nexus,1.12,Noun,5,6,2,nexus,14.59,0.89,14.59,0.89,none,none,none,12.53 niacin,niacin,0.04,Noun,6,6,3,niacin,15.23,0.72,15.23,0.72,none,none,none, nib,nib,0.10,Noun,3,3,1,nib,10.31,0.72,10.31,0.72,none,none,none, nibble,nibble,1.51,Verb,6,5,2,nibble,7.37,1.00,7.37,1.00,none,none,none,7.72 nibbled,nibbled,0.16,Verb,7,6,2,nibble,none,none,7.37,1.00,none,none,none,7.72 nibbler,nibbler,0.10,Noun,7,6,3,nibbler,8.26,0.95,8.26,0.95,none,none,none, nibblers,nibblers,0.02,Name,8,7,3,nibbler,none,none,8.26,0.95,none,none,none, nibbles,nibbles,0.24,Noun,7,6,2,nibble,none,none,7.37,1.00,none,none,none,7.72 nibbling,nibbling,0.57,Verb,8,7,3,nibble,none,none,7.37,1.00,none,none,none,7.72 nibs,nibs,0.57,Noun,4,4,1,nib,none,none,10.31,0.72,none,none,none, nice,nice,649.51,Adjective,4,3,1,nice,3.95,1.00,3.95,1.00,4.52,none,4.02, niceness,niceness,0.24,Noun,8,6,2,niceness,5.17,1.00,5.17,1.00,6.81,none,none, nicer,nicer,7.49,Adjective,5,4,2,nice,none,none,3.95,1.00,4.52,none,4.02, nicest,nicest,5.71,Adjective,6,6,2,nice,none,none,3.95,1.00,4.52,none,4.02, niceties,niceties,0.24,Noun,8,7,3,nicety,none,none,12.85,0.68,none,11.17,none, nicety,nicety,0.04,Noun,6,6,3,nicety,12.85,0.68,12.85,0.68,none,11.17,none, niche,niche,0.92,Noun,5,3,1,niche,14.06,0.94,14.06,0.94,none,none,12.52, nick,nick,60.04,Name,4,3,1,nick,7.59,1.00,7.59,1.00,none,none,9.46, nicked,nicked,1.39,Verb,6,4,1,nick,none,none,7.59,1.00,none,none,9.46, nickel,nickel,8.45,Noun,6,5,2,nickel,5.75,1.00,5.75,1.00,none,10.36,none,5.31 nickelodeon,nickelodeon,0.20,Noun,11,10,5,nickelodeon,8.78,1.00,8.78,1.00,none,none,none, nickels,nickels,2.25,Noun,7,6,2,nickel,none,none,5.75,1.00,none,10.36,none,5.31 nicker,nicker,0.06,Noun,6,4,2,nicker,12.00,0.55,12.00,0.55,none,none,none, nickering,nickering,0.12,Verb,9,6,3,nicker,none,none,12.00,0.55,none,none,none, nicking,nicking,0.10,Verb,7,5,2,nick,none,none,7.59,1.00,none,none,9.46, nickname,nickname,6.78,Noun,8,6,2,nickname,6.50,1.00,6.50,1.00,none,none,none, nicknamed,nicknamed,0.71,Verb,9,7,2,nickname,none,none,6.50,1.00,none,none,none, nicknames,nicknames,0.90,Noun,9,7,2,nickname,none,none,6.50,1.00,none,none,none, nicotine,nicotine,1.71,Noun,8,7,3,nicotine,10.22,1.00,10.22,1.00,none,none,none, niece,niece,9.53,Noun,5,3,1,niece,7.00,1.00,7.00,1.00,none,none,6.94, nieces,nieces,0.61,Noun,6,5,2,niece,none,none,7.00,1.00,none,none,6.94, niftiness,niftiness,0.02,Noun,9,8,3,niftiness,9.71,0.89,9.71,0.89,none,none,none, nifty,nifty,1.39,Adjective,5,5,2,nifty,9.12,0.89,9.12,0.89,none,none,none, niggard,niggard,0.06,Noun,7,5,2,niggard,13.88,0.42,13.88,0.42,none,none,none, nigger,nigger,20.27,Noun,6,4,2,nigger,8.29,1.00,8.29,1.00,none,none,none, niggers,niggers,6.00,Noun,7,5,2,nigger,none,none,8.29,1.00,none,none,none, niggle,niggle,0.02,Noun,6,5,2,niggle,15.33,0.30,15.33,0.30,none,none,none, nigh,nigh,0.82,Adverb,4,2,1,nigh,11.44,0.85,11.44,0.85,none,none,12.66, night,night,866.04,Noun,5,3,1,night,3.61,1.00,3.61,1.00,none,4.62,3.52, nightcap,nightcap,1.76,Noun,8,6,2,nightcap,10.17,0.95,10.17,0.95,none,none,none, nightcaps,nightcaps,0.02,Noun,9,7,2,nightcap,none,none,10.17,0.95,none,none,none, nightclub,nightclub,4.65,Noun,9,7,2,nightclub,10.74,1.00,10.74,1.00,none,none,none, nightclubbing,nightclubbing,0.02,Verb,13,9,3,nightclubbing,13.78,1.00,13.78,1.00,none,none,none, nightclubs,nightclubs,1.12,Noun,10,8,2,nightclub,none,none,10.74,1.00,none,none,none, nightdress,nightdress,0.08,Noun,10,7,2,nightdress,9.12,0.89,9.12,0.89,none,none,none, nightfall,nightfall,2.31,Noun,9,6,2,nightfall,8.17,1.00,8.17,1.00,none,none,none, nightgown,nightgown,1.96,Noun,9,6,2,nightgown,5.78,1.00,5.78,1.00,none,none,none, nightgowns,nightgowns,0.22,Noun,10,7,2,nightgown,none,none,5.78,1.00,none,none,none, nightie,nightie,0.69,Noun,7,4,2,nightie,7.82,1.00,7.82,1.00,none,none,none, nightingale,nightingale,2.84,Name,11,8,3,nightingale,8.81,0.95,8.81,0.95,none,8.34,none, nightingales,nightingales,0.14,Noun,12,9,3,nightingale,none,none,8.81,0.95,none,8.34,none, nightlife,nightlife,0.55,Noun,9,6,2,nightlife,10.78,1.00,10.78,1.00,none,none,none, nightlight,nightlight,0.08,Noun,10,6,2,nightlight,5.21,1.00,5.21,1.00,none,none,none, nightly,nightly,1.37,Adjective,7,5,2,nightly,8.00,1.00,8.00,1.00,7.72,none,none, nightmare,nightmare,22.39,Noun,9,6,2,nightmare,5.94,1.00,5.94,1.00,none,none,none,5.31 nightmares,nightmares,7.27,Noun,10,7,2,nightmare,none,none,5.94,1.00,none,none,none,5.31 nightmarish,nightmarish,0.22,Adjective,11,8,3,nightmarish,9.47,1.00,9.47,1.00,none,none,none, nights,nights,33.86,Noun,6,4,1,night,none,none,3.61,1.00,none,4.62,3.52, nightshirt,nightshirt,0.22,Noun,10,5,2,nightshirt,6.10,1.00,6.10,1.00,none,none,none, nightshirts,nightshirts,0.02,Noun,11,6,2,nightshirt,none,none,6.10,1.00,none,none,none, nightspot,nightspot,0.18,Noun,9,7,2,nightspot,12.13,0.83,12.13,0.83,none,none,none, nightspots,nightspots,0.06,Noun,10,8,2,nightspot,none,none,12.13,0.83,none,none,none, nightstand,nightstand,0.84,Noun,10,8,2,nightstand,6.67,1.00,6.67,1.00,none,none,none, nightstick,nightstick,0.41,Noun,10,7,2,nightstick,9.82,0.94,9.82,0.94,none,none,none, nightsticks,nightsticks,0.10,Noun,11,8,2,nightstick,none,none,9.82,0.94,none,none,none, nighttime,night-time,2.06,Noun,9,6,2,nighttime,3.72,1.00,3.72,1.00,none,none,none, nighttimes,nighttimes,0.02,Noun,10,7,2,nighttime,none,none,3.72,1.00,none,none,none, nightwear,nightwear,0.04,Noun,9,6,3,nightwear,7.17,1.00,7.17,1.00,none,none,none, nihilism,nihilism,0.08,Noun,8,8,4,nihilism,16.79,0.74,16.79,0.74,none,none,none, nihilist,nihilist,0.18,Noun,8,7,3,nihilist,16.58,0.67,16.58,0.67,none,none,none, nihilistic,nihilistic,0.14,Adjective,10,9,4,nihilistic,15.36,0.74,15.36,0.74,none,none,none, nihilists,nihilists,0.06,Noun,9,8,3,nihilist,none,none,16.58,0.67,none,none,none, nihility,nihility,0.02,Noun,8,7,4,nihility,13.40,0.25,13.40,0.25,none,none,none, nil,nil,0.45,Pronoun,3,3,1,nil,12.29,0.90,12.29,0.90,none,none,12.70, nimble,nimble,0.59,Adjective,6,6,2,nimble,8.61,1.00,8.61,1.00,none,8.75,none,9.85 nimbostratus,nimbostratus,0.04,Noun,12,12,4,nimbostratus,13.30,0.50,13.30,0.50,none,none,none, nimrod,nimrod,0.47,Noun,6,6,2,nimrod,11.31,0.84,11.31,0.84,none,none,none, nimrods,nimrods,0.04,Noun,7,7,2,nimrod,none,none,11.31,0.84,none,none,none, nincompoop,nincompoop,0.82,Noun,10,9,3,nincompoop,6.82,0.94,6.82,0.94,none,none,none, nincompoops,nincompoops,0.20,Noun,11,10,3,nincompoop,none,none,6.82,0.94,none,none,none, nine,nine,67.47,Number,4,3,1,nine,3.23,1.00,3.23,1.00,4.84,4.31,3.63, ninepin,ninepin,0.02,Noun,7,6,2,ninepin,11.85,0.68,11.85,0.68,none,none,none, ninepins,ninepins,0.02,Noun,8,7,2,ninepins,13.33,0.43,13.33,0.43,none,none,none, nines,nines,1.06,Number,5,4,1,nine,none,none,3.23,1.00,4.84,4.31,3.63, nineties,nineties,0.49,Number,8,6,2,ninety,none,none,6.69,1.00,none,5.92,none, ninety,ninety,2.78,Number,6,5,2,ninety,6.69,1.00,6.69,1.00,none,5.92,none, ninja,ninja,2.57,Noun,5,5,2,ninja,8.89,1.00,8.89,1.00,none,none,none,5.74 ninjas,ninjas,0.76,Noun,6,6,2,ninja,none,none,8.89,1.00,none,none,none,5.74 ninnies,ninnies,0.18,Noun,7,5,2,ninny,none,none,9.37,0.95,none,none,none, ninny,ninny,0.88,Noun,5,4,2,ninny,9.37,0.95,9.37,0.95,none,none,none, ninth,ninth,6.55,Number,5,4,1,ninth,5.91,1.00,5.91,1.00,none,6.07,5.79, ninths,ninths,0.02,Number,6,5,1,ninth,none,none,5.91,1.00,none,6.07,5.79, nip,nip,3.24,Noun,3,3,1,nip,7.94,0.95,7.94,0.95,none,6.15,7.56, nipped,nipped,0.31,Verb,6,4,1,nip,none,none,7.94,0.95,none,6.15,7.56, nipper,nipper,0.57,Noun,6,4,2,nipper,8.88,0.89,8.88,0.89,none,none,none, nippers,nippers,0.10,Noun,7,5,2,nipper,none,none,8.88,0.89,none,none,none, nipping,nipping,0.39,Verb,7,5,2,nip,none,none,7.94,0.95,none,6.15,7.56, nipple,nipple,2.82,Noun,6,5,2,nipple,9.05,1.00,9.05,1.00,none,8.73,none,7.11 nipples,nipples,4.55,Noun,7,6,2,nipple,none,none,9.05,1.00,none,8.73,none,7.11 nippy,nippy,0.94,Adjective,5,4,2,nippy,8.88,0.94,8.88,0.94,none,none,none, nips,nips,0.61,Noun,4,4,1,nip,none,none,7.94,0.95,none,6.15,7.56, nit,nit,0.16,Verb,3,3,1,nit,8.57,0.78,8.57,0.78,none,none,none, niter,niter,Err:512,Err:512,5,5,2,niter,14.25,0.21,14.25,0.21,none,none,none, nitpick,nitpick,0.10,Verb,7,6,2,nitpick,10.35,1.00,10.35,1.00,none,none,none, nitpicking,nitpicking,0.04,Verb,10,8,3,nitpick,none,none,10.35,1.00,none,none,none, nitrate,nitrate,1.08,Noun,7,6,2,nitrate,14.12,0.89,14.12,0.89,none,none,none,13.18 nitrates,nitrates,0.37,Noun,8,7,2,nitrate,none,none,14.12,0.89,none,none,none,13.18 nitric,nitric,0.24,Adjective,6,6,2,nitric,11.73,0.83,11.73,0.83,none,none,none, nitrite,nitrite,0.04,Noun,7,6,2,nitrite,14.06,0.95,14.06,0.95,none,none,none, nitro,nitro,1.71,Noun,5,5,2,nitro,13.00,1.00,13.00,1.00,none,none,none,11.80 nitrocellulose,nitrocellulose,0.02,Verb,14,13,5,nitrocellulose,16.00,0.56,16.00,0.56,none,none,none, nitrogen,nitrogen,1.20,Noun,8,8,3,nitrogen,10.72,1.00,10.72,1.00,none,none,none, nitroglycerine,nitroglycerine,0.29,0.29,14,12,5,nitroglycerine,14.38,1.00,14.38,1.00,none,none,none, nitrous,nitrous,0.69,Adjective,7,6,2,nitrous,13.63,0.95,13.63,0.95,none,none,none,13.18 nits,nits,0.06,Noun,4,4,1,nit,none,none,8.57,0.78,none,none,none, nitwit,nitwit,1.22,Noun,6,6,2,nitwit,10.22,0.95,10.22,0.95,none,none,none, nitwits,nitwits,0.25,Noun,7,7,2,nitwit,none,none,10.22,0.95,none,none,none, nix,nix,1.63,Verb,3,4,1,nix,11.88,0.89,11.88,0.89,none,none,12.37, nixed,nixed,0.16,Verb,5,5,1,nix,none,none,11.88,0.89,none,none,12.37, no,no,5971.55,Interjection,2,2,1,no,2.72,1.00,2.72,1.00,3.15,none,2.04, nob,nob,0.35,0.35,3,3,1,nob,7.96,0.90,7.96,0.90,none,9.39,none, nobelium,nobelium,0.04,Noun,8,8,4,nobelium,16.25,0.40,16.25,0.40,none,none,none, nobility,nobility,1.65,Noun,8,8,4,nobility,11.39,1.00,11.39,1.00,none,none,none, noble,noble,14.59,Adjective,5,5,2,noble,10.67,1.00,10.67,1.00,none,none,none,10.41 nobleman,nobleman,0.73,Noun,8,8,3,nobleman,9.74,1.00,9.74,1.00,none,none,none, noblemen,noblemen,0.22,Noun,8,8,3,nobleman,none,none,9.74,1.00,none,none,none, nobleness,nobleness,0.10,Noun,9,8,3,nobleness,10.05,1.00,10.05,1.00,none,none,none, nobler,nobler,0.53,Adjective,6,5,2,noble,none,none,10.67,1.00,none,none,none,10.41 nobles,nobles,1.49,Noun,6,6,2,noble,none,none,10.67,1.00,none,none,none,10.41 noblesse,noblesse,0.06,Noun,8,6,2,noblesse,13.75,0.40,13.75,0.40,none,none,none, noblest,noblest,0.49,Adjective,7,7,2,noble,none,none,10.67,1.00,none,none,none,10.41 noblewoman,noblewoman,0.04,Noun,10,10,4,noblewoman,11.78,1.00,11.78,1.00,none,none,none, nobodies,nobodies,0.61,Noun,8,7,3,nobody,none,none,5.25,1.00,none,none,none, nobody,nobody,266.65,Pronoun,6,6,3,nobody,5.25,1.00,5.25,1.00,none,none,none, nock,nock,0.10,Noun,4,3,1,nock,13.33,0.43,13.33,0.43,none,none,none, nocturnal,nocturnal,1.22,Adjective,9,8,3,nocturnal,8.89,1.00,8.89,1.00,none,none,none, nocturne,nocturne,0.08,Noun,8,6,2,nocturne,11.24,0.89,11.24,0.89,none,none,none, nocturnes,nocturnes,0.02,Noun,9,7,2,nocturne,none,none,11.24,0.89,none,none,none, nod,nod,3.98,Verb,3,3,1,nod,5.62,1.00,5.62,1.00,none,4.26,6.23, nodal,nodal,0.02,Adjective,5,5,2,nodal,16.19,0.80,16.19,0.80,none,none,none, nodded,nodded,0.67,Verb,6,5,2,nod,none,none,5.62,1.00,none,4.26,6.23, nodding,nodding,0.82,Verb,7,5,2,nod,none,none,5.62,1.00,none,4.26,6.23, noddle,noddle,0.02,Noun,6,5,2,noddle,8.14,0.33,8.14,0.33,none,none,none, node,node,0.49,Noun,4,3,1,node,12.17,1.00,12.17,1.00,none,none,12.22, nodes,nodes,0.55,Noun,5,4,1,node,none,none,12.17,1.00,none,none,12.22, nods,nods,0.33,Noun,4,4,1,nod,none,none,5.62,1.00,none,4.26,6.23, nodule,nodule,0.04,Noun,6,5,2,nodule,13.71,0.78,13.71,0.78,none,none,none, nodules,nodules,0.14,Noun,7,6,2,nodule,none,none,13.71,0.78,none,none,none, noggin,noggin,0.67,Noun,6,5,2,noggin,6.11,1.00,6.11,1.00,none,none,none,9.05 noggins,noggins,0.02,Noun,7,6,2,noggin,none,none,6.11,1.00,none,none,none,9.05 noir,noir,0.80,Noun,4,3,1,noir,16.44,0.84,16.44,0.84,none,none,none, noire,noire,0.02,Noun,5,3,1,noire,15.89,0.47,15.89,0.47,none,none,none, noise,noise,34.88,Noun,5,3,1,noise,4.50,1.00,4.50,1.00,4.31,4.26,4.60, noiseless,noiseless,0.06,Adjective,9,6,2,noiseless,9.78,1.00,9.78,1.00,none,none,none, noisemaker,noisemaker,0.06,Noun,10,7,3,noisemaker,8.21,1.00,8.21,1.00,none,none,none, noisemakers,noisemakers,0.06,Noun,11,8,3,noisemaker,none,none,8.21,1.00,none,none,none, noises,noises,7.16,Noun,6,5,2,noise,none,none,4.50,1.00,4.31,4.26,4.60, noisier,noisier,0.14,Adjective,7,5,3,noisy,none,none,5.33,1.00,none,none,none, noisiest,noisiest,0.08,Adjective,8,7,3,noisy,none,none,5.33,1.00,none,none,none, noisiness,noisiness,0.02,Noun,9,7,3,noisiness,9.06,0.94,9.06,0.94,6.23,none,none, noisome,noisome,0.08,Adjective,7,5,2,noisome,15.92,0.63,15.92,0.63,none,none,none, noisy,noisy,5.04,Adjective,5,4,2,noisy,5.33,1.00,5.33,1.00,none,none,none, nom,nom,0.33,Noun,3,3,1,nom,12.17,0.67,12.17,0.67,none,none,none, nomad,nomad,0.53,Noun,5,5,2,nomad,11.12,0.94,11.12,0.94,none,10.07,none,11.49 nomadic,nomadic,0.29,Adjective,7,7,3,nomadic,11.16,1.00,11.16,1.00,none,none,none, nomads,nomads,0.25,Noun,6,6,2,nomad,none,none,11.12,0.94,none,10.07,none,11.49 nomenclature,nomenclature,0.20,Noun,12,10,4,nomenclature,14.25,0.63,14.25,0.63,none,none,none, nominal,nominal,0.75,Adjective,7,7,3,nominal,11.21,1.00,11.21,1.00,none,none,none, nominate,nominate,0.90,Verb,8,7,3,nominate,10.67,1.00,10.67,1.00,10.80,none,none, nominated,nominated,2.33,Verb,9,9,4,nominate,none,none,10.67,1.00,10.80,none,none, nominates,nominates,0.10,Verb,9,8,3,nominate,none,none,10.67,1.00,10.80,none,none, nomination,nomination,2.39,Noun,10,9,4,nomination,11.72,1.00,11.72,1.00,none,none,none, nominations,nominations,0.73,Noun,11,10,4,nomination,none,none,11.72,1.00,none,none,none, nominative,nominative,0.02,Adjective,10,9,4,nominative,13.80,0.83,13.80,0.83,none,none,none, nominee,nominee,0.78,Noun,7,6,3,nominee,11.00,1.00,11.00,1.00,none,none,none, nominees,nominees,0.90,Noun,8,7,3,nominee,none,none,11.00,1.00,none,none,none, nonagenarian,nonagenarian,0.02,Adjective,12,12,6,nonagenarian,16.17,0.32,16.17,0.32,none,none,none, nonaggression,nonaggression,0.02,Noun,13,10,4,nonaggression,12.56,1.00,12.56,1.00,none,none,none, nonalcoholic,non-alcoholic,0.12,Adjective,12,12,5,nonalcoholic,11.79,1.00,11.79,1.00,none,none,none, nonaligned,nonaligned,0.02,Adjective,10,8,3,nonaligned,12.59,0.94,12.59,0.94,none,none,none, nonattendance,nonattendance,0.02,Noun,13,11,4,nonattendance,12.16,1.00,12.16,1.00,none,none,none, nonbeliever,nonbeliever,0.08,Verb,11,9,4,nonbeliever,7.89,1.00,7.89,1.00,none,none,none, nonbelievers,nonbelievers,0.06,Verb,12,10,4,nonbeliever,none,none,7.89,1.00,none,none,none, nonbinding,nonbinding,0.02,Verb,10,9,3,nonbinding,12.06,0.94,12.06,0.94,none,none,none, noncancerous,noncancerous,0.02,Adjective,12,10,4,noncancerous,13.24,0.89,13.24,0.89,none,none,none, nonce,nonce,0.06,Noun,5,4,1,nonce,14.17,0.32,14.17,0.32,none,none,none, nonchalance,nonchalance,0.06,Noun,11,9,3,nonchalance,12.31,0.72,12.31,0.72,none,none,none, nonchalant,nonchalant,0.37,Adjective,10,9,3,nonchalant,12.16,1.00,12.16,1.00,none,none,none, noncom,non-com,0.12,Noun,6,6,2,noncom,13.78,0.45,13.78,0.45,none,none,none, noncombat,noncombat,0.06,Noun,9,9,3,noncombat,12.71,1.00,12.71,1.00,none,none,none, noncombatant,non-combatant,0.02,Noun,12,12,4,noncombatant,13.60,0.83,13.60,0.83,none,none,none, noncombatants,non-combatants,0.02,Noun,13,13,4,noncombatant,none,none,13.60,0.83,none,none,none, noncombustible,non-combustible,0.02,Adjective,14,14,5,noncombustible,12.17,1.00,12.17,1.00,none,none,none, noncommissioned,non-commissioned,0.18,Adjective,15,11,4,noncommissioned,14.33,0.90,14.33,0.90,none,none,none, noncommittal,noncommittal,0.14,Noun,12,10,4,noncommittal,15.00,0.85,15.00,0.85,none,none,none, noncompetitive,non-competitive,0.04,Adjective,14,13,5,noncompetitive,10.78,1.00,10.78,1.00,none,none,none, noncompliance,noncompliance,0.22,Noun,13,12,4,noncompliance,14.50,1.00,14.50,1.00,none,none,none, noncoms,non-coms,0.06,Noun,7,7,2,noncom,none,none,13.78,0.45,none,none,none, nonconformist,nonconformist,0.10,Noun,13,13,4,nonconformist,14.58,0.95,14.58,0.95,none,none,none, nonconformists,nonconformists,0.04,Noun,14,14,4,nonconformist,none,none,14.58,0.95,none,none,none, noncontact,noncontact,0.02,Verb,10,10,3,noncontact,10.38,0.89,10.38,0.89,none,none,none, noncooperation,noncooperation,Err:512,Err:512,14,12,6,noncooperation,11.50,1.00,11.50,1.00,none,none,none, noncritical,noncritical,0.04,Adjective,11,11,4,noncritical,13.32,1.00,13.32,1.00,none,none,none, nondairy,non-dairy,0.10,Adjective,8,7,3,nondairy,9.74,0.95,9.74,0.95,none,none,none, nondenominational,nondenominational,0.08,Adjective,17,16,7,nondenominational,14.17,0.95,14.17,0.95,none,none,none, nondescript,nondescript,0.20,Adjective,11,11,3,nondescript,12.17,0.95,12.17,0.95,none,none,none, nondisclosure,nondisclosure,0.14,Noun,13,11,4,nondisclosure,15.00,1.00,15.00,1.00,none,none,none, nondrinking,nondrinking,0.02,Adjective,11,10,3,nondrinking,10.48,1.00,10.48,1.00,none,none,none, none,none,110.61,Pronoun,4,3,1,none,5.57,1.00,5.57,1.00,5.04,none,5.13, nonentities,nonentities,0.04,Noun,11,10,4,nonentity,none,none,13.00,0.94,none,none,none, nonentity,nonentity,0.06,Noun,9,9,4,nonentity,13.00,0.94,13.00,0.94,none,none,none, nones,nones,Err:512,Err:512,5,4,1,nones,13.00,0.28,13.00,0.28,none,none,none, nonessential,nonessential,0.06,Adjective,12,10,4,nonessential,12.53,1.00,12.53,1.00,none,none,none, nonesuch,nonesuch,0.02,Verb,8,6,2,nonesuch,11.85,0.68,11.85,0.68,none,none,none, nonetheless,nonetheless,2.53,Adverb,11,8,3,nonetheless,10.21,1.00,10.21,1.00,none,none,none, nonevent,non-event,0.04,Noun,8,8,3,nonevent,13.16,0.90,13.16,0.90,none,none,none, nonexclusive,nonexclusive,0.06,Adjective,12,12,4,nonexclusive,12.22,1.00,12.22,1.00,none,none,none, nonexistence,nonexistence,0.12,Noun,12,12,4,nonexistence,11.78,1.00,11.78,1.00,none,none,none, nonexistent,nonexistent,0.84,Adjective,11,12,4,nonexistent,11.00,1.00,11.00,1.00,none,none,none, nonfarm,nonfarm,0.02,Noun,7,7,2,nonfarm,14.08,0.72,14.08,0.72,none,none,none, nonfat,non-fat,0.49,Verb,6,6,2,nonfat,8.32,1.00,8.32,1.00,none,none,none, nonfatal,nonfatal,0.02,Adjective,8,8,3,nonfatal,11.16,1.00,11.16,1.00,none,none,none, nonfiction,nonfiction,0.39,Noun,10,9,3,nonfiction,8.53,1.00,8.53,1.00,none,none,none, nonfunctional,non-functional,0.08,Adjective,13,12,4,nonfunctional,12.21,1.00,12.21,1.00,none,none,none, nonfunctioning,non-functioning,0.04,Verb,14,12,4,nonfunctioning,11.72,1.00,11.72,1.00,none,none,none, nonhuman,nonhuman,0.16,Noun,8,9,3,nonhuman,9.35,1.00,9.35,1.00,none,none,none, noninfectious,non-infectious,0.06,Adjective,13,11,4,noninfectious,12.00,1.00,12.00,1.00,none,none,none, nonintervention,non-intervention,0.02,Noun,15,13,5,nonintervention,12.62,0.89,12.62,0.89,none,none,none, noninvasive,non-invasive,0.12,Adjective,11,10,4,noninvasive,13.68,1.00,13.68,1.00,none,none,none, noninvolvement,non-involvement,0.02,Noun,14,13,4,noninvolvement,12.38,0.89,12.38,0.89,none,none,none, nonjudgmental,nonjudgmental,0.02,Adjective,13,12,4,nonjudgmental,10.33,1.00,10.33,1.00,none,none,none, nonlethal,nonlethal,0.14,Adjective,9,8,3,nonlethal,11.70,1.00,11.70,1.00,none,none,none, nonlinear,nonlinear,0.04,Adjective,9,8,4,nonlinear,10.90,0.95,10.90,0.95,none,none,none, nonmetal,nonmetal,Err:512,Err:512,8,8,3,nonmetal,10.83,0.90,10.83,0.90,none,none,none, nonmetallic,non-metallic,0.08,Adjective,11,10,4,nonmetallic,10.94,1.00,10.94,1.00,none,none,none, nonmilitary,non-military,0.10,Adjective,11,11,5,nonmilitary,12.63,1.00,12.63,1.00,none,none,none, nonnative,non-native,0.08,Adjective,9,7,3,nonnative,11.44,0.90,11.44,0.90,none,none,none, nonnegotiable,nonnegotiable,0.31,Adjective,13,11,5,nonnegotiable,10.89,1.00,10.89,1.00,none,none,none, nonofficial,nonofficial,0.02,Adjective,11,9,4,nonofficial,11.76,0.89,11.76,0.89,none,none,none, nonoperational,nonoperational,0.04,Adjective,14,12,6,nonoperational,12.00,0.94,12.00,0.94,none,none,none, nonorganic,nonorganic,0.02,Adjective,10,10,4,nonorganic,14.88,0.89,14.88,0.89,none,none,none, nonpaid,nonpaid,0.04,Verb,7,6,2,nonpaid,12.16,1.00,12.16,1.00,none,none,none, nonpareil,nonpareil,0.04,Verb,9,8,3,nonpareil,14.67,0.67,14.67,0.67,none,none,none, nonparticipation,nonparticipation,0.02,Noun,16,15,6,nonparticipation,10.24,0.94,10.24,0.94,none,none,none, nonpartisan,nonpartisan,0.02,Adjective,11,11,4,nonpartisan,15.35,0.94,15.35,0.94,none,none,none, nonpaying,non-paying,0.02,Adjective,9,7,3,nonpaying,9.63,1.00,9.63,1.00,none,none,none, nonpayment,non-payment,0.16,Noun,10,9,3,nonpayment,10.00,1.00,10.00,1.00,none,none,none, nonperformance,non-performance,0.02,Noun,14,12,4,nonperformance,10.79,1.00,10.79,1.00,none,none,none, nonpermanent,non-permanent,0.04,Adjective,12,11,4,nonpermanent,10.50,1.00,10.50,1.00,none,none,none, nonperson,nonperson,0.02,Noun,9,8,3,nonperson,10.50,0.89,10.50,0.89,none,none,none, nonphysical,nonphysical,0.12,Adjective,11,10,4,nonphysical,11.17,0.95,11.17,0.95,none,none,none, nonplussed,nonplussed,0.10,Adjective,10,8,2,nonplussed,13.31,0.76,13.31,0.76,none,none,none, nonpolitical,non-political,0.04,Adjective,12,12,5,nonpolitical,14.17,1.00,14.17,1.00,none,none,none, nonporous,nonporous,0.06,Adjective,9,8,3,nonporous,12.93,0.79,12.93,0.79,none,none,none, nonproductive,non-productive,0.02,Adjective,13,12,4,nonproductive,12.57,1.00,12.57,1.00,none,none,none, nonprofessional,nonprofessional,0.04,Adjective,15,13,5,nonprofessional,12.67,0.95,12.67,0.95,none,none,none, nonprofit,non-profit,0.31,Adjective,9,9,3,nonprofit,11.95,1.00,11.95,1.00,none,none,none, nonproliferation,non-proliferation,0.04,Noun,16,14,6,nonproliferation,16.00,0.74,16.00,0.74,none,none,none, nonpublic,non-public,0.02,Adjective,9,9,3,nonpublic,10.82,0.94,10.82,0.94,none,none,none, nonrandom,non-random,0.02,Noun,9,9,3,nonrandom,12.94,0.94,12.94,0.94,none,none,none, nonreactive,nonreactive,0.06,Adjective,11,10,4,nonreactive,13.00,1.00,13.00,1.00,none,none,none, nonrefundable,non-refundable,0.14,Adjective,13,13,5,nonrefundable,10.95,1.00,10.95,1.00,none,none,none, nonreligious,nonreligious,0.02,Adjective,12,10,4,nonreligious,9.67,0.95,9.67,0.95,none,none,none, nonresidential,non-residential,0.02,Adjective,14,13,5,nonresidential,11.78,1.00,11.78,1.00,none,none,none, nonresistance,nonresistance,Err:512,Err:512,13,12,4,nonresistance,12.89,0.90,12.89,0.90,none,none,none, nonresponsive,nonresponsive,0.18,Adjective,13,12,4,nonresponsive,10.79,1.00,10.79,1.00,none,none,none, nonreturnable,nonreturnable,0.04,Adjective,13,12,5,nonreturnable,10.58,1.00,10.58,1.00,none,none,none, nonromantic,non-romantic,0.02,Adjective,11,11,4,nonromantic,11.00,0.95,11.00,0.95,none,none,none, nonscheduled,nonscheduled,Err:512,Err:512,12,10,3,nonscheduled,11.28,0.90,11.28,0.90,none,none,none, nonsectarian,non-sectarian,0.06,Adjective,12,12,5,nonsectarian,17.23,0.68,17.23,0.68,none,none,none, nonsense,nonsense,28.47,Noun,8,7,2,nonsense,6.95,1.00,6.95,1.00,none,6.77,none, nonsensical,nonsensical,0.25,Adjective,11,11,4,nonsensical,12.33,0.95,12.33,0.95,none,none,none, nonsexual,nonsexual,0.04,Adjective,9,11,4,nonsexual,13.44,1.00,13.44,1.00,none,none,none, nonskid,non-skid,0.02,Adjective,7,7,2,nonskid,11.29,0.78,11.29,0.78,none,none,none, nonslip,nonslip,0.04,Adjective,7,7,2,nonslip,10.39,1.00,10.39,1.00,none,none,none, nonsmoker,non-smoker,0.12,Noun,9,8,3,nonsmoker,7.74,1.00,7.74,1.00,none,none,none, nonsmoking,non-smoking,0.27,Verb,10,9,3,nonsmoking,9.47,1.00,9.47,1.00,none,none,none, nonspecific,nonspecific,0.10,Adjective,11,11,4,nonspecific,12.75,1.00,12.75,1.00,none,none,none, nonstandard,nonstandard,0.02,Noun,11,10,3,nonstandard,14.05,0.95,14.05,0.95,none,none,none, nonstarter,nonstarter,0.02,Noun,10,9,3,nonstarter,13.05,0.95,13.05,0.95,none,none,none, nonstick,non-stick,0.02,Noun,8,7,2,nonstick,9.11,1.00,9.11,1.00,none,none,none, nonsupport,non-support,0.02,Noun,10,9,3,nonsupport,10.74,0.95,10.74,0.95,none,none,none, nonsurgical,nonsurgical,0.02,Adjective,11,10,4,nonsurgical,13.79,1.00,13.79,1.00,none,none,none, nonthreatening,nonthreatening,0.16,Verb,14,11,4,nonthreatening,11.00,0.89,11.00,0.89,none,none,none, nontoxic,nontoxic,0.10,Adjective,8,9,3,nontoxic,10.63,1.00,10.63,1.00,none,none,none, nontraditional,non-traditional,0.02,Adjective,14,13,5,nontraditional,10.63,1.00,10.63,1.00,none,none,none, nonunion,non-union,0.04,Noun,8,9,3,nonunion,14.62,0.89,14.62,0.89,none,none,none, nonverbal,nonverbal,0.14,Adjective,9,8,3,nonverbal,9.53,1.00,9.53,1.00,none,none,none, nonviable,nonviable,0.02,Adjective,9,9,4,nonviable,17.33,0.79,17.33,0.79,none,none,none, nonviolence,nonviolence,0.14,Noun,11,10,4,nonviolence,9.28,0.95,9.28,0.95,none,none,none, nonviolent,nonviolent,0.63,Adjective,10,10,4,nonviolent,8.94,0.94,8.94,0.94,none,none,none, nonvoting,nonvoting,0.02,Adjective,9,8,3,nonvoting,12.11,0.95,12.11,0.95,none,none,none, noodle,noodle,2.90,Noun,6,5,2,noodle,3.44,1.00,3.44,1.00,none,none,none,4.91 noodles,noodles,6.06,Noun,7,6,2,noodles,5.30,1.00,5.30,1.00,none,none,none, nook,nook,1.06,Noun,4,3,1,nook,9.74,1.00,9.74,1.00,none,none,9.39, nooks,nooks,0.20,Noun,5,4,1,nook,none,none,9.74,1.00,none,none,9.39, noon,noon,18.12,Noun,4,3,1,noon,5.89,1.00,5.89,1.00,none,7.07,6.37, noonday,noonday,0.04,Noun,7,5,2,noonday,9.00,0.95,9.00,0.95,none,none,none, noontide,noontide,Err:512,Err:512,8,6,2,noontide,12.82,0.58,12.82,0.58,none,none,none, noontime,noontime,0.16,Noun,8,6,2,noontime,6.56,0.95,6.56,0.95,none,none,none, noose,noose,2.18,Noun,5,3,1,noose,8.28,1.00,8.28,1.00,none,none,10.12, nooses,nooses,0.06,Noun,6,5,2,noose,none,none,8.28,1.00,none,none,10.12, nor,nor,35.98,Conjunction,3,3,1,nor,8.61,1.00,8.61,1.00,6.70,none,10.20, norm,norm,3.33,Noun,4,4,1,norm,9.84,1.00,9.84,1.00,none,11.53,10.17, normal,normal,70.37,Adjective,6,6,2,normal,5.53,1.00,5.53,1.00,none,7.51,none,6.61 normalcy,normalcy,0.39,Noun,8,8,3,normalcy,12.89,0.95,12.89,0.95,none,none,none, normality,normality,0.33,Noun,9,9,4,normality,11.75,1.00,11.75,1.00,none,none,none, normalize,normalise,0.08,Verb,9,8,3,normalize,11.28,1.00,11.28,1.00,none,none,none, normalizing,normalising,0.06,Verb,11,10,4,normalize,none,none,11.28,1.00,none,none,none, normally,normally,16.04,Adverb,8,7,3,normally,7.20,1.00,7.20,1.00,7.58,none,none, normalness,normalness,0.02,Noun,10,9,3,normalness,8.82,0.94,8.82,0.94,none,none,none, normals,normals,0.04,Noun,7,7,2,normal,none,none,5.53,1.00,none,7.51,none,6.61 normative,normative,0.06,Adjective,9,8,3,normative,14.82,0.58,14.82,0.58,none,none,none, norms,norms,0.31,Noun,5,5,1,norm,none,none,9.84,1.00,none,11.53,10.17, north,north,63.88,Noun,5,4,1,north,6.55,1.00,6.55,1.00,6.81,none,6.60, northbound,northbound,0.63,Noun,10,8,2,northbound,10.26,1.00,10.26,1.00,none,none,none, northeast,northeast,3.22,Noun,9,7,2,northeast,7.47,1.00,7.47,1.00,none,none,none, northeaster,northeaster,0.02,Noun,11,8,3,northeaster,12.88,0.89,12.88,0.89,none,none,none, northeasterly,north-easterly,0.02,Adjective,13,10,4,northeasterly,12.21,0.95,12.21,0.95,none,none,none, northeastern,north-eastern,0.31,Adjective,12,9,3,northeastern,10.28,1.00,10.28,1.00,none,none,none, norther,norther,0.25,Name,7,5,2,norther,8.80,0.24,8.80,0.24,none,none,none, northerly,northerly,0.06,Adjective,9,7,3,northerly,10.65,0.94,10.65,0.94,none,none,none, northern,northern,7.10,Adjective,8,6,2,northern,7.95,1.00,7.95,1.00,none,none,none, northerner,northerner,0.06,Noun,10,7,3,northerner,9.12,0.94,9.12,0.94,none,none,none, northerners,northerners,0.18,Noun,11,8,3,northerner,none,none,9.12,0.94,none,none,none, northernmost,northernmost,0.06,Adjective,12,10,3,northernmost,10.15,1.00,10.15,1.00,none,none,none, northwest,northwest,4.00,Noun,9,8,2,northwest,8.22,1.00,8.22,1.00,none,none,none, northwesterly,north-westerly,0.08,Adjective,13,11,4,northwesterly,10.88,0.89,10.88,0.89,none,none,none, northwestern,north-western,1.61,Adjective,12,10,3,northwestern,8.58,1.00,8.58,1.00,none,none,none, nose,nose,69.75,Noun,4,3,1,nose,2.95,1.00,2.95,1.00,none,4.31,3.45, nosebag,nosebag,0.02,Verb,7,6,2,nosebag,11.11,0.45,11.11,0.45,none,none,none, nosebleed,nosebleed,0.80,Noun,9,7,2,nosebleed,5.32,1.00,5.32,1.00,none,none,none, nosebleeds,nosebleeds,0.53,Noun,10,8,2,nosebleed,none,none,5.32,1.00,none,none,none, nosed,nosed,0.06,Verb,5,4,1,nose,none,none,2.95,1.00,none,4.31,3.45, nosedive,nosedive,0.16,Noun,8,6,2,nosedive,10.29,0.89,10.29,0.89,none,none,none, nosedives,nosedives,0.04,Verb,9,7,2,nosedive,none,none,10.29,0.89,none,none,none, nosegay,nosegay,0.04,Noun,7,5,2,nosegay,16.80,0.56,16.80,0.56,none,none,none, noses,noses,4.76,Noun,5,5,2,nose,none,none,2.95,1.00,none,4.31,3.45, nosey,nosey,0.65,Adjective,5,4,2,nosy,none,none,5.47,1.00,none,none,none, nosh,nosh,0.12,Noun,4,3,1,nosh,12.65,0.85,12.65,0.85,none,none,none, noshes,noshes,0.02,Noun,6,5,2,nosh,none,none,12.65,0.85,none,none,none, nosier,nosier,0.02,Adjective,6,5,3,nosy,none,none,5.47,1.00,none,none,none, nosiest,nosiest,0.02,Adjective,7,7,3,nosy,none,none,5.47,1.00,none,none,none, nosiness,nosiness,0.02,Noun,8,7,3,nosiness,7.44,1.00,7.44,1.00,none,none,none, nosing,nosing,0.84,Verb,6,5,2,nose,none,none,2.95,1.00,none,4.31,3.45, nostalgia,nostalgia,0.76,Noun,9,8,3,nostalgia,13.21,1.00,13.21,1.00,none,none,none, nostalgic,nostalgic,1.00,Adjective,9,9,3,nostalgic,12.11,1.00,12.11,1.00,none,none,none, nostril,nostril,0.69,Noun,7,7,2,nostril,7.37,1.00,7.37,1.00,none,none,none,6.47 nostrils,nostrils,1.61,Noun,8,8,2,nostril,none,none,7.37,1.00,none,none,none,6.47 nosy,nosy,2.82,Adjective,4,4,2,nosy,5.47,1.00,5.47,1.00,none,none,none, not,not,5424.96,Not,3,3,1,not,3.89,1.00,3.89,1.00,4.51,none,4.12, nota,nota,0.14,Noun,4,4,2,nota,14.67,0.24,14.67,0.24,none,none,none, notability,notability,Err:512,Err:512,10,10,5,notability,13.05,0.95,13.05,0.95,none,none,none, notable,notable,0.61,Adjective,7,7,3,notable,10.37,1.00,10.37,1.00,none,none,none, notables,notables,0.12,Noun,8,8,3,notable,none,none,10.37,1.00,none,none,none, notarial,notarial,Err:512,Err:512,8,8,4,notarial,14.60,0.26,14.60,0.26,none,none,none, notarize,notarize,0.02,Verb,8,6,3,notarize,14.11,0.95,14.11,0.95,none,none,none, notarized,notarized,0.53,Verb,9,7,3,notarize,none,none,14.11,0.95,none,none,none, notarizing,notarizing,0.04,Verb,10,8,4,notarize,none,none,14.11,0.95,none,none,none, notary,notary,0.69,Noun,6,5,3,notary,13.56,0.95,13.56,0.95,none,none,none, notate,notate,0.02,Verb,6,5,2,notate,13.38,0.89,13.38,0.89,none,none,none, notation,notation,0.24,Noun,8,7,3,notation,12.78,1.00,12.78,1.00,none,none,none, notations,notations,0.20,Noun,9,8,3,notation,none,none,12.78,1.00,none,none,none, notch,notch,3.33,Noun,5,3,1,notch,8.47,1.00,8.47,1.00,none,none,9.96, notches,notches,0.88,Noun,7,5,2,notch,none,none,8.47,1.00,none,none,9.96, note,note,53.55,Noun,4,3,1,note,6.40,1.00,6.40,1.00,5.97,5.98,5.89, notebook,notebook,4.61,Noun,8,6,2,notebook,6.37,1.00,6.37,1.00,none,none,none, notebooks,notebooks,1.59,Noun,9,7,2,notebook,none,none,6.37,1.00,none,none,none, noted,noted,4.80,Verb,5,5,2,note,none,none,6.40,1.00,5.97,5.98,5.89, notepad,notepad,0.16,Noun,7,6,2,notepad,8.53,1.00,8.53,1.00,none,none,none, notepads,notepads,0.04,Noun,8,7,2,notepad,none,none,8.53,1.00,none,none,none, notepaper,notepaper,0.04,Noun,9,7,3,notepaper,6.39,1.00,6.39,1.00,none,none,none, notes,notes,24.61,Noun,5,4,1,note,none,none,6.40,1.00,5.97,5.98,5.89, noteworthy,noteworthy,0.16,Adjective,10,7,3,noteworthy,9.94,1.00,9.94,1.00,none,none,none, nothing,nothing,853.61,Pronoun,7,5,2,nothing,5.21,1.00,5.21,1.00,5.13,none,none,5.74 nothingness,nothingness,0.84,Noun,11,8,3,nothingness,10.94,0.89,10.94,0.89,none,none,none, nothings,nothings,0.39,Noun,8,6,2,nothing,none,none,5.21,1.00,5.13,none,none,5.74 notice,notice,59.25,Verb,6,5,2,notice,7.35,1.00,7.35,1.00,7.01,6.81,none,7.65 noticeable,noticeable,0.88,Adjective,10,9,4,noticeable,8.06,1.00,8.06,1.00,none,none,none, noticed,noticed,41.78,Verb,7,6,2,notice,none,none,7.35,1.00,7.01,6.81,none,7.65 notices,notices,2.75,Verb,7,7,3,notice,none,none,7.35,1.00,7.01,6.81,none,7.65 noticing,noticing,3.84,Verb,8,7,3,notice,none,none,7.35,1.00,7.01,6.81,none,7.65 notification,notification,0.61,Noun,12,11,5,notification,9.44,1.00,9.44,1.00,none,none,none, notifications,notifications,0.06,Noun,13,12,5,notification,none,none,9.44,1.00,none,none,none, notified,notified,4.29,Verb,8,7,3,notify,none,none,9.89,1.00,none,none,none, notifies,notifies,0.02,Verb,8,7,3,notify,none,none,9.89,1.00,none,none,none, notify,notify,7.20,Verb,6,6,3,notify,9.89,1.00,9.89,1.00,none,none,none, notifying,notifying,0.45,Verb,9,8,4,notify,none,none,9.89,1.00,none,none,none, noting,noting,0.25,Verb,6,5,2,note,none,none,6.40,1.00,5.97,5.98,5.89, notion,notion,6.59,Noun,6,5,2,notion,11.11,1.00,11.11,1.00,none,11.15,none,9.85 notions,notions,1.63,Noun,7,6,2,notion,none,none,11.11,1.00,none,11.15,none,9.85 notochord,notochord,0.02,Noun,9,8,3,notochord,15.00,0.24,15.00,0.24,none,none,none, notoriety,notoriety,0.45,Noun,9,8,5,notoriety,13.81,0.89,13.81,0.89,none,none,none, notorious,notorious,3.71,Adjective,9,8,4,notorious,11.53,1.00,11.53,1.00,none,none,none, nougat,nougat,0.22,Noun,6,5,2,nougat,9.07,0.78,9.07,0.78,none,none,none, nougats,nougats,0.06,Noun,7,6,2,nougat,none,none,9.07,0.78,none,none,none, noun,noun,0.53,Noun,4,3,1,noun,7.28,1.00,7.28,1.00,none,8.24,6.87, nouns,nouns,0.25,Noun,5,4,1,noun,none,none,7.28,1.00,none,8.24,6.87, nourish,nourish,0.43,Verb,7,4,2,nourish,9.63,1.00,9.63,1.00,none,none,none, nourished,nourished,0.29,Verb,9,5,2,nourish,none,none,9.63,1.00,none,none,none, nourishes,nourishes,0.08,Verb,9,6,3,nourish,none,none,9.63,1.00,none,none,none, nourishment,nourishment,1.22,Noun,11,8,3,nourishment,9.94,0.95,9.94,0.95,none,none,none, nous,nous,0.55,Noun,4,3,1,nous,13.25,0.42,13.25,0.42,none,none,none, nouveau,nouveau,0.55,Noun,7,4,2,nouveau,15.00,0.74,15.00,0.74,none,none,none, novel,novel,10.06,Noun,5,5,2,novel,9.50,1.00,9.50,1.00,none,9.39,none,8.12 novelette,novelette,0.04,Noun,9,7,3,novelette,13.67,0.63,13.67,0.63,none,none,none, novelist,novelist,1.20,Noun,8,8,3,novelist,10.26,1.00,10.26,1.00,none,none,none, novelistic,novelistic,0.02,Adjective,10,10,4,novelistic,13.56,0.90,13.56,0.90,none,none,none, novelists,novelists,0.22,Noun,9,9,3,novelist,none,none,10.26,1.00,none,none,none, novella,novella,0.04,Noun,7,6,3,novella,14.71,0.85,14.71,0.85,none,none,none, novellas,novellas,0.08,Noun,8,7,3,novella,none,none,14.71,0.85,none,none,none, novels,novels,3.14,Noun,6,6,2,novel,none,none,9.50,1.00,none,9.39,none,8.12 novelties,novelties,0.12,Noun,9,8,3,novelty,none,none,11.71,1.00,none,none,none, novelty,novelty,1.67,Noun,7,7,3,novelty,11.71,1.00,11.71,1.00,none,none,none, november,november,8.76,8.76,8,7,3,november,5.67,1.00,5.67,1.00,none,none,none, novena,novena,0.16,Noun,6,6,3,novena,12.38,0.44,12.38,0.44,none,none,none, novenas,novenas,0.02,Noun,7,7,3,novena,none,none,12.38,0.44,none,none,none, novice,novice,0.80,Noun,6,5,2,novice,10.95,1.00,10.95,1.00,none,none,none,11.90 novices,novices,0.24,Noun,7,7,3,novice,none,none,10.95,1.00,none,none,none,11.90 novitiate,novitiate,0.16,Noun,9,7,3,novitiate,16.38,0.38,16.38,0.38,none,none,none, novitiates,novitiates,0.04,Noun,10,8,3,novitiate,none,none,16.38,0.38,none,none,none, now,now,3202.61,Adverb,3,2,1,now,5.25,1.00,5.25,1.00,4.37,none,4.12, nowadays,nowadays,7.04,Adverb,8,6,3,nowadays,8.61,1.00,8.61,1.00,none,none,none, nowhere,nowhere,39.12,Adverb,7,5,2,nowhere,5.41,1.00,5.41,1.00,5.64,none,none,6.89 noxious,noxious,0.22,Adjective,7,6,2,noxious,12.72,0.95,12.72,0.95,none,none,none, nozzle,nozzle,0.37,Noun,6,5,2,nozzle,9.32,1.00,9.32,1.00,none,8.18,none, nozzles,nozzles,0.25,Noun,7,6,2,nozzle,none,none,9.32,1.00,none,8.18,none, nu,nu,1.02,Noun,2,2,1,nu,14.00,0.17,14.00,0.17,none,none,none, nuance,nuance,0.41,Noun,6,5,2,nuance,11.05,1.00,11.05,1.00,none,none,none, nuanced,nuanced,0.14,Verb,7,6,2,nuance,none,none,11.05,1.00,none,none,none, nuances,nuances,0.27,Noun,7,7,3,nuance,none,none,11.05,1.00,none,none,none, nub,nub,0.14,Noun,3,3,1,nub,10.00,1.00,10.00,1.00,none,none,9.60, nubbin,nubbin,0.08,Noun,6,5,2,nubbin,15.23,0.68,15.23,0.68,none,none,none, nubbins,nubbins,0.02,Noun,7,6,2,nubbin,none,none,15.23,0.68,none,none,none, nubby,nubby,0.02,Adjective,5,4,2,nubby,12.25,0.63,12.25,0.63,none,none,none, nubile,nubile,0.18,Adjective,6,5,2,nubile,17.43,0.35,17.43,0.35,none,none,none, nubs,nubs,0.04,Noun,4,4,1,nub,none,none,10.00,1.00,none,none,9.60, nuclear,nuclear,18.98,Adjective,7,6,3,nuclear,10.83,1.00,10.83,1.00,12.19,none,none, nuclei,nuclei,0.16,Noun,6,6,3,nucleus,none,none,11.40,0.99,none,12.90,none, nucleic,nucleic,0.10,Adjective,7,7,3,nucleic,12.82,0.94,12.82,0.94,none,none,none, nucleoside,nucleoside,0.04,Noun,10,9,4,nucleoside,13.58,0.60,13.58,0.60,none,none,none, nucleus,nucleus,0.88,Noun,7,7,3,nucleus,11.40,0.99,11.40,0.99,none,12.90,none, nude,nude,5.90,Adjective,4,3,1,nude,8.21,1.00,8.21,1.00,none,8.41,8.33, nudeness,nudeness,0.02,Noun,8,6,2,nudeness,9.39,1.00,9.39,1.00,none,none,none, nudes,nudes,0.71,Noun,5,4,1,nude,none,none,8.21,1.00,none,8.41,8.33, nudge,nudge,1.12,Noun,5,3,1,nudge,11.05,1.00,11.05,1.00,none,none,8.29, nudged,nudged,0.10,Verb,6,4,1,nudge,none,none,11.05,1.00,none,none,8.29, nudges,nudges,0.06,Verb,6,5,2,nudge,none,none,11.05,1.00,none,none,8.29, nudging,nudging,0.29,Verb,7,5,2,nudge,none,none,11.05,1.00,none,none,8.29, nudie,nudie,0.96,Noun,5,4,2,nudie,11.11,1.00,11.11,1.00,none,none,none, nudies,nudies,0.02,Noun,6,5,2,nudie,none,none,11.11,1.00,none,none,none, nudism,nudism,0.04,Noun,6,7,3,nudism,12.17,1.00,12.17,1.00,none,none,none, nudist,nudist,0.65,Noun,6,6,2,nudist,10.94,1.00,10.94,1.00,none,none,none, nudists,nudists,0.18,Noun,7,7,2,nudist,none,none,10.94,1.00,none,none,none, nudity,nudity,1.75,Noun,6,6,3,nudity,9.18,1.00,9.18,1.00,none,none,none, nudnik,nudnik,0.04,Noun,6,6,2,nudnik,12.71,0.37,12.71,0.37,none,none,none, nugget,nugget,1.18,Noun,6,5,2,nugget,7.32,1.00,7.32,1.00,none,8.47,none,6.68 nuggets,nuggets,1.24,Noun,7,6,2,nugget,none,none,7.32,1.00,none,8.47,none,6.68 nuisance,nuisance,3.22,Noun,8,6,2,nuisance,9.59,0.94,9.59,0.94,none,none,none,10.22 nuisances,nuisances,0.06,Noun,9,8,3,nuisance,none,none,9.59,0.94,none,none,none,10.22 nuke,nuke,2.37,Noun,4,3,1,nuke,11.00,1.00,11.00,1.00,none,none,none, nuked,nuked,0.27,Verb,5,5,1,nuke,none,none,11.00,1.00,none,none,none, nukes,nukes,2.24,Noun,5,4,1,nuke,none,none,11.00,1.00,none,none,none, null,null,0.53,Adjective,4,3,1,null,11.53,0.94,11.53,0.94,none,none,11.70, nullification,nullification,0.12,Noun,13,11,5,nullification,15.37,0.95,15.37,0.95,none,none,none, nullified,nullified,0.12,Verb,9,7,3,nullify,none,none,14.44,0.95,none,none,none, nullifies,nullifies,0.16,Verb,9,7,3,nullify,none,none,14.44,0.95,none,none,none, nullify,nullify,0.31,Verb,7,6,3,nullify,14.44,0.95,14.44,0.95,none,none,none, num,num,0.55,Noun,3,3,1,num,9.70,0.50,9.70,0.50,none,none,none, numb,numb,4.88,Adjective,4,3,1,numb,9.26,1.00,9.26,1.00,none,none,7.56, number,number,240.94,Noun,6,5,2,number,3.94,1.00,3.94,1.00,none,4.94,none,4.24 numbered,numbered,1.80,Verb,8,6,2,number,none,none,3.94,1.00,none,4.94,none,4.24 numbering,numbering,0.06,Verb,9,7,3,number,none,none,3.94,1.00,none,4.94,none,4.24 numbers,numbers,39.61,Noun,7,6,2,number,none,none,3.94,1.00,none,4.94,none,4.24 numbing,numbing,0.45,Verb,7,5,2,numb,none,none,9.26,1.00,none,none,7.56, numbness,numbness,0.35,Noun,8,6,2,numbness,9.55,1.00,9.55,1.00,none,none,none, numbs,numbs,0.18,Verb,5,4,1,numb,none,none,9.26,1.00,none,none,7.56, numbskull,numbskull,0.39,Verb,9,7,2,numbskull,7.83,1.00,7.83,1.00,none,none,none, numbskulls,numbskulls,0.06,Noun,10,8,2,numbskull,none,none,7.83,1.00,none,none,none, numeral,numeral,0.18,Noun,7,6,3,numeral,8.32,1.00,8.32,1.00,none,none,none, numerals,numerals,0.18,Noun,8,7,3,numeral,none,none,8.32,1.00,none,none,none, numerator,numerator,0.10,Noun,9,7,4,numerator,10.55,1.00,10.55,1.00,none,none,none, numerators,numerators,0.02,Noun,10,8,4,numerator,none,none,10.55,1.00,none,none,none, numeric,numeric,0.02,Adjective,7,7,3,numeric,9.32,1.00,9.32,1.00,none,none,none, numerical,numerical,0.39,Adjective,9,9,4,numerical,8.72,1.00,8.72,1.00,none,none,none, numerologist,numerologist,0.02,Noun,12,11,5,numerologist,14.61,0.95,14.61,0.95,none,none,none, numerology,numerology,0.04,Noun,10,9,5,numerology,12.95,1.00,12.95,1.00,none,none,none, numerous,numerous,3.59,Adjective,8,6,3,numerous,8.83,1.00,8.83,1.00,none,none,none, numinous,numinous,0.02,Adjective,8,7,3,numinous,15.25,0.44,15.25,0.44,none,none,none, numismatics,numismatics,Err:512,Err:512,11,11,4,numismatics,15.17,0.29,15.17,0.29,none,none,none, numismatist,numismatist,0.02,Noun,11,11,4,numismatist,14.71,0.39,14.71,0.39,none,none,none, numskull,numskull,0.16,Noun,8,6,2,numbskull,none,none,7.83,1.00,none,none,none, numskulls,numskulls,0.04,Noun,9,7,2,numbskull,none,none,7.83,1.00,none,none,none, nun,nun,6.96,Noun,3,3,1,nun,8.39,1.00,8.39,1.00,7.51,none,6.47, nunnery,nunnery,0.45,Noun,7,5,3,nunnery,13.93,0.78,13.93,0.78,none,none,none, nuns,nuns,4.27,Noun,4,4,1,nun,none,none,8.39,1.00,7.51,none,6.47, nuptial,nuptial,0.18,Adjective,7,6,2,nuptial,13.73,0.83,13.73,0.83,none,13.64,none, nuptials,nuptials,0.59,Noun,8,8,3,nuptials,13.19,0.89,13.19,0.89,none,none,none, nurse,nurse,44.98,Noun,5,3,1,nurse,5.84,1.00,5.84,1.00,5.61,5.35,5.86, nursed,nursed,0.96,Verb,6,4,1,nurse,none,none,5.84,1.00,5.61,5.35,5.86, nursemaid,nursemaid,0.55,Noun,9,6,2,nursemaid,9.75,0.89,9.75,0.89,none,none,none, nursemaids,nursemaids,0.08,Noun,10,7,2,nursemaid,none,none,9.75,0.89,none,none,none, nurseries,nurseries,0.16,Noun,9,6,3,nursery,none,none,6.95,1.00,6.08,none,none, nursery,nursery,4.06,Noun,7,5,3,nursery,6.95,1.00,6.95,1.00,6.08,none,none, nurses,nurses,13.18,Noun,6,5,2,nurse,none,none,5.84,1.00,5.61,5.35,5.86, nursing,nursing,6.33,Noun,7,5,2,nursing,8.21,1.00,8.21,1.00,none,none,none, nursling,nursling,Err:512,Err:512,8,7,2,nursling,14.14,0.39,14.14,0.39,none,none,none, nurture,nurture,0.73,Verb,7,4,2,nurture,10.94,1.00,10.94,1.00,11.36,none,none,9.22 nurtured,nurtured,0.55,Verb,8,5,2,nurture,none,none,10.94,1.00,11.36,none,none,9.22 nurturer,nurturer,0.06,Noun,8,5,3,nurturer,11.53,0.95,11.53,0.95,none,none,none, nurtures,nurtures,0.02,Verb,8,5,2,nurture,none,none,10.94,1.00,11.36,none,none,9.22 nut,nut,15.63,Noun,3,3,1,nut,5.21,1.00,5.21,1.00,none,none,4.47, nutcase,nutcase,1.31,Noun,7,6,2,nutcase,7.83,1.00,7.83,1.00,none,none,none, nutcases,nutcases,0.10,Noun,8,8,3,nutcase,none,none,7.83,1.00,none,none,none, nutcracker,nutcracker,0.71,Noun,10,8,3,nutcracker,7.24,1.00,7.24,1.00,none,none,none, nutcrackers,nutcrackers,0.08,Noun,11,9,3,nutcracker,none,none,7.24,1.00,none,none,none, nuthatch,nuthatch,0.08,Noun,8,6,2,nuthatch,11.45,0.61,11.45,0.61,none,none,none, nuthouse,nuthouse,0.90,Noun,8,6,2,nuthouse,10.26,1.00,10.26,1.00,none,none,none, nutmeg,nutmeg,0.71,Noun,6,6,2,nutmeg,8.83,1.00,8.83,1.00,none,none,none,10.70 nutpick,nutpick,0.08,Noun,7,6,2,nutpick,13.67,0.33,13.67,0.33,none,none,none, nutrient,nutrient,0.37,Noun,8,8,3,nutrient,10.53,1.00,10.53,1.00,none,11.96,none, nutrients,nutrients,0.71,Noun,9,9,3,nutrient,none,none,10.53,1.00,none,11.96,none, nutrition,nutrition,0.94,Noun,9,8,3,nutrition,9.74,1.00,9.74,1.00,none,none,none, nutritional,nutritional,0.39,Adjective,11,10,4,nutritional,9.72,1.00,9.72,1.00,none,none,none, nutritionist,nutritionist,0.24,Noun,12,11,4,nutritionist,10.95,1.00,10.95,1.00,none,none,none, nutritious,nutritious,0.88,Adjective,10,8,3,nutritious,8.89,1.00,8.89,1.00,none,none,none, nutritive,nutritive,0.02,Adjective,9,8,3,nutritive,12.31,0.68,12.31,0.68,none,none,none, nuts,nuts,53.51,Noun,4,4,1,nut,none,none,5.21,1.00,none,none,4.47, nutshell,nutshell,0.94,Noun,8,6,2,nutshell,6.67,1.00,6.67,1.00,none,none,none, nuttier,nuttier,0.22,Adjective,7,5,3,nutty,none,none,7.45,1.00,none,none,none, nuttiest,nuttiest,0.06,Adjective,8,7,3,nutty,none,none,7.45,1.00,none,none,none, nuttiness,nuttiness,0.10,Noun,9,7,3,nuttiness,10.28,1.00,10.28,1.00,none,none,none, nutty,nutty,3.57,Adjective,5,4,2,nutty,7.45,1.00,7.45,1.00,none,none,none, nuzzle,nuzzle,0.14,Verb,6,5,2,nuzzle,11.35,0.94,11.35,0.94,none,none,none, nuzzled,nuzzled,0.04,Verb,7,6,2,nuzzle,none,none,11.35,0.94,none,none,none, nuzzles,nuzzles,0.02,Verb,7,6,2,nuzzle,none,none,11.35,0.94,none,none,none, nuzzling,nuzzling,0.22,Verb,8,7,3,nuzzle,none,none,11.35,0.94,none,none,none, nylon,nylon,1.35,Noun,5,5,2,nylon,10.00,1.00,10.00,1.00,none,11.02,none,8.79 nylons,nylons,1.25,Noun,6,6,2,nylon,none,none,10.00,1.00,none,11.02,none,8.79 nymph,nymph,0.75,Noun,5,4,1,nymph,11.21,0.90,11.21,0.90,none,none,12.00, nymphet,nymphet,0.04,Noun,7,6,2,nymphet,17.36,0.78,17.36,0.78,none,none,none, nymphets,nymphets,0.02,Noun,8,7,2,nymphet,none,none,17.36,0.78,none,none,none, nymphomania,nymphomania,0.20,Noun,11,10,4,nymphomania,17.16,0.95,17.16,0.95,none,none,none, nymphomaniac,nymphomaniac,0.53,Noun,12,11,5,nymphomaniac,15.29,0.94,15.29,0.94,none,none,none, nymphomaniacs,nymphomaniacs,0.12,Noun,13,12,5,nymphomaniac,none,none,15.29,0.94,none,none,none, nymphs,nymphs,0.57,Noun,6,5,1,nymph,none,none,11.21,0.90,none,none,12.00, oaf,oaf,0.98,Noun,3,2,1,oaf,11.87,0.79,11.87,0.79,none,none,10.75, oafish,oafish,0.04,Adjective,6,4,2,oafish,14.82,0.58,14.82,0.58,none,none,none, oafs,oafs,0.08,Noun,4,3,1,oaf,none,none,11.87,0.79,none,none,10.75, oak,oak,5.61,Noun,3,2,1,oak,7.35,1.00,7.35,1.00,none,6.30,7.01, oaken,oaken,0.04,Adjective,5,4,2,oaken,11.90,0.53,11.90,0.53,none,none,none, oaks,oaks,1.69,Noun,4,3,1,oak,none,none,7.35,1.00,none,6.30,7.01, oakum,oakum,0.08,Noun,5,4,2,oakum,11.67,0.33,11.67,0.33,none,none,none, oaky,oaky,0.10,Adjective,4,3,2,oaky,11.08,0.72,11.08,0.72,none,none,none, oar,oar,0.82,Noun,3,2,1,oar,5.83,1.00,5.83,1.00,none,none,7.70, oars,oars,1.08,Noun,4,3,1,oar,none,none,5.83,1.00,none,none,7.70, oarsman,oarsman,0.06,Noun,7,6,2,oarsman,13.72,0.90,13.72,0.90,none,none,none, oarsmen,oarsmen,0.12,Noun,7,6,2,oarsman,none,none,13.72,0.90,none,none,none, oasis,oasis,1.92,Noun,5,5,3,oasis,9.11,1.00,9.11,1.00,none,none,none, oat,oat,0.53,Noun,3,2,1,oat,5.83,1.00,5.83,1.00,none,none,6.78, oath,oath,9.88,Noun,4,2,1,oath,11.39,1.00,11.39,1.00,none,8.13,8.95, oaths,oaths,0.37,Noun,5,3,1,oath,none,none,11.39,1.00,none,8.13,8.95, oatmeal,oatmeal,3.31,Noun,7,5,2,oatmeal,4.50,1.00,4.50,1.00,none,none,none, oats,oats,2.06,Noun,4,3,1,oats,7.49,1.00,7.49,1.00,none,none,none, obbligato,obbligato,0.06,Noun,9,8,4,obbligato,14.33,0.50,14.33,0.50,none,none,none, obdurate,obdurate,0.04,Adjective,8,6,3,obdurate,15.12,0.42,15.12,0.42,none,none,none, obedience,obedience,1.71,Noun,9,8,4,obedience,8.53,1.00,8.53,1.00,6.81,none,none, obedient,obedient,1.96,Adjective,8,8,4,obedient,8.53,1.00,8.53,1.00,none,none,none, obeisance,obeisance,0.08,Noun,9,7,3,obeisance,14.50,0.53,14.50,0.53,none,none,none, obelisk,obelisk,0.10,Noun,7,7,3,obelisk,13.67,0.83,13.67,0.83,none,none,none, obese,obese,0.49,Adjective,5,4,2,obese,9.39,1.00,9.39,1.00,none,none,none, obesity,obesity,0.41,Noun,7,7,4,obesity,11.37,1.00,11.37,1.00,none,none,none, obey,obey,8.94,Verb,4,3,2,obey,5.44,1.00,5.44,1.00,5.82,none,none,6.61 obeyed,obeyed,1.22,Verb,6,4,2,obey,none,none,5.44,1.00,5.82,none,none,6.61 obeying,obeying,0.73,Verb,7,5,3,obey,none,none,5.44,1.00,5.82,none,none,6.61 obeys,obeys,0.43,Verb,5,4,2,obey,none,none,5.44,1.00,5.82,none,none,6.61 obfuscate,obfuscate,0.10,Noun,9,8,3,obfuscate,16.90,0.56,16.90,0.56,none,none,none, obfuscates,obfuscates,0.02,Verb,10,8,3,obfuscate,none,none,16.90,0.56,none,none,none, obfuscation,obfuscation,0.02,Noun,11,10,4,obfuscation,15.71,0.39,15.71,0.39,none,none,none, obit,obit,0.12,Noun,4,4,2,obit,10.00,0.47,10.00,0.47,none,none,none, obits,obits,0.24,Noun,5,5,2,obit,none,none,10.00,0.47,none,none,none, obituaries,obituaries,1.04,Noun,10,9,5,obituary,none,none,9.44,0.89,none,none,none, obituary,obituary,1.33,Noun,8,8,5,obituary,9.44,0.89,9.44,0.89,none,none,none, object,object,25.76,Noun,6,6,2,object,7.94,1.00,7.94,1.00,7.29,6.83,none,6.61 objected,objected,0.78,Verb,8,8,3,object,none,none,7.94,1.00,7.29,6.83,none,6.61 objectification,objectification,0.14,Noun,15,14,6,objectification,13.83,0.95,13.83,0.95,none,none,none, objectified,objectified,0.12,Verb,11,10,4,objectify,none,none,13.95,1.00,none,none,none, objectifies,objectifies,0.06,Verb,11,10,4,objectify,none,none,13.95,1.00,none,none,none, objectify,objectify,0.22,Verb,9,9,4,objectify,13.95,1.00,13.95,1.00,none,none,none, objectifying,objectifying,0.10,Verb,12,11,5,objectify,none,none,13.95,1.00,none,none,none, objecting,objecting,0.27,Verb,9,8,3,object,none,none,7.94,1.00,7.29,6.83,none,6.61 objection,objection,21.73,Noun,9,8,3,objection,9.74,1.00,9.74,1.00,none,none,none, objectionable,objectionable,0.37,Adjective,13,12,5,objectionable,11.21,1.00,11.21,1.00,none,none,none, objections,objections,4.02,Noun,10,9,3,objection,none,none,9.74,1.00,none,none,none, objective,objective,7.04,Noun,9,8,3,objective,12.72,1.00,12.72,1.00,none,none,none, objectives,objectives,1.39,Noun,10,9,3,objective,none,none,12.72,1.00,none,none,none, objectivity,objectivity,0.75,Noun,11,11,5,objectivity,10.74,1.00,10.74,1.00,none,none,none, objector,objector,0.29,Noun,8,7,3,objector,11.95,1.00,11.95,1.00,none,none,none, objectors,objectors,0.06,Noun,9,8,3,objector,none,none,11.95,1.00,none,none,none, objects,objects,8.71,Noun,7,7,2,object,none,none,7.94,1.00,7.29,6.83,none,6.61 objet,objet,0.08,Noun,5,4,2,objet,10.25,0.42,10.25,0.42,none,none,none, oblate,oblate,0.04,Verb,6,5,2,oblate,14.50,0.44,14.50,0.44,none,none,none, obligate,obligate,0.12,Verb,8,7,3,obligate,11.68,1.00,11.68,1.00,none,none,none, obligated,obligated,2.57,Verb,9,9,4,obligate,none,none,11.68,1.00,none,none,none, obligates,obligates,0.02,Verb,9,8,3,obligate,none,none,11.68,1.00,none,none,none, obligation,obligation,6.75,Noun,10,9,4,obligation,10.95,1.00,10.95,1.00,none,none,none, obligations,obligations,2.51,Noun,11,10,4,obligation,none,none,10.95,1.00,none,none,none, obligatory,obligatory,0.41,Adjective,10,10,5,obligatory,12.21,0.95,12.21,0.95,none,none,none, oblige,oblige,2.22,Verb,6,5,2,oblige,11.82,0.94,11.82,0.94,none,11.38,none,11.49 obliged,obliged,5.78,Verb,7,6,2,oblige,none,none,11.82,0.94,none,11.38,none,11.49 obliges,obliges,0.14,Verb,7,7,3,oblige,none,none,11.82,0.94,none,11.38,none,11.49 obliging,obliging,0.33,Adjective,8,7,3,obliging,14.53,0.95,14.53,0.95,none,none,none, oblique,oblique,0.45,Adjective,7,5,2,oblique,12.89,1.00,12.89,1.00,none,none,none, obliquity,obliquity,0.04,Noun,9,8,4,obliquity,14.50,0.67,14.50,0.67,none,none,none, obliterate,obliterate,0.35,Verb,10,8,4,obliterate,12.72,1.00,12.72,1.00,none,none,none, obliterated,obliterated,0.61,Verb,11,10,5,obliterate,none,none,12.72,1.00,none,none,none, obliterates,obliterates,0.08,Verb,11,9,4,obliterate,none,none,12.72,1.00,none,none,none, obliteration,obliteration,0.14,Noun,12,10,5,obliteration,13.16,0.95,13.16,0.95,none,none,none, oblivion,oblivion,1.98,Noun,8,8,4,oblivion,10.94,1.00,10.94,1.00,none,12.49,none, oblivious,oblivious,1.06,Adjective,9,8,4,oblivious,12.56,1.00,12.56,1.00,none,none,none, obliviousness,obliviousness,0.02,Noun,13,11,5,obliviousness,13.05,1.00,13.05,1.00,none,none,none, oblong,oblong,0.12,Adjective,6,5,2,oblong,10.39,1.00,10.39,1.00,none,none,none, oblongata,oblongata,0.12,Noun,9,9,4,oblongata,14.80,0.50,14.80,0.50,none,none,none, obloquy,obloquy,0.02,Noun,7,7,3,obloquy,16.33,0.33,16.33,0.33,none,none,none, obnoxious,obnoxious,3.51,Adjective,9,8,3,obnoxious,7.95,1.00,7.95,1.00,none,none,none, obnoxiousness,obnoxiousness,0.04,Noun,13,11,4,obnoxiousness,11.75,1.00,11.75,1.00,none,none,none, oboe,oboe,0.35,Noun,4,3,2,oboe,10.78,0.95,10.78,0.95,none,none,none, oboes,oboes,0.04,Noun,5,4,2,oboe,none,none,10.78,0.95,none,none,none, oboist,oboist,0.00,Err:512,6,6,3,oboist,14.70,0.62,14.70,0.62,12.45,none,none, obscene,obscene,3.45,Adjective,7,5,2,obscene,11.83,0.95,11.83,0.95,none,none,none,11.29 obscenest,obscenest,0.02,Adjective,9,8,3,obscene,none,none,11.83,0.95,none,none,none,11.29 obscenities,obscenities,0.22,Noun,11,9,4,obscenity,none,none,10.35,0.94,none,none,none, obscenity,obscenity,1.04,Noun,9,8,4,obscenity,10.35,0.94,10.35,0.94,none,none,none, obscurantism,obscurantism,0.02,Noun,12,14,5,obscurantism,15.88,0.42,15.88,0.42,none,none,none, obscurantist,obscurantist,0.02,Noun,12,13,4,obscurantist,13.67,0.50,13.67,0.50,none,none,none, obscure,obscure,2.59,Adjective,7,7,2,obscure,11.87,0.99,11.87,0.99,none,11.77,none,11.19 obscured,obscured,0.55,Verb,8,8,2,obscure,none,none,11.87,0.99,none,11.77,none,11.19 obscures,obscures,0.14,Verb,8,8,2,obscure,none,none,11.87,0.99,none,11.77,none,11.19 obscuring,obscuring,0.16,Verb,9,9,3,obscure,none,none,11.87,0.99,none,11.77,none,11.19 obscurity,obscurity,0.53,Noun,9,10,4,obscurity,12.06,1.00,12.06,1.00,none,none,none, obsequious,obsequious,0.20,Adjective,10,9,4,obsequious,15.09,0.61,15.09,0.61,none,none,none, observable,observable,0.08,Adjective,10,9,4,observable,10.63,1.00,10.63,1.00,none,none,none, observance,observance,0.06,Noun,10,8,3,observance,9.53,1.00,9.53,1.00,none,none,none, observant,observant,1.22,Adjective,9,8,3,observant,9.32,1.00,9.32,1.00,none,none,none, observation,observation,7.45,Noun,11,9,4,observation,9.32,1.00,9.32,1.00,none,10.60,none, observational,observational,0.10,Adjective,13,11,5,observational,12.05,1.00,12.05,1.00,none,none,none, observations,observations,1.41,Noun,12,10,4,observation,none,none,9.32,1.00,none,10.60,none, observatories,observatories,0.10,Noun,13,11,5,observatory,none,none,9.12,0.94,none,none,none, observatory,observatory,1.00,Noun,11,10,5,observatory,9.12,0.94,9.12,0.94,none,none,none, observe,observe,9.78,Verb,7,5,2,observe,9.53,1.00,9.53,1.00,none,8.96,none,9.05 observed,observed,3.88,Verb,8,6,2,observe,none,none,9.53,1.00,none,8.96,none,9.05 observer,observer,3.69,Noun,8,6,3,observer,9.70,1.00,9.70,1.00,none,9.60,none, observers,observers,1.08,Noun,9,7,3,observer,none,none,9.70,1.00,none,9.60,none, observes,observes,0.22,Verb,8,6,2,observe,none,none,9.53,1.00,none,8.96,none,9.05 observing,observing,2.84,Verb,9,7,3,observe,none,none,9.53,1.00,none,8.96,none,9.05 obsess,obsess,0.61,Verb,6,5,2,obsess,10.84,0.95,10.84,0.95,none,none,none,10.04 obsessed,obsessed,10.31,Adjective,8,6,2,obsessed,9.28,1.00,9.28,1.00,none,none,none, obsesses,obsesses,0.04,Verb,8,7,3,obsess,none,none,10.84,0.95,none,none,none,10.04 obsessing,obsessing,1.57,Verb,9,7,3,obsess,none,none,10.84,0.95,none,none,none,10.04 obsession,obsession,5.67,Noun,9,7,3,obsession,9.61,1.00,9.61,1.00,none,none,none, obsessions,obsessions,0.49,Noun,10,8,3,obsession,none,none,9.61,1.00,none,none,none, obsessive,obsessive,1.76,Adjective,9,7,3,obsessive,10.89,1.00,10.89,1.00,none,none,none, obsidian,obsidian,0.06,Noun,8,8,4,obsidian,11.50,0.89,11.50,0.89,none,none,none, obsolescence,obsolescence,0.08,Noun,12,10,4,obsolescence,13.40,0.79,13.40,0.79,none,none,none, obsolescent,obsolescent,0.02,Adjective,11,10,4,obsolescent,15.44,0.90,15.44,0.90,none,none,none, obsolete,obsolete,1.92,Adjective,8,7,3,obsolete,12.28,0.95,12.28,0.95,none,none,none, obstacle,obstacle,2.59,Noun,8,8,3,obstacle,7.84,1.00,7.84,1.00,none,none,none, obstacles,obstacles,2.35,Noun,9,9,3,obstacle,none,none,7.84,1.00,none,none,none, obstante,obstante,0.02,Noun,8,7,2,obstante,13.70,0.53,13.70,0.53,none,none,none, obstetric,obstetric,0.12,Adjective,9,9,3,obstetric,13.12,0.89,13.12,0.89,none,none,none, obstetrician,obstetrician,0.25,Noun,12,11,4,obstetrician,12.56,0.95,12.56,0.95,none,none,none, obstetricians,obstetricians,0.10,Noun,13,12,4,obstetrician,none,none,12.56,0.95,none,none,none, obstetrics,obstetrics,0.14,Noun,10,10,3,obstetrics,14.69,0.65,14.69,0.65,none,none,none, obstinacy,obstinacy,0.10,Noun,9,9,4,obstinacy,10.83,0.67,10.83,0.67,none,none,none, obstinate,obstinate,0.90,Adjective,9,8,3,obstinate,13.11,0.95,13.11,0.95,none,none,none, obstruct,obstruct,0.59,Verb,8,8,2,obstruct,10.94,1.00,10.94,1.00,9.30,none,none,11.39 obstructed,obstructed,0.49,Verb,10,10,3,obstruct,none,none,10.94,1.00,9.30,none,none,11.39 obstructing,obstructing,0.90,Verb,11,10,3,obstruct,none,none,10.94,1.00,9.30,none,none,11.39 obstruction,obstruction,2.39,Noun,11,10,3,obstruction,10.14,1.00,10.14,1.00,none,10.66,none, obstructions,obstructions,0.22,Noun,12,11,3,obstruction,none,none,10.14,1.00,none,10.66,none, obstructs,obstructs,0.06,Verb,9,9,2,obstruct,none,none,10.94,1.00,9.30,none,none,11.39 obtain,obtain,3.73,Verb,6,5,2,obtain,9.32,1.00,9.32,1.00,none,none,none,9.76 obtained,obtained,2.41,Verb,8,6,2,obtain,none,none,9.32,1.00,none,none,none,9.76 obtaining,obtaining,0.78,Verb,9,7,3,obtain,none,none,9.32,1.00,none,none,none,9.76 obtains,obtains,0.10,Verb,7,6,2,obtain,none,none,9.32,1.00,none,none,none,9.76 obtrude,obtrude,0.02,Verb,7,6,2,obtrude,12.60,0.79,12.60,0.79,none,none,none, obtrusive,obtrusive,0.04,Adjective,9,8,3,obtrusive,14.80,0.95,14.80,0.95,none,none,none, obtuse,obtuse,0.25,Adjective,6,5,2,obtuse,12.06,0.95,12.06,0.95,none,none,none, obviate,obviate,0.04,Verb,7,6,3,obviate,18.71,0.39,18.71,0.39,none,none,none, obvious,obvious,29.57,Adjective,7,6,3,obvious,9.11,1.00,9.11,1.00,none,8.47,none, obviously,obviously,60.43,Adverb,9,8,4,obviously,8.21,1.00,8.21,1.00,8.69,none,none, obviousness,obviousness,0.02,Noun,11,9,4,obviousness,9.94,1.00,9.94,1.00,none,none,none, ocarina,ocarina,0.06,Noun,7,7,4,ocarina,12.50,0.56,12.50,0.56,none,none,none, occasion,occasion,16.55,Noun,8,6,3,occasion,8.16,1.00,8.16,1.00,8.50,none,none, occasional,occasional,3.90,Adjective,10,8,4,occasional,9.05,1.00,9.05,1.00,none,none,none, occasionally,occasionally,7.14,Adverb,12,9,5,occasionally,9.61,1.00,9.61,1.00,none,none,none, occasioned,occasioned,0.27,Verb,10,7,3,occasion,none,none,8.16,1.00,8.50,none,none, occasions,occasions,3.78,Noun,9,7,3,occasion,none,none,8.16,1.00,8.50,none,none, occident,occident,0.02,Noun,8,8,3,occident,15.40,0.50,15.40,0.50,none,none,none, occidental,occidental,0.14,Adjective,10,10,4,occidental,13.42,0.63,13.42,0.63,none,none,none, occipital,occipital,0.71,Adjective,9,9,4,occipital,16.29,0.77,16.29,0.77,none,none,none, occlude,occlude,0.04,Verb,7,5,2,occlude,14.20,0.56,14.20,0.56,none,none,none, occluded,occluded,0.14,Adjective,8,7,3,occluded,15.10,0.56,15.10,0.56,none,none,none, occlusion,occlusion,0.14,Noun,9,7,3,occlusion,14.54,0.68,14.54,0.68,none,none,none, occlusions,occlusions,0.02,Noun,10,8,3,occlusion,none,none,14.54,0.68,none,none,none, occult,occult,1.57,Noun,6,5,2,occult,12.65,0.94,12.65,0.94,none,none,none,12.32 occultism,occultism,0.06,Noun,9,9,4,occultism,15.07,0.74,15.07,0.74,none,none,none, occultist,occultist,0.02,Noun,9,8,3,occultist,12.94,0.86,12.94,0.86,none,none,none, occults,occults,0.02,Noun,7,6,2,occult,none,none,12.65,0.94,none,none,none,12.32 occupancy,occupancy,0.27,Noun,9,9,4,occupancy,9.67,1.00,9.67,1.00,none,none,none, occupant,occupant,0.80,Noun,8,8,3,occupant,9.95,1.00,9.95,1.00,none,none,none, occupants,occupants,0.43,Noun,9,9,3,occupant,none,none,9.95,1.00,none,none,none, occupation,occupation,4.12,Noun,10,9,4,occupation,10.89,1.00,10.89,1.00,none,9.66,none, occupational,occupational,1.49,Adjective,12,11,5,occupational,10.33,1.00,10.33,1.00,none,none,none, occupations,occupations,0.24,Noun,11,10,4,occupation,none,none,10.89,1.00,none,9.66,none, occupied,occupied,5.75,Verb,8,7,3,occupy,none,none,8.89,1.00,none,none,none, occupies,occupies,0.37,Verb,8,7,3,occupy,none,none,8.89,1.00,none,none,none, occupy,occupy,2.47,Verb,6,6,3,occupy,8.89,1.00,8.89,1.00,none,none,none, occupying,occupying,0.76,Verb,9,8,4,occupy,none,none,8.89,1.00,none,none,none, occur,occur,7.43,Verb,5,3,2,occur,9.74,1.00,9.74,1.00,none,9.90,none,8.45 occurred,occurred,14.45,Verb,8,4,2,occur,none,none,9.74,1.00,none,9.90,none,8.45 occurrence,occurrence,1.18,Noun,10,6,3,occurrence,11.44,0.95,11.44,0.95,none,none,none, occurrences,occurrences,0.27,Noun,11,8,4,occurrence,none,none,11.44,0.95,none,none,none, occurring,occurring,0.80,Verb,9,5,3,occur,none,none,9.74,1.00,none,9.90,none,8.45 occurs,occurs,3.33,Verb,6,4,2,occur,none,none,9.74,1.00,none,9.90,none,8.45 ocean,ocean,30.29,Noun,5,4,2,ocean,4.74,1.00,4.74,1.00,none,6.41,none,5.14 oceanfront,oceanfront,0.06,Noun,10,9,3,oceanfront,9.28,1.00,9.28,1.00,none,none,none, oceanic,oceanic,0.61,Adjective,7,7,4,oceanic,11.39,1.00,11.39,1.00,none,none,none, oceanographer,oceanographer,0.08,Noun,13,10,5,oceanographer,12.74,1.00,12.74,1.00,none,none,none, oceanographic,oceanographic,0.24,Adjective,13,11,5,oceanographic,12.83,1.00,12.83,1.00,none,none,none, oceanography,oceanography,0.14,Noun,12,10,5,oceanography,12.71,1.00,12.71,1.00,12.79,none,none, oceans,oceans,1.84,Noun,6,5,2,ocean,none,none,4.74,1.00,none,6.41,none,5.14 ocelot,ocelot,0.04,Verb,6,6,3,ocelot,10.00,0.56,10.00,0.56,none,none,none, ochre,ochre,Err:512,Err:512,5,3,2,ochre,13.30,0.48,13.30,0.48,none,none,none, ocotillo,ocotillo,0.04,Noun,8,7,4,ocotillo,13.67,0.33,13.67,0.33,none,none,none, octagon,octagon,0.22,Noun,7,7,3,octagon,8.00,1.00,8.00,1.00,none,none,none, octagonal,octagonal,0.12,Adjective,9,9,4,octagonal,11.78,0.95,11.78,0.95,none,none,none, octane,octane,0.08,Noun,6,5,2,octane,15.18,0.94,15.18,0.94,none,none,none, octant,octant,0.06,Noun,6,6,2,octant,15.50,0.63,15.50,0.63,none,none,none, octave,octave,0.27,Noun,6,5,2,octave,9.39,1.00,9.39,1.00,none,none,none, octaves,octaves,0.08,Noun,7,6,2,octave,none,none,9.39,1.00,none,none,none, octavo,octavo,0.02,Noun,6,6,3,octavo,12.00,0.63,12.00,0.63,none,none,none, octet,octet,0.02,Noun,5,5,2,octet,11.60,0.75,11.60,0.75,none,none,none, octillion,octillion,0.02,Noun,9,8,3,octillion,15.00,0.53,15.00,0.53,none,none,none, octogenarian,octogenarian,0.10,Noun,12,12,6,octogenarian,15.75,0.80,15.75,0.80,none,none,none, octogenarians,octogenarians,0.02,Noun,13,13,6,octogenarian,none,none,15.75,0.80,none,none,none, octopi,octopi,0.04,Noun,6,6,3,octopus,none,none,6.26,1.00,none,none,none, octopus,octopus,1.94,Noun,7,7,3,octopus,6.26,1.00,6.26,1.00,none,none,none, octopuses,octopuses,0.02,Noun,9,9,4,octopus,none,none,6.26,1.00,none,none,none, octoroon,octoroon,0.02,Noun,8,7,3,octoroon,15.20,0.26,15.20,0.26,none,none,none, ocular,ocular,0.41,Adjective,6,6,3,ocular,13.28,0.95,13.28,0.95,none,none,none, oculist,oculist,0.08,Noun,7,8,3,oculist,11.36,0.61,11.36,0.61,none,none,none, oculists,oculists,0.02,Noun,8,9,3,oculist,none,none,11.36,0.61,none,none,none, odalisque,odalisque,0.02,Noun,9,6,3,odalisque,19.33,0.17,19.33,0.17,none,none,none, odd,odd,24.04,Adjective,3,2,1,odd,6.00,1.00,6.00,1.00,5.82,none,6.65, oddball,oddball,0.67,Noun,7,5,2,oddball,8.86,1.00,8.86,1.00,none,none,none, oddballs,oddballs,0.10,Noun,8,6,2,oddball,none,none,8.86,1.00,none,none,none, odder,odder,0.04,Adjective,5,3,2,odd,none,none,6.00,1.00,5.82,none,6.65, oddest,oddest,0.57,Adjective,6,5,2,odd,none,none,6.00,1.00,5.82,none,6.65, oddities,oddities,0.16,Noun,8,6,3,oddity,none,none,10.53,0.90,8.92,none,none, oddity,oddity,0.12,Noun,6,5,3,oddity,10.53,0.90,10.53,0.90,8.92,none,none, oddness,oddness,0.06,Noun,7,5,2,oddness,8.72,1.00,8.72,1.00,none,none,none, odds,odds,19.02,Noun,4,3,1,odds,8.58,1.00,8.58,1.00,none,none,none, ode,ode,0.80,Noun,3,2,1,ode,10.84,1.00,10.84,1.00,none,none,11.40, odes,odes,0.02,Noun,4,3,1,ode,none,none,10.84,1.00,none,none,11.40, odiferous,odiferous,0.02,Adjective,9,8,4,odiferous,14.07,0.74,14.07,0.74,none,none,none, odious,odious,0.49,Adjective,6,5,3,odious,14.00,0.61,14.00,0.61,none,none,none, odor,odour,2.33,Noun,4,3,2,odor,6.81,1.00,6.81,1.00,none,none,none,7.57 odorant,odorant,0.02,Noun,7,6,3,odorant,10.81,0.84,10.81,0.84,none,none,none, odorless,odourless,0.27,Adjective,8,6,3,odorless,10.33,1.00,10.33,1.00,none,none,none, odorous,odorous,0.02,Adjective,7,5,3,odorous,10.95,0.90,10.95,0.90,none,none,none, odors,odours,0.33,Noun,5,4,2,odor,none,none,6.81,1.00,none,none,none,7.57 odyssey,odyssey,0.88,Noun,7,5,3,odyssey,12.60,1.00,12.60,1.00,none,none,none, odysseys,odysseys,0.02,Noun,8,6,3,odyssey,none,none,12.60,1.00,none,none,none, oedipal,oedipal,0.41,Adjective,7,6,3,oedipal,14.20,0.83,14.20,0.83,none,none,none, oeuvre,oeuvre,0.33,Noun,6,4,2,oeuvre,16.71,0.35,16.71,0.35,none,none,none, oeuvres,oeuvres,1.94,Noun,7,7,4,oeuvre,none,none,16.71,0.35,none,none,none, of,of,11577.24,Preposition,2,2,1,of,4.55,1.00,4.55,1.00,4.65,none,3.88, off,off,1179.51,Adverb,3,2,1,off,3.83,1.00,3.83,1.00,4.34,none,3.88, offal,offal,0.18,Noun,5,4,2,offal,14.40,0.53,14.40,0.53,none,12.38,none, offbeat,offbeat,0.33,Adjective,7,5,2,offbeat,10.11,0.95,10.11,0.95,none,none,none, offence,offence,5.35,Noun,7,5,2,offence,9.89,1.00,9.89,1.00,none,none,none, offences,offences,0.20,Noun,8,7,3,offence,none,none,9.89,1.00,none,none,none, offend,offend,5.22,Verb,6,5,2,offend,9.67,1.00,9.67,1.00,none,9.13,none,8.70 offended,offended,7.53,Verb,8,7,3,offend,none,none,9.67,1.00,none,9.13,none,8.70 offender,offender,2.75,Noun,8,6,3,offender,10.85,1.00,10.85,1.00,none,none,none, offenders,offenders,2.22,Noun,9,7,3,offender,none,none,10.85,1.00,none,none,none, offending,offending,1.10,Verb,9,7,3,offend,none,none,9.67,1.00,none,9.13,none,8.70 offends,offends,1.12,Verb,7,6,2,offend,none,none,9.67,1.00,none,9.13,none,8.70 offense,offence,16.47,Noun,7,5,2,offense,8.61,1.00,8.61,1.00,none,none,none,8.79 offenses,offences,0.63,Noun,8,7,3,offense,none,none,8.61,1.00,none,none,none,8.79 offensive,offensive,6.41,Adjective,9,7,3,offensive,9.37,1.00,9.37,1.00,none,none,none, offensiveness,offensiveness,0.06,Noun,13,10,4,offensiveness,11.41,0.94,11.41,0.94,none,none,none, offer,offer,74.71,Verb,5,3,2,offer,7.48,1.00,7.48,1.00,7.12,none,none,8.20 offered,offered,26.14,Verb,7,4,2,offer,none,none,7.48,1.00,7.12,none,none,8.20 offering,offering,15.24,Verb,8,5,3,offer,none,none,7.48,1.00,7.12,none,none,8.20 offers,offers,7.51,Noun,6,4,2,offer,none,none,7.48,1.00,7.12,none,none,8.20 offertory,offertory,0.02,Noun,9,7,4,offertory,10.75,0.44,10.75,0.44,none,none,none, office,office,203.90,Noun,6,4,2,office,6.68,1.00,6.68,1.00,6.81,7.35,none,6.26 officemate,officemate,0.02,Noun,10,7,3,officemate,12.94,1.00,12.94,1.00,none,none,none, officer,officer,103.24,Noun,7,5,3,officer,6.50,1.00,6.50,1.00,8.19,none,none, officers,officers,28.27,Noun,8,6,3,officer,none,none,6.50,1.00,8.19,none,none, offices,offices,6.59,Noun,7,6,3,office,none,none,6.68,1.00,6.81,7.35,none,6.26 official,official,24.00,Adjective,8,6,3,official,8.68,1.00,8.68,1.00,none,none,none, officialdom,officialdom,0.02,Noun,11,9,4,officialdom,15.54,0.65,15.54,0.65,none,none,none, officials,officials,6.98,Noun,9,7,3,official,none,none,8.68,1.00,none,none,none, officiate,officiate,0.22,Verb,9,7,4,officiate,14.56,0.90,14.56,0.90,none,none,none, officiates,officiates,0.02,Verb,10,8,4,officiate,none,none,14.56,0.90,none,none,none, officious,officious,0.16,Adjective,9,6,3,officious,14.33,0.79,14.33,0.79,none,none,none, officiousness,officiousness,0.04,Noun,13,9,4,officiousness,13.92,0.72,13.92,0.72,none,none,none, offing,offing,0.31,Noun,6,4,2,offing,13.00,0.74,13.00,0.74,none,none,none, offish,offish,0.02,Noun,6,4,2,offish,12.00,0.59,12.00,0.59,none,none,none, offload,offload,0.08,Verb,7,5,2,offload,11.87,0.79,11.87,0.79,none,none,none, offloads,offloads,0.02,Noun,8,6,2,offload,none,none,11.87,0.79,none,none,none, offs,offs,0.18,Noun,4,3,1,off,none,none,3.83,1.00,4.34,none,3.88, offset,offset,0.57,Verb,6,5,2,offset,11.33,0.95,11.33,0.95,none,none,none, offsets,offsets,0.06,Verb,7,6,2,offset,none,none,11.33,0.95,none,none,none, offshoot,offshoot,0.14,Noun,8,5,2,offshoot,13.00,0.84,13.00,0.84,none,11.49,none, offshoots,offshoots,0.04,Noun,9,6,2,offshoot,none,none,13.00,0.84,none,11.49,none, offshore,offshore,2.25,Adjective,8,5,2,offshore,10.47,1.00,10.47,1.00,none,none,none, offspring,offspring,2.55,Noun,9,7,2,offspring,11.65,1.00,11.65,1.00,none,none,none, oft,oft,0.41,Adverb,3,3,1,oft,9.67,0.86,9.67,0.86,none,none,12.24, often,often,57.35,Adverb,5,4,2,often,6.53,1.00,6.53,1.00,6.04,none,none, oftener,oftener,0.12,Adverb,7,5,3,often,none,none,6.53,1.00,6.04,none,none, oftenest,oftenest,0.02,Adjective,8,7,3,often,none,none,6.53,1.00,6.04,none,none, ogle,ogle,0.37,Verb,4,4,2,ogle,13.22,0.95,13.22,0.95,none,none,none, ogled,ogled,0.10,Verb,5,5,2,ogle,none,none,13.22,0.95,none,none,none, ogling,ogling,0.27,Verb,6,6,3,ogle,none,none,13.22,0.95,none,none,none, ogre,ogre,1.39,Noun,4,3,2,ogre,8.33,0.90,8.33,0.90,none,none,none,9.67 ogres,ogres,0.55,Noun,5,4,2,ogre,none,none,8.33,0.90,none,none,none,9.67 ogress,ogress,0.02,Verb,6,5,2,ogress,12.56,0.47,12.56,0.47,none,none,none, oh,oh,3289.82,Interjection,2,1,1,oh,4.72,1.00,4.72,1.00,4.68,none,none, ohm,ohm,0.08,Noun,3,2,1,ohm,14.00,0.76,14.00,0.76,none,none,none, ohms,ohms,0.04,Noun,4,3,1,ohm,none,none,14.00,0.76,none,none,none, oil,oil,41.08,Noun,3,2,1,oil,7.33,1.00,7.33,1.00,none,6.15,7.01, oilcan,oilcan,0.12,Noun,6,5,2,oilcan,7.59,0.94,7.59,0.94,none,none,none, oilcloth,oilcloth,0.02,Noun,8,6,2,oilcloth,12.53,0.94,12.53,0.94,none,none,none, oiled,oiled,0.57,Verb,5,3,1,oil,none,none,7.33,1.00,none,6.15,7.01, oiling,oiling,0.06,Verb,6,4,2,oil,none,none,7.33,1.00,none,6.15,7.01, oillamp,oil lamp,Err:512,Err:512,7,5,2,oillamp,9.97,0.95,9.97,0.95,none,none,none, oilman,oilman,0.16,Noun,6,5,2,oilman,11.07,0.78,11.07,0.78,none,none,none, oilmen,oilmen,0.02,Noun,6,5,2,oilman,none,none,11.07,0.78,none,none,none, oilpaper,oilpaper,0.04,Noun,8,6,3,oilpaper,11.71,0.78,11.71,0.78,none,none,none, oils,oils,1.33,Noun,4,3,1,oil,none,none,7.33,1.00,none,6.15,7.01, oilskin,oilskin,0.02,Noun,7,6,2,oilskin,13.79,0.74,13.79,0.74,none,none,none, oilskins,oilskins,0.02,Verb,8,7,2,oilskin,none,none,13.79,0.74,none,none,none, oily,oily,0.96,Adjective,4,3,2,oily,7.37,1.00,7.37,1.00,none,none,none, oink,oink,1.08,Verb,4,3,1,oink,3.44,0.95,3.44,0.95,none,none,none, oinks,oinks,0.04,Verb,5,4,1,oink,none,none,3.44,0.95,none,none,none, ointment,ointment,1.63,Noun,8,7,2,ointment,7.90,1.00,7.90,1.00,none,none,none,9.85 ointments,ointments,0.04,Noun,9,8,2,ointment,none,none,7.90,1.00,none,none,none,9.85 ok,ok,508.39,Abbreviation,2,3,2,okay,none,none,3.43,0.95,6.34,none,none,3.91 okapi,okapi,0.00,Err:512,5,5,3,okapi,11.22,0.30,11.22,0.30,12.68,none,none, okay,okay,2006.27,Adverb,4,3,2,okay,3.43,0.95,3.43,0.95,6.34,none,none,3.91 okayed,okayed,0.69,Verb,6,4,2,okay,none,none,3.43,0.95,6.34,none,none,3.91 okays,okays,0.14,Verb,5,4,2,okay,none,none,3.43,0.95,6.34,none,none,3.91 okra,okra,0.51,Noun,4,4,2,okra,12.61,0.95,12.61,0.95,none,none,none, old,old,608.94,Adjective,3,3,1,old,3.72,1.00,3.72,1.00,4.93,none,4.18, olden,olden,1.06,Adjective,5,5,2,olden,9.59,0.89,9.59,0.89,none,none,none, older,older,41.86,Adjective,5,4,2,old,none,none,3.72,1.00,4.93,none,4.18, oldest,oldest,9.37,Adjective,6,6,2,old,none,none,3.72,1.00,4.93,none,4.18, oldfashioned,oldfashioned,Err:512,Err:512,12,9,4,oldfashioned,8.61,1.00,8.61,1.00,7.76,none,none, oldie,oldie,0.45,Noun,5,4,2,oldie,6.94,1.00,6.94,1.00,none,none,none, oldies,oldies,0.69,Noun,6,5,2,oldie,none,none,6.94,1.00,none,none,none, oldness,oldness,0.02,Noun,7,6,2,oldness,8.56,1.00,8.56,1.00,none,none,none, olds,olds,0.47,Noun,4,4,1,old,none,none,3.72,1.00,4.93,none,4.18, oleander,oleander,0.08,Noun,8,7,4,oleander,14.75,0.80,14.75,0.80,none,none,none, oleanders,oleanders,0.02,Noun,9,8,4,oleander,none,none,14.75,0.80,none,none,none, oleic,oleic,0.25,Adjective,5,5,3,oleic,15.75,0.21,15.75,0.21,none,none,none, olfactory,olfactory,0.45,Adjective,9,8,4,olfactory,13.46,0.68,13.46,0.68,none,none,none, oligarch,oligarch,0.02,Noun,8,7,3,oligarch,13.93,0.79,13.93,0.79,none,none,none, oligarchs,oligarchs,0.02,Noun,9,8,3,oligarch,none,none,13.93,0.79,none,none,none, oligarchy,oligarchy,0.16,Noun,9,8,4,oligarchy,12.87,0.75,12.87,0.75,12.92,none,none, olio,olio,0.02,Noun,4,4,3,olio,14.83,0.33,14.83,0.33,none,none,none, olive,olive,7.35,Adjective,5,4,2,olive,6.68,1.00,6.68,1.00,none,9.07,none,6.06 olives,olives,2.69,Noun,6,5,2,olive,none,none,6.68,1.00,none,9.07,none,6.06 olympics,olympics,4.25,4.25,8,8,3,olympics,8.31,1.00,8.31,1.00,none,none,none, ombudsman,ombudsman,0.14,Noun,9,9,3,ombudsman,16.62,0.72,16.62,0.72,none,none,none, ombudsperson,ombudsperson,0.02,Noun,12,12,4,ombudsperson,16.78,0.47,16.78,0.47,none,none,none, omega,omega,1.49,Noun,5,5,3,omega,13.24,0.94,13.24,0.94,none,none,none, omegas,omegas,0.02,Noun,6,6,3,omega,none,none,13.24,0.94,none,none,none, omelet,omelette,2.37,Noun,6,5,2,omelet,6.50,1.00,6.50,1.00,none,none,none,6.33 omelets,omelettes,0.31,Noun,7,6,2,omelet,none,none,6.50,1.00,none,none,none,6.33 omen,omen,1.71,Noun,4,4,2,omen,12.05,1.00,12.05,1.00,none,10.96,none,11.39 omens,omens,0.84,Noun,5,5,2,omen,none,none,12.05,1.00,none,10.96,none,11.39 omicron,omicron,0.43,Noun,7,7,3,omicron,15.78,0.45,15.78,0.45,none,none,none, ominous,ominous,1.33,Adjective,7,6,3,ominous,12.82,0.94,12.82,0.94,none,none,none, omission,omission,0.39,Noun,8,6,3,omission,12.50,1.00,12.50,1.00,none,none,none, omissions,omissions,0.02,Noun,9,7,3,omission,none,none,12.50,1.00,none,none,none, omit,omit,0.27,Verb,4,4,2,omit,10.90,1.00,10.90,1.00,none,11.70,none, omitted,omitted,0.35,Verb,7,6,3,omit,none,none,10.90,1.00,none,11.70,none, omitting,omitting,0.10,Verb,8,6,3,omit,none,none,10.90,1.00,none,11.70,none, omnibus,omnibus,0.08,Noun,7,7,3,omnibus,14.80,0.50,14.80,0.50,none,none,none, omnipotence,omnipotence,0.18,Noun,11,10,4,omnipotence,14.00,0.94,14.00,0.94,none,none,none, omnipotent,omnipotent,0.37,Adjective,10,10,4,omnipotent,11.35,0.89,11.35,0.89,none,none,none, omnipresent,omnipresent,0.12,Adjective,11,11,4,omnipresent,10.94,0.89,10.94,0.89,none,none,none, omniscience,omniscience,0.08,Noun,11,8,3,omniscience,13.12,0.89,13.12,0.89,none,none,none, omniscient,omniscient,0.33,Adjective,10,8,3,omniscient,13.47,0.79,13.47,0.79,none,none,none, omnivorous,omnivorous,0.04,Adjective,10,8,4,omnivorous,11.53,0.94,11.53,0.94,none,none,none, on,on,6955.73,Preposition,2,2,1,on,4.01,1.00,4.01,1.00,3.99,none,3.50, onboard,onboard,4.73,Noun,7,6,2,onboard,8.75,1.00,8.75,1.00,none,none,none, once,once,344.88,Adverb,4,4,1,once,4.97,1.00,4.97,1.00,4.62,none,5.68, oncologist,oncologist,0.86,Noun,10,10,4,oncologist,14.79,0.78,14.79,0.78,none,none,none, oncologists,oncologists,0.04,Noun,11,11,4,oncologist,none,none,14.79,0.78,none,none,none, oncology,oncology,0.61,Noun,8,8,4,oncology,15.69,0.84,15.69,0.84,none,none,none, oncoming,oncoming,0.43,Adjective,8,7,3,oncoming,10.39,1.00,10.39,1.00,none,none,none, one,one,3072.24,Number,3,3,1,one,3.23,1.00,3.23,1.00,3.99,none,2.25, oneness,oneness,0.41,Noun,7,6,2,oneness,11.42,0.95,11.42,0.95,none,none,none, onerous,onerous,0.04,Adjective,7,5,3,onerous,13.93,0.83,13.93,0.83,none,none,none, ones,ones,101.51,Noun,4,4,1,one,none,none,3.23,1.00,3.99,none,2.25, onetime,onetime,0.08,Adjective,7,6,2,onetime,8.47,0.89,8.47,0.89,none,none,none, ongoing,ongoing,2.18,Adjective,7,6,3,ongoing,8.39,1.00,8.39,1.00,none,none,none, onion,onion,4.24,Noun,5,5,2,onion,6.05,1.00,6.05,1.00,none,5.82,none,5.49 onions,onions,5.67,Noun,6,6,2,onion,none,none,6.05,1.00,none,5.82,none,5.49 onlooker,onlooker,0.04,Noun,8,6,3,onlooker,8.94,0.95,8.94,0.95,none,none,none, onlookers,onlookers,0.33,Noun,9,7,3,onlooker,none,none,8.94,0.95,none,none,none, only,only,1083.71,Adverb,4,4,2,only,4.95,1.00,4.95,1.00,5.10,none,none,5.49 onrushing,onrushing,0.04,Adjective,9,7,3,onrushing,13.44,0.80,13.44,0.80,none,none,none, onscreen,onscreen,0.08,Adjective,8,7,2,onscreen,10.84,0.95,10.84,0.95,none,none,none, onset,onset,0.84,Noun,5,5,2,onset,10.72,0.95,10.72,0.95,none,none,none,11.29 onshore,onshore,0.22,Adjective,7,5,2,onshore,9.26,0.95,9.26,0.95,none,none,none, onside,onside,0.08,Noun,6,5,2,onside,9.67,0.79,9.67,0.79,none,none,none, onslaught,onslaught,0.33,Noun,9,6,2,onslaught,12.33,1.00,12.33,1.00,none,11.75,none, onstage,onstage,2.04,Adjective,7,6,2,onstage,6.89,1.00,6.89,1.00,none,none,none, ontological,ontological,0.06,Adjective,11,11,5,ontological,15.15,0.68,15.15,0.68,none,none,none, ontology,ontology,0.10,Noun,8,8,4,ontology,16.64,0.74,16.64,0.74,none,none,none, onus,onus,0.10,Noun,4,4,2,onus,15.92,0.67,15.92,0.67,none,none,none, onyx,onyx,0.33,Noun,4,5,2,onyx,13.29,0.94,13.29,0.94,none,none,none, oodles,oodles,0.45,Noun,6,5,2,oodles,8.18,0.94,8.18,0.94,none,none,none, oolong,oolong,0.14,Noun,6,4,2,oolong,16.75,0.67,16.75,0.67,none,none,none, oomph,oomph,0.65,Noun,5,3,1,oomph,9.33,0.95,9.33,0.95,none,none,none, ooze,ooze,0.53,Verb,4,2,1,ooze,7.45,0.95,7.45,0.95,none,none,7.43, oozed,oozed,0.08,Verb,5,3,1,ooze,none,none,7.45,0.95,none,none,7.43, oozes,oozes,0.20,Verb,5,4,2,ooze,none,none,7.45,0.95,none,none,7.43, oozing,oozing,0.92,Verb,6,4,2,ooze,none,none,7.45,0.95,none,none,7.43, oozy,oozy,0.04,Adjective,4,3,2,oozy,9.30,1.00,9.30,1.00,none,none,none, op,op,3.69,Abbreviation,2,2,1,op,12.43,0.74,12.43,0.74,none,none,none, opacity,opacity,0.02,Noun,7,7,4,opacity,12.29,0.78,12.29,0.78,none,none,none, opal,opal,1.02,Noun,4,4,2,opal,9.28,0.95,9.28,0.95,none,none,none,11.29 opals,opals,0.10,Noun,5,5,2,opal,none,none,9.28,0.95,none,none,none,11.29 opaque,opaque,0.12,Adjective,6,4,2,opaque,13.95,1.00,13.95,1.00,none,none,none, open,open,320.41,Verb,4,4,2,open,5.00,1.00,5.00,1.00,none,none,none,4.38 opened,opened,33.84,Verb,6,5,2,open,none,none,5.00,1.00,none,none,none,4.38 opener,opener,3.39,Noun,6,5,3,opener,7.17,1.00,7.17,1.00,none,none,none, openers,openers,0.82,Noun,7,6,3,opener,none,none,7.17,1.00,none,none,none, openhanded,openhanded,Err:512,Err:512,10,10,4,openhanded,9.60,1.00,9.60,1.00,none,none,none, opening,opening,38.43,Noun,7,6,3,opening,6.28,1.00,6.28,1.00,7.51,6.77,none, openings,openings,1.53,Noun,8,7,3,opening,none,none,6.28,1.00,7.51,6.77,none, openness,openness,0.39,Noun,8,7,3,openness,8.68,1.00,8.68,1.00,none,none,none, opens,opens,16.63,Verb,5,5,2,open,none,none,5.00,1.00,none,none,none,4.38 opera,opera,17.12,Noun,5,4,2,opus,none,none,13.85,0.68,none,none,none,12.85 operable,operable,0.24,Adjective,8,7,4,operable,13.00,0.94,13.00,0.94,none,none,none, operate,operate,13.37,Verb,7,5,3,operate,7.11,1.00,7.11,1.00,8.69,none,none, operated,operated,3.25,Verb,8,7,4,operate,none,none,7.11,1.00,8.69,none,none, operates,operates,1.92,Verb,8,6,3,operate,none,none,7.11,1.00,8.69,none,none, operatic,operatic,0.27,Adjective,8,7,4,operatic,12.24,0.94,12.24,0.94,none,none,none, operating,operating,11.41,Verb,9,7,4,operate,none,none,7.11,1.00,8.69,none,none, operation,operation,43.94,Noun,9,7,4,operation,7.84,1.00,7.84,1.00,none,none,none, operational,operational,3.82,Adjective,11,9,5,operational,10.79,1.00,10.79,1.00,none,none,none, operations,operations,11.76,Noun,10,8,4,operation,none,none,7.84,1.00,none,none,none, operative,operative,3.25,Adjective,9,7,4,operative,9.67,1.00,9.67,1.00,none,none,none, operatives,operatives,1.25,Noun,10,8,4,operative,none,none,9.67,1.00,none,none,none, operator,operator,16.39,Noun,8,6,4,operator,7.95,1.00,7.95,1.00,9.34,none,none, operators,operators,1.47,Noun,9,7,4,operator,none,none,7.95,1.00,9.34,none,none, operculum,operculum,0.02,Noun,9,10,4,operculum,15.80,0.28,15.80,0.28,none,none,none, operetta,operetta,0.14,Noun,8,6,4,operetta,16.00,0.63,16.00,0.63,none,none,none, operettas,operettas,0.02,Noun,9,7,4,operetta,none,none,16.00,0.63,none,none,none, ophthalmic,ophthalmic,0.02,Adjective,10,8,3,ophthalmic,16.82,0.61,16.82,0.61,none,none,none, ophthalmologist,ophthalmologist,0.27,Noun,15,12,5,ophthalmologist,11.35,0.85,11.35,0.85,none,none,none, ophthalmology,ophthalmology,0.10,Noun,13,10,5,ophthalmology,12.41,0.85,12.41,0.85,12.92,none,none, opiate,opiate,0.39,Noun,6,5,3,opiate,14.44,0.84,14.44,0.84,none,none,none, opiates,opiates,0.43,Noun,7,6,3,opiate,none,none,14.44,0.84,none,none,none, opine,opine,0.12,Verb,5,4,2,opine,13.70,0.50,13.70,0.50,none,none,none, opinion,opinion,42.00,Noun,7,7,3,opinion,8.42,1.00,8.42,1.00,9.16,none,none, opinionated,opinionated,0.53,Verb,11,11,5,opinionated,10.88,0.94,10.88,0.94,11.73,none,none, opinions,opinions,5.02,Noun,8,8,3,opinion,none,none,8.42,1.00,9.16,none,none, opium,opium,2.24,Noun,5,5,3,opium,12.41,0.94,12.41,0.94,none,none,none, opossum,opossum,0.08,Noun,7,6,3,opossum,8.76,0.94,8.76,0.94,none,none,none, opossums,opossums,0.02,Noun,8,7,3,opossum,none,none,8.76,0.94,none,none,none, opponent,opponent,4.71,Noun,8,7,3,opponent,8.63,1.00,8.63,1.00,none,none,none, opponents,opponents,1.78,Noun,9,8,3,opponent,none,none,8.63,1.00,none,none,none, opportune,opportune,0.27,Adjective,9,6,3,opportune,10.83,0.95,10.83,0.95,none,none,none, opportunism,opportunism,0.02,Noun,11,10,5,opportunism,14.17,1.00,14.17,1.00,none,none,none, opportunist,opportunist,0.35,Noun,11,9,4,opportunist,13.65,0.94,13.65,0.94,none,none,none, opportunistic,opportunistic,0.27,Adjective,13,11,5,opportunistic,12.21,1.00,12.21,1.00,none,none,none, opportunists,opportunists,0.10,Noun,12,10,4,opportunist,none,none,13.65,0.94,none,none,none, opportunities,opportunities,4.88,Noun,13,10,5,opportunity,none,none,9.72,1.00,none,9.39,none, opportunity,opportunity,41.00,Noun,11,9,5,opportunity,9.72,1.00,9.72,1.00,none,9.39,none, opposable,opposable,0.35,Adjective,9,8,4,opposable,10.71,0.94,10.71,0.94,none,none,none, oppose,oppose,2.16,Verb,6,4,2,oppose,11.05,1.00,11.05,1.00,none,10.07,none,10.04 opposes,opposes,0.39,Verb,7,6,3,oppose,none,none,11.05,1.00,none,10.07,none,10.04 opposing,opposing,2.69,Adjective,8,6,3,opposing,8.06,1.00,8.06,1.00,none,none,none, opposite,opposite,15.20,Adjective,8,6,3,opposite,5.06,1.00,5.06,1.00,7.47,none,none, opposites,opposites,0.90,Noun,9,7,3,opposite,none,none,5.06,1.00,7.47,none,none, opposition,opposition,3.04,Noun,10,8,4,opposition,11.58,1.00,11.58,1.00,none,10.81,none, oppositions,oppositions,0.02,Noun,11,9,4,opposition,none,none,11.58,1.00,none,10.81,none, oppress,oppress,0.22,Verb,7,5,2,oppress,12.37,1.00,12.37,1.00,none,none,none, oppressed,oppressed,1.27,Adjective,9,6,2,oppressed,11.16,1.00,11.16,1.00,none,none,none, oppresses,oppresses,0.02,Verb,9,7,3,oppress,none,none,12.37,1.00,none,none,none, oppressing,oppressing,0.16,Verb,10,7,3,oppress,none,none,12.37,1.00,none,none,none, oppression,oppression,1.49,Noun,10,7,3,oppression,12.22,1.00,12.22,1.00,none,none,none, oppressive,oppressive,0.92,Adjective,10,7,3,oppressive,12.44,1.00,12.44,1.00,none,none,none, oppressiveness,oppressiveness,0.02,Noun,14,10,4,oppressiveness,12.83,1.00,12.83,1.00,none,none,none, oppressor,oppressor,0.51,Noun,9,6,3,oppressor,13.05,1.00,13.05,1.00,none,none,none, oppressors,oppressors,0.49,Noun,10,7,3,oppressor,none,none,13.05,1.00,none,none,none, opprobrious,opprobrious,Err:512,Err:512,11,9,4,opprobrious,11.00,0.14,11.00,0.14,none,none,none, ops,ops,4.20,Noun,3,3,1,ops,13.85,0.72,13.85,0.72,none,none,none, opt,opt,0.39,Verb,3,3,1,opt,12.62,0.89,12.62,0.89,none,none,11.56, opted,opted,0.41,Verb,5,5,2,opt,none,none,12.62,0.89,none,none,11.56, optic,optic,1.02,Noun,5,5,2,optic,11.00,1.00,11.00,1.00,none,none,none,11.19 optical,optical,1.10,Adjective,7,7,3,optical,10.72,1.00,10.72,1.00,none,none,none, optician,optician,0.08,Noun,8,7,3,optician,11.24,0.85,11.24,0.85,9.25,none,none, optics,optics,0.71,Noun,6,6,2,optics,12.63,0.95,12.63,0.95,none,none,none, optimal,optimal,0.29,Adjective,7,7,3,optimal,13.74,1.00,13.74,1.00,none,none,none, optimism,optimism,1.55,Noun,8,9,4,optimism,12.17,1.00,12.17,1.00,none,10.66,none, optimist,optimist,1.53,Noun,8,8,3,optimist,10.89,1.00,10.89,1.00,none,none,none, optimistic,optimistic,3.39,Adjective,10,10,4,optimistic,11.42,1.00,11.42,1.00,none,none,none, optimists,optimists,0.16,Noun,9,9,3,optimist,none,none,10.89,1.00,none,none,none, optimization,optimization,0.02,Noun,12,11,5,optimization,12.44,0.95,12.44,0.95,none,none,none, optimize,optimise,0.10,Verb,8,7,3,optimize,11.44,0.95,11.44,0.95,none,none,none, optimum,optimum,0.65,Adjective,7,7,3,optimum,11.44,1.00,11.44,1.00,none,none,none, opting,opting,0.10,Verb,6,5,2,opt,none,none,12.62,0.89,none,none,11.56, option,option,14.43,Noun,6,5,2,option,8.79,1.00,8.79,1.00,none,8.35,none,8.12 optional,optional,1.14,Adjective,8,7,3,optional,8.79,1.00,8.79,1.00,none,none,none, optioned,optioned,0.12,Verb,8,6,2,option,none,none,8.79,1.00,none,8.35,none,8.12 options,options,14.02,Noun,7,6,2,option,none,none,8.79,1.00,none,8.35,none,8.12 optometrist,optometrist,0.27,Noun,11,11,4,optometrist,8.62,0.89,8.62,0.89,12.68,none,none, optometrists,optometrists,0.02,Noun,12,12,4,optometrist,none,none,8.62,0.89,12.68,none,none, optometry,optometry,0.04,Noun,9,9,4,optometry,13.74,1.00,13.74,1.00,12.92,none,none, opts,opts,0.06,Verb,4,4,1,opt,none,none,12.62,0.89,none,none,11.56, opulence,opulence,0.10,Noun,8,8,3,opulence,11.73,0.83,11.73,0.83,none,none,none, opulent,opulent,0.14,Adjective,7,8,3,opulent,14.71,0.81,14.71,0.81,none,none,none, opus,opus,0.90,Noun,4,4,2,opus,13.85,0.68,13.85,0.68,none,none,none,12.85 or,or,1705.29,Conjunction,2,2,1,or,4.14,1.00,4.14,1.00,4.87,none,3.88, oracle,oracle,2.24,Noun,6,6,3,oracle,11.82,0.89,11.82,0.89,none,none,none, oracles,oracles,0.39,Noun,7,7,3,oracle,none,none,11.82,0.89,none,none,none, oral,oral,4.31,Adjective,4,4,2,oral,9.39,1.00,9.39,1.00,none,none,none,9.58 orals,orals,0.02,Noun,5,5,2,oral,none,none,9.39,1.00,none,none,none,9.58 orange,orange,22.31,Adjective,6,5,2,orange,3.26,1.00,3.26,1.00,none,4.26,none, orangery,orangery,Err:512,Err:512,8,8,4,orangery,12.30,0.53,12.30,0.53,none,none,none, oranges,oranges,2.45,Noun,7,7,3,orange,none,none,3.26,1.00,none,4.26,none, orangey,orangey,0.02,Noun,7,6,3,orangey,7.07,0.83,7.07,0.83,none,none,none, orangutan,orang-utan,0.57,Noun,9,8,4,orangutan,7.83,0.86,7.83,0.86,none,none,none, orangutans,orang-utans,0.18,Noun,10,9,4,orangutan,none,none,7.83,0.86,none,none,none, orate,orate,0.04,Verb,5,4,2,orate,13.56,0.89,13.56,0.89,none,none,none, oration,oration,0.08,Noun,7,6,3,oration,13.62,0.84,13.62,0.84,none,none,none, orations,orations,0.10,Noun,8,7,3,oration,none,none,13.62,0.84,none,none,none, orator,orator,0.16,Noun,6,5,3,orator,13.00,0.95,13.00,0.95,none,none,none, oratorio,oratorio,0.04,Noun,8,8,5,oratorio,15.10,0.56,15.10,0.56,none,none,none, orators,orators,0.04,Noun,7,6,3,orator,none,none,13.00,0.95,none,none,none, oratory,oratory,0.18,Noun,7,7,4,oratory,14.62,0.72,14.62,0.72,none,none,none, orb,orb,2.75,Noun,3,3,1,orb,11.17,1.00,11.17,1.00,10.49,none,12.22, orbed,orbed,0.45,Verb,5,4,1,orb,none,none,11.17,1.00,10.49,none,12.22, orbit,orbit,5.65,Noun,5,5,2,orbit,7.95,1.00,7.95,1.00,none,10.20,none,9.76 orbital,orbital,1.25,Adjective,7,7,3,orbital,12.65,0.89,12.65,0.89,none,none,none, orbited,orbited,0.14,Verb,7,7,3,orbit,none,none,7.95,1.00,none,10.20,none,9.76 orbiter,orbiter,0.08,Noun,7,6,3,orbiter,9.44,0.90,9.44,0.90,none,none,none, orbiters,orbiters,0.02,Noun,8,7,3,orbiter,none,none,9.44,0.90,none,none,none, orbiting,orbiting,0.63,Verb,8,7,3,orbit,none,none,7.95,1.00,none,10.20,none,9.76 orbits,orbits,0.57,Noun,6,6,2,orbit,none,none,7.95,1.00,none,10.20,none,9.76 orbs,orbs,0.41,Noun,4,4,1,orb,none,none,11.17,1.00,10.49,none,12.22, orchard,orchard,1.92,Noun,7,5,2,orchard,7.67,1.00,7.67,1.00,none,7.98,none,8.45 orchards,orchards,0.10,Noun,8,6,2,orchard,none,none,7.67,1.00,none,7.98,none,8.45 orchestra,orchestra,5.51,Noun,9,8,3,orchestra,9.44,1.00,9.44,1.00,none,none,none, orchestral,orchestral,0.20,Adjective,10,9,3,orchestral,11.12,0.94,11.12,0.94,none,none,none, orchestras,orchestras,0.16,Noun,10,9,3,orchestra,none,none,9.44,1.00,none,none,none, orchestrate,orchestrate,0.27,Verb,11,9,3,orchestrate,11.05,0.95,11.05,0.95,none,none,none, orchestrated,orchestrated,0.88,Verb,12,11,4,orchestrate,none,none,11.05,0.95,none,none,none, orchestrates,orchestrates,0.04,Verb,12,10,3,orchestrate,none,none,11.05,0.95,none,none,none, orchestrating,orchestrating,0.25,Verb,13,11,4,orchestrate,none,none,11.05,0.95,none,none,none, orchestration,orchestration,0.12,Noun,13,11,4,orchestration,11.89,0.95,11.89,0.95,none,none,none, orchestrations,orchestrations,0.08,Noun,14,12,4,orchestration,none,none,11.89,0.95,none,none,none, orchid,orchid,2.16,Noun,6,5,2,orchid,9.76,1.00,9.76,1.00,none,none,none,9.22 orchidaceous,orchidaceous,0.02,Adjective,12,9,4,orchidaceous,17.25,0.20,17.25,0.20,none,none,none, orchids,orchids,2.63,Noun,7,6,2,orchid,none,none,9.76,1.00,none,none,none,9.22 ordain,ordain,0.18,Verb,6,5,2,ordain,11.35,0.89,11.35,0.89,none,12.06,none, ordained,ordained,0.86,Verb,8,6,2,ordain,none,none,11.35,0.89,none,12.06,none, ordains,ordains,0.02,Verb,7,6,2,ordain,none,none,11.35,0.89,none,12.06,none, ordeal,ordeal,2.37,Noun,6,5,2,ordeal,10.06,1.00,10.06,1.00,none,10.09,none,10.60 ordeals,ordeals,0.08,Noun,7,6,2,ordeal,none,none,10.06,1.00,none,10.09,none,10.60 order,order,156.57,Noun,5,4,2,order,6.26,1.00,6.26,1.00,6.81,6.92,none,6.82 ordered,ordered,36.96,Verb,7,5,2,order,none,none,6.26,1.00,6.81,6.92,none,6.82 ordering,ordering,7.24,Verb,8,6,3,order,none,none,6.26,1.00,6.81,6.92,none,6.82 orderlies,orderlies,0.37,Noun,9,7,3,orderly,none,none,8.33,1.00,none,none,none, orderliness,orderliness,0.04,Noun,11,9,4,orderliness,10.40,0.91,10.40,0.91,9.50,none,none, orderly,orderly,4.37,Adjective,7,6,3,orderly,8.33,1.00,8.33,1.00,none,none,none, orders,orders,61.37,Noun,6,5,2,order,none,none,6.26,1.00,6.81,6.92,none,6.82 ordinance,ordinance,1.69,Noun,9,8,3,ordinance,13.17,1.00,13.17,1.00,none,none,none, ordinances,ordinances,0.16,Noun,10,10,4,ordinance,none,none,13.17,1.00,none,none,none, ordinaries,ordinaries,0.06,Noun,10,9,4,ordinary,none,none,8.63,1.00,7.01,none,none, ordinariness,ordinariness,0.02,Noun,12,11,5,ordinariness,12.06,0.95,12.06,0.95,none,none,none, ordinary,ordinary,19.08,Adjective,8,8,4,ordinary,8.63,1.00,8.63,1.00,7.01,none,none, ordinate,ordinate,0.02,Noun,8,7,3,ordinate,12.75,1.00,12.75,1.00,none,none,none, ordination,ordination,0.10,Noun,10,9,4,ordination,13.93,0.78,13.93,0.78,none,none,none, ordnance,ordnance,0.92,Noun,8,7,2,ordnance,14.00,0.84,14.00,0.84,none,none,none, ordure,ordure,Err:512,Err:512,6,6,2,ordure,16.25,0.19,16.25,0.19,none,none,none, ore,ore,1.65,Noun,3,2,1,ore,11.12,0.89,11.12,0.89,none,none,10.82, oregano,oregano,0.82,Noun,7,7,4,oregano,10.88,0.94,10.88,0.94,none,none,none, ores,ores,0.39,Noun,4,3,1,ore,none,none,11.12,0.89,none,none,10.82, organ,organ,7.25,Noun,5,5,2,organ,8.72,1.00,8.72,1.00,none,7.15,none,8.37 organdy,organdie,0.10,Noun,7,7,3,organdy,13.22,0.47,13.22,0.47,none,none,none, organic,organic,4.31,Adjective,7,7,3,organic,13.68,1.00,13.68,1.00,none,none,none, organics,organics,0.12,Noun,8,8,3,organic,none,none,13.68,1.00,none,none,none, organism,organism,2.04,Noun,8,9,4,organism,10.61,1.00,10.61,1.00,none,none,none, organismic,organismic,0.02,Adjective,10,10,4,organismic,14.13,0.75,14.13,0.75,none,none,none, organisms,organisms,0.73,Noun,9,10,4,organism,none,none,10.61,1.00,none,none,none, organist,organist,0.39,Noun,8,8,3,organist,7.68,1.00,7.68,1.00,none,none,none, organization,organisation,13.10,Noun,12,11,5,organization,9.16,1.00,9.16,1.00,none,none,none, organizational,organisational,0.35,Adjective,14,13,6,organizational,11.27,1.00,11.27,1.00,none,none,none, organizations,organisations,1.39,Noun,13,12,5,organization,none,none,9.16,1.00,none,none,none, organize,organise,4.31,Verb,8,7,3,organize,6.33,1.00,6.33,1.00,none,none,none, organized,organised,10.18,Verb,9,8,3,organize,none,none,6.33,1.00,none,none,none, organizer,organiser,0.43,Noun,9,8,4,organizer,9.55,1.00,9.55,1.00,none,none,none, organizers,organisers,0.39,Noun,10,9,4,organizer,none,none,9.55,1.00,none,none,none, organizes,organises,0.29,Verb,9,9,4,organize,none,none,6.33,1.00,none,none,none, organizing,organising,1.96,Verb,10,9,4,organize,none,none,6.33,1.00,none,none,none, organs,organs,5.90,Noun,6,6,2,organ,none,none,8.72,1.00,none,7.15,none,8.37 orgasm,orgasm,4.18,Noun,6,7,3,orgasm,14.05,1.00,14.05,1.00,none,none,none, orgasmic,orgasmic,0.25,Adjective,8,9,4,orgasmic,15.70,1.00,15.70,1.00,none,none,none, orgasms,orgasms,1.45,Noun,7,8,3,orgasm,none,none,14.05,1.00,none,none,none, orgiastic,orgiastic,0.08,Adjective,9,9,4,orgiastic,15.00,0.32,15.00,0.32,none,none,none, orgies,orgies,0.57,Noun,6,5,2,orgy,none,none,13.95,0.95,none,none,none,12.64 orgy,orgy,1.71,Noun,4,4,2,orgy,13.95,0.95,13.95,0.95,none,none,none,12.64 oriel,oriel,Err:512,Err:512,5,4,2,oriel,12.25,0.42,12.25,0.42,none,none,none, oriental,oriental,2.61,Adjective,8,8,4,oriental,8.35,1.00,8.35,1.00,none,none,none, orientate,orientate,0.02,Verb,9,8,4,orientate,14.20,0.83,14.20,0.83,none,none,none, orientated,orientated,0.10,Verb,10,10,5,orientate,none,none,14.20,0.83,none,none,none, orientation,orientation,2.43,Noun,11,10,5,orientation,11.78,1.00,11.78,1.00,none,none,none, orientations,orientations,0.02,Noun,12,11,5,orientation,none,none,11.78,1.00,none,none,none, orifice,orifice,0.59,Noun,7,6,3,orifice,11.40,0.83,11.40,0.83,11.96,none,none, orifices,orifices,0.24,Noun,8,8,4,orifice,none,none,11.40,0.83,11.96,none,none, origami,origami,0.76,Noun,7,7,4,origami,9.24,0.81,9.24,0.81,none,none,none, origin,origin,4.45,Noun,6,6,3,origin,10.25,1.00,10.25,1.00,none,9.71,none, original,original,28.24,Adjective,8,7,4,original,7.67,1.00,7.67,1.00,9.21,none,none, originality,originality,0.59,Noun,11,10,6,originality,9.58,1.00,9.58,1.00,none,9.87,none, originally,originally,6.96,Adverb,10,8,5,originally,8.46,1.00,8.46,1.00,9.54,none,none, originals,originals,1.14,Noun,9,8,4,original,none,none,7.67,1.00,9.21,none,none, originate,originate,0.29,Verb,9,7,4,originate,9.72,1.00,9.72,1.00,none,none,none, originated,originated,1.33,Verb,10,9,5,originate,none,none,9.72,1.00,none,none,none, originates,originates,0.10,Verb,10,8,4,originate,none,none,9.72,1.00,none,none,none, originating,originating,0.27,Verb,11,9,5,originate,none,none,9.72,1.00,none,none,none, origination,origination,0.08,Noun,11,9,5,origination,11.39,0.95,11.39,0.95,none,none,none, originator,originator,0.06,Noun,10,8,5,originator,12.61,1.00,12.61,1.00,none,none,none, origins,origins,1.14,Noun,7,7,3,origin,none,none,10.25,1.00,none,9.71,none, oriole,oriole,0.10,Noun,6,5,3,oriole,10.00,0.79,10.00,0.79,none,none,none, orioles,orioles,0.16,Noun,7,6,3,oriole,none,none,10.00,0.79,none,none,none, ormolu,ormolu,0.04,Noun,6,6,3,ormolu,14.80,0.28,14.80,0.28,none,none,none, ornament,ornament,1.14,Noun,8,8,3,ornament,6.10,1.00,6.10,1.00,none,6.15,none, ornamental,ornamental,0.18,Adjective,10,10,4,ornamental,9.74,1.00,9.74,1.00,none,none,none, ornamentation,ornamentation,0.06,Noun,13,12,5,ornamentation,11.11,1.00,11.11,1.00,none,none,none, ornaments,ornaments,1.00,Noun,9,9,3,ornament,none,none,6.10,1.00,none,6.15,none, ornate,ornate,0.20,Adjective,6,5,2,ornate,10.22,0.95,10.22,0.95,none,none,none, ornerier,ornerier,0.02,Adjective,8,7,4,ornery,none,none,10.27,0.79,none,none,none, orneriest,orneriest,0.08,Adjective,9,9,4,ornery,none,none,10.27,0.79,none,none,none, orneriness,orneriness,0.02,Noun,10,9,4,orneriness,12.00,0.61,12.00,0.61,none,none,none, ornery,ornery,1.18,Adjective,6,5,3,ornery,10.27,0.79,10.27,0.79,none,none,none, ornithological,ornithological,0.06,Adjective,14,13,6,ornithological,16.78,0.45,16.78,0.45,none,none,none, ornithologist,ornithologist,0.08,Noun,13,12,5,ornithologist,14.86,0.74,14.86,0.74,none,none,none, ornithology,ornithology,0.08,Noun,11,10,5,ornithology,15.30,0.53,15.30,0.53,none,none,none, orotund,orotund,0.04,Noun,7,7,3,orotund,15.00,0.32,15.00,0.32,none,none,none, orphan,orphan,5.75,Noun,6,5,2,orphan,6.94,1.00,6.94,1.00,none,none,none,8.04 orphanage,orphanage,5.35,Noun,9,7,3,orphanage,8.89,1.00,8.89,1.00,none,none,none, orphanages,orphanages,0.29,Noun,10,9,4,orphanage,none,none,8.89,1.00,none,none,none, orphaned,orphaned,0.39,Adjective,8,6,2,orphaned,7.90,1.00,7.90,1.00,none,none,none, orphans,orphans,3.78,Noun,7,6,2,orphan,none,none,6.94,1.00,none,none,none,8.04 orphic,orphic,0.02,Adjective,6,5,2,orphic,14.75,0.42,14.75,0.42,none,none,none, ors,ors,0.27,Noun,3,3,1,or,none,none,4.14,1.00,4.87,none,3.88, ort,ort,0.08,Verb,3,3,1,ort,15.40,0.26,15.40,0.26,none,none,none, orthoclase,orthoclase,0.02,Verb,10,8,3,orthoclase,18.44,0.45,18.44,0.45,none,none,none, orthodontic,orthodontic,0.06,Adjective,11,10,4,orthodontic,11.68,1.00,11.68,1.00,none,none,none, orthodontics,orthodontics,0.04,Noun,12,11,4,orthodontics,10.79,0.95,10.79,0.95,none,none,none, orthodontist,orthodontist,0.49,Noun,12,11,4,orthodontist,10.26,1.00,10.26,1.00,none,none,none, orthodontists,orthodontists,0.04,Noun,13,12,4,orthodontist,none,none,10.26,1.00,none,none,none, orthodox,orthodox,1.04,Adjective,8,8,3,orthodox,13.16,0.95,13.16,0.95,none,none,none, orthodoxy,orthodoxy,0.08,Noun,9,9,4,orthodoxy,14.78,0.95,14.78,0.95,none,none,none, orthographic,orthographic,0.02,Adjective,12,10,4,orthographic,14.70,0.53,14.70,0.53,none,none,none, orthography,orthography,0.02,Noun,11,9,4,orthography,14.42,0.63,14.42,0.63,none,none,none, orthopedic,orthopaedic,0.51,Adjective,10,9,4,orthopedic,12.37,1.00,12.37,1.00,none,none,none, orthopedics,orthopaedics,0.06,Noun,11,10,4,orthopedics,11.39,1.00,11.39,1.00,none,none,none, orthopedist,orthopaedist,0.24,Noun,11,10,4,orthopedist,14.44,0.89,14.44,0.89,none,none,none, orthopedists,orthopaedists,0.04,Noun,12,11,4,orthopedist,none,none,14.44,0.89,none,none,none, orthotic,orthotic,0.02,Adjective,8,7,3,orthotic,14.22,0.95,14.22,0.95,none,none,none, orthotics,orthotics,0.31,Noun,9,8,3,orthotic,none,none,14.22,0.95,none,none,none, orts,orts,0.06,Noun,4,4,1,ort,none,none,15.40,0.26,none,none,none, oscillate,oscillate,0.06,Verb,9,6,3,oscillate,14.13,0.83,14.13,0.83,none,none,none, oscillates,oscillates,0.02,Verb,10,7,3,oscillate,none,none,14.13,0.83,none,none,none, oscillating,oscillating,0.14,Adjective,11,8,4,oscillating,12.61,0.95,12.61,0.95,none,none,none, oscillation,oscillation,0.10,Noun,11,8,4,oscillation,14.60,0.83,14.60,0.83,none,13.02,none, oscillator,oscillator,0.35,Noun,10,7,4,oscillator,13.50,0.95,13.50,0.95,none,none,none, oscillators,oscillators,0.02,Noun,11,8,4,oscillator,none,none,13.50,0.95,none,none,none, oscilloscope,oscilloscope,0.08,Noun,12,9,4,oscilloscope,15.75,0.63,15.75,0.63,none,none,none, osculation,osculation,0.06,Noun,10,9,4,osculation,16.64,0.58,16.64,0.58,none,none,none, osier,osier,Err:512,Err:512,5,4,3,osier,14.00,0.05,14.00,0.05,none,none,none, osmium,osmium,0.02,Noun,6,6,3,osmium,16.40,0.26,16.40,0.26,none,none,none, osmosis,osmosis,0.29,Noun,7,7,3,osmosis,12.50,0.84,12.50,0.84,none,none,none, osmotic,osmotic,0.06,Adjective,7,7,3,osmotic,14.11,0.47,14.11,0.47,none,none,none, osprey,osprey,0.02,Noun,6,5,2,osprey,15.11,0.50,15.11,0.50,none,none,none, ospreys,ospreys,0.02,Noun,7,6,2,osprey,none,none,15.11,0.50,none,none,none, osseous,osseous,0.04,Adjective,7,5,3,osseous,15.22,0.47,15.22,0.47,none,none,none, ossification,ossification,0.02,Noun,12,10,5,ossification,15.18,0.61,15.18,0.61,none,none,none, ossified,ossified,0.02,Adjective,8,6,3,ossified,16.15,0.65,16.15,0.65,none,none,none, ossuary,ossuary,0.02,Noun,7,6,4,ossuary,18.25,0.21,18.25,0.21,none,none,none, ostensible,ostensible,0.06,Adjective,10,10,4,ostensible,16.00,0.61,16.00,0.61,none,none,none, ostentation,ostentation,0.00,Err:512,11,10,4,ostentation,14.72,0.82,14.72,0.82,none,12.75,none, ostentatious,ostentatious,0.49,Adjective,12,10,4,ostentatious,14.17,1.00,14.17,1.00,none,none,none, osteopath,osteopath,0.22,Noun,9,8,4,osteopath,16.10,0.53,16.10,0.53,none,none,none, osteoporosis,osteoporosis,0.18,Noun,12,11,6,osteoporosis,14.29,0.89,14.29,0.89,none,none,none, ostracism,ostracism,0.06,Noun,9,10,4,ostracism,14.73,0.79,14.73,0.79,none,none,none, ostrich,ostrich,0.94,Noun,7,6,2,ostrich,6.42,0.95,6.42,0.95,7.86,none,none,6.61 ostriches,ostriches,0.31,Noun,9,8,3,ostrich,none,none,6.42,0.95,7.86,none,none,6.61 other,other,735.39,Adjective,5,3,2,other,5.33,1.00,5.33,1.00,5.97,5.88,none,5.81 otherness,otherness,0.06,Noun,9,6,3,otherness,9.07,0.78,9.07,0.78,none,none,none, others,others,99.24,Noun,6,4,2,other,none,none,5.33,1.00,5.97,5.88,none,5.81 otherwise,otherwise,41.55,Adverb,9,6,3,otherwise,8.29,1.00,8.29,1.00,7.51,none,none, otherworld,otherworld,0.02,Noun,10,7,3,otherworld,10.27,0.83,10.27,0.83,none,none,none, otherworldly,otherworldly,0.24,Adjective,12,9,4,otherworldly,11.00,0.78,11.00,0.78,none,none,none, otter,otter,1.35,Noun,5,3,2,otter,5.47,0.89,5.47,0.89,none,7.66,none, otters,otters,0.18,Noun,6,4,2,otter,none,none,5.47,0.89,none,7.66,none, ottoman,ottoman,0.31,Noun,7,6,3,ottoman,10.94,1.00,10.94,1.00,none,none,none, ottomans,ottomans,0.06,Noun,8,7,3,ottoman,none,none,10.94,1.00,none,none,none, oubliette,oubliette,0.10,Noun,9,6,3,oubliette,20.50,0.21,20.50,0.21,none,none,none, ouch,ouch,10.96,Interjection,4,2,1,ouch,2.42,1.00,2.42,1.00,none,none,3.31, ought,ought,80.75,Verb,5,2,1,ought,9.62,0.89,9.62,0.89,7.41,none,9.75, ounce,ounce,4.04,Noun,5,3,1,ounce,8.78,1.00,8.78,1.00,6.46,8.68,8.65, ounces,ounces,2.31,Noun,6,5,2,ounce,none,none,8.78,1.00,6.46,8.68,8.65, our,our,1400.49,Pronoun,3,2,2,our,4.35,1.00,4.35,1.00,4.84,none,4.73, ours,ours,35.31,Pronoun,4,3,2,ours,4.60,1.00,4.60,1.00,4.99,none,none, ourselves,ourselves,52.47,Pronoun,9,7,3,ourselves,8.13,1.00,8.13,1.00,5.96,none,none, oust,oust,0.06,Verb,4,3,1,oust,12.71,0.94,12.71,0.94,none,none,12.30, ouster,ouster,0.06,Noun,6,4,2,ouster,13.07,0.75,13.07,0.75,none,none,none, ousts,ousts,0.02,Verb,5,4,1,oust,none,none,12.71,0.94,none,none,12.30, out,out,3865.31,Adverb,3,2,1,out,3.28,1.00,3.28,1.00,4.51,none,4.08, outage,outage,0.41,Noun,6,4,2,outage,9.06,1.00,9.06,1.00,none,none,none, outages,outages,0.06,Noun,7,6,3,outage,none,none,9.06,1.00,none,none,none, outback,outback,0.92,Noun,7,5,2,outback,9.89,1.00,9.89,1.00,none,none,none, outbid,outbid,0.41,Verb,6,5,2,outbid,12.39,1.00,12.39,1.00,none,none,none, outbids,outbids,0.02,Verb,7,6,2,outbid,none,none,12.39,1.00,none,none,none, outboard,outboard,0.55,Noun,8,6,2,outboard,11.08,0.72,11.08,0.72,none,none,none, outbound,outbound,0.31,Noun,8,6,2,outbound,9.95,1.00,9.95,1.00,none,none,none, outbox,outbox,0.06,Noun,6,6,2,outbox,13.75,0.95,13.75,0.95,none,none,none, outbreak,outbreak,1.94,Noun,8,6,2,outbreak,10.50,1.00,10.50,1.00,none,8.81,none, outbreaks,outbreaks,0.14,Noun,9,7,2,outbreak,none,none,10.50,1.00,none,8.81,none, outbuilding,outbuilding,0.22,Noun,11,8,3,outbuilding,10.62,0.84,10.62,0.84,none,none,none, outbuildings,outbuildings,0.10,Noun,12,9,3,outbuilding,none,none,10.62,0.84,none,none,none, outburst,outburst,1.45,Noun,8,6,2,outburst,11.25,1.00,11.25,1.00,none,none,none, outbursts,outbursts,0.73,Noun,9,7,2,outburst,none,none,11.25,1.00,none,none,none, outcast,outcast,1.31,Noun,7,6,2,outcast,8.84,1.00,8.84,1.00,9.45,none,none, outcasts,outcasts,0.88,Noun,8,7,2,outcast,none,none,8.84,1.00,9.45,none,none, outclass,outclass,0.02,Verb,8,6,2,outclass,9.67,0.95,9.67,0.95,none,none,none, outclassed,outclassed,0.27,Verb,10,7,2,outclass,none,none,9.67,0.95,none,none,none, outcome,outcome,3.94,Noun,7,5,2,outcome,9.53,1.00,9.53,1.00,none,9.36,none, outcomes,outcomes,0.43,Noun,8,6,2,outcome,none,none,9.53,1.00,none,9.36,none, outcries,outcries,0.08,Noun,8,6,2,outcry,none,none,10.11,0.95,none,none,none, outcry,outcry,0.24,Noun,6,5,2,outcry,10.11,0.95,10.11,0.95,none,none,none, outdated,outdated,0.80,Adjective,8,7,3,outdated,9.89,1.00,9.89,1.00,none,none,none, outdid,outdid,0.37,Verb,6,5,2,outdo,none,none,10.06,0.94,none,none,none, outdistance,outdistance,0.02,Noun,11,9,3,outdistance,12.56,0.95,12.56,0.95,none,none,none, outdo,outdo,0.51,Verb,5,4,2,outdo,10.06,0.94,10.06,0.94,none,none,none, outdoes,outdoes,0.02,Verb,7,5,2,outdo,none,none,10.06,0.94,none,none,none, outdoing,outdoing,0.04,Verb,8,6,3,outdo,none,none,10.06,0.94,none,none,none, outdone,outdone,1.06,Verb,7,5,2,outdo,none,none,10.06,0.94,none,none,none, outdoor,outdoor,1.82,Adjective,7,5,2,outdoor,4.60,1.00,4.60,1.00,none,none,none, outdoors,outdoors,2.10,Adverb,8,6,2,outdoors,4.75,1.00,4.75,1.00,none,none,none, outdoorsman,outdoorsman,0.08,Noun,11,9,3,outdoorsman,9.14,1.00,9.14,1.00,none,none,none, outdoorsmen,outdoorsmen,0.02,Noun,11,9,3,outdoorsman,none,none,9.14,1.00,none,none,none, outdoorsy,outdoorsy,0.24,Adjective,9,7,3,outdoorsy,10.81,0.89,10.81,0.89,none,none,none, outdraw,outdraw,0.14,Verb,7,5,2,outdraw,10.39,0.90,10.39,0.90,none,none,none, outdrew,outdrew,0.06,Verb,7,5,2,outdraw,none,none,10.39,0.90,none,none,none, outer,outer,9.08,Adjective,5,3,2,outer,7.32,1.00,7.32,1.00,none,none,none, outermost,outermost,0.08,Adjective,9,7,3,outermost,11.50,0.95,11.50,0.95,none,none,none, outerwear,outerwear,0.02,Verb,9,6,3,outerwear,9.00,0.95,9.00,0.95,none,none,none, outfield,outfield,0.24,Noun,8,6,2,outfield,7.44,1.00,7.44,1.00,none,none,none, outfielder,outfielder,0.10,Noun,10,7,3,outfielder,8.10,1.00,8.10,1.00,none,none,none, outfielders,outfielders,0.04,Noun,11,8,3,outfielder,none,none,8.10,1.00,none,none,none, outfight,outfight,0.06,Verb,8,5,2,outfight,11.47,0.89,11.47,0.89,none,none,none, outfit,outfit,25.10,Noun,6,5,2,outfit,7.00,1.00,7.00,1.00,none,8.30,none,5.87 outfits,outfits,4.24,Noun,7,6,2,outfit,none,none,7.00,1.00,none,8.30,none,5.87 outfitted,outfitted,0.29,Verb,9,7,3,outfit,none,none,7.00,1.00,none,8.30,none,5.87 outfitter,outfitter,0.04,Noun,9,6,3,outfitter,14.16,0.95,14.16,0.95,none,none,none, outfitters,outfitters,0.06,Noun,10,7,3,outfitter,none,none,14.16,0.95,none,none,none, outfitting,outfitting,0.14,Verb,10,7,3,outfit,none,none,7.00,1.00,none,8.30,none,5.87 outflank,outflank,0.27,Verb,8,7,2,outflank,13.07,0.78,13.07,0.78,none,none,none, outflanked,outflanked,0.18,Verb,10,8,2,outflank,none,none,13.07,0.78,none,none,none, outflow,outflow,0.14,Noun,7,5,2,outflow,11.76,0.94,11.76,0.94,none,none,none, outfought,outfought,0.10,Verb,9,5,2,outfight,none,none,11.47,0.89,none,none,none, outfox,outfox,0.04,Verb,6,6,2,outfox,10.89,0.86,10.89,0.86,none,none,none, outfoxed,outfoxed,0.16,Verb,8,7,2,outfox,none,none,10.89,0.86,none,none,none, outgo,outgo,0.02,Noun,5,4,2,outgo,11.80,0.53,11.80,0.53,none,none,none, outgoing,outgoing,1.76,Adjective,8,6,3,outgoing,8.11,1.00,8.11,1.00,none,none,none, outgoings,outgoings,0.10,Noun,9,7,3,outgoing,none,none,8.11,1.00,none,none,none, outgrew,outgrew,0.33,Verb,7,5,2,outgrow,none,none,6.94,0.95,none,none,none, outgrow,outgrow,0.41,Verb,7,5,2,outgrow,6.94,0.95,6.94,0.95,none,none,none, outgrown,outgrown,0.63,Verb,8,6,2,outgrow,none,none,6.94,0.95,none,none,none, outgrows,outgrows,0.04,Verb,8,6,2,outgrow,none,none,6.94,0.95,none,none,none, outgrowth,outgrowth,0.04,Noun,9,6,2,outgrowth,11.47,1.00,11.47,1.00,none,none,none, outgrowths,outgrowths,0.02,Noun,10,7,2,outgrowth,none,none,11.47,1.00,none,none,none, outguess,outguess,0.04,Verb,8,5,2,outguess,9.84,0.95,9.84,0.95,none,none,none, outguessed,outguessed,0.04,Verb,10,6,2,outguess,none,none,9.84,0.95,none,none,none, outgun,outgun,0.02,Verb,6,5,2,outgun,10.83,0.67,10.83,0.67,none,none,none, outgunned,outgunned,0.29,Verb,9,6,2,outgun,none,none,10.83,0.67,none,none,none, outhouse,outhouse,0.75,Noun,8,5,2,outhouse,7.90,1.00,7.90,1.00,none,9.13,none, outhouses,outhouses,0.10,Noun,9,7,3,outhouse,none,none,7.90,1.00,none,9.13,none, outing,outing,1.00,Noun,6,4,2,outing,7.95,0.95,7.95,0.95,none,none,none, outings,outings,0.22,Noun,7,5,2,outing,none,none,7.95,0.95,none,none,none, outlander,outlander,0.02,Verb,9,7,3,outlander,11.76,0.94,11.76,0.94,none,none,none, outlandish,outlandish,0.33,Adjective,10,8,3,outlandish,12.00,1.00,12.00,1.00,none,none,none, outlast,outlast,0.37,Verb,7,6,2,outlast,10.09,1.00,10.09,1.00,none,none,none, outlasted,outlasted,0.06,Verb,9,8,3,outlast,none,none,10.09,1.00,none,none,none, outlasts,outlasts,0.04,Verb,8,7,2,outlast,none,none,10.09,1.00,none,none,none, outlaw,outlaw,2.92,Noun,6,4,2,outlaw,6.33,1.00,6.33,1.00,none,none,none, outlawed,outlawed,0.88,Verb,8,5,2,outlaw,none,none,6.33,1.00,none,none,none, outlawry,outlawry,0.04,Noun,8,6,3,outlawry,13.43,0.37,13.43,0.37,none,none,none, outlaws,outlaws,1.82,Noun,7,5,2,outlaw,none,none,6.33,1.00,none,none,none, outlay,outlay,0.12,Noun,6,4,2,outlay,15.06,0.81,15.06,0.81,none,none,none, outlays,outlays,0.04,Noun,7,5,2,outlay,none,none,15.06,0.81,none,none,none, outlet,outlet,2.00,Noun,6,5,2,outlet,8.32,1.00,8.32,1.00,none,none,none,7.65 outlets,outlets,0.88,Noun,7,6,2,outlet,none,none,8.32,1.00,none,none,none,7.65 outline,outline,2.04,Noun,7,5,2,outline,8.74,1.00,8.74,1.00,none,none,none, outlined,outlined,0.78,Verb,8,6,2,outline,none,none,8.74,1.00,none,none,none, outlines,outlines,0.51,Noun,8,6,2,outline,none,none,8.74,1.00,none,none,none, outlining,outlining,0.16,Verb,9,7,3,outline,none,none,8.74,1.00,none,none,none, outlive,outlive,1.12,Verb,7,5,2,outlive,8.43,1.00,8.43,1.00,none,none,none, outlived,outlived,0.57,Verb,8,6,2,outlive,none,none,8.43,1.00,none,none,none, outlives,outlives,0.10,Verb,8,6,2,outlive,none,none,8.43,1.00,none,none,none, outliving,outliving,0.08,Verb,9,7,3,outlive,none,none,8.43,1.00,none,none,none, outlook,outlook,2.02,Noun,7,5,2,outlook,10.65,1.00,10.65,1.00,none,9.96,none, outlying,outlying,0.33,Adjective,8,6,3,outlying,11.40,1.00,11.40,1.00,none,none,none, outmaneuver,outmanoeuvre,0.08,Verb,11,8,4,outmaneuver,12.26,0.90,12.26,0.90,none,none,none, outmaneuvered,outmanoeuvred,0.08,Verb,13,9,4,outmaneuver,none,none,12.26,0.90,none,none,none, outmode,outmode,0.10,Noun,7,5,2,outmode,13.86,0.70,13.86,0.70,none,none,none, outmoded,outmoded,0.16,Adjective,8,7,3,outmoded,15.80,0.83,15.80,0.83,none,none,none, outmodes,outmodes,0.14,Noun,8,6,2,outmode,none,none,13.86,0.70,none,none,none, outnumber,outnumber,0.76,Verb,9,7,3,outnumber,8.30,1.00,8.30,1.00,none,none,none, outnumbered,outnumbered,2.12,Verb,11,8,3,outnumbered,9.56,1.00,9.56,1.00,none,none,none, outnumbering,outnumbering,0.06,Verb,12,9,4,outnumber,none,none,8.30,1.00,none,none,none, outnumbers,outnumbers,0.06,Verb,10,8,3,outnumber,none,none,8.30,1.00,none,none,none, outpatient,outpatient,0.61,Noun,10,8,3,outpatient,11.79,1.00,11.79,1.00,none,none,none, outpatients,outpatients,0.04,Noun,11,9,3,outpatient,none,none,11.79,1.00,none,none,none, outperform,outperform,0.06,Verb,10,8,3,outperform,12.67,0.83,12.67,0.83,none,none,none, outperformed,outperformed,0.06,Verb,12,9,3,outperform,none,none,12.67,0.83,none,none,none, outplacement,outplacement,0.04,Noun,12,10,3,outplacement,13.25,1.00,13.25,1.00,none,none,none, outplay,outplay,0.04,Verb,7,5,2,outplay,10.47,0.85,10.47,0.85,none,none,none, outplayed,outplayed,0.10,Verb,9,6,2,outplay,none,none,10.47,0.85,none,none,none, outpost,outpost,1.31,Noun,7,6,2,outpost,11.53,0.94,11.53,0.94,none,9.51,none, outposts,outposts,0.35,Noun,8,7,2,outpost,none,none,11.53,0.94,none,9.51,none, outpour,outpour,0.02,Noun,7,5,2,outpour,12.16,1.00,12.16,1.00,none,none,none, outpouring,outpouring,0.25,Noun,10,7,3,outpouring,10.67,0.83,10.67,0.83,none,none,none, outpourings,outpourings,0.02,Noun,11,8,3,outpouring,none,none,10.67,0.83,none,none,none, output,output,1.39,Noun,6,5,2,output,10.72,1.00,10.72,1.00,none,9.70,none, outputs,outputs,0.02,Noun,7,6,2,output,none,none,10.72,1.00,none,9.70,none, outrace,outrace,0.10,Verb,7,5,2,outrace,10.46,0.68,10.46,0.68,none,none,none, outrage,outrage,3.14,Noun,7,5,2,outrage,9.90,1.00,9.90,1.00,none,none,none,9.22 outraged,outraged,1.29,Adjective,8,6,2,outraged,9.15,1.00,9.15,1.00,none,none,none, outrageous,outrageous,6.33,Adjective,10,7,3,outrageous,9.05,1.00,9.05,1.00,none,none,none, outrageousness,outrageousness,0.02,Noun,14,10,4,outrageousness,10.11,1.00,10.11,1.00,none,none,none, outrages,outrages,0.12,Noun,8,7,3,outrage,none,none,9.90,1.00,none,none,none,9.22 outran,outran,0.12,Verb,6,5,2,outrun,none,none,8.42,1.00,none,none,none, outrange,outrange,0.02,Verb,8,6,2,outrange,10.93,0.74,10.93,0.74,none,none,none, outrank,outrank,0.59,Verb,7,6,2,outrank,10.61,1.00,10.61,1.00,none,none,none, outranked,outranked,0.08,Verb,9,7,2,outrank,none,none,10.61,1.00,none,none,none, outranks,outranks,0.24,Verb,8,7,2,outrank,none,none,10.61,1.00,none,none,none, outreach,outreach,0.47,Noun,8,5,2,outreach,12.56,1.00,12.56,1.00,none,none,none, outride,outride,0.12,Verb,7,5,2,outride,12.00,0.89,12.00,0.89,none,none,none, outrigger,outrigger,0.31,Verb,9,6,3,outrigger,11.41,0.85,11.41,0.85,none,none,none, outriggers,outriggers,0.02,Noun,10,7,3,outrigger,none,none,11.41,0.85,none,none,none, outrun,outrun,1.94,Verb,6,5,2,outrun,8.42,1.00,8.42,1.00,none,none,none, outrunning,outrunning,0.12,Verb,10,7,3,outrun,none,none,8.42,1.00,none,none,none, outruns,outruns,0.04,Verb,7,6,2,outrun,none,none,8.42,1.00,none,none,none, outs,outs,1.94,Noun,4,3,1,out,none,none,3.28,1.00,4.51,none,4.08, outsell,outsell,0.04,Verb,7,5,2,outsell,10.95,1.00,10.95,1.00,none,none,none, outselling,outselling,0.08,Verb,10,7,3,outsell,none,none,10.95,1.00,none,none,none, outsells,outsells,0.16,Verb,8,6,2,outsell,none,none,10.95,1.00,none,none,none, outset,outset,0.31,Noun,6,5,2,outset,11.78,1.00,11.78,1.00,none,10.03,none, outshine,outshine,0.10,Verb,8,4,2,outshine,10.67,0.95,10.67,0.95,none,none,none, outshines,outshines,0.06,Verb,9,5,2,outshine,none,none,10.67,0.95,none,none,none, outshone,outshone,0.02,Verb,8,5,2,outshine,none,none,10.67,0.95,none,none,none, outshoot,outshoot,0.18,Verb,8,5,2,outshoot,11.31,0.89,11.31,0.89,none,none,none, outside,outside,170.02,Adverb,7,5,2,outside,3.58,1.00,3.58,1.00,4.83,none,none, outsider,outsider,2.37,Noun,8,6,3,outsider,9.35,1.00,9.35,1.00,none,none,none, outsiders,outsiders,1.71,Noun,9,7,3,outsider,none,none,9.35,1.00,none,none,none, outsides,outsides,0.16,Noun,8,6,2,outside,none,none,3.58,1.00,4.83,none,none, outsize,outsize,0.02,Adjective,7,5,2,outsize,12.94,1.00,12.94,1.00,none,none,none, outsized,outsized,0.06,Verb,8,6,2,outsized,10.94,1.00,10.94,1.00,none,none,none, outskirts,outskirts,0.75,Noun,9,7,2,outskirts,10.55,0.95,10.55,0.95,none,none,none, outsmart,outsmart,0.76,Verb,8,7,2,outsmart,9.16,1.00,9.16,1.00,none,none,none, outsmarted,outsmarted,0.75,Verb,10,9,3,outsmart,none,none,9.16,1.00,none,none,none, outsmarting,outsmarting,0.10,Verb,11,9,3,outsmart,none,none,9.16,1.00,none,none,none, outsmarts,outsmarts,0.04,Verb,9,8,2,outsmart,none,none,9.16,1.00,none,none,none, outsource,outsource,0.08,Verb,9,6,2,outsource,13.50,0.95,13.50,0.95,none,none,none, outsourced,outsourced,0.12,Verb,10,7,2,outsource,none,none,13.50,0.95,none,none,none, outsourcing,outsourcing,0.16,Verb,11,8,3,outsource,none,none,13.50,0.95,none,none,none, outspend,outspend,0.02,Verb,8,7,2,outspend,10.53,0.85,10.53,0.85,none,none,none, outspoken,outspoken,0.49,Adjective,9,8,3,outspoken,11.50,1.00,11.50,1.00,none,none,none, outspokenness,outspokenness,0.02,Noun,13,10,4,outspokenness,10.58,1.00,10.58,1.00,none,none,none, outstanding,outstanding,7.45,Adjective,11,9,3,outstanding,7.22,1.00,7.22,1.00,9.32,none,none, outstare,outstare,0.04,Verb,8,6,2,outstare,9.75,0.89,9.75,0.89,none,none,none, outstay,outstay,0.04,Verb,7,5,2,outstay,11.83,0.95,11.83,0.95,none,none,none, outstayed,outstayed,0.08,Verb,9,6,2,outstay,none,none,11.83,0.95,none,none,none, outstays,outstays,0.02,Verb,8,6,2,outstay,none,none,11.83,0.95,none,none,none, outstretched,outstretched,0.39,Adjective,12,8,2,outstretched,10.44,1.00,10.44,1.00,none,none,none, outstrip,outstrip,0.08,Verb,8,7,2,outstrip,12.41,0.85,12.41,0.85,none,none,none, outstrips,outstrips,0.04,Verb,9,8,2,outstrip,none,none,12.41,0.85,none,none,none, outtake,outtake,0.14,Noun,7,5,2,outtake,10.95,1.00,10.95,1.00,none,none,none, outtakes,outtakes,0.10,Noun,8,6,2,outtakes,14.00,0.85,14.00,0.85,none,none,none, outtalk,outtalk,0.06,Verb,7,4,2,outtalk,11.53,0.83,11.53,0.83,none,none,none, outtalks,outtalks,0.02,Verb,8,5,2,outtalk,none,none,11.53,0.83,none,none,none, outthink,outthink,0.27,Verb,8,6,2,outthink,11.78,0.95,11.78,0.95,none,none,none, outthought,outthought,0.04,Verb,10,5,2,outthink,none,none,11.78,0.95,none,none,none, outturn,outturn,0.02,Noun,7,4,2,outturn,12.36,0.78,12.36,0.78,none,none,none, outwear,outwear,0.02,Noun,7,5,3,outwear,8.65,0.89,8.65,0.89,10.68,none,none, outweigh,outweigh,0.47,Verb,8,4,2,outweigh,10.70,1.00,10.70,1.00,none,none,none, outweighs,outweighs,0.25,Verb,9,5,2,outweigh,none,none,10.70,1.00,none,none,none, outwit,outwit,0.59,Verb,6,5,2,outwit,10.47,0.94,10.47,0.94,none,none,none, outwitted,outwitted,0.20,Verb,9,7,3,outwit,none,none,10.47,0.94,none,none,none, outwork,outwork,0.04,Noun,7,5,2,outwork,11.79,0.74,11.79,0.74,none,none,none, outworn,outworn,0.14,Adjective,7,6,2,outworn,11.39,0.95,11.39,0.95,10.06,none,none, ouzo,ouzo,0.35,Noun,4,3,2,ouzo,13.33,0.33,13.33,0.33,none,none,none, ova,ova,0.27,Noun,3,3,2,ovum,none,none,12.29,0.89,none,none,none, oval,oval,1.35,Adjective,4,4,2,oval,5.95,1.00,5.95,1.00,none,7.07,none,6.26 ovarian,ovarian,0.33,Adjective,7,7,4,ovarian,14.44,1.00,14.44,1.00,none,none,none, ovaries,ovaries,0.84,Noun,7,5,3,ovary,none,none,12.26,1.00,none,none,none, ovary,ovary,0.51,Noun,5,4,3,ovary,12.26,1.00,12.26,1.00,none,none,none, ovation,ovation,0.88,Noun,7,6,3,ovation,11.19,0.84,11.19,0.84,none,none,none, ovations,ovations,0.10,Noun,8,7,3,ovation,none,none,11.19,0.84,none,none,none, oven,oven,8.88,Noun,4,4,2,oven,5.67,1.00,5.67,1.00,none,4.88,none,5.02 ovens,ovens,0.57,Noun,5,5,2,oven,none,none,5.67,1.00,none,4.88,none,5.02 over,over,1323.29,Adverb,4,3,2,over,5.57,1.00,5.57,1.00,5.30,none,none,5.43 overabundance,overabundance,0.14,Noun,13,11,5,overabundance,10.53,1.00,10.53,1.00,none,none,none, overachieve,overachieve,0.04,Verb,11,7,4,overachieve,9.76,0.94,9.76,0.94,none,none,none, overachiever,overachiever,0.22,Verb,12,8,5,overachiever,11.63,1.00,11.63,1.00,none,none,none, overachievers,overachievers,0.06,Verb,13,9,5,overachiever,none,none,11.63,1.00,none,none,none, overachieves,overachieves,0.02,Verb,12,8,4,overachieve,none,none,9.76,0.94,none,none,none, overact,overact,0.08,Verb,7,6,3,overact,10.44,1.00,10.44,1.00,none,none,none, overacting,overacting,0.16,Verb,10,8,4,overact,none,none,10.44,1.00,none,none,none, overactive,overactive,0.39,Adjective,10,8,4,overactive,11.58,1.00,11.58,1.00,none,none,none, overage,overage,0.10,Noun,7,5,3,overage,12.30,1.00,12.30,1.00,none,none,none, overages,overages,0.06,Noun,8,7,4,overage,none,none,12.30,1.00,none,none,none, overall,overall,3.22,Adjective,7,5,3,overall,8.28,1.00,8.28,1.00,none,none,none, overalls,overalls,1.02,Noun,8,6,3,overall,none,none,8.28,1.00,none,none,none, overambitious,overambitious,0.02,Adjective,13,10,5,overambitious,12.53,1.00,12.53,1.00,none,none,none, overanalyze,overanalyze,0.06,Verb,11,9,5,overanalyze,14.68,0.95,14.68,0.95,none,none,none, overanxious,overanxious,0.20,Adjective,11,9,4,overanxious,12.89,1.00,12.89,1.00,none,none,none, overarm,overarm,Err:512,Err:512,7,6,3,overarm,11.00,0.50,11.00,0.50,none,none,none, overate,overate,0.04,Verb,7,5,3,overeat,none,none,7.67,1.00,none,none,none, overawe,overawe,0.02,Verb,7,4,3,overawe,11.82,0.55,11.82,0.55,none,none,none, overbearing,overbearing,0.96,Adjective,11,8,4,overbearing,11.00,1.00,11.00,1.00,none,none,none, overbid,overbid,0.04,Verb,7,6,3,overbid,9.78,1.00,9.78,1.00,none,none,none, overbill,overbill,0.04,Verb,8,6,3,overbill,14.20,0.83,14.20,0.83,none,none,none, overbite,overbite,0.33,Noun,8,6,3,overbite,8.00,1.00,8.00,1.00,none,none,none, overbites,overbites,0.02,Noun,9,7,3,overbite,none,none,8.00,1.00,none,none,none, overblown,overblown,0.24,Adjective,9,7,3,overblown,9.39,0.95,9.39,0.95,none,none,none, overboard,overboard,5.08,Adverb,9,7,3,overboard,8.77,1.00,8.77,1.00,none,none,none, overburden,overburden,0.02,Verb,10,8,4,overburden,11.89,1.00,11.89,1.00,none,none,none, overcall,overcall,0.02,Noun,8,6,3,overcall,10.54,0.72,10.54,0.72,none,none,none, overcame,overcame,0.67,Verb,8,6,3,overcome,none,none,8.00,1.00,none,none,none, overcast,overcast,0.47,Adjective,8,7,3,overcast,9.05,1.00,9.05,1.00,none,none,none, overcharge,overcharge,0.37,Verb,10,7,3,overcharge,10.11,1.00,10.11,1.00,none,none,none, overcharged,overcharged,0.27,Verb,11,8,3,overcharge,none,none,10.11,1.00,none,none,none, overcharges,overcharges,0.04,Verb,11,9,4,overcharge,none,none,10.11,1.00,none,none,none, overcharging,overcharging,0.20,Verb,12,9,4,overcharge,none,none,10.11,1.00,none,none,none, overcoat,overcoat,1.45,Noun,8,6,3,overcoat,8.95,1.00,8.95,1.00,none,7.62,none, overcoats,overcoats,0.31,Noun,9,7,3,overcoat,none,none,8.95,1.00,none,7.62,none, overcome,overcome,6.20,Verb,8,6,3,overcome,8.00,1.00,8.00,1.00,none,none,none, overcomes,overcomes,0.39,Verb,9,7,3,overcome,none,none,8.00,1.00,none,none,none, overcoming,overcoming,0.53,Verb,10,8,4,overcome,none,none,8.00,1.00,none,none,none, overcompensate,overcompensate,0.10,Verb,14,12,5,overcompensate,14.74,1.00,14.74,1.00,none,none,none, overcompensates,overcompensates,0.08,Verb,15,13,5,overcompensate,none,none,14.74,1.00,none,none,none, overcompensating,overcompensating,0.27,Verb,16,14,6,overcompensate,none,none,14.74,1.00,none,none,none, overcompensation,overcompensation,0.02,Noun,16,14,6,overcompensation,12.83,1.00,12.83,1.00,none,none,none, overconfidence,overconfidence,0.10,Noun,14,12,5,overconfidence,10.47,1.00,10.47,1.00,none,none,none, overconfident,overconfident,0.25,Adjective,13,12,5,overconfident,11.53,1.00,11.53,1.00,none,none,none, overcook,overcook,0.14,Verb,8,6,3,overcook,9.00,1.00,9.00,1.00,none,none,none, overcooked,overcooked,0.31,Verb,10,7,3,overcook,none,none,9.00,1.00,none,none,none, overcrowd,overcrowd,0.02,Verb,9,7,3,overcrowd,8.42,1.00,8.42,1.00,none,none,none, overcrowded,overcrowded,0.45,Adjective,11,9,4,overcrowded,9.11,1.00,9.11,1.00,none,none,none, overcrowding,overcrowding,0.12,Verb,12,9,4,overcrowd,none,none,8.42,1.00,none,none,none, overdid,overdid,0.47,Verb,7,6,3,overdo,none,none,9.17,1.00,none,none,none, overdo,overdo,1.61,Verb,6,5,3,overdo,9.17,1.00,9.17,1.00,none,none,none, overdoes,overdoes,0.12,Verb,8,6,3,overdo,none,none,9.17,1.00,none,none,none, overdoing,overdoing,0.92,Verb,9,7,4,overdo,none,none,9.17,1.00,none,none,none, overdone,overdone,0.63,Verb,8,6,3,overdo,none,none,9.17,1.00,none,none,none, overdose,overdose,2.67,Noun,8,6,3,overdose,11.74,1.00,11.74,1.00,none,none,none, overdosed,overdosed,0.39,Verb,9,7,3,overdose,none,none,11.74,1.00,none,none,none, overdoses,overdoses,0.18,Noun,9,8,4,overdose,none,none,11.74,1.00,none,none,none, overdraft,overdraft,0.10,Noun,9,8,3,overdraft,15.00,1.00,15.00,1.00,none,none,none, overdramatic,overdramatic,0.20,Adjective,12,11,5,overdramatic,11.40,1.00,11.40,1.00,none,none,none, overdramatize,overdramatize,0.06,Verb,13,11,5,overdramatize,12.12,0.94,12.12,0.94,none,none,none, overdrawn,overdrawn,0.22,Adjective,9,7,3,overdrawn,13.67,1.00,13.67,1.00,none,none,none, overdress,overdress,0.02,Verb,9,7,3,overdress,9.68,1.00,9.68,1.00,none,none,none, overdressed,overdressed,0.61,Verb,11,8,3,overdress,none,none,9.68,1.00,none,none,none, overdressing,overdressing,0.04,Verb,12,9,4,overdress,none,none,9.68,1.00,none,none,none, overdrive,overdrive,0.57,Noun,9,7,3,overdrive,11.37,1.00,11.37,1.00,none,none,none, overdub,overdub,0.04,Verb,7,6,3,overdub,12.80,0.53,12.80,0.53,none,none,none, overdubs,overdubs,0.02,Noun,8,7,3,overdub,none,none,12.80,0.53,none,none,none, overdue,overdue,2.90,Adjective,7,5,3,overdue,7.78,1.00,7.78,1.00,none,none,none, overeager,overeager,0.20,Adjective,9,6,4,overeager,10.24,0.94,10.24,0.94,none,none,none, overeat,overeat,0.10,Verb,7,5,3,overeat,7.67,1.00,7.67,1.00,none,none,none, overeater,overeater,0.02,Noun,9,6,4,overeater,8.50,1.00,8.50,1.00,none,none,none, overeating,overeating,0.08,Verb,10,7,4,overeat,none,none,7.67,1.00,none,none,none, overeats,overeats,0.02,Verb,8,6,3,overeat,none,none,7.67,1.00,none,none,none, overeducated,overeducated,0.18,Adjective,12,11,6,overeducated,12.79,1.00,12.79,1.00,none,none,none, overemotional,overemotional,0.06,Adjective,13,11,6,overemotional,10.95,1.00,10.95,1.00,none,none,none, overemphasis,overemphasis,0.02,Noun,12,11,5,overemphasis,10.95,1.00,10.95,1.00,none,none,none, overenthusiastic,overenthusiastic,0.06,Adjective,16,14,7,overenthusiastic,12.00,1.00,12.00,1.00,none,none,none, overestimate,overestimate,0.45,Verb,12,10,5,overestimate,12.53,0.94,12.53,0.94,none,none,none, overestimated,overestimated,0.41,Verb,13,12,6,overestimate,none,none,12.53,0.94,none,none,none, overestimates,overestimates,0.02,Verb,13,11,5,overestimate,none,none,12.53,0.94,none,none,none, overestimating,overestimating,0.25,Verb,14,12,6,overestimate,none,none,12.53,0.94,none,none,none, overestimation,overestimation,0.02,Noun,14,13,6,overestimation,11.22,1.00,11.22,1.00,none,none,none, overexcite,overexcite,0.02,Noun,10,8,4,overexcite,11.18,0.94,11.18,0.94,none,none,none, overexcited,overexcited,0.31,Verb,11,10,5,overexcite,none,none,11.18,0.94,none,none,none, overexcitement,overexcitement,0.02,Noun,14,12,5,overexcitement,9.06,1.00,9.06,1.00,none,none,none, overexpose,overexpose,0.02,Verb,10,9,4,overexpose,12.17,1.00,12.17,1.00,none,none,none, overexposed,overexposed,0.10,Adjective,11,10,4,overexposed,11.78,1.00,11.78,1.00,none,none,none, overexposure,overexposure,0.08,Noun,12,10,5,overexposure,11.67,1.00,11.67,1.00,none,none,none, overextend,overextend,0.02,Verb,10,10,4,overextend,11.63,1.00,11.63,1.00,none,none,none, overextended,overextended,0.41,Verb,12,12,5,overextend,none,none,11.63,1.00,none,none,none, overextension,overextension,0.02,Noun,13,12,5,overextension,13.17,0.95,13.17,0.95,none,none,none, overfed,overfed,0.16,Verb,7,6,3,overfeed,none,none,9.00,0.94,none,none,none, overfeed,overfeed,0.10,Verb,8,6,3,overfeed,9.00,0.94,9.00,0.94,none,none,none, overfeeding,overfeeding,0.12,Verb,11,8,4,overfeed,none,none,9.00,0.94,none,none,none, overfill,overfill,0.02,Verb,8,6,3,overfill,7.79,1.00,7.79,1.00,none,none,none, overfilled,overfilled,0.06,Verb,10,7,3,overfill,none,none,7.79,1.00,none,none,none, overflow,overflow,0.96,Noun,8,6,3,overflow,6.44,1.00,6.44,1.00,none,none,none, overflowed,overflowed,0.27,Verb,10,7,3,overflow,none,none,6.44,1.00,none,none,none, overflowing,overflowing,0.80,Verb,11,8,4,overflow,none,none,6.44,1.00,none,none,none, overflows,overflows,0.16,Verb,9,7,3,overflow,none,none,6.44,1.00,none,none,none, overgrown,overgrown,0.96,Adjective,9,7,3,overgrown,8.70,1.00,8.70,1.00,none,none,none, overhand,overhand,0.25,Adjective,8,7,3,overhand,8.83,1.00,8.83,1.00,none,none,none, overhang,overhang,0.18,Noun,8,6,3,overhang,10.58,1.00,10.58,1.00,none,none,none, overhanging,overhanging,0.08,Adjective,11,8,4,overhanging,9.12,0.94,9.12,0.94,none,none,none, overhaul,overhaul,0.47,Noun,8,6,3,overhaul,11.30,1.00,11.30,1.00,none,none,none, overhauled,overhauled,0.12,Verb,10,7,3,overhaul,none,none,11.30,1.00,none,none,none, overhead,overhead,3.67,Adverb,8,6,3,overhead,9.14,1.00,9.14,1.00,none,none,none, overheads,overheads,0.14,Noun,9,7,3,overheads,10.22,1.00,10.22,1.00,none,none,none, overhear,overhear,1.04,Verb,8,6,3,overhear,8.37,1.00,8.37,1.00,none,none,none, overheard,overheard,4.00,Verb,9,6,3,overhear,none,none,8.37,1.00,none,none,none, overhearing,overhearing,0.86,Verb,11,8,4,overhear,none,none,8.37,1.00,none,none,none, overhears,overhears,0.04,Verb,9,7,3,overhear,none,none,8.37,1.00,none,none,none, overheat,overheat,0.35,Verb,8,6,3,overheat,8.74,1.00,8.74,1.00,none,none,none, overheated,overheated,0.45,Adjective,10,8,4,overheated,7.80,1.00,7.80,1.00,none,none,none, overheating,overheating,0.37,Verb,11,8,4,overheat,none,none,8.74,1.00,none,none,none, overheats,overheats,0.04,Verb,9,7,3,overheat,none,none,8.74,1.00,none,none,none, overhung,overhung,0.02,Verb,8,6,3,overhang,none,none,10.58,1.00,none,none,none, overindulge,overindulge,0.04,Verb,11,9,4,overindulge,11.39,0.95,11.39,0.95,none,none,none, overindulgence,overindulgence,0.02,Noun,14,12,5,overindulgence,13.11,1.00,13.11,1.00,none,none,none, overindulgent,overindulgent,0.02,Adjective,13,12,5,overindulgent,13.07,0.83,13.07,0.83,none,none,none, overindulging,overindulging,0.04,Verb,13,11,5,overindulge,none,none,11.39,0.95,none,none,none, overinflated,overinflated,0.08,Adjective,12,11,5,overinflated,9.78,0.95,9.78,0.95,none,none,none, overjoyed,overjoyed,0.73,Adjective,9,6,3,overjoyed,9.68,1.00,9.68,1.00,none,none,none, overkill,overkill,0.57,Noun,8,6,3,overkill,8.78,1.00,8.78,1.00,none,none,none, overland,overland,0.27,Noun,8,7,3,overland,10.67,0.79,10.67,0.79,none,none,none, overlap,overlap,0.57,Noun,7,6,3,overlap,9.05,1.00,9.05,1.00,none,8.81,none, overlapped,overlapped,0.18,Verb,10,7,3,overlap,none,none,9.05,1.00,none,8.81,none, overlapping,overlapping,0.90,Adjective,11,8,4,overlapping,10.33,0.95,10.33,0.95,none,none,none, overlaps,overlaps,0.06,Verb,8,7,3,overlap,none,none,9.05,1.00,none,8.81,none, overlay,overlay,0.61,Noun,7,5,3,overlay,12.21,1.00,12.21,1.00,none,none,none, overlaying,overlaying,0.06,Verb,10,7,4,overlay,none,none,12.21,1.00,none,none,none, overlays,overlays,0.12,Noun,8,6,3,overlay,none,none,12.21,1.00,none,none,none, overload,overload,1.78,Noun,8,6,3,overload,9.50,1.00,9.50,1.00,none,none,none, overloaded,overloaded,1.02,Verb,10,8,4,overload,none,none,9.50,1.00,none,none,none, overloading,overloading,0.33,Verb,11,8,4,overload,none,none,9.50,1.00,none,none,none, overloads,overloads,0.08,Verb,9,7,3,overload,none,none,9.50,1.00,none,none,none, overlong,overlong,0.02,Noun,8,6,3,overlong,10.87,0.79,10.87,0.79,none,none,none, overlook,overlook,2.90,Verb,8,6,3,overlook,9.72,1.00,9.72,1.00,none,none,none, overlooked,overlooked,2.18,Verb,10,7,3,overlook,none,none,9.72,1.00,none,none,none, overlooking,overlooking,1.35,Verb,11,8,4,overlook,none,none,9.72,1.00,none,none,none, overlooks,overlooks,0.25,Verb,9,7,3,overlook,none,none,9.72,1.00,none,none,none, overlord,overlord,0.41,Noun,8,7,3,overlord,12.63,0.95,12.63,0.95,none,none,none, overlords,overlords,0.10,Noun,9,8,3,overlord,none,none,12.63,0.95,none,none,none, overmatch,overmatch,0.02,Verb,9,6,3,overmatch,11.36,0.70,11.36,0.70,none,none,none, overmatched,overmatched,0.22,Verb,11,7,3,overmatch,none,none,11.36,0.70,none,none,none, overnight,overnight,10.02,Adverb,9,6,3,overnight,5.06,1.00,5.06,1.00,none,none,none, overnighter,overnighter,0.06,Adjective,11,7,4,overnighter,9.16,1.00,9.16,1.00,none,none,none, overnights,overnights,0.31,Noun,10,7,3,overnight,none,none,5.06,1.00,none,none,none, overpaid,overpaid,0.78,Verb,8,6,3,overpay,none,none,9.68,1.00,none,none,none, overpass,overpass,0.49,Noun,8,6,3,overpass,9.00,1.00,9.00,1.00,none,none,none, overpay,overpay,0.04,Verb,7,5,3,overpay,9.68,1.00,9.68,1.00,none,none,none, overpaying,overpaying,0.08,Verb,10,7,4,overpay,none,none,9.68,1.00,none,none,none, overpayment,overpayment,0.04,Noun,11,9,4,overpayment,13.11,1.00,13.11,1.00,none,none,none, overpays,overpays,0.04,Verb,8,6,3,overpay,none,none,9.68,1.00,none,none,none, overplay,overplay,0.14,Verb,8,6,3,overplay,10.65,0.89,10.65,0.89,none,none,none, overplayed,overplayed,0.12,Verb,10,7,3,overplay,none,none,10.65,0.89,none,none,none, overplaying,overplaying,0.06,Verb,11,8,4,overplay,none,none,10.65,0.89,none,none,none, overpopulate,overpopulate,0.04,Verb,12,11,5,overpopulate,13.28,1.00,13.28,1.00,none,none,none, overpopulated,overpopulated,0.14,Verb,13,13,6,overpopulate,none,none,13.28,1.00,none,none,none, overpopulation,overpopulation,0.02,Noun,14,13,6,overpopulation,13.32,1.00,13.32,1.00,none,none,none, overpower,overpower,0.59,Verb,9,6,4,overpower,7.94,1.00,7.94,1.00,none,none,none, overpowered,overpowered,0.43,Verb,11,7,4,overpower,none,none,7.94,1.00,none,none,none, overpowers,overpowers,0.08,Verb,10,7,4,overpower,none,none,7.94,1.00,none,none,none, overpressure,overpressure,0.02,Noun,12,8,4,overpressure,11.61,1.00,11.61,1.00,none,none,none, overprice,overprice,0.02,Verb,9,7,3,overprice,10.21,1.00,10.21,1.00,none,none,none, overpriced,overpriced,0.84,Adjective,10,8,3,overpriced,9.06,1.00,9.06,1.00,none,none,none, overproduce,overproduce,0.02,Verb,11,9,4,overproduce,11.71,0.94,11.71,0.94,none,none,none, overproduction,overproduction,0.06,Noun,14,12,5,overproduction,12.47,1.00,12.47,1.00,none,11.60,none, overprotect,overprotect,0.04,Verb,11,10,4,overprotect,9.00,1.00,9.00,1.00,none,none,none, overprotected,overprotected,0.14,Verb,13,12,5,overprotect,none,none,9.00,1.00,none,none,none, overprotective,overprotective,0.61,Adjective,14,12,5,overprotective,9.52,1.00,9.52,1.00,none,none,none, overqualified,overqualified,0.31,Verb,13,11,5,overqualified,12.50,1.00,12.50,1.00,none,none,none, overran,overran,0.20,Verb,7,6,3,overrun,none,none,9.42,1.00,none,none,none, overrate,overrate,0.04,Verb,8,6,3,overrate,11.19,0.95,11.19,0.95,none,none,none, overrated,overrated,2.65,Adjective,9,8,4,overrated,10.05,1.00,10.05,1.00,none,none,none, overreach,overreach,0.06,Verb,9,6,3,overreach,10.68,1.00,10.68,1.00,none,none,none, overreached,overreached,0.06,Verb,11,7,3,overreach,none,none,10.68,1.00,none,none,none, overreact,overreact,1.43,Verb,9,8,4,overreact,9.89,1.00,9.89,1.00,none,none,none, overreacted,overreacted,1.65,Verb,11,10,5,overreact,none,none,9.89,1.00,none,none,none, overreacting,overreacting,3.71,Verb,12,10,5,overreact,none,none,9.89,1.00,none,none,none, overreaction,overreaction,0.27,Noun,12,10,5,overreaction,10.58,1.00,10.58,1.00,none,none,none, overreacts,overreacts,0.16,Verb,10,9,4,overreact,none,none,9.89,1.00,none,none,none, overrepresentation,overrepresentation,0.02,Noun,18,16,7,overrepresentation,13.50,0.89,13.50,0.89,none,none,none, overridden,overridden,0.25,Verb,10,8,4,override,none,none,12.50,1.00,none,none,none, override,override,5.16,Noun,8,6,3,override,12.50,1.00,12.50,1.00,none,none,none, overrides,overrides,0.27,Verb,9,7,3,override,none,none,12.50,1.00,none,none,none, overriding,overriding,0.39,Adjective,10,8,4,overriding,12.45,1.00,12.45,1.00,none,none,none, overrode,overrode,0.16,Verb,8,6,3,override,none,none,12.50,1.00,none,none,none, overrule,overrule,0.29,Verb,8,6,3,overrule,8.39,1.00,8.39,1.00,none,none,none, overruled,overruled,3.37,Verb,9,7,3,overrule,none,none,8.39,1.00,none,none,none, overrules,overrules,0.02,Verb,9,7,3,overrule,none,none,8.39,1.00,none,none,none, overruling,overruling,0.06,Verb,10,8,4,overrule,none,none,8.39,1.00,none,none,none, overrun,overrun,1.67,Verb,7,6,3,overrun,9.42,1.00,9.42,1.00,none,none,none, overrunning,overrunning,0.06,Verb,11,8,4,overrun,none,none,9.42,1.00,none,none,none, overruns,overruns,0.14,Noun,8,7,3,overrun,none,none,9.42,1.00,none,none,none, oversaw,oversaw,0.18,Verb,7,5,3,oversee,none,none,11.00,1.00,none,none,none, oversea,overseas,0.04,Noun,7,5,3,oversea,7.76,0.94,7.76,0.94,none,none,none, oversee,oversee,1.33,Verb,7,5,3,oversee,11.00,1.00,11.00,1.00,none,none,none, overseeing,overseeing,0.57,Verb,10,7,4,oversee,none,none,11.00,1.00,none,none,none, overseen,overseen,0.08,Verb,8,6,3,oversee,none,none,11.00,1.00,none,none,none, overseer,overseer,0.41,Noun,8,6,4,overseer,11.68,0.95,11.68,0.95,none,none,none, overseers,overseers,0.18,Noun,9,7,4,overseer,none,none,11.68,0.95,none,none,none, oversees,oversees,0.22,Verb,8,6,3,oversee,none,none,11.00,1.00,none,none,none, oversell,oversell,0.12,Verb,8,6,3,oversell,12.76,0.94,12.76,0.94,none,none,none, oversensitive,oversensitive,0.12,Adjective,13,11,5,oversensitive,10.22,1.00,10.22,1.00,none,none,none, oversexed,oversexed,0.31,Verb,9,8,3,oversexed,15.00,0.94,15.00,0.94,none,none,none, overshadow,overshadow,0.14,Verb,10,7,4,overshadow,9.44,0.95,9.44,0.95,none,none,none, overshadowed,overshadowed,0.24,Verb,12,8,4,overshadow,none,none,9.44,0.95,none,none,none, overshadows,overshadows,0.06,Verb,11,8,4,overshadow,none,none,9.44,0.95,none,none,none, overshoe,overshoe,0.00,Err:512,8,5,3,overshoe,12.50,0.50,12.50,0.50,none,10.81,none, overshoot,overshoot,0.14,Verb,9,6,3,overshoot,10.89,1.00,10.89,1.00,none,none,none, overshooting,overshooting,0.08,Verb,12,8,4,overshoot,none,none,10.89,1.00,none,none,none, overshot,overshot,0.35,Verb,8,6,3,overshoot,none,none,10.89,1.00,none,none,none, oversight,oversight,1.45,Noun,9,6,3,oversight,11.28,1.00,11.28,1.00,none,none,none, oversights,oversights,0.04,Noun,10,7,3,oversight,none,none,11.28,1.00,none,none,none, oversimplification,oversimplification,0.04,Noun,18,16,7,oversimplification,12.22,0.95,12.22,0.95,none,none,none, oversimplify,oversimplify,0.06,Verb,12,11,5,oversimplify,11.42,1.00,11.42,1.00,none,none,none, oversimplifying,oversimplifying,0.27,Verb,15,13,6,oversimplify,none,none,11.42,1.00,none,none,none, oversized,oversized,0.92,Adjective,9,7,3,oversized,9.89,1.00,9.89,1.00,none,none,none, oversleep,oversleep,0.16,Verb,9,7,3,oversleep,9.00,1.00,9.00,1.00,none,none,none, oversleeping,oversleeping,0.08,Verb,12,9,4,oversleep,none,none,9.00,1.00,none,none,none, overslept,overslept,1.25,Verb,9,8,3,oversleep,none,none,9.00,1.00,none,none,none, overspecialized,overspecialized,0.02,Adjective,15,12,5,overspecialized,14.17,0.95,14.17,0.95,none,none,none, overspend,overspend,0.04,Verb,9,8,3,overspend,10.58,1.00,10.58,1.00,none,none,none, overspread,overspread,0.02,Noun,10,8,3,overspread,9.57,0.78,9.57,0.78,none,none,none, overstaffed,overstaffed,0.04,Adjective,11,8,3,overstaffed,13.53,1.00,13.53,1.00,none,none,none, overstate,overstate,0.08,Verb,9,7,3,overstate,12.83,1.00,12.83,1.00,none,none,none, overstated,overstated,0.20,Verb,10,9,4,overstate,none,none,12.83,1.00,none,none,none, overstatement,overstatement,0.08,Noun,13,11,4,overstatement,11.22,1.00,11.22,1.00,none,none,none, overstates,overstates,0.02,Verb,10,8,3,overstate,none,none,12.83,1.00,none,none,none, overstating,overstating,0.24,Verb,11,9,4,overstate,none,none,12.83,1.00,none,none,none, overstay,overstay,0.12,Verb,8,6,3,overstay,10.26,0.95,10.26,0.95,none,none,none, overstayed,overstayed,0.27,Verb,10,7,3,overstay,none,none,10.26,0.95,none,none,none, overstep,overstep,0.27,Verb,8,7,3,overstep,11.83,1.00,11.83,1.00,none,none,none, overstepped,overstepped,0.25,Verb,11,8,3,overstep,none,none,11.83,1.00,none,none,none, overstepping,overstepping,0.24,Verb,12,9,4,overstep,none,none,11.83,1.00,none,none,none, oversteps,oversteps,0.02,Verb,9,8,3,overstep,none,none,11.83,1.00,none,none,none, overstimulation,overstimulation,0.02,Noun,15,14,6,overstimulation,11.58,1.00,11.58,1.00,none,none,none, overstock,overstock,0.04,Noun,9,7,3,overstock,12.47,1.00,12.47,1.00,none,none,none, overstress,overstress,0.02,Verb,10,8,3,overstress,13.56,1.00,13.56,1.00,none,none,none, overstuff,overstuff,0.02,Verb,9,7,3,overstuff,10.11,1.00,10.11,1.00,none,none,none, overt,overt,0.27,Adjective,5,4,2,overt,14.62,0.89,14.62,0.89,none,13.15,none, overtake,overtake,0.73,Verb,8,6,3,overtake,9.44,1.00,9.44,1.00,none,none,none, overtaken,overtaken,0.47,Verb,9,8,4,overtake,none,none,9.44,1.00,none,none,none, overtakes,overtakes,0.02,Verb,9,7,3,overtake,none,none,9.44,1.00,none,none,none, overtaking,overtaking,0.12,Verb,10,8,4,overtake,none,none,9.44,1.00,none,none,none, overtax,overtax,0.04,Verb,7,7,3,overtax,11.17,0.95,11.17,0.95,none,none,none, overthrew,overthrew,0.12,Verb,9,6,3,overthrow,none,none,10.67,1.00,none,none,none, overthrow,overthrow,1.35,Verb,9,6,3,overthrow,10.67,1.00,10.67,1.00,none,none,none, overthrowing,overthrowing,0.16,Verb,12,8,4,overthrow,none,none,10.67,1.00,none,none,none, overthrown,overthrown,0.31,Verb,10,7,3,overthrow,none,none,10.67,1.00,none,none,none, overthrows,overthrows,0.12,Verb,10,7,3,overthrow,none,none,10.67,1.00,none,none,none, overtime,overtime,6.24,Noun,8,6,3,overtime,9.39,1.00,9.39,1.00,none,none,none, overtone,overtone,0.06,Noun,8,6,3,overtone,14.06,0.89,14.06,0.89,none,11.55,none, overtones,overtones,0.39,Noun,9,7,3,overtone,none,none,14.06,0.89,none,11.55,none, overtook,overtook,0.18,Verb,8,6,3,overtake,none,none,9.44,1.00,none,none,none, overtrain,overtrain,0.02,Verb,9,7,3,overtrain,13.46,0.65,13.46,0.65,none,none,none, overture,overture,1.29,Noun,8,5,3,overture,11.47,1.00,11.47,1.00,none,none,none, overtures,overtures,0.43,Noun,9,7,3,overture,none,none,11.47,1.00,none,none,none, overturn,overturn,0.37,Verb,8,6,3,overturn,8.61,1.00,8.61,1.00,none,none,none, overturned,overturned,1.00,Verb,10,7,3,overturn,none,none,8.61,1.00,none,none,none, overturning,overturning,0.20,Verb,11,8,4,overturn,none,none,8.61,1.00,none,none,none, overturns,overturns,0.18,Verb,9,7,3,overturn,none,none,8.61,1.00,none,none,none, overuse,overuse,0.10,Verb,7,6,3,overuse,9.17,1.00,9.17,1.00,none,none,none, overusing,overusing,0.08,Verb,9,8,4,overuse,none,none,9.17,1.00,none,none,none, overview,overview,0.43,Noun,8,6,3,overview,10.85,1.00,10.85,1.00,none,none,none, overviews,overviews,0.02,Noun,9,7,3,overview,none,none,10.85,1.00,none,none,none, overwater,overwater,0.08,Adjective,9,7,4,overwater,9.65,0.85,9.65,0.85,none,none,none, overweening,overweening,0.08,Verb,11,9,4,overweening,12.79,0.64,12.79,0.64,none,none,none, overweight,overweight,1.82,Adjective,10,6,3,overweight,8.56,1.00,8.56,1.00,none,none,none, overwhelm,overwhelm,0.69,Verb,9,7,3,overwhelm,9.21,1.00,9.21,1.00,none,none,none, overwhelmed,overwhelmed,3.94,Verb,11,8,3,overwhelm,none,none,9.21,1.00,none,none,none, overwhelming,overwhelming,4.92,Adjective,12,9,4,overwhelming,9.94,1.00,9.94,1.00,none,none,none, overwhelms,overwhelms,0.39,Verb,10,8,3,overwhelm,none,none,9.21,1.00,none,none,none, overwork,overwork,0.35,Verb,8,6,3,overwork,10.78,1.00,10.78,1.00,none,none,none, overworked,overworked,0.98,Adjective,10,7,3,overworked,9.67,1.00,9.67,1.00,none,none,none, overworking,overworking,0.10,Verb,11,8,4,overwork,none,none,10.78,1.00,none,none,none, overworks,overworks,0.02,Verb,9,7,3,overwork,none,none,10.78,1.00,none,none,none, overwrite,overwrite,0.10,Verb,9,6,3,overwrite,11.44,0.95,11.44,0.95,none,none,none, overwrites,overwrites,0.02,Verb,10,7,3,overwrite,none,none,11.44,0.95,none,none,none, overwritten,overwritten,0.10,Verb,11,8,4,overwrite,none,none,11.44,0.95,none,none,none, overwrought,overwrought,0.69,Verb,11,6,3,overwrought,14.87,0.75,14.87,0.75,none,none,none, overzealous,overzealous,0.57,Adjective,11,8,4,overzealous,11.00,0.94,11.00,0.94,none,none,none, overzealousness,overzealousness,0.08,Noun,15,11,5,overzealousness,14.16,0.95,14.16,0.95,none,none,none, ovoid,ovoid,0.04,Adjective,5,4,2,ovoid,12.73,0.61,12.73,0.61,none,none,none, ovulate,ovulate,0.10,Verb,7,7,3,ovulate,13.26,1.00,13.26,1.00,none,none,none, ovulated,ovulated,0.02,Verb,8,9,4,ovulate,none,none,13.26,1.00,none,none,none, ovulating,ovulating,0.65,Verb,9,9,4,ovulate,none,none,13.26,1.00,none,none,none, ovulation,ovulation,0.18,Noun,9,9,4,ovulation,11.61,0.95,11.61,0.95,none,none,none, ovulations,ovulations,0.02,Noun,10,10,4,ovulation,none,none,11.61,0.95,none,none,none, ovum,ovum,0.14,Noun,4,4,2,ovum,12.29,0.89,12.29,0.89,none,none,none, owe,owe,74.16,Verb,3,1,1,owe,8.61,1.00,8.61,1.00,7.14,none,7.57, owed,owed,7.33,Verb,4,2,1,owe,none,none,8.61,1.00,7.14,none,7.57, owes,owes,9.37,Verb,4,2,1,owe,none,none,8.61,1.00,7.14,none,7.57, owl,owl,5.61,Noun,3,2,1,owl,6.21,1.00,6.21,1.00,none,5.50,4.79, owlet,owlet,0.02,Noun,5,4,2,owlet,11.42,0.57,11.42,0.57,none,none,none, owls,owls,2.12,Noun,4,3,1,owl,none,none,6.21,1.00,none,5.50,4.79, own,own,459.20,Determiner,3,2,1,own,5.21,1.00,5.21,1.00,5.74,none,5.59, owned,owned,11.75,Verb,5,3,1,own,none,none,5.21,1.00,5.74,none,5.59, owner,owner,23.24,Noun,5,3,2,owner,7.50,1.00,7.50,1.00,6.57,none,none, owners,owners,5.73,Noun,6,4,2,owner,none,none,7.50,1.00,6.57,none,none, ownership,ownership,2.27,Noun,9,6,3,ownership,9.39,1.00,9.39,1.00,none,none,none, owning,owning,2.08,Verb,6,4,2,own,none,none,5.21,1.00,5.74,none,5.59, owns,owns,19.14,Verb,4,3,1,own,none,none,5.21,1.00,5.74,none,5.59, ox,ox,7.78,Noun,2,3,1,ox,4.72,1.00,4.72,1.00,none,6.64,6.26, oxalate,oxalate,0.06,Noun,7,7,3,oxalate,15.25,0.21,15.25,0.21,none,none,none, oxblood,oxblood,0.04,Verb,7,7,2,oxblood,12.44,0.89,12.44,0.89,none,none,none, oxbow,oxbow,0.04,Noun,5,5,2,oxbow,11.23,0.65,11.23,0.65,none,none,none, oxcart,oxcart,0.02,Noun,6,7,2,oxcart,10.00,0.33,10.00,0.33,none,none,none, oxen,oxen,0.43,Noun,4,5,2,ox,none,none,4.72,1.00,none,6.64,6.26, oxidation,oxidation,0.25,Noun,9,9,4,oxidation,13.16,1.00,13.16,1.00,none,none,none, oxide,oxide,1.20,Noun,5,5,2,oxide,14.53,1.00,14.53,1.00,none,none,none, oxides,oxides,0.02,Noun,6,6,2,oxide,none,none,14.53,1.00,none,none,none, oxidization,oxidisation,0.04,Noun,11,11,5,oxidization,14.00,0.94,14.00,0.94,none,none,none, oxidized,oxidised,0.24,Adjective,8,8,3,oxidized,13.20,0.95,13.20,0.95,none,none,none, oxidizer,oxidizer,0.04,Noun,8,8,4,oxidizer,14.79,0.74,14.79,0.74,none,none,none, oxidizers,oxidizers,0.02,Noun,9,9,4,oxidizer,none,none,14.79,0.74,none,none,none, oxlips,oxlips,0.02,Noun,6,7,2,oxlips,11.50,0.50,11.50,0.50,none,none,none, oxtail,oxtail,0.02,Noun,6,6,2,oxtail,12.29,0.94,12.29,0.94,none,none,none, oxyacetylene,oxyacetylene,0.02,Noun,12,12,6,oxyacetylene,17.17,0.60,17.17,0.60,none,none,none, oxygen,oxygen,13.88,Noun,6,7,3,oxygen,8.63,1.00,8.63,1.00,none,none,none, oxygenate,oxygenate,0.08,Verb,9,9,4,oxygenate,12.26,1.00,12.26,1.00,none,none,none, oxygenating,oxygenating,0.08,Adjective,11,11,5,oxygenating,14.00,1.00,14.00,1.00,none,none,none, oxygenation,oxygenation,0.12,Noun,11,11,5,oxygenation,12.94,1.00,12.94,1.00,none,none,none, oxymoron,oxymoron,0.27,Noun,8,9,4,oxymoron,14.16,0.95,14.16,0.95,none,none,none, oyster,oyster,3.06,Noun,6,4,2,oyster,8.00,1.00,8.00,1.00,none,9.36,none,8.96 oysters,oysters,3.78,Noun,7,5,2,oyster,none,none,8.00,1.00,none,9.36,none,8.96 ozone,ozone,2.14,Noun,5,4,2,ozone,12.79,1.00,12.79,1.00,none,none,none,10.80 pa,pa,23.88,Name,2,2,1,pa,4.60,0.77,4.60,0.77,none,none,4.52, pabulum,pabulum,0.06,Noun,7,8,3,pabulum,16.20,0.26,16.20,0.26,none,none,none, pace,pace,9.57,Noun,4,3,1,pace,8.21,1.00,8.21,1.00,none,none,8.40, paced,paced,0.27,Verb,5,4,1,pace,none,none,8.21,1.00,none,none,8.40, pacemaker,pacemaker,0.75,Noun,9,7,3,pacemaker,12.42,1.00,12.42,1.00,none,none,none, pacemakers,pacemakers,0.12,Noun,10,8,3,pacemaker,none,none,12.42,1.00,none,none,none, pacer,pacer,0.25,Noun,5,4,2,pacer,12.06,0.89,12.06,0.89,none,none,none, pacers,pacers,0.02,Noun,6,5,2,pacer,none,none,12.06,0.89,none,none,none, paces,paces,1.71,Noun,5,5,2,pace,none,none,8.21,1.00,none,none,8.40, pachinko,pachinko,0.22,Noun,8,7,3,pachinko,17.20,0.26,17.20,0.26,none,none,none, pachyderm,pachyderm,0.12,Verb,9,8,3,pachyderm,11.45,0.61,11.45,0.61,none,none,none, pacification,pacification,0.06,Noun,12,11,5,pacification,12.52,0.95,12.52,0.95,none,none,none, pacified,pacified,0.22,Verb,8,7,3,pacify,none,none,10.37,1.00,none,none,none, pacifier,pacifier,0.39,Noun,8,7,4,pacifier,4.56,1.00,4.56,1.00,none,none,none, pacifiers,pacifiers,0.06,Noun,9,8,4,pacifier,none,none,4.56,1.00,none,none,none, pacifism,pacifism,0.14,Noun,8,9,4,pacifism,13.39,0.95,13.39,0.95,none,none,none, pacifist,pacifist,0.69,Noun,8,8,3,pacifist,12.75,1.00,12.75,1.00,none,none,none, pacifistic,pacifistic,0.04,Adjective,10,10,4,pacifistic,14.47,0.94,14.47,0.94,none,none,none, pacifists,pacifists,0.16,Noun,9,9,3,pacifist,none,none,12.75,1.00,none,none,none, pacify,pacify,0.39,Verb,6,6,3,pacify,10.37,1.00,10.37,1.00,none,none,none, pacing,pacing,1.25,Verb,6,5,2,pace,none,none,8.21,1.00,none,none,8.40, pack,pack,43.82,Verb,4,3,1,pack,6.55,1.00,6.55,1.00,none,7.24,6.20, packable,packable,0.02,Adjective,8,7,3,packable,9.62,1.00,9.62,1.00,none,none,none, package,package,22.78,Noun,7,5,2,package,6.61,1.00,6.61,1.00,none,7.30,none,7.34 packaged,packaged,0.51,Verb,8,6,2,package,none,none,6.61,1.00,none,7.30,none,7.34 packages,packages,3.90,Noun,8,7,3,package,none,none,6.61,1.00,none,7.30,none,7.34 packaging,packaging,0.84,Noun,9,7,3,packaging,8.89,1.00,8.89,1.00,none,none,none, packed,packed,17.73,Verb,6,4,1,pack,none,none,6.55,1.00,none,7.24,6.20, packer,packer,0.43,Noun,6,4,2,packer,10.00,0.95,10.00,0.95,none,none,none, packers,packers,0.75,Noun,7,5,2,packer,none,none,10.00,0.95,none,none,none, packet,packet,2.51,Noun,6,5,2,packet,8.94,1.00,8.94,1.00,none,6.05,none,6.89 packets,packets,0.92,Noun,7,6,2,packet,none,none,8.94,1.00,none,6.05,none,6.89 packhorse,packhorse,0.02,Noun,9,7,2,packhorse,13.12,0.89,13.12,0.89,none,none,none, packhorses,packhorses,0.04,Noun,10,9,3,packhorse,none,none,13.12,0.89,none,none,none, packing,packing,13.69,Verb,7,5,2,pack,none,none,6.55,1.00,none,7.24,6.20, packinghouse,packinghouse,0.04,Noun,12,8,3,packinghouse,14.60,0.50,14.60,0.50,none,none,none, packs,packs,4.53,Noun,5,4,1,pack,none,none,6.55,1.00,none,7.24,6.20, packsaddle,packsaddle,Err:512,Err:512,10,8,3,packsaddle,13.14,0.37,13.14,0.37,none,none,none, pact,pact,3.76,Noun,4,4,1,pact,9.37,0.95,9.37,0.95,none,10.45,9.54, pacts,pacts,0.18,Noun,5,5,1,pact,none,none,9.37,0.95,none,10.45,9.54, pad,pad,8.14,Noun,3,3,1,pad,8.83,1.00,8.83,1.00,none,none,6.47, padded,padded,1.08,Adjective,6,5,2,padded,6.83,1.00,6.83,1.00,none,none,none, paddies,paddies,0.37,Noun,7,5,2,paddy,none,none,11.69,0.76,none,none,none,10.90 padding,padding,0.96,Noun,7,5,2,padding,8.45,0.95,8.45,0.95,none,none,none, paddle,paddle,3.75,Noun,6,5,2,paddle,6.58,1.00,6.58,1.00,none,none,none,6.61 paddleball,paddleball,0.04,Noun,10,8,3,paddleball,8.16,1.00,8.16,1.00,none,none,none, paddled,paddled,0.18,Verb,7,6,2,paddle,none,none,6.58,1.00,none,none,none,6.61 paddler,paddler,0.02,Noun,7,6,3,paddler,8.33,1.00,8.33,1.00,none,none,none, paddlers,paddlers,0.02,Noun,8,7,3,paddler,none,none,8.33,1.00,none,none,none, paddles,paddles,2.18,Noun,7,6,2,paddle,none,none,6.58,1.00,none,none,none,6.61 paddling,paddling,0.90,Verb,8,7,3,paddle,none,none,6.58,1.00,none,none,none,6.61 paddock,paddock,0.33,Noun,7,5,2,paddock,12.42,0.67,12.42,0.67,none,none,none, paddocks,paddocks,0.02,Noun,8,6,2,paddock,none,none,12.42,0.67,none,none,none, paddy,paddy,2.63,Name,5,4,2,paddy,11.69,0.76,11.69,0.76,none,none,none,10.90 padlock,padlock,0.69,Noun,7,6,2,padlock,8.84,1.00,8.84,1.00,none,none,none, padlocked,padlocked,0.31,Verb,9,7,2,padlock,none,none,8.84,1.00,none,none,none, padlocks,padlocks,0.20,Noun,8,7,2,padlock,none,none,8.84,1.00,none,none,none, padre,padre,4.22,Noun,5,5,2,padre,11.39,0.95,11.39,0.95,none,none,none, padres,padres,0.22,Noun,6,6,2,padre,none,none,11.39,0.95,none,none,none, pads,pads,3.16,Noun,4,4,1,pad,none,none,8.83,1.00,none,none,6.47, paean,paean,0.06,Noun,5,4,2,paean,14.25,0.21,14.25,0.21,none,none,none, paella,paella,0.27,Noun,6,4,2,paella,14.45,0.55,14.45,0.55,none,none,none, pagan,pagan,1.35,Adjective,5,5,2,pagan,13.00,0.94,13.00,0.94,none,none,none,12.75 paganism,paganism,0.02,Noun,8,9,4,paganism,14.59,0.94,14.59,0.94,none,none,none, pagans,pagans,0.31,Noun,6,6,2,pagan,none,none,13.00,0.94,none,none,none,12.75 page,page,37.49,Noun,4,3,1,page,5.16,1.00,5.16,1.00,4.90,5.47,4.92, pageant,pageant,4.78,Noun,7,6,2,pageant,10.00,1.00,10.00,1.00,none,none,none,8.70 pageantry,pageantry,0.20,Noun,9,8,3,pageantry,10.53,0.89,10.53,0.89,none,none,none, pageants,pageants,0.53,Noun,8,7,2,pageant,none,none,10.00,1.00,none,none,none,8.70 pageboy,pageboy,0.20,Noun,7,5,2,pageboy,12.86,0.70,12.86,0.70,7.22,none,none, pageboys,pageboys,0.04,Noun,8,6,2,pageboy,none,none,12.86,0.70,7.22,none,none, paged,paged,2.78,Verb,5,4,1,page,none,none,5.16,1.00,4.90,5.47,4.92, pager,pager,2.88,Noun,5,4,2,pager,10.11,0.95,10.11,0.95,none,none,none, pagers,pagers,0.25,Noun,6,5,2,pager,none,none,10.11,0.95,none,none,none, pages,pages,13.63,Noun,5,5,2,page,none,none,5.16,1.00,4.90,5.47,4.92, paginate,paginate,0.10,Verb,8,7,3,paginate,16.29,0.37,16.29,0.37,none,none,none, paginates,paginates,0.06,Verb,9,8,3,paginate,none,none,16.29,0.37,none,none,none, pagination,pagination,Err:512,Err:512,10,9,4,pagination,15.50,0.42,15.50,0.42,none,none,none, paging,paging,2.04,Noun,6,5,2,paging,11.45,0.95,11.45,0.95,none,none,none, pagoda,pagoda,1.10,Noun,6,6,3,pagoda,12.38,0.89,12.38,0.89,none,none,none, pagodas,pagodas,0.02,Noun,7,7,3,pagoda,none,none,12.38,0.89,none,none,none, paid,paid,85.67,Verb,4,3,1,pay,none,none,5.50,1.00,5.92,none,5.86, pail,pail,0.94,Noun,4,3,1,pail,6.16,1.00,6.16,1.00,none,none,6.53, pails,pails,0.12,Noun,5,4,1,pail,none,none,6.16,1.00,none,none,6.53, pain,pain,97.94,Noun,4,3,1,pain,4.26,1.00,4.26,1.00,5.02,5.18,5.46, pained,pained,0.25,Adjective,6,4,1,pained,8.89,1.00,8.89,1.00,none,none,none, painful,painful,15.16,Adjective,7,6,2,painful,6.44,1.00,6.44,1.00,none,5.50,none, paining,paining,0.12,Verb,7,5,2,pain,none,none,4.26,1.00,5.02,5.18,5.46, painkiller,painkiller,0.53,Noun,10,7,3,painkiller,11.59,0.94,11.59,0.94,none,none,none, painkillers,painkillers,1.75,Noun,11,8,3,painkiller,none,none,11.59,0.94,none,none,none, painless,painless,1.94,Adjective,8,6,2,painless,8.91,1.00,8.91,1.00,none,none,none, pains,pains,5.27,Noun,5,4,1,pains,6.53,1.00,6.53,1.00,none,none,none, painstaking,painstaking,0.24,Adjective,11,9,3,painstaking,11.17,1.00,11.17,1.00,none,none,none, paint,paint,36.80,Verb,5,4,1,paint,4.45,1.00,4.45,1.00,4.61,none,5.19, paintball,paintball,0.75,Noun,9,7,2,paintball,12.50,1.00,12.50,1.00,none,none,none, paintbox,paintbox,0.10,Noun,8,8,2,paintbox,6.35,0.89,6.35,0.89,none,none,none, paintbrush,paintbrush,0.53,Noun,10,8,2,paintbrush,6.22,1.00,6.22,1.00,none,none,none, paintbrushes,paintbrushes,0.06,Noun,12,10,3,paintbrush,none,none,6.22,1.00,none,none,none, painted,painted,13.92,Verb,7,6,2,paint,none,none,4.45,1.00,4.61,none,5.19, painter,painter,6.75,Noun,7,5,2,painter,5.60,1.00,5.60,1.00,5.96,none,none, painterly,painterly,0.02,Adjective,9,7,3,painterly,14.73,0.55,14.73,0.55,none,none,none, painters,painters,1.88,Noun,8,6,2,painter,none,none,5.60,1.00,5.96,none,none, painting,painting,29.20,Noun,8,6,2,painting,5.26,1.00,5.26,1.00,none,5.30,none, paintings,paintings,11.27,Noun,9,7,2,painting,none,none,5.26,1.00,none,5.30,none, paints,paints,2.73,Verb,6,5,1,paint,none,none,4.45,1.00,4.61,none,5.19, paintwork,paintwork,0.02,Noun,9,7,2,paintwork,10.30,0.95,10.30,0.95,none,none,none, pair,pair,37.25,Noun,4,3,1,pair,5.94,1.00,5.94,1.00,none,5.26,5.66, paired,paired,0.65,Verb,6,4,1,pair,none,none,5.94,1.00,none,5.26,5.66, pairs,pairs,4.16,Noun,5,4,1,pair,none,none,5.94,1.00,none,5.26,5.66, paisley,paisley,0.63,Noun,7,5,2,paisley,11.29,0.89,11.29,0.89,none,12.06,none,11.39 pajama,pyjama,1.27,Noun,6,6,3,pajama,4.27,1.00,4.27,1.00,none,none,none, pajamas,pyjamas,5.82,Noun,7,7,3,pajamas,3.48,1.00,3.48,1.00,none,none,none, pal,pal,57.59,Noun,3,3,1,pal,5.74,1.00,5.74,1.00,none,none,5.47, palace,palace,19.20,Noun,6,5,2,palace,6.89,1.00,6.89,1.00,none,5.98,none,6.40 palaces,palaces,0.80,Noun,7,7,3,palace,none,none,6.89,1.00,none,5.98,none,6.40 palanquin,palanquin,0.12,Noun,9,9,3,palanquin,14.83,0.33,14.83,0.33,none,none,none, palatable,palatable,0.25,Adjective,9,9,4,palatable,12.72,1.00,12.72,1.00,none,none,none, palate,palate,0.98,Noun,6,5,2,palate,11.72,1.00,11.72,1.00,none,none,none,11.19 palates,palates,0.20,Noun,7,6,2,palate,none,none,11.72,1.00,none,none,none,11.19 palatial,palatial,0.29,Adjective,8,7,3,palatial,13.54,0.68,13.54,0.68,none,none,none, palatinate,palatinate,Err:512,Err:512,10,9,4,palatinate,16.75,0.19,16.75,0.19,none,none,none, palaver,palaver,0.27,Noun,7,7,3,palaver,14.71,0.37,14.71,0.37,none,none,none, palazzo,palazzo,0.24,Noun,7,6,3,palazzo,15.50,0.56,15.50,0.56,none,none,none, pale,pale,8.02,Adjective,4,3,1,pale,6.95,1.00,6.95,1.00,none,6.66,7.22, paled,paled,0.06,Verb,5,4,1,pale,none,none,6.95,1.00,none,6.66,7.22, paleface,paleface,0.22,Noun,8,6,2,paleface,11.28,1.00,11.28,1.00,none,none,none, palefaces,palefaces,0.04,Noun,9,8,3,paleface,none,none,11.28,1.00,none,none,none, paleness,paleness,0.02,Noun,8,6,2,paleness,10.00,1.00,10.00,1.00,none,none,none, paleography,paleography,Err:512,Err:512,11,10,5,paleography,14.57,0.35,14.57,0.35,none,none,none, paleontologist,palaeontologist,0.33,Noun,14,14,6,paleontologist,12.50,0.90,12.50,0.90,none,none,none, paleontologists,palaeontologists,0.12,Noun,15,15,6,paleontologist,none,none,12.50,0.90,none,none,none, paleontology,palaeontology,0.41,Noun,12,12,6,paleontology,12.83,1.00,12.83,1.00,none,none,none, paler,paler,0.25,Adjective,5,4,2,pale,none,none,6.95,1.00,none,6.66,7.22, pales,pales,0.22,Verb,5,4,1,pale,none,none,6.95,1.00,none,6.66,7.22, palest,palest,0.04,Adjective,6,6,2,pale,none,none,6.95,1.00,none,6.66,7.22, palette,palette,0.57,Noun,7,5,2,palette,10.50,0.95,10.50,0.95,none,10.66,none,12.32 palettes,palettes,0.02,Noun,8,6,2,palette,none,none,10.50,0.95,none,10.66,none,12.32 palfrey,palfrey,0.04,Noun,7,6,2,palfrey,13.78,0.50,13.78,0.50,none,none,none, palimony,palimony,0.10,Noun,8,8,4,palimony,15.62,0.72,15.62,0.72,none,none,none, palindrome,palindrome,0.16,Noun,10,9,3,palindrome,13.00,0.85,13.00,0.85,none,none,none, palindromes,palindromes,0.02,Noun,11,10,3,palindrome,none,none,13.00,0.85,none,none,none, palinode,palinode,Err:512,Err:512,8,7,3,palinode,17.50,0.10,17.50,0.10,none,none,none, pall,pall,0.45,Noun,4,3,1,pall,12.27,0.58,12.27,0.58,none,none,12.52, palladium,palladium,0.35,Noun,9,8,4,palladium,14.00,0.63,14.00,0.63,none,none,none, pallbearer,pallbearer,0.22,Noun,10,7,4,pallbearer,9.62,0.72,9.62,0.72,none,none,none, pallbearers,pallbearers,0.31,Noun,11,8,4,pallbearer,none,none,9.62,0.72,none,none,none, pallet,pallet,0.41,Noun,6,5,2,pallet,12.00,1.00,12.00,1.00,none,10.73,none, pallets,pallets,0.14,Noun,7,6,2,pallet,none,none,12.00,1.00,none,10.73,none, palliation,palliation,Err:512,Err:512,10,8,4,palliation,17.60,0.24,17.60,0.24,none,none,none, palliative,palliative,0.06,Adjective,10,8,4,palliative,17.11,0.47,17.11,0.47,none,none,none, pallid,pallid,0.16,Adjective,6,5,2,pallid,14.53,0.89,14.53,0.89,none,none,none, palling,palling,0.06,Verb,7,5,2,pall,none,none,12.27,0.58,none,none,12.52, pallor,pallor,0.14,Noun,6,4,2,pallor,13.23,0.72,13.23,0.72,none,none,none, palm,palm,13.24,Noun,4,3,1,palm,6.00,1.00,6.00,1.00,none,6.71,5.93, palmate,palmate,Err:512,Err:512,7,5,2,palmate,13.50,0.42,13.50,0.42,none,none,none, palmed,palmed,0.22,Verb,6,4,1,palm,none,none,6.00,1.00,none,6.71,5.93, palmetto,palmetto,0.08,Noun,8,7,3,palmetto,12.83,0.63,12.83,0.63,none,none,none, palmettos,palmettos,0.06,Noun,9,8,3,palmetto,none,none,12.83,0.63,none,none,none, palmistry,palmistry,0.10,Noun,9,8,3,palmistry,14.64,0.55,14.64,0.55,none,none,none, palms,palms,3.71,Noun,5,4,1,palm,none,none,6.00,1.00,none,6.71,5.93, palmtop,palmtop,0.04,Noun,7,6,2,palmtop,11.10,0.53,11.10,0.53,none,none,none, palmtree,palm tree,Err:512,Err:512,8,6,2,palmtree,7.44,1.00,7.44,1.00,none,none,none, palmy,palmy,0.04,Adjective,5,4,2,palmy,14.12,0.42,14.12,0.42,none,none,none, palomino,palomino,0.49,Noun,8,8,4,palomino,13.93,0.74,13.93,0.74,none,none,none, palominos,palominos,0.02,Name,9,9,4,palomino,none,none,13.93,0.74,none,none,none, palooka,palooka,0.33,Noun,7,6,3,palooka,13.60,0.28,13.60,0.28,none,none,none, palookas,palookas,0.18,Noun,8,7,3,palooka,none,none,13.60,0.28,none,none,none, palpate,palpate,0.06,Verb,7,6,2,palpate,15.00,0.72,15.00,0.72,none,none,none, palpation,palpation,0.14,Noun,9,8,3,palpation,15.33,0.83,15.33,0.83,none,none,none, palpitate,palpitate,0.04,Verb,9,8,3,palpitate,14.53,1.00,14.53,1.00,none,none,none, palpitates,palpitates,0.02,Verb,10,9,3,palpitate,none,none,14.53,1.00,none,none,none, palpitating,palpitating,0.14,Verb,11,10,4,palpitate,none,none,14.53,1.00,none,none,none, palpitation,palpitation,0.12,Noun,11,10,4,palpitation,14.00,0.86,14.00,0.86,none,none,none, palpitations,palpitations,0.33,Noun,12,11,4,palpitation,none,none,14.00,0.86,none,none,none, pals,pals,5.88,Noun,4,4,1,pal,none,none,5.74,1.00,none,none,5.47, palsied,palsied,0.04,Verb,7,6,2,palsy,none,none,14.25,0.63,none,none,none,12.43 palsy,palsy,0.53,Noun,5,5,2,palsy,14.25,0.63,14.25,0.63,none,none,none,12.43 palter,palter,0.10,Noun,6,6,2,palter,14.67,0.33,14.67,0.33,none,none,none, paltry,paltry,0.51,Adjective,6,6,2,paltry,9.82,0.55,9.82,0.55,none,none,none,12.43 pampas,pampas,0.16,Noun,6,6,2,pampas,13.40,0.53,13.40,0.53,none,11.70,none, pamper,pamper,0.51,Verb,6,5,2,pamper,9.33,1.00,9.33,1.00,none,none,none,9.13 pampered,pampered,0.63,Verb,8,6,2,pamper,none,none,9.33,1.00,none,none,none,9.13 pampering,pampering,0.37,Verb,9,7,3,pamper,none,none,9.33,1.00,none,none,none,9.13 pampers,pampers,0.29,Verb,7,6,2,pamper,none,none,9.33,1.00,none,none,none,9.13 pamphlet,pamphlet,1.18,Noun,8,7,2,pamphlet,9.50,1.00,9.50,1.00,none,none,none,9.94 pamphlets,pamphlets,0.82,Noun,9,8,2,pamphlet,none,none,9.50,1.00,none,none,none,9.94 pan,pan,12.29,Noun,3,3,1,pan,4.72,1.00,4.72,1.00,none,none,5.40, panacea,panacea,0.08,Noun,7,7,4,panacea,16.50,0.70,16.50,0.70,none,none,none, panaceas,panaceas,0.02,Noun,8,8,4,panacea,none,none,16.50,0.70,none,none,none, panache,panache,0.20,Noun,7,5,2,panache,12.92,0.72,12.92,0.72,none,none,none, panatela,panatela,0.04,Noun,8,8,4,panatela,15.00,0.44,15.00,0.44,none,none,none, pancake,pancake,3.96,Noun,7,6,2,pancake,4.26,1.00,4.26,1.00,none,none,none, pancakes,pancakes,9.65,Noun,8,7,2,pancake,none,none,4.26,1.00,none,none,none, panchromatic,panchromatic,Err:512,Err:512,12,11,4,panchromatic,16.50,0.29,16.50,0.29,none,none,none, pancreas,pancreas,0.78,Noun,8,8,3,pancreas,12.84,1.00,12.84,1.00,none,12.81,none, pancreatic,pancreatic,0.37,Adjective,10,10,4,pancreatic,13.50,1.00,13.50,1.00,none,none,none, pancreatitis,pancreatitis,0.14,Noun,12,12,5,pancreatitis,16.12,0.85,16.12,0.85,none,none,none, panda,panda,2.12,Noun,5,5,2,panda,5.67,1.00,5.67,1.00,8.37,none,none,5.20 pandas,pandas,0.31,Noun,6,6,2,panda,none,none,5.67,1.00,8.37,none,none,5.20 pandemic,pandemic,0.10,Adjective,8,8,3,pandemic,12.26,1.00,12.26,1.00,none,none,none, pandemonium,pandemonium,0.65,Noun,11,11,5,pandemonium,14.24,0.94,14.24,0.94,none,none,none, pander,pander,0.12,Verb,6,5,2,pander,13.47,0.83,13.47,0.83,none,none,none, pandered,pandered,0.06,Verb,8,6,2,pander,none,none,13.47,0.83,none,none,none, pandering,pandering,0.29,Verb,9,7,3,pander,none,none,13.47,0.83,none,none,none, panders,panders,0.04,Verb,7,6,2,pander,none,none,13.47,0.83,none,none,none, pandowdy,pandowdy,0.04,Adjective,8,7,3,pandowdy,13.80,0.50,13.80,0.50,none,none,none, pane,pane,0.47,Noun,4,3,1,pane,9.78,1.00,9.78,1.00,none,none,9.39, panegyric,panegyric,0.02,Adjective,9,8,3,panegyric,16.86,0.35,16.86,0.35,none,none,none, panel,panel,7.29,Noun,5,5,2,panel,9.11,1.00,9.11,1.00,none,none,none,10.22 paneling,panelling,0.18,Noun,8,7,3,paneling,8.22,1.00,8.22,1.00,none,none,none, panelist,panellist,0.02,Noun,8,8,3,panelist,11.44,1.00,11.44,1.00,none,none,none, panelists,panellists,0.12,Noun,9,9,3,panelist,none,none,11.44,1.00,none,none,none, panels,panels,1.43,Noun,6,6,2,panel,none,none,9.11,1.00,none,none,none,10.22 panes,panes,0.06,Noun,5,4,1,pane,none,none,9.78,1.00,none,none,9.39, panfry,panfry,0.02,Noun,6,6,2,panfry,10.57,0.74,10.57,0.74,none,none,none, pang,pang,1.59,Noun,4,3,1,pang,10.50,0.84,10.50,0.84,none,none,11.25, pangs,pangs,0.33,Noun,5,4,1,pang,none,none,10.50,0.84,none,none,11.25, panhandle,panhandle,0.39,Noun,9,9,3,panhandle,11.82,0.89,11.82,0.89,none,none,none, panhandler,panhandler,0.27,Noun,10,9,3,panhandler,13.12,0.94,13.12,0.94,none,none,none, panhandlers,panhandlers,0.18,Noun,11,10,3,panhandler,none,none,13.12,0.94,none,none,none, panhandling,panhandling,0.24,Verb,11,10,3,panhandle,none,none,11.82,0.89,none,none,none, panic,panic,21.84,Noun,5,5,2,panic,8.35,1.00,8.35,1.00,none,7.60,none,7.49 panicked,panicked,5.14,Verb,8,6,2,panic,none,none,8.35,1.00,none,7.60,none,7.49 panicking,panicking,1.57,Verb,9,7,3,panic,none,none,8.35,1.00,none,7.60,none,7.49 panicky,panicky,1.10,Adjective,7,6,3,panicky,9.28,1.00,9.28,1.00,none,none,none, panicle,panicle,Err:512,Err:512,7,7,3,panicle,14.00,0.37,14.00,0.37,none,none,none, panics,panics,0.37,Verb,6,6,2,panic,none,none,8.35,1.00,none,7.60,none,7.49 panjandrum,panjandrum,0.04,Noun,10,10,3,panjandrum,15.50,0.22,15.50,0.22,none,none,none, panned,panned,0.33,Verb,6,4,1,pan,none,none,4.72,1.00,none,none,5.40, panning,panning,0.35,Verb,7,5,2,pan,none,none,4.72,1.00,none,none,5.40, panoply,panoply,0.02,Noun,7,7,3,panoply,16.00,0.26,16.00,0.26,none,13.11,none, panorama,panorama,0.14,Noun,8,7,4,panorama,13.88,0.89,13.88,0.89,none,none,none, panoramic,panoramic,0.04,Adjective,9,8,4,panoramic,12.39,1.00,12.39,1.00,none,none,none, panpipe,panpipe,0.02,Noun,7,6,2,panpipe,12.27,0.79,12.27,0.79,none,none,none, pans,pans,2.14,Noun,4,4,1,pan,none,none,4.72,1.00,none,none,5.40, pansexual,pansexual,0.04,Adjective,9,11,4,pansexual,16.00,0.42,16.00,0.42,none,none,none, pansies,pansies,0.69,Noun,7,6,2,pansy,none,none,8.32,1.00,none,none,none,9.58 pansy,pansy,1.94,Noun,5,5,2,pansy,8.32,1.00,8.32,1.00,none,none,none,9.58 pant,pant,0.96,Noun,4,4,1,pant,5.94,0.94,5.94,0.94,none,none,6.10, pantheistic,pantheistic,0.06,Adjective,11,10,4,pantheistic,13.70,0.56,13.70,0.56,none,none,none, pantheon,pantheon,0.41,Noun,8,7,3,pantheon,11.80,0.83,11.80,0.83,none,none,none, panther,panther,2.57,Noun,7,5,2,panther,6.67,1.00,6.67,1.00,8.97,none,none,6.54 panthers,panthers,1.39,Noun,8,6,2,panther,none,none,6.67,1.00,8.97,none,none,6.54 panties,panties,8.12,Noun,7,6,2,panties,5.75,1.00,5.75,1.00,none,none,none, panting,panting,4.06,Verb,7,6,2,pant,none,none,5.94,0.94,none,none,6.10, pantograph,pantograph,0.06,Noun,10,9,3,pantograph,15.14,0.37,15.14,0.37,none,none,none, pantomime,pantomime,0.33,Noun,9,8,3,pantomime,9.33,0.71,9.33,0.71,none,none,none, pantomimes,pantomimes,0.06,Noun,10,9,3,pantomime,none,none,9.33,0.71,none,none,none, pantries,pantries,0.02,Noun,8,7,2,pantry,none,none,8.17,1.00,none,none,none,7.88 pantry,pantry,1.75,Noun,6,6,2,pantry,8.17,1.00,8.17,1.00,none,none,none,7.88 pants,pants,58.75,Noun,5,5,1,pants,3.23,1.00,3.23,1.00,none,none,3.82, pantsuit,pantsuit,0.16,Noun,8,7,2,pantsuit,9.42,1.00,9.42,1.00,none,none,none, pantsuits,pantsuits,0.10,Noun,9,8,2,pantsuit,none,none,9.42,1.00,none,none,none, panty,panty,1.04,Adjective,5,5,2,panty,6.26,1.00,6.26,1.00,none,none,none, pantyhose,pantyhose,1.71,Noun,9,8,3,pantyhose,6.06,1.00,6.06,1.00,none,none,none, pantywaist,pantywaist,0.12,Noun,10,9,3,pantywaist,10.53,0.89,10.53,0.89,none,none,none, pantywaists,pantywaists,0.04,Noun,11,10,3,pantywaist,none,none,10.53,0.89,none,none,none, panzer,panzer,0.80,Noun,6,5,2,panzer,14.22,0.50,14.22,0.50,none,none,none, panzers,panzers,0.24,Noun,7,7,2,panzer,none,none,14.22,0.50,none,none,none, pap,pap,1.29,Noun,3,3,1,pap,13.00,0.74,13.00,0.74,none,none,11.12, papa,papa,42.59,Noun,4,4,2,papa,3.05,1.00,3.05,1.00,none,none,none, papacy,papacy,0.04,Noun,6,6,3,papacy,13.35,0.85,13.35,0.85,none,none,none, papal,papal,0.53,Adjective,5,5,2,papal,12.00,0.67,12.00,0.67,none,none,none, paparazzi,paparazzi,0.98,Noun,9,8,4,paparazzo,none,none,14.47,0.89,none,none,none, paparazzo,paparazzo,0.04,Noun,9,8,4,paparazzo,14.47,0.89,14.47,0.89,none,none,none, papas,papas,0.16,Noun,5,5,2,papa,none,none,3.05,1.00,none,none,none, papaw,papaw,0.08,Verb,5,4,2,papaw,10.42,0.63,10.42,0.63,none,none,none, papaya,papaya,1.10,Noun,6,5,3,papaya,10.84,1.00,10.84,1.00,none,none,none, papayas,papayas,0.24,Noun,7,6,3,papaya,none,none,10.84,1.00,none,none,none, paper,paper,103.35,Noun,5,4,2,paper,4.00,1.00,4.00,1.00,4.43,4.75,none,4.38 paperback,paperback,0.45,Noun,9,7,3,paperback,7.94,1.00,7.94,1.00,none,none,none, paperbacks,paperbacks,0.24,Noun,10,8,3,paperback,none,none,7.94,1.00,none,none,none, paperboy,paperboy,0.43,Noun,8,7,3,paperboy,7.56,1.00,7.56,1.00,none,none,none, paperboys,paperboys,0.02,Noun,9,8,3,paperboy,none,none,7.56,1.00,none,none,none, paperclip,paperclip,0.04,Noun,9,8,3,paperclip,6.42,1.00,6.42,1.00,none,none,none, paperclips,paperclips,0.06,Noun,10,9,3,paperclip,none,none,6.42,1.00,none,none,none, papered,papered,0.16,Verb,7,5,2,paper,none,none,4.00,1.00,4.43,4.75,none,4.38 paperhanger,paperhanger,0.16,Noun,11,8,4,paperhanger,10.71,0.89,10.71,0.89,none,none,none, paperless,paperless,0.06,Adjective,9,7,3,paperless,10.91,1.00,10.91,1.00,none,none,none, papermaking,papermaking,0.02,Verb,11,9,4,papermaking,8.33,0.95,8.33,0.95,none,none,none, papers,papers,51.73,Noun,6,5,2,paper,none,none,4.00,1.00,4.43,4.75,none,4.38 paperweight,paperweight,0.41,Noun,11,7,3,paperweight,6.72,1.00,6.72,1.00,none,none,none, paperweights,paperweights,0.22,Noun,12,8,3,paperweight,none,none,6.72,1.00,none,none,none, paperwork,paperwork,10.41,Noun,9,7,3,paperwork,7.53,1.00,7.53,1.00,none,none,none, papery,papery,0.08,Adjective,6,5,3,papery,10.38,0.89,10.38,0.89,none,none,none, papilla,papilla,0.02,Noun,7,6,3,papilla,14.33,0.16,14.33,0.16,none,none,none, papillary,papillary,0.04,Adjective,9,8,4,papillary,16.64,0.74,16.64,0.74,none,none,none, papist,papist,0.10,Adjective,6,6,2,papist,13.92,0.72,13.92,0.72,none,none,none, papists,papists,0.04,Noun,7,7,2,papist,none,none,13.92,0.72,none,none,none, papoose,papoose,0.22,Noun,7,5,2,papoose,10.77,0.72,10.77,0.72,none,none,none, papooses,papooses,0.04,Verb,8,7,3,papoose,none,none,10.77,0.72,none,none,none, paprika,paprika,0.80,Noun,7,7,3,paprika,9.63,1.00,9.63,1.00,none,none,none, papyrus,papyrus,0.08,Noun,7,7,3,papyrus,10.88,0.89,10.88,0.89,none,none,none, par,par,4.96,Noun,3,3,1,par,10.16,1.00,10.16,1.00,none,none,10.25, para,para,1.31,1.31,4,4,2,para,13.02,0.73,13.02,0.73,none,none,none,11.49 parable,parable,0.18,Noun,7,7,3,parable,11.24,0.94,11.24,0.94,none,none,none, parables,parables,0.08,Noun,8,8,3,parable,none,none,11.24,0.94,none,none,none, parabolic,parabolic,0.25,Adjective,9,9,4,parabolic,14.54,0.65,14.54,0.65,none,none,none, parachute,parachute,3.18,Noun,9,7,3,parachute,7.00,1.00,7.00,1.00,8.69,none,none, parachuted,parachuted,0.41,Verb,10,9,4,parachute,none,none,7.00,1.00,8.69,none,none, parachutes,parachutes,0.78,Noun,10,8,3,parachute,none,none,7.00,1.00,8.69,none,none, parachuting,parachuting,0.31,Verb,11,9,4,parachute,none,none,7.00,1.00,8.69,none,none, parachutist,parachutist,0.16,Noun,11,10,4,parachutist,11.11,1.00,11.11,1.00,none,none,none, parachutists,parachutists,0.25,Noun,12,11,4,parachutist,none,none,11.11,1.00,none,none,none, parade,parade,12.88,Noun,6,4,2,parade,6.53,1.00,6.53,1.00,none,7.60,none,5.87 paraded,paraded,0.22,Verb,7,6,3,parade,none,none,6.53,1.00,none,7.60,none,5.87 parades,parades,0.84,Noun,7,5,2,parade,none,none,6.53,1.00,none,7.60,none,5.87 paradigm,paradigm,0.73,Noun,8,7,3,paradigm,16.60,0.83,16.60,0.83,none,none,none, paradigmatic,paradigmatic,0.02,Adjective,12,12,5,paradigmatic,15.58,0.63,15.58,0.63,none,none,none, paradigms,paradigms,0.06,Noun,9,8,3,paradigm,none,none,16.60,0.83,none,none,none, parading,parading,1.10,Verb,8,6,3,parade,none,none,6.53,1.00,none,7.60,none,5.87 paradise,paradise,13.25,Noun,8,7,3,paradise,8.67,1.00,8.67,1.00,none,9.03,none, paradises,paradises,0.02,Noun,9,9,4,paradise,none,none,8.67,1.00,none,9.03,none, paradisiacal,paradisiacal,0.02,Adjective,12,12,6,paradisiacal,14.90,0.50,14.90,0.50,none,none,none, paradox,paradox,1.27,Noun,7,8,3,paradox,13.78,0.95,13.78,0.95,none,none,none, paradoxes,paradoxes,0.20,Noun,9,10,4,paradox,none,none,13.78,0.95,none,none,none, paradoxical,paradoxical,0.14,Adjective,11,12,5,paradoxical,13.81,0.84,13.81,0.84,none,none,none, paraffin,paraffin,0.43,Noun,8,7,3,paraffin,13.67,0.83,13.67,0.83,none,none,none, paragliding,paragliding,0.06,Verb,11,10,4,paragliding,11.65,0.94,11.65,0.94,none,none,none, paragon,paragon,0.29,Noun,7,7,3,paragon,14.50,0.67,14.50,0.67,none,none,none, paragons,paragons,0.10,Noun,8,8,3,paragon,none,none,14.50,0.67,none,none,none, paragraph,paragraph,2.82,Noun,9,8,3,paragraph,7.05,1.00,7.05,1.00,none,none,none, paragraphs,paragraphs,0.31,Noun,10,9,3,paragraph,none,none,7.05,1.00,none,none,none, parakeet,parakeet,1.08,Noun,8,7,3,parakeet,6.53,1.00,6.53,1.00,none,none,none, parakeets,parakeets,0.12,Noun,9,8,3,parakeet,none,none,6.53,1.00,none,none,none, paraldehyde,paraldehyde,0.02,Noun,11,10,4,paraldehyde,16.00,0.32,16.00,0.32,none,none,none, paralegal,paralegal,0.98,Adjective,9,9,4,paralegal,15.11,1.00,15.11,1.00,none,none,none, paralegals,paralegals,0.20,Noun,10,10,4,paralegal,none,none,15.11,1.00,none,none,none, parallel,parallel,4.39,Adjective,8,7,3,parallel,9.95,1.00,9.95,1.00,none,none,none, paralleled,paralleled,0.02,Verb,10,8,3,parallel,none,none,9.95,1.00,none,none,none, parallelism,parallelism,0.02,Noun,11,11,5,parallelism,11.44,0.89,11.44,0.89,none,12.64,none, parallelogram,parallelogram,0.04,Noun,13,12,5,parallelogram,11.05,1.00,11.05,1.00,none,none,none, parallels,parallels,0.18,Noun,9,8,3,parallel,none,none,9.95,1.00,none,none,none, paralyses,paralyses,0.02,Verb,9,9,4,paralysis,none,none,10.39,1.00,none,none,none, paralysis,paralysis,1.96,Noun,9,8,4,paralysis,10.39,1.00,10.39,1.00,none,none,none, paralytic,paralytic,0.18,Adjective,9,9,4,paralytic,16.41,0.89,16.41,0.89,none,none,none, paralytics,paralytics,0.06,Noun,10,10,4,paralytic,none,none,16.41,0.89,none,none,none, paralyze,paralyse,0.47,Verb,8,7,3,paralyze,9.67,1.00,9.67,1.00,none,none,none, paralyzed,paralysed,3.73,Verb,9,8,3,paralyze,none,none,9.67,1.00,none,none,none, paralyzes,paralyses,0.16,Verb,9,9,4,paralyze,none,none,9.67,1.00,none,none,none, paralyzing,paralysing,0.33,Verb,10,9,4,paralyze,none,none,9.67,1.00,none,none,none, paramecia,paramecia,0.02,Noun,9,9,5,paramecium,none,none,14.31,0.72,none,none,none, paramecium,paramecium,0.20,Noun,10,10,5,paramecium,14.31,0.72,14.31,0.72,none,none,none, paramedic,paramedic,2.10,Adjective,9,9,4,paramedic,9.89,1.00,9.89,1.00,none,none,none, paramedical,paramedical,0.02,Adjective,11,11,5,paramedical,12.23,0.72,12.23,0.72,none,none,none, paramedics,paramedics,5.00,Noun,10,10,4,paramedics,8.68,1.00,8.68,1.00,none,none,none, parameter,parameter,0.25,Noun,9,7,4,parameter,10.95,1.00,10.95,1.00,none,none,none, parameterization,parameterization,0.02,Noun,16,14,7,parameterization,17.67,0.41,17.67,0.41,none,none,none, parameters,parameters,1.41,Noun,10,8,4,parameter,none,none,10.95,1.00,none,none,none, paramilitary,paramilitary,0.39,Adjective,12,12,6,paramilitary,13.21,0.74,13.21,0.74,none,none,none, paramour,paramour,0.16,Noun,8,7,3,paramour,14.93,0.79,14.93,0.79,none,none,none, paramours,paramours,0.02,Noun,9,10,4,paramour,none,none,14.93,0.79,none,none,none, paranoia,paranoia,2.67,Noun,8,7,4,paranoia,12.79,0.95,12.79,0.95,none,none,none, paranoiac,paranoiac,0.25,Adjective,9,8,4,paranoiac,15.50,0.70,15.50,0.70,none,none,none, paranoiacs,paranoiacs,0.04,Noun,10,9,4,paranoiac,none,none,15.50,0.70,none,none,none, paranoid,paranoid,10.65,Adjective,8,7,3,paranoid,12.30,1.00,12.30,1.00,none,none,none, paranoids,paranoids,0.10,Noun,9,8,3,paranoid,none,none,12.30,1.00,none,none,none, paranormal,paranormal,1.31,Adjective,10,10,4,paranormal,12.67,1.00,12.67,1.00,none,none,none, parapet,parapet,0.20,Noun,7,7,3,parapet,12.42,0.63,12.42,0.63,none,none,none, parapets,parapets,0.10,Noun,8,8,3,parapet,none,none,12.42,0.63,none,none,none, paraphernalia,paraphernalia,0.61,Noun,13,11,5,paraphernalia,13.27,0.83,13.27,0.83,none,none,none, paraphrase,paraphrase,0.24,Verb,10,8,3,paraphrase,13.16,1.00,13.16,1.00,none,none,none, paraplegia,paraplegia,0.02,Noun,10,10,5,paraplegia,13.44,0.84,13.44,0.84,none,none,none, paraplegic,paraplegic,0.47,Adjective,10,10,4,paraplegic,13.53,0.94,13.53,0.94,none,none,none, paraplegics,paraplegics,0.02,Noun,11,11,4,paraplegic,none,none,13.53,0.94,none,none,none, parapsychologist,parapsychologist,0.06,Noun,16,14,6,parapsychologist,16.91,0.61,16.91,0.61,none,none,none, parapsychologists,parapsychologists,0.02,Noun,17,15,6,parapsychologist,none,none,16.91,0.61,none,none,none, parapsychology,parapsychology,0.22,Noun,14,12,6,parapsychology,16.33,0.67,16.33,0.67,none,none,none, parasite,parasite,2.47,Noun,8,7,3,parasite,9.94,1.00,9.94,1.00,none,none,none, parasites,parasites,1.39,Noun,9,8,3,parasite,none,none,9.94,1.00,none,none,none, parasitic,parasitic,0.47,Adjective,9,9,4,parasitic,11.83,0.95,11.83,0.95,none,none,none, parasitism,parasitism,0.02,Noun,10,11,5,parasitism,14.36,0.70,14.36,0.70,none,none,none, parasol,parasol,0.51,Noun,7,7,3,parasol,12.18,0.89,12.18,0.89,none,none,none, parasols,parasols,0.06,Noun,8,8,3,parasol,none,none,12.18,0.89,none,none,none, parathyroid,parathyroid,0.02,Adjective,11,9,4,parathyroid,15.50,0.33,15.50,0.33,none,none,none, paratroop,paratroop,0.06,Noun,9,8,3,paratroop,11.00,0.89,11.00,0.89,none,none,none, paratrooper,paratrooper,0.31,Noun,11,9,4,paratrooper,13.41,0.94,13.41,0.94,none,none,none, paratroopers,paratroopers,0.67,Noun,12,10,4,paratrooper,none,none,13.41,0.94,none,none,none, paratroops,paratroops,0.18,Noun,10,9,3,paratroops,11.80,0.79,11.80,0.79,none,none,none, paratyphoid,paratyphoid,0.02,Adjective,11,9,4,paratyphoid,15.11,0.45,15.11,0.45,none,none,none, parboil,parboil,0.02,Verb,7,6,2,parboil,14.20,0.79,14.20,0.79,none,none,none, parboiled,parboiled,0.12,Verb,9,7,2,parboil,none,none,14.20,0.79,none,none,none, parcel,parcel,1.39,Noun,6,6,2,parcel,10.67,0.95,10.67,0.95,none,5.82,none,11.49 parceled,parcelled,0.06,Verb,8,7,2,parcel,none,none,10.67,0.95,none,5.82,none,11.49 parcels,parcels,0.78,Noun,7,7,2,parcel,none,none,10.67,0.95,none,5.82,none,11.49 parch,parch,0.04,Verb,5,4,1,parch,11.82,0.89,11.82,0.89,none,none,none, parched,parched,1.14,Adjective,7,5,1,parched,9.19,0.76,9.19,0.76,none,none,none, parchment,parchment,0.76,Noun,9,8,2,parchment,10.50,0.86,10.50,0.86,none,none,none,11.90 parchments,parchments,0.02,Noun,10,9,2,parchment,none,none,10.50,0.86,none,none,none,11.90 pard,pard,1.04,Noun,4,4,1,pard,15.00,0.14,15.00,0.14,none,none,none, pardon,pardon,64.65,Noun,6,6,2,pardon,7.83,1.00,7.83,1.00,none,6.88,none,8.96 pardonable,pardonable,0.06,Adjective,10,10,4,pardonable,11.41,0.94,11.41,0.94,none,none,none, pardoned,pardoned,0.80,Verb,8,7,2,pardon,none,none,7.83,1.00,none,6.88,none,8.96 pardoner,pardoner,0.06,Noun,8,7,3,pardoner,12.32,1.00,12.32,1.00,none,none,none, pardoning,pardoning,0.12,Verb,9,8,3,pardon,none,none,7.83,1.00,none,6.88,none,8.96 pardons,pardons,0.63,Noun,7,7,2,pardon,none,none,7.83,1.00,none,6.88,none,8.96 pare,pare,0.12,Verb,4,3,1,pare,11.33,0.90,11.33,0.90,none,none,10.95, paregoric,paregoric,0.06,Adjective,9,8,3,paregoric,19.00,0.21,19.00,0.21,none,none,none, parent,parent,13.14,Noun,6,6,2,parent,4.22,1.00,4.22,1.00,5.71,none,none,4.38 parentage,parentage,0.16,Noun,9,8,3,parentage,12.75,0.84,12.75,0.84,none,none,none, parental,parental,2.06,Adjective,8,7,3,parental,10.26,1.00,10.26,1.00,none,none,none, parentheses,parentheses,0.08,Noun,11,9,4,parenthesis,none,none,9.39,0.95,none,none,none, parenthesis,parenthesis,0.06,Noun,11,9,4,parenthesis,9.39,0.95,9.39,0.95,none,none,none, parenthetic,parenthetic,Err:512,Err:512,11,10,4,parenthetic,15.20,0.71,15.20,0.71,none,none,none, parenthood,parenthood,0.78,Noun,10,9,3,parenthood,8.47,1.00,8.47,1.00,none,none,none, parenting,parenting,2.63,Noun,9,8,3,parenting,9.72,1.00,9.72,1.00,none,none,none, parentless,parentless,0.08,Adjective,10,9,3,parentless,9.55,1.00,9.55,1.00,none,none,none, parents,parents,140.73,Noun,7,7,2,parent,none,none,4.22,1.00,5.71,none,none,4.38 pares,pares,0.02,Verb,5,4,1,pare,none,none,11.33,0.90,none,none,10.95, paresis,paresis,0.04,Noun,7,6,2,paresis,15.30,0.56,15.30,0.56,none,none,none, parfait,parfait,0.24,Noun,7,5,2,parfait,10.76,0.94,10.76,0.94,none,none,none, parfaits,parfaits,0.06,Noun,8,6,2,parfait,none,none,10.76,0.94,none,none,none, pariah,pariah,0.39,Noun,6,4,3,pariah,14.94,0.89,14.94,0.89,none,none,none, pariahs,pariahs,0.06,Noun,7,5,3,pariah,none,none,14.94,0.89,none,none,none, parietal,parietal,0.47,Adjective,8,7,4,parietal,16.64,0.58,16.64,0.58,none,none,none, paring,paring,0.12,Adjective,6,5,2,paring,9.95,1.00,9.95,1.00,none,none,none, parish,parish,3.02,Noun,6,5,2,parish,10.79,1.00,10.79,1.00,none,9.58,none,10.04 parishes,parishes,0.06,Noun,8,7,3,parish,none,none,10.79,1.00,none,9.58,none,10.04 parishioner,parishioner,0.16,Noun,11,7,4,parishioner,11.59,0.85,11.59,0.85,none,none,none, parishioners,parishioners,0.51,Noun,12,8,4,parishioner,none,none,11.59,0.85,none,none,none, parity,parity,0.10,Noun,6,6,3,parity,14.33,0.60,14.33,0.60,none,none,none, park,park,72.12,Noun,4,4,1,park,4.47,1.00,4.47,1.00,4.80,4.82,5.13, parka,parka,0.61,Noun,5,5,2,parka,10.32,0.95,10.32,0.95,none,11.66,none,10.90 parkas,parkas,0.18,Noun,6,6,2,parka,none,none,10.32,0.95,none,11.66,none,10.90 parked,parked,10.45,Verb,6,5,1,park,none,none,4.47,1.00,4.80,4.82,5.13, parking,parking,27.04,Noun,7,6,2,parking,5.94,1.00,5.94,1.00,none,none,none, parkland,parkland,0.10,Noun,8,8,2,parkland,9.56,0.76,9.56,0.76,none,none,none, parks,parks,3.73,Noun,5,5,1,park,none,none,4.47,1.00,4.80,4.82,5.13, parlance,parlance,0.29,Noun,8,7,2,parlance,12.80,0.53,12.80,0.53,none,none,none, parlay,parlay,0.67,Noun,6,5,2,parlay,13.56,0.89,13.56,0.89,none,none,none,13.51 parlayed,parlayed,0.14,Verb,8,6,2,parlay,none,none,13.56,0.89,none,none,none,13.51 parlays,parlays,0.08,Noun,7,6,2,parlay,none,none,13.56,0.89,none,none,none,13.51 parley,parley,0.41,Noun,6,5,2,parlay,none,none,13.56,0.89,none,none,none,13.51 parleyed,parleyed,0.02,Verb,8,6,2,parlay,none,none,13.56,0.89,none,none,none,13.51 parleying,parleying,0.04,Verb,9,7,3,parlay,none,none,13.56,0.89,none,none,none,13.51 parliament,parliament,2.24,Noun,10,9,3,parliament,12.00,1.00,12.00,1.00,none,10.02,none, parliamentarian,parliamentarian,0.00,Err:512,15,14,6,parliamentarian,14.05,0.86,14.05,0.86,12.55,none,none, parliamentary,parliamentary,0.24,Adjective,13,11,5,parliamentary,12.44,0.89,12.44,0.89,none,none,none, parliaments,parliaments,0.08,Noun,11,10,3,parliament,none,none,12.00,1.00,none,10.02,none, parlor,parlour,5.94,Noun,6,5,2,parlor,8.94,1.00,8.94,1.00,none,none,none,9.67 parlors,parlours,0.53,Noun,7,6,2,parlor,none,none,8.94,1.00,none,none,none,9.67 parlous,parlous,0.02,Adjective,7,6,2,parlous,13.22,0.45,13.22,0.45,none,none,none, parmesan,parmesan,1.12,Noun,8,8,3,parmesan,8.21,1.00,8.21,1.00,none,none,none, parochial,parochial,0.33,Adjective,9,7,4,parochial,13.08,0.72,13.08,0.72,none,none,none, parodies,parodies,0.04,Noun,8,7,3,parody,none,none,12.69,0.89,none,none,none, parody,parody,0.71,Noun,6,6,3,parody,12.69,0.89,12.69,0.89,none,none,none, parole,parole,10.45,Noun,6,4,2,parole,11.47,0.95,11.47,0.95,none,12.64,none,11.49 paroled,paroled,0.92,Verb,7,5,2,parole,none,none,11.47,0.95,none,12.64,none,11.49 parolee,parolee,0.16,Noun,7,5,3,parolee,13.47,0.85,13.47,0.85,none,none,none, parolees,parolees,0.12,Noun,8,6,3,parolee,none,none,13.47,0.85,none,none,none, paroles,paroles,0.08,Noun,7,5,2,parole,none,none,11.47,0.95,none,12.64,none,11.49 paronomasia,paronomasia,0.02,Noun,11,11,6,paronomasia,16.60,0.28,16.60,0.28,none,none,none, parotid,parotid,0.06,Adjective,7,7,3,parotid,16.78,0.47,16.78,0.47,none,none,none, paroxysm,paroxysm,0.04,Noun,8,10,4,paroxysm,15.73,0.61,15.73,0.61,none,none,none, paroxysmal,paroxysmal,0.04,Adjective,10,11,4,paroxysmal,17.00,0.53,17.00,0.53,none,none,none, parquet,parquet,0.08,Noun,7,5,2,parquet,14.14,0.78,14.14,0.78,none,none,none, parquetry,parquetry,Err:512,Err:512,9,7,3,parquetry,17.75,0.19,17.75,0.19,none,none,none, parricide,parricide,0.06,Noun,9,7,3,parricide,13.67,0.33,13.67,0.33,none,none,none, parries,parries,0.06,Verb,7,5,2,parry,none,none,11.15,0.70,none,none,none,12.85 parrot,parrot,3.27,Noun,6,5,2,parrot,5.58,1.00,5.58,1.00,6.18,none,none,5.56 parrotfish,parrotfish,0.02,Noun,10,8,3,parrotfish,13.62,0.72,13.62,0.72,none,none,none, parrots,parrots,0.53,Noun,7,6,2,parrot,none,none,5.58,1.00,6.18,none,none,5.56 parry,parry,1.51,Name,5,4,2,parry,11.15,0.70,11.15,0.70,none,none,none,12.85 parrying,parrying,0.02,Verb,8,6,3,parry,none,none,11.15,0.70,none,none,none,12.85 pars,pars,0.04,Noun,4,4,1,par,none,none,10.16,1.00,none,none,10.25, parse,parse,0.12,Verb,5,4,1,parse,12.85,0.68,12.85,0.68,none,none,none, parsec,parsec,0.04,Noun,6,6,2,parsec,18.00,0.42,18.00,0.42,none,none,none, parsecs,parsecs,0.02,Noun,7,7,2,parsec,none,none,18.00,0.42,none,none,none, parser,parser,0.02,Noun,6,5,2,parser,14.17,0.32,14.17,0.32,none,none,none, parsimonious,parsimonious,0.02,Adjective,12,11,5,parsimonious,14.71,0.37,14.71,0.37,none,none,none, parsley,parsley,0.84,Noun,7,6,2,parsley,8.95,1.00,8.95,1.00,none,none,none,9.85 parsleys,parsleys,0.02,Noun,8,7,2,parsley,none,none,8.95,1.00,none,none,none,9.85 parsnip,parsnip,0.08,Noun,7,7,2,parsnip,10.75,0.80,10.75,0.80,none,none,none, parsnips,parsnips,0.04,Noun,8,8,2,parsnip,none,none,10.75,0.80,none,none,none, parsonage,parsonage,0.10,Noun,9,8,3,parsonage,13.00,0.75,13.00,0.75,none,none,none, part,part,261.51,Noun,4,4,1,part,5.11,1.00,5.11,1.00,5.96,6.35,5.79, partake,partake,0.96,Verb,7,6,2,partake,10.89,1.00,10.89,1.00,none,none,none,11.19 partaken,partaken,0.08,Verb,8,8,3,partake,none,none,10.89,1.00,none,none,none,11.19 partaker,partaker,0.02,Noun,8,7,3,partaker,11.24,0.89,11.24,0.89,none,none,none, partakes,partakes,0.02,Verb,8,7,2,partake,none,none,10.89,1.00,none,none,none,11.19 partaking,partaking,0.08,Verb,9,8,3,partake,none,none,10.89,1.00,none,none,none,11.19 parted,parted,1.90,Verb,6,6,2,part,none,none,5.11,1.00,5.96,6.35,5.79, partial,partial,4.84,Adjective,7,6,2,partial,9.68,1.00,9.68,1.00,none,none,none,10.41 partiality,partiality,0.08,Noun,10,10,5,partiality,11.21,1.00,11.21,1.00,none,none,none, partials,partials,0.16,Noun,8,7,2,partial,none,none,9.68,1.00,none,none,none,10.41 partible,partible,Err:512,Err:512,8,8,3,partible,12.40,0.53,12.40,0.53,none,none,none, participant,participant,0.59,Noun,11,11,4,participant,8.42,1.00,8.42,1.00,none,11.28,none, participants,participants,0.73,Noun,12,12,4,participant,none,none,8.42,1.00,none,11.28,none, participate,participate,4.39,Verb,11,10,4,participate,7.05,1.00,7.05,1.00,10.02,none,none, participated,participated,1.39,Verb,12,12,5,participate,none,none,7.05,1.00,10.02,none,none, participates,participates,0.18,Verb,12,11,4,participate,none,none,7.05,1.00,10.02,none,none, participating,participating,1.41,Verb,13,12,5,participate,none,none,7.05,1.00,10.02,none,none, participation,participation,1.98,Noun,13,12,5,participation,7.56,1.00,7.56,1.00,none,none,none, participatory,participatory,0.02,Adjective,13,13,6,participatory,12.78,0.90,12.78,0.90,none,none,none, participle,participle,0.06,Noun,10,10,4,participle,12.14,0.78,12.14,0.78,none,none,none, participles,participles,0.04,Noun,11,11,4,participle,none,none,12.14,0.78,none,none,none, particle,particle,1.78,Noun,8,8,3,particle,10.28,1.00,10.28,1.00,none,none,none, particleboard,particleboard,0.02,Noun,13,12,4,particleboard,13.50,0.78,13.50,0.78,none,none,none, particles,particles,3.02,Noun,9,9,3,particle,none,none,10.28,1.00,none,none,none, particular,particular,27.90,Adjective,10,9,4,particular,8.05,1.00,8.05,1.00,none,none,none, particulars,particulars,1.08,Noun,11,10,4,particulars,11.70,1.00,11.70,1.00,none,none,none, particulate,particulate,0.10,Noun,11,10,4,particulate,14.20,0.83,14.20,0.83,none,none,none, particulates,particulates,0.22,Noun,12,12,4,particulate,none,none,14.20,0.83,none,none,none, partied,partied,0.78,Verb,7,6,2,party,none,none,4.58,1.00,4.78,none,none,4.97 parties,parties,23.18,Noun,7,6,2,party,none,none,4.58,1.00,4.78,none,none,4.97 parting,parting,2.27,Noun,7,6,2,parting,7.89,1.00,7.89,1.00,none,none,none, partings,partings,0.12,Noun,8,7,2,parting,none,none,7.89,1.00,none,none,none, partisan,partisan,0.18,Adjective,8,8,3,partisan,14.05,1.00,14.05,1.00,none,none,none, partisans,partisans,0.16,Noun,9,9,3,partisan,none,none,14.05,1.00,none,none,none, partition,partition,0.49,Noun,9,8,3,partition,14.25,1.00,14.25,1.00,9.25,none,none, partitioned,partitioned,0.08,Verb,11,9,3,partition,none,none,14.25,1.00,9.25,none,none, partitions,partitions,0.16,Noun,10,9,3,partition,none,none,14.25,1.00,9.25,none,none, partner,partner,75.22,Noun,7,6,2,partner,5.85,1.00,5.85,1.00,none,6.92,none,6.54 partnered,partnered,0.45,Verb,9,7,2,partner,none,none,5.85,1.00,none,6.92,none,6.54 partnering,partnering,0.10,Verb,10,8,3,partner,none,none,5.85,1.00,none,6.92,none,6.54 partners,partners,24.16,Noun,8,7,2,partner,none,none,5.85,1.00,none,6.92,none,6.54 partnership,partnership,5.29,Noun,11,9,3,partnership,9.89,1.00,9.89,1.00,none,none,none, partnerships,partnerships,0.27,Noun,12,10,3,partnership,none,none,9.89,1.00,none,none,none, partook,partook,0.08,Verb,7,6,2,partake,none,none,10.89,1.00,none,none,none,11.19 partridge,partridge,3.39,Noun,9,7,2,partridge,8.05,1.00,8.05,1.00,none,none,none,11.90 partridges,partridges,0.08,Noun,10,9,3,partridge,none,none,8.05,1.00,none,none,none,11.90 parts,parts,29.43,Noun,5,5,1,part,none,none,5.11,1.00,5.96,6.35,5.79, partway,partway,0.12,Noun,7,6,2,partway,8.94,0.94,8.94,0.94,none,none,none, party,party,233.14,Noun,5,5,2,party,4.58,1.00,4.58,1.00,4.78,none,none,4.97 partying,partying,2.75,Verb,8,7,3,party,none,none,4.58,1.00,4.78,none,none,4.97 pasha,pasha,0.53,Noun,5,4,2,pasha,16.25,0.21,16.25,0.21,none,none,none, pashas,pashas,0.02,Noun,6,5,2,pasha,none,none,16.25,0.21,none,none,none, pass,pass,108.12,Verb,4,3,1,pass,5.39,1.00,5.39,1.00,none,none,5.46, passable,passable,0.27,Adjective,8,7,3,passable,9.79,1.00,9.79,1.00,none,none,none, passage,passage,7.65,Noun,7,5,2,passage,8.11,0.95,8.11,0.95,none,7.15,none,8.96 passages,passages,1.78,Noun,8,7,3,passage,none,none,8.11,0.95,none,7.15,none,8.96 passageway,passageway,1.18,Noun,10,7,3,passageway,8.56,1.00,8.56,1.00,none,none,none, passageways,passageways,0.24,Noun,11,8,3,passageway,none,none,8.56,1.00,none,none,none, passbook,passbook,0.22,Noun,8,6,2,passbook,14.55,0.61,14.55,0.61,none,none,none, passe,passe,0.27,Adjective,5,4,2,passe,12.88,0.89,12.88,0.89,none,none,none, passed,passed,51.59,Verb,6,4,1,pass,none,none,5.39,1.00,none,none,5.46, passel,parcel,0.22,Noun,6,5,2,passel,12.67,0.63,12.67,0.63,none,none,none, passenger,passenger,10.76,Noun,9,7,3,passenger,6.65,1.00,6.65,1.00,none,7.56,none, passengers,passengers,12.29,Noun,10,8,3,passenger,none,none,6.65,1.00,none,7.56,none, passer,passer,0.18,Noun,6,4,2,passer,11.50,0.86,11.50,0.86,none,none,none, passerby,passerby,0.16,Noun,8,6,3,passerby,9.84,0.95,9.84,0.95,none,none,none, passerine,passerine,Err:512,Err:512,9,7,3,passerine,12.00,0.05,12.00,0.05,none,none,none, passers,passers,0.06,Noun,7,5,2,passer,none,none,11.50,0.86,none,none,none, passersby,passersby,0.24,Noun,9,7,3,passerby,none,none,9.84,0.95,none,none,none, passes,passes,12.61,Verb,6,5,2,pass,none,none,5.39,1.00,none,none,5.46, passing,passing,25.98,Verb,7,5,2,pass,none,none,5.39,1.00,none,none,5.46, passion,passion,19.76,Noun,7,5,2,passion,10.79,1.00,10.79,1.00,10.53,10.83,none,9.22 passionate,passionate,6.00,Adjective,10,7,3,passionate,11.28,1.00,11.28,1.00,none,none,none, passionless,passionless,0.06,Adjective,11,8,3,passionless,11.20,1.00,11.20,1.00,none,none,none, passions,passions,1.76,Noun,8,6,2,passion,none,none,10.79,1.00,10.53,10.83,none,9.22 passive,passive,2.18,Adjective,7,5,2,passive,8.89,1.00,8.89,1.00,none,10.49,none,10.22 passives,passives,0.04,Noun,8,6,2,passive,none,none,8.89,1.00,none,10.49,none,10.22 passivism,passivism,0.02,Noun,9,9,4,passivism,13.78,0.95,13.78,0.95,none,none,none, passivity,passivity,0.06,Noun,9,8,4,passivity,13.35,0.89,13.35,0.89,none,none,none, passkey,passkey,0.57,Noun,7,5,2,passkey,13.07,0.78,13.07,0.78,none,none,none, passkeys,passkeys,0.04,Noun,8,6,2,passkey,none,none,13.07,0.78,none,none,none, passport,passport,10.47,Noun,8,7,2,passport,12.16,1.00,12.16,1.00,none,none,none, passports,passports,2.35,Noun,9,8,2,passport,none,none,12.16,1.00,none,none,none, password,password,7.98,Noun,8,6,2,password,8.83,1.00,8.83,1.00,none,none,none, passwords,passwords,0.92,Noun,9,7,2,password,none,none,8.83,1.00,none,none,none, past,past,123.76,Noun,4,4,1,past,6.78,1.00,6.78,1.00,6.21,none,6.53, pasta,pasta,4.24,Noun,5,5,2,pasta,5.78,1.00,5.78,1.00,none,none,none,4.91 pastas,pastas,0.10,Noun,6,6,2,pasta,none,none,5.78,1.00,none,none,none,4.91 paste,paste,1.71,Noun,5,4,1,paste,4.84,1.00,4.84,1.00,none,6.41,5.82, pasteboard,pasteboard,0.04,Noun,10,8,2,pasteboard,9.59,0.89,9.59,0.89,none,none,none, pasteboards,pasteboards,0.02,Noun,11,9,2,pasteboard,none,none,9.59,0.89,none,none,none, pasted,pasted,0.41,Verb,6,6,2,paste,none,none,4.84,1.00,none,6.41,5.82, pastel,pastel,0.27,Adjective,6,6,2,pastel,10.05,1.00,10.05,1.00,none,none,none, pastels,pastels,0.35,Noun,7,7,2,pastel,none,none,10.05,1.00,none,none,none, pastern,pastern,0.02,Noun,7,6,2,pastern,12.36,0.61,12.36,0.61,none,none,none, pastes,pastes,0.02,Noun,6,5,1,paste,none,none,4.84,1.00,none,6.41,5.82, pastiche,pastiche,0.06,Noun,8,6,2,pastiche,14.67,0.30,14.67,0.30,none,none,none, pasties,pasties,0.22,Noun,7,6,2,pasties,10.55,1.00,10.55,1.00,none,none,none, pastille,pastille,0.02,Noun,8,6,2,pastille,14.00,0.28,14.00,0.28,none,none,none, pastilles,pastilles,0.02,Noun,9,7,2,pastille,none,none,14.00,0.28,none,none,none, pastime,pastime,0.80,Noun,7,6,2,pastime,11.50,1.00,11.50,1.00,none,none,none, pastimes,pastimes,0.12,Noun,8,7,2,pastime,none,none,11.50,1.00,none,none,none, pasting,pasting,0.22,Verb,7,6,2,paste,none,none,4.84,1.00,none,6.41,5.82, pastor,pastor,4.29,Noun,6,5,2,pastor,6.79,1.00,6.79,1.00,none,none,none,7.19 pastoral,pastoral,0.14,Adjective,8,7,3,pastoral,11.43,0.78,11.43,0.78,none,none,none, pastors,pastors,0.08,Noun,7,6,2,pastor,none,none,6.79,1.00,none,none,none,7.19 pastrami,pastrami,0.96,Noun,8,8,3,pastrami,8.42,1.00,8.42,1.00,none,none,none, pastramis,pastramis,0.04,Noun,9,9,3,pastrami,none,none,8.42,1.00,none,none,none, pastries,pastries,0.57,Noun,8,7,2,pastry,none,none,7.21,1.00,none,6.83,none,7.11 pastry,pastry,1.92,Noun,6,6,2,pastry,7.21,1.00,7.21,1.00,none,6.83,none,7.11 pasts,pasts,0.22,Noun,5,5,1,past,none,none,6.78,1.00,6.21,none,6.53, pasture,pasture,1.53,Noun,7,5,2,pasture,6.33,1.00,6.33,1.00,none,7.71,none,7.80 pastureland,pastureland,0.02,Noun,11,9,3,pastureland,9.11,0.95,9.11,0.95,none,none,none, pastures,pastures,1.41,Noun,8,6,2,pasture,none,none,6.33,1.00,none,7.71,none,7.80 pasty,pasty,0.61,Adjective,5,5,2,pasty,11.17,1.00,11.17,1.00,none,none,none,9.31 pat,pat,18.29,Name,3,3,1,pat,5.07,1.00,5.07,1.00,4.67,none,4.99, patch,patch,17.41,Noun,5,3,1,patch,7.28,1.00,7.28,1.00,none,7.15,7.29, patched,patched,1.88,Verb,7,4,1,patch,none,none,7.28,1.00,none,7.15,7.29, patches,patches,1.57,Noun,7,5,2,patch,none,none,7.28,1.00,none,7.15,7.29, patching,patching,1.16,Verb,8,5,2,patch,none,none,7.28,1.00,none,7.15,7.29, patchouli,patchouli,0.47,Noun,9,6,3,patchouli,16.58,0.67,16.58,0.67,none,none,none, patchwork,patchwork,0.10,Noun,9,6,2,patchwork,8.65,0.94,8.65,0.94,none,none,none, patchy,patchy,0.18,Adjective,6,4,2,patchy,9.22,0.95,9.22,0.95,none,none,none, pate,pate,0.65,Noun,4,3,1,pate,13.42,0.67,13.42,0.67,none,none,none, patella,patella,0.24,Noun,7,6,3,patella,14.25,0.63,14.25,0.63,none,none,none, patellar,patellar,0.02,Adjective,8,7,3,patellar,14.89,0.47,14.89,0.47,none,none,none, paten,paten,Err:512,Err:512,5,5,2,paten,13.00,0.26,13.00,0.26,none,none,none, patent,patent,2.47,Noun,6,6,2,patent,12.41,1.00,12.41,1.00,none,none,none,11.49 patentable,patentable,0.04,Adjective,10,10,4,patentable,14.56,0.95,14.56,0.95,none,none,none, patented,patented,0.80,Adjective,8,8,3,patented,11.53,0.94,11.53,0.94,none,none,none, patenting,patenting,0.06,Verb,9,8,3,patent,none,none,12.41,1.00,none,none,none,11.49 patents,patents,0.76,Noun,7,7,2,patent,none,none,12.41,1.00,none,none,none,11.49 paterfamilias,paterfamilias,0.04,Noun,13,13,5,paterfamilias,17.00,0.22,17.00,0.22,none,none,none, paternal,paternal,0.80,Adjective,8,7,3,paternal,11.32,1.00,11.32,1.00,none,none,none, paternity,paternity,0.96,Noun,9,8,4,paternity,13.10,1.00,13.10,1.00,none,none,none, path,path,24.55,Noun,4,3,1,path,6.11,1.00,6.11,1.00,none,5.50,5.93, pathetic,pathetic,24.20,Adjective,8,7,3,pathetic,9.15,1.00,9.15,1.00,none,none,none, pathfinder,pathfinder,0.12,Noun,10,8,3,pathfinder,12.22,0.95,12.22,0.95,none,none,none, pathfinders,pathfinders,0.06,Noun,11,9,3,pathfinder,none,none,12.22,0.95,none,none,none, pathless,pathless,0.04,Adjective,8,6,2,pathless,11.79,0.78,11.79,0.78,none,none,none, pathogen,pathogen,0.35,Noun,8,7,3,pathogen,13.41,0.94,13.41,0.94,none,none,none, pathogenic,pathogenic,0.02,Adjective,10,9,4,pathogenic,16.24,0.89,16.24,0.89,none,none,none, pathogens,pathogens,0.14,Noun,9,8,3,pathogen,none,none,13.41,0.94,none,none,none, pathologic,pathologic,0.02,Adjective,10,9,4,pathologic,13.39,0.95,13.39,0.95,none,none,none, pathological,pathological,1.47,Adjective,12,11,5,pathological,12.84,1.00,12.84,1.00,none,none,none, pathologies,pathologies,0.06,Noun,11,9,4,pathology,none,none,14.05,1.00,12.61,none,none, pathologist,pathologist,0.80,Noun,11,10,4,pathologist,14.60,1.00,14.60,1.00,none,none,none, pathologists,pathologists,0.06,Noun,12,11,4,pathologist,none,none,14.60,1.00,none,none,none, pathology,pathology,1.43,Noun,9,8,4,pathology,14.05,1.00,14.05,1.00,12.61,none,none, pathos,pathos,0.24,Noun,6,5,2,pathos,13.13,0.83,13.13,0.83,none,none,none, paths,paths,3.55,Noun,5,4,1,path,none,none,6.11,1.00,none,5.50,5.93, pathway,pathway,1.14,Noun,7,5,2,pathway,6.50,1.00,6.50,1.00,none,none,none, pathways,pathways,0.55,Noun,8,6,2,pathway,none,none,6.50,1.00,none,none,none, patience,patience,15.37,Noun,8,6,2,patience,7.68,1.00,7.68,1.00,none,8.03,none, patient,patient,63.65,Noun,7,6,2,patient,7.05,1.00,7.05,1.00,none,7.34,none,8.04 patients,patients,29.63,Noun,8,7,2,patient,none,none,7.05,1.00,none,7.34,none,8.04 patina,patina,0.12,Noun,6,6,3,patina,15.86,0.70,15.86,0.70,none,none,none, patio,patio,2.61,Noun,5,5,3,patio,8.00,1.00,8.00,1.00,none,none,none, patisserie,patisserie,0.02,Noun,10,7,4,patisserie,14.10,0.53,14.10,0.53,none,none,none, patois,patois,0.02,Noun,6,6,3,patois,15.29,0.33,15.29,0.33,none,none,none, patriarch,patriarch,0.31,Noun,9,8,3,patriarch,12.50,0.95,12.50,0.95,none,none,none, patriarchal,patriarchal,0.27,Adjective,11,10,4,patriarchal,12.76,0.94,12.76,0.94,none,none,none, patriarchs,patriarchs,0.04,Noun,10,9,3,patriarch,none,none,12.50,0.95,none,none,none, patriarchy,patriarchy,0.06,Noun,10,9,4,patriarchy,12.35,0.89,12.35,0.89,none,none,none, patrician,patrician,0.10,Noun,9,8,3,patrician,16.10,0.50,16.10,0.50,none,none,none, patricidal,patricidal,0.02,Adjective,10,10,4,patricidal,15.15,0.68,15.15,0.68,none,none,none, patricide,patricide,0.06,Noun,9,8,3,patricide,14.00,0.53,14.00,0.53,none,none,none, patrimony,patrimony,0.02,Noun,9,9,4,patrimony,15.31,0.72,15.31,0.72,none,none,none, patriot,patriot,2.61,Noun,7,7,3,patriot,10.14,1.00,10.14,1.00,none,none,none, patriotic,patriotic,2.35,Adjective,9,9,4,patriotic,8.39,1.00,8.39,1.00,none,none,none, patriotism,patriotism,1.65,Noun,10,11,5,patriotism,9.00,1.00,9.00,1.00,none,none,none, patriots,patriots,1.57,Noun,8,8,3,patriot,none,none,10.14,1.00,none,none,none, patrol,patrol,15.53,Noun,6,6,2,patrol,8.56,1.00,8.56,1.00,none,9.58,none,8.28 patrolled,patrolled,0.27,Verb,9,7,2,patrol,none,none,8.56,1.00,none,9.58,none,8.28 patrolling,patrolling,0.98,Verb,10,8,3,patrol,none,none,8.56,1.00,none,9.58,none,8.28 patrolman,patrolman,1.22,Noun,9,9,3,patrolman,9.50,1.00,9.50,1.00,none,none,none, patrolmen,patrolmen,0.39,Noun,9,9,3,patrolman,none,none,9.50,1.00,none,none,none, patrols,patrols,1.98,Noun,7,7,2,patrol,none,none,8.56,1.00,none,9.58,none,8.28 patron,patron,3.10,Noun,6,6,2,patron,12.56,1.00,12.56,1.00,none,11.64,none,10.99 patronage,patronage,0.37,Noun,9,8,3,patronage,12.95,1.00,12.95,1.00,none,none,none, patroness,patroness,0.08,Noun,9,8,3,patroness,12.29,0.74,12.29,0.74,none,none,none, patronize,patronise,1.57,Verb,9,8,3,patronize,11.00,1.00,11.00,1.00,none,none,none, patronized,patronised,0.25,Verb,10,9,3,patronize,none,none,11.00,1.00,none,none,none, patronizing,patronising,1.10,Adjective,11,10,4,patronizing,12.56,1.00,12.56,1.00,none,none,none, patrons,patrons,0.96,Noun,7,7,2,patron,none,none,12.56,1.00,none,11.64,none,10.99 patronymic,patronymic,0.06,Adjective,10,10,4,patronymic,14.50,0.20,14.50,0.20,none,none,none, patroon,patroon,0.02,Noun,7,6,2,patroon,13.50,0.21,13.50,0.21,none,none,none, pats,pats,0.39,Verb,4,4,1,pat,none,none,5.07,1.00,4.67,none,4.99, patted,patted,0.45,Verb,6,5,2,pat,none,none,5.07,1.00,4.67,none,4.99, patter,patter,0.71,Noun,6,4,2,patter,9.18,0.94,9.18,0.94,none,none,none,11.19 pattering,pattering,0.14,Verb,9,6,3,patter,none,none,9.18,0.94,none,none,none,11.19 pattern,pattern,14.47,Noun,7,5,2,pattern,6.89,1.00,6.89,1.00,none,6.45,none,6.97 patterned,patterned,0.24,Adjective,9,6,2,patterned,8.76,0.94,8.76,0.94,none,none,none, patterns,patterns,4.96,Noun,8,6,2,pattern,none,none,6.89,1.00,none,6.45,none,6.97 patters,patters,0.06,Noun,7,5,2,patter,none,none,9.18,0.94,none,none,none,11.19 patting,patting,0.53,Verb,7,5,2,pat,none,none,5.07,1.00,4.67,none,4.99, paucity,paucity,0.08,Noun,7,6,3,paucity,15.60,0.53,15.60,0.53,none,none,none, paunch,paunch,0.02,Noun,6,4,1,paunch,12.62,0.72,12.62,0.72,none,none,13.01, paunches,paunches,0.02,Noun,8,6,2,paunch,none,none,12.62,0.72,none,none,13.01, paunchy,paunchy,0.08,Noun,7,5,2,paunchy,14.13,0.79,14.13,0.79,none,none,none, pauper,pauper,0.49,Noun,6,4,2,pauper,9.44,0.89,9.44,0.89,none,none,none, pauperization,pauperization,0.04,Noun,13,10,5,pauperization,15.75,0.44,15.75,0.44,none,none,none, paupers,paupers,0.25,Noun,7,5,2,pauper,none,none,9.44,0.89,none,none,none, pause,pause,5.39,Noun,5,3,1,pause,6.75,1.00,6.75,1.00,7.39,7.24,6.72, paused,paused,0.25,Verb,6,4,1,pause,none,none,6.75,1.00,7.39,7.24,6.72, pauses,pauses,0.31,Noun,6,5,2,pause,none,none,6.75,1.00,7.39,7.24,6.72, pausing,pausing,0.31,Verb,7,5,2,pause,none,none,6.75,1.00,7.39,7.24,6.72, pave,pave,0.39,Verb,4,3,1,pave,8.37,1.00,8.37,1.00,none,none,8.26, paved,paved,0.88,Verb,5,4,1,pave,none,none,8.37,1.00,none,none,8.26, pavement,pavement,2.02,Noun,8,7,2,pavement,6.30,1.00,6.30,1.00,none,none,none, pavements,pavements,0.12,Noun,9,8,2,pavement,none,none,6.30,1.00,none,none,none, paver,paver,0.02,Noun,5,4,2,paver,10.53,0.83,10.53,0.83,none,none,none, pavers,pavers,0.02,Noun,6,5,2,paver,none,none,10.53,0.83,none,none,none, paves,paves,0.04,Verb,5,4,1,pave,none,none,8.37,1.00,none,none,8.26, pavilion,pavilion,0.96,Noun,8,8,3,pavilion,10.58,1.00,10.58,1.00,none,none,none, pavilions,pavilions,0.06,Noun,9,9,3,pavilion,none,none,10.58,1.00,none,none,none, paving,paving,0.43,Verb,6,5,2,pave,none,none,8.37,1.00,none,none,8.26, paw,paw,3.12,Noun,3,2,1,paw,5.89,1.00,5.89,1.00,none,none,4.93, pawed,pawed,0.20,Verb,5,3,1,paw,none,none,5.89,1.00,none,none,4.93, pawing,pawing,0.63,Verb,6,4,2,paw,none,none,5.89,1.00,none,none,4.93, pawn,pawn,4.33,Noun,4,3,1,pawn,9.06,1.00,9.06,1.00,none,none,10.03, pawnbroker,pawnbroker,0.18,Noun,10,8,3,pawnbroker,14.19,0.84,14.19,0.84,none,none,none, pawnbrokers,pawnbrokers,0.04,Noun,11,9,3,pawnbroker,none,none,14.19,0.84,none,none,none, pawned,pawned,0.75,Verb,6,4,1,pawn,none,none,9.06,1.00,none,none,10.03, pawning,pawning,0.18,Verb,7,5,2,pawn,none,none,9.06,1.00,none,none,10.03, pawns,pawns,0.80,Noun,5,4,1,pawn,none,none,9.06,1.00,none,none,10.03, pawnshop,pawnshop,0.80,Noun,8,6,2,pawnshop,10.11,0.95,10.11,0.95,none,none,none, pawnshops,pawnshops,0.14,Noun,9,7,2,pawnshop,none,none,10.11,0.95,none,none,none, pawpaw,pawpaw,0.02,Verb,6,4,2,pawpaw,8.15,0.65,8.15,0.65,none,none,none, paws,paws,2.49,Noun,4,3,1,paw,none,none,5.89,1.00,none,none,4.93, pay,pay,254.61,Verb,3,2,1,pay,5.50,1.00,5.50,1.00,5.92,none,5.86, payable,payable,0.75,Adjective,7,6,3,payable,8.55,1.00,8.55,1.00,none,none,none, payback,payback,3.82,Noun,7,5,2,payback,6.72,1.00,6.72,1.00,none,none,none, paybacks,paybacks,0.06,Noun,8,6,2,payback,none,none,6.72,1.00,none,none,none, paycheck,pay cheque,4.27,Noun,8,5,2,paycheck,8.78,1.00,8.78,1.00,none,none,none, paychecks,pay cheques,0.80,Noun,9,6,2,paycheck,none,none,8.78,1.00,none,none,none, payday,payday,2.51,Noun,6,4,2,payday,9.41,0.94,9.41,0.94,none,none,none, paydays,paydays,0.06,Noun,7,5,2,payday,none,none,9.41,0.94,none,none,none, payer,payer,0.16,Noun,5,3,2,payer,10.30,1.00,10.30,1.00,none,none,none, payers,payers,0.08,Noun,6,4,2,payer,none,none,10.30,1.00,none,none,none, paying,paying,43.27,Verb,6,4,2,pay,none,none,5.50,1.00,5.92,none,5.86, payload,payload,0.61,Noun,7,5,2,payload,13.33,0.83,13.33,0.83,none,none,none, payloads,payloads,0.12,Noun,8,6,2,payload,none,none,13.33,0.83,none,none,none, paymaster,paymaster,0.18,Noun,9,7,3,paymaster,12.92,0.68,12.92,0.68,none,none,none, paymasters,paymasters,0.02,Noun,10,8,3,paymaster,none,none,12.92,0.68,none,none,none, payment,payment,10.55,Noun,7,6,2,payment,8.67,1.00,8.67,1.00,7.35,7.73,none,8.28 payments,payments,4.43,Noun,8,7,2,payment,none,none,8.67,1.00,7.35,7.73,none,8.28 payoff,payoff,2.22,Noun,6,4,2,payoff,10.47,1.00,10.47,1.00,none,none,none, payoffs,payoffs,0.78,Noun,7,5,2,payoff,none,none,10.47,1.00,none,none,none, payola,payola,0.14,Noun,6,5,3,payola,13.62,0.68,13.62,0.68,none,none,none, payout,payout,0.41,Noun,6,4,2,payout,12.06,1.00,12.06,1.00,none,none,none, payouts,payouts,0.12,Noun,7,5,2,payout,none,none,12.06,1.00,none,none,none, payphone,payphone,0.71,Noun,8,5,2,payphone,7.11,1.00,7.11,1.00,none,none,none, payphones,payphones,0.04,Noun,9,6,2,payphone,none,none,7.11,1.00,none,none,none, payroll,payroll,5.04,Noun,7,5,2,payroll,12.79,1.00,12.79,1.00,none,12.02,none, payrolls,payrolls,0.29,Noun,8,6,2,payroll,none,none,12.79,1.00,none,12.02,none, pays,pays,14.02,Verb,4,3,1,pay,none,none,5.50,1.00,5.92,none,5.86, pea,pea,3.90,Noun,3,2,1,pea,3.95,1.00,3.95,1.00,none,none,4.34, peace,peace,69.61,Noun,5,3,1,peace,6.32,1.00,6.32,1.00,6.97,7.07,6.58, peaceable,peaceable,0.14,Adjective,9,7,3,peaceable,9.29,0.89,9.29,0.89,none,none,none, peaceful,peaceful,11.24,Adjective,8,6,2,peaceful,7.22,1.00,7.22,1.00,none,none,none, peacefulness,peacefulness,0.14,Noun,12,9,3,peacefulness,7.65,0.94,7.65,0.94,none,none,none, peacekeeper,peacekeeper,0.41,Noun,11,7,3,peacekeeper,9.11,1.00,9.11,1.00,none,none,none, peacekeepers,peacekeepers,0.73,Noun,12,8,3,peacekeeper,none,none,9.11,1.00,none,none,none, peacekeeping,peacekeeping,0.04,Noun,12,8,3,peacekeeping,8.72,1.00,8.72,1.00,none,none,none, peacemaker,peacemaker,0.24,Noun,10,7,3,peacemaker,9.55,1.00,9.55,1.00,none,none,none, peacemakers,peacemakers,0.24,Noun,11,8,3,peacemaker,none,none,9.55,1.00,none,none,none, peacemaking,peacemaking,0.04,Adjective,11,8,3,peacemaking,9.79,1.00,9.79,1.00,none,none,none, peacenik,peacenik,0.06,Noun,8,6,2,peacenik,14.57,0.70,14.57,0.70,none,none,none, peaces,peaces,0.02,Noun,6,5,2,peace,none,none,6.32,1.00,6.97,7.07,6.58, peacetime,peacetime,0.43,Noun,9,6,2,peacetime,10.25,0.89,10.25,0.89,none,none,none, peach,peach,6.35,Noun,5,3,1,peach,4.21,1.00,4.21,1.00,none,5.94,4.25, peaches,peaches,4.08,Noun,7,5,2,peach,none,none,4.21,1.00,none,5.94,4.25, peachy,peachy,2.06,Adjective,6,4,2,peachy,7.63,1.00,7.63,1.00,none,none,none, peacock,peacock,5.12,Name,7,5,2,peacock,5.76,1.00,5.76,1.00,6.66,none,none,5.14 peacocks,peacocks,0.45,Noun,8,6,2,peacock,none,none,5.76,1.00,6.66,none,none,5.14 peahen,peahen,0.08,Noun,6,5,2,peahen,12.31,0.72,12.31,0.72,8.54,none,none, peak,peak,5.94,Noun,4,3,1,peak,7.11,1.00,7.11,1.00,none,8.11,7.08, peaked,peaked,1.22,Verb,6,4,1,peak,none,none,7.11,1.00,none,8.11,7.08, peaking,peaking,0.29,Verb,7,5,2,peak,none,none,7.11,1.00,none,8.11,7.08, peaks,peaks,1.59,Noun,5,4,1,peak,none,none,7.11,1.00,none,8.11,7.08, peaky,peaky,0.04,Adjective,5,4,2,peaky,8.31,0.65,8.31,0.65,none,none,none, peal,peal,0.14,Verb,4,3,1,peal,7.11,0.90,7.11,0.90,none,none,8.71, pealing,pealing,0.12,Verb,7,5,2,peal,none,none,7.11,0.90,none,none,8.71, peanut,peanut,12.35,Noun,6,5,2,peanut,5.00,1.00,5.00,1.00,none,none,none,4.48 peanuts,peanuts,7.55,Noun,7,6,2,peanuts,4.72,1.00,4.72,1.00,none,none,none, pear,pear,1.33,Noun,4,3,1,pear,4.00,1.00,4.00,1.00,none,none,5.19, pearl,pearl,15.67,Name,5,3,1,pearl,6.28,1.00,6.28,1.00,6.84,6.81,6.74, pearls,pearls,5.27,Noun,6,4,1,pearl,none,none,6.28,1.00,6.84,6.81,6.74, pearly,pearly,1.00,Adjective,6,4,2,pearly,8.50,1.00,8.50,1.00,none,none,none, pears,pears,0.98,Noun,5,4,1,pear,none,none,4.00,1.00,none,none,5.19, peas,peas,4.65,Noun,4,3,1,pea,none,none,3.95,1.00,none,none,4.34, peasant,peasant,4.02,Noun,7,6,2,peasant,8.56,1.00,8.56,1.00,none,8.34,none,9.22 peasantry,peasantry,0.10,Noun,9,8,3,peasantry,12.17,0.95,12.17,0.95,none,none,none, peasants,peasants,3.04,Noun,8,7,2,peasant,none,none,8.56,1.00,none,8.34,none,9.22 pease,pease,0.10,Name,5,3,1,pease,11.83,0.27,11.83,0.27,none,none,none, peashooter,peashooter,0.06,Noun,10,6,3,peashooter,9.79,0.86,9.79,0.86,none,none,none, peashooters,peashooters,0.02,Noun,11,7,3,peashooter,none,none,9.79,0.86,none,none,none, peat,peat,0.25,Noun,4,3,1,peat,12.93,0.78,12.93,0.78,none,none,12.24, peaty,peaty,0.02,Adjective,5,4,2,peaty,13.08,0.72,13.08,0.72,none,none,none, pebble,pebble,1.27,Noun,6,5,2,pebble,5.68,1.00,5.68,1.00,none,5.77,none,5.81 pebbles,pebbles,0.71,Noun,7,6,2,pebble,none,none,5.68,1.00,none,5.77,none,5.81 pecan,pecan,0.94,Noun,5,5,2,pecan,6.80,1.00,6.80,1.00,none,none,none,7.26 pecans,pecans,0.20,Noun,6,6,2,pecan,none,none,6.80,1.00,none,none,none,7.26 peccadillo,peccadillo,0.10,Noun,10,8,4,peccadillo,14.36,0.61,14.36,0.61,none,none,none, peccadilloes,peccadilloes,0.12,Noun,12,9,4,peccadillo,none,none,14.36,0.61,none,none,none, peccary,peccary,0.02,Noun,7,6,3,peccary,12.71,0.37,12.71,0.37,none,none,none, peck,peck,3.53,Name,4,3,1,peck,7.89,1.00,7.89,1.00,none,6.09,6.87, pecked,pecked,0.31,Verb,6,4,1,peck,none,none,7.89,1.00,none,6.09,6.87, pecker,pecker,1.80,Noun,6,4,2,pecker,9.00,1.00,9.00,1.00,none,none,none, peckers,peckers,0.18,Noun,7,5,2,pecker,none,none,9.00,1.00,none,none,none, peckerwood,peckerwood,0.37,Noun,10,7,3,peckerwood,10.00,0.61,10.00,0.61,none,none,none, pecking,pecking,0.71,Verb,7,5,2,peck,none,none,7.89,1.00,none,6.09,6.87, pecks,pecks,0.27,Noun,5,4,1,peck,none,none,7.89,1.00,none,6.09,6.87, pecorino,pecorino,0.02,Noun,8,8,4,pecorino,15.22,0.47,15.22,0.47,none,none,none, pectoral,pectoral,0.22,Noun,8,7,3,pectoral,12.89,0.95,12.89,0.95,none,none,none, pectorals,pectorals,0.24,Noun,9,9,3,pectoral,none,none,12.89,0.95,none,none,none, peculation,peculation,Err:512,Err:512,10,10,4,peculation,NA,0.00,NA,0.00,none,none,none, peculiar,peculiar,7.55,Adjective,8,8,3,peculiar,12.00,1.00,12.00,1.00,none,none,none, peculiarities,peculiarities,0.27,Noun,13,13,6,peculiarity,none,none,12.44,0.90,none,none,none, peculiarity,peculiarity,0.10,Noun,11,12,6,peculiarity,12.44,0.90,12.44,0.90,none,none,none, pecuniary,pecuniary,0.02,Adjective,9,10,5,pecuniary,13.50,0.32,13.50,0.32,none,none,none, pedagogue,pedagogue,0.10,Noun,9,7,3,pedagogue,17.30,0.48,17.30,0.48,none,none,none, pedal,pedal,2.04,Noun,5,5,2,pedal,6.50,1.00,6.50,1.00,none,6.20,none,7.19 pedaled,pedalled,0.12,Verb,7,6,2,pedal,none,none,6.50,1.00,none,6.20,none,7.19 pedaling,pedalling,0.22,Verb,8,7,3,pedal,none,none,6.50,1.00,none,6.20,none,7.19 pedals,pedals,0.75,Noun,6,6,2,pedal,none,none,6.50,1.00,none,6.20,none,7.19 pedant,pedant,0.10,Noun,6,6,2,pedant,14.46,0.62,14.46,0.62,none,none,none, pedantic,pedantic,0.31,Adjective,8,8,3,pedantic,13.54,0.72,13.54,0.72,none,none,none, pedants,pedants,0.02,Noun,7,7,2,pedant,none,none,14.46,0.62,none,none,none, peddle,peddle,1.06,Verb,6,5,2,peddle,7.29,0.94,7.29,0.94,none,7.24,none,7.04 peddled,peddled,0.04,Verb,7,6,2,peddle,none,none,7.29,0.94,none,7.24,none,7.04 peddler,peddler,0.59,Noun,7,5,2,peddler,8.44,0.95,8.44,0.95,none,none,none, peddlers,peddlers,0.29,Noun,8,6,2,peddler,none,none,8.44,0.95,none,none,none, peddles,peddles,0.16,Verb,7,6,2,peddle,none,none,7.29,0.94,none,7.24,none,7.04 peddling,peddling,1.31,Verb,8,7,3,peddle,none,none,7.29,0.94,none,7.24,none,7.04 pederast,paederast,0.08,Noun,8,8,3,pederast,17.25,0.44,17.25,0.44,none,none,none, pederasts,paederasts,0.06,Verb,9,9,3,pederast,none,none,17.25,0.44,none,none,none, pederasty,pederasty,0.02,Noun,9,9,4,pederasty,20.00,0.11,20.00,0.11,none,none,none, pedestal,pedestal,1.31,Noun,8,8,3,pedestal,10.80,1.00,10.80,1.00,none,none,none, pedestals,pedestals,0.10,Noun,9,9,3,pedestal,none,none,10.80,1.00,none,none,none, pedestrian,pedestrian,1.39,Noun,10,10,4,pedestrian,9.75,1.00,9.75,1.00,none,none,none, pedestrians,pedestrians,0.59,Noun,11,11,4,pedestrian,none,none,9.75,1.00,none,none,none, pediatrics,paediatrics,0.53,Noun,10,10,4,pediatrics,10.72,1.00,10.72,1.00,none,none,none, pedicab,pedicab,Err:512,Err:512,7,7,3,pedicab,14.00,0.24,14.00,0.24,none,none,none, pedicure,pedicure,0.86,Noun,8,7,3,pedicure,11.42,1.00,11.42,1.00,none,none,none, pedicures,pedicures,0.29,Noun,9,8,3,pedicure,none,none,11.42,1.00,none,none,none, pedicurist,pedicurist,0.04,Noun,10,10,4,pedicurist,14.76,0.94,14.76,0.94,none,none,none, pedigree,pedigree,0.76,Noun,8,7,3,pedigree,11.70,1.00,11.70,1.00,none,none,none, pedigreed,pedigreed,0.12,Adjective,9,8,3,pedigreed,12.74,1.00,12.74,1.00,none,none,none, pedigrees,pedigrees,0.04,Noun,9,8,3,pedigree,none,none,11.70,1.00,none,none,none, pediment,pediment,0.02,Noun,8,8,3,pediment,13.71,0.78,13.71,0.78,none,none,none, pedometer,pedometer,0.02,Noun,9,9,4,pedometer,14.06,0.94,14.06,0.94,none,none,none, pedophile,paedophile,1.35,Noun,9,7,3,pedophile,13.37,0.95,13.37,0.95,none,none,none, pedophiles,paedophiles,0.39,Noun,10,8,3,pedophile,none,none,13.37,0.95,none,none,none, pedophilia,paedophilia,0.10,Noun,10,9,4,pedophilia,14.94,0.94,14.94,0.94,none,none,none, peduncle,peduncle,Err:512,Err:512,8,8,3,peduncle,16.00,0.24,16.00,0.24,none,none,none, pee,pee,18.14,Verb,3,2,1,pee,3.89,1.00,3.89,1.00,none,none,none, peed,peed,2.63,Verb,4,3,1,pee,none,none,3.89,1.00,none,none,none, peeing,peeing,2.29,Verb,6,4,2,pee,none,none,3.89,1.00,none,none,none, peek,peek,5.33,Noun,4,3,1,peek,5.79,1.00,5.79,1.00,none,none,6.60, peekaboo,peekaboo,1.12,Noun,8,6,3,peekaboo,3.65,1.00,3.65,1.00,none,none,none, peeked,peeked,0.71,Verb,6,4,1,peek,none,none,5.79,1.00,none,none,6.60, peeks,peeks,0.16,Verb,5,4,1,peek,none,none,5.79,1.00,none,none,6.60, peel,peel,5.35,Verb,4,3,1,peel,6.05,1.00,6.05,1.00,5.22,5.77,6.06, peeled,peeled,2.71,Verb,6,4,1,peel,none,none,6.05,1.00,5.22,5.77,6.06, peeler,peeler,0.29,Noun,6,4,2,peeler,8.00,0.95,8.00,0.95,none,none,none, peelers,peelers,0.04,Noun,7,5,2,peeler,none,none,8.00,0.95,none,none,none, peeling,peeling,1.10,Verb,7,5,2,peel,none,none,6.05,1.00,5.22,5.77,6.06, peelings,peelings,0.10,Noun,8,6,2,peelings,6.44,1.00,6.44,1.00,none,none,none, peels,peels,0.69,Noun,5,4,1,peel,none,none,6.05,1.00,5.22,5.77,6.06, peen,peen,0.10,Noun,4,4,2,peen,14.80,0.24,14.80,0.24,none,none,none, peep,peep,4.43,Noun,4,3,1,peep,8.22,1.00,8.22,1.00,none,5.88,6.13, peeped,peeped,0.43,Verb,6,4,1,peep,none,none,8.22,1.00,none,5.88,6.13, peeper,peeper,0.92,Noun,6,4,2,peeper,8.33,0.90,8.33,0.90,none,none,none, peepers,peepers,0.45,Noun,7,5,2,peeper,none,none,8.33,0.90,none,none,none, peephole,peephole,0.47,Noun,8,6,2,peephole,9.35,1.00,9.35,1.00,none,none,none, peepholes,peepholes,0.06,Noun,9,7,2,peephole,none,none,9.35,1.00,none,none,none, peeping,peeping,2.51,Verb,7,5,2,peep,none,none,8.22,1.00,none,5.88,6.13, peeps,peeps,0.63,Noun,5,4,1,peep,none,none,8.22,1.00,none,5.88,6.13, peepshow,peepshow,0.06,Noun,8,5,2,peepshow,13.21,1.00,13.21,1.00,none,none,none, peepshows,peepshows,0.04,Noun,9,6,2,peepshow,none,none,13.21,1.00,none,none,none, peer,peer,1.53,Noun,4,3,1,peer,10.21,1.00,10.21,1.00,none,10.60,9.10, peered,peered,0.22,Verb,6,4,1,peer,none,none,10.21,1.00,none,10.60,9.10, peering,peering,0.33,Verb,7,5,2,peer,none,none,10.21,1.00,none,10.60,9.10, peerless,peerless,0.35,Adjective,8,6,2,peerless,13.71,0.94,13.71,0.94,none,none,none, peers,peers,1.69,Noun,5,4,1,peer,none,none,10.21,1.00,none,10.60,9.10, pees,pees,0.45,Verb,4,3,1,pee,none,none,3.89,1.00,none,none,none, peeve,peeve,0.18,Noun,5,3,1,peeve,11.88,0.89,11.88,0.89,none,none,11.25, peeved,peeved,0.45,Adjective,6,4,1,peeved,10.79,1.00,10.79,1.00,none,none,none, peeves,peeves,0.08,Verb,6,4,1,peeve,none,none,11.88,0.89,none,none,11.25, peevish,peevish,0.16,Verb,7,5,2,peevish,15.47,0.89,15.47,0.89,none,none,none, peg,peg,36.41,Name,3,3,1,peg,6.83,0.95,6.83,0.95,none,none,7.44, pegboard,pegboard,0.02,Noun,8,7,2,pegboard,8.32,0.90,8.32,0.90,none,none,none, pegged,pegged,3.57,Verb,6,4,1,peg,none,none,6.83,0.95,none,none,7.44, pegs,pegs,0.27,Noun,4,4,1,peg,none,none,6.83,0.95,none,none,7.44, peignoir,peignoir,0.16,Noun,8,6,2,peignoir,16.12,0.42,16.12,0.42,none,none,none, pejorative,pejorative,0.08,Adjective,10,9,4,pejorative,13.40,0.56,13.40,0.56,none,none,none, pekoe,pekoe,0.02,Noun,5,4,2,pekoe,14.11,0.47,14.11,0.47,none,none,none, pelage,pelage,Err:512,Err:512,6,5,2,pelage,18.00,0.29,18.00,0.29,none,none,none, pelargonium,pelargonium,0.02,Noun,11,11,5,pelargonium,18.50,0.33,18.50,0.33,none,none,none, pelf,pelf,Err:512,Err:512,4,4,1,pelf,18.00,0.05,18.00,0.05,none,none,none, pelican,pelican,1.75,Noun,7,7,3,pelican,8.22,1.00,8.22,1.00,none,none,none, pelicans,pelicans,0.14,Noun,8,8,3,pelican,none,none,8.22,1.00,none,none,none, pellagra,pellagra,0.06,Noun,8,7,3,pellagra,15.11,0.50,15.11,0.50,none,none,none, pellet,pellet,1.31,Noun,6,5,2,pellet,10.18,0.94,10.18,0.94,none,none,none,9.76 pellets,pellets,0.67,Noun,7,6,2,pellet,none,none,10.18,0.94,none,none,none,9.76 peloton,peloton,0.02,Noun,7,7,3,peloton,14.18,0.61,14.18,0.61,none,none,none, pelt,pelt,0.94,Name,4,4,1,pelt,10.84,0.95,10.84,0.95,none,8.71,10.57, pelted,pelted,0.20,Verb,6,6,2,pelt,none,none,10.84,0.95,none,8.71,10.57, pelting,pelting,0.18,Verb,7,6,2,pelt,none,none,10.84,0.95,none,8.71,10.57, pelts,pelts,0.43,Noun,5,5,1,pelt,none,none,10.84,0.95,none,8.71,10.57, pelvic,pelvic,1.53,Adjective,6,6,2,pelvic,10.89,1.00,10.89,1.00,none,none,none, pelvis,pelvis,2.02,Noun,6,6,2,pelvis,9.95,1.00,9.95,1.00,none,11.26,none,9.40 pelvises,pelvises,0.08,Noun,8,8,3,pelvis,none,none,9.95,1.00,none,11.26,none,9.40 pen,pen,24.73,Noun,3,3,1,pen,5.11,1.00,5.11,1.00,none,none,4.32, penal,penal,1.29,Adjective,5,5,2,penal,12.82,0.94,12.82,0.94,none,none,none,12.32 penalize,penalise,0.24,Verb,8,7,3,penalize,11.00,1.00,11.00,1.00,none,none,none, penalized,penalised,0.43,Verb,9,8,3,penalize,none,none,11.00,1.00,none,none,none, penalizes,penalises,0.02,Verb,9,9,4,penalize,none,none,11.00,1.00,none,none,none, penalties,penalties,0.92,Noun,9,8,3,penalty,none,none,8.89,1.00,none,none,none, penalty,penalty,9.10,Noun,7,7,3,penalty,8.89,1.00,8.89,1.00,none,none,none, penance,penance,1.43,Noun,7,6,2,penance,12.50,0.95,12.50,0.95,none,none,none,12.32 penances,penances,0.04,Noun,8,8,3,penance,none,none,12.50,0.95,none,none,none,12.32 pence,pence,0.65,Noun,5,4,1,penny,none,none,4.67,1.00,none,3.94,none, penchant,penchant,0.53,Noun,8,7,2,penchant,15.48,0.95,15.48,0.95,none,none,none,12.53 pencil,pencil,9.86,Noun,6,6,2,pencil,4.06,1.00,4.06,1.00,none,4.67,none,4.43 penciled,pencilled,0.14,Verb,8,7,2,pencil,none,none,4.06,1.00,none,4.67,none,4.43 pencils,pencils,2.84,Noun,7,7,2,pencil,none,none,4.06,1.00,none,4.67,none,4.43 pencilsharpener,pencil sharpener,Err:512,Err:512,15,13,5,pencilsharpener,5.31,0.95,5.31,0.95,none,none,none, pendant,pendant,0.90,Noun,7,7,2,pendant,10.30,1.00,10.30,1.00,none,none,none,10.22 pendants,pendants,0.08,Noun,8,8,2,pendant,none,none,10.30,1.00,none,none,none,10.22 pendent,pendent,0.04,Noun,7,7,2,pendant,none,none,10.30,1.00,none,none,none,10.22 pending,pending,3.41,Adjective,7,6,2,pending,11.85,1.00,11.85,1.00,none,none,none, pendulous,pendulous,0.06,Adjective,9,8,3,pendulous,13.21,0.74,13.21,0.74,none,none,none, pendulum,pendulum,0.53,Noun,8,8,3,pendulum,11.75,1.00,11.75,1.00,none,8.39,none, pendulums,pendulums,0.08,Noun,9,9,3,pendulum,none,none,11.75,1.00,none,8.39,none, penetrate,penetrate,2.86,Verb,9,8,3,penetrate,10.83,1.00,10.83,1.00,10.18,none,none, penetrated,penetrated,1.43,Verb,10,10,4,penetrate,none,none,10.83,1.00,10.18,none,none, penetrates,penetrates,0.47,Verb,10,9,3,penetrate,none,none,10.83,1.00,10.18,none,none, penetration,penetration,1.41,Noun,11,10,4,penetration,11.05,1.00,11.05,1.00,none,none,none, penetrations,penetrations,0.06,Noun,12,11,4,penetration,none,none,11.05,1.00,none,none,none, penetrative,penetrative,0.02,Adjective,11,10,4,penetrative,13.06,0.95,13.06,0.95,none,none,none, penetrator,penetrator,0.08,Noun,10,9,4,penetrator,14.33,1.00,14.33,1.00,none,none,none, penguin,penguin,2.88,Noun,7,7,2,penguin,5.68,1.00,5.68,1.00,7.18,none,none,4.69 penguins,penguins,1.63,Noun,8,8,2,penguin,none,none,5.68,1.00,7.18,none,none,4.69 penholder,penholder,Err:512,Err:512,9,8,3,penholder,9.95,0.95,9.95,0.95,none,none,none, penicillin,penicillin,2.45,Noun,10,9,4,penicillin,9.56,1.00,9.56,1.00,none,none,none, penile,penile,0.53,Adjective,6,5,2,penile,13.79,0.95,13.79,0.95,none,none,none, peninsula,peninsula,1.37,Noun,9,9,4,peninsula,9.00,0.94,9.00,0.94,none,none,none, peninsulas,peninsulas,0.02,Noun,10,10,4,peninsula,none,none,9.00,0.94,none,none,none, penis,penis,13.41,Noun,5,5,2,penis,8.53,1.00,8.53,1.00,none,none,none, penises,penises,0.84,Noun,7,7,3,penis,none,none,8.53,1.00,none,none,none, penitence,penitence,0.06,Noun,9,8,3,penitence,12.31,0.65,12.31,0.65,none,none,none, penitent,penitent,0.53,Adjective,8,8,3,penitent,13.60,0.79,13.60,0.79,none,none,none, penitential,penitential,0.02,Adjective,11,10,4,penitential,13.20,0.53,13.20,0.53,none,none,none, penitentiaries,penitentiaries,0.04,Noun,14,11,5,penitentiary,none,none,11.22,1.00,none,none,none, penitentiary,penitentiary,2.82,Noun,12,10,5,penitentiary,11.22,1.00,11.22,1.00,none,none,none, penknife,penknife,0.16,Noun,8,5,2,penknife,11.61,0.90,11.61,0.90,none,none,none, penknives,penknives,0.02,Noun,9,6,2,penknife,none,none,11.61,0.90,none,none,none, penlight,penlight,0.12,Noun,8,6,2,penlight,11.00,0.89,11.00,0.89,none,none,none, penlights,penlights,0.02,Noun,9,7,2,penlight,none,none,11.00,0.89,none,none,none, penmanship,penmanship,0.55,Noun,10,9,3,penmanship,9.25,0.89,9.25,0.89,none,none,none, pennant,pennant,0.75,Noun,7,6,2,pennant,11.47,0.89,11.47,0.89,none,none,none,11.29 pennants,pennants,0.22,Noun,8,7,2,pennant,none,none,11.47,0.89,none,none,none,11.29 penned,penned,0.49,Verb,6,4,1,pen,none,none,5.11,1.00,none,none,4.32, pennies,pennies,3.41,Noun,7,5,2,penny,none,none,4.67,1.00,none,3.94,none, penniless,penniless,1.24,Adjective,9,7,3,penniless,10.75,1.00,10.75,1.00,none,none,none, penny,penny,24.29,Noun,5,4,2,penny,4.67,1.00,4.67,1.00,none,3.94,none, pennyroyal,pennyroyal,0.04,Adjective,10,8,4,pennyroyal,14.58,0.57,14.58,0.57,none,none,none, pennyweight,pennyweight,0.04,Noun,11,7,3,pennyweight,11.43,0.74,11.43,0.74,none,none,none, penologist,penologist,0.04,Noun,10,10,4,penologist,16.57,0.39,16.57,0.39,none,none,none, penology,penology,0.04,Noun,8,8,4,penology,15.88,0.42,15.88,0.42,none,none,none, pens,pens,2.53,Noun,4,4,1,pen,none,none,5.11,1.00,none,none,4.32, pension,pension,4.84,Noun,7,6,2,pension,13.28,1.00,13.28,1.00,none,none,none,11.70 pensioned,pensioned,0.06,Verb,9,7,2,pension,none,none,13.28,1.00,none,none,none,11.70 pensioner,pensioner,0.00,Err:512,9,7,3,pensioner,14.38,0.71,14.38,0.71,none,none,none, pensioners,pensioners,0.10,Noun,10,8,3,pensioner,none,none,14.38,0.71,none,none,none, pensions,pensions,0.49,Noun,8,7,2,pension,none,none,13.28,1.00,none,none,none,11.70 pensive,pensive,0.37,Adjective,7,6,2,pensive,13.63,1.00,13.63,1.00,none,none,none, pent,pent,0.20,Noun,4,4,1,pent,12.00,0.83,12.00,0.83,none,none,11.17, pentacle,pentacle,0.14,Noun,8,8,3,pentacle,14.14,0.78,14.14,0.78,none,none,none, pentagram,pentagram,0.96,Noun,9,9,3,pentagram,10.89,1.00,10.89,1.00,none,none,none, pentagrams,pentagrams,0.22,Noun,10,10,3,pentagram,none,none,10.89,1.00,none,none,none, pentameter,pentameter,0.25,Noun,10,10,4,pentameter,13.62,0.68,13.62,0.68,none,none,none, pentangle,pentangle,0.04,Noun,9,9,3,pentangle,11.78,0.50,11.78,0.50,none,none,none, pentathlon,pentathlon,0.06,Noun,10,9,3,pentathlon,13.33,0.67,13.33,0.67,none,none,none, pentathlons,pentathlons,0.02,Noun,11,10,3,pentathlon,none,none,13.33,0.67,none,none,none, penthouse,penthouse,4.53,Noun,9,7,2,penthouse,13.11,1.00,13.11,1.00,none,none,none, penthouses,penthouses,0.18,Noun,10,9,3,penthouse,none,none,13.11,1.00,none,none,none, pentobarbital,pentobarbital,0.04,Adjective,13,13,5,pentobarbital,17.00,0.53,17.00,0.53,none,none,none, pentothal,pentothal,0.92,Noun,9,8,3,pentothal,17.00,0.37,17.00,0.37,none,none,none, penultimate,penultimate,0.20,Adjective,11,10,4,penultimate,15.89,0.50,15.89,0.50,none,none,none, penurious,penurious,0.02,Adjective,9,9,4,penurious,14.29,0.39,14.29,0.39,none,none,none, penury,penury,0.02,Noun,6,7,3,penury,20.60,0.28,20.60,0.28,none,none,none, peon,peon,0.22,Noun,4,4,2,peon,11.20,0.83,11.20,0.83,none,none,none, peonies,peonies,0.10,Noun,7,6,3,peony,none,none,12.27,0.61,none,none,none, peons,peons,0.20,Noun,5,5,2,peon,none,none,11.20,0.83,none,none,none, peony,peony,0.04,Noun,5,5,3,peony,12.27,0.61,12.27,0.61,none,none,none, people,people,1102.98,Noun,6,5,2,people,3.52,1.00,3.52,1.00,5.40,5.73,none,4.80 peopled,peopled,0.10,Verb,7,6,2,people,none,none,3.52,1.00,5.40,5.73,none,4.80 peoples,peoples,2.63,Noun,7,6,2,people,none,none,3.52,1.00,5.40,5.73,none,4.80 pep,pep,3.49,Noun,3,3,1,pep,8.75,1.00,8.75,1.00,none,none,9.96, peplum,peplum,0.04,Noun,6,6,2,peplum,15.50,0.44,15.50,0.44,none,none,none, pepper,pepper,8.80,Noun,6,4,2,pepper,5.47,1.00,5.47,1.00,none,5.50,none,5.37 pepperbox,pepperbox,0.02,Noun,9,8,3,pepperbox,12.08,0.57,12.08,0.57,none,none,none, peppercorn,peppercorn,0.12,Noun,10,8,3,peppercorn,11.42,0.95,11.42,0.95,none,none,none, peppercorns,peppercorns,0.06,Noun,11,9,3,peppercorn,none,none,11.42,0.95,none,none,none, peppered,peppered,0.16,Verb,8,5,2,pepper,none,none,5.47,1.00,none,5.50,none,5.37 peppering,peppering,0.14,Verb,9,6,3,pepper,none,none,5.47,1.00,none,5.50,none,5.37 peppermint,peppermint,1.39,Noun,10,8,3,peppermint,5.70,1.00,5.70,1.00,none,none,none, peppermints,peppermints,0.20,Noun,11,9,3,peppermint,none,none,5.70,1.00,none,none,none, pepperoni,pepperoni,2.57,Noun,9,7,4,pepperoni,6.21,1.00,6.21,1.00,none,none,none, pepperonis,pepperonis,0.12,Noun,10,8,4,pepperoni,none,none,6.21,1.00,none,none,none, peppers,peppers,2.10,Noun,7,5,2,pepper,none,none,5.47,1.00,none,5.50,none,5.37 peppery,peppery,0.02,Adjective,7,6,3,peppery,8.56,0.95,8.56,0.95,none,none,none, peppier,peppier,0.04,Adjective,7,5,3,peppy,none,none,9.00,0.85,none,none,none, peppy,peppy,0.65,Adjective,5,4,2,peppy,9.00,0.85,9.00,0.85,none,none,none, pepsin,pepsin,0.04,Noun,6,6,2,pepsin,13.10,0.56,13.10,0.56,none,none,none, peptic,peptic,0.02,Adjective,6,6,2,peptic,15.47,0.79,15.47,0.79,none,none,none, peptide,peptide,0.43,Noun,7,6,2,peptide,15.50,0.80,15.50,0.80,none,none,none, peptides,peptides,0.27,Noun,8,7,2,peptide,none,none,15.50,0.80,none,none,none, per,per,22.37,Preposition,3,2,1,per,8.66,1.00,8.66,1.00,none,none,9.53, peradventure,peradventure,0.02,Noun,12,9,4,peradventure,11.25,0.42,11.25,0.42,none,none,none, perambulate,perambulate,0.06,Verb,11,10,4,perambulate,14.75,0.63,14.75,0.63,none,none,none, perambulator,perambulator,0.08,Noun,12,11,5,perambulator,14.75,0.63,14.75,0.63,none,none,none, perambulators,perambulators,0.02,Noun,13,12,5,perambulator,none,none,14.75,0.63,none,none,none, percale,percale,0.06,Noun,7,6,2,percale,15.62,0.38,15.62,0.38,none,none,none, perceive,perceive,1.45,Verb,8,5,2,perceive,10.42,1.00,10.42,1.00,none,none,none,10.41 perceived,perceived,1.47,Verb,9,6,2,perceive,none,none,10.42,1.00,none,none,none,10.41 perceives,perceives,0.18,Verb,9,6,2,perceive,none,none,10.42,1.00,none,none,none,10.41 perceiving,perceiving,0.18,Verb,10,7,3,perceive,none,none,10.42,1.00,none,none,none,10.41 percent,percent,25.75,Noun,7,6,2,percent,8.19,1.00,8.19,1.00,none,9.56,none,8.70 percentage,percentage,3.76,Noun,10,8,3,percentage,10.26,1.00,10.26,1.00,none,none,none, percentages,percentages,0.39,Noun,11,10,4,percentage,none,none,10.26,1.00,none,none,none, percentile,percentile,0.65,Noun,10,8,3,percentile,12.94,0.94,12.94,0.94,none,none,none, percents,percents,0.02,Noun,8,7,2,percent,none,none,8.19,1.00,none,9.56,none,8.70 percept,percept,0.02,Noun,7,6,2,percept,12.59,0.85,12.59,0.85,none,none,none, perceptible,perceptible,0.08,Adjective,11,10,4,perceptible,12.06,1.00,12.06,1.00,none,none,none, perception,perception,3.53,Noun,10,8,3,perception,11.53,1.00,11.53,1.00,none,none,none, perceptions,perceptions,0.49,Noun,11,9,3,perception,none,none,11.53,1.00,none,none,none, perceptive,perceptive,1.98,Adjective,10,8,3,perceptive,11.84,1.00,11.84,1.00,none,none,none, perceptiveness,perceptiveness,0.04,Noun,14,11,4,perceptiveness,12.72,0.95,12.72,0.95,none,none,none, perceptual,perceptual,0.08,Adjective,10,10,4,perceptual,13.67,0.95,13.67,0.95,none,none,none, perch,perch,0.98,Noun,5,3,1,perch,9.16,1.00,9.16,1.00,none,8.24,8.54, perchance,perchance,0.76,Adverb,9,6,2,perchance,13.07,1.00,13.07,1.00,none,none,none,12.85 perched,perched,0.59,Verb,7,4,1,perch,none,none,9.16,1.00,none,8.24,8.54, perches,perches,0.08,Verb,7,5,2,perch,none,none,9.16,1.00,none,8.24,8.54, percipient,percipient,Err:512,Err:512,10,9,4,percipient,16.00,0.63,16.00,0.63,none,none,none, percolate,percolate,0.16,Verb,9,7,3,percolate,13.00,0.84,13.00,0.84,none,none,none, percolating,percolating,0.22,Verb,11,9,4,percolate,none,none,13.00,0.84,none,none,none, percolator,percolator,0.08,Noun,10,8,4,percolator,10.19,0.89,10.19,0.89,none,none,none, percussion,percussion,0.57,Noun,10,7,3,percussion,10.47,1.00,10.47,1.00,none,none,none, percussionist,percussionist,0.18,Noun,13,10,4,percussionist,9.50,1.00,9.50,1.00,none,none,none, percussionists,percussionists,0.02,Noun,14,11,4,percussionist,none,none,9.50,1.00,none,none,none, percussions,percussions,0.02,Noun,11,8,3,percussion,none,none,10.47,1.00,none,none,none, percussive,percussive,0.06,Adjective,10,7,3,percussive,11.40,0.75,11.40,0.75,none,none,none, perdition,perdition,0.25,Noun,9,7,3,perdition,15.73,0.71,15.73,0.71,none,13.17,none, peregrine,peregrine,0.08,Noun,9,8,3,peregrine,13.29,0.78,13.29,0.78,none,none,none, peremptory,peremptory,0.14,Adjective,10,8,4,peremptory,16.75,0.44,16.75,0.44,none,none,none, perennial,perennial,0.29,Adjective,9,7,4,perennial,14.28,0.95,14.28,0.95,none,none,none, perennials,perennials,0.08,Noun,10,8,4,perennial,none,none,14.28,0.95,none,none,none, perestroika,perestroika,0.06,Noun,11,10,4,perestroika,14.71,0.39,14.71,0.39,none,none,none, perfect,perfect,158.65,Adjective,7,6,2,perfect,5.78,1.00,5.78,1.00,none,none,none,6.40 perfected,perfected,1.31,Verb,9,8,3,perfect,none,none,5.78,1.00,none,none,none,6.40 perfectible,perfectible,0.02,Adjective,11,10,4,perfectible,12.12,0.81,12.12,0.81,none,none,none, perfecting,perfecting,0.57,Verb,10,8,3,perfect,none,none,5.78,1.00,none,none,none,6.40 perfection,perfection,5.39,Noun,10,8,3,perfection,9.81,1.00,9.81,1.00,none,none,none, perfectionism,perfectionism,0.08,Noun,13,12,5,perfectionism,11.61,1.00,11.61,1.00,none,none,none, perfectionist,perfectionist,0.78,Noun,13,11,4,perfectionist,11.63,1.00,11.63,1.00,none,none,none, perfectionists,perfectionists,0.10,Noun,14,12,4,perfectionist,none,none,11.63,1.00,none,none,none, perfections,perfections,0.02,Noun,11,9,3,perfection,none,none,9.81,1.00,none,none,none, perfective,perfective,0.02,Adjective,10,8,3,perfective,12.95,0.90,12.95,0.90,none,none,none, perfectly,perfectly,43.25,Adverb,9,8,3,perfectly,6.16,1.00,6.16,1.00,7.55,none,none, perfecto,perfecto,0.39,Noun,8,8,3,perfecto,11.50,0.78,11.50,0.78,none,none,none, perfects,perfects,0.06,Verb,8,7,2,perfect,none,none,5.78,1.00,none,none,none,6.40 perfidious,perfidious,0.16,Adjective,10,8,4,perfidious,15.33,0.47,15.33,0.47,none,none,none, perfidy,perfidy,0.10,Noun,7,6,3,perfidy,13.77,0.72,13.77,0.72,none,none,none, perforate,perforate,0.18,Verb,9,6,3,perforate,13.05,1.00,13.05,1.00,none,none,none, perforation,perforation,0.16,Noun,11,8,4,perforation,11.42,1.00,11.42,1.00,none,none,none, perforations,perforations,0.10,Noun,12,9,4,perforation,none,none,11.42,1.00,none,none,none, perforator,perforator,0.02,Noun,10,8,4,perforator,11.83,0.95,11.83,0.95,none,none,none, perform,perform,16.10,Verb,7,6,2,perform,8.39,1.00,8.39,1.00,none,7.07,none,6.89 performance,performance,21.82,Noun,11,9,3,performance,7.74,1.00,7.74,1.00,none,9.05,none, performances,performances,1.27,Noun,12,11,4,performance,none,none,7.74,1.00,none,9.05,none, performed,performed,7.31,Verb,9,7,2,perform,none,none,8.39,1.00,none,7.07,none,6.89 performer,performer,2.41,Noun,9,7,3,performer,6.50,1.00,6.50,1.00,none,none,none, performers,performers,1.22,Noun,10,8,3,performer,none,none,6.50,1.00,none,none,none, performing,performing,6.37,Verb,10,8,3,perform,none,none,8.39,1.00,none,7.07,none,6.89 performs,performs,0.80,Verb,8,7,2,perform,none,none,8.39,1.00,none,7.07,none,6.89 perfume,perfume,11.43,Noun,7,6,2,perfume,7.06,1.00,7.06,1.00,none,none,none,6.97 perfumed,perfumed,0.67,Adjective,8,7,2,perfumed,8.81,1.00,8.81,1.00,none,none,none, perfumer,perfumer,0.12,Noun,8,7,3,perfumer,10.47,0.89,10.47,0.89,none,none,none, perfumers,perfumers,0.02,Noun,9,8,3,perfumer,none,none,10.47,0.89,none,none,none, perfumery,perfumery,0.04,Noun,9,9,4,perfumery,12.60,0.79,12.60,0.79,none,none,none, perfumes,perfumes,0.57,Noun,8,7,2,perfume,none,none,7.06,1.00,none,none,none,6.97 perfunctory,perfunctory,0.18,Adjective,11,9,4,perfunctory,16.27,0.61,16.27,0.61,none,none,none, perfuse,perfuse,0.04,Verb,7,6,2,perfuse,12.42,0.67,12.42,0.67,none,none,none, perfusion,perfusion,0.02,Noun,9,8,3,perfusion,14.73,0.79,14.73,0.79,none,none,none, perhaps,perhaps,136.06,Adverb,7,6,2,perhaps,7.60,1.00,7.60,1.00,6.50,none,none,8.12 pericardial,pericardial,0.24,Adjective,11,9,5,pericardial,16.75,0.63,16.75,0.63,none,none,none, pericardium,pericardium,0.29,Noun,11,11,5,pericardium,15.00,0.84,15.00,0.84,none,none,none, perigee,perigee,0.06,Noun,7,7,4,perigee,14.43,0.37,14.43,0.37,none,none,none, peril,peril,1.92,Noun,5,5,2,peril,12.47,0.94,12.47,0.94,none,none,none,11.59 perilous,perilous,0.78,Adjective,8,7,3,perilous,12.33,0.95,12.33,0.95,none,none,none, perils,perils,0.33,Noun,6,6,2,peril,none,none,12.47,0.94,none,none,none,11.59 perimeter,perimeter,9.04,Noun,9,7,4,perimeter,9.63,0.90,9.63,0.90,none,none,none, perimeters,perimeters,0.37,Noun,10,8,4,perimeter,none,none,9.63,0.90,none,none,none, perineum,perineum,0.18,Noun,8,8,3,perineum,17.22,0.50,17.22,0.50,none,none,none, period,period,27.78,Noun,6,6,3,period,6.78,1.00,6.78,1.00,none,9.07,none, periodic,periodic,0.41,Adjective,8,8,4,periodic,12.71,0.94,12.71,0.94,none,none,none, periodical,periodical,0.18,Noun,10,10,5,periodical,11.23,1.00,11.23,1.00,none,none,none, periodicals,periodicals,0.24,Noun,11,11,5,periodical,none,none,11.23,1.00,none,none,none, periodontal,periodontal,0.08,Adjective,11,11,5,periodontal,14.07,0.78,14.07,0.78,none,none,none, periods,periods,1.98,Noun,7,7,3,period,none,none,6.78,1.00,none,9.07,none, peripatetic,peripatetic,0.02,Adjective,11,11,5,peripatetic,16.50,0.42,16.50,0.42,none,none,none, peripheral,peripheral,0.96,Adjective,10,7,4,peripheral,13.67,0.95,13.67,0.95,none,none,none, peripherals,peripherals,0.14,Noun,11,8,4,peripheral,none,none,13.67,0.95,none,none,none, periphery,periphery,0.31,Noun,9,6,4,periphery,12.79,0.78,12.79,0.78,none,none,none, periphrasis,periphrasis,Err:512,Err:512,11,10,4,periphrasis,14.33,0.32,14.33,0.32,none,none,none, periscope,periscope,1.37,Noun,9,8,3,periscope,10.16,0.90,10.16,0.90,none,none,none, periscopes,periscopes,0.04,Noun,10,9,3,periscope,none,none,10.16,0.90,none,none,none, perish,perish,2.59,Verb,6,5,2,perish,10.95,1.00,10.95,1.00,none,none,none,11.09 perishable,perishable,0.25,Adjective,10,9,4,perishable,11.72,1.00,11.72,1.00,none,none,none, perishables,perishables,0.18,Noun,11,10,4,perishable,none,none,11.72,1.00,none,none,none, perished,perished,1.00,Verb,8,6,2,perish,none,none,10.95,1.00,none,none,none,11.09 perishes,perishes,0.08,Verb,8,7,3,perish,none,none,10.95,1.00,none,none,none,11.09 perishing,perishing,0.18,Verb,9,7,3,perish,none,none,10.95,1.00,none,none,none,11.09 peristalsis,peristalsis,0.04,Noun,11,11,4,peristalsis,14.36,0.55,14.36,0.55,none,none,none, peristaltic,peristaltic,0.06,Adjective,11,11,4,peristaltic,16.75,0.42,16.75,0.42,none,none,none, peritoneal,peritoneal,0.57,Adjective,10,10,5,peritoneal,16.86,0.39,16.86,0.39,none,none,none, peritoneum,peritoneum,0.20,Noun,10,10,5,peritoneum,14.69,0.68,14.69,0.68,none,none,none, peritonitis,peritonitis,0.29,Noun,11,11,5,peritonitis,18.11,0.50,18.11,0.50,none,none,none, periwig,periwig,Err:512,Err:512,7,7,3,periwig,16.33,0.14,16.33,0.14,none,none,none, periwinkle,periwinkle,0.18,Noun,10,10,4,periwinkle,10.42,0.95,10.42,0.95,none,none,none, periwinkles,periwinkles,0.02,Noun,11,11,4,periwinkle,none,none,10.42,0.95,none,none,none, perjure,perjure,0.16,Verb,7,4,2,perjure,14.35,0.94,14.35,0.94,none,none,none, perjured,perjured,0.49,Verb,8,5,2,perjure,none,none,14.35,0.94,none,none,none, perjurer,perjurer,0.06,Noun,8,5,3,perjurer,13.92,0.62,13.92,0.62,none,none,none, perjurers,perjurers,0.06,Noun,9,7,3,perjurer,none,none,13.92,0.62,none,none,none, perjures,perjures,0.02,Verb,8,5,2,perjure,none,none,14.35,0.94,none,none,none, perjuring,perjuring,0.12,Verb,9,6,3,perjure,none,none,14.35,0.94,none,none,none, perjury,perjury,2.25,Noun,7,5,3,perjury,12.78,0.95,12.78,0.95,none,none,none, perk,perk,1.41,Noun,4,3,1,perk,9.63,1.00,9.63,1.00,none,none,9.46, perked,perked,0.06,Verb,6,4,1,perk,none,none,9.63,1.00,none,none,9.46, perkier,perkier,0.02,Adjective,7,5,3,perky,none,none,9.05,1.00,none,10.22,none, perkiness,perkiness,0.08,Noun,9,7,3,perkiness,10.42,1.00,10.42,1.00,none,none,none, perking,perking,0.16,Verb,7,5,2,perk,none,none,9.63,1.00,none,none,9.46, perks,perks,1.76,Noun,5,4,1,perk,none,none,9.63,1.00,none,none,9.46, perky,perky,1.67,Adjective,5,4,2,perky,9.05,1.00,9.05,1.00,none,10.22,none, perm,perm,1.00,Noun,4,4,1,perm,9.00,1.00,9.00,1.00,none,none,none, permafrost,permafrost,0.02,Noun,10,10,3,permafrost,14.62,0.84,14.62,0.84,none,none,none, permanence,permanence,0.22,Noun,10,8,3,permanence,12.19,0.89,12.19,0.89,none,none,none, permanency,permanency,0.04,Noun,10,9,4,permanency,12.00,0.89,12.00,0.89,none,none,none, permanent,permanent,12.14,Adjective,9,8,3,permanent,7.75,1.00,7.75,1.00,none,none,none, permanents,permanents,0.02,Noun,10,9,3,permanent,none,none,7.75,1.00,none,none,none, permanganate,permanganate,0.08,Noun,12,11,4,permanganate,16.13,0.79,16.13,0.79,none,none,none, permeability,permeability,0.02,Noun,12,11,6,permeability,13.89,0.95,13.89,0.95,none,none,none, permeable,permeable,0.06,Adjective,9,8,4,permeable,12.93,0.83,12.93,0.83,none,none,none, permeate,permeate,0.08,Verb,8,6,3,permeate,14.42,1.00,14.42,1.00,none,none,none, permeated,permeated,0.12,Verb,9,8,4,permeate,none,none,14.42,1.00,none,none,none, permeates,permeates,0.10,Verb,9,7,3,permeate,none,none,14.42,1.00,none,none,none, permissible,permissible,0.45,Adjective,11,9,4,permissible,10.94,0.94,10.94,0.94,none,none,none, permission,permission,31.12,Noun,10,7,3,permission,6.11,1.00,6.11,1.00,none,none,none, permissive,permissive,0.10,Adjective,10,7,3,permissive,11.16,1.00,11.16,1.00,none,none,none, permissiveness,permissiveness,0.08,Noun,14,10,4,permissiveness,12.53,0.85,12.53,0.85,none,none,none, permit,permit,12.10,Verb,6,5,2,permit,9.47,1.00,9.47,1.00,8.19,9.07,none,10.41 permits,permits,2.78,Noun,7,6,2,permit,none,none,9.47,1.00,8.19,9.07,none,10.41 permitted,permitted,4.35,Verb,9,7,3,permit,none,none,9.47,1.00,8.19,9.07,none,10.41 permitting,permitting,0.51,Verb,10,7,3,permit,none,none,9.47,1.00,8.19,9.07,none,10.41 permittivity,permittivity,0.02,Noun,12,10,5,permittivity,15.40,0.28,15.40,0.28,none,none,none, perms,perms,0.04,Noun,5,5,1,perm,none,none,9.00,1.00,none,none,none, permutation,permutation,0.06,Noun,11,10,4,permutation,14.40,0.83,14.40,0.83,none,none,none, permutations,permutations,0.14,Noun,12,11,4,permutation,none,none,14.40,0.83,none,none,none, permute,permute,0.12,Verb,7,6,2,permute,15.91,0.61,15.91,0.61,none,none,none, pernicious,pernicious,0.27,Adjective,10,7,3,pernicious,14.92,0.65,14.92,0.65,none,none,none, peroxide,peroxide,1.08,Noun,8,7,3,peroxide,9.84,1.00,9.84,1.00,none,none,none, perpendicular,perpendicular,0.20,Adjective,13,12,5,perpendicular,11.33,1.00,11.33,1.00,none,none,none, perpetrate,perpetrate,0.08,Verb,10,8,3,perpetrate,12.26,0.95,12.26,0.95,none,none,none, perpetrated,perpetrated,0.63,Verb,11,10,4,perpetrate,none,none,12.26,0.95,none,none,none, perpetration,perpetration,0.02,Noun,12,10,4,perpetration,14.00,1.00,14.00,1.00,none,none,none, perpetrator,perpetrator,1.69,Noun,11,9,4,perpetrator,12.88,0.94,12.88,0.94,none,12.75,none, perpetrators,perpetrators,0.82,Noun,12,10,4,perpetrator,none,none,12.88,0.94,none,12.75,none, perpetual,perpetual,1.55,Adjective,9,8,4,perpetual,13.75,0.89,13.75,0.89,none,none,none, perpetuate,perpetuate,0.37,Verb,10,9,4,perpetuate,13.33,1.00,13.33,1.00,none,none,none, perpetuated,perpetuated,0.10,Verb,11,11,5,perpetuate,none,none,13.33,1.00,none,none,none, perpetuates,perpetuates,0.20,Verb,11,10,4,perpetuate,none,none,13.33,1.00,none,none,none, perpetuating,perpetuating,0.18,Verb,12,11,5,perpetuate,none,none,13.33,1.00,none,none,none, perpetuation,perpetuation,0.04,Noun,12,11,5,perpetuation,14.07,0.78,14.07,0.78,none,none,none, perpetuity,perpetuity,0.33,Noun,10,10,5,perpetuity,13.25,0.89,13.25,0.89,none,none,none, perplex,perplex,0.04,Verb,7,7,2,perplex,12.00,1.00,12.00,1.00,none,none,none, perplexing,perplexing,0.25,Adjective,10,9,3,perplexing,12.42,1.00,12.42,1.00,none,none,none, persecute,persecute,0.61,Verb,9,8,3,persecute,10.06,0.90,10.06,0.90,none,none,none, persecuted,persecuted,1.14,Verb,10,10,4,persecute,none,none,10.06,0.90,none,none,none, persecutes,persecutes,0.04,Verb,10,9,3,persecute,none,none,10.06,0.90,none,none,none, persecuting,persecuting,0.25,Verb,11,10,4,persecute,none,none,10.06,0.90,none,none,none, persecution,persecution,1.18,Noun,11,10,4,persecution,11.80,1.00,11.80,1.00,none,11.28,none, persecutions,persecutions,0.06,Noun,12,11,4,persecution,none,none,11.80,1.00,none,11.28,none, persecutor,persecutor,0.08,Noun,10,9,4,persecutor,11.95,1.00,11.95,1.00,none,none,none, persecutors,persecutors,0.04,Noun,11,10,4,persecutor,none,none,11.95,1.00,none,none,none, persecutory,persecutory,0.02,Adjective,11,10,5,persecutory,14.67,0.67,14.67,0.67,none,none,none, perseverance,perseverance,0.73,Noun,12,10,4,perseverance,11.00,1.00,11.00,1.00,none,none,none, perseverate,perseverate,0.02,Verb,11,9,5,perseverate,13.69,0.72,13.69,0.72,none,none,none, persevere,persevere,0.37,Verb,9,7,3,persevere,11.05,1.00,11.05,1.00,none,none,none, persevered,persevered,0.02,Verb,10,8,3,persevere,none,none,11.05,1.00,none,none,none, perseveres,perseveres,0.06,Verb,10,8,3,persevere,none,none,11.05,1.00,none,none,none, persevering,persevering,0.10,Verb,11,9,4,persevere,none,none,11.05,1.00,none,none,none, persiflage,persiflage,0.04,Noun,10,8,3,persiflage,17.50,0.21,17.50,0.21,none,none,none, persimmon,persimmon,0.08,Noun,9,7,3,persimmon,15.29,0.70,15.29,0.70,none,none,none, persimmons,persimmons,0.08,Noun,10,8,3,persimmon,none,none,15.29,0.70,none,none,none, persist,persist,1.20,Verb,7,6,2,persist,9.50,0.95,9.50,0.95,none,9.77,none,10.70 persisted,persisted,0.27,Verb,9,8,3,persist,none,none,9.50,0.95,none,9.77,none,10.70 persistence,persistence,0.82,Noun,11,9,3,persistence,10.28,1.00,10.28,1.00,none,none,none, persistency,persistency,0.02,Noun,11,10,4,persistency,11.22,1.00,11.22,1.00,none,none,none, persistent,persistent,2.59,Adjective,10,9,3,persistent,10.89,1.00,10.89,1.00,none,none,none, persists,persists,0.29,Verb,8,7,2,persist,none,none,9.50,0.95,none,9.77,none,10.70 persnickety,pernickety,0.06,Adjective,11,10,4,persnickety,13.00,0.80,13.00,0.80,none,none,none, person,person,212.88,Noun,6,5,2,person,4.67,1.00,4.67,1.00,5.92,none,none,5.14 persona,persona,1.49,Noun,7,6,3,persona,11.33,1.00,11.33,1.00,none,none,none, personable,personable,0.24,Adjective,10,9,4,personable,11.74,1.00,11.74,1.00,none,none,none, personae,personae,0.02,Noun,8,6,3,persona,none,none,11.33,1.00,none,none,none, personage,personage,0.22,Noun,9,7,3,personage,13.06,0.89,13.06,0.89,none,none,none, personages,personages,0.16,Noun,10,9,4,personage,none,none,13.06,0.89,none,none,none, personal,personal,91.67,Adjective,8,7,3,personal,8.05,1.00,8.05,1.00,none,none,none, personalities,personalities,2.96,Noun,13,11,5,personality,none,none,8.68,1.00,none,10.02,none, personality,personality,15.90,Noun,11,10,5,personality,8.68,1.00,8.68,1.00,none,10.02,none, personalize,personalise,0.29,Verb,11,9,4,personalize,10.17,1.00,10.17,1.00,none,none,none, personalizes,personalises,0.02,Verb,12,11,5,personalize,none,none,10.17,1.00,none,none,none, personalizing,personalising,0.12,Verb,13,11,5,personalize,none,none,10.17,1.00,none,none,none, personally,personally,36.67,Adverb,10,8,4,personally,8.40,1.00,8.40,1.00,none,none,none, personals,personals,0.73,Noun,9,8,3,personal,none,none,8.05,1.00,none,none,none, personas,personas,0.08,Noun,8,8,3,persona,none,none,11.33,1.00,none,none,none, personhood,personhood,0.02,Noun,10,8,3,personhood,13.46,0.72,13.46,0.72,none,none,none, personification,personification,0.25,Noun,15,13,6,personification,13.74,1.00,13.74,1.00,none,none,none, personified,personified,0.37,Verb,11,9,4,personify,none,none,12.67,1.00,none,none,none, personifies,personifies,0.04,Verb,11,9,4,personify,none,none,12.67,1.00,none,none,none, personify,personify,0.12,Verb,9,8,4,personify,12.67,1.00,12.67,1.00,none,none,none, personnel,personnel,16.37,Noun,9,7,3,personnel,11.26,1.00,11.26,1.00,none,11.28,none, persons,persons,7.73,Noun,7,6,2,person,none,none,4.67,1.00,5.92,none,none,5.14 perspective,perspective,8.22,Noun,11,9,3,perspective,10.78,1.00,10.78,1.00,none,none,none, perspectives,perspectives,0.20,Noun,12,10,3,perspective,none,none,10.78,1.00,none,none,none, perspicacious,perspicacious,0.10,Adjective,13,10,4,perspicacious,15.23,0.72,15.23,0.72,none,none,none, perspicacity,perspicacity,0.04,Noun,12,11,5,perspicacity,16.33,0.33,16.33,0.33,none,none,none, perspicuity,perspicuity,Err:512,Err:512,11,11,5,perspicuity,15.71,0.37,15.71,0.37,none,none,none, perspicuous,perspicuous,0.10,Adjective,11,11,4,perspicuous,13.90,0.56,13.90,0.56,none,none,none, perspiration,perspiration,0.53,Noun,12,9,4,perspiration,10.32,1.00,10.32,1.00,none,none,none, perspire,perspire,0.22,Verb,8,6,2,perspire,12.26,1.00,12.26,1.00,none,none,none, perspires,perspires,0.02,Verb,9,7,2,perspire,none,none,12.26,1.00,none,none,none, perspiring,perspiring,0.25,Verb,10,8,3,perspire,none,none,12.26,1.00,none,none,none, persuade,persuade,6.39,Verb,8,6,2,persuade,10.79,1.00,10.79,1.00,none,none,none,10.04 persuaded,persuaded,2.69,Verb,9,8,3,persuade,none,none,10.79,1.00,none,none,none,10.04 persuader,persuader,0.20,Noun,9,7,3,persuader,11.89,1.00,11.89,1.00,none,none,none, persuaders,persuaders,0.04,Noun,10,8,3,persuader,none,none,11.89,1.00,none,none,none, persuades,persuades,0.25,Verb,9,7,2,persuade,none,none,10.79,1.00,none,none,none,10.04 persuading,persuading,0.53,Verb,10,8,3,persuade,none,none,10.79,1.00,none,none,none,10.04 persuasion,persuasion,1.96,Noun,10,8,3,persuasion,10.90,1.00,10.90,1.00,none,none,none, persuasions,persuasions,0.10,Noun,11,9,3,persuasion,none,none,10.90,1.00,none,none,none, persuasive,persuasive,2.18,Adjective,10,8,3,persuasive,11.72,1.00,11.72,1.00,none,none,none, persuasiveness,persuasiveness,0.04,Noun,14,11,4,persuasiveness,12.11,1.00,12.11,1.00,none,none,none, pert,pert,0.49,Adjective,4,3,1,pert,10.41,0.77,10.41,0.77,none,none,12.45, pertain,pertain,0.27,Verb,7,5,2,pertain,11.00,1.00,11.00,1.00,none,none,none, pertained,pertained,0.02,Verb,9,6,2,pertain,none,none,11.00,1.00,none,none,none, pertains,pertains,0.41,Verb,8,6,2,pertain,none,none,11.00,1.00,none,none,none, pertinacious,pertinacious,Err:512,Err:512,12,10,5,pertinacious,16.57,0.37,16.57,0.37,none,none,none, pertinence,pertinence,0.02,Noun,10,8,3,pertinence,12.06,0.86,12.06,0.86,none,none,none, pertinent,pertinent,1.18,Adjective,9,8,3,pertinent,13.93,0.79,13.93,0.79,none,none,none, perturb,perturb,0.04,Verb,7,5,2,perturb,11.11,1.00,11.11,1.00,none,none,none, perturbation,perturbation,0.04,Noun,12,9,4,perturbation,14.21,0.70,14.21,0.70,none,12.85,none, perusal,perusal,0.10,Noun,7,6,3,perusal,12.78,0.90,12.78,0.90,none,none,none, peruse,peruse,0.35,Verb,6,4,2,peruse,12.94,0.94,12.94,0.94,12.01,none,none, perused,perused,0.08,Verb,7,5,2,peruse,none,none,12.94,0.94,12.01,none,none, peruses,peruses,0.02,Verb,7,6,3,peruse,none,none,12.94,0.94,12.01,none,none, perusing,perusing,0.14,Verb,8,6,3,peruse,none,none,12.94,0.94,12.01,none,none, pervade,pervade,0.02,Verb,7,5,2,pervade,12.94,0.89,12.94,0.89,none,none,none, pervades,pervades,0.08,Verb,8,6,2,pervade,none,none,12.94,0.89,none,none,none, pervasive,pervasive,0.31,Adjective,9,7,3,pervasive,14.82,0.94,14.82,0.94,none,none,none, perverse,perverse,1.29,Adjective,8,5,2,perverse,13.11,0.95,13.11,0.95,none,none,none,12.22 perverseness,perverseness,0.06,Noun,12,8,3,perverseness,14.06,0.90,14.06,0.90,none,none,none, perversion,perversion,0.78,Noun,10,7,3,perversion,13.11,1.00,13.11,1.00,none,none,none, perversions,perversions,0.37,Noun,11,8,3,perversion,none,none,13.11,1.00,none,none,none, perversity,perversity,0.12,Noun,10,8,4,perversity,14.38,0.84,14.38,0.84,none,none,none, pervert,pervert,6.90,Noun,7,5,2,pervert,9.84,1.00,9.84,1.00,none,none,none,10.99 perverted,perverted,1.76,Adjective,9,7,3,perverted,12.06,1.00,12.06,1.00,none,none,none, perverts,perverts,1.45,Noun,8,6,2,pervert,none,none,9.84,1.00,none,none,none,10.99 peseta,peseta,0.08,Noun,6,6,3,peseta,16.14,0.37,16.14,0.37,none,none,none, pesetas,pesetas,0.25,Noun,7,7,3,peseta,none,none,16.14,0.37,none,none,none, peskier,peskier,0.02,Adjective,7,6,3,pesky,none,none,9.72,0.95,none,none,none,9.22 pesky,pesky,1.02,Adjective,5,5,2,pesky,9.72,0.95,9.72,0.95,none,none,none,9.22 peso,peso,0.25,Noun,4,4,2,peso,11.94,0.89,11.94,0.89,none,none,none, pesos,pesos,1.86,Noun,5,5,2,peso,none,none,11.94,0.89,none,none,none, pessimism,pessimism,0.29,Noun,9,9,4,pessimism,12.42,1.00,12.42,1.00,none,none,none, pessimist,pessimist,0.51,Noun,9,8,3,pessimist,12.53,1.00,12.53,1.00,none,none,none, pessimistic,pessimistic,0.59,Adjective,11,10,4,pessimistic,11.63,1.00,11.63,1.00,none,none,none, pessimists,pessimists,0.04,Noun,10,9,3,pessimist,none,none,12.53,1.00,none,none,none, pest,pest,2.86,Noun,4,4,1,pest,7.35,0.94,7.35,0.94,none,6.20,7.49, pester,pester,0.53,Verb,6,5,2,pester,7.39,1.00,7.39,1.00,none,7.73,none, pestered,pestered,0.16,Verb,8,6,2,pester,none,none,7.39,1.00,none,7.73,none, pestering,pestering,0.84,Verb,9,7,3,pester,none,none,7.39,1.00,none,7.73,none, pesters,pesters,0.04,Verb,7,6,2,pester,none,none,7.39,1.00,none,7.73,none, pesthole,pesthole,0.04,Noun,8,7,2,pesthole,11.78,0.50,11.78,0.50,none,none,none, pesticide,pesticide,0.35,Noun,9,8,3,pesticide,11.63,1.00,11.63,1.00,none,none,none, pesticides,pesticides,0.57,Noun,10,9,3,pesticide,none,none,11.63,1.00,none,none,none, pestiferous,pestiferous,Err:512,Err:512,11,10,4,pestiferous,16.83,0.29,16.83,0.29,none,none,none, pestilence,pestilence,0.59,Noun,10,9,3,pestilence,13.06,0.85,13.06,0.85,none,none,none, pestilent,pestilent,0.02,Adjective,9,9,3,pestilent,13.00,0.89,13.00,0.89,none,none,none, pestilential,pestilential,0.06,Adjective,12,12,5,pestilential,13.50,0.74,13.50,0.74,none,none,none, pestle,pestle,0.61,Noun,6,6,2,pestle,13.00,0.79,13.00,0.79,none,none,none,12.22 pesto,pesto,0.49,Noun,5,5,2,pesto,13.80,0.95,13.80,0.95,none,none,none, pests,pests,0.33,Noun,5,5,1,pest,none,none,7.35,0.94,none,6.20,7.49, pet,pet,20.18,Noun,3,3,1,pet,4.05,1.00,4.05,1.00,none,4.56,4.06, petal,petal,0.88,Noun,5,5,2,petal,6.33,1.00,6.33,1.00,none,none,none,6.33 petals,petals,1.51,Noun,6,6,2,petal,none,none,6.33,1.00,none,none,none,6.33 petard,petard,0.12,Noun,6,5,2,petard,15.25,0.38,15.25,0.38,none,none,none, petite,petite,1.06,Adjective,6,5,2,petite,9.42,1.00,9.42,1.00,none,none,none,10.60 petites,petites,0.06,Noun,7,6,2,petite,none,none,9.42,1.00,none,none,none,10.60 petition,petition,4.22,Noun,8,7,3,petition,11.06,1.00,11.06,1.00,none,none,none, petitioned,petitioned,0.29,Verb,10,8,3,petition,none,none,11.06,1.00,none,none,none, petitioner,petitioner,0.47,Noun,10,8,4,petitioner,13.18,0.94,13.18,0.94,none,none,none, petitioners,petitioners,0.06,Noun,11,9,4,petitioner,none,none,13.18,0.94,none,none,none, petitioning,petitioning,0.24,Verb,11,9,4,petition,none,none,11.06,1.00,none,none,none, petitions,petitions,0.39,Noun,9,8,3,petition,none,none,11.06,1.00,none,none,none, petrifaction,petrifaction,Err:512,Err:512,12,10,4,petrifaction,14.07,0.79,14.07,0.79,none,none,none, petrified,petrified,1.73,Adjective,9,8,3,petrified,9.05,1.00,9.05,1.00,none,none,none, petrifies,petrifies,0.02,Verb,9,8,3,petrify,none,none,10.05,0.95,none,none,none, petrify,petrify,0.04,Verb,7,7,3,petrify,10.05,0.95,10.05,0.95,none,none,none, petrochemical,petrochemical,0.10,Adjective,13,12,5,petrochemical,15.00,0.58,15.00,0.58,none,none,none, petrochemicals,petrochemicals,0.02,Noun,14,13,5,petrochemical,none,none,15.00,0.58,none,none,none, petrol,petrol,1.57,Noun,6,6,2,petrol,12.28,0.90,12.28,0.90,none,7.09,none,12.01 petrolatum,petrolatum,0.04,Noun,10,10,4,petrolatum,11.00,0.50,11.00,0.50,none,none,none, petroleum,petroleum,1.25,Noun,9,9,4,petroleum,11.11,1.00,11.11,1.00,none,none,none, petrology,petrology,0.02,Noun,9,9,4,petrology,13.88,0.44,13.88,0.44,none,none,none, pets,pets,5.69,Noun,4,4,1,pet,none,none,4.05,1.00,none,4.56,4.06, petted,petted,0.24,Verb,6,5,2,pet,none,none,4.05,1.00,none,4.56,4.06, petticoat,petticoat,0.78,Noun,9,7,3,petticoat,11.00,0.81,11.00,0.81,none,none,none, petticoats,petticoats,0.37,Noun,10,8,3,petticoat,none,none,11.00,0.81,none,none,none, pettier,pettier,0.02,Adjective,7,5,3,petty,none,none,10.23,1.00,none,10.34,none,10.04 pettiest,pettiest,0.02,Adjective,8,7,3,petty,none,none,10.23,1.00,none,10.34,none,10.04 pettifogging,pettifogging,0.02,Adjective,12,9,4,pettifogging,15.83,0.32,15.83,0.32,none,none,none, pettiness,pettiness,0.16,Noun,9,7,3,pettiness,12.72,0.95,12.72,0.95,none,none,none, pettish,pettish,Err:512,Err:512,7,5,2,pettish,15.00,0.22,15.00,0.22,none,none,none, petty,petty,8.59,Adjective,5,4,2,petty,10.23,1.00,10.23,1.00,none,10.34,none,10.04 petulance,petulance,0.10,Noun,9,8,3,petulance,13.70,0.56,13.70,0.56,none,none,none, petulant,petulant,0.31,Adjective,8,8,3,petulant,13.21,0.74,13.21,0.74,none,none,none, petunia,petunia,2.08,Noun,7,7,4,petunia,8.86,0.95,8.86,0.95,none,none,none, petunias,petunias,0.27,Noun,8,8,4,petunia,none,none,8.86,0.95,none,none,none, pew,pew,1.04,Noun,3,3,1,pew,8.56,0.86,8.56,0.86,none,8.56,8.05, pews,pews,0.14,Noun,4,4,1,pew,none,none,8.56,0.86,none,8.56,8.05, pewter,pewter,0.35,Noun,6,5,2,pewter,13.25,0.84,13.25,0.84,none,none,none, peyote,peyote,0.76,Noun,6,4,2,peyote,16.07,0.71,16.07,0.71,none,none,none, pfennig,pfennig,0.04,Noun,7,5,2,pfennig,14.75,0.22,14.75,0.22,none,none,none, phaeton,phaeton,0.00,Err:512,7,5,2,phaeton,11.64,0.47,11.64,0.47,none,13.43,none, phage,phage,0.02,Noun,5,3,1,phage,15.57,0.35,15.57,0.35,none,none,none, phages,phages,0.02,Name,6,5,2,phage,none,none,15.57,0.35,none,none,none, phalange,phalange,0.12,Noun,8,6,2,phalange,15.29,0.89,15.29,0.89,none,none,none, phalanges,phalanges,0.33,Noun,9,8,3,phalange,none,none,15.29,0.89,none,none,none, phalanx,phalanx,0.14,Noun,7,7,2,phalanx,14.00,0.74,14.00,0.74,none,none,none, phallic,phallic,0.29,Adjective,7,5,2,phallic,15.07,0.83,15.07,0.83,none,none,none, phallus,phallus,0.10,Noun,7,5,2,phallus,14.24,0.89,14.24,0.89,none,none,none, phantasmagoria,phantasmagoria,0.02,Noun,14,13,6,phantasmagoria,17.50,0.33,17.50,0.33,none,none,none, phantom,phantom,4.08,Noun,7,6,2,phantom,8.35,1.00,8.35,1.00,none,none,none,9.40 phantoms,phantoms,0.49,Noun,8,7,2,phantom,none,none,8.35,1.00,none,none,none,9.40 pharaoh,pharaoh,2.20,Noun,7,4,2,pharaoh,8.26,1.00,8.26,1.00,none,none,none, pharaohs,pharaohs,0.49,Noun,8,5,2,pharaoh,none,none,8.26,1.00,none,none,none, pharisaic,pharisaic,Err:512,Err:512,9,8,4,pharisaic,15.60,0.24,15.60,0.24,none,none,none, pharisaical,pharisaical,Err:512,Err:512,11,10,5,pharisaical,14.00,0.19,14.00,0.19,none,none,none, pharmaceutical,pharmaceutical,2.04,Adjective,14,12,5,pharmaceutical,13.39,1.00,13.39,1.00,none,none,none, pharmaceuticals,pharmaceuticals,1.22,Noun,15,13,5,pharmaceutical,none,none,13.39,1.00,none,none,none, pharmaceutics,pharmaceutics,Err:512,Err:512,13,11,4,pharmaceutics,13.88,1.00,13.88,1.00,13.08,none,none, pharmacies,pharmacies,0.14,Noun,10,8,3,pharmacy,none,none,8.79,1.00,11.78,none,none, pharmacist,pharmacist,1.53,Noun,10,9,3,pharmacist,8.79,1.00,8.79,1.00,11.86,none,none, pharmacists,pharmacists,0.20,Noun,11,10,3,pharmacist,none,none,8.79,1.00,11.86,none,none, pharmacological,pharmacological,0.04,Adjective,15,14,6,pharmacological,14.11,0.95,14.11,0.95,none,none,none, pharmacology,pharmacology,0.10,Noun,12,11,5,pharmacology,14.83,0.90,14.83,0.90,12.92,none,none, pharmacopoeia,pharmacopoeia,0.08,Noun,13,10,5,pharmacopoeia,16.00,0.26,16.00,0.26,none,none,none, pharmacotherapy,pharmacotherapy,0.04,Noun,15,13,6,pharmacotherapy,16.07,0.74,16.07,0.74,none,none,none, pharmacy,pharmacy,3.43,Noun,8,7,3,pharmacy,8.79,1.00,8.79,1.00,11.78,none,none, pharos,pharos,Err:512,Err:512,6,5,2,pharos,13.91,0.58,13.91,0.58,none,none,none, pharyngeal,pharyngeal,0.04,Adjective,10,9,4,pharyngeal,17.50,0.63,17.50,0.63,none,none,none, phase,phase,12.33,Noun,5,3,1,phase,9.40,1.00,9.40,1.00,none,9.56,8.51, phased,phased,0.24,Verb,6,4,1,phase,none,none,9.40,1.00,none,9.56,8.51, phases,phases,0.59,Noun,6,5,2,phase,none,none,9.40,1.00,none,9.56,8.51, phasing,phasing,0.22,Verb,7,5,2,phase,none,none,9.40,1.00,none,9.56,8.51, pheasant,pheasant,0.80,Noun,8,6,2,pheasant,9.68,1.00,9.68,1.00,none,none,none,8.87 pheasants,pheasants,0.27,Noun,9,7,2,pheasant,none,none,9.68,1.00,none,none,none,8.87 phenobarbital,phenobarbital,0.22,Noun,13,12,5,phenobarbital,17.90,0.48,17.90,0.48,none,none,none, phenol,phenol,0.10,Noun,6,5,2,phenol,15.33,0.63,15.33,0.63,none,none,none, phenolphthalein,phenolphthalein,0.14,Noun,15,11,4,phenolphthalein,14.71,0.35,14.71,0.35,none,none,none, phenols,phenols,0.02,Noun,7,6,2,phenol,none,none,15.33,0.63,none,none,none, phenomena,phenomena,1.57,Noun,9,8,4,phenomenon,none,none,11.94,1.00,none,none,none, phenomenal,phenomenal,2.31,Adjective,10,9,4,phenomenal,10.50,1.00,10.50,1.00,none,none,none, phenomenological,phenomenological,0.04,Adjective,16,15,7,phenomenological,15.18,0.61,15.18,0.61,none,none,none, phenomenon,phenomenon,4.59,Noun,10,9,4,phenomenon,11.94,1.00,11.94,1.00,none,none,none, phenotype,phenotype,0.02,Noun,9,7,3,phenotype,13.29,0.74,13.29,0.74,none,none,none, phenotypes,phenotypes,0.02,Noun,10,8,3,phenotype,none,none,13.29,0.74,none,none,none, phenyl,phenyl,0.02,Noun,6,5,2,phenyl,14.00,0.61,14.00,0.61,none,none,none, pheromone,pheromone,0.41,Noun,9,7,3,pheromone,14.75,0.89,14.75,0.89,none,none,none, pheromones,pheromones,1.00,Noun,10,8,3,pheromone,none,none,14.75,0.89,none,none,none, phi,phi,0.90,Noun,3,2,1,phi,13.36,0.74,13.36,0.74,none,none,none, phial,phial,0.06,Noun,5,4,2,phial,15.40,0.28,15.40,0.28,none,12.75,none, phials,phials,0.02,Noun,6,5,2,phial,none,none,15.40,0.28,none,12.75,none, philander,philander,0.04,Verb,9,8,3,philander,14.20,0.83,14.20,0.83,none,none,none, philanderer,philanderer,0.24,Noun,11,10,4,philanderer,17.00,0.80,17.00,0.80,none,none,none, philanderers,philanderers,0.04,Noun,12,11,4,philanderer,none,none,17.00,0.80,none,none,none, philanthropic,philanthropic,0.31,Adjective,13,11,4,philanthropic,13.58,1.00,13.58,1.00,12.92,none,none, philanthropies,philanthropies,0.02,Noun,14,11,4,philanthropy,none,none,14.06,0.95,none,none,none, philanthropist,philanthropist,0.88,Noun,14,12,4,philanthropist,14.06,1.00,14.06,1.00,none,none,none, philanthropists,philanthropists,0.04,Noun,15,13,4,philanthropist,none,none,14.06,1.00,none,none,none, philanthropy,philanthropy,0.08,Noun,12,10,4,philanthropy,14.06,0.95,14.06,0.95,none,none,none, philately,philately,Err:512,Err:512,9,8,4,philately,18.17,0.33,18.17,0.33,none,none,none, philharmonic,philharmonic,0.75,Adjective,12,11,4,philharmonic,14.69,0.68,14.69,0.68,none,none,none, philistine,philistine,0.94,Noun,10,8,3,philistine,12.21,1.00,12.21,1.00,none,none,none, philistines,philistines,0.63,Noun,11,9,3,philistine,none,none,12.21,1.00,none,none,none, philodendron,philodendron,0.12,Noun,12,11,4,philodendron,12.85,0.68,12.85,0.68,none,none,none, philologist,philologist,0.08,Noun,11,10,4,philologist,14.50,0.44,14.50,0.44,none,none,none, philology,philology,0.00,Err:512,9,8,4,philology,15.54,0.52,15.54,0.52,none,13.49,none, philosopher,philosopher,3.04,Noun,11,8,4,philosopher,11.63,1.00,11.63,1.00,none,none,none, philosophers,philosophers,0.84,Noun,12,9,4,philosopher,none,none,11.63,1.00,none,none,none, philosophic,philosophic,0.08,Adjective,11,9,4,philosophic,14.06,0.94,14.06,0.94,none,none,none, philosophical,philosophical,1.59,Adjective,13,11,5,philosophical,12.26,1.00,12.26,1.00,none,none,none, philosophies,philosophies,0.51,Noun,12,9,4,philosophy,none,none,13.21,1.00,none,12.17,none, philosophize,philosophise,0.10,Verb,12,9,4,philosophize,13.82,0.94,13.82,0.94,none,none,none, philosophizer,philosophizer,0.02,Noun,13,10,5,philosophizer,13.59,0.89,13.59,0.89,none,none,none, philosophizes,philosophises,0.02,Verb,13,11,5,philosophize,none,none,13.82,0.94,none,none,none, philosophy,philosophy,8.27,Noun,10,8,4,philosophy,13.21,1.00,13.21,1.00,none,12.17,none, phish,phish,0.06,Adjective,5,3,1,phish,15.38,0.72,15.38,0.72,none,none,none, phlebitis,phlebitis,0.12,Noun,9,8,3,phlebitis,17.12,0.42,17.12,0.42,none,none,none, phlebotomy,phlebotomy,0.02,Noun,10,9,4,phlebotomy,14.08,0.67,14.08,0.67,none,none,none, phlegm,phlegm,0.67,Noun,6,4,1,phlegm,11.27,0.83,11.27,0.83,none,none,none, phloem,phloem,Err:512,Err:512,6,5,2,phloem,13.60,0.25,13.60,0.25,none,none,none, phlox,phlox,0.49,Noun,5,5,1,phlox,14.57,0.39,14.57,0.39,none,none,none, pho,pho,0.16,Noun,3,2,1,pho,15.38,0.42,15.38,0.42,none,none,none, phobia,phobia,1.02,Noun,6,5,3,phobia,9.83,1.00,9.83,1.00,none,none,none, phobias,phobias,0.35,Noun,7,6,3,phobia,none,none,9.83,1.00,none,none,none, phobic,phobic,0.16,Adjective,6,5,2,phobic,11.82,0.94,11.82,0.94,none,none,none, phone,phone,269.73,Noun,5,3,1,phone,4.11,1.00,4.11,1.00,none,5.11,4.09, phoned,phoned,6.45,Verb,6,4,1,phone,none,none,4.11,1.00,none,5.11,4.09, phones,phones,13.02,Noun,6,4,1,phone,none,none,4.11,1.00,none,5.11,4.09, phonetic,phonetic,0.24,Adjective,8,7,3,phonetic,9.94,1.00,9.94,1.00,none,none,none, phonetics,phonetics,0.10,Noun,9,8,3,phonetics,10.94,0.94,10.94,0.94,none,none,none, phoney,phoney,3.12,Adjective,6,4,2,phoney,8.85,0.99,8.85,0.99,none,11.02,none, phonics,phonics,0.10,Noun,7,6,2,phonics,8.79,1.00,8.79,1.00,none,none,none, phonies,phonies,0.65,Noun,7,5,2,phony,none,none,7.58,1.00,none,none,none,10.32 phoniest,phoniest,0.02,Adjective,8,7,3,phony,none,none,7.58,1.00,none,none,none,10.32 phoniness,phoniness,0.08,Noun,9,7,3,phoniness,11.55,1.00,11.55,1.00,none,none,none, phoning,phoning,1.25,Verb,7,5,2,phone,none,none,4.11,1.00,none,5.11,4.09, phonograph,phonograph,1.10,Noun,10,8,3,phonograph,9.18,0.94,9.18,0.94,none,none,none, phonographic,phonographic,0.02,Adjective,12,10,4,phonographic,11.58,1.00,11.58,1.00,none,none,none, phony,phony,8.25,Adjective,5,4,2,phony,7.58,1.00,7.58,1.00,none,none,none,10.32 phooey,phooey,1.16,Noun,6,3,2,phooey,7.78,0.86,7.78,0.86,none,none,none, phosgene,phosgene,0.02,Noun,8,6,2,phosgene,18.17,0.33,18.17,0.33,none,none,none, phosphate,phosphate,0.43,Noun,9,6,2,phosphate,13.40,1.00,13.40,1.00,none,none,none, phosphates,phosphates,0.08,Noun,10,7,2,phosphate,none,none,13.40,1.00,none,none,none, phosphatic,phosphatic,Err:512,Err:512,10,8,3,phosphatic,14.80,0.53,14.80,0.53,none,none,none, phosphor,phosphor,0.02,Noun,8,6,2,phosphor,14.67,0.79,14.67,0.79,none,none,none, phosphorescence,phosphorescence,0.12,Noun,15,10,4,phosphorescence,14.11,0.95,14.11,0.95,none,none,none, phosphorescent,phosphorescent,0.12,Adjective,14,11,4,phosphorescent,12.06,0.95,12.06,0.95,none,none,none, phosphoric,phosphoric,0.02,Adjective,10,7,3,phosphoric,14.93,0.83,14.93,0.83,none,none,none, phosphorous,phosphorous,0.24,Adjective,11,7,3,phosphorous,11.15,0.91,11.15,0.91,none,none,none, phosphorus,phosphorus,0.67,Noun,10,7,3,phosphorus,13.74,0.95,13.74,0.95,none,none,none, photo,photo,22.84,Noun,5,4,2,photo,5.16,1.00,5.16,1.00,none,5.48,none, photochemical,photochemical,0.02,Adjective,13,11,5,photochemical,14.00,0.82,14.00,0.82,none,none,none, photocopied,photocopied,0.14,Verb,11,9,4,photocopy,none,none,11.00,1.00,none,none,none, photocopier,photocopier,0.04,Noun,11,9,5,photocopier,10.22,1.00,10.22,1.00,none,none,none, photocopiers,photocopiers,0.06,Noun,12,10,5,photocopier,none,none,10.22,1.00,none,none,none, photocopies,photocopies,0.18,Noun,11,9,4,photocopy,none,none,11.00,1.00,none,none,none, photocopy,photocopy,0.29,Noun,9,8,4,photocopy,11.00,1.00,11.00,1.00,none,none,none, photodynamic,photodynamic,0.02,Adjective,12,11,5,photodynamic,14.85,0.68,14.85,0.68,none,none,none, photoelectric,photoelectric,0.12,Adjective,13,12,5,photoelectric,12.87,0.79,12.87,0.79,none,none,none, photoelectron,photoelectron,0.02,Noun,13,13,5,photoelectron,14.69,0.84,14.69,0.84,none,none,none, photogenic,photogenic,0.59,Adjective,10,9,4,photogenic,11.61,1.00,11.61,1.00,none,none,none, photograph,photograph,11.35,Noun,10,8,3,photograph,6.68,1.00,6.68,1.00,6.11,6.41,none, photographed,photographed,2.75,Verb,12,9,3,photograph,none,none,6.68,1.00,6.11,6.41,none, photographer,photographer,9.12,Noun,12,9,4,photographer,7.74,1.00,7.74,1.00,none,none,none, photographers,photographers,2.35,Noun,13,10,4,photographer,none,none,7.74,1.00,none,none,none, photographic,photographic,1.90,Adjective,12,10,4,photographic,8.50,1.00,8.50,1.00,none,none,none, photographing,photographing,0.59,Verb,13,10,4,photograph,none,none,6.68,1.00,6.11,6.41,none, photographs,photographs,9.78,Noun,11,9,3,photograph,none,none,6.68,1.00,6.11,6.41,none, photography,photography,3.88,Noun,11,9,4,photography,7.84,1.00,7.84,1.00,none,none,none, photojournalism,photojournalism,0.04,Noun,15,13,6,photojournalism,13.56,1.00,13.56,1.00,none,none,none, photojournalist,photojournalist,0.10,Noun,15,12,5,photojournalist,12.63,1.00,12.63,1.00,none,none,none, photomontage,photomontage,0.02,Noun,12,11,5,photomontage,13.35,0.89,13.35,0.89,none,none,none, photomultiplier,photomultiplier,0.02,Adjective,15,13,6,photomultiplier,15.92,0.65,15.92,0.65,none,none,none, photon,photon,0.53,Noun,6,5,2,photon,12.61,0.95,12.61,0.95,none,none,none,12.75 photons,photons,0.29,Noun,7,6,2,photon,none,none,12.61,0.95,none,none,none,12.75 photoperiodic,photoperiodic,0.02,Adjective,13,12,6,photoperiodic,16.00,0.68,16.00,0.68,none,none,none, photophobia,photophobia,0.10,Noun,11,9,5,photophobia,14.77,0.72,14.77,0.72,none,none,none, photoplay,photoplay,0.08,Noun,9,7,3,photoplay,13.58,0.67,13.58,0.67,none,none,none, photos,photos,19.92,Noun,6,5,2,photo,none,none,5.16,1.00,none,5.48,none, photosensitive,photosensitive,0.04,Adjective,14,12,5,photosensitive,12.71,0.94,12.71,0.94,none,none,none, photosynthesis,photosynthesis,0.22,Noun,14,12,5,photosynthesis,10.67,1.00,10.67,1.00,none,none,none, photosynthesize,photosynthesize,0.02,Adjective,15,12,5,photosynthesize,11.44,1.00,11.44,1.00,none,none,none, phototropism,phototropism,0.02,Noun,12,12,5,phototropism,14.62,0.42,14.62,0.42,none,none,none, photovoltaic,photovoltaic,0.02,Adjective,12,11,5,photovoltaic,15.90,0.53,15.90,0.53,none,none,none, phrase,phrase,9.10,Noun,6,4,1,phrase,8.44,1.00,8.44,1.00,8.69,none,8.44, phrasebook,phrasebook,0.04,Noun,10,7,2,phrasebook,11.88,0.89,11.88,0.89,none,none,none, phrased,phrased,0.29,Verb,7,5,1,phrase,none,none,8.44,1.00,8.69,none,8.44, phrasemaker,phrasemaker,0.02,Noun,11,8,3,phrasemaker,12.43,0.74,12.43,0.74,none,none,none, phraseology,phraseology,0.06,Noun,11,10,5,phraseology,16.29,0.67,16.29,0.67,none,none,none, phrases,phrases,2.29,Noun,7,6,2,phrase,none,none,8.44,1.00,8.69,none,8.44, phrasing,phrasing,0.25,Noun,8,6,2,phrasing,11.62,1.00,11.62,1.00,none,none,none, phrenologist,phrenologist,0.12,Noun,12,11,4,phrenologist,16.50,0.44,16.50,0.44,none,none,none, phrenology,phrenology,0.12,Noun,10,9,4,phrenology,16.80,0.50,16.80,0.50,none,none,none, phyla,phyla,0.02,Noun,5,4,2,phylum,none,none,13.23,0.72,none,none,none, phylum,phylum,0.14,Noun,6,5,2,phylum,13.23,0.72,13.23,0.72,none,none,none, physic,physic,0.25,Noun,6,5,2,physic,11.61,0.95,11.61,0.95,none,none,none, physical,physical,27.18,Adjective,8,7,3,physical,8.16,1.00,8.16,1.00,none,none,none, physicality,physicality,0.25,Noun,11,10,5,physicality,13.81,1.00,13.81,1.00,none,none,none, physicals,physicals,0.31,Noun,9,8,3,physical,none,none,8.16,1.00,none,none,none, physician,physician,6.14,Noun,9,7,3,physician,8.68,1.00,8.68,1.00,none,11.02,none, physicians,physicians,1.33,Noun,10,8,3,physician,none,none,8.68,1.00,none,11.02,none, physicist,physicist,1.35,Noun,9,8,3,physicist,12.90,0.91,12.90,0.91,none,none,none, physicists,physicists,0.71,Noun,10,9,3,physicist,none,none,12.90,0.91,none,none,none, physics,physics,9.45,Noun,7,6,2,physics,11.68,1.00,11.68,1.00,10.72,none,none,11.39 physiognomic,physiognomic,0.02,Adjective,12,11,5,physiognomic,16.17,0.32,16.17,0.32,none,none,none, physiologic,physiologic,0.02,Adjective,11,10,5,physiologic,15.19,0.89,15.19,0.89,none,none,none, physiological,physiological,0.63,Adjective,13,12,6,physiological,12.33,1.00,12.33,1.00,none,none,none, physiologist,physiologist,0.10,Noun,12,11,5,physiologist,15.32,1.00,15.32,1.00,none,none,none, physiologists,physiologists,0.04,Noun,13,12,5,physiologist,none,none,15.32,1.00,none,none,none, physiology,physiology,0.96,Noun,10,9,5,physiology,13.44,1.00,13.44,1.00,12.63,none,none, physiotherapy,physiotherapy,0.04,Noun,13,11,6,physiotherapy,17.40,0.68,17.40,0.68,none,none,none, physique,physique,0.65,Noun,8,5,2,physique,11.89,1.00,11.89,1.00,none,none,none,12.43 physiques,physiques,0.02,Noun,9,6,2,physique,none,none,11.89,1.00,none,none,none,12.43 pi,pi,3.67,Noun,2,2,1,pi,11.94,0.89,11.94,0.89,none,none,none, pianissimo,pianissimo,0.08,Noun,10,9,5,pianissimo,10.57,0.74,10.57,0.74,none,none,none, pianist,pianist,1.69,Noun,7,7,3,pianist,7.94,1.00,7.94,1.00,7.22,none,none, pianists,pianists,0.16,Noun,8,8,3,pianist,none,none,7.94,1.00,7.22,none,none, piano,piano,24.86,Noun,5,5,3,piano,5.50,1.00,5.50,1.00,none,5.20,none, pianoforte,pianoforte,0.24,Noun,10,10,5,pianoforte,12.38,0.72,12.38,0.72,none,none,none, pianos,pianos,0.76,Noun,6,6,3,piano,none,none,5.50,1.00,none,5.20,none, piaster,piaster,Err:512,Err:512,7,7,3,piaster,15.00,0.05,15.00,0.05,none,none,none, piazza,piazza,0.49,Noun,6,5,3,piazza,13.06,0.80,13.06,0.80,none,none,none, pica,pica,0.08,Noun,4,4,2,pica,16.18,0.55,16.18,0.55,none,none,none, picador,picador,0.02,Noun,7,7,3,picador,17.11,0.47,17.11,0.47,none,none,none, picadors,picadors,0.04,Noun,8,8,3,picador,none,none,17.11,0.47,none,none,none, picaroon,picaroon,0.06,Noun,8,7,3,picaroon,15.57,0.39,15.57,0.39,none,none,none, picaroons,picaroons,0.02,Noun,9,8,3,picaroon,none,none,15.57,0.39,none,none,none, picayune,picayune,0.06,Noun,8,7,3,picayune,15.75,0.22,15.75,0.22,none,none,none, piccalilli,piccalilli,0.04,Noun,10,8,4,piccalilli,16.10,0.56,16.10,0.56,none,none,none, pice,pice,0.02,Noun,4,3,1,pice,14.00,0.05,14.00,0.05,none,none,none, pick,pick,198.39,Verb,4,3,1,pick,5.26,1.00,5.26,1.00,5.13,5.26,5.13, pickaninny,pickaninny,0.14,Noun,10,8,4,pickaninny,10.80,0.56,10.80,0.56,none,none,none, pickax,pickaxe,0.22,Noun,6,6,2,pickax,9.79,0.78,9.79,0.78,none,none,none, pickaxe,pickaxe,0.16,Noun,7,6,2,pickax,none,none,9.79,0.78,none,none,none, pickaxes,pickaxes,0.04,Noun,8,8,3,pickax,none,none,9.79,0.78,none,none,none, picked,picked,69.29,Verb,6,4,1,pick,none,none,5.26,1.00,5.13,5.26,5.13, picker,picker,0.61,Noun,6,4,2,picker,8.05,1.00,8.05,1.00,none,none,none, pickers,pickers,0.31,Noun,7,5,2,picker,none,none,8.05,1.00,none,none,none, picket,picket,2.22,Noun,6,5,2,picket,10.79,1.00,10.79,1.00,none,11.07,none,10.51 picketed,picketed,0.06,Verb,8,7,3,picket,none,none,10.79,1.00,none,11.07,none,10.51 picketing,picketing,0.24,Verb,9,7,3,picket,none,none,10.79,1.00,none,11.07,none,10.51 pickets,pickets,0.20,Noun,7,6,2,picket,none,none,10.79,1.00,none,11.07,none,10.51 pickier,pickier,0.02,Adjective,7,5,3,picky,none,none,5.74,1.00,none,none,none, pickiest,pickiest,0.02,Adjective,8,7,3,picky,none,none,5.74,1.00,none,none,none, picking,picking,32.51,Verb,7,5,2,pick,none,none,5.26,1.00,5.13,5.26,5.13, pickle,pickle,4.61,Noun,6,5,2,pickle,6.05,1.00,6.05,1.00,none,none,none,5.02 pickled,pickled,1.49,Adjective,7,6,2,pickled,9.30,1.00,9.30,1.00,none,none,none, pickles,pickles,3.69,Noun,7,6,2,pickle,none,none,6.05,1.00,none,none,none,5.02 pickling,pickling,0.08,Verb,8,6,2,pickle,none,none,6.05,1.00,none,none,none,5.02 picklock,picklock,0.02,Noun,8,6,2,picklock,11.69,0.89,11.69,0.89,none,none,none, picklocks,picklocks,0.08,Noun,9,7,2,picklock,none,none,11.69,0.89,none,none,none, pickoff,pickoff,0.02,Noun,7,5,2,pickoff,9.64,0.78,9.64,0.78,none,none,none, pickpocket,pickpocket,0.75,Noun,10,8,3,pickpocket,9.37,1.00,9.37,1.00,8.92,none,none, pickpockets,pickpockets,0.20,Noun,11,9,3,pickpocket,none,none,9.37,1.00,8.92,none,none, picks,picks,9.18,Verb,5,4,1,pick,none,none,5.26,1.00,5.13,5.26,5.13, pickup,pickup,7.63,Noun,6,5,2,pickup,7.05,1.00,7.05,1.00,none,none,none,5.62 pickups,pickups,0.84,Noun,7,6,2,pickup,none,none,7.05,1.00,none,none,none,5.62 picky,picky,2.18,Adjective,5,4,2,picky,5.74,1.00,5.74,1.00,none,none,none, picnic,picnic,11.69,Noun,6,6,2,picnic,5.53,1.00,5.53,1.00,none,none,none,5.37 picnicker,picnicker,0.02,Noun,9,7,3,picnicker,8.42,1.00,8.42,1.00,none,none,none, picnics,picnics,0.75,Noun,7,7,2,picnic,none,none,5.53,1.00,none,none,none,5.37 picot,picot,Err:512,Err:512,5,5,2,picot,15.33,0.33,15.33,0.33,none,none,none, pictogram,pictogram,0.02,Noun,9,9,3,pictogram,11.75,0.89,11.75,0.89,none,none,none, pictograph,pictograph,0.02,Noun,10,9,3,pictograph,12.88,0.85,12.88,0.85,none,none,none, pictographic,pictographic,0.06,Adjective,12,11,4,pictographic,12.71,0.85,12.71,0.85,none,none,none, pictographs,pictographs,0.04,Noun,11,10,3,pictograph,none,none,12.88,0.85,none,none,none, pictorial,pictorial,0.20,Noun,9,9,4,pictorial,12.89,1.00,12.89,1.00,none,none,none, pictorials,pictorials,0.04,Noun,10,10,4,pictorial,none,none,12.89,1.00,none,none,none, picture,picture,138.45,Noun,7,5,2,picture,4.05,1.00,4.05,1.00,4.52,4.56,none,4.75 pictured,pictured,2.63,Verb,8,6,2,picture,none,none,4.05,1.00,4.52,4.56,none,4.75 pictures,pictures,68.18,Noun,8,6,2,pictures,5.11,1.00,5.11,1.00,none,none,none, picturesque,picturesque,0.49,Adjective,11,8,3,picturesque,13.06,0.90,13.06,0.90,none,none,none, picturing,picturing,1.12,Verb,9,7,3,picture,none,none,4.05,1.00,4.52,4.56,none,4.75 piddle,piddle,0.10,Verb,6,5,2,piddle,8.33,0.95,8.33,0.95,none,none,none, piddling,piddling,0.12,Adjective,8,7,3,piddling,11.20,0.83,11.20,0.83,none,none,none, pidgin,pidgin,0.06,Noun,6,5,2,pidgin,9.57,0.37,9.57,0.37,none,none,none, pie,pie,28.75,Noun,3,2,1,pie,3.67,1.00,3.67,1.00,none,none,4.65, piece,piece,124.49,Noun,5,3,1,piece,4.89,1.00,4.89,1.00,4.99,none,4.93, pieced,pieced,0.43,Verb,6,4,1,piece,none,none,4.89,1.00,4.99,none,4.93, pieces,pieces,34.96,Noun,6,5,2,piece,none,none,4.89,1.00,4.99,none,4.93, piecework,piecework,0.10,Noun,9,6,2,piecework,12.30,0.95,12.30,0.95,none,none,none, piecing,piecing,0.27,Verb,7,5,2,piece,none,none,4.89,1.00,4.99,none,4.93, pied,pied,0.37,Adjective,4,3,1,pied,11.86,0.70,11.86,0.70,none,none,none, pier,pier,6.55,Noun,4,3,1,pier,9.56,1.00,9.56,1.00,none,8.35,8.26, pierce,pierce,25.75,Name,6,4,1,pierce,8.08,1.00,8.08,1.00,none,none,8.36, pierced,pierced,2.94,Verb,7,5,1,pierce,none,none,8.08,1.00,none,none,8.36, piercer,piercer,0.06,Noun,7,5,3,piercer,11.88,0.89,11.88,0.89,none,none,none, pierces,pierces,0.20,Verb,7,6,3,pierce,none,none,8.08,1.00,none,none,8.36, piers,piers,0.33,Noun,5,4,1,pier,none,none,9.56,1.00,none,8.35,8.26, pies,pies,3.45,Noun,4,3,1,pie,none,none,3.67,1.00,none,none,4.65, pieties,pieties,0.02,Noun,7,6,3,piety,none,none,12.60,0.83,none,none,none, piety,piety,0.57,Noun,5,5,3,piety,12.60,0.83,12.60,0.83,none,none,none, piffle,piffle,0.27,Verb,6,5,2,piffle,13.38,0.42,13.38,0.42,none,none,none, pig,pig,39.14,Noun,3,3,1,pig,3.84,1.00,3.84,1.00,none,4.82,3.82, pigboat,pigboat,0.08,Noun,7,6,2,pigboat,9.50,0.21,9.50,0.21,none,none,none, pigeon,pigeon,5.90,Noun,6,5,2,pigeon,6.21,1.00,6.21,1.00,none,6.56,none,6.68 pigeonhole,pigeonhole,0.08,Noun,10,8,3,pigeonhole,11.22,0.90,11.22,0.90,none,none,none, pigeonholes,pigeonholes,0.02,Noun,11,9,3,pigeonhole,none,none,11.22,0.90,none,none,none, pigeons,pigeons,3.51,Noun,7,6,2,pigeon,none,none,6.21,1.00,none,6.56,none,6.68 pigged,pigged,0.10,Verb,6,4,1,pig,none,none,3.84,1.00,none,4.82,3.82, piggery,piggery,0.02,Noun,7,6,3,piggery,11.27,0.61,11.27,0.61,none,none,none, pigging,pigging,0.10,Verb,7,5,2,pig,none,none,3.84,1.00,none,4.82,3.82, piggy,piggy,4.41,Noun,5,4,2,piggy,4.67,1.00,4.67,1.00,none,none,none, piggyback,piggyback,1.08,Noun,9,7,3,piggyback,5.00,1.00,5.00,1.00,none,none,none, piggybacked,piggybacked,0.10,Verb,11,8,3,piggyback,none,none,5.00,1.00,none,none,none, piggybacking,piggybacking,0.10,Verb,12,9,4,piggyback,none,none,5.00,1.00,none,none,none, piggybacks,piggybacks,0.04,Noun,10,8,3,piggyback,none,none,5.00,1.00,none,none,none, piggybank,piggybank,Err:512,Err:512,9,8,3,piggybank,5.51,1.00,5.51,1.00,none,none,none, pigheaded,pigheaded,0.67,Verb,9,8,3,pigheaded,8.95,1.00,8.95,1.00,none,none,none, piglet,piglet,2.12,Noun,6,6,2,piglet,5.68,1.00,5.68,1.00,5.72,none,none, piglets,piglets,0.16,Noun,7,7,2,piglet,none,none,5.68,1.00,5.72,none,none, pigment,pigment,0.29,Noun,7,7,2,pigment,11.06,1.00,11.06,1.00,none,none,none, pigmentation,pigmentation,0.31,Noun,12,11,4,pigmentation,12.39,1.00,12.39,1.00,none,none,none, pigments,pigments,0.02,Noun,8,8,2,pigment,none,none,11.06,1.00,none,none,none, pigmies,pigmies,0.04,Noun,7,6,2,pigmy,none,none,14.53,0.79,none,none,none, pigmy,pigmy,0.08,Noun,5,5,2,pigmy,14.53,0.79,14.53,0.79,none,none,none, pigpen,pigpen,0.31,Noun,6,6,2,pigpen,5.95,0.95,5.95,0.95,none,none,none, pigpens,pigpens,0.02,Noun,7,7,2,pigpen,none,none,5.95,0.95,none,none,none, pigs,pigs,13.29,Noun,4,4,1,pig,none,none,3.84,1.00,none,4.82,3.82, pigskin,pigskin,0.39,Noun,7,7,2,pigskin,8.39,0.95,8.39,0.95,none,none,none, pigskins,pigskins,0.04,Noun,8,8,2,pigskin,none,none,8.39,0.95,none,none,none, pigsty,pigsty,0.84,Noun,6,6,2,pigsty,8.16,1.00,8.16,1.00,none,none,none,10.60 pigswill,pigswill,0.02,Noun,8,7,2,pigswill,12.50,0.53,12.50,0.53,none,none,none, pigtail,pigtail,0.16,Noun,7,6,2,pigtail,5.89,1.00,5.89,1.00,none,none,none, pigtailed,pigtailed,0.04,Adjective,9,7,2,pigtailed,6.29,0.89,6.29,0.89,none,none,none, pigtails,pigtails,0.92,Noun,8,7,2,pigtail,none,none,5.89,1.00,none,none,none, pike,pike,4.59,Noun,4,3,1,pike,12.06,0.90,12.06,0.90,none,9.71,10.23, piker,piker,0.20,Noun,5,4,2,piker,12.33,0.63,12.33,0.63,none,none,none, pikes,pikes,0.24,Noun,5,4,1,pike,none,none,12.06,0.90,none,9.71,10.23, pikestaff,pikestaff,0.04,Verb,9,7,2,pikestaff,13.90,0.53,13.90,0.53,none,none,none, pilaf,pilaf,0.20,Noun,5,5,2,pilaf,12.25,0.89,12.25,0.89,none,none,none, pilchard,pilchard,Err:512,Err:512,8,7,2,pilchard,15.00,0.10,15.00,0.10,none,none,none, pilchards,pilchards,0.06,Noun,9,8,2,pilchard,none,none,15.00,0.10,none,none,none, pile,pile,13.18,Noun,4,3,1,pile,5.79,1.00,5.79,1.00,none,6.05,6.81, piled,piled,1.49,Verb,5,4,1,pile,none,none,5.79,1.00,none,6.05,6.81, piles,piles,1.78,Noun,5,4,1,pile,none,none,5.79,1.00,none,6.05,6.81, pileup,pileup,0.78,Noun,6,5,2,pileup,8.84,1.00,8.84,1.00,none,none,none, pilfer,pilfer,0.02,Verb,6,5,2,pilfer,11.18,0.94,11.18,0.94,none,none,none, pilferage,pilferage,0.12,Noun,9,7,3,pilferage,14.76,0.85,14.76,0.85,none,none,none, pilferer,pilferer,0.02,Noun,8,6,3,pilferer,15.00,0.74,15.00,0.74,none,none,none, pilfering,pilfering,0.35,Verb,9,7,3,pilfer,none,none,11.18,0.94,none,none,none, pilgrim,pilgrim,3.69,Noun,7,7,2,pilgrim,6.26,1.00,6.26,1.00,none,none,none,7.19 pilgrimage,pilgrimage,1.14,Noun,10,9,3,pilgrimage,10.50,0.90,10.50,0.90,none,none,none, pilgrimages,pilgrimages,0.08,Noun,11,11,4,pilgrimage,none,none,10.50,0.90,none,none,none, pilgrims,pilgrims,1.86,Noun,8,8,2,pilgrim,none,none,6.26,1.00,none,none,none,7.19 piling,piling,1.41,Verb,6,5,2,pile,none,none,5.79,1.00,none,6.05,6.81, pill,pill,11.82,Noun,4,3,1,pill,6.06,1.00,6.06,1.00,none,6.86,6.06, pillage,pillage,0.61,Verb,7,5,2,pillage,11.41,0.89,11.41,0.89,10.80,none,none,11.80 pillaged,pillaged,0.20,Verb,8,6,2,pillage,none,none,11.41,0.89,10.80,none,none,11.80 pillages,pillages,0.02,Verb,8,7,3,pillage,none,none,11.41,0.89,10.80,none,none,11.80 pillaging,pillaging,0.16,Verb,9,7,3,pillage,none,none,11.41,0.89,10.80,none,none,11.80 pillar,pillar,1.59,Noun,6,4,2,pillar,8.26,1.00,8.26,1.00,none,none,none,9.58 pillars,pillars,0.94,Noun,7,5,2,pillar,none,none,8.26,1.00,none,none,none,9.58 pillbox,pillbox,0.49,Noun,7,7,2,pillbox,9.30,1.00,9.30,1.00,none,none,none, pillboxes,pillboxes,0.10,Noun,9,9,3,pillbox,none,none,9.30,1.00,none,none,none, pillion,pillion,0.02,Noun,7,6,2,pillion,15.00,0.37,15.00,0.37,none,none,none, pillories,pillories,0.02,Noun,9,7,3,pillory,none,none,15.78,0.47,none,none,none, pillory,pillory,0.10,Noun,7,5,3,pillory,15.78,0.47,15.78,0.47,none,none,none, pillow,pillow,11.39,Noun,6,4,2,pillow,3.47,1.00,3.47,1.00,none,4.52,none,4.48 pillowcase,pillowcase,0.65,Noun,10,7,3,pillowcase,5.15,1.00,5.15,1.00,none,none,none, pillowcases,pillowcases,0.27,Noun,11,9,4,pillowcase,none,none,5.15,1.00,none,none,none, pillows,pillows,3.16,Noun,7,5,2,pillow,none,none,3.47,1.00,none,4.52,none,4.48 pills,pills,24.82,Noun,5,4,1,pill,none,none,6.06,1.00,none,6.86,6.06, pilot,pilot,26.67,Noun,5,5,2,pilot,6.32,1.00,6.32,1.00,7.66,none,none,6.20 piloted,piloted,0.22,Verb,7,7,3,pilot,none,none,6.32,1.00,7.66,none,none,6.20 pilothouse,pilothouse,0.08,Noun,10,8,3,pilothouse,11.33,0.60,11.33,0.60,none,none,none, piloting,piloting,0.49,Verb,8,7,3,pilot,none,none,6.32,1.00,7.66,none,none,6.20 pilotless,pilotless,0.02,Adjective,9,8,3,pilotless,11.13,0.83,11.13,0.83,none,none,none, pilots,pilots,7.63,Noun,6,6,2,pilot,none,none,6.32,1.00,7.66,none,none,6.20 pimento,pimento,0.08,Noun,7,7,3,pimiento,none,none,10.93,0.78,none,none,none, pimentos,pimentos,0.02,Noun,8,8,3,pimiento,none,none,10.93,0.78,none,none,none, pimiento,pimiento,0.02,Noun,8,7,3,pimiento,10.93,0.78,10.93,0.78,none,none,none, pimientos,pimientos,0.12,Noun,9,8,3,pimiento,none,none,10.93,0.78,none,none,none, pimp,pimp,8.63,Noun,4,4,1,pimp,12.78,1.00,12.78,1.00,none,none,12.26, pimped,pimped,0.25,Verb,6,5,1,pimp,none,none,12.78,1.00,none,none,12.26, pimping,pimping,1.08,Verb,7,6,2,pimp,none,none,12.78,1.00,none,none,12.26, pimple,pimple,1.67,Noun,6,6,2,pimple,9.57,1.00,9.57,1.00,none,none,none,9.58 pimpled,pimpled,0.04,Adjective,7,7,2,pimpled,9.65,0.95,9.65,0.95,none,none,none, pimples,pimples,1.22,Noun,7,7,2,pimple,none,none,9.57,1.00,none,none,none,9.58 pimply,pimply,0.24,Adjective,6,6,2,pimply,11.36,0.78,11.36,0.78,none,none,none, pimps,pimps,1.20,Noun,5,5,1,pimp,none,none,12.78,1.00,none,none,12.26, pin,pin,16.37,Noun,3,3,1,pin,4.53,1.00,4.53,1.00,none,5.35,5.68, pinafore,pinafore,0.08,Noun,8,7,3,pinafore,13.86,0.70,13.86,0.70,none,none,none, pinafores,pinafores,0.04,Noun,9,8,3,pinafore,none,none,13.86,0.70,none,none,none, pinball,pinball,1.53,Noun,7,6,2,pinball,6.95,1.00,6.95,1.00,none,none,none, pincer,pincer,0.25,Noun,6,6,2,pincer,10.85,0.72,10.85,0.72,none,none,none, pincers,pincers,0.12,Noun,7,6,2,pincer,none,none,10.85,0.72,none,none,none, pinch,pinch,6.12,Noun,5,4,1,pinch,5.50,1.00,5.50,1.00,5.37,none,5.59, pinched,pinched,2.71,Verb,7,5,1,pinch,none,none,5.50,1.00,5.37,none,5.59, pinches,pinches,0.33,Verb,7,6,2,pinch,none,none,5.50,1.00,5.37,none,5.59, pinching,pinching,1.12,Verb,8,6,2,pinch,none,none,5.50,1.00,5.37,none,5.59, pinchpenny,pinchpenny,0.02,Noun,10,8,3,pinchpenny,11.40,0.83,11.40,0.83,none,none,none, pincushion,pincushion,0.18,Noun,10,8,3,pincushion,8.56,1.00,8.56,1.00,none,none,none, pincushions,pincushions,0.04,Noun,11,9,3,pincushion,none,none,8.56,1.00,none,none,none, pine,pine,6.20,Noun,4,3,1,pine,5.53,1.00,5.53,1.00,none,7.86,6.87, pineal,pineal,0.35,Adjective,6,6,3,pineal,15.89,0.47,15.89,0.47,none,none,none, pineapple,pineapple,2.55,Noun,9,7,3,pineapple,6.25,1.00,6.25,1.00,none,none,none, pineapples,pineapples,0.45,Noun,10,8,3,pineapple,none,none,6.25,1.00,none,none,none, pinecone,pinecone,0.25,Noun,8,6,2,pinecone,4.61,1.00,4.61,1.00,none,none,none, pinecones,pinecones,0.06,Noun,9,7,2,pinecone,none,none,4.61,1.00,none,none,none, pined,pined,0.10,Verb,5,4,1,pine,none,none,5.53,1.00,none,7.86,6.87, pines,pines,1.20,Noun,5,4,1,pine,none,none,5.53,1.00,none,7.86,6.87, piney,piny,0.16,Noun,5,4,2,piney,11.73,0.58,11.73,0.58,none,none,none, pinfeather,pinfeather,Err:512,Err:512,10,7,3,pinfeather,12.00,0.50,12.00,0.50,none,none,none, pinfeathers,pinfeathers,0.04,Verb,11,8,3,pinfeather,none,none,12.00,0.50,none,none,none, ping,ping,3.29,Noun,4,3,1,ping,8.76,0.94,8.76,0.94,none,none,9.16, pinged,pinged,0.08,Verb,6,4,1,ping,none,none,8.76,0.94,none,none,9.16, pinging,pinging,0.20,Verb,7,5,2,ping,none,none,8.76,0.94,none,none,9.16, pings,pings,0.24,Noun,5,4,1,ping,none,none,8.76,0.94,none,none,9.16, pinhead,pinhead,0.84,Noun,7,6,2,pinhead,10.37,0.95,10.37,0.95,none,none,none, pinheaded,pinheaded,0.02,Adjective,9,8,3,pinheaded,10.68,1.00,10.68,1.00,none,none,none, pinheads,pinheads,0.18,Noun,8,7,2,pinhead,none,none,10.37,0.95,none,none,none, pinhole,pinhole,0.24,Noun,7,6,2,pinhole,8.71,0.89,8.71,0.89,none,none,none, pinholes,pinholes,0.10,Noun,8,7,2,pinhole,none,none,8.71,0.89,none,none,none, pining,pining,0.86,Verb,6,5,2,pine,none,none,5.53,1.00,none,7.86,6.87, pinion,pinion,0.16,Noun,6,6,2,pinion,14.67,0.50,14.67,0.50,none,none,none, pink,pink,28.47,Adjective,4,4,1,pink,3.80,1.00,3.80,1.00,5.19,none,3.75, pinked,pinked,0.04,Verb,6,5,1,pink,none,none,3.80,1.00,5.19,none,3.75, pinker,pinker,0.04,Adjective,6,5,2,pink,none,none,3.80,1.00,5.19,none,3.75, pinkest,pinkest,0.02,Adjective,7,7,2,pink,none,none,3.80,1.00,5.19,none,3.75, pinkeye,pinkeye,0.04,Verb,7,5,2,pinkeye,8.71,1.00,8.71,1.00,none,none,none, pinkie,pinkie,1.67,Noun,6,5,2,pinkie,3.21,1.00,3.21,1.00,none,none,none, pinkies,pinkies,0.25,Noun,7,6,2,pinkie,none,none,3.21,1.00,none,none,none, pinking,pinking,0.20,Verb,7,6,2,pink,none,none,3.80,1.00,5.19,none,3.75, pinkish,pinkish,0.08,Adjective,7,6,2,pinkish,8.12,0.94,8.12,0.94,none,none,none, pinks,pinks,0.27,Noun,5,5,1,pink,none,none,3.80,1.00,5.19,none,3.75, pinnacle,pinnacle,0.43,Noun,8,7,3,pinnacle,12.67,0.95,12.67,0.95,none,none,none, pinnacles,pinnacles,0.04,Noun,9,8,3,pinnacle,none,none,12.67,0.95,none,none,none, pinnate,pinnate,Err:512,Err:512,7,5,2,pinnate,16.33,0.14,16.33,0.14,none,none,none, pinned,pinned,4.53,Verb,6,4,1,pin,none,none,4.53,1.00,none,5.35,5.68, pinning,pinning,0.84,Verb,7,5,2,pin,none,none,4.53,1.00,none,5.35,5.68, pinochle,pinochle,0.53,Noun,8,7,3,pinochle,12.46,0.68,12.46,0.68,none,none,none, pinot,pinot,0.63,Noun,5,5,2,pinot,15.62,0.72,15.62,0.72,none,none,none, pinpoint,pinpoint,1.80,Verb,8,7,2,pinpoint,9.68,1.00,9.68,1.00,none,none,none, pinpointed,pinpointed,0.41,Verb,10,9,3,pinpoint,none,none,9.68,1.00,none,none,none, pinpointing,pinpointing,0.08,Verb,11,9,3,pinpoint,none,none,9.68,1.00,none,none,none, pinpoints,pinpoints,0.16,Verb,9,8,2,pinpoint,none,none,9.68,1.00,none,none,none, pinprick,pinprick,0.16,Noun,8,7,2,pinprick,8.89,0.95,8.89,0.95,none,none,none, pinpricks,pinpricks,0.06,Noun,9,8,2,pinprick,none,none,8.89,0.95,none,none,none, pins,pins,4.49,Noun,4,4,1,pin,none,none,4.53,1.00,none,5.35,5.68, pinscher,pinscher,0.02,Noun,8,6,2,pinscher,11.80,0.53,11.80,0.53,none,none,none, pinschers,pinschers,0.02,Noun,9,7,2,pinscher,none,none,11.80,0.53,none,none,none, pinstripe,pinstripe,0.20,Noun,9,8,2,pinstripe,9.89,1.00,9.89,1.00,none,none,none, pinstripes,pinstripes,0.12,Noun,10,9,2,pinstripe,none,none,9.89,1.00,none,none,none, pint,pint,3.27,Noun,4,4,1,pint,8.37,1.00,8.37,1.00,6.01,8.60,8.40, pinto,pinto,0.84,Noun,5,5,2,pinto,9.00,0.95,9.00,0.95,none,none,none,11.29 pintos,pintos,0.04,Name,6,6,2,pinto,none,none,9.00,0.95,none,none,none,11.29 pints,pints,1.25,Noun,5,5,1,pint,none,none,8.37,1.00,6.01,8.60,8.40, pintsize,pintsize,0.02,Verb,8,7,2,pintsize,7.61,0.95,7.61,0.95,none,none,none, pinup,pinup,0.55,Noun,5,5,2,pinup,10.94,0.95,10.94,0.95,none,none,none, pinups,pinups,0.08,Verb,6,6,2,pinup,none,none,10.94,0.95,none,none,none, pinwheel,pinwheel,0.14,Noun,8,6,2,pinwheel,7.63,1.00,7.63,1.00,none,none,none, pinwheels,pinwheels,0.10,Noun,9,7,2,pinwheel,none,none,7.63,1.00,none,none,none, pioneer,pioneer,2.08,Noun,7,6,3,pioneer,7.56,1.00,7.56,1.00,none,9.81,none, pioneered,pioneered,0.22,Verb,9,7,3,pioneer,none,none,7.56,1.00,none,9.81,none, pioneers,pioneers,1.16,Noun,8,7,3,pioneer,none,none,7.56,1.00,none,9.81,none, pious,pious,0.94,Adjective,5,4,2,pious,12.81,0.84,12.81,0.84,none,none,none,11.90 pip,pip,2.57,Name,3,3,1,pip,10.69,0.75,10.69,0.75,none,none,11.08, pipe,pipe,19.39,Noun,4,3,1,pipe,8.17,1.00,8.17,1.00,none,6.50,6.81, piped,piped,0.25,Verb,5,4,1,pipe,none,none,8.17,1.00,none,6.50,6.81, pipeline,pipeline,2.24,Noun,8,6,2,pipeline,10.06,0.95,10.06,0.95,none,none,none, pipelines,pipelines,0.25,Noun,9,7,2,pipeline,none,none,10.06,0.95,none,none,none, piper,piper,30.47,Name,5,4,2,piper,7.91,0.86,7.91,0.86,7.47,none,none, pipers,pipers,0.08,Noun,6,5,2,piper,none,none,7.91,0.86,7.47,none,none, pipes,pipes,7.41,Noun,5,4,1,pipe,none,none,8.17,1.00,none,6.50,6.81, pipette,pipette,0.02,Noun,7,5,2,pipette,13.72,0.90,13.72,0.90,none,none,none, piping,piping,0.71,Noun,6,5,2,piping,9.95,0.95,9.95,0.95,none,8.66,none, pipkin,pipkin,0.10,Name,6,6,2,pipkin,16.60,0.24,16.60,0.24,none,none,none, pips,pips,1.10,Noun,4,4,1,pip,none,none,10.69,0.75,none,none,11.08, pipsqueak,pipsqueak,0.43,Noun,9,8,2,pipsqueak,6.88,0.94,6.88,0.94,none,none,none, pipsqueaks,pipsqueaks,0.04,Noun,10,9,2,pipsqueak,none,none,6.88,0.94,none,none,none, piquancy,piquancy,0.04,Noun,8,7,3,piquancy,13.17,0.33,13.17,0.33,none,none,none, piquant,piquant,0.20,Adjective,7,6,2,piquant,15.00,0.61,15.00,0.61,none,none,none, pique,pique,0.25,Noun,5,3,1,pique,12.59,0.94,12.59,0.94,none,none,none, piqued,piqued,0.24,Verb,6,4,1,pique,none,none,12.59,0.94,none,none,none, piques,piques,0.04,Verb,6,4,1,pique,none,none,12.59,0.94,none,none,none, piquet,piquet,0.16,Noun,6,5,2,piquet,16.60,0.50,16.60,0.50,none,none,none, piracy,piracy,0.80,Noun,6,6,3,piracy,10.63,1.00,10.63,1.00,none,none,none, piranha,piranha,1.18,Noun,7,7,3,piranha,8.74,1.00,8.74,1.00,none,none,none, piranhas,piranhas,0.49,Noun,8,8,3,piranha,none,none,8.74,1.00,none,none,none, pirate,pirate,7.35,Noun,6,5,2,pirate,6.50,1.00,6.50,1.00,none,none,none,5.20 pirates,pirates,6.71,Noun,7,6,2,pirate,none,none,6.50,1.00,none,none,none,5.20 piratical,piratical,0.04,Adjective,9,9,4,piratical,12.27,0.58,12.27,0.58,none,none,none, pirating,pirating,0.35,Verb,8,7,3,pirate,none,none,6.50,1.00,none,none,none,5.20 pirouette,pirouette,0.29,Noun,9,5,3,pirouette,10.85,0.62,10.85,0.62,none,none,none, pirouettes,pirouettes,0.14,Noun,10,7,3,pirouette,none,none,10.85,0.62,none,none,none, piscatorial,piscatorial,0.06,Adjective,11,10,5,piscatorial,15.25,0.21,15.25,0.21,none,none,none, piscine,piscine,0.04,Verb,7,5,2,piscine,17.20,0.28,17.20,0.28,none,none,none, pismire,pismire,0.02,Noun,7,6,2,pismire,16.43,0.39,16.43,0.39,none,none,none, piss,piss,23.59,Verb,4,3,1,piss,7.56,1.00,7.56,1.00,none,none,none, pisser,pisser,0.57,Noun,6,4,2,pisser,11.80,0.95,11.80,0.95,none,none,none, pissers,pissers,0.04,Noun,7,5,2,pisser,none,none,11.80,0.95,none,none,none, pisses,pisses,2.65,Verb,6,5,2,piss,none,none,7.56,1.00,none,none,none, pissing,pissing,4.98,Verb,7,5,2,piss,none,none,7.56,1.00,none,none,none, pistachio,pistachio,1.51,Noun,9,8,4,pistachio,8.74,1.00,8.74,1.00,none,none,none, pistachios,pistachios,0.29,Noun,10,9,4,pistachio,none,none,8.74,1.00,none,none,none, pistil,pistil,0.10,Noun,6,6,2,pistil,10.31,0.62,10.31,0.62,none,none,none, pistillate,pistillate,Err:512,Err:512,10,8,3,pistillate,14.33,0.33,14.33,0.33,none,none,none, pistils,pistils,0.02,Noun,7,7,2,pistil,none,none,10.31,0.62,none,none,none, pistol,pistol,10.06,Noun,6,6,2,pistol,7.28,1.00,7.28,1.00,none,7.49,none,9.05 pistols,pistols,1.88,Noun,7,7,2,pistol,none,none,7.28,1.00,none,7.49,none,9.05 piston,piston,1.18,Noun,6,6,2,piston,10.37,1.00,10.37,1.00,none,none,none,12.53 pistons,pistons,0.92,Noun,7,7,2,piston,none,none,10.37,1.00,none,none,none,12.53 pit,pit,13.22,Noun,3,3,1,pit,6.14,1.00,6.14,1.00,none,6.35,6.20, pita,pita,1.12,Noun,4,4,2,pita,12.00,0.95,12.00,0.95,none,none,none, pitas,pitas,0.02,Noun,5,5,2,pita,none,none,12.00,0.95,none,none,none, pitch,pitch,15.53,Noun,5,3,1,pitch,6.42,1.00,6.42,1.00,none,8.22,6.65, pitchblende,pitchblende,0.12,Noun,11,8,2,pitchblende,16.67,0.17,16.67,0.17,none,none,none, pitched,pitched,2.04,Verb,7,4,1,pitch,none,none,6.42,1.00,none,8.22,6.65, pitcher,pitcher,3.24,Noun,7,4,2,pitcher,6.42,1.00,6.42,1.00,none,none,none, pitchers,pitchers,0.59,Noun,8,5,2,pitcher,none,none,6.42,1.00,none,none,none, pitches,pitches,1.10,Noun,7,5,2,pitch,none,none,6.42,1.00,none,8.22,6.65, pitchfork,pitchfork,0.69,Noun,9,7,2,pitchfork,6.89,1.00,6.89,1.00,none,none,none, pitchforks,pitchforks,0.27,Noun,10,8,2,pitchfork,none,none,6.89,1.00,none,none,none, pitching,pitching,3.76,Verb,8,5,2,pitch,none,none,6.42,1.00,none,8.22,6.65, pitchman,pitchman,0.10,Noun,8,6,2,pitchman,11.67,0.95,11.67,0.95,none,none,none, pitchmen,pitchmen,0.02,Noun,8,6,2,pitchman,none,none,11.67,0.95,none,none,none, piteous,piteous,0.16,Adjective,7,6,3,piteous,13.00,0.90,13.00,0.90,none,none,none, pitfall,pitfall,0.02,Noun,7,6,2,pitfall,12.61,0.95,12.61,0.95,none,none,none, pitfalls,pitfalls,0.27,Noun,8,7,2,pitfall,none,none,12.61,0.95,none,none,none, pith,pith,0.20,Noun,4,3,1,pith,12.94,0.84,12.94,0.84,none,none,12.55, pithecanthropus,pithecanthropus,0.16,Noun,15,13,5,pithecanthropus,17.62,0.40,17.62,0.40,none,none,none, pithy,pithy,0.39,Adjective,5,4,2,pithy,13.14,0.78,13.14,0.78,none,none,none, pitiable,pitiable,0.14,Adjective,8,8,4,pitiable,13.17,0.67,13.17,0.67,none,none,none, pitied,pitied,0.67,Verb,6,5,2,pity,none,none,8.72,1.00,7.62,7.64,none,9.31 pities,pities,0.27,Verb,6,5,2,pity,none,none,8.72,1.00,7.62,7.64,none,9.31 pitiful,pitiful,3.84,Adjective,7,7,3,pitiful,8.80,1.00,8.80,1.00,none,none,none, pitiless,pitiless,0.12,Adjective,8,7,3,pitiless,11.50,1.00,11.50,1.00,none,none,none, pitman,pitman,0.08,Name,6,6,2,pitman,10.97,0.68,10.97,0.68,8.60,none,none, piton,piton,0.12,Noun,5,5,2,piton,13.00,0.65,13.00,0.65,none,none,none, pitons,pitons,0.10,Noun,6,6,2,piton,none,none,13.00,0.65,none,none,none, pits,pits,3.14,Noun,4,4,1,pit,none,none,6.14,1.00,none,6.35,6.20, pittance,pittance,0.25,Noun,8,6,2,pittance,12.00,0.79,12.00,0.79,none,none,none, pitted,pitted,0.22,Verb,6,5,2,pit,none,none,6.14,1.00,none,6.35,6.20, pitter,pitter,0.08,Noun,6,4,2,pitter,11.21,0.70,11.21,0.70,none,none,none, pitting,pitting,0.24,Verb,7,5,2,pit,none,none,6.14,1.00,none,6.35,6.20, pituitary,pituitary,0.63,Noun,9,9,5,pituitary,13.06,0.89,13.06,0.89,none,none,none, pity,pity,23.51,Noun,4,4,2,pity,8.72,1.00,8.72,1.00,7.62,7.64,none,9.31 pitying,pitying,0.20,Verb,7,6,3,pity,none,none,8.72,1.00,7.62,7.64,none,9.31 pivot,pivot,0.45,Verb,5,5,2,pivot,10.78,0.95,10.78,0.95,none,none,none, pivotal,pivotal,0.86,Adjective,7,7,3,pivotal,12.00,0.84,12.00,0.84,none,none,none, pivots,pivots,0.06,Verb,6,6,2,pivot,none,none,10.78,0.95,none,none,none, pix,pix,0.14,Verb,3,4,1,pix,12.50,0.63,12.50,0.63,none,none,none, pixel,pixel,0.14,Noun,5,6,2,pixel,13.72,0.95,13.72,0.95,none,none,none, pixels,pixels,0.20,Noun,6,7,2,pixel,none,none,13.72,0.95,none,none,none, pixie,pixie,0.82,Noun,5,5,2,pixie,7.72,0.95,7.72,0.95,none,none,none,8.20 pixies,pixies,0.39,Noun,6,6,2,pixie,none,none,7.72,0.95,none,none,none,8.20 pixy,pixy,0.02,Noun,4,5,2,pixie,none,none,7.72,0.95,none,none,none,8.20 pizza,pizza,33.51,Noun,5,5,2,pizza,4.67,1.00,4.67,1.00,none,none,none,4.19 pizzas,pizzas,2.24,Noun,6,6,2,pizza,none,none,4.67,1.00,none,none,none,4.19 pizzazz,pzazz,0.57,Noun,7,5,2,pizzazz,12.33,0.90,12.33,0.90,none,none,none,11.29 pizzeria,pizzeria,0.41,Noun,8,7,4,pizzeria,9.47,1.00,9.47,1.00,none,none,none, pizzicato,pizzicato,0.12,Noun,9,9,4,pizzicato,14.20,0.26,14.20,0.26,none,none,none, placard,placard,0.12,Noun,7,6,2,placard,12.27,0.61,12.27,0.61,none,none,none, placards,placards,0.12,Noun,8,7,2,placard,none,none,12.27,0.61,none,none,none, placate,placate,0.37,Verb,7,6,2,placate,13.60,0.83,13.60,0.83,none,none,none, placated,placated,0.12,Verb,8,8,3,placate,none,none,13.60,0.83,none,none,none, placating,placating,0.08,Verb,9,8,3,placate,none,none,13.60,0.83,none,none,none, place,place,602.67,Noun,5,4,1,place,4.95,1.00,4.95,1.00,6.04,5.50,5.27, placebo,placebo,0.73,Noun,7,7,3,placebo,11.89,0.95,11.89,0.95,none,none,none, placebos,placebos,0.12,Noun,8,8,3,placebo,none,none,11.89,0.95,none,none,none, placed,placed,12.22,Verb,6,5,1,place,none,none,4.95,1.00,6.04,5.50,5.27, placeholder,placeholder,0.10,Noun,11,9,3,placeholder,10.56,0.95,10.56,0.95,none,none,none, placekicker,placekicker,0.04,Noun,11,8,3,placekicker,10.79,0.70,10.79,0.70,none,none,none, placement,placement,1.92,Noun,9,8,2,placement,9.32,1.00,9.32,1.00,none,none,none, placements,placements,0.04,Noun,10,9,2,placement,none,none,9.32,1.00,none,none,none, placenta,placenta,0.47,Noun,8,8,3,placenta,12.06,1.00,12.06,1.00,none,none,none, placental,placental,0.04,Adjective,9,9,3,placental,15.29,0.74,15.29,0.74,none,none,none, placentas,placentas,0.02,Noun,9,9,3,placenta,none,none,12.06,1.00,none,none,none, placer,placer,0.08,Noun,6,5,2,placer,10.60,0.83,10.60,0.83,none,none,none, places,places,53.06,Noun,6,6,2,place,none,none,4.95,1.00,6.04,5.50,5.27, placid,placid,0.57,Adjective,6,6,2,placid,13.11,1.00,13.11,1.00,none,none,none,12.22 placing,placing,2.88,Verb,7,6,2,place,none,none,4.95,1.00,6.04,5.50,5.27, placket,placket,Err:512,Err:512,7,6,2,placket,13.20,0.24,13.20,0.24,none,none,none, plagiarism,plagiarism,0.35,Noun,10,9,4,plagiarism,11.28,0.95,11.28,0.95,none,none,none, plagiarist,plagiarist,0.02,Noun,10,10,4,plagiarist,13.06,0.89,13.06,0.89,none,none,none, plagiarize,plagiarise,0.04,Verb,10,7,3,plagiarize,12.24,1.00,12.24,1.00,none,none,none, plagiarized,plagiarised,0.06,Verb,11,8,3,plagiarize,none,none,12.24,1.00,none,none,none, plague,plague,8.31,Noun,6,4,1,plague,9.26,1.00,9.26,1.00,8.92,none,9.89, plagued,plagued,1.86,Verb,7,5,1,plague,none,none,9.26,1.00,8.92,none,9.89, plagues,plagues,0.53,Noun,7,5,1,plague,none,none,9.26,1.00,8.92,none,9.89, plaguing,plaguing,0.18,Verb,8,6,2,plague,none,none,9.26,1.00,8.92,none,9.89, plaice,plaice,0.04,Noun,6,5,2,plaice,14.00,0.33,14.00,0.33,none,none,none, plaid,plaid,1.61,Noun,5,4,1,plaid,8.56,0.95,8.56,0.95,none,none,8.89, plaids,plaids,0.18,Noun,6,5,1,plaid,none,none,8.56,0.95,none,none,8.89, plain,plain,21.82,Adjective,5,4,1,plain,7.37,1.00,7.37,1.00,none,7.24,5.82, plainclothes,plainclothes,0.55,Noun,12,8,2,plainclothes,9.76,0.94,9.76,0.94,none,none,none, plainclothesman,plainclothesman,0.02,Noun,15,12,3,plainclothesman,13.06,0.85,13.06,0.85,none,none,none, plainclothesmen,plainclothesmen,0.04,Noun,15,12,3,plainclothesman,none,none,13.06,0.85,none,none,none, plainer,plainer,0.10,Adverb,7,5,2,plain,none,none,7.37,1.00,none,7.24,5.82, plainest,plainest,0.04,Adjective,8,7,2,plain,none,none,7.37,1.00,none,7.24,5.82, plainness,plainness,0.04,Noun,9,6,2,plainness,9.78,0.95,9.78,0.95,none,none,none, plains,plains,2.06,Noun,6,5,1,plain,none,none,7.37,1.00,none,7.24,5.82, plaint,plaint,0.02,Noun,6,5,1,plaint,12.00,0.67,12.00,0.67,none,none,none, plaintiff,plaintiff,3.67,Noun,9,7,2,plaintiff,12.33,0.95,12.33,0.95,none,none,none,12.53 plaintiffs,plaintiffs,0.76,Noun,10,8,2,plaintiff,none,none,12.33,0.95,none,none,none,12.53 plaintive,plaintive,0.12,Adjective,9,7,2,plaintive,13.50,0.90,13.50,0.90,none,none,none, plait,plait,0.55,Noun,5,4,1,plait,13.00,0.44,13.00,0.44,none,none,none, plan,plan,145.73,Noun,4,4,1,plan,6.78,1.00,6.78,1.00,7.58,none,6.20, plane,plane,95.53,Noun,5,4,1,plane,4.95,1.00,4.95,1.00,9.90,none,5.33, planed,planed,0.14,Verb,6,5,1,plane,none,none,4.95,1.00,9.90,none,5.33, planeload,planeload,0.06,Noun,9,7,2,planeload,9.88,0.89,9.88,0.89,none,none,none, planeloads,planeloads,0.02,Noun,10,8,2,planeload,none,none,9.88,0.89,none,none,none, planer,planer,0.10,Noun,6,5,2,planer,9.14,0.78,9.14,0.78,none,none,none, planes,planes,17.53,Noun,6,5,1,plane,none,none,4.95,1.00,9.90,none,5.33, planet,planet,38.73,Noun,6,6,2,planet,6.67,1.00,6.67,1.00,none,8.24,none,5.81 planetarium,planetarium,0.39,Noun,11,11,5,planetarium,9.63,1.00,9.63,1.00,none,none,none, planetary,planetary,1.08,Adjective,9,9,4,planetary,10.33,1.00,10.33,1.00,none,none,none, planetoid,planetoid,0.04,Noun,9,8,3,planetoid,13.38,0.68,13.38,0.68,none,none,none, planetoids,planetoids,0.02,Noun,10,9,3,planetoid,none,none,13.38,0.68,none,none,none, planets,planets,4.29,Noun,7,7,2,planet,none,none,6.67,1.00,none,8.24,none,5.81 plank,plank,2.04,Noun,5,5,1,plank,7.84,1.00,7.84,1.00,none,none,8.75, planks,planks,0.25,Noun,6,6,1,plank,none,none,7.84,1.00,none,none,8.75, plankton,plankton,1.57,Noun,8,8,2,plankton,11.21,0.95,11.21,0.95,none,none,none,10.04 planned,planned,31.84,Verb,7,5,1,plan,none,none,6.78,1.00,7.58,none,6.20, planner,planner,1.63,Noun,7,5,2,planner,9.05,1.00,9.05,1.00,10.72,none,none, planners,planners,0.24,Noun,8,6,2,planner,none,none,9.05,1.00,10.72,none,none, planning,planning,37.29,Verb,8,6,2,plan,none,none,6.78,1.00,7.58,none,6.20, plans,plans,56.22,Noun,5,5,1,plan,none,none,6.78,1.00,7.58,none,6.20, plant,plant,27.61,Noun,5,5,1,plant,3.95,1.00,3.95,1.00,5.45,4.31,5.53, plantain,plantain,0.02,Noun,8,7,2,plantain,12.80,0.91,12.80,0.91,none,none,none, plantains,plantains,0.04,Noun,9,8,2,plantain,none,none,12.80,0.91,none,none,none, plantar,plantar,0.08,Noun,7,6,2,plantar,14.27,0.79,14.27,0.79,none,none,none, plantation,plantation,3.33,Noun,10,9,3,plantation,9.72,1.00,9.72,1.00,none,none,none, plantations,plantations,0.41,Noun,11,10,3,plantation,none,none,9.72,1.00,none,none,none, planted,planted,8.94,Verb,7,7,2,plant,none,none,3.95,1.00,5.45,4.31,5.53, planter,planter,0.63,Noun,7,6,2,planter,7.68,1.00,7.68,1.00,none,none,none, planters,planters,0.29,Noun,8,7,2,planter,none,none,7.68,1.00,none,none,none, planting,planting,2.12,Verb,8,7,2,plant,none,none,3.95,1.00,5.45,4.31,5.53, plants,plants,9.57,Noun,6,6,1,plant,none,none,3.95,1.00,5.45,4.31,5.53, plaque,plaque,2.08,Noun,6,4,1,plaque,7.39,1.00,7.39,1.00,none,none,9.46, plaques,plaques,0.16,Noun,7,5,1,plaque,none,none,7.39,1.00,none,none,9.46, plasm,plasm,0.04,Noun,5,6,2,plasm,13.25,0.89,13.25,0.89,none,none,none, plasma,plasma,4.98,Noun,6,6,2,plasma,13.05,1.00,13.05,1.00,none,13.64,none,10.70 plasmid,plasmid,0.02,Noun,7,8,3,plasmid,14.60,0.53,14.60,0.53,none,none,none, plasmids,plasmids,0.24,Noun,8,9,3,plasmid,none,none,14.60,0.53,none,none,none, plaster,plaster,2.63,Noun,7,6,2,plaster,9.16,1.00,9.16,1.00,none,none,none, plastered,plastered,1.82,Verb,9,7,2,plaster,none,none,9.16,1.00,none,none,none, plasterer,plasterer,0.12,Noun,9,7,3,plasterer,11.22,1.00,11.22,1.00,9.34,none,none, plasterers,plasterers,0.06,Noun,10,8,3,plasterer,none,none,11.22,1.00,9.34,none,none, plastering,plastering,0.16,Verb,10,8,3,plaster,none,none,9.16,1.00,none,none,none, plastic,plastic,18.76,Noun,7,7,2,plastic,5.11,1.00,5.11,1.00,none,none,none,6.47 plasticity,plasticity,0.08,Noun,10,10,4,plasticity,12.05,1.00,12.05,1.00,none,none,none, plasticizer,plasticizer,0.02,Noun,11,10,4,plasticizer,16.83,0.32,16.83,0.32,none,none,none, plastics,plastics,1.02,Noun,8,8,2,plastic,none,none,5.11,1.00,none,none,none,6.47 plat,plat,0.08,Noun,4,4,1,plat,14.50,0.44,14.50,0.44,none,none,none, plate,plate,25.65,Noun,5,4,1,plate,3.84,1.00,3.84,1.00,none,4.71,4.53, plateau,plateau,0.57,Noun,7,5,2,plateau,9.74,1.00,9.74,1.00,none,none,none,10.99 plateaus,plateaus,0.04,Noun,8,6,2,plateau,none,none,9.74,1.00,none,none,none,10.99 plated,plated,0.16,Verb,6,6,2,plate,none,none,3.84,1.00,none,4.71,4.53, plateful,plateful,0.06,Noun,8,7,2,plateful,8.06,0.95,8.06,0.95,none,none,none, platelet,platelet,0.10,Noun,8,7,2,platelet,12.53,0.89,12.53,0.89,none,none,none, platelets,platelets,0.35,Noun,9,8,2,platelet,none,none,12.53,0.89,none,none,none, platen,platen,Err:512,Err:512,6,6,2,platen,17.00,0.14,17.00,0.14,none,none,none, plates,plates,12.51,Noun,6,5,1,plate,none,none,3.84,1.00,none,4.71,4.53, platform,platform,6.14,Noun,8,8,2,platform,7.83,1.00,7.83,1.00,none,7.71,none,9.67 platforms,platforms,0.75,Noun,9,9,2,platform,none,none,7.83,1.00,none,7.71,none,9.67 plating,plating,0.43,Noun,7,6,2,plating,11.71,0.94,11.71,0.94,none,none,none, platinum,platinum,2.41,Noun,8,7,2,platinum,12.28,0.95,12.28,0.95,none,none,none, platitude,platitude,0.02,Noun,9,8,3,platitude,12.94,0.89,12.94,0.89,none,none,none, platitudes,platitudes,0.18,Noun,10,9,3,platitude,none,none,12.94,0.89,none,none,none, platonic,platonic,1.22,Adjective,8,8,3,platonic,13.12,0.89,13.12,0.89,none,none,none, platoon,platoon,7.22,Noun,7,6,2,platoon,12.33,1.00,12.33,1.00,none,none,none,11.39 platoons,platoons,0.20,Noun,8,7,2,platoon,none,none,12.33,1.00,none,none,none,11.39 platter,platter,2.92,Noun,7,5,2,platter,8.68,1.00,8.68,1.00,none,10.70,none, platters,platters,0.37,Noun,8,6,2,platter,none,none,8.68,1.00,none,10.70,none, platypus,platypus,0.06,Noun,8,8,3,platypus,7.71,0.89,7.71,0.89,none,none,none, plausibility,plausibility,0.08,Noun,12,11,5,plausibility,11.33,1.00,11.33,1.00,none,none,none, plausible,plausible,1.63,Adjective,9,8,3,plausible,12.79,1.00,12.79,1.00,none,none,none, play,play,354.53,Verb,4,3,1,play,4.10,1.00,4.10,1.00,4.02,4.05,3.50, playa,playa,0.43,Noun,5,4,2,playa,14.23,0.72,14.23,0.72,none,none,none, playable,playable,0.06,Adjective,8,7,3,playable,7.35,1.00,7.35,1.00,none,none,none, playact,playact,0.02,Noun,7,6,2,playact,10.82,0.94,10.82,0.94,none,none,none, playacting,playacting,0.20,Verb,10,8,3,playact,none,none,10.82,0.94,none,none,none, playback,playback,1.47,Noun,8,6,2,playback,8.50,1.00,8.50,1.00,none,none,none, playbook,playbook,0.88,Noun,8,6,2,playbook,10.60,1.00,10.60,1.00,none,none,none, playbooks,playbooks,0.04,Noun,9,7,2,playbook,none,none,10.60,1.00,none,none,none, playboy,playboy,4.24,Noun,7,5,2,playboy,12.21,1.00,12.21,1.00,none,none,none, playboys,playboys,1.02,Noun,8,6,2,playboy,none,none,12.21,1.00,none,none,none, played,played,56.27,Verb,6,4,1,play,none,none,4.10,1.00,4.02,4.05,3.50, player,player,37.76,Noun,6,4,2,player,6.89,1.00,6.89,1.00,none,none,none, players,players,17.16,Noun,7,5,2,player,none,none,6.89,1.00,none,none,none, playful,playful,1.16,Adjective,7,6,2,playful,6.22,1.00,6.22,1.00,none,none,none, playfulness,playfulness,0.14,Noun,11,9,3,playfulness,7.75,1.00,7.75,1.00,none,none,none, playgirl,playgirl,0.22,Noun,8,6,2,playgirl,13.16,1.00,13.16,1.00,none,none,none, playground,playground,5.10,Noun,10,8,2,playground,4.28,1.00,4.28,1.00,none,none,none, playgrounds,playgrounds,0.39,Noun,11,9,2,playground,none,none,4.28,1.00,none,none,none, playhouse,playhouse,0.65,Noun,9,6,2,playhouse,5.17,1.00,5.17,1.00,none,none,none, playhouses,playhouses,0.06,Noun,10,8,3,playhouse,none,none,5.17,1.00,none,none,none, playing,playing,147.35,Verb,7,5,2,play,none,none,4.10,1.00,4.02,4.05,3.50, playlist,playlist,0.08,Noun,8,7,2,playlist,14.44,1.00,14.44,1.00,none,none,none, playlists,playlists,0.04,Noun,9,8,2,playlist,none,none,14.44,1.00,none,none,none, playmaker,playmaker,0.12,Noun,9,7,3,playmaker,11.68,0.90,11.68,0.90,none,none,none, playmate,playmate,1.24,Noun,8,6,2,playmate,5.21,1.00,5.21,1.00,none,none,none, playmates,playmates,0.57,Noun,9,7,2,playmate,none,none,5.21,1.00,none,none,none, playoff,playoff,0.61,Noun,7,5,2,playoff,9.00,1.00,9.00,1.00,none,none,none, playoffs,playoffs,1.63,Noun,8,6,2,playoff,none,none,9.00,1.00,none,none,none, playpen,playpen,0.69,Noun,7,6,2,playpen,4.41,0.94,4.41,0.94,none,none,none, playpens,playpens,0.02,Noun,8,7,2,playpen,none,none,4.41,0.94,none,none,none, playroom,playroom,0.80,Noun,8,6,2,playroom,6.11,1.00,6.11,1.00,none,none,none, playrooms,playrooms,0.04,Noun,9,7,2,playroom,none,none,6.11,1.00,none,none,none, plays,plays,29.82,Verb,5,4,1,play,none,none,4.10,1.00,4.02,4.05,3.50, playsuit,playsuit,0.02,Noun,8,6,2,playsuit,8.64,0.78,8.64,0.78,none,none,none, playsuits,playsuits,0.02,Noun,9,7,2,playsuit,none,none,8.64,0.78,none,none,none, plaything,plaything,0.49,Noun,9,6,2,plaything,8.17,1.00,8.17,1.00,none,none,none, playthings,playthings,0.37,Noun,10,7,2,plaything,none,none,8.17,1.00,none,none,none, playtime,playtime,0.94,Noun,8,6,2,playtime,4.24,1.00,4.24,1.00,none,none,none, playwright,playwright,1.41,Noun,10,6,2,playwright,10.44,1.00,10.44,1.00,none,none,none, playwrights,playwrights,0.20,Noun,11,7,2,playwright,none,none,10.44,1.00,none,none,none, playwriting,playwriting,0.06,Noun,11,8,3,playwriting,10.68,1.00,10.68,1.00,none,none,none, plaza,plaza,5.90,Noun,5,5,2,plaza,9.83,0.95,9.83,0.95,none,12.55,none,9.05 plea,plea,6.84,Noun,4,3,1,plea,8.42,1.00,8.42,1.00,none,10.87,10.12, plead,plead,7.00,Verb,5,4,1,plead,10.22,1.00,10.22,1.00,none,9.64,9.01, pleaded,pleaded,1.31,Verb,7,6,2,plead,none,none,10.22,1.00,none,9.64,9.01, pleader,pleader,0.02,Noun,7,5,2,pleader,11.12,0.84,11.12,0.84,none,none,none, pleading,pleading,2.27,Verb,8,6,2,plead,none,none,10.22,1.00,none,9.64,9.01, pleads,pleads,0.57,Verb,6,5,1,plead,none,none,10.22,1.00,none,9.64,9.01, pleas,pleas,0.39,Noun,5,4,1,plea,none,none,8.42,1.00,none,10.87,10.12, pleasant,pleasant,21.02,Adjective,8,7,2,pleasant,7.67,1.00,7.67,1.00,7.35,none,none,8.45 pleasanter,pleasanter,0.14,Adjective,10,8,3,pleasant,none,none,7.67,1.00,7.35,none,none,8.45 pleasantest,pleasantest,0.04,Adjective,11,10,3,pleasant,none,none,7.67,1.00,7.35,none,none,8.45 pleasantness,pleasantness,0.02,Noun,12,10,3,pleasantness,8.44,1.00,8.44,1.00,8.97,none,none, pleasantries,pleasantries,0.53,Noun,12,10,3,pleasantry,none,none,11.89,1.00,none,none,none, pleasantry,pleasantry,0.04,Noun,10,9,3,pleasantry,11.89,1.00,11.89,1.00,none,none,none, please,please,1100.96,Adverb,6,4,1,please,3.48,1.00,3.48,1.00,none,none,3.72, pleased,pleased,28.53,Adjective,7,5,1,pleased,8.26,1.00,8.26,1.00,none,none,none, pleaser,pleaser,0.16,Noun,7,5,2,pleaser,9.33,0.95,9.33,0.95,none,none,none, pleasers,pleasers,0.02,Noun,8,6,2,pleaser,none,none,9.33,0.95,none,none,none, pleases,pleases,3.39,Verb,7,6,2,please,none,none,3.48,1.00,none,none,3.72, pleasing,pleasing,1.55,Adjective,8,6,2,pleasing,7.28,1.00,7.28,1.00,none,none,none, pleasurable,pleasurable,0.75,Adjective,11,9,4,pleasurable,10.56,1.00,10.56,1.00,none,none,none, pleasure,pleasure,80.75,Noun,8,5,2,pleasure,8.21,1.00,8.21,1.00,none,7.86,none,8.53 pleasured,pleasured,0.10,Verb,9,6,2,pleasure,none,none,8.21,1.00,none,7.86,none,8.53 pleasures,pleasures,3.10,Noun,9,6,2,pleasure,none,none,8.21,1.00,none,7.86,none,8.53 pleasuring,pleasuring,0.10,Verb,10,7,3,pleasure,none,none,8.21,1.00,none,7.86,none,8.53 pleat,pleat,0.06,Noun,5,4,1,pleat,12.00,0.84,12.00,0.84,none,none,11.00, pleated,pleated,0.08,Adjective,7,6,2,pleated,9.69,0.76,9.69,0.76,none,none,none, pleats,pleats,0.25,Noun,6,5,1,pleat,none,none,12.00,0.84,none,none,11.00, plebe,plebe,0.55,Noun,5,4,1,plebe,15.00,0.47,15.00,0.47,none,none,none, plebeian,plebeian,0.18,Adjective,8,7,3,plebeian,13.69,0.72,13.69,0.72,none,none,none, plebeians,plebeians,0.02,Noun,9,8,3,plebeian,none,none,13.69,0.72,none,none,none, plebes,plebes,0.43,Noun,6,5,1,plebe,none,none,15.00,0.47,none,none,none, plebian,plebeian,0.02,Adjective,7,7,3,plebeian,none,none,13.69,0.72,none,none,none, plebiscite,plebiscite,0.06,Noun,10,8,3,plebiscite,16.88,0.44,16.88,0.44,none,none,none, plebs,plebs,0.02,Noun,5,5,1,plebs,15.57,0.33,15.57,0.33,none,none,none, pled,pled,0.24,Verb,4,4,1,plead,none,none,10.22,1.00,none,9.64,9.01, pledge,pledge,6.88,Noun,6,4,1,pledge,7.17,1.00,7.17,1.00,none,10.49,7.91, pledged,pledged,1.59,Verb,7,5,1,pledge,none,none,7.17,1.00,none,10.49,7.91, pledges,pledges,0.82,Noun,7,6,2,pledge,none,none,7.17,1.00,none,10.49,7.91, pledging,pledging,0.37,Verb,8,6,2,pledge,none,none,7.17,1.00,none,10.49,7.91, plenary,plenary,0.10,Adjective,7,6,3,plenary,15.62,0.38,15.62,0.38,none,none,none, plenipotentiary,plenipotentiary,0.04,Adjective,15,14,6,plenipotentiary,16.17,0.32,16.17,0.32,none,13.58,none, plenitude,plenitude,0.04,Noun,9,8,3,plenitude,12.92,0.68,12.92,0.68,none,none,none, plenteous,plenteous,Err:512,Err:512,9,8,3,plenteous,15.38,0.42,15.38,0.42,none,none,none, plentiful,plentiful,0.29,Adjective,9,9,3,plentiful,8.40,1.00,8.40,1.00,none,none,none, plenty,plenty,62.31,Pronoun,6,6,2,plenty,5.76,1.00,5.76,1.00,5.97,none,none,6.89 plenum,plenum,0.02,Noun,6,6,2,plenum,17.60,0.28,17.60,0.28,none,none,none, plesiosaur,plesiosaur,0.06,Noun,10,9,4,plesiosaur,10.10,0.53,10.10,0.53,none,none,none, plesiosaurus,plesiosaurus,0.02,Noun,12,13,6,plesiosaur,none,none,10.10,0.53,none,none,none, plethora,plethora,0.37,Noun,8,6,3,plethora,12.86,0.74,12.86,0.74,none,none,none, pleura,pleura,0.10,Noun,6,5,2,pleura,13.86,0.35,13.86,0.35,none,none,none, pleural,pleural,0.29,Adjective,7,6,2,pleural,10.71,0.78,10.71,0.78,none,none,none, pleurisy,pleurisy,0.10,Adjective,8,7,3,pleurisy,14.23,0.72,14.23,0.72,none,none,none, plexus,plexus,0.33,Noun,6,7,2,plexus,16.88,0.44,16.88,0.44,none,none,none, pliability,pliability,0.02,Noun,10,10,5,pliability,12.06,1.00,12.06,1.00,none,none,none, pliable,pliable,0.14,Adjective,7,7,3,pliable,10.94,0.94,10.94,0.94,10.53,none,none, plied,plied,0.14,Verb,5,4,1,ply,none,none,12.00,0.94,none,none,12.00, pliers,pliers,1.16,Noun,6,5,2,pliers,7.00,1.00,7.00,1.00,none,none,none,9.40 plies,plies,0.06,Verb,5,4,1,ply,none,none,12.00,0.94,none,none,12.00, plight,plight,1.24,Noun,6,4,1,plight,11.97,0.91,11.97,0.91,none,12.13,12.52, plink,plink,0.29,Verb,5,5,1,plink,9.36,0.58,9.36,0.58,none,none,none, plod,plod,0.10,Verb,4,4,1,plod,10.20,0.83,10.20,0.83,8.77,none,11.78, plodder,plodder,0.02,Noun,7,5,2,plodder,9.89,0.45,9.89,0.45,none,none,none, plodders,plodders,0.04,Noun,8,6,2,plodder,none,none,9.89,0.45,none,none,none, plods,plods,0.04,Verb,5,5,1,plod,none,none,10.20,0.83,8.77,none,11.78, plop,plop,0.84,Verb,4,4,1,plop,7.15,1.00,7.15,1.00,none,none,6.67, plopped,plopped,0.24,Verb,7,5,1,plop,none,none,7.15,1.00,none,none,6.67, plopping,plopping,0.12,Verb,8,6,2,plop,none,none,7.15,1.00,none,none,6.67, plops,plops,0.06,Verb,5,5,1,plop,none,none,7.15,1.00,none,none,6.67, plosive,plosive,0.02,Adjective,7,6,2,plosive,13.42,0.55,13.42,0.55,none,none,none, plot,plot,11.59,Noun,4,4,1,plot,8.65,1.00,8.65,1.00,none,8.39,8.00, plots,plots,1.69,Noun,5,5,1,plot,none,none,8.65,1.00,none,8.39,8.00, plotted,plotted,1.02,Verb,7,6,2,plot,none,none,8.65,1.00,none,8.39,8.00, plotter,plotter,0.08,Noun,7,5,2,plotter,10.95,1.00,10.95,1.00,none,none,none, plotters,plotters,0.10,Noun,8,6,2,plotter,none,none,10.95,1.00,none,none,none, plotting,plotting,1.76,Verb,8,6,2,plot,none,none,8.65,1.00,none,8.39,8.00, plough,plough,1.06,Verb,6,3,1,plow,none,none,7.11,1.00,none,none,7.29, ploughed,ploughed,0.20,Verb,8,4,1,plow,none,none,7.11,1.00,none,none,7.29, ploughs,ploughs,0.08,Noun,7,4,1,plow,none,none,7.11,1.00,none,none,7.29, plow,plough,1.88,Noun,4,3,1,plow,7.11,1.00,7.11,1.00,none,none,7.29, plowboy,ploughboy,0.02,Noun,7,5,2,plowboy,12.87,0.75,12.87,0.75,none,none,none, plowed,ploughed,0.65,Verb,6,4,1,plow,none,none,7.11,1.00,none,none,7.29, plowing,ploughing,0.65,Verb,7,5,2,plow,none,none,7.11,1.00,none,none,7.29, plows,ploughs,0.37,Noun,5,4,1,plow,none,none,7.11,1.00,none,none,7.29, ploy,ploy,1.53,Noun,4,3,1,ploy,12.50,0.95,12.50,0.95,none,10.88,11.78, ploys,ploys,0.02,Noun,5,4,1,ploy,none,none,12.50,0.95,none,10.88,11.78, pluck,pluck,2.31,Verb,5,4,1,pluck,9.78,0.95,9.78,0.95,none,none,8.47, plucked,plucked,1.27,Verb,7,5,1,pluck,none,none,9.78,0.95,none,none,8.47, plucking,plucking,0.41,Verb,8,6,2,pluck,none,none,9.78,0.95,none,none,8.47, plucks,plucks,0.20,Verb,6,5,1,pluck,none,none,9.78,0.95,none,none,8.47, plucky,plucky,0.39,Adjective,6,5,2,plucky,11.14,0.70,11.14,0.70,none,none,none, plug,plug,10.41,Noun,4,4,1,plug,6.05,1.00,6.05,1.00,none,4.99,6.20, plugged,plugged,2.20,Verb,7,5,1,plug,none,none,6.05,1.00,none,4.99,6.20, plugging,plugging,0.80,Verb,8,6,2,plug,none,none,6.05,1.00,none,4.99,6.20, plugs,plugs,2.02,Noun,5,5,1,plug,none,none,6.05,1.00,none,4.99,6.20, plum,plum,3.41,Noun,4,4,1,plum,5.50,1.00,5.50,1.00,none,none,5.54, plumage,plumage,0.18,Noun,7,6,2,plumage,12.94,0.94,12.94,0.94,none,none,none, plumb,plumb,1.69,Adverb,5,4,1,plumb,9.81,1.00,9.81,1.00,none,none,8.33, plumbed,plumbed,0.02,Verb,7,5,1,plumb,none,none,9.81,1.00,none,none,8.33, plumber,plumber,4.49,Noun,7,5,2,plumber,8.56,1.00,8.56,1.00,7.86,none,none,7.57 plumbers,plumbers,0.78,Noun,8,6,2,plumber,none,none,8.56,1.00,7.86,none,none,7.57 plumbing,plumbing,4.84,Noun,8,6,2,plumbing,8.26,1.00,8.26,1.00,none,none,none, plume,plume,0.47,Noun,5,4,1,plume,11.24,0.89,11.24,0.89,none,none,10.90, plumes,plumes,0.35,Noun,6,5,1,plume,none,none,11.24,0.89,none,none,10.90, plummet,plummet,0.41,Verb,7,6,2,plummet,12.79,0.95,12.79,0.95,none,none,none, plummeted,plummeted,0.24,Verb,9,8,3,plummet,none,none,12.79,0.95,none,none,none, plummeting,plummeting,0.39,Verb,10,8,3,plummet,none,none,12.79,0.95,none,none,none, plummets,plummets,0.06,Verb,8,7,2,plummet,none,none,12.79,0.95,none,none,none, plump,plump,1.47,Adjective,5,5,1,plump,8.21,1.00,8.21,1.00,none,8.26,7.84, plumper,plumper,0.06,Noun,7,6,2,plumper,8.89,0.95,8.89,0.95,none,none,none, plums,plums,1.04,Noun,5,5,1,plum,none,none,5.50,1.00,none,none,5.54, plumy,plumy,Err:512,Err:512,5,5,2,plumy,12.12,0.42,12.12,0.42,none,none,none, plunder,plunder,0.84,Verb,7,6,2,plunder,12.47,0.94,12.47,0.94,none,none,none,11.09 plundered,plundered,0.35,Verb,9,7,2,plunder,none,none,12.47,0.94,none,none,none,11.09 plundering,plundering,0.16,Verb,10,8,3,plunder,none,none,12.47,0.94,none,none,none,11.09 plunders,plunders,0.14,Verb,8,7,2,plunder,none,none,12.47,0.94,none,none,none,11.09 plunge,plunge,2.24,Noun,6,5,1,plunge,8.61,1.00,8.61,1.00,none,8.09,9.24, plunged,plunged,0.98,Verb,7,6,1,plunge,none,none,8.61,1.00,none,8.09,9.24, plunger,plunger,0.94,Adjective,7,6,2,plunger,9.63,1.00,9.63,1.00,none,none,none, plungers,plungers,0.06,Verb,8,7,2,plunger,none,none,9.63,1.00,none,none,none, plunges,plunges,0.24,Verb,7,7,2,plunge,none,none,8.61,1.00,none,8.09,9.24, plunging,plunging,0.45,Verb,8,7,2,plunge,none,none,8.61,1.00,none,8.09,9.24, plunk,plunk,0.14,Verb,5,5,1,plunk,9.06,0.89,9.06,0.89,none,none,9.81, plunks,plunks,0.04,Verb,6,6,1,plunk,none,none,9.06,0.89,none,none,9.81, pluperfect,pluperfect,0.02,Verb,10,10,3,pluperfect,15.17,0.33,15.17,0.33,none,none,none, plural,plural,0.96,Noun,6,6,2,plural,7.45,1.00,7.45,1.00,none,10.02,none,8.04 pluralism,pluralism,0.02,Noun,9,10,4,pluralism,13.76,0.85,13.76,0.85,none,none,none, pluralist,pluralist,0.04,Adjective,9,9,3,pluralist,15.94,0.76,15.94,0.76,none,none,none, pluralistic,pluralistic,0.02,Adjective,11,11,4,pluralistic,14.56,0.84,14.56,0.84,none,none,none, plurality,plurality,0.02,Noun,9,8,4,plurality,14.30,0.91,14.30,0.91,none,none,none, pluralization,pluralisation,Err:512,Err:512,13,12,5,pluralization,10.53,0.95,10.53,0.95,none,none,none, plus,plus,47.04,Preposition,4,4,1,plus,6.37,1.00,6.37,1.00,5.84,none,5.20, pluses,pluses,0.22,Noun,6,6,2,plus,none,none,6.37,1.00,5.84,none,5.20, plush,plush,0.55,Adjective,5,4,1,plush,9.58,1.00,9.58,1.00,none,none,9.68, plushy,plushy,0.04,Adjective,6,5,2,plushy,9.35,0.94,9.35,0.94,none,none,none, plutocracy,plutocracy,0.00,Err:512,10,10,4,plutocracy,14.95,0.73,14.95,0.73,13.08,none,none, plutocrat,plutocrat,0.00,Err:512,9,9,3,plutocrat,12.50,0.50,12.50,0.50,13.08,none,none, plutocratic,plutocratic,Err:512,Err:512,11,11,4,plutocratic,16.12,0.42,16.12,0.42,none,none,none, plutonian,plutonian,0.04,Adjective,9,9,4,plutonian,16.14,0.67,16.14,0.67,none,none,none, plutonic,plutonic,0.14,Adjective,8,8,3,plutonic,12.67,0.95,12.67,0.95,none,none,none, plutonium,plutonium,1.96,Noun,9,9,4,plutonium,13.68,1.00,13.68,1.00,none,none,none, pluvial,pluvial,Err:512,Err:512,7,7,3,pluvial,16.33,0.15,16.33,0.15,none,none,none, ply,ply,0.31,Verb,3,3,1,ply,12.00,0.94,12.00,0.94,none,none,12.00, plying,plying,0.25,Verb,6,5,2,ply,none,none,12.00,0.94,none,none,12.00, plywood,plywood,0.45,Noun,7,6,2,plywood,9.38,1.00,9.38,1.00,none,none,none, pneumatic,pneumatic,0.43,Adjective,9,7,3,pneumatic,14.46,0.72,14.46,0.72,none,none,none, pneumatics,pneumatics,0.04,Noun,10,8,3,pneumatics,14.93,0.78,14.93,0.78,none,none,none, pneumonia,pneumonia,5.04,Noun,9,7,3,pneumonia,9.65,1.00,9.65,1.00,none,none,none, pneumonic,pneumonic,0.18,Adjective,9,7,3,pneumonic,12.67,0.83,12.67,0.83,none,none,none, poach,poach,0.33,Verb,5,3,1,poach,10.06,0.95,10.06,0.95,8.33,none,10.53, poacher,poacher,0.51,Noun,7,4,2,poacher,10.11,1.00,10.11,1.00,none,9.58,none, poachers,poachers,1.53,Noun,8,5,2,poacher,none,none,10.11,1.00,none,9.58,none, poaches,poaches,0.04,Verb,7,5,2,poach,none,none,10.06,0.95,8.33,none,10.53, poaching,poaching,0.92,Verb,8,5,2,poach,none,none,10.06,0.95,8.33,none,10.53, pock,pock,0.08,Noun,4,3,1,pock,12.00,0.53,12.00,0.53,none,none,none, pocket,pocket,35.71,Noun,6,5,2,pocket,4.74,1.00,4.74,1.00,none,4.73,none,4.97 pocketbook,pocketbook,1.49,Noun,10,8,3,pocketbook,9.35,0.94,9.35,0.94,none,none,none, pocketbooks,pocketbooks,0.12,Noun,11,9,3,pocketbook,none,none,9.35,0.94,none,none,none, pocketed,pocketed,0.14,Verb,8,7,3,pocket,none,none,4.74,1.00,none,4.73,none,4.97 pocketful,pocketful,0.41,Noun,9,8,3,pocketful,7.37,1.00,7.37,1.00,none,none,none, pocketing,pocketing,0.08,Verb,9,7,3,pocket,none,none,4.74,1.00,none,4.73,none,4.97 pocketknife,pocketknife,0.33,Noun,11,8,3,pocketknife,5.94,1.00,5.94,1.00,none,none,none, pocketknives,pocketknives,0.04,Noun,12,9,3,pocketknife,none,none,5.94,1.00,none,none,none, pockets,pockets,12.27,Noun,7,6,2,pocket,none,none,4.74,1.00,none,4.73,none,4.97 pockmark,pockmark,0.02,Noun,8,7,2,pockmark,12.88,0.89,12.88,0.89,none,none,none, pockmarks,pockmarks,0.04,Noun,9,8,2,pockmark,none,none,12.88,0.89,none,none,none, pocks,pocks,0.02,Noun,5,4,1,pock,none,none,12.00,0.53,none,none,none, pocus,pocus,0.35,Noun,5,5,2,pocus,10.13,0.79,10.13,0.79,none,none,none, pod,pod,8.00,Noun,3,3,1,pod,7.95,0.95,7.95,0.95,none,none,9.08, podcast,podcast,0.04,Noun,7,7,2,podcast,15.89,0.95,15.89,0.95,none,none,none, podcasts,podcasts,0.02,Noun,8,8,2,podcast,none,none,15.89,0.95,none,none,none, podgy,podgy,0.12,Adjective,5,4,2,podgy,13.58,0.60,13.58,0.60,none,none,none, podiatric,podiatric,0.04,Adjective,9,9,4,podiatric,14.18,0.94,14.18,0.94,none,none,none, podiatrist,podiatrist,0.20,Noun,10,10,4,podiatrist,15.50,0.95,15.50,0.95,none,none,none, podium,podium,1.27,Noun,6,6,3,podium,9.35,1.00,9.35,1.00,none,none,none, podiums,podiums,0.02,Noun,7,7,3,podium,none,none,9.35,1.00,none,none,none, pods,pods,1.98,Noun,4,4,1,pod,none,none,7.95,0.95,none,none,9.08, poem,poem,13.65,Noun,4,4,2,poem,6.89,1.00,6.89,1.00,none,none,none,7.11 poems,poems,4.76,Noun,5,5,2,poem,none,none,6.89,1.00,none,none,none,7.11 poesy,poesy,Err:512,Err:512,5,5,3,poesy,12.15,0.68,12.15,0.68,none,none,none, poet,poet,9.22,Noun,4,4,2,poet,8.61,1.00,8.61,1.00,none,none,none,7.49 poetess,poetess,0.20,Noun,7,6,3,poetess,13.29,0.94,13.29,0.94,none,none,none, poetesses,poetesses,0.02,Verb,9,8,4,poetess,none,none,13.29,0.94,none,none,none, poetic,poetic,2.69,Adjective,6,6,3,poetic,9.94,1.00,9.94,1.00,none,none,none, poetical,poetical,0.04,Adjective,8,8,4,poetical,10.95,1.00,10.95,1.00,none,none,none, poetry,poetry,13.37,Noun,6,6,3,poetry,8.11,1.00,8.11,1.00,none,7.71,none, poets,poets,2.80,Noun,5,5,2,poet,none,none,8.61,1.00,none,none,none,7.49 pogo,pogo,0.61,Noun,4,4,2,pogo,7.76,0.85,7.76,0.85,none,none,none,8.53 pogrom,pogrom,0.12,Noun,6,6,2,pogrom,14.33,0.14,14.33,0.14,none,none,none, pogroms,pogroms,0.08,Noun,7,7,2,pogrom,none,none,14.33,0.14,none,none,none, poi,poi,0.33,Noun,3,2,1,poi,12.56,0.47,12.56,0.47,none,none,none, poignancy,poignancy,0.04,Noun,9,8,3,poignancy,13.07,0.79,13.07,0.79,none,none,none, poignant,poignant,0.51,Adjective,8,7,2,poignant,13.00,0.79,13.00,0.79,none,none,none,13.85 poinsettia,poinsettia,0.06,Noun,10,8,4,poinsettia,8.89,0.90,8.89,0.90,none,none,none, poinsettias,poinsettias,0.06,Noun,11,9,4,poinsettia,none,none,8.89,0.90,none,none,none, point,point,236.53,Noun,5,4,1,point,4.55,1.00,4.55,1.00,6.93,none,4.64, pointed,pointed,7.59,Verb,7,6,2,point,none,none,4.55,1.00,6.93,none,4.64, pointer,pointer,1.08,Noun,7,5,2,pointer,7.70,1.00,7.70,1.00,none,none,none, pointers,pointers,1.39,Noun,8,6,2,pointer,none,none,7.70,1.00,none,none,none, pointier,pointier,0.04,Noun,8,6,3,pointier,10.24,0.81,10.24,0.81,none,none,none, pointillism,pointillism,0.10,Noun,11,10,4,pointillism,15.09,0.61,15.09,0.61,none,none,none, pointing,pointing,8.33,Verb,8,6,2,point,none,none,4.55,1.00,6.93,none,4.64, pointless,pointless,3.59,Adjective,9,7,2,pointless,7.95,1.00,7.95,1.00,none,none,none, points,points,32.20,Noun,6,5,1,point,none,none,4.55,1.00,6.93,none,4.64, pointy,pointy,2.04,Adjective,6,5,2,pointy,7.39,1.00,7.39,1.00,none,none,none, poise,poise,1.10,Noun,5,3,1,poise,11.33,1.00,11.33,1.00,none,none,10.61, poised,poised,1.25,Verb,6,4,1,poise,none,none,11.33,1.00,none,none,10.61, poison,poison,24.55,Noun,6,5,2,poison,5.58,1.00,5.58,1.00,6.77,6.60,none,7.72 poisoned,poisoned,7.73,Verb,8,6,2,poison,none,none,5.58,1.00,6.77,6.60,none,7.72 poisoner,poisoner,0.35,Noun,8,6,3,poisoner,9.47,0.95,9.47,0.95,none,none,none, poisoning,poisoning,5.92,Noun,9,7,3,poisoning,8.14,1.00,8.14,1.00,none,none,none, poisonings,poisonings,0.20,Noun,10,8,3,poisoning,none,none,8.14,1.00,none,none,none, poisonous,poisonous,3.33,Adjective,9,7,3,poisonous,4.89,1.00,4.89,1.00,none,none,none, poisons,poisons,1.37,Noun,7,6,2,poison,none,none,5.58,1.00,6.77,6.60,none,7.72 poke,poke,5.84,Verb,4,3,1,poke,4.95,1.00,4.95,1.00,none,none,5.59, poked,poked,1.31,Verb,5,4,1,poke,none,none,4.95,1.00,none,none,5.59, poker,poker,16.06,Noun,5,4,2,poker,9.10,1.00,9.10,1.00,none,9.34,none,9.85 pokers,pokers,0.16,Noun,6,5,2,poker,none,none,9.10,1.00,none,9.34,none,9.85 pokes,pokes,0.39,Verb,5,4,1,poke,none,none,4.95,1.00,none,none,5.59, poking,poking,3.75,Verb,6,5,2,poke,none,none,4.95,1.00,none,none,5.59, poky,poky,0.10,Adjective,4,4,2,poky,7.31,0.84,7.31,0.84,none,none,none, polar,polar,2.65,Adjective,5,4,2,polar,8.16,1.00,8.16,1.00,none,10.30,none,7.19 polarities,polarities,0.04,Noun,10,9,4,polarity,none,none,13.37,1.00,none,none,none, polarity,polarity,0.35,Noun,8,8,4,polarity,13.37,1.00,13.37,1.00,none,none,none, polarization,polarisation,0.08,Noun,12,10,5,polarization,15.56,1.00,15.56,1.00,none,none,none, polarize,polarise,0.02,Verb,8,6,3,polarize,12.37,1.00,12.37,1.00,none,none,none, polarizes,polarises,0.02,Verb,9,8,4,polarize,none,none,12.37,1.00,none,none,none, pole,pole,12.59,Noun,4,3,1,pole,5.63,1.00,5.63,1.00,none,6.13,5.93, polecat,polecat,0.29,Noun,7,6,2,polecat,10.57,0.78,10.57,0.78,10.68,none,none, polecats,polecats,0.04,Noun,8,7,2,polecat,none,none,10.57,0.78,10.68,none,none, polemic,polemic,0.04,Noun,7,7,3,polemic,13.85,0.65,13.85,0.65,none,none,none, polemics,polemics,0.02,Noun,8,8,3,polemic,none,none,13.85,0.65,none,none,none, poles,poles,2.16,Noun,5,4,1,pole,none,none,5.63,1.00,none,6.13,5.93, polestar,polestar,0.06,Noun,8,7,3,polestar,12.86,0.39,12.86,0.39,none,none,none, police,police,236.16,Noun,6,5,2,police,5.05,1.00,5.05,1.00,5.43,none,none,5.20 policed,policed,0.08,Verb,7,6,2,police,none,none,5.05,1.00,5.43,none,none,5.20 policeman,policeman,11.73,Noun,9,8,3,policeman,4.44,1.00,4.44,1.00,4.99,none,none, policemen,policemen,3.86,Noun,9,8,3,policeman,none,none,4.44,1.00,4.99,none,none, polices,polices,1.04,Verb,7,7,3,police,none,none,5.05,1.00,5.43,none,none,5.20 policewoman,policewoman,0.45,Noun,11,10,4,policewoman,6.37,1.00,6.37,1.00,none,none,none, policewomen,policewomen,0.02,Noun,11,10,4,policewoman,none,none,6.37,1.00,none,none,none, policies,policies,3.08,Noun,8,7,3,policy,none,none,10.32,1.00,none,none,none, policy,policy,27.02,Noun,6,6,3,policy,10.32,1.00,10.32,1.00,none,none,none, policyholder,policyholder,0.06,Noun,12,11,5,policyholder,14.05,1.00,14.05,1.00,none,none,none, policyholders,policyholders,0.02,Noun,13,12,5,policyholder,none,none,14.05,1.00,none,none,none, polio,polio,0.88,Noun,5,5,3,polio,11.67,1.00,11.67,1.00,none,none,none, polish,polish,9.67,Noun,6,5,2,polish,8.06,1.00,8.06,1.00,5.64,6.86,none,7.88 polished,polished,2.00,Verb,8,6,2,polish,none,none,8.06,1.00,5.64,6.86,none,7.88 polisher,polisher,0.10,Noun,8,6,3,polisher,10.89,1.00,10.89,1.00,none,none,none, polishers,polishers,0.02,Noun,9,7,3,polisher,none,none,10.89,1.00,none,none,none, polishes,polishes,0.14,Verb,8,7,3,polish,none,none,8.06,1.00,5.64,6.86,none,7.88 polishing,polishing,1.33,Verb,9,7,3,polish,none,none,8.06,1.00,5.64,6.86,none,7.88 politburo,politburo,0.16,Noun,9,10,4,politburo,15.12,0.44,15.12,0.44,none,none,none, polite,polite,13.94,Adjective,6,5,2,polite,4.63,1.00,4.63,1.00,none,5.18,none,6.40 politeness,politeness,0.57,Noun,10,8,3,politeness,6.89,1.00,6.89,1.00,none,none,none, politest,politest,0.06,Adjective,8,8,3,polite,none,none,4.63,1.00,none,5.18,none,6.40 politic,politic,0.35,Adjective,7,7,3,politic,10.76,0.94,10.76,0.94,none,none,none, political,political,21.86,Adjective,9,9,4,political,9.83,1.00,9.83,1.00,none,none,none, politician,politician,3.27,Noun,10,9,4,politician,9.11,1.00,9.11,1.00,none,10.07,none, politicians,politicians,5.43,Noun,11,10,4,politician,none,none,9.11,1.00,none,10.07,none, politicize,politicise,0.10,Verb,10,9,4,politicize,14.79,1.00,14.79,1.00,none,none,none, politicizes,politicises,0.06,Verb,11,11,5,politicize,none,none,14.79,1.00,none,none,none, politick,politick,0.04,Verb,8,7,3,politick,13.71,0.70,13.71,0.70,none,none,none, politico,politico,0.06,Noun,8,8,4,politico,13.50,0.67,13.50,0.67,none,none,none, politicos,politicos,0.06,Noun,9,9,4,politico,none,none,13.50,0.67,none,none,none, politics,politics,16.57,Noun,8,8,3,politics,9.37,1.00,9.37,1.00,none,none,none, polka,polka,2.43,Noun,5,5,2,polka,7.56,1.00,7.56,1.00,none,11.21,none,8.96 polkas,polkas,0.22,Noun,6,6,2,polka,none,none,7.56,1.00,none,11.21,none,8.96 poll,poll,2.49,Noun,4,3,1,poll,11.58,1.00,11.58,1.00,none,10.60,8.54, polled,polled,0.25,Verb,6,4,1,poll,none,none,11.58,1.00,none,10.60,8.54, pollen,pollen,1.22,Noun,6,5,2,pollen,7.86,1.00,7.86,1.00,none,none,none,8.70 pollens,pollens,0.02,Noun,7,6,2,pollen,none,none,7.86,1.00,none,none,none,8.70 pollinate,pollinate,0.14,Verb,9,7,3,pollinate,9.68,1.00,9.68,1.00,none,none,none, pollinates,pollinates,0.02,Verb,10,8,3,pollinate,none,none,9.68,1.00,none,none,none, pollination,pollination,0.02,Noun,11,9,4,pollination,9.82,0.94,9.82,0.94,none,none,none, polling,polling,0.39,Noun,7,5,2,polling,10.19,0.89,10.19,0.89,none,none,none, polliwog,polliwog,0.02,Noun,8,7,3,polliwog,7.80,0.68,7.80,0.68,none,none,none, polliwogs,polliwogs,0.02,Noun,9,8,3,polliwog,none,none,7.80,0.68,none,none,none, polloi,polloi,0.16,Noun,6,4,2,polloi,13.86,0.39,13.86,0.39,none,none,none, polls,polls,2.18,Noun,5,4,1,poll,none,none,11.58,1.00,none,10.60,8.54, pollutant,pollutant,0.02,Noun,9,8,3,pollutant,10.76,0.94,10.76,0.94,none,none,none, pollutants,pollutants,0.16,Noun,10,9,3,pollutant,none,none,10.76,0.94,none,none,none, pollute,pollute,0.45,Verb,7,5,2,pollute,8.56,1.00,8.56,1.00,none,none,none, polluted,polluted,0.98,Verb,8,7,3,pollute,none,none,8.56,1.00,none,none,none, polluter,polluter,0.04,Noun,8,6,3,polluter,8.24,0.94,8.24,0.94,none,none,none, polluters,polluters,0.04,Noun,9,7,3,polluter,none,none,8.24,0.94,none,none,none, pollutes,pollutes,0.22,Verb,8,6,2,pollute,none,none,8.56,1.00,none,none,none, polluting,polluting,0.45,Verb,9,7,3,pollute,none,none,8.56,1.00,none,none,none, pollution,pollution,1.90,Noun,9,7,3,pollution,8.56,1.00,8.56,1.00,none,none,none, pollywog,pollywog,0.08,Noun,8,7,3,pollywog,11.07,0.75,11.07,0.75,none,none,none, pollywogs,pollywogs,0.02,Noun,9,8,3,pollywog,none,none,11.07,0.75,none,none,none, polo,polo,3.49,Noun,4,4,2,polo,9.95,1.00,9.95,1.00,none,none,none,8.45 polonaise,polonaise,0.06,Verb,9,7,3,polonaise,11.40,0.26,11.40,0.26,none,none,none, polonaises,polonaises,0.02,Noun,10,9,4,polonaise,none,none,11.40,0.26,none,none,none, polonium,polonium,0.02,Noun,8,8,4,polonium,13.50,0.63,13.50,0.63,none,none,none, poltergeist,poltergeist,0.63,Noun,11,9,3,poltergeist,8.94,1.00,8.94,1.00,none,none,none, poltergeists,poltergeists,0.20,Noun,12,10,3,poltergeist,none,none,8.94,1.00,none,none,none, poltroon,poltroon,0.06,Noun,8,7,2,poltroon,14.00,0.11,14.00,0.11,none,none,none, poltroons,poltroons,0.02,Noun,9,8,2,poltroon,none,none,14.00,0.11,none,none,none, poly,poly,0.37,Noun,4,4,2,poly,12.81,0.80,12.81,0.80,none,none,none, polycarbonate,polycarbonate,0.06,Adjective,13,12,5,polycarbonate,15.56,0.90,15.56,0.90,none,none,none, polychromatic,polychromatic,0.02,Adjective,13,12,5,polychromatic,15.07,0.79,15.07,0.79,none,none,none, polyclinic,polyclinic,Err:512,Err:512,10,10,4,polyclinic,14.62,0.44,14.62,0.44,none,none,none, polycyclic,polycyclic,0.08,Adjective,10,10,4,polycyclic,15.36,0.61,15.36,0.61,none,none,none, polycystic,polycystic,0.06,Adjective,10,10,4,polycystic,18.09,0.61,18.09,0.61,none,none,none, polyester,polyester,1.24,Noun,9,8,4,polyester,10.16,1.00,10.16,1.00,none,none,none, polyethylene,polyethylene,0.12,Noun,12,10,5,polyethylene,16.15,0.72,16.15,0.72,none,none,none, polygamist,polygamist,0.04,Noun,10,10,4,polygamist,14.26,1.00,14.26,1.00,none,none,none, polygamists,polygamists,0.02,Noun,11,11,4,polygamist,none,none,14.26,1.00,none,none,none, polygamous,polygamous,0.04,Adjective,10,9,4,polygamous,14.35,0.85,14.35,0.85,none,none,none, polygamy,polygamy,0.37,Noun,8,8,4,polygamy,12.95,0.95,12.95,0.95,none,none,none, polygenic,polygenic,0.02,Adjective,9,9,4,polygenic,14.15,0.72,14.15,0.72,none,none,none, polyglot,polyglot,0.02,Noun,8,8,3,polyglot,16.91,0.61,16.91,0.61,none,none,none, polygonal,polygonal,0.04,Adjective,9,9,4,polygonal,12.33,0.79,12.33,0.79,none,none,none, polygraph,polygraph,1.59,Noun,9,8,3,polygraph,13.33,1.00,13.33,1.00,none,none,none, polygraphist,polygraphist,0.02,Noun,12,11,4,polygraphist,14.38,0.72,14.38,0.72,none,none,none, polygraphs,polygraphs,0.10,Noun,10,9,3,polygraph,none,none,13.33,1.00,none,none,none, polymer,polymer,0.63,Noun,7,6,3,polymer,15.50,0.78,15.50,0.78,none,none,none, polymerization,polymerization,0.02,Noun,14,12,6,polymerization,14.87,0.83,14.87,0.83,none,none,none, polymers,polymers,0.14,Noun,8,7,3,polymer,none,none,15.50,0.78,none,none,none, polymorph,polymorph,0.02,Noun,9,8,3,polymorph,15.00,0.78,15.00,0.78,none,none,none, polymorphic,polymorphic,0.06,Adjective,11,10,4,polymorphic,15.60,0.79,15.60,0.79,none,none,none, polymorphous,polymorphous,0.02,Adjective,12,10,4,polymorphous,15.00,0.89,15.00,0.89,none,none,none, polynomial,polynomial,0.06,Noun,10,10,5,polynomial,13.00,0.84,13.00,0.84,none,none,none, polyp,polyp,0.25,Noun,5,5,2,polyp,16.05,1.00,16.05,1.00,none,13.23,none, polyphonic,polyphonic,0.18,Adjective,10,9,4,polyphonic,15.81,0.84,15.81,0.84,none,none,none, polyps,polyps,0.14,Noun,6,6,2,polyp,none,none,16.05,1.00,none,13.23,none, polystyrene,polystyrene,0.02,Noun,11,10,4,polystyrene,15.64,0.67,15.64,0.67,none,none,none, polysyllabic,polysyllabic,0.10,Adjective,12,11,5,polysyllabic,14.44,0.95,14.44,0.95,none,none,none, polytechnic,polytechnic,0.16,Noun,11,10,4,polytechnic,15.47,0.85,15.47,0.85,none,none,none, polytheism,polytheism,0.02,Noun,10,10,5,polytheism,12.36,0.70,12.36,0.70,none,none,none, polytheist,polytheist,0.02,Noun,10,9,4,polytheist,14.50,1.00,14.50,1.00,none,none,none, polythene,polythene,0.14,Noun,9,7,3,polythene,17.27,0.58,17.27,0.58,none,none,none, polyunsaturated,polyunsaturated,0.02,Adjective,15,15,7,polyunsaturated,14.56,0.84,14.56,0.84,none,none,none, polyurethane,polyurethane,0.24,Noun,12,10,5,polyurethane,13.63,1.00,13.63,1.00,none,none,none, polyvinyl,polyvinyl,0.12,Noun,9,9,4,polyvinyl,14.81,0.89,14.81,0.89,none,none,none, pomade,pomade,0.12,Adjective,6,5,2,pomade,14.50,0.78,14.50,0.78,none,none,none, pomegranate,pomegranate,0.25,Noun,11,10,4,pomegranate,11.17,0.95,11.17,0.95,none,none,none, pomegranates,pomegranates,0.10,Noun,12,11,4,pomegranate,none,none,11.17,0.95,none,none,none, pommel,pommel,0.20,Noun,6,5,2,pummel,none,none,12.39,0.95,none,none,none, pomp,pomp,0.39,Noun,4,4,1,pomp,12.38,0.72,12.38,0.72,10.37,none,12.45, pompom,pompom,0.14,Noun,6,6,2,pompom,8.50,1.00,8.50,1.00,none,none,none, pompoms,pompoms,0.31,Noun,7,7,2,pompom,none,none,8.50,1.00,none,none,none, pompon,pompon,0.02,Noun,6,6,2,pompon,8.94,0.86,8.94,0.86,none,none,none, pompons,pompons,0.08,Noun,7,7,2,pompon,none,none,8.94,0.86,none,none,none, pomposity,pomposity,0.08,Noun,9,9,4,pomposity,15.30,0.56,15.30,0.56,none,none,none, pompous,pompous,2.39,Adjective,7,6,2,pompous,12.71,0.85,12.71,0.85,none,none,none, poncho,poncho,0.86,Noun,6,5,2,poncho,8.84,1.00,8.84,1.00,none,none,none,8.45 ponchos,ponchos,0.14,Noun,7,6,2,poncho,none,none,8.84,1.00,none,none,none,8.45 pond,pond,6.33,Noun,4,4,1,pond,5.16,1.00,5.16,1.00,none,4.94,5.34, ponder,ponder,1.10,Verb,6,5,2,ponder,11.44,0.95,11.44,0.95,10.13,none,none,10.60 pondered,pondered,0.45,Verb,8,6,2,ponder,none,none,11.44,0.95,10.13,none,none,10.60 pondering,pondering,0.57,Verb,9,7,3,ponder,none,none,11.44,0.95,10.13,none,none,10.60 ponderous,ponderous,0.22,Adjective,9,7,3,ponderous,12.80,1.00,12.80,1.00,none,none,none, ponders,ponders,0.12,Verb,7,6,2,ponder,none,none,11.44,0.95,10.13,none,none,10.60 ponds,ponds,0.41,Noun,5,5,1,pond,none,none,5.16,1.00,none,4.94,5.34, pone,pone,0.10,Noun,4,3,1,pone,14.18,0.55,14.18,0.55,none,none,none, pong,pong,1.61,Noun,4,3,1,pong,8.68,1.00,8.68,1.00,none,none,none, pongs,pongs,0.02,Verb,5,4,1,pong,none,none,8.68,1.00,none,none,none, poniard,poniard,Err:512,Err:512,7,7,3,poniard,14.00,0.14,14.00,0.14,none,none,none, poniards,poniards,0.02,Noun,8,8,3,poniard,none,none,14.00,0.14,none,none,none, ponies,ponies,2.78,Noun,6,5,2,pony,none,none,5.39,1.00,5.04,4.14,none,4.14 pontiff,pontiff,0.06,Noun,7,6,2,pontiff,13.07,0.70,13.07,0.70,none,none,none, pontiffs,pontiffs,0.02,Verb,8,7,2,pontiff,none,none,13.07,0.70,none,none,none, pontificate,pontificate,0.04,Verb,11,10,4,pontificate,14.92,0.68,14.92,0.68,none,none,none, pontificating,pontificating,0.08,Verb,13,12,5,pontificate,none,none,14.92,0.68,none,none,none, pontoon,pontoon,0.27,Noun,7,6,2,pontoon,11.56,0.84,11.56,0.84,none,none,none, pontoons,pontoons,0.12,Noun,8,7,2,pontoon,none,none,11.56,0.84,none,none,none, pony,pony,8.10,Noun,4,4,2,pony,5.39,1.00,5.39,1.00,5.04,4.14,none,4.14 ponytail,ponytail,1.00,Noun,8,7,3,ponytail,5.79,1.00,5.79,1.00,none,none,none, ponytails,ponytails,0.08,Noun,9,8,3,ponytail,none,none,5.79,1.00,none,none,none, pooch,pooch,1.29,Noun,5,3,1,pooch,7.67,1.00,7.67,1.00,none,none,7.98, pooches,pooches,0.12,Noun,7,5,2,pooch,none,none,7.67,1.00,none,none,7.98, poodle,poodle,2.84,Noun,6,5,2,poodle,6.53,1.00,6.53,1.00,none,7.34,none,5.68 poodles,poodles,0.76,Noun,7,6,2,poodle,none,none,6.53,1.00,none,7.34,none,5.68 poof,poof,2.16,Noun,4,3,1,poof,5.67,0.95,5.67,0.95,none,none,5.59, pool,pool,46.98,Noun,4,3,1,pool,5.15,1.00,5.15,1.00,none,4.94,4.45, pooled,pooled,0.27,Verb,6,4,1,pool,none,none,5.15,1.00,none,4.94,4.45, pooling,pooling,0.47,Verb,7,5,2,pool,none,none,5.15,1.00,none,4.94,4.45, poolroom,poolroom,0.35,Noun,8,6,2,poolroom,9.21,1.00,9.21,1.00,none,none,none, poolrooms,poolrooms,0.08,Noun,9,7,2,poolroom,none,none,9.21,1.00,none,none,none, pools,pools,2.31,Noun,5,4,1,pool,none,none,5.15,1.00,none,4.94,4.45, poolside,poolside,0.24,Noun,8,6,2,poolside,8.26,1.00,8.26,1.00,none,none,none, pooltable,pool table,Err:512,Err:512,9,8,3,pooltable,7.65,1.00,7.65,1.00,none,none,none, poop,poop,5.59,Noun,4,3,1,poop,4.00,1.00,4.00,1.00,none,none,3.63, pooped,pooped,1.25,Verb,6,4,1,poop,none,none,4.00,1.00,none,none,3.63, pooping,pooping,0.18,Verb,7,5,2,poop,none,none,4.00,1.00,none,none,3.63, poops,poops,0.33,Verb,5,4,1,poop,none,none,4.00,1.00,none,none,3.63, poor,poor,129.08,Adjective,4,3,1,poor,6.11,1.00,6.11,1.00,5.30,none,6.20, poorer,poorer,1.47,Adjective,6,4,2,poor,none,none,6.11,1.00,5.30,none,6.20, poorest,poorest,0.65,Adjective,7,6,2,poor,none,none,6.11,1.00,5.30,none,6.20, poorhouse,poorhouse,0.25,Noun,9,6,2,poorhouse,10.61,1.00,10.61,1.00,none,none,none, poorhouses,poorhouses,0.04,Noun,10,8,3,poorhouse,none,none,10.61,1.00,none,none,none, poorly,poorly,2.61,Adverb,6,5,2,poorly,8.08,1.00,8.08,1.00,5.27,none,none, pop,pop,67.47,Interjection,3,3,1,pop,4.48,1.00,4.48,1.00,5.94,none,4.34, popcorn,popcorn,9.12,Noun,7,7,2,popcorn,4.17,1.00,4.17,1.00,none,none,none, popcorns,popcorns,0.02,Noun,8,8,2,popcorn,none,none,4.17,1.00,none,none,none, pope,pope,10.71,Noun,4,3,1,pope,8.83,1.00,8.83,1.00,none,8.11,8.47, popery,popery,0.04,Noun,6,6,3,popery,13.44,0.43,13.44,0.43,none,none,none, popes,popes,0.29,Noun,5,4,1,pope,none,none,8.83,1.00,none,8.11,8.47, popeyed,popeyed,Err:512,Err:512,7,5,2,popeyed,7.27,0.79,7.27,0.79,none,none,none, popgun,popgun,0.22,Noun,6,6,2,popgun,8.75,0.84,8.75,0.84,none,none,none, popguns,popguns,0.02,Noun,7,7,2,popgun,none,none,8.75,0.84,none,none,none, popinjay,popinjay,0.20,Noun,8,7,3,popinjay,11.67,0.17,11.67,0.17,none,none,none, popinjays,popinjays,0.04,Noun,9,8,3,popinjay,none,none,11.67,0.17,none,none,none, poplar,poplar,0.25,Noun,6,5,2,poplar,10.27,0.83,10.27,0.83,none,none,none, poplars,poplars,0.02,Noun,7,6,2,poplar,none,none,10.27,0.83,none,none,none, poplin,poplin,0.06,Noun,6,6,2,poplin,12.67,0.47,12.67,0.47,none,none,none, popover,popover,0.04,Noun,7,6,3,popover,8.44,0.84,8.44,0.84,none,none,none, popovers,popovers,0.14,Noun,8,7,3,popover,none,none,8.44,0.84,none,none,none, popped,popped,7.92,Verb,6,4,1,pop,none,none,4.48,1.00,5.94,none,4.34, popper,popper,0.39,Noun,6,4,2,popper,9.61,0.90,9.61,0.90,none,none,none, poppers,poppers,0.51,Noun,7,5,2,popper,none,none,9.61,0.90,none,none,none, poppet,poppet,0.33,Noun,6,5,2,poppet,12.29,0.78,12.29,0.78,none,none,none, poppies,poppies,0.33,Noun,7,5,2,poppy,none,none,10.37,1.00,none,none,none,9.85 popping,popping,5.39,Verb,7,5,2,pop,none,none,4.48,1.00,5.94,none,4.34, poppy,poppy,3.96,Name,5,4,2,poppy,10.37,1.00,10.37,1.00,none,none,none,9.85 poppycock,poppycock,0.43,Noun,9,7,3,poppycock,10.56,0.86,10.56,0.86,none,none,none, pops,pops,11.73,Verb,4,4,1,pop,none,none,4.48,1.00,5.94,none,4.34, popsicle,popsicle,1.61,Noun,8,8,3,popsicle,3.78,1.00,3.78,1.00,none,none,none, populace,populace,0.31,Noun,8,8,3,populace,12.35,0.94,12.35,0.94,none,none,none, popular,popular,23.08,Adjective,7,7,3,popular,6.61,1.00,6.61,1.00,none,none,none, popularity,popularity,2.92,Noun,10,11,5,popularity,9.11,1.00,9.11,1.00,none,none,none, popularize,popularise,0.02,Verb,10,9,4,popularize,10.89,1.00,10.89,1.00,none,none,none, populate,populate,0.24,Verb,8,8,3,populate,9.78,1.00,9.78,1.00,none,none,none, populated,populated,1.10,Verb,9,10,4,populate,none,none,9.78,1.00,none,none,none, populating,populating,0.04,Verb,10,10,4,populate,none,none,9.78,1.00,none,none,none, population,population,9.10,Noun,10,10,4,population,8.11,1.00,8.11,1.00,none,9.28,none, populations,populations,0.37,Noun,11,11,4,population,none,none,8.11,1.00,none,9.28,none, populist,populist,0.08,Adjective,8,9,3,populist,14.14,0.74,14.14,0.74,none,none,none, populous,populous,0.04,Adjective,8,8,3,populous,12.62,0.80,12.62,0.80,none,none,none, porcelain,porcelain,1.57,Noun,9,8,3,porcelain,9.12,0.94,9.12,0.94,none,none,none, porch,porch,9.63,Noun,5,4,1,porch,5.40,1.00,5.40,1.00,none,6.45,6.06, porches,porches,0.18,Noun,7,6,2,porch,none,none,5.40,1.00,none,6.45,6.06, porcine,porcine,0.10,Adjective,7,6,2,porcine,15.10,0.56,15.10,0.56,none,none,none, porcupine,porcupine,0.65,Noun,9,9,3,porcupine,6.89,1.00,6.89,1.00,none,none,none, porcupines,porcupines,0.27,Noun,10,10,3,porcupine,none,none,6.89,1.00,none,none,none, pore,pore,0.47,Noun,4,3,1,pore,9.89,1.00,9.89,1.00,none,none,none, pored,pored,0.06,Verb,5,4,1,pore,none,none,9.89,1.00,none,none,none, pores,pores,1.73,Noun,5,4,1,pore,none,none,9.89,1.00,none,none,none, poring,poring,0.18,Verb,6,5,2,pore,none,none,9.89,1.00,none,none,none, pork,pork,10.53,Noun,4,4,1,pork,5.63,1.00,5.63,1.00,none,5.62,6.47, porker,porker,0.61,Noun,6,5,2,porker,10.76,0.94,10.76,0.94,none,none,none, porkers,porkers,0.04,Noun,7,6,2,porker,none,none,10.76,0.94,none,none,none, porkpie,porkpie,0.08,Noun,7,6,2,porkpie,11.40,0.79,11.40,0.79,none,none,none, porkpies,porkpies,0.02,Noun,8,7,2,porkpie,none,none,11.40,0.79,none,none,none, porky,porky,0.59,Adjective,5,5,2,porky,10.53,1.00,10.53,1.00,none,none,none, porn,porn,11.61,Noun,4,4,1,porn,11.56,1.00,11.56,1.00,none,none,none, porno,porno,4.51,Noun,5,5,2,porno,12.90,1.00,12.90,1.00,none,none,none, pornographer,pornographer,0.37,Noun,12,10,4,pornographer,14.83,1.00,14.83,1.00,none,none,none, pornographers,pornographers,0.18,Noun,13,11,4,pornographer,none,none,14.83,1.00,none,none,none, pornographic,pornographic,1.53,Adjective,12,11,4,pornographic,12.25,1.00,12.25,1.00,none,none,none, pornographies,pornographies,0.02,Noun,13,11,4,pornography,none,none,12.68,1.00,none,none,none, pornography,pornography,2.67,Noun,11,10,4,pornography,12.68,1.00,12.68,1.00,none,none,none, porosity,porosity,0.02,Noun,8,8,4,porosity,11.75,0.44,11.75,0.44,none,none,none, porous,porous,0.29,Adjective,6,5,2,porous,10.53,0.95,10.53,0.95,none,none,none, porphyry,porphyry,0.02,Adjective,8,6,3,porphyry,14.60,0.26,14.60,0.26,none,none,none, porpoise,porpoise,0.35,Noun,8,6,2,porpoise,8.94,0.84,8.94,0.84,10.27,none,none, porpoises,porpoises,0.14,Noun,9,8,3,porpoise,none,none,8.94,0.84,10.27,none,none, porridge,porridge,0.82,Noun,8,5,2,porridge,6.35,1.00,6.35,1.00,none,none,none,9.40 porridges,porridges,0.02,Noun,9,7,3,porridge,none,none,6.35,1.00,none,none,none,9.40 porringer,porringer,0.02,Noun,9,7,3,porringer,17.20,0.26,17.20,0.26,none,none,none, port,port,14.53,Noun,4,4,1,port,9.32,1.00,9.32,1.00,none,7.45,8.89, portability,portability,0.02,Noun,11,11,5,portability,12.20,1.00,12.20,1.00,none,none,none, portable,portable,4.00,Adjective,8,8,3,portable,7.95,1.00,7.95,1.00,none,none,none, portables,portables,0.18,Noun,9,9,3,portable,none,none,7.95,1.00,none,none,none, portage,portage,0.12,Noun,7,6,2,portage,12.79,0.78,12.79,0.78,none,none,none, portages,portages,0.02,Noun,8,8,3,portage,none,none,12.79,0.78,none,none,none, portal,portal,4.35,Noun,6,6,2,portal,11.00,1.00,11.00,1.00,none,none,none,10.22 portals,portals,1.22,Noun,7,7,2,portal,none,none,11.00,1.00,none,none,none,10.22 portative,portative,0.02,Adjective,9,8,3,portative,11.80,0.53,11.80,0.53,none,none,none, portcullis,portcullis,0.08,Noun,10,8,3,portcullis,14.00,0.15,14.00,0.15,none,none,none, portcullises,portcullises,0.02,Noun,12,10,4,portcullis,none,none,14.00,0.15,none,none,none, portend,portend,0.06,Verb,7,7,2,portend,14.67,0.45,14.67,0.45,none,none,none, portends,portends,0.02,Verb,8,8,2,portend,none,none,14.67,0.45,none,none,none, portent,portent,0.12,Noun,7,7,2,portent,13.43,0.78,13.43,0.78,12.50,none,none, portentous,portentous,0.08,Adjective,10,9,3,portentous,15.70,0.56,15.70,0.56,none,none,none, portents,portents,0.12,Noun,8,8,2,portent,none,none,13.43,0.78,12.50,none,none, porter,porter,15.59,Name,6,5,2,porter,10.08,0.95,10.08,0.95,8.77,10.60,none, porterhouse,porterhouse,0.67,Noun,11,8,3,porterhouse,14.57,0.78,14.57,0.78,none,none,none, porterhouses,porterhouses,0.02,Noun,12,10,4,porterhouse,none,none,14.57,0.78,none,none,none, porters,porters,0.82,Noun,7,6,2,porter,none,none,10.08,0.95,8.77,10.60,none, portfolio,portfolio,2.04,Noun,9,9,4,portfolio,13.84,1.00,13.84,1.00,none,none,none, portfolios,portfolios,0.22,Noun,10,10,4,portfolio,none,none,13.84,1.00,none,none,none, porthole,porthole,0.55,Noun,8,7,2,porthole,10.12,0.89,10.12,0.89,none,none,none, portholes,portholes,0.10,Noun,9,8,2,porthole,none,none,10.12,0.89,none,none,none, portico,portico,0.31,Noun,7,7,3,portico,13.00,0.58,13.00,0.58,none,none,none, porticoes,porticoes,0.02,Noun,9,8,3,portico,none,none,13.00,0.58,none,none,none, portiere,portiere,Err:512,Err:512,8,6,2,portiere,17.67,0.14,17.67,0.14,none,none,none, portion,portion,4.33,Noun,7,6,2,portion,8.39,1.00,8.39,1.00,none,8.18,none,9.22 portions,portions,0.98,Noun,8,7,2,portion,none,none,8.39,1.00,none,8.18,none,9.22 portly,portly,0.16,Adjective,6,6,2,portly,11.12,0.80,11.12,0.80,none,none,none, portmanteau,portmanteau,0.04,Noun,11,10,4,portmanteau,17.78,0.45,17.78,0.45,none,none,none, portmanteaus,portmanteaus,0.02,Noun,12,11,4,portmanteau,none,none,17.78,0.45,none,none,none, portmanteaux,portmanteaux,0.02,Noun,12,12,4,portmanteau,none,none,17.78,0.45,none,none,none, portrait,portrait,5.43,Noun,8,7,2,portrait,7.61,1.00,7.61,1.00,none,none,none,8.45 portraitist,portraitist,0.02,Noun,11,10,3,portraitist,13.12,0.84,13.12,0.84,none,none,none, portraits,portraits,1.33,Noun,9,8,2,portrait,none,none,7.61,1.00,none,none,none,8.45 portraiture,portraiture,0.10,Noun,11,8,3,portraiture,12.56,0.84,12.56,0.84,none,none,none, portray,portray,0.84,Verb,7,6,2,portray,10.95,1.00,10.95,1.00,10.80,none,none,10.51 portrayal,portrayal,0.35,Noun,9,8,3,portrayal,10.47,1.00,10.47,1.00,none,none,none, portrayals,portrayals,0.04,Noun,10,9,3,portrayal,none,none,10.47,1.00,none,none,none, portrayed,portrayed,0.59,Verb,9,7,2,portray,none,none,10.95,1.00,10.80,none,none,10.51 portrayer,portrayer,0.02,Noun,9,7,3,portrayer,11.67,0.95,11.67,0.95,none,none,none, portraying,portraying,0.33,Verb,10,8,3,portray,none,none,10.95,1.00,10.80,none,none,10.51 portrays,portrays,0.12,Verb,8,7,2,portray,none,none,10.95,1.00,10.80,none,none,10.51 ports,ports,1.86,Noun,5,5,1,port,none,none,9.32,1.00,none,7.45,8.89, portside,portside,0.37,Noun,8,7,2,portside,11.89,0.82,11.89,0.82,none,none,none, posada,posada,0.08,Noun,6,6,3,posada,14.50,0.42,14.50,0.42,none,none,none, pose,pose,6.80,Verb,4,3,1,pose,7.89,1.00,7.89,1.00,none,8.47,8.48, posed,posed,2.20,Verb,5,4,1,pose,none,none,7.89,1.00,none,8.47,8.48, poser,poser,0.33,Noun,5,4,2,poser,13.22,1.00,13.22,1.00,none,none,none, posers,posers,0.33,Noun,6,5,2,poser,none,none,13.22,1.00,none,none,none, poses,poses,1.78,Verb,5,5,2,pose,none,none,7.89,1.00,none,8.47,8.48, poseur,poseur,0.10,Noun,6,4,2,poseur,14.92,0.57,14.92,0.57,none,none,none, poseurs,poseurs,0.10,Noun,7,5,2,poseur,none,none,14.92,0.57,none,none,none, posh,posh,1.27,Adjective,4,3,1,posh,11.88,0.94,11.88,0.94,7.47,none,11.63, posies,posies,0.29,Noun,6,5,2,posy,none,none,8.56,0.84,none,8.22,none, posing,posing,3.24,Verb,6,5,2,pose,none,none,7.89,1.00,none,8.47,8.48, posit,posit,0.12,Verb,5,5,2,posit,14.78,0.50,14.78,0.50,none,none,none, posited,posited,0.04,Verb,7,7,3,posit,none,none,14.78,0.50,none,none,none, position,position,72.08,Noun,8,7,3,position,8.72,1.00,8.72,1.00,none,7.51,none, positional,positional,0.14,Adjective,10,9,4,positional,10.41,1.00,10.41,1.00,none,none,none, positioned,positioned,0.63,Verb,10,8,3,position,none,none,8.72,1.00,none,7.51,none, positioning,positioning,0.84,Noun,11,9,4,positioning,10.06,1.00,10.06,1.00,none,none,none, positions,positions,9.59,Noun,9,8,3,position,none,none,8.72,1.00,none,7.51,none, positive,positive,31.63,Adjective,8,7,3,positive,8.11,1.00,8.11,1.00,none,none,none, positives,positives,0.18,Noun,9,8,3,positive,none,none,8.11,1.00,none,none,none, positivity,positivity,0.24,Noun,10,10,5,positivity,11.61,1.00,11.61,1.00,none,none,none, positron,positron,0.04,Noun,8,8,3,positron,15.25,0.63,15.25,0.63,none,none,none, positrons,positrons,0.02,Noun,9,9,3,positron,none,none,15.25,0.63,none,none,none, posits,posits,0.04,Verb,6,6,2,posit,none,none,14.78,0.50,none,none,none, posse,posse,4.33,Noun,5,4,2,posse,10.56,1.00,10.56,1.00,none,none,none,11.59 posses,posses,0.22,Noun,6,5,2,posse,none,none,10.56,1.00,none,none,none,11.59 possess,possess,5.49,Verb,7,5,2,possess,11.95,1.00,11.95,1.00,none,9.62,none,10.32 possessed,possessed,6.67,Verb,9,6,2,possess,none,none,11.95,1.00,none,9.62,none,10.32 possesses,possesses,1.33,Verb,9,7,3,possess,none,none,11.95,1.00,none,9.62,none,10.32 possessing,possessing,0.71,Verb,10,7,3,possess,none,none,11.95,1.00,none,9.62,none,10.32 possession,possession,13.33,Noun,10,7,3,possession,9.95,1.00,9.95,1.00,none,9.28,none, possessions,possessions,3.35,Noun,11,8,3,possession,none,none,9.95,1.00,none,9.28,none, possessive,possessive,1.27,Adjective,10,7,3,possessive,9.61,1.00,9.61,1.00,none,none,none, possessiveness,possessiveness,0.06,Noun,14,10,4,possessiveness,11.33,1.00,11.33,1.00,none,none,none, possessor,possessor,0.20,Noun,9,6,3,possessor,12.68,1.00,12.68,1.00,none,none,none, possessors,possessors,0.02,Noun,10,7,3,possessor,none,none,12.68,1.00,none,none,none, possessory,possessory,0.04,Adjective,10,7,4,possessory,12.33,0.45,12.33,0.45,none,none,none, possibilities,possibilities,7.57,Noun,13,11,5,possibility,none,none,8.47,0.94,none,none,none, possibility,possibility,20.29,Noun,11,10,5,possibility,8.47,0.94,8.47,0.94,none,none,none, possible,possible,114.04,Adjective,8,7,3,possible,7.32,1.00,7.32,1.00,7.12,none,none, possum,possum,2.06,Noun,6,5,2,possum,6.61,0.86,6.61,0.86,none,none,none,7.41 possums,possums,0.14,Noun,7,6,2,possum,none,none,6.61,0.86,none,none,none,7.41 post,post,32.43,Noun,4,4,1,post,8.11,1.00,8.11,1.00,6.70,5.65,6.87, postage,postage,0.94,Noun,7,6,2,postage,8.33,1.00,8.33,1.00,none,none,none, postal,postal,1.88,Adjective,6,6,2,postal,8.17,1.00,8.17,1.00,none,none,none,9.13 postbox,postbox,Err:512,Err:512,7,8,2,postbox,6.65,0.90,6.65,0.90,none,none,none, postboxes,postboxes,0.02,Noun,9,10,3,postbox,none,none,6.65,0.90,none,none,none, postcard,postcard,4.14,Noun,8,8,2,postcard,6.74,1.00,6.74,1.00,none,none,none, postcards,postcards,2.08,Noun,9,9,2,postcard,none,none,6.74,1.00,none,none,none, postdate,postdate,0.02,Verb,8,7,2,postdate,14.12,0.89,14.12,0.89,none,none,none, postdates,postdates,0.02,Verb,9,8,2,postdate,none,none,14.12,0.89,none,none,none, postdoctoral,postdoctoral,0.06,Noun,12,11,4,postdoctoral,14.94,0.95,14.94,0.95,none,none,none, posted,posted,7.20,Verb,6,6,2,post,none,none,8.11,1.00,6.70,5.65,6.87, poster,poster,5.98,Noun,6,5,2,poster,8.12,0.94,8.12,0.94,none,none,none,6.61 posterior,posterior,0.61,Adjective,9,9,4,posterior,14.95,1.00,14.95,1.00,none,none,none, posteriors,posteriors,0.02,Noun,10,10,4,posterior,none,none,14.95,1.00,none,none,none, posterity,posterity,0.65,Noun,9,9,4,posterity,13.53,1.00,13.53,1.00,none,none,none, posters,posters,3.02,Noun,7,6,2,poster,none,none,8.12,0.94,none,none,none,6.61 postgraduate,postgraduate,0.24,Noun,12,12,4,postgraduate,14.56,1.00,14.56,1.00,none,none,none, posthaste,post-haste,0.24,Verb,9,8,2,posthaste,12.93,0.78,12.93,0.78,none,none,none, posthole,posthole,0.08,Noun,8,7,2,posthole,9.29,0.89,9.29,0.89,none,none,none, posthumous,posthumous,0.25,Adjective,10,8,3,posthumous,14.87,0.83,14.87,0.83,none,none,none, posthypnotic,posthypnotic,0.12,Adjective,12,12,4,posthypnotic,15.08,0.68,15.08,0.68,none,none,none, postlude,postlude,Err:512,Err:512,8,7,2,postlude,13.56,0.47,13.56,0.47,none,none,none, postman,postman,2.51,Noun,7,7,2,postman,5.22,1.00,5.22,1.00,4.87,none,none, postmark,postmark,0.37,Noun,8,8,2,postmark,11.45,1.00,11.45,1.00,none,none,none, postmarked,postmarked,0.24,Verb,10,9,2,postmark,none,none,11.45,1.00,none,none,none, postmarks,postmarks,0.10,Noun,9,9,2,postmark,none,none,11.45,1.00,none,none,none, postmaster,postmaster,0.33,Noun,10,9,3,postmaster,11.32,0.95,11.32,0.95,none,none,none, postmasters,postmasters,0.02,Noun,11,10,3,postmaster,none,none,11.32,0.95,none,none,none, postmen,postmen,0.10,Noun,7,7,2,postman,none,none,5.22,1.00,4.87,none,none, postmeridian,postmeridian,0.04,Noun,12,12,5,postmeridian,13.15,0.72,13.15,0.72,none,none,none, postmistress,postmistress,0.02,Noun,12,11,3,postmistress,13.17,0.63,13.17,0.63,none,none,none, postmodern,postmodern,0.27,Adjective,10,9,3,postmodern,14.37,1.00,14.37,1.00,none,none,none, postmodernism,postmodernism,0.02,Noun,13,13,5,postmodernism,14.71,0.78,14.71,0.78,none,none,none, postmodernist,postmodernist,0.04,Adjective,13,12,4,postmodernist,17.22,0.90,17.22,0.90,none,none,none, postmodernists,postmodernists,0.04,Noun,14,13,4,postmodernist,none,none,17.22,0.90,none,none,none, postmortem,post-mortem,1.31,Noun,10,10,3,postmortem,12.22,1.00,12.22,1.00,none,none,none, postmortems,post-mortems,0.04,Noun,11,11,3,postmortem,none,none,12.22,1.00,none,none,none, postnasal,postnasal,0.04,Noun,9,9,3,postnasal,14.79,0.95,14.79,0.95,none,none,none, postnatal,postnatal,0.06,Adjective,9,9,3,postnatal,12.79,1.00,12.79,1.00,none,none,none, postoperative,postoperative,0.12,Adjective,13,11,5,postoperative,14.07,0.83,14.07,0.83,none,none,none, postpaid,postpaid,Err:512,Err:512,8,7,2,postpaid,14.20,0.75,14.20,0.75,none,none,none, postpartum,postpartum,0.37,Noun,10,9,3,postpartum,15.86,1.00,15.86,1.00,none,none,none, postpone,postpone,3.90,Verb,8,7,2,postpone,10.42,1.00,10.42,1.00,none,none,none, postponed,postponed,2.00,Verb,9,8,2,postpone,none,none,10.42,1.00,none,none,none, postponement,postponement,0.51,Noun,12,11,3,postponement,11.72,0.95,11.72,0.95,none,none,none, postpones,postpones,0.04,Verb,9,8,2,postpone,none,none,10.42,1.00,none,none,none, postponing,postponing,0.75,Verb,10,9,3,postpone,none,none,10.42,1.00,none,none,none, postprandial,postprandial,0.06,Adjective,12,11,4,postprandial,17.00,0.32,17.00,0.32,none,none,none, posts,posts,2.76,Noun,5,5,1,post,none,none,8.11,1.00,6.70,5.65,6.87, postscript,postscript,0.31,Noun,10,8,2,postscript,12.89,0.95,12.89,0.95,none,none,none, posttraumatic,posttraumatic,0.16,Adjective,13,12,4,posttraumatic,16.26,1.00,16.26,1.00,none,none,none, postulant,postulant,0.02,Noun,9,9,3,postulant,14.30,0.56,14.30,0.56,none,none,none, postulants,postulants,0.06,Noun,10,10,3,postulant,none,none,14.30,0.56,none,none,none, postulate,postulate,0.06,Verb,9,8,3,postulate,13.85,0.72,13.85,0.72,none,none,none, postulates,postulates,0.02,Verb,10,9,3,postulate,none,none,13.85,0.72,none,none,none, postural,postural,0.12,Adjective,8,7,3,postural,13.62,0.72,13.62,0.72,none,none,none, posture,posture,1.73,Noun,7,5,2,posture,8.89,1.00,8.89,1.00,none,9.11,none,8.37 postures,postures,0.14,Noun,8,6,2,posture,none,none,8.89,1.00,none,9.11,none,8.37 postwar,post-war,0.29,Adjective,7,7,2,postwar,11.26,1.00,11.26,1.00,none,none,none, posy,posy,0.18,Noun,4,4,2,posy,8.56,0.84,8.56,0.84,none,8.22,none, pot,pot,22.53,Noun,3,3,1,pot,5.95,1.00,5.95,1.00,none,4.52,5.47, potable,potable,0.12,Adjective,7,7,3,potable,14.71,0.94,14.71,0.94,none,none,none, potables,potables,0.04,Noun,8,8,3,potable,none,none,14.71,0.94,none,none,none, potage,potage,0.08,Noun,6,5,2,potage,13.44,0.47,13.44,0.47,none,none,none, potash,potash,0.12,Noun,6,5,2,potash,14.56,0.47,14.56,0.47,none,none,none, potassium,potassium,1.65,Noun,9,8,4,potassium,11.89,0.95,11.89,0.95,none,none,none, potato,potato,11.29,Noun,6,6,3,potato,4.84,1.00,4.84,1.00,none,4.82,none, potatoes,potatoes,11.10,Noun,8,7,3,potato,none,none,4.84,1.00,none,4.82,none, potbellied,potbellied,0.16,Adjective,10,8,3,potbellied,10.56,0.95,10.56,0.95,none,none,none, potboiler,potboiler,0.02,Noun,9,7,3,potboiler,12.92,0.68,12.92,0.68,none,none,none, potencies,potencies,0.02,Noun,9,8,3,potency,none,none,12.89,1.00,none,none,none, potency,potency,0.47,Noun,7,7,3,potency,12.89,1.00,12.89,1.00,none,none,none, potent,potent,1.49,Adjective,6,6,2,potent,11.44,1.00,11.44,1.00,none,10.73,none,11.29 potentate,potentate,0.24,Noun,9,8,3,potentate,14.50,0.63,14.50,0.63,none,none,none, potentates,potentates,0.02,Noun,10,9,3,potentate,none,none,14.50,0.63,none,none,none, potential,potential,18.82,Adjective,9,8,3,potential,9.61,1.00,9.61,1.00,none,none,none, potentialities,potentialities,0.14,Noun,14,13,6,potentiality,none,none,13.00,1.00,none,none,none, potentiality,potentiality,0.04,Noun,12,12,6,potentiality,13.00,1.00,13.00,1.00,none,none,none, potentials,potentials,0.49,Noun,10,9,3,potential,none,none,9.61,1.00,none,none,none, potentiate,potentiate,0.02,Verb,10,9,4,potentiate,13.47,0.85,13.47,0.85,none,none,none, pothead,pothead,0.41,Noun,7,6,2,pothead,12.16,1.00,12.16,1.00,none,none,none, potheads,potheads,0.24,Noun,8,7,2,pothead,none,none,12.16,1.00,none,none,none, pother,pother,Err:512,Err:512,6,5,2,pother,NA,0.00,NA,0.00,none,none,none, pothole,pothole,0.49,Noun,7,6,2,pothole,8.42,1.00,8.42,1.00,10.68,none,none, potholes,potholes,0.47,Noun,8,7,2,pothole,none,none,8.42,1.00,10.68,none,none, potholing,potholing,0.02,Verb,9,8,3,potholing,12.70,0.53,12.70,0.53,none,none,none, pothouse,pothouse,0.02,Noun,8,6,2,pothouse,13.45,0.58,13.45,0.58,none,none,none, potion,potion,7.45,Noun,6,5,2,potion,7.58,1.00,7.58,1.00,none,none,none,8.53 potions,potions,1.14,Noun,7,6,2,potion,none,none,7.58,1.00,none,none,none,8.53 potlatch,potlatch,0.02,Noun,8,6,2,potlatch,11.86,0.39,11.86,0.39,none,none,none, potluck,potluck,0.43,Noun,7,6,2,potluck,7.80,1.00,7.80,1.00,none,none,none, potlucks,potlucks,0.08,Noun,8,7,2,potluck,none,none,7.80,1.00,none,none,none, potpie,potpie,0.20,Noun,6,5,2,potpie,8.11,0.95,8.11,0.95,none,none,none, potpourri,potpourri,0.47,Noun,9,6,3,potpourri,10.15,1.00,10.15,1.00,none,none,none, pots,pots,3.55,Noun,4,4,1,pot,none,none,5.95,1.00,none,4.52,5.47, potshot,potshot,0.14,Noun,7,5,2,potshot,12.70,0.56,12.70,0.56,none,none,none, potshots,potshots,0.14,Noun,8,6,2,potshot,none,none,12.70,0.56,none,none,none, pottage,pottage,0.02,Noun,7,5,2,pottage,13.88,0.42,13.88,0.42,none,none,none, potted,potted,0.47,Adjective,6,5,2,potted,8.37,1.00,8.37,1.00,none,none,none, potter,potter,20.37,Name,6,4,2,potter,8.45,1.00,8.45,1.00,none,none,none, pottery,pottery,1.84,Noun,7,5,3,pottery,7.83,1.00,7.83,1.00,none,none,none, potties,potties,0.06,Noun,7,5,2,potty,none,none,2.28,1.00,none,none,none,3.95 potting,potting,0.20,Verb,7,5,2,pot,none,none,5.95,1.00,none,4.52,5.47, potty,potty,1.69,Noun,5,4,2,potty,2.28,1.00,2.28,1.00,none,none,none,3.95 pouch,pouch,1.71,Noun,5,3,1,pouch,6.56,1.00,6.56,1.00,none,7.35,7.43, pouches,pouches,0.16,Noun,7,5,2,pouch,none,none,6.56,1.00,none,7.35,7.43, poultice,poultice,0.29,Noun,8,6,2,poultice,13.86,0.74,13.86,0.74,none,none,none, poultry,poultry,1.00,Noun,7,6,2,poultry,8.39,1.00,8.39,1.00,none,9.83,none,9.58 pounce,pounce,1.10,Verb,6,4,1,pounce,9.06,1.00,9.06,1.00,none,none,7.72, pounced,pounced,0.18,Verb,7,5,1,pounce,none,none,9.06,1.00,none,none,7.72, pounces,pounces,0.08,Verb,7,6,2,pounce,none,none,9.06,1.00,none,none,7.72, pouncing,pouncing,0.12,Verb,8,6,2,pounce,none,none,9.06,1.00,none,none,7.72, pound,pound,13.88,Noun,5,4,1,pound,6.79,1.00,6.79,1.00,6.23,5.65,6.94, poundage,poundage,0.08,Noun,8,6,2,poundage,10.53,0.83,10.53,0.83,none,none,none, pounded,pounded,0.86,Verb,7,6,2,pound,none,none,6.79,1.00,6.23,5.65,6.94, pounder,pounder,0.24,Noun,7,5,2,pounder,10.76,0.94,10.76,0.94,none,none,none, pounders,pounders,0.04,Noun,8,6,2,pounder,none,none,10.76,0.94,none,none,none, pounding,pounding,6.08,Noun,8,6,2,pounding,9.12,0.94,9.12,0.94,none,none,none, pounds,pounds,31.27,Noun,6,5,1,pound,none,none,6.79,1.00,6.23,5.65,6.94, pour,pour,15.12,Verb,4,3,1,pour,5.00,1.00,5.00,1.00,5.07,none,5.79, poured,poured,4.35,Verb,6,4,1,pour,none,none,5.00,1.00,5.07,none,5.79, pourer,pourer,0.08,Noun,6,4,2,pourer,7.58,1.00,7.58,1.00,none,none,none, pouring,pouring,5.92,Verb,7,5,2,pour,none,none,5.00,1.00,5.07,none,5.79, pours,pours,1.49,Verb,5,4,1,pour,none,none,5.00,1.00,5.07,none,5.79, pout,pout,1.08,Verb,4,3,1,pout,7.00,1.00,7.00,1.00,none,none,5.73, pouted,pouted,0.08,Verb,6,5,2,pout,none,none,7.00,1.00,none,none,5.73, pouter,pouter,0.04,Noun,6,4,2,pouter,11.80,0.75,11.80,0.75,none,none,none, pouters,pouters,0.02,Noun,7,5,2,pouter,none,none,11.80,0.75,none,none,none, pouting,pouting,0.92,Verb,7,5,2,pout,none,none,7.00,1.00,none,none,5.73, pouts,pouts,0.10,Verb,5,4,1,pout,none,none,7.00,1.00,none,none,5.73, pouty,pouty,0.57,Adjective,5,4,2,pouty,7.28,1.00,7.28,1.00,none,none,none, poverty,poverty,4.33,Noun,7,6,3,poverty,9.68,1.00,9.68,1.00,none,none,none, powder,powder,16.04,Noun,6,4,2,powder,5.06,1.00,5.06,1.00,none,none,none,6.89 powdered,powdered,2.10,Adjective,8,5,2,powdered,7.11,1.00,7.11,1.00,none,none,none, powdering,powdering,0.20,Verb,9,6,3,powder,none,none,5.06,1.00,none,none,none,6.89 powderpuff,powder puff,0.02,Noun,10,7,3,powderpuff,10.56,1.00,10.56,1.00,none,none,none, powders,powders,0.39,Noun,7,5,2,powder,none,none,5.06,1.00,none,none,none,6.89 powdery,powdery,0.10,Adjective,7,5,3,powdery,8.44,0.95,8.44,0.95,none,none,none, power,power,149.02,Noun,5,3,2,power,7.48,1.00,7.48,1.00,7.88,none,none,6.13 powerboat,powerboat,0.08,Noun,9,6,3,powerboat,8.47,0.94,8.47,0.94,none,none,none, powerboats,powerboats,0.02,Noun,10,7,3,powerboat,none,none,8.47,0.94,none,none,none, powered,powered,1.37,Verb,7,4,2,power,none,none,7.48,1.00,7.88,none,none,6.13 powerful,powerful,35.12,Adjective,8,6,3,powerful,6.42,1.00,6.42,1.00,none,none,none, powerhouse,powerhouse,0.55,Noun,10,6,3,powerhouse,9.05,1.00,9.05,1.00,none,none,none, powerhouses,powerhouses,0.06,Noun,11,8,4,powerhouse,none,none,9.05,1.00,none,none,none, powering,powering,0.78,Verb,8,5,3,power,none,none,7.48,1.00,7.88,none,none,6.13 powerless,powerless,3.76,Adjective,9,6,3,powerless,9.74,1.00,9.74,1.00,none,none,none, powerlessness,powerlessness,0.08,Noun,13,9,4,powerlessness,10.33,1.00,10.33,1.00,none,none,none, powers,powers,35.80,Noun,6,4,2,power,none,none,7.48,1.00,7.88,none,none,6.13 powerstrip,powerstrip,Err:512,Err:512,10,8,3,powerstrip,12.01,0.81,12.01,0.81,none,none,none, powwow,powwow,0.67,Noun,6,4,2,powwow,9.11,1.00,9.11,1.00,none,none,none, powwows,powwows,0.02,Noun,7,5,2,powwow,none,none,9.11,1.00,none,none,none, pox,pox,1.47,Noun,3,4,1,pox,8.61,0.95,8.61,0.95,none,none,8.65, practical,practical,11.31,Adjective,9,9,3,practical,10.00,1.00,10.00,1.00,none,9.66,none, practicalities,practicalities,0.06,Noun,14,13,5,practicality,none,none,10.89,1.00,11.09,none,none, practicality,practicality,0.14,Noun,12,12,5,practicality,10.89,1.00,10.89,1.00,11.09,none,none, practice,practice,45.69,Noun,8,7,2,practice,6.24,1.00,6.24,1.00,7.66,none,none,6.47 practiced,practised,3.33,Verb,9,8,2,practice,none,none,6.24,1.00,7.66,none,none,6.47 practices,practises,2.27,Noun,9,9,3,practice,none,none,6.24,1.00,7.66,none,none,6.47 practicing,practicing,9.88,Verb,10,9,3,practice,none,none,6.24,1.00,7.66,none,none,6.47 practitioner,practitioner,0.84,Noun,12,10,4,practitioner,13.61,1.00,13.61,1.00,none,none,none, practitioners,practitioners,0.24,Noun,13,11,4,practitioner,none,none,13.61,1.00,none,none,none, praetor,praetor,0.27,Noun,7,5,2,praetor,16.62,0.42,16.62,0.42,none,none,none, praetorian,praetorian,0.20,Adjective,10,9,4,praetorian,15.14,0.70,15.14,0.70,none,none,none, pragmatic,pragmatic,0.59,Adjective,9,9,3,pragmatic,15.75,0.84,15.75,0.84,none,none,none, pragmatism,pragmatism,0.22,Noun,10,11,4,pragmatism,15.59,0.77,15.59,0.77,none,none,none, pragmatist,pragmatist,0.18,Noun,10,10,3,pragmatist,15.88,0.84,15.88,0.84,none,none,none, prairie,prairie,2.80,Noun,7,5,2,prairie,6.50,1.00,6.50,1.00,none,8.60,none,7.49 prairies,prairies,0.16,Noun,8,6,2,prairie,none,none,6.50,1.00,none,8.60,none,7.49 praise,praise,9.45,Verb,6,4,1,praise,7.95,1.00,7.95,1.00,7.37,none,7.63, praised,praised,1.71,Verb,7,5,1,praise,none,none,7.95,1.00,7.37,none,7.63, praises,praises,1.02,Noun,7,6,2,praise,none,none,7.95,1.00,7.37,none,7.63, praiseworthy,praiseworthy,0.08,Adjective,12,8,3,praiseworthy,9.68,1.00,9.68,1.00,none,none,none, praising,praising,0.45,Verb,8,6,2,praise,none,none,7.95,1.00,7.37,none,7.63, praline,praline,0.27,Noun,7,6,2,praline,10.83,0.90,10.83,0.90,none,none,none, pralines,pralines,0.14,Noun,8,7,2,praline,none,none,10.83,0.90,none,none,none, pram,pram,0.22,Noun,4,4,1,pram,9.90,0.56,9.90,0.56,none,4.14,none, prance,prance,0.76,Noun,6,5,1,prance,8.95,1.00,8.95,1.00,none,none,9.17, prances,prances,0.02,Noun,7,7,2,prances,9.56,0.95,9.56,0.95,none,none,none, prancing,prancing,0.90,Verb,8,7,2,prance,none,none,8.95,1.00,none,none,9.17, prank,prank,4.00,Noun,5,5,1,prank,8.39,1.00,8.39,1.00,none,none,8.08, pranks,pranks,1.04,Noun,6,6,1,prank,none,none,8.39,1.00,none,none,8.08, prankster,prankster,0.22,Noun,9,8,2,prankster,8.58,1.00,8.58,1.00,none,none,none, pranksters,pranksters,0.16,Noun,10,9,2,prankster,none,none,8.58,1.00,none,none,none, praseodymium,praseodymium,0.04,Noun,12,12,6,praseodymium,17.00,0.28,17.00,0.28,none,none,none, prate,prate,0.04,Noun,5,4,1,prate,14.40,0.26,14.40,0.26,none,none,none, prater,prater,0.06,Noun,6,5,2,prater,14.83,0.32,14.83,0.32,none,none,none, pratfall,pratfall,0.06,Noun,8,7,2,pratfall,13.50,0.53,13.50,0.53,none,none,none, pratfalls,pratfalls,0.12,Noun,9,8,2,pratfall,none,none,13.50,0.53,none,none,none, prattle,prattle,0.37,Noun,7,6,2,prattle,12.25,0.60,12.25,0.60,none,none,none, prattler,prattler,0.02,Noun,8,7,2,prattler,13.83,0.67,13.83,0.67,none,none,none, prattles,prattles,0.08,Verb,8,7,2,prattle,none,none,12.25,0.60,none,none,none, prattling,prattling,0.31,Verb,9,7,2,prattle,none,none,12.25,0.60,none,none,none, prawn,prawn,0.51,Noun,5,4,1,prawn,13.06,0.85,13.06,0.85,none,none,none, prawns,prawns,0.27,Noun,6,5,1,prawn,none,none,13.06,0.85,none,none,none, pray,pray,36.22,Verb,4,3,1,pray,5.79,1.00,5.79,1.00,5.69,5.01,4.93, prayed,prayed,4.67,Verb,6,4,1,pray,none,none,5.79,1.00,5.69,5.01,4.93, prayer,prayer,15.78,Noun,6,4,1,prayer,5.25,1.00,5.25,1.00,none,5.50,5.53, prayerful,prayerful,0.02,Adjective,9,7,2,prayerful,7.06,0.89,7.06,0.89,none,none,none, prayers,prayers,9.51,Noun,7,5,1,prayer,none,none,5.25,1.00,none,5.50,5.53, praying,praying,10.20,Verb,7,5,2,pray,none,none,5.79,1.00,5.69,5.01,4.93, prays,prays,1.00,Verb,5,4,1,pray,none,none,5.79,1.00,5.69,5.01,4.93, preach,preach,2.39,Verb,6,4,1,preach,7.33,1.00,7.33,1.00,none,none,8.12, preached,preached,0.63,Verb,8,5,1,preach,none,none,7.33,1.00,none,none,8.12, preacher,preacher,6.71,Noun,8,5,2,preacher,6.11,0.95,6.11,0.95,7.74,none,none, preachers,preachers,0.51,Noun,9,6,2,preacher,none,none,6.11,0.95,7.74,none,none, preaches,preaches,0.25,Verb,8,6,2,preach,none,none,7.33,1.00,none,none,8.12, preaching,preaching,2.08,Verb,9,6,2,preach,none,none,7.33,1.00,none,none,8.12, preachment,preachment,Err:512,Err:512,10,8,2,preachment,13.88,0.42,13.88,0.42,none,none,none, preachy,preachy,0.18,Adjective,7,5,2,preachy,10.63,1.00,10.63,1.00,none,none,none, preadolescence,preadolescence,Err:512,Err:512,14,11,5,preadolescence,13.25,1.00,13.25,1.00,none,none,none, preadolescent,preadolescent,0.08,Adjective,13,12,5,preadolescent,12.44,0.89,12.44,0.89,none,none,none, preamble,preamble,0.31,Noun,8,8,3,preamble,11.94,0.94,11.94,0.94,none,none,none, prearrange,prearrange,0.04,Verb,10,7,3,prearrange,13.21,1.00,13.21,1.00,none,none,none, prearranged,prearranged,0.31,Adjective,11,8,3,prearranged,10.50,1.00,10.50,1.00,none,none,none, prearrangement,prearrangement,0.04,Noun,14,12,4,prearrangement,13.10,1.00,13.10,1.00,none,none,none, preassigned,preassigned,0.04,Verb,11,8,3,preassigned,11.65,1.00,11.65,1.00,none,none,none, preborn,preborn,0.02,Adjective,7,7,2,preborn,10.62,0.72,10.62,0.72,none,none,none, precancerous,precancerous,0.02,Adjective,12,10,4,precancerous,14.70,0.91,14.70,0.91,none,none,none, precarious,precarious,0.39,Adjective,10,9,4,precarious,14.53,0.95,14.53,0.95,none,none,none, precaution,precaution,3.41,Noun,10,8,3,precaution,11.05,1.00,11.05,1.00,none,10.34,none, precautionary,precautionary,0.65,Adjective,13,11,5,precautionary,11.33,0.95,11.33,0.95,none,none,none, precautions,precautions,2.49,Noun,11,9,3,precaution,none,none,11.05,1.00,none,10.34,none, precautious,precautious,0.02,Adjective,11,8,3,precautious,12.12,0.94,12.12,0.94,none,none,none, precede,precede,0.27,Verb,7,6,2,precede,10.40,1.00,10.40,1.00,none,none,none, preceded,preceded,0.59,Verb,8,8,3,precede,none,none,10.40,1.00,none,none,none, precedence,precedence,0.53,Noun,10,9,3,precedence,12.53,0.94,12.53,0.94,none,none,none, precedent,precedent,2.49,Noun,9,9,3,precedent,10.53,0.89,10.53,0.89,none,none,none, precedents,precedents,0.22,Noun,10,10,3,precedent,none,none,10.53,0.89,none,none,none, precedes,precedes,0.86,Verb,8,7,2,precede,none,none,10.40,1.00,none,none,none, precept,precept,0.14,Noun,7,7,2,precept,13.67,0.71,13.67,0.71,none,none,none, preceptor,preceptor,0.10,Noun,9,8,3,preceptor,12.06,0.89,12.06,0.89,none,none,none, preceptors,preceptors,0.02,Noun,10,9,3,preceptor,none,none,12.06,0.89,none,none,none, precepts,precepts,0.14,Noun,8,8,2,precept,none,none,13.67,0.71,none,none,none, precinct,precinct,7.33,Noun,8,8,2,precinct,11.94,1.00,11.94,1.00,11.61,none,none,12.32 precincts,precincts,0.47,Noun,9,9,2,precinct,none,none,11.94,1.00,11.61,none,none,12.32 preciosity,preciosity,Err:512,Err:512,10,10,5,preciosity,15.55,0.58,15.55,0.58,none,none,none, precious,precious,23.35,Adjective,8,6,2,precious,7.57,1.00,7.57,1.00,none,none,none,7.72 preciousness,preciousness,0.04,Noun,12,9,3,preciousness,10.53,1.00,10.53,1.00,none,none,none, precipice,precipice,0.49,Noun,9,8,3,precipice,11.94,0.84,11.94,0.84,none,none,none, precipitate,precipitate,0.12,Verb,11,10,4,precipitate,9.58,1.00,9.58,1.00,none,12.38,none, precipitated,precipitated,0.24,Verb,12,12,5,precipitate,none,none,9.58,1.00,none,12.38,none, precipitating,precipitating,0.16,Adjective,13,12,5,precipitating,11.10,1.00,11.10,1.00,none,none,none, precipitation,precipitation,0.29,Noun,13,12,5,precipitation,9.50,1.00,9.50,1.00,none,none,none, precipitous,precipitous,0.12,Adjective,11,10,4,precipitous,14.47,0.79,14.47,0.79,none,none,none, precis,precis,0.02,Noun,6,5,2,precis,13.50,0.32,13.50,0.32,none,none,none, precise,precise,5.20,Adjective,7,6,2,precise,9.68,1.00,9.68,1.00,none,9.34,none,10.70 precision,precision,2.94,Noun,9,8,3,precision,11.17,1.00,11.17,1.00,none,none,none, preclude,preclude,0.29,Verb,8,7,2,preclude,13.12,0.94,13.12,0.94,none,none,none, precludes,precludes,0.29,Verb,9,8,2,preclude,none,none,13.12,0.94,none,none,none, precocious,precocious,0.47,Adjective,10,8,3,precocious,12.41,0.81,12.41,0.81,none,none,none, precocity,precocity,0.06,Noun,9,9,4,precocity,16.36,0.55,16.36,0.55,none,none,none, precognition,precognition,0.16,Noun,12,11,4,precognition,13.06,0.95,13.06,0.95,none,none,none, precognitive,precognitive,0.04,Adjective,12,11,4,precognitive,15.35,0.89,15.35,0.89,none,none,none, preconceived,preconceived,0.31,Adjective,12,10,3,preconceived,12.89,1.00,12.89,1.00,none,none,none, preconception,preconception,0.02,Noun,13,12,4,preconception,13.50,0.95,13.50,0.95,none,none,none, preconceptions,preconceptions,0.33,Noun,14,13,4,preconception,none,none,13.50,0.95,none,none,none, precondition,precondition,0.08,Noun,12,11,4,precondition,13.40,1.00,13.40,1.00,none,none,none, preconscious,preconscious,0.04,Adjective,12,9,3,preconscious,15.47,0.83,15.47,0.83,none,none,none, precursor,precursor,0.14,Noun,9,7,3,precursor,12.42,1.00,12.42,1.00,none,13.09,none, precursors,precursors,0.10,Noun,10,8,3,precursor,none,none,12.42,1.00,none,13.09,none, predaceous,predaceous,Err:512,Err:512,10,8,3,predaceous,13.83,0.32,13.83,0.32,none,none,none, predate,predate,0.04,Verb,7,6,2,predate,13.41,0.94,13.41,0.94,none,none,none, predates,predates,0.02,Verb,8,7,2,predate,none,none,13.41,0.94,none,none,none, predation,predation,0.14,Noun,9,8,3,predation,13.12,0.84,13.12,0.84,none,none,none, predator,predator,2.63,Noun,8,7,3,predator,8.45,1.00,8.45,1.00,none,none,none, predators,predators,1.86,Noun,9,8,3,predator,none,none,8.45,1.00,none,none,none, predatory,predatory,0.63,Adjective,9,9,4,predatory,11.56,1.00,11.56,1.00,none,none,none, predawn,predawn,0.06,Noun,7,6,2,predawn,9.83,0.90,9.83,0.90,none,none,none, predecease,predecease,0.02,Verb,10,8,3,predecease,14.50,0.53,14.50,0.53,none,none,none, predecessor,predecessor,0.92,Noun,11,9,4,predecessor,13.83,1.00,13.83,1.00,none,none,none, predecessors,predecessors,0.49,Noun,12,10,4,predecessor,none,none,13.83,1.00,none,none,none, predestinate,predestinate,Err:512,Err:512,12,11,4,predestinate,13.53,0.79,13.53,0.79,none,none,none, predestination,predestination,0.04,Noun,14,13,5,predestination,13.18,0.89,13.18,0.89,none,none,none, predetermined,predetermined,0.33,Adjective,13,11,4,predetermined,11.11,1.00,11.11,1.00,none,none,none, predicable,predicable,Err:512,Err:512,10,10,4,predicable,10.53,0.75,10.53,0.75,none,none,none, predicament,predicament,1.96,Noun,11,11,4,predicament,10.26,1.00,10.26,1.00,none,none,none, predicaments,predicaments,0.04,Noun,12,12,4,predicament,none,none,10.26,1.00,none,none,none, predicate,predicate,0.02,Verb,9,8,3,predicate,13.00,1.00,13.00,1.00,none,none,none, predicated,predicated,0.31,Verb,10,10,4,predicate,none,none,13.00,1.00,none,none,none, predication,predication,0.04,Noun,11,10,4,predication,12.32,1.00,12.32,1.00,none,none,none, predict,predict,3.98,Verb,7,7,2,predict,8.00,1.00,8.00,1.00,10.13,none,none,9.05 predictability,predictability,0.10,Noun,14,14,6,predictability,12.06,1.00,12.06,1.00,none,none,none, predictable,predictable,3.02,Adjective,11,11,4,predictable,10.33,1.00,10.33,1.00,none,none,none, predicted,predicted,2.80,Verb,9,9,3,predict,none,none,8.00,1.00,10.13,none,none,9.05 predicting,predicting,0.71,Verb,10,9,3,predict,none,none,8.00,1.00,10.13,none,none,9.05 prediction,prediction,1.29,Noun,10,9,3,prediction,9.68,1.00,9.68,1.00,none,none,none, predictions,predictions,0.82,Noun,11,10,3,prediction,none,none,9.68,1.00,none,none,none, predictive,predictive,0.18,Adjective,10,9,3,predictive,10.89,1.00,10.89,1.00,none,none,none, predictor,predictor,0.06,Noun,9,8,3,predictor,10.50,1.00,10.50,1.00,none,none,none, predictors,predictors,0.02,Noun,10,9,3,predictor,none,none,10.50,1.00,none,none,none, predicts,predicts,0.71,Verb,8,8,2,predict,none,none,8.00,1.00,10.13,none,none,9.05 predigest,predigest,0.04,Adjective,9,9,3,predigest,12.81,0.76,12.81,0.76,none,none,none, predigests,predigests,0.02,Verb,10,10,3,predigest,none,none,12.81,0.76,none,none,none, predilection,predilection,0.25,Noun,12,11,4,predilection,15.40,0.68,15.40,0.68,none,none,none, predilections,predilections,0.14,Noun,13,12,4,predilection,none,none,15.40,0.68,none,none,none, predispose,predispose,0.02,Verb,10,9,3,predispose,13.95,1.00,13.95,1.00,none,none,none, predisposed,predisposed,0.27,Verb,11,10,3,predispose,none,none,13.95,1.00,none,none,none, predisposes,predisposes,0.04,Verb,11,11,4,predispose,none,none,13.95,1.00,none,none,none, predisposition,predisposition,0.24,Noun,14,13,5,predisposition,12.79,1.00,12.79,1.00,none,none,none, predispositions,predispositions,0.06,Noun,15,14,5,predisposition,none,none,12.79,1.00,none,none,none, prednisone,prednisone,0.20,Noun,10,9,3,prednisone,17.17,0.67,17.17,0.67,none,none,none, predominance,predominance,0.04,Noun,12,11,4,predominance,13.31,0.89,13.31,0.89,none,none,none, predominant,predominant,0.14,Adjective,11,11,4,predominant,14.56,0.95,14.56,0.95,none,none,none, predominate,predominate,0.06,Verb,11,10,4,predominate,11.38,0.72,11.38,0.72,none,none,none, predominates,predominates,0.04,Verb,12,11,4,predominate,none,none,11.38,0.72,none,none,none, preemie,preemie,0.18,Noun,7,6,3,preemie,11.69,0.89,11.69,0.89,none,none,none, preemies,preemies,0.06,Noun,8,7,2,preemie,none,none,11.69,0.89,none,none,none, preeminence,pre-eminence,0.06,Noun,11,10,4,preeminence,13.13,0.83,13.13,0.83,none,none,none, preeminent,preeminent,0.18,Adjective,10,10,4,preeminent,12.67,1.00,12.67,1.00,none,none,none, preempt,pre-empt,0.25,Verb,7,7,2,preempt,14.20,0.79,14.20,0.79,none,none,none, preempted,pre-empted,0.10,Verb,9,9,3,preempt,none,none,14.20,0.79,none,none,none, preemption,pre-emption,0.10,Noun,10,9,3,preemption,14.44,0.84,14.44,0.84,none,none,none, preemptive,pre-emptive,0.86,Adjective,10,9,3,preemptive,13.58,0.95,13.58,0.95,none,none,none, preemptory,pre-emptory,0.06,Adjective,10,10,4,preemptory,14.75,0.84,14.75,0.84,none,none,none, preen,preen,0.06,Verb,5,4,1,preen,13.23,0.72,13.23,0.72,none,none,none, preening,preening,0.10,Verb,8,6,2,preen,none,none,13.23,0.72,none,none,none, preens,preens,0.02,Verb,6,5,1,preen,none,none,13.23,0.72,none,none,none, preexisting,pre-existing,0.18,Adjective,11,11,4,preexisting,10.11,1.00,10.11,1.00,none,none,none, prefab,prefab,0.18,Noun,6,6,2,prefab,16.47,0.79,16.47,0.79,none,none,none, prefabricated,prefabricated,0.08,Adjective,13,13,5,prefabricated,13.06,0.94,13.06,0.94,none,none,none, preface,preface,0.55,Noun,7,6,2,preface,9.67,1.00,9.67,1.00,none,13.64,none,10.70 prefaced,prefaced,0.04,Verb,8,7,2,preface,none,none,9.67,1.00,none,13.64,none,10.70 prefaces,prefaces,0.04,Noun,8,8,3,preface,none,none,9.67,1.00,none,13.64,none,10.70 prefect,prefect,0.80,Noun,7,7,2,prefect,11.93,0.78,11.93,0.78,none,none,none, prefects,prefects,0.04,Noun,8,8,2,prefect,none,none,11.93,0.78,none,none,none, prefectural,prefectural,0.06,Adjective,11,10,4,prefectural,14.45,0.58,14.45,0.58,none,none,none, prefecture,prefecture,0.33,Noun,10,8,3,prefecture,12.50,0.53,12.50,0.53,none,none,none, prefer,prefer,32.92,Verb,6,5,2,prefer,6.95,1.00,6.95,1.00,8.02,none,none,8.70 preferable,preferable,0.92,Adjective,10,9,4,preferable,9.00,1.00,9.00,1.00,none,none,none, preference,preference,2.33,Noun,10,8,3,preference,9.17,1.00,9.17,1.00,none,10.54,none, preferences,preferences,0.41,Noun,11,10,4,preference,none,none,9.17,1.00,none,10.54,none, preferential,preferential,0.39,Adjective,12,10,4,preferential,12.59,0.85,12.59,0.85,none,none,none, preferment,preferment,0.04,Noun,10,9,3,preferment,16.67,0.63,16.67,0.63,none,none,none, preferred,preferred,4.12,Verb,9,6,2,prefer,none,none,6.95,1.00,8.02,none,none,8.70 preferring,preferring,0.18,Verb,10,7,3,prefer,none,none,6.95,1.00,8.02,none,none,8.70 prefers,prefers,2.63,Verb,7,6,2,prefer,none,none,6.95,1.00,8.02,none,none,8.70 prefix,prefix,0.41,Noun,6,7,2,prefix,9.56,1.00,9.56,1.00,none,none,none, prefixes,prefixes,0.04,Noun,8,9,3,prefix,none,none,9.56,1.00,none,none,none, preflight,preflight,0.10,Noun,9,7,2,preflight,13.16,1.00,13.16,1.00,none,none,none, prefrontal,prefrontal,0.04,Adjective,10,10,3,prefrontal,14.08,0.72,14.08,0.72,none,none,none, pregame,pregame,0.12,Noun,7,6,2,pregame,12.72,1.00,12.72,1.00,none,none,none, pregnable,pregnable,0.02,Adjective,9,9,3,pregnable,13.50,0.74,13.50,0.74,none,none,none, pregnancies,pregnancies,0.59,Noun,11,10,3,pregnancy,none,none,9.16,1.00,none,none,none, pregnancy,pregnancy,6.55,Noun,9,9,3,pregnancy,9.16,1.00,9.16,1.00,none,none,none, pregnant,pregnant,52.02,Adjective,8,8,2,pregnant,6.76,1.00,6.76,1.00,none,none,none,7.41 preheat,preheat,0.08,Verb,7,6,2,preheat,8.89,1.00,8.89,1.00,none,none,none, preheated,preheated,0.08,Verb,9,8,3,preheat,none,none,8.89,1.00,none,none,none, prehensile,prehensile,0.02,Noun,10,9,3,prehensile,17.14,0.37,17.14,0.37,none,none,none, prehistoric,prehistoric,1.73,Adjective,11,11,4,prehistoric,8.05,1.00,8.05,1.00,none,none,none, prehistorical,prehistorical,0.04,Adjective,13,13,5,prehistorical,11.06,0.95,11.06,0.95,none,none,none, prehistory,prehistory,0.02,Adjective,10,10,4,prehistory,11.89,1.00,11.89,1.00,none,none,none, preindustrial,preindustrial,0.04,Adjective,13,13,5,preindustrial,12.33,1.00,12.33,1.00,none,none,none, prejudge,prejudge,0.02,Verb,8,6,2,prejudge,10.81,0.89,10.81,0.89,none,none,none, prejudged,prejudged,0.06,Verb,9,7,2,prejudge,none,none,10.81,0.89,none,none,none, prejudice,prejudice,3.20,Noun,9,8,3,prejudice,9.67,0.95,9.67,0.95,none,none,none, prejudiced,prejudiced,1.86,Adjective,10,9,3,prejudiced,10.30,1.00,10.30,1.00,none,none,none, prejudices,prejudices,0.67,Noun,10,10,4,prejudice,none,none,9.67,0.95,none,none,none, prejudicial,prejudicial,0.53,Adjective,11,10,4,prejudicial,12.72,1.00,12.72,1.00,none,none,none, prelate,prelate,0.02,Noun,7,6,2,prelate,13.17,0.57,13.17,0.57,none,none,none, prelates,prelates,0.02,Noun,8,7,2,prelate,none,none,13.17,0.57,none,none,none, prelaunch,prelaunch,0.16,Verb,9,7,2,prelaunch,9.76,0.94,9.76,0.94,none,none,none, prelaw,prelaw,0.10,Noun,6,5,2,prelaw,13.21,1.00,13.21,1.00,none,none,none, prelim,prelim,0.59,Noun,6,6,2,prelim,14.00,0.83,14.00,0.83,none,none,none, preliminaries,preliminaries,0.61,Noun,13,12,5,preliminary,none,none,12.28,1.00,none,none,none, preliminary,preliminary,4.78,Adjective,11,11,5,preliminary,12.28,1.00,12.28,1.00,none,none,none, prelims,prelims,0.10,Noun,7,7,2,prelim,none,none,14.00,0.83,none,none,none, prelude,prelude,0.59,Noun,7,6,2,prelude,11.06,0.94,11.06,0.94,none,11.22,none,11.90 preludes,preludes,0.02,Noun,8,7,2,prelude,none,none,11.06,0.94,none,11.22,none,11.90 premarital,premarital,0.65,Adjective,10,10,4,premarital,12.78,1.00,12.78,1.00,none,none,none, premature,premature,3.47,Adjective,9,8,3,premature,11.53,1.00,11.53,1.00,none,none,none, prematurity,prematurity,0.02,Noun,11,12,5,prematurity,13.05,1.00,13.05,1.00,none,none,none, premed,premed,0.73,Verb,6,5,1,premed,11.82,0.94,11.82,0.94,none,none,none, premedical,premedical,0.02,Adjective,10,10,4,premedical,12.45,1.00,12.45,1.00,none,none,none, premeditate,premeditate,0.02,Verb,11,10,4,premeditate,14.11,0.95,14.11,0.95,none,none,none, premeditation,premeditation,0.33,Noun,13,12,5,premeditation,11.95,0.95,11.95,0.95,none,none,none, premenstrual,premenstrual,0.12,Adjective,12,13,4,premenstrual,12.58,1.00,12.58,1.00,none,none,none, premier,premier,2.49,Noun,7,6,2,premier,11.32,1.00,11.32,1.00,11.53,none,none,9.67 premiere,premiere,3.71,Noun,8,6,2,premiere,8.47,0.94,8.47,0.94,none,none,none, premiered,premiered,0.12,Verb,9,7,2,premiere,none,none,8.47,0.94,none,none,none, premieres,premieres,0.25,Noun,9,7,2,premiere,none,none,8.47,0.94,none,none,none, premiering,premiering,0.16,Verb,10,8,3,premiere,none,none,8.47,0.94,none,none,none, premise,premise,1.20,Noun,7,6,2,premise,12.47,0.94,12.47,0.94,none,none,none,11.90 premised,premised,0.06,Verb,8,7,2,premise,none,none,12.47,0.94,none,none,none,11.90 premises,premises,5.08,Noun,8,8,3,premises,12.78,1.00,12.78,1.00,none,none,none, premium,premium,1.73,Noun,7,7,3,premium,9.95,1.00,9.95,1.00,none,11.13,none, premiums,premiums,0.43,Noun,8,8,3,premium,none,none,9.95,1.00,none,11.13,none, premolar,premolar,0.02,Noun,8,7,3,premolar,12.26,1.00,12.26,1.00,none,none,none, premonition,premonition,3.71,Noun,11,10,4,premonition,10.47,1.00,10.47,1.00,none,none,none, premonitions,premonitions,0.80,Noun,12,11,4,premonition,none,none,10.47,1.00,none,none,none, premonitory,premonitory,0.02,Adjective,11,10,5,premonitory,16.43,0.32,16.43,0.32,none,none,none, prenatal,prenatal,0.61,Adjective,8,8,3,prenatal,13.89,1.00,13.89,1.00,none,none,none, prenuptial,prenuptial,0.51,Adjective,10,9,3,prenuptial,15.67,0.79,15.67,0.79,none,none,none, preoccupation,preoccupation,0.37,Noun,13,12,5,preoccupation,11.45,0.95,11.45,0.95,none,none,none, preoccupations,preoccupations,0.04,Noun,14,13,5,preoccupation,none,none,11.45,0.95,none,none,none, preoccupied,preoccupied,2.00,Adjective,11,10,4,preoccupied,9.84,1.00,9.84,1.00,none,none,none, preoccupies,preoccupies,0.02,Verb,11,10,4,preoccupy,none,none,12.00,1.00,none,none,none, preoccupy,preoccupy,0.06,Verb,9,9,4,preoccupy,12.00,1.00,12.00,1.00,none,none,none, preoperative,preoperative,0.02,Adjective,12,10,5,preoperative,12.33,0.63,12.33,0.63,none,none,none, preorder,pre-order,0.02,Noun,8,7,3,preorder,12.64,1.00,12.64,1.00,none,none,none, prep,prep,7.55,Noun,4,4,1,prep,9.24,0.94,9.24,0.94,none,none,none, prepackaged,prepackaged,0.06,Adjective,11,9,3,prepackaged,9.72,1.00,9.72,1.00,none,none,none, prepaid,prepaid,0.25,Adjective,7,6,2,prepaid,13.05,1.00,13.05,1.00,none,none,none, preparation,preparation,4.04,Noun,11,9,4,preparation,9.33,1.00,9.33,1.00,none,9.75,none, preparations,preparations,2.45,Noun,12,10,4,preparation,none,none,9.33,1.00,none,9.75,none, preparatory,preparatory,0.29,Adjective,11,11,5,preparatory,11.62,0.84,11.62,0.84,none,none,none, prepare,prepare,33.55,Verb,7,6,2,prepare,7.72,1.00,7.72,1.00,7.55,none,none,8.20 prepared,prepared,35.78,Verb,8,7,2,prepare,none,none,7.72,1.00,7.55,none,none,8.20 preparedness,preparedness,0.16,Noun,12,11,4,preparedness,8.63,1.00,8.63,1.00,none,none,none, preparer,preparer,0.02,Noun,8,7,3,preparer,9.84,1.00,9.84,1.00,none,none,none, prepares,prepares,0.88,Verb,8,7,2,prepare,none,none,7.72,1.00,7.55,none,none,8.20 preparing,preparing,8.96,Verb,9,8,3,prepare,none,none,7.72,1.00,7.55,none,none,8.20 prepay,prepay,0.12,Verb,6,5,2,prepay,12.20,1.00,12.20,1.00,none,none,none, prepayment,prepayment,0.08,Noun,10,9,3,prepayment,12.45,1.00,12.45,1.00,none,none,none, preponderance,preponderance,0.27,Noun,13,11,3,preponderance,16.33,0.67,16.33,0.67,none,none,none, preposition,preposition,0.31,Noun,11,10,4,preposition,11.50,0.84,11.50,0.84,none,none,none, prepositional,prepositional,0.04,Adjective,13,12,5,prepositional,12.69,0.89,12.69,0.89,none,none,none, prepositions,prepositions,0.12,Noun,12,11,4,preposition,none,none,11.50,0.84,none,none,none, preposterous,preposterous,3.04,Adjective,12,10,4,preposterous,11.78,0.95,11.78,0.95,none,none,none, prepped,prepped,1.88,Verb,7,5,1,prep,none,none,9.24,0.94,none,none,none, prepping,prepping,1.10,Verb,8,6,2,prep,none,none,9.24,0.94,none,none,none, preppy,preppy,0.76,Adjective,6,5,2,preppy,11.27,1.00,11.27,1.00,none,none,none, preproduction,preproduction,0.06,Noun,13,12,4,preproduction,14.87,0.83,14.87,0.83,none,none,none, preprogram,pre-program,0.02,Verb,10,10,3,preprogram,12.71,0.78,12.71,0.78,none,none,none, preprogrammed,pre-programmed,0.12,Adjective,13,11,3,preprogrammed,14.25,1.00,14.25,1.00,none,none,none, preps,preps,0.04,Noun,5,5,1,prep,none,none,9.24,0.94,none,none,none, prepubescent,prepubescent,0.16,Adjective,12,12,4,prepubescent,13.67,0.83,13.67,0.83,none,none,none, prepuce,prepuce,Err:512,Err:512,7,7,2,prepuce,15.80,0.24,15.80,0.24,none,none,none, prequel,prequel,0.06,Noun,7,7,2,prequel,11.73,0.79,11.73,0.79,none,none,none, prerecord,prerecord,0.02,Noun,9,9,3,prerecord,12.67,0.95,12.67,0.95,none,none,none, prerecorded,pre-recorded,0.24,Adjective,11,11,4,prerecorded,10.22,1.00,10.22,1.00,none,none,none, prerequisite,prerequisite,0.25,Noun,12,11,4,prerequisite,12.78,1.00,12.78,1.00,none,none,none, prerequisites,prerequisites,0.06,Noun,13,12,4,prerequisite,none,none,12.78,1.00,none,none,none, prerogative,prerogative,1.31,Noun,11,10,4,prerogative,13.33,0.95,13.33,0.95,none,none,none, prerogatives,prerogatives,0.12,Noun,12,11,4,prerogative,none,none,13.33,0.95,none,none,none, presage,presage,0.04,Verb,7,6,2,presage,15.92,0.63,15.92,0.63,none,none,none, presages,presages,0.02,Verb,8,8,3,presage,none,none,15.92,0.63,none,none,none, preschool,preschool,1.20,Adjective,9,7,2,preschool,4.05,1.00,4.05,1.00,none,none,none, preschools,preschools,0.12,Noun,10,8,2,preschool,none,none,4.05,1.00,none,none,none, prescience,prescience,0.04,Noun,10,8,3,prescience,12.92,0.63,12.92,0.63,none,none,none, prescient,prescient,0.08,Adjective,9,8,3,prescient,12.90,0.56,12.90,0.56,none,none,none, prescribe,prescribe,1.45,Verb,9,8,2,prescribe,9.20,1.00,9.20,1.00,none,none,none, prescribed,prescribed,2.24,Verb,10,9,2,prescribe,none,none,9.20,1.00,none,none,none, prescribes,prescribes,0.10,Verb,10,9,2,prescribe,none,none,9.20,1.00,none,none,none, prescribing,prescribing,0.47,Verb,11,10,3,prescribe,none,none,9.20,1.00,none,none,none, prescription,prescription,7.37,Noun,12,11,3,prescription,9.22,1.00,9.22,1.00,none,none,none, prescriptions,prescriptions,1.51,Noun,13,12,3,prescription,none,none,9.22,1.00,none,none,none, preseason,preseason,0.14,Noun,9,8,3,preseason,10.06,1.00,10.06,1.00,none,none,none, presence,presence,20.86,Noun,8,7,2,presence,9.17,1.00,9.17,1.00,none,9.03,none,9.76 present,present,89.45,Noun,7,7,2,present,4.83,1.00,4.83,1.00,5.69,none,none,4.97 presentable,presentable,0.98,Adjective,11,11,4,presentable,9.68,1.00,9.68,1.00,9.38,none,none, presentation,presentation,7.22,Noun,12,11,4,presentation,9.50,1.00,9.50,1.00,none,none,none, presentations,presentations,0.41,Noun,13,12,4,presentation,none,none,9.50,1.00,none,none,none, presented,presented,5.78,Verb,9,9,3,present,none,none,4.83,1.00,5.69,none,none,4.97 presenter,presenter,0.39,Noun,9,8,3,presenter,8.90,0.95,8.90,0.95,none,none,none, presenters,presenters,0.08,Noun,10,9,3,presenter,none,none,8.90,0.95,none,none,none, presentiment,presentiment,0.10,Noun,12,12,4,presentiment,14.50,0.44,14.50,0.44,none,none,none, presenting,presenting,3.27,Verb,10,9,3,present,none,none,4.83,1.00,5.69,none,none,4.97 presentment,presentment,0.02,Noun,11,11,3,presentment,13.20,0.83,13.20,0.83,none,none,none, presents,presents,19.08,Noun,8,8,2,present,none,none,4.83,1.00,5.69,none,none,4.97 preservation,preservation,1.08,Noun,12,10,4,preservation,10.95,1.00,10.95,1.00,none,none,none, preservative,preservative,0.20,Noun,12,10,4,preservative,10.74,1.00,10.74,1.00,none,none,none, preservatives,preservatives,0.25,Noun,13,11,4,preservative,none,none,10.74,1.00,none,none,none, preserve,preserve,5.63,Verb,8,6,2,preserve,9.63,1.00,9.63,1.00,9.01,none,none,10.51 preserved,preserved,1.90,Verb,9,7,2,preserve,none,none,9.63,1.00,9.01,none,none,10.51 preserver,preserver,0.27,Noun,9,7,3,preserver,12.28,1.00,12.28,1.00,none,none,none, preservers,preservers,0.10,Noun,10,8,3,preserver,none,none,12.28,1.00,none,none,none, preserves,preserves,0.76,Verb,9,7,2,preserve,none,none,9.63,1.00,9.01,none,none,10.51 preset,preset,0.27,Adjective,6,6,2,preset,8.24,0.94,8.24,0.94,none,none,none, presets,presets,0.18,Verb,7,7,2,preset,none,none,8.24,0.94,none,none,none, preshow,preshow,0.08,Noun,7,5,2,preshow,10.53,1.00,10.53,1.00,none,none,none, preshrunk,pre-shrunk,0.02,Noun,9,8,2,preshrunk,9.81,0.84,9.81,0.84,none,none,none, preside,preside,0.33,Verb,7,6,2,preside,12.22,0.90,12.22,0.90,none,none,none, presided,presided,0.29,Verb,8,8,3,preside,none,none,12.22,0.90,none,none,none, presidency,presidency,2.45,Noun,10,10,4,presidency,8.44,1.00,8.44,1.00,none,none,none, president,president,140.67,Noun,9,9,3,president,6.89,1.00,6.89,1.00,none,9.07,none, presidential,presidential,5.59,Adjective,12,11,4,presidential,8.89,1.00,8.89,1.00,none,none,none, presidents,presidents,2.71,Noun,10,10,3,president,none,none,6.89,1.00,none,9.07,none, presides,presides,0.10,Verb,8,7,2,preside,none,none,12.22,0.90,none,none,none, presiding,presiding,1.51,Verb,9,8,3,preside,none,none,12.22,0.90,none,none,none, presidium,praesidium,0.04,Noun,9,9,4,presidium,11.00,0.30,11.00,0.30,none,none,none, presoak,presoak,0.06,Noun,7,6,2,presoak,9.89,1.00,9.89,1.00,none,none,none, press,press,60.20,Noun,5,4,1,press,6.40,1.00,6.40,1.00,none,none,6.33, pressboard,pressboard,0.02,Noun,10,8,2,pressboard,11.43,0.78,11.43,0.78,none,none,none, pressed,pressed,5.82,Verb,7,5,1,press,none,none,6.40,1.00,none,none,6.33, presses,presses,1.69,Noun,7,6,2,press,none,none,6.40,1.00,none,none,6.33, pressroom,pressroom,0.02,Noun,9,7,2,pressroom,11.29,0.94,11.29,0.94,none,none,none, pressure,pressure,53.12,Noun,8,5,2,pressure,8.95,1.00,8.95,1.00,none,8.81,none,8.12 pressured,pressured,0.88,Verb,9,6,2,pressure,none,none,8.95,1.00,none,8.81,none,8.12 pressures,pressures,1.43,Noun,9,6,2,pressure,none,none,8.95,1.00,none,8.81,none,8.12 pressuring,pressuring,1.25,Verb,10,7,3,pressure,none,none,8.95,1.00,none,8.81,none,8.12 pressurization,pressurisation,0.18,Noun,14,11,5,pressurization,14.78,1.00,14.78,1.00,none,none,none, pressurize,pressurise,0.18,Verb,10,7,3,pressurize,11.67,1.00,11.67,1.00,none,none,none, pressurized,pressurised,0.47,Verb,11,8,3,pressurize,none,none,11.67,1.00,none,none,none, pressurizes,pressurises,0.02,Verb,11,9,4,pressurize,none,none,11.67,1.00,none,none,none, pressurizing,pressurising,0.12,Verb,12,9,4,pressurize,none,none,11.67,1.00,none,none,none, prestidigitation,prestidigitation,0.14,Noun,16,15,6,prestidigitation,14.33,0.63,14.33,0.63,none,none,none, prestidigitator,prestidigitator,0.02,Noun,15,14,6,prestidigitator,14.92,0.63,14.92,0.63,none,none,none, prestidigitators,prestidigitators,0.02,Noun,16,15,6,prestidigitator,none,none,14.92,0.63,none,none,none, prestige,prestige,1.37,Noun,8,7,2,prestige,11.59,0.94,11.59,0.94,none,none,none,11.90 prestigious,prestigious,1.76,Adjective,11,9,3,prestigious,12.22,0.95,12.22,0.95,none,none,none, presto,presto,0.69,Interjection,6,6,2,presto,8.29,0.95,8.29,0.95,none,none,none,10.60 presume,presume,8.14,Verb,7,6,2,presume,12.68,1.00,12.68,1.00,none,none,none,11.49 presumed,presumed,1.20,Verb,8,7,2,presume,none,none,12.68,1.00,none,none,none,11.49 presumes,presumes,0.14,Verb,8,7,2,presume,none,none,12.68,1.00,none,none,none,11.49 presuming,presuming,0.47,Verb,9,8,3,presume,none,none,12.68,1.00,none,none,none,11.49 presumption,presumption,0.75,Noun,11,10,3,presumption,14.28,0.95,14.28,0.95,none,none,none, presumptions,presumptions,0.02,Noun,12,11,3,presumption,none,none,14.28,0.95,none,none,none, presumptive,presumptive,0.16,Adjective,11,10,3,presumptive,12.89,1.00,12.89,1.00,none,none,none, presumptuous,presumptuous,1.35,Adjective,12,12,4,presumptuous,14.00,0.89,14.00,0.89,none,none,none, presumptuousness,presumptuousness,0.02,Noun,16,15,5,presumptuousness,14.32,0.95,14.32,0.95,none,none,none, presuppose,presuppose,0.10,Verb,10,8,3,presuppose,14.59,0.85,14.59,0.85,none,none,none, presupposes,presupposes,0.10,Verb,11,10,4,presuppose,none,none,14.59,0.85,none,none,none, presupposition,presupposition,0.04,Noun,14,12,5,presupposition,15.31,0.72,15.31,0.72,none,none,none, pretax,pretax,0.06,Noun,6,7,2,pretax,15.50,0.74,15.50,0.74,none,none,none, preteen,preteen,0.18,Adjective,7,6,2,preteen,9.32,1.00,9.32,1.00,none,none,none, preteens,preteens,0.02,Noun,8,7,2,preteen,none,none,9.32,1.00,none,none,none, pretence,pretence,0.41,Noun,8,7,2,pretense,none,none,11.82,0.94,none,none,none, pretences,pretences,0.31,Noun,9,9,3,pretense,none,none,11.82,0.94,none,none,none, pretend,pretend,40.31,Verb,7,7,2,pretend,4.56,1.00,4.56,1.00,none,none,none,5.49 pretended,pretended,4.76,Verb,9,9,3,pretend,none,none,4.56,1.00,none,none,none,5.49 pretender,pretender,1.84,Noun,9,8,3,pretender,8.50,1.00,8.50,1.00,none,none,none, pretenders,pretenders,0.39,Noun,10,9,3,pretender,none,none,8.50,1.00,none,none,none, pretending,pretending,15.59,Verb,10,9,3,pretend,none,none,4.56,1.00,none,none,none,5.49 pretends,pretends,2.02,Verb,8,8,2,pretend,none,none,4.56,1.00,none,none,none,5.49 pretense,pretence,0.86,Noun,8,7,2,pretense,11.82,0.94,11.82,0.94,none,none,none, pretenses,pretences,0.82,Noun,9,9,3,pretense,none,none,11.82,0.94,none,none,none, pretension,pretension,0.25,Noun,10,9,3,pretension,11.06,0.89,11.06,0.89,none,none,none, pretensions,pretensions,0.14,Noun,11,10,3,pretension,none,none,11.06,0.89,none,none,none, pretentious,pretentious,1.90,Adjective,11,9,3,pretentious,12.95,1.00,12.95,1.00,none,none,none, pretentiousness,pretentiousness,0.04,Noun,15,12,4,pretentiousness,13.06,0.89,13.06,0.89,none,none,none, preternatural,preternatural,0.20,Adjective,13,14,5,preternatural,13.90,0.50,13.90,0.50,none,none,none, pretext,pretext,1.27,Noun,7,8,2,pretext,13.06,0.94,13.06,0.94,none,none,none, pretexts,pretexts,0.04,Noun,8,9,2,pretext,none,none,13.06,0.94,none,none,none, pretrial,pretrial,0.24,Adjective,8,8,3,pretrial,14.94,0.85,14.94,0.85,none,none,none, prettied,prettied,0.14,Verb,8,6,2,pretty,none,none,4.09,1.00,5.13,none,none,5.20 prettier,prettier,4.69,Adjective,8,6,3,pretty,none,none,4.09,1.00,5.13,none,none,5.20 pretties,pretties,0.18,Noun,8,6,2,pretty,none,none,4.09,1.00,5.13,none,none,5.20 prettiest,prettiest,5.73,Adjective,9,8,3,pretty,none,none,4.09,1.00,5.13,none,none,5.20 prettiness,prettiness,0.06,Noun,10,8,3,prettiness,8.39,1.00,8.39,1.00,none,none,none, pretty,pretty,392.22,Adverb,6,5,2,pretty,4.09,1.00,4.09,1.00,5.13,none,none,5.20 prettying,prettying,0.08,Verb,9,7,3,pretty,none,none,4.09,1.00,5.13,none,none,5.20 pretzel,pretzel,2.00,Noun,7,7,2,pretzel,5.00,1.00,5.00,1.00,none,10.73,none,4.97 pretzels,pretzels,2.24,Noun,8,8,2,pretzel,none,none,5.00,1.00,none,10.73,none,4.97 prevail,prevail,2.10,Verb,7,6,2,prevail,10.33,1.00,10.33,1.00,none,none,none,11.19 prevailed,prevailed,0.55,Verb,9,7,2,prevail,none,none,10.33,1.00,none,none,none,11.19 prevailing,prevailing,0.55,Adjective,10,8,3,prevailing,12.26,0.95,12.26,0.95,none,none,none, prevails,prevails,0.51,Verb,8,7,2,prevail,none,none,10.33,1.00,none,none,none,11.19 prevalence,prevalence,0.02,Noun,10,9,3,prevalence,10.72,1.00,10.72,1.00,none,none,none, prevalent,prevalent,0.31,Adjective,9,9,3,prevalent,12.86,1.00,12.86,1.00,none,none,none, prevarication,prevarication,0.02,Noun,13,12,5,prevarication,16.20,0.53,16.20,0.53,none,none,none, prevarications,prevarications,0.02,Noun,14,14,6,prevarication,none,none,16.20,0.53,none,none,none, prevent,prevent,13.06,Verb,7,7,2,prevent,8.60,1.00,8.60,1.00,none,9.11,none,8.96 preventable,preventable,0.04,Adjective,11,11,4,preventable,9.72,1.00,9.72,1.00,none,none,none, preventative,preventative,0.27,Adjective,12,11,4,preventative,10.71,0.95,10.71,0.95,none,none,none, prevented,prevented,2.08,Verb,9,9,3,prevent,none,none,8.60,1.00,none,9.11,none,8.96 preventer,preventer,0.04,Noun,9,8,3,preventer,10.29,0.94,10.29,0.94,none,none,none, preventing,preventing,1.10,Verb,10,9,3,prevent,none,none,8.60,1.00,none,9.11,none,8.96 prevention,prevention,0.63,Noun,10,9,3,prevention,8.47,1.00,8.47,1.00,none,none,none, preventive,preventive,0.24,Adjective,10,9,3,preventive,10.50,1.00,10.50,1.00,none,none,none, prevents,prevents,1.59,Verb,8,8,2,prevent,none,none,8.60,1.00,none,9.11,none,8.96 preverbal,preverbal,0.02,Noun,9,8,3,preverbal,13.56,0.84,13.56,0.84,none,none,none, preview,preview,1.43,Noun,7,6,2,preview,7.42,1.00,7.42,1.00,none,9.58,none, previewed,previewed,0.08,Verb,9,7,2,preview,none,none,7.42,1.00,none,9.58,none, previews,previews,0.27,Noun,8,7,2,preview,none,none,7.42,1.00,none,9.58,none, previous,previous,9.49,Adjective,8,7,3,previous,8.44,1.00,8.44,1.00,8.06,none,none, prewar,pre-war,0.12,Adjective,6,6,2,prewar,11.22,0.95,11.22,0.95,none,none,none, prewashed,prewashed,0.04,Verb,9,7,2,prewashed,10.00,1.00,10.00,1.00,none,none,none, prey,prey,5.51,Noun,4,3,1,prey,9.42,1.00,9.42,1.00,none,8.71,7.84, preyed,preyed,0.29,Verb,6,4,1,prey,none,none,9.42,1.00,none,8.71,7.84, preying,preying,0.49,Verb,7,5,2,prey,none,none,9.42,1.00,none,8.71,7.84, preys,preys,0.25,Noun,5,4,1,prey,none,none,9.42,1.00,none,8.71,7.84, price,price,53.37,Noun,5,4,1,price,7.35,1.00,7.35,1.00,6.50,none,6.17, priced,priced,0.65,Verb,6,5,1,price,none,none,7.35,1.00,6.50,none,6.17, priceless,priceless,4.16,Adjective,9,7,2,priceless,9.76,1.00,9.76,1.00,none,none,none, prices,prices,7.37,Noun,6,6,2,price,none,none,7.35,1.00,6.50,none,6.17, pricey,pricey,0.63,Adjective,6,5,2,pricey,8.44,1.00,8.44,1.00,none,none,none, pricier,pricier,0.04,Adjective,7,6,3,pricey,none,none,8.44,1.00,none,none,none, prick,prick,14.12,Noun,5,4,1,prick,8.79,1.00,8.79,1.00,none,none,8.82, pricked,pricked,0.20,Verb,7,5,1,prick,none,none,8.79,1.00,none,none,8.82, prickly,prickly,0.57,Adjective,7,6,2,prickly,6.29,0.94,6.29,0.94,none,none,none, pricks,pricks,1.45,Noun,6,5,1,prick,none,none,8.79,1.00,none,none,8.82, pride,pride,27.67,Noun,5,4,1,pride,8.95,1.00,8.95,1.00,none,9.13,8.00, prided,prided,0.25,Verb,6,6,2,pride,none,none,8.95,1.00,none,9.13,8.00, prideful,prideful,0.10,Adjective,8,7,2,prideful,8.30,0.95,8.30,0.95,none,none,none, prides,prides,0.41,Verb,6,5,1,pride,none,none,8.95,1.00,none,9.13,8.00, pried,pried,0.33,Verb,5,4,1,pry,none,none,8.06,1.00,none,none,10.10, pries,pries,0.08,Verb,5,4,1,pry,none,none,8.06,1.00,none,none,10.10, priest,priest,26.20,Noun,6,5,1,priest,7.10,1.00,7.10,1.00,none,8.18,7.15, priestess,priestess,1.24,Noun,9,7,2,priestess,12.35,1.00,12.35,1.00,none,none,none, priestesses,priestesses,0.24,Noun,11,9,3,priestess,none,none,12.35,1.00,none,none,none, priesthood,priesthood,0.76,Noun,10,8,2,priesthood,10.21,1.00,10.21,1.00,none,none,none, priests,priests,4.84,Noun,7,6,1,priest,none,none,7.10,1.00,none,8.18,7.15, prig,prig,0.39,Noun,4,4,1,prig,11.85,0.72,11.85,0.72,none,none,none, priggish,priggish,0.10,Adjective,8,6,2,priggish,17.11,0.47,17.11,0.47,none,none,none, prigs,prigs,0.04,Noun,5,5,1,prig,none,none,11.85,0.72,none,none,none, prim,prim,0.37,Adjective,4,4,1,prim,9.58,0.95,9.58,0.95,none,none,11.32, prima,prima,1.82,Noun,5,5,2,prima,13.27,0.83,13.27,0.83,none,none,none,12.43 primal,primal,1.14,Adjective,6,6,2,primal,12.32,1.00,12.32,1.00,none,13.02,none,11.59 primaries,primaries,0.37,Noun,9,8,3,primary,none,none,8.89,1.00,none,6.03,none, primarily,primarily,2.06,Adverb,9,9,4,primarily,9.93,1.00,9.93,1.00,none,none,none, primary,primary,8.71,Adjective,7,7,3,primary,8.89,1.00,8.89,1.00,none,6.03,none, primate,primate,0.69,Noun,7,6,2,primate,9.32,1.00,9.32,1.00,none,none,none,9.49 primates,primates,0.65,Noun,8,7,2,primate,none,none,9.32,1.00,none,none,none,9.49 primatologist,primatologist,0.04,Noun,13,13,5,primatologist,15.40,0.56,15.40,0.56,none,none,none, prime,prime,18.29,Adjective,5,4,1,prime,8.83,1.00,8.83,1.00,none,9.73,9.16, primed,primed,0.75,Verb,6,5,1,prime,none,none,8.83,1.00,none,9.73,9.16, primer,primer,0.59,Noun,6,5,2,primer,11.22,1.00,11.22,1.00,none,none,none, primers,primers,0.04,Noun,7,6,2,primer,none,none,11.22,1.00,none,none,none, primes,primes,0.16,Noun,6,5,1,prime,none,none,8.83,1.00,none,9.73,9.16, primeval,primaeval,0.29,Adjective,8,8,3,primeval,14.22,0.95,14.22,0.95,none,none,none, priming,priming,0.24,Verb,7,6,2,prime,none,none,8.83,1.00,none,9.73,9.16, primitive,primitive,5.16,Adjective,9,8,3,primitive,9.28,1.00,9.28,1.00,none,none,none, primitives,primitives,0.06,Noun,10,9,3,primitive,none,none,9.28,1.00,none,none,none, primordial,primordial,0.57,Adjective,10,10,4,primordial,14.94,0.95,14.94,0.95,none,none,none, primp,primp,0.12,Verb,5,5,1,primp,11.67,0.95,11.67,0.95,none,none,10.27, primping,primping,0.43,Verb,8,7,2,primp,none,none,11.67,0.95,none,none,10.27, primps,primps,0.02,Verb,6,6,1,primp,none,none,11.67,0.95,none,none,10.27, primrose,primrose,0.39,Noun,8,7,2,primrose,12.53,0.89,12.53,0.89,none,none,none, primroses,primroses,0.06,Noun,9,9,3,primrose,none,none,12.53,0.89,none,none,none, primus,primus,0.08,Noun,6,6,2,primus,12.13,0.79,12.13,0.79,none,none,none, prince,prince,45.08,Noun,6,5,1,prince,5.26,1.00,5.26,1.00,5.64,4.81,5.26, princedom,princedom,0.02,Noun,9,8,2,princedom,10.11,0.47,10.11,0.47,none,none,none, princely,princely,0.12,Adjective,8,7,2,princely,9.39,0.95,9.39,0.95,none,none,none, princes,princes,2.06,Noun,7,7,2,prince,none,none,5.26,1.00,5.64,4.81,5.26, princess,princess,39.59,Noun,8,7,2,princess,3.95,1.00,3.95,1.00,5.48,none,none,4.00 princesses,princesses,1.29,Noun,10,9,3,princess,none,none,3.95,1.00,5.48,none,none,4.00 principal,principal,13.75,Noun,9,9,3,principal,5.58,1.00,5.58,1.00,none,10.34,none, principals,principals,0.80,Noun,10,10,3,principal,none,none,5.58,1.00,none,10.34,none, principle,principle,7.75,Noun,9,9,3,principle,9.68,1.00,9.68,1.00,none,10.49,none, principled,principled,0.18,Adjective,10,10,3,principled,13.67,1.00,13.67,1.00,none,none,none, principles,principles,6.00,Noun,10,10,3,principles,9.95,1.00,9.95,1.00,none,none,none, print,print,19.96,Noun,5,5,1,print,7.67,1.00,7.67,1.00,none,7.73,7.84, printed,printed,6.00,Verb,7,7,2,print,none,none,7.67,1.00,none,7.73,7.84, printer,printer,2.10,Noun,7,6,2,printer,7.61,1.00,7.61,1.00,8.65,none,none, printers,printers,0.57,Noun,8,7,2,printer,none,none,7.61,1.00,8.65,none,none, printing,printing,3.57,Noun,8,7,2,printing,8.17,1.00,8.17,1.00,none,none,none, printings,printings,0.06,Noun,9,8,2,printing,none,none,8.17,1.00,none,none,none, printout,printout,0.69,Noun,8,7,2,printout,11.56,0.95,11.56,0.95,none,none,none, printouts,printouts,0.22,Noun,9,8,2,printout,none,none,11.56,0.95,none,none,none, prints,prints,17.02,Noun,6,6,1,print,none,none,7.67,1.00,none,7.73,7.84, prior,prior,8.27,Adjective,5,4,2,prior,10.63,1.00,10.63,1.00,none,10.47,none,9.67 priorities,priorities,3.25,Noun,10,9,4,priority,none,none,10.95,1.00,10.41,none,none, prioritize,prioritise,0.75,Verb,10,9,4,prioritize,13.17,0.95,13.17,0.95,none,none,none, prioritizes,prioritises,0.08,Verb,11,11,5,prioritize,none,none,13.17,0.95,none,none,none, priority,priority,10.18,Noun,8,8,4,priority,10.95,1.00,10.95,1.00,10.41,none,none, priors,priors,1.43,Noun,6,5,2,prior,none,none,10.63,1.00,none,10.47,none,9.67 prism,prism,0.80,Name,5,6,2,prism,9.78,1.00,9.78,1.00,none,none,none,10.32 prismatic,prismatic,0.04,Adjective,9,9,3,prismatic,13.38,0.72,13.38,0.72,none,none,none, prisms,prisms,0.06,Noun,6,7,2,prism,none,none,9.78,1.00,none,none,none,10.32 prison,prison,66.04,Noun,6,6,2,prison,7.50,1.00,7.50,1.00,7.05,6.58,none,7.26 prisoner,prisoner,23.14,Noun,8,7,3,prisoner,8.00,1.00,8.00,1.00,none,7.24,none, prisoners,prisoners,16.10,Noun,9,8,3,prisoner,none,none,8.00,1.00,none,7.24,none, prisons,prisons,2.14,Noun,7,7,2,prison,none,none,7.50,1.00,7.05,6.58,none,7.26 prissy,prissy,0.90,Adjective,6,5,2,prissy,9.06,1.00,9.06,1.00,none,none,none, pristine,pristine,0.76,Adjective,8,7,2,pristine,12.33,0.95,12.33,0.95,none,none,none,12.43 prithee,prithee,0.22,Noun,7,5,2,prithee,15.30,0.53,15.30,0.53,none,none,none, privacy,privacy,15.18,Noun,7,7,3,privacy,7.84,1.00,7.84,1.00,none,none,none, private,private,75.96,Adjective,7,6,2,private,6.16,1.00,6.16,1.00,none,none,none,7.04 privateer,privateer,0.08,Noun,9,8,3,privateer,12.06,0.85,12.06,0.85,none,none,none, privates,privates,0.98,Noun,8,7,2,private,none,none,6.16,1.00,none,none,none,7.04 privation,privation,0.10,Noun,9,8,3,privation,14.20,0.83,14.20,0.83,none,none,none, privations,privations,0.02,Noun,10,9,3,privation,none,none,14.20,0.83,none,none,none, privatization,privatisation,0.08,Noun,13,12,5,privatization,13.62,0.89,13.62,0.89,none,none,none, privatize,privatise,0.06,Verb,9,8,3,privatize,13.56,0.89,13.56,0.89,none,none,none, privet,privet,0.02,Noun,6,6,2,privet,14.33,0.47,14.33,0.47,none,none,none, privies,privies,0.08,Noun,7,6,2,privy,none,none,12.07,0.78,none,13.17,none,13.51 privilege,privilege,10.63,Noun,9,7,2,privilege,9.24,1.00,9.24,1.00,none,none,none,8.20 privileged,privileged,3.37,Adjective,10,8,2,privileged,10.67,1.00,10.67,1.00,none,none,none, privileges,privileges,3.47,Noun,10,9,3,privilege,none,none,9.24,1.00,none,none,none,8.20 privy,privy,1.49,Adjective,5,5,2,privy,12.07,0.78,12.07,0.78,none,13.17,none,13.51 prize,prize,22.39,Noun,5,4,1,prize,5.11,1.00,5.11,1.00,none,5.18,4.86, prized,prized,0.69,Adjective,6,5,1,prized,8.37,1.00,8.37,1.00,none,none,none, prizefight,prizefight,0.04,Noun,10,7,2,prizefight,10.25,0.84,10.25,0.84,none,none,none, prizefighter,prizefighter,0.31,Noun,12,8,3,prizefighter,11.39,1.00,11.39,1.00,none,none,none, prizefighters,prizefighters,0.04,Noun,13,9,3,prizefighter,none,none,11.39,1.00,none,none,none, prizefighting,prizefighting,0.08,Verb,13,9,3,prizefight,none,none,10.25,0.84,none,none,none, prizefights,prizefights,0.02,Noun,11,8,2,prizefight,none,none,10.25,0.84,none,none,none, prizes,prizes,2.80,Noun,6,6,2,prize,none,none,5.11,1.00,none,5.18,4.86, prizewinning,prizewinning,0.02,Verb,12,9,3,prizewinning,7.78,1.00,7.78,1.00,none,none,none, pro,pro,14.16,Noun,3,3,1,pro,8.39,1.00,8.39,1.00,none,none,7.79, proactive,proactive,0.61,Adjective,9,8,3,proactive,13.21,1.00,13.21,1.00,none,none,none, probabilistic,probabilistic,0.04,Adjective,13,13,5,probabilistic,14.70,0.56,14.70,0.56,none,none,none, probabilities,probabilities,0.49,Noun,13,12,5,probability,none,none,11.00,1.00,none,none,none, probability,probability,2.24,Noun,11,11,5,probability,11.00,1.00,11.00,1.00,none,none,none, probable,probable,3.27,Adjective,8,8,3,probable,11.61,1.00,11.61,1.00,none,none,none, probate,probate,0.51,Noun,7,6,2,probate,11.72,0.95,11.72,0.95,none,none,none, probated,probated,0.06,Verb,8,8,3,probate,none,none,11.72,0.95,none,none,none, probation,probation,5.86,Noun,9,8,3,probation,11.58,1.00,11.58,1.00,none,none,none, probationary,probationary,0.18,Adjective,12,11,5,probationary,13.38,0.89,13.38,0.89,none,none,none, probative,probative,0.37,Adjective,9,8,3,probative,14.13,0.83,14.13,0.83,none,none,none, probe,probe,4.41,Noun,5,4,1,probe,9.90,1.00,9.90,1.00,none,10.70,10.90, probed,probed,0.45,Verb,6,5,1,probe,none,none,9.90,1.00,none,10.70,10.90, probes,probes,0.69,Noun,6,5,1,probe,none,none,9.90,1.00,none,10.70,10.90, probing,probing,0.78,Adjective,7,6,2,probing,10.58,1.00,10.58,1.00,none,none,none, probity,probity,0.06,Noun,7,7,3,probity,14.17,0.67,14.17,0.67,none,none,none, problem,problem,330.06,Noun,7,7,2,problem,6.06,1.00,6.06,1.00,none,7.35,none,6.00 problematic,problematic,0.94,Adjective,11,11,4,problematic,11.63,1.00,11.63,1.00,none,none,none, problematical,problematical,0.02,Adjective,13,13,5,problematical,11.95,1.00,11.95,1.00,none,none,none, problems,problems,77.08,Noun,8,8,2,problem,none,none,6.06,1.00,none,7.35,none,6.00 proboscis,proboscis,0.27,Noun,9,8,3,proboscis,11.33,0.50,11.33,0.50,none,none,none, procaine,procaine,0.06,Noun,8,6,2,procaine,13.00,0.37,13.00,0.37,none,none,none, procedural,procedural,0.53,Adjective,10,9,4,procedural,11.12,0.94,11.12,0.94,none,none,none, procedurals,procedurals,0.02,Noun,11,10,4,procedural,none,none,11.12,0.94,none,none,none, procedure,procedure,16.14,Noun,9,7,3,procedure,9.67,1.00,9.67,1.00,none,none,none, procedures,procedures,5.10,Noun,10,8,3,procedure,none,none,9.67,1.00,none,none,none, proceed,proceed,20.90,Verb,7,6,2,proceed,8.33,1.00,8.33,1.00,none,none,none,9.31 proceeded,proceeded,1.25,Verb,9,8,3,proceed,none,none,8.33,1.00,none,none,none,9.31 proceeding,proceeding,3.06,Verb,10,8,3,proceed,none,none,8.33,1.00,none,none,none,9.31 proceedings,proceedings,2.86,Noun,11,9,3,proceedings,10.91,0.95,10.91,0.95,none,none,none, proceeds,proceeds,1.69,Noun,8,7,2,proceeds,10.37,1.00,10.37,1.00,none,none,none, process,process,27.98,Noun,7,6,2,process,10.70,1.00,10.70,1.00,none,none,none,8.53 processed,processed,2.51,Verb,9,7,2,process,none,none,10.70,1.00,none,none,none,8.53 processes,processes,1.08,Noun,9,8,3,process,none,none,10.70,1.00,none,none,none,8.53 processing,processing,3.78,Noun,10,8,3,processing,10.17,1.00,10.17,1.00,none,none,none, procession,procession,1.27,Noun,10,8,3,procession,11.79,1.00,11.79,1.00,none,8.24,none, processional,processional,0.08,Noun,12,10,4,processional,11.18,0.61,11.18,0.61,none,none,none, processions,processions,0.06,Noun,11,9,3,procession,none,none,11.79,1.00,none,8.24,none, processor,processor,0.90,Noun,9,7,3,processor,12.58,1.00,12.58,1.00,none,none,none, processors,processors,0.29,Noun,10,8,3,processor,none,none,12.58,1.00,none,none,none, proclaim,proclaim,0.92,Verb,8,7,2,proclaim,11.05,1.00,11.05,1.00,none,none,none,10.70 proclaimed,proclaimed,0.67,Verb,10,8,2,proclaim,none,none,11.05,1.00,none,none,none,10.70 proclaiming,proclaiming,0.16,Verb,11,9,3,proclaim,none,none,11.05,1.00,none,none,none,10.70 proclaims,proclaims,0.25,Verb,9,8,2,proclaim,none,none,11.05,1.00,none,none,none,10.70 proclamation,proclamation,1.08,Noun,12,11,4,proclamation,11.07,0.78,11.07,0.78,none,none,none, proclamations,proclamations,0.20,Noun,13,12,4,proclamation,none,none,11.07,0.78,none,none,none, proclivities,proclivities,0.22,Noun,12,11,4,proclivity,none,none,15.25,0.80,none,none,none, proclivity,proclivity,0.24,Noun,10,10,4,proclivity,15.25,0.80,15.25,0.80,none,none,none, proconsul,proconsul,0.02,Noun,9,9,3,proconsul,15.50,0.29,15.50,0.29,none,none,none, procrastinate,procrastinate,0.25,Verb,13,12,4,procrastinate,10.94,0.94,10.94,0.94,none,none,none, procrastinating,procrastinating,0.24,Verb,15,14,5,procrastinate,none,none,10.94,0.94,none,none,none, procrastination,procrastination,0.33,Noun,15,14,5,procrastination,11.63,1.00,11.63,1.00,none,none,none, procrastinator,procrastinator,0.04,Noun,14,13,5,procrastinator,11.05,1.00,11.05,1.00,none,none,none, procrastinators,procrastinators,0.02,Noun,15,14,5,procrastinator,none,none,11.05,1.00,none,none,none, procreant,procreant,0.02,Adjective,9,9,3,procreant,11.14,0.39,11.14,0.39,none,none,none, procreate,procreate,0.49,Verb,9,8,3,procreate,13.00,0.90,13.00,0.90,none,none,none, procreating,procreating,0.10,Verb,11,10,4,procreate,none,none,13.00,0.90,none,none,none, procreation,procreation,0.41,Noun,11,10,4,procreation,11.53,1.00,11.53,1.00,none,none,none, procreative,procreative,0.06,Adjective,11,10,4,procreative,14.95,1.00,14.95,1.00,none,none,none, procreator,procreator,0.02,Noun,10,9,4,procreator,13.89,0.95,13.89,0.95,none,none,none, proctologist,proctologist,0.55,Noun,12,12,4,proctologist,15.44,0.76,15.44,0.76,none,none,none, proctologists,proctologists,0.08,Noun,13,13,4,proctologist,none,none,15.44,0.76,none,none,none, proctology,proctology,0.14,Noun,10,10,4,proctology,16.82,0.89,16.82,0.89,none,none,none, procurator,procurator,0.06,Noun,10,10,4,procurator,14.06,0.80,14.06,0.80,none,none,none, procure,procure,0.47,Verb,7,7,2,procure,13.67,0.95,13.67,0.95,none,none,none, procured,procured,0.33,Verb,8,8,2,procure,none,none,13.67,0.95,none,none,none, procurement,procurement,0.25,Noun,11,11,3,procurement,13.35,0.85,13.35,0.85,none,none,none, procurements,procurements,0.02,Noun,12,12,3,procurement,none,none,13.35,0.85,none,none,none, procurer,procurer,0.02,Noun,8,8,3,procurer,15.93,0.78,15.93,0.78,none,none,none, procurers,procurers,0.06,Noun,9,9,3,procurer,none,none,15.93,0.78,none,none,none, procuress,procuress,0.02,Noun,9,9,3,procuress,14.89,0.45,14.89,0.45,none,none,none, procuring,procuring,0.12,Verb,9,9,3,procure,none,none,13.67,0.95,none,none,none, prod,prod,0.69,Verb,4,4,1,prod,11.22,1.00,11.22,1.00,none,none,10.46, prodded,prodded,0.31,Verb,7,6,2,prod,none,none,11.22,1.00,none,none,10.46, prodding,prodding,0.35,Verb,8,6,2,prod,none,none,11.22,1.00,none,none,10.46, prodigal,prodigal,1.12,Noun,8,8,3,prodigal,11.72,0.90,11.72,0.90,none,none,none, prodigals,prodigals,0.02,Noun,9,9,3,prodigal,none,none,11.72,0.90,none,none,none, prodigies,prodigies,0.14,Noun,9,8,3,prodigy,none,none,11.63,0.95,none,none,none, prodigious,prodigious,0.45,Adjective,10,8,3,prodigious,12.59,0.94,12.59,0.94,none,none,none, prodigy,prodigy,1.31,Noun,7,7,3,prodigy,11.63,0.95,11.63,0.95,none,none,none, prods,prods,0.27,Noun,5,5,1,prod,none,none,11.22,1.00,none,none,10.46, produce,produce,11.06,Verb,7,6,2,produce,7.75,1.00,7.75,1.00,8.41,8.56,none,8.45 produced,produced,5.25,Verb,8,7,2,produce,none,none,7.75,1.00,8.41,8.56,none,8.45 producer,producer,12.47,Noun,8,7,3,producer,10.89,1.00,10.89,1.00,none,none,none, producers,producers,3.22,Noun,9,8,3,producer,none,none,10.89,1.00,none,none,none, produces,produces,2.63,Verb,8,8,3,produce,none,none,7.75,1.00,8.41,8.56,none,8.45 producing,producing,2.78,Verb,9,8,3,produce,none,none,7.75,1.00,8.41,8.56,none,8.45 product,product,14.75,Noun,7,7,2,product,8.05,1.00,8.05,1.00,8.73,none,none,8.37 production,production,12.65,Noun,10,9,3,production,9.21,1.00,9.21,1.00,none,9.60,none, productions,productions,1.35,Noun,11,10,3,production,none,none,9.21,1.00,none,9.60,none, productive,productive,2.41,Adjective,10,9,3,productive,9.44,1.00,9.44,1.00,none,none,none, productivity,productivity,0.57,Noun,12,12,5,productivity,11.79,1.00,11.79,1.00,none,none,none, products,products,6.12,Noun,8,8,2,product,none,none,8.05,1.00,8.73,none,none,8.37 proem,proem,Err:512,Err:512,5,5,2,proem,17.50,0.10,17.50,0.10,none,none,none, profanation,profanation,0.04,Noun,11,10,4,profanation,14.11,0.50,14.11,0.50,none,none,none, profane,profane,0.55,Verb,7,6,2,profane,12.84,1.00,12.84,1.00,none,none,none,11.09 profaned,profaned,0.12,Verb,8,7,2,profane,none,none,12.84,1.00,none,none,none,11.09 profaner,profaner,0.04,Noun,8,7,3,profaner,13.23,0.68,13.23,0.68,none,none,none, profanes,profanes,0.02,Verb,8,7,2,profane,none,none,12.84,1.00,none,none,none,11.09 profanities,profanities,0.04,Noun,11,10,4,profanity,none,none,10.58,1.00,none,none,none, profanity,profanity,0.73,Noun,9,9,4,profanity,10.58,1.00,10.58,1.00,none,none,none, profess,profess,0.35,Verb,7,6,2,profess,10.68,1.00,10.68,1.00,none,none,none, professed,professed,0.14,Verb,9,7,2,profess,none,none,10.68,1.00,none,none,none, professes,professes,0.04,Verb,9,8,3,profess,none,none,10.68,1.00,none,none,none, professing,professing,0.06,Verb,10,8,3,profess,none,none,10.68,1.00,none,none,none, profession,profession,9.04,Noun,10,8,3,profession,9.58,1.00,9.58,1.00,none,none,none, professional,professional,32.27,Adjective,12,10,4,professional,9.06,1.00,9.06,1.00,none,9.75,none, professionalism,professionalism,0.67,Noun,15,14,6,professionalism,12.28,1.00,12.28,1.00,none,none,none, professionals,professionals,4.53,Noun,13,11,4,professional,none,none,9.06,1.00,none,9.75,none, professions,professions,0.37,Noun,11,9,3,profession,none,none,9.58,1.00,none,none,none, professor,professor,69.57,Noun,9,7,3,professor,10.89,1.00,10.89,1.00,none,10.22,none, professorial,professorial,0.10,Adjective,12,11,5,professorial,11.44,0.89,11.44,0.89,none,none,none, professors,professors,1.94,Noun,10,8,3,professor,none,none,10.89,1.00,none,10.22,none, professorship,professorship,0.10,Noun,13,10,4,professorship,12.85,0.72,12.85,0.72,none,none,none, proffer,proffer,0.08,Verb,7,5,2,proffer,16.00,0.44,16.00,0.44,12.01,none,none, proffered,proffered,0.22,Verb,9,6,2,proffer,none,none,16.00,0.44,12.01,none,none, proficiencies,proficiencies,0.02,Noun,13,11,4,proficiency,none,none,12.20,1.00,none,none,none, proficiency,proficiency,0.41,Noun,11,10,4,proficiency,12.20,1.00,12.20,1.00,none,none,none, proficient,proficient,0.57,Adjective,10,9,3,proficient,12.11,1.00,12.11,1.00,none,none,none, profile,profile,12.88,Noun,7,6,2,profile,9.00,1.00,9.00,1.00,none,none,none,9.05 profiled,profiled,0.25,Verb,8,7,2,profile,none,none,9.00,1.00,none,none,none,9.05 profiler,profiler,0.98,Noun,8,7,3,profiler,12.24,0.94,12.24,0.94,none,none,none, profilers,profilers,0.24,Noun,9,8,3,profiler,none,none,12.24,0.94,none,none,none, profiles,profiles,0.98,Noun,8,7,2,profile,none,none,9.00,1.00,none,none,none,9.05 profit,profit,10.96,Noun,6,6,2,profit,8.56,1.00,8.56,1.00,9.77,none,none,10.51 profitability,profitability,0.18,Noun,13,13,6,profitability,11.72,1.00,11.72,1.00,none,none,none, profitable,profitable,2.45,Adjective,10,10,4,profitable,11.22,1.00,11.22,1.00,none,none,none, profited,profited,0.33,Verb,8,8,3,profit,none,none,8.56,1.00,9.77,none,none,10.51 profiteer,profiteer,0.08,Noun,9,8,3,profiteer,12.11,0.95,12.11,0.95,none,12.43,none, profiteering,profiteering,0.14,Noun,12,10,4,profiteering,15.50,0.89,15.50,0.89,none,none,none, profiteers,profiteers,0.14,Noun,10,9,3,profiteer,none,none,12.11,0.95,none,12.43,none, profiting,profiting,0.35,Verb,9,8,3,profit,none,none,8.56,1.00,9.77,none,none,10.51 profitless,profitless,0.02,Adjective,10,9,3,profitless,13.37,1.00,13.37,1.00,none,none,none, profits,profits,5.53,Noun,7,7,2,profit,none,none,8.56,1.00,9.77,none,none,10.51 profligate,profligate,0.08,Adjective,10,9,3,profligate,15.67,0.47,15.67,0.47,none,none,none, profligates,profligates,0.02,Noun,11,10,3,profligate,none,none,15.67,0.47,none,none,none, profound,profound,4.18,Adjective,8,7,2,profound,12.06,1.00,12.06,1.00,none,none,none,11.59 profoundest,profoundest,0.06,Adjective,11,10,3,profound,none,none,12.06,1.00,none,none,none,11.59 profundity,profundity,0.08,Noun,10,10,4,profundity,14.22,0.50,14.22,0.50,none,none,none, profuse,profuse,0.04,Adjective,7,7,2,profuse,13.17,0.86,13.17,0.86,none,none,none, profusion,profusion,0.10,Noun,9,9,3,profusion,12.07,0.79,12.07,0.79,none,none,none, progenies,progenies,0.02,Noun,9,8,3,progeny,none,none,15.12,0.80,none,none,none, progenitor,progenitor,0.20,Noun,10,9,4,progenitor,15.27,0.58,15.27,0.58,none,none,none, progenitors,progenitors,0.04,Noun,11,11,4,progenitor,none,none,15.27,0.58,none,none,none, progeny,progeny,0.35,Noun,7,7,3,progeny,15.12,0.80,15.12,0.80,none,none,none, progesterone,progesterone,0.08,Verb,12,10,4,progesterone,16.67,0.82,16.67,0.82,none,none,none, prognosis,prognosis,1.06,Noun,9,9,3,prognosis,14.10,1.00,14.10,1.00,none,none,none, prognostic,prognostic,0.02,Noun,10,10,3,prognostic,14.75,0.84,14.75,0.84,none,none,none, prognostication,prognostication,0.08,Noun,15,14,5,prognostication,13.54,0.68,13.54,0.68,none,none,none, prognostications,prognostications,0.02,Noun,16,15,5,prognostication,none,none,13.54,0.68,none,none,none, prognosticator,prognosticator,0.04,Noun,14,13,5,prognosticator,16.20,0.75,16.20,0.75,none,none,none, prognosticators,prognosticators,0.08,Noun,15,14,5,prognosticator,none,none,16.20,0.75,none,none,none, program,programme,42.63,Noun,7,7,2,program,8.20,1.00,8.20,1.00,none,none,none,8.04 programmatic,programmatic,0.02,Adjective,12,11,4,programmatic,16.79,0.74,16.79,0.74,none,none,none, programmed,programmed,4.76,Verb,10,8,2,program,none,none,8.20,1.00,none,none,none,8.04 programmer,programmer,1.10,Noun,10,8,3,programmer,13.28,1.00,13.28,1.00,12.63,none,none, programmers,programmers,0.27,Noun,11,9,3,programmer,none,none,13.28,1.00,12.63,none,none, programming,programming,3.14,Noun,11,9,3,programming,10.58,1.00,10.58,1.00,none,none,none, programs,programmes,5.57,Noun,8,8,2,program,none,none,8.20,1.00,none,none,none,8.04 progress,progress,21.25,Noun,8,7,2,progress,9.00,1.00,9.00,1.00,8.65,none,none,8.70 progressed,progressed,0.84,Verb,10,8,2,progress,none,none,9.00,1.00,8.65,none,none,8.70 progresses,progresses,0.27,Verb,10,9,3,progress,none,none,9.00,1.00,8.65,none,none,8.70 progressing,progressing,0.80,Verb,11,9,3,progress,none,none,9.00,1.00,8.65,none,none,8.70 progression,progression,0.76,Noun,11,9,3,progression,11.00,1.00,11.00,1.00,none,none,none, progressions,progressions,0.02,Noun,12,10,3,progression,none,none,11.00,1.00,none,none,none, progressive,progressive,1.86,Adjective,11,9,3,progressive,11.11,1.00,11.11,1.00,10.94,none,none, prohibit,prohibit,0.47,Verb,8,8,3,prohibit,10.67,1.00,10.67,1.00,9.83,none,none, prohibited,prohibited,1.31,Verb,10,10,4,prohibit,none,none,10.67,1.00,9.83,none,none, prohibiting,prohibiting,0.16,Verb,11,10,4,prohibit,none,none,10.67,1.00,9.83,none,none, prohibition,prohibition,1.20,Noun,11,9,4,prohibition,12.05,1.00,12.05,1.00,11.86,none,none, prohibitive,prohibitive,0.16,Adjective,11,10,4,prohibitive,12.68,1.00,12.68,1.00,none,none,none, prohibits,prohibits,0.45,Verb,9,9,3,prohibit,none,none,10.67,1.00,9.83,none,none, project,project,37.39,Noun,7,7,2,project,9.00,1.00,9.00,1.00,none,none,none,6.82 projectile,projectile,0.84,Noun,10,9,3,projectile,10.21,1.00,10.21,1.00,none,11.70,none, projectiles,projectiles,0.14,Noun,11,10,3,projectile,none,none,10.21,1.00,none,11.70,none, projecting,projecting,1.22,Adjective,10,9,3,projecting,11.18,0.94,11.18,0.94,none,none,none, projection,projection,2.10,Noun,10,9,3,projection,10.00,1.00,10.00,1.00,none,none,none, projectionist,projectionist,0.31,Noun,13,12,4,projectionist,12.63,1.00,12.63,1.00,none,none,none, projections,projections,1.10,Noun,11,10,3,projection,none,none,10.00,1.00,none,none,none, projector,projector,1.22,Noun,9,8,3,projector,7.16,1.00,7.16,1.00,none,none,none, projectors,projectors,0.22,Noun,10,9,3,projector,none,none,7.16,1.00,none,none,none, projects,projects,5.59,Noun,8,8,2,project,none,none,9.00,1.00,none,none,none,6.82 prolapse,prolapse,0.02,Noun,8,7,2,prolapse,14.29,0.89,14.29,0.89,none,none,none, prolapsed,prolapsed,0.08,Adjective,9,8,2,prolapsed,13.00,0.68,13.00,0.68,none,none,none, prolegomenon,prolegomenon,Err:512,Err:512,12,12,5,prolegomenon,15.00,0.05,15.00,0.05,none,none,none, proletarian,proletarian,0.16,Adjective,11,11,5,proletarian,15.64,0.74,15.64,0.74,none,none,none, proletarians,proletarians,0.02,Noun,12,12,5,proletarian,none,none,15.64,0.74,none,none,none, proletariat,proletariat,0.25,Noun,11,11,5,proletariat,15.33,0.79,15.33,0.79,none,none,none, proliferation,proliferation,0.24,Noun,13,11,5,proliferation,14.50,0.84,14.50,0.84,none,none,none, prolific,prolific,0.35,Adjective,8,8,3,prolific,12.44,0.89,12.44,0.89,none,none,none, prolix,prolix,Err:512,Err:512,6,7,2,prolix,14.00,0.05,14.00,0.05,none,none,none, prolixity,prolixity,0.02,Noun,9,10,4,prolixity,14.62,0.40,14.62,0.40,none,none,none, prologue,prologue,0.39,Noun,8,6,2,prologue,12.55,1.00,12.55,1.00,none,none,none, prolong,prolong,1.00,Verb,7,6,2,prolong,11.89,1.00,11.89,1.00,none,10.60,none, prolonged,prolonged,1.08,Adjective,9,7,2,prolonged,11.40,1.00,11.40,1.00,none,none,none, prolonging,prolonging,0.47,Verb,10,8,3,prolong,none,none,11.89,1.00,none,10.60,none, prolongs,prolongs,0.14,Verb,8,7,2,prolong,none,none,11.89,1.00,none,10.60,none, prom,prom,17.76,Noun,4,4,1,prom,10.42,1.00,10.42,1.00,none,none,10.61, promenade,promenade,0.88,Noun,9,8,3,promenade,11.44,0.90,11.44,0.90,none,9.24,none, promenading,promenading,0.04,Verb,11,10,4,promenade,none,none,11.44,0.90,none,9.24,none, promethean,promethean,0.08,Adjective,10,9,4,promethean,16.18,0.58,16.18,0.58,none,none,none, promethium,promethium,0.04,Noun,10,9,4,promethium,13.36,0.50,13.36,0.50,none,none,none, prominence,prominence,0.31,Noun,10,9,3,prominence,12.61,1.00,12.61,1.00,none,none,none, prominences,prominences,0.02,Noun,11,11,4,prominence,none,none,12.61,1.00,none,none,none, prominent,prominent,2.55,Adjective,9,9,3,prominent,10.17,1.00,10.17,1.00,none,none,none, promiscuity,promiscuity,0.59,Noun,11,12,5,promiscuity,13.65,1.00,13.65,1.00,none,none,none, promiscuous,promiscuous,1.02,Adjective,11,10,3,promiscuous,13.30,1.00,13.30,1.00,none,none,none, promise,promise,153.12,Verb,7,6,2,promise,5.67,1.00,5.67,1.00,5.97,none,none,6.06 promised,promised,62.14,Verb,8,7,2,promise,none,none,5.67,1.00,5.97,none,none,6.06 promises,promises,11.37,Noun,8,8,3,promise,none,none,5.67,1.00,5.97,none,none,6.06 promising,promising,6.59,Adjective,9,8,3,promising,7.84,1.00,7.84,1.00,none,none,none, promissory,promissory,0.18,Adjective,10,9,4,promissory,14.42,1.00,14.42,1.00,none,none,none, promo,promo,0.71,Noun,5,5,2,promo,12.78,0.95,12.78,0.95,none,none,none,10.80 promontory,promontory,0.04,Noun,10,10,5,promontory,14.18,0.58,14.18,0.58,none,none,none, promos,promos,0.31,Noun,6,6,2,promo,none,none,12.78,0.95,none,none,none,10.80 promotable,promotable,0.06,Adjective,10,10,4,promotable,13.55,1.00,13.55,1.00,none,none,none, promote,promote,4.41,Verb,7,6,2,promote,10.32,1.00,10.32,1.00,10.18,none,none,10.51 promoted,promoted,5.61,Verb,8,8,3,promote,none,none,10.32,1.00,10.18,none,none,10.51 promoter,promoter,1.00,Noun,8,7,3,promoter,12.41,1.00,12.41,1.00,none,none,none, promoters,promoters,0.43,Noun,9,8,3,promoter,none,none,12.41,1.00,none,none,none, promotes,promotes,0.45,Verb,8,7,2,promote,none,none,10.32,1.00,10.18,none,none,10.51 promoting,promoting,1.80,Verb,9,8,3,promote,none,none,10.32,1.00,10.18,none,none,10.51 promotion,promotion,10.92,Noun,9,8,3,promotion,11.32,1.00,11.32,1.00,none,none,none, promotional,promotional,0.76,Adjective,11,10,4,promotional,10.90,1.00,10.90,1.00,none,none,none, promotions,promotions,1.10,Noun,10,9,3,promotion,none,none,11.32,1.00,none,none,none, prompt,prompt,1.16,Verb,6,6,1,prompt,10.24,0.94,10.24,0.94,none,none,10.12, prompted,prompted,0.90,Verb,8,8,2,prompt,none,none,10.24,0.94,none,none,10.12, prompter,prompter,0.16,Noun,8,7,2,prompter,14.11,0.90,14.11,0.90,none,none,none, promptitude,promptitude,Err:512,Err:512,11,10,3,promptitude,15.56,0.50,15.56,0.50,none,none,none, promptly,promptly,2.04,Adverb,8,8,2,promptly,9.89,1.00,9.89,1.00,none,none,none, promptness,promptness,0.12,Noun,10,9,2,promptness,10.89,1.00,10.89,1.00,9.50,none,none, prompts,prompts,0.27,Verb,7,7,1,prompt,none,none,10.24,0.94,none,none,10.12, proms,proms,0.29,Noun,5,5,1,prom,none,none,10.42,1.00,none,none,10.61, promulgate,promulgate,0.06,Verb,10,9,3,promulgate,16.82,0.50,16.82,0.50,none,none,none, promulgates,promulgates,0.02,Noun,11,10,3,promulgate,none,none,16.82,0.50,none,none,none, promulgation,promulgation,0.02,Noun,12,11,4,promulgation,11.83,0.32,11.83,0.32,none,none,none, prone,prone,1.80,Adjective,5,4,1,prone,12.58,0.95,12.58,0.95,none,11.85,10.69, proneness,proneness,0.02,Noun,9,6,2,proneness,11.60,0.79,11.60,0.79,none,none,none, prong,prong,0.29,Noun,5,4,1,prong,10.78,0.95,10.78,0.95,none,8.71,11.19, pronged,pronged,0.04,Verb,7,5,1,prong,none,none,10.78,0.95,none,8.71,11.19, pronging,pronging,0.06,Verb,8,6,2,prong,none,none,10.78,0.95,none,8.71,11.19, prongs,prongs,0.25,Noun,6,5,1,prong,none,none,10.78,0.95,none,8.71,11.19, pronoun,pronoun,0.24,Noun,7,6,2,pronoun,8.63,1.00,8.63,1.00,none,none,none, pronounce,pronounce,6.49,Verb,9,7,2,pronounce,8.42,1.00,8.42,1.00,none,none,none,9.13 pronounced,pronounced,2.98,Verb,10,8,2,pronounce,none,none,8.42,1.00,none,none,none,9.13 pronouncement,pronouncement,0.12,Noun,13,11,3,pronouncement,10.47,0.94,10.47,0.94,none,none,none, pronouncements,pronouncements,0.16,Noun,14,12,3,pronouncement,none,none,10.47,0.94,none,none,none, pronounces,pronounces,0.14,Verb,10,9,3,pronounce,none,none,8.42,1.00,none,none,none,9.13 pronouncing,pronouncing,0.37,Verb,11,9,3,pronounce,none,none,8.42,1.00,none,none,none,9.13 pronouns,pronouns,0.27,Noun,8,7,2,pronoun,none,none,8.63,1.00,none,none,none, pronto,pronto,2.84,Noun,6,6,2,pronto,9.59,0.89,9.59,0.89,none,none,none,9.13 pronunciation,pronunciation,0.47,Noun,13,12,5,pronunciation,8.38,1.00,8.38,1.00,none,none,none, pronunciations,pronunciations,0.06,Noun,14,13,5,pronunciation,none,none,8.38,1.00,none,none,none, proof,proof,34.39,Noun,5,4,1,proof,8.06,1.00,8.06,1.00,none,9.03,7.98, proofed,proofed,0.16,Verb,7,5,1,proof,none,none,8.06,1.00,none,9.03,7.98, proofread,proofread,0.24,Verb,9,7,2,proofread,8.75,1.00,8.75,1.00,none,none,none, proofreader,proofreader,0.02,Noun,11,8,3,proofreader,9.83,1.00,9.83,1.00,none,none,none, proofreaders,proofreaders,0.02,Verb,12,9,3,proofreader,none,none,9.83,1.00,none,none,none, proofreading,proofreading,0.12,Verb,12,9,3,proofread,none,none,8.75,1.00,none,none,none, proofs,proofs,0.92,Noun,6,5,1,proof,none,none,8.06,1.00,none,9.03,7.98, prop,prop,3.69,Noun,4,4,1,prop,10.83,1.00,10.83,1.00,none,9.03,9.24, propaganda,propaganda,3.12,Noun,10,10,4,propaganda,12.10,1.00,12.10,1.00,none,none,none, propagandist,propagandist,0.08,Noun,12,12,4,propagandist,14.29,0.94,14.29,0.94,none,none,none, propagandists,propagandists,0.02,Noun,13,13,4,propagandist,none,none,14.29,0.94,none,none,none, propagandize,propagandise,0.02,Verb,12,11,4,propagandize,15.39,0.90,15.39,0.90,none,none,none, propagate,propagate,0.37,Verb,9,8,3,propagate,13.87,0.83,13.87,0.83,none,none,none, propagated,propagated,0.24,Verb,10,10,4,propagate,none,none,13.87,0.83,none,none,none, propagates,propagates,0.04,Verb,10,9,3,propagate,none,none,13.87,0.83,none,none,none, propagating,propagating,0.10,Verb,11,10,4,propagate,none,none,13.87,0.83,none,none,none, propagation,propagation,0.20,Noun,11,10,4,propagation,13.00,0.78,13.00,0.78,none,none,none, propane,propane,0.55,Noun,7,6,2,propane,12.53,0.94,12.53,0.94,none,none,none,10.41 propel,propel,0.22,Verb,6,6,2,propel,10.06,0.95,10.06,0.95,none,none,none, propellant,propellant,0.31,Noun,10,9,3,propellant,12.94,0.94,12.94,0.94,none,none,none, propelled,propelled,0.27,Verb,9,7,2,propel,none,none,10.06,0.95,none,none,none, propeller,propeller,1.53,Noun,9,7,3,propeller,7.00,1.00,7.00,1.00,none,none,none, propellers,propellers,0.45,Noun,10,8,3,propeller,none,none,7.00,1.00,none,none,none, propelling,propelling,0.06,Verb,10,8,3,propel,none,none,10.06,0.95,none,none,none, propels,propels,0.22,Verb,7,7,2,propel,none,none,10.06,0.95,none,none,none, propensities,propensities,0.04,Noun,12,11,4,propensity,none,none,15.56,0.84,none,none,none, propensity,propensity,0.20,Noun,10,10,4,propensity,15.56,0.84,15.56,0.84,none,none,none, proper,proper,25.27,Adjective,6,5,2,proper,7.63,1.00,7.63,1.00,none,8.22,none,8.28 propertied,propertied,0.04,Verb,10,8,3,propertied,11.76,0.89,11.76,0.89,none,none,none, properties,properties,3.18,Noun,10,8,3,property,none,none,8.16,1.00,none,8.86,none, property,property,33.29,Noun,8,7,3,property,8.16,1.00,8.16,1.00,none,8.86,none, prophase,prophase,0.02,Noun,8,6,2,prophase,14.64,0.78,14.64,0.78,none,none,none, prophecies,prophecies,1.45,Noun,10,8,3,prophecy,none,none,12.58,1.00,none,none,none, prophecy,prophecy,6.29,Noun,8,7,3,prophecy,12.58,1.00,12.58,1.00,none,none,none, prophesied,prophesied,0.39,Verb,10,8,3,prophesy,none,none,10.53,1.00,9.88,none,none, prophesies,prophesies,0.29,Verb,10,8,3,prophesy,none,none,10.53,1.00,9.88,none,none, prophesy,prophesy,0.25,Verb,8,7,3,prophesy,10.53,1.00,10.53,1.00,9.88,none,none, prophet,prophet,5.33,Noun,7,6,2,prophet,9.58,1.00,9.58,1.00,9.14,none,none, prophetess,prophetess,0.06,Noun,10,8,3,prophetess,12.33,0.83,12.33,0.83,none,none,none, prophetic,prophetic,0.41,Adjective,9,8,3,prophetic,14.84,1.00,14.84,1.00,none,none,none, prophets,prophets,1.20,Noun,8,7,2,prophet,none,none,9.58,1.00,9.14,none,none, prophylactic,prophylactic,0.57,Adjective,12,11,4,prophylactic,15.20,0.53,15.20,0.53,none,none,none, prophylactics,prophylactics,0.22,Noun,13,12,4,prophylactic,none,none,15.20,0.53,none,none,none, prophylaxis,prophylaxis,0.06,Noun,11,11,4,prophylaxis,15.36,0.61,15.36,0.61,none,none,none, propinquity,propinquity,0.02,Noun,11,11,4,propinquity,15.57,0.35,15.57,0.35,none,none,none, propitious,propitious,0.12,Adjective,10,8,3,propitious,12.40,0.53,12.40,0.53,none,none,none, proponent,proponent,0.22,Noun,9,9,3,proponent,12.40,0.83,12.40,0.83,none,none,none, proponents,proponents,0.02,Noun,10,10,3,proponent,none,none,12.40,0.83,none,none,none, proportion,proportion,2.73,Noun,10,9,3,proportion,11.79,1.00,11.79,1.00,none,10.07,none, proportional,proportional,0.27,Adjective,12,11,4,proportional,10.95,0.95,10.95,0.95,none,none,none, proportionality,proportionality,0.02,Noun,15,14,6,proportionality,13.47,1.00,13.47,1.00,none,none,none, proportionate,proportionate,0.16,Adjective,13,11,4,proportionate,11.21,1.00,11.21,1.00,none,none,none, proportioned,proportioned,0.16,Verb,12,10,3,proportion,none,none,11.79,1.00,none,10.07,none, proportions,proportions,1.59,Noun,11,10,3,proportion,none,none,11.79,1.00,none,10.07,none, proposal,proposal,8.78,Noun,8,8,3,proposal,11.05,1.00,11.05,1.00,none,none,none, proposals,proposals,1.45,Noun,9,9,3,proposal,none,none,11.05,1.00,none,none,none, propose,propose,13.00,Verb,7,6,2,propose,9.00,1.00,9.00,1.00,9.43,9.24,none, proposed,proposed,6.73,Verb,8,7,2,propose,none,none,9.00,1.00,9.43,9.24,none, proposes,proposes,0.65,Verb,8,8,3,propose,none,none,9.00,1.00,9.43,9.24,none, proposing,proposing,3.12,Verb,9,8,3,propose,none,none,9.00,1.00,9.43,9.24,none, proposition,proposition,7.88,Noun,11,10,4,proposition,11.79,1.00,11.79,1.00,none,none,none, propositioned,propositioned,0.16,Verb,13,11,4,proposition,none,none,11.79,1.00,none,none,none, propositioning,propositioning,0.12,Verb,14,12,5,proposition,none,none,11.79,1.00,none,none,none, propositions,propositions,0.20,Noun,12,11,4,proposition,none,none,11.79,1.00,none,none,none, propound,propound,0.04,Verb,8,7,2,propound,12.20,0.56,12.20,0.56,none,none,none, propped,propped,0.31,Verb,7,5,1,prop,none,none,10.83,1.00,none,9.03,9.24, propping,propping,0.10,Verb,8,6,2,prop,none,none,10.83,1.00,none,9.03,9.24, proprietary,proprietary,0.45,Adjective,11,11,5,proprietary,14.22,1.00,14.22,1.00,none,none,none, proprieties,proprieties,0.14,Noun,11,10,4,propriety,none,none,15.16,0.95,none,none,none, proprietor,proprietor,1.18,Noun,10,9,4,proprietor,12.21,1.00,12.21,1.00,none,11.02,none, proprietors,proprietors,0.12,Noun,11,10,4,proprietor,none,none,12.21,1.00,none,11.02,none, proprietress,proprietress,0.06,Noun,12,10,3,proprietress,13.24,0.89,13.24,0.89,none,none,none, propriety,propriety,0.39,Noun,9,9,4,propriety,15.16,0.95,15.16,0.95,none,none,none, props,props,2.98,Noun,5,5,1,prop,none,none,10.83,1.00,none,9.03,9.24, propulsion,propulsion,1.16,Noun,10,9,3,propulsion,12.81,0.76,12.81,0.76,none,none,none, propulsions,propulsions,0.04,Noun,11,11,4,propulsion,none,none,12.81,0.76,none,none,none, propylene,propylene,0.04,Noun,9,8,3,propylene,15.12,0.80,15.12,0.80,none,none,none, prorate,prorate,0.08,Verb,7,6,2,prorate,14.59,0.94,14.59,0.94,none,none,none, pros,pros,3.06,Noun,4,4,1,pro,none,none,8.39,1.00,none,none,7.79, prosaic,prosaic,0.27,Adjective,7,7,3,prosaic,14.36,0.55,14.36,0.55,none,none,none, proscenium,proscenium,0.04,Noun,10,9,4,proscenium,16.22,0.47,16.22,0.47,none,none,none, prosciutto,prosciutto,0.29,Noun,10,8,4,prosciutto,15.92,0.65,15.92,0.65,none,none,none, proscribe,proscribe,0.04,Verb,9,8,2,proscribe,14.77,0.65,14.77,0.65,none,none,none, prose,prose,0.94,Noun,5,4,1,prose,12.06,0.94,12.06,0.94,none,12.24,11.78, prosecute,prosecute,2.82,Verb,9,9,3,prosecute,9.50,1.00,9.50,1.00,none,none,none, prosecuted,prosecuted,1.63,Verb,10,11,4,prosecute,none,none,9.50,1.00,none,none,none, prosecutes,prosecutes,0.06,Verb,10,10,3,prosecute,none,none,9.50,1.00,none,none,none, prosecuting,prosecuting,1.22,Verb,11,11,4,prosecute,none,none,9.50,1.00,none,none,none, prosecution,prosecution,7.86,Noun,11,11,4,prosecution,11.83,1.00,11.83,1.00,none,none,none, prosecutions,prosecutions,0.18,Noun,12,12,4,prosecution,none,none,11.83,1.00,none,none,none, prosecutor,prosecutor,7.18,Noun,10,10,4,prosecutor,11.47,0.94,11.47,0.94,none,none,none, prosecutorial,prosecutorial,0.08,Adjective,13,14,6,prosecutorial,13.69,0.84,13.69,0.84,none,none,none, prosecutors,prosecutors,1.25,Noun,11,11,4,prosecutor,none,none,11.47,0.94,none,none,none, proselyte,proselyte,Err:512,Err:512,9,8,3,proselyte,13.60,0.24,13.60,0.24,none,none,none, proselytize,proselytise,0.02,Verb,11,10,4,proselytize,16.92,0.65,16.92,0.65,none,none,none, proslavery,proslavery,0.04,Adjective,10,10,4,proslavery,11.53,1.00,11.53,1.00,none,none,none, prospect,prospect,3.49,Noun,8,8,2,prospect,10.26,1.00,10.26,1.00,none,none,none,11.49 prospecting,prospecting,0.45,Verb,11,10,3,prospect,none,none,10.26,1.00,none,none,none,11.49 prospective,prospective,1.33,Adjective,11,10,3,prospective,10.42,1.00,10.42,1.00,none,none,none, prospector,prospector,0.59,Noun,10,9,3,prospector,11.78,1.00,11.78,1.00,none,none,none, prospectors,prospectors,0.18,Noun,11,10,3,prospector,none,none,11.78,1.00,none,none,none, prospects,prospects,2.24,Noun,9,9,2,prospect,none,none,10.26,1.00,none,none,none,11.49 prospectus,prospectus,0.49,Noun,10,10,3,prospectus,18.22,0.95,18.22,0.95,none,none,none, prosper,prosper,1.10,Verb,7,6,2,prosper,10.06,1.00,10.06,1.00,none,none,none,10.60 prospered,prospered,0.25,Verb,9,7,2,prosper,none,none,10.06,1.00,none,none,none,10.60 prospering,prospering,0.22,Verb,10,8,3,prosper,none,none,10.06,1.00,none,none,none,10.60 prosperity,prosperity,2.10,Noun,10,10,4,prosperity,10.40,1.00,10.40,1.00,none,11.13,none, prosperous,prosperous,1.25,Adjective,10,8,3,prosperous,13.00,1.00,13.00,1.00,none,none,none, prospers,prospers,0.02,Verb,8,7,2,prosper,none,none,10.06,1.00,none,none,none,10.60 prostate,prostate,1.67,Noun,8,7,2,prostate,15.00,1.00,15.00,1.00,none,none,none,13.18 prostatectomy,prostatectomy,0.04,Noun,13,13,5,prostatectomy,15.27,0.61,15.27,0.61,none,none,none, prostatic,prostatic,0.02,Adjective,9,9,3,prostatic,11.69,0.72,11.69,0.72,none,none,none, prosthesis,prosthesis,0.18,Noun,10,9,3,prosthesis,13.22,0.95,13.22,0.95,none,none,none, prosthetic,prosthetic,0.67,Adjective,10,9,3,prosthetic,11.44,0.95,11.44,0.95,none,none,none, prosthetics,prosthetics,0.10,Noun,11,10,3,prosthetic,none,none,11.44,0.95,none,none,none, prostitute,prostitute,7.55,Noun,10,9,3,prostitute,11.78,1.00,11.78,1.00,none,none,none, prostitutes,prostitutes,2.86,Noun,11,10,3,prostitute,none,none,11.78,1.00,none,none,none, prostituting,prostituting,0.12,Verb,12,11,4,prostitute,none,none,11.78,1.00,none,none,none, prostitution,prostitution,2.39,Noun,12,11,4,prostitution,12.84,1.00,12.84,1.00,none,none,none, prostrate,prostrate,0.41,Adjective,9,8,2,prostrate,15.50,0.90,15.50,0.90,none,none,none, prostrated,prostrated,0.06,Verb,10,10,3,prostrate,none,none,15.50,0.90,none,none,none, prostration,prostration,0.08,Noun,11,10,3,prostration,13.38,0.80,13.38,0.80,none,none,none, prostrations,prostrations,0.02,Noun,12,11,3,prostration,none,none,13.38,0.80,none,none,none, prosy,prosy,0.02,Noun,5,5,2,prosy,13.50,0.53,13.50,0.53,none,none,none, protagonist,protagonist,0.29,Noun,11,11,4,protagonist,13.42,1.00,13.42,1.00,none,none,none, protagonists,protagonists,0.02,Noun,12,12,4,protagonist,none,none,13.42,1.00,none,none,none, protean,protean,0.02,Adjective,7,7,3,protean,11.83,0.55,11.83,0.55,none,none,none, protease,protease,0.20,Noun,8,7,3,protease,14.36,0.61,14.36,0.61,none,none,none, protect,protect,70.25,Verb,7,7,2,protect,6.79,1.00,6.79,1.00,7.51,none,none,7.57 protected,protected,10.86,Verb,9,9,3,protect,none,none,6.79,1.00,7.51,none,none,7.57 protecting,protecting,16.02,Verb,10,9,3,protect,none,none,6.79,1.00,7.51,none,none,7.57 protection,protection,23.47,Noun,10,9,3,protection,8.33,1.00,8.33,1.00,none,9.13,none, protectionist,protectionist,0.02,Adjective,13,12,4,protectionist,12.57,0.78,12.57,0.78,none,none,none, protections,protections,0.22,Noun,11,10,3,protection,none,none,8.33,1.00,none,9.13,none, protective,protective,6.06,Adjective,10,9,3,protective,8.00,1.00,8.00,1.00,none,none,none, protectiveness,protectiveness,0.08,Noun,14,12,4,protectiveness,10.26,1.00,10.26,1.00,none,none,none, protector,protector,2.92,Noun,9,8,3,protector,9.00,1.00,9.00,1.00,none,none,none, protectorate,protectorate,0.22,Noun,12,10,4,protectorate,13.69,0.62,13.69,0.62,none,none,none, protectorates,protectorates,0.02,Noun,13,11,4,protectorate,none,none,13.69,0.62,none,none,none, protectors,protectors,0.73,Noun,10,9,3,protector,none,none,9.00,1.00,none,none,none, protects,protects,2.82,Verb,8,8,2,protect,none,none,6.79,1.00,7.51,none,none,7.57 protege,protege,0.45,0.45,7,7,3,protege,13.16,0.95,13.16,0.95,none,none,none, protegee,protege,0.24,Noun,8,8,4,protegee,12.40,0.83,12.40,0.83,none,none,none, protein,protein,4.51,Noun,7,6,2,protein,10.39,1.00,10.39,1.00,none,none,none,9.67 proteins,proteins,1.00,Noun,8,7,2,protein,none,none,10.39,1.00,none,none,none,9.67 protest,protest,8.78,Noun,7,7,2,protest,9.11,1.00,9.11,1.00,none,9.39,none,10.04 protestant,protestant,1.53,Adjective,10,10,3,protestant,12.67,1.00,12.67,1.00,9.63,none,none, protestants,protestants,0.29,Noun,11,11,3,protestant,none,none,12.67,1.00,9.63,none,none, protestation,protestation,0.04,Noun,12,11,4,protestation,12.89,1.00,12.89,1.00,none,none,none, protestations,protestations,0.04,Noun,13,12,4,protestation,none,none,12.89,1.00,none,none,none, protested,protested,0.75,Verb,9,9,3,protest,none,none,9.11,1.00,none,9.39,none,10.04 protester,protester,0.20,Noun,9,8,3,protester,11.06,1.00,11.06,1.00,none,none,none, protesters,protesters,0.86,Noun,10,9,3,protester,none,none,11.06,1.00,none,none,none, protesting,protesting,1.96,Verb,10,9,3,protest,none,none,9.11,1.00,none,9.39,none,10.04 protestor,protestor,0.06,Noun,9,8,3,protester,none,none,11.06,1.00,none,none,none, protestors,protestors,0.39,Noun,10,9,3,protester,none,none,11.06,1.00,none,none,none, protests,protests,1.08,Noun,8,8,2,protest,none,none,9.11,1.00,none,9.39,none,10.04 protocol,protocol,7.49,Noun,8,8,3,protocol,13.83,1.00,13.83,1.00,none,none,none, protocols,protocols,2.65,Noun,9,9,3,protocol,none,none,13.83,1.00,none,none,none, proton,proton,0.43,Noun,6,6,2,proton,11.28,0.95,11.28,0.95,none,none,none, protons,protons,0.35,Noun,7,7,2,proton,none,none,11.28,0.95,none,none,none, protoplasm,protoplasm,0.14,Noun,10,11,4,protoplasm,15.28,0.95,15.28,0.95,none,none,none, protoplasmic,protoplasmic,0.04,Adjective,12,12,4,protoplasmic,14.00,0.55,14.00,0.55,none,none,none, prototype,prototype,3.31,Noun,9,8,3,prototype,12.65,1.00,12.65,1.00,none,none,none, prototypes,prototypes,0.41,Noun,10,9,3,prototype,none,none,12.65,1.00,none,none,none, prototypical,prototypical,0.14,Adjective,12,12,5,prototypical,13.80,0.83,13.80,0.83,none,none,none, protracted,protracted,0.24,Adjective,10,10,3,protracted,11.35,0.89,11.35,0.89,none,none,none, protraction,protraction,0.02,Noun,11,10,3,protraction,14.40,0.83,14.40,0.83,none,none,none, protractor,protractor,0.06,Noun,10,9,3,protractor,9.75,1.00,9.75,1.00,none,none,none, protrude,protrude,0.06,Verb,8,7,2,protrude,12.45,1.00,12.45,1.00,none,none,none, protrudes,protrudes,0.06,Verb,9,8,2,protrude,none,none,12.45,1.00,none,none,none, protrusion,protrusion,0.06,Noun,10,9,3,protrusion,12.37,0.95,12.37,0.95,none,none,none, protrusions,protrusions,0.04,Noun,11,10,3,protrusion,none,none,12.37,0.95,none,none,none, protuberance,protuberance,0.04,Noun,12,10,4,protuberance,17.07,0.79,17.07,0.79,none,none,none, proud,proud,83.63,Adjective,5,4,1,proud,5.44,1.00,5.44,1.00,none,6.01,6.60, prouder,prouder,0.65,Adjective,7,5,2,proud,none,none,5.44,1.00,none,6.01,6.60, proudest,proudest,0.98,Adjective,8,7,2,proud,none,none,5.44,1.00,none,6.01,6.60, provable,provable,0.06,Adjective,8,8,3,provable,9.82,0.89,9.82,0.89,none,none,none, prove,prove,70.39,Verb,5,4,1,prove,7.84,1.00,7.84,1.00,none,8.22,7.93, proved,proved,10.76,Verb,6,5,1,prove,none,none,7.84,1.00,none,8.22,7.93, proven,proven,6.65,Verb,6,6,2,prove,none,none,7.84,1.00,none,8.22,7.93, provenance,provenance,0.18,Noun,10,9,3,provenance,14.46,0.72,14.46,0.72,none,none,none, provender,provender,0.02,Verb,9,8,3,provender,14.75,0.42,14.75,0.42,none,13.32,none, proverb,proverb,1.08,Noun,7,6,2,proverb,8.16,1.00,8.16,1.00,none,none,none,9.22 proverbial,proverbial,1.04,Adjective,10,9,4,proverbial,13.78,0.95,13.78,0.95,none,none,none, proverbs,proverbs,0.33,Noun,8,7,2,proverb,none,none,8.16,1.00,none,none,none,9.22 proves,proves,7.92,Verb,6,5,1,prove,none,none,7.84,1.00,none,8.22,7.93, provide,provide,17.41,Verb,7,6,2,provide,7.74,1.00,7.74,1.00,none,9.13,none,8.37 provided,provided,9.92,Verb,8,8,3,provide,none,none,7.74,1.00,none,9.13,none,8.37 provident,provident,0.04,Adjective,9,9,3,provident,15.92,0.68,15.92,0.68,none,none,none, providential,providential,0.06,Adjective,12,11,4,providential,13.18,0.94,13.18,0.94,none,none,none, provider,provider,1.45,Noun,8,7,3,provider,9.63,1.00,9.63,1.00,none,none,none, providers,providers,0.33,Noun,9,8,3,provider,none,none,9.63,1.00,none,none,none, provides,provides,2.69,Verb,8,7,2,provide,none,none,7.74,1.00,none,9.13,none,8.37 providing,providing,4.02,Verb,9,8,3,provide,none,none,7.74,1.00,none,9.13,none,8.37 province,province,3.20,Noun,8,7,2,province,10.06,0.89,10.06,0.89,none,none,none,11.19 provinces,provinces,0.73,Noun,9,9,3,province,none,none,10.06,0.89,none,none,none,11.19 provincial,provincial,0.92,Adjective,10,9,3,provincial,12.70,0.91,12.70,0.91,none,none,none, provincials,provincials,0.02,Noun,11,10,3,provincial,none,none,12.70,0.91,none,none,none, proving,proving,4.49,Verb,7,6,2,prove,none,none,7.84,1.00,none,8.22,7.93, provision,provision,0.78,Noun,9,8,3,provision,11.90,1.00,11.90,1.00,none,10.02,none, provisional,provisional,0.73,Adjective,11,10,4,provisional,14.29,0.94,14.29,0.94,none,none,none, provisions,provisions,1.71,Noun,10,9,3,provision,none,none,11.90,1.00,none,10.02,none, proviso,proviso,0.20,Noun,7,7,3,proviso,14.46,0.72,14.46,0.72,none,none,none, provisos,provisos,0.06,Noun,8,8,3,proviso,none,none,14.46,0.72,none,none,none, provocateur,provocateur,0.08,Noun,11,10,4,provocateur,14.88,0.89,14.88,0.89,none,none,none, provocation,provocation,1.04,Noun,11,10,4,provocation,12.41,0.94,12.41,0.94,none,none,none, provocations,provocations,0.06,Noun,12,11,4,provocation,none,none,12.41,0.94,none,none,none, provocative,provocative,1.61,Adjective,11,10,4,provocative,12.21,1.00,12.21,1.00,none,none,none, provoke,provoke,2.49,Verb,7,6,2,provoke,8.39,1.00,8.39,1.00,none,none,none,10.80 provoked,provoked,1.67,Verb,8,7,2,provoke,none,none,8.39,1.00,none,none,none,10.80 provoker,provoker,0.02,Noun,8,7,3,provoker,10.21,1.00,10.21,1.00,none,none,none, provokes,provokes,0.31,Verb,8,7,2,provoke,none,none,8.39,1.00,none,none,none,10.80 provoking,provoking,0.90,Verb,9,8,3,provoke,none,none,8.39,1.00,none,none,none,10.80 provost,provost,0.71,Noun,7,7,2,provost,16.62,0.65,16.62,0.65,none,none,none,13.18 prow,prow,0.12,Noun,4,3,1,prow,12.56,0.89,12.56,0.89,none,11.43,11.86, prowess,prowess,0.78,Noun,7,5,2,prowess,13.00,0.89,13.00,0.89,none,none,none,12.75 prowl,prowl,1.29,Noun,5,4,1,prowl,9.50,0.95,9.50,0.95,none,none,8.96, prowler,prowler,0.80,Noun,7,5,2,prowler,10.06,1.00,10.06,1.00,none,none,none, prowlers,prowlers,0.37,Noun,8,6,2,prowler,none,none,10.06,1.00,none,none,none, prowling,prowling,0.73,Verb,8,6,2,prowl,none,none,9.50,0.95,none,none,8.96, prowls,prowls,0.10,Verb,6,5,1,prowl,none,none,9.50,0.95,none,none,8.96, proxies,proxies,0.22,Noun,7,7,2,proxy,none,none,14.88,0.94,none,none,none,13.18 proximal,proximal,0.43,Adjective,8,9,3,proximal,14.00,0.85,14.00,0.85,none,none,none, proximate,proximate,0.10,Adjective,9,9,3,proximate,13.05,1.00,13.05,1.00,none,none,none, proximity,proximity,1.65,Noun,9,10,4,proximity,12.26,0.95,12.26,0.95,11.36,none,none, proximo,proximo,0.08,Noun,7,7,3,proximo,15.67,0.32,15.67,0.32,none,none,none, proxy,proxy,0.90,Noun,5,6,2,proxy,14.88,0.94,14.88,0.94,none,none,none,13.18 prude,prude,1.37,Noun,5,4,1,prude,12.11,1.00,12.11,1.00,none,none,10.82, prudence,prudence,1.35,Noun,8,7,2,prudence,11.87,0.83,11.87,0.83,none,none,none, prudent,prudent,1.61,Adjective,7,7,2,prudent,12.53,0.89,12.53,0.89,none,12.77,none,12.01 prudery,prudery,0.04,Noun,7,6,3,prudery,16.20,0.53,16.20,0.53,none,none,none, prudes,prudes,0.16,Noun,6,5,1,prude,none,none,12.11,1.00,none,none,10.82, prudish,prudish,0.08,Adjective,7,6,2,prudish,12.44,0.84,12.44,0.84,none,none,none, prune,prune,1.47,Noun,5,4,1,prune,7.85,1.00,7.85,1.00,9.30,6.98,8.29, pruned,pruned,0.10,Verb,6,5,1,prune,none,none,7.85,1.00,9.30,6.98,8.29, prunes,prunes,0.69,Noun,6,5,1,prune,none,none,7.85,1.00,9.30,6.98,8.29, pruning,pruning,0.49,Noun,7,6,2,pruning,10.95,1.00,10.95,1.00,none,none,none, prurient,prurient,0.10,Adjective,8,8,3,prurient,13.60,0.50,13.60,0.50,none,none,none, prussic,prussic,0.04,Adjective,7,6,2,prussic,16.00,0.26,16.00,0.26,none,none,none, pry,pry,4.12,Verb,3,3,1,pry,8.06,1.00,8.06,1.00,none,none,10.10, prying,prying,1.47,Verb,6,5,2,pry,none,none,8.06,1.00,none,none,10.10, psalm,psalm,0.51,Noun,5,4,1,psalm,8.76,1.00,8.76,1.00,none,none,9.24, psalmist,psalmist,0.06,Noun,8,6,2,psalmist,11.14,0.78,11.14,0.78,none,none,none, psalmists,psalmists,0.02,Noun,9,7,2,psalmist,none,none,11.14,0.78,none,none,none, psalmody,psalmody,0.06,Noun,8,7,3,psalmody,15.00,0.50,15.00,0.50,none,none,none, psalms,psalms,0.35,Noun,6,5,1,psalm,none,none,8.76,1.00,none,none,9.24, pseudo,pseudo,0.29,Adjective,6,4,2,pseudo,13.75,0.89,13.75,0.89,none,none,none, pseudonym,pseudonym,0.14,Noun,9,7,3,pseudonym,13.26,0.90,13.26,0.90,none,none,none, pseudonyms,pseudonyms,0.04,Noun,10,8,3,pseudonym,none,none,13.26,0.90,none,none,none, pseudoscience,pseudoscience,0.02,Noun,13,9,4,pseudoscience,15.40,0.83,15.40,0.83,none,none,none, pseudoscientific,pseudoscientific,0.08,Adjective,16,13,6,pseudoscientific,14.72,0.90,14.72,0.90,none,none,none, psi,psi,0.47,Noun,3,2,1,psi,14.86,0.70,14.86,0.70,none,none,none, psilocybin,psilocybin,0.08,Noun,10,9,4,psilocybin,15.00,0.21,15.00,0.21,none,none,none, psittacosis,psittacosis,0.02,Noun,11,9,4,psittacosis,17.60,0.26,17.60,0.26,none,none,none, psoriasis,psoriasis,0.45,Noun,9,7,4,psoriasis,16.00,0.95,16.00,0.95,none,none,none, psych,psych,6.75,Noun,5,3,1,psych,10.11,1.00,10.11,1.00,none,none,none, psyche,psyche,2.75,Noun,6,4,2,psyche,12.53,0.94,12.53,0.94,none,none,none, psyched,psyched,2.69,Verb,7,4,1,psych,none,none,10.11,1.00,none,none,none, psychedelic,psychedelic,0.78,Adjective,11,9,4,psychedelic,12.32,0.95,12.32,0.95,none,none,none, psyches,psyches,0.10,Noun,7,5,2,psyche,none,none,12.53,0.94,none,none,none, psychiatric,psychiatric,4.75,Adjective,11,9,4,psychiatric,12.05,1.00,12.05,1.00,none,none,none, psychiatrist,psychiatrist,12.06,Noun,12,10,4,psychiatrist,12.61,1.00,12.61,1.00,none,none,none, psychiatrists,psychiatrists,1.57,Noun,13,11,4,psychiatrist,none,none,12.61,1.00,none,none,none, psychiatry,psychiatry,2.10,Noun,10,8,4,psychiatry,11.61,0.95,11.61,0.95,12.50,none,none, psychic,psychic,11.86,Adjective,7,5,2,psychic,11.47,1.00,11.47,1.00,12.45,none,none,10.13 psychical,psychical,0.02,Adjective,9,7,3,psychical,10.86,0.74,10.86,0.74,none,none,none, psychics,psychics,0.86,Noun,8,6,2,psychic,none,none,11.47,1.00,12.45,none,none,10.13 psyching,psyching,0.27,Verb,8,6,3,psych,none,none,10.11,1.00,none,none,none, psycho,psycho,11.02,Noun,6,4,2,psycho,8.22,1.00,8.22,1.00,none,none,none,9.31 psychoactive,psychoactive,0.04,Adjective,12,9,4,psychoactive,15.07,0.79,15.07,0.79,none,none,none, psychoanalysis,psychoanalysis,0.49,Noun,14,12,6,psychoanalysis,14.35,0.89,14.35,0.89,none,none,none, psychoanalyst,psychoanalyst,0.65,Noun,13,11,5,psychoanalyst,15.37,1.00,15.37,1.00,none,none,none, psychoanalysts,psychoanalysts,0.18,Noun,14,12,5,psychoanalyst,none,none,15.37,1.00,none,none,none, psychoanalytic,psychoanalytic,0.06,Adjective,14,12,6,psychoanalytic,15.47,0.89,15.47,0.89,none,none,none, psychoanalytical,psychoanalytical,0.18,Adjective,16,14,7,psychoanalytical,16.30,0.91,16.30,0.91,none,none,none, psychoanalyze,psychoanalyse,0.10,Verb,13,10,5,psychoanalyze,15.56,0.84,15.56,0.84,none,none,none, psychoanalyzes,psychoanalyses,0.06,Verb,14,12,6,psychoanalyze,none,none,15.56,0.84,none,none,none, psychoanalyzing,psychoanalysing,0.08,Verb,15,12,6,psychoanalyze,none,none,15.56,0.84,none,none,none, psychobabble,psychobabble,0.41,Noun,12,9,4,psychobabble,14.47,0.89,14.47,0.89,none,none,none, psychobiological,psychobiological,0.02,Adjective,16,14,7,psychobiological,14.86,0.74,14.86,0.74,none,none,none, psychodrama,psychodrama,0.08,Noun,11,9,4,psychodrama,15.74,0.95,15.74,0.95,none,none,none, psychodramas,psychodramas,0.02,Noun,12,10,4,psychodrama,none,none,15.74,0.95,none,none,none, psychodynamic,psychodynamic,0.06,Adjective,13,11,5,psychodynamic,17.69,0.80,17.69,0.80,none,none,none, psychodynamics,psychodynamics,0.04,Noun,14,12,5,psychodynamics,15.47,0.83,15.47,0.83,none,none,none, psychokinetic,psychokinetic,0.10,Adjective,13,11,5,psychokinetic,14.53,0.94,14.53,0.94,none,none,none, psycholinguistics,psycholinguistics,0.02,Noun,17,15,5,psycholinguistics,16.40,0.28,16.40,0.28,none,none,none, psychological,psychological,6.73,Adjective,13,11,5,psychological,11.65,1.00,11.65,1.00,none,none,none, psychologies,psychologies,0.02,Noun,12,9,4,psychology,none,none,11.72,1.00,12.50,none,none, psychologist,psychologist,3.59,Noun,12,10,4,psychologist,11.77,1.00,11.77,1.00,none,11.87,none, psychologists,psychologists,0.69,Noun,13,11,4,psychologist,none,none,11.77,1.00,none,11.87,none, psychology,psychology,5.47,Noun,10,8,4,psychology,11.72,1.00,11.72,1.00,12.50,none,none, psychometric,psychometric,0.04,Adjective,12,10,4,psychometric,14.75,0.40,14.75,0.40,none,none,none, psychoneurosis,psychoneurosis,0.02,Noun,14,11,5,psychoneurosis,17.00,0.79,17.00,0.79,none,none,none, psychoneurotic,psychoneurotic,0.06,Adjective,14,11,5,psychoneurotic,16.21,0.78,16.21,0.78,none,none,none, psychopath,psychopath,2.78,Noun,10,7,3,psychopath,13.22,1.00,13.22,1.00,none,none,none, psychopathic,psychopathic,0.73,Adjective,12,9,4,psychopathic,11.89,1.00,11.89,1.00,none,none,none, psychopathological,psychopathological,0.02,Adjective,18,15,7,psychopathological,14.95,0.95,14.95,0.95,none,none,none, psychopathology,psychopathology,0.06,Noun,15,12,6,psychopathology,16.00,0.89,16.00,0.89,none,none,none, psychopaths,psychopaths,0.39,Noun,11,8,3,psychopath,none,none,13.22,1.00,none,none,none, psychophysics,psychophysics,0.02,Noun,13,10,4,psychophysics,14.77,0.72,14.77,0.72,none,none,none, psychophysiology,psychophysiology,0.02,Noun,16,13,7,psychophysiology,15.38,0.72,15.38,0.72,none,none,none, psychos,psychos,0.92,Noun,7,5,2,psycho,none,none,8.22,1.00,none,none,none,9.31 psychoses,psychoses,0.08,Noun,9,7,3,psychosis,none,none,16.07,0.83,none,none,none, psychosexual,psychosexual,0.14,Adjective,12,12,5,psychosexual,19.19,0.76,19.19,0.76,none,none,none, psychosis,psychosis,1.33,Noun,9,7,3,psychosis,16.07,0.83,16.07,0.83,none,none,none, psychosocial,psychosocial,0.06,Adjective,12,9,4,psychosocial,15.44,0.89,15.44,0.89,none,none,none, psychosomatic,psychosomatic,0.57,Adjective,13,11,5,psychosomatic,14.80,0.79,14.80,0.79,none,none,none, psychosurgery,psychosurgery,0.08,Noun,13,10,5,psychosurgery,15.75,0.67,15.75,0.67,none,none,none, psychotherapist,psychotherapist,0.24,Noun,15,12,5,psychotherapist,15.06,0.94,15.06,0.94,none,none,none, psychotherapists,psychotherapists,0.06,Noun,16,13,5,psychotherapist,none,none,15.06,0.94,none,none,none, psychotherapy,psychotherapy,0.45,Noun,13,10,5,psychotherapy,14.39,1.00,14.39,1.00,none,none,none, psychotic,psychotic,6.39,Adjective,9,7,3,psychotic,10.94,0.95,10.94,0.95,none,none,none, psychotics,psychotics,0.31,Noun,10,8,3,psychotic,none,none,10.94,0.95,none,none,none, psychotropic,psychotropic,0.20,Adjective,12,10,4,psychotropic,15.76,0.89,15.76,0.89,none,none,none, pterodactyl,pterodactyl,0.39,Noun,11,10,4,pterodactyl,10.33,0.79,10.33,0.79,none,none,none, pterodactyls,pterodactyls,0.02,Noun,12,11,4,pterodactyl,none,none,10.33,0.79,none,none,none, ptomaine,ptomaine,0.14,Noun,8,5,2,ptomaine,14.20,0.28,14.20,0.28,none,none,none, pub,pub,3.73,Noun,3,3,1,pub,12.05,1.00,12.05,1.00,none,none,10.17, pubertal,pubertal,0.02,Adjective,8,9,3,pubertal,16.00,0.50,16.00,0.50,none,none,none, puberty,puberty,2.20,Noun,7,7,3,puberty,11.21,1.00,11.21,1.00,none,none,none, pubes,pubes,0.51,Noun,5,5,1,pubes,11.00,0.81,11.00,0.81,none,none,none, pubescence,pubescence,0.02,Noun,10,9,3,pubescence,12.76,0.85,12.76,0.85,none,none,none, pubescent,pubescent,0.20,Adjective,9,9,3,pubescent,14.00,0.94,14.00,0.94,none,none,none, pubic,pubic,1.18,Adjective,5,6,2,pubic,10.47,1.00,10.47,1.00,none,none,none, pubis,pubis,0.25,Noun,5,5,2,pubis,11.46,0.72,11.46,0.72,none,none,none, public,public,71.08,Adjective,6,6,2,public,8.47,1.00,8.47,1.00,8.15,7.98,none,7.11 publican,publican,0.06,Noun,8,8,3,publican,13.46,0.72,13.46,0.72,10.13,none,none, publication,publication,1.76,Noun,11,10,4,publication,10.89,1.00,10.89,1.00,none,none,none, publications,publications,0.92,Noun,12,11,4,publication,none,none,10.89,1.00,none,none,none, publicist,publicist,1.90,Noun,9,9,3,publicist,13.61,1.00,13.61,1.00,none,none,none, publicists,publicists,0.41,Noun,10,10,3,publicist,none,none,13.61,1.00,none,none,none, publicity,publicity,10.47,Noun,9,9,4,publicity,10.90,1.00,10.90,1.00,none,none,none, publicize,publicise,0.24,Verb,9,8,3,publicize,11.44,0.95,11.44,0.95,none,none,none, publicized,publicised,0.22,Verb,10,9,3,publicize,none,none,11.44,0.95,none,none,none, publicizing,publicising,0.08,Verb,11,10,4,publicize,none,none,11.44,0.95,none,none,none, publics,publics,0.02,Noun,7,7,2,public,none,none,8.47,1.00,8.15,7.98,none,7.11 publish,publish,5.10,Verb,7,6,2,publish,9.00,1.00,9.00,1.00,9.63,none,none,9.05 published,published,7.20,Verb,9,7,2,publish,none,none,9.00,1.00,9.63,none,none,9.05 publisher,publisher,4.51,Noun,9,7,3,publisher,11.15,1.00,11.15,1.00,none,none,none, publishers,publishers,1.22,Noun,10,8,3,publisher,none,none,11.15,1.00,none,none,none, publishes,publishes,0.35,Verb,9,8,3,publish,none,none,9.00,1.00,9.63,none,none,9.05 publishing,publishing,3.80,Noun,10,8,3,publishing,10.00,1.00,10.00,1.00,none,none,none, pubs,pubs,0.35,Noun,4,4,1,pub,none,none,12.05,1.00,none,none,10.17, puce,puce,0.24,Noun,4,4,1,puce,15.14,0.37,15.14,0.37,11.73,none,none, puck,puck,2.88,Noun,4,3,1,puck,7.79,1.00,7.79,1.00,none,11.22,8.15, pucker,pucker,0.88,Verb,6,4,2,pucker,7.61,0.95,7.61,0.95,none,none,none, puckered,puckered,0.24,Verb,8,5,2,pucker,none,none,7.61,0.95,none,none,none, puckering,puckering,0.08,Verb,9,6,3,pucker,none,none,7.61,0.95,none,none,none, puckish,puckish,0.02,Adjective,7,5,2,puckish,11.45,0.55,11.45,0.55,none,none,none, pucks,pucks,0.16,Noun,5,4,1,puck,none,none,7.79,1.00,none,11.22,8.15, pudding,pudding,6.16,Noun,7,5,2,pudding,4.79,1.00,4.79,1.00,none,none,none,5.02 puddings,puddings,0.12,Noun,8,6,2,pudding,none,none,4.79,1.00,none,none,none,5.02 puddle,puddle,1.94,Noun,6,5,2,puddle,5.37,1.00,5.37,1.00,none,none,none,5.49 puddles,puddles,0.78,Noun,7,6,2,puddle,none,none,5.37,1.00,none,none,none,5.49 puddling,puddling,Err:512,Err:512,8,7,3,puddling,8.55,0.58,8.55,0.58,none,none,none, pudgy,pudgy,0.63,Adjective,5,4,2,pudgy,8.39,1.00,8.39,1.00,none,none,none,9.22 pueblo,pueblo,0.25,Noun,6,6,2,pueblo,11.94,0.85,11.94,0.85,none,none,none, pueblos,pueblos,0.04,Noun,7,8,3,pueblo,none,none,11.94,0.85,none,none,none, puerile,puerile,0.27,Adjective,7,6,2,puerile,13.91,0.58,13.91,0.58,none,none,none, puerility,puerility,0.02,Noun,9,10,5,puerility,17.29,0.37,17.29,0.37,none,none,none, puff,puff,4.45,Noun,4,3,1,puff,6.44,1.00,6.44,1.00,none,none,7.08, puffball,puffball,0.08,Noun,8,6,2,puffball,7.87,0.79,7.87,0.79,none,none,none, puffer,puffer,0.29,Noun,6,4,2,puffer,10.88,0.84,10.88,0.84,none,none,none, puffery,puffery,0.02,Noun,7,5,3,puffery,11.73,0.83,11.73,0.83,none,none,none, puffiest,puffiest,0.02,Name,8,7,3,puffy,none,none,7.42,1.00,none,none,none, puffin,puffin,0.16,Noun,6,5,2,puffin,9.23,0.72,9.23,0.72,none,none,none, puffiness,puffiness,0.12,Noun,9,7,3,puffiness,7.78,1.00,7.78,1.00,none,none,none, puffing,puffing,0.65,Adjective,7,5,2,puffing,8.22,1.00,8.22,1.00,none,none,none, puffs,puffs,2.51,Noun,5,4,1,puff,none,none,6.44,1.00,none,none,7.08, puffy,puffy,1.69,Adjective,5,4,2,puffy,7.42,1.00,7.42,1.00,none,none,none, pug,pug,1.02,Noun,3,3,1,pug,9.17,1.00,9.17,1.00,none,none,9.31, pugilism,pugilism,0.04,Noun,8,10,4,pugilism,17.44,0.47,17.44,0.47,none,none,none, pugilist,pugilist,0.04,Noun,8,9,3,pugilist,14.87,0.83,14.87,0.83,none,12.81,none, pugilistic,pugilistic,0.06,Adjective,10,11,4,pugilistic,14.89,0.47,14.89,0.47,none,none,none, pugilists,pugilists,0.06,Noun,9,10,3,pugilist,none,none,14.87,0.83,none,12.81,none, pugnacious,pugnacious,0.04,Adjective,10,8,3,pugnacious,14.58,0.67,14.58,0.67,none,none,none, pugnacity,pugnacity,0.02,Noun,9,9,4,pugnacity,15.19,0.84,15.19,0.84,none,none,none, pugs,pugs,0.06,Noun,4,4,1,pug,none,none,9.17,1.00,none,none,9.31, puissance,puissance,Err:512,Err:512,9,8,3,puissance,16.00,0.14,16.00,0.14,none,none,none, puke,puke,6.25,Verb,4,4,1,puke,6.94,1.00,6.94,1.00,none,none,7.35, puked,puked,0.84,Verb,5,5,1,puke,none,none,6.94,1.00,none,none,7.35, pukes,pukes,0.31,Noun,5,5,1,puke,none,none,6.94,1.00,none,none,7.35, puking,puking,1.69,Verb,6,6,2,puke,none,none,6.94,1.00,none,none,7.35, pukka,pukka,0.08,Adjective,5,4,2,pukka,14.25,0.20,14.25,0.20,none,none,none, pulchritude,pulchritude,0.24,Noun,11,10,3,pulchritude,16.00,0.44,16.00,0.44,none,none,none, pulchritudinous,pulchritudinous,0.02,Adjective,15,14,5,pulchritudinous,18.67,0.32,18.67,0.32,none,none,none, pull,pull,146.45,Verb,4,3,1,pull,4.79,1.00,4.79,1.00,none,5.62,4.86, pullback,pullback,0.02,Noun,8,6,2,pullback,10.60,0.79,10.60,0.79,none,none,none, pulled,pulled,48.78,Verb,6,4,1,pull,none,none,4.79,1.00,none,5.62,4.86, puller,puller,0.18,Noun,6,4,2,puller,11.15,0.95,11.15,0.95,none,none,none, pullers,pullers,0.04,Noun,7,5,2,puller,none,none,11.15,0.95,none,none,none, pullet,pullet,0.02,Noun,6,5,2,pullet,13.57,0.74,13.57,0.74,none,none,none, pullets,pullets,0.02,Noun,7,6,2,pullet,none,none,13.57,0.74,none,none,none, pulley,pulley,0.43,Noun,6,4,2,pulley,9.90,1.00,9.90,1.00,none,10.39,none, pulleys,pulleys,0.25,Noun,7,5,2,pulley,none,none,9.90,1.00,none,10.39,none, pulling,pulling,27.14,Verb,7,5,2,pull,none,none,4.79,1.00,none,5.62,4.86, pullout,pullout,0.12,Noun,7,5,2,pullout,10.29,0.89,10.29,0.89,none,none,none, pullover,pullover,0.25,Noun,8,6,3,pullover,8.05,1.00,8.05,1.00,none,none,none, pulls,pulls,7.92,Verb,5,4,1,pull,none,none,4.79,1.00,none,5.62,4.86, pulmonary,pulmonary,1.45,Adjective,9,9,4,pulmonary,13.05,0.95,13.05,0.95,none,none,none, pulp,pulp,1.82,Noun,4,4,1,pulp,9.63,1.00,9.63,1.00,none,none,7.77, pulpit,pulpit,0.61,Noun,6,6,2,pulpit,11.00,0.89,11.00,0.89,none,9.28,none,10.99 pulpits,pulpits,0.02,Noun,7,7,2,pulpit,none,none,11.00,0.89,none,9.28,none,10.99 pulps,pulps,0.02,Noun,5,5,1,pulp,none,none,9.63,1.00,none,none,7.77, pulpy,pulpy,0.06,Adjective,5,5,2,pulpy,10.18,0.94,10.18,0.94,none,none,none, pulsar,pulsar,0.55,Noun,6,5,2,pulsar,13.93,0.78,13.93,0.78,none,none,none,13.29 pulsars,pulsars,0.33,Noun,7,6,2,pulsar,none,none,13.93,0.78,none,none,none,13.29 pulsate,pulsate,0.06,Verb,7,6,2,pulsate,13.88,0.94,13.88,0.94,none,none,none, pulsated,pulsated,0.04,Verb,8,8,3,pulsate,none,none,13.88,0.94,none,none,none, pulsating,pulsating,0.43,Verb,9,8,3,pulsate,none,none,13.88,0.94,none,none,none, pulsation,pulsation,0.06,Noun,9,8,3,pulsation,13.05,1.00,13.05,1.00,none,none,none, pulsations,pulsations,0.04,Noun,10,9,3,pulsation,none,none,13.05,1.00,none,none,none, pulse,pulse,23.53,Noun,5,4,1,pulse,10.21,1.00,10.21,1.00,none,8.85,8.18, pulses,pulses,0.86,Noun,6,6,2,pulse,none,none,10.21,1.00,none,8.85,8.18, pulsing,pulsing,0.47,Verb,7,6,2,pulse,none,none,10.21,1.00,none,8.85,8.18, pulverize,pulverise,0.22,Verb,9,7,3,pulverize,12.63,1.00,12.63,1.00,none,none,none, pulverized,pulverised,0.35,Verb,10,8,3,pulverize,none,none,12.63,1.00,none,none,none, pulverizing,pulverising,0.16,Verb,11,10,4,pulverize,none,none,12.63,1.00,none,none,none, puma,puma,0.14,Noun,4,4,2,puma,9.00,0.89,9.00,0.89,10.06,none,none, pumas,pumas,0.06,Noun,5,6,2,puma,none,none,9.00,0.89,10.06,none,none, pumice,pumice,0.14,Noun,6,5,2,pumice,12.18,0.94,12.18,0.94,none,none,none, pummel,pummelled,0.25,Verb,6,5,2,pummel,12.39,0.95,12.39,0.95,none,none,none, pummeled,pummelling,0.08,Verb,8,6,2,pummel,none,none,12.39,0.95,none,none,none, pump,pump,12.65,Noun,4,4,1,pump,6.06,1.00,6.06,1.00,7.01,6.83,6.67, pumped,pumped,3.12,Verb,6,5,1,pump,none,none,6.06,1.00,7.01,6.83,6.67, pumper,pumper,0.33,Noun,6,5,2,pumper,8.77,0.72,8.77,0.72,none,none,none, pumpers,pumpers,0.06,Noun,7,6,2,pumper,none,none,8.77,0.72,none,none,none, pumping,pumping,4.71,Verb,7,6,2,pump,none,none,6.06,1.00,7.01,6.83,6.67, pumpkin,pumpkin,10.84,Noun,7,7,2,pumpkin,4.78,1.00,4.78,1.00,7.58,none,none,4.48 pumpkins,pumpkins,0.65,Noun,8,8,2,pumpkin,none,none,4.78,1.00,7.58,none,none,4.48 pumps,pumps,3.86,Noun,5,5,1,pump,none,none,6.06,1.00,7.01,6.83,6.67, pun,pun,1.84,Noun,3,3,1,pun,11.21,1.00,11.21,1.00,none,none,10.90, punch,punch,29.69,Noun,5,4,1,punch,5.75,1.00,5.75,1.00,5.57,5.90,5.93, punchbowl,punchbowl,0.18,Noun,9,7,2,punchbowl,8.44,0.95,8.44,0.95,none,none,none, punched,punched,5.53,Verb,7,5,1,punch,none,none,5.75,1.00,5.57,5.90,5.93, puncheon,puncheon,Err:512,Err:512,8,6,2,puncheon,18.17,0.29,18.17,0.29,none,none,none, puncher,puncher,0.31,Noun,7,5,2,puncher,7.56,0.95,7.56,0.95,none,none,none, punchers,punchers,0.02,Noun,8,6,2,puncher,none,none,7.56,0.95,none,none,none, punches,punches,3.16,Noun,7,6,2,punch,none,none,5.75,1.00,5.57,5.90,5.93, punchier,punchier,0.04,Adjective,8,6,3,punchy,none,none,13.18,0.81,none,none,none, punching,punching,4.06,Verb,8,6,2,punch,none,none,5.75,1.00,5.57,5.90,5.93, punchingbag,punching bag,Err:512,Err:512,11,9,3,punchingbag,7.92,1.00,7.92,1.00,none,none,none, punchy,punchy,0.96,Adjective,6,5,2,punchy,13.18,0.81,13.18,0.81,none,none,none, punctilio,punctilio,Err:512,Err:512,9,9,4,punctilio,17.50,0.10,17.50,0.10,none,none,none, punctilious,punctilious,0.06,Adjective,11,10,4,punctilious,14.50,0.56,14.50,0.56,none,none,none, punctual,punctual,1.12,Adjective,8,8,3,punctual,10.79,1.00,10.79,1.00,8.69,none,none, punctuality,punctuality,0.65,Noun,11,11,5,punctuality,10.53,0.94,10.53,0.94,none,none,none, punctuate,punctuate,0.06,Verb,9,8,3,punctuate,8.28,1.00,8.28,1.00,none,none,none, punctuated,punctuated,0.18,Verb,10,10,4,punctuate,none,none,8.28,1.00,none,none,none, punctuation,punctuation,0.43,Noun,11,10,4,punctuation,8.61,1.00,8.61,1.00,none,none,none, puncture,puncture,1.88,Noun,8,6,2,puncture,8.89,1.00,8.89,1.00,none,none,none,10.32 punctured,punctured,0.90,Verb,9,7,2,puncture,none,none,8.89,1.00,none,none,none,10.32 punctures,punctures,0.37,Noun,9,7,2,puncture,none,none,8.89,1.00,none,none,none,10.32 pundit,pundit,0.02,Noun,6,6,2,pundit,14.36,0.74,14.36,0.74,none,none,none, pundits,pundits,0.12,Noun,7,7,2,pundit,none,none,14.36,0.74,none,none,none, pungency,pungency,0.02,Noun,8,8,3,pungency,13.62,0.89,13.62,0.89,none,none,none, pungent,pungent,0.39,Adjective,7,7,2,pungent,13.29,0.94,13.29,0.94,none,none,none, punier,punier,0.02,Adjective,6,6,3,puny,none,none,8.00,0.95,none,none,none,10.41 puniest,puniest,0.02,Adjective,7,8,3,puny,none,none,8.00,0.95,none,none,none,10.41 punish,punish,9.67,Verb,6,5,2,punish,6.68,1.00,6.68,1.00,6.16,6.20,none,6.40 punishable,punishable,0.82,Adjective,10,9,4,punishable,9.17,1.00,9.17,1.00,none,none,none, punished,punished,10.31,Verb,8,6,2,punish,none,none,6.68,1.00,6.16,6.20,none,6.40 punisher,punisher,0.27,Noun,8,6,3,punisher,8.32,1.00,8.32,1.00,none,none,none, punishes,punishes,0.35,Verb,8,7,3,punish,none,none,6.68,1.00,6.16,6.20,none,6.40 punishing,punishing,2.92,Verb,9,7,3,punish,none,none,6.68,1.00,6.16,6.20,none,6.40 punishment,punishment,13.43,Noun,10,9,3,punishment,5.47,1.00,5.47,1.00,none,6.88,none, punishments,punishments,0.41,Noun,11,10,3,punishment,none,none,5.47,1.00,none,6.88,none, punitive,punitive,0.86,Adjective,8,8,3,punitive,13.06,0.85,13.06,0.85,none,none,none, punk,punk,21.98,Noun,4,4,1,punk,10.00,1.00,10.00,1.00,none,none,9.39, punks,punks,4.14,Noun,5,5,1,punk,none,none,10.00,1.00,none,none,9.39, puns,puns,0.22,Noun,4,4,1,pun,none,none,11.21,1.00,none,none,10.90, punster,punster,0.02,Noun,7,6,2,punster,12.87,0.83,12.87,0.83,none,none,none, punsters,punsters,0.02,Noun,8,7,2,punster,none,none,12.87,0.83,none,none,none, punt,punt,0.73,Noun,4,4,1,punt,8.18,0.94,8.18,0.94,none,none,8.68, punted,punted,0.08,Verb,6,6,2,punt,none,none,8.18,0.94,none,none,8.68, punter,punter,0.10,Noun,6,5,2,punter,9.71,0.94,9.71,0.94,none,none,none, punters,punters,0.22,Noun,7,6,2,punter,none,none,9.71,0.94,none,none,none, punting,punting,0.12,Verb,7,6,2,punt,none,none,8.18,0.94,none,none,8.68, punts,punts,0.02,Noun,5,5,1,punt,none,none,8.18,0.94,none,none,8.68, puny,puny,1.45,Adjective,4,5,2,puny,8.00,0.95,8.00,0.95,none,none,none,10.41 pup,pup,3.22,Noun,3,3,1,pup,5.11,1.00,5.11,1.00,none,none,5.13, pupa,pupa,0.27,Noun,4,5,2,pupa,11.18,0.89,11.18,0.89,none,none,none, pupae,pupae,0.04,Noun,5,5,2,pupa,none,none,11.18,0.89,none,none,none, pupas,pupas,0.04,Noun,5,6,2,pupa,none,none,11.18,0.89,none,none,none, pupate,pupate,0.06,Verb,6,6,2,pupate,13.27,0.75,13.27,0.75,none,none,none, pupil,pupil,3.14,Noun,5,6,2,pupil,8.06,1.00,8.06,1.00,none,none,none,8.87 pupils,pupils,3.61,Noun,6,7,2,pupil,none,none,8.06,1.00,none,none,none,8.87 puppet,puppet,5.47,Noun,6,5,2,puppet,5.00,1.00,5.00,1.00,none,none,none,4.86 puppeteer,puppeteer,1.24,Noun,9,7,3,puppeteer,8.21,1.00,8.21,1.00,none,none,none, puppeteers,puppeteers,0.06,Noun,10,8,3,puppeteer,none,none,8.21,1.00,none,none,none, puppetry,puppetry,0.04,Noun,8,7,3,puppetry,8.61,1.00,8.61,1.00,none,none,none, puppets,puppets,1.88,Noun,7,6,2,puppet,none,none,5.00,1.00,none,none,none,4.86 puppies,puppies,5.45,Noun,7,5,2,puppy,none,none,3.28,1.00,none,4.26,none,3.78 puppy,puppy,11.45,Noun,5,4,2,puppy,3.28,1.00,3.28,1.00,none,4.26,none,3.78 pups,pups,0.90,Noun,4,4,1,pup,none,none,5.11,1.00,none,none,5.13, purblind,purblind,0.04,Adjective,8,8,2,purblind,10.00,0.05,10.00,0.05,none,none,none, purchase,purchase,6.37,Noun,8,5,2,purchase,8.11,1.00,8.11,1.00,none,none,none,7.80 purchased,purchased,3.73,Verb,9,6,2,purchase,none,none,8.11,1.00,none,none,none,7.80 purchaser,purchaser,0.10,Noun,9,6,3,purchaser,10.22,1.00,10.22,1.00,none,none,none, purchases,purchases,1.06,Noun,9,7,3,purchase,none,none,8.11,1.00,none,none,none,7.80 pure,pure,24.92,Adjective,4,4,1,pure,7.95,1.00,7.95,1.00,7.22,7.20,7.22, pureblood,pureblood,0.10,Noun,9,8,2,pureblood,9.94,0.94,9.94,0.94,none,none,none, purebred,purebred,0.35,Adjective,8,8,2,purebred,11.42,1.00,11.42,1.00,none,none,none, purebreds,purebreds,0.04,Noun,9,9,2,purebred,none,none,11.42,1.00,none,none,none, puree,puree,0.18,Noun,5,5,2,puree,10.94,0.95,10.94,0.95,none,none,none, pureness,pureness,0.02,Noun,8,7,2,pureness,10.58,1.00,10.58,1.00,none,none,none, purer,purer,0.31,Adjective,5,5,2,pure,none,none,7.95,1.00,7.22,7.20,7.22, purest,purest,0.96,Adjective,6,7,2,pure,none,none,7.95,1.00,7.22,7.20,7.22, purgation,purgation,0.02,Noun,9,7,3,purgation,15.18,0.61,15.18,0.61,none,none,none, purgative,purgative,0.06,Adjective,9,7,3,purgative,13.92,0.67,13.92,0.67,none,none,none, purgatorial,purgatorial,0.02,Adjective,11,10,5,purgatorial,14.61,1.00,14.61,1.00,none,none,none, purgatory,purgatory,1.12,Noun,9,8,4,purgatory,11.61,1.00,11.61,1.00,none,none,none, purge,purge,1.61,Verb,5,3,1,purge,11.56,1.00,11.56,1.00,none,none,11.34, purged,purged,0.53,Verb,6,4,1,purge,none,none,11.56,1.00,none,none,11.34, purges,purges,0.10,Noun,6,5,2,purge,none,none,11.56,1.00,none,none,11.34, purging,purging,0.51,Verb,7,5,2,purge,none,none,11.56,1.00,none,none,11.34, purification,purification,0.49,Noun,12,12,5,purification,10.89,1.00,10.89,1.00,none,none,none, purified,purified,0.82,Verb,8,8,3,purify,none,none,11.00,1.00,none,none,none, purifier,purifier,0.20,Noun,8,8,4,purifier,10.22,1.00,10.22,1.00,none,none,none, purifiers,purifiers,0.10,Noun,9,9,4,purifier,none,none,10.22,1.00,none,none,none, purifies,purifies,0.12,Verb,8,8,3,purify,none,none,11.00,1.00,none,none,none, purify,purify,0.61,Verb,6,7,3,purify,11.00,1.00,11.00,1.00,none,none,none, purifying,purifying,0.20,Verb,9,9,4,purify,none,none,11.00,1.00,none,none,none, purist,purist,0.22,Noun,6,7,2,purist,12.11,1.00,12.11,1.00,none,none,none, purists,purists,0.04,Noun,7,8,2,purist,none,none,12.11,1.00,none,none,none, puritan,puritan,0.31,Noun,7,8,3,puritan,13.26,1.00,13.26,1.00,none,none,none, puritanical,puritanical,0.25,Adjective,11,12,5,puritanical,13.18,0.89,13.18,0.89,none,none,none, puritans,puritans,0.31,Noun,8,9,3,puritan,none,none,13.26,1.00,none,none,none, purity,purity,2.37,Noun,6,7,3,purity,9.89,1.00,9.89,1.00,none,none,none, purl,purl,0.12,Verb,4,3,1,purl,14.20,0.26,14.20,0.26,none,none,none, purlieu,purlieu,Err:512,Err:512,7,6,2,purlieu,17.00,0.05,17.00,0.05,none,none,none, purloin,purloin,0.08,Noun,7,5,2,purloin,13.69,0.68,13.69,0.68,none,none,none, purple,purple,12.33,Adjective,6,5,2,purple,3.60,1.00,3.60,1.00,6.20,none,none,4.14 purples,purples,0.08,Noun,7,6,2,purple,none,none,3.60,1.00,6.20,none,none,4.14 purplish,purplish,0.02,Adjective,8,6,2,purplish,6.88,0.89,6.88,0.89,none,none,none, purport,purport,0.08,Verb,7,6,2,purport,16.44,0.50,16.44,0.50,none,none,none, purports,purports,0.06,Verb,8,7,2,purport,none,none,16.44,0.50,none,none,none, purpose,purpose,35.08,Noun,7,5,2,purpose,8.37,1.00,8.37,1.00,none,8.51,none,8.20 purposeful,purposeful,0.18,Adjective,10,8,3,purposeful,10.21,1.00,10.21,1.00,none,none,none, purposefulness,purposefulness,0.04,Noun,14,11,4,purposefulness,10.90,0.95,10.90,0.95,none,none,none, purposeless,purposeless,0.04,Adjective,11,8,3,purposeless,11.55,1.00,11.55,1.00,none,none,none, purposes,purposes,5.14,Noun,8,7,3,purpose,none,none,8.37,1.00,none,8.51,none,8.20 purr,purr,0.76,Noun,4,2,1,purr,5.25,1.00,5.25,1.00,none,none,3.91, purred,purred,0.06,Verb,6,3,1,purr,none,none,5.25,1.00,none,none,3.91, purring,purring,0.41,Verb,7,4,2,purr,none,none,5.25,1.00,none,none,3.91, purrs,purrs,0.24,Verb,5,3,1,purr,none,none,5.25,1.00,none,none,3.91, purse,purse,19.76,Noun,5,3,1,purse,5.53,1.00,5.53,1.00,none,5.09,5.79, purser,purser,0.90,Noun,6,4,2,purser,14.27,0.58,14.27,0.58,none,11.60,none, purses,purses,0.96,Noun,6,5,2,purse,none,none,5.53,1.00,none,5.09,5.79, pursing,pursing,0.12,Verb,7,5,2,purse,none,none,5.53,1.00,none,5.09,5.79, pursue,pursue,6.41,Verb,6,4,2,pursue,10.00,1.00,10.00,1.00,none,10.62,none,9.94 pursued,pursued,2.14,Verb,7,5,2,pursue,none,none,10.00,1.00,none,10.62,none,9.94 pursuer,pursuer,0.18,Noun,7,5,3,pursuer,10.70,1.00,10.70,1.00,none,none,none, pursuers,pursuers,0.16,Noun,8,6,3,pursuer,none,none,10.70,1.00,none,none,none, pursues,pursues,0.18,Verb,7,5,2,pursue,none,none,10.00,1.00,none,10.62,none,9.94 pursuing,pursuing,3.18,Verb,8,6,3,pursue,none,none,10.00,1.00,none,10.62,none,9.94 pursuit,pursuit,7.04,Noun,7,5,2,pursuit,10.44,1.00,10.44,1.00,none,none,none,9.85 pursuits,pursuits,0.47,Noun,8,6,2,pursuit,none,none,10.44,1.00,none,none,none,9.85 purulent,purulent,0.04,Adjective,8,9,3,purulent,15.50,0.38,15.50,0.38,none,none,none, purveyor,purveyor,0.20,Noun,8,5,3,purveyor,13.36,0.74,13.36,0.74,none,none,none, purveyors,purveyors,0.04,Noun,9,6,3,purveyor,none,none,13.36,0.74,none,none,none, purview,purview,0.31,Noun,7,5,2,purview,14.62,0.68,14.62,0.68,none,none,none, pus,pus,1.00,Noun,3,3,1,pus,7.78,1.00,7.78,1.00,none,none,9.17, push,push,70.55,Verb,4,3,1,push,4.26,1.00,4.26,1.00,4.74,none,4.36, pushbutton,pushbutton,0.02,Noun,10,8,3,pushbutton,8.50,0.89,8.50,0.89,none,none,none, pushcart,pushcart,0.33,Noun,8,7,2,pushcart,9.39,0.90,9.39,0.90,none,none,none, pushcarts,pushcarts,0.02,Noun,9,8,2,pushcart,none,none,9.39,0.90,none,none,none, PUSHCHAIR,PUSHCHAIR,0.00,Err:512,9,6,1,PUSHCHAIR,9.97,0.86,9.97,0.86,none,none,none, pushed,pushed,20.49,Verb,6,4,1,push,none,none,4.26,1.00,4.74,none,4.36, pusher,pusher,1.25,Noun,6,4,2,pusher,9.00,0.95,9.00,0.95,none,none,none, pushers,pushers,0.71,Noun,7,5,2,pusher,none,none,9.00,0.95,none,none,none, pushes,pushes,2.73,Verb,6,5,2,push,none,none,4.26,1.00,4.74,none,4.36, pushier,pushier,0.10,Adjective,7,5,3,pushy,none,none,7.70,1.00,none,none,none, pushiest,pushiest,0.02,Adjective,8,7,3,pushy,none,none,7.70,1.00,none,none,none, pushiness,pushiness,Err:512,Err:512,9,7,3,pushiness,8.50,1.00,8.50,1.00,9.21,none,none, pushing,pushing,19.18,Verb,7,5,2,push,none,none,4.26,1.00,4.74,none,4.36, pushover,pushover,1.24,Noun,8,6,3,pushover,10.81,1.00,10.81,1.00,none,none,none, pushovers,pushovers,0.14,Noun,9,7,3,pushover,none,none,10.81,1.00,none,none,none, pushrod,pushrod,0.02,Noun,7,6,2,pushrod,14.12,0.44,14.12,0.44,none,none,none, pushup,push-up,0.24,Noun,6,5,2,pushup,7.53,1.00,7.53,1.00,none,none,none, pushups,push-ups,1.25,Noun,7,6,2,pushup,none,none,7.53,1.00,none,none,none, pushy,pushy,2.37,Adjective,5,4,2,pushy,7.70,1.00,7.70,1.00,none,none,none, pusillanimity,pusillanimity,Err:512,Err:512,13,13,6,pusillanimity,15.50,0.19,15.50,0.19,none,none,none, pusillanimous,pusillanimous,0.04,Adjective,13,12,5,pusillanimous,15.20,0.26,15.20,0.26,none,none,none, puss,puss,2.92,Noun,4,3,1,puss,8.50,0.89,8.50,0.89,none,none,none, pusses,pusses,0.02,Noun,6,5,2,puss,none,none,8.50,0.89,none,none,none, pussies,pussies,2.24,Noun,7,5,2,pussy,none,none,9.58,1.00,none,none,none, pussy,pussy,25.67,Noun,5,4,2,pussy,9.58,1.00,9.58,1.00,none,none,none, pussycat,pussycat,4.78,Noun,8,7,3,pussycat,5.76,1.00,5.76,1.00,none,none,none, pussycats,pussycats,0.27,Noun,9,8,3,pussycat,none,none,5.76,1.00,none,none,none, pussyfoot,pussyfoot,0.14,Noun,9,7,3,pussyfoot,12.29,0.89,12.29,0.89,none,none,none, pussyfooting,pussyfooting,0.24,Verb,12,9,4,pussyfoot,none,none,12.29,0.89,none,none,none, pustule,pustule,0.06,Noun,7,7,2,pustule,14.00,0.68,14.00,0.68,none,none,none, pustules,pustules,0.08,Noun,8,8,2,pustule,none,none,14.00,0.68,none,none,none, put,put,828.45,Verb,3,3,1,put,3.72,1.00,3.72,1.00,4.87,none,4.80, putative,putative,0.02,Adjective,8,8,3,putative,15.22,0.45,15.22,0.45,none,none,none, putdown,putdown,0.08,Noun,7,6,2,putdown,9.50,1.00,9.50,1.00,none,none,none, putdowns,putdowns,0.04,Noun,8,7,2,putdown,none,none,9.50,1.00,none,none,none, putrefaction,putrefaction,0.12,Noun,12,11,4,putrefaction,14.10,0.48,14.10,0.48,none,none,none, putrefied,putrefied,0.08,Adjective,9,8,3,putrefied,12.50,0.84,12.50,0.84,none,none,none, putrefy,putrefy,0.04,Verb,7,7,3,putrefy,12.08,0.68,12.08,0.68,none,none,none, putrescence,putrescence,0.04,Noun,11,9,3,putrescence,14.93,0.74,14.93,0.74,none,none,none, putrescent,putrescent,0.04,Adjective,10,9,3,putrescent,14.91,0.58,14.91,0.58,none,none,none, putrid,putrid,0.63,Adjective,6,7,2,putrid,13.14,1.00,13.14,1.00,none,none,none,11.70 putridity,putridity,0.02,Noun,9,9,4,putridity,14.81,0.89,14.81,0.89,none,none,none, puts,puts,24.00,Verb,4,4,1,put,none,none,3.72,1.00,4.87,none,4.80, putsch,putsch,0.12,Noun,6,3,1,putsch,15.75,0.20,15.75,0.20,none,none,none, putt,putt,1.14,Noun,4,3,1,putt,8.67,1.00,8.67,1.00,none,none,7.72, putter,putter,1.37,Noun,6,4,2,putter,9.33,1.00,9.33,1.00,none,none,none, putters,putters,0.10,Noun,7,5,2,putter,none,none,9.33,1.00,none,none,none, putting,putting,67.98,Verb,7,5,2,put,none,none,3.72,1.00,4.87,none,4.80, putts,putts,0.10,Noun,5,4,1,putt,none,none,8.67,1.00,none,none,7.72, putty,putty,1.82,Noun,5,4,2,putty,7.72,1.00,7.72,1.00,none,none,none,6.82 puzzle,puzzle,7.33,Noun,6,5,2,puzzle,5.11,1.00,5.11,1.00,none,6.47,none,5.25 puzzled,puzzled,1.37,Adjective,7,6,2,puzzled,7.50,1.00,7.50,1.00,none,none,none, puzzlement,puzzlement,0.20,Noun,10,9,3,puzzlement,11.37,1.00,11.37,1.00,none,none,none, puzzler,puzzler,0.18,Noun,7,5,2,puzzler,10.11,0.95,10.11,0.95,none,none,none, puzzles,puzzles,2.43,Noun,7,6,2,puzzle,none,none,5.11,1.00,none,6.47,none,5.25 pygmies,pygmies,0.55,Noun,7,6,2,pygmy,none,none,12.77,0.68,none,none,none,12.96 pygmy,pygmy,0.65,Adjective,5,5,2,pygmy,12.77,0.68,12.77,0.68,none,none,none,12.96 pyjamas,pyjamas,1.76,Noun,7,7,3,pyjamas,5.78,0.41,5.78,0.41,none,none,none, pylon,pylon,0.53,Noun,5,5,2,pylon,13.47,0.77,13.47,0.77,none,none,none,13.40 pylons,pylons,0.35,Noun,6,6,2,pylon,none,none,13.47,0.77,none,none,none,13.40 pyloric,pyloric,0.12,Adjective,7,7,3,pyloric,16.56,0.43,16.56,0.43,none,none,none, pyorrhea,pyorrhoea,0.04,Noun,8,6,4,pyorrhea,14.88,0.42,14.88,0.42,none,none,none, pyramid,pyramid,4.00,Noun,7,7,3,pyramid,7.61,1.00,7.61,1.00,none,7.92,none, pyramidal,pyramidal,0.10,Adjective,9,8,4,pyramidal,13.50,0.78,13.50,0.78,none,none,none, pyramids,pyramids,1.88,Noun,8,8,3,pyramid,none,none,7.61,1.00,none,7.92,none, pyre,pyre,0.29,Noun,4,3,2,pyre,14.07,0.71,14.07,0.71,none,none,13.57, pyres,pyres,0.04,Noun,5,4,2,pyre,none,none,14.07,0.71,none,none,13.57, pyrethrum,pyrethrum,0.02,Noun,9,7,3,pyrethrum,16.00,0.28,16.00,0.28,none,none,none, pyrite,pyrite,0.04,Noun,6,5,2,pyrite,12.18,0.85,12.18,0.85,none,none,none, pyrites,pyrites,0.02,Noun,7,6,2,pyrite,none,none,12.18,0.85,none,none,none, pyromania,pyromania,0.02,Noun,9,9,4,pyromania,13.12,0.89,13.12,0.89,none,none,none, pyromaniac,pyromaniac,0.16,Noun,10,10,5,pyromaniac,13.00,1.00,13.00,1.00,none,none,none, pyromaniacs,pyromaniacs,0.02,Noun,11,10,5,pyromaniac,none,none,13.00,1.00,none,none,none, pyrophosphate,pyrophosphate,0.02,Noun,13,10,4,pyrophosphate,14.67,0.45,14.67,0.45,none,none,none, pyrotechnic,pyrotechnic,0.04,Adjective,11,10,4,pyrotechnic,12.93,0.83,12.93,0.83,none,none,none, pyrotechnics,pyrotechnics,0.25,Noun,12,11,4,pyrotechnics,14.62,0.89,14.62,0.89,none,none,none, pyrrhic,pyrrhic,0.10,Adjective,7,5,2,pyrrhic,17.11,0.43,17.11,0.43,none,none,none, python,python,1.55,Noun,6,5,2,python,7.89,1.00,7.89,1.00,none,none,none,7.88 pythons,pythons,0.25,Noun,7,6,2,python,none,none,7.89,1.00,none,none,none,7.88 quack,quack,4.63,Interjection,5,4,1,quack,5.25,1.00,5.25,1.00,none,none,5.13, quacked,quacked,0.06,Verb,7,5,1,quack,none,none,5.25,1.00,none,none,5.13, quackeries,quackeries,0.04,Noun,10,8,3,quackery,none,none,10.91,0.61,none,none,none, quackery,quackery,0.04,Noun,8,6,3,quackery,10.91,0.61,10.91,0.61,none,none,none, quacking,quacking,0.27,Verb,8,6,2,quack,none,none,5.25,1.00,none,none,5.13, quacks,quacks,0.37,Noun,6,5,1,quack,none,none,5.25,1.00,none,none,5.13, quad,quad,1.55,Noun,4,4,1,quad,12.58,0.90,12.58,0.90,9.83,none,11.17, quadrangle,quadrangle,0.16,Noun,10,10,3,quadrangle,13.15,0.68,13.15,0.68,none,none,none, quadrangular,quadrangular,Err:512,Err:512,12,13,4,quadrangular,13.54,0.62,13.54,0.62,none,none,none, quadrant,quadrant,2.80,Noun,8,8,2,quadrant,12.76,0.94,12.76,0.94,none,none,none,12.11 quadrants,quadrants,0.37,Noun,9,9,2,quadrant,none,none,12.76,0.94,none,none,none,12.11 quadratic,quadratic,0.10,Adjective,9,9,3,quadratic,12.60,0.79,12.60,0.79,none,none,none, quadriceps,quadriceps,0.08,Noun,10,10,3,quadriceps,13.42,1.00,13.42,1.00,none,none,none, quadrille,quadrille,0.06,Noun,9,7,2,quadrille,13.80,0.26,13.80,0.26,none,none,none, quadrilles,quadrilles,0.02,Noun,10,8,2,quadrille,none,none,13.80,0.26,none,none,none, quadrillion,quadrillion,0.02,Noun,11,10,3,quadrillion,11.36,0.78,11.36,0.78,none,none,none, quadrillionth,quadrillionth,0.02,Noun,13,11,3,quadrillionth,13.06,0.84,13.06,0.84,none,none,none, quadripartite,quadripartite,Err:512,Err:512,13,12,4,quadripartite,16.67,0.29,16.67,0.29,none,none,none, quadriplegia,quadriplegia,0.02,Noun,12,12,5,quadriplegia,15.41,0.94,15.41,0.94,none,none,none, quadriplegic,quadriplegic,0.02,Adjective,12,12,4,quadriplegic,13.50,0.95,13.50,0.95,none,none,none, quadriplegics,quadriplegics,0.02,Noun,13,13,4,quadriplegic,none,none,13.50,0.95,none,none,none, quadroon,quadroon,0.02,Noun,8,7,2,quadroon,14.38,0.40,14.38,0.40,none,none,none, quadruped,quadruped,0.18,Adjective,9,8,2,quadruped,12.37,0.95,12.37,0.95,none,none,none, quadrupeds,quadrupeds,0.02,Noun,10,10,3,quadruped,none,none,12.37,0.95,none,none,none, quadruple,quadruple,0.76,Adjective,9,9,3,quadruple,11.22,1.00,11.22,1.00,none,none,none, quadrupled,quadrupled,0.08,Verb,10,10,3,quadruple,none,none,11.22,1.00,none,none,none, quadruples,quadruples,0.08,Verb,10,10,3,quadruple,none,none,11.22,1.00,none,none,none, quadruplet,quadruplet,0.02,Noun,10,10,3,quadruplet,11.21,0.95,11.21,0.95,none,none,none, quadruplets,quadruplets,0.08,Noun,11,11,3,quadruplet,none,none,11.21,0.95,none,none,none, quads,quads,0.25,Noun,5,5,1,quad,none,none,12.58,0.90,9.83,none,11.17, quaff,quaff,0.08,Verb,5,4,1,quaff,13.71,0.64,13.71,0.64,none,none,none, quagmire,quagmire,2.43,Name,8,7,3,quagmire,14.04,0.86,14.04,0.86,none,none,none, quail,quail,1.33,Noun,5,4,1,quail,9.72,0.86,9.72,0.86,none,10.54,8.61, quails,quails,0.08,Verb,6,5,1,quail,none,none,9.72,0.86,none,10.54,8.61, quaint,quaint,2.18,Adjective,6,5,1,quaint,12.58,1.00,12.58,1.00,none,none,11.48, quainter,quainter,0.02,Adjective,8,6,2,quaint,none,none,12.58,1.00,none,none,11.48, quaintest,quaintest,0.04,Adjective,9,8,2,quaint,none,none,12.58,1.00,none,none,11.48, quaintness,quaintness,0.06,Noun,10,8,2,quaintness,12.78,1.00,12.78,1.00,none,none,none, quake,quake,1.61,Noun,5,4,1,quake,8.15,1.00,8.15,1.00,none,none,9.03, quakes,quakes,0.12,Noun,6,5,1,quake,none,none,8.15,1.00,none,none,9.03, quaking,quaking,0.27,Verb,7,6,2,quake,none,none,8.15,1.00,none,none,9.03, qualification,qualification,0.25,Noun,13,12,5,qualification,10.95,1.00,10.95,1.00,none,none,none, qualifications,qualifications,2.53,Noun,14,13,5,qualifications,10.76,1.00,10.76,1.00,none,none,none, qualified,qualified,8.25,Verb,9,8,3,qualified,9.79,1.00,9.79,1.00,none,none,none, qualifier,qualifier,0.14,Noun,9,8,4,qualifier,12.89,1.00,12.89,1.00,none,none,none, qualifiers,qualifiers,0.06,Noun,10,9,4,qualifier,none,none,12.89,1.00,none,none,none, qualifies,qualifies,1.20,Verb,9,8,3,qualify,none,none,10.05,1.00,none,none,none, qualify,qualify,4.10,Verb,7,7,3,qualify,10.05,1.00,10.05,1.00,none,none,none, qualitative,qualitative,0.04,Adjective,11,10,4,qualitative,15.28,0.95,15.28,0.95,none,none,none, qualities,qualities,4.92,Noun,9,8,3,quality,none,none,8.78,1.00,none,none,none, quality,quality,18.57,Noun,7,7,3,quality,8.78,1.00,8.78,1.00,none,none,none, qualm,qualm,0.04,Verb,5,4,1,qualm,12.67,0.79,12.67,0.79,none,none,12.62, qualms,qualms,0.29,Noun,6,5,1,qualm,none,none,12.67,0.79,none,none,12.62, quandaries,quandaries,0.06,Noun,10,8,3,quandary,none,none,12.79,0.78,none,none,none, quandary,quandary,0.41,Noun,8,7,3,quandary,12.79,0.78,12.79,0.78,none,none,none, quantifiable,quantifiable,0.08,Adjective,12,12,5,quantifiable,14.67,0.83,14.67,0.83,none,none,none, quantified,quantified,0.08,Verb,10,9,3,quantify,none,none,14.00,1.00,none,none,none, quantify,quantify,0.25,Verb,8,8,3,quantify,14.00,1.00,14.00,1.00,none,none,none, quantitative,quantitative,0.06,Adjective,12,11,4,quantitative,14.00,0.94,14.00,0.94,none,none,none, quantities,quantities,0.90,Noun,10,9,3,quantity,none,none,11.11,1.00,none,8.34,none, quantity,quantity,1.86,Noun,8,8,3,quantity,11.11,1.00,11.11,1.00,none,8.34,none, quantum,quantum,5.59,Noun,7,7,2,quantum,14.26,0.95,14.26,0.95,none,13.64,none,13.18 quarantine,quarantine,4.45,Noun,10,9,3,quarantine,12.81,0.89,12.81,0.89,none,none,none, quarantined,quarantined,0.92,Verb,11,10,3,quarantine,none,none,12.81,0.89,none,none,none, quarantines,quarantines,0.08,Noun,11,10,3,quarantine,none,none,12.81,0.89,none,none,none, quarantining,quarantining,0.08,Noun,12,11,4,quarantining,13.00,1.00,13.00,1.00,none,none,none, quarrel,quarrel,5.61,Noun,7,6,2,quarrel,8.32,1.00,8.32,1.00,6.43,none,none,10.51 quarreled,quarrelled,0.69,Verb,9,7,2,quarrel,none,none,8.32,1.00,6.43,none,none,10.51 quarreling,quarrelling,0.75,Verb,10,8,3,quarrel,none,none,8.32,1.00,6.43,none,none,10.51 quarrelling,quarrelling,0.37,Verb,11,8,3,quarrel,none,none,8.32,1.00,6.43,none,none,10.51 quarrels,quarrels,0.69,Noun,8,7,2,quarrel,none,none,8.32,1.00,6.43,none,none,10.51 quarrelsome,quarrelsome,0.16,Adjective,11,9,3,quarrelsome,9.63,0.90,9.63,0.90,none,none,none, quarries,quarries,0.08,Noun,8,6,2,quarry,none,none,10.56,1.00,none,9.83,none,12.43 quarry,quarry,1.53,Noun,6,5,2,quarry,10.56,1.00,10.56,1.00,none,9.83,none,12.43 quart,quart,2.08,Noun,5,5,1,quart,7.50,1.00,7.50,1.00,none,none,8.68, quarter,quarter,26.02,Noun,7,6,2,quarter,5.79,1.00,5.79,1.00,none,6.73,none,5.37 quarterback,quarterback,4.76,Noun,11,9,3,quarterback,7.63,1.00,7.63,1.00,none,none,none, quarterbacks,quarterbacks,0.45,Noun,12,10,3,quarterback,none,none,7.63,1.00,none,none,none, quarterdeck,quarterdeck,0.20,Noun,11,9,3,quarterdeck,13.80,0.56,13.80,0.56,none,none,none, quarterdecks,quarterdecks,0.02,Noun,12,10,3,quarterdeck,none,none,13.80,0.56,none,none,none, quartered,quartered,0.47,Verb,9,7,2,quarter,none,none,5.79,1.00,none,6.73,none,5.37 quarterfinal,quarterfinal,0.14,Adjective,12,11,4,quarterfinal,12.06,1.00,12.06,1.00,none,none,none, quarterfinals,quarterfinals,0.06,Noun,13,12,4,quarterfinal,none,none,12.06,1.00,none,none,none, quarterlies,quarterlies,0.08,Noun,11,9,3,quarterly,none,none,11.24,1.00,none,none,none, quarterly,quarterly,0.88,Adjective,9,8,3,quarterly,11.24,1.00,11.24,1.00,none,none,none, quartermaster,quartermaster,0.90,Noun,13,11,4,quartermaster,13.29,0.78,13.29,0.78,none,none,none, quartermasters,quartermasters,0.06,Noun,14,12,4,quartermaster,none,none,13.29,0.78,none,none,none, quarters,quarters,16.16,Noun,8,7,2,quarters,6.32,1.00,6.32,1.00,none,none,none, quarterstaff,quarterstaff,0.06,Noun,12,10,3,quarterstaff,12.20,0.79,12.20,0.79,none,none,none, quartet,quartet,1.57,Noun,7,7,2,quartet,9.00,0.89,9.00,0.89,none,none,none,11.70 quartets,quartets,0.08,Noun,8,8,2,quartet,none,none,9.00,0.89,none,none,none,11.70 quartette,quartette,Err:512,Err:512,9,7,2,quartette,10.88,0.85,10.88,0.85,none,none,none, quarto,quarto,0.02,Noun,6,6,2,quarto,13.38,0.40,13.38,0.40,none,none,none, quarts,quarts,1.06,Noun,6,6,1,quart,none,none,7.50,1.00,none,none,8.68, quartz,quartz,0.53,Noun,6,6,1,quartz,9.28,0.95,9.28,0.95,none,none,10.25, quasar,quasar,0.29,Noun,6,6,2,quasar,14.25,0.63,14.25,0.63,none,none,none, quasars,quasars,0.06,Noun,7,6,2,quasar,none,none,14.25,0.63,none,none,none, quash,quash,0.22,Verb,5,4,1,quash,12.10,0.56,12.10,0.56,none,none,none, quasi,quasi,0.47,Adjective,5,5,2,quasi,13.27,0.83,13.27,0.83,none,none,none, quaternary,quaternary,0.02,Noun,10,9,4,quaternary,16.00,0.55,16.00,0.55,none,none,none, quatrain,quatrain,0.04,Noun,8,7,2,quatrain,13.88,0.84,13.88,0.84,none,none,none, quay,quay,0.08,Noun,4,2,1,quay,14.70,0.53,14.70,0.53,none,none,13.17, queasiness,queasiness,0.02,Noun,10,8,3,queasiness,10.89,1.00,10.89,1.00,none,none,none, queasy,queasy,1.14,Adjective,6,5,2,queasy,11.37,1.00,11.37,1.00,none,none,none,9.85 queen,queen,54.69,Noun,5,4,1,queen,4.42,1.00,4.42,1.00,none,5.09,6.23, queer,queer,5.80,Adjective,5,4,1,queer,11.10,1.00,11.10,1.00,none,11.13,10.97, queered,queered,0.12,Verb,7,5,2,queer,none,none,11.10,1.00,none,11.13,10.97, queerer,queerer,0.04,Adjective,7,5,2,queer,none,none,11.10,1.00,none,11.13,10.97, queerest,queerest,0.08,Adjective,8,7,3,queer,none,none,11.10,1.00,none,11.13,10.97, queers,queers,0.92,Noun,6,5,1,queer,none,none,11.10,1.00,none,11.13,10.97, quell,quell,0.33,Verb,5,4,1,quell,13.58,0.67,13.58,0.67,none,none,12.45, quells,quells,0.02,Verb,6,5,1,quell,none,none,13.58,0.67,none,none,12.45, quench,quench,0.63,Verb,6,5,1,quench,10.44,1.00,10.44,1.00,none,none,10.03, quenched,quenched,0.10,Verb,8,6,1,quench,none,none,10.44,1.00,none,none,10.03, quencher,quencher,0.02,Noun,8,6,2,quencher,11.15,1.00,11.15,1.00,none,none,none, quenches,quenches,0.06,Verb,8,7,2,quench,none,none,10.44,1.00,none,none,10.03, quenelle,quenelle,0.04,Noun,8,6,2,quenelle,16.11,0.47,16.11,0.47,none,none,none, queried,queried,0.08,Verb,7,6,2,query,none,none,13.58,0.95,9.38,none,none,12.43 queries,queries,0.16,Noun,7,6,2,query,none,none,13.58,0.95,9.38,none,none,12.43 query,query,0.57,Noun,5,5,2,query,13.58,0.95,13.58,0.95,9.38,none,none,12.43 quesadilla,quesadilla,0.22,Noun,10,9,4,quesadilla,11.20,0.83,11.20,0.83,none,none,none, quesadillas,quesadillas,0.08,Noun,11,10,4,quesadilla,none,none,11.20,0.83,none,none,none, quest,quest,6.41,Noun,5,5,1,quest,10.40,1.00,10.40,1.00,none,8.26,8.75, questing,questing,0.08,Noun,8,7,2,questing,13.53,0.83,13.53,0.83,none,none,none, question,question,198.35,Noun,8,7,2,question,6.16,1.00,6.16,1.00,none,6.35,none,5.25 questionable,questionable,2.29,Adjective,12,11,4,questionable,8.16,1.00,8.16,1.00,none,none,none, questioned,questioned,5.75,Verb,10,8,2,question,none,none,6.16,1.00,none,6.35,none,5.25 questioner,questioner,0.02,Noun,10,8,3,questioner,9.78,0.95,9.78,0.95,none,none,none, questioning,questioning,10.18,Verb,11,9,3,question,none,none,6.16,1.00,none,6.35,none,5.25 questionnaire,questionnaire,0.78,Noun,13,9,3,questionnaire,10.84,1.00,10.84,1.00,none,none,none, questionnaires,questionnaires,0.20,Noun,14,10,3,questionnaire,none,none,10.84,1.00,none,none,none, questions,questions,117.96,Noun,9,8,2,question,none,none,6.16,1.00,none,6.35,none,5.25 quests,quests,0.06,Noun,6,6,1,quest,none,none,10.40,1.00,none,8.26,8.75, quetzal,quetzal,0.02,Noun,7,6,2,quetzal,13.44,0.50,13.44,0.50,none,none,none, queue,queue,1.18,Noun,5,3,1,queue,12.17,0.95,12.17,0.95,none,6.94,13.24, queued,queued,0.06,Verb,6,4,1,queue,none,none,12.17,0.95,none,6.94,13.24, queues,queues,0.10,Noun,6,4,1,queue,none,none,12.17,0.95,none,6.94,13.24, queuing,queuing,0.16,Verb,7,5,2,queue,none,none,12.17,0.95,none,6.94,13.24, quibble,quibble,0.59,Verb,7,6,2,quibble,11.86,0.74,11.86,0.74,none,11.19,none,12.22 quibbled,quibbled,0.02,Verb,8,7,2,quibble,none,none,11.86,0.74,none,11.19,none,12.22 quibbles,quibbles,0.04,Noun,8,7,2,quibble,none,none,11.86,0.74,none,11.19,none,12.22 quibbling,quibbling,0.16,Verb,9,8,3,quibble,none,none,11.86,0.74,none,11.19,none,12.22 quiche,quiche,0.84,Noun,6,3,1,quiche,13.13,0.79,13.13,0.79,none,none,none, quiches,quiches,0.08,Noun,7,6,2,quiche,none,none,13.13,0.79,none,none,none, quick,quick,108.67,Adjective,5,4,1,quick,5.89,1.00,5.89,1.00,5.07,5.64,5.40, quicken,quicken,0.27,Verb,7,6,2,quicken,8.63,1.00,8.63,1.00,none,none,none, quickened,quickened,0.10,Verb,9,7,2,quicken,none,none,8.63,1.00,none,none,none, quickens,quickens,0.08,Verb,8,7,2,quicken,none,none,8.63,1.00,none,none,none, quicker,quicker,7.18,Adverb,7,5,2,quick,none,none,5.89,1.00,5.07,5.64,5.40, quickest,quickest,1.41,Adjective,8,7,2,quick,none,none,5.89,1.00,5.07,5.64,5.40, quickie,quickie,1.04,Noun,7,5,2,quickie,12.75,1.00,12.75,1.00,none,none,none, quickies,quickies,0.08,Noun,8,6,2,quickie,none,none,12.75,1.00,none,none,none, quicklime,quicklime,0.10,Noun,9,7,2,quicklime,14.92,0.67,14.92,0.67,none,none,none, quickly,quickly,56.49,Adverb,7,6,2,quickly,6.32,1.00,6.32,1.00,5.30,none,none, quickness,quickness,0.14,Noun,9,7,2,quickness,8.28,1.00,8.28,1.00,none,7.83,none, quicksand,quicksand,1.47,Noun,9,8,2,quicksand,9.60,1.00,9.60,1.00,none,none,none, quicksilver,quicksilver,0.31,Noun,11,9,3,quicksilver,12.06,0.94,12.06,0.94,none,none,none, quickstep,quickstep,0.14,Verb,9,8,2,quickstep,12.06,0.89,12.06,0.89,none,none,none, quid,quid,3.16,Noun,4,4,1,quid,11.27,0.58,11.27,0.58,none,none,none, quiet,quiet,117.22,Adjective,5,5,2,quiet,4.15,1.00,4.15,1.00,4.37,none,none,4.38 quieted,quieted,0.37,Verb,7,7,3,quiet,none,none,4.15,1.00,4.37,none,none,4.38 quieter,quieter,1.39,Adjective,7,6,3,quiet,none,none,4.15,1.00,4.37,none,none,4.38 quietest,quietest,0.12,Adjective,8,8,3,quiet,none,none,4.15,1.00,4.37,none,none,4.38 quieting,quieting,0.06,Verb,8,7,3,quiet,none,none,4.15,1.00,4.37,none,none,4.38 quietness,quietness,0.12,Noun,9,8,3,quietness,7.53,1.00,7.53,1.00,none,none,none, quiets,quiets,0.24,Verb,6,6,2,quiet,none,none,4.15,1.00,4.37,none,none,4.38 quietude,quietude,0.04,Noun,8,7,3,quietude,15.07,0.70,15.07,0.70,none,12.55,none, quietus,quietus,0.06,Noun,7,6,2,quietus,14.33,0.47,14.33,0.47,none,none,none, quill,quill,2.73,Name,5,4,1,quill,9.04,1.00,9.04,1.00,none,none,10.53, quills,quills,0.33,Noun,6,5,1,quill,none,none,9.04,1.00,none,none,10.53, quilt,quilt,0.76,Noun,5,5,1,quilt,6.55,1.00,6.55,1.00,10.37,none,6.47, quilted,quilted,0.08,Adjective,7,7,2,quilted,10.26,1.00,10.26,1.00,none,none,none, quilter,quilter,0.02,Noun,7,6,2,quilter,10.58,1.00,10.58,1.00,none,none,none, quilts,quilts,0.31,Noun,6,6,1,quilt,none,none,6.55,1.00,10.37,none,6.47, quin,quin,0.20,0.20,4,4,1,quin,12.49,0.59,12.49,0.59,10.63,none,none, quince,quince,0.92,Noun,6,5,1,quince,14.00,0.83,14.00,0.83,none,none,none, quinces,quinces,0.02,Noun,7,7,2,quince,none,none,14.00,0.83,none,none,none, quinine,quinine,0.73,Noun,7,6,2,quinine,12.40,0.56,12.40,0.56,none,none,none,13.74 quinoa,quinoa,0.02,Noun,6,6,3,quinoa,17.20,0.71,17.20,0.71,none,none,none, quinsy,quinsy,Err:512,Err:512,6,6,2,quinsy,14.00,0.05,14.00,0.05,none,none,none, quint,quint,0.49,Noun,5,5,1,quint,12.50,0.53,12.50,0.53,none,none,none, quintal,quintal,0.04,Adjective,7,7,2,quintal,14.17,0.30,14.17,0.30,none,none,none, quintals,quintals,0.10,Noun,8,8,2,quintal,none,none,14.17,0.30,none,none,none, quintessence,quintessence,0.08,Noun,12,10,3,quintessence,16.15,0.68,16.15,0.68,none,none,none, quintessential,quintessential,0.29,Adjective,14,12,4,quintessential,15.62,0.84,15.62,0.84,none,none,none, quintet,quintet,0.51,Noun,7,7,2,quintet,10.38,0.84,10.38,0.84,none,none,none, quintillion,quintillion,0.02,Noun,11,10,3,quintillion,15.40,0.68,15.40,0.68,none,none,none, quintillions,quintillions,0.08,Noun,12,11,3,quintillion,none,none,15.40,0.68,none,none,none, quintuple,quintuple,0.02,Adjective,9,9,3,quintuple,10.65,0.85,10.65,0.85,none,none,none, quintuplicate,quintuplicate,0.02,Noun,13,12,4,quintuplicate,13.29,0.78,13.29,0.78,none,none,none, quip,quip,0.14,Noun,4,4,1,quip,12.75,0.84,12.75,0.84,none,none,12.34, quips,quips,0.43,Noun,5,5,1,quip,none,none,12.75,0.84,none,none,12.34, quire,quire,0.02,Verb,5,4,1,quire,14.90,0.53,14.90,0.53,none,none,none, quirk,quirk,0.39,Noun,5,4,1,quirk,11.39,1.00,11.39,1.00,none,none,10.46, quirkier,quirkier,0.02,Adjective,8,6,3,quirky,none,none,9.94,1.00,none,none,none, quirkiness,quirkiness,0.02,Noun,10,8,3,quirkiness,11.88,0.94,11.88,0.94,none,none,none, quirks,quirks,0.92,Noun,6,5,1,quirk,none,none,11.39,1.00,none,none,10.46, quirky,quirky,0.65,Adjective,6,5,2,quirky,9.94,1.00,9.94,1.00,none,none,none, quisling,quisling,0.06,Verb,8,7,2,quisling,12.67,0.17,12.67,0.17,none,none,none, quit,quit,90.10,Verb,4,4,1,quit,5.26,1.00,5.26,1.00,none,7.43,5.68, quitclaim,quitclaim,0.06,Noun,9,8,2,quitclaim,15.67,0.47,15.67,0.47,none,none,none, quite,quite,202.59,Adverb,5,4,1,quite,7.44,1.00,7.44,1.00,7.26,none,7.42, quits,quits,2.37,Verb,5,5,1,quit,none,none,5.26,1.00,none,7.43,5.68, quitted,quitted,0.20,Verb,7,6,2,quit,none,none,5.26,1.00,none,7.43,5.68, quitter,quitter,1.43,Noun,7,5,2,quitter,7.16,1.00,7.16,1.00,none,none,none, quitters,quitters,0.84,Noun,8,6,2,quitter,none,none,7.16,1.00,none,none,none, quitting,quitting,8.82,Verb,8,6,2,quit,none,none,5.26,1.00,none,7.43,5.68, quiver,quiver,0.45,Noun,6,5,2,quiver,11.05,1.00,11.05,1.00,none,9.11,none, quivered,quivered,0.02,Verb,8,6,2,quiver,none,none,11.05,1.00,none,9.11,none, quivering,quivering,0.51,Adjective,9,7,3,quivering,10.74,1.00,10.74,1.00,none,none,none, quivers,quivers,0.27,Verb,7,6,2,quiver,none,none,11.05,1.00,none,9.11,none, quivery,quivery,0.02,Adjective,7,6,3,quivery,10.80,0.83,10.80,0.83,none,none,none, quixotic,quixotic,0.14,Adjective,8,9,3,quixotic,13.57,0.78,13.57,0.78,none,none,none, quiz,quiz,4.94,Noun,4,4,1,quiz,7.05,1.00,7.05,1.00,none,none,6.87, quizmaster,quizmaster,0.04,Noun,10,9,3,quizmaster,9.05,1.00,9.05,1.00,none,none,none, quizzed,quizzed,0.14,Verb,7,5,1,quiz,none,none,7.05,1.00,none,none,6.87, quizzes,quizzes,0.45,Noun,7,6,2,quiz,none,none,7.05,1.00,none,none,6.87, quizzical,quizzical,0.02,Adjective,9,8,3,quizzical,11.65,0.94,11.65,0.94,none,none,none, quizzing,quizzing,0.08,Verb,8,6,2,quiz,none,none,7.05,1.00,none,none,6.87, quondam,quondam,0.02,Noun,7,7,2,quondam,13.20,0.25,13.20,0.25,none,none,none, quorum,quorum,0.53,Noun,6,6,2,quorum,14.85,0.68,14.85,0.68,none,none,none, quota,quota,1.86,Noun,5,5,2,quota,12.64,1.00,12.64,1.00,none,none,none,11.19 quotable,quotable,0.10,Adjective,8,8,3,quotable,11.19,1.00,11.19,1.00,none,none,none, quotas,quotas,0.37,Noun,6,6,2,quota,none,none,12.64,1.00,none,none,none,11.19 quotation,quotation,0.35,Noun,9,8,3,quotation,9.38,1.00,9.38,1.00,none,none,none, quotations,quotations,0.31,Noun,10,9,3,quotation,none,none,9.38,1.00,none,none,none, quote,quote,9.57,Verb,5,4,1,quote,8.44,1.00,8.44,1.00,9.68,none,8.73, quoted,quoted,1.45,Verb,6,6,2,quote,none,none,8.44,1.00,9.68,none,8.73, quotes,quotes,1.20,Noun,6,5,1,quote,none,none,8.44,1.00,9.68,none,8.73, quoth,quoth,0.08,Noun,5,4,1,quoth,14.18,0.58,14.18,0.58,none,none,none, quotidian,quotidian,0.02,Noun,9,9,4,quotidian,13.80,0.25,13.80,0.25,none,none,none, quotient,quotient,0.33,Noun,8,7,2,quotient,10.61,0.95,10.61,0.95,none,none,none, quoting,quoting,1.96,Verb,7,6,2,quote,none,none,8.44,1.00,9.68,none,8.73, rabbet,rabbet,0.02,Verb,6,5,2,rabbet,12.60,0.26,12.60,0.26,none,none,none, rabbi,rabbi,6.71,Noun,5,4,2,rabbi,8.88,0.89,8.88,0.89,none,11.51,none,10.32 rabbinic,rabbinic,0.02,Adjective,8,7,3,rabbinic,12.00,0.61,12.00,0.61,none,none,none, rabbinical,rabbinical,0.04,Adjective,10,9,4,rabbinical,13.18,0.55,13.18,0.55,none,none,none, rabbis,rabbis,0.45,Noun,6,5,2,rabbi,none,none,8.88,0.89,none,11.51,none,10.32 rabbit,rabbit,20.94,Noun,6,5,2,rabbit,3.94,1.00,3.94,1.00,none,4.31,none,4.33 rabbits,rabbits,6.43,Noun,7,6,2,rabbit,none,none,3.94,1.00,none,4.31,none,4.33 rabble,rabble,1.06,Noun,6,5,2,rabble,11.59,0.89,11.59,0.89,none,none,none,11.49 rabid,rabid,1.37,Adjective,5,5,2,rabid,9.22,1.00,9.22,1.00,none,none,none,11.29 rabies,rabies,2.20,Noun,6,5,2,rabies,8.22,0.95,8.22,0.95,none,none,none, raccoon,raccoon,1.43,Noun,7,5,2,raccoon,6.79,1.00,6.79,1.00,none,none,none,5.14 raccoons,raccoons,0.59,Noun,8,6,2,raccoon,none,none,6.79,1.00,none,none,none,5.14 race,race,61.90,Noun,4,3,1,race,6.00,1.00,6.00,1.00,5.22,none,4.80, racecourse,racecourse,0.16,Noun,10,7,2,racecourse,7.84,0.95,7.84,0.95,none,none,none, raced,raced,1.31,Verb,5,4,1,race,none,none,6.00,1.00,5.22,none,4.80, racehorse,racehorse,1.16,Noun,9,7,2,racehorse,6.67,1.00,6.67,1.00,none,none,none, racehorses,racehorses,0.33,Noun,10,9,3,racehorse,none,none,6.67,1.00,none,none,none, raceme,raceme,Err:512,Err:512,6,5,2,raceme,18.00,0.05,18.00,0.05,none,none,none, racer,racer,2.63,Noun,5,4,2,racer,4.84,1.00,4.84,1.00,none,none,none, racers,racers,2.00,Noun,6,5,2,racer,none,none,4.84,1.00,none,none,none, races,races,6.82,Noun,5,5,2,race,none,none,6.00,1.00,5.22,none,4.80, racetrack,racetrack,1.80,Noun,9,7,2,racetrack,9.00,1.00,9.00,1.00,none,none,none, racetracks,racetracks,0.12,Noun,10,8,2,racetrack,none,none,9.00,1.00,none,none,none, raceway,raceway,0.16,Noun,7,5,2,raceway,8.06,1.00,8.06,1.00,none,none,none, racial,racial,3.12,Adjective,6,5,2,racial,10.89,1.00,10.89,1.00,none,none,none, racialism,racialism,0.04,Noun,9,9,4,racialism,13.79,0.74,13.79,0.74,none,none,none, racialist,racialist,0.04,Adjective,9,8,3,racialist,13.73,0.75,13.73,0.75,none,none,none, racing,racing,11.88,Verb,6,5,2,race,none,none,6.00,1.00,5.22,none,4.80, racism,racism,1.73,Noun,6,7,3,racism,9.56,1.00,9.56,1.00,none,none,none, racist,racist,4.82,Adjective,6,6,2,racist,9.44,1.00,9.44,1.00,none,11.38,none, racists,racists,0.33,Noun,7,7,2,racist,none,none,9.44,1.00,none,11.38,none, rack,rack,7.78,Noun,4,3,1,rack,6.26,1.00,6.26,1.00,none,7.71,7.15, racked,racked,0.98,Verb,6,4,1,rack,none,none,6.26,1.00,none,7.71,7.15, racket,racket,7.43,Noun,6,5,2,racket,8.20,1.00,8.20,1.00,none,7.71,none,8.53 racketeer,racketeer,0.18,Noun,9,7,3,racketeer,14.35,0.89,14.35,0.89,none,none,none, racketeering,racketeering,0.73,Noun,12,9,4,racketeering,15.94,0.89,15.94,0.89,none,none,none, racketeers,racketeers,0.12,Noun,10,8,3,racketeer,none,none,14.35,0.89,none,none,none, rackets,rackets,0.96,Noun,7,6,2,racket,none,none,8.20,1.00,none,7.71,none,8.53 racking,racking,0.75,Verb,7,5,2,rack,none,none,6.26,1.00,none,7.71,7.15, racks,racks,0.86,Noun,5,4,1,rack,none,none,6.26,1.00,none,7.71,7.15, raconteur,raconteur,0.12,Noun,9,8,3,raconteur,17.78,0.47,17.78,0.47,none,none,none, racoon,racoon,0.20,0.20,6,5,2,racoon,6.14,1.00,6.14,1.00,10.32,none,none, racquet,racquet,0.33,Noun,7,5,2,racket,none,none,8.20,1.00,none,7.71,none,8.53 racquetball,racquetball,1.22,Noun,11,8,3,racquetball,11.00,1.00,11.00,1.00,none,none,none, racquets,racquets,0.06,Noun,8,6,2,racket,none,none,8.20,1.00,none,7.71,none,8.53 racy,racy,0.96,Adjective,4,4,2,racy,11.33,1.00,11.33,1.00,none,none,none,10.80 radar,radar,35.51,Noun,5,5,2,radar,9.53,1.00,9.53,1.00,none,none,none, radars,radars,0.16,Noun,6,6,2,radar,none,none,9.53,1.00,none,none,none, radial,radial,0.49,Adjective,6,6,3,radial,11.31,0.89,11.31,0.89,none,none,none, radials,radials,0.18,Noun,7,7,3,radial,none,none,11.31,0.89,none,none,none, radiance,radiance,0.24,Noun,8,7,3,radiance,9.56,1.00,9.56,1.00,none,none,none, radiant,radiant,2.16,Adjective,7,7,3,radiant,9.68,1.00,9.68,1.00,none,10.30,none, radiate,radiate,0.53,Verb,7,6,3,radiate,12.50,1.00,12.50,1.00,none,none,none, radiated,radiated,0.14,Verb,8,8,4,radiate,none,none,12.50,1.00,none,none,none, radiates,radiates,0.10,Verb,8,7,3,radiate,none,none,12.50,1.00,none,none,none, radiating,radiating,0.31,Verb,9,8,4,radiate,none,none,12.50,1.00,none,none,none, radiation,radiation,8.22,Noun,9,8,4,radiation,11.44,1.00,11.44,1.00,none,none,none, radiations,radiations,0.04,Noun,10,9,4,radiation,none,none,11.44,1.00,none,none,none, radiator,radiator,2.02,Noun,8,7,4,radiator,8.53,1.00,8.53,1.00,none,none,none, radiators,radiators,0.22,Noun,9,8,4,radiator,none,none,8.53,1.00,none,none,none, radical,radical,4.27,Adjective,7,7,3,radical,11.90,1.00,11.90,1.00,none,none,none, radicalism,radicalism,0.06,Noun,10,11,5,radicalism,14.41,0.89,14.41,0.89,none,none,none, radicalize,radicalise,0.02,Verb,10,9,4,radicalize,15.00,0.84,15.00,0.84,none,none,none, radicals,radicals,0.59,Noun,8,8,3,radical,none,none,11.90,1.00,none,none,none, radicchio,radicchio,0.04,Noun,9,7,4,radicchio,17.67,0.45,17.67,0.45,none,none,none, radii,radii,0.02,Noun,5,5,3,radius,none,none,9.94,0.94,none,none,none, radio,radio,77.18,Noun,5,5,3,radio,5.17,1.00,5.17,1.00,none,6.41,none, radioactive,radioactive,3.20,Adjective,11,10,5,radioactive,12.11,0.95,12.11,0.95,none,none,none, radioactivity,radioactivity,0.80,Noun,13,13,7,radioactivity,12.06,0.94,12.06,0.94,none,none,none, radiocarbon,radiocarbon,0.06,Noun,11,11,5,radiocarbon,16.20,0.71,16.20,0.71,none,none,none, radioed,radioed,0.76,Verb,7,6,3,radio,none,none,5.17,1.00,none,6.41,none, radiogram,radiogram,0.18,Noun,9,9,4,radiogram,15.75,0.63,15.75,0.63,none,none,none, radiograph,radiograph,0.04,Noun,10,9,4,radiograph,15.33,0.83,15.33,0.83,none,none,none, radiographs,radiographs,0.04,Noun,11,10,4,radiograph,none,none,15.33,0.83,none,none,none, radioing,radioing,0.06,Verb,8,7,4,radio,none,none,5.17,1.00,none,6.41,none, radioisotope,radioisotope,0.08,Noun,12,10,5,radioisotope,16.23,0.68,16.23,0.68,none,none,none, radioisotopes,radioisotopes,0.02,Noun,13,11,5,radioisotope,none,none,16.23,0.68,none,none,none, radiologic,radiologic,0.04,Adjective,10,10,5,radiologic,11.41,0.89,11.41,0.89,none,none,none, radiological,radiological,0.12,Adjective,12,12,6,radiological,13.24,0.85,13.24,0.85,none,none,none, radiologist,radiologist,0.39,Noun,11,11,5,radiologist,12.83,0.95,12.83,0.95,none,none,none, radiologists,radiologists,0.02,Noun,12,12,5,radiologist,none,none,12.83,0.95,none,none,none, radiology,radiology,2.02,Noun,9,9,5,radiology,12.61,1.00,12.61,1.00,none,none,none, radioman,radioman,0.22,Noun,8,8,4,radioman,9.71,0.78,9.71,0.78,none,none,none, radiomen,radiomen,0.02,Noun,8,8,4,radioman,none,none,9.71,0.78,none,none,none, radiometer,radiometer,0.12,Noun,10,9,5,radiometer,13.79,0.78,13.79,0.78,none,none,none, radiometers,radiometers,0.02,Noun,11,10,5,radiometer,none,none,13.79,0.78,none,none,none, radionuclide,radionuclide,0.02,Noun,12,11,5,radionuclide,16.70,0.53,16.70,0.53,none,none,none, radios,radios,2.06,Noun,6,6,3,radio,none,none,5.17,1.00,none,6.41,none, radiotherapy,radiotherapy,0.02,Noun,12,11,6,radiotherapy,15.32,0.71,15.32,0.71,none,none,none, radish,radish,0.61,Noun,6,5,2,radish,5.25,1.00,5.25,1.00,none,none,none,8.28 radishes,radishes,0.47,Noun,8,7,3,radish,none,none,5.25,1.00,none,none,none,8.28 radium,radium,1.10,Noun,6,6,3,radium,14.10,1.00,14.10,1.00,none,none,none, radius,radius,4.39,Noun,6,6,3,radius,9.94,0.94,9.94,0.94,none,none,none, radix,radix,0.02,Noun,5,6,2,radix,14.00,0.47,14.00,0.47,none,none,none, radon,radon,0.08,Noun,5,5,2,radon,15.67,0.90,15.67,0.90,none,none,none, raffia,raffia,0.04,Noun,6,5,3,raffia,14.00,0.50,14.00,0.50,none,none,none, raffish,raffish,0.02,Adjective,7,5,2,raffish,14.50,0.48,14.50,0.48,none,none,none, raffle,raffle,1.82,Noun,6,5,2,raffle,9.22,1.00,9.22,1.00,none,none,none,8.04 raffled,raffled,0.06,Verb,7,6,2,raffle,none,none,9.22,1.00,none,none,none,8.04 raffles,raffles,0.41,Noun,7,6,2,raffle,none,none,9.22,1.00,none,none,none,8.04 raffling,raffling,0.12,Verb,8,6,2,raffle,none,none,9.22,1.00,none,none,none,8.04 raft,raft,4.71,Noun,4,4,1,raft,7.35,1.00,7.35,1.00,none,none,6.51, rafted,rafted,0.04,Verb,6,6,2,raft,none,none,7.35,1.00,none,none,6.51, rafter,rafter,0.06,Noun,6,5,2,rafter,10.74,1.00,10.74,1.00,none,none,none, rafters,rafters,0.69,Noun,7,6,2,rafter,none,none,10.74,1.00,none,none,none, rafting,rafting,0.27,Noun,7,6,2,rafting,8.10,1.00,8.10,1.00,none,none,none, rafts,rafts,0.29,Noun,5,5,1,raft,none,none,7.35,1.00,none,none,6.51, rag,rag,4.78,Noun,3,3,1,rag,5.22,1.00,5.22,1.00,5.48,none,5.59, raga,raga,0.08,Noun,4,4,2,raga,15.00,0.28,15.00,0.28,none,none,none, ragamuffin,ragamuffin,0.06,Noun,10,9,4,ragamuffin,8.11,0.95,8.11,0.95,none,none,none, ragamuffins,ragamuffins,0.02,Noun,11,10,4,ragamuffin,none,none,8.11,0.95,none,none,none, rage,rage,11.31,Noun,4,3,1,rage,8.79,1.00,8.79,1.00,7.12,none,8.65, raged,raged,0.37,Verb,5,4,1,rage,none,none,8.79,1.00,7.12,none,8.65, rages,rages,0.61,Verb,5,5,2,rage,none,none,8.79,1.00,7.12,none,8.65, ragged,ragged,1.57,Adjective,6,5,2,ragged,8.50,0.89,8.50,0.89,none,none,none, raggedy,raggedy,1.29,Adjective,7,6,3,raggedy,6.11,0.95,6.11,0.95,none,none,none, ragging,ragging,0.37,Noun,7,5,2,ragging,12.41,0.89,12.41,0.89,none,none,none, raging,raging,3.24,Adjective,6,5,2,raging,10.63,1.00,10.63,1.00,none,none,none, ragout,ragout,0.08,Noun,6,5,2,ragout,10.86,0.78,10.86,0.78,none,none,none, rags,rags,3.16,Noun,4,4,1,rag,none,none,5.22,1.00,5.48,none,5.59, ragtag,ragtag,0.18,Noun,6,6,2,ragtag,9.50,0.76,9.50,0.76,none,none,none, ragtime,ragtime,0.61,Noun,7,6,2,ragtime,11.94,0.89,11.94,0.89,none,none,none, ragweed,ragweed,0.16,Verb,7,6,2,ragweed,11.12,0.89,11.12,0.89,none,none,none, ragwort,ragwort,0.02,Noun,7,7,2,ragwort,13.83,0.33,13.83,0.33,none,none,none, raid,raid,8.55,Noun,4,3,1,raid,9.53,1.00,9.53,1.00,none,7.81,9.74, raided,raided,1.57,Verb,6,5,2,raid,none,none,9.53,1.00,none,7.81,9.74, raider,raider,0.65,Noun,6,4,2,raider,9.47,0.94,9.47,0.94,none,none,none, raiders,raiders,1.14,Noun,7,5,2,raider,none,none,9.47,0.94,none,none,none, raiding,raiding,0.82,Verb,7,5,2,raid,none,none,9.53,1.00,none,7.81,9.74, raids,raids,1.20,Noun,5,4,1,raid,none,none,9.53,1.00,none,7.81,9.74, rail,rail,4.57,Noun,4,3,1,rail,7.89,1.00,7.89,1.00,none,5.62,6.20, railbird,railbird,0.02,Noun,8,6,2,railbird,12.20,0.56,12.20,0.56,none,none,none, railcar,railcar,0.04,Noun,7,6,2,railcar,7.78,0.95,7.78,0.95,none,none,none, railed,railed,0.08,Verb,6,4,1,rail,none,none,7.89,1.00,none,5.62,6.20, railhead,railhead,0.06,Noun,8,6,2,railhead,12.18,0.61,12.18,0.61,none,none,none, railheads,railheads,0.02,Noun,9,7,2,railhead,none,none,12.18,0.61,none,none,none, railing,railing,1.47,Noun,7,5,2,railing,6.56,1.00,6.56,1.00,none,none,none, railings,railings,0.29,Noun,8,6,2,railing,none,none,6.56,1.00,none,none,none, raillery,raillery,Err:512,Err:512,8,6,3,raillery,13.71,0.39,13.71,0.39,none,none,none, railroad,railroad,12.43,Noun,8,6,2,railroad,6.06,1.00,6.06,1.00,none,none,none, railroaded,railroaded,0.22,Verb,10,8,3,railroad,none,none,6.06,1.00,none,none,none, railroading,railroading,0.22,Verb,11,8,3,railroad,none,none,6.06,1.00,none,none,none, railroads,railroads,1.06,Noun,9,7,2,railroad,none,none,6.06,1.00,none,none,none, railroadtracks,railroad tracks,Err:512,Err:512,14,11,3,railroadtracks,7.05,1.00,7.05,1.00,none,none,none, rails,rails,1.04,Noun,5,4,1,rail,none,none,7.89,1.00,none,5.62,6.20, railway,railway,1.57,Noun,7,5,2,railway,6.65,0.94,6.65,0.94,none,none,none, railways,railways,0.25,Noun,8,6,2,railway,none,none,6.65,0.94,none,none,none, raiment,raiment,0.12,Noun,7,6,2,raiment,14.57,0.39,14.57,0.39,none,none,none, rain,rain,48.90,Noun,4,3,1,rain,3.60,1.00,3.60,1.00,none,4.41,4.09, rainbow,rainbow,7.98,Noun,7,5,2,rainbow,4.26,1.00,4.26,1.00,none,4.31,none,4.33 rainbows,rainbows,0.98,Noun,8,6,2,rainbow,none,none,4.26,1.00,none,4.31,none,4.33 raincoat,raincoat,1.65,Noun,8,6,2,raincoat,5.50,1.00,5.50,1.00,none,none,none, raincoats,raincoats,0.33,Noun,9,7,2,raincoat,none,none,5.50,1.00,none,none,none, raindrop,raindrop,0.24,Noun,8,7,2,raindrop,6.11,1.00,6.11,1.00,none,none,none, raindrops,raindrops,0.75,Noun,9,8,2,raindrop,none,none,6.11,1.00,none,none,none, rained,rained,2.71,Verb,6,4,1,rain,none,none,3.60,1.00,none,4.41,4.09, rainfall,rainfall,0.33,Noun,8,6,2,rainfall,5.44,1.00,5.44,1.00,none,none,none, rainforest,rainforest,0.47,Noun,10,9,3,rainforest,7.45,1.00,7.45,1.00,none,none,none, rainforests,rainforests,0.08,Noun,11,10,3,rainforest,none,none,7.45,1.00,none,none,none, rainiest,rainiest,0.02,Adjective,8,7,3,rainy,none,none,4.00,1.00,none,none,none, raining,raining,9.78,Verb,7,5,2,rain,none,none,3.60,1.00,none,4.41,4.09, rainmaker,rainmaker,0.45,Noun,9,7,3,rainmaker,9.47,0.83,9.47,0.83,none,none,none, rainmakers,rainmakers,0.06,Noun,10,8,3,rainmaker,none,none,9.47,0.83,none,none,none, rains,rains,5.22,Verb,5,4,1,rain,none,none,3.60,1.00,none,4.41,4.09, rainstorm,rainstorm,0.80,Noun,9,8,2,rainstorm,4.44,0.95,4.44,0.95,none,none,none, rainwater,rainwater,0.22,Noun,9,7,3,rainwater,6.21,1.00,6.21,1.00,none,none,none, rainy,rainy,3.80,Adjective,5,4,2,rainy,4.00,1.00,4.00,1.00,none,none,none, raise,raise,55.20,Verb,5,3,1,raise,6.72,1.00,6.72,1.00,6.97,none,5.79, raised,raised,25.73,Verb,6,4,1,raise,none,none,6.72,1.00,6.97,none,5.79, raiser,raiser,0.24,Noun,6,4,2,raiser,9.31,0.89,9.31,0.89,none,none,none, raisers,raisers,0.04,Noun,7,5,2,raiser,none,none,9.31,0.89,none,none,none, raises,raises,1.90,Verb,6,5,2,raise,none,none,6.72,1.00,6.97,none,5.79, raisin,raisin,1.63,Noun,6,5,2,raisin,5.05,1.00,5.05,1.00,none,5.09,none,5.14 raising,raising,11.25,Verb,7,5,2,raise,none,none,6.72,1.00,6.97,none,5.79, raisins,raisins,2.18,Noun,7,6,2,raisin,none,none,5.05,1.00,none,5.09,none,5.14 rake,rake,2.98,Verb,4,3,1,rake,5.32,1.00,5.32,1.00,none,6.77,6.03, raked,raked,0.37,Verb,5,4,1,rake,none,none,5.32,1.00,none,6.77,6.03, rakes,rakes,0.20,Verb,5,4,1,rake,none,none,5.32,1.00,none,6.77,6.03, raking,raking,0.53,Verb,6,5,2,rake,none,none,5.32,1.00,none,6.77,6.03, rakish,rakish,0.06,Adjective,6,5,2,rakish,14.64,0.58,14.64,0.58,none,none,none, rallied,rallied,0.39,Verb,7,5,2,rally,none,none,10.75,1.00,none,none,none,9.85 rallies,rallies,0.80,Noun,7,5,2,rally,none,none,10.75,1.00,none,none,none,9.85 rally,rally,7.22,Noun,5,4,2,rally,10.75,1.00,10.75,1.00,none,none,none,9.85 rallying,rallying,0.29,Verb,8,6,3,rally,none,none,10.75,1.00,none,none,none,9.85 ram,ram,6.43,Noun,3,3,1,ram,8.32,1.00,8.32,1.00,none,none,7.63, ramble,ramble,0.61,Verb,6,6,2,ramble,10.60,1.00,10.60,1.00,8.82,none,none,8.70 rambled,rambled,0.08,Verb,7,7,2,ramble,none,none,10.60,1.00,8.82,none,none,8.70 rambler,rambler,0.20,Noun,7,6,2,rambler,11.44,0.89,11.44,0.89,none,none,none, ramblers,ramblers,0.08,Noun,8,7,2,rambler,none,none,11.44,0.89,none,none,none, rambles,rambles,0.08,Verb,7,7,2,ramble,none,none,10.60,1.00,8.82,none,none,8.70 rambling,rambling,1.35,Adjective,8,7,2,rambling,10.75,1.00,10.75,1.00,none,none,none, ramblings,ramblings,0.37,Noun,9,9,3,rambling,none,none,10.75,1.00,none,none,none, rambunctious,rambunctious,0.27,Adjective,12,10,3,rambunctious,9.70,1.00,9.70,1.00,none,none,none, ramjet,ramjet,0.10,Noun,6,6,2,ramjet,17.12,0.42,17.12,0.42,none,none,none, ramjets,ramjets,0.02,Noun,7,7,2,ramjet,none,none,17.12,0.42,none,none,none, rammed,rammed,0.86,Verb,6,4,1,ram,none,none,8.32,1.00,none,none,7.63, rammer,rammer,0.10,Noun,6,4,2,rammer,11.00,0.61,11.00,0.61,none,none,none, rammers,rammers,0.02,Noun,7,5,2,rammer,none,none,11.00,0.61,none,none,none, ramming,ramming,0.41,Verb,7,5,2,ram,none,none,8.32,1.00,none,none,7.63, ramose,ramose,0.02,Verb,6,5,2,ramose,18.00,0.32,18.00,0.32,none,none,none, ramp,ramp,2.88,Noun,4,4,1,ramp,7.28,1.00,7.28,1.00,none,none,7.70, rampage,rampage,1.04,Noun,7,6,2,rampage,10.14,1.00,10.14,1.00,none,none,none,10.22 rampages,rampages,0.04,Noun,8,8,3,rampage,none,none,10.14,1.00,none,none,none,10.22 rampaging,rampaging,0.18,Verb,9,8,3,rampage,none,none,10.14,1.00,none,none,none,10.22 rampant,rampant,0.96,Adjective,7,7,2,rampant,12.40,1.00,12.40,1.00,none,none,none,11.90 rampart,rampart,0.73,Noun,7,7,2,rampart,10.00,0.72,10.00,0.72,none,none,none,12.43 ramparts,ramparts,0.12,Noun,8,8,2,rampart,none,none,10.00,0.72,none,none,none,12.43 ramping,ramping,0.10,Verb,7,6,2,ramp,none,none,7.28,1.00,none,none,7.70, ramps,ramps,0.41,Noun,5,5,1,ramp,none,none,7.28,1.00,none,none,7.70, ramrod,ramrod,0.43,Noun,6,6,2,ramrod,10.50,0.89,10.50,0.89,none,none,none, ramrods,ramrods,0.06,Noun,7,7,2,ramrod,none,none,10.50,0.89,none,none,none, rams,rams,0.82,Noun,4,4,1,ram,none,none,8.32,1.00,none,none,7.63, ramshackle,ramshackle,0.04,Adjective,10,8,3,ramshackle,12.00,0.80,12.00,0.80,none,none,none, ran,ran,84.24,Verb,3,3,1,run,none,none,4.47,1.00,none,none,3.82, ranch,ranch,17.55,Noun,5,4,1,ranch,7.35,0.94,7.35,0.94,none,8.03,7.42, rancher,rancher,0.92,Noun,7,5,2,rancher,9.72,0.95,9.72,0.95,none,none,none, ranchero,ranchero,0.04,Noun,8,7,3,ranchero,13.06,0.76,13.06,0.76,none,none,none, rancheros,rancheros,0.33,Noun,9,7,3,ranchero,none,none,13.06,0.76,none,none,none, ranchers,ranchers,0.88,Noun,8,6,2,rancher,none,none,9.72,0.95,none,none,none, ranches,ranches,0.53,Noun,7,6,2,ranch,none,none,7.35,0.94,none,8.03,7.42, ranching,ranching,0.24,Noun,8,6,2,ranching,8.83,0.95,8.83,0.95,none,none,none, rancid,rancid,0.49,Adjective,6,6,2,rancid,9.94,1.00,9.94,1.00,none,none,none, rancidity,rancidity,Err:512,Err:512,9,9,4,rancidity,14.25,0.67,14.25,0.67,none,none,none, rancorous,rancorous,0.04,Adjective,9,7,3,rancorous,14.54,0.72,14.54,0.72,none,none,none, random,random,10.24,Adjective,6,6,2,random,9.33,1.00,9.33,1.00,none,9.36,none,8.20 randomization,randomization,0.02,Noun,13,12,5,randomization,12.94,0.95,12.94,0.95,none,none,none, randomness,randomness,0.18,Noun,10,9,3,randomness,9.67,1.00,9.67,1.00,none,none,none, rang,rang,5.43,Verb,4,3,1,ring,none,none,4.53,1.00,6.08,4.35,4.79, range,range,22.76,Noun,5,4,1,range,7.11,1.00,7.11,1.00,8.88,8.66,8.12, ranged,ranged,0.14,Verb,6,5,1,range,none,none,7.11,1.00,8.88,8.66,8.12, rangeland,rangeland,0.04,Noun,9,8,2,rangeland,12.88,0.44,12.88,0.44,none,none,none, ranger,ranger,7.43,Noun,6,5,2,ranger,8.67,1.00,8.67,1.00,none,none,none, rangers,rangers,4.78,Noun,7,6,2,ranger,none,none,8.67,1.00,none,none,none, ranges,ranges,0.65,Noun,6,6,2,range,none,none,7.11,1.00,8.88,8.66,8.12, ranging,ranging,0.39,Verb,7,6,2,range,none,none,7.11,1.00,8.88,8.66,8.12, rank,rank,8.49,Noun,4,4,1,rank,9.42,1.00,9.42,1.00,none,8.73,7.98, ranked,ranked,0.96,Verb,6,5,1,rank,none,none,9.42,1.00,none,8.73,7.98, rankest,rankest,0.04,Adjective,7,7,2,rank,none,none,9.42,1.00,none,8.73,7.98, ranking,ranking,1.39,Noun,7,6,2,ranking,9.28,1.00,9.28,1.00,none,none,none, rankings,rankings,0.08,Noun,8,7,2,ranking,none,none,9.28,1.00,none,none,none, rankness,rankness,0.02,Noun,8,7,2,rankness,12.19,0.84,12.19,0.84,none,none,none, ranks,ranks,3.90,Noun,5,5,1,rank,none,none,9.42,1.00,none,8.73,7.98, ransack,ransack,0.27,Verb,7,6,2,ransack,11.32,1.00,11.32,1.00,none,none,none, ransacked,ransacked,0.65,Verb,9,7,2,ransack,none,none,11.32,1.00,none,none,none, ransacking,ransacking,0.24,Verb,10,8,3,ransack,none,none,11.32,1.00,none,none,none, ransom,ransom,9.76,Noun,6,6,2,ransom,9.83,1.00,9.83,1.00,none,none,none,10.60 ransomed,ransomed,0.06,Verb,8,7,2,ransom,none,none,9.83,1.00,none,none,none,10.60 ransoms,ransoms,0.04,Noun,7,7,2,ransom,none,none,9.83,1.00,none,none,none,10.60 rant,rant,0.67,Noun,4,4,1,rant,9.22,1.00,9.22,1.00,none,none,10.25, ranted,ranted,0.04,Verb,6,6,2,rant,none,none,9.22,1.00,none,none,10.25, ranting,ranting,0.78,Verb,7,6,2,rant,none,none,9.22,1.00,none,none,10.25, rants,rants,0.20,Noun,5,5,1,rants,11.00,1.00,11.00,1.00,none,none,none, ranunculus,ranunculus,0.04,Noun,10,11,4,ranunculus,16.50,0.10,16.50,0.10,none,none,none, rap,rap,13.04,Noun,3,3,1,rap,9.14,1.00,9.14,1.00,none,none,8.73, rapacious,rapacious,0.10,Adjective,9,7,3,rapacious,15.36,0.74,15.36,0.74,none,none,none, rapacity,rapacity,0.04,Noun,8,8,4,rapacity,16.67,0.50,16.67,0.50,none,none,none, rape,rape,16.00,Noun,4,3,1,rape,10.74,1.00,10.74,1.00,12.40,none,11.04, raped,raped,11.63,Verb,5,4,1,rape,none,none,10.74,1.00,12.40,none,11.04, rapes,rapes,0.86,Noun,5,4,1,rape,none,none,10.74,1.00,12.40,none,11.04, rapeseed,rapeseed,0.08,Noun,8,6,2,rapeseed,14.36,0.58,14.36,0.58,none,none,none, rapid,rapid,4.37,Adjective,5,5,2,rapid,8.62,1.00,8.62,1.00,none,none,none,8.70 rapidity,rapidity,0.10,Noun,8,8,4,rapidity,12.82,0.89,12.82,0.89,none,none,none, rapids,rapids,1.02,Noun,6,6,2,rapid,none,none,8.62,1.00,none,none,none,8.70 rapier,rapier,0.24,Noun,6,5,3,rapier,14.12,0.85,14.12,0.85,none,none,none, rapiers,rapiers,0.12,Noun,7,6,3,rapier,none,none,14.12,0.85,none,none,none, rapine,rapine,Err:512,Err:512,6,5,2,rapine,15.88,0.44,15.88,0.44,none,none,none, raping,raping,1.59,Verb,6,5,2,rape,none,none,10.74,1.00,12.40,none,11.04, rapist,rapist,3.18,Noun,6,6,2,rapist,12.05,1.00,12.05,1.00,none,none,none, rapists,rapists,0.96,Noun,7,7,2,rapist,none,none,12.05,1.00,none,none,none, rapped,rapped,0.25,Verb,6,4,1,rap,none,none,9.14,1.00,none,none,8.73, rappel,rappel,0.12,Verb,6,5,2,rappel,13.36,0.78,13.36,0.78,none,none,none, rapper,rapper,1.76,Noun,6,4,2,rapper,10.74,1.00,10.74,1.00,none,none,none, rappers,rappers,0.82,Noun,7,5,2,rapper,none,none,10.74,1.00,none,none,none, rapping,rapping,0.94,Verb,7,5,2,rap,none,none,9.14,1.00,none,none,8.73, rapport,rapport,0.63,Noun,7,5,2,rapport,13.18,0.89,13.18,0.89,none,none,none,12.64 rapprochement,rapprochement,0.10,Noun,13,9,3,rapprochement,16.27,0.52,16.27,0.52,none,none,none, raps,raps,0.53,Verb,4,4,1,rap,none,none,9.14,1.00,none,none,8.73, rapscallion,rapscallion,0.04,Noun,11,10,3,rapscallion,16.25,0.67,16.25,0.67,none,none,none, rapscallions,rapscallions,0.02,Noun,12,11,3,rapscallion,none,none,16.25,0.67,none,none,none, rapt,rapt,0.24,Adjective,4,4,1,rapt,14.69,0.68,14.69,0.68,none,none,13.12, raptor,raptor,0.75,Noun,6,5,2,raptor,11.24,0.94,11.24,0.94,none,none,none, raptors,raptors,0.55,Noun,7,6,2,raptor,none,none,11.24,0.94,none,none,none, rapture,rapture,0.86,Noun,7,5,2,rapture,11.60,1.00,11.60,1.00,none,none,none,11.90 raptures,raptures,0.08,Noun,8,6,2,rapture,none,none,11.60,1.00,none,none,none,11.90 rapturous,rapturous,0.06,Adjective,9,7,3,rapturous,13.81,0.89,13.81,0.89,none,none,none, rare,rare,21.31,Adjective,4,3,1,rare,7.45,1.00,7.45,1.00,8.50,8.11,7.56, rarebit,rarebit,Err:512,Err:512,7,6,2,rarebit,12.00,0.33,12.00,0.33,none,none,none, rarefied,rarefied,0.16,Adjective,8,7,3,rarefied,14.19,0.84,14.19,0.84,none,none,none, rarely,rarely,6.71,Adverb,6,5,2,rarely,9.46,1.00,9.46,1.00,none,none,none, rarer,rarer,0.20,Adjective,5,4,2,rare,none,none,7.45,1.00,8.50,8.11,7.56, rarest,rarest,0.67,Adjective,6,6,2,rare,none,none,7.45,1.00,8.50,8.11,7.56, raring,raring,0.39,Verb,6,5,2,raring,12.67,0.67,12.67,0.67,none,none,none, rarity,rarity,0.39,Noun,6,6,3,rarity,10.94,1.00,10.94,1.00,none,10.81,none, rascal,rascal,3.94,Noun,6,6,2,rascal,6.89,1.00,6.89,1.00,6.57,none,none,7.49 rascality,rascality,0.06,Noun,9,9,4,rascality,12.31,0.72,12.31,0.72,none,none,none, rascals,rascals,0.86,Noun,7,7,2,rascal,none,none,6.89,1.00,6.57,none,none,7.49 rash,rash,8.04,Noun,4,3,1,rash,5.78,1.00,5.78,1.00,5.64,none,6.40, rashes,rashes,0.51,Noun,6,5,2,rash,none,none,5.78,1.00,5.64,none,6.40, rashness,rashness,0.06,Noun,8,6,2,rashness,12.33,1.00,12.33,1.00,none,none,none, rasp,rasp,0.10,Noun,4,4,1,rasp,12.65,0.89,12.65,0.89,none,none,10.95, raspberries,raspberries,0.43,Noun,11,8,3,raspberry,none,none,5.33,1.00,none,none,none, raspberry,raspberry,1.88,Noun,9,7,3,raspberry,5.33,1.00,5.33,1.00,none,none,none, raspier,raspier,0.02,Adjective,7,6,3,raspy,none,none,10.89,0.95,none,none,none, rasps,rasps,0.02,Verb,5,5,1,rasp,none,none,12.65,0.89,none,none,10.95, raspy,raspy,0.16,Adjective,5,5,2,raspy,10.89,0.95,10.89,0.95,none,none,none, rat,rat,32.61,Noun,3,3,1,rat,5.11,1.00,5.11,1.00,5.22,none,4.67, ratatouille,ratatouille,0.37,Noun,11,8,4,ratatouille,16.06,0.95,16.06,0.95,none,none,none, ratchet,ratchet,0.75,Noun,7,5,2,ratchet,10.21,1.00,10.21,1.00,none,none,none,11.39 ratchets,ratchets,0.10,Noun,8,6,2,ratchet,none,none,10.21,1.00,none,none,none,11.39 rate,rate,24.92,Noun,4,3,1,rate,8.84,1.00,8.84,1.00,none,9.03,7.49, rated,rated,1.43,Verb,5,5,2,rate,none,none,8.84,1.00,none,9.03,7.49, rates,rates,4.10,Noun,5,4,1,rate,none,none,8.84,1.00,none,9.03,7.49, ratfink,ratfink,0.06,Noun,7,7,2,ratfink,11.00,0.72,11.00,0.72,none,none,none, rather,rather,114.22,Adverb,6,4,2,rather,6.94,1.00,6.94,1.00,none,7.34,none,8.04 ratification,ratification,0.10,Noun,12,11,5,ratification,13.11,0.86,13.11,0.86,none,none,none, ratified,ratified,0.27,Verb,8,7,3,ratify,none,none,12.45,1.00,none,none,none, ratifies,ratifies,0.02,Verb,8,7,3,ratify,none,none,12.45,1.00,none,none,none, ratify,ratify,0.12,Verb,6,6,3,ratify,12.45,1.00,12.45,1.00,none,none,none, rating,rating,2.20,Noun,6,5,2,rating,9.47,1.00,9.47,1.00,none,none,none, ratings,ratings,4.00,Noun,7,6,2,rating,none,none,9.47,1.00,none,none,none, ratio,ratio,3.22,Noun,5,5,3,ratio,10.58,1.00,10.58,1.00,10.41,none,none, ratiocinate,ratiocinate,0.06,Verb,11,10,5,ratiocinate,14.40,0.26,14.40,0.26,none,none,none, ratiocination,ratiocination,0.06,Noun,13,12,6,ratiocination,14.50,0.10,14.50,0.10,none,none,none, ration,ration,1.29,Noun,6,5,2,ration,10.40,0.98,10.40,0.98,none,9.87,none,10.90 rational,rational,5.02,Adjective,8,7,3,rational,10.06,1.00,10.06,1.00,none,none,none, rationale,rationale,0.37,Noun,9,7,3,rationale,12.17,0.90,12.17,0.90,none,none,none, rationalist,rationalist,0.06,Noun,11,10,4,rationalist,14.24,0.94,14.24,0.94,none,none,none, rationalities,rationalities,0.02,Noun,13,11,5,rationality,none,none,11.65,1.00,none,none,none, rationality,rationality,0.20,Noun,11,10,5,rationality,11.65,1.00,11.65,1.00,none,none,none, rationalization,rationalisation,0.29,Noun,15,13,6,rationalization,12.22,1.00,12.22,1.00,none,none,none, rationalizations,rationalisations,0.08,Noun,16,14,6,rationalization,none,none,12.22,1.00,none,none,none, rationalize,rationalise,0.61,Verb,11,9,4,rationalize,11.63,1.00,11.63,1.00,none,none,none, rationalized,rationalised,0.12,Verb,12,10,4,rationalize,none,none,11.63,1.00,none,none,none, rationalizing,rationalising,0.18,Verb,13,11,5,rationalize,none,none,11.63,1.00,none,none,none, rationed,rationed,0.33,Verb,8,6,2,ration,none,none,10.40,0.98,none,9.87,none,10.90 rationing,rationing,0.57,Noun,9,7,3,rationing,11.83,1.00,11.83,1.00,none,none,none, rations,rations,1.86,Noun,7,6,2,ration,none,none,10.40,0.98,none,9.87,none,10.90 ratios,ratios,0.27,Noun,6,6,3,ratio,none,none,10.58,1.00,10.41,none,none, rats,rats,16.63,Noun,4,4,1,rat,none,none,5.11,1.00,5.22,none,4.67, rattail,rattail,0.02,Noun,7,5,2,rattail,9.61,0.95,9.61,0.95,none,none,none, rattan,rattan,0.08,Noun,6,5,2,rattan,13.57,0.70,13.57,0.70,none,none,none, ratted,ratted,1.12,Verb,6,5,2,rat,none,none,5.11,1.00,5.22,none,4.67, ratting,ratting,0.29,Verb,7,5,2,rat,none,none,5.11,1.00,5.22,none,4.67, rattle,rattle,3.37,Verb,6,5,2,rattle,4.50,1.00,4.50,1.00,4.02,5.35,none,5.37 rattlebrained,rattlebrained,0.04,Verb,13,10,3,rattlebrained,11.59,0.89,11.59,0.89,none,none,none, rattled,rattled,1.16,Verb,7,6,2,rattle,none,none,4.50,1.00,4.02,5.35,none,5.37 rattler,rattler,0.49,Noun,7,6,3,rattler,7.06,0.95,7.06,0.95,none,none,none, rattlers,rattlers,0.24,Noun,8,7,3,rattler,none,none,7.06,0.95,none,none,none, rattles,rattles,0.76,Verb,7,6,2,rattle,none,none,4.50,1.00,4.02,5.35,none,5.37 rattlesnake,rattlesnake,1.69,Noun,11,9,3,rattlesnake,6.78,1.00,6.78,1.00,none,none,none, rattlesnakes,rattlesnakes,0.65,Noun,12,10,3,rattlesnake,none,none,6.78,1.00,none,none,none, rattling,rattling,2.82,Verb,8,6,2,rattle,none,none,4.50,1.00,4.02,5.35,none,5.37 rattrap,rattrap,0.33,Noun,7,6,2,rattrap,7.47,1.00,7.47,1.00,none,none,none, rattraps,rattraps,0.04,Noun,8,7,2,rattrap,none,none,7.47,1.00,none,none,none, ratty,ratty,0.71,Adjective,5,4,2,ratty,9.44,0.95,9.44,0.95,none,none,none, raucous,raucous,0.31,Adjective,7,5,2,raucous,14.40,0.83,14.40,0.83,none,none,none, raunchier,raunchier,0.02,Noun,9,7,3,raunchy,none,none,11.42,1.00,none,none,none, raunchiest,raunchiest,0.06,Adjective,10,8,3,raunchy,none,none,11.42,1.00,none,none,none, raunchy,raunchy,0.35,Noun,7,5,2,raunchy,11.42,1.00,11.42,1.00,none,none,none, ravage,ravage,0.53,Verb,6,5,2,ravage,12.53,0.94,12.53,0.94,none,none,none,10.22 ravaged,ravaged,0.86,Verb,7,6,2,ravage,none,none,12.53,0.94,none,none,none,10.22 ravager,ravager,0.04,Noun,7,6,3,ravager,13.67,0.83,13.67,0.83,none,none,none, ravagers,ravagers,0.02,Noun,8,7,3,ravager,none,none,13.67,0.83,none,none,none, ravages,ravages,0.20,Noun,7,7,3,ravage,none,none,12.53,0.94,none,none,none,10.22 ravaging,ravaging,0.18,Verb,8,7,3,ravage,none,none,12.53,0.94,none,none,none,10.22 rave,rave,2.53,Noun,4,3,1,rave,12.33,0.95,12.33,0.95,none,none,10.32, raved,raved,0.12,Verb,5,4,1,rave,none,none,12.33,0.95,none,none,10.32, raven,raven,3.12,Noun,5,5,2,raven,8.56,1.00,8.56,1.00,none,none,none,7.96 ravening,ravening,0.10,Verb,8,7,3,raven,none,none,8.56,1.00,none,none,none,7.96 ravenous,ravenous,0.51,Adjective,8,7,3,ravenous,12.44,0.89,12.44,0.89,none,none,none, ravens,ravens,2.08,Noun,6,6,2,raven,none,none,8.56,1.00,none,none,none,7.96 raves,raves,0.57,Noun,5,4,1,rave,none,none,12.33,0.95,none,none,10.32, ravine,ravine,1.84,Noun,6,5,2,ravine,10.61,0.95,10.61,0.95,none,none,none,11.39 ravines,ravines,0.06,Noun,7,6,2,ravine,none,none,10.61,0.95,none,none,none,11.39 ravioli,ravioli,0.69,Noun,7,7,4,ravioli,6.58,1.00,6.58,1.00,none,none,none, raviolis,raviolis,0.04,Noun,8,8,4,ravioli,none,none,6.58,1.00,none,none,none, ravish,ravish,0.29,Verb,6,5,2,ravish,12.57,0.95,12.57,0.95,none,none,none, ravished,ravished,0.22,Verb,8,6,2,ravish,none,none,12.57,0.95,none,none,none, ravisher,ravisher,0.02,Noun,8,6,3,ravisher,14.10,0.56,14.10,0.56,none,none,none, ravishing,ravishing,1.55,Adjective,9,7,3,ravishing,12.22,1.00,12.22,1.00,none,none,none, raw,raw,10.18,Adjective,3,2,1,raw,7.17,1.00,7.17,1.00,none,none,6.81, rawest,rawest,0.06,Adjective,6,5,2,raw,none,none,7.17,1.00,none,none,6.81, rawhide,rawhide,1.10,Verb,7,5,2,rawhide,9.59,0.94,9.59,0.94,none,none,none, rawness,rawness,0.04,Noun,7,5,2,rawness,8.68,1.00,8.68,1.00,none,none,none, ray,ray,97.37,Name,3,2,1,ray,6.73,1.00,6.73,1.00,none,6.50,6.94, rayon,rayon,0.31,Noun,5,4,2,rayon,13.06,0.81,13.06,0.81,none,none,none, rays,rays,4.33,Noun,4,3,1,ray,none,none,6.73,1.00,none,6.50,6.94, raze,raze,0.16,Verb,4,3,1,raze,11.88,0.84,11.88,0.84,none,none,none, razed,razed,0.12,Verb,5,4,1,raze,none,none,11.88,0.84,none,none,none, razor,razor,6.88,Noun,5,4,2,razor,7.11,1.00,7.11,1.00,none,7.98,none,8.04 razorback,razorback,0.10,Noun,9,7,3,razorback,12.44,0.89,12.44,0.89,none,none,none, razorbacks,razorbacks,0.08,Noun,10,8,3,razorback,none,none,12.44,0.89,none,none,none, razorblade,razor blade,Err:512,Err:512,10,8,3,razorblade,7.59,1.00,7.59,1.00,none,none,none, razors,razors,0.69,Noun,6,5,2,razor,none,none,7.11,1.00,none,7.98,none,8.04 razz,razz,0.16,Verb,4,3,1,razz,11.42,0.67,11.42,0.67,none,none,none, razzes,razzes,0.02,Noun,6,5,2,razz,none,none,11.42,0.67,none,none,none, razzing,razzing,0.12,Verb,7,5,2,razz,none,none,11.42,0.67,none,none,none, razzle,razzle,0.16,Verb,6,5,2,razzle,11.28,0.90,11.28,0.90,none,none,none, reach,reach,56.92,Verb,5,3,1,reach,4.89,1.00,4.89,1.00,5.10,none,5.46, reachable,reachable,0.25,Adjective,9,7,3,reachable,9.16,1.00,9.16,1.00,none,none,none, reached,reached,24.73,Verb,7,4,1,reach,none,none,4.89,1.00,5.10,none,5.46, reaches,reaches,5.24,Verb,7,5,2,reach,none,none,4.89,1.00,5.10,none,5.46, reaching,reaching,8.08,Verb,8,5,2,reach,none,none,4.89,1.00,5.10,none,5.46, reacquaint,reacquaint,0.08,Verb,10,8,3,reacquaint,13.17,0.95,13.17,0.95,none,none,none, reacquainted,reacquainted,0.35,Adjective,12,10,4,reacquainted,10.24,1.00,10.24,1.00,none,none,none, reacquire,reacquire,0.08,Verb,9,7,3,reacquire,13.37,0.95,13.37,0.95,none,none,none, reacquired,reacquired,0.10,Verb,10,8,3,reacquire,none,none,13.37,0.95,none,none,none, reacquisition,reacquisition,0.04,Noun,13,11,5,reacquisition,14.06,0.95,14.06,0.95,none,none,none, react,react,7.55,Verb,5,5,2,react,6.67,1.00,6.67,1.00,none,8.47,none, reactant,reactant,0.04,Adjective,8,8,3,reactant,13.56,0.89,13.56,0.89,none,none,none, reactants,reactants,0.02,Noun,9,9,3,reactant,none,none,13.56,0.89,none,none,none, reacted,reacted,1.73,Verb,7,7,3,react,none,none,6.67,1.00,none,8.47,none, reacting,reacting,1.59,Verb,8,7,3,react,none,none,6.67,1.00,none,8.47,none, reaction,reaction,16.27,Noun,8,7,3,reaction,8.30,1.00,8.30,1.00,none,9.98,none, reactionaries,reactionaries,0.06,Noun,13,11,5,reactionary,none,none,13.24,0.94,none,none,none, reactionary,reactionary,0.33,Adjective,11,10,5,reactionary,13.24,0.94,13.24,0.94,none,none,none, reactions,reactions,2.29,Noun,9,8,3,reaction,none,none,8.30,1.00,none,9.98,none, reactivate,reactivate,0.37,Verb,10,9,4,reactivate,11.36,1.00,11.36,1.00,none,none,none, reactivated,reactivated,0.35,Verb,11,11,5,reactivate,none,none,11.36,1.00,none,none,none, reactivates,reactivates,0.02,Verb,11,10,4,reactivate,none,none,11.36,1.00,none,none,none, reactivation,reactivation,0.02,Noun,12,11,5,reactivation,13.00,1.00,13.00,1.00,none,none,none, reactive,reactive,0.76,Adjective,8,7,3,reactive,10.37,1.00,10.37,1.00,none,none,none, reactor,reactor,4.00,Noun,7,6,3,reactor,12.63,1.00,12.63,1.00,none,none,none, reactors,reactors,1.43,Noun,8,7,3,reactor,none,none,12.63,1.00,none,none,none, reacts,reacts,0.88,Verb,6,6,2,react,none,none,6.67,1.00,none,8.47,none, read,read,241.22,Verb,4,3,1,read,4.11,1.00,4.11,1.00,none,none,none, readable,readable,0.18,Adjective,8,7,3,readable,8.09,0.95,8.09,0.95,none,none,none, readdress,readdress,0.02,Verb,9,7,3,readdress,10.78,0.95,10.78,0.95,none,none,none, reader,reader,5.45,Noun,6,4,2,reader,5.37,1.00,5.37,1.00,none,none,none, readers,readers,3.35,Noun,7,5,2,reader,none,none,5.37,1.00,none,none,none, readership,readership,0.22,Noun,10,7,3,readership,10.60,0.83,10.60,0.83,none,none,none, readied,readied,0.12,Verb,7,5,2,ready,none,none,5.53,1.00,4.93,none,none,5.56 readies,readies,0.02,Noun,7,5,2,ready,none,none,5.53,1.00,4.93,none,none,5.56 readiest,readiest,0.02,Adjective,8,7,3,ready,none,none,5.53,1.00,4.93,none,none,5.56 readiness,readiness,1.18,Noun,9,7,3,readiness,9.67,1.00,9.67,1.00,none,none,none, reading,reading,61.43,Verb,7,5,2,read,none,none,4.11,1.00,none,none,none, readjust,readjust,0.25,Verb,8,7,3,readjust,10.50,0.95,10.50,0.95,none,none,none, readjusted,readjusted,0.14,Verb,10,9,4,readjust,none,none,10.50,0.95,none,none,none, readjusting,readjusting,0.24,Verb,11,9,4,readjust,none,none,10.50,0.95,none,none,none, readjustment,readjustment,0.25,Noun,12,11,4,readjustment,12.67,1.00,12.67,1.00,none,none,none, readjustments,readjustments,0.06,Noun,13,12,4,readjustment,none,none,12.67,1.00,none,none,none, readmit,readmit,0.12,Verb,7,7,3,readmit,11.54,0.68,11.54,0.68,none,none,none, readmitted,readmitted,0.14,Verb,10,9,4,readmit,none,none,11.54,0.68,none,none,none, readout,readout,0.69,Noun,7,5,2,readout,11.07,0.83,11.07,0.83,none,none,none, readouts,readouts,0.20,Noun,8,6,2,readout,none,none,11.07,0.83,none,none,none, reads,reads,8.73,Verb,5,4,1,read,none,none,4.11,1.00,none,none,none, ready,ready,387.80,Adjective,5,4,2,ready,5.53,1.00,5.53,1.00,4.93,none,none,5.56 readying,readying,0.24,Verb,8,6,3,ready,none,none,5.53,1.00,4.93,none,none,5.56 readymade,readymade,0.02,Adjective,9,7,3,readymade,8.89,1.00,8.89,1.00,none,none,none, reaffirm,reaffirm,0.14,Verb,8,6,3,reaffirm,11.89,1.00,11.89,1.00,none,none,none, reaffirmation,reaffirmation,0.04,Noun,13,10,5,reaffirmation,13.30,1.00,13.30,1.00,none,none,none, reaffirmed,reaffirmed,0.10,Verb,10,7,3,reaffirm,none,none,11.89,1.00,none,none,none, reaffirms,reaffirms,0.22,Verb,9,7,3,reaffirm,none,none,11.89,1.00,none,none,none, reagent,reagent,0.24,Noun,7,7,3,reagent,14.00,0.74,14.00,0.74,none,none,none, reagents,reagents,0.04,Noun,8,8,3,reagent,none,none,14.00,0.74,none,none,none, real,real,442.80,Adjective,4,3,1,real,4.95,1.00,4.95,1.00,5.72,none,none, realer,realer,0.14,Adjective,6,4,2,real,none,none,4.95,1.00,5.72,none,none, realest,realest,0.12,Adjective,7,6,2,real,none,none,4.95,1.00,5.72,none,none, realign,realign,0.27,Verb,7,6,3,realign,9.53,0.94,9.53,0.94,none,none,none, realigned,realigned,0.06,Verb,9,7,3,realign,none,none,9.53,0.94,none,none,none, realigning,realigning,0.06,Verb,10,8,4,realign,none,none,9.53,0.94,none,none,none, realignment,realignment,0.04,Noun,11,10,4,realignment,12.35,1.00,12.35,1.00,none,none,none, realigns,realigns,0.02,Verb,8,7,3,realign,none,none,9.53,0.94,none,none,none, realism,realism,0.71,Noun,7,7,3,realism,13.47,0.94,13.47,0.94,none,none,none, realist,realist,0.88,Noun,7,6,2,realist,13.48,1.00,13.48,1.00,none,none,none, realistic,realistic,4.61,Adjective,9,9,4,realistic,8.55,1.00,8.55,1.00,none,none,none, realists,realists,0.06,Noun,8,7,2,realist,none,none,13.48,1.00,none,none,none, realities,realities,1.92,Noun,9,8,4,reality,none,none,10.05,1.00,none,9.28,none, reality,reality,30.25,Noun,7,7,4,reality,10.05,1.00,10.05,1.00,none,9.28,none, realization,realisation,1.06,Noun,11,9,4,realization,11.33,1.00,11.33,1.00,none,none,none, realizations,realisations,0.04,Noun,12,10,4,realization,none,none,11.33,1.00,none,none,none, realize,realise,79.06,Verb,7,5,2,realize,8.23,1.00,8.23,1.00,none,7.24,none, realized,realised,35.96,Verb,8,6,2,realize,none,none,8.23,1.00,none,7.24,none, realizes,realises,2.63,Verb,8,8,4,realize,none,none,8.23,1.00,none,7.24,none, realizing,realising,2.67,Verb,9,7,3,realize,none,none,8.23,1.00,none,7.24,none, reallocation,reallocation,0.08,Noun,12,10,5,reallocation,16.24,0.94,16.24,0.94,none,none,none, really,really,1500.16,Adverb,6,4,2,really,5.94,1.00,5.94,1.00,6.66,none,none,5.37 realm,realm,4.67,Noun,5,4,1,realm,10.78,1.00,10.78,1.00,none,11.02,11.19, realms,realms,0.63,Noun,6,5,1,realm,none,none,10.78,1.00,none,11.02,11.19, realness,realness,0.02,Noun,8,6,2,realness,6.71,0.94,6.71,0.94,none,none,none, realtor,realtor,1.80,Noun,7,6,3,realtor,11.71,1.00,11.71,1.00,none,none,none, realtors,realtors,0.27,Noun,8,7,3,realtor,none,none,11.71,1.00,none,none,none, realty,realty,0.49,Noun,6,6,3,realty,11.40,0.83,11.40,0.83,none,none,none, ream,ream,0.22,Verb,4,3,1,ream,12.71,0.95,12.71,0.95,none,none,11.78, reamed,reamed,0.14,Verb,6,4,1,ream,none,none,12.71,0.95,none,none,11.78, reamer,reamer,0.02,Noun,6,4,2,reamer,13.50,0.80,13.50,0.80,none,none,none, reamers,reamers,0.02,Noun,7,5,2,reamer,none,none,13.50,0.80,none,none,none, reams,reams,0.20,Noun,5,4,1,ream,none,none,12.71,0.95,none,none,11.78, reanimate,reanimate,0.08,Verb,9,8,4,reanimate,12.11,0.95,12.11,0.95,none,none,none, reanimation,reanimation,0.14,Noun,11,10,5,reanimation,12.65,0.85,12.65,0.85,none,none,none, reap,reap,2.59,Verb,4,3,1,reap,9.83,0.95,9.83,0.95,none,none,11.19, reaped,reaped,0.24,Verb,6,4,1,reap,none,none,9.83,0.95,none,none,11.19, reaper,reaper,3.10,Noun,6,4,2,reaper,11.37,1.00,11.37,1.00,none,none,none, reapers,reapers,0.90,Noun,7,5,2,reaper,none,none,11.37,1.00,none,none,none, reaping,reaping,0.39,Verb,7,5,2,reap,none,none,9.83,0.95,none,none,11.19, reappear,reappear,0.33,Verb,8,6,3,reappear,8.65,1.00,8.65,1.00,none,none,none, reappearance,reappearance,0.16,Noun,12,9,4,reappearance,10.11,1.00,10.11,1.00,none,none,none, reappeared,reappeared,0.45,Verb,10,7,3,reappear,none,none,8.65,1.00,none,none,none, reappears,reappears,0.16,Verb,9,7,3,reappear,none,none,8.65,1.00,none,none,none, reapportionment,reapportionment,0.02,Noun,15,13,5,reapportionment,13.67,0.83,13.67,0.83,none,none,none, reappraisal,reappraisal,0.08,Noun,11,9,4,reappraisal,14.10,1.00,14.10,1.00,none,none,none, reappraise,reappraise,0.02,Verb,10,7,3,reappraise,12.76,0.89,12.76,0.89,none,none,none, reaps,reaps,0.08,Verb,5,4,1,reap,none,none,9.83,0.95,none,none,11.19, rear,rear,12.43,Noun,4,3,1,rear,6.89,1.00,6.89,1.00,7.47,8.41,6.74, reared,reared,0.41,Verb,6,4,1,rear,none,none,6.89,1.00,7.47,8.41,6.74, rearguard,rearguard,0.10,Noun,9,7,3,rearguard,13.17,0.63,13.17,0.63,none,none,none, rearing,rearing,0.20,Verb,7,5,2,rear,none,none,6.89,1.00,7.47,8.41,6.74, rearm,rearm,0.16,Verb,5,5,2,rearm,12.53,0.94,12.53,0.94,none,none,none, rearmament,rearmament,0.10,Noun,10,10,4,rearmament,14.50,0.63,14.50,0.63,none,none,none, rearmed,rearmed,0.08,Verb,7,6,2,rearm,none,none,12.53,0.94,none,none,none, rearms,rearms,0.02,Verb,6,6,2,rearm,none,none,12.53,0.94,none,none,none, rearrange,rearrange,1.73,Verb,9,6,3,rearrange,8.11,1.00,8.11,1.00,none,none,none, rearranged,rearranged,0.75,Verb,10,7,3,rearrange,none,none,8.11,1.00,none,none,none, rearrangement,rearrangement,0.06,Noun,13,10,4,rearrangement,9.39,1.00,9.39,1.00,none,none,none, rearranges,rearranges,0.06,Verb,10,9,4,rearrange,none,none,8.11,1.00,none,none,none, rearranging,rearranging,0.65,Verb,11,8,4,rearrange,none,none,8.11,1.00,none,none,none, rears,rears,0.33,Verb,5,4,1,rear,none,none,6.89,1.00,7.47,8.41,6.74, rearward,rearward,0.06,Adjective,8,6,3,rearward,11.22,0.90,11.22,0.90,none,none,none, reason,reason,193.29,Noun,6,5,2,reason,7.84,1.00,7.84,1.00,7.26,7.66,none,6.97 reasonable,reasonable,18.55,Adjective,10,9,4,reasonable,8.32,1.00,8.32,1.00,none,none,none, reasonableness,reasonableness,0.06,Noun,14,12,5,reasonableness,11.59,0.89,11.59,0.89,none,none,none, reasoned,reasoned,0.53,Verb,8,6,2,reason,none,none,7.84,1.00,7.26,7.66,none,6.97 reasoning,reasoning,1.82,Noun,9,7,3,reasoning,10.14,1.00,10.14,1.00,none,none,none, reasons,reasons,32.45,Noun,7,6,2,reason,none,none,7.84,1.00,7.26,7.66,none,6.97 reassemble,reassemble,0.37,Verb,10,9,4,reassemble,9.05,1.00,9.05,1.00,none,none,none, reassembled,reassembled,0.12,Verb,11,10,4,reassemble,none,none,9.05,1.00,none,none,none, reassembling,reassembling,0.08,Verb,12,11,5,reassemble,none,none,9.05,1.00,none,none,none, reassert,reassert,0.04,Verb,8,6,3,reassert,11.68,0.95,11.68,0.95,none,none,none, reasserts,reasserts,0.02,Verb,9,7,3,reassert,none,none,11.68,0.95,none,none,none, reassess,reassess,0.25,Verb,8,6,3,reassess,12.79,0.78,12.79,0.78,none,none,none, reassessment,reassessment,0.02,Noun,12,10,4,reassessment,13.50,1.00,13.50,1.00,none,none,none, reassign,reassign,0.53,Verb,8,6,3,reassign,11.00,1.00,11.00,1.00,none,none,none, reassigned,reassigned,1.41,Verb,10,7,3,reassign,none,none,11.00,1.00,none,none,none, reassigning,reassigning,0.10,Verb,11,8,4,reassign,none,none,11.00,1.00,none,none,none, reassignment,reassignment,0.39,Noun,12,10,4,reassignment,10.44,1.00,10.44,1.00,none,none,none, reassume,reassume,0.04,Verb,8,6,3,reassume,11.44,0.89,11.44,0.89,none,none,none, reassurance,reassurance,0.59,Noun,11,9,4,reassurance,10.68,1.00,10.68,1.00,none,none,none, reassurances,reassurances,0.02,Noun,12,10,5,reassurance,none,none,10.68,1.00,none,none,none, reassure,reassure,0.88,Verb,8,6,3,reassure,9.33,1.00,9.33,1.00,none,none,none, reassured,reassured,0.45,Verb,9,7,3,reassure,none,none,9.33,1.00,none,none,none, reassures,reassures,0.02,Verb,9,7,3,reassure,none,none,9.33,1.00,none,none,none, reattach,reattach,0.33,Verb,8,6,3,reattach,10.10,1.00,10.10,1.00,none,none,none, reattached,reattached,0.12,Verb,10,7,3,reattach,none,none,10.10,1.00,none,none,none, reattachment,reattachment,0.02,Noun,12,10,4,reattachment,10.11,1.00,10.11,1.00,none,none,none, reawaken,reawaken,0.06,Verb,8,8,4,reawaken,9.16,1.00,9.16,1.00,none,none,none, reawakened,reawakened,0.08,Verb,10,9,4,reawaken,none,none,9.16,1.00,none,none,none, reawakens,reawakens,0.02,Verb,9,9,4,reawaken,none,none,9.16,1.00,none,none,none, rebalance,rebalance,0.02,Noun,9,8,3,rebalance,11.11,0.95,11.11,0.95,none,none,none, rebar,rebar,0.02,Noun,5,5,2,rebar,12.00,0.56,12.00,0.56,none,none,none, rebate,rebate,0.31,Noun,6,5,2,rebate,12.21,0.95,12.21,0.95,none,none,none, rebates,rebates,0.08,Noun,7,6,2,rebate,none,none,12.21,0.95,none,none,none, rebel,rebel,5.35,Noun,5,5,2,rebel,9.95,1.00,9.95,1.00,none,9.13,none,9.67 rebelled,rebelled,0.37,Verb,8,6,2,rebel,none,none,9.95,1.00,none,9.13,none,9.67 rebelling,rebelling,0.33,Verb,9,7,3,rebel,none,none,9.95,1.00,none,9.13,none,9.67 rebellion,rebellion,2.55,Noun,9,8,3,rebellion,10.00,1.00,10.00,1.00,none,none,none, rebellions,rebellions,0.20,Noun,10,9,3,rebellion,none,none,10.00,1.00,none,none,none, rebellious,rebellious,0.92,Adjective,10,8,3,rebellious,10.26,1.00,10.26,1.00,none,none,none, rebelliousness,rebelliousness,0.06,Noun,14,11,5,rebelliousness,11.37,1.00,11.37,1.00,none,none,none, rebels,rebels,4.90,Noun,6,6,2,rebel,none,none,9.95,1.00,none,9.13,none,9.67 rebirth,rebirth,1.04,Noun,7,5,2,rebirth,10.00,1.00,10.00,1.00,none,none,none, rebook,rebook,0.02,Noun,6,5,2,rebook,12.45,1.00,12.45,1.00,none,none,none, reboot,reboot,0.59,Verb,6,5,2,reboot,13.56,0.95,13.56,0.95,none,none,none,10.60 rebooting,rebooting,0.06,Verb,9,7,3,reboot,none,none,13.56,0.95,none,none,none,10.60 reborn,reborn,2.61,Verb,6,6,2,reborn,10.39,1.00,10.39,1.00,none,none,none, rebound,rebound,2.78,Noun,7,6,2,rebound,9.39,1.00,9.39,1.00,none,9.24,none, rebounded,rebounded,0.10,Verb,9,8,3,rebound,none,none,9.39,1.00,none,9.24,none, rebounder,rebounder,0.04,Noun,9,7,3,rebounder,12.85,0.95,12.85,0.95,none,none,none, rebounding,rebounding,0.14,Verb,10,8,3,rebound,none,none,9.39,1.00,none,9.24,none, rebounds,rebounds,0.27,Noun,8,7,2,rebound,none,none,9.39,1.00,none,9.24,none, rebroadcast,rebroadcast,0.06,Verb,11,10,3,rebroadcast,10.21,0.95,10.21,0.95,none,none,none, rebuff,rebuff,0.08,Verb,6,5,2,rebuff,13.00,0.95,13.00,0.95,none,none,none, rebuffed,rebuffed,0.10,Verb,8,6,2,rebuff,none,none,13.00,0.95,none,none,none, rebuffs,rebuffs,0.02,Verb,7,6,2,rebuff,none,none,13.00,0.95,none,none,none, rebuild,rebuild,3.37,Verb,7,6,2,rebuild,8.95,1.00,8.95,1.00,none,none,none, rebuilding,rebuilding,1.31,Verb,10,8,3,rebuild,none,none,8.95,1.00,none,none,none, rebuilds,rebuilds,0.10,Verb,8,7,2,rebuild,none,none,8.95,1.00,none,none,none, rebuilt,rebuilt,1.43,Verb,7,6,2,rebuild,none,none,8.95,1.00,none,none,none, rebuke,rebuke,0.29,Verb,6,6,2,rebuke,13.00,1.00,13.00,1.00,10.02,none,none, rebuked,rebuked,0.18,Verb,7,7,2,rebuke,none,none,13.00,1.00,10.02,none,none, reburial,reburial,0.04,Adjective,8,8,4,reburial,14.00,0.90,14.00,0.90,none,none,none, rebury,rebury,0.04,Verb,6,6,3,rebury,9.42,0.67,9.42,0.67,none,none,none, rebut,rebut,0.16,Verb,5,5,2,rebut,12.33,0.83,12.33,0.83,none,none,none, rebuttable,rebuttable,0.02,Adjective,10,9,4,rebuttable,14.47,0.94,14.47,0.94,none,none,none, rebuttal,rebuttal,0.76,Noun,8,7,3,rebuttal,14.44,0.90,14.44,0.90,none,none,none, rebuttals,rebuttals,0.06,Noun,9,8,3,rebuttal,none,none,14.44,0.90,none,none,none, recalcitrance,recalcitrance,0.06,Noun,13,12,4,recalcitrance,15.91,0.58,15.91,0.58,none,none,none, recalcitrant,recalcitrant,0.12,Adjective,12,12,4,recalcitrant,15.00,0.79,15.00,0.79,none,none,none, recalculate,recalculate,0.06,Verb,11,11,4,recalculate,11.53,1.00,11.53,1.00,none,none,none, recalculated,recalculated,0.41,Verb,12,13,5,recalculate,none,none,11.53,1.00,none,none,none, recalibrate,recalibrate,0.16,Verb,11,10,4,recalibrate,14.11,0.95,14.11,0.95,none,none,none, recalibrated,recalibrated,0.08,Verb,12,12,5,recalibrate,none,none,14.11,0.95,none,none,none, recalibration,recalibration,0.04,Noun,13,12,5,recalibration,14.89,1.00,14.89,1.00,none,none,none, recall,recall,19.67,Verb,6,5,2,recall,11.45,1.00,11.45,1.00,none,none,none,9.85 recalled,recalled,1.57,Verb,8,6,2,recall,none,none,11.45,1.00,none,none,none,9.85 recalling,recalling,0.41,Verb,9,7,3,recall,none,none,11.45,1.00,none,none,none,9.85 recalls,recalls,0.51,Verb,7,6,2,recall,none,none,11.45,1.00,none,none,none,9.85 recant,recant,0.53,Verb,6,6,2,recant,13.73,0.83,13.73,0.83,none,none,none,11.80 recanted,recanted,0.18,Verb,8,8,3,recant,none,none,13.73,0.83,none,none,none,11.80 recap,recap,0.86,Verb,5,5,2,recap,9.83,1.00,9.83,1.00,none,none,none,10.60 recapitalize,recapitalize,0.02,Verb,12,11,5,recapitalize,13.56,0.76,13.56,0.76,none,none,none, recapitulate,recapitulate,0.04,Verb,12,11,5,recapitulate,16.67,0.60,16.67,0.60,none,none,none, recapitulation,recapitulation,0.02,Noun,14,13,6,recapitulation,14.33,0.45,14.33,0.45,none,none,none, recapping,recapping,0.10,Verb,9,7,3,recap,none,none,9.83,1.00,none,none,none,10.60 recaps,recaps,0.02,Verb,6,6,2,recap,none,none,9.83,1.00,none,none,none,10.60 recapture,recapture,0.80,Verb,9,7,3,recapture,10.42,1.00,10.42,1.00,none,none,none, recaptured,recaptured,0.27,Verb,10,8,3,recapture,none,none,10.42,1.00,none,none,none, recapturing,recapturing,0.10,Verb,11,9,4,recapture,none,none,10.42,1.00,none,none,none, recast,recast,0.31,Verb,6,6,2,recast,11.95,1.00,11.95,1.00,none,none,none, recasting,recasting,0.08,Verb,9,8,3,recast,none,none,11.95,1.00,none,none,none, recede,recede,0.12,Verb,6,5,2,recede,11.65,1.00,11.65,1.00,none,none,none, receded,receded,0.16,Verb,7,7,3,recede,none,none,11.65,1.00,none,none,none, recedes,recedes,0.12,Verb,7,6,2,recede,none,none,11.65,1.00,none,none,none, receipt,receipt,7.43,Noun,7,5,2,receipt,8.53,1.00,8.53,1.00,none,10.19,none,8.37 receipts,receipts,3.45,Noun,8,6,2,receipt,none,none,8.53,1.00,none,10.19,none,8.37 receivable,receivable,0.16,Adjective,10,9,4,receivable,10.28,1.00,10.28,1.00,none,none,none, receivables,receivables,0.06,Noun,11,10,4,receivable,none,none,10.28,1.00,none,none,none, receive,receive,19.45,Verb,7,5,2,receive,8.11,1.00,8.11,1.00,6.84,none,none,7.65 received,received,28.16,Verb,8,6,2,receive,none,none,8.11,1.00,6.84,none,none,7.65 receiver,receiver,2.96,Noun,8,6,3,receiver,10.17,1.00,10.17,1.00,none,none,none, receivers,receivers,0.55,Noun,9,7,3,receiver,none,none,10.17,1.00,none,none,none, receivership,receivership,0.10,Noun,12,9,4,receivership,14.93,0.79,14.93,0.79,none,none,none, receives,receives,1.55,Verb,8,6,2,receive,none,none,8.11,1.00,6.84,none,none,7.65 receiving,receiving,7.69,Verb,9,7,3,receive,none,none,8.11,1.00,6.84,none,none,7.65 recency,recency,Err:512,Err:512,7,7,3,recency,14.33,0.50,14.33,0.50,none,none,none, recent,recent,13.12,Adjective,6,6,2,recent,8.13,1.00,8.13,1.00,7.88,8.11,none,7.80 receptacle,receptacle,0.43,Noun,10,10,4,receptacle,10.24,0.94,10.24,0.94,none,11.02,none, receptacles,receptacles,0.06,Noun,11,11,4,receptacle,none,none,10.24,0.94,none,11.02,none, reception,reception,11.14,Noun,9,8,3,reception,9.17,1.00,9.17,1.00,none,none,none, receptionist,receptionist,1.90,Noun,12,11,4,receptionist,9.95,1.00,9.95,1.00,9.86,none,none, receptionists,receptionists,0.16,Noun,13,12,4,receptionist,none,none,9.95,1.00,9.86,none,none, receptions,receptions,0.24,Noun,10,9,3,reception,none,none,9.17,1.00,none,none,none, receptive,receptive,1.18,Adjective,9,8,3,receptive,12.26,1.00,12.26,1.00,none,none,none, receptivity,receptivity,0.02,Noun,11,11,5,receptivity,12.18,0.94,12.18,0.94,none,none,none, receptor,receptor,1.02,Noun,8,7,3,receptor,12.30,1.00,12.30,1.00,none,none,none, receptors,receptors,0.59,Noun,9,8,3,receptor,none,none,12.30,1.00,none,none,none, recertification,recertification,0.02,Noun,15,13,6,recertification,13.67,0.95,13.67,0.95,none,none,none, recess,recess,3.49,Noun,6,5,2,recess,6.33,1.00,6.33,1.00,none,none,none,5.25 recessed,recessed,0.31,Verb,8,6,2,recess,none,none,6.33,1.00,none,none,none,5.25 recesses,recesses,0.33,Noun,8,7,3,recess,none,none,6.33,1.00,none,none,none,5.25 recession,recession,0.45,Noun,9,7,3,recession,13.74,1.00,13.74,1.00,none,none,none, recessionary,recessionary,0.02,Adjective,12,10,5,recessionary,15.31,0.72,15.31,0.72,none,none,none, recessive,recessive,0.08,Adjective,9,7,3,recessive,13.06,0.89,13.06,0.89,none,none,none, recharge,recharge,1.18,Verb,8,6,2,recharge,8.61,1.00,8.61,1.00,none,none,none, recharged,recharged,0.08,Verb,9,7,2,recharge,none,none,8.61,1.00,none,none,none, recharger,recharger,0.04,Noun,9,7,3,recharger,10.83,1.00,10.83,1.00,none,none,none, recharges,recharges,0.08,Verb,9,8,3,recharge,none,none,8.61,1.00,none,none,none, recharging,recharging,0.12,Verb,10,8,3,recharge,none,none,8.61,1.00,none,none,none, recheck,recheck,0.53,Verb,7,5,2,recheck,9.85,0.95,9.85,0.95,none,none,none, rechecked,rechecked,0.25,Verb,9,6,2,recheck,none,none,9.85,0.95,none,none,none, rechecking,rechecking,0.12,Verb,10,7,3,recheck,none,none,9.85,0.95,none,none,none, rechecks,rechecks,0.02,Verb,8,6,2,recheck,none,none,9.85,0.95,none,none,none, rechristen,rechristen,0.02,Verb,10,8,3,rechristen,12.24,0.89,12.24,0.89,none,none,none, recidivism,recidivism,0.18,Noun,10,11,5,recidivism,15.80,0.56,15.80,0.56,none,none,none, recidivist,recidivist,0.04,Noun,10,10,4,recidivist,16.60,0.50,16.60,0.50,none,none,none, recidivists,recidivists,0.02,Noun,11,11,4,recidivist,none,none,16.60,0.50,none,none,none, recipe,recipe,7.61,Noun,6,6,3,recipe,6.95,1.00,6.95,1.00,none,none,none, recipes,recipes,2.24,Noun,7,7,3,recipe,none,none,6.95,1.00,none,none,none, recipient,recipient,1.16,Noun,9,9,4,recipient,7.89,1.00,7.89,1.00,none,none,none, recipients,recipients,0.27,Noun,10,10,4,recipient,none,none,7.89,1.00,none,none,none, reciprocal,reciprocal,0.45,Adjective,10,10,4,reciprocal,11.80,1.00,11.80,1.00,none,12.81,none, reciprocate,reciprocate,0.51,Verb,11,10,4,reciprocate,13.00,0.89,13.00,0.89,none,none,none, reciprocated,reciprocated,0.12,Verb,12,12,5,reciprocate,none,none,13.00,0.89,none,none,none, reciprocation,reciprocation,0.10,Noun,13,12,5,reciprocation,12.65,1.00,12.65,1.00,none,none,none, reciprocity,reciprocity,0.18,Noun,11,11,5,reciprocity,14.83,0.95,14.83,0.95,none,none,none, recirculation,recirculation,0.02,Noun,13,12,5,recirculation,12.17,0.95,12.17,0.95,none,none,none, recital,recital,2.94,Noun,7,7,3,recital,6.95,1.00,6.95,1.00,none,none,none, recitals,recitals,0.22,Noun,8,8,3,recital,none,none,6.95,1.00,none,none,none, recitation,recitation,0.47,Noun,10,9,4,recitation,13.56,1.00,13.56,1.00,none,none,none, recitations,recitations,0.12,Noun,11,10,4,recitation,none,none,13.56,1.00,none,none,none, recite,recite,3.00,Verb,6,5,2,recite,8.16,1.00,8.16,1.00,none,none,none, recited,recited,0.33,Verb,7,7,3,recite,none,none,8.16,1.00,none,none,none, recites,recites,0.25,Verb,7,6,2,recite,none,none,8.16,1.00,none,none,none, reciting,reciting,0.59,Verb,8,7,3,recite,none,none,8.16,1.00,none,none,none, reckless,reckless,4.92,Adjective,8,6,2,reckless,9.06,1.00,9.06,1.00,none,none,none, recklessness,recklessness,0.29,Noun,12,9,3,recklessness,10.68,1.00,10.68,1.00,none,none,none, reckon,reckon,11.69,Verb,6,5,2,reckon,8.84,1.00,8.84,1.00,8.33,none,none,10.22 reckoned,reckoned,0.75,Verb,8,6,2,reckon,none,none,8.84,1.00,8.33,none,none,10.22 reckoning,reckoning,1.08,Noun,9,7,3,reckoning,12.89,1.00,12.89,1.00,none,10.34,none, reckons,reckons,0.55,Verb,7,6,2,reckon,none,none,8.84,1.00,8.33,none,none,10.22 reclaim,reclaim,1.39,Verb,7,6,2,reclaim,10.61,1.00,10.61,1.00,none,none,none, reclaimed,reclaimed,0.25,Verb,9,7,2,reclaim,none,none,10.61,1.00,none,none,none, reclaiming,reclaiming,0.24,Verb,10,8,3,reclaim,none,none,10.61,1.00,none,none,none, reclaims,reclaims,0.06,Verb,8,7,2,reclaim,none,none,10.61,1.00,none,none,none, reclamation,reclamation,0.37,Noun,11,10,4,reclamation,13.37,1.00,13.37,1.00,none,none,none, recline,recline,0.16,Verb,7,6,2,recline,8.53,1.00,8.53,1.00,none,none,none, reclined,reclined,0.10,Verb,8,7,2,recline,none,none,8.53,1.00,none,none,none, recliner,recliner,0.18,Noun,8,7,3,recliner,6.11,1.00,6.11,1.00,none,none,none, recliners,recliners,0.04,Noun,9,8,3,recliner,none,none,6.11,1.00,none,none,none, reclines,reclines,0.06,Verb,8,7,2,recline,none,none,8.53,1.00,none,none,none, reclining,reclining,0.43,Adjective,9,8,3,reclining,8.79,1.00,8.79,1.00,none,none,none, recluse,recluse,0.67,Noun,7,6,2,recluse,11.28,1.00,11.28,1.00,none,none,none,11.90 recluses,recluses,0.02,Noun,8,8,3,recluse,none,none,11.28,1.00,none,none,none,11.90 reclusive,reclusive,0.31,Adjective,9,8,3,reclusive,13.06,0.89,13.06,0.89,none,none,none, recognition,recognition,4.57,Noun,11,10,4,recognition,9.50,0.95,9.50,0.95,none,none,none, recognizable,recognisable,0.61,Adjective,12,12,5,recognizable,8.58,1.00,8.58,1.00,none,none,none, recognizance,recognisance,0.35,Noun,12,10,4,recognizance,13.73,0.61,13.73,0.61,none,none,none, recognize,recognise,34.31,Verb,9,8,3,recognize,8.89,1.00,8.89,1.00,none,none,none, recognized,recognised,8.98,Verb,10,9,3,recognize,none,none,8.89,1.00,none,none,none, recognizes,recognises,2.00,Verb,10,10,4,recognize,none,none,8.89,1.00,none,none,none, recognizing,recognising,0.80,Verb,11,10,4,recognize,none,none,8.89,1.00,none,none,none, recoil,recoil,0.43,Noun,6,5,2,recoil,10.74,1.00,10.74,1.00,none,none,none, recoiled,recoiled,0.06,Verb,8,6,2,recoil,none,none,10.74,1.00,none,none,none, recoilless,recoilless,0.12,Adjective,10,7,3,recoilless,13.33,0.63,13.33,0.63,none,none,none, recoils,recoils,0.10,Verb,7,6,2,recoil,none,none,10.74,1.00,none,none,none, recollect,recollect,1.06,Verb,9,8,3,recollect,9.67,1.00,9.67,1.00,none,none,none, recollection,recollection,1.57,Noun,12,10,4,recollection,10.61,1.00,10.61,1.00,none,10.49,none, recollections,recollections,0.35,Noun,13,11,4,recollection,none,none,10.61,1.00,none,10.49,none, recollects,recollects,0.08,Verb,10,9,3,recollect,none,none,9.67,1.00,none,none,none, recombinant,recombinant,0.12,Adjective,11,11,4,recombinant,16.06,0.86,16.06,0.86,none,none,none, recombination,recombination,0.02,Noun,13,12,5,recombination,12.50,0.89,12.50,0.89,none,none,none, recombine,recombine,0.04,Verb,9,8,3,recombine,13.12,0.94,13.12,0.94,none,none,none, recommence,recommence,0.04,Verb,10,8,3,recommence,13.58,0.60,13.58,0.60,none,none,none, recommend,recommend,14.00,Verb,9,8,3,recommend,9.11,1.00,9.11,1.00,9.21,none,none, recommendation,recommendation,5.06,Noun,14,12,5,recommendation,10.86,1.00,10.86,1.00,none,none,none, recommendations,recommendations,1.55,Noun,15,13,5,recommendation,none,none,10.86,1.00,none,none,none, recommended,recommended,5.33,Verb,11,10,4,recommend,none,none,9.11,1.00,9.21,none,none, recommending,recommending,1.59,Verb,12,10,4,recommend,none,none,9.11,1.00,9.21,none,none, recommends,recommends,0.55,Verb,10,9,3,recommend,none,none,9.11,1.00,9.21,none,none, recommit,recommit,0.08,Verb,8,7,3,recommit,12.61,1.00,12.61,1.00,none,none,none, recommitted,recommitted,0.08,Verb,11,9,4,recommit,none,none,12.61,1.00,none,none,none, recompense,recompense,0.25,Noun,10,9,3,recompense,13.35,0.89,13.35,0.89,none,none,none, recompression,recompression,0.06,Noun,13,11,4,recompression,12.69,0.80,12.69,0.80,none,none,none, recon,recon,2.92,Noun,5,5,2,recon,13.89,0.90,13.89,0.90,none,none,none, reconcile,reconcile,1.14,Verb,9,8,3,reconcile,10.47,1.00,10.47,1.00,none,none,none, reconciled,reconciled,0.67,Verb,10,9,3,reconcile,none,none,10.47,1.00,none,none,none, reconcilement,reconcilement,0.02,Noun,13,12,4,reconcilement,12.25,0.84,12.25,0.84,none,none,none, reconciles,reconciles,0.04,Verb,10,9,3,reconcile,none,none,10.47,1.00,none,none,none, reconciliation,reconciliation,1.02,Noun,14,13,6,reconciliation,10.82,0.94,10.82,0.94,none,none,none, reconciliatory,reconciliatory,0.02,Adjective,14,14,7,reconciliatory,14.94,0.85,14.94,0.85,none,none,none, reconciling,reconciling,0.16,Verb,11,10,4,reconcile,none,none,10.47,1.00,none,none,none, recondition,recondition,0.02,Noun,11,10,4,recondition,11.74,1.00,11.74,1.00,none,none,none, reconditioning,reconditioning,0.14,Verb,14,12,5,recondition,none,none,11.74,1.00,none,none,none, reconfiguration,reconfiguration,0.10,Noun,15,14,6,reconfiguration,13.74,1.00,13.74,1.00,none,none,none, reconfigure,reconfigure,0.51,Verb,11,10,4,reconfigure,12.78,0.95,12.78,0.95,none,none,none, reconfigured,reconfigured,0.18,Verb,12,11,4,reconfigure,none,none,12.78,0.95,none,none,none, reconfigures,reconfigures,0.04,Verb,12,11,4,reconfigure,none,none,12.78,0.95,none,none,none, reconfiguring,reconfiguring,0.08,Verb,13,12,5,reconfigure,none,none,12.78,0.95,none,none,none, reconfirm,reconfirm,0.10,Verb,9,8,3,reconfirm,12.28,1.00,12.28,1.00,none,none,none, reconfirmed,reconfirmed,0.06,Verb,11,9,3,reconfirm,none,none,12.28,1.00,none,none,none, reconnaissance,reconnaissance,1.73,Noun,14,10,4,reconnaissance,12.78,0.90,12.78,0.90,none,none,none, reconnect,reconnect,1.04,Verb,9,8,3,reconnect,8.89,1.00,8.89,1.00,none,none,none, reconnected,reconnected,0.25,Verb,11,10,4,reconnect,none,none,8.89,1.00,none,none,none, reconnecting,reconnecting,0.18,Verb,12,10,4,reconnect,none,none,8.89,1.00,none,none,none, reconnection,reconnection,0.02,Noun,12,10,4,reconnection,9.83,1.00,9.83,1.00,none,none,none, reconnoiter,reconnoitre,0.24,Noun,11,8,4,reconnoiter,11.67,0.50,11.67,0.50,none,none,none, reconnoitered,reconnoitred,0.02,Verb,13,10,4,reconnoiter,none,none,11.67,0.50,none,none,none, reconsider,reconsider,5.02,Verb,10,9,4,reconsider,9.68,1.00,9.68,1.00,none,none,none, reconsideration,reconsideration,0.08,Noun,15,13,6,reconsideration,12.00,1.00,12.00,1.00,none,none,none, reconsidered,reconsidered,0.47,Verb,12,10,4,reconsider,none,none,9.68,1.00,none,none,none, reconsidering,reconsidering,0.31,Verb,13,11,5,reconsider,none,none,9.68,1.00,none,none,none, reconsiders,reconsiders,0.02,Verb,11,10,4,reconsider,none,none,9.68,1.00,none,none,none, reconstitute,reconstitute,0.14,Verb,12,11,4,reconstitute,14.10,1.00,14.10,1.00,none,none,none, reconstituted,reconstituted,0.14,Verb,13,13,5,reconstitute,none,none,14.10,1.00,none,none,none, reconstitutes,reconstitutes,0.02,Verb,13,12,4,reconstitute,none,none,14.10,1.00,none,none,none, reconstitution,reconstitution,0.02,Noun,14,13,5,reconstitution,13.17,1.00,13.17,1.00,none,none,none, reconstruct,reconstruct,1.14,Verb,11,11,3,reconstruct,10.63,1.00,10.63,1.00,none,none,none, reconstructed,reconstructed,0.41,Verb,13,13,4,reconstruct,none,none,10.63,1.00,none,none,none, reconstructing,reconstructing,0.12,Verb,14,13,4,reconstruct,none,none,10.63,1.00,none,none,none, reconstruction,reconstruction,1.61,Noun,14,13,4,reconstruction,11.95,1.00,11.95,1.00,none,none,none, reconstructions,reconstructions,0.04,Noun,15,14,4,reconstruction,none,none,11.95,1.00,none,none,none, reconstructive,reconstructive,0.47,Adjective,14,13,4,reconstructive,10.70,1.00,10.70,1.00,none,none,none, reconvene,reconvene,0.61,Verb,9,8,3,reconvene,13.00,0.83,13.00,0.83,none,none,none, reconvenes,reconvenes,0.06,Verb,10,9,3,reconvene,none,none,13.00,0.83,none,none,none, reconversion,reconversion,0.04,Noun,12,10,4,reconversion,13.17,0.95,13.17,0.95,none,none,none, reconvict,reconvict,0.02,Noun,9,9,3,reconvict,12.82,0.94,12.82,0.94,none,none,none, record,record,85.59,Noun,6,6,2,record,6.30,1.00,6.30,1.00,9.25,6.54,none,7.88 recordable,recordable,0.04,Adjective,10,10,4,recordable,10.53,1.00,10.53,1.00,none,none,none, recorded,recorded,8.41,Verb,8,8,3,record,none,none,6.30,1.00,9.25,6.54,none,7.88 recorder,recorder,4.94,Noun,8,7,3,recorder,8.37,1.00,8.37,1.00,none,none,none, recorders,recorders,0.63,Noun,9,8,3,recorder,none,none,8.37,1.00,none,none,none, recording,recording,14.67,Noun,9,8,3,recording,7.00,1.00,7.00,1.00,none,none,none, recordings,recordings,1.75,Noun,10,9,3,recording,none,none,7.00,1.00,none,none,none, recordplayer,record player,Err:512,Err:512,12,10,4,recordplayer,6.37,1.00,6.37,1.00,none,none,none, records,records,40.51,Noun,7,7,2,record,none,none,6.30,1.00,9.25,6.54,none,7.88 recount,recount,0.73,Verb,7,6,2,recount,8.84,0.95,8.84,0.95,none,none,none, recounted,recounted,0.06,Verb,9,8,3,recount,none,none,8.84,0.95,none,none,none, recounting,recounting,0.14,Verb,10,8,3,recount,none,none,8.84,0.95,none,none,none, recounts,recounts,1.06,Verb,8,7,2,recount,none,none,8.84,0.95,none,none,none, recoup,recoup,0.24,Verb,6,5,2,recoup,12.74,1.00,12.74,1.00,none,none,none, recourse,recourse,0.75,Noun,8,6,2,recourse,13.35,0.94,13.35,0.94,none,none,none,13.18 recourses,recourses,0.02,Noun,9,8,3,recourse,none,none,13.35,0.94,none,none,none,13.18 recover,recover,8.02,Verb,7,6,3,recover,7.56,1.00,7.56,1.00,7.88,none,none, recoverable,recoverable,0.10,Adjective,11,10,5,recoverable,12.21,1.00,12.21,1.00,none,none,none, recovered,recovered,8.78,Verb,9,7,3,recover,none,none,7.56,1.00,7.88,none,none, recoveries,recoveries,0.06,Noun,10,8,4,recovery,none,none,8.05,1.00,none,none,none, recovering,recovering,3.04,Verb,10,8,4,recover,none,none,7.56,1.00,7.88,none,none, recovers,recovers,0.55,Verb,8,7,3,recover,none,none,7.56,1.00,7.88,none,none, recovery,recovery,9.10,Noun,8,7,3,recovery,8.05,1.00,8.05,1.00,none,none,none, recreant,recreant,Err:512,Err:512,8,8,3,recreant,12.91,0.52,12.91,0.52,none,12.81,none, recreate,recreate,1.04,Verb,8,7,3,recreate,9.21,1.00,9.21,1.00,none,none,none, recreated,recreated,0.47,Verb,9,9,4,recreate,none,none,9.21,1.00,none,none,none, recreates,recreates,0.08,Verb,9,8,3,recreate,none,none,9.21,1.00,none,none,none, recreating,recreating,0.37,Verb,10,9,4,recreate,none,none,9.21,1.00,none,none,none, recreation,recreation,1.86,Noun,10,9,4,recreation,8.83,1.00,8.83,1.00,none,none,none, recreational,recreational,1.04,Adjective,12,11,5,recreational,8.89,1.00,8.89,1.00,none,none,none, recreations,recreations,0.08,Noun,11,10,4,recreation,none,none,8.83,1.00,none,none,none, recriminate,recriminate,0.04,Verb,11,10,4,recriminate,14.89,0.73,14.89,0.73,none,none,none, recrimination,recrimination,0.14,Noun,13,12,5,recrimination,14.47,0.75,14.47,0.75,none,none,none, recriminations,recriminations,0.14,Noun,14,13,5,recrimination,none,none,14.47,0.75,none,none,none, recruit,recruit,3.69,Verb,7,6,2,recruit,10.68,1.00,10.68,1.00,none,none,none,10.70 recruited,recruited,2.73,Verb,9,8,3,recruit,none,none,10.68,1.00,none,none,none,10.70 recruitment,recruitment,0.82,Noun,11,10,3,recruitment,10.50,1.00,10.50,1.00,none,none,none, recruits,recruits,1.61,Noun,8,7,2,recruit,none,none,10.68,1.00,none,none,none,10.70 rectal,rectal,0.90,Adjective,6,6,2,rectal,13.06,0.94,13.06,0.94,none,none,none, rectangle,rectangle,0.22,Noun,9,9,3,rectangle,5.00,1.00,5.00,1.00,none,none,none, rectangles,rectangles,0.08,Noun,10,10,3,rectangle,none,none,5.00,1.00,none,none,none, rectangular,rectangular,0.43,Adjective,11,11,4,rectangular,5.42,1.00,5.42,1.00,none,none,none, rectification,rectification,0.02,Noun,13,12,5,rectification,14.80,0.83,14.80,0.83,none,none,none, rectified,rectified,0.31,Verb,9,8,3,rectify,none,none,15.89,1.00,none,none,none, rectify,rectify,0.82,Verb,7,7,3,rectify,15.89,1.00,15.89,1.00,none,none,none, rectifying,rectifying,0.08,Verb,10,9,4,rectify,none,none,15.89,1.00,none,none,none, rectitude,rectitude,0.16,Noun,9,8,3,rectitude,13.00,0.44,13.00,0.44,none,none,none, rector,rector,0.35,Noun,6,5,2,rector,13.17,0.67,13.17,0.67,none,11.02,none, rectory,rectory,0.53,Noun,7,6,3,rectory,14.31,0.84,14.31,0.84,none,none,none, rectum,rectum,0.49,Noun,6,6,2,rectum,9.84,1.00,9.84,1.00,none,none,none, rectums,rectums,0.04,Noun,7,7,2,rectum,none,none,9.84,1.00,none,none,none, rectus,rectus,0.10,Noun,6,6,2,rectus,13.21,0.78,13.21,0.78,none,none,none, recumbent,recumbent,0.02,Adjective,9,9,3,recumbent,13.93,0.74,13.93,0.74,none,none,none, recuperate,recuperate,0.35,Verb,10,8,4,recuperate,11.74,1.00,11.74,1.00,none,none,none, recuperated,recuperated,0.12,Verb,11,10,5,recuperate,none,none,11.74,1.00,none,none,none, recuperates,recuperates,0.02,Verb,11,9,4,recuperate,none,none,11.74,1.00,none,none,none, recuperating,recuperating,0.47,Verb,12,10,5,recuperate,none,none,11.74,1.00,none,none,none, recuperation,recuperation,0.08,Noun,12,10,5,recuperation,11.53,1.00,11.53,1.00,none,none,none, recuperative,recuperative,0.10,Adjective,12,10,5,recuperative,14.28,1.00,14.28,1.00,none,none,none, recur,recur,0.04,Verb,5,4,2,recur,11.17,1.00,11.17,1.00,none,none,none, recurrence,recurrence,0.29,Noun,10,7,3,recurrence,11.79,1.00,11.79,1.00,none,none,none, recurrences,recurrences,0.02,Noun,11,9,4,recurrence,none,none,11.79,1.00,none,none,none, recurrent,recurrent,0.25,Adjective,9,7,3,recurrent,10.84,1.00,10.84,1.00,none,none,none, recurring,recurring,1.16,Adjective,9,6,3,recurring,9.89,1.00,9.89,1.00,none,none,none, recurs,recurs,0.04,Verb,6,5,2,recur,none,none,11.17,1.00,none,none,none, recursive,recursive,0.06,Adjective,9,7,3,recursive,13.00,0.63,13.00,0.63,none,none,none, recyclable,recyclable,0.10,Adjective,10,10,4,recyclable,9.11,1.00,9.11,1.00,none,none,none, recyclables,recyclables,0.10,Noun,11,11,4,recyclable,none,none,9.11,1.00,none,none,none, recycle,recycle,0.86,Verb,7,7,3,recycle,10.61,1.00,10.61,1.00,none,none,none, recycled,recycled,0.84,Adjective,8,8,3,recycled,8.32,1.00,8.32,1.00,none,none,none, recycles,recycles,0.20,Verb,8,8,3,recycle,none,none,10.61,1.00,none,none,none, recycling,recycling,1.57,Noun,9,9,4,recycling,10.53,1.00,10.53,1.00,none,none,none, red,red,148.06,Adjective,3,3,1,red,3.68,1.00,3.68,1.00,4.26,none,2.86, redbird,redbird,0.04,Noun,7,6,2,redbird,7.94,0.89,7.94,0.89,none,none,none, redbirds,redbirds,0.04,Noun,8,7,2,redbird,none,none,7.94,0.89,none,none,none, redbone,redbone,0.02,Noun,7,6,2,redbone,12.89,0.47,12.89,0.47,none,none,none, redbones,redbones,0.06,Noun,8,7,2,redbone,none,none,12.89,0.47,none,none,none, redbreast,redbreast,0.12,Noun,9,8,2,redbreast,8.69,0.68,8.69,0.68,none,none,none, redcap,redcap,0.10,Noun,6,6,2,redcap,14.00,0.44,14.00,0.44,none,none,none, redcoat,redcoat,0.08,Noun,7,6,2,redcoat,9.78,0.95,9.78,0.95,none,none,none, redcoats,redcoats,0.37,Noun,8,7,2,redcoat,none,none,9.78,0.95,none,none,none, redden,redden,0.04,Verb,6,5,2,redden,9.21,0.74,9.21,0.74,none,none,none, reddens,reddens,0.02,Verb,7,6,2,redden,none,none,9.21,0.74,none,none,none, redder,redder,0.25,Adjective,6,4,2,red,none,none,3.68,1.00,4.26,none,2.86, reddest,reddest,0.16,Adjective,7,6,2,red,none,none,3.68,1.00,4.26,none,2.86, reddish,reddish,0.20,Adjective,7,5,2,reddish,6.17,0.95,6.17,0.95,none,none,none, redecorate,redecorate,1.02,Verb,10,8,4,redecorate,9.74,1.00,9.74,1.00,none,none,none, redecorated,redecorated,0.35,Verb,11,10,5,redecorate,none,none,9.74,1.00,none,none,none, redecorating,redecorating,0.73,Verb,12,10,5,redecorate,none,none,9.74,1.00,none,none,none, redecoration,redecoration,0.12,Noun,12,10,5,redecoration,10.06,0.94,10.06,0.94,none,none,none, rededicate,rededicate,0.16,Verb,10,9,4,rededicate,11.86,0.78,11.86,0.78,none,none,none, rededication,rededication,0.10,Noun,12,11,5,rededication,15.36,0.78,15.36,0.78,none,none,none, redeem,redeem,1.63,Verb,6,5,2,redeem,9.28,1.00,9.28,1.00,10.46,none,none,10.41 redeemable,redeemable,0.10,Adjective,10,9,4,redeemable,10.39,1.00,10.39,1.00,none,none,none, redeemed,redeemed,0.63,Verb,8,6,2,redeem,none,none,9.28,1.00,10.46,none,none,10.41 redeemer,redeemer,0.37,Noun,8,6,3,redeemer,11.22,0.95,11.22,0.95,none,10.45,none, redeemers,redeemers,0.02,Noun,9,7,3,redeemer,none,none,11.22,0.95,none,10.45,none, redeems,redeems,0.02,Verb,7,6,2,redeem,none,none,9.28,1.00,10.46,none,none,10.41 redefine,redefine,0.29,Verb,8,7,3,redefine,10.16,1.00,10.16,1.00,none,none,none, redefined,redefined,0.16,Verb,9,8,3,redefine,none,none,10.16,1.00,none,none,none, redefines,redefines,0.04,Verb,9,8,3,redefine,none,none,10.16,1.00,none,none,none, redefining,redefining,0.10,Verb,10,9,4,redefine,none,none,10.16,1.00,none,none,none, redefinition,redefinition,0.04,Noun,12,11,5,redefinition,12.39,0.95,12.39,0.95,none,none,none, redemption,redemption,2.20,Noun,10,9,3,redemption,10.89,1.00,10.89,1.00,none,none,none, redeploy,redeploy,0.24,Verb,8,7,3,redeploy,13.25,0.80,13.25,0.80,none,none,none, redeployed,redeployed,0.10,Verb,10,8,3,redeploy,none,none,13.25,0.80,none,none,none, redeployment,redeployment,0.10,Noun,12,11,4,redeployment,15.38,0.89,15.38,0.89,none,none,none, redesign,redesign,0.47,Verb,8,7,3,redesign,9.56,0.95,9.56,0.95,none,none,none, redesigned,redesigned,0.29,Verb,10,8,3,redesign,none,none,9.56,0.95,none,none,none, redesigning,redesigning,0.16,Verb,11,9,4,redesign,none,none,9.56,0.95,none,none,none, redevelop,redevelop,0.06,Verb,9,9,4,redevelop,12.11,1.00,12.11,1.00,none,none,none, redevelopment,redevelopment,0.25,Noun,13,13,5,redevelopment,13.11,1.00,13.11,1.00,none,none,none, redeye,redeye,0.20,Noun,6,4,2,redeye,10.38,1.00,10.38,1.00,none,none,none, redhead,redhead,3.65,Noun,7,6,2,redhead,5.79,1.00,5.79,1.00,none,none,none, redheaded,redheaded,0.88,Adjective,9,8,3,redheaded,6.47,1.00,6.47,1.00,none,none,none, redheads,redheads,0.55,Noun,8,7,2,redhead,none,none,5.79,1.00,none,none,none, redial,redial,0.25,Adjective,6,6,3,redial,9.42,1.00,9.42,1.00,none,none,none, redid,redid,0.47,Noun,5,5,2,redo,none,none,7.94,1.00,none,none,none, redirect,redirect,0.94,Verb,8,7,3,redirect,10.95,1.00,10.95,1.00,none,none,none, redirected,redirected,0.24,Verb,10,9,4,redirect,none,none,10.95,1.00,none,none,none, redirecting,redirecting,0.20,Verb,11,9,4,redirect,none,none,10.95,1.00,none,none,none, rediscover,rediscover,0.22,Verb,10,9,4,rediscover,11.25,1.00,11.25,1.00,none,none,none, rediscovered,rediscovered,0.22,Verb,12,10,4,rediscover,none,none,11.25,1.00,none,none,none, rediscovering,rediscovering,0.06,Verb,13,11,5,rediscover,none,none,11.25,1.00,none,none,none, rediscovery,rediscovery,0.02,Noun,11,10,4,rediscovery,9.72,0.95,9.72,0.95,none,none,none, redistribute,redistribute,0.16,Verb,12,12,4,redistribute,11.00,1.00,11.00,1.00,none,none,none, redistributed,redistributed,0.06,Verb,13,14,5,redistribute,none,none,11.00,1.00,none,none,none, redistribution,redistribution,0.20,Noun,14,14,5,redistribution,12.47,1.00,12.47,1.00,none,none,none, redistrict,redistrict,Err:512,Err:512,10,10,3,redistrict,14.31,0.80,14.31,0.80,none,none,none, redistricting,redistricting,0.08,Verb,13,12,4,redistrict,none,none,14.31,0.80,none,none,none, redline,redline,0.14,Verb,7,6,2,redline,11.57,0.78,11.57,0.78,none,none,none, redlines,redlines,0.02,Verb,8,7,2,redline,none,none,11.57,0.78,none,none,none, redneck,redneck,1.76,Noun,7,6,2,redneck,8.61,1.00,8.61,1.00,none,none,none, rednecks,rednecks,0.45,Noun,8,7,2,redneck,none,none,8.61,1.00,none,none,none, redness,redness,0.20,Noun,7,6,2,redness,6.17,1.00,6.17,1.00,none,none,none, redo,redo,1.59,Noun,4,4,2,redo,7.94,1.00,7.94,1.00,none,none,none, redoing,redoing,0.57,Verb,7,6,3,redo,none,none,7.94,1.00,none,none,none, redone,redone,0.45,Noun,6,5,2,redo,none,none,7.94,1.00,none,none,none, redouble,redouble,0.22,Verb,8,7,3,redouble,10.12,0.89,10.12,0.89,none,none,none, redoubled,redoubled,0.14,Verb,9,8,3,redouble,none,none,10.12,0.89,none,none,none, redoubt,redoubt,0.18,Noun,7,5,2,redoubt,12.60,0.79,12.60,0.79,none,none,none, redoubtable,redoubtable,0.12,Adjective,11,9,4,redoubtable,15.62,0.65,15.62,0.65,none,none,none, redraft,redraft,0.06,Verb,7,7,2,redraft,12.54,0.72,12.54,0.72,none,none,none, redraw,redraw,0.14,Verb,6,5,2,redraw,10.89,0.95,10.89,0.95,none,none,none, redrawing,redrawing,0.14,Verb,9,7,3,redraw,none,none,10.89,0.95,none,none,none, redress,redress,0.22,Verb,7,6,2,redress,12.35,0.89,12.35,0.89,none,none,none, redressed,redressed,0.06,Verb,9,7,2,redress,none,none,12.35,0.89,none,none,none, redrew,redrew,0.10,Verb,6,5,2,redraw,none,none,10.89,0.95,none,none,none, reds,reds,2.33,Noun,4,4,1,red,none,none,3.68,1.00,4.26,none,2.86, redskin,redskin,0.25,Noun,7,7,2,redskin,10.32,1.00,10.32,1.00,none,none,none, redskins,redskins,0.35,Noun,8,8,2,redskin,none,none,10.32,1.00,none,none,none, reduce,reduce,4.29,Verb,6,5,2,reduce,8.44,1.00,8.44,1.00,8.60,none,none,9.05 reduced,reduced,4.86,Verb,7,6,2,reduce,none,none,8.44,1.00,8.60,none,none,9.05 reducer,reducer,0.06,Noun,7,6,3,reducer,12.72,1.00,12.72,1.00,none,none,none, reduces,reduces,0.43,Verb,7,7,3,reduce,none,none,8.44,1.00,8.60,none,none,9.05 reducible,reducible,0.06,Adjective,9,9,4,reducible,11.56,1.00,11.56,1.00,none,none,none, reducing,reducing,0.98,Verb,8,7,3,reduce,none,none,8.44,1.00,8.60,none,none,9.05 reduction,reduction,1.73,Noun,9,8,3,reduction,11.26,1.00,11.26,1.00,none,10.02,none, reductionist,reductionist,0.04,Noun,12,11,4,reductionist,14.07,0.75,14.07,0.75,none,none,none, reductions,reductions,0.10,Noun,10,9,3,reduction,none,none,11.26,1.00,none,10.02,none, reductive,reductive,0.04,Adjective,9,8,3,reductive,13.38,0.89,13.38,0.89,none,none,none, redundancies,redundancies,0.53,Noun,12,11,4,redundancy,none,none,14.53,0.95,none,none,none, redundancy,redundancy,0.63,Noun,10,10,4,redundancy,14.53,0.95,14.53,0.95,none,none,none, redundant,redundant,1.45,Adjective,9,9,3,redundant,12.72,0.95,12.72,0.95,none,none,none, reed,reed,9.10,Name,4,3,1,reed,8.78,0.95,8.78,0.95,none,7.39,9.60, reedit,reedit,0.02,Verb,6,6,3,reedit,11.86,0.74,11.86,0.74,none,none,none, reeds,reeds,0.31,Noun,5,4,1,reed,none,none,8.78,0.95,none,7.39,9.60, reeducation,re-education,0.18,Noun,11,11,5,reeducation,13.62,0.84,13.62,0.84,none,none,none, reef,reef,4.00,Noun,4,3,1,reef,9.72,1.00,9.72,1.00,none,10.24,8.08, reefed,reefed,0.02,Verb,6,4,1,reef,none,none,9.72,1.00,none,10.24,8.08, reefer,reefer,0.96,Noun,6,4,2,reefer,13.76,0.89,13.76,0.89,none,none,none,12.22 reefers,reefers,0.12,Noun,7,5,2,reefer,none,none,13.76,0.89,none,none,none,12.22 reefs,reefs,0.49,Noun,5,4,1,reef,none,none,9.72,1.00,none,10.24,8.08, reek,reek,0.90,Verb,4,3,1,reek,8.71,0.94,8.71,0.94,none,none,10.32, reeked,reeked,0.18,Verb,6,4,1,reek,none,none,8.71,0.94,none,none,10.32, reeking,reeking,0.45,Verb,7,5,2,reek,none,none,8.71,0.94,none,none,10.32, reeks,reeks,1.29,Verb,5,4,1,reek,none,none,8.71,0.94,none,none,10.32, reel,reel,3.25,Noun,4,3,1,reel,9.12,0.94,9.12,0.94,none,7.98,9.02, reelect,re-elect,0.14,Verb,7,7,3,reelect,10.61,0.95,10.61,0.95,none,none,none, reelected,re-elected,0.37,Verb,9,9,4,reelect,none,none,10.61,0.95,none,none,none, reelection,re-election,0.61,Noun,10,9,4,reelection,11.25,0.95,11.25,0.95,none,none,none, reeled,reeled,0.06,Verb,6,4,1,reel,none,none,9.12,0.94,none,7.98,9.02, reeling,reeling,0.98,Verb,7,5,2,reel,none,none,9.12,0.94,none,7.98,9.02, reels,reels,0.73,Noun,5,4,1,reel,none,none,9.12,0.94,none,7.98,9.02, reemerge,re-emerge,0.08,Verb,8,6,3,reemerge,11.74,1.00,11.74,1.00,none,none,none, reemphasize,reemphasize,0.04,Verb,11,9,4,reemphasize,11.39,0.95,11.39,0.95,none,none,none, reenact,re-enact,0.31,Verb,7,7,3,reenact,13.83,0.95,13.83,0.95,none,none,none, reenacted,re-enacted,0.10,Verb,9,9,4,reenact,none,none,13.83,0.95,none,none,none, reenacting,re-enacting,0.18,Verb,10,9,4,reenact,none,none,13.83,0.95,none,none,none, reenactment,re-enactment,0.90,Noun,11,11,4,reenactment,10.50,1.00,10.50,1.00,none,none,none, reenactments,re-enactments,0.10,Noun,12,12,4,reenactment,none,none,10.50,1.00,none,none,none, reengage,reengage,0.02,Noun,8,7,3,reengage,12.35,0.89,12.35,0.89,none,none,none, reenlist,reenlist,0.20,Noun,8,8,3,reenlist,11.50,0.95,11.50,0.95,none,none,none, reenlisting,reenlisting,0.08,Verb,11,10,4,reenlist,none,none,11.50,0.95,none,none,none, reenlistment,reenlistment,0.02,Noun,12,12,4,reenlistment,13.61,0.95,13.61,0.95,none,none,none, reenlists,reenlists,0.04,Noun,9,9,3,reenlist,none,none,11.50,0.95,none,none,none, reenter,re-enter,0.14,Verb,7,6,3,reenter,9.84,1.00,9.84,1.00,none,none,none, reentered,re-entered,0.12,Verb,9,7,3,reenter,none,none,9.84,1.00,none,none,none, reentering,re-entering,0.08,Verb,10,8,4,reenter,none,none,9.84,1.00,none,none,none, reentry,re-entry,0.73,Noun,7,7,3,reentry,11.95,1.00,11.95,1.00,none,none,none, reestablish,re-establish,0.43,Verb,11,10,4,reestablish,10.33,1.00,10.33,1.00,none,none,none, reestablished,re-established,0.14,Verb,13,11,4,reestablish,none,none,10.33,1.00,none,none,none, reestablishing,re-establishing,0.06,Verb,14,12,5,reestablish,none,none,10.33,1.00,none,none,none, reevaluate,re-evaluate,0.37,Verb,10,9,5,reevaluate,10.68,1.00,10.68,1.00,none,none,none, reevaluated,re-evaluated,0.16,Verb,11,12,6,reevaluate,none,none,10.68,1.00,none,none,none, reevaluating,re-evaluating,0.08,Verb,12,12,6,reevaluate,none,none,10.68,1.00,none,none,none, reevaluation,re-evaluation,0.10,Noun,12,12,6,reevaluation,12.17,1.00,12.17,1.00,none,none,none, reexamination,re-examination,0.02,Noun,13,13,6,reexamination,12.56,1.00,12.56,1.00,none,none,none, reexamine,re-examine,0.29,Verb,9,9,4,reexamine,11.00,0.90,11.00,0.90,none,none,none, reexamined,re-examined,0.06,Verb,10,10,4,reexamine,none,none,11.00,0.90,none,none,none, ref,ref,2.53,Noun,3,3,1,ref,7.50,0.89,7.50,0.89,none,none,none, refection,refection,0.04,Noun,9,8,3,refection,11.62,0.44,11.62,0.44,none,none,none, refer,refer,7.33,Verb,5,4,2,refer,9.18,0.94,9.18,0.94,none,none,none,9.13 referable,referable,Err:512,Err:512,9,8,4,referable,12.31,0.80,12.31,0.80,none,none,none, referee,referee,3.59,Noun,7,5,3,referee,7.61,1.00,7.61,1.00,none,none,none, refereeing,refereeing,0.10,Noun,10,8,4,refereeing,7.06,1.00,7.06,1.00,none,none,none, referees,referees,0.16,Noun,8,6,3,referee,none,none,7.61,1.00,none,none,none, reference,reference,8.47,Noun,9,7,3,reference,8.67,1.00,8.67,1.00,none,none,none, referenced,referenced,0.18,Verb,10,8,3,reference,none,none,8.67,1.00,none,none,none, references,references,4.10,Noun,10,9,4,reference,none,none,8.67,1.00,none,none,none, referencing,referencing,0.25,Verb,11,9,4,reference,none,none,8.67,1.00,none,none,none, referendum,referendum,0.10,Noun,10,9,4,referendum,14.44,1.00,14.44,1.00,12.74,none,none, referendums,referendums,0.02,Noun,11,10,4,referendum,none,none,14.44,1.00,12.74,none,none, referent,referent,0.02,Noun,8,7,3,referent,12.64,0.74,12.64,0.74,none,none,none, referential,referential,0.06,Adjective,11,10,5,referential,15.24,0.94,15.24,0.94,none,none,none, referral,referral,0.55,Noun,8,6,3,referral,10.84,1.00,10.84,1.00,none,none,none, referrals,referrals,0.29,Noun,9,7,3,referral,none,none,10.84,1.00,none,none,none, referred,referred,4.41,Verb,8,5,2,refer,none,none,9.18,0.94,none,none,none,9.13 referring,referring,6.73,Verb,9,6,3,refer,none,none,9.18,0.94,none,none,none,9.13 refers,refers,1.94,Verb,6,5,2,refer,none,none,9.18,0.94,none,none,none,9.13 refight,refight,0.02,Verb,7,5,2,refight,8.86,0.78,8.86,0.78,none,none,none, refill,refill,2.78,Noun,6,5,2,refill,7.37,1.00,7.37,1.00,none,8.11,none, refilled,refilled,0.14,Verb,8,6,2,refill,none,none,7.37,1.00,none,8.11,none, refilling,refilling,0.22,Verb,9,7,3,refill,none,none,7.37,1.00,none,8.11,none, refills,refills,0.65,Noun,7,6,2,refill,none,none,7.37,1.00,none,8.11,none, refinance,refinance,0.02,Verb,9,8,3,refinance,15.95,1.00,15.95,1.00,none,none,none, refinanced,refinanced,0.08,Verb,10,9,3,refinance,none,none,15.95,1.00,none,none,none, refine,refine,0.43,Verb,6,5,2,refine,11.84,1.00,11.84,1.00,none,none,none, refined,refined,2.02,Adjective,7,6,2,refined,9.75,1.00,9.75,1.00,none,none,none, refinement,refinement,0.53,Noun,10,9,3,refinement,11.11,1.00,11.11,1.00,none,10.81,none, refinements,refinements,0.18,Noun,11,10,3,refinement,none,none,11.11,1.00,none,10.81,none, refiner,refiner,0.04,Noun,7,6,3,refiner,13.00,0.94,13.00,0.94,none,none,none, refineries,refineries,0.27,Noun,10,8,4,refinery,none,none,11.11,1.00,none,none,none, refinery,refinery,0.96,Noun,8,7,4,refinery,11.11,1.00,11.11,1.00,none,none,none, refining,refining,0.25,Verb,8,7,3,refine,none,none,11.84,1.00,none,none,none, refinish,refinish,0.04,Verb,8,7,3,refinish,10.18,1.00,10.18,1.00,none,none,none, refinished,refinished,0.12,Verb,10,8,3,refinish,none,none,10.18,1.00,none,none,none, refinishing,refinishing,0.06,Verb,11,9,4,refinish,none,none,10.18,1.00,none,none,none, refit,refit,0.24,Verb,5,5,2,refit,12.00,0.89,12.00,0.89,none,none,none, refitted,refitted,0.12,Verb,8,7,3,refit,none,none,12.00,0.89,none,none,none, refitting,refitting,0.14,Verb,9,7,3,refit,none,none,12.00,0.89,none,none,none, reflect,reflect,4.18,Verb,7,7,2,reflect,9.89,1.00,9.89,1.00,9.93,none,none,8.53 reflectance,reflectance,0.04,Noun,11,10,3,reflectance,13.53,0.85,13.53,0.85,none,none,none, reflected,reflected,1.67,Verb,9,9,3,reflect,none,none,9.89,1.00,9.93,none,none,8.53 reflecting,reflecting,0.63,Verb,10,9,3,reflect,none,none,9.89,1.00,9.93,none,none,8.53 reflection,reflection,5.02,Noun,10,9,3,reflection,5.50,1.00,5.50,1.00,none,none,none, reflections,reflections,0.63,Noun,11,10,3,reflection,none,none,5.50,1.00,none,none,none, reflective,reflective,0.61,Adjective,10,9,3,reflective,11.00,0.94,11.00,0.94,none,none,none, reflectivity,reflectivity,0.06,Noun,12,12,5,reflectivity,13.33,1.00,13.33,1.00,none,none,none, reflector,reflector,0.27,Noun,9,8,3,reflector,8.60,1.00,8.60,1.00,none,none,none, reflectors,reflectors,0.14,Noun,10,9,3,reflector,none,none,8.60,1.00,none,none,none, reflects,reflects,1.53,Verb,8,8,2,reflect,none,none,9.89,1.00,9.93,none,none,8.53 reflex,reflex,2.27,Noun,6,7,2,reflex,8.17,1.00,8.17,1.00,none,none,none,8.79 reflexes,reflexes,2.39,Noun,8,9,3,reflex,none,none,8.17,1.00,none,none,none,8.79 reflexive,reflexive,0.02,Noun,9,9,3,reflexive,11.37,1.00,11.37,1.00,none,none,none, reflexivity,reflexivity,0.02,Noun,11,12,5,reflexivity,12.68,0.90,12.68,0.90,none,none,none, reflexology,reflexology,0.04,Noun,11,12,5,reflexology,15.12,0.84,15.12,0.84,none,none,none, reflux,reflux,0.35,Noun,6,7,2,reflux,15.56,0.84,15.56,0.84,none,none,none, refocus,refocus,0.25,Noun,7,7,3,refocus,11.16,0.95,11.16,0.95,none,none,none, refocused,refocused,0.10,Verb,9,8,3,refocus,none,none,11.16,0.95,none,none,none, reform,reform,3.61,Noun,6,6,2,reform,12.74,0.95,12.74,0.95,10.80,none,none, reformat,reformat,0.06,Verb,8,8,3,reformat,13.32,0.95,13.32,0.95,none,none,none, reformation,reformation,0.20,Noun,11,9,4,reformation,12.17,1.00,12.17,1.00,none,11.81,none, reformatories,reformatories,0.06,Noun,13,12,5,reformatory,none,none,13.07,0.78,none,none,none, reformatory,reformatory,0.35,Adjective,11,11,5,reformatory,13.07,0.78,13.07,0.78,none,none,none, reformatted,reformatted,0.08,Verb,11,10,4,reformat,none,none,13.32,0.95,none,none,none, reformer,reformer,0.22,Noun,8,7,3,reformer,14.26,0.95,14.26,0.95,none,none,none, reformers,reformers,0.12,Noun,9,8,3,reformer,none,none,14.26,0.95,none,none,none, reforming,reforming,0.24,Verb,9,8,3,reform,none,none,12.74,0.95,10.80,none,none, reformist,reformist,0.04,Noun,9,9,3,reformist,13.61,1.00,13.61,1.00,none,none,none, reforms,reforms,0.31,Noun,7,7,2,reform,none,none,12.74,0.95,10.80,none,none, reformulate,reformulate,0.04,Verb,11,11,4,reformulate,13.67,0.95,13.67,0.95,none,none,none, refract,refract,0.04,Verb,7,7,2,refract,12.13,0.83,12.13,0.83,none,none,none, refracted,refracted,0.10,Verb,9,9,3,refract,none,none,12.13,0.83,none,none,none, refraction,refraction,0.16,Noun,10,9,3,refraction,11.82,0.89,11.82,0.89,none,none,none, refractions,refractions,0.06,Name,11,10,3,refraction,none,none,11.82,0.89,none,none,none, refractive,refractive,0.04,Adjective,10,9,3,refractive,12.07,0.83,12.07,0.83,none,none,none, refractor,refractor,0.08,Noun,9,8,3,refractor,13.81,0.89,13.81,0.89,none,none,none, refractory,refractory,0.06,Adjective,10,9,4,refractory,13.75,0.84,13.75,0.84,none,none,none, refracts,refracts,0.02,Verb,8,8,2,refract,none,none,12.13,0.83,none,none,none, refrain,refrain,2.04,Verb,7,6,2,refrain,10.50,1.00,10.50,1.00,10.41,none,none,10.51 refrained,refrained,0.10,Verb,9,7,2,refrain,none,none,10.50,1.00,10.41,none,none,10.51 refraining,refraining,0.06,Verb,10,8,3,refrain,none,none,10.50,1.00,10.41,none,none,10.51 reframe,reframe,0.08,Verb,7,6,2,reframe,10.26,0.95,10.26,0.95,none,none,none, reframed,reframed,0.06,Verb,8,7,2,reframe,none,none,10.26,0.95,none,none,none, reframes,reframes,0.02,Verb,8,7,2,reframe,none,none,10.26,0.95,none,none,none, refreeze,refreeze,0.04,Verb,8,6,2,refreeze,9.94,1.00,9.94,1.00,none,none,none, refresh,refresh,2.49,Verb,7,6,2,refresh,10.83,1.00,10.83,1.00,none,none,none, refreshed,refreshed,0.73,Verb,9,7,2,refresh,none,none,10.83,1.00,none,none,none, refresher,refresher,0.29,Noun,9,7,3,refresher,9.95,1.00,9.95,1.00,none,none,none, refreshes,refreshes,0.24,Verb,9,8,3,refresh,none,none,10.83,1.00,none,none,none, refreshing,refreshing,3.67,Adjective,10,8,3,refreshing,7.50,1.00,7.50,1.00,none,none,none, refreshment,refreshment,1.00,Noun,11,10,3,refreshment,7.24,0.95,7.24,0.95,none,none,none, refreshments,refreshments,1.63,Noun,12,11,3,refreshment,none,none,7.24,0.95,none,none,none, refried,refried,0.20,Adjective,7,6,2,refried,8.65,0.94,8.65,0.94,none,none,none, refrigerant,refrigerant,0.02,Noun,11,10,4,refrigerant,13.60,1.00,13.60,1.00,none,none,none, refrigerate,refrigerate,0.20,Verb,11,9,4,refrigerate,5.72,1.00,5.72,1.00,none,none,none, refrigerated,refrigerated,0.41,Verb,12,11,5,refrigerate,none,none,5.72,1.00,none,none,none, refrigeration,refrigeration,0.33,Noun,13,11,5,refrigeration,7.39,1.00,7.39,1.00,none,none,none, refrigerator,refrigerator,8.37,Noun,12,10,5,refrigerator,4.11,1.00,4.11,1.00,none,none,none, refrigerators,refrigerators,0.49,Noun,13,11,5,refrigerator,none,none,4.11,1.00,none,none,none, refs,refs,0.04,Noun,4,4,1,ref,none,none,7.50,0.89,none,none,none, refuel,refuel,0.84,Verb,6,7,3,refuel,10.22,1.00,10.22,1.00,none,none,none, refueled,refuelled,0.18,Verb,8,8,3,refuel,none,none,10.22,1.00,none,none,none, refueling,refuelling,0.39,Verb,9,9,4,refuel,none,none,10.22,1.00,none,none,none, refuge,refuge,2.45,Noun,6,6,2,refuge,11.05,1.00,11.05,1.00,none,none,none,10.80 refugee,refugee,1.92,Noun,7,7,3,refugee,10.56,1.00,10.56,1.00,none,none,none, refugees,refugees,2.20,Noun,8,8,3,refugee,none,none,10.56,1.00,none,none,none, refund,refund,2.76,Noun,6,6,2,refund,9.47,1.00,9.47,1.00,9.54,none,none,9.58 refundable,refundable,0.16,Adjective,10,10,4,refundable,11.17,1.00,11.17,1.00,none,none,none, refunded,refunded,0.22,Verb,8,8,3,refund,none,none,9.47,1.00,9.54,none,none,9.58 refunds,refunds,0.37,Noun,7,7,2,refund,none,none,9.47,1.00,9.54,none,none,9.58 refurbish,refurbish,0.08,Verb,9,7,3,refurbish,12.67,1.00,12.67,1.00,none,none,none, refurbishing,refurbishing,0.12,Verb,12,9,4,refurbish,none,none,12.67,1.00,none,none,none, refurbishment,refurbishment,0.02,Noun,13,11,4,refurbishment,13.06,0.94,13.06,0.94,none,none,none, refurnish,refurnish,0.06,Verb,9,7,3,refurnish,11.68,1.00,11.68,1.00,none,none,none, refusal,refusal,1.29,Noun,7,8,3,refusal,8.37,1.00,8.37,1.00,none,none,none, refusals,refusals,0.04,Noun,8,9,3,refusal,none,none,8.37,1.00,none,none,none, refuse,refuse,20.98,Verb,6,6,2,refuse,9.33,1.00,9.33,1.00,none,7.86,none,7.19 refused,refused,12.94,Verb,7,7,2,refuse,none,none,9.33,1.00,none,7.86,none,7.19 refuses,refuses,4.82,Verb,7,8,3,refuse,none,none,9.33,1.00,none,7.86,none,7.19 refusing,refusing,3.27,Verb,8,8,3,refuse,none,none,9.33,1.00,none,7.86,none,7.19 refutation,refutation,0.02,Noun,10,10,4,refutation,14.29,0.78,14.29,0.78,none,none,none, refute,refute,0.67,Verb,6,6,2,refute,14.11,0.95,14.11,0.95,none,none,none,12.22 refuted,refuted,0.14,Verb,7,8,3,refute,none,none,14.11,0.95,none,none,none,12.22 refutes,refutes,0.10,Verb,7,7,2,refute,none,none,14.11,0.95,none,none,none,12.22 regain,regain,2.63,Verb,6,5,2,regain,10.63,1.00,10.63,1.00,9.88,none,none, regained,regained,1.24,Verb,8,6,2,regain,none,none,10.63,1.00,9.88,none,none, regaining,regaining,0.16,Verb,9,7,3,regain,none,none,10.63,1.00,9.88,none,none, regains,regains,0.37,Verb,7,6,2,regain,none,none,10.63,1.00,9.88,none,none, regal,regal,1.14,Adjective,5,5,2,regal,9.58,0.95,9.58,0.95,none,none,none,11.70 regale,regale,0.20,Verb,6,5,2,regale,12.57,0.67,12.57,0.67,none,none,none, regaled,regaled,0.10,Verb,7,6,2,regale,none,none,12.57,0.67,none,none,none, regalia,regalia,0.12,Noun,7,7,3,regalia,14.08,0.65,14.08,0.65,none,none,none, regaling,regaling,0.08,Verb,8,7,3,regale,none,none,12.57,0.67,none,none,none, regard,regard,7.35,Noun,6,6,2,regard,10.20,1.00,10.20,1.00,10.13,none,none,8.96 regarded,regarded,2.04,Verb,8,8,3,regard,none,none,10.20,1.00,10.13,none,none,8.96 regards,regards,5.06,Verb,7,7,2,regards,9.57,1.00,9.57,1.00,none,none,none, regatta,regatta,0.55,Noun,7,6,3,regatta,13.43,0.74,13.43,0.74,none,none,none, regency,regency,0.61,Name,7,7,3,regency,12.45,0.85,12.45,0.85,none,11.49,none, regenerate,regenerate,0.41,Verb,10,8,4,regenerate,10.44,1.00,10.44,1.00,none,none,none, regenerated,regenerated,0.22,Verb,11,10,5,regenerate,none,none,10.44,1.00,none,none,none, regenerates,regenerates,0.08,Verb,11,9,4,regenerate,none,none,10.44,1.00,none,none,none, regeneration,regeneration,0.67,Noun,12,10,5,regeneration,11.68,1.00,11.68,1.00,none,none,none, regenerative,regenerative,0.10,Adjective,12,10,5,regenerative,14.20,1.00,14.20,1.00,none,none,none, regenerator,regenerator,0.12,Noun,11,9,5,regenerator,13.39,0.95,13.39,0.95,none,none,none, regent,regent,1.67,Name,6,6,2,regent,15.95,0.86,15.95,0.86,none,none,none,11.29 reggae,reggae,0.96,Noun,6,4,2,reggae,11.56,1.00,11.56,1.00,none,12.98,none,11.90 regime,regime,2.31,Noun,6,5,2,regime,13.00,1.00,13.00,1.00,none,12.19,none,11.70 regimen,regimen,0.78,Noun,7,7,3,regimen,10.84,1.00,10.84,1.00,none,none,none, regimens,regimens,0.06,Noun,8,8,3,regimen,none,none,10.84,1.00,none,none,none, regiment,regiment,4.84,Noun,8,8,3,regiment,12.26,1.00,12.26,1.00,none,none,none, regimental,regimental,1.14,Adjective,10,10,4,regimental,12.93,0.78,12.93,0.78,none,none,none, regimentation,regimentation,0.10,Noun,13,12,5,regimentation,12.94,0.95,12.94,0.95,none,none,none, regimented,regimented,0.08,Adjective,10,10,4,regimented,13.37,0.95,13.37,0.95,none,none,none, regiments,regiments,0.33,Noun,9,9,3,regiment,none,none,12.26,1.00,none,none,none, regimes,regimes,0.27,Noun,7,6,2,regime,none,none,13.00,1.00,none,12.19,none,11.70 region,region,5.02,Noun,6,5,2,region,9.14,1.00,9.14,1.00,8.77,9.70,none,9.05 regional,regional,3.12,Adjective,8,7,3,regional,10.95,1.00,10.95,1.00,none,none,none, regionalism,regionalism,0.02,Noun,11,11,5,regionalism,13.45,1.00,13.45,1.00,none,none,none, regions,regions,1.47,Noun,7,6,2,region,none,none,9.14,1.00,8.77,9.70,none,9.05 register,register,11.00,Noun,8,7,3,register,8.63,1.00,8.63,1.00,6.01,8.13,none, registered,registered,10.14,Verb,10,8,3,register,none,none,8.63,1.00,6.01,8.13,none, registering,registering,0.94,Verb,11,9,4,register,none,none,8.63,1.00,6.01,8.13,none, registers,registers,0.71,Verb,9,8,3,register,none,none,8.63,1.00,6.01,8.13,none, registrar,registrar,0.53,Noun,9,9,3,registrar,15.06,0.89,15.06,0.89,none,none,none, registration,registration,6.53,Noun,12,11,4,registration,10.62,1.00,10.62,1.00,none,none,none, registrations,registrations,0.25,Noun,13,12,4,registration,none,none,10.62,1.00,none,none,none, registries,registries,0.02,Noun,10,9,3,registry,none,none,13.00,0.95,none,none,none, registry,registry,1.27,Noun,8,8,3,registry,13.00,0.95,13.00,0.95,none,none,none, regress,regress,0.29,Verb,7,6,2,regress,13.22,0.95,13.22,0.95,none,none,none, regressed,regressed,0.24,Verb,9,7,2,regress,none,none,13.22,0.95,none,none,none, regresses,regresses,0.06,Verb,9,8,3,regress,none,none,13.22,0.95,none,none,none, regressing,regressing,0.16,Verb,10,8,3,regress,none,none,13.22,0.95,none,none,none, regression,regression,0.65,Noun,10,8,3,regression,13.95,1.00,13.95,1.00,none,none,none, regressions,regressions,0.02,Noun,11,9,3,regression,none,none,13.95,1.00,none,none,none, regressive,regressive,0.06,Adjective,10,8,3,regressive,14.78,0.95,14.78,0.95,none,none,none, regret,regret,27.14,Verb,6,6,2,regret,9.61,1.00,9.61,1.00,none,8.51,none,9.76 regretful,regretful,0.29,Adjective,9,9,3,regretful,9.89,1.00,9.89,1.00,none,none,none, regrets,regrets,5.90,Noun,7,7,2,regret,none,none,9.61,1.00,none,8.51,none,9.76 regrettable,regrettable,0.92,Adjective,11,10,4,regrettable,10.37,1.00,10.37,1.00,none,none,none, regretted,regretted,1.39,Verb,9,8,3,regret,none,none,9.61,1.00,none,8.51,none,9.76 regretting,regretting,0.65,Verb,10,8,3,regret,none,none,9.61,1.00,none,8.51,none,9.76 regroup,regroup,1.41,Verb,7,6,2,regroup,9.63,1.00,9.63,1.00,none,none,none, regrouped,regrouped,0.12,Verb,9,7,2,regroup,none,none,9.63,1.00,none,none,none, regrouping,regrouping,0.27,Verb,10,8,3,regroup,none,none,9.63,1.00,none,none,none, regular,regular,33.86,Adjective,7,7,3,regular,8.56,1.00,8.56,1.00,none,none,none, regularity,regularity,0.31,Noun,10,11,5,regularity,11.56,1.00,11.56,1.00,none,none,none, regularization,regularisation,0.02,Noun,14,13,6,regularization,14.55,0.95,14.55,0.95,none,none,none, regularize,regularise,0.02,Verb,10,9,4,regularize,11.94,0.94,11.94,0.94,none,none,none, regularly,regularly,3.37,Adverb,9,9,4,regularly,8.38,1.00,8.38,1.00,none,none,none, regulars,regulars,1.20,Noun,8,8,3,regular,none,none,8.56,1.00,none,none,none, regulate,regulate,0.76,Verb,8,8,3,regulate,11.78,1.00,11.78,1.00,none,none,none, regulated,regulated,0.35,Verb,9,10,4,regulate,none,none,11.78,1.00,none,none,none, regulates,regulates,0.12,Verb,9,9,3,regulate,none,none,11.78,1.00,none,none,none, regulating,regulating,0.18,Verb,10,10,4,regulate,none,none,11.78,1.00,none,none,none, regulation,regulation,2.47,Noun,10,10,4,regulation,11.06,1.00,11.06,1.00,none,none,none, regulations,regulations,6.37,Noun,11,11,4,regulation,none,none,11.06,1.00,none,none,none, regulator,regulator,0.80,Noun,9,9,4,regulator,12.38,1.00,12.38,1.00,none,none,none, regulators,regulators,0.22,Noun,10,10,4,regulator,none,none,12.38,1.00,none,none,none, regulatory,regulatory,0.27,Adjective,10,11,5,regulatory,12.05,1.00,12.05,1.00,none,none,none, regurgitate,regurgitate,0.24,Verb,11,9,4,regurgitate,10.79,1.00,10.79,1.00,none,none,none, regurgitating,regurgitating,0.16,Verb,13,12,5,regurgitate,none,none,10.79,1.00,none,none,none, regurgitation,regurgitation,0.08,Noun,13,12,5,regurgitation,10.30,1.00,10.30,1.00,none,none,none, regurgitations,regurgitations,0.04,Noun,14,14,6,regurgitation,none,none,10.30,1.00,none,none,none, rehab,rehab,6.49,Noun,5,5,2,rehab,13.58,1.00,13.58,1.00,none,none,none,11.09 rehabilitate,rehabilitate,0.41,Verb,12,11,5,rehabilitate,12.89,0.95,12.89,0.95,none,none,none, rehabilitated,rehabilitated,0.69,Verb,13,13,6,rehabilitate,none,none,12.89,0.95,none,none,none, rehabilitating,rehabilitating,0.06,Verb,14,13,6,rehabilitate,none,none,12.89,0.95,none,none,none, rehabilitation,rehabilitation,1.61,Noun,14,13,6,rehabilitation,13.53,1.00,13.53,1.00,none,none,none, rehabs,rehabs,0.04,Noun,6,6,2,rehab,none,none,13.58,1.00,none,none,none,11.09 rehash,rehash,0.41,Verb,6,5,2,rehash,12.24,0.94,12.24,0.94,none,none,none, rehashing,rehashing,0.14,Verb,9,7,3,rehash,none,none,12.24,0.94,none,none,none, rehearsal,rehearsal,12.45,Noun,9,7,3,rehearsal,7.79,1.00,7.79,1.00,none,none,none, rehearsals,rehearsals,2.78,Noun,10,8,3,rehearsal,none,none,7.79,1.00,none,none,none, rehearse,rehearse,4.51,Verb,8,5,2,rehearse,8.72,1.00,8.72,1.00,none,none,none,8.53 rehearsed,rehearsed,1.33,Verb,9,6,2,rehearse,none,none,8.72,1.00,none,none,none,8.53 rehearses,rehearses,0.02,Verb,9,7,3,rehearse,none,none,8.72,1.00,none,none,none,8.53 rehearsing,rehearsing,3.55,Verb,10,7,3,rehearse,none,none,8.72,1.00,none,none,none,8.53 reheat,reheat,0.20,Verb,6,5,2,reheat,7.82,0.94,7.82,0.94,none,none,none, reheats,reheats,0.02,Verb,7,6,2,reheat,none,none,7.82,0.94,none,none,none, rehire,rehire,0.20,Verb,6,5,2,rehire,12.37,1.00,12.37,1.00,none,none,none, rehired,rehired,0.29,Verb,7,6,3,rehire,none,none,12.37,1.00,none,none,none, rehydrate,rehydrate,0.18,Verb,9,8,3,rehydrate,13.63,1.00,13.63,1.00,none,none,none, rehydration,rehydration,0.02,Noun,11,10,4,rehydration,10.00,1.00,10.00,1.00,none,none,none, reign,reign,3.12,Noun,5,3,1,reign,9.42,0.95,9.42,0.95,none,8.92,10.39, reigned,reigned,0.31,Verb,7,4,1,reign,none,none,9.42,0.95,none,8.92,10.39, reigning,reigning,0.76,Adjective,8,5,2,reigning,10.67,0.95,10.67,0.95,none,none,none, reignite,reignite,0.02,Verb,8,7,3,reignite,10.11,1.00,10.11,1.00,none,none,none, reigns,reigns,0.43,Verb,6,4,1,reign,none,none,9.42,0.95,none,8.92,10.39, reimburse,reimburse,0.61,Verb,9,7,3,reimburse,12.67,0.95,12.67,0.95,none,none,none, reimbursed,reimbursed,0.16,Verb,10,8,3,reimburse,none,none,12.67,0.95,none,none,none, reimbursement,reimbursement,0.14,Noun,13,11,4,reimbursement,11.80,1.00,11.80,1.00,none,none,none, reimbursements,reimbursements,0.04,Noun,14,12,4,reimbursement,none,none,11.80,1.00,none,none,none, reimburses,reimburses,0.04,Verb,10,9,4,reimburse,none,none,12.67,0.95,none,none,none, rein,rein,0.76,Verb,4,3,1,rein,9.61,0.95,9.61,0.95,none,7.15,9.03, reincarnate,reincarnate,0.27,Verb,11,10,4,reincarnate,12.37,1.00,12.37,1.00,none,none,none, reincarnated,reincarnated,0.73,Verb,12,12,5,reincarnate,none,none,12.37,1.00,none,none,none, reincarnating,reincarnating,0.02,Verb,13,12,5,reincarnate,none,none,12.37,1.00,none,none,none, reincarnation,reincarnation,1.29,Noun,13,12,5,reincarnation,11.06,1.00,11.06,1.00,none,none,none, reincarnations,reincarnations,0.06,Noun,14,13,5,reincarnation,none,none,11.06,1.00,none,none,none, reindeer,reindeer,3.37,Noun,8,6,2,reindeer,3.58,1.00,3.58,1.00,none,none,none,4.69 reindeers,reindeers,0.10,Noun,9,8,4,reindeer,none,none,3.58,1.00,none,none,none,4.69 reinforce,reinforce,0.94,Verb,9,8,3,reinforce,10.20,1.00,10.20,1.00,none,none,none, reinforced,reinforced,1.12,Verb,10,9,3,reinforce,none,none,10.20,1.00,none,none,none, reinforcement,reinforcement,0.86,Noun,13,12,4,reinforcement,10.35,1.00,10.35,1.00,none,none,none, reinforcements,reinforcements,3.16,Noun,14,13,4,reinforcement,none,none,10.35,1.00,none,none,none, reinforces,reinforces,0.27,Verb,10,10,4,reinforce,none,none,10.20,1.00,none,none,none, reinforcing,reinforcing,0.27,Verb,11,10,4,reinforce,none,none,10.20,1.00,none,none,none, reinitialize,reinitialize,0.02,Verb,12,10,5,reinitialize,14.39,0.68,14.39,0.68,none,none,none, reinitiate,reinitiate,0.04,Verb,10,9,5,reinitiate,13.94,0.90,13.94,0.90,none,none,none, reins,reins,1.45,Noun,5,4,1,reins,8.59,0.94,8.59,0.94,none,none,none, reinsert,reinsert,0.06,Verb,8,7,3,reinsert,10.32,1.00,10.32,1.00,none,none,none, reinsertion,reinsertion,0.04,Noun,11,9,4,reinsertion,12.94,0.95,12.94,0.95,none,none,none, reinstall,reinstall,0.04,Verb,9,8,3,reinstall,12.50,1.00,12.50,1.00,none,none,none, reinstate,reinstate,0.96,Verb,9,8,3,reinstate,12.62,1.00,12.62,1.00,none,none,none, reinstated,reinstated,1.14,Verb,10,10,4,reinstate,none,none,12.62,1.00,none,none,none, reinstatement,reinstatement,0.27,Noun,13,12,4,reinstatement,12.42,1.00,12.42,1.00,none,none,none, reinstates,reinstates,0.02,Verb,10,9,3,reinstate,none,none,12.62,1.00,none,none,none, reinstating,reinstating,0.22,Verb,11,10,4,reinstate,none,none,12.62,1.00,none,none,none, reinstitute,reinstitute,0.06,Verb,11,10,4,reinstitute,14.21,0.78,14.21,0.78,none,none,none, reinsure,reinsure,0.02,Verb,8,7,3,reinsure,13.78,0.95,13.78,0.95,none,none,none, reintegrate,reintegrate,0.02,Verb,11,10,4,reintegrate,12.90,1.00,12.90,1.00,none,none,none, reintegrating,reintegrating,0.12,Verb,13,12,5,reintegrate,none,none,12.90,1.00,none,none,none, reintegration,reintegration,0.02,Noun,13,12,5,reintegration,14.84,1.00,14.84,1.00,none,none,none, reinterpretation,reinterpretation,0.02,Noun,16,14,6,reinterpretation,11.75,1.00,11.75,1.00,none,none,none, reintroduce,reintroduce,0.18,Verb,11,10,4,reintroduce,11.65,1.00,11.65,1.00,none,none,none, reintroduced,reintroduced,0.06,Verb,12,11,4,reintroduce,none,none,11.65,1.00,none,none,none, reintroduces,reintroduces,0.04,Verb,12,12,5,reintroduce,none,none,11.65,1.00,none,none,none, reintroducing,reintroducing,0.06,Verb,13,12,5,reintroduce,none,none,11.65,1.00,none,none,none, reintroduction,reintroduction,0.06,Noun,14,13,5,reintroduction,11.32,1.00,11.32,1.00,none,none,none, reinvent,reinvent,0.25,Verb,8,8,3,reinvent,11.17,1.00,11.17,1.00,none,none,none, reinvented,reinvented,0.16,Verb,10,10,4,reinvent,none,none,11.17,1.00,none,none,none, reinventing,reinventing,0.22,Verb,11,10,4,reinvent,none,none,11.17,1.00,none,none,none, reinvention,reinvention,0.08,Noun,11,10,4,reinvention,11.63,1.00,11.63,1.00,none,none,none, reinvents,reinvents,0.02,Verb,9,9,3,reinvent,none,none,11.17,1.00,none,none,none, reinvest,reinvest,0.14,Adjective,8,8,3,reinvest,13.33,0.95,13.33,0.95,none,none,none, reinvestigate,reinvestigate,0.04,Verb,13,12,5,reinvestigate,12.38,1.00,12.38,1.00,none,none,none, reinvestment,reinvestment,0.02,Noun,12,12,4,reinvestment,14.70,0.95,14.70,0.95,none,none,none, reinvigorate,reinvigorate,0.04,Verb,12,10,5,reinvigorate,12.17,0.95,12.17,0.95,none,none,none, reinvigorated,reinvigorated,0.06,Verb,13,12,6,reinvigorate,none,none,12.17,0.95,none,none,none, reissue,reissue,0.08,Verb,7,5,3,reissue,12.16,1.00,12.16,1.00,none,none,none, reissued,reissued,0.08,Verb,8,6,3,reissue,none,none,12.16,1.00,none,none,none, reissues,reissues,0.04,Verb,8,6,3,reissue,none,none,12.16,1.00,none,none,none, reiterate,reiterate,0.65,Verb,9,7,4,reiterate,12.76,0.94,12.76,0.94,none,none,none, reiteration,reiteration,0.02,Noun,11,9,5,reiteration,12.64,0.78,12.64,0.78,none,none,none, reject,reject,4.24,Verb,6,6,2,reject,9.53,1.00,9.53,1.00,9.21,none,none,7.80 rejected,rejected,6.61,Verb,8,8,3,reject,none,none,9.53,1.00,9.21,none,none,7.80 rejecting,rejecting,1.25,Verb,9,8,3,reject,none,none,9.53,1.00,9.21,none,none,7.80 rejection,rejection,3.29,Noun,9,8,3,rejection,8.70,1.00,8.70,1.00,none,none,none, rejections,rejections,0.12,Noun,10,9,3,rejection,none,none,8.70,1.00,none,none,none, rejects,rejects,1.55,Verb,7,7,2,reject,none,none,9.53,1.00,9.21,none,none,7.80 rejoice,rejoice,1.69,Verb,7,5,2,rejoice,8.61,1.00,8.61,1.00,none,none,none,8.62 rejoiced,rejoiced,0.22,Verb,8,6,2,rejoice,none,none,8.61,1.00,none,none,none,8.62 rejoices,rejoices,0.18,Verb,8,7,3,rejoice,none,none,8.61,1.00,none,none,none,8.62 rejoicing,rejoicing,0.88,Verb,9,7,3,rejoice,none,none,8.61,1.00,none,none,none,8.62 rejoin,rejoin,1.25,Verb,6,5,2,rejoin,10.61,1.00,10.61,1.00,none,none,none, rejoinder,rejoinder,0.04,Noun,9,7,3,rejoinder,14.67,0.67,14.67,0.67,none,none,none, rejoined,rejoined,0.16,Verb,8,6,2,rejoin,none,none,10.61,1.00,none,none,none, rejoining,rejoining,0.10,Verb,9,7,3,rejoin,none,none,10.61,1.00,none,none,none, rejoins,rejoins,0.02,Verb,7,6,2,rejoin,none,none,10.61,1.00,none,none,none, rejuvenate,rejuvenate,0.14,Verb,10,9,4,rejuvenate,11.74,0.95,11.74,0.95,none,none,none, rejuvenated,rejuvenated,0.14,Adjective,11,11,5,rejuvenated,12.22,1.00,12.22,1.00,none,none,none, rejuvenates,rejuvenates,0.02,Verb,11,10,4,rejuvenate,none,none,11.74,0.95,none,none,none, rejuvenation,rejuvenation,0.08,Noun,12,11,5,rejuvenation,12.35,0.94,12.35,0.94,none,none,none, rekindle,rekindle,0.53,Verb,8,8,3,rekindle,12.79,1.00,12.79,1.00,none,none,none, rekindled,rekindled,0.16,Verb,9,9,3,rekindle,none,none,12.79,1.00,none,none,none, rekindles,rekindles,0.02,Verb,9,9,3,rekindle,none,none,12.79,1.00,none,none,none, rekindling,rekindling,0.12,Verb,10,9,3,rekindle,none,none,12.79,1.00,none,none,none, relabel,relabel,0.02,Verb,7,7,3,relabel,12.53,0.89,12.53,0.89,none,none,none, relapse,relapse,0.92,Noun,7,6,2,relapse,12.89,1.00,12.89,1.00,none,none,none,11.29 relapsed,relapsed,0.12,Verb,8,7,2,relapse,none,none,12.89,1.00,none,none,none,11.29 relapsing,relapsing,0.02,Verb,9,8,3,relapse,none,none,12.89,1.00,none,none,none,11.29 relatable,relatable,0.08,Adjective,9,9,4,relatable,12.87,0.79,12.87,0.79,none,none,none, relate,relate,4.75,Verb,6,5,2,relate,10.33,1.00,10.33,1.00,none,9.36,none,8.28 related,related,12.61,Verb,7,7,3,relate,none,none,10.33,1.00,none,9.36,none,8.28 relates,relates,0.67,Verb,7,6,2,relate,none,none,10.33,1.00,none,9.36,none,8.28 relating,relating,1.14,Verb,8,7,3,relate,none,none,10.33,1.00,none,9.36,none,8.28 relation,relation,4.12,Noun,8,7,3,relation,8.11,1.00,8.11,1.00,none,7.51,none, relational,relational,0.10,Adjective,10,9,4,relational,11.18,0.94,11.18,0.94,none,none,none, relations,relations,9.55,Noun,9,8,3,relation,none,none,8.11,1.00,none,7.51,none, relationship,relationship,67.69,Noun,12,10,4,relationship,9.11,1.00,9.11,1.00,none,none,none, relationships,relationships,11.94,Noun,13,11,4,relationship,none,none,9.11,1.00,none,none,none, relative,relative,7.78,Noun,8,7,3,relative,6.47,1.00,6.47,1.00,none,none,none, relatives,relatives,10.06,Noun,9,8,3,relative,none,none,6.47,1.00,none,none,none, relativism,relativism,0.04,Noun,10,11,5,relativism,14.94,0.85,14.94,0.85,none,none,none, relativistic,relativistic,0.04,Adjective,12,12,5,relativistic,15.67,0.79,15.67,0.79,none,none,none, relativity,relativity,0.76,Noun,10,10,5,relativity,12.06,1.00,12.06,1.00,none,none,none, relax,relax,96.78,Verb,5,6,2,relax,7.11,1.00,7.11,1.00,8.29,none,none, relaxant,relaxant,0.24,Noun,8,9,3,relaxant,13.06,0.94,13.06,0.94,none,none,none, relaxants,relaxants,0.08,Noun,9,10,3,relaxant,none,none,13.06,0.94,none,none,none, relaxation,relaxation,1.57,Noun,10,10,4,relaxation,9.56,1.00,9.56,1.00,none,9.54,none, relaxed,relaxed,6.98,Adjective,7,7,2,relaxed,7.63,1.00,7.63,1.00,none,none,none, relaxer,relaxer,0.04,Noun,7,7,3,relaxer,11.00,1.00,11.00,1.00,none,none,none, relaxes,relaxes,0.75,Verb,7,8,3,relax,none,none,7.11,1.00,8.29,none,none, relaxing,relaxing,3.61,Adjective,8,8,3,relaxing,8.00,1.00,8.00,1.00,none,none,none, relay,relay,2.98,Noun,5,4,2,relay,9.15,1.00,9.15,1.00,none,8.22,none,8.62 relayed,relayed,0.45,Verb,7,5,2,relay,none,none,9.15,1.00,none,8.22,none,8.62 relaying,relaying,0.37,Verb,8,6,3,relay,none,none,9.15,1.00,none,8.22,none,8.62 relays,relays,0.88,Noun,6,5,2,relay,none,none,9.15,1.00,none,8.22,none,8.62 relearn,relearn,0.04,Verb,7,6,2,relearn,9.40,1.00,9.40,1.00,none,none,none, relearning,relearning,0.06,Verb,10,8,3,relearn,none,none,9.40,1.00,none,none,none, releasable,releasable,0.02,Adjective,10,9,4,releasable,11.06,1.00,11.06,1.00,none,none,none, release,release,36.29,Verb,7,5,2,release,8.53,1.00,8.53,1.00,none,7.98,none,8.12 released,released,17.29,Verb,8,6,2,release,none,none,8.53,1.00,none,7.98,none,8.12 releases,releases,1.75,Verb,8,7,3,release,none,none,8.53,1.00,none,7.98,none,8.12 releasing,releasing,2.86,Verb,9,7,3,release,none,none,8.53,1.00,none,7.98,none,8.12 relegate,relegate,0.04,Verb,8,7,3,relegate,12.00,0.89,12.00,0.89,none,none,none, relegated,relegated,0.18,Verb,9,9,4,relegate,none,none,12.00,0.89,none,none,none, relent,relent,0.25,Adjective,6,6,2,relent,11.81,0.84,11.81,0.84,none,none,none, relented,relented,0.08,Verb,8,8,3,relent,none,none,11.81,0.84,none,none,none, relentless,relentless,1.55,Adjective,10,9,3,relentless,9.89,1.00,9.89,1.00,none,none,none, relentlessness,relentlessness,0.02,Noun,14,12,4,relentlessness,13.44,1.00,13.44,1.00,none,none,none, relents,relents,0.04,Verb,7,7,2,relent,none,none,11.81,0.84,none,none,none, relevance,relevance,1.61,Noun,9,8,3,relevance,11.56,1.00,11.56,1.00,none,none,none, relevancy,relevancy,0.10,Noun,9,9,4,relevancy,11.53,0.94,11.53,0.94,none,none,none, relevant,relevant,5.61,Adjective,8,8,3,relevant,10.37,1.00,10.37,1.00,none,none,none, reliability,reliability,0.31,Noun,11,11,6,reliability,10.06,1.00,10.06,1.00,9.97,none,none, reliable,reliable,5.90,Adjective,8,8,4,reliable,9.32,1.00,9.32,1.00,9.14,none,none, reliance,reliance,0.27,Noun,8,7,3,reliance,10.53,1.00,10.53,1.00,none,none,none, reliant,reliant,0.12,Adjective,7,7,3,reliant,11.75,1.00,11.75,1.00,none,none,none, relic,relic,1.33,Noun,5,5,2,relic,10.63,1.00,10.63,1.00,none,11.51,none,11.39 relics,relics,0.96,Noun,6,6,2,relic,none,none,10.63,1.00,none,11.51,none,11.39 relict,relict,0.04,Noun,6,6,2,relict,14.62,0.44,14.62,0.44,none,none,none, relied,relied,0.94,Verb,6,5,2,rely,none,none,9.32,1.00,none,none,none,8.87 relief,relief,14.59,Noun,6,5,2,relief,7.79,1.00,7.79,1.00,none,8.79,none,8.62 reliefs,reliefs,0.02,Noun,7,6,2,relief,none,none,7.79,1.00,none,8.79,none,8.62 relies,relies,0.55,Verb,6,5,2,rely,none,none,9.32,1.00,none,none,none,8.87 relieve,relieve,5.57,Verb,7,5,2,relieve,7.95,1.00,7.95,1.00,9.30,none,none,9.22 relieved,relieved,10.27,Verb,8,6,2,relieve,none,none,7.95,1.00,9.30,none,none,9.22 reliever,reliever,0.18,Verb,8,6,3,reliever,10.21,1.00,10.21,1.00,none,none,none, relieves,relieves,0.31,Verb,8,6,2,relieve,none,none,7.95,1.00,9.30,none,none,9.22 relieving,relieving,1.18,Verb,9,7,3,relieve,none,none,7.95,1.00,9.30,none,none,9.22 relight,relight,0.12,Noun,7,5,2,relight,8.22,0.95,8.22,0.95,none,none,none, religion,religion,13.86,Noun,8,7,3,religion,7.06,1.00,7.06,1.00,7.01,none,none, religionist,religionist,0.02,Noun,11,10,4,religionist,14.00,0.83,14.00,0.83,none,none,none, religions,religions,0.92,Noun,9,8,3,religion,none,none,7.06,1.00,7.01,none,none, religiosity,religiosity,0.04,Noun,11,11,6,religiosity,13.71,0.78,13.71,0.78,none,none,none, religious,religious,13.86,Adjective,9,7,3,religious,7.84,1.00,7.84,1.00,none,none,none, relinquish,relinquish,0.90,Verb,10,9,3,relinquish,12.44,0.95,12.44,0.95,none,none,none, relinquished,relinquished,0.12,Verb,12,10,3,relinquish,none,none,12.44,0.95,none,none,none, relinquishes,relinquishes,0.10,Verb,12,11,4,relinquish,none,none,12.44,0.95,none,none,none, relinquishing,relinquishing,0.14,Verb,13,11,4,relinquish,none,none,12.44,0.95,none,none,none, relinquishment,relinquishment,0.04,Noun,14,13,4,relinquishment,13.05,0.95,13.05,0.95,none,none,none, reliquary,reliquary,0.04,Noun,9,9,4,reliquary,14.00,0.58,14.00,0.58,none,none,none, relish,relish,1.88,Verb,6,5,2,relish,7.83,1.00,7.83,1.00,none,10.49,none,9.13 relished,relished,0.20,Verb,8,6,2,relish,none,none,7.83,1.00,none,10.49,none,9.13 relishes,relishes,0.06,Verb,8,7,3,relish,none,none,7.83,1.00,none,10.49,none,9.13 relishing,relishing,0.10,Verb,9,7,3,relish,none,none,7.83,1.00,none,10.49,none,9.13 relive,relive,1.69,Verb,6,5,2,relive,10.05,1.00,10.05,1.00,none,none,none, relived,relived,0.14,Verb,7,6,2,relive,none,none,10.05,1.00,none,none,none, relives,relives,0.04,Verb,7,6,2,relive,none,none,10.05,1.00,none,none,none, reliving,reliving,0.57,Verb,8,7,3,relive,none,none,10.05,1.00,none,none,none, reload,reload,1.39,Verb,6,5,2,reload,8.95,1.00,8.95,1.00,none,none,none, reloaded,reloaded,0.22,Verb,8,7,3,reload,none,none,8.95,1.00,none,none,none, reloading,reloading,0.25,Verb,9,7,3,reload,none,none,8.95,1.00,none,none,none, reloads,reloads,0.06,Noun,7,6,2,reload,none,none,8.95,1.00,none,none,none, relocate,relocate,1.27,Verb,8,7,3,relocate,9.79,1.00,9.79,1.00,none,none,none, relocated,relocated,0.80,Verb,9,9,4,relocate,none,none,9.79,1.00,none,none,none, relocates,relocates,0.04,Verb,9,8,3,relocate,none,none,9.79,1.00,none,none,none, relocating,relocating,0.37,Verb,10,9,4,relocate,none,none,9.79,1.00,none,none,none, relocation,relocation,0.76,Noun,10,9,4,relocation,9.95,1.00,9.95,1.00,none,none,none, relock,relock,0.06,Noun,6,5,2,relock,8.89,1.00,8.89,1.00,none,none,none, reluctance,reluctance,0.90,Noun,10,9,3,reluctance,11.00,1.00,11.00,1.00,none,none,none, reluctant,reluctant,2.51,Adjective,9,9,3,reluctant,11.11,1.00,11.11,1.00,none,none,none, rely,rely,7.18,Verb,4,4,2,rely,9.32,1.00,9.32,1.00,none,none,none,8.87 relying,relying,1.27,Verb,7,6,3,rely,none,none,9.32,1.00,none,none,none,8.87 remade,remade,0.20,Verb,6,5,2,remake,none,none,8.11,1.00,8.82,none,none, remain,remain,33.22,Verb,6,5,2,remain,8.17,1.00,8.17,1.00,none,none,none,8.20 remainder,remainder,1.51,Noun,9,7,3,remainder,8.00,1.00,8.00,1.00,none,none,none, remainders,remainders,0.12,Noun,10,8,3,remainder,none,none,8.00,1.00,none,none,none, remained,remained,4.37,Verb,8,6,2,remain,none,none,8.17,1.00,none,none,none,8.20 remaining,remaining,6.75,Adjective,9,7,3,remaining,7.28,1.00,7.28,1.00,none,none,none, remains,remains,17.45,Verb,7,6,2,remains,7.87,1.00,7.87,1.00,none,none,none, remake,remake,1.02,Verb,6,5,2,remake,8.11,1.00,8.11,1.00,8.82,none,none, remakes,remakes,0.06,Verb,7,6,2,remake,none,none,8.11,1.00,8.82,none,none, remaking,remaking,0.08,Verb,8,7,3,remake,none,none,8.11,1.00,8.82,none,none, remand,remand,0.16,Verb,6,6,2,remand,12.65,0.89,12.65,0.89,none,none,none, remanded,remanded,0.78,Verb,8,8,3,remand,none,none,12.65,0.89,none,none,none, remark,remark,4.39,Noun,6,6,2,remark,8.37,1.00,8.37,1.00,none,8.34,none,8.53 remarkable,remarkable,12.57,Adjective,10,10,4,remarkable,9.72,1.00,9.72,1.00,none,none,none, remarked,remarked,0.35,Verb,8,7,2,remark,none,none,8.37,1.00,none,8.34,none,8.53 remarking,remarking,0.20,Verb,9,8,3,remark,none,none,8.37,1.00,none,8.34,none,8.53 remarks,remarks,3.92,Noun,7,7,2,remark,none,none,8.37,1.00,none,8.34,none,8.53 remarriage,remarriage,0.06,Noun,10,7,3,remarriage,11.32,1.00,11.32,1.00,none,none,none, remarried,remarried,1.76,Verb,9,7,3,remarry,none,none,8.65,1.00,none,none,none, remarries,remarries,0.08,Verb,9,7,3,remarry,none,none,8.65,1.00,none,none,none, remarry,remarry,0.86,Verb,7,6,3,remarry,8.65,1.00,8.65,1.00,none,none,none, remarrying,remarrying,0.12,Verb,10,8,4,remarry,none,none,8.65,1.00,none,none,none, rematch,rematch,1.43,Noun,7,5,2,rematch,9.05,0.95,9.05,0.95,none,none,none, rematerialize,rematerialize,0.02,Verb,13,12,6,rematerialize,12.82,0.89,12.82,0.89,none,none,none, remedial,remedial,0.39,Adjective,8,8,4,remedial,13.00,1.00,13.00,1.00,none,none,none, remedied,remedied,0.18,Verb,8,7,3,remedy,none,none,8.83,1.00,none,9.71,none, remedies,remedies,0.55,Noun,8,7,3,remedy,none,none,8.83,1.00,none,9.71,none, remedy,remedy,2.31,Noun,6,6,3,remedy,8.83,1.00,8.83,1.00,none,9.71,none, remember,remember,542.47,Verb,8,7,3,remember,5.63,1.00,5.63,1.00,6.01,none,none, remembered,remembered,22.47,Verb,10,8,3,remember,none,none,5.63,1.00,6.01,none,none, remembering,remembering,5.78,Verb,11,9,4,remember,none,none,5.63,1.00,6.01,none,none, remembers,remembers,7.71,Verb,9,8,3,remember,none,none,5.63,1.00,6.01,none,none, remembrance,remembrance,0.73,Noun,11,10,3,remembrance,11.30,1.00,11.30,1.00,none,none,none, remembrances,remembrances,0.04,Noun,12,12,4,remembrance,none,none,11.30,1.00,none,none,none, remind,remind,36.92,Verb,6,6,2,remind,8.15,1.00,8.15,1.00,none,none,none,7.34 reminded,reminded,8.29,Verb,8,8,3,remind,none,none,8.15,1.00,none,none,none,7.34 reminder,reminder,3.76,Noun,8,7,3,reminder,7.50,1.00,7.50,1.00,none,none,none, reminders,reminders,0.37,Noun,9,8,3,reminder,none,none,7.50,1.00,none,none,none, reminding,reminding,3.02,Verb,9,8,3,remind,none,none,8.15,1.00,none,none,none,7.34 reminds,reminds,18.37,Verb,7,7,2,remind,none,none,8.15,1.00,none,none,none,7.34 reminisce,reminisce,0.73,Verb,9,7,3,reminisce,12.50,0.89,12.50,0.89,none,none,none, reminiscence,reminiscence,0.12,Noun,12,10,4,reminiscence,11.63,0.95,11.63,0.95,none,none,none, reminiscences,reminiscences,0.08,Noun,13,12,5,reminiscences,13.21,1.00,13.21,1.00,none,none,none, reminiscent,reminiscent,0.43,Adjective,11,10,4,reminiscent,11.95,1.00,11.95,1.00,none,none,none, reminisces,reminisces,0.02,Verb,10,9,4,reminisce,none,none,12.50,0.89,none,none,none, reminiscing,reminiscing,0.49,Verb,11,9,4,reminisce,none,none,12.50,0.89,none,none,none, remiss,remiss,0.69,Adjective,6,5,2,remiss,12.07,0.79,12.07,0.79,none,none,none,11.80 remission,remission,0.88,Noun,9,7,3,remission,13.58,1.00,13.58,1.00,none,none,none, remit,remit,0.14,Verb,5,5,2,remit,15.88,0.89,15.88,0.89,11.53,none,none, remittance,remittance,0.10,Noun,10,8,3,remittance,13.67,0.95,13.67,0.95,none,11.64,none, remittances,remittances,0.02,Noun,11,10,4,remittance,none,none,13.67,0.95,none,11.64,none, remitted,remitted,0.16,Verb,8,7,3,remit,none,none,15.88,0.89,11.53,none,none, remitting,remitting,0.08,Verb,9,7,3,remit,none,none,15.88,0.89,11.53,none,none, remix,remix,0.31,Noun,5,6,2,remix,9.73,1.00,9.73,1.00,none,none,none, remixes,remixes,0.02,Noun,7,8,3,remix,none,none,9.73,1.00,none,none,none, remnant,remnant,0.24,Noun,7,7,2,remnant,11.71,0.94,11.71,0.94,none,none,none, remnants,remnants,0.67,Noun,8,8,2,remnant,none,none,11.71,0.94,none,none,none, remodel,remodel,0.76,Noun,7,7,3,remodel,10.00,1.00,10.00,1.00,none,none,none, remodeled,remodelled,0.27,Verb,9,8,3,remodel,none,none,10.00,1.00,none,none,none, remodeler,remodeler,0.02,Noun,9,8,4,remodeler,11.11,0.95,11.11,0.95,none,none,none, remodeling,remodelling,0.63,Verb,10,9,4,remodel,none,none,10.00,1.00,none,none,none, remold,remould,0.02,Verb,6,6,2,remold,13.43,0.74,13.43,0.74,none,none,none, remonstration,remonstration,Err:512,Err:512,13,12,4,remonstration,15.12,0.42,15.12,0.42,none,none,none, remora,remora,0.16,Noun,6,6,3,remora,14.00,0.14,14.00,0.14,none,none,none, remoras,remoras,0.18,Noun,7,7,3,remora,none,none,14.00,0.14,none,none,none, remorse,remorse,3.02,Noun,7,6,2,remorse,11.11,0.95,11.11,0.95,none,none,none, remorseful,remorseful,0.31,Adjective,10,9,3,remorseful,11.29,0.89,11.29,0.89,none,none,none, remorseless,remorseless,0.10,Adjective,11,9,3,remorseless,11.24,0.94,11.24,0.94,none,none,none, remortgage,remortgage,0.06,Verb,10,8,3,remortgage,15.38,0.68,15.38,0.68,none,none,none, remortgaged,remortgaged,0.06,Verb,11,9,3,remortgage,none,none,15.38,0.68,none,none,none, remote,remote,13.98,Adjective,6,5,2,remote,7.05,1.00,7.05,1.00,none,8.60,none,6.33 remoteness,remoteness,0.08,Noun,10,8,3,remoteness,10.42,1.00,10.42,1.00,none,none,none, remotes,remotes,0.33,Noun,7,6,2,remote,none,none,7.05,1.00,none,8.60,none,6.33 remotest,remotest,0.22,Adjective,8,8,3,remote,none,none,7.05,1.00,none,8.60,none,6.33 remount,remount,0.04,Verb,7,6,2,remount,15.07,0.70,15.07,0.70,none,none,none, remounts,remounts,0.04,Verb,8,7,2,remount,none,none,15.07,0.70,none,none,none, removable,removable,0.12,Adjective,9,9,4,removable,9.63,1.00,9.63,1.00,none,none,none, removal,removal,2.06,Noun,7,7,3,removal,6.63,1.00,6.63,1.00,none,8.09,none, removals,removals,0.04,Noun,8,8,3,removal,none,none,6.63,1.00,none,8.09,none, remove,remove,21.25,Verb,6,5,2,remove,5.67,1.00,5.67,1.00,7.08,none,none,7.11 removed,removed,14.45,Verb,7,6,2,remove,none,none,5.67,1.00,7.08,none,none,7.11 remover,remover,0.65,Noun,7,6,3,remover,7.21,1.00,7.21,1.00,9.12,none,none, removes,removes,1.10,Verb,7,6,2,remove,none,none,5.67,1.00,7.08,none,none,7.11 removing,removing,3.24,Verb,8,7,3,remove,none,none,5.67,1.00,7.08,none,none,7.11 remuneration,remuneration,0.22,Noun,12,11,5,remuneration,15.79,0.78,15.79,0.78,none,none,none, remunerative,remunerative,0.02,Adjective,12,11,5,remunerative,17.80,0.25,17.80,0.25,none,none,none, renaissance,renaissance,2.20,Noun,11,8,3,renaissance,11.72,1.00,11.72,1.00,none,none,none, renal,renal,1.59,Adjective,5,5,2,renal,17.13,0.83,17.13,0.83,none,none,none, rename,rename,0.22,Verb,6,5,2,rename,9.06,1.00,9.06,1.00,none,none,none, renamed,renamed,0.20,Verb,7,6,2,rename,none,none,9.06,1.00,none,none,none, renaming,renaming,0.08,Verb,8,7,3,rename,none,none,9.06,1.00,none,none,none, renascence,renascence,Err:512,Err:512,10,8,3,renascence,13.40,0.53,13.40,0.53,none,none,none, rend,rend,0.31,Verb,4,4,1,rend,12.92,0.67,12.92,0.67,none,none,12.26, render,render,2.02,Verb,6,5,2,render,12.44,0.95,12.44,0.95,none,none,none,11.90 rendered,rendered,2.45,Verb,8,6,2,render,none,none,12.44,0.95,none,none,none,11.90 renderer,renderer,0.02,Noun,8,6,3,renderer,12.80,0.83,12.80,0.83,none,none,none, renders,renders,0.49,Verb,7,6,2,render,none,none,12.44,0.95,none,none,none,11.90 rendezvous,rendezvous,6.12,Noun,10,7,3,rendezvous,11.79,1.00,11.79,1.00,none,11.39,none, rendezvoused,rendezvoused,0.10,Verb,12,8,3,rendezvous,none,none,11.79,1.00,none,11.39,none, rendezvousing,rendezvousing,0.06,Verb,13,9,4,rendezvous,none,none,11.79,1.00,none,11.39,none, rending,rending,0.08,Verb,7,6,2,rend,none,none,12.92,0.67,none,none,12.26, rendition,rendition,0.43,Noun,9,8,3,rendition,11.95,1.00,11.95,1.00,none,none,none, renditions,renditions,0.06,Noun,10,9,3,rendition,none,none,11.95,1.00,none,none,none, rends,rends,0.04,Verb,5,5,1,rend,none,none,12.92,0.67,none,none,12.26, renegade,renegade,1.33,Noun,8,7,3,renegade,10.21,1.00,10.21,1.00,none,none,none, renegades,renegades,0.16,Noun,9,8,3,renegade,none,none,10.21,1.00,none,none,none, renege,renege,0.22,Verb,6,5,2,renege,13.33,0.63,13.33,0.63,12.40,none,none, reneged,reneged,0.20,Verb,7,6,2,renege,none,none,13.33,0.63,12.40,none,none, reneging,reneging,0.12,Verb,8,7,3,renege,none,none,13.33,0.63,12.40,none,none, renegotiate,renegotiate,0.61,Verb,11,10,5,renegotiate,13.26,1.00,13.26,1.00,none,none,none, renegotiated,renegotiated,0.08,Verb,12,12,6,renegotiate,none,none,13.26,1.00,none,none,none, renegotiating,renegotiating,0.14,Verb,13,12,6,renegotiate,none,none,13.26,1.00,none,none,none, renegotiation,renegotiation,0.12,Noun,13,12,6,renegotiation,11.19,0.89,11.19,0.89,none,none,none, renegotiations,renegotiations,0.02,Noun,14,13,6,renegotiation,none,none,11.19,0.89,none,none,none, renew,renew,2.18,Verb,5,4,2,renew,10.06,1.00,10.06,1.00,8.73,none,none, renewable,renewable,0.16,Adjective,9,8,4,renewable,10.67,1.00,10.67,1.00,none,none,none, renewal,renewal,0.96,Noun,7,6,3,renewal,10.74,1.00,10.74,1.00,none,none,none, renewals,renewals,0.14,Noun,8,7,3,renewal,none,none,10.74,1.00,none,none,none, renewed,renewed,1.53,Adjective,7,5,2,renewed,8.70,1.00,8.70,1.00,none,none,none, renewing,renewing,0.57,Verb,8,6,3,renew,none,none,10.06,1.00,8.73,none,none, renews,renews,0.04,Verb,6,5,2,renew,none,none,10.06,1.00,8.73,none,none, renitent,renitent,0.02,Noun,8,8,3,renitent,14.17,0.33,14.17,0.33,none,none,none, rennet,rennet,0.04,Noun,6,5,2,rennet,15.20,0.53,15.20,0.53,none,none,none, rennin,rennin,0.02,Noun,6,5,2,rennin,14.71,0.35,14.71,0.35,none,none,none, renounce,renounce,1.69,Verb,8,6,2,renounce,12.72,1.00,12.72,1.00,none,none,none,12.64 renounced,renounced,0.29,Verb,9,7,2,renounce,none,none,12.72,1.00,none,none,none,12.64 renounces,renounces,0.08,Verb,9,8,3,renounce,none,none,12.72,1.00,none,none,none,12.64 renouncing,renouncing,0.16,Verb,10,8,3,renounce,none,none,12.72,1.00,none,none,none,12.64 renovate,renovate,0.25,Verb,8,7,3,renovate,11.40,1.00,11.40,1.00,10.72,none,none, renovated,renovated,0.47,Verb,9,9,4,renovate,none,none,11.40,1.00,10.72,none,none, renovating,renovating,0.59,Verb,10,9,4,renovate,none,none,11.40,1.00,10.72,none,none, renovation,renovation,0.84,Noun,10,9,4,renovation,11.12,0.94,11.12,0.94,none,none,none, renovations,renovations,0.76,Noun,11,10,4,renovation,none,none,11.12,0.94,none,none,none, renown,renown,0.39,Noun,6,5,2,renown,11.00,1.00,11.00,1.00,none,none,none, renowned,renowned,1.31,Adjective,8,6,2,renowned,11.40,1.00,11.40,1.00,none,none,none, rent,rent,34.55,Noun,4,4,1,rent,8.89,1.00,8.89,1.00,7.72,8.30,8.51, rental,rental,4.82,Noun,6,6,2,rental,10.00,1.00,10.00,1.00,none,none,none,7.65 rentals,rentals,0.63,Noun,7,7,2,rental,none,none,10.00,1.00,none,none,none,7.65 rented,rented,9.14,Verb,6,6,2,rent,none,none,8.89,1.00,7.72,8.30,8.51, renter,renter,0.25,Noun,6,5,2,renter,10.00,1.00,10.00,1.00,none,none,none, renters,renters,0.20,Noun,7,6,2,renter,none,none,10.00,1.00,none,none,none, renting,renting,3.18,Verb,7,6,2,rent,none,none,8.89,1.00,7.72,8.30,8.51, rents,rents,1.27,Verb,5,5,1,rent,none,none,8.89,1.00,7.72,8.30,8.51, renunciation,renunciation,0.22,Noun,12,11,5,renunciation,14.94,1.00,14.94,1.00,none,none,none, reoccur,reoccur,0.06,Verb,7,5,3,reoccur,10.65,0.94,10.65,0.94,none,none,none, reoccurrence,reoccurrence,0.02,Noun,12,8,4,reoccurrence,11.44,1.00,11.44,1.00,none,none,none, reoccurring,reoccurring,0.22,Adjective,11,7,4,reoccurring,8.50,1.00,8.50,1.00,none,none,none, reoccurs,reoccurs,0.04,Verb,8,6,3,reoccur,none,none,10.65,0.94,none,none,none, reopen,reopen,1.59,Verb,6,6,3,reopen,8.78,1.00,8.78,1.00,none,none,none, reopened,reopened,0.88,Verb,8,7,3,reopen,none,none,8.78,1.00,none,none,none, reopens,reopens,0.12,Verb,7,7,3,reopen,none,none,8.78,1.00,none,none,none, reorder,reorder,0.08,Noun,7,6,3,reorder,8.00,1.00,8.00,1.00,none,none,none, reorders,reorders,0.02,Verb,8,7,3,reorder,none,none,8.00,1.00,none,none,none, reorganization,reorganisation,0.35,Noun,14,13,6,reorganization,14.29,1.00,14.29,1.00,none,none,none, reorganize,reorganise,0.41,Verb,10,9,4,reorganize,9.59,0.94,9.59,0.94,none,none,none, reorganized,reorganised,0.18,Verb,11,10,4,reorganize,none,none,9.59,0.94,none,none,none, reorganizes,reorganises,0.02,Verb,11,11,5,reorganize,none,none,9.59,0.94,none,none,none, reorganizing,reorganising,0.20,Verb,12,11,5,reorganize,none,none,9.59,0.94,none,none,none, reorient,reorient,0.04,Noun,8,8,4,reorient,14.43,0.74,14.43,0.74,none,none,none, reorientation,reorientation,0.08,Noun,13,12,6,reorientation,12.83,1.00,12.83,1.00,none,none,none, rep,rep,5.16,Noun,3,3,1,rep,9.50,0.84,9.50,0.84,none,none,none, repack,repack,0.14,Verb,6,5,2,repack,9.47,1.00,9.47,1.00,none,none,none, repackage,repackage,0.06,Verb,9,7,3,repackage,9.68,1.00,9.68,1.00,none,none,none, repackaged,repackaged,0.06,Verb,10,8,3,repackage,none,none,9.68,1.00,none,none,none, repacking,repacking,0.06,Verb,9,7,3,repacking,9.76,0.94,9.76,0.94,none,none,none, repagination,repagination,0.02,Noun,12,11,5,repagination,16.40,0.56,16.40,0.56,none,none,none, repaid,repaid,0.82,Verb,6,5,2,repay,none,none,9.75,1.00,none,none,none, repaint,repaint,0.45,Verb,7,6,2,repaint,8.33,1.00,8.33,1.00,none,none,none, repainted,repainted,0.22,Verb,9,8,3,repaint,none,none,8.33,1.00,none,none,none, repainting,repainting,0.22,Verb,10,8,3,repaint,none,none,8.33,1.00,none,none,none, repair,repair,8.82,Verb,6,5,2,repair,7.81,1.00,7.81,1.00,6.30,7.51,none,7.49 repairable,repairable,0.04,Adjective,10,9,4,repairable,9.83,1.00,9.83,1.00,none,none,none, repaired,repaired,2.75,Verb,8,6,2,repair,none,none,7.81,1.00,6.30,7.51,none,7.49 repairer,repairer,0.02,Noun,8,6,3,repairer,9.00,0.95,9.00,0.95,none,none,none, repairing,repairing,0.82,Verb,9,7,3,repair,none,none,7.81,1.00,6.30,7.51,none,7.49 repairman,repairman,1.06,Noun,9,8,3,repairman,7.25,1.00,7.25,1.00,none,none,none, repairmen,repairmen,0.14,Noun,9,8,3,repairman,none,none,7.25,1.00,none,none,none, repairs,repairs,3.45,Noun,7,6,2,repair,none,none,7.81,1.00,6.30,7.51,none,7.49 reparation,reparation,0.12,Noun,10,8,4,reparation,12.37,1.00,12.37,1.00,none,none,none, reparations,reparations,0.27,Noun,11,9,4,reparation,none,none,12.37,1.00,none,none,none, reparative,reparative,0.08,Adjective,10,8,4,reparative,12.19,0.84,12.19,0.84,none,none,none, repartee,repartee,0.39,Noun,8,6,3,repartee,11.88,0.44,11.88,0.44,none,none,none, repast,repast,0.16,Noun,6,6,2,repast,13.30,0.53,13.30,0.53,none,none,none, repatriate,repatriate,0.08,Verb,10,9,4,repatriate,15.42,0.60,15.42,0.60,none,none,none, repatriated,repatriated,0.16,Verb,11,11,5,repatriate,none,none,15.42,0.60,none,none,none, repatriation,repatriation,0.04,Noun,12,11,5,repatriation,14.00,0.78,14.00,0.78,none,none,none, repay,repay,5.20,Verb,5,4,2,repay,9.75,1.00,9.75,1.00,none,none,none, repaying,repaying,0.31,Verb,8,6,3,repay,none,none,9.75,1.00,none,none,none, repayment,repayment,0.24,Noun,9,8,3,repayment,11.94,0.95,11.94,0.95,none,none,none, repayments,repayments,0.02,Noun,10,9,3,repayment,none,none,11.94,0.95,none,none,none, repays,repays,0.08,Verb,6,5,2,repay,none,none,9.75,1.00,none,none,none, repeal,repeal,0.16,Verb,6,5,2,repeal,12.00,0.94,12.00,0.94,none,none,none, repealed,repealed,0.18,Verb,8,6,2,repeal,none,none,12.00,0.94,none,none,none, repeat,repeat,33.02,Verb,6,5,2,repeat,5.28,1.00,5.28,1.00,7.82,7.35,none,7.72 repeatable,repeatable,0.06,Adjective,10,9,4,repeatable,10.17,1.00,10.17,1.00,none,none,none, repeated,repeated,2.80,Verb,8,7,3,repeat,none,none,5.28,1.00,7.82,7.35,none,7.72 repeater,repeater,0.27,Noun,8,6,3,repeater,10.65,0.94,10.65,0.94,none,none,none, repeaters,repeaters,0.22,Noun,9,7,3,repeater,none,none,10.65,0.94,none,none,none, repeating,repeating,5.29,Verb,9,7,3,repeat,none,none,5.28,1.00,7.82,7.35,none,7.72 repeats,repeats,1.55,Verb,7,6,2,repeat,none,none,5.28,1.00,7.82,7.35,none,7.72 repel,repel,0.67,Verb,5,5,2,repel,10.40,0.95,10.40,0.95,none,10.07,none,10.32 repellant,repellent,0.08,Noun,9,8,3,repellant,9.56,1.00,9.56,1.00,none,none,none, repelled,repelled,0.24,Verb,8,6,2,repel,none,none,10.40,0.95,none,10.07,none,10.32 repellent,repellent,0.78,Noun,9,8,3,repellent,10.32,1.00,10.32,1.00,none,none,none, repelling,repelling,0.12,Verb,9,7,3,repel,none,none,10.40,0.95,none,10.07,none,10.32 repels,repels,0.18,Verb,6,6,2,repel,none,none,10.40,0.95,none,10.07,none,10.32 repent,repent,2.41,Verb,6,6,2,repent,8.53,0.95,8.53,0.95,none,none,none,10.22 repentance,repentance,0.61,Noun,10,9,3,repentance,11.00,0.94,11.00,0.94,none,none,none, repentant,repentant,0.24,Adjective,9,9,3,repentant,10.68,0.95,10.68,0.95,none,none,none, repented,repented,0.16,Verb,8,8,3,repent,none,none,8.53,0.95,none,none,none,10.22 repenting,repenting,0.18,Verb,9,8,3,repent,none,none,8.53,0.95,none,none,none,10.22 repents,repents,0.12,Verb,7,7,2,repent,none,none,8.53,0.95,none,none,none,10.22 repercussion,repercussion,0.08,Noun,12,9,4,repercussion,13.44,1.00,13.44,1.00,none,none,none, repercussions,repercussions,1.08,Noun,13,10,4,repercussion,none,none,13.44,1.00,none,none,none, repertoire,repertoire,0.45,Noun,10,8,3,repertoire,14.20,1.00,14.20,1.00,none,none,none, repertory,repertory,0.31,Noun,9,8,4,repertory,14.41,0.85,14.41,0.85,none,none,none, repetition,repetition,0.69,Noun,10,9,4,repetition,7.56,1.00,7.56,1.00,none,none,none, repetitions,repetitions,0.10,Noun,11,10,4,repetition,none,none,7.56,1.00,none,none,none, repetitious,repetitious,0.14,Adjective,11,9,4,repetitious,10.17,1.00,10.17,1.00,none,none,none, repetitive,repetitive,0.57,Adjective,10,9,4,repetitive,9.11,1.00,9.11,1.00,none,none,none, rephrase,rephrase,1.65,Verb,8,6,2,rephrase,9.25,1.00,9.25,1.00,none,none,none, rephrasing,rephrasing,0.10,Verb,10,8,3,rephrase,none,none,9.25,1.00,none,none,none, repine,repine,Err:512,Err:512,6,5,2,repine,14.17,0.32,14.17,0.32,none,none,none, replace,replace,13.35,Verb,7,6,2,replace,7.20,1.00,7.20,1.00,none,none,none,7.96 replaceable,replaceable,0.22,Adjective,11,10,4,replaceable,7.89,1.00,7.89,1.00,none,none,none, replaced,replaced,8.25,Verb,8,7,2,replace,none,none,7.20,1.00,none,none,none,7.96 replacement,replacement,6.22,Noun,11,10,3,replacement,9.74,1.00,9.74,1.00,none,none,none, replacements,replacements,1.84,Noun,12,11,3,replacement,none,none,9.74,1.00,none,none,none, replacer,replacer,0.02,Noun,8,7,3,replacer,10.38,0.89,10.38,0.89,none,none,none, replaces,replaces,0.45,Verb,8,8,3,replace,none,none,7.20,1.00,none,none,none,7.96 replacing,replacing,2.59,Verb,9,8,3,replace,none,none,7.20,1.00,none,none,none,7.96 replant,replant,0.14,Verb,7,7,2,replant,7.83,1.00,7.83,1.00,none,none,none, replanted,replanted,0.08,Verb,9,9,3,replant,none,none,7.83,1.00,none,none,none, replanting,replanting,0.14,Verb,10,9,3,replant,none,none,7.83,1.00,none,none,none, replay,replay,1.20,Noun,6,5,2,replay,7.00,1.00,7.00,1.00,none,none,none, replayed,replayed,0.06,Verb,8,6,2,replay,none,none,7.00,1.00,none,none,none, replaying,replaying,0.08,Verb,9,7,3,replay,none,none,7.00,1.00,none,none,none, replays,replays,0.12,Noun,7,6,2,replay,none,none,7.00,1.00,none,none,none, replenish,replenish,0.51,Verb,9,8,3,replenish,9.33,1.00,9.33,1.00,none,none,none, replenished,replenished,0.12,Verb,11,9,3,replenish,none,none,9.33,1.00,none,none,none, replenishes,replenishes,0.04,Verb,11,10,4,replenish,none,none,9.33,1.00,none,none,none, replenishing,replenishing,0.20,Verb,12,10,4,replenish,none,none,9.33,1.00,none,none,none, replenishment,replenishment,0.02,Noun,13,12,4,replenishment,10.89,1.00,10.89,1.00,none,none,none, replete,replete,0.16,Adjective,7,6,2,replete,14.14,0.74,14.14,0.74,none,none,none, repletion,repletion,0.02,Noun,9,8,3,repletion,14.54,0.68,14.54,0.68,none,none,none, replica,replica,1.10,Noun,7,7,3,replica,10.47,1.00,10.47,1.00,none,none,none, replicable,replicable,0.02,Adjective,10,10,4,replicable,11.38,0.84,11.38,0.84,none,none,none, replicas,replicas,0.12,Noun,8,8,3,replica,none,none,10.47,1.00,none,none,none, replicate,replicate,0.73,Verb,9,8,3,replicate,11.26,1.00,11.26,1.00,none,none,none, replicated,replicated,0.12,Verb,10,10,4,replicate,none,none,11.26,1.00,none,none,none, replicates,replicates,0.08,Verb,10,9,3,replicate,none,none,11.26,1.00,none,none,none, replicating,replicating,0.22,Verb,11,10,4,replicate,none,none,11.26,1.00,none,none,none, replication,replication,0.22,Noun,11,10,4,replication,12.61,1.00,12.61,1.00,none,none,none, replied,replied,1.16,Verb,7,6,2,reply,none,none,7.74,1.00,none,none,none,7.11 replies,replies,0.55,Noun,7,6,2,reply,none,none,7.74,1.00,none,none,none,7.11 reply,reply,4.80,Noun,5,5,2,reply,7.74,1.00,7.74,1.00,none,none,none,7.11 replying,replying,0.14,Verb,8,7,3,reply,none,none,7.74,1.00,none,none,none,7.11 repopulate,repopulate,0.24,Verb,10,10,4,repopulate,12.00,1.00,12.00,1.00,none,none,none, repopulation,repopulation,0.02,Noun,12,12,5,repopulation,12.11,0.95,12.11,0.95,none,none,none, report,report,108.00,Noun,6,6,2,report,6.60,1.00,6.60,1.00,7.35,7.71,none,8.20 reportable,reportable,0.02,Adjective,10,10,4,reportable,10.61,1.00,10.61,1.00,none,none,none, reportage,reportage,0.12,Noun,9,8,3,reportage,14.00,0.65,14.00,0.65,none,none,none, reported,reported,15.12,Verb,8,8,3,report,none,none,6.60,1.00,7.35,7.71,none,8.20 reporter,reporter,20.39,Noun,8,7,3,reporter,8.11,1.00,8.11,1.00,none,none,none, reporters,reporters,8.55,Noun,9,8,3,reporter,none,none,8.11,1.00,none,none,none, reporting,reporting,11.55,Verb,9,8,3,report,none,none,6.60,1.00,7.35,7.71,none,8.20 reportorial,reportorial,0.04,Adjective,11,10,5,reportorial,13.17,0.63,13.17,0.63,none,none,none, reports,reports,25.41,Noun,7,7,2,report,none,none,6.60,1.00,7.35,7.71,none,8.20 repose,repose,0.57,Noun,6,5,2,repose,12.94,0.84,12.94,0.84,none,none,none,11.80 reposed,reposed,0.04,Verb,7,6,2,repose,none,none,12.94,0.84,none,none,none,11.80 reposes,reposes,0.04,Verb,7,7,3,repose,none,none,12.94,0.84,none,none,none,11.80 reposition,reposition,0.53,Verb,10,9,4,reposition,11.28,1.00,11.28,1.00,none,none,none, repositioned,repositioned,0.18,Verb,12,10,4,reposition,none,none,11.28,1.00,none,none,none, repositioning,repositioning,0.18,Verb,13,11,5,reposition,none,none,11.28,1.00,none,none,none, repositories,repositories,0.02,Noun,12,11,5,repository,none,none,14.83,0.86,none,none,none, repository,repository,0.25,Noun,10,10,5,repository,14.83,0.86,14.83,0.86,none,none,none, repossess,repossess,0.39,Verb,9,7,3,repossess,13.00,0.94,13.00,0.94,none,none,none, repossessed,repossessed,0.45,Verb,11,8,3,repossess,none,none,13.00,0.94,none,none,none, repossesses,repossesses,0.02,Verb,11,9,4,repossess,none,none,13.00,0.94,none,none,none, repossessing,repossessing,0.06,Verb,12,9,4,repossess,none,none,13.00,0.94,none,none,none, repossession,repossession,0.04,Noun,12,9,4,repossession,11.89,1.00,11.89,1.00,none,none,none, repossessions,repossessions,0.02,Noun,13,10,4,repossession,none,none,11.89,1.00,none,none,none, repot,repot,0.06,Noun,5,5,2,repot,8.44,0.95,8.44,0.95,none,none,none, repower,repower,0.02,Verb,7,5,3,repower,12.07,0.83,12.07,0.83,none,none,none, reprehend,reprehend,0.02,Noun,9,9,3,reprehend,12.65,0.89,12.65,0.89,none,none,none, reprehensible,reprehensible,0.57,Adjective,13,13,5,reprehensible,12.95,1.00,12.95,1.00,none,none,none, represent,represent,15.16,Verb,9,9,3,represent,10.33,1.00,10.33,1.00,10.02,none,none, representation,representation,2.49,Noun,14,13,5,representation,9.17,1.00,9.17,1.00,none,none,none, representational,representational,0.04,Adjective,16,15,6,representational,10.95,1.00,10.95,1.00,none,none,none, representations,representations,0.24,Noun,15,14,5,representation,none,none,9.17,1.00,none,none,none, representative,representative,5.29,Noun,14,13,5,representative,11.00,1.00,11.00,1.00,10.94,10.45,none, representatives,representatives,2.14,Noun,15,14,5,representative,none,none,11.00,1.00,10.94,10.45,none, represented,represented,4.18,Verb,11,11,4,represent,none,none,10.33,1.00,10.02,none,none, representing,representing,4.57,Verb,12,11,4,represent,none,none,10.33,1.00,10.02,none,none, represents,represents,6.14,Verb,10,10,3,represent,none,none,10.33,1.00,10.02,none,none, repress,repress,0.37,Verb,7,6,2,repress,12.11,1.00,12.11,1.00,11.91,none,none, repressed,repressed,1.84,Adjective,9,7,2,repressed,12.78,1.00,12.78,1.00,none,none,none, represses,represses,0.02,Verb,9,8,3,repress,none,none,12.11,1.00,11.91,none,none, repressing,repressing,0.18,Verb,10,8,3,repress,none,none,12.11,1.00,11.91,none,none, repression,repression,0.82,Noun,10,8,3,repression,12.50,1.00,12.50,1.00,12.06,none,none, repressions,repressions,0.02,Noun,11,9,3,repression,none,none,12.50,1.00,12.06,none,none, repressive,repressive,0.24,Adjective,10,8,3,repressive,12.65,1.00,12.65,1.00,none,none,none, repressiveness,repressiveness,0.02,Noun,14,11,4,repressiveness,13.00,1.00,13.00,1.00,none,none,none, repressor,repressor,0.02,Noun,9,7,3,repressor,15.88,0.84,15.88,0.84,none,none,none, reprieve,reprieve,1.00,Noun,8,6,2,reprieve,13.38,0.89,13.38,0.89,none,none,none,12.01 reprieved,reprieved,0.16,Verb,9,7,2,reprieve,none,none,13.38,0.89,none,none,none,12.01 reprieves,reprieves,0.06,Noun,9,7,2,reprieve,none,none,13.38,0.89,none,none,none,12.01 reprimand,reprimand,0.53,Noun,9,9,3,reprimand,9.50,0.89,9.50,0.89,10.23,none,none, reprimanded,reprimanded,0.41,Verb,11,11,4,reprimand,none,none,9.50,0.89,10.23,none,none, reprimanding,reprimanding,0.08,Verb,12,11,4,reprimand,none,none,9.50,0.89,10.23,none,none, reprimands,reprimands,0.08,Noun,10,10,3,reprimand,none,none,9.50,0.89,10.23,none,none, reprint,reprint,0.14,Noun,7,7,2,reprint,9.12,0.94,9.12,0.94,none,none,none, reprinted,reprinted,0.12,Verb,9,9,3,reprint,none,none,9.12,0.94,none,none,none, reprinting,reprinting,0.08,Verb,10,9,3,reprint,none,none,9.12,0.94,none,none,none, reprisal,reprisal,0.25,Noun,8,8,3,reprisal,13.89,1.00,13.89,1.00,none,12.49,none, reprisals,reprisals,0.47,Noun,9,9,3,reprisal,none,none,13.89,1.00,none,12.49,none, reprise,reprise,0.14,Verb,7,6,2,reprise,13.78,1.00,13.78,1.00,none,none,none, reprises,reprises,0.02,Noun,8,8,3,reprise,none,none,13.78,1.00,none,none,none, repro,repro,0.02,Adjective,5,5,2,repro,14.12,0.44,14.12,0.44,none,none,none, reproach,reproach,0.45,Noun,8,6,2,reproach,13.76,0.94,13.76,0.94,none,none,none, reproached,reproached,0.06,Verb,10,7,2,reproach,none,none,13.76,0.94,none,none,none, reproaches,reproaches,0.12,Noun,10,8,3,reproach,none,none,13.76,0.94,none,none,none, reproachful,reproachful,0.06,Adjective,11,9,3,reproachful,12.26,1.00,12.26,1.00,none,none,none, reprobate,reprobate,0.22,Noun,9,8,3,reprobate,14.29,0.74,14.29,0.74,none,none,none, reprobates,reprobates,0.12,Noun,10,9,3,reprobate,none,none,14.29,0.74,none,none,none, reprocess,reprocess,0.04,Verb,9,8,3,reprocess,13.05,1.00,13.05,1.00,none,none,none, reproduce,reproduce,1.55,Verb,9,8,3,reproduce,9.89,1.00,9.89,1.00,none,none,none, reproduced,reproduced,0.33,Verb,10,9,3,reproduce,none,none,9.89,1.00,none,none,none, reproduces,reproduces,0.16,Verb,10,10,4,reproduce,none,none,9.89,1.00,none,none,none, reproducible,reproducible,0.04,Adjective,12,12,5,reproducible,12.17,0.95,12.17,0.95,none,none,none, reproducing,reproducing,0.25,Verb,11,10,4,reproduce,none,none,9.89,1.00,none,none,none, reproduction,reproduction,1.47,Noun,12,11,4,reproduction,10.63,1.00,10.63,1.00,none,none,none, reproductions,reproductions,0.20,Noun,13,12,4,reproduction,none,none,10.63,1.00,none,none,none, reproductive,reproductive,1.06,Adjective,12,11,4,reproductive,11.20,1.00,11.20,1.00,none,none,none, reprogram,reprogram,0.75,Verb,9,9,3,reprogram,12.42,1.00,12.42,1.00,none,none,none, reprogrammed,reprogrammed,0.41,Verb,12,10,3,reprogram,none,none,12.42,1.00,none,none,none, reprogramming,reprogramming,0.35,Verb,13,11,4,reprogram,none,none,12.42,1.00,none,none,none, reproof,reproof,0.04,Noun,7,6,2,reproof,12.57,0.78,12.57,0.78,none,none,none, reprove,reprove,0.04,Verb,7,6,2,reprove,12.89,0.50,12.89,0.50,none,none,none, reps,reps,0.90,Noun,4,4,1,rep,none,none,9.50,0.84,none,none,none, reptile,reptile,1.41,Noun,7,6,2,reptile,6.05,1.00,6.05,1.00,8.46,none,none,6.33 reptiles,reptiles,0.84,Noun,8,7,2,reptile,none,none,6.05,1.00,8.46,none,none,6.33 reptilian,reptilian,0.31,Adjective,9,9,3,reptilian,10.37,1.00,10.37,1.00,none,none,none, reptilians,reptilians,0.33,Noun,10,10,3,reptilian,none,none,10.37,1.00,none,none,none, republic,republic,5.61,Noun,8,8,3,republic,10.83,1.00,10.83,1.00,none,10.92,none, republican,republican,4.04,Noun,10,10,4,republican,11.28,1.00,11.28,1.00,none,none,none, republicans,republicans,1.20,Noun,11,11,4,republican,none,none,11.28,1.00,none,none,none, republics,republics,0.14,Noun,9,9,3,republic,none,none,10.83,1.00,none,10.92,none, republish,republish,0.02,Verb,9,8,3,republish,11.65,0.94,11.65,0.94,none,none,none, repudiate,repudiate,0.25,Verb,9,9,4,repudiate,17.71,0.85,17.71,0.85,none,none,none, repudiates,repudiates,0.02,Verb,10,10,4,repudiate,none,none,17.71,0.85,none,none,none, repudiating,repudiating,0.08,Verb,11,11,5,repudiate,none,none,17.71,0.85,none,none,none, repudiation,repudiation,0.10,Noun,11,11,5,repudiation,14.86,0.64,14.86,0.64,none,none,none, repugnance,repugnance,0.06,Noun,10,9,3,repugnance,13.22,0.95,13.22,0.95,none,none,none, repugnant,repugnant,0.76,Adjective,9,9,3,repugnant,12.59,0.94,12.59,0.94,none,none,none, repulse,repulse,0.25,Verb,7,6,2,repulse,10.58,1.00,10.58,1.00,none,none,none, repulsed,repulsed,0.80,Verb,8,7,2,repulse,none,none,10.58,1.00,none,none,none, repulses,repulses,0.06,Verb,8,8,3,repulse,none,none,10.58,1.00,none,none,none, repulsion,repulsion,0.16,Noun,9,9,4,repulsion,12.11,1.00,12.11,1.00,none,none,none, repulsions,repulsions,0.02,Noun,10,10,4,repulsion,none,none,12.11,1.00,none,none,none, repulsive,repulsive,2.02,Adjective,9,8,3,repulsive,10.32,1.00,10.32,1.00,none,none,none, repulsiveness,repulsiveness,0.02,Noun,13,11,4,repulsiveness,12.00,1.00,12.00,1.00,none,none,none, repurchase,repurchase,0.02,Noun,10,7,3,repurchase,10.50,1.00,10.50,1.00,none,none,none, reputable,reputable,0.84,Adjective,9,10,4,reputable,12.58,1.00,12.58,1.00,none,none,none, reputation,reputation,19.27,Noun,10,10,4,reputation,8.84,1.00,8.84,1.00,none,10.96,none, reputations,reputations,0.65,Noun,11,11,4,reputation,none,none,8.84,1.00,none,10.96,none, repute,repute,0.22,Noun,6,6,2,repute,12.38,0.89,12.38,0.89,none,none,none, reputed,reputed,0.63,Adjective,7,8,3,reputed,13.00,1.00,13.00,1.00,none,none,none, request,request,25.57,Noun,7,7,2,request,8.74,1.00,8.74,1.00,none,8.77,none,8.87 requested,requested,8.63,Verb,9,9,3,request,none,none,8.74,1.00,none,8.77,none,8.87 requester,requester,0.02,Noun,9,8,3,requester,11.53,0.95,11.53,0.95,none,none,none, requesting,requesting,4.35,Verb,10,9,3,request,none,none,8.74,1.00,none,8.77,none,8.87 requests,requests,5.35,Noun,8,8,2,request,none,none,8.74,1.00,none,8.77,none,8.87 requiem,requiem,0.37,Noun,7,7,3,requiem,13.47,0.85,13.47,0.85,none,none,none, require,require,10.63,Verb,7,6,3,require,8.67,1.00,8.67,1.00,none,none,none,9.31 required,required,10.73,Verb,8,7,3,require,none,none,8.67,1.00,none,none,none,9.31 requirement,requirement,1.43,Noun,11,10,3,requirement,8.44,1.00,8.44,1.00,none,none,none, requirements,requirements,1.84,Noun,12,11,3,requirement,none,none,8.44,1.00,none,none,none, requires,requires,9.59,Verb,8,7,3,require,none,none,8.67,1.00,none,none,none,9.31 requiring,requiring,1.08,Verb,9,8,4,require,none,none,8.67,1.00,none,none,none,9.31 requisite,requisite,0.37,Adjective,9,8,3,requisite,15.58,1.00,15.58,1.00,none,none,none, requisition,requisition,1.12,Noun,11,10,4,requisition,13.42,0.95,13.42,0.95,none,none,none, requisitioned,requisitioned,0.29,Verb,13,11,4,requisition,none,none,13.42,0.95,none,none,none, requisitions,requisitions,0.29,Noun,12,11,4,requisition,none,none,13.42,0.95,none,none,none, requite,requite,0.06,Verb,7,6,2,requite,15.64,0.78,15.64,0.78,none,none,none, requited,requited,0.08,Verb,8,8,3,requite,none,none,15.64,0.78,none,none,none, reran,reran,0.04,Noun,5,5,2,rerun,none,none,7.63,1.00,none,none,none, rerate,rerate,0.02,Verb,6,5,2,rerate,14.55,0.61,14.55,0.61,none,none,none, reread,reread,0.45,Verb,6,5,2,reread,8.42,0.95,8.42,0.95,none,none,none, rereading,rereading,0.29,Verb,9,7,3,reread,none,none,8.42,0.95,none,none,none, rereads,rereads,0.02,Verb,7,6,2,reread,none,none,8.42,0.95,none,none,none, rerecord,rerecord,0.04,Noun,8,8,3,rerecord,10.35,0.94,10.35,0.94,none,none,none, rerelease,rerelease,0.02,Noun,9,7,3,rerelease,10.58,1.00,10.58,1.00,none,none,none, reroute,reroute,0.84,Verb,7,5,2,reroute,11.05,1.00,11.05,1.00,none,none,none, rerouted,rerouted,0.53,Verb,8,7,3,reroute,none,none,11.05,1.00,none,none,none, reroutes,reroutes,0.02,Verb,8,6,2,reroute,none,none,11.05,1.00,none,none,none, rerouting,rerouting,0.25,Verb,9,7,3,reroute,none,none,11.05,1.00,none,none,none, rerun,rerun,0.92,Noun,5,5,2,rerun,7.63,1.00,7.63,1.00,none,none,none, reruns,reruns,0.84,Noun,6,6,2,rerun,none,none,7.63,1.00,none,none,none, res,res,0.53,Noun,3,3,1,res,11.00,0.26,11.00,0.26,none,none,none, resalable,resalable,Err:512,Err:512,9,9,4,resalable,14.17,0.63,14.17,0.63,none,none,none, resale,resale,0.24,Noun,6,5,2,resale,8.55,1.00,8.55,1.00,none,none,none, rescan,rescan,0.04,Noun,6,6,2,rescan,14.44,0.80,14.44,0.80,none,none,none, reschedule,reschedule,3.53,Verb,10,8,3,reschedule,9.81,1.00,9.81,1.00,none,none,none, rescheduled,rescheduled,0.76,Verb,11,9,3,reschedule,none,none,9.81,1.00,none,none,none, rescheduling,rescheduling,0.20,Verb,12,10,4,reschedule,none,none,9.81,1.00,none,none,none, rescind,rescind,0.53,Verb,7,6,2,rescind,13.88,0.89,13.88,0.89,none,none,none,13.29 rescinded,rescinded,0.55,Verb,9,8,3,rescind,none,none,13.88,0.89,none,none,none,13.29 rescinding,rescinding,0.14,Verb,10,8,3,rescind,none,none,13.88,0.89,none,none,none,13.29 rescission,rescission,0.02,Noun,10,7,3,rescission,15.06,0.84,15.06,0.84,none,none,none, rescore,rescore,0.02,Verb,7,6,2,rescore,10.53,0.94,10.53,0.94,none,none,none, rescue,rescue,25.41,Verb,6,6,2,rescue,7.17,1.00,7.17,1.00,none,7.35,none,6.97 rescued,rescued,5.41,Verb,7,7,2,rescue,none,none,7.17,1.00,none,7.35,none,6.97 rescuer,rescuer,0.27,Noun,7,7,3,rescuer,8.25,1.00,8.25,1.00,none,none,none, rescuers,rescuers,0.18,Noun,8,8,3,rescuer,none,none,8.25,1.00,none,none,none, rescues,rescues,0.41,Verb,7,7,2,rescue,none,none,7.17,1.00,none,7.35,none,6.97 rescuing,rescuing,2.18,Verb,8,8,3,rescue,none,none,7.17,1.00,none,7.35,none,6.97 reseal,reseal,0.06,Verb,6,5,2,reseal,10.00,1.00,10.00,1.00,none,none,none, resealed,resealed,0.06,Verb,8,6,2,reseal,none,none,10.00,1.00,none,none,none, research,research,33.10,Noun,8,5,2,research,8.33,1.00,8.33,1.00,11.09,none,none,8.87 researched,researched,0.80,Verb,10,6,2,research,none,none,8.33,1.00,11.09,none,none,8.87 researcher,researcher,0.75,Noun,10,6,3,researcher,10.22,0.95,10.22,0.95,11.73,none,none, researchers,researchers,1.12,Noun,11,7,3,researcher,none,none,10.22,0.95,11.73,none,none, researches,researches,0.33,Noun,10,7,3,research,none,none,8.33,1.00,11.09,none,none,8.87 researching,researching,1.45,Verb,11,7,3,research,none,none,8.33,1.00,11.09,none,none,8.87 reseat,reseat,0.02,Verb,6,5,2,reseat,8.75,1.00,8.75,1.00,none,none,none, resection,resection,0.45,Noun,9,8,3,resection,14.40,0.56,14.40,0.56,none,none,none, resections,resections,0.14,Noun,10,9,3,resection,none,none,14.40,0.56,none,none,none, reseed,reseed,0.04,Verb,6,5,2,reseed,10.53,0.94,10.53,0.94,none,none,none, reseeding,reseeding,0.14,Verb,9,7,3,reseed,none,none,10.53,0.94,none,none,none, resell,resell,0.16,Verb,6,5,2,resell,10.00,0.94,10.00,0.94,none,none,none, reselling,reselling,0.06,Verb,9,7,3,resell,none,none,10.00,0.94,none,none,none, resemblance,resemblance,3.53,Noun,11,10,3,resemblance,9.52,1.00,9.52,1.00,none,none,none, resemblances,resemblances,0.02,Noun,12,12,4,resemblance,none,none,9.52,1.00,none,none,none, resemble,resemble,1.71,Verb,8,8,3,resemble,10.05,1.00,10.05,1.00,none,none,none, resembled,resembled,0.31,Verb,9,9,3,resemble,none,none,10.05,1.00,none,none,none, resembles,resembles,1.18,Verb,9,9,3,resemble,none,none,10.05,1.00,none,none,none, resembling,resembling,0.59,Verb,10,10,4,resemble,none,none,10.05,1.00,none,none,none, resend,resend,0.04,Verb,6,6,2,resend,10.05,1.00,10.05,1.00,none,none,none, resent,resent,5.75,Verb,6,6,2,resent,11.22,1.00,11.22,1.00,none,10.58,none,10.04 resented,resented,1.04,Verb,8,8,3,resent,none,none,11.22,1.00,none,10.58,none,10.04 resentful,resentful,0.57,Adjective,9,9,3,resentful,11.89,1.00,11.89,1.00,none,none,none, resenting,resenting,0.41,Verb,9,8,3,resent,none,none,11.22,1.00,none,10.58,none,10.04 resentment,resentment,1.49,Noun,10,10,3,resentment,11.53,0.90,11.53,0.90,none,10.60,none, resentments,resentments,0.16,Noun,11,11,3,resentment,none,none,11.53,0.90,none,10.60,none, resents,resents,0.47,Verb,7,7,2,resent,none,none,11.22,1.00,none,10.58,none,10.04 reservation,reservation,10.31,Noun,11,9,4,reservation,11.17,1.00,11.17,1.00,none,none,none, reservations,reservations,6.41,Noun,12,10,4,reservation,none,none,11.17,1.00,none,none,none, reserve,reserve,7.18,Noun,7,5,2,reserve,10.22,1.00,10.22,1.00,none,9.00,none,9.58 reserved,reserved,5.06,Verb,8,6,2,reserve,none,none,10.22,1.00,none,9.00,none,9.58 reserves,reserves,1.65,Noun,8,6,2,reserve,none,none,10.22,1.00,none,9.00,none,9.58 reserving,reserving,0.08,Verb,9,7,3,reserve,none,none,10.22,1.00,none,9.00,none,9.58 reservist,reservist,0.06,Noun,9,8,3,reservist,14.33,0.83,14.33,0.83,none,none,none, reservists,reservists,0.12,Noun,10,9,3,reservist,none,none,14.33,0.83,none,none,none, reservoir,reservoir,1.86,Noun,9,8,3,reservoir,10.11,1.00,10.11,1.00,none,none,none, reservoirs,reservoirs,0.22,Noun,10,9,3,reservoir,none,none,10.11,1.00,none,none,none, reset,reset,3.22,Verb,5,5,2,reset,9.53,1.00,9.53,1.00,none,9.03,none, resets,resets,0.18,Verb,6,6,2,reset,none,none,9.53,1.00,none,9.03,none, resetting,resetting,0.22,Verb,9,7,3,reset,none,none,9.53,1.00,none,9.03,none, resettlement,resettlement,0.10,Noun,12,11,4,resettlement,11.53,1.00,11.53,1.00,none,none,none, reshape,reshape,0.22,Verb,7,5,2,reshape,9.22,1.00,9.22,1.00,none,none,none, reshaped,reshaped,0.06,Verb,8,6,2,reshape,none,none,9.22,1.00,none,none,none, reshapes,reshapes,0.04,Verb,8,6,2,reshape,none,none,9.22,1.00,none,none,none, reshaping,reshaping,0.08,Noun,9,7,3,reshaping,9.79,1.00,9.79,1.00,none,none,none, reship,reship,0.04,Noun,6,5,2,reship,13.18,0.89,13.18,0.89,none,none,none, reshoot,reshoot,0.24,Verb,7,5,2,reshoot,10.72,0.95,10.72,0.95,none,none,none, reshoots,reshoots,0.22,Noun,8,6,2,reshoot,none,none,10.72,0.95,none,none,none, reshot,reshot,0.12,Noun,6,5,2,reshoot,none,none,10.72,0.95,none,none,none, reshuffle,reshuffle,0.08,Noun,9,7,3,reshuffle,9.00,1.00,9.00,1.00,none,none,none, reshuffles,reshuffles,0.02,Noun,10,8,3,reshuffle,none,none,9.00,1.00,none,none,none, reside,reside,1.10,Verb,6,5,2,reside,10.74,1.00,10.74,1.00,none,none,none, resided,resided,0.14,Verb,7,7,3,reside,none,none,10.74,1.00,none,none,none, residence,residence,8.25,Noun,9,8,3,residence,9.11,1.00,9.11,1.00,none,none,none, residences,residences,0.24,Noun,10,10,4,residence,none,none,9.11,1.00,none,none,none, residencies,residencies,0.06,Noun,11,10,4,residency,none,none,11.32,1.00,none,none,none, residency,residency,1.94,Noun,9,9,4,residency,11.32,1.00,11.32,1.00,none,none,none, resident,resident,7.33,Noun,8,8,3,resident,8.47,1.00,8.47,1.00,none,none,none, residential,residential,1.78,Adjective,11,10,4,residential,9.72,1.00,9.72,1.00,none,none,none, residents,residents,5.20,Noun,9,9,3,resident,none,none,8.47,1.00,none,none,none, resides,resides,0.75,Verb,7,6,2,reside,none,none,10.74,1.00,none,none,none, residing,residing,0.29,Verb,8,7,3,reside,none,none,10.74,1.00,none,none,none, residual,residual,1.25,Adjective,8,8,4,residual,11.94,1.00,11.94,1.00,none,none,none, residuals,residuals,0.14,Noun,9,9,4,residual,none,none,11.94,1.00,none,none,none, residuary,residuary,Err:512,Err:512,9,9,5,residuary,13.58,0.67,13.58,0.67,none,none,none, residue,residue,2.75,Noun,7,6,3,residue,10.82,1.00,10.82,1.00,none,none,none, residues,residues,0.16,Noun,8,7,3,residue,none,none,10.82,1.00,none,none,none, resign,resign,5.04,Verb,6,5,2,resign,11.61,1.00,11.61,1.00,none,10.24,none,11.29 resignation,resignation,3.75,Noun,11,10,4,resignation,11.61,1.00,11.61,1.00,none,none,none, resignations,resignations,0.24,Noun,12,11,4,resignation,none,none,11.61,1.00,none,none,none, resigned,resigned,2.78,Verb,8,6,2,resign,none,none,11.61,1.00,none,10.24,none,11.29 resigning,resigning,0.82,Verb,9,7,3,resign,none,none,11.61,1.00,none,10.24,none,11.29 resigns,resigns,0.14,Verb,7,6,2,resign,none,none,11.61,1.00,none,10.24,none,11.29 resilience,resilience,0.14,Noun,10,9,4,resilience,12.53,1.00,12.53,1.00,none,none,none, resiliency,resiliency,0.06,Noun,10,10,4,resiliency,12.22,0.86,12.22,0.86,none,none,none, resilient,resilient,0.55,Adjective,9,9,3,resilient,12.88,0.94,12.88,0.94,none,none,none, resin,resin,0.59,Noun,5,5,2,resin,12.07,0.83,12.07,0.83,none,none,none,12.53 resins,resins,0.06,Noun,6,6,2,resin,none,none,12.07,0.83,none,none,none,12.53 resist,resist,12.88,Verb,6,6,2,resist,9.28,1.00,9.28,1.00,9.43,none,none,8.28 resistance,resistance,8.45,Noun,10,9,3,resistance,10.00,1.00,10.00,1.00,none,9.92,none, resistant,resistant,0.90,Adjective,9,9,3,resistant,8.95,1.00,8.95,1.00,none,none,none, resisted,resisted,1.69,Verb,8,8,3,resist,none,none,9.28,1.00,9.43,none,none,8.28 resistible,resistible,0.02,Adjective,10,10,4,resistible,12.53,0.90,12.53,0.90,none,none,none, resisting,resisting,2.98,Verb,9,8,3,resist,none,none,9.28,1.00,9.43,none,none,8.28 resistor,resistor,0.12,Noun,8,7,3,resistor,12.89,0.95,12.89,0.95,none,none,none, resistors,resistors,0.10,Noun,9,8,3,resistor,none,none,12.89,0.95,none,none,none, resists,resists,0.57,Verb,7,7,2,resist,none,none,9.28,1.00,9.43,none,none,8.28 resize,resize,0.02,Verb,6,5,2,resize,9.33,1.00,9.33,1.00,none,none,none, resold,resold,0.08,Verb,6,6,2,resell,none,none,10.00,0.94,none,none,none, resole,resole,0.02,Noun,6,5,2,resole,10.93,0.70,10.93,0.70,none,none,none, resolute,resolute,0.61,Adjective,8,7,3,resolute,11.67,0.95,11.67,0.95,none,none,none, resolution,resolution,2.94,Noun,10,9,4,resolution,11.21,1.00,11.21,1.00,none,10.81,none, resolutions,resolutions,0.39,Noun,11,10,4,resolution,none,none,11.21,1.00,none,10.81,none, resolve,resolve,4.84,Verb,7,6,2,resolve,11.00,1.00,11.00,1.00,10.80,none,none,9.58 resolved,resolved,3.43,Verb,8,7,2,resolve,none,none,11.00,1.00,10.80,none,none,9.58 resolves,resolves,0.18,Verb,8,7,2,resolve,none,none,11.00,1.00,10.80,none,none,9.58 resolving,resolving,0.33,Verb,9,8,3,resolve,none,none,11.00,1.00,10.80,none,none,9.58 resonance,resonance,0.65,Noun,9,8,3,resonance,12.53,1.00,12.53,1.00,none,none,none, resonant,resonant,0.12,Adjective,8,8,3,resonant,13.31,0.84,13.31,0.84,none,none,none, resonate,resonate,0.31,Verb,8,7,3,resonate,14.47,0.81,14.47,0.81,none,none,none, resonated,resonated,0.14,Verb,9,9,4,resonate,none,none,14.47,0.81,none,none,none, resonates,resonates,0.22,Verb,9,8,3,resonate,none,none,14.47,0.81,none,none,none, resort,resort,6.90,Noun,6,6,2,resort,9.28,1.00,9.28,1.00,none,8.85,none,8.96 resorted,resorted,0.24,Verb,8,8,3,resort,none,none,9.28,1.00,none,8.85,none,8.96 resorting,resorting,0.33,Verb,9,8,3,resort,none,none,9.28,1.00,none,8.85,none,8.96 resorts,resorts,0.53,Noun,7,7,2,resort,none,none,9.28,1.00,none,8.85,none,8.96 resound,resound,0.18,Verb,7,6,2,resound,12.62,0.89,12.62,0.89,none,none,none, resounded,resounded,0.02,Verb,9,8,3,resound,none,none,12.62,0.89,none,none,none, resounding,resounding,0.45,Adjective,10,8,3,resounding,11.67,0.95,11.67,0.95,none,none,none, resounds,resounds,0.08,Verb,8,7,2,resound,none,none,12.62,0.89,none,none,none, resource,resource,1.63,Noun,8,6,2,resource,10.00,1.00,10.00,1.00,none,none,none,8.62 resourceful,resourceful,1.45,Adjective,11,9,3,resourceful,10.65,1.00,10.65,1.00,none,none,none, resourcefulness,resourcefulness,0.25,Noun,15,12,4,resourcefulness,10.90,1.00,10.90,1.00,none,none,none, resources,resources,9.22,Noun,9,8,3,resource,none,none,10.00,1.00,none,none,none,8.62 respect,respect,71.45,Noun,7,7,2,respect,8.50,1.00,8.50,1.00,8.73,8.60,none,6.82 respectabilities,respectabilities,0.02,Noun,16,15,6,respectability,none,none,9.84,1.00,none,none,none, respectability,respectability,0.75,Noun,14,14,6,respectability,9.84,1.00,9.84,1.00,none,none,none, respectable,respectable,5.65,Adjective,11,11,4,respectable,8.33,1.00,8.33,1.00,none,none,none, respecter,respecter,0.06,Noun,9,8,3,respecter,11.15,0.72,11.15,0.72,none,none,none, respectful,respectful,1.90,Adjective,10,10,3,respectful,6.26,1.00,6.26,1.00,none,none,none, respective,respective,0.80,Adjective,10,9,3,respective,10.78,1.00,10.78,1.00,none,none,none, respects,respects,6.67,Noun,8,8,2,respect,none,none,8.50,1.00,8.73,8.60,none,6.82 respiration,respiration,1.24,Noun,11,9,4,respiration,12.21,1.00,12.21,1.00,none,none,none, respirations,respirations,0.18,Noun,12,11,4,respiration,none,none,12.21,1.00,none,none,none, respirator,respirator,0.73,Noun,10,8,4,respirator,10.11,1.00,10.11,1.00,none,none,none, respirators,respirators,0.12,Noun,11,9,4,respirator,none,none,10.11,1.00,none,none,none, respiratory,respiratory,2.78,Adjective,11,10,5,respiratory,11.00,1.00,11.00,1.00,none,none,none, respite,respite,0.47,Noun,7,6,2,respite,14.31,0.80,14.31,0.80,none,none,none, resplendent,resplendent,0.22,Adjective,11,11,3,resplendent,14.64,0.74,14.64,0.74,none,none,none, respond,respond,14.10,Verb,7,7,2,respond,8.84,1.00,8.84,1.00,none,none,none,7.72 responded,responded,2.71,Verb,9,9,3,respond,none,none,8.84,1.00,none,none,none,7.72 respondent,respondent,0.14,Noun,10,10,3,respondent,12.56,0.90,12.56,0.90,none,none,none, responder,responder,0.02,Noun,9,8,3,responder,11.05,1.00,11.05,1.00,none,none,none, responders,responders,0.31,Noun,10,9,3,responder,none,none,11.05,1.00,none,none,none, responding,responding,4.86,Verb,10,9,3,respond,none,none,8.84,1.00,none,none,none,7.72 responds,responds,1.25,Verb,8,8,2,respond,none,none,8.84,1.00,none,none,none,7.72 response,response,16.10,Noun,8,7,2,response,7.22,1.00,7.22,1.00,8.77,none,none,8.53 responses,responses,1.57,Noun,9,9,3,response,none,none,7.22,1.00,8.77,none,none,8.53 responsibilities,responsibilities,6.63,Noun,16,15,6,responsibility,none,none,6.89,1.00,none,10.13,none, responsibility,responsibility,35.41,Noun,14,14,6,responsibility,6.89,1.00,6.89,1.00,none,10.13,none, responsible,responsible,45.06,Adjective,11,11,4,responsible,10.15,1.00,10.15,1.00,none,none,none, responsive,responsive,0.78,Adjective,10,9,3,responsive,10.58,1.00,10.58,1.00,none,none,none, responsiveness,responsiveness,0.04,Noun,14,12,4,responsiveness,10.62,1.00,10.62,1.00,none,none,none, rest,rest,212.96,Noun,4,4,1,rest,4.22,1.00,4.22,1.00,5.51,4.62,5.79, restack,restack,0.02,Verb,7,6,2,restack,8.47,0.94,8.47,0.94,none,none,none, restage,restage,0.04,Verb,7,6,2,restage,12.00,0.58,12.00,0.58,none,none,none, restaged,restaged,0.04,Verb,8,7,2,restage,none,none,12.00,0.58,none,none,none, restart,restart,0.59,Verb,7,7,2,restart,7.95,1.00,7.95,1.00,none,none,none, restarted,restarted,0.06,Verb,9,9,3,restart,none,none,7.95,1.00,none,none,none, restarting,restarting,0.08,Verb,10,9,3,restart,none,none,7.95,1.00,none,none,none, restarts,restarts,0.10,Verb,8,8,2,restart,none,none,7.95,1.00,none,none,none, restate,restate,0.14,Verb,7,6,2,restate,11.19,0.89,11.19,0.89,none,none,none, restatement,restatement,0.02,Noun,11,10,3,restatement,12.95,0.95,12.95,0.95,none,none,none, restates,restates,0.02,Verb,8,7,2,restate,none,none,11.19,0.89,none,none,none, restaurant,restaurant,46.53,Noun,10,8,3,restaurant,5.95,1.00,5.95,1.00,none,none,none, restaurants,restaurants,6.84,Noun,11,9,3,restaurant,none,none,5.95,1.00,none,none,none, restaurateur,restaurateur,0.08,Noun,12,8,4,restaurateur,11.58,0.67,11.58,0.67,none,none,none, restaurateurs,restaurateurs,0.04,Noun,13,9,4,restaurateur,none,none,11.58,0.67,none,none,none, rested,rested,2.22,Verb,6,6,2,rest,none,none,4.22,1.00,5.51,4.62,5.79, restful,restful,0.75,Adjective,7,7,2,restful,8.84,1.00,8.84,1.00,none,none,none, restfulness,restfulness,0.02,Noun,11,10,3,restfulness,9.47,0.94,9.47,0.94,none,none,none, resting,resting,7.00,Verb,7,6,2,rest,none,none,4.22,1.00,5.51,4.62,5.79, restitution,restitution,0.55,Noun,11,10,4,restitution,13.12,0.89,13.12,0.89,none,none,none, restless,restless,4.84,Adjective,8,7,2,restless,9.74,1.00,9.74,1.00,none,none,none, restlessness,restlessness,0.31,Noun,12,10,3,restlessness,11.60,1.00,11.60,1.00,none,none,none, restock,restock,0.45,Verb,7,6,2,restock,12.59,0.89,12.59,0.89,none,none,none, restocked,restocked,0.12,Verb,9,7,2,restock,none,none,12.59,0.89,none,none,none, restocking,restocking,0.06,Verb,10,8,3,restock,none,none,12.59,0.89,none,none,none, restorable,restorable,0.02,Adjective,10,10,4,restorable,8.95,1.00,8.95,1.00,none,none,none, restoration,restoration,0.94,Noun,11,9,4,restoration,11.17,1.00,11.17,1.00,none,none,none, restorations,restorations,0.04,Noun,12,10,4,restoration,none,none,11.17,1.00,none,none,none, restorative,restorative,0.08,Adjective,11,10,4,restorative,12.94,0.94,12.94,0.94,none,none,none, restore,restore,4.96,Verb,7,6,2,restore,10.78,1.00,10.78,1.00,9.30,10.09,none,8.96 restored,restored,4.20,Verb,8,7,2,restore,none,none,10.78,1.00,9.30,10.09,none,8.96 restorer,restorer,0.22,Noun,8,7,3,restorer,10.89,1.00,10.89,1.00,none,none,none, restores,restores,0.20,Verb,8,7,2,restore,none,none,10.78,1.00,9.30,10.09,none,8.96 restoring,restoring,0.98,Verb,9,8,3,restore,none,none,10.78,1.00,9.30,10.09,none,8.96 restrain,restrain,1.53,Verb,8,7,2,restrain,9.06,0.95,9.06,0.95,none,none,none,10.04 restrained,restrained,1.10,Verb,10,8,2,restrain,none,none,9.06,0.95,none,none,none,10.04 restrainer,restrainer,0.02,Noun,10,8,3,restrainer,11.76,0.89,11.76,0.89,none,none,none, restraining,restraining,3.35,Adjective,11,9,3,restraining,10.37,1.00,10.37,1.00,none,none,none, restrains,restrains,0.06,Verb,9,8,2,restrain,none,none,9.06,0.95,none,none,none,10.04 restraint,restraint,2.57,Noun,9,8,2,restraint,9.50,1.00,9.50,1.00,none,none,none,10.32 restraints,restraints,1.51,Noun,10,9,2,restraint,none,none,9.50,1.00,none,none,none,10.32 restrict,restrict,0.55,Verb,8,8,2,restrict,9.47,1.00,9.47,1.00,none,none,none,9.13 restricted,restricted,4.10,Adjective,10,10,3,restricted,8.11,1.00,8.11,1.00,none,none,none, restricting,restricting,0.25,Verb,11,10,3,restrict,none,none,9.47,1.00,none,none,none,9.13 restriction,restriction,0.51,Noun,11,10,3,restriction,9.72,1.00,9.72,1.00,none,none,none, restrictions,restrictions,1.43,Noun,12,11,3,restriction,none,none,9.72,1.00,none,none,none, restrictive,restrictive,0.27,Adjective,11,10,3,restrictive,11.00,1.00,11.00,1.00,none,none,none, restricts,restricts,0.14,Verb,9,9,2,restrict,none,none,9.47,1.00,none,none,none,9.13 restring,restring,0.02,Verb,8,7,2,restring,9.84,1.00,9.84,1.00,none,none,none, restroom,restroom,2.45,Noun,8,7,2,restroom,6.63,1.00,6.63,1.00,none,none,none, restrooms,restrooms,0.45,Noun,9,8,2,restroom,none,none,6.63,1.00,none,none,none, restructure,restructure,0.25,Verb,11,9,3,restructure,11.00,1.00,11.00,1.00,none,none,none, restructured,restructured,0.29,Verb,12,10,3,restructure,none,none,11.00,1.00,none,none,none, restructuring,restructuring,0.35,Noun,13,11,4,restructuring,12.53,1.00,12.53,1.00,none,none,none, rests,rests,2.75,Verb,5,5,1,rest,none,none,4.22,1.00,5.51,4.62,5.79, resubmit,resubmit,0.06,Verb,8,8,3,resubmit,10.53,0.94,10.53,0.94,none,none,none, result,result,19.76,Noun,6,6,2,result,8.22,1.00,8.22,1.00,none,8.09,none,8.20 resultant,resultant,0.06,Adjective,9,9,3,resultant,13.67,0.83,13.67,0.83,none,none,none, resulted,resulted,1.18,Verb,8,8,3,result,none,none,8.22,1.00,none,8.09,none,8.20 resulting,resulting,1.57,Verb,9,8,3,result,none,none,8.22,1.00,none,8.09,none,8.20 results,results,22.71,Noun,7,7,2,result,none,none,8.22,1.00,none,8.09,none,8.20 resume,resume,5.69,Verb,6,5,2,resume,13.47,1.00,13.47,1.00,none,none,none, resumed,resumed,0.37,Verb,7,6,2,resume,none,none,13.47,1.00,none,none,none, resumes,resumes,1.12,Verb,7,6,2,resume,none,none,13.47,1.00,none,none,none, resuming,resuming,0.59,Verb,8,7,3,resume,none,none,13.47,1.00,none,none,none, resumption,resumption,0.06,Noun,10,9,3,resumption,13.06,0.89,13.06,0.89,none,11.81,none, resurface,resurface,0.12,Verb,9,7,3,resurface,10.50,1.00,10.50,1.00,none,none,none, resurfaced,resurfaced,0.39,Verb,10,8,3,resurface,none,none,10.50,1.00,none,none,none, resurfaces,resurfaces,0.14,Verb,10,9,4,resurface,none,none,10.50,1.00,none,none,none, resurfacing,resurfacing,0.10,Verb,11,9,4,resurface,none,none,10.50,1.00,none,none,none, resurgence,resurgence,0.08,Noun,10,8,3,resurgence,15.35,0.89,15.35,0.89,none,none,none, resurrect,resurrect,0.71,Verb,9,7,3,resurrect,10.00,1.00,10.00,1.00,none,none,none, resurrected,resurrected,0.98,Verb,11,9,4,resurrect,none,none,10.00,1.00,none,none,none, resurrecting,resurrecting,0.14,Verb,12,9,4,resurrect,none,none,10.00,1.00,none,none,none, resurrection,resurrection,3.37,Noun,12,9,4,resurrection,8.42,1.00,8.42,1.00,none,none,none, resurrections,resurrections,0.02,Noun,13,11,4,resurrection,none,none,8.42,1.00,none,none,none, resurvey,resurvey,0.02,Noun,8,6,3,resurvey,14.00,0.74,14.00,0.74,none,none,none, resuscitate,resuscitate,0.86,Verb,11,9,4,resuscitate,11.74,1.00,11.74,1.00,none,none,none, resuscitated,resuscitated,0.39,Verb,12,11,5,resuscitate,none,none,11.74,1.00,none,none,none, resuscitating,resuscitating,0.06,Verb,13,11,5,resuscitate,none,none,11.74,1.00,none,none,none, resuscitation,resuscitation,0.45,Noun,13,11,5,resuscitation,11.79,1.00,11.79,1.00,none,none,none, resuscitator,resuscitator,0.06,Noun,12,11,5,resuscitator,13.24,0.94,13.24,0.94,none,none,none, ret,ret,0.02,Noun,3,3,1,ret,13.70,0.53,13.70,0.53,none,none,none, retail,retail,2.31,Adjective,6,5,2,retail,10.50,1.00,10.50,1.00,none,none,none,9.85 retailer,retailer,0.04,Noun,8,6,3,retailer,10.40,1.00,10.40,1.00,none,none,none, retailers,retailers,0.24,Noun,9,7,3,retailer,none,none,10.40,1.00,none,none,none, retailing,retailing,0.08,Noun,9,7,3,retailing,12.94,1.00,12.94,1.00,none,none,none, retails,retails,0.06,Verb,7,6,2,retail,none,none,10.50,1.00,none,none,none,9.85 retain,retain,2.37,Verb,6,5,2,retain,11.32,1.00,11.32,1.00,none,none,none,9.58 retained,retained,1.20,Verb,8,6,2,retain,none,none,11.32,1.00,none,none,none,9.58 retainer,retainer,2.12,Noun,8,6,3,retainer,11.50,1.00,11.50,1.00,none,none,none, retainers,retainers,0.08,Noun,9,7,3,retainer,none,none,11.50,1.00,none,none,none, retaining,retaining,0.65,Verb,9,7,3,retain,none,none,11.32,1.00,none,none,none,9.58 retains,retains,0.35,Verb,7,6,2,retain,none,none,11.32,1.00,none,none,none,9.58 retake,retake,0.73,Verb,6,5,2,retake,8.79,1.00,8.79,1.00,none,none,none, retaken,retaken,0.10,Verb,7,7,3,retake,none,none,8.79,1.00,none,none,none, retakes,retakes,0.08,Verb,7,6,2,retake,none,none,8.79,1.00,none,none,none, retaking,retaking,0.14,Verb,8,7,3,retake,none,none,8.79,1.00,none,none,none, retaliate,retaliate,1.25,Verb,9,8,4,retaliate,10.00,1.00,10.00,1.00,none,none,none, retaliated,retaliated,0.16,Verb,10,10,5,retaliate,none,none,10.00,1.00,none,none,none, retaliates,retaliates,0.02,Verb,10,9,4,retaliate,none,none,10.00,1.00,none,none,none, retaliating,retaliating,0.12,Verb,11,10,5,retaliate,none,none,10.00,1.00,none,none,none, retaliation,retaliation,0.94,Noun,11,10,5,retaliation,13.00,0.95,13.00,0.95,none,none,none, retaliations,retaliations,0.02,Err:512,12,11,5,retaliation,none,none,13.00,0.95,none,none,none, retaliatory,retaliatory,0.25,Adjective,11,11,5,retaliatory,12.41,0.94,12.41,0.94,none,none,none, retard,retard,3.94,Noun,6,6,2,retard,7.84,1.00,7.84,1.00,none,none,none, retardant,retardant,0.10,Noun,9,9,3,retardant,13.94,0.84,13.94,0.84,none,none,none, retardation,retardation,0.31,Noun,11,10,4,retardation,10.11,1.00,10.11,1.00,none,none,none, retarded,retarded,6.24,Adjective,8,8,3,retarded,8.00,1.00,8.00,1.00,none,none,none, retarding,retarding,0.02,Verb,9,8,3,retard,none,none,7.84,1.00,none,none,none, retards,retards,0.94,Noun,7,7,2,retard,none,none,7.84,1.00,none,none,none, retch,retch,0.29,Name,5,3,1,retch,11.06,0.91,11.06,0.91,none,none,12.22, retches,retches,0.18,Verb,7,5,2,retch,none,none,11.06,0.91,none,none,12.22, retching,retching,0.37,Verb,8,5,2,retch,none,none,11.06,0.91,none,none,12.22, retell,retell,0.02,Verb,6,5,2,retell,8.53,0.83,8.53,0.83,none,none,none, retention,retention,0.27,Noun,9,8,3,retention,12.61,1.00,12.61,1.00,none,11.60,none, retentive,retentive,0.06,Adjective,9,8,3,retentive,15.37,0.90,15.37,0.90,none,none,none, retentiveness,retentiveness,0.02,Noun,13,11,4,retentiveness,14.36,0.78,14.36,0.78,none,none,none, retest,retest,0.22,Noun,6,6,2,retest,9.47,1.00,9.47,1.00,none,none,none, retested,retested,0.10,Verb,8,8,3,retest,none,none,9.47,1.00,none,none,none, rethink,rethink,1.76,Verb,7,6,2,rethink,8.95,1.00,8.95,1.00,none,none,none, rethinking,rethinking,0.22,Verb,10,8,3,rethink,none,none,8.95,1.00,none,none,none, rethought,rethought,0.12,Verb,9,5,2,rethink,none,none,8.95,1.00,none,none,none, rethread,rethread,0.04,Verb,8,6,2,rethread,11.18,0.94,11.18,0.94,none,none,none, reticence,reticence,0.12,Noun,9,8,3,reticence,15.00,0.67,15.00,0.67,none,none,none, reticent,reticent,0.24,Adjective,8,8,3,reticent,15.31,0.62,15.31,0.62,none,none,none, reticular,reticular,0.10,Adjective,9,10,4,reticular,11.30,0.45,11.30,0.45,none,none,none, reticulation,reticulation,0.02,Noun,12,12,5,reticulation,15.78,0.50,15.78,0.50,none,none,none, reticulum,reticulum,0.12,Noun,9,10,4,reticulum,14.29,0.39,14.29,0.39,none,none,none, retie,retie,0.02,Noun,5,4,2,retie,7.41,0.85,7.41,0.85,none,none,none, retime,retime,0.02,Noun,6,5,2,retime,11.56,0.47,11.56,0.47,none,none,none, retina,retina,0.73,Noun,6,6,3,retina,10.76,0.94,10.76,0.94,none,none,none, retinal,retinal,0.69,Adjective,7,7,3,retinal,15.62,0.84,15.62,0.84,none,none,none, retinas,retinas,0.29,Noun,7,7,3,retina,none,none,10.76,0.94,none,none,none, retinitis,retinitis,0.10,Noun,9,9,4,retinitis,17.31,0.72,17.31,0.72,none,none,none, retinoblastoma,retinoblastoma,0.02,Noun,14,14,6,retinoblastoma,17.00,0.63,17.00,0.63,none,none,none, retinopathy,retinopathy,0.02,Noun,11,10,5,retinopathy,15.27,0.50,15.27,0.50,none,none,none, retire,retire,9.78,Verb,6,5,2,retire,10.50,1.00,10.50,1.00,none,none,none,10.04 retired,retired,12.06,Verb,7,6,2,retire,none,none,10.50,1.00,none,none,none,10.04 retiree,retiree,0.06,Noun,7,6,3,retiree,11.63,1.00,11.63,1.00,none,none,none, retirees,retirees,0.06,Noun,8,7,3,retiree,none,none,11.63,1.00,none,none,none, retirement,retirement,8.45,Noun,10,9,4,retirement,9.11,1.00,9.11,1.00,none,none,none, retirements,retirements,0.02,Noun,11,10,3,retirement,none,none,9.11,1.00,none,none,none, retires,retires,0.45,Verb,7,6,2,retire,none,none,10.50,1.00,none,none,none,10.04 retiring,retiring,2.35,Verb,8,7,3,retire,none,none,10.50,1.00,none,none,none,10.04 retold,retold,0.08,Verb,6,6,2,retell,none,none,8.53,0.83,none,none,none, retook,retook,0.08,Verb,6,5,2,retake,none,none,8.79,1.00,none,none,none, retool,retool,0.10,Verb,6,5,2,retool,12.17,1.00,12.17,1.00,none,none,none, retooled,retooled,0.06,Verb,8,6,2,retool,none,none,12.17,1.00,none,none,none, retooling,retooling,0.08,Verb,9,7,3,retool,none,none,12.17,1.00,none,none,none, retort,retort,0.25,Noun,6,6,2,retort,11.50,0.89,11.50,0.89,none,none,none, retorts,retorts,0.04,Verb,7,7,2,retort,none,none,11.50,0.89,none,none,none, retrace,retrace,0.69,Verb,7,6,2,retrace,7.60,1.00,7.60,1.00,none,none,none, retraced,retraced,0.06,Verb,8,7,2,retrace,none,none,7.60,1.00,none,none,none, retraces,retraces,0.04,Verb,8,8,3,retrace,none,none,7.60,1.00,none,none,none, retract,retract,1.45,Verb,7,7,2,retract,12.17,1.00,12.17,1.00,none,none,none,10.60 retractable,retractable,0.18,Adjective,11,11,4,retractable,13.20,1.00,13.20,1.00,none,none,none, retracted,retracted,0.27,Verb,9,9,3,retract,none,none,12.17,1.00,none,none,none,10.60 retracting,retracting,0.16,Verb,10,9,3,retract,none,none,12.17,1.00,none,none,none,10.60 retraction,retraction,1.00,Noun,10,9,3,retraction,12.75,1.00,12.75,1.00,none,none,none, retractions,retractions,0.04,Noun,11,10,3,retraction,none,none,12.75,1.00,none,none,none, retractor,retractor,0.94,Noun,9,8,3,retractor,13.11,0.95,13.11,0.95,none,none,none, retractors,retractors,0.12,Noun,10,9,3,retractor,none,none,13.11,0.95,none,none,none, retracts,retracts,0.04,Verb,8,8,2,retract,none,none,12.17,1.00,none,none,none,10.60 retrain,retrain,0.10,Verb,7,6,2,retrain,10.33,1.00,10.33,1.00,none,none,none, retrained,retrained,0.06,Verb,9,7,2,retrain,none,none,10.33,1.00,none,none,none, retraining,retraining,0.08,Noun,10,8,3,retraining,11.72,0.95,11.72,0.95,none,none,none, retransmit,retransmit,0.02,Verb,10,10,3,retransmit,12.29,0.78,12.29,0.78,none,none,none, retread,retread,0.10,Verb,7,6,2,retread,13.53,0.89,13.53,0.89,none,none,none, retreads,retreads,0.06,Noun,8,7,2,retread,none,none,13.53,0.89,none,none,none, retreat,retreat,9.49,Noun,7,6,2,retreat,10.53,1.00,10.53,1.00,8.69,8.56,none,9.49 retreated,retreated,1.00,Verb,9,8,3,retreat,none,none,10.53,1.00,8.69,8.56,none,9.49 retreating,retreating,0.94,Verb,10,8,3,retreat,none,none,10.53,1.00,8.69,8.56,none,9.49 retreats,retreats,0.37,Noun,8,7,2,retreat,none,none,10.53,1.00,8.69,8.56,none,9.49 retrench,retrench,0.02,Verb,8,7,2,retrench,15.00,0.79,15.00,0.79,none,none,none, retrenchment,retrenchment,0.02,Noun,12,11,3,retrenchment,13.77,0.68,13.77,0.68,none,none,none, retrial,retrial,0.41,Noun,7,7,3,retrial,13.06,0.86,13.06,0.86,none,none,none, retribution,retribution,1.67,Noun,11,11,4,retribution,13.17,1.00,13.17,1.00,none,none,none, retributions,retributions,0.02,Noun,12,12,4,retribution,none,none,13.17,1.00,none,none,none, retributive,retributive,0.02,Adjective,11,11,4,retributive,14.06,0.80,14.06,0.80,none,none,none, retrievable,retrievable,0.04,Adjective,11,10,4,retrievable,9.89,1.00,9.89,1.00,none,none,none, retrieval,retrieval,1.12,Noun,9,8,3,retrieval,10.33,1.00,10.33,1.00,none,none,none, retrieve,retrieve,4.12,Verb,8,6,2,retrieve,7.61,1.00,7.61,1.00,none,none,none,9.67 retrieved,retrieved,0.82,Verb,9,7,2,retrieve,none,none,7.61,1.00,none,none,none,9.67 retriever,retriever,0.75,Noun,9,7,3,retriever,8.74,1.00,8.74,1.00,none,none,none, retrievers,retrievers,0.12,Noun,10,8,3,retriever,none,none,8.74,1.00,none,none,none, retrieves,retrieves,0.12,Verb,9,7,2,retrieve,none,none,7.61,1.00,none,none,none,9.67 retrieving,retrieving,0.47,Verb,10,8,3,retrieve,none,none,7.61,1.00,none,none,none,9.67 retro,retro,1.47,Adjective,5,5,2,retro,11.90,1.00,11.90,1.00,none,none,none, retroactive,retroactive,0.39,Adjective,11,10,4,retroactive,13.11,1.00,13.11,1.00,none,none,none, retrocede,retrocede,0.02,Verb,9,8,3,retrocede,14.00,0.63,14.00,0.63,none,none,none, retrofit,retrofit,0.18,Noun,8,8,3,retrofit,12.88,0.89,12.88,0.89,none,none,none, retrofitted,retrofitted,0.08,Verb,11,10,4,retrofit,none,none,12.88,0.89,none,none,none, retrofitting,retrofitting,0.08,Verb,12,10,4,retrofit,none,none,12.88,0.89,none,none,none, retrograde,retrograde,0.33,Noun,10,9,3,retrograde,13.42,1.00,13.42,1.00,none,none,none, retrogression,retrogression,0.02,Noun,13,11,4,retrogression,15.31,0.68,15.31,0.68,none,none,none, retrogressive,retrogressive,0.02,Adjective,13,11,4,retrogressive,13.86,0.74,13.86,0.74,none,none,none, retroperitoneal,retroperitoneal,0.06,Adjective,15,15,7,retroperitoneal,15.86,0.33,15.86,0.33,none,none,none, retrorocket,retrorocket,0.02,Noun,11,10,4,retrorocket,13.44,0.50,13.44,0.50,none,none,none, retrorockets,retrorockets,0.04,Noun,12,11,4,retrorocket,none,none,13.44,0.50,none,none,none, retrospect,retrospect,0.71,Noun,10,10,3,retrospect,14.63,1.00,14.63,1.00,none,none,none, retrospective,retrospective,0.29,Adjective,13,12,4,retrospective,13.56,1.00,13.56,1.00,none,none,none, retrovirus,retrovirus,0.04,Noun,10,10,4,retrovirus,15.00,0.63,15.00,0.63,none,none,none, retroviruses,retroviruses,0.04,Noun,12,12,5,retrovirus,none,none,15.00,0.63,none,none,none, retry,retry,0.10,Verb,5,5,2,retry,8.00,1.00,8.00,1.00,none,none,none, retune,retune,0.04,Noun,6,5,2,retune,10.71,0.78,10.71,0.78,none,none,none, retunes,retunes,0.04,Noun,7,6,2,retune,none,none,10.71,0.78,none,none,none, return,return,91.69,Verb,6,5,2,return,5.61,1.00,5.61,1.00,7.29,none,none,6.75 returnable,returnable,0.10,Adjective,10,9,4,returnable,10.06,1.00,10.06,1.00,none,none,none, returned,returned,24.76,Verb,8,6,2,return,none,none,5.61,1.00,7.29,none,none,6.75 returnee,returnee,0.02,Noun,8,6,3,returnee,10.75,0.89,10.75,0.89,none,none,none, returnees,returnees,0.06,Noun,9,7,3,returnee,none,none,10.75,0.89,none,none,none, returner,returner,0.02,Noun,8,6,3,returner,9.05,1.00,9.05,1.00,none,none,none, returning,returning,11.57,Verb,9,7,3,return,none,none,5.61,1.00,7.29,none,none,6.75 returns,returns,8.76,Verb,7,6,2,return,none,none,5.61,1.00,7.29,none,none,6.75 retype,retype,0.04,Verb,6,5,2,retype,9.56,0.95,9.56,0.95,none,none,none, reuben,reuben,1.18,1.18,6,5,2,reuben,14.42,1.00,14.42,1.00,none,none,none,11.80 reunification,reunification,0.25,Noun,13,12,6,reunification,13.94,0.95,13.94,0.95,none,none,none, reunify,reunify,0.02,Verb,7,7,4,reunify,13.12,0.89,13.12,0.89,none,none,none, reunion,reunion,8.82,Noun,7,7,3,reunion,10.05,1.00,10.05,1.00,none,none,none, reunions,reunions,0.65,Noun,8,8,3,reunion,none,none,10.05,1.00,none,none,none, reunite,reunite,0.71,Verb,7,6,3,reunite,9.44,1.00,9.44,1.00,none,none,none, reunited,reunited,1.78,Verb,8,8,4,reunite,none,none,9.44,1.00,none,none,none, reunites,reunites,0.04,Verb,8,7,3,reunite,none,none,9.44,1.00,none,none,none, reuniting,reuniting,0.27,Verb,9,8,4,reunite,none,none,9.44,1.00,none,none,none, reupholster,reupholster,0.04,Noun,11,10,4,reupholster,13.94,0.89,13.94,0.89,none,none,none, reupholstering,reupholstering,0.10,Verb,14,12,5,reupholster,none,none,13.94,0.89,none,none,none, reusable,reusable,0.02,Adjective,8,8,4,reusable,6.89,1.00,6.89,1.00,none,none,none, reuse,reuse,0.12,Verb,5,5,2,reuse,7.17,1.00,7.17,1.00,none,none,none, reused,reused,0.08,Verb,6,5,2,reuse,none,none,7.17,1.00,none,none,none, reusing,reusing,0.10,Verb,7,7,3,reuse,none,none,7.17,1.00,none,none,none, rev,rev,4.06,Noun,3,3,1,rev,10.67,0.79,10.67,0.79,10.68,none,10.53, revalue,revalue,0.02,Verb,7,7,3,revalue,12.22,1.00,12.22,1.00,none,none,none, revamp,revamp,0.08,Verb,6,6,2,revamp,13.06,1.00,13.06,1.00,none,none,none, revamps,revamps,0.02,Noun,7,7,2,revamp,none,none,13.06,1.00,none,none,none, reveal,reveal,9.33,Verb,6,5,2,reveal,9.47,0.94,9.47,0.94,9.59,none,none,9.22 revealed,revealed,5.84,Verb,8,6,2,reveal,none,none,9.47,0.94,9.59,none,none,9.22 revealer,revealer,0.02,Noun,8,6,3,revealer,10.82,0.94,10.82,0.94,none,none,none, reveals,reveals,1.94,Verb,7,6,2,reveal,none,none,9.47,0.94,9.59,none,none,9.22 reveille,reveille,0.76,Noun,8,5,2,reveille,13.40,0.56,13.40,0.56,none,none,none, revel,revel,0.80,Verb,5,5,2,revel,12.00,0.89,12.00,0.89,none,none,none,11.19 revelation,revelation,2.75,Noun,10,9,4,revelation,9.95,1.00,9.95,1.00,none,none,none, revelations,revelations,1.04,Noun,11,10,4,revelation,none,none,9.95,1.00,none,none,none, reveling,revelling,0.22,Verb,8,7,3,revel,none,none,12.00,0.89,none,none,none,11.19 revelries,revelries,0.02,Noun,9,8,3,revelry,none,none,12.67,0.83,none,none,none, revelry,revelry,0.18,Noun,7,7,3,revelry,12.67,0.83,12.67,0.83,none,none,none, revels,revels,0.33,Verb,6,6,2,revel,none,none,12.00,0.89,none,none,none,11.19 revenge,revenge,19.04,Noun,7,6,2,revenge,8.00,1.00,8.00,1.00,none,9.24,none,8.12 revenged,revenged,0.12,Verb,8,7,2,revenge,none,none,8.00,1.00,none,9.24,none,8.12 revengeful,revengeful,0.06,Adjective,10,9,3,revengeful,10.26,0.95,10.26,0.95,none,none,none, revenue,revenue,2.39,Noun,7,6,3,revenue,11.74,1.00,11.74,1.00,none,11.17,none, revenues,revenues,0.47,Noun,8,7,3,revenue,none,none,11.74,1.00,none,11.17,none, reverb,reverb,0.16,Noun,6,5,2,reverb,13.93,0.83,13.93,0.83,none,none,none, reverberant,reverberant,0.02,Adjective,11,9,4,reverberant,13.62,0.65,13.62,0.65,none,none,none, reverberate,reverberate,0.04,Verb,11,8,4,reverberate,12.78,0.90,12.78,0.90,none,none,none, reverberated,reverberated,0.02,Verb,12,10,5,reverberate,none,none,12.78,0.90,none,none,none, reverberates,reverberates,0.06,Verb,12,9,4,reverberate,none,none,12.78,0.90,none,none,none, reverberating,reverberating,0.14,Adjective,13,10,5,reverberating,13.56,0.90,13.56,0.90,none,none,none, reverberation,reverberation,0.08,Noun,13,10,5,reverberation,14.82,0.94,14.82,0.94,none,none,none, reverberations,reverberations,0.04,Noun,14,11,5,reverberation,none,none,14.82,0.94,none,none,none, revere,revere,1.12,Name,6,5,2,revere,10.47,0.95,10.47,0.95,11.36,none,none,12.01 revered,revered,0.80,Verb,7,6,2,revere,none,none,10.47,0.95,11.36,none,none,12.01 reverence,reverence,1.33,Noun,9,7,3,reverence,13.06,0.94,13.06,0.94,none,none,none, reverenced,reverenced,0.06,Verb,10,9,3,reverence,none,none,13.06,0.94,none,none,none, reverend,reverend,18.88,Noun,8,7,3,reverend,12.11,0.95,12.11,0.95,none,none,none, reverends,reverends,0.08,Noun,9,9,3,reverend,none,none,12.11,0.95,none,none,none, reverent,reverent,0.22,Adjective,8,7,3,reverent,11.50,0.84,11.50,0.84,none,none,none, reveres,reveres,0.08,Verb,7,6,2,revere,none,none,10.47,0.95,11.36,none,none,12.01 reverie,reverie,0.14,Noun,7,5,3,reverie,13.78,0.90,13.78,0.90,none,none,none, reveries,reveries,0.04,Noun,8,6,3,reverie,none,none,13.78,0.90,none,none,none, reversal,reversal,1.12,Noun,8,7,3,reversal,8.11,1.00,8.11,1.00,none,none,none, reversals,reversals,0.08,Noun,9,8,3,reversal,none,none,8.11,1.00,none,none,none, reverse,reverse,10.98,Verb,7,5,2,reverse,6.89,1.00,6.89,1.00,none,7.60,none,7.65 reversed,reversed,2.69,Verb,8,6,2,reverse,none,none,6.89,1.00,none,7.60,none,7.65 reverses,reverses,0.33,Verb,8,7,3,reverse,none,none,6.89,1.00,none,7.60,none,7.65 reversible,reversible,0.29,Adjective,10,9,4,reversible,8.84,1.00,8.84,1.00,none,none,none, reversing,reversing,0.53,Verb,9,7,3,reverse,none,none,6.89,1.00,none,7.60,none,7.65 reversion,reversion,0.08,Noun,9,7,3,reversion,14.19,0.84,14.19,0.84,none,none,none, revert,revert,0.69,Verb,6,5,2,revert,13.11,1.00,13.11,1.00,11.63,none,none,10.90 reverted,reverted,0.20,Verb,8,7,3,revert,none,none,13.11,1.00,11.63,none,none,10.90 reverting,reverting,0.10,Verb,9,7,3,revert,none,none,13.11,1.00,11.63,none,none,10.90 reverts,reverts,0.12,Verb,7,6,2,revert,none,none,13.11,1.00,11.63,none,none,10.90 review,review,14.80,Noun,6,5,2,review,8.84,1.00,8.84,1.00,none,10.75,none,8.04 reviewed,reviewed,2.61,Verb,8,6,2,review,none,none,8.84,1.00,none,10.75,none,8.04 reviewer,reviewer,0.51,Noun,8,6,3,reviewer,9.68,1.00,9.68,1.00,none,none,none, reviewers,reviewers,0.10,Noun,9,7,3,reviewer,none,none,9.68,1.00,none,none,none, reviewing,reviewing,2.02,Verb,9,7,3,review,none,none,8.84,1.00,none,10.75,none,8.04 reviews,reviews,2.96,Noun,7,6,2,review,none,none,8.84,1.00,none,10.75,none,8.04 revile,revile,0.14,Verb,6,5,2,revile,12.59,0.94,12.59,0.94,none,none,none, reviled,reviled,0.18,Verb,7,6,2,revile,none,none,12.59,0.94,none,none,none, reviles,reviles,0.06,Verb,7,6,2,revile,none,none,12.59,0.94,none,none,none, revise,revise,0.86,Verb,6,5,2,revise,11.67,1.00,11.67,1.00,none,none,none,9.31 revised,revised,1.24,Adjective,7,6,2,revised,10.31,1.00,10.31,1.00,none,none,none, revises,revises,0.02,Verb,7,7,3,revise,none,none,11.67,1.00,none,none,none,9.31 revising,revising,0.27,Verb,8,7,3,revise,none,none,11.67,1.00,none,none,none,9.31 revision,revision,0.57,Noun,8,7,3,revision,10.33,1.00,10.33,1.00,none,none,none, revisionist,revisionist,0.25,Noun,11,10,4,revisionist,16.53,0.85,16.53,0.85,none,none,none, revisionists,revisionists,0.02,Noun,12,11,4,revisionist,none,none,16.53,0.85,none,none,none, revisions,revisions,0.37,Noun,9,8,3,revision,none,none,10.33,1.00,none,none,none, revisit,revisit,0.84,Verb,7,7,3,revisit,10.00,0.95,10.00,0.95,none,none,none, revisited,revisited,0.16,Verb,9,9,4,revisit,none,none,10.00,0.95,none,none,none, revisiting,revisiting,0.18,Verb,10,9,4,revisit,none,none,10.00,0.95,none,none,none, revitalize,revitalise,0.25,Verb,10,9,4,revitalize,12.42,1.00,12.42,1.00,none,none,none, revitalizing,revitalising,0.14,Verb,12,11,5,revitalize,none,none,12.42,1.00,none,none,none, revival,revival,1.18,Noun,7,7,3,revival,10.17,1.00,10.17,1.00,none,none,none, revivals,revivals,0.10,Noun,8,8,3,revival,none,none,10.17,1.00,none,none,none, revive,revive,1.84,Verb,6,5,2,revive,10.47,1.00,10.47,1.00,none,none,none,9.94 revived,revived,0.61,Verb,7,6,2,revive,none,none,10.47,1.00,none,none,none,9.94 reviver,reviver,0.02,Noun,7,6,3,reviver,11.28,0.86,11.28,0.86,none,none,none, revives,revives,0.10,Verb,7,6,2,revive,none,none,10.47,1.00,none,none,none,9.94 reviving,reviving,0.31,Verb,8,7,3,revive,none,none,10.47,1.00,none,none,none,9.94 revocable,revocable,0.06,Adjective,9,9,4,revocable,13.21,0.95,13.21,0.95,none,none,none, revocation,revocation,0.04,Noun,10,9,4,revocation,14.69,0.84,14.69,0.84,none,none,none, revoke,revoke,0.73,Verb,6,5,2,revoke,12.10,1.00,12.10,1.00,none,12.24,none,10.70 revoked,revoked,1.24,Verb,7,6,2,revoke,none,none,12.10,1.00,none,12.24,none,10.70 revoking,revoking,0.20,Verb,8,7,3,revoke,none,none,12.10,1.00,none,12.24,none,10.70 revolt,revolt,1.55,Noun,6,6,2,revolt,10.67,0.95,10.67,0.95,none,none,none,9.85 revolting,revolting,1.92,Adjective,9,8,3,revolting,9.74,1.00,9.74,1.00,none,none,none, revolts,revolts,0.10,Noun,7,7,2,revolt,none,none,10.67,0.95,none,none,none,9.85 revolution,revolution,12.33,Noun,10,9,4,revolution,10.00,1.00,10.00,1.00,none,10.19,none, revolutionaries,revolutionaries,0.69,Noun,15,13,6,revolutionary,none,none,10.28,1.00,none,none,none, revolutionary,revolutionary,4.39,Adjective,13,12,6,revolutionary,10.28,1.00,10.28,1.00,none,none,none, revolutionize,revolutionise,0.47,Verb,13,11,5,revolutionize,11.85,0.95,11.85,0.95,none,none,none, revolutionized,revolutionised,0.22,Verb,14,12,5,revolutionize,none,none,11.85,0.95,none,none,none, revolutionizing,revolutionising,0.06,Verb,15,13,6,revolutionize,none,none,11.85,0.95,none,none,none, revolutions,revolutions,0.59,Noun,11,10,4,revolution,none,none,10.00,1.00,none,10.19,none, revolve,revolve,0.69,Verb,7,6,2,revolve,8.28,0.95,8.28,0.95,none,none,none, revolved,revolved,0.18,Verb,8,7,2,revolve,none,none,8.28,0.95,none,none,none, revolver,revolver,2.76,Noun,8,7,3,revolver,9.26,1.00,9.26,1.00,none,none,none, revolvers,revolvers,0.25,Noun,9,8,3,revolver,none,none,9.26,1.00,none,none,none, revolves,revolves,0.61,Verb,8,7,2,revolve,none,none,8.28,0.95,none,none,none, revolving,revolving,1.00,Adjective,9,8,3,revolving,11.00,1.00,11.00,1.00,none,none,none, revote,revote,0.04,Verb,6,5,2,revote,13.50,0.56,13.50,0.56,none,none,none, revs,revs,0.65,Noun,4,4,1,rev,none,none,10.67,0.79,10.68,none,10.53, revue,revue,0.73,Noun,5,5,2,revue,13.71,0.74,13.71,0.74,none,none,none,12.85 revues,revues,0.04,Noun,6,6,2,revue,none,none,13.71,0.74,none,none,none,12.85 revulsion,revulsion,0.24,Noun,9,8,3,revulsion,12.41,0.94,12.41,0.94,none,none,none, revved,revved,0.24,Verb,6,4,1,rev,none,none,10.67,0.79,10.68,none,10.53, revving,revving,0.76,Verb,7,5,2,rev,none,none,10.67,0.79,10.68,none,10.53, reward,reward,18.02,Noun,6,6,2,reward,6.89,1.00,6.89,1.00,7.26,6.49,none,6.75 rewarded,rewarded,2.94,Verb,8,8,3,reward,none,none,6.89,1.00,7.26,6.49,none,6.75 rewarding,rewarding,1.67,Adjective,9,8,3,rewarding,8.11,1.00,8.11,1.00,none,none,none, rewards,rewards,2.04,Noun,7,7,2,reward,none,none,6.89,1.00,7.26,6.49,none,6.75 rewash,rewash,0.02,Verb,6,5,2,rewash,6.05,1.00,6.05,1.00,none,none,none, rewashes,rewashes,0.04,Verb,8,7,3,rewash,none,none,6.05,1.00,none,none,none, reweigh,reweigh,0.02,Verb,7,4,2,reweigh,9.89,0.82,9.89,0.82,none,none,none, rewind,rewind,1.75,Verb,6,6,2,rewind,7.79,1.00,7.79,1.00,none,none,none, rewinding,rewinding,0.24,Verb,9,8,3,rewind,none,none,7.79,1.00,none,none,none, rewinds,rewinds,0.04,Verb,7,7,2,rewind,none,none,7.79,1.00,none,none,none, rewire,rewire,0.47,Verb,6,5,3,rewire,9.56,1.00,9.56,1.00,none,none,none, rewired,rewired,0.18,Verb,7,6,3,rewire,none,none,9.56,1.00,none,none,none, rewiring,rewiring,0.33,Verb,8,7,4,rewire,none,none,9.56,1.00,none,none,none, reword,reword,0.02,Noun,6,5,2,reword,10.72,1.00,10.72,1.00,none,none,none, rework,rework,0.16,Verb,6,5,2,rework,9.80,1.00,9.80,1.00,none,none,none, reworked,reworked,0.20,Verb,8,6,2,rework,none,none,9.80,1.00,none,none,none, reworking,reworking,0.10,Verb,9,7,3,rework,none,none,9.80,1.00,none,none,none, rewrap,rewrap,0.02,Verb,6,5,2,rewrap,9.16,1.00,9.16,1.00,none,none,none, rewrite,rewrite,2.75,Verb,7,5,2,rewrite,9.78,1.00,9.78,1.00,none,none,none, rewriter,rewriter,0.02,Noun,8,6,3,rewriter,12.47,1.00,12.47,1.00,none,none,none, rewrites,rewrites,0.45,Verb,8,6,2,rewrite,none,none,9.78,1.00,none,none,none, rewriting,rewriting,0.80,Verb,9,7,3,rewrite,none,none,9.78,1.00,none,none,none, rewritten,rewritten,0.43,Verb,9,7,3,rewrite,none,none,9.78,1.00,none,none,none, rewrote,rewrote,0.80,Verb,7,5,2,rewrite,none,none,9.78,1.00,none,none,none, rhapsody,rhapsody,0.53,Noun,8,7,3,rhapsody,12.95,1.00,12.95,1.00,none,12.49,none, rhesus,rhesus,0.18,Noun,6,5,2,rhesus,15.75,0.40,15.75,0.40,none,none,none, rhetoric,rhetoric,0.41,Noun,8,6,3,rhetoric,13.69,0.89,13.69,0.89,none,none,none, rhetorical,rhetorical,0.96,Adjective,10,9,4,rhetorical,14.25,1.00,14.25,1.00,none,none,none, rheum,rheum,0.08,Noun,5,3,1,rheum,17.38,0.42,17.38,0.42,none,none,none, rheumatic,rheumatic,0.16,Adjective,9,7,3,rheumatic,14.41,0.94,14.41,0.94,none,none,none, rheumatism,rheumatism,0.69,Noun,10,9,4,rheumatism,13.57,0.64,13.57,0.64,none,none,none, rheumatoid,rheumatoid,0.14,Adjective,10,7,3,rheumatoid,14.30,1.00,14.30,1.00,none,none,none, rheumatology,rheumatology,0.02,Noun,12,10,5,rheumatology,15.11,0.90,15.11,0.90,none,none,none, rhinestone,rhinestone,0.63,Noun,10,7,2,rhinestone,11.06,0.90,11.06,0.90,none,none,none, rhinestones,rhinestones,0.55,Noun,11,8,2,rhinestone,none,none,11.06,0.90,none,none,none, rhinitis,rhinitis,0.04,Noun,8,7,3,rhinitis,18.07,0.70,18.07,0.70,none,none,none, rhino,rhino,2.08,Noun,5,4,2,rhino,5.89,1.00,5.89,1.00,none,none,none,4.91 rhinoceros,rhinocerous,0.75,Noun,10,8,4,rhinoceros,6.00,1.00,6.00,1.00,7.80,none,none, rhinoceroses,rhinoceroses,0.02,Noun,12,11,5,rhinoceros,none,none,6.00,1.00,7.80,none,none, rhinos,rhinos,0.25,Noun,6,5,2,rhino,none,none,5.89,1.00,none,none,none,4.91 rhizome,rhizome,0.12,Noun,7,5,2,rhizome,13.47,0.75,13.47,0.75,none,none,none, rho,rho,0.14,Noun,3,2,1,rho,15.45,0.58,15.45,0.58,none,none,none, rhodium,rhodium,0.04,Noun,7,6,3,rhodium,14.70,0.53,14.70,0.53,none,none,none, rhododendron,rhododendron,0.06,Noun,12,11,4,rhododendron,11.53,0.89,11.53,0.89,none,none,none, rhododendrons,rhododendrons,0.04,Noun,13,12,4,rhododendron,none,none,11.53,0.89,none,none,none, rhomboid,rhomboid,0.08,Noun,8,6,2,rhomboid,12.67,0.79,12.67,0.79,none,none,none, rhombus,rhombus,0.06,Noun,7,6,2,rhombus,10.88,0.89,10.88,0.89,none,none,none, rhubarb,rhubarb,1.08,Noun,7,6,2,rhubarb,10.53,0.90,10.53,0.90,none,none,none,9.76 rhyme,rime,4.41,Noun,5,3,1,rhyme,5.47,1.00,5.47,1.00,none,5.20,6.87, rhymed,rhymed,0.29,Verb,6,4,1,rhyme,none,none,5.47,1.00,none,5.20,6.87, rhymes,rhymes,2.96,Verb,6,4,1,rhyme,none,none,5.47,1.00,none,5.20,6.87, rhymester,rhymester,0.02,Noun,9,6,2,rhymester,14.25,0.44,14.25,0.44,none,none,none, rhythm,rhythm,10.90,Noun,6,5,2,rhythm,7.16,1.00,7.16,1.00,none,7.71,none,7.49 rhythmic,rhythmic,1.02,Adjective,8,6,2,rhythmic,10.65,0.94,10.65,0.94,none,none,none, rhythmical,rhythmical,0.06,Adjective,10,8,3,rhythmical,12.06,0.90,12.06,0.90,none,none,none, rhythms,rhythms,0.92,Noun,7,6,2,rhythm,none,none,7.16,1.00,none,7.71,none,7.49 rib,rib,5.90,Noun,3,3,1,rib,6.30,1.00,6.30,1.00,none,none,6.81, ribald,ribald,0.16,Adjective,6,6,2,ribald,11.38,0.40,11.38,0.40,none,none,none, ribaldry,ribaldry,0.02,Noun,8,8,3,ribaldry,15.00,0.37,15.00,0.37,none,none,none, riband,riband,Err:512,Err:512,6,6,2,riband,13.00,0.05,13.00,0.05,none,none,none, ribbed,ribbed,0.35,Adjective,6,4,1,ribbed,11.44,1.00,11.44,1.00,none,none,none, ribbon,ribbon,5.06,Noun,6,5,2,ribbon,5.25,1.00,5.25,1.00,none,5.82,none,6.20 ribbons,ribbons,2.92,Noun,7,6,2,ribbon,none,none,5.25,1.00,none,5.82,none,6.20 ribcage,ribcage,0.16,Noun,7,6,2,ribcage,8.56,1.00,8.56,1.00,none,none,none, riboflavin,riboflavin,0.12,Noun,10,10,4,riboflavin,14.37,0.95,14.37,0.95,none,none,none, ribonucleic,ribonucleic,0.02,Adjective,11,11,5,ribonucleic,12.71,0.78,12.71,0.78,none,none,none, ribs,ribs,8.35,Noun,4,4,1,rib,none,none,6.30,1.00,none,none,6.81, rice,rice,15.08,Noun,4,3,1,rice,3.72,1.00,3.72,1.00,none,5.48,4.99, rich,rich,80.39,Adjective,4,3,1,rich,6.32,1.00,6.32,1.00,none,none,5.99, richer,richer,3.88,Adjective,6,4,2,rich,none,none,6.32,1.00,none,none,5.99, riches,riches,3.33,Noun,6,5,2,riches,8.33,1.00,8.33,1.00,none,none,none, richest,richest,4.04,Adjective,7,6,2,rich,none,none,6.32,1.00,none,none,5.99, richness,richness,0.29,Noun,8,6,2,richness,9.28,0.95,9.28,0.95,none,none,none, rick,rick,26.20,Name,4,3,1,rick,7.80,0.67,7.80,0.67,none,11.17,none, rickets,rickets,0.39,Noun,7,6,2,rickets,11.69,0.68,11.69,0.68,none,none,none, rickety,rickety,0.41,Adjective,7,6,3,rickety,10.67,1.00,10.67,1.00,none,none,none, rickshaw,rickshaw,0.59,Noun,8,5,2,rickshaw,11.94,0.89,11.94,0.89,none,none,none, rickshaws,rickshaws,0.10,Noun,9,6,2,rickshaw,none,none,11.94,0.89,none,none,none, ricochet,ricochet,0.47,Noun,8,6,3,ricochet,10.50,0.95,10.50,0.95,none,none,none, ricocheted,ricocheted,0.16,Verb,10,7,3,ricochet,none,none,10.50,0.95,none,none,none, ricochets,ricochets,0.10,Verb,9,7,3,ricochet,none,none,10.50,0.95,none,none,none, ricotta,ricotta,0.25,Noun,7,6,3,ricotta,12.67,0.95,12.67,0.95,none,none,none, rid,rid,59.84,Verb,3,3,1,rid,6.79,0.95,6.79,0.95,none,none,7.49, riddance,riddance,1.73,Noun,8,6,2,riddance,12.72,1.00,12.72,1.00,none,none,none, ridden,ridden,2.14,Verb,6,5,2,ride,none,none,4.67,1.00,4.68,4.64,4.99, ridding,ridding,0.31,Verb,7,5,2,rid,none,none,6.79,0.95,none,none,7.49, riddle,riddle,4.53,Noun,6,5,2,riddle,7.17,1.00,7.17,1.00,none,none,none,6.82 riddled,riddled,0.96,Verb,7,6,2,riddle,none,none,7.17,1.00,none,none,none,6.82 riddles,riddles,1.82,Noun,7,6,2,riddle,none,none,7.17,1.00,none,none,none,6.82 riddling,riddling,0.10,Verb,8,7,3,riddle,none,none,7.17,1.00,none,none,none,6.82 ride,ride,135.37,Noun,4,3,1,ride,4.67,1.00,4.67,1.00,4.68,4.64,4.99, rider,rider,7.71,Noun,5,4,2,rider,6.37,1.00,6.37,1.00,none,none,none, riders,riders,3.10,Noun,6,5,2,rider,none,none,6.37,1.00,none,none,none, rides,rides,7.18,Verb,5,4,1,ride,none,none,4.67,1.00,4.68,4.64,4.99, ridge,ridge,7.08,Noun,5,3,1,ridge,8.84,1.00,8.84,1.00,none,8.60,8.61, ridgepole,ridgepole,0.10,Noun,9,6,2,ridgepole,14.00,0.43,14.00,0.43,none,none,none, ridges,ridges,0.71,Noun,6,5,2,ridge,none,none,8.84,1.00,none,8.60,8.61, ridicule,ridicule,1.96,Noun,8,8,3,ridicule,11.85,1.00,11.85,1.00,none,none,none, ridiculed,ridiculed,0.76,Verb,9,9,3,ridicule,none,none,11.85,1.00,none,none,none, ridicules,ridicules,0.08,Verb,9,9,3,ridicule,none,none,11.85,1.00,none,none,none, ridiculing,ridiculing,0.10,Verb,10,10,4,ridicule,none,none,11.85,1.00,none,none,none, ridiculous,ridiculous,55.61,Adjective,10,10,4,ridiculous,7.00,1.00,7.00,1.00,none,none,none, ridiculousness,ridiculousness,0.04,Noun,14,13,5,ridiculousness,9.15,1.00,9.15,1.00,none,none,none, riding,riding,32.00,Verb,6,5,2,ride,none,none,4.67,1.00,4.68,4.64,4.99, rids,rids,0.06,Verb,4,4,1,rid,none,none,6.79,0.95,none,none,7.49, riel,riel,Err:512,Err:512,4,3,1,riel,15.67,0.14,15.67,0.14,none,none,none, rife,rife,0.51,Adjective,4,3,1,rife,12.83,0.95,12.83,0.95,none,none,none, riff,riff,1.12,Noun,4,3,1,riff,9.84,0.86,9.84,0.86,none,none,none, riffle,riffle,0.12,Noun,6,5,2,riffle,9.15,0.72,9.15,0.72,none,none,none, riffraff,riffraff,1.02,Noun,8,6,2,riffraff,8.26,1.00,8.26,1.00,none,none,none,12.01 riffs,riffs,0.20,Noun,5,4,1,riff,none,none,9.84,0.86,none,none,none, rifle,rifle,14.57,Noun,5,5,2,rifle,7.85,1.00,7.85,1.00,none,6.50,none, rifled,rifled,0.12,Verb,6,6,2,rifle,none,none,7.85,1.00,none,6.50,none, rifleman,rifleman,0.53,Noun,8,8,3,rifleman,9.67,1.00,9.67,1.00,none,none,none, riflemen,riflemen,0.20,Noun,8,8,3,rifleman,none,none,9.67,1.00,none,none,none, rifles,rifles,5.12,Noun,6,6,2,rifle,none,none,7.85,1.00,none,6.50,none, rifling,rifling,0.37,Verb,7,6,2,rifle,none,none,7.85,1.00,none,6.50,none, rift,rift,1.08,Noun,4,4,1,rift,12.00,0.90,12.00,0.90,none,none,10.82, rifts,rifts,0.08,Noun,5,5,1,rift,none,none,12.00,0.90,none,none,10.82, rig,rig,8.63,Noun,3,3,1,rig,8.95,1.00,8.95,1.00,10.49,none,9.24, rigatoni,rigatoni,0.29,Noun,8,8,4,rigatoni,8.93,0.83,8.93,0.83,none,none,none, rigged,rigged,3.80,Verb,6,4,1,rig,none,none,8.95,1.00,10.49,none,9.24, rigger,rigger,0.18,Noun,6,4,2,rigger,12.71,0.94,12.71,0.94,none,none,none, right,right,4008.39,Adverb,5,3,1,right,4.35,1.00,4.35,1.00,4.87,none,4.60, righted,righted,0.12,Verb,7,5,2,right,none,none,4.35,1.00,4.87,none,4.60, righteous,righteous,3.92,Adjective,9,5,2,righteous,10.21,1.00,10.21,1.00,none,none,none, righteousness,righteousness,1.75,Noun,13,8,3,righteousness,9.94,1.00,9.94,1.00,10.02,none,none, righter,righter,0.08,Adjective,7,4,2,right,none,none,4.35,1.00,4.87,none,4.60, rightful,rightful,2.33,Adjective,8,6,2,rightful,9.32,1.00,9.32,1.00,none,none,none, righties,righties,0.04,Noun,8,5,2,righty,none,none,7.75,0.95,none,none,none, righting,righting,0.22,Verb,8,5,2,right,none,none,4.35,1.00,4.87,none,4.60, rightist,rightist,0.02,Noun,8,6,2,rightist,14.43,0.78,14.43,0.78,none,none,none, rightists,rightists,0.04,Noun,9,7,2,rightist,none,none,14.43,0.78,none,none,none, rightness,rightness,0.18,Noun,9,6,2,rightness,10.00,0.95,10.00,0.95,none,none,none, rights,rights,29.61,Noun,6,4,1,right,none,none,4.35,1.00,4.87,none,4.60, rightward,rightward,0.02,Adjective,9,6,2,rightward,11.41,0.94,11.41,0.94,none,none,none, righty,righty,3.33,Adjective,6,4,2,righty,7.75,0.95,7.75,0.95,none,none,none, rigid,rigid,1.86,Adjective,5,5,2,rigid,9.16,0.95,9.16,0.95,none,none,none, rigidities,rigidities,0.02,Noun,10,9,4,rigidity,none,none,11.47,1.00,none,11.28,none, rigidity,rigidity,0.22,Noun,8,8,4,rigidity,11.47,1.00,11.47,1.00,none,11.28,none, rigmarole,rigmarole,0.12,Noun,9,8,3,rigmarole,15.20,0.71,15.20,0.71,none,none,none, rigor,rigour,0.86,Noun,5,4,2,rigor,11.11,1.00,11.11,1.00,none,none,none,12.64 rigorous,rigorous,0.84,Adjective,8,6,3,rigorous,11.60,1.00,11.60,1.00,none,none,none, rigorousness,rigorousness,0.02,Noun,12,9,4,rigorousness,14.15,1.00,14.15,1.00,none,none,none, rigors,rigours,0.24,Noun,6,5,2,rigor,none,none,11.11,1.00,none,none,none,12.64 rigs,rigs,0.53,Noun,4,4,1,rig,none,none,8.95,1.00,10.49,none,9.24, rile,rile,0.33,Verb,4,3,1,rile,10.95,0.86,10.95,0.86,none,none,11.78, riled,riled,1.45,Verb,5,4,1,rile,none,none,10.95,0.86,none,none,11.78, riles,riles,0.10,Verb,5,4,1,rile,none,none,10.95,0.86,none,none,11.78, riling,riling,0.06,Verb,6,5,2,rile,none,none,10.95,0.86,none,none,11.78, rill,rill,0.12,Noun,4,3,1,rill,15.75,0.22,15.75,0.22,none,none,none, rills,rills,0.02,Noun,5,4,1,rill,none,none,15.75,0.22,none,none,none, rim,rim,2.45,Noun,3,3,1,rim,8.05,1.00,8.05,1.00,none,none,7.74, rimless,rimless,0.02,Adjective,7,6,2,rimless,11.36,0.78,11.36,0.78,none,none,none, rims,rims,0.76,Noun,4,4,1,rim,none,none,8.05,1.00,none,none,7.74, rimy,rimy,0.02,Adjective,4,4,2,rimy,10.25,0.22,10.25,0.22,none,none,none, rind,rind,0.27,Noun,4,4,1,rind,8.95,0.95,8.95,0.95,none,none,10.68, rinds,rinds,0.49,Noun,5,5,1,rind,none,none,8.95,0.95,none,none,10.68, ring,ring,92.75,Noun,4,3,1,ring,4.53,1.00,4.53,1.00,6.08,4.35,4.79, ringed,ringed,0.16,Verb,6,4,1,ring,none,none,4.53,1.00,6.08,4.35,4.79, ringer,ringer,1.67,Noun,6,4,2,ringer,8.80,1.00,8.80,1.00,none,none,none, ringers,ringers,0.53,Noun,7,5,2,ringer,none,none,8.80,1.00,none,none,none, ringleader,ringleader,0.53,Noun,10,7,3,ringleader,9.74,1.00,9.74,1.00,none,none,none, ringleaders,ringleaders,0.06,Noun,11,8,3,ringleader,none,none,9.74,1.00,none,none,none, ringmaster,ringmaster,0.39,Noun,10,8,3,ringmaster,7.53,0.95,7.53,0.95,none,none,none, rings,rings,29.88,Verb,5,4,1,ring,none,none,4.53,1.00,6.08,4.35,4.79, ringside,ringside,0.92,Noun,8,6,2,ringside,9.88,0.94,9.88,0.94,none,none,none, ringtail,ringtail,0.06,Noun,8,6,2,ringtail,10.69,0.65,10.69,0.65,none,none,none, ringtails,ringtails,0.04,Noun,9,7,2,ringtail,none,none,10.69,0.65,none,none,none, ringtone,ringtone,0.08,Noun,8,6,2,ringtone,13.78,1.00,13.78,1.00,none,none,none, ringtones,ringtones,0.04,Verb,9,7,2,ringtone,none,none,13.78,1.00,none,none,none, ringworm,ringworm,0.10,Noun,8,6,2,ringworm,10.28,1.00,10.28,1.00,none,none,none, rink,rink,2.14,Noun,4,4,1,rink,8.69,0.89,8.69,0.89,none,none,8.51, rinks,rinks,0.02,Noun,5,5,1,rink,none,none,8.69,0.89,none,none,8.51, rinse,rinse,2.35,Verb,5,4,1,rinse,4.95,1.00,4.95,1.00,6.23,none,6.20, rinsed,rinsed,0.18,Verb,6,5,1,rinse,none,none,4.95,1.00,6.23,none,6.20, rinses,rinses,0.04,Noun,6,6,2,rinse,none,none,4.95,1.00,6.23,none,6.20, rinsing,rinsing,0.06,Verb,7,6,2,rinse,none,none,4.95,1.00,6.23,none,6.20, riot,riot,6.49,Noun,4,4,2,riot,9.95,1.00,9.95,1.00,none,9.03,none, rioted,rioted,0.12,Verb,6,6,3,riot,none,none,9.95,1.00,none,9.03,none, rioting,rioting,0.51,Noun,7,6,3,rioting,10.16,1.00,10.16,1.00,none,none,none, riotous,riotous,0.16,Adjective,7,6,3,riotous,12.53,0.89,12.53,0.89,none,none,none, riots,riots,2.37,Noun,5,5,2,riot,none,none,9.95,1.00,none,9.03,none, rip,rip,20.16,Verb,3,3,1,rip,6.11,1.00,6.11,1.00,none,none,5.75, ripcord,ripcord,0.04,Noun,7,7,2,ripcord,10.84,0.95,10.84,0.95,none,none,none, ripe,ripe,4.18,Adjective,4,3,1,ripe,7.11,1.00,7.11,1.00,none,6.35,7.56, ripen,ripen,0.27,Verb,5,5,2,ripen,7.22,1.00,7.22,1.00,7.37,none,none, ripened,ripened,0.10,Verb,7,6,2,ripen,none,none,7.22,1.00,7.37,none,none, ripeness,ripeness,0.04,Noun,8,6,2,ripeness,12.11,1.00,12.11,1.00,none,none,none, ripening,ripening,0.12,Verb,8,7,3,ripen,none,none,7.22,1.00,7.37,none,none, ripens,ripens,0.08,Verb,6,6,2,ripen,none,none,7.22,1.00,7.37,none,none, riper,riper,0.06,Adjective,5,4,2,ripe,none,none,7.11,1.00,none,6.35,7.56, ripest,ripest,0.04,Adjective,6,6,2,ripe,none,none,7.11,1.00,none,6.35,7.56, riposte,riposte,0.12,Noun,7,6,2,riposte,15.60,0.53,15.60,0.53,none,none,none, ripped,ripped,19.06,Verb,6,4,1,rip,none,none,6.11,1.00,none,none,5.75, ripper,ripper,2.49,Noun,6,4,2,ripper,8.29,0.94,8.29,0.94,none,none,none, rippers,rippers,0.31,Noun,7,5,2,ripper,none,none,8.29,0.94,none,none,none, ripping,ripping,4.00,Verb,7,5,2,rip,none,none,6.11,1.00,none,none,5.75, ripple,ripple,1.51,Noun,6,5,2,ripple,8.47,1.00,8.47,1.00,none,none,none,9.85 rippled,rippled,0.08,Verb,7,6,2,ripple,none,none,8.47,1.00,none,none,none,9.85 ripples,ripples,0.88,Noun,7,6,2,ripple,none,none,8.47,1.00,none,none,none,9.85 rippling,rippling,0.59,Adjective,8,7,3,rippling,6.58,1.00,6.58,1.00,none,none,none, rips,rips,1.35,Verb,4,4,1,rip,none,none,6.11,1.00,none,none,5.75, ripsaw,ripsaw,Err:512,Err:512,6,5,2,ripsaw,13.08,0.63,13.08,0.63,none,none,none, riptide,riptide,0.14,Noun,7,6,2,riptide,10.39,0.95,10.39,0.95,none,none,none, riptides,riptides,0.02,Noun,8,7,2,riptide,none,none,10.39,0.95,none,none,none, rise,rise,27.43,Verb,4,3,1,rise,6.72,1.00,6.72,1.00,6.30,none,6.60, risen,risen,1.55,Verb,5,5,2,rise,none,none,6.72,1.00,6.30,none,6.60, riser,riser,0.35,Noun,5,4,2,riser,10.56,1.00,10.56,1.00,none,none,none, risers,risers,0.20,Noun,6,5,2,riser,none,none,10.56,1.00,none,none,none, rises,rises,4.02,Verb,5,5,2,rise,none,none,6.72,1.00,6.30,none,6.60, rising,rising,8.41,Verb,6,5,2,rise,none,none,6.72,1.00,6.30,none,6.60, risk,risk,49.04,Noun,4,4,1,risk,7.58,1.00,7.58,1.00,none,7.92,6.81, risked,risked,3.82,Verb,6,5,1,risk,none,none,7.58,1.00,none,7.92,6.81, riskier,riskier,0.16,Adjective,7,6,3,risky,none,none,8.16,1.00,none,none,none, riskiest,riskiest,0.04,Adjective,8,8,3,risky,none,none,8.16,1.00,none,none,none, risking,risking,4.04,Verb,7,6,2,risk,none,none,7.58,1.00,none,7.92,6.81, risks,risks,6.51,Noun,5,5,1,risk,none,none,7.58,1.00,none,7.92,6.81, risky,risky,7.71,Adjective,5,5,2,risky,8.16,1.00,8.16,1.00,none,none,none, risotto,risotto,0.84,Noun,7,6,3,risotto,16.00,0.82,16.00,0.82,none,none,none, rissole,rissole,0.02,Noun,7,5,2,rissole,14.86,0.35,14.86,0.35,none,none,none, rissoles,rissoles,0.02,Noun,8,6,2,rissole,none,none,14.86,0.35,none,none,none, rite,rite,1.45,Noun,4,3,1,rite,10.42,1.00,10.42,1.00,none,none,11.02, rites,rites,1.86,Noun,5,4,1,rite,none,none,10.42,1.00,none,none,11.02, ritual,ritual,8.94,Noun,6,6,3,ritual,11.74,1.00,11.74,1.00,none,none,none, ritualistic,ritualistic,0.53,Adjective,11,11,5,ritualistic,12.89,0.95,12.89,0.95,none,none,none, ritualize,ritualize,0.02,Verb,9,9,4,ritualize,13.17,0.95,13.17,0.95,none,none,none, ritualized,ritualised,0.20,Adjective,10,10,4,ritualized,11.44,1.00,11.44,1.00,none,none,none, rituals,rituals,2.61,Noun,7,7,3,ritual,none,none,11.74,1.00,none,none,none, ritziest,ritziest,0.02,Adjective,8,8,3,ritzy,none,none,10.28,0.95,none,none,none, ritzy,ritzy,0.37,Adjective,5,5,2,ritzy,10.28,0.95,10.28,0.95,none,none,none, rival,rival,3.78,Noun,5,5,2,rival,10.00,1.00,10.00,1.00,none,none,none,9.76 rivaled,rivalled,0.06,Verb,7,6,2,rival,none,none,10.00,1.00,none,none,none,9.76 rivaling,rivalling,0.10,Verb,8,7,3,rival,none,none,10.00,1.00,none,none,none,9.76 rivalries,rivalries,0.10,Noun,9,8,3,rivalry,none,none,10.86,1.00,none,none,none, rivalry,rivalry,1.06,Noun,7,7,3,rivalry,10.86,1.00,10.86,1.00,none,none,none, rivals,rivals,1.22,Noun,6,6,2,rival,none,none,10.00,1.00,none,none,none,9.76 rive,rive,0.06,Verb,4,3,1,rive,10.71,0.39,10.71,0.39,none,none,none, riven,riven,0.02,Verb,5,5,2,riven,14.25,0.19,14.25,0.19,none,none,none, river,river,55.47,Noun,5,4,2,river,4.90,1.00,4.90,1.00,4.84,4.47,none,5.25 riverbank,riverbank,0.67,Noun,9,8,3,riverbank,6.44,0.95,6.44,0.95,none,none,none, riverbanks,riverbanks,0.10,Noun,10,9,3,riverbank,none,none,6.44,0.95,none,none,none, riverbed,riverbed,0.43,Noun,8,7,3,riverbed,9.59,0.94,9.59,0.94,none,none,none, riverbeds,riverbeds,0.02,Noun,9,8,3,riverbed,none,none,9.59,0.94,none,none,none, riverboat,riverboat,0.39,Noun,9,7,3,riverboat,7.90,1.00,7.90,1.00,none,none,none, riverboats,riverboats,0.02,Noun,10,8,3,riverboat,none,none,7.90,1.00,none,none,none, riverfront,riverfront,0.20,Noun,10,9,3,riverfront,9.47,1.00,9.47,1.00,none,none,none, rivers,rivers,5.31,Noun,6,5,2,river,none,none,4.90,1.00,4.84,4.47,none,5.25 rives,rives,0.02,Verb,5,4,1,rive,none,none,10.71,0.39,none,none,none, rivet,rivet,0.33,Verb,5,5,2,rivet,12.83,1.00,12.83,1.00,none,none,none, riveted,riveted,0.37,Verb,7,7,3,rivet,none,none,12.83,1.00,none,none,none, riveter,riveter,0.06,Noun,7,6,3,riveter,11.21,1.00,11.21,1.00,none,none,none, riveting,riveting,0.45,Adjective,8,7,3,riveting,13.32,0.95,13.32,0.95,none,none,none, rivets,rivets,0.39,Noun,6,6,2,rivet,none,none,12.83,1.00,none,none,none, rivulet,rivulet,0.04,Noun,7,8,3,rivulet,12.00,0.60,12.00,0.60,none,none,none, rivulets,rivulets,0.04,Noun,8,9,3,rivulet,none,none,12.00,0.60,none,none,none, riyal,riyal,Err:512,Err:512,5,5,3,riyal,17.25,0.19,17.25,0.19,none,none,none, riyals,riyals,0.02,Noun,6,6,2,riyal,none,none,17.25,0.19,none,none,none, roach,roach,2.65,Noun,5,3,1,roach,7.15,1.00,7.15,1.00,none,12.66,6.58, roaches,roaches,2.00,Noun,7,5,2,roach,none,none,7.15,1.00,none,12.66,6.58, road,road,111.94,Noun,4,3,1,road,4.55,1.00,4.55,1.00,none,4.31,4.67, roadbed,roadbed,0.04,Noun,7,6,2,roadbed,11.62,0.40,11.62,0.40,none,none,none, roadblock,roadblock,1.98,Noun,9,7,2,roadblock,9.28,0.95,9.28,0.95,none,none,none, roadblocks,roadblocks,1.29,Noun,10,8,2,roadblock,none,none,9.28,0.95,none,none,none, roadhouse,roadhouse,0.75,Noun,9,6,2,roadhouse,14.12,0.84,14.12,0.84,none,none,none, roadie,roadie,0.39,Noun,6,4,2,roadie,12.88,0.89,12.88,0.89,none,none,none, roadies,roadies,0.18,Noun,7,5,2,roadie,none,none,12.88,0.89,none,none,none, roadrunner,roadrunner,0.41,Noun,10,7,3,roadrunner,7.32,1.00,7.32,1.00,none,none,none, roadrunners,roadrunners,0.08,Noun,11,8,3,roadrunner,none,none,7.32,1.00,none,none,none, roads,roads,9.06,Noun,5,4,1,road,none,none,4.55,1.00,none,4.31,4.67, roadside,roadside,1.02,Noun,8,6,2,roadside,8.26,1.00,8.26,1.00,none,none,none, roadsides,roadsides,0.02,Noun,9,7,2,roadside,none,none,8.26,1.00,none,none,none, roadstead,roadstead,0.04,Noun,9,7,2,roadstead,13.80,0.56,13.80,0.56,none,none,none, roadsteads,roadsteads,0.02,Noun,10,8,2,roadstead,none,none,13.80,0.56,none,none,none, roadster,roadster,0.35,Noun,8,6,2,roadster,12.07,0.78,12.07,0.78,none,none,none, roadsters,roadsters,0.02,Noun,9,7,2,roadster,none,none,12.07,0.78,none,none,none, roadsweeper,road sweeper,Err:512,Err:512,11,8,3,roadsweeper,9.83,1.00,9.83,1.00,7.12,none,none, roadway,roadway,0.22,Noun,7,5,2,roadway,6.89,1.00,6.89,1.00,none,none,none, roadways,roadways,0.10,Noun,8,6,2,roadway,none,none,6.89,1.00,none,none,none, roadwork,roadwork,0.20,Noun,8,6,2,roadwork,7.56,1.00,7.56,1.00,none,none,none, roam,roam,3.39,Verb,4,3,1,roam,8.58,1.00,8.58,1.00,none,none,8.75, roamed,roamed,0.47,Verb,6,4,1,roam,none,none,8.58,1.00,none,none,8.75, roaming,roaming,1.55,Verb,7,5,2,roam,none,none,8.58,1.00,none,none,8.75, roams,roams,0.43,Verb,5,4,1,roam,none,none,8.58,1.00,none,none,8.75, roan,roan,0.25,Noun,4,3,1,roan,13.00,0.63,13.00,0.63,none,none,none, roar,roar,4.02,Noun,4,3,1,roar,4.79,1.00,4.79,1.00,none,5.67,4.99, roared,roared,0.33,Verb,6,4,1,roar,none,none,4.79,1.00,none,5.67,4.99, roaring,roaring,3.06,Verb,7,5,2,roar,none,none,4.79,1.00,none,5.67,4.99, roars,roars,1.65,Verb,5,4,1,roar,none,none,4.79,1.00,none,5.67,4.99, roast,roast,9.78,Adjective,5,4,1,roast,8.50,1.00,8.50,1.00,6.43,none,7.43, roasted,roasted,1.69,Adjective,7,6,2,roasted,7.11,1.00,7.11,1.00,none,none,none, roaster,roaster,0.06,Noun,7,5,2,roaster,9.48,1.00,9.48,1.00,none,none,none, roasting,roasting,0.76,Verb,8,6,2,roast,none,none,8.50,1.00,6.43,none,7.43, roasts,roasts,0.25,Noun,6,5,1,roast,none,none,8.50,1.00,6.43,none,7.43, rob,rob,23.29,Verb,3,3,1,rob,7.28,1.00,7.28,1.00,6.34,none,6.13, robbed,robbed,15.33,Verb,6,4,1,rob,none,none,7.28,1.00,6.34,none,6.13, robber,robber,4.69,Noun,6,4,2,robber,5.74,1.00,5.74,1.00,none,none,none, robberies,robberies,3.04,Noun,9,6,3,robbery,none,none,7.43,1.00,none,none,none, robbers,robbers,4.53,Noun,7,5,2,robber,none,none,5.74,1.00,none,none,none, robbery,robbery,23.04,Noun,7,5,3,robbery,7.43,1.00,7.43,1.00,none,none,none, robbing,robbing,6.49,Verb,7,5,2,rob,none,none,7.28,1.00,6.34,none,6.13, robe,robe,8.49,Noun,4,3,1,robe,6.38,1.00,6.38,1.00,none,7.20,6.58, robes,robes,2.29,Noun,5,4,1,robe,none,none,6.38,1.00,none,7.20,6.58, robin,robin,24.94,Name,5,5,2,robin,6.69,1.00,6.69,1.00,none,4.82,none,5.74 robins,robins,0.37,Noun,6,6,2,robin,none,none,6.69,1.00,none,4.82,none,5.74 robot,robot,12.18,Noun,5,5,2,robot,5.35,1.00,5.35,1.00,none,none,none,6.13 robotic,robotic,0.67,Adjective,7,7,3,robotic,10.61,1.00,10.61,1.00,none,none,none, robotics,robotics,0.57,Noun,8,8,3,robotics,10.30,1.00,10.30,1.00,none,none,none, robots,robots,4.51,Noun,6,6,2,robot,none,none,5.35,1.00,none,none,none,6.13 robs,robs,0.90,Verb,4,4,1,rob,none,none,7.28,1.00,6.34,none,6.13, robust,robust,0.71,Adjective,6,6,2,robust,13.16,0.95,13.16,0.95,none,none,none,11.29 rock,rock,86.16,Noun,4,3,1,rock,3.22,1.00,3.22,1.00,none,4.64,4.23, rocked,rocked,2.82,Verb,6,4,1,rock,none,none,3.22,1.00,none,4.64,4.23, rocker,rocker,1.25,Noun,6,4,2,rocker,7.06,0.95,7.06,0.95,none,none,none, rockers,rockers,0.43,Noun,7,5,2,rocker,none,none,7.06,0.95,none,none,none, rocket,rocket,11.84,Noun,6,5,2,rocket,5.63,1.00,5.63,1.00,none,none,none,5.62 rocketed,rocketed,0.12,Verb,8,7,3,rocket,none,none,5.63,1.00,none,none,none,5.62 rocketry,rocketry,0.02,Noun,8,7,3,rocketry,13.93,0.75,13.93,0.75,none,none,none, rockets,rockets,4.06,Noun,7,6,2,rocket,none,none,5.63,1.00,none,none,none,5.62 rocking,rocking,4.37,Verb,7,5,2,rock,none,none,3.22,1.00,none,4.64,4.23, rockingchair,rocking chair,Err:512,Err:512,12,8,3,rockingchair,5.78,1.00,5.78,1.00,none,none,none, rocks,rocks,22.88,Noun,5,4,1,rock,none,none,3.22,1.00,none,4.64,4.23, rockslide,rockslide,0.12,Noun,9,7,2,rockslide,9.72,1.00,9.72,1.00,none,none,none, rococo,rococo,0.06,Adjective,6,6,3,rococo,15.00,0.56,15.00,0.56,none,none,none, rod,rod,10.73,Noun,3,3,1,rod,7.42,1.00,7.42,1.00,none,5.67,7.15, rode,rode,10.39,Verb,4,3,1,ride,none,none,4.67,1.00,4.68,4.64,4.99, rodent,rodent,1.80,Noun,6,6,2,rodent,6.95,1.00,6.95,1.00,none,none,none,7.65 rodents,rodents,1.00,Noun,7,7,2,rodent,none,none,6.95,1.00,none,none,none,7.65 rodeo,rodeo,5.55,Noun,5,5,3,rodeo,8.33,1.00,8.33,1.00,none,none,none, rodeos,rodeos,0.22,Noun,6,6,3,rodeo,none,none,8.33,1.00,none,none,none, rods,rods,1.80,Noun,4,4,1,rod,none,none,7.42,1.00,none,5.67,7.15, roe,roe,1.02,Noun,3,2,1,roe,15.40,0.83,15.40,0.83,none,none,10.75, roentgen,roentgen,0.08,Noun,8,8,3,roentgen,14.33,0.50,14.33,0.50,none,none,none, roentgens,roentgens,0.02,Noun,9,9,3,roentgen,none,none,14.33,0.50,none,none,none, rogation,rogation,Err:512,Err:512,8,7,3,rogation,NA,0.00,NA,0.00,none,none,none, rogue,rogue,3.73,Noun,5,3,1,rogue,11.48,0.95,11.48,0.95,none,8.81,12.60, roguery,roguery,Err:512,Err:512,7,6,3,roguery,14.92,0.68,14.92,0.68,none,none,none, rogues,rogues,0.33,Noun,6,4,1,rogue,none,none,11.48,0.95,none,8.81,12.60, roguish,roguish,0.14,Adjective,7,5,2,roguish,12.07,0.78,12.07,0.78,none,none,none, roil,roil,0.02,Verb,4,3,1,roil,13.00,0.74,13.00,0.74,none,none,none, roiling,roiling,0.06,Verb,7,5,2,roil,none,none,13.00,0.74,none,none,none, roister,roister,0.02,Verb,7,5,2,roister,13.62,0.72,13.62,0.72,none,none,none, role,role,18.22,Noun,4,3,1,role,6.65,1.00,6.65,1.00,none,none,7.63, roles,roles,2.90,Noun,5,4,1,role,none,none,6.65,1.00,none,none,7.63, roll,roll,63.27,Verb,4,3,1,roll,4.47,1.00,4.47,1.00,none,4.88,5.19, rollaway,rollaway,0.14,Noun,8,6,3,rollaway,11.63,1.00,11.63,1.00,none,none,none, rollback,rollback,0.02,Noun,8,6,2,rollback,11.37,0.95,11.37,0.95,none,none,none, rolled,rolled,8.47,Verb,6,4,1,roll,none,none,4.47,1.00,none,4.88,5.19, roller,roller,5.75,Noun,6,4,2,roller,6.65,1.00,6.65,1.00,none,none,none, rollerblade,rollerblade,0.04,Noun,11,8,3,rollerblade,10.80,1.00,10.80,1.00,none,none,none, rollerblading,rollerblading,0.18,Verb,13,10,4,rollerblade,none,none,10.80,1.00,none,none,none, rollercoaster,rollercoaster,Err:512,Err:512,13,9,4,rollercoaster,6.07,1.00,6.07,1.00,none,none,none, rollers,rollers,1.61,Noun,7,5,2,roller,none,none,6.65,1.00,none,none,none, rollerskate,rollerskate,Err:512,Err:512,11,8,3,rollerskate,6.32,1.00,6.32,1.00,none,none,none, rollick,rollick,0.04,Verb,7,5,2,rollick,15.33,0.17,15.33,0.17,none,none,none, rollicking,rollicking,0.10,Adjective,10,7,3,rollicking,12.07,0.78,12.07,0.78,none,none,none, rolling,rolling,21.55,Verb,7,5,2,roll,none,none,4.47,1.00,none,4.88,5.19, rollingpin,rolling pin,Err:512,Err:512,10,8,3,rollingpin,7.60,1.00,7.60,1.00,none,none,none, rollout,rollout,0.10,Noun,7,5,2,rollout,12.13,0.83,12.13,0.83,none,none,none, rollover,rollover,0.14,Noun,8,6,3,rollover,8.10,1.00,8.10,1.00,none,none,none, rolls,rolls,8.78,Noun,5,4,1,roll,none,none,4.47,1.00,none,4.88,5.19, romaine,romaine,0.22,Noun,7,5,2,romaine,11.62,0.72,11.62,0.72,none,none,none, roman,roman,10.47,Adjective,5,5,2,roman,9.52,1.00,9.52,1.00,none,none,none, romance,romance,15.53,Noun,7,6,2,romance,9.28,1.00,9.28,1.00,none,9.22,none,8.53 romanced,romanced,0.24,Verb,8,7,2,romance,none,none,9.28,1.00,none,9.22,none,8.53 romancer,romancer,0.06,Noun,8,7,3,romancer,13.62,0.89,13.62,0.89,none,none,none, romances,romances,0.94,Noun,8,8,3,romance,none,none,9.28,1.00,none,9.22,none,8.53 romancing,romancing,0.37,Verb,9,8,3,romance,none,none,9.28,1.00,none,9.22,none,8.53 romantic,romantic,35.18,Adjective,8,8,3,romantic,8.11,1.00,8.11,1.00,none,none,none, romanticism,romanticism,0.20,Noun,11,12,5,romanticism,13.29,0.94,13.29,0.94,none,none,none, romanticist,romanticist,0.04,Noun,11,11,4,romanticist,13.17,0.95,13.17,0.95,none,none,none, romanticize,romanticise,0.22,Verb,11,10,4,romanticize,13.00,1.00,13.00,1.00,none,none,none, romanticizes,romanticises,0.04,Verb,12,12,5,romanticize,none,none,13.00,1.00,none,none,none, romanticizing,romanticising,0.08,Verb,13,12,5,romanticize,none,none,13.00,1.00,none,none,none, romantics,romantics,0.24,Noun,9,9,3,romantic,none,none,8.11,1.00,none,none,none, romp,romp,0.53,Noun,4,4,1,romp,10.30,0.91,10.30,0.91,none,none,10.30, romper,romper,0.14,Noun,6,5,2,romper,13.28,0.95,13.28,0.95,none,none,none, rompers,rompers,0.06,Noun,7,6,2,romper,none,none,13.28,0.95,none,none,none, romping,romping,0.37,Verb,7,6,2,romp,none,none,10.30,0.91,none,none,10.30, rood,rood,0.06,Noun,4,3,1,rood,12.33,0.33,12.33,0.33,none,none,none, roof,roof,35.65,Noun,4,3,1,roof,5.00,1.00,5.00,1.00,9.83,none,5.53, roofer,roofer,0.33,Noun,6,4,2,roofer,7.84,1.00,7.84,1.00,none,none,none, roofers,roofers,0.04,Noun,7,5,2,roofer,none,none,7.84,1.00,none,none,none, roofing,roofing,0.25,Noun,7,5,2,roofing,8.37,1.00,8.37,1.00,none,none,none, roofline,roofline,0.02,Noun,8,6,2,roofline,11.93,0.83,11.93,0.83,none,none,none, roofs,roofs,1.22,Noun,5,4,1,roof,none,none,5.00,1.00,9.83,none,5.53, rooftop,rooftop,1.59,Noun,7,6,2,rooftop,5.89,1.00,5.89,1.00,none,none,none, rooftops,rooftops,0.88,Noun,8,7,2,rooftop,none,none,5.89,1.00,none,none,none, rooftree,rooftree,0.02,Noun,8,6,2,rooftree,12.31,0.68,12.31,0.68,none,none,none, rook,rook,1.39,Noun,4,3,1,rook,11.59,0.89,11.59,0.89,none,none,11.93, rookery,rookery,0.08,Noun,7,6,3,rookery,13.64,0.74,13.64,0.74,none,none,none, rookie,rookie,4.94,Noun,6,4,2,rookie,9.39,1.00,9.39,1.00,none,none,none,9.22 rookies,rookies,1.18,Noun,7,5,2,rookie,none,none,9.39,1.00,none,none,none,9.22 rooks,rooks,0.80,Noun,5,4,1,rook,none,none,11.59,0.89,none,none,11.93, rooky,rooky,0.08,Adjective,5,4,2,rooky,9.73,0.75,9.73,0.75,none,none,none, room,room,439.51,Noun,4,3,1,room,4.22,1.00,4.22,1.00,none,5.03,4.16, roomed,roomed,0.24,Verb,6,4,1,room,none,none,4.22,1.00,none,5.03,4.16, roomer,roomer,0.02,Noun,6,4,2,roomer,12.73,0.79,12.73,0.79,none,none,none, roomers,roomers,0.12,Noun,7,5,2,roomer,none,none,12.73,0.79,none,none,none, roomette,roomette,Err:512,Err:512,8,5,2,roomette,13.88,0.42,13.88,0.42,none,none,none, roomful,roomful,0.61,Noun,7,6,2,roomful,8.72,0.95,8.72,0.95,none,none,none, roomier,roomier,0.14,Adjective,7,5,3,roomy,none,none,7.58,1.00,none,none,none, roomies,roomies,0.10,Noun,7,5,2,roomy,none,none,7.58,1.00,none,none,none, roomiest,roomiest,0.02,Adjective,8,7,3,roomy,none,none,7.58,1.00,none,none,none, roommate,roommate,11.39,Noun,8,5,2,roommate,9.21,1.00,9.21,1.00,none,none,none, roommates,roommates,3.55,Noun,9,6,2,roommate,none,none,9.21,1.00,none,none,none, rooms,rooms,26.00,Noun,5,4,1,rooms,4.11,1.00,4.11,1.00,none,none,none, roomy,roomy,0.39,Adjective,5,4,2,roomy,7.58,1.00,7.58,1.00,none,none,none, roost,roost,0.88,Noun,5,4,1,roost,10.50,0.89,10.50,0.89,8.19,none,9.61, rooster,rooster,3.86,Noun,7,5,2,rooster,6.41,0.94,6.41,0.94,none,none,none,5.56 roosters,roosters,0.31,Noun,8,6,2,rooster,none,none,6.41,0.94,none,none,none,5.56 roosting,roosting,0.10,Verb,8,6,2,roost,none,none,10.50,0.89,8.19,none,9.61, roosts,roosts,0.04,Verb,6,5,1,roost,none,none,10.50,0.89,8.19,none,9.61, root,root,10.47,Noun,4,3,1,root,5.94,1.00,5.94,1.00,none,6.50,6.40, rooted,rooted,1.00,Verb,6,5,2,root,none,none,5.94,1.00,none,6.50,6.40, rooter,rooter,0.08,Noun,6,4,2,rooter,10.57,0.78,10.57,0.78,none,none,none, rooting,rooting,2.08,Verb,7,5,2,root,none,none,5.94,1.00,none,6.50,6.40, rootless,rootless,0.04,Adjective,8,6,2,rootless,8.94,0.95,8.94,0.95,none,none,none, roots,roots,6.37,Noun,5,4,1,root,none,none,5.94,1.00,none,6.50,6.40, rope,rope,22.71,Noun,4,3,1,rope,5.44,1.00,5.44,1.00,none,5.73,5.39, roped,roped,0.94,Verb,5,4,1,rope,none,none,5.44,1.00,none,5.73,5.39, ropes,ropes,5.94,Noun,5,4,1,ropes,5.21,1.00,5.21,1.00,none,none,none, roping,roping,0.37,Verb,6,5,2,rope,none,none,5.44,1.00,none,5.73,5.39, rosaries,rosaries,0.12,Noun,8,6,3,rosary,none,none,8.21,1.00,none,none,none, rosary,rosary,1.20,Noun,6,5,3,rosary,8.21,1.00,8.21,1.00,none,none,none, rose,rose,53.02,Noun,4,3,1,rose,6.11,1.00,6.11,1.00,5.57,none,4.99, rosebud,rosebud,1.41,Name,7,6,2,rosebud,8.12,1.00,8.12,1.00,none,7.39,none, rosebuds,rosebuds,0.25,Noun,8,7,2,rosebud,none,none,8.12,1.00,none,7.39,none, rosebush,rosebush,0.10,Noun,8,6,2,rosebush,4.89,0.95,4.89,0.95,none,none,none, rosebushes,rosebushes,0.22,Noun,10,8,3,rosebush,none,none,4.89,0.95,none,none,none, roses,roses,14.18,Noun,5,5,2,rose,none,none,6.11,1.00,5.57,none,4.99, rosewater,rosewater,0.04,Noun,9,7,3,rosewater,10.69,0.72,10.69,0.72,none,none,none, rosin,rosin,0.20,Noun,5,5,2,rosin,13.44,0.47,13.44,0.47,none,none,none, roster,roster,2.16,Noun,6,5,2,roster,8.78,1.00,8.78,1.00,none,none,none,7.88 rosters,rosters,0.16,Noun,7,6,2,roster,none,none,8.78,1.00,none,none,none,7.88 rostrum,rostrum,0.08,Noun,7,7,2,rostrum,18.00,0.37,18.00,0.37,none,none,none, rot,rot,7.73,Verb,3,3,1,rot,7.57,1.00,7.57,1.00,7.08,none,7.72, rotary,rotary,0.53,Adjective,6,5,3,rotary,10.32,1.00,10.32,1.00,none,none,none, rotate,rotate,1.92,Verb,6,5,2,rotate,7.89,1.00,7.89,1.00,none,none,none,7.72 rotated,rotated,0.37,Verb,7,7,3,rotate,none,none,7.89,1.00,none,none,none,7.72 rotates,rotates,0.20,Verb,7,6,2,rotate,none,none,7.89,1.00,none,none,none,7.72 rotating,rotating,1.12,Verb,8,7,3,rotate,none,none,7.89,1.00,none,none,none,7.72 rotation,rotation,2.92,Noun,8,7,3,rotation,8.11,1.00,8.11,1.00,none,9.75,none, rotational,rotational,0.14,Adjective,10,9,4,rotational,10.18,0.89,10.18,0.89,none,none,none, rotations,rotations,0.18,Noun,9,8,3,rotation,none,none,8.11,1.00,none,9.75,none, rotator,rotator,0.27,Noun,7,6,3,rotator,13.50,1.00,13.50,1.00,none,none,none, rotatory,rotatory,0.02,Adjective,8,8,4,rotatory,11.85,0.65,11.85,0.65,none,none,none, rote,rote,0.12,Noun,4,3,1,rote,11.15,0.72,11.15,0.72,none,none,none, rotenone,rotenone,0.18,Noun,8,7,3,rotenone,17.00,0.11,17.00,0.11,none,none,none, rotgut,rotgut,0.27,Noun,6,6,2,rotgut,12.67,0.60,12.67,0.60,none,none,none, rotisserie,rotisserie,0.18,Noun,10,7,4,rotisserie,11.26,1.00,11.26,1.00,none,none,none, rotor,rotor,0.47,Noun,5,4,2,rotor,12.71,0.89,12.71,0.89,none,none,none, rotors,rotors,0.24,Noun,6,5,2,rotor,none,none,12.71,0.89,none,none,none, rots,rots,0.86,Verb,4,4,1,rot,none,none,7.57,1.00,7.08,none,7.72, rotted,rotted,0.71,Verb,6,5,2,rot,none,none,7.57,1.00,7.08,none,7.72, rotten,rotten,17.47,Adjective,6,5,2,rotten,6.95,1.00,6.95,1.00,6.84,none,none,6.89 rottener,rottener,0.04,Noun,8,6,3,rotten,none,none,6.95,1.00,6.84,none,none,6.89 rottenest,rottenest,0.22,Adjective,9,8,3,rotten,none,none,6.95,1.00,6.84,none,none,6.89 rottenness,rottenness,0.08,Noun,10,7,3,rottenness,8.71,1.00,8.71,1.00,none,none,none, rotting,rotting,3.25,Verb,7,5,2,rot,none,none,7.57,1.00,7.08,none,7.72, rotund,rotund,0.12,Adjective,6,6,2,rotund,13.42,0.95,13.42,0.95,none,none,none, rotunda,rotunda,0.53,Noun,7,7,3,rotunda,11.44,0.84,11.44,0.84,none,none,none, rotundas,rotundas,0.02,Noun,8,8,3,rotunda,none,none,11.44,0.84,none,none,none, roue,roue,0.02,Noun,4,2,1,roue,17.29,0.37,17.29,0.37,none,none,none, rouge,rouge,3.24,Noun,5,3,1,rouge,12.33,1.00,12.33,1.00,none,none,11.19, rough,rough,37.39,Adjective,5,3,1,rough,6.21,1.00,6.21,1.00,none,6.07,6.60, roughage,roughage,0.25,Noun,8,5,2,roughage,12.40,0.83,12.40,0.83,none,none,none, roughed,roughed,0.57,Verb,7,4,1,rough,none,none,6.21,1.00,none,6.07,6.60, roughen,roughen,0.00,Err:512,7,5,2,roughen,10.38,0.95,10.38,0.95,9.14,none,none, rougher,rougher,0.75,Adjective,7,4,2,rough,none,none,6.21,1.00,none,6.07,6.60, roughest,roughest,0.43,Adjective,8,6,2,rough,none,none,6.21,1.00,none,6.07,6.60, roughhouse,roughhouse,0.27,Noun,10,6,2,roughhouse,8.33,1.00,8.33,1.00,none,none,none, roughhousing,roughhousing,0.14,Verb,12,7,3,roughhouse,none,none,8.33,1.00,none,none,none, roughing,roughing,0.57,Verb,8,5,2,rough,none,none,6.21,1.00,none,6.07,6.60, roughly,roughly,3.14,Adverb,7,5,2,roughly,7.69,1.00,7.69,1.00,8.02,none,none, roughneck,roughneck,0.63,Noun,9,6,2,roughneck,11.17,0.95,11.17,0.95,none,none,none, roughnecks,roughnecks,0.41,Noun,10,7,2,roughneck,none,none,11.17,0.95,none,none,none, roughness,roughness,0.08,Noun,9,6,2,roughness,8.39,1.00,8.39,1.00,none,none,none, roughs,roughs,0.08,Verb,6,4,1,rough,none,none,6.21,1.00,none,6.07,6.60, roulette,roulette,2.47,Noun,8,5,2,roulette,12.82,1.00,12.82,1.00,none,none,none,12.85 round,round,66.53,Adjective,5,4,1,round,4.75,1.00,4.75,1.00,5.04,none,4.93, roundabout,roundabout,0.43,Adjective,10,8,3,roundabout,12.74,1.00,12.74,1.00,none,none,none, roundabouts,roundabouts,0.02,Noun,11,9,3,roundabout,none,none,12.74,1.00,none,none,none, rounded,rounded,1.63,Verb,7,6,2,round,none,none,4.75,1.00,5.04,none,4.93, roundelay,roundelay,0.12,Noun,9,8,4,roundelay,16.00,0.42,16.00,0.42,none,none,none, rounder,rounder,0.33,Adjective,7,5,2,round,none,none,4.75,1.00,5.04,none,4.93, roundhouse,roundhouse,0.18,Noun,10,7,2,roundhouse,10.24,0.89,10.24,0.89,none,none,none, rounding,rounding,1.76,Verb,8,6,2,round,none,none,4.75,1.00,5.04,none,4.93, roundish,roundish,0.02,Verb,8,6,2,roundish,8.75,1.00,8.75,1.00,none,none,none, roundness,roundness,0.04,Noun,9,7,2,roundness,7.16,1.00,7.16,1.00,none,none,none, rounds,rounds,10.88,Noun,6,5,1,round,none,none,4.75,1.00,5.04,none,4.93, roundtable,roundtable,0.06,Adjective,10,9,3,roundtable,9.84,0.95,9.84,0.95,none,none,none, roundup,roundup,1.14,Noun,7,6,2,roundup,9.84,1.00,9.84,1.00,none,none,none, roundups,roundups,0.04,Noun,8,7,2,roundup,none,none,9.84,1.00,none,none,none, rouse,rouse,0.92,Verb,5,3,1,rouse,12.84,1.00,12.84,1.00,none,none,none, roused,roused,0.22,Verb,6,4,1,rouse,none,none,12.84,1.00,none,none,none, rouser,rouser,0.02,Noun,6,4,2,rouser,13.71,0.89,13.71,0.89,none,none,none, rouses,rouses,0.04,Verb,6,5,2,rouse,none,none,12.84,1.00,none,none,none, rousing,rousing,0.49,Adjective,7,5,2,rousing,12.19,0.89,12.19,0.89,none,none,none, roust,roust,0.41,Verb,5,4,1,roust,11.58,0.63,11.58,0.63,none,none,none, roustabout,roustabout,0.04,Noun,10,8,3,roustabout,13.50,0.63,13.50,0.63,none,none,none, roustabouts,roustabouts,0.02,Noun,11,11,4,roustabout,none,none,13.50,0.63,none,none,none, rousted,rousted,0.20,Verb,7,6,2,roust,none,none,11.58,0.63,none,none,none, rousting,rousting,0.22,Verb,8,6,2,roust,none,none,11.58,0.63,none,none,none, rousts,rousts,0.02,Verb,6,5,1,roust,none,none,11.58,0.63,none,none,none, rout,rout,0.35,Noun,4,3,1,rout,11.59,0.85,11.59,0.85,none,none,11.10, route,route,21.35,Noun,5,3,1,route,11.40,1.00,11.40,1.00,none,8.86,8.95, routed,routed,0.73,Verb,6,5,2,rout,none,none,11.59,0.85,none,none,11.10, router,router,0.29,Noun,6,4,2,router,12.68,1.00,12.68,1.00,none,none,none, routers,routers,0.22,Noun,7,5,2,router,none,none,12.68,1.00,none,none,none, routes,routes,2.10,Noun,6,4,1,route,none,none,11.40,1.00,none,8.86,8.95, routine,routine,19.84,Noun,7,5,2,routine,9.26,1.00,9.26,1.00,none,none,none,8.62 routines,routines,1.12,Noun,8,6,2,routine,none,none,9.26,1.00,none,none,none,8.62 routs,routs,0.02,Verb,5,4,1,rout,none,none,11.59,0.85,none,none,11.10, roux,roux,0.08,Noun,4,2,1,roux,15.00,0.60,15.00,0.60,none,none,none, rove,rove,1.14,Verb,4,3,1,rove,12.35,0.89,12.35,0.89,none,none,11.70, roves,roves,0.02,Verb,5,4,1,rove,none,none,12.35,0.89,none,none,11.70, roving,roving,0.75,Adjective,6,5,2,roving,11.44,0.95,11.44,0.95,none,none,none, row,row,26.33,Noun,3,2,1,row,7.00,1.00,7.00,1.00,none,none,none, rowboat,rowboat,1.06,Noun,7,5,2,rowboat,6.05,1.00,6.05,1.00,none,none,none, rowboats,rowboats,0.08,Noun,8,6,2,rowboat,none,none,6.05,1.00,none,none,none, rowdier,rowdier,0.04,Name,7,5,3,rowdy,none,none,7.75,1.00,none,none,none,8.28 rowdies,rowdies,0.14,Noun,7,5,2,rowdy,none,none,7.75,1.00,none,none,none,8.28 rowdy,rowdy,1.02,Adjective,5,4,2,rowdy,7.75,1.00,7.75,1.00,none,none,none,8.28 rowed,rowed,0.27,Verb,5,3,1,row,none,none,7.00,1.00,none,none,none, rowel,rowel,0.06,Noun,5,4,2,rowel,15.00,0.11,15.00,0.11,none,none,none, rowels,rowels,0.04,Noun,6,5,2,rowel,none,none,15.00,0.11,none,none,none, rower,rower,0.02,Noun,5,3,2,rower,8.71,0.94,8.71,0.94,none,none,none, rowers,rowers,0.10,Noun,6,4,2,rower,none,none,8.71,0.94,none,none,none, rowing,rowing,1.27,Noun,6,4,2,rowing,7.68,1.00,7.68,1.00,none,none,none, rows,rows,1.80,Noun,4,3,1,row,none,none,7.00,1.00,none,none,none, royal,royal,23.24,Adjective,5,4,2,royal,7.17,1.00,7.17,1.00,6.66,none,none,7.41 royalist,royalist,0.02,Noun,8,7,3,royalist,12.65,1.00,12.65,1.00,none,none,none, royalists,royalists,0.04,Noun,9,8,3,royalist,none,none,12.65,1.00,none,none,none, royals,royals,0.43,Noun,6,5,2,royal,none,none,7.17,1.00,6.66,none,none,7.41 royalties,royalties,0.73,Noun,9,7,3,royalty,none,none,8.00,1.00,7.12,none,none, royalty,royalty,3.92,Noun,7,6,3,royalty,8.00,1.00,8.00,1.00,7.12,none,none, rub,rub,15.45,Verb,3,3,1,rub,6.00,1.00,6.00,1.00,none,none,4.93, rubbed,rubbed,2.71,Verb,6,4,1,rub,none,none,6.00,1.00,none,none,4.93, rubber,rubber,14.00,Adjective,6,4,2,rubber,7.62,1.00,7.62,1.00,none,5.88,none,6.33 rubberneck,rubberneck,0.06,Noun,10,7,3,rubberneck,10.84,0.90,10.84,0.90,none,none,none, rubbernecking,rubbernecking,0.06,Verb,13,9,4,rubberneck,none,none,10.84,0.90,none,none,none, rubbernecks,rubbernecks,0.02,Noun,11,8,3,rubberneck,none,none,10.84,0.90,none,none,none, rubbers,rubbers,1.31,Noun,7,5,2,rubber,none,none,7.62,1.00,none,5.88,none,6.33 rubbery,rubbery,0.18,Adjective,7,5,3,rubbery,7.53,1.00,7.53,1.00,none,none,none, rubbing,rubbing,4.73,Verb,7,5,2,rub,none,none,6.00,1.00,none,none,4.93, rubbish,rubbish,5.59,Noun,7,5,2,rubbish,10.63,1.00,10.63,1.00,5.57,none,none,10.60 rubbishy,rubbishy,0.02,Adjective,8,6,3,rubbishy,10.31,0.89,10.31,0.89,none,none,none, rubble,rubble,1.75,Noun,6,5,2,rubble,9.59,1.00,9.59,1.00,none,none,none,9.22 rubdown,rubdown,0.61,Noun,7,6,2,rubdown,10.89,0.95,10.89,0.95,none,none,none, rubdowns,rubdowns,0.02,Noun,8,7,2,rubdown,none,none,10.89,0.95,none,none,none, rubicund,rubicund,Err:512,Err:512,8,8,3,rubicund,14.00,0.05,14.00,0.05,none,none,none, rubies,rubies,1.06,Noun,6,5,2,ruby,none,none,6.83,1.00,none,7.92,none,7.96 ruble,rouble,0.06,Noun,5,5,2,ruble,12.67,0.75,12.67,0.75,none,none,none, rubles,roubles,0.31,Noun,6,6,2,ruble,none,none,12.67,0.75,none,none,none, rubout,rubout,0.02,Noun,6,5,2,rubout,12.31,0.68,12.31,0.68,none,none,none, rubric,rubric,0.04,Noun,6,6,2,rubric,13.25,0.89,13.25,0.89,none,none,none, rubs,rubs,1.31,Verb,4,4,1,rub,none,none,6.00,1.00,none,none,4.93, ruby,ruby,11.90,Name,4,4,2,ruby,6.83,1.00,6.83,1.00,none,7.92,none,7.96 rucksack,rucksack,0.16,Noun,8,6,2,rucksack,14.30,0.56,14.30,0.56,none,none,none, rucksacks,rucksacks,0.02,Noun,9,7,2,rucksack,none,none,14.30,0.56,none,none,none, ruckus,ruckus,1.47,Noun,6,5,2,ruckus,9.26,1.00,9.26,1.00,none,none,none,9.85 rudder,rudder,3.88,Noun,6,4,2,rudder,10.39,0.95,10.39,0.95,none,none,none,11.59 rudderless,rudderless,0.08,Adjective,10,7,3,rudderless,12.27,0.75,12.27,0.75,none,none,none, rudders,rudders,0.06,Noun,7,5,2,rudder,none,none,10.39,0.95,none,none,none,11.59 ruddiness,ruddiness,0.02,Noun,9,7,3,ruddiness,13.06,1.00,13.06,1.00,none,none,none, ruddy,ruddy,0.71,Adjective,5,4,2,ruddy,13.31,0.84,13.31,0.84,none,none,none, rude,rude,22.06,Adjective,4,3,1,rude,7.11,1.00,7.11,1.00,none,5.62,6.26, rudeness,rudeness,0.84,Noun,8,6,2,rudeness,8.89,1.00,8.89,1.00,6.88,none,none, ruder,ruder,0.18,Adjective,5,4,2,rude,none,none,7.11,1.00,none,5.62,6.26, rudest,rudest,0.12,Adjective,6,6,2,rude,none,none,7.11,1.00,none,5.62,6.26, rudiment,rudiment,0.08,Noun,8,8,3,rudiment,13.33,0.79,13.33,0.79,none,none,none, rudimentary,rudimentary,0.67,Adjective,11,10,5,rudimentary,13.12,0.89,13.12,0.89,none,none,none, rudiments,rudiments,0.06,Noun,9,9,3,rudiment,none,none,13.33,0.79,none,none,none, rue,rue,1.76,Name,3,2,1,rue,11.98,0.86,11.98,0.86,11.09,none,11.70, rues,rues,0.02,Verb,4,3,1,rue,none,none,11.98,0.86,11.09,none,11.70, ruff,ruff,0.53,Noun,4,3,1,ruff,7.29,0.89,7.29,0.89,none,none,none, ruffian,ruffian,0.55,Noun,7,6,3,ruffian,13.25,0.84,13.25,0.84,none,none,none, ruffians,ruffians,0.31,Noun,8,7,3,ruffian,none,none,13.25,0.84,none,none,none, ruffle,ruffle,0.57,Verb,6,5,2,ruffle,7.58,1.00,7.58,1.00,none,8.96,none,9.05 ruffles,ruffles,0.55,Noun,7,6,2,ruffle,none,none,7.58,1.00,none,8.96,none,9.05 ruffling,ruffling,0.12,Verb,8,7,3,ruffle,none,none,7.58,1.00,none,8.96,none,9.05 ruffs,ruffs,0.02,Noun,5,4,1,ruff,none,none,7.29,0.89,none,none,none, rug,rug,10.41,Noun,3,3,1,rug,4.61,1.00,4.61,1.00,none,4.82,5.06, rugby,rugby,0.86,Noun,5,5,2,rugby,11.42,1.00,11.42,1.00,none,none,none,9.13 rugged,rugged,2.00,Adjective,6,5,2,rugged,10.58,1.00,10.58,1.00,none,none,none,10.04 rugs,rugs,1.24,Noun,4,4,1,rug,none,none,4.61,1.00,none,4.82,5.06, ruin,ruin,28.53,Verb,4,4,2,ruin,7.16,1.00,7.16,1.00,none,7.83,none,7.26 ruination,ruination,0.47,Noun,9,8,4,ruination,12.38,0.72,12.38,0.72,none,none,none, ruined,ruined,25.53,Verb,6,5,2,ruin,none,none,7.16,1.00,none,7.83,none,7.26 ruing,ruing,0.04,Verb,5,4,2,rue,none,none,11.98,0.86,11.09,none,11.70, ruining,ruining,7.41,Verb,7,6,3,ruin,none,none,7.16,1.00,none,7.83,none,7.26 ruinous,ruinous,0.10,Adjective,7,6,3,ruinous,12.00,0.85,12.00,0.85,none,none,none, ruins,ruins,4.41,Noun,5,5,2,ruin,none,none,7.16,1.00,none,7.83,none,7.26 rule,rule,48.14,Noun,4,3,1,rule,4.72,1.00,4.72,1.00,7.22,none,4.92, ruled,ruled,5.51,Verb,5,4,1,rule,none,none,4.72,1.00,7.22,none,4.92, ruler,ruler,3.18,Noun,5,4,2,ruler,5.94,1.00,5.94,1.00,none,6.30,none, rulers,rulers,0.53,Noun,6,5,2,ruler,none,none,5.94,1.00,none,6.30,none, rules,rules,67.41,Noun,5,4,1,rule,none,none,4.72,1.00,7.22,none,4.92, ruling,ruling,4.10,Noun,6,5,2,ruling,9.89,1.00,9.89,1.00,none,none,none, rulings,rulings,0.08,Noun,7,6,2,ruling,none,none,9.89,1.00,none,none,none, rum,rum,7.49,Noun,3,3,1,rum,11.56,1.00,11.56,1.00,none,none,10.25, rumba,rumba,1.20,Noun,5,5,2,rumba,11.00,0.83,11.00,0.83,none,none,none,12.85 rumble,rumble,2.73,Noun,6,6,2,rumble,8.33,1.00,8.33,1.00,none,none,none,8.45 rumbled,rumbled,0.12,Verb,7,7,2,rumble,none,none,8.33,1.00,none,none,none,8.45 rumbles,rumbles,0.59,Verb,7,7,2,rumble,none,none,8.33,1.00,none,none,none,8.45 rumbling,rumbling,2.53,Verb,8,8,3,rumble,none,none,8.33,1.00,none,none,none,8.45 rumen,rumen,0.02,Noun,5,5,2,rumen,12.57,0.37,12.57,0.37,none,none,none, ruminant,ruminant,0.02,Adjective,8,8,3,ruminant,14.47,0.75,14.47,0.75,none,none,none, ruminate,ruminate,0.10,Verb,8,7,3,ruminate,14.50,0.53,14.50,0.53,none,none,none, ruminates,ruminates,0.02,Verb,9,8,3,ruminate,none,none,14.50,0.53,none,none,none, ruminating,ruminating,0.10,Verb,10,9,4,ruminate,none,none,14.50,0.53,none,none,none, rumination,rumination,0.02,Noun,10,9,4,rumination,12.08,0.67,12.08,0.67,none,none,none, ruminations,ruminations,0.02,Noun,11,10,4,rumination,none,none,12.08,0.67,none,none,none, rummage,rummage,0.78,Verb,7,5,2,rummage,9.00,1.00,9.00,1.00,none,none,none,9.49 rummaged,rummaged,0.14,Verb,8,6,2,rummage,none,none,9.00,1.00,none,none,none,9.49 rummaging,rummaging,0.41,Verb,9,7,3,rummage,none,none,9.00,1.00,none,none,none,9.49 rummies,rummies,0.08,Noun,7,5,2,rummy,none,none,11.17,0.67,none,none,none,11.70 rummy,rummy,1.45,Noun,5,4,2,rummy,11.17,0.67,11.17,0.67,none,none,none,11.70 rumor,rumour,10.41,Noun,5,4,2,rumor,9.56,1.00,9.56,1.00,none,none,none,8.04 rumored,rumoured,1.16,Verb,7,5,2,rumor,none,none,9.56,1.00,none,none,none,8.04 rumormonger,rumour-monger,0.02,Verb,11,9,4,rumormonger,15.92,0.63,15.92,0.63,none,none,none, rumormongers,rumour-mongers,0.02,Noun,12,10,4,rumormonger,none,none,15.92,0.63,none,none,none, rumors,rumours,9.18,Noun,6,5,2,rumor,none,none,9.56,1.00,none,none,none,8.04 rump,rump,1.41,Noun,4,4,1,rump,8.95,1.00,8.95,1.00,none,none,9.24, rumps,rumps,0.10,Noun,5,5,1,rump,none,none,8.95,1.00,none,none,9.24, rumpus,rumpus,0.67,Noun,6,6,2,rumpus,10.93,0.83,10.93,0.83,none,none,none, rumrunner,rumrunner,Err:512,Err:512,9,7,3,rumrunner,15.25,0.63,15.25,0.63,none,none,none, rumrunners,rumrunners,0.04,Noun,10,8,3,rumrunner,none,none,15.25,0.63,none,none,none, rums,rums,0.02,Noun,4,4,1,rum,none,none,11.56,1.00,none,none,10.25, run,run,350.55,Verb,3,3,1,run,4.47,1.00,4.47,1.00,none,none,3.82, runabout,runabout,0.06,Noun,8,7,3,runabout,12.55,1.00,12.55,1.00,none,none,none, runaround,runaround,0.67,Noun,9,8,3,runaround,8.28,1.00,8.28,1.00,none,none,none, runaway,runaway,4.06,Adjective,7,6,3,runaway,8.37,1.00,8.37,1.00,none,none,none, runaways,runaways,0.80,Noun,8,7,3,runaway,none,none,8.37,1.00,none,none,none, rundle,rundle,0.04,Noun,6,6,2,rundle,13.86,0.32,13.86,0.32,none,none,none, rundown,rundown,1.45,Noun,7,6,2,rundown,7.78,0.95,7.78,0.95,none,none,none, rundowns,rundowns,0.02,Noun,8,7,2,rundown,none,none,7.78,0.95,none,none,none, rung,rung,1.39,Verb,4,3,1,rung,8.27,1.00,8.27,1.00,none,8.24,7.81, rungs,rungs,0.12,Noun,5,4,1,rung,none,none,8.27,1.00,none,8.24,7.81, runic,runic,0.04,Adjective,5,5,2,runic,15.36,0.74,15.36,0.74,none,none,none, runnel,runnel,0.02,Noun,6,5,2,runnel,13.29,0.37,13.29,0.37,none,none,none, runner,runner,4.96,Noun,6,4,2,runner,5.00,1.00,5.00,1.00,6.16,none,none, runners,runners,2.08,Noun,7,5,2,runner,none,none,5.00,1.00,6.16,none,none, runnier,runnier,0.02,Adjective,7,5,3,runny,none,none,5.68,1.00,none,none,none, running,running,157.92,Verb,7,5,2,run,none,none,4.47,1.00,none,none,3.82, runny,runny,1.27,Adjective,5,4,2,runny,5.68,1.00,5.68,1.00,none,none,none, runoff,runoff,0.20,Noun,6,5,2,runoff,10.28,1.00,10.28,1.00,none,none,none, runs,runs,32.10,Verb,4,4,1,run,none,none,4.47,1.00,none,none,3.82, runt,runt,2.45,Noun,4,4,1,runt,8.39,0.95,8.39,0.95,none,none,8.44, runts,runts,0.20,Noun,5,5,1,runt,none,none,8.39,0.95,none,none,8.44, runty,runty,0.14,Adjective,5,5,2,runty,10.07,0.74,10.07,0.74,none,none,none, runway,runway,5.47,Noun,6,5,2,runway,8.35,0.94,8.35,0.94,none,none,none, runways,runways,0.33,Noun,7,6,2,runway,none,none,8.35,0.94,none,none,none, rupee,rupee,0.04,Noun,5,4,2,rupee,11.60,0.79,11.60,0.79,none,11.81,none, rupees,rupees,0.20,Noun,6,5,2,rupee,none,none,11.60,0.79,none,11.81,none, rupiah,rupiah,Err:512,Err:512,6,5,3,rupiah,14.00,0.05,14.00,0.05,none,none,none, rupture,rupture,1.29,Noun,7,5,2,rupture,11.05,1.00,11.05,1.00,none,none,none,11.09 ruptures,ruptures,0.20,Verb,8,6,2,rupture,none,none,11.05,1.00,none,none,none,11.09 rural,rural,1.16,Adjective,5,5,2,rural,7.95,1.00,7.95,1.00,none,10.11,none,8.70 ruse,ruse,1.67,Noun,4,3,1,ruse,12.17,0.90,12.17,0.90,none,none,none, rush,rush,31.41,Noun,4,3,1,rush,6.70,1.00,6.70,1.00,7.57,none,6.44, rushed,rushed,5.25,Verb,6,4,1,rush,none,none,6.70,1.00,7.57,none,6.44, rusher,rusher,0.02,Noun,6,4,2,rusher,10.35,0.89,10.35,0.89,none,none,none, rushes,rushes,1.24,Verb,6,5,2,rush,none,none,6.70,1.00,7.57,none,6.44, rushing,rushing,6.02,Verb,7,5,2,rush,none,none,6.70,1.00,7.57,none,6.44, rusk,rusk,0.47,Noun,4,4,1,rusk,12.38,0.42,12.38,0.42,none,none,none, russet,russet,0.16,Adjective,6,5,2,russet,12.46,0.72,12.46,0.72,none,none,none, rust,rust,2.49,Noun,4,4,1,rust,7.75,1.00,7.75,1.00,none,7.60,7.08, rusted,rusted,0.71,Adjective,6,6,2,rusted,7.39,1.00,7.39,1.00,none,none,none, rustic,rustic,0.78,Adjective,6,6,2,rustic,10.37,1.00,10.37,1.00,none,none,none,11.90 rusticate,rusticate,0.04,Verb,9,8,3,rusticate,15.77,0.68,15.77,0.68,none,none,none, rusticity,rusticity,0.02,Noun,9,9,4,rusticity,14.57,0.78,14.57,0.78,none,none,none, rustics,rustics,0.04,Noun,7,7,2,rustic,none,none,10.37,1.00,none,none,none,11.90 rusting,rusting,0.37,Verb,7,6,2,rust,none,none,7.75,1.00,none,7.60,7.08, rustle,rustle,1.14,Verb,6,5,2,rustle,10.32,1.00,10.32,1.00,none,none,none,10.13 rustled,rustled,0.12,Verb,7,6,2,rustle,none,none,10.32,1.00,none,none,none,10.13 rustler,rustler,0.49,Noun,7,5,2,rustler,11.00,0.83,11.00,0.83,none,none,none, rustlers,rustlers,0.76,Noun,8,7,3,rustler,none,none,11.00,0.83,none,none,none, rustles,rustles,0.06,Noun,7,6,2,rustle,none,none,10.32,1.00,none,none,none,10.13 rustling,rustling,2.00,Verb,8,6,2,rustle,none,none,10.32,1.00,none,none,none,10.13 rustproof,rustproof,0.02,Adjective,9,8,2,rustproof,11.44,0.95,11.44,0.95,none,none,none, rusts,rusts,0.08,Verb,5,5,1,rust,none,none,7.75,1.00,none,7.60,7.08, rut,rut,1.53,Noun,3,3,1,rut,9.17,1.00,9.17,1.00,none,none,9.81, rutabaga,rutabaga,0.35,Noun,8,8,4,rutabaga,10.44,0.82,10.44,0.82,none,none,none, rutabagas,rutabagas,0.06,Noun,9,9,4,rutabaga,none,none,10.44,0.82,none,none,none, ruthless,ruthless,4.14,Adjective,8,6,2,ruthless,12.26,1.00,12.26,1.00,none,none,none, ruthlessness,ruthlessness,0.10,Noun,12,9,3,ruthlessness,12.75,1.00,12.75,1.00,none,none,none, ruts,ruts,0.08,Noun,4,4,1,rut,none,none,9.17,1.00,none,none,9.81, rutting,rutting,0.18,Adjective,7,5,2,rutting,13.65,0.89,13.65,0.89,none,none,none, rye,rye,4.16,Noun,3,2,1,rye,9.26,1.00,9.26,1.00,none,9.87,9.89, ryes,ryes,0.02,Noun,4,3,1,rye,none,none,9.26,1.00,none,9.87,9.89, sabbatical,sabbatical,0.94,Noun,10,9,4,sabbatical,15.39,0.95,15.39,0.95,none,none,none, saber,sabre,0.80,Noun,5,4,2,saber,7.29,0.94,7.29,0.94,none,none,none,11.19 sabers,sabres,0.24,Noun,6,5,2,saber,none,none,7.29,0.94,none,none,none,11.19 sable,sable,0.82,Adjective,5,5,2,sable,11.85,0.68,11.85,0.68,none,none,none,12.11 sables,sables,0.18,Noun,6,6,2,sable,none,none,11.85,0.68,none,none,none,12.11 sabotage,sabotage,3.86,Verb,8,7,3,sabotage,10.42,1.00,10.42,1.00,none,none,none, sabotaged,sabotaged,1.00,Verb,9,8,3,sabotage,none,none,10.42,1.00,none,none,none, sabotaging,sabotaging,0.65,Verb,10,9,4,sabotage,none,none,10.42,1.00,none,none,none, saboteur,saboteur,0.55,Noun,8,6,3,saboteur,13.56,0.95,13.56,0.95,none,none,none, saboteurs,saboteurs,0.29,Noun,9,7,3,saboteur,none,none,13.56,0.95,none,none,none, sac,sac,1.29,Noun,3,3,1,sac,9.00,0.84,9.00,0.84,none,none,none, saccharin,saccharin,0.06,Noun,9,6,3,saccharin,11.92,0.68,11.92,0.68,none,none,none, saccharine,saccharine,0.12,Noun,10,6,3,saccharine,13.64,0.78,13.64,0.78,none,none,none, sachet,sachet,0.06,Noun,6,4,2,sachet,11.62,0.89,11.62,0.89,none,none,none, sachets,sachets,0.06,Noun,7,6,2,sachet,none,none,11.62,0.89,none,none,none, sack,sack,12.92,Noun,4,3,1,sack,5.83,1.00,5.83,1.00,none,6.18,6.81, sackcloth,sackcloth,0.16,Noun,9,6,2,sackcloth,11.46,0.72,11.46,0.72,none,none,none, sacked,sacked,1.24,Verb,6,4,1,sack,none,none,5.83,1.00,none,6.18,6.81, sacker,sacker,0.25,Noun,6,4,2,sacker,10.82,0.61,10.82,0.61,none,none,none, sackers,sackers,0.08,Noun,7,5,2,sacker,none,none,10.82,0.61,none,none,none, sacks,sacks,2.12,Noun,5,4,1,sack,none,none,5.83,1.00,none,6.18,6.81, sacral,sacral,0.06,Adjective,6,6,2,sacral,14.14,0.39,14.14,0.39,none,none,none, sacrament,sacrament,0.55,Noun,9,9,3,sacrament,11.22,0.95,11.22,0.95,none,none,none, sacramental,sacramental,0.12,Adjective,11,11,4,sacramental,12.00,0.67,12.00,0.67,none,none,none, sacraments,sacraments,0.14,Noun,10,10,3,sacrament,none,none,11.22,0.95,none,none,none, sacred,sacred,14.02,Adjective,6,6,2,sacred,8.53,1.00,8.53,1.00,none,none,none,7.49 sacredness,sacredness,0.06,Noun,10,9,3,sacredness,10.18,0.94,10.18,0.94,none,none,none, sacrifice,sacrifice,17.90,Noun,9,8,3,sacrifice,9.61,1.00,9.61,1.00,none,none,none, sacrificed,sacrificed,4.39,Verb,10,9,3,sacrifice,none,none,9.61,1.00,none,none,none, sacrifices,sacrifices,3.84,Noun,10,10,4,sacrifice,none,none,9.61,1.00,none,none,none, sacrificial,sacrificial,0.57,Adjective,11,10,4,sacrificial,11.94,1.00,11.94,1.00,none,none,none, sacrificing,sacrificing,1.47,Verb,11,10,4,sacrifice,none,none,9.61,1.00,none,none,none, sacrilege,sacrilege,0.71,Noun,9,8,3,sacrilege,11.07,0.83,11.07,0.83,none,none,none, sacrileges,sacrileges,0.02,Noun,10,10,4,sacrilege,none,none,11.07,0.83,none,none,none, sacrilegious,sacrilegious,0.39,Adjective,12,10,4,sacrilegious,11.28,0.86,11.28,0.86,none,none,none, sacristan,sacristan,0.02,Noun,9,9,3,sacristan,14.20,0.26,14.20,0.26,none,none,none, sacristy,sacristy,0.08,Noun,8,8,3,sacristy,12.36,0.55,12.36,0.55,none,none,none, sacroiliac,sacroiliac,0.16,Noun,10,9,4,sacroiliac,14.00,0.47,14.00,0.47,none,none,none, sacrosanct,sacrosanct,0.16,Adjective,10,10,3,sacrosanct,15.60,0.50,15.60,0.50,none,none,none, sacrum,sacrum,0.04,Noun,6,6,2,sacrum,15.50,0.76,15.50,0.76,none,none,none, sacs,sacs,0.24,Noun,4,4,1,sac,none,none,9.00,0.84,none,none,none, sad,sad,63.37,Adjective,3,3,1,sad,3.24,1.00,3.24,1.00,4.90,none,3.19, sadden,sadden,0.08,Verb,6,5,2,sadden,8.83,0.95,8.83,0.95,7.92,none,none, saddened,saddened,0.75,Verb,8,6,2,sadden,none,none,8.83,0.95,7.92,none,none, saddens,saddens,0.33,Verb,7,6,2,sadden,none,none,8.83,0.95,7.92,none,none, sadder,sadder,1.06,Adjective,6,4,2,sad,none,none,3.24,1.00,4.90,none,3.19, saddest,saddest,1.69,Adjective,7,6,2,sad,none,none,3.24,1.00,4.90,none,3.19, saddle,saddle,7.82,Noun,6,5,2,saddle,6.42,1.00,6.42,1.00,none,6.92,none,7.04 saddleback,saddleback,0.08,Noun,10,8,3,saddleback,11.11,1.00,11.11,1.00,none,none,none, saddlebag,saddlebag,0.25,Noun,9,8,3,saddlebag,11.37,0.90,11.37,0.90,none,none,none, saddlebags,saddlebags,0.31,Noun,10,9,3,saddlebag,none,none,11.37,0.90,none,none,none, saddled,saddled,1.24,Verb,7,6,2,saddle,none,none,6.42,1.00,none,6.92,none,7.04 saddler,saddler,0.04,Noun,7,6,3,saddler,11.71,0.85,11.71,0.85,none,none,none, saddles,saddles,0.73,Noun,7,6,2,saddle,none,none,6.42,1.00,none,6.92,none,7.04 saddling,saddling,0.12,Verb,8,7,3,saddle,none,none,6.42,1.00,none,6.92,none,7.04 sadism,sadism,0.18,Noun,6,7,3,sadism,15.16,1.00,15.16,1.00,none,none,none, sadist,sadist,1.08,Noun,6,6,2,sadist,13.72,0.95,13.72,0.95,none,none,none,10.99 sadistic,sadistic,1.71,Adjective,8,8,3,sadistic,13.30,0.95,13.30,0.95,none,none,none, sadists,sadists,0.27,Noun,7,7,2,sadist,none,none,13.72,0.95,none,none,none,10.99 sadness,sadness,4.78,Noun,7,6,2,sadness,5.00,1.00,5.00,1.00,6.77,none,none, sadomasochism,sadomasochism,0.04,Noun,13,13,6,sadomasochism,17.74,0.90,17.74,0.90,none,none,none, sadomasochist,sadomasochist,0.10,Noun,13,12,5,sadomasochist,19.07,0.74,19.07,0.74,none,none,none, sadomasochistic,sadomasochistic,0.14,Adjective,15,14,6,sadomasochistic,15.44,0.84,15.44,0.84,none,none,none, safari,safari,2.08,Noun,6,6,3,safari,8.44,1.00,8.44,1.00,none,none,none, safaris,safaris,0.12,Noun,7,7,3,safari,none,none,8.44,1.00,none,none,none, safe,safe,143.20,Adjective,4,3,1,safe,5.11,1.00,5.11,1.00,none,5.31,4.99, safecracker,safecracker,0.14,Noun,11,8,3,safecracker,9.67,1.00,9.67,1.00,none,none,none, safeguard,safeguard,0.94,Verb,9,7,2,safeguard,11.00,1.00,11.00,1.00,none,none,none, safeguarded,safeguarded,0.06,Verb,11,9,3,safeguard,none,none,11.00,1.00,none,none,none, safeguarding,safeguarding,0.16,Verb,12,9,3,safeguard,none,none,11.00,1.00,none,none,none, safeguards,safeguards,0.43,Noun,10,8,2,safeguard,none,none,11.00,1.00,none,none,none, safekeeping,safekeeping,0.90,Noun,11,8,3,safekeeping,8.19,0.89,8.19,0.89,none,none,none, safeness,safeness,0.02,Noun,8,6,2,safeness,8.06,1.00,8.06,1.00,none,none,none, safer,safer,11.37,Adjective,5,4,2,safe,none,none,5.11,1.00,none,5.31,4.99, safes,safes,0.43,Noun,5,4,1,safe,none,none,5.11,1.00,none,5.31,4.99, safest,safest,2.53,Adjective,6,6,2,safe,none,none,5.11,1.00,none,5.31,4.99, safeties,safeties,0.20,Noun,8,6,2,safety,none,none,5.84,1.00,none,6.83,none, safety,safety,32.33,Noun,6,5,2,safety,5.84,1.00,5.84,1.00,none,6.83,none, safetypin,safety pin,Err:512,Err:512,9,8,3,safetypin,6.53,1.00,6.53,1.00,none,none,none, safflower,safflower,0.04,Verb,9,6,3,safflower,13.83,0.63,13.83,0.63,none,none,none, saffron,saffron,0.61,Noun,7,6,2,saffron,14.89,0.90,14.89,0.90,none,none,none,12.64 sag,sag,0.80,Verb,3,3,1,sag,6.95,1.00,6.95,1.00,none,none,8.33, saga,saga,0.78,Noun,4,4,2,saga,10.42,0.95,10.42,0.95,none,9.98,none,11.59 sagacious,sagacious,0.04,Adjective,9,8,4,sagacious,15.82,0.55,15.82,0.55,none,none,none, sagacity,sagacity,0.02,Noun,8,8,4,sagacity,19.00,0.37,19.00,0.37,12.84,none,none, sagas,sagas,0.06,Noun,5,5,2,saga,none,none,10.42,0.95,none,9.98,none,11.59 sage,sage,1.75,Noun,4,3,1,sage,11.39,1.00,11.39,1.00,9.77,none,11.34, sagebrush,sagebrush,0.29,Noun,9,7,2,sagebrush,10.88,0.89,10.88,0.89,none,none,none, sager,sager,0.04,Noun,5,4,2,sager,12.50,0.33,12.50,0.33,none,none,none, sages,sages,0.24,Noun,5,5,2,sage,none,none,11.39,1.00,9.77,none,11.34, sagged,sagged,0.02,Verb,6,4,1,sag,none,none,6.95,1.00,none,none,8.33, sagging,sagging,0.31,Verb,7,5,2,sag,none,none,6.95,1.00,none,none,8.33, saggy,saggy,0.57,Adjective,5,4,2,saggy,8.52,1.00,8.52,1.00,none,none,none, sags,sags,0.10,Verb,4,4,1,sag,none,none,6.95,1.00,none,none,8.33, saguaro,saguaro,0.14,Noun,7,7,3,saguaro,18.20,0.26,18.20,0.26,none,none,none, said,said,1108.45,Verb,4,3,1,say,none,none,3.42,1.00,4.99,none,4.01, sail,sail,13.75,Verb,4,3,1,sail,6.47,1.00,6.47,1.00,5.84,5.99,5.99, sailboat,sailboat,1.61,Noun,8,6,2,sailboat,4.65,1.00,4.65,1.00,none,none,none, sailboats,sailboats,0.22,Noun,9,7,2,sailboat,none,none,4.65,1.00,none,none,none, sailcloth,sailcloth,0.04,Noun,9,7,2,sailcloth,10.69,0.72,10.69,0.72,none,none,none, sailed,sailed,3.65,Verb,6,4,1,sail,none,none,6.47,1.00,5.84,5.99,5.99, sailfish,sailfish,0.04,Noun,8,6,2,sailfish,8.31,0.68,8.31,0.68,none,none,none, sailor,sailor,12.39,Noun,6,4,2,sailor,6.44,1.00,6.44,1.00,5.69,none,none, sailorman,sailorman,0.08,Noun,9,7,3,sailorman,8.65,1.00,8.65,1.00,none,none,none, sailors,sailors,4.37,Noun,7,5,2,sailor,none,none,6.44,1.00,5.69,none,none, sails,sails,3.22,Noun,5,4,1,sail,none,none,6.47,1.00,5.84,5.99,5.99, saint,saint,17.92,Name,5,4,1,saint,7.49,1.00,7.49,1.00,none,7.86,7.44, sainted,sainted,0.61,Adjective,7,6,2,sainted,10.18,0.94,10.18,0.94,none,none,none, sainthood,sainthood,0.22,Noun,9,7,2,sainthood,10.53,1.00,10.53,1.00,none,none,none, saintly,saintly,0.33,Adjective,7,6,2,saintly,10.06,0.89,10.06,0.89,none,none,none, saints,saints,3.55,Noun,6,5,1,saint,none,none,7.49,1.00,none,7.86,7.44, sake,sake,64.16,Noun,4,3,1,sake,8.74,1.00,8.74,1.00,none,none,9.60, sakes,sakes,11.90,Noun,5,4,1,sake,none,none,8.74,1.00,none,none,9.60, salaam,salaam,0.55,Verb,6,5,2,salaam,14.83,0.33,14.83,0.33,none,none,none, salaams,salaams,0.02,Noun,7,6,2,salaam,none,none,14.83,0.33,none,none,none, salable,saleable,0.02,Adjective,7,7,3,salable,13.64,0.61,13.64,0.61,none,none,none, salacious,salacious,0.20,Adjective,9,7,3,salacious,13.92,0.63,13.92,0.63,none,none,none, salad,salad,17.02,Noun,5,5,2,salad,5.61,1.00,5.61,1.00,none,6.88,none,5.56 salads,salads,4.27,Noun,6,6,2,salad,none,none,5.61,1.00,none,6.88,none,5.56 salamander,salamander,0.16,Noun,10,9,4,salamander,6.89,0.95,6.89,0.95,none,none,none, salamanders,salamanders,0.10,Noun,11,10,4,salamander,none,none,6.89,0.95,none,none,none, salami,salami,2.24,Noun,6,6,3,salami,7.18,0.94,7.18,0.94,none,none,none, salamis,salamis,0.16,Noun,7,7,3,salami,none,none,7.18,0.94,none,none,none, salaried,salaried,0.18,Adjective,8,6,3,salaried,13.44,1.00,13.44,1.00,none,none,none, salaries,salaries,1.02,Noun,8,6,3,salary,none,none,10.11,1.00,none,10.96,none, salary,salary,10.75,Noun,6,5,3,salary,10.11,1.00,10.11,1.00,none,10.96,none, sale,sale,25.39,Noun,4,3,1,sale,6.76,1.00,6.76,1.00,none,7.52,7.36, saleable,saleable,0.04,Adjective,8,7,3,salable,none,none,13.64,0.61,none,none,none, sales,sales,12.71,Noun,5,4,1,sale,none,none,6.76,1.00,none,7.52,7.36, salesgirl,salesgirl,0.41,Noun,9,7,2,salesgirl,7.89,1.00,7.89,1.00,none,none,none, salesgirls,salesgirls,0.02,Noun,10,8,2,salesgirl,none,none,7.89,1.00,none,none,none, saleslady,saleslady,0.16,Noun,9,8,3,saleslady,8.83,1.00,8.83,1.00,none,none,none, salesman,salesman,10.43,Noun,8,7,2,salesman,8.29,1.00,8.29,1.00,8.60,none,none, salesmanship,salesmanship,0.22,Noun,12,10,3,salesmanship,12.11,1.00,12.11,1.00,none,none,none, salesmen,salesmen,1.92,Noun,8,7,2,salesman,none,none,8.29,1.00,8.60,none,none, salespeople,salespeople,0.24,Noun,11,9,3,salespeople,8.11,0.95,8.11,0.95,none,none,none, salesperson,salesperson,0.33,Noun,11,9,3,salesperson,8.39,1.00,8.39,1.00,none,none,none, salespersons,salespersons,0.02,Noun,12,10,3,salesperson,none,none,8.39,1.00,none,none,none, saleswoman,saleswoman,0.29,Noun,10,9,3,saleswoman,7.80,1.00,7.80,1.00,none,none,none, saleswomen,saleswomen,0.04,Noun,10,9,3,saleswoman,none,none,7.80,1.00,none,none,none, salicylic,salicylic,0.02,Adjective,9,9,4,salicylic,16.07,0.75,16.07,0.75,none,none,none, salient,salient,0.25,Adjective,7,7,3,salient,15.62,0.68,15.62,0.68,none,none,none, saline,saline,3.43,Adjective,6,5,2,saline,11.71,0.94,11.71,0.94,none,none,none,12.11 salinity,salinity,0.04,Noun,8,8,4,salinity,12.50,0.63,12.50,0.63,none,none,none, saliva,saliva,2.65,Noun,6,6,3,saliva,8.42,1.00,8.42,1.00,none,none,none, salivary,salivary,0.10,Adjective,8,8,4,salivary,10.76,0.89,10.76,0.89,none,none,none, salivate,salivate,0.08,Verb,8,7,3,salivate,10.56,0.95,10.56,0.95,none,none,none, salivated,salivated,0.06,Verb,9,9,4,salivate,none,none,10.56,0.95,none,none,none, salivates,salivates,0.04,Verb,9,8,3,salivate,none,none,10.56,0.95,none,none,none, salivating,salivating,0.31,Verb,10,9,4,salivate,none,none,10.56,0.95,none,none,none, sallow,sallow,0.12,Adjective,6,4,2,sallow,11.29,0.70,11.29,0.70,none,none,none, salmon,salmon,6.55,Noun,6,5,2,salmon,8.00,1.00,8.00,1.00,7.29,none,none,7.11 salmonella,salmonella,0.53,Noun,10,9,4,salmonella,14.89,1.00,14.89,1.00,none,none,none, salmons,salmons,0.04,Noun,7,6,2,salmon,none,none,8.00,1.00,7.29,none,none,7.11 salon,salon,4.59,Noun,5,5,2,salon,9.50,1.00,9.50,1.00,none,none,none,8.04 salons,salons,0.43,Noun,6,6,2,salon,none,none,9.50,1.00,none,none,none,8.04 saloon,saloon,5.14,Noun,6,5,2,saloon,9.00,1.00,9.00,1.00,none,9.83,none,9.31 saloonkeeper,saloonkeeper,0.02,Noun,12,9,4,saloonkeeper,10.31,0.89,10.31,0.89,none,none,none, saloons,saloons,0.57,Noun,7,6,2,saloon,none,none,9.00,1.00,none,9.83,none,9.31 salsa,salsa,2.14,Noun,5,5,2,salsa,9.78,1.00,9.78,1.00,none,none,none,6.75 salt,salt,19.51,Noun,4,4,1,salt,5.05,1.00,5.05,1.00,none,4.82,5.19, salted,salted,0.57,Adjective,6,6,2,salted,7.89,1.00,7.89,1.00,none,none,none, saltier,saltier,0.10,Adjective,7,6,3,salty,none,none,5.33,1.00,none,none,none, saltiest,saltiest,0.02,Adjective,8,8,3,salty,none,none,5.33,1.00,none,none,none, saltine,saltine,0.20,Noun,7,6,2,saltine,7.22,1.00,7.22,1.00,none,none,none, saltines,saltines,0.27,Noun,8,7,2,saltine,none,none,7.22,1.00,none,none,none, salting,salting,0.20,Verb,7,6,2,salt,none,none,5.05,1.00,none,4.82,5.19, saltpan,saltpan,0.02,Noun,7,7,2,saltpan,12.27,0.79,12.27,0.79,none,none,none, saltpeter,saltpetre,0.39,Noun,9,8,3,saltpeter,15.67,0.50,15.67,0.50,none,none,none, salts,salts,1.43,Noun,5,5,1,salt,none,none,5.05,1.00,none,4.82,5.19, saltshaker,saltshaker,0.12,Noun,10,8,3,saltshaker,5.42,1.00,5.42,1.00,none,none,none, saltshakers,saltshakers,0.02,Noun,11,9,3,saltshaker,none,none,5.42,1.00,none,none,none, saltwater,saltwater,0.61,Adjective,9,8,3,saltwater,9.39,1.00,9.39,1.00,none,none,none, salty,salty,2.49,Adjective,5,5,2,salty,5.33,1.00,5.33,1.00,none,none,none, salubrious,salubrious,0.18,Adjective,10,9,4,salubrious,15.00,0.40,15.00,0.40,none,none,none, salutary,salutary,0.04,Adjective,8,9,4,salutary,13.27,0.83,13.27,0.83,none,none,none, salutation,salutation,0.12,Noun,10,10,4,salutation,11.28,1.00,11.28,1.00,none,none,none, salutations,salutations,0.67,Noun,11,11,4,salutation,none,none,11.28,1.00,none,none,none, salutatorian,salutatorian,0.08,Noun,12,12,6,salutatorian,14.06,0.95,14.06,0.95,none,none,none, salute,salute,7.25,Verb,6,5,2,salute,7.42,1.00,7.42,1.00,none,8.24,none,9.40 saluted,saluted,0.27,Verb,7,7,3,salute,none,none,7.42,1.00,none,8.24,none,9.40 salutes,salutes,0.37,Verb,7,6,2,salute,none,none,7.42,1.00,none,8.24,none,9.40 saluting,saluting,0.78,Verb,8,7,3,salute,none,none,7.42,1.00,none,8.24,none,9.40 salvage,salvage,4.12,Verb,7,6,2,salvage,10.11,1.00,10.11,1.00,none,9.87,none,11.49 salvageable,salvageable,0.25,Adjective,11,10,4,salvageable,12.10,1.00,12.10,1.00,none,none,none, salvaged,salvaged,0.43,Verb,8,7,2,salvage,none,none,10.11,1.00,none,9.87,none,11.49 salvaging,salvaging,0.27,Verb,9,8,3,salvage,none,none,10.11,1.00,none,9.87,none,11.49 salvation,salvation,5.02,Noun,9,8,3,salvation,9.05,0.95,9.05,0.95,none,10.96,none, salve,salve,0.57,Noun,5,3,1,salve,9.12,0.84,9.12,0.84,none,none,11.78, salver,salver,0.10,Noun,6,4,2,salver,12.60,0.28,12.60,0.28,none,none,none, salves,salves,0.02,Noun,6,4,1,salve,none,none,9.12,0.84,none,none,11.78, salvo,salvo,0.37,Noun,5,5,2,salvo,14.33,0.47,14.33,0.47,none,none,none, salvos,salvos,0.04,Noun,6,6,2,salvo,none,none,14.33,0.47,none,none,none, samarium,samarium,Err:512,Err:512,8,8,4,samarium,12.50,0.10,12.50,0.10,none,none,none, samba,samba,0.57,Noun,5,5,2,samba,13.13,0.75,13.13,0.75,none,none,none, sambas,sambas,0.04,Noun,6,6,2,samba,none,none,13.13,0.75,none,none,none, same,same,417.18,Determiner,4,3,1,same,5.62,1.00,5.62,1.00,none,none,4.64, sameness,sameness,0.16,Noun,8,6,2,sameness,10.11,1.00,10.11,1.00,none,none,none, samovar,samovar,0.14,Noun,7,7,3,samovar,14.44,0.50,14.44,0.50,none,none,none, samovars,samovars,0.02,Noun,8,8,3,samovar,none,none,14.44,0.50,none,none,none, sampan,sampan,0.25,Noun,6,6,2,sampan,16.57,0.35,16.57,0.35,none,none,none, sampans,sampans,0.02,Noun,7,7,2,sampan,none,none,16.57,0.35,none,none,none, sample,sample,14.59,Noun,6,6,2,sample,7.21,1.00,7.21,1.00,none,none,none,7.26 sampled,sampled,0.47,Verb,7,7,2,sample,none,none,7.21,1.00,none,none,none,7.26 sampler,sampler,0.31,Noun,7,6,2,sampler,10.35,0.94,10.35,0.94,none,10.60,none, samplers,samplers,0.12,Noun,8,7,2,sampler,none,none,10.35,0.94,none,10.60,none, samples,samples,8.67,Noun,7,7,2,sample,none,none,7.21,1.00,none,none,none,7.26 samurai,samurai,3.14,Noun,7,6,3,samurai,10.47,1.00,10.47,1.00,none,none,none, samurais,samurais,0.06,Noun,8,6,3,samurai,none,none,10.47,1.00,none,none,none, sanatorium,sanatorium,0.53,Noun,10,10,5,sanatorium,12.73,0.79,12.73,0.79,none,none,none, sanctified,sanctified,0.39,Verb,10,9,3,sanctify,none,none,12.89,0.90,none,none,none, sanctifies,sanctifies,0.08,Verb,10,9,3,sanctify,none,none,12.89,0.90,none,none,none, sanctify,sanctify,0.10,Verb,8,8,3,sanctify,12.89,0.90,12.89,0.90,none,none,none, sanctimonious,sanctimonious,0.82,Adjective,13,12,5,sanctimonious,15.64,0.70,15.64,0.70,none,none,none, sanctimony,sanctimony,0.04,Noun,10,10,4,sanctimony,15.33,1.00,15.33,1.00,none,none,none, sanction,sanction,0.84,Verb,8,7,2,sanction,12.68,1.00,12.68,1.00,none,none,none,11.90 sanctioned,sanctioned,1.12,Verb,10,8,2,sanction,none,none,12.68,1.00,none,none,none,11.90 sanctions,sanctions,0.67,Noun,9,8,2,sanction,none,none,12.68,1.00,none,none,none,11.90 sanctity,sanctity,1.65,Noun,8,8,3,sanctity,13.88,0.89,13.88,0.89,none,none,none, sanctuaries,sanctuaries,0.10,Noun,11,10,4,sanctuary,none,none,9.72,1.00,none,none,none, sanctuary,sanctuary,4.31,Noun,9,9,4,sanctuary,9.72,1.00,9.72,1.00,none,none,none, sanctum,sanctum,0.65,Noun,7,7,2,sanctum,13.22,0.90,13.22,0.90,none,none,none,13.18 sanctums,sanctums,0.02,Noun,8,8,2,sanctum,none,none,13.22,0.90,none,none,none,13.18 sand,sand,20.29,Noun,4,4,1,sand,4.63,1.00,4.63,1.00,none,4.52,4.14, sandal,sandal,0.22,Noun,6,6,2,sandal,5.21,1.00,5.21,1.00,none,none,none, sandals,sandals,1.73,Noun,7,7,2,sandal,none,none,5.21,1.00,none,none,none, sandalwood,sandalwood,0.25,Noun,10,9,3,sandalwood,13.00,0.94,13.00,0.94,none,none,none, sandbag,sandbag,0.37,Verb,7,7,2,sandbag,7.83,1.00,7.83,1.00,none,none,none, sandbagged,sandbagged,0.16,Verb,10,8,2,sandbag,none,none,7.83,1.00,none,none,none, sandbagging,sandbagging,0.16,Verb,11,9,3,sandbag,none,none,7.83,1.00,none,none,none, sandbags,sandbags,0.22,Noun,8,8,2,sandbag,none,none,7.83,1.00,none,none,none, sandbank,sandbank,0.04,Noun,8,8,2,sandbank,8.79,0.95,8.79,0.95,none,none,none, sandbanks,sandbanks,0.02,Noun,9,9,2,sandbank,none,none,8.79,0.95,none,none,none, sandbar,sandbar,0.06,Noun,7,7,2,sandbar,10.41,0.89,10.41,0.89,none,none,none, sandbars,sandbars,0.06,Noun,8,8,2,sandbar,none,none,10.41,0.89,none,none,none, sandblaster,sandblaster,0.02,Noun,11,10,3,sandblaster,12.24,1.00,12.24,1.00,none,none,none, sandbox,sandbox,1.06,Noun,7,8,2,sandbox,4.14,1.00,4.14,1.00,none,none,none, sandboxes,sandboxes,0.08,Noun,9,10,3,sandbox,none,none,4.14,1.00,none,none,none, sandcastle,sandcastle,0.08,Noun,10,9,3,sandcastle,5.42,1.00,5.42,1.00,none,none,none, sandcastles,sandcastles,0.08,Noun,11,10,3,sandcastle,none,none,5.42,1.00,none,none,none, sanded,sanded,0.27,Verb,6,6,2,sand,none,none,4.63,1.00,none,4.52,4.14, sandglass,sandglass,0.02,Noun,9,8,2,sandglass,9.75,0.89,9.75,0.89,none,none,none, sandhog,sandhog,Err:512,Err:512,7,7,2,sandhog,14.25,0.38,14.25,0.38,none,none,none, sandhogs,sandhogs,0.06,Noun,8,8,2,sandhog,none,none,14.25,0.38,none,none,none, sanding,sanding,0.24,Verb,7,6,2,sand,none,none,4.63,1.00,none,4.52,4.14, sandlot,sandlot,0.22,Noun,7,7,2,sandlot,8.74,1.00,8.74,1.00,none,none,none, sandman,sandman,2.43,Noun,7,7,2,sandman,7.05,1.00,7.05,1.00,none,none,none, sandmen,sandmen,0.12,Noun,7,7,2,sandman,none,none,7.05,1.00,none,none,none, sandpaper,sandpaper,0.43,Noun,9,8,3,sandpaper,6.33,1.00,6.33,1.00,none,none,none, sandpiper,sandpiper,0.16,Noun,9,8,3,sandpiper,11.21,0.70,11.21,0.70,none,none,none, sands,sands,2.12,Noun,5,5,1,sand,none,none,4.63,1.00,none,4.52,4.14, sandstone,sandstone,0.31,Noun,9,8,2,sandstone,10.05,1.00,10.05,1.00,none,none,none, sandstorm,sandstorm,0.82,Noun,9,9,2,sandstorm,9.44,1.00,9.44,1.00,none,none,none, sandstorms,sandstorms,0.06,Noun,10,10,2,sandstorm,none,none,9.44,1.00,none,none,none, sandwich,sandwich,21.92,Noun,8,7,2,sandwich,4.79,1.00,4.79,1.00,4.93,none,none,4.33 sandwiched,sandwiched,0.24,Verb,10,8,2,sandwich,none,none,4.79,1.00,4.93,none,none,4.33 sandwiches,sandwiches,9.61,Noun,10,9,3,sandwich,none,none,4.79,1.00,4.93,none,none,4.33 sane,sane,5.51,Adjective,4,3,1,sane,8.50,1.00,8.50,1.00,none,9.71,9.74, saner,saner,0.20,Adjective,5,4,2,sane,none,none,8.50,1.00,none,9.71,9.74, sanest,sanest,0.24,Adjective,6,6,2,sane,none,none,8.50,1.00,none,9.71,9.74, sang,sang,8.22,Verb,4,3,1,sing,none,none,3.47,1.00,4.37,4.54,4.67, sangfroid,sangfroid,0.04,Adjective,9,8,2,sangfroid,16.33,0.33,16.33,0.33,none,none,none, sangria,sangria,0.16,Noun,7,7,3,sangria,15.11,0.95,15.11,0.95,none,none,none, sanguine,sanguine,0.14,Adjective,8,7,2,sanguine,16.62,0.68,16.62,0.68,none,none,none, sanitarium,sanatorium,2.25,Noun,10,10,5,sanitarium,10.88,0.94,10.88,0.94,none,11.87,none, sanitariums,sanatoriums,0.04,Noun,11,11,5,sanitarium,none,none,10.88,0.94,none,11.87,none, sanitary,sanitary,0.86,Adjective,8,8,4,sanitary,10.50,1.00,10.50,1.00,none,none,none, sanitation,sanitation,1.18,Noun,10,9,4,sanitation,11.10,1.00,11.10,1.00,none,11.49,none, sanitize,sanitise,0.14,Verb,8,7,3,sanitize,10.89,1.00,10.89,1.00,none,none,none, sanitized,sanitised,0.18,Verb,9,8,3,sanitize,none,none,10.89,1.00,none,none,none, sanitizer,sanitizer,0.02,Noun,9,9,4,sanitizer,10.89,1.00,10.89,1.00,none,none,none, sanitizes,sanitises,0.02,Verb,9,9,4,sanitize,none,none,10.89,1.00,none,none,none, sanity,sanity,2.73,Noun,6,6,3,sanity,10.29,1.00,10.29,1.00,none,none,none, sank,sank,2.16,Verb,4,4,1,sink,none,none,4.47,1.00,4.58,5.03,5.34, sap,sap,3.49,Noun,3,3,1,sap,7.53,1.00,7.53,1.00,none,9.19,8.47, saphead,saphead,0.02,Noun,7,6,2,saphead,12.36,0.61,12.36,0.61,none,none,none, sapience,sapience,0.02,Noun,8,7,3,sapience,15.33,0.60,15.33,0.60,none,none,none, sapiens,sapiens,0.57,Noun,7,7,3,sapiens,11.67,0.79,11.67,0.79,none,none,none, sapling,sapling,0.18,Noun,7,6,2,sapling,9.20,0.83,9.20,0.83,none,none,none, saplings,saplings,0.08,Noun,8,7,2,sapling,none,none,9.20,0.83,none,none,none, sapped,sapped,0.16,Verb,6,4,1,sap,none,none,7.53,1.00,none,9.19,8.47, sapper,sapper,0.04,Noun,6,4,2,sapper,11.90,0.53,11.90,0.53,none,none,none, sappers,sappers,0.10,Noun,7,5,2,sapper,none,none,11.90,0.53,none,none,none, sapphire,sapphire,1.20,Noun,8,5,3,sapphire,9.22,1.00,9.22,1.00,none,none,none,10.60 sapphires,sapphires,0.29,Noun,9,6,3,sapphire,none,none,9.22,1.00,none,none,none,10.60 sappy,sappy,0.84,Adjective,5,4,2,sappy,9.44,0.86,9.44,0.86,none,none,none, saps,saps,0.69,Noun,4,4,1,sap,none,none,7.53,1.00,none,9.19,8.47, sapsucker,sapsucker,0.06,Noun,9,7,3,sapsucker,13.19,0.84,13.19,0.84,none,none,none, sapsuckers,sapsuckers,0.02,Noun,10,8,3,sapsucker,none,none,13.19,0.84,none,none,none, saran,saran,0.90,Noun,5,4,2,saran,11.30,0.56,11.30,0.56,none,none,none, sarcasm,sarcasm,2.86,Noun,7,8,3,sarcasm,9.06,1.00,9.06,1.00,none,none,none, sarcasms,sarcasms,0.02,Noun,8,9,3,sarcasm,none,none,9.06,1.00,none,none,none, sarcastic,sarcastic,2.61,Adjective,9,9,3,sarcastic,11.05,1.00,11.05,1.00,none,none,none, sarcoma,sarcoma,0.16,Noun,7,7,3,sarcoma,17.00,0.58,17.00,0.58,none,none,none, sarcophagi,sarcophagi,0.08,Noun,10,9,4,sarcophagus,none,none,11.93,0.79,none,none,none, sarcophagus,sarcophagus,0.61,Noun,11,10,4,sarcophagus,11.93,0.79,11.93,0.79,none,none,none, sardine,sardine,0.90,Noun,7,6,2,sardine,7.74,1.00,7.74,1.00,none,7.09,none,9.67 sardines,sardines,3.18,Noun,8,7,2,sardine,none,none,7.74,1.00,none,7.09,none,9.67 sardonic,sardonic,0.10,Adjective,8,8,3,sardonic,14.93,0.74,14.93,0.74,none,none,none, sari,sari,0.43,Noun,4,4,2,sari,13.44,0.50,13.44,0.50,none,none,none, saris,saris,0.02,Noun,5,5,2,sari,none,none,13.44,0.50,none,none,none, sarong,sarong,0.14,Noun,6,4,2,sarong,12.92,0.65,12.92,0.65,none,none,none, sarongs,sarongs,0.04,Noun,7,5,2,sarong,none,none,12.92,0.65,none,none,none, sarsaparilla,sarsaparilla,0.75,Noun,12,9,4,sarsaparilla,11.36,0.74,11.36,0.74,none,none,none, sartorial,sartorial,0.12,Adjective,9,9,4,sartorial,15.47,0.83,15.47,0.83,none,none,none, sash,sash,1.14,Noun,4,3,1,sash,7.67,0.95,7.67,0.95,none,none,9.16, sashay,sashay,0.20,Verb,6,4,2,sashay,11.35,0.94,11.35,0.94,none,none,none, sashayed,sashayed,0.06,Verb,8,5,2,sashay,none,none,11.35,0.94,none,none,none, sashaying,sashaying,0.08,Verb,9,6,3,sashay,none,none,11.35,0.94,none,none,none, sashes,sashes,0.22,Noun,6,5,2,sash,none,none,7.67,0.95,none,none,9.16, sashimi,sashimi,0.55,Noun,7,6,3,sashimi,16.53,0.79,16.53,0.79,none,none,none, sassafras,sassafras,0.63,Noun,9,8,3,sassafras,10.53,0.83,10.53,0.83,none,none,none, sassy,sassy,3.22,Adjective,5,4,2,sassy,8.22,1.00,8.22,1.00,none,none,none, sat,sat,28.61,Verb,3,3,1,sit,none,none,3.47,1.00,none,none,3.56, satanic,satanic,1.35,Adjective,7,7,3,satanic,9.11,0.95,9.11,0.95,none,none,none, satchel,satchel,1.47,Noun,7,5,2,satchel,12.35,0.89,12.35,0.89,none,6.03,none,11.90 satchels,satchels,0.10,Noun,8,6,2,satchel,none,none,12.35,0.89,none,6.03,none,11.90 sate,sate,0.08,Verb,4,3,1,sate,12.00,0.63,12.00,0.63,none,none,none, sated,sated,0.10,Verb,5,5,2,sate,none,none,12.00,0.63,none,none,none, sateen,sateen,0.02,Noun,6,6,3,sateen,11.00,0.40,11.00,0.40,none,none,none, satellite,satellite,15.65,Noun,9,7,3,satellite,11.68,1.00,11.68,1.00,none,none,none, satellites,satellites,3.20,Noun,10,8,3,satellite,none,none,11.68,1.00,none,none,none, sates,sates,0.04,Noun,5,4,1,sate,none,none,12.00,0.63,none,none,none, sati,sati,0.14,Noun,4,4,2,sati,16.43,0.35,16.43,0.35,none,none,none, satiate,satiate,0.06,Verb,7,6,3,satiate,16.75,0.67,16.75,0.67,none,none,none, satiety,satiety,0.06,Noun,7,7,4,satiety,13.21,0.78,13.21,0.78,none,none,none, satin,satin,2.61,Noun,5,5,2,satin,10.37,1.00,10.37,1.00,none,none,none,8.96 satins,satins,0.14,Noun,6,6,2,satin,none,none,10.37,1.00,none,none,none,8.96 satinwood,satinwood,0.02,Noun,9,8,3,satinwood,14.12,0.44,14.12,0.44,none,none,none, satiny,satiny,0.04,Noun,6,6,3,satiny,11.75,0.80,11.75,0.80,none,none,none, satire,satire,0.65,Noun,6,5,3,satire,13.07,0.78,13.07,0.78,none,none,none,12.22 satiric,satiric,0.04,Adjective,7,7,3,satiric,14.22,0.95,14.22,0.95,none,none,none, satirical,satirical,0.18,Adjective,9,9,4,satirical,12.39,0.95,12.39,0.95,none,none,none, satirist,satirist,0.10,Noun,8,7,3,satirist,14.12,0.94,14.12,0.94,none,none,none, satirists,satirists,0.02,Noun,9,8,3,satirist,none,none,14.12,0.94,none,none,none, satirize,satirise,0.02,Verb,8,6,3,satirize,14.47,0.83,14.47,0.83,none,none,none, satisfaction,satisfaction,6.96,Noun,12,11,4,satisfaction,9.53,1.00,9.53,1.00,none,9.22,none, satisfactions,satisfactions,0.10,Noun,13,12,4,satisfaction,none,none,9.53,1.00,none,9.22,none, satisfactory,satisfactory,3.00,Adjective,12,11,4,satisfactory,8.84,1.00,8.84,1.00,none,none,none, satisfied,satisfied,15.51,Adjective,9,8,3,satisfied,9.68,1.00,9.68,1.00,none,none,none, satisfies,satisfies,0.75,Verb,9,8,3,satisfy,none,none,10.00,1.00,7.96,none,none, satisfy,satisfy,5.61,Verb,7,7,3,satisfy,10.00,1.00,10.00,1.00,7.96,none,none, satisfying,satisfying,2.53,Adjective,10,9,4,satisfying,9.95,1.00,9.95,1.00,none,none,none, saturate,saturate,0.20,Verb,8,6,3,saturate,12.84,1.00,12.84,1.00,none,none,none, saturated,saturated,0.84,Adjective,9,8,4,saturated,10.63,1.00,10.63,1.00,none,none,none, saturates,saturates,0.10,Noun,9,7,3,saturate,none,none,12.84,1.00,none,none,none, saturation,saturation,0.55,Noun,10,8,4,saturation,12.05,1.00,12.05,1.00,none,none,none, saturday,saturday,47.51,47.51,8,6,3,saturday,5.48,1.00,5.48,1.00,none,none,none, satyr,satyr,0.57,Noun,5,5,2,satyr,13.36,0.74,13.36,0.74,none,none,none, satyriasis,satyriasis,0.02,Noun,10,10,5,satyriasis,16.33,0.14,16.33,0.14,none,none,none, satyrs,satyrs,0.10,Noun,6,6,2,satyr,none,none,13.36,0.74,none,none,none, sauce,sauce,15.59,Noun,5,3,1,sauce,5.37,1.00,5.37,1.00,none,5.30,5.89, saucebox,saucebox,0.02,Noun,8,7,2,saucebox,12.64,0.58,12.64,0.58,none,none,none, sauced,sauced,0.08,Verb,6,4,1,sauce,none,none,5.37,1.00,none,5.30,5.89, saucepan,saucepan,0.16,Noun,8,6,2,saucepan,7.89,1.00,7.89,1.00,none,none,none, saucepans,saucepans,0.04,Noun,9,7,2,saucepan,none,none,7.89,1.00,none,none,none, saucer,saucer,2.75,Noun,6,4,2,saucer,8.44,1.00,8.44,1.00,none,none,none,9.67 saucers,saucers,1.14,Noun,7,5,2,saucer,none,none,8.44,1.00,none,none,none,9.67 sauces,sauces,0.49,Noun,6,5,2,sauce,none,none,5.37,1.00,none,5.30,5.89, saucier,saucier,0.18,Adjective,7,5,3,saucy,none,none,10.53,1.00,none,none,none, sauciness,sauciness,0.02,Noun,9,7,3,sauciness,12.06,1.00,12.06,1.00,none,none,none, saucy,saucy,1.22,Adjective,5,4,2,saucy,10.53,1.00,10.53,1.00,none,none,none, sauerbraten,sauerbraten,0.04,Verb,11,10,4,sauerbraten,16.90,0.53,16.90,0.53,none,none,none, sauerkraut,sauerkraut,1.00,Noun,10,7,3,sauerkraut,9.26,0.95,9.26,0.95,none,none,none, sauna,sauna,1.35,Noun,5,4,2,sauna,10.28,1.00,10.28,1.00,none,none,none,9.85 saunas,saunas,0.10,Noun,6,5,2,sauna,none,none,10.28,1.00,none,none,none,9.85 saunter,saunter,0.16,Verb,7,5,2,saunter,12.28,0.90,12.28,0.90,none,none,none, sauntered,sauntered,0.12,Verb,9,7,2,saunter,none,none,12.28,0.90,none,none,none, sauntering,sauntering,0.06,Verb,10,8,3,saunter,none,none,12.28,0.90,none,none,none, saunters,saunters,0.06,Verb,8,7,2,saunter,none,none,12.28,0.90,none,none,none, saurian,saurian,0.12,Adjective,7,8,4,saurian,16.25,0.22,16.25,0.22,none,none,none, sausage,sausage,7.78,Noun,7,5,2,sausage,6.05,1.00,6.05,1.00,none,4.60,none,5.74 sausages,sausages,2.55,Noun,8,7,3,sausage,none,none,6.05,1.00,none,4.60,none,5.74 sauterne,sauterne,Err:512,Err:512,8,5,2,sauterne,18.40,0.24,18.40,0.24,none,none,none, sauternes,sauternes,0.02,Noun,9,6,2,sauternes,16.00,0.32,16.00,0.32,none,none,none, savage,savage,7.16,Adjective,6,5,2,savage,10.05,1.00,10.05,1.00,8.69,7.83,none,9.67 savaged,savaged,0.12,Verb,7,6,2,savage,none,none,10.05,1.00,8.69,7.83,none,9.67 savageries,savageries,0.02,Noun,10,9,4,savagery,none,none,13.42,0.95,none,none,none, savagery,savagery,0.27,Noun,8,8,4,savagery,13.42,0.95,13.42,0.95,none,none,none, savages,savages,3.90,Noun,7,7,3,savage,none,none,10.05,1.00,8.69,7.83,none,9.67 savanna,savannah,0.06,Name,7,6,3,savannah,none,none,12.00,0.89,none,none,none, savannah,savannah,1.51,Noun,8,6,3,savannah,12.00,0.89,12.00,0.89,none,none,none, savannahs,savannahs,0.02,Noun,9,7,3,savannah,none,none,12.00,0.89,none,none,none, savannas,savannas,0.02,Noun,8,7,3,savannah,none,none,12.00,0.89,none,none,none, savant,savant,0.47,Noun,6,6,2,savant,13.92,0.72,13.92,0.72,none,none,none, savants,savants,0.02,Noun,7,7,2,savant,none,none,13.92,0.72,none,none,none, save,save,162.31,Verb,4,3,1,save,5.44,1.00,5.44,1.00,6.16,none,5.66, saved,saved,69.76,Verb,5,4,1,save,none,none,5.44,1.00,6.16,none,5.66, saver,saver,0.61,Noun,5,4,2,saver,7.84,1.00,7.84,1.00,none,none,none, savers,savers,0.22,Noun,6,5,2,saver,none,none,7.84,1.00,none,none,none, saves,saves,5.16,Verb,5,4,1,save,none,none,5.44,1.00,6.16,none,5.66, saving,saving,30.12,Verb,6,5,2,save,none,none,5.44,1.00,6.16,none,5.66, savings,savings,7.53,Noun,7,6,2,savings,8.79,1.00,8.79,1.00,none,none,none, savior,saviour,3.39,Noun,6,5,2,savior,6.68,1.00,6.68,1.00,none,none,none,8.53 saviors,saviours,0.22,Noun,7,6,2,savior,none,none,6.68,1.00,none,none,none,8.53 savor,savour,0.94,Verb,5,4,2,savor,10.14,1.00,10.14,1.00,none,none,none,9.49 savored,savoured,0.10,Verb,7,5,2,savor,none,none,10.14,1.00,none,none,none,9.49 savoring,savouring,0.25,Verb,8,6,3,savor,none,none,10.14,1.00,none,none,none,9.49 savors,savours,0.02,Verb,6,5,2,savor,none,none,10.14,1.00,none,none,none,9.49 savory,savoury,0.22,Adjective,6,5,3,savory,13.78,1.00,13.78,1.00,none,none,none, savvier,savvier,0.00,Err:512,7,5,3,savvy,none,none,12.35,1.00,none,none,none,11.49 savvy,savvy,1.06,Noun,5,4,2,savvy,12.35,1.00,12.35,1.00,none,none,none,11.49 saw,saw,402.49,Verb,3,2,1,saw,5.36,1.00,5.36,1.00,6.16,5.50,4.59, sawbuck,sawbuck,0.39,Noun,7,5,2,sawbuck,12.56,0.47,12.56,0.47,none,none,none, sawdust,sawdust,0.59,Noun,7,6,2,sawdust,7.16,1.00,7.16,1.00,none,none,none, sawed,sawed,0.55,Verb,5,3,1,saw,none,none,5.36,1.00,6.16,5.50,4.59, sawhorse,sawhorse,0.02,Noun,8,6,2,sawhorse,9.58,1.00,9.58,1.00,none,none,none, sawhorses,sawhorses,0.06,Noun,9,8,3,sawhorse,none,none,9.58,1.00,none,none,none, sawing,sawing,0.57,Verb,6,4,2,saw,none,none,5.36,1.00,6.16,5.50,4.59, sawmill,sawmill,0.41,Noun,7,5,2,sawmill,9.60,1.00,9.60,1.00,none,none,none, sawmills,sawmills,0.02,Noun,8,6,2,sawmill,none,none,9.60,1.00,none,none,none, sawn,sawn,0.12,Verb,4,3,1,saw,none,none,5.36,1.00,6.16,5.50,4.59, saws,saws,0.47,Noun,4,3,1,saw,none,none,5.36,1.00,6.16,5.50,4.59, sax,sax,1.25,Noun,3,4,1,sax,8.75,0.84,8.75,0.84,none,none,none, saxes,saxes,0.02,Verb,5,6,2,sax,none,none,8.75,0.84,none,none,none, saxophone,saxophone,1.69,Noun,9,8,3,saxophone,9.10,1.00,9.10,1.00,none,10.22,none, saxophones,saxophones,0.12,Noun,10,9,3,saxophone,none,none,9.10,1.00,none,10.22,none, saxophonist,saxophonist,0.12,Noun,11,11,4,saxophonist,8.89,1.00,8.89,1.00,none,none,none, say,say,1639.78,Verb,3,2,1,say,3.42,1.00,3.42,1.00,4.99,none,4.01, saying,saying,291.65,Verb,6,4,2,saying,4.95,1.00,4.95,1.00,none,none,none,5.87 sayings,sayings,0.73,Noun,7,5,2,saying,none,none,4.95,1.00,none,none,none,5.87 sayonara,sayonara,1.65,Noun,8,7,4,sayonara,9.56,1.00,9.56,1.00,none,none,none, says,says,320.71,Verb,4,3,1,say,none,none,3.42,1.00,4.99,none,4.01, scab,scab,0.63,Noun,4,4,1,scab,6.65,1.00,6.65,1.00,none,none,6.10, scabbard,scabbard,0.22,Noun,8,6,2,scabbard,14.09,0.61,14.09,0.61,none,none,none, scabby,scabby,0.35,Adjective,6,5,2,scabby,9.06,0.89,9.06,0.89,none,7.52,none, scabies,scabies,0.02,Noun,7,6,2,scabies,12.00,0.95,12.00,0.95,none,none,none, scabrous,scabrous,0.02,Adjective,8,7,2,scabrous,15.40,0.26,15.40,0.26,none,none,none, scabs,scabs,0.31,Noun,5,5,1,scab,none,none,6.65,1.00,none,none,6.10, scaffold,scaffold,0.55,Noun,8,7,2,scaffold,12.11,1.00,12.11,1.00,none,none,none, scaffolding,scaffolding,0.24,Noun,11,9,3,scaffolding,11.22,1.00,11.22,1.00,none,none,none, scaffolds,scaffolds,0.04,Noun,9,8,2,scaffold,none,none,12.11,1.00,none,none,none, scalable,scalable,0.04,Adjective,8,8,3,scalable,14.13,0.83,14.13,0.83,none,none,none, scalawag,scalawag,0.12,Noun,8,7,3,scalawag,12.12,0.89,12.12,0.89,none,none,none, scalawags,scalawags,0.04,Noun,9,8,3,scalawag,none,none,12.12,0.89,none,none,none, scald,scald,0.27,Verb,5,5,1,scald,10.26,1.00,10.26,1.00,none,none,9.46, scalding,scalding,0.39,Verb,8,7,2,scald,none,none,10.26,1.00,none,none,9.46, scalds,scalds,0.02,Verb,6,6,1,scald,none,none,10.26,1.00,none,none,9.46, scale,scale,9.51,Noun,5,4,1,scale,8.85,1.00,8.85,1.00,none,7.92,7.43, scaled,scaled,0.33,Verb,6,5,1,scale,none,none,8.85,1.00,none,7.92,7.43, scaleless,scaleless,Err:512,Err:512,9,6,2,scaleless,11.53,0.85,11.53,0.85,none,none,none, scalene,scalene,0.02,Noun,7,6,2,scalene,11.92,0.67,11.92,0.67,none,none,none, scales,scales,2.02,Noun,6,5,1,scales,6.48,1.00,6.48,1.00,none,none,none, scalier,scalier,0.02,Adjective,7,6,3,scaly,none,none,7.83,1.00,none,none,none, scaling,scaling,0.20,Verb,7,6,2,scale,none,none,8.85,1.00,none,7.92,7.43, scallop,scallop,0.18,Noun,7,6,2,scallop,11.26,1.00,11.26,1.00,none,none,none, scallops,scallops,0.41,Noun,8,7,2,scallop,none,none,11.26,1.00,none,none,none, scallywag,scallywag,0.06,Noun,9,8,3,scallywag,11.94,0.85,11.94,0.85,none,none,none, scallywags,scallywags,0.06,Noun,10,9,3,scallywag,none,none,11.94,0.85,none,none,none, scalp,scalp,3.69,Noun,5,5,1,scalp,6.68,1.00,6.68,1.00,none,none,7.35, scalped,scalped,0.76,Verb,7,6,1,scalp,none,none,6.68,1.00,none,none,7.35, scalpel,scalpel,3.16,Noun,7,7,2,scalpel,10.73,0.98,10.73,0.98,none,11.26,none,11.59 scalpels,scalpels,0.35,Noun,8,8,2,scalpel,none,none,10.73,0.98,none,11.26,none,11.59 scalper,scalper,0.27,Noun,7,6,2,scalper,10.75,0.89,10.75,0.89,none,none,none, scalpers,scalpers,0.06,Noun,8,7,2,scalper,none,none,10.75,0.89,none,none,none, scalps,scalps,0.61,Noun,6,6,1,scalp,none,none,6.68,1.00,none,none,7.35, scaly,scaly,0.31,Adjective,5,5,2,scaly,7.83,1.00,7.83,1.00,none,none,none, scam,scam,6.14,Noun,4,4,1,scam,10.63,1.00,10.63,1.00,none,none,none, scammed,scammed,0.33,Verb,7,5,1,scam,none,none,10.63,1.00,none,none,none, scamming,scamming,0.75,Verb,8,6,2,scam,none,none,10.63,1.00,none,none,none, scamp,scamp,1.76,Noun,5,5,1,scamp,10.43,0.74,10.43,0.74,none,none,11.40, scamper,scamper,0.25,Verb,7,6,2,scamper,7.78,0.95,7.78,0.95,none,none,none, scampered,scampered,0.14,Verb,9,7,2,scamper,none,none,7.78,0.95,none,none,none, scampers,scampers,0.04,Verb,8,7,2,scamper,none,none,7.78,0.95,none,none,none, scampi,scampi,0.39,Noun,6,6,2,scampi,14.50,0.74,14.50,0.74,none,none,none, scamps,scamps,0.14,Noun,6,6,1,scamp,none,none,10.43,0.74,none,none,11.40, scams,scams,0.78,Noun,5,5,1,scam,none,none,10.63,1.00,none,none,none, scan,scan,9.41,Noun,4,4,1,scan,9.60,1.00,9.60,1.00,none,none,8.47, scandal,scandal,8.12,Noun,7,7,2,scandal,10.83,1.00,10.83,1.00,none,none,none,10.80 scandalize,scandalise,0.02,Verb,10,9,3,scandalize,11.06,1.00,11.06,1.00,none,none,none, scandalized,scandalised,0.10,Verb,11,10,3,scandalize,none,none,11.06,1.00,none,none,none, scandalmonger,scandalmonger,0.02,Verb,13,12,4,scandalmonger,17.83,0.57,17.83,0.57,none,none,none, scandalmongers,scandalmongers,0.04,Noun,14,13,4,scandalmonger,none,none,17.83,0.57,none,none,none, scandalous,scandalous,0.90,Adjective,10,9,3,scandalous,11.89,1.00,11.89,1.00,none,none,none, scandals,scandals,0.75,Noun,8,8,2,scandal,none,none,10.83,1.00,none,none,none,10.80 scandium,scandium,0.02,Noun,8,8,3,scandium,15.78,0.50,15.78,0.50,none,none,none, scanned,scanned,1.55,Verb,7,5,1,scan,none,none,9.60,1.00,none,none,8.47, scanner,scanner,2.94,Noun,7,5,2,scanner,11.37,1.00,11.37,1.00,none,none,none, scanners,scanners,2.22,Noun,8,6,2,scanner,none,none,11.37,1.00,none,none,none, scanning,scanning,2.33,Verb,8,6,2,scan,none,none,9.60,1.00,none,none,8.47, scans,scans,1.67,Noun,5,5,1,scan,none,none,9.60,1.00,none,none,8.47, scansion,scansion,0.02,Noun,8,8,3,scansion,15.20,0.28,15.20,0.28,none,none,none, scant,scant,0.24,Adjective,5,5,1,scant,12.16,0.95,12.16,0.95,none,none,12.60, scanty,scanty,0.02,Adjective,6,6,2,scanty,13.67,0.86,13.67,0.86,none,none,none, scapegoat,scapegoat,1.10,Noun,9,7,2,scapegoat,11.75,1.00,11.75,1.00,none,none,none, scapegoats,scapegoats,0.20,Noun,10,8,2,scapegoat,none,none,11.75,1.00,none,none,none, scapegrace,scapegrace,0.04,Noun,10,8,2,scapegrace,11.67,0.16,11.67,0.16,none,none,none, scapula,scapula,0.27,Noun,7,8,3,scapula,14.88,0.89,14.88,0.89,none,none,none, scar,scar,8.47,Noun,4,4,1,scar,5.68,1.00,5.68,1.00,none,6.67,6.13, scarab,scarab,0.31,Noun,6,6,2,scarab,10.88,0.94,10.88,0.94,none,none,none, scarce,scarce,1.71,Adjective,6,5,1,scarce,10.53,0.95,10.53,0.95,7.92,9.96,10.42, scarcely,scarcely,1.37,Adverb,8,7,2,scarcely,10.38,1.00,10.38,1.00,8.77,none,none, scarcer,scarcer,0.08,Adjective,7,6,2,scarce,none,none,10.53,0.95,7.92,9.96,10.42, scarcity,scarcity,0.16,Noun,8,8,3,scarcity,11.65,0.94,11.65,0.94,none,none,none, scare,scare,33.57,Verb,5,4,1,scare,4.22,1.00,4.22,1.00,none,6.03,4.79, scarecrow,scarecrow,1.75,Noun,9,7,2,scarecrow,5.56,0.95,5.56,0.95,none,none,none, scarecrows,scarecrows,0.24,Noun,10,8,2,scarecrow,none,none,5.56,0.95,none,none,none, scared,scared,133.39,Adjective,6,5,1,scared,3.79,1.00,3.79,1.00,none,none,none, scaremonger,scaremonger,0.02,Noun,11,9,3,scaremonger,16.40,0.75,16.40,0.75,none,none,none, scares,scares,8.53,Verb,6,5,1,scare,none,none,4.22,1.00,none,6.03,4.79, scarf,scarf,4.69,Noun,5,5,1,scarf,5.68,1.00,5.68,1.00,none,5.50,6.47, scarier,scarier,1.33,Adjective,7,6,3,scary,none,none,4.26,1.00,none,none,none, scariest,scariest,0.82,Adjective,8,8,3,scary,none,none,4.26,1.00,none,none,none, scarify,scarify,0.08,Verb,7,7,3,scarify,13.00,0.55,13.00,0.55,none,none,none, scariness,scariness,0.02,Noun,9,8,3,scariness,6.89,1.00,6.89,1.00,none,none,none, scaring,scaring,7.96,Verb,7,6,2,scare,none,none,4.22,1.00,none,6.03,4.79, scarlet,scarlet,3.27,Adjective,7,7,2,scarlet,11.36,0.95,11.36,0.95,7.51,none,none, scarper,scarper,0.02,Noun,7,7,2,scarper,14.17,0.60,14.17,0.60,none,none,none, scarpered,scarpered,0.04,Verb,9,8,2,scarper,none,none,14.17,0.60,none,none,none, scarred,scarred,1.31,Verb,7,5,1,scar,none,none,5.68,1.00,none,6.67,6.13, scars,scars,4.39,Noun,5,5,1,scar,none,none,5.68,1.00,none,6.67,6.13, scarves,scarves,0.61,Noun,7,6,1,scarf,none,none,5.68,1.00,none,5.50,6.47, scary,scary,26.20,Adjective,5,5,2,scary,4.26,1.00,4.26,1.00,none,none,none, scat,scat,1.27,Noun,4,4,1,scat,11.76,0.94,11.76,0.94,none,none,none, scathe,scathe,0.04,Noun,6,4,1,scathe,13.57,0.95,13.57,0.95,none,none,none, scathing,scathing,0.16,Adjective,8,6,2,scathing,13.33,0.95,13.33,0.95,none,none,none, scatological,scatological,0.14,Adjective,12,12,5,scatological,18.12,0.38,18.12,0.38,none,none,none, scatology,scatology,0.04,Noun,9,9,4,scatology,14.25,0.40,14.25,0.40,none,none,none, scats,scats,0.04,Noun,5,5,1,scat,none,none,11.76,0.94,none,none,none, scatted,scatted,0.02,Verb,7,6,2,scat,none,none,11.76,0.94,none,none,none, scatter,scatter,2.43,Verb,7,5,2,scatter,7.95,1.00,7.95,1.00,none,none,none,8.20 scatterbrain,scatterbrain,0.14,Noun,12,9,3,scatterbrain,10.16,1.00,10.16,1.00,none,none,none, scatterbrained,scatterbrained,0.06,Adjective,14,10,3,scatterbrained,9.95,1.00,9.95,1.00,none,none,none, scatterbrains,scatterbrains,0.04,Noun,13,10,3,scatterbrain,none,none,10.16,1.00,none,none,none, scattered,scattered,3.73,Verb,9,6,2,scatter,none,none,7.95,1.00,none,none,none,8.20 scattergun,scattergun,0.10,Noun,10,8,3,scattergun,13.50,0.44,13.50,0.44,none,none,none, scattering,scattering,0.33,Verb,10,7,3,scatter,none,none,7.95,1.00,none,none,none,8.20 scatters,scatters,0.10,Verb,8,6,2,scatter,none,none,7.95,1.00,none,none,none,8.20 scattershot,scattershot,0.02,Noun,11,8,3,scattershot,15.23,0.68,15.23,0.68,none,none,none, scatting,scatting,0.08,Verb,8,6,2,scat,none,none,11.76,0.94,none,none,none, scavenge,scavenge,0.20,Verb,8,7,2,scavenge,10.63,1.00,10.63,1.00,none,none,none, scavenged,scavenged,0.08,Verb,9,8,2,scavenge,none,none,10.63,1.00,none,none,none, scavenger,scavenger,0.86,Noun,9,8,3,scavenger,9.32,1.00,9.32,1.00,none,none,none, scavengers,scavengers,0.39,Noun,10,9,3,scavenger,none,none,9.32,1.00,none,none,none, scavenging,scavenging,0.20,Verb,10,9,3,scavenge,none,none,10.63,1.00,none,none,none, scenario,scenario,6.25,Noun,8,7,4,scenario,10.95,1.00,10.95,1.00,none,none,none, scenarios,scenarios,1.59,Noun,9,8,4,scenario,none,none,10.95,1.00,none,none,none, scenarist,scenarist,0.02,Noun,9,7,3,scenarist,14.00,0.44,14.00,0.44,none,none,none, scene,scene,74.65,Noun,5,3,1,scene,8.17,1.00,8.17,1.00,none,8.45,7.57, sceneries,sceneries,0.02,Noun,9,6,3,scenery,none,none,9.70,1.00,none,none,none, scenery,scenery,3.78,Noun,7,5,3,scenery,9.70,1.00,9.70,1.00,none,none,none, scenes,scenes,8.39,Noun,6,4,1,scene,none,none,8.17,1.00,none,8.45,7.57, sceneshifter,sceneshifter,0.02,Noun,12,8,3,sceneshifter,15.18,0.58,15.18,0.58,none,none,none, scenic,scenic,1.04,Adjective,6,5,2,scenic,9.11,1.00,9.11,1.00,none,none,none,10.22 scent,scent,5.96,Noun,5,4,1,scent,5.94,1.00,5.94,1.00,none,9.36,7.22, scented,scented,0.90,Adjective,7,6,2,scented,7.70,1.00,7.70,1.00,none,none,none, scenting,scenting,0.08,Verb,8,6,2,scent,none,none,5.94,1.00,none,9.36,7.22, scents,scents,0.31,Noun,6,5,1,scent,none,none,5.94,1.00,none,9.36,7.22, scepter,sceptre,0.88,Noun,7,6,2,scepter,10.15,1.00,10.15,1.00,none,none,none,11.90 scepters,sceptres,0.04,Noun,8,7,2,scepter,none,none,10.15,1.00,none,none,none,11.90 schedule,schedule,29.76,Noun,8,6,2,schedule,7.47,1.00,7.47,1.00,none,none,none, scheduled,scheduled,9.47,Verb,9,7,2,schedule,none,none,7.47,1.00,none,none,none, scheduler,scheduler,0.02,Noun,9,7,3,scheduler,10.61,1.00,10.61,1.00,none,none,none, schedules,schedules,2.27,Noun,9,7,2,schedule,none,none,7.47,1.00,none,none,none, schematic,schematic,1.14,Adjective,9,8,3,schematic,14.45,0.95,14.45,0.95,none,none,none, schematics,schematics,1.35,Noun,10,9,3,schematic,none,none,14.45,0.95,none,none,none, scheme,scheme,7.25,Noun,6,4,1,scheme,9.65,1.00,9.65,1.00,none,9.39,10.10, schemed,schemed,0.22,Verb,7,5,1,scheme,none,none,9.65,1.00,none,9.39,10.10, schemer,schemer,0.18,Noun,7,5,2,schemer,11.67,0.79,11.67,0.79,none,none,none, schemers,schemers,0.02,Noun,8,6,2,schemer,none,none,11.67,0.79,none,none,none, schemes,schemes,1.76,Noun,7,5,1,scheme,none,none,9.65,1.00,none,9.39,10.10, scheming,scheming,0.98,Verb,8,6,2,scheme,none,none,9.65,1.00,none,9.39,10.10, scherzo,scherzo,0.04,Noun,7,7,2,scherzo,15.40,0.26,15.40,0.26,none,none,none, schilling,schilling,0.69,Noun,9,5,2,schilling,14.08,0.72,14.08,0.72,none,none,none, schillings,schillings,0.06,Noun,10,6,2,schilling,none,none,14.08,0.72,none,none,none, schism,schism,0.06,Noun,6,6,2,schism,12.71,0.89,12.71,0.89,none,none,none, schist,schist,0.39,Noun,6,4,1,schist,13.62,0.44,13.62,0.44,none,none,none, schizoid,schizoid,0.14,Adjective,8,6,2,schizoid,15.08,0.67,15.08,0.67,none,none,none, schizophrenia,schizophrenia,1.35,Noun,13,12,5,schizophrenia,13.44,1.00,13.44,1.00,none,none,none, schizophrenic,schizophrenic,2.29,Adjective,13,10,4,schizophrenic,12.33,1.00,12.33,1.00,none,none,none, schizophrenics,schizophrenics,0.31,Noun,14,13,4,schizophrenic,none,none,12.33,1.00,none,none,none, schlemiel,schlemiel,0.18,Noun,9,7,2,schlemiel,15.10,0.53,15.10,0.53,none,none,none, schlep,schlep,0.49,Verb,6,5,1,schlep,13.00,0.84,13.00,0.84,none,none,none, schlepped,schlepped,0.14,Verb,9,6,1,schlep,none,none,13.00,0.84,none,none,none, schlepping,schlepping,0.20,Verb,10,7,2,schlep,none,none,13.00,0.84,none,none,none, schlimazel,schlimazel,0.06,Verb,10,9,3,schlimazel,16.17,0.33,16.17,0.33,none,none,none, schlock,schlock,0.12,Noun,7,4,1,schlock,12.40,0.56,12.40,0.56,none,none,none, schlocky,schlocky,0.02,Adjective,8,6,2,schlocky,14.80,0.26,14.80,0.26,none,none,none, schmaltz,schmaltz,0.27,Noun,8,6,1,schmaltz,15.30,0.48,15.30,0.48,none,none,none, schmaltzy,schmaltzy,0.04,Adjective,9,8,2,schmaltzy,15.33,0.33,15.33,0.33,none,none,none, schmooze,schmooze,0.33,Verb,8,4,1,schmooze,10.64,0.78,10.64,0.78,none,none,none, schmoozing,schmoozing,0.14,Verb,10,6,2,schmooze,none,none,10.64,0.78,none,none,none, schmuck,schmuck,4.59,Noun,7,4,1,schmuck,12.64,1.00,12.64,1.00,none,none,none, schmucks,schmucks,0.55,Noun,8,6,1,schmuck,none,none,12.64,1.00,none,none,none, schnapps,schnapps,0.73,Noun,8,5,1,schnapps,15.62,0.84,15.62,0.84,none,none,none, schnauzer,schnauzer,0.20,Noun,9,5,2,schnauzer,11.00,0.74,11.00,0.74,none,none,none, schnitzel,schnitzel,0.88,Noun,9,8,2,schnitzel,12.06,0.94,12.06,0.94,none,none,none, schnook,schnook,0.33,Noun,7,4,1,schnook,12.91,0.58,12.91,0.58,none,none,none, schnooks,schnooks,0.04,Noun,8,5,1,schnooks,15.00,0.32,15.00,0.32,none,none,none, schnozzle,schnozzle,0.06,Noun,9,7,2,schnozzle,12.50,0.53,12.50,0.53,none,none,none, scholar,scholar,3.65,Noun,7,5,2,scholar,10.37,1.00,10.37,1.00,none,10.75,none,10.51 scholarly,scholarly,0.43,Adjective,9,7,3,scholarly,10.25,1.00,10.25,1.00,none,none,none, scholars,scholars,0.92,Noun,8,6,2,scholar,none,none,10.37,1.00,none,10.75,none,10.51 scholarship,scholarship,9.94,Noun,11,8,3,scholarship,11.11,1.00,11.11,1.00,none,none,none, scholarships,scholarships,1.08,Noun,12,9,3,scholarship,none,none,11.11,1.00,none,none,none, scholastic,scholastic,0.57,Adjective,10,9,3,scholastic,9.00,1.00,9.00,1.00,none,none,none, scholastics,scholastics,0.00,Err:512,11,10,3,scholastic,none,none,9.00,1.00,none,none,none, school,school,333.12,Noun,6,4,1,school,3.89,1.00,3.89,1.00,none,4.73,4.27, schoolbag,schoolbag,0.12,Noun,9,7,2,schoolbag,5.76,0.94,5.76,0.94,none,none,none, schoolbags,schoolbags,0.02,Noun,10,8,2,schoolbag,none,none,5.76,0.94,none,none,none, schoolbook,schoolbook,0.08,Noun,10,7,2,schoolbook,6.10,1.00,6.10,1.00,none,none,none, schoolbooks,schoolbooks,0.29,Noun,11,8,2,schoolbook,none,none,6.10,1.00,none,none,none, schoolboy,schoolboy,1.31,Noun,9,6,2,schoolboy,6.63,1.00,6.63,1.00,none,none,none, schoolboys,schoolboys,0.20,Noun,10,7,2,schoolboy,none,none,6.63,1.00,none,none,none, schoolchild,schoolchild,0.04,Noun,11,8,2,schoolchild,6.33,1.00,6.33,1.00,none,none,none, schoolchildren,schoolchildren,0.37,Noun,14,11,3,schoolchild,none,none,6.33,1.00,none,none,none, schooldays,schooldays,0.02,Noun,10,7,2,schooldays,5.84,1.00,5.84,1.00,none,none,none, schooled,schooled,0.49,Verb,8,5,1,school,none,none,3.89,1.00,none,4.73,4.27, schoolgirl,schoolgirl,1.88,Noun,10,7,2,schoolgirl,6.68,1.00,6.68,1.00,none,none,none, schoolgirls,schoolgirls,0.49,Noun,11,8,2,schoolgirl,none,none,6.68,1.00,none,none,none, schoolhouse,schoolhouse,1.12,Noun,11,7,2,schoolhouse,6.76,0.94,6.76,0.94,none,7.39,none, schoolhouses,schoolhouses,0.08,Noun,12,9,3,schoolhouse,none,none,6.76,0.94,none,7.39,none, schooling,schooling,1.43,Noun,9,6,2,schooling,6.37,1.00,6.37,1.00,none,none,none, schoolmarm,schoolmarm,0.22,Noun,10,8,2,schoolmarm,12.50,0.67,12.50,0.67,none,none,none, schoolmaster,schoolmaster,0.90,Noun,12,9,3,schoolmaster,8.00,0.95,8.00,0.95,none,none,none, schoolmasters,schoolmasters,0.10,Noun,13,10,3,schoolmaster,none,none,8.00,0.95,none,none,none, schoolmate,schoolmate,0.12,Noun,10,7,2,schoolmate,6.56,1.00,6.56,1.00,none,none,none, schoolmates,schoolmates,0.24,Noun,11,8,2,schoolmate,none,none,6.56,1.00,none,none,none, schoolmistress,schoolmistress,0.06,Noun,14,11,3,schoolmistress,14.00,0.80,14.00,0.80,none,none,none, schoolroom,schoolroom,0.31,Noun,10,7,2,schoolroom,5.53,1.00,5.53,1.00,none,none,none, schoolrooms,schoolrooms,0.02,Noun,11,8,2,schoolroom,none,none,5.53,1.00,none,none,none, schools,schools,14.00,Noun,7,5,1,school,none,none,3.89,1.00,none,4.73,4.27, schoolteacher,schoolteacher,3.45,Noun,13,8,3,schoolteacher,4.06,1.00,4.06,1.00,none,none,none, schoolteachers,schoolteachers,0.47,Noun,14,9,3,schoolteacher,none,none,4.06,1.00,none,none,none, schoolwork,schoolwork,0.96,Noun,10,7,2,schoolwork,5.21,1.00,5.21,1.00,none,none,none, schoolyard,schoolyard,0.86,Noun,10,8,2,schoolyard,5.50,1.00,5.50,1.00,none,none,none, schoolyards,schoolyards,0.06,Noun,11,9,2,schoolyard,none,none,5.50,1.00,none,none,none, schooner,schooner,0.75,Noun,8,5,2,schooner,12.33,0.79,12.33,0.79,none,none,none,12.96 schooners,schooners,0.14,Noun,9,6,2,schooner,none,none,12.33,0.79,none,none,none,12.96 schottische,schottische,0.04,Noun,11,6,2,schottische,20.25,0.22,20.25,0.22,none,none,none, schwa,schwa,0.02,Noun,5,4,1,schwa,15.50,0.42,15.50,0.42,none,none,none, sciatic,sciatic,0.22,Adjective,7,6,3,sciatic,16.09,0.61,16.09,0.61,none,none,none, sciatica,sciatica,0.25,Noun,8,7,4,sciatica,15.55,0.61,15.55,0.61,none,none,none, science,science,37.25,Noun,7,5,2,science,7.32,1.00,7.32,1.00,none,9.07,none,6.20 sciences,sciences,0.71,Noun,8,7,3,science,none,none,7.32,1.00,none,9.07,none,6.20 scientific,scientific,11.37,Adjective,10,9,4,scientific,8.74,1.00,8.74,1.00,none,none,none, scientist,scientist,12.18,Noun,9,8,3,scientist,6.89,1.00,6.89,1.00,9.68,none,none, scientists,scientists,9.69,Noun,10,9,3,scientist,none,none,6.89,1.00,9.68,none,none, scientologist,scientologist,0.04,Noun,13,12,5,scientologist,14.82,0.94,14.82,0.94,none,none,none, scientology,scientology,0.29,Noun,11,10,5,scientology,15.30,1.00,15.30,1.00,none,none,none, scimitar,scimitar,0.22,Noun,8,6,3,scimitar,14.54,0.68,14.54,0.68,none,none,none, scintilla,scintilla,0.12,Noun,9,7,3,scintilla,14.33,0.15,14.33,0.15,none,none,none, scintillate,scintillate,0.04,Verb,11,8,3,scintillate,16.08,0.63,16.08,0.63,none,none,none, scintillating,scintillating,0.39,Adjective,13,10,4,scintillating,15.50,0.84,15.50,0.84,none,none,none, scintillation,scintillation,0.04,Noun,13,10,4,scintillation,14.53,0.85,14.53,0.85,none,none,none, scion,scion,0.24,Noun,5,4,2,scion,16.85,0.68,16.85,0.68,none,none,none, scissor,scissor,0.35,Verb,7,4,2,scissor,4.56,1.00,4.56,1.00,none,none,none, scissors,scissors,6.69,Noun,8,5,2,scissors,4.50,1.00,4.50,1.00,none,none,none,4.91 sclera,sclera,0.08,Noun,6,6,2,sclera,15.00,0.32,15.00,0.32,none,none,none, scleroderma,scleroderma,0.06,Noun,11,10,4,scleroderma,15.50,0.42,15.50,0.42,none,none,none, sclerosis,sclerosis,0.25,Noun,9,8,3,sclerosis,14.22,0.90,14.22,0.90,none,none,none, scoff,scoff,0.41,Verb,5,4,1,scoff,12.48,0.90,12.48,0.90,none,none,11.78, scoffed,scoffed,0.22,Verb,7,5,1,scoff,none,none,12.48,0.90,none,none,11.78, scoffing,scoffing,0.12,Verb,8,6,2,scoff,none,none,12.48,0.90,none,none,11.78, scoffs,scoffs,1.53,Verb,6,5,1,scoff,none,none,12.48,0.90,none,none,11.78, scold,scold,1.31,Verb,5,5,1,scold,8.53,1.00,8.53,1.00,7.18,none,6.93, scolded,scolded,0.82,Verb,7,7,2,scold,none,none,8.53,1.00,7.18,none,6.93, scolding,scolding,0.47,Verb,8,7,2,scold,none,none,8.53,1.00,7.18,none,6.93, scolds,scolds,0.04,Verb,6,6,1,scold,none,none,8.53,1.00,7.18,none,6.93, scoliosis,scoliosis,0.27,Noun,9,9,4,scoliosis,13.00,1.00,13.00,1.00,none,none,none, sconce,sconce,0.16,Noun,6,5,1,sconce,14.07,0.79,14.07,0.79,none,none,none, sconces,sconces,0.10,Noun,7,7,2,sconce,none,none,14.07,0.79,none,none,none, scone,scone,0.49,Noun,5,4,1,scone,10.26,1.00,10.26,1.00,none,none,none, scones,scones,0.78,Noun,6,5,1,scone,none,none,10.26,1.00,none,none,none, scoop,scoop,5.67,Noun,5,4,1,scoop,5.14,1.00,5.14,1.00,none,5.45,6.94, scooped,scooped,0.88,Verb,7,5,1,scoop,none,none,5.14,1.00,none,5.45,6.94, scooper,scooper,0.24,Noun,7,5,2,scooper,7.21,1.00,7.21,1.00,none,none,none, scoopers,scoopers,0.06,Noun,8,6,2,scooper,none,none,7.21,1.00,none,none,none, scooping,scooping,0.49,Verb,8,6,2,scoop,none,none,5.14,1.00,none,5.45,6.94, scoops,scoops,1.02,Noun,6,5,1,scoop,none,none,5.14,1.00,none,5.45,6.94, scoot,scoot,2.98,Verb,5,4,1,scoot,6.00,1.00,6.00,1.00,none,none,none, scooted,scooted,0.12,Verb,7,6,2,scoot,none,none,6.00,1.00,none,none,none, scooter,scooter,2.73,Noun,7,5,2,scooter,6.68,1.00,6.68,1.00,none,none,none, scooters,scooters,0.29,Noun,8,6,2,scooter,none,none,6.68,1.00,none,none,none, scooting,scooting,0.08,Verb,8,6,2,scoot,none,none,6.00,1.00,none,none,none, scoots,scoots,0.06,Verb,6,5,1,scoot,none,none,6.00,1.00,none,none,none, scope,scope,5.61,Noun,5,4,1,scope,9.83,1.00,9.83,1.00,none,11.19,8.95, scoped,scoped,0.25,Verb,6,5,1,scope,none,none,9.83,1.00,none,11.19,8.95, scopes,scopes,0.49,Noun,6,5,1,scope,none,none,9.83,1.00,none,11.19,8.95, scoping,scoping,0.49,Verb,7,6,2,scope,none,none,9.83,1.00,none,11.19,8.95, scopolamine,scopolamine,0.25,Noun,11,10,4,scopolamine,19.40,0.25,19.40,0.25,none,none,none, scorch,scorch,0.47,Verb,6,5,1,scorch,9.58,1.00,9.58,1.00,none,none,10.12, scorched,scorched,0.75,Verb,8,6,1,scorch,none,none,9.58,1.00,none,none,10.12, scorcher,scorcher,0.37,Noun,8,6,2,scorcher,9.19,0.89,9.19,0.89,none,none,none, scorchers,scorchers,0.02,Noun,9,7,2,scorcher,none,none,9.19,0.89,none,none,none, scorches,scorches,0.02,Verb,8,7,2,scorch,none,none,9.58,1.00,none,none,10.12, scorching,scorching,0.39,Verb,9,7,2,scorch,none,none,9.58,1.00,none,none,10.12, score,score,30.43,Noun,5,4,1,score,5.83,1.00,5.83,1.00,none,6.05,5.33, scoreboard,scoreboard,0.61,Noun,10,8,2,scoreboard,7.37,1.00,7.37,1.00,none,none,none, scoreboards,scoreboards,0.08,Noun,11,9,2,scoreboard,none,none,7.37,1.00,none,none,none, scorecard,scorecard,0.16,Noun,9,8,2,scorecard,7.53,1.00,7.53,1.00,none,none,none, scorecards,scorecards,0.12,Noun,10,9,2,scorecard,none,none,7.53,1.00,none,none,none, scored,scored,5.75,Verb,6,5,1,score,none,none,5.83,1.00,none,6.05,5.33, scorekeeper,scorekeeper,0.12,Noun,11,8,3,scorekeeper,7.50,0.95,7.50,0.95,none,none,none, scorekeepers,scorekeepers,0.02,Noun,12,9,3,scorekeeper,none,none,7.50,0.95,none,none,none, scorekeeping,scorekeeping,0.04,Noun,12,9,3,scorekeeping,9.00,0.94,9.00,0.94,none,none,none, scoreless,scoreless,0.14,Adjective,9,7,2,scoreless,8.32,1.00,8.32,1.00,none,none,none, scorer,scorer,0.41,Noun,6,5,2,scorer,8.82,0.94,8.82,0.94,none,none,none, scorers,scorers,0.06,Noun,7,6,2,scorer,none,none,8.82,0.94,none,none,none, scores,scores,8.27,Noun,6,5,1,score,none,none,5.83,1.00,none,6.05,5.33, scoring,scoring,1.75,Verb,7,6,2,score,none,none,5.83,1.00,none,6.05,5.33, scorn,scorn,1.16,Noun,5,5,1,scorn,10.32,1.00,10.32,1.00,none,9.32,9.46, scorned,scorned,0.69,Verb,7,6,1,scorn,none,none,10.32,1.00,none,9.32,9.46, scornful,scornful,0.08,Adjective,8,8,2,scornful,10.67,1.00,10.67,1.00,none,none,none, scorns,scorns,0.24,Noun,6,6,1,scorn,none,none,10.32,1.00,none,9.32,9.46, scorpion,scorpion,2.67,Noun,8,8,3,scorpion,7.84,1.00,7.84,1.00,none,none,none, scorpions,scorpions,1.31,Noun,9,9,3,scorpion,none,none,7.84,1.00,none,none,none, scot,scot,0.31,Noun,4,4,1,scot,9.36,0.58,9.36,0.58,none,none,none, scotch,scotch,14.75,Noun,6,4,1,scotch,11.83,1.00,11.83,1.00,none,none,9.74, scotches,scotches,0.37,Noun,8,6,2,scotch,none,none,11.83,1.00,none,none,9.74, scoundrel,scoundrel,2.98,Noun,9,8,2,scoundrel,12.82,0.94,12.82,0.94,8.65,none,none,10.99 scoundrels,scoundrels,0.75,Noun,10,9,2,scoundrel,none,none,12.82,0.94,8.65,none,none,10.99 scour,scour,0.61,Verb,5,4,2,scour,10.94,0.95,10.94,0.95,8.73,none,11.25, scoured,scoured,0.35,Verb,7,5,2,scour,none,none,10.94,0.95,8.73,none,11.25, scourge,scourge,1.31,Noun,7,4,1,scourge,14.06,0.94,14.06,0.94,none,none,12.24, scourged,scourged,0.10,Verb,8,5,1,scourge,none,none,14.06,0.94,none,none,12.24, scourges,scourges,0.04,Noun,8,6,2,scourge,none,none,14.06,0.94,none,none,12.24, scouring,scouring,0.45,Verb,8,6,3,scour,none,none,10.94,0.95,8.73,none,11.25, scours,scours,0.04,Verb,6,5,2,scour,none,none,10.94,0.95,8.73,none,11.25, scout,scout,12.88,Noun,5,4,1,scout,6.94,1.00,6.94,1.00,none,7.45,6.94, scouted,scouted,0.45,Verb,7,6,2,scout,none,none,6.94,1.00,none,7.45,6.94, scouting,scouting,1.47,Verb,8,6,2,scout,none,none,6.94,1.00,none,7.45,6.94, scoutmaster,scoutmaster,0.22,Noun,11,9,3,scoutmaster,9.00,1.00,9.00,1.00,none,none,none, scouts,scouts,5.47,Noun,6,5,1,scouts,6.41,1.00,6.41,1.00,none,none,none, scow,scow,0.33,Noun,4,3,1,scow,12.82,0.61,12.82,0.61,none,none,none, scowl,scowl,0.51,Noun,5,4,1,scowl,9.56,0.95,9.56,0.95,7.96,none,9.53, scowling,scowling,0.14,Verb,8,6,2,scowl,none,none,9.56,0.95,7.96,none,9.53, scows,scows,0.02,Noun,5,4,1,scow,none,none,12.82,0.61,none,none,none, scrabble,scrabble,1.88,Noun,8,7,2,scrabble,9.32,1.00,9.32,1.00,none,none,none, scraggy,scraggy,0.04,Adjective,7,6,2,scraggy,12.69,0.65,12.69,0.65,none,none,none, scram,scram,3.51,Verb,5,5,1,scram,9.24,0.94,9.24,0.94,none,none,none, scramble,scramble,2.41,Verb,8,8,2,scramble,8.83,1.00,8.83,1.00,7.37,none,none, scrambled,scrambled,7.20,Adjective,9,9,2,scrambled,5.61,1.00,5.61,1.00,none,none,none, scrambler,scrambler,0.55,Noun,9,9,3,scrambler,11.59,0.94,11.59,0.94,none,none,none, scramblers,scramblers,0.02,Noun,10,10,3,scrambler,none,none,11.59,0.94,none,none,none, scrambles,scrambles,0.12,Verb,9,9,2,scramble,none,none,8.83,1.00,7.37,none,none, scrambling,scrambling,0.96,Verb,10,10,3,scramble,none,none,8.83,1.00,7.37,none,none, scrams,scrams,0.02,Verb,6,6,1,scram,none,none,9.24,0.94,none,none,none, scrap,scrap,4.37,Noun,5,5,1,scrap,7.68,1.00,7.68,1.00,none,6.71,6.93, scrapbook,scrapbook,1.20,Noun,9,8,2,scrapbook,7.56,1.00,7.56,1.00,none,none,none, scrapbooks,scrapbooks,0.22,Noun,10,9,2,scrapbook,none,none,7.56,1.00,none,none,none, scrape,scrape,4.12,Verb,6,5,1,scrape,6.21,1.00,6.21,1.00,6.37,none,6.65, scraped,scraped,1.29,Verb,7,6,1,scrape,none,none,6.21,1.00,6.37,none,6.65, scraper,scraper,0.10,Noun,7,6,2,scraper,8.18,0.89,8.18,0.89,none,none,none, scrapers,scrapers,0.02,Noun,8,7,2,scraper,none,none,8.18,0.89,none,none,none, scrapes,scrapes,0.92,Noun,7,6,1,scrape,none,none,6.21,1.00,6.37,none,6.65, scrapheap,scrapheap,0.08,Noun,9,8,2,scrapheap,9.50,1.00,9.50,1.00,none,none,none, scraping,scraping,2.31,Verb,8,7,2,scrape,none,none,6.21,1.00,6.37,none,6.65, scrapped,scrapped,0.53,Verb,8,6,1,scrap,none,none,7.68,1.00,none,6.71,6.93, scrapper,scrapper,0.20,Noun,8,6,2,scrapper,10.72,1.00,10.72,1.00,none,none,none, scrappier,scrappier,0.02,Adjective,9,7,3,scrappy,none,none,9.11,1.00,none,none,none, scrapping,scrapping,0.22,Verb,9,7,2,scrap,none,none,7.68,1.00,none,6.71,6.93, scrapple,scrapple,0.12,Noun,8,7,2,scrapple,11.50,0.57,11.50,0.57,none,none,none, scrappy,scrappy,0.59,Adjective,7,6,2,scrappy,9.11,1.00,9.11,1.00,none,none,none, scraps,scraps,2.04,Noun,6,6,1,scrap,none,none,7.68,1.00,none,6.71,6.93, scratch,scratch,18.84,Verb,7,5,1,scratch,5.61,1.00,5.61,1.00,none,5.50,5.39, scratched,scratched,4.47,Verb,9,6,1,scratch,none,none,5.61,1.00,none,5.50,5.39, scratcher,scratcher,0.16,Noun,9,6,2,scratcher,7.62,1.00,7.62,1.00,none,none,none, scratchers,scratchers,0.04,Noun,10,7,2,scratcher,none,none,7.62,1.00,none,none,none, scratches,scratches,2.41,Noun,9,7,2,scratch,none,none,5.61,1.00,none,5.50,5.39, scratching,scratching,3.71,Verb,10,7,2,scratch,none,none,5.61,1.00,none,5.50,5.39, scratchy,scratchy,0.96,Noun,8,6,2,scratchy,5.16,1.00,5.16,1.00,none,none,none, scrawl,scrawl,0.24,Noun,6,5,1,scrawl,11.73,0.79,11.73,0.79,none,none,11.26, scrawled,scrawled,0.16,Verb,8,6,1,scrawl,none,none,11.73,0.79,none,none,11.26, scrawls,scrawls,0.02,Noun,7,6,1,scrawl,none,none,11.73,0.79,none,none,11.26, scrawnier,scrawnier,0.04,Adjective,9,7,3,scrawny,none,none,9.11,0.90,none,none,none,9.13 scrawny,scrawny,1.57,Adjective,7,6,2,scrawny,9.11,0.90,9.11,0.90,none,none,none,9.13 scream,scream,26.41,Verb,6,5,1,scream,4.20,1.00,4.20,1.00,5.37,5.62,4.79, screamed,screamed,4.84,Verb,8,6,1,scream,none,none,4.20,1.00,5.37,5.62,4.79, screamer,screamer,1.02,Noun,8,6,2,screamer,7.65,0.94,7.65,0.94,none,none,none, screamers,screamers,0.37,Noun,9,7,2,screamer,none,none,7.65,0.94,none,none,none, screaming,screaming,38.14,Verb,9,7,2,scream,none,none,4.20,1.00,5.37,5.62,4.79, screams,screams,16.90,Verb,7,6,1,scream,none,none,4.20,1.00,5.37,5.62,4.79, screech,screech,6.24,Noun,7,5,1,screech,8.17,1.00,8.17,1.00,none,none,7.56, screeched,screeched,0.06,Verb,9,6,1,screech,none,none,8.17,1.00,none,none,7.56, screeches,screeches,0.71,Noun,9,7,2,screech,none,none,8.17,1.00,none,none,7.56, screeching,screeching,2.55,Verb,10,7,2,screech,none,none,8.17,1.00,none,none,7.56, screechy,screechy,0.02,Noun,8,6,2,screechy,9.11,1.00,9.11,1.00,none,none,none, screen,screen,23.39,Noun,6,5,1,screen,5.84,1.00,5.84,1.00,none,6.05,6.40, screened,screened,0.80,Verb,8,6,1,screen,none,none,5.84,1.00,none,6.05,6.40, screener,screener,0.24,Noun,8,6,2,screener,13.06,0.90,13.06,0.90,none,none,none, screeners,screeners,0.10,Noun,9,7,2,screener,none,none,13.06,0.90,none,none,none, screening,screening,3.39,Noun,9,7,2,screening,10.16,1.00,10.16,1.00,none,none,none, screenings,screenings,0.29,Noun,10,8,2,screening,none,none,10.16,1.00,none,none,none, screenland,screenland,0.02,Noun,10,9,2,screenland,16.83,0.32,16.83,0.32,none,none,none, screenplay,screenplay,2.61,Noun,10,8,2,screenplay,12.22,1.00,12.22,1.00,none,none,none, screenplays,screenplays,0.41,Noun,11,9,2,screenplay,none,none,12.22,1.00,none,none,none, screens,screens,1.82,Noun,7,6,1,screen,none,none,5.84,1.00,none,6.05,6.40, screenwriter,screenwriter,0.55,Noun,12,9,3,screenwriter,12.81,1.00,12.81,1.00,none,none,none, screenwriters,screenwriters,0.12,Noun,13,10,3,screenwriter,none,none,12.81,1.00,none,none,none, screenwriting,screenwriting,0.16,Verb,13,10,3,screenwriting,11.76,1.00,11.76,1.00,none,none,none, screw,screw,37.49,Verb,5,4,1,screw,6.65,1.00,6.65,1.00,none,6.28,7.15, screwball,screwball,1.12,Noun,9,7,2,screwball,8.94,1.00,8.94,1.00,none,none,none, screwballs,screwballs,0.14,Noun,10,8,2,screwball,none,none,8.94,1.00,none,none,none, screwdriver,screwdriver,2.51,Noun,11,9,3,screwdriver,6.00,1.00,6.00,1.00,6.27,none,none, screwdrivers,screwdrivers,0.06,Noun,12,10,3,screwdriver,none,none,6.00,1.00,6.27,none,none, screwed,screwed,29.78,Verb,7,5,1,screw,none,none,6.65,1.00,none,6.28,7.15, screwier,screwier,0.08,Adjective,8,6,3,screwy,none,none,10.95,0.95,none,none,none, screwiest,screwiest,0.08,Adjective,9,8,3,screwy,none,none,10.95,0.95,none,none,none, screwing,screwing,9.88,Verb,8,6,2,screw,none,none,6.65,1.00,none,6.28,7.15, screws,screws,3.49,Verb,6,5,1,screw,none,none,6.65,1.00,none,6.28,7.15, screwy,screwy,1.76,Adjective,6,5,2,screwy,10.95,0.95,10.95,0.95,none,none,none, scribble,scribble,0.63,Verb,8,7,2,scribble,5.67,1.00,5.67,1.00,none,none,none,5.43 scribbled,scribbled,0.51,Verb,9,8,2,scribble,none,none,5.67,1.00,none,none,none,5.43 scribbler,scribbler,0.14,Noun,9,7,2,scribbler,9.53,1.00,9.53,1.00,none,none,none, scribblers,scribblers,0.04,Noun,10,8,2,scribbler,none,none,9.53,1.00,none,none,none, scribbles,scribbles,0.08,Verb,9,8,2,scribble,none,none,5.67,1.00,none,none,none,5.43 scribbling,scribbling,0.59,Verb,10,9,3,scribble,none,none,5.67,1.00,none,none,none,5.43 scribe,scribe,0.25,Noun,6,5,1,scribe,10.10,1.00,10.10,1.00,none,none,10.65, scribes,scribes,0.12,Noun,7,6,1,scribe,none,none,10.10,1.00,none,none,10.65, scribing,scribing,0.02,Verb,8,7,2,scribe,none,none,10.10,1.00,none,none,10.65, scrimmage,scrimmage,0.78,Noun,9,7,2,scrimmage,9.89,0.95,9.89,0.95,none,none,none,8.45 scrimmages,scrimmages,0.04,Noun,10,9,3,scrimmage,none,none,9.89,0.95,none,none,none,8.45 scrimmaging,scrimmaging,0.08,Verb,11,9,3,scrimmage,none,none,9.89,0.95,none,none,none,8.45 scrimp,scrimp,0.12,Verb,6,6,1,scrimp,10.25,0.63,10.25,0.63,none,none,none, scrimped,scrimped,0.08,Verb,8,8,2,scrimp,none,none,10.25,0.63,none,none,none, scrimping,scrimping,0.12,Verb,9,8,2,scrimp,none,none,10.25,0.63,none,none,none, scrip,scrip,0.71,Noun,5,5,1,scrip,13.00,0.43,13.00,0.43,none,none,none, script,script,19.61,Noun,6,6,1,script,9.79,1.00,9.79,1.00,none,9.11,8.89, scripts,scripts,2.33,Noun,7,7,1,script,none,none,9.79,1.00,none,9.11,8.89, scriptural,scriptural,0.02,Adjective,10,9,3,scriptural,8.82,0.94,8.82,0.94,none,none,none, scripture,scripture,1.35,Noun,9,7,2,scripture,7.28,1.00,7.28,1.00,none,none,none, scriptures,scriptures,0.71,Noun,10,8,2,scripture,none,none,7.28,1.00,none,none,none, scriptwriter,scriptwriter,0.04,Noun,12,10,3,scriptwriter,10.74,1.00,10.74,1.00,none,none,none, scriptwriters,scriptwriters,0.02,Noun,13,11,3,scriptwriter,none,none,10.74,1.00,none,none,none, scrivener,scrivener,0.04,Noun,9,7,2,scrivener,14.88,0.40,14.88,0.40,none,none,none, scrod,scrod,0.06,Noun,5,5,1,scrod,13.64,0.74,13.64,0.74,none,none,none, scrods,scrods,0.02,Noun,6,6,1,scrod,none,none,13.64,0.74,none,none,none, scroll,scroll,2.27,Noun,6,5,1,scroll,9.89,1.00,9.89,1.00,none,9.07,8.29, scrolling,scrolling,0.06,Verb,9,7,2,scroll,none,none,9.89,1.00,none,9.07,8.29, scrolls,scrolls,2.31,Noun,7,6,1,scroll,none,none,9.89,1.00,none,9.07,8.29, scrollwork,scrollwork,0.06,Noun,10,9,2,scrollwork,14.53,0.75,14.53,0.75,none,none,none, scrotal,scrotal,0.04,Adjective,7,7,2,scrotal,13.87,0.79,13.87,0.79,none,none,none, scrotum,scrotum,0.57,Noun,7,7,2,scrotum,14.44,1.00,14.44,1.00,none,none,none,13.18 scrotums,scrotums,0.02,Noun,8,8,2,scrotum,none,none,14.44,1.00,none,none,none,13.18 scrounge,scrounge,0.88,Verb,8,6,1,scrounge,10.35,0.94,10.35,0.94,none,none,none, scrounged,scrounged,0.24,Verb,9,7,1,scrounge,none,none,10.35,0.94,none,none,none, scrounger,scrounger,0.43,Noun,9,7,2,scrounger,12.06,0.80,12.06,0.80,none,none,none, scrounges,scrounges,0.04,Verb,9,8,2,scrounge,none,none,10.35,0.94,none,none,none, scrounging,scrounging,0.41,Verb,10,8,2,scrounge,none,none,10.35,0.94,none,none,none, scrub,scrub,6.24,Verb,5,5,1,scrub,8.70,1.00,8.70,1.00,5.86,none,6.13, scrubbed,scrubbed,1.53,Verb,8,6,1,scrub,none,none,8.70,1.00,5.86,none,6.13, scrubber,scrubber,0.25,Noun,8,6,2,scrubber,8.21,1.00,8.21,1.00,none,none,none, scrubbers,scrubbers,0.08,Noun,9,7,2,scrubber,none,none,8.21,1.00,none,none,none, scrubbing,scrubbing,1.90,Verb,9,7,2,scrub,none,none,8.70,1.00,5.86,none,6.13, scrubby,scrubby,0.12,Adjective,7,6,2,scrubby,11.50,0.95,11.50,0.95,none,none,none, scrubs,scrubs,0.71,Noun,6,6,1,scrub,none,none,8.70,1.00,5.86,none,6.13, scrubwoman,scrubwoman,0.02,Noun,10,10,3,scrubwoman,11.07,0.74,11.07,0.74,none,none,none, scruff,scruff,0.24,Noun,6,5,1,scruff,10.32,1.00,10.32,1.00,none,none,10.10, scruffy,scruffy,0.55,Adjective,7,6,2,scruffy,8.24,0.95,8.24,0.95,none,none,none,9.22 scrum,scrum,0.10,Noun,5,5,1,scrum,11.44,0.50,11.44,0.50,none,9.71,none, scrumptious,scrumptious,0.75,Adjective,11,9,2,scrumptious,10.32,1.00,10.32,1.00,none,none,none,9.94 scrums,scrums,0.02,Noun,6,6,1,scrum,none,none,11.44,0.50,none,9.71,none, scrunch,scrunch,0.22,Verb,7,6,1,scrunch,6.67,1.00,6.67,1.00,none,none,none, scrunched,scrunched,0.08,Verb,9,7,1,scrunch,none,none,6.67,1.00,none,none,none, scrunches,scrunches,0.02,Verb,9,8,2,scrunch,none,none,6.67,1.00,none,none,none, scruple,scruple,0.10,Noun,7,7,2,scruple,11.84,1.00,11.84,1.00,11.41,none,none, scruples,scruples,0.94,Noun,8,8,2,scruple,none,none,11.84,1.00,11.41,none,none, scrupulosity,scrupulosity,0.02,Noun,12,13,5,scrupulosity,16.92,0.65,16.92,0.65,none,none,none, scrupulous,scrupulous,0.16,Adjective,10,10,3,scrupulous,14.21,0.95,14.21,0.95,none,none,none, scrutinize,scrutinise,0.22,Verb,10,9,3,scrutinize,14.59,0.94,14.59,0.94,none,none,none, scrutinized,scrutinised,0.25,Verb,11,10,3,scrutinize,none,none,14.59,0.94,none,none,none, scrutinizing,scrutinising,0.10,Verb,12,11,4,scrutinize,none,none,14.59,0.94,none,none,none, scrutiny,scrutiny,1.14,Noun,8,8,3,scrutiny,13.00,0.95,13.00,0.95,none,none,none, scuba,scuba,1.53,Noun,5,5,2,scuba,7.60,0.95,7.60,0.95,none,none,none,7.19 scuff,scuff,0.45,Noun,5,4,1,scuff,8.56,0.89,8.56,0.89,none,none,none, scuffed,scuffed,0.22,Verb,7,5,1,scuff,none,none,8.56,0.89,none,none,none, scuffle,scuffle,0.43,Noun,7,6,2,scuffle,9.53,0.95,9.53,0.95,none,none,none, scuffs,scuffs,0.12,Noun,6,5,1,scuff,none,none,8.56,0.89,none,none,none, scull,scull,0.06,Verb,5,4,1,scull,10.31,0.68,10.31,0.68,none,10.49,none, scullery,scullery,0.41,Noun,8,7,3,scullery,13.93,0.75,13.93,0.75,none,none,none, scullion,scullion,0.08,Noun,8,7,2,scullion,15.00,0.22,15.00,0.22,none,none,none, scullions,scullions,0.06,Noun,9,8,3,scullion,none,none,15.00,0.22,none,none,none, sculls,sculls,0.02,Verb,6,5,1,scull,none,none,10.31,0.68,none,10.49,none, sculpt,sculpt,0.37,Verb,6,6,1,sculpt,9.00,1.00,9.00,1.00,11.53,none,none, sculpted,sculpted,0.31,Verb,8,8,2,sculpt,none,none,9.00,1.00,11.53,none,none, sculpting,sculpting,0.37,Verb,9,8,2,sculpt,none,none,9.00,1.00,11.53,none,none, sculptor,sculptor,0.90,Noun,8,7,2,sculptor,9.84,1.00,9.84,1.00,10.89,none,none, sculptors,sculptors,0.16,Noun,9,8,2,sculptor,none,none,9.84,1.00,10.89,none,none, sculptress,sculptress,0.16,Noun,10,9,2,sculptress,12.79,0.95,12.79,0.95,none,none,none, sculpts,sculpts,0.06,Verb,7,7,1,sculpt,none,none,9.00,1.00,11.53,none,none, sculptural,sculptural,0.08,Adjective,10,9,3,sculptural,11.22,0.95,11.22,0.95,none,none,none, sculpture,sculpture,3.12,Noun,9,7,2,sculpture,7.47,1.00,7.47,1.00,none,none,none,8.37 sculptures,sculptures,0.65,Noun,10,8,2,sculpture,none,none,7.47,1.00,none,none,none,8.37 scum,scum,9.90,Noun,4,4,1,scum,9.83,1.00,9.83,1.00,none,none,8.75, scumbag,scumbag,5.51,Noun,7,7,2,scumbag,11.00,1.00,11.00,1.00,none,none,none, scumbags,scumbags,1.67,Noun,8,8,2,scumbag,none,none,11.00,1.00,none,none,none, scummiest,scummiest,0.02,Adjective,9,8,3,scummy,none,none,10.28,1.00,none,none,none, scummy,scummy,0.24,Adjective,6,5,2,scummy,10.28,1.00,10.28,1.00,none,none,none, scup,scup,0.02,Noun,4,4,1,scup,15.50,0.19,15.50,0.19,none,none,none, scupper,scupper,0.02,Verb,7,5,2,scupper,15.12,0.42,15.12,0.42,none,none,none, scuppernong,scuppernong,0.04,Noun,11,8,3,scuppernong,16.33,0.32,16.33,0.32,none,none,none, scuppers,scuppers,0.08,Verb,8,7,2,scupper,none,none,15.12,0.42,none,none,none, scurf,scurf,0.02,Noun,5,5,1,scurf,12.22,0.47,12.22,0.47,none,none,none, scurried,scurried,0.10,Verb,8,5,2,scurry,none,none,9.44,1.00,10.23,none,none,9.58 scurries,scurries,0.04,Verb,8,5,2,scurry,none,none,9.44,1.00,10.23,none,none,9.58 scurrilous,scurrilous,0.18,Adjective,10,7,3,scurrilous,15.44,0.47,15.44,0.47,none,none,none, scurry,scurry,0.78,Verb,6,4,2,scurry,9.44,1.00,9.44,1.00,10.23,none,none,9.58 scurrying,scurrying,0.31,Verb,9,6,3,scurry,none,none,9.44,1.00,10.23,none,none,9.58 scurvy,scurvy,1.08,Noun,6,5,2,scurvy,10.64,0.78,10.64,0.78,none,none,none,11.80 scuttle,scuttle,0.80,Verb,7,6,2,scuttle,10.58,0.95,10.58,0.95,none,none,none,10.90 scuttlebutt,scuttlebutt,0.57,Noun,11,9,3,scuttlebutt,11.46,0.68,11.46,0.68,none,none,none, scuttled,scuttled,0.25,Verb,8,7,2,scuttle,none,none,10.58,0.95,none,none,none,10.90 scuttles,scuttles,0.06,Verb,8,7,2,scuttle,none,none,10.58,0.95,none,none,none,10.90 scuttling,scuttling,0.33,Verb,9,8,3,scuttle,none,none,10.58,0.95,none,none,none,10.90 scythe,scythe,0.31,Noun,6,3,1,scythe,11.87,0.83,11.87,0.83,none,none,none, scythes,scythes,0.02,Noun,7,4,1,scythe,none,none,11.87,0.83,none,none,none, sea,sea,59.84,Noun,3,2,1,sea,4.74,1.00,4.74,1.00,4.37,none,4.99, seabed,seabed,0.08,Noun,6,5,2,seabed,10.89,0.95,10.89,0.95,none,none,none, seaboard,seaboard,1.20,Noun,8,6,2,seaboard,10.68,0.95,10.68,0.95,none,none,none, seacoast,seacoast,0.02,Noun,8,6,2,seacoast,7.82,0.94,7.82,0.94,none,none,none, seadog,seadog,0.02,Noun,6,5,2,seadog,10.67,0.45,10.67,0.45,none,none,none, seafarer,seafarer,0.06,Noun,8,6,3,seafarer,12.94,0.89,12.94,0.89,none,none,none, seafarers,seafarers,0.02,Noun,9,7,3,seafarer,none,none,12.94,0.89,none,none,none, seafaring,seafaring,0.20,Adjective,9,7,3,seafaring,11.50,0.89,11.50,0.89,none,none,none, seafloor,seafloor,0.02,Noun,8,6,2,seafloor,9.11,0.95,9.11,0.95,none,none,none, seafood,seafood,2.02,Noun,7,5,2,seafood,6.86,1.00,6.86,1.00,none,none,none, seafront,seafront,0.06,Noun,8,7,2,seafront,9.65,1.00,9.65,1.00,none,none,none, seagoing,seagoing,0.22,Adjective,8,6,3,seagoing,12.40,0.79,12.40,0.79,none,none,none, seagull,seagull,1.22,Noun,7,5,2,seagull,5.42,1.00,5.42,1.00,none,none,none, seagulls,seagulls,1.10,Noun,8,6,2,seagull,none,none,5.42,1.00,none,none,none, seahorse,seahorse,0.14,Noun,8,6,2,seahorse,5.83,1.00,5.83,1.00,none,none,none, seal,seal,14.75,Verb,4,3,1,seal,5.42,1.00,5.42,1.00,6.88,6.47,5.79, sealant,sealant,0.24,Noun,7,6,2,sealant,12.92,0.72,12.92,0.72,none,none,none, sealants,sealants,0.02,Noun,8,7,2,sealant,none,none,12.92,0.72,none,none,none, sealed,sealed,9.75,Verb,6,4,1,seal,none,none,5.42,1.00,6.88,6.47,5.79, sealer,sealer,0.20,Noun,6,4,2,sealer,10.12,0.94,10.12,0.94,none,none,none, sealers,sealers,0.02,Noun,7,5,2,sealer,none,none,10.12,0.94,none,none,none, sealing,sealing,0.90,Verb,7,5,2,seal,none,none,5.42,1.00,6.88,6.47,5.79, seals,seals,2.73,Noun,5,4,1,seal,none,none,5.42,1.00,6.88,6.47,5.79, sealskin,sealskin,0.14,Noun,8,7,2,sealskin,10.36,0.78,10.36,0.78,none,none,none, seam,seam,0.65,Noun,4,3,1,seam,7.60,1.00,7.60,1.00,none,none,9.03, seaman,seaman,1.69,Noun,6,5,2,seaman,9.45,1.00,9.45,1.00,6.97,none,none, seamanship,seamanship,0.25,Noun,10,8,3,seamanship,9.20,0.79,9.20,0.79,none,none,none, seamen,seamen,0.76,Noun,6,5,2,seaman,none,none,9.45,1.00,6.97,none,none, seamier,seamier,0.02,Adjective,7,5,3,seamy,none,none,15.00,0.58,none,none,none, seamless,seamless,0.31,Adjective,8,6,2,seamless,10.95,1.00,10.95,1.00,none,none,none, seamlessness,seamlessness,0.02,Noun,12,9,3,seamlessness,13.05,1.00,13.05,1.00,none,none,none, seams,seams,1.33,Noun,5,4,1,seam,none,none,7.60,1.00,none,none,9.03, seamstress,seamstress,0.53,Noun,10,8,2,seamstress,9.71,0.94,9.71,0.94,none,none,none, seamstresses,seamstresses,0.10,Noun,12,10,3,seamstress,none,none,9.71,0.94,none,none,none, seamy,seamy,0.12,Adjective,5,4,2,seamy,15.00,0.58,15.00,0.58,none,none,none, seaplane,seaplane,0.22,Noun,8,6,2,seaplane,11.47,0.79,11.47,0.79,none,none,none, seaplanes,seaplanes,0.06,Noun,9,7,2,seaplane,none,none,11.47,0.79,none,none,none, seaport,seaport,0.16,Noun,7,6,2,seaport,10.74,1.00,10.74,1.00,none,none,none, seaports,seaports,0.06,Noun,8,7,2,seaport,none,none,10.74,1.00,none,none,none, seaquake,seaquake,0.02,Noun,8,6,2,seaquake,12.15,0.68,12.15,0.68,none,none,none, sear,sear,0.22,Verb,4,3,1,sear,11.78,1.00,11.78,1.00,none,none,11.56, search,search,48.37,Noun,6,3,1,search,8.72,1.00,8.72,1.00,none,6.92,6.81, searched,searched,7.96,Verb,8,4,1,search,none,none,8.72,1.00,none,6.92,6.81, searcher,searcher,0.33,Noun,8,4,2,searcher,8.10,1.00,8.10,1.00,none,none,none, searchers,searchers,0.16,Noun,9,5,2,searcher,none,none,8.10,1.00,none,none,none, searches,searches,1.31,Noun,8,5,2,search,none,none,8.72,1.00,none,6.92,6.81, searching,searching,16.78,Verb,9,5,2,search,none,none,8.72,1.00,none,6.92,6.81, searchlight,searchlight,0.43,Noun,11,6,2,searchlight,8.15,1.00,8.15,1.00,none,none,none, searchlights,searchlights,0.43,Noun,12,7,2,searchlight,none,none,8.15,1.00,none,none,none, seared,seared,0.22,Verb,6,4,1,sear,none,none,11.78,1.00,none,none,11.56, searing,searing,0.31,Adjective,7,5,2,searing,11.68,1.00,11.68,1.00,none,none,none, seas,seas,4.37,Noun,4,3,1,sea,none,none,4.74,1.00,4.37,none,4.99, seascape,seascape,0.06,Noun,8,6,2,seascape,10.88,0.84,10.88,0.84,none,none,none, seascapes,seascapes,0.04,Noun,9,7,2,seascape,none,none,10.88,0.84,none,none,none, seashell,seashell,0.31,Noun,8,5,2,seashell,7.06,1.00,7.06,1.00,none,none,none, seashells,seashells,0.63,Noun,9,6,2,seashell,none,none,7.06,1.00,none,none,none, seashore,seashore,0.47,Noun,8,5,2,seashore,6.44,1.00,6.44,1.00,none,none,none, seashores,seashores,0.04,Noun,9,6,2,seashore,none,none,6.44,1.00,none,none,none, seasick,seasick,1.37,Adjective,7,5,2,seasick,8.89,1.00,8.89,1.00,none,none,none, seasickness,seasickness,0.14,Noun,11,8,3,seasickness,8.74,1.00,8.74,1.00,none,none,none, seaside,seaside,0.65,Noun,7,5,2,seaside,7.24,1.00,7.24,1.00,none,none,none, season,season,31.47,Noun,6,5,2,season,6.05,1.00,6.05,1.00,none,6.62,none,6.26 seasonable,seasonable,0.04,Adjective,10,9,4,seasonable,10.12,0.89,10.12,0.89,none,none,none, seasonal,seasonal,0.98,Adjective,8,7,3,seasonal,8.17,1.00,8.17,1.00,none,none,none, seasoned,seasoned,0.98,Adjective,8,6,2,seasoned,8.52,1.00,8.52,1.00,none,none,none, seasoning,seasoning,0.53,Noun,9,7,3,seasoning,7.45,1.00,7.45,1.00,none,none,none, seasonings,seasonings,0.12,Noun,10,8,3,seasoning,none,none,7.45,1.00,none,none,none, seasons,seasons,4.12,Noun,7,6,2,season,none,none,6.05,1.00,none,6.62,none,6.26 seat,seat,78.78,Noun,4,3,1,seat,4.58,1.00,4.58,1.00,none,5.01,4.60, seatbelt,seatbelt,0.92,Noun,8,7,2,seatbelt,6.47,0.95,6.47,0.95,none,none,none, seated,seated,8.55,Verb,6,5,2,seat,none,none,4.58,1.00,none,5.01,4.60, seating,seating,2.14,Noun,7,5,2,seating,6.43,1.00,6.43,1.00,none,none,none, seats,seats,21.76,Noun,5,4,1,seat,none,none,4.58,1.00,none,5.01,4.60, seawall,seawall,0.04,Noun,7,5,2,seawall,12.81,0.84,12.81,0.84,none,none,none, seaward,seaward,0.12,Adjective,7,5,2,seaward,10.15,0.95,10.15,0.95,none,none,none, seawater,seawater,0.45,Noun,8,6,3,seawater,6.56,1.00,6.56,1.00,none,none,none, seaway,seaway,0.02,Noun,6,4,2,seaway,11.83,0.95,11.83,0.95,none,none,none, seaways,seaways,0.02,Noun,7,5,2,seaway,none,none,11.83,0.95,none,none,none, seaweed,seaweed,1.73,Noun,7,5,2,seaweed,6.74,1.00,6.74,1.00,none,none,none, seaworthy,seaworthy,0.20,Adjective,9,7,3,seaworthy,10.05,1.00,10.05,1.00,none,none,none, sebaceous,sebaceous,0.10,Adjective,9,7,3,sebaceous,13.23,0.72,13.23,0.72,none,none,none, seborrhea,seborrhoea,0.08,Noun,9,7,4,seborrhea,13.10,0.56,13.10,0.56,none,none,none, sec,sec,17.20,Noun,3,3,1,sec,9.61,0.95,9.61,0.95,none,none,none, secede,secede,0.08,Verb,6,5,2,secede,12.11,0.90,12.11,0.90,none,none,none, seceded,seceded,0.06,Verb,7,7,3,secede,none,none,12.11,0.90,none,none,none, seceding,seceding,0.06,Verb,8,7,3,secede,none,none,12.11,0.90,none,none,none, secession,secession,0.02,Noun,9,7,3,secession,13.20,0.79,13.20,0.79,none,none,none, seclude,seclude,0.04,Verb,7,6,2,seclude,9.95,1.00,9.95,1.00,none,none,none, secluded,secluded,1.02,Adjective,8,8,3,secluded,11.10,1.00,11.10,1.00,none,none,none, seclusion,seclusion,0.71,Noun,9,8,3,seclusion,10.39,0.90,10.39,0.90,none,none,none, second,second,284.57,Noun,6,6,2,second,4.68,1.00,4.68,1.00,6.04,5.88,none,4.64 secondary,secondary,4.10,Adjective,9,9,4,secondary,9.11,1.00,9.11,1.00,none,none,none, seconded,seconded,0.39,Verb,8,8,3,second,none,none,4.68,1.00,6.04,5.88,none,4.64 secondhand,second-hand,1.06,Adjective,10,10,3,secondhand,9.16,1.00,9.16,1.00,none,none,none, seconds,seconds,70.65,Noun,7,7,2,second,none,none,4.68,1.00,6.04,5.88,none,4.64 secrecies,secrecies,0.06,Noun,9,8,3,secrecy,none,none,8.89,1.00,none,none,none, secrecy,secrecy,3.47,Noun,7,7,3,secrecy,8.89,1.00,8.89,1.00,none,none,none, secret,secret,109.51,Noun,6,6,2,secret,5.39,1.00,5.39,1.00,none,none,none,5.14 secretarial,secretarial,0.31,Adjective,11,11,5,secretarial,11.00,1.00,11.00,1.00,none,none,none, secretariat,secretariat,0.10,Noun,11,11,5,secretariat,13.08,0.72,13.08,0.72,none,none,none, secretaries,secretaries,1.45,Noun,11,10,4,secretary,none,none,7.75,1.00,9.01,9.03,none, secretary,secretary,33.22,Noun,9,9,4,secretary,7.75,1.00,7.75,1.00,9.01,9.03,none, secretaryship,secretaryship,Err:512,Err:512,13,12,5,secretaryship,12.11,0.50,12.11,0.50,none,none,none, secrete,secrete,0.22,Verb,7,6,2,secrete,13.00,1.00,13.00,1.00,none,none,none, secreted,secreted,0.24,Verb,8,8,3,secrete,none,none,13.00,1.00,none,none,none, secretes,secretes,0.06,Verb,8,7,2,secrete,none,none,13.00,1.00,none,none,none, secreting,secreting,0.10,Verb,9,8,3,secrete,none,none,13.00,1.00,none,none,none, secretion,secretion,0.25,Noun,9,8,3,secretion,12.05,1.00,12.05,1.00,none,none,none, secretions,secretions,0.45,Noun,10,9,3,secretion,none,none,12.05,1.00,none,none,none, secretive,secretive,1.33,Adjective,9,8,3,secretive,9.63,1.00,9.63,1.00,none,none,none, secretiveness,secretiveness,0.04,Noun,13,11,4,secretiveness,8.58,1.00,8.58,1.00,none,none,none, secretor,secretor,0.04,Noun,8,7,3,secretor,12.94,0.81,12.94,0.81,none,none,none, secrets,secrets,23.86,Noun,7,7,2,secret,none,none,5.39,1.00,none,none,none,5.14 sect,sect,0.73,Noun,4,4,1,sect,13.39,0.95,13.39,0.95,12.06,none,11.78, sectarian,sectarian,0.04,Adjective,9,9,4,sectarian,13.64,0.70,13.64,0.70,none,none,none, section,section,27.33,Noun,7,6,2,section,6.78,1.00,6.78,1.00,none,8.39,none,8.53 sectional,sectional,0.27,Adjective,9,8,3,sectional,10.68,1.00,10.68,1.00,none,none,none, sectionals,sectionals,0.24,Noun,10,9,3,sectional,none,none,10.68,1.00,none,none,none, sectioned,sectioned,0.10,Verb,9,7,2,section,none,none,6.78,1.00,none,8.39,none,8.53 sections,sections,2.49,Noun,8,7,2,section,none,none,6.78,1.00,none,8.39,none,8.53 sector,sector,7.06,Noun,6,5,2,sector,13.00,0.89,13.00,0.89,none,11.56,none,11.90 sectors,sectors,0.65,Noun,7,6,2,sector,none,none,13.00,0.89,none,11.56,none,11.90 sects,sects,0.25,Noun,5,5,1,sect,none,none,13.39,0.95,12.06,none,11.78, secular,secular,0.49,Adjective,7,7,3,secular,13.67,0.90,13.67,0.90,none,none,none, secularist,secularist,0.02,Noun,10,10,4,secularist,15.00,0.78,15.00,0.78,none,none,none, secure,secure,24.33,Verb,6,6,2,secure,8.42,1.00,8.42,1.00,none,8.51,none,9.13 secured,secured,5.14,Verb,7,7,2,secure,none,none,8.42,1.00,none,8.51,none,9.13 secures,secures,0.25,Verb,7,7,2,secure,none,none,8.42,1.00,none,8.51,none,9.13 securing,securing,1.20,Verb,8,8,3,secure,none,none,8.42,1.00,none,8.51,none,9.13 securities,securities,1.37,Noun,10,10,4,security,none,none,8.06,1.00,none,10.02,none, security,security,94.31,Noun,8,9,4,security,8.06,1.00,8.06,1.00,none,10.02,none, sedan,sedan,1.76,Noun,5,5,2,sedan,8.00,1.00,8.00,1.00,none,none,none,11.49 sedans,sedans,0.14,Noun,6,6,2,sedan,none,none,8.00,1.00,none,none,none,11.49 sedate,sedate,1.25,Adjective,6,5,2,sedate,11.84,1.00,11.84,1.00,none,none,none,11.19 sedated,sedated,1.67,Verb,7,7,3,sedate,none,none,11.84,1.00,none,none,none,11.19 sedation,sedation,1.14,Noun,8,7,3,sedation,13.20,1.00,13.20,1.00,none,none,none, sedative,sedative,2.55,Noun,8,7,3,sedative,11.85,1.00,11.85,1.00,none,11.02,none, sedatives,sedatives,0.71,Noun,9,8,3,sedative,none,none,11.85,1.00,none,11.02,none, sedentary,sedentary,0.18,Adjective,9,9,4,sedentary,13.53,0.83,13.53,0.83,none,none,none, sedge,sedge,0.12,Noun,5,3,1,sedge,12.75,0.22,12.75,0.22,none,none,none, sedges,sedges,0.04,Noun,6,5,2,sedge,none,none,12.75,0.22,none,none,none, sediment,sediment,0.41,Noun,8,8,3,sediment,11.28,0.95,11.28,0.95,none,none,none, sedimentary,sedimentary,0.08,Adjective,11,10,5,sedimentary,11.47,0.94,11.47,0.94,none,none,none, sedimentation,sedimentation,0.04,Noun,13,12,5,sedimentation,12.80,0.79,12.80,0.79,none,none,none, sediments,sediments,0.06,Noun,9,9,3,sediment,none,none,11.28,0.95,none,none,none, sedition,sedition,0.45,Noun,8,7,3,sedition,14.20,0.79,14.20,0.79,none,none,none, seduce,seduce,3.45,Verb,6,5,2,seduce,11.95,1.00,11.95,1.00,none,none,none, seduced,seduced,1.86,Verb,7,6,2,seduce,none,none,11.95,1.00,none,none,none, seducer,seducer,0.39,Noun,7,6,3,seducer,12.72,1.00,12.72,1.00,none,none,none, seduces,seduces,0.33,Verb,7,7,3,seduce,none,none,11.95,1.00,none,none,none, seducible,seducible,0.02,Adjective,9,9,4,seducible,13.44,0.95,13.44,0.95,none,none,none, seducing,seducing,0.96,Verb,8,7,3,seduce,none,none,11.95,1.00,none,none,none, seduction,seduction,0.98,Noun,9,8,3,seduction,13.83,1.00,13.83,1.00,none,12.28,none, seductions,seductions,0.02,Noun,10,9,3,seduction,none,none,13.83,1.00,none,12.28,none, seductive,seductive,0.75,Adjective,9,8,3,seductive,11.89,1.00,11.89,1.00,none,none,none, seductiveness,seductiveness,0.04,Noun,13,11,4,seductiveness,11.50,1.00,11.50,1.00,none,none,none, seductress,seductress,0.10,Noun,10,9,3,seductress,12.28,0.95,12.28,0.95,none,none,none, seductresses,seductresses,0.02,Noun,12,11,4,seductress,none,none,12.28,0.95,none,none,none, sedulous,sedulous,Err:512,Err:512,8,7,3,sedulous,16.67,0.30,16.67,0.30,none,none,none, see,see,2556.73,Verb,3,2,1,see,3.06,1.00,3.06,1.00,4.62,none,3.50, seeable,seeable,0.02,Adjective,7,6,3,seeable,9.56,0.89,9.56,0.89,none,none,none, seed,seed,7.57,Noun,4,3,1,seed,4.72,1.00,4.72,1.00,none,5.62,4.99, seeded,seeded,0.14,Verb,6,5,2,seed,none,none,4.72,1.00,none,5.62,4.99, seediest,seediest,0.04,Adjective,8,7,3,seedy,none,none,9.68,0.95,none,none,none, seediness,seediness,0.02,Noun,9,7,3,seediness,11.56,0.90,11.56,0.90,none,none,none, seeding,seeding,0.16,Verb,7,5,2,seed,none,none,4.72,1.00,none,5.62,4.99, seedless,seedless,0.20,Adjective,8,6,2,seedless,7.11,1.00,7.11,1.00,none,none,none, seedling,seedling,0.10,Noun,8,6,2,seedling,6.89,1.00,6.89,1.00,none,none,none, seedlings,seedlings,0.25,Noun,9,7,2,seedling,none,none,6.89,1.00,none,none,none, seedpod,seedpod,0.04,Verb,7,6,2,seedpod,9.12,0.84,9.12,0.84,none,none,none, seeds,seeds,4.47,Noun,5,4,1,seed,none,none,4.72,1.00,none,5.62,4.99, seedy,seedy,0.73,Adjective,5,4,2,seedy,9.68,0.95,9.68,0.95,none,none,none, seeing,seeing,109.63,Verb,6,4,2,see,none,none,3.06,1.00,4.62,none,3.50, seek,seek,18.31,Verb,4,3,1,seek,6.94,1.00,6.94,1.00,none,6.50,7.63, seeker,seeker,0.92,Noun,6,4,2,seeker,7.68,1.00,7.68,1.00,none,none,none, seekers,seekers,0.41,Noun,7,5,2,seeker,none,none,7.68,1.00,none,none,none, seeking,seeking,5.65,Verb,7,5,2,seek,none,none,6.94,1.00,none,6.50,7.63, seeks,seeks,2.86,Verb,5,4,1,seek,none,none,6.94,1.00,none,6.50,7.63, seem,seem,139.82,Verb,4,3,1,seem,6.74,1.00,6.74,1.00,none,none,6.53, seemed,seemed,54.25,Verb,6,4,1,seem,none,none,6.74,1.00,none,none,6.53, seeming,seeming,1.00,Verb,7,5,2,seem,none,none,6.74,1.00,none,none,6.53, seemingly,seemingly,2.12,Adverb,9,7,3,seemingly,9.79,1.00,9.79,1.00,none,none,none, seems,seems,167.55,Verb,5,4,1,seem,none,none,6.74,1.00,none,none,6.53, seen,seen,384.96,Verb,4,3,1,see,none,none,3.06,1.00,4.62,none,3.50, seep,seep,0.18,Verb,4,3,1,seep,10.06,1.00,10.06,1.00,none,none,10.95, seepage,seepage,0.33,Noun,7,5,2,seepage,13.94,0.89,13.94,0.89,none,none,none, seeped,seeped,0.10,Verb,6,4,1,seep,none,none,10.06,1.00,none,none,10.95, seeping,seeping,0.37,Verb,7,5,2,seep,none,none,10.06,1.00,none,none,10.95, seeps,seeps,0.16,Verb,5,4,1,seep,none,none,10.06,1.00,none,none,10.95, seer,seer,1.47,Noun,4,3,1,seer,10.56,0.95,10.56,0.95,none,11.96,none, seers,seers,0.25,Noun,5,4,1,seer,none,none,10.56,0.95,none,11.96,none, seersucker,seersucker,0.06,Noun,10,7,4,seersucker,14.46,0.62,14.46,0.62,none,none,none, sees,sees,37.24,Verb,4,3,1,see,none,none,3.06,1.00,4.62,none,3.50, seesaw,seesaw,0.43,Noun,6,4,2,seesaw,4.81,1.00,4.81,1.00,none,3.67,none, seethe,seethe,0.10,Verb,6,3,1,seethe,13.28,0.95,13.28,0.95,none,none,none, seethes,seethes,0.02,Verb,7,4,1,seethe,none,none,13.28,0.95,none,none,none, seething,seething,0.45,Verb,8,5,2,seethe,none,none,13.28,0.95,none,none,none, segment,segment,1.98,Noun,7,7,2,segment,11.11,1.00,11.11,1.00,none,8.51,none,10.22 segmentation,segmentation,0.02,Noun,12,11,4,segmentation,11.79,1.00,11.79,1.00,none,none,none, segments,segments,0.39,Noun,8,8,2,segment,none,none,11.11,1.00,none,8.51,none,10.22 segregate,segregate,0.14,Verb,9,8,3,segregate,11.17,1.00,11.17,1.00,none,none,none, segregation,segregation,0.84,Noun,11,10,4,segregation,11.28,1.00,11.28,1.00,none,none,none, segue,segue,0.51,Verb,5,3,1,segue,13.67,0.63,13.67,0.63,none,none,none, segues,segues,0.06,Noun,6,4,1,segue,none,none,13.67,0.63,none,none,none, seismic,seismic,0.61,Adjective,7,6,2,seismic,12.39,0.95,12.39,0.95,none,none,none,12.43 seismograph,seismograph,0.06,Noun,11,9,3,seismograph,10.65,1.00,10.65,1.00,none,none,none, seismographic,seismographic,0.04,Adjective,13,11,4,seismographic,12.71,0.70,12.71,0.70,none,none,none, seismographs,seismographs,0.16,Noun,12,10,3,seismograph,none,none,10.65,1.00,none,none,none, seismological,seismological,0.02,Adjective,13,12,5,seismological,13.68,1.00,13.68,1.00,none,none,none, seismologist,seismologist,0.10,Noun,12,11,4,seismologist,13.00,0.89,13.00,0.89,none,none,none, seismologists,seismologists,0.12,Noun,13,12,4,seismologist,none,none,13.00,0.89,none,none,none, seismology,seismology,0.04,Noun,10,9,4,seismology,13.24,0.89,13.24,0.89,13.08,none,none, seismometer,seismometer,0.02,Noun,11,10,4,seismometer,12.62,0.89,12.62,0.89,none,none,none, seismometers,seismometers,0.02,Noun,12,11,4,seismometer,none,none,12.62,0.89,none,none,none, seize,seize,4.82,Verb,5,3,1,seize,10.15,1.00,10.15,1.00,none,9.43,9.74, seized,seized,2.53,Verb,6,4,1,seize,none,none,10.15,1.00,none,9.43,9.74, seizes,seizes,0.24,Verb,6,5,2,seize,none,none,10.15,1.00,none,9.43,9.74, seizing,seizing,0.94,Verb,7,5,2,seize,none,none,10.15,1.00,none,9.43,9.74, seizure,seizure,3.73,Noun,7,4,2,seizure,9.74,1.00,9.74,1.00,none,none,none,10.51 seizures,seizures,1.82,Noun,8,5,2,seizure,none,none,9.74,1.00,none,none,none,10.51 seldom,seldom,3.27,Adverb,6,6,2,seldom,7.95,1.00,7.95,1.00,8.54,10.75,none,10.60 select,select,3.53,Verb,6,6,2,select,8.00,1.00,8.00,1.00,none,7.60,none,7.26 selected,selected,4.88,Verb,8,8,3,select,none,none,8.00,1.00,none,7.60,none,7.26 selectee,selectee,0.02,Noun,8,7,3,selectee,14.75,0.89,14.75,0.89,none,none,none, selectees,selectees,0.06,Noun,9,8,3,selectee,none,none,14.75,0.89,none,none,none, selecting,selecting,0.57,Verb,9,8,3,select,none,none,8.00,1.00,none,7.60,none,7.26 selection,selection,4.55,Noun,9,8,3,selection,7.21,1.00,7.21,1.00,none,8.71,none, selections,selections,0.39,Noun,10,9,3,selection,none,none,7.21,1.00,none,8.71,none, selective,selective,1.18,Adjective,9,8,3,selective,9.50,1.00,9.50,1.00,none,none,none, selectivity,selectivity,0.06,Noun,11,11,5,selectivity,12.00,0.95,12.00,0.95,none,none,none, selectman,selectman,0.63,Noun,9,9,3,selectman,14.00,0.73,14.00,0.73,none,none,none, selectmen,selectmen,0.18,Noun,9,9,3,selectman,none,none,14.00,0.73,none,none,none, selector,selector,0.06,Noun,8,7,3,selector,11.65,0.89,11.65,0.89,none,none,none, selectors,selectors,0.04,Noun,9,8,3,selector,none,none,11.65,0.89,none,none,none, selects,selects,0.25,Verb,7,7,2,select,none,none,8.00,1.00,none,7.60,none,7.26 selenium,selenium,0.65,Noun,8,8,4,selenium,14.67,0.79,14.67,0.79,none,none,none, self,self,14.16,Noun,4,4,1,self,5.00,1.00,5.00,1.00,none,6.62,5.33, selfish,selfish,15.90,Adjective,7,6,2,selfish,5.26,1.00,5.26,1.00,none,6.79,none,7.19 selfishness,selfishness,0.78,Noun,11,9,3,selfishness,6.61,1.00,6.61,1.00,8.27,none,none, selfless,selfless,1.82,Adjective,8,7,2,selfless,9.28,1.00,9.28,1.00,none,none,none, selflessness,selflessness,0.29,Noun,12,10,3,selflessness,11.15,1.00,11.15,1.00,none,none,none, selfness,selfness,0.02,Noun,8,7,2,selfness,12.05,1.00,12.05,1.00,none,none,none, sell,sell,92.25,Verb,4,3,1,sell,7.05,1.00,7.05,1.00,6.23,5.69,6.06, sellable,sellable,0.04,Adjective,8,7,3,sellable,10.30,1.00,10.30,1.00,none,none,none, seller,seller,2.20,Noun,6,4,2,seller,6.84,1.00,6.84,1.00,none,7.62,none, selling,selling,37.63,Verb,7,5,2,sell,none,none,7.05,1.00,6.23,5.69,6.06, sellout,sell-out,0.65,Noun,7,5,2,sellout,10.95,1.00,10.95,1.00,none,none,none, sellouts,sell-outs,0.02,Noun,8,6,2,sellout,none,none,10.95,1.00,none,none,none, sells,sells,7.12,Verb,5,4,1,sell,none,none,7.05,1.00,6.23,5.69,6.06, seltzer,seltzer,0.82,Noun,7,6,2,seltzer,11.11,1.00,11.11,1.00,none,none,none,12.22 selvedge,selvedge,Err:512,Err:512,8,6,2,selvedge,13.40,0.26,13.40,0.26,none,none,none, selves,selves,1.22,Noun,6,5,1,self,none,none,5.00,1.00,none,6.62,5.33, semantic,semantic,0.08,Adjective,8,8,3,semantic,15.59,0.85,15.59,0.85,none,none,none, semantics,semantics,0.76,Noun,9,9,3,semantics,13.53,0.94,13.53,0.94,none,none,none, semaphore,semaphore,0.14,Noun,9,7,3,semaphore,14.33,0.32,14.33,0.32,none,none,none, semblance,semblance,0.43,Noun,9,8,2,semblance,13.06,0.84,13.06,0.84,none,none,none, semblances,semblances,0.02,Noun,10,10,3,semblance,none,none,13.06,0.84,none,none,none, semen,semen,3.94,Noun,5,5,2,semen,12.37,1.00,12.37,1.00,none,none,none, semester,semester,6.94,Noun,8,7,3,semester,12.25,1.00,12.25,1.00,none,none,none, semesters,semesters,0.51,Noun,9,8,3,semester,none,none,12.25,1.00,none,none,none, semi,semi,2.33,Noun,4,4,2,semi,8.85,1.00,8.85,1.00,none,none,none, semiannual,semi-annual,0.04,Adjective,10,11,5,semiannual,11.80,1.00,11.80,1.00,none,none,none, semiarid,semiarid,0.02,Adjective,8,8,4,semiarid,14.93,0.78,14.93,0.78,none,none,none, semiautomatic,semiautomatic,0.41,Adjective,13,12,6,semiautomatic,13.61,1.00,13.61,1.00,none,none,none, semiautomatics,semiautomatics,0.06,Noun,14,13,6,semiautomatics,13.11,1.00,13.11,1.00,none,none,none, semibreve,semibreve,0.02,Noun,9,8,3,semibreve,13.71,0.37,13.71,0.37,none,none,none, semicircle,semicircle,0.06,Noun,10,9,4,semicircle,7.95,1.00,7.95,1.00,none,8.98,none, semicircles,semicircles,0.02,Noun,11,10,4,semicircle,none,none,7.95,1.00,none,8.98,none, semicolon,semicolon,0.16,Noun,9,9,4,semicolon,8.39,1.00,8.39,1.00,none,none,none, semicolons,semicolons,0.04,Noun,10,10,4,semicolon,none,none,8.39,1.00,none,none,none, semiconductor,semiconductor,0.02,Noun,13,12,5,semiconductor,14.79,1.00,14.79,1.00,none,none,none, semiconductors,semiconductors,0.04,Noun,14,13,5,semiconductor,none,none,14.79,1.00,none,none,none, semiconscious,semiconscious,0.04,Adjective,13,10,4,semiconscious,13.12,0.89,13.12,0.89,none,none,none, semifinal,semi-final,0.27,Adjective,9,9,4,semifinal,10.67,1.00,10.67,1.00,none,none,none, semifinals,semi-finals,0.57,Noun,10,10,4,semifinal,none,none,10.67,1.00,none,none,none, semiformal,semiformal,0.08,Adjective,10,10,4,semiformal,13.00,1.00,13.00,1.00,none,none,none, semiliterate,semiliterate,0.02,Noun,12,10,5,semiliterate,15.12,0.84,15.12,0.84,none,none,none, seminal,seminal,0.37,Adjective,7,7,3,seminal,12.67,0.83,12.67,0.83,none,none,none, seminar,seminar,4.25,Noun,7,7,3,seminar,11.80,1.00,11.80,1.00,none,none,none, seminarian,seminarian,0.02,Adjective,10,10,5,seminarian,13.14,0.78,13.14,0.78,none,none,none, seminaries,seminaries,0.02,Noun,10,9,4,seminary,none,none,12.39,0.95,none,none,none, seminars,seminars,0.75,Noun,8,8,3,seminar,none,none,11.80,1.00,none,none,none, seminary,seminary,1.04,Noun,8,8,4,seminary,12.39,0.95,12.39,0.95,none,none,none, semiotics,semiotics,0.02,Noun,9,9,4,semiotics,16.67,0.50,16.67,0.50,none,none,none, semiprecious,semiprecious,0.06,Adjective,12,10,4,semiprecious,13.38,0.89,13.38,0.89,none,none,none, semiprivate,semiprivate,0.04,Verb,11,10,4,semiprivate,13.35,1.00,13.35,1.00,none,none,none, semipro,semipro,0.10,Noun,7,7,3,semipro,12.69,0.84,12.69,0.84,none,none,none, semiquaver,semiquaver,0.02,Noun,10,9,4,semiquaver,14.80,0.28,14.80,0.28,none,none,none, semis,semis,0.20,Noun,5,5,2,semi,none,none,8.85,1.00,none,none,none, semiskilled,semiskilled,0.02,Verb,11,9,3,semiskilled,14.81,0.89,14.81,0.89,none,none,none, semisolid,semisolid,0.02,Adjective,9,9,4,semisolid,11.11,0.95,11.11,0.95,none,none,none, semisweet,semisweet,0.02,Verb,9,8,3,semisweet,10.17,0.95,10.17,0.95,none,none,none, semolina,semolina,0.02,Noun,8,8,4,semolina,14.00,0.53,14.00,0.53,none,none,none, senate,senate,6.49,Noun,6,5,2,senate,10.79,1.00,10.79,1.00,none,12.60,none,11.09 senator,senator,33.16,Noun,7,6,3,senator,9.58,1.00,9.58,1.00,12.29,none,none, senatorial,senatorial,0.24,Adjective,10,10,5,senatorial,13.19,0.89,13.19,0.89,none,none,none, senators,senators,2.35,Noun,8,7,3,senator,none,none,9.58,1.00,12.29,none,none, send,send,179.78,Verb,4,4,1,send,5.68,1.00,5.68,1.00,5.79,5.77,6.17, sender,sender,0.75,Noun,6,5,2,sender,7.28,1.00,7.28,1.00,none,8.09,none, senders,senders,0.02,Noun,7,6,2,sender,none,none,7.28,1.00,none,8.09,none, sending,sending,35.10,Verb,7,6,2,send,none,none,5.68,1.00,5.79,5.77,6.17, sendoff,send-off,0.31,Noun,7,6,2,sendoff,11.00,0.95,11.00,0.95,none,none,none, sendoffs,send-offs,0.02,Noun,8,7,2,sendoff,none,none,11.00,0.95,none,none,none, sends,sends,11.47,Verb,5,5,1,send,none,none,5.68,1.00,5.79,5.77,6.17, senescence,senescence,0.08,Noun,10,8,3,senescence,17.75,0.42,17.75,0.42,none,none,none, seneschal,seneschal,0.04,Adjective,9,7,3,seneschal,17.50,0.33,17.50,0.33,none,none,none, senile,senile,1.73,Adjective,6,5,2,senile,11.26,1.00,11.26,1.00,none,none,none,12.01 senility,senility,0.31,Noun,8,8,4,senility,11.39,1.00,11.39,1.00,none,none,none, senior,senior,26.25,Adjective,6,5,2,senior,8.26,1.00,8.26,1.00,none,8.47,none, seniority,seniority,1.08,Noun,9,9,4,seniority,12.75,1.00,12.75,1.00,none,none,none, seniors,seniors,2.39,Noun,7,6,2,senior,none,none,8.26,1.00,none,8.47,none, senor,senor,5.78,Noun,5,6,2,senor,12.41,0.85,12.41,0.85,none,none,none, senora,senora,1.27,Noun,6,7,3,senora,9.90,0.56,9.90,0.56,none,none,none, senoras,senoras,0.04,Noun,7,8,3,senora,none,none,9.90,0.56,none,none,none, senores,senores,0.08,Verb,7,6,2,senor,none,none,12.41,0.85,none,none,none, senorita,senorita,0.71,Noun,8,8,4,senorita,11.05,1.00,11.05,1.00,none,none,none, senoritas,senoritas,0.08,Noun,9,9,4,senorita,none,none,11.05,1.00,none,none,none, sensation,sensation,4.88,Noun,9,8,3,sensation,9.17,1.00,9.17,1.00,none,none,none, sensational,sensational,4.02,Adjective,11,10,4,sensational,8.94,1.00,8.94,1.00,none,none,none, sensationalism,sensationalism,0.14,Noun,14,14,6,sensationalism,13.37,1.00,13.37,1.00,none,none,none, sensationalist,sensationalist,0.04,Noun,14,13,5,sensationalist,12.83,0.95,12.83,0.95,none,none,none, sensationalistic,sensationalistic,0.04,Adjective,16,15,6,sensationalistic,14.06,0.84,14.06,0.84,none,none,none, sensationalists,sensationalists,0.02,Noun,15,14,5,sensationalist,none,none,12.83,0.95,none,none,none, sensationalize,sensationalise,0.04,Verb,14,12,5,sensationalize,13.61,0.95,13.61,0.95,none,none,none, sensations,sensations,0.76,Noun,10,9,3,sensation,none,none,9.17,1.00,none,none,none, sense,sense,131.80,Noun,5,4,1,sense,7.32,1.00,7.32,1.00,6.77,6.77,8.00, sensed,sensed,2.84,Verb,6,5,1,sense,none,none,7.32,1.00,6.77,6.77,8.00, senseless,senseless,2.57,Adjective,9,7,2,senseless,9.95,1.00,9.95,1.00,none,none,none, senselessness,senselessness,0.02,Noun,13,10,3,senselessness,10.06,1.00,10.06,1.00,9.93,none,none, senses,senses,8.47,Noun,6,6,2,sense,none,none,7.32,1.00,6.77,6.77,8.00, sensibilities,sensibilities,0.59,Noun,13,12,5,sensibility,none,none,10.65,1.00,none,none,none, sensibility,sensibility,0.49,Noun,11,11,5,sensibility,10.65,1.00,10.65,1.00,none,none,none, sensible,sensible,6.80,Adjective,8,8,3,sensible,8.78,0.95,8.78,0.95,none,none,none, sensing,sensing,1.90,Verb,7,6,2,sense,none,none,7.32,1.00,6.77,6.77,8.00, sensitive,sensitive,22.53,Adjective,9,8,3,sensitive,8.19,1.00,8.19,1.00,none,none,none, sensitivities,sensitivities,0.20,Noun,13,12,5,sensitivity,none,none,9.11,1.00,none,none,none, sensitivity,sensitivity,2.90,Noun,11,11,5,sensitivity,9.11,1.00,9.11,1.00,none,none,none, sensor,sensor,2.25,Noun,6,5,2,sensor,11.80,1.00,11.80,1.00,none,none,none,9.67 sensorial,sensorial,0.02,Adjective,9,8,4,sensorial,14.11,0.95,14.11,0.95,none,none,none, sensors,sensors,5.14,Noun,7,6,2,sensor,none,none,11.80,1.00,none,none,none,9.67 sensory,sensory,1.08,Adjective,7,6,3,sensory,10.84,1.00,10.84,1.00,none,none,none, sensual,sensual,1.51,Adjective,7,8,3,sensual,12.10,1.00,12.10,1.00,none,12.39,none, sensuality,sensuality,0.69,Noun,10,11,5,sensuality,13.61,1.00,13.61,1.00,none,none,none, sensuous,sensuous,0.49,Adjective,8,8,3,sensuous,11.53,0.89,11.53,0.89,none,none,none, sensuousness,sensuousness,0.04,Noun,12,11,4,sensuousness,14.12,0.89,14.12,0.89,none,none,none, sent,sent,138.00,Verb,4,4,1,send,none,none,5.68,1.00,5.79,5.77,6.17, sentence,sentence,20.53,Noun,8,7,2,sentence,5.84,1.00,5.84,1.00,6.53,none,none,5.74 sentenced,sentenced,4.18,Verb,9,8,2,sentence,none,none,5.84,1.00,6.53,none,none,5.74 sentences,sentences,3.29,Noun,9,9,3,sentence,none,none,5.84,1.00,6.53,none,none,5.74 sentencing,sentencing,1.37,Noun,10,9,3,sentencing,11.61,1.00,11.61,1.00,none,none,none, sententious,sententious,Err:512,Err:512,11,10,4,sententious,15.57,0.35,15.57,0.35,none,none,none, sentience,sentience,0.04,Noun,9,7,2,sentience,13.61,0.95,13.61,0.95,none,none,none, sentient,sentient,0.45,Adjective,8,7,2,sentient,11.77,0.72,11.77,0.72,none,none,none, sentiment,sentiment,3.18,Noun,9,9,3,sentiment,11.89,0.95,11.89,0.95,none,10.13,none, sentimental,sentimental,7.04,Adjective,11,11,4,sentimental,12.05,1.00,12.05,1.00,none,none,none, sentimentalist,sentimentalist,0.25,Noun,14,14,5,sentimentalist,13.21,0.95,13.21,0.95,none,none,none, sentimentalists,sentimentalists,0.04,Noun,15,15,5,sentimentalist,none,none,13.21,0.95,none,none,none, sentimentality,sentimentality,0.47,Noun,14,14,6,sentimentality,12.17,0.95,12.17,0.95,none,none,none, sentimentalize,sentimentalise,0.02,Verb,14,13,5,sentimentalize,11.56,0.76,11.56,0.76,none,none,none, sentiments,sentiments,1.59,Noun,10,10,3,sentiment,none,none,11.89,0.95,none,10.13,none, sentinel,sentinel,0.53,Noun,8,8,3,sentinel,13.11,1.00,13.11,1.00,none,none,none, sentinels,sentinels,0.31,Noun,9,9,3,sentinel,none,none,13.11,1.00,none,none,none, sentries,sentries,0.84,Noun,8,7,2,sentry,none,none,11.12,0.89,none,none,none,12.11 sentry,sentry,1.37,Noun,6,6,2,sentry,11.12,0.89,11.12,0.89,none,none,none,12.11 separable,separable,0.02,Adjective,9,8,4,separable,11.33,0.79,11.33,0.79,none,none,none, separate,separate,21.71,Adjective,8,6,3,separate,6.63,1.00,6.63,1.00,7.37,none,none, separated,separated,10.59,Verb,9,8,4,separate,none,none,6.63,1.00,7.37,none,none, separateness,separateness,0.14,Noun,12,9,4,separateness,9.78,0.95,9.78,0.95,none,none,none, separates,separates,1.53,Verb,9,7,3,separate,none,none,6.63,1.00,7.37,none,none, separating,separating,1.29,Verb,10,8,4,separate,none,none,6.63,1.00,7.37,none,none, separation,separation,4.86,Noun,10,8,4,separation,8.89,1.00,8.89,1.00,none,9.07,none, separations,separations,0.24,Noun,11,9,4,separation,none,none,8.89,1.00,none,9.07,none, separatist,separatist,0.16,Adjective,10,9,4,separatist,11.94,0.84,11.94,0.84,none,none,none, separatists,separatists,0.24,Noun,11,10,4,separatist,none,none,11.94,0.84,none,none,none, separator,separator,0.10,Noun,9,7,4,separator,9.33,1.00,9.33,1.00,none,none,none, separators,separators,0.06,Noun,10,8,4,separator,none,none,9.33,1.00,none,none,none, sepia,sepia,0.06,Noun,5,5,3,sepia,14.40,0.83,14.40,0.83,11.26,none,none, seppuku,seppuku,0.12,Noun,7,7,3,seppuku,12.33,0.17,12.33,0.17,none,none,none, sepsis,sepsis,0.39,Noun,6,6,2,sepsis,16.33,0.60,16.33,0.60,none,none,none, septa,septa,0.00,Err:512,5,5,2,septum,none,none,14.94,0.89,none,none,none, septet,septet,0.02,Noun,6,6,2,septet,15.00,0.78,15.00,0.78,none,none,none, septic,septic,1.41,Adjective,6,6,2,septic,11.13,0.83,11.13,0.83,none,11.64,none,12.32 septicemia,septicaemia,0.08,Noun,10,10,5,septicemia,17.00,0.58,17.00,0.58,none,none,none, septum,septum,0.35,Noun,6,6,2,septum,14.94,0.89,14.94,0.89,none,none,none, septuplet,septuplet,0.02,Noun,9,9,3,septuplet,14.18,0.89,14.18,0.89,none,none,none, septuplets,septuplets,0.02,Noun,10,10,3,septuplet,none,none,14.18,0.89,none,none,none, sepulcher,sepulchre,0.10,Noun,9,8,3,sepulcher,15.15,0.72,15.15,0.72,none,none,none, sepulture,sepulture,Err:512,Err:512,9,9,3,sepulture,17.00,0.24,17.00,0.24,none,none,none, sequel,sequel,1.76,Noun,6,6,2,sequel,10.22,0.95,10.22,0.95,none,10.92,none,9.40 sequels,sequels,0.08,Noun,7,7,2,sequel,none,none,10.22,0.95,none,10.92,none,9.40 sequence,sequence,8.39,Noun,8,7,2,sequence,10.28,1.00,10.28,1.00,none,none,none,9.67 sequenced,sequenced,0.14,Verb,9,8,2,sequence,none,none,10.28,1.00,none,none,none,9.67 sequencer,sequencer,0.22,Noun,9,8,3,sequencer,13.08,0.72,13.08,0.72,none,none,none, sequencers,sequencers,0.02,Noun,10,9,3,sequencer,none,none,13.08,0.72,none,none,none, sequences,sequences,0.78,Noun,9,9,3,sequence,none,none,10.28,1.00,none,none,none,9.67 sequencing,sequencing,0.33,Noun,10,9,3,sequencing,12.84,1.00,12.84,1.00,none,none,none, sequent,sequent,0.02,Adjective,7,7,2,sequent,13.67,0.60,13.67,0.60,none,none,none, sequential,sequential,0.20,Adjective,10,9,3,sequential,10.50,1.00,10.50,1.00,none,none,none, sequester,sequester,0.08,Noun,9,8,3,sequester,15.07,0.83,15.07,0.83,none,none,none, sequestered,sequestered,0.49,Verb,11,9,3,sequester,none,none,15.07,0.83,none,none,none, sequestering,sequestering,0.10,Verb,12,10,4,sequester,none,none,15.07,0.83,none,none,none, sequestration,sequestration,0.02,Noun,13,12,4,sequestration,16.50,0.67,16.50,0.67,none,none,none, sequin,sequin,0.14,Noun,6,6,2,sequin,8.76,0.94,8.76,0.94,none,none,none, sequined,sequined,0.27,Adjective,8,7,2,sequined,9.20,0.71,9.20,0.71,none,none,none, sequins,sequins,0.55,Noun,7,7,2,sequin,none,none,8.76,0.94,none,none,none, sequitur,sequitur,0.10,Noun,8,7,3,sequitur,17.22,0.47,17.22,0.47,none,none,none, sequiturs,sequiturs,0.02,Noun,9,8,3,sequitur,none,none,17.22,0.47,none,none,none, ser,ser,0.18,Noun,3,3,1,ser,13.57,0.39,13.57,0.39,none,none,none, seraglio,seraglio,0.14,Noun,8,8,4,seraglio,17.17,0.33,17.17,0.33,none,none,none, serape,serape,0.10,Noun,6,5,2,serape,16.73,0.58,16.73,0.58,none,none,none, serapes,serapes,0.06,Noun,7,6,2,serape,none,none,16.73,0.58,none,none,none, serenade,serenade,1.14,Noun,8,7,3,serenade,11.22,0.95,11.22,0.95,none,none,none, serenaded,serenaded,0.06,Verb,9,9,4,serenade,none,none,11.22,0.95,none,none,none, serenades,serenades,0.04,Verb,9,8,3,serenade,none,none,11.22,0.95,none,none,none, serenading,serenading,0.16,Verb,10,9,4,serenade,none,none,11.22,0.95,none,none,none, serendipitous,serendipitous,0.16,Adjective,13,12,5,serendipitous,13.79,0.78,13.79,0.78,none,none,none, serendipity,serendipity,0.57,Noun,11,11,5,serendipity,12.61,0.95,12.61,0.95,none,none,none, serene,serene,1.24,Adjective,6,4,2,serene,11.38,0.89,11.38,0.89,none,11.75,none,11.49 serenity,serenity,1.78,Noun,8,7,4,serenity,11.05,1.00,11.05,1.00,none,none,none, serf,serf,0.18,Noun,4,3,1,serf,10.33,0.79,10.33,0.79,none,none,11.78, serfdom,serfdom,0.04,Noun,7,6,2,serfdom,13.08,0.72,13.08,0.72,none,none,none, serfs,serfs,0.31,Noun,5,4,1,serf,none,none,10.33,0.79,none,none,11.78, sergeant,sergeant,62.94,Noun,8,7,2,sergeant,9.00,1.00,9.00,1.00,none,none,none,9.58 sergeants,sergeants,0.84,Noun,9,8,2,sergeant,none,none,9.00,1.00,none,none,none,9.58 serial,serial,11.31,Adjective,6,6,3,serial,10.42,1.00,10.42,1.00,none,none,none, serialization,serialisation,0.02,Noun,13,12,6,serialization,13.80,0.75,13.80,0.75,none,none,none, serialize,serialise,0.80,Verb,9,8,4,serialize,13.84,1.00,13.84,1.00,none,none,none, serializes,serialises,0.16,Verb,10,10,5,serialize,none,none,13.84,1.00,none,none,none, serials,serials,0.22,Noun,7,7,3,serial,none,none,10.42,1.00,none,none,none, series,series,20.16,Noun,6,5,2,series,9.05,1.00,9.05,1.00,none,9.13,none,8.45 serif,serif,0.02,Noun,5,5,2,serif,13.25,0.67,13.25,0.67,none,none,none, serifs,serifs,0.02,Noun,6,6,2,serif,none,none,13.25,0.67,none,none,none, serious,serious,148.35,Adjective,7,6,3,serious,6.58,1.00,6.58,1.00,7.33,none,none, seriousness,seriousness,1.25,Noun,11,9,4,seriousness,8.10,1.00,8.10,1.00,none,none,none, sermon,sermon,2.73,Noun,6,5,2,sermon,6.60,1.00,6.60,1.00,none,9.68,none,8.70 sermons,sermons,0.65,Noun,7,6,2,sermon,none,none,6.60,1.00,none,9.68,none,8.70 serological,serological,0.02,Adjective,11,11,5,serological,15.12,0.44,15.12,0.44,none,none,none, serotonin,serotonin,0.31,Noun,9,8,4,serotonin,16.80,0.79,16.80,0.79,none,none,none, serpent,serpent,1.94,Noun,7,6,2,serpent,8.00,1.00,8.00,1.00,none,none,none,9.94 serpentine,serpentine,0.24,Adjective,10,8,3,serpentine,12.89,1.00,12.89,1.00,none,none,none, serpents,serpents,0.53,Noun,8,7,2,serpent,none,none,8.00,1.00,none,none,none,9.94 serrated,serrated,0.24,Adjective,8,7,3,serrated,11.29,0.89,11.29,0.89,none,none,none, serration,serration,0.04,Noun,9,7,3,serration,12.29,0.78,12.29,0.78,none,none,none, serrations,serrations,0.02,Noun,10,9,4,serration,none,none,12.29,0.78,none,none,none, serum,serum,3.75,Noun,5,5,2,serum,10.22,1.00,10.22,1.00,none,none,none, serums,serums,0.08,Noun,6,6,2,serum,none,none,10.22,1.00,none,none,none, servant,servant,12.14,Noun,7,6,2,servant,7.89,1.00,7.89,1.00,none,8.09,none,8.53 servants,servants,6.90,Noun,8,7,2,servant,none,none,7.89,1.00,none,8.09,none,8.53 serve,serve,37.94,Verb,5,3,1,serve,7.17,1.00,7.17,1.00,none,6.94,6.87, served,served,19.75,Verb,6,4,1,serve,none,none,7.17,1.00,none,6.94,6.87, server,server,3.92,Noun,6,4,2,server,9.94,1.00,9.94,1.00,none,none,none, servers,servers,1.71,Noun,7,5,2,server,none,none,9.94,1.00,none,none,none, serves,serves,6.25,Verb,6,4,1,serve,none,none,7.17,1.00,none,6.94,6.87, service,service,79.92,Noun,7,5,2,service,8.00,1.00,8.00,1.00,none,7.92,none,7.88 serviceable,serviceable,0.24,Adjective,11,9,4,serviceable,13.68,1.00,13.68,1.00,none,none,none, serviced,serviced,0.69,Verb,8,6,2,service,none,none,8.00,1.00,none,7.92,none,7.88 serviceman,serviceman,0.16,Noun,10,8,3,serviceman,8.79,1.00,8.79,1.00,none,none,none, servicemen,servicemen,0.53,Noun,10,8,3,serviceman,none,none,8.79,1.00,none,none,none, services,services,20.65,Noun,8,7,3,service,none,none,8.00,1.00,none,7.92,none,7.88 servicing,servicing,0.61,Verb,9,7,3,service,none,none,8.00,1.00,none,7.92,none,7.88 servile,servile,0.12,Adjective,7,5,2,servile,15.27,0.75,15.27,0.75,none,none,none, serving,serving,11.69,Verb,7,5,2,serve,none,none,7.17,1.00,none,6.94,6.87, servitor,servitor,0.04,Noun,8,6,3,servitor,17.17,0.33,17.17,0.33,none,none,none, servitude,servitude,0.67,Noun,9,7,3,servitude,11.71,0.89,11.71,0.89,none,none,none, servo,servo,0.06,Noun,5,4,2,servo,12.92,0.65,12.92,0.65,none,none,none, servomechanism,servomechanism,0.02,Noun,14,13,6,servomechanism,16.71,0.39,16.71,0.39,none,none,none, servos,servos,0.08,Noun,6,5,2,servo,none,none,12.92,0.65,none,none,none, sesame,sesame,1.53,Noun,6,6,3,sesame,7.41,0.94,7.41,0.94,none,none,none, sesquipedalian,sesquipedalian,0.02,Adjective,14,13,6,sesquipedalian,15.67,0.27,15.67,0.27,none,none,none, sessile,sessile,0.02,Noun,7,5,2,sessile,14.67,0.16,14.67,0.16,none,none,none, session,session,13.29,Noun,7,5,2,session,9.89,1.00,9.89,1.00,10.06,8.71,none,8.96 sessions,sessions,4.61,Noun,8,6,2,session,none,none,9.89,1.00,10.06,8.71,none,8.96 set,set,231.47,Verb,3,3,1,set,6.00,0.95,6.00,0.95,6.97,none,5.42, setback,setback,1.53,Noun,7,6,2,setback,10.40,1.00,10.40,1.00,none,10.73,none, setbacks,setbacks,0.49,Noun,8,7,2,setback,none,none,10.40,1.00,none,10.73,none, sets,sets,14.92,Verb,4,4,1,set,none,none,6.00,0.95,6.97,none,5.42, settee,settee,0.18,Noun,6,4,2,settee,14.36,0.52,14.36,0.52,none,none,none, setter,setter,0.37,Noun,6,4,2,setter,9.64,0.78,9.64,0.78,none,none,none, setters,setters,0.04,Noun,7,5,2,setter,none,none,9.64,0.78,none,none,none, setting,setting,21.55,Verb,7,5,2,set,none,none,6.00,0.95,6.97,none,5.42, settle,settle,42.02,Verb,6,5,2,settle,8.26,1.00,8.26,1.00,none,none,none,7.96 settled,settled,19.43,Verb,7,6,2,settle,none,none,8.26,1.00,none,none,none,7.96 settlement,settlement,6.31,Noun,10,9,3,settlement,8.74,1.00,8.74,1.00,none,9.45,none, settlements,settlements,0.37,Noun,11,10,3,settlement,none,none,8.74,1.00,none,9.45,none, settler,settler,0.08,Noun,7,6,3,settler,9.72,0.95,9.72,0.95,none,none,none, settlers,settlers,1.14,Noun,8,6,2,settler,none,none,9.72,0.95,none,none,none, settles,settles,3.06,Verb,7,6,2,settle,none,none,8.26,1.00,none,none,none,7.96 settling,settling,4.12,Verb,8,7,3,settle,none,none,8.26,1.00,none,none,none,7.96 setup,setup,8.63,Noun,5,5,2,setup,8.89,1.00,8.89,1.00,none,none,none, setups,setups,0.24,Noun,6,6,2,setup,none,none,8.89,1.00,none,none,none, seven,seven,104.45,Number,5,5,2,seven,5.36,1.00,5.36,1.00,4.62,none,none,3.91 sevens,sevens,1.04,Number,6,6,2,seven,none,none,5.36,1.00,4.62,none,none,3.91 seventh,seventh,9.75,Number,7,6,2,seventh,6.96,1.00,6.96,1.00,none,5.56,none, sevenths,sevenths,0.02,Number,8,7,2,seventh,none,none,6.96,1.00,none,5.56,none, sever,sever,1.57,Verb,5,4,2,sever,9.05,1.00,9.05,1.00,none,none,none, several,several,38.78,Determiner,7,6,2,several,6.77,1.00,6.77,1.00,7.05,none,none, severance,severance,1.10,Noun,9,7,3,severance,14.39,1.00,14.39,1.00,none,11.81,none, severe,severe,9.41,Adjective,6,5,2,severe,9.05,1.00,9.05,1.00,7.96,8.52,none,8.62 severed,severed,3.02,Verb,7,5,2,sever,none,none,9.05,1.00,none,none,none, severest,severest,0.10,Adjective,8,8,3,severe,none,none,9.05,1.00,7.96,8.52,none,8.62 severing,severing,0.20,Verb,8,6,3,sever,none,none,9.05,1.00,none,none,none, severity,severity,0.59,Noun,8,8,4,severity,11.06,1.00,11.06,1.00,9.68,none,none, severs,severs,0.04,Verb,6,5,2,sever,none,none,9.05,1.00,none,none,none, sew,sew,5.49,Verb,3,2,1,sew,6.05,1.00,6.05,1.00,5.27,none,7.08, sewage,sewage,1.18,Noun,6,4,2,sewage,8.47,1.00,8.47,1.00,none,none,none,9.85 sewed,sewed,1.71,Verb,5,3,1,sew,none,none,6.05,1.00,5.27,none,7.08, sewer,sewer,4.71,Noun,5,3,2,sewer,7.05,1.00,7.05,1.00,none,none,none,7.49 sewerage,sewerage,0.02,Noun,8,5,3,sewerage,10.85,0.72,10.85,0.72,none,none,none, sewers,sewers,1.29,Noun,6,4,2,sewer,none,none,7.05,1.00,none,none,none,7.49 sewing,sewing,3.88,Noun,6,4,2,sewing,6.11,0.95,6.11,0.95,none,none,none, sewingmachine,sewing machine,Err:512,Err:512,13,9,4,sewingmachine,5.71,1.00,5.71,1.00,none,none,none, sewn,sewn,1.29,Verb,4,3,1,sew,none,none,6.05,1.00,5.27,none,7.08, sews,sews,0.31,Verb,4,3,1,sew,none,none,6.05,1.00,5.27,none,7.08, sex,sex,152.18,Noun,3,4,1,sex,9.79,1.00,9.79,1.00,none,8.92,8.47, sexagenarian,sexagenarian,0.04,Noun,12,13,6,sexagenarian,15.00,0.72,15.00,0.72,none,none,none, sexed,sexed,0.12,Verb,5,5,1,sex,none,none,9.79,1.00,none,8.92,8.47, sexes,sexes,0.59,Noun,5,6,2,sex,none,none,9.79,1.00,none,8.92,8.47, sexier,sexier,1.06,Adjective,6,6,3,sexy,none,none,10.65,1.00,none,none,none, sexiest,sexiest,1.43,Adjective,7,8,3,sexy,none,none,10.65,1.00,none,none,none, sexiness,sexiness,0.10,Noun,8,8,3,sexiness,11.68,1.00,11.68,1.00,none,none,none, sexing,sexing,0.47,Verb,6,6,2,sex,none,none,9.79,1.00,none,8.92,8.47, sexism,sexism,0.18,Noun,6,8,3,sexism,13.63,1.00,13.63,1.00,none,none,none, sexist,sexist,1.75,Adjective,6,7,2,sexist,11.32,1.00,11.32,1.00,none,none,none, sexists,sexists,0.04,Noun,7,8,2,sexist,none,none,11.32,1.00,none,none,none, sexless,sexless,0.25,Adjective,7,7,2,sexless,14.72,1.00,14.72,1.00,none,none,none, sexology,sexology,0.02,Noun,8,9,4,sexology,15.79,0.95,15.79,0.95,none,none,none, sexploitation,sexploitation,0.02,Noun,13,11,4,sexploitation,17.60,0.83,17.60,0.83,none,none,none, sexpot,sexpot,0.14,Noun,6,7,2,sexpot,13.83,1.00,13.83,1.00,none,none,none, sextant,sextant,0.16,Noun,7,8,2,sextant,13.79,0.67,13.79,0.67,none,none,none, sextants,sextants,0.04,Noun,8,9,2,sextant,none,none,13.79,0.67,none,none,none, sextet,sextet,0.12,Noun,6,7,2,sextet,12.40,0.75,12.40,0.75,none,none,none, sextuplet,sextuplet,0.02,Noun,9,10,3,sextuplet,13.45,1.00,13.45,1.00,none,none,none, sextuplets,sextuplets,0.02,Noun,10,11,3,sextuplet,none,none,13.45,1.00,none,none,none, sexual,sexual,33.20,Adjective,6,7,3,sexual,11.33,1.00,11.33,1.00,none,none,none, sexuality,sexuality,3.10,Noun,9,10,5,sexuality,11.83,1.00,11.83,1.00,none,none,none, sexy,sexy,29.98,Adjective,4,5,2,sexy,10.65,1.00,10.65,1.00,none,none,none, shabbier,shabbier,0.04,Adjective,8,5,3,shabby,none,none,10.56,1.00,none,none,none,9.49 shabbiest,shabbiest,0.02,Adjective,9,7,3,shabby,none,none,10.56,1.00,none,none,none,9.49 shabby,shabby,1.71,Adjective,6,4,2,shabby,10.56,1.00,10.56,1.00,none,none,none,9.49 shack,shack,5.65,Noun,5,3,1,shack,6.15,1.00,6.15,1.00,none,none,7.63, shacked,shacked,0.75,Verb,7,4,1,shack,none,none,6.15,1.00,none,none,7.63, shacking,shacking,0.57,Verb,8,5,2,shack,none,none,6.15,1.00,none,none,7.63, shackle,shackle,0.31,Noun,7,5,2,shackle,12.16,1.00,12.16,1.00,none,none,none, shackled,shackled,0.37,Verb,8,6,2,shackle,none,none,12.16,1.00,none,none,none, shackles,shackles,0.92,Noun,8,6,2,shackle,none,none,12.16,1.00,none,none,none, shacks,shacks,0.53,Noun,6,4,1,shack,none,none,6.15,1.00,none,none,7.63, shade,shade,5.96,Noun,5,3,1,shade,6.37,1.00,6.37,1.00,none,5.96,6.94, shaded,shaded,0.16,Adjective,6,5,2,shaded,5.89,1.00,5.89,1.00,none,none,none, shades,shades,2.84,Noun,6,4,1,shade,none,none,6.37,1.00,none,5.96,6.94, shading,shading,0.31,Noun,7,5,2,shading,8.50,1.00,8.50,1.00,none,none,none, shadings,shadings,0.02,Noun,8,6,2,shading,none,none,8.50,1.00,none,none,none, shadow,shadow,21.18,Noun,6,4,2,shadow,5.00,1.00,5.00,1.00,none,6.30,none,5.49 shadowed,shadowed,0.57,Verb,8,5,2,shadow,none,none,5.00,1.00,none,6.30,none,5.49 shadowing,shadowing,0.49,Verb,9,6,3,shadow,none,none,5.00,1.00,none,6.30,none,5.49 shadows,shadows,11.43,Noun,7,5,2,shadow,none,none,5.00,1.00,none,6.30,none,5.49 shadowy,shadowy,1.69,Adjective,7,5,3,shadowy,6.60,1.00,6.60,1.00,none,none,none, shady,shady,2.35,Adjective,5,4,2,shady,10.65,1.00,10.65,1.00,none,none,none, shaft,shaft,7.71,Noun,5,4,1,shaft,10.17,1.00,10.17,1.00,none,9.87,9.98, shafted,shafted,0.20,Verb,7,6,2,shaft,none,none,10.17,1.00,none,9.87,9.98, shafts,shafts,0.86,Noun,6,5,1,shaft,none,none,10.17,1.00,none,9.87,9.98, shag,shag,1.90,Verb,4,3,1,shag,10.53,1.00,10.53,1.00,none,none,10.82, shagged,shagged,0.25,Verb,7,4,1,shag,none,none,10.53,1.00,none,none,10.82, shagging,shagging,1.06,Verb,8,5,2,shag,none,none,10.53,1.00,none,none,10.82, shags,shags,0.08,Verb,5,4,1,shag,none,none,10.53,1.00,none,none,10.82, shake,shake,39.63,Verb,5,3,1,shake,5.26,1.00,5.26,1.00,5.30,none,6.13, shakedown,shakedown,0.90,Noun,9,6,2,shakedown,12.32,1.00,12.32,1.00,none,none,none, shakedowns,shakedowns,0.08,Noun,10,7,2,shakedown,none,none,12.32,1.00,none,none,none, shaken,shaken,3.31,Verb,6,5,2,shake,none,none,5.26,1.00,5.30,none,6.13, shaker,shaker,1.59,Noun,6,4,2,shaker,8.33,1.00,8.33,1.00,none,8.60,none, shakers,shakers,0.63,Noun,7,5,2,shaker,none,none,8.33,1.00,none,8.60,none, shakes,shakes,4.94,Verb,6,4,1,shake,none,none,5.26,1.00,5.30,none,6.13, shakeup,shakeup,0.06,Noun,7,5,2,shakeup,8.84,1.00,8.84,1.00,none,none,none, shakier,shakier,0.04,Adjective,7,5,3,shaky,none,none,8.00,1.00,none,none,none, shakiest,shakiest,0.16,Adjective,8,7,3,shaky,none,none,8.00,1.00,none,none,none, shaking,shaking,12.88,Verb,7,5,2,shake,none,none,5.26,1.00,5.30,none,6.13, shaky,shaky,2.96,Adjective,5,4,2,shaky,8.00,1.00,8.00,1.00,none,none,none, shale,shale,0.18,Noun,5,3,1,shale,11.94,0.89,11.94,0.89,none,none,12.22, shall,shall,185.12,Verb,5,3,1,shall,8.42,1.00,8.42,1.00,5.37,none,8.19, shallot,shallot,0.04,Noun,7,5,2,shallot,14.79,0.64,14.79,0.64,none,none,none, shallots,shallots,0.24,Noun,8,6,2,shallot,none,none,14.79,0.64,none,none,none, shallow,shallow,5.90,Adjective,7,4,2,shallow,7.00,1.00,7.00,1.00,none,7.09,none,7.19 shallower,shallower,0.04,Adjective,9,5,3,shallow,none,none,7.00,1.00,none,7.09,none,7.19 shallowest,shallowest,0.04,Adjective,10,7,3,shallow,none,none,7.00,1.00,none,7.09,none,7.19 shallowness,shallowness,0.10,Noun,11,7,3,shallowness,10.33,1.00,10.33,1.00,none,none,none, shallows,shallows,0.39,Noun,8,5,2,shallows,11.39,1.00,11.39,1.00,none,none,none, sham,sham,1.51,Noun,4,3,1,sham,11.60,1.00,11.60,1.00,none,none,10.65, shaman,shaman,2.51,Noun,6,5,2,shaman,12.25,0.89,12.25,0.89,none,none,none,12.75 shamanic,shamanic,0.08,Adjective,8,7,3,shamanic,16.42,0.63,16.42,0.63,none,none,none, shamanism,shamanism,0.14,Noun,9,8,3,shamanism,14.07,0.78,14.07,0.78,none,none,none, shamanistic,shamanistic,0.02,Adjective,11,10,4,shamanistic,13.86,0.39,13.86,0.39,none,none,none, shamans,shamans,0.16,Noun,7,6,2,shaman,none,none,12.25,0.89,none,none,none,12.75 shamble,shamble,0.04,Verb,7,6,2,shamble,11.16,1.00,11.16,1.00,none,none,none, shambles,shambles,0.92,Noun,8,7,2,shamble,none,none,11.16,1.00,none,none,none, shame,shame,41.57,Noun,5,3,1,shame,6.55,1.00,6.55,1.00,6.70,7.34,7.08, shamed,shamed,0.86,Verb,6,4,1,shame,none,none,6.55,1.00,6.70,7.34,7.08, shameful,shameful,1.92,Adjective,8,6,2,shameful,7.89,1.00,7.89,1.00,none,none,none, shameless,shameless,1.90,Adjective,9,6,2,shameless,9.79,1.00,9.79,1.00,none,none,none, shamelessness,shamelessness,0.02,Noun,13,9,3,shamelessness,10.50,1.00,10.50,1.00,none,none,none, shames,shames,0.12,Verb,6,4,1,shame,none,none,6.55,1.00,6.70,7.34,7.08, shaming,shaming,0.27,Verb,7,5,2,shame,none,none,6.55,1.00,6.70,7.34,7.08, shamming,shamming,0.06,Verb,8,5,2,sham,none,none,11.60,1.00,none,none,10.65, shampoo,shampoo,4.22,Noun,7,5,2,shampoo,5.39,1.00,5.39,1.00,none,none,none,4.64 shampooed,shampooed,0.16,Verb,9,6,2,shampoo,none,none,5.39,1.00,none,none,none,4.64 shampooing,shampooing,0.16,Verb,10,7,3,shampoo,none,none,5.39,1.00,none,none,none,4.64 shampoos,shampoos,0.31,Noun,8,6,2,shampoo,none,none,5.39,1.00,none,none,none,4.64 shamrock,shamrock,0.27,Noun,8,6,2,shamrock,10.00,1.00,10.00,1.00,none,none,none, shamrocks,shamrocks,0.04,Noun,9,7,2,shamrock,none,none,10.00,1.00,none,none,none, shams,shams,0.10,Noun,5,4,1,sham,none,none,11.60,1.00,none,none,10.65, shank,shank,1.35,Noun,5,4,1,shank,11.89,0.95,11.89,0.95,none,none,11.10, shanks,shanks,0.59,Noun,6,5,1,shank,none,none,11.89,0.95,none,none,11.10, shanties,shanties,0.06,Noun,8,6,2,shanty,none,none,13.33,0.95,none,none,none, shanty,shanty,0.45,Noun,6,5,2,shanty,13.33,0.95,13.33,0.95,none,none,none, shantytown,shantytown,0.08,Noun,10,8,3,shantytown,13.69,0.89,13.69,0.89,none,none,none, shantytowns,shantytowns,0.02,Noun,11,9,3,shantytown,none,none,13.69,0.89,none,none,none, shape,shape,30.24,Noun,5,3,1,shape,4.47,1.00,4.47,1.00,5.51,5.24,5.20, shaped,shaped,3.55,Verb,6,4,1,shape,none,none,4.47,1.00,5.51,5.24,5.20, shapeless,shapeless,0.10,Adjective,9,6,2,shapeless,10.09,1.00,10.09,1.00,none,none,none, shapelier,shapelier,0.02,Adjective,9,6,3,shapely,none,none,12.71,1.00,none,none,none, shapely,shapely,0.35,Adjective,7,5,2,shapely,12.71,1.00,12.71,1.00,none,none,none, shaper,shaper,0.08,Noun,6,4,2,shaper,9.00,0.89,9.00,0.89,none,none,none, shapes,shapes,1.90,Noun,6,4,1,shape,none,none,4.47,1.00,5.51,5.24,5.20, shaping,shaping,1.04,Verb,7,5,2,shape,none,none,4.47,1.00,5.51,5.24,5.20, shard,shard,0.73,Noun,5,4,1,shard,9.90,1.00,9.90,1.00,none,none,none, shards,shards,0.37,Noun,6,5,1,shard,none,none,9.90,1.00,none,none,none, share,share,69.51,Verb,5,3,1,share,4.84,1.00,4.84,1.00,5.54,5.15,4.27, sharecropper,sharecropper,0.10,Noun,12,8,3,sharecropper,14.56,0.76,14.56,0.76,none,none,none, sharecroppers,sharecroppers,0.10,Noun,13,9,3,sharecropper,none,none,14.56,0.76,none,none,none, shared,shared,10.47,Verb,6,4,1,share,none,none,4.84,1.00,5.54,5.15,4.27, shareholder,shareholder,0.53,Noun,11,8,3,shareholder,14.25,1.00,14.25,1.00,none,none,none, shareholders,shareholders,0.94,Noun,12,9,3,shareholder,none,none,14.25,1.00,none,none,none, sharer,sharer,0.04,Noun,6,4,2,sharer,8.47,0.89,8.47,0.89,none,none,none, shares,shares,6.35,Noun,6,4,1,share,none,none,4.84,1.00,5.54,5.15,4.27, sharing,sharing,12.22,Verb,7,5,2,share,none,none,4.84,1.00,5.54,5.15,4.27, shark,shark,14.98,Noun,5,4,1,shark,5.47,1.00,5.47,1.00,none,5.18,4.67, sharking,sharking,0.14,Verb,8,6,2,shark,none,none,5.47,1.00,none,5.18,4.67, sharks,sharks,7.35,Noun,6,5,1,shark,none,none,5.47,1.00,none,5.18,4.67, sharkskin,sharkskin,0.06,Noun,9,8,2,sharkskin,8.94,0.94,8.94,0.94,none,none,none, sharp,sharp,23.78,Adjective,5,4,1,sharp,6.11,1.00,6.11,1.00,none,4.77,5.19, sharpen,sharpen,1.12,Verb,7,6,2,sharpen,5.61,1.00,5.61,1.00,none,none,none, sharpened,sharpened,1.00,Verb,9,7,2,sharpen,none,none,5.61,1.00,none,none,none, sharpener,sharpener,0.33,Noun,9,7,3,sharpener,6.44,1.00,6.44,1.00,none,none,none, sharpeners,sharpeners,0.04,Noun,10,8,3,sharpener,none,none,6.44,1.00,none,none,none, sharpening,sharpening,0.47,Verb,10,8,3,sharpen,none,none,5.61,1.00,none,none,none, sharpens,sharpens,0.18,Verb,8,7,2,sharpen,none,none,5.61,1.00,none,none,none, sharper,sharper,1.27,Adjective,7,5,2,sharp,none,none,6.11,1.00,none,4.77,5.19, sharpest,sharpest,0.73,Adjective,8,7,2,sharp,none,none,6.11,1.00,none,4.77,5.19, sharpie,sharpie,0.14,Noun,7,5,2,sharpie,9.61,1.00,9.61,1.00,none,none,none, sharpies,sharpies,0.10,Noun,8,6,2,sharpie,none,none,9.61,1.00,none,none,none, sharpness,sharpness,0.24,Noun,9,7,2,sharpness,8.58,1.00,8.58,1.00,none,none,none, sharpshooter,sharpshooter,0.53,Noun,12,8,3,sharpshooter,11.06,1.00,11.06,1.00,none,none,none, sharpshooters,sharpshooters,0.45,Noun,13,9,3,sharpshooter,none,none,11.06,1.00,none,none,none, sharpshooting,sharpshooting,0.08,Verb,13,9,3,sharpshooting,13.10,1.00,13.10,1.00,none,none,none, shat,shat,0.47,Verb,4,3,1,shit,none,none,6.53,1.00,none,none,none, shatter,shatter,1.41,Verb,7,4,2,shatter,9.33,1.00,9.33,1.00,none,none,none,8.53 shattered,shattered,4.20,Verb,9,5,2,shatter,none,none,9.33,1.00,none,none,none,8.53 shattering,shattering,0.76,Adjective,10,6,3,shattering,8.00,1.00,8.00,1.00,none,none,none, shatterproof,shatterproof,0.14,Adjective,12,8,3,shatterproof,10.44,1.00,10.44,1.00,none,none,none, shatters,shatters,0.57,Verb,8,5,2,shatter,none,none,9.33,1.00,none,none,none,8.53 shave,shave,13.76,Verb,5,3,1,shave,5.89,1.00,5.89,1.00,none,7.86,7.56, shaved,shaved,4.45,Verb,6,4,1,shave,none,none,5.89,1.00,none,7.86,7.56, shaven,shaven,0.20,Adjective,6,5,2,shaven,8.39,1.00,8.39,1.00,none,none,none, shaver,shaver,0.47,Noun,6,4,2,shaver,7.89,1.00,7.89,1.00,none,none,none, shavers,shavers,0.22,Noun,7,5,2,shaver,none,none,7.89,1.00,none,none,none, shaves,shaves,0.49,Verb,6,4,1,shave,none,none,5.89,1.00,none,7.86,7.56, shaving,shaving,5.84,Verb,7,5,2,shave,none,none,5.89,1.00,none,7.86,7.56, shawl,shawl,1.37,Noun,5,3,1,shawl,9.74,1.00,9.74,1.00,none,6.67,9.31, shawls,shawls,0.16,Noun,6,4,1,shawl,none,none,9.74,1.00,none,6.67,9.31, she,she,3732.88,Pronoun,3,2,1,she,3.57,1.00,3.57,1.00,4.02,none,3.24, sheaf,sheaf,0.04,Noun,5,3,1,sheaf,11.07,0.83,11.07,0.83,none,none,none, shear,shear,0.41,Verb,5,3,1,shear,8.67,1.00,8.67,1.00,none,none,10.10, sheared,sheared,0.35,Verb,7,4,1,shear,none,none,8.67,1.00,none,none,10.10, shearing,shearing,0.20,Verb,8,5,2,shear,none,none,8.67,1.00,none,none,10.10, shears,shears,0.94,Noun,6,4,1,shears,9.46,1.00,9.46,1.00,none,none,none, shearwater,shearwater,0.04,Noun,10,7,4,shearwater,15.22,0.50,15.22,0.50,none,none,none, sheath,sheath,0.49,Noun,6,3,1,sheath,10.93,0.78,10.93,0.78,none,none,11.41, sheathe,sheathe,0.10,Verb,7,3,1,sheathe,14.13,0.79,14.13,0.79,none,none,12.90, sheathed,sheathed,0.10,Verb,8,4,1,sheathe,none,none,14.13,0.79,none,none,12.90, sheaths,sheaths,0.04,Noun,7,4,1,sheath,none,none,10.93,0.78,none,none,11.41, sheave,sheave,Err:512,Err:512,6,3,1,sheave,13.25,0.44,13.25,0.44,none,none,13.09, sheaves,sheaves,0.08,Noun,7,4,1,sheaf,none,none,11.07,0.83,none,none,none, shebang,shebang,0.59,Noun,7,5,2,shebang,9.92,0.63,9.92,0.63,none,none,none, shed,shed,10.98,Verb,4,3,1,shed,7.33,1.00,7.33,1.00,none,4.79,6.47, shedder,shedder,0.02,Noun,7,4,2,shedder,9.87,0.79,9.87,0.79,none,none,none, shedders,shedders,0.02,Noun,8,5,2,shedder,none,none,9.87,0.79,none,none,none, shedding,shedding,0.49,Verb,8,5,2,shed,none,none,7.33,1.00,none,4.79,6.47, sheds,sheds,0.41,Noun,5,4,1,shed,none,none,7.33,1.00,none,4.79,6.47, sheen,sheen,0.94,Name,5,3,1,sheen,10.39,0.90,10.39,0.90,none,none,11.85, sheens,sheens,0.02,Noun,6,4,1,sheen,none,none,10.39,0.90,none,none,11.85, sheep,sheep,13.43,Noun,5,3,1,sheep,4.25,1.00,4.25,1.00,4.19,4.18,4.72, sheepdog,sheepdog,0.53,Noun,8,6,2,sheepdog,7.11,1.00,7.11,1.00,none,none,none, sheepdogs,sheepdogs,0.08,Noun,9,7,2,sheepdog,none,none,7.11,1.00,none,none,none, sheepfold,sheepfold,0.02,Adjective,9,7,2,sheepfold,13.80,0.48,13.80,0.48,none,none,none, sheepherder,sheepherder,0.22,Noun,11,7,3,sheepherder,9.10,1.00,9.10,1.00,none,none,none, sheepherders,sheepherders,0.06,Noun,12,8,3,sheepherder,none,none,9.10,1.00,none,none,none, sheepish,sheepish,0.10,Adjective,8,5,2,sheepish,11.56,0.89,11.56,0.89,none,none,none, sheepshank,sheepshank,0.02,Noun,10,7,2,sheepshank,13.71,0.39,13.71,0.39,none,none,none, sheepskin,sheepskin,0.27,Noun,9,7,2,sheepskin,10.21,1.00,10.21,1.00,none,none,none, sheer,sheer,4.57,Adjective,5,3,1,sheer,9.63,1.00,9.63,1.00,none,10.17,9.31, sheerest,sheerest,0.02,Adjective,8,6,3,sheer,none,none,9.63,1.00,none,10.17,9.31, sheet,sheet,11.61,Noun,5,3,1,sheet,5.33,1.00,5.33,1.00,none,5.16,5.56, sheeting,sheeting,0.12,Noun,8,5,2,sheeting,10.73,0.83,10.73,0.83,none,none,none, sheetrock,sheetrock,0.31,Noun,9,6,2,sheetrock,12.89,1.00,12.89,1.00,none,none,none, sheets,sheets,12.47,Noun,6,4,1,sheet,none,none,5.33,1.00,none,5.16,5.56, sheik,sheik,1.51,Noun,5,3,1,sheik,12.82,0.81,12.82,0.81,none,none,12.37, sheikh,sheikh,0.59,Noun,6,3,1,sheik,none,none,12.82,0.81,none,none,12.37, sheikhs,sheikhs,0.10,Noun,7,4,1,sheik,none,none,12.82,0.81,none,none,12.37, sheiks,sheiks,0.10,Noun,6,4,1,sheik,none,none,12.82,0.81,none,none,12.37, shekel,shekel,0.14,Noun,6,5,2,shekel,10.67,0.67,10.67,0.67,none,none,none, shekels,shekels,0.14,Noun,7,6,2,shekels,14.94,0.80,14.94,0.80,none,none,none, shelf,shelf,6.96,Noun,5,4,1,shelf,5.50,1.00,5.50,1.00,none,5.75,5.99, shell,shell,13.22,Noun,5,3,1,shell,5.22,1.00,5.22,1.00,none,5.75,5.13, shellacking,shellacking,0.18,Noun,11,7,3,shellacking,12.87,0.79,12.87,0.79,none,none,none, shelled,shelled,0.76,Verb,7,4,1,shell,none,none,5.22,1.00,none,5.75,5.13, shellfire,shellfire,0.08,Noun,9,6,3,shellfire,12.75,0.40,12.75,0.40,none,none,none, shellfish,shellfish,0.98,Noun,9,6,2,shellfish,9.10,1.00,9.10,1.00,none,none,none, shells,shells,5.57,Noun,6,4,1,shell,none,none,5.22,1.00,none,5.75,5.13, shellshock,shellshock,0.02,Noun,10,6,2,shellshock,13.17,1.00,13.17,1.00,none,none,none, shelter,shelter,11.67,Noun,7,5,2,shelter,9.21,1.00,9.21,1.00,7.05,none,none,7.49 sheltering,sheltering,0.20,Verb,10,7,3,shelter,none,none,9.21,1.00,7.05,none,none,7.49 shelters,shelters,1.31,Noun,8,6,2,shelter,none,none,9.21,1.00,7.05,none,none,7.49 shelve,shelve,0.20,Verb,6,4,1,shelve,6.38,1.00,6.38,1.00,none,none,6.67, shelved,shelved,0.12,Verb,7,5,1,shelve,none,none,6.38,1.00,none,none,6.67, shelves,shelves,2.75,Noun,7,5,1,shelf,none,none,5.50,1.00,none,5.75,5.99, shenanigan,shenanigan,0.06,Noun,10,9,4,shenanigan,10.50,1.00,10.50,1.00,none,none,none, shenanigans,shenanigans,1.18,Noun,11,10,4,shenanigan,none,none,10.50,1.00,none,none,none, shepherd,shepherd,7.43,Noun,8,5,2,shepherd,6.67,1.00,6.67,1.00,none,5.62,none, shepherdess,shepherdess,0.12,Noun,11,7,3,shepherdess,9.42,0.67,9.42,0.67,none,none,none, shepherds,shepherds,0.75,Noun,9,6,2,shepherd,none,none,6.67,1.00,none,5.62,none, sherbet,sherbet,0.57,Noun,7,5,2,sherbet,7.00,0.94,7.00,0.94,none,none,none,6.68 sherbets,sherbets,0.02,Noun,8,7,2,sherbet,none,none,7.00,0.94,none,none,none,6.68 sheriff,sheriff,61.08,Noun,7,5,2,sheriff,6.00,1.00,6.00,1.00,none,none,none,6.61 sheriffs,sheriffs,1.16,Noun,8,6,2,sheriff,none,none,6.00,1.00,none,none,none,6.61 sherries,sherries,0.08,Noun,8,5,2,sherry,none,none,13.58,1.00,none,9.83,none, sherry,sherry,13.82,Noun,6,4,2,sherry,13.58,1.00,13.58,1.00,none,9.83,none, shiatsu,shiatsu,0.35,Noun,7,6,3,shiatsu,16.92,0.63,16.92,0.63,none,none,none, shied,shied,0.29,Verb,5,3,1,shy,none,none,5.32,1.00,5.33,none,5.68, shield,shield,8.20,Noun,6,4,1,shield,6.50,1.00,6.50,1.00,none,7.03,7.36, shielded,shielded,0.51,Verb,8,6,2,shield,none,none,6.50,1.00,none,7.03,7.36, shielding,shielding,0.82,Verb,9,6,2,shield,none,none,6.50,1.00,none,7.03,7.36, shields,shields,5.14,Noun,7,5,1,shield,none,none,6.50,1.00,none,7.03,7.36, shier,shier,0.02,Adjective,5,3,2,shy,none,none,5.32,1.00,5.33,none,5.68, shies,shies,0.04,Verb,5,3,1,shy,none,none,5.32,1.00,5.33,none,5.68, shift,shift,22.82,Noun,5,4,1,shift,9.17,1.00,9.17,1.00,none,7.60,8.96, shifted,shifted,1.49,Verb,7,6,2,shift,none,none,9.17,1.00,none,7.60,8.96, shifter,shifter,0.29,Noun,7,5,2,shifter,11.06,0.86,11.06,0.86,none,none,none, shiftiest,shiftiest,0.04,Adjective,9,8,3,shifty,none,none,11.68,1.00,none,none,none, shiftless,shiftless,0.33,Adjective,9,7,2,shiftless,12.12,0.89,12.12,0.89,none,none,none, shifts,shifts,5.18,Noun,6,5,1,shift,none,none,9.17,1.00,none,7.60,8.96, shifty,shifty,0.73,Adjective,6,5,2,shifty,11.68,1.00,11.68,1.00,none,none,none, shiitake,shiitake,0.08,Noun,8,5,2,shiitake,12.88,0.89,12.88,0.89,none,none,none, shill,shill,0.27,Noun,5,3,1,shill,11.77,0.65,11.77,0.65,none,none,12.32, shillelagh,shillelagh,0.18,Noun,10,6,3,shillelagh,17.00,0.53,17.00,0.53,none,none,none, shillelaghs,shillelaghs,0.04,Noun,11,7,3,shillelagh,none,none,17.00,0.53,none,none,none, shilling,shilling,1.47,Noun,8,5,2,shilling,11.16,0.90,11.16,0.90,none,none,none,11.90 shillings,shillings,1.53,Noun,9,6,2,shilling,none,none,11.16,0.90,none,none,none,11.90 shills,shills,0.16,Noun,6,4,1,shill,none,none,11.77,0.65,none,none,12.32, shim,shim,0.16,Verb,4,3,1,shim,11.92,0.63,11.92,0.63,none,none,none, shimmer,shimmer,0.55,Verb,7,4,2,shimmer,10.00,1.00,10.00,1.00,none,none,none,8.70 shimmering,shimmering,0.63,Adjective,10,6,3,shimmering,10.05,1.00,10.05,1.00,none,none,none, shimmers,shimmers,0.06,Verb,8,5,2,shimmer,none,none,10.00,1.00,none,none,none,8.70 shimmery,shimmery,0.08,Adjective,8,6,3,shimmery,8.84,1.00,8.84,1.00,none,none,none, shimmied,shimmied,0.06,Verb,8,5,2,shimmy,none,none,10.00,0.95,none,none,none, shimmies,shimmies,0.04,Noun,8,5,2,shimmy,none,none,10.00,0.95,none,none,none, shimmy,shimmy,1.16,Noun,6,4,2,shimmy,10.00,0.95,10.00,0.95,none,none,none, shimmying,shimmying,0.16,Verb,9,6,3,shimmy,none,none,10.00,0.95,none,none,none, shin,shin,3.08,Noun,4,3,1,shin,8.39,1.00,8.39,1.00,none,none,7.35, shinbone,shinbone,0.29,Noun,8,6,2,shinbone,9.12,0.94,9.12,0.94,none,none,none, shinbones,shinbones,0.02,Noun,9,7,2,shinbone,none,none,9.12,0.94,none,none,none, shindig,shindig,1.35,Noun,7,6,2,shindig,11.29,0.94,11.29,0.94,none,none,none, shindigs,shindigs,0.04,Noun,8,7,2,shindig,none,none,11.29,0.94,none,none,none, shine,shine,20.65,Verb,5,3,1,shine,5.79,1.00,5.79,1.00,none,5.88,6.40, shined,shined,0.98,Verb,6,4,1,shine,none,none,5.79,1.00,none,5.88,6.40, shiner,shiner,0.75,Noun,6,4,2,shiner,8.21,1.00,8.21,1.00,none,none,none,10.41 shiners,shiners,0.10,Noun,7,5,2,shiner,none,none,8.21,1.00,none,none,none,10.41 shines,shines,3.61,Verb,6,4,1,shine,none,none,5.79,1.00,none,5.88,6.40, shingle,shingle,0.75,Noun,7,6,2,shingle,8.56,1.00,8.56,1.00,none,none,none,10.13 shingles,shingles,0.65,Noun,8,7,2,shingles,9.20,1.00,9.20,1.00,none,none,none, shinier,shinier,0.12,Adjective,7,5,3,shiny,none,none,4.32,1.00,none,4.98,none, shiniest,shiniest,0.04,Adjective,8,7,3,shiny,none,none,4.32,1.00,none,4.98,none, shining,shining,9.82,Adjective,7,5,2,shining,7.00,1.00,7.00,1.00,none,none,none, shinny,shinny,0.06,Adjective,6,4,2,shinny,7.69,0.84,7.69,0.84,none,none,none, shinplaster,shinplaster,0.02,Noun,11,9,3,shinplaster,10.50,0.20,10.50,0.20,none,none,none, shins,shins,0.49,Noun,5,4,1,shin,none,none,8.39,1.00,none,none,7.35, shiny,shiny,7.80,Adjective,5,4,2,shiny,4.32,1.00,4.32,1.00,none,4.98,none, ship,ship,98.88,Noun,4,3,1,ship,5.33,1.00,5.33,1.00,none,5.13,4.53, shipboard,shipboard,0.22,Noun,9,7,2,shipboard,10.12,0.85,10.12,0.85,none,none,none, shipbuilder,shipbuilder,0.04,Noun,11,8,3,shipbuilder,7.50,1.00,7.50,1.00,9.21,none,none, shipbuilders,shipbuilders,0.08,Verb,12,9,3,shipbuilder,none,none,7.50,1.00,9.21,none,none, shipbuilding,shipbuilding,0.10,Noun,12,9,3,shipbuilding,9.29,0.94,9.29,0.94,none,none,none, shipload,shipload,0.06,Noun,8,6,2,shipload,8.68,1.00,8.68,1.00,none,none,none, shiploads,shiploads,0.02,Noun,9,7,2,shipload,none,none,8.68,1.00,none,none,none, shipmate,shipmate,0.33,Noun,8,6,2,shipmate,9.42,1.00,9.42,1.00,none,none,none, shipmates,shipmates,0.67,Noun,9,7,2,shipmate,none,none,9.42,1.00,none,none,none, shipment,shipment,6.31,Noun,8,7,2,shipment,9.74,1.00,9.74,1.00,none,none,none,9.67 shipments,shipments,0.82,Noun,9,8,2,shipment,none,none,9.74,1.00,none,none,none,9.67 shipped,shipped,4.20,Verb,7,4,1,ship,none,none,5.33,1.00,none,5.13,4.53, shipper,shipper,0.12,Noun,7,4,2,shipper,9.94,0.94,9.94,0.94,none,none,none, shippers,shippers,0.12,Noun,8,5,2,shipper,none,none,9.94,0.94,none,none,none, shipping,shipping,6.31,Noun,8,5,2,shipping,9.15,1.00,9.15,1.00,none,none,none, ships,ships,19.65,Noun,5,4,1,ship,none,none,5.33,1.00,none,5.13,4.53, shipshape,shipshape,0.59,Adjective,9,6,2,shipshape,8.69,0.84,8.69,0.84,none,none,none, shipwreck,shipwreck,0.53,Noun,9,6,2,shipwreck,10.35,1.00,10.35,1.00,none,none,none, shipwrecked,shipwrecked,0.65,Verb,11,7,2,shipwreck,none,none,10.35,1.00,none,none,none, shipwrecks,shipwrecks,0.06,Noun,10,7,2,shipwreck,none,none,10.35,1.00,none,none,none, shipwright,shipwright,0.00,Err:512,10,6,2,shipwright,12.29,0.70,12.29,0.70,11.31,none,none, shipyard,shipyard,0.84,Noun,8,7,2,shipyard,10.47,0.94,10.47,0.94,none,none,none, shipyards,shipyards,0.35,Noun,9,8,2,shipyard,none,none,10.47,0.94,none,none,none, shiraz,shiraz,0.12,Noun,6,5,2,shiraz,18.56,0.47,18.56,0.47,none,none,none, shire,shire,0.86,Noun,5,3,1,shire,10.92,0.72,10.92,0.72,none,none,none, shires,shires,0.08,Noun,6,4,1,shire,none,none,10.92,0.72,none,none,none, shirk,shirk,0.25,Verb,5,3,1,shirk,13.00,0.78,13.00,0.78,none,none,12.60, shirker,shirker,0.06,Noun,7,4,2,shirker,14.36,0.74,14.36,0.74,none,none,none, shirkers,shirkers,0.04,Noun,8,5,2,shirker,none,none,14.36,0.74,none,none,none, shirking,shirking,0.12,Verb,8,5,2,shirk,none,none,13.00,0.78,none,none,12.60, shirks,shirks,0.06,Noun,6,4,1,shirk,none,none,13.00,0.78,none,none,12.60, shirt,shirt,46.37,Noun,5,3,1,shirt,3.53,1.00,3.53,1.00,none,5.50,3.74, shirtfront,shirtfront,0.02,Noun,10,8,2,shirtfront,10.41,0.89,10.41,0.89,none,none,none, shirtless,shirtless,0.27,Adjective,9,6,2,shirtless,7.00,1.00,7.00,1.00,none,none,none, shirts,shirts,8.71,Noun,6,4,1,shirt,none,none,3.53,1.00,none,5.50,3.74, shirtsleeve,shirtsleeve,0.02,Verb,11,7,2,shirtsleeve,6.47,0.95,6.47,0.95,none,none,none, shirtsleeves,shirtsleeves,0.06,Noun,12,8,2,shirtsleeve,none,none,6.47,0.95,none,none,none, shirttail,shirttail,0.29,Noun,9,5,2,shirttail,8.89,0.95,8.89,0.95,none,none,none, shirttails,shirttails,0.14,Noun,10,6,2,shirttail,none,none,8.89,0.95,none,none,none, shit,shit,474.65,Noun,4,3,1,shit,6.53,1.00,6.53,1.00,none,none,none, shitfaced,shitfaced,0.41,Adjective,9,7,2,shitfaced,12.76,0.94,12.76,0.94,none,none,none, shithead,shithead,3.35,Noun,8,6,2,shithead,11.84,0.95,11.84,0.95,none,none,none, shitheads,shitheads,0.49,Noun,9,7,2,shithead,none,none,11.84,0.95,none,none,none, shitload,shitload,1.57,Noun,8,6,2,shitload,11.53,0.94,11.53,0.94,none,none,none, shits,shits,2.22,Noun,5,4,1,shit,none,none,6.53,1.00,none,none,none, shitted,shitted,0.12,Verb,7,5,2,shit,none,none,6.53,1.00,none,none,none, shittier,shittier,0.08,Adjective,8,5,3,shitty,none,none,10.06,0.95,none,none,none, shittiest,shittiest,0.08,Adjective,9,7,3,shitty,none,none,10.06,0.95,none,none,none, shitting,shitting,3.55,Verb,8,5,2,shit,none,none,6.53,1.00,none,none,none, shitty,shitty,7.27,Adjective,6,4,2,shitty,10.06,0.95,10.06,0.95,none,none,none, shiver,shiver,1.53,Verb,6,4,2,shiver,7.50,1.00,7.50,1.00,none,6.24,none,6.97 shivered,shivered,0.14,Verb,8,5,2,shiver,none,none,7.50,1.00,none,6.24,none,6.97 shivering,shivering,1.61,Verb,9,6,3,shiver,none,none,7.50,1.00,none,6.24,none,6.97 shivers,shivers,0.61,Noun,7,5,2,shiver,none,none,7.50,1.00,none,6.24,none,6.97 shivery,shivery,0.12,Adjective,7,5,3,shivery,10.87,0.79,10.87,0.79,none,none,none, shoal,shoal,0.20,Noun,5,3,1,shoal,13.07,0.79,13.07,0.79,none,none,12.09, shoals,shoals,0.24,Noun,6,4,1,shoal,none,none,13.07,0.79,none,none,12.09, shoat,shoat,0.02,Noun,5,3,1,shoat,12.67,0.16,12.67,0.16,none,none,none, shoats,shoats,0.02,Noun,6,5,2,shoat,none,none,12.67,0.16,none,none,none, shock,shock,28.78,Noun,5,3,1,shock,7.53,1.00,7.53,1.00,7.58,none,6.87, shocker,shocker,0.94,Noun,7,4,2,shocker,11.58,1.00,11.58,1.00,none,none,none, shockers,shockers,0.02,Name,8,5,2,shocker,none,none,11.58,1.00,none,none,none, shocking,shocking,6.18,Adjective,8,5,2,shocking,7.61,1.00,7.61,1.00,none,none,none, shockproof,shockproof,0.02,Verb,10,7,2,shockproof,12.26,1.00,12.26,1.00,none,none,none, shocks,shocks,1.08,Noun,6,4,1,shock,none,none,7.53,1.00,7.58,none,6.87, shockwave,shockwave,0.24,Noun,9,6,2,shockwave,11.16,1.00,11.16,1.00,none,none,none, shod,shod,0.12,Verb,4,3,1,shoe,none,none,2.60,1.00,none,3.29,3.72, shoddiest,shoddiest,0.04,Adjective,9,7,3,shoddy,none,none,11.61,0.95,none,none,none,11.90 shoddy,shoddy,0.73,Adjective,6,4,2,shoddy,11.61,0.95,11.61,0.95,none,none,none,11.90 shoe,shoe,30.39,Noun,4,2,1,shoe,2.60,1.00,2.60,1.00,none,3.29,3.72, shoed,shoed,0.06,Verb,5,3,1,shoe,none,none,2.60,1.00,none,3.29,3.72, shoehorn,shoehorn,0.25,Noun,8,6,2,shoehorn,7.89,0.95,7.89,0.95,none,none,none, shoehorns,shoehorns,0.06,Noun,9,7,2,shoehorn,none,none,7.89,0.95,none,none,none, shoeing,shoeing,0.20,Verb,7,4,2,shoe,none,none,2.60,1.00,none,3.29,3.72, shoelace,shoelace,0.75,Noun,8,5,2,shoelace,4.16,1.00,4.16,1.00,none,none,none, shoelaces,shoelaces,1.06,Noun,9,7,3,shoelace,none,none,4.16,1.00,none,none,none, shoemaker,shoemaker,0.59,Noun,9,6,3,shoemaker,7.58,1.00,7.58,1.00,none,none,none, shoemakers,shoemakers,0.02,Noun,10,7,3,shoemaker,none,none,7.58,1.00,none,none,none, shoes,shoes,74.16,Noun,5,3,1,shoe,none,none,2.60,1.00,none,3.29,3.72, shoeshine,shoeshine,0.71,Noun,9,5,2,shoeshine,7.05,1.00,7.05,1.00,none,none,none, shoestring,shoestring,0.25,Noun,10,7,2,shoestring,6.21,1.00,6.21,1.00,none,none,none, shoestrings,shoestrings,0.10,Noun,11,8,2,shoestring,none,none,6.21,1.00,none,none,none, shoetree,shoetree,0.04,Noun,8,5,2,shoetree,11.42,0.55,11.42,0.55,none,none,none, shoetrees,shoetrees,0.04,Noun,9,6,2,shoetree,none,none,11.42,0.55,none,none,none, shogun,shogun,0.67,Name,6,5,2,shogun,11.40,0.75,11.40,0.75,none,none,none,11.80 shoguns,shoguns,0.04,Noun,7,6,2,shogun,none,none,11.40,0.75,none,none,none,11.80 shone,shone,0.59,Verb,5,3,1,shine,none,none,5.79,1.00,none,5.88,6.40, shook,shook,5.94,Verb,5,3,1,shake,none,none,5.26,1.00,5.30,none,6.13, shoot,shoot,164.94,Verb,5,3,1,shoot,5.53,1.00,5.53,1.00,none,6.66,5.40, shooter,shooter,9.78,Noun,7,4,2,shooter,8.00,1.00,8.00,1.00,none,none,none, shooters,shooters,2.00,Noun,8,5,2,shooter,none,none,8.00,1.00,none,none,none, shooting,shooting,56.29,Verb,8,5,2,shoot,none,none,5.53,1.00,none,6.66,5.40, shootout,shootout,1.04,Noun,8,5,2,shootout,8.72,1.00,8.72,1.00,none,none,none, shootouts,shootouts,0.04,Verb,9,6,2,shootout,none,none,8.72,1.00,none,none,none, shoots,shoots,6.98,Verb,6,4,1,shoot,none,none,5.53,1.00,none,6.66,5.40, shop,shop,53.55,Noun,4,3,1,shop,5.78,1.00,5.78,1.00,4.37,4.88,5.59, shopkeeper,shopkeeper,0.39,Noun,10,7,3,shopkeeper,8.11,1.00,8.11,1.00,6.04,none,none, shopkeepers,shopkeepers,0.25,Noun,11,8,3,shopkeeper,none,none,8.11,1.00,6.04,none,none, shopkeeping,shopkeeping,Err:512,Err:512,11,8,3,shopkeeping,11.07,1.00,11.07,1.00,7.76,none,none, shoplift,shoplift,0.33,Verb,8,7,2,shoplift,8.47,1.00,8.47,1.00,10.23,none,none, shoplifted,shoplifted,0.27,Verb,10,9,3,shoplift,none,none,8.47,1.00,10.23,none,none, shoplifter,shoplifter,0.49,Noun,10,8,3,shoplifter,8.74,1.00,8.74,1.00,none,none,none, shoplifters,shoplifters,0.18,Noun,11,9,3,shoplifter,none,none,8.74,1.00,none,none,none, shoplifting,shoplifting,1.53,Noun,11,9,3,shoplifting,8.83,1.00,8.83,1.00,none,none,none, shopped,shopped,0.47,Verb,7,4,1,shop,none,none,5.78,1.00,4.37,4.88,5.59, shopper,shopper,0.65,Noun,7,4,2,shopper,6.58,1.00,6.58,1.00,none,none,none, shoppers,shoppers,1.22,Noun,8,5,2,shopper,none,none,6.58,1.00,none,none,none, shopping,shopping,30.00,Noun,8,5,2,shopping,4.70,1.00,4.70,1.00,5.86,none,none, shops,shops,4.49,Noun,5,4,1,shop,none,none,5.78,1.00,4.37,4.88,5.59, shoptalk,shoptalk,0.12,Noun,8,6,2,shoptalk,13.06,0.94,13.06,0.94,none,none,none, shopworn,shopworn,0.06,Adjective,8,7,2,shopworn,11.07,0.74,11.07,0.74,none,none,none, shore,shore,19.86,Name,5,3,1,shore,6.93,0.95,6.93,0.95,none,6.47,6.40, shored,shored,0.12,Verb,6,4,1,shore,none,none,6.93,0.95,none,6.47,6.40, shoreline,shoreline,0.55,Noun,9,6,2,shoreline,6.83,1.00,6.83,1.00,none,none,none, shorelines,shorelines,0.06,Noun,10,7,2,shoreline,none,none,6.83,1.00,none,none,none, shores,shores,2.00,Noun,6,4,1,shore,none,none,6.93,0.95,none,6.47,6.40, shoring,shoring,0.12,Verb,7,5,2,shore,none,none,6.93,0.95,none,6.47,6.40, shorn,shorn,0.25,Verb,5,4,1,shear,none,none,8.67,1.00,none,none,10.10, short,short,85.63,Adjective,5,4,1,short,4.32,1.00,4.32,1.00,5.48,none,4.86, shortage,shortage,2.63,Noun,8,6,2,shortage,9.89,1.00,9.89,1.00,none,8.24,none,9.22 shortages,shortages,0.45,Noun,9,8,3,shortage,none,none,9.89,1.00,none,8.24,none,9.22 shortbread,shortbread,0.20,Noun,10,8,2,shortbread,8.78,0.95,8.78,0.95,none,none,none, shortcake,shortcake,0.51,Noun,9,7,2,shortcake,6.79,0.95,6.79,0.95,none,none,none, shortcakes,shortcakes,0.02,Verb,10,8,2,shortcake,none,none,6.79,0.95,none,none,none, shortchange,short-change,0.06,Verb,11,8,2,shortchange,11.82,0.94,11.82,0.94,none,none,none, shortchanged,short-changed,0.10,Verb,12,9,2,shortchange,none,none,11.82,0.94,none,none,none, shortchanges,short-changes,0.02,Verb,12,10,3,shortchange,none,none,11.82,0.94,none,none,none, shortcoming,shortcoming,0.10,Noun,11,9,3,shortcoming,9.28,1.00,9.28,1.00,none,none,none, shortcomings,shortcomings,0.73,Noun,12,10,3,shortcoming,none,none,9.28,1.00,none,none,none, shortcut,shortcut,3.94,Noun,8,7,2,shortcut,7.22,1.00,7.22,1.00,none,none,none, shortcuts,shortcuts,0.73,Noun,9,8,2,shortcut,none,none,7.22,1.00,none,none,none, shorted,shorted,0.78,Verb,7,6,2,short,none,none,4.32,1.00,5.48,none,4.86, shorten,shorten,1.02,Verb,7,6,2,shorten,7.33,1.00,7.33,1.00,7.01,none,none, shortened,shortened,0.47,Verb,9,7,2,shorten,none,none,7.33,1.00,7.01,none,none, shortening,shortening,0.33,Verb,10,8,3,shorten,none,none,7.33,1.00,7.01,none,none, shortens,shortens,0.12,Verb,8,7,2,shorten,none,none,7.33,1.00,7.01,none,none, shorter,shorter,5.88,Adjective,7,5,2,short,none,none,4.32,1.00,5.48,none,4.86, shortest,shortest,1.57,Adjective,8,7,2,short,none,none,4.32,1.00,5.48,none,4.86, shortfall,shortfall,0.08,Noun,9,7,2,shortfall,13.28,1.00,13.28,1.00,none,none,none, shortfalls,shortfalls,0.04,Noun,10,8,2,shortfall,none,none,13.28,1.00,none,none,none, shorthand,shorthand,1.00,Noun,9,8,2,shorthand,11.11,0.95,11.11,0.95,10.80,none,none, shorthorn,shorthorn,0.02,Verb,9,8,2,shorthorn,14.14,0.39,14.14,0.39,none,none,none, shorthorns,shorthorns,0.02,Noun,10,9,2,shorthorn,none,none,14.14,0.39,none,none,none, shorting,shorting,0.33,Verb,8,6,2,short,none,none,4.32,1.00,5.48,none,4.86, shortlist,shortlist,0.02,Noun,9,8,2,shortlist,12.67,0.83,12.67,0.83,none,none,none, shortness,shortness,0.84,Noun,9,7,2,shortness,8.11,1.00,8.11,1.00,none,none,none, shorts,shorts,9.41,Noun,6,5,1,shorts,3.95,1.00,3.95,1.00,none,none,none, shortsighted,short-sighted,0.35,Adjective,12,9,3,shortsighted,11.26,1.00,11.26,1.00,none,none,none, shortsightedness,short-sightedness,0.04,Noun,16,12,4,shortsightedness,13.00,1.00,13.00,1.00,none,none,none, shortstop,shortstop,0.80,Noun,9,8,2,shortstop,8.24,1.00,8.24,1.00,none,none,none, shortwave,shortwave,0.39,Noun,9,7,2,shortwave,13.50,0.95,13.50,0.95,none,none,none, shot,shot,227.43,Noun,4,3,1,shot,5.84,1.00,5.84,1.00,6.23,5.64,6.13, shotgun,shotgun,10.04,Noun,7,6,2,shotgun,7.53,1.00,7.53,1.00,none,none,none, shotguns,shotguns,0.98,Noun,8,7,2,shotgun,none,none,7.53,1.00,none,none,none, shots,shots,28.37,Noun,5,4,1,shot,none,none,5.84,1.00,6.23,5.64,6.13, should,should,1061.94,Verb,6,3,1,shall,none,none,8.42,1.00,5.37,none,8.19, shoulder,shoulder,26.20,Noun,8,5,2,shoulder,4.50,1.00,4.50,1.00,none,5.41,none,4.91 shouldered,shouldered,0.10,Verb,10,6,2,shoulder,none,none,4.50,1.00,none,5.41,none,4.91 shouldering,shouldering,0.12,Verb,11,7,3,shoulder,none,none,4.50,1.00,none,5.41,none,4.91 shoulders,shoulders,11.76,Noun,9,6,2,shoulder,none,none,4.50,1.00,none,5.41,none,4.91 shout,shout,16.45,Verb,5,3,1,shout,4.72,1.00,4.72,1.00,4.74,none,5.19, shouted,shouted,2.25,Verb,7,5,2,shout,none,none,4.72,1.00,4.74,none,5.19, shouter,shouter,0.04,Noun,7,4,2,shouter,7.20,1.00,7.20,1.00,none,none,none, shouters,shouters,0.04,Noun,8,5,2,shouter,none,none,7.20,1.00,none,none,none, shouting,shouting,14.59,Verb,8,5,2,shout,none,none,4.72,1.00,4.74,none,5.19, shouts,shouts,4.20,Verb,6,4,1,shout,none,none,4.72,1.00,4.74,none,5.19, shove,shove,13.22,Verb,5,3,1,shove,6.70,1.00,6.70,1.00,none,none,6.53, shoved,shoved,3.78,Verb,6,4,1,shove,none,none,6.70,1.00,none,none,6.53, shovel,shovel,6.84,Noun,6,5,2,shovel,6.28,1.00,6.28,1.00,none,none,none,5.81 shoveled,shovelled,0.22,Verb,8,6,2,shovel,none,none,6.28,1.00,none,none,none,5.81 shovelful,shovelful,0.08,Noun,9,8,3,shovelful,6.65,0.89,6.65,0.89,none,none,none, shovelfuls,shovelfuls,0.06,Noun,10,9,3,shovelful,none,none,6.65,0.89,none,none,none, shoveling,shovelling,0.78,Verb,9,6,2,shovel,none,none,6.28,1.00,none,none,none,5.81 shovels,shovels,1.29,Noun,7,6,2,shovel,none,none,6.28,1.00,none,none,none,5.81 shoves,shoves,0.53,Verb,6,4,1,shove,none,none,6.70,1.00,none,none,6.53, shoving,shoving,2.59,Verb,7,5,2,shove,none,none,6.70,1.00,none,none,6.53, show,show,488.35,Verb,4,2,1,show,6.21,1.00,6.21,1.00,5.19,none,4.80, showbiz,showbiz,0.49,Noun,7,5,2,showbiz,9.05,1.00,9.05,1.00,none,none,none, showboat,showboat,0.39,Noun,8,5,2,showboat,11.72,0.95,11.72,0.95,none,none,none, showboating,showboating,0.24,Verb,11,7,3,showboating,12.75,0.95,12.75,0.95,none,none,none, showboats,showboats,0.02,Noun,9,6,2,showboat,none,none,11.72,0.95,none,none,none, showcase,showcase,0.61,Noun,8,5,2,showcase,9.94,1.00,9.94,1.00,none,none,none, showcased,showcased,0.08,Verb,9,6,2,showcase,none,none,9.94,1.00,none,none,none, showcases,showcases,0.04,Noun,9,7,3,showcase,none,none,9.94,1.00,none,none,none, showcasing,showcasing,0.08,Noun,10,7,3,showcasing,12.12,0.94,12.12,0.94,none,none,none, showdown,showdown,1.25,Noun,8,5,2,showdown,8.39,1.00,8.39,1.00,none,none,none, showdowns,showdowns,0.02,Noun,9,6,2,showdown,none,none,8.39,1.00,none,none,none, showed,showed,47.55,Verb,6,3,1,show,none,none,6.21,1.00,5.19,none,4.80, shower,shower,41.12,Noun,6,3,2,shower,4.72,1.00,4.72,1.00,9.05,6.88,none,4.91 showered,showered,1.18,Verb,8,4,2,shower,none,none,4.72,1.00,9.05,6.88,none,4.91 showerhead,showerhead,0.18,Noun,10,6,3,showerhead,8.05,1.00,8.05,1.00,none,none,none, showering,showering,0.98,Verb,9,5,3,shower,none,none,4.72,1.00,9.05,6.88,none,4.91 showers,showers,4.78,Noun,7,4,2,shower,none,none,4.72,1.00,9.05,6.88,none,4.91 showgirl,showgirl,0.90,Noun,8,5,2,showgirl,11.72,1.00,11.72,1.00,none,none,none, showgirls,showgirls,0.61,Noun,9,6,2,showgirl,none,none,11.72,1.00,none,none,none, showground,showground,0.02,Noun,10,7,2,showground,11.79,0.70,11.79,0.70,none,none,none, showier,showier,0.00,Err:512,7,4,3,showy,none,none,10.26,1.00,none,none,none, showiest,showiest,0.00,Err:512,8,6,3,showy,none,none,10.26,1.00,none,none,none, showing,showing,31.12,Verb,7,4,2,show,none,none,6.21,1.00,5.19,none,4.80, showman,showman,0.33,Noun,7,5,2,showman,10.21,0.95,10.21,0.95,none,none,none, showmanship,showmanship,0.27,Noun,11,8,3,showmanship,11.50,1.00,11.50,1.00,none,none,none, showmen,showmen,0.04,Noun,7,5,2,showman,none,none,10.21,0.95,none,none,none, shown,shown,14.18,Verb,5,3,1,show,none,none,6.21,1.00,5.19,none,4.80, showoff,show-off,0.39,Verb,7,4,2,showoff,7.32,1.00,7.32,1.00,none,none,none, showoffs,show-offs,0.02,Noun,8,5,2,showoff,none,none,7.32,1.00,none,none,none, showpiece,showpiece,0.08,Noun,9,5,2,showpiece,12.67,1.00,12.67,1.00,none,none,none, showplace,showplace,0.04,Noun,9,6,2,showplace,11.33,0.86,11.33,0.86,none,none,none, showroom,showroom,0.63,Noun,8,5,2,showroom,11.22,1.00,11.22,1.00,none,none,none, showrooms,showrooms,0.10,Noun,9,6,2,showroom,none,none,11.22,1.00,none,none,none, shows,shows,41.51,Verb,5,3,1,show,none,none,6.21,1.00,5.19,none,4.80, showstopper,showstopper,0.22,Noun,11,7,3,showstopper,12.06,0.94,12.06,0.94,none,none,none, showstoppers,showstoppers,0.06,Noun,12,8,3,showstopper,none,none,12.06,0.94,none,none,none, showy,showy,0.29,Adjective,5,3,2,showy,10.26,1.00,10.26,1.00,none,none,none, shrank,shrank,0.37,Verb,6,5,1,shrink,none,none,7.06,0.95,7.41,none,6.87, shrapnel,shrapnel,2.22,Noun,8,7,2,shrapnel,12.06,0.89,12.06,0.89,none,none,none,12.75 shred,shred,2.94,Noun,5,4,1,shred,9.28,1.00,9.28,1.00,none,none,7.42, shredder,shredder,0.33,Noun,8,5,2,shredder,8.78,1.00,8.78,1.00,none,none,none, shredders,shredders,0.06,Noun,9,6,2,shredder,none,none,8.78,1.00,none,none,none, shredding,shredding,0.63,Verb,9,6,2,shred,none,none,9.28,1.00,none,none,7.42, shreds,shreds,1.75,Noun,6,5,1,shred,none,none,9.28,1.00,none,none,7.42, shrew,shrew,0.82,Noun,5,3,1,shrew,11.82,0.94,11.82,0.94,10.41,none,12.00, shrewd,shrewd,1.41,Adjective,6,4,1,shrewd,11.37,0.95,11.37,0.95,none,12.13,12.00, shrewder,shrewder,0.02,Adjective,8,5,2,shrewd,none,none,11.37,0.95,none,12.13,12.00, shrewdness,shrewdness,0.04,Noun,10,7,2,shrewdness,11.82,0.94,11.82,0.94,none,none,none, shrewish,shrewish,0.02,Adjective,8,5,2,shrewish,13.11,1.00,13.11,1.00,none,none,none, shrews,shrews,0.02,Noun,6,4,1,shrew,none,none,11.82,0.94,10.41,none,12.00, shriek,shriek,0.63,Noun,6,4,1,shriek,8.94,1.00,8.94,1.00,6.84,8.09,8.58, shrieked,shrieked,0.14,Verb,8,5,1,shriek,none,none,8.94,1.00,6.84,8.09,8.58, shrieking,shrieking,0.80,Verb,9,6,2,shriek,none,none,8.94,1.00,6.84,8.09,8.58, shrieks,shrieks,1.08,Verb,7,5,1,shriek,none,none,8.94,1.00,6.84,8.09,8.58, shrift,shrift,0.08,Noun,6,5,1,shrift,12.14,0.39,12.14,0.39,none,none,none, shrill,shrill,0.47,Adjective,6,4,1,shrill,11.44,0.89,11.44,0.89,none,11.26,9.96, shrillest,shrillest,0.02,Adjective,9,7,2,shrill,none,none,11.44,0.89,none,11.26,9.96, shrimp,shrimp,8.71,Noun,6,5,1,shrimp,7.11,1.00,7.11,1.00,none,none,6.06, shrimper,shrimper,0.02,Noun,8,6,2,shrimper,12.50,0.89,12.50,0.89,none,none,none, shrimpers,shrimpers,0.02,Noun,9,7,2,shrimper,none,none,12.50,0.89,none,none,none, shrimps,shrimps,0.59,Noun,7,6,1,shrimp,none,none,7.11,1.00,none,none,6.06, shrine,shrine,2.96,Noun,6,4,1,shrine,9.63,1.00,9.63,1.00,none,none,10.25, shrines,shrines,0.24,Noun,7,5,1,shrine,none,none,9.63,1.00,none,none,10.25, shrink,shrink,11.31,Noun,6,5,1,shrink,7.06,0.95,7.06,0.95,7.41,none,6.87, shrinkage,shrinkage,0.24,Noun,9,7,2,shrinkage,10.83,1.00,10.83,1.00,none,none,none, shrinks,shrinks,1.51,Noun,7,6,1,shrink,none,none,7.06,0.95,7.41,none,6.87, shrivel,shrivel,0.39,Verb,7,6,2,shrivel,9.61,0.95,9.61,0.95,none,none,none, shriveled,shrivelled,0.35,Verb,9,7,2,shrivel,none,none,9.61,0.95,none,none,none, shriveling,shrivelling,0.06,Verb,10,8,3,shrivel,none,none,9.61,0.95,none,none,none, shrivels,shrivels,0.16,Verb,8,7,2,shrivel,none,none,9.61,0.95,none,none,none, shriven,shriven,Err:512,Err:512,7,6,2,shriven,14.22,0.47,14.22,0.47,none,none,none, shroud,shroud,1.02,Noun,6,4,1,shroud,11.65,0.89,11.65,0.89,none,11.73,11.93, shrouded,shrouded,0.33,Verb,8,6,2,shroud,none,none,11.65,0.89,none,11.73,11.93, shrouds,shrouds,0.22,Noun,7,5,1,shroud,none,none,11.65,0.89,none,11.73,11.93, shrove,shrove,Err:512,Err:512,6,4,1,shrove,13.83,0.29,13.83,0.29,none,none,none, shrub,shrub,0.27,Noun,5,4,1,shrub,8.06,1.00,8.06,1.00,none,7.66,7.79, shrubberies,shrubberies,0.02,Noun,11,8,3,shrubbery,none,none,8.89,1.00,none,none,none, shrubbery,shrubbery,0.35,Noun,9,6,3,shrubbery,8.89,1.00,8.89,1.00,none,none,none, shrubs,shrubs,0.31,Noun,6,5,1,shrub,none,none,8.06,1.00,none,7.66,7.79, shrug,shrug,0.39,Verb,5,4,1,shrug,7.94,1.00,7.94,1.00,none,8.13,7.77, shrugged,shrugged,0.10,Verb,8,5,1,shrug,none,none,7.94,1.00,none,8.13,7.77, shrugging,shrugging,0.12,Verb,9,6,2,shrug,none,none,7.94,1.00,none,8.13,7.77, shrugs,shrugs,0.12,Verb,6,5,1,shrug,none,none,7.94,1.00,none,8.13,7.77, shrunk,shrunk,1.55,Verb,6,5,1,shrink,none,none,7.06,0.95,7.41,none,6.87, shrunken,shrunken,0.57,Adjective,8,7,2,shrunken,8.94,1.00,8.94,1.00,none,none,none, shtick,shtick,0.59,Noun,6,4,1,shtick,14.58,0.67,14.58,0.67,none,none,none, shuck,shuck,0.25,Verb,5,3,1,shuck,9.76,0.89,9.76,0.89,none,none,10.46, shucked,shucked,0.08,Verb,7,4,1,shuck,none,none,9.76,0.89,none,none,10.46, shucking,shucking,0.10,Verb,8,5,2,shuck,none,none,9.76,0.89,none,none,10.46, shudder,shudder,1.12,Verb,7,4,2,shudder,10.16,1.00,10.16,1.00,none,9.34,none,9.58 shuddered,shuddered,0.10,Verb,9,5,2,shudder,none,none,10.16,1.00,none,9.34,none,9.58 shuddering,shuddering,0.25,Verb,10,6,3,shudder,none,none,10.16,1.00,none,9.34,none,9.58 shudders,shudders,0.18,Verb,8,5,2,shudder,none,none,10.16,1.00,none,9.34,none,9.58 shuffle,shuffle,2.94,Verb,7,5,2,shuffle,8.95,1.00,8.95,1.00,7.22,none,none, shuffleboard,shuffleboard,0.39,Noun,12,9,3,shuffleboard,10.63,0.95,10.63,0.95,none,none,none, shuffled,shuffled,0.37,Verb,8,6,2,shuffle,none,none,8.95,1.00,7.22,none,none, shuffler,shuffler,0.02,Noun,8,6,3,shuffler,10.10,1.00,10.10,1.00,none,none,none, shuffles,shuffles,0.08,Verb,8,6,2,shuffle,none,none,8.95,1.00,7.22,none,none, shuffling,shuffling,0.57,Noun,9,6,2,shuffling,8.20,1.00,8.20,1.00,none,none,none, shun,shun,0.51,Verb,4,3,1,shun,11.33,1.00,11.33,1.00,none,none,9.89, shunned,shunned,0.53,Verb,7,4,1,shun,none,none,11.33,1.00,none,none,9.89, shunning,shunning,0.18,Verb,8,5,2,shun,none,none,11.33,1.00,none,none,9.89, shuns,shuns,0.12,Verb,5,4,1,shun,none,none,11.33,1.00,none,none,9.89, shunt,shunt,0.94,Noun,5,4,1,shunt,13.53,0.94,13.53,0.94,none,none,12.30, shunted,shunted,0.16,Verb,7,6,2,shunt,none,none,13.53,0.94,none,none,12.30, shush,shush,2.65,Interjection,5,3,1,shush,5.75,0.95,5.75,0.95,none,none,5.95, shushed,shushed,0.16,Verb,7,4,1,shush,none,none,5.75,0.95,none,none,5.95, shushes,shushes,0.02,Verb,7,5,2,shush,none,none,5.75,0.95,none,none,5.95, shushing,shushing,0.16,Verb,8,5,2,shush,none,none,5.75,0.95,none,none,5.95, shut,shut,263.82,Verb,4,3,1,shut,4.89,1.00,4.89,1.00,4.93,none,4.78, shutdown,shutdown,1.47,Noun,8,6,2,shutdown,8.74,1.00,8.74,1.00,none,none,none, shuteye,shuteye,0.55,Noun,7,4,2,shuteye,8.25,1.00,8.25,1.00,none,none,none, shutoff,shutoff,0.12,Noun,7,5,2,shutoff,8.06,1.00,8.06,1.00,none,none,none, shutoffs,shutoffs,0.02,Noun,8,6,2,shutoff,none,none,8.06,1.00,none,none,none, shutout,shutout,0.24,Noun,7,5,2,shutout,9.30,1.00,9.30,1.00,none,none,none, shutouts,shutouts,0.06,Noun,8,6,2,shutout,none,none,9.30,1.00,none,none,none, shuts,shuts,2.59,Verb,5,4,1,shut,none,none,4.89,1.00,4.93,none,4.78, shutter,shutter,1.45,Noun,7,4,2,shutter,7.83,1.00,7.83,1.00,none,7.77,none,9.58 shutterbug,shutterbug,0.08,Verb,10,7,3,shutterbug,11.62,0.89,11.62,0.89,none,none,none, shuttered,shuttered,0.04,Adjective,9,5,2,shuttered,10.11,1.00,10.11,1.00,none,none,none, shutters,shutters,1.53,Noun,8,5,2,shutter,none,none,7.83,1.00,none,7.77,none,9.58 shutting,shutting,4.31,Verb,8,5,2,shut,none,none,4.89,1.00,4.93,none,4.78, shuttle,shuttle,5.53,Noun,7,5,2,shuttle,8.37,1.00,8.37,1.00,none,none,none,9.31 shuttled,shuttled,0.12,Verb,8,6,2,shuttle,none,none,8.37,1.00,none,none,none,9.31 shuttles,shuttles,0.20,Noun,8,6,2,shuttle,none,none,8.37,1.00,none,none,none,9.31 shy,shy,18.37,Adjective,3,2,1,shy,5.32,1.00,5.32,1.00,5.33,none,5.68, shyest,shyest,0.06,Adjective,6,5,2,shy,none,none,5.32,1.00,5.33,none,5.68, shying,shying,0.04,Verb,6,4,2,shy,none,none,5.32,1.00,5.33,none,5.68, shyness,shyness,0.57,Noun,7,5,2,shyness,7.63,1.00,7.63,1.00,6.70,none,none, shyster,shyster,0.55,Noun,7,5,2,shyster,12.62,0.89,12.62,0.89,none,none,none, shysters,shysters,0.12,Noun,8,6,2,shyster,none,none,12.62,0.89,none,none,none, sibilance,sibilance,0.10,Noun,9,8,3,sibilance,15.50,0.56,15.50,0.56,none,none,none, sibilant,sibilant,0.02,Adjective,8,8,3,sibilant,14.45,0.58,14.45,0.58,none,none,none, sibilants,sibilants,0.04,Noun,9,9,3,sibilant,none,none,14.45,0.58,none,none,none, sibling,sibling,0.96,Noun,7,6,2,sibling,7.58,1.00,7.58,1.00,none,none,none,6.54 siblings,siblings,1.96,Noun,8,7,2,sibling,none,none,7.58,1.00,none,none,none,6.54 sick,sick,165.43,Adjective,4,3,1,sick,4.05,1.00,4.05,1.00,none,4.14,4.21, sickbay,sickbay,0.39,Noun,7,5,2,sickbay,10.76,0.89,10.76,0.89,none,none,none, sickbed,sickbed,0.10,Adjective,7,6,2,sickbed,9.88,0.89,9.88,0.89,none,none,none, sickbeds,sickbeds,0.02,Noun,8,7,2,sickbed,none,none,9.88,0.89,none,none,none, sicken,sicken,0.37,Adjective,6,5,2,sicken,7.74,1.00,7.74,1.00,none,none,none, sickened,sickened,0.27,Verb,8,6,2,sicken,none,none,7.74,1.00,none,none,none, sickening,sickening,0.90,Adjective,9,7,3,sickening,7.26,1.00,7.26,1.00,none,none,none, sickens,sickens,0.35,Noun,7,6,2,sicken,none,none,7.74,1.00,none,none,none, sicker,sicker,1.22,Adjective,6,4,2,sick,none,none,4.05,1.00,none,4.14,4.21, sickest,sickest,0.63,Adjective,7,6,2,sick,none,none,4.05,1.00,none,4.14,4.21, sickle,sickle,0.55,Noun,6,5,2,sickle,11.35,0.94,11.35,0.94,none,none,none,10.60 sickles,sickles,0.06,Noun,7,6,2,sickle,none,none,11.35,0.94,none,none,none,10.60 sickly,sickly,0.76,Adjective,6,5,2,sickly,7.37,1.00,7.37,1.00,none,none,none, sickness,sickness,7.94,Noun,8,6,2,sickness,5.53,1.00,5.53,1.00,none,7.15,none, sicknesses,sicknesses,0.06,Noun,10,8,3,sickness,none,none,5.53,1.00,none,7.15,none, sickout,sickout,0.22,Noun,7,5,2,sickout,11.58,0.67,11.58,0.67,none,none,none, sickroom,sickroom,0.18,Noun,8,6,2,sickroom,8.76,0.94,8.76,0.94,none,none,none, side,side,200.92,Noun,4,3,1,side,4.72,1.00,4.72,1.00,5.48,none,5.75, sidearm,sidearm,0.45,Noun,7,6,2,sidearm,11.78,0.95,11.78,0.95,none,none,none, sidearms,sidearms,0.16,Noun,8,7,2,sidearm,none,none,11.78,0.95,none,none,none, sideband,sideband,0.02,Noun,8,7,2,sideband,12.06,0.80,12.06,0.80,none,none,none, sidebar,sidebar,0.92,Noun,7,6,2,sidebar,12.61,0.95,12.61,0.95,none,none,none, sideboard,sideboard,0.25,Noun,9,7,2,sideboard,10.24,0.89,10.24,0.89,none,none,none, sideboards,sideboards,0.04,Noun,10,8,2,sideboard,none,none,10.24,0.89,none,none,none, sideburn,sideburn,0.08,Noun,8,6,2,sideburn,9.53,1.00,9.53,1.00,none,none,none, sideburns,sideburns,1.16,Noun,9,7,2,sideburns,8.44,1.00,8.44,1.00,none,none,none, sidecar,sidecar,0.59,Noun,7,6,2,sidecar,9.78,0.95,9.78,0.95,none,none,none, sidecars,sidecars,0.08,Noun,8,7,2,sidecar,none,none,9.78,0.95,none,none,none, sided,sided,0.20,Verb,5,5,2,side,none,none,4.72,1.00,5.48,none,5.75, sidekick,sidekick,2.69,Noun,8,6,2,sidekick,9.85,1.00,9.85,1.00,none,none,none, sidekicks,sidekicks,0.51,Noun,9,7,2,sidekick,none,none,9.85,1.00,none,none,none, sideline,sideline,0.61,Noun,8,6,2,sideline,8.32,1.00,8.32,1.00,none,none,none, sidelined,sidelined,0.16,Verb,9,7,2,sideline,none,none,8.32,1.00,none,none,none, sidelines,sidelines,1.12,Noun,9,7,2,sideline,none,none,8.32,1.00,none,none,none, sidelong,sidelong,0.04,Adjective,8,6,2,sidelong,13.81,0.84,13.81,0.84,none,none,none, sideman,sideman,0.04,Noun,7,6,2,sideman,10.38,0.68,10.38,0.68,none,none,none, sidepiece,sidepiece,Err:512,Err:512,9,6,2,sidepiece,10.20,0.79,10.20,0.79,none,none,none, siderite,siderite,0.02,Noun,8,6,2,siderite,15.43,0.39,15.43,0.39,none,none,none, sides,sides,16.22,Noun,5,4,1,side,none,none,4.72,1.00,5.48,none,5.75, sidesaddle,side-saddle,0.10,Noun,10,8,3,sidesaddle,9.94,0.95,9.94,0.95,none,none,none, sideshow,sideshow,1.10,Noun,8,5,2,sideshow,10.32,1.00,10.32,1.00,none,none,none, sideshows,sideshows,0.02,Noun,9,6,2,sideshow,none,none,10.32,1.00,none,none,none, sidesplitting,side-splitting,0.02,Verb,13,10,3,sidesplitting,11.00,0.83,11.00,0.83,none,none,none, sidestep,sidestep,0.06,Verb,8,7,2,sidestep,9.84,0.95,9.84,0.95,none,none,none, sidestroke,sidestroke,0.04,Verb,10,8,2,sidestroke,9.35,0.94,9.35,0.94,none,none,none, sideswipe,sideswipe,0.04,Noun,9,7,2,sideswipe,12.50,1.00,12.50,1.00,none,none,none, sideswiped,sideswiped,0.16,Verb,10,8,2,sideswipe,none,none,12.50,1.00,none,none,none, sideswipes,sideswipes,0.02,Verb,10,8,2,sideswipe,none,none,12.50,1.00,none,none,none, sidetrack,sidetrack,0.06,Verb,9,7,2,sidetrack,11.00,1.00,11.00,1.00,none,none,none, sidewalk,sidewalk,5.47,Noun,8,6,2,sidewalk,4.28,1.00,4.28,1.00,none,none,none, sidewalks,sidewalks,0.55,Noun,9,7,2,sidewalk,none,none,4.28,1.00,none,none,none, sidewall,sidewall,0.06,Noun,8,6,2,sidewall,11.22,1.00,11.22,1.00,none,none,none, sidewalls,sidewalls,0.08,Noun,9,7,2,sidewall,none,none,11.22,1.00,none,none,none, sideway,sideway,0.02,Noun,7,5,2,sideway,7.00,1.00,7.00,1.00,none,none,none, sidewinder,sidewinder,0.80,Verb,10,8,3,sidewinder,11.25,0.84,11.25,0.84,none,none,none, sidewinders,sidewinders,0.06,Noun,11,9,3,sidewinder,none,none,11.25,0.84,none,none,none, siding,siding,1.33,Verb,6,5,2,siding,9.18,1.00,9.18,1.00,none,none,none,9.13 sidings,sidings,0.02,Noun,7,6,2,siding,none,none,9.18,1.00,none,none,none,9.13 siege,siege,2.31,Noun,5,3,1,siege,12.28,1.00,12.28,1.00,none,9.92,11.56, sieges,sieges,0.06,Noun,6,5,2,siege,none,none,12.28,1.00,none,9.92,11.56, sienna,sienna,0.18,Noun,6,5,3,sienna,11.44,0.89,11.44,0.89,none,none,none, siesta,siesta,0.49,Noun,6,6,3,siesta,11.82,0.89,11.82,0.89,none,none,none, sieve,sieve,0.53,Noun,5,3,1,sieve,12.36,0.67,12.36,0.67,none,none,12.75, sift,sift,0.75,Verb,4,4,1,sift,9.60,1.00,9.60,1.00,8.41,none,9.74, sifted,sifted,0.18,Verb,6,6,2,sift,none,none,9.60,1.00,8.41,none,9.74, sifter,sifter,0.10,Noun,6,5,2,sifter,11.00,0.90,11.00,0.90,none,none,none, sifters,sifters,0.06,Noun,7,6,2,sifter,none,none,11.00,0.90,none,none,none, sifting,sifting,0.69,Verb,7,6,2,sift,none,none,9.60,1.00,8.41,none,9.74, sifts,sifts,0.06,Verb,5,5,1,sift,none,none,9.60,1.00,8.41,none,9.74, sigh,sigh,3.39,Noun,4,2,1,sigh,7.39,1.00,7.39,1.00,none,7.60,7.35, sighed,sighed,0.51,Verb,6,3,1,sigh,none,none,7.39,1.00,none,7.60,7.35, sighing,sighing,2.08,Verb,7,4,2,sigh,none,none,7.39,1.00,none,7.60,7.35, sighs,sighs,15.59,Verb,5,3,1,sigh,none,none,7.39,1.00,none,7.60,7.35, sight,sight,45.31,Noun,5,3,1,sight,5.44,1.00,5.44,1.00,6.08,none,6.60, sighted,sighted,2.12,Verb,7,5,2,sight,none,none,5.44,1.00,6.08,none,6.60, sighting,sighting,1.55,Noun,8,5,2,sighting,9.79,1.00,9.79,1.00,none,none,none, sightings,sightings,1.39,Noun,9,6,2,sighting,none,none,9.79,1.00,none,none,none, sightless,sightless,0.14,Adjective,9,6,2,sightless,9.05,1.00,9.05,1.00,none,none,none, sights,sights,4.67,Noun,6,4,1,sight,none,none,5.44,1.00,6.08,none,6.60, sightsee,sightsee,0.12,Noun,8,5,2,sightsee,6.63,1.00,6.63,1.00,none,none,none, sightseeing,sightseeing,1.47,Noun,11,7,3,sightseeing,11.00,1.00,11.00,1.00,none,none,none, sightseer,sightseer,0.02,Verb,9,6,3,sightseer,11.42,1.00,11.42,1.00,none,none,none, sightseers,sightseers,0.18,Noun,10,7,3,sightseer,none,none,11.42,1.00,none,none,none, sigil,sigil,0.02,Noun,5,5,2,sigil,15.25,0.21,15.25,0.21,none,none,none, sigils,sigils,0.02,Noun,6,6,2,sigil,none,none,15.25,0.21,none,none,none, sigma,sigma,0.75,Noun,5,5,2,sigma,14.36,0.74,14.36,0.74,none,none,none, sigmoid,sigmoid,0.06,Adjective,7,6,2,sigmoid,12.75,0.44,12.75,0.44,none,none,none, sign,sign,133.27,Verb,4,3,1,sign,4.32,1.00,4.32,1.00,6.27,none,5.79, signage,signage,0.33,Noun,7,5,2,signage,12.26,1.00,12.26,1.00,none,none,none, signal,signal,37.76,Noun,6,6,2,signal,6.67,1.00,6.67,1.00,6.66,7.03,none,7.80 signaled,signalled,0.43,Verb,8,7,2,signal,none,none,6.67,1.00,6.66,7.03,none,7.80 signaling,signalling,0.98,Verb,9,8,3,signal,none,none,6.67,1.00,6.66,7.03,none,7.80 signalman,signalman,0.18,Noun,9,9,3,signalman,8.50,0.78,8.50,0.78,none,none,none, signals,signals,9.53,Noun,7,7,2,signal,none,none,6.67,1.00,6.66,7.03,none,7.80 signatories,signatories,0.14,Noun,11,10,4,signatory,none,none,15.13,0.83,none,none,none, signatory,signatory,0.10,Noun,9,9,4,signatory,15.13,0.83,15.13,0.83,none,none,none, signature,signature,12.20,Noun,9,7,3,signature,8.83,1.00,8.83,1.00,none,none,none, signatures,signatures,2.86,Noun,10,8,3,signature,none,none,8.83,1.00,none,none,none, signboard,signboard,0.08,Noun,9,7,2,signboard,10.06,1.00,10.06,1.00,none,none,none, signboards,signboards,0.02,Noun,10,8,2,signboard,none,none,10.06,1.00,none,none,none, signed,signed,36.06,Verb,6,4,1,sign,none,none,4.32,1.00,6.27,none,5.79, signer,signer,0.10,Noun,6,4,2,signer,7.53,0.95,7.53,0.95,none,none,none, signers,signers,0.12,Noun,7,5,2,signer,none,none,7.53,0.95,none,none,none, signet,signet,0.22,Noun,6,6,2,signet,13.09,0.61,13.09,0.61,none,none,none, significance,significance,3.49,Noun,12,11,4,significance,10.11,1.00,10.11,1.00,none,none,none, significant,significant,6.49,Adjective,11,11,4,significant,9.89,1.00,9.89,1.00,none,none,none, signifier,signifier,0.02,Noun,9,8,4,signifier,12.53,0.94,12.53,0.94,none,none,none, signifies,signifies,0.45,Verb,9,8,3,signify,none,none,11.89,1.00,none,none,none, signify,signify,0.63,Verb,7,7,3,signify,11.89,1.00,11.89,1.00,none,none,none, signifying,signifying,0.57,Verb,10,9,4,signify,none,none,11.89,1.00,none,none,none, signing,signing,9.94,Verb,7,5,2,sign,none,none,4.32,1.00,6.27,none,5.79, signor,signor,4.00,Noun,6,6,2,signor,13.33,0.67,13.33,0.67,none,none,none, signora,signora,1.96,Noun,7,7,3,signora,15.75,0.44,15.75,0.44,none,none,none, signori,signori,0.08,Noun,7,7,3,signor,none,none,13.33,0.67,none,none,none, signpost,signpost,0.31,Noun,8,7,2,signpost,7.89,1.00,7.89,1.00,none,none,none, signposts,signposts,0.08,Noun,9,8,2,signpost,none,none,7.89,1.00,none,none,none, signs,signs,22.02,Noun,5,4,1,sign,none,none,4.32,1.00,6.27,none,5.79, silence,silence,25.37,Noun,7,6,2,silence,4.60,1.00,4.60,1.00,8.54,5.65,none, silenced,silenced,0.84,Verb,8,7,2,silence,none,none,4.60,1.00,8.54,5.65,none, silencer,silencer,0.92,Noun,8,7,3,silencer,11.84,0.95,11.84,0.95,none,none,none, silencers,silencers,0.08,Noun,9,8,3,silencer,none,none,11.84,0.95,none,none,none, silences,silences,0.51,Verb,8,8,3,silence,none,none,4.60,1.00,8.54,5.65,none, silencing,silencing,0.18,Verb,9,8,3,silence,none,none,4.60,1.00,8.54,5.65,none, silent,silent,23.00,Adjective,6,6,2,silent,4.42,1.00,4.42,1.00,none,5.26,none,5.25 silhouette,silhouette,0.57,Noun,10,7,3,silhouette,8.90,1.00,8.90,1.00,none,none,none, silhouetted,silhouetted,0.08,Verb,11,9,4,silhouette,none,none,8.90,1.00,none,none,none, silhouettes,silhouettes,0.18,Noun,11,8,3,silhouette,none,none,8.90,1.00,none,none,none, silica,silica,0.20,Noun,6,6,3,silica,15.86,0.78,15.86,0.78,none,none,none, silicate,silicate,0.14,Noun,8,7,3,silicate,13.75,0.67,13.75,0.67,none,none,none, silicates,silicates,0.06,Noun,9,8,3,silicate,none,none,13.75,0.67,none,none,none, silicon,silicon,1.71,Noun,7,7,3,silicon,12.67,1.00,12.67,1.00,none,none,none, silicone,silicone,0.78,Noun,8,7,3,silicone,13.55,1.00,13.55,1.00,none,none,none, silk,silk,9.78,Noun,4,4,1,silk,7.39,1.00,7.39,1.00,none,8.11,7.70, silken,silken,0.41,Adjective,6,6,2,silken,11.11,0.95,11.11,0.95,none,none,none, silks,silks,0.55,Noun,5,5,1,silk,none,none,7.39,1.00,none,8.11,7.70, silkscreen,silkscreen,0.02,Noun,10,9,2,silkscreen,12.94,1.00,12.94,1.00,none,none,none, silkworm,silkworm,0.06,Noun,8,7,2,silkworm,7.95,1.00,7.95,1.00,none,none,none, silky,silky,0.78,Adjective,5,5,2,silky,9.10,1.00,9.10,1.00,none,none,none, sill,sill,0.45,Noun,4,3,1,sill,7.33,0.95,7.33,0.95,none,none,10.87, sillier,sillier,0.31,Adjective,7,5,3,silly,none,none,4.17,1.00,5.54,none,none,4.54 sillies,sillies,0.04,Noun,7,5,2,silly,none,none,4.17,1.00,5.54,none,none,4.54 silliest,silliest,0.43,Adjective,8,7,3,silly,none,none,4.17,1.00,5.54,none,none,4.54 silliness,silliness,0.41,Noun,9,7,3,silliness,5.58,1.00,5.58,1.00,6.97,none,none, sills,sills,0.18,Noun,5,4,1,sill,none,none,7.33,0.95,none,none,10.87, silly,silly,57.10,Adjective,5,4,2,silly,4.17,1.00,4.17,1.00,5.54,none,none,4.54 silo,silo,0.94,Noun,4,4,2,silo,9.93,0.75,9.93,0.75,none,none,none,10.70 silos,silos,0.31,Noun,5,5,2,silo,none,none,9.93,0.75,none,none,none,10.70 silt,silt,0.33,Noun,4,4,1,silt,11.75,0.84,11.75,0.84,none,none,10.90, silver,silver,31.75,Noun,6,5,2,silver,6.21,1.00,6.21,1.00,none,6.41,none,6.61 silverback,silverback,0.20,Noun,10,8,3,silverback,11.73,0.79,11.73,0.79,none,none,none, silverfish,silverfish,0.08,Noun,10,8,3,silverfish,11.88,0.89,11.88,0.89,none,none,none, silversmith,silversmith,0.06,Noun,11,9,3,silversmith,11.16,0.95,11.16,0.95,none,none,none, silversmiths,silversmiths,0.02,Noun,12,10,3,silversmith,none,none,11.16,0.95,none,none,none, silverware,silverware,2.14,Noun,10,8,3,silverware,5.89,1.00,5.89,1.00,none,none,none, silvery,silvery,0.49,Adjective,7,6,3,silvery,8.50,0.89,8.50,0.89,none,none,none, simian,simian,0.51,Adjective,6,6,3,simian,14.27,0.58,14.27,0.58,none,none,none, simians,simians,0.04,Noun,7,7,3,simian,none,none,14.27,0.58,none,none,none, similar,similar,13.63,Adjective,7,6,3,similar,7.33,1.00,7.33,1.00,7.62,none,none, similarities,similarities,1.12,Noun,12,11,5,similarity,none,none,8.89,1.00,none,none,none, similarity,similarity,0.71,Noun,10,10,5,similarity,8.89,1.00,8.89,1.00,none,none,none, simile,simile,0.25,Noun,6,6,3,simile,11.68,0.95,11.68,0.95,none,none,none, similes,similes,0.12,Noun,7,7,3,simile,none,none,11.68,0.95,none,none,none, simmer,simmer,1.71,Verb,6,4,2,simmer,9.65,1.00,9.65,1.00,8.54,none,none,9.67 simmering,simmering,0.22,Adjective,9,6,3,simmering,10.26,1.00,10.26,1.00,none,none,none, simmers,simmers,0.04,Verb,7,5,2,simmer,none,none,9.65,1.00,8.54,none,none,9.67 simonize,simonize,0.04,Verb,8,7,3,simonize,14.00,0.47,14.00,0.47,none,none,none, simpatico,simpatico,0.39,Noun,9,9,4,simpatico,17.27,0.58,17.27,0.58,none,none,none, simper,simper,0.06,Noun,6,5,2,simper,11.85,0.68,11.85,0.68,none,10.92,none, simpering,simpering,0.25,Adjective,9,8,3,simpering,14.00,0.58,14.00,0.58,none,none,none, simpers,simpers,0.04,Verb,7,7,2,simper,none,none,11.85,0.68,none,10.92,none, simple,simple,89.31,Adjective,6,6,2,simple,6.89,1.00,6.89,1.00,6.16,6.07,none,6.33 simpleminded,simpleminded,0.20,Verb,12,12,4,simpleminded,12.45,1.00,12.45,1.00,none,none,none, simpler,simpler,3.80,Adjective,7,7,3,simple,none,none,6.89,1.00,6.16,6.07,none,6.33 simples,simples,0.02,Noun,7,7,2,simple,none,none,6.89,1.00,6.16,6.07,none,6.33 simplest,simplest,1.45,Adjective,8,8,2,simple,none,none,6.89,1.00,6.16,6.07,none,6.33 simpleton,simpleton,0.61,Noun,9,9,3,simpleton,10.88,0.89,10.88,0.89,none,none,none, simpletons,simpletons,0.22,Noun,10,10,3,simpleton,none,none,10.88,0.89,none,none,none, simplicities,simplicities,0.02,Noun,12,11,4,simplicity,none,none,9.89,1.00,none,none,none, simplicity,simplicity,1.35,Noun,10,10,4,simplicity,9.89,1.00,9.89,1.00,none,none,none, simplification,simplification,0.02,Noun,14,13,5,simplification,12.11,1.00,12.11,1.00,none,none,none, simplifies,simplifies,0.08,Verb,10,9,3,simplify,none,none,8.53,1.00,none,none,none, simplify,simplify,0.90,Verb,8,8,3,simplify,8.53,1.00,8.53,1.00,none,none,none, simplifying,simplifying,0.16,Verb,11,10,4,simplify,none,none,8.53,1.00,none,none,none, simplistic,simplistic,0.41,Adjective,10,10,3,simplistic,10.72,1.00,10.72,1.00,none,none,none, simply,simply,46.31,Adverb,6,6,2,simply,7.92,1.00,7.92,1.00,none,none,none,6.47 simulacra,simulacra,0.02,Noun,9,10,4,simulacrum,none,none,16.17,0.30,none,none,none, simulacrum,simulacrum,0.06,Noun,10,11,4,simulacrum,16.17,0.30,16.17,0.30,none,none,none, simulate,simulate,1.16,Verb,8,8,3,simulate,11.50,1.00,11.50,1.00,none,none,none, simulated,simulated,0.94,Adjective,9,10,4,simulated,11.37,1.00,11.37,1.00,none,none,none, simulates,simulates,0.16,Verb,9,9,3,simulate,none,none,11.50,1.00,none,none,none, simulating,simulating,0.14,Verb,10,10,4,simulate,none,none,11.50,1.00,none,none,none, simulation,simulation,2.25,Noun,10,10,4,simulation,10.53,1.00,10.53,1.00,none,none,none, simulations,simulations,0.39,Noun,11,11,4,simulation,none,none,10.53,1.00,none,none,none, simulator,simulator,0.78,Noun,9,9,4,simulator,10.11,1.00,10.11,1.00,none,none,none, simulators,simulators,0.22,Noun,10,10,4,simulator,none,none,10.11,1.00,none,none,none, simultaneous,simultaneous,0.57,Adjective,12,11,5,simultaneous,11.68,1.00,11.68,1.00,none,none,none, sin,sin,15.94,Noun,3,3,1,sin,6.74,1.00,6.74,1.00,none,7.98,6.20, since,since,314.98,Conjunction,5,4,1,since,6.85,1.00,6.85,1.00,6.53,none,6.72, sincere,sincere,5.98,Adjective,7,6,2,sincere,8.79,1.00,8.79,1.00,none,9.96,none,9.85 sincerely,sincerely,4.88,Adverb,9,8,3,sincerely,9.60,1.00,9.60,1.00,none,none,none, sincerest,sincerest,0.51,Adjective,9,9,4,sincere,none,none,8.79,1.00,none,9.96,none,9.85 sincerity,sincerity,2.00,Noun,9,9,4,sincerity,8.67,1.00,8.67,1.00,none,none,none, sine,sine,0.18,Noun,4,3,1,sine,13.69,0.84,13.69,0.84,none,none,none, sinew,sinew,0.14,Noun,5,5,2,sinew,12.56,0.84,12.56,0.84,none,none,none, sinews,sinews,0.14,Noun,6,6,2,sinew,none,none,12.56,0.84,none,none,none, sinewy,sinewy,0.27,Adjective,6,6,3,sinewy,11.77,0.72,11.77,0.72,none,none,none, sinful,sinful,1.71,Adjective,6,6,2,sinful,8.79,1.00,8.79,1.00,none,none,none, sinfulness,sinfulness,0.00,Err:512,10,9,3,sinfulness,9.28,1.00,9.28,1.00,9.72,none,none, sing,sing,97.59,Verb,4,3,1,sing,3.47,1.00,3.47,1.00,4.37,4.54,4.67, singe,singe,0.25,Verb,5,4,1,singe,11.57,1.00,11.57,1.00,none,none,11.12, singed,singed,0.71,Verb,6,5,1,singe,none,none,11.57,1.00,none,none,11.12, singer,singer,15.69,Noun,6,4,2,singer,5.06,1.00,5.06,1.00,none,6.35,none, singers,singers,3.14,Noun,7,5,2,singer,none,none,5.06,1.00,none,6.35,none, singes,singes,0.04,Verb,6,6,2,singe,none,none,11.57,1.00,none,none,11.12, singing,singing,44.73,Verb,7,5,2,sing,none,none,3.47,1.00,4.37,4.54,4.67, single,single,72.08,Adjective,6,6,2,single,6.68,1.00,6.68,1.00,6.93,none,none,7.04 singled,singled,0.71,Verb,7,7,2,single,none,none,6.68,1.00,6.93,none,none,7.04 singleness,singleness,0.04,Noun,10,9,3,singleness,10.12,0.89,10.12,0.89,none,none,none, singles,singles,2.78,Noun,7,7,2,single,none,none,6.68,1.00,6.93,none,none,7.04 singling,singling,0.22,Verb,8,8,3,single,none,none,6.68,1.00,6.93,none,none,7.04 sings,sings,7.47,Verb,5,4,1,sing,none,none,3.47,1.00,4.37,4.54,4.67, singsong,singsong,0.18,Noun,8,6,2,singsong,7.67,0.79,7.67,0.79,none,none,none, singular,singular,1.27,Adjective,8,8,3,singular,9.80,1.00,9.80,1.00,none,none,none, singularities,singularities,0.06,Noun,13,13,5,singularity,none,none,14.55,1.00,none,none,none, singularity,singularity,1.27,Noun,11,12,5,singularity,14.55,1.00,14.55,1.00,none,none,none, singulars,singulars,0.02,Noun,9,9,3,singular,none,none,9.80,1.00,none,none,none, sinister,sinister,2.18,Adjective,8,7,3,sinister,10.75,1.00,10.75,1.00,none,none,none, sink,sink,16.92,Noun,4,4,1,sink,4.47,1.00,4.47,1.00,4.58,5.03,5.34, sinker,sinker,0.55,Noun,6,5,2,sinker,6.90,1.00,6.90,1.00,none,none,none, sinkers,sinkers,0.08,Noun,7,6,2,sinker,none,none,6.90,1.00,none,none,none, sinkhole,sinkhole,0.31,Noun,8,7,2,sinkhole,11.50,1.00,11.50,1.00,none,none,none, sinkholes,sinkholes,0.08,Noun,9,8,2,sinkhole,none,none,11.50,1.00,none,none,none, sinking,sinking,4.94,Verb,7,6,2,sink,none,none,4.47,1.00,4.58,5.03,5.34, sinks,sinks,1.71,Noun,5,5,1,sink,none,none,4.47,1.00,4.58,5.03,5.34, sinless,sinless,0.02,Adjective,7,6,2,sinless,10.26,1.00,10.26,1.00,none,none,none, sinned,sinned,2.39,Verb,6,4,1,sin,none,none,6.74,1.00,none,7.98,6.20, sinner,sinner,2.47,Noun,6,4,2,sinner,7.35,1.00,7.35,1.00,none,none,none, sinners,sinners,2.69,Noun,7,5,2,sinner,none,none,7.35,1.00,none,none,none, sinning,sinning,0.37,Verb,7,5,2,sin,none,none,6.74,1.00,none,7.98,6.20, sins,sins,8.92,Noun,4,4,1,sin,none,none,6.74,1.00,none,7.98,6.20, sinuosity,sinuosity,Err:512,Err:512,9,10,5,sinuosity,15.17,0.63,15.17,0.63,none,none,none, sinus,sinus,1.75,Noun,5,5,2,sinus,10.05,1.00,10.05,1.00,none,none,none,9.67 sinuses,sinuses,0.82,Noun,7,7,3,sinus,none,none,10.05,1.00,none,none,none,9.67 sinusitis,sinusitis,0.10,Noun,9,9,4,sinusitis,14.00,0.79,14.00,0.79,none,none,none, sip,sip,5.10,Noun,3,3,1,sip,4.26,1.00,4.26,1.00,none,none,4.53, siphon,syphon,0.27,Verb,6,5,2,siphon,11.88,0.94,11.88,0.94,none,none,none, siphoned,syphoned,0.22,Verb,8,6,2,siphon,none,none,11.88,0.94,none,none,none, siphoning,syphoning,0.35,Verb,9,7,3,siphon,none,none,11.88,0.94,none,none,none, sipped,sipped,0.18,Verb,6,4,1,sip,none,none,4.26,1.00,none,none,4.53, sipper,sipper,0.02,Noun,6,4,2,sipper,8.00,0.84,8.00,0.84,none,none,none, sipping,sipping,1.39,Verb,7,5,2,sip,none,none,4.26,1.00,none,none,4.53, sips,sips,0.41,Noun,4,4,1,sip,none,none,4.26,1.00,none,none,4.53, sir,sir,964.47,Noun,3,2,1,sir,6.37,1.00,6.37,1.00,none,none,5.39, sire,sire,13.16,Noun,4,3,2,sire,10.12,0.94,10.12,0.94,none,none,11.63, sired,sired,0.47,Verb,5,4,2,sire,none,none,10.12,0.94,none,none,11.63, siren,siren,6.55,Noun,5,5,2,siren,7.06,1.00,7.06,1.00,none,6.98,none,6.89 sirens,sirens,4.73,Noun,6,6,2,siren,none,none,7.06,1.00,none,6.98,none,6.89 sires,sires,0.02,Noun,5,4,1,sire,none,none,10.12,0.94,none,none,11.63, sirloin,sirloin,0.61,Noun,7,5,2,sirloin,11.33,1.00,11.33,1.00,none,none,none,10.13 sirocco,sirocco,0.10,Noun,7,6,3,sirocco,16.50,0.22,16.50,0.22,none,none,none, sirs,sirs,3.80,Noun,4,3,1,sir,none,none,6.37,1.00,none,none,5.39, sis,sis,7.84,Noun,3,3,1,sister,none,none,3.68,1.00,4.19,none,none,3.65 sisal,sisal,0.04,Noun,5,5,2,sisal,12.00,0.30,12.00,0.30,none,none,none, sissies,sissies,0.57,Noun,7,5,2,sissy,none,none,7.40,0.95,none,none,none, sissified,sissified,0.04,Verb,9,7,3,sissified,10.79,0.78,10.79,0.78,none,none,none, sissy,sissy,7.29,Noun,5,4,2,sissy,7.40,0.95,7.40,0.95,none,none,none, sister,sister,180.53,Noun,6,5,2,sister,3.68,1.00,3.68,1.00,4.19,none,none,3.65 sisterhood,sisterhood,0.63,Noun,10,8,3,sisterhood,9.53,0.94,9.53,0.94,none,none,none, sisterly,sisterly,0.25,Adjective,8,7,3,sisterly,8.35,0.94,8.35,0.94,none,none,none, sisters,sisters,27.35,Noun,7,6,2,sister,none,none,3.68,1.00,4.19,none,none,3.65 sit,sit,311.35,Verb,3,3,1,sit,3.47,1.00,3.47,1.00,none,none,3.56, sitar,sitar,0.25,Noun,5,5,2,sitar,13.00,0.74,13.00,0.74,none,none,none, sitcom,sitcom,1.53,Noun,6,6,2,sitcom,10.05,1.00,10.05,1.00,none,none,none, sitcoms,sitcoms,0.24,Noun,7,7,2,sitcom,none,none,10.05,1.00,none,none,none, site,site,19.22,Noun,4,3,1,site,8.63,1.00,8.63,1.00,8.23,none,7.86, sited,sited,0.06,Verb,5,5,2,site,none,none,8.63,1.00,8.23,none,7.86, sites,sites,3.59,Noun,5,4,1,site,none,none,8.63,1.00,8.23,none,7.86, sits,sits,9.96,Verb,4,4,1,sit,none,none,3.47,1.00,none,none,3.56, sitter,sitter,1.57,Noun,6,4,2,sitter,5.68,1.00,5.68,1.00,none,none,none, sitters,sitters,0.20,Noun,7,5,2,sitter,none,none,5.68,1.00,none,none,none, sitting,sitting,94.39,Verb,7,5,2,sit,none,none,3.47,1.00,none,none,3.56, situate,situate,0.10,Verb,7,6,3,situate,13.11,0.95,13.11,0.95,none,none,none, situated,situated,0.82,Verb,8,8,4,situate,none,none,13.11,0.95,none,none,none, situation,situation,82.49,Noun,9,8,4,situation,9.26,1.00,9.26,1.00,none,9.05,none, situational,situational,0.14,Adjective,11,10,5,situational,11.85,1.00,11.85,1.00,none,none,none, situations,situations,7.10,Noun,10,9,4,situation,none,none,9.26,1.00,none,9.05,none, six,six,199.53,Number,3,4,1,six,5.25,1.00,5.25,1.00,4.52,none,3.24, sixes,sixes,1.22,Number,5,6,2,six,none,none,5.25,1.00,4.52,none,3.24, sixpence,sixpence,0.59,Noun,8,7,2,sixpence,10.50,0.84,10.50,0.84,none,5.13,none, sixteen,sixteen,8.20,Number,7,7,2,sixteen,4.80,1.00,4.80,1.00,none,5.48,none, sixth,sixth,10.80,Number,5,5,1,sixth,5.36,1.00,5.36,1.00,none,5.35,none, sixths,sixths,0.02,Number,6,6,1,sixth,none,none,5.36,1.00,none,5.35,none, sixties,sixties,0.96,Number,7,7,2,sixty,none,none,5.74,1.00,none,5.77,none, sixty,sixty,5.43,Number,5,6,2,sixty,5.74,1.00,5.74,1.00,none,5.77,none, sizable,sizable,0.51,Adjective,7,7,3,sizable,10.11,1.00,10.11,1.00,none,none,none, size,size,46.14,Noun,4,3,1,size,4.84,1.00,4.84,1.00,5.69,none,5.13, sizeable,sizeable,0.31,Adjective,8,7,3,sizable,none,none,10.11,1.00,none,none,none, sizes,sizes,3.02,Noun,5,5,2,size,none,none,4.84,1.00,5.69,none,5.13, sizing,sizing,0.45,Verb,6,5,2,size,none,none,4.84,1.00,5.69,none,5.13, sizzle,sizzle,0.63,Noun,6,5,2,sizzle,8.16,1.00,8.16,1.00,none,none,none,8.12 sizzled,sizzled,0.06,Verb,7,6,2,sizzle,none,none,8.16,1.00,none,none,none,8.12 sizzles,sizzles,0.16,Noun,7,6,2,sizzle,none,none,8.16,1.00,none,none,none,8.12 sizzling,sizzling,0.86,Verb,8,7,3,sizzle,none,none,8.16,1.00,none,none,none,8.12 skate,skate,5.90,Verb,5,4,1,skate,5.37,1.00,5.37,1.00,6.53,none,5.73, skateboard,skateboard,1.67,Noun,10,8,2,skateboard,6.94,1.00,6.94,1.00,none,none,none, skateboarder,skateboarder,0.18,Noun,12,9,3,skateboarder,9.84,1.00,9.84,1.00,none,none,none, skateboarders,skateboarders,0.08,Noun,13,10,3,skateboarder,none,none,9.84,1.00,none,none,none, skateboarding,skateboarding,0.57,Verb,13,10,3,skateboard,none,none,6.94,1.00,none,none,none, skateboards,skateboards,0.43,Noun,11,9,2,skateboard,none,none,6.94,1.00,none,none,none, skated,skated,0.47,Verb,6,6,2,skate,none,none,5.37,1.00,6.53,none,5.73, skater,skater,1.90,Noun,6,5,2,skater,6.57,1.00,6.57,1.00,none,none,none, skaters,skaters,1.25,Noun,7,6,2,skater,none,none,6.57,1.00,none,none,none, skates,skates,4.22,Noun,6,5,1,skate,none,none,5.37,1.00,6.53,none,5.73, skating,skating,4.92,Verb,7,6,2,skate,none,none,5.37,1.00,6.53,none,5.73, skedaddle,skedaddle,0.55,Verb,9,8,3,skedaddle,7.84,0.95,7.84,0.95,none,none,none, skedaddled,skedaddled,0.10,Verb,10,9,3,skedaddle,none,none,7.84,0.95,none,none,none, skeet,skeet,0.51,Noun,5,4,1,skeet,12.53,0.89,12.53,0.89,none,none,none, skein,skein,0.10,Noun,5,4,1,skein,11.20,0.56,11.20,0.56,none,none,none, skeins,skeins,0.02,Noun,6,5,1,skein,none,none,11.20,0.56,none,none,none, skeletal,skeletal,0.47,Adjective,8,8,3,skeletal,9.44,0.95,9.44,0.95,none,none,none, skeleton,skeleton,5.12,Noun,8,8,3,skeleton,6.68,1.00,6.68,1.00,none,none,none, skeletons,skeletons,1.75,Noun,9,9,3,skeleton,none,none,6.68,1.00,none,none,none, skeptic,sceptic,0.49,Noun,7,7,2,skeptic,11.17,0.95,11.17,0.95,none,none,none, skeptical,sceptical,1.47,Adjective,9,9,3,skeptical,10.74,1.00,10.74,1.00,none,none,none, skepticism,scepticism,0.71,Noun,10,11,4,skepticism,12.47,1.00,12.47,1.00,none,none,none, skeptics,sceptics,0.18,Noun,8,8,2,skeptic,none,none,11.17,0.95,none,none,none, sketch,sketch,4.94,Noun,6,4,1,sketch,9.00,1.00,9.00,1.00,7.66,7.17,8.40, sketchbook,sketchbook,0.20,Noun,10,7,2,sketchbook,7.52,1.00,7.52,1.00,none,none,none, sketchbooks,sketchbooks,0.10,Noun,11,8,2,sketchbook,none,none,7.52,1.00,none,none,none, sketched,sketched,0.24,Verb,8,5,1,sketch,none,none,9.00,1.00,7.66,7.17,8.40, sketcher,sketcher,0.02,Noun,8,5,2,sketcher,9.53,0.85,9.53,0.85,none,none,none, sketches,sketches,3.02,Noun,8,6,2,sketch,none,none,9.00,1.00,7.66,7.17,8.40, sketchiest,sketchiest,0.02,Adjective,10,8,3,sketchy,none,none,11.59,0.94,none,none,none, sketchpad,sketchpad,0.02,Noun,9,7,2,sketchpad,8.84,1.00,8.84,1.00,none,none,none, sketchy,sketchy,1.24,Adjective,7,5,2,sketchy,11.59,0.94,11.59,0.94,none,none,none, skew,skew,0.14,Verb,4,4,1,skew,10.94,0.94,10.94,0.94,none,none,11.63, skewer,skewer,0.41,Noun,6,5,2,skewer,8.94,1.00,8.94,1.00,none,none,none, skewered,skewered,0.22,Verb,8,6,2,skewer,none,none,8.94,1.00,none,none,none, skewering,skewering,0.10,Verb,9,7,3,skewer,none,none,8.94,1.00,none,none,none, skewers,skewers,0.29,Noun,7,6,2,skewer,none,none,8.94,1.00,none,none,none, skewing,skewing,0.08,Verb,7,6,2,skew,none,none,10.94,0.94,none,none,11.63, ski,ski,8.10,Noun,3,3,1,ski,6.68,1.00,6.68,1.00,8.82,none,6.06, skid,skid,2.18,Noun,4,4,1,skid,8.11,1.00,8.11,1.00,none,none,8.19, skidded,skidded,0.45,Verb,7,6,2,skid,none,none,8.11,1.00,none,none,8.19, skidding,skidding,0.20,Verb,8,6,2,skid,none,none,8.11,1.00,none,none,8.19, skidoo,skidoo,0.08,Verb,6,5,2,skidoo,8.31,0.68,8.31,0.68,none,none,none, skids,skids,0.59,Noun,5,5,1,skid,none,none,8.11,1.00,none,none,8.19, skied,skied,0.27,Verb,5,4,1,sky,none,none,4.17,1.00,4.34,none,3.85, skier,skier,0.47,Noun,5,4,1,skier,8.88,0.89,8.88,0.89,none,none,none, skiers,skiers,0.24,Noun,6,5,2,skier,none,none,8.88,0.89,none,none,none, skies,skies,7.49,Noun,5,4,1,sky,none,none,4.17,1.00,4.34,none,3.85, skiff,skiff,0.73,Noun,5,4,1,skiff,13.20,0.56,13.20,0.56,none,none,none, skiing,skiing,4.16,Noun,6,5,2,skiing,7.89,1.00,7.89,1.00,none,none,none, skilful,skilful,0.20,Adjective,7,7,2,skilful,10.06,0.95,10.06,0.95,none,none,none, skill,skill,7.92,Noun,5,4,1,skill,6.80,1.00,6.80,1.00,8.60,7.32,7.70, skilled,skilled,2.37,Adjective,7,5,1,skilled,8.68,1.00,8.68,1.00,none,none,none, skillet,skillet,1.22,Noun,7,6,2,skillet,8.20,1.00,8.20,1.00,none,none,none,8.20 skillets,skillets,0.14,Noun,8,7,2,skillet,none,none,8.20,1.00,none,none,none,8.20 skills,skills,14.57,Noun,6,5,1,skill,none,none,6.80,1.00,8.60,7.32,7.70, skim,skim,0.84,Verb,4,4,1,skim,8.84,1.00,8.84,1.00,none,none,8.26, skimmed,skimmed,0.39,Verb,7,5,1,skim,none,none,8.84,1.00,none,none,8.26, skimmer,skimmer,0.14,Noun,7,5,2,skimmer,10.82,0.89,10.82,0.89,none,none,none, skimmers,skimmers,0.02,Noun,8,6,2,skimmer,none,none,10.82,0.89,none,none,none, skimming,skimming,0.94,Verb,8,6,2,skim,none,none,8.84,1.00,none,none,8.26, skimp,skimp,0.25,Verb,5,5,1,skimp,11.25,1.00,11.25,1.00,none,none,10.17, skimped,skimped,0.02,Verb,7,6,1,skimp,none,none,11.25,1.00,none,none,10.17, skimpiest,skimpiest,0.04,Adjective,9,9,3,skimpy,none,none,10.67,1.00,none,none,none, skimping,skimping,0.16,Verb,8,7,2,skimp,none,none,11.25,1.00,none,none,10.17, skimpy,skimpy,0.49,Adjective,6,6,2,skimpy,10.67,1.00,10.67,1.00,none,none,none, skims,skims,0.02,Verb,5,5,1,skim,none,none,8.84,1.00,none,none,8.26, skin,skin,44.04,Noun,4,4,1,skin,4.48,1.00,4.48,1.00,none,4.47,4.47, skincare,skincare,0.02,Noun,8,7,2,skincare,9.39,1.00,9.39,1.00,none,none,none, skinflint,skinflint,0.18,Noun,9,9,2,skinflint,15.06,0.84,15.06,0.84,none,none,none, skinflints,skinflints,0.02,Noun,10,10,2,skinflint,none,none,15.06,0.84,none,none,none, skinhead,skinhead,0.29,Noun,8,7,2,skinhead,12.56,1.00,12.56,1.00,none,none,none, skinheads,skinheads,0.73,Noun,9,8,2,skinhead,none,none,12.56,1.00,none,none,none, skinless,skinless,0.22,Adjective,8,7,2,skinless,9.80,1.00,9.80,1.00,none,none,none, skinned,skinned,1.35,Verb,7,5,1,skin,none,none,4.48,1.00,none,4.47,4.47, skinnier,skinnier,0.27,Adjective,8,6,3,skinny,none,none,5.16,1.00,none,7.71,none,5.62 skinniest,skinniest,0.02,Adjective,9,8,3,skinny,none,none,5.16,1.00,none,7.71,none,5.62 skinning,skinning,0.33,Verb,8,6,2,skin,none,none,4.48,1.00,none,4.47,4.47, skinny,skinny,13.98,Adjective,6,5,2,skinny,5.16,1.00,5.16,1.00,none,7.71,none,5.62 skins,skins,2.67,Noun,5,5,1,skin,none,none,4.48,1.00,none,4.47,4.47, skintight,skintight,0.16,Adjective,9,7,2,skintight,11.39,1.00,11.39,1.00,none,none,none, skip,skip,21.10,Verb,4,4,1,skip,4.68,1.00,4.68,1.00,5.37,none,5.59, skipjack,skipjack,0.06,Noun,8,7,2,skipjack,10.45,0.58,10.45,0.58,none,none,none, skipped,skipped,5.06,Verb,7,5,1,skip,none,none,4.68,1.00,5.37,none,5.59, skipping,skipping,3.24,Verb,8,6,2,skip,none,none,4.68,1.00,5.37,none,5.59, skips,skips,0.82,Verb,5,5,1,skip,none,none,4.68,1.00,5.37,none,5.59, skirl,skirl,0.06,Noun,5,5,1,skirl,16.60,0.28,16.60,0.28,none,none,none, skirmish,skirmish,0.55,Noun,8,6,2,skirmish,11.83,0.95,11.83,0.95,none,none,none,10.90 skirmishes,skirmishes,0.20,Noun,10,8,3,skirmish,none,none,11.83,0.95,none,none,none,10.90 skirmishing,skirmishing,0.06,Verb,11,8,3,skirmish,none,none,11.83,0.95,none,none,none,10.90 skirt,skirt,9.96,Noun,5,4,1,skirt,5.67,1.00,5.67,1.00,none,5.30,5.14, skirts,skirts,2.96,Noun,6,5,1,skirt,none,none,5.67,1.00,none,5.30,5.14, skis,skis,1.35,Noun,4,4,1,ski,none,none,6.68,1.00,8.82,none,6.06, skit,skit,0.82,Noun,4,4,1,skit,9.17,1.00,9.17,1.00,none,none,8.15, skits,skits,0.10,Noun,5,5,1,skit,none,none,9.17,1.00,none,none,8.15, skitter,skitter,0.06,Verb,7,5,2,skitter,10.83,0.67,10.83,0.67,none,none,none, skittering,skittering,0.10,Verb,10,7,3,skitter,none,none,10.83,0.67,none,none,none, skitters,skitters,0.06,Verb,8,6,2,skitter,none,none,10.83,0.67,none,none,none, skittish,skittish,0.63,Verb,8,6,2,skittish,10.00,1.00,10.00,1.00,none,none,none,10.80 skittle,skittle,0.02,Noun,7,6,2,skittle,7.07,0.83,7.07,0.83,none,none,none, skittles,skittles,0.53,Noun,8,7,2,skittle,none,none,7.07,0.83,none,none,none, skive,skive,0.02,Verb,5,4,1,skive,12.67,0.29,12.67,0.29,none,none,none, skivvies,skivvies,0.41,Noun,8,6,2,skivvy,none,none,11.40,0.71,9.68,none,none, skivvy,skivvy,0.00,Err:512,6,5,2,skivvy,11.40,0.71,11.40,0.71,9.68,none,none, skulk,skulk,0.29,Verb,5,5,1,skulk,13.29,0.74,13.29,0.74,none,none,12.26, skulking,skulking,0.55,Verb,8,7,2,skulk,none,none,13.29,0.74,none,none,12.26, skulks,skulks,0.08,Verb,6,6,1,skulk,none,none,13.29,0.74,none,none,12.26, skull,skull,14.71,Noun,5,4,1,skull,6.33,1.00,6.33,1.00,none,8.41,6.72, skullcap,skullcap,0.10,Noun,8,7,2,skullcap,14.06,0.89,14.06,0.89,none,none,none, skullcaps,skullcaps,0.02,Noun,9,8,2,skullcap,none,none,14.06,0.89,none,none,none, skullduggery,skulduggery,0.10,Noun,12,10,4,skullduggery,13.56,0.50,13.56,0.50,none,none,none, skulls,skulls,2.43,Noun,6,5,1,skull,none,none,6.33,1.00,none,8.41,6.72, skunk,skunk,3.25,Noun,5,5,1,skunk,5.32,1.00,5.32,1.00,9.43,none,5.39, skunked,skunked,0.20,Verb,7,6,1,skunk,none,none,5.32,1.00,9.43,none,5.39, skunks,skunks,0.49,Noun,6,6,1,skunk,none,none,5.32,1.00,9.43,none,5.39, sky,sky,44.80,Noun,3,3,1,sky,4.17,1.00,4.17,1.00,4.34,none,3.85, skycap,skycap,0.14,Noun,6,6,2,skycap,12.09,0.61,12.09,0.61,none,none,none, skycaps,skycaps,0.04,Noun,7,7,2,skycap,none,none,12.09,0.61,none,none,none, skydive,skydive,0.22,Verb,7,6,2,skydive,8.78,1.00,8.78,1.00,none,none,none, skydiver,skydiver,0.08,Noun,8,7,3,skydiver,9.28,1.00,9.28,1.00,none,none,none, skydivers,skydivers,0.04,Noun,9,8,3,skydiver,none,none,9.28,1.00,none,none,none, skydiving,skydiving,0.84,Verb,9,8,3,skydive,none,none,8.78,1.00,none,none,none, skyhook,skyhook,0.06,Verb,7,6,2,skyhook,13.27,0.83,13.27,0.83,none,none,none, skylark,skylark,0.27,Name,7,7,2,skylark,10.18,0.95,10.18,0.95,none,7.86,none, skylarks,skylarks,0.04,Noun,8,8,2,skylark,none,none,10.18,0.95,none,7.86,none, skylight,skylight,0.84,Noun,8,6,2,skylight,8.60,1.00,8.60,1.00,none,none,none, skylights,skylights,0.22,Noun,9,7,2,skylight,none,none,8.60,1.00,none,none,none, skyline,skyline,0.67,Noun,7,6,2,skyline,11.00,0.95,11.00,0.95,none,none,none, skyrocket,skyrocket,0.33,Noun,9,8,3,skyrocket,8.80,1.00,8.80,1.00,none,none,none, skyrocketed,skyrocketed,0.18,Verb,11,10,4,skyrocket,none,none,8.80,1.00,none,none,none, skyrocketing,skyrocketing,0.24,Verb,12,10,4,skyrocket,none,none,8.80,1.00,none,none,none, skyrockets,skyrockets,0.12,Noun,10,9,3,skyrocket,none,none,8.80,1.00,none,none,none, skyscraper,skyscraper,0.78,Noun,10,9,3,skyscraper,8.26,1.00,8.26,1.00,none,none,none, skyscrapers,skyscrapers,0.75,Noun,11,10,3,skyscraper,none,none,8.26,1.00,none,none,none, skywriter,skywriter,0.02,Noun,9,7,3,skywriter,12.18,0.89,12.18,0.89,none,none,none, skywriting,skywriting,0.14,Verb,10,8,3,skywriting,9.88,0.94,9.88,0.94,none,none,none, slab,slab,1.84,Noun,4,4,1,slab,8.53,1.00,8.53,1.00,none,8.90,8.54, slabs,slabs,0.29,Noun,5,5,1,slab,none,none,8.53,1.00,none,8.90,8.54, slack,slack,5.92,Noun,5,4,1,slack,9.63,1.00,9.63,1.00,none,8.41,8.44, slacken,slacken,0.10,Verb,7,6,2,slacken,12.18,0.89,12.18,0.89,none,none,none, slacker,slacker,0.76,Adjective,7,5,2,slack,none,none,9.63,1.00,none,8.41,8.44, slacking,slacking,0.76,Verb,8,6,2,slack,none,none,9.63,1.00,none,8.41,8.44, slackness,slackness,0.04,Noun,9,7,2,slackness,9.89,1.00,9.89,1.00,none,none,none, slacks,slacks,1.10,Noun,6,5,1,slack,none,none,9.63,1.00,none,8.41,8.44, slade,slade,1.90,1.90,5,4,1,slade,10.29,0.55,10.29,0.55,none,none,none, slag,slag,0.76,Noun,4,4,1,slag,11.67,0.79,11.67,0.79,none,none,10.72, slagheap,slagheap,0.02,Verb,8,5,2,slagheap,16.40,0.26,16.40,0.26,none,none,none, slain,slain,1.80,Verb,5,4,1,slay,none,none,9.39,0.95,none,none,9.53, slake,slake,0.06,Verb,5,4,1,slake,12.33,0.60,12.33,0.60,none,none,none, slaked,slaked,0.04,Verb,6,5,1,slake,none,none,12.33,0.60,none,none,none, slaking,slaking,0.06,Verb,7,6,2,slake,none,none,12.33,0.60,none,none,none, slalom,slalom,0.06,Noun,6,6,2,slalom,13.75,0.63,13.75,0.63,none,none,none, slaloms,slaloms,0.02,Noun,7,7,2,slalom,none,none,13.75,0.63,none,none,none, slam,slam,5.80,Verb,4,4,1,slam,6.94,0.95,6.94,0.95,6.08,none,6.28, slammed,slammed,3.25,Verb,7,5,1,slam,none,none,6.94,0.95,6.08,none,6.28, slammer,slammer,1.24,Noun,7,5,2,slammer,10.10,1.00,10.10,1.00,none,none,none, slammers,slammers,0.02,Noun,8,6,2,slammer,none,none,10.10,1.00,none,none,none, slamming,slamming,1.65,Verb,8,6,2,slam,none,none,6.94,0.95,6.08,none,6.28, slams,slams,2.24,Verb,5,5,1,slam,none,none,6.94,0.95,6.08,none,6.28, slander,slander,1.25,Noun,7,6,2,slander,14.00,1.00,14.00,1.00,11.09,none,none,11.80 slandered,slandered,0.27,Verb,9,7,2,slander,none,none,14.00,1.00,11.09,none,none,11.80 slanderer,slanderer,0.02,Adjective,9,7,3,slanderer,13.78,1.00,13.78,1.00,none,none,none, slanderers,slanderers,0.06,Noun,10,8,3,slanderer,none,none,13.78,1.00,none,none,none, slandering,slandering,0.22,Verb,10,8,3,slander,none,none,14.00,1.00,11.09,none,none,11.80 slanderous,slanderous,0.24,Adjective,10,8,3,slanderous,13.36,0.78,13.36,0.78,none,none,none, slanders,slanders,0.12,Noun,8,7,2,slander,none,none,14.00,1.00,11.09,none,none,11.80 slang,slang,1.39,Noun,5,4,1,slang,10.68,1.00,10.68,1.00,none,9.19,9.16, slangs,slangs,0.02,Noun,6,5,1,slang,none,none,10.68,1.00,none,9.19,9.16, slant,slant,1.14,Noun,5,5,1,slant,7.33,1.00,7.33,1.00,none,none,7.98, slants,slants,0.16,Verb,6,6,1,slant,none,none,7.33,1.00,none,none,7.98, slap,slap,12.47,Verb,4,4,1,slap,4.67,1.00,4.67,1.00,5.30,none,5.54, slapdash,slapdash,0.08,Noun,8,7,2,slapdash,12.30,0.56,12.30,0.56,none,none,none, slaphappy,slaphappy,0.10,Adjective,9,8,3,slaphappy,11.60,0.83,11.60,0.83,none,none,none, slapped,slapped,4.96,Verb,7,5,1,slap,none,none,4.67,1.00,5.30,none,5.54, slapper,slapper,0.10,Noun,7,5,2,slapper,10.33,0.86,10.33,0.86,none,none,none, slappers,slappers,0.02,Noun,8,6,2,slapper,none,none,10.33,0.86,none,none,none, slapping,slapping,1.73,Verb,8,6,2,slap,none,none,4.67,1.00,5.30,none,5.54, slaps,slaps,0.86,Verb,5,5,1,slap,none,none,4.67,1.00,5.30,none,5.54, slapstick,slapstick,0.24,Noun,9,8,2,slapstick,12.29,0.89,12.29,0.89,none,none,none, slash,slash,2.39,Verb,5,4,1,slash,7.47,1.00,7.47,1.00,none,none,7.93, slashed,slashed,1.51,Verb,7,5,1,slash,none,none,7.47,1.00,none,none,7.93, slashes,slashes,0.25,Verb,7,6,2,slash,none,none,7.47,1.00,none,none,7.93, slashing,slashing,0.65,Verb,8,6,2,slash,none,none,7.47,1.00,none,none,7.93, slat,slat,0.08,Noun,4,4,1,slat,11.56,0.95,11.56,0.95,none,none,11.02, slate,slate,3.24,Noun,5,4,1,slate,9.25,1.00,9.25,1.00,none,none,9.39, slated,slated,0.37,Verb,6,6,2,slate,none,none,9.25,1.00,none,none,9.39, slates,slates,0.14,Noun,6,5,1,slate,none,none,9.25,1.00,none,none,9.39, slather,slather,0.14,Verb,7,5,2,slather,10.58,0.86,10.58,0.86,none,none,none, slathered,slathered,0.14,Verb,9,6,2,slather,none,none,10.58,0.86,none,none,none, slathering,slathering,0.06,Verb,10,7,3,slather,none,none,10.58,0.86,none,none,none, slats,slats,0.39,Noun,5,5,1,slat,none,none,11.56,0.95,none,none,11.02, slattern,slattern,0.06,Noun,8,7,2,slattern,13.75,0.42,13.75,0.42,none,none,none, slaughter,slaughter,5.45,Noun,9,5,2,slaughter,9.56,1.00,9.56,1.00,9.30,none,none,10.22 slaughtered,slaughtered,3.27,Verb,11,6,2,slaughter,none,none,9.56,1.00,9.30,none,none,10.22 slaughterer,slaughterer,0.04,Noun,11,6,3,slaughterer,11.88,0.94,11.88,0.94,none,none,none, slaughterers,slaughterers,0.02,Noun,12,7,3,slaughterer,none,none,11.88,0.94,none,none,none, slaughterhouse,slaughterhouse,1.25,Noun,14,8,3,slaughterhouse,10.80,1.00,10.80,1.00,none,none,none, slaughterhouses,slaughterhouses,0.24,Noun,15,10,4,slaughterhouse,none,none,10.80,1.00,none,none,none, slaughtering,slaughtering,0.57,Verb,12,7,3,slaughter,none,none,9.56,1.00,9.30,none,none,10.22 slaughters,slaughters,0.20,Noun,10,6,2,slaughter,none,none,9.56,1.00,9.30,none,none,10.22 slave,slave,18.43,Noun,5,4,1,slave,7.84,1.00,7.84,1.00,7.66,7.01,6.71, slaved,slaved,0.57,Verb,6,5,1,slave,none,none,7.84,1.00,7.66,7.01,6.71, slaveholder,slaveholder,0.04,Noun,11,9,3,slaveholder,12.83,0.95,12.83,0.95,none,none,none, slaveholders,slaveholders,0.02,Noun,12,10,3,slaveholder,none,none,12.83,0.95,none,none,none, slaver,slaver,0.27,Noun,6,5,2,slaver,10.42,0.67,10.42,0.67,none,none,none, slavers,slavers,0.90,Noun,7,6,2,slaver,none,none,10.42,0.67,none,none,none, slavery,slavery,4.06,Noun,7,6,3,slavery,8.32,1.00,8.32,1.00,8.54,none,none, slaves,slaves,8.12,Noun,6,5,1,slave,none,none,7.84,1.00,7.66,7.01,6.71, slaving,slaving,0.65,Verb,7,6,2,slave,none,none,7.84,1.00,7.66,7.01,6.71, slavish,slavish,0.10,Adjective,7,6,2,slavish,13.07,0.79,13.07,0.79,none,none,none, slaw,slaw,0.33,Noun,4,3,1,slaw,8.28,1.00,8.28,1.00,none,none,8.40, slay,slay,2.14,Verb,4,3,1,slay,9.39,0.95,9.39,0.95,none,none,9.53, slayer,slayer,2.82,Noun,6,4,2,slayer,11.50,1.00,11.50,1.00,none,none,none, slayers,slayers,0.45,Noun,7,5,2,slayer,none,none,11.50,1.00,none,none,none, slaying,slaying,0.92,Verb,7,5,2,slay,none,none,9.39,0.95,none,none,9.53, slays,slays,0.22,Verb,5,4,1,slay,none,none,9.39,0.95,none,none,9.53, sleaze,sleaze,0.76,Noun,6,4,1,sleaze,11.21,0.95,11.21,0.95,none,none,none, sleazebag,sleazebag,0.25,Noun,9,8,3,sleazebag,12.48,1.00,12.48,1.00,none,none,none, sleazebags,sleazebags,0.04,Noun,10,9,3,sleazebag,none,none,12.48,1.00,none,none,none, sleazier,sleazier,0.08,Adjective,8,7,3,sleazy,none,none,11.85,1.00,none,none,none, sleaziest,sleaziest,0.10,Adjective,9,8,3,sleazy,none,none,11.85,1.00,none,none,none, sleazy,sleazy,2.18,Adjective,6,5,2,sleazy,11.85,1.00,11.85,1.00,none,none,none, sled,sled,2.92,Adjective,4,4,1,sled,4.89,1.00,4.89,1.00,none,none,5.61, sledding,sledding,0.39,Verb,8,6,2,sled,none,none,4.89,1.00,none,none,5.61, sledge,sledge,0.47,Noun,6,4,1,sledge,10.06,0.94,10.06,0.94,none,none,10.42, sledgehammer,sledgehammer,0.88,Noun,12,8,3,sledgehammer,9.52,1.00,9.52,1.00,none,none,none, sledgehammers,sledgehammers,0.16,Noun,13,11,4,sledgehammer,none,none,9.52,1.00,none,none,none, sleds,sleds,0.20,Noun,5,5,1,sled,none,none,4.89,1.00,none,none,5.61, sleek,sleek,0.84,Adjective,5,4,1,sleek,11.17,1.00,11.17,1.00,none,10.02,9.98, sleeker,sleeker,0.06,Adjective,7,5,2,sleek,none,none,11.17,1.00,none,10.02,9.98, sleekest,sleekest,0.02,Adjective,8,7,2,sleek,none,none,11.17,1.00,none,10.02,9.98, sleep,sleep,227.94,Verb,5,4,1,sleep,2.79,1.00,2.79,1.00,3.99,none,3.47, sleeper,sleeper,2.06,Noun,7,5,2,sleeper,7.33,1.00,7.33,1.00,none,none,none, sleepers,sleepers,0.39,Noun,8,6,2,sleeper,none,none,7.33,1.00,none,none,none, sleepier,sleepier,0.14,Adjective,8,6,3,sleepy,none,none,3.37,1.00,none,none,none, sleepiness,sleepiness,0.06,Noun,10,8,3,sleepiness,6.00,1.00,6.00,1.00,none,none,none, sleeping,sleeping,59.35,Verb,8,6,2,sleep,none,none,2.79,1.00,3.99,none,3.47, sleepless,sleepless,1.35,Adjective,9,7,2,sleepless,8.45,1.00,8.45,1.00,none,none,none, sleeplessness,sleeplessness,0.08,Noun,13,10,3,sleeplessness,10.06,1.00,10.06,1.00,none,none,none, sleepover,sleepover,1.45,Noun,9,7,3,sleepover,5.50,1.00,5.50,1.00,none,none,none, sleepovers,sleepovers,0.49,Noun,10,8,3,sleepover,none,none,5.50,1.00,none,none,none, sleeps,sleeps,8.10,Verb,6,5,1,sleep,none,none,2.79,1.00,3.99,none,3.47, sleepwalk,sleepwalk,0.25,Verb,9,7,2,sleepwalk,7.00,1.00,7.00,1.00,none,none,none, sleepwalker,sleepwalker,0.22,Noun,11,8,3,sleepwalker,8.89,1.00,8.89,1.00,none,none,none, sleepwalkers,sleepwalkers,0.08,Noun,12,9,3,sleepwalker,none,none,8.89,1.00,none,none,none, sleepwalking,sleepwalking,0.63,Verb,12,9,3,sleepwalk,none,none,7.00,1.00,none,none,none, sleepwalks,sleepwalks,0.10,Verb,10,8,2,sleepwalk,none,none,7.00,1.00,none,none,none, sleepwear,sleepwear,0.02,Noun,9,7,2,sleepwear,7.44,1.00,7.44,1.00,none,none,none, sleepy,sleepy,8.57,Adjective,6,5,2,sleepy,3.37,1.00,3.37,1.00,none,none,none, sleepyhead,sleepyhead,0.53,Noun,10,8,3,sleepyhead,5.06,1.00,5.06,1.00,none,none,none, sleepyheads,sleepyheads,0.08,Noun,11,9,3,sleepyhead,none,none,5.06,1.00,none,none,none, sleet,sleet,0.65,Noun,5,4,1,sleet,11.72,1.00,11.72,1.00,none,none,8.11, sleety,sleety,0.02,Noun,6,5,2,sleety,9.58,1.00,9.58,1.00,none,none,none, sleeve,sleeve,5.61,Noun,6,4,1,sleeve,4.94,1.00,4.94,1.00,none,5.56,5.20, sleeveless,sleeveless,0.10,Adjective,10,7,2,sleeveless,6.75,1.00,6.75,1.00,none,none,none, sleeves,sleeves,3.08,Noun,7,5,1,sleeve,none,none,4.94,1.00,none,5.56,5.20, sleigh,sleigh,3.27,Noun,6,3,1,sleigh,6.00,1.00,6.00,1.00,none,none,6.40, sleighs,sleighs,0.04,Noun,7,4,1,sleigh,none,none,6.00,1.00,none,none,6.40, sleight,sleight,0.49,Noun,7,4,1,sleight,13.29,0.89,13.29,0.89,none,none,11.56, slender,slender,0.75,Adjective,7,6,2,slender,10.11,1.00,10.11,1.00,none,none,none, slept,slept,35.49,Verb,5,5,1,sleep,none,none,2.79,1.00,3.99,none,3.47, sleuth,sleuth,0.20,Noun,6,4,1,sleuth,10.82,0.89,10.82,0.89,none,none,11.63, sleuthhound,sleuthhound,0.02,Noun,11,8,2,sleuthhound,13.27,0.55,13.27,0.55,none,none,none, sleuthing,sleuthing,0.20,Verb,9,6,2,sleuth,none,none,10.82,0.89,none,none,11.63, sleuths,sleuths,0.04,Noun,7,5,1,sleuth,none,none,10.82,0.89,none,none,11.63, slew,slew,1.31,Verb,4,3,1,slew,9.80,0.90,9.80,0.90,none,none,11.04, slews,slews,0.02,Noun,5,4,1,slew,none,none,9.80,0.90,none,none,11.04, slice,slice,8.53,Noun,5,4,1,slice,5.69,1.00,5.69,1.00,5.07,5.84,5.86, sliced,sliced,2.14,Verb,6,5,1,slice,none,none,5.69,1.00,5.07,5.84,5.86, slicer,slicer,0.12,Noun,6,5,2,slicer,8.79,1.00,8.79,1.00,none,none,none, slices,slices,1.90,Noun,6,6,2,slice,none,none,5.69,1.00,5.07,5.84,5.86, slicing,slicing,1.00,Verb,7,6,2,slice,none,none,5.69,1.00,5.07,5.84,5.86, slick,slick,6.86,Noun,5,4,1,slick,9.30,1.00,9.30,1.00,none,10.60,8.12, slicked,slicked,0.12,Verb,7,5,1,slick,none,none,9.30,1.00,none,10.60,8.12, slicker,slicker,0.82,Noun,7,5,2,slicker,9.33,0.95,9.33,0.95,none,none,none, slickers,slickers,0.16,Noun,8,6,2,slicker,none,none,9.33,0.95,none,none,none, slickest,slickest,0.06,Adjective,8,7,2,slick,none,none,9.30,1.00,none,10.60,8.12, slicks,slicks,0.06,Noun,6,5,1,slick,none,none,9.30,1.00,none,10.60,8.12, slid,slid,1.84,Verb,4,4,1,slide,none,none,4.79,1.00,4.74,4.52,5.39, slide,slide,17.82,Verb,5,4,1,slide,4.79,1.00,4.79,1.00,4.74,4.52,5.39, slider,slider,0.39,Noun,6,5,2,slider,10.06,1.00,10.06,1.00,none,none,none, sliders,sliders,0.76,Noun,7,6,2,slider,none,none,10.06,1.00,none,none,none, slides,slides,3.04,Noun,6,5,1,slide,none,none,4.79,1.00,4.74,4.52,5.39, slideshow,slideshow,0.06,Noun,9,6,2,slideshow,7.45,1.00,7.45,1.00,none,none,none, slight,slight,10.18,Adjective,6,4,1,slight,10.33,1.00,10.33,1.00,none,8.54,9.03, slighter,slighter,0.02,Adjective,8,5,2,slight,none,none,10.33,1.00,none,8.54,9.03, slightest,slightest,6.78,Adjective,9,7,2,slight,none,none,10.33,1.00,none,8.54,9.03, slightly,slightly,11.29,Adverb,8,6,2,slightly,8.12,1.00,8.12,1.00,none,none,none, slightness,slightness,0.02,Noun,10,7,2,slightness,12.19,0.89,12.19,0.89,none,none,none, slim,slim,11.86,Adjective,4,4,1,slim,7.26,1.00,7.26,1.00,9.77,none,7.22, slime,slime,2.76,Noun,5,4,1,slime,6.78,1.00,6.78,1.00,none,8.13,6.87, slimes,slimes,0.02,Verb,6,5,1,slime,none,none,6.78,1.00,none,8.13,6.87, slimier,slimier,0.04,Adjective,7,6,3,slimy,none,none,6.28,1.00,none,none,none, slimiest,slimiest,0.06,Adjective,8,8,3,slimy,none,none,6.28,1.00,none,none,none, slimmed,slimmed,0.14,Verb,7,5,1,slim,none,none,7.26,1.00,9.77,none,7.22, slimmer,slimmer,0.22,Adjective,7,5,2,slim,none,none,7.26,1.00,9.77,none,7.22, slimmest,slimmest,0.04,Adjective,8,7,2,slim,none,none,7.26,1.00,9.77,none,7.22, slims,slims,0.04,Verb,5,5,1,slim,none,none,7.26,1.00,9.77,none,7.22, slimy,slimy,3.12,Adjective,5,5,2,slimy,6.28,1.00,6.28,1.00,none,none,none, sling,sling,2.29,Noun,5,4,1,sling,8.67,1.00,8.67,1.00,none,none,8.15, slinger,slinger,0.22,Noun,7,5,2,slinger,12.53,0.95,12.53,0.95,none,none,none, slingers,slingers,0.08,Noun,8,6,2,slinger,none,none,12.53,0.95,none,none,none, slinging,slinging,0.78,Verb,8,6,2,sling,none,none,8.67,1.00,none,none,8.15, slings,slings,0.43,Noun,6,5,1,sling,none,none,8.67,1.00,none,none,8.15, slingshot,slingshot,1.39,Noun,9,7,2,slingshot,6.53,1.00,6.53,1.00,none,none,none, slingshots,slingshots,0.10,Noun,10,8,2,slingshot,none,none,6.53,1.00,none,none,none, slink,slink,0.37,Verb,5,5,1,slink,9.37,1.00,9.37,1.00,none,none,none, slinkiest,slinkiest,0.02,Adjective,9,9,3,slinky,none,none,7.16,1.00,none,none,none, slinking,slinking,0.18,Verb,8,7,2,slink,none,none,9.37,1.00,none,none,none, slinks,slinks,0.04,Verb,6,6,1,slink,none,none,9.37,1.00,none,none,none, slinky,slinky,0.96,Adjective,6,6,2,slinky,7.16,1.00,7.16,1.00,none,none,none, slip,slip,25.88,Verb,4,4,1,slip,6.17,1.00,6.17,1.00,none,5.24,5.61, slipcover,slipcover,0.04,Noun,9,8,3,slipcover,10.37,1.00,10.37,1.00,none,none,none, slipcovers,slipcovers,0.16,Noun,10,9,3,slipcover,none,none,10.37,1.00,none,none,none, slipknot,slipknot,0.14,Noun,8,7,2,slipknot,11.05,1.00,11.05,1.00,none,none,none, slipknots,slipknots,0.02,Noun,9,8,2,slipknot,none,none,11.05,1.00,none,none,none, slippage,slippage,0.12,Noun,8,6,2,slippage,11.50,0.89,11.50,0.89,none,none,none, slipped,slipped,16.63,Verb,7,5,1,slip,none,none,6.17,1.00,none,5.24,5.61, slipper,slipper,2.22,Noun,7,5,2,slipper,5.26,1.00,5.26,1.00,4.80,5.33,none, slipperier,slipperier,0.02,Adjective,10,8,4,slippery,none,none,6.72,1.00,none,none,none, slipperiest,slipperiest,0.02,Adjective,11,10,4,slippery,none,none,6.72,1.00,none,none,none, slippers,slippers,5.16,Noun,8,6,2,slipper,none,none,5.26,1.00,4.80,5.33,none, slippery,slippery,4.41,Adjective,8,6,3,slippery,6.72,1.00,6.72,1.00,none,none,none, slipping,slipping,5.94,Verb,8,6,2,slip,none,none,6.17,1.00,none,5.24,5.61, slips,slips,3.88,Verb,5,5,1,slip,none,none,6.17,1.00,none,5.24,5.61, slipshod,slipshod,0.14,Adjective,8,7,2,slipshod,15.64,0.58,15.64,0.58,none,none,none, slipstream,slipstream,2.82,Noun,10,9,2,slipstream,12.64,0.50,12.64,0.50,none,none,none, slipup,slipup,0.16,Noun,6,6,2,slipup,9.84,1.00,9.84,1.00,none,none,none, slipups,slipups,0.02,Noun,7,7,2,slipup,none,none,9.84,1.00,none,none,none, slipway,slipway,0.04,Noun,7,6,2,slipway,10.15,0.65,10.15,0.65,none,none,none, slit,slit,3.80,Verb,4,4,1,slit,10.44,1.00,10.44,1.00,none,7.30,7.77, slither,slither,0.22,Verb,7,5,2,slither,8.05,1.00,8.05,1.00,none,none,none, slithered,slithered,0.18,Verb,9,6,2,slither,none,none,8.05,1.00,none,none,none, slithering,slithering,0.24,Verb,10,7,3,slither,none,none,8.05,1.00,none,none,none, slithers,slithers,0.14,Verb,8,6,2,slither,none,none,8.05,1.00,none,none,none, slithery,slithery,0.12,Adjective,8,7,3,slithery,9.56,1.00,9.56,1.00,none,none,none, slits,slits,0.29,Noun,5,5,1,slit,none,none,10.44,1.00,none,7.30,7.77, slitting,slitting,0.25,Verb,8,6,2,slit,none,none,10.44,1.00,none,7.30,7.77, sliver,sliver,0.45,Noun,6,5,2,sliver,7.11,1.00,7.11,1.00,none,none,none, slivers,slivers,0.22,Noun,7,6,2,sliver,none,none,7.11,1.00,none,none,none, slob,slob,3.57,Noun,4,4,1,slob,7.11,1.00,7.11,1.00,none,none,none, slobber,slobber,0.43,Noun,7,5,2,slobber,7.67,1.00,7.67,1.00,none,none,none, slobbered,slobbered,0.14,Verb,9,6,2,slobber,none,none,7.67,1.00,none,none,none, slobbering,slobbering,0.57,Verb,10,7,3,slobber,none,none,7.67,1.00,none,none,none, slobbers,slobbers,0.02,Name,8,6,2,slobber,none,none,7.67,1.00,none,none,none, slobbery,slobbery,0.10,Adjective,8,7,3,slobbery,9.56,0.95,9.56,0.95,none,none,none, slobs,slobs,0.90,Noun,5,5,1,slob,none,none,7.11,1.00,none,none,none, slog,slog,0.16,Verb,4,4,1,slog,12.64,0.70,12.64,0.70,none,none,none, slogan,slogan,2.49,Noun,6,6,2,slogan,10.63,1.00,10.63,1.00,none,none,none,10.99 sloganeer,sloganeer,0.04,Noun,9,8,3,sloganeer,13.00,0.44,13.00,0.44,none,none,none, slogans,slogans,0.59,Noun,7,7,2,slogan,none,none,10.63,1.00,none,none,none,10.99 slogs,slogs,0.02,Verb,5,5,1,slog,none,none,12.64,0.70,none,none,none, sloop,sloop,0.20,Noun,5,4,1,sloop,11.07,0.75,11.07,0.75,none,none,none, slop,slop,1.84,Noun,4,4,1,slop,7.95,1.00,7.95,1.00,none,none,8.65, slope,slope,2.94,Noun,5,4,1,slope,8.67,1.00,8.67,1.00,none,6.67,8.18, sloped,sloped,0.06,Verb,6,5,1,slope,none,none,8.67,1.00,none,6.67,8.18, slopes,slopes,1.10,Noun,6,5,1,slope,none,none,8.67,1.00,none,6.67,8.18, sloping,sloping,0.35,Adjective,7,6,2,sloping,10.58,1.00,10.58,1.00,none,none,none, slopped,slopped,0.14,Verb,7,5,1,slop,none,none,7.95,1.00,none,none,8.65, sloppier,sloppier,0.08,Adjective,8,6,3,sloppy,none,none,5.89,1.00,none,none,none, sloppiest,sloppiest,0.10,Adjective,9,8,3,sloppy,none,none,5.89,1.00,none,none,none, sloppiness,sloppiness,0.14,Noun,10,8,3,sloppiness,7.37,1.00,7.37,1.00,none,none,none, slopping,slopping,0.14,Verb,8,6,2,slop,none,none,7.95,1.00,none,none,8.65, sloppy,sloppy,5.88,Adjective,6,5,2,sloppy,5.89,1.00,5.89,1.00,none,none,none, slops,slops,0.16,Noun,5,5,1,slop,none,none,7.95,1.00,none,none,8.65, slosh,slosh,0.12,Noun,5,4,1,slosh,8.59,0.94,8.59,0.94,none,none,none, sloshed,sloshed,0.10,Verb,7,5,1,slosh,none,none,8.59,0.94,none,none,none, sloshes,sloshes,0.04,Verb,7,6,2,slosh,none,none,8.59,0.94,none,none,none, sloshing,sloshing,0.20,Verb,8,6,2,slosh,none,none,8.59,0.94,none,none,none, slot,slot,5.49,Noun,4,4,1,slot,6.85,1.00,6.85,1.00,none,none,7.79, sloth,sloth,1.45,Noun,5,4,1,sloth,8.37,1.00,8.37,1.00,11.21,none,10.39, slothful,slothful,0.06,Adjective,8,7,2,slothful,12.53,0.94,12.53,0.94,none,none,none, slothfulness,slothfulness,0.04,Noun,12,10,3,slothfulness,12.62,0.89,12.62,0.89,none,none,none, sloths,sloths,0.20,Noun,6,5,1,sloth,none,none,8.37,1.00,11.21,none,10.39, slotmachine,slotmachine,Err:512,Err:512,11,9,3,slotmachine,11.81,1.00,11.81,1.00,none,none,none, slots,slots,1.61,Noun,5,5,1,slot,none,none,6.85,1.00,none,none,7.79, slotted,slotted,0.10,Verb,7,6,2,slot,none,none,6.85,1.00,none,none,7.79, slouch,slouch,0.63,Verb,6,4,1,slouch,9.11,1.00,9.11,1.00,none,none,8.12, slouches,slouches,0.06,Verb,8,6,2,slouch,none,none,9.11,1.00,none,none,8.12, slouching,slouching,0.25,Verb,9,6,2,slouch,none,none,9.11,1.00,none,none,8.12, slouchy,slouchy,0.02,Noun,7,5,2,slouchy,8.37,1.00,8.37,1.00,none,none,none, slough,slough,0.67,Name,6,4,1,slough,14.65,0.86,14.65,0.86,none,11.81,none, sloughed,sloughed,0.12,Verb,8,5,1,slough,none,none,14.65,0.86,none,11.81,none, sloughing,sloughing,0.10,Verb,9,6,2,slough,none,none,14.65,0.86,none,11.81,none, slovenly,slovenly,0.06,Adjective,8,8,3,slovenly,13.44,0.89,13.44,0.89,none,none,none, slow,slow,76.02,Adjective,4,3,1,slow,4.15,1.00,4.15,1.00,none,5.09,4.38, slowdown,slowdown,0.29,Noun,8,6,2,slowdown,6.68,1.00,6.68,1.00,none,none,none, slowdowns,slowdowns,0.02,Noun,9,7,2,slowdown,none,none,6.68,1.00,none,none,none, slowed,slowed,2.27,Verb,6,4,1,slow,none,none,4.15,1.00,none,5.09,4.38, slower,slower,5.18,Adverb,6,4,2,slow,none,none,4.15,1.00,none,5.09,4.38, slowest,slowest,0.45,Adjective,7,6,2,slow,none,none,4.15,1.00,none,5.09,4.38, slowing,slowing,3.06,Verb,7,5,2,slow,none,none,4.15,1.00,none,5.09,4.38, slowly,slowly,25.08,Adverb,6,5,2,slowly,6.32,1.00,6.32,1.00,5.30,none,none, slowness,slowness,0.08,Noun,8,6,2,slowness,8.16,1.00,8.16,1.00,none,none,none, slowpoke,slowpoke,0.35,Verb,8,6,2,slowpoke,5.45,1.00,5.45,1.00,none,none,none, slowpokes,slowpokes,0.06,Noun,9,7,2,slowpoke,none,none,5.45,1.00,none,none,none, slows,slows,1.18,Verb,5,4,1,slow,none,none,4.15,1.00,none,5.09,4.38, sludge,sludge,0.47,Noun,6,4,1,sludge,8.80,1.00,8.80,1.00,none,none,none, slug,slug,4.96,Noun,4,4,1,slug,6.00,0.94,6.00,0.94,none,none,5.82, slugabed,slugabed,0.04,Verb,8,8,3,slugabed,14.67,0.16,14.67,0.16,none,none,none, slugabeds,slugabeds,0.04,Verb,9,9,3,slugabed,none,none,14.67,0.16,none,none,none, slugfest,slugfest,0.06,Adjective,8,8,2,slugfest,11.76,0.85,11.76,0.85,none,none,none, slugfests,slugfests,0.02,Err:512,9,9,2,slugfest,none,none,11.76,0.85,none,none,none, slugged,slugged,1.18,Verb,7,5,1,slug,none,none,6.00,0.94,none,none,5.82, slugger,slugger,1.10,Noun,7,5,2,slugger,8.38,0.89,8.38,0.89,none,none,none, sluggers,sluggers,0.04,Noun,8,6,2,slugger,none,none,8.38,0.89,none,none,none, slugging,slugging,0.59,Verb,8,6,2,slug,none,none,6.00,0.94,none,none,5.82, sluggish,sluggish,0.78,Adjective,8,6,2,sluggish,9.05,1.00,9.05,1.00,none,none,none, slugs,slugs,1.80,Noun,5,5,1,slug,none,none,6.00,0.94,none,none,5.82, sluice,sluice,0.27,Noun,6,4,1,sluice,14.36,0.61,14.36,0.61,none,none,none, sluices,sluices,0.02,Noun,7,6,2,sluice,none,none,14.36,0.61,none,none,none, slum,slum,1.27,Noun,4,4,1,slum,11.90,1.00,11.90,1.00,none,10.00,9.74, slumber,slumber,2.75,Noun,7,6,2,slumber,8.83,1.00,8.83,1.00,none,8.34,none,7.72 slumbering,slumbering,0.08,Verb,10,8,3,slumber,none,none,8.83,1.00,none,8.34,none,7.72 slumberous,slumberous,0.02,Adjective,10,8,3,slumberous,14.07,0.74,14.07,0.74,none,none,none, slumbers,slumbers,0.12,Noun,8,7,2,slumber,none,none,8.83,1.00,none,8.34,none,7.72 slumlord,slumlord,0.18,Noun,8,8,2,slumlord,14.53,0.95,14.53,0.95,none,none,none, slumlords,slumlords,0.06,Noun,9,9,2,slumlord,none,none,14.53,0.95,none,none,none, slumming,slumming,1.04,Verb,8,6,2,slum,none,none,11.90,1.00,none,10.00,9.74, slummy,slummy,0.04,Adjective,6,5,2,slummy,10.06,0.90,10.06,0.90,none,none,none, slump,slump,1.20,Noun,5,5,1,slump,10.58,1.00,10.58,1.00,none,9.11,9.03, slumped,slumped,0.47,Verb,7,6,1,slump,none,none,10.58,1.00,none,9.11,9.03, slumping,slumping,0.16,Verb,8,7,2,slump,none,none,10.58,1.00,none,9.11,9.03, slumps,slumps,0.14,Verb,6,6,1,slump,none,none,10.58,1.00,none,9.11,9.03, slums,slums,0.98,Noun,5,5,1,slum,none,none,11.90,1.00,none,10.00,9.74, slung,slung,0.31,Verb,5,4,1,sling,none,none,8.67,1.00,none,none,8.15, slunk,slunk,0.12,Verb,5,5,1,slink,none,none,9.37,1.00,none,none,none, slur,slur,0.47,Noun,4,3,1,slur,10.72,1.00,10.72,1.00,none,none,9.67, slurp,slurp,0.43,Noun,5,4,1,slurp,6.76,1.00,6.76,1.00,none,none,none, slurping,slurping,0.73,Verb,8,6,2,slurp,none,none,6.76,1.00,none,none,none, slurps,slurps,0.10,Noun,6,5,1,slurp,none,none,6.76,1.00,none,none,none, slurred,slurred,0.27,Verb,7,4,1,slur,none,none,10.72,1.00,none,none,9.67, slurring,slurring,0.31,Verb,8,5,2,slur,none,none,10.72,1.00,none,none,9.67, slurry,slurry,0.04,Noun,6,4,2,slurry,12.88,0.84,12.88,0.84,none,none,none, slurs,slurs,0.35,Noun,5,4,1,slur,none,none,10.72,1.00,none,none,9.67, slush,slush,0.55,Noun,5,4,1,slush,6.95,1.00,6.95,1.00,none,none,7.72, slushy,slushy,0.06,Adjective,6,5,2,slushy,7.14,1.00,7.14,1.00,none,none,none, slut,slut,11.35,Noun,4,4,1,slut,12.67,1.00,12.67,1.00,none,none,12.30, sluts,sluts,1.27,Noun,5,5,1,slut,none,none,12.67,1.00,none,none,12.30, slutty,slutty,2.14,Adjective,6,5,2,slutty,12.40,1.00,12.40,1.00,none,none,none, sly,sly,2.67,Adjective,3,3,1,sly,8.55,1.00,8.55,1.00,none,none,8.61, slyer,slyer,0.02,Adjective,5,4,2,sly,none,none,8.55,1.00,none,none,8.61, smack,smack,9.51,Verb,5,4,1,smack,5.94,0.89,5.94,0.89,4.29,none,6.74, smacked,smacked,1.69,Verb,7,5,1,smack,none,none,5.94,0.89,4.29,none,6.74, smacker,smacker,0.04,Noun,7,5,2,smacker,9.50,0.95,9.50,0.95,none,none,none, smackers,smackers,0.45,Noun,8,6,2,smacker,none,none,9.50,0.95,none,none,none, smacking,smacking,0.86,Verb,8,6,2,smack,none,none,5.94,0.89,4.29,none,6.74, smacks,smacks,0.82,Verb,6,5,1,smack,none,none,5.94,0.89,4.29,none,6.74, small,small,124.96,Adjective,5,4,1,small,3.22,1.00,3.22,1.00,4.31,none,4.01, smaller,smaller,13.33,Adjective,7,5,2,small,none,none,3.22,1.00,4.31,none,4.01, smallest,smallest,3.25,Adjective,8,7,2,small,none,none,3.22,1.00,4.31,none,4.01, smallish,smallish,0.27,Adjective,8,6,2,smallish,8.16,0.90,8.16,0.90,none,none,none, smallness,smallness,0.04,Noun,9,7,2,smallness,6.47,0.94,6.47,0.94,none,none,none, smallpox,smallpox,1.47,Noun,8,8,2,smallpox,10.71,1.00,10.71,1.00,none,none,none, smalls,smalls,1.18,Noun,6,5,1,small,none,none,3.22,1.00,4.31,none,4.01, smalltime,small-time,0.18,Noun,9,7,2,smalltime,9.85,1.00,9.85,1.00,none,none,none, smarmy,smarmy,0.16,Adjective,6,6,2,smarmy,13.11,0.45,13.11,0.45,none,none,none, smart,smart,96.25,Adjective,5,5,1,smart,5.50,1.00,5.50,1.00,none,6.33,5.27, smartass,smartass,0.71,Noun,8,7,2,smartass,8.32,1.00,8.32,1.00,none,none,none, smarten,smarten,0.57,Verb,7,7,2,smarten,9.33,0.75,9.33,0.75,none,none,none, smartened,smartened,0.06,Verb,9,8,2,smarten,none,none,9.33,0.75,none,none,none, smarter,smarter,10.84,Adjective,7,6,2,smart,none,none,5.50,1.00,none,6.33,5.27, smartest,smartest,4.47,Adjective,8,8,2,smart,none,none,5.50,1.00,none,6.33,5.27, smartness,smartness,0.10,Noun,9,8,2,smartness,7.26,1.00,7.26,1.00,none,none,none, smarts,smarts,1.49,Noun,6,6,1,smart,none,none,5.50,1.00,none,6.33,5.27, smarty,smarty,0.59,Noun,6,6,2,smarty,5.94,1.00,5.94,1.00,none,none,none, smash,smash,8.25,Verb,5,4,1,smash,4.65,1.00,4.65,1.00,none,5.67,6.13, smashed,smashed,7.02,Verb,7,5,1,smash,none,none,4.65,1.00,none,5.67,6.13, smasher,smasher,0.12,Noun,7,5,2,smasher,9.06,0.84,9.06,0.84,none,none,none, smashes,smashes,0.82,Verb,7,6,2,smash,none,none,4.65,1.00,none,5.67,6.13, smashup,smash-up,0.12,Noun,7,6,2,smashup,9.19,0.84,9.19,0.84,none,none,none, smashups,smash-ups,0.02,Verb,8,7,2,smashup,none,none,9.19,0.84,none,none,none, smattering,smattering,0.18,Noun,10,7,3,smattering,13.00,0.75,13.00,0.75,none,none,none, smear,smear,2.18,Noun,5,4,1,smear,8.84,1.00,8.84,1.00,none,none,7.49, smearcase,smearcase,0.02,Noun,9,7,3,smearcase,11.14,0.39,11.14,0.39,none,none,none, smeared,smeared,1.14,Verb,7,5,1,smear,none,none,8.84,1.00,none,none,7.49, smearing,smearing,0.22,Verb,8,6,2,smear,none,none,8.84,1.00,none,none,7.49, smears,smears,0.24,Verb,6,5,1,smear,none,none,8.84,1.00,none,none,7.49, smell,smell,83.14,Verb,5,4,1,smell,4.22,1.00,4.22,1.00,4.68,4.05,4.27, smelled,smelled,7.92,Verb,7,5,1,smell,none,none,4.22,1.00,4.68,4.05,4.27, smeller,smeller,0.06,Noun,7,5,2,smeller,8.29,0.89,8.29,0.89,none,none,none, smellier,smellier,0.02,Adjective,8,6,3,smelly,none,none,4.32,1.00,none,none,none, smelliest,smelliest,0.02,Adjective,9,8,3,smelly,none,none,4.32,1.00,none,none,none, smelling,smelling,4.96,Verb,8,6,2,smell,none,none,4.22,1.00,4.68,4.05,4.27, smells,smells,27.27,Verb,6,5,1,smell,none,none,4.22,1.00,4.68,4.05,4.27, smelly,smelly,4.14,Adjective,6,5,2,smelly,4.32,1.00,4.32,1.00,none,none,none, smelt,smelt,1.02,Verb,5,5,1,smelt,13.64,1.00,13.64,1.00,none,none,9.96, smelter,smelter,0.08,Noun,7,6,2,smelter,14.38,0.72,14.38,0.72,none,none,none, smelters,smelters,0.10,Noun,8,7,2,smelter,none,none,14.38,0.72,none,none,none, smelting,smelting,0.18,Noun,8,7,2,smelting,15.44,0.84,15.44,0.84,none,none,none, smelts,smelts,0.04,Noun,6,6,1,smelt,none,none,13.64,1.00,none,none,9.96, smidge,smidge,0.33,Noun,6,4,1,smidge,9.17,1.00,9.17,1.00,none,none,none, smidgen,smidgen,0.41,Noun,7,6,2,smidgen,11.89,0.86,11.89,0.86,none,none,none, smilax,smilax,Err:512,Err:512,6,7,2,smilax,NA,0.00,NA,0.00,none,none,none, smile,smile,58.00,Noun,5,4,1,smile,3.51,1.00,3.51,1.00,4.29,4.54,3.56, smiled,smiled,4.92,Verb,6,5,1,smile,none,none,3.51,1.00,4.29,4.54,3.56, smiles,smiles,6.20,Noun,6,5,1,smile,none,none,3.51,1.00,4.29,4.54,3.56, smiley,smiley,2.14,Noun,6,5,2,smiley,5.71,0.94,5.71,0.94,none,none,none, smiling,smiling,17.20,Verb,7,6,2,smile,none,none,3.51,1.00,4.29,4.54,3.56, smirk,smirk,0.80,Noun,5,4,1,smirk,8.00,1.00,8.00,1.00,none,none,9.67, smirking,smirking,0.37,Verb,8,6,2,smirk,none,none,8.00,1.00,none,none,9.67, smirks,smirks,0.06,Noun,6,5,1,smirk,none,none,8.00,1.00,none,none,9.67, smite,smite,0.57,Verb,5,4,1,smite,11.50,1.00,11.50,1.00,none,none,12.75, smites,smites,0.02,Verb,6,5,1,smite,none,none,11.50,1.00,none,none,12.75, smithereens,smithereens,0.55,Noun,11,8,3,smithereens,8.07,0.83,8.07,0.83,none,none,none, smitten,smitten,1.22,Verb,7,6,2,smite,none,none,11.50,1.00,none,none,12.75, smock,smock,0.49,Noun,5,4,1,smock,6.26,1.00,6.26,1.00,none,none,8.56, smocks,smocks,0.10,Noun,6,5,1,smock,none,none,6.26,1.00,none,none,8.56, smog,smog,1.08,Noun,4,4,1,smog,10.47,1.00,10.47,1.00,none,none,9.39, smoggy,smoggy,0.12,Adjective,6,5,2,smoggy,10.56,0.95,10.56,0.95,none,none,none, smoke,smoke,65.43,Verb,5,4,1,smoke,4.00,1.00,4.00,1.00,6.37,4.73,6.74, smoked,smoked,7.00,Verb,6,5,1,smoke,none,none,4.00,1.00,6.37,4.73,6.74, smokehouse,smokehouse,0.35,Noun,10,7,2,smokehouse,10.89,1.00,10.89,1.00,none,none,none, smokeless,smokeless,0.08,Adjective,9,7,2,smokeless,11.89,1.00,11.89,1.00,none,none,none, smoker,smoker,2.27,Noun,6,5,2,smoker,6.19,1.00,6.19,1.00,none,none,none, smokers,smokers,1.25,Noun,7,6,2,smoker,none,none,6.19,1.00,none,none,none, smokes,smokes,5.14,Verb,6,5,1,smoke,none,none,4.00,1.00,6.37,4.73,6.74, smokescreen,smokescreen,0.16,Noun,11,9,2,smokescreen,10.89,0.95,10.89,0.95,none,none,none, smokestack,smokestack,0.18,Noun,10,8,2,smokestack,8.94,0.94,8.94,0.94,none,none,none, smokestacks,smokestacks,0.04,Noun,11,9,2,smokestack,none,none,8.94,0.94,none,none,none, smokier,smokier,0.02,Adjective,7,6,3,smoky,none,none,6.58,1.00,none,none,none, smoking,smoking,26.16,Verb,7,6,2,smoking,6.73,1.00,6.73,1.00,none,none,none, smoky,smoky,0.67,Adjective,5,5,2,smoky,6.58,1.00,6.58,1.00,none,none,none, smooch,smooch,0.47,Verb,6,4,1,smooch,6.74,1.00,6.74,1.00,none,none,none, smooches,smooches,0.02,Noun,8,6,2,smooches,6.63,1.00,6.63,1.00,none,none,none, smooching,smooching,0.35,Verb,9,6,2,smooch,none,none,6.74,1.00,none,none,none, smooth,smooth,18.27,Adjective,6,4,1,smooth,5.61,1.00,5.61,1.00,7.18,none,5.85, smoothbore,smoothbore,0.02,Noun,10,7,2,smoothbore,14.43,0.33,14.43,0.33,none,none,none, smoothed,smoothed,0.18,Verb,8,5,1,smooth,none,none,5.61,1.00,7.18,none,5.85, smoother,smoother,0.96,Adjective,8,5,2,smooth,none,none,5.61,1.00,7.18,none,5.85, smoothes,smoothes,0.06,Verb,8,5,1,smooth,none,none,5.61,1.00,7.18,none,5.85, smoothest,smoothest,0.22,Adjective,9,7,2,smooth,none,none,5.61,1.00,7.18,none,5.85, smoothie,smoothie,0.73,Noun,8,5,2,smoothie,8.73,1.00,8.73,1.00,none,none,none, smoothies,smoothies,0.29,Noun,9,6,2,smoothie,none,none,8.73,1.00,none,none,none, smoothing,smoothing,0.16,Verb,9,6,2,smooth,none,none,5.61,1.00,7.18,none,5.85, smoothness,smoothness,0.12,Noun,10,7,2,smoothness,7.61,1.00,7.61,1.00,none,none,none, smorgasbord,smorgasbord,0.69,Noun,11,11,3,smorgasbord,9.46,0.68,9.46,0.68,none,none,none, smote,smote,0.25,Verb,5,4,1,smite,none,none,11.50,1.00,none,none,12.75, smother,smother,1.18,Verb,7,5,2,smother,6.63,1.00,6.63,1.00,8.77,none,none,9.31 smothered,smothered,1.31,Verb,9,6,2,smother,none,none,6.63,1.00,8.77,none,none,9.31 smothering,smothering,0.41,Verb,10,7,3,smother,none,none,6.63,1.00,8.77,none,none,9.31 smothers,smothers,0.20,Verb,8,6,2,smother,none,none,6.63,1.00,8.77,none,none,9.31 smothery,smothery,0.02,Adjective,8,6,3,smothery,12.44,0.50,12.44,0.50,none,none,none, smudge,smudge,1.00,Noun,6,4,1,smudge,6.11,1.00,6.11,1.00,none,none,7.84, smudged,smudged,0.47,Verb,7,5,1,smudge,none,none,6.11,1.00,none,none,7.84, smudges,smudges,0.51,Noun,7,6,2,smudge,none,none,6.11,1.00,none,none,7.84, smudging,smudging,0.06,Verb,8,6,2,smudge,none,none,6.11,1.00,none,none,7.84, smudgy,smudgy,0.02,Adjective,6,5,2,smudgy,8.65,0.94,8.65,0.94,none,none,none, smug,smug,2.39,Adjective,4,4,1,smug,9.33,0.95,9.33,0.95,none,none,10.12, smugger,smugger,0.02,Adjective,7,5,2,smug,none,none,9.33,0.95,none,none,10.12, smuggle,smuggle,2.00,Verb,7,6,2,smuggle,9.94,1.00,9.94,1.00,none,none,none,10.13 smuggled,smuggled,1.57,Verb,8,7,2,smuggle,none,none,9.94,1.00,none,none,none,10.13 smuggler,smuggler,1.22,Noun,8,6,2,smuggler,9.95,1.00,9.95,1.00,none,none,none, smugglers,smugglers,0.94,Noun,9,7,2,smuggler,none,none,9.95,1.00,none,none,none, smuggles,smuggles,0.14,Verb,8,7,2,smuggle,none,none,9.94,1.00,none,none,none,10.13 smugness,smugness,0.18,Noun,8,7,2,smugness,10.56,0.95,10.56,0.95,none,none,none, smut,smut,1.37,Noun,4,4,1,smut,12.74,1.00,12.74,1.00,none,10.92,11.26, smutty,smutty,0.22,Adjective,6,5,2,smutty,13.29,0.89,13.29,0.89,none,none,none, snack,snack,9.14,Noun,5,4,1,snack,2.78,1.00,2.78,1.00,none,none,3.47, snacked,snacked,0.06,Verb,7,5,1,snack,none,none,2.78,1.00,none,none,3.47, snacking,snacking,0.35,Verb,8,6,2,snack,none,none,2.78,1.00,none,none,3.47, snacks,snacks,3.39,Noun,6,5,1,snack,none,none,2.78,1.00,none,none,3.47, snaffle,snaffle,0.02,Verb,7,6,2,snaffle,14.80,0.28,14.80,0.28,none,none,none, snaffles,snaffles,0.02,Verb,8,7,2,snaffle,none,none,14.80,0.28,none,none,none, snafu,snafu,0.53,Noun,5,5,2,snafu,12.07,0.83,12.07,0.83,none,none,none,13.29 snafus,snafus,0.04,Noun,6,6,2,snafus,13.86,0.74,13.86,0.74,none,none,none, snag,snag,1.90,Verb,4,4,1,snag,9.75,1.00,9.75,1.00,none,none,8.44, snagged,snagged,1.10,Verb,7,5,1,snag,none,none,9.75,1.00,none,none,8.44, snagging,snagging,0.06,Verb,8,6,2,snag,none,none,9.75,1.00,none,none,8.44, snaggletooth,snaggletooth,0.08,Noun,12,9,3,snaggletooth,9.88,0.89,9.88,0.89,none,none,none, snags,snags,0.24,Noun,5,5,1,snag,none,none,9.75,1.00,none,none,8.44, snail,snail,1.76,Noun,5,4,1,snail,5.79,1.00,5.79,1.00,none,none,5.19, snails,snails,2.22,Noun,6,5,1,snail,none,none,5.79,1.00,none,none,5.19, snake,snake,22.35,Noun,5,4,1,snake,5.10,1.00,5.10,1.00,none,5.88,4.25, snakebite,snakebite,0.31,Noun,9,7,2,snakebite,6.72,1.00,6.72,1.00,none,none,none, snakebites,snakebites,0.04,Noun,10,8,2,snakebite,none,none,6.72,1.00,none,none,none, snaked,snaked,0.24,Verb,6,5,1,snake,none,none,5.10,1.00,none,5.88,4.25, snakelike,snakelike,0.02,Adjective,9,7,2,snakelike,7.33,1.00,7.33,1.00,none,none,none, snakeroot,snakeroot,0.04,Verb,9,7,2,snakeroot,11.75,0.22,11.75,0.22,none,none,none, snakes,snakes,10.16,Noun,6,5,1,snake,none,none,5.10,1.00,none,5.88,4.25, snakeskin,snakeskin,0.69,Noun,9,8,2,snakeskin,9.28,1.00,9.28,1.00,none,none,none, snaking,snaking,0.12,Verb,7,6,2,snake,none,none,5.10,1.00,none,5.88,4.25, snaky,snaky,0.04,Adjective,5,5,2,snaky,8.53,0.81,8.53,0.81,none,none,none, snap,snap,17.39,Verb,4,4,1,snap,6.05,1.00,6.05,1.00,none,5.75,5.61, snapdragon,snapdragon,0.02,Noun,10,10,3,snapdragon,10.94,0.85,10.94,0.85,none,none,none, snapdragons,snapdragons,0.04,Noun,11,11,3,snapdragon,none,none,10.94,0.85,none,none,none, snapped,snapped,4.92,Verb,7,5,1,snap,none,none,6.05,1.00,none,5.75,5.61, snapper,snapper,0.67,Noun,7,5,2,snapper,8.39,0.95,8.39,0.95,none,none,none, snappers,snappers,0.14,Noun,8,6,2,snapper,none,none,8.39,0.95,none,none,none, snappier,snappier,0.06,Adjective,8,6,3,snappy,none,none,9.05,1.00,none,none,none, snappiest,snappiest,0.06,Adjective,9,8,3,snappy,none,none,9.05,1.00,none,none,none, snapping,snapping,1.69,Verb,8,6,2,snap,none,none,6.05,1.00,none,5.75,5.61, snappish,snappish,0.35,Adjective,8,6,2,snappish,12.86,0.74,12.86,0.74,none,none,none, snappishness,snappishness,0.02,Noun,12,9,3,snappishness,12.47,0.79,12.47,0.79,none,none,none, snappy,snappy,2.94,Adjective,6,5,2,snappy,9.05,1.00,9.05,1.00,none,none,none, snaps,snaps,2.82,Verb,5,5,1,snap,none,none,6.05,1.00,none,5.75,5.61, snapshot,snapshot,1.04,Noun,8,7,2,snapshot,10.00,1.00,10.00,1.00,none,none,none, snapshots,snapshots,0.92,Noun,9,8,2,snapshot,none,none,10.00,1.00,none,none,none, snare,snare,0.76,Noun,5,4,1,snare,10.68,1.00,10.68,1.00,none,none,9.89, snared,snared,0.12,Verb,6,5,1,snare,none,none,10.68,1.00,none,none,9.89, snares,snares,0.18,Noun,6,5,1,snare,none,none,10.68,1.00,none,none,9.89, snarky,snarky,0.24,Adjective,6,6,2,snarky,16.56,0.90,16.56,0.90,none,none,none, snarl,snarl,0.53,Noun,5,5,1,snarl,8.75,1.00,8.75,1.00,none,none,9.31, snarled,snarled,0.12,Verb,7,7,2,snarl,none,none,8.75,1.00,none,none,9.31, snarling,snarling,0.90,Verb,8,7,2,snarl,none,none,8.75,1.00,none,none,9.31, snarls,snarls,0.33,Noun,6,6,1,snarl,none,none,8.75,1.00,none,none,9.31, snatch,snatch,3.90,Verb,6,4,1,snatch,8.18,0.94,8.18,0.94,none,5.88,7.43, snatched,snatched,3.00,Verb,8,5,1,snatch,none,none,8.18,0.94,none,5.88,7.43, snatcher,snatcher,0.47,Noun,8,5,2,snatcher,9.88,0.89,9.88,0.89,none,none,none, snatchers,snatchers,0.33,Noun,9,6,2,snatcher,none,none,9.88,0.89,none,none,none, snatches,snatches,0.22,Verb,8,6,2,snatch,none,none,8.18,0.94,none,5.88,7.43, snatching,snatching,0.90,Verb,9,6,2,snatch,none,none,8.18,0.94,none,5.88,7.43, snazzier,snazzier,0.02,Adjective,8,6,3,snazzy,none,none,10.37,1.00,none,none,none, snazzy,snazzy,0.61,Adjective,6,5,2,snazzy,10.37,1.00,10.37,1.00,none,none,none, sneak,sneak,16.88,Verb,5,4,1,sneak,5.83,1.00,5.83,1.00,none,none,6.23, sneaked,sneaked,1.53,Verb,7,5,1,sneak,none,none,5.83,1.00,none,none,6.23, sneaker,sneaker,0.69,Noun,7,5,2,sneaker,6.25,1.00,6.25,1.00,none,none,none, sneakers,sneakers,4.57,Noun,8,6,2,sneaker,none,none,6.25,1.00,none,none,none, sneakier,sneakier,0.04,Adjective,8,6,3,sneaky,none,none,6.58,1.00,none,none,none, sneakiest,sneakiest,0.06,Adjective,9,8,3,sneaky,none,none,6.58,1.00,none,none,none, sneakiness,sneakiness,0.04,Noun,10,8,3,sneakiness,8.28,1.00,8.28,1.00,none,none,none, sneaking,sneaking,7.92,Verb,8,6,2,sneak,none,none,5.83,1.00,none,none,6.23, sneaks,sneaks,1.29,Verb,6,5,1,sneak,none,none,5.83,1.00,none,none,6.23, sneaky,sneaky,4.24,Adjective,6,5,2,sneaky,6.58,1.00,6.58,1.00,none,none,none, sneer,sneer,0.75,Noun,5,4,1,sneer,9.20,1.00,9.20,1.00,none,9.24,9.90, sneered,sneered,0.22,Verb,7,5,1,sneer,none,none,9.20,1.00,none,9.24,9.90, sneering,sneering,0.14,Verb,8,6,2,sneer,none,none,9.20,1.00,none,9.24,9.90, sneers,sneers,0.06,Verb,6,5,1,sneer,none,none,9.20,1.00,none,9.24,9.90, sneeze,sneeze,2.94,Verb,6,4,1,sneeze,4.17,1.00,4.17,1.00,none,none,4.14, sneezed,sneezed,1.25,Verb,7,5,1,sneeze,none,none,4.17,1.00,none,none,4.14, sneezer,sneezer,0.04,Noun,7,5,2,sneezer,6.63,0.95,6.63,0.95,none,none,none, sneezes,sneezes,0.86,Verb,7,6,2,sneeze,none,none,4.17,1.00,none,none,4.14, sneezing,sneezing,1.10,Verb,8,6,2,sneeze,none,none,4.17,1.00,none,none,4.14, snick,snick,0.02,Verb,5,4,1,snick,16.33,0.16,16.33,0.16,none,none,none, snicker,snicker,0.29,Noun,7,5,2,snicker,8.84,1.00,8.84,1.00,none,none,none, snickering,snickering,0.37,Verb,10,7,3,snicker,none,none,8.84,1.00,none,none,none, snide,snide,0.55,Adjective,5,4,1,snide,10.33,0.95,10.33,0.95,none,none,11.25, sniff,sniff,3.55,Verb,5,4,1,sniff,6.16,1.00,6.16,1.00,none,none,5.73, sniffed,sniffed,0.75,Verb,7,5,1,sniff,none,none,6.16,1.00,none,none,5.73, sniffer,sniffer,0.33,Noun,7,5,2,sniffer,8.79,0.95,8.79,0.95,none,none,none, sniffers,sniffers,0.16,Noun,8,6,2,sniffer,none,none,8.79,0.95,none,none,none, sniffing,sniffing,3.41,Verb,8,6,2,sniff,none,none,6.16,1.00,none,none,5.73, sniffle,sniffle,0.25,Noun,7,6,2,sniffle,7.22,1.00,7.22,1.00,none,none,none, sniffles,sniffles,0.49,Verb,8,7,2,sniffle,none,none,7.22,1.00,none,none,none, sniffling,sniffling,0.59,Verb,9,7,2,sniffle,none,none,7.22,1.00,none,none,none, sniffs,sniffs,1.24,Verb,6,5,1,sniff,none,none,6.16,1.00,none,none,5.73, snifter,snifter,0.31,Noun,7,6,2,snifter,12.93,0.78,12.93,0.78,none,none,none, snigger,snigger,0.02,Noun,7,5,2,snigger,12.71,0.85,12.71,0.85,none,none,none, sniggering,sniggering,0.20,Verb,10,7,3,snigger,none,none,12.71,0.85,none,none,none, sniggers,sniggers,0.31,Verb,8,6,2,snigger,none,none,12.71,0.85,none,none,none, snip,snip,2.12,Verb,4,4,1,snip,7.24,0.89,7.24,0.89,none,none,8.33, snipe,snipe,0.35,Noun,5,4,1,snipe,11.50,0.95,11.50,0.95,none,none,11.55, sniper,sniper,4.35,Noun,6,5,2,sniper,11.05,1.00,11.05,1.00,none,none,none, snipers,snipers,2.22,Noun,7,6,2,sniper,none,none,11.05,1.00,none,none,none, sniping,sniping,0.25,Verb,7,6,2,snipe,none,none,11.50,0.95,none,none,11.55, snipped,snipped,0.12,Verb,7,5,1,snip,none,none,7.24,0.89,none,none,8.33, snippet,snippet,0.10,Noun,7,6,2,snippet,13.20,1.00,13.20,1.00,none,none,none, snippets,snippets,0.10,Noun,8,7,2,snippet,none,none,13.20,1.00,none,none,none, snippety,snippety,0.04,Noun,8,7,3,snippety,10.00,1.00,10.00,1.00,none,none,none, snipping,snipping,0.06,Verb,8,6,2,snip,none,none,7.24,0.89,none,none,8.33, snippy,snippy,0.92,Adjective,6,5,2,snippy,10.58,1.00,10.58,1.00,none,none,none, snips,snips,0.12,Noun,5,5,1,snip,none,none,7.24,0.89,none,none,8.33, snit,snit,0.27,Noun,4,4,1,snit,11.20,0.79,11.20,0.79,none,none,none, snitch,snitch,3.16,Noun,6,4,1,snitch,10.56,1.00,10.56,1.00,none,none,8.80, snitched,snitched,0.73,Verb,8,5,1,snitch,none,none,10.56,1.00,none,none,8.80, snitcher,snitcher,0.04,Noun,8,6,2,snitcher,9.83,1.00,9.83,1.00,none,none,none, snitches,snitches,0.63,Noun,8,6,2,snitch,none,none,10.56,1.00,none,none,8.80, snitching,snitching,0.43,Verb,9,6,2,snitch,none,none,10.56,1.00,none,none,8.80, snits,snits,0.02,Noun,5,5,1,snit,none,none,11.20,0.79,none,none,none, snivel,snivel,0.10,Verb,6,6,2,snivel,12.33,0.83,12.33,0.83,none,none,none, sniveling,snivelling,1.04,Verb,9,8,3,snivel,none,none,12.33,0.83,none,none,none, snob,snob,2.18,Noun,4,4,1,snob,9.32,1.00,9.32,1.00,none,none,8.05, snobberies,snobberies,0.02,Noun,10,8,3,snobbery,none,none,10.88,0.89,none,none,none, snobbery,snobbery,0.20,Noun,8,6,3,snobbery,10.88,0.89,10.88,0.89,none,none,none, snobbiest,snobbiest,0.02,Adjective,9,8,3,snobby,none,none,9.72,1.00,none,none,none, snobbish,snobbish,0.31,Adjective,8,6,2,snobbish,9.24,1.00,9.24,1.00,none,none,none, snobby,snobby,0.24,Adjective,6,5,2,snobby,9.72,1.00,9.72,1.00,none,none,none, snobs,snobs,0.51,Noun,5,5,1,snob,none,none,9.32,1.00,none,none,8.05, snood,snood,0.06,Noun,5,4,1,snood,10.75,0.63,10.75,0.63,none,none,none, snooker,snooker,0.27,Noun,7,5,2,snooker,11.22,0.47,11.22,0.47,none,none,none, snookered,snookered,0.06,Verb,9,6,2,snooker,none,none,11.22,0.47,none,none,none, snoop,snoop,2.49,Verb,5,4,1,snoop,8.44,1.00,8.44,1.00,none,none,7.72, snooped,snooped,0.14,Verb,7,5,1,snoop,none,none,8.44,1.00,none,none,7.72, snooper,snooper,0.06,Noun,7,5,2,snooper,9.39,0.95,9.39,0.95,none,none,none, snoopers,snoopers,0.06,Noun,8,6,2,snooper,none,none,9.39,0.95,none,none,none, snooping,snooping,3.06,Verb,8,6,2,snoop,none,none,8.44,1.00,none,none,7.72, snoops,snoops,0.41,Noun,6,5,1,snoop,none,none,8.44,1.00,none,none,7.72, snoopy,snoopy,1.02,Adjective,6,5,2,snoopy,5.47,1.00,5.47,1.00,none,none,none, snoot,snoot,0.20,Noun,5,4,1,snoot,11.75,0.84,11.75,0.84,none,none,none, snootiest,snootiest,0.04,Adjective,9,8,3,snooty,none,none,9.06,0.95,none,none,none,9.40 snoots,snoots,0.06,Noun,6,5,1,snoot,none,none,11.75,0.84,none,none,none, snooty,snooty,0.63,Adjective,6,5,2,snooty,9.06,0.95,9.06,0.95,none,none,none,9.40 snooze,snooze,0.90,Verb,6,4,1,snooze,6.84,1.00,6.84,1.00,7.72,none,7.50, snoozer,snoozer,0.04,Noun,7,6,2,snoozer,10.41,0.94,10.41,0.94,none,none,none, snoozers,snoozers,0.02,Noun,8,7,2,snoozer,none,none,10.41,0.94,none,none,none, snoozing,snoozing,0.27,Verb,8,6,2,snooze,none,none,6.84,1.00,7.72,none,7.50, snore,snore,1.61,Verb,5,4,1,snore,5.94,1.00,5.94,1.00,none,none,5.96, snored,snored,0.24,Verb,6,5,1,snore,none,none,5.94,1.00,none,none,5.96, snorer,snorer,0.02,Noun,6,5,2,snorer,7.79,1.00,7.79,1.00,none,none,none, snorers,snorers,0.02,Noun,7,6,2,snorer,none,none,7.79,1.00,none,none,none, snores,snores,0.90,Verb,6,5,1,snore,none,none,5.94,1.00,none,none,5.96, snoring,snoring,2.88,Verb,7,6,2,snore,none,none,5.94,1.00,none,none,5.96, snorkel,snorkel,0.61,Noun,7,7,2,snorkel,9.11,1.00,9.11,1.00,none,none,none,8.04 snorkeled,snorkelled,0.06,Verb,9,8,2,snorkel,none,none,9.11,1.00,none,none,none,8.04 snorkeler,snorkeler,0.04,Noun,9,9,3,snorkeler,9.71,0.94,9.71,0.94,none,none,none, snorkeling,snorkelling,0.47,Verb,10,9,3,snorkel,none,none,9.11,1.00,none,none,none,8.04 snorkels,snorkels,0.02,Verb,8,8,2,snorkel,none,none,9.11,1.00,none,none,none,8.04 snort,snort,1.16,Noun,5,5,1,snort,7.42,1.00,7.42,1.00,none,8.60,7.50, snorted,snorted,0.35,Verb,7,7,2,snort,none,none,7.42,1.00,none,8.60,7.50, snorting,snorting,0.92,Verb,8,7,2,snort,none,none,7.42,1.00,none,8.60,7.50, snorts,snorts,0.84,Verb,6,6,1,snort,none,none,7.42,1.00,none,8.60,7.50, snot,snot,2.12,Noun,4,4,1,snot,5.47,1.00,5.47,1.00,none,none,none, snots,snots,0.10,Noun,5,5,1,snot,none,none,5.47,1.00,none,none,none, snotty,snotty,1.27,Adjective,6,5,2,snotty,7.22,0.95,7.22,0.95,none,none,none, snout,snout,0.84,Noun,5,4,1,snout,6.83,1.00,6.83,1.00,none,none,7.22, snouts,snouts,0.12,Verb,6,5,1,snout,none,none,6.83,1.00,none,none,7.22, snow,snow,31.35,Noun,4,3,1,snow,4.11,1.00,4.11,1.00,4.17,none,none, snowball,snowball,1.39,Noun,8,6,2,snowball,4.74,1.00,4.74,1.00,4.87,none,none, snowballed,snowballed,0.22,Verb,10,7,2,snowball,none,none,4.74,1.00,4.87,none,none, snowballing,snowballing,0.12,Verb,11,8,3,snowball,none,none,4.74,1.00,4.87,none,none, snowballs,snowballs,0.35,Noun,9,7,2,snowball,none,none,4.74,1.00,4.87,none,none, snowberry,snowberry,0.02,Noun,9,7,3,snowberry,10.33,0.50,10.33,0.50,none,none,none, snowbird,snowbird,0.02,Noun,8,6,2,snowbird,10.12,0.94,10.12,0.94,none,none,none, snowboard,snowboard,0.78,Noun,9,7,2,snowboard,11.14,1.00,11.14,1.00,none,none,none, snowboarder,snowboarder,0.43,Noun,11,8,3,snowboarder,11.15,0.95,11.15,0.95,none,none,none, snowboarders,snowboarders,0.61,Noun,12,9,3,snowboarder,none,none,11.15,0.95,none,none,none, snowboarding,snowboarding,2.10,Verb,12,9,3,snowboarding,11.18,0.91,11.18,0.91,none,none,none, snowboards,snowboards,0.10,Noun,10,8,2,snowboard,none,none,11.14,1.00,none,none,none, snowbound,snowbound,0.14,Adjective,9,7,2,snowbound,10.76,0.94,10.76,0.94,none,none,none, snowcap,snowcap,0.02,Noun,7,6,2,snowcap,9.90,1.00,9.90,1.00,none,none,none, snowcaps,snowcaps,0.02,Verb,8,7,2,snowcap,none,none,9.90,1.00,none,none,none, snowdrift,snowdrift,0.18,Noun,9,8,2,snowdrift,11.37,0.95,11.37,0.95,none,none,none, snowdrifts,snowdrifts,0.06,Noun,10,9,2,snowdrift,none,none,11.37,0.95,none,none,none, snowdrop,snowdrop,0.02,Verb,8,7,2,snowdrop,7.47,0.94,7.47,0.94,none,none,none, snowed,snowed,1.22,Verb,6,4,1,snow,none,none,4.11,1.00,4.17,none,none, snowfall,snowfall,0.39,Noun,8,6,2,snowfall,5.63,1.00,5.63,1.00,none,none,none, snowfalls,snowfalls,0.02,Noun,9,7,2,snowfall,none,none,5.63,1.00,none,none,none, snowflake,snowflake,1.18,Noun,9,7,2,snowflake,5.32,1.00,5.32,1.00,none,none,none, snowflakes,snowflakes,0.65,Noun,10,8,2,snowflake,none,none,5.32,1.00,none,none,none, snowing,snowing,2.98,Verb,7,5,2,snow,none,none,4.11,1.00,4.17,none,none, snowman,snowman,1.90,Noun,7,6,2,snowman,3.47,1.00,3.47,1.00,none,none,none, snowmen,snowmen,0.08,Noun,7,6,2,snowman,none,none,3.47,1.00,none,none,none, snowmobile,snowmobile,0.29,Noun,10,8,3,snowmobile,8.78,1.00,8.78,1.00,none,none,none, snowmobiles,snowmobiles,0.08,Noun,11,9,3,snowmobile,none,none,8.78,1.00,none,none,none, snowplow,snowplough,0.39,Noun,8,6,2,snowplow,8.21,1.00,8.21,1.00,none,none,none, snowplows,snowploughs,0.08,Noun,9,7,2,snowplow,none,none,8.21,1.00,none,none,none, snows,snows,1.27,Verb,5,4,1,snow,none,none,4.11,1.00,4.17,none,none, snowshoe,snowshoe,0.04,Verb,8,5,2,snowshoe,7.68,1.00,7.68,1.00,none,none,none, snowshoeing,snowshoeing,0.12,Verb,11,7,3,snowshoe,none,none,7.68,1.00,none,none,none, snowshoes,snowshoes,0.41,Noun,9,6,2,snowshoe,none,none,7.68,1.00,none,none,none, snowstorm,snowstorm,0.86,Noun,9,8,2,snowstorm,5.89,1.00,5.89,1.00,none,none,none, snowstorms,snowstorms,0.04,Noun,10,9,2,snowstorm,none,none,5.89,1.00,none,none,none, snowsuit,snowsuit,0.12,Noun,8,6,2,snowsuit,6.39,1.00,6.39,1.00,none,none,none, snowy,snowy,1.06,Adjective,5,4,2,snowy,4.83,1.00,4.83,1.00,none,none,none, snub,snub,0.39,Noun,4,4,1,snub,12.10,0.95,12.10,0.95,none,10.28,9.98, snubbed,snubbed,0.33,Verb,7,5,1,snub,none,none,12.10,0.95,none,10.28,9.98, snubbing,snubbing,0.12,Verb,8,6,2,snub,none,none,12.10,0.95,none,10.28,9.98, snubs,snubs,0.04,Verb,5,5,1,snub,none,none,12.10,0.95,none,10.28,9.98, snuck,snuck,4.63,Verb,5,4,1,sneak,none,none,5.83,1.00,none,none,6.23, snuff,snuff,2.00,Verb,5,4,1,snuff,11.79,1.00,11.79,1.00,none,none,10.27, snuffbox,snuffbox,0.06,Noun,8,8,2,snuffbox,12.47,0.94,12.47,0.94,none,none,none, snuffed,snuffed,0.51,Verb,7,5,1,snuff,none,none,11.79,1.00,none,none,10.27, snuffs,snuffs,0.10,Verb,6,5,1,snuff,none,none,11.79,1.00,none,none,10.27, snug,snug,1.43,Adjective,4,4,1,snug,6.38,0.89,6.38,0.89,none,none,7.01, snugger,snugger,0.02,Adjective,7,5,2,snug,none,none,6.38,0.89,none,none,7.01, snuggle,snuggle,1.29,Verb,7,6,2,snuggle,5.39,1.00,5.39,1.00,none,6.13,none,5.93 snuggled,snuggled,0.31,Verb,8,7,2,snuggle,none,none,5.39,1.00,none,6.13,none,5.93 snuggles,snuggles,0.27,Noun,8,7,2,snuggle,none,none,5.39,1.00,none,6.13,none,5.93 snuggling,snuggling,0.31,Verb,9,8,3,snuggle,none,none,5.39,1.00,none,6.13,none,5.93 so,so,4244.16,Adverb,2,2,1,so,5.15,1.00,5.15,1.00,4.68,none,3.81, soak,soak,3.45,Verb,4,3,1,soak,6.53,1.00,6.53,1.00,none,5.92,6.23, soaking,soaking,2.75,Verb,7,5,2,soak,none,none,6.53,1.00,none,5.92,6.23, soaks,soaks,0.20,Verb,5,4,1,soak,none,none,6.53,1.00,none,5.92,6.23, soap,soap,15.20,Noun,4,3,1,soap,3.17,1.00,3.17,1.00,none,4.62,4.08, soapbox,soapbox,0.47,Noun,7,7,2,soapbox,8.00,1.00,8.00,1.00,none,none,none, soaped,soaped,0.10,Verb,6,4,1,soap,none,none,3.17,1.00,none,4.62,4.08, soaping,soaping,0.16,Verb,7,5,2,soap,none,none,3.17,1.00,none,4.62,4.08, soaps,soaps,1.02,Noun,5,4,1,soap,none,none,3.17,1.00,none,4.62,4.08, soapstone,soapstone,0.04,Noun,9,7,2,soapstone,17.06,0.76,17.06,0.76,none,none,none, soapwort,soapwort,0.02,Verb,8,7,2,soapwort,14.71,0.37,14.71,0.37,none,none,none, soapy,soapy,0.49,Adjective,5,4,2,soapy,5.72,1.00,5.72,1.00,none,none,none, soar,soar,1.53,Verb,4,3,1,soar,9.58,1.00,9.58,1.00,none,none,8.08, soared,soared,0.45,Verb,6,4,1,soar,none,none,9.58,1.00,none,none,8.08, soars,soars,0.45,Verb,5,4,1,soar,none,none,9.58,1.00,none,none,8.08, soave,soave,0.04,Verb,5,3,1,soave,12.62,0.42,12.62,0.42,none,none,none, sob,sob,1.51,Noun,3,3,1,sob,9.00,1.00,9.00,1.00,5.43,none,7.35, sobbed,sobbed,0.22,Verb,6,4,1,sob,none,none,9.00,1.00,5.43,none,7.35, sobbing,sobbing,5.14,Verb,7,5,2,sob,none,none,9.00,1.00,5.43,none,7.35, sober,sober,10.10,Adjective,5,4,2,sober,10.84,1.00,10.84,1.00,none,11.02,none,11.59 sobered,sobered,0.43,Verb,7,5,2,sober,none,none,10.84,1.00,none,11.02,none,11.59 sobering,sobering,0.37,Adjective,8,6,3,sobering,12.89,1.00,12.89,1.00,none,none,none, soberness,soberness,0.02,Noun,9,7,3,soberness,10.83,0.95,10.83,0.95,none,none,none, sobers,sobers,0.27,Verb,6,5,2,sober,none,none,10.84,1.00,none,11.02,none,11.59 sobriety,sobriety,0.65,Noun,8,8,4,sobriety,13.26,0.90,13.26,0.90,none,none,none, sobriquet,sobriquet,0.02,Noun,9,7,3,sobriquet,17.33,0.30,17.33,0.30,none,none,none, sobs,sobs,2.59,Verb,4,4,1,sob,none,none,9.00,1.00,5.43,none,7.35, soc,soc,0.22,Noun,3,3,1,soc,13.00,0.17,13.00,0.17,none,none,none, soccer,soccer,12.55,Noun,6,4,2,soccer,5.89,1.00,5.89,1.00,none,none,none,4.80 sociability,sociability,0.04,Noun,11,10,5,sociability,13.63,0.95,13.63,0.95,none,none,none, sociable,sociable,1.00,Adjective,8,7,3,sociable,9.94,1.00,9.94,1.00,none,none,none, social,social,33.39,Adjective,6,5,2,social,10.43,1.00,10.43,1.00,9.63,none,none,8.53 socialism,socialism,0.57,Noun,9,9,4,socialism,13.68,1.00,13.68,1.00,12.68,none,none, socialist,socialist,1.27,Adjective,9,8,3,socialist,13.61,1.00,13.61,1.00,12.63,none,none, socialistic,socialistic,0.06,Adjective,11,10,4,socialistic,13.76,0.94,13.76,0.94,none,none,none, socialists,socialists,0.18,Noun,10,9,3,socialist,none,none,13.61,1.00,12.63,none,none, socialite,socialite,0.43,Noun,9,7,3,socialite,12.56,1.00,12.56,1.00,none,none,none, socialites,socialites,0.10,Noun,10,8,3,socialite,none,none,12.56,1.00,none,none,none, socialization,socialisation,0.20,Noun,13,11,5,socialization,12.83,1.00,12.83,1.00,none,none,none, socialize,socialise,0.96,Verb,9,7,3,socialize,10.17,1.00,10.17,1.00,none,none,none, socializes,socialises,0.04,Verb,10,9,4,socialize,none,none,10.17,1.00,none,none,none, socializing,socialising,0.55,Verb,11,9,4,socialize,none,none,10.17,1.00,none,none,none, socials,socials,0.06,Noun,7,6,2,social,none,none,10.43,1.00,9.63,none,none,8.53 societal,societal,0.16,Adjective,8,8,4,societal,12.38,0.84,12.38,0.84,none,none,none, societies,societies,1.12,Noun,9,8,4,society,none,none,8.70,1.00,none,9.81,none, society,society,32.92,Noun,7,7,4,society,8.70,1.00,8.70,1.00,none,9.81,none, socioeconomic,socioeconomic,0.16,Adjective,13,13,7,socioeconomic,16.00,0.89,16.00,0.89,none,none,none, sociological,sociological,0.27,Adjective,12,12,6,sociological,14.33,0.95,14.33,0.95,none,none,none, sociologist,sociologist,0.14,Noun,11,11,5,sociologist,12.44,1.00,12.44,1.00,none,none,none, sociologists,sociologists,0.06,Noun,12,12,5,sociologist,none,none,12.44,1.00,none,none,none, sociology,sociology,0.43,Noun,9,9,5,sociology,12.83,1.00,12.83,1.00,13.03,none,none, sociopath,sociopath,1.00,Noun,9,8,4,sociopath,13.28,1.00,13.28,1.00,none,none,none, sociopathic,sociopathic,0.27,Adjective,11,10,5,sociopathic,14.67,1.00,14.67,1.00,none,none,none, sociopaths,sociopaths,0.20,Noun,10,9,4,sociopath,none,none,13.28,1.00,none,none,none, sociopolitical,sociopolitical,0.02,Adjective,14,14,7,sociopolitical,15.67,0.90,15.67,0.90,none,none,none, sock,sock,8.98,Noun,4,3,1,sock,2.94,1.00,2.94,1.00,none,3.67,3.69, socked,socked,0.53,Verb,6,4,1,sock,none,none,2.94,1.00,none,3.67,3.69, socket,socket,1.61,Noun,6,5,2,socket,8.06,1.00,8.06,1.00,none,none,none,8.79 sockets,sockets,0.78,Noun,7,6,2,socket,none,none,8.06,1.00,none,none,none,8.79 socking,socking,0.12,Verb,7,5,2,sock,none,none,2.94,1.00,none,3.67,3.69, sockless,sockless,0.02,Adjective,8,6,2,sockless,6.79,1.00,6.79,1.00,none,none,none, socks,socks,18.27,Noun,5,4,1,sock,none,none,2.94,1.00,none,3.67,3.69, sod,sod,1.84,Noun,3,3,1,sod,10.82,0.94,10.82,0.94,none,none,10.17, soda,soda,19.84,Noun,4,4,2,soda,4.42,1.00,4.42,1.00,none,none,none,4.91 sodas,sodas,1.06,Noun,5,5,2,soda,none,none,4.42,1.00,none,none,none,4.91 sodbuster,sodbuster,0.27,Noun,9,8,3,sodbuster,15.22,0.47,15.22,0.47,none,none,none, sodden,sodden,0.12,Adjective,6,5,2,sodden,15.15,0.65,15.15,0.65,none,none,none, sodium,sodium,2.47,Noun,6,6,3,sodium,9.72,1.00,9.72,1.00,none,none,none, sodomite,sodomite,0.25,Noun,8,7,3,sodomite,13.33,0.79,13.33,0.79,none,none,none, sodomites,sodomites,0.12,Noun,9,8,3,sodomite,none,none,13.33,0.79,none,none,none, sodomize,sodomise,0.08,Verb,8,7,3,sodomize,14.26,1.00,14.26,1.00,none,none,none, sodomized,sodomised,0.31,Verb,9,8,3,sodomize,none,none,14.26,1.00,none,none,none, sodomizing,sodomising,0.08,Verb,10,9,4,sodomize,none,none,14.26,1.00,none,none,none, sodomy,sodomy,0.37,Noun,6,6,3,sodomy,14.95,1.00,14.95,1.00,none,none,none, sods,sods,0.14,Noun,4,4,1,sod,none,none,10.82,0.94,none,none,10.17, soever,soever,0.04,Verb,6,6,3,soever,14.38,0.42,14.38,0.42,none,none,none, sofa,sofa,5.86,Noun,4,4,2,sofa,4.50,1.00,4.50,1.00,none,5.18,none,6.06 sofas,sofas,0.31,Noun,5,5,2,sofa,none,none,4.50,1.00,none,5.18,none,6.06 soft,soft,32.02,Adjective,4,4,1,soft,3.95,1.00,3.95,1.00,4.62,none,4.25, softball,softball,2.25,Noun,8,7,2,softball,6.42,1.00,6.42,1.00,none,none,none, softballs,softballs,0.02,Noun,9,8,2,softball,none,none,6.42,1.00,none,none,none, soften,soften,1.49,Verb,6,5,2,soften,7.37,1.00,7.37,1.00,6.53,none,none, softened,softened,0.63,Verb,8,6,2,soften,none,none,7.37,1.00,6.53,none,none, softener,softener,0.45,Noun,8,6,3,softener,9.44,1.00,9.44,1.00,none,none,none, softening,softening,0.45,Verb,9,7,3,soften,none,none,7.37,1.00,6.53,none,none, softens,softens,0.18,Verb,7,6,2,soften,none,none,7.37,1.00,6.53,none,none, softer,softer,1.71,Adjective,6,5,2,soft,none,none,3.95,1.00,4.62,none,4.25, softest,softest,0.37,Adjective,7,7,2,soft,none,none,3.95,1.00,4.62,none,4.25, softheaded,softheaded,0.06,Verb,10,9,3,softheaded,10.81,0.89,10.81,0.89,none,none,none, softhearted,soft-hearted,0.22,Verb,11,10,3,softhearted,9.05,1.00,9.05,1.00,none,none,none, softie,softie,0.31,Noun,6,5,2,softie,9.47,0.89,9.47,0.89,none,none,none, softies,softies,0.10,Noun,7,6,2,softie,none,none,9.47,0.89,none,none,none, softness,softness,0.47,Noun,8,7,2,softness,4.83,1.00,4.83,1.00,none,none,none, software,software,8.43,Noun,8,7,2,software,12.21,1.00,12.21,1.00,none,none,none, softwood,softwood,0.02,Noun,8,7,2,softwood,12.12,0.84,12.12,0.84,none,none,none, softy,softy,0.41,Noun,5,5,2,softie,none,none,9.47,0.89,none,none,none, soggier,soggier,0.02,Adjective,7,5,3,soggy,none,none,5.90,1.00,none,none,none, soggy,soggy,0.98,Adjective,5,4,2,soggy,5.90,1.00,5.90,1.00,none,none,none, soil,soil,7.78,Noun,4,3,1,soil,6.48,1.00,6.48,1.00,none,6.98,6.03, soiled,soiled,0.90,Verb,6,4,1,soil,none,none,6.48,1.00,none,6.98,6.03, soiling,soiling,0.25,Verb,7,5,2,soil,none,none,6.48,1.00,none,6.98,6.03, soils,soils,0.16,Verb,5,4,1,soil,none,none,6.48,1.00,none,6.98,6.03, soiree,soiree,0.75,Noun,6,5,2,soiree,13.41,0.85,13.41,0.85,none,none,none,13.18 soirees,soirees,0.10,Noun,7,6,2,soiree,none,none,13.41,0.85,none,none,none,13.18 sojourn,sojourn,0.25,Noun,7,5,2,sojourn,12.69,0.68,12.69,0.68,none,none,none, sojourner,sojourner,0.06,Noun,9,6,3,sojourner,14.73,0.61,14.73,0.61,none,none,none, solace,solace,1.53,Noun,6,5,2,solace,12.73,0.83,12.73,0.83,none,none,none,11.39 solar,solar,4.63,Adjective,5,4,2,solar,9.05,1.00,9.05,1.00,none,9.90,none,9.22 solarium,solarium,0.43,Noun,8,8,4,solarium,11.86,0.74,11.86,0.74,none,none,none, sold,sold,52.06,Verb,4,4,1,sell,none,none,7.05,1.00,6.23,5.69,6.06, solder,solder,0.04,Verb,6,4,2,solder,13.12,0.84,13.12,0.84,none,none,none, soldered,soldered,0.06,Verb,8,5,2,solder,none,none,13.12,0.84,none,none,none, solders,solders,0.06,Noun,7,5,2,solder,none,none,13.12,0.84,none,none,none, soldier,soldier,38.92,Noun,7,5,2,soldier,6.94,1.00,6.94,1.00,none,5.62,none,6.61 soldiered,soldiered,0.06,Verb,9,6,2,soldier,none,none,6.94,1.00,none,5.62,none,6.61 soldiering,soldiering,0.45,Verb,10,7,3,soldier,none,none,6.94,1.00,none,5.62,none,6.61 soldierly,soldierly,0.10,Adjective,9,7,3,soldierly,11.06,0.84,11.06,0.84,none,none,none, soldiers,soldiers,27.63,Noun,8,6,2,soldier,none,none,6.94,1.00,none,5.62,none,6.61 soldiery,soldiery,0.04,Noun,8,7,3,soldiery,12.19,0.84,12.19,0.84,none,none,none, sole,sole,5.25,Adjective,4,3,1,sole,7.06,1.00,7.06,1.00,none,8.47,8.61, solemn,solemn,2.20,Adjective,6,5,2,solemn,12.50,1.00,12.50,1.00,none,none,none,11.80 solemnity,solemnity,0.06,Noun,9,9,4,solemnity,12.33,0.75,12.33,0.75,none,11.70,none, solemnize,solemnise,0.02,Verb,9,7,3,solemnize,14.38,0.72,14.38,0.72,none,none,none, solenoid,solenoid,0.10,Noun,8,7,3,solenoid,16.00,0.33,16.00,0.33,none,none,none, solenoids,solenoids,0.06,Noun,9,8,3,solenoid,none,none,16.00,0.33,none,none,none, soles,soles,0.92,Noun,5,4,1,sole,none,none,7.06,1.00,none,8.47,8.61, solicit,solicit,0.61,Verb,7,7,3,solicit,11.71,0.95,11.71,0.95,none,none,none, solicitation,solicitation,0.88,Noun,12,11,5,solicitation,13.78,1.00,13.78,1.00,none,none,none, solicitations,solicitations,0.04,Noun,13,12,5,solicitation,none,none,13.78,1.00,none,none,none, solicited,solicited,0.35,Verb,9,9,4,solicit,none,none,11.71,0.95,none,none,none, soliciting,soliciting,1.04,Verb,10,9,4,solicit,none,none,11.71,0.95,none,none,none, solicitor,solicitor,0.88,Noun,9,8,4,solicitor,12.53,1.00,12.53,1.00,10.53,none,none, solicitors,solicitors,0.33,Noun,10,9,4,solicitor,none,none,12.53,1.00,10.53,none,none, solicitous,solicitous,0.14,Adjective,10,9,4,solicitous,12.53,0.79,12.53,0.79,none,none,none, solicits,solicits,0.02,Verb,8,8,3,solicit,none,none,11.71,0.95,none,none,none, solicitude,solicitude,0.06,Noun,10,9,4,solicitude,16.00,0.70,16.00,0.70,none,none,none, solid,solid,19.57,Adjective,5,5,2,solid,7.79,1.00,7.79,1.00,7.22,none,none,6.26 solidarity,solidarity,0.78,Noun,10,10,5,solidarity,13.30,1.00,13.30,1.00,none,none,none, solider,solider,0.18,Noun,7,6,3,solid,none,none,7.79,1.00,7.22,none,none,6.26 solidified,solidified,0.16,Verb,10,9,4,solidify,none,none,11.26,1.00,none,none,none, solidifies,solidifies,0.02,Verb,10,9,4,solidify,none,none,11.26,1.00,none,none,none, solidify,solidify,0.20,Verb,8,8,4,solidify,11.26,1.00,11.26,1.00,none,none,none, solidifying,solidifying,0.06,Verb,11,10,5,solidify,none,none,11.26,1.00,none,none,none, solidity,solidity,0.08,Noun,8,8,4,solidity,10.53,0.89,10.53,0.89,none,none,none, solids,solids,0.39,Noun,6,6,2,solid,none,none,7.79,1.00,7.22,none,none,6.26 soliloquies,soliloquies,0.06,Noun,11,10,4,soliloquy,none,none,13.06,0.89,none,none,none, soliloquy,soliloquy,0.29,Noun,9,9,4,soliloquy,13.06,0.89,13.06,0.89,none,none,none, solipsism,solipsism,0.12,Noun,9,10,4,solipsism,15.56,0.43,15.56,0.43,none,none,none, solipsistic,solipsistic,0.08,Adjective,11,11,4,solipsistic,17.43,0.37,17.43,0.37,none,none,none, solitaire,solitaire,1.16,Noun,9,7,3,solitaire,8.95,1.00,8.95,1.00,none,none,none, solitary,solitary,3.41,Adjective,8,8,4,solitary,9.16,1.00,9.16,1.00,none,none,none, solitude,solitude,2.00,Noun,8,7,3,solitude,12.00,1.00,12.00,1.00,none,none,none, solitudes,solitudes,0.04,Noun,9,8,3,solitude,none,none,12.00,1.00,none,none,none, solo,solo,8.55,Noun,4,4,2,solo,7.28,1.00,7.28,1.00,none,none,none,8.04 soloed,soloed,0.06,Verb,6,5,2,solo,none,none,7.28,1.00,none,none,none,8.04 soloist,soloist,0.20,Noun,7,7,3,soloist,10.05,1.00,10.05,1.00,none,none,none, soloists,soloists,0.02,Noun,8,8,3,soloist,none,none,10.05,1.00,none,none,none, solos,solos,0.41,Noun,5,5,2,solo,none,none,7.28,1.00,none,none,none,8.04 solstice,solstice,0.31,Noun,8,7,2,solstice,10.50,0.95,10.50,0.95,none,none,none, soluble,soluble,0.16,Adjective,7,8,3,soluble,11.94,0.95,11.94,0.95,none,none,none, solute,solute,0.04,Noun,6,6,2,solute,11.54,0.68,11.54,0.68,none,none,none, solution,solution,15.82,Noun,8,7,3,solution,9.00,1.00,9.00,1.00,none,9.98,none, solutions,solutions,1.49,Noun,9,8,3,solution,none,none,9.00,1.00,none,9.98,none, solvable,solvable,0.04,Adjective,8,8,3,solvable,10.06,0.94,10.06,0.94,none,none,none, solve,solve,19.49,Verb,5,4,1,solve,6.58,1.00,6.58,1.00,7.72,none,7.15, solved,solved,9.92,Verb,6,5,1,solve,none,none,6.58,1.00,7.72,none,7.15, solvency,solvency,0.08,Noun,8,8,3,solvency,13.71,0.74,13.71,0.74,none,none,none, solvent,solvent,0.55,Noun,7,7,2,solvent,12.65,1.00,12.65,1.00,none,none,none,12.22 solvents,solvents,0.18,Noun,8,8,2,solvent,none,none,12.65,1.00,none,none,none,12.22 solver,solver,0.27,Noun,6,5,2,solver,10.00,1.00,10.00,1.00,none,none,none, solvers,solvers,0.04,Noun,7,6,2,solver,none,none,10.00,1.00,none,none,none, solves,solves,1.35,Verb,6,5,1,solve,none,none,6.58,1.00,7.72,none,7.15, solving,solving,2.20,Verb,7,6,2,solve,none,none,6.58,1.00,7.72,none,7.15, somatic,somatic,0.12,Adjective,7,7,3,somatic,14.86,0.70,14.86,0.70,none,none,none, somber,sombre,0.31,Adjective,6,5,2,somber,11.80,0.83,11.80,0.83,none,none,none, sombrero,sombrero,0.27,Noun,8,8,3,sombrero,9.06,0.94,9.06,0.94,none,none,none, sombreros,sombreros,0.06,Noun,9,8,4,sombrero,none,none,9.06,0.94,none,none,none, some,some,1727.24,Determiner,4,3,1,some,4.85,1.00,4.85,1.00,4.99,none,4.08, somebody,somebody,344.53,Pronoun,8,7,3,somebody,5.31,1.00,5.31,1.00,5.43,none,none, someday,someday,33.84,Adverb,7,5,2,someday,6.32,1.00,6.32,1.00,none,none,none, somehow,somehow,45.29,Adverb,7,5,2,somehow,8.02,1.00,8.02,1.00,6.27,none,none, someone,someone,446.12,Pronoun,7,6,2,someone,4.92,1.00,4.92,1.00,none,none,none,5.68 someplace,someplace,31.59,Adverb,9,7,2,someplace,6.41,1.00,6.41,1.00,none,none,none, somersault,somersault,0.49,Noun,10,8,3,somersault,5.63,1.00,5.63,1.00,none,7.39,none, somersaults,somersaults,0.25,Noun,11,9,3,somersault,none,none,5.63,1.00,none,7.39,none, something,something,1500.16,Pronoun,9,6,2,something,5.05,1.00,5.05,1.00,5.54,none,none,5.37 sometime,sometime,33.31,Adverb,8,6,2,sometime,6.53,1.00,6.53,1.00,none,none,none, sometimes,sometimes,179.00,Adverb,9,7,2,sometimes,6.37,1.00,6.37,1.00,5.48,none,none, someway,someway,0.08,Noun,7,7,4,someway,7.06,1.00,7.06,1.00,none,none,none, somewhere,somewhere,111.53,Adverb,9,6,2,somewhere,6.26,1.00,6.26,1.00,none,none,none,6.54 sommelier,sommelier,0.12,Noun,9,7,3,sommelier,15.20,0.53,15.20,0.53,none,none,none, somnambulant,somnambulant,0.02,Adjective,12,13,4,somnambulant,14.56,0.50,14.56,0.50,none,none,none, somnambulism,somnambulism,0.02,Noun,12,14,5,somnambulism,17.25,0.36,17.25,0.36,none,none,none, somnambulistic,somnambulistic,0.02,Adjective,14,15,5,somnambulistic,16.75,0.38,16.75,0.38,none,none,none, somnolent,somnolent,0.02,Adjective,9,9,3,somnolent,13.33,0.63,13.33,0.63,none,none,none, son,son,410.76,Noun,3,3,1,son,3.78,1.00,3.78,1.00,4.77,none,4.40, sonar,sonar,4.14,Noun,5,5,2,sonar,11.42,1.00,11.42,1.00,none,13.38,none,11.29 sonata,sonata,0.63,Noun,6,6,3,sonata,14.93,0.67,14.93,0.67,none,none,none, sonatas,sonatas,0.08,Noun,7,7,3,sonata,none,none,14.93,0.67,none,none,none, song,song,93.69,Noun,4,3,1,song,4.26,1.00,4.26,1.00,none,4.99,4.40, songbird,songbird,0.24,Noun,8,6,2,songbird,7.47,1.00,7.47,1.00,none,none,none, songbirds,songbirds,0.18,Noun,9,7,2,songbird,none,none,7.47,1.00,none,none,none, songbook,songbook,0.06,Noun,8,6,2,songbook,6.39,1.00,6.39,1.00,none,none,none, songs,songs,22.20,Noun,5,4,1,song,none,none,4.26,1.00,none,4.99,4.40, songster,songster,0.04,Noun,8,6,2,songster,12.21,0.74,12.21,0.74,none,none,none, songsters,songsters,0.02,Noun,9,7,2,songster,none,none,12.21,0.74,none,none,none, songstress,songstress,0.08,Noun,10,8,2,songstress,12.09,0.61,12.09,0.61,none,none,none, songwriter,songwriter,0.98,Noun,10,7,3,songwriter,7.72,1.00,7.72,1.00,none,none,none, songwriters,songwriters,0.31,Noun,11,8,3,songwriter,none,none,7.72,1.00,none,none,none, songwriting,songwriting,0.25,Noun,11,8,3,songwriting,9.37,1.00,9.37,1.00,none,none,none, sonic,sonic,1.94,Adjective,5,5,2,sonic,11.00,1.00,11.00,1.00,none,11.07,none,8.45 sonnet,sonnet,0.76,Noun,6,5,2,sonnet,12.38,0.89,12.38,0.89,none,12.79,none,11.39 sonnets,sonnets,0.47,Noun,7,6,2,sonnet,none,none,12.38,0.89,none,12.79,none,11.39 sonogram,sonogram,0.27,Noun,8,8,3,sonogram,11.47,0.86,11.47,0.86,none,none,none, sonorous,sonorous,0.04,Adjective,8,6,3,sonorous,14.50,0.78,14.50,0.78,none,none,none, sons,sons,18.06,Noun,4,4,1,son,none,none,3.78,1.00,4.77,none,4.40, soon,soon,257.65,Adverb,4,3,1,soon,4.83,0.95,4.83,0.95,4.55,none,4.93, sooner,sooner,37.02,Adverb,6,4,2,soon,none,none,4.83,0.95,4.55,none,4.93, soonest,soonest,0.22,Adverb,7,6,2,soon,none,none,4.83,0.95,4.55,none,4.93, soot,soot,1.08,Noun,4,3,1,soot,7.20,1.00,7.20,1.00,none,none,8.58, sooth,sooth,0.22,Noun,5,3,1,sooth,9.44,0.89,9.44,0.89,none,none,none, soothe,soothe,1.29,Verb,6,3,1,soothe,8.40,1.00,8.40,1.00,6.88,none,8.22, soothed,soothed,0.10,Verb,7,4,1,soothe,none,none,8.40,1.00,6.88,none,8.22, soothes,soothes,0.49,Verb,7,4,1,soothe,none,none,8.40,1.00,6.88,none,8.22, soothing,soothing,2.25,Adjective,8,5,2,soothing,8.40,1.00,8.40,1.00,none,none,none, sooths,sooths,0.02,Noun,6,4,1,sooth,none,none,9.44,0.89,none,none,none, soothsayer,soothsayer,0.12,Noun,10,6,3,soothsayer,14.11,0.82,14.11,0.82,none,none,none, soothsayers,soothsayers,0.04,Noun,11,7,3,soothsayer,none,none,14.11,0.82,none,none,none, soothsaying,soothsaying,0.02,Verb,11,7,3,soothsaying,14.29,0.78,14.29,0.78,none,none,none, sooty,sooty,0.10,Adjective,5,4,2,sooty,11.07,0.78,11.07,0.78,none,none,none, sop,sop,0.27,Noun,3,3,1,sop,12.71,0.78,12.71,0.78,none,10.54,11.19, sophistic,sophistic,Err:512,Err:512,9,8,3,sophistic,13.71,0.74,13.71,0.74,none,none,none, sophisticate,sophisticate,0.04,Noun,12,10,4,sophisticate,14.05,1.00,14.05,1.00,none,none,none, sophisticated,sophisticated,6.78,Adjective,13,12,5,sophisticated,11.05,1.00,11.05,1.00,none,none,none, sophisticates,sophisticates,0.12,Noun,13,11,4,sophisticate,none,none,14.05,1.00,none,none,none, sophistication,sophistication,0.96,Noun,14,12,5,sophistication,10.16,0.95,10.16,0.95,none,none,none, sophistry,sophistry,0.06,Noun,9,8,3,sophistry,15.62,0.44,15.62,0.44,none,none,none, sophomore,sophomore,2.86,Noun,9,6,2,sophomore,10.50,1.00,10.50,1.00,none,none,none, sophomores,sophomores,0.27,Noun,10,7,2,sophomore,none,none,10.50,1.00,none,none,none, sophomoric,sophomoric,0.22,Adjective,10,9,4,sophomoric,13.07,0.74,13.07,0.74,none,none,none, soporific,soporific,0.18,Adjective,9,9,4,soporific,15.22,0.47,15.22,0.47,none,none,none, sopped,sopped,0.06,Verb,6,4,1,sop,none,none,12.71,0.78,none,10.54,11.19, sopping,sopping,0.22,Adjective,7,5,2,sopping,9.76,0.89,9.76,0.89,none,none,none, soppy,soppy,0.12,Adjective,5,4,2,soppy,9.88,0.89,9.88,0.89,none,none,none, soprano,soprano,2.65,Noun,7,7,3,soprano,11.44,1.00,11.44,1.00,none,10.22,none, sopranos,sopranos,0.27,Noun,8,8,3,soprano,none,none,11.44,1.00,none,10.22,none, sops,sops,0.02,Verb,4,4,1,sop,none,none,12.71,0.78,none,10.54,11.19, sorbet,sorbet,0.27,Noun,6,5,2,sorbet,12.00,0.83,12.00,0.83,none,none,none, sorbets,sorbets,0.04,Noun,7,7,2,sorbet,none,none,12.00,0.83,none,none,none, sorcerer,sorcerer,1.71,Noun,8,6,3,sorcerer,11.37,0.95,11.37,0.95,none,none,none, sorcerers,sorcerers,0.39,Noun,9,7,3,sorcerer,none,none,11.37,0.95,none,none,none, sorceress,sorceress,0.35,Noun,9,8,3,sorceress,9.82,0.89,9.82,0.89,none,none,none, sorceries,sorceries,0.06,Noun,9,8,3,sorcery,none,none,10.39,1.00,none,none,none, sorcery,sorcery,0.65,Noun,7,6,3,sorcery,10.39,1.00,10.39,1.00,none,none,none, sordid,sordid,2.49,Adjective,6,6,2,sordid,13.62,0.72,13.62,0.72,none,none,none,12.64 sordidness,sordidness,0.04,Noun,10,9,3,sordidness,13.85,0.72,13.85,0.72,none,none,none, sore,sore,15.00,Adjective,4,3,1,sore,5.84,1.00,5.84,1.00,none,5.18,6.53, sorehead,sorehead,0.02,Noun,8,6,2,sorehead,11.36,0.61,11.36,0.61,none,none,none, soreness,soreness,0.10,Noun,8,6,2,soreness,7.60,1.00,7.60,1.00,none,none,none, sorer,sorer,0.06,Adjective,5,4,2,sore,none,none,5.84,1.00,none,5.18,6.53, sores,sores,1.18,Noun,5,4,1,sore,none,none,5.84,1.00,none,5.18,6.53, sorest,sorest,0.04,Adjective,6,6,2,sore,none,none,5.84,1.00,none,5.18,6.53, sorghum,sorghum,0.16,Noun,7,6,2,sorghum,13.92,0.67,13.92,0.67,none,none,none, sororities,sororities,0.12,Noun,10,8,4,sorority,none,none,14.22,1.00,none,none,none, sorority,sorority,1.88,Noun,8,7,4,sorority,14.22,1.00,14.22,1.00,none,none,none, sorrel,sorrel,0.41,Noun,6,5,2,sorrel,14.00,0.44,14.00,0.44,none,none,none, sorrier,sorrier,0.49,Adjective,7,5,3,sorry,none,none,3.44,1.00,4.50,none,none,4.14 sorriest,sorriest,0.37,Adjective,8,7,3,sorry,none,none,3.44,1.00,4.50,none,none,4.14 sorrow,sorrow,6.86,Noun,6,4,2,sorrow,8.42,1.00,8.42,1.00,none,7.86,none,8.96 sorrowful,sorrowful,0.39,Adjective,9,7,3,sorrowful,10.11,1.00,10.11,1.00,none,none,none, sorrowing,sorrowing,0.06,Adjective,9,6,3,sorrowing,12.44,1.00,12.44,1.00,none,none,none, sorrows,sorrows,1.45,Noun,7,5,2,sorrow,none,none,8.42,1.00,none,7.86,none,8.96 sorry,sorry,1167.96,Adjective,5,4,2,sorry,3.44,1.00,3.44,1.00,4.50,none,none,4.14 sort,sort,148.71,Adverb,4,4,1,sort,6.81,1.00,6.81,1.00,6.88,none,7.29, sorted,sorted,2.10,Verb,6,6,2,sort,none,none,6.81,1.00,6.88,none,7.29, sorter,sorter,0.14,Noun,6,5,2,sorter,11.00,0.95,11.00,0.95,none,none,none, sortie,sortie,0.08,Noun,6,5,2,sortie,13.38,0.72,13.38,0.72,none,none,none, sorties,sorties,0.16,Noun,7,6,2,sortie,none,none,13.38,0.72,none,none,none, sorting,sorting,1.45,Verb,7,6,2,sort,none,none,6.81,1.00,6.88,none,7.29, sorts,sorts,9.57,Noun,5,5,1,sort,none,none,6.81,1.00,6.88,none,7.29, sot,sot,0.25,Noun,3,3,1,sot,13.92,0.63,13.92,0.63,none,none,none, sots,sots,0.16,Noun,4,4,1,sot,none,none,13.92,0.63,none,none,none, soubise,soubise,0.04,Noun,7,5,2,soubise,16.00,0.26,16.00,0.26,none,none,none, soubrette,soubrette,0.04,Noun,9,6,2,soubrette,17.33,0.29,17.33,0.29,none,none,none, souffle,souffle,0.43,Noun,7,5,2,souffle,11.80,0.83,11.80,0.83,none,none,none, sough,sough,0.00,Err:512,5,2,1,sough,13.72,0.62,13.72,0.62,none,none,12.37, sought,sought,4.71,Verb,6,3,1,seek,none,none,6.94,1.00,none,6.50,7.63, souk,souk,0.02,Noun,4,3,1,souk,15.00,0.11,15.00,0.11,none,none,none, soul,soul,76.96,Noun,4,3,1,soul,6.17,1.00,6.17,1.00,none,9.22,7.22, soulful,soulful,0.43,Adjective,7,6,2,soulful,11.37,1.00,11.37,1.00,none,none,none, soulfulness,soulfulness,0.02,Noun,11,9,3,soulfulness,11.39,0.95,11.39,0.95,none,none,none, soulless,soulless,0.63,Adjective,8,6,2,soulless,11.32,1.00,11.32,1.00,none,none,none, souls,souls,14.78,Noun,5,4,1,soul,none,none,6.17,1.00,none,9.22,7.22, sound,sound,143.39,Verb,5,4,1,sound,3.72,1.00,3.72,1.00,4.87,6.09,5.33, sounded,sounded,18.86,Verb,7,6,2,sound,none,none,3.72,1.00,4.87,6.09,5.33, sounder,sounder,0.12,Noun,7,5,2,sounder,11.20,0.75,11.20,0.75,none,none,none, sounders,sounders,0.04,Noun,8,6,2,sounder,none,none,11.20,0.75,none,none,none, soundest,soundest,0.02,Adjective,8,7,2,sound,none,none,3.72,1.00,4.87,6.09,5.33, sounding,sounding,3.78,Verb,8,6,2,sound,none,none,3.72,1.00,4.87,6.09,5.33, soundings,soundings,0.12,Noun,9,7,2,soundings,11.12,0.94,11.12,0.94,none,none,none, soundness,soundness,0.04,Noun,9,7,2,soundness,11.90,1.00,11.90,1.00,none,none,none, soundproof,soundproof,0.80,Adjective,10,8,2,soundproof,11.20,1.00,11.20,1.00,none,none,none, soundproofed,soundproofed,0.20,Verb,12,9,2,soundproof,none,none,11.20,1.00,none,none,none, soundproofing,soundproofing,0.12,Verb,13,10,3,soundproof,none,none,11.20,1.00,none,none,none, sounds,sounds,156.27,Verb,6,5,1,sound,none,none,3.72,1.00,4.87,6.09,5.33, soundtrack,soundtrack,0.94,Noun,10,8,2,soundtrack,8.56,1.00,8.56,1.00,none,none,none, soundtracks,soundtracks,0.06,Noun,11,9,2,soundtrack,none,none,8.56,1.00,none,none,none, soup,soup,25.20,Noun,4,3,1,soup,5.37,1.00,5.37,1.00,4.52,5.33,4.01, soupcon,soupcon,0.08,Noun,7,6,2,soupcon,15.40,0.26,15.40,0.26,none,none,none, soups,soups,0.33,Noun,5,4,1,soup,none,none,5.37,1.00,4.52,5.33,4.01, soupy,soupy,0.24,Adjective,5,4,2,soupy,7.29,0.94,7.29,0.94,none,none,none, sour,sour,5.82,Adjective,4,3,2,sour,4.89,1.00,4.89,1.00,none,7.09,5.66, sourball,sourball,0.10,Noun,8,6,3,sourball,9.00,0.95,9.00,0.95,none,none,none, sourballs,sourballs,0.04,Noun,9,7,3,sourball,none,none,9.00,0.95,none,none,none, source,source,28.18,Noun,6,4,1,source,9.21,1.00,9.21,1.00,none,9.58,8.73, sourced,sourced,0.06,Verb,7,5,1,source,none,none,9.21,1.00,none,9.58,8.73, sources,sources,8.22,Noun,7,6,2,source,none,none,9.21,1.00,none,9.58,8.73, sourdough,sourdough,0.33,Noun,9,5,3,sourdough,9.58,0.95,9.58,0.95,none,none,none, soured,soured,0.22,Verb,6,4,2,sour,none,none,4.89,1.00,none,7.09,5.66, sourer,sourer,0.02,Adjective,6,4,3,sour,none,none,4.89,1.00,none,7.09,5.66, sourest,sourest,0.02,Adjective,7,6,3,sour,none,none,4.89,1.00,none,7.09,5.66, sourpuss,sourpuss,0.49,Noun,8,6,2,sourpuss,8.83,0.95,8.83,0.95,none,none,none, sourpusses,sourpusses,0.06,Noun,10,8,3,sourpuss,none,none,8.83,0.95,none,none,none, sours,sours,0.16,Verb,5,4,2,sour,none,none,4.89,1.00,none,7.09,5.66, sousaphone,sousaphone,0.06,Noun,10,7,3,sousaphone,15.07,0.74,15.07,0.74,none,none,none, sousaphones,sousaphones,0.04,Verb,11,8,3,sousaphone,none,none,15.07,0.74,none,none,none, souse,souse,0.31,Noun,5,3,1,souse,15.62,0.40,15.62,0.40,none,none,none, soused,soused,0.29,Verb,6,4,1,souse,none,none,15.62,0.40,none,none,none, south,south,64.47,Noun,5,3,1,south,6.06,1.00,6.06,1.00,6.77,none,6.13, southbound,southbound,0.78,Adjective,10,7,2,southbound,9.72,0.95,9.72,0.95,none,none,none, southeast,southeast,3.27,Noun,9,6,2,southeast,8.63,1.00,8.63,1.00,none,none,none, southeasterly,south-easterly,0.02,Adjective,13,9,4,southeasterly,12.63,1.00,12.63,1.00,none,none,none, southeastern,south-eastern,0.18,Adjective,12,8,3,southeastern,9.58,1.00,9.58,1.00,none,none,none, southerly,southerly,0.14,Adjective,9,6,3,southerly,14.00,0.82,14.00,0.82,none,none,none, southern,southern,11.61,Adjective,8,5,2,southern,7.56,1.00,7.56,1.00,none,none,none, southerner,southerner,0.22,Noun,10,6,3,southerner,9.68,1.00,9.68,1.00,none,none,none, southerners,southerners,0.39,Noun,11,7,3,southerner,none,none,9.68,1.00,none,none,none, southernmost,southernmost,0.08,Adjective,12,9,3,southernmost,10.83,0.95,10.83,0.95,none,none,none, southpaw,southpaw,0.51,Noun,8,5,2,southpaw,11.47,0.95,11.47,0.95,none,none,none, southpaws,southpaws,0.06,Noun,9,6,2,southpaw,none,none,11.47,0.95,none,none,none, southwest,southwest,3.43,Noun,9,7,2,southwest,8.89,1.00,8.89,1.00,none,none,none, southwester,southwester,0.10,Noun,11,8,3,southwester,10.17,0.67,10.17,0.67,none,none,none, southwesterly,south-westerly,0.04,Adjective,13,10,4,southwesterly,11.24,0.94,11.24,0.94,none,none,none, southwestern,south-western,0.31,Adjective,12,9,3,southwestern,7.79,1.00,7.79,1.00,none,none,none, souvenir,souvenir,4.71,Noun,8,7,3,souvenir,8.00,0.95,8.00,0.95,none,none,none, souvenirs,souvenirs,2.31,Noun,9,8,3,souvenir,none,none,8.00,0.95,none,none,none, sovereign,sovereign,2.51,Noun,9,6,2,sovereign,13.00,1.00,13.00,1.00,none,none,none,13.07 sovereigns,sovereigns,0.35,Noun,10,7,2,sovereign,none,none,13.00,1.00,none,none,none,13.07 sovereignty,sovereignty,0.57,Noun,11,8,3,sovereignty,14.13,0.83,14.13,0.83,none,none,none, soviet,soviet,7.06,Adjective,6,6,3,soviet,10.20,1.00,10.20,1.00,none,13.64,none, soviets,soviets,1.76,Noun,7,7,3,soviet,none,none,10.20,1.00,none,13.64,none, sow,sow,1.92,Verb,3,2,1,sow,9.67,1.00,9.67,1.00,7.62,none,9.39, sowbelly,sowbelly,0.14,Noun,8,6,3,sowbelly,14.70,0.56,14.70,0.56,none,none,none, sowed,sowed,0.14,Verb,5,3,1,sow,none,none,9.67,1.00,7.62,none,9.39, sowing,sowing,0.20,Verb,6,4,2,sow,none,none,9.67,1.00,7.62,none,9.39, sown,sown,0.33,Verb,4,3,1,sow,none,none,9.67,1.00,7.62,none,9.39, sows,sows,0.16,Verb,4,3,1,sow,none,none,9.67,1.00,7.62,none,9.39, sox,sox,3.49,Noun,3,4,1,sock,none,none,2.94,1.00,none,3.67,3.69, soy,soy,2.31,Adjective,3,2,1,soy,13.56,1.00,13.56,1.00,none,none,10.10, soya,soya,0.16,Noun,4,3,2,soya,15.29,0.39,15.29,0.39,none,12.06,none, soybean,soybean,0.49,Adjective,7,5,2,soybean,11.60,1.00,11.60,1.00,none,none,none, soybeans,soybeans,0.27,Noun,8,6,2,soybean,none,none,11.60,1.00,none,none,none, spa,spa,4.69,Noun,3,3,1,spa,11.06,1.00,11.06,1.00,none,none,9.39, space,space,66.06,Noun,5,4,1,space,5.67,1.00,5.67,1.00,7.08,6.45,5.86, spacecraft,spacecraft,2.25,Noun,10,9,2,spacecraft,6.85,1.00,6.85,1.00,none,none,none, spacecrafts,spacecrafts,0.06,Noun,11,10,2,spacecraft,none,none,6.85,1.00,none,none,none, spaced,spaced,0.84,Verb,6,5,1,space,none,none,5.67,1.00,7.08,6.45,5.86, spaceman,spaceman,1.00,Noun,8,7,2,spaceman,7.63,1.00,7.63,1.00,none,none,none, spacemen,spacemen,0.10,Noun,8,7,2,spaceman,none,none,7.63,1.00,none,none,none, spaceport,spaceport,0.16,Verb,9,8,2,spaceport,13.12,0.84,13.12,0.84,none,none,none, spacer,spacer,0.10,Noun,6,5,2,spacer,10.00,1.00,10.00,1.00,none,none,none, spacers,spacers,0.06,Noun,7,6,2,spacer,none,none,10.00,1.00,none,none,none, spaces,spaces,2.69,Noun,6,6,2,space,none,none,5.67,1.00,7.08,6.45,5.86, spaceship,spaceship,3.69,Noun,9,7,2,spaceship,4.67,1.00,4.67,1.00,none,none,none, spaceships,spaceships,0.45,Noun,10,8,2,spaceship,none,none,4.67,1.00,none,none,none, spacesuit,spacesuit,0.12,Noun,9,6,2,spacesuit,6.75,1.00,6.75,1.00,none,none,none, spacesuits,spacesuits,0.14,Noun,10,7,2,spacesuit,none,none,6.75,1.00,none,none,none, spacing,spacing,0.55,Noun,7,6,2,spacing,8.78,1.00,8.78,1.00,none,none,none, spacious,spacious,1.14,Adjective,8,6,2,spacious,8.58,1.00,8.58,1.00,none,none,none, spackle,spackle,0.18,Noun,7,6,2,spackle,10.11,0.95,10.11,0.95,none,none,none, spade,spade,2.31,Noun,5,4,1,spade,8.11,0.95,8.11,0.95,none,none,9.39, spades,spades,2.61,Noun,6,5,1,spades,7.99,1.00,7.99,1.00,none,none,none, spadework,spadework,0.06,Noun,9,7,2,spadework,14.50,0.56,14.50,0.56,none,none,none, spaghetti,spaghetti,5.92,Noun,9,7,3,spaghetti,4.33,1.00,4.33,1.00,none,none,none, spall,spall,0.08,Verb,5,4,1,spall,14.43,0.39,14.43,0.39,none,none,none, spam,spam,1.16,Noun,4,4,1,spam,13.58,1.00,13.58,1.00,none,none,none, span,span,1.98,Noun,4,4,1,span,12.06,1.00,12.06,1.00,none,9.03,8.89, spandex,spandex,0.73,Noun,7,8,2,spandex,9.89,1.00,9.89,1.00,none,none,none,10.13 spangle,spangle,0.08,Verb,7,7,2,spangle,10.67,0.71,10.67,0.71,none,none,none, spangled,spangled,0.24,Adjective,8,8,2,spangled,9.11,0.95,9.11,0.95,none,none,none, spangles,spangles,0.20,Noun,8,8,2,spangle,none,none,10.67,0.71,none,none,none, spaniel,spaniel,0.84,Noun,7,7,2,spaniel,7.94,0.84,7.94,0.84,none,none,none,11.29 spaniels,spaniels,0.06,Noun,8,8,2,spaniel,none,none,7.94,0.84,none,none,none,11.29 spank,spank,3.39,Verb,5,5,1,spank,4.22,1.00,4.22,1.00,none,none,4.65, spanked,spanked,1.49,Verb,7,6,1,spank,none,none,4.22,1.00,none,none,4.65, spanker,spanker,0.06,Noun,7,7,2,spanker,10.83,0.95,10.83,0.95,none,none,none, spankers,spankers,0.02,Noun,8,8,2,spanker,none,none,10.83,0.95,none,none,none, spanking,spanking,1.82,Noun,8,7,2,spanking,3.86,1.00,3.86,1.00,none,none,none, spankings,spankings,0.22,Noun,9,8,2,spanking,none,none,3.86,1.00,none,none,none, spanks,spanks,0.08,Verb,6,6,1,spank,none,none,4.22,1.00,none,none,4.65, spanned,spanned,0.10,Verb,7,5,1,span,none,none,12.06,1.00,none,9.03,8.89, spanner,spanner,0.18,Noun,7,5,2,spanner,12.50,0.63,12.50,0.63,none,none,none, spanners,spanners,0.04,Noun,8,6,2,spanner,none,none,12.50,0.63,none,none,none, spanning,spanning,0.20,Verb,8,6,2,span,none,none,12.06,1.00,none,9.03,8.89, spans,spans,0.37,Verb,5,5,1,span,none,none,12.06,1.00,none,9.03,8.89, spar,spar,0.71,Verb,4,4,1,spar,10.94,0.94,10.94,0.94,none,none,11.48, spare,spare,30.84,Verb,5,4,1,spare,8.35,1.00,8.35,1.00,none,7.30,8.75, spared,spared,3.31,Verb,6,5,1,spare,none,none,8.35,1.00,none,7.30,8.75, sparerib,sparerib,0.10,Noun,8,6,2,sparerib,10.07,0.78,10.07,0.78,none,none,none, spareribs,spareribs,0.43,Noun,9,7,2,spareribs,9.94,0.95,9.94,0.95,none,none,none, spares,spares,0.41,Verb,6,5,1,spare,none,none,8.35,1.00,none,7.30,8.75, sparest,sparest,0.02,Adjective,7,7,2,spare,none,none,8.35,1.00,none,7.30,8.75, sparing,sparing,0.47,Verb,7,6,2,spare,none,none,8.35,1.00,none,7.30,8.75, spark,spark,6.27,Noun,5,5,1,spark,7.95,1.00,7.95,1.00,none,7.37,7.35, sparked,sparked,0.63,Verb,7,6,1,spark,none,none,7.95,1.00,none,7.37,7.35, sparker,sparker,0.04,Noun,7,6,2,sparker,8.07,0.74,8.07,0.74,none,none,none, sparking,sparking,0.35,Verb,8,7,2,spark,none,none,7.95,1.00,none,7.37,7.35, sparkle,sparkle,1.67,Noun,7,7,2,sparkle,5.95,1.00,5.95,1.00,none,none,none,5.43 sparkler,sparkler,0.06,Noun,8,8,3,sparkler,6.26,1.00,6.26,1.00,none,none,none, sparklers,sparklers,0.33,Noun,9,9,3,sparkler,none,none,6.26,1.00,none,none,none, sparkles,sparkles,0.80,Noun,8,8,2,sparkle,none,none,5.95,1.00,none,none,none,5.43 sparkling,sparkling,2.00,Adjective,9,8,2,sparkling,7.56,1.00,7.56,1.00,none,none,none, sparkly,sparkly,0.67,Adjective,7,7,2,sparkly,4.53,1.00,4.53,1.00,none,none,none, sparkplug,sparkplug,0.02,Noun,9,9,2,sparkplug,9.58,1.00,9.58,1.00,none,none,none, sparks,sparks,5.02,Noun,6,6,1,spark,none,none,7.95,1.00,none,7.37,7.35, sparrow,sparrow,2.61,Name,7,5,2,sparrow,7.49,1.00,7.49,1.00,5.69,none,none,8.04 sparrowgrass,sparrowgrass,0.02,Noun,12,9,3,sparrowgrass,15.43,0.37,15.43,0.37,none,none,none, sparrows,sparrows,0.51,Noun,8,6,2,sparrow,none,none,7.49,1.00,5.69,none,none,8.04 spars,spars,0.04,Noun,5,5,1,spar,none,none,10.94,0.94,none,none,11.48, sparse,sparse,0.22,Adjective,6,5,1,sparse,11.83,0.67,11.83,0.67,none,none,11.56, sparser,sparser,0.02,Adjective,7,6,2,sparse,none,none,11.83,0.67,none,none,11.56, spas,spas,0.20,Noun,4,4,1,spa,none,none,11.06,1.00,none,none,9.39, spasm,spasm,1.10,Noun,5,6,2,spasm,8.89,1.00,8.89,1.00,none,10.96,none,10.41 spasmodic,spasmodic,0.06,Adjective,9,9,3,spasmodic,12.79,0.70,12.79,0.70,none,none,none, spasms,spasms,0.63,Noun,6,7,2,spasm,none,none,8.89,1.00,none,10.96,none,10.41 spastic,spastic,0.61,Adjective,7,7,2,spastic,11.65,0.89,11.65,0.89,none,none,none,12.22 spat,spat,1.55,Verb,4,4,1,spat,8.80,1.00,8.80,1.00,none,none,8.26, spate,spate,0.20,Noun,5,4,1,spate,13.19,0.84,13.19,0.84,none,none,none, spatial,spatial,0.57,Adjective,7,6,2,spatial,13.31,0.89,13.31,0.89,none,none,none, spats,spats,0.76,Noun,5,5,1,spat,none,none,8.80,1.00,none,none,8.26, spatter,spatter,1.18,Noun,7,5,2,spatter,9.68,0.90,9.68,0.90,none,none,none,9.31 spattered,spattered,0.20,Verb,9,6,2,spatter,none,none,9.68,0.90,none,none,none,9.31 spatters,spatters,0.06,Noun,8,6,2,spatter,none,none,9.68,0.90,none,none,none,9.31 spatula,spatula,1.10,Noun,7,7,3,spatula,7.32,1.00,7.32,1.00,none,none,none, spatulas,spatulas,0.25,Noun,8,9,3,spatula,none,none,7.32,1.00,none,none,none, spawn,spawn,1.82,Noun,5,4,1,spawn,11.25,0.95,11.25,0.95,none,none,11.19, spawned,spawned,0.53,Verb,7,5,1,spawn,none,none,11.25,0.95,none,none,11.19, spawns,spawns,0.04,Verb,6,5,1,spawn,none,none,11.25,0.95,none,none,11.19, spay,spay,0.12,Verb,4,4,2,spay,11.74,0.95,11.74,0.95,none,none,none, spayed,spayed,0.16,Verb,6,5,2,spay,none,none,11.74,0.95,none,none,none, speak,speak,187.18,Verb,5,4,1,speak,3.56,1.00,3.56,1.00,4.93,none,5.33, speakeasies,speakeasies,0.10,Noun,11,8,3,speakeasy,none,none,11.33,0.83,none,none,none, speakeasy,speakeasy,0.67,Noun,9,7,3,speakeasy,11.33,0.83,11.33,0.83,none,none,none, speaker,speaker,6.90,Noun,7,5,2,speaker,6.11,1.00,6.11,1.00,7.72,none,none, speakerphone,speakerphone,0.88,Noun,12,8,3,speakerphone,9.72,1.00,9.72,1.00,none,none,none, speakers,speakers,1.96,Noun,8,6,2,speaker,none,none,6.11,1.00,7.72,none,none, speaking,speaking,69.90,Verb,8,6,2,speak,none,none,3.56,1.00,4.93,none,5.33, speaks,speaks,20.94,Verb,6,5,1,speak,none,none,3.56,1.00,4.93,none,5.33, spear,spear,4.55,Noun,5,4,1,spear,7.22,1.00,7.22,1.00,none,7.52,8.12, speared,speared,0.10,Verb,7,5,2,spear,none,none,7.22,1.00,none,7.52,8.12, spearfish,spearfish,0.24,Noun,9,7,3,spearfish,12.47,0.75,12.47,0.75,none,none,none, spearhead,spearhead,0.35,Verb,9,7,2,spearhead,11.67,0.95,11.67,0.95,none,none,none, spearheaded,spearheaded,0.08,Verb,11,9,3,spearhead,none,none,11.67,0.95,none,none,none, spearheading,spearheading,0.08,Verb,12,9,3,spearhead,none,none,11.67,0.95,none,none,none, spearheads,spearheads,0.04,Verb,10,8,3,spearhead,none,none,11.67,0.95,none,none,none, spearing,spearing,0.08,Verb,8,6,2,spear,none,none,7.22,1.00,none,7.52,8.12, spearmint,spearmint,0.12,Noun,9,8,3,spearmint,7.16,1.00,7.16,1.00,none,none,none, spears,spears,2.49,Noun,6,5,1,spear,none,none,7.22,1.00,none,7.52,8.12, spec,spec,0.86,Noun,4,4,1,spec,12.47,0.83,12.47,0.83,none,none,none, special,special,148.57,Adjective,7,6,2,special,5.00,1.00,5.00,1.00,6.60,5.31,none,5.62 specialist,specialist,5.18,Noun,10,9,3,specialist,10.05,1.00,10.05,1.00,none,10.19,none, specialists,specialists,1.71,Noun,11,10,3,specialist,none,none,10.05,1.00,none,10.19,none, specialization,specialisation,0.06,Noun,14,12,5,specialization,11.21,1.00,11.21,1.00,none,none,none, specialize,specialise,1.33,Verb,10,8,3,specialize,11.33,1.00,11.33,1.00,none,none,none, specializes,specialises,1.08,Verb,11,10,4,specialize,none,none,11.33,1.00,none,none,none, specializing,specialising,0.49,Verb,12,10,4,specialize,none,none,11.33,1.00,none,none,none, specialness,specialness,0.22,Noun,11,9,3,specialness,9.44,1.00,9.44,1.00,none,none,none, specials,specials,2.04,Noun,8,7,2,special,none,none,5.00,1.00,6.60,5.31,none,5.62 specialties,specialties,0.43,Noun,11,9,3,specialty,none,none,9.05,1.00,none,none,none, specialty,specialty,5.33,Noun,9,8,3,specialty,9.05,1.00,9.05,1.00,none,none,none, specie,specie,0.08,Noun,6,5,2,specie,10.53,0.75,10.53,0.75,none,none,none, species,species,13.65,Noun,7,6,2,species,8.32,1.00,8.32,1.00,none,none,none,8.79 specific,specific,17.80,Adjective,8,8,3,specific,9.28,1.00,9.28,1.00,none,none,none, specification,specification,0.16,Noun,13,12,5,specification,12.39,1.00,12.39,1.00,none,none,none, specifications,specifications,0.82,Noun,14,13,5,specification,none,none,12.39,1.00,none,none,none, specificity,specificity,0.10,Noun,11,11,5,specificity,11.82,0.94,11.82,0.94,none,none,none, specifics,specifics,1.88,Noun,9,9,3,specific,none,none,9.28,1.00,none,none,none, specified,specified,0.76,Verb,9,8,3,specify,none,none,9.21,1.00,10.41,none,none, specifies,specifies,0.18,Verb,9,8,3,specify,none,none,9.21,1.00,10.41,none,none, specify,specify,0.90,Verb,7,7,3,specify,9.21,1.00,9.21,1.00,10.41,none,none, specimen,specimen,4.75,Noun,8,8,3,specimen,11.72,1.00,11.72,1.00,none,none,none, specimens,specimens,1.78,Noun,9,9,3,specimen,none,none,11.72,1.00,none,none,none, specious,specious,0.22,Adjective,8,6,2,specious,15.92,0.67,15.92,0.67,none,none,none, speciousness,speciousness,0.02,Noun,12,9,3,speciousness,16.90,0.56,16.90,0.56,none,none,none, speck,speck,1.86,Noun,5,4,1,speck,8.48,1.00,8.48,1.00,none,7.09,8.47, speckled,speckled,0.39,Adjective,8,7,2,speckled,9.26,0.90,9.26,0.90,none,none,none, specks,specks,0.27,Noun,6,5,1,speck,none,none,8.48,1.00,none,7.09,8.47, specs,specs,2.08,Noun,5,5,1,specs,12.94,1.00,12.94,1.00,none,none,none, spectacle,spectacle,2.57,Noun,9,9,3,spectacle,9.37,0.95,9.37,0.95,none,none,none, spectacles,spectacles,0.82,Noun,10,10,3,spectacle,none,none,9.37,0.95,none,none,none, spectacular,spectacular,5.67,Adjective,11,11,4,spectacular,8.95,1.00,8.95,1.00,none,none,none, spectaculars,spectaculars,0.04,Noun,12,12,4,spectacular,none,none,8.95,1.00,none,none,none, spectator,spectator,0.90,Noun,9,8,3,spectator,10.89,1.00,10.89,1.00,none,none,none, spectators,spectators,1.02,Noun,10,9,3,spectator,none,none,10.89,1.00,none,none,none, specter,spectre,0.33,Noun,7,6,2,specter,13.67,0.83,13.67,0.83,none,none,none, specters,spectres,0.08,Noun,8,7,2,specter,none,none,13.67,0.83,none,none,none, spectra,spectra,0.20,Noun,7,7,2,spectrum,none,none,12.20,1.00,none,none,none,11.59 spectral,spectral,0.63,Adjective,8,8,2,spectral,13.43,0.78,13.43,0.78,none,none,none,12.11 spectrogram,spectrogram,0.02,Noun,11,11,3,spectrogram,13.29,0.89,13.29,0.89,none,none,none, spectrograph,spectrograph,0.14,Noun,12,11,3,spectrograph,14.33,0.67,14.33,0.67,none,none,none, spectrographic,spectrographic,0.08,Adjective,14,13,4,spectrographic,16.67,0.47,16.67,0.47,none,none,none, spectrometer,spectrometer,0.16,Noun,12,11,4,spectrometer,14.79,0.74,14.79,0.74,none,none,none, spectrometers,spectrometers,0.02,Noun,13,12,4,spectrometer,none,none,14.79,0.74,none,none,none, spectrometry,spectrometry,0.06,Noun,12,12,4,spectrometry,16.15,0.72,16.15,0.72,none,none,none, spectroscope,spectroscope,0.04,Noun,12,10,3,spectroscope,15.18,0.81,15.18,0.81,none,none,none, spectroscopic,spectroscopic,0.04,Adjective,13,12,4,spectroscopic,16.14,0.74,16.14,0.74,none,none,none, spectroscopy,spectroscopy,0.12,Noun,12,12,4,spectroscopy,16.64,0.58,16.64,0.58,none,none,none, spectrum,spectrum,2.16,Noun,8,8,2,spectrum,12.20,1.00,12.20,1.00,none,none,none,11.59 speculate,speculate,1.22,Verb,9,9,3,speculate,11.28,1.00,11.28,1.00,none,none,none, speculated,speculated,0.37,Verb,10,11,4,speculate,none,none,11.28,1.00,none,none,none, speculates,speculates,0.04,Verb,10,10,3,speculate,none,none,11.28,1.00,none,none,none, speculating,speculating,0.61,Verb,11,11,4,speculate,none,none,11.28,1.00,none,none,none, speculation,speculation,2.31,Noun,11,11,4,speculation,12.57,1.00,12.57,1.00,none,none,none, speculations,speculations,0.35,Noun,12,12,4,speculation,none,none,12.57,1.00,none,none,none, speculative,speculative,0.24,Adjective,11,11,4,speculative,12.89,1.00,12.89,1.00,none,none,none, speculator,speculator,0.10,Noun,10,10,4,speculator,11.78,1.00,11.78,1.00,none,none,none, speculators,speculators,0.08,Noun,11,11,4,speculator,none,none,11.78,1.00,none,none,none, speculum,speculum,0.16,Noun,8,9,3,speculum,14.27,0.75,14.27,0.75,none,none,none, sped,sped,0.63,Verb,4,4,1,speed,none,none,5.11,1.00,6.81,none,6.53, speech,speech,38.04,Noun,6,4,1,speech,6.22,1.00,6.22,1.00,none,7.39,6.78, speeches,speeches,5.59,Noun,8,6,2,speech,none,none,6.22,1.00,none,7.39,6.78, speechify,speechify,0.02,Verb,9,7,3,speechify,13.91,0.58,13.91,0.58,none,none,none, speechless,speechless,1.75,Adjective,10,7,2,speechless,8.68,1.00,8.68,1.00,none,none,none, speechmaker,speechmaker,0.08,Noun,11,8,3,speechmaker,10.89,0.95,10.89,0.95,none,none,none, speechmaking,speechmaking,0.10,Verb,12,9,3,speechmaking,10.47,1.00,10.47,1.00,none,none,none, speechwriter,speechwriter,0.12,Noun,12,8,3,speechwriter,11.11,0.95,11.11,0.95,none,none,none, speed,speed,41.25,Noun,5,4,1,speed,5.11,1.00,5.11,1.00,6.81,none,6.53, speedball,speedball,0.06,Noun,9,7,2,speedball,12.27,0.83,12.27,0.83,none,none,none, speedboat,speedboat,0.53,Noun,9,7,2,speedboat,6.50,1.00,6.50,1.00,none,none,none, speedboats,speedboats,0.08,Noun,10,8,2,speedboat,none,none,6.50,1.00,none,none,none, speeded,speeded,0.18,Verb,7,6,2,speed,none,none,5.11,1.00,6.81,none,6.53, speeder,speeder,0.18,Noun,7,5,2,speeder,10.12,0.94,10.12,0.94,none,none,none, speeders,speeders,0.12,Noun,8,6,2,speeder,none,none,10.12,0.94,none,none,none, speediest,speediest,0.04,Adjective,9,8,3,speedy,none,none,6.63,1.00,none,none,none, speeding,speeding,4.98,Verb,8,6,2,speed,none,none,5.11,1.00,6.81,none,6.53, speedometer,speedometer,0.24,Noun,11,9,4,speedometer,9.35,1.00,9.35,1.00,none,none,none, speeds,speeds,1.47,Noun,6,5,1,speed,none,none,5.11,1.00,6.81,none,6.53, speedster,speedster,0.16,Noun,9,7,2,speedster,9.44,0.95,9.44,0.95,none,none,none, speedway,speedway,0.59,Noun,8,6,2,speedway,9.00,1.00,9.00,1.00,none,none,none, speedy,speedy,1.96,Adjective,6,5,2,speedy,6.63,1.00,6.63,1.00,none,none,none, spell,spell,36.65,Noun,5,4,1,spell,5.06,1.00,5.06,1.00,5.64,5.50,5.34, spellbinder,spellbinder,0.04,Noun,11,9,3,spellbinder,10.00,0.84,10.00,0.84,none,none,none, spellbinding,spellbinding,0.14,Adjective,12,10,3,spellbinding,11.56,0.95,11.56,0.95,none,none,none, spellbound,spellbound,0.16,Adjective,10,8,2,spellbound,10.33,1.00,10.33,1.00,none,none,none, spellcheck,spellcheck,0.12,Noun,10,7,2,spellcheck,11.42,1.00,11.42,1.00,none,none,none, spellchecked,spellchecked,0.04,Verb,12,8,2,spellcheck,none,none,11.42,1.00,none,none,none, spellchecking,spellchecking,0.06,Verb,13,9,3,spellcheck,none,none,11.42,1.00,none,none,none, spelled,spelled,3.49,Verb,7,5,1,spell,none,none,5.06,1.00,5.64,5.50,5.34, speller,speller,0.33,Noun,7,5,2,speller,7.39,0.95,7.39,0.95,none,none,none, spellers,spellers,0.31,Noun,8,6,2,speller,none,none,7.39,0.95,none,none,none, spelling,spelling,5.02,Noun,8,6,2,spelling,5.86,1.00,5.86,1.00,none,none,none, spellings,spellings,0.04,Noun,9,7,2,spelling,none,none,5.86,1.00,none,none,none, spells,spells,5.78,Noun,6,5,1,spell,none,none,5.06,1.00,5.64,5.50,5.34, spelt,spelt,0.25,Verb,5,5,1,spell,none,none,5.06,1.00,5.64,5.50,5.34, spelunking,spelunking,0.22,Verb,10,9,3,spelunking,12.46,0.72,12.46,0.72,none,none,none, spend,spend,93.27,Verb,5,5,1,spend,6.44,1.00,6.44,1.00,5.72,none,6.58, spendable,spendable,0.02,Adjective,9,9,3,spendable,9.83,0.95,9.83,0.95,none,none,none, spender,spender,1.33,Noun,7,6,2,spender,8.53,0.95,8.53,0.95,none,none,none, spenders,spenders,0.25,Noun,8,7,2,spender,none,none,8.53,0.95,none,none,none, spending,spending,24.78,Verb,8,7,2,spend,none,none,6.44,1.00,5.72,none,6.58, spends,spends,5.84,Verb,6,6,1,spend,none,none,6.44,1.00,5.72,none,6.58, spendthrift,spendthrift,0.06,Noun,11,10,2,spendthrift,13.21,0.74,13.21,0.74,none,none,none, spendthrifts,spendthrifts,0.04,Noun,12,11,2,spendthrift,none,none,13.21,0.74,none,none,none, spent,spent,70.08,Verb,5,5,1,spend,none,none,6.44,1.00,5.72,none,6.58, sperm,sperm,6.24,Noun,5,4,1,sperm,11.14,1.00,11.14,1.00,none,11.70,10.61, spermaceti,spermaceti,0.12,Noun,10,10,4,spermaceti,16.89,0.50,16.89,0.50,none,none,none, spermatogenesis,spermatogenesis,0.08,Noun,15,15,6,spermatogenesis,16.71,0.39,16.71,0.39,none,none,none, spermicidal,spermicidal,0.08,Adjective,11,11,4,spermicidal,15.06,0.84,15.06,0.84,none,none,none, sperms,sperms,0.08,Noun,6,5,1,sperm,none,none,11.14,1.00,none,11.70,10.61, spew,spew,0.47,Verb,4,4,1,spew,8.67,1.00,8.67,1.00,none,none,9.16, spewed,spewed,0.22,Verb,6,5,1,spew,none,none,8.67,1.00,none,none,9.16, spewing,spewing,0.37,Verb,7,6,2,spew,none,none,8.67,1.00,none,none,9.16, spews,spews,0.04,Verb,5,5,1,spew,none,none,8.67,1.00,none,none,9.16, sphenoid,sphenoid,0.12,Adjective,8,6,2,sphenoid,15.83,0.32,15.83,0.32,none,none,none, sphere,sphere,2.47,Noun,6,4,1,sphere,8.26,1.00,8.26,1.00,none,8.77,9.68, spheres,spheres,0.45,Noun,7,5,1,sphere,none,none,8.26,1.00,none,8.77,9.68, spherical,spherical,0.18,Adjective,9,8,3,spherical,12.17,0.95,12.17,0.95,none,none,none, spheroidal,spheroidal,Err:512,Err:512,10,8,3,spheroidal,13.38,0.68,13.38,0.68,none,none,none, sphincter,sphincter,1.12,Adjective,9,8,2,sphincter,13.80,1.00,13.80,1.00,none,none,none, sphincters,sphincters,0.04,Noun,10,9,2,sphincter,none,none,13.80,1.00,none,none,none, sphinx,sphinx,1.02,Noun,6,6,1,sphinx,10.22,0.95,10.22,0.95,none,none,11.17, sphinxes,sphinxes,0.08,Noun,8,8,2,sphinx,none,none,10.22,0.95,none,none,11.17, sphygmomanometer,sphygmomanometer,0.02,Noun,16,15,6,sphygmomanometer,17.33,0.32,17.33,0.32,none,none,none, spic,spic,1.16,Adjective,4,4,1,spic,11.88,0.84,11.88,0.84,none,none,none, spice,spice,5.29,Noun,5,4,1,spice,6.78,1.00,6.78,1.00,none,none,7.63, spices,spices,2.24,Noun,6,6,2,spices,6.69,1.00,6.69,1.00,none,none,none, spicier,spicier,0.08,Adjective,7,6,3,spicy,none,none,5.06,1.00,none,none,none, spicing,spicing,0.18,Verb,7,6,2,spice,none,none,6.78,1.00,none,none,7.63, spick,spick,0.10,Noun,5,4,1,spick,12.50,0.78,12.50,0.78,none,none,none, spicks,spicks,0.08,Noun,6,5,1,spick,none,none,12.50,0.78,none,none,none, spics,spics,0.59,Noun,5,5,1,spic,none,none,11.88,0.84,none,none,none, spicy,spicy,3.31,Adjective,5,5,2,spicy,5.06,1.00,5.06,1.00,none,none,none, spider,spider,10.10,Noun,6,5,2,spider,3.43,1.00,3.43,1.00,4.84,none,none,4.38 spiders,spiders,4.45,Noun,7,6,2,spider,none,none,3.43,1.00,4.84,none,none,4.38 spiderweb,spiderweb,0.10,0.10,9,8,3,spiderweb,4.90,1.00,4.90,1.00,none,none,none, spidery,spidery,0.08,Noun,7,6,3,spidery,10.00,0.89,10.00,0.89,none,none,none, spied,spied,0.73,Verb,5,4,1,spy,none,none,8.00,1.00,7.26,none,6.26, spiel,spiel,0.41,Noun,5,4,1,spiel,12.82,0.61,12.82,0.61,none,none,none, spies,spies,4.57,Noun,5,4,1,spy,none,none,8.00,1.00,7.26,none,6.26, spiff,spiff,0.16,Verb,5,4,1,spiff,14.00,0.75,14.00,0.75,none,none,none, spiffed,spiffed,0.10,Verb,7,5,1,spiff,none,none,14.00,0.75,none,none,none, spiffy,spiffy,0.69,Adjective,6,5,2,spiffy,9.26,1.00,9.26,1.00,none,none,none,9.49 spigot,spigot,0.29,Noun,6,6,2,spigot,9.50,0.89,9.50,0.89,none,none,none, spigots,spigots,0.04,Noun,7,7,2,spigot,none,none,9.50,0.89,none,none,none, spike,spike,12.25,Verb,5,4,1,spike,7.58,1.00,7.58,1.00,none,7.09,7.29, spiked,spiked,1.35,Verb,6,5,1,spike,none,none,7.58,1.00,none,7.09,7.29, spikes,spikes,1.41,Noun,6,5,1,spike,none,none,7.58,1.00,none,7.09,7.29, spikier,spikier,0.02,Adjective,7,6,3,spiky,none,none,7.67,0.95,none,none,none, spiking,spiking,0.49,Verb,7,6,2,spike,none,none,7.58,1.00,none,7.09,7.29, spiky,spiky,0.22,Adjective,5,5,2,spiky,7.67,0.95,7.67,0.95,none,none,none, spill,spill,8.47,Verb,5,4,1,spill,3.84,1.00,3.84,1.00,4.77,none,4.45, spillage,spillage,0.14,Noun,8,6,2,spillage,11.39,0.95,11.39,0.95,none,none,none, spillages,spillages,0.02,Noun,9,8,3,spillage,none,none,11.39,0.95,none,none,none, spilled,spilled,6.35,Verb,7,5,1,spill,none,none,3.84,1.00,4.77,none,4.45, spilling,spilling,2.14,Verb,8,6,2,spill,none,none,3.84,1.00,4.77,none,4.45, spillover,spill-over,0.06,Noun,9,7,3,spillover,13.72,0.95,13.72,0.95,none,none,none, spills,spills,0.80,Verb,6,5,1,spill,none,none,3.84,1.00,4.77,none,4.45, spillway,spillway,0.20,Noun,8,6,2,spillway,11.21,0.78,11.21,0.78,none,none,none, spilt,spilt,0.82,Verb,5,5,1,spill,none,none,3.84,1.00,4.77,none,4.45, spin,spin,14.63,Verb,4,4,1,spin,5.00,1.00,5.00,1.00,none,5.22,5.59, spinach,spinach,2.55,Noun,7,6,2,spinach,4.94,1.00,4.94,1.00,none,none,none,6.47 spinal,spinal,4.27,Adjective,6,6,2,spinal,9.73,1.00,9.73,1.00,none,none,none, spinals,spinals,0.02,Noun,7,7,2,spinal,none,none,9.73,1.00,none,none,none, spindle,spindle,0.41,Noun,7,7,2,spindle,10.72,0.95,10.72,0.95,none,none,none, spindling,spindling,0.02,Noun,9,9,3,spindling,12.75,0.63,12.75,0.63,none,none,none, spindly,spindly,0.29,Adjective,7,8,3,spindly,10.71,0.70,10.71,0.70,none,none,none, spine,spine,5.75,Noun,5,4,1,spine,7.35,1.00,7.35,1.00,none,8.41,7.50, spineless,spineless,0.86,Adjective,9,7,2,spineless,11.05,1.00,11.05,1.00,none,none,none, spinelessness,spinelessness,0.02,Noun,13,10,3,spinelessness,11.89,0.95,11.89,0.95,none,none,none, spines,spines,0.31,Noun,6,5,1,spine,none,none,7.35,1.00,none,8.41,7.50, spinet,spinet,0.04,Noun,6,6,2,spinet,14.91,0.52,14.91,0.52,none,none,none, spinnaker,spinnaker,0.20,Noun,9,8,3,spinnaker,13.30,0.50,13.30,0.50,none,none,none, spinner,spinner,0.88,Noun,7,5,2,spinner,9.89,0.95,9.89,0.95,none,none,none, spinners,spinners,0.22,Noun,8,6,2,spinner,none,none,9.89,0.95,none,none,none, spinney,spinney,0.04,Noun,7,5,2,spinney,12.27,0.58,12.27,0.58,none,none,none, spinning,spinning,7.33,Verb,8,6,2,spin,none,none,5.00,1.00,none,5.22,5.59, spinningwheel,spinningwheel,Err:512,Err:512,13,9,3,spinningwheel,8.02,1.00,8.02,1.00,none,none,none, spinout,spinout,0.06,Noun,7,6,2,spinout,10.61,1.00,10.61,1.00,none,none,none, spins,spins,1.92,Verb,5,5,1,spin,none,none,5.00,1.00,none,5.22,5.59, spinster,spinster,0.96,Noun,8,7,2,spinster,13.29,0.89,13.29,0.89,none,none,none,12.22 spinsterhood,spinsterhood,0.06,Noun,12,10,3,spinsterhood,12.72,0.90,12.72,0.90,none,none,none, spinsterish,spinsterish,0.04,Adjective,11,9,3,spinsterish,15.44,0.50,15.44,0.50,none,none,none, spinsters,spinsters,0.14,Noun,9,8,2,spinster,none,none,13.29,0.89,none,none,none,12.22 spiny,spiny,0.14,Adjective,5,5,2,spiny,10.22,1.00,10.22,1.00,none,none,none, spiral,spiral,1.78,Noun,6,6,2,spiral,8.89,1.00,8.89,1.00,none,none,none,7.72 spiraled,spiralled,0.14,Verb,8,7,2,spiral,none,none,8.89,1.00,none,none,none,7.72 spiraling,spiralling,0.24,Verb,9,8,3,spiral,none,none,8.89,1.00,none,none,none,7.72 spirals,spirals,0.12,Noun,7,7,2,spiral,none,none,8.89,1.00,none,none,none,7.72 spire,spire,0.10,Noun,5,4,1,spire,11.69,0.84,11.69,0.84,none,8.69,12.47, spires,spires,0.41,Noun,6,5,1,spire,none,none,11.69,0.84,none,8.69,12.47, spirit,spirit,49.35,Noun,6,6,2,spirit,7.11,1.00,7.11,1.00,none,7.77,none,7.65 spirited,spirited,1.22,Adjective,8,8,3,spirited,9.17,1.00,9.17,1.00,none,none,none, spiriting,spiriting,0.06,Verb,9,8,3,spirit,none,none,7.11,1.00,none,7.77,none,7.65 spiritless,spiritless,0.02,Adjective,10,9,3,spiritless,12.26,1.00,12.26,1.00,none,none,none, spirits,spirits,16.14,Noun,7,7,2,spirits,8.56,1.00,8.56,1.00,none,none,none, spiritual,spiritual,8.88,Adjective,9,10,4,spiritual,8.70,1.00,8.70,1.00,none,none,none, spiritualism,spiritualism,0.29,Noun,12,13,5,spiritualism,11.47,1.00,11.47,1.00,none,none,none, spiritualist,spiritualist,0.22,Noun,12,13,5,spiritualist,13.22,1.00,13.22,1.00,12.58,none,none, spiritualistic,spiritualistic,0.02,Adjective,14,15,6,spiritualistic,12.94,1.00,12.94,1.00,none,none,none, spiritualists,spiritualists,0.04,Noun,13,14,5,spiritualist,none,none,13.22,1.00,12.58,none,none, spirituality,spirituality,0.90,Noun,12,13,6,spirituality,9.05,1.00,9.05,1.00,none,none,none, spiritualize,spiritualize,0.02,Verb,12,12,5,spiritualize,11.44,1.00,11.44,1.00,none,none,none, spirituals,spirituals,0.08,Noun,10,11,4,spiritual,none,none,8.70,1.00,none,none,none, spirituous,spirituous,Err:512,Err:512,10,11,4,spirituous,12.50,0.60,12.50,0.60,none,none,none, spit,spit,19.35,Verb,4,4,1,spit,5.06,1.00,5.06,1.00,5.37,5.24,4.99, spitball,spitball,0.25,Noun,8,7,2,spitball,7.53,1.00,7.53,1.00,none,none,none, spitballs,spitballs,0.14,Noun,9,8,2,spitball,none,none,7.53,1.00,none,none,none, spite,spite,7.61,Preposition,5,4,1,spite,11.70,1.00,11.70,1.00,none,8.77,10.25, spiteful,spiteful,0.75,Adjective,8,7,2,spiteful,10.89,1.00,10.89,1.00,7.18,none,none, spitefulness,spitefulness,Err:512,Err:512,12,10,3,spitefulness,11.22,1.00,11.22,1.00,8.50,none,none, spitfire,spitfire,0.59,Noun,8,7,3,spitfire,12.00,1.00,12.00,1.00,none,none,none, spitfires,spitfires,0.04,Noun,9,8,3,spitfire,none,none,12.00,1.00,none,none,none, spiting,spiting,0.02,Verb,7,6,2,spite,none,none,11.70,1.00,none,8.77,10.25, spits,spits,1.20,Verb,5,5,1,spit,none,none,5.06,1.00,5.37,5.24,4.99, spitting,spitting,3.96,Verb,8,6,2,spit,none,none,5.06,1.00,5.37,5.24,4.99, spittle,spittle,0.24,Noun,7,6,2,spittle,9.73,0.83,9.73,0.83,none,none,none, spittoon,spittoon,0.41,Noun,8,6,2,spittoon,11.12,0.85,11.12,0.85,none,none,none, spittoons,spittoons,0.16,Noun,9,7,2,spittoon,none,none,11.12,0.85,none,none,none, splash,splash,4.22,Noun,6,5,1,splash,3.67,1.00,3.67,1.00,4.62,none,5.06, splashdown,splashdown,0.18,Noun,10,8,2,splashdown,10.53,0.89,10.53,0.89,none,none,none, splashed,splashed,0.63,Verb,8,6,1,splash,none,none,3.67,1.00,4.62,none,5.06, splashes,splashes,0.45,Verb,8,7,2,splash,none,none,3.67,1.00,4.62,none,5.06, splashing,splashing,1.10,Verb,9,7,2,splash,none,none,3.67,1.00,4.62,none,5.06, splashy,splashy,0.16,Adjective,7,6,2,splashy,6.05,1.00,6.05,1.00,none,none,none, splat,splat,0.84,Verb,5,5,1,splat,6.40,1.00,6.40,1.00,none,none,none, splats,splats,0.02,Noun,6,6,1,splat,none,none,6.40,1.00,none,none,none, splatter,splatter,0.86,Verb,8,6,2,splatter,8.05,1.00,8.05,1.00,none,none,none,7.72 splattered,splattered,0.96,Verb,10,7,2,splatter,none,none,8.05,1.00,none,none,none,7.72 splattering,splattering,0.14,Verb,11,8,3,splatter,none,none,8.05,1.00,none,none,none,7.72 splatters,splatters,0.04,Noun,9,7,2,splatter,none,none,8.05,1.00,none,none,none,7.72 splay,splay,0.08,Noun,5,4,1,splay,15.50,0.84,15.50,0.84,none,none,13.17, spleen,spleen,2.57,Noun,6,5,1,spleen,11.35,0.94,11.35,0.94,none,none,11.48, spleens,spleens,0.04,Noun,7,6,1,spleen,none,none,11.35,0.94,none,none,11.48, spleeny,spleeny,0.02,Adjective,7,6,2,spleeny,14.00,0.44,14.00,0.44,none,none,none, splendid,splendid,11.67,Adjective,8,8,2,splendid,7.22,1.00,7.22,1.00,none,none,none,9.40 splendiferous,splendiferous,0.18,Adjective,13,12,4,splendiferous,14.92,0.68,14.92,0.68,none,none,none, splendor,splendour,1.18,Noun,8,7,2,splendor,10.79,1.00,10.79,1.00,none,none,none,10.80 splendors,splendours,0.08,Noun,9,8,2,splendor,none,none,10.79,1.00,none,none,none,10.80 splenetic,splenetic,Err:512,Err:512,9,9,3,splenetic,17.33,0.14,17.33,0.14,none,none,none, splenic,splenic,0.22,Adjective,7,7,2,splenic,16.20,0.25,16.20,0.25,none,none,none, splice,splice,0.39,Verb,6,5,1,splice,13.32,1.00,13.32,1.00,none,none,11.04, spliced,spliced,0.31,Verb,7,6,1,splice,none,none,13.32,1.00,none,none,11.04, splicer,splicer,0.02,Noun,7,6,2,splicer,14.94,0.80,14.94,0.80,none,none,none, splices,splices,0.08,Noun,7,7,2,splice,none,none,13.32,1.00,none,none,11.04, splicing,splicing,0.24,Verb,8,7,2,splice,none,none,13.32,1.00,none,none,11.04, splint,splint,0.86,Noun,6,6,1,splint,9.16,1.00,9.16,1.00,none,none,9.39, splinter,splinter,1.47,Noun,8,7,2,splinter,4.72,1.00,4.72,1.00,none,none,none, splinters,splinters,0.88,Noun,9,8,2,splinter,none,none,4.72,1.00,none,none,none, splints,splints,0.27,Noun,7,7,1,splint,none,none,9.16,1.00,none,none,9.39, split,split,38.31,Verb,5,5,1,split,6.25,1.00,6.25,1.00,6.50,6.56,7.08, splits,splits,1.55,Verb,6,6,1,split,none,none,6.25,1.00,6.50,6.56,7.08, splitter,splitter,0.08,Noun,8,6,2,splitter,9.50,0.95,9.50,0.95,none,none,none, splitters,splitters,0.04,Noun,9,7,2,splitter,none,none,9.50,0.95,none,none,none, splitting,splitting,3.98,Verb,9,7,2,split,none,none,6.25,1.00,6.50,6.56,7.08, splotch,splotch,0.08,Verb,7,5,1,splotch,8.33,0.95,8.33,0.95,none,none,10.17, splotches,splotches,0.04,Noun,9,7,2,splotch,none,none,8.33,0.95,none,none,10.17, splotchy,splotchy,0.02,Adjective,8,6,2,splotchy,10.38,0.89,10.38,0.89,none,none,none, splurge,splurge,0.37,Verb,7,5,1,splurge,10.56,1.00,10.56,1.00,none,none,10.32, splurged,splurged,0.18,Verb,8,6,1,splurge,none,none,10.56,1.00,none,none,10.32, splurging,splurging,0.08,Verb,9,7,2,splurge,none,none,10.56,1.00,none,none,10.32, splutter,splutter,0.02,Verb,8,7,2,splutter,12.87,0.79,12.87,0.79,7.37,none,none, spluttering,spluttering,0.18,Verb,11,9,3,splutter,none,none,12.87,0.79,7.37,none,none, splutters,splutters,0.27,Verb,9,8,2,splutter,none,none,12.87,0.79,7.37,none,none, spoil,spoil,11.63,Verb,5,4,1,spoil,6.30,1.00,6.30,1.00,5.94,none,7.42, spoiled,spoiled,8.47,Verb,7,5,1,spoil,none,none,6.30,1.00,5.94,none,7.42, spoiler,spoiler,0.22,Noun,7,5,2,spoiler,10.30,0.95,10.30,0.95,none,none,none, spoilers,spoilers,0.10,Noun,8,6,2,spoiler,none,none,10.30,0.95,none,none,none, spoiling,spoiling,1.57,Verb,8,6,2,spoil,none,none,6.30,1.00,5.94,none,7.42, spoils,spoils,2.06,Noun,6,5,1,spoils,8.89,1.00,8.89,1.00,none,none,none, spoilsport,spoilsport,0.20,Noun,10,9,2,spoilsport,8.06,0.86,8.06,0.86,none,none,none, spoilsports,spoilsports,0.06,Noun,11,10,2,spoilsport,none,none,8.06,0.86,none,none,none, spoilt,spoilt,0.51,Verb,6,5,1,spoil,none,none,6.30,1.00,5.94,none,7.42, spoke,spoke,38.63,Verb,5,4,1,spoke,6.23,1.00,6.23,1.00,none,6.62,7.08, spoken,spoken,19.84,Verb,6,6,2,speak,none,none,3.56,1.00,4.93,none,5.33, spokes,spokes,0.69,Noun,6,5,1,spoke,none,none,6.23,1.00,none,6.62,7.08, spokesman,spokesman,1.18,Noun,9,8,2,spokesman,9.05,1.00,9.05,1.00,none,none,none, spokesmen,spokesmen,0.20,Noun,9,8,2,spokesman,none,none,9.05,1.00,none,none,none, spokesperson,spokesperson,0.90,Noun,12,10,3,spokesperson,10.50,1.00,10.50,1.00,none,none,none, spokespersons,spokespersons,0.10,Noun,13,11,3,spokesperson,none,none,10.50,1.00,none,none,none, spokeswoman,spokeswoman,0.06,Noun,11,10,3,spokeswoman,12.25,1.00,12.25,1.00,none,none,none, spoliation,spoliation,0.02,Noun,10,9,4,spoliation,15.10,0.56,15.10,0.56,none,none,none, sponge,sponge,6.71,Noun,6,5,1,sponge,5.00,1.00,5.00,1.00,none,5.48,5.66, sponged,sponged,0.20,Verb,7,6,1,sponge,none,none,5.00,1.00,none,5.48,5.66, sponger,sponger,0.08,Noun,7,6,2,sponger,14.58,0.63,14.58,0.63,none,none,none, spongers,spongers,0.04,Noun,8,7,2,sponger,none,none,14.58,0.63,none,none,none, sponges,sponges,1.14,Noun,7,7,2,sponge,none,none,5.00,1.00,none,5.48,5.66, spongier,spongier,0.02,Adjective,8,7,3,spongy,none,none,8.89,1.00,none,none,none, spongiform,spongiform,0.04,Adjective,10,10,3,spongiform,14.86,0.74,14.86,0.74,none,none,none, sponging,sponging,0.24,Verb,8,7,2,sponge,none,none,5.00,1.00,none,5.48,5.66, spongy,spongy,0.24,Adjective,6,6,2,spongy,8.89,1.00,8.89,1.00,none,none,none, sponsor,sponsor,5.35,Noun,7,6,2,sponsor,10.72,1.00,10.72,1.00,none,none,none, sponsored,sponsored,1.92,Verb,9,7,2,sponsor,none,none,10.72,1.00,none,none,none, sponsoring,sponsoring,0.78,Verb,10,8,3,sponsor,none,none,10.72,1.00,none,none,none, sponsors,sponsors,1.90,Noun,8,7,2,sponsor,none,none,10.72,1.00,none,none,none, sponsorship,sponsorship,0.43,Noun,11,9,3,sponsorship,13.37,1.00,13.37,1.00,none,none,none, sponsorships,sponsorships,0.04,Noun,12,10,3,sponsorship,none,none,13.37,1.00,none,none,none, spontaneity,spontaneity,0.82,Noun,11,11,5,spontaneity,12.95,0.95,12.95,0.95,none,none,none, spontaneous,spontaneous,4.18,Adjective,11,10,4,spontaneous,9.85,1.00,9.85,1.00,none,none,none, spoof,spoof,0.24,Verb,5,4,1,spoof,9.72,1.00,9.72,1.00,none,none,11.48, spook,spook,2.75,Noun,5,4,1,spook,6.56,1.00,6.56,1.00,none,none,7.15, spooked,spooked,2.04,Verb,7,5,1,spook,none,none,6.56,1.00,none,none,7.15, spookier,spookier,0.10,Adjective,8,6,3,spooky,none,none,6.00,1.00,none,7.09,none, spooking,spooking,0.24,Verb,8,6,2,spook,none,none,6.56,1.00,none,none,7.15, spooks,spooks,1.35,Noun,6,5,1,spook,none,none,6.56,1.00,none,none,7.15, spooky,spooky,4.73,Adjective,6,5,2,spooky,6.00,1.00,6.00,1.00,none,7.09,none, spool,spool,0.51,Noun,5,4,1,spool,8.00,1.00,8.00,1.00,none,none,10.25, spools,spools,0.16,Noun,6,5,1,spool,none,none,8.00,1.00,none,none,10.25, spoon,spoon,7.61,Noun,5,4,1,spoon,2.50,1.00,2.50,1.00,none,3.94,3.75, spoonbill,spoonbill,0.02,Noun,9,7,2,spoonbill,16.00,0.47,16.00,0.47,none,none,none, spooned,spooned,0.16,Verb,7,5,1,spoon,none,none,2.50,1.00,none,3.94,3.75, spoonful,spoonful,0.59,Noun,8,7,2,spoonful,5.39,1.00,5.39,1.00,none,none,none, spoonfuls,spoonfuls,0.10,Noun,9,8,2,spoonful,none,none,5.39,1.00,none,none,none, spooning,spooning,0.39,Verb,8,6,2,spoon,none,none,2.50,1.00,none,3.94,3.75, spoons,spoons,2.00,Noun,6,5,1,spoon,none,none,2.50,1.00,none,3.94,3.75, spoor,spoor,0.16,Noun,5,4,1,spoor,12.86,0.37,12.86,0.37,none,none,none, sporadic,sporadic,0.27,Adjective,8,7,3,sporadic,12.30,1.00,12.30,1.00,none,none,none, spore,spore,0.14,Noun,5,4,1,spore,10.76,0.94,10.76,0.94,none,none,11.26, spores,spores,0.45,Noun,6,5,1,spore,none,none,10.76,0.94,none,none,11.26, sporran,sporran,0.04,Noun,7,6,2,sporran,16.50,0.33,16.50,0.33,none,none,none, sport,sport,19.90,Noun,5,5,1,sport,5.74,1.00,5.74,1.00,none,5.07,5.54, sportiest,sportiest,0.02,Adjective,9,9,3,sporty,none,none,7.05,1.00,none,none,none, sporting,sporting,3.12,Adjective,8,7,2,sporting,8.79,1.00,8.79,1.00,none,none,none, sportive,sportive,0.06,Adjective,8,7,2,sportive,12.93,0.64,12.93,0.64,none,none,none, sports,sports,27.59,Noun,6,6,1,sport,none,none,5.74,1.00,none,5.07,5.54, sportscast,sportscast,0.04,Noun,10,10,2,sportscast,9.16,1.00,9.16,1.00,none,none,none, sportscaster,sportscaster,0.14,Noun,12,11,3,sportscaster,9.67,1.00,9.67,1.00,none,none,none, sportscasters,sportscasters,0.02,Noun,13,12,3,sportscaster,none,none,9.67,1.00,none,none,none, sportsman,sportsman,0.69,Noun,9,9,2,sportsman,10.78,1.00,10.78,1.00,none,none,none, sportsmanlike,sportsmanlike,0.08,Adjective,13,12,3,sportsmanlike,9.56,1.00,9.56,1.00,none,none,none, sportsmanship,sportsmanship,0.55,Noun,13,12,3,sportsmanship,9.28,1.00,9.28,1.00,none,none,none, sportsmen,sportsmen,0.24,Noun,9,9,2,sportsman,none,none,10.78,1.00,none,none,none, sportswear,sportswear,0.37,Noun,10,9,2,sportswear,9.78,1.00,9.78,1.00,none,none,none, sportswoman,sportswoman,0.04,Noun,11,11,3,sportswoman,9.48,0.95,9.48,0.95,none,none,none, sportswriter,sportswriter,0.71,Noun,12,10,3,sportswriter,11.89,1.00,11.89,1.00,none,none,none, sporty,sporty,0.75,Adjective,6,6,2,sporty,7.05,1.00,7.05,1.00,none,none,none, spot,spot,61.57,Noun,4,4,1,spot,5.39,1.00,5.39,1.00,none,5.35,5.27, spotless,spotless,1.18,Adjective,8,7,2,spotless,7.47,1.00,7.47,1.00,none,none,none, spotlight,spotlight,2.90,Noun,9,7,2,spotlight,7.94,1.00,7.94,1.00,none,none,none, spotlights,spotlights,0.18,Noun,10,8,2,spotlight,none,none,7.94,1.00,none,none,none, spots,spots,10.33,Noun,5,5,1,spot,none,none,5.39,1.00,none,5.35,5.27, spotted,spotted,10.24,Verb,7,6,2,spot,none,none,5.39,1.00,none,5.35,5.27, spotter,spotter,0.94,Noun,7,5,2,spotter,11.57,1.00,11.57,1.00,none,none,none, spotters,spotters,0.12,Noun,8,6,2,spotter,none,none,11.57,1.00,none,none,none, spottiest,spottiest,0.02,Adjective,9,8,3,spotty,none,none,6.78,1.00,none,none,none, spotting,spotting,0.67,Verb,8,6,2,spot,none,none,5.39,1.00,none,5.35,5.27, spotty,spotty,0.63,Adjective,6,5,2,spotty,6.78,1.00,6.78,1.00,none,none,none, spousal,spousal,0.51,Noun,7,6,2,spousal,12.56,0.95,12.56,0.95,none,none,none, spouse,spouse,1.90,Noun,6,4,1,spouse,9.94,1.00,9.94,1.00,none,none,none, spouses,spouses,0.67,Noun,7,6,2,spouse,none,none,9.94,1.00,none,none,none, spout,spout,1.02,Verb,5,4,1,spout,8.00,1.00,8.00,1.00,none,none,7.84, spouted,spouted,0.06,Verb,7,6,2,spout,none,none,8.00,1.00,none,none,7.84, spouting,spouting,0.65,Verb,8,6,2,spout,none,none,8.00,1.00,none,none,7.84, spouts,spouts,0.06,Verb,6,5,1,spout,none,none,8.00,1.00,none,none,7.84, sprain,sprain,0.84,Noun,6,5,1,sprain,9.06,1.00,9.06,1.00,none,none,8.22, sprained,sprained,1.57,Verb,8,6,1,sprain,none,none,9.06,1.00,none,none,8.22, sprains,sprains,0.16,Verb,7,6,1,sprain,none,none,9.06,1.00,none,none,8.22, sprang,sprang,0.76,Verb,6,5,1,spring,none,none,5.50,1.00,none,5.50,5.79, sprawl,sprawl,0.14,Noun,6,5,1,sprawl,9.60,1.00,9.60,1.00,none,none,9.17, sprawled,sprawled,0.24,Verb,8,6,1,sprawl,none,none,9.60,1.00,none,none,9.17, sprawling,sprawling,0.14,Adjective,9,7,2,sprawling,11.50,1.00,11.50,1.00,none,none,none, sprawls,sprawls,0.02,Verb,7,6,1,sprawl,none,none,9.60,1.00,none,none,9.17, spray,spray,9.65,Noun,5,4,1,spray,5.80,1.00,5.80,1.00,7.01,none,6.13, sprayed,sprayed,1.76,Verb,7,5,1,spray,none,none,5.80,1.00,7.01,none,6.13, sprayer,sprayer,0.12,Noun,7,5,2,sprayer,7.71,0.89,7.71,0.89,none,none,none, spraying,spraying,1.20,Verb,8,6,2,spray,none,none,5.80,1.00,7.01,none,6.13, sprays,sprays,0.39,Verb,6,5,1,spray,none,none,5.80,1.00,7.01,none,6.13, spread,spread,31.29,Verb,6,5,1,spread,5.72,1.00,5.72,1.00,none,6.62,6.87, spreader,spreader,0.69,Noun,8,6,2,spreader,9.21,0.95,9.21,0.95,none,none,none, spreaders,spreaders,0.04,Noun,9,7,2,spreader,none,none,9.21,0.95,none,none,none, spreading,spreading,6.75,Verb,9,7,2,spread,none,none,5.72,1.00,none,6.62,6.87, spreads,spreads,2.25,Verb,7,6,1,spread,none,none,5.72,1.00,none,6.62,6.87, spreadsheet,spreadsheet,0.27,Noun,11,8,2,spreadsheet,14.60,1.00,14.60,1.00,none,none,none, spreadsheets,spreadsheets,0.22,Noun,12,9,2,spreadsheet,none,none,14.60,1.00,none,none,none, spree,spree,2.14,Noun,5,4,1,spree,10.39,1.00,10.39,1.00,none,10.45,9.98, sprees,sprees,0.12,Noun,6,5,1,spree,none,none,10.39,1.00,none,10.45,9.98, sprig,sprig,0.24,Noun,5,5,1,sprig,10.31,0.84,10.31,0.84,none,none,11.63, sprigs,sprigs,0.06,Noun,6,6,1,sprig,none,none,10.31,0.84,none,none,11.63, spring,spring,31.31,Noun,6,5,1,spring,5.50,1.00,5.50,1.00,none,5.50,5.79, springboard,springboard,0.08,Noun,11,9,2,springboard,11.25,0.89,11.25,0.89,none,none,none, springboards,springboards,0.04,Noun,12,10,2,springboard,none,none,11.25,0.89,none,none,none, springbok,springbok,0.02,Noun,9,8,2,springbok,14.88,0.42,14.88,0.42,none,none,none, springiest,springiest,0.04,Adjective,10,9,3,springy,none,none,8.89,1.00,none,none,none, springing,springing,0.86,Verb,9,7,2,spring,none,none,5.50,1.00,none,5.50,5.79, springs,springs,7.25,Noun,7,6,1,spring,none,none,5.50,1.00,none,5.50,5.79, springtime,springtime,1.47,Noun,10,8,2,springtime,5.65,1.00,5.65,1.00,none,none,none, springy,springy,0.10,Adjective,7,6,2,springy,8.89,1.00,8.89,1.00,none,none,none, sprinkle,sprinkle,1.45,Verb,8,8,2,sprinkle,5.50,1.00,5.50,1.00,none,none,none,6.20 sprinkled,sprinkled,0.53,Verb,9,9,2,sprinkle,none,none,5.50,1.00,none,none,none,6.20 sprinkler,sprinkler,0.92,Noun,9,8,2,sprinkler,5.53,1.00,5.53,1.00,none,none,none, sprinklers,sprinklers,0.94,Noun,10,9,2,sprinkler,none,none,5.53,1.00,none,none,none, sprinkles,sprinkles,0.94,Verb,9,9,2,sprinkle,none,none,5.50,1.00,none,none,none,6.20 sprinkling,sprinkling,0.39,Verb,10,9,2,sprinkle,none,none,5.50,1.00,none,none,none,6.20 sprint,sprint,0.71,Noun,6,6,1,sprint,8.61,1.00,8.61,1.00,8.41,8.51,8.47, sprinter,sprinter,0.10,Noun,8,7,2,sprinter,9.74,1.00,9.74,1.00,none,none,none, sprinters,sprinters,0.20,Noun,9,8,2,sprinter,none,none,9.74,1.00,none,none,none, sprinting,sprinting,0.18,Verb,9,8,2,sprint,none,none,8.61,1.00,8.41,8.51,8.47, sprints,sprints,0.41,Noun,7,7,1,sprint,none,none,8.61,1.00,8.41,8.51,8.47, sprit,sprit,0.02,Noun,5,5,1,sprit,8.46,0.65,8.46,0.65,none,none,none, sprite,sprite,0.65,Noun,6,5,1,sprite,9.17,1.00,9.17,1.00,none,none,7.91, sprites,sprites,0.06,Noun,7,6,1,sprite,none,none,9.17,1.00,none,none,7.91, sprits,sprits,0.04,Noun,6,6,1,sprit,none,none,8.46,0.65,none,none,none, spritsail,spritsail,0.02,Verb,9,8,2,spritsail,17.43,0.37,17.43,0.37,none,none,none, sprocket,sprocket,0.29,Noun,8,7,2,sprocket,12.94,0.84,12.94,0.84,none,none,none, sprockets,sprockets,0.45,Noun,9,8,2,sprocket,none,none,12.94,0.84,none,none,none, sprout,sprout,0.90,Verb,6,5,1,sprout,9.11,1.00,9.11,1.00,none,none,8.80, sprouted,sprouted,0.25,Verb,8,7,2,sprout,none,none,9.11,1.00,none,none,8.80, sprouts,sprouts,1.71,Noun,7,6,1,sprout,none,none,9.11,1.00,none,none,8.80, spruce,spruce,1.10,Verb,6,5,1,spruce,10.84,1.00,10.84,1.00,none,none,10.75, spruced,spruced,0.20,Verb,7,6,1,spruce,none,none,10.84,1.00,none,none,10.75, sprucing,sprucing,0.27,Verb,8,7,2,spruce,none,none,10.84,1.00,none,none,10.75, sprung,sprung,2.57,Verb,6,5,1,spring,none,none,5.50,1.00,none,5.50,5.79, spry,spry,0.63,Adjective,4,4,1,spry,12.27,0.58,12.27,0.58,none,none,12.07, spud,spud,0.92,Noun,4,4,1,spud,9.05,0.95,9.05,0.95,none,none,9.61, spuds,spuds,0.45,Noun,5,5,1,spud,none,none,9.05,0.95,none,none,9.61, spumoni,spumoni,0.14,Noun,7,7,3,spumoni,14.33,0.47,14.33,0.47,none,none,none, spun,spun,1.69,Verb,4,4,1,spin,none,none,5.00,1.00,none,5.22,5.59, spunk,spunk,1.33,Noun,5,5,1,spunk,10.85,1.00,10.85,1.00,none,none,9.89, spunkier,spunkier,0.02,Adjective,8,8,3,spunky,none,none,8.38,1.00,none,none,none, spunky,spunky,0.63,Adjective,6,6,2,spunky,8.38,1.00,8.38,1.00,none,none,none, spur,spur,1.43,Noun,4,3,1,spur,9.35,0.94,9.35,0.94,none,10.20,8.78, spurge,spurge,0.04,Noun,6,4,1,spurge,14.55,0.55,14.55,0.55,none,none,none, spurious,spurious,0.10,Adjective,8,8,3,spurious,14.50,0.57,14.50,0.57,none,none,none, spurn,spurn,0.22,Verb,5,4,1,spurn,11.88,0.73,11.88,0.73,none,none,12.07, spurned,spurned,0.22,Verb,7,5,1,spurn,none,none,11.88,0.73,none,none,12.07, spurns,spurns,0.04,Verb,6,5,1,spurn,none,none,11.88,0.73,none,none,12.07, spurred,spurred,0.29,Verb,7,4,1,spur,none,none,9.35,0.94,none,10.20,8.78, spurs,spurs,1.82,Noun,5,4,1,spur,none,none,9.35,0.94,none,10.20,8.78, spurt,spurt,0.37,Noun,5,4,1,spurt,10.00,0.94,10.00,0.94,none,8.09,9.90, spurting,spurting,0.22,Verb,8,6,2,spurt,none,none,10.00,0.94,none,8.09,9.90, spurts,spurts,0.16,Noun,6,5,1,spurt,none,none,10.00,0.94,none,8.09,9.90, sputter,sputter,0.12,Verb,7,5,2,sputter,10.05,1.00,10.05,1.00,none,none,none, sputtering,sputtering,0.37,Verb,10,7,3,sputter,none,none,10.05,1.00,none,none,none, sputters,sputters,0.10,Verb,8,6,2,sputter,none,none,10.05,1.00,none,none,none, sputum,sputum,0.25,Noun,6,7,2,sputum,14.58,0.63,14.58,0.63,none,none,none, spy,spy,20.06,Noun,3,3,1,spy,8.00,1.00,8.00,1.00,7.26,none,6.26, spyglass,spyglass,0.27,Noun,8,7,2,spyglass,10.83,0.95,10.83,0.95,none,none,none, spyglasses,spyglasses,0.06,Noun,10,9,3,spyglass,none,none,10.83,0.95,none,none,none, spying,spying,5.47,Verb,6,5,2,spy,none,none,8.00,1.00,7.26,none,6.26, spyware,spyware,0.08,Noun,7,6,2,spyware,13.94,1.00,13.94,1.00,none,none,none, squab,squab,0.37,Noun,5,5,1,squab,12.87,0.75,12.87,0.75,none,none,none, squabble,squabble,0.45,Noun,8,7,2,squabble,10.44,1.00,10.44,1.00,none,none,none, squabbles,squabbles,0.16,Noun,9,8,2,squabble,none,none,10.44,1.00,none,none,none, squabs,squabs,0.12,Noun,6,6,1,squab,none,none,12.87,0.75,none,none,none, squad,squad,21.49,Noun,5,5,1,squad,9.55,1.00,9.55,1.00,none,8.69,8.44, squadron,squadron,4.39,Noun,8,8,2,squadron,13.53,0.85,13.53,0.85,none,none,none,12.64 squadrons,squadrons,0.61,Noun,9,9,2,squadron,none,none,13.53,0.85,none,none,none,12.64 squads,squads,2.04,Noun,6,6,1,squad,none,none,9.55,1.00,none,8.69,8.44, squalid,squalid,0.29,Adjective,7,7,2,squalid,13.71,0.78,13.71,0.78,none,none,none, squall,squall,0.39,Noun,6,5,1,squall,11.59,0.94,11.59,0.94,none,none,10.39, squalling,squalling,0.12,Verb,9,7,2,squall,none,none,11.59,0.94,none,none,10.39, squalls,squalls,0.06,Noun,7,6,1,squall,none,none,11.59,0.94,none,none,10.39, squalor,squalor,0.29,Noun,7,6,2,squalor,13.67,0.75,13.67,0.75,none,none,none, squander,squander,0.59,Verb,8,7,2,squander,11.05,0.95,11.05,0.95,none,none,none,12.75 squandered,squandered,0.59,Verb,10,8,2,squander,none,none,11.05,0.95,none,none,none,12.75 squandering,squandering,0.27,Verb,11,9,3,squander,none,none,11.05,0.95,none,none,none,12.75 squanders,squanders,0.02,Verb,9,8,2,squander,none,none,11.05,0.95,none,none,none,12.75 square,square,31.76,Noun,6,5,1,square,4.11,1.00,4.11,1.00,none,5.15,4.21, squared,squared,2.35,Verb,7,6,1,square,none,none,4.11,1.00,none,5.15,4.21, squares,squares,2.71,Noun,7,6,1,square,none,none,4.11,1.00,none,5.15,4.21, squarest,squarest,0.04,Adjective,8,8,2,square,none,none,4.11,1.00,none,5.15,4.21, squaring,squaring,0.20,Verb,8,7,2,square,none,none,4.11,1.00,none,5.15,4.21, squash,squash,4.37,Noun,6,5,1,squash,6.94,1.00,6.94,1.00,none,5.77,6.94, squashed,squashed,0.94,Verb,8,6,1,squash,none,none,6.94,1.00,none,5.77,6.94, squashes,squashes,0.02,Verb,8,7,2,squash,none,none,6.94,1.00,none,5.77,6.94, squashing,squashing,0.29,Verb,9,7,2,squash,none,none,6.94,1.00,none,5.77,6.94, squashy,squashy,0.04,Adjective,7,6,2,squashy,9.86,0.78,9.86,0.78,none,none,none, squat,squat,3.14,Noun,5,5,1,squat,8.21,1.00,8.21,1.00,none,9.71,7.29, squats,squats,0.24,Verb,6,6,1,squat,none,none,8.21,1.00,none,9.71,7.29, squatted,squatted,0.08,Verb,8,7,2,squat,none,none,8.21,1.00,none,9.71,7.29, squatter,squatter,0.24,Noun,8,6,2,squatter,11.39,0.95,11.39,0.95,none,none,none, squatters,squatters,0.49,Noun,9,7,2,squatter,none,none,11.39,0.95,none,none,none, squatting,squatting,0.76,Verb,9,7,2,squat,none,none,8.21,1.00,none,9.71,7.29, squatty,squatty,0.04,Adjective,7,6,2,squatty,11.00,0.74,11.00,0.74,none,none,none, squaw,squaw,1.31,Noun,5,4,1,squaw,8.16,1.00,8.16,1.00,none,none,11.78, squawk,squawk,1.71,Verb,6,5,1,squawk,9.26,1.00,9.26,1.00,none,none,8.68, squawked,squawked,0.10,Verb,8,6,1,squawk,none,none,9.26,1.00,none,none,8.68, squawker,squawker,0.02,Noun,8,6,2,squawker,10.83,0.90,10.83,0.90,none,none,none, squawking,squawking,1.53,Verb,9,7,2,squawk,none,none,9.26,1.00,none,none,8.68, squawks,squawks,0.61,Verb,7,6,1,squawk,none,none,9.26,1.00,none,none,8.68, squaws,squaws,0.39,Noun,6,5,1,squaw,none,none,8.16,1.00,none,none,11.78, squeak,squeak,2.37,Verb,6,5,1,squeak,5.84,1.00,5.84,1.00,none,none,5.13, squeaked,squeaked,0.20,Verb,8,6,1,squeak,none,none,5.84,1.00,none,none,5.13, squeaker,squeaker,0.27,Noun,8,6,2,squeaker,9.16,0.95,9.16,0.95,none,none,none, squeaking,squeaking,1.75,Verb,9,7,2,squeak,none,none,5.84,1.00,none,none,5.13, squeaks,squeaks,1.06,Verb,7,6,1,squeak,none,none,5.84,1.00,none,none,5.13, squeaky,squeaky,1.98,Adjective,7,6,2,squeaky,4.63,1.00,4.63,1.00,none,none,none, squeal,squeal,2.67,Verb,6,5,1,squeal,7.00,1.00,7.00,1.00,none,none,7.22, squealed,squealed,0.53,Verb,8,6,1,squeal,none,none,7.00,1.00,none,none,7.22, squealer,squealer,0.65,Noun,8,6,2,squealer,9.79,1.00,9.79,1.00,none,none,none, squealers,squealers,0.12,Noun,9,7,2,squealer,none,none,9.79,1.00,none,none,none, squealing,squealing,2.41,Verb,9,7,2,squeal,none,none,7.00,1.00,none,none,7.22, squeals,squeals,1.35,Verb,7,6,1,squeal,none,none,7.00,1.00,none,none,7.22, squeamish,squeamish,0.88,Adjective,9,7,2,squeamish,10.22,1.00,10.22,1.00,none,none,none,10.13 squeegee,squeegee,0.27,Noun,8,6,2,squeegee,9.94,1.00,9.94,1.00,none,none,none, squeeze,squeeze,15.08,Verb,7,5,1,squeeze,5.42,1.00,5.42,1.00,none,5.45,5.39, squeezebox,squeezebox,0.08,Noun,10,9,2,squeezebox,11.38,0.68,11.38,0.68,none,none,none, squeezed,squeezed,2.31,Verb,8,6,1,squeeze,none,none,5.42,1.00,none,5.45,5.39, squeezer,squeezer,0.14,Noun,8,6,2,squeezer,8.12,0.89,8.12,0.89,none,none,none, squeezers,squeezers,0.02,Noun,9,7,2,squeezer,none,none,8.12,0.89,none,none,none, squeezes,squeezes,0.55,Verb,8,7,2,squeeze,none,none,5.42,1.00,none,5.45,5.39, squeezing,squeezing,2.02,Verb,9,7,2,squeeze,none,none,5.42,1.00,none,5.45,5.39, squelch,squelch,0.24,Verb,7,6,1,squelch,11.75,0.89,11.75,0.89,none,none,12.55, squelches,squelches,0.02,Verb,9,8,2,squelch,none,none,11.75,0.89,none,none,12.55, squelching,squelching,0.10,Noun,10,8,2,squelching,14.81,0.89,14.81,0.89,none,none,none, squelchy,squelchy,0.02,Adjective,8,7,2,squelchy,14.67,0.50,14.67,0.50,none,none,none, squib,squib,0.16,Noun,5,5,1,squib,14.12,0.42,14.12,0.42,none,none,none, squibs,squibs,0.31,Noun,6,6,1,squib,none,none,14.12,0.42,none,none,none, squid,squid,2.76,Noun,5,5,1,squid,7.32,1.00,7.32,1.00,none,none,7.29, squids,squids,0.14,Noun,6,6,1,squid,none,none,7.32,1.00,none,none,7.29, squiggle,squiggle,0.04,Noun,8,7,2,squiggle,8.11,0.95,8.11,0.95,none,none,none, squiggles,squiggles,0.08,Noun,9,8,2,squiggle,none,none,8.11,0.95,none,none,none, squiggly,squiggly,0.31,Adjective,8,7,2,squiggly,6.65,1.00,6.65,1.00,none,none,none, squint,squint,1.00,Verb,6,6,1,squint,8.05,1.00,8.05,1.00,none,none,7.98, squinted,squinted,0.08,Verb,8,8,2,squint,none,none,8.05,1.00,none,none,7.98, squinting,squinting,0.24,Verb,9,8,2,squint,none,none,8.05,1.00,none,none,7.98, squints,squints,0.08,Noun,7,7,1,squint,none,none,8.05,1.00,none,none,7.98, squinty,squinty,0.12,Adjective,7,7,2,squinty,10.75,0.89,10.75,0.89,none,none,none, squire,squire,3.08,Noun,6,5,1,squire,11.00,0.89,11.00,0.89,none,10.34,11.55, squires,squires,0.16,Noun,7,6,2,squire,none,none,11.00,0.89,none,10.34,11.55, squiring,squiring,0.10,Verb,8,7,3,squire,none,none,11.00,0.89,none,10.34,11.55, squirm,squirm,0.82,Verb,6,5,1,squirm,9.18,0.94,9.18,0.94,none,none,7.42, squirming,squirming,0.71,Verb,9,7,2,squirm,none,none,9.18,0.94,none,none,7.42, squirms,squirms,0.04,Verb,7,6,1,squirm,none,none,9.18,0.94,none,none,7.42, squirmy,squirmy,0.06,Adjective,7,6,2,squirmy,7.70,1.00,7.70,1.00,none,none,none, squirrel,squirrel,5.47,Noun,8,6,2,squirrel,4.44,1.00,4.44,1.00,6.46,none,none,5.20 squirreling,squirrelling,0.02,Verb,11,8,3,squirrel,none,none,4.44,1.00,6.46,none,none,5.20 squirrels,squirrels,2.06,Noun,9,7,2,squirrel,none,none,4.44,1.00,6.46,none,none,5.20 squirt,squirt,2.75,Verb,6,5,1,squirt,6.53,1.00,6.53,1.00,none,none,7.08, squirted,squirted,0.29,Verb,8,7,2,squirt,none,none,6.53,1.00,none,none,7.08, squirting,squirting,0.49,Verb,9,7,2,squirt,none,none,6.53,1.00,none,none,7.08, squirts,squirts,0.69,Noun,7,6,1,squirt,none,none,6.53,1.00,none,none,7.08, squish,squish,1.04,Verb,6,5,1,squish,5.65,1.00,5.65,1.00,none,none,none, squished,squished,0.51,Verb,8,6,1,squish,none,none,5.65,1.00,none,none,none, squishes,squishes,0.08,Verb,8,7,2,squish,none,none,5.65,1.00,none,none,none, squishier,squishier,0.02,Adjective,9,8,3,squishier,7.75,0.84,7.75,0.84,none,none,none, squishing,squishing,0.29,Verb,9,7,2,squish,none,none,5.65,1.00,none,none,none, squishy,squishy,0.75,Adjective,7,6,2,squishy,5.68,0.95,5.68,0.95,none,none,none, stab,stab,8.76,Verb,4,4,1,stab,6.40,1.00,6.40,1.00,none,none,6.94, stabbed,stabbed,9.45,Verb,7,5,1,stab,none,none,6.40,1.00,none,none,6.94, stabber,stabber,0.08,Noun,7,5,2,stabber,9.28,0.95,9.28,0.95,none,none,none, stabbers,stabbers,0.02,Noun,8,6,2,stabber,none,none,9.28,0.95,none,none,none, stabbing,stabbing,2.25,Verb,8,6,2,stab,none,none,6.40,1.00,none,none,6.94, stabile,stabile,0.04,Adjective,7,6,2,stabile,11.25,0.67,11.25,0.67,none,none,none, stabilities,stabilities,0.02,Noun,11,10,4,stability,none,none,10.89,1.00,none,none,none, stability,stability,1.76,Noun,9,9,4,stability,10.89,1.00,10.89,1.00,none,none,none, stabilization,stabilisation,0.14,Noun,13,12,5,stabilization,11.50,1.00,11.50,1.00,none,none,none, stabilize,stabilise,1.49,Verb,9,8,3,stabilize,11.26,1.00,11.26,1.00,none,none,none, stabilized,stabilised,1.39,Verb,10,9,3,stabilize,none,none,11.26,1.00,none,none,none, stabilizer,stabiliser,0.55,Noun,10,9,4,stabilizer,13.94,1.00,13.94,1.00,none,none,none, stabilizers,stabilisers,0.27,Noun,11,10,4,stabilizer,none,none,13.94,1.00,none,none,none, stabilizes,stabilises,0.06,Verb,10,10,4,stabilize,none,none,11.26,1.00,none,none,none, stabilizing,stabilising,0.59,Verb,11,10,4,stabilize,none,none,11.26,1.00,none,none,none, stable,stable,13.20,Adjective,6,6,2,stable,8.90,1.00,8.90,1.00,none,5.94,none,7.72 stabled,stabled,0.08,Verb,7,7,2,stable,none,none,8.90,1.00,none,5.94,none,7.72 stableman,stableman,0.02,Noun,9,9,3,stableman,10.21,0.95,10.21,0.95,none,none,none, stables,stables,2.96,Noun,7,7,2,stable,none,none,8.90,1.00,none,5.94,none,7.72 stabs,stabs,0.45,Verb,5,5,1,stab,none,none,6.40,1.00,none,none,6.94, staccato,staccato,0.16,Noun,8,7,3,staccato,10.29,0.78,10.29,0.78,none,none,none, stack,stack,6.10,Noun,5,4,1,stack,5.63,1.00,5.63,1.00,7.51,none,6.67, stacked,stacked,2.02,Verb,7,5,1,stack,none,none,5.63,1.00,7.51,none,6.67, stacking,stacking,0.90,Noun,8,6,2,stack,none,none,5.63,1.00,7.51,none,6.67, stacks,stacks,1.94,Noun,6,5,1,stack,none,none,5.63,1.00,7.51,none,6.67, stadia,stadia,0.00,Err:512,6,6,3,stadium,none,none,7.00,1.00,none,none,none, stadium,stadium,6.12,Noun,7,7,3,stadium,7.00,1.00,7.00,1.00,none,none,none, stadiums,stadiums,0.25,Noun,8,8,3,stadium,none,none,7.00,1.00,none,none,none, staff,staff,32.00,Noun,5,4,1,staff,10.00,1.00,10.00,1.00,8.23,8.03,8.15, staffed,staffed,0.18,Verb,7,5,1,staff,none,none,10.00,1.00,8.23,8.03,8.15, staffer,staffer,0.24,Noun,7,5,2,staffer,12.94,0.89,12.94,0.89,none,none,none, staffers,staffers,0.24,Noun,8,6,2,staffer,none,none,12.94,0.89,none,none,none, staffing,staffing,0.27,Noun,8,6,2,staffing,11.42,1.00,11.42,1.00,none,none,none, staffs,staffs,0.12,Noun,6,5,1,staff,none,none,10.00,1.00,8.23,8.03,8.15, stag,stag,1.59,Noun,4,4,1,stag,12.35,0.94,12.35,0.94,8.54,none,10.30, stage,stage,45.57,Noun,5,4,1,stage,6.32,1.00,6.32,1.00,none,none,7.49, stagecoach,stagecoach,1.00,Noun,10,7,2,stagecoach,9.00,1.00,9.00,1.00,none,none,none, stagecoaches,stagecoaches,0.10,Noun,12,9,3,stagecoach,none,none,9.00,1.00,none,none,none, stagecraft,stagecraft,0.02,Noun,10,9,2,stagecraft,15.38,0.68,15.38,0.68,none,none,none, staged,staged,2.25,Verb,6,5,1,stage,none,none,6.32,1.00,none,none,7.49, stagehand,stagehand,0.55,Adjective,9,8,2,stagehand,11.00,1.00,11.00,1.00,none,none,none, stagehands,stagehands,0.24,Noun,10,9,2,stagehand,none,none,11.00,1.00,none,none,none, stages,stages,2.88,Noun,6,6,2,stage,none,none,6.32,1.00,none,none,7.49, stagey,stagey,0.02,Adjective,6,5,2,stagey,12.85,0.68,12.85,0.68,none,none,none, stagger,stagger,0.59,Noun,7,5,2,stagger,9.56,0.95,9.56,0.95,none,none,none,10.22 staggered,staggered,0.51,Verb,9,6,2,stagger,none,none,9.56,0.95,none,none,none,10.22 staggers,staggers,0.27,Noun,8,6,2,stagger,none,none,9.56,0.95,none,none,none,10.22 stagnant,stagnant,0.27,Adjective,8,8,2,stagnant,11.86,1.00,11.86,1.00,none,none,none, stagnate,stagnate,0.08,Verb,8,7,2,stagnate,12.12,0.94,12.12,0.94,none,none,none, stagnates,stagnates,0.04,Verb,9,8,2,stagnate,none,none,12.12,0.94,none,none,none, stagnation,stagnation,0.10,Noun,10,9,3,stagnation,13.22,1.00,13.22,1.00,none,none,none, stags,stags,0.10,Noun,5,5,1,stag,none,none,12.35,0.94,8.54,none,10.30, stagy,stagy,0.04,Adjective,5,5,2,stagy,12.20,0.53,12.20,0.53,none,none,none, staid,staid,0.06,Adjective,5,4,1,staid,11.43,0.74,11.43,0.74,none,none,none, stain,stain,6.20,Noun,5,4,1,stain,5.24,1.00,5.24,1.00,none,6.30,7.08, stainable,stainable,0.02,Adjective,9,8,3,stainable,9.59,0.94,9.59,0.94,none,none,none, stained,stained,1.41,Verb,7,5,1,stain,none,none,5.24,1.00,none,6.30,7.08, staining,staining,0.27,Verb,8,6,2,stain,none,none,5.24,1.00,none,6.30,7.08, stainless,stainless,0.73,Adjective,9,7,2,stainless,10.72,1.00,10.72,1.00,none,none,none, stains,stains,3.88,Noun,6,5,1,stain,none,none,5.24,1.00,none,6.30,7.08, stair,stair,1.35,Noun,5,4,1,stair,3.84,1.00,3.84,1.00,4.71,none,5.33, staircase,staircase,1.75,Noun,9,7,2,staircase,6.50,1.00,6.50,1.00,none,none,none, staircases,staircases,0.24,Noun,10,9,3,staircase,none,none,6.50,1.00,none,none,none, stairs,stairs,23.76,Noun,6,5,1,stairs,4.22,1.00,4.22,1.00,none,none,none, stairway,stairway,1.59,Noun,8,6,2,stairway,4.15,1.00,4.15,1.00,none,none,none, stairways,stairways,0.08,Noun,9,7,2,stairway,none,none,4.15,1.00,none,none,none, stairwell,stairwell,2.12,Noun,9,7,2,stairwell,8.94,1.00,8.94,1.00,none,none,none, stairwells,stairwells,0.31,Noun,10,8,2,stairwell,none,none,8.94,1.00,none,none,none, stake,stake,16.61,Noun,5,4,1,stake,8.47,1.00,8.47,1.00,none,8.85,8.86, staked,staked,1.45,Verb,6,5,1,stake,none,none,8.47,1.00,none,8.85,8.86, stakeout,stakeout,1.96,Noun,8,6,2,stakeout,11.17,1.00,11.17,1.00,none,none,none, stakeouts,stakeouts,0.29,Noun,9,7,2,stakeout,none,none,11.17,1.00,none,none,none, stakes,stakes,4.88,Noun,6,5,1,stake,none,none,8.47,1.00,none,8.85,8.86, staking,staking,0.82,Verb,7,6,2,stake,none,none,8.47,1.00,none,8.85,8.86, stalagmite,stalagmite,0.02,Noun,10,9,3,stalagmite,11.60,0.83,11.60,0.83,none,none,none, stalagmites,stalagmites,0.02,Noun,11,10,3,stalagmite,none,none,11.60,0.83,none,none,none, stale,stale,2.92,Adjective,5,4,1,stale,7.61,1.00,7.61,1.00,none,7.37,7.57, stalemate,stalemate,0.47,Noun,9,7,2,stalemate,10.67,0.95,10.67,0.95,none,none,none, staler,staler,0.02,Adjective,6,5,2,stale,none,none,7.61,1.00,none,7.37,7.57, stalk,stalk,1.69,Verb,5,4,1,stalk,8.22,1.00,8.22,1.00,none,8.39,9.10, stalked,stalked,1.55,Verb,7,5,1,stalk,none,none,8.22,1.00,none,8.39,9.10, stalker,stalker,3.71,Noun,7,5,2,stalker,11.16,1.00,11.16,1.00,none,none,none, stalkers,stalkers,0.37,Noun,8,6,2,stalker,none,none,11.16,1.00,none,none,none, stalking,stalking,5.27,Verb,8,6,2,stalk,none,none,8.22,1.00,none,8.39,9.10, stalks,stalks,1.08,Verb,6,5,1,stalk,none,none,8.22,1.00,none,8.39,9.10, stall,stall,8.96,Verb,5,4,1,stall,7.75,1.00,7.75,1.00,none,7.11,7.57, stalled,stalled,1.53,Verb,7,5,1,stall,none,none,7.75,1.00,none,7.11,7.57, stalling,stalling,3.80,Verb,8,6,2,stall,none,none,7.75,1.00,none,7.11,7.57, stallion,stallion,3.20,Noun,8,7,2,stallion,9.42,1.00,9.42,1.00,none,none,none, stallions,stallions,0.51,Noun,9,8,2,stallion,none,none,9.42,1.00,none,none,none, stalls,stalls,0.96,Noun,6,5,1,stall,none,none,7.75,1.00,none,7.11,7.57, stalwart,stalwart,0.43,Adjective,8,7,2,stalwart,14.40,0.53,14.40,0.53,none,none,none, stamen,stamen,0.08,Noun,6,6,2,stamen,11.43,0.78,11.43,0.78,none,none,none, stamens,stamens,0.02,Noun,7,7,2,stamen,none,none,11.43,0.78,none,none,none, stamina,stamina,1.59,Noun,7,7,3,stamina,10.94,0.94,10.94,0.94,none,none,none, stammer,stammer,0.27,Verb,7,5,2,stammer,9.89,0.95,9.89,0.95,none,10.00,none, stammered,stammered,0.14,Verb,9,6,2,stammer,none,none,9.89,0.95,none,10.00,none, stammering,stammering,0.27,Verb,10,7,3,stammer,none,none,9.89,0.95,none,10.00,none, stammers,stammers,0.25,Verb,8,6,2,stammer,none,none,9.89,0.95,none,10.00,none, stamp,stamp,5.92,Noun,5,5,1,stamp,6.33,1.00,6.33,1.00,5.07,none,6.23, stamped,stamped,1.49,Verb,7,6,1,stamp,none,none,6.33,1.00,5.07,none,6.23, stampede,stampede,1.33,Noun,8,7,2,stampede,9.55,0.95,9.55,0.95,none,none,none,8.20 stampeded,stampeded,0.24,Verb,9,9,3,stampede,none,none,9.55,0.95,none,none,none,8.20 stampedes,stampedes,0.04,Verb,9,8,2,stampede,none,none,9.55,0.95,none,none,none,8.20 stamping,stamping,0.55,Verb,8,7,2,stamp,none,none,6.33,1.00,5.07,none,6.23, stamps,stamps,5.24,Noun,6,6,1,stamp,none,none,6.33,1.00,5.07,none,6.23, stance,stance,1.88,Noun,6,5,1,stance,10.00,1.00,10.00,1.00,none,11.26,9.74, stances,stances,0.10,Noun,7,7,2,stance,none,none,10.00,1.00,none,11.26,9.74, stanch,stanch,0.02,Verb,6,5,1,stanch,13.64,0.78,13.64,0.78,none,none,12.34, stanchion,stanchion,0.04,Noun,9,7,2,stanchion,16.69,0.65,16.69,0.65,none,none,none, stand,stand,226.20,Verb,5,5,1,stand,4.39,1.00,4.39,1.00,none,none,5.13, standard,standard,18.43,Adjective,8,7,2,standard,9.20,1.00,9.20,1.00,none,9.34,none,8.28 standardization,standardisation,0.04,Noun,15,13,5,standardization,12.89,1.00,12.89,1.00,none,none,none, standardize,standardise,0.06,Verb,11,9,3,standardize,10.72,1.00,10.72,1.00,none,none,none, standardized,standardised,0.78,Adjective,12,10,3,standardized,10.42,1.00,10.42,1.00,none,none,none, standards,standards,7.22,Noun,9,8,2,standard,none,none,9.20,1.00,none,9.34,none,8.28 standby,standby,2.96,Noun,7,7,2,standby,10.56,1.00,10.56,1.00,none,none,none, standbys,standbys,0.10,Noun,8,8,2,standby,none,none,10.56,1.00,none,none,none, standee,standee,0.04,Noun,7,6,2,standee,13.67,0.45,13.67,0.45,none,none,none, standing,standing,78.31,Verb,8,7,2,stand,none,none,4.39,1.00,none,none,5.13, standoff,standoff,0.69,Noun,8,7,2,standoff,9.58,1.00,9.58,1.00,none,none,none, standoffish,standoffish,0.22,Noun,11,9,3,standoffish,11.82,0.89,11.82,0.89,none,none,none, standoffs,standoffs,0.02,Noun,9,8,2,standoff,none,none,9.58,1.00,none,none,none, standout,standout,0.16,Noun,8,7,2,standout,10.55,1.00,10.55,1.00,none,none,none, standouts,standouts,0.02,Noun,9,8,2,standout,none,none,10.55,1.00,none,none,none, standpipe,standpipe,0.08,Noun,9,8,2,standpipe,14.00,0.39,14.00,0.39,none,none,none, standpoint,standpoint,1.33,Noun,10,9,2,standpoint,12.11,1.00,12.11,1.00,none,none,none, standpoints,standpoints,0.02,Noun,11,10,2,standpoint,none,none,12.11,1.00,none,none,none, stands,stands,21.43,Verb,6,6,1,stand,none,none,4.39,1.00,none,none,5.13, standstill,standstill,0.51,Noun,10,9,2,standstill,10.00,1.00,10.00,1.00,none,none,none, standup,stand-up,0.78,Noun,7,7,2,standup,7.28,1.00,7.28,1.00,none,none,none, stank,stank,0.76,Verb,5,5,1,stink,none,none,4.30,1.00,none,none,5.54, stanza,stanza,0.04,Noun,6,6,2,stanza,11.47,0.89,11.47,0.89,none,12.07,none, stanzas,stanzas,0.08,Noun,7,7,2,stanza,none,none,11.47,0.89,none,12.07,none, staph,staph,0.49,Noun,5,4,1,staph,13.50,0.95,13.50,0.95,none,none,none, staphylococci,staphylococci,0.04,Noun,13,12,5,staphylococcus,none,none,14.64,0.78,none,none,none, staphylococcus,staphylococcus,0.06,Noun,14,12,5,staphylococcus,14.64,0.78,14.64,0.78,none,none,none, staple,staple,1.12,Noun,6,6,2,staple,7.18,1.00,7.18,1.00,none,none,none,7.04 stapled,stapled,0.47,Verb,7,7,2,staple,none,none,7.18,1.00,none,none,none,7.04 stapler,stapler,0.86,Noun,7,7,3,stapler,5.83,1.00,5.83,1.00,none,none,none,7.04 staplers,staplers,0.04,Noun,8,8,3,stapler,none,none,5.83,1.00,none,none,none,7.04 staples,staples,0.69,Noun,7,7,2,staple,none,none,7.18,1.00,none,none,none,7.04 star,star,81.35,Noun,4,4,1,star,3.89,1.00,3.89,1.00,none,4.14,4.57, starboard,starboard,6.55,Noun,9,7,2,starboard,13.72,0.90,13.72,0.90,none,none,none, starch,starch,1.35,Noun,6,5,1,starch,10.67,1.00,10.67,1.00,none,9.66,10.03, starches,starches,0.06,Noun,8,7,2,starch,none,none,10.67,1.00,none,9.66,10.03, starchy,starchy,0.22,Adjective,7,6,2,starchy,10.67,0.95,10.67,0.95,none,none,none, stardom,stardom,0.61,Noun,7,7,2,stardom,10.06,0.95,10.06,0.95,none,none,none,10.51 stardust,stardust,0.78,Noun,8,8,2,stardust,9.16,1.00,9.16,1.00,none,none,none,9.67 stare,stare,9.96,Verb,5,4,1,stare,7.61,1.00,7.61,1.00,none,6.73,6.40, stared,stared,2.41,Verb,6,5,1,stare,none,none,7.61,1.00,none,6.73,6.40, stares,stares,1.31,Verb,6,5,1,stare,none,none,7.61,1.00,none,6.73,6.40, starfish,starfish,0.75,Noun,8,7,2,starfish,5.76,1.00,5.76,1.00,none,none,none, stargaze,stargaze,0.02,Verb,8,7,2,stargaze,10.17,0.95,10.17,0.95,none,none,none, stargazer,stargazer,0.04,Noun,9,8,3,stargazer,11.47,1.00,11.47,1.00,none,none,none, stargazers,stargazers,0.02,Noun,10,9,3,stargazer,none,none,11.47,1.00,none,none,none, stargazing,stargazing,0.24,Verb,10,9,3,stargaze,none,none,10.17,0.95,none,none,none, staring,staring,23.45,Verb,7,6,2,stare,none,none,7.61,1.00,none,6.73,6.40, stark,stark,6.49,Name,5,5,1,stark,12.01,0.95,12.01,0.95,none,9.43,10.97, starless,starless,0.04,Adjective,8,7,2,starless,8.67,0.83,8.67,0.83,none,none,none, starlet,starlet,0.59,Noun,7,7,2,starlet,11.17,1.00,11.17,1.00,none,none,none,11.19 starlets,starlets,0.18,Noun,8,8,2,starlet,none,none,11.17,1.00,none,none,none,11.19 starlight,starlight,1.59,Noun,9,7,2,starlight,7.37,1.00,7.37,1.00,none,none,none, starling,starling,2.04,Noun,8,7,2,starling,13.00,0.90,13.00,0.90,6.77,none,none, starlings,starlings,0.08,Noun,9,8,2,starling,none,none,13.00,0.90,6.77,none,none, starlit,starlit,0.14,Adjective,7,7,2,starlit,9.59,0.94,9.59,0.94,none,none,none, starred,starred,0.71,Verb,7,5,1,star,none,none,3.89,1.00,none,4.14,4.57, starring,starring,2.80,Verb,8,6,2,star,none,none,3.89,1.00,none,4.14,4.57, starry,starry,0.73,Adjective,6,5,2,starry,7.89,1.00,7.89,1.00,none,none,none, stars,stars,46.14,Noun,5,5,1,star,none,none,3.89,1.00,none,4.14,4.57, starship,starship,2.84,Noun,8,7,2,starship,9.00,0.95,9.00,0.95,none,none,none, start,start,340.10,Verb,5,5,1,start,4.37,1.00,4.37,1.00,6.46,none,4.25, started,started,187.57,Verb,7,7,2,start,none,none,4.37,1.00,6.46,none,4.25, starter,starter,2.73,Noun,7,6,2,starter,7.35,1.00,7.35,1.00,none,none,none, starters,starters,3.57,Noun,8,7,2,starter,none,none,7.35,1.00,none,none,none, starting,starting,69.76,Verb,8,7,2,start,none,none,4.37,1.00,6.46,none,4.25, startle,startle,1.18,Verb,7,7,2,startle,9.17,0.95,9.17,0.95,none,8.69,none,8.45 startled,startled,2.45,Verb,8,8,2,startle,none,none,9.17,0.95,none,8.69,none,8.45 startles,startles,0.08,Verb,8,8,2,startle,none,none,9.17,0.95,none,8.69,none,8.45 startling,startling,1.37,Adjective,9,8,2,startling,10.33,0.95,10.33,0.95,none,none,none, starts,starts,45.78,Verb,6,6,1,start,none,none,4.37,1.00,6.46,none,4.25, startup,start-up,0.27,Noun,7,7,2,startup,11.25,1.00,11.25,1.00,none,none,none, starvation,starvation,1.47,Noun,10,9,3,starvation,8.53,1.00,8.53,1.00,none,none,none, starve,starve,6.16,Verb,6,5,1,starve,8.32,1.00,8.32,1.00,none,7.60,7.15, starveling,starveling,Err:512,Err:512,10,8,2,starveling,14.25,0.22,14.25,0.22,none,none,none, starves,starves,0.12,Verb,7,6,1,starve,none,none,8.32,1.00,none,7.60,7.15, starving,starving,16.96,Adjective,8,7,2,starving,6.32,1.00,6.32,1.00,none,none,none, stash,stash,5.04,Noun,5,4,1,stash,10.00,1.00,10.00,1.00,none,none,none, stashed,stashed,2.76,Verb,7,5,1,stash,none,none,10.00,1.00,none,none,none, stashes,stashes,0.10,Verb,7,6,2,stash,none,none,10.00,1.00,none,none,none, stashing,stashing,0.20,Verb,8,6,2,stash,none,none,10.00,1.00,none,none,none, stasis,stasis,0.37,Noun,6,6,2,stasis,13.22,0.90,13.22,0.90,none,none,none, stat,stat,2.80,Verb,4,4,1,stat,12.58,1.00,12.58,1.00,none,none,none, state,state,107.84,Noun,5,4,1,state,6.39,1.00,6.39,1.00,8.69,none,6.13, statecraft,statecraft,0.02,Noun,10,9,2,statecraft,14.83,0.63,14.83,0.63,none,none,none, stated,stated,3.61,Verb,6,6,2,state,none,none,6.39,1.00,8.69,none,6.13, statehood,statehood,0.31,Noun,9,7,2,statehood,12.29,0.78,12.29,0.78,none,none,none, statehouse,statehouse,0.12,Noun,10,7,2,statehouse,11.87,0.83,11.87,0.83,none,none,none, stateless,stateless,0.14,Adjective,9,7,2,stateless,13.73,0.83,13.73,0.83,none,none,none, stately,stately,0.45,Adjective,7,6,2,stately,11.68,0.95,11.68,0.95,none,none,none, statement,statement,29.24,Noun,9,8,2,statement,8.89,1.00,8.89,1.00,none,9.51,none,8.53 statements,statements,5.47,Noun,10,9,2,statement,none,none,8.89,1.00,none,9.51,none,8.53 stateroom,stateroom,0.80,Noun,9,7,2,stateroom,11.94,1.00,11.94,1.00,none,none,none, staterooms,staterooms,0.08,Noun,10,8,2,stateroom,none,none,11.94,1.00,none,none,none, stateside,stateside,1.18,Noun,9,7,2,stateside,12.11,0.95,12.11,0.95,none,none,none, statesman,statesman,0.61,Noun,9,8,2,statesman,12.94,0.95,12.94,0.95,none,none,none, statesmanlike,statesmanlike,0.02,Adjective,13,12,4,statesmanlike,14.06,1.00,14.06,1.00,none,none,none, statesmanship,statesmanship,0.12,Noun,13,11,3,statesmanship,10.56,1.00,10.56,1.00,none,none,none, statesmen,statesmen,0.24,Noun,9,8,2,statesman,none,none,12.94,0.95,none,none,none, statewide,statewide,0.29,Adjective,9,7,2,statewide,9.95,0.95,9.95,0.95,none,none,none, static,static,4.98,Adjective,6,6,2,static,9.28,0.95,9.28,0.95,none,none,none,9.05 stating,stating,1.80,Verb,7,6,2,state,none,none,6.39,1.00,8.69,none,6.13, station,station,79.08,Noun,7,6,2,station,7.11,1.00,7.11,1.00,none,6.09,none,7.11 stationary,stationary,0.96,Adjective,10,9,4,stationary,7.22,1.00,7.22,1.00,none,none,none, stationed,stationed,3.27,Verb,9,7,2,station,none,none,7.11,1.00,none,6.09,none,7.11 stationery,stationery,1.37,Noun,10,9,4,stationery,8.42,1.00,8.42,1.00,none,none,none, stationmaster,stationmaster,0.16,Noun,13,11,4,stationmaster,9.67,1.00,9.67,1.00,none,none,none, stationmasters,stationmasters,0.02,Noun,14,12,4,stationmaster,none,none,9.67,1.00,none,none,none, stations,stations,12.65,Noun,8,7,2,station,none,none,7.11,1.00,none,6.09,none,7.11 statistic,statistic,0.61,Noun,9,9,3,statistic,11.00,1.00,11.00,1.00,none,none,none, statistical,statistical,0.90,Adjective,11,11,4,statistical,15.11,1.00,15.11,1.00,none,none,none, statistician,statistician,0.02,Noun,12,11,4,statistician,12.65,0.81,12.65,0.81,none,none,none, statistics,statistics,3.27,Noun,10,10,3,statistics,11.55,1.00,11.55,1.00,none,none,none, stats,stats,1.33,Noun,5,5,1,stat,none,none,12.58,1.00,none,none,none, statuary,statuary,0.06,Noun,8,8,4,statuary,12.06,0.89,12.06,0.89,none,none,none, statue,statue,10.59,Noun,6,5,2,statue,7.55,1.00,7.55,1.00,none,8.09,none,7.11 statues,statues,1.94,Noun,7,6,2,statue,none,none,7.55,1.00,none,8.09,none,7.11 statuesque,statuesque,0.18,Adjective,10,8,3,statuesque,14.00,0.84,14.00,0.84,none,none,none, statuette,statuette,0.08,Noun,9,7,3,statuette,13.62,0.84,13.62,0.84,none,none,none, stature,stature,1.67,Noun,7,5,2,stature,11.12,0.89,11.12,0.89,10.23,none,none,11.09 statures,statures,0.02,Noun,8,6,2,stature,none,none,11.12,0.89,10.23,none,none,11.09 status,status,14.71,Noun,6,6,2,status,11.63,1.00,11.63,1.00,none,10.87,none,9.49 statuses,statuses,0.02,Noun,8,8,3,status,none,none,11.63,1.00,none,10.87,none,9.49 statute,statute,1.90,Noun,7,6,2,statute,10.39,1.00,10.39,1.00,none,none,none,10.60 statutes,statutes,0.67,Noun,8,7,2,statute,none,none,10.39,1.00,none,none,none,10.60 statutory,statutory,0.92,Adjective,9,9,4,statutory,14.58,0.95,14.58,0.95,none,none,none, staunch,staunch,0.35,Adjective,7,5,1,staunch,11.44,0.95,11.44,0.95,none,none,12.78, staunchest,staunchest,0.04,Adjective,10,8,2,staunch,none,none,11.44,0.95,none,none,12.78, stave,stave,0.33,Verb,5,4,1,stave,12.69,0.76,12.69,0.76,none,none,none, staves,staves,0.14,Noun,6,5,1,stave,none,none,12.69,0.76,none,none,none, staving,staving,0.06,Verb,7,6,2,stave,none,none,12.69,0.76,none,none,none, stay,stay,515.65,Verb,4,3,1,stay,4.22,1.00,4.22,1.00,5.74,none,4.93, stayed,stayed,32.71,Verb,6,4,1,stay,none,none,4.22,1.00,5.74,none,4.93, staying,staying,59.61,Verb,7,5,2,stay,none,none,4.22,1.00,5.74,none,4.93, stays,stays,19.16,Verb,5,4,1,stay,none,none,4.22,1.00,5.74,none,4.93, staysail,staysail,0.04,Verb,8,6,2,staysail,15.14,0.37,15.14,0.37,none,none,none, stead,stead,1.06,Noun,5,4,1,stead,11.28,1.00,11.28,1.00,none,none,11.31, steadfast,steadfast,0.43,Adjective,9,8,2,steadfast,13.89,0.95,13.89,0.95,none,none,none, steadfastness,steadfastness,0.16,Noun,13,11,3,steadfastness,13.30,1.00,13.30,1.00,none,none,none, steadier,steadier,0.12,Adjective,8,6,3,steady,none,none,6.70,1.00,none,none,none,8.62 steadies,steadies,0.12,Verb,8,6,2,steady,none,none,6.70,1.00,none,none,none,8.62 steadiness,steadiness,0.06,Noun,10,8,3,steadiness,8.89,1.00,8.89,1.00,8.65,none,none, steady,steady,22.71,Adjective,6,5,2,steady,6.70,1.00,6.70,1.00,none,none,none,8.62 steadying,steadying,0.08,Adjective,9,7,3,steadying,10.72,1.00,10.72,1.00,none,none,none, steak,steak,16.24,Noun,5,4,1,steak,6.63,1.00,6.63,1.00,none,6.64,5.93, steakhouse,steakhouse,0.41,Noun,10,7,2,steakhouse,10.53,0.94,10.53,0.94,none,none,none, steaks,steaks,4.00,Noun,6,5,1,steak,none,none,6.63,1.00,none,6.64,5.93, steal,steal,53.33,Verb,5,4,1,steal,6.17,1.00,6.17,1.00,6.01,none,6.17, stealer,stealer,0.24,Noun,7,5,2,stealer,8.24,0.89,8.24,0.89,none,none,none, stealers,stealers,0.10,Noun,8,6,2,stealer,none,none,8.24,0.89,none,none,none, stealing,stealing,24.80,Verb,8,6,2,steal,none,none,6.17,1.00,6.01,none,6.17, steals,steals,4.37,Verb,6,5,1,steal,none,none,6.17,1.00,6.01,none,6.17, stealth,stealth,2.78,Noun,7,5,1,stealth,10.58,1.00,10.58,1.00,none,none,11.10, stealthier,stealthier,0.02,Adjective,10,7,3,stealthy,none,none,10.68,0.95,none,none,none, stealthiest,stealthiest,0.02,Adjective,11,9,3,stealthy,none,none,10.68,0.95,none,none,none, stealthy,stealthy,0.29,Adjective,8,6,2,stealthy,10.68,0.95,10.68,0.95,none,none,none, steam,steam,13.45,Noun,5,4,1,steam,6.26,1.00,6.26,1.00,none,6.24,6.87, steamboat,steamboat,0.51,Noun,9,7,2,steamboat,7.67,1.00,7.67,1.00,none,none,none, steamboats,steamboats,0.06,Noun,10,8,2,steamboat,none,none,7.67,1.00,none,none,none, steamer,steamer,1.04,Noun,7,5,2,steamer,9.11,1.00,9.11,1.00,none,9.43,none, steamers,steamers,0.16,Noun,8,6,2,steamer,none,none,9.11,1.00,none,9.43,none, steamiest,steamiest,0.00,Err:512,9,8,3,steamy,none,none,8.80,1.00,none,none,none, steaming,steaming,1.98,Adjective,8,6,2,steaming,9.72,1.00,9.72,1.00,none,none,none, steamroll,steamroll,0.08,Verb,9,7,2,steamroll,11.12,0.94,11.12,0.94,none,none,none, steamrolled,steamrolled,0.08,Verb,11,8,2,steamroll,none,none,11.12,0.94,none,none,none, steamroller,steamroller,0.24,Noun,11,8,3,steamroller,7.67,0.95,7.67,0.95,none,none,none, steamrollers,steamrollers,0.02,Noun,12,9,3,steamroller,none,none,7.67,0.95,none,none,none, steams,steams,0.14,Verb,6,5,1,steam,none,none,6.26,1.00,none,6.24,6.87, steamship,steamship,0.47,Noun,9,7,2,steamship,7.06,0.94,7.06,0.94,none,none,none, steamships,steamships,0.04,Noun,10,8,2,steamship,none,none,7.06,0.94,none,none,none, steamy,steamy,0.90,Adjective,6,5,2,steamy,8.80,1.00,8.80,1.00,none,none,none, steed,steed,2.55,Name,5,4,1,steed,10.88,0.89,10.88,0.89,none,none,10.61, steeds,steeds,0.16,Noun,6,5,1,steed,none,none,10.88,0.89,none,none,10.61, steel,steel,18.45,Noun,5,4,1,steel,7.68,1.00,7.68,1.00,none,8.60,7.76, steeled,steeled,0.08,Verb,7,5,1,steel,none,none,7.68,1.00,none,8.60,7.76, steelhead,steelhead,0.12,Noun,9,7,2,steelhead,11.38,0.72,11.38,0.72,none,none,none, steelmaking,steelmaking,0.02,Verb,11,9,3,steelmaking,10.10,0.95,10.10,0.95,none,none,none, steels,steels,0.10,Noun,6,5,1,steel,none,none,7.68,1.00,none,8.60,7.76, steelworker,steelworker,0.02,Noun,11,8,3,steelworker,10.27,1.00,10.27,1.00,none,none,none, steelworkers,steelworkers,0.06,Noun,12,9,3,steelworker,none,none,10.27,1.00,none,none,none, steely,steely,0.27,Adjective,6,5,2,steely,12.68,1.00,12.68,1.00,none,none,none, steep,steep,2.45,Adjective,5,4,1,steep,8.00,0.95,8.00,0.95,none,6.86,7.79, steeped,steeped,0.29,Verb,7,5,1,steep,none,none,8.00,0.95,none,6.86,7.79, steeper,steeper,0.14,Adjective,7,5,2,steep,none,none,8.00,0.95,none,6.86,7.79, steepest,steepest,0.06,Adjective,8,7,2,steep,none,none,8.00,0.95,none,6.86,7.79, steeple,steeple,0.41,Noun,7,6,2,steeple,7.21,1.00,7.21,1.00,none,7.24,none, steeplechase,steeplechase,0.14,Noun,12,9,3,steeplechase,12.54,0.72,12.54,0.72,none,none,none, steeplechaser,steeplechaser,0.04,Noun,13,10,4,steeplechaser,13.00,0.83,13.00,0.83,none,none,none, steeplejack,steeplejack,0.02,Noun,11,9,3,steeplejack,12.70,0.48,12.70,0.48,none,none,none, steeples,steeples,0.10,Noun,8,7,2,steeple,none,none,7.21,1.00,none,7.24,none, steer,steer,5.98,Verb,5,4,1,steer,6.00,0.95,6.00,0.95,none,7.15,8.12, steerage,steerage,0.18,Noun,8,6,3,steerage,13.22,0.90,13.22,0.90,none,none,none, steerageway,steerageway,0.02,Noun,11,8,4,steerageway,13.75,0.20,13.75,0.20,none,none,none, steered,steered,0.71,Verb,7,5,1,steer,none,none,6.00,0.95,none,7.15,8.12, steering,steering,4.06,Noun,8,6,2,steering,7.56,1.00,7.56,1.00,none,none,none, steeringwheel,steering wheel,Err:512,Err:512,13,9,3,steeringwheel,5.41,1.00,5.41,1.00,none,none,none, steers,steers,0.90,Noun,6,5,1,steer,none,none,6.00,0.95,none,7.15,8.12, steersman,steersman,0.06,Noun,9,8,3,steersman,12.79,0.74,12.79,0.74,none,none,none, stegosaurus,stegosaurus,0.10,Noun,11,10,4,stegosaurus,8.95,0.95,8.95,0.95,none,none,none, stein,stein,3.04,Name,5,4,1,stein,14.32,0.81,14.32,0.81,none,none,12.47, steins,steins,0.14,Noun,6,5,1,stein,none,none,14.32,0.81,none,none,12.47, stele,stele,0.06,Noun,5,4,1,stele,13.50,0.42,13.50,0.42,none,none,none, stellar,stellar,0.80,Adjective,7,5,2,stellar,11.53,1.00,11.53,1.00,none,none,none,11.49 stem,stem,2.24,Noun,4,4,1,stem,7.26,1.00,7.26,1.00,none,6.75,6.20, stemmed,stemmed,0.06,Verb,7,5,1,stem,none,none,7.26,1.00,none,6.75,6.20, stemming,stemming,0.24,Verb,8,6,2,stem,none,none,7.26,1.00,none,6.75,6.20, stems,stems,1.00,Noun,5,5,1,stem,none,none,7.26,1.00,none,6.75,6.20, stemware,stemware,0.12,Noun,8,7,2,stemware,11.60,0.71,11.60,0.71,none,none,none, stench,stench,2.22,Noun,6,5,1,stench,9.17,0.95,9.17,0.95,none,none,9.16, stencil,stencil,0.18,Noun,7,7,2,stencil,6.94,0.94,6.94,0.94,none,none,none, stenciled,stencilled,0.10,Verb,9,8,2,stencil,none,none,6.94,0.94,none,none,none, stenciling,stencilling,0.16,Verb,10,9,3,stencil,none,none,6.94,0.94,none,none,none, stencils,stencils,0.24,Noun,8,8,2,stencil,none,none,6.94,0.94,none,none,none, steno,steno,0.25,Noun,5,5,2,steno,13.69,0.68,13.69,0.68,none,none,none, stenographer,stenographer,0.80,Noun,12,10,4,stenographer,13.50,0.84,13.50,0.84,none,none,none, stenographers,stenographers,0.22,Noun,13,12,4,stenographer,none,none,13.50,0.84,none,none,none, stenographic,stenographic,0.04,Adjective,12,11,4,stenographic,14.38,0.72,14.38,0.72,none,none,none, stenography,stenography,0.08,Noun,11,10,4,stenography,13.56,0.89,13.56,0.89,none,none,none, stenos,stenos,0.04,Noun,6,6,2,steno,none,none,13.69,0.68,none,none,none, stenotype,stenotype,0.02,Noun,9,8,3,stenotype,13.31,0.80,13.31,0.80,none,none,none, stent,stent,0.04,Adjective,5,5,1,stent,11.74,0.86,11.74,0.86,none,none,none, step,step,118.67,Verb,4,4,1,step,4.11,1.00,4.11,1.00,4.71,5.47,5.06, stepbrother,stepbrother,0.31,Noun,11,9,3,stepbrother,7.72,1.00,7.72,1.00,none,none,none, stepbrothers,stepbrothers,0.02,Noun,12,10,3,stepbrother,none,none,7.72,1.00,none,none,none, stepchild,stepchild,0.14,Noun,9,8,2,stepchild,7.89,1.00,7.89,1.00,none,none,none, stepchildren,stepchildren,0.12,Noun,12,11,3,stepchild,none,none,7.89,1.00,none,none,none, stepdaughter,stepdaughter,0.59,Noun,12,8,3,stepdaughter,8.61,1.00,8.61,1.00,9.01,none,none, stepdaughters,stepdaughters,0.02,Noun,13,9,3,stepdaughter,none,none,8.61,1.00,9.01,none,none, stepfather,stepfather,2.96,Noun,10,8,3,stepfather,8.42,1.00,8.42,1.00,none,none,none, stepfathers,stepfathers,0.04,Noun,11,9,3,stepfather,none,none,8.42,1.00,none,none,none, stepladder,stepladder,0.35,Noun,10,8,3,stepladder,7.22,1.00,7.22,1.00,none,none,none, stepladders,stepladders,0.08,Noun,11,9,3,stepladder,none,none,7.22,1.00,none,none,none, stepmother,stepmother,4.24,Noun,10,8,3,stepmother,6.33,1.00,6.33,1.00,8.65,none,none, stepmothers,stepmothers,0.08,Noun,11,9,3,stepmother,none,none,6.33,1.00,8.65,none,none, stepparent,stepparent,0.04,Noun,10,8,3,stepparent,8.94,0.85,8.94,0.85,none,none,none, steppe,steppe,0.35,Noun,6,4,1,steppe,12.33,0.63,12.33,0.63,none,none,13.05, stepped,stepped,12.86,Verb,7,5,1,step,none,none,4.11,1.00,4.71,5.47,5.06, stepper,stepper,0.02,Noun,7,5,2,stepper,8.94,0.94,8.94,0.94,none,none,none, steppers,steppers,0.39,Noun,8,6,2,stepper,none,none,8.94,0.94,none,none,none, steppes,steppes,0.06,Noun,7,5,1,steppe,none,none,12.33,0.63,none,none,13.05, stepping,stepping,6.96,Verb,8,6,2,step,none,none,4.11,1.00,4.71,5.47,5.06, steppingstone,steppingstone,0.02,Noun,13,10,3,steppingstone,12.16,1.00,12.16,1.00,none,none,none, steps,steps,24.69,Noun,5,5,1,steps,3.67,1.00,3.67,1.00,none,none,none, stepsister,stepsister,0.33,Noun,10,9,3,stepsister,8.06,0.94,8.06,0.94,8.65,none,none, stepsisters,stepsisters,0.22,Noun,11,10,3,stepsister,none,none,8.06,0.94,8.65,none,none, stepson,stepson,0.53,Noun,7,7,2,stepson,7.94,1.00,7.94,1.00,none,none,none, stepstool,stepstool,0.04,Noun,9,8,2,stepstool,7.95,1.00,7.95,1.00,none,none,none, stereo,stereo,5.96,Noun,6,6,3,stereo,5.95,1.00,5.95,1.00,none,none,none, stereochemistry,stereochemistry,0.02,Noun,15,14,6,stereochemistry,14.67,0.45,14.67,0.45,none,none,none, stereoisomerism,stereoisomerism,0.02,Noun,15,15,8,stereoisomerism,13.67,0.14,13.67,0.14,none,none,none, stereomicroscope,stereomicroscope,0.02,Noun,16,15,6,stereomicroscope,14.82,0.61,14.82,0.61,none,none,none, stereophonic,stereophonic,0.10,Adjective,12,11,5,stereophonic,14.13,0.83,14.13,0.83,none,none,none, stereopticon,stereopticon,0.04,Noun,12,12,5,stereopticon,14.80,0.28,14.80,0.28,none,none,none, stereos,stereos,0.35,Noun,7,7,3,stereo,none,none,5.95,1.00,none,none,none, stereoscopic,stereoscopic,0.06,Adjective,12,12,5,stereoscopic,12.47,0.68,12.47,0.68,none,none,none, stereoscopy,stereoscopy,Err:512,Err:512,11,11,5,stereoscopy,16.50,0.56,16.50,0.56,none,none,none, stereotype,stereotype,0.71,Noun,10,9,4,stereotype,10.56,1.00,10.56,1.00,none,none,none, stereotyped,stereotyped,0.12,Adjective,11,10,4,stereotyped,13.26,0.95,13.26,0.95,none,none,none, stereotypes,stereotypes,0.41,Noun,11,10,4,stereotype,none,none,10.56,1.00,none,none,none, stereotypical,stereotypical,0.20,Adjective,13,13,6,stereotypical,12.67,0.95,12.67,0.95,none,none,none, sterile,sterile,2.18,Adjective,7,6,2,sterile,11.39,1.00,11.39,1.00,none,none,none,10.70 sterility,sterility,0.18,Noun,9,8,4,sterility,13.72,1.00,13.72,1.00,none,none,none, sterilization,sterilisation,0.33,Noun,13,12,5,sterilization,11.72,1.00,11.72,1.00,none,none,none, sterilize,sterilise,0.47,Verb,9,8,3,sterilize,11.68,1.00,11.68,1.00,none,none,none, sterilized,sterilised,0.71,Verb,10,9,3,sterilize,none,none,11.68,1.00,none,none,none, sterilizer,steriliser,0.04,Noun,10,9,4,sterilizer,10.85,1.00,10.85,1.00,none,none,none, sterilizers,sterilisers,0.02,Noun,11,10,4,sterilizer,none,none,10.85,1.00,none,none,none, sterilizes,sterilises,0.06,Verb,10,10,4,sterilize,none,none,11.68,1.00,none,none,none, sterilizing,sterilising,0.06,Verb,11,10,4,sterilize,none,none,11.68,1.00,none,none,none, sterling,sterling,2.22,Noun,8,6,2,sterling,10.70,1.00,10.70,1.00,none,none,none,11.49 stern,stern,6.41,Noun,5,4,1,stern,9.47,1.00,9.47,1.00,none,8.45,9.24, sternal,sternal,0.59,Adjective,7,6,2,sternal,15.60,0.28,15.60,0.28,none,none,none, sterner,sterner,0.08,Adjective,7,5,2,stern,none,none,9.47,1.00,none,8.45,9.24, sternest,sternest,0.06,Adjective,8,7,2,stern,none,none,9.47,1.00,none,8.45,9.24, sternness,sternness,0.02,Noun,9,7,2,sternness,10.42,0.95,10.42,0.95,none,none,none, sternum,sternum,0.80,Noun,7,6,2,sternum,12.65,0.94,12.65,0.94,none,none,none,12.01 steroid,steroid,0.39,Adjective,7,5,2,steroid,13.67,1.00,13.67,1.00,none,13.49,none, steroids,steroids,2.55,Noun,8,7,2,steroids,13.18,0.90,13.18,0.90,none,none,none, stethoscope,stethoscope,0.94,Noun,11,9,3,stethoscope,8.50,0.95,8.50,0.95,none,none,none, stethoscopes,stethoscopes,0.04,Noun,12,10,3,stethoscope,none,none,8.50,0.95,none,none,none, stevedore,stevedore,0.04,Noun,9,8,3,stevedore,13.71,0.35,13.71,0.35,none,none,none, stew,stew,6.43,Noun,4,3,1,stew,6.95,1.00,6.95,1.00,7.14,5.77,6.53, steward,steward,2.75,Noun,7,5,2,steward,12.17,0.90,12.17,0.90,none,9.70,none,11.39 stewardess,stewardess,3.16,Noun,10,7,3,stewardess,9.35,0.94,9.35,0.94,11.26,none,none, stewardesses,stewardesses,0.69,Noun,12,9,4,stewardess,none,none,9.35,0.94,11.26,none,none, stewards,stewards,0.31,Noun,8,6,2,steward,none,none,12.17,0.90,none,9.70,none,11.39 stewardship,stewardship,0.04,Noun,11,8,3,stewardship,13.74,1.00,13.74,1.00,none,none,none, stewing,stewing,0.35,Verb,7,5,2,stew,none,none,6.95,1.00,7.14,5.77,6.53, stewpot,stewpot,0.04,Noun,7,6,2,stewpot,9.24,0.94,9.24,0.94,none,none,none, stews,stews,0.14,Noun,5,4,1,stew,none,none,6.95,1.00,7.14,5.77,6.53, stick,stick,97.12,Verb,5,4,1,stick,3.89,1.00,3.89,1.00,none,5.24,5.54, stickball,stickball,0.25,Noun,9,7,2,stickball,8.60,0.83,8.60,0.83,none,none,none, sticker,sticker,2.78,Noun,7,5,2,sticker,4.42,1.00,4.42,1.00,none,none,none, stickers,stickers,1.82,Noun,8,6,2,sticker,none,none,4.42,1.00,none,none,none, stickier,stickier,0.04,Adjective,8,6,3,sticky,none,none,4.06,1.00,none,none,none, stickiest,stickiest,0.02,Adjective,9,8,3,sticky,none,none,4.06,1.00,none,none,none, stickiness,stickiness,0.06,Noun,10,8,3,stickiness,7.17,0.95,7.17,0.95,none,none,none, sticking,sticking,14.53,Verb,8,6,2,stick,none,none,3.89,1.00,none,5.24,5.54, stickler,stickler,0.90,Noun,8,7,3,stickler,11.95,0.90,11.95,0.90,none,none,none,11.80 sticklers,sticklers,0.12,Noun,9,8,3,stickler,none,none,11.95,0.90,none,none,none,11.80 stickman,stickman,0.04,Noun,8,7,2,stickman,6.88,0.94,6.88,0.94,none,none,none, stickmen,stickmen,0.02,Noun,8,7,2,stickman,none,none,6.88,0.94,none,none,none, stickpin,stickpin,0.12,Noun,8,7,2,stickpin,10.57,0.70,10.57,0.70,none,none,none, stickpins,stickpins,0.06,Noun,9,8,2,stickpin,none,none,10.57,0.70,none,none,none, sticks,sticks,13.61,Noun,6,5,1,stick,none,none,3.89,1.00,none,5.24,5.54, stickup,stickup,1.20,Noun,7,6,2,stickup,8.71,0.94,8.71,0.94,none,none,none, stickups,stickups,0.12,Noun,8,7,2,stickup,none,none,8.71,0.94,none,none,none, sticky,sticky,5.73,Adjective,6,5,2,sticky,4.06,1.00,4.06,1.00,none,none,none, stiff,stiff,10.25,Adjective,5,4,1,stiff,8.16,1.00,8.16,1.00,none,6.66,7.63, stiffed,stiffed,0.92,Verb,7,5,1,stiff,none,none,8.16,1.00,none,6.66,7.63, stiffen,stiffen,0.20,Verb,7,6,2,stiffen,10.32,1.00,10.32,1.00,8.73,none,none, stiffened,stiffened,0.14,Verb,9,7,2,stiffen,none,none,10.32,1.00,8.73,none,none, stiffener,stiffener,0.08,Noun,9,7,3,stiffener,10.89,0.90,10.89,0.90,none,none,none, stiffeners,stiffeners,0.08,Noun,10,8,3,stiffener,none,none,10.89,0.90,none,none,none, stiffening,stiffening,0.16,Verb,10,8,3,stiffen,none,none,10.32,1.00,8.73,none,none, stiffens,stiffens,0.20,Verb,8,7,2,stiffen,none,none,10.32,1.00,8.73,none,none, stiffer,stiffer,0.22,Adjective,7,5,2,stiff,none,none,8.16,1.00,none,6.66,7.63, stiffest,stiffest,0.04,Adjective,8,7,2,stiff,none,none,8.16,1.00,none,6.66,7.63, stiffing,stiffing,0.06,Verb,8,6,2,stiff,none,none,8.16,1.00,none,6.66,7.63, stiffness,stiffness,0.18,Noun,9,7,2,stiffness,10.56,1.00,10.56,1.00,none,none,none, stiffs,stiffs,0.94,Noun,6,5,1,stiff,none,none,8.16,1.00,none,6.66,7.63, stifle,stifle,0.29,Verb,6,6,2,stifle,10.26,1.00,10.26,1.00,none,none,none, stifled,stifled,0.39,Verb,7,7,2,stifle,none,none,10.26,1.00,none,none,none, stifles,stifles,0.24,Verb,7,7,2,stifle,none,none,10.26,1.00,none,none,none, stifling,stifling,0.33,Verb,8,7,2,stifle,none,none,10.26,1.00,none,none,none, stigma,stigma,0.53,Noun,6,6,2,stigma,15.56,0.95,15.56,0.95,none,none,none,12.01 stigmata,stigmata,0.41,Noun,8,8,3,stigma,none,none,15.56,0.95,none,none,none,12.01 stigmatic,stigmatic,0.02,Adjective,9,8,3,stigmatic,15.13,0.83,15.13,0.83,none,none,none, stigmatism,stigmatism,0.02,Noun,10,11,4,stigmatism,13.26,0.95,13.26,0.95,none,none,none, stile,stile,0.00,Err:512,5,4,1,stile,10.95,0.80,10.95,0.80,none,8.81,12.70, stiletto,stiletto,0.33,Noun,8,7,3,stiletto,12.24,0.94,12.24,0.94,none,none,none, stilettos,stilettos,0.25,Noun,9,8,3,stiletto,none,none,12.24,0.94,none,none,none, still,still,788.73,Adverb,5,4,1,still,5.26,1.00,5.26,1.00,5.72,none,5.33, stillborn,stillborn,0.29,Adjective,9,8,2,stillborn,13.05,1.00,13.05,1.00,none,none,none, stilled,stilled,0.10,Verb,7,5,1,still,none,none,5.26,1.00,5.72,none,5.33, stillness,stillness,0.43,Noun,9,7,2,stillness,8.10,1.00,8.10,1.00,none,none,none, stills,stills,0.53,Noun,6,5,1,still,none,none,5.26,1.00,5.72,none,5.33, stilly,stilly,0.06,Adjective,6,5,2,stilly,12.67,0.50,12.67,0.50,none,none,none, stilt,stilt,0.04,Noun,5,5,1,stilt,10.25,0.89,10.25,0.89,none,none,9.46, stilts,stilts,0.39,Noun,6,6,1,stilt,none,none,10.25,0.89,none,none,9.46, stimulant,stimulant,0.51,Noun,9,10,3,stimulant,12.16,1.00,12.16,1.00,none,none,none, stimulants,stimulants,0.41,Noun,10,11,3,stimulant,none,none,12.16,1.00,none,none,none, stimulate,stimulate,1.37,Verb,9,9,3,stimulate,9.95,1.00,9.95,1.00,none,none,none, stimulated,stimulated,0.69,Verb,10,11,4,stimulate,none,none,9.95,1.00,none,none,none, stimulates,stimulates,0.49,Verb,10,10,3,stimulate,none,none,9.95,1.00,none,none,none, stimulating,stimulating,2.35,Adjective,11,11,4,stimulating,12.05,1.00,12.05,1.00,none,none,none, stimulation,stimulation,1.37,Noun,11,11,4,stimulation,8.63,1.00,8.63,1.00,none,none,none, stimulator,stimulator,0.10,Noun,10,10,4,stimulator,11.80,0.95,11.80,0.95,none,none,none, stimulatory,stimulatory,0.02,Adjective,11,12,5,stimulatory,13.22,0.86,13.22,0.86,none,none,none, stimuli,stimuli,0.76,Noun,7,8,3,stimulus,none,none,14.58,1.00,none,none,none, stimulus,stimulus,0.51,Noun,8,9,3,stimulus,14.58,1.00,14.58,1.00,none,none,none, sting,sting,7.02,Noun,5,4,1,sting,6.21,1.00,6.21,1.00,none,5.35,5.73, stinger,stinger,0.88,Noun,7,5,2,stinger,7.79,1.00,7.79,1.00,none,none,none, stingers,stingers,0.84,Noun,8,6,2,stinger,none,none,7.79,1.00,none,none,none, stingiest,stingiest,0.00,Err:512,9,9,3,stingy,none,none,7.78,1.00,none,8.90,none,9.31 stinginess,stinginess,0.06,Noun,10,9,3,stinginess,8.84,0.95,8.84,0.95,none,none,none, stinging,stinging,0.90,Adjective,8,6,2,stinging,6.78,1.00,6.78,1.00,none,none,none, stings,stings,1.73,Verb,6,5,1,sting,none,none,6.21,1.00,none,5.35,5.73, stingy,stingy,1.24,Adjective,6,6,2,stingy,7.78,1.00,7.78,1.00,none,8.90,none,9.31 stink,stink,13.20,Verb,5,5,1,stink,4.30,1.00,4.30,1.00,none,none,5.54, stinkbug,stinkbug,0.04,Verb,8,8,2,stinkbug,9.06,0.95,9.06,0.95,none,none,none, stinker,stinker,2.06,Noun,7,6,2,stinker,4.33,0.95,4.33,0.95,none,none,none, stinkers,stinkers,0.14,Noun,8,7,2,stinker,none,none,4.33,0.95,none,none,none, stinkpot,stinkpot,0.04,Noun,8,8,2,stinkpot,9.94,0.84,9.94,0.84,none,none,none, stinks,stinks,12.29,Verb,6,6,1,stink,none,none,4.30,1.00,none,none,5.54, stinkweed,stinkweed,0.12,Noun,9,8,2,stinkweed,9.93,0.79,9.93,0.79,none,none,none, stinky,stinky,3.57,Adjective,6,6,2,stinky,4.53,1.00,4.53,1.00,none,none,none, stint,stint,0.75,Noun,5,5,1,stint,13.06,1.00,13.06,1.00,none,none,11.70, stints,stints,0.04,Noun,6,6,1,stint,none,none,13.06,1.00,none,none,11.70, stipend,stipend,0.43,Noun,7,7,2,stipend,17.20,0.95,17.20,0.95,none,12.70,none, stipple,stipple,0.02,Noun,7,6,2,stipple,14.57,0.70,14.57,0.70,none,none,none, stippling,stippling,0.24,Verb,9,7,2,stipple,none,none,14.57,0.70,none,none,none, stipulate,stipulate,0.63,Verb,9,9,3,stipulate,11.72,1.00,11.72,1.00,none,none,none, stipulated,stipulated,0.43,Verb,10,11,4,stipulate,none,none,11.72,1.00,none,none,none, stipulates,stipulates,0.24,Verb,10,10,3,stipulate,none,none,11.72,1.00,none,none,none, stipulation,stipulation,0.18,Noun,11,11,4,stipulation,13.79,1.00,13.79,1.00,none,none,none, stipulations,stipulations,0.14,Noun,12,12,4,stipulation,none,none,13.79,1.00,none,none,none, stir,stir,5.90,Verb,4,3,1,stir,5.58,1.00,5.58,1.00,5.54,6.05,5.79, stirred,stirred,2.41,Verb,7,4,1,stir,none,none,5.58,1.00,5.54,6.05,5.79, stirrer,stirrer,0.08,Noun,7,4,2,stirrer,8.56,0.95,8.56,0.95,none,none,none, stirring,stirring,2.61,Verb,8,5,2,stir,none,none,5.58,1.00,5.54,6.05,5.79, stirrup,stirrup,0.24,Noun,7,5,2,stirrup,9.68,1.00,9.68,1.00,none,none,none, stirrups,stirrups,0.45,Noun,8,6,2,stirrup,none,none,9.68,1.00,none,none,none, stirs,stirs,0.69,Verb,5,4,1,stir,none,none,5.58,1.00,5.54,6.05,5.79, stitch,stitch,7.47,Verb,6,4,1,stitch,7.39,1.00,7.39,1.00,none,none,7.86, stitched,stitched,0.98,Verb,8,5,1,stitch,none,none,7.39,1.00,none,none,7.86, stitches,stitches,5.00,Noun,8,6,2,stitch,none,none,7.39,1.00,none,none,7.86, stitching,stitching,0.63,Noun,9,6,2,stitching,8.89,1.00,8.89,1.00,none,none,none, stoat,stoat,0.02,Noun,5,4,1,stoat,13.50,0.50,13.50,0.50,none,8.30,none, stock,stock,25.49,Noun,5,4,1,stock,9.22,1.00,9.22,1.00,none,9.73,9.10, stockade,stockade,1.45,Noun,8,6,2,stockade,11.88,0.84,11.88,0.84,none,none,none,12.22 stockades,stockades,0.04,Noun,9,7,2,stockade,none,none,11.88,0.84,none,none,none,12.22 stockbroker,stockbroker,1.06,Noun,11,9,3,stockbroker,11.05,1.00,11.05,1.00,none,none,none, stockbrokers,stockbrokers,0.24,Noun,12,10,3,stockbroker,none,none,11.05,1.00,none,none,none, stocked,stocked,1.25,Verb,7,5,1,stock,none,none,9.22,1.00,none,9.73,9.10, stocker,stocker,0.04,Noun,7,5,2,stocker,11.17,1.00,11.17,1.00,none,none,none, stockers,stockers,0.04,Noun,8,6,2,stocker,none,none,11.17,1.00,none,none,none, stockholder,stockholder,0.88,Noun,11,9,3,stockholder,12.78,1.00,12.78,1.00,none,none,none, stockholders,stockholders,2.29,Noun,12,10,3,stockholder,none,none,12.78,1.00,none,none,none, stocking,stocking,2.63,Noun,8,6,2,stocking,6.68,1.00,6.68,1.00,none,none,none, stockings,stockings,3.73,Noun,9,7,2,stockings,5.44,1.00,5.44,1.00,none,none,none, stockpile,stockpile,0.41,Noun,9,7,2,stockpile,10.89,1.00,10.89,1.00,none,none,none, stockpiles,stockpiles,0.12,Noun,10,8,2,stockpile,none,none,10.89,1.00,none,none,none, stockpiling,stockpiling,0.20,Verb,11,9,3,stockpile,none,none,10.89,1.00,none,none,none, stockpot,stockpot,0.02,Noun,8,7,2,stockpot,10.53,0.90,10.53,0.90,none,none,none, stockroom,stockroom,0.55,Noun,9,7,2,stockroom,10.42,1.00,10.42,1.00,none,none,none, stocks,stocks,4.08,Noun,6,5,1,stock,none,none,9.22,1.00,none,9.73,9.10, stocktaking,stocktaking,0.02,Noun,11,9,3,stocktaking,13.20,0.83,13.20,0.83,none,none,none, stocky,stocky,0.18,Adjective,6,5,2,stocky,10.15,1.00,10.15,1.00,none,none,none, stockyard,stockyard,0.22,Noun,9,8,2,stockyard,11.14,1.00,11.14,1.00,none,none,none, stockyards,stockyards,0.22,Noun,10,9,2,stockyard,none,none,11.14,1.00,none,none,none, stodgy,stodgy,0.16,Adjective,6,5,2,stodgy,13.79,0.67,13.79,0.67,none,none,none, stogie,stogy,0.35,Noun,6,5,2,stogie,12.33,0.60,12.33,0.60,none,none,none, stogies,stogies,0.16,Noun,7,6,2,stogie,none,none,12.33,0.60,none,none,none, stogy,stogy,0.02,Noun,5,5,2,stogie,none,none,12.33,0.60,none,none,none, stoic,stoic,0.41,Adjective,5,5,2,stoic,14.00,0.89,14.00,0.89,none,12.49,none, stoical,stoical,0.06,Adjective,7,7,3,stoical,15.58,0.95,15.58,0.95,none,none,none, stoicism,stoicism,0.12,Noun,8,9,4,stoicism,14.19,0.89,14.19,0.89,none,none,none, stoics,stoics,0.06,Noun,6,6,2,stoic,none,none,14.00,0.89,none,12.49,none, stoke,stoke,1.18,Name,5,4,1,stoke,11.92,0.90,11.92,0.90,none,none,10.68, stoked,stoked,0.73,Verb,6,5,1,stoke,none,none,11.92,0.90,none,none,10.68, stokehold,stokehold,0.02,Noun,9,8,2,stokehold,15.07,0.70,15.07,0.70,none,none,none, stoking,stoking,0.10,Verb,7,6,2,stoke,none,none,11.92,0.90,none,none,10.68, stole,stole,53.16,Verb,5,4,1,stole,6.05,1.00,6.05,1.00,none,6.28,5.79, stolen,stolen,34.31,Verb,6,6,2,steal,none,none,6.17,1.00,6.01,none,6.17, stoles,stoles,0.04,Noun,6,5,1,stole,none,none,6.05,1.00,none,6.28,5.79, stolid,stolid,0.04,Adjective,6,6,2,stolid,16.00,0.55,16.00,0.55,none,none,none, stolidity,stolidity,Err:512,Err:512,9,9,4,stolidity,16.82,0.58,16.82,0.58,none,none,none, stoma,stoma,0.02,Noun,5,5,2,stoma,16.33,0.63,16.33,0.63,none,none,none, stomach,stomach,33.82,Noun,7,6,2,stomach,5.26,1.00,5.26,1.00,none,5.33,none,5.20 stomachache,stomach ache,1.06,Noun,11,8,3,stomachache,4.47,1.00,4.47,1.00,none,none,none, stomachaches,stomach aches,0.24,Noun,12,9,3,stomachache,none,none,4.47,1.00,none,none,none, stomacher,stomacher,Err:512,Err:512,9,7,3,stomacher,14.33,0.32,14.33,0.32,none,none,none, stomachs,stomachs,1.12,Noun,8,7,2,stomach,none,none,5.26,1.00,none,5.33,none,5.20 stomp,stomp,2.67,Verb,5,5,1,stomp,5.79,1.00,5.79,1.00,none,none,none, stomped,stomped,0.98,Verb,7,6,1,stomp,none,none,5.79,1.00,none,none,none, stomper,stomper,0.22,Noun,7,6,2,stomper,8.31,0.84,8.31,0.84,none,none,none, stompers,stompers,0.12,Noun,8,7,2,stomper,none,none,8.31,0.84,none,none,none, stomping,stomping,1.10,Verb,8,7,2,stomp,none,none,5.79,1.00,none,none,none, stomps,stomps,0.18,Verb,6,6,1,stomp,none,none,5.79,1.00,none,none,none, stone,stone,40.63,Noun,5,4,1,stone,4.44,1.00,4.44,1.00,none,4.31,5.39, stonecutter,stonecutter,0.02,Noun,11,8,3,stonecutter,10.44,1.00,10.44,1.00,none,none,none, stonefish,stonefish,0.02,Noun,9,7,2,stonefish,13.25,0.44,13.25,0.44,none,none,none, stonemason,stonemason,0.10,Noun,10,9,3,stonemason,10.35,0.94,10.35,0.94,none,none,none, stonemasonry,stonemasonry,0.02,Noun,12,11,4,stonemasonry,14.16,0.95,14.16,0.95,none,none,none, stones,stones,11.39,Noun,6,5,1,stone,none,none,4.44,1.00,none,4.31,5.39, stonewall,stonewall,0.73,Verb,9,7,2,stonewall,10.22,0.95,10.22,0.95,none,none,none, stonewalled,stonewalled,0.16,Verb,11,8,2,stonewall,none,none,10.22,0.95,none,none,none, stonewalling,stonewalling,0.12,Verb,12,9,3,stonewall,none,none,10.22,0.95,none,none,none, stoneware,stoneware,0.04,Noun,9,7,2,stoneware,11.71,0.94,11.71,0.94,none,none,none, stonework,stonework,0.02,Noun,9,7,2,stonework,12.47,0.94,12.47,0.94,none,none,none, stonier,stonier,0.06,Adjective,7,6,3,stony,none,none,8.67,0.95,none,none,none, stoniest,stoniest,0.02,Adjective,8,8,3,stony,none,none,8.67,0.95,none,none,none, stoning,stoning,0.08,Verb,7,6,2,stone,none,none,4.44,1.00,none,4.31,5.39, stony,stony,0.61,Adjective,5,5,2,stony,8.67,0.95,8.67,0.95,none,none,none, stood,stood,25.78,Verb,5,4,1,stand,none,none,4.39,1.00,none,none,5.13, stooge,stooge,1.10,Noun,6,4,1,stooge,8.56,0.95,8.56,0.95,none,none,10.03, stool,stool,3.51,Noun,5,4,1,stool,6.21,1.00,6.21,1.00,none,4.26,6.47, stoolie,stoolie,0.61,Noun,7,5,2,stoolie,12.67,0.67,12.67,0.67,none,none,none, stoolies,stoolies,0.10,Noun,8,6,2,stoolie,none,none,12.67,0.67,none,none,none, stools,stools,0.67,Noun,6,5,1,stool,none,none,6.21,1.00,none,4.26,6.47, stoop,stoop,2.45,Verb,5,4,1,stoop,9.76,1.00,9.76,1.00,none,none,8.82, stooped,stooped,0.22,Verb,7,5,1,stoop,none,none,9.76,1.00,none,none,8.82, stooping,stooping,0.20,Verb,8,6,2,stoop,none,none,9.76,1.00,none,none,8.82, stoops,stoops,0.57,Verb,6,5,1,stoop,none,none,9.76,1.00,none,none,8.82, stop,stop,707.27,Verb,4,4,1,stop,2.89,1.00,2.89,1.00,4.68,none,3.40, stopgap,stopgap,0.08,Noun,7,7,2,stopgap,14.56,0.89,14.56,0.89,none,none,none, stopgaps,stopgaps,0.02,Noun,8,8,2,stopgap,none,none,14.56,0.89,none,none,none, stoplight,stoplight,0.31,Noun,9,7,2,stoplight,5.89,1.00,5.89,1.00,none,none,none, stoplights,stoplights,0.06,Noun,10,8,2,stoplight,none,none,5.89,1.00,none,none,none, stopover,stopover,0.39,Noun,8,7,3,stopover,10.50,0.80,10.50,0.80,none,none,none, stopovers,stopovers,0.04,Noun,9,8,3,stopover,none,none,10.50,0.80,none,none,none, stoppage,stoppage,0.24,Noun,8,6,2,stoppage,10.95,0.95,10.95,0.95,none,none,none, stoppages,stoppages,0.02,Noun,9,8,3,stoppage,none,none,10.95,0.95,none,none,none, stopped,stopped,75.37,Verb,7,5,1,stop,none,none,2.89,1.00,4.68,none,3.40, stopper,stopper,0.51,Noun,7,5,2,stopper,7.61,1.00,7.61,1.00,none,none,none, stoppers,stoppers,0.10,Noun,8,6,2,stopper,none,none,7.61,1.00,none,none,none, stopping,stopping,20.90,Verb,8,6,2,stop,none,none,2.89,1.00,4.68,none,3.40, stops,stops,21.80,Verb,5,5,1,stop,none,none,2.89,1.00,4.68,none,3.40, stopwatch,stopwatch,0.73,Noun,9,7,2,stopwatch,8.33,1.00,8.33,1.00,none,none,none, stopwatches,stopwatches,0.04,Noun,11,9,3,stopwatch,none,none,8.33,1.00,none,none,none, storable,storable,0.02,Adjective,8,8,3,storable,10.42,1.00,10.42,1.00,none,none,none, storage,storage,8.86,Noun,7,6,2,storage,7.56,1.00,7.56,1.00,none,8.09,none,7.72 storages,storages,0.02,Noun,8,8,3,storage,none,none,7.56,1.00,none,8.09,none,7.72 store,store,81.92,Noun,5,4,1,store,4.76,1.00,4.76,1.00,7.22,none,5.46, stored,stored,3.31,Verb,6,5,1,store,none,none,4.76,1.00,7.22,none,5.46, storefront,storefront,0.45,Noun,10,9,2,storefront,8.89,0.95,8.89,0.95,none,none,none, storefronts,storefronts,0.06,Noun,11,10,2,storefront,none,none,8.89,0.95,none,none,none, storehouse,storehouse,0.31,Noun,10,7,2,storehouse,8.56,1.00,8.56,1.00,none,none,none, storehouses,storehouses,0.06,Noun,11,9,3,storehouse,none,none,8.56,1.00,none,none,none, storekeeper,storekeeper,0.33,Noun,11,8,3,storekeeper,7.60,1.00,7.60,1.00,none,none,none, storekeepers,storekeepers,0.06,Noun,12,9,3,storekeeper,none,none,7.60,1.00,none,none,none, storekeeping,storekeeping,0.02,Verb,12,9,3,storekeeping,9.56,0.95,9.56,0.95,none,none,none, storeroom,storeroom,1.63,Noun,9,7,2,storeroom,8.11,1.00,8.11,1.00,none,none,none, stores,stores,9.51,Noun,6,5,1,store,none,none,4.76,1.00,7.22,none,5.46, storewide,storewide,0.02,Adjective,9,7,2,storewide,11.83,1.00,11.83,1.00,none,none,none, storey,storey,0.25,Noun,6,5,2,story,none,none,3.89,1.00,3.99,none,none,4.14 storied,storied,0.08,Adjective,7,6,2,storied,12.25,0.84,12.25,0.84,none,none,none, stories,storeys,43.43,Noun,7,6,2,story,none,none,3.89,1.00,3.99,none,none,4.14 storing,storing,0.82,Verb,7,6,2,store,none,none,4.76,1.00,7.22,none,5.46, stork,stork,1.63,Name,5,5,1,stork,7.65,1.00,7.65,1.00,none,7.15,7.29, storks,storks,0.12,Noun,6,6,1,stork,none,none,7.65,1.00,none,7.15,7.29, storm,storm,30.86,Noun,5,5,1,storm,4.94,1.00,4.94,1.00,none,5.35,5.33, stormed,stormed,1.14,Verb,7,6,1,storm,none,none,4.94,1.00,none,5.35,5.33, storminess,storminess,0.02,Noun,10,9,3,storminess,11.00,1.00,11.00,1.00,none,none,none, storming,storming,0.80,Verb,8,7,2,storm,none,none,4.94,1.00,none,5.35,5.33, storms,storms,2.16,Noun,6,6,1,storm,none,none,4.94,1.00,none,5.35,5.33, stormy,stormy,1.45,Adjective,6,6,2,stormy,6.30,1.00,6.30,1.00,none,none,none, story,storey,220.78,Noun,5,5,2,story,3.89,1.00,3.89,1.00,3.99,none,none,4.14 storyboard,storyboard,0.22,Noun,10,9,3,storyboard,11.60,0.83,11.60,0.83,none,none,none, storyboards,storyboards,0.24,Noun,11,10,3,storyboard,none,none,11.60,0.83,none,none,none, storybook,storybook,0.53,Noun,9,8,3,storybook,4.94,1.00,4.94,1.00,none,none,none, storybooks,storybooks,0.14,Noun,10,9,3,storybook,none,none,4.94,1.00,none,none,none, storyline,storyline,0.14,Noun,9,8,3,storyline,10.17,1.00,10.17,1.00,none,none,none, storyteller,storyteller,0.53,Noun,11,9,4,storyteller,6.05,1.00,6.05,1.00,none,none,none, storytellers,storytellers,0.16,Noun,12,10,4,storyteller,none,none,6.05,1.00,none,none,none, storytelling,storytelling,0.47,Noun,12,10,4,storytelling,5.21,1.00,5.21,1.00,none,none,none, storywriter,storywriter,0.02,Noun,11,9,4,storywriter,6.79,1.00,6.79,1.00,none,none,none, stoup,stoup,0.02,Noun,5,4,1,stoup,11.00,0.72,11.00,0.72,none,none,none, stout,stout,1.04,Noun,5,4,1,stout,10.12,0.89,10.12,0.89,none,11.47,10.75, stoutest,stoutest,0.02,Adjective,8,7,2,stout,none,none,10.12,0.89,none,11.47,10.75, stouthearted,stout-hearted,0.08,Adjective,12,10,3,stouthearted,12.00,0.67,12.00,0.67,none,none,none, stoutness,stoutness,0.02,Noun,9,7,2,stoutness,10.12,0.89,10.12,0.89,none,none,none, stouts,stouts,0.06,Noun,6,5,1,stout,none,none,10.12,0.89,none,11.47,10.75, stove,stove,7.59,Noun,5,4,1,stove,4.32,1.00,4.32,1.00,none,6.03,5.66, stovepipe,stovepipe,0.16,Noun,9,7,2,stovepipe,9.53,0.85,9.53,0.85,none,none,none, stovepipes,stovepipes,0.02,Noun,10,8,2,stovepipe,none,none,9.53,0.85,none,none,none, stoves,stoves,0.24,Noun,6,5,1,stove,none,none,4.32,1.00,none,6.03,5.66, stow,stow,1.25,Verb,4,3,1,stow,9.56,0.89,9.56,0.89,none,none,10.82, stowaway,stowaway,0.67,Noun,8,6,3,stowaway,9.50,1.00,9.50,1.00,none,none,none, stowaways,stowaways,0.49,Noun,9,7,3,stowaway,none,none,9.50,1.00,none,none,none, stowed,stowed,0.67,Verb,6,4,1,stow,none,none,9.56,0.89,none,none,10.82, stows,stows,0.02,Verb,5,4,1,stow,none,none,9.56,0.89,none,none,10.82, strabismus,strabismus,0.02,Noun,10,10,3,strabismus,16.00,0.36,16.00,0.36,none,none,none, straddle,straddle,0.51,Verb,8,7,2,straddle,9.11,1.00,9.11,1.00,none,none,none,9.76 straddled,straddled,0.16,Verb,9,8,2,straddle,none,none,9.11,1.00,none,none,none,9.76 straddles,straddles,0.04,Verb,9,8,2,straddle,none,none,9.11,1.00,none,none,none,9.76 straddling,straddling,0.37,Verb,10,8,2,straddle,none,none,9.11,1.00,none,none,none,9.76 strafe,strafe,0.10,Verb,6,5,1,strafe,14.00,0.84,14.00,0.84,none,none,none, strafed,strafed,0.10,Verb,7,6,1,strafe,none,none,14.00,0.84,none,none,none, strafes,strafes,0.04,Verb,7,6,1,strafe,none,none,14.00,0.84,none,none,none, straggle,straggle,0.02,Verb,8,7,2,straggle,10.65,0.89,10.65,0.89,none,none,none, straggler,straggler,0.24,Noun,9,7,2,straggler,10.56,0.89,10.56,0.89,none,none,none, stragglers,stragglers,0.43,Noun,10,8,2,straggler,none,none,10.56,0.89,none,none,none, straggling,straggling,0.08,Verb,10,9,3,straggle,none,none,10.65,0.89,none,none,none, straight,straight,122.43,Adverb,8,5,1,straight,6.80,1.00,6.80,1.00,5.57,none,5.68, straightedge,straightedge,0.04,Noun,12,7,2,straightedge,11.37,1.00,11.37,1.00,none,none,none, straighten,straighten,11.20,Verb,10,7,2,straighten,7.63,1.00,7.63,1.00,none,none,none, straightened,straightened,3.73,Verb,12,8,2,straighten,none,none,7.63,1.00,none,none,none, straightening,straightening,0.96,Verb,13,9,3,straighten,none,none,7.63,1.00,none,none,none, straightens,straightens,0.12,Verb,11,8,2,straighten,none,none,7.63,1.00,none,none,none, straighter,straighter,0.67,Adjective,10,6,2,straight,none,none,6.80,1.00,5.57,none,5.68, straightest,straightest,0.16,Adjective,11,8,2,straight,none,none,6.80,1.00,5.57,none,5.68, straightforward,straightforward,2.00,Adjective,15,11,3,straightforward,9.59,0.94,9.59,0.94,none,none,none, straightforwardness,straightforwardness,0.02,Noun,19,14,4,straightforwardness,11.39,1.00,11.39,1.00,none,none,none, straightjacket,straightjacket,0.14,Noun,14,10,3,straightjacket,10.26,1.00,10.26,1.00,none,none,none, straightjackets,straightjackets,0.04,Noun,15,11,3,straightjacket,none,none,10.26,1.00,none,none,none, straightness,straightness,0.02,Noun,12,8,2,straightness,8.61,1.00,8.61,1.00,none,none,none, straights,straights,0.51,Noun,9,6,1,straight,none,none,6.80,1.00,5.57,none,5.68, strain,strain,7.08,Noun,6,5,1,strain,8.63,1.00,8.63,1.00,none,8.39,8.61, strained,strained,1.37,Verb,8,6,1,strain,none,none,8.63,1.00,none,8.39,8.61, strainer,strainer,0.27,Noun,8,6,2,strainer,9.63,1.00,9.63,1.00,none,none,none, straining,straining,0.88,Verb,9,7,2,strain,none,none,8.63,1.00,none,8.39,8.61, strains,strains,1.14,Noun,7,6,1,strain,none,none,8.63,1.00,none,8.39,8.61, strait,strait,0.18,Noun,6,5,1,strait,11.11,1.00,11.11,1.00,none,none,none, straitjacket,straitjacket,0.82,Noun,12,10,3,straitjacket,11.11,1.00,11.11,1.00,none,none,none, straitjackets,straitjackets,0.22,Noun,13,11,3,straitjacket,none,none,11.11,1.00,none,none,none, straitlaced,straitlaced,0.02,Adjective,11,9,2,straitlaced,11.72,1.00,11.72,1.00,none,none,none, straits,straits,1.04,Noun,7,6,1,strait,none,none,11.11,1.00,none,none,none, strand,strand,1.84,Noun,6,6,1,strand,8.39,1.00,8.39,1.00,none,8.35,8.44, strands,strands,0.53,Noun,7,7,1,strand,none,none,8.39,1.00,none,8.35,8.44, strange,strange,86.43,Adjective,7,6,1,strange,6.42,1.00,6.42,1.00,none,none,6.87, strangeness,strangeness,0.35,Noun,11,9,2,strangeness,9.28,1.00,9.28,1.00,none,none,none, stranger,stranger,27.00,Noun,8,7,2,stranger,4.53,1.00,4.53,1.00,none,6.50,none,5.08 strangers,strangers,15.45,Noun,9,8,2,stranger,none,none,4.53,1.00,none,6.50,none,5.08 strangest,strangest,3.31,Adjective,9,9,2,strange,none,none,6.42,1.00,none,none,6.87, strangle,strangle,4.37,Verb,8,8,2,strangle,7.74,1.00,7.74,1.00,none,none,none,8.45 strangled,strangled,4.90,Verb,9,9,2,strangle,none,none,7.74,1.00,none,none,none,8.45 stranglehold,stranglehold,0.25,Noun,12,12,3,stranglehold,11.00,1.00,11.00,1.00,none,none,none, strangles,strangles,0.33,Verb,9,9,2,strangle,none,none,7.74,1.00,none,none,none,8.45 strangling,strangling,1.33,Verb,10,10,3,strangle,none,none,7.74,1.00,none,none,none,8.45 strangulation,strangulation,0.96,Noun,13,13,4,strangulation,10.39,1.00,10.39,1.00,none,none,none, strap,strap,5.16,Noun,5,5,1,strap,5.61,1.00,5.61,1.00,none,6.22,6.72, strapless,strapless,0.39,Adjective,9,8,2,strapless,11.89,0.95,11.89,0.95,none,none,none, strapped,strapped,3.22,Verb,8,6,1,strap,none,none,5.61,1.00,none,6.22,6.72, strapping,strapping,1.00,Adjective,9,7,2,strapping,9.32,1.00,9.32,1.00,none,none,none, straps,straps,1.31,Noun,6,6,1,strap,none,none,5.61,1.00,none,6.22,6.72, strata,strata,0.22,Noun,6,6,2,stratum,none,none,14.90,0.53,none,none,none, stratagem,stratagem,0.22,Noun,9,9,3,stratagem,13.24,0.89,13.24,0.89,none,none,none, stratagems,stratagems,0.04,Noun,10,10,3,stratagem,none,none,13.24,0.89,none,none,none, strategic,strategic,2.59,Adjective,9,9,3,strategic,11.05,1.00,11.05,1.00,none,none,none, strategies,strategies,1.06,Noun,10,9,3,strategy,none,none,8.50,1.00,none,none,none, strategist,strategist,0.41,Noun,10,10,3,strategist,10.89,1.00,10.89,1.00,none,none,none, strategists,strategists,0.10,Noun,11,11,3,strategist,none,none,10.89,1.00,none,none,none, strategize,strategize,0.24,Verb,10,9,3,strategize,13.00,1.00,13.00,1.00,none,none,none, strategy,strategy,9.45,Noun,8,8,3,strategy,8.50,1.00,8.50,1.00,none,none,none, stratification,stratification,0.02,Noun,14,13,5,stratification,13.92,0.67,13.92,0.67,none,none,none, stratosphere,stratosphere,0.47,Noun,12,10,3,stratosphere,12.16,1.00,12.16,1.00,none,none,none, stratospheric,stratospheric,0.04,Adjective,13,12,4,stratospheric,14.94,0.94,14.94,0.94,none,none,none, stratum,stratum,0.04,Noun,7,7,2,stratum,14.90,0.53,14.90,0.53,none,none,none, stratus,stratus,0.02,Noun,7,7,2,stratus,13.38,0.89,13.38,0.89,none,none,none, straw,straw,6.24,Noun,5,4,1,straw,4.22,1.00,4.22,1.00,none,5.88,5.27, strawberries,strawberries,3.92,Noun,12,9,3,strawberry,none,none,4.21,1.00,none,none,none, strawberry,strawberry,5.53,Noun,10,8,3,strawberry,4.21,1.00,4.21,1.00,none,none,none, straws,straws,2.10,Noun,6,5,1,straw,none,none,4.22,1.00,none,5.88,5.27, stray,stray,5.33,Adjective,5,4,1,stray,7.58,1.00,7.58,1.00,none,7.47,7.63, strayed,strayed,0.94,Verb,7,5,1,stray,none,none,7.58,1.00,none,7.47,7.63, straying,straying,0.14,Verb,8,6,2,stray,none,none,7.58,1.00,none,7.47,7.63, strays,strays,1.24,Noun,6,5,1,stray,none,none,7.58,1.00,none,7.47,7.63, streak,streak,5.78,Noun,6,5,1,streak,7.79,1.00,7.79,1.00,none,9.62,8.68, streaked,streaked,0.06,Verb,8,6,1,streak,none,none,7.79,1.00,none,9.62,8.68, streaker,streaker,0.06,Noun,8,6,2,streaker,11.26,1.00,11.26,1.00,none,none,none, streaking,streaking,0.61,Verb,9,7,2,streak,none,none,7.79,1.00,none,9.62,8.68, streaks,streaks,0.94,Noun,7,6,1,streak,none,none,7.79,1.00,none,9.62,8.68, streaky,streaky,0.12,Adjective,7,6,2,streaky,9.39,1.00,9.39,1.00,none,none,none, stream,stream,8.04,Noun,6,5,1,stream,6.47,1.00,6.47,1.00,none,6.07,6.10, streamed,streamed,0.16,Verb,8,6,1,stream,none,none,6.47,1.00,none,6.07,6.10, streamer,streamer,0.04,Noun,8,6,2,streamer,7.11,0.95,7.11,0.95,none,none,none, streamers,streamers,0.37,Noun,9,7,2,streamer,none,none,7.11,0.95,none,none,none, streaming,streaming,0.94,Verb,9,7,2,stream,none,none,6.47,1.00,none,6.07,6.10, streamlet,streamlet,0.24,Noun,9,8,2,streamlet,13.00,0.53,13.00,0.53,none,none,none, streamline,streamline,0.51,Verb,10,8,2,streamline,13.71,0.89,13.71,0.89,none,none,none, streamlined,streamlined,0.37,Adjective,11,9,2,streamlined,12.83,0.95,12.83,0.95,none,none,none, streamliner,streamliner,0.24,Noun,11,9,3,streamliner,13.88,0.85,13.88,0.85,none,none,none, streamlining,streamlining,0.16,Verb,12,10,3,streamline,none,none,13.71,0.89,none,none,none, streams,streams,1.57,Noun,7,6,1,stream,none,none,6.47,1.00,none,6.07,6.10, street,street,148.18,Noun,6,5,1,street,4.58,1.00,4.58,1.00,4.74,none,4.86, streetcar,streetcar,1.27,Noun,9,8,2,streetcar,9.95,1.00,9.95,1.00,none,none,none, streetcars,streetcars,0.08,Noun,10,9,2,streetcar,none,none,9.95,1.00,none,none,none, streetlamp,streetlamp,0.04,Noun,10,9,2,streetlamp,6.63,1.00,6.63,1.00,none,none,none, streetlamps,streetlamps,0.02,Noun,11,10,2,streetlamp,none,none,6.63,1.00,none,none,none, streetlight,streetlight,0.49,Noun,11,8,2,streetlight,6.06,1.00,6.06,1.00,none,none,none, streetlights,streetlights,0.18,Noun,12,9,2,streetlight,none,none,6.06,1.00,none,none,none, streets,streets,31.59,Noun,7,6,1,street,none,none,4.58,1.00,4.74,none,4.86, streetwalker,streetwalker,0.24,Noun,12,9,3,streetwalker,12.61,0.95,12.61,0.95,none,none,none, streetwalkers,streetwalkers,0.08,Noun,13,10,3,streetwalker,none,none,12.61,0.95,none,none,none, streetwalking,streetwalking,0.06,Verb,13,10,3,streetwalking,12.35,0.95,12.35,0.95,none,none,none, streetwise,streetwise,0.18,Adjective,10,8,2,streetwise,12.50,1.00,12.50,1.00,none,none,none, strength,strength,36.92,Noun,8,7,1,strength,6.21,1.00,6.21,1.00,none,6.56,6.94, strengthen,strengthen,1.61,Verb,10,8,2,strengthen,9.70,1.00,9.70,1.00,none,none,none, strengthened,strengthened,0.35,Verb,12,9,2,strengthen,none,none,9.70,1.00,none,none,none, strengthening,strengthening,0.35,Verb,13,10,3,strengthen,none,none,9.70,1.00,none,none,none, strengthens,strengthens,0.33,Verb,11,9,2,strengthen,none,none,9.70,1.00,none,none,none, strengths,strengths,1.12,Noun,9,8,1,strength,none,none,6.21,1.00,none,6.56,6.94, strenuous,strenuous,0.59,Adjective,9,9,3,strenuous,12.18,0.94,12.18,0.94,none,none,none, strep,strep,0.69,Noun,5,5,1,strep,10.72,0.95,10.72,0.95,none,none,none, streptococcal,streptococcal,0.02,Adjective,13,12,4,streptococcal,14.78,0.90,14.78,0.90,none,none,none, streptokinase,streptokinase,0.02,Noun,13,12,4,streptokinase,17.78,0.47,17.78,0.47,none,none,none, streptomycin,streptomycin,0.12,Noun,12,12,4,streptomycin,19.44,0.45,19.44,0.45,none,none,none, stress,stress,15.61,Noun,6,5,1,stress,10.00,1.00,10.00,1.00,10.27,none,9.31, stressed,stressed,5.55,Verb,8,6,1,stress,none,none,10.00,1.00,10.27,none,9.31, stresses,stresses,0.37,Noun,8,7,2,stress,none,none,10.00,1.00,10.27,none,9.31, stressful,stressful,2.51,Adjective,9,8,2,stressful,9.62,1.00,9.62,1.00,none,none,none, stressing,stressing,0.84,Verb,9,7,2,stress,none,none,10.00,1.00,10.27,none,9.31, stressor,stressor,0.25,Noun,8,6,2,stressor,12.22,1.00,12.22,1.00,none,none,none, stressors,stressors,0.06,Noun,9,7,2,stressor,none,none,12.22,1.00,none,none,none, stretch,stretch,14.67,Verb,7,5,1,stretch,5.47,1.00,5.47,1.00,7.08,7.01,6.06, stretched,stretched,2.69,Verb,9,6,1,stretch,none,none,5.47,1.00,7.08,7.01,6.06, stretcher,stretcher,2.22,Noun,9,6,2,stretcher,9.39,1.00,9.39,1.00,none,none,none,9.40 stretchers,stretchers,0.33,Noun,10,7,2,stretcher,none,none,9.39,1.00,none,none,none,9.40 stretches,stretches,0.90,Verb,9,7,2,stretch,none,none,5.47,1.00,7.08,7.01,6.06, stretching,stretching,2.22,Verb,10,7,2,stretch,none,none,5.47,1.00,7.08,7.01,6.06, stretchy,stretchy,0.37,Adjective,8,6,2,stretchy,6.26,1.00,6.26,1.00,none,none,none, strew,strew,0.04,Verb,5,4,1,strew,10.00,0.84,10.00,0.84,none,none,none, strewn,strewn,0.37,Verb,6,5,1,strew,none,none,10.00,0.84,none,none,none, stria,stria,0.10,Noun,5,5,2,stria,16.67,0.14,16.67,0.14,none,none,none, striated,striated,0.02,Adjective,8,8,3,striated,14.43,0.78,14.43,0.78,none,none,none, striation,striation,0.04,Noun,9,8,3,striation,14.36,0.58,14.36,0.58,none,none,none, striations,striations,0.22,Noun,10,10,4,striation,none,none,14.36,0.58,none,none,none, striatum,striatum,0.02,Noun,8,8,3,striatum,15.50,0.11,15.50,0.11,none,none,none, stricken,stricken,1.47,Adjective,8,7,2,stricken,10.65,1.00,10.65,1.00,none,none,none,11.70 strict,strict,7.02,Adjective,6,6,1,strict,7.56,1.00,7.56,1.00,7.01,7.09,6.74, stricter,stricter,0.10,Adjective,8,7,2,strict,none,none,7.56,1.00,7.01,7.09,6.74, strictest,strictest,0.69,Adjective,9,9,2,strict,none,none,7.56,1.00,7.01,7.09,6.74, strictness,strictness,0.02,Noun,10,9,2,strictness,8.58,1.00,8.58,1.00,none,none,none, stricture,stricture,0.04,Noun,9,7,2,stricture,13.86,0.37,13.86,0.37,none,none,none, strictures,strictures,0.10,Noun,10,8,2,stricture,none,none,13.86,0.37,none,none,none, stride,stride,2.10,Noun,6,5,1,stride,9.21,1.00,9.21,1.00,none,8.71,9.03, strident,strident,0.04,Adjective,8,8,2,strident,14.33,0.79,14.33,0.79,none,none,none, strider,strider,0.16,Noun,7,6,2,strider,12.83,0.67,12.83,0.67,none,none,none, strides,strides,0.76,Noun,7,6,1,stride,none,none,9.21,1.00,none,8.71,9.03, striding,striding,0.27,Verb,8,7,2,stride,none,none,9.21,1.00,none,8.71,9.03, strife,strife,1.67,Noun,6,5,1,strife,11.78,0.96,11.78,0.96,none,11.47,11.02, strike,strike,45.57,Verb,6,5,1,strike,7.75,1.00,7.75,1.00,7.96,none,7.49, strikebreaker,strike-breaker,0.02,Noun,13,10,3,strikebreaker,13.92,0.62,13.92,0.62,none,none,none, strikebreakers,strike-breakers,0.02,Noun,14,11,3,strikebreaker,none,none,13.92,0.62,none,none,none, strikeout,strikeout,0.39,Noun,9,7,2,strikeout,6.63,1.00,6.63,1.00,none,none,none, strikeouts,strikeouts,0.25,Noun,10,8,2,strikeout,none,none,6.63,1.00,none,none,none, striker,striker,2.12,Noun,7,6,2,striker,9.17,0.95,9.17,0.95,none,none,none, strikers,strikers,0.31,Noun,8,7,2,striker,none,none,9.17,0.95,none,none,none, strikes,strikes,9.51,Verb,7,6,1,strike,none,none,7.75,1.00,7.96,none,7.49, string,string,12.67,Noun,6,5,1,string,4.94,1.00,4.94,1.00,none,5.01,5.40, stringed,stringed,0.12,Adjective,8,6,1,stringed,8.88,0.84,8.88,0.84,none,none,none, stringency,stringency,0.04,Noun,10,10,3,stringency,14.86,0.74,14.86,0.74,none,none,none, stringent,stringent,0.12,Adjective,9,9,2,stringent,14.40,0.83,14.40,0.83,none,none,none, stringer,stringer,0.29,Noun,8,6,2,stringer,11.38,0.72,11.38,0.72,none,none,none, stringiest,stringiest,0.02,Adjective,10,9,3,stringy,none,none,7.56,1.00,none,none,none, stringing,stringing,0.55,Verb,9,7,2,string,none,none,4.94,1.00,none,5.01,5.40, strings,strings,8.20,Noun,7,6,1,strings,5.74,1.00,5.74,1.00,none,none,none, stringy,stringy,0.41,Adjective,7,6,2,stringy,7.56,1.00,7.56,1.00,none,none,none, strip,strip,15.69,Noun,5,5,1,strip,7.65,1.00,7.65,1.00,none,7.98,8.33, stripe,stripe,1.45,Noun,6,5,1,stripe,4.05,1.00,4.05,1.00,none,6.24,6.13, striped,striped,1.71,Adjective,7,6,1,striped,4.65,1.00,4.65,1.00,none,none,none, striper,striper,0.20,Noun,7,6,2,striper,9.08,0.72,9.08,0.72,none,none,none, stripers,stripers,0.08,Noun,8,7,2,striper,none,none,9.08,0.72,none,none,none, stripes,stripes,6.31,Noun,7,6,1,stripe,none,none,4.05,1.00,none,6.24,6.13, striping,striping,0.08,Verb,8,7,2,stripe,none,none,4.05,1.00,none,6.24,6.13, stripling,stripling,0.02,Noun,9,8,2,stripling,12.89,0.50,12.89,0.50,none,none,none, stripped,stripped,3.59,Verb,8,6,1,strip,none,none,7.65,1.00,none,7.98,8.33, stripper,stripper,5.24,Noun,8,6,2,stripper,11.11,1.00,11.11,1.00,none,none,none, strippers,strippers,3.37,Noun,9,7,2,stripper,none,none,11.11,1.00,none,none,none, stripping,stripping,1.49,Verb,9,7,2,strip,none,none,7.65,1.00,none,7.98,8.33, strips,strips,1.63,Noun,6,6,1,strip,none,none,7.65,1.00,none,7.98,8.33, striptease,striptease,0.67,Noun,10,8,2,striptease,14.84,1.00,14.84,1.00,none,none,none, stripy,stripy,0.14,Adjective,6,6,2,stripy,10.17,0.67,10.17,0.67,none,none,none, strive,strive,1.31,Verb,6,5,1,strive,8.95,1.00,8.95,1.00,none,none,10.23, striven,striven,0.08,Verb,7,7,2,strive,none,none,8.95,1.00,none,none,10.23, strives,strives,0.20,Verb,7,6,1,strive,none,none,8.95,1.00,none,none,10.23, striving,striving,0.47,Verb,8,7,2,strive,none,none,8.95,1.00,none,none,10.23, strobe,strobe,0.33,Noun,6,5,1,strobe,10.76,0.89,10.76,0.89,none,none,none, strobes,strobes,0.16,Noun,7,6,1,strobe,none,none,10.76,0.89,none,none,none, stroboscope,stroboscope,0.04,Noun,11,9,3,stroboscope,14.58,0.63,14.58,0.63,none,none,none, stroboscopic,stroboscopic,0.02,Adjective,12,11,4,stroboscopic,15.78,0.45,15.78,0.45,none,none,none, strode,strode,0.67,Verb,6,5,1,stride,none,none,9.21,1.00,none,8.71,9.03, stroganoff,stroganoff,0.35,Noun,10,9,3,stroganoff,9.33,0.95,9.33,0.95,none,none,none, stroke,stroke,13.08,Noun,6,5,1,stroke,9.24,0.94,9.24,0.94,10.27,6.07,7.50, stroked,stroked,0.27,Verb,7,6,1,stroke,none,none,9.24,0.94,10.27,6.07,7.50, strokes,strokes,2.47,Noun,7,6,1,stroke,none,none,9.24,0.94,10.27,6.07,7.50, stroking,stroking,0.73,Verb,8,7,2,stroke,none,none,9.24,0.94,10.27,6.07,7.50, stroll,stroll,4.14,Noun,6,5,1,stroll,7.83,1.00,7.83,1.00,none,7.20,7.81, strolled,strolled,0.43,Verb,8,6,1,stroll,none,none,7.83,1.00,none,7.20,7.81, stroller,stroller,0.88,Noun,8,6,2,stroller,7.84,1.00,7.84,1.00,none,none,none,5.02 strollers,strollers,0.10,Noun,9,7,2,stroller,none,none,7.84,1.00,none,none,none,5.02 strolling,strolling,1.24,Verb,9,7,2,stroll,none,none,7.83,1.00,none,7.20,7.81, strolls,strolls,0.33,Verb,7,6,1,stroll,none,none,7.83,1.00,none,7.20,7.81, strong,strong,86.86,Adjective,6,5,1,strong,4.58,1.00,4.58,1.00,5.24,none,5.53, strongbox,strongbox,0.31,Noun,9,9,2,strongbox,12.22,0.95,12.22,0.95,none,none,none, stronger,stronger,19.10,Adjective,8,6,2,strong,none,none,4.58,1.00,5.24,none,5.53, strongest,strongest,4.75,Adjective,9,9,2,strong,none,none,4.58,1.00,5.24,none,5.53, stronghold,stronghold,1.18,Noun,10,9,2,stronghold,9.78,1.00,9.78,1.00,none,none,none, strongholds,strongholds,0.04,Noun,11,10,2,stronghold,none,none,9.78,1.00,none,none,none, strongman,strongman,0.10,Noun,9,8,2,strongman,9.50,1.00,9.50,1.00,none,none,none, strongmen,strongmen,0.02,Noun,9,8,2,strongman,none,none,9.50,1.00,none,none,none, strongpoint,strongpoint,0.04,Noun,11,9,2,strongpoint,12.20,0.79,12.20,0.79,none,none,none, strontium,strontium,0.06,Noun,9,9,3,strontium,16.30,0.53,16.30,0.53,none,none,none, strop,strop,0.16,Noun,5,5,1,strop,12.80,0.26,12.80,0.26,none,12.64,none, strophic,strophic,Err:512,Err:512,8,8,3,strophic,16.22,0.47,16.22,0.47,none,none,none, stroppy,stroppy,0.02,Adjective,7,6,2,stroppy,16.25,0.21,16.25,0.21,none,none,none, strove,strove,0.14,Verb,6,5,1,strive,none,none,8.95,1.00,none,none,10.23, struck,struck,16.20,Verb,6,5,1,strike,none,none,7.75,1.00,7.96,none,7.49, structural,structural,1.82,Adjective,10,9,3,structural,11.32,1.00,11.32,1.00,none,none,none, structure,structure,10.18,Noun,9,7,2,structure,9.45,1.00,9.45,1.00,none,none,none, structures,structures,1.14,Noun,10,8,2,structure,none,none,9.45,1.00,none,none,none, structuring,structuring,0.10,Verb,11,9,3,structure,none,none,9.45,1.00,none,none,none, strudel,strudel,0.92,Noun,7,7,2,strudel,10.59,0.89,10.59,0.89,none,none,none,11.59 strudels,strudels,0.10,Noun,8,8,2,strudel,none,none,10.59,0.89,none,none,none,11.59 struggle,struggle,13.37,Noun,8,7,2,struggle,9.80,1.00,9.80,1.00,6.93,none,none,8.12 struggled,struggled,2.18,Verb,9,8,2,struggle,none,none,9.80,1.00,6.93,none,none,8.12 struggles,struggles,1.06,Noun,9,8,2,struggle,none,none,9.80,1.00,6.93,none,none,8.12 struggling,struggling,6.20,Verb,10,9,3,struggle,none,none,9.80,1.00,6.93,none,none,8.12 strum,strum,0.24,Verb,5,5,1,strum,9.17,0.86,9.17,0.86,none,none,9.24, strumming,strumming,0.20,Verb,9,7,2,strum,none,none,9.17,0.86,none,none,9.24, strumpet,strumpet,0.49,Noun,8,8,2,strumpet,13.58,0.63,13.58,0.63,none,none,none, strumpets,strumpets,0.08,Noun,9,9,2,strumpet,none,none,13.58,0.63,none,none,none, strums,strums,0.14,Verb,6,6,1,strum,none,none,9.17,0.86,none,none,9.24, strung,strung,2.24,Verb,6,5,1,string,none,none,4.94,1.00,none,5.01,5.40, strut,strut,1.57,Verb,5,5,1,strut,9.00,0.95,9.00,0.95,none,10.07,9.39, struts,struts,0.33,Noun,6,6,1,strut,none,none,9.00,0.95,none,10.07,9.39, strutting,strutting,0.71,Verb,9,7,2,strut,none,none,9.00,0.95,none,10.07,9.39, strychnine,strychnine,0.43,Noun,10,8,2,strychnine,15.25,0.57,15.25,0.57,none,none,none, stub,stub,0.96,Noun,4,4,1,stub,9.47,1.00,9.47,1.00,none,none,7.50, stubbed,stubbed,0.31,Verb,7,5,1,stub,none,none,9.47,1.00,none,none,7.50, stubbing,stubbing,0.06,Verb,8,6,2,stub,none,none,9.47,1.00,none,none,7.50, stubble,stubble,0.35,Noun,7,6,2,stubble,9.28,1.00,9.28,1.00,none,8.85,none, stubbles,stubbles,0.02,Noun,8,7,2,stubble,none,none,9.28,1.00,none,8.85,none, stubbly,stubbly,0.04,Adjective,7,7,3,stubbly,12.26,0.95,12.26,0.95,none,none,none, stubborn,stubborn,10.86,Adjective,8,6,2,stubborn,7.17,1.00,7.17,1.00,none,none,none,7.80 stubbornness,stubbornness,0.51,Noun,12,9,3,stubbornness,8.42,1.00,8.42,1.00,none,none,none, stubby,stubby,0.49,Adjective,6,5,2,stubby,9.75,0.89,9.75,0.89,none,none,none, stubs,stubs,0.84,Noun,5,5,1,stub,none,none,9.47,1.00,none,none,7.50, stucco,stucco,0.37,Noun,6,5,2,stucco,11.67,0.95,11.67,0.95,none,none,none, stuck,stuck,66.65,Verb,5,4,1,stick,none,none,3.89,1.00,none,5.24,5.54, stud,stud,6.94,Noun,4,4,1,stud,10.78,1.00,10.78,1.00,none,none,8.95, studded,studded,0.18,Verb,7,6,2,stud,none,none,10.78,1.00,none,none,8.95, studding,studding,0.16,Verb,8,6,2,stud,none,none,10.78,1.00,none,none,8.95, student,student,43.04,Noun,7,7,2,student,5.94,1.00,5.94,1.00,none,9.51,none,5.74 students,students,30.67,Noun,8,8,2,student,none,none,5.94,1.00,none,9.51,none,5.74 studied,studied,11.31,Verb,7,6,2,study,none,none,6.58,1.00,8.31,none,none,7.19 studies,studies,9.35,Noun,7,6,2,study,none,none,6.58,1.00,8.31,none,none,7.19 studio,studio,23.33,Noun,6,6,3,studio,9.56,1.00,9.56,1.00,none,none,none, studios,studios,2.47,Noun,7,7,3,studio,none,none,9.56,1.00,none,none,none, studious,studious,0.12,Adjective,8,7,3,studious,11.28,1.00,11.28,1.00,none,none,none, studiousness,studiousness,0.02,Noun,12,10,4,studiousness,10.65,0.89,10.65,0.89,none,none,none, studs,studs,0.98,Noun,5,5,1,stud,none,none,10.78,1.00,none,none,8.95, study,study,49.04,Noun,5,5,2,study,6.58,1.00,6.58,1.00,8.31,none,none,7.19 studying,studying,19.35,Verb,8,7,3,study,none,none,6.58,1.00,8.31,none,none,7.19 stuff,stuff,306.92,Noun,5,4,1,stuff,5.00,1.00,5.00,1.00,6.81,none,5.06, stuffed,stuffed,8.65,Verb,7,5,1,stuff,none,none,5.00,1.00,6.81,none,5.06, stuffer,stuffer,0.20,Noun,7,5,2,stuffer,10.68,0.90,10.68,0.90,none,none,none, stuffers,stuffers,0.06,Noun,8,6,2,stuffer,none,none,10.68,0.90,none,none,none, stuffier,stuffier,0.04,Adjective,8,6,3,stuffy,none,none,6.84,1.00,none,none,none, stuffiness,stuffiness,0.02,Noun,10,8,3,stuffiness,7.68,1.00,7.68,1.00,none,none,none, stuffs,stuffs,0.67,Noun,6,5,1,stuff,none,none,5.00,1.00,6.81,none,5.06, stuffy,stuffy,3.63,Adjective,6,5,2,stuffy,6.84,1.00,6.84,1.00,none,none,none, stultification,stultification,Err:512,Err:512,14,13,5,stultification,16.88,0.38,16.88,0.38,none,none,none, stumble,stumble,1.96,Verb,7,7,2,stumble,7.94,1.00,7.94,1.00,none,7.34,none,8.37 stumblebum,stumblebum,0.02,Noun,10,10,3,stumblebum,13.12,0.42,13.12,0.42,none,none,none, stumbled,stumbled,3.98,Verb,8,8,2,stumble,none,none,7.94,1.00,none,7.34,none,8.37 stumbles,stumbles,0.45,Verb,8,8,2,stumble,none,none,7.94,1.00,none,7.34,none,8.37 stumbling,stumbling,1.12,Verb,9,9,3,stumble,none,none,7.94,1.00,none,7.34,none,8.37 stump,stump,2.45,Noun,5,5,1,stump,7.58,1.00,7.58,1.00,none,7.45,6.53, stumped,stumped,1.20,Verb,7,6,1,stump,none,none,7.58,1.00,none,7.45,6.53, stumper,stumper,0.04,Noun,7,6,2,stumper,9.81,0.84,9.81,0.84,none,none,none, stumps,stumps,0.55,Noun,6,6,1,stump,none,none,7.58,1.00,none,7.45,6.53, stun,stun,1.88,Noun,4,4,1,stun,9.56,1.00,9.56,1.00,none,none,8.65, stung,stung,1.53,Verb,5,4,1,sting,none,none,6.21,1.00,none,5.35,5.73, stunk,stunk,0.90,Verb,5,5,1,stink,none,none,4.30,1.00,none,none,5.54, stunner,stunner,0.57,Noun,7,5,2,stunner,11.33,0.86,11.33,0.86,none,none,none, stunners,stunners,0.04,Noun,8,6,2,stunner,none,none,11.33,0.86,none,none,none, stunning,stunning,4.10,Adjective,8,6,2,stunning,9.74,1.00,9.74,1.00,none,none,none, stuns,stuns,0.14,Verb,5,5,1,stun,none,none,9.56,1.00,none,none,8.65, stunt,stunt,9.20,Noun,5,5,1,stunt,8.74,1.00,8.74,1.00,none,none,8.75, stunted,stunted,0.29,Adjective,7,7,2,stunted,10.67,1.00,10.67,1.00,none,none,none, stunting,stunting,0.08,Verb,8,7,2,stunt,none,none,8.74,1.00,none,none,8.75, stuntman,stuntman,0.69,Noun,8,8,2,stuntman,8.29,1.00,8.29,1.00,none,none,none, stuntmen,stuntmen,0.16,Noun,8,8,2,stuntman,none,none,8.29,1.00,none,none,none, stunts,stunts,1.92,Noun,6,6,1,stunt,none,none,8.74,1.00,none,none,8.75, stupefy,stupefy,0.08,Verb,7,7,3,stupefy,12.22,1.00,12.22,1.00,none,none,none, stupendous,stupendous,0.65,Adjective,10,9,3,stupendous,9.68,1.00,9.68,1.00,none,none,none, stupid,stupid,184.41,Adjective,6,6,2,stupid,4.40,1.00,4.40,1.00,6.21,none,none,4.97 stupider,stupider,0.61,Noun,8,7,3,stupid,none,none,4.40,1.00,6.21,none,none,4.97 stupidest,stupidest,2.37,Adjective,9,9,3,stupid,none,none,4.40,1.00,6.21,none,none,4.97 stupidities,stupidities,0.10,Noun,11,10,4,stupidity,none,none,7.10,1.00,8.37,none,none, stupidity,stupidity,3.20,Noun,9,9,4,stupidity,7.10,1.00,7.10,1.00,8.37,none,none, stupor,stupor,0.37,Noun,6,5,2,stupor,13.11,0.95,13.11,0.95,none,none,none, sturdier,sturdier,0.02,Adjective,8,6,3,sturdy,none,none,7.50,1.00,none,none,none,8.96 sturdiest,sturdiest,0.04,Adjective,9,8,3,sturdy,none,none,7.50,1.00,none,none,none,8.96 sturdy,sturdy,1.69,Adjective,6,5,2,sturdy,7.50,1.00,7.50,1.00,none,none,none,8.96 sturgeon,sturgeon,0.37,Noun,8,6,2,sturgeon,10.50,0.80,10.50,0.80,none,none,none, sturgeons,sturgeons,0.10,Noun,9,7,2,sturgeon,none,none,10.50,0.80,none,none,none, stutter,stutter,1.88,Verb,7,5,2,stutter,8.78,1.00,8.78,1.00,7.78,none,none, stuttered,stuttered,0.20,Verb,9,7,2,stutter,none,none,8.78,1.00,7.78,none,none, stutterer,stutterer,0.02,Adjective,9,8,3,stutterer,10.06,0.95,10.06,0.95,none,none,none, stutterers,stutterers,0.04,Noun,10,9,3,stutterer,none,none,10.06,0.95,none,none,none, stuttering,stuttering,0.96,Verb,10,7,3,stutter,none,none,8.78,1.00,7.78,none,none, stutters,stutters,0.29,Verb,8,6,2,stutter,none,none,8.78,1.00,7.78,none,none, sty,sty,0.37,Noun,3,3,1,sty,8.65,0.89,8.65,0.89,none,none,11.85, stygian,stygian,0.12,Adjective,7,7,3,stygian,15.33,0.29,15.33,0.29,none,none,none, style,style,30.08,Noun,5,4,1,style,7.58,1.00,7.58,1.00,9.01,7.64,8.05, styled,styled,0.12,Verb,6,5,1,style,none,none,7.58,1.00,9.01,7.64,8.05, styles,styles,2.67,Noun,6,5,1,style,none,none,7.58,1.00,9.01,7.64,8.05, styling,styling,0.84,Noun,7,6,2,styling,8.42,1.00,8.42,1.00,none,none,none, stylish,stylish,2.16,Adjective,7,6,2,stylish,8.39,1.00,8.39,1.00,none,none,none, stylist,stylist,0.86,Noun,7,7,2,stylist,8.60,1.00,8.60,1.00,none,none,none, stylistic,stylistic,0.02,Adjective,9,9,3,stylistic,11.58,1.00,11.58,1.00,none,none,none, stylistics,stylistics,0.00,Err:512,10,10,3,stylistic,none,none,11.58,1.00,none,none,none, stylists,stylists,0.25,Noun,8,8,2,stylist,none,none,8.60,1.00,none,none,none, stylization,stylization,0.02,Noun,11,10,4,stylization,12.83,1.00,12.83,1.00,none,none,none, stylize,stylize,0.02,Verb,7,6,2,stylize,14.95,1.00,14.95,1.00,none,none,none, stylized,stylized,0.24,Adjective,8,7,2,stylized,12.11,1.00,12.11,1.00,none,none,none, stylus,stylus,0.12,Noun,6,6,2,stylus,12.74,1.00,12.74,1.00,none,none,none, styptic,styptic,Err:512,Err:512,7,7,2,styptic,16.64,0.52,16.64,0.52,none,none,none, styrene,styrene,0.02,Noun,7,6,2,styrene,13.88,0.42,13.88,0.42,none,none,none, suave,suave,0.92,Adjective,5,4,1,suave,11.05,1.00,11.05,1.00,none,none,10.95, suavity,suavity,0.02,Noun,7,7,3,suavity,13.40,0.56,13.40,0.56,none,none,none, sub,sub,7.65,Noun,3,3,1,sub,6.55,1.00,6.55,1.00,none,none,none, subaltern,subaltern,0.02,Noun,9,8,3,subaltern,15.88,0.44,15.88,0.44,none,13.17,none, subarachnoid,subarachnoid,0.12,Adjective,12,10,4,subarachnoid,16.25,0.40,16.25,0.40,none,none,none, subatomic,subatomic,0.90,Adjective,9,9,4,subatomic,12.94,0.95,12.94,0.95,none,none,none, subbasement,subbasement,0.18,Noun,11,9,3,subbasement,12.36,0.78,12.36,0.78,none,none,none, subbed,subbed,0.16,Verb,6,4,1,sub,none,none,6.55,1.00,none,none,none, subbing,subbing,0.25,Verb,7,5,2,sub,none,none,6.55,1.00,none,none,none, subchapter,subchapter,0.02,Noun,10,8,3,subchapter,11.50,0.89,11.50,0.89,none,none,none, subcommittee,subcommittee,0.84,Noun,12,9,4,subcommittee,11.95,1.00,11.95,1.00,none,none,none, subcommittees,subcommittees,0.02,Noun,13,10,4,subcommittee,none,none,11.95,1.00,none,none,none, subcompact,subcompact,0.06,Noun,10,10,3,subcompact,15.06,0.94,15.06,0.94,none,none,none, subconscious,subconscious,2.63,Noun,12,9,3,subconscious,11.71,0.94,11.71,0.94,none,none,none, subcontinent,subcontinent,0.04,Noun,12,12,4,subcontinent,12.32,1.00,12.32,1.00,none,none,none, subcontract,subcontract,0.08,Noun,11,11,3,subcontract,14.79,0.95,14.79,0.95,none,none,none, subcontracted,subcontracted,0.12,Verb,13,13,4,subcontract,none,none,14.79,0.95,none,none,none, subcontractor,subcontractor,0.04,Noun,13,12,4,subcontractor,11.81,0.89,11.81,0.89,none,none,none, subcontractors,subcontractors,0.08,Noun,14,13,4,subcontractor,none,none,11.81,0.89,none,none,none, subcontracts,subcontracts,0.02,Noun,12,12,3,subcontract,none,none,14.79,0.95,none,none,none, subculture,subculture,0.12,Noun,10,8,3,subculture,14.82,0.94,14.82,0.94,none,none,none, subcultures,subcultures,0.02,Noun,11,9,3,subculture,none,none,14.82,0.94,none,none,none, subcutaneous,subcutaneous,0.27,Adjective,12,12,5,subcutaneous,14.09,0.61,14.09,0.61,none,none,none, subdivide,subdivide,0.08,Verb,9,8,3,subdivide,12.74,1.00,12.74,1.00,none,none,none, subdivided,subdivided,0.08,Verb,10,10,4,subdivide,none,none,12.74,1.00,none,none,none, subdivides,subdivides,0.02,Verb,10,9,3,subdivide,none,none,12.74,1.00,none,none,none, subdivision,subdivision,0.57,Noun,11,10,4,subdivision,10.30,1.00,10.30,1.00,none,none,none, subdivisions,subdivisions,0.04,Noun,12,11,4,subdivision,none,none,10.30,1.00,none,none,none, subdominant,subdominant,0.02,Adjective,11,11,4,subdominant,14.00,0.89,14.00,0.89,none,none,none, subdue,subdue,0.80,Verb,6,5,2,subdue,11.17,1.00,11.17,1.00,10.99,none,none,11.90 subdural,subdural,0.67,Adjective,8,8,3,subdural,16.87,0.79,16.87,0.79,none,none,none, subfloor,subfloor,0.08,Noun,8,7,2,subfloor,12.41,0.89,12.41,0.89,none,none,none, subfloors,subfloors,0.02,Noun,9,8,2,subfloor,none,none,12.41,0.89,none,none,none, subfreezing,subfreezing,0.02,Verb,11,9,3,subfreezing,10.53,0.89,10.53,0.89,none,none,none, subhead,subhead,0.02,Noun,7,6,2,subhead,12.23,0.72,12.23,0.72,none,none,none, subhuman,subhuman,0.22,Noun,8,9,3,subhuman,12.19,0.89,12.19,0.89,none,none,none, subject,subject,36.96,Noun,7,7,2,subject,7.30,1.00,7.30,1.00,none,8.30,none,6.47 subjected,subjected,1.51,Verb,9,9,3,subject,none,none,7.30,1.00,none,8.30,none,6.47 subjecting,subjecting,0.29,Verb,10,9,3,subject,none,none,7.30,1.00,none,8.30,none,6.47 subjection,subjection,0.04,Noun,10,9,3,subjection,12.56,0.89,12.56,0.89,none,none,none, subjective,subjective,1.12,Adjective,10,9,3,subjective,12.26,1.00,12.26,1.00,none,none,none, subjectivity,subjectivity,0.12,Noun,12,12,5,subjectivity,14.67,1.00,14.67,1.00,none,none,none, subjects,subjects,6.96,Noun,8,8,2,subject,none,none,7.30,1.00,none,8.30,none,6.47 subjugate,subjugate,0.02,Verb,9,8,3,subjugate,13.75,0.67,13.75,0.67,none,none,none, subjugates,subjugates,0.02,Verb,10,9,3,subjugate,none,none,13.75,0.67,none,none,none, subjugation,subjugation,0.24,Noun,11,10,4,subjugation,15.86,0.67,15.86,0.67,none,none,none, subjunctive,subjunctive,0.12,Noun,11,10,3,subjunctive,13.50,0.84,13.50,0.84,none,none,none, sublease,sublease,0.04,Verb,8,6,2,sublease,15.00,0.85,15.00,0.85,none,none,none, sublet,sublet,0.59,Noun,6,6,2,sublet,15.25,0.84,15.25,0.84,none,none,none,12.22 sublets,sublets,0.04,Noun,7,7,2,sublet,none,none,15.25,0.84,none,none,none,12.22 subletting,subletting,0.41,Verb,10,8,3,sublet,none,none,15.25,0.84,none,none,none,12.22 sublevel,sublevel,0.41,Noun,8,8,3,sublevel,13.94,0.89,13.94,0.89,none,none,none, sublevels,sublevels,0.08,Noun,9,9,3,sublevel,none,none,13.94,0.89,none,none,none, sublimate,sublimate,0.10,Verb,9,8,3,sublimate,13.00,0.74,13.00,0.74,none,none,none, sublimates,sublimates,0.08,Verb,10,9,3,sublimate,none,none,13.00,0.74,none,none,none, sublimating,sublimating,0.06,Verb,11,10,4,sublimate,none,none,13.00,0.74,none,none,none, sublimation,sublimation,0.08,Noun,11,10,4,sublimation,13.80,0.79,13.80,0.79,none,none,none, sublimations,sublimations,0.02,Noun,12,11,4,sublimation,none,none,13.80,0.79,none,none,none, sublime,sublime,1.45,Adjective,7,6,2,sublime,13.76,1.00,13.76,1.00,none,none,none,12.22 subliminal,subliminal,0.71,Adjective,10,10,4,subliminal,11.89,1.00,11.89,1.00,none,none,none, sublimity,sublimity,0.06,Noun,9,9,4,sublimity,15.00,0.89,15.00,0.89,none,none,none, sublingual,sublingual,0.02,Adjective,10,10,3,sublingual,15.47,0.83,15.47,0.83,none,none,none, sublunar,sublunar,Err:512,Err:512,8,7,3,sublunar,14.69,0.68,14.69,0.68,none,none,none, submachine,submachine,0.29,Noun,10,8,3,submachine,11.93,0.78,11.93,0.78,none,none,none, submarine,submarine,7.10,Noun,9,7,3,submarine,7.94,1.00,7.94,1.00,none,7.62,none, submariner,submariner,0.16,Noun,10,9,4,submariner,11.00,0.94,11.00,0.94,none,none,none, submariners,submariners,0.06,Noun,11,10,4,submariner,none,none,11.00,0.94,none,none,none, submarines,submarines,1.73,Noun,10,8,3,submarine,none,none,7.94,1.00,none,7.62,none, submerge,submerge,0.39,Verb,8,6,2,submerge,8.68,1.00,8.68,1.00,none,none,none, submergence,submergence,0.02,Noun,11,9,3,submergence,15.00,0.89,15.00,0.89,none,none,none, submerges,submerges,0.04,Verb,9,8,3,submerge,none,none,8.68,1.00,none,none,none, submerging,submerging,0.10,Verb,10,8,3,submerge,none,none,8.68,1.00,none,none,none, submerse,submerse,0.02,Noun,8,6,2,submerse,11.00,0.83,11.00,0.83,none,none,none, submersible,submersible,0.61,Adjective,11,10,4,submersible,11.50,1.00,11.50,1.00,none,none,none, submersibles,submersibles,0.27,Noun,12,12,4,submersible,none,none,11.50,1.00,none,none,none, submersion,submersion,0.08,Noun,10,8,3,submersion,11.37,1.00,11.37,1.00,none,none,none, submission,submission,1.08,Noun,10,8,3,submission,11.33,1.00,11.33,1.00,none,none,none, submissions,submissions,0.24,Noun,11,9,3,submission,none,none,11.33,1.00,none,none,none, submissive,submissive,0.88,Adjective,10,8,3,submissive,12.90,1.00,12.90,1.00,none,none,none, submit,submit,5.53,Verb,6,6,2,submit,8.58,1.00,8.58,1.00,10.46,none,none,8.79 submits,submits,0.14,Verb,7,7,2,submit,none,none,8.58,1.00,10.46,none,none,8.79 submitted,submitted,2.02,Verb,9,8,3,submit,none,none,8.58,1.00,10.46,none,none,8.79 submitter,submitter,0.02,Noun,9,7,3,submitter,10.60,0.83,10.60,0.83,none,none,none, submitting,submitting,0.41,Verb,10,8,3,submit,none,none,8.58,1.00,10.46,none,none,8.79 subnet,subnet,0.16,Noun,6,6,2,subnet,15.33,0.67,15.33,0.67,none,none,none, subnets,subnets,0.08,Noun,7,7,2,subnet,none,none,15.33,0.67,none,none,none, subnormal,subnormal,0.04,Adjective,9,9,3,subnormal,12.33,0.95,12.33,0.95,none,none,none, suborbital,suborbital,0.02,Adjective,10,10,4,suborbital,15.41,0.94,15.41,0.94,none,none,none, subordinate,subordinate,0.61,Adjective,11,10,4,subordinate,14.72,1.00,14.72,1.00,none,none,none, subordinated,subordinated,0.14,Verb,12,12,5,subordinate,none,none,14.72,1.00,none,none,none, subordinates,subordinates,0.57,Noun,12,11,4,subordinate,none,none,14.72,1.00,none,none,none, subordination,subordination,0.06,Noun,13,12,5,subordination,12.75,0.89,12.75,0.89,none,none,none, suborn,suborn,0.02,Adjective,6,6,2,suborn,11.14,0.37,11.14,0.37,none,none,none, subornation,subornation,0.04,Noun,11,10,4,subornation,12.88,0.73,12.88,0.73,none,none,none, suborning,suborning,0.08,Verb,9,8,3,suborn,none,none,11.14,0.37,none,none,none, subpar,subpar,0.08,Noun,6,6,2,subpar,11.94,0.89,11.94,0.89,none,none,none, subparagraph,subparagraph,0.08,Verb,12,11,4,subparagraph,11.00,0.94,11.00,0.94,none,none,none, subplot,subplot,0.12,Noun,7,7,2,subplot,10.94,1.00,10.94,1.00,none,none,none, subplots,subplots,0.02,Noun,8,8,2,subplot,none,none,10.94,1.00,none,none,none, subpoena,subpoena,2.22,Noun,8,6,3,subpoena,14.27,0.83,14.27,0.83,none,none,none, subpoenaed,subpoenaed,1.06,Verb,10,7,3,subpoena,none,none,14.27,0.83,none,none,none, subpoenas,subpoenas,0.24,Noun,9,7,3,subpoena,none,none,14.27,0.83,none,none,none, subroutine,subroutine,0.10,Noun,10,8,3,subroutine,14.00,0.56,14.00,0.56,none,none,none, subroutines,subroutines,0.08,Noun,11,9,3,subroutine,none,none,14.00,0.56,none,none,none, subs,subs,3.00,Noun,4,4,1,sub,none,none,6.55,1.00,none,none,none, subscribe,subscribe,0.86,Verb,9,8,2,subscribe,9.84,1.00,9.84,1.00,none,none,none,10.13 subscribed,subscribed,0.29,Verb,10,9,2,subscribe,none,none,9.84,1.00,none,none,none,10.13 subscriber,subscriber,0.41,Noun,10,9,3,subscriber,9.94,1.00,9.94,1.00,none,none,none, subscribers,subscribers,0.25,Noun,11,10,3,subscriber,none,none,9.94,1.00,none,none,none, subscribing,subscribing,0.08,Verb,11,10,3,subscribe,none,none,9.84,1.00,none,none,none,10.13 subscription,subscription,1.33,Noun,12,11,3,subscription,10.37,1.00,10.37,1.00,none,none,none, subscriptions,subscriptions,0.47,Noun,13,12,3,subscription,none,none,10.37,1.00,none,none,none, subsection,subsection,0.35,Noun,10,9,3,subsection,14.05,0.95,14.05,0.95,none,12.34,none, subsections,subsections,0.04,Noun,11,10,3,subsection,none,none,14.05,0.95,none,12.34,none, subsequent,subsequent,1.25,Adjective,10,10,3,subsequent,13.05,1.00,13.05,1.00,none,none,none, subservience,subservience,0.14,Noun,12,10,4,subservience,13.87,0.83,13.87,0.83,none,none,none, subservient,subservient,0.47,Adjective,11,10,4,subservient,14.07,0.79,14.07,0.79,none,none,none, subset,subset,0.12,Noun,6,6,2,subset,11.67,0.95,11.67,0.95,none,none,none, subside,subside,0.39,Verb,7,6,2,subside,10.44,1.00,10.44,1.00,none,none,none, subsided,subsided,0.27,Verb,8,8,3,subside,none,none,10.44,1.00,none,none,none, subsides,subsides,0.24,Verb,8,7,2,subside,none,none,10.44,1.00,none,none,none, subsidiaries,subsidiaries,0.10,Noun,12,11,5,subsidiary,none,none,15.11,1.00,none,none,none, subsidiary,subsidiary,0.45,Noun,10,10,5,subsidiary,15.11,1.00,15.11,1.00,none,none,none, subsidies,subsidies,0.24,Noun,9,8,3,subsidy,none,none,12.44,0.89,none,none,none, subsiding,subsiding,0.10,Adjective,9,8,3,subsiding,12.44,1.00,12.44,1.00,none,none,none, subsidize,subsidise,0.31,Verb,9,8,3,subsidize,14.00,0.94,14.00,0.94,none,none,none, subsidized,subsidised,0.20,Adjective,10,9,3,subsidized,14.84,1.00,14.84,1.00,none,none,none, subsidizes,subsidises,0.02,Verb,10,10,4,subsidize,none,none,14.00,0.94,none,none,none, subsidizing,subsidising,0.08,Verb,11,10,4,subsidize,none,none,14.00,0.94,none,none,none, subsidy,subsidy,0.10,Noun,7,7,3,subsidy,12.44,0.89,12.44,0.89,none,none,none, subsist,subsist,0.06,Verb,7,7,2,subsist,12.54,0.72,12.54,0.72,none,none,none, subsistence,subsistence,0.06,Noun,11,10,3,subsistence,13.18,0.94,13.18,0.94,none,none,none, subsoil,subsoil,0.06,Noun,7,6,2,subsoil,11.12,0.84,11.12,0.84,none,none,none, subsonic,subsonic,0.08,Adjective,8,8,3,subsonic,14.35,0.81,14.35,0.81,none,none,none, subspace,subspace,0.53,Noun,8,7,2,subspace,13.14,0.74,13.14,0.74,none,none,none, subspecialty,subspecialty,0.02,Noun,12,11,4,subspecialty,14.00,0.79,14.00,0.79,none,none,none, substance,substance,7.14,Noun,9,8,2,substance,9.68,1.00,9.68,1.00,none,9.54,none,9.13 substances,substances,1.41,Noun,10,10,3,substance,none,none,9.68,1.00,none,9.54,none,9.13 substandard,substandard,0.43,Adjective,11,10,3,substandard,13.84,1.00,13.84,1.00,none,none,none, substantial,substantial,3.57,Adjective,11,10,3,substantial,10.67,1.00,10.67,1.00,none,none,none, substantiate,substantiate,0.39,Verb,12,11,4,substantiate,14.27,0.83,14.27,0.83,none,none,none, substantiated,substantiated,0.14,Verb,13,13,5,substantiate,none,none,14.27,0.83,none,none,none, substantiates,substantiates,0.08,Verb,13,12,4,substantiate,none,none,14.27,0.83,none,none,none, substantiation,substantiation,0.10,Noun,14,13,5,substantiation,13.11,0.95,13.11,0.95,none,none,none, substantive,substantive,0.24,Adjective,11,10,3,substantive,15.05,0.95,15.05,0.95,none,none,none, substation,substation,0.57,Noun,10,9,3,substation,12.81,0.80,12.81,0.80,none,none,none, substations,substations,0.14,Noun,11,10,3,substation,none,none,12.81,0.80,none,none,none, substitute,substitute,4.67,Noun,10,9,3,substitute,7.06,1.00,7.06,1.00,none,9.19,none, substituted,substituted,0.37,Verb,11,11,4,substitute,none,none,7.06,1.00,none,9.19,none, substitutes,substitutes,0.33,Noun,11,10,3,substitute,none,none,7.06,1.00,none,9.19,none, substituting,substituting,0.35,Verb,12,11,4,substitute,none,none,7.06,1.00,none,9.19,none, substitution,substitution,0.41,Noun,12,11,4,substitution,8.85,1.00,8.85,1.00,none,none,none, substitutions,substitutions,0.18,Noun,13,13,4,substitution,none,none,8.85,1.00,none,none,none, substrata,substrata,0.04,Noun,9,9,3,substratum,none,none,14.42,0.53,none,12.90,none, substrate,substrate,0.04,Noun,9,8,2,substrate,16.00,0.58,16.00,0.58,none,none,none, substratum,substratum,0.00,Err:512,10,10,3,substratum,14.42,0.53,14.42,0.53,none,12.90,none, substructure,substructure,0.14,Noun,12,10,3,substructure,13.89,0.90,13.89,0.90,none,none,none, subsurface,subsurface,0.08,Noun,10,8,3,subsurface,15.30,0.95,15.30,0.95,none,none,none, subsystem,subsystem,0.12,Noun,9,9,3,subsystem,12.88,0.85,12.88,0.85,none,none,none, subsystems,subsystems,0.08,Noun,10,10,3,subsystem,none,none,12.88,0.85,none,none,none, subterfuge,subterfuge,0.37,Noun,10,9,3,subterfuge,13.21,0.74,13.21,0.74,none,none,none, subterranean,subterranean,0.65,Adjective,12,10,5,subterranean,12.61,1.00,12.61,1.00,none,none,none, subtext,subtext,0.63,Noun,7,8,2,subtext,13.50,1.00,13.50,1.00,none,none,none, subtitle,subtitle,1.02,Noun,8,8,3,subtitle,9.84,1.00,9.84,1.00,none,none,none, subtitled,subtitled,0.76,Verb,9,9,3,subtitle,none,none,9.84,1.00,none,none,none, subtitles,subtitles,28.14,Noun,9,9,3,subtitle,none,none,9.84,1.00,none,none,none, subtle,subtle,6.94,Adjective,6,5,2,subtle,11.63,1.00,11.63,1.00,11.48,none,none,11.09 subtleness,subtleness,0.02,Noun,10,8,3,subtleness,11.44,1.00,11.44,1.00,none,none,none, subtler,subtler,0.18,Adjective,7,6,3,subtle,none,none,11.63,1.00,11.48,none,none,11.09 subtlest,subtlest,0.04,Adjective,8,8,3,subtle,none,none,11.63,1.00,11.48,none,none,11.09 subtleties,subtleties,0.16,Noun,10,8,3,subtlety,none,none,12.53,0.95,none,none,none, subtlety,subtlety,0.78,Noun,8,7,3,subtlety,12.53,0.95,12.53,0.95,none,none,none, subtotal,subtotal,0.04,Adjective,8,8,3,subtotal,10.00,1.00,10.00,1.00,none,none,none, subtract,subtract,0.55,Verb,8,8,2,subtract,6.53,1.00,6.53,1.00,6.37,none,none,6.13 subtracted,subtracted,0.08,Verb,10,10,3,subtract,none,none,6.53,1.00,6.37,none,none,6.13 subtracting,subtracting,0.24,Verb,11,10,3,subtract,none,none,6.53,1.00,6.37,none,none,6.13 subtraction,subtraction,0.20,Noun,11,10,3,subtraction,6.28,1.00,6.28,1.00,none,none,none, subtype,subtype,0.04,Noun,7,6,2,subtype,13.18,0.89,13.18,0.89,none,none,none, suburb,suburb,0.59,Noun,6,5,2,suburb,9.52,1.00,9.52,1.00,none,10.32,none,9.05 suburban,suburban,2.29,Adjective,8,7,3,suburban,11.56,1.00,11.56,1.00,none,none,none, suburbanite,suburbanite,0.14,Noun,11,9,4,suburbanite,11.67,0.79,11.67,0.79,none,none,none, suburbanites,suburbanites,0.06,Noun,12,10,4,suburbanite,none,none,11.67,0.79,none,none,none, suburbanizing,suburbanizing,0.02,Noun,13,11,5,suburbanizing,15.67,0.95,15.67,0.95,none,none,none, suburbia,suburbia,0.75,Noun,8,7,4,suburbia,12.06,0.95,12.06,0.95,none,none,none, suburbs,suburbs,2.35,Noun,7,6,2,suburb,none,none,9.52,1.00,none,10.32,none,9.05 subversion,subversion,0.18,Noun,10,8,3,subversion,14.31,0.80,14.31,0.80,none,none,none, subversive,subversive,1.06,Adjective,10,8,3,subversive,13.81,0.89,13.81,0.89,none,none,none, subversives,subversives,0.14,Noun,11,9,3,subversive,none,none,13.81,0.89,none,none,none, subvert,subvert,0.33,Verb,7,6,2,subvert,13.21,0.78,13.21,0.78,none,none,none, subverted,subverted,0.06,Verb,9,8,3,subvert,none,none,13.21,0.78,none,none,none, subverting,subverting,0.12,Verb,10,8,3,subvert,none,none,13.21,0.78,none,none,none, subverts,subverts,0.02,Verb,8,7,2,subvert,none,none,13.21,0.78,none,none,none, subway,subway,10.71,Noun,6,5,2,subway,7.68,1.00,7.68,1.00,none,none,none,7.26 subways,subways,0.65,Noun,7,6,2,subway,none,none,7.68,1.00,none,none,none,7.26 subzero,subzero,0.24,Noun,7,7,3,subzero,11.72,1.00,11.72,1.00,none,none,none, succedaneum,succedaneum,0.02,Noun,11,11,5,succedaneum,16.25,0.21,16.25,0.21,none,none,none, succeed,succeed,9.45,Verb,7,6,2,succeed,8.16,1.00,8.16,1.00,8.13,none,none,8.79 succeeded,succeeded,3.65,Verb,9,8,3,succeed,none,none,8.16,1.00,8.13,none,none,8.79 succeeding,succeeding,0.69,Verb,10,8,3,succeed,none,none,8.16,1.00,8.13,none,none,8.79 succeeds,succeeds,0.96,Verb,8,7,2,succeed,none,none,8.16,1.00,8.13,none,none,8.79 success,success,27.25,Noun,7,6,2,success,9.25,1.00,9.25,1.00,none,8.18,none,7.19 successes,successes,0.86,Noun,9,8,3,success,none,none,9.25,1.00,none,8.18,none,7.19 successful,successful,20.33,Adjective,10,9,3,successful,8.56,1.00,8.56,1.00,none,none,none, succession,succession,0.94,Noun,10,8,3,succession,10.76,1.00,10.76,1.00,none,none,none, successions,successions,0.02,Noun,11,9,3,succession,none,none,10.76,1.00,none,none,none, successive,successive,0.16,Adjective,10,8,3,successive,11.89,1.00,11.89,1.00,none,none,none, successor,successor,1.67,Noun,9,7,3,successor,12.24,1.00,12.24,1.00,none,none,none, successors,successors,0.04,Noun,10,8,3,successor,none,none,12.24,1.00,none,none,none, succinct,succinct,0.24,Adjective,8,8,2,succinct,14.24,0.85,14.24,0.85,none,none,none, succor,succour,0.20,Noun,6,4,2,succor,14.50,0.67,14.50,0.67,none,none,none, succotash,succotash,0.35,Noun,9,7,3,succotash,10.20,0.79,10.20,0.79,none,none,none, succubae,succubae,0.06,Noun,8,7,3,succubus,none,none,15.82,0.94,none,none,none, succubus,succubus,0.73,Noun,8,8,3,succubus,15.82,0.94,15.82,0.94,none,none,none, succulent,succulent,0.45,Adjective,9,9,3,succulent,12.32,1.00,12.32,1.00,none,none,none, succulents,succulents,0.04,Noun,10,10,3,succulent,none,none,12.32,1.00,none,none,none, succumb,succumb,0.37,Verb,7,5,2,succumb,13.00,0.95,13.00,0.95,none,none,none, succumbed,succumbed,0.63,Verb,9,6,2,succumb,none,none,13.00,0.95,none,none,none, succumbing,succumbing,0.22,Verb,10,7,3,succumb,none,none,13.00,0.95,none,none,none, succumbs,succumbs,0.08,Verb,8,6,2,succumb,none,none,13.00,0.95,none,none,none, such,such,291.22,Determiner,4,3,1,such,6.42,1.00,6.42,1.00,6.41,none,6.30, suchlike,suchlike,0.08,Adjective,8,6,2,suchlike,13.36,0.74,13.36,0.74,none,none,none, suck,suck,34.88,Verb,4,3,1,suck,5.58,1.00,5.58,1.00,4.30,none,6.13, sucked,sucked,10.12,Verb,6,4,1,suck,none,none,5.58,1.00,4.30,none,6.13, sucker,sucker,16.35,Noun,6,4,2,sucker,6.11,1.00,6.11,1.00,none,none,none, suckered,suckered,0.67,Verb,8,5,2,sucker,none,none,6.11,1.00,none,none,none, suckerfish,suckerfish,0.04,Noun,10,7,3,suckerfish,11.24,0.89,11.24,0.89,none,none,none, suckers,suckers,4.92,Noun,7,5,2,sucker,none,none,6.11,1.00,none,none,none, sucking,sucking,7.37,Verb,7,5,2,suck,none,none,5.58,1.00,4.30,none,6.13, suckle,suckle,0.18,Verb,6,5,2,suckle,9.61,0.95,9.61,0.95,none,none,none, suckled,suckled,0.10,Verb,7,6,2,suckle,none,none,9.61,0.95,none,none,none, suckles,suckles,0.08,Verb,7,6,2,suckle,none,none,9.61,0.95,none,none,none, suckling,suckling,0.35,Verb,8,6,2,suckle,none,none,9.61,0.95,none,none,none, sucks,sucks,24.47,Verb,5,4,1,suck,none,none,5.58,1.00,4.30,none,6.13, sucrose,sucrose,0.02,Noun,7,6,2,sucrose,14.00,0.94,14.00,0.94,none,none,none, suction,suction,5.63,Noun,7,6,2,suction,9.42,1.00,9.42,1.00,none,none,none,10.32 sudden,sudden,33.47,Adverb,6,5,2,sudden,6.67,1.00,6.67,1.00,6.73,none,none,7.49 suddenly,suddenly,55.96,Adverb,8,7,3,suddenly,7.38,1.00,7.38,1.00,6.77,none,none, suddenness,suddenness,0.18,Noun,10,8,3,suddenness,9.40,1.00,9.40,1.00,none,none,none, suds,suds,0.47,Noun,4,4,1,suds,6.79,1.00,6.79,1.00,none,7.39,7.63, sudsy,sudsy,0.06,Adjective,5,5,2,sudsy,8.33,0.95,8.33,0.95,none,none,none, sue,sue,29.37,Verb,3,2,1,sue,11.00,1.00,11.00,1.00,none,none,9.10, sued,sued,4.86,Verb,4,3,1,sue,none,none,11.00,1.00,none,none,9.10, suede,suede,1.80,Noun,5,4,1,suede,10.50,1.00,10.50,1.00,none,none,10.26, sues,sues,0.63,Verb,4,3,1,sue,none,none,11.00,1.00,none,none,9.10, suet,suet,0.22,Noun,4,4,2,suet,11.25,0.67,11.25,0.67,none,none,none, suffer,suffer,22.51,Verb,6,4,2,suffer,8.89,1.00,8.89,1.00,none,none,none,8.70 sufferance,sufferance,0.10,Noun,10,7,3,sufferance,12.71,0.89,12.71,0.89,none,11.70,none, suffered,suffered,12.86,Verb,8,5,2,suffer,none,none,8.89,1.00,none,none,none,8.70 sufferer,sufferer,0.08,Noun,8,5,3,sufferer,9.26,1.00,9.26,1.00,none,none,none, sufferers,sufferers,0.24,Noun,9,6,3,sufferer,none,none,9.26,1.00,none,none,none, suffering,suffering,19.43,Verb,9,6,3,suffering,7.49,1.00,7.49,1.00,none,none,none, sufferings,sufferings,0.39,Noun,10,7,3,suffering,none,none,7.49,1.00,none,none,none, suffers,suffers,3.47,Verb,7,5,2,suffer,none,none,8.89,1.00,none,none,none,8.70 suffice,suffice,1.65,Verb,7,5,2,suffice,12.26,1.00,12.26,1.00,none,none,none,12.53 sufficed,sufficed,0.24,Verb,8,6,2,suffice,none,none,12.26,1.00,none,none,none,12.53 suffices,suffices,0.24,Verb,8,7,3,suffice,none,none,12.26,1.00,none,none,none,12.53 sufficiency,sufficiency,0.08,Noun,11,9,4,sufficiency,12.26,1.00,12.26,1.00,none,none,none, sufficient,sufficient,4.76,Adjective,10,8,3,sufficient,11.00,1.00,11.00,1.00,none,none,none, suffix,suffix,0.04,Noun,6,6,2,suffix,9.16,1.00,9.16,1.00,none,none,none, suffixes,suffixes,0.02,Noun,8,8,3,suffix,none,none,9.16,1.00,none,none,none, suffocate,suffocate,1.51,Verb,9,7,3,suffocate,10.37,1.00,10.37,1.00,8.65,none,none, suffocated,suffocated,1.14,Verb,10,9,4,suffocate,none,none,10.37,1.00,8.65,none,none, suffocates,suffocates,0.20,Verb,10,8,3,suffocate,none,none,10.37,1.00,8.65,none,none, suffocating,suffocating,1.47,Verb,11,9,4,suffocate,none,none,10.37,1.00,8.65,none,none, suffocation,suffocation,0.75,Noun,11,9,4,suffocation,9.84,1.00,9.84,1.00,none,none,none, suffragan,suffragan,Err:512,Err:512,9,8,3,suffragan,18.00,0.05,18.00,0.05,none,none,none, suffrage,suffrage,0.10,Noun,8,6,2,suffrage,14.41,0.94,14.41,0.94,12.61,none,none, suffragette,suffragette,0.16,Noun,11,8,3,suffragette,13.62,0.72,13.62,0.72,none,none,none, suffragist,suffragist,0.02,Noun,10,9,3,suffragist,15.00,0.84,15.00,0.84,none,none,none, sugar,sugar,37.76,Noun,5,4,2,sugar,3.95,1.00,3.95,1.00,none,4.45,none,4.80 sugarcane,sugarcane,0.12,Noun,9,7,3,sugarcane,7.63,1.00,7.63,1.00,none,none,none, sugarcoat,sugar-coat,0.33,Noun,9,7,3,sugarcoat,10.75,1.00,10.75,1.00,none,none,none, sugarcoating,sugar-coating,0.08,Verb,12,9,4,sugarcoat,none,none,10.75,1.00,none,none,none, sugared,sugared,0.18,Adjective,7,5,2,sugared,7.00,0.89,7.00,0.89,none,none,none, sugarless,sugarless,0.18,Adjective,9,7,3,sugarless,8.79,1.00,8.79,1.00,none,none,none, sugarloaf,sugarloaf,0.06,Verb,9,7,3,sugarloaf,10.31,0.73,10.31,0.73,none,none,none, sugarplum,sugarplum,0.27,Noun,9,8,3,sugarplum,7.94,0.95,7.94,0.95,none,none,none, sugarplums,sugarplums,0.12,Noun,10,9,3,sugarplum,none,none,7.94,0.95,none,none,none, sugars,sugars,0.94,Noun,6,5,2,sugar,none,none,3.95,1.00,none,4.45,none,4.80 sugary,sugary,0.29,Adjective,6,5,3,sugary,7.10,1.00,7.10,1.00,none,none,none, suggest,suggest,39.24,Verb,7,7,2,suggest,8.67,1.00,8.67,1.00,8.04,none,none,8.12 suggested,suggested,10.29,Verb,9,9,3,suggest,none,none,8.67,1.00,8.04,none,none,8.12 suggestibility,suggestibility,0.04,Noun,14,14,6,suggestibility,12.95,1.00,12.95,1.00,none,none,none, suggestible,suggestible,0.16,Adjective,11,11,4,suggestible,11.16,1.00,11.16,1.00,none,none,none, suggesting,suggesting,10.80,Verb,10,9,3,suggest,none,none,8.67,1.00,8.04,none,none,8.12 suggestion,suggestion,12.20,Noun,10,9,3,suggestion,9.89,1.00,9.89,1.00,none,9.13,none, suggestions,suggestions,5.41,Noun,11,10,3,suggestion,none,none,9.89,1.00,none,9.13,none, suggestive,suggestive,0.51,Adjective,10,9,3,suggestive,9.95,1.00,9.95,1.00,none,none,none, suggests,suggests,5.02,Verb,8,8,2,suggest,none,none,8.67,1.00,8.04,none,none,8.12 suicidal,suicidal,2.90,Adjective,8,8,4,suicidal,11.17,1.00,11.17,1.00,none,none,none, suicide,suicide,34.25,Noun,7,6,3,suicide,10.16,1.00,10.16,1.00,none,none,none, suicides,suicides,1.78,Noun,8,7,3,suicide,none,none,10.16,1.00,none,none,none, suing,suing,5.75,Verb,5,4,2,sue,none,none,11.00,1.00,none,none,9.10, suit,suit,68.61,Noun,4,3,1,suit,6.67,1.00,6.67,1.00,6.73,none,7.22, suitability,suitability,0.10,Noun,11,10,5,suitability,10.65,1.00,10.65,1.00,none,none,none, suitable,suitable,4.84,Adjective,8,7,3,suitable,9.78,1.00,9.78,1.00,8.23,none,none, suitcase,suitcase,13.39,Noun,8,6,2,suitcase,8.22,1.00,8.22,1.00,none,none,none, suitcases,suitcases,1.82,Noun,9,8,3,suitcase,none,none,8.22,1.00,none,none,none, suite,suite,16.65,Noun,5,4,1,suite,9.37,1.00,9.37,1.00,none,9.07,9.08, suited,suited,2.98,Verb,6,5,2,suit,none,none,6.67,1.00,6.73,none,7.22, suites,suites,1.65,Noun,6,5,1,suite,none,none,9.37,1.00,none,9.07,9.08, suiting,suiting,0.14,Verb,7,5,2,suit,none,none,6.67,1.00,6.73,none,7.22, suitor,suitor,1.35,Noun,6,4,2,suitor,11.94,0.89,11.94,0.89,none,none,none,11.29 suitors,suitors,0.76,Noun,7,5,2,suitor,none,none,11.94,0.89,none,none,none,11.29 suits,suits,17.55,Noun,5,4,1,suit,none,none,6.67,1.00,6.73,none,7.22, sukiyaki,sukiyaki,0.08,Noun,8,7,4,sukiyaki,13.56,0.50,13.56,0.50,none,none,none, sulfa,sulpha,0.47,Noun,5,5,2,sulfa,14.08,0.63,14.08,0.63,none,none,none, sulfanilamide,sulfanilamide,0.04,Noun,13,12,5,sulfanilamide,18.00,0.20,18.00,0.20,none,none,none, sulfate,sulphate,0.39,Noun,7,6,2,sulfate,14.24,0.94,14.24,0.94,none,none,none, sulfide,sulphide,0.18,Noun,7,6,2,sulfide,13.06,0.95,13.06,0.95,none,none,none, sulfides,sulphides,0.02,Noun,8,7,2,sulfide,none,none,13.06,0.95,none,none,none, sulfite,sulfite,0.02,Noun,7,6,2,sulfite,14.88,0.89,14.88,0.89,none,none,none, sulfonamide,sulfonamide,0.02,Noun,11,10,4,sulfonamide,16.00,0.50,16.00,0.50,none,none,none, sulfur,sulphur,1.18,Noun,6,5,2,sulfur,13.60,1.00,13.60,1.00,none,none,none,11.90 sulfuric,sulphuric,0.35,Adjective,8,9,3,sulfuric,11.74,1.00,11.74,1.00,none,none,none, sulk,sulk,0.75,Verb,4,4,1,sulk,7.84,0.95,7.84,0.95,6.11,none,9.39, sulked,sulked,0.02,Verb,6,5,1,sulk,none,none,7.84,0.95,6.11,none,9.39, sulking,sulking,1.18,Verb,7,6,2,sulk,none,none,7.84,0.95,6.11,none,9.39, sulks,sulks,0.12,Verb,5,5,1,sulk,none,none,7.84,0.95,6.11,none,9.39, sulky,sulky,0.20,Adjective,5,5,2,sulky,9.06,0.90,9.06,0.90,none,6.05,none, sullen,sullen,0.57,Adjective,6,5,2,sullen,11.59,0.89,11.59,0.89,none,none,none, sullied,sullied,0.29,Verb,7,5,2,sully,none,none,12.73,0.83,none,none,none,12.53 sullies,sullies,0.06,Verb,7,5,2,sully,none,none,12.73,0.83,none,none,none,12.53 sully,sully,3.76,Verb,5,4,2,sully,12.73,0.83,12.73,0.83,none,none,none,12.53 sulphur,sulfur,0.84,0.84,7,5,2,sulphur,10.59,1.00,10.59,1.00,none,11.94,none,12.43 sulphuric,sulfuric,0.22,0.22,9,7,3,sulphuric,13.06,0.80,13.06,0.80,none,none,none, sulphurous,sulfurous,0.02,0.02,10,7,3,sulphurous,13.20,0.79,13.20,0.79,none,none,none, sultan,sultan,3.22,Noun,6,6,2,sultan,9.24,0.94,9.24,0.94,none,11.15,none,10.70 sultanate,sultanate,0.02,Noun,9,8,3,sultanate,15.64,0.70,15.64,0.70,none,none,none, sultans,sultans,0.08,Noun,7,7,2,sultan,none,none,9.24,0.94,none,11.15,none,10.70 sultry,sultry,0.27,Adjective,6,6,2,sultry,12.16,1.00,12.16,1.00,none,none,none, sum,sum,10.25,Noun,3,3,1,sum,7.10,1.00,7.10,1.00,none,5.67,7.15, sumac,sumac,0.08,Noun,5,5,2,sumac,11.14,0.78,11.14,0.78,none,none,none, summaries,summaries,0.12,Noun,9,6,3,summary,none,none,8.00,1.00,none,none,none, summarization,summarization,0.02,Noun,13,11,5,summarization,11.67,1.00,11.67,1.00,none,none,none, summarize,summarise,0.39,Verb,9,6,3,summarize,10.74,1.00,10.74,1.00,none,none,none, summarized,summarised,0.06,Verb,10,7,3,summarize,none,none,10.74,1.00,none,none,none, summarizes,summarises,0.02,Verb,10,8,4,summarize,none,none,10.74,1.00,none,none,none, summary,summary,1.67,Noun,7,5,3,summary,8.00,1.00,8.00,1.00,none,none,none, summation,summation,0.65,Noun,9,7,3,summation,13.59,0.85,13.59,0.85,none,none,none, summations,summations,0.10,Noun,10,8,3,summation,none,none,13.59,0.85,none,none,none, summed,summed,0.41,Verb,6,4,1,sum,none,none,7.10,1.00,none,5.67,7.15, summer,summer,78.67,Noun,6,4,2,summer,4.33,1.00,4.33,1.00,none,5.20,none,4.75 summerhouse,summerhouse,0.43,Noun,11,7,3,summerhouse,10.33,1.00,10.33,1.00,none,none,none, summerhouses,summerhouses,0.04,Noun,12,9,4,summerhouse,none,none,10.33,1.00,none,none,none, summering,summering,0.06,Verb,9,6,3,summer,none,none,4.33,1.00,none,5.20,none,4.75 summers,summers,2.63,Noun,7,5,2,summer,none,none,4.33,1.00,none,5.20,none,4.75 summertime,summertime,1.20,Noun,10,7,3,summertime,5.22,1.00,5.22,1.00,none,none,none, summery,summery,0.12,Adjective,7,6,3,summery,9.93,0.74,9.93,0.74,none,none,none, summing,summing,0.08,Verb,7,5,2,sum,none,none,7.10,1.00,none,5.67,7.15, summit,summit,3.33,Noun,6,5,2,summit,10.11,1.00,10.11,1.00,none,none,none,10.60 summits,summits,0.10,Noun,7,6,2,summit,none,none,10.11,1.00,none,none,none,10.60 summon,summon,3.86,Verb,6,5,2,summon,11.33,1.00,11.33,1.00,none,none,none,11.29 summoned,summoned,2.96,Verb,8,6,2,summon,none,none,11.33,1.00,none,none,none,11.29 summoning,summoning,0.57,Verb,9,7,3,summon,none,none,11.33,1.00,none,none,none,11.29 summons,summons,1.59,Noun,7,6,2,summons,12.20,1.00,12.20,1.00,none,none,none,11.29 summonses,summonses,0.10,Noun,9,8,3,summons,none,none,12.20,1.00,none,none,none,11.29 sumo,sumo,0.82,Noun,4,4,2,sumo,9.81,0.89,9.81,0.89,none,none,none, sump,sump,0.27,Noun,4,4,1,sump,13.92,0.72,13.92,0.72,none,none,none, sumptuous,sumptuous,0.31,Adjective,9,8,2,sumptuous,13.80,0.79,13.80,0.79,none,none,none, sumptuousness,sumptuousness,0.02,Noun,13,12,4,sumptuousness,14.07,0.75,14.07,0.75,none,none,none, sums,sums,1.73,Noun,4,4,1,sum,none,none,7.10,1.00,none,5.67,7.15, sun,sun,69.67,Noun,3,3,1,sun,3.40,1.00,3.40,1.00,none,3.84,3.37, sunbath,sunbath,0.10,Noun,7,6,2,sunbath,9.60,1.00,9.60,1.00,none,none,none, sunbathe,sunbathe,0.20,Verb,8,6,2,sunbathe,8.47,1.00,8.47,1.00,7.53,none,none, sunbather,sunbather,0.02,Noun,9,7,3,sunbather,9.05,0.95,9.05,0.95,none,none,none, sunbathers,sunbathers,0.02,Noun,10,8,3,sunbather,none,none,9.05,0.95,none,none,none, sunbathes,sunbathes,0.04,Verb,9,7,2,sunbathe,none,none,8.47,1.00,7.53,none,none, sunbathing,sunbathing,0.37,Verb,10,8,3,sunbathe,none,none,8.47,1.00,7.53,none,none, sunbaths,sunbaths,0.04,Noun,8,7,2,sunbath,none,none,9.60,1.00,none,none,none, sunbeam,sunbeam,0.35,Noun,7,6,2,sunbeam,6.43,1.00,6.43,1.00,none,none,none, sunbeams,sunbeams,0.08,Noun,8,7,2,sunbeam,none,none,6.43,1.00,none,none,none, sunbelt,sunbelt,0.06,Noun,7,7,2,sunbelt,11.89,0.90,11.89,0.90,none,none,none, sunbird,sunbird,0.04,Noun,7,6,2,sunbird,11.50,0.84,11.50,0.84,none,none,none, sunbirds,sunbirds,0.02,Noun,8,7,2,sunbird,none,none,11.50,0.84,none,none,none, sunburn,sunburn,0.65,Noun,7,6,2,sunburn,7.26,1.00,7.26,1.00,none,none,none, sunburns,sunburns,0.04,Noun,8,7,2,sunburn,none,none,7.26,1.00,none,none,none, sunburst,sunburst,0.12,Noun,8,7,2,sunburst,10.95,1.00,10.95,1.00,none,none,none, sundae,sundae,1.59,Noun,6,5,2,sundae,5.11,1.00,5.11,1.00,none,none,none,5.87 sundaes,sundaes,0.53,Noun,7,6,2,sundae,none,none,5.11,1.00,none,none,none,5.87 sunday,sunday,43.25,43.25,6,5,2,sunday,5.44,1.00,5.44,1.00,none,none,none, sundeck,sundeck,0.02,Noun,7,6,2,sundeck,9.40,0.95,9.40,0.95,none,none,none, sunder,sunder,0.04,Verb,6,5,2,sunder,14.50,0.74,14.50,0.74,none,none,none, sundial,sundial,0.45,Noun,7,6,2,sundial,8.68,0.90,8.68,0.90,none,none,none, sundown,sundown,3.41,Noun,7,6,2,sundown,6.11,1.00,6.11,1.00,none,none,none, sundowner,sundowner,0.04,Noun,9,7,3,sundowner,15.00,0.50,15.00,0.50,none,none,none, sundress,sundress,0.08,Noun,8,7,2,sundress,9.32,1.00,9.32,1.00,none,none,none, sundresses,sundresses,0.06,Noun,10,9,3,sundress,none,none,9.32,1.00,none,none,none, sundries,sundries,0.08,Noun,8,7,2,sundries,12.60,0.79,12.60,0.79,none,none,none, sundry,sundry,0.25,Adjective,6,6,2,sundry,13.05,0.95,13.05,0.95,none,none,none, sunfish,sunfish,0.16,Noun,7,6,2,sunfish,9.44,0.84,9.44,0.84,none,none,none, sunflower,sunflower,0.67,Noun,9,7,3,sunflower,6.00,1.00,6.00,1.00,none,none,none, sunflowers,sunflowers,0.47,Noun,10,8,3,sunflower,none,none,6.00,1.00,none,none,none, sung,sung,3.49,Verb,4,3,1,sing,none,none,3.47,1.00,4.37,4.54,4.67, sunglass,sunglass,0.14,Noun,8,7,2,sunglass,5.28,0.95,5.28,0.95,none,none,none, sunglasses,sunglasses,3.94,Noun,10,9,3,sunglasses,5.56,1.00,5.56,1.00,none,none,none, sunk,sunk,4.65,Verb,4,4,1,sink,none,none,4.47,1.00,4.58,5.03,5.34, sunken,sunken,0.90,Adjective,6,6,2,sunken,8.50,0.95,8.50,0.95,none,none,none, sunlamp,sunlamp,0.12,Noun,7,7,2,sunlamp,12.06,0.86,12.06,0.86,none,none,none, sunlamps,sunlamps,0.02,Noun,8,8,2,sunlamp,none,none,12.06,0.86,none,none,none, sunless,sunless,0.12,Adjective,7,6,2,sunless,7.42,1.00,7.42,1.00,none,none,none, sunlight,sunlight,4.63,Noun,8,6,2,sunlight,5.00,1.00,5.00,1.00,none,5.88,none, sunlit,sunlit,0.18,Adjective,6,6,2,sunlit,8.00,0.95,8.00,0.95,none,none,none, sunnier,sunnier,0.08,Adjective,7,5,3,sunny,none,none,6.17,1.00,none,none,none,4.54 sunniest,sunniest,0.02,Adjective,8,7,3,sunny,none,none,6.17,1.00,none,none,none,4.54 sunning,sunning,0.12,Verb,7,5,2,sun,none,none,3.40,1.00,none,3.84,3.37, sunny,sunny,7.67,Adjective,5,4,2,sunny,6.17,1.00,6.17,1.00,none,none,none,4.54 sunray,sunray,0.10,Noun,6,5,2,sunray,7.61,1.00,7.61,1.00,none,none,none, sunrise,sunrise,6.06,Noun,7,6,2,sunrise,5.72,1.00,5.72,1.00,none,none,none, sunrises,sunrises,0.12,Noun,8,8,3,sunrise,none,none,5.72,1.00,none,none,none, sunroof,sunroof,0.43,Noun,7,6,2,sunroof,11.15,1.00,11.15,1.00,none,none,none, sunroom,sunroom,0.14,Noun,7,6,2,sunroom,9.37,0.90,9.37,0.90,none,none,none, suns,suns,0.94,Noun,4,4,1,sun,none,none,3.40,1.00,none,3.84,3.37, sunscreen,sunscreen,1.00,Noun,9,8,2,sunscreen,5.33,1.00,5.33,1.00,none,none,none, sunscreens,sunscreens,0.02,Noun,10,9,2,sunscreen,none,none,5.33,1.00,none,none,none, sunset,sunset,10.31,Noun,6,6,2,sunset,6.06,1.00,6.06,1.00,none,none,none, sunsets,sunsets,0.92,Noun,7,7,2,sunset,none,none,6.06,1.00,none,none,none, sunshine,sunshine,11.84,Noun,8,6,2,sunshine,4.58,1.00,4.58,1.00,none,4.31,none, sunshiny,sunshiny,0.22,Adjective,8,7,3,sunshiny,6.21,0.78,6.21,0.78,none,none,none, sunspot,sunspot,0.25,Noun,7,7,2,sunspot,12.21,1.00,12.21,1.00,none,none,none, sunspots,sunspots,0.20,Noun,8,8,2,sunspot,none,none,12.21,1.00,none,none,none, sunstroke,sunstroke,0.29,Noun,9,8,2,sunstroke,9.78,0.95,9.78,0.95,none,none,none, suntan,suntan,0.98,Noun,6,6,2,suntan,6.44,0.95,6.44,0.95,none,none,none, suntanned,suntanned,0.12,Adjective,9,7,2,suntanned,7.89,1.00,7.89,1.00,none,none,none, suntans,suntans,0.08,Noun,7,7,2,suntan,none,none,6.44,0.95,none,none,none, sunup,sunup,1.16,Noun,5,5,2,sunup,8.07,0.79,8.07,0.79,none,none,none, sup,sup,0.92,Verb,3,3,1,sup,11.53,0.79,11.53,0.79,none,none,11.70, super,super,26.20,Adjective,5,4,2,super,5.32,1.00,5.32,1.00,none,5.77,none,5.62 superagency,superagency,0.02,Noun,11,10,5,superagency,16.08,0.67,16.08,0.67,none,none,none, superb,superb,2.88,Adjective,6,5,2,superb,10.00,1.00,10.00,1.00,none,7.07,none,10.51 supercargo,supercargo,0.02,Noun,10,9,4,supercargo,13.13,0.75,13.13,0.75,none,none,none, supercharged,supercharged,0.18,Adjective,12,9,3,supercharged,10.19,1.00,10.19,1.00,none,none,none, supercharger,supercharger,0.16,Noun,12,9,4,supercharger,12.69,0.72,12.69,0.72,none,none,none, superchargers,superchargers,0.06,Noun,13,10,4,supercharger,none,none,12.69,0.72,none,none,none, supercilious,supercilious,0.14,Adjective,12,10,5,supercilious,14.89,0.50,14.89,0.50,none,none,none, supercomputer,supercomputer,0.25,Noun,13,12,5,supercomputer,12.44,1.00,12.44,1.00,none,none,none, supercomputers,supercomputers,0.06,Noun,14,13,5,supercomputer,none,none,12.44,1.00,none,none,none, superconducting,superconducting,0.12,Adjective,15,13,5,superconducting,14.06,0.84,14.06,0.84,none,none,none, superconductivity,superconductivity,0.04,Noun,17,16,7,superconductivity,13.83,0.95,13.83,0.95,none,none,none, superconductor,superconductor,0.08,Noun,14,12,5,superconductor,13.79,1.00,13.79,1.00,none,none,none, superconductors,superconductors,0.06,Noun,15,13,5,superconductor,none,none,13.79,1.00,none,none,none, supercritical,supercritical,0.04,Adjective,13,12,5,supercritical,13.41,0.94,13.41,0.94,none,none,none, superego,superego,0.08,Noun,8,7,4,superego,15.41,0.94,15.41,0.94,none,none,none, superficial,superficial,2.90,Adjective,11,9,4,superficial,12.83,1.00,12.83,1.00,none,none,none, superfluity,superfluity,0.02,Noun,11,10,5,superfluity,16.14,0.78,16.14,0.78,none,12.64,none, superfluous,superfluous,0.45,Adjective,11,9,3,superfluous,14.35,0.94,14.35,0.94,none,none,none, superglue,superglue,0.22,Verb,9,7,3,superglue,7.21,1.00,7.21,1.00,none,none,none, superheat,superheat,0.06,Verb,9,7,3,superheat,11.07,0.79,11.07,0.79,none,none,none, superheated,superheated,0.14,Adjective,11,9,4,superheated,10.15,1.00,10.15,1.00,none,none,none, superhero,superhero,3.33,Noun,9,8,4,superhero,5.40,1.00,5.40,1.00,none,none,none, superheroes,superheroes,1.14,Noun,11,9,4,superhero,none,none,5.40,1.00,none,none,none, superhighway,superhighway,0.10,Noun,12,8,4,superhighway,11.11,1.00,11.11,1.00,none,none,none, superhighways,superhighways,0.02,Noun,13,9,4,superhighway,none,none,11.11,1.00,none,none,none, superhuman,superhuman,0.80,Adjective,10,10,4,superhuman,7.67,1.00,7.67,1.00,none,none,none, superimpose,superimpose,0.22,Verb,11,9,4,superimpose,12.53,1.00,12.53,1.00,none,none,none, superimposes,superimposes,0.02,Verb,12,11,5,superimpose,none,none,12.53,1.00,none,none,none, superimposition,superimposition,0.04,Noun,15,13,6,superimposition,13.17,0.63,13.17,0.63,none,none,none, superimpositions,superimpositions,0.02,Noun,16,14,6,superimposition,none,none,13.17,0.63,none,none,none, superintendant,superintendant,0.02,Noun,14,13,5,superintendant,9.88,0.94,9.88,0.94,none,none,none, superintendent,superintendent,4.29,Noun,14,13,5,superintendent,8.50,1.00,8.50,1.00,none,none,none, superintendents,superintendents,0.06,Noun,15,14,5,superintendent,none,none,8.50,1.00,none,none,none, superior,superior,13.00,Adjective,8,7,4,superior,9.84,1.00,9.84,1.00,none,none,none, superiority,superiority,1.31,Noun,11,11,6,superiority,10.74,1.00,10.74,1.00,none,none,none, superiors,superiors,2.80,Noun,9,8,4,superior,none,none,9.84,1.00,none,none,none, superlative,superlative,0.10,Adjective,11,9,4,superlative,12.89,1.00,12.89,1.00,none,none,none, superlatives,superlatives,0.10,Noun,12,10,4,superlative,none,none,12.89,1.00,none,none,none, supermarket,supermarket,5.00,Noun,11,10,4,supermarket,4.53,1.00,4.53,1.00,none,none,none, supermarkets,supermarkets,0.67,Noun,12,11,4,supermarket,none,none,4.53,1.00,none,none,none, supermodel,supermodel,0.92,Noun,10,9,4,supermodel,10.37,1.00,10.37,1.00,none,none,none, supermodels,supermodels,0.20,Noun,11,10,4,supermodel,none,none,10.37,1.00,none,none,none, supermom,supermom,0.14,Noun,8,7,3,supermom,10.33,0.95,10.33,0.95,none,none,none, supernatural,supernatural,4.41,Adjective,12,10,5,supernatural,11.11,1.00,11.11,1.00,none,none,none, supernormal,supernormal,0.02,Adjective,11,10,4,supernormal,11.62,0.89,11.62,0.89,none,none,none, supernova,supernova,0.39,Noun,9,8,4,supernova,10.83,1.00,10.83,1.00,none,none,none, supernovae,supernovae,0.02,Noun,10,9,4,supernova,none,none,10.83,1.00,none,none,none, supernovas,supernovas,0.02,Noun,10,9,4,supernova,none,none,10.83,1.00,none,none,none, superoxide,superoxide,0.04,Noun,10,9,4,superoxide,14.67,0.63,14.67,0.63,none,none,none, superposition,superposition,0.45,Noun,13,11,5,superposition,13.31,0.72,13.31,0.72,none,none,none, superpower,superpower,0.63,Noun,10,7,4,superpower,7.53,1.00,7.53,1.00,none,none,none, superpowers,superpowers,0.53,Noun,11,8,4,superpower,none,none,7.53,1.00,none,none,none, supers,supers,0.08,Noun,6,5,2,super,none,none,5.32,1.00,none,5.77,none,5.62 supersede,supersede,0.16,Verb,9,7,3,supersede,13.47,0.89,13.47,0.89,none,none,none, superseded,superseded,0.16,Verb,10,9,4,supersede,none,none,13.47,0.89,none,none,none, supersedes,supersedes,0.22,Verb,10,8,3,supersede,none,none,13.47,0.89,none,none,none, supersensitive,supersensitive,0.04,Adjective,14,12,5,supersensitive,12.91,1.00,12.91,1.00,none,none,none, supersensory,supersensory,0.02,Adjective,12,10,5,supersensory,12.94,0.90,12.94,0.90,none,none,none, supersession,supersession,0.02,Noun,12,9,4,supersession,13.54,0.68,13.54,0.68,none,none,none, superset,superset,0.02,Noun,8,7,3,superset,14.62,0.68,14.62,0.68,none,none,none, supersize,supersize,0.10,Verb,9,7,3,supersize,9.16,1.00,9.16,1.00,none,none,none, supersonic,supersonic,0.39,Adjective,10,9,4,supersonic,10.12,0.94,10.12,0.94,none,none,none, superstar,superstar,3.43,Noun,9,8,3,superstar,10.16,1.00,10.16,1.00,none,none,none, superstars,superstars,0.29,Noun,10,9,3,superstar,none,none,10.16,1.00,none,none,none, superstition,superstition,2.06,Noun,12,10,4,superstition,10.35,1.00,10.35,1.00,none,none,none, superstitions,superstitions,0.53,Noun,13,11,4,superstition,none,none,10.35,1.00,none,none,none, superstitious,superstitious,3.43,Adjective,13,10,4,superstitious,9.44,1.00,9.44,1.00,none,none,none, superstore,superstore,0.43,Noun,10,8,3,superstore,10.50,1.00,10.50,1.00,none,none,none, superstructure,superstructure,0.27,Noun,14,11,4,superstructure,13.12,0.94,13.12,0.94,none,none,none, supertanker,supertanker,0.06,Noun,11,9,4,supertanker,12.12,0.84,12.12,0.84,none,none,none, supertankers,supertankers,0.02,Noun,12,10,4,supertanker,none,none,12.12,0.84,none,none,none, supervise,supervise,1.92,Verb,9,7,3,supervise,11.00,1.00,11.00,1.00,none,none,none, supervised,supervised,1.39,Verb,10,8,3,supervise,none,none,11.00,1.00,none,none,none, supervises,supervises,0.16,Verb,10,9,4,supervise,none,none,11.00,1.00,none,none,none, supervising,supervising,0.86,Verb,11,9,4,supervise,none,none,11.00,1.00,none,none,none, supervision,supervision,2.47,Noun,11,9,4,supervision,8.90,1.00,8.90,1.00,none,none,none, supervisor,supervisor,5.96,Noun,10,8,4,supervisor,9.17,1.00,9.17,1.00,none,none,none, supervisors,supervisors,0.37,Noun,11,9,4,supervisor,none,none,9.17,1.00,none,none,none, supervisory,supervisory,0.31,Adjective,11,9,5,supervisory,11.44,1.00,11.44,1.00,none,none,none, superwoman,superwoman,0.33,Noun,10,9,4,superwoman,8.39,1.00,8.39,1.00,none,none,none, supine,supine,0.08,Adjective,6,5,2,supine,16.43,0.74,16.43,0.74,none,none,none, supped,supped,0.10,Verb,6,4,1,sup,none,none,11.53,0.79,none,none,11.70, supper,supper,19.37,Noun,6,4,2,supper,6.32,1.00,6.32,1.00,none,5.15,none,5.31 suppers,suppers,0.24,Noun,7,5,2,supper,none,none,6.32,1.00,none,5.15,none,5.31 suppertime,suppertime,0.61,Noun,10,7,3,suppertime,3.58,1.00,3.58,1.00,none,none,none, supping,supping,0.08,Verb,7,5,2,sup,none,none,11.53,0.79,none,none,11.70, supplant,supplant,0.06,Verb,8,7,2,supplant,13.47,0.83,13.47,0.83,none,none,none, supplanted,supplanted,0.10,Verb,10,9,3,supplant,none,none,13.47,0.83,none,none,none, supplants,supplants,0.02,Verb,9,8,2,supplant,none,none,13.47,0.83,none,none,none, supple,supple,0.61,Adjective,6,5,2,supple,11.71,0.89,11.71,0.89,none,none,none,11.59 supplement,supplement,1.14,Noun,10,9,3,supplement,11.45,1.00,11.45,1.00,none,none,none, supplemental,supplemental,0.59,Adjective,12,11,4,supplemental,12.63,1.00,12.63,1.00,none,none,none, supplementary,supplementary,0.25,Adjective,13,11,5,supplementary,12.06,1.00,12.06,1.00,none,none,none, supplementing,supplementing,0.06,Verb,13,11,4,supplement,none,none,11.45,1.00,none,none,none, supplements,supplements,0.45,Noun,11,10,3,supplement,none,none,11.45,1.00,none,none,none, suppleness,suppleness,0.02,Noun,10,8,3,suppleness,11.12,0.89,11.12,0.89,none,none,none, supplicant,supplicant,0.08,Noun,10,9,3,supplicant,11.93,0.83,11.93,0.83,none,none,none, supplicants,supplicants,0.02,Noun,11,10,3,supplicant,none,none,11.93,0.83,none,none,none, supplicate,supplicate,0.06,Verb,10,8,3,supplicate,16.11,0.90,16.11,0.90,none,none,none, supplication,supplication,0.12,Noun,12,10,4,supplication,12.18,0.94,12.18,0.94,none,none,none, supplications,supplications,0.08,Noun,13,11,4,supplication,none,none,12.18,0.94,none,none,none, supplied,supplied,2.39,Verb,8,6,2,supply,none,none,8.73,1.00,none,8.30,none,7.96 supplier,supplier,1.94,Noun,8,6,3,supplier,10.05,1.00,10.05,1.00,none,none,none, suppliers,suppliers,0.75,Noun,9,7,3,supplier,none,none,10.05,1.00,none,none,none, supplies,supplies,14.06,Noun,8,6,2,supply,none,none,8.73,1.00,none,8.30,none,7.96 supply,supply,18.67,Noun,6,5,2,supply,8.73,1.00,8.73,1.00,none,8.30,none,7.96 supplying,supplying,0.82,Verb,9,7,3,supply,none,none,8.73,1.00,none,8.30,none,7.96 support,support,50.73,Noun,7,6,2,support,8.53,1.00,8.53,1.00,8.19,none,none,7.49 supportable,supportable,0.04,Adjective,11,10,4,supportable,11.15,1.00,11.15,1.00,none,none,none, supported,supported,3.65,Verb,9,8,3,support,none,none,8.53,1.00,8.19,none,none,7.49 supporter,supporter,0.73,Noun,9,7,3,supporter,8.75,1.00,8.75,1.00,none,none,none, supporters,supporters,1.04,Noun,10,8,3,supporter,none,none,8.75,1.00,none,none,none, supporting,supporting,4.59,Verb,10,8,3,support,none,none,8.53,1.00,8.19,none,none,7.49 supportive,supportive,4.65,Adjective,10,8,3,supportive,9.56,1.00,9.56,1.00,none,none,none, supports,supports,2.06,Verb,8,7,2,support,none,none,8.53,1.00,8.19,none,none,7.49 suppose,suppose,125.80,Verb,7,5,2,suppose,8.21,1.00,8.21,1.00,7.82,none,none,7.88 supposed,supposed,252.25,Adjective,8,6,2,supposed,8.67,1.00,8.67,1.00,none,none,none, supposes,supposes,0.49,Verb,8,7,3,suppose,none,none,8.21,1.00,7.82,none,none,7.88 supposition,supposition,0.31,Noun,11,9,4,supposition,12.23,0.68,12.23,0.68,none,12.11,none, suppositions,suppositions,0.10,Noun,12,10,4,supposition,none,none,12.23,0.68,none,12.11,none, suppositories,suppositories,0.22,Noun,13,10,5,suppository,none,none,12.00,1.00,none,none,none, suppository,suppository,0.25,Noun,11,9,5,suppository,12.00,1.00,12.00,1.00,none,none,none, suppress,suppress,1.49,Verb,8,6,2,suppress,12.94,1.00,12.94,1.00,none,none,none,11.59 suppressant,suppressant,0.08,Noun,11,9,3,suppressant,14.50,1.00,14.50,1.00,none,none,none, suppressed,suppressed,0.69,Verb,10,7,2,suppress,none,none,12.94,1.00,none,none,none,11.59 suppresser,suppresser,0.02,Noun,10,7,3,suppresser,12.33,1.00,12.33,1.00,none,none,none, suppresses,suppresses,0.14,Verb,10,8,3,suppress,none,none,12.94,1.00,none,none,none,11.59 suppressing,suppressing,0.69,Verb,11,8,3,suppress,none,none,12.94,1.00,none,none,none,11.59 suppression,suppression,0.49,Noun,11,8,3,suppression,11.68,1.00,11.68,1.00,none,none,none, suppressive,suppressive,0.08,Adjective,11,8,3,suppressive,13.30,1.00,13.30,1.00,none,none,none, suppressor,suppressor,0.18,Noun,10,7,3,suppressor,12.85,1.00,12.85,1.00,none,none,none, suppurate,suppurate,0.02,Verb,9,7,3,suppurate,16.60,0.24,16.60,0.24,none,none,none, suppuration,suppuration,Err:512,Err:512,11,9,4,suppuration,16.83,0.29,16.83,0.29,none,none,none, supremacist,supremacist,0.08,Noun,11,11,4,supremacist,13.89,0.95,13.89,0.95,none,none,none, supremacists,supremacists,0.12,Noun,12,12,4,supremacist,none,none,13.89,0.95,none,none,none, supremacy,supremacy,0.57,Noun,9,9,4,supremacy,13.11,1.00,13.11,1.00,none,none,none, supreme,supreme,8.76,Adjective,7,6,2,supreme,8.47,1.00,8.47,1.00,none,10.05,none,9.40 sups,sups,0.02,Verb,4,4,1,sup,none,none,11.53,0.79,none,none,11.70, surcease,surcease,0.10,Noun,8,5,2,surcease,13.54,0.65,13.54,0.65,none,none,none, surcharge,surcharge,0.22,Noun,9,6,2,surcharge,12.53,1.00,12.53,1.00,none,none,none, surd,surd,0.06,Noun,4,4,1,surd,12.75,0.22,12.75,0.22,none,none,none, sure,sure,1099.82,Adjective,4,3,1,sure,4.85,1.00,4.85,1.00,6.02,none,5.61, surefire,sure-fire,0.25,Noun,8,6,3,surefire,11.74,1.00,11.74,1.00,none,none,none, surer,surer,0.24,Adjective,5,4,2,sure,none,none,4.85,1.00,6.02,none,5.61, surest,surest,0.29,Adjective,6,6,2,sure,none,none,4.85,1.00,6.02,none,5.61, surety,surety,0.14,Noun,6,6,3,surety,12.45,0.58,12.45,0.58,none,none,none, surf,surf,6.35,Noun,4,3,1,surf,7.40,1.00,7.40,1.00,none,7.37,6.81, surface,surface,18.24,Noun,7,5,2,surface,8.86,1.00,8.86,1.00,none,7.56,none,8.04 surfaced,surfaced,0.84,Verb,8,6,2,surface,none,none,8.86,1.00,none,7.56,none,8.04 surfaces,surfaces,0.73,Noun,8,7,3,surface,none,none,8.86,1.00,none,7.56,none,8.04 surfacing,surfacing,0.33,Verb,9,7,3,surface,none,none,8.86,1.00,none,7.56,none,8.04 surfactant,surfactant,0.06,Adjective,10,9,3,surfactant,16.00,0.53,16.00,0.53,none,none,none, surfed,surfed,0.41,Verb,6,4,1,surf,none,none,7.40,1.00,none,7.37,6.81, surfeit,surfeit,0.08,Noun,7,5,2,surfeit,13.22,0.47,13.22,0.47,none,none,none, surfer,surfer,1.63,Noun,6,4,2,surfer,7.58,1.00,7.58,1.00,none,none,none, surfers,surfers,1.22,Noun,7,5,2,surfer,none,none,7.58,1.00,none,none,none, surfing,surfing,4.51,Verb,7,5,2,surf,none,none,7.40,1.00,none,7.37,6.81, surfs,surfs,0.12,Verb,5,4,1,surf,none,none,7.40,1.00,none,7.37,6.81, surge,surge,1.84,Noun,5,3,1,surge,9.82,0.94,9.82,0.94,none,10.49,10.53, surged,surged,0.14,Verb,6,4,1,surge,none,none,9.82,0.94,none,10.49,10.53, surgeon,surgeon,16.43,Noun,7,5,2,surgeon,8.58,1.00,8.58,1.00,9.86,none,none,9.13 surgeons,surgeons,3.82,Noun,8,6,2,surgeon,none,none,8.58,1.00,9.86,none,none,9.13 surgeries,surgeries,0.82,Noun,9,6,3,surgery,none,none,7.68,1.00,none,none,none, surgery,surgery,32.37,Noun,7,5,3,surgery,7.68,1.00,7.68,1.00,none,none,none, surges,surges,0.37,Noun,6,5,2,surge,none,none,9.82,0.94,none,10.49,10.53, surgical,surgical,8.02,Adjective,8,7,3,surgical,10.61,1.00,10.61,1.00,none,none,none, surging,surging,0.33,Verb,7,5,2,surge,none,none,9.82,0.94,none,10.49,10.53, surlier,surlier,0.02,Adjective,7,5,3,surly,none,none,11.47,0.89,none,none,none,11.80 surliest,surliest,0.02,Adjective,8,7,3,surly,none,none,11.47,0.89,none,none,none,11.80 surliness,surliness,0.04,Noun,9,7,3,surliness,14.08,0.63,14.08,0.63,none,none,none, surly,surly,0.71,Adjective,5,4,2,surly,11.47,0.89,11.47,0.89,none,none,none,11.80 surmise,surmise,0.35,Verb,7,5,2,surmise,12.72,0.95,12.72,0.95,none,none,none, surmised,surmised,0.20,Verb,8,6,2,surmise,none,none,12.72,0.95,none,none,none, surmises,surmises,0.02,Verb,8,7,3,surmise,none,none,12.72,0.95,none,none,none, surmount,surmount,0.10,Verb,8,6,2,surmount,13.60,0.83,13.60,0.83,none,none,none, surmountable,surmountable,0.06,Adjective,12,10,4,surmountable,13.19,0.89,13.19,0.89,none,none,none, surname,surname,0.94,Noun,7,5,2,surname,12.22,1.00,12.22,1.00,none,none,none, surnamed,surnamed,0.08,Verb,8,6,2,surname,none,none,12.22,1.00,none,none,none, surnames,surnames,0.10,Noun,8,6,2,surname,none,none,12.22,1.00,none,none,none, surpass,surpass,0.35,Verb,7,5,2,surpass,11.00,1.00,11.00,1.00,none,none,none, surpassed,surpassed,1.29,Verb,9,6,2,surpass,none,none,11.00,1.00,none,none,none, surpasses,surpasses,0.31,Verb,9,7,3,surpass,none,none,11.00,1.00,none,none,none, surpassing,surpassing,0.24,Verb,10,7,3,surpass,none,none,11.00,1.00,none,none,none, surplice,surplice,0.02,Noun,8,7,2,surplice,15.30,0.53,15.30,0.53,none,none,none, surplices,surplices,0.02,Noun,9,7,2,surplice,none,none,15.30,0.53,none,none,none, surplus,surplus,2.04,Adjective,7,6,2,surplus,11.33,0.95,11.33,0.95,none,12.94,none,10.90 surpluses,surpluses,0.06,Noun,9,8,3,surplus,none,none,11.33,0.95,none,12.94,none,10.90 surprise,surprise,88.90,Noun,8,6,2,surprise,5.47,1.00,5.47,1.00,none,6.50,none,6.06 surprised,surprised,55.06,Adjective,9,7,2,surprised,6.63,1.00,6.63,1.00,none,none,none, surprises,surprises,9.75,Noun,9,8,3,surprise,none,none,5.47,1.00,none,6.50,none,6.06 surprising,surprising,6.02,Adjective,10,8,3,surprising,7.63,1.00,7.63,1.00,none,none,none, surreal,surreal,1.12,Adjective,7,4,2,surreal,13.72,0.95,13.72,0.95,none,none,none,12.53 surrealism,surrealism,0.27,Noun,10,8,4,surrealism,13.94,0.94,13.94,0.94,none,none,none, surrealist,surrealist,0.14,Adjective,10,9,4,surrealist,14.00,1.00,14.00,1.00,none,none,none, surrealistic,surrealistic,0.22,Adjective,12,9,4,surrealistic,13.53,0.94,13.53,0.94,none,none,none, surrealists,surrealists,0.22,Noun,11,10,4,surrealist,none,none,14.00,1.00,none,none,none, surrender,surrender,15.47,Verb,9,6,3,surrender,7.61,1.00,7.61,1.00,none,7.71,none, surrendered,surrendered,2.31,Verb,11,7,3,surrender,none,none,7.61,1.00,none,7.71,none, surrendering,surrendering,0.98,Verb,12,8,4,surrender,none,none,7.61,1.00,none,7.71,none, surrenders,surrenders,0.37,Verb,10,7,3,surrender,none,none,7.61,1.00,none,7.71,none, surreptitious,surreptitious,0.14,Adjective,13,9,4,surreptitious,14.33,0.83,14.33,0.83,none,none,none, surrogacy,surrogacy,0.10,Noun,9,7,4,surrogacy,14.94,0.94,14.94,0.94,none,none,none, surrogate,surrogate,1.86,Noun,9,6,3,surrogate,14.88,0.89,14.88,0.89,none,none,none, surrogates,surrogates,0.27,Noun,10,7,3,surrogate,none,none,14.88,0.89,none,none,none, surround,surround,3.06,Verb,8,5,2,surround,8.05,1.00,8.05,1.00,none,none,none,8.12 surrounded,surrounded,13.27,Verb,10,7,3,surround,none,none,8.05,1.00,none,none,none,8.12 surroundings,surroundings,2.10,Noun,12,8,3,surroundings,7.28,1.00,7.28,1.00,none,none,none, surrounds,surrounds,0.88,Verb,9,6,2,surround,none,none,8.05,1.00,none,none,none,8.12 surtax,surtax,0.04,Noun,6,6,2,surtax,15.57,0.64,15.57,0.64,none,none,none, surveillance,surveillance,18.67,Noun,12,8,3,surveillance,11.33,0.95,11.33,0.95,none,none,none, survey,survey,4.45,Noun,6,4,2,survey,11.26,1.00,11.26,1.00,none,none,none,8.37 surveyed,surveyed,0.29,Verb,8,5,2,survey,none,none,11.26,1.00,none,none,none,8.37 surveying,surveying,0.33,Verb,9,6,3,survey,none,none,11.26,1.00,none,none,none,8.37 surveyor,surveyor,0.25,Noun,8,5,3,surveyor,11.67,1.00,11.67,1.00,11.53,none,none, surveyors,surveyors,0.22,Noun,9,6,3,surveyor,none,none,11.67,1.00,11.53,none,none, surveys,surveys,0.55,Noun,7,5,2,survey,none,none,11.26,1.00,none,none,none,8.37 survivability,survivability,0.06,Noun,13,12,6,survivability,11.70,0.95,11.70,0.95,none,none,none, survivable,survivable,0.04,Adjective,10,9,4,survivable,10.89,1.00,10.89,1.00,none,none,none, survival,survival,10.10,Noun,8,7,3,survival,8.47,1.00,8.47,1.00,none,none,none, survivalist,survivalist,0.10,Noun,11,10,4,survivalist,12.53,1.00,12.53,1.00,none,none,none, survivalists,survivalists,0.04,Noun,12,11,4,survivalist,none,none,12.53,1.00,none,none,none, survivals,survivals,0.04,Noun,9,8,3,survival,none,none,8.47,1.00,none,none,none, survive,survive,30.14,Verb,7,5,2,survive,7.11,1.00,7.11,1.00,9.32,7.37,none,7.80 survived,survived,12.94,Verb,8,6,2,survive,none,none,7.11,1.00,9.32,7.37,none,7.80 survives,survives,1.75,Verb,8,6,2,survive,none,none,7.11,1.00,9.32,7.37,none,7.80 survivor,survivor,4.33,Noun,8,6,3,survivor,7.95,1.00,7.95,1.00,none,none,none, survivors,survivors,6.53,Noun,9,7,3,survivor,none,none,7.95,1.00,none,none,none, survivorship,survivorship,0.06,Noun,12,9,4,survivorship,13.47,0.83,13.47,0.83,none,none,none, susceptibilities,susceptibilities,0.02,Noun,16,14,6,susceptibility,none,none,14.47,0.95,none,none,none, susceptibility,susceptibility,0.10,Noun,14,13,6,susceptibility,14.47,0.95,14.47,0.95,none,none,none, susceptible,susceptible,1.27,Adjective,11,10,4,susceptible,9.94,0.95,9.94,0.95,none,none,none, sushi,sushi,4.35,Noun,5,4,2,sushi,11.19,1.00,11.19,1.00,none,none,none,10.70 suspect,suspect,44.20,Noun,7,7,2,suspect,8.58,1.00,8.58,1.00,none,9.34,none,8.87 suspected,suspected,9.75,Verb,9,9,3,suspect,none,none,8.58,1.00,none,9.34,none,8.87 suspecting,suspecting,0.96,Verb,10,9,3,suspect,none,none,8.58,1.00,none,9.34,none,8.87 suspects,suspects,12.45,Noun,8,8,2,suspect,none,none,8.58,1.00,none,9.34,none,8.87 suspend,suspend,2.76,Verb,7,7,2,suspend,9.11,1.00,9.11,1.00,none,9.34,none,9.22 suspended,suspended,7.31,Verb,9,9,3,suspend,none,none,9.11,1.00,none,9.34,none,9.22 suspender,suspender,0.04,Noun,9,8,3,suspender,7.39,1.00,7.39,1.00,none,none,none, suspenders,suspenders,0.84,Noun,10,9,3,suspender,none,none,7.39,1.00,none,none,none, suspending,suspending,0.39,Verb,10,9,3,suspend,none,none,9.11,1.00,none,9.34,none,9.22 suspends,suspends,0.08,Verb,8,8,2,suspend,none,none,9.11,1.00,none,9.34,none,9.22 suspense,suspense,2.24,Noun,8,7,2,suspense,9.53,1.00,9.53,1.00,none,none,none,9.67 suspenseful,suspenseful,0.22,Adjective,11,10,3,suspenseful,11.11,1.00,11.11,1.00,none,none,none, suspension,suspension,4.35,Noun,10,9,3,suspension,10.11,1.00,10.11,1.00,none,none,none, suspensions,suspensions,0.08,Noun,11,10,3,suspension,none,none,10.11,1.00,none,none,none, suspensor,suspensor,0.02,Noun,9,8,3,suspensor,12.14,0.70,12.14,0.70,none,none,none, suspicion,suspicion,7.31,Noun,9,8,3,suspicion,10.21,1.00,10.21,1.00,none,9.45,none, suspicions,suspicions,3.25,Noun,10,9,3,suspicion,none,none,10.21,1.00,none,9.45,none, suspicious,suspicious,15.98,Adjective,10,8,3,suspicious,7.56,1.00,7.56,1.00,none,none,none, suspiciousness,suspiciousness,0.04,Noun,14,11,4,suspiciousness,10.68,1.00,10.68,1.00,none,none,none, sustain,sustain,2.67,Verb,7,6,2,sustain,10.39,1.00,10.39,1.00,none,11.26,none,10.70 sustainability,sustainability,0.06,Noun,14,13,6,sustainability,13.45,1.00,13.45,1.00,none,none,none, sustainable,sustainable,0.14,Adjective,11,10,4,sustainable,12.74,1.00,12.74,1.00,none,none,none, sustainer,sustainer,0.04,Noun,9,7,3,sustainer,10.94,0.95,10.94,0.95,none,none,none, sustaining,sustaining,0.55,Verb,10,8,3,sustain,none,none,10.39,1.00,none,11.26,none,10.70 sustains,sustains,0.29,Verb,8,7,2,sustain,none,none,10.39,1.00,none,11.26,none,10.70 sustenance,sustenance,0.57,Noun,10,9,3,sustenance,13.18,0.94,13.18,0.94,none,none,none, susurration,susurration,0.02,Noun,11,9,4,susurration,12.00,0.11,12.00,0.11,none,none,none, suture,suture,2.47,Noun,6,4,2,suture,14.61,0.95,14.61,0.95,none,none,none,11.39 sutured,sutured,0.14,Verb,7,5,2,suture,none,none,14.61,0.95,none,none,none,11.39 sutures,sutures,1.65,Noun,7,5,2,suture,none,none,14.61,0.95,none,none,none,11.39 suturing,suturing,0.51,Verb,8,6,3,suture,none,none,14.61,0.95,none,none,none,11.39 svelte,svelte,0.10,Noun,6,5,1,svelte,15.36,0.64,15.36,0.64,none,none,none, swab,swab,2.37,Verb,4,4,1,swab,8.94,1.00,8.94,1.00,none,none,9.17, swabbed,swabbed,0.41,Verb,7,5,1,swab,none,none,8.94,1.00,none,none,9.17, swabbing,swabbing,0.24,Verb,8,6,2,swab,none,none,8.94,1.00,none,none,9.17, swabs,swabs,0.84,Noun,5,5,1,swab,none,none,8.94,1.00,none,none,9.17, swaddle,swaddle,0.08,Verb,7,6,2,swaddle,10.24,0.89,10.24,0.89,none,none,none, swaddling,swaddling,0.20,Noun,9,7,2,swaddling,10.89,0.90,10.89,0.90,none,none,none, swag,swag,0.49,Noun,4,4,1,swag,12.95,0.91,12.95,0.91,none,none,11.70, swagger,swagger,0.24,Noun,7,5,2,swagger,12.00,0.94,12.00,0.94,none,none,none, swags,swags,0.04,Noun,5,5,1,swag,none,none,12.95,0.91,none,none,11.70, swallow,swallow,12.73,Verb,7,5,2,swallow,5.17,1.00,5.17,1.00,7.10,5.60,none,5.56 swallowed,swallowed,6.71,Verb,9,6,2,swallow,none,none,5.17,1.00,7.10,5.60,none,5.56 swallower,swallower,0.18,Noun,9,6,3,swallower,10.25,0.80,10.25,0.80,none,none,none, swallowing,swallowing,1.45,Verb,10,7,3,swallow,none,none,5.17,1.00,7.10,5.60,none,5.56 swallows,swallows,1.67,Verb,8,6,2,swallow,none,none,5.17,1.00,7.10,5.60,none,5.56 swallowtail,swallowtail,0.06,Verb,11,8,3,swallowtail,12.55,0.58,12.55,0.58,none,none,none, swam,swam,2.41,Verb,4,4,1,swim,none,none,4.17,1.00,5.16,5.11,4.13, swami,swami,0.73,Noun,5,5,2,swami,11.14,0.74,11.14,0.74,none,none,none, swamis,swamis,0.08,Noun,6,6,2,swami,none,none,11.14,0.74,none,none,none, swamp,swamp,8.98,Noun,5,5,1,swamp,7.95,1.00,7.95,1.00,none,7.98,6.53, swamped,swamped,1.59,Verb,7,6,1,swamp,none,none,7.95,1.00,none,7.98,6.53, swampland,swampland,0.02,Noun,9,9,2,swampland,8.17,1.00,8.17,1.00,none,none,none, swamps,swamps,0.88,Noun,6,6,1,swamp,none,none,7.95,1.00,none,7.98,6.53, swampy,swampy,0.20,Adjective,6,6,2,swampy,7.84,1.00,7.84,1.00,none,none,none, swan,swan,6.82,Name,4,4,1,swan,6.32,1.00,6.32,1.00,5.48,none,5.54, swank,swank,0.47,Noun,5,5,1,swank,9.73,0.83,9.73,0.83,none,none,12.01, swankier,swankier,0.02,Adjective,8,7,3,swanky,none,none,11.78,0.86,none,none,none, swankiest,swankiest,0.10,Adjective,9,9,3,swanky,none,none,11.78,0.86,none,none,none, swanky,swanky,0.25,Adjective,6,6,2,swanky,11.78,0.86,11.78,0.86,none,none,none, swans,swans,1.27,Noun,5,5,1,swan,none,none,6.32,1.00,5.48,none,5.54, swap,swap,3.63,Verb,4,4,1,swap,7.53,1.00,7.53,1.00,none,none,7.70, swapped,swapped,0.65,Verb,7,5,1,swap,none,none,7.53,1.00,none,none,7.70, swapping,swapping,0.76,Verb,8,6,2,swap,none,none,7.53,1.00,none,none,7.70, swaps,swaps,0.08,Verb,5,5,1,swap,none,none,7.53,1.00,none,none,7.70, sward,sward,0.00,Err:512,5,5,1,sward,11.29,0.67,11.29,0.67,none,12.70,none, swarm,swarm,1.33,Noun,5,5,1,swarm,8.68,1.00,8.68,1.00,none,none,8.80, swarmed,swarmed,0.35,Verb,7,6,1,swarm,none,none,8.68,1.00,none,none,8.80, swarming,swarming,1.04,Verb,8,7,2,swarm,none,none,8.68,1.00,none,none,8.80, swarms,swarms,0.43,Noun,6,6,1,swarm,none,none,8.68,1.00,none,none,8.80, swart,swart,Err:512,Err:512,5,5,1,swart,15.00,0.37,15.00,0.37,none,none,none, swarthy,swarthy,0.39,Adjective,7,6,2,swarthy,12.69,0.84,12.69,0.84,none,none,none, swash,swash,0.10,Noun,5,4,1,swash,11.57,0.78,11.57,0.78,none,none,12.10, swashbuckler,swashbuckler,0.08,Noun,12,10,3,swashbuckler,11.18,0.89,11.18,0.89,none,none,none, swashbucklers,swashbucklers,0.02,Noun,13,11,3,swashbuckler,none,none,11.18,0.89,none,none,none, swashbuckling,swashbuckling,0.08,Verb,13,10,3,swashbuckling,11.88,0.89,11.88,0.89,none,none,none, swashes,swashes,0.02,Noun,7,6,2,swash,none,none,11.57,0.78,none,none,12.10, swastika,swastika,0.55,Noun,8,8,3,swastika,10.53,0.95,10.53,0.95,none,none,none, swastikas,swastikas,0.06,Noun,9,9,3,swastika,none,none,10.53,0.95,none,none,none, swat,swat,3.84,Noun,4,4,1,swat,7.25,0.95,7.25,0.95,none,none,7.36, swatch,swatch,0.35,Noun,6,4,1,swatch,10.74,1.00,10.74,1.00,none,none,none, swatches,swatches,0.51,Noun,8,6,2,swatch,none,none,10.74,1.00,none,none,none, swath,swath,0.22,Noun,5,4,1,swath,13.38,0.72,13.38,0.72,none,none,12.60, swathe,swathe,0.00,Err:512,6,4,1,swathe,12.06,0.77,12.06,0.77,none,none,13.24, swathed,swathed,0.08,Verb,7,5,1,swathe,none,none,12.06,0.77,none,none,13.24, swats,swats,0.08,Verb,5,5,1,swat,none,none,7.25,0.95,none,none,7.36, swatted,swatted,0.25,Verb,7,6,2,swat,none,none,7.25,0.95,none,none,7.36, swatter,swatter,0.22,Noun,7,6,2,swatter,11.43,0.78,11.43,0.78,none,none,none, swatters,swatters,0.14,Verb,8,7,2,swatter,none,none,11.43,0.78,none,none,none, swatting,swatting,0.18,Verb,8,6,2,swat,none,none,7.25,0.95,none,none,7.36, sway,sway,2.53,Verb,4,3,1,sway,9.58,1.00,9.58,1.00,none,8.73,8.51, swayback,swayback,0.02,Noun,8,6,2,swayback,13.58,0.67,13.58,0.67,none,none,none, swayed,swayed,0.57,Verb,6,4,1,sway,none,none,9.58,1.00,none,8.73,8.51, swaying,swaying,0.88,Verb,7,5,2,sway,none,none,9.58,1.00,none,8.73,8.51, sways,sways,0.14,Verb,5,4,1,sway,none,none,9.58,1.00,none,8.73,8.51, swear,swear,88.16,Verb,5,4,1,swear,7.21,1.00,7.21,1.00,7.39,none,7.49, swears,swears,2.31,Verb,6,5,1,swear,none,none,7.21,1.00,7.39,none,7.49, sweat,sweat,21.86,Noun,5,4,1,sweat,7.26,1.00,7.26,1.00,7.31,6.81,5.59, sweatband,sweatband,0.08,Noun,9,8,2,sweatband,9.80,0.95,9.80,0.95,none,none,none, sweatbox,sweatbox,0.18,Noun,8,8,2,sweatbox,11.94,0.89,11.94,0.89,none,none,none, sweated,sweated,0.71,Verb,7,6,2,sweat,none,none,7.26,1.00,7.31,6.81,5.59, sweater,sweater,13.80,Noun,7,5,2,sweater,5.22,1.00,5.22,1.00,none,none,none,5.25 sweaters,sweaters,2.06,Noun,8,6,2,sweater,none,none,5.22,1.00,none,none,none,5.25 sweathouse,sweathouse,0.02,Noun,10,7,2,sweathouse,12.28,1.00,12.28,1.00,none,none,none, sweatier,sweatier,0.02,Adjective,8,6,3,sweaty,none,none,5.94,1.00,none,none,none, sweatiest,sweatiest,0.06,Adjective,9,8,3,sweaty,none,none,5.94,1.00,none,none,none, sweating,sweating,8.22,Verb,8,6,2,sweat,none,none,7.26,1.00,7.31,6.81,5.59, sweatpants,sweatpants,0.18,Noun,10,9,2,sweatpants,6.53,1.00,6.53,1.00,none,none,none, sweats,sweats,1.61,Noun,6,5,1,sweat,none,none,7.26,1.00,7.31,6.81,5.59, sweatshirt,sweatshirt,2.35,Noun,10,7,2,sweatshirt,5.00,1.00,5.00,1.00,none,none,none, sweatshirts,sweatshirts,0.25,Noun,11,8,2,sweatshirt,none,none,5.00,1.00,none,none,none, sweatshop,sweatshop,0.55,Noun,9,7,2,sweatshop,11.33,1.00,11.33,1.00,none,none,none, sweatshops,sweatshops,0.24,Noun,10,8,2,sweatshop,none,none,11.33,1.00,none,none,none, sweaty,sweaty,4.43,Adjective,6,5,2,sweaty,5.94,1.00,5.94,1.00,none,none,none, sweep,sweep,9.51,Verb,5,4,1,sweep,4.20,1.00,4.20,1.00,5.37,5.99,6.03, sweepback,sweepback,0.02,Noun,9,7,2,sweepback,11.64,0.61,11.64,0.61,none,none,none, sweeper,sweeper,0.63,Noun,7,5,2,sweeper,8.22,1.00,8.22,1.00,6.21,none,none, sweepers,sweepers,0.27,Noun,8,6,2,sweeper,none,none,8.22,1.00,6.21,none,none, sweeps,sweeps,2.12,Verb,6,5,1,sweep,none,none,4.20,1.00,5.37,5.99,6.03, sweepstake,sweepstake,0.24,Noun,10,8,2,sweepstake,10.67,1.00,10.67,1.00,none,none,none, sweepstakes,sweepstakes,0.80,Noun,11,9,2,sweepstake,none,none,10.67,1.00,none,none,none, sweet,sweet,145.20,Adjective,5,4,1,sweet,4.53,1.00,4.53,1.00,3.73,none,4.47, sweetcorn,sweetcorn,0.02,0.02,9,8,2,sweetcorn,7.32,1.00,7.32,1.00,none,none,none, sweeten,sweeten,0.78,Verb,7,6,2,sweeten,7.78,1.00,7.78,1.00,6.34,none,none, sweetened,sweetened,0.35,Verb,9,7,2,sweeten,none,none,7.78,1.00,6.34,none,none, sweetener,sweetener,0.27,Noun,9,7,3,sweetener,9.65,1.00,9.65,1.00,none,none,none, sweeteners,sweeteners,0.06,Noun,10,8,3,sweetener,none,none,9.65,1.00,none,none,none, sweetening,sweetening,0.16,Verb,10,8,3,sweeten,none,none,7.78,1.00,6.34,none,none, sweetens,sweetens,0.04,Verb,8,7,2,sweeten,none,none,7.78,1.00,6.34,none,none, sweeter,sweeter,2.61,Adjective,7,5,2,sweet,none,none,4.53,1.00,3.73,none,4.47, sweetest,sweetest,5.78,Adjective,8,7,2,sweet,none,none,4.53,1.00,3.73,none,4.47, sweetheart,sweetheart,64.16,Noun,10,8,2,sweetheart,6.26,1.00,6.26,1.00,none,none,none, sweethearts,sweethearts,2.31,Noun,11,9,2,sweetheart,none,none,6.26,1.00,none,none,none, sweetie,sweetie,53.55,Noun,7,5,2,sweetie,6.55,1.00,6.55,1.00,none,none,none, sweeties,sweeties,0.24,Noun,8,6,2,sweetie,none,none,6.55,1.00,none,none,none, sweetness,sweetness,3.27,Noun,9,7,2,sweetness,6.89,1.00,6.89,1.00,none,none,none, sweets,sweets,2.39,Noun,6,5,1,sweet,none,none,4.53,1.00,3.73,none,4.47, sweetshop,sweetshop,0.02,Noun,9,7,2,sweetshop,7.82,0.94,7.82,0.94,none,none,none, swell,swell,20.80,Adjective,5,4,1,swell,7.42,1.00,7.42,1.00,7.26,8.51,7.74, swelled,swelled,0.76,Verb,7,5,1,swell,none,none,7.42,1.00,7.26,8.51,7.74, swellfish,swellfish,0.02,Noun,9,7,2,swellfish,10.33,0.15,10.33,0.15,none,none,none, swellhead,swellhead,0.02,Noun,9,7,2,swellhead,12.31,0.72,12.31,0.72,none,none,none, swells,swells,1.20,Noun,6,5,1,swell,none,none,7.42,1.00,7.26,8.51,7.74, swelter,swelter,0.04,Verb,7,6,2,swelter,11.74,1.00,11.74,1.00,none,none,none, swelters,swelters,0.02,Verb,8,7,2,swelter,none,none,11.74,1.00,none,none,none, swept,swept,4.76,Verb,5,5,1,sweep,none,none,4.20,1.00,5.37,5.99,6.03, swerve,swerve,0.67,Verb,6,4,1,swerve,8.69,0.89,8.69,0.89,none,none,9.02, swerved,swerved,0.47,Verb,7,5,1,swerve,none,none,8.69,0.89,none,none,9.02, swerves,swerves,0.08,Verb,7,5,1,swerve,none,none,8.69,0.89,none,none,9.02, swerving,swerving,0.22,Verb,8,6,2,swerve,none,none,8.69,0.89,none,none,9.02, swift,swift,3.86,Adjective,5,5,1,swift,7.79,1.00,7.79,1.00,none,7.86,8.82, swifter,swifter,0.06,Adjective,7,6,2,swift,none,none,7.79,1.00,none,7.86,8.82, swiftest,swiftest,0.18,Adjective,8,8,2,swift,none,none,7.79,1.00,none,7.86,8.82, swiftness,swiftness,0.08,Noun,9,8,2,swiftness,9.50,1.00,9.50,1.00,none,none,none, swifts,swifts,0.02,Noun,6,6,1,swift,none,none,7.79,1.00,none,7.86,8.82, swig,swig,0.94,Noun,4,4,1,swig,9.89,0.95,9.89,0.95,none,none,10.42, swigging,swigging,0.06,Verb,8,6,2,swig,none,none,9.89,0.95,none,none,10.42, swigs,swigs,0.08,Noun,5,5,1,swig,none,none,9.89,0.95,none,none,10.42, swill,swill,0.96,Noun,5,4,1,swill,14.00,0.74,14.00,0.74,none,none,none, swilling,swilling,0.14,Verb,8,6,2,swill,none,none,14.00,0.74,none,none,none, swim,swim,31.80,Verb,4,4,1,swim,4.17,1.00,4.17,1.00,5.16,5.11,4.13, swimmer,swimmer,3.73,Noun,7,5,2,swimmer,5.11,1.00,5.11,1.00,none,none,none, swimmers,swimmers,1.49,Noun,8,6,2,swimmer,none,none,5.11,1.00,none,none,none, swimming,swimming,19.98,Noun,8,6,2,swimming,4.58,1.00,4.58,1.00,5.41,none,none, swimmingpool,swimming pool,Err:512,Err:512,12,9,3,swimmingpool,4.20,1.00,4.20,1.00,none,none,none, swimmy,swimmy,0.24,Adjective,6,5,2,swimmy,8.15,0.72,8.15,0.72,none,none,none, swims,swims,1.43,Verb,5,5,1,swim,none,none,4.17,1.00,5.16,5.11,4.13, swimsuit,swimsuit,1.98,Noun,8,7,2,swimsuit,5.61,1.00,5.61,1.00,none,none,none, swimsuits,swimsuits,0.43,Noun,9,8,2,swimsuit,none,none,5.61,1.00,none,none,none, swimwear,swimwear,0.18,Noun,8,7,2,swimwear,5.16,1.00,5.16,1.00,none,none,none, swindle,swindle,0.71,Noun,7,7,2,swindle,11.06,0.94,11.06,0.94,none,11.89,none,12.53 swindled,swindled,0.61,Verb,8,8,2,swindle,none,none,11.06,0.94,none,11.89,none,12.53 swindler,swindler,0.57,Noun,8,8,3,swindler,11.67,0.95,11.67,0.95,none,none,none, swindlers,swindlers,0.12,Noun,9,8,2,swindler,none,none,11.67,0.95,none,none,none, swindles,swindles,0.04,Noun,8,8,2,swindle,none,none,11.06,0.94,none,11.89,none,12.53 swindling,swindling,0.24,Verb,9,8,2,swindle,none,none,11.06,0.94,none,11.89,none,12.53 swine,swine,4.43,Noun,5,4,1,swine,10.70,0.95,10.70,0.95,none,none,10.57, swing,swing,25.98,Verb,5,4,1,swing,4.16,1.00,4.16,1.00,4.60,5.22,4.65, swinger,swinger,0.73,Noun,7,5,2,swinger,13.74,1.00,13.74,1.00,none,none,none, swingers,swingers,0.86,Noun,8,6,2,swinger,none,none,13.74,1.00,none,none,none, swinging,swinging,6.14,Verb,8,6,2,swing,none,none,4.16,1.00,4.60,5.22,4.65, swingman,swingman,0.02,Noun,8,7,2,swingman,12.00,0.79,12.00,0.79,none,none,none, swings,swings,3.53,Noun,6,5,1,swing,none,none,4.16,1.00,4.60,5.22,4.65, swingy,swingy,0.02,Adjective,6,5,2,swingy,8.50,0.80,8.50,0.80,none,none,none, swinish,swinish,0.14,Adjective,7,6,2,swinish,11.11,0.50,11.11,0.50,none,none,none, swipe,swipe,1.61,Verb,5,4,1,swipe,9.63,1.00,9.63,1.00,none,none,8.73, swiped,swiped,1.65,Verb,6,5,1,swipe,none,none,9.63,1.00,none,none,8.73, swipes,swipes,0.14,Verb,6,5,1,swipe,none,none,9.63,1.00,none,none,8.73, swiping,swiping,0.41,Verb,7,6,2,swipe,none,none,9.63,1.00,none,none,8.73, swirl,swirl,0.90,Noun,5,4,1,swirl,6.67,1.00,6.67,1.00,none,none,7.01, swirled,swirled,0.10,Verb,7,5,1,swirl,none,none,6.67,1.00,none,none,7.01, swirling,swirling,0.90,Verb,8,6,2,swirl,none,none,6.67,1.00,none,none,7.01, swirls,swirls,0.33,Noun,6,5,1,swirl,none,none,6.67,1.00,none,none,7.01, swish,swish,1.61,Verb,5,4,1,swish,9.89,1.00,9.89,1.00,none,none,6.87, swishes,swishes,0.12,Verb,7,6,2,swish,none,none,9.89,1.00,none,none,6.87, swishing,swishing,0.24,Verb,8,6,2,swish,none,none,9.89,1.00,none,none,6.87, swishy,swishy,0.04,Adjective,6,5,2,swishy,9.11,0.90,9.11,0.90,none,none,none, switch,switch,28.12,Verb,6,4,1,switch,4.78,1.00,4.78,1.00,7.14,none,7.01, switchback,switchback,0.04,Noun,10,7,2,switchback,12.38,0.89,12.38,0.89,none,none,none, switchblade,switchblade,0.43,Noun,11,8,2,switchblade,10.32,1.00,10.32,1.00,none,none,none, switchblades,switchblades,0.06,Noun,12,9,2,switchblade,none,none,10.32,1.00,none,none,none, switchboard,switchboard,1.14,Noun,11,8,2,switchboard,8.56,1.00,8.56,1.00,none,none,none, switchboards,switchboards,0.06,Noun,12,9,2,switchboard,none,none,8.56,1.00,none,none,none, switched,switched,7.67,Verb,8,5,1,switch,none,none,4.78,1.00,7.14,none,7.01, switcheroo,switcheroo,0.29,Noun,10,7,3,switcheroo,8.41,0.94,8.41,0.94,none,none,none, switches,switches,2.63,Noun,8,6,2,switch,none,none,4.78,1.00,7.14,none,7.01, switching,switching,3.80,Verb,9,6,2,switch,none,none,4.78,1.00,7.14,none,7.01, switchover,switchover,0.02,Noun,10,7,3,switchover,10.63,0.95,10.63,0.95,none,none,none, swivel,swivel,0.71,Verb,6,6,2,swivel,9.53,1.00,9.53,1.00,none,none,none, swiveling,swivelling,0.16,Verb,9,8,3,swivel,none,none,9.53,1.00,none,none,none, swivels,swivels,0.06,Verb,7,7,2,swivel,none,none,9.53,1.00,none,none,none, swizzle,swizzle,0.37,Noun,7,6,2,swizzle,10.42,0.63,10.42,0.63,none,none,none, swizzles,swizzles,0.02,Noun,8,7,2,swizzle,none,none,10.42,0.63,none,none,none, swoon,swoon,0.61,Verb,5,4,1,swoon,12.17,0.95,12.17,0.95,none,none,10.82, swooned,swooned,0.22,Verb,7,5,1,swoon,none,none,12.17,0.95,none,none,10.82, swooning,swooning,0.16,Verb,8,6,2,swoon,none,none,12.17,0.95,none,none,10.82, swoons,swoons,0.06,Verb,6,5,1,swoon,none,none,12.17,0.95,none,none,10.82, swoony,swoony,0.02,Adjective,6,5,2,swoony,12.82,0.61,12.82,0.61,none,none,none, swoop,swoop,1.53,Verb,5,4,1,swoop,6.11,1.00,6.11,1.00,none,none,7.37, swooped,swooped,0.49,Verb,7,5,1,swoop,none,none,6.11,1.00,none,none,7.37, swooping,swooping,0.37,Verb,8,6,2,swoop,none,none,6.11,1.00,none,none,7.37, swoops,swoops,0.08,Verb,6,5,1,swoop,none,none,6.11,1.00,none,none,7.37, swoosh,swoosh,0.24,Verb,6,4,1,swoosh,7.17,1.00,7.17,1.00,none,none,none, swooshing,swooshing,0.16,Verb,9,6,2,swoosh,none,none,7.17,1.00,none,none,none, swop,swop,0.02,Verb,4,4,1,swap,none,none,7.53,1.00,none,none,7.70, sword,sword,26.18,Noun,5,4,1,sword,5.45,1.00,5.45,1.00,none,6.88,5.86, swordfish,swordfish,1.02,Noun,9,7,2,swordfish,9.33,1.00,9.33,1.00,none,none,none, swordplay,swordplay,0.47,Noun,9,7,2,swordplay,10.00,0.89,10.00,0.89,none,none,none, swords,swords,4.31,Noun,6,5,1,sword,none,none,5.45,1.00,none,6.88,5.86, swordsman,swordsman,1.25,Noun,9,8,2,swordsman,9.78,1.00,9.78,1.00,none,none,none, swordsmanship,swordsmanship,0.18,Noun,13,11,3,swordsmanship,11.17,1.00,11.17,1.00,none,none,none, swordsmen,swordsmen,0.24,Noun,9,8,2,swordsman,none,none,9.78,1.00,none,none,none, swordswoman,swordswoman,0.02,Noun,11,10,3,swordswoman,9.62,0.72,9.62,0.72,none,none,none, swore,swore,8.75,Verb,5,4,1,swear,none,none,7.21,1.00,7.39,none,7.49, sworn,sworn,9.69,Verb,5,5,1,swear,none,none,7.21,1.00,7.39,none,7.49, swum,swum,0.39,Verb,4,4,1,swim,none,none,4.17,1.00,5.16,5.11,4.13, swung,swung,2.29,Verb,5,4,1,swing,none,none,4.16,1.00,4.60,5.22,4.65, sybarite,sybarite,0.02,Noun,8,7,3,sybarite,18.00,0.29,18.00,0.29,none,none,none, sycamore,sycamore,0.94,Noun,8,7,3,sycamore,11.12,0.89,11.12,0.89,none,7.62,none, sycamores,sycamores,0.02,Noun,9,8,3,sycamore,none,none,11.12,0.89,none,7.62,none, sycophant,sycophant,0.14,Noun,9,8,3,sycophant,15.89,0.43,15.89,0.43,none,none,none, sycophantic,sycophantic,0.04,Adjective,11,10,4,sycophantic,17.17,0.67,17.17,0.67,none,none,none, sycophants,sycophants,0.16,Noun,10,9,3,sycophant,none,none,15.89,0.43,none,none,none, syllabication,syllabication,Err:512,Err:512,13,11,5,syllabication,13.79,0.74,13.79,0.74,none,none,none, syllable,syllable,0.82,Noun,8,7,3,syllable,8.10,1.00,8.10,1.00,none,9.81,none, syllables,syllables,0.80,Noun,9,8,3,syllable,none,none,8.10,1.00,none,9.81,none, syllabus,syllabus,0.55,Noun,8,7,3,syllabus,13.74,1.00,13.74,1.00,none,none,none, syllogism,syllogism,0.12,Noun,9,9,4,syllogism,15.00,0.53,15.00,0.53,none,none,none, sylvan,sylvan,0.10,Adjective,6,6,2,sylvan,13.00,0.58,13.00,0.58,none,none,none, sym,sym,0.02,Noun,3,3,1,sym,14.29,0.39,14.29,0.39,none,none,none, symbiosis,symbiosis,0.20,Noun,9,9,4,symbiosis,14.67,0.79,14.67,0.79,none,none,none, symbiotic,symbiotic,0.41,Adjective,9,9,4,symbiotic,14.41,0.94,14.41,0.94,none,none,none, symbol,symbol,8.59,Noun,6,6,2,symbol,7.26,1.00,7.26,1.00,none,8.22,none,7.41 symbolic,symbolic,1.55,Adjective,8,8,3,symbolic,10.37,1.00,10.37,1.00,none,none,none, symbolism,symbolism,0.73,Noun,9,10,4,symbolism,10.74,1.00,10.74,1.00,none,none,none, symbolize,symbolise,0.41,Verb,9,8,3,symbolize,9.76,1.00,9.76,1.00,none,none,none, symbolized,symbolised,0.10,Verb,10,9,3,symbolize,none,none,9.76,1.00,none,none,none, symbolizes,symbolises,0.47,Verb,10,10,4,symbolize,none,none,9.76,1.00,none,none,none, symbolizing,symbolising,0.10,Verb,11,10,4,symbolize,none,none,9.76,1.00,none,none,none, symbols,symbols,2.51,Noun,7,7,2,symbol,none,none,7.26,1.00,none,8.22,none,7.41 symmetric,symmetric,0.10,Adjective,9,8,3,symmetric,10.00,0.95,10.00,0.95,none,none,none, symmetrical,symmetrical,0.59,Adjective,11,10,4,symmetrical,10.83,1.00,10.83,1.00,none,none,none, symmetries,symmetries,0.02,Noun,10,8,3,symmetry,none,none,11.39,1.00,none,none,none, symmetry,symmetry,0.80,Noun,8,7,3,symmetry,11.39,1.00,11.39,1.00,none,none,none, sympathetic,sympathetic,3.80,Adjective,11,10,4,sympathetic,9.39,1.00,9.39,1.00,none,none,none, sympathies,sympathies,1.31,Noun,10,8,3,sympathy,none,none,8.79,1.00,none,9.19,none, sympathize,sympathise,1.55,Verb,10,8,3,sympathize,9.42,1.00,9.42,1.00,none,none,none, sympathizer,sympathiser,0.29,Noun,11,9,4,sympathizer,13.11,0.95,13.11,0.95,none,none,none, sympathizers,sympathisers,0.24,Noun,12,10,4,sympathizer,none,none,13.11,0.95,none,none,none, sympathizes,sympathises,0.08,Verb,11,10,4,sympathize,none,none,9.42,1.00,none,none,none, sympathizing,sympathising,0.08,Verb,12,10,4,sympathize,none,none,9.42,1.00,none,none,none, sympathy,sympathy,8.35,Noun,8,7,3,sympathy,8.79,1.00,8.79,1.00,none,9.19,none, symphonic,symphonic,0.43,Adjective,9,8,3,symphonic,13.47,0.89,13.47,0.89,none,none,none, symphonies,symphonies,0.39,Noun,10,8,3,symphony,none,none,8.33,1.00,none,none,none, symphony,symphony,3.55,Noun,8,7,3,symphony,8.33,1.00,8.33,1.00,none,none,none, symposium,symposium,0.69,Noun,9,9,4,symposium,14.82,0.85,14.82,0.85,none,none,none, symposiums,symposiums,0.02,Noun,10,10,4,symposium,none,none,14.82,0.85,none,none,none, symptom,symptom,1.88,Noun,7,7,2,symptom,8.68,1.00,8.68,1.00,none,9.03,none,9.05 symptomatic,symptomatic,0.57,Adjective,11,11,4,symptomatic,11.26,1.00,11.26,1.00,none,none,none, symptoms,symptoms,7.98,Noun,8,8,2,symptom,none,none,8.68,1.00,none,9.03,none,9.05 synagogue,synagogue,0.96,Noun,9,7,3,synagogue,11.73,0.83,11.73,0.83,none,none,none, synagogues,synagogues,0.18,Noun,10,8,3,synagogue,none,none,11.73,0.83,none,none,none, synapse,synapse,0.73,Noun,7,5,2,synapse,14.88,0.84,14.88,0.84,none,none,none, synapses,synapses,0.24,Noun,8,7,3,synapse,none,none,14.88,0.84,none,none,none, synaptic,synaptic,0.47,Adjective,8,8,3,synaptic,16.80,0.83,16.80,0.83,none,none,none, sync,sync,3.29,Noun,4,4,1,sync,13.22,1.00,13.22,1.00,none,none,11.70, synced,synced,0.14,Verb,6,5,1,sync,none,none,13.22,1.00,none,none,11.70, synch,synch,0.69,Noun,5,4,1,sync,none,none,13.22,1.00,none,none,11.70, synched,synched,0.14,Verb,7,5,1,sync,none,none,13.22,1.00,none,none,11.70, synchromesh,synchromesh,0.02,Noun,11,9,3,synchromesh,14.14,0.37,14.14,0.37,none,none,none, synchronicity,synchronicity,0.12,Noun,13,12,5,synchronicity,14.47,0.94,14.47,0.94,none,none,none, synchronistic,synchronistic,0.02,Adjective,13,12,4,synchronistic,14.62,0.89,14.62,0.89,none,none,none, synchronization,synchronisation,0.25,Noun,15,13,5,synchronization,12.74,0.95,12.74,0.95,none,none,none, synchronize,synchronise,0.67,Verb,11,9,3,synchronize,11.53,1.00,11.53,1.00,none,none,none, synchronizer,synchronizer,0.08,Noun,12,10,4,synchronizer,13.83,1.00,13.83,1.00,none,none,none, synchronizes,synchronises,0.02,Verb,12,11,4,synchronize,none,none,11.53,1.00,none,none,none, synchronous,synchronous,0.02,Adjective,11,9,3,synchronous,16.19,0.89,16.19,0.89,none,none,none, synchs,synchs,0.04,Noun,6,5,1,sync,none,none,13.22,1.00,none,none,11.70, syncopate,syncopate,0.02,Verb,9,8,3,syncopate,13.00,0.61,13.00,0.61,none,none,none, syncopation,syncopation,0.04,Noun,11,10,4,syncopation,12.00,0.44,12.00,0.44,none,none,none, syncope,syncope,0.16,Noun,7,7,3,syncope,15.80,0.28,15.80,0.28,none,none,none, syncs,syncs,0.02,Verb,5,5,1,sync,none,none,13.22,1.00,none,none,11.70, syndicate,syndicate,2.00,Noun,9,8,3,syndicate,15.42,1.00,15.42,1.00,none,none,none, syndicated,syndicated,0.41,Verb,10,10,4,syndicate,none,none,15.42,1.00,none,none,none, syndicates,syndicates,0.16,Noun,10,9,3,syndicate,none,none,15.42,1.00,none,none,none, syndication,syndication,0.29,Noun,11,10,4,syndication,14.65,0.94,14.65,0.94,none,none,none, syndrome,syndrome,6.27,Noun,8,7,2,syndrome,11.72,0.95,11.72,0.95,none,none,none,10.60 syndromes,syndromes,0.10,Noun,9,8,2,syndrome,none,none,11.72,0.95,none,none,none,10.60 synecdoche,synecdoche,0.08,Noun,10,8,3,synecdoche,15.09,0.55,15.09,0.55,none,none,none, synergies,synergies,0.02,Noun,9,7,3,synergy,none,none,14.76,0.85,none,none,none, synergistic,synergistic,0.04,Adjective,11,10,4,synergistic,16.06,0.80,16.06,0.80,none,none,none, synergy,synergy,0.61,Noun,7,6,3,synergy,14.76,0.85,14.76,0.85,none,none,none, synod,synod,0.02,Noun,5,5,2,synod,14.30,0.56,14.30,0.56,none,13.32,none, synonym,synonym,0.18,Noun,7,7,3,synonym,8.32,1.00,8.32,1.00,none,none,none, synonymous,synonymous,0.55,Adjective,10,9,4,synonymous,11.53,0.94,11.53,0.94,none,none,none, synonyms,synonyms,0.16,Noun,8,8,3,synonym,none,none,8.32,1.00,none,none,none, synopses,synopses,0.02,Noun,8,8,3,synopsis,none,none,12.67,1.00,none,none,none, synopsis,synopsis,0.27,Noun,8,8,3,synopsis,12.67,1.00,12.67,1.00,none,none,none, synoptic,synoptic,0.04,Adjective,8,8,3,synoptic,14.46,0.72,14.46,0.72,none,none,none, synovial,synovial,0.12,Adjective,8,8,4,synovial,16.00,0.32,16.00,0.32,none,none,none, syntax,syntax,0.35,Noun,6,7,2,syntax,14.74,1.00,14.74,1.00,none,none,none, synthesis,synthesis,0.29,Noun,9,8,3,synthesis,11.79,1.00,11.79,1.00,none,none,none, synthesize,synthesise,0.22,Verb,10,8,3,synthesize,13.32,1.00,13.32,1.00,none,none,none, synthesizer,synthesiser,0.53,Noun,11,9,4,synthesizer,10.89,0.95,10.89,0.95,none,none,none, synthesizers,synthesisers,0.06,Noun,12,10,4,synthesizer,none,none,10.89,0.95,none,none,none, synthesizes,synthesises,0.02,Verb,11,10,4,synthesize,none,none,13.32,1.00,none,none,none, synthesizing,synthesising,0.14,Verb,12,10,4,synthesize,none,none,13.32,1.00,none,none,none, synthetic,synthetic,2.51,Adjective,9,8,3,synthetic,10.68,1.00,10.68,1.00,none,none,none, synthetics,synthetics,0.16,Noun,10,9,3,synthetic,none,none,10.68,1.00,none,none,none, syphilis,syphilis,1.92,Noun,8,7,3,syphilis,14.67,1.00,14.67,1.00,none,none,none, syphilitic,syphilitic,0.10,Adjective,10,9,4,syphilitic,17.29,0.39,17.29,0.39,none,none,none, syphilitics,syphilitics,0.02,Noun,11,10,4,syphilitic,none,none,17.29,0.39,none,none,none, syringe,syringe,1.94,Noun,7,5,2,syringe,10.63,1.00,10.63,1.00,none,9.58,none,10.90 syringes,syringes,0.49,Noun,8,7,3,syringe,none,none,10.63,1.00,none,9.58,none,10.90 syrup,syrup,5.10,Noun,5,4,2,syrup,5.42,1.00,5.42,1.00,none,6.01,none,5.37 syrups,syrups,0.06,Noun,6,5,2,syrup,none,none,5.42,1.00,none,6.01,none,5.37 syrupy,syrupy,0.04,Adjective,6,5,3,syrupy,7.00,0.89,7.00,0.89,none,none,none, system,system,91.51,Noun,6,6,2,system,9.90,1.00,9.90,1.00,none,9.13,none,7.96 systematic,systematic,0.59,Adjective,10,10,4,systematic,12.11,1.00,12.11,1.00,none,none,none, systemic,systemic,0.22,Adjective,8,8,3,systemic,14.26,0.95,14.26,0.95,none,none,none, systemize,systemize,0.02,Verb,9,8,3,systemize,13.67,0.86,13.67,0.86,none,none,none, systems,systems,16.63,Noun,7,7,2,system,none,none,9.90,1.00,none,9.13,none,7.96 systolic,systolic,0.96,Adjective,8,8,3,systolic,17.23,0.68,17.23,0.68,none,none,none, tab,tab,5.76,Noun,3,3,1,tab,9.33,1.00,9.33,1.00,none,none,8.33, tabernacle,tabernacle,0.71,Noun,10,9,4,tabernacle,10.50,0.78,10.50,0.78,none,none,none, table,table,105.63,Noun,5,5,2,table,4.39,1.00,4.39,1.00,3.89,none,none,4.05 tableau,tableau,0.16,Noun,7,5,2,tableau,12.75,0.89,12.75,0.89,none,none,none, tableaux,tableaux,0.02,Noun,8,5,2,tableau,none,none,12.75,0.89,none,none,none, tablecloth,tablecloth,0.94,Noun,10,9,3,tablecloth,6.26,1.00,6.26,1.00,none,none,none, tablecloths,tablecloths,0.75,Noun,11,10,3,tablecloth,none,none,6.26,1.00,none,none,none, tables,tables,11.75,Noun,6,6,2,table,none,none,4.39,1.00,3.89,none,none,4.05 tablespoon,tablespoon,0.18,Noun,10,9,3,tablespoon,6.63,1.00,6.63,1.00,none,5.30,none, tablespoonful,tablespoonful,0.02,Noun,13,12,4,tablespoonful,7.58,1.00,7.58,1.00,none,none,none, tablespoons,tablespoons,0.06,Noun,11,10,3,tablespoon,none,none,6.63,1.00,none,5.30,none, tablet,tablet,1.49,Noun,6,6,2,tablet,6.83,1.00,6.83,1.00,6.73,none,none,8.20 tabletop,tabletop,0.10,Noun,8,8,3,tabletop,4.79,1.00,4.79,1.00,none,none,none, tabletops,tabletops,0.06,Noun,9,9,3,tabletop,none,none,4.79,1.00,none,none,none, tablets,tablets,1.41,Noun,7,7,2,tablet,none,none,6.83,1.00,6.73,none,none,8.20 tableware,tableware,0.04,Noun,9,8,3,tableware,7.56,0.95,7.56,0.95,none,none,none, tabling,tabling,0.08,Verb,7,7,3,table,none,none,4.39,1.00,3.89,none,none,4.05 tabloid,tabloid,1.10,Adjective,7,6,2,tabloid,10.95,1.00,10.95,1.00,none,none,none,11.39 tabloids,tabloids,0.96,Noun,8,7,2,tabloid,none,none,10.95,1.00,none,none,none,11.39 taboo,taboo,1.22,Noun,5,4,2,taboo,12.26,1.00,12.26,1.00,none,12.45,none,11.49 taboos,taboos,0.25,Noun,6,5,2,taboo,none,none,12.26,1.00,none,12.45,none,11.49 tabs,tabs,2.12,Noun,4,4,1,tab,none,none,9.33,1.00,none,none,8.33, tabula,tabula,0.08,Noun,6,7,3,tabula,13.92,0.59,13.92,0.59,none,none,none, tabulate,tabulate,0.02,Verb,8,8,3,tabulate,13.33,0.67,13.33,0.67,none,none,none, tabulation,tabulation,0.06,Noun,10,10,4,tabulation,14.50,0.78,14.50,0.78,none,none,none, tabulations,tabulations,0.04,Noun,11,11,4,tabulation,none,none,14.50,0.78,none,none,none, tabulator,tabulator,Err:512,Err:512,9,9,4,tabulator,14.92,0.60,14.92,0.60,none,none,none, tachometer,tachometer,0.06,Noun,10,9,4,tachometer,14.36,0.78,14.36,0.78,none,none,none, tachycardia,tachycardia,0.31,Noun,11,10,5,tachycardia,16.18,0.61,16.18,0.61,none,none,none, tachyon,tachyon,0.12,Noun,7,6,3,tachyon,17.89,0.45,17.89,0.45,none,none,none, tacit,tacit,0.14,Adjective,5,5,2,tacit,12.44,0.50,12.44,0.50,none,none,none, taciturn,taciturn,0.16,Verb,8,7,3,taciturn,14.85,0.68,14.85,0.68,none,none,none, tack,tack,2.12,Noun,4,3,1,tack,6.63,0.95,6.63,0.95,none,7.28,7.56, tacked,tacked,0.22,Verb,6,4,1,tack,none,none,6.63,0.95,none,7.28,7.56, tackiest,tackiest,0.04,Adjective,8,7,3,tacky,none,none,9.26,1.00,none,none,none, tackiness,tackiness,0.02,Noun,9,7,3,tackiness,9.68,1.00,9.68,1.00,none,none,none, tackle,tackle,4.29,Verb,6,5,2,tackle,9.30,1.00,9.30,1.00,none,none,none,6.75 tackled,tackled,0.75,Verb,7,6,2,tackle,none,none,9.30,1.00,none,none,none,6.75 tackler,tackler,0.04,Noun,7,6,3,tackler,11.58,0.95,11.58,0.95,none,none,none, tacklers,tacklers,0.02,Noun,8,7,3,tackler,none,none,11.58,0.95,none,none,none, tackles,tackles,0.29,Verb,7,6,2,tackle,none,none,9.30,1.00,none,none,none,6.75 tackling,tackling,0.49,Verb,8,6,2,tackle,none,none,9.30,1.00,none,none,none,6.75 tacks,tacks,0.51,Noun,5,4,1,tack,none,none,6.63,0.95,none,7.28,7.56, tacky,tacky,2.63,Adjective,5,4,2,tacky,9.26,1.00,9.26,1.00,none,none,none, taco,taco,3.10,Noun,4,4,2,taco,7.72,1.00,7.72,1.00,none,none,none,4.91 taconite,taconite,0.06,Noun,8,7,3,taconite,11.29,0.37,11.29,0.37,none,none,none, tacos,tacos,2.16,Noun,5,5,2,taco,none,none,7.72,1.00,none,none,none,4.91 tact,tact,1.10,Noun,4,4,1,tact,10.42,1.00,10.42,1.00,none,none,11.04, tactful,tactful,0.57,Adjective,7,7,2,tactful,10.16,1.00,10.16,1.00,none,none,none, tactic,tactic,1.55,Noun,6,6,2,tactic,11.00,1.00,11.00,1.00,none,none,none,10.60 tactical,tactical,5.51,Adjective,8,8,3,tactical,11.75,1.00,11.75,1.00,none,none,none, tactician,tactician,0.16,Noun,9,8,3,tactician,14.85,0.68,14.85,0.68,none,none,none, tacticians,tacticians,0.02,Noun,10,9,3,tactician,none,none,14.85,0.68,none,none,none, tactics,tactics,4.73,Noun,7,7,2,tactics,9.40,0.95,9.40,0.95,none,none,none, tactile,tactile,0.35,Adjective,7,6,2,tactile,15.60,0.79,15.60,0.79,none,none,none, tactless,tactless,0.27,Adjective,8,7,2,tactless,12.28,1.00,12.28,1.00,none,none,none, tad,tad,4.67,Noun,3,3,1,tad,9.32,1.00,9.32,1.00,none,none,none, tadpole,tadpole,0.59,Noun,7,6,2,tadpole,6.37,1.00,6.37,1.00,none,none,none, tadpoles,tadpoles,0.55,Noun,8,7,2,tadpole,none,none,6.37,1.00,none,none,none, taffeta,taffeta,0.37,Noun,7,6,3,taffeta,14.38,0.72,14.38,0.72,none,none,none, taffies,taffies,0.02,Noun,7,5,2,taffy,none,none,7.44,1.00,none,none,none,6.26 taffrail,taffrail,0.04,Noun,8,6,2,taffrail,18.00,0.05,18.00,0.05,none,none,none, taffy,taffy,2.39,Noun,5,4,2,taffy,7.44,1.00,7.44,1.00,none,none,none,6.26 tag,tag,13.88,Noun,3,3,1,tag,5.00,1.00,5.00,1.00,none,none,4.93, tagalong,tagalong,0.08,Noun,8,7,3,tagalong,9.06,1.00,9.06,1.00,none,none,none, tagged,tagged,1.88,Verb,6,4,1,tag,none,none,5.00,1.00,none,none,4.93, tagger,tagger,0.12,Noun,6,4,2,tagger,10.12,0.94,10.12,0.94,none,none,none, tagging,tagging,0.90,Verb,7,5,2,tag,none,none,5.00,1.00,none,none,4.93, tags,tags,3.55,Noun,4,4,1,tag,none,none,5.00,1.00,none,none,4.93, tai,tai,2.96,Noun,3,2,1,tai,13.78,0.47,13.78,0.47,none,none,none, tail,tail,23.90,Noun,4,3,1,tail,3.70,1.00,3.70,1.00,none,4.39,4.93, tailback,tailback,0.18,Noun,8,6,2,tailback,12.42,0.63,12.42,0.63,none,none,none, tailbone,tailbone,0.08,Noun,8,6,2,tailbone,9.19,1.00,9.19,1.00,none,none,none, tailbones,tailbones,0.02,Noun,9,7,2,tailbone,none,none,9.19,1.00,none,none,none, tailcoat,tailcoat,0.02,Noun,8,6,2,tailcoat,12.33,0.95,12.33,0.95,none,none,none, tailcoats,tailcoats,0.04,Noun,9,7,2,tailcoat,none,none,12.33,0.95,none,none,none, tailed,tailed,1.35,Verb,6,4,1,tail,none,none,3.70,1.00,none,4.39,4.93, tailgate,tailgate,0.45,Noun,8,6,2,tailgate,11.28,1.00,11.28,1.00,none,none,none, tailgated,tailgated,0.06,Verb,9,8,3,tailgate,none,none,11.28,1.00,none,none,none, tailgater,tailgater,0.02,Noun,9,7,3,tailgater,12.85,1.00,12.85,1.00,none,none,none, tailgaters,tailgaters,0.04,Noun,10,8,3,tailgater,none,none,12.85,1.00,none,none,none, tailgates,tailgates,0.02,Noun,9,7,2,tailgate,none,none,11.28,1.00,none,none,none, tailgating,tailgating,0.29,Verb,10,8,3,tailgate,none,none,11.28,1.00,none,none,none, tailing,tailing,1.59,Verb,7,5,2,tail,none,none,3.70,1.00,none,4.39,4.93, tailless,tailless,0.02,Adjective,8,5,2,tailless,7.94,0.94,7.94,0.94,none,none,none, taillight,taillight,0.82,Noun,9,5,2,taillight,9.33,0.95,9.33,0.95,none,none,none, taillights,taillights,0.24,Noun,10,6,2,taillight,none,none,9.33,0.95,none,none,none, tailor,tailor,4.18,Noun,6,4,2,tailor,9.83,1.00,9.83,1.00,none,7.56,none,9.22 tailored,tailored,0.51,Verb,8,5,2,tailor,none,none,9.83,1.00,none,7.56,none,9.22 tailoring,tailoring,0.29,Verb,9,6,3,tailor,none,none,9.83,1.00,none,7.56,none,9.22 tailors,tailors,0.33,Noun,7,5,2,tailor,none,none,9.83,1.00,none,7.56,none,9.22 tailpipe,tailpipe,0.49,Noun,8,6,2,tailpipe,8.95,1.00,8.95,1.00,none,none,none, tailpipes,tailpipes,0.02,Noun,9,7,2,tailpipe,none,none,8.95,1.00,none,none,none, tails,tails,5.69,Noun,5,4,1,tail,none,none,3.70,1.00,none,4.39,4.93, tailspin,tailspin,0.22,Noun,8,7,2,tailspin,9.05,1.00,9.05,1.00,none,none,none, tailwind,tailwind,0.12,Noun,8,7,2,tailwind,13.71,0.85,13.71,0.85,none,none,none, tailwinds,tailwinds,0.16,Noun,9,8,2,tailwind,none,none,13.71,0.85,none,none,none, taint,taint,0.78,Noun,5,4,1,taint,9.84,1.00,9.84,1.00,none,none,11.41, tainting,tainting,0.08,Verb,8,6,2,taint,none,none,9.84,1.00,none,none,11.41, taints,taints,0.04,Verb,6,5,1,taint,none,none,9.84,1.00,none,none,11.41, taka,taka,0.04,Noun,4,4,2,taka,17.40,0.26,17.40,0.26,none,none,none, take,take,1891.04,Verb,4,3,1,take,4.37,1.00,4.37,1.00,5.19,none,4.57, takeaway,takeaway,0.12,Noun,8,6,3,takeaway,9.06,0.95,9.06,0.95,none,none,none, takedown,takedown,0.25,Noun,8,6,2,takedown,11.50,1.00,11.50,1.00,none,none,none, takedowns,takedowns,0.10,Noun,9,7,2,takedown,none,none,11.50,1.00,none,none,none, taken,taken,138.65,Verb,5,5,2,take,none,none,4.37,1.00,5.19,none,4.57, takeoff,takeoff,2.45,Noun,7,5,2,takeoff,7.35,1.00,7.35,1.00,none,none,none, takeoffs,takeoffs,0.16,Noun,8,6,2,takeoff,none,none,7.35,1.00,none,none,none, takeout,takeout,1.61,Noun,7,5,2,takeout,8.27,1.00,8.27,1.00,none,none,none, takeover,takeover,1.57,Noun,8,6,3,takeover,10.16,1.00,10.16,1.00,none,none,none, takeovers,takeovers,0.14,Noun,9,7,3,takeover,none,none,10.16,1.00,none,none,none, taker,taker,0.90,Noun,5,4,2,taker,7.90,1.00,7.90,1.00,none,none,none, takers,takers,1.08,Noun,6,5,2,taker,none,none,7.90,1.00,none,none,none, takes,takes,117.37,Verb,5,4,1,take,none,none,4.37,1.00,5.19,none,4.57, taking,taking,240.45,Verb,6,5,2,take,none,none,4.37,1.00,5.19,none,4.57, talc,talc,0.24,Noun,4,4,1,talc,10.25,0.84,10.25,0.84,none,none,12.02, talcum,talcum,0.76,Noun,6,6,2,talcum,10.00,0.90,10.00,0.90,none,none,none,12.11 tale,tale,12.00,Noun,4,3,1,tale,6.32,1.00,6.32,1.00,5.02,5.77,5.99, talebearer,talebearer,0.06,Noun,10,7,4,talebearer,11.40,0.50,11.40,0.50,none,none,none, talent,talent,26.12,Noun,6,6,2,talent,7.00,1.00,7.00,1.00,none,8.34,none,6.75 talented,talented,11.39,Adjective,8,8,3,talented,8.25,1.00,8.25,1.00,none,none,none, talentless,talentless,0.20,Adjective,10,9,3,talentless,9.68,1.00,9.68,1.00,none,none,none, talents,talents,4.57,Noun,7,7,2,talent,none,none,7.00,1.00,none,8.34,none,6.75 tales,tales,7.04,Noun,5,4,1,tale,none,none,6.32,1.00,5.02,5.77,5.99, talisman,talisman,1.45,Noun,8,8,3,talisman,12.67,0.79,12.67,0.79,none,none,none, talismans,talismans,0.31,Noun,9,9,3,talisman,none,none,12.67,0.79,none,none,none, talk,talk,855.00,Verb,4,3,1,talk,3.68,1.00,3.68,1.00,4.30,none,4.14, talkative,talkative,0.90,Adjective,9,7,3,talkative,8.00,1.00,8.00,1.00,none,none,none, talkativeness,talkativeness,0.02,Noun,13,10,4,talkativeness,8.47,1.00,8.47,1.00,none,none,none, talked,talked,102.47,Verb,6,4,1,talk,none,none,3.68,1.00,4.30,none,4.14, talker,talker,1.78,Noun,6,4,2,talker,5.74,1.00,5.74,1.00,none,none,none, talkers,talkers,0.20,Noun,7,5,2,talker,none,none,5.74,1.00,none,none,none, talkie,talkie,0.31,Noun,6,4,2,talkie,10.07,0.83,10.07,0.83,none,none,none, talkies,talkies,0.22,Noun,7,5,2,talkie,none,none,10.07,0.83,none,none,none, talking,talking,497.75,Verb,7,5,2,talk,none,none,3.68,1.00,4.30,none,4.14, talks,talks,23.84,Verb,5,4,1,talk,none,none,3.68,1.00,4.30,none,4.14, talky,talky,0.35,Adjective,5,4,2,talky,9.79,1.00,9.79,1.00,none,none,none, tall,tall,32.33,Adjective,4,3,1,tall,4.95,1.00,4.95,1.00,5.02,4.47,4.67, tallboy,tallboy,0.02,Noun,7,5,2,tallboy,12.43,0.70,12.43,0.70,none,none,none, taller,taller,5.57,Adjective,6,4,2,tall,none,none,4.95,1.00,5.02,4.47,4.67, tallest,tallest,0.98,Adjective,7,6,2,tall,none,none,4.95,1.00,5.02,4.47,4.67, tallied,tallied,0.16,Verb,7,5,2,tally,none,none,10.16,1.00,none,10.54,none, tallies,tallies,0.10,Verb,7,5,2,tally,none,none,10.16,1.00,none,10.54,none, tallish,tallish,0.04,Verb,7,5,2,tallish,9.06,0.95,9.06,0.95,none,none,none, tallness,tallness,0.02,Noun,8,6,2,tallness,7.28,0.95,7.28,0.95,none,none,none, tallow,tallow,0.10,Noun,6,4,2,tallow,10.56,0.47,10.56,0.47,none,none,none, tally,tally,3.49,Verb,5,4,2,tally,10.16,1.00,10.16,1.00,none,10.54,none, talon,talon,1.10,Noun,5,5,2,talon,10.53,0.89,10.53,0.89,none,none,none,10.51 talons,talons,0.55,Noun,6,6,2,talon,none,none,10.53,0.89,none,none,none,10.51 talus,talus,0.08,Noun,5,5,2,talus,16.08,0.72,16.08,0.72,none,none,none, tamale,tamale,0.24,Noun,6,6,3,tamale,10.56,0.89,10.56,0.89,none,none,none, tamales,tamales,0.27,Noun,7,7,3,tamale,none,none,10.56,0.89,none,none,none, tamarind,tamarind,0.06,Noun,8,8,3,tamarind,14.86,0.39,14.86,0.39,none,none,none, tamarisk,tamarisk,0.02,Noun,8,7,3,tamarisk,15.14,0.39,15.14,0.39,none,none,none, tambourine,tambourine,0.88,Noun,10,7,3,tambourine,6.53,1.00,6.53,1.00,none,none,none, tambourines,tambourines,0.12,Noun,11,9,3,tambourine,none,none,6.53,1.00,none,none,none, tame,tame,2.73,Verb,4,3,1,tame,7.58,1.00,7.58,1.00,none,none,8.65, tamed,tamed,0.80,Verb,5,4,1,tame,none,none,7.58,1.00,none,none,8.65, tamer,tamer,0.45,Noun,5,4,2,tamer,11.06,0.89,11.06,0.89,none,none,none, tames,tames,0.04,Verb,5,4,1,tame,none,none,7.58,1.00,none,none,8.65, tamest,tamest,0.02,Adjective,6,6,2,tame,none,none,7.58,1.00,none,none,8.65, taming,taming,0.39,Verb,6,5,2,tame,none,none,7.58,1.00,none,none,8.65, tamp,tamp,0.06,Verb,4,4,1,tamp,15.62,0.68,15.62,0.68,none,none,none, tamper,tamper,0.49,Verb,6,5,2,tamper,11.26,1.00,11.26,1.00,none,none,none, tampered,tampered,1.45,Verb,8,6,2,tamper,none,none,11.26,1.00,none,none,none, tampering,tampering,1.31,Verb,9,7,3,tamper,none,none,11.26,1.00,none,none,none, tamperproof,tamperproof,0.04,Verb,11,9,3,tamperproof,13.69,0.89,13.69,0.89,none,none,none, tampers,tampers,0.08,Verb,7,6,2,tamper,none,none,11.26,1.00,none,none,none, tampon,tampon,0.67,Noun,6,6,2,tampon,12.11,1.00,12.11,1.00,none,none,none,11.70 tampons,tampons,0.73,Noun,7,7,2,tampon,none,none,12.11,1.00,none,none,none,11.70 tan,tan,8.61,Noun,3,3,1,tan,7.05,1.00,7.05,1.00,7.82,none,6.80, tanager,tanager,0.10,Noun,7,6,3,tanager,13.70,0.56,13.70,0.56,none,none,none, tanagers,tanagers,0.02,Noun,8,7,3,tanager,none,none,13.70,0.56,none,none,none, tanbark,tanbark,0.02,Noun,7,7,2,tanbark,12.29,0.37,12.29,0.37,none,none,none, tandem,tandem,0.35,Noun,6,6,2,tandem,11.65,0.94,11.65,0.94,none,9.96,none, tang,tang,2.24,Noun,4,3,1,tang,9.11,1.00,9.11,1.00,none,none,none, tangelo,tangelo,0.04,Noun,7,7,3,tangelo,14.38,0.80,14.38,0.80,none,none,none, tangent,tangent,0.37,Noun,7,7,2,tangent,12.16,1.00,12.16,1.00,none,none,none, tangential,tangential,0.04,Adjective,10,9,3,tangential,13.73,0.79,13.73,0.79,none,none,none, tangents,tangents,0.02,Noun,8,8,2,tangent,none,none,12.16,1.00,none,none,none, tangerine,tangerine,0.75,Adjective,9,7,3,tangerine,8.15,1.00,8.15,1.00,7.35,none,none, tangerines,tangerines,0.16,Noun,10,8,3,tangerine,none,none,8.15,1.00,7.35,none,none, tangibility,tangibility,Err:512,Err:512,11,11,5,tangibility,13.10,1.00,13.10,1.00,none,none,none, tangible,tangible,1.10,Adjective,8,8,3,tangible,11.61,1.00,11.61,1.00,none,none,none, tanginess,tanginess,0.02,Noun,9,7,3,tanginess,10.42,0.90,10.42,0.90,none,none,none, tangle,tangle,1.04,Verb,6,6,2,tangle,6.32,1.00,6.32,1.00,none,none,none,7.19 tangled,tangled,2.55,Verb,7,7,2,tangle,none,none,6.32,1.00,none,none,none,7.19 tangles,tangles,0.14,Noun,7,7,2,tangle,none,none,6.32,1.00,none,none,none,7.19 tangling,tangling,0.10,Verb,8,7,2,tangle,none,none,6.32,1.00,none,none,none,7.19 tango,tango,5.37,Noun,5,5,2,tango,10.67,1.00,10.67,1.00,none,10.17,none,8.96 tangos,tangos,0.10,Noun,6,6,2,tango,none,none,10.67,1.00,none,10.17,none,8.96 tangs,tangs,0.10,Noun,5,4,1,tang,none,none,9.11,1.00,none,none,none, tangy,tangy,0.33,Adjective,5,4,2,tangy,8.65,0.94,8.65,0.94,none,none,none, tank,tank,25.61,Noun,4,4,1,tank,7.17,1.00,7.17,1.00,none,6.01,6.64, tankard,tankard,0.08,Noun,7,6,2,tankard,12.92,0.63,12.92,0.63,none,none,none, tanked,tanked,0.94,Verb,6,5,1,tank,none,none,7.17,1.00,none,6.01,6.64, tanker,tanker,1.96,Noun,6,5,2,tanker,9.05,0.95,9.05,0.95,none,none,none, tankers,tankers,0.49,Noun,7,6,2,tanker,none,none,9.05,0.95,none,none,none, tanking,tanking,0.10,Verb,7,6,2,tank,none,none,7.17,1.00,none,6.01,6.64, tanks,tanks,9.92,Noun,5,5,1,tank,none,none,7.17,1.00,none,6.01,6.64, tanneries,tanneries,0.04,Noun,9,7,3,tannery,none,none,13.40,0.83,none,none,none, tannery,tannery,0.20,Noun,7,6,3,tannery,13.40,0.83,13.40,0.83,none,none,none, tannic,tannic,0.06,Adjective,6,5,2,tannic,14.75,0.42,14.75,0.42,none,none,none, tans,tans,0.16,Noun,4,4,1,tan,none,none,7.05,1.00,7.82,none,6.80, tansy,tansy,0.20,Noun,5,5,2,tansy,12.43,0.37,12.43,0.37,none,none,none, tantalize,tantalise,0.08,Verb,9,8,3,tantalize,12.89,1.00,12.89,1.00,none,none,none, tantalizer,tantalizer,0.04,Noun,10,9,4,tantalizer,13.56,0.89,13.56,0.89,none,none,none, tantalum,tantalum,0.06,Noun,8,8,3,tantalum,16.50,0.33,16.50,0.33,none,none,none, tantamount,tantamount,0.33,Adjective,10,9,3,tantamount,15.21,0.78,15.21,0.78,none,none,none, tantric,tantric,0.43,Adjective,7,7,2,tantric,16.21,0.67,16.21,0.67,none,none,none, tantrum,tantrum,0.88,Noun,7,7,2,tantrum,6.65,1.00,6.65,1.00,none,none,none,6.54 tantrums,tantrums,0.47,Noun,8,8,2,tantrum,none,none,6.65,1.00,none,none,none,6.54 tap,tap,14.75,Noun,3,3,1,tap,5.84,1.00,5.84,1.00,6.41,4.62,4.85, tape,tape,68.84,Noun,4,3,1,tape,4.42,1.00,4.42,1.00,none,8.09,5.06, taped,taped,4.27,Verb,5,4,1,tape,none,none,4.42,1.00,none,8.09,5.06, tapeline,tapeline,0.02,Noun,8,6,2,tapeline,11.44,0.84,11.44,0.84,none,none,none, tapemeasure,tape measure,Err:512,Err:512,11,7,3,tapemeasure,8.34,1.00,8.34,1.00,none,none,none, taper,taper,0.18,Noun,5,4,2,taper,10.70,0.91,10.70,0.91,none,11.39,none, taperecorder,taperecorder,Err:512,Err:512,12,10,4,taperecorder,8.50,1.00,8.50,1.00,none,none,none, tapered,tapered,0.22,Verb,7,5,2,taper,none,none,10.70,0.91,none,11.39,none, tapering,tapering,0.10,Verb,8,6,3,taper,none,none,10.70,0.91,none,11.39,none, tapers,tapers,0.08,Noun,6,5,2,taper,none,none,10.70,0.91,none,11.39,none, tapes,tapes,13.02,Noun,5,4,1,tape,none,none,4.42,1.00,none,8.09,5.06, tapestries,tapestries,0.31,Noun,10,9,3,tapestry,none,none,10.95,0.95,none,none,none, tapestry,tapestry,0.71,Noun,8,8,3,tapestry,10.95,0.95,10.95,0.95,none,none,none, tapeworm,tapeworm,0.69,Noun,8,6,2,tapeworm,11.11,1.00,11.11,1.00,none,none,none, tapeworms,tapeworms,0.04,Noun,9,7,2,tapeworm,none,none,11.11,1.00,none,none,none, taping,taping,2.06,Verb,6,5,2,tape,none,none,4.42,1.00,none,8.09,5.06, tapioca,tapioca,0.61,Noun,7,7,4,tapioca,9.16,1.00,9.16,1.00,none,none,none, tapir,tapir,0.08,Noun,5,5,2,tapir,11.23,0.72,11.23,0.72,none,none,none, tapped,tapped,4.47,Verb,6,4,1,tap,none,none,5.84,1.00,6.41,4.62,4.85, tapper,tapper,0.04,Noun,6,4,2,tapper,7.82,0.89,7.82,0.89,none,none,none, tappers,tappers,0.02,Noun,7,5,2,tapper,none,none,7.82,0.89,none,none,none, tapping,tapping,3.22,Verb,7,5,2,tap,none,none,5.84,1.00,6.41,4.62,4.85, taproom,taproom,0.02,Noun,7,6,2,taproom,15.33,0.75,15.33,0.75,none,none,none, taprooms,taprooms,0.02,Noun,8,7,2,taproom,none,none,15.33,0.75,none,none,none, taps,taps,2.55,Noun,4,4,1,taps,8.90,0.95,8.90,0.95,none,none,8.05, tapster,tapster,0.02,Noun,7,6,2,tapster,16.38,0.42,16.38,0.42,none,none,none, tar,tar,3.14,Noun,3,3,1,tar,7.22,0.95,7.22,0.95,none,none,7.93, tarantella,tarantella,0.12,Noun,10,9,4,tarantella,10.58,0.60,10.58,0.60,none,none,none, tarantula,tarantula,0.90,Noun,9,9,4,tarantula,7.76,0.89,7.76,0.89,none,none,none, tarantulas,tarantulas,0.14,Noun,10,10,4,tarantula,none,none,7.76,0.89,none,none,none, tardiness,tardiness,0.43,Noun,9,8,3,tardiness,8.72,1.00,8.72,1.00,11.66,none,none, tardy,tardy,1.14,Adjective,5,5,2,tardy,7.32,1.00,7.32,1.00,11.51,none,none,8.04 target,target,37.96,Noun,6,6,2,target,7.58,1.00,7.58,1.00,none,none,none,7.19 targeted,targeted,2.16,Verb,8,8,3,target,none,none,7.58,1.00,none,none,none,7.19 targeting,targeting,2.24,Verb,9,8,3,target,none,none,7.58,1.00,none,none,none,7.19 targets,targets,6.67,Noun,7,7,2,target,none,none,7.58,1.00,none,none,none,7.19 tariff,tariff,0.14,Noun,6,5,2,tariff,13.95,1.00,13.95,1.00,none,12.79,none, tariffs,tariffs,0.18,Noun,7,6,2,tariff,none,none,13.95,1.00,none,12.79,none, tarlatan,tarlatan,0.02,Adjective,8,8,3,tarlatan,17.62,0.42,17.62,0.42,none,none,none, tarmac,tarmac,0.43,Noun,6,6,2,tarmac,13.35,0.77,13.35,0.77,none,none,none, tarn,tarn,0.92,Noun,4,4,1,tarn,13.20,0.53,13.20,0.53,none,11.87,none, tarnish,tarnish,0.37,Verb,7,6,2,tarnish,11.39,1.00,11.39,1.00,none,none,none, tarnished,tarnished,0.37,Verb,9,7,2,tarnish,none,none,11.39,1.00,none,none,none, taro,taro,0.43,Noun,4,4,2,taro,14.20,0.53,14.20,0.53,none,none,none, tarot,tarot,1.20,Noun,5,4,2,tarot,11.94,1.00,11.94,1.00,none,none,none, tarots,tarots,0.02,Noun,6,5,2,tarot,none,none,11.94,1.00,none,none,none, tarp,tarp,0.98,Noun,4,4,1,tarp,8.58,1.00,8.58,1.00,none,none,none, tarpaulin,tarpaulin,0.10,Noun,9,8,3,tarpaulin,10.22,0.43,10.22,0.43,none,none,none, tarpon,tarpon,0.18,Noun,6,6,2,tarpon,14.11,0.47,14.11,0.47,none,none,none, tarps,tarps,0.14,Noun,5,5,1,tarp,none,none,8.58,1.00,none,none,none, tarragon,tarragon,0.27,Noun,8,7,3,tarragon,13.82,0.61,13.82,0.61,none,none,none, tarred,tarred,0.29,Verb,6,4,1,tar,none,none,7.22,0.95,none,none,7.93, tarring,tarring,0.12,Verb,7,5,2,tar,none,none,7.22,0.95,none,none,7.93, tarry,tarry,0.45,Verb,5,4,2,tarry,11.33,0.79,11.33,0.79,none,none,none, tarrying,tarrying,0.06,Verb,8,6,3,tarry,none,none,11.33,0.79,none,none,none, tars,tars,0.08,Verb,4,4,1,tar,none,none,7.22,0.95,none,none,7.93, tart,tart,2.39,Noun,4,4,1,tart,8.26,1.00,8.26,1.00,none,none,8.40, tartan,tartan,0.31,Adjective,6,6,2,tartan,12.31,0.68,12.31,0.68,none,none,none, tartans,tartans,0.02,Noun,7,7,2,tartan,none,none,12.31,0.68,none,none,none, tartar,tartar,1.49,Adjective,6,5,2,tartar,9.94,1.00,9.94,1.00,none,none,none,10.60 tartaric,tartaric,Err:512,Err:512,8,7,3,tartaric,15.00,0.26,15.00,0.26,none,none,none, tartars,tartars,0.75,Noun,7,6,2,tartar,none,none,9.94,1.00,none,none,none,10.60 tarts,tarts,1.12,Noun,5,5,1,tart,none,none,8.26,1.00,none,none,8.40, task,task,12.73,Noun,4,4,1,task,7.89,1.00,7.89,1.00,none,7.83,8.08, tasked,tasked,0.33,Verb,6,5,1,task,none,none,7.89,1.00,none,7.83,8.08, taskmaster,taskmaster,0.16,Noun,10,9,3,taskmaster,11.35,0.89,11.35,0.89,none,none,none, tasks,tasks,1.67,Noun,5,5,1,task,none,none,7.89,1.00,none,7.83,8.08, tassel,tassel,0.53,Noun,6,5,2,tassel,9.35,1.00,9.35,1.00,none,none,none,11.49 tassels,tassels,0.53,Noun,7,6,2,tassel,none,none,9.35,1.00,none,none,none,11.49 taste,taste,51.31,Noun,5,4,1,taste,4.26,1.00,4.26,1.00,5.24,none,4.32, tasted,tasted,5.75,Verb,6,6,2,taste,none,none,4.26,1.00,5.24,none,4.32, tasteful,tasteful,1.35,Adjective,8,7,2,tasteful,9.06,1.00,9.06,1.00,8.50,none,none, tasteless,tasteless,0.88,Adjective,9,7,2,tasteless,9.53,1.00,9.53,1.00,none,none,none, tastelessness,tastelessness,0.04,Noun,13,10,3,tastelessness,10.79,1.00,10.79,1.00,none,none,none, taster,taster,0.24,Noun,6,5,2,taster,7.28,0.95,7.28,0.95,none,none,none, tastes,tastes,11.98,Noun,6,5,1,taste,none,none,4.26,1.00,5.24,none,4.32, tastier,tastier,0.10,Adjective,7,6,3,tasty,none,none,5.40,1.00,none,none,none, tastiest,tastiest,0.04,Adjective,8,8,3,tasty,none,none,5.40,1.00,none,none,none, tasty,tasty,6.31,Adjective,5,5,2,tasty,5.40,1.00,5.40,1.00,none,none,none, tat,tat,1.08,Noun,3,3,1,tat,11.67,0.63,11.67,0.63,none,none,none, tats,tats,0.25,Noun,4,4,1,tat,none,none,11.67,0.63,none,none,none, tattered,tattered,0.24,Adjective,8,5,2,tattered,10.42,1.00,10.42,1.00,none,none,none, tatters,tatters,0.10,Noun,7,5,2,tatters,10.47,0.94,10.47,0.94,none,none,none, tattle,tattle,0.16,Verb,6,5,2,tattle,6.26,1.00,6.26,1.00,none,none,none, tattled,tattled,0.08,Verb,7,6,2,tattle,none,none,6.26,1.00,none,none,none, tattler,tattler,0.47,Noun,7,5,2,tattler,5.40,1.00,5.40,1.00,none,none,none, tattletale,tattletale,0.53,Noun,10,8,3,tattletale,5.72,1.00,5.72,1.00,none,none,none, tattletales,tattletales,0.04,Noun,11,9,3,tattletale,none,none,5.72,1.00,none,none,none, tattling,tattling,0.10,Verb,8,6,2,tattle,none,none,6.26,1.00,none,none,none, tattoo,tattoo,11.96,Noun,6,4,2,tattoo,7.79,1.00,7.79,1.00,none,none,none,8.53 tattooed,tattooed,2.59,Verb,8,5,2,tattoo,none,none,7.79,1.00,none,none,none,8.53 tattooing,tattooing,0.29,Verb,9,6,3,tattoo,none,none,7.79,1.00,none,none,none,8.53 tattooist,tattooist,0.02,Noun,9,7,3,tattooist,11.24,0.89,11.24,0.89,none,none,none, tattoos,tattoos,3.69,Noun,7,5,2,tattoo,none,none,7.79,1.00,none,none,none,8.53 tatty,tatty,0.06,Adjective,5,4,2,tatty,12.42,0.63,12.42,0.63,none,none,none, tau,tau,0.43,Noun,3,2,1,tau,15.83,0.67,15.83,0.67,none,none,none, taught,taught,43.84,Verb,6,3,1,teach,none,none,4.67,1.00,5.62,5.82,5.06, taunt,taunt,0.63,Verb,5,4,1,taunt,8.06,1.00,8.06,1.00,none,none,8.96, taunted,taunted,0.24,Verb,7,6,2,taunt,none,none,8.06,1.00,none,none,8.96, taunting,taunting,1.02,Verb,8,6,2,taunt,none,none,8.06,1.00,none,none,8.96, taunts,taunts,0.16,Verb,6,5,1,taunt,none,none,8.06,1.00,none,none,8.96, taupe,taupe,0.69,Noun,5,3,1,taupe,12.83,0.95,12.83,0.95,none,none,none, taut,taut,0.69,Adjective,4,3,1,taut,11.47,1.00,11.47,1.00,none,none,12.01, tautness,tautness,0.04,Noun,8,6,2,tautness,11.80,0.75,11.80,0.75,none,none,none, tautology,tautology,0.04,Noun,9,8,4,tautology,15.83,0.32,15.83,0.32,none,none,none, tavern,tavern,3.10,Noun,6,5,2,tavern,8.84,1.00,8.84,1.00,none,none,none,11.29 taverns,taverns,0.20,Noun,7,6,2,tavern,none,none,8.84,1.00,none,none,none,11.29 taw,taw,0.14,Verb,3,2,1,taw,14.75,0.20,14.75,0.20,none,none,none, tawdry,tawdry,0.59,Adjective,6,5,2,tawdry,13.93,0.70,13.93,0.70,none,none,none,12.85 tawny,tawny,0.65,Adjective,5,4,2,tawny,11.94,0.84,11.94,0.84,none,none,none, tax,tax,14.55,Noun,3,4,1,tax,8.94,1.00,8.94,1.00,10.46,9.28,7.77, taxable,taxable,0.08,Adjective,7,8,3,taxable,11.30,1.00,11.30,1.00,none,none,none, taxation,taxation,0.29,Noun,8,8,3,taxation,11.42,1.00,11.42,1.00,none,none,none, taxations,taxations,0.02,Noun,9,9,3,taxation,none,none,11.42,1.00,none,none,none, taxed,taxed,0.20,Verb,5,5,1,tax,none,none,8.94,1.00,10.46,9.28,7.77, taxes,taxes,9.75,Noun,5,6,2,tax,none,none,8.94,1.00,10.46,9.28,7.77, taxi,taxi,25.84,Noun,4,5,2,taxi,7.58,1.00,7.58,1.00,8.19,none,none,7.11 taxicab,taxicab,0.86,Noun,7,8,3,taxicab,7.89,0.95,7.89,0.95,none,none,none, taxicabs,taxicabs,0.18,Noun,8,9,3,taxicab,none,none,7.89,0.95,none,none,none, taxidermist,taxidermist,0.16,Noun,11,11,4,taxidermist,11.71,0.78,11.71,0.78,none,none,none, taxidermy,taxidermy,0.16,Noun,9,9,4,taxidermy,12.21,0.95,12.21,0.95,none,none,none, taxied,taxied,0.10,Verb,6,6,2,taxi,none,none,7.58,1.00,8.19,none,none,7.11 taxing,taxing,0.29,Verb,6,6,2,tax,none,none,8.94,1.00,10.46,9.28,7.77, taxis,taxis,1.02,Noun,5,6,2,taxi,none,none,7.58,1.00,8.19,none,none,7.11 taxman,taxman,0.18,Noun,6,7,2,taxman,12.71,0.94,12.71,0.94,none,none,none, taxmen,taxmen,0.04,Noun,6,7,2,taxman,none,none,12.71,0.94,none,none,none, taxonomic,taxonomic,0.02,Adjective,9,10,4,taxonomic,14.79,0.78,14.79,0.78,none,none,none, taxpayer,taxpayer,0.57,Noun,8,7,3,taxpayer,10.35,1.00,10.35,1.00,none,none,none, taxpayers,taxpayers,1.65,Noun,9,8,3,taxpayer,none,none,10.35,1.00,none,none,none, taxpaying,taxpaying,0.02,Adjective,9,8,3,taxpaying,10.33,1.00,10.33,1.00,none,none,none, tea,tea,58.63,Noun,3,2,1,tea,5.47,1.00,5.47,1.00,none,none,5.46, teabag,teabag,0.04,Noun,6,5,2,teabag,6.67,1.00,6.67,1.00,none,none,none, teabags,teabags,0.04,Noun,7,6,2,teabag,none,none,6.67,1.00,none,none,none, teach,teach,72.84,Verb,5,3,1,teach,4.67,1.00,4.67,1.00,5.62,5.82,5.06, teachable,teachable,0.04,Adjective,9,7,3,teachable,8.95,1.00,8.95,1.00,none,none,none, teacher,teacher,55.73,Noun,7,4,2,teacher,4.55,1.00,4.55,1.00,none,5.09,none,4.28 teachers,teachers,11.39,Noun,8,5,2,teacher,none,none,4.55,1.00,none,5.09,none,4.28 teaches,teaches,5.20,Verb,7,5,2,teach,none,none,4.67,1.00,5.62,5.82,5.06, teaching,teaching,19.80,Verb,8,5,2,teaching,5.25,1.00,5.25,1.00,6.11,none,none, teachings,teachings,1.43,Noun,9,6,2,teaching,none,none,5.25,1.00,6.11,none,none, teacup,teacup,0.65,Noun,6,5,2,teacup,5.39,1.00,5.39,1.00,none,none,none, teacups,teacups,0.22,Noun,7,6,2,teacup,none,none,5.39,1.00,none,none,none, teahouse,teahouse,0.82,Noun,8,5,2,teahouse,10.44,0.84,10.44,0.84,none,none,none, teak,teak,0.39,Noun,4,3,1,teak,15.00,0.58,15.00,0.58,none,none,none, teakettle,teakettle,0.14,Noun,9,7,3,teakettle,7.37,0.95,7.37,0.95,none,none,none, teakwood,teakwood,0.02,Noun,8,6,2,teakwood,13.00,0.68,13.00,0.68,none,none,none, teal,teal,0.51,Noun,4,3,1,teal,9.42,1.00,9.42,1.00,none,none,8.61, teals,teals,0.02,Noun,5,4,1,teal,none,none,9.42,1.00,none,none,8.61, team,team,147.61,Noun,4,3,1,team,6.00,1.00,6.00,1.00,none,6.01,5.61, teamed,teamed,0.65,Verb,6,4,1,team,none,none,6.00,1.00,none,6.01,5.61, teaming,teaming,0.41,Verb,7,5,2,team,none,none,6.00,1.00,none,6.01,5.61, teammate,teammate,0.90,Noun,8,5,2,teammate,6.17,1.00,6.17,1.00,none,none,none, teammates,teammates,1.49,Noun,9,7,2,teammate,none,none,6.17,1.00,none,none,none, teams,teams,15.49,Noun,5,4,1,team,none,none,6.00,1.00,none,6.01,5.61, teamster,teamster,0.24,Noun,8,6,2,teamster,12.56,0.95,12.56,0.95,none,none,none, teamsters,teamsters,0.51,Noun,9,7,2,teamster,none,none,12.56,0.95,none,none,none, teamwork,teamwork,2.00,Noun,8,6,2,teamwork,7.80,1.00,7.80,1.00,none,none,none, teapot,teapot,0.86,Noun,6,5,2,teapot,6.22,1.00,6.22,1.00,none,none,none, teapots,teapots,0.10,Noun,7,6,2,teapot,none,none,6.22,1.00,none,none,none, tear,tear,27.00,Verb,4,3,1,tear,4.89,1.00,4.89,1.00,5.64,5.41,4.99, teardown,teardown,0.02,Noun,8,6,3,teardown,10.38,0.89,10.38,0.89,none,none,none, teardrop,teardrop,0.27,Noun,8,7,3,teardrop,6.06,1.00,6.06,1.00,none,none,none, teardrops,teardrops,0.59,Noun,9,8,3,teardrop,none,none,6.06,1.00,none,none,none, tearful,tearful,0.43,Adjective,7,6,2,tearful,8.20,1.00,8.20,1.00,none,none,none, teargas,teargas,0.02,Noun,7,6,3,teargas,11.37,1.00,11.37,1.00,none,none,none, tearing,tearing,6.41,Verb,7,5,2,tear,none,none,4.89,1.00,5.64,5.41,4.99, tearjerker,tearjerker,0.10,Noun,10,7,4,tearjerker,11.06,1.00,11.06,1.00,none,none,none, tearjerkers,tearjerkers,0.04,Noun,11,8,4,tearjerker,none,none,11.06,1.00,none,none,none, tearoom,tearoom,0.14,Noun,7,5,2,tearoom,10.63,1.00,10.63,1.00,none,none,none, tearooms,tearooms,0.02,Noun,8,6,2,tearoom,none,none,10.63,1.00,none,none,none, tears,tears,22.35,Noun,5,4,1,tear,none,none,4.89,1.00,5.64,5.41,4.99, teary,teary,0.08,Adjective,5,4,2,teary,6.17,0.95,6.17,0.95,none,none,none, teas,teas,0.51,Noun,4,3,1,tea,none,none,5.47,1.00,none,none,5.46, tease,tease,5.69,Verb,5,3,1,tease,5.11,1.00,5.11,1.00,none,none,6.26, teased,teased,0.94,Verb,6,4,1,tease,none,none,5.11,1.00,none,none,6.26, teasel,teasel,Err:512,Err:512,6,5,2,teasel,13.50,0.10,13.50,0.10,none,none,none, teaser,teaser,0.27,Noun,6,4,2,teaser,8.95,1.00,8.95,1.00,none,none,none, teasers,teasers,0.08,Noun,7,5,2,teaser,none,none,8.95,1.00,none,none,none, teases,teases,0.24,Verb,6,5,2,tease,none,none,5.11,1.00,none,none,6.26, teashop,teashop,0.06,Noun,7,5,2,teashop,9.70,1.00,9.70,1.00,none,none,none, teasing,teasing,4.22,Verb,7,5,2,tease,none,none,5.11,1.00,none,none,6.26, teaspoon,teaspoon,0.47,Noun,8,6,2,teaspoon,5.26,1.00,5.26,1.00,none,none,none, teaspoonful,teaspoonful,0.12,Noun,11,9,3,teaspoonful,7.45,1.00,7.45,1.00,none,none,none, teaspoons,teaspoons,0.33,Noun,9,7,2,teaspoon,none,none,5.26,1.00,none,none,none, teat,teat,0.31,Noun,4,3,1,teat,11.94,0.94,11.94,0.94,none,none,none, teatime,teatime,0.45,Noun,7,5,2,teatime,6.74,1.00,6.74,1.00,none,none,none, teats,teats,0.37,Noun,5,4,1,teat,none,none,11.94,0.94,none,none,none, tech,tech,6.39,Noun,4,3,1,tech,12.90,1.00,12.90,1.00,none,none,none, techie,techie,0.12,Noun,6,4,2,techie,16.15,0.95,16.15,0.95,none,none,none, techies,techies,0.08,Noun,7,5,2,techie,none,none,16.15,0.95,none,none,none, technetium,technetium,0.06,Noun,10,9,4,technetium,17.00,0.37,17.00,0.37,none,none,none, technical,technical,8.24,Adjective,9,8,3,technical,10.50,1.00,10.50,1.00,none,none,none, technicalities,technicalities,0.45,Noun,14,12,5,technicality,none,none,13.32,1.00,none,11.90,none, technicality,technicality,1.20,Noun,12,11,5,technicality,13.32,1.00,13.32,1.00,none,11.90,none, technician,technician,2.59,Noun,10,8,3,technician,8.82,0.94,8.82,0.94,none,none,none, technicians,technicians,1.39,Noun,11,9,3,technician,none,none,8.82,0.94,none,none,none, technique,technique,8.94,Noun,9,6,2,technique,11.90,1.00,11.90,1.00,none,none,none,10.04 techniques,techniques,3.47,Noun,10,7,2,technique,none,none,11.90,1.00,none,none,none,10.04 techno,techno,0.75,Noun,6,5,2,techno,13.94,0.95,13.94,0.95,none,none,none, technocracy,technocracy,0.06,Noun,11,10,4,technocracy,17.44,0.43,17.44,0.43,none,none,none, technocrat,technocrat,0.04,Noun,10,9,3,technocrat,15.54,0.65,15.54,0.65,none,none,none, technocrats,technocrats,0.02,Noun,11,10,3,technocrat,none,none,15.54,0.65,none,none,none, technological,technological,0.78,Adjective,13,12,5,technological,11.37,1.00,11.37,1.00,none,none,none, technologies,technologies,1.39,Noun,12,10,4,technology,none,none,9.06,1.00,none,none,none, technology,technology,14.94,Noun,10,9,4,technology,9.06,1.00,9.06,1.00,none,none,none, technophobe,technophobe,0.02,Noun,11,8,3,technophobe,17.08,0.65,17.08,0.65,none,none,none, techs,techs,0.53,Noun,5,4,1,tech,none,none,12.90,1.00,none,none,none, tectonic,tectonic,0.20,Adjective,8,8,3,tectonic,11.46,0.72,11.46,0.72,none,none,none, tectonics,tectonics,0.08,Noun,9,9,3,tectonic,none,none,11.46,0.72,none,none,none, tedious,tedious,1.43,Adjective,7,6,3,tedious,11.78,1.00,11.78,1.00,none,11.79,none, tediousness,tediousness,0.04,Noun,11,9,4,tediousness,11.74,0.95,11.74,0.95,none,none,none, tedium,tedium,0.25,Noun,6,6,3,tedium,13.59,0.81,13.59,0.81,none,none,none, tee,tee,2.16,Noun,3,2,1,tee,8.21,1.00,8.21,1.00,none,none,7.49, teeing,teeing,0.16,Verb,6,4,2,tee,none,none,8.21,1.00,none,none,7.49, teem,teem,0.04,Verb,4,3,1,teem,13.33,0.67,13.33,0.67,none,none,11.63, teeming,teeming,0.65,Adjective,7,5,2,teeming,10.39,0.95,10.39,0.95,none,none,none,13.29 teems,teems,0.04,Verb,5,4,1,teem,none,none,13.33,0.67,none,none,11.63, teen,teen,4.10,Noun,4,3,1,teen,7.95,1.00,7.95,1.00,none,none,7.29, teenage,teenage,6.86,Adjective,7,5,2,teenage,6.94,1.00,6.94,1.00,none,none,none, teenaged,teenaged,0.16,Adjective,8,6,2,teenaged,8.11,0.95,8.11,0.95,none,none,none, teenager,teenager,6.88,Noun,8,6,3,teenager,7.22,1.00,7.22,1.00,none,none,none, teenagers,teenagers,4.22,Noun,9,7,3,teenager,none,none,7.22,1.00,none,none,none, teeniest,teeniest,0.20,Adjective,8,7,3,teeny,none,none,5.42,1.00,none,none,none, teens,teens,1.94,Noun,5,4,1,teens,7.84,1.00,7.84,1.00,none,none,none, teensiest,teensiest,0.04,Adjective,9,8,3,teensy,none,none,7.12,0.89,none,none,none, teensy,teensy,0.47,Adjective,6,5,2,teensy,7.12,0.89,7.12,0.89,none,none,none, teeny,teeny,2.51,Adjective,5,4,2,teeny,5.42,1.00,5.42,1.00,none,none,none, teenybopper,teenybopper,0.04,Noun,11,8,4,teenybopper,10.68,1.00,10.68,1.00,none,none,none, teenyboppers,teenyboppers,0.02,Noun,12,9,4,teenybopper,none,none,10.68,1.00,none,none,none, teepee,tepee,0.12,Noun,6,4,2,teepee,5.89,1.00,5.89,1.00,none,none,none, teepees,tepees,0.10,Noun,7,5,2,teepee,none,none,5.89,1.00,none,none,none, tees,tees,0.18,Noun,4,3,1,tee,none,none,8.21,1.00,none,none,7.49, teeter,teeter,0.10,Verb,6,4,2,teeter,7.25,0.84,7.25,0.84,none,none,none, teetering,teetering,0.14,Verb,9,6,3,teeter,none,none,7.25,0.84,none,none,none, teeth,teeth,47.84,Noun,5,3,1,tooth,none,none,3.61,1.00,none,4.31,3.50, teethe,teethe,0.02,Verb,6,3,1,teethe,7.81,0.84,7.81,0.84,none,none,none, teething,teething,0.45,Noun,8,5,2,teething,8.39,0.95,8.39,0.95,none,none,none, teetotal,teetotal,0.02,Adjective,8,7,3,teetotal,14.86,0.64,14.86,0.64,none,none,none, teetotaler,teetotaller,0.14,Noun,10,8,4,teetotaler,13.57,0.74,13.57,0.74,none,none,none, teetotalers,teetotallers,0.04,Noun,11,9,4,teetotaler,none,none,13.57,0.74,none,none,none, telecast,telecast,0.35,Noun,8,8,3,telecast,12.50,0.91,12.50,0.91,none,none,none, telecasts,telecasts,0.02,Noun,9,9,3,telecast,none,none,12.50,0.91,none,none,none, telecommunication,telecommunication,0.06,Noun,17,16,7,telecommunication,14.44,1.00,14.44,1.00,none,none,none, telecommunications,telecommunications,0.51,Noun,18,17,7,telecommunication,none,none,14.44,1.00,none,none,none, telecommuter,telecommuter,0.02,Noun,12,11,5,telecommuter,17.32,0.90,17.32,0.90,none,none,none, teleconference,teleconference,0.22,Noun,14,12,4,teleconference,15.47,1.00,15.47,1.00,none,none,none, telegram,telegram,9.24,Noun,8,8,3,telegram,10.78,1.00,10.78,1.00,none,none,none, telegrams,telegrams,1.24,Noun,9,9,3,telegram,none,none,10.78,1.00,none,none,none, telegraph,telegraph,3.27,Noun,9,8,3,telegraph,9.50,1.00,9.50,1.00,none,8.66,none, telegraphed,telegraphed,0.35,Verb,11,9,3,telegraph,none,none,9.50,1.00,none,8.66,none, telegrapher,telegrapher,0.06,Noun,11,9,4,telegrapher,10.84,0.90,10.84,0.90,none,none,none, telegraphic,telegraphic,0.02,Adjective,11,10,4,telegraphic,11.56,0.95,11.56,0.95,none,none,none, telegraphing,telegraphing,0.12,Verb,12,10,4,telegraph,none,none,9.50,1.00,none,8.66,none, telegraphs,telegraphs,0.08,Noun,10,9,3,telegraph,none,none,9.50,1.00,none,8.66,none, telegraphy,telegraphy,0.10,Noun,10,9,4,telegraphy,11.94,0.90,11.94,0.90,none,none,none, telekinesis,telekinesis,0.41,Noun,11,11,5,telekinesis,14.41,0.94,14.41,0.94,none,none,none, telekinetic,telekinetic,0.25,Adjective,11,11,5,telekinetic,11.47,0.94,11.47,0.94,none,none,none, telemarketer,telemarketer,0.20,Noun,12,11,5,telemarketer,12.20,1.00,12.20,1.00,none,none,none, telemarketers,telemarketers,0.06,Noun,13,12,5,telemarketer,none,none,12.20,1.00,none,none,none, telemarketing,telemarketing,0.35,Verb,13,12,5,telemarketing,14.24,1.00,14.24,1.00,none,none,none, telemetric,telemetric,0.02,Adjective,10,10,4,telemetric,14.11,0.47,14.11,0.47,none,none,none, telemetry,telemetry,0.71,Noun,9,9,4,telemetry,14.67,0.79,14.67,0.79,none,none,none, telepath,telepath,0.16,Noun,8,7,3,telepath,11.33,1.00,11.33,1.00,none,none,none, telepathic,telepathic,0.59,Adjective,10,9,4,telepathic,11.89,1.00,11.89,1.00,none,none,none, telepathy,telepathy,0.92,Noun,9,8,4,telepathy,11.39,1.00,11.39,1.00,none,none,none, telephone,telephone,32.37,Noun,9,7,3,telephone,4.63,1.00,4.63,1.00,7.60,none,none, telephoned,telephoned,2.14,Verb,10,8,3,telephone,none,none,4.63,1.00,7.60,none,none, telephones,telephones,1.31,Noun,10,8,3,telephone,none,none,4.63,1.00,7.60,none,none, telephonic,telephonic,0.16,Adjective,10,9,4,telephonic,12.12,0.89,12.12,0.89,none,none,none, telephoning,telephoning,0.43,Verb,11,9,4,telephone,none,none,4.63,1.00,7.60,none,none, telephonist,telephonist,Err:512,Err:512,11,10,4,telephonist,11.93,0.82,11.93,0.82,10.20,none,none, telephoto,telephoto,0.31,Noun,9,8,4,telephoto,12.79,0.74,12.79,0.74,none,none,none, teleport,teleport,0.22,Verb,8,8,3,teleport,8.84,1.00,8.84,1.00,none,none,none, teleportation,teleportation,0.08,Noun,13,12,5,teleportation,10.06,0.95,10.06,0.95,none,none,none, teleported,teleported,0.20,Verb,10,10,4,teleport,none,none,8.84,1.00,none,none,none, teleprompter,teleprompter,0.35,Noun,12,11,4,teleprompter,13.50,0.95,13.50,0.95,none,none,none, telescope,telescope,2.94,Noun,9,8,3,telescope,6.95,1.00,6.95,1.00,none,none,none, telescopes,telescopes,0.47,Noun,10,9,3,telescope,none,none,6.95,1.00,none,none,none, telescopic,telescopic,0.24,Adjective,10,10,4,telescopic,11.32,1.00,11.32,1.00,none,none,none, telethon,telethon,1.04,Noun,8,7,3,telethon,11.67,0.95,11.67,0.95,none,none,none, telethons,telethons,0.04,Noun,9,8,3,telethon,none,none,11.67,0.95,none,none,none, teletype,teletype,0.65,Noun,8,7,3,teletype,13.92,0.72,13.92,0.72,none,none,none, televangelism,televangelism,0.02,Noun,13,14,6,televangelism,14.43,0.74,14.43,0.74,none,none,none, televangelist,televangelist,0.08,Noun,13,13,5,televangelist,11.67,0.83,11.67,0.83,none,none,none, televangelists,televangelists,0.02,Noun,14,14,5,televangelist,none,none,11.67,0.83,none,none,none, televise,televise,0.02,Verb,8,7,3,televise,10.29,1.00,10.29,1.00,none,none,none, televised,televised,0.82,Adjective,9,8,3,televised,7.95,1.00,7.95,1.00,none,none,none, televising,televising,0.08,Verb,10,9,4,televise,none,none,10.29,1.00,none,none,none, television,television,33.90,Noun,10,9,4,television,4.11,1.00,4.11,1.00,8.88,none,none, televisions,televisions,0.29,Noun,11,10,4,television,none,none,4.11,1.00,8.88,none,none, telex,telex,0.49,Noun,5,6,2,telex,13.80,0.53,13.80,0.53,none,none,none, tell,tell,1724.49,Verb,4,3,1,tell,4.26,1.00,4.26,1.00,4.86,none,4.47, teller,teller,2.57,Noun,6,4,2,teller,9.90,1.00,9.90,1.00,none,none,none, tellers,tellers,0.65,Noun,7,5,2,teller,none,none,9.90,1.00,none,none,none, telling,telling,190.78,Verb,7,5,2,tell,none,none,4.26,1.00,4.86,none,4.47, tells,tells,52.25,Verb,5,4,1,tell,none,none,4.26,1.00,4.86,none,4.47, telltale,telltale,0.35,Noun,8,6,2,telltale,11.63,1.00,11.63,1.00,none,none,none, telltales,telltales,0.02,Noun,9,7,2,telltale,none,none,11.63,1.00,none,none,none, tellurium,tellurium,0.02,Noun,9,8,4,tellurium,15.86,0.39,15.86,0.39,none,none,none, tem,tem,0.16,Noun,3,3,1,tem,11.00,0.21,11.00,0.21,none,none,none, temblor,temblor,0.04,Noun,7,6,2,temblor,16.00,0.28,16.00,0.28,none,none,none, temerity,temerity,0.22,Noun,8,8,4,temerity,14.10,0.56,14.10,0.56,none,none,none, temp,temp,3.02,Noun,4,4,1,temp,11.06,1.00,11.06,1.00,none,none,none, temped,temped,0.06,Verb,6,5,1,temp,none,none,11.06,1.00,none,none,none, temper,temper,11.41,Noun,6,5,2,temper,6.22,1.00,6.22,1.00,none,6.71,none,7.19 tempera,tempera,0.04,Noun,7,6,3,tempera,13.64,0.61,13.64,0.61,none,none,none, temperament,temperament,1.16,Noun,11,10,3,temperament,10.89,1.00,10.89,1.00,none,none,none, temperamental,temperamental,0.80,Adjective,13,12,4,temperamental,9.76,0.94,9.76,0.94,none,none,none, temperaments,temperaments,0.02,Noun,12,11,3,temperament,none,none,10.89,1.00,none,none,none, temperance,temperance,0.78,Noun,10,8,3,temperance,13.74,1.00,13.74,1.00,none,none,none, temperate,temperate,0.24,Adjective,9,7,2,temperate,11.72,0.95,11.72,0.95,none,none,none, temperature,temperature,13.76,Noun,11,8,3,temperature,6.17,1.00,6.17,1.00,7.31,none,none, temperatures,temperatures,1.96,Noun,12,9,3,temperature,none,none,6.17,1.00,7.31,none,none, tempered,tempered,0.65,Verb,8,6,2,temper,none,none,6.22,1.00,none,6.71,none,7.19 tempering,tempering,0.04,Verb,9,7,3,temper,none,none,6.22,1.00,none,6.71,none,7.19 tempers,tempers,0.73,Noun,7,6,2,temper,none,none,6.22,1.00,none,6.71,none,7.19 tempest,tempest,0.71,Noun,7,7,2,tempest,12.53,0.94,12.53,0.94,none,none,none,12.32 tempests,tempests,0.10,Noun,8,8,2,tempest,none,none,12.53,0.94,none,none,none,12.32 tempestuous,tempestuous,0.24,Adjective,11,10,4,tempestuous,15.33,0.95,15.33,0.95,none,none,none, temping,temping,0.27,Verb,7,6,2,temp,none,none,11.06,1.00,none,none,none, templar,templar,0.27,Noun,7,6,2,templar,15.14,0.74,15.14,0.74,none,none,none, template,template,0.41,Noun,8,7,2,template,11.44,1.00,11.44,1.00,none,none,none, templates,templates,0.29,Noun,9,8,2,template,none,none,11.44,1.00,none,none,none, temple,temple,17.55,Noun,6,6,2,temple,8.79,1.00,8.79,1.00,none,none,none,8.70 temples,temples,1.57,Noun,7,7,2,temple,none,none,8.79,1.00,none,none,none,8.70 tempo,tempo,1.69,Noun,5,5,2,tempo,9.67,1.00,9.67,1.00,none,none,none,10.32 temporal,temporal,1.35,Adjective,8,7,3,temporal,15.84,0.86,15.84,0.86,none,none,none, temporaries,temporaries,0.16,Noun,11,9,4,temporary,none,none,8.84,1.00,none,none,none, temporarily,temporarily,4.55,Adverb,11,10,5,temporarily,8.08,1.00,8.08,1.00,9.77,none,none, temporary,temporary,13.04,Adjective,9,8,4,temporary,8.84,1.00,8.84,1.00,none,none,none, tempore,tempore,0.02,Noun,7,6,2,tempore,14.18,0.55,14.18,0.55,none,none,none, temporize,temporise,0.02,Verb,9,7,3,temporize,13.07,0.78,13.07,0.78,none,none,none, tempos,tempos,0.04,Noun,6,6,2,tempo,none,none,9.67,1.00,none,none,none,10.32 temps,temps,0.37,Noun,5,5,1,temp,none,none,11.06,1.00,none,none,none, tempt,tempt,2.53,Verb,5,5,1,tempt,8.60,1.00,8.60,1.00,none,none,9.09, temptation,temptation,4.24,Noun,10,8,3,temptation,8.35,1.00,8.35,1.00,none,9.00,none, temptations,temptations,0.75,Noun,11,9,3,temptation,none,none,8.35,1.00,none,9.00,none, tempted,tempted,3.98,Verb,7,7,2,tempt,none,none,8.60,1.00,none,none,9.09, tempter,tempter,0.02,Noun,7,6,2,tempter,11.89,0.90,11.89,0.90,none,none,none, tempting,tempting,3.02,Adjective,8,7,2,tempting,9.50,1.00,9.50,1.00,none,none,none, temptress,temptress,0.45,Noun,9,8,2,temptress,12.20,1.00,12.20,1.00,none,none,none, tempts,tempts,0.14,Verb,6,6,1,tempt,none,none,8.60,1.00,none,none,9.09, tempura,tempura,0.24,Noun,7,8,3,tempura,14.50,0.74,14.50,0.74,none,none,none, tempus,tempus,0.41,Noun,6,6,2,tempus,17.22,0.50,17.22,0.50,none,none,none, ten,ten,145.00,Number,3,3,1,ten,3.58,1.00,3.58,1.00,4.83,none,3.65, tenability,tenability,Err:512,Err:512,10,10,5,tenability,16.73,0.61,16.73,0.61,none,none,none, tenable,tenable,0.06,Adjective,7,7,3,tenable,14.73,0.71,14.73,0.71,none,none,none, tenacious,tenacious,0.49,Adjective,9,7,3,tenacious,14.06,1.00,14.06,1.00,none,none,none, tenacity,tenacity,0.27,Noun,8,8,4,tenacity,13.67,1.00,13.67,1.00,none,none,none, tenancy,tenancy,0.04,Noun,7,7,3,tenancy,14.41,0.94,14.41,0.94,none,none,none, tenant,tenant,3.04,Noun,6,6,2,tenant,10.33,1.00,10.33,1.00,9.56,none,none,11.39 tenantless,tenantless,0.02,Adjective,10,9,3,tenantless,13.11,0.86,13.11,0.86,none,none,none, tenants,tenants,2.57,Noun,7,7,2,tenant,none,none,10.33,1.00,9.56,none,none,11.39 tend,tend,12.27,Verb,4,4,1,tend,9.79,0.95,9.79,0.95,9.36,none,8.22, tended,tended,1.00,Verb,6,6,2,tend,none,none,9.79,0.95,9.36,none,8.22, tendencies,tendencies,1.57,Noun,10,9,3,tendency,none,none,12.57,1.00,none,10.34,none, tendency,tendency,2.71,Noun,8,8,3,tendency,12.57,1.00,12.57,1.00,none,10.34,none, tendentious,tendentious,0.08,Adjective,11,9,3,tendentious,14.43,0.78,14.43,0.78,none,none,none, tender,tender,8.88,Adjective,6,5,2,tender,7.11,1.00,7.11,1.00,none,none,none,8.53 tendered,tendered,0.24,Verb,8,6,2,tender,none,none,7.11,1.00,none,none,none,8.53 tenderfeet,tenderfeet,0.02,Noun,10,8,3,tenderfoot,none,none,10.88,0.89,none,none,none, tenderfoot,tenderfoot,0.49,Noun,10,8,3,tenderfoot,10.88,0.89,10.88,0.89,none,none,none, tenderhearted,tender-hearted,0.08,Verb,13,11,4,tenderhearted,9.00,1.00,9.00,1.00,none,none,none, tendering,tendering,0.14,Verb,9,7,3,tender,none,none,7.11,1.00,none,none,none,8.53 tenderize,tenderise,0.14,Verb,9,7,3,tenderize,9.61,1.00,9.61,1.00,none,none,none, tenderizer,tenderizer,0.08,Noun,10,8,4,tenderizer,11.32,1.00,11.32,1.00,none,none,none, tenderizing,tenderising,0.06,Verb,11,9,4,tenderize,none,none,9.61,1.00,none,none,none, tenderloin,tenderloin,0.39,Noun,10,8,3,tenderloin,9.00,1.00,9.00,1.00,none,none,none, tenderloins,tenderloins,0.06,Noun,11,9,3,tenderloin,none,none,9.00,1.00,none,none,none, tenderness,tenderness,2.53,Noun,10,8,3,tenderness,8.79,1.00,8.79,1.00,none,none,none, tenders,tenders,0.20,Noun,7,6,2,tender,none,none,7.11,1.00,none,none,none,8.53 tending,tending,1.08,Verb,7,6,2,tend,none,none,9.79,0.95,9.36,none,8.22, tendinitis,tendinitis,0.04,Noun,10,10,4,tendinitis,13.19,0.89,13.19,0.89,none,none,none, tendon,tendon,0.57,Noun,6,6,2,tendon,9.58,1.00,9.58,1.00,none,none,none,10.60 tendonitis,tendonitis,0.04,Noun,10,10,4,tendonitis,15.03,0.89,15.03,0.89,none,none,none, tendons,tendons,0.35,Noun,7,7,2,tendon,none,none,9.58,1.00,none,none,none,10.60 tendril,tendril,0.04,Noun,7,7,2,tendril,13.50,0.74,13.50,0.74,none,none,none, tendrils,tendrils,0.22,Noun,8,8,2,tendril,none,none,13.50,0.74,none,none,none, tends,tends,2.65,Verb,5,5,1,tend,none,none,9.79,0.95,9.36,none,8.22, tenement,tenement,0.69,Noun,8,8,3,tenement,12.69,0.70,12.69,0.70,none,none,none, tenements,tenements,0.27,Noun,9,9,3,tenement,none,none,12.69,0.70,none,none,none, tenet,tenet,0.12,Noun,5,5,2,tenet,13.94,0.89,13.94,0.89,12.61,none,none, tenets,tenets,0.24,Noun,6,6,2,tenet,none,none,13.94,0.89,12.61,none,none, tennis,tennis,13.63,Noun,6,5,2,tennis,7.53,1.00,7.53,1.00,none,none,none,6.40 tennisracket,tennis racket,Err:512,Err:512,12,10,4,tennisracket,7.27,0.95,7.27,0.95,none,none,none, tenon,tenon,0.06,Noun,5,5,2,tenon,15.50,0.19,15.50,0.19,none,none,none, tenor,tenor,1.55,Noun,5,4,2,tenor,12.56,0.86,12.56,0.86,none,none,none,11.19 tenors,tenors,0.20,Noun,6,5,2,tenor,none,none,12.56,0.86,none,none,none,11.19 tens,tens,2.24,Number,4,4,1,ten,none,none,3.58,1.00,4.83,none,3.65, tense,tense,10.24,Adjective,5,4,1,tense,9.35,1.00,9.35,1.00,none,9.34,8.71, tensed,tensed,0.20,Verb,6,5,1,tense,none,none,9.35,1.00,none,9.34,8.71, tenseness,tenseness,0.06,Noun,9,7,2,tenseness,11.05,1.00,11.05,1.00,none,none,none, tenser,tenser,0.06,Adjective,6,5,2,tense,none,none,9.35,1.00,none,9.34,8.71, tenses,tenses,0.08,Verb,6,6,2,tense,none,none,9.35,1.00,none,9.34,8.71, tensest,tensest,0.02,Adjective,7,7,2,tense,none,none,9.35,1.00,none,9.34,8.71, tensile,tensile,0.12,Adjective,7,6,2,tensile,14.23,0.72,14.23,0.72,none,none,none, tensing,tensing,0.06,Verb,7,6,2,tense,none,none,9.35,1.00,none,9.34,8.71, tension,tension,8.55,Noun,7,6,2,tension,9.72,1.00,9.72,1.00,none,9.22,none,10.22 tensions,tensions,0.88,Noun,8,7,2,tension,none,none,9.72,1.00,none,9.22,none,10.22 tensor,tensor,0.08,Noun,6,5,2,tensor,12.60,0.53,12.60,0.53,none,none,none, tent,tent,17.49,Noun,4,4,1,tent,5.16,1.00,5.16,1.00,none,5.77,5.73, tentacle,tentacle,0.25,Noun,8,8,3,tentacle,8.65,1.00,8.65,1.00,none,none,none, tentacles,tentacles,1.10,Noun,9,9,3,tentacle,none,none,8.65,1.00,none,none,none, tentative,tentative,0.49,Adjective,9,8,3,tentative,12.00,1.00,12.00,1.00,none,none,none, tenterhooks,tenterhooks,0.04,Noun,11,9,3,tenterhooks,13.90,0.56,13.90,0.56,none,none,none, tenth,tenth,4.16,Number,5,4,1,tenth,5.41,1.00,5.41,1.00,none,6.07,5.47, tenths,tenths,0.24,Number,6,5,1,tenth,none,none,5.41,1.00,none,6.07,5.47, tenting,tenting,0.10,Verb,7,6,2,tent,none,none,5.16,1.00,none,5.77,5.73, tentmaker,tentmaker,0.02,Noun,9,8,3,tentmaker,8.47,0.83,8.47,0.83,none,none,none, tents,tents,1.92,Noun,5,5,1,tent,none,none,5.16,1.00,none,5.77,5.73, tenuous,tenuous,0.33,Adjective,7,8,3,tenuous,13.33,0.83,13.33,0.83,none,none,none, tenure,tenure,1.76,Noun,6,5,2,tenure,15.79,0.95,15.79,0.95,none,none,none,12.85 tepee,tepee,0.53,Noun,5,4,2,tepee,5.65,0.94,5.65,0.94,none,none,none,8.70 tepees,tepees,0.04,Noun,6,5,2,tepee,none,none,5.65,0.94,none,none,none,8.70 tepid,tepid,0.24,Adjective,5,5,2,tepid,13.44,0.84,13.44,0.84,none,12.36,none, tequila,tequila,5.86,Noun,7,6,3,tequila,13.67,1.00,13.67,1.00,none,none,none, tequilas,tequilas,0.18,Noun,8,8,3,tequila,none,none,13.67,1.00,none,none,none, terabyte,terabyte,0.02,Noun,8,7,3,terabyte,15.42,0.63,15.42,0.63,none,none,none, terabytes,terabytes,0.02,Noun,9,8,3,terabyte,none,none,15.42,0.63,none,none,none, terahertz,terahertz,0.06,Noun,9,9,3,terahertz,16.00,0.53,16.00,0.53,none,none,none, terbium,terbium,0.02,Noun,7,7,3,terbium,15.67,0.17,15.67,0.17,none,none,none, tercentenary,tercentenary,Err:512,Err:512,12,12,5,tercentenary,13.80,0.24,13.80,0.24,none,none,none, tergiversation,tergiversation,0.02,Noun,14,13,5,tergiversation,14.00,0.25,14.00,0.25,none,none,none, teriyaki,teriyaki,0.75,Noun,8,8,4,teriyaki,11.17,1.00,11.17,1.00,none,none,none, term,term,17.45,Noun,4,3,1,term,8.28,1.00,8.28,1.00,none,7.86,8.36, termagant,termagant,0.02,Noun,9,8,3,termagant,17.25,0.22,17.25,0.22,none,none,none, termed,termed,0.22,Verb,6,4,1,term,none,none,8.28,1.00,none,7.86,8.36, terminal,terminal,7.65,Noun,8,7,3,terminal,9.33,1.00,9.33,1.00,none,none,none, terminals,terminals,0.49,Noun,9,8,3,terminal,none,none,9.33,1.00,none,none,none, terminate,terminate,2.75,Verb,9,7,3,terminate,11.21,1.00,11.21,1.00,none,none,none, terminated,terminated,2.88,Verb,10,9,4,terminate,none,none,11.21,1.00,none,none,none, terminates,terminates,0.12,Verb,10,8,3,terminate,none,none,11.21,1.00,none,none,none, terminating,terminating,0.65,Verb,11,9,4,terminate,none,none,11.21,1.00,none,none,none, termination,termination,1.33,Noun,11,9,4,termination,11.50,1.00,11.50,1.00,none,none,none, terminations,terminations,0.04,Noun,12,10,4,termination,none,none,11.50,1.00,none,none,none, terminator,terminator,1.31,Noun,10,8,4,terminator,11.18,0.94,11.18,0.94,none,none,none, terminators,terminators,0.14,Noun,11,9,4,terminator,none,none,11.18,0.94,none,none,none, terminologies,terminologies,0.02,Noun,13,11,5,terminology,none,none,11.11,1.00,none,none,none, terminology,terminology,0.47,Noun,11,10,5,terminology,11.11,1.00,11.11,1.00,none,none,none, terminus,terminus,0.45,Noun,8,7,3,terminus,15.04,0.61,15.04,0.61,none,none,none, termite,termite,0.75,Noun,7,5,2,termite,7.94,1.00,7.94,1.00,none,none,none,9.40 termites,termites,1.45,Noun,8,6,2,termite,none,none,7.94,1.00,none,none,none,9.40 terms,terms,22.31,Noun,5,4,1,term,none,none,8.28,1.00,none,7.86,8.36, tern,tern,0.02,Noun,4,4,1,tern,14.50,0.44,14.50,0.44,none,none,none, terns,terns,0.08,Noun,5,4,1,tern,none,none,14.50,0.44,none,none,none, terpsichorean,terpsichorean,0.02,Adjective,13,12,5,terpsichorean,15.62,0.44,15.62,0.44,none,none,none, terrace,terrace,3.39,Noun,7,5,2,terrace,9.89,0.95,9.89,0.95,none,none,none,11.19 terraces,terraces,0.06,Noun,8,7,3,terrace,none,none,9.89,0.95,none,none,none,11.19 terracotta,terracotta,0.10,Noun,10,8,4,terracotta,14.19,0.89,14.19,0.89,none,none,none, terrain,terrain,2.25,Noun,7,4,2,terrain,10.95,1.00,10.95,1.00,none,none,none,11.39 terrarium,terrarium,0.22,Noun,9,8,4,terrarium,12.38,0.84,12.38,0.84,none,none,none, terrariums,terrariums,0.04,Noun,10,9,4,terrarium,none,none,12.38,0.84,none,none,none, terrazzo,terrazzo,0.04,Noun,8,6,3,terrazzo,12.25,0.22,12.25,0.22,none,none,none, terrestrial,terrestrial,0.22,Adjective,11,9,4,terrestrial,12.21,0.95,12.21,0.95,none,none,none, terrible,terrible,94.02,Adjective,8,7,3,terrible,5.56,1.00,5.56,1.00,6.70,none,none, terrier,terrier,0.96,Noun,7,5,3,terrier,8.68,1.00,8.68,1.00,none,none,none, terriers,terriers,0.08,Noun,8,6,3,terrier,none,none,8.68,1.00,none,none,none, terrific,terrific,41.92,Adjective,8,6,3,terrific,6.05,1.00,6.05,1.00,none,none,none, terrified,terrified,9.57,Verb,9,7,3,terrified,8.50,1.00,8.50,1.00,none,none,none, terrifies,terrifies,0.35,Verb,9,7,3,terrify,none,none,8.05,1.00,none,none,none, terrify,terrify,0.49,Verb,7,6,3,terrify,8.05,1.00,8.05,1.00,none,none,none, terrifying,terrifying,4.25,Adjective,10,8,4,terrifying,8.33,1.00,8.33,1.00,none,none,none, terrine,terrine,0.10,Noun,7,5,2,terrine,13.29,0.37,13.29,0.37,none,none,none, territorial,territorial,1.67,Adjective,11,10,5,territorial,10.11,1.00,10.11,1.00,none,none,none, territorialism,territorialism,0.02,Noun,14,14,7,territorialism,12.71,0.89,12.71,0.89,none,none,none, territoriality,territoriality,0.08,Noun,14,13,7,territoriality,14.06,0.95,14.06,0.95,none,none,none, territories,territories,1.20,Noun,11,9,4,territory,none,none,8.94,1.00,none,9.60,none, territory,territory,14.67,Noun,9,8,4,territory,8.94,1.00,8.94,1.00,none,9.60,none, terror,terror,9.00,Noun,6,4,2,terror,8.79,1.00,8.79,1.00,none,7.62,none,7.41 terrorism,terrorism,4.10,Noun,9,8,4,terrorism,12.83,1.00,12.83,1.00,none,none,none, terrorist,terrorist,12.10,Adjective,9,7,3,terrorist,12.76,1.00,12.76,1.00,none,none,none, terroristic,terroristic,0.04,Adjective,11,9,4,terroristic,15.47,0.90,15.47,0.90,none,none,none, terrorists,terrorists,11.78,Noun,10,8,3,terrorist,none,none,12.76,1.00,none,none,none, terrorize,terrorise,0.51,Verb,9,6,3,terrorize,9.72,1.00,9.72,1.00,none,none,none, terrorized,terrorised,0.63,Verb,10,7,3,terrorize,none,none,9.72,1.00,none,none,none, terrorizes,terrorises,0.06,Verb,10,8,4,terrorize,none,none,9.72,1.00,none,none,none, terrorizing,terrorising,0.73,Verb,11,8,4,terrorize,none,none,9.72,1.00,none,none,none, terrors,terrors,1.24,Noun,7,5,2,terror,none,none,8.79,1.00,none,7.62,none,7.41 terrycloth,terrycloth,0.10,Noun,10,8,3,terrycloth,12.07,0.83,12.07,0.83,none,none,none, terse,terse,0.16,Adjective,5,3,1,terse,11.00,0.89,11.00,0.89,none,none,none, terseness,terseness,0.04,Noun,9,6,2,terseness,14.18,0.85,14.18,0.85,none,none,none, tersest,tersest,0.02,Adjective,7,6,2,terse,none,none,11.00,0.89,none,none,none, tertiary,tertiary,0.24,Adjective,8,5,3,tertiary,14.38,0.89,14.38,0.89,none,none,none, test,test,84.08,Noun,4,4,1,test,6.26,1.00,6.26,1.00,6.25,none,5.85, testament,testament,2.35,Noun,9,9,3,testament,9.14,1.00,9.14,1.00,none,none,none, testaments,testaments,0.10,Noun,10,10,3,testament,none,none,9.14,1.00,none,none,none, testator,testator,0.04,Noun,8,7,3,testator,14.67,0.33,14.67,0.33,none,none,none, tested,tested,10.53,Verb,6,6,2,test,none,none,6.26,1.00,6.25,none,5.85, tester,tester,0.33,Noun,6,5,2,tester,8.84,1.00,8.84,1.00,none,none,none, testers,testers,0.12,Noun,7,6,2,tester,none,none,8.84,1.00,none,none,none, testicle,testicle,1.14,Noun,8,8,3,testicle,11.60,1.00,11.60,1.00,none,none,none, testicles,testicles,2.45,Noun,9,9,3,testicle,none,none,11.60,1.00,none,none,none, testicular,testicular,0.61,Adjective,10,10,4,testicular,13.20,1.00,13.20,1.00,none,none,none, testified,testified,3.84,Verb,9,8,3,testify,none,none,10.00,1.00,none,none,none, testifies,testifies,0.65,Verb,9,8,3,testify,none,none,10.00,1.00,none,none,none, testify,testify,14.20,Verb,7,7,3,testify,10.00,1.00,10.00,1.00,none,none,none, testifying,testifying,2.06,Verb,10,9,4,testify,none,none,10.00,1.00,none,none,none, testimonial,testimonial,0.63,Noun,11,11,5,testimonial,12.40,1.00,12.40,1.00,none,none,none, testimonials,testimonials,0.14,Noun,12,12,5,testimonial,none,none,12.40,1.00,none,none,none, testimonies,testimonies,0.33,Noun,11,10,4,testimony,none,none,10.32,1.00,none,none,none, testimony,testimony,14.75,Noun,9,9,4,testimony,10.32,1.00,10.32,1.00,none,none,none, testiness,testiness,0.02,Noun,9,8,3,testiness,12.78,0.90,12.78,0.90,none,none,none, testing,testing,15.12,Verb,7,6,2,test,none,none,6.26,1.00,6.25,none,5.85, testosterone,testosterone,1.63,Noun,12,10,4,testosterone,12.18,0.94,12.18,0.94,none,none,none, tests,tests,23.47,Noun,5,5,1,test,none,none,6.26,1.00,6.25,none,5.85, testy,testy,0.96,Noun,5,5,2,testy,9.33,0.95,9.33,0.95,none,none,none, tetanus,tetanus,1.39,Noun,7,7,3,tetanus,11.00,1.00,11.00,1.00,none,none,none, tetchy,tetchy,0.02,Noun,6,4,2,tetchy,16.33,0.33,16.33,0.33,none,none,none, tether,tether,0.47,Verb,6,4,2,tether,10.67,0.95,10.67,0.95,none,none,none, tetherball,tetherball,0.18,Noun,10,7,3,tetherball,9.39,0.95,9.39,0.95,none,none,none, tethered,tethered,0.39,Verb,8,5,2,tether,none,none,10.67,0.95,none,none,none, tethers,tethers,0.10,Verb,7,5,2,tether,none,none,10.67,0.95,none,none,none, tetracycline,tetracycline,0.20,Noun,12,11,4,tetracycline,14.73,0.83,14.73,0.83,none,none,none, tetrameter,tetrameter,0.02,Adjective,10,10,4,tetrameter,14.10,0.53,14.10,0.53,none,none,none, tetrazzini,tetrazzini,0.08,Noun,10,9,4,tetrazzini,14.42,0.60,14.42,0.60,none,none,none, text,text,5.24,Noun,4,5,1,text,7.78,1.00,7.78,1.00,none,9.60,7.77, textbook,textbook,2.20,Noun,8,8,2,textbook,7.58,1.00,7.58,1.00,none,none,none, textbooks,textbooks,0.86,Noun,9,9,2,textbook,none,none,7.58,1.00,none,none,none, texted,texted,0.16,Verb,6,7,2,text,none,none,7.78,1.00,none,9.60,7.77, textile,textile,0.49,Noun,7,7,2,textile,9.75,1.00,9.75,1.00,none,none,none, textiles,textiles,0.24,Noun,8,8,2,textile,none,none,9.75,1.00,none,none,none, texting,texting,0.31,Verb,7,7,2,text,none,none,7.78,1.00,none,9.60,7.77, texts,texts,0.65,Noun,5,6,1,text,none,none,7.78,1.00,none,9.60,7.77, textural,textural,0.02,Adjective,8,8,3,textural,13.88,0.85,13.88,0.85,none,none,none, texture,texture,1.65,Noun,7,6,2,texture,9.35,0.94,9.35,0.94,none,9.49,none,8.62 textured,textured,0.18,Adjective,8,7,2,textured,10.42,1.00,10.42,1.00,none,none,none, textures,textures,0.31,Noun,8,7,2,texture,none,none,9.35,0.94,none,9.49,none,8.62 thalamus,thalamus,0.06,Noun,8,7,3,thalamus,16.79,0.74,16.79,0.74,none,none,none, thalidomide,thalidomide,0.04,Noun,11,9,4,thalidomide,18.67,0.47,18.67,0.47,none,none,none, thallium,thallium,0.16,Noun,8,6,3,thallium,14.92,0.72,14.92,0.72,none,none,none, than,than,738.80,Conjunction,4,3,1,than,5.45,1.00,5.45,1.00,none,none,4.59, thane,thane,0.71,Noun,5,3,1,thane,12.50,0.10,12.50,0.10,none,12.55,none, thanes,thanes,0.10,Noun,6,4,1,thane,none,none,12.50,0.10,none,12.55,none, thank,thank,1115.24,Verb,5,4,1,thank,3.79,1.00,3.79,1.00,5.41,none,4.45, thanked,thanked,3.80,Verb,7,5,1,thank,none,none,3.79,1.00,5.41,none,4.45, thankful,thankful,5.37,Adjective,8,7,2,thankful,5.50,1.00,5.50,1.00,6.93,none,none, thankfulness,thankfulness,0.06,Noun,12,10,3,thankfulness,8.00,1.00,8.00,1.00,none,none,none, thanking,thanking,3.02,Verb,8,6,2,thank,none,none,3.79,1.00,5.41,none,4.45, thankless,thankless,0.41,Adjective,9,7,2,thankless,10.82,0.94,10.82,0.94,none,none,none, thanks,thanks,623.31,Noun,6,5,1,thanks,3.53,1.00,3.53,1.00,none,none,none, thanksgiving,thanksgiving,18.61,Noun,12,10,3,thanksgiving,4.74,1.00,4.74,1.00,none,none,none, thanksgivings,thanksgivings,0.14,Noun,13,11,3,thanksgiving,none,none,4.74,1.00,none,none,none, that,that,14111.31,Determiner,4,3,1,that,5.53,1.00,5.53,1.00,4.75,none,3.63, thatch,thatch,0.75,Verb,6,3,1,thatch,10.72,0.95,10.72,0.95,8.69,none,none, thatched,thatched,0.10,Adjective,8,4,1,thatched,11.29,0.89,11.29,0.89,none,none,none, thatching,thatching,0.02,Verb,9,5,2,thatch,none,none,10.72,0.95,8.69,none,none, thaw,thaw,1.59,Verb,4,2,1,thaw,8.11,1.00,8.11,1.00,7.60,7.62,8.65, thawed,thawed,0.55,Verb,6,3,1,thaw,none,none,8.11,1.00,7.60,7.62,8.65, thawing,thawing,0.24,Verb,7,4,2,thaw,none,none,8.11,1.00,7.60,7.62,8.65, thaws,thaws,0.16,Verb,5,3,1,thaw,none,none,8.11,1.00,7.60,7.62,8.65, the,the,29449.18,Article,3,2,1,the,3.98,1.00,3.98,1.00,4.13,none,3.05, theater,theatre,24.04,Noun,7,5,3,theater,6.94,1.00,6.94,1.00,none,none,none, theatergoer,theatregoer,0.04,Noun,11,7,4,theatergoer,12.65,0.89,12.65,0.89,none,none,none, theaters,theatres,1.80,Noun,8,6,3,theater,none,none,6.94,1.00,none,none,none, theatre,theatre,11.41,Noun,7,5,3,theater,none,none,6.94,1.00,none,none,none, theatres,theatres,0.53,Noun,8,6,3,theater,none,none,6.94,1.00,none,none,none, theatric,theatric,0.02,Adjective,8,6,2,theatric,10.61,1.00,10.61,1.00,none,none,none, theatrical,theatrical,2.51,Adjective,10,9,4,theatrical,9.44,1.00,9.44,1.00,none,none,none, theatricality,theatricality,0.02,Noun,13,12,6,theatricality,12.71,0.78,12.71,0.78,none,none,none, theatricals,theatricals,0.16,Noun,11,10,4,theatrical,none,none,9.44,1.00,none,none,none, theatrics,theatrics,0.61,Noun,9,7,2,theatrics,10.85,0.95,10.85,0.95,none,none,none, theft,theft,6.75,Noun,5,4,1,theft,8.11,1.00,8.11,1.00,none,7.71,8.08, thefts,thefts,0.55,Noun,6,5,1,theft,none,none,8.11,1.00,none,7.71,8.08, their,their,655.16,Pronoun,5,3,1,their,5.26,1.00,5.26,1.00,5.48,none,5.59, theirs,theirs,7.75,Pronoun,6,4,1,their,none,none,5.26,1.00,5.48,none,5.59, theistic,theistic,0.04,Adjective,8,7,3,theistic,13.13,0.79,13.13,0.79,none,none,none, them,them,1778.82,Pronoun,4,3,1,them,4.90,1.00,4.90,1.00,5.02,none,4.43, thematic,thematic,0.08,Adjective,8,7,3,thematic,13.76,0.89,13.76,0.89,none,none,none, theme,theme,13.92,Noun,5,3,1,theme,8.50,1.00,8.50,1.00,9.50,8.24,8.95, themes,themes,1.12,Noun,6,4,1,theme,none,none,8.50,1.00,9.50,8.24,8.95, themselves,themselves,45.94,Pronoun,10,8,2,themselves,5.94,1.00,5.94,1.00,7.01,none,none, then,then,1489.53,Adverb,4,3,1,then,6.74,1.00,6.74,1.00,5.10,none,4.65, thence,thence,0.27,Adverb,6,4,1,thence,11.28,0.90,11.28,0.90,9.72,none,12.60, theocracy,theocracy,0.04,Noun,9,8,4,theocracy,13.05,1.00,13.05,1.00,none,none,none, theologian,theologian,0.27,Noun,10,9,5,theologian,14.52,0.84,14.52,0.84,none,13.06,none, theologians,theologians,0.24,Noun,11,9,4,theologian,none,none,14.52,0.84,none,13.06,none, theological,theological,0.39,Adjective,11,10,5,theological,12.76,0.89,12.76,0.89,none,none,none, theology,theology,0.71,Noun,8,7,4,theology,12.72,1.00,12.72,1.00,12.29,none,none, theorem,theorem,0.33,Noun,7,5,2,theorem,12.47,0.89,12.47,0.89,none,none,none, theorems,theorems,0.08,Noun,8,7,3,theorem,none,none,12.47,0.89,none,none,none, theoretic,theoretic,0.02,Adjective,9,8,4,theoretic,13.05,0.95,13.05,0.95,none,none,none, theoretical,theoretical,1.86,Adjective,11,9,5,theoretical,13.44,1.00,13.44,1.00,none,none,none, theories,theories,5.41,Noun,8,5,2,theory,none,none,9.37,1.00,none,10.94,none,9.58 theorist,theorist,0.18,Noun,8,6,3,theorist,11.84,0.95,11.84,0.95,none,none,none, theorists,theorists,0.12,Noun,9,7,3,theorist,none,none,11.84,0.95,none,none,none, theorize,theorise,0.20,Verb,8,5,3,theorize,13.50,1.00,13.50,1.00,none,none,none, theorized,theorised,0.06,Verb,9,6,3,theorize,none,none,13.50,1.00,none,none,none, theorizes,theorises,0.02,Verb,9,7,4,theorize,none,none,13.50,1.00,none,none,none, theory,theory,28.61,Noun,6,4,2,theory,9.37,1.00,9.37,1.00,none,10.94,none,9.58 theosophical,theosophical,0.04,Adjective,12,10,5,theosophical,16.00,0.50,16.00,0.50,none,none,none, theosophist,theosophist,Err:512,Err:512,11,9,4,theosophist,16.00,0.29,16.00,0.29,none,none,none, therapeutic,therapeutic,1.41,Adjective,11,10,4,therapeutic,12.39,0.95,12.39,0.95,none,none,none, therapeutics,therapeutics,0.02,Noun,12,11,4,therapeutic,none,none,12.39,0.95,none,none,none, therapies,therapies,0.31,Noun,9,7,3,therapy,none,none,12.00,1.00,none,none,none, therapist,therapist,9.51,Noun,9,8,3,therapist,10.89,1.00,10.89,1.00,12.50,none,none, therapists,therapists,0.82,Noun,10,9,3,therapist,none,none,10.89,1.00,12.50,none,none, therapy,therapy,18.51,Noun,7,6,3,therapy,12.00,1.00,12.00,1.00,none,none,none, there,there,4348.12,Ex,5,3,1,there,5.25,1.00,5.25,1.00,4.71,none,none, thereabout,thereabout,0.06,Verb,10,7,3,thereabout,9.94,0.95,9.94,0.95,none,none,none, thereat,thereat,0.02,Noun,7,5,2,thereat,13.00,0.47,13.00,0.47,none,none,none, therefore,therefore,20.75,Adverb,9,6,2,therefore,9.94,1.00,9.94,1.00,7.72,none,none,9.31 thereunto,thereunto,0.02,Noun,9,7,3,thereunto,12.79,0.51,12.79,0.51,none,none,none, thermal,thermal,2.20,Adjective,7,5,2,thermal,11.05,1.00,11.05,1.00,none,none,none,9.58 thermals,thermals,0.29,Noun,8,6,2,thermal,none,none,11.05,1.00,none,none,none,9.58 thermionic,thermionic,0.02,Adjective,10,8,4,thermionic,17.50,0.42,17.50,0.42,none,none,none, thermocouple,thermocouple,0.02,Noun,12,9,4,thermocouple,15.00,0.44,15.00,0.44,none,none,none, thermodynamic,thermodynamic,0.04,Adjective,13,11,5,thermodynamic,13.62,0.84,13.62,0.84,none,none,none, thermodynamics,thermodynamics,0.25,Noun,14,12,5,thermodynamics,14.95,0.95,14.95,0.95,none,none,none, thermograph,thermograph,0.08,Noun,11,9,3,thermograph,15.71,0.74,15.71,0.74,none,none,none, thermometer,thermometer,2.20,Noun,11,8,4,thermometer,6.63,1.00,6.63,1.00,none,7.77,none, thermometers,thermometers,0.27,Noun,12,9,4,thermometer,none,none,6.63,1.00,none,7.77,none, thermonuclear,thermonuclear,0.25,Adjective,13,10,5,thermonuclear,14.71,0.85,14.71,0.85,none,none,none, thermoplastic,thermoplastic,0.04,Adjective,13,11,4,thermoplastic,15.57,0.78,15.57,0.78,none,none,none, thermos,thermos,1.12,Noun,7,5,2,thermos,8.29,0.94,8.29,0.94,none,none,none, thermoses,thermoses,0.04,Noun,9,7,3,thermos,none,none,8.29,0.94,none,none,none, thermosetting,thermosetting,0.02,Adjective,13,9,4,thermosetting,13.62,0.68,13.62,0.68,none,none,none, thermostat,thermostat,1.14,Noun,10,8,3,thermostat,8.89,1.00,8.89,1.00,none,none,none, thermostatic,thermostatic,Err:512,Err:512,12,10,4,thermostatic,13.27,0.75,13.27,0.75,none,none,none, thesaurus,thesaurus,0.39,Noun,9,7,3,thesaurus,9.26,1.00,9.26,1.00,none,none,none, these,these,904.00,Determiner,5,3,1,these,6.42,1.00,6.42,1.00,4.93,none,5.06, theses,theses,0.14,Noun,6,5,2,thesis,none,none,12.83,1.00,none,none,none,12.01 thesis,thesis,3.41,Noun,6,5,2,thesis,12.83,1.00,12.83,1.00,none,none,none,12.01 thespian,thespian,0.33,Noun,8,7,3,thespian,13.44,0.95,13.44,0.95,none,none,none, thespians,thespians,0.16,Noun,9,8,3,thespian,none,none,13.44,0.95,none,none,none, theta,theta,1.59,Noun,5,4,2,theta,15.27,0.61,15.27,0.61,none,none,none, thetas,thetas,0.73,Noun,6,5,2,theta,none,none,15.27,0.61,none,none,none, thew,thew,0.02,Verb,4,2,1,thew,17.50,0.10,17.50,0.10,none,none,none, they,they,4102.94,Pronoun,4,2,1,they,4.88,1.00,4.88,1.00,4.52,none,4.14, thiamine,thiamine,0.06,Noun,8,6,3,thiamine,13.85,0.68,13.85,0.68,none,none,none, thick,thick,13.98,Adjective,5,3,1,thick,5.61,1.00,5.61,1.00,none,5.88,6.60, thicken,thicken,0.10,Verb,7,5,2,thicken,8.62,1.00,8.62,1.00,none,none,none, thickened,thickened,0.10,Verb,9,6,2,thicken,none,none,8.62,1.00,none,none,none, thickener,thickener,0.04,Noun,9,6,3,thickener,9.21,1.00,9.21,1.00,none,none,none, thickens,thickens,0.63,Verb,8,6,2,thicken,none,none,8.62,1.00,none,none,none, thicker,thicker,2.08,Adjective,7,4,2,thick,none,none,5.61,1.00,none,5.88,6.60, thickest,thickest,0.16,Adjective,8,6,2,thick,none,none,5.61,1.00,none,5.88,6.60, thicket,thicket,0.47,Noun,7,5,2,thicket,7.89,1.00,7.89,1.00,none,9.28,none, thickets,thickets,0.02,Noun,8,6,2,thicket,none,none,7.89,1.00,none,9.28,none, thickheaded,thickheaded,0.12,Adjective,11,8,3,thickheaded,10.56,0.95,10.56,0.95,none,none,none, thickness,thickness,0.51,Noun,9,6,2,thickness,6.42,1.00,6.42,1.00,none,none,none, thief,thief,24.27,Noun,5,3,1,thief,7.22,1.00,7.22,1.00,none,6.50,6.94, thieve,thieve,0.12,Verb,6,3,1,thieve,9.29,0.94,9.29,0.94,none,none,8.51, thievery,thievery,0.27,Noun,8,5,3,thievery,9.94,0.94,9.94,0.94,none,none,none, thieves,thieves,9.10,Noun,7,4,1,thief,none,none,7.22,1.00,none,6.50,6.94, thieving,thieving,1.67,Adjective,8,5,2,thieving,9.28,0.95,9.28,0.95,7.72,none,none, thigh,thigh,3.75,Noun,5,2,1,thigh,6.42,1.00,6.42,1.00,none,7.24,6.47, thighbone,thighbone,0.04,Noun,9,5,2,thighbone,9.00,1.00,9.00,1.00,none,none,none, thighbones,thighbones,0.06,Noun,10,6,2,thighbone,none,none,9.00,1.00,none,none,none, thighs,thighs,3.84,Noun,6,3,1,thigh,none,none,6.42,1.00,none,7.24,6.47, thimble,thimble,0.27,Noun,7,6,2,thimble,8.05,1.00,8.05,1.00,none,none,none, thimbleful,thimbleful,0.08,Noun,10,9,3,thimbleful,9.62,0.84,9.62,0.84,none,none,none, thimbles,thimbles,0.06,Noun,8,7,2,thimble,none,none,8.05,1.00,none,none,none, thin,thin,20.18,Adjective,4,3,1,thin,6.47,1.00,6.47,1.00,none,5.22,5.79, thing,thing,1088.67,Noun,5,3,1,thing,4.58,1.00,4.58,1.00,4.74,none,4.08, thingamabob,thingamabob,0.20,Noun,11,9,4,thingamabob,5.72,0.95,5.72,0.95,none,none,none, thingamabobs,thingamabobs,0.08,Noun,12,11,4,thingamabob,none,none,5.72,0.95,none,none,none, thingamajig,thingamajig,0.22,Noun,11,10,4,thingamajig,7.24,0.94,7.24,0.94,none,none,none, thingamajigs,thingamajigs,0.08,Noun,12,11,4,thingamajig,none,none,7.24,0.94,none,none,none, thingies,thingies,0.86,Noun,8,5,2,thingy,none,none,5.76,0.94,none,none,none, things,things,692.88,Noun,6,4,1,thing,none,none,4.58,1.00,4.74,none,4.08, thingy,thingy,2.86,Noun,6,4,2,thingy,5.76,0.94,5.76,0.94,none,none,none, think,think,2691.39,Verb,5,4,1,think,4.75,1.00,4.75,1.00,5.61,none,5.06, thinker,thinker,1.18,Noun,7,5,2,thinker,7.61,1.00,7.61,1.00,none,8.13,none, thinkers,thinkers,0.94,Noun,8,6,2,thinker,none,none,7.61,1.00,none,8.13,none, thinking,thinking,281.43,Verb,8,6,2,think,none,none,4.75,1.00,5.61,none,5.06, thinks,thinks,102.65,Verb,6,5,1,think,none,none,4.75,1.00,5.61,none,5.06, thinned,thinned,0.20,Verb,7,4,1,thin,none,none,6.47,1.00,none,5.22,5.79, thinner,thinner,2.25,Adjective,7,4,2,thin,none,none,6.47,1.00,none,5.22,5.79, thinness,thinness,0.10,Noun,8,6,2,thinness,7.78,1.00,7.78,1.00,none,none,none, thinnest,thinnest,0.18,Adjective,8,6,2,thin,none,none,6.47,1.00,none,5.22,5.79, thinning,thinning,0.37,Verb,8,5,2,thin,none,none,6.47,1.00,none,5.22,5.79, thins,thins,0.37,Verb,5,4,1,thin,none,none,6.47,1.00,none,5.22,5.79, third,third,74.53,Number,5,3,1,third,4.58,1.00,4.58,1.00,none,none,4.71, thirds,thirds,0.51,Number,6,4,1,third,none,none,4.58,1.00,none,none,4.71, thirst,thirst,3.73,Noun,6,4,1,thirst,6.06,1.00,6.06,1.00,none,4.39,5.86, thirsted,thirsted,0.06,Verb,8,6,2,thirst,none,none,6.06,1.00,none,4.39,5.86, thirstier,thirstier,0.04,Adjective,9,6,3,thirsty,none,none,3.89,1.00,none,4.18,none, thirsting,thirsting,0.08,Verb,9,6,2,thirst,none,none,6.06,1.00,none,4.39,5.86, thirsts,thirsts,0.04,Verb,7,5,1,thirst,none,none,6.06,1.00,none,4.39,5.86, thirsty,thirsty,12.29,Adjective,7,5,2,thirsty,3.89,1.00,3.89,1.00,none,4.18,none, thirties,thirties,0.51,Number,8,5,2,thirty,none,none,5.94,1.00,none,5.82,none, thirty,thirty,17.18,Number,6,4,2,thirty,5.94,1.00,5.94,1.00,none,5.82,none, thirtyish,thirtyish,0.06,Adjective,9,6,3,thirtyish,9.83,0.90,9.83,0.90,none,none,none, this,this,7978.73,Determiner,4,3,1,this,4.93,1.00,4.93,1.00,4.47,none,3.58, thistle,thistle,0.45,Noun,7,5,2,thistle,10.59,0.94,10.59,0.94,none,6.71,none, thistledown,thistledown,0.02,Noun,11,9,3,thistledown,14.89,0.50,14.89,0.50,none,none,none, thistles,thistles,0.06,Noun,8,6,2,thistle,none,none,10.59,0.94,none,6.71,none, thong,thong,2.10,Noun,5,3,1,thong,12.41,1.00,12.41,1.00,none,10.87,11.41, thongs,thongs,0.47,Noun,6,4,1,thong,none,none,12.41,1.00,none,10.87,11.41, thoracic,thoracic,0.78,Adjective,8,7,3,thoracic,15.33,0.63,15.33,0.63,none,none,none, thorax,thorax,0.39,Noun,6,6,2,thorax,11.31,0.89,11.31,0.89,none,none,none, thorium,thorium,0.20,Noun,7,6,3,thorium,16.57,0.37,16.57,0.37,none,none,none, thorn,thorn,5.10,Name,5,4,1,thorn,5.97,1.00,5.97,1.00,none,6.86,6.49, thorns,thorns,1.55,Noun,6,5,1,thorn,none,none,5.97,1.00,none,6.86,6.49, thorny,thorny,0.71,Adjective,6,5,2,thorny,7.56,1.00,7.56,1.00,none,none,none, thorough,thorough,4.71,Adjective,8,3,2,thorough,8.89,1.00,8.89,1.00,none,none,none,8.62 thoroughbred,thoroughbred,0.88,Noun,12,7,3,thoroughbred,11.26,1.00,11.26,1.00,none,none,none, thoroughbreds,thoroughbreds,0.43,Noun,13,8,3,thoroughbred,none,none,11.26,1.00,none,none,none, thoroughfare,thoroughfare,0.92,Noun,12,6,3,thoroughfare,13.37,0.95,13.37,0.95,none,none,none, thoroughfares,thoroughfares,0.04,Noun,13,7,3,thoroughfare,none,none,13.37,0.95,none,none,none, thoroughly,thoroughly,4.76,Adverb,10,5,3,thoroughly,10.15,1.00,10.15,1.00,8.60,none,none, thoroughness,thoroughness,0.29,Noun,12,6,3,thoroughness,10.11,1.00,10.11,1.00,none,none,none, thorp,thorp,Err:512,Err:512,5,4,1,thorp,15.50,0.22,15.50,0.22,none,none,none, those,those,753.02,Determiner,5,3,1,those,5.01,1.00,5.01,1.00,5.33,none,4.99, though,though,181.94,Conjunction,6,2,1,though,7.32,1.00,7.32,1.00,7.01,none,6.67, thought,thought,808.47,Verb,7,3,1,thought,5.89,1.00,5.89,1.00,6.81,6.98,6.87, thoughtful,thoughtful,7.80,Adjective,10,6,2,thoughtful,9.00,1.00,9.00,1.00,none,none,none, thoughtfulness,thoughtfulness,0.24,Noun,14,9,3,thoughtfulness,9.32,1.00,9.32,1.00,8.54,none,none, thoughtless,thoughtless,1.39,Adjective,11,6,2,thoughtless,9.56,1.00,9.56,1.00,8.41,none,none, thoughtlessness,thoughtlessness,0.08,Noun,15,9,3,thoughtlessness,9.95,1.00,9.95,1.00,none,none,none, thoughts,thoughts,33.39,Noun,8,4,1,thought,none,none,5.89,1.00,6.81,6.98,6.87, thousand,thousand,69.29,Noun,8,6,2,thousand,6.60,1.00,6.60,1.00,none,none,none,7.04 thousandfold,thousandfold,0.06,Noun,12,10,3,thousandfold,12.21,0.90,12.21,0.90,none,none,none, thousands,thousands,27.65,Noun,9,7,2,thousand,none,none,6.60,1.00,none,none,none,7.04 thrall,thrall,0.27,Noun,6,4,1,thrall,13.12,0.89,13.12,0.89,none,none,none, thralls,thralls,0.16,Noun,7,5,1,thrall,none,none,13.12,0.89,none,none,none, thrash,thrash,0.53,Verb,6,4,1,thrash,8.72,0.95,8.72,0.95,none,none,9.75, thrashed,thrashed,0.43,Verb,8,5,1,thrash,none,none,8.72,0.95,none,none,9.75, thrasher,thrasher,0.06,Noun,8,5,2,thrasher,10.82,0.89,10.82,0.89,none,none,none, thrashers,thrashers,0.04,Noun,9,6,2,thrasher,none,none,10.82,0.89,none,none,none, thrashes,thrashes,0.02,Verb,8,6,2,thrash,none,none,8.72,0.95,none,none,9.75, thrashing,thrashing,0.69,Verb,9,6,2,thrash,none,none,8.72,0.95,none,none,9.75, thread,thread,5.16,Noun,6,4,1,thread,7.06,1.00,7.06,1.00,none,5.47,7.07, threadbare,threadbare,0.14,Adjective,10,7,2,threadbare,11.77,0.68,11.77,0.68,none,none,none, threaded,threaded,0.20,Verb,8,6,2,thread,none,none,7.06,1.00,none,5.47,7.07, threading,threading,0.10,Verb,9,6,2,thread,none,none,7.06,1.00,none,5.47,7.07, threadlike,threadlike,0.02,Adjective,10,7,2,threadlike,11.50,1.00,11.50,1.00,none,none,none, threads,threads,1.67,Noun,7,5,1,thread,none,none,7.06,1.00,none,5.47,7.07, threat,threat,20.76,Noun,6,4,1,threat,7.14,1.00,7.14,1.00,none,7.86,8.19, threaten,threaten,8.53,Verb,8,6,2,threaten,8.95,1.00,8.95,1.00,7.80,none,none, threatened,threatened,16.57,Verb,10,7,2,threaten,none,none,8.95,1.00,7.80,none,none, threatening,threatening,11.75,Verb,11,8,3,threaten,none,none,8.95,1.00,7.80,none,none, threatens,threatens,2.10,Verb,9,7,2,threaten,none,none,8.95,1.00,7.80,none,none, threats,threats,6.65,Noun,7,5,1,threat,none,none,7.14,1.00,none,7.86,8.19, three,three,542.24,Number,5,3,1,three,3.69,0.95,3.69,0.95,3.80,none,3.05, threepence,threepence,0.08,Noun,10,7,2,threepence,11.38,0.84,11.38,0.84,none,none,none, threes,threes,1.47,Number,6,4,1,three,none,none,3.69,0.95,3.80,none,3.05, threescore,threescore,0.06,Noun,10,7,2,threescore,13.19,0.80,13.19,0.80,none,none,none, threesome,threesome,2.12,Noun,9,6,2,threesome,12.58,1.00,12.58,1.00,none,none,none, threesomes,threesomes,0.31,Noun,10,7,2,threesome,none,none,12.58,1.00,none,none,none, thresh,thresh,0.04,Verb,6,4,1,thresh,14.00,0.89,14.00,0.89,none,none,12.28, thresher,thresher,0.22,Noun,8,5,2,thresher,12.54,0.68,12.54,0.68,none,none,none, threshing,threshing,0.06,Noun,9,6,2,threshing,12.15,0.68,12.15,0.68,none,none,none, threshold,threshold,2.76,Noun,9,7,2,threshold,11.90,1.00,11.90,1.00,none,none,none,11.90 thresholds,thresholds,0.02,Noun,10,9,2,threshold,none,none,11.90,1.00,none,none,none,11.90 threw,threw,40.82,Verb,5,3,1,throw,none,none,4.14,1.00,none,5.41,4.93, thrice,thrice,0.51,Adverb,6,4,1,thrice,12.29,0.95,12.29,0.95,none,none,11.34, thrift,thrift,0.43,Noun,6,5,1,thrift,10.47,0.94,10.47,0.94,none,none,9.74, thriftiness,thriftiness,0.02,Noun,11,9,3,thriftiness,11.90,1.00,11.90,1.00,none,none,none, thrifts,thrifts,0.02,Noun,7,6,1,thrift,none,none,10.47,0.94,none,none,9.74, thrifty,thrifty,0.31,Adjective,7,6,2,thrifty,10.70,1.00,10.70,1.00,none,none,none, thrill,thrill,8.41,Noun,6,4,1,thrill,8.37,1.00,8.37,1.00,7.62,7.83,8.15, thrilled,thrilled,11.06,Verb,8,5,1,thrill,none,none,8.37,1.00,7.62,7.83,8.15, thriller,thriller,1.35,Noun,8,5,2,thriller,8.25,1.00,8.25,1.00,none,none,none, thrillers,thrillers,0.24,Noun,9,6,2,thriller,none,none,8.25,1.00,none,none,none, thrilling,thrilling,3.33,Adjective,9,6,2,thrilling,8.47,1.00,8.47,1.00,none,none,none, thrills,thrills,1.43,Noun,7,5,1,thrill,none,none,8.37,1.00,7.62,7.83,8.15, thrive,thrive,1.75,Verb,6,4,1,thrive,9.35,1.00,9.35,1.00,9.50,none,10.46, thrived,thrived,0.18,Verb,7,5,1,thrive,none,none,9.35,1.00,9.50,none,10.46, thrives,thrives,0.47,Verb,7,5,1,thrive,none,none,9.35,1.00,9.50,none,10.46, thriving,thriving,1.22,Adjective,8,6,2,thriving,9.95,1.00,9.95,1.00,none,none,none, thro,thro,0.10,Noun,4,3,1,thro,13.22,0.47,13.22,0.47,none,none,none, throat,throat,36.02,Noun,6,4,1,throat,5.09,1.00,5.09,1.00,none,6.22,4.99, throats,throats,3.55,Noun,7,5,1,throat,none,none,5.09,1.00,none,6.22,4.99, throaty,throaty,0.18,Adjective,7,5,2,throaty,9.74,0.95,9.74,0.95,none,none,none, throb,throb,0.24,Verb,5,4,1,throb,10.05,1.00,10.05,1.00,none,none,9.10, throbbing,throbbing,1.18,Adjective,9,6,2,throbbing,9.42,1.00,9.42,1.00,none,none,none, throbs,throbs,0.22,Verb,6,5,1,throb,none,none,10.05,1.00,none,none,9.10, throes,throes,0.53,Noun,6,4,1,throes,14.00,0.83,14.00,0.83,none,none,none, thrombocytopenia,thrombocytopenia,0.02,Noun,16,15,6,thrombocytopenia,20.17,0.30,20.17,0.30,none,none,none, thrombocytopenic,thrombocytopenic,0.02,Adjective,16,15,6,thrombocytopenic,17.75,0.67,17.75,0.67,none,none,none, thrombosis,thrombosis,0.31,Noun,10,9,3,thrombosis,18.29,0.67,18.29,0.67,none,none,none, thrombus,thrombus,0.14,Noun,8,7,2,thrombus,15.23,0.68,15.23,0.68,none,none,none, throne,throne,8.65,Noun,6,4,1,throne,7.28,1.00,7.28,1.00,none,6.24,7.43, thrones,thrones,0.51,Noun,7,5,1,throne,none,none,7.28,1.00,none,6.24,7.43, throng,throng,0.31,Noun,6,4,1,throng,12.93,0.83,12.93,0.83,none,none,11.63, throngs,throngs,0.10,Noun,7,5,1,throng,none,none,12.93,0.83,none,none,11.63, throttle,throttle,2.33,Noun,8,6,2,throttle,10.61,1.00,10.61,1.00,none,none,none,9.94 throttled,throttled,0.06,Verb,9,7,2,throttle,none,none,10.61,1.00,none,none,none,9.94 throttles,throttles,0.18,Noun,9,7,2,throttle,none,none,10.61,1.00,none,none,none,9.94 through,through,549.53,Preposition,7,3,1,through,5.82,1.00,5.82,1.00,6.53,none,6.78, throughput,throughput,0.10,Noun,10,6,2,throughput,15.85,0.72,15.85,0.72,none,none,none, throve,throve,Err:512,Err:512,6,4,1,throve,12.75,0.19,12.75,0.19,none,none,none, throw,throw,128.82,Verb,5,3,1,throw,4.14,1.00,4.14,1.00,none,5.41,4.93, throwaway,throwaway,0.18,Noun,9,6,3,throwaway,6.38,1.00,6.38,1.00,none,none,none, throwback,throwback,0.51,Noun,9,6,2,throwback,13.65,1.00,13.65,1.00,none,none,none, throwbacks,throwbacks,0.04,Noun,10,7,2,throwback,none,none,13.65,1.00,none,none,none, thrower,thrower,0.47,Noun,7,4,2,thrower,8.65,0.94,8.65,0.94,none,none,none, throwers,throwers,0.12,Noun,8,5,2,thrower,none,none,8.65,0.94,none,none,none, throwing,throwing,29.18,Verb,8,5,2,throw,none,none,4.14,1.00,none,5.41,4.93, thrown,thrown,20.53,Verb,6,4,1,throw,none,none,4.14,1.00,none,5.41,4.93, throws,throws,7.53,Verb,6,4,1,throw,none,none,4.14,1.00,none,5.41,4.93, thru,through,0.61,Preposition,4,3,1,through,none,none,5.82,1.00,6.53,none,6.78, thrum,thrum,0.12,Noun,5,4,1,thrum,13.25,0.44,13.25,0.44,none,none,none, thrumming,thrumming,0.14,Verb,9,6,2,thrum,none,none,13.25,0.44,none,none,none, thrums,thrums,0.10,Name,6,5,1,thrum,none,none,13.25,0.44,none,none,none, thrush,thrush,0.37,Noun,6,4,1,thrush,15.75,0.84,15.75,0.84,6.73,none,12.30, thrust,thrust,3.86,Verb,6,5,1,thrust,9.72,1.00,9.72,1.00,none,9.83,10.17, thruster,thruster,0.51,Noun,8,6,2,thruster,10.88,0.89,10.88,0.89,none,none,none, thrusters,thrusters,1.76,Noun,9,7,2,thruster,none,none,10.88,0.89,none,none,none, thrusting,thrusting,0.29,Adjective,9,7,2,thrusting,11.50,1.00,11.50,1.00,none,none,none, thrusts,thrusts,0.24,Noun,7,6,1,thrust,none,none,9.72,1.00,none,9.83,10.17, thud,thud,1.94,Noun,4,3,1,thud,8.06,0.95,8.06,0.95,none,none,8.05, thudding,thudding,0.61,Verb,8,5,2,thud,none,none,8.06,0.95,none,none,8.05, thuds,thuds,0.18,Verb,5,4,1,thud,none,none,8.06,0.95,none,none,8.05, thug,thug,3.49,Noun,4,3,1,thug,10.56,1.00,10.56,1.00,none,none,10.32, thuggish,thuggish,0.04,Verb,8,5,2,thuggish,12.95,1.00,12.95,1.00,none,none,none, thugs,thugs,3.39,Noun,5,4,1,thug,none,none,10.56,1.00,none,none,10.32, thulium,thulium,Err:512,Err:512,7,6,3,thulium,NA,0.00,NA,0.00,none,none,none, thumb,thumb,11.82,Noun,5,3,1,thumb,4.42,1.00,4.42,1.00,none,3.88,4.14, thumbed,thumbed,0.16,Verb,7,4,1,thumb,none,none,4.42,1.00,none,3.88,4.14, thumbhole,thumbhole,0.04,Noun,9,6,2,thumbhole,8.86,0.78,8.86,0.78,none,none,none, thumbing,thumbing,0.24,Verb,8,5,2,thumb,none,none,4.42,1.00,none,3.88,4.14, thumbnail,thumbnail,0.14,Noun,9,6,2,thumbnail,8.56,1.00,8.56,1.00,none,none,none, thumbnails,thumbnails,0.04,Noun,10,7,2,thumbnail,none,none,8.56,1.00,none,none,none, thumbprint,thumbprint,0.55,Noun,10,8,2,thumbprint,6.79,0.95,6.79,0.95,none,none,none, thumbprints,thumbprints,0.06,Noun,11,9,2,thumbprint,none,none,6.79,0.95,none,none,none, thumbs,thumbs,4.67,Noun,6,4,1,thumb,none,none,4.42,1.00,none,3.88,4.14, thumbscrew,thumbscrew,0.06,Noun,10,7,2,thumbscrew,12.12,0.80,12.12,0.80,none,none,none, thumbscrews,thumbscrews,0.06,Noun,11,8,2,thumbscrew,none,none,12.12,0.80,none,none,none, thumbtack,thumbtack,0.18,Noun,9,6,2,thumbtack,7.17,1.00,7.17,1.00,none,none,none, thumbtacks,thumbtacks,0.14,Noun,10,7,2,thumbtack,none,none,7.17,1.00,none,none,none, thump,thump,1.94,Verb,5,4,1,thump,7.63,1.00,7.63,1.00,6.41,none,6.74, thumped,thumped,0.14,Verb,7,5,1,thump,none,none,7.63,1.00,6.41,none,6.74, thumper,thumper,1.37,Noun,7,5,2,thumper,7.17,0.95,7.17,0.95,none,none,none, thumpers,thumpers,0.02,Noun,8,6,2,thumper,none,none,7.17,0.95,none,none,none, thumping,thumping,1.43,Verb,8,6,2,thump,none,none,7.63,1.00,6.41,none,6.74, thumps,thumps,0.10,Verb,6,5,1,thump,none,none,7.63,1.00,6.41,none,6.74, thunder,thunder,13.31,Noun,7,5,2,thunder,4.89,1.00,4.89,1.00,5.79,none,none,4.80 thunderbolt,thunderbolt,1.69,Noun,11,9,3,thunderbolt,6.65,1.00,6.65,1.00,none,none,none, thunderbolts,thunderbolts,0.33,Noun,12,10,3,thunderbolt,none,none,6.65,1.00,none,none,none, thunderclap,thunderclap,0.57,Noun,11,9,3,thunderclap,9.44,0.95,9.44,0.95,none,none,none, thunderclaps,thunderclaps,0.14,Verb,12,10,3,thunderclap,none,none,9.44,0.95,none,none,none, thundercloud,thundercloud,0.16,Noun,12,9,3,thundercloud,7.11,1.00,7.11,1.00,none,none,none, thunderclouds,thunderclouds,0.02,Noun,13,10,3,thundercloud,none,none,7.11,1.00,none,none,none, thundered,thundered,0.16,Verb,9,6,2,thunder,none,none,4.89,1.00,5.79,none,none,4.80 thunderhead,thunderhead,0.24,Noun,11,8,3,thunderhead,11.60,0.56,11.60,0.56,none,none,none, thunderheads,thunderheads,0.04,Noun,12,9,3,thunderhead,none,none,11.60,0.56,none,none,none, thunderous,thunderous,0.27,Adjective,10,7,3,thunderous,10.00,1.00,10.00,1.00,none,none,none, thunders,thunders,0.20,Noun,8,6,2,thunder,none,none,4.89,1.00,5.79,none,none,4.80 thundershower,thundershower,0.04,Verb,13,9,4,thundershower,8.28,1.00,8.28,1.00,none,none,none, thundershowers,thundershowers,0.14,Noun,14,10,4,thundershower,none,none,8.28,1.00,none,none,none, thunderstorm,thunderstorm,0.63,Noun,12,10,3,thunderstorm,7.00,1.00,7.00,1.00,none,none,none, thunderstorms,thunderstorms,0.49,Noun,13,11,3,thunderstorm,none,none,7.00,1.00,none,none,none, thunderstruck,thunderstruck,0.04,Adjective,13,10,3,thunderstruck,12.17,0.90,12.17,0.90,none,none,none, thus,thus,12.31,Adverb,4,3,1,thus,9.20,1.00,9.20,1.00,8.46,none,10.10, thwack,thwack,0.04,Verb,6,4,1,thwack,12.25,0.89,12.25,0.89,none,none,none, thwacks,thwacks,0.02,Noun,7,5,1,thwack,none,none,12.25,0.89,none,none,none, thwart,thwart,0.33,Verb,6,5,1,thwart,12.61,0.95,12.61,0.95,none,none,12.82, thwarted,thwarted,0.49,Verb,8,7,2,thwart,none,none,12.61,0.95,none,none,12.82, thwarting,thwarting,0.14,Verb,9,7,2,thwart,none,none,12.61,0.95,none,none,12.82, thyme,thyme,0.20,Noun,5,3,1,thyme,12.42,0.90,12.42,0.90,none,11.34,11.63, thymine,thymine,0.02,Verb,7,5,2,thymine,15.00,0.63,15.00,0.63,none,none,none, thymus,thymus,0.06,Noun,6,5,2,thymus,15.40,0.50,15.40,0.50,none,none,none, thyroid,thyroid,0.55,Adjective,7,5,2,thyroid,13.83,1.00,13.83,1.00,none,none,none,12.53 tiara,tiara,1.78,Noun,5,5,3,tiara,6.77,0.97,6.77,0.97,none,none,none, tiaras,tiaras,0.22,Noun,6,6,3,tiara,none,none,6.77,0.97,none,none,none, tibia,tibia,0.63,Noun,5,5,3,tibia,12.12,0.89,12.12,0.89,none,none,none, tic,tic,1.51,Noun,3,3,1,tic,8.06,0.94,8.06,0.94,none,none,7.66, tick,tick,7.25,Noun,4,3,1,tick,6.05,1.00,6.05,1.00,none,none,7.01, ticked,ticked,1.08,Verb,6,4,1,tick,none,none,6.05,1.00,none,none,7.01, ticker,ticker,1.08,Noun,6,4,2,ticker,9.94,1.00,9.94,1.00,none,none,none, tickers,tickers,0.02,Noun,7,5,2,ticker,none,none,9.94,1.00,none,none,none, ticket,ticket,45.57,Noun,6,5,2,ticket,5.32,1.00,5.32,1.00,none,5.98,none,6.40 ticketed,ticketed,0.20,Verb,8,7,3,ticket,none,none,5.32,1.00,none,5.98,none,6.40 tickets,tickets,43.35,Noun,7,6,2,ticket,none,none,5.32,1.00,none,5.98,none,6.40 tickle,tickle,4.80,Verb,6,5,2,tickle,4.35,1.00,4.35,1.00,none,4.75,none,4.28 tickled,tickled,1.98,Verb,7,6,2,tickle,none,none,4.35,1.00,none,4.75,none,4.28 tickler,tickler,0.22,Noun,7,6,3,tickler,6.61,1.00,6.61,1.00,none,none,none, ticklers,ticklers,0.02,Noun,8,7,3,tickler,none,none,6.61,1.00,none,none,none, tickles,tickles,2.16,Verb,7,6,2,tickle,none,none,4.35,1.00,none,4.75,none,4.28 tickling,tickling,1.00,Verb,8,6,2,tickle,none,none,4.35,1.00,none,4.75,none,4.28 ticklish,ticklish,1.14,Adjective,8,7,3,ticklish,4.67,1.00,4.67,1.00,none,none,none, tickly,tickly,0.04,Adjective,6,5,2,tickly,4.53,1.00,4.53,1.00,none,none,none, ticks,ticks,1.16,Noun,5,4,1,tick,none,none,6.05,1.00,none,none,7.01, tics,tics,0.29,Noun,4,4,1,tic,none,none,8.06,0.94,none,none,7.66, tidal,tidal,1.04,Adjective,5,5,2,tidal,11.75,1.00,11.75,1.00,none,none,none, tidbit,titbit,0.33,Noun,6,6,2,tidbit,9.16,1.00,9.16,1.00,none,none,none, tidbits,titbits,0.37,Noun,7,7,2,tidbit,none,none,9.16,1.00,none,none,none, tiddlywinks,tiddlywinks,0.08,Noun,11,10,3,tiddlywinks,9.59,0.89,9.59,0.89,none,none,none, tide,tide,7.35,Noun,4,3,1,tide,6.68,1.00,6.68,1.00,none,6.67,6.13, tides,tides,1.57,Noun,5,4,1,tide,none,none,6.68,1.00,none,6.67,6.13, tidewater,tidewater,0.18,Noun,9,7,3,tidewater,10.94,0.95,10.94,0.95,none,none,none, tidied,tidied,0.24,Verb,6,5,2,tidy,none,none,8.53,1.00,5.94,none,none,7.72 tidier,tidier,0.06,Adjective,6,5,3,tidy,none,none,8.53,1.00,5.94,none,none,7.72 tidiest,tidiest,0.02,Adjective,7,7,3,tidy,none,none,8.53,1.00,5.94,none,none,7.72 tidiness,tidiness,0.04,Noun,8,7,3,tidiness,10.00,1.00,10.00,1.00,none,none,none, tidings,tidings,1.12,Noun,7,6,2,tidings,9.74,1.00,9.74,1.00,none,none,none, tidy,tidy,3.71,Adjective,4,4,2,tidy,8.53,1.00,8.53,1.00,5.94,none,none,7.72 tidying,tidying,0.39,Verb,7,6,3,tidy,none,none,8.53,1.00,5.94,none,none,7.72 tie,tie,44.43,Verb,3,2,1,tie,4.74,1.00,4.74,1.00,none,none,5.82, tiebreaker,tiebreaker,0.24,Noun,10,7,3,tiebreaker,8.47,1.00,8.47,1.00,none,none,none, tied,tied,26.75,Verb,4,3,1,tie,none,none,4.74,1.00,none,none,5.82, tiepin,tiepin,0.04,Noun,6,5,2,tiepin,12.87,0.79,12.87,0.79,none,none,none, tier,tier,1.06,Noun,4,3,1,tier,12.22,1.00,12.22,1.00,none,none,10.87, tierce,tierce,0.02,Noun,6,4,1,tierce,14.62,0.40,14.62,0.40,none,none,none, tiered,tiered,0.02,Adjective,6,4,1,tiered,11.28,0.90,11.28,0.90,none,none,none, tiers,tiers,0.45,Noun,5,4,1,tier,none,none,12.22,1.00,none,none,10.87, ties,ties,9.84,Noun,4,3,1,tie,none,none,4.74,1.00,none,none,5.82, tiffin,tiffin,0.04,Noun,6,5,2,tiffin,17.50,0.10,17.50,0.10,none,none,none, tiger,tiger,18.53,Noun,5,4,2,tiger,4.00,1.00,4.00,1.00,6.08,none,none,4.00 tigerish,tigerish,Err:512,Err:512,8,6,3,tigerish,11.62,0.72,11.62,0.72,none,none,none, tigers,tigers,4.25,Noun,6,5,2,tiger,none,none,4.00,1.00,6.08,none,none,4.00 tight,tight,50.92,Adverb,5,3,1,tight,5.25,1.00,5.25,1.00,none,6.05,5.79, tighten,tighten,2.86,Verb,7,5,2,tighten,6.95,1.00,6.95,1.00,none,none,none, tightened,tightened,0.47,Verb,9,6,2,tighten,none,none,6.95,1.00,none,none,none, tightening,tightening,0.76,Verb,10,7,3,tighten,none,none,6.95,1.00,none,none,none, tightens,tightens,0.25,Verb,8,6,2,tighten,none,none,6.95,1.00,none,none,none, tighter,tighter,4.08,Adjective,7,4,2,tight,none,none,5.25,1.00,none,6.05,5.79, tightest,tightest,0.29,Adjective,8,6,2,tight,none,none,5.25,1.00,none,6.05,5.79, tightfisted,tight-fisted,0.06,Adjective,11,9,3,tightfisted,12.53,1.00,12.53,1.00,none,none,none, tightlipped,tight-lipped,0.04,Adjective,11,7,2,tightlipped,12.47,0.79,12.47,0.79,none,none,none, tightness,tightness,0.12,Noun,9,6,2,tightness,8.11,1.00,8.11,1.00,none,none,none, tightrope,tightrope,0.47,Noun,9,6,2,tightrope,7.67,1.00,7.67,1.00,none,none,none, tightropes,tightropes,0.04,Noun,10,7,2,tightrope,none,none,7.67,1.00,none,none,none, tights,tights,2.65,Noun,6,4,1,tights,7.22,1.00,7.22,1.00,none,none,6.65, tightwad,tightwad,0.24,Noun,8,6,2,tightwad,10.21,1.00,10.21,1.00,none,none,none, tigress,tigress,0.27,Noun,7,6,2,tigress,9.05,1.00,9.05,1.00,none,none,none, tigresses,tigresses,0.02,Noun,9,8,3,tigress,none,none,9.05,1.00,none,none,none, tike,tyke,0.12,Verb,4,3,1,tyke,none,none,8.73,0.79,none,none,10.20, tikes,tykes,0.04,Noun,5,4,1,tyke,none,none,8.73,0.79,none,none,10.20, tile,tile,2.12,Noun,4,3,1,tile,6.80,1.00,6.80,1.00,9.05,none,6.80, tiles,tiles,1.67,Noun,5,4,1,tile,none,none,6.80,1.00,9.05,none,6.80, tiling,tiling,0.08,Noun,6,5,2,tiling,10.63,1.00,10.63,1.00,none,none,none, till,till,166.73,Conjunction,4,3,1,till,6.90,1.00,6.90,1.00,none,6.47,9.17, tilled,tilled,0.08,Verb,6,4,1,till,none,none,6.90,1.00,none,6.47,9.17, tiller,tiller,0.39,Noun,6,4,2,tiller,11.28,0.95,11.28,0.95,none,none,none, tills,tills,0.10,Noun,5,4,1,till,none,none,6.90,1.00,none,6.47,9.17, tilt,tilt,2.22,Verb,4,4,1,tilt,8.83,1.00,8.83,1.00,none,8.98,7.93, tilted,tilted,0.67,Verb,6,6,2,tilt,none,none,8.83,1.00,none,8.98,7.93, tilter,tilter,0.04,Noun,6,5,2,tilter,10.27,0.61,10.27,0.61,none,none,none, tilting,tilting,0.65,Verb,7,6,2,tilt,none,none,8.83,1.00,none,8.98,7.93, tilts,tilts,0.24,Verb,5,5,1,tilt,none,none,8.83,1.00,none,8.98,7.93, timber,timber,2.49,Noun,6,5,2,timber,6.47,1.00,6.47,1.00,none,8.03,none,8.20 timbers,timbers,0.61,Noun,7,6,2,timber,none,none,6.47,1.00,none,8.03,none,8.20 timbre,timbre,0.14,Noun,6,5,2,timbre,10.08,0.63,10.08,0.63,none,none,none, timbrel,timbrel,0.04,Noun,7,7,2,timbrel,16.00,0.05,16.00,0.05,none,none,none, time,time,1958.63,Noun,4,3,1,time,5.16,1.00,5.16,1.00,5.27,none,4.92, timecard,timecard,0.08,Noun,8,7,2,timecard,13.52,1.00,13.52,1.00,none,none,none, timecards,timecards,0.12,Noun,9,8,2,timecard,none,none,13.52,1.00,none,none,none, timed,timed,1.61,Verb,5,4,1,time,none,none,5.16,1.00,5.27,none,4.92, timekeeper,timekeeper,0.12,Noun,10,7,3,timekeeper,10.21,1.00,10.21,1.00,none,none,none, timekeeping,timekeeping,0.02,Noun,11,8,3,timekeeping,10.44,1.00,10.44,1.00,none,none,none, timeless,timeless,0.86,Adjective,8,6,2,timeless,9.83,1.00,9.83,1.00,none,none,none, timelessness,timelessness,0.04,Noun,12,9,3,timelessness,10.84,1.00,10.84,1.00,none,none,none, timely,timely,1.08,Adjective,6,5,2,timely,10.67,1.00,10.67,1.00,none,none,none, timeout,timeout,0.51,Noun,7,5,2,timeout,5.50,1.00,5.50,1.00,none,none,none, timepiece,timepiece,0.27,Noun,9,6,2,timepiece,9.33,1.00,9.33,1.00,none,none,none, timepieces,timepieces,0.12,Noun,10,8,3,timepiece,none,none,9.33,1.00,none,none,none, timer,timer,6.25,Noun,5,4,2,timer,6.28,1.00,6.28,1.00,none,none,none, timers,timers,0.71,Noun,6,5,2,timer,none,none,6.28,1.00,none,none,none, times,times,220.02,Noun,5,4,1,times,6.70,1.00,6.70,1.00,none,none,none, timesaver,timesaver,0.08,Noun,9,7,3,timesaver,9.86,1.00,9.86,1.00,none,none,none, timeshare,timeshare,0.24,Noun,9,6,2,timeshare,14.33,1.00,14.33,1.00,none,none,none, timeshares,timeshares,0.02,Noun,10,7,2,timeshare,none,none,14.33,1.00,none,none,none, timestamp,timestamp,0.02,Noun,9,8,2,timestamp,13.79,1.00,13.79,1.00,none,none,none, timetable,timetable,1.61,Noun,9,8,3,timetable,10.58,1.00,10.58,1.00,none,none,none, timetables,timetables,0.14,Noun,10,9,3,timetable,none,none,10.58,1.00,none,none,none, timid,timid,1.51,Adjective,5,5,2,timid,9.85,1.00,9.85,1.00,none,none,none,10.13 timidity,timidity,0.12,Noun,8,8,4,timidity,10.83,1.00,10.83,1.00,9.77,none,none, timing,timing,14.98,Noun,6,5,2,timing,8.84,1.00,8.84,1.00,none,none,none, timings,timings,0.10,Noun,7,6,2,timing,none,none,8.84,1.00,none,none,none, timpani,timpani,0.10,Noun,7,7,3,timpani,10.64,0.58,10.64,0.58,none,none,none, timpanist,timpanist,0.00,Err:512,9,9,3,timpanist,13.39,0.62,13.39,0.62,12.34,none,none, tin,tin,8.65,Noun,3,3,1,tin,6.79,1.00,6.79,1.00,none,5.82,6.94, tincture,tincture,0.08,Noun,8,6,2,tincture,15.08,0.65,15.08,0.65,none,none,none, tinder,tinder,0.06,Noun,6,5,2,tinder,11.64,0.78,11.64,0.78,none,none,none, tinderbox,tinderbox,0.04,Noun,9,9,3,tinderbox,12.20,0.83,12.20,0.83,none,none,none, tine,tine,0.18,Adjective,4,3,1,tine,9.60,0.56,9.60,0.56,none,none,none, tines,tines,0.14,Noun,5,4,1,tine,none,none,9.60,0.56,none,none,none, tinfoil,tinfoil,0.47,Noun,7,6,2,tinfoil,7.84,1.00,7.84,1.00,none,none,none, ting,ting,1.29,Noun,4,3,1,ting,10.00,0.55,10.00,0.55,none,9.71,none, tinge,tinge,0.20,Noun,5,4,1,tinge,10.28,0.95,10.28,0.95,none,none,11.48, tingle,tingle,1.10,Noun,6,6,2,tingle,9.00,1.00,9.00,1.00,none,none,none,6.20 tingled,tingled,0.08,Verb,7,7,2,tingle,none,none,9.00,1.00,none,none,none,6.20 tingles,tingles,0.43,Noun,7,7,2,tingle,none,none,9.00,1.00,none,none,none,6.20 tingling,tingling,1.10,Verb,8,8,3,tingle,none,none,9.00,1.00,none,none,none,6.20 tings,tings,0.06,Noun,5,4,1,ting,none,none,10.00,0.55,none,9.71,none, tinhorn,tinhorn,0.53,Noun,7,7,2,tinhorn,11.50,0.50,11.50,0.50,none,none,none, tinhorns,tinhorns,0.04,Noun,8,8,2,tinhorn,none,none,11.50,0.50,none,none,none, tinier,tinier,0.06,Adjective,6,5,3,tiny,none,none,5.33,1.00,4.90,5.11,none,5.43 tiniest,tiniest,1.33,Adjective,7,7,3,tiny,none,none,5.33,1.00,4.90,5.11,none,5.43 tinker,tinker,2.22,Verb,6,5,2,tinker,7.61,0.95,7.61,0.95,8.19,none,none,8.53 tinkered,tinkered,0.14,Verb,8,6,2,tinker,none,none,7.61,0.95,8.19,none,none,8.53 tinkerer,tinkerer,0.02,Noun,8,6,3,tinkerer,10.87,0.83,10.87,0.83,none,none,none, tinkering,tinkering,0.51,Verb,9,7,3,tinker,none,none,7.61,0.95,8.19,none,none,8.53 tinkers,tinkers,0.02,Noun,7,5,2,tinker,none,none,7.61,0.95,8.19,none,none,8.53 tinkle,tinkle,0.92,Noun,6,6,2,tinkle,5.67,1.00,5.67,1.00,none,none,none,5.43 tinkles,tinkles,1.08,Verb,7,7,2,tinkle,none,none,5.67,1.00,none,none,none,5.43 tinkling,tinkling,0.75,Adjective,8,8,3,tinkling,8.47,0.89,8.47,0.89,none,none,none, tinned,tinned,0.12,Adjective,6,4,1,tinned,12.50,0.84,12.50,0.84,none,none,none, tinnitus,tinnitus,0.16,Noun,8,7,3,tinnitus,14.86,0.78,14.86,0.78,none,none,none, tinny,tinny,0.04,Adjective,5,4,2,tinny,10.29,0.63,10.29,0.63,none,none,none, tinplate,tinplate,0.10,Noun,8,7,2,tinplate,10.88,0.89,10.88,0.89,none,none,none, tins,tins,0.49,Noun,4,4,1,tin,none,none,6.79,1.00,none,5.82,6.94, tinsel,tinsel,0.47,Noun,6,6,2,tinsel,6.61,0.95,6.61,0.95,none,5.01,none, tinsmith,tinsmith,0.02,Noun,8,7,2,tinsmith,11.43,0.78,11.43,0.78,none,none,none, tint,tint,0.29,Noun,4,4,1,tint,10.00,1.00,10.00,1.00,none,none,9.03, tinted,tinted,0.45,Verb,6,6,2,tint,none,none,10.00,1.00,none,none,9.03, tinting,tinting,0.10,Noun,7,6,2,tinting,9.60,1.00,9.60,1.00,none,none,none, tintinnabulation,tintinnabulation,Err:512,Err:512,16,15,6,tintinnabulation,15.00,0.14,15.00,0.14,none,none,none, tints,tints,0.10,Verb,5,5,1,tint,none,none,10.00,1.00,none,none,9.03, tintype,tintype,0.06,Noun,7,6,2,tintype,17.30,0.53,17.30,0.53,none,none,none, tintypes,tintypes,0.02,Noun,8,7,2,tintype,none,none,17.30,0.53,none,none,none, tiny,tiny,32.22,Adjective,4,4,2,tiny,5.33,1.00,5.33,1.00,4.90,5.11,none,5.43 tip,tip,27.63,Noun,3,3,1,tip,5.42,1.00,5.42,1.00,none,6.62,6.28, tipoff,tipoff,0.06,Noun,6,5,2,tipoff,11.00,0.95,11.00,0.95,none,none,none, tipped,tipped,4.78,Verb,6,4,1,tip,none,none,5.42,1.00,none,6.62,6.28, tipper,tipper,0.67,Noun,6,4,2,tipper,10.17,1.00,10.17,1.00,none,none,none, tippers,tippers,0.20,Noun,7,5,2,tipper,none,none,10.17,1.00,none,none,none, tippet,tippet,0.31,Noun,6,5,2,tippet,11.83,0.33,11.83,0.33,none,none,none, tippets,tippets,0.02,Noun,7,6,2,tippet,none,none,11.83,0.33,none,none,none, tipping,tipping,1.61,Verb,7,5,2,tip,none,none,5.42,1.00,none,6.62,6.28, tipple,tipple,0.14,Noun,6,5,2,tipple,14.33,0.32,14.33,0.32,none,none,none, tippler,tippler,0.02,Noun,7,6,3,tippler,10.80,0.50,10.80,0.50,none,none,none, tips,tips,9.16,Noun,4,4,1,tip,none,none,5.42,1.00,none,6.62,6.28, tipsiness,tipsiness,0.02,Noun,9,8,3,tipsiness,14.50,1.00,14.50,1.00,none,none,none, tipster,tipster,0.61,Noun,7,6,2,tipster,13.79,0.90,13.79,0.90,none,none,none, tipsters,tipsters,0.20,Noun,8,7,2,tipster,none,none,13.79,0.90,none,none,none, tipsy,tipsy,0.65,Adjective,5,5,2,tipsy,12.67,1.00,12.67,1.00,none,none,none,11.39 tiptoe,tiptoe,0.88,Verb,6,5,2,tiptoe,5.65,1.00,5.65,1.00,none,none,none, tiptoed,tiptoed,0.14,Verb,7,6,2,tiptoe,none,none,5.65,1.00,none,none,none, tiptoeing,tiptoeing,0.25,Verb,9,7,3,tiptoe,none,none,5.65,1.00,none,none,none, tiptoes,tiptoes,0.22,Noun,7,6,2,tiptoe,none,none,5.65,1.00,none,none,none, tiptop,tiptop,0.27,Noun,6,6,2,tiptop,8.05,1.00,8.05,1.00,none,none,none, tirade,tirade,0.20,Noun,6,5,2,tirade,12.58,1.00,12.58,1.00,none,none,none, tirades,tirades,0.06,Noun,7,6,2,tirade,none,none,12.58,1.00,none,none,none, tire,tyre,12.37,Verb,4,3,2,tire,6.16,1.00,6.16,1.00,none,8.51,5.86, tired,tired,112.65,Adjective,5,4,2,tired,4.62,1.00,4.62,1.00,4.40,none,none, tiredness,tiredness,0.04,Noun,9,7,3,tiredness,7.22,0.95,7.22,0.95,6.50,none,none, tireless,tireless,0.67,Adjective,8,6,3,tireless,11.05,1.00,11.05,1.00,none,none,none, tirelessness,tirelessness,Err:512,Err:512,12,9,3,tirelessness,10.12,0.95,10.12,0.95,9.72,none,none, tires,tyres,9.63,Verb,5,4,2,tire,none,none,6.16,1.00,none,8.51,5.86, tiresome,tiresome,1.45,Adjective,8,6,3,tiresome,8.42,1.00,8.42,1.00,none,none,none, tiring,tiring,1.18,Adjective,6,5,2,tiring,7.55,1.00,7.55,1.00,none,none,none, tissue,tissue,10.73,Noun,6,5,2,tissue,4.76,1.00,4.76,1.00,none,5.39,none,5.14 tissues,tissues,1.98,Noun,7,6,2,tissue,none,none,4.76,1.00,none,5.39,none,5.14 tit,tit,3.35,Noun,3,3,1,tit,10.32,1.00,10.32,1.00,none,none,10.46, titan,titan,1.45,Noun,5,5,2,titan,11.22,0.95,11.22,0.95,none,13.64,none,10.80 titanium,titanium,1.57,Noun,8,8,4,titanium,13.58,1.00,13.58,1.00,none,none,none, titans,titans,1.59,Noun,6,6,2,titan,none,none,11.22,0.95,none,13.64,none,10.80 tithe,tithe,0.02,Noun,5,3,1,tithe,11.50,0.84,11.50,0.84,none,none,none, tithes,tithes,0.04,Noun,6,4,1,tithe,none,none,11.50,0.84,none,none,none, tithing,tithing,0.04,Noun,7,5,2,tithing,11.89,1.00,11.89,1.00,none,none,none, titillate,titillate,0.16,Verb,9,7,3,titillate,14.31,0.89,14.31,0.89,none,none,none, titillated,titillated,0.06,Verb,10,9,4,titillate,none,none,14.31,0.89,none,none,none, titillation,titillation,0.12,Noun,11,9,4,titillation,14.36,0.61,14.36,0.61,none,none,none, title,title,18.57,Noun,5,5,2,title,6.32,1.00,6.32,1.00,none,7.51,none,6.26 titled,titled,0.69,Verb,6,6,2,title,none,none,6.32,1.00,none,7.51,none,6.26 titles,titles,2.35,Noun,6,6,2,title,none,none,6.32,1.00,none,7.51,none,6.26 titmice,titmice,0.04,Noun,7,6,2,titmouse,none,none,13.29,0.70,none,none,none, titmouse,titmouse,0.14,Noun,8,6,2,titmouse,13.29,0.70,13.29,0.70,none,none,none, titrate,titrate,0.31,Verb,7,6,3,titrate,14.67,0.67,14.67,0.67,none,none,none, tits,tits,12.29,Noun,4,4,1,tit,none,none,10.32,1.00,none,none,10.46, titter,titter,0.02,Verb,6,4,2,titter,12.75,0.63,12.75,0.63,none,none,none, titters,titters,0.04,Verb,7,5,2,titter,none,none,12.75,0.63,none,none,none, tittle,tittle,0.12,Noun,6,5,2,tittle,12.20,0.83,12.20,0.83,none,none,none, tittles,tittles,0.02,Noun,7,6,2,tittle,none,none,12.20,0.83,none,none,none, titular,titular,0.20,Adjective,7,6,3,titular,14.33,0.67,14.33,0.67,none,none,none, tizzy,tizzy,0.18,Adjective,5,4,2,tizzy,11.63,0.95,11.63,0.95,none,none,none, to,to,22677.84,To,2,2,1,to,3.95,1.00,3.95,1.00,4.14,none,3.32, toad,toad,5.69,Noun,4,3,1,toad,6.11,1.00,6.11,1.00,6.73,none,4.86, toadies,toadies,0.06,Noun,7,5,2,toady,none,none,10.38,0.72,none,none,none, toads,toads,0.59,Noun,5,4,1,toad,none,none,6.11,1.00,6.73,none,4.86, toadstool,toadstool,0.33,Noun,9,7,2,toadstool,9.12,0.94,9.12,0.94,none,none,none, toadstools,toadstools,0.12,Noun,10,8,2,toadstool,none,none,9.12,0.94,none,none,none, toady,toady,0.22,Noun,5,4,2,toady,10.38,0.72,10.38,0.72,none,none,none, toast,toast,33.47,Noun,5,4,1,toast,4.67,1.00,4.67,1.00,6.66,none,5.13, toasted,toasted,1.31,Verb,7,6,2,toast,none,none,4.67,1.00,6.66,none,5.13, toaster,toaster,3.88,Noun,7,5,2,toaster,6.72,1.00,6.72,1.00,none,none,none, toasters,toasters,0.25,Noun,8,6,2,toaster,none,none,6.72,1.00,none,none,none, toasting,toasting,0.82,Verb,8,6,2,toast,none,none,4.67,1.00,6.66,none,5.13, toasts,toasts,0.53,Noun,6,5,1,toast,none,none,4.67,1.00,6.66,none,5.13, toasty,toasty,0.67,Adjective,6,5,2,toasty,7.94,1.00,7.94,1.00,none,none,none, tobacco,tobacco,6.98,Noun,7,6,3,tobacco,7.39,1.00,7.39,1.00,none,7.34,none, tobacconist,tobacconist,0.10,Noun,11,10,4,tobacconist,14.62,0.68,14.62,0.68,none,none,none, tobaccos,tobaccos,0.06,Noun,8,7,3,tobacco,none,none,7.39,1.00,none,7.34,none, toboggan,toboggan,0.08,Noun,8,7,3,toboggan,10.12,0.89,10.12,0.89,7.26,none,none, tobogganing,tobogganing,0.14,Verb,11,9,4,toboggan,none,none,10.12,0.89,7.26,none,none, toboggans,toboggans,0.04,Noun,9,8,3,toboggan,none,none,10.12,0.89,7.26,none,none, toccata,toccata,0.04,Noun,7,6,3,toccata,15.73,0.58,15.73,0.58,none,none,none, tock,tock,0.92,Verb,4,3,1,tock,6.50,0.67,6.50,0.67,none,none,none, tocsin,toxin,Err:512,Err:512,6,6,2,tocsin,14.83,0.27,14.83,0.27,none,none,none, today,today,433.80,Adverb,5,4,2,today,4.77,1.00,4.77,1.00,4.61,none,none,4.80 toddies,toddies,0.24,Noun,7,5,2,toddy,none,none,15.33,0.63,none,none,none, toddle,toddle,0.33,Verb,6,5,2,toddle,11.53,0.85,11.53,0.85,none,7.15,none, toddler,toddler,0.78,Noun,7,5,2,toddler,6.11,1.00,6.11,1.00,none,none,none,5.62 toddlers,toddlers,0.22,Noun,8,6,2,toddler,none,none,6.11,1.00,none,none,none,5.62 toddles,toddles,0.02,Verb,7,6,2,toddle,none,none,11.53,0.85,none,7.15,none, toddling,toddling,0.24,Verb,8,6,2,toddle,none,none,11.53,0.85,none,7.15,none, toddy,toddy,2.49,Noun,5,4,2,toddy,15.33,0.63,15.33,0.63,none,none,none, toe,toe,12.69,Noun,3,2,1,toe,3.00,1.00,3.00,1.00,none,4.09,3.43, toed,toed,0.10,Verb,4,3,1,toed,8.38,0.89,8.38,0.89,none,none,none, toehold,toehold,0.14,Noun,7,6,2,toehold,11.92,0.72,11.92,0.72,none,none,none, toeless,toeless,0.02,Adjective,7,5,2,toeless,8.56,0.95,8.56,0.95,none,none,none, toenail,toenail,0.86,Noun,7,5,2,toenail,5.10,1.00,5.10,1.00,none,none,none, toenails,toenails,1.75,Noun,8,6,2,toenail,none,none,5.10,1.00,none,none,none, toes,toes,12.51,Noun,4,3,1,toe,none,none,3.00,1.00,none,4.09,3.43, toffee,toffee,0.43,Noun,6,4,2,toffee,6.22,1.00,6.22,1.00,none,none,none, toffees,toffees,0.02,Noun,7,5,2,toffee,none,none,6.22,1.00,none,none,none, tofu,tofu,2.69,Noun,4,4,2,tofu,11.89,1.00,11.89,1.00,none,none,none,11.29 tog,tog,0.02,Noun,3,3,1,tog,12.88,0.44,12.88,0.44,none,none,none, toga,toga,0.92,Noun,4,4,2,toga,11.12,0.89,11.12,0.89,none,11.49,none,9.94 togas,togas,0.14,Noun,5,5,2,toga,none,none,11.12,0.89,none,11.49,none,9.94 together,together,383.39,Adverb,8,6,3,together,5.94,1.00,5.94,1.00,5.30,none,none, togetherness,togetherness,0.57,Noun,12,9,4,togetherness,7.17,1.00,7.17,1.00,none,none,none, toggle,toggle,0.29,Noun,6,5,2,toggle,12.56,0.89,12.56,0.89,none,none,none, toggles,toggles,0.12,Noun,7,6,2,toggle,none,none,12.56,0.89,none,none,none, togs,togs,0.24,Noun,4,4,1,tog,none,none,12.88,0.44,none,none,none, toil,toil,1.00,Noun,4,3,1,toil,11.39,0.95,11.39,0.95,none,none,10.57, toile,toile,0.02,Noun,5,4,2,toile,12.50,0.44,12.50,0.44,none,none,none, toiled,toiled,0.18,Verb,6,4,1,toil,none,none,11.39,0.95,none,none,10.57, toiler,toiler,0.02,Noun,6,4,2,toiler,16.07,0.74,16.07,0.74,none,none,none, toilet,toilet,28.90,Noun,6,5,2,toilet,3.54,1.00,3.54,1.00,none,3.52,none,3.78 toiletpaper,toilet paper,Err:512,Err:512,11,9,4,toiletpaper,5.09,1.00,5.09,1.00,none,none,none, toiletries,toiletries,0.22,Noun,10,8,3,toiletry,none,none,10.16,1.00,none,none,none, toiletry,toiletry,0.06,Noun,8,7,3,toiletry,10.16,1.00,10.16,1.00,none,none,none, toilets,toilets,3.33,Noun,7,6,2,toilet,none,none,3.54,1.00,none,3.52,none,3.78 toilette,toilette,0.10,Noun,8,5,2,toilette,8.88,0.94,8.88,0.94,none,none,none, toilettes,toilettes,0.04,Noun,9,6,2,toilette,none,none,8.88,0.94,none,none,none, toiling,toiling,0.22,Verb,7,5,2,toil,none,none,11.39,0.95,none,none,10.57, toils,toils,0.12,Noun,5,4,1,toil,none,none,11.39,0.95,none,none,10.57, toilsome,toilsome,0.08,Adjective,8,6,2,toilsome,14.33,0.79,14.33,0.79,none,none,none, tokay,tokay,0.02,Verb,5,5,3,tokay,13.50,0.32,13.50,0.32,none,none,none, toke,toke,0.80,Noun,4,3,1,toke,13.30,0.56,13.30,0.56,none,none,none, token,token,4.02,Noun,5,5,2,token,7.58,1.00,7.58,1.00,none,8.92,none,8.37 tokens,tokens,1.10,Noun,6,6,2,token,none,none,7.58,1.00,none,8.92,none,8.37 tokes,tokes,0.02,Noun,5,4,1,toke,none,none,13.30,0.56,none,none,none, told,told,699.59,Verb,4,4,1,tell,none,none,4.26,1.00,4.86,none,4.47, tolerable,tolerable,0.45,Adjective,9,8,4,tolerable,10.00,1.00,10.00,1.00,none,none,none, tolerance,tolerance,2.55,Noun,9,7,3,tolerance,8.63,1.00,8.63,1.00,10.11,none,none, tolerances,tolerances,0.12,Noun,10,9,4,tolerance,none,none,8.63,1.00,10.11,none,none, tolerant,tolerant,1.27,Adjective,8,7,3,tolerant,10.78,1.00,10.78,1.00,none,none,none, tolerate,tolerate,6.94,Verb,8,6,3,tolerate,10.45,1.00,10.45,1.00,10.20,none,none, tolerated,tolerated,1.43,Verb,9,8,4,tolerate,none,none,10.45,1.00,10.20,none,none, tolerates,tolerates,0.33,Verb,9,7,3,tolerate,none,none,10.45,1.00,10.20,none,none, tolerating,tolerating,0.22,Verb,10,8,4,tolerate,none,none,10.45,1.00,10.20,none,none, toll,toll,3.35,Noun,4,3,1,toll,8.37,1.00,8.37,1.00,none,9.71,8.12, tollbooth,tollbooth,0.22,Noun,9,6,2,tollbooth,9.16,1.00,9.16,1.00,none,none,none, tollbooths,tollbooths,0.06,Noun,10,7,2,tollbooth,none,none,9.16,1.00,none,none,none, tolled,tolled,0.08,Verb,6,4,1,toll,none,none,8.37,1.00,none,9.71,8.12, tollgate,tollgate,0.04,Noun,8,6,2,tollgate,10.56,0.95,10.56,0.95,none,none,none, tollhouse,tollhouse,0.04,Noun,9,6,2,tollhouse,12.47,1.00,12.47,1.00,none,none,none, tollhouses,tollhouses,0.02,Noun,10,8,3,tollhouse,none,none,12.47,1.00,none,none,none, tolling,tolling,0.78,Verb,7,5,2,toll,none,none,8.37,1.00,none,9.71,8.12, tolls,tolls,0.59,Verb,5,4,1,toll,none,none,8.37,1.00,none,9.71,8.12, toluene,toluene,0.08,Noun,7,6,3,toluene,15.50,0.42,15.50,0.42,none,none,none, tomahawk,tomahawk,0.43,Noun,8,7,3,tomahawk,8.29,0.89,8.29,0.89,none,none,none, tomahawked,tomahawked,0.08,Verb,10,8,3,tomahawk,none,none,8.29,0.89,none,none,none, tomahawks,tomahawks,0.08,Noun,9,8,3,tomahawk,none,none,8.29,0.89,none,none,none, tomato,tomato,5.90,Noun,6,6,3,tomato,4.61,1.00,4.61,1.00,none,none,none, tomatoes,tomatoes,4.31,Noun,8,7,3,tomato,none,none,4.61,1.00,none,none,none, tomb,tomb,5.63,Noun,4,3,1,tomb,11.05,1.00,11.05,1.00,none,8.18,7.63, tomboy,tomboy,0.29,Noun,6,5,2,tomboy,6.35,1.00,6.35,1.00,none,none,none, tomboys,tomboys,0.02,Noun,7,6,2,tomboy,none,none,6.35,1.00,none,none,none, tombs,tombs,1.10,Noun,5,4,1,tomb,none,none,11.05,1.00,none,8.18,7.63, tombstone,tombstone,2.14,Noun,9,7,2,tombstone,7.95,1.00,7.95,1.00,none,none,none, tombstones,tombstones,0.24,Noun,10,8,2,tombstone,none,none,7.95,1.00,none,none,none, tomcat,tomcat,0.67,Noun,6,6,2,tomcat,8.24,0.94,8.24,0.94,none,none,none, tomcats,tomcats,0.18,Noun,7,7,2,tomcat,none,none,8.24,0.94,none,none,none, tomcatting,tomcatting,0.10,Verb,10,8,3,tomcat,none,none,8.24,0.94,none,none,none, tome,tome,0.76,Noun,4,3,1,tome,13.20,0.83,13.20,0.83,none,none,none, tomes,tomes,0.08,Noun,5,4,1,tome,none,none,13.20,0.83,none,none,none, tomfool,tomfool,0.06,Noun,7,6,2,tomfool,10.12,0.42,10.12,0.42,none,none,none, tomfoolery,tomfoolery,0.33,Noun,10,9,4,tomfoolery,11.29,0.81,11.29,0.81,none,none,none, tommyrot,tommyrot,0.06,Verb,8,7,3,tommyrot,13.36,0.61,13.36,0.61,none,none,none, tomography,tomography,0.04,Noun,10,9,4,tomography,14.11,0.50,14.11,0.50,none,none,none, tomorrow,tomorrow,335.96,Adverb,8,6,3,tomorrow,5.19,0.95,5.19,0.95,4.87,none,none, tomorrows,tomorrows,0.71,Noun,9,7,3,tomorrow,none,none,5.19,0.95,4.87,none,none, tomtit,tomtit,0.02,Noun,6,6,2,tomtit,12.50,0.11,12.50,0.11,none,none,none, ton,tonne,7.49,Noun,3,3,1,ton,7.42,1.00,7.42,1.00,none,7.71,7.08, tonal,tonal,0.06,Adjective,5,5,2,tonal,12.92,0.68,12.92,0.68,none,none,none, tonality,tonality,0.04,Noun,8,8,4,tonality,13.47,0.83,13.47,0.83,none,none,none, tone,tone,16.86,Noun,4,3,1,tone,7.67,1.00,7.67,1.00,none,8.41,6.80, toned,toned,0.35,Verb,5,4,1,tone,none,none,7.67,1.00,none,8.41,6.80, toneless,toneless,0.02,Adjective,8,6,2,toneless,11.94,1.00,11.94,1.00,none,none,none, toner,toner,0.86,Noun,5,4,2,toner,14.16,0.95,14.16,0.95,none,none,none,10.32 toners,toners,0.02,Noun,6,5,2,toner,none,none,14.16,0.95,none,none,none,10.32 tones,tones,1.96,Noun,5,4,1,tone,none,none,7.67,1.00,none,8.41,6.80, tong,tong,2.27,Name,4,3,1,tong,9.62,0.95,9.62,0.95,none,none,9.46, tongs,tongs,0.78,Noun,5,4,1,tongs,7.78,1.00,7.78,1.00,none,none,none, tongue,tongue,31.16,Noun,6,3,1,tongue,4.47,1.00,4.47,1.00,none,4.18,4.60, tongues,tongues,3.08,Noun,7,4,1,tongue,none,none,4.47,1.00,none,4.18,4.60, tonic,tonic,3.82,Noun,5,5,2,tonic,12.63,1.00,12.63,1.00,none,none,none,11.49 tonics,tonics,0.29,Noun,6,6,2,tonic,none,none,12.63,1.00,none,none,none,11.49 tonight,tonight,412.69,Adverb,7,5,2,tonight,4.73,1.00,4.73,1.00,none,none,none,5.20 tonnage,tonnage,0.25,Noun,7,5,2,tonnage,12.07,0.79,12.07,0.79,none,none,none, tons,tonnes,9.41,Noun,4,4,1,ton,none,none,7.42,1.00,none,7.71,7.08, tonsil,tonsil,0.35,Noun,6,6,2,tonsil,9.50,1.00,9.50,1.00,none,none,none, tonsillectomies,tonsillectomies,0.02,Noun,15,13,5,tonsillectomy,none,none,11.79,0.67,none,none,none, tonsillectomy,tonsillectomy,0.08,Noun,13,12,5,tonsillectomy,11.79,0.67,11.79,0.67,none,none,none, tonsillitis,tonsillitis,0.02,Noun,11,10,4,tonsillitis,9.56,0.95,9.56,0.95,none,none,none, tonsils,tonsils,1.49,Noun,7,7,2,tonsil,none,none,9.50,1.00,none,none,none, tonsorial,tonsorial,0.04,Adjective,9,9,4,tonsorial,14.80,0.26,14.80,0.26,none,none,none, tonsure,tonsure,0.04,Noun,7,6,2,tonsure,13.00,0.26,13.00,0.26,none,none,none, tontine,tontine,0.04,Noun,7,6,2,tontine,14.71,0.39,14.71,0.39,none,none,none, too,too,1371.57,Adverb,3,2,1,too,5.10,1.00,5.10,1.00,5.72,none,4.34, took,took,342.24,Verb,4,3,1,take,none,none,4.37,1.00,5.19,none,4.57, tool,tool,10.75,Noun,4,3,1,tool,5.37,1.00,5.37,1.00,none,6.09,5.34, toolbox,toolbox,1.25,Noun,7,7,2,toolbox,6.67,1.00,6.67,1.00,none,none,none, toolboxes,toolboxes,0.08,Noun,9,9,3,toolbox,none,none,6.67,1.00,none,none,none, tooling,tooling,0.37,Verb,7,5,2,tool,none,none,5.37,1.00,none,6.09,5.34, toolkit,toolkit,0.14,Noun,7,6,2,toolkit,7.83,1.00,7.83,1.00,none,none,none, tools,tools,11.12,Noun,5,4,1,tool,none,none,5.37,1.00,none,6.09,5.34, toot,toot,1.57,Verb,4,3,1,toot,5.53,0.95,5.53,0.95,none,none,5.99, tooter,tooter,0.04,Noun,6,4,2,tooter,11.08,0.63,11.08,0.63,none,none,none, tooters,tooters,0.02,Noun,7,5,2,tooter,none,none,11.08,0.63,none,none,none, tooth,tooth,13.57,Noun,5,3,1,tooth,3.61,1.00,3.61,1.00,none,4.31,3.50, toothache,toothache,1.14,Noun,9,5,2,toothache,6.53,1.00,6.53,1.00,none,none,none, toothaches,toothaches,0.08,Noun,10,6,2,toothache,none,none,6.53,1.00,none,none,none, toothbrush,toothbrush,5.00,Noun,10,7,2,toothbrush,4.33,1.00,4.33,1.00,none,none,none, toothbrushes,toothbrushes,0.35,Noun,12,9,3,toothbrush,none,none,4.33,1.00,none,none,none, toothier,toothier,0.04,Adjective,8,5,3,toothy,none,none,9.06,0.89,none,none,none, toothless,toothless,0.55,Adjective,9,6,2,toothless,6.47,1.00,6.47,1.00,none,none,none, toothpaste,toothpaste,3.14,Noun,10,7,2,toothpaste,3.33,1.00,3.33,1.00,none,none,none, toothpastes,toothpastes,0.02,Noun,11,8,2,toothpaste,none,none,3.33,1.00,none,none,none, toothpick,toothpick,1.02,Noun,9,6,2,toothpick,6.83,1.00,6.83,1.00,none,none,none, toothpicks,toothpicks,0.78,Noun,10,7,2,toothpick,none,none,6.83,1.00,none,none,none, toothsome,toothsome,0.04,Adjective,9,6,2,toothsome,9.14,0.78,9.14,0.78,none,none,none, toothy,toothy,0.10,Adjective,6,4,2,toothy,9.06,0.89,9.06,0.89,none,none,none, tooting,tooting,0.37,Verb,7,5,2,toot,none,none,5.53,0.95,none,none,5.99, toots,toots,3.29,Noun,5,4,1,toots,5.67,0.95,5.67,0.95,none,none,none, top,top,133.43,Noun,3,3,1,top,3.89,1.00,3.89,1.00,4.47,none,3.82, topaz,topaz,1.00,Noun,5,5,2,topaz,11.19,0.89,11.19,0.89,none,none,none,12.01 topcoat,topcoat,0.24,Noun,7,6,2,topcoat,9.87,0.83,9.87,0.83,none,none,none, topcoats,topcoats,0.08,Noun,8,7,2,topcoat,none,none,9.87,0.83,none,none,none, toper,toper,0.02,Noun,5,4,2,toper,11.64,0.52,11.64,0.52,none,none,none, topflight,topflight,0.10,Noun,9,7,2,topflight,11.33,0.79,11.33,0.79,none,none,none, topgallant,topgallant,0.12,Adjective,10,9,3,topgallant,11.67,0.17,11.67,0.17,none,none,none, topiaries,topiaries,0.06,Noun,9,8,4,topiary,none,none,14.38,0.89,none,none,none, topiary,topiary,0.18,Noun,7,7,4,topiary,14.38,0.89,14.38,0.89,none,none,none, topic,topic,5.31,Noun,5,5,2,topic,7.84,1.00,7.84,1.00,none,9.54,none,7.72 topical,topical,0.51,Adjective,7,7,3,topical,11.95,1.00,11.95,1.00,none,none,none, topics,topics,0.92,Noun,6,6,2,topic,none,none,7.84,1.00,none,9.54,none,7.72 topknot,topknot,0.16,Noun,7,6,2,topknot,13.00,0.83,13.00,0.83,none,none,none, topknots,topknots,0.02,Noun,8,7,2,topknot,none,none,13.00,0.83,none,none,none, topless,topless,1.96,Adjective,7,6,2,topless,10.11,1.00,10.11,1.00,none,none,none, topmost,topmost,0.06,Adjective,7,7,2,topmost,9.94,0.95,9.94,0.95,none,none,none, topnotch,top-notch,0.39,Noun,8,6,2,topnotch,9.71,1.00,9.71,1.00,none,none,none, topographic,topographic,0.02,Adjective,11,10,4,topographic,13.06,0.94,13.06,0.94,none,none,none, topographical,topographical,0.08,Adjective,13,12,5,topographical,14.11,0.90,14.11,0.90,none,none,none, topography,topography,0.25,Noun,10,9,4,topography,13.41,0.94,13.41,0.94,none,none,none, topped,topped,0.94,Verb,6,4,1,top,none,none,3.89,1.00,4.47,none,3.82, topple,topple,0.63,Verb,6,5,2,topple,7.37,1.00,7.37,1.00,none,none,none,10.04 toppled,toppled,0.24,Verb,7,6,2,topple,none,none,7.37,1.00,none,none,none,10.04 topples,topples,0.06,Verb,7,6,2,topple,none,none,7.37,1.00,none,none,none,10.04 toppling,toppling,0.25,Verb,8,7,3,topple,none,none,7.37,1.00,none,none,none,10.04 tops,tops,7.35,Noun,4,4,1,top,none,none,3.89,1.00,4.47,none,3.82, topsail,topsail,0.14,Noun,7,6,2,topsail,10.86,0.78,10.86,0.78,none,none,none, topsails,topsails,0.14,Noun,8,7,2,topsail,none,none,10.86,0.78,none,none,none, topside,topside,1.29,Noun,7,6,2,topside,9.63,1.00,9.63,1.00,none,none,none, topsides,topsides,0.08,Noun,8,7,2,topside,none,none,9.63,1.00,none,none,none, topsoil,topsoil,0.20,Noun,7,6,2,topsoil,9.61,1.00,9.61,1.00,none,none,none, topspin,topspin,0.04,Noun,7,7,2,topspin,11.20,0.79,11.20,0.79,none,none,none, toque,toque,0.08,Noun,5,3,1,toque,13.00,0.37,13.00,0.37,none,none,none, toques,toques,0.10,Noun,6,4,1,toque,none,none,13.00,0.37,none,none,none, tor,tor,2.49,Noun,3,3,1,tor,16.50,0.22,16.50,0.22,none,none,none, torch,torch,4.98,Noun,5,4,1,torch,7.84,1.00,7.84,1.00,none,5.48,9.02, torchbearer,torchbearer,0.06,Noun,11,8,4,torchbearer,10.53,0.94,10.53,0.94,none,none,none, torched,torched,0.86,Verb,7,5,1,torch,none,none,7.84,1.00,none,5.48,9.02, torches,torches,1.18,Noun,7,6,2,torch,none,none,7.84,1.00,none,5.48,9.02, torching,torching,0.25,Verb,8,6,2,torch,none,none,7.84,1.00,none,5.48,9.02, torchlight,torchlight,0.08,Noun,10,7,2,torchlight,8.53,0.94,8.53,0.94,none,none,none, torchy,torchy,0.04,Noun,6,5,2,torchy,12.33,0.63,12.33,0.63,none,none,none, tore,tore,8.29,Verb,4,3,1,tear,none,none,4.89,1.00,5.64,5.41,4.99, torment,torment,2.73,Noun,7,7,2,torment,8.61,1.00,8.61,1.00,none,9.34,none,10.22 tormented,tormented,1.04,Verb,9,9,3,torment,none,none,8.61,1.00,none,9.34,none,10.22 tormenting,tormenting,0.73,Verb,10,9,3,torment,none,none,8.61,1.00,none,9.34,none,10.22 tormentor,tormentor,0.06,Noun,9,8,3,tormentor,10.44,1.00,10.44,1.00,none,none,none, tormentors,tormentors,0.10,Noun,10,9,3,tormentor,none,none,10.44,1.00,none,none,none, torments,torments,0.31,Noun,8,8,2,torment,none,none,8.61,1.00,none,9.34,none,10.22 torn,torn,10.84,Verb,4,4,1,tear,none,none,4.89,1.00,5.64,5.41,4.99, tornado,tornado,2.55,Noun,7,7,3,tornado,6.21,1.00,6.21,1.00,none,none,none, tornadoes,tornadoes,0.41,Noun,9,8,3,tornado,none,none,6.21,1.00,none,none,none, torpedo,torpedo,6.39,Noun,7,7,3,torpedo,8.35,0.94,8.35,0.94,none,none,none, torpedoed,torpedoed,0.53,Verb,9,8,3,torpedo,none,none,8.35,0.94,none,none,none, torpedoes,torpedoes,2.96,Noun,9,8,3,torpedo,none,none,8.35,0.94,none,none,none, torpid,torpid,0.02,Adjective,6,6,2,torpid,12.77,0.68,12.77,0.68,none,none,none, torpidity,torpidity,0.04,Noun,9,9,4,torpidity,12.67,0.50,12.67,0.50,none,none,none, torpor,torpor,0.06,Noun,6,5,2,torpor,16.25,0.40,16.25,0.40,none,none,none, torque,torque,0.73,Noun,6,4,1,torque,13.29,0.94,13.29,0.94,none,none,none, torrent,torrent,0.41,Noun,7,6,2,torrent,13.35,0.95,13.35,0.95,none,none,none, torrential,torrential,0.12,Adjective,10,8,3,torrential,14.00,1.00,14.00,1.00,none,none,none, torrents,torrents,0.08,Noun,8,7,2,torrent,none,none,13.35,0.95,none,none,none, torrid,torrid,0.55,Adjective,6,5,2,torrid,12.94,0.94,12.94,0.94,none,none,none,12.32 torsion,torsion,0.06,Noun,7,6,2,torsion,14.60,0.26,14.60,0.26,none,none,none, torso,torso,1.84,Noun,5,5,2,torso,9.33,1.00,9.33,1.00,none,none,none,9.58 torsos,torsos,0.06,Noun,6,6,2,torso,none,none,9.33,1.00,none,none,none,9.58 tort,tort,0.18,Noun,4,4,1,tort,16.54,0.63,16.54,0.63,none,none,11.78, torte,torte,0.04,Noun,5,4,1,torte,13.65,0.94,13.65,0.94,none,none,none, tortellini,tortellini,0.20,Noun,10,9,4,tortellini,12.32,1.00,12.32,1.00,none,none,none, tortes,tortes,0.04,Noun,6,5,1,torte,none,none,13.65,0.94,none,none,none, tortilla,tortilla,0.31,Noun,8,6,3,tortilla,8.28,1.00,8.28,1.00,none,none,none, tortillas,tortillas,0.59,Noun,9,7,3,tortilla,none,none,8.28,1.00,none,none,none, tortoise,tortoise,1.12,Noun,8,6,2,tortoise,5.88,0.94,5.88,0.94,6.08,none,none,7.80 tortoises,tortoises,0.18,Noun,9,8,3,tortoise,none,none,5.88,0.94,6.08,none,none,7.80 tortoiseshell,tortoiseshell,0.06,Noun,13,9,3,tortoiseshell,10.18,0.94,10.18,0.94,none,none,none, torts,torts,0.06,Noun,5,5,1,tort,none,none,16.54,0.63,none,none,11.78, tortuous,tortuous,0.12,Adjective,8,8,3,tortuous,12.61,0.95,12.61,0.95,none,none,none, torture,torture,15.92,Noun,7,5,2,torture,10.70,1.00,10.70,1.00,none,8.13,none,9.40 tortured,tortured,7.47,Verb,8,6,2,torture,none,none,10.70,1.00,none,8.13,none,9.40 torturer,torturer,0.25,Noun,8,6,3,torturer,10.83,0.95,10.83,0.95,none,none,none, torturers,torturers,0.06,Noun,9,7,3,torturer,none,none,10.83,0.95,none,none,none, tortures,tortures,1.06,Noun,8,6,2,torture,none,none,10.70,1.00,none,8.13,none,9.40 torturing,torturing,3.35,Verb,9,7,3,torture,none,none,10.70,1.00,none,8.13,none,9.40 torturous,torturous,0.25,Adjective,9,7,3,torturous,12.11,0.95,12.11,0.95,none,none,none, torus,torus,0.02,Noun,5,5,2,torus,14.27,0.29,14.27,0.29,none,none,none, toss,toss,12.39,Verb,4,3,1,toss,4.11,1.00,4.11,1.00,none,8.26,5.75, tossed,tossed,8.25,Verb,6,4,1,toss,none,none,4.11,1.00,none,8.26,5.75, tosses,tosses,0.57,Verb,6,5,2,toss,none,none,4.11,1.00,none,8.26,5.75, tossing,tossing,2.73,Verb,7,5,2,toss,none,none,4.11,1.00,none,8.26,5.75, tosspot,tosspot,0.06,Noun,7,6,2,tosspot,11.83,0.32,11.83,0.32,none,none,none, tossup,tossup,0.10,Noun,6,5,2,tossup,11.32,0.95,11.32,0.95,none,none,none, tostada,tostada,0.16,Noun,7,7,3,tostada,12.81,0.80,12.81,0.80,none,none,none, tot,tot,1.06,Noun,3,3,1,tot,7.00,1.00,7.00,1.00,none,none,7.15, total,total,37.65,Adjective,5,5,2,total,6.83,1.00,6.83,1.00,none,none,none,6.82 totaled,totalled,1.14,Verb,7,6,2,total,none,none,6.83,1.00,none,none,none,6.82 totaling,totalling,0.20,Verb,8,7,3,total,none,none,6.83,1.00,none,none,none,6.82 totalitarian,totalitarian,0.16,Adjective,12,12,6,totalitarian,14.18,0.81,14.18,0.81,none,none,none, totalitarianism,totalitarianism,0.04,Noun,15,16,8,totalitarianism,15.12,0.94,15.12,0.94,none,none,none, totality,totality,0.14,Noun,8,8,4,totality,12.00,1.00,12.00,1.00,none,none,none, totals,totals,0.35,Noun,6,6,2,total,none,none,6.83,1.00,none,none,none,6.82 tote,tote,1.08,Noun,4,3,1,tote,10.74,1.00,10.74,1.00,none,none,9.83, toted,toted,0.02,Verb,5,5,2,tote,none,none,10.74,1.00,none,none,9.83, totem,totem,0.86,Noun,5,5,2,totem,8.19,0.89,8.19,0.89,none,none,none,9.94 totemic,totemic,0.02,Adjective,7,7,3,totemic,12.44,0.47,12.44,0.47,none,none,none, totempole,totem pole,Err:512,Err:512,9,8,3,totempole,8.67,1.00,8.67,1.00,none,none,none, totems,totems,0.22,Noun,6,6,2,totem,none,none,8.19,0.89,none,none,none,9.94 totes,totes,0.08,Verb,5,4,1,tote,none,none,10.74,1.00,none,none,9.83, toting,toting,0.41,Verb,6,5,2,tote,none,none,10.74,1.00,none,none,9.83, tots,tots,0.90,Noun,4,4,1,tot,none,none,7.00,1.00,none,none,7.15, totter,totter,0.04,Verb,6,4,2,totter,7.07,0.78,7.07,0.78,none,none,none, toucan,toucan,0.08,Noun,6,5,2,toucan,8.69,0.84,8.69,0.84,none,none,none, toucans,toucans,0.02,Noun,7,6,2,toucan,none,none,8.69,0.84,none,none,none, touch,touch,147.73,Verb,5,3,1,touch,5.16,1.00,5.16,1.00,none,5.50,4.52, touchdown,touchdown,4.96,Noun,9,6,2,touchdown,7.89,1.00,7.89,1.00,none,none,none, touchdowns,touchdowns,0.98,Noun,10,7,2,touchdown,none,none,7.89,1.00,none,none,none, touched,touched,29.51,Verb,7,4,1,touch,none,none,5.16,1.00,none,5.50,4.52, touches,touches,6.78,Verb,7,5,2,touch,none,none,5.16,1.00,none,5.50,4.52, touchhole,touchhole,0.08,Noun,9,6,2,touchhole,14.80,0.56,14.80,0.56,none,none,none, touchier,touchier,0.02,Adjective,8,5,3,touchy,none,none,9.95,1.00,none,none,none, touchiest,touchiest,0.02,Adjective,9,7,3,touchy,none,none,9.95,1.00,none,none,none, touching,touching,17.41,Verb,8,5,2,touch,none,none,5.16,1.00,none,5.50,4.52, touchline,touchline,0.04,Noun,9,6,2,touchline,11.21,0.67,11.21,0.67,none,none,none, touchstone,touchstone,0.20,Noun,10,7,2,touchstone,14.50,0.84,14.50,0.84,none,none,none, touchup,touch-up,0.02,Noun,7,5,2,touchup,9.15,1.00,9.15,1.00,none,none,none, touchups,touch-ups,0.06,Noun,8,6,2,touchup,none,none,9.15,1.00,none,none,none, touchy,touchy,3.14,Adjective,6,4,2,touchy,9.95,1.00,9.95,1.00,none,none,none, tough,tough,90.51,Adjective,5,3,1,tough,5.47,1.00,5.47,1.00,none,7.30,6.33, toughen,toughen,0.59,Verb,7,5,2,toughen,8.42,1.00,8.42,1.00,9.77,none,none, toughened,toughened,0.06,Verb,9,6,2,toughen,none,none,8.42,1.00,9.77,none,none, toughens,toughens,0.04,Verb,8,6,2,toughen,none,none,8.42,1.00,9.77,none,none, tougher,tougher,5.41,Adjective,7,4,2,tough,none,none,5.47,1.00,none,7.30,6.33, toughest,toughest,4.04,Adjective,8,6,2,tough,none,none,5.47,1.00,none,7.30,6.33, toughie,toughie,0.20,Noun,7,4,2,toughie,9.11,0.95,9.11,0.95,none,none,none, toughness,toughness,0.27,Noun,9,6,2,toughness,8.67,1.00,8.67,1.00,none,none,none, toughs,toughs,0.04,Noun,6,4,1,tough,none,none,5.47,1.00,none,7.30,6.33, toupee,toupee,1.25,Noun,6,4,2,toupee,9.63,1.00,9.63,1.00,none,none,none,11.29 toupees,toupees,0.04,Noun,7,5,2,toupee,none,none,9.63,1.00,none,none,none,11.29 tour,tour,30.80,Noun,4,3,1,tour,7.17,1.00,7.17,1.00,none,7.86,7.01, toured,toured,0.90,Verb,6,4,1,tour,none,none,7.17,1.00,none,7.86,7.01, touring,touring,1.51,Verb,7,5,2,tour,none,none,7.17,1.00,none,7.86,7.01, tourism,tourism,0.65,Noun,7,7,3,tourism,9.53,1.00,9.53,1.00,none,none,none, tourist,tourist,4.65,Noun,7,6,2,tourist,8.76,1.00,8.76,1.00,none,8.47,none, tourists,tourists,5.41,Noun,8,7,2,tourist,none,none,8.76,1.00,none,8.47,none, touristy,touristy,0.12,Noun,8,7,3,touristy,11.59,0.94,11.59,0.94,none,none,none, tournament,tournament,9.10,Noun,10,9,3,tournament,7.83,1.00,7.83,1.00,none,none,none, tournaments,tournaments,0.69,Noun,11,9,3,tournament,none,none,7.83,1.00,none,none,none, tournedos,tournedos,0.02,Noun,9,7,3,tournedos,15.18,0.58,15.18,0.58,none,none,none, tourney,tourney,0.14,Noun,7,4,2,tourney,11.25,0.63,11.25,0.63,none,none,none, tourniquet,tourniquet,0.98,Noun,10,7,3,tourniquet,12.72,0.95,12.72,0.95,none,none,none, tourniquets,tourniquets,0.04,Noun,11,9,3,tourniquet,none,none,12.72,0.95,none,none,none, tours,tours,2.59,Noun,5,4,1,tour,none,none,7.17,1.00,none,7.86,7.01, tout,tout,1.08,Noun,4,3,1,tout,12.53,0.83,12.53,0.83,none,none,none, touted,touted,0.12,Verb,6,5,2,tout,none,none,12.53,0.83,none,none,none, touting,touting,0.12,Verb,7,5,2,tout,none,none,12.53,0.83,none,none,none, touts,touts,0.06,Noun,5,4,1,tout,none,none,12.53,0.83,none,none,none, tow,tow,5.78,Noun,3,2,1,tow,8.63,1.00,8.63,1.00,none,none,8.54, toward,toward,22.92,Preposition,6,6,2,toward,6.28,1.00,6.28,1.00,none,7.20,none, towards,towards,27.43,Preposition,7,7,2,towards,6.28,1.00,6.28,1.00,6.88,none,none, towed,towed,1.27,Verb,5,3,1,tow,none,none,8.63,1.00,none,none,8.54, towel,towel,14.16,Noun,5,4,2,towel,3.22,1.00,3.22,1.00,none,none,none,4.75 towels,towels,9.49,Noun,6,5,2,towel,none,none,3.22,1.00,none,none,none,4.75 tower,tower,22.84,Noun,5,3,2,tower,6.33,1.00,6.33,1.00,none,7.09,none,6.26 towered,towered,0.10,Verb,7,4,2,tower,none,none,6.33,1.00,none,7.09,none,6.26 towering,towering,0.63,Adjective,8,5,3,towering,9.67,1.00,9.67,1.00,none,none,none, towers,towers,5.39,Noun,6,4,2,tower,none,none,6.33,1.00,none,7.09,none,6.26 towhead,towhead,0.02,Noun,7,5,2,towhead,12.00,0.57,12.00,0.57,none,none,none, towheaded,towheaded,0.06,Adjective,9,7,3,towheaded,11.33,0.63,11.33,0.63,none,none,none, towheads,towheads,0.02,Noun,8,6,2,towhead,none,none,12.00,0.57,none,none,none, towing,towing,0.94,Verb,6,4,2,tow,none,none,8.63,1.00,none,none,8.54, towline,towline,0.24,Noun,7,5,2,towline,11.60,0.83,11.60,0.83,none,none,none, town,town,247.92,Noun,4,3,1,town,5.11,1.00,5.11,1.00,5.72,none,5.66, townhouse,townhouse,0.75,Noun,9,6,2,townhouse,12.61,1.00,12.61,1.00,none,none,none, townie,townie,0.33,Noun,6,4,2,townie,11.67,0.67,11.67,0.67,none,none,none, townies,townies,0.02,Noun,7,5,2,townie,none,none,11.67,0.67,none,none,none, towns,towns,5.71,Noun,5,4,1,town,none,none,5.11,1.00,5.72,none,5.66, townsfolk,townsfolk,0.39,Noun,9,7,2,townsfolk,9.11,1.00,9.11,1.00,none,none,none, township,township,0.49,Noun,8,6,2,township,11.50,1.00,11.50,1.00,none,none,none, townships,townships,0.10,Noun,9,7,2,township,none,none,11.50,1.00,none,none,none, townsman,townsman,0.06,Noun,8,7,2,townsman,9.32,0.95,9.32,0.95,none,none,none, townsmen,townsmen,0.08,Noun,8,7,2,townsman,none,none,9.32,0.95,none,none,none, townspeople,townspeople,1.08,Noun,11,9,3,townspeople,7.94,1.00,7.94,1.00,none,none,none, townswoman,townswoman,0.02,Noun,10,9,3,townswoman,9.79,1.00,9.79,1.00,none,none,none, towpath,towpath,0.02,Noun,7,5,2,towpath,15.11,0.45,15.11,0.45,none,none,none, toxemia,toxaemia,0.06,Noun,7,8,4,toxemia,16.71,0.74,16.71,0.74,none,none,none, toxic,toxic,4.90,Adjective,5,6,2,toxic,9.06,1.00,9.06,1.00,none,9.49,none,8.45 toxicities,toxicities,0.02,Noun,10,10,4,toxicity,none,none,13.74,1.00,none,none,none, toxicity,toxicity,0.47,Noun,8,9,4,toxicity,13.74,1.00,13.74,1.00,none,none,none, toxicological,toxicological,0.04,Adjective,13,14,6,toxicological,15.53,0.89,15.53,0.89,none,none,none, toxicologist,toxicologist,0.02,Noun,12,13,5,toxicologist,14.82,0.94,14.82,0.94,none,none,none, toxicologists,toxicologists,0.04,Noun,13,14,5,toxicologist,none,none,14.82,0.94,none,none,none, toxicology,toxicology,1.04,Noun,10,11,5,toxicology,14.58,1.00,14.58,1.00,none,none,none, toxics,toxics,0.02,Err:512,6,7,2,toxic,none,none,9.06,1.00,none,9.49,none,8.45 toxin,toxin,0.90,Noun,5,6,2,toxin,9.33,1.00,9.33,1.00,none,12.94,none,10.80 toxins,toxins,1.02,Noun,6,7,2,toxin,none,none,9.33,1.00,none,12.94,none,10.80 toy,toy,16.84,Noun,3,2,1,toy,3.00,1.00,3.00,1.00,none,3.52,2.92, toyed,toyed,0.43,Verb,5,3,1,toy,none,none,3.00,1.00,none,3.52,2.92, toying,toying,1.12,Verb,6,4,2,toy,none,none,3.00,1.00,none,3.52,2.92, toymaker,toymaker,0.88,Noun,8,6,3,toymaker,5.94,1.00,5.94,1.00,none,none,none, toys,toys,13.22,Noun,4,3,1,toy,none,none,3.00,1.00,none,3.52,2.92, trace,trace,19.39,Noun,5,4,1,trace,6.84,1.00,6.84,1.00,none,7.60,7.01, traceable,traceable,0.47,Adjective,9,8,3,traceable,10.26,1.00,10.26,1.00,none,none,none, traced,traced,4.31,Verb,6,5,1,trace,none,none,6.84,1.00,none,7.60,7.01, tracer,tracer,1.69,Noun,6,5,2,tracer,10.12,0.89,10.12,0.89,none,none,none, tracers,tracers,0.24,Noun,7,6,2,tracer,none,none,10.12,0.89,none,none,none, tracery,tracery,0.02,Noun,7,7,3,tracery,11.62,0.80,11.62,0.80,none,none,none, traces,traces,5.04,Noun,6,6,2,trace,none,none,6.84,1.00,none,7.60,7.01, trachea,trachea,0.69,Noun,7,6,3,trachea,12.05,0.95,12.05,0.95,none,none,none, tracheal,tracheal,0.25,Adjective,8,7,3,tracheal,15.04,0.70,15.04,0.70,none,none,none, tracheotomies,tracheotomies,0.04,Noun,13,11,5,tracheotomy,none,none,14.62,0.84,none,none,none, tracheotomy,tracheotomy,0.37,Noun,11,10,5,tracheotomy,14.62,0.84,14.62,0.84,none,none,none, trachoma,trachoma,0.04,Noun,8,7,3,trachoma,18.00,0.37,18.00,0.37,none,none,none, tracing,tracing,1.69,Verb,7,6,2,trace,none,none,6.84,1.00,none,7.60,7.01, track,track,55.75,Noun,5,4,1,track,6.94,1.00,6.94,1.00,none,7.66,7.22, tracked,tracked,4.90,Verb,7,5,1,track,none,none,6.94,1.00,none,7.66,7.22, tracker,tracker,1.63,Noun,7,5,2,tracker,9.61,1.00,9.61,1.00,none,none,none, trackers,trackers,0.29,Noun,8,6,2,tracker,none,none,9.61,1.00,none,none,none, trackless,trackless,0.18,Adjective,9,7,2,trackless,11.06,0.94,11.06,0.94,none,none,none, tracks,tracks,16.75,Noun,6,5,1,track,none,none,6.94,1.00,none,7.66,7.22, trackside,trackside,0.02,Noun,9,7,2,trackside,11.24,0.94,11.24,0.94,none,none,none, tracksuit,tracksuit,0.08,Noun,9,7,2,tracksuit,10.50,0.95,10.50,0.95,none,none,none, tracksuits,tracksuits,0.02,Noun,10,8,2,tracksuit,none,none,10.50,0.95,none,none,none, tract,tract,1.43,Noun,5,5,1,tract,13.67,1.00,13.67,1.00,none,none,10.97, tractable,tractable,0.02,Adjective,9,9,3,tractable,11.88,0.89,11.88,0.89,none,none,none, traction,traction,1.88,Noun,8,7,2,traction,11.05,1.00,11.05,1.00,none,none,none,10.51 tractor,tractor,3.73,Noun,7,6,2,tractor,5.50,0.95,5.50,0.95,none,4.96,none,5.49 tractors,tractors,0.59,Noun,8,7,2,tractor,none,none,5.50,0.95,none,4.96,none,5.49 tracts,tracts,0.16,Noun,6,6,1,tract,none,none,13.67,1.00,none,none,10.97, trade,trade,35.20,Noun,5,4,1,trade,6.42,1.00,6.42,1.00,none,none,6.67, tradecraft,tradecraft,0.04,Noun,10,9,2,tradecraft,12.56,0.84,12.56,0.84,none,none,none, traded,traded,4.35,Verb,6,6,2,trade,none,none,6.42,1.00,none,none,6.67, trademark,trademark,1.47,Noun,9,8,2,trademark,10.37,1.00,10.37,1.00,none,none,none, trademarks,trademarks,0.14,Noun,10,9,2,trademark,none,none,10.37,1.00,none,none,none, tradeoff,trade-off,0.16,Noun,8,6,2,tradeoff,9.95,1.00,9.95,1.00,none,none,none, tradeoffs,tradeoffs,0.02,Noun,9,7,2,tradeoff,none,none,9.95,1.00,none,none,none, trader,trader,1.57,Noun,6,5,2,trader,8.79,1.00,8.79,1.00,none,none,none, traders,traders,0.65,Noun,7,6,2,trader,none,none,8.79,1.00,none,none,none, trades,trades,1.25,Noun,6,5,1,trade,none,none,6.42,1.00,none,none,6.67, tradesman,tradesman,0.12,Noun,9,8,2,tradesman,11.44,1.00,11.44,1.00,none,none,none, tradesmen,tradesmen,0.10,Noun,9,8,2,tradesman,none,none,11.44,1.00,none,none,none, trading,trading,5.98,Noun,7,6,2,trading,6.42,1.00,6.42,1.00,none,none,none, tradition,tradition,13.67,Noun,9,8,3,tradition,8.05,1.00,8.05,1.00,none,9.60,none, traditional,traditional,8.14,Adjective,11,10,4,traditional,10.00,1.00,10.00,1.00,none,none,none, traditionalism,traditionalism,0.04,Noun,14,14,6,traditionalism,12.63,1.00,12.63,1.00,none,none,none, traditionalist,traditionalist,0.27,Noun,14,13,5,traditionalist,12.50,0.95,12.50,0.95,none,none,none, traditionalists,traditionalists,0.04,Noun,15,13,4,traditionalist,none,none,12.50,0.95,none,none,none, traditions,traditions,2.06,Noun,10,9,3,tradition,none,none,8.05,1.00,none,9.60,none, traffic,traffic,28.51,Noun,7,6,2,traffic,6.22,1.00,6.22,1.00,none,5.92,none,7.04 trafficker,trafficker,0.16,Noun,10,7,3,trafficker,13.50,0.89,13.50,0.89,none,none,none, traffickers,traffickers,0.04,Noun,11,8,3,trafficker,none,none,13.50,0.89,none,none,none, trafficking,trafficking,1.04,Noun,11,8,3,trafficking,14.61,1.00,14.61,1.00,none,none,none, traffics,traffics,0.12,Noun,8,7,2,traffic,none,none,6.22,1.00,none,5.92,none,7.04 tragedian,tragedian,0.04,Noun,9,9,4,tragedian,15.56,0.50,15.56,0.50,none,none,none, tragedians,tragedians,0.02,Noun,10,10,4,tragedian,none,none,15.56,0.50,none,none,none, tragedies,tragedies,0.98,Noun,9,8,3,tragedy,none,none,10.21,1.00,none,none,none, tragedy,tragedy,14.18,Noun,7,7,3,tragedy,10.21,1.00,10.21,1.00,none,none,none, tragic,tragic,12.24,Adjective,6,6,2,tragic,8.37,1.00,8.37,1.00,none,9.71,none,9.05 tragicomedy,tragicomedy,0.02,Noun,11,11,5,tragicomedy,14.39,0.95,14.39,0.95,none,none,none, trail,trail,19.20,Noun,5,4,1,trail,5.61,1.00,5.61,1.00,none,7.71,6.85, trailblazer,trailblazer,0.06,Noun,11,9,3,trailblazer,10.68,1.00,10.68,1.00,none,none,none, trailblazers,trailblazers,0.04,Noun,12,10,3,trailblazer,none,none,10.68,1.00,none,none,none, trailbreaker,trailbreaker,0.02,Noun,12,9,3,trailbreaker,10.67,0.83,10.67,0.83,none,none,none, trailed,trailed,0.55,Verb,7,5,1,trail,none,none,5.61,1.00,none,7.71,6.85, trailer,trailer,11.35,Noun,7,5,2,trailer,6.37,1.00,6.37,1.00,none,8.11,none,7.96 trailers,trailers,0.55,Noun,8,6,2,trailer,none,none,6.37,1.00,none,8.11,none,7.96 trailing,trailing,1.57,Verb,8,6,2,trail,none,none,5.61,1.00,none,7.71,6.85, trails,trails,2.12,Noun,6,5,1,trail,none,none,5.61,1.00,none,7.71,6.85, train,train,95.06,Noun,5,4,1,train,4.00,1.00,4.00,1.00,8.19,none,4.38, traindriver,train driver,Err:512,Err:512,11,9,3,traindriver,8.34,1.00,8.34,1.00,6.23,none,none, trained,trained,18.86,Verb,7,5,1,train,none,none,4.00,1.00,8.19,none,4.38, trainee,trainee,1.33,Noun,7,5,2,trainee,11.79,1.00,11.79,1.00,none,none,none, trainees,trainees,0.43,Noun,8,6,2,trainee,none,none,11.79,1.00,none,none,none, trainer,trainer,5.57,Noun,7,5,2,trainer,10.00,1.00,10.00,1.00,none,6.94,none, trainers,trainers,0.57,Noun,8,6,2,trainer,none,none,10.00,1.00,none,6.94,none, training,training,35.14,Noun,8,6,2,training,8.50,1.00,8.50,1.00,none,none,none, trainings,trainings,0.08,Noun,9,7,2,training,none,none,8.50,1.00,none,none,none, trainload,trainload,0.12,Noun,9,7,2,trainload,9.11,1.00,9.11,1.00,none,none,none, trainloads,trainloads,0.02,Noun,10,8,2,trainload,none,none,9.11,1.00,none,none,none, trainman,trainman,0.14,Noun,8,7,2,trainman,6.92,0.65,6.92,0.65,none,none,none, trains,trains,8.16,Noun,6,5,1,train,none,none,4.00,1.00,8.19,none,4.38, traipse,traipse,0.27,Verb,7,5,1,traipse,12.43,0.74,12.43,0.74,none,none,none, traipses,traipses,0.02,Noun,8,7,2,traipse,none,none,12.43,0.74,none,none,none, traipsing,traipsing,0.55,Verb,9,7,2,traipse,none,none,12.43,0.74,none,none,none, trait,trait,1.08,Noun,5,4,1,trait,10.65,1.00,10.65,1.00,none,none,9.09, traitor,traitor,10.59,Noun,7,5,2,traitor,9.44,1.00,9.44,1.00,none,9.77,none,9.40 traitorous,traitorous,0.47,Adjective,10,7,3,traitorous,10.94,0.94,10.94,0.94,none,none,none, traitors,traitors,2.25,Noun,8,6,2,traitor,none,none,9.44,1.00,none,9.77,none,9.40 traits,traits,1.14,Noun,6,5,1,trait,none,none,10.65,1.00,none,none,9.09, trajectories,trajectories,0.14,Noun,12,11,4,trajectory,none,none,11.94,0.89,none,none,none, trajectory,trajectory,1.84,Noun,10,9,4,trajectory,11.94,0.89,11.94,0.89,none,none,none, tram,tram,1.37,Noun,4,4,1,tram,10.53,0.83,10.53,0.83,none,none,10.87, tramline,tramline,0.02,Noun,8,7,2,tramline,14.71,0.70,14.71,0.70,none,none,none, tramp,tramp,8.29,Noun,5,5,1,tramp,8.42,1.00,8.42,1.00,none,none,9.53, tramped,tramped,0.08,Verb,7,6,1,tramp,none,none,8.42,1.00,none,none,9.53, tramping,tramping,0.22,Verb,8,7,2,tramp,none,none,8.42,1.00,none,none,9.53, trample,trample,0.80,Verb,7,7,2,trample,9.21,1.00,9.21,1.00,none,7.98,none,9.76 trampled,trampled,1.25,Verb,8,8,2,trample,none,none,9.21,1.00,none,7.98,none,9.76 tramples,tramples,0.02,Verb,8,8,2,trample,none,none,9.21,1.00,none,7.98,none,9.76 trampling,trampling,0.33,Verb,9,8,2,trample,none,none,9.21,1.00,none,7.98,none,9.76 trampoline,trampoline,0.67,Noun,10,9,3,trampoline,6.79,0.95,6.79,0.95,none,none,none, trampolines,trampolines,0.02,Noun,11,10,3,trampoline,none,none,6.79,0.95,none,none,none, tramps,tramps,1.47,Noun,6,6,1,tramp,none,none,8.42,1.00,none,none,9.53, trams,trams,0.14,Noun,5,5,1,tram,none,none,10.53,0.83,none,none,10.87, tramway,tramway,0.04,Noun,7,6,2,tramway,12.06,0.85,12.06,0.85,none,none,none, tramways,tramways,0.02,Noun,8,7,2,tramway,none,none,12.06,0.85,none,none,none, trance,trance,5.25,Noun,6,5,1,trance,9.95,1.00,9.95,1.00,none,9.51,9.61, trancelike,trancelike,0.04,Adjective,10,8,2,trancelike,13.05,1.00,13.05,1.00,none,none,none, trances,trances,0.18,Noun,7,7,2,trance,none,none,9.95,1.00,none,9.51,9.61, tranquil,tranquil,0.82,Adjective,8,8,2,tranquil,13.42,1.00,13.42,1.00,none,none,none,10.90 tranquilize,tranquillise,0.14,Verb,11,10,3,tranquilize,11.68,1.00,11.68,1.00,none,none,none, tranquilized,tranquillised,0.12,Verb,12,11,3,tranquilized,11.32,1.00,11.32,1.00,none,none,none, tranquilizer,tranquilliser,1.80,Noun,12,11,4,tranquilizer,11.58,1.00,11.58,1.00,none,none,none, tranquilizers,tranquillisers,0.88,Noun,13,12,4,tranquilizers,11.74,1.00,11.74,1.00,none,none,none, transact,transact,0.22,Verb,8,8,2,transact,11.75,0.84,11.75,0.84,none,none,none, transacted,transacted,0.18,Verb,10,10,3,transact,none,none,11.75,0.84,none,none,none, transaction,transaction,2.94,Noun,11,10,3,transaction,11.20,1.00,11.20,1.00,none,none,none, transactional,transactional,0.02,Adjective,13,12,4,transactional,15.25,0.89,15.25,0.89,none,none,none, transactions,transactions,1.10,Noun,12,11,3,transaction,none,none,11.20,1.00,none,none,none, transatlantic,transatlantic,0.63,Adjective,13,13,4,transatlantic,11.59,0.94,11.59,0.94,none,none,none, transaxle,transaxle,0.04,Noun,9,10,3,transaxle,14.07,0.74,14.07,0.74,none,none,none, transceiver,transceiver,0.96,Noun,11,8,3,transceiver,13.50,0.74,13.50,0.74,none,none,none, transceivers,transceivers,0.04,Noun,12,9,3,transceiver,none,none,13.50,0.74,none,none,none, transcend,transcend,0.47,Verb,9,8,2,transcend,13.95,1.00,13.95,1.00,none,none,none, transcended,transcended,0.18,Verb,11,10,3,transcend,none,none,13.95,1.00,none,none,none, transcendence,transcendence,0.10,Noun,13,11,3,transcendence,14.79,0.95,14.79,0.95,none,none,none, transcendent,transcendent,0.41,Adjective,12,11,3,transcendent,13.33,1.00,13.33,1.00,none,none,none, transcendental,transcendental,0.14,Adjective,14,13,4,transcendental,13.65,0.94,13.65,0.94,none,none,none, transcendentalism,transcendentalism,0.04,Noun,17,17,6,transcendentalism,13.93,0.79,13.93,0.79,none,none,none, transcendentalist,transcendentalist,0.02,Noun,17,16,5,transcendentalist,16.85,0.95,16.85,0.95,none,none,none, transcendentalists,transcendentalists,0.02,Noun,18,17,5,transcendentalist,none,none,16.85,0.95,none,none,none, transcending,transcending,0.08,Verb,12,10,3,transcend,none,none,13.95,1.00,none,none,none, transcends,transcends,0.45,Verb,10,9,2,transcend,none,none,13.95,1.00,none,none,none, transcontinental,transcontinental,0.31,Adjective,16,16,5,transcontinental,12.00,1.00,12.00,1.00,none,none,none, transcribe,transcribe,0.12,Verb,10,9,2,transcribe,13.21,1.00,13.21,1.00,none,none,none, transcriber,transcriber,0.06,Noun,11,10,3,transcriber,12.41,0.94,12.41,0.94,none,none,none, transcribing,transcribing,0.12,Verb,12,11,3,transcribe,none,none,13.21,1.00,none,none,none, transcript,transcript,13.82,Noun,10,10,2,transcript,13.53,1.00,13.53,1.00,none,none,none, transcription,transcription,0.65,Noun,13,12,3,transcription,12.47,1.00,12.47,1.00,none,none,none, transcriptions,transcriptions,0.04,Noun,14,13,3,transcription,none,none,12.47,1.00,none,none,none, transcripts,transcripts,1.53,Noun,11,11,2,transcript,none,none,13.53,1.00,none,none,none, transducer,transducer,0.20,Noun,10,9,3,transducer,14.13,0.79,14.13,0.79,none,none,none, transducers,transducers,0.04,Noun,11,10,3,transducer,none,none,14.13,0.79,none,none,none, transect,transect,0.08,Verb,8,8,2,transect,11.67,0.67,11.67,0.67,none,none,none, transected,transected,0.20,Verb,10,10,3,transect,none,none,11.67,0.67,none,none,none, transept,transept,0.02,Verb,8,8,2,transept,15.36,0.37,15.36,0.37,none,none,none, transfer,transfer,20.55,Noun,8,7,2,transfer,10.33,1.00,10.33,1.00,none,9.66,none,9.67 transferable,transferable,0.08,Adjective,12,11,4,transferable,10.06,1.00,10.06,1.00,none,none,none, transference,transference,0.86,Noun,12,10,3,transference,14.29,0.89,14.29,0.89,none,none,none, transferral,transferral,0.02,Noun,11,9,3,transferral,12.61,0.95,12.61,0.95,none,none,none, transferred,transferred,11.75,Verb,11,8,2,transfer,none,none,10.33,1.00,none,9.66,none,9.67 transferring,transferring,2.35,Verb,12,9,3,transfer,none,none,10.33,1.00,none,9.66,none,9.67 transfers,transfers,1.25,Noun,9,8,2,transfer,none,none,10.33,1.00,none,9.66,none,9.67 transfiguration,transfiguration,0.02,Noun,15,14,5,transfiguration,13.07,0.83,13.07,0.83,none,none,none, transform,transform,2.20,Verb,9,9,2,transform,8.17,1.00,8.17,1.00,10.06,none,none, transformation,transformation,1.98,Noun,14,12,4,transformation,11.21,1.00,11.21,1.00,none,none,none, transformational,transformational,0.02,Adjective,16,14,5,transformational,14.06,1.00,14.06,1.00,none,none,none, transformations,transformations,0.16,Noun,15,13,4,transformation,none,none,11.21,1.00,none,none,none, transformative,transformative,0.02,Adjective,14,13,4,transformative,14.50,0.95,14.50,0.95,none,none,none, transformed,transformed,1.98,Verb,11,10,2,transform,none,none,8.17,1.00,10.06,none,none, transformer,transformer,0.53,Noun,11,10,3,transformer,10.11,1.00,10.11,1.00,none,11.60,none, transformers,transformers,0.51,Noun,12,11,3,transformer,none,none,10.11,1.00,none,11.60,none, transforming,transforming,0.59,Verb,12,11,3,transform,none,none,8.17,1.00,10.06,none,none, transforms,transforms,0.41,Verb,10,10,2,transform,none,none,8.17,1.00,10.06,none,none, transfuse,transfuse,0.29,Verb,9,9,2,transfuse,12.72,0.95,12.72,0.95,none,none,none, transfusion,transfusion,1.53,Noun,11,11,3,transfusion,12.00,1.00,12.00,1.00,none,none,none, transfusions,transfusions,0.53,Noun,12,12,3,transfusion,none,none,12.00,1.00,none,none,none, transgender,transgender,0.08,Noun,11,10,3,transgender,14.68,1.00,14.68,1.00,none,none,none, transgendered,transgendered,0.06,Verb,13,11,3,transgendered,16.50,1.00,16.50,1.00,none,none,none, transgenic,transgenic,0.08,Adjective,10,10,3,transgenic,14.00,0.50,14.00,0.50,none,none,none, transgress,transgress,0.14,Verb,10,9,2,transgress,15.33,1.00,15.33,1.00,none,none,none, transgressed,transgressed,0.10,Verb,12,10,2,transgress,none,none,15.33,1.00,none,none,none, transgression,transgression,0.49,Noun,13,11,3,transgression,12.17,0.90,12.17,0.90,none,none,none, transgressions,transgressions,0.31,Noun,14,12,3,transgression,none,none,12.17,0.90,none,none,none, transgressor,transgressor,0.08,Noun,12,10,3,transgressor,12.61,0.95,12.61,0.95,none,none,none, transgressors,transgressors,0.10,Noun,13,11,3,transgressor,none,none,12.61,0.95,none,none,none, transience,transience,0.04,Noun,10,9,3,transience,14.47,0.79,14.47,0.79,none,none,none, transient,transient,1.02,Adjective,9,8,2,transient,14.30,1.00,14.30,1.00,none,none,none, transients,transients,0.25,Noun,10,10,3,transient,none,none,14.30,1.00,none,none,none, transistor,transistor,0.59,Noun,10,9,3,transistor,12.67,0.95,12.67,0.95,none,none,none, transistors,transistors,0.20,Noun,11,10,3,transistor,none,none,12.67,0.95,none,none,none, transit,transit,3.18,Noun,7,7,2,transit,11.20,1.00,11.20,1.00,none,10.62,none,10.90 transited,transited,0.06,Verb,9,9,3,transit,none,none,11.20,1.00,none,10.62,none,10.90 transiting,transiting,0.08,Verb,10,9,3,transit,none,none,11.20,1.00,none,10.62,none,10.90 transition,transition,3.12,Noun,10,9,3,transition,10.39,1.00,10.39,1.00,none,none,none, transitional,transitional,0.45,Adjective,12,11,4,transitional,12.21,0.95,12.21,0.95,none,none,none, transitions,transitions,0.20,Noun,11,10,3,transition,none,none,10.39,1.00,none,none,none, transitive,transitive,0.12,Adjective,10,9,3,transitive,12.00,0.79,12.00,0.79,none,none,none, transitory,transitory,0.24,Adjective,10,10,4,transitory,14.87,0.79,14.87,0.79,none,none,none, transits,transits,0.04,Noun,8,8,2,transit,none,none,11.20,1.00,none,10.62,none,10.90 translatable,translatable,0.02,Adjective,12,12,4,translatable,11.20,1.00,11.20,1.00,none,none,none, translate,translate,4.82,Verb,9,8,2,translate,10.00,1.00,10.00,1.00,10.13,none,none,10.32 translated,translated,2.49,Verb,10,10,3,translate,none,none,10.00,1.00,10.13,none,none,10.32 translates,translates,1.45,Verb,10,9,2,translate,none,none,10.00,1.00,10.13,none,none,10.32 translating,translating,1.31,Verb,11,10,3,translate,none,none,10.00,1.00,10.13,none,none,10.32 translation,translation,4.69,Noun,11,10,3,translation,9.74,1.00,9.74,1.00,none,10.92,none, translations,translations,0.43,Noun,12,11,3,translation,none,none,9.74,1.00,none,10.92,none, translator,translator,2.25,Noun,10,9,3,translator,9.06,0.94,9.06,0.94,none,none,none, translators,translators,0.25,Noun,11,10,3,translator,none,none,9.06,0.94,none,none,none, translucence,translucence,0.02,Noun,12,11,3,translucence,14.18,0.89,14.18,0.89,none,none,none, translucent,translucent,0.25,Adjective,11,11,3,translucent,11.95,1.00,11.95,1.00,none,none,none, transmigration,transmigration,0.08,Noun,14,13,4,transmigration,13.93,0.78,13.93,0.78,none,none,none, transmission,transmission,8.53,Noun,12,10,3,transmission,11.90,1.00,11.90,1.00,none,none,none, transmissions,transmissions,1.63,Noun,13,11,3,transmission,none,none,11.90,1.00,none,none,none, transmit,transmit,2.86,Verb,8,8,2,transmit,9.78,1.00,9.78,1.00,none,none,none,10.60 transmits,transmits,0.41,Verb,9,9,2,transmit,none,none,9.78,1.00,none,none,none,10.60 transmittable,transmittable,0.04,Adjective,13,12,4,transmittable,12.47,1.00,12.47,1.00,none,none,none, transmitted,transmitted,2.00,Verb,11,10,3,transmit,none,none,9.78,1.00,none,none,none,10.60 transmitter,transmitter,4.02,Noun,11,9,3,transmitter,11.89,1.00,11.89,1.00,none,none,none, transmitters,transmitters,0.71,Noun,12,10,3,transmitter,none,none,11.89,1.00,none,none,none, transmitting,transmitting,1.94,Verb,12,10,3,transmit,none,none,9.78,1.00,none,none,none,10.60 transmogrification,transmogrification,0.06,Noun,18,17,6,transmogrification,15.71,0.39,15.71,0.39,none,none,none, transmutation,transmutation,0.02,Noun,13,13,4,transmutation,15.81,0.84,15.81,0.84,none,none,none, transmutations,transmutations,0.04,Noun,14,14,4,transmutation,none,none,15.81,0.84,none,none,none, transmute,transmute,0.06,Verb,9,9,2,transmute,14.15,0.72,14.15,0.72,none,none,none, transmutes,transmutes,0.02,Verb,10,10,2,transmute,none,none,14.15,0.72,none,none,none, transnational,transnational,0.08,Adjective,13,12,4,transnational,15.11,0.90,15.11,0.90,none,none,none, transoceanic,transoceanic,0.04,Adjective,12,12,5,transoceanic,12.79,0.78,12.79,0.78,none,none,none, transom,transom,0.12,Noun,7,7,2,transom,13.43,0.39,13.43,0.39,none,none,none, transonic,transonic,Err:512,Err:512,9,9,3,transonic,16.25,0.42,16.25,0.42,none,none,none, transpacific,transpacific,0.04,Adjective,12,12,4,transpacific,13.00,0.79,13.00,0.79,none,none,none, transparencies,transparencies,0.04,Noun,14,13,4,transparency,none,none,11.00,1.00,none,none,none, transparency,transparency,0.10,Noun,12,12,4,transparency,11.00,1.00,11.00,1.00,none,none,none, transparent,transparent,1.80,Adjective,11,11,3,transparent,10.67,1.00,10.67,1.00,none,none,none, transpersonal,transpersonal,0.04,Adjective,13,12,4,transpersonal,13.06,0.94,13.06,0.94,none,none,none, transpire,transpire,0.10,Verb,9,8,3,transpire,11.82,0.94,11.82,0.94,none,none,none, transpired,transpired,0.41,Verb,10,9,3,transpire,none,none,11.82,0.94,none,none,none, transpires,transpires,0.08,Verb,10,9,3,transpire,none,none,11.82,0.94,none,none,none, transplant,transplant,5.10,Noun,10,10,2,transplant,10.35,1.00,10.35,1.00,none,none,none,10.80 transplantation,transplantation,0.16,Noun,15,14,4,transplantation,11.50,0.89,11.50,0.89,none,none,none, transplanted,transplanted,0.27,Verb,12,12,3,transplant,none,none,10.35,1.00,none,none,none,10.80 transplanting,transplanting,0.06,Verb,13,12,3,transplant,none,none,10.35,1.00,none,none,none,10.80 transplants,transplants,0.90,Noun,11,11,2,transplant,none,none,10.35,1.00,none,none,none,10.80 transponder,transponder,1.39,Noun,11,10,3,transponder,15.07,0.74,15.07,0.74,none,none,none, transponders,transponders,0.12,Noun,12,11,3,transponder,none,none,15.07,0.74,none,none,none, transport,transport,11.20,Noun,9,9,2,transport,10.38,1.00,10.38,1.00,none,none,none,8.70 transportable,transportable,0.04,Adjective,13,13,4,transportable,10.37,1.00,10.37,1.00,none,none,none, transportation,transportation,5.55,Noun,14,12,4,transportation,8.11,1.00,8.11,1.00,none,10.39,none, transported,transported,2.06,Verb,11,11,3,transport,none,none,10.38,1.00,none,none,none,8.70 transporter,transporter,1.61,Noun,11,10,3,transporter,10.72,0.95,10.72,0.95,none,none,none, transporters,transporters,0.24,Noun,12,11,3,transporter,none,none,10.72,0.95,none,none,none, transporting,transporting,1.47,Verb,12,11,3,transport,none,none,10.38,1.00,none,none,none,8.70 transports,transports,0.84,Noun,10,10,2,transport,none,none,10.38,1.00,none,none,none,8.70 transpose,transpose,0.08,Verb,9,8,2,transpose,14.10,0.95,14.10,0.95,none,none,none, transposed,transposed,0.12,Verb,10,9,2,transpose,none,none,14.10,0.95,none,none,none, transposition,transposition,0.10,Noun,13,12,4,transposition,14.00,0.95,14.00,0.95,none,none,none, transsexual,transsexual,0.53,Adjective,11,12,4,transsexual,13.67,1.00,13.67,1.00,none,none,none, transsexuals,transsexuals,0.08,Noun,12,13,4,transsexual,none,none,13.67,1.00,none,none,none, transshipment,transshipment,0.02,Noun,13,12,3,transshipment,14.55,0.61,14.55,0.61,none,none,none, transubstantiate,transubstantiate,0.04,Verb,16,15,5,transubstantiate,16.38,0.58,16.38,0.58,none,none,none, transubstantiation,transubstantiation,0.06,Noun,18,17,6,transubstantiation,14.56,0.50,14.56,0.50,none,none,none, transverse,transverse,0.29,Adjective,10,8,2,transverse,14.76,0.94,14.76,0.94,none,none,none, transvestite,transvestite,1.63,Noun,12,11,3,transvestite,13.94,0.95,13.94,0.95,none,none,none, transvestites,transvestites,0.45,Noun,13,12,3,transvestite,none,none,13.94,0.95,none,none,none, trap,trap,23.84,Noun,4,4,1,trap,6.44,1.00,6.44,1.00,none,6.01,5.93, trapdoor,trapdoor,0.41,Noun,8,7,2,trapdoor,9.16,1.00,9.16,1.00,none,none,none, trapdoors,trapdoors,0.02,Noun,9,8,2,trapdoor,none,none,9.16,1.00,none,none,none, trapeze,trapeze,1.35,Noun,7,6,2,trapeze,9.28,1.00,9.28,1.00,none,none,none,9.58 trapezes,trapezes,0.06,Noun,8,8,3,trapeze,none,none,9.28,1.00,none,none,none,9.58 trapezium,trapezium,0.02,Noun,9,9,4,trapezium,16.00,0.79,16.00,0.79,none,none,none, trapezoid,trapezoid,0.06,Noun,9,8,3,trapezoid,12.11,1.00,12.11,1.00,none,none,none, trapezoidal,trapezoidal,0.02,Adjective,11,10,4,trapezoidal,13.74,0.95,13.74,0.95,none,none,none, trapezoids,trapezoids,0.02,Noun,10,9,3,trapezoid,none,none,12.11,1.00,none,none,none, trapped,trapped,20.20,Verb,7,5,1,trap,none,none,6.44,1.00,none,6.01,5.93, trapper,trapper,1.65,Noun,7,5,2,trapper,9.11,1.00,9.11,1.00,none,none,none, trappers,trappers,0.29,Noun,8,6,2,trapper,none,none,9.11,1.00,none,none,none, trapping,trapping,0.71,Verb,8,6,2,trap,none,none,6.44,1.00,none,6.01,5.93, traps,traps,4.67,Noun,5,5,1,trap,none,none,6.44,1.00,none,6.01,5.93, trapshooting,trapshooting,Err:512,Err:512,12,9,3,trapshooting,13.64,0.58,13.64,0.58,none,none,none, trash,trash,22.47,Noun,5,4,1,trash,4.47,1.00,4.47,1.00,none,none,4.92, trashcan,trashcan,0.37,Noun,8,7,2,trashcan,4.50,0.95,4.50,0.95,none,none,none, trashcans,trashcans,0.04,Noun,9,8,2,trashcan,none,none,4.50,0.95,none,none,none, trashed,trashed,2.63,Verb,7,5,1,trash,none,none,4.47,1.00,none,none,4.92, trashes,trashes,0.06,Verb,7,6,2,trash,none,none,4.47,1.00,none,none,4.92, trashier,trashier,0.02,Adjective,8,6,3,trashy,none,none,7.89,1.00,none,none,none, trashing,trashing,0.67,Verb,8,6,2,trash,none,none,4.47,1.00,none,none,4.92, trashy,trashy,1.06,Adjective,6,5,2,trashy,7.89,1.00,7.89,1.00,none,none,none, trauma,trauma,17.04,Noun,6,5,2,trauma,9.72,1.00,9.72,1.00,none,10.87,none,10.04 traumas,traumas,0.73,Noun,7,6,2,trauma,none,none,9.72,1.00,none,10.87,none,10.04 traumatic,traumatic,2.71,Adjective,9,8,3,traumatic,10.53,1.00,10.53,1.00,none,none,none, traumatism,traumatism,0.08,Noun,10,10,4,traumatism,13.40,0.83,13.40,0.83,none,none,none, traumatize,traumatise,0.20,Verb,10,8,3,traumatize,11.74,1.00,11.74,1.00,none,none,none, traumatized,traumatised,1.16,Verb,11,9,3,traumatize,none,none,11.74,1.00,none,none,none, traumatizes,traumatises,0.02,Verb,11,10,4,traumatize,none,none,11.74,1.00,none,none,none, traumatizing,traumatising,0.16,Verb,12,10,4,traumatize,none,none,11.74,1.00,none,none,none, travail,travail,0.08,Noun,7,6,2,travail,14.91,0.61,14.91,0.61,none,none,none, travails,travails,0.02,Noun,8,7,2,travail,none,none,14.91,0.61,none,none,none, travel,travel,33.37,Verb,6,6,2,travel,5.90,1.00,5.90,1.00,6.93,none,none,6.40 traveled,travelled,6.73,Verb,8,7,2,travel,none,none,5.90,1.00,6.93,none,none,6.40 traveler,traveller,3.02,Noun,8,7,3,traveler,6.89,1.00,6.89,1.00,none,none,none, travelers,travellers,1.84,Noun,9,8,3,traveler,none,none,6.89,1.00,none,none,none, traveling,travelling,14.20,Verb,9,8,3,travel,none,none,5.90,1.00,6.93,none,none,6.40 travelled,travelled,1.90,Verb,9,7,2,travel,none,none,5.90,1.00,6.93,none,none,6.40 travelling,travelling,3.88,Verb,10,8,3,travel,none,none,5.90,1.00,6.93,none,none,6.40 travelogue,travelogue,0.04,Noun,10,8,3,travelogue,15.36,0.58,15.36,0.58,none,none,none, travelogues,travelogues,0.02,Noun,11,9,3,travelogue,none,none,15.36,0.58,none,none,none, travels,travels,5.65,Verb,7,7,2,travel,none,none,5.90,1.00,6.93,none,none,6.40 traverse,traverse,0.73,Verb,8,6,2,traverse,14.67,0.95,14.67,0.95,none,none,none,12.53 traverses,traverses,0.04,Verb,9,8,3,traverse,none,none,14.67,0.95,none,none,none,12.53 traversing,traversing,0.22,Verb,10,8,3,traverse,none,none,14.67,0.95,none,none,none,12.53 travertine,travertine,0.02,Adjective,10,9,3,travertine,11.75,0.22,11.75,0.22,none,none,none, travesties,travesties,0.02,Noun,10,9,3,travesty,none,none,12.11,1.00,none,none,none, travesty,travesty,0.90,Noun,8,8,3,travesty,12.11,1.00,12.11,1.00,none,none,none, travois,travois,0.06,Noun,7,7,3,travois,17.62,0.38,17.62,0.38,none,none,none, trawl,trawl,0.10,Verb,5,4,1,trawl,13.64,0.58,13.64,0.58,none,none,none, trawler,trawler,0.45,Noun,7,5,2,trawler,13.09,0.61,13.09,0.61,none,none,none, trawlers,trawlers,0.06,Noun,8,6,2,trawler,none,none,13.09,0.61,none,none,none, tray,tray,8.04,Noun,4,3,1,tray,6.05,1.00,6.05,1.00,none,5.75,6.51, trays,trays,1.53,Noun,5,4,1,tray,none,none,6.05,1.00,none,5.75,6.51, treacheries,treacheries,0.04,Noun,11,7,3,treachery,none,none,12.40,1.00,none,none,none, treacherous,treacherous,2.18,Adjective,11,7,3,treacherous,12.26,1.00,12.26,1.00,none,none,none, treachery,treachery,1.88,Noun,9,6,3,treachery,12.40,1.00,12.40,1.00,none,none,none, treacle,treacle,0.16,Noun,7,6,2,treacle,16.62,0.42,16.62,0.42,none,none,none, tread,tread,2.27,Verb,5,4,1,tread,8.75,1.00,8.75,1.00,none,7.20,10.32, treading,treading,0.55,Verb,8,6,2,tread,none,none,8.75,1.00,none,7.20,10.32, treadmill,treadmill,0.82,Noun,9,7,2,treadmill,11.15,1.00,11.15,1.00,none,none,none, treadmills,treadmills,0.06,Noun,10,8,2,treadmill,none,none,11.15,1.00,none,none,none, treads,treads,0.65,Verb,6,5,1,tread,none,none,8.75,1.00,none,7.20,10.32, treason,treason,5.08,Noun,7,6,2,treason,11.37,0.99,11.37,0.99,none,10.22,none,11.70 treasonable,treasonable,0.12,Adjective,11,10,4,treasonable,12.71,0.78,12.71,0.78,none,none,none, treasonous,treasonous,0.18,Adjective,10,8,3,treasonous,13.05,1.00,13.05,1.00,none,none,none, treasons,treasons,0.20,Noun,8,7,2,treason,none,none,11.37,0.99,none,10.22,none,11.70 treasure,treasure,19.06,Noun,8,5,2,treasure,6.06,1.00,6.06,1.00,6.23,none,none,5.93 treasured,treasured,0.59,Adjective,9,6,2,treasured,8.47,1.00,8.47,1.00,none,none,none, treasurer,treasurer,1.12,Noun,9,6,3,treasurer,9.89,1.00,9.89,1.00,none,none,none, treasurers,treasurers,0.02,Noun,10,7,3,treasurer,none,none,9.89,1.00,none,none,none, treasures,treasures,2.57,Noun,9,6,2,treasure,none,none,6.06,1.00,6.23,none,none,5.93 treasury,treasury,3.80,Noun,8,6,3,treasury,11.25,1.00,11.25,1.00,none,none,none, treat,treat,51.88,Verb,5,4,1,treat,4.61,1.00,4.61,1.00,6.84,none,4.16, treatable,treatable,0.57,Adjective,9,8,3,treatable,9.68,1.00,9.68,1.00,none,none,none, treated,treated,23.90,Verb,7,6,2,treat,none,none,4.61,1.00,6.84,none,4.16, treaties,treaties,0.82,Noun,8,6,2,treaty,none,none,9.84,1.00,none,10.54,none,8.87 treating,treating,11.86,Verb,8,6,2,treat,none,none,4.61,1.00,6.84,none,4.16, treatise,treatise,0.29,Noun,8,6,2,treatise,13.33,0.79,13.33,0.79,none,none,none, treatises,treatises,0.02,Noun,9,8,3,treatise,none,none,13.33,0.79,none,none,none, treatment,treatment,19.31,Noun,9,8,2,treatment,8.11,1.00,8.11,1.00,none,8.60,none,8.45 treatments,treatments,2.37,Noun,10,9,2,treatment,none,none,8.11,1.00,none,8.60,none,8.45 treats,treats,6.22,Verb,6,5,1,treat,none,none,4.61,1.00,6.84,none,4.16, treaty,treaty,4.69,Noun,6,5,2,treaty,9.84,1.00,9.84,1.00,none,10.54,none,8.87 treble,treble,0.18,Noun,6,6,2,treble,9.94,1.00,9.94,1.00,none,10.11,none, trebled,trebled,0.12,Verb,7,7,2,treble,none,none,9.94,1.00,none,10.11,none, trebuchet,trebuchet,0.20,Verb,9,8,3,trebuchet,15.45,0.58,15.45,0.58,none,none,none, tree,tree,65.00,Noun,4,3,1,tree,3.57,1.00,3.57,1.00,4.26,3.65,3.95, treed,treed,0.22,Verb,5,4,1,treed,12.43,0.57,12.43,0.57,none,none,none, treeless,treeless,0.04,Adjective,8,6,2,treeless,9.18,0.94,9.18,0.94,none,none,none, treelike,treelike,0.02,Adjective,8,6,2,treelike,8.59,0.94,8.59,0.94,none,none,none, trees,trees,30.69,Noun,5,4,1,tree,none,none,3.57,1.00,4.26,3.65,3.95, treetop,treetop,0.25,Noun,7,6,2,treetop,5.65,1.00,5.65,1.00,none,none,none, treetops,treetops,0.27,Noun,8,7,2,treetop,none,none,5.65,1.00,none,none,none, trek,trek,4.49,Name,4,4,1,trek,9.62,0.95,9.62,0.95,none,none,10.10, trekker,trekker,0.31,Noun,7,5,2,trekker,11.67,0.83,11.67,0.83,none,none,none, trekkers,trekkers,0.04,Noun,8,6,2,trekker,none,none,11.67,0.83,none,none,none, treks,treks,0.08,Noun,5,5,1,trek,none,none,9.62,0.95,none,none,10.10, trellis,trellis,0.27,Noun,7,6,2,trellis,11.17,0.67,11.17,0.67,none,none,none, trellises,trellises,0.02,Noun,9,8,3,trellis,none,none,11.17,0.67,none,none,none, tremble,tremble,2.24,Verb,7,7,2,tremble,8.89,1.00,8.89,1.00,none,none,none,9.13 trembled,trembled,0.41,Verb,8,8,2,tremble,none,none,8.89,1.00,none,none,none,9.13 trembler,trembler,0.10,Noun,8,8,3,trembler,13.00,0.94,13.00,0.94,none,none,none, trembles,trembles,0.27,Verb,8,8,2,tremble,none,none,8.89,1.00,none,none,none,9.13 trembling,trembling,2.67,Verb,9,9,3,tremble,none,none,8.89,1.00,none,none,none,9.13 tremendous,tremendous,8.45,Adjective,10,9,3,tremendous,10.63,1.00,10.63,1.00,none,none,none, tremolo,tremolo,0.04,Noun,7,7,3,tremolo,13.00,0.26,13.00,0.26,none,none,none, tremor,tremor,0.80,Noun,6,5,2,tremor,10.68,1.00,10.68,1.00,none,10.07,none,11.59 tremors,tremors,0.43,Noun,7,6,2,tremor,none,none,10.68,1.00,none,10.07,none,11.59 tremulous,tremulous,0.10,Adjective,9,9,3,tremulous,15.38,0.84,15.38,0.84,none,none,none, trench,trench,3.08,Noun,6,5,1,trench,10.21,1.00,10.21,1.00,none,10.47,9.16, trenchant,trenchant,0.04,Noun,9,8,2,trenchant,15.60,0.26,15.60,0.26,none,none,none, trenches,trenches,2.12,Noun,8,7,2,trench,none,none,10.21,1.00,none,10.47,9.16, trend,trend,2.08,Noun,5,5,1,trend,10.84,1.00,10.84,1.00,10.18,9.64,9.17, trendier,trendier,0.02,Adjective,8,7,2,trendy,none,none,10.83,1.00,none,none,none, trendiest,trendiest,0.04,Adjective,9,8,2,trendy,none,none,10.83,1.00,none,none,none, trendiness,trendiness,0.04,Noun,10,9,3,trendiness,12.11,1.00,12.11,1.00,none,none,none, trends,trends,0.71,Noun,6,6,1,trend,none,none,10.84,1.00,10.18,9.64,9.17, trendsetter,trendsetter,0.08,Noun,11,9,3,trendsetter,12.70,1.00,12.70,1.00,none,none,none, trendsetters,trendsetters,0.02,Noun,12,10,3,trendsetter,none,none,12.70,1.00,none,none,none, trendsetting,trendsetting,0.04,Verb,12,10,3,trendsetting,12.21,1.00,12.21,1.00,none,none,none, trendy,trendy,0.86,Adjective,6,6,2,trendy,10.83,1.00,10.83,1.00,none,none,none, trepan,trepan,0.02,Noun,6,6,2,trepan,17.57,0.39,17.57,0.39,none,none,none, trepanation,trepanation,0.04,Noun,11,10,4,trepanation,16.25,0.40,16.25,0.40,none,none,none, trephination,trephination,0.02,Noun,12,10,4,trephination,14.33,0.17,14.33,0.17,none,none,none, trepidation,trepidation,0.14,Noun,11,10,4,trepidation,14.88,0.89,14.88,0.89,none,none,none, trespass,trespass,1.43,Verb,8,7,2,trespass,9.16,1.00,9.16,1.00,none,none,none,10.04 trespassed,trespassed,0.31,Verb,10,8,2,trespass,none,none,9.16,1.00,none,none,none,10.04 trespasser,trespasser,0.12,Noun,10,8,3,trespasser,7.89,1.00,7.89,1.00,none,none,none, trespassers,trespassers,0.57,Noun,11,9,3,trespasser,none,none,7.89,1.00,none,none,none, trespasses,trespasses,0.86,Noun,10,9,3,trespass,none,none,9.16,1.00,none,none,none,10.04 trespassing,trespassing,3.04,Verb,11,9,3,trespass,none,none,9.16,1.00,none,none,none,10.04 tress,tress,0.12,Noun,5,4,1,tress,11.33,0.95,11.33,0.95,none,none,none, tresses,tresses,0.06,Noun,7,6,2,tresses,10.75,0.67,10.75,0.67,none,none,none, trestle,trestle,0.16,Noun,7,6,2,trestle,13.80,0.79,13.80,0.79,none,none,none, triad,triad,3.43,Noun,5,5,2,triad,12.19,0.84,12.19,0.84,none,none,none,12.11 triads,triads,0.96,Noun,6,6,2,triad,none,none,12.19,0.84,none,none,none,12.11 triage,triage,1.65,Noun,6,5,2,triage,14.38,0.89,14.38,0.89,none,none,none, trial,trial,49.37,Noun,5,5,2,trial,9.16,1.00,9.16,1.00,none,8.60,none,8.45 trials,trials,3.86,Noun,6,6,2,trial,none,none,9.16,1.00,none,8.60,none,8.45 triangle,triangle,4.27,Noun,8,8,3,triangle,4.90,1.00,4.90,1.00,none,none,none, triangles,triangles,0.41,Noun,9,9,3,triangle,none,none,4.90,1.00,none,none,none, triangular,triangular,0.24,Adjective,10,10,4,triangular,7.80,1.00,7.80,1.00,none,none,none, triangulate,triangulate,0.57,Verb,11,11,4,triangulate,12.88,0.89,12.88,0.89,none,none,none, triangulated,triangulated,0.22,Verb,12,13,5,triangulate,none,none,12.88,0.89,none,none,none, triangulating,triangulating,0.10,Verb,13,13,5,triangulate,none,none,12.88,0.89,none,none,none, triangulation,triangulation,0.35,Noun,13,13,5,triangulation,14.81,1.00,14.81,1.00,none,none,none, triathlon,triathlon,0.43,Noun,9,8,3,triathlon,13.06,0.95,13.06,0.95,none,none,none, triathlons,triathlons,0.02,Noun,10,9,3,triathlon,none,none,13.06,0.95,none,none,none, tribal,tribal,1.86,Adjective,6,6,2,tribal,8.63,1.00,8.63,1.00,none,none,none,10.13 tribe,tribe,6.37,Noun,5,4,1,tribe,8.17,1.00,8.17,1.00,none,8.00,7.63, tribes,tribes,1.94,Noun,6,5,1,tribe,none,none,8.17,1.00,none,8.00,7.63, tribesman,tribesman,0.06,Noun,9,8,2,tribesman,10.11,1.00,10.11,1.00,none,none,none, tribesmen,tribesmen,0.24,Noun,9,8,2,tribesman,none,none,10.11,1.00,none,none,none, tribeswoman,tribeswoman,0.02,Noun,11,10,3,tribeswoman,10.45,0.95,10.45,0.95,none,none,none, tribulation,tribulation,0.04,Noun,11,11,4,tribulation,14.95,1.00,14.95,1.00,none,none,none, tribulations,tribulations,0.37,Noun,12,12,4,tribulation,none,none,14.95,1.00,none,none,none, tribunal,tribunal,1.08,Noun,8,9,3,tribunal,13.59,0.94,13.59,0.94,none,none,none, tribunals,tribunals,0.12,Noun,9,10,3,tribunal,none,none,13.59,0.94,none,none,none, tribune,tribune,2.02,Noun,7,7,2,tribune,12.39,1.00,12.39,1.00,none,none,none, tributaries,tributaries,0.04,Noun,11,11,4,tributary,none,none,12.67,0.90,none,none,none, tributary,tributary,0.31,Noun,9,10,4,tributary,12.67,0.90,12.67,0.90,none,none,none, tribute,tribute,5.24,Noun,7,7,2,tribute,10.44,1.00,10.44,1.00,none,10.62,none,10.99 tributes,tributes,0.14,Noun,8,8,2,tribute,none,none,10.44,1.00,none,10.62,none,10.99 trice,trice,0.12,Noun,5,4,1,trice,12.50,0.74,12.50,0.74,none,none,none, triceps,triceps,0.25,Noun,7,7,2,triceps,11.33,1.00,11.33,1.00,none,none,none, triceratops,triceratops,0.04,Noun,11,11,4,triceratops,5.33,1.00,5.33,1.00,none,none,none, trichinosis,trichinosis,0.06,Noun,11,10,4,trichinosis,18.86,0.39,18.86,0.39,none,none,none, trick,trick,47.27,Noun,5,4,1,trick,6.05,1.00,6.05,1.00,5.89,5.98,5.79, tricked,tricked,4.92,Verb,7,5,1,trick,none,none,6.05,1.00,5.89,5.98,5.79, trickery,trickery,0.75,Noun,8,6,3,trickery,9.58,1.00,9.58,1.00,none,none,none, trickier,trickier,0.24,Adjective,8,6,3,tricky,none,none,5.53,1.00,none,none,none, trickiest,trickiest,0.14,Adjective,9,8,3,tricky,none,none,5.53,1.00,none,none,none, tricking,tricking,0.86,Verb,8,6,2,trick,none,none,6.05,1.00,5.89,5.98,5.79, trickle,trickle,0.31,Noun,7,6,2,trickle,8.22,1.00,8.22,1.00,none,none,none, trickled,trickled,0.12,Verb,8,7,2,trickle,none,none,8.22,1.00,none,none,none, trickles,trickles,0.04,Verb,8,7,2,trickle,none,none,8.22,1.00,none,none,none, trickling,trickling,0.29,Verb,9,7,2,trickle,none,none,8.22,1.00,none,none,none, tricks,tricks,19.00,Noun,6,5,1,trick,none,none,6.05,1.00,5.89,5.98,5.79, trickster,trickster,0.43,Noun,9,7,2,trickster,9.00,1.00,9.00,1.00,none,none,none, tricksters,tricksters,0.06,Noun,10,8,2,trickster,none,none,9.00,1.00,none,none,none, tricky,tricky,7.96,Adjective,6,5,2,tricky,5.53,1.00,5.53,1.00,none,none,none, tricolor,tricolour,0.02,Noun,8,7,3,tricolor,12.50,0.95,12.50,0.95,none,none,none, tricuspid,tricuspid,0.04,Adjective,9,9,3,tricuspid,15.50,0.74,15.50,0.74,none,none,none, tricycle,tricycle,0.53,Noun,8,8,3,tricycle,4.05,1.00,4.05,1.00,none,none,none, tricycles,tricycles,0.02,Noun,9,9,3,tricycle,none,none,4.05,1.00,none,none,none, trident,trident,0.47,Noun,7,7,2,trident,11.59,0.94,11.59,0.94,none,none,none, tried,tried,186.84,Verb,5,4,1,try,none,none,3.44,1.00,5.07,4.75,4.14, tries,tries,15.82,Verb,5,4,1,try,none,none,3.44,1.00,5.07,4.75,4.14, trifle,trifle,2.10,Noun,6,6,2,trifle,12.17,0.95,12.17,0.95,none,none,none,11.59 trifled,trifled,0.25,Verb,7,7,2,trifle,none,none,12.17,0.95,none,none,none,11.59 trifles,trifles,0.47,Noun,7,7,2,trifle,none,none,12.17,0.95,none,none,none,11.59 trifling,trifling,0.69,Adjective,8,7,2,trifling,12.05,1.00,12.05,1.00,none,none,none, trifocals,trifocals,Err:512,Err:512,9,9,3,trifocals,12.94,0.85,12.94,0.85,none,none,none, trig,trig,0.76,Noun,4,4,1,trig,13.94,0.84,13.94,0.84,none,none,none, trigger,trigger,16.88,Noun,7,5,2,trigger,8.33,1.00,8.33,1.00,none,none,none,8.79 triggered,triggered,2.47,Verb,9,6,2,trigger,none,none,8.33,1.00,none,none,none,8.79 triggering,triggering,0.61,Verb,10,7,3,trigger,none,none,8.33,1.00,none,none,none,8.79 triggerman,triggerman,0.24,Noun,10,9,3,triggerman,13.62,0.89,13.62,0.89,none,none,none, triggers,triggers,1.43,Verb,8,6,2,trigger,none,none,8.33,1.00,none,none,none,8.79 triglyceride,triglyceride,0.18,Noun,12,10,4,triglyceride,15.83,0.95,15.83,0.95,none,none,none, triglycerides,triglycerides,0.02,Noun,13,11,4,triglyceride,none,none,15.83,0.95,none,none,none, trigonometry,trigonometry,0.29,Noun,12,12,5,trigonometry,13.26,1.00,13.26,1.00,none,none,none, trilby,trilby,0.08,Noun,6,6,2,trilby,16.00,0.17,16.00,0.17,none,none,none, trilingual,trilingual,0.02,Adjective,10,11,4,trilingual,13.22,0.95,13.22,0.95,none,none,none, trill,trill,0.12,Name,5,4,1,trill,9.43,0.77,9.43,0.77,none,none,11.93, trillion,trillion,1.02,Noun,8,7,2,trillion,8.94,1.00,8.94,1.00,none,none,none, trillions,trillions,0.51,Noun,9,8,2,trillion,none,none,8.94,1.00,none,none,none, trillium,trillium,0.02,Noun,8,7,3,trillium,16.92,0.63,16.92,0.63,none,none,none, trills,trills,0.10,Verb,6,5,1,trill,none,none,9.43,0.77,none,none,11.93, trilogy,trilogy,0.63,Noun,7,7,3,trilogy,10.70,1.00,10.70,1.00,none,none,none, trim,trim,4.27,Verb,4,4,1,trim,6.95,1.00,6.95,1.00,none,7.35,7.79, trimester,trimester,0.84,Noun,9,8,3,trimester,12.12,0.94,12.12,0.94,none,none,none, trimesters,trimesters,0.08,Noun,10,9,3,trimester,none,none,12.12,0.94,none,none,none, trimeter,trimeter,Err:512,Err:512,8,8,3,trimeter,14.11,0.50,14.11,0.50,none,none,none, trimmed,trimmed,0.92,Verb,7,5,1,trim,none,none,6.95,1.00,none,7.35,7.79, trimmer,trimmer,0.29,Noun,7,5,2,trimmer,9.00,0.95,9.00,0.95,none,7.86,none, trimmers,trimmers,0.02,Noun,8,6,2,trimmer,none,none,9.00,0.95,none,7.86,none, trimming,trimming,0.65,Verb,8,6,2,trim,none,none,6.95,1.00,none,7.35,7.79, trims,trims,0.08,Verb,5,5,1,trim,none,none,6.95,1.00,none,7.35,7.79, trine,trine,0.08,Noun,5,4,1,trine,11.60,0.28,11.60,0.28,none,none,none, trinket,trinket,0.71,Noun,7,7,2,trinket,9.39,0.90,9.39,0.90,none,9.56,none,9.67 trinkets,trinkets,0.84,Noun,8,8,2,trinket,none,none,9.39,0.90,none,9.56,none,9.67 trinomial,trinomial,0.02,Adjective,9,9,4,trinomial,13.87,0.83,13.87,0.83,none,none,none, trio,trio,1.29,Noun,4,4,2,trio,8.39,1.00,8.39,1.00,none,8.71,none,8.62 triode,triode,0.02,Noun,6,5,2,triode,14.57,0.33,14.57,0.33,none,none,none, trios,trios,0.04,Noun,5,5,2,trio,none,none,8.39,1.00,none,8.71,none,8.62 trip,trip,82.39,Noun,4,4,1,trip,4.22,1.00,4.22,1.00,none,6.35,5.33, tripe,tripe,0.80,Noun,5,4,1,tripe,12.62,0.89,12.62,0.89,none,none,12.60, triple,triple,9.39,Adjective,6,6,2,triple,6.78,1.00,6.78,1.00,none,8.47,none,7.41 tripled,tripled,0.73,Verb,7,7,2,triple,none,none,6.78,1.00,none,8.47,none,7.41 triples,triples,0.43,Noun,7,7,2,triple,none,none,6.78,1.00,none,8.47,none,7.41 triplet,triplet,0.04,Noun,7,7,2,triplet,8.11,1.00,8.11,1.00,none,none,none, triplets,triplets,1.20,Noun,8,8,2,triplet,none,none,8.11,1.00,none,none,none, triplex,triplex,0.06,Verb,7,8,2,triplex,13.33,0.67,13.33,0.67,none,none,none, triplicate,triplicate,0.75,Noun,10,9,3,triplicate,14.38,0.84,14.38,0.84,none,none,none, triplicates,triplicates,0.02,Noun,11,10,3,triplicate,none,none,14.38,0.84,none,none,none, tripod,tripod,0.90,Noun,6,6,2,tripod,9.26,1.00,9.26,1.00,none,none,none,9.05 tripods,tripods,0.06,Noun,7,7,2,tripod,none,none,9.26,1.00,none,none,none,9.05 tripped,tripped,4.33,Verb,7,5,1,trip,none,none,4.22,1.00,none,6.35,5.33, tripping,tripping,3.80,Verb,8,6,2,trip,none,none,4.22,1.00,none,6.35,5.33, trips,trips,7.20,Noun,5,5,1,trip,none,none,4.22,1.00,none,6.35,5.33, triptych,triptych,0.04,Verb,8,7,2,triptych,12.70,0.56,12.70,0.56,none,none,none, triptychs,triptychs,0.02,Noun,9,8,2,triptych,none,none,12.70,0.56,none,none,none, tripwire,tripwire,0.08,Noun,8,7,3,tripwire,13.31,0.86,13.31,0.86,none,none,none, tripwires,tripwires,0.10,Noun,9,8,3,tripwire,none,none,13.31,0.86,none,none,none, trireme,trireme,Err:512,Err:512,7,6,2,trireme,11.67,0.14,11.67,0.14,none,none,none, triskaidekaphobia,triskaidekaphobia,0.02,Noun,17,14,7,triskaidekaphobia,17.14,0.37,17.14,0.37,none,none,none, trite,trite,0.78,Adjective,5,4,1,trite,13.00,0.72,13.00,0.72,none,none,12.70, tritium,tritium,0.06,Noun,7,7,3,tritium,16.00,0.28,16.00,0.28,none,none,none, triumph,triumph,4.65,Noun,7,6,2,triumph,10.16,1.00,10.16,1.00,none,9.07,none,8.79 triumphal,triumphal,0.08,Adjective,9,8,3,triumphal,12.17,0.95,12.17,0.95,none,none,none, triumphant,triumphant,1.37,Adjective,10,9,3,triumphant,8.89,1.00,8.89,1.00,none,none,none, triumphed,triumphed,0.29,Verb,9,7,2,triumph,none,none,10.16,1.00,none,9.07,none,8.79 triumphing,triumphing,0.06,Verb,10,8,3,triumph,none,none,10.16,1.00,none,9.07,none,8.79 triumphs,triumphs,0.75,Noun,8,7,2,triumph,none,none,10.16,1.00,none,9.07,none,8.79 triumvirate,triumvirate,0.61,Noun,11,9,4,triumvirate,16.46,0.65,16.46,0.65,none,none,none, triune,triune,0.02,Adjective,6,5,2,triune,16.57,0.39,16.57,0.39,none,none,none, trivet,trivet,0.08,Noun,6,6,2,trivet,12.85,0.68,12.85,0.68,none,none,none, trivets,trivets,0.02,Verb,7,7,2,trivet,none,none,12.85,0.68,none,none,none, trivia,trivia,0.88,Noun,6,6,3,trivia,8.37,1.00,8.37,1.00,none,none,none, trivial,trivial,1.82,Adjective,7,7,3,trivial,11.78,0.95,11.78,0.95,none,none,none, trivialities,trivialities,0.14,Noun,12,11,5,triviality,none,none,13.13,0.83,none,none,none, triviality,triviality,0.10,Noun,10,10,5,triviality,13.13,0.83,13.13,0.83,none,none,none, trivialize,trivialise,0.31,Verb,10,9,4,trivialize,13.00,1.00,13.00,1.00,none,none,none, trivialized,trivialised,0.14,Verb,11,10,4,trivialize,none,none,13.00,1.00,none,none,none, trivializes,trivialises,0.04,Verb,11,11,5,trivialize,none,none,13.00,1.00,none,none,none, trivializing,trivialising,0.08,Verb,12,11,5,trivialize,none,none,13.00,1.00,none,none,none, trochaic,trochaic,Err:512,Err:512,8,7,3,trochaic,14.60,0.26,14.60,0.26,none,none,none, trod,trod,0.45,Verb,4,4,1,tread,none,none,8.75,1.00,none,7.20,10.32, trodden,trodden,0.08,Verb,7,6,2,tread,none,none,8.75,1.00,none,7.20,10.32, troglodytic,troglodytic,0.02,Adjective,11,11,4,troglodytic,18.00,0.33,18.00,0.33,none,none,none, troll,troll,2.71,Noun,5,4,1,troll,5.72,1.00,5.72,1.00,none,none,7.08, trolled,trolled,0.06,Verb,7,5,1,troll,none,none,5.72,1.00,none,none,7.08, trolley,trolley,1.41,Noun,7,5,2,trolley,8.47,1.00,8.47,1.00,none,none,none,9.49 trolleys,trolleys,0.10,Noun,8,6,2,trolley,none,none,8.47,1.00,none,none,none,9.49 trolling,trolling,0.57,Verb,8,6,2,troll,none,none,5.72,1.00,none,none,7.08, trollop,trollop,0.33,Noun,7,6,2,trollop,14.83,0.69,14.83,0.69,none,none,none, trollops,trollops,0.06,Noun,8,7,2,trollop,none,none,14.83,0.69,none,none,none, trolls,trolls,1.37,Noun,6,5,1,troll,none,none,5.72,1.00,none,none,7.08, trombone,trombone,1.27,Noun,8,7,2,trombone,7.83,0.95,7.83,0.95,none,none,none,8.04 trombones,trombones,0.16,Noun,9,8,2,trombone,none,none,7.83,0.95,none,none,none,8.04 tromp,tromp,0.12,Verb,5,5,1,tromp,11.67,0.75,11.67,0.75,none,none,none, tromping,tromping,0.20,Verb,8,7,2,tromp,none,none,11.67,0.75,none,none,none, troop,troop,5.80,Noun,5,4,1,troop,8.35,1.00,8.35,1.00,none,8.09,7.72, trooper,trooper,4.43,Noun,7,5,2,trooper,11.32,1.00,11.32,1.00,none,none,none,9.05 troopers,troopers,1.69,Noun,8,6,2,trooper,none,none,11.32,1.00,none,none,none,9.05 trooping,trooping,0.06,Verb,8,6,2,troop,none,none,8.35,1.00,none,8.09,7.72, troops,troops,19.27,Noun,6,5,1,troops,7.84,1.00,7.84,1.00,none,none,none, troopship,troopship,0.02,Noun,9,7,2,troopship,11.56,0.89,11.56,0.89,none,none,none, trophies,trophies,2.29,Noun,8,6,2,trophy,none,none,5.55,1.00,none,7.37,none,6.00 trophy,trophy,7.55,Noun,6,5,2,trophy,5.55,1.00,5.55,1.00,none,7.37,none,6.00 tropic,tropic,0.71,Adjective,6,6,2,tropic,10.37,1.00,10.37,1.00,none,none,none,8.04 tropical,tropical,3.20,Adjective,8,8,3,tropical,9.05,1.00,9.05,1.00,none,none,none, tropics,tropics,0.78,Noun,7,7,2,tropics,10.47,1.00,10.47,1.00,none,none,none, trot,trot,1.80,Verb,4,4,1,trot,7.30,1.00,7.30,1.00,none,7.49,7.22, troth,troth,0.69,Noun,5,4,1,troth,14.25,0.67,14.25,0.67,none,none,none, troths,troths,0.04,Noun,6,5,1,troth,none,none,14.25,0.67,none,none,none, trots,trots,0.20,Verb,5,5,1,trot,none,none,7.30,1.00,none,7.49,7.22, trotted,trotted,0.16,Verb,7,6,2,trot,none,none,7.30,1.00,none,7.49,7.22, trotting,trotting,0.31,Verb,8,6,2,trot,none,none,7.30,1.00,none,7.49,7.22, troubadour,troubadour,0.75,Noun,10,8,3,troubadour,13.17,0.63,13.17,0.63,none,none,none, troubadours,troubadours,0.14,Noun,11,11,4,troubadour,none,none,13.17,0.63,none,none,none, trouble,trouble,223.55,Noun,7,6,2,trouble,4.56,1.00,4.56,1.00,5.86,6.50,none,5.02 troubled,troubled,6.78,Adjective,8,7,2,troubled,7.21,1.00,7.21,1.00,none,none,none, troublemaker,troublemaker,2.16,Noun,12,10,4,troublemaker,8.22,1.00,8.22,1.00,none,none,none, troublemakers,troublemakers,0.82,Noun,13,11,4,troublemaker,none,none,8.22,1.00,none,none,none, troubles,troubles,11.63,Noun,8,7,2,trouble,none,none,4.56,1.00,5.86,6.50,none,5.02 troubleshooter,troubleshooter,0.14,Noun,14,10,4,troubleshooter,13.00,1.00,13.00,1.00,none,none,none, troubleshooters,troubleshooters,0.02,Noun,15,11,4,troubleshooter,none,none,13.00,1.00,none,none,none, troublesome,troublesome,1.55,Adjective,11,9,3,troublesome,8.06,1.00,8.06,1.00,none,none,none, troubling,troubling,2.33,Verb,9,8,3,trouble,none,none,4.56,1.00,5.86,6.50,none,5.02 troublous,troublous,0.02,Adjective,9,8,3,troublous,12.85,0.72,12.85,0.72,none,none,none, trough,trough,1.41,Noun,6,4,1,trough,8.41,0.94,8.41,0.94,none,none,10.95, troughs,troughs,0.06,Noun,7,5,1,trough,none,none,8.41,0.94,none,none,10.95, trounce,trounce,0.06,Verb,7,5,1,trounce,11.47,0.79,11.47,0.79,none,none,12.30, trounced,trounced,0.08,Verb,8,6,1,trounce,none,none,11.47,0.79,none,none,12.30, troupe,troupe,1.76,Noun,6,4,1,troupe,13.25,0.84,13.25,0.84,none,none,11.78, trouper,trouper,0.59,Noun,7,5,2,trouper,9.54,0.68,9.54,0.68,none,none,none,11.39 troupers,troupers,0.04,Noun,8,6,2,trouper,none,none,9.54,0.68,none,none,none,11.39 troupes,troupes,0.04,Noun,7,5,1,troupe,none,none,13.25,0.84,none,none,11.78, trouser,trouser,0.39,Noun,7,5,2,trouser,7.22,1.00,7.22,1.00,none,4.81,none, trousers,trousers,5.16,Noun,8,6,2,trousers,7.89,1.00,7.89,1.00,none,none,none,9.85 trousseau,trousseau,0.39,Noun,9,6,3,trousseau,15.11,0.43,15.11,0.43,none,none,none, trout,trout,4.02,Noun,5,4,1,trout,8.56,1.00,8.56,1.00,none,7.86,7.63, trove,trove,0.33,Noun,5,4,1,trove,14.45,0.58,14.45,0.58,none,none,none, trow,trow,0.04,Noun,4,3,1,trow,12.67,0.43,12.67,0.43,none,none,none, trowel,trowel,0.27,Noun,6,6,2,trowel,12.18,0.94,12.18,0.94,none,none,none, trowels,trowels,0.02,Noun,7,6,2,trowel,none,none,12.18,0.94,none,none,none, truancy,truancy,0.33,Noun,7,7,3,truancy,13.67,0.95,13.67,0.95,none,none,none, truant,truant,0.35,Adjective,6,6,2,truant,12.00,0.84,12.00,0.84,none,none,none, truants,truants,0.02,Noun,7,7,2,truant,none,none,12.00,0.84,none,none,none, truce,truce,4.31,Noun,5,4,1,truce,8.80,1.00,8.80,1.00,none,none,9.17, truck,truck,72.86,Noun,5,4,1,truck,3.79,1.00,3.79,1.00,none,5.35,4.21, trucked,trucked,0.08,Verb,7,5,1,truck,none,none,3.79,1.00,none,5.35,4.21, trucker,trucker,1.20,Noun,7,5,2,trucker,7.21,1.00,7.21,1.00,none,none,none, truckers,truckers,0.78,Noun,8,6,2,trucker,none,none,7.21,1.00,none,none,none, truckle,truckle,0.02,Noun,7,6,2,truckle,14.00,0.58,14.00,0.58,none,none,none, truckload,truckload,1.00,Noun,9,7,2,truckload,7.95,1.00,7.95,1.00,none,none,none, truckloads,truckloads,0.12,Noun,10,8,2,truckload,none,none,7.95,1.00,none,none,none, trucks,trucks,9.86,Noun,6,5,1,truck,none,none,3.79,1.00,none,5.35,4.21, truculent,truculent,0.08,Adjective,9,10,3,truculent,14.36,0.61,14.36,0.61,none,none,none, trudge,trudge,0.24,Verb,6,4,1,trudge,12.69,0.84,12.69,0.84,none,none,11.12, trudged,trudged,0.02,Verb,7,5,1,trudge,none,none,12.69,0.84,none,none,11.12, trudging,trudging,0.37,Verb,8,6,2,trudge,none,none,12.69,0.84,none,none,11.12, true,true,253.35,Adjective,4,3,1,true,4.64,1.00,4.64,1.00,none,none,none, truehearted,truehearted,0.02,Verb,11,9,3,truehearted,10.82,0.94,10.82,0.94,none,none,none, truer,truer,0.51,Adjective,5,4,2,true,none,none,4.64,1.00,none,none,none, truest,truest,0.43,Adjective,6,6,2,true,none,none,4.64,1.00,none,none,none, truffle,truffle,0.45,Noun,7,6,2,truffle,13.62,1.00,13.62,1.00,none,none,none, truffles,truffles,0.78,Noun,8,7,2,truffle,none,none,13.62,1.00,none,none,none, truism,truism,0.04,Noun,6,7,3,truism,13.50,0.89,13.50,0.89,none,none,none, trump,trump,2.25,Noun,5,5,1,trump,11.23,0.95,11.23,0.95,none,none,10.72, trumped,trumped,0.29,Verb,7,6,1,trump,none,none,11.23,0.95,none,none,10.72, trumpery,trumpery,Err:512,Err:512,8,8,3,trumpery,19.00,0.16,19.00,0.16,none,none,none, trumpet,trumpet,4.12,Noun,7,7,2,trumpet,6.28,1.00,6.28,1.00,none,none,none,7.11 trumpeted,trumpeted,0.06,Verb,9,9,3,trumpet,none,none,6.28,1.00,none,none,none,7.11 trumpets,trumpets,0.84,Noun,8,8,2,trumpet,none,none,6.28,1.00,none,none,none,7.11 trumping,trumping,0.12,Verb,8,7,2,trump,none,none,11.23,0.95,none,none,10.72, trumps,trumps,0.55,Verb,6,6,1,trump,none,none,11.23,0.95,none,none,10.72, truncheon,truncheon,0.27,Noun,9,7,2,truncheon,15.11,0.47,15.11,0.47,none,none,none, truncheons,truncheons,0.04,Noun,10,8,2,truncheon,none,none,15.11,0.47,none,none,none, trundle,trundle,0.24,Verb,7,7,2,trundle,11.33,0.79,11.33,0.79,none,none,none, trundling,trundling,0.08,Verb,9,9,3,trundle,none,none,11.33,0.79,none,none,none, trunk,trunk,19.80,Noun,5,5,1,trunk,8.30,1.00,8.30,1.00,none,6.62,6.06, trunks,trunks,2.51,Noun,6,6,1,trunk,none,none,8.30,1.00,none,6.62,6.06, truss,truss,0.33,Noun,5,4,1,truss,13.40,0.83,13.40,0.83,none,none,none, trussed,trussed,0.27,Verb,7,5,1,truss,none,none,13.40,0.83,none,none,none, trusses,trusses,0.16,Noun,7,6,2,truss,none,none,13.40,0.83,none,none,none, trust,trust,178.18,Verb,5,5,1,trust,6.55,1.00,6.55,1.00,7.51,6.77,6.40, trustable,trustable,0.02,Adjective,9,9,3,trustable,8.06,0.84,8.06,0.84,none,none,none, trusted,trusted,16.78,Verb,7,7,2,trust,none,none,6.55,1.00,7.51,6.77,6.40, trustee,trustee,0.82,Noun,7,6,2,trustee,12.79,1.00,12.79,1.00,none,13.64,none, trustees,trustees,1.31,Noun,8,7,2,trustee,none,none,12.79,1.00,none,13.64,none, trusteeship,trusteeship,0.02,Noun,11,9,3,trusteeship,16.29,0.81,16.29,0.81,none,none,none, trustful,trustful,0.10,Adjective,8,8,2,trustful,9.00,0.95,9.00,0.95,none,none,none, trusting,trusting,5.76,Verb,8,7,2,trust,none,none,6.55,1.00,7.51,6.77,6.40, trusts,trusts,3.71,Verb,6,6,1,trust,none,none,6.55,1.00,7.51,6.77,6.40, trustworthiness,trustworthiness,0.00,Err:512,15,12,4,trustworthiness,10.05,1.00,10.05,1.00,10.13,none,none, trustworthy,trustworthy,1.84,Adjective,11,9,3,trustworthy,8.05,1.00,8.05,1.00,9.93,none,none, trusty,trusty,1.41,Adjective,6,6,2,trusty,6.24,0.94,6.24,0.94,none,none,none, truth,truth,192.18,Noun,5,4,1,truth,4.42,1.00,4.42,1.00,5.86,none,none, truthful,truthful,2.14,Adjective,8,7,2,truthful,6.28,1.00,6.28,1.00,6.43,none,none, truthfulness,truthfulness,0.18,Noun,12,10,3,truthfulness,7.50,1.00,7.50,1.00,7.51,none,none, truths,truths,1.59,Noun,6,5,1,truth,none,none,4.42,1.00,5.86,none,none, try,try,476.75,Verb,3,3,1,try,3.44,1.00,3.44,1.00,5.07,4.75,4.14, trying,trying,448.02,Verb,6,5,2,try,none,none,3.44,1.00,5.07,4.75,4.14, tryout,tryout,0.86,Noun,6,5,2,tryout,9.05,1.00,9.05,1.00,none,none,none, tryouts,tryouts,1.27,Noun,7,6,2,tryout,none,none,9.05,1.00,none,none,none, tryptophan,tryptophan,0.08,Noun,10,9,3,tryptophan,16.67,0.63,16.67,0.63,none,none,none, tryst,tryst,0.39,Noun,5,5,1,tryst,17.50,0.53,17.50,0.53,none,none,none, trysts,trysts,0.06,Noun,6,6,1,tryst,none,none,17.50,0.53,none,none,none, tsar,tsar,0.37,Noun,4,3,1,tsar,12.14,0.74,12.14,0.74,none,none,none, tsars,tsars,0.06,Noun,5,4,1,tsar,none,none,12.14,0.74,none,none,none, tsetse,tsetse,0.27,Verb,6,6,2,tsetse,11.00,0.50,11.00,0.50,none,none,none, tsunami,tsunami,0.53,Noun,7,7,3,tsunami,13.00,1.00,13.00,1.00,none,none,none, tsunamis,tsunamis,0.08,Noun,8,8,3,tsunami,none,none,13.00,1.00,none,none,none, tub,tub,12.69,Noun,3,3,1,tub,3.95,1.00,3.95,1.00,none,none,3.69, tuba,tuba,1.20,Noun,4,4,2,tuba,7.00,1.00,7.00,1.00,none,none,none,8.20 tubas,tubas,0.04,Noun,5,5,2,tuba,none,none,7.00,1.00,none,none,none,8.20 tubby,tubby,0.61,Adjective,5,4,2,tubby,10.12,0.89,10.12,0.89,none,none,none, tube,tube,16.43,Noun,4,3,1,tube,5.50,1.00,5.50,1.00,none,6.79,6.87, tuber,tuber,0.06,Noun,5,4,2,tuber,10.47,0.89,10.47,0.89,none,none,none, tubercle,tubercle,0.02,Noun,8,9,3,tubercle,12.60,0.53,12.60,0.53,none,none,none, tubercular,tubercular,0.08,Adjective,10,12,4,tubercular,13.89,0.50,13.89,0.50,none,none,none, tuberculin,tuberculin,0.02,Noun,10,12,4,tuberculin,14.12,0.44,14.12,0.44,none,none,none, tuberculosis,tuberculosis,0.63,Noun,12,12,5,tuberculosis,12.11,1.00,12.11,1.00,none,none,none, tubers,tubers,0.02,Noun,6,5,2,tuber,none,none,10.47,0.89,none,none,none, tubes,tubes,6.61,Noun,5,4,1,tube,none,none,5.50,1.00,none,6.79,6.87, tubful,tubful,0.04,Noun,6,6,2,tubful,8.25,0.80,8.25,0.80,none,none,none, tubing,tubing,0.69,Noun,6,5,2,tubing,10.79,0.95,10.79,0.95,none,none,none, tubs,tubs,0.90,Noun,4,4,1,tub,none,none,3.95,1.00,none,none,3.69, tubular,tubular,0.27,Adjective,7,7,3,tubular,11.53,0.89,11.53,0.89,none,none,none, tuck,tuck,7.96,Verb,4,3,1,tuck,5.79,1.00,5.79,1.00,none,6.88,6.44, tucked,tucked,3.10,Verb,6,4,1,tuck,none,none,5.79,1.00,none,6.88,6.44, tucking,tucking,0.67,Verb,7,5,2,tuck,none,none,5.79,1.00,none,6.88,6.44, tucks,tucks,0.47,Noun,5,4,1,tuck,none,none,5.79,1.00,none,6.88,6.44, tuft,tuft,0.04,Noun,4,4,1,tuft,9.87,0.83,9.87,0.83,none,none,none, tufted,tufted,0.04,Adjective,6,6,2,tufted,13.35,0.85,13.35,0.85,none,none,none, tufts,tufts,0.16,Noun,5,5,1,tuft,none,none,9.87,0.83,none,none,none, tug,tug,2.75,Noun,3,3,1,tug,5.17,1.00,5.17,1.00,none,none,5.59, tugboat,tugboat,0.45,Noun,7,6,2,tugboat,6.17,0.95,6.17,0.95,none,none,none, tugboats,tugboats,0.04,Noun,8,7,2,tugboat,none,none,6.17,0.95,none,none,none, tugged,tugged,0.20,Verb,6,4,1,tug,none,none,5.17,1.00,none,none,5.59, tugging,tugging,0.41,Verb,7,5,2,tug,none,none,5.17,1.00,none,none,5.59, tugs,tugs,0.27,Verb,4,4,1,tug,none,none,5.17,1.00,none,none,5.59, tuition,tuition,4.04,Noun,7,7,3,tuition,10.84,1.00,10.84,1.00,none,none,none, tuitions,tuitions,0.06,Noun,8,7,3,tuition,none,none,10.84,1.00,none,none,none, tulip,tulip,0.78,Name,5,5,2,tulip,7.15,1.00,7.15,1.00,none,7.11,none,7.65 tulips,tulips,1.14,Noun,6,6,2,tulip,none,none,7.15,1.00,none,7.11,none,7.65 tulle,tulle,0.35,Noun,5,3,1,tulle,12.40,0.53,12.40,0.53,none,none,none, tumble,tumble,1.55,Verb,6,6,2,tumble,7.89,1.00,7.89,1.00,none,7.03,none,6.33 tumbled,tumbled,0.24,Verb,7,7,2,tumble,none,none,7.89,1.00,none,7.03,none,6.33 tumbler,tumbler,0.35,Noun,7,6,2,tumbler,10.45,1.00,10.45,1.00,none,8.90,none, tumblers,tumblers,0.24,Noun,8,7,2,tumbler,none,none,10.45,1.00,none,8.90,none, tumbles,tumbles,0.18,Verb,7,7,2,tumble,none,none,7.89,1.00,none,7.03,none,6.33 tumbleweed,tumbleweed,0.43,Noun,10,9,3,tumbleweed,7.95,1.00,7.95,1.00,none,none,none, tumbleweeds,tumbleweeds,0.10,Noun,11,10,3,tumbleweed,none,none,7.95,1.00,none,none,none, tumbling,tumbling,1.22,Verb,8,8,3,tumble,none,none,7.89,1.00,none,7.03,none,6.33 tumbrel,tumbrel,0.02,Noun,7,7,2,tumbrel,12.40,0.28,12.40,0.28,none,none,none, tumescence,tumescence,0.02,Noun,10,9,3,tumescence,18.00,0.33,18.00,0.33,none,none,none, tumescent,tumescent,0.06,Adjective,9,8,3,tumescent,13.30,0.53,13.30,0.53,none,none,none, tumid,tumid,Err:512,Err:512,5,5,2,tumid,15.67,0.30,15.67,0.30,none,none,none, tummies,tummies,0.22,Noun,7,5,2,tummy,none,none,3.72,1.00,none,none,none,4.05 tummy,tummy,3.47,Noun,5,4,2,tummy,3.72,1.00,3.72,1.00,none,none,none,4.05 tumor,tumour,5.16,Noun,5,4,2,tumor,10.32,1.00,10.32,1.00,none,none,none,10.22 tumors,tumours,1.08,Noun,6,5,2,tumor,none,none,10.32,1.00,none,none,none,10.22 tumult,tumult,0.08,Noun,6,6,2,tumult,12.39,0.95,12.39,0.95,none,none,none, tumultuous,tumultuous,0.22,Adjective,10,9,4,tumultuous,14.19,0.89,14.19,0.89,none,none,none, tumulus,tumulus,0.04,Noun,7,9,3,tumulus,16.20,0.26,16.20,0.26,none,none,none, tuna,tuna,8.00,Noun,4,4,2,tuna,5.73,1.00,5.73,1.00,none,none,none,5.43 tunas,tunas,0.02,Noun,5,5,2,tuna,none,none,5.73,1.00,none,none,none,5.43 tundra,tundra,0.27,Noun,6,6,2,tundra,12.06,1.00,12.06,1.00,none,none,none, tune,tune,15.61,Noun,4,3,1,tune,7.32,1.00,7.32,1.00,none,5.92,6.74, tuneable,tuneable,Err:512,Err:512,8,7,3,tuneable,13.00,0.85,13.00,0.85,none,none,none, tuned,tuned,3.57,Verb,5,4,1,tune,none,none,7.32,1.00,none,5.92,6.74, tuneless,tuneless,0.10,Adjective,8,6,2,tuneless,10.60,0.86,10.60,0.86,none,none,none, tuner,tuner,0.18,Noun,5,4,2,tuner,8.74,1.00,8.74,1.00,none,none,none, tuners,tuners,0.02,Noun,6,5,2,tuner,none,none,8.74,1.00,none,none,none, tunes,tunes,3.82,Noun,5,4,1,tune,none,none,7.32,1.00,none,5.92,6.74, tunesmith,tunesmith,0.02,Noun,9,7,2,tunesmith,11.60,0.48,11.60,0.48,none,none,none, tungsten,tungsten,0.16,Noun,8,7,2,tungsten,14.83,0.95,14.83,0.95,none,none,none, tunic,tunic,0.55,Noun,5,5,2,tunic,11.42,1.00,11.42,1.00,none,8.09,none,11.29 tunics,tunics,0.16,Noun,6,6,2,tunic,none,none,11.42,1.00,none,8.09,none,11.29 tuning,tuning,1.88,Verb,6,5,2,tune,none,none,7.32,1.00,none,5.92,6.74, tunnel,tunnel,17.88,Noun,6,5,2,tunnel,5.89,1.00,5.89,1.00,5.97,none,none,6.61 tunneled,tunnelled,0.10,Verb,8,6,2,tunnel,none,none,5.89,1.00,5.97,none,none,6.61 tunneling,tunnelling,0.22,Verb,9,7,3,tunnel,none,none,5.89,1.00,5.97,none,none,6.61 tunnels,tunnels,4.33,Noun,7,6,2,tunnel,none,none,5.89,1.00,5.97,none,none,6.61 tunny,tunny,0.22,Noun,5,4,2,tunny,12.50,0.21,12.50,0.21,none,none,none, turban,turban,1.29,Noun,6,5,2,turban,10.24,0.94,10.24,0.94,none,10.00,none,11.29 turbans,turbans,0.12,Noun,7,6,2,turban,none,none,10.24,0.94,none,10.00,none,11.29 turbid,turbid,0.04,Adjective,6,6,2,turbid,15.83,0.63,15.83,0.63,none,none,none, turbine,turbine,0.90,Noun,7,5,2,turbine,11.06,1.00,11.06,1.00,none,none,none,12.11 turbines,turbines,0.41,Noun,8,6,2,turbine,none,none,11.06,1.00,none,none,none,12.11 turbo,turbo,2.90,Noun,5,4,2,turbo,12.16,1.00,12.16,1.00,none,none,none, turbocharger,turbocharger,0.04,Noun,12,11,4,turbocharger,13.24,0.89,13.24,0.89,none,none,none, turbojet,turbojet,0.06,Noun,8,7,3,turbojet,10.63,0.95,10.63,0.95,none,none,none, turboprop,turboprop,0.02,Noun,9,8,3,turboprop,16.22,0.47,16.22,0.47,none,none,none, turbot,turbot,0.02,Noun,6,4,2,turbot,13.73,0.58,13.73,0.58,none,none,none, turbulence,turbulence,1.94,Noun,10,9,3,turbulence,11.47,1.00,11.47,1.00,none,none,none, turbulent,turbulent,0.65,Adjective,9,9,3,turbulent,12.79,0.95,12.79,0.95,none,none,none, turd,turd,2.76,Noun,4,4,1,turd,8.37,0.95,8.37,0.95,none,none,none, tureen,tureen,0.12,Noun,6,7,3,tureen,14.10,0.50,14.10,0.50,none,none,none, tureens,tureens,0.02,Noun,7,7,2,tureen,none,none,14.10,0.50,none,none,none, turf,turf,4.27,Noun,4,3,1,turf,10.95,1.00,10.95,1.00,none,9.64,9.24, turfs,turfs,0.08,Noun,5,4,1,turf,none,none,10.95,1.00,none,9.64,9.24, turgid,turgid,0.16,Adjective,6,5,2,turgid,16.00,0.56,16.00,0.56,none,none,none, turkey,turkey,22.61,Noun,6,4,2,turkey,3.95,1.00,3.95,1.00,10.32,none,none,4.00 turkeys,turkeys,1.29,Noun,7,5,2,turkey,none,none,3.95,1.00,10.32,none,none,4.00 turmeric,turmeric,0.04,Adjective,8,8,3,turmeric,15.00,0.72,15.00,0.72,none,none,none, turmoil,turmoil,1.24,Noun,7,5,2,turmoil,12.84,1.00,12.84,1.00,none,none,none,11.59 turn,turn,306.47,Verb,4,3,1,turn,4.11,1.00,4.11,1.00,5.37,4.82,4.99, turnabout,turnabout,0.20,Noun,9,7,3,turnabout,13.89,1.00,13.89,1.00,none,none,none, turnaround,turnaround,0.49,Noun,10,7,3,turnaround,10.58,1.00,10.58,1.00,none,none,none, turnarounds,turnarounds,0.06,Noun,11,8,3,turnaround,none,none,10.58,1.00,none,none,none, turncoat,turncoat,0.25,Noun,8,6,2,turncoat,12.00,0.89,12.00,0.89,none,none,none, turncoats,turncoats,0.04,Noun,9,7,2,turncoat,none,none,12.00,0.89,none,none,none, turndown,turndown,0.18,Noun,8,6,2,turndown,10.41,0.94,10.41,0.94,none,none,none, turndowns,turndowns,0.02,Noun,9,7,2,turndown,none,none,10.41,0.94,none,none,none, turned,turned,105.65,Verb,6,4,1,turn,none,none,4.11,1.00,5.37,4.82,4.99, turner,turner,11.25,Name,6,4,2,turner,9.57,0.95,9.57,0.95,none,10.19,none, turning,turning,40.41,Verb,7,5,2,turn,none,none,4.11,1.00,5.37,4.82,4.99, turnip,turnip,1.73,Noun,6,5,2,turnip,7.00,1.00,7.00,1.00,none,none,none,8.87 turnips,turnips,0.78,Noun,7,6,2,turnip,none,none,7.00,1.00,none,none,none,8.87 turnkey,turnkey,0.10,Noun,7,5,2,turnkey,14.29,0.74,14.29,0.74,none,none,none, turnoff,turnoff,0.71,Noun,7,5,2,turnoff,11.14,1.00,11.14,1.00,none,none,none, turnoffs,turnoffs,0.08,Noun,8,6,2,turnoff,none,none,11.14,1.00,none,none,none, turnout,turnout,1.65,Noun,7,5,2,turnout,10.95,1.00,10.95,1.00,none,none,none, turnouts,turnouts,0.02,Noun,8,6,2,turnout,none,none,10.95,1.00,none,none,none, turnover,turnover,0.59,Noun,8,6,3,turnover,10.35,1.00,10.35,1.00,none,none,none, turnovers,turnovers,0.16,Noun,9,7,3,turnover,none,none,10.35,1.00,none,none,none, turnpike,turnpike,0.92,Noun,8,6,2,turnpike,11.06,1.00,11.06,1.00,none,none,none, turns,turns,50.04,Verb,5,4,1,turn,none,none,4.11,1.00,5.37,4.82,4.99, turnstile,turnstile,0.37,Noun,9,7,2,turnstile,13.67,0.67,13.67,0.67,none,none,none, turntable,turntable,0.35,Noun,9,8,3,turntable,10.39,1.00,10.39,1.00,none,none,none, turntables,turntables,0.14,Noun,10,9,3,turntable,none,none,10.39,1.00,none,none,none, turpentine,turpentine,0.92,Noun,10,8,3,turpentine,10.00,1.00,10.00,1.00,none,none,none, turpitude,turpitude,0.25,Noun,9,7,3,turpitude,13.43,0.74,13.43,0.74,none,none,none, turquoise,turquoise,0.88,Noun,9,6,2,turquoise,7.68,1.00,7.68,1.00,9.05,none,none, turret,turret,0.88,Noun,6,4,2,turret,12.00,0.95,12.00,0.95,none,none,none, turreted,turreted,0.02,Adjective,8,6,3,turreted,12.90,0.56,12.90,0.56,none,none,none, turrets,turrets,0.43,Noun,7,5,2,turret,none,none,12.00,0.95,none,none,none, turtle,turtle,17.04,Noun,6,5,2,turtle,4.17,1.00,4.17,1.00,none,none,none,4.28 turtleback,turtleback,0.10,Noun,10,8,3,turtleback,9.92,0.72,9.92,0.72,none,none,none, turtledove,turtledove,0.33,Noun,10,8,3,turtledove,8.78,0.95,8.78,0.95,none,none,none, turtledoves,turtledoves,0.25,Noun,11,9,3,turtledove,none,none,8.78,0.95,none,none,none, turtlehead,turtlehead,0.04,Noun,10,8,3,turtlehead,10.13,0.79,10.13,0.79,none,none,none, turtleneck,turtleneck,0.82,Noun,10,8,3,turtleneck,6.79,1.00,6.79,1.00,none,none,none, turtlenecks,turtlenecks,0.16,Noun,11,9,3,turtleneck,none,none,6.79,1.00,none,none,none, turtles,turtles,3.00,Noun,7,6,2,turtle,none,none,4.17,1.00,none,none,none,4.28 tush,tush,1.29,1.29,4,3,1,tush,8.29,0.95,8.29,0.95,none,12.81,none, tusk,tusk,0.25,Noun,4,4,1,tusk,7.67,1.00,7.67,1.00,none,none,8.44, tusker,tusker,0.02,Noun,6,5,2,tusker,14.71,0.33,14.71,0.33,none,none,none, tusks,tusks,0.31,Noun,5,5,1,tusk,none,none,7.67,1.00,none,none,8.44, tussle,tussle,0.47,Noun,6,5,2,tussle,10.82,0.89,10.82,0.89,none,none,none, tussled,tussled,0.12,Verb,7,6,2,tussle,none,none,10.82,0.89,none,none,none, tussles,tussles,0.02,Noun,7,6,2,tussle,none,none,10.82,0.89,none,none,none, tut,tut,0.96,Interjection,3,3,1,tut,10.83,0.75,10.83,0.75,8.29,none,none, tutee,tutee,0.04,Noun,5,6,3,tutee,10.50,0.32,10.50,0.32,none,none,none, tutelage,tutelage,0.20,Noun,8,8,3,tutelage,14.22,0.62,14.22,0.62,none,none,none, tutelary,tutelary,0.02,Noun,8,9,4,tutelary,14.00,0.28,14.00,0.28,none,none,none, tutor,tutor,4.61,Noun,5,4,2,tutor,8.65,0.94,8.65,0.94,10.32,none,none,8.37 tutored,tutored,0.33,Verb,7,5,2,tutor,none,none,8.65,0.94,10.32,none,none,8.37 tutorial,tutorial,0.39,Noun,8,8,4,tutorial,9.95,1.00,9.95,1.00,none,none,none, tutorials,tutorials,0.10,Noun,9,9,4,tutorial,none,none,9.95,1.00,none,none,none, tutoring,tutoring,2.00,Adjective,8,6,3,tutoring,9.28,1.00,9.28,1.00,none,none,none, tutors,tutors,0.37,Noun,6,5,2,tutor,none,none,8.65,0.94,10.32,none,none,8.37 tutu,tutu,0.69,Noun,4,4,2,tutu,7.00,1.00,7.00,1.00,none,none,none,5.93 tutus,tutus,0.24,Noun,5,6,2,tutu,none,none,7.00,1.00,none,none,none,5.93 tux,tux,3.45,Noun,3,4,1,tux,9.78,1.00,9.78,1.00,none,none,none, tuxedo,tuxedo,3.10,Noun,6,7,3,tuxedo,8.26,1.00,8.26,1.00,none,none,none, tuxedoes,tuxedoes,0.04,Noun,8,8,3,tuxedo,none,none,8.26,1.00,none,none,none, tuxedos,tuxedos,0.65,Noun,7,8,3,tuxedo,none,none,8.26,1.00,none,none,none, tuxes,tuxes,0.14,Noun,5,4,1,tux,none,none,9.78,1.00,none,none,none, tv,tv,101.94,101.94,2,4,2,tv,3.47,1.00,3.47,1.00,9.50,none,none, twaddle,twaddle,0.14,Noun,7,6,2,twaddle,11.00,0.63,11.00,0.63,none,none,none, twain,twain,2.84,Noun,5,4,1,twain,11.82,0.85,11.82,0.85,none,none,none, twang,twang,0.16,Noun,5,4,1,twang,11.89,0.90,11.89,0.90,none,none,11.12, twat,twat,1.31,Noun,4,4,1,twat,15.44,0.89,15.44,0.89,none,none,none, twats,twats,0.06,Noun,5,5,1,twat,none,none,15.44,0.89,none,none,none, tweak,tweak,0.67,Verb,5,4,1,tweak,11.06,1.00,11.06,1.00,none,none,none, tweaked,tweaked,0.73,Verb,7,5,1,tweak,none,none,11.06,1.00,none,none,none, tweaking,tweaking,0.53,Verb,8,6,2,tweak,none,none,11.06,1.00,none,none,none, tweaks,tweaks,0.16,Noun,6,5,1,tweak,none,none,11.06,1.00,none,none,none, twee,twee,0.10,Adjective,4,3,1,twee,14.67,0.16,14.67,0.16,none,none,none, tweed,tweed,1.20,Noun,5,4,1,tweed,12.11,0.95,12.11,0.95,none,8.34,11.48, tweeds,tweeds,0.12,Noun,6,5,1,tweed,none,none,12.11,0.95,none,8.34,11.48, tweet,tweet,0.84,Verb,5,4,1,tweet,13.05,1.00,13.05,1.00,none,none,6.51, tweeting,tweeting,0.06,Adjective,8,6,2,tweeting,16.56,1.00,16.56,1.00,none,none,none, tweets,tweets,0.02,Noun,6,5,1,tweet,none,none,13.05,1.00,none,none,6.51, tweeze,tweeze,0.14,Verb,6,4,1,tweeze,9.06,0.95,9.06,0.95,none,none,none, tweezed,tweezed,0.10,Verb,7,5,1,tweeze,none,none,9.06,0.95,none,none,none, tweezer,tweezer,0.04,Noun,7,5,2,tweezer,9.89,1.00,9.89,1.00,none,none,none, tweezers,tweezers,1.02,Noun,8,6,2,tweezers,7.16,0.95,7.16,0.95,none,none,none, tweezes,tweezes,0.04,Verb,7,6,2,tweeze,none,none,9.06,0.95,none,none,none, twelfth,twelfth,0.90,Number,7,6,1,twelfth,7.11,1.00,7.11,1.00,none,6.62,5.86, twelfths,twelfths,0.02,Number,8,7,1,twelfth,none,none,7.11,1.00,none,6.62,5.86, twelve,twelve,18.82,Number,6,5,1,twelve,4.48,1.00,4.48,1.00,5.57,none,4.14, twelvemonth,twelvemonth,0.02,Noun,11,9,2,twelvemonth,10.70,0.53,10.70,0.53,none,none,none, twerp,twerp,1.51,Noun,5,5,1,twerp,8.00,0.89,8.00,0.89,none,none,9.31, twerps,twerps,0.27,Noun,6,6,1,twerp,none,none,8.00,0.89,none,none,9.31, twice,twice,62.57,Adverb,5,4,1,twice,5.89,1.00,5.89,1.00,none,5.33,4.80, twiddle,twiddle,0.29,Verb,7,6,2,twiddle,9.62,0.72,9.62,0.72,none,none,none, twiddling,twiddling,0.25,Verb,9,7,2,twiddle,none,none,9.62,0.72,none,none,none, twig,twig,1.35,Noun,4,4,1,twig,6.28,1.00,6.28,1.00,none,none,5.86, twigs,twigs,0.78,Noun,5,5,1,twig,none,none,6.28,1.00,none,none,5.86, twilight,twilight,3.06,Noun,8,6,2,twilight,10.00,1.00,10.00,1.00,none,8.18,none, twilights,twilights,0.04,Noun,9,7,2,twilight,none,none,10.00,1.00,none,8.18,none, twilit,twilit,0.04,Adjective,6,6,2,twilit,12.75,0.63,12.75,0.63,none,none,none, twill,twill,0.25,Noun,5,4,1,twill,10.83,0.67,10.83,0.67,none,none,none, twin,twin,10.43,Noun,4,4,1,twin,6.06,1.00,6.06,1.00,none,6.22,6.23, twine,twine,0.57,Noun,5,4,1,twine,9.38,0.92,9.38,0.92,none,none,9.74, twinge,twinge,0.51,Noun,6,5,1,twinge,11.82,0.89,11.82,0.89,none,none,11.34, twinkle,twinkle,3.08,Verb,7,7,2,twinkle,4.48,1.00,4.48,1.00,none,none,none,5.25 twinkles,twinkles,0.10,Noun,8,8,2,twinkle,none,none,4.48,1.00,none,none,none,5.25 twinkling,twinkling,0.55,Verb,9,9,3,twinkle,none,none,4.48,1.00,none,none,none,5.25 twinkly,twinkly,0.14,Adjective,7,8,3,twinkly,6.76,0.94,6.76,0.94,none,none,none, twinning,twinning,0.06,Verb,8,6,2,twin,none,none,6.06,1.00,none,6.22,6.23, twins,twins,15.10,Noun,5,5,1,twin,none,none,6.06,1.00,none,6.22,6.23, twirl,twirl,1.31,Verb,5,4,1,twirl,3.72,1.00,3.72,1.00,none,none,6.06, twirled,twirled,0.18,Verb,7,5,1,twirl,none,none,3.72,1.00,none,none,6.06, twirler,twirler,0.14,Noun,7,5,2,twirler,7.83,0.95,7.83,0.95,none,none,none, twirling,twirling,0.90,Verb,8,6,2,twirl,none,none,3.72,1.00,none,none,6.06, twirls,twirls,0.10,Verb,6,5,1,twirl,none,none,3.72,1.00,none,none,6.06, twist,twist,12.61,Noun,5,5,1,twist,6.46,1.00,6.46,1.00,6.20,none,5.77, twister,twister,1.55,Noun,7,6,2,twister,7.53,1.00,7.53,1.00,none,none,none,6.68 twisters,twisters,0.25,Noun,8,7,2,twister,none,none,7.53,1.00,none,none,none,6.68 twisting,twisting,2.18,Verb,8,7,2,twist,none,none,6.46,1.00,6.20,none,5.77, twists,twists,1.16,Noun,6,6,1,twist,none,none,6.46,1.00,6.20,none,5.77, twisty,twisty,0.24,Adjective,6,6,2,twisty,6.53,0.94,6.53,0.94,none,none,none, twit,twit,1.39,Noun,4,4,1,twit,12.00,0.95,12.00,0.95,none,none,10.95, twitch,twitch,2.14,Verb,6,4,1,twitch,8.84,1.00,8.84,1.00,none,none,8.87, twitched,twitched,0.12,Verb,8,5,1,twitch,none,none,8.84,1.00,none,none,8.87, twitches,twitches,0.33,Noun,8,6,2,twitch,none,none,8.84,1.00,none,none,8.87, twitching,twitching,1.08,Verb,9,6,2,twitch,none,none,8.84,1.00,none,none,8.87, twitchy,twitchy,0.59,Adjective,7,5,2,twitchy,9.44,1.00,9.44,1.00,none,none,none, twits,twits,0.37,Noun,5,5,1,twit,none,none,12.00,0.95,none,none,10.95, twitter,twitter,0.16,Verb,7,6,2,twitter,18.14,0.97,18.14,0.97,none,none,none, twittering,twittering,0.12,Verb,10,7,3,twitter,none,none,18.14,0.97,none,none,none, two,two,1066.35,Number,3,2,1,two,4.24,1.00,4.24,1.00,3.83,none,2.79, twofer,twofer,0.14,Noun,6,6,2,twofer,15.88,0.42,15.88,0.42,none,none,none, twos,twos,1.51,Number,4,3,1,two,none,none,4.24,1.00,3.83,none,2.79, twosome,twosome,0.45,Noun,7,5,2,twosome,11.79,1.00,11.79,1.00,none,none,none, twosomes,twosomes,0.02,Noun,8,6,2,twosome,none,none,11.79,1.00,none,none,none, tycoon,tycoon,1.02,Noun,6,5,2,tycoon,9.74,0.90,9.74,0.90,none,none,none,11.19 tycoons,tycoons,0.20,Noun,7,6,2,tycoon,none,none,9.74,0.90,none,none,none,11.19 tying,tying,3.10,Verb,5,4,2,tie,none,none,4.74,1.00,none,none,5.82, tyke,tyke,0.53,Noun,4,3,1,tyke,8.73,0.79,8.73,0.79,none,none,10.20, tykes,tykes,0.27,Noun,5,4,1,tyke,none,none,8.73,0.79,none,none,10.20, tympanic,tympanic,0.04,Adjective,8,8,3,tympanic,13.33,0.47,13.33,0.47,none,none,none, type,type,60.65,Noun,4,3,1,type,6.58,1.00,6.58,1.00,8.54,6.60,7.22, typecast,typecast,0.16,Verb,8,7,2,typecast,13.50,0.90,13.50,0.90,none,none,none, typed,typed,1.76,Verb,5,4,1,type,none,none,6.58,1.00,8.54,6.60,7.22, typeface,typeface,0.18,Noun,8,6,2,typeface,13.28,0.95,13.28,0.95,none,none,none, types,types,9.39,Noun,5,4,1,type,none,none,6.58,1.00,8.54,6.60,7.22, typeset,typeset,0.02,Noun,7,6,2,typeset,11.13,0.83,11.13,0.83,none,none,none, typesetter,typesetter,0.04,Noun,10,7,3,typesetter,12.36,0.78,12.36,0.78,none,none,none, typesetting,typesetting,0.04,Noun,11,8,3,typesetting,13.41,0.94,13.41,0.94,none,none,none, typewrite,typewrite,0.02,Noun,9,6,2,typewrite,11.50,1.00,11.50,1.00,none,none,none, typewriter,typewriter,3.16,Noun,10,7,3,typewriter,6.74,1.00,6.74,1.00,none,7.77,none, typewriters,typewriters,0.41,Noun,11,8,3,typewriter,none,none,6.74,1.00,none,7.77,none, typewrites,typewrites,0.02,Noun,10,7,2,typewrite,none,none,11.50,1.00,none,none,none, typewritten,typewritten,0.16,Adjective,11,8,3,typewritten,8.50,1.00,8.50,1.00,none,none,none, typhoid,typhoid,0.49,Noun,7,5,2,typhoid,13.64,0.78,13.64,0.78,none,none,none, typhoon,typhoon,1.47,Noun,7,5,2,typhoon,9.78,1.00,9.78,1.00,none,none,none,10.80 typhoons,typhoons,0.22,Noun,8,6,2,typhoon,none,none,9.78,1.00,none,none,none,10.80 typhus,typhus,0.51,Noun,6,5,2,typhus,13.11,0.51,13.11,0.51,none,none,none, typical,typical,12.59,Adjective,7,7,3,typical,8.62,1.00,8.62,1.00,none,none,none, typified,typified,0.06,Verb,8,7,3,typify,none,none,15.19,0.89,none,none,none, typifies,typifies,0.08,Verb,8,7,3,typify,none,none,15.19,0.89,none,none,none, typify,typify,0.06,Verb,6,6,3,typify,15.19,0.89,15.19,0.89,none,none,none, typist,typist,0.82,Noun,6,6,2,typist,8.56,1.00,8.56,1.00,9.63,none,none, typists,typists,0.04,Noun,7,7,2,typist,none,none,8.56,1.00,9.63,none,none, typo,typo,0.67,Noun,4,4,2,typo,10.68,1.00,10.68,1.00,none,none,none,10.04 typographical,typographical,0.08,Adjective,13,12,5,typographical,11.65,0.94,11.65,0.94,none,none,none, typos,typos,0.16,Noun,5,5,2,typo,none,none,10.68,1.00,none,none,none,10.04 tyrannical,tyrannical,0.29,Adjective,10,8,4,tyrannical,13.00,0.89,13.00,0.89,none,none,none, tyrannies,tyrannies,0.08,Noun,9,7,3,tyranny,none,none,12.12,0.94,none,none,none, tyrannosaur,tyrannosaur,0.04,Noun,11,9,4,tyrannosaur,6.42,1.00,6.42,1.00,none,none,none, tyrannosaurus,tyrannosaurus,0.39,Noun,13,11,5,tyrannosaurus,7.35,1.00,7.35,1.00,none,none,none, tyrannous,tyrannous,0.02,Adjective,9,7,3,tyrannous,13.00,0.83,13.00,0.83,none,none,none, tyranny,tyranny,1.61,Noun,7,6,3,tyranny,12.12,0.94,12.12,0.94,none,none,none, tyrant,tyrant,1.92,Noun,6,6,2,tyrant,11.25,0.89,11.25,0.89,none,9.71,none,11.19 tyrants,tyrants,0.53,Noun,7,7,2,tyrant,none,none,11.25,0.89,none,9.71,none,11.19 tyrosine,tyrosine,0.02,Verb,8,7,3,tyrosine,15.67,0.17,15.67,0.17,none,none,none, ubiquitous,ubiquitous,0.45,Adjective,10,10,4,ubiquitous,16.43,0.78,16.43,0.78,none,none,none, ubiquity,ubiquity,0.04,Noun,8,9,4,ubiquity,17.36,0.74,17.36,0.74,none,none,none, udder,udder,0.22,Noun,5,4,2,udder,7.29,0.89,7.29,0.89,none,none,none, udders,udders,0.35,Noun,6,5,2,udder,none,none,7.29,0.89,none,none,none, uglier,uglier,0.96,Adjective,6,5,3,ugly,none,none,4.17,1.00,5.69,none,none,4.91 ugliest,ugliest,1.59,Adjective,7,7,3,ugly,none,none,4.17,1.00,5.69,none,none,4.91 ugliness,ugliness,1.24,Noun,8,7,3,ugliness,6.33,1.00,6.33,1.00,none,none,none, ugly,ugly,42.16,Adjective,4,4,2,ugly,4.17,1.00,4.17,1.00,5.69,none,none,4.91 ukulele,ukulele,0.57,Noun,7,8,4,ukulele,10.76,0.94,10.76,0.94,none,none,none, ukuleles,ukuleles,0.12,Noun,8,9,3,ukulele,none,none,10.76,0.94,none,none,none, ulcer,ulcer,2.57,Noun,5,4,2,ulcer,12.68,1.00,12.68,1.00,none,10.19,none,11.29 ulcerate,ulcerate,Err:512,Err:512,8,6,3,ulcerate,15.83,0.63,15.83,0.63,none,none,none, ulcerated,ulcerated,0.10,Adjective,9,8,4,ulcerated,15.50,0.78,15.50,0.78,none,none,none, ulceration,ulceration,0.08,Noun,10,8,4,ulceration,14.81,0.80,14.81,0.80,none,none,none, ulcerative,ulcerative,0.04,Adjective,10,8,4,ulcerative,14.46,0.68,14.46,0.68,none,none,none, ulcers,ulcers,1.25,Noun,6,5,2,ulcer,none,none,12.68,1.00,none,10.19,none,11.29 ulna,ulna,0.35,Noun,4,4,2,ulna,13.92,0.72,13.92,0.72,none,none,none, ulnae,ulnae,0.02,Noun,5,4,2,ulna,none,none,13.92,0.72,none,none,none, ulster,ulster,0.10,Name,6,5,2,ulster,14.20,0.26,14.20,0.26,11.73,none,none, ulterior,ulterior,0.90,Adjective,8,7,4,ulterior,12.50,0.90,12.50,0.90,none,none,none, ultimate,ultimate,9.02,Adjective,8,7,3,ultimate,10.37,1.00,10.37,1.00,11.48,none,none, ultimately,ultimately,5.65,Adverb,10,9,4,ultimately,10.38,0.95,10.38,0.95,none,none,none, ultimatum,ultimatum,1.29,Noun,9,9,4,ultimatum,11.47,1.00,11.47,1.00,none,none,none, ultimatums,ultimatums,0.35,Noun,10,10,4,ultimatum,none,none,11.47,1.00,none,none,none, ultra,ultra,1.12,Adverb,5,5,2,ultra,9.27,1.00,9.27,1.00,none,none,none,9.05 ultrahigh,ultrahigh,0.02,Noun,9,7,3,ultrahigh,13.45,0.61,13.45,0.61,none,none,none, ultralow,ultralow,0.02,Noun,8,7,3,ultralow,11.29,0.78,11.29,0.78,none,none,none, ultramodern,ultramodern,0.02,Adjective,11,10,4,ultramodern,13.62,0.89,13.62,0.89,none,none,none, ultranationalist,ultranationalist,0.08,Noun,16,15,6,ultranationalist,15.60,0.79,15.60,0.79,none,none,none, ultrasonic,ultrasonic,0.24,Adjective,10,10,4,ultrasonic,14.74,0.95,14.74,0.95,none,none,none, ultrasound,ultrasound,2.45,Noun,10,9,3,ultrasound,12.15,1.00,12.15,1.00,none,none,none, ultrasounds,ultrasounds,0.08,Noun,11,10,3,ultrasound,none,none,12.15,1.00,none,none,none, ultraviolet,ultraviolet,0.63,Adjective,11,11,5,ultraviolet,10.67,1.00,10.67,1.00,none,none,none, umber,umber,0.27,Noun,5,4,2,umber,14.17,0.67,14.17,0.67,none,none,none, umbilical,umbilical,1.22,Adjective,9,9,4,umbilical,11.61,1.00,11.61,1.00,none,none,none, umbilicus,umbilicus,0.10,Noun,9,9,4,umbilicus,15.10,0.53,15.10,0.53,none,none,none, umbrage,umbrage,0.24,Noun,7,6,2,umbrage,13.90,0.56,13.90,0.56,none,none,none, umbrella,umbrella,7.49,Noun,8,7,3,umbrella,5.68,1.00,5.68,1.00,none,6.20,none, umbrellas,umbrellas,1.00,Noun,9,8,3,umbrella,none,none,5.68,1.00,none,6.20,none, umlaut,umlaut,0.12,Noun,6,5,2,umlaut,15.64,0.55,15.64,0.55,none,none,none, umlauts,umlauts,0.08,Verb,7,8,3,umlaut,none,none,15.64,0.55,none,none,none, ump,ump,0.35,Verb,3,3,1,ump,9.60,0.79,9.60,0.79,none,none,none, umpire,umpire,1.06,Noun,6,5,3,umpire,7.56,1.00,7.56,1.00,none,none,none, umpires,umpires,0.06,Noun,7,6,3,umpire,none,none,7.56,1.00,none,none,none, umps,umps,0.02,Verb,4,4,1,ump,none,none,9.60,0.79,none,none,none, unabashed,unabashed,0.08,Adjective,9,7,3,unabashed,14.25,0.89,14.25,0.89,none,none,none, unabated,unabated,0.18,Adjective,8,8,4,unabated,13.94,0.95,13.94,0.95,none,none,none, unable,unable,10.25,Adjective,6,6,3,unable,7.78,1.00,7.78,1.00,none,none,none, unabridged,unabridged,0.04,Adjective,10,8,3,unabridged,14.06,0.90,14.06,0.90,none,none,none, unacceptability,unacceptability,0.02,Noun,15,15,7,unacceptability,9.84,1.00,9.84,1.00,none,none,none, unacceptable,unacceptable,5.31,Adjective,12,12,5,unacceptable,9.94,1.00,9.94,1.00,none,none,none, unaccommodating,unaccommodating,0.04,Adjective,15,12,6,unaccommodating,12.42,1.00,12.42,1.00,none,none,none, unaccompanied,unaccompanied,0.27,Adjective,13,11,5,unaccompanied,11.42,1.00,11.42,1.00,none,none,none, unaccomplished,unaccomplished,0.02,Adjective,14,11,4,unaccomplished,11.17,0.95,11.17,0.95,none,none,none, unaccountable,unaccountable,0.06,Adjective,13,11,5,unaccountable,11.37,1.00,11.37,1.00,none,none,none, unaccounted,unaccounted,0.98,Adjective,11,9,4,unaccounted,10.21,1.00,10.21,1.00,none,none,none, unaccustomed,unaccustomed,0.20,Adjective,12,10,4,unaccustomed,11.00,1.00,11.00,1.00,none,none,none, unachievable,unachievable,0.04,Adjective,12,10,5,unachievable,11.94,1.00,11.94,1.00,none,none,none, unacknowledged,unacknowledged,0.08,Adjective,14,10,4,unacknowledged,13.33,1.00,13.33,1.00,none,none,none, unacquainted,unacquainted,0.08,Adjective,12,10,4,unacquainted,11.21,1.00,11.21,1.00,none,none,none, unadorned,unadorned,0.12,Adjective,9,8,3,unadorned,12.74,1.00,12.74,1.00,none,none,none, unadulterated,unadulterated,0.39,Adjective,13,12,6,unadulterated,14.95,0.95,14.95,0.95,none,none,none, unadvised,unadvised,0.04,Adjective,9,8,3,unadvised,12.00,1.00,12.00,1.00,none,none,none, unaesthetic,unaesthetic,0.02,Adjective,11,9,4,unaesthetic,13.47,0.95,13.47,0.95,none,none,none, unaffected,unaffected,0.43,Adjective,10,9,4,unaffected,10.95,1.00,10.95,1.00,none,none,none, unaffiliated,unaffiliated,0.04,Adjective,12,11,6,unaffiliated,13.72,0.95,13.72,0.95,none,none,none, unaffordable,unaffordable,0.04,Adjective,12,11,5,unaffordable,11.16,1.00,11.16,1.00,none,none,none, unafraid,unafraid,0.51,Verb,8,7,3,unafraid,9.06,1.00,9.06,1.00,none,none,none, unaided,unaided,0.08,Adjective,7,6,3,unaided,10.59,0.89,10.59,0.89,none,none,none, unalienable,unalienable,0.04,Adjective,11,11,6,unalienable,12.71,0.89,12.71,0.89,none,none,none, unalike,unalike,0.02,Adjective,7,6,3,unalike,9.58,0.95,9.58,0.95,none,none,none, unalloyed,unalloyed,0.02,Adjective,9,6,3,unalloyed,16.50,0.63,16.50,0.63,none,none,none, unalterable,unalterable,0.10,Adjective,11,10,5,unalterable,11.60,0.83,11.60,0.83,none,none,none, unaltered,unaltered,0.14,Adjective,9,7,3,unaltered,10.44,1.00,10.44,1.00,none,none,none, unambiguous,unambiguous,0.06,Adjective,11,12,5,unambiguous,15.11,1.00,15.11,1.00,none,none,none, unanchored,unanchored,0.02,Adjective,10,7,3,unanchored,10.94,0.89,10.94,0.89,none,none,none, unanimity,unanimity,0.04,Noun,9,10,5,unanimity,12.23,0.62,12.23,0.62,none,12.90,none, unanimous,unanimous,2.10,Adjective,9,9,4,unanimous,10.50,0.95,10.50,0.95,none,none,none, unannounced,unannounced,1.31,Adjective,11,8,3,unannounced,8.90,1.00,8.90,1.00,none,none,none, unanswerable,unanswerable,0.10,Adjective,12,10,5,unanswerable,9.21,0.95,9.21,0.95,none,none,none, unanswered,unanswered,0.98,Adjective,10,7,3,unanswered,7.94,0.95,7.94,0.95,none,none,none, unanticipated,unanticipated,0.10,Adjective,13,13,6,unanticipated,12.28,1.00,12.28,1.00,none,none,none, unapologetic,unapologetic,0.08,Adjective,12,12,6,unapologetic,10.32,1.00,10.32,1.00,none,none,none, unappealing,unappealing,0.31,Verb,11,8,4,unappealing,10.44,1.00,10.44,1.00,none,none,none, unappeased,unappeased,0.02,Adjective,10,7,3,unappeased,14.06,0.84,14.06,0.84,none,none,none, unappetizing,unappetizing,0.06,Adjective,12,10,5,unappetizing,10.67,0.95,10.67,0.95,none,none,none, unappreciated,unappreciated,0.47,Adjective,13,12,6,unappreciated,9.39,1.00,9.39,1.00,none,none,none, unappreciative,unappreciative,0.14,Adjective,14,12,6,unappreciative,9.16,1.00,9.16,1.00,none,none,none, unapproachable,unapproachable,0.29,Adjective,14,11,5,unapproachable,11.79,1.00,11.79,1.00,none,none,none, unapproved,unapproved,0.20,Adjective,10,8,3,unapproved,10.00,1.00,10.00,1.00,none,none,none, unapt,unapt,0.04,Verb,5,5,2,unapt,15.00,0.78,15.00,0.78,none,none,none, unarmed,unarmed,3.86,Adjective,7,6,2,unarmed,10.00,0.94,10.00,0.94,none,none,none, unashamed,unashamed,0.12,Adjective,9,7,3,unashamed,9.79,1.00,9.79,1.00,none,none,none, unasked,unasked,0.04,Adjective,7,6,2,unasked,10.18,0.89,10.18,0.89,none,none,none, unassailable,unassailable,0.08,Adjective,12,10,5,unassailable,14.62,0.68,14.62,0.68,none,none,none, unassigned,unassigned,0.10,Adjective,10,7,3,unassigned,10.39,1.00,10.39,1.00,none,none,none, unassisted,unassisted,0.22,Adjective,10,9,4,unassisted,8.89,1.00,8.89,1.00,none,none,none, unassuming,unassuming,0.33,Adjective,10,8,4,unassuming,11.00,1.00,11.00,1.00,none,none,none, unattached,unattached,0.55,Adjective,10,7,3,unattached,10.55,1.00,10.55,1.00,none,none,none, unattainable,unattainable,0.49,Adjective,12,10,5,unattainable,11.11,0.95,11.11,0.95,none,none,none, unattended,unattended,1.00,Adjective,10,9,4,unattended,9.80,1.00,9.80,1.00,none,none,none, unattractive,unattractive,1.80,Adjective,12,10,4,unattractive,8.21,1.00,8.21,1.00,none,none,none, unattributed,unattributed,0.02,Adjective,12,12,5,unattributed,13.07,0.83,13.07,0.83,none,none,none, unauthorized,unauthorised,2.31,Adjective,12,8,4,unauthorized,10.28,1.00,10.28,1.00,none,none,none, unavailability,unavailability,0.04,Noun,14,13,7,unavailability,9.72,1.00,9.72,1.00,none,none,none, unavailable,unavailable,2.06,Adjective,11,10,5,unavailable,9.55,1.00,9.55,1.00,none,none,none, unavailing,unavailing,0.06,Adjective,10,8,4,unavailing,13.39,0.95,13.39,0.95,none,none,none, unavoidable,unavoidable,1.20,Adjective,11,10,5,unavoidable,8.32,1.00,8.32,1.00,none,none,none, unaware,unaware,2.35,Adjective,7,6,3,unaware,9.92,1.00,9.92,1.00,none,none,none, unbaked,unbaked,0.02,Adjective,7,6,2,unbaked,9.11,1.00,9.11,1.00,none,none,none, unbalance,unbalance,0.12,Verb,9,8,3,unbalance,8.11,1.00,8.11,1.00,none,none,none, unbalanced,unbalanced,0.69,Adjective,10,9,3,unbalanced,10.63,1.00,10.63,1.00,none,none,none, unbarred,unbarred,0.02,Adjective,8,6,2,unbarred,13.31,0.89,13.31,0.89,none,none,none, unbearable,unbearable,2.53,Adjective,10,9,4,unbearable,10.20,1.00,10.20,1.00,none,none,none, unbeatable,unbeatable,0.78,Adjective,10,9,4,unbeatable,7.56,1.00,7.56,1.00,none,none,none, unbeaten,unbeaten,0.12,Adjective,8,7,3,unbeaten,9.89,1.00,9.89,1.00,none,none,none, unbeautiful,unbeautiful,0.04,Adjective,11,10,4,unbeautiful,9.06,0.89,9.06,0.89,none,none,none, unbecoming,unbecoming,0.63,Adjective,10,9,4,unbecoming,11.82,0.94,11.82,0.94,none,none,none, unbefitting,unbefitting,0.02,Noun,11,9,4,unbefitting,13.84,1.00,13.84,1.00,none,none,none, unbelief,unbelief,0.02,Noun,8,7,3,unbelief,9.75,0.80,9.75,0.80,none,9.66,none, unbelievable,unbelievable,29.41,Adjective,12,11,5,unbelievable,8.30,1.00,8.30,1.00,none,none,none, unbeliever,unbeliever,0.08,Verb,10,8,4,unbeliever,8.89,1.00,8.89,1.00,none,9.60,none, unbelievers,unbelievers,0.06,Verb,11,9,4,unbeliever,none,none,8.89,1.00,none,9.60,none, unbelieving,unbelieving,0.10,Adjective,11,9,4,unbelieving,10.94,0.94,10.94,0.94,none,none,none, unbend,unbend,0.04,Verb,6,6,2,unbend,8.22,1.00,8.22,1.00,none,none,none, unbending,unbending,0.06,Adjective,9,8,3,unbending,10.94,0.89,10.94,0.89,none,none,none, unbiased,unbiased,0.29,Adjective,8,7,3,unbiased,13.56,1.00,13.56,1.00,none,none,none, unbidden,unbidden,0.02,Noun,8,7,3,unbidden,13.50,0.89,13.50,0.89,none,none,none, unbilled,unbilled,0.02,Adjective,8,6,2,unbilled,12.36,0.78,12.36,0.78,none,none,none, unbind,unbind,0.14,Verb,6,6,2,unbind,11.59,0.94,11.59,0.94,none,none,none, unbleached,unbleached,0.04,Adjective,10,7,2,unbleached,11.94,1.00,11.94,1.00,none,none,none, unblemished,unblemished,0.22,Adjective,11,9,3,unblemished,12.10,0.95,12.10,0.95,none,none,none, unblended,unblended,0.02,Adjective,9,9,3,unblended,10.47,0.94,10.47,0.94,none,none,none, unblessed,unblessed,0.06,Adjective,9,7,2,unblessed,9.28,1.00,9.28,1.00,none,none,none, unblinking,unblinking,0.06,Adjective,10,9,3,unblinking,10.16,0.86,10.16,0.86,none,none,none, unblock,unblock,0.16,Noun,7,6,2,unblock,9.05,1.00,9.05,1.00,none,none,none, unblocked,unblocked,0.06,Adjective,9,7,2,unblocked,9.61,0.95,9.61,0.95,none,none,none, unbolt,unbolt,0.04,Verb,6,6,2,unbolt,9.82,0.94,9.82,0.94,none,none,none, unborn,unborn,2.27,Adjective,6,6,2,unborn,10.21,1.00,10.21,1.00,none,none,none, unbounded,unbounded,0.14,Adjective,9,8,3,unbounded,10.53,0.95,10.53,0.95,none,none,none, unbowed,unbowed,0.10,Adjective,7,5,2,unbowed,12.12,0.85,12.12,0.85,none,none,none, unbraid,unbraid,0.02,Verb,7,6,2,unbraid,9.11,1.00,9.11,1.00,none,none,none, unbreakable,unbreakable,0.69,Adjective,11,10,4,unbreakable,8.11,1.00,8.11,1.00,9.05,none,none, unbridgeable,unbridgeable,0.02,Adjective,12,10,4,unbridgeable,11.88,0.89,11.88,0.89,none,none,none, unbridled,unbridled,0.59,Adjective,9,9,3,unbridled,10.93,0.83,10.93,0.83,none,none,none, unbroken,unbroken,0.39,Adjective,8,8,3,unbroken,7.94,1.00,7.94,1.00,none,none,none, unbuckle,unbuckle,0.35,Verb,8,7,3,unbuckle,6.06,1.00,6.06,1.00,none,none,none, unbuckled,unbuckled,0.24,Adjective,9,8,3,unbuckled,5.63,1.00,5.63,1.00,none,none,none, unburden,unburden,0.22,Noun,8,7,3,unburden,12.95,0.95,12.95,0.95,none,none,none, unburdened,unburdened,0.10,Verb,10,8,3,unburden,none,none,12.95,0.95,none,none,none, unburied,unburied,0.02,Adjective,8,7,3,unburied,8.50,0.90,8.50,0.90,none,none,none, unburned,unburned,0.18,Adjective,8,6,2,unburned,8.28,1.00,8.28,1.00,none,none,none, unbury,unbury,0.02,Verb,6,6,3,unbury,9.65,0.85,9.65,0.85,none,none,none, unbutton,unbutton,0.75,Noun,8,7,3,unbutton,5.11,1.00,5.11,1.00,none,none,none, unbuttoned,unbuttoned,0.35,Verb,10,8,3,unbuttoned,5.17,1.00,5.17,1.00,none,none,none, unbuttoning,unbuttoning,0.18,Verb,11,9,4,unbutton,none,none,5.11,1.00,none,none,none, unbuttons,unbuttons,0.02,Noun,9,8,3,unbutton,none,none,5.11,1.00,none,none,none, uncalculated,uncalculated,0.02,Adjective,12,13,5,uncalculated,10.33,0.94,10.33,0.94,none,none,none, uncalled,uncalled,0.76,Adjective,8,6,2,uncalled,8.59,0.89,8.59,0.89,none,none,none, uncanny,uncanny,1.49,Adjective,7,6,3,uncanny,12.50,0.97,12.50,0.97,none,none,none, uncap,uncap,0.02,Verb,5,5,2,uncap,7.50,1.00,7.50,1.00,none,none,none, uncaring,uncaring,0.27,Adjective,8,7,3,uncaring,8.21,1.00,8.21,1.00,none,none,none, uncase,uncase,0.02,Noun,6,5,2,uncase,11.06,0.89,11.06,0.89,none,none,none, uncatchable,uncatchable,0.08,Adjective,11,9,4,uncatchable,7.74,1.00,7.74,1.00,none,none,none, uncaught,uncaught,0.04,Verb,8,5,2,uncaught,9.44,0.84,9.44,0.84,none,none,none, unceasing,unceasing,0.16,Adjective,9,7,3,unceasing,10.53,1.00,10.53,1.00,none,none,none, uncelebrated,uncelebrated,0.02,Adjective,12,12,5,uncelebrated,12.33,0.83,12.33,0.83,none,none,none, uncensored,uncensored,0.16,Adjective,10,8,3,uncensored,11.76,1.00,11.76,1.00,none,none,none, unceremonious,unceremonious,0.12,Adjective,13,12,6,unceremonious,14.74,1.00,14.74,1.00,none,none,none, uncertain,uncertain,2.37,Adjective,9,7,3,uncertain,8.37,1.00,8.37,1.00,none,none,none, uncertainties,uncertainties,0.12,Noun,13,10,4,uncertainty,none,none,12.25,1.00,none,10.28,none, uncertainty,uncertainty,1.35,Noun,11,9,4,uncertainty,12.25,1.00,12.25,1.00,none,10.28,none, unchain,unchain,0.18,Verb,7,5,2,unchain,7.50,1.00,7.50,1.00,none,none,none, unchained,unchained,0.12,Adjective,9,6,2,unchained,8.37,1.00,8.37,1.00,none,none,none, unchallenged,unchallenged,0.24,Adjective,12,9,3,unchallenged,10.50,1.00,10.50,1.00,none,none,none, unchallenging,unchallenging,0.02,Noun,13,10,4,unchallenging,10.79,1.00,10.79,1.00,none,none,none, unchangeable,unchangeable,0.14,Adjective,12,10,4,unchangeable,10.68,1.00,10.68,1.00,none,none,none, unchanged,unchanged,0.71,Adjective,9,7,2,unchanged,8.47,1.00,8.47,1.00,none,none,none, unchanging,unchanging,0.16,Adjective,10,8,3,unchanging,9.21,1.00,9.21,1.00,none,none,none, uncharacteristic,uncharacteristic,0.10,Adjective,16,14,6,uncharacteristic,11.16,1.00,11.16,1.00,none,none,none, uncharitable,uncharitable,0.06,Adjective,12,11,5,uncharitable,10.44,0.95,10.44,0.95,none,none,none, uncharted,uncharted,1.18,Adjective,9,8,3,uncharted,10.95,1.00,10.95,1.00,none,none,none, unchartered,unchartered,0.04,Adjective,11,8,3,unchartered,12.65,0.94,12.65,0.94,none,none,none, unchaste,unchaste,0.04,Noun,8,6,2,unchaste,13.80,0.83,13.80,0.83,none,none,none, uncheck,uncheck,0.04,Verb,7,5,2,uncheck,8.67,1.00,8.67,1.00,none,none,none, unchecked,unchecked,0.37,Adjective,9,6,2,unchecked,10.65,1.00,10.65,1.00,none,none,none, unchristian,unchristian,0.14,Adjective,11,9,3,unchristian,10.11,0.95,10.11,0.95,none,none,none, uncircumcised,uncircumcised,0.27,Adjective,13,12,4,uncircumcised,13.05,1.00,13.05,1.00,none,none,none, uncivil,uncivil,0.06,Adjective,7,7,3,uncivil,12.32,1.00,12.32,1.00,none,none,none, uncivilized,uncivilised,0.69,Adjective,11,10,4,uncivilized,10.78,1.00,10.78,1.00,none,none,none, unclaimed,unclaimed,0.37,Adjective,9,7,2,unclaimed,9.67,1.00,9.67,1.00,none,none,none, unclasp,unclasp,0.06,Verb,7,7,2,unclasp,10.00,0.95,10.00,0.95,none,none,none, unclassified,unclassified,0.06,Adjective,12,10,4,unclassified,11.80,0.95,11.80,0.95,none,none,none, uncle,uncle,124.06,Noun,5,5,2,uncle,4.47,1.00,4.47,1.00,none,4.05,none,4.80 unclean,unclean,1.27,Adjective,7,6,2,unclean,6.83,1.00,6.83,1.00,none,none,none, uncleanness,uncleanness,0.02,Noun,11,8,3,uncleanness,7.68,1.00,7.68,1.00,none,none,none, unclear,unclear,1.47,Adjective,7,6,2,unclear,8.21,1.00,8.21,1.00,none,none,none, unclench,unclench,0.18,Verb,8,7,2,unclench,10.94,0.95,10.94,0.95,none,none,none, uncles,uncles,2.16,Noun,6,6,2,uncle,none,none,4.47,1.00,none,4.05,none,4.80 unclick,unclick,0.02,Verb,7,6,2,unclick,10.05,1.00,10.05,1.00,none,none,none, unclip,unclip,0.02,Verb,6,6,2,unclip,9.74,1.00,9.74,1.00,none,none,none, uncloak,uncloak,0.02,Verb,7,6,2,uncloak,11.33,0.95,11.33,0.95,none,none,none, unclog,unclog,0.06,Verb,6,6,2,unclog,8.30,1.00,8.30,1.00,none,none,none, unclose,unclose,0.02,Verb,7,6,2,unclose,10.20,0.83,10.20,0.83,none,none,none, unclouded,unclouded,0.04,Adjective,9,8,3,unclouded,9.39,1.00,9.39,1.00,none,none,none, uncluttered,uncluttered,0.08,Adjective,11,8,3,uncluttered,9.89,1.00,9.89,1.00,none,none,none, uncoil,uncoil,0.04,Verb,6,5,2,uncoil,9.89,1.00,9.89,1.00,none,none,none, uncollected,uncollected,0.02,Adjective,11,10,4,uncollected,9.58,1.00,9.58,1.00,none,none,none, uncombed,uncombed,0.08,Adjective,8,8,3,uncombed,6.56,0.89,6.56,0.89,none,none,none, uncomfortable,uncomfortable,15.65,Adjective,13,12,5,uncomfortable,7.17,1.00,7.17,1.00,none,none,none, uncommitted,uncommitted,0.12,Adjective,11,9,4,uncommitted,12.22,1.00,12.22,1.00,none,none,none, uncommon,uncommon,2.16,Adjective,8,7,3,uncommon,8.95,1.00,8.95,1.00,none,none,none, uncommunicative,uncommunicative,0.10,Adjective,15,14,6,uncommunicative,12.16,1.00,12.16,1.00,none,none,none, uncomplaining,uncomplaining,0.02,Verb,13,11,4,uncomplaining,12.83,0.90,12.83,0.90,none,none,none, uncompleted,uncompleted,0.08,Adjective,11,11,4,uncompleted,8.79,1.00,8.79,1.00,none,none,none, uncomplicated,uncomplicated,0.61,Adjective,13,13,5,uncomplicated,11.65,1.00,11.65,1.00,none,none,none, uncomplimentary,uncomplimentary,0.02,Adjective,15,15,6,uncomplimentary,12.48,1.00,12.48,1.00,none,none,none, uncompounded,uncompounded,0.02,Adjective,12,11,4,uncompounded,13.83,1.00,13.83,1.00,none,none,none, uncomprehending,uncomprehending,0.02,Adjective,15,14,5,uncomprehending,12.61,1.00,12.61,1.00,none,none,none, uncompromised,uncompromised,0.04,Adjective,13,12,4,uncompromised,11.42,1.00,11.42,1.00,none,none,none, uncompromising,uncompromising,0.41,Adjective,14,13,5,uncompromising,12.59,0.94,12.59,0.94,none,none,none, unconcern,unconcern,0.00,Err:512,9,8,3,unconcern,9.41,1.00,9.41,1.00,none,9.92,none, unconcerned,unconcerned,0.31,Adjective,11,9,3,unconcerned,9.56,1.00,9.56,1.00,none,none,none, unconditional,unconditional,0.92,Adjective,13,12,5,unconditional,10.44,1.00,10.44,1.00,none,none,none, unconditioned,unconditioned,0.02,Adjective,13,11,4,unconditioned,13.37,1.00,13.37,1.00,none,none,none, unconfined,unconfined,0.04,Adjective,10,9,3,unconfined,13.33,0.95,13.33,0.95,none,none,none, unconfirmed,unconfirmed,0.63,Adjective,11,9,3,unconfirmed,10.95,1.00,10.95,1.00,none,none,none, unconfused,unconfused,0.02,Adjective,10,10,3,unconfused,9.12,0.89,9.12,0.89,none,none,none, unconnected,unconnected,0.25,Adjective,11,10,4,unconnected,9.39,1.00,9.39,1.00,none,none,none, unconquerable,unconquerable,0.06,Adjective,13,11,5,unconquerable,12.74,0.95,12.74,0.95,none,none,none, unconquered,unconquered,0.08,Adjective,11,8,3,unconquered,9.72,1.00,9.72,1.00,none,none,none, unconscionable,unconscionable,0.35,Adjective,14,12,5,unconscionable,13.61,0.95,13.61,0.95,none,none,none, unconscious,unconscious,11.43,Adjective,11,8,3,unconscious,9.45,1.00,9.45,1.00,none,none,none, unconsciousness,unconsciousness,0.25,Noun,15,11,4,unconsciousness,9.47,1.00,9.47,1.00,none,none,none, unconsecrated,unconsecrated,0.04,Adjective,13,13,5,unconsecrated,12.13,0.79,12.13,0.79,none,none,none, unconstitutional,unconstitutional,0.31,Adjective,16,15,6,unconstitutional,13.89,1.00,13.89,1.00,none,none,none, unconstitutionality,unconstitutionality,0.02,Noun,19,18,8,unconstitutionality,12.05,1.00,12.05,1.00,none,none,none, unconstrained,unconstrained,0.08,Adjective,13,11,3,unconstrained,13.25,1.00,13.25,1.00,none,none,none, unconsummated,unconsummated,0.02,Adjective,13,12,5,unconsummated,14.75,0.89,14.75,0.89,none,none,none, uncontained,uncontained,0.02,Adjective,11,9,3,uncontained,11.53,1.00,11.53,1.00,none,none,none, uncontaminated,uncontaminated,0.06,Adjective,14,14,6,uncontaminated,11.83,1.00,11.83,1.00,none,none,none, uncontestable,incontestable,0.04,Adjective,13,13,5,uncontestable,14.33,1.00,14.33,1.00,none,none,none, uncontested,uncontested,0.10,Adjective,11,11,4,uncontested,11.11,1.00,11.11,1.00,none,none,none, uncontrollable,uncontrollable,1.10,Adjective,14,13,5,uncontrollable,10.06,1.00,10.06,1.00,none,none,none, uncontrolled,uncontrolled,0.29,Adjective,12,10,3,uncontrolled,9.74,1.00,9.74,1.00,none,none,none, uncontroversial,uncontroversial,0.16,Adjective,15,13,5,uncontroversial,13.24,0.94,13.24,0.94,none,none,none, unconventional,unconventional,0.86,Adjective,14,13,5,unconventional,11.68,1.00,11.68,1.00,none,none,none, unconventionality,unconventionality,0.04,Noun,17,16,7,unconventionality,13.22,1.00,13.22,1.00,none,none,none, unconvinced,unconvinced,0.16,Adjective,11,10,3,unconvinced,10.85,1.00,10.85,1.00,none,none,none, unconvincing,unconvincing,0.10,Adjective,12,11,4,unconvincing,10.74,1.00,10.74,1.00,none,none,none, uncooked,uncooked,0.10,Adjective,8,6,2,uncooked,8.00,1.00,8.00,1.00,none,none,none, uncooperative,uncooperative,0.63,Adjective,13,11,6,uncooperative,8.79,1.00,8.79,1.00,none,none,none, uncoordinated,uncoordinated,0.14,Adjective,13,13,6,uncoordinated,9.35,1.00,9.35,1.00,none,none,none, uncork,uncork,0.24,Verb,6,6,2,uncork,10.79,0.95,10.79,0.95,9.72,none,none, uncorked,uncorked,0.06,Verb,8,7,2,uncork,none,none,10.79,0.95,9.72,none,none, uncorrected,uncorrected,0.02,Adjective,11,9,4,uncorrected,8.00,1.00,8.00,1.00,none,none,none, uncorroborated,uncorroborated,0.08,Adjective,14,11,6,uncorroborated,13.53,0.95,13.53,0.95,none,none,none, uncorrupted,uncorrupted,0.06,Adjective,11,10,4,uncorrupted,11.00,1.00,11.00,1.00,none,none,none, uncountable,uncountable,0.02,Adjective,11,10,4,uncountable,10.74,0.90,10.74,0.90,none,none,none, uncounted,uncounted,0.08,Adjective,9,8,3,uncounted,9.22,1.00,9.22,1.00,none,none,none, uncouple,uncouple,0.16,Verb,8,7,3,uncouple,13.33,1.00,13.33,1.00,none,none,none, uncoupled,uncoupled,0.06,Adjective,9,8,3,uncoupled,12.53,1.00,12.53,1.00,none,none,none, uncouth,uncouth,0.57,Adjective,7,5,2,uncouth,11.43,0.78,11.43,0.78,none,none,none,13.74 uncover,uncover,1.92,Verb,7,6,3,uncover,7.17,1.00,7.17,1.00,8.06,none,none, uncovered,uncovered,2.55,Verb,9,7,3,uncover,none,none,7.17,1.00,8.06,none,none, uncovering,uncovering,0.41,Verb,10,8,4,uncover,none,none,7.17,1.00,8.06,none,none, uncovers,uncovers,0.16,Verb,8,7,3,uncover,none,none,7.17,1.00,8.06,none,none, uncrated,uncrated,0.02,Adjective,8,8,3,uncrated,9.89,1.00,9.89,1.00,none,none,none, uncreated,uncreated,0.02,Adjective,9,9,4,uncreated,11.27,0.79,11.27,0.79,none,none,none, uncreative,uncreative,0.04,Adjective,10,9,4,uncreative,8.00,1.00,8.00,1.00,none,none,none, uncritical,uncritical,0.04,Adjective,10,10,4,uncritical,12.05,1.00,12.05,1.00,none,none,none, uncross,uncross,0.10,Verb,7,6,2,uncross,7.56,0.95,7.56,0.95,none,none,none, uncrossed,uncrossed,0.10,Adjective,9,7,2,uncrossed,9.94,0.89,9.94,0.89,none,none,none, uncrosses,uncrosses,0.02,Verb,9,8,3,uncross,none,none,7.56,0.95,none,none,none, uncrowned,uncrowned,0.06,Adjective,9,7,2,uncrowned,11.26,1.00,11.26,1.00,none,none,none, uncrushable,uncrushable,0.02,Adjective,11,10,4,uncrushable,11.41,0.94,11.41,0.94,none,none,none, uncrushed,uncrushed,0.02,Adjective,9,7,2,uncrushed,7.75,1.00,7.75,1.00,none,none,none, unction,unction,0.16,Noun,7,6,2,unction,14.75,0.67,14.75,0.67,none,13.06,none, unctuous,unctuous,0.04,Adjective,8,6,2,unctuous,15.67,0.33,15.67,0.33,none,none,none, uncultured,uncultured,0.06,Adjective,10,8,3,uncultured,12.30,1.00,12.30,1.00,none,none,none, uncurious,uncurious,0.02,Adjective,9,9,4,uncurious,8.78,0.95,8.78,0.95,none,none,none, uncurl,uncurl,0.08,Verb,6,5,2,uncurl,8.33,1.00,8.33,1.00,none,none,none, uncut,uncut,0.78,Adjective,5,5,2,uncut,8.53,0.97,8.53,0.97,none,none,none, undamaged,undamaged,0.35,Adjective,9,8,3,undamaged,9.33,1.00,9.33,1.00,none,none,none, undated,undated,0.02,Adjective,7,7,3,undated,9.52,1.00,9.52,1.00,none,none,none, undaunted,undaunted,0.27,Adjective,9,8,3,undaunted,13.33,0.90,13.33,0.90,none,none,none, undead,undead,2.33,Noun,6,5,2,undead,9.55,1.00,9.55,1.00,none,none,none, undeceive,undeceive,Err:512,Err:512,9,7,3,undeceive,11.85,0.65,11.85,0.65,none,none,none, undecided,undecided,0.35,Adjective,9,9,4,undecided,7.83,1.00,7.83,1.00,none,none,none, undeclared,undeclared,0.25,Adjective,10,9,3,undeclared,12.89,0.95,12.89,0.95,none,none,none, undecorated,undecorated,0.02,Adjective,11,11,5,undecorated,9.16,1.00,9.16,1.00,none,none,none, undefeatable,undefeatable,0.02,Adjective,12,11,5,undefeatable,10.00,1.00,10.00,1.00,none,none,none, undefeated,undefeated,2.18,Adjective,10,9,4,undefeated,9.00,1.00,9.00,1.00,none,none,none, undefended,undefended,0.22,Adjective,10,10,4,undefended,11.41,0.94,11.41,0.94,none,none,none, undefiled,undefiled,0.04,Adjective,9,8,3,undefiled,16.21,0.74,16.21,0.74,none,none,none, undefined,undefined,0.20,Adjective,9,8,3,undefined,11.22,1.00,11.22,1.00,none,none,none, undeliverable,undeliverable,0.02,Adjective,13,12,6,undeliverable,10.95,1.00,10.95,1.00,none,none,none, undelivered,undelivered,0.02,Adjective,11,9,4,undelivered,10.25,1.00,10.25,1.00,none,none,none, undemanding,undemanding,0.12,Adjective,11,10,4,undemanding,12.53,0.94,12.53,0.94,none,none,none, undemocratic,undemocratic,0.06,Adjective,12,12,5,undemocratic,12.76,0.94,12.76,0.94,none,none,none, undemonstrative,undemonstrative,0.02,Adjective,15,14,5,undemonstrative,13.94,0.95,13.94,0.95,none,none,none, undeniable,undeniable,0.96,Adjective,10,10,5,undeniable,10.89,1.00,10.89,1.00,none,none,none, undependable,undependable,0.14,Adjective,12,12,5,undependable,7.83,1.00,7.83,1.00,none,none,none, under,under,261.92,Preposition,5,4,2,under,5.89,1.00,5.89,1.00,5.30,none,none, underachievement,underachievement,0.06,Noun,16,12,5,underachievement,10.50,1.00,10.50,1.00,none,none,none, underachiever,underachiever,0.31,Verb,13,9,5,underachiever,9.95,1.00,9.95,1.00,none,none,none, underachievers,underachievers,0.10,Verb,14,10,5,underachiever,none,none,9.95,1.00,none,none,none, underage,underage,2.18,Adjective,8,6,3,underage,11.05,1.00,11.05,1.00,none,none,none, underappreciated,underappreciated,0.08,Adjective,16,14,7,underappreciated,10.28,1.00,10.28,1.00,none,none,none, underarm,underarm,0.08,Adjective,8,7,3,underarm,7.29,0.94,7.29,0.94,none,none,none, underarms,underarms,0.10,Noun,9,8,3,underarm,none,none,7.29,0.94,none,none,none, underbellies,underbellies,0.02,Noun,12,9,4,underbelly,none,none,11.00,0.94,none,none,none, underbelly,underbelly,0.76,Noun,10,8,4,underbelly,11.00,0.94,11.00,0.94,none,none,none, underbid,underbid,0.02,Verb,8,7,3,underbid,13.50,1.00,13.50,1.00,none,none,none, underbrush,underbrush,0.18,Noun,10,8,3,underbrush,10.11,1.00,10.11,1.00,none,11.28,none, undercapitalization,undercapitalization,0.02,Noun,19,17,8,undercapitalization,15.30,0.53,15.30,0.53,none,none,none, undercarriage,undercarriage,0.39,Noun,13,9,4,undercarriage,11.28,1.00,11.28,1.00,none,none,none, undercharged,undercharged,0.04,Adjective,12,9,3,undercharged,12.17,1.00,12.17,1.00,none,none,none, underclass,underclass,0.06,Noun,10,8,3,underclass,11.38,0.89,11.38,0.89,none,none,none, underclassman,underclassman,0.02,Noun,13,11,4,underclassman,12.67,0.95,12.67,0.95,none,none,none, underclassmen,underclassmen,0.06,Noun,13,11,4,underclassman,none,none,12.67,0.95,none,none,none, underclothes,underclothes,0.10,Noun,12,9,3,underclothes,7.67,1.00,7.67,1.00,none,none,none, underclothing,underclothing,0.02,Noun,13,10,4,underclothing,7.00,0.94,7.00,0.94,none,none,none, undercoat,undercoat,0.02,Noun,9,7,3,undercoat,12.84,1.00,12.84,1.00,none,none,none, undercoats,undercoats,0.02,Noun,10,8,3,undercoat,none,none,12.84,1.00,none,none,none, undercooked,undercooked,0.18,Adjective,11,8,3,undercooked,9.61,1.00,9.61,1.00,none,none,none, undercover,undercover,11.73,Adjective,10,8,4,undercover,9.68,1.00,9.68,1.00,none,none,none, undercroft,undercroft,0.02,Noun,10,9,3,undercroft,13.89,0.50,13.89,0.50,none,none,none, undercurrent,undercurrent,0.16,Noun,12,9,4,undercurrent,11.32,1.00,11.32,1.00,none,none,none, undercurrents,undercurrents,0.06,Noun,13,10,4,undercurrent,none,none,11.32,1.00,none,none,none, undercut,undercut,0.16,Verb,8,7,3,undercut,12.39,0.89,12.39,0.89,none,none,none, undercuts,undercuts,0.02,Verb,9,8,3,undercut,none,none,12.39,0.89,none,none,none, undercutting,undercutting,0.18,Verb,12,9,4,undercut,none,none,12.39,0.89,none,none,none, underdevelop,underdevelop,Err:512,Err:512,12,11,5,underdevelop,10.88,1.00,10.88,1.00,11.78,none,none, underdeveloped,underdeveloped,0.20,Adjective,14,12,5,underdeveloped,11.39,1.00,11.39,1.00,none,none,none, underdog,underdog,0.96,Noun,8,7,3,underdog,10.44,1.00,10.44,1.00,none,none,none, underdogs,underdogs,0.22,Noun,9,8,3,underdog,none,none,10.44,1.00,none,none,none, underdone,underdone,0.10,Noun,9,7,3,underdone,9.95,1.00,9.95,1.00,none,none,none, underdressed,underdressed,0.20,Adjective,12,9,3,underdressed,10.14,0.97,10.14,0.97,none,none,none, underestimate,underestimate,5.06,Verb,13,11,5,underestimate,9.60,1.00,9.60,1.00,none,none,none, underestimated,underestimated,2.51,Verb,14,13,6,underestimate,none,none,9.60,1.00,none,none,none, underestimates,underestimates,0.12,Verb,14,12,5,underestimate,none,none,9.60,1.00,none,none,none, underestimating,underestimating,0.59,Verb,15,13,6,underestimate,none,none,9.60,1.00,none,none,none, underexpose,underexpose,0.02,Verb,11,10,4,underexpose,12.00,0.89,12.00,0.89,none,none,none, underexposed,underexposed,0.06,Adjective,12,11,4,underexposed,12.61,1.00,12.61,1.00,none,none,none, underfed,underfed,0.08,Adjective,8,7,3,underfed,11.53,0.89,11.53,0.89,none,none,none, underfunded,underfunded,0.18,Adjective,11,10,4,underfunded,12.00,1.00,12.00,1.00,none,none,none, undergarment,undergarment,0.14,Noun,12,11,4,undergarment,10.21,1.00,10.21,1.00,none,none,none, undergarments,undergarments,0.71,Noun,13,12,4,undergarment,none,none,10.21,1.00,none,none,none, undergird,undergird,Err:512,Err:512,9,7,3,undergird,13.60,0.25,13.60,0.25,none,none,none, undergo,undergo,0.82,Verb,7,6,3,undergo,10.89,1.00,10.89,1.00,none,none,none, undergoes,undergoes,0.20,Verb,9,7,3,undergo,none,none,10.89,1.00,none,none,none, undergoing,undergoing,0.69,Verb,10,8,4,undergo,none,none,10.89,1.00,none,none,none, undergone,undergone,0.65,Verb,9,7,3,undergo,none,none,10.89,1.00,none,none,none, undergrad,undergrad,0.35,Noun,9,8,3,undergrad,13.68,1.00,13.68,1.00,none,none,none, undergrads,undergrads,0.06,Noun,10,10,3,undergrad,none,none,13.68,1.00,none,none,none, undergraduate,undergraduate,0.43,Noun,13,12,5,undergraduate,12.37,1.00,12.37,1.00,none,12.49,none, undergraduates,undergraduates,0.12,Noun,14,13,5,undergraduate,none,none,12.37,1.00,none,12.49,none, underground,underground,12.02,Adjective,11,9,3,underground,7.37,1.00,7.37,1.00,none,none,none, undergrounds,undergrounds,0.02,Noun,12,10,3,underground,none,none,7.37,1.00,none,none,none, undergrowth,undergrowth,0.06,Noun,11,8,3,undergrowth,11.33,1.00,11.33,1.00,none,none,none, underhanded,underhanded,0.69,Adjective,11,10,4,underhanded,11.00,0.89,11.00,0.89,none,none,none, underinsured,underinsured,0.02,Adjective,12,10,4,underinsured,16.25,0.89,16.25,0.89,none,none,none, underlay,underlay,1.88,Noun,8,6,3,underlay,12.35,0.94,12.35,0.94,none,none,none, underlie,underlie,0.00,Err:512,8,6,3,underlie,10.79,0.95,10.79,0.95,none,none,none, underlies,underlies,0.04,Verb,9,7,3,underlie,none,none,10.79,0.95,none,none,none, underline,underline,0.35,Verb,9,7,3,underline,6.67,1.00,6.67,1.00,none,none,none, underlined,underlined,0.65,Verb,10,8,3,underline,none,none,6.67,1.00,none,none,none, underlines,underlines,0.08,Verb,10,8,3,underline,none,none,6.67,1.00,none,none,none, underling,underling,0.16,Noun,9,7,3,underling,12.30,1.00,12.30,1.00,none,none,none, underlings,underlings,0.27,Noun,10,8,3,underling,none,none,12.30,1.00,none,none,none, underlining,underlining,0.10,Verb,11,9,4,underline,none,none,6.67,1.00,none,none,none, underlip,underlip,Err:512,Err:512,8,7,3,underlip,10.08,0.68,10.08,0.68,none,none,none, underlying,underlying,1.25,Adjective,10,8,4,underlying,12.10,1.00,12.10,1.00,none,none,none, undermanned,undermanned,0.06,Adjective,11,8,3,undermanned,13.69,0.86,13.69,0.86,none,none,none, undermine,undermine,1.45,Verb,9,7,3,undermine,12.47,1.00,12.47,1.00,none,none,none, undermined,undermined,0.27,Verb,10,8,3,undermine,none,none,12.47,1.00,none,none,none, undermines,undermines,0.41,Verb,10,8,3,undermine,none,none,12.47,1.00,none,none,none, undermining,undermining,0.63,Verb,11,9,4,undermine,none,none,12.47,1.00,none,none,none, undermost,undermost,Err:512,Err:512,9,8,3,undermost,11.19,0.80,11.19,0.80,none,none,none, undernourished,undernourished,0.12,Adjective,14,9,4,undernourished,11.61,0.95,11.61,0.95,none,none,none, undernourishment,undernourishment,0.02,Noun,16,12,5,undernourishment,12.67,0.95,12.67,0.95,none,none,none, underpaid,underpaid,0.51,Verb,9,7,3,underpay,none,none,11.32,1.00,none,none,none, underpants,underpants,2.94,Noun,10,9,3,underpants,3.35,1.00,3.35,1.00,none,none,none, underpass,underpass,0.25,Noun,9,7,3,underpass,9.16,1.00,9.16,1.00,none,none,none, underpasses,underpasses,0.02,Noun,11,9,4,underpass,none,none,9.16,1.00,none,none,none, underpay,underpay,0.06,Verb,8,6,3,underpay,11.32,1.00,11.32,1.00,none,none,none, underplay,underplay,0.02,Verb,9,7,3,underplay,14.00,0.89,14.00,0.89,none,none,none, underplaying,underplaying,0.06,Verb,12,9,4,underplay,none,none,14.00,0.89,none,none,none, underpowered,underpowered,0.06,Adjective,12,8,4,underpowered,10.82,0.94,10.82,0.94,none,none,none, underprepared,underprepared,0.06,Adjective,13,10,4,underprepared,11.18,0.94,11.18,0.94,none,none,none, underprivileged,underprivileged,0.73,Adjective,15,12,4,underprivileged,10.11,1.00,10.11,1.00,none,none,none, underrate,underrate,0.22,Verb,9,7,3,underrate,13.21,1.00,13.21,1.00,none,none,none, underrated,underrated,0.57,Adjective,10,9,4,underrated,11.78,1.00,11.78,1.00,none,none,none, underscore,underscore,0.06,Verb,10,8,3,underscore,12.21,0.95,12.21,0.95,none,none,none, underscores,underscores,0.16,Verb,11,9,3,underscore,none,none,12.21,0.95,none,none,none, undersea,undersea,0.78,Adjective,8,6,3,undersea,6.25,1.00,6.25,1.00,none,none,none, undersecretaries,undersecretaries,0.08,Noun,16,14,6,undersecretary,none,none,15.00,0.79,none,none,none, undersecretary,undersecretary,0.43,Noun,14,13,6,undersecretary,15.00,0.79,15.00,0.79,none,none,none, undersell,undersell,0.04,Verb,9,7,3,undersell,13.94,0.84,13.94,0.84,none,none,none, undersells,undersells,0.02,Verb,10,8,3,undersell,none,none,13.94,0.84,none,none,none, undersexed,undersexed,0.06,Adjective,10,9,3,undersexed,14.60,0.79,14.60,0.79,none,none,none, undersheriff,undersheriff,0.06,Noun,12,9,4,undersheriff,14.56,0.89,14.56,0.89,none,none,none, undershirt,undershirt,0.29,Noun,10,7,3,undershirt,5.56,1.00,5.56,1.00,none,none,none, undershirts,undershirts,0.10,Noun,11,8,3,undershirt,none,none,5.56,1.00,none,none,none, undershoot,undershoot,0.04,Verb,10,7,3,undershoot,13.06,0.95,13.06,0.95,none,none,none, undershorts,undershorts,0.12,Noun,11,9,3,undershorts,6.22,1.00,6.22,1.00,none,none,none, undershot,undershot,Err:512,Err:512,9,7,3,undershot,11.33,0.79,11.33,0.79,none,none,none, underside,underside,0.24,Noun,9,7,3,underside,10.00,0.95,10.00,0.95,none,none,none, undersides,undersides,0.04,Noun,10,8,3,underside,none,none,10.00,0.95,none,none,none, undersigned,undersigned,0.10,Adjective,11,8,3,undersigned,12.89,0.95,12.89,0.95,none,none,none, undersize,undersize,0.02,Adjective,9,7,3,undersize,8.42,0.95,8.42,0.95,none,none,none, undersized,undersized,0.08,Adjective,10,8,3,undersized,9.11,1.00,9.11,1.00,none,none,none, underslung,underslung,0.02,Verb,10,8,3,underslung,13.57,0.37,13.57,0.37,none,none,none, understaffed,understaffed,0.43,Adjective,12,9,3,understaffed,12.68,1.00,12.68,1.00,none,none,none, understand,understand,482.45,Verb,10,9,3,understand,6.17,1.00,6.17,1.00,7.22,none,none, understandable,understandable,3.94,Adjective,14,13,5,understandable,8.35,1.00,8.35,1.00,none,none,none, understanding,understanding,21.90,Noun,13,11,4,understanding,7.83,1.00,7.83,1.00,9.63,8.77,none, understandings,understandings,0.10,Noun,14,12,4,understanding,none,none,7.83,1.00,9.63,8.77,none, understands,understands,10.76,Verb,11,10,3,understand,none,none,6.17,1.00,7.22,none,none, understate,understate,0.10,Verb,10,8,3,understate,12.26,0.95,12.26,0.95,none,none,none, understated,understated,0.53,Verb,11,10,4,understate,none,none,12.26,0.95,none,none,none, understatement,understatement,1.73,Noun,14,12,4,understatement,10.45,1.00,10.45,1.00,none,none,none, understatements,understatements,0.02,Noun,15,13,4,understatement,none,none,10.45,1.00,none,none,none, understood,understood,32.14,Verb,10,8,3,understand,none,none,6.17,1.00,7.22,none,none, understudies,understudies,0.08,Noun,12,10,4,understudy,none,none,12.12,0.89,none,none,none, understudy,understudy,1.92,Noun,10,9,4,understudy,12.12,0.89,12.12,0.89,none,none,none, undertake,undertake,1.02,Verb,9,7,3,undertake,11.48,1.00,11.48,1.00,none,none,none, undertaken,undertaken,0.59,Verb,10,9,4,undertake,none,none,11.48,1.00,none,none,none, undertaker,undertaker,1.53,Noun,10,8,4,undertaker,10.32,1.00,10.32,1.00,none,none,none, undertakers,undertakers,0.22,Noun,11,9,4,undertaker,none,none,10.32,1.00,none,none,none, undertaking,undertaking,0.78,Noun,11,9,4,undertaking,10.33,1.00,10.33,1.00,none,10.22,none, undertakings,undertakings,0.02,Noun,12,10,4,undertaking,none,none,10.33,1.00,none,10.22,none, undertone,undertone,0.02,Noun,9,7,3,undertone,11.61,1.00,11.61,1.00,none,none,none, undertones,undertones,0.06,Noun,10,8,3,undertone,none,none,11.61,1.00,none,none,none, undertook,undertook,0.22,Verb,9,7,3,undertake,none,none,11.48,1.00,none,none,none, undertow,undertow,0.53,Noun,8,6,3,undertow,12.88,0.89,12.88,0.89,none,none,none, underutilized,underutilised,0.02,Adjective,13,12,5,underutilized,12.77,0.72,12.77,0.72,none,none,none, underwear,underwear,21.67,Noun,9,7,3,underwear,3.94,1.00,3.94,1.00,none,none,none, underweight,underweight,0.22,Adjective,11,7,3,underweight,7.74,1.00,7.74,1.00,none,none,none, underwent,underwent,0.41,Verb,9,8,3,undergo,none,none,10.89,1.00,none,none,none, underwhelmed,underwhelmed,0.10,Adjective,12,9,3,underwhelmed,12.42,1.00,12.42,1.00,none,none,none, underworld,underworld,3.55,Noun,10,8,3,underworld,9.45,1.00,9.45,1.00,none,none,none, underwrite,underwrite,0.22,Verb,10,7,3,underwrite,12.24,0.89,12.24,0.89,none,none,none, underwriter,underwriter,0.08,Noun,11,8,4,underwriter,15.16,0.95,15.16,0.95,none,none,none, underwriters,underwriters,0.33,Noun,12,9,4,underwriter,none,none,15.16,0.95,none,none,none, underwriting,underwriting,0.16,Noun,12,9,4,underwriting,14.69,0.80,14.69,0.80,none,none,none, undeserved,undeserved,0.14,Adjective,10,8,3,undeserved,9.95,1.00,9.95,1.00,none,none,none, undeserving,undeserving,0.18,Verb,11,9,4,undeserving,11.11,1.00,11.11,1.00,none,none,none, undesirable,undesirable,0.65,Adjective,11,11,5,undesirable,10.58,1.00,10.58,1.00,none,none,none, undesirables,undesirables,0.25,Noun,12,12,6,undesirable,none,none,10.58,1.00,none,none,none, undesired,undesired,0.02,Adjective,9,8,4,undesired,10.72,1.00,10.72,1.00,none,none,none, undetectable,undetectable,0.57,Adjective,12,12,5,undetectable,11.00,0.94,11.00,0.94,none,none,none, undetected,undetected,1.12,Adjective,10,10,4,undetected,9.89,1.00,9.89,1.00,none,none,none, undetermined,undetermined,0.43,Adjective,12,10,4,undetermined,11.72,1.00,11.72,1.00,none,none,none, undeterred,undeterred,0.08,Adjective,10,7,3,undeterred,10.88,0.94,10.88,0.94,none,none,none, undeveloped,undeveloped,0.27,Adjective,11,10,4,undeveloped,10.16,1.00,10.16,1.00,none,none,none, undeviating,undeviating,Err:512,Err:512,11,10,5,undeviating,14.62,0.68,14.62,0.68,none,none,none, undiagnosed,undiagnosed,0.14,Adjective,11,10,4,undiagnosed,12.47,1.00,12.47,1.00,none,none,none, undid,undid,0.25,Verb,5,5,2,undo,none,none,7.78,1.00,none,none,none, undigested,undigested,0.18,Adjective,10,10,4,undigested,10.67,1.00,10.67,1.00,none,none,none, undignified,undignified,0.59,Adjective,11,10,4,undignified,13.47,1.00,13.47,1.00,none,none,none, undiluted,undiluted,0.16,Adjective,9,9,4,undiluted,10.84,0.95,10.84,0.95,none,none,none, undiminished,undiminished,0.06,Adjective,12,10,4,undiminished,11.68,1.00,11.68,1.00,none,none,none, undimmed,undimmed,0.02,Adjective,8,6,2,undimmed,10.73,0.83,10.73,0.83,none,none,none, undiplomatic,undiplomatic,0.06,Adjective,12,12,5,undiplomatic,14.35,1.00,14.35,1.00,none,none,none, undirected,undirected,0.04,Adjective,10,10,4,undirected,11.11,0.95,11.11,0.95,none,none,none, undisciplined,undisciplined,0.39,Adjective,13,11,4,undisciplined,10.51,1.00,10.51,1.00,none,none,none, undisclosed,undisclosed,0.22,Adjective,11,10,3,undisclosed,11.37,1.00,11.37,1.00,none,none,none, undiscovered,undiscovered,0.61,Adjective,12,10,4,undiscovered,8.47,1.00,8.47,1.00,none,none,none, undisguised,undisguised,0.02,Adjective,11,9,3,undisguised,10.56,0.90,10.56,0.90,none,none,none, undisputable,undisputable,0.02,Adjective,12,13,5,undisputable,11.33,0.95,11.33,0.95,none,none,none, undisputed,undisputed,0.57,Adjective,10,11,4,undisputed,10.53,1.00,10.53,1.00,none,none,none, undistinguished,undistinguished,0.06,Adjective,15,13,4,undistinguished,13.00,0.95,13.00,0.95,none,none,none, undistorted,undistorted,0.02,Adjective,11,11,4,undistorted,12.11,0.95,12.11,0.95,none,none,none, undistracted,undistracted,0.04,Adjective,12,12,4,undistracted,10.22,1.00,10.22,1.00,none,none,none, undisturbed,undisturbed,0.71,Adjective,11,9,3,undisturbed,9.37,1.00,9.37,1.00,none,none,none, undividable,undividable,0.02,Adjective,11,11,5,undividable,11.53,0.94,11.53,0.94,none,none,none, undivided,undivided,0.92,Adjective,9,9,4,undivided,9.28,1.00,9.28,1.00,none,none,none, undo,undo,4.37,Verb,4,4,2,undo,7.78,1.00,7.78,1.00,none,none,none, undoable,undoable,0.04,Adjective,8,8,4,undoable,10.76,0.85,10.76,0.85,none,none,none, undock,undock,0.02,Verb,6,5,2,undock,9.74,0.95,9.74,0.95,none,none,none, undocumented,undocumented,0.12,Adjective,12,13,5,undocumented,13.00,1.00,13.00,1.00,none,none,none, undoes,undoes,0.10,Verb,6,5,2,undo,none,none,7.78,1.00,none,none,none, undoing,undoing,0.69,Noun,7,6,3,undoing,8.08,1.00,8.08,1.00,none,8.71,none, undomesticated,undomesticated,0.06,Adjective,14,14,6,undomesticated,14.67,0.95,14.67,0.95,none,none,none, undone,undone,2.45,Verb,6,5,2,undo,none,none,7.78,1.00,none,none,none, undoubted,undoubted,0.04,Adjective,9,7,3,undoubted,10.68,1.00,10.68,1.00,none,none,none, undraped,undraped,0.02,Adjective,8,7,2,undraped,12.75,0.67,12.75,0.67,none,none,none, undreamed,undreamed,0.10,Adjective,9,7,2,undreamed,9.62,0.84,9.62,0.84,none,none,none, undress,undress,2.43,Verb,7,6,2,undress,5.28,1.00,5.28,1.00,none,none,none, undressed,undressed,2.41,Adjective,9,7,2,undressed,3.95,1.00,3.95,1.00,none,none,none, undresses,undresses,0.06,Verb,9,8,3,undress,none,none,5.28,1.00,none,none,none, undressing,undressing,0.71,Verb,10,8,3,undress,none,none,5.28,1.00,none,none,none, undrinkable,undrinkable,0.08,Adjective,11,11,4,undrinkable,7.39,1.00,7.39,1.00,none,none,none, undue,undue,0.57,Adjective,5,4,2,undue,10.89,1.00,10.89,1.00,none,none,none, undulating,undulating,0.10,Adjective,10,9,4,undulating,14.77,0.70,14.77,0.70,none,none,none, undulation,undulation,0.02,Noun,10,9,4,undulation,15.14,0.67,15.14,0.67,none,12.02,none, undulatory,undulatory,Err:512,Err:512,10,10,5,undulatory,15.38,0.44,15.38,0.44,none,none,none, undying,undying,0.86,Adjective,7,6,3,undying,10.44,1.00,10.44,1.00,none,none,none, unearned,unearned,0.02,Adjective,8,5,2,unearned,10.25,0.89,10.25,0.89,none,none,none, unearth,unearth,0.35,Verb,7,4,2,unearth,11.11,1.00,11.11,1.00,none,none,none, unearthed,unearthed,0.51,Verb,9,5,2,unearth,none,none,11.11,1.00,none,none,none, unearthly,unearthly,0.29,Adjective,9,6,3,unearthly,11.50,1.00,11.50,1.00,none,none,none, unearths,unearths,0.02,Verb,8,5,2,unearth,none,none,11.11,1.00,none,none,none, unease,unease,0.10,Noun,6,4,2,unease,8.42,1.00,8.42,1.00,10.53,none,none, uneasiness,uneasiness,0.18,Noun,10,8,4,uneasiness,9.37,1.00,9.37,1.00,none,9.39,none, uneasy,uneasy,2.08,Adjective,6,5,3,uneasy,9.16,1.00,9.16,1.00,none,none,none, uneatable,uneatable,0.02,Adjective,9,8,4,uneatable,8.47,0.83,8.47,0.83,none,none,none, uneaten,uneaten,0.16,Adjective,7,6,3,uneaten,7.76,1.00,7.76,1.00,none,none,none, unedited,unedited,0.18,Adjective,8,8,4,unedited,10.68,1.00,10.68,1.00,none,none,none, uneducable,uneducable,0.02,Adjective,10,10,5,uneducable,16.93,0.67,16.93,0.67,none,none,none, uneducated,uneducated,0.47,Adjective,10,10,5,uneducated,9.95,1.00,9.95,1.00,none,none,none, unelectable,unelectable,0.02,Adjective,11,11,5,unelectable,14.47,0.94,14.47,0.94,none,none,none, unelected,unelected,0.04,Adjective,9,9,4,unelected,10.53,0.95,10.53,0.95,none,none,none, unembarrassed,unembarrassed,0.04,Adjective,13,10,4,unembarrassed,11.72,1.00,11.72,1.00,none,none,none, unemotional,unemotional,0.20,Adjective,11,10,5,unemotional,9.83,1.00,9.83,1.00,none,none,none, unemployable,unemployable,0.18,Adjective,12,11,5,unemployable,12.22,1.00,12.22,1.00,none,none,none, unemployed,unemployed,3.65,Adjective,10,8,3,unemployed,11.33,1.00,11.33,1.00,none,none,none, unemployment,unemployment,3.14,Noun,12,11,4,unemployment,10.95,1.00,10.95,1.00,none,none,none, unenclosed,unenclosed,0.02,Adjective,10,9,3,unenclosed,11.58,1.00,11.58,1.00,none,none,none, unencumbered,unencumbered,0.08,Adjective,12,10,4,unencumbered,14.47,0.89,14.47,0.89,none,none,none, unending,unending,0.49,Adjective,8,7,3,unending,9.00,1.00,9.00,1.00,none,none,none, unendurable,unendurable,0.18,Adjective,11,11,5,unendurable,12.78,1.00,12.78,1.00,none,none,none, unenforceable,unenforceable,0.02,Adjective,13,12,5,unenforceable,11.93,0.83,11.93,0.83,none,none,none, unengaged,unengaged,0.02,Adjective,9,8,3,unengaged,12.39,1.00,12.39,1.00,none,none,none, unenlightened,unenlightened,0.08,Adjective,13,10,4,unenlightened,13.78,1.00,13.78,1.00,none,none,none, unenlightening,unenlightening,0.02,Adjective,14,11,5,unenlightening,12.72,1.00,12.72,1.00,none,none,none, unenthused,unenthused,0.02,Adjective,10,8,3,unenthused,11.61,1.00,11.61,1.00,none,none,none, unenviable,unenviable,0.02,Adjective,10,10,5,unenviable,13.47,1.00,13.47,1.00,none,none,none, unequal,unequal,0.20,Adjective,7,7,3,unequal,9.26,1.00,9.26,1.00,none,none,none, unequaled,unequalled,0.08,Adjective,9,8,3,unequaled,11.21,1.00,11.21,1.00,none,none,none, unequalled,unequalled,0.06,Adjective,10,8,3,unequaled,none,none,11.21,1.00,none,none,none, unequipped,unequipped,0.04,Adjective,10,8,3,unequipped,12.28,1.00,12.28,1.00,none,none,none, unequivocal,unequivocal,0.18,Adjective,11,11,5,unequivocal,14.88,0.94,14.88,0.94,none,none,none, unerring,unerring,0.04,Adjective,8,6,4,unerring,13.60,0.79,13.60,0.79,none,none,none, unescorted,unescorted,0.33,Adjective,10,10,4,unescorted,12.58,1.00,12.58,1.00,none,none,none, unessential,unessential,0.04,Adjective,11,9,4,unessential,10.21,1.00,10.21,1.00,none,none,none, unethical,unethical,1.76,Adjective,9,8,4,unethical,14.30,1.00,14.30,1.00,none,none,none, uneven,uneven,0.76,Adjective,6,6,3,uneven,7.33,1.00,7.33,1.00,none,none,none, uneventful,uneventful,0.78,Adjective,10,10,4,uneventful,10.42,1.00,10.42,1.00,none,none,none, unexamined,unexamined,0.14,Adjective,10,10,4,unexamined,11.47,1.00,11.47,1.00,none,none,none, unexampled,unexampled,Err:512,Err:512,10,11,4,unexampled,13.15,0.65,13.15,0.65,none,none,none, unexcelled,unexcelled,0.02,Adjective,10,8,3,unexcelled,10.07,0.83,10.07,0.83,none,none,none, unexceptional,unexceptional,0.06,Adjective,13,12,5,unexceptional,10.60,1.00,10.60,1.00,none,none,none, unexciting,unexciting,0.04,Adjective,10,9,4,unexciting,8.53,1.00,8.53,1.00,none,none,none, unexcused,unexcused,0.10,Adjective,9,10,3,unexcused,9.06,1.00,9.06,1.00,none,none,none, unexpected,unexpected,8.78,Adjective,10,11,4,unexpected,10.17,1.00,10.17,1.00,none,none,none, unexpired,unexpired,0.02,Adjective,9,9,4,unexpired,10.06,0.95,10.06,0.95,none,none,none, unexplainable,unexplainable,0.69,Adjective,13,13,5,unexplainable,9.06,1.00,9.06,1.00,none,none,none, unexplained,unexplained,1.55,Adjective,11,10,3,unexplained,8.11,1.00,8.11,1.00,none,none,none, unexploded,unexploded,0.20,Adjective,10,11,4,unexploded,10.11,1.00,10.11,1.00,none,none,none, unexploited,unexploited,0.02,Adjective,11,11,4,unexploited,14.24,0.94,14.24,0.94,none,none,none, unexplored,unexplored,0.45,Adjective,10,10,3,unexplored,8.42,1.00,8.42,1.00,none,none,none, unexposed,unexposed,0.10,Adjective,9,9,3,unexposed,12.32,1.00,12.32,1.00,none,none,none, unexpressed,unexpressed,0.10,Adjective,11,10,3,unexpressed,11.00,1.00,11.00,1.00,none,none,none, unexpurgated,unexpurgated,0.04,Adjective,12,12,5,unexpurgated,12.11,0.50,12.11,0.50,none,none,none, unfailing,unfailing,0.18,Adjective,9,7,3,unfailing,11.59,0.94,11.59,0.94,none,none,none, unfair,unfair,9.84,Adjective,6,5,2,unfair,5.61,1.00,5.61,1.00,none,none,none, unfairness,unfairness,0.22,Noun,10,8,3,unfairness,7.42,1.00,7.42,1.00,8.11,none,none, unfaithful,unfaithful,2.35,Adjective,10,8,3,unfaithful,10.38,1.00,10.38,1.00,none,none,none, unfaithfulness,unfaithfulness,0.04,Noun,14,11,4,unfaithfulness,11.44,1.00,11.44,1.00,none,none,none, unfamiliar,unfamiliar,1.53,Adjective,10,9,4,unfamiliar,9.00,1.00,9.00,1.00,none,none,none, unfamiliarity,unfamiliarity,0.02,Noun,13,13,6,unfamiliarity,11.85,0.95,11.85,0.95,none,none,none, unfashionable,unfashionable,0.16,Adjective,13,11,5,unfashionable,9.63,1.00,9.63,1.00,none,none,none, unfasten,unfasten,0.16,Verb,8,7,3,unfasten,7.89,1.00,7.89,1.00,none,none,none, unfastened,unfastened,0.20,Adjective,10,8,3,unfastened,7.95,1.00,7.95,1.00,none,none,none, unfathomable,unfathomable,0.29,Adjective,12,11,5,unfathomable,14.95,1.00,14.95,1.00,none,none,none, unfathomed,unfathomed,0.02,Adjective,10,8,3,unfathomed,12.59,0.94,12.59,0.94,none,none,none, unfazed,unfazed,0.06,Adjective,7,6,2,unfazed,10.71,0.94,10.71,0.94,none,none,none, unfeasible,unfeasible,0.02,Adjective,10,9,4,unfeasible,14.76,0.89,14.76,0.89,none,none,none, unfed,unfed,0.08,Adjective,5,5,2,unfed,8.84,1.00,8.84,1.00,none,none,none, unfeeling,unfeeling,0.65,Adjective,9,7,3,unfeeling,9.94,1.00,9.94,1.00,none,none,none, unfelt,unfelt,0.02,Adjective,6,6,2,unfelt,11.00,0.90,11.00,0.90,none,none,none, unfeminine,unfeminine,0.04,Adjective,10,9,4,unfeminine,11.63,1.00,11.63,1.00,none,none,none, unfertilized,unfertilized,0.04,Adjective,12,10,4,unfertilized,12.22,1.00,12.22,1.00,none,none,none, unfettered,unfettered,0.35,Adjective,10,7,3,unfettered,13.93,0.83,13.93,0.83,none,none,none, unfiltered,unfiltered,0.16,Adjective,10,8,3,unfiltered,10.28,1.00,10.28,1.00,none,none,none, unfinished,unfinished,3.51,Adjective,10,8,3,unfinished,7.74,1.00,7.74,1.00,none,none,none, unfired,unfired,0.04,Adjective,7,6,3,unfired,10.13,0.79,10.13,0.79,none,none,none, unfit,unfit,1.55,Adjective,5,5,2,unfit,10.62,1.00,10.62,1.00,none,none,none, unfitness,unfitness,0.10,Noun,9,8,3,unfitness,12.47,0.89,12.47,0.89,none,none,none, unfits,unfits,0.02,Verb,6,6,2,unfit,none,none,10.62,1.00,none,none,none, unfix,unfix,0.10,Verb,5,6,2,unfix,10.43,0.78,10.43,0.78,none,none,none, unflagging,unflagging,0.08,Verb,10,8,3,unflagging,13.53,0.79,13.53,0.79,none,none,none, unflappable,unflappable,0.14,Adjective,11,10,4,unflappable,13.33,0.95,13.33,0.95,none,none,none, unflattering,unflattering,0.18,Adjective,12,9,4,unflattering,10.44,1.00,10.44,1.00,none,none,none, unflinching,unflinching,0.14,Adjective,11,9,3,unflinching,11.33,1.00,11.33,1.00,none,none,none, unfocused,unfocused,0.24,Adjective,9,8,3,unfocused,10.31,1.00,10.31,1.00,none,none,none, unfold,unfold,1.35,Verb,6,6,2,unfold,8.00,1.00,8.00,1.00,none,none,none, unfolded,unfolded,0.29,Verb,8,8,3,unfold,none,none,8.00,1.00,none,none,none, unfolding,unfolding,0.49,Verb,9,8,3,unfold,none,none,8.00,1.00,none,none,none, unfolds,unfolds,0.45,Verb,7,7,2,unfold,none,none,8.00,1.00,none,none,none, unforced,unforced,0.02,Adjective,8,7,2,unforced,9.12,0.89,9.12,0.89,none,none,none, unforeseeable,unforeseeable,0.12,Adjective,13,11,5,unforeseeable,11.63,1.00,11.63,1.00,none,none,none, unforeseen,unforeseen,0.57,Adjective,10,8,3,unforeseen,12.11,1.00,12.11,1.00,none,none,none, unforgettable,unforgettable,0.94,Adjective,13,11,5,unforgettable,8.94,1.00,8.94,1.00,none,none,none, unforgivable,unforgivable,1.96,Adjective,12,12,5,unforgivable,9.58,1.00,9.58,1.00,none,none,none, unforgiving,unforgiving,0.51,Adjective,11,9,4,unforgiving,9.53,1.00,9.53,1.00,none,none,none, unformed,unformed,0.08,Adjective,8,7,2,unformed,9.89,0.95,9.89,0.95,none,none,none, unfortunate,unfortunate,11.84,Adjective,11,10,4,unfortunate,9.11,1.00,9.11,1.00,none,none,none, unfortunately,unfortunately,32.39,Adverb,13,12,5,unfortunately,7.93,1.00,7.93,1.00,8.41,none,none, unfortunates,unfortunates,0.37,Noun,12,11,4,unfortunate,none,none,9.11,1.00,none,none,none, unfounded,unfounded,0.61,Adjective,9,8,3,unfounded,12.26,1.00,12.26,1.00,none,none,none, unfreeze,unfreeze,0.69,Verb,8,6,2,unfreeze,7.24,1.00,7.24,1.00,none,none,none, unfreezes,unfreezes,0.08,Verb,9,8,3,unfreeze,none,none,7.24,1.00,none,none,none, unfreezing,unfreezing,0.14,Noun,10,8,3,unfreezing,9.00,1.00,9.00,1.00,none,none,none, unfriendliness,unfriendliness,0.02,Noun,14,12,4,unfriendliness,6.39,1.00,6.39,1.00,none,none,none, unfriendly,unfriendly,1.04,Adjective,10,9,3,unfriendly,7.00,1.00,7.00,1.00,none,none,none, unfrocked,unfrocked,0.02,Adjective,9,7,2,unfrocked,12.45,0.61,12.45,0.61,none,none,none, unfroze,unfroze,0.06,Verb,7,6,2,unfroze,8.18,0.94,8.18,0.94,none,none,none, unfrozen,unfrozen,0.18,Adjective,8,8,3,unfrozen,6.42,1.00,6.42,1.00,none,none,none, unfulfilled,unfulfilled,0.39,Adjective,11,9,3,unfulfilled,11.39,1.00,11.39,1.00,none,none,none, unfulfilling,unfulfilling,0.14,Verb,12,10,4,unfulfilling,10.63,1.00,10.63,1.00,none,none,none, unfunny,unfunny,0.24,Adjective,7,6,3,unfunny,8.75,1.00,8.75,1.00,none,none,none, unfurl,unfurl,0.08,Verb,6,5,2,unfurl,12.15,0.68,12.15,0.68,none,none,none, unfurled,unfurled,0.20,Verb,8,6,2,unfurl,none,none,12.15,0.68,none,none,none, unfurls,unfurls,0.06,Verb,7,6,2,unfurl,none,none,12.15,0.68,none,none,none, unfurnished,unfurnished,0.08,Adjective,11,8,3,unfurnished,10.58,1.00,10.58,1.00,none,none,none, ungainly,ungainly,0.06,Adjective,8,7,3,ungainly,10.43,0.78,10.43,0.78,none,none,none, ungallant,ungallant,0.04,Adjective,9,8,3,ungallant,12.00,0.68,12.00,0.68,none,none,none, ungenerous,ungenerous,0.16,Adjective,10,8,4,ungenerous,10.72,0.86,10.72,0.86,none,none,none, ungentlemanly,ungentlemanly,0.08,Adjective,13,13,5,ungentlemanly,9.82,0.89,9.82,0.89,none,none,none, unglued,unglued,0.49,Adjective,7,6,2,unglued,7.29,0.94,7.29,0.94,none,none,none, ungodliness,ungodliness,0.02,Noun,11,10,4,ungodliness,9.35,1.00,9.35,1.00,none,none,none, ungodly,ungodly,0.59,Adjective,7,7,3,ungodly,8.70,1.00,8.70,1.00,none,none,none, ungovernable,ungovernable,0.02,Adjective,12,11,5,ungovernable,11.79,1.00,11.79,1.00,none,none,none, ungoverned,ungoverned,0.06,Adjective,10,8,3,ungoverned,11.53,1.00,11.53,1.00,none,none,none, ungraceful,ungraceful,0.06,Adjective,10,9,3,ungraceful,8.67,0.95,8.67,0.95,none,none,none, ungracious,ungracious,0.10,Adjective,10,8,3,ungracious,11.11,0.95,11.11,0.95,none,none,none, ungraded,ungraded,0.06,Adjective,8,8,3,ungraded,10.74,0.95,10.74,0.95,none,none,none, ungrammatical,ungrammatical,0.02,Adjective,13,12,5,ungrammatical,11.82,0.89,11.82,0.89,none,none,none, ungrateful,ungrateful,4.61,Adjective,10,9,3,ungrateful,9.15,1.00,9.15,1.00,none,none,none, ungrounded,ungrounded,0.08,Adjective,10,9,3,ungrounded,10.14,1.00,10.14,1.00,none,none,none, unguarded,unguarded,0.71,Adjective,9,8,3,unguarded,10.58,0.97,10.58,0.97,none,none,none, unguent,unguent,0.10,Adjective,7,8,3,unguent,13.12,0.42,13.12,0.42,none,none,none, unguents,unguents,0.02,Noun,8,9,3,unguent,none,none,13.12,0.42,none,none,none, unguided,unguided,0.06,Adjective,8,7,3,unguided,10.83,1.00,10.83,1.00,none,none,none, unhallowed,unhallowed,0.06,Adjective,10,7,3,unhallowed,13.21,0.74,13.21,0.74,none,none,none, unhand,unhand,0.84,Adjective,6,6,2,unhand,11.63,0.90,11.63,0.90,none,none,none, unhandsome,unhandsome,0.02,Adjective,10,8,3,unhandsome,9.76,0.85,9.76,0.85,none,none,none, unhappier,unhappier,0.08,Adjective,9,7,4,unhappy,none,none,4.89,1.00,none,none,none, unhappiest,unhappiest,0.02,Adjective,10,9,4,unhappy,none,none,4.89,1.00,none,none,none, unhappiness,unhappiness,1.16,Noun,11,9,4,unhappiness,6.84,1.00,6.84,1.00,none,7.09,none, unhappy,unhappy,16.53,Adjective,7,6,3,unhappy,4.89,1.00,4.89,1.00,none,none,none, unharmed,unharmed,1.51,Adjective,8,7,2,unharmed,9.21,1.00,9.21,1.00,none,none,none, unharmonious,unharmonious,Err:512,Err:512,12,11,5,unharmonious,12.55,1.00,12.55,1.00,11.73,none,none, unharnessed,unharnessed,0.02,Adjective,11,9,3,unharnessed,10.32,0.95,10.32,0.95,none,none,none, unhealthy,unhealthy,1.63,Adjective,9,7,3,unhealthy,6.78,1.00,6.78,1.00,8.69,none,none, unheard,unheard,1.49,Adjective,7,5,2,unheard,8.47,0.94,8.47,0.94,none,none,none, unheated,unheated,0.02,Adjective,8,7,3,unheated,8.50,1.00,8.50,1.00,none,none,none, unheeded,unheeded,0.12,Adjective,8,7,3,unheeded,12.28,0.95,12.28,0.95,none,none,none, unhelpful,unhelpful,0.18,Adjective,9,9,3,unhelpful,8.16,1.00,8.16,1.00,none,none,none, unhindered,unhindered,0.02,Adjective,10,8,3,unhindered,12.18,0.94,12.18,0.94,none,none,none, unhinge,unhinge,0.02,Verb,7,6,2,unhinge,11.35,0.89,11.35,0.89,none,none,none, unhinged,unhinged,0.24,Verb,8,7,2,unhinge,none,none,11.35,0.89,none,none,none, unhinges,unhinges,0.02,Verb,8,8,3,unhinge,none,none,11.35,0.89,none,none,none, unhip,unhip,0.06,Noun,5,5,2,unhip,12.35,0.95,12.35,0.95,none,none,none, unhitch,unhitch,0.14,Verb,7,5,2,unhitch,9.30,1.00,9.30,1.00,none,none,none, unhittable,unhittable,0.04,Adjective,10,9,4,unhittable,10.58,0.90,10.58,0.90,none,none,none, unholy,unholy,1.33,Adjective,6,6,3,unholy,9.42,1.00,9.42,1.00,none,none,none, unhook,unhook,0.86,Verb,6,5,2,unhook,7.22,1.00,7.22,1.00,none,none,none, unhooked,unhooked,0.20,Verb,8,6,2,unhook,none,none,7.22,1.00,none,none,none, unhooking,unhooking,0.06,Verb,9,7,3,unhook,none,none,7.22,1.00,none,none,none, unhooks,unhooks,0.04,Verb,7,6,2,unhook,none,none,7.22,1.00,none,none,none, unhorse,unhorse,0.08,Verb,7,6,2,unhorse,9.67,0.67,9.67,0.67,none,none,none, unhurt,unhurt,0.10,Adjective,6,5,2,unhurt,7.22,1.00,7.22,1.00,none,none,none, unhygienic,unhygienic,0.06,Adjective,10,9,4,unhygienic,11.56,0.92,11.56,0.92,none,none,none, unicellular,unicellular,0.02,Adjective,11,11,5,unicellular,12.36,0.78,12.36,0.78,none,none,none, unicorn,unicorn,2.47,Noun,7,8,3,unicorn,4.83,1.00,4.83,1.00,none,none,none, unicorns,unicorns,1.22,Noun,8,9,3,unicorn,none,none,4.83,1.00,none,none,none, unicycle,unicycle,0.22,Noun,8,9,4,unicycle,7.26,0.95,7.26,0.95,none,none,none, unicyclist,unicyclist,0.02,Noun,10,12,5,unicyclist,8.18,0.94,8.18,0.94,none,none,none, unidentifiable,unidentifiable,0.12,Adjective,14,14,7,unidentifiable,10.58,1.00,10.58,1.00,none,none,none, unidentified,unidentified,3.67,Adjective,12,11,5,unidentified,9.95,1.00,9.95,1.00,none,none,none, unidirectional,unidirectional,0.02,Adjective,14,14,6,unidirectional,13.77,0.72,13.77,0.72,none,none,none, unification,unification,1.61,Noun,11,11,5,unification,14.33,0.95,14.33,0.95,none,12.64,none, unified,unified,1.16,Adjective,7,7,3,unified,11.44,1.00,11.44,1.00,none,none,none, unifies,unifies,0.04,Verb,7,7,3,unify,none,none,10.39,1.00,none,none,none, uniform,uniform,24.82,Noun,7,8,3,uniform,5.60,1.00,5.60,1.00,none,6.67,none, uniformed,uniformed,0.57,Adjective,9,9,3,uniformed,7.94,1.00,7.94,1.00,none,none,none, uniformity,uniformity,0.08,Noun,10,11,5,uniformity,11.78,1.00,11.78,1.00,none,none,none, uniforms,uniforms,7.90,Noun,8,9,3,uniform,none,none,5.60,1.00,none,6.67,none, unify,unify,0.27,Verb,5,6,3,unify,10.39,1.00,10.39,1.00,none,none,none, unifying,unifying,0.18,Adjective,8,8,4,unifying,11.74,1.00,11.74,1.00,none,none,none, unilateral,unilateral,0.29,Adjective,10,10,5,unilateral,14.12,0.89,14.12,0.89,none,none,none, unimaginable,unimaginable,0.92,Adjective,12,12,6,unimaginable,10.47,1.00,10.47,1.00,none,none,none, unimaginative,unimaginative,0.29,Adjective,13,12,6,unimaginative,10.32,1.00,10.32,1.00,none,none,none, unimpaired,unimpaired,0.04,Adjective,10,8,3,unimpaired,11.42,0.90,11.42,0.90,none,none,none, unimpeachable,unimpeachable,0.14,Adjective,13,11,5,unimpeachable,12.68,0.90,12.68,0.90,none,none,none, unimpeded,unimpeded,0.08,Adjective,9,9,4,unimpeded,14.07,0.83,14.07,0.83,none,none,none, unimportance,unimportance,0.06,Noun,12,11,4,unimportance,9.94,1.00,9.94,1.00,none,none,none, unimportant,unimportant,2.45,Adjective,11,11,4,unimportant,7.84,1.00,7.84,1.00,none,none,none, unimpressed,unimpressed,0.31,Adjective,11,9,3,unimpressed,9.50,1.00,9.50,1.00,none,none,none, unimpressive,unimpressive,0.24,Adjective,12,10,4,unimpressive,9.68,1.00,9.68,1.00,none,none,none, unimproved,unimproved,0.02,Adjective,10,9,3,unimproved,9.84,0.95,9.84,0.95,none,none,none, unindicted,unindicted,0.02,Adjective,10,9,4,unindicted,15.36,0.74,15.36,0.74,none,none,none, uninfected,uninfected,0.02,Adjective,10,10,4,uninfected,10.11,1.00,10.11,1.00,none,none,none, uninformed,uninformed,0.29,Adjective,10,9,3,uninformed,12.35,1.00,12.35,1.00,none,none,none, uninhabitable,uninhabitable,0.31,Adjective,13,13,6,uninhabitable,11.89,1.00,11.89,1.00,none,none,none, uninhabited,uninhabited,0.47,Adjective,11,11,5,uninhabited,9.28,1.00,9.28,1.00,none,none,none, uninhibited,uninhibited,0.24,Adjective,11,11,5,uninhibited,13.16,1.00,13.16,1.00,none,none,none, uninitiated,uninitiated,0.02,Adjective,11,11,6,uninitiated,11.56,0.95,11.56,0.95,none,none,none, uninjured,uninjured,0.10,Adjective,9,7,3,uninjured,8.84,1.00,8.84,1.00,none,none,none, uninspected,uninspected,0.04,Adjective,11,11,4,uninspected,11.00,0.90,11.00,0.90,none,none,none, uninspired,uninspired,0.35,Adjective,10,9,4,uninspired,11.00,1.00,11.00,1.00,none,none,none, uninspiring,uninspiring,0.20,Adjective,11,10,4,uninspiring,11.26,1.00,11.26,1.00,none,none,none, uninsured,uninsured,0.31,Adjective,9,8,3,uninsured,13.32,1.00,13.32,1.00,none,none,none, unintelligent,unintelligent,0.22,Adjective,13,12,5,unintelligent,10.72,1.00,10.72,1.00,none,none,none, unintelligible,unintelligible,0.49,Adjective,14,13,6,unintelligible,14.10,1.00,14.10,1.00,none,none,none, unintended,unintended,0.20,Adjective,10,10,4,unintended,11.16,1.00,11.16,1.00,none,none,none, unintentional,unintentional,0.41,Adjective,13,12,5,unintentional,9.26,1.00,9.26,1.00,none,none,none, uninterested,uninterested,0.10,Adjective,12,11,4,uninterested,9.06,1.00,9.06,1.00,none,none,none, uninteresting,uninteresting,0.31,Adjective,13,11,4,uninteresting,10.10,1.00,10.10,1.00,none,none,none, uninterrupted,uninterrupted,0.53,Adjective,13,11,5,uninterrupted,9.47,1.00,9.47,1.00,none,none,none, uninvited,uninvited,1.39,Adjective,9,9,4,uninvited,9.00,1.00,9.00,1.00,none,none,none, uninviting,uninviting,0.04,Adjective,10,9,4,uninviting,9.81,1.00,9.81,1.00,none,none,none, uninvolved,uninvolved,0.22,Adjective,10,9,3,uninvolved,10.95,0.95,10.95,0.95,none,none,none, union,union,21.78,Noun,5,6,2,union,9.39,1.00,9.39,1.00,none,9.92,none,10.70 unionism,unionism,0.04,Noun,8,10,4,unionism,15.00,0.74,15.00,0.74,none,none,none, unionist,unionist,0.02,Noun,8,9,3,unionist,13.88,0.89,13.88,0.89,13.08,none,none, unionists,unionists,0.06,Noun,9,10,3,unionist,none,none,13.88,0.89,13.08,none,none, unionize,unionise,0.10,Verb,8,8,3,unionize,15.63,0.95,15.63,0.95,none,none,none, unionizes,unionises,0.02,Verb,9,10,4,unionize,none,none,15.63,0.95,none,none,none, unions,unions,1.39,Noun,6,7,2,union,none,none,9.39,1.00,none,9.92,none,10.70 unique,unique,13.65,Adjective,6,5,2,unique,8.63,1.00,8.63,1.00,none,8.60,none,8.70 uniqueness,uniqueness,0.35,Noun,10,8,3,uniqueness,10.68,1.00,10.68,1.00,none,none,none, unisex,unisex,0.71,Noun,6,8,3,unisex,11.40,1.00,11.40,1.00,none,none,none, unison,unison,0.41,Noun,6,7,3,unison,11.12,0.94,11.12,0.94,none,none,none, unit,unit,36.18,Noun,4,5,2,unit,7.79,1.00,7.79,1.00,none,8.18,none, unitarian,unitarian,0.16,Adjective,9,10,5,unitarian,14.00,0.83,14.00,0.83,none,none,none, unite,unite,3.02,Verb,5,5,2,unite,7.89,1.00,7.89,1.00,none,9.22,none,9.67 unites,unites,0.53,Verb,6,6,2,unite,none,none,7.89,1.00,none,9.22,none,9.67 unities,unities,0.02,Noun,7,7,3,unity,none,none,9.48,1.00,none,none,none, uniting,uniting,0.29,Verb,7,7,3,unite,none,none,7.89,1.00,none,9.22,none,9.67 units,units,20.24,Noun,5,6,2,unit,none,none,7.79,1.00,none,8.18,none, unity,unity,2.71,Noun,5,6,3,unity,9.48,1.00,9.48,1.00,none,none,none, universal,universal,5.86,Adjective,9,9,4,universal,10.21,1.00,10.21,1.00,none,none,none, universalist,universalist,0.02,Adjective,12,12,5,universalist,13.62,0.84,13.62,0.84,none,none,none, universals,universals,0.02,Noun,10,10,4,universal,none,none,10.21,1.00,none,none,none, universe,universe,25.27,Noun,8,7,3,universe,9.26,1.00,9.26,1.00,none,none,none, universes,universes,0.45,Noun,9,9,4,universe,none,none,9.26,1.00,none,none,none, universities,universities,1.39,Noun,12,11,5,university,none,none,10.72,1.00,none,9.81,none, university,university,23.59,Noun,10,10,5,university,10.72,1.00,10.72,1.00,none,9.81,none, unjust,unjust,1.16,Adjective,6,6,2,unjust,11.33,1.00,11.33,1.00,none,none,none, unjustified,unjustified,0.16,Adjective,11,10,4,unjustified,11.44,1.00,11.44,1.00,none,none,none, unkempt,unkempt,0.24,Adjective,7,7,2,unkempt,13.00,1.00,13.00,1.00,none,none,none, unkind,unkind,1.39,Adjective,6,6,2,unkind,7.21,1.00,7.21,1.00,6.08,none,none, unkindest,unkindest,0.04,Adjective,9,9,3,unkind,none,none,7.21,1.00,6.08,none,none, unkindness,unkindness,0.10,Noun,10,9,3,unkindness,7.68,1.00,7.68,1.00,7.01,none,none, unknowable,unknowable,0.20,Adjective,10,8,4,unknowable,9.80,1.00,9.80,1.00,none,none,none, unknowing,unknowing,0.25,Adjective,9,6,3,unknowing,8.50,0.95,8.50,0.95,none,none,none, unknown,unknown,15.18,Adjective,7,5,2,unknown,8.11,1.00,8.11,1.00,7.26,8.09,none, unknowns,unknowns,0.25,Noun,8,5,2,unknown,none,none,8.11,1.00,7.26,8.09,none, unlace,unlace,0.02,Verb,6,5,2,unlace,8.17,0.95,8.17,0.95,none,none,none, unladylike,unladylike,0.16,Adjective,10,9,4,unladylike,10.37,1.00,10.37,1.00,none,none,none, unlamented,unlamented,0.02,Adjective,10,10,4,unlamented,13.82,0.89,13.82,0.89,none,none,none, unlatch,unlatch,0.06,Verb,7,5,2,unlatch,8.53,1.00,8.53,1.00,none,none,none, unlawful,unlawful,0.76,Adjective,8,7,3,unlawful,11.32,1.00,11.32,1.00,none,none,none, unleaded,unleaded,0.35,Adjective,8,7,3,unleaded,11.65,1.00,11.65,1.00,none,none,none, unlearn,unlearn,0.08,Verb,7,5,2,unlearn,10.62,0.84,10.62,0.84,none,none,none, unleash,unleash,1.67,Verb,7,5,2,unleash,8.37,0.95,8.37,0.95,none,none,none, unleashed,unleashed,1.02,Verb,9,6,2,unleash,none,none,8.37,0.95,none,none,none, unleashes,unleashes,0.25,Verb,9,7,3,unleash,none,none,8.37,0.95,none,none,none, unleashing,unleashing,0.33,Verb,10,7,3,unleash,none,none,8.37,0.95,none,none,none, unleavened,unleavened,0.02,Adjective,10,8,3,unleavened,12.92,0.68,12.92,0.68,none,none,none, unless,unless,113.69,Conjunction,6,5,2,unless,7.22,1.00,7.22,1.00,6.53,none,none,7.96 unlicensed,unlicensed,0.39,Adjective,10,9,3,unlicensed,11.33,1.00,11.33,1.00,none,none,none, unlighted,unlighted,0.04,Adjective,9,7,3,unlighted,8.74,1.00,8.74,1.00,none,none,none, unlikable,unlikable,0.18,Adjective,9,9,4,unlikable,8.60,1.00,8.60,1.00,none,none,none, unlikeable,unlikeable,0.04,Adjective,10,9,4,unlikeable,8.00,1.00,8.00,1.00,none,none,none, unlikeliest,unlikeliest,0.08,Adjective,11,10,4,unlikely,none,none,8.79,1.00,none,none,none, unlikelihood,unlikelihood,0.04,Noun,12,10,4,unlikelihood,10.95,1.00,10.95,1.00,none,none,none, unlikely,unlikely,5.06,Adjective,8,7,3,unlikely,8.79,1.00,8.79,1.00,none,none,none, unlimber,unlimber,0.02,Noun,8,7,3,unlimber,13.18,0.81,13.18,0.81,none,none,none, unlimited,unlimited,2.80,Adjective,9,9,4,unlimited,9.11,1.00,9.11,1.00,none,none,none, unlink,unlink,0.02,Verb,6,6,2,unlink,12.28,1.00,12.28,1.00,none,none,none, unlisted,unlisted,0.96,Adjective,8,8,3,unlisted,11.21,1.00,11.21,1.00,none,none,none, unlit,unlit,0.06,Adjective,5,5,2,unlit,7.61,1.00,7.61,1.00,none,none,none, unlivable,unliveable,0.06,Adjective,9,9,4,unlivable,9.70,1.00,9.70,1.00,none,none,none, unlived,unlived,0.08,Adjective,7,6,2,unlived,11.20,0.79,11.20,0.79,none,none,none, unload,unload,4.61,Verb,6,5,2,unload,7.86,1.00,7.86,1.00,none,none,none, unloaded,unloaded,1.45,Verb,8,7,3,unload,none,none,7.86,1.00,none,none,none, unloading,unloading,1.75,Verb,9,7,3,unload,none,none,7.86,1.00,none,none,none, unloads,unloads,0.18,Verb,7,6,2,unload,none,none,7.86,1.00,none,none,none, unlock,unlock,5.49,Verb,6,5,2,unlock,7.06,1.00,7.06,1.00,none,none,none, unlocked,unlocked,3.80,Verb,8,6,2,unlock,none,none,7.06,1.00,none,none,none, unlocking,unlocking,0.61,Verb,9,7,3,unlock,none,none,7.06,1.00,none,none,none, unlocks,unlocks,0.33,Verb,7,6,2,unlock,none,none,7.06,1.00,none,none,none, unlogged,unlogged,0.02,Adjective,8,6,2,unlogged,13.07,0.78,13.07,0.78,none,none,none, unlooked,unlooked,0.02,Adjective,8,6,2,unlooked,10.29,0.85,10.29,0.85,none,none,none, unloose,unloose,0.02,Noun,7,5,2,unloose,11.64,0.74,11.64,0.74,none,none,none, unloosen,unloosen,0.08,Noun,8,7,3,unloosen,8.81,0.89,8.81,0.89,none,none,none, unlovable,unlovable,0.10,Adjective,9,9,4,unlovable,8.68,1.00,8.68,1.00,none,none,none, unloved,unloved,0.35,Adjective,7,6,2,unloved,7.28,1.00,7.28,1.00,none,none,none, unlovely,unlovely,0.04,Adjective,8,7,3,unlovely,10.06,1.00,10.06,1.00,none,none,none, unloving,unloving,0.04,Adjective,8,7,3,unloving,8.95,1.00,8.95,1.00,none,none,none, unluckier,unluckier,0.02,Adjective,9,7,4,unlucky,none,none,7.05,1.00,none,none,none, unluckiest,unluckiest,0.14,Adjective,10,9,4,unlucky,none,none,7.05,1.00,none,none,none, unlucky,unlucky,4.12,Adjective,7,6,3,unlucky,7.05,1.00,7.05,1.00,none,none,none, unmade,unmade,0.25,Adjective,6,5,2,unmade,9.05,1.00,9.05,1.00,none,none,none, unmake,unmake,0.10,Verb,6,5,2,unmake,11.28,0.95,11.28,0.95,none,none,none, unman,unman,0.02,Verb,5,5,2,unman,13.40,0.83,13.40,0.83,none,none,none, unmanageable,unmanageable,0.18,Adjective,12,11,5,unmanageable,11.06,0.95,11.06,0.95,none,none,none, unmanliness,unmanliness,0.02,Noun,11,10,4,unmanliness,11.56,0.95,11.56,0.95,none,none,none, unmanly,unmanly,0.14,Adjective,7,7,3,unmanly,10.72,1.00,10.72,1.00,none,none,none, unmanned,unmanned,0.57,Adjective,8,6,2,unmanned,11.38,0.91,11.38,0.91,none,none,none, unmannered,unmannered,0.04,Adjective,10,7,3,unmannered,9.94,1.00,9.94,1.00,none,none,none, unmannerly,unmannerly,0.06,Adjective,10,8,4,unmannerly,9.65,0.94,9.65,0.94,none,none,none, unmapped,unmapped,0.06,Adjective,8,6,2,unmapped,10.83,0.95,10.83,0.95,none,none,none, unmarked,unmarked,1.37,Adjective,8,7,2,unmarked,8.00,1.00,8.00,1.00,none,none,none, unmarketable,unmarketable,0.02,Adjective,12,12,5,unmarketable,12.32,1.00,12.32,1.00,none,none,none, unmarried,unmarried,2.04,Adjective,9,7,3,unmarried,9.00,1.00,9.00,1.00,none,none,none, unmask,unmask,0.27,Verb,6,6,2,unmask,9.32,0.95,9.32,0.95,none,none,none, unmasked,unmasked,0.24,Verb,8,7,2,unmask,none,none,9.32,0.95,none,none,none, unmasks,unmasks,0.04,Verb,7,7,2,unmask,none,none,9.32,0.95,none,none,none, unmatched,unmatched,0.14,Adjective,9,6,2,unmatched,9.78,0.95,9.78,0.95,none,none,none, unmeet,unmeet,0.02,Noun,6,5,2,unmeet,11.58,0.67,11.58,0.67,none,none,none, unmentionable,unmentionable,0.20,Adjective,13,12,5,unmentionable,11.17,1.00,11.17,1.00,none,none,none, unmentionables,unmentionables,0.20,Noun,14,13,5,unmentionables,13.15,0.95,13.15,0.95,none,none,none, unmentioned,unmentioned,0.04,Adjective,11,9,3,unmentioned,11.17,1.00,11.17,1.00,none,none,none, unmerciful,unmerciful,0.10,Adjective,10,9,4,unmerciful,10.11,0.95,10.11,0.95,none,none,none, unmet,unmet,0.02,Adjective,5,5,2,unmet,12.40,0.83,12.40,0.83,none,none,none, unmilitary,unmilitary,0.18,Adjective,10,10,5,unmilitary,11.65,0.89,11.65,0.89,none,none,none, unmissed,unmissed,0.02,Adjective,8,6,2,unmissed,10.94,0.89,10.94,0.89,none,none,none, unmistakable,unmistakable,0.88,Adjective,12,12,5,unmistakable,10.21,1.00,10.21,1.00,none,none,none, unmitigated,unmitigated,0.49,Adjective,11,11,5,unmitigated,15.81,0.84,15.81,0.84,none,none,none, unmixed,unmixed,0.02,Adjective,7,7,2,unmixed,7.89,1.00,7.89,1.00,none,none,none, unmodified,unmodified,0.04,Adjective,10,9,4,unmodified,13.20,1.00,13.20,1.00,none,none,none, unmolested,unmolested,0.04,Adjective,10,10,4,unmolested,13.47,0.95,13.47,0.95,none,none,none, unmonitored,unmonitored,0.02,Adjective,11,9,4,unmonitored,11.94,1.00,11.94,1.00,none,none,none, unmoor,unmoor,0.02,Verb,6,5,2,unmoor,13.33,0.33,13.33,0.33,none,none,none, unmotivated,unmotivated,0.16,Adjective,11,11,5,unmotivated,10.35,1.00,10.35,1.00,none,none,none, unmoving,unmoving,0.02,Adjective,8,7,3,unmoving,8.06,1.00,8.06,1.00,none,none,none, unmusical,unmusical,0.02,Adjective,9,10,4,unmusical,9.10,1.00,9.10,1.00,none,none,none, unnamable,unnameable,0.10,Adjective,9,8,4,unnamable,11.06,0.89,11.06,0.89,none,none,none, unnamed,unnamed,0.49,Adjective,7,6,2,unnamed,8.71,0.94,8.71,0.94,none,none,none, unnatural,unnatural,2.75,Adjective,9,8,4,unnatural,9.44,1.00,9.44,1.00,none,none,none, unnecessary,unnecessary,6.20,Adjective,11,10,5,unnecessary,9.50,1.00,9.50,1.00,none,none,none, unneeded,unneeded,0.06,Adjective,8,7,3,unneeded,10.63,1.00,10.63,1.00,none,none,none, unnerve,unnerve,0.16,Verb,7,4,2,unnerve,11.84,1.00,11.84,1.00,none,none,none, unnerved,unnerved,0.37,Verb,8,6,2,unnerve,none,none,11.84,1.00,none,none,none, unnerving,unnerving,0.35,Verb,9,6,3,unnerve,none,none,11.84,1.00,none,none,none, unnoticeable,unnoticeable,0.02,Adjective,12,10,5,unnoticeable,10.42,1.00,10.42,1.00,none,none,none, unnoticed,unnoticed,1.22,Adjective,9,8,3,unnoticed,9.63,1.00,9.63,1.00,none,none,none, unnumbered,unnumbered,0.10,Adjective,10,7,3,unnumbered,9.18,0.94,9.18,0.94,none,none,none, unobserved,unobserved,0.14,Adjective,10,8,3,unobserved,10.63,1.00,10.63,1.00,none,none,none, unobstructed,unobstructed,0.14,Adjective,12,12,4,unobstructed,10.67,0.95,10.67,0.95,none,none,none, unobtainable,unobtainable,0.12,Adjective,12,11,5,unobtainable,13.95,1.00,13.95,1.00,none,none,none, unobtrusive,unobtrusive,0.33,Adjective,11,10,4,unobtrusive,13.81,0.89,13.81,0.89,none,none,none, unobvious,unobvious,0.02,Adjective,9,8,4,unobvious,12.11,0.95,12.11,0.95,none,none,none, unoccupied,unoccupied,0.33,Adjective,10,9,4,unoccupied,8.80,1.00,8.80,1.00,none,none,none, unofficial,unofficial,0.98,Adjective,10,8,4,unofficial,11.22,1.00,11.22,1.00,none,none,none, unopened,unopened,0.55,Adjective,8,7,3,unopened,7.06,1.00,7.06,1.00,none,none,none, unopposed,unopposed,0.22,Adjective,9,7,3,unopposed,11.35,1.00,11.35,1.00,none,none,none, unorganized,unorganised,0.10,Adjective,11,10,4,unorganized,10.11,1.00,10.11,1.00,none,none,none, unoriginal,unoriginal,0.20,Adjective,10,10,5,unoriginal,10.95,0.95,10.95,0.95,none,none,none, unoriginality,unoriginality,0.02,Noun,13,13,7,unoriginality,11.47,1.00,11.47,1.00,none,none,none, unornamented,unornamented,0.02,Adjective,12,12,5,unornamented,11.63,1.00,11.63,1.00,none,none,none, unorthodox,unorthodox,1.41,Adjective,10,10,4,unorthodox,12.19,0.89,12.19,0.89,none,none,none, unpack,unpack,3.24,Verb,6,5,2,unpack,7.53,1.00,7.53,1.00,none,none,none, unpacked,unpacked,1.16,Verb,8,6,2,unpack,none,none,7.53,1.00,none,none,none, unpacking,unpacking,1.12,Verb,9,7,3,unpack,none,none,7.53,1.00,none,none,none, unpaid,unpaid,1.00,Adjective,6,5,2,unpaid,8.85,1.00,8.85,1.00,none,none,none, unpainted,unpainted,0.12,Adjective,9,8,3,unpainted,7.68,1.00,7.68,1.00,none,none,none, unpalatable,unpalatable,0.04,Adjective,11,11,5,unpalatable,13.69,0.72,13.69,0.72,none,none,none, unparalleled,unparalleled,0.57,Adjective,12,10,4,unparalleled,12.40,1.00,12.40,1.00,none,none,none, unpardonable,unpardonable,0.16,Adjective,12,12,5,unpardonable,13.53,1.00,13.53,1.00,none,none,none, unpatriotic,unpatriotic,0.25,Adjective,11,11,5,unpatriotic,11.16,1.00,11.16,1.00,none,none,none, unpatrolled,unpatrolled,0.04,Adjective,11,9,3,unpatrolled,11.06,0.95,11.06,0.95,none,none,none, unpaved,unpaved,0.06,Adjective,7,6,2,unpaved,8.68,1.00,8.68,1.00,none,none,none, unpeel,unpeel,0.04,Verb,6,5,2,unpeel,6.53,0.89,6.53,0.89,none,none,none, unperceptive,unperceptive,0.02,Adjective,12,10,4,unperceptive,13.74,0.95,13.74,0.95,none,none,none, unperturbed,unperturbed,0.02,Adjective,11,8,3,unperturbed,12.76,0.94,12.76,0.94,none,none,none, unpick,unpick,0.04,Verb,6,5,2,unpick,9.29,0.85,9.29,0.85,none,none,none, unpin,unpin,0.06,Noun,5,5,2,unpin,8.44,0.89,8.44,0.89,none,none,none, unplanned,unplanned,0.18,Adjective,9,7,2,unplanned,8.22,1.00,8.22,1.00,none,none,none, unpleasant,unpleasant,6.10,Adjective,10,9,3,unpleasant,9.32,1.00,9.32,1.00,none,none,none, unpleasantness,unpleasantness,0.57,Noun,14,12,4,unpleasantness,9.00,1.00,9.00,1.00,none,8.71,none, unpleasing,unpleasing,0.02,Adjective,10,8,3,unpleasing,9.30,1.00,9.30,1.00,none,none,none, unplug,unplug,0.86,Verb,6,6,2,unplug,7.35,1.00,7.35,1.00,none,none,none, unplugged,unplugged,0.84,Adjective,9,7,2,unplugged,5.42,1.00,5.42,1.00,none,none,none, unplugging,unplugging,0.12,Verb,10,8,3,unplug,none,none,7.35,1.00,none,none,none, unplugs,unplugs,0.06,Verb,7,7,2,unplug,none,none,7.35,1.00,none,none,none, unpolished,unpolished,0.16,Adjective,10,8,3,unpolished,9.00,1.00,9.00,1.00,none,none,none, unpolluted,unpolluted,0.06,Adjective,10,9,4,unpolluted,9.21,1.00,9.21,1.00,none,none,none, unpopular,unpopular,1.29,Adjective,9,9,4,unpopular,8.20,1.00,8.20,1.00,none,none,none, unpopularity,unpopularity,0.04,Noun,12,13,6,unpopularity,10.56,1.00,10.56,1.00,none,none,none, unpopulated,unpopulated,0.06,Adjective,11,12,5,unpopulated,9.63,0.95,9.63,0.95,none,none,none, unpractical,unpractical,0.04,Adjective,11,11,4,unpractical,11.59,0.89,11.59,0.89,none,none,none, unpracticed,unpracticed,0.02,Adjective,11,10,3,unpracticed,11.56,1.00,11.56,1.00,none,none,none, unprecedented,unprecedented,1.57,Adjective,13,13,5,unprecedented,13.16,1.00,13.16,1.00,none,none,none, unpredictability,unpredictability,0.18,Noun,16,16,7,unpredictability,12.14,1.00,12.14,1.00,none,none,none, unpredictable,unpredictable,3.43,Adjective,13,13,5,unpredictable,7.83,1.00,7.83,1.00,none,none,none, unprejudiced,unprejudiced,0.06,Adjective,12,11,4,unprejudiced,11.22,1.00,11.22,1.00,none,none,none, unpremeditated,unpremeditated,0.14,Adjective,14,14,6,unpremeditated,13.62,0.89,13.62,0.89,none,none,none, unprepared,unprepared,1.53,Adjective,10,9,3,unprepared,8.00,1.00,8.00,1.00,none,none,none, unpreparedness,unpreparedness,0.04,Noun,14,13,5,unpreparedness,11.16,1.00,11.16,1.00,none,none,none, unprepossessing,unprepossessing,0.08,Adjective,15,12,5,unprepossessing,14.40,0.53,14.40,0.53,none,none,none, unpreserved,unpreserved,0.02,Adjective,11,9,3,unpreserved,11.00,0.94,11.00,0.94,none,none,none, unpretending,unpretending,0.02,Adjective,12,11,4,unpretending,9.84,1.00,9.84,1.00,none,none,none, unpretentious,unpretentious,0.18,Adjective,13,11,4,unpretentious,14.05,1.00,14.05,1.00,none,none,none, unprincipled,unprincipled,0.31,Adjective,12,12,4,unprincipled,12.89,1.00,12.89,1.00,none,none,none, unprintable,unprintable,0.06,Adjective,11,11,4,unprintable,12.00,1.00,12.00,1.00,none,none,none, unprocessed,unprocessed,0.02,Adjective,11,9,3,unprocessed,10.50,1.00,10.50,1.00,none,none,none, unproduced,unproduced,0.10,Adjective,10,9,3,unproduced,11.47,0.89,11.47,0.89,none,none,none, unproductive,unproductive,0.27,Adjective,12,11,4,unproductive,10.50,1.00,10.50,1.00,none,none,none, unprofessional,unprofessional,1.51,Adjective,14,12,5,unprofessional,10.83,1.00,10.83,1.00,none,none,none, unprofitable,unprofitable,0.08,Adjective,12,12,5,unprofitable,11.05,1.00,11.05,1.00,none,none,none, unprogressive,unprogressive,0.02,Adjective,13,11,4,unprogressive,13.06,0.95,13.06,0.95,none,none,none, unpromising,unpromising,0.06,Adjective,11,10,4,unpromising,12.24,1.00,12.24,1.00,none,none,none, unprompted,unprompted,0.02,Adjective,10,10,3,unprompted,10.48,1.00,10.48,1.00,none,none,none, unpronounceable,unpronounceable,0.08,Adjective,15,13,5,unpronounceable,11.89,1.00,11.89,1.00,none,none,none, unprotected,unprotected,1.24,Adjective,11,11,4,unprotected,9.26,1.00,9.26,1.00,none,none,none, unproved,unproved,0.02,Adjective,8,7,2,unproven,none,none,10.06,1.00,none,none,none, unproven,unproven,0.22,Adjective,8,8,3,unproven,10.06,1.00,10.06,1.00,none,none,none, unprovoked,unprovoked,0.47,Adjective,10,9,3,unprovoked,12.28,1.00,12.28,1.00,none,none,none, unpublished,unpublished,0.24,Adjective,11,9,3,unpublished,12.05,1.00,12.05,1.00,none,none,none, unpunctual,unpunctual,0.02,Adjective,10,11,4,unpunctual,12.76,0.94,12.76,0.94,9.83,none,none, unpunctuality,unpunctuality,0.02,Noun,13,14,6,unpunctuality,10.24,0.89,10.24,0.89,10.41,none,none, unpunished,unpunished,0.71,Adjective,10,8,3,unpunished,8.05,1.00,8.05,1.00,none,none,none, unqualified,unqualified,0.53,Adjective,11,10,4,unqualified,12.17,1.00,12.17,1.00,none,none,none, unquenchable,unquenchable,0.24,Adjective,12,11,4,unquenchable,11.21,1.00,11.21,1.00,none,none,none, unquestionable,unquestionable,0.04,Adjective,14,13,5,unquestionable,11.11,1.00,11.11,1.00,none,none,none, unquestioned,unquestioned,0.25,Adjective,12,10,3,unquestioned,10.61,0.95,10.61,0.95,none,none,none, unquestioning,unquestioning,0.12,Adjective,13,11,4,unquestioning,10.44,0.89,10.44,0.89,none,none,none, unquiet,unquiet,0.04,Adjective,7,7,3,unquiet,8.57,0.78,8.57,0.78,none,none,none, unquote,unquote,0.76,Verb,7,6,2,unquote,12.62,0.89,12.62,0.89,none,none,none, unranked,unranked,0.06,Adjective,8,7,2,unranked,10.56,1.00,10.56,1.00,none,none,none, unrated,unrated,0.02,Adjective,7,7,3,unrated,8.67,1.00,8.67,1.00,none,none,none, unravel,unravel,0.96,Verb,7,7,3,unravel,10.16,1.00,10.16,1.00,none,none,none, unraveled,unravelled,0.24,Adjective,9,8,3,unraveled,7.88,0.94,7.88,0.94,none,none,none, unraveling,unravelling,0.25,Verb,10,9,4,unravel,none,none,10.16,1.00,none,none,none, unravels,unravels,0.18,Verb,8,8,3,unravel,none,none,10.16,1.00,none,none,none, unreachable,unreachable,0.43,Adjective,11,9,4,unreachable,10.16,1.00,10.16,1.00,none,none,none, unread,unread,0.10,Adjective,6,5,2,unread,8.10,1.00,8.10,1.00,none,none,none, unreadable,unreadable,0.12,Adjective,10,9,4,unreadable,8.76,0.94,8.76,0.94,none,none,none, unreal,unreal,2.49,Adjective,6,5,2,unreal,7.37,1.00,7.37,1.00,none,none,none, unrealistic,unrealistic,1.10,Adjective,11,10,4,unrealistic,9.58,1.00,9.58,1.00,none,none,none, unreality,unreality,0.10,Noun,9,9,5,unreality,11.20,0.79,11.20,0.79,none,10.34,none, unrealized,unrealized,0.04,Adjective,10,9,4,unrealized,10.70,1.00,10.70,1.00,none,none,none, unreason,unreason,0.04,Noun,8,7,3,unreason,11.88,0.85,11.88,0.85,none,none,none, unreasonable,unreasonable,3.80,Adjective,12,10,4,unreasonable,9.17,0.95,9.17,0.95,none,none,none, unreasonableness,unreasonableness,0.02,Noun,16,14,6,unreasonableness,11.94,1.00,11.94,1.00,none,none,none, unreasoned,unreasoned,0.02,Adjective,10,8,3,unreasoned,10.83,1.00,10.83,1.00,none,none,none, unreasoning,unreasoning,0.08,Adjective,11,8,3,unreasoning,12.44,0.90,12.44,0.90,none,none,none, unrecognizable,unrecognisable,0.27,Adjective,14,14,6,unrecognizable,11.67,1.00,11.67,1.00,none,none,none, unrecognized,unrecognised,0.12,Adjective,12,11,4,unrecognized,9.00,1.00,9.00,1.00,none,none,none, unreconstructed,unreconstructed,0.04,Adjective,15,15,5,unreconstructed,15.59,0.85,15.59,0.85,none,none,none, unrecorded,unrecorded,0.08,Adjective,10,10,4,unrecorded,11.88,0.94,11.88,0.94,none,none,none, unrecoverable,unrecoverable,0.06,Adjective,13,12,6,unrecoverable,10.75,1.00,10.75,1.00,none,none,none, unrecovered,unrecovered,0.02,Adjective,11,9,4,unrecovered,9.88,0.89,9.88,0.89,none,none,none, unredeemable,unredeemable,0.04,Adjective,12,11,5,unredeemable,12.28,1.00,12.28,1.00,none,none,none, unredeemed,unredeemed,0.02,Adjective,10,8,3,unredeemed,13.58,0.95,13.58,0.95,none,none,none, unreel,unreel,0.02,Verb,6,5,2,unreel,10.00,0.84,10.00,0.84,none,none,none, unrefined,unrefined,0.24,Adjective,9,8,3,unrefined,11.47,0.94,11.47,0.94,none,none,none, unrefrigerated,unrefrigerated,0.04,Adjective,14,13,6,unrefrigerated,9.70,1.00,9.70,1.00,none,none,none, unregistered,unregistered,0.33,Adjective,12,10,4,unregistered,10.39,0.95,10.39,0.95,none,none,none, unregulated,unregulated,0.12,Adjective,11,12,5,unregulated,11.76,0.94,11.76,0.94,none,none,none, unrehearsed,unrehearsed,0.10,Adjective,11,8,3,unrehearsed,11.26,1.00,11.26,1.00,none,none,none, unreinforced,unreinforced,0.02,Adjective,12,11,4,unreinforced,11.24,0.94,11.24,0.94,none,none,none, unrelated,unrelated,1.06,Adjective,9,9,4,unrelated,9.65,1.00,9.65,1.00,none,none,none, unreleased,unreleased,0.04,Adjective,10,8,3,unreleased,10.74,1.00,10.74,1.00,none,none,none, unrelenting,unrelenting,0.45,Adjective,11,10,4,unrelenting,12.71,0.81,12.71,0.81,none,none,none, unreliability,unreliability,0.00,Err:512,13,13,7,unreliability,10.28,1.00,10.28,1.00,10.58,none,none, unreliable,unreliable,1.67,Adjective,10,10,5,unreliable,8.89,1.00,8.89,1.00,9.72,none,none, unrelieved,unrelieved,0.02,Adjective,10,8,3,unrelieved,11.45,1.00,11.45,1.00,none,none,none, unreligious,unreligious,0.02,Adjective,11,9,4,unreligious,10.26,1.00,10.26,1.00,none,none,none, unremarkable,unremarkable,0.41,Adjective,12,12,5,unremarkable,11.06,1.00,11.06,1.00,none,none,none, unremarked,unremarked,0.02,Adjective,10,9,3,unremarked,12.00,1.00,12.00,1.00,none,none,none, unremembered,unremembered,0.02,Adjective,12,10,4,unremembered,9.33,1.00,9.33,1.00,none,none,none, unremitting,unremitting,0.06,Adjective,11,9,4,unremitting,15.53,0.75,15.53,0.75,none,none,none, unremorseful,unremorseful,0.02,Adjective,12,11,4,unremorseful,11.30,1.00,11.30,1.00,none,none,none, unrepaired,unrepaired,0.02,Adjective,10,8,3,unrepaired,9.00,0.89,9.00,0.89,none,none,none, unrepeatable,unrepeatable,0.02,Adjective,12,11,5,unrepeatable,9.00,0.95,9.00,0.95,none,none,none, unrepentant,unrepentant,0.24,Adjective,11,11,4,unrepentant,11.75,0.86,11.75,0.86,none,none,none, unreported,unreported,0.18,Adjective,10,10,4,unreported,10.89,1.00,10.89,1.00,none,none,none, unrepresented,unrepresented,0.04,Adjective,13,13,5,unrepresented,10.89,1.00,10.89,1.00,none,none,none, unrequested,unrequested,0.02,Adjective,11,11,4,unrequested,10.50,0.95,10.50,0.95,none,none,none, unrequited,unrequited,0.43,Adjective,10,10,4,unrequited,15.12,0.81,15.12,0.81,none,none,none, unresolved,unresolved,0.82,Adjective,10,9,3,unresolved,10.05,1.00,10.05,1.00,none,none,none, unresponsive,unresponsive,0.69,Adjective,12,11,4,unresponsive,10.95,1.00,10.95,1.00,none,none,none, unrest,unrest,1.02,Noun,6,6,2,unrest,10.50,1.00,10.50,1.00,none,9.51,none, unrestrained,unrestrained,0.14,Adjective,12,10,3,unrestrained,12.83,1.00,12.83,1.00,none,none,none, unrestricted,unrestricted,0.22,Adjective,12,12,4,unrestricted,11.62,1.00,11.62,1.00,none,none,none, unreturned,unreturned,0.22,Adjective,10,8,3,unreturned,9.00,0.95,9.00,0.95,none,none,none, unrevealed,unrevealed,0.04,Adjective,10,8,3,unrevealed,10.79,1.00,10.79,1.00,none,none,none, unrevealing,unrevealing,0.02,Adjective,11,9,4,unrevealing,11.58,0.94,11.58,0.94,none,none,none, unrewarded,unrewarded,0.14,Adjective,10,10,4,unrewarded,9.72,1.00,9.72,1.00,none,none,none, unrewarding,unrewarding,0.06,Adjective,11,10,4,unrewarding,10.72,1.00,10.72,1.00,none,none,none, unriddle,unriddle,Err:512,Err:512,8,7,3,unriddle,12.85,0.68,12.85,0.68,none,none,none, unrighteous,unrighteous,0.14,Adjective,11,7,3,unrighteous,9.89,0.95,9.89,0.95,none,none,none, unrighteousness,unrighteousness,0.02,Noun,15,10,4,unrighteousness,12.67,1.00,12.67,1.00,none,none,none, unripe,unripe,0.04,Adjective,6,5,2,unripe,7.50,0.95,7.50,0.95,none,none,none, unrivaled,unrivalled,0.10,Adjective,9,8,3,unrivalled,none,none,12.85,0.92,none,none,none, unrivalled,unrivalled,0.10,Adjective,10,8,3,unrivalled,12.85,0.92,12.85,0.92,none,none,none, unroll,unroll,0.18,Verb,6,5,2,unroll,6.57,1.00,6.57,1.00,none,none,none, unrolled,unrolled,0.12,Verb,8,6,2,unroll,none,none,6.57,1.00,none,none,none, unrolls,unrolls,0.04,Verb,7,6,2,unroll,none,none,6.57,1.00,none,none,none, unromantic,unromantic,0.47,Adjective,10,10,4,unromantic,11.44,1.00,11.44,1.00,none,none,none, unruffled,unruffled,0.04,Adjective,9,8,3,unruffled,9.17,1.00,9.17,1.00,none,none,none, unruly,unruly,0.71,Adjective,6,6,3,unruly,9.68,1.00,9.68,1.00,none,none,none, unsaddle,unsaddle,0.06,Verb,8,7,3,unsaddle,10.00,0.89,10.00,0.89,none,none,none, unsafe,unsafe,1.51,Adjective,6,5,2,unsafe,4.74,1.00,4.74,1.00,none,none,none, unsaid,unsaid,0.73,Verb,6,5,2,unsay,none,none,12.36,0.78,none,none,none, unsalted,unsalted,0.06,Adjective,8,8,3,unsalted,7.26,1.00,7.26,1.00,none,none,none, unsalvageable,unsalvageable,0.02,Adjective,13,12,5,unsalvageable,13.72,1.00,13.72,1.00,none,none,none, unsanctified,unsanctified,0.08,Adjective,12,11,4,unsanctified,13.74,0.95,13.74,0.95,none,none,none, unsanctioned,unsanctioned,0.04,Adjective,12,10,3,unsanctioned,14.11,1.00,14.11,1.00,none,none,none, unsanitary,unsanitary,0.41,Adjective,10,10,5,unsanitary,11.00,1.00,11.00,1.00,none,none,none, unsatisfactory,unsatisfactory,0.35,Adjective,14,13,6,unsatisfactory,9.00,1.00,9.00,1.00,none,none,none, unsatisfied,unsatisfied,0.55,Adjective,11,10,4,unsatisfied,8.37,1.00,8.37,1.00,none,none,none, unsaturated,unsaturated,0.02,Adjective,11,10,5,unsaturated,14.22,1.00,14.22,1.00,none,none,none, unsaved,unsaved,0.04,Adjective,7,6,2,unsaved,8.89,1.00,8.89,1.00,none,none,none, unsavory,unsavoury,0.76,Adjective,8,7,4,unsavory,13.63,1.00,13.63,1.00,none,none,none, unsay,unsay,0.02,Verb,5,4,2,unsay,12.36,0.78,12.36,0.78,none,none,none, unscathed,unscathed,0.37,Adjective,9,7,2,unscathed,11.47,0.89,11.47,0.89,none,none,none, unscented,unscented,0.06,Adjective,9,8,3,unscented,8.68,1.00,8.68,1.00,none,none,none, unscheduled,unscheduled,0.59,Adjective,11,9,3,unscheduled,9.89,1.00,9.89,1.00,none,none,none, unschooled,unschooled,0.06,Adjective,10,7,2,unschooled,9.88,0.94,9.88,0.94,none,none,none, unscientific,unscientific,0.22,Adjective,12,11,5,unscientific,11.75,1.00,11.75,1.00,none,none,none, unscramble,unscramble,0.22,Verb,10,10,3,unscramble,10.11,0.95,10.11,0.95,none,none,none, unscrambled,unscrambled,0.06,Adjective,11,11,3,unscrambled,11.17,1.00,11.17,1.00,none,none,none, unscrambles,unscrambles,0.04,Verb,11,11,3,unscramble,none,none,10.11,0.95,none,none,none, unscreened,unscreened,0.02,Adjective,10,8,2,unscreened,11.05,1.00,11.05,1.00,none,none,none, unscrew,unscrew,0.49,Verb,7,6,2,unscrew,6.76,1.00,6.76,1.00,none,none,none, unscrewed,unscrewed,0.16,Verb,9,7,2,unscrew,none,none,6.76,1.00,none,none,none, unscrewing,unscrewing,0.10,Verb,10,8,3,unscrew,none,none,6.76,1.00,none,none,none, unscrews,unscrews,0.04,Verb,8,7,2,unscrew,none,none,6.76,1.00,none,none,none, unscripted,unscripted,0.06,Adjective,10,10,3,unscripted,12.26,1.00,12.26,1.00,none,none,none, unscrupulous,unscrupulous,0.57,Adjective,12,12,4,unscrupulous,14.19,0.84,14.19,0.84,none,none,none, unseal,unseal,0.08,Verb,6,5,2,unseal,8.89,1.00,8.89,1.00,none,none,none, unsealed,unsealed,0.08,Verb,8,6,2,unseal,none,none,8.89,1.00,none,none,none, unsearchable,unsearchable,0.02,Adjective,12,9,4,unsearchable,11.30,0.95,11.30,0.95,none,none,none, unseasonable,unseasonable,0.08,Adjective,12,11,5,unseasonable,11.06,1.00,11.06,1.00,none,none,none, unseasoned,unseasoned,0.02,Adjective,10,8,3,unseasoned,12.44,1.00,12.44,1.00,none,none,none, unseat,unseat,0.06,Verb,6,5,2,unseat,10.33,0.95,10.33,0.95,none,none,none, unsecured,unsecured,0.18,Adjective,9,9,3,unsecured,11.44,1.00,11.44,1.00,none,none,none, unseeing,unseeing,0.02,Adjective,8,6,3,unseeing,10.21,0.95,10.21,0.95,none,none,none, unseemliness,unseemliness,0.02,Noun,12,10,4,unseemliness,12.29,0.89,12.29,0.89,none,none,none, unseen,unseen,2.16,Adjective,6,5,2,unseen,9.56,1.00,9.56,1.00,none,none,none, unselfconscious,unselfconscious,0.02,Adjective,15,12,4,unselfconscious,12.00,0.95,12.00,0.95,none,none,none, unselfish,unselfish,0.86,Adjective,9,8,3,unselfish,9.00,1.00,9.00,1.00,none,none,none, unselfishness,unselfishness,0.02,Noun,13,11,4,unselfishness,9.94,1.00,9.94,1.00,none,none,none, unsentimental,unsentimental,0.06,Adjective,13,13,5,unsentimental,12.33,1.00,12.33,1.00,none,none,none, unserious,unserious,0.06,Adjective,9,8,4,unserious,9.12,0.84,9.12,0.84,none,none,none, unset,unset,0.02,Verb,5,5,2,unset,10.00,1.00,10.00,1.00,none,none,none, unsettle,unsettle,0.06,Verb,8,7,3,unsettle,9.74,1.00,9.74,1.00,none,none,none, unsettled,unsettled,0.69,Verb,9,8,3,unsettle,none,none,9.74,1.00,none,none,none, unsettlement,unsettlement,0.04,Noun,12,11,4,unsettlement,11.71,0.94,11.71,0.94,none,none,none, unsettles,unsettles,0.02,Verb,9,8,3,unsettle,none,none,9.74,1.00,none,none,none, unsettling,unsettling,0.80,Verb,10,9,4,unsettle,none,none,9.74,1.00,none,none,none, unsex,unsex,0.04,Verb,5,6,2,unsex,12.62,0.42,12.62,0.42,none,none,none, unshackle,unshackle,0.04,Verb,9,7,3,unshackle,11.28,0.90,11.28,0.90,none,none,none, unshackled,unshackled,0.06,Adjective,10,8,3,unshackled,9.95,1.00,9.95,1.00,none,none,none, unshakable,unshakable,0.20,Adjective,10,9,4,unshakable,11.56,1.00,11.56,1.00,none,none,none, unshakeable,unshakeable,0.04,Adjective,11,9,4,unshakable,none,none,11.56,1.00,none,none,none, unshaken,unshaken,0.02,Noun,8,7,3,unshaken,9.79,1.00,9.79,1.00,none,none,none, unshaved,unshaved,0.04,Adjective,8,6,2,unshaved,9.74,1.00,9.74,1.00,none,none,none, unshaven,unshaven,0.12,Adjective,8,7,3,unshaven,10.00,1.00,10.00,1.00,none,none,none, unsheathe,unsheathe,0.02,Verb,9,5,2,unsheathe,12.19,0.84,12.19,0.84,none,none,none, unshelled,unshelled,0.04,Adjective,9,6,2,unshelled,9.75,1.00,9.75,1.00,none,none,none, unshielded,unshielded,0.02,Adjective,10,8,3,unshielded,11.19,1.00,11.19,1.00,none,none,none, unshod,unshod,0.04,Adjective,6,5,2,unshod,12.67,0.67,12.67,0.67,none,none,none, unshorn,unshorn,0.02,Noun,7,6,2,unshorn,13.33,0.63,13.33,0.63,none,none,none, unsightly,unsightly,0.37,Adjective,9,7,3,unsightly,10.79,1.00,10.79,1.00,none,none,none, unsigned,unsigned,0.39,Adjective,8,6,2,unsigned,9.67,1.00,9.67,1.00,none,none,none, unsinkable,unsinkable,0.10,Adjective,10,10,4,unsinkable,9.61,1.00,9.61,1.00,none,none,none, unskilled,unskilled,0.06,Adjective,9,7,2,unskilled,10.00,1.00,10.00,1.00,none,none,none, unskillful,unskilful,0.02,Adjective,10,9,3,unskillful,9.78,1.00,9.78,1.00,none,none,none, unsleeping,unsleeping,0.02,Adjective,10,8,3,unsleeping,7.53,0.89,7.53,0.89,none,none,none, unsmiling,unsmiling,0.12,Adjective,9,8,3,unsmiling,8.83,0.95,8.83,0.95,none,none,none, unsnarl,unsnarl,0.02,Noun,7,7,2,unsnarl,11.57,0.74,11.57,0.74,none,none,none, unsociable,unsociable,0.12,Adjective,10,9,4,unsociable,11.62,1.00,11.62,1.00,none,none,none, unsocial,unsocial,0.08,Adjective,8,7,3,unsocial,9.47,0.94,9.47,0.94,none,none,none, unsold,unsold,0.14,Adjective,6,6,2,unsold,8.68,1.00,8.68,1.00,none,none,none, unsolicited,unsolicited,0.43,Adjective,11,11,5,unsolicited,13.68,1.00,13.68,1.00,none,none,none, unsolvable,unsolvable,0.10,Adjective,10,10,4,unsolvable,10.39,1.00,10.39,1.00,none,none,none, unsolved,unsolved,2.08,Adjective,8,7,2,unsolved,9.17,1.00,9.17,1.00,none,none,none, unsophisticated,unsophisticated,0.29,Adjective,15,14,6,unsophisticated,12.56,1.00,12.56,1.00,none,none,none, unsought,unsought,0.02,Adjective,8,5,2,unsought,11.58,0.95,11.58,0.95,none,none,none, unsound,unsound,0.45,Adjective,7,6,2,unsound,11.71,0.94,11.71,0.94,none,none,none, unsown,unsown,0.02,Noun,6,5,2,unsown,11.67,0.90,11.67,0.90,none,none,none, unsparing,unsparing,0.02,Adjective,9,8,3,unsparing,12.94,0.89,12.94,0.89,none,none,none, unspeakable,unspeakable,1.86,Adjective,11,10,4,unspeakable,10.44,1.00,10.44,1.00,none,none,none, unspecific,unspecific,0.04,Adjective,10,10,4,unspecific,12.11,1.00,12.11,1.00,none,none,none, unspecified,unspecified,0.25,Adjective,11,10,4,unspecified,11.32,1.00,11.32,1.00,none,none,none, unspent,unspent,0.02,Adjective,7,7,2,unspent,10.35,0.89,10.35,0.89,none,none,none, unspoiled,unspoiled,0.37,Adjective,9,7,2,unspoiled,9.26,1.00,9.26,1.00,none,none,none, unspoken,unspoken,1.14,Adjective,8,8,3,unspoken,9.30,1.00,9.30,1.00,none,none,none, unsponsored,unsponsored,0.04,Adjective,11,9,3,unsponsored,12.06,0.94,12.06,0.94,none,none,none, unsporting,unsporting,0.04,Verb,10,9,3,unsporting,12.72,0.90,12.72,0.90,none,none,none, unsportsmanlike,unsportsmanlike,0.12,Adjective,15,14,4,unsportsmanlike,8.00,1.00,8.00,1.00,none,none,none, unspotted,unspotted,0.02,Adjective,9,8,3,unspotted,7.89,1.00,7.89,1.00,none,none,none, unstable,unstable,5.10,Adjective,8,8,3,unstable,10.42,1.00,10.42,1.00,none,none,none, unstained,unstained,0.06,Adjective,9,7,2,unstained,8.76,0.94,8.76,0.94,none,none,none, unstated,unstated,0.06,Adjective,8,8,3,unstated,10.72,1.00,10.72,1.00,none,none,none, unsteadiness,unsteadiness,0.02,Noun,12,10,4,unsteadiness,11.16,1.00,11.16,1.00,none,none,none, unsteady,unsteady,0.33,Adjective,8,7,3,unsteady,7.70,1.00,7.70,1.00,none,none,none, unsterilized,unsterilized,0.06,Adjective,12,11,4,unsterilized,11.95,1.00,11.95,1.00,none,none,none, unstop,unstop,0.02,Verb,6,6,2,unstop,9.00,0.89,9.00,0.89,none,none,none, unstoppable,unstoppable,1.71,Adjective,11,10,4,unstoppable,8.53,1.00,8.53,1.00,none,none,none, unstopped,unstopped,0.02,Adjective,9,7,2,unstopped,8.78,1.00,8.78,1.00,none,none,none, unstrapped,unstrapped,0.02,Adjective,10,8,2,unstrapped,9.00,1.00,9.00,1.00,none,none,none, unstring,unstring,0.02,Verb,8,7,2,unstring,9.63,1.00,9.63,1.00,none,none,none, unstructured,unstructured,0.04,Adjective,12,10,3,unstructured,12.95,1.00,12.95,1.00,none,none,none, unstrung,unstrung,0.12,Verb,8,7,2,unstring,none,none,9.63,1.00,none,none,none, unstuck,unstuck,0.22,Adjective,7,6,2,unstuck,7.28,1.00,7.28,1.00,none,none,none, unstudied,unstudied,0.02,Adjective,9,8,3,unstudied,11.06,0.89,11.06,0.89,none,none,none, unsubstantial,unsubstantial,0.02,Adjective,13,12,4,unsubstantial,13.22,0.95,13.22,0.95,none,none,none, unsubstantiated,unsubstantiated,0.31,Adjective,15,15,6,unsubstantiated,12.53,0.94,12.53,0.94,none,none,none, unsuccessful,unsuccessful,0.86,Adjective,12,11,4,unsuccessful,9.42,1.00,9.42,1.00,none,none,none, unsuitability,unsuitability,0.02,Noun,13,13,6,unsuitability,11.94,0.89,11.94,0.89,none,none,none, unsuitable,unsuitable,0.47,Adjective,10,9,4,unsuitable,11.16,1.00,11.16,1.00,none,none,none, unsuited,unsuited,0.10,Adjective,8,7,3,unsuited,13.47,1.00,13.47,1.00,none,none,none, unsullied,unsullied,0.14,Adjective,9,7,3,unsullied,11.42,0.63,11.42,0.63,none,none,none, unsung,unsung,0.25,Adjective,6,5,2,unsung,12.61,1.00,12.61,1.00,none,none,none, unsupervised,unsupervised,0.61,Adjective,12,10,4,unsupervised,9.39,1.00,9.39,1.00,none,none,none, unsupportable,unsupportable,0.04,Adjective,13,12,5,unsupportable,12.45,1.00,12.45,1.00,none,none,none, unsupported,unsupported,0.25,Adjective,11,10,4,unsupported,9.61,1.00,9.61,1.00,none,none,none, unsure,unsure,1.02,Adjective,6,5,2,unsure,8.32,1.00,8.32,1.00,none,none,none, unsurpassed,unsurpassed,0.25,Adjective,11,8,3,unsurpassed,12.84,1.00,12.84,1.00,none,none,none, unsuspected,unsuspected,0.16,Adjective,11,11,4,unsuspected,12.11,1.00,12.11,1.00,none,none,none, unsuspecting,unsuspecting,1.04,Adjective,12,11,4,unsuspecting,9.72,1.00,9.72,1.00,none,none,none, unsustainable,unsustainable,0.08,Adjective,13,12,5,unsustainable,13.72,0.95,13.72,0.95,none,none,none, unsweetened,unsweetened,0.02,Adjective,11,9,3,unsweetened,8.21,1.00,8.21,1.00,none,none,none, unswerving,unswerving,0.04,Adjective,10,8,3,unswerving,11.80,0.83,11.80,0.83,none,none,none, unsympathetic,unsympathetic,0.43,Adjective,13,12,5,unsympathetic,10.56,0.89,10.56,0.89,none,none,none, untainted,untainted,0.10,Adjective,9,8,3,untainted,10.94,1.00,10.94,1.00,none,none,none, untalented,untalented,0.24,Adjective,10,10,4,untalented,9.06,1.00,9.06,1.00,none,none,none, untamable,untameable,0.08,Adjective,9,9,4,untamable,13.19,0.89,13.19,0.89,none,none,none, untamed,untamed,0.65,Adjective,7,6,2,untamed,9.84,1.00,9.84,1.00,none,none,none, untangle,untangle,0.29,Verb,8,8,3,untangle,6.84,1.00,6.84,1.00,none,none,none, untangled,untangled,0.06,Adjective,9,9,3,untangled,7.37,1.00,7.37,1.00,none,none,none, untangles,untangles,0.02,Verb,9,9,3,untangle,none,none,6.84,1.00,none,none,none, untangling,untangling,0.10,Verb,10,8,3,untangle,none,none,6.84,1.00,none,none,none, untapped,untapped,0.31,Adjective,8,6,2,untapped,12.67,0.95,12.67,0.95,none,none,none, untarnished,untarnished,0.08,Adjective,11,9,3,untarnished,12.59,0.94,12.59,0.94,none,none,none, untaught,untaught,0.02,Noun,8,5,2,untaught,12.50,1.00,12.50,1.00,none,none,none, untaxed,untaxed,0.04,Adjective,7,7,2,untaxed,12.68,1.00,12.68,1.00,none,none,none, untelevised,untelevised,0.02,Adjective,11,10,4,untelevised,10.42,1.00,10.42,1.00,none,none,none, untenable,untenable,0.20,Adjective,9,9,4,untenable,15.45,0.58,15.45,0.58,none,none,none, untended,untended,0.02,Adjective,8,8,3,untended,11.38,0.84,11.38,0.84,none,none,none, untested,untested,0.16,Adjective,8,8,3,untested,10.11,1.00,10.11,1.00,none,none,none, unthankful,unthankful,0.02,Adjective,10,9,3,unthankful,6.28,0.95,6.28,0.95,none,none,none, unthawed,unthawed,0.02,Adjective,8,5,2,unthawed,10.61,0.95,10.61,0.95,none,none,none, unthinkable,unthinkable,1.35,Adjective,11,10,4,unthinkable,10.11,1.00,10.11,1.00,none,none,none, unthinking,unthinking,0.04,Adjective,10,8,3,unthinking,9.44,1.00,9.44,1.00,none,none,none, unthreatened,unthreatened,0.04,Adjective,12,9,3,unthreatened,11.05,1.00,11.05,1.00,none,none,none, unthreatening,unthreatening,0.02,Verb,13,10,4,unthreatening,9.83,0.90,9.83,0.90,none,none,none, unthrifty,unthrifty,0.02,Adjective,9,8,3,unthrifty,12.11,0.95,12.11,0.95,none,none,none, untidiness,untidiness,0.02,Noun,10,9,4,untidiness,7.61,1.00,7.61,1.00,none,none,none, untidy,untidy,0.41,Adjective,6,6,3,untidy,8.72,1.00,8.72,1.00,none,none,none, untie,untie,5.18,Verb,5,4,2,untie,4.84,1.00,4.84,1.00,none,none,none, untied,untied,1.08,Verb,6,5,2,untie,none,none,4.84,1.00,none,none,none, unties,unties,0.04,Noun,6,5,2,untie,none,none,4.84,1.00,none,none,none, until,until,302.47,Conjunction,5,5,2,until,5.89,1.00,5.89,1.00,5.92,none,none,6.33 untimed,untimed,0.04,Adjective,7,6,2,untimed,9.50,1.00,9.50,1.00,none,none,none, untimely,untimely,0.86,Adjective,8,7,3,untimely,10.00,0.95,10.00,0.95,none,none,none, untiring,untiring,0.12,Adjective,8,7,4,untiring,12.18,0.89,12.18,0.89,none,none,none, untitled,untitled,0.08,Adjective,8,8,3,untitled,9.84,1.00,9.84,1.00,none,none,none, untold,untold,1.22,Adjective,6,6,2,untold,8.78,1.00,8.78,1.00,none,none,none, untouchable,untouchable,0.86,Adjective,11,9,4,untouchable,9.39,1.00,9.39,1.00,none,none,none, untouched,untouched,1.02,Adjective,9,6,2,untouched,7.67,1.00,7.67,1.00,none,none,none, untoward,untoward,0.35,Adjective,8,7,3,untoward,12.93,0.79,12.93,0.79,none,none,none, untraceable,untraceable,1.16,Adjective,11,10,4,untraceable,11.58,1.00,11.58,1.00,none,none,none, untraced,untraced,0.02,Adjective,8,7,2,untraced,10.40,1.00,10.40,1.00,none,none,none, untracked,untracked,0.02,Adjective,9,7,2,untracked,10.20,0.83,10.20,0.83,none,none,none, untraditional,untraditional,0.02,Adjective,13,12,5,untraditional,11.26,1.00,11.26,1.00,none,none,none, untrained,untrained,0.43,Adjective,9,7,2,untrained,9.00,1.00,9.00,1.00,none,none,none, untrammeled,untrammelled,0.06,Adjective,11,9,3,untrammeled,12.00,0.32,12.00,0.32,none,none,none, untranslatable,untranslatable,0.06,Adjective,14,14,5,untranslatable,11.65,0.94,11.65,0.94,none,none,none, untreatable,untreatable,0.14,Adjective,11,10,4,untreatable,11.17,1.00,11.17,1.00,none,none,none, untreated,untreated,0.18,Adjective,9,8,3,untreated,9.89,1.00,9.89,1.00,none,none,none, untried,untried,0.24,Adjective,7,6,2,untried,11.82,0.94,11.82,0.94,none,none,none, untroubled,untroubled,0.08,Adjective,10,9,3,untroubled,9.79,1.00,9.79,1.00,none,none,none, untrue,untrue,1.45,Adjective,6,5,2,untrue,6.53,1.00,6.53,1.00,none,none,none, untrusting,untrusting,0.12,Verb,10,9,3,untrusting,10.26,1.00,10.26,1.00,none,none,none, untrustworthy,untrustworthy,0.41,Adjective,13,11,4,untrustworthy,11.11,1.00,11.11,1.00,9.59,none,none, untruth,untruth,0.10,Noun,7,6,2,untruth,7.58,0.95,7.58,0.95,none,none,none, untruthful,untruthful,0.10,Adjective,10,9,3,untruthful,6.74,1.00,6.74,1.00,none,none,none, untruthfulness,untruthfulness,Err:512,Err:512,14,12,4,untruthfulness,8.96,1.00,8.96,1.00,10.02,none,none, untruths,untruths,0.04,Noun,8,7,2,untruth,none,none,7.58,0.95,none,none,none, unturned,unturned,0.43,Adjective,8,6,2,unturned,9.89,1.00,9.89,1.00,none,none,none, untutored,untutored,0.10,Adjective,9,7,3,untutored,11.17,0.95,11.17,0.95,none,none,none, untwine,untwine,0.02,Verb,7,6,2,untwine,11.47,0.79,11.47,0.79,none,none,none, untwist,untwist,0.04,Noun,7,7,2,untwist,7.28,0.95,7.28,0.95,none,none,none, untying,untying,0.18,Verb,7,6,3,untie,none,none,4.84,1.00,none,none,none, unusable,unusable,0.27,Adjective,8,9,4,unusable,8.21,1.00,8.21,1.00,none,none,none, unused,unused,0.63,Adjective,6,6,2,unused,7.89,1.00,7.89,1.00,none,none,none, unusual,unusual,23.73,Adjective,7,9,4,unusual,8.56,1.00,8.56,1.00,none,none,none, unutterable,unutterable,0.02,Adjective,11,9,5,unutterable,13.29,0.94,13.29,0.94,none,none,none, unuttered,unuttered,0.04,Adjective,9,6,3,unuttered,12.64,0.78,12.64,0.78,none,none,none, unvalued,unvalued,0.02,Adjective,8,8,3,unvalued,10.17,0.95,10.17,0.95,none,none,none, unvanquished,unvanquished,0.08,Adjective,12,10,3,unvanquished,13.53,0.95,13.53,0.95,none,none,none, unvarnished,unvarnished,0.12,Adjective,11,9,3,unvarnished,11.82,0.94,11.82,0.94,none,none,none, unveil,unveil,0.75,Verb,6,5,2,unveil,11.00,1.00,11.00,1.00,none,none,none, unveiled,unveiled,0.27,Verb,8,6,2,unveil,none,none,11.00,1.00,none,none,none, unveiling,unveiling,1.02,Verb,9,7,3,unveil,none,none,11.00,1.00,none,none,none, unveils,unveils,0.10,Verb,7,6,2,unveil,none,none,11.00,1.00,none,none,none, unvented,unvented,0.02,Adjective,8,8,3,unvented,13.88,0.89,13.88,0.89,none,none,none, unventilated,unventilated,0.02,Adjective,12,12,5,unventilated,12.11,0.95,12.11,0.95,none,none,none, unverifiable,unverifiable,0.02,Adjective,12,12,6,unverifiable,13.74,1.00,13.74,1.00,none,none,none, unverified,unverified,0.08,Adjective,10,9,4,unverified,11.11,1.00,11.11,1.00,none,none,none, unviable,unviable,0.02,Adjective,8,8,4,unviable,12.94,0.95,12.94,0.95,none,none,none, unwanted,unwanted,1.37,Adjective,8,8,3,unwanted,6.39,1.00,6.39,1.00,none,none,none, unwarned,unwarned,0.02,Adjective,8,7,2,unwarned,9.78,1.00,9.78,1.00,none,none,none, unwarrantable,unwarrantable,0.02,Adjective,13,12,5,unwarrantable,15.00,0.95,15.00,0.95,none,none,none, unwarranted,unwarranted,0.37,Adjective,11,10,4,unwarranted,12.80,1.00,12.80,1.00,none,none,none, unwary,unwary,0.08,Adjective,6,6,3,unwary,12.65,0.94,12.65,0.94,none,none,none, unwashed,unwashed,0.35,Adjective,8,6,2,unwashed,7.53,1.00,7.53,1.00,none,none,none, unwatchable,unwatchable,0.06,Adjective,11,9,4,unwatchable,10.22,1.00,10.22,1.00,none,none,none, unwatched,unwatched,0.02,Adjective,9,6,2,unwatched,8.67,1.00,8.67,1.00,none,none,none, unwavering,unwavering,0.37,Adjective,10,8,4,unwavering,12.68,1.00,12.68,1.00,none,none,none, unwearied,unwearied,0.02,Adjective,9,7,3,unwearied,12.19,0.84,12.19,0.84,none,none,none, unweave,unweave,0.02,Verb,7,5,2,unweave,11.11,0.90,11.11,0.90,none,none,none, unwed,unwed,0.53,Adjective,5,5,2,unwed,11.09,0.95,11.09,0.95,none,none,none, unwedded,unwedded,0.04,Adjective,8,7,3,unwedded,12.11,1.00,12.11,1.00,none,none,none, unwelcome,unwelcome,0.73,Adjective,9,8,3,unwelcome,8.65,1.00,8.65,1.00,none,none,none, unwelcomed,unwelcomed,0.04,Adjective,10,9,3,unwelcomed,8.84,1.00,8.84,1.00,none,none,none, unwelcoming,unwelcoming,0.02,Noun,11,10,4,unwelcoming,10.89,0.95,10.89,0.95,none,none,none, unwell,unwell,0.47,Adjective,6,5,2,unwell,7.50,1.00,7.50,1.00,none,none,none, unwholesome,unwholesome,0.12,Adjective,11,8,3,unwholesome,11.68,1.00,11.68,1.00,none,none,none, unwieldiness,unwieldiness,0.02,Noun,12,10,4,unwieldiness,13.71,0.78,13.71,0.78,none,none,none, unwieldy,unwieldy,0.12,Adjective,8,7,3,unwieldy,12.42,0.60,12.42,0.60,none,none,none, unwilling,unwilling,1.16,Adjective,9,7,3,unwilling,8.61,1.00,8.61,1.00,none,none,none, unwillingness,unwillingness,0.08,Noun,13,10,4,unwillingness,9.47,1.00,9.47,1.00,none,none,none, unwind,unwind,1.29,Verb,6,6,2,unwind,8.42,1.00,8.42,1.00,none,none,none, unwinding,unwinding,0.12,Verb,9,8,3,unwind,none,none,8.42,1.00,none,none,none, unwinds,unwinds,0.12,Verb,7,7,2,unwind,none,none,8.42,1.00,none,none,none, unwinnable,unwinnable,0.22,Adjective,10,9,4,unwinnable,11.35,1.00,11.35,1.00,none,none,none, unwire,unwire,0.02,Verb,6,5,3,unwire,8.94,0.95,8.94,0.95,none,none,none, unwise,unwise,0.94,Adjective,6,5,2,unwise,7.42,1.00,7.42,1.00,none,none,none, unwished,unwished,0.02,Adjective,8,6,2,unwished,8.89,0.95,8.89,0.95,none,none,none, unwitting,unwitting,0.27,Adjective,9,7,3,unwitting,12.38,0.89,12.38,0.89,none,none,none, unworkable,unworkable,0.14,Adjective,10,9,4,unworkable,10.00,1.00,10.00,1.00,none,none,none, unworldly,unworldly,0.04,Adjective,9,8,3,unworldly,11.37,1.00,11.37,1.00,none,none,none, unworn,unworn,0.02,Adjective,6,6,2,unworn,7.35,0.89,7.35,0.89,none,none,none, unworthiness,unworthiness,0.06,Noun,12,9,4,unworthiness,11.22,0.95,11.22,0.95,none,none,none, unworthy,unworthy,1.90,Adjective,8,6,3,unworthy,10.84,1.00,10.84,1.00,none,none,none, unwound,unwound,0.04,Verb,7,6,2,unwind,none,none,8.42,1.00,none,none,none, unwrap,unwrap,0.49,Verb,6,5,2,unwrap,4.80,1.00,4.80,1.00,none,none,none, unwrapped,unwrapped,0.39,Adjective,9,6,2,unwrapped,6.65,1.00,6.65,1.00,none,none,none, unwrapping,unwrapping,0.20,Verb,10,7,3,unwrap,none,none,4.80,1.00,none,none,none, unwraps,unwraps,0.08,Verb,7,6,2,unwrap,none,none,4.80,1.00,none,none,none, unwrinkled,unwrinkled,0.06,Adjective,10,9,3,unwrinkled,8.50,1.00,8.50,1.00,none,none,none, unwritten,unwritten,0.63,Adjective,9,7,3,unwritten,10.68,1.00,10.68,1.00,none,none,none, unyielding,unyielding,0.16,Adjective,10,8,3,unyielding,13.47,0.95,13.47,0.95,none,none,none, unzip,unzip,0.82,Verb,5,5,2,unzip,6.06,1.00,6.06,1.00,none,none,none, unzipped,unzipped,0.25,Verb,8,6,2,unzip,none,none,6.06,1.00,none,none,none, unzipping,unzipping,0.08,Verb,9,7,3,unzip,none,none,6.06,1.00,none,none,none, unzips,unzips,0.18,Verb,6,6,2,unzip,none,none,6.06,1.00,none,none,none, up,up,3670.00,Adverb,2,2,1,up,2.92,1.00,2.92,1.00,3.94,none,3.11, upbeat,upbeat,1.10,Adjective,6,5,2,upbeat,11.61,1.00,11.61,1.00,none,none,none, upbringing,upbringing,1.16,Noun,10,8,3,upbringing,9.26,1.00,9.26,1.00,none,none,none, upbringings,upbringings,0.04,Noun,11,9,3,upbringing,none,none,9.26,1.00,none,none,none, upcoming,upcoming,1.73,Adjective,8,7,3,upcoming,9.25,1.00,9.25,1.00,none,none,none, upcountry,upcountry,0.14,Noun,9,8,3,upcountry,12.00,0.79,12.00,0.79,none,none,none, update,update,4.94,Noun,6,5,2,update,9.00,1.00,9.00,1.00,none,none,none, updated,updated,1.31,Verb,7,7,3,update,none,none,9.00,1.00,none,none,none, updates,updates,1.16,Noun,7,6,2,update,none,none,9.00,1.00,none,none,none, updating,updating,0.51,Verb,8,7,3,update,none,none,9.00,1.00,none,none,none, updraft,updraft,0.16,Noun,7,7,2,updraft,10.83,0.95,10.83,0.95,none,none,none, upend,upend,0.02,Verb,5,5,2,upend,11.19,0.89,11.19,0.89,none,none,none, upgrade,upgrade,2.16,Noun,7,6,2,upgrade,9.17,1.00,9.17,1.00,none,10.45,none, upgraded,upgraded,0.98,Verb,8,8,3,upgrade,none,none,9.17,1.00,none,10.45,none, upgrades,upgrades,0.65,Noun,8,7,2,upgrade,none,none,9.17,1.00,none,10.45,none, upgrading,upgrading,0.27,Verb,9,8,3,upgrade,none,none,9.17,1.00,none,10.45,none, upheaval,upheaval,0.39,Noun,8,7,3,upheaval,12.76,0.94,12.76,0.94,none,9.75,none, upheavals,upheavals,0.04,Noun,9,8,3,upheaval,none,none,12.76,0.94,none,9.75,none, upheld,upheld,0.37,Verb,6,6,2,uphold,none,none,10.58,1.00,none,none,none, uphold,uphold,2.41,Verb,6,6,2,uphold,10.58,1.00,10.58,1.00,none,none,none, upholding,upholding,0.25,Verb,9,8,3,uphold,none,none,10.58,1.00,none,none,none, upholds,upholds,0.06,Verb,7,7,2,uphold,none,none,10.58,1.00,none,none,none, upholstery,upholstery,1.16,Noun,10,8,4,upholstery,12.65,1.00,12.65,1.00,none,10.02,none, upkeep,upkeep,0.51,Noun,6,5,2,upkeep,11.17,0.95,11.17,0.95,none,none,none, upland,upland,0.04,Noun,6,6,2,upland,11.27,0.61,11.27,0.61,none,none,none, uplands,uplands,0.10,Noun,7,7,2,upland,none,none,11.27,0.61,none,none,none, uplift,uplift,0.25,Noun,6,6,2,uplift,10.00,1.00,10.00,1.00,none,10.62,none, uplifted,uplifted,0.14,Verb,8,8,3,uplift,none,none,10.00,1.00,none,10.62,none, uplifting,uplifting,0.69,Adjective,9,8,3,uplifting,10.22,1.00,10.22,1.00,none,none,none, uplink,uplink,1.47,Noun,6,6,2,uplink,13.92,0.72,13.92,0.72,none,none,none, uplinked,uplinked,0.18,Verb,8,7,2,uplink,none,none,13.92,0.72,none,none,none, uplinks,uplinks,0.08,Noun,7,7,2,uplink,none,none,13.92,0.72,none,none,none, upload,upload,1.14,Verb,6,5,2,upload,13.33,1.00,13.33,1.00,none,none,none, uploaded,uploaded,0.41,Verb,8,7,3,upload,none,none,13.33,1.00,none,none,none, uploading,uploading,0.59,Verb,9,7,3,upload,none,none,13.33,1.00,none,none,none, uploads,uploads,0.04,Noun,7,6,2,upload,none,none,13.33,1.00,none,none,none, upon,upon,62.73,Preposition,4,4,2,upon,6.18,1.00,6.18,1.00,4.93,none,none,6.47 upped,upped,0.86,Verb,5,3,1,up,none,none,2.92,1.00,3.94,none,3.11, upper,upper,12.08,Adjective,5,3,2,upper,7.56,1.00,7.56,1.00,none,none,none, upperclassman,upperclassman,0.12,Noun,13,10,4,upperclassman,12.88,0.94,12.88,0.94,none,none,none, upperclassmen,upperclassmen,0.12,Noun,13,10,4,upperclassman,none,none,12.88,0.94,none,none,none, uppercut,uppercut,0.57,Noun,8,6,3,uppercut,12.05,0.95,12.05,0.95,none,none,none, uppercuts,uppercuts,0.08,Noun,9,7,3,uppercut,none,none,12.05,0.95,none,none,none, uppermost,uppermost,0.10,Adjective,9,7,3,uppermost,9.85,1.00,9.85,1.00,none,none,none, uppers,uppers,0.57,Noun,6,4,2,upper,none,none,7.56,1.00,none,none,none, upping,upping,0.27,Verb,6,4,2,up,none,none,2.92,1.00,3.94,none,3.11, uppity,uppity,0.82,Adjective,6,5,3,uppity,9.83,1.00,9.83,1.00,none,none,none, upright,upright,3.02,Adjective,7,5,2,upright,8.00,1.00,8.00,1.00,none,8.66,none, uprights,uprights,0.10,Noun,8,6,2,upright,none,none,8.00,1.00,none,8.66,none, uprise,uprise,0.02,Noun,6,5,2,uprise,12.05,0.95,12.05,0.95,none,none,none, uprising,uprising,1.16,Noun,8,7,3,uprising,11.17,1.00,11.17,1.00,none,none,none, uprisings,uprisings,0.14,Noun,9,8,3,uprising,none,none,11.17,1.00,none,none,none, uproar,uproar,1.04,Noun,6,5,2,uproar,9.55,1.00,9.55,1.00,none,none,none, uproarious,uproarious,0.04,Adjective,10,8,4,uproarious,11.95,1.00,11.95,1.00,none,none,none, uproot,uproot,0.35,Verb,6,5,2,uproot,10.05,1.00,10.05,1.00,none,none,none, uprooted,uprooted,0.27,Adjective,8,7,3,uprooted,10.25,1.00,10.25,1.00,none,none,none, uprooting,uprooting,0.18,Verb,9,7,3,uproot,none,none,10.05,1.00,none,none,none, uproots,uproots,0.02,Verb,7,6,2,uproot,none,none,10.05,1.00,none,none,none, ups,ups,2.55,Noun,3,3,1,up,none,none,2.92,1.00,3.94,none,3.11, upscale,upscale,0.55,Noun,7,6,2,upscale,11.00,1.00,11.00,1.00,none,none,none, upset,upset,74.51,Verb,5,5,2,upset,5.26,1.00,5.26,1.00,5.40,6.64,none,6.06 upsets,upsets,1.49,Verb,6,6,2,upset,none,none,5.26,1.00,5.40,6.64,none,6.06 upsetting,upsetting,4.27,Verb,9,7,3,upset,none,none,5.26,1.00,5.40,6.64,none,6.06 upshot,upshot,0.39,Noun,6,5,2,upshot,13.47,0.89,13.47,0.89,none,none,none, upshots,upshots,0.02,Noun,7,6,2,upshot,none,none,13.47,0.89,none,none,none, upsides,upsides,0.04,Noun,7,6,2,upsides,9.26,0.90,9.26,0.90,none,none,none, upsilon,upsilon,0.02,Noun,7,7,3,upsilon,15.71,0.37,15.71,0.37,none,none,none, upslope,upslope,0.08,Noun,7,6,2,upslope,12.06,0.90,12.06,0.90,none,none,none, upstage,upstage,0.37,Verb,7,6,2,upstage,10.58,1.00,10.58,1.00,none,none,none, upstaged,upstaged,0.20,Verb,8,7,2,upstage,none,none,10.58,1.00,none,none,none, upstaging,upstaging,0.08,Verb,9,8,3,upstage,none,none,10.58,1.00,none,none,none, upstairs,upstairs,70.73,Adverb,8,7,2,upstairs,3.86,1.00,3.86,1.00,none,none,none, upstanding,upstanding,1.10,Adjective,10,9,3,upstanding,10.94,1.00,10.94,1.00,none,none,none, upstart,upstart,0.41,Noun,7,7,2,upstart,11.00,1.00,11.00,1.00,none,none,none, upstarts,upstarts,0.06,Noun,8,8,2,upstart,none,none,11.00,1.00,none,none,none, upstroke,upstroke,0.02,Noun,8,7,2,upstroke,9.71,0.74,9.71,0.74,none,none,none, upsurge,upsurge,0.04,Noun,7,5,2,upsurge,13.87,0.83,13.87,0.83,none,none,none, upswing,upswing,0.18,Noun,7,6,2,upswing,12.88,0.89,12.88,0.89,none,none,none, uptake,uptake,0.16,Noun,6,5,2,uptake,11.95,1.00,11.95,1.00,none,none,none, uptick,uptick,0.04,Noun,6,5,2,uptick,15.14,0.67,15.14,0.67,none,none,none, uptight,uptight,4.04,Adjective,7,5,2,uptight,9.85,1.00,9.85,1.00,none,none,none, upturned,upturned,0.16,Adjective,8,6,2,upturned,9.00,1.00,9.00,1.00,none,none,none, upward,upward,1.69,Adjective,6,5,2,upward,6.11,1.00,6.11,1.00,none,6.28,none, upwards,upwards,0.90,Adverb,7,6,2,upwards,7.44,1.00,7.44,1.00,6.11,none,none, upwelling,upwelling,0.04,Noun,9,7,3,upwelling,11.17,0.67,11.17,0.67,none,none,none, upwind,upwind,0.35,Noun,6,6,2,upwind,11.78,0.95,11.78,0.95,none,none,none, uranium,uranium,2.14,Noun,7,7,4,uranium,10.63,1.00,10.63,1.00,none,none,none, urban,urban,4.65,Adjective,5,4,2,urban,9.84,1.00,9.84,1.00,none,none,none,9.76 urbane,urbane,0.14,Adjective,6,4,2,urbane,12.35,0.94,12.35,0.94,none,none,none, urbanite,urbanite,0.02,Noun,8,6,3,urbanite,15.94,0.80,15.94,0.80,none,none,none, urbanites,urbanites,0.04,Noun,9,7,3,urbanite,none,none,15.94,0.80,none,none,none, urbanization,urbanisation,0.02,Noun,12,10,5,urbanization,13.75,1.00,13.75,1.00,none,none,none, urchin,urchin,0.43,Noun,6,4,2,urchin,10.88,0.89,10.88,0.89,none,9.28,none, urchins,urchins,0.22,Noun,7,5,2,urchin,none,none,10.88,0.89,none,9.28,none, urea,urea,0.04,Noun,4,4,3,urea,14.17,0.63,14.17,0.63,none,none,none, uremia,uraemia,0.06,Noun,6,6,4,uremia,16.86,0.37,16.86,0.37,none,none,none, uremic,uremic,0.02,Adjective,6,7,3,uremic,13.00,0.28,13.00,0.28,none,none,none, ureter,ureter,0.18,Noun,6,7,3,ureter,15.11,0.47,15.11,0.47,none,none,none, urethane,urethane,0.10,Noun,8,6,3,urethane,14.44,0.95,14.44,0.95,none,none,none, urethra,urethra,0.24,Noun,7,6,3,urethra,12.68,1.00,12.68,1.00,none,none,none, urethral,urethral,0.04,Adjective,8,8,3,urethral,14.72,0.90,14.72,0.90,none,none,none, urge,urge,6.65,Noun,4,2,1,urge,9.11,1.00,9.11,1.00,none,8.98,9.46, urged,urged,1.12,Verb,5,3,1,urge,none,none,9.11,1.00,none,8.98,9.46, urgency,urgency,1.43,Noun,7,6,3,urgency,9.81,1.00,9.81,1.00,none,none,none, urgent,urgent,14.86,Adjective,6,5,2,urgent,8.68,1.00,8.68,1.00,none,7.98,none,9.05 urges,urges,1.82,Noun,5,4,2,urge,none,none,9.11,1.00,none,8.98,9.46, urging,urging,1.10,Verb,6,4,2,urge,none,none,9.11,1.00,none,8.98,9.46, uric,uric,0.10,Adjective,4,4,2,uric,14.42,0.67,14.42,0.67,none,none,none, urinal,urinal,0.76,Noun,6,7,3,urinal,8.47,1.00,8.47,1.00,none,none,none, urinals,urinals,0.22,Noun,7,8,3,urinal,none,none,8.47,1.00,none,none,none, urinalysis,urinalysis,0.24,Noun,10,10,5,urinalysis,14.68,1.00,14.68,1.00,none,none,none, urinary,urinary,0.39,Adjective,7,7,4,urinary,12.56,1.00,12.56,1.00,none,none,none, urinate,urinate,1.10,Verb,7,6,3,urinate,7.63,1.00,7.63,1.00,none,none,none, urinated,urinated,0.27,Verb,8,9,4,urinate,none,none,7.63,1.00,none,none,none, urinates,urinates,0.02,Verb,8,8,3,urinate,none,none,7.63,1.00,none,none,none, urinating,urinating,0.69,Verb,9,8,4,urinate,none,none,7.63,1.00,none,none,none, urination,urination,0.55,Noun,9,9,4,urination,9.61,1.00,9.61,1.00,none,none,none, urine,urine,6.51,Noun,5,4,2,urine,9.83,1.00,9.83,1.00,none,9.22,none, urn,urn,1.94,Noun,3,2,1,urn,9.89,1.00,9.89,1.00,none,8.77,10.95, urns,urns,0.14,Noun,4,3,1,urn,none,none,9.89,1.00,none,8.77,10.95, urologic,urologic,0.02,Adjective,8,9,4,urologic,15.62,0.68,15.62,0.68,none,none,none, urological,urological,0.04,Adjective,10,11,5,urological,18.27,0.79,18.27,0.79,none,none,none, urologist,urologist,0.33,Noun,9,9,4,urologist,14.70,1.00,14.70,1.00,none,none,none, urologists,urologists,0.04,Noun,10,10,4,urologist,none,none,14.70,1.00,none,none,none, urology,urology,0.24,Noun,7,7,4,urology,16.24,0.89,16.24,0.89,none,none,none, ursine,ursine,Err:512,Err:512,6,5,2,ursine,14.17,0.30,14.17,0.30,none,none,none, urticaria,urticaria,0.06,Noun,9,9,5,urticaria,18.67,0.15,18.67,0.15,none,none,none, us,us,1695.65,Pronoun,2,2,1,us,4.19,1.00,4.19,1.00,4.45,none,3.65, usable,usable,0.53,Adjective,6,7,3,usable,7.68,1.00,7.68,1.00,none,none,none, usage,usage,0.51,Noun,5,5,2,usage,10.74,1.00,10.74,1.00,none,none,none, use,use,343.84,Verb,3,3,1,use,4.50,1.00,4.50,1.00,5.94,none,none, useable,useable,0.04,Adjective,7,7,3,useable,9.29,0.94,9.29,0.94,none,none,none, used,used,344.14,Verb,4,4,1,use,none,none,4.50,1.00,5.94,none,none, useful,useful,13.12,Adjective,6,6,2,useful,6.39,1.00,6.39,1.00,none,6.83,none, usefulness,usefulness,0.55,Noun,10,9,3,usefulness,10.30,1.00,10.30,1.00,none,none,none, useless,useless,19.94,Adjective,7,6,2,useless,7.05,1.00,7.05,1.00,none,7.01,none, uselessness,uselessness,0.10,Noun,11,9,3,uselessness,8.39,1.00,8.39,1.00,none,none,none, user,user,1.55,Noun,4,4,2,user,9.57,1.00,9.57,1.00,none,none,none, users,users,1.24,Noun,5,5,2,user,none,none,9.57,1.00,none,none,none, uses,uses,15.25,Verb,4,5,2,use,none,none,4.50,1.00,5.94,none,none, usher,usher,2.37,Verb,5,3,2,usher,9.35,1.00,9.35,1.00,none,none,none,9.40 ushered,ushered,0.10,Verb,7,4,2,usher,none,none,9.35,1.00,none,none,none,9.40 usherette,usherette,Err:512,Err:512,9,5,3,usherette,13.10,0.86,13.10,0.86,8.88,none,none, usherettes,usherettes,0.02,Noun,10,6,3,usherette,none,none,13.10,0.86,8.88,none,none, ushers,ushers,0.47,Verb,6,4,2,usher,none,none,9.35,1.00,none,none,none,9.40 using,using,69.02,Verb,5,5,2,use,none,none,4.50,1.00,5.94,none,none, usual,usual,37.24,Adjective,5,7,3,usual,8.89,1.00,8.89,1.00,none,7.09,none, usurer,usurer,0.08,Noun,6,5,3,usurer,13.40,0.56,13.40,0.56,none,none,none, usurers,usurers,0.02,Noun,7,6,3,usurer,none,none,13.40,0.56,none,none,none, usurious,usurious,0.02,Adjective,8,8,4,usurious,18.22,0.47,18.22,0.47,none,none,none, usurp,usurp,0.18,Verb,5,5,2,usurp,14.81,0.80,14.81,0.80,none,none,none, usurpation,usurpation,0.04,Noun,10,9,4,usurpation,13.60,0.79,13.60,0.79,none,none,none, usurpations,usurpations,0.02,Noun,11,10,4,usurpation,none,none,13.60,0.79,none,none,none, usurped,usurped,0.14,Verb,7,6,2,usurp,none,none,14.81,0.80,none,none,none, usurper,usurper,0.14,Noun,7,6,3,usurper,13.94,0.84,13.94,0.84,none,none,none, usurpers,usurpers,0.02,Noun,8,7,3,usurper,none,none,13.94,0.84,none,none,none, usurping,usurping,0.08,Verb,8,7,3,usurp,none,none,14.81,0.80,none,none,none, usurps,usurps,0.02,Verb,6,6,2,usurp,none,none,14.81,0.80,none,none,none, usury,usury,0.10,Noun,5,5,3,usury,16.88,0.80,16.88,0.80,none,13.23,none, utensil,utensil,0.24,Noun,7,8,3,utensil,7.67,1.00,7.67,1.00,none,none,none, utensils,utensils,0.65,Noun,8,9,3,utensil,none,none,7.67,1.00,none,none,none, uterine,uterine,0.35,Adjective,7,6,3,uterine,13.80,0.83,13.80,0.83,none,none,none, uterus,uterus,1.80,Noun,6,6,3,uterus,12.84,1.00,12.84,1.00,none,none,none, utile,utile,Err:512,Err:512,5,5,2,utile,14.60,0.24,14.60,0.24,none,none,none, utilitarian,utilitarian,0.20,Adjective,11,12,6,utilitarian,15.50,0.95,15.50,0.95,none,none,none, utilities,utilities,0.75,Noun,9,9,4,utility,none,none,11.39,0.95,none,none,none, utility,utility,2.24,Noun,7,8,4,utility,11.39,0.95,11.39,0.95,none,none,none, utilization,utilisation,0.18,Noun,11,11,5,utilization,11.83,1.00,11.83,1.00,none,none,none, utilize,utilise,0.88,Verb,7,7,3,utilize,10.63,1.00,10.63,1.00,none,none,none, utilized,utilised,0.31,Verb,8,8,3,utilize,none,none,10.63,1.00,none,none,none, utilizes,utilises,0.04,Verb,8,9,4,utilize,none,none,10.63,1.00,none,none,none, utilizing,utilising,0.35,Verb,9,9,4,utilize,none,none,10.63,1.00,none,none,none, utmost,utmost,2.31,Adjective,6,6,2,utmost,10.53,1.00,10.53,1.00,none,none,none,12.32 utopian,utopian,0.29,Adjective,7,8,4,utopian,13.26,0.95,13.26,0.95,none,none,none, utopianism,utopianism,0.04,Noun,10,12,6,utopianism,14.12,0.89,14.12,0.89,none,none,none, utopians,utopians,0.02,Noun,8,9,4,utopian,none,none,13.26,0.95,none,none,none, utter,utter,5.04,Adjective,5,3,2,utter,9.00,0.94,9.00,0.94,none,none,none,9.49 utterance,utterance,0.22,Noun,9,6,3,utterance,13.47,0.83,13.47,0.83,none,10.60,none, utterances,utterances,0.08,Noun,10,8,4,utterance,none,none,13.47,0.83,none,10.60,none, uttered,uttered,0.80,Verb,7,4,2,utter,none,none,9.00,0.94,none,none,none,9.49 uttering,uttering,0.12,Verb,8,5,3,utter,none,none,9.00,0.94,none,none,none,9.49 uttermost,uttermost,0.06,Adjective,9,7,3,uttermost,12.67,0.83,12.67,0.83,none,none,none, utters,utters,0.18,Verb,6,4,2,utter,none,none,9.00,0.94,none,none,none,9.49 uvula,uvula,0.18,Noun,5,7,3,uvula,11.73,0.79,11.73,0.79,none,none,none, uxorious,uxorious,Err:512,Err:512,8,8,4,uxorious,17.50,0.20,17.50,0.20,none,none,none, vacancies,vacancies,0.75,Noun,9,8,3,vacancy,none,none,8.05,1.00,none,none,none, vacancy,vacancy,0.88,Noun,7,7,3,vacancy,8.05,1.00,8.05,1.00,none,none,none, vacant,vacant,2.65,Adjective,6,6,2,vacant,9.55,1.00,9.55,1.00,none,9.03,none,9.76 vacate,vacate,1.10,Verb,6,5,2,vacate,10.33,1.00,10.33,1.00,none,none,none,11.19 vacated,vacated,0.31,Verb,7,7,3,vacate,none,none,10.33,1.00,none,none,none,11.19 vacating,vacating,0.08,Verb,8,7,3,vacate,none,none,10.33,1.00,none,none,none,11.19 vacation,vacation,32.80,Noun,8,7,3,vacation,5.22,1.00,5.22,1.00,none,9.07,none, vacationer,vacationer,0.02,Noun,10,8,4,vacationer,8.94,0.95,8.94,0.95,none,none,none, vacationers,vacationers,0.04,Noun,11,9,4,vacationer,none,none,8.94,0.95,none,none,none, vacationing,vacationing,0.51,Verb,11,9,4,vacation,none,none,5.22,1.00,none,9.07,none, vacationland,vacationland,0.06,Noun,12,11,4,vacationland,9.00,0.79,9.00,0.79,none,none,none, vacations,vacations,1.82,Noun,9,8,3,vacation,none,none,5.22,1.00,none,9.07,none, vaccinate,vaccinate,0.12,Verb,9,8,3,vaccinate,10.72,1.00,10.72,1.00,none,none,none, vaccinated,vaccinated,0.49,Verb,10,10,4,vaccinate,none,none,10.72,1.00,none,none,none, vaccination,vaccination,0.75,Noun,11,10,4,vaccination,9.17,1.00,9.17,1.00,none,none,none, vaccinations,vaccinations,0.18,Noun,12,11,4,vaccination,none,none,9.17,1.00,none,none,none, vaccine,vaccine,1.92,Noun,7,6,2,vaccine,8.16,1.00,8.16,1.00,none,9.71,none,10.13 vaccines,vaccines,0.45,Noun,8,7,2,vaccine,none,none,8.16,1.00,none,9.71,none,10.13 vacillate,vacillate,0.02,Verb,9,7,3,vacillate,14.64,0.78,14.64,0.78,none,none,none, vacillates,vacillates,0.04,Verb,10,8,3,vacillate,none,none,14.64,0.78,none,none,none, vacillator,vacillator,0.02,Noun,10,9,4,vacillator,15.27,0.58,15.27,0.58,none,none,none, vacuolization,vacuolization,0.02,Noun,13,14,6,vacuolization,16.00,0.26,16.00,0.26,none,none,none, vacuous,vacuous,0.31,Adjective,7,7,3,vacuous,15.62,0.72,15.62,0.72,none,none,none, vacuum,vacuum,5.76,Noun,6,6,2,vacuum,6.74,1.00,6.74,1.00,8.11,none,none, vacuumcleaner,vacuumcleaner,Err:512,Err:512,13,11,5,vacuumcleaner,5.68,1.00,5.68,1.00,none,none,none, vacuumed,vacuumed,0.59,Verb,8,7,2,vacuum,none,none,6.74,1.00,8.11,none,none, vacuuming,vacuuming,0.61,Verb,9,8,3,vacuum,none,none,6.74,1.00,8.11,none,none, vacuums,vacuums,0.25,Noun,7,7,2,vacuum,none,none,6.74,1.00,8.11,none,none, vagabond,vagabond,0.49,Noun,8,8,3,vagabond,12.35,0.89,12.35,0.89,none,none,none, vagabonds,vagabonds,0.16,Noun,9,9,3,vagabond,none,none,12.35,0.89,none,none,none, vagaries,vagaries,0.06,Noun,8,6,3,vagary,none,none,14.75,0.63,none,none,none, vagary,vagary,0.04,Noun,6,5,3,vagary,14.75,0.63,14.75,0.63,none,none,none, vagina,vagina,5.06,Noun,6,6,3,vagina,8.89,1.00,8.89,1.00,none,none,none, vaginal,vaginal,1.29,Adjective,7,7,3,vaginal,11.94,1.00,11.94,1.00,none,none,none, vaginas,vaginas,0.43,Noun,7,7,3,vagina,none,none,8.89,1.00,none,none,none, vagrancy,vagrancy,0.53,Noun,8,8,3,vagrancy,13.28,1.00,13.28,1.00,none,none,none, vagrant,vagrant,0.63,Noun,7,7,2,vagrant,13.21,0.80,13.21,0.80,none,none,none,12.96 vagrants,vagrants,0.20,Noun,8,8,2,vagrant,none,none,13.21,0.80,none,none,none,12.96 vague,vague,4.53,Adjective,5,3,1,vague,9.84,1.00,9.84,1.00,9.25,10.20,10.50, vagueness,vagueness,0.12,Noun,9,6,2,vagueness,14.24,0.85,14.24,0.85,none,none,none, vaguer,vaguer,0.02,Adjective,6,4,2,vague,none,none,9.84,1.00,9.25,10.20,10.50, vaguest,vaguest,0.27,Adjective,7,6,2,vague,none,none,9.84,1.00,9.25,10.20,10.50, vail,vail,1.59,Name,4,3,1,vail,10.33,0.60,10.33,0.60,none,none,none, vain,vain,6.51,Adverb,4,3,1,vain,10.74,1.00,10.74,1.00,none,9.64,9.68, vainest,vainest,0.04,Adjective,7,6,2,vain,none,none,10.74,1.00,none,9.64,9.68, vainglorious,vainglorious,0.06,Adjective,12,10,4,vainglorious,14.09,0.55,14.09,0.55,none,none,none, vainglory,vainglory,0.02,Noun,9,8,3,vainglory,15.71,0.74,15.71,0.74,none,none,none, valance,valance,0.96,Noun,7,6,2,valance,13.84,0.84,13.84,0.84,none,none,none, valances,valances,0.02,Noun,8,8,3,valance,none,none,13.84,0.84,none,none,none, vale,vale,1.47,Noun,4,3,1,vale,11.69,0.72,11.69,0.72,none,9.51,10.87, valediction,valediction,0.12,Noun,11,9,3,valediction,15.00,0.74,15.00,0.74,none,none,none, valedictorian,valedictorian,1.24,Noun,13,13,6,valedictorian,13.05,1.00,13.05,1.00,none,none,none, valedictorians,valedictorians,0.04,Noun,14,14,6,valedictorian,none,none,13.05,1.00,none,none,none, valedictory,valedictory,0.06,Adjective,11,10,5,valedictory,13.60,0.79,13.60,0.79,none,none,none, valency,valency,0.02,Noun,7,7,3,valency,13.78,0.47,13.78,0.47,none,none,none, valerian,valerian,0.10,Adjective,8,8,4,valerian,16.00,0.35,16.00,0.35,none,none,none, vales,vales,0.06,Noun,5,4,1,vale,none,none,11.69,0.72,none,9.51,10.87, valet,valet,5.16,Noun,5,4,2,valet,13.67,1.00,13.67,1.00,none,none,none,11.29 valets,valets,0.39,Noun,6,5,2,valet,none,none,13.67,1.00,none,none,none,11.29 valetudinarian,valetudinarian,0.02,Noun,14,15,7,valetudinarian,16.50,0.42,16.50,0.42,none,none,none, valiant,valiant,2.47,Adjective,7,7,2,valiant,11.17,0.95,11.17,0.95,none,none,none, valid,valid,3.22,Adjective,5,5,2,valid,8.94,1.00,8.94,1.00,none,none,none,10.51 validate,validate,0.80,Verb,8,7,3,validate,12.90,1.00,12.90,1.00,none,none,none, validated,validated,0.27,Verb,9,9,4,validate,none,none,12.90,1.00,none,none,none, validates,validates,0.10,Verb,9,8,3,validate,none,none,12.90,1.00,none,none,none, validating,validating,0.10,Verb,10,9,4,validate,none,none,12.90,1.00,none,none,none, validation,validation,0.71,Noun,10,9,4,validation,12.06,1.00,12.06,1.00,none,none,none, validity,validity,0.59,Noun,8,8,4,validity,13.50,0.95,13.50,0.95,none,none,none, valise,valise,0.69,Noun,6,5,2,valise,13.56,0.50,13.56,0.50,none,none,none, valises,valises,0.06,Noun,7,7,3,valise,none,none,13.56,0.50,none,none,none, valium,valium,2.73,Noun,6,6,3,valium,13.67,0.83,13.67,0.83,none,none,none, valley,valley,25.00,Noun,6,4,2,valley,7.94,1.00,7.94,1.00,none,6.83,none,7.34 valleys,valleys,1.02,Noun,7,5,2,valley,none,none,7.94,1.00,none,6.83,none,7.34 valor,valour,1.25,Noun,5,4,2,valor,13.44,1.00,13.44,1.00,none,none,none,11.59 valorize,valorise,Err:512,Err:512,8,6,3,valorize,14.88,0.42,14.88,0.42,none,none,none, valorous,valorous,0.06,Adjective,8,6,3,valorous,12.83,0.63,12.83,0.63,none,none,none, valuable,valuable,15.59,Adjective,8,8,3,valuable,8.56,1.00,8.56,1.00,none,none,none, valuables,valuables,1.24,Noun,9,9,3,valuables,7.80,1.00,7.80,1.00,none,none,none, valuate,valuate,Err:512,Err:512,7,7,3,valuate,13.33,0.67,13.33,0.67,none,none,none, valuation,valuation,0.08,Noun,9,9,4,valuation,12.71,0.89,12.71,0.89,11.26,none,none, value,value,21.51,Noun,5,5,2,value,6.78,1.00,6.78,1.00,8.69,8.60,none, valued,valued,1.86,Verb,6,6,2,value,none,none,6.78,1.00,8.69,8.60,none, valueless,valueless,0.02,Adjective,9,8,3,valueless,11.00,1.00,11.00,1.00,none,none,none, values,values,8.47,Noun,6,6,2,value,none,none,6.78,1.00,8.69,8.60,none, valve,valve,4.84,Noun,5,4,1,valve,10.78,1.00,10.78,1.00,none,none,10.46, valves,valves,1.45,Noun,6,5,1,valve,none,none,10.78,1.00,none,none,10.46, valvular,valvular,0.02,Adjective,8,9,3,valvular,17.33,0.29,17.33,0.29,none,none,none, vamoose,vamoose,0.59,Verb,7,5,2,vamoose,12.00,0.89,12.00,0.89,none,none,none,12.43 vamoosed,vamoosed,0.08,Verb,8,6,2,vamoose,none,none,12.00,0.89,none,none,none,12.43 vamoosing,vamoosing,0.08,Verb,9,7,3,vamoose,none,none,12.00,0.89,none,none,none,12.43 vamp,vamp,0.92,Noun,4,4,1,vamp,15.06,0.84,15.06,0.84,none,none,12.22, vamping,vamping,0.06,Verb,7,6,2,vamp,none,none,15.06,0.84,none,none,12.22, vampire,vampire,17.53,Noun,7,6,2,vampire,7.16,1.00,7.16,1.00,none,none,none,7.19 vampires,vampires,9.00,Noun,8,7,2,vampire,none,none,7.16,1.00,none,none,none,7.19 vampirism,vampirism,0.14,Noun,9,10,5,vampirism,10.89,0.86,10.89,0.86,none,none,none, vamps,vamps,0.51,Noun,5,5,1,vamp,none,none,15.06,0.84,none,none,12.22, van,van,51.78,Name,3,3,1,van,5.20,0.95,5.20,0.95,none,5.47,5.39, vanadium,vanadium,0.02,Noun,8,8,4,vanadium,15.40,0.24,15.40,0.24,none,none,none, vandal,vandal,0.29,Noun,6,6,2,vandal,10.72,0.95,10.72,0.95,none,9.49,none, vandalism,vandalism,1.55,Noun,9,10,4,vandalism,12.00,1.00,12.00,1.00,none,none,none, vandalistic,vandalistic,0.02,Adjective,11,11,4,vandalistic,12.00,0.89,12.00,0.89,none,none,none, vandalize,vandalise,0.14,Verb,9,8,3,vandalize,10.47,1.00,10.47,1.00,none,none,none, vandalized,vandalised,0.37,Verb,10,9,3,vandalize,none,none,10.47,1.00,none,none,none, vandalizing,vandalising,0.29,Verb,11,10,4,vandalize,none,none,10.47,1.00,none,none,none, vandals,vandals,0.90,Noun,7,7,2,vandal,none,none,10.72,0.95,none,9.49,none, vane,vane,0.31,Noun,4,3,1,vane,10.58,1.00,10.58,1.00,none,none,11.26, vanes,vanes,0.10,Noun,5,4,1,vane,none,none,10.58,1.00,none,none,11.26, vanguard,vanguard,0.51,Noun,8,7,2,vanguard,13.07,0.83,13.07,0.83,none,none,none, vanilla,vanilla,3.98,Noun,7,6,3,vanilla,4.80,1.00,4.80,1.00,none,none,none, vanillas,vanillas,0.02,Noun,8,7,3,vanilla,none,none,4.80,1.00,none,none,none, vanish,vanish,3.20,Verb,6,5,2,vanish,8.58,1.00,8.58,1.00,none,6.37,none,8.96 vanished,vanished,5.55,Verb,8,6,2,vanish,none,none,8.58,1.00,none,6.37,none,8.96 vanishes,vanishes,0.75,Verb,8,7,3,vanish,none,none,8.58,1.00,none,6.37,none,8.96 vanishing,vanishing,1.10,Adjective,9,7,3,vanishing,8.32,1.00,8.32,1.00,none,none,none, vanities,vanities,0.22,Noun,8,7,3,vanity,none,none,11.39,1.00,9.43,none,none, vanity,vanity,4.12,Noun,6,6,3,vanity,11.39,1.00,11.39,1.00,9.43,none,none, vanload,vanload,0.02,Noun,7,6,2,vanload,10.29,0.74,10.29,0.74,none,none,none, vanquish,vanquish,4.76,Verb,8,7,2,vanquish,10.69,0.89,10.69,0.89,none,none,none,12.11 vanquished,vanquished,1.96,Adjective,10,8,2,vanquished,12.59,0.94,12.59,0.94,none,none,none, vanquisher,vanquisher,0.02,Noun,10,9,3,vanquisher,12.29,0.78,12.29,0.78,none,none,none, vanquishes,vanquishes,0.06,Verb,10,9,3,vanquish,none,none,10.69,0.89,none,none,none,12.11 vanquishing,vanquishing,1.33,Adjective,11,9,3,vanquishing,13.63,1.00,13.63,1.00,none,none,none, vans,vans,1.04,Noun,4,4,1,van,none,none,5.20,0.95,none,5.47,5.39, vantage,vantage,0.76,Noun,7,6,2,vantage,12.10,1.00,12.10,1.00,none,none,none,10.80 vapid,vapid,0.27,Adjective,5,5,2,vapid,14.67,0.63,14.67,0.63,none,none,none, vapidity,vapidity,Err:512,Err:512,8,8,4,vapidity,15.00,0.40,15.00,0.40,none,none,none, vapor,vapour,0.61,Noun,5,4,2,vapor,8.40,1.00,8.40,1.00,none,none,none,10.22 vaporization,vaporisation,0.02,Noun,12,10,5,vaporization,11.78,1.00,11.78,1.00,none,none,none, vaporize,vaporise,0.35,Verb,8,6,3,vaporize,10.75,1.00,10.75,1.00,none,none,none, vaporized,vaporised,0.55,Verb,9,7,3,vaporize,none,none,10.75,1.00,none,none,none, vaporizer,vaporizer,0.10,Noun,9,7,4,vaporizer,10.67,1.00,10.67,1.00,none,none,none, vaporizes,vaporises,0.06,Verb,9,8,4,vaporize,none,none,10.75,1.00,none,none,none, vaporous,vaporous,0.06,Adjective,8,6,3,vaporous,13.31,0.89,13.31,0.89,none,none,none, vapors,vapours,0.35,Noun,6,5,2,vapor,none,none,8.40,1.00,none,none,none,10.22 vaporware,vapourware,0.02,Noun,9,7,3,vaporware,13.25,0.40,13.25,0.40,none,none,none, vaquero,vaquero,0.16,Noun,7,6,4,vaquero,11.33,0.32,11.33,0.32,none,none,none, vaqueros,vaqueros,0.10,Noun,8,7,4,vaquero,none,none,11.33,0.32,none,none,none, variability,variability,0.04,Noun,11,11,6,variability,12.58,1.00,12.58,1.00,none,none,none, variable,variable,0.76,Noun,8,8,4,variable,10.47,1.00,10.47,1.00,none,none,none, variables,variables,1.02,Noun,9,9,4,variable,none,none,10.47,1.00,none,none,none, variance,variance,0.37,Noun,8,7,3,variance,14.00,1.00,14.00,1.00,none,none,none, variances,variances,0.08,Noun,9,9,4,variance,none,none,14.00,1.00,none,none,none, variant,variant,0.18,Noun,7,7,3,variant,11.68,1.00,11.68,1.00,none,none,none, variants,variants,0.04,Noun,8,8,3,variant,none,none,11.68,1.00,none,none,none, variation,variation,1.25,Noun,9,8,4,variation,10.11,1.00,10.11,1.00,none,none,none, variations,variations,0.94,Noun,10,9,4,variation,none,none,10.11,1.00,none,none,none, varicolored,varicoloured,Err:512,Err:512,11,9,4,varicolored,13.54,0.65,13.54,0.65,none,none,none, varicose,varicose,0.27,Adjective,8,7,3,varicose,12.17,0.86,12.17,0.86,none,none,none, variegated,variegated,0.04,Adjective,10,9,4,variegated,12.50,0.56,12.50,0.56,none,none,none, variegation,variegation,0.04,Noun,11,10,5,variegation,14.64,0.61,14.64,0.61,none,none,none, varies,varies,0.55,Verb,6,5,2,vary,none,none,8.94,1.00,9.14,9.28,none,8.53 varietal,varietal,0.06,Adjective,8,6,3,varietal,14.21,0.78,14.21,0.78,none,none,none, varietals,varietals,0.02,Noun,9,8,4,varietal,none,none,14.21,0.78,none,none,none, varieties,varieties,0.65,Noun,9,7,4,variety,none,none,7.89,1.00,none,9.19,none, variety,variety,5.76,Noun,7,6,4,variety,7.89,1.00,7.89,1.00,none,9.19,none, various,various,8.94,Adjective,7,6,3,various,9.58,1.00,9.58,1.00,8.60,none,none, varlet,varlet,0.20,Noun,6,6,2,varlet,13.62,0.44,13.62,0.44,none,none,none, varlets,varlets,0.10,Noun,7,7,2,varlet,none,none,13.62,0.44,none,none,none, varmint,varmint,0.78,Noun,7,7,2,varmint,11.19,0.76,11.19,0.76,none,none,none,12.11 varmints,varmints,0.41,Noun,8,8,2,varmint,none,none,11.19,0.76,none,none,none,12.11 varnish,varnish,0.41,Noun,7,6,2,varnish,10.26,1.00,10.26,1.00,none,none,none, varnished,varnished,0.10,Verb,9,7,2,varnish,none,none,10.26,1.00,none,none,none, varnishes,varnishes,0.02,Noun,9,8,3,varnish,none,none,10.26,1.00,none,none,none, varsity,varsity,1.75,Noun,7,7,3,varsity,11.63,1.00,11.63,1.00,none,none,none, vary,vary,0.92,Verb,4,4,2,vary,8.94,1.00,8.94,1.00,9.14,9.28,none,8.53 varying,varying,0.69,Adjective,7,6,3,varying,10.06,1.00,10.06,1.00,none,none,none, vas,vas,0.88,Noun,3,3,1,vas,12.71,0.37,12.71,0.37,none,none,none, vascular,vascular,1.69,Adjective,8,8,3,vascular,15.11,1.00,15.11,1.00,none,none,none, vase,vase,3.84,Noun,4,3,1,vase,7.89,1.00,7.89,1.00,none,6.03,6.53, vasectomies,vasectomies,0.08,Noun,11,10,4,vasectomy,none,none,14.00,1.00,none,none,none, vasectomy,vasectomy,0.98,Noun,9,9,4,vasectomy,14.00,1.00,14.00,1.00,none,none,none, vases,vases,0.55,Noun,5,5,2,vase,none,none,7.89,1.00,none,6.03,6.53, vasoconstriction,vasoconstriction,0.02,Noun,16,14,5,vasoconstriction,17.45,0.61,17.45,0.61,none,none,none, vasoconstrictor,vasoconstrictor,0.06,Noun,15,15,5,vasoconstrictor,16.30,0.56,16.30,0.56,none,none,none, vasodilator,vasodilator,0.04,Noun,11,11,5,vasodilator,17.58,0.63,17.58,0.63,none,none,none, vasomotor,vasomotor,Err:512,Err:512,9,9,4,vasomotor,17.14,0.33,17.14,0.33,none,none,none, vasopressin,vasopressin,0.02,Noun,11,10,4,vasopressin,17.40,0.28,17.40,0.28,none,none,none, vassal,vassal,0.75,Noun,6,5,2,vassal,12.94,0.89,12.94,0.89,none,none,none,11.59 vassals,vassals,0.04,Noun,7,6,2,vassal,none,none,12.94,0.89,none,none,none,11.59 vast,vast,6.10,Adjective,4,4,1,vast,9.63,0.95,9.63,0.95,none,9.17,9.61, vaster,vaster,0.04,Adjective,6,5,2,vast,none,none,9.63,0.95,none,9.17,9.61, vastest,vastest,0.02,Adjective,7,7,2,vast,none,none,9.63,0.95,none,9.17,9.61, vastness,vastness,0.24,Noun,8,7,2,vastness,11.50,1.00,11.50,1.00,none,none,none, vasty,vasty,0.02,Adjective,5,5,2,vasty,15.00,0.05,15.00,0.05,none,none,none, vat,vat,1.49,Noun,3,3,1,vat,9.84,1.00,9.84,1.00,none,none,none, vatic,vatic,Err:512,Err:512,5,5,2,vatic,17.00,0.05,17.00,0.05,none,none,none, vats,vats,0.14,Noun,4,4,1,vat,none,none,9.84,1.00,none,none,none, vault,vault,12.04,Noun,5,4,1,vault,9.16,1.00,9.16,1.00,8.82,none,9.01, vaults,vaults,0.90,Noun,6,5,1,vault,none,none,9.16,1.00,8.82,none,9.01, vaunted,vaunted,0.12,Adjective,7,6,2,vaunted,13.36,0.58,13.36,0.58,none,none,none, veal,veal,3.55,Noun,4,3,1,veal,11.17,0.95,11.17,0.95,none,11.39,10.17, vector,vector,1.53,Noun,6,5,2,vector,11.12,0.94,11.12,0.94,none,none,none,12.22 vectoring,vectoring,0.14,Verb,9,7,3,vector,none,none,11.12,0.94,none,none,none,12.22 vectors,vectors,0.67,Noun,7,6,2,vector,none,none,11.12,0.94,none,none,none,12.22 veer,veer,1.08,Verb,4,3,1,veer,11.47,0.94,11.47,0.94,none,none,11.48, veered,veered,0.33,Verb,6,4,1,veer,none,none,11.47,0.94,none,none,11.48, veering,veering,0.18,Verb,7,5,2,veer,none,none,11.47,0.94,none,none,11.48, veers,veers,0.22,Verb,5,4,1,veer,none,none,11.47,0.94,none,none,11.48, vegan,vegan,0.65,Noun,5,5,2,vegan,14.16,1.00,14.16,1.00,none,none,none,12.01 veganism,veganism,0.02,Noun,8,9,4,veganism,14.06,0.90,14.06,0.90,none,none,none, vegans,vegans,0.12,Noun,6,6,2,vegan,none,none,14.16,1.00,none,none,none,12.01 vegetable,vegetable,5.71,Noun,9,8,3,vegetable,4.17,1.00,4.17,1.00,none,5.50,none, vegetables,vegetables,6.63,Noun,10,9,3,vegetable,none,none,4.17,1.00,none,5.50,none, vegetal,vegetal,0.02,Adjective,7,7,3,vegetal,13.40,0.26,13.40,0.26,none,none,none, vegetarian,vegetarian,3.96,Noun,10,10,5,vegetarian,9.11,1.00,9.11,1.00,none,none,none, vegetarianism,vegetarianism,0.06,Noun,13,14,7,vegetarianism,11.58,1.00,11.58,1.00,none,none,none, vegetarians,vegetarians,0.73,Noun,11,11,5,vegetarian,none,none,9.11,1.00,none,none,none, vegetation,vegetation,0.80,Noun,10,9,4,vegetation,10.58,0.95,10.58,0.95,none,none,none, vegetative,vegetative,0.51,Adjective,10,9,4,vegetative,12.58,1.00,12.58,1.00,none,none,none, veggie,veggie,0.59,Noun,6,4,2,veggie,6.63,1.00,6.63,1.00,none,none,none, veggies,veggies,0.49,Noun,7,5,2,veggie,none,none,6.63,1.00,none,none,none, vehement,vehement,0.12,Adjective,8,7,3,vehement,14.00,0.72,14.00,0.72,none,none,none, vehicle,vehicle,22.61,Noun,7,7,3,vehicle,6.58,1.00,6.58,1.00,none,6.71,none, vehicles,vehicles,6.00,Noun,8,8,3,vehicle,none,none,6.58,1.00,none,6.71,none, vehicular,vehicular,0.33,Adjective,9,9,4,vehicular,11.00,1.00,11.00,1.00,none,none,none, veil,veil,2.96,Noun,4,3,1,veil,9.69,0.89,9.69,0.89,none,8.24,8.36, veiled,veiled,0.53,Adjective,6,4,1,veiled,11.47,0.94,11.47,0.94,none,none,none, veils,veils,0.37,Noun,5,4,1,veil,none,none,9.69,0.89,none,8.24,8.36, vein,vein,3.59,Noun,4,3,1,vein,8.53,1.00,8.53,1.00,none,8.64,8.89, veins,veins,5.53,Noun,5,4,1,vein,none,none,8.53,1.00,none,8.64,8.89, velar,velar,Err:512,Err:512,5,5,2,velar,19.50,0.10,19.50,0.10,none,none,none, velcro,velcro,0.84,0.84,6,6,2,velcro,11.48,0.90,11.48,0.90,none,none,none,8.70 vellum,vellum,0.04,Noun,6,5,2,vellum,15.58,0.67,15.58,0.67,none,none,none, velocipede,velocipede,0.04,Verb,10,9,4,velocipede,14.75,0.21,14.75,0.21,none,none,none, velocipedes,velocipedes,0.02,Verb,11,10,4,velocipede,none,none,14.75,0.21,none,none,none, velocities,velocities,0.06,Noun,10,9,4,velocity,none,none,12.62,1.00,none,none,none, velocity,velocity,2.78,Noun,8,8,4,velocity,12.62,1.00,12.62,1.00,none,none,none, velour,velours,0.43,Noun,6,5,2,velour,12.93,0.74,12.93,0.74,none,none,none, velours,velours,Err:512,Err:512,7,5,2,velours,13.33,0.63,13.33,0.63,none,none,none, velum,velum,0.02,Noun,5,5,2,velum,16.42,0.51,16.42,0.51,none,none,none, velvet,velvet,6.27,Noun,6,6,2,velvet,7.61,1.00,7.61,1.00,none,none,none,8.62 velveteen,velveteen,0.08,Noun,9,9,4,velveteen,8.87,0.83,8.87,0.83,none,12.43,none, velvets,velvets,0.04,Noun,7,7,2,velvet,none,none,7.61,1.00,none,none,none,8.62 velvety,velvety,0.16,Adjective,7,7,3,velvety,8.00,1.00,8.00,1.00,none,none,none, vena,vena,0.24,Noun,4,4,2,vena,14.40,0.50,14.40,0.50,none,none,none, venal,venal,0.29,Adjective,5,5,2,venal,14.11,0.50,14.11,0.50,none,none,none, venality,venality,0.06,Noun,8,8,4,venality,14.45,0.58,14.45,0.58,none,none,none, venation,venation,Err:512,Err:512,8,7,3,venation,14.00,0.05,14.00,0.05,none,none,none, vend,vend,0.00,Err:512,4,4,1,vend,10.29,0.95,10.29,0.95,none,none,9.46, vendee,vendee,Err:512,Err:512,6,5,2,vendee,15.57,0.37,15.57,0.37,none,none,none, vender,vender,0.02,Verb,6,5,2,vendor,none,none,10.17,1.00,none,none,none,10.22 venders,vendors,0.02,Noun,7,6,2,vendor,none,none,10.17,1.00,none,none,none,10.22 vendetta,vendetta,1.22,Noun,8,7,3,vendetta,13.24,0.89,13.24,0.89,none,none,none, vendettas,vendettas,0.22,Noun,9,8,3,vendetta,none,none,13.24,0.89,none,none,none, vending,vending,2.16,Adjective,7,6,2,vending,11.26,1.00,11.26,1.00,none,none,none, vendingmachine,vending machine,Err:512,Err:512,14,11,4,vendingmachine,6.98,0.95,6.98,0.95,none,none,none, vendor,vendor,1.27,Noun,6,5,2,vendor,10.17,1.00,10.17,1.00,none,none,none,10.22 vendors,vendors,0.61,Noun,7,6,2,vendor,none,none,10.17,1.00,none,none,none,10.22 veneer,veneer,0.88,Noun,6,5,2,veneer,11.59,0.89,11.59,0.89,none,none,none,12.22 veneers,veneers,0.14,Noun,7,6,2,veneer,none,none,11.59,0.89,none,none,none,12.22 venerable,venerable,0.27,Adjective,9,8,4,venerable,14.76,0.89,14.76,0.89,none,none,none, venerate,venerate,0.02,Verb,8,6,3,venerate,17.00,0.68,17.00,0.68,none,none,none, veneration,veneration,0.04,Noun,10,8,4,veneration,16.08,0.68,16.08,0.68,none,none,none, venereal,venereal,0.51,Adjective,8,8,4,venereal,15.33,0.79,15.33,0.79,none,none,none, venetian,venetian,0.71,Adjective,8,7,3,venetian,13.06,0.94,13.06,0.94,none,none,none, venetians,venetians,0.10,Noun,9,8,3,venetian,none,none,13.06,0.94,none,none,none, vengeance,vengeance,5.41,Noun,9,7,2,vengeance,10.63,1.00,10.63,1.00,none,none,none, vengeful,vengeful,1.00,Adjective,8,7,2,vengeful,11.67,0.95,11.67,0.95,none,none,none, venison,venison,0.61,Noun,7,7,3,venison,11.65,0.89,11.65,0.89,none,none,none, venom,venom,2.33,Noun,5,5,2,venom,7.95,1.00,7.95,1.00,none,10.45,none,8.96 venomous,venomous,0.53,Adjective,8,7,3,venomous,8.63,1.00,8.63,1.00,none,none,none, venoms,venoms,0.10,Noun,6,6,2,venom,none,none,7.95,1.00,none,10.45,none,8.96 venous,venous,0.31,Adjective,6,5,2,venous,14.45,0.61,14.45,0.61,none,none,none, vent,vent,4.41,Noun,4,4,1,vent,10.11,1.00,10.11,1.00,none,none,8.53, vented,vented,0.16,Verb,6,6,2,vent,none,none,10.11,1.00,none,none,8.53, ventilate,ventilate,0.39,Verb,9,8,3,ventilate,12.84,1.00,12.84,1.00,none,none,none, ventilates,ventilates,0.02,Verb,10,9,3,ventilate,none,none,12.84,1.00,none,none,none, ventilating,ventilating,0.20,Noun,11,10,4,ventilating,11.84,1.00,11.84,1.00,none,none,none, ventilation,ventilation,2.16,Noun,11,10,4,ventilation,10.39,1.00,10.39,1.00,none,none,none, ventilator,ventilator,1.25,Noun,10,9,4,ventilator,11.44,0.95,11.44,0.95,none,none,none, ventilators,ventilators,0.02,Noun,11,10,4,ventilator,none,none,11.44,0.95,none,none,none, ventral,ventral,0.18,Adjective,7,7,2,ventral,13.86,0.78,13.86,0.78,none,none,none, ventricle,ventricle,0.59,Noun,9,9,3,ventricle,13.50,0.95,13.50,0.95,none,none,none, ventricles,ventricles,0.16,Noun,10,10,3,ventricle,none,none,13.50,0.95,none,none,none, ventricular,ventricular,0.31,Adjective,11,11,4,ventricular,14.59,0.94,14.59,0.94,none,none,none, ventriloquism,ventriloquism,0.18,Noun,13,14,5,ventriloquism,11.53,1.00,11.53,1.00,none,none,none, ventriloquist,ventriloquist,0.96,Noun,13,13,4,ventriloquist,8.47,0.94,8.47,0.94,none,none,none, ventriloquists,ventriloquists,0.08,Noun,14,14,4,ventriloquist,none,none,8.47,0.94,none,none,none, vents,vents,1.67,Noun,5,5,1,vent,none,none,10.11,1.00,none,none,8.53, venture,venture,4.73,Noun,7,5,2,venture,11.21,1.00,11.21,1.00,none,9.71,none,10.32 ventured,ventured,0.47,Verb,8,6,2,venture,none,none,11.21,1.00,none,9.71,none,10.32 ventures,ventures,0.61,Noun,8,6,2,venture,none,none,11.21,1.00,none,9.71,none,10.32 venturesome,venturesome,0.02,Adjective,11,8,3,venturesome,13.38,0.89,13.38,0.89,none,none,none, venturing,venturing,0.18,Verb,9,7,3,venture,none,none,11.21,1.00,none,9.71,none,10.32 venue,venue,1.43,Noun,5,5,2,venue,12.16,1.00,12.16,1.00,none,none,none,12.01 venues,venues,0.22,Noun,6,5,2,venue,none,none,12.16,1.00,none,none,none,12.01 venus,venus,4.88,4.88,5,5,2,venus,8.56,1.00,8.56,1.00,none,none,none,8.79 veracity,veracity,0.41,Noun,8,7,4,veracity,15.14,0.67,15.14,0.67,none,none,none, veranda,veranda,0.76,Noun,7,6,3,veranda,11.89,0.95,11.89,0.95,none,none,none, verandah,veranda,0.08,Noun,8,7,3,veranda,none,none,11.89,0.95,none,none,none, verandas,verandas,0.02,Noun,8,7,3,veranda,none,none,11.89,0.95,none,none,none, verb,verb,1.06,Noun,4,3,1,verb,8.00,1.00,8.00,1.00,none,8.66,7.77, verbal,verbal,2.92,Adjective,6,5,2,verbal,8.42,1.00,8.42,1.00,none,none,none,7.41 verbalization,verbalization,0.02,Noun,13,11,5,verbalization,10.75,1.00,10.75,1.00,none,none,none, verbalize,verbalise,0.06,Verb,9,7,3,verbalize,11.16,1.00,11.16,1.00,none,none,none, verbiage,verbiage,0.24,Noun,8,6,3,verbiage,15.20,0.75,15.20,0.75,none,none,none, verbose,verbose,0.12,Adjective,7,6,2,verbose,12.67,1.00,12.67,1.00,none,none,none, verboten,verboten,0.31,Verb,8,7,3,verboten,14.50,0.78,14.50,0.78,none,none,none, verbs,verbs,0.65,Noun,5,4,1,verb,none,none,8.00,1.00,none,8.66,7.77, verdant,verdant,0.16,Adjective,7,6,2,verdant,13.00,0.56,13.00,0.56,none,none,none, verdict,verdict,10.94,Noun,7,6,2,verdict,11.05,1.00,11.05,1.00,none,none,none,11.80 verdicts,verdicts,0.22,Noun,8,7,2,verdict,none,none,11.05,1.00,none,none,none,11.80 verdigris,verdigris,0.04,Noun,9,9,3,verdigris,15.80,0.28,15.80,0.28,none,none,none, verge,verge,3.27,Noun,5,3,1,verge,11.41,0.89,11.41,0.89,none,9.77,10.75, verges,verges,0.06,Noun,6,5,2,verge,none,none,11.41,0.89,none,9.77,10.75, verifiable,verifiable,0.12,Adjective,10,10,5,verifiable,13.26,1.00,13.26,1.00,none,none,none, verification,verification,0.90,Noun,12,11,5,verification,11.28,1.00,11.28,1.00,none,none,none, verified,verified,2.06,Verb,8,7,3,verify,none,none,10.28,1.00,none,none,none, verifies,verifies,0.20,Verb,8,7,3,verify,none,none,10.28,1.00,none,none,none, verify,verify,4.86,Verb,6,6,3,verify,10.28,1.00,10.28,1.00,none,none,none, verifying,verifying,0.43,Verb,9,8,4,verify,none,none,10.28,1.00,none,none,none, verisimilitude,verisimilitude,0.16,Noun,14,13,6,verisimilitude,16.00,0.44,16.00,0.44,none,none,none, veritable,veritable,0.98,Adjective,9,9,4,veritable,13.27,0.83,13.27,0.83,none,none,none, verities,verities,0.02,Noun,8,7,3,verity,none,none,15.13,0.75,none,11.96,none, verity,verity,0.06,Noun,6,6,3,verity,15.13,0.75,15.13,0.75,none,11.96,none, vermicelli,vermicelli,0.10,Noun,10,9,4,vermicelli,14.77,0.72,14.77,0.72,none,none,none, vermiform,vermiform,0.02,Adjective,9,9,3,vermiform,19.75,0.21,19.75,0.21,none,none,none, vermilion,vermilion,0.18,Noun,9,8,3,vermilion,11.85,0.54,11.85,0.54,none,none,none, vermillion,vermillion,0.06,Name,10,8,3,vermilion,none,none,11.85,0.54,none,none,none, vermin,vermin,2.37,Noun,6,5,2,vermin,10.84,1.00,10.84,1.00,none,none,none,12.32 vermouth,vermouth,0.98,Noun,8,5,2,vermouth,17.06,0.84,17.06,0.84,none,none,none,13.74 vernacular,vernacular,0.49,Noun,10,9,4,vernacular,14.27,0.83,14.27,0.83,none,none,none, vernal,vernal,0.02,Adjective,6,5,2,vernal,11.50,0.67,11.50,0.67,none,none,none, vernier,vernier,0.02,Noun,7,5,3,vernier,12.71,0.39,12.71,0.39,none,none,none, versatile,versatile,0.94,Adjective,9,7,3,versatile,12.25,1.00,12.25,1.00,none,none,none, versatility,versatility,0.16,Noun,11,10,5,versatility,13.61,1.00,13.61,1.00,none,none,none, verse,verse,4.67,Noun,5,3,1,verse,8.17,1.00,8.17,1.00,none,7.05,7.79, versed,versed,1.10,Verb,6,4,1,verse,none,none,8.17,1.00,none,7.05,7.79, verses,verses,1.10,Noun,6,5,2,verse,none,none,8.17,1.00,none,7.05,7.79, versify,versify,Err:512,Err:512,7,6,3,versify,12.29,0.57,12.29,0.57,12.68,none,none, version,version,16.24,Noun,7,5,2,version,8.11,1.00,8.11,1.00,none,8.85,none,9.05 versions,versions,1.22,Noun,8,6,2,version,none,none,8.11,1.00,none,8.85,none,9.05 versus,versus,8.06,Preposition,6,5,2,versus,8.50,1.00,8.50,1.00,none,8.35,none,8.12 vertebra,vertebra,0.61,Noun,8,7,3,vertebra,10.74,1.00,10.74,1.00,none,none,none, vertebrae,vertebrae,1.51,Noun,9,7,3,vertebra,none,none,10.74,1.00,none,none,none, vertebral,vertebral,0.12,Adjective,9,8,3,vertebral,12.39,1.00,12.39,1.00,none,none,none, vertebrate,vertebrate,0.14,Adjective,10,8,3,vertebrate,10.55,1.00,10.55,1.00,none,none,none, vertebrates,vertebrates,0.06,Noun,11,9,3,vertebrate,none,none,10.55,1.00,none,none,none, vertex,vertex,0.04,Noun,6,6,2,vertex,13.06,0.89,13.06,0.89,none,none,none, vertical,vertical,2.76,Adjective,8,7,3,vertical,9.71,1.00,9.71,1.00,none,none,none, verticals,verticals,0.02,Noun,9,8,3,vertical,none,none,9.71,1.00,none,none,none, vertices,vertices,0.04,Verb,8,6,2,vertex,none,none,13.06,0.89,none,none,none, vertigo,vertigo,0.76,Noun,7,6,3,vertigo,13.55,1.00,13.55,1.00,none,none,none, vertigos,vertigos,0.02,Noun,8,7,3,vertigo,none,none,13.55,1.00,none,none,none, verve,verve,0.24,Noun,5,3,1,verve,10.00,0.78,10.00,0.78,none,none,none, verves,verves,0.02,Noun,6,4,1,verve,none,none,10.00,0.78,none,none,none, very,very,1241.25,Adverb,4,4,2,very,4.90,1.00,4.90,1.00,5.16,none,none,4.80 vesicle,vesicle,0.04,Noun,7,7,3,vesicle,14.27,0.83,14.27,0.83,none,none,none, vesicles,vesicles,0.06,Noun,8,8,3,vesicle,none,none,14.27,0.83,none,none,none, vesper,vesper,0.10,Noun,6,5,2,vesper,13.31,0.68,13.31,0.68,none,none,none, vespers,vespers,0.31,Noun,7,6,2,vespers,13.29,0.85,13.29,0.85,none,none,none, vessel,vessel,9.35,Noun,6,5,2,vessel,9.94,1.00,9.94,1.00,none,7.98,none,10.60 vessels,vessels,3.02,Noun,7,6,2,vessel,none,none,9.94,1.00,none,7.98,none,10.60 vest,vest,5.57,Noun,4,4,1,vest,5.83,1.00,5.83,1.00,none,5.39,6.74, vestal,vestal,0.27,Adjective,6,6,2,vestal,15.36,0.67,15.36,0.67,none,none,none, vested,vested,2.18,Verb,6,6,2,vest,none,none,5.83,1.00,none,5.39,6.74, vestibule,vestibule,0.39,Noun,9,9,3,vestibule,11.41,0.94,11.41,0.94,none,none,none, vestibules,vestibules,0.02,Noun,10,10,3,vestibule,none,none,11.41,0.94,none,none,none, vestige,vestige,0.29,Noun,7,6,2,vestige,13.27,0.79,13.27,0.79,none,none,none, vestiges,vestiges,0.14,Noun,8,8,3,vestige,none,none,13.27,0.79,none,none,none, vestigial,vestigial,0.27,Adjective,9,9,4,vestigial,16.08,0.65,16.08,0.65,none,none,none, vestment,vestment,0.04,Noun,8,8,2,vestment,14.15,0.77,14.15,0.77,none,none,none, vestments,vestments,0.10,Noun,9,9,2,vestment,none,none,14.15,0.77,none,none,none, vestry,vestry,0.18,Noun,6,6,2,vestry,13.75,0.42,13.75,0.42,none,none,none, vests,vests,1.10,Noun,5,5,1,vest,none,none,5.83,1.00,none,5.39,6.74, vesture,vesture,0.02,Noun,7,5,2,vesture,15.88,0.44,15.88,0.44,none,none,none, vet,vet,5.80,Noun,3,3,1,vet,7.78,1.00,7.78,1.00,7.05,none,5.85, veteran,veteran,3.75,Noun,7,6,3,veteran,9.90,1.00,9.90,1.00,none,none,none, veterans,veterans,1.86,Noun,8,7,3,veteran,none,none,9.90,1.00,none,none,none, veterinarian,veterinarian,1.25,Noun,12,11,5,veterinarian,8.94,1.00,8.94,1.00,none,none,none, veterinarians,veterinarians,0.16,Noun,13,12,5,veterinarian,none,none,8.94,1.00,none,none,none, veterinary,veterinary,0.69,Adjective,10,9,4,veterinary,7.84,1.00,7.84,1.00,none,none,none, veto,veto,0.90,Noun,4,4,2,veto,11.39,1.00,11.39,1.00,12.06,12.43,none,11.59 vetoed,vetoed,0.20,Verb,6,5,2,veto,none,none,11.39,1.00,12.06,12.43,none,11.59 vetoes,vetoes,0.14,Verb,6,5,2,veto,none,none,11.39,1.00,12.06,12.43,none,11.59 vets,vets,0.63,Noun,4,4,1,vet,none,none,7.78,1.00,7.05,none,5.85, vetted,vetted,0.29,Verb,6,5,2,vet,none,none,7.78,1.00,7.05,none,5.85, vetting,vetting,0.06,Verb,7,5,2,vet,none,none,7.78,1.00,7.05,none,5.85, vex,vex,0.20,Verb,3,4,1,vex,14.40,0.83,14.40,0.83,none,none,12.52, vexation,vexation,0.06,Noun,8,8,3,vexation,14.80,0.83,14.80,0.83,none,none,none, vexations,vexations,0.02,Noun,9,9,3,vexation,none,none,14.80,0.83,none,none,none, vexatious,vexatious,0.04,Adjective,9,8,3,vexatious,14.09,0.61,14.09,0.61,none,none,none, vexed,vexed,0.47,Verb,5,5,1,vex,none,none,14.40,0.83,none,none,12.52, vexes,vexes,0.10,Verb,5,6,2,vex,none,none,14.40,0.83,none,none,12.52, viability,viability,0.18,Noun,9,9,5,viability,14.30,1.00,14.30,1.00,none,none,none, viable,viable,2.37,Adjective,6,6,3,viable,14.11,1.00,14.11,1.00,none,none,none, viaduct,viaduct,0.22,Noun,7,7,3,viaduct,13.33,0.63,13.33,0.63,none,none,none, viaducts,viaducts,0.04,Noun,8,8,3,viaduct,none,none,13.33,0.63,none,none,none, vial,vial,1.29,Noun,4,4,2,vial,10.06,0.95,10.06,0.95,none,none,none, vials,vials,1.29,Noun,5,5,2,vial,none,none,10.06,0.95,none,none,none, viands,viands,0.02,Noun,6,6,2,viands,18.57,0.37,18.57,0.37,none,none,none, vibe,vibe,5.22,Noun,4,3,1,vibe,11.00,1.00,11.00,1.00,none,none,none, vibes,vibes,1.08,Noun,5,4,1,vibes,9.95,1.00,9.95,1.00,none,none,none, vibrant,vibrant,1.02,Adjective,7,7,2,vibrant,11.08,1.00,11.08,1.00,none,none,none,10.32 vibraphone,vibraphone,0.02,Noun,10,8,3,vibraphone,13.42,0.60,13.42,0.60,none,none,none, vibrate,vibrate,1.10,Verb,7,6,2,vibrate,10.16,1.00,10.16,1.00,none,none,none,9.22 vibrated,vibrated,0.08,Verb,8,8,3,vibrate,none,none,10.16,1.00,none,none,none,9.22 vibrates,vibrates,0.29,Verb,8,7,2,vibrate,none,none,10.16,1.00,none,none,none,9.22 vibrating,vibrating,1.25,Verb,9,8,3,vibrate,none,none,10.16,1.00,none,none,none,9.22 vibration,vibration,1.57,Noun,9,8,3,vibration,9.56,1.00,9.56,1.00,none,none,none, vibrations,vibrations,2.02,Noun,10,9,3,vibration,none,none,9.56,1.00,none,none,none, vibrato,vibrato,0.24,Noun,7,7,3,vibrato,12.50,0.95,12.50,0.95,none,none,none, vibrator,vibrator,1.18,Noun,8,7,3,vibrator,13.39,1.00,13.39,1.00,none,none,none, vibrators,vibrators,0.22,Noun,9,8,3,vibrator,none,none,13.39,1.00,none,none,none, vibratory,vibratory,0.04,Adjective,9,9,4,vibratory,14.42,0.63,14.42,0.63,none,none,none, vicar,vicar,1.47,Noun,5,4,2,vicar,12.53,0.75,12.53,0.75,none,6.60,none,13.29 vicarage,vicarage,0.06,Noun,8,6,3,vicarage,13.62,0.44,13.62,0.44,none,none,none, vicarious,vicarious,0.25,Adjective,9,8,4,vicarious,14.47,0.94,14.47,0.94,none,none,none, vicars,vicars,0.04,Noun,6,5,2,vicar,none,none,12.53,0.75,none,6.60,none,13.29 vice,vice,18.63,Adjective,4,3,1,vice,12.50,1.00,12.50,1.00,none,10.19,10.90, vicegerent,vicegerent,Err:512,Err:512,10,10,4,vicegerent,17.50,0.10,17.50,0.10,none,none,none, viceroy,viceroy,0.43,Noun,7,5,2,viceroy,16.20,0.79,16.20,0.79,none,none,none, viceroys,viceroys,0.06,Noun,8,6,2,viceroy,none,none,16.20,0.79,none,none,none, vices,vices,0.55,Noun,5,5,2,vice,none,none,12.50,1.00,none,10.19,10.90, vichyssoise,vichyssoise,0.24,Noun,11,8,3,vichyssoise,13.43,0.37,13.43,0.37,none,none,none, vicinities,vicinities,0.02,Noun,10,9,4,vicinity,none,none,10.28,1.00,none,none,none, vicinity,vicinity,3.00,Noun,8,8,4,vicinity,10.28,1.00,10.28,1.00,none,none,none, vicious,vicious,8.59,Adjective,7,5,2,vicious,9.53,1.00,9.53,1.00,8.88,9.28,none,9.67 viciousness,viciousness,0.12,Noun,11,8,3,viciousness,12.26,1.00,12.26,1.00,none,none,none, vicissitude,vicissitude,0.02,Noun,11,9,4,vicissitude,13.83,0.67,13.83,0.67,none,none,none, vicissitudes,vicissitudes,0.12,Noun,12,10,4,vicissitude,none,none,13.83,0.67,none,none,none, victim,victim,47.73,Noun,6,6,2,victim,9.39,1.00,9.39,1.00,none,8.41,none,8.28 victimization,victimisation,0.20,Noun,13,12,5,victimization,13.44,0.95,13.44,0.95,none,none,none, victimize,victimise,0.18,Verb,9,8,3,victimize,12.00,1.00,12.00,1.00,none,none,none, victimized,victimised,0.76,Verb,10,9,3,victimize,none,none,12.00,1.00,none,none,none, victimizer,victimizer,0.02,Noun,10,9,4,victimizer,13.38,0.89,13.38,0.89,none,none,none, victimless,victimless,0.37,Adjective,10,9,3,victimless,12.84,1.00,12.84,1.00,none,none,none, victims,victims,23.45,Noun,7,7,2,victim,none,none,9.39,1.00,none,8.41,none,8.28 victories,victories,1.22,Noun,9,7,3,victory,none,none,7.53,1.00,none,8.18,none, victorious,victorious,1.29,Adjective,10,9,4,victorious,10.05,1.00,10.05,1.00,none,none,none, victory,victory,21.45,Noun,7,6,3,victory,7.53,1.00,7.53,1.00,none,8.18,none, victuals,victuals,0.12,Noun,8,6,2,victuals,11.30,0.50,11.30,0.50,none,none,none, vicuna,vicuna,0.06,Noun,6,7,3,vicuna,20.00,0.16,20.00,0.16,none,none,none, video,video,41.27,Noun,5,5,3,video,8.06,0.95,8.06,0.95,none,none,none, videocassette,videocassette,0.14,Noun,13,10,5,videocassette,7.11,1.00,7.11,1.00,none,none,none, videocassettes,videocassettes,0.06,Noun,14,11,5,videocassette,none,none,7.11,1.00,none,none,none, videoed,videoed,0.08,Verb,7,6,3,video,none,none,8.06,0.95,none,none,none, videophone,videophone,0.06,Noun,10,8,4,videophone,13.06,0.94,13.06,0.94,none,none,none, videos,videos,4.31,Noun,6,6,3,video,none,none,8.06,0.95,none,none,none, videotape,videotape,5.18,Noun,9,8,4,videotape,9.37,1.00,9.37,1.00,none,none,none, videotaped,videotaped,0.57,Verb,10,9,4,videotape,none,none,9.37,1.00,none,none,none, videotapes,videotapes,0.96,Noun,10,9,4,videotape,none,none,9.37,1.00,none,none,none, videotaping,videotaping,0.47,Verb,11,10,5,videotape,none,none,9.37,1.00,none,none,none, vie,vie,2.16,Verb,3,2,1,vie,12.75,0.63,12.75,0.63,none,none,13.57, vies,vies,0.02,Verb,4,3,1,vie,none,none,12.75,0.63,none,none,13.57, view,view,38.53,Noun,4,3,1,view,5.63,1.00,5.63,1.00,7.22,none,7.29, viewed,viewed,1.04,Verb,6,4,1,view,none,none,5.63,1.00,7.22,none,7.29, viewer,viewer,1.53,Noun,6,4,2,viewer,9.17,1.00,9.17,1.00,none,none,none, viewers,viewers,2.80,Noun,7,5,2,viewer,none,none,9.17,1.00,none,none,none, viewership,viewership,0.08,Noun,10,7,3,viewership,12.78,0.95,12.78,0.95,none,none,none, viewfinder,viewfinder,0.08,Noun,10,8,3,viewfinder,9.83,1.00,9.83,1.00,none,none,none, viewing,viewing,2.14,Noun,7,5,2,viewing,7.28,1.00,7.28,1.00,none,none,none, viewings,viewings,0.06,Noun,8,6,2,viewing,none,none,7.28,1.00,none,none,none, viewpoint,viewpoint,0.98,Noun,9,7,2,viewpoint,10.95,1.00,10.95,1.00,none,none,none, viewpoints,viewpoints,0.16,Noun,10,8,2,viewpoint,none,none,10.95,1.00,none,none,none, viewport,viewport,0.02,Noun,8,7,2,viewport,12.93,0.67,12.93,0.67,none,none,none, views,views,4.04,Noun,5,4,1,view,none,none,5.63,1.00,7.22,none,7.29, vigil,vigil,0.86,Noun,5,5,2,vigil,9.44,0.95,9.44,0.95,none,10.81,none,11.80 vigilance,vigilance,0.51,Noun,9,8,3,vigilance,11.16,1.00,11.16,1.00,none,none,none, vigilant,vigilant,0.75,Adjective,8,8,3,vigilant,13.21,1.00,13.21,1.00,none,none,none, vigilante,vigilante,1.63,Noun,9,9,4,vigilante,12.44,1.00,12.44,1.00,none,none,none, vigilantes,vigilantes,0.57,Noun,10,10,4,vigilante,none,none,12.44,1.00,none,none,none, vigilantism,vigilantism,0.02,Noun,11,12,5,vigilantism,14.00,0.84,14.00,0.84,none,none,none, vigils,vigils,0.08,Noun,6,6,2,vigil,none,none,9.44,0.95,none,10.81,none,11.80 vigor,vigour,0.41,Noun,5,4,2,vigor,10.63,1.00,10.63,1.00,none,none,none, vigorous,vigorous,0.69,Adjective,8,6,3,vigorous,10.14,1.00,10.14,1.00,9.83,none,none, vile,vile,4.43,Adjective,4,3,1,vile,11.74,1.00,11.74,1.00,none,none,11.12, vileness,vileness,0.02,Noun,8,6,2,vileness,10.94,1.00,10.94,1.00,none,none,none, viler,viler,0.02,Adjective,5,4,2,vile,none,none,11.74,1.00,none,none,11.12, vilest,vilest,0.16,Adjective,6,6,2,vile,none,none,11.74,1.00,none,none,11.12, vilified,vilified,0.14,Verb,8,7,3,vilify,none,none,15.53,0.83,none,none,none, vilify,vilify,0.16,Verb,6,6,3,vilify,15.53,0.83,15.53,0.83,none,none,none, villa,villa,4.39,Noun,5,4,2,villa,10.50,0.89,10.50,0.89,none,none,none,10.41 village,village,33.57,Noun,7,5,2,village,7.84,1.00,7.84,1.00,none,6.41,none,6.54 villager,villager,0.20,Noun,8,6,3,villager,8.26,1.00,8.26,1.00,none,none,none, villagers,villagers,2.49,Noun,9,7,3,villager,none,none,8.26,1.00,none,none,none, villages,villages,2.41,Noun,8,7,3,village,none,none,7.84,1.00,none,6.41,none,6.54 villain,villain,4.16,Noun,7,5,2,villain,8.28,1.00,8.28,1.00,7.66,none,none,8.79 villainess,villainess,0.02,Noun,10,7,3,villainess,11.84,0.95,11.84,0.95,none,none,none, villainies,villainies,0.02,Noun,10,7,3,villainy,none,none,9.82,0.89,none,none,none, villainous,villainous,0.31,Adjective,10,7,3,villainous,11.53,0.89,11.53,0.89,none,none,none, villains,villains,1.69,Noun,8,6,2,villain,none,none,8.28,1.00,7.66,none,none,8.79 villainy,villainy,0.29,Noun,8,6,3,villainy,9.82,0.89,9.82,0.89,none,none,none, villanelle,villanelle,0.06,Noun,10,7,3,villanelle,18.00,0.17,18.00,0.17,none,none,none, villas,villas,0.24,Noun,6,5,2,villa,none,none,10.50,0.89,none,none,none,10.41 villous,villous,Err:512,Err:512,7,5,2,villous,15.00,0.10,15.00,0.10,none,none,none, vim,vim,0.14,Noun,3,3,1,vim,12.54,0.72,12.54,0.72,none,none,none, vinaigrette,vinaigrette,0.27,Noun,11,8,3,vinaigrette,12.17,0.85,12.17,0.85,none,none,none, vindicate,vindicate,0.12,Verb,9,8,3,vindicate,11.78,1.00,11.78,1.00,none,none,none, vindicated,vindicated,0.41,Verb,10,10,4,vindicate,none,none,11.78,1.00,none,none,none, vindicates,vindicates,0.02,Noun,10,9,3,vindicate,none,none,11.78,1.00,none,none,none, vindication,vindication,0.43,Noun,11,10,4,vindication,13.59,0.85,13.59,0.85,none,none,none, vindicator,vindicator,0.02,Noun,10,9,4,vindicator,13.53,0.90,13.53,0.90,none,none,none, vindictive,vindictive,1.06,Adjective,10,9,3,vindictive,14.17,0.95,14.17,0.95,none,none,none, vindictiveness,vindictiveness,0.12,Noun,14,12,4,vindictiveness,14.22,0.95,14.22,0.95,none,none,none, vine,vine,2.10,Noun,4,3,1,vine,6.95,1.00,6.95,1.00,none,8.45,7.35, vinegar,vinegar,1.69,Noun,7,6,3,vinegar,7.11,1.00,7.11,1.00,none,none,none, vinegars,vinegars,0.02,Noun,8,7,3,vinegar,none,none,7.11,1.00,none,none,none, vinegary,vinegary,0.06,Adjective,8,7,4,vinegary,10.47,0.79,10.47,0.79,none,none,none, vines,vines,1.57,Noun,5,4,1,vine,none,none,6.95,1.00,none,8.45,7.35, vineyard,vineyard,2.78,Noun,8,6,2,vineyard,11.05,1.00,11.05,1.00,none,none,none, vineyards,vineyards,0.59,Noun,9,7,2,vineyard,none,none,11.05,1.00,none,none,none, vinous,vinous,Err:512,Err:512,6,5,2,vinous,14.33,0.14,14.33,0.14,none,none,none, vintage,vintage,2.92,Noun,7,6,2,vintage,12.00,1.00,12.00,1.00,none,none,none,10.60 vintages,vintages,0.02,Noun,8,8,3,vintage,none,none,12.00,1.00,none,none,none,10.60 vinyl,vinyl,1.24,Noun,5,5,2,vinyl,10.68,0.95,10.68,0.95,none,none,none,11.39 viol,viol,0.04,Noun,4,4,2,viol,15.44,0.47,15.44,0.47,none,none,none, violable,violable,Err:512,Err:512,8,8,4,violable,14.07,0.74,14.07,0.74,none,none,none, violate,violate,2.39,Verb,7,6,3,violate,10.53,1.00,10.53,1.00,none,none,none, violated,violated,4.57,Verb,8,8,4,violate,none,none,10.53,1.00,none,none,none, violates,violates,0.75,Verb,8,7,3,violate,none,none,10.53,1.00,none,none,none, violating,violating,2.24,Verb,9,8,4,violate,none,none,10.53,1.00,none,none,none, violation,violation,7.55,Noun,9,8,4,violation,10.94,0.95,10.94,0.95,none,none,none, violations,violations,1.96,Noun,10,9,4,violation,none,none,10.94,0.95,none,none,none, violator,violator,0.18,Noun,8,7,4,violator,10.92,1.00,10.92,1.00,none,none,none, violators,violators,0.20,Noun,9,8,4,violator,none,none,10.92,1.00,none,none,none, violence,violence,23.00,Noun,8,7,3,violence,6.39,1.00,6.39,1.00,8.15,none,none, violent,violent,16.67,Adjective,7,7,3,violent,7.61,1.00,7.61,1.00,none,none,none, violet,violet,8.04,Name,6,6,3,violet,7.49,1.00,7.49,1.00,none,6.92,none, violets,violets,1.04,Noun,7,7,3,violet,none,none,7.49,1.00,none,6.92,none, violin,violin,4.75,Noun,6,6,3,violin,7.45,1.00,7.45,1.00,none,none,none, violinist,violinist,0.65,Noun,9,9,4,violinist,9.17,1.00,9.17,1.00,none,none,none, violinists,violinists,0.08,Noun,10,10,4,violinist,none,none,9.17,1.00,none,none,none, violins,violins,1.06,Noun,7,7,3,violin,none,none,7.45,1.00,none,none,none, violoncello,violoncello,0.04,Noun,11,10,5,violoncello,12.60,0.53,12.60,0.53,none,none,none, viper,viper,2.53,Noun,5,4,2,viper,9.84,1.00,9.84,1.00,none,none,none,9.58 vipers,vipers,0.80,Noun,6,5,2,viper,none,none,9.84,1.00,none,none,none,9.58 virago,virago,Err:512,Err:512,6,6,3,virago,15.17,0.32,15.17,0.32,none,none,none, viral,viral,0.88,Adjective,5,5,2,viral,14.11,0.95,14.11,0.95,none,none,none, vireo,vireo,0.06,Noun,5,5,3,vireo,14.60,0.26,14.60,0.26,none,none,none, virgin,virgin,18.84,Noun,6,5,2,virgin,10.63,1.00,10.63,1.00,none,none,none,12.22 virginal,virginal,0.47,Adjective,8,7,3,virginal,12.17,0.86,12.17,0.86,none,none,none, virginities,virginities,0.02,Noun,11,9,4,virginity,none,none,11.53,1.00,none,none,none, virginity,virginity,3.90,Noun,9,8,4,virginity,11.53,1.00,11.53,1.00,none,none,none, virgins,virgins,2.94,Noun,7,6,2,virgin,none,none,10.63,1.00,none,none,none,12.22 viridian,viridian,0.04,Adjective,8,8,4,viridian,16.55,0.55,16.55,0.55,none,none,none, virile,virile,0.65,Adjective,6,5,2,virile,14.45,0.61,14.45,0.61,none,13.64,none,12.43 virility,virility,0.53,Noun,8,7,4,virility,16.06,0.89,16.06,0.89,none,none,none, virologist,virologist,0.02,Noun,10,10,4,virologist,16.12,0.84,16.12,0.84,none,none,none, virologists,virologists,0.02,Noun,11,11,4,virologist,none,none,16.12,0.84,none,none,none, virology,virology,0.04,Noun,8,8,4,virology,15.86,0.74,15.86,0.74,none,none,none, virtual,virtual,2.61,Adjective,7,6,3,virtual,10.39,1.00,10.39,1.00,none,none,none, virtually,virtually,4.10,Adverb,9,7,4,virtually,11.79,0.95,11.79,0.95,none,none,none, virtue,virtue,5.16,Noun,6,4,2,virtue,11.53,1.00,11.53,1.00,none,10.07,none,11.09 virtues,virtues,1.59,Noun,7,5,2,virtue,none,none,11.53,1.00,none,10.07,none,11.09 virtuosity,virtuosity,0.18,Noun,10,9,5,virtuosity,13.50,0.89,13.50,0.89,none,none,none, virtuoso,virtuoso,0.47,Noun,8,7,4,virtuoso,12.94,0.84,12.94,0.84,none,none,none, virtuosos,virtuosos,0.02,Noun,9,9,4,virtuoso,none,none,12.94,0.84,none,none,none, virtuous,virtuous,1.73,Adjective,8,6,3,virtuous,12.10,1.00,12.10,1.00,10.18,none,none, virulent,virulent,0.22,Adjective,8,8,3,virulent,16.09,0.55,16.09,0.55,none,none,none, virus,virus,18.90,Noun,5,5,2,virus,9.50,1.00,9.50,1.00,none,none,none,8.45 viruses,viruses,1.16,Noun,7,7,3,virus,none,none,9.50,1.00,none,none,none,8.45 visa,visa,4.24,Noun,4,4,2,visa,12.17,1.00,12.17,1.00,none,12.06,none,10.90 visage,visage,0.20,Noun,6,5,2,visage,13.00,1.00,13.00,1.00,none,none,none, visas,visas,0.63,Noun,5,5,2,visa,none,none,12.17,1.00,none,12.06,none,10.90 viscera,viscera,0.12,Noun,7,6,3,viscera,14.64,0.61,14.64,0.61,none,none,none, visceral,visceral,0.18,Adjective,8,6,3,visceral,15.45,0.81,15.45,0.81,none,none,none, viscose,viscose,0.04,Noun,7,5,2,viscose,13.21,0.74,13.21,0.74,none,none,none, viscosity,viscosity,0.14,Noun,9,9,4,viscosity,13.47,0.94,13.47,0.94,none,none,none, viscount,viscount,0.10,Noun,8,7,2,viscount,15.92,0.65,15.92,0.65,none,none,none, viscounts,viscounts,0.02,Noun,9,8,2,viscount,none,none,15.92,0.65,none,none,none, viscous,viscous,0.25,Adjective,7,6,2,viscous,13.28,0.95,13.28,0.95,none,none,none, vise,vice,0.39,Noun,4,3,1,vice,none,none,12.50,1.00,none,10.19,10.90, viselike,viselike,0.02,Adjective,8,6,2,viselike,13.21,0.78,13.21,0.78,none,none,none, visibility,visibility,1.20,Noun,10,10,5,visibility,10.84,1.00,10.84,1.00,none,none,none, visible,visible,4.96,Adjective,7,7,3,visible,8.05,1.00,8.05,1.00,none,none,none, vision,vision,23.88,Noun,6,5,2,vision,6.58,1.00,6.58,1.00,none,8.18,none,7.19 visionaries,visionaries,0.33,Noun,11,9,4,visionary,none,none,12.17,1.00,none,none,none, visionary,visionary,1.29,Adjective,9,8,4,visionary,12.17,1.00,12.17,1.00,none,none,none, visions,visions,8.24,Noun,7,6,2,vision,none,none,6.58,1.00,none,8.18,none,7.19 visit,visit,58.69,Verb,5,5,2,visit,5.79,1.00,5.79,1.00,5.51,4.75,none, visitant,visitant,0.02,Noun,8,8,3,visitant,12.11,0.50,12.11,0.50,none,none,none, visitation,visitation,1.59,Noun,10,9,4,visitation,10.47,0.95,10.47,0.95,none,none,none, visitations,visitations,0.18,Noun,11,10,4,visitation,none,none,10.47,0.95,none,none,none, visited,visited,6.86,Verb,7,7,3,visit,none,none,5.79,1.00,5.51,4.75,none, visiting,visiting,15.43,Verb,8,7,3,visit,none,none,5.79,1.00,5.51,4.75,none, visitor,visitor,8.75,Noun,7,6,3,visitor,6.37,1.00,6.37,1.00,none,6.30,none, visitors,visitors,9.92,Noun,8,7,3,visitor,none,none,6.37,1.00,none,6.30,none, visits,visits,4.57,Noun,6,6,2,visit,none,none,5.79,1.00,5.51,4.75,none, visor,visor,0.59,Noun,5,4,2,visor,7.83,1.00,7.83,1.00,none,none,none,9.85 visors,visors,0.18,Noun,6,5,2,visor,none,none,7.83,1.00,none,none,none,9.85 vista,vista,2.78,Name,5,5,2,vista,12.70,0.91,12.70,0.91,none,none,none, vistas,vistas,0.22,Noun,6,6,2,vista,none,none,12.70,0.91,none,none,none, visual,visual,11.49,Adjective,6,7,3,visual,9.11,1.00,9.11,1.00,none,none,none, visualization,visualisation,0.24,Noun,13,12,5,visualization,10.86,1.00,10.86,1.00,none,none,none, visualizations,visualisations,0.02,Noun,14,14,6,visualization,none,none,10.86,1.00,none,none,none, visualize,visualise,1.73,Verb,9,8,3,visualize,9.88,0.94,9.88,0.94,none,none,none, visualized,visualised,0.16,Verb,10,9,3,visualize,none,none,9.88,0.94,none,none,none, visualizer,visualiser,Err:512,Err:512,10,10,5,visualizer,12.72,0.90,12.72,0.90,none,none,none, visualizing,visualising,0.31,Verb,11,10,4,visualize,none,none,9.88,0.94,none,none,none, visuals,visuals,0.69,Noun,7,7,2,visual,none,none,9.11,1.00,none,none,none, vita,vita,0.39,Noun,4,4,2,vita,14.90,0.53,14.90,0.53,none,none,none, vitae,vitae,0.14,Noun,5,4,2,vita,none,none,14.90,0.53,none,none,none, vital,vital,7.76,Adjective,5,5,2,vital,10.28,1.00,10.28,1.00,none,none,none,10.13 vitalism,vitalism,0.02,Noun,8,9,4,vitalism,11.47,0.83,11.47,0.83,none,none,none, vitality,vitality,0.67,Noun,8,8,4,vitality,12.94,0.95,12.94,0.95,none,none,none, vitals,vitals,3.61,Noun,6,6,2,vitals,11.72,1.00,11.72,1.00,none,none,none, vitamin,vitamin,2.67,Noun,7,7,3,vitamin,5.42,1.00,5.42,1.00,none,none,none, vitamins,vitamins,3.55,Noun,8,8,3,vitamins,6.22,1.00,6.22,1.00,none,none,none, vitas,vitas,0.04,Name,5,5,2,vita,none,none,14.90,0.53,none,none,none, vitiate,vitiate,0.04,Verb,7,6,3,vitiate,16.27,0.58,16.27,0.58,none,none,none, vitiation,vitiation,Err:512,Err:512,9,8,4,vitiation,16.50,0.10,16.50,0.10,none,none,none, vitreous,vitreous,0.18,Adjective,8,7,3,vitreous,14.18,0.58,14.18,0.58,none,none,none, vitrify,vitrify,0.02,Verb,7,7,3,vitrify,18.00,0.16,18.00,0.16,none,none,none, vitriol,vitriol,0.16,Noun,7,7,3,vitriol,15.29,0.74,15.29,0.74,none,12.81,none, vitriolic,vitriolic,0.08,Adjective,9,9,4,vitriolic,14.80,0.53,14.80,0.53,none,none,none, vitro,vitro,0.67,Adverb,5,5,2,vitro,14.82,0.81,14.82,0.81,none,none,none,11.80 vituperation,vituperation,0.02,Noun,12,12,5,vituperation,13.83,0.32,13.83,0.32,none,none,none, viva,viva,3.12,Noun,4,4,2,viva,11.56,0.90,11.56,0.90,none,none,none, vivace,vivace,0.04,Noun,6,5,2,vivace,14.75,0.42,14.75,0.42,none,none,none, vivacious,vivacious,0.25,Adjective,9,7,3,vivacious,13.44,0.95,13.44,0.95,none,none,none, vivacity,vivacity,0.02,Noun,8,8,4,vivacity,13.37,1.00,13.37,1.00,none,none,none, vivant,vivant,0.20,Noun,6,6,2,vivant,11.44,0.50,11.44,0.50,none,none,none, vivid,vivid,2.04,Adjective,5,5,2,vivid,11.83,1.00,11.83,1.00,none,none,none,10.32 vividness,vividness,0.04,Noun,9,8,3,vividness,11.45,1.00,11.45,1.00,none,none,none, vivification,vivification,0.02,Noun,12,11,5,vivification,15.67,0.33,15.67,0.33,none,none,none, vivisection,vivisection,0.35,Noun,11,9,4,vivisection,16.75,0.63,16.75,0.63,none,none,none, vivisectionist,vivisectionist,0.02,Noun,14,14,6,vivisectionist,16.00,0.68,16.00,0.68,none,none,none, vixen,vixen,0.96,Noun,5,6,2,vixen,11.00,1.00,11.00,1.00,none,none,none,11.70 vixens,vixens,0.12,Noun,6,7,2,vixen,none,none,11.00,1.00,none,none,none,11.70 vizier,vizier,0.25,Noun,6,6,3,vizier,16.00,0.33,16.00,0.33,none,none,none, voc,voc,0.94,Noun,3,3,1,voc,15.00,0.11,15.00,0.11,none,none,none, vocabulary,vocabulary,2.33,Noun,10,11,5,vocabulary,6.74,1.00,6.74,1.00,none,none,none, vocal,vocal,2.96,Adjective,5,5,2,vocal,8.00,0.95,8.00,0.95,none,none,none, vocalic,vocalic,Err:512,Err:512,7,7,3,vocalic,14.22,0.50,14.22,0.50,none,none,none, vocalist,vocalist,0.27,Noun,8,8,3,vocalist,10.63,1.00,10.63,1.00,none,none,none, vocalists,vocalists,0.04,Noun,9,9,3,vocalist,none,none,10.63,1.00,none,none,none, vocalization,vocalisation,0.08,Noun,12,11,5,vocalization,11.00,1.00,11.00,1.00,none,none,none, vocalizations,vocalisations,0.10,Noun,13,12,5,vocalization,none,none,11.00,1.00,none,none,none, vocalize,vocalise,0.14,Verb,8,7,3,vocalize,9.37,1.00,9.37,1.00,none,none,none, vocalizing,vocalising,0.22,Verb,10,9,4,vocalize,none,none,9.37,1.00,none,none,none, vocals,vocals,0.69,Noun,6,6,2,vocal,none,none,8.00,0.95,none,none,none, vocation,vocation,0.82,Noun,8,7,3,vocation,12.61,1.00,12.61,1.00,none,none,none, vocational,vocational,0.29,Adjective,10,9,4,vocational,13.00,0.95,13.00,0.95,none,none,none, vocations,vocations,0.02,Noun,9,8,3,vocation,none,none,12.61,1.00,none,none,none, vocative,vocative,Err:512,Err:512,8,7,3,vocative,14.27,0.58,14.27,0.58,none,none,none, vociferous,vociferous,0.02,Adjective,10,8,4,vociferous,15.46,0.72,15.46,0.72,none,none,none, vodka,vodka,10.10,Noun,5,5,2,vodka,11.11,1.00,11.11,1.00,none,none,none,12.96 vodkas,vodkas,0.10,Noun,6,6,2,vodka,none,none,11.11,1.00,none,none,none,12.96 vogue,vogue,2.33,Noun,5,3,1,vogue,11.60,1.00,11.60,1.00,none,none,11.19, voguish,voguish,Err:512,Err:512,7,5,2,voguish,14.75,0.42,14.75,0.42,none,none,none, voice,voice,86.16,Noun,5,3,1,voice,4.83,1.00,4.83,1.00,none,5.62,4.86, voiced,voiced,0.35,Verb,6,4,1,voice,none,none,4.83,1.00,none,5.62,4.86, voiceless,voiceless,0.06,Adjective,9,6,2,voiceless,11.06,1.00,11.06,1.00,none,none,none, voicemail,voicemail,1.02,Noun,9,6,2,voicemail,11.78,1.00,11.78,1.00,none,none,none, voiceprint,voiceprint,0.24,Noun,10,8,2,voiceprint,14.22,0.56,14.22,0.56,none,none,none, voiceprints,voiceprints,0.02,Noun,11,9,2,voiceprint,none,none,14.22,0.56,none,none,none, voices,voices,15.55,Noun,6,5,2,voice,none,none,4.83,1.00,none,5.62,4.86, voicing,voicing,0.22,Verb,7,5,2,voice,none,none,4.83,1.00,none,5.62,4.86, void,void,4.10,Noun,4,3,1,void,10.56,1.00,10.56,1.00,none,10.45,10.35, voided,voided,0.10,Verb,6,5,2,void,none,none,10.56,1.00,none,10.45,10.35, voids,voids,0.10,Noun,5,4,1,void,none,none,10.56,1.00,none,10.45,10.35, voile,voile,0.04,Noun,5,4,2,voile,14.38,0.42,14.38,0.42,none,none,none, volatile,volatile,1.16,Adjective,8,7,3,volatile,13.00,0.89,13.00,0.89,none,none,none, volatility,volatility,0.08,Noun,10,10,5,volatility,15.31,0.84,15.31,0.84,none,none,none, volatilize,volatilise,Err:512,Err:512,10,9,4,volatilize,13.67,0.63,13.67,0.63,none,none,none, volcanic,volcanic,1.12,Adjective,8,8,3,volcanic,8.33,1.00,8.33,1.00,none,none,none, volcanism,volcanism,0.02,Noun,9,10,4,volcanism,11.12,0.84,11.12,0.84,none,none,none, volcano,volcano,3.33,Noun,7,7,3,volcano,6.74,1.00,6.74,1.00,none,none,none, volcanoes,volcanoes,0.90,Noun,9,8,3,volcano,none,none,6.74,1.00,none,none,none, vole,vole,1.75,Noun,4,3,1,vole,12.00,0.56,12.00,0.56,9.72,none,none, volition,volition,0.29,Noun,8,7,3,volition,13.31,0.89,13.31,0.89,none,none,none, volley,volley,0.47,Noun,6,4,2,volley,10.24,0.89,10.24,0.89,none,none,none, volleyball,volleyball,1.14,Noun,10,7,3,volleyball,7.05,1.00,7.05,1.00,none,none,none, volleys,volleys,0.18,Noun,7,5,2,volley,none,none,10.24,0.89,none,none,none, volt,volt,0.18,Noun,4,4,1,volt,11.05,1.00,11.05,1.00,none,none,10.05, voltage,voltage,1.67,Noun,7,6,2,voltage,11.78,1.00,11.78,1.00,none,none,none,10.04 voltages,voltages,0.02,Noun,8,8,3,voltage,none,none,11.78,1.00,none,none,none,10.04 voltaic,voltaic,0.02,Adjective,7,7,3,voltaic,15.93,0.70,15.93,0.70,none,none,none, voltmeter,voltmeter,0.02,Noun,9,8,3,voltmeter,13.31,0.62,13.31,0.62,none,none,none, volts,volts,1.25,Noun,5,5,1,volt,none,none,11.05,1.00,none,none,10.05, volubility,volubility,0.02,Noun,10,10,5,volubility,15.00,0.56,15.00,0.56,none,none,none, voluble,voluble,0.06,Adjective,7,8,3,voluble,14.12,0.40,14.12,0.40,none,none,none, volume,volume,6.94,Noun,6,6,2,volume,6.35,1.00,6.35,1.00,none,9.13,none,6.68 volumes,volumes,1.06,Noun,7,7,2,volumes,9.58,1.00,9.58,1.00,none,none,none, voluminous,voluminous,0.04,Adjective,10,9,4,voluminous,14.11,0.95,14.11,0.95,none,none,none, voluntary,voluntary,2.02,Adjective,9,9,4,voluntary,9.17,1.00,9.17,1.00,none,none,none, volunteer,volunteer,9.31,Verb,9,8,3,volunteer,6.89,1.00,6.89,1.00,9.14,none,none, volunteered,volunteered,4.80,Verb,11,9,3,volunteer,none,none,6.89,1.00,9.14,none,none, volunteering,volunteering,1.92,Verb,12,10,4,volunteer,none,none,6.89,1.00,9.14,none,none, volunteerism,volunteerism,0.02,Noun,12,12,5,volunteerism,10.83,1.00,10.83,1.00,none,none,none, volunteers,volunteers,5.16,Noun,10,9,3,volunteer,none,none,6.89,1.00,9.14,none,none, voluptuary,voluptuary,Err:512,Err:512,10,11,5,voluptuary,16.18,0.58,16.18,0.58,none,none,none, voluptuous,voluptuous,0.75,Adjective,10,10,4,voluptuous,12.71,0.94,12.71,0.94,none,none,none, vomit,vomit,5.33,Verb,5,5,2,vomit,5.68,1.00,5.68,1.00,none,8.69,none,6.40 vomited,vomited,0.98,Verb,7,7,3,vomit,none,none,5.68,1.00,none,8.69,none,6.40 vomiting,vomiting,2.92,Verb,8,7,3,vomit,none,none,5.68,1.00,none,8.69,none,6.40 vomits,vomits,0.45,Verb,6,6,2,vomit,none,none,5.68,1.00,none,8.69,none,6.40 voodoo,voodoo,4.76,Noun,6,4,2,voodoo,10.53,1.00,10.53,1.00,none,none,none,9.40 voracious,voracious,0.33,Adjective,9,7,3,voracious,12.17,0.95,12.17,0.95,none,none,none, voraciousness,voraciousness,0.02,Noun,13,10,4,voraciousness,13.20,0.79,13.20,0.79,none,none,none, vortex,vortex,1.49,Noun,6,7,2,vortex,12.94,0.94,12.94,0.94,none,none,none,11.70 vortexes,vortexes,0.02,Noun,8,9,3,vortex,none,none,12.94,0.94,none,none,none,11.70 vortices,vortices,0.18,Noun,8,6,2,vortex,none,none,12.94,0.94,none,none,none,11.70 vote,vote,34.33,Verb,4,3,1,vote,7.79,1.00,7.79,1.00,9.34,9.60,7.91, voted,voted,6.94,Verb,5,5,2,vote,none,none,7.79,1.00,9.34,9.60,7.91, voter,voter,0.80,Noun,5,4,2,voter,7.89,1.00,7.89,1.00,none,9.43,none, voters,voters,2.08,Noun,6,5,2,voter,none,none,7.89,1.00,none,9.43,none, votes,votes,7.84,Noun,5,4,1,vote,none,none,7.79,1.00,9.34,9.60,7.91, votive,votive,0.22,Adjective,6,5,2,votive,11.67,0.67,11.67,0.67,none,none,none, vouch,vouch,2.47,Verb,5,3,1,vouch,11.44,1.00,11.44,1.00,none,none,11.31, vouched,vouched,0.49,Verb,7,4,1,vouch,none,none,11.44,1.00,none,none,11.31, voucher,voucher,0.90,Noun,7,4,2,voucher,10.30,1.00,10.30,1.00,none,none,none,11.49 vouchers,vouchers,0.55,Noun,8,5,2,voucher,none,none,10.30,1.00,none,none,none,11.49 vouches,vouches,0.08,Verb,7,5,2,vouch,none,none,11.44,1.00,none,none,11.31, vouching,vouching,0.10,Verb,8,5,2,vouch,none,none,11.44,1.00,none,none,11.31, vouchsafe,vouchsafe,0.10,Verb,9,6,2,vouchsafe,13.55,0.58,13.55,0.58,none,none,none, vouchsafes,vouchsafes,0.02,Verb,10,7,2,vouchsafe,none,none,13.55,0.58,none,none,none, vow,vow,5.41,Noun,3,2,1,vow,9.32,1.00,9.32,1.00,none,9.07,8.86, vowed,vowed,1.63,Verb,5,3,1,vow,none,none,9.32,1.00,none,9.07,8.86, vowel,vowel,0.71,Noun,5,4,2,vowel,6.53,1.00,6.53,1.00,none,7.84,none,7.88 vowels,vowels,0.55,Noun,6,5,2,vowel,none,none,6.53,1.00,none,7.84,none,7.88 vowing,vowing,0.10,Verb,6,4,2,vow,none,none,9.32,1.00,none,9.07,8.86, vows,vows,6.49,Noun,4,3,1,vow,none,none,9.32,1.00,none,9.07,8.86, voyage,voyage,6.00,Noun,6,4,2,voyage,7.76,0.94,7.76,0.94,none,none,none,8.37 voyages,voyages,0.33,Noun,7,6,3,voyage,none,none,7.76,0.94,none,none,none,8.37 voyeur,voyeur,0.41,Noun,6,5,2,voyeur,14.56,0.90,14.56,0.90,none,none,none, voyeurism,voyeurism,0.20,Noun,9,9,4,voyeurism,14.38,0.84,14.38,0.84,none,none,none, voyeuristic,voyeuristic,0.12,Adjective,11,10,4,voyeuristic,14.41,0.89,14.41,0.89,none,none,none, voyeurs,voyeurs,0.10,Noun,7,7,3,voyeur,none,none,14.56,0.90,none,none,none, vulcanization,vulcanisation,Err:512,Err:512,13,12,5,vulcanization,14.75,0.67,14.75,0.67,none,none,none, vulcanize,vulcanize,0.04,Verb,9,8,3,vulcanize,14.93,0.79,14.93,0.79,none,none,none, vulcanized,vulcanised,0.16,Adjective,10,9,3,vulcanized,14.27,0.79,14.27,0.79,none,none,none, vulgar,vulgar,3.27,Adjective,6,5,2,vulgar,11.57,1.00,11.57,1.00,none,none,none,10.99 vulgarian,vulgarian,0.08,Noun,9,9,4,vulgarian,13.62,0.68,13.62,0.68,none,none,none, vulgarism,vulgarism,0.04,Noun,9,9,4,vulgarism,12.93,0.83,12.93,0.83,none,none,none, vulgarities,vulgarities,0.10,Noun,11,9,4,vulgarity,none,none,11.94,1.00,none,none,none, vulgarity,vulgarity,0.35,Noun,9,9,4,vulgarity,11.94,1.00,11.94,1.00,none,none,none, vulnerabilities,vulnerabilities,0.06,Noun,15,13,6,vulnerability,none,none,9.95,1.00,none,none,none, vulnerability,vulnerability,0.80,Noun,13,12,6,vulnerability,9.95,1.00,9.95,1.00,none,none,none, vulnerable,vulnerable,8.57,Adjective,10,9,4,vulnerable,12.32,1.00,12.32,1.00,none,none,none, vulture,vulture,1.76,Noun,7,5,2,vulture,8.89,1.00,8.89,1.00,none,none,none,9.13 vultures,vultures,2.25,Noun,8,6,2,vulture,none,none,8.89,1.00,none,none,none,9.13 vulva,vulva,0.12,Noun,5,5,2,vulva,13.11,1.00,13.11,1.00,none,none,none, vying,vying,0.27,Verb,5,4,2,vie,none,none,12.75,0.63,none,none,13.57, wackier,wackier,0.04,Adjective,7,5,3,wacky,none,none,7.67,1.00,none,none,none,6.97 wackiness,wackiness,0.04,Noun,9,7,3,wackiness,7.88,0.94,7.88,0.94,none,none,none, wacko,wacko,2.76,Noun,5,4,2,wacko,8.95,1.00,8.95,1.00,none,none,none, wacky,wacky,3.22,Adjective,5,4,2,wacky,7.67,1.00,7.67,1.00,none,none,none,6.97 wad,wad,1.75,Noun,3,3,1,wad,8.78,1.00,8.78,1.00,none,10.34,8.95, wadded,wadded,0.08,Verb,6,5,2,wad,none,none,8.78,1.00,none,10.34,8.95, wadding,wadding,0.12,Noun,7,5,2,wadding,11.87,0.79,11.87,0.79,none,none,none, waddle,waddle,0.45,Verb,6,5,2,waddle,7.79,1.00,7.79,1.00,none,none,none, waddles,waddles,0.08,Verb,7,6,2,waddle,none,none,7.79,1.00,none,none,none, waddling,waddling,0.12,Verb,8,6,2,waddle,none,none,7.79,1.00,none,none,none, wade,wade,16.47,Name,4,3,1,wade,8.56,0.95,8.56,0.95,none,none,8.40, waded,waded,0.22,Verb,5,5,2,wade,none,none,8.56,0.95,none,none,8.40, wader,wader,0.02,Noun,5,4,2,wader,10.62,0.80,10.62,0.80,none,none,none, waders,waders,0.31,Noun,6,5,2,wader,none,none,10.62,0.80,none,none,none, wades,wades,0.08,Verb,5,4,1,wade,none,none,8.56,0.95,none,none,8.40, wading,wading,0.67,Verb,6,5,2,wade,none,none,8.56,0.95,none,none,8.40, wads,wads,0.18,Noun,4,4,1,wad,none,none,8.78,1.00,none,10.34,8.95, wafer,wafer,0.29,Noun,5,4,2,wafer,6.89,0.95,6.89,0.95,none,none,none, wafers,wafers,0.31,Noun,6,5,2,wafer,none,none,6.89,0.95,none,none,none, waffle,waffle,2.12,Noun,6,5,2,waffle,5.32,1.00,5.32,1.00,none,none,none,4.80 waffles,waffles,2.59,Noun,7,6,2,waffle,none,none,5.32,1.00,none,none,none,4.80 waffling,waffling,0.10,Verb,8,6,2,waffle,none,none,5.32,1.00,none,none,none,4.80 waft,waft,0.16,Verb,4,4,1,waft,11.62,0.72,11.62,0.72,none,none,none, wafted,wafted,0.10,Verb,6,6,2,waft,none,none,11.62,0.72,none,none,none, wafting,wafting,0.18,Verb,7,6,2,waft,none,none,11.62,0.72,none,none,none, wafts,wafts,0.14,Verb,5,5,1,waft,none,none,11.62,0.72,none,none,none, wag,wag,0.51,Verb,3,3,1,wag,4.53,1.00,4.53,1.00,none,none,6.40, wage,wage,3.12,Noun,4,3,1,wage,11.06,1.00,11.06,1.00,none,8.51,9.39, waged,waged,0.51,Verb,5,4,1,wage,none,none,11.06,1.00,none,8.51,9.39, wager,wager,3.96,Verb,5,4,2,wager,10.06,0.95,10.06,0.95,none,none,none,11.39 wagered,wagered,0.29,Verb,7,5,2,wager,none,none,10.06,0.95,none,none,none,11.39 wagering,wagering,0.22,Verb,8,6,3,wager,none,none,10.06,0.95,none,none,none,11.39 wagers,wagers,0.24,Noun,6,5,2,wager,none,none,10.06,0.95,none,none,none,11.39 wages,wages,3.88,Noun,5,5,2,wages,9.57,1.00,9.57,1.00,none,none,none, wagged,wagged,0.12,Verb,6,4,1,wag,none,none,4.53,1.00,none,none,6.40, wagging,wagging,0.47,Verb,7,5,2,wag,none,none,4.53,1.00,none,none,6.40, waggish,waggish,0.02,Adjective,7,5,2,waggish,15.79,0.74,15.79,0.74,none,none,none, waggle,waggle,0.39,Verb,6,5,2,waggle,10.00,0.83,10.00,0.83,none,none,none, waggles,waggles,0.06,Name,7,6,2,waggle,none,none,10.00,0.83,none,none,none, waggling,waggling,0.08,Verb,8,7,3,waggle,none,none,10.00,0.83,none,none,none, waging,waging,0.27,Verb,6,5,2,wage,none,none,11.06,1.00,none,8.51,9.39, wagon,waggon,17.76,Noun,5,5,2,wagon,5.22,1.00,5.22,1.00,none,7.09,none,5.25 wagonload,wagonload,0.20,Noun,9,8,3,wagonload,8.78,0.90,8.78,0.90,none,none,none, wagons,waggons,3.24,Noun,6,6,2,wagon,none,none,5.22,1.00,none,7.09,none,5.25 wags,wags,0.25,Noun,4,4,1,wag,none,none,4.53,1.00,none,none,6.40, waif,waif,0.33,Noun,4,3,1,waif,12.77,0.68,12.77,0.68,none,none,12.47, waifs,waifs,0.06,Noun,5,4,1,waif,none,none,12.77,0.68,none,none,12.47, wail,wail,0.86,Verb,4,3,1,wail,9.41,0.94,9.41,0.94,8.11,none,8.47, wailer,wailer,0.10,Noun,6,4,2,wailer,10.81,0.84,10.81,0.84,none,none,none, wailers,wailers,0.53,Noun,7,5,2,wailer,none,none,10.81,0.84,none,none,none, wailing,wailing,3.06,Verb,7,5,2,wail,none,none,9.41,0.94,8.11,none,8.47, wails,wails,0.88,Verb,5,4,1,wail,none,none,9.41,0.94,8.11,none,8.47, wain,wain,0.04,Noun,4,3,1,wain,13.92,0.68,13.92,0.68,none,none,none, wainscot,wainscot,0.04,Noun,8,7,2,wainscot,13.67,0.63,13.67,0.63,none,none,none, wainscoting,wainscoting,0.06,Noun,11,9,3,wainscoting,15.25,0.42,15.25,0.42,none,none,none, wainwright,wainwright,0.69,Name,10,6,2,wainwright,14.50,0.42,14.50,0.42,none,none,none, waist,waist,5.14,Noun,5,4,1,waist,6.42,1.00,6.42,1.00,none,6.56,6.87, waistband,waistband,0.20,Noun,9,8,2,waistband,9.50,1.00,9.50,1.00,none,none,none, waistcoat,waistcoat,0.35,Noun,9,7,2,waistcoat,11.88,0.92,11.88,0.92,none,none,none, waistcoats,waistcoats,0.10,Noun,10,8,2,waistcoat,none,none,11.88,0.92,none,none,none, waistline,waistline,0.45,Noun,9,7,2,waistline,8.68,1.00,8.68,1.00,none,none,none, waistlines,waistlines,0.02,Noun,10,8,2,waistline,none,none,8.68,1.00,none,none,none, waists,waists,0.10,Noun,6,5,1,waist,none,none,6.42,1.00,none,6.56,6.87, wait,wait,830.25,Verb,4,3,1,wait,4.30,1.00,4.30,1.00,5.54,none,4.73, waited,waited,29.12,Verb,6,5,2,wait,none,none,4.30,1.00,5.54,none,4.73, waiter,waiter,13.20,Noun,6,4,2,waiter,8.28,1.00,8.28,1.00,7.66,none,none,6.20 waiters,waiters,2.24,Noun,7,5,2,waiter,none,none,8.28,1.00,7.66,none,none,6.20 waiting,waiting,211.12,Verb,7,5,2,wait,none,none,4.30,1.00,5.54,none,4.73, waitperson,waitperson,0.02,Noun,10,8,3,waitperson,8.47,0.83,8.47,0.83,none,none,none, waitress,waitress,11.53,Noun,8,6,2,waitress,7.22,1.00,7.22,1.00,7.47,none,none,6.75 waitresses,waitresses,1.65,Noun,10,8,3,waitress,none,none,7.22,1.00,7.47,none,none,6.75 waits,waits,6.02,Verb,5,4,1,wait,none,none,4.30,1.00,5.54,none,4.73, waive,waive,1.73,Verb,5,3,1,waive,12.63,1.00,12.63,1.00,none,none,11.26, waived,waived,0.69,Verb,6,4,1,waive,none,none,12.63,1.00,none,none,11.26, waiver,waiver,0.96,Noun,6,4,2,waiver,11.17,1.00,11.17,1.00,none,none,none,10.99 waivers,waivers,0.35,Noun,7,5,2,waiver,none,none,11.17,1.00,none,none,none,10.99 waives,waives,0.08,Verb,6,4,1,waive,none,none,12.63,1.00,none,none,11.26, waiving,waiving,0.22,Verb,7,5,2,waive,none,none,12.63,1.00,none,none,11.26, wake,wake,105.22,Verb,4,3,1,wake,5.63,1.00,5.63,1.00,none,4.98,5.06, waked,waked,0.35,Verb,5,4,1,wake,none,none,5.63,1.00,none,4.98,5.06, wakeful,wakeful,0.12,Adjective,7,6,2,wakeful,9.47,0.94,9.47,0.94,none,none,none, wakefulness,wakefulness,0.08,Noun,11,9,3,wakefulness,11.29,0.94,11.29,0.94,none,none,none, waken,waken,0.39,Verb,5,5,2,waken,8.20,0.83,8.20,0.83,none,none,none, wakened,wakened,0.25,Verb,7,6,2,waken,none,none,8.20,0.83,none,none,none, wakens,wakens,0.02,Verb,6,6,2,waken,none,none,8.20,0.83,none,none,none, wakes,wakes,6.76,Verb,5,4,1,wake,none,none,5.63,1.00,none,4.98,5.06, wakeup,wakeup,0.10,Noun,6,5,2,wakeup,5.06,1.00,5.06,1.00,none,none,none, waking,waking,8.76,Verb,6,5,2,wake,none,none,5.63,1.00,none,4.98,5.06, walk,walk,215.86,Verb,4,3,1,walk,3.45,1.00,3.45,1.00,4.50,4.31,4.21, walkabout,walkabout,0.16,Noun,9,7,3,walkabout,12.83,0.95,12.83,0.95,none,none,none, walkabouts,walkabouts,0.14,Noun,10,8,3,walkabout,none,none,12.83,0.95,none,none,none, walkaway,walkaway,0.04,Noun,8,6,3,walkaway,7.73,0.79,7.73,0.79,none,none,none, walked,walked,53.67,Verb,6,4,1,walk,none,none,3.45,1.00,4.50,4.31,4.21, walking,walking,75.02,Verb,7,5,2,walk,none,none,3.45,1.00,4.50,4.31,4.21, walkman,walkman,0.70,Err:512,7,6,2,walkman,10.35,0.90,10.35,0.90,none,none,none, walkout,walkout,1.82,Verb,7,5,2,walkout,11.00,0.89,11.00,0.89,none,none,none, walkouts,walkouts,0.14,Noun,8,6,2,walkout,none,none,11.00,0.89,none,none,none, walks,walks,18.35,Verb,5,4,1,walk,none,none,3.45,1.00,4.50,4.31,4.21, walkup,walk-up,0.10,Noun,6,5,2,walkup,10.24,0.94,10.24,0.94,none,none,none, walkway,walkway,0.37,Noun,7,5,2,walkway,7.95,1.00,7.95,1.00,9.97,none,none, walkways,walkways,0.06,Noun,8,6,2,walkway,none,none,7.95,1.00,9.97,none,none, wall,wall,70.69,Noun,4,3,1,wall,3.79,1.00,3.79,1.00,none,none,4.93, wallaby,wallaby,0.53,Noun,7,6,3,wallaby,12.36,0.70,12.36,0.70,10.68,none,none, wallboard,wallboard,0.02,Noun,9,7,2,wallboard,9.29,0.85,9.29,0.85,none,none,none, walled,walled,0.45,Verb,6,4,1,wall,none,none,3.79,1.00,none,none,4.93, wallet,wallet,22.80,Noun,6,5,2,wallet,5.89,1.00,5.89,1.00,none,6.18,none,7.04 wallets,wallets,1.51,Noun,7,6,2,wallet,none,none,5.89,1.00,none,6.18,none,7.04 walleye,walleye,0.14,Verb,7,4,2,walleye,12.94,0.76,12.94,0.76,none,none,none, walleyed,walleyed,0.18,Adjective,8,5,2,walleyed,12.73,0.79,12.73,0.79,none,none,none, walleyes,walleyes,0.02,Noun,8,5,2,walleye,none,none,12.94,0.76,none,none,none, wallflower,wallflower,0.41,Noun,10,7,3,wallflower,11.60,1.00,11.60,1.00,none,none,none, wallflowers,wallflowers,0.20,Noun,11,8,3,wallflower,none,none,11.60,1.00,none,none,none, wallop,wallop,0.82,Noun,6,5,2,wallop,10.06,0.84,10.06,0.84,none,none,none,11.29 walloped,walloped,0.06,Verb,8,6,2,wallop,none,none,10.06,0.84,none,none,none,11.29 walloping,walloping,0.16,Adjective,9,7,3,walloping,10.06,0.89,10.06,0.89,none,none,none, wallops,wallops,0.10,Noun,7,6,2,wallop,none,none,10.06,0.84,none,none,none,11.29 wallow,wallow,1.61,Verb,6,4,2,wallow,9.26,1.00,9.26,1.00,none,none,none,11.59 wallowed,wallowed,0.06,Verb,8,5,2,wallow,none,none,9.26,1.00,none,none,none,11.59 wallowing,wallowing,0.80,Verb,9,6,3,wallow,none,none,9.26,1.00,none,none,none,11.59 wallows,wallows,0.02,Verb,7,5,2,wallow,none,none,9.26,1.00,none,none,none,11.59 wallpaper,wallpaper,3.35,Noun,9,7,3,wallpaper,6.55,1.00,6.55,1.00,7.08,none,none, wallpapered,wallpapered,0.12,Verb,11,8,3,wallpaper,none,none,6.55,1.00,7.08,none,none, wallpapers,wallpapers,0.04,Noun,10,8,3,wallpaper,none,none,6.55,1.00,7.08,none,none, walls,walls,24.73,Noun,5,4,1,wall,none,none,3.79,1.00,none,none,4.93, walnut,walnut,1.96,Noun,6,6,2,walnut,6.16,1.00,6.16,1.00,none,none,none,6.40 walnuts,walnuts,1.25,Noun,7,7,2,walnut,none,none,6.16,1.00,none,none,none,6.40 walrus,walrus,1.12,Noun,6,6,2,walrus,5.06,0.94,5.06,0.94,none,none,none,5.49 walruses,walruses,0.02,Noun,8,8,3,walrus,none,none,5.06,0.94,none,none,none,5.49 waltz,waltz,5.47,Noun,5,5,1,waltz,10.37,0.95,10.37,0.95,none,8.77,10.20, waltzed,waltzed,0.37,Verb,7,6,1,waltz,none,none,10.37,0.95,none,8.77,10.20, waltzes,waltzes,0.43,Verb,7,7,2,waltz,none,none,10.37,0.95,none,8.77,10.20, waltzing,waltzing,0.84,Verb,8,7,2,waltz,none,none,10.37,0.95,none,8.77,10.20, wampum,wampum,0.37,Noun,6,6,2,wampum,11.91,0.61,11.91,0.61,none,none,none, wand,wand,3.08,Noun,4,4,1,wand,6.39,1.00,6.39,1.00,none,5.56,6.65, wander,wander,5.86,Verb,6,5,2,wander,6.89,0.95,6.89,0.95,6.84,none,none,8.87 wandered,wandered,3.45,Verb,8,6,2,wander,none,none,6.89,0.95,6.84,none,none,8.87 wanderer,wanderer,0.63,Noun,8,6,3,wanderer,9.56,1.00,9.56,1.00,none,none,none, wanderers,wanderers,0.20,Noun,9,7,3,wanderer,none,none,9.56,1.00,none,none,none, wandering,wandering,7.90,Verb,9,7,3,wander,none,none,6.89,0.95,6.84,none,none,8.87 wanderlust,wanderlust,0.08,Noun,10,9,3,wanderlust,13.08,0.68,13.08,0.68,none,none,none, wanders,wanders,0.88,Verb,7,6,2,wander,none,none,6.89,0.95,6.84,none,none,8.87 wands,wands,0.35,Noun,5,5,1,wand,none,none,6.39,1.00,none,5.56,6.65, wane,wane,0.25,Verb,4,3,1,wane,13.53,1.00,13.53,1.00,none,none,12.24, waned,waned,0.12,Verb,5,4,1,wane,none,none,13.53,1.00,none,none,12.24, wanes,wanes,0.12,Noun,5,4,1,wane,none,none,13.53,1.00,none,none,12.24, wangle,wangle,0.16,Verb,6,6,2,wangle,13.00,0.53,13.00,0.53,none,none,none, wannabe,wannabe,1.25,Noun,7,6,3,wannabe,11.29,0.94,11.29,0.94,none,none,none, wannabes,wannabes,0.33,Noun,8,7,3,wannabe,none,none,11.29,0.94,none,none,none, want,want,2759.18,Verb,4,4,1,want,4.16,1.00,4.16,1.00,4.84,none,3.69, wanted,wanted,502.27,Verb,6,6,2,want,none,none,4.16,1.00,4.84,none,3.69, wanting,wanting,24.53,Verb,7,6,2,want,none,none,4.16,1.00,4.84,none,3.69, wanton,wanton,0.82,Adjective,6,6,2,wanton,13.69,0.84,13.69,0.84,none,none,none,11.59 wantonness,wantonness,0.04,Noun,10,8,3,wantonness,12.67,0.67,12.67,0.67,none,none,none, wants,wants,306.96,Verb,5,5,1,want,none,none,4.16,1.00,4.84,none,3.69, war,war,174.75,Noun,3,3,1,war,7.67,1.00,7.67,1.00,6.70,6.35,6.44, warble,warble,0.20,Verb,6,6,2,warble,10.91,0.61,10.91,0.61,none,none,none, warbler,warbler,0.08,Noun,7,6,2,warbler,11.62,0.72,11.62,0.72,none,none,none, warblers,warblers,0.02,Noun,8,7,2,warbler,none,none,11.62,0.72,none,none,none, ward,ward,14.25,Noun,4,4,1,ward,10.72,0.95,10.72,0.95,none,7.98,10.42, warden,warden,11.24,Noun,6,6,2,warden,11.00,1.00,11.00,1.00,none,none,none,11.49 wardens,wardens,0.71,Noun,7,7,2,warden,none,none,11.00,1.00,none,none,none,11.49 warder,warder,0.14,Noun,6,5,2,warder,10.27,0.52,10.27,0.52,10.13,none,none, warders,warders,0.10,Noun,7,6,2,warder,none,none,10.27,0.52,10.13,none,none, warding,warding,0.12,Verb,7,6,2,ward,none,none,10.72,0.95,none,7.98,10.42, wardrobe,wardrobe,6.47,Noun,8,7,2,wardrobe,7.84,1.00,7.84,1.00,none,none,none, wardrobes,wardrobes,0.04,Noun,9,8,2,wardrobe,none,none,7.84,1.00,none,none,none, wardroom,wardroom,0.27,Noun,8,7,2,wardroom,13.33,0.63,13.33,0.63,none,none,none, wards,wards,1.02,Noun,5,5,1,ward,none,none,10.72,0.95,none,7.98,10.42, ware,ware,2.20,Name,4,3,1,ware,10.74,0.95,10.74,0.95,none,none,10.35, warehouse,warehouse,9.98,Noun,9,6,2,warehouse,8.58,1.00,8.58,1.00,none,9.71,none, warehouses,warehouses,0.67,Noun,10,8,3,warehouse,none,none,8.58,1.00,none,9.71,none, warehousing,warehousing,0.06,Noun,11,8,3,warehousing,10.41,0.94,10.41,0.94,none,none,none, wares,wares,0.33,Noun,5,4,1,ware,none,none,10.74,0.95,none,none,10.35, warfare,warfare,2.94,Noun,7,6,2,warfare,8.95,1.00,8.95,1.00,none,none,none, warhead,warhead,3.24,Noun,7,6,2,warhead,10.50,1.00,10.50,1.00,none,none,none, warheads,warheads,1.61,Noun,8,7,2,warhead,none,none,10.50,1.00,none,none,none, warhorse,warhorse,0.24,Noun,8,7,2,warhorse,13.22,0.90,13.22,0.90,none,none,none, warhorses,warhorses,0.10,Noun,9,9,3,warhorse,none,none,13.22,0.90,none,none,none, wariness,wariness,0.04,Noun,8,7,3,wariness,11.88,0.84,11.88,0.84,none,none,none, warless,warless,Err:512,Err:512,7,6,2,warless,12.43,0.70,12.43,0.70,none,none,none, warlike,warlike,0.27,Adjective,7,6,2,warlike,8.17,1.00,8.17,1.00,none,none,none, warlock,warlock,3.63,Noun,7,6,2,warlock,9.68,1.00,9.68,1.00,none,none,none,11.09 warlocks,warlocks,1.71,Noun,8,7,2,warlock,none,none,9.68,1.00,none,none,none,11.09 warlord,warlord,0.76,Noun,7,7,2,warlord,12.00,1.00,12.00,1.00,none,none,none, warlords,warlords,0.45,Noun,8,8,2,warlord,none,none,12.00,1.00,none,none,none, warm,warm,52.14,Adjective,4,4,1,warm,4.65,1.00,4.65,1.00,4.55,none,4.59, warmed,warmed,2.20,Verb,6,5,1,warm,none,none,4.65,1.00,4.55,none,4.59, warmer,warmer,3.61,Adjective,6,5,2,warm,none,none,4.65,1.00,4.55,none,4.59, warmers,warmers,0.14,Noun,7,6,2,warm,none,none,4.65,1.00,4.55,none,4.59, warmest,warmest,0.82,Adjective,7,7,2,warm,none,none,4.65,1.00,4.55,none,4.59, warmhearted,warm-hearted,0.08,Adjective,11,10,3,warmhearted,9.44,1.00,9.44,1.00,none,none,none, warming,warming,3.98,Verb,7,6,2,warm,none,none,4.65,1.00,4.55,none,4.59, warmonger,warmonger,0.14,Noun,9,8,3,warmonger,13.22,0.95,13.22,0.95,none,none,none, warmongers,warmongers,0.10,Noun,10,9,3,warmonger,none,none,13.22,0.95,none,none,none, warmouth,warmouth,0.06,Noun,8,6,2,warmouth,17.09,0.55,17.09,0.55,none,none,none, warms,warms,0.86,Verb,5,5,1,warm,none,none,4.65,1.00,4.55,none,4.59, warmth,warmth,4.45,Noun,6,5,1,warmth,6.26,1.00,6.26,1.00,5.94,6.37,none, warn,warn,25.35,Verb,4,4,1,warn,5.74,1.00,5.74,1.00,6.84,6.62,6.20, warned,warned,15.84,Verb,6,5,1,warn,none,none,5.74,1.00,6.84,6.62,6.20, warning,warning,31.96,Noun,7,6,2,warning,6.11,1.00,6.11,1.00,6.81,none,none, warnings,warnings,1.59,Noun,8,7,2,warning,none,none,6.11,1.00,6.81,none,none, warns,warns,0.33,Verb,5,5,1,warn,none,none,5.74,1.00,6.84,6.62,6.20, warp,warp,5.49,Noun,4,4,1,warp,8.89,0.90,8.89,0.90,none,none,9.74, warpath,warpath,0.86,Noun,7,6,2,warpath,10.12,0.89,10.12,0.89,none,none,none, warped,warped,1.63,Adjective,6,5,1,warped,9.40,1.00,9.40,1.00,none,none,none, warplane,warplane,0.10,Noun,8,7,2,warplane,8.22,1.00,8.22,1.00,none,none,none, warplanes,warplanes,0.08,Noun,9,8,2,warplane,none,none,8.22,1.00,none,none,none, warps,warps,0.06,Verb,5,5,1,warp,none,none,8.89,0.90,none,none,9.74, warrant,warrant,20.78,Noun,7,6,2,warrant,11.37,1.00,11.37,1.00,none,11.00,none,11.19 warranted,warranted,0.37,Verb,9,8,3,warrant,none,none,11.37,1.00,none,11.00,none,11.19 warrantee,warrantee,0.02,Noun,9,7,3,warrantee,12.58,1.00,12.58,1.00,none,none,none, warrantees,warrantees,0.02,Noun,10,8,3,warrantee,none,none,12.58,1.00,none,none,none, warranties,warranties,0.14,Noun,10,8,3,warranty,none,none,11.17,1.00,none,none,none, warrantless,warrantless,0.04,Adjective,11,9,3,warrantless,13.63,1.00,13.63,1.00,none,none,none, warrants,warrants,3.22,Noun,8,7,2,warrant,none,none,11.37,1.00,none,11.00,none,11.19 warranty,warranty,0.82,Noun,8,7,3,warranty,11.17,1.00,11.17,1.00,none,none,none, warred,warred,0.04,Verb,6,4,1,war,none,none,7.67,1.00,6.70,6.35,6.44, warring,warring,0.29,Adjective,7,5,2,warring,10.44,0.89,10.44,0.89,none,none,none, warrior,warrior,10.12,Noun,7,5,3,warrior,8.25,1.00,8.25,1.00,none,7.49,none, warriors,warriors,6.59,Noun,8,6,3,warrior,none,none,8.25,1.00,none,7.49,none, wars,wars,9.12,Noun,4,4,1,war,none,none,7.67,1.00,6.70,6.35,6.44, warship,warship,0.94,Noun,7,6,2,warship,10.44,1.00,10.44,1.00,none,none,none, warships,warships,0.65,Noun,8,7,2,warship,none,none,10.44,1.00,none,none,none, wart,wart,1.24,Noun,4,4,1,wart,7.25,1.00,7.25,1.00,none,none,7.84, warthog,warthog,0.31,Noun,7,7,2,warthog,7.82,0.92,7.82,0.92,none,none,none, warthogs,warthogs,0.06,Noun,8,8,2,warthog,none,none,7.82,0.92,none,none,none, wartime,wartime,1.14,Noun,7,6,2,wartime,8.22,1.00,8.22,1.00,none,none,none, warts,warts,1.02,Noun,5,5,1,wart,none,none,7.25,1.00,none,none,7.84, warty,warty,0.08,Adjective,5,5,2,warty,9.33,0.79,9.33,0.79,none,none,none, wary,wary,0.75,Adjective,4,4,2,wary,10.11,0.95,10.11,0.95,none,none,none,11.59 was,was,5654.73,Verb,3,3,1,be,none,none,5.11,1.00,5.53,none,3.54, wasabi,wasabi,0.29,Noun,6,6,3,wasabi,13.95,0.95,13.95,0.95,none,none,none, wash,wash,40.73,Verb,4,3,1,wash,4.00,1.00,4.00,1.00,4.02,3.94,4.12, washable,washable,0.12,Adjective,8,7,3,washable,7.67,1.00,7.67,1.00,none,none,none, washbasin,washbasin,0.02,Noun,9,8,3,washbasin,8.50,0.90,8.50,0.90,none,none,none, washboard,washboard,0.14,Noun,9,7,2,washboard,8.65,0.94,8.65,0.94,none,none,none, washbowl,washbowl,0.02,Noun,8,6,2,washbowl,7.32,1.00,7.32,1.00,none,none,none, washcloth,washcloth,0.37,Noun,9,7,2,washcloth,4.17,1.00,4.17,1.00,none,none,none, washcloths,washcloths,0.06,Noun,10,8,2,washcloth,none,none,4.17,1.00,none,none,none, washday,washday,0.04,Noun,7,5,2,washday,9.50,0.78,9.50,0.78,none,none,none, washed,washed,14.08,Verb,6,4,1,wash,none,none,4.00,1.00,4.02,3.94,4.12, washer,washer,2.04,Noun,6,4,2,washer,6.32,1.00,6.32,1.00,none,none,none, washers,washers,0.33,Noun,7,5,2,washer,none,none,6.32,1.00,none,none,none, washerwoman,washerwoman,0.12,Noun,11,9,4,washerwoman,8.39,0.95,8.39,0.95,none,none,none, washerwomen,washerwomen,0.04,Noun,11,9,4,washerwoman,none,none,8.39,0.95,none,none,none, washes,washes,1.82,Verb,6,5,2,wash,none,none,4.00,1.00,4.02,3.94,4.12, washhouse,washhouse,Err:512,Err:512,9,6,2,washhouse,10.88,0.85,10.88,0.85,none,none,none, washing,washing,9.06,Verb,7,5,2,wash,none,none,4.00,1.00,4.02,3.94,4.12, washingmachine,washing machine,Err:512,Err:512,14,10,4,washingmachine,4.80,1.00,4.80,1.00,none,none,none, washout,washout,0.75,Noun,7,5,2,washout,10.73,0.83,10.73,0.83,none,none,none, washouts,washouts,0.06,Noun,8,6,2,washout,none,none,10.73,0.83,none,none,none, washrag,washrag,0.02,Noun,7,6,2,washrag,6.35,1.00,6.35,1.00,none,none,none, washroom,washroom,1.69,Noun,8,6,2,washroom,6.00,1.00,6.00,1.00,none,none,none, washrooms,washrooms,0.08,Noun,9,7,2,washroom,none,none,6.00,1.00,none,none,none, washstand,washstand,0.04,Noun,9,8,2,washstand,10.71,0.89,10.71,0.89,none,none,none, washtub,washtub,0.10,Noun,7,6,2,washtub,7.10,1.00,7.10,1.00,none,none,none, washtubs,washtubs,0.08,Noun,8,7,2,washtub,none,none,7.10,1.00,none,none,none, washwoman,washwoman,0.02,Noun,9,8,3,washwoman,10.50,0.80,10.50,0.80,none,none,none, washy,washy,0.04,Adjective,5,4,2,washy,9.17,0.67,9.17,0.67,none,none,none, wasp,wasp,1.43,Noun,4,4,1,wasp,5.58,0.95,5.58,0.95,5.22,none,6.80, waspish,waspish,0.06,Adjective,7,6,2,waspish,14.14,0.74,14.14,0.74,none,none,none, wasps,wasps,0.63,Noun,5,5,1,wasp,none,none,5.58,0.95,5.22,none,6.80, wassail,wassail,0.04,Noun,7,5,2,wassail,14.00,0.50,14.00,0.50,none,none,none, wastage,wastage,0.02,Noun,7,6,2,wastage,11.58,0.63,11.58,0.63,none,none,none, waste,waste,53.25,Verb,5,4,1,waste,6.50,1.00,6.50,1.00,none,7.11,6.40, wastebasket,wastebasket,0.63,Noun,11,10,3,wastebasket,5.68,1.00,5.68,1.00,none,none,none, wastebaskets,wastebaskets,0.06,Noun,12,11,3,wastebasket,none,none,5.68,1.00,none,none,none, wasted,wasted,16.75,Verb,6,6,2,waste,none,none,6.50,1.00,none,7.11,6.40, wasteful,wasteful,0.59,Adjective,8,7,2,wasteful,7.11,1.00,7.11,1.00,none,none,none, wastefulness,wastefulness,0.02,Noun,12,10,3,wastefulness,9.42,1.00,9.42,1.00,none,none,none, wasteland,wasteland,0.98,Noun,9,8,2,wasteland,12.37,1.00,12.37,1.00,none,none,none, wastelands,wastelands,0.12,Noun,10,9,2,wasteland,none,none,12.37,1.00,none,none,none, wastepaper,wastepaper,0.31,Noun,10,8,3,wastepaper,8.33,1.00,8.33,1.00,none,none,none, waster,waster,0.04,Noun,6,5,2,waster,7.58,0.95,7.58,0.95,none,none,none, wasters,wasters,0.08,Noun,7,6,2,waster,none,none,7.58,0.95,none,none,none, wastes,wastes,0.69,Verb,6,5,1,waste,none,none,6.50,1.00,none,7.11,6.40, wastewater,wastewater,0.02,Adjective,10,8,3,wastewater,11.53,0.94,11.53,0.94,none,none,none, wasting,wasting,22.25,Verb,7,6,2,waste,none,none,6.50,1.00,none,7.11,6.40, watch,watch,330.02,Verb,5,3,1,watch,4.33,1.00,4.33,1.00,none,none,5.47, watchable,watchable,0.08,Adjective,9,7,3,watchable,9.05,1.00,9.05,1.00,none,none,none, watchband,watchband,0.14,Noun,9,7,2,watchband,7.24,0.94,7.24,0.94,none,none,none, watchbands,watchbands,0.02,Noun,10,8,2,watchband,none,none,7.24,0.94,none,none,none, watchdog,watchdog,1.04,Noun,8,6,2,watchdog,9.39,1.00,9.39,1.00,none,none,none, watchdogs,watchdogs,0.35,Noun,9,7,2,watchdog,none,none,9.39,1.00,none,none,none, watched,watched,26.53,Verb,7,4,1,watch,none,none,4.33,1.00,none,none,5.47, watcher,watcher,1.00,Noun,7,4,2,watcher,6.32,1.00,6.32,1.00,none,none,none, watchers,watchers,0.98,Noun,8,5,2,watcher,none,none,6.32,1.00,none,none,none, watches,watches,7.96,Verb,7,5,2,watch,none,none,4.33,1.00,none,none,5.47, watchful,watchful,0.39,Adjective,8,6,2,watchful,8.16,1.00,8.16,1.00,none,none,none, watchfulness,watchfulness,0.02,Noun,12,9,3,watchfulness,9.74,1.00,9.74,1.00,none,none,none, watching,watching,99.63,Verb,8,5,2,watch,none,none,4.33,1.00,none,none,5.47, watchmaker,watchmaker,0.14,Noun,10,7,3,watchmaker,8.41,0.94,8.41,0.94,none,none,none, watchmakers,watchmakers,0.02,Noun,11,8,3,watchmaker,none,none,8.41,0.94,none,none,none, watchman,watchman,2.47,Noun,8,6,2,watchman,10.50,0.89,10.50,0.89,none,none,none, watchmen,watchmen,0.18,Noun,8,6,2,watchman,none,none,10.50,0.89,none,none,none, watchtower,watchtower,0.43,Noun,10,6,3,watchtower,9.00,1.00,9.00,1.00,none,none,none, watchtowers,watchtowers,0.08,Noun,11,7,3,watchtower,none,none,9.00,1.00,none,none,none, watchword,watchword,0.12,Noun,9,6,2,watchword,12.50,0.74,12.50,0.74,none,none,none, watchwords,watchwords,0.04,Noun,10,7,2,watchword,none,none,12.50,0.74,none,none,none, water,water,225.06,Noun,5,4,2,water,2.37,1.00,2.37,1.00,3.83,3.31,none,3.69 waterbed,waterbed,0.53,Adjective,8,7,3,waterbed,7.17,1.00,7.17,1.00,none,none,none, waterbeds,waterbeds,0.06,Noun,9,8,3,waterbed,none,none,7.17,1.00,none,none,none, waterbird,waterbird,0.02,Noun,9,7,3,waterbird,10.20,0.83,10.20,0.83,none,none,none, watercolor,watercolour,0.10,Noun,10,8,4,watercolor,7.68,1.00,7.68,1.00,none,none,none, watercolorist,watercolourist,0.04,Noun,13,11,5,watercolorist,10.83,0.90,10.83,0.90,none,none,none, watercolors,watercolours,0.41,Noun,11,9,4,watercolor,none,none,7.68,1.00,none,none,none, watercress,watercress,0.08,Noun,10,8,3,watercress,13.12,0.84,13.12,0.84,none,none,none, watered,watered,0.96,Verb,7,5,2,water,none,none,2.37,1.00,3.83,3.31,none,3.69 waterfall,waterfall,1.86,Noun,9,7,3,waterfall,5.47,1.00,5.47,1.00,none,none,none, waterfalls,waterfalls,0.47,Noun,10,8,3,waterfall,none,none,5.47,1.00,none,none,none, waterfowl,waterfowl,0.02,Noun,9,7,3,waterfowl,11.67,1.00,11.67,1.00,none,none,none, waterfront,waterfront,1.04,Noun,10,9,3,waterfront,8.22,1.00,8.22,1.00,none,none,none, waterfronts,waterfronts,0.02,Noun,11,10,3,waterfront,none,none,8.22,1.00,none,none,none, waterhole,waterhole,0.14,Noun,9,7,3,waterhole,7.56,1.00,7.56,1.00,none,none,none, waterholes,waterholes,0.02,Noun,10,8,3,waterhole,none,none,7.56,1.00,none,none,none, wateringcan,watering can,Err:512,Err:512,11,9,4,wateringcan,7.22,0.95,7.22,0.95,none,none,none, waterline,waterline,0.08,Noun,9,7,3,waterline,10.40,1.00,10.40,1.00,none,none,none, waterlogged,waterlogged,0.14,Adjective,11,8,3,waterlogged,11.53,1.00,11.53,1.00,none,none,none, watermark,watermark,0.27,Noun,9,8,3,watermark,12.30,1.00,12.30,1.00,none,none,none, watermarked,watermarked,0.04,Adjective,11,9,3,watermarked,14.39,1.00,14.39,1.00,none,none,none, watermarks,watermarks,0.06,Noun,10,9,3,watermark,none,none,12.30,1.00,none,none,none, watermelon,watermelon,2.20,Noun,10,9,4,watermelon,4.22,1.00,4.22,1.00,none,none,none, watermelons,watermelons,0.37,Noun,11,10,4,watermelon,none,none,4.22,1.00,none,none,none, waterproof,waterproof,0.98,Adjective,10,8,3,waterproof,8.68,1.00,8.68,1.00,none,none,none, waterproofing,waterproofing,0.08,Noun,13,10,4,waterproofing,10.75,1.00,10.75,1.00,none,none,none, waters,waters,10.84,Noun,6,5,2,water,none,none,2.37,1.00,3.83,3.31,none,3.69 watershed,watershed,0.12,Noun,9,7,3,watershed,11.71,0.94,11.71,0.94,none,none,none, waterspout,waterspout,0.10,Noun,10,8,3,waterspout,7.63,1.00,7.63,1.00,none,none,none, waterspouts,waterspouts,0.02,Noun,11,9,3,waterspout,none,none,7.63,1.00,none,none,none, watertight,watertight,0.37,Adjective,10,7,3,watertight,12.85,1.00,12.85,1.00,none,none,none, waterway,waterway,0.12,Noun,8,6,3,waterway,9.39,1.00,9.39,1.00,none,none,none, waterways,waterways,0.22,Noun,9,7,3,waterway,none,none,9.39,1.00,none,none,none, waterwheel,waterwheel,0.02,Noun,10,7,3,waterwheel,9.89,1.00,9.89,1.00,none,none,none, waterworks,waterworks,0.45,Noun,10,8,3,waterworks,7.95,1.00,7.95,1.00,none,none,none, watery,watery,0.71,Adjective,6,5,3,watery,6.65,1.00,6.65,1.00,none,none,none, watt,watt,1.88,Name,4,3,1,watt,12.34,1.00,12.34,1.00,none,11.34,10.53, wattage,wattage,0.18,Noun,7,5,2,wattage,9.31,0.89,9.31,0.89,none,none,none, wattle,wattle,0.92,Noun,6,5,2,wattle,11.36,0.58,11.36,0.58,none,none,none, wattles,wattles,0.06,Noun,7,6,2,wattle,none,none,11.36,0.58,none,none,none, wave,wave,21.25,Noun,4,3,1,wave,4.26,1.00,4.26,1.00,4.26,5.33,5.13, waved,waved,2.06,Verb,5,4,1,wave,none,none,4.26,1.00,4.26,5.33,5.13, waveform,waveform,0.02,Noun,8,7,2,waveform,14.43,0.74,14.43,0.74,none,none,none, wavelength,wavelength,0.63,Noun,10,7,2,wavelength,12.03,1.00,12.03,1.00,none,none,none, wavelengths,wavelengths,0.33,Noun,11,8,2,wavelength,none,none,12.03,1.00,none,none,none, waver,waver,0.43,Verb,5,4,2,waver,11.26,1.00,11.26,1.00,9.50,none,none, wavered,wavered,0.18,Verb,7,5,2,waver,none,none,11.26,1.00,9.50,none,none, wavering,wavering,0.29,Verb,8,6,3,waver,none,none,11.26,1.00,9.50,none,none, wavers,wavers,0.06,Verb,6,5,2,waver,none,none,11.26,1.00,9.50,none,none, waves,waves,13.22,Noun,5,4,1,wave,none,none,4.26,1.00,4.26,5.33,5.13, waving,waving,5.22,Verb,6,5,2,wave,none,none,4.26,1.00,4.26,5.33,5.13, wavy,wavy,0.55,Adjective,4,4,2,wavy,5.89,1.00,5.89,1.00,none,none,none, wax,wax,9.04,Noun,3,4,1,wax,6.00,1.00,6.00,1.00,none,6.67,6.81, waxed,waxed,1.35,Adjective,5,5,1,waxed,8.61,1.00,8.61,1.00,none,none,none, waxen,waxen,0.12,Noun,5,6,2,waxen,10.62,0.84,10.62,0.84,none,none,none, waxes,waxes,0.12,Verb,5,6,2,wax,none,none,6.00,1.00,none,6.67,6.81, waxing,waxing,1.00,Verb,6,6,2,wax,none,none,6.00,1.00,none,6.67,6.81, waxwing,waxwing,0.02,Noun,7,7,2,waxwing,15.17,0.32,15.17,0.32,none,none,none, waxwork,waxwork,0.04,Noun,7,7,2,waxwork,11.89,0.86,11.89,0.86,none,none,none, waxworks,waxworks,0.10,Noun,8,8,2,waxwork,none,none,11.89,0.86,none,none,none, waxy,waxy,0.39,Adjective,4,5,2,waxy,8.05,1.00,8.05,1.00,none,none,none, way,way,1424.73,Noun,3,2,1,way,5.39,0.97,5.39,0.97,5.16,none,5.13, waybill,waybill,0.02,Noun,7,5,2,waybill,14.33,0.33,14.33,0.33,none,none,none, waybills,waybills,0.04,Noun,8,6,2,waybill,none,none,14.33,0.33,none,none,none, wayfarer,wayfarer,0.10,Noun,8,6,3,wayfarer,15.69,0.68,15.69,0.68,none,none,none, wayfarers,wayfarers,0.10,Noun,9,7,3,wayfarer,none,none,15.69,0.68,none,none,none, wayfaring,wayfaring,0.02,Adjective,9,7,3,wayfaring,13.88,0.81,13.88,0.81,none,none,none, waylaid,waylaid,0.25,Verb,7,5,2,waylay,none,none,13.00,0.72,none,none,none, waylay,waylay,0.06,Verb,6,4,2,waylay,13.00,0.72,13.00,0.72,none,none,none, waylaying,waylaying,0.06,Verb,9,6,3,waylay,none,none,13.00,0.72,none,none,none, ways,ways,51.63,Noun,4,3,1,way,none,none,5.39,0.97,5.16,none,5.13, wayside,wayside,0.25,Noun,7,5,2,wayside,11.41,0.89,11.41,0.89,none,none,none, wayward,wayward,0.75,Adjective,7,5,2,wayward,10.53,0.94,10.53,0.94,none,none,none, we,we,9011.90,Pronoun,2,2,1,we,5.04,1.00,5.04,1.00,4.23,none,3.31, weak,weak,31.51,Adjective,4,3,1,weak,5.58,1.00,5.58,1.00,6.23,6.41,6.30, weaken,weaken,1.18,Verb,6,5,2,weaken,7.95,1.00,7.95,1.00,none,none,none, weakened,weakened,1.51,Verb,8,6,2,weaken,none,none,7.95,1.00,none,none,none, weakening,weakening,0.75,Verb,9,7,3,weaken,none,none,7.95,1.00,none,none,none, weakens,weakens,0.39,Verb,7,6,2,weaken,none,none,7.95,1.00,none,none,none, weaker,weaker,2.37,Adjective,6,4,2,weak,none,none,5.58,1.00,6.23,6.41,6.30, weakest,weakest,1.27,Adjective,7,6,2,weak,none,none,5.58,1.00,6.23,6.41,6.30, weakling,weakling,0.84,Noun,8,6,2,weakling,9.58,0.95,9.58,0.95,none,none,none, weaklings,weaklings,0.20,Noun,9,7,2,weakling,none,none,9.58,0.95,none,none,none, weakness,weakness,8.90,Noun,8,6,2,weakness,8.44,1.00,8.44,1.00,none,7.77,none, weaknesses,weaknesses,2.16,Noun,10,8,3,weakness,none,none,8.44,1.00,none,7.77,none, weal,weal,0.10,Noun,4,3,1,weal,14.80,0.50,14.80,0.50,none,none,none, weald,weald,Err:512,Err:512,5,4,1,weald,14.90,0.50,14.90,0.50,none,none,none, wealth,wealth,6.35,Noun,6,4,1,wealth,8.76,1.00,8.76,1.00,8.06,8.96,8.15, wealthier,wealthier,0.18,Adjective,9,6,3,wealthy,none,none,7.89,1.00,8.37,none,none, wealthiest,wealthiest,0.51,Adjective,10,8,3,wealthy,none,none,7.89,1.00,8.37,none,none, wealthy,wealthy,7.37,Adjective,7,5,2,wealthy,7.89,1.00,7.89,1.00,8.37,none,none, wean,wean,0.25,Verb,4,3,1,wean,9.72,0.95,9.72,0.95,none,none,10.95, weaned,weaned,0.24,Verb,6,4,1,wean,none,none,9.72,0.95,none,none,10.95, weaning,weaning,0.12,Verb,7,5,2,wean,none,none,9.72,0.95,none,none,10.95, weapon,weapon,46.65,Noun,6,5,2,weapon,6.95,1.00,6.95,1.00,none,7.51,none,6.54 weaponless,weaponless,0.06,Adjective,10,8,3,weaponless,10.65,1.00,10.65,1.00,none,none,none, weaponries,weaponries,0.02,Noun,10,8,3,weaponry,none,none,11.30,1.00,none,none,none, weaponry,weaponry,1.06,Noun,8,7,3,weaponry,11.30,1.00,11.30,1.00,none,none,none, weapons,weapons,40.49,Noun,7,6,2,weapon,none,none,6.95,1.00,none,7.51,none,6.54 wear,wear,109.33,Verb,4,3,1,wear,4.63,1.00,4.63,1.00,4.93,none,4.86, wearable,wearable,0.06,Adjective,8,7,3,wearable,9.72,1.00,9.72,1.00,none,none,none, wearer,wearer,0.53,Noun,6,4,2,wearer,7.22,1.00,7.22,1.00,none,none,none, wearied,wearied,0.14,Verb,7,5,2,weary,none,none,9.56,0.95,none,none,none,9.49 wearies,wearies,0.08,Noun,7,5,2,weary,none,none,9.56,0.95,none,none,none,9.49 weariest,weariest,0.04,Adjective,8,7,3,weary,none,none,9.56,0.95,none,none,none,9.49 weariness,weariness,0.10,Noun,9,7,3,weariness,11.78,1.00,11.78,1.00,none,none,none, wearing,wearing,86.47,Verb,7,5,2,wear,none,none,4.63,1.00,4.93,none,4.86, wears,wears,12.76,Verb,5,4,1,wear,none,none,4.63,1.00,4.93,none,4.86, weary,weary,4.16,Adjective,5,4,2,weary,9.56,0.95,9.56,0.95,none,none,none,9.49 wearying,wearying,0.06,Verb,8,6,3,weary,none,none,9.56,0.95,none,none,none,9.49 weasel,weasel,4.90,Noun,6,5,2,weasel,7.25,1.00,7.25,1.00,8.50,none,none,7.65 weaseled,weaselled,0.08,Verb,8,6,2,weasel,none,none,7.25,1.00,8.50,none,none,7.65 weasels,weasels,0.98,Noun,7,6,2,weasel,none,none,7.25,1.00,8.50,none,none,7.65 weather,weather,34.24,Noun,7,4,2,weather,5.94,1.00,5.94,1.00,5.43,5.94,none,5.25 weathercock,weathercock,0.04,Noun,11,7,3,weathercock,11.67,0.83,11.67,0.83,none,none,none, weatherman,weatherman,2.10,Noun,10,7,3,weatherman,7.11,0.95,7.11,0.95,none,none,none, weathermen,weathermen,0.08,Noun,10,7,3,weatherman,none,none,7.11,0.95,none,none,none, weatherproof,weatherproof,0.04,Adjective,12,8,3,weatherproof,10.53,1.00,10.53,1.00,none,none,none, weatherproofs,weatherproofs,0.02,Verb,13,9,3,weatherproof,none,none,10.53,1.00,none,none,none, weathers,weathers,0.88,Noun,8,5,2,weather,none,none,5.94,1.00,5.43,5.94,none,5.25 weathertight,weathertight,Err:512,Err:512,12,7,3,weathertight,12.33,0.90,12.33,0.90,none,none,none, weatherworn,weatherworn,Err:512,Err:512,11,8,3,weatherworn,11.33,0.75,11.33,0.75,none,none,none, weave,weave,2.06,Verb,5,3,1,weave,9.89,1.00,9.89,1.00,7.88,none,8.44, weaved,weaved,0.16,Verb,6,4,1,weave,none,none,9.89,1.00,7.88,none,8.44, weaves,weaves,0.31,Verb,6,4,1,weave,none,none,9.89,1.00,7.88,none,8.44, web,web,9.22,Noun,3,3,1,web,5.37,1.00,5.37,1.00,none,none,5.66, webbed,webbed,0.33,Adjective,6,4,1,webbed,8.61,0.97,8.61,0.97,none,none,none, webbing,webbing,0.08,Noun,7,5,2,webbing,10.39,0.95,10.39,0.95,none,none,none, webby,webby,0.18,Adjective,5,4,2,webby,10.08,0.60,10.08,0.60,none,none,none, webcam,webcam,0.22,Noun,6,6,2,webcam,15.57,1.00,15.57,1.00,none,none,none, webcast,webcast,0.10,Noun,7,7,2,webcast,16.88,1.00,16.88,1.00,none,none,none, webcasting,webcasting,0.02,Verb,10,9,3,webcasting,15.71,0.94,15.71,0.94,none,none,none, webmaster,webmaster,0.04,Noun,9,8,3,webmaster,16.17,1.00,16.17,1.00,none,none,none, webmasters,webmasters,0.02,Noun,10,9,3,webmaster,none,none,16.17,1.00,none,none,none, webpage,webpage,0.08,Noun,7,6,2,webpage,12.00,1.00,12.00,1.00,none,none,none, webs,webs,0.55,Noun,4,4,1,web,none,none,5.37,1.00,none,none,5.66, website,website,4.31,Noun,7,6,2,website,12.66,1.00,12.66,1.00,none,none,none, websites,websites,0.57,Noun,8,7,2,website,none,none,12.66,1.00,none,none,none, wed,wed,2.45,Verb,3,3,1,wed,6.95,1.00,6.95,1.00,none,none,7.84, wedded,wedded,3.22,Adjective,6,5,2,wedded,9.76,0.94,9.76,0.94,none,none,none, wedding,wedding,101.43,Noun,7,5,2,wedding,6.00,1.00,6.00,1.00,none,6.35,none,6.06 weddings,weddings,4.47,Noun,8,6,2,wedding,none,none,6.00,1.00,none,6.35,none,6.06 wedge,wedge,2.33,Noun,5,3,1,wedge,9.42,1.00,9.42,1.00,none,8.69,8.82, wedged,wedged,0.98,Verb,6,4,1,wedge,none,none,9.42,1.00,none,8.69,8.82, wedges,wedges,0.33,Noun,6,5,2,wedge,none,none,9.42,1.00,none,8.69,8.82, wedgie,wedgie,0.86,0.86,6,4,2,wedgie,7.94,1.00,7.94,1.00,none,none,none,6.82 wedgies,wedgies,0.31,Noun,7,5,2,wedgie,none,none,7.94,1.00,none,none,none,6.82 wedging,wedging,0.06,Verb,7,5,2,wedge,none,none,9.42,1.00,none,8.69,8.82, wedlock,wedlock,1.06,Noun,7,6,2,wedlock,10.89,1.00,10.89,1.00,none,none,none,12.64 weds,weds,0.12,Verb,4,4,1,wed,none,none,6.95,1.00,none,none,7.84, wee,wee,8.51,Adjective,3,2,1,wee,6.39,0.95,6.39,0.95,none,none,5.93, weed,weed,11.76,Noun,4,3,1,weed,6.79,1.00,6.79,1.00,none,7.01,6.51, weeded,weeded,0.10,Verb,6,5,2,weed,none,none,6.79,1.00,none,7.01,6.51, weeding,weeding,0.35,Verb,7,5,2,weed,none,none,6.79,1.00,none,7.01,6.51, weeds,weeds,2.37,Noun,5,4,1,weeds,5.85,1.00,5.85,1.00,none,none,none, weedy,weedy,0.29,Adjective,5,4,2,weedy,10.78,0.95,10.78,0.95,none,none,none, week,week,238.51,Noun,4,3,1,week,5.11,1.00,5.11,1.00,none,none,5.89, weekday,weekday,0.43,Noun,7,5,2,weekday,6.78,1.00,6.78,1.00,none,none,none, weekdays,weekdays,0.31,Noun,8,6,2,weekday,none,none,6.78,1.00,none,none,none, weekend,weekend,61.14,Noun,7,6,2,weekend,4.79,1.00,4.79,1.00,none,none,none,5.87 weekender,weekender,0.06,Noun,9,7,3,weekender,11.94,0.90,11.94,0.90,none,none,none, weekenders,weekenders,0.02,Noun,10,8,3,weekender,none,none,11.94,0.90,none,none,none, weekends,weekends,7.39,Noun,8,7,2,weekend,none,none,4.79,1.00,none,none,none,5.87 weeklies,weeklies,0.12,Noun,8,6,2,weekly,none,none,7.45,1.00,none,none,none, weeklong,weeklong,0.08,Noun,8,6,2,weeklong,7.79,1.00,7.79,1.00,none,none,none, weekly,weekly,4.65,Adjective,6,5,2,weekly,7.45,1.00,7.45,1.00,none,none,none, weeknight,weeknight,0.12,Noun,9,5,2,weeknight,6.53,1.00,6.53,1.00,none,none,none, weeknights,weeknights,0.10,Noun,10,6,2,weeknight,none,none,6.53,1.00,none,none,none, weeks,weeks,130.14,Noun,5,4,1,week,none,none,5.11,1.00,none,none,5.89, weenie,weenie,2.82,Noun,6,4,2,weenie,6.10,0.95,6.10,0.95,none,none,none, weenies,weenies,0.49,Noun,7,5,2,weenie,none,none,6.10,0.95,none,none,none, weensy,weensy,0.10,Adjective,6,5,2,weensy,9.31,0.62,9.31,0.62,none,none,none, weeny,weeny,0.16,Adjective,5,4,2,weeny,7.92,0.65,7.92,0.65,none,none,none, weep,weep,5.49,Verb,4,3,1,weep,8.50,1.00,8.50,1.00,none,7.15,8.12, weeper,weeper,0.06,Noun,6,4,2,weeper,10.63,1.00,10.63,1.00,none,none,none, weepers,weepers,0.04,Noun,7,5,2,weeper,none,none,10.63,1.00,none,none,none, weeping,weeping,3.18,Verb,7,5,2,weeping,6.68,1.00,6.68,1.00,6.27,none,none, weeps,weeps,0.51,Verb,5,4,1,weep,none,none,8.50,1.00,none,7.15,8.12, weepy,weepy,0.57,Adjective,5,4,2,weepy,8.16,0.95,8.16,0.95,none,none,none, weft,weft,0.04,Noun,4,4,1,weft,16.25,0.19,16.25,0.19,none,none,none, weigh,weigh,7.12,Verb,5,2,1,weigh,6.62,1.00,6.62,1.00,6.37,6.37,6.53, weighed,weighed,3.00,Verb,7,3,1,weigh,none,none,6.62,1.00,6.37,6.37,6.53, weighing,weighing,2.27,Verb,8,4,2,weigh,none,none,6.62,1.00,6.37,6.37,6.53, weighs,weighs,3.49,Verb,6,3,1,weigh,none,none,6.62,1.00,6.37,6.37,6.53, weight,weight,36.27,Noun,6,3,1,weight,6.53,1.00,6.53,1.00,none,6.71,none, weighted,weighted,0.39,Verb,8,5,2,weight,none,none,6.53,1.00,none,6.71,none, weightier,weightier,0.02,Adjective,9,5,3,weighty,none,none,10.61,1.00,none,none,none, weightless,weightless,0.37,Adjective,10,6,2,weightless,9.32,1.00,9.32,1.00,none,none,none, weightlessness,weightlessness,0.20,Noun,14,9,3,weightlessness,8.63,1.00,8.63,1.00,none,none,none, weightlift,weightlift,Err:512,Err:512,10,7,2,weightlift,9.41,1.00,9.41,1.00,10.99,none,none, weightlifter,weightlifter,0.02,Noun,12,8,3,weightlifter,8.33,1.00,8.33,1.00,none,none,none, weightlifters,weightlifters,0.02,Noun,13,9,3,weightlifter,none,none,8.33,1.00,none,none,none, weightlifting,weightlifting,0.14,Verb,13,9,3,weightlifting,9.53,1.00,9.53,1.00,none,none,none, weights,weights,2.67,Noun,7,4,1,weight,none,none,6.53,1.00,none,6.71,none, weighty,weighty,0.24,Adjective,7,4,2,weighty,10.61,1.00,10.61,1.00,none,none,none, weird,weird,101.10,Adjective,5,4,1,weird,5.61,1.00,5.61,1.00,none,6.94,6.42, weirder,weirder,1.65,Adjective,7,5,2,weird,none,none,5.61,1.00,none,6.94,6.42, weirdest,weirdest,2.41,Adjective,8,7,2,weird,none,none,5.61,1.00,none,6.94,6.42, weirdness,weirdness,0.94,Noun,9,7,2,weirdness,8.61,1.00,8.61,1.00,none,none,none, weirdo,weirdo,3.18,Noun,6,5,2,weirdo,8.22,1.00,8.22,1.00,none,none,none,6.68 weirdoes,weirdoes,0.20,Noun,8,6,3,weirdo,none,none,8.22,1.00,none,none,none,6.68 welch,welch,1.33,1.33,5,4,1,welch,9.46,0.65,9.46,0.65,none,none,11.40, welcome,welcome,179.22,Verb,7,6,2,welcome,4.06,1.00,4.06,1.00,7.29,6.88,none,5.43 welcomed,welcomed,2.04,Verb,8,7,2,welcome,none,none,4.06,1.00,7.29,6.88,none,5.43 welcomes,welcomes,1.06,Verb,8,7,2,welcome,none,none,4.06,1.00,7.29,6.88,none,5.43 weld,weld,0.63,Verb,4,4,1,weld,11.61,1.00,11.61,1.00,none,none,10.39, welded,welded,0.61,Verb,6,6,2,weld,none,none,11.61,1.00,none,none,10.39, welder,welder,0.49,Noun,6,5,2,welder,9.37,1.00,9.37,1.00,11.04,none,none, welders,welders,0.06,Noun,7,6,2,welder,none,none,9.37,1.00,11.04,none,none, welding,welding,0.55,Noun,7,6,2,welding,10.16,1.00,10.16,1.00,none,none,none, welds,welds,0.12,Noun,5,5,1,weld,none,none,11.61,1.00,none,none,10.39, welfare,welfare,7.88,Noun,7,6,2,welfare,11.11,1.00,11.11,1.00,none,12.06,none,11.49 welkin,welkin,0.02,Noun,6,6,2,welkin,18.50,0.32,18.50,0.32,none,none,none, well,well,2990.65,Adverb,4,3,1,well,6.16,1.00,6.16,1.00,5.37,none,4.93, wellbeing,wellbeing,0.20,Noun,9,7,3,wellbeing,11.63,1.00,11.63,1.00,none,none,none, wellborn,wellborn,0.12,Adjective,8,7,2,wellborn,11.13,0.79,11.13,0.79,none,none,none, welled,welled,0.08,Verb,6,4,1,well,none,none,6.16,1.00,5.37,none,4.93, wellhead,wellhead,0.06,Noun,8,6,2,wellhead,16.50,0.21,16.50,0.21,none,none,none, wellmannered,well-mannered,Err:512,Err:512,12,8,3,wellmannered,8.21,1.00,8.21,1.00,8.37,none,none, wellness,wellness,0.41,Noun,8,6,2,wellness,10.05,1.00,10.05,1.00,none,none,none, wellspring,wellspring,0.14,Noun,10,8,2,wellspring,13.59,0.94,13.59,0.94,none,none,none, wellsprings,wellsprings,0.02,Noun,11,9,2,wellspring,none,none,13.59,0.94,none,none,none, welsh,welsh,1.18,Adjective,5,4,1,welsh,12.93,0.83,12.93,0.83,8.19,none,12.55, welt,welt,0.18,Noun,4,4,1,welt,9.22,1.00,9.22,1.00,none,11.34,9.81, welter,welter,0.02,Noun,6,5,2,welter,12.36,0.70,12.36,0.70,none,none,none, welterweight,welterweight,0.35,Noun,12,8,3,welterweight,11.36,0.78,11.36,0.78,none,none,none, welts,welts,0.25,Noun,5,5,1,welt,none,none,9.22,1.00,none,11.34,9.81, wench,wench,1.73,Noun,5,4,1,wench,10.72,1.00,10.72,1.00,none,none,11.17, wenches,wenches,0.43,Noun,7,6,2,wench,none,none,10.72,1.00,none,none,11.17, wend,wend,0.08,Verb,4,4,1,wend,12.82,0.58,12.82,0.58,none,none,none, wends,wends,0.04,Verb,5,5,1,wend,none,none,12.82,0.58,none,none,none, went,went,411.51,Verb,4,4,1,go,none,none,3.37,1.00,4.37,none,3.05, wept,wept,1.39,Verb,4,4,1,weep,none,none,8.50,1.00,none,7.15,8.12, were,were,1662.82,Verb,4,2,1,be,none,none,5.11,1.00,5.53,none,3.54, werewolf,werewolf,4.45,Noun,8,7,2,werewolf,7.20,1.00,7.20,1.00,none,none,none, werewolves,werewolves,1.51,Noun,10,8,3,werewolf,none,none,7.20,1.00,none,none,none, weskit,weskit,0.06,Verb,6,6,2,weskit,14.88,0.44,14.88,0.44,none,none,none, weskits,weskits,0.04,Noun,7,7,2,weskit,none,none,14.88,0.44,none,none,none, west,west,60.55,Noun,4,4,1,west,5.89,1.00,5.89,1.00,none,6.88,7.08, westbound,westbound,0.90,Verb,9,8,2,westbound,10.32,1.00,10.32,1.00,none,none,none, westerly,westerly,0.16,Adjective,8,7,3,westerly,11.60,0.83,11.60,0.83,none,none,none, western,western,13.31,Adjective,7,6,2,western,6.67,1.00,6.67,1.00,none,none,none, westerner,westerner,0.20,Noun,9,7,3,westerner,9.17,0.95,9.17,0.95,none,none,none, westerners,westerners,0.43,Noun,10,8,3,westerner,none,none,9.17,0.95,none,none,none, westernization,westernisation,0.02,Noun,14,12,5,westernization,13.84,1.00,13.84,1.00,none,none,none, westernmost,westernmost,0.02,Adjective,11,10,3,westernmost,9.56,0.76,9.56,0.76,none,none,none, westerns,westerns,0.73,Noun,8,7,2,western,none,none,6.67,1.00,none,none,none, wet,wet,39.22,Adjective,3,3,1,wet,2.47,1.00,2.47,1.00,none,none,3.75, wetback,wetback,0.47,Noun,7,6,2,wetback,13.44,1.00,13.44,1.00,none,none,none, wetbacks,wetbacks,0.10,Noun,8,7,2,wetback,none,none,13.44,1.00,none,none,none, wetland,wetland,0.10,Noun,7,7,2,wetland,10.80,1.00,10.80,1.00,none,none,none, wetlands,wetlands,0.82,Noun,8,8,2,wetland,none,none,10.80,1.00,none,none,none, wetness,wetness,0.12,Noun,7,6,2,wetness,7.60,1.00,7.60,1.00,none,none,none, wets,wets,0.35,Verb,4,4,1,wet,none,none,2.47,1.00,none,none,3.75, wetsuit,wetsuit,0.06,Noun,7,6,2,wetsuit,8.79,1.00,8.79,1.00,none,none,none, wetter,wetter,0.47,Adjective,6,4,2,wet,none,none,2.47,1.00,none,none,3.75, wettest,wettest,0.08,Adjective,7,6,2,wet,none,none,2.47,1.00,none,none,3.75, wetting,wetting,0.82,Verb,7,5,2,wet,none,none,2.47,1.00,none,none,3.75, whack,whack,8.92,Verb,5,3,1,whack,6.16,1.00,6.16,1.00,none,6.30,6.81, whacker,whacker,0.33,Noun,7,4,2,whacker,11.11,0.90,11.11,0.90,none,none,none, whacking,whacking,1.25,Verb,8,5,2,whack,none,none,6.16,1.00,none,6.30,6.81, whacks,whacks,0.51,Verb,6,4,1,whack,none,none,6.16,1.00,none,6.30,6.81, whacky,whacky,0.04,Adjective,6,4,2,wacky,none,none,7.67,1.00,none,none,none,6.97 whale,whale,11.25,Noun,5,3,1,whale,5.47,1.00,5.47,1.00,6.73,none,4.93, whaleboat,whaleboat,0.02,Noun,9,6,2,whaleboat,9.47,1.00,9.47,1.00,none,none,none, whalebone,whalebone,0.10,Noun,9,6,2,whalebone,9.19,0.89,9.19,0.89,none,none,none, whaled,whaled,0.08,Verb,6,4,1,whale,none,none,5.47,1.00,6.73,none,4.93, whaler,whaler,0.39,Noun,6,4,2,whaler,11.50,0.89,11.50,0.89,none,none,none, whalers,whalers,0.18,Noun,7,5,2,whaler,none,none,11.50,0.89,none,none,none, whales,whales,5.82,Noun,6,4,1,whale,none,none,5.47,1.00,6.73,none,4.93, whaling,whaling,0.88,Noun,7,5,2,whaling,10.26,0.95,10.26,0.95,none,none,none, wham,wham,1.92,Interjection,4,3,1,wham,7.44,0.95,7.44,0.95,none,none,7.29, whammy,whammy,0.67,Noun,6,4,2,whammy,9.11,0.95,9.11,0.95,none,none,none,9.67 whap,whap,0.14,Verb,4,3,1,whap,8.81,0.84,8.81,0.84,none,none,none, wharf,wharf,1.27,Noun,5,4,1,wharf,10.88,0.86,10.88,0.86,none,10.66,10.97, wharfs,wharfs,0.02,Noun,6,5,1,wharf,none,none,10.88,0.86,none,10.66,10.97, wharves,wharves,0.02,Noun,7,5,1,wharf,none,none,10.88,0.86,none,10.66,10.97, what,what,9842.45,Determiner,4,3,1,what,3.86,1.00,3.86,1.00,4.87,none,3.43, whatever,whatever,246.75,Determiner,8,6,3,whatever,6.14,1.00,6.14,1.00,7.05,none,none, whatnot,whatnot,1.98,Noun,7,6,2,whatnot,9.61,0.95,9.61,0.95,none,none,none, whatnots,whatnots,0.08,Verb,8,7,2,whatnot,none,none,9.61,0.95,none,none,none, wheat,wheat,5.75,Noun,5,3,1,wheat,6.53,1.00,6.53,1.00,none,7.71,6.94, wheaten,wheaten,0.02,Adjective,7,5,2,wheaten,11.67,0.63,11.67,0.63,none,none,none, wheatgrass,wheatgrass,0.24,Noun,10,7,2,wheatgrass,12.67,0.95,12.67,0.95,none,none,none, wheedle,wheedle,0.10,Verb,7,5,2,wheedle,10.83,0.63,10.83,0.63,none,none,none, wheedles,wheedles,0.02,Verb,8,6,2,wheedle,none,none,10.83,0.63,none,none,none, wheel,wheel,27.06,Noun,5,3,1,wheel,4.40,1.00,4.40,1.00,none,4.47,4.93, wheelbarrow,wheelbarrow,0.61,Noun,11,7,3,wheelbarrow,6.78,1.00,6.78,1.00,none,none,none, wheelbarrows,wheelbarrows,0.06,Noun,12,8,3,wheelbarrow,none,none,6.78,1.00,none,none,none, wheelbase,wheelbase,0.08,Verb,9,6,2,wheelbase,14.07,0.83,14.07,0.83,none,none,none, wheelchair,wheelchair,6.20,Noun,10,6,2,wheelchair,6.89,1.00,6.89,1.00,none,none,none, wheelchairs,wheelchairs,0.31,Noun,11,7,2,wheelchair,none,none,6.89,1.00,none,none,none, wheeled,wheeled,0.80,Verb,7,4,1,wheel,none,none,4.40,1.00,none,4.47,4.93, wheelhouse,wheelhouse,0.20,Noun,10,6,2,wheelhouse,12.57,0.76,12.57,0.76,none,none,none, wheelie,wheelie,0.22,Noun,7,4,2,wheelie,6.32,1.00,6.32,1.00,none,none,none, wheelies,wheelies,0.12,Noun,8,5,2,wheelie,none,none,6.32,1.00,none,none,none, wheeling,wheeling,0.76,Verb,8,5,2,wheel,none,none,4.40,1.00,none,4.47,4.93, wheelman,wheelman,0.20,Noun,8,6,2,wheelman,12.79,0.78,12.79,0.78,none,none,none, wheels,wheels,13.29,Noun,6,4,1,wheel,none,none,4.40,1.00,none,4.47,4.93, wheelwright,wheelwright,0.04,Noun,11,6,2,wheelwright,11.58,0.63,11.58,0.63,none,none,none, wheelwrights,wheelwrights,0.02,Noun,12,7,2,wheelwright,none,none,11.58,0.63,none,none,none, wheeze,wheeze,0.57,Verb,6,3,1,wheeze,8.61,0.95,8.61,0.95,none,none,9.46, wheezed,wheezed,0.02,Verb,7,4,1,wheeze,none,none,8.61,0.95,none,none,9.46, wheezes,wheezes,0.22,Noun,7,5,2,wheeze,none,none,8.61,0.95,none,none,9.46, wheezing,wheezing,0.78,Verb,8,5,2,wheeze,none,none,8.61,0.95,none,none,9.46, wheezy,wheezy,0.27,Adjective,6,4,2,wheezy,10.00,1.00,10.00,1.00,none,none,none, whelk,whelk,0.04,Noun,5,3,1,whelk,12.86,0.37,12.86,0.37,none,none,none, whelks,whelks,0.02,Noun,6,4,1,whelk,none,none,12.86,0.37,none,none,none, whelp,whelp,0.47,Noun,5,4,1,whelp,10.41,0.89,10.41,0.89,none,none,12.00, whelps,whelps,0.02,Noun,6,5,1,whelp,none,none,10.41,0.89,none,none,12.00, when,when,2034.10,Conjunction,4,3,1,when,4.24,1.00,4.24,1.00,4.90,none,4.86, whence,whence,1.04,Adverb,6,4,1,whence,14.12,0.90,14.12,0.90,9.05,none,12.74, whenever,whenever,35.10,Adverb,8,6,3,whenever,6.37,1.00,6.37,1.00,7.41,none,none, where,where,1830.22,Adverb,5,3,1,where,4.09,1.00,4.09,1.00,4.96,none,5.13, whereabouts,whereabouts,6.41,Noun,11,8,3,whereabouts,9.40,1.00,9.40,1.00,none,none,none, whereas,whereas,3.55,Conjunction,7,5,2,whereas,10.74,1.00,10.74,1.00,none,none,none,9.85 whereby,whereby,0.73,Adverb,7,5,2,whereby,10.85,0.95,10.85,0.95,9.50,none,none, wherefore,wherefore,0.86,Adverb,9,6,3,wherefore,12.59,0.90,12.59,0.90,9.88,none,none, wherever,wherever,29.41,Adverb,8,6,3,wherever,7.01,1.00,7.01,1.00,7.96,none,none, wherewithal,wherewithal,0.14,Noun,11,8,3,wherewithal,12.08,0.63,12.08,0.63,none,none,none, wherry,wherry,0.08,Name,6,4,2,wherry,12.33,0.16,12.33,0.16,none,13.32,none, whet,whet,0.16,Verb,4,3,1,whet,12.38,0.65,12.38,0.65,none,none,12.52, whether,whether,67.14,Conjunction,7,4,2,whether,7.11,1.00,7.11,1.00,7.55,8.11,none,7.80 whets,whets,0.04,Verb,5,4,1,whet,none,none,12.38,0.65,none,none,12.52, whetstone,whetstone,0.18,Noun,9,7,2,whetstone,12.80,0.53,12.80,0.53,none,none,none, whetted,whetted,0.10,Verb,7,5,2,whet,none,none,12.38,0.65,none,none,12.52, whey,whey,0.08,Noun,4,2,1,whey,10.22,0.95,10.22,0.95,none,none,11.55, which,which,477.24,Determiner,5,3,1,which,6.58,1.00,6.58,1.00,5.57,none,5.86, whichever,whichever,3.20,Determiner,9,6,3,whichever,8.34,1.00,8.34,1.00,8.11,none,none, whicker,whicker,Err:512,Err:512,7,4,2,whicker,11.15,0.65,11.15,0.65,none,none,none, whiff,whiff,2.49,Noun,5,3,1,whiff,9.67,0.95,9.67,0.95,none,none,9.68, whiffed,whiffed,0.06,Verb,7,4,1,whiff,none,none,9.67,0.95,none,none,9.68, whiffletree,whiffletree,0.02,Noun,11,9,4,whiffletree,13.83,0.32,13.83,0.32,none,none,none, whiffs,whiffs,0.04,Noun,6,4,1,whiff,none,none,9.67,0.95,none,none,9.68, whig,whig,0.06,0.06,4,3,1,whig,10.81,0.85,10.81,0.85,12.19,none,none, whigs,whigs,0.10,Noun,5,4,1,whig,none,none,10.81,0.85,12.19,none,none, while,while,349.43,Conjunction,5,3,1,while,7.06,1.00,7.06,1.00,6.16,none,6.53, whiles,whiles,0.08,Noun,6,4,1,while,none,none,7.06,1.00,6.16,none,6.53, whilst,whilst,1.51,Conjunction,6,5,1,whilst,11.31,0.95,11.31,0.95,8.11,none,none, whim,whim,2.33,Noun,4,3,1,whim,10.74,0.95,10.74,0.95,none,none,10.87, whimper,whimper,0.73,Noun,7,5,2,whimper,8.24,0.94,8.24,0.94,none,8.85,none,8.28 whimpered,whimpered,0.08,Verb,9,6,2,whimper,none,none,8.24,0.94,none,8.85,none,8.28 whimpering,whimpering,2.49,Verb,10,7,3,whimper,none,none,8.24,0.94,none,8.85,none,8.28 whimpers,whimpers,1.51,Verb,8,6,2,whimper,none,none,8.24,0.94,none,8.85,none,8.28 whims,whims,0.76,Noun,5,4,1,whim,none,none,10.74,0.95,none,none,10.87, whimsical,whimsical,0.78,Adjective,9,8,3,whimsical,11.11,1.00,11.11,1.00,none,none,none, whimsicalities,whimsicalities,0.04,Noun,14,12,5,whimsicality,none,none,12.69,0.68,none,none,none, whimsicality,whimsicality,Err:512,Err:512,12,11,5,whimsicality,12.69,0.68,12.69,0.68,none,none,none, whimsy,whimsy,0.47,Noun,6,5,2,whimsy,10.26,1.00,10.26,1.00,none,none,none, whine,whine,1.63,Verb,5,3,1,whine,5.53,1.00,5.53,1.00,7.14,none,5.70, whined,whined,0.10,Verb,6,4,1,whine,none,none,5.53,1.00,7.14,none,5.70, whiner,whiner,0.27,Noun,6,4,2,whiner,7.25,1.00,7.25,1.00,none,none,none, whiners,whiners,0.14,Noun,7,5,2,whiner,none,none,7.25,1.00,none,none,none, whines,whines,0.63,Verb,6,4,1,whine,none,none,5.53,1.00,7.14,none,5.70, whiney,whiney,0.27,Noun,6,4,2,whiney,7.58,1.00,7.58,1.00,none,none,none, whining,whining,4.78,Verb,7,5,2,whine,none,none,5.53,1.00,7.14,none,5.70, whinnies,whinnies,0.71,Noun,8,5,2,whinny,none,none,7.35,0.94,none,none,none, whinny,whinny,0.25,Noun,6,4,2,whinny,7.35,0.94,7.35,0.94,none,none,none, whiny,whiny,1.02,Adjective,5,4,2,whiny,7.18,0.94,7.18,0.94,none,none,none, whip,whip,13.16,Verb,4,3,1,whip,7.00,1.00,7.00,1.00,none,7.92,6.87, whiplash,whiplash,1.76,Noun,8,6,2,whiplash,11.68,1.00,11.68,1.00,none,none,none, whipped,whipped,7.25,Verb,7,4,1,whip,none,none,7.00,1.00,none,7.92,6.87, whippersnapper,whippersnapper,0.16,Noun,14,9,4,whippersnapper,9.53,0.79,9.53,0.79,none,none,none, whippersnappers,whippersnappers,0.04,Noun,15,10,4,whippersnapper,none,none,9.53,0.79,none,none,none, whippet,whippet,0.10,Noun,7,5,2,whippet,13.07,0.79,13.07,0.79,none,none,none, whippets,whippets,0.04,Noun,8,6,2,whippet,none,none,13.07,0.79,none,none,none, whipping,whipping,2.20,Verb,8,5,2,whip,none,none,7.00,1.00,none,7.92,6.87, whippoorwill,whippoorwill,0.53,Noun,12,8,3,whippoorwill,12.27,0.55,12.27,0.55,none,none,none, whips,whips,1.18,Noun,5,4,1,whip,none,none,7.00,1.00,none,7.92,6.87, whir,whir,0.10,Noun,4,2,1,whir,10.38,0.89,10.38,0.89,none,none,none, whirl,whirl,1.75,Noun,5,3,1,whirl,7.37,1.00,7.37,1.00,none,7.30,7.22, whirligig,whirligig,0.04,Noun,9,8,3,whirligig,11.69,0.84,11.69,0.84,none,none,none, whirlpool,whirlpool,0.61,Noun,9,6,2,whirlpool,8.95,1.00,8.95,1.00,none,none,none, whirlpools,whirlpools,0.08,Noun,10,7,2,whirlpool,none,none,8.95,1.00,none,none,none, whirlwind,whirlwind,0.96,Noun,9,7,2,whirlwind,10.50,1.00,10.50,1.00,none,none,none, whirlwinds,whirlwinds,0.02,Noun,10,8,2,whirlwind,none,none,10.50,1.00,none,none,none, whirly,whirly,0.02,Adjective,6,4,2,whirly,8.50,0.95,8.50,0.95,none,none,none, whirlybird,whirlybird,0.16,Noun,10,7,3,whirlybird,12.36,0.70,12.36,0.70,none,none,none, whirlybirds,whirlybirds,0.04,Noun,11,8,3,whirlybird,none,none,12.36,0.70,none,none,none, whirr,whirr,0.02,Verb,5,3,1,whir,none,none,10.38,0.89,none,none,none, whirring,whirring,2.71,Verb,8,4,2,whir,none,none,10.38,0.89,none,none,none, whirrs,whirrs,0.18,Verb,6,4,1,whir,none,none,10.38,0.89,none,none,none, whirs,whirs,0.35,Verb,5,3,1,whir,none,none,10.38,0.89,none,none,none, whish,whish,0.14,Verb,5,3,1,whish,8.50,0.30,8.50,0.30,none,none,none, whishes,swishes,0.02,Verb,7,5,2,whish,none,none,8.50,0.30,none,none,none, whisk,whisk,0.57,Verb,5,4,1,whisk,8.72,0.95,8.72,0.95,7.41,none,9.83, whiskbroom,whiskbroom,0.02,Noun,10,8,2,whiskbroom,11.15,0.68,11.15,0.68,none,none,none, whisked,whisked,0.20,Verb,7,5,1,whisk,none,none,8.72,0.95,7.41,none,9.83, whisker,whisker,0.25,Noun,7,5,2,whisker,5.05,1.00,5.05,1.00,none,none,none, whiskered,whiskered,0.06,Adjective,9,6,2,whiskered,8.46,0.95,8.46,0.95,none,none,none, whiskers,whiskers,2.14,Noun,8,6,2,whiskers,5.11,1.00,5.11,1.00,none,none,none, whiskey,whiskey,16.12,Noun,7,5,2,whiskey,9.38,1.00,9.38,1.00,none,none,none,11.19 whiskeys,whiskeys,0.24,Noun,8,6,2,whiskey,none,none,9.38,1.00,none,none,none,11.19 whiskies,whiskies,0.16,Noun,8,6,2,whiskey,none,none,9.38,1.00,none,none,none,11.19 whisks,whisks,0.10,Verb,6,5,1,whisk,none,none,8.72,0.95,7.41,none,9.83, whisky,whisky,4.02,Noun,6,5,2,whiskey,none,none,9.38,1.00,none,none,none,11.19 whisper,whisper,7.90,Verb,7,5,2,whisper,4.26,1.00,4.26,1.00,none,5.26,none,5.49 whispered,whispered,2.02,Verb,9,6,2,whisper,none,none,4.26,1.00,none,5.26,none,5.49 whisperer,whisperer,0.18,Noun,9,6,3,whisperer,8.11,1.00,8.11,1.00,none,none,none, whisperers,whisperers,0.12,Noun,10,7,3,whisperer,none,none,8.11,1.00,none,none,none, whispering,whispering,8.10,Verb,10,7,3,whisper,none,none,4.26,1.00,none,5.26,none,5.49 whispers,whispers,5.49,Verb,8,6,2,whisper,none,none,4.26,1.00,none,5.26,none,5.49 whispery,whispery,0.06,Adjective,8,6,3,whispery,10.71,0.94,10.71,0.94,none,none,none, whist,whist,0.22,Noun,5,4,1,whist,15.33,0.63,15.33,0.63,none,none,none, whistle,whistle,15.45,Noun,7,5,2,whistle,5.42,1.00,5.42,1.00,none,none,none,6.00 whistled,whistled,0.49,Verb,8,6,2,whistle,none,none,5.42,1.00,none,none,none,6.00 whistles,whistles,4.24,Verb,8,6,2,whistle,none,none,5.42,1.00,none,none,none,6.00 whistling,whistling,5.12,Noun,9,6,2,whistling,6.32,1.00,6.32,1.00,none,none,none, whit,whit,1.94,Noun,4,3,1,whit,10.67,0.83,10.67,0.83,none,none,10.82, white,white,171.45,Adjective,5,3,1,white,4.06,1.00,4.06,1.00,4.65,none,4.05, whitecaps,whitecaps,0.02,Noun,9,7,2,whitecaps,11.56,0.84,11.56,0.84,none,none,none, whitefish,whitefish,0.49,Noun,9,6,2,whitefish,10.44,0.80,10.44,0.80,none,none,none, whiten,whiten,0.06,Verb,6,5,2,whiten,7.11,1.00,7.11,1.00,none,none,none, whiteness,whiteness,0.12,Noun,9,6,2,whiteness,7.94,0.94,7.94,0.94,none,7.09,none, whiteout,whiteout,0.16,Noun,8,5,2,whiteout,9.00,1.00,9.00,1.00,none,none,none, whiter,whiter,0.73,Adjective,6,4,2,white,none,none,4.06,1.00,4.65,none,4.05, whites,whites,4.55,Noun,6,4,1,white,none,none,4.06,1.00,4.65,none,4.05, whitest,whitest,0.35,Adjective,7,6,2,white,none,none,4.06,1.00,4.65,none,4.05, whitetail,whitetail,0.02,Noun,9,6,2,whitetail,10.06,0.95,10.06,0.95,none,none,none, whitewall,whitewall,Err:512,Err:512,9,6,2,whitewall,10.86,0.70,10.86,0.70,none,none,none, whitewalls,whitewalls,0.12,Noun,10,7,2,whitewall,none,none,10.86,0.70,none,none,none, whitewash,whitewash,0.65,Verb,9,6,2,whitewash,11.00,0.95,11.00,0.95,none,none,none, whitewashing,whitewashing,0.06,Verb,12,8,3,whitewash,none,none,11.00,0.95,none,none,none, whither,whither,0.35,Adverb,7,4,2,whither,11.06,0.95,11.06,0.95,9.38,none,none, whithersoever,whithersoever,0.08,Verb,13,11,5,whithersoever,15.33,0.47,15.33,0.47,none,none,none, whiting,whiting,0.61,Noun,7,5,2,whiting,12.77,0.68,12.77,0.68,none,none,none, whitish,whitish,0.02,Adjective,7,5,2,whitish,8.69,0.89,8.69,0.89,none,none,none, whittle,whittle,0.41,Verb,7,5,2,whittle,11.06,0.89,11.06,0.89,none,none,none, whittled,whittled,0.18,Verb,8,6,2,whittle,none,none,11.06,0.89,none,none,none, whittler,whittler,0.08,Noun,8,6,2,whittler,8.94,0.89,8.94,0.89,none,none,none, whittlers,whittlers,0.02,Noun,9,7,2,whittler,none,none,8.94,0.89,none,none,none, whittles,whittles,0.04,Verb,8,6,2,whittle,none,none,11.06,0.89,none,none,none, whittling,whittling,0.31,Verb,9,6,2,whittle,none,none,11.06,0.89,none,none,none, whiz,whiz,3.90,Verb,4,3,1,whiz,8.26,1.00,8.26,1.00,none,none,8.12, whizz,whizz,0.22,Noun,5,3,1,whiz,none,none,8.26,1.00,none,none,8.12, whizzed,whizzed,0.10,Verb,7,4,1,whiz,none,none,8.26,1.00,none,none,8.12, whizzer,whizzer,0.10,Noun,7,4,2,whizzer,10.55,0.58,10.55,0.58,none,none,none, whizzers,whizzers,0.12,Noun,8,5,2,whizzer,none,none,10.55,0.58,none,none,none, whizzes,whizzes,0.08,Verb,7,5,2,whiz,none,none,8.26,1.00,none,none,8.12, whizzing,whizzing,0.43,Verb,8,5,2,whiz,none,none,8.26,1.00,none,none,8.12, who,who,2222.94,Pronoun,3,2,1,who,3.81,1.00,3.81,1.00,4.77,none,4.34, whodunit,whodunit,0.16,Noun,8,7,3,whodunit,11.65,0.89,11.65,0.89,none,none,none, whodunits,whodunits,0.04,Noun,9,8,3,whodunit,none,none,11.65,0.89,none,none,none, whoever,whoever,43.20,Pronoun,7,5,3,whoever,6.48,1.00,6.48,1.00,7.41,none,none, whole,whole,385.49,Adjective,5,3,1,whole,6.89,1.00,6.89,1.00,none,5.88,5.53, wholegrain,wholegrain,0.06,Noun,10,7,2,wholegrain,13.19,1.00,13.19,1.00,none,none,none, wholehearted,wholehearted,0.08,Adjective,12,9,3,wholehearted,12.10,0.95,12.10,0.95,none,none,none, wholeness,wholeness,0.10,Noun,9,6,2,wholeness,10.21,1.00,10.21,1.00,none,none,none, wholesale,wholesale,1.67,Adjective,9,6,2,wholesale,11.70,0.95,11.70,0.95,none,none,none, wholesaler,wholesaler,0.18,Noun,10,7,3,wholesaler,12.56,1.00,12.56,1.00,none,none,none, wholesalers,wholesalers,0.12,Noun,11,8,3,wholesaler,none,none,12.56,1.00,none,none,none, wholesales,wholesales,0.02,Noun,10,7,2,wholesale,none,none,11.70,0.95,none,none,none, wholesome,wholesome,1.59,Adjective,9,6,2,wholesome,9.53,1.00,9.53,1.00,none,none,none, wholesomeness,wholesomeness,0.10,Noun,13,9,3,wholesomeness,9.63,1.00,9.63,1.00,none,none,none, whom,whom,35.20,Pronoun,4,3,1,whom,8.35,1.00,8.35,1.00,8.41,none,9.24, whoop,whoop,3.86,Interjection,5,3,1,whoop,10.10,1.00,10.10,1.00,none,8.24,8.00, whooped,whooped,0.37,Verb,7,4,1,whoop,none,none,10.10,1.00,none,8.24,8.00, whoopee,whoopee,1.61,Interjection,7,4,2,whoopee,7.76,1.00,7.76,1.00,none,none,none,7.72 whooping,whooping,2.06,Verb,8,5,2,whoop,none,none,10.10,1.00,none,8.24,8.00, whoops,whoops,4.47,Interjection,6,4,1,whoop,none,none,10.10,1.00,none,8.24,8.00, whop,whop,0.20,Verb,4,3,1,whop,9.00,0.79,9.00,0.79,none,none,none, whopped,whopped,0.08,Verb,7,4,1,whop,none,none,9.00,0.79,none,none,none, whopper,whopper,0.84,Noun,7,4,2,whopper,7.83,1.00,7.83,1.00,none,none,none,8.28 whoppers,whoppers,0.47,Noun,8,5,2,whopper,none,none,7.83,1.00,none,none,none,8.28 whopping,whopping,0.61,Adjective,8,5,2,whopping,8.06,1.00,8.06,1.00,none,none,none, whops,whops,0.02,Verb,5,4,1,whop,none,none,9.00,0.79,none,none,none, whore,whore,21.10,Noun,5,3,1,whore,12.22,1.00,12.22,1.00,none,none,12.15, whored,whored,0.10,Verb,6,4,1,whore,none,none,12.22,1.00,none,none,12.15, whorehouse,whorehouse,1.55,Noun,10,6,2,whorehouse,11.94,1.00,11.94,1.00,none,none,none, whorehouses,whorehouses,0.20,Noun,11,8,3,whorehouse,none,none,11.94,1.00,none,none,none, whoremaster,whoremaster,0.06,Noun,11,8,3,whoremaster,16.38,0.44,16.38,0.44,none,none,none, whoremonger,whoremonger,0.06,Noun,11,8,3,whoremonger,13.41,0.94,13.41,0.94,none,none,none, whores,whores,5.82,Noun,6,4,1,whore,none,none,12.22,1.00,none,none,12.15, whoreson,whoreson,0.04,Noun,8,6,2,whoreson,15.83,0.33,15.83,0.33,none,none,none, whoring,whoring,0.41,Verb,7,5,2,whore,none,none,12.22,1.00,none,none,12.15, whorish,whorish,0.10,Adjective,7,5,2,whorish,13.44,1.00,13.44,1.00,none,none,none, whorl,whorl,0.06,Noun,5,3,1,whorl,13.36,0.61,13.36,0.61,none,none,none, whorls,whorls,0.02,Noun,6,4,1,whorl,none,none,13.36,0.61,none,none,none, whoso,whoso,0.02,Noun,5,4,2,whoso,14.71,0.37,14.71,0.37,none,none,none, why,why,2248.76,Adverb,3,2,1,why,3.97,1.00,3.97,1.00,4.55,none,3.95, whys,whys,0.31,Noun,4,3,1,why,none,none,3.97,1.00,4.55,none,3.95, wick,wick,2.51,Name,4,3,1,wick,7.83,1.00,7.83,1.00,none,7.09,8.26, wicked,wicked,13.29,Adjective,6,5,2,wicked,8.33,1.00,8.33,1.00,5.86,none,none,7.72 wickedest,wickedest,0.16,Adjective,9,8,3,wicked,none,none,8.33,1.00,5.86,none,none,7.72 wickedness,wickedness,0.76,Noun,10,8,3,wickedness,8.79,1.00,8.79,1.00,7.26,none,none, wicker,wicker,0.94,Noun,6,4,2,wicker,9.50,1.00,9.50,1.00,none,none,none, wickers,wickers,0.02,Name,7,5,2,wicker,none,none,9.50,1.00,none,none,none, wicket,wicket,0.14,Noun,6,5,2,wicket,13.62,0.68,13.62,0.68,none,none,none, wickets,wickets,0.06,Noun,7,6,2,wicket,none,none,13.62,0.68,none,none,none, wicking,wicking,0.02,Noun,7,5,2,wicking,13.53,0.83,13.53,0.83,none,none,none, wickiup,wickiup,0.27,Noun,7,6,3,wickiup,NA,0.00,NA,0.00,none,none,none, wicks,wicks,0.49,Noun,5,4,1,wick,none,none,7.83,1.00,none,7.09,8.26, wide,wide,23.80,Adjective,4,3,1,wide,5.84,1.00,5.84,1.00,5.82,none,6.40, widen,widen,0.82,Verb,5,5,2,widen,6.78,1.00,6.78,1.00,none,none,none, widened,widened,0.27,Verb,7,6,2,widen,none,none,6.78,1.00,none,none,none, wideness,wideness,Err:512,Err:512,8,6,2,wideness,8.72,1.00,8.72,1.00,8.29,none,none, widening,widening,0.27,Verb,8,7,3,widen,none,none,6.78,1.00,none,none,none, widens,widens,0.06,Verb,6,6,2,widen,none,none,6.78,1.00,none,none,none, wider,wider,2.49,Adjective,5,4,2,wide,none,none,5.84,1.00,5.82,none,6.40, widescreen,widescreen,0.08,Noun,10,8,2,widescreen,13.85,1.00,13.85,1.00,none,none,none, widespread,widespread,0.92,Adjective,10,8,2,widespread,9.39,1.00,9.39,1.00,none,none,none, widest,widest,0.12,Adjective,6,6,2,wide,none,none,5.84,1.00,5.82,none,6.40, widget,widget,0.20,Noun,6,5,2,widget,14.35,0.94,14.35,0.94,none,none,none, widgets,widgets,0.06,Noun,7,6,2,widget,none,none,14.35,0.94,none,none,none, widow,widow,12.10,Noun,5,4,2,widow,9.00,1.00,9.00,1.00,none,8.47,none,9.49 widowed,widowed,0.57,Adjective,7,5,2,widowed,10.17,1.00,10.17,1.00,none,none,none, widower,widower,1.41,Noun,7,5,3,widower,9.42,1.00,9.42,1.00,none,none,none, widowers,widowers,0.12,Noun,8,6,3,widower,none,none,9.42,1.00,none,none,none, widowhood,widowhood,0.08,Noun,9,7,3,widowhood,10.40,0.71,10.40,0.71,none,none,none, widows,widows,1.86,Noun,6,5,2,widow,none,none,9.00,1.00,none,8.47,none,9.49 width,width,0.69,Noun,5,4,1,width,8.78,1.00,8.78,1.00,7.29,none,8.00, wield,wield,0.76,Verb,5,4,1,wield,11.33,0.83,11.33,0.83,none,none,11.41, wielded,wielded,0.16,Verb,7,6,2,wield,none,none,11.33,0.83,none,none,11.41, wielder,wielder,0.06,Noun,7,5,2,wielder,12.88,0.89,12.88,0.89,none,none,none, wielders,wielders,0.02,Noun,8,6,2,wielder,none,none,12.88,0.89,none,none,none, wielding,wielding,0.27,Verb,8,6,2,wield,none,none,11.33,0.83,none,none,11.41, wields,wields,0.24,Verb,6,5,1,wield,none,none,11.33,0.83,none,none,11.41, wiener,wiener,2.22,Noun,6,4,2,wiener,7.40,1.00,7.40,1.00,none,none,none, wieners,wieners,0.22,Noun,7,5,2,wiener,none,none,7.40,1.00,none,none,none, wienie,wienie,0.41,Noun,6,4,2,wienie,7.17,1.00,7.17,1.00,none,none,none, wienies,wienies,0.10,Noun,7,5,2,wienie,none,none,7.17,1.00,none,none,none, wife,wife,348.92,Noun,4,3,1,wife,5.67,1.00,5.67,1.00,5.79,none,5.75, wifehood,wifehood,Err:512,Err:512,8,6,2,wifehood,13.33,0.75,13.33,0.75,none,none,none, wifeless,wifeless,0.02,Adjective,8,6,2,wifeless,10.50,1.00,10.50,1.00,none,none,none, wifely,wifely,0.20,Adjective,6,5,2,wifely,11.41,0.85,11.41,0.85,none,none,none, wig,wig,8.35,Noun,3,3,1,wig,5.63,1.00,5.63,1.00,none,none,6.37, wigged,wigged,0.45,Verb,6,4,1,wig,none,none,5.63,1.00,none,none,6.37, wigging,wigging,0.37,Verb,7,5,2,wig,none,none,5.63,1.00,none,none,6.37, wiggle,wiggle,2.98,Verb,6,5,2,wiggle,3.95,1.00,3.95,1.00,none,7.03,none,4.97 wiggled,wiggled,0.20,Verb,7,6,2,wiggle,none,none,3.95,1.00,none,7.03,none,4.97 wiggler,wiggler,0.16,Noun,7,6,3,wiggler,6.68,0.92,6.68,0.92,none,none,none, wigglers,wigglers,0.10,Noun,8,7,3,wiggler,none,none,6.68,0.92,none,none,none, wiggles,wiggles,0.39,Verb,7,6,2,wiggle,none,none,3.95,1.00,none,7.03,none,4.97 wiggling,wiggling,0.57,Verb,8,7,3,wiggle,none,none,3.95,1.00,none,7.03,none,4.97 wigless,wigless,0.02,Adjective,7,6,2,wigless,11.27,0.75,11.27,0.75,none,none,none, wigmaker,wigmaker,0.02,Noun,8,7,3,wigmaker,10.11,0.90,10.11,0.90,none,none,none, wigs,wigs,1.39,Noun,4,4,1,wig,none,none,5.63,1.00,none,none,6.37, wigwag,wigwag,Err:512,Err:512,6,6,2,wigwag,12.25,0.42,12.25,0.42,none,none,none, wigwam,wigwam,0.31,Noun,6,6,2,wigwam,8.92,0.65,8.92,0.65,none,8.60,none, wigwams,wigwams,0.08,Noun,7,7,2,wigwam,none,none,8.92,0.65,none,8.60,none, wiki,wiki,1.31,Adjective,4,4,2,wiki,18.52,0.79,18.52,0.79,none,none,none, wild,wild,57.31,Adjective,4,4,1,wild,6.11,1.00,6.11,1.00,none,6.94,6.13, wildcard,wildcard,0.02,Noun,8,8,2,wildcard,9.66,1.00,9.66,1.00,none,none,none, wildcat,wildcat,1.39,Noun,7,7,2,wildcat,7.44,1.00,7.44,1.00,none,none,none, wildcats,wildcats,1.59,Noun,8,8,2,wildcat,none,none,7.44,1.00,none,none,none, wildcatter,wildcatter,0.12,Noun,10,8,3,wildcatter,16.40,0.48,16.40,0.48,none,none,none, wildcatters,wildcatters,0.06,Noun,11,9,3,wildcatter,none,none,16.40,0.48,none,none,none, wildcatting,wildcatting,0.12,Verb,11,9,3,wildcat,none,none,7.44,1.00,none,none,none, wildebeest,wildebeest,0.43,Noun,10,10,4,wildebeest,11.31,0.84,11.31,0.84,none,none,none, wildebeests,wildebeests,0.18,Noun,11,10,3,wildebeest,none,none,11.31,0.84,none,none,none, wilder,wilder,2.08,Adjective,6,5,2,wild,none,none,6.11,1.00,none,6.94,6.13, wilderness,wilderness,3.94,Noun,10,8,3,wilderness,8.95,1.00,8.95,1.00,none,8.39,none, wildernesses,wildernesses,0.02,Noun,12,10,4,wilderness,none,none,8.95,1.00,none,8.39,none, wildest,wildest,2.43,Adjective,7,7,2,wild,none,none,6.11,1.00,none,6.94,6.13, wildfire,wildfire,0.98,Noun,8,7,3,wildfire,9.56,1.00,9.56,1.00,none,none,none, wildflower,wildflower,0.06,Noun,10,8,3,wildflower,6.44,1.00,6.44,1.00,none,none,none, wildflowers,wildflowers,0.22,Noun,11,9,2,wildflower,none,none,6.44,1.00,none,none,none, wildlife,wildlife,1.92,Noun,8,7,2,wildlife,6.22,1.00,6.22,1.00,none,none,none, wildness,wildness,0.24,Noun,8,7,2,wildness,8.47,1.00,8.47,1.00,none,none,none, wilds,wilds,0.31,Noun,5,5,1,wild,none,none,6.11,1.00,none,6.94,6.13, wile,wile,0.41,Noun,4,3,1,wile,11.80,0.48,11.80,0.48,none,none,none, wiles,wiles,1.02,Noun,5,4,1,wile,none,none,11.80,0.48,none,none,none, wiliness,wiliness,Err:512,Err:512,8,7,3,wiliness,13.27,0.55,13.27,0.55,none,none,none, wiling,wiling,0.06,Verb,6,5,2,wile,none,none,11.80,0.48,none,none,none, will,will,2123.65,Verb,4,3,1,will,7.53,0.94,7.53,0.94,9.34,none,4.57, willed,willed,0.57,Verb,6,4,1,will,none,none,7.53,0.94,9.34,none,4.57, willies,willies,0.88,Noun,7,5,2,willies,8.90,0.95,8.90,0.95,none,none,none, willing,willing,49.25,Adjective,7,5,2,willing,8.58,1.00,8.58,1.00,none,none,none, willingness,willingness,1.33,Noun,11,8,3,willingness,8.79,1.00,8.79,1.00,9.05,none,none, williwaw,williwaw,Err:512,Err:512,8,6,3,williwaw,NA,0.00,NA,0.00,none,none,none, willow,willow,6.24,Noun,6,4,2,willow,6.83,1.00,6.83,1.00,none,7.71,none, willows,willows,1.90,Noun,7,5,2,willow,none,none,6.83,1.00,none,7.71,none, willowy,willowy,0.06,Adjective,7,6,3,willowy,11.03,0.76,11.03,0.76,none,none,none, willpower,willpower,1.06,Noun,9,6,3,willpower,10.60,1.00,10.60,1.00,none,none,none, wills,wills,2.20,Noun,5,4,1,will,none,none,7.53,0.94,9.34,none,4.57, wilt,wilt,1.82,Verb,4,4,1,wilt,7.76,0.94,7.76,0.94,none,9.56,9.96, wilted,wilted,0.24,Verb,6,6,2,wilt,none,none,7.76,0.94,none,9.56,9.96, wilting,wilting,0.14,Verb,7,6,2,wilt,none,none,7.76,0.94,none,9.56,9.96, wilts,wilts,0.04,Verb,5,5,1,wilt,none,none,7.76,0.94,none,9.56,9.96, wily,wily,0.63,Adjective,4,4,2,wily,10.88,0.89,10.88,0.89,none,none,none,10.90 wimp,wimp,3.12,Noun,4,4,1,wimp,7.26,1.00,7.26,1.00,none,none,none, wimped,wimped,0.12,Verb,6,5,1,wimp,none,none,7.26,1.00,none,none,none, wimping,wimping,0.10,Verb,7,6,2,wimp,none,none,7.26,1.00,none,none,none, wimple,wimple,0.16,Noun,6,6,2,wimple,14.57,0.39,14.57,0.39,none,none,none, wimps,wimps,1.02,Noun,5,5,1,wimp,none,none,7.26,1.00,none,none,none, wimpy,wimpy,0.84,Adjective,5,5,2,wimpy,8.85,1.00,8.85,1.00,none,none,none, win,win,134.65,Verb,3,3,1,win,4.22,0.95,4.22,0.95,none,5.50,4.99, wince,wince,0.24,Verb,5,4,1,wince,8.89,0.86,8.89,0.86,none,none,10.61, winced,winced,0.08,Verb,6,5,1,wince,none,none,8.89,0.86,none,none,10.61, winces,winces,0.16,Verb,6,6,2,wince,none,none,8.89,0.86,none,none,10.61, winch,winch,1.35,Noun,5,4,1,winch,12.22,0.95,12.22,0.95,none,none,12.39, winches,winches,0.18,Noun,7,6,2,winch,none,none,12.22,0.95,none,none,12.39, wind,wind,59.37,Noun,4,4,1,wind,3.89,1.00,3.89,1.00,4.62,none,4.86, windage,windage,0.20,Verb,7,6,2,windage,12.50,0.19,12.50,0.19,none,none,none, windbag,windbag,0.80,Noun,7,7,2,windbag,10.62,0.80,10.62,0.80,none,none,none, windbags,windbags,0.02,Noun,8,8,2,windbag,none,none,10.62,0.80,none,none,none, windblown,windblown,0.12,Adjective,9,8,2,windblown,9.26,1.00,9.26,1.00,none,none,none, windbreak,windbreak,0.02,Noun,9,8,2,windbreak,9.00,0.74,9.00,0.74,none,none,none, windbreaker,windbreaker,0.31,Noun,11,9,3,windbreaker,6.79,1.00,6.79,1.00,none,none,none, windbreakers,windbreakers,0.02,Noun,12,10,3,windbreaker,none,none,6.79,1.00,none,none,none, windburn,windburn,0.02,Noun,8,7,2,windburn,9.65,0.89,9.65,0.89,none,none,none, windcheater,windcheater,0.02,Noun,11,8,3,windcheater,16.17,0.33,16.17,0.33,none,none,none, winded,winded,0.35,Verb,6,6,2,wind,none,none,3.89,1.00,4.62,none,4.86, winder,winder,0.10,Noun,6,5,2,winder,8.23,0.68,8.23,0.68,none,none,none, windfall,windfall,0.39,Noun,8,7,2,windfall,12.65,0.94,12.65,0.94,none,none,none, windfalls,windfalls,0.02,Noun,9,8,2,windfall,none,none,12.65,0.94,none,none,none, windiest,windiest,0.06,Adjective,8,8,3,windy,none,none,5.39,1.00,none,none,none, winding,winding,1.96,Verb,7,6,2,wind,none,none,3.89,1.00,4.62,none,4.86, windlass,windlass,0.02,Noun,8,7,2,windlass,15.29,0.33,15.29,0.33,none,none,none, windless,windless,0.02,Adjective,8,7,2,windless,9.47,0.95,9.47,0.95,none,none,none, windmill,windmill,1.27,Noun,8,7,2,windmill,5.32,1.00,5.32,1.00,none,none,none, windmills,windmills,0.55,Noun,9,8,2,windmill,none,none,5.32,1.00,none,none,none, window,window,86.00,Noun,6,5,2,window,4.74,1.00,4.74,1.00,none,4.79,none,4.64 windowless,windowless,0.20,Adjective,10,8,3,windowless,8.61,0.95,8.61,0.95,none,none,none, windowpane,windowpane,0.25,Noun,10,8,3,windowpane,8.58,0.95,8.58,0.95,none,none,none, windowpanes,windowpanes,0.12,Noun,11,9,3,windowpane,none,none,8.58,0.95,none,none,none, windows,windows,23.33,Noun,7,6,2,window,none,none,4.74,1.00,none,4.79,none,4.64 windowsill,windowsill,0.65,Noun,10,8,3,windowsill,5.17,1.00,5.17,1.00,none,none,none, windowsills,windowsills,0.04,Noun,11,9,3,windowsill,none,none,5.17,1.00,none,none,none, windpipe,windpipe,0.90,Noun,8,7,2,windpipe,9.28,1.00,9.28,1.00,none,none,none, windpipes,windpipes,0.04,Noun,9,8,2,windpipe,none,none,9.28,1.00,none,none,none, windproof,windproof,0.02,Adjective,9,8,2,windproof,9.21,1.00,9.21,1.00,none,none,none, winds,winds,7.53,Noun,5,5,1,wind,none,none,3.89,1.00,4.62,none,4.86, windscreen,windscreen,0.27,Noun,10,9,2,windscreen,10.88,0.94,10.88,0.94,none,none,none, windscreens,windscreens,0.04,Noun,11,10,2,windscreen,none,none,10.88,0.94,none,none,none, windshield,windshield,3.27,Noun,10,8,2,windshield,7.85,1.00,7.85,1.00,none,none,none, windshields,windshields,0.31,Noun,11,9,2,windshield,none,none,7.85,1.00,none,none,none, windsock,windsock,0.02,Noun,8,7,2,windsock,12.00,0.79,12.00,0.79,none,none,none, windstorm,windstorm,0.18,Noun,9,9,2,windstorm,8.16,1.00,8.16,1.00,none,none,none, windstorms,windstorms,0.04,Noun,10,10,2,windstorm,none,none,8.16,1.00,none,none,none, windsurf,windsurf,0.04,Verb,8,7,2,windsurf,11.42,0.95,11.42,0.95,none,none,none, windsurfer,windsurfer,0.06,Noun,10,8,3,windsurfer,10.68,1.00,10.68,1.00,none,none,none, windsurfing,windsurfing,0.16,Noun,11,9,3,windsurfing,11.33,1.00,11.33,1.00,none,none,none, windswept,windswept,0.12,Adjective,9,8,2,windswept,11.05,1.00,11.05,1.00,none,none,none, windup,windup,0.22,Noun,6,6,2,windup,8.22,1.00,8.22,1.00,none,none,none, windy,windy,2.63,Adjective,5,5,2,windy,5.39,1.00,5.39,1.00,none,none,none, wine,wine,60.35,Noun,4,3,1,wine,7.90,1.00,7.90,1.00,none,8.03,8.12, wined,wined,0.20,Verb,5,4,1,wine,none,none,7.90,1.00,none,8.03,8.12, wineglass,wineglass,0.08,Noun,9,7,2,wineglass,8.78,1.00,8.78,1.00,none,none,none, wineglasses,wineglasses,0.02,Noun,11,9,3,wineglass,none,none,8.78,1.00,none,none,none, winegrower,winegrower,Err:512,Err:512,10,7,3,winegrower,11.29,0.70,11.29,0.70,none,none,none, winemaker,winemaker,0.18,Noun,9,7,3,winemaker,11.11,1.00,11.11,1.00,none,none,none, winemakers,winemakers,0.02,Noun,10,8,3,winemaker,none,none,11.11,1.00,none,none,none, winemaking,winemaking,0.02,Verb,10,8,3,winemaking,10.47,0.95,10.47,0.95,none,none,none, wineries,wineries,0.02,Noun,8,6,3,winery,none,none,10.78,1.00,none,none,none, winery,winery,0.33,Noun,6,5,3,winery,10.78,1.00,10.78,1.00,none,none,none, wines,wines,1.45,Noun,5,4,1,wine,none,none,7.90,1.00,none,8.03,8.12, wing,wing,20.24,Noun,4,3,1,wing,4.79,1.00,4.79,1.00,none,5.07,5.28, wingding,wingding,0.27,Noun,8,7,2,wingding,11.69,0.84,11.69,0.84,none,none,none, winged,winged,1.14,Adjective,6,4,1,winged,8.63,1.00,8.63,1.00,none,none,none, winger,winger,0.51,Noun,6,4,2,winger,13.27,0.79,13.27,0.79,none,none,none, wingers,wingers,0.04,Noun,7,5,2,winger,none,none,13.27,0.79,none,none,none, winging,winging,0.63,Verb,7,5,2,wing,none,none,4.79,1.00,none,5.07,5.28, wingless,wingless,0.04,Adjective,8,6,2,wingless,7.83,1.00,7.83,1.00,none,none,none, wingman,wingman,1.12,Noun,7,6,2,wingman,12.76,0.89,12.76,0.89,none,none,none, wingmen,wingmen,0.02,Noun,7,6,2,wingman,none,none,12.76,0.89,none,none,none, wings,wings,19.67,Noun,5,4,1,wing,none,none,4.79,1.00,none,5.07,5.28, wingspan,wingspan,0.20,Noun,8,7,2,wingspan,9.61,0.95,9.61,0.95,none,none,none, wingspread,wingspread,0.04,Noun,10,8,2,wingspread,9.39,0.86,9.39,0.86,none,none,none, wingtip,wingtip,0.10,Noun,7,6,2,wingtip,12.35,0.89,12.35,0.89,none,none,none, wingtips,wingtips,0.04,Noun,8,7,2,wingtip,none,none,12.35,0.89,none,none,none, wining,wining,0.10,Verb,6,5,2,wine,none,none,7.90,1.00,none,8.03,8.12, wink,wink,3.53,Noun,4,4,1,wink,7.65,1.00,7.65,1.00,none,none,6.26, winked,winked,0.73,Verb,6,5,1,wink,none,none,7.65,1.00,none,none,6.26, winker,winker,0.02,Noun,6,5,2,winker,8.42,0.57,8.42,0.57,none,none,none, winking,winking,0.43,Verb,7,6,2,wink,none,none,7.65,1.00,none,none,6.26, winks,winks,0.55,Noun,5,5,1,wink,none,none,7.65,1.00,none,none,6.26, winless,winless,0.04,Adjective,7,6,2,winless,11.62,0.68,11.62,0.68,none,none,none, winnable,winnable,0.02,Adjective,8,7,3,winnable,10.44,1.00,10.44,1.00,none,none,none, winner,winner,31.22,Noun,6,4,2,winner,5.55,1.00,5.55,1.00,none,none,none, winners,winners,6.33,Noun,7,5,2,winner,none,none,5.55,1.00,none,none,none, winning,winning,23.37,Verb,7,5,2,win,none,none,4.22,0.95,none,5.50,4.99, winnings,winnings,1.76,Noun,8,6,2,winnings,7.11,1.00,7.11,1.00,none,none,none, wino,wino,0.82,Noun,4,4,2,wino,11.22,0.95,11.22,0.95,none,none,none, winos,winos,0.43,Noun,5,5,2,wino,none,none,11.22,0.95,none,none,none, wins,wins,19.37,Verb,4,4,1,win,none,none,4.22,0.95,none,5.50,4.99, winsome,winsome,0.12,Adjective,7,6,2,winsome,11.93,0.78,11.93,0.78,none,none,none, winsomeness,winsomeness,0.02,Noun,11,9,3,winsomeness,15.38,0.68,15.38,0.68,none,none,none, winter,winter,26.22,Noun,6,5,2,winter,4.38,1.00,4.38,1.00,none,4.88,none,4.69 winterberry,winterberry,0.02,Noun,11,9,4,winterberry,12.44,0.90,12.44,0.90,none,none,none, wintered,wintered,0.08,Verb,8,6,2,winter,none,none,4.38,1.00,none,4.88,none,4.69 wintergreen,wintergreen,0.08,Noun,11,9,3,wintergreen,8.44,1.00,8.44,1.00,none,none,none, winterize,winterize,0.02,Verb,9,7,3,winterize,10.25,0.84,10.25,0.84,none,none,none, wintertime,wintertime,0.43,Noun,10,8,3,wintertime,5.61,1.00,5.61,1.00,none,none,none, wintery,wintery,0.02,Adjective,7,6,3,wintery,8.58,1.00,8.58,1.00,none,none,none, wintry,wintry,0.22,Adjective,6,6,2,wintry,8.65,0.94,8.65,0.94,none,none,none, wipe,wipe,16.88,Verb,4,3,1,wipe,4.83,1.00,4.83,1.00,5.13,none,5.46, wiped,wiped,7.86,Verb,5,4,1,wipe,none,none,4.83,1.00,5.13,none,5.46, wipeout,wipe-out,0.27,Noun,7,5,2,wipeout,7.47,1.00,7.47,1.00,none,none,none, wipeouts,wipe-outs,0.04,Noun,8,6,2,wipeout,none,none,7.47,1.00,none,none,none, wiper,wiper,0.57,Noun,5,4,2,wiper,8.37,1.00,8.37,1.00,none,none,none, wipers,wipers,0.43,Noun,6,5,2,wiper,none,none,8.37,1.00,none,none,none, wipes,wipes,1.39,Verb,5,4,1,wipe,none,none,4.83,1.00,5.13,none,5.46, wiping,wiping,2.18,Verb,6,5,2,wipe,none,none,4.83,1.00,5.13,none,5.46, wire,wire,27.51,Noun,4,3,2,wire,4.89,1.00,4.89,1.00,none,6.35,6.33, wired,wired,7.57,Verb,5,4,2,wire,none,none,4.89,1.00,none,6.35,6.33, wiregrass,wiregrass,0.02,Noun,9,7,3,wiregrass,13.57,0.37,13.57,0.37,none,none,none, wirehair,wirehair,0.04,Noun,8,6,3,wirehair,12.33,0.63,12.33,0.63,none,none,none, wireless,wireless,2.65,Noun,8,6,2,wireless,14.05,1.00,14.05,1.00,none,none,none, wireman,wireman,0.04,Noun,7,6,2,wireman,13.00,0.65,13.00,0.65,none,none,none, wiremen,wiremen,0.02,Noun,7,6,3,wireman,none,none,13.00,0.65,none,none,none, wires,wires,6.96,Noun,5,4,2,wire,none,none,4.89,1.00,none,6.35,6.33, wiretap,wiretap,0.53,Noun,7,6,3,wiretap,13.05,1.00,13.05,1.00,none,none,none, wiretaps,wiretaps,0.31,Noun,8,7,2,wiretap,none,none,13.05,1.00,none,none,none, wiring,wiring,2.31,Noun,6,5,2,wiring,9.21,1.00,9.21,1.00,none,none,none, wirings,wirings,0.02,Noun,7,6,3,wiring,none,none,9.21,1.00,none,none,none, wiry,wiry,0.35,Adjective,4,4,2,wiry,9.80,0.83,9.80,0.83,none,none,none, wisdom,wisdom,11.08,Noun,6,6,2,wisdom,9.61,1.00,9.61,1.00,none,9.39,none,8.79 wisdoms,wisdoms,0.08,Noun,7,7,2,wisdom,none,none,9.61,1.00,none,9.39,none,8.79 wise,wise,28.47,Adjective,4,3,1,wise,6.79,1.00,6.79,1.00,6.57,7.98,6.94, wiseacre,wiseacre,0.10,Noun,8,6,3,wiseacre,11.10,0.56,11.10,0.56,none,none,none, wiseacres,wiseacres,0.02,Noun,9,7,3,wiseacre,none,none,11.10,0.56,none,none,none, wisecrack,wisecrack,0.27,Noun,9,7,2,wisecrack,9.21,1.00,9.21,1.00,none,none,none, wisecracking,wisecracking,0.14,Verb,12,9,3,wisecrack,none,none,9.21,1.00,none,none,none, wisecracks,wisecracks,0.47,Noun,10,8,2,wisecrack,none,none,9.21,1.00,none,none,none, wisenheimer,wisenheimer,0.24,Noun,11,9,4,wisenheimer,12.36,0.61,12.36,0.61,none,none,none, wiser,wiser,2.59,Adjective,5,4,2,wise,none,none,6.79,1.00,6.57,7.98,6.94, wisest,wisest,0.71,Adjective,6,6,2,wise,none,none,6.79,1.00,6.57,7.98,6.94, wish,wish,235.12,Verb,4,3,1,wish,3.79,1.00,3.79,1.00,4.93,none,5.06, wishbone,wishbone,0.49,Noun,8,6,2,wishbone,7.16,1.00,7.16,1.00,none,none,none, wishbones,wishbones,0.02,Noun,9,7,2,wishbone,none,none,7.16,1.00,none,none,none, wished,wished,8.24,Verb,6,4,1,wish,none,none,3.79,1.00,4.93,none,5.06, wisher,wisher,0.04,Noun,6,4,2,wisher,7.05,1.00,7.05,1.00,none,none,none, wishers,wishers,0.02,Noun,7,5,2,wisher,none,none,7.05,1.00,none,none,none, wishes,wishes,18.43,Noun,6,5,2,wish,none,none,3.79,1.00,4.93,none,5.06, wishful,wishful,1.04,Adjective,7,6,2,wishful,8.50,1.00,8.50,1.00,none,none,none, wishing,wishing,6.65,Verb,7,5,2,wish,none,none,3.79,1.00,4.93,none,5.06, wisp,wisp,0.41,Noun,4,4,1,wisp,9.71,0.94,9.71,0.94,none,none,10.10, wisps,wisps,0.12,Noun,5,5,1,wisp,none,none,9.71,0.94,none,none,10.10, wispy,wispy,0.10,Adjective,5,5,2,wispy,10.12,0.89,10.12,0.89,none,none,none, wistful,wistful,0.18,Adjective,7,7,2,wistful,11.53,0.94,11.53,0.94,none,none,none, wistfulness,wistfulness,0.02,Noun,11,10,3,wistfulness,13.06,0.89,13.06,0.89,none,none,none, wit,wit,5.92,Noun,3,3,1,wit,11.05,0.95,11.05,0.95,none,none,9.89, witch,witch,27.65,Noun,5,3,1,witch,4.78,1.00,4.78,1.00,none,5.30,5.06, witchcraft,witchcraft,2.75,Noun,10,8,2,witchcraft,9.67,1.00,9.67,1.00,none,none,none, witchery,witchery,0.06,Noun,8,6,3,witchery,10.05,1.00,10.05,1.00,none,none,none, witches,witches,10.45,Noun,7,5,2,witch,none,none,4.78,1.00,none,5.30,5.06, witching,witching,0.27,Adjective,8,5,2,witching,12.13,0.83,12.13,0.83,none,none,none, witchy,witchy,0.25,Adjective,6,4,2,witchy,8.32,1.00,8.32,1.00,none,none,none, with,with,5048.33,Preposition,4,3,1,with,4.44,1.00,4.44,1.00,4.74,none,4.08, withdraw,withdraw,6.61,Verb,8,6,2,withdraw,9.89,1.00,9.89,1.00,none,none,none,9.49 withdrawal,withdrawal,2.86,Noun,10,8,3,withdrawal,9.78,1.00,9.78,1.00,none,none,none, withdrawals,withdrawals,0.49,Noun,11,9,3,withdrawal,none,none,9.78,1.00,none,none,none, withdrawing,withdrawing,0.78,Verb,11,8,3,withdraw,none,none,9.89,1.00,none,none,none,9.49 withdrawn,withdrawn,2.25,Verb,9,7,2,withdraw,none,none,9.89,1.00,none,none,none,9.49 withdraws,withdraws,0.35,Verb,9,7,2,withdraw,none,none,9.89,1.00,none,none,none,9.49 withdrew,withdrew,1.04,Verb,8,6,2,withdraw,none,none,9.89,1.00,none,none,none,9.49 wither,wither,0.92,Verb,6,4,2,wither,9.33,1.00,9.33,1.00,8.69,10.49,none,10.13 withering,withering,0.41,Adjective,9,6,3,withering,10.18,0.94,10.18,0.94,none,none,none, withheld,withheld,1.02,Verb,8,7,2,withhold,none,none,12.30,1.00,none,none,none, withhold,withhold,1.04,Verb,8,7,2,withhold,12.30,1.00,12.30,1.00,none,none,none, withholder,withholder,0.02,Noun,10,8,3,withholder,13.35,1.00,13.35,1.00,none,none,none, withholding,withholding,1.88,Adjective,11,9,3,withholding,12.80,1.00,12.80,1.00,none,none,none, withholds,withholds,0.04,Verb,9,8,2,withhold,none,none,12.30,1.00,none,none,none, within,within,59.16,Preposition,6,5,2,within,7.65,1.00,7.65,1.00,7.88,none,none, without,without,354.65,Preposition,7,5,2,without,6.53,1.00,6.53,1.00,6.97,none,none,6.40 withstand,withstand,1.63,Verb,9,8,2,withstand,10.05,1.00,10.05,1.00,none,none,none, withstands,withstands,0.04,Verb,10,9,2,withstand,none,none,10.05,1.00,none,none,none, withstood,withstood,0.22,Verb,9,7,2,withstand,none,none,10.05,1.00,none,none,none, withy,withy,Err:512,Err:512,5,4,2,withy,13.62,0.42,13.62,0.42,none,none,none, witless,witless,0.47,Adjective,7,6,2,witless,11.26,0.95,11.26,0.95,none,none,none, witness,witness,51.39,Noun,7,6,2,witness,8.74,1.00,8.74,1.00,none,9.34,none,8.79 witnessed,witnessed,5.71,Verb,9,7,2,witness,none,none,8.74,1.00,none,9.34,none,8.79 witnesses,witnesses,19.71,Noun,9,8,3,witness,none,none,8.74,1.00,none,9.34,none,8.79 witnessing,witnessing,1.20,Verb,10,8,3,witness,none,none,8.74,1.00,none,9.34,none,8.79 wits,wits,2.86,Noun,4,4,1,wits,10.25,1.00,10.25,1.00,none,none,none, witticism,witticism,0.16,Noun,9,11,4,witticism,14.38,0.84,14.38,0.84,none,none,none, witticisms,witticisms,0.04,Noun,10,11,4,witticism,none,none,14.38,0.84,none,none,none, wittier,wittier,0.04,Adjective,7,5,3,witty,none,none,10.32,1.00,none,10.58,none, wittiest,wittiest,0.10,Adjective,8,7,3,witty,none,none,10.32,1.00,none,10.58,none, witting,witting,Err:512,Err:512,7,5,2,witting,13.89,0.45,13.89,0.45,none,none,none, witty,witty,3.20,Adjective,5,4,2,witty,10.32,1.00,10.32,1.00,none,10.58,none, wives,wives,15.43,Noun,5,4,1,wife,none,none,5.67,1.00,5.79,none,5.75, wiz,wiz,0.57,Noun,3,3,1,wiz,8.94,0.95,8.94,0.95,none,none,none, wizard,wizard,10.63,Noun,6,5,2,wizard,6.26,1.00,6.26,1.00,none,none,none,5.93 wizardry,wizardry,0.39,Noun,8,7,3,wizardry,8.79,1.00,8.79,1.00,none,none,none, wizards,wizards,1.08,Noun,7,6,2,wizard,none,none,6.26,1.00,none,none,none,5.93 wizened,wizened,0.04,Adjective,7,6,2,wizened,14.62,0.80,14.62,0.80,none,none,none, woad,woad,0.04,Noun,4,3,1,woad,15.00,0.10,15.00,0.10,none,none,none, wobble,wabble,0.59,Verb,6,5,2,wobble,6.56,1.00,6.56,1.00,none,none,none,7.49 wobbles,wobbles,0.18,Verb,7,6,2,wobble,none,none,6.56,1.00,none,none,none,7.49 wobbling,wobbling,0.22,Verb,8,7,3,wobble,none,none,6.56,1.00,none,none,none,7.49 wobbly,wabbly,0.73,Adjective,6,6,3,wobbly,6.00,1.00,6.00,1.00,none,none,none, woe,woe,2.33,Noun,3,2,1,woe,10.75,0.95,10.75,0.95,none,9.13,11.63, woebegone,woebegone,0.02,Adjective,9,7,3,woebegone,12.83,0.63,12.83,0.63,none,none,none, woeful,woeful,0.14,Adjective,6,5,2,woeful,9.58,0.90,9.58,0.90,none,none,none, woes,woes,0.53,Noun,4,3,1,woe,none,none,10.75,0.95,none,9.13,11.63, wok,wok,0.75,Noun,3,3,1,wok,12.27,0.79,12.27,0.79,none,none,none, woke,woke,26.35,Verb,4,3,1,wake,none,none,5.63,1.00,none,4.98,5.06, woken,woken,1.49,Verb,5,5,2,wake,none,none,5.63,1.00,none,4.98,5.06, woks,woks,0.04,Noun,4,4,1,wok,none,none,12.27,0.79,none,none,none, wold,wold,0.02,Noun,4,4,1,wold,15.25,0.19,15.25,0.19,none,none,none, wolf,wolf,20.27,Noun,4,4,1,wolf,4.50,1.00,4.50,1.00,5.82,none,4.80, wolfed,wolfed,0.06,Verb,6,5,1,wolf,none,none,4.50,1.00,5.82,none,4.80, wolfhound,wolfhound,0.02,Noun,9,8,2,wolfhound,11.71,0.78,11.71,0.78,none,none,none, wolfing,wolfing,0.18,Verb,7,6,2,wolf,none,none,4.50,1.00,5.82,none,4.80, wolfish,wolfish,0.04,Adjective,7,6,2,wolfish,12.24,0.81,12.24,0.81,none,none,none, wolfs,wolfs,0.06,Noun,5,5,1,wolf,none,none,4.50,1.00,5.82,none,4.80, wolfsbane,wolfsbane,0.25,Noun,9,8,2,wolfsbane,13.33,0.63,13.33,0.63,none,none,none, wolverine,wolverine,0.63,Noun,9,7,3,wolverine,10.22,1.00,10.22,1.00,none,none,none, wolverines,wolverines,0.24,Noun,10,9,3,wolverine,none,none,10.22,1.00,none,none,none, wolves,wolves,5.92,Noun,6,5,1,wolf,none,none,4.50,1.00,5.82,none,4.80, woman,woman,434.63,Noun,5,5,2,woman,4.95,1.00,4.95,1.00,none,5.30,none,4.97 womanhood,womanhood,0.76,Noun,9,8,3,womanhood,10.65,1.00,10.65,1.00,none,none,none, womanish,womanish,0.14,Adjective,8,7,3,womanish,9.94,0.95,9.94,0.95,none,none,none, womanize,womanise,0.02,Verb,8,7,3,womanize,13.63,1.00,13.63,1.00,none,none,none, womanizer,womaniser,0.41,Noun,9,8,4,womanizer,13.06,1.00,13.06,1.00,none,none,none, womanizers,womanisers,0.12,Noun,10,9,4,womanizer,none,none,13.06,1.00,none,none,none, womankind,womankind,0.18,Noun,9,9,3,womankind,11.62,1.00,11.62,1.00,none,none,none, womanlike,womanlike,0.02,Adjective,9,8,3,womanlike,9.75,0.95,9.75,0.95,none,none,none, womanly,womanly,0.16,Adjective,7,7,3,womanly,10.95,1.00,10.95,1.00,none,none,none, womb,womb,3.47,Noun,4,3,1,womb,9.48,1.00,9.48,1.00,none,9.83,9.46, wombat,wombat,0.29,Noun,6,6,2,wombat,11.31,0.89,11.31,0.89,11.09,none,none, wombats,wombats,0.16,Noun,7,7,2,wombat,none,none,11.31,0.89,11.09,none,none, wombs,wombs,0.06,Noun,5,4,1,womb,none,none,9.48,1.00,none,9.83,9.46, women,women,195.65,Noun,5,5,2,woman,none,none,4.95,1.00,none,5.30,none,4.97 womenfolk,womenfolk,0.16,Noun,9,8,3,womenfolk,9.78,1.00,9.78,1.00,none,none,none, won,won,759.39,Verb,3,3,1,win,none,none,4.22,0.95,none,5.50,4.99, wonder,wonder,116.98,Verb,6,5,2,wonder,7.63,1.00,7.63,1.00,6.81,6.83,none,7.49 wondered,wondered,14.90,Verb,8,6,2,wonder,none,none,7.63,1.00,6.81,6.83,none,7.49 wonderful,wonderful,164.00,Adjective,9,8,3,wonderful,6.47,1.00,6.47,1.00,6.57,none,none, wonderfulness,wonderfulness,0.06,Noun,13,11,4,wonderfulness,9.16,1.00,9.16,1.00,none,none,none, wondering,wondering,63.35,Verb,9,7,3,wonder,none,none,7.63,1.00,6.81,6.83,none,7.49 wonderment,wonderment,0.14,Noun,10,9,3,wonderment,12.44,0.89,12.44,0.89,none,none,none, wonders,wonders,5.82,Noun,7,6,2,wonder,none,none,7.63,1.00,6.81,6.83,none,7.49 wondrous,wondrous,1.63,Adjective,8,7,2,wondrous,11.00,0.83,11.00,0.83,none,none,none,10.51 wonk,wonk,0.12,Verb,4,4,1,wonk,11.92,0.63,11.92,0.63,none,none,none, wonks,wonks,0.06,Noun,5,5,1,wonk,none,none,11.92,0.63,none,none,none, wonky,wonky,0.14,Adjective,5,5,2,wonky,12.27,0.83,12.27,0.83,none,6.45,none, wont,wont,1.59,Noun,4,4,1,wont,7.65,0.89,7.65,0.89,none,none,none, wonton,wonton,0.29,Noun,6,6,2,wonton,13.25,0.80,13.25,0.80,none,none,none, wontons,wontons,0.02,Noun,7,7,2,wonton,none,none,13.25,0.80,none,none,none, woo,woo,6.73,Verb,3,2,1,woo,10.88,0.94,10.88,0.94,none,none,8.15, wood,wood,27.00,Noun,4,3,1,wood,4.58,1.00,4.58,1.00,none,5.50,5.46, woodblock,woodblock,0.02,Noun,9,7,2,woodblock,8.56,1.00,8.56,1.00,none,none,none, woodcarver,woodcarver,0.04,Noun,10,8,3,woodcarver,8.86,1.00,8.86,1.00,none,none,none, woodcarvers,woodcarvers,0.04,Noun,11,9,3,woodcarver,none,none,8.86,1.00,none,none,none, woodcarving,woodcarving,0.08,Verb,11,9,3,woodcarving,8.15,1.00,8.15,1.00,none,none,none, woodchopper,woodchopper,Err:512,Err:512,11,7,3,woodchopper,8.30,1.00,8.30,1.00,none,none,none, woodchuck,woodchuck,0.33,Noun,9,6,2,woodchuck,8.26,0.95,8.26,0.95,none,none,none, woodchucks,woodchucks,0.02,Noun,10,7,2,woodchuck,none,none,8.26,0.95,none,none,none, woodcock,woodcock,0.08,Noun,8,6,2,woodcock,13.60,0.56,13.60,0.56,none,none,none, woodcraft,woodcraft,0.02,Verb,9,8,2,woodcraft,8.95,1.00,8.95,1.00,none,none,none, woodcutter,woodcutter,0.24,Noun,10,7,3,woodcutter,7.89,1.00,7.89,1.00,none,none,none, woodcutters,woodcutters,0.02,Noun,11,8,3,woodcutter,none,none,7.89,1.00,none,none,none, woodcutting,woodcutting,0.02,Adjective,11,8,3,woodcutting,8.00,1.00,8.00,1.00,none,none,none, wooded,wooded,0.33,Adjective,6,5,2,wooded,8.68,1.00,8.68,1.00,none,none,none, wooden,wooden,7.20,Adjective,6,5,2,wooden,5.89,1.00,5.89,1.00,none,none,none, woodenhead,woodenhead,0.02,Noun,10,8,3,woodenhead,13.60,0.28,13.60,0.28,none,none,none, woodland,woodland,1.12,Noun,8,7,2,woodland,7.21,1.00,7.21,1.00,none,7.62,none, woodlands,woodlands,0.10,Noun,9,8,2,woodland,none,none,7.21,1.00,none,7.62,none, woodpecker,woodpecker,0.98,Noun,10,7,3,woodpecker,6.50,1.00,6.50,1.00,none,none,none, woodpeckers,woodpeckers,0.12,Noun,11,8,3,woodpecker,none,none,6.50,1.00,none,none,none, woodpile,woodpile,0.22,Noun,8,6,2,woodpile,6.85,0.95,6.85,0.95,none,none,none, woods,woods,29.06,Noun,5,4,1,woods,4.93,1.00,4.93,1.00,none,none,none, woodshed,woodshed,0.43,Noun,8,6,2,woodshed,7.72,1.00,7.72,1.00,none,none,none, woodshop,woodshop,0.06,Noun,8,6,2,woodshop,9.52,1.00,9.52,1.00,none,none,none, woodsman,woodsman,0.45,Noun,8,7,2,woodsman,9.75,1.00,9.75,1.00,none,none,none, woodsmen,woodsmen,0.14,Noun,8,7,2,woodsman,none,none,9.75,1.00,none,none,none, woodsy,woodsy,0.25,Adjective,6,5,2,woodsy,9.00,1.00,9.00,1.00,none,none,none, woodwind,woodwind,0.29,Noun,8,7,2,woodwind,9.37,1.00,9.37,1.00,none,none,none, woodwork,woodwork,0.84,Noun,8,6,2,woodwork,10.42,1.00,10.42,1.00,none,none,none, woodworker,woodworker,0.00,Err:512,10,7,3,woodworker,9.23,0.95,9.23,0.95,9.21,none,none, woodworkers,woodworkers,0.02,Noun,11,8,3,woodworker,none,none,9.23,0.95,9.21,none,none, woodworking,woodworking,0.10,Noun,11,8,3,woodworking,8.89,1.00,8.89,1.00,none,none,none, woodworm,woodworm,0.02,Noun,8,6,2,woodworm,12.27,0.83,12.27,0.83,none,none,none, wooed,wooed,0.31,Verb,5,3,1,woo,none,none,10.88,0.94,none,none,8.15, wooer,wooer,0.02,Noun,5,3,2,wooer,12.78,0.47,12.78,0.47,none,none,none, wooers,wooers,0.02,Noun,6,4,2,wooer,none,none,12.78,0.47,none,none,none, woof,woof,2.76,Verb,4,3,1,woof,3.53,1.00,3.53,1.00,none,none,none, woofer,woofer,0.20,Noun,6,4,2,woofer,13.59,0.89,13.59,0.89,none,none,none, woofers,woofers,0.08,Noun,7,5,2,woofer,none,none,13.59,0.89,none,none,none, woofs,woofs,0.10,Noun,5,4,1,woof,none,none,3.53,1.00,none,none,none, wooing,wooing,0.71,Verb,6,4,2,woo,none,none,10.88,0.94,none,none,8.15, wool,wool,3.16,Noun,4,3,1,wool,8.06,1.00,8.06,1.00,none,5.09,7.22, woolen,woollen,0.57,Adjective,6,5,2,woolen,7.83,1.00,7.83,1.00,none,none,none, woolens,woollens,0.04,Noun,7,6,2,woolen,none,none,7.83,1.00,none,none,none, woolgathering,woolgathering,0.06,Verb,13,9,4,woolgathering,12.07,0.83,12.07,0.83,none,none,none, wools,wools,0.08,Noun,5,4,1,wool,none,none,8.06,1.00,none,5.09,7.22, woos,woos,0.10,Verb,4,3,1,woo,none,none,10.88,0.94,none,none,8.15, woozy,woozy,0.84,Adjective,5,4,2,woozy,7.84,1.00,7.84,1.00,none,none,none,9.49 wop,wop,1.73,Noun,3,3,1,wop,11.67,0.50,11.67,0.50,none,none,none, wops,wops,0.14,Noun,4,4,1,wop,none,none,11.67,0.50,none,none,none, word,word,235.55,Noun,4,3,1,word,4.42,1.00,4.42,1.00,5.04,none,4.53, wordage,wordage,0.04,Noun,7,5,2,wordage,12.79,0.74,12.79,0.74,none,none,none, wording,wording,0.27,Noun,7,5,2,wording,10.22,0.95,10.22,0.95,none,none,none, wordings,wordings,0.02,Noun,8,6,2,wording,none,none,10.22,0.95,none,none,none, wordless,wordless,0.04,Adjective,8,6,2,wordless,10.21,1.00,10.21,1.00,none,none,none, wordplay,wordplay,0.18,Noun,8,6,2,wordplay,10.95,1.00,10.95,1.00,none,none,none, words,words,122.02,Noun,5,4,1,word,none,none,4.42,1.00,5.04,none,4.53, wordsmith,wordsmith,0.12,Noun,9,7,2,wordsmith,11.13,0.75,11.13,0.75,none,none,none, wordy,wordy,0.16,Adjective,5,4,2,wordy,10.89,1.00,10.89,1.00,none,none,none, wore,wore,21.20,Verb,4,3,1,wear,none,none,4.63,1.00,4.93,none,4.86, work,work,798.02,Verb,4,3,1,work,5.86,1.00,5.86,1.00,5.37,none,5.40, workability,workability,0.02,Noun,11,10,5,workability,11.11,1.00,11.11,1.00,none,none,none, workable,workable,0.33,Adjective,8,7,3,workable,9.94,1.00,9.94,1.00,none,none,none, workaday,workaday,0.12,Noun,8,6,3,workaday,10.38,0.89,10.38,0.89,none,none,none, workaholic,workaholic,0.55,Adjective,10,9,4,workaholic,10.11,1.00,10.11,1.00,none,none,none, workaholics,workaholics,0.12,Noun,11,10,4,workaholic,none,none,10.11,1.00,none,none,none, workbench,workbench,0.20,Noun,9,7,2,workbench,6.78,1.00,6.78,1.00,none,none,none, workbook,workbook,0.12,Noun,8,6,2,workbook,6.65,1.00,6.65,1.00,none,none,none, workbooks,workbooks,0.10,Noun,9,7,2,workbook,none,none,6.65,1.00,none,none,none, workbox,workbox,0.02,Noun,7,7,2,workbox,9.27,0.79,9.27,0.79,none,none,none, workday,workday,0.25,Noun,7,5,2,workday,9.06,1.00,9.06,1.00,none,none,none, workdays,workdays,0.04,Noun,8,6,2,workday,none,none,9.06,1.00,none,none,none, worked,worked,115.24,Verb,6,4,1,work,none,none,5.86,1.00,5.37,none,5.40, worker,worker,10.94,Noun,6,4,2,worker,6.67,1.00,6.67,1.00,none,6.24,none, workers,workers,11.67,Noun,7,5,2,worker,none,none,6.67,1.00,none,6.24,none, workfare,workfare,0.02,Verb,8,6,2,workfare,14.38,0.65,14.38,0.65,none,none,none, workforce,workforce,0.33,Noun,9,7,2,workforce,11.17,1.00,11.17,1.00,none,none,none, workhorse,workhorse,0.10,Noun,9,7,2,workhorse,10.50,1.00,10.50,1.00,none,none,none, workhouse,workhouse,0.31,Noun,9,6,2,workhouse,11.73,0.83,11.73,0.83,none,none,none, workhouses,workhouses,0.08,Noun,10,8,3,workhouse,none,none,11.73,0.83,none,none,none, working,working,250.49,Verb,7,5,2,work,none,none,5.86,1.00,5.37,none,5.40, workingman,workingman,0.24,Noun,10,8,3,workingman,10.56,1.00,10.56,1.00,none,none,none, workingmen,workingmen,0.04,Noun,10,8,3,workingman,none,none,10.56,1.00,none,none,none, workings,workings,0.82,Noun,8,6,2,workings,8.20,1.00,8.20,1.00,none,none,none, workload,workload,0.88,Noun,8,6,2,workload,10.40,1.00,10.40,1.00,none,none,none, workman,workman,0.78,Noun,7,6,2,workman,6.06,0.94,6.06,0.94,none,none,none, workmanship,workmanship,0.55,Noun,11,9,3,workmanship,12.39,1.00,12.39,1.00,none,none,none, workmen,workmen,0.98,Noun,7,6,2,workman,none,none,6.06,0.94,none,none,none, workout,workout,2.76,Noun,7,5,2,workout,8.68,1.00,8.68,1.00,none,none,none, workouts,workouts,0.24,Noun,8,6,2,workout,none,none,8.68,1.00,none,none,none, workplace,workplace,2.43,Noun,9,7,2,workplace,10.06,1.00,10.06,1.00,none,none,none, workroom,workroom,0.22,Noun,8,6,2,workroom,9.74,1.00,9.74,1.00,none,none,none, works,works,105.04,Verb,5,4,1,work,none,none,5.86,1.00,5.37,none,5.40, worksheet,worksheet,0.10,Noun,9,6,2,worksheet,8.00,1.00,8.00,1.00,none,none,none, worksheets,worksheets,0.08,Noun,10,7,2,worksheet,none,none,8.00,1.00,none,none,none, workshop,workshop,2.80,Noun,8,6,2,workshop,7.78,1.00,7.78,1.00,none,none,none, workshops,workshops,0.29,Noun,9,7,2,workshop,none,none,7.78,1.00,none,none,none, workspace,workspace,0.27,Noun,9,7,2,workspace,8.84,1.00,8.84,1.00,none,none,none, workstation,workstation,0.33,Noun,11,9,3,workstation,11.28,1.00,11.28,1.00,none,none,none, workstations,workstations,0.08,Noun,12,10,3,workstation,none,none,11.28,1.00,none,none,none, workup,workup,0.96,Noun,6,5,2,workup,12.10,0.83,12.10,0.83,none,none,none, workups,workups,0.14,Noun,7,6,2,workup,none,none,12.10,0.83,none,none,none, workweek,workweek,0.06,Noun,8,6,2,workweek,10.05,1.00,10.05,1.00,none,none,none, world,world,455.22,Noun,5,4,1,world,5.32,1.00,5.32,1.00,6.23,none,4.99, worldliness,worldliness,0.06,Noun,11,9,3,worldliness,12.11,1.00,12.11,1.00,none,none,none, worldly,worldly,1.51,Adjective,7,6,2,worldly,10.61,1.00,10.61,1.00,none,none,none, worlds,worlds,8.88,Noun,6,5,1,world,none,none,5.32,1.00,6.23,none,4.99, worldview,worldview,0.10,Noun,9,7,2,worldview,12.28,0.95,12.28,0.95,none,none,none, worldwide,worldwide,3.16,Adverb,9,7,2,worldwide,9.42,1.00,9.42,1.00,none,none,none, worm,worm,10.12,Noun,4,3,1,worm,3.89,1.00,3.89,1.00,4.77,5.20,4.38, wormed,wormed,0.22,Verb,6,4,1,worm,none,none,3.89,1.00,4.77,5.20,4.38, wormhole,wormhole,1.92,Noun,8,6,2,wormhole,12.35,0.94,12.35,0.94,none,none,none, wormholes,wormholes,0.55,Noun,9,7,2,wormhole,none,none,12.35,0.94,none,none,none, worming,worming,0.16,Verb,7,5,2,worm,none,none,3.89,1.00,4.77,5.20,4.38, wormless,wormless,0.02,Adjective,8,6,2,wormless,9.93,0.75,9.93,0.75,none,none,none, worms,worms,6.29,Noun,5,4,1,worm,none,none,3.89,1.00,4.77,5.20,4.38, wormwood,wormwood,0.45,Noun,8,6,2,wormwood,14.93,0.70,14.93,0.70,none,none,none, wormwoods,wormwoods,0.02,Name,9,7,2,wormwood,none,none,14.93,0.70,none,none,none, wormy,wormy,0.22,Adjective,5,4,2,wormy,6.78,1.00,6.78,1.00,none,none,none, worn,worn,10.08,Verb,4,4,1,wear,none,none,4.63,1.00,4.93,none,4.86, worried,worried,94.73,Adjective,7,4,2,worried,6.65,1.00,6.65,1.00,none,none,none, worrier,worrier,0.29,Noun,7,4,3,worrier,7.05,1.00,7.05,1.00,none,none,none, worries,worries,10.61,Noun,7,4,2,worry,none,none,6.61,1.00,7.58,none,none,6.33 worriment,worriment,0.02,Noun,9,7,3,worriment,15.58,0.57,15.58,0.57,none,none,none, worrisome,worrisome,0.24,Adjective,9,6,3,worrisome,9.00,1.00,9.00,1.00,none,none,none, worry,worry,287.02,Verb,5,3,2,worry,6.61,1.00,6.61,1.00,7.58,none,none,6.33 worrying,worrying,16.22,Adjective,8,5,3,worrying,6.52,1.00,6.52,1.00,none,none,none, worrywart,worrywart,0.10,Noun,9,7,3,worrywart,9.39,0.95,9.39,0.95,none,none,none, worse,worse,98.08,Adjective,5,3,1,bad,none,none,2.79,1.00,3.65,none,2.61, worsen,worsen,0.39,Verb,6,5,2,worsen,8.33,0.95,8.33,0.95,8.60,none,none, worsened,worsened,0.18,Verb,8,6,2,worsen,none,none,8.33,0.95,8.60,none,none, worsening,worsening,0.18,Adjective,9,7,3,worsening,10.84,1.00,10.84,1.00,none,none,none, worsens,worsens,0.25,Verb,7,6,2,worsen,none,none,8.33,0.95,8.60,none,none, worship,worship,8.02,Verb,7,5,2,worship,7.00,1.00,7.00,1.00,none,8.26,none,7.19 worshiped,worshiped,0.43,Verb,9,6,2,worship,none,none,7.00,1.00,none,8.26,none,7.19 worshiper,worshiper,0.16,Noun,9,6,3,worshipper,none,none,7.79,1.00,none,none,none, worshipers,worshipers,0.06,Noun,10,7,3,worshipper,none,none,7.79,1.00,none,none,none, worshipful,worshipful,0.10,Adjective,10,8,3,worshipful,9.84,1.00,9.84,1.00,none,none,none, worshiping,worshiping,0.06,Verb,10,7,3,worship,none,none,7.00,1.00,none,8.26,none,7.19 worshipped,worshipped,1.92,Verb,10,6,2,worship,none,none,7.00,1.00,none,8.26,none,7.19 worshipper,worshipper,0.16,Noun,10,6,3,worshipper,7.79,1.00,7.79,1.00,none,none,none, worshippers,worshippers,0.35,Noun,11,7,3,worshipper,none,none,7.79,1.00,none,none,none, worshipping,worshipping,0.76,Verb,11,7,3,worship,none,none,7.00,1.00,none,8.26,none,7.19 worships,worships,1.33,Verb,8,6,2,worship,none,none,7.00,1.00,none,8.26,none,7.19 worst,worst,56.35,Adjective,5,4,1,bad,none,none,2.79,1.00,3.65,none,2.61, worsted,worsted,0.14,Noun,7,6,2,worsted,13.29,0.78,13.29,0.78,none,none,none, wort,wort,0.37,Noun,4,4,1,wort,10.87,0.79,10.87,0.79,none,none,none, worth,worth,109.20,Preposition,5,3,1,worth,7.08,1.00,7.08,1.00,none,7.39,8.54, worthier,worthier,0.10,Adjective,8,5,3,worthy,none,none,10.28,1.00,none,none,none, worthies,worthies,0.06,Noun,8,5,2,worthy,none,none,10.28,1.00,none,none,none, worthiest,worthiest,0.06,Adjective,9,7,3,worthy,none,none,10.28,1.00,none,none,none, worthiness,worthiness,0.24,Noun,10,7,3,worthiness,11.26,1.00,11.26,1.00,none,none,none, worthless,worthless,9.27,Adjective,9,6,2,worthless,9.33,1.00,9.33,1.00,none,none,none, worthlessness,worthlessness,0.04,Noun,13,9,3,worthlessness,9.78,0.95,9.78,0.95,none,none,none, worthwhile,worthwhile,4.04,Adjective,10,6,2,worthwhile,10.56,1.00,10.56,1.00,none,none,none, worthy,worthy,10.33,Adjective,6,4,2,worthy,10.28,1.00,10.28,1.00,none,none,none, would,would,1767.88,Verb,5,3,1,would,5.28,1.00,5.28,1.00,6.01,none,5.68, wouldst,wouldst,0.59,Verb,7,6,1,will,none,none,7.53,0.94,9.34,none,4.57, wound,wound,26.53,Noun,5,4,1,wound,7.52,1.00,7.52,1.00,7.55,6.86,7.35, wounding,wounding,0.35,Verb,8,6,2,wound,none,none,7.52,1.00,7.55,6.86,7.35, wounds,wounds,14.06,Noun,6,5,1,wound,none,none,7.52,1.00,7.55,6.86,7.35, wove,wove,0.24,Verb,4,3,1,weave,none,none,9.89,1.00,7.88,none,8.44, woven,woven,0.63,Verb,5,5,2,weave,none,none,9.89,1.00,7.88,none,8.44, wrack,wrack,0.10,Verb,5,3,1,wrack,12.93,0.78,12.93,0.78,none,none,11.41, wracked,wracked,0.33,Verb,7,4,1,wrack,none,none,12.93,0.78,none,none,11.41, wracking,wracking,0.10,Verb,8,5,2,wrack,none,none,12.93,0.78,none,none,11.41, wraith,wraith,0.20,Noun,6,3,1,wraith,13.06,0.80,13.06,0.80,none,none,none, wraiths,wraiths,0.20,Noun,7,4,1,wraith,none,none,13.06,0.80,none,none,none, wrangle,wrangle,0.35,Verb,7,6,2,wrangle,10.28,1.00,10.28,1.00,none,none,none, wrangled,wrangled,0.10,Verb,8,7,2,wrangle,none,none,10.28,1.00,none,none,none, wrangler,wrangler,0.20,Noun,8,7,3,wrangler,10.33,1.00,10.33,1.00,none,none,none, wranglers,wranglers,0.22,Noun,9,8,3,wrangler,none,none,10.33,1.00,none,none,none, wrap,wrap,17.80,Verb,4,3,1,wrap,7.00,1.00,7.00,1.00,none,5.77,6.10, wraparound,wraparound,0.14,Noun,10,8,3,wraparound,12.00,0.89,12.00,0.89,none,none,none, wraparounds,wraparounds,0.02,Noun,11,9,3,wraparound,none,none,12.00,0.89,none,none,none, wrapped,wrapped,11.76,Verb,7,4,1,wrap,none,none,7.00,1.00,none,5.77,6.10, wrapper,wrapper,1.67,Noun,7,4,2,wrapper,6.11,1.00,6.11,1.00,none,none,none, wrappers,wrappers,0.57,Noun,8,5,2,wrapper,none,none,6.11,1.00,none,none,none, wraps,wraps,2.29,Noun,5,4,1,wrap,none,none,7.00,1.00,none,5.77,6.10, wrath,wrath,3.90,Noun,5,3,1,wrath,10.17,0.99,10.17,0.99,none,12.94,10.38, wrathful,wrathful,0.10,Adjective,8,6,2,wrathful,10.78,1.00,10.78,1.00,none,none,none, wreak,wreak,0.59,Verb,5,3,1,wreak,8.95,1.00,8.95,1.00,none,none,9.31, wreaked,wreaked,0.10,Verb,7,4,1,wreak,none,none,8.95,1.00,none,none,9.31, wreaker,wreaker,0.02,Noun,7,4,2,wreaker,10.46,0.65,10.46,0.65,none,none,none, wreaking,wreaking,0.20,Verb,8,5,2,wreak,none,none,8.95,1.00,none,none,9.31, wreaks,wreaks,0.12,Verb,6,4,1,wreak,none,none,8.95,1.00,none,none,9.31, wreath,wreath,1.06,Noun,6,3,1,wreath,7.06,0.94,7.06,0.94,none,none,7.52, wreathe,wreathe,0.00,Err:512,7,3,1,wreathe,8.99,1.00,8.99,1.00,none,none,9.46, wreaths,wreaths,0.33,Noun,7,4,1,wreath,none,none,7.06,0.94,none,none,7.52, wreck,wreck,13.67,Noun,5,3,1,wreck,7.59,1.00,7.59,1.00,7.22,7.00,7.63, wreckage,wreckage,2.08,Noun,8,5,2,wreckage,8.47,1.00,8.47,1.00,none,none,none, wreckages,wreckages,0.02,Noun,9,7,3,wreckage,none,none,8.47,1.00,none,none,none, wrecked,wrecked,5.33,Verb,7,4,1,wreck,none,none,7.59,1.00,7.22,7.00,7.63, wrecker,wrecker,0.51,Noun,7,4,2,wrecker,10.71,1.00,10.71,1.00,none,none,none, wreckers,wreckers,0.06,Noun,8,5,2,wrecker,none,none,10.71,1.00,none,none,none, wrecking,wrecking,2.14,Verb,8,5,2,wreck,none,none,7.59,1.00,7.22,7.00,7.63, wrecks,wrecks,1.14,Noun,6,4,1,wreck,none,none,7.59,1.00,7.22,7.00,7.63, wren,wren,0.37,Name,4,3,1,wren,9.35,0.76,9.35,0.76,none,7.51,10.50, wrench,wrench,3.96,Noun,6,4,1,wrench,7.84,1.00,7.84,1.00,none,none,8.33, wrenched,wrenched,0.31,Verb,8,5,1,wrench,none,none,7.84,1.00,none,none,8.33, wrenches,wrenches,0.29,Noun,8,6,2,wrench,none,none,7.84,1.00,none,none,8.33, wrens,wrens,0.02,Noun,5,4,1,wren,none,none,9.35,0.76,none,7.51,10.50, wrest,wrest,0.12,Verb,5,4,1,wrest,12.64,0.74,12.64,0.74,none,none,none, wrestle,wrestle,3.45,Verb,7,5,2,wrestle,5.00,1.00,5.00,1.00,7.58,none,none,6.00 wrestled,wrestled,0.92,Verb,8,6,2,wrestle,none,none,5.00,1.00,7.58,none,none,6.00 wrestler,wrestler,1.78,Noun,8,6,3,wrestler,7.48,1.00,7.48,1.00,none,none,none, wrestlers,wrestlers,0.73,Noun,9,6,2,wrestler,none,none,7.48,1.00,none,none,none, wrestles,wrestles,0.06,Verb,8,6,2,wrestle,none,none,5.00,1.00,7.58,none,none,6.00 wrestling,wrestling,8.75,Noun,9,6,2,wrestling,6.89,1.00,6.89,1.00,none,none,none, wrests,wrests,0.02,Verb,6,5,1,wrest,none,none,12.64,0.74,none,none,none, wretch,wretch,1.63,Noun,6,3,1,wretch,10.25,1.00,10.25,1.00,none,none,10.80, wretched,wretched,3.63,Adjective,8,5,2,wretched,10.22,1.00,10.22,1.00,none,none,none, wretchedness,wretchedness,0.04,Noun,12,8,3,wretchedness,12.71,0.94,12.71,0.94,none,none,none, wretches,wretches,0.29,Noun,8,5,2,wretch,none,none,10.25,1.00,none,none,10.80, wriggle,wriggle,0.41,Verb,7,5,2,wriggle,6.47,0.83,6.47,0.83,none,none,none, wriggles,wriggles,0.04,Verb,8,6,2,wriggle,none,none,6.47,0.83,none,none,none, wring,wring,1.22,Verb,5,3,1,wring,8.18,0.89,8.18,0.89,7.26,none,9.90, wringer,wringer,0.41,Noun,7,4,2,wringer,8.69,0.80,8.69,0.80,none,none,none, wringing,wringing,0.33,Verb,8,5,2,wring,none,none,8.18,0.89,7.26,none,9.90, wrings,wrings,0.06,Verb,6,4,1,wring,none,none,8.18,0.89,7.26,none,9.90, wrinkle,wrinkle,1.88,Noun,7,6,2,wrinkle,7.21,1.00,7.21,1.00,none,none,none,7.41 wrinkled,wrinkled,1.69,Adjective,8,7,2,wrinkled,7.26,1.00,7.26,1.00,none,none,none, wrinkles,wrinkles,2.02,Noun,8,7,2,wrinkle,none,none,7.21,1.00,none,none,none,7.41 wrinkling,wrinkling,0.14,Verb,9,8,3,wrinkle,none,none,7.21,1.00,none,none,none,7.41 wrinkly,wrinkly,0.33,Adjective,7,7,3,wrinkly,7.58,1.00,7.58,1.00,none,none,none, wrist,wrist,10.33,Noun,5,4,1,wrist,5.94,0.94,5.94,0.94,none,5.75,5.39, wristband,wristband,0.18,Noun,9,8,2,wristband,8.00,1.00,8.00,1.00,none,none,none, wristbands,wristbands,0.02,Noun,10,9,2,wristband,none,none,8.00,1.00,none,none,none, wristlet,wristlet,0.02,Noun,8,7,2,wristlet,12.88,0.89,12.88,0.89,none,none,none, wrists,wrists,4.35,Noun,6,5,1,wrist,none,none,5.94,0.94,none,5.75,5.39, wristwatch,wristwatch,1.16,Noun,10,7,2,wristwatch,7.32,1.00,7.32,1.00,none,none,none, wristwatches,wristwatches,0.10,Noun,12,9,3,wristwatch,none,none,7.32,1.00,none,none,none, writ,writ,1.73,Noun,4,3,1,writ,15.19,0.80,15.19,0.80,none,none,13.20, write,write,126.80,Verb,5,3,1,write,4.89,1.00,4.89,1.00,none,none,5.39, writeable,writeable,0.02,Adjective,9,7,3,writeable,9.12,0.94,9.12,0.94,none,none,none, writer,writer,23.53,Noun,6,4,2,writer,7.32,1.00,7.32,1.00,7.05,none,none, writers,writers,5.94,Noun,7,5,2,writer,none,none,7.32,1.00,7.05,none,none, writes,writes,8.25,Verb,6,4,1,write,none,none,4.89,1.00,none,none,5.39, writhe,writhe,0.18,Verb,6,3,1,writhe,11.00,0.70,11.00,0.70,none,none,12.67, writhes,writhes,0.02,Noun,7,4,1,writhe,none,none,11.00,0.70,none,none,12.67, writhing,writhing,0.41,Verb,8,5,2,writhe,none,none,11.00,0.70,none,none,12.67, writing,writing,55.92,Verb,7,5,2,writing,4.77,1.00,4.77,1.00,none,5.26,none, writings,writings,1.06,Noun,8,6,2,writing,none,none,4.77,1.00,none,5.26,none, writs,writs,0.04,Noun,5,4,1,writ,none,none,15.19,0.80,none,none,13.20, written,written,44.06,Verb,7,5,2,write,none,none,4.89,1.00,none,none,5.39, wrong,wrong,523.10,Adjective,5,3,1,wrong,4.22,1.00,4.22,1.00,none,5.03,4.18, wrongdoer,wrongdoer,0.02,Noun,9,6,3,wrongdoer,8.79,0.95,8.79,0.95,none,none,none, wrongdoers,wrongdoers,0.10,Noun,10,7,3,wrongdoer,none,none,8.79,0.95,none,none,none, wrongdoing,wrongdoing,0.51,Noun,10,7,3,wrongdoing,9.75,1.00,9.75,1.00,none,none,none, wrongdoings,wrongdoings,0.16,Noun,11,8,3,wrongdoing,none,none,9.75,1.00,none,none,none, wronged,wronged,1.10,Verb,7,4,1,wrong,none,none,4.22,1.00,none,5.03,4.18, wrongful,wrongful,1.06,Adjective,8,6,2,wrongful,8.74,1.00,8.74,1.00,none,none,none, wrongness,wrongness,0.08,Noun,9,6,2,wrongness,8.59,0.94,8.59,0.94,none,none,none, wrongs,wrongs,1.04,Noun,6,4,1,wrong,none,none,4.22,1.00,none,5.03,4.18, wrote,wrote,71.16,Verb,5,3,1,write,none,none,4.89,1.00,none,none,5.39, wroth,wroth,0.16,Noun,5,3,1,wroth,12.92,0.67,12.92,0.67,none,none,12.74, wrought,wrought,0.86,Verb,7,3,1,work,none,none,5.86,1.00,5.37,none,5.40, wrung,wrung,0.27,Verb,5,3,1,wring,none,none,8.18,0.89,7.26,none,9.90, wry,wry,0.20,Adjective,3,2,1,wry,13.40,0.83,13.40,0.83,none,none,11.78, wunderkind,wunderkind,0.08,Noun,10,9,3,wunderkind,13.36,0.61,13.36,0.61,none,none,none, wyvern,wyvern,0.04,Noun,6,6,2,wyvern,13.90,0.50,13.90,0.50,none,none,none, xenon,xenon,0.67,Noun,5,5,2,xenon,14.62,0.62,14.62,0.62,none,none,none, xenophobe,xenophobe,Err:512,Err:512,9,7,3,xenophobe,16.50,0.60,16.50,0.60,none,none,none, xenophobes,xenophobes,0.02,Noun,10,8,3,xenophobe,none,none,16.50,0.60,none,none,none, xenophobia,xenophobia,0.06,Noun,10,9,5,xenophobia,15.62,0.76,15.62,0.76,none,none,none, xenophobic,xenophobic,0.06,Adjective,10,9,4,xenophobic,13.86,0.78,13.86,0.78,none,none,none, xylem,xylem,0.06,Verb,5,5,2,xylem,13.56,0.47,13.56,0.47,none,none,none, xylophone,xylophone,0.18,Noun,9,7,3,xylophone,7.11,1.00,7.11,1.00,none,none,none, xylophones,xylophones,0.02,Verb,10,8,3,xylophone,none,none,7.11,1.00,none,none,none, xylophonist,xylophonist,0.04,Noun,11,10,4,xylophonist,12.11,0.90,12.11,0.90,none,none,none, yacht,yacht,8.22,Noun,5,3,1,yacht,10.06,0.95,10.06,0.95,none,7.28,8.89, yachting,yachting,0.33,Noun,8,5,2,yachting,11.53,0.89,11.53,0.89,none,none,none, yachts,yachts,0.49,Noun,6,4,1,yacht,none,none,10.06,0.95,none,7.28,8.89, yachtsman,yachtsman,0.06,Noun,9,7,2,yachtsman,11.06,0.95,11.06,0.95,none,none,none, yachtsmen,yachtsmen,0.04,Noun,9,7,2,yachtsman,none,none,11.06,0.95,none,none,none, yahoo,yahoo,2.92,Noun,5,4,2,yahoo,12.11,1.00,12.11,1.00,none,none,none,8.79 yahoos,yahoos,0.24,Noun,6,5,2,yahoo,none,none,12.11,1.00,none,none,none,8.79 yak,yak,1.39,Noun,3,3,1,yak,7.78,1.00,7.78,1.00,11.09,none,8.89, yakitori,yakitori,0.04,Noun,8,8,4,yakitori,20.00,0.06,20.00,0.06,none,none,none, yakked,yakked,0.06,Verb,6,4,1,yak,none,none,7.78,1.00,11.09,none,8.89, yakking,yakking,0.69,Verb,7,5,2,yak,none,none,7.78,1.00,11.09,none,8.89, yaks,yaks,0.14,Noun,4,4,1,yak,none,none,7.78,1.00,11.09,none,8.89, yam,yam,0.84,Name,3,3,1,yam,8.34,1.00,8.34,1.00,none,none,8.54, yammer,yammer,0.12,Verb,6,5,2,yammer,13.15,0.68,13.15,0.68,none,none,none, yammerer,yammerer,0.02,Noun,8,7,3,yammerer,14.00,0.84,14.00,0.84,none,none,none, yammering,yammering,0.73,Verb,9,7,3,yammer,none,none,13.15,0.68,none,none,none, yams,yams,0.86,Noun,4,4,1,yam,none,none,8.34,1.00,none,none,8.54, yank,yank,4.71,Verb,4,4,1,yank,7.33,1.00,7.33,1.00,none,none,6.94, yanked,yanked,1.18,Verb,6,5,1,yank,none,none,7.33,1.00,none,none,6.94, yanking,yanking,0.78,Verb,7,6,2,yank,none,none,7.33,1.00,none,none,6.94, yanks,yanks,2.39,Noun,5,5,1,yank,none,none,7.33,1.00,none,none,6.94, yap,yap,1.43,Verb,3,3,1,yap,7.83,1.00,7.83,1.00,none,none,9.31, yapped,yapped,0.06,Verb,6,4,1,yap,none,none,7.83,1.00,none,none,9.31, yapping,yapping,1.14,Verb,7,5,2,yap,none,none,7.83,1.00,none,none,9.31, yappy,yappy,0.10,Adjective,5,4,2,yappy,9.29,0.89,9.29,0.89,none,none,none, yaps,yaps,0.16,Noun,4,4,1,yap,none,none,7.83,1.00,none,none,9.31, yard,yard,25.06,Noun,4,4,1,yard,3.94,1.00,3.94,1.00,none,6.24,5.20, yardage,yardage,0.06,Noun,7,6,2,yardage,11.17,0.90,11.17,0.90,none,none,none, yardarm,yardarm,0.20,Noun,7,7,2,yardarm,15.00,0.42,15.00,0.42,none,none,none, yardarms,yardarms,0.04,Noun,8,8,2,yardarm,none,none,15.00,0.42,none,none,none, yardman,yardman,0.04,Noun,7,7,2,yardman,11.19,0.84,11.19,0.84,none,none,none, yardmaster,yardmaster,0.10,Noun,10,9,3,yardmaster,13.48,0.68,13.48,0.68,none,none,none, yards,yards,14.90,Noun,5,5,1,yard,none,none,3.94,1.00,none,6.24,5.20, yardstick,yardstick,0.33,Noun,9,8,2,yardstick,6.80,1.00,6.80,1.00,none,none,none, yardsticks,yardsticks,0.04,Noun,10,9,2,yardstick,none,none,6.80,1.00,none,none,none, yare,yare,0.20,Noun,4,3,1,yare,13.33,0.17,13.33,0.17,none,none,none, yarmulke,yarmulke,0.37,Noun,8,8,3,yarmulke,14.00,0.44,14.00,0.44,none,none,none, yarmulkes,yarmulkes,0.08,Noun,9,9,3,yarmulke,none,none,14.00,0.44,none,none,none, yarn,yarn,1.59,Noun,4,4,1,yarn,6.61,1.00,6.61,1.00,none,none,6.67, yarns,yarns,0.18,Noun,5,5,1,yarn,none,none,6.61,1.00,none,none,6.67, yaw,yaw,0.22,Noun,3,2,1,yaw,12.54,0.65,12.54,0.65,none,none,none, yawing,yawing,0.06,Verb,6,4,2,yaw,none,none,12.54,0.65,none,none,none, yawl,yawl,0.24,Noun,4,3,1,yawl,11.44,0.45,11.44,0.45,none,none,none, yawls,yawls,0.04,Verb,5,4,1,yawl,none,none,11.44,0.45,none,none,none, yawn,yawn,1.00,Verb,4,3,1,yawn,5.30,1.00,5.30,1.00,5.30,none,5.19, yawned,yawned,0.10,Verb,6,4,1,yawn,none,none,5.30,1.00,5.30,none,5.19, yawner,yawner,0.02,Noun,6,4,2,yawner,8.33,1.00,8.33,1.00,none,none,none, yawning,yawning,0.94,Verb,7,5,2,yawn,none,none,5.30,1.00,5.30,none,5.19, yawns,yawns,0.59,Verb,5,4,1,yawn,none,none,5.30,1.00,5.30,none,5.19, yawp,yawp,0.25,Verb,4,3,1,yawp,12.80,0.26,12.80,0.26,none,none,none, yaws,yaws,0.02,Verb,4,3,1,yaw,none,none,12.54,0.65,none,none,none, yea,yea,6.88,Interjection,3,2,1,yea,6.32,1.00,6.32,1.00,none,none,5.93, year,year,277.92,Noun,4,3,1,year,5.24,1.00,5.24,1.00,none,5.50,5.86, yearbook,yearbook,4.73,Noun,8,6,2,yearbook,10.39,1.00,10.39,1.00,none,none,none, yearbooks,yearbooks,0.35,Noun,9,7,2,yearbook,none,none,10.39,1.00,none,none,none, yearling,yearling,0.24,Noun,8,5,2,yearling,11.32,1.00,11.32,1.00,none,none,none, yearlings,yearlings,0.20,Noun,9,6,2,yearling,none,none,11.32,1.00,none,none,none, yearlong,yearlong,0.04,Noun,8,6,2,yearlong,10.06,1.00,10.06,1.00,none,none,none, yearn,yearn,0.96,Verb,5,3,1,yearn,11.65,1.00,11.65,1.00,none,none,11.12, yearned,yearned,0.39,Verb,7,4,1,yearn,none,none,11.65,1.00,none,none,11.12, yearning,yearning,1.59,Verb,8,5,2,yearn,none,none,11.65,1.00,none,none,11.12, yearns,yearns,0.29,Verb,6,4,1,yearn,none,none,11.65,1.00,none,none,11.12, years,years,568.69,Noun,5,4,1,year,none,none,5.24,1.00,none,5.50,5.86, yeas,yeas,0.18,Noun,4,3,1,yea,none,none,6.32,1.00,none,none,5.93, yeast,yeast,0.86,Noun,5,4,1,yeast,9.53,1.00,9.53,1.00,none,9.71,9.31, yeasts,yeasts,0.06,Verb,6,5,1,yeast,none,none,9.53,1.00,none,9.71,9.31, yell,yell,18.41,Verb,4,3,1,yell,3.83,1.00,3.83,1.00,none,none,4.34, yelled,yelled,6.14,Verb,6,4,1,yell,none,none,3.83,1.00,none,none,4.34, yeller,yeller,0.49,Noun,6,4,2,yeller,7.88,0.89,7.88,0.89,none,none,none, yelling,yelling,21.31,Verb,7,5,2,yell,none,none,3.83,1.00,none,none,4.34, yellow,yellow,33.80,Adjective,6,4,2,yellow,3.20,1.00,3.20,1.00,4.87,none,none,3.45 yellowing,yellowing,0.18,Adjective,9,6,3,yellowing,10.05,1.00,10.05,1.00,none,none,none, yellowness,yellowness,0.02,Noun,10,7,3,yellowness,6.56,1.00,6.56,1.00,none,none,none, yellows,yellows,0.47,Noun,7,5,2,yellow,none,none,3.20,1.00,4.87,none,none,3.45 yellowtail,yellowtail,0.10,Noun,10,7,3,yellowtail,11.33,0.95,11.33,0.95,none,none,none, yellowy,yellowy,0.04,Adjective,7,5,3,yellowy,8.61,0.95,8.61,0.95,none,none,none, yells,yells,4.24,Verb,5,4,1,yell,none,none,3.83,1.00,none,none,4.34, yelp,yelp,0.14,Noun,4,4,1,yelp,7.67,0.95,7.67,0.95,none,7.56,8.12, yelped,yelped,0.12,Verb,6,5,1,yelp,none,none,7.67,0.95,none,7.56,8.12, yelping,yelping,0.45,Verb,7,6,2,yelp,none,none,7.67,0.95,none,7.56,8.12, yelps,yelps,0.47,Verb,5,5,1,yelp,none,none,7.67,0.95,none,7.56,8.12, yen,yen,6.12,Noun,3,3,1,yen,12.68,1.00,12.68,1.00,none,none,11.78, yens,yens,0.06,Noun,4,4,1,yen,none,none,12.68,1.00,none,none,11.78, yenta,yenta,0.16,Noun,5,5,2,yenta,18.50,0.32,18.50,0.32,none,none,none, yentas,yentas,0.06,Noun,6,6,2,yenta,none,none,18.50,0.32,none,none,none, yeoman,yeoman,0.18,Noun,6,5,2,yeoman,13.29,0.37,13.29,0.37,none,none,none, yeomen,yeomen,0.04,Name,6,6,3,yeoman,none,none,13.29,0.37,none,none,none, yerba,yerba,0.04,Noun,5,5,2,yerba,19.00,0.28,19.00,0.28,none,none,none, yes,yes,1996.76,Interjection,3,3,1,yes,2.31,1.00,2.31,1.00,3.69,none,2.47, yeses,yeses,0.04,Noun,5,5,2,yes,none,none,2.31,1.00,3.69,none,2.47, yeshiva,yeshiva,0.33,Noun,7,6,3,yeshiva,14.25,0.42,14.25,0.42,none,none,none, yester,yester,0.04,Noun,6,6,2,yester,12.60,0.41,12.60,0.41,none,none,none, yesterday,yesterday,96.76,Adverb,9,7,3,yesterday,4.58,1.00,4.58,1.00,4.99,none,none, yesterdays,yesterdays,0.45,Noun,10,8,3,yesterday,none,none,4.58,1.00,4.99,none,none, yesteryear,yesteryear,0.18,Noun,10,8,3,yesteryear,11.06,0.95,11.06,0.95,none,none,none, yet,yet,341.73,Adverb,3,3,1,yet,6.96,1.00,6.96,1.00,5.89,none,6.20, yeti,yeti,0.27,Noun,4,4,2,yeti,10.94,0.95,10.94,0.95,none,none,none, yew,yew,0.04,Noun,3,2,1,yew,10.53,0.83,10.53,0.83,none,9.54,11.93, yield,yield,4.04,Verb,5,4,1,yield,8.00,1.00,8.00,1.00,none,12.24,9.02, yielded,yielded,0.41,Verb,7,6,2,yield,none,none,8.00,1.00,none,12.24,9.02, yielding,yielding,0.43,Verb,8,6,2,yield,none,none,8.00,1.00,none,12.24,9.02, yields,yields,0.57,Verb,6,5,1,yield,none,none,8.00,1.00,none,12.24,9.02, yodel,yodel,0.84,Noun,5,5,2,yodel,8.16,1.00,8.16,1.00,8.82,none,none,10.13 yodeled,yodelled,0.06,Verb,7,6,2,yodel,none,none,8.16,1.00,8.82,none,none,10.13 yodeling,yodelling,0.25,Verb,8,7,3,yodel,none,none,8.16,1.00,8.82,none,none,10.13 yodels,yodels,0.24,Noun,6,6,2,yodel,none,none,8.16,1.00,8.82,none,none,10.13 yoga,yoga,4.45,Noun,4,4,2,yoga,13.17,1.00,13.17,1.00,none,12.81,none,11.19 yoghurt,yoghurt,0.35,Noun,7,5,2,yogurt,none,none,3.72,1.00,none,none,none,5.81 yoghurts,yoghurts,0.02,Noun,8,6,2,yogurt,none,none,3.72,1.00,none,none,none,5.81 yogic,yogic,0.04,Adjective,5,5,2,yogic,15.10,0.53,15.10,0.53,none,none,none, yogurt,yoghurt,2.27,Noun,6,5,2,yogurt,3.72,1.00,3.72,1.00,none,none,none,5.81 yogurts,yoghurts,0.10,Noun,7,7,2,yogurt,none,none,3.72,1.00,none,none,none,5.81 yoke,yoke,0.43,Noun,4,3,1,yoke,7.94,0.80,7.94,0.80,none,none,8.47, yokel,yokel,0.31,Noun,5,5,2,yokel,12.15,0.68,12.15,0.68,none,none,none, yokels,yokels,0.57,Noun,6,6,2,yokel,none,none,12.15,0.68,none,none,none, yokes,yokes,0.02,Noun,5,4,1,yoke,none,none,7.94,0.80,none,none,8.47, yolk,yolk,0.41,Noun,4,3,1,yolk,5.89,1.00,5.89,1.00,none,none,8.61, yolks,yolks,0.16,Noun,5,4,1,yolk,none,none,5.89,1.00,none,none,8.61, yond,yond,0.06,Noun,4,4,1,yond,12.62,0.42,12.62,0.42,none,none,none, yonder,yonder,3.49,Adverb,6,5,2,yonder,8.86,1.00,8.86,1.00,9.08,none,none,11.09 yoni,yoni,0.10,Noun,4,4,2,yoni,19.00,0.16,19.00,0.16,none,none,none, yore,yore,0.25,Noun,4,3,1,yore,11.50,0.70,11.50,0.70,none,12.07,12.52, you,you,41857.12,Pronoun,3,2,1,you,4.35,1.00,4.35,1.00,4.26,none,2.92, young,young,243.18,Adjective,5,3,1,young,4.61,1.00,4.61,1.00,5.33,none,5.61, youngberry,youngberry,0.29,Noun,10,7,3,youngberry,13.78,0.47,13.78,0.47,none,none,none, younger,younger,24.65,Adjective,7,5,2,young,none,none,4.61,1.00,5.33,none,5.61, youngest,youngest,5.00,Adjective,8,7,2,young,none,none,4.61,1.00,5.33,none,5.61, youngish,youngish,0.02,Adjective,8,5,2,youngish,9.06,1.00,9.06,1.00,none,none,none, youngster,youngster,1.45,Noun,9,6,2,youngster,6.11,1.00,6.11,1.00,7.12,none,none, youngsters,youngsters,1.73,Noun,10,7,2,youngster,none,none,6.11,1.00,7.12,none,none, younker,younker,0.02,Noun,7,5,2,younker,17.80,0.26,17.80,0.26,none,none,none, your,your,6445.39,Pronoun,4,3,1,your,4.10,1.00,4.10,1.00,4.87,none,none, yours,yours,204.73,Pronoun,5,4,1,yours,4.51,1.00,4.51,1.00,5.04,none,none, yourself,yourself,434.33,Pronoun,8,6,2,yourself,4.95,1.00,4.95,1.00,6.08,none,none,4.91 yourselves,yourselves,29.00,Pronoun,10,8,2,yourself,none,none,4.95,1.00,6.08,none,none,4.91 youth,youth,16.82,Noun,5,3,1,youth,6.89,1.00,6.89,1.00,none,8.56,7.91, youthful,youthful,1.55,Adjective,8,6,2,youthful,8.79,1.00,8.79,1.00,none,none,none, youths,youths,0.71,Noun,6,4,1,youth,none,none,6.89,1.00,none,8.56,7.91, yowl,yowl,0.02,Noun,4,3,1,yowl,12.88,0.89,12.88,0.89,none,none,none, yowling,yowling,0.16,Verb,7,5,2,yowl,none,none,12.88,0.89,none,none,none, yowls,yowls,0.02,Verb,5,4,1,yowl,none,none,12.88,0.89,none,none,none, yoyo,yoyo,0.27,Name,4,4,2,yoyo,5.62,1.00,5.62,1.00,none,none,none, yucca,yucca,0.27,Noun,5,4,2,yucca,13.33,0.47,13.33,0.47,none,13.53,none, yuccas,yuccas,0.06,Noun,6,5,2,yucca,none,none,13.33,0.47,none,13.53,none, yuckiest,yuckiest,0.02,Adjective,8,7,3,yucky,none,none,4.17,1.00,none,none,none, yucky,yucky,0.43,Adjective,5,4,2,yucky,4.17,1.00,4.17,1.00,none,none,none, yule,yule,0.37,0.37,4,3,1,yule,9.97,0.86,9.97,0.86,none,none,11.56, yuletide,yuletide,0.53,Noun,8,6,2,yuletide,10.31,0.84,10.31,0.84,none,none,none, yummier,yummier,0.02,Adjective,7,6,3,yummy,none,none,3.42,1.00,none,none,none,3.57 yummiest,yummiest,0.02,Adjective,8,7,3,yummy,none,none,3.42,1.00,none,none,none,3.57 yummy,yummy,4.47,Adjective,5,4,2,yummy,3.42,1.00,3.42,1.00,none,none,none,3.57 yuppie,yuppie,0.88,Noun,6,4,2,yuppie,13.33,0.95,13.33,0.95,none,none,none,10.04 yuppies,yuppies,0.45,Noun,7,5,2,yuppie,none,none,13.33,0.95,none,none,none,10.04 yurt,yurt,0.04,Noun,4,4,1,yurt,18.60,0.25,18.60,0.25,none,none,none, zabaglione,zabaglione,0.06,Noun,10,9,4,zabaglione,16.25,0.21,16.25,0.21,none,none,none, zaftig,zaftig,0.04,Verb,6,6,2,zaftig,10.00,0.11,10.00,0.11,none,none,none, zaibatsu,zaibatsu,0.02,Noun,8,7,3,zaibatsu,18.33,0.17,18.33,0.17,none,none,none, zanies,zanies,0.02,Noun,6,5,2,zany,none,none,10.56,0.86,none,none,none, zany,zany,0.20,Adjective,4,4,2,zany,10.56,0.86,10.56,0.86,none,none,none, zap,zap,2.45,Verb,3,3,1,zap,6.56,1.00,6.56,1.00,none,none,none, zapped,zapped,0.71,Verb,6,4,1,zap,none,none,6.56,1.00,none,none,none, zapper,zapper,0.10,Noun,6,5,2,zapper,7.83,1.00,7.83,1.00,none,none,none, zappers,zappers,0.02,Noun,7,6,2,zapper,none,none,7.83,1.00,none,none,none, zapping,zapping,0.20,Verb,7,5,2,zap,none,none,6.56,1.00,none,none,none, zaps,zaps,0.16,Verb,4,4,1,zap,none,none,6.56,1.00,none,none,none, zeal,zeal,0.61,Noun,4,3,1,zeal,13.12,0.89,13.12,0.89,none,none,11.78, zealot,zealot,0.20,Noun,6,5,2,zealot,12.29,0.78,12.29,0.78,none,none,none, zealotry,zealotry,0.10,Noun,8,7,3,zealotry,12.58,0.67,12.58,0.67,none,none,none, zealots,zealots,0.18,Noun,7,6,2,zealot,none,none,12.29,0.78,none,none,none, zealous,zealous,0.29,Adjective,7,5,2,zealous,12.76,0.89,12.76,0.89,11.86,none,none, zealousness,zealousness,0.04,Noun,11,8,3,zealousness,13.76,0.85,13.76,0.85,none,none,none, zebra,zebra,2.51,Noun,5,5,2,zebra,4.79,1.00,4.79,1.00,6.77,none,none,4.59 zebras,zebras,0.51,Noun,6,6,2,zebra,none,none,4.79,1.00,6.77,none,none,4.59 zee,zee,1.14,Noun,3,2,1,zee,14.00,0.32,14.00,0.32,none,none,none, zeitgeist,zeitgeist,0.12,Noun,9,8,2,zeitgeist,13.30,0.27,13.30,0.27,none,none,none, zenith,zenith,0.43,Noun,6,5,2,zenith,12.93,0.78,12.93,0.78,none,none,none, zephyr,zephyr,0.98,Noun,6,4,2,zephyr,13.69,0.84,13.69,0.84,none,none,none,12.53 zero,zero,21.45,Number,4,4,2,zero,5.31,1.00,5.31,1.00,none,4.94,none,3.95 zeroed,zeroed,0.39,Verb,6,5,2,zero,none,none,5.31,1.00,none,4.94,none,3.95 zeroes,zeroes,0.76,Noun,6,5,2,zero,none,none,5.31,1.00,none,4.94,none,3.95 zeroing,zeroing,0.14,Verb,7,6,3,zero,none,none,5.31,1.00,none,4.94,none,3.95 zeros,zeros,0.98,Noun,5,5,2,zero,none,none,5.31,1.00,none,4.94,none,3.95 zest,zest,0.69,Noun,4,4,1,zest,10.56,0.95,10.56,0.95,none,none,10.75, zesty,zesty,0.16,Adjective,5,5,2,zesty,9.33,0.95,9.33,0.95,none,none,none, zeta,zeta,0.41,Noun,4,4,2,zeta,14.33,0.79,14.33,0.79,none,none,none, ziggurat,ziggurat,0.37,Noun,8,6,3,ziggurat,14.25,0.63,14.25,0.63,none,none,none, zigzag,zigzag,0.45,Noun,6,6,2,zigzag,6.06,1.00,6.06,1.00,none,none,none, zigzagging,zigzagging,0.06,Verb,10,8,3,zigzag,none,none,6.06,1.00,none,none,none, zigzags,zigzags,0.06,Noun,7,7,2,zigzag,none,none,6.06,1.00,none,none,none, zilch,zilch,0.88,Verb,5,4,1,zilch,9.35,0.94,9.35,0.94,none,none,none, zillion,zillion,1.31,Noun,7,6,2,zillion,8.67,0.97,8.67,0.97,none,none,none, zillions,zillions,0.12,Noun,8,7,2,zillion,none,none,8.67,0.97,none,none,none, zillionth,zillionth,0.06,Noun,9,7,3,zillionth,9.39,0.90,9.39,0.90,none,none,none, zinc,zinc,0.84,Noun,4,4,1,zinc,12.47,1.00,12.47,1.00,none,none,11.63, zinfandel,zinfandel,0.06,Noun,9,9,3,zinfandel,17.17,0.90,17.17,0.90,none,none,none, zing,zing,1.18,Verb,4,3,1,zing,9.82,0.94,9.82,0.94,none,none,10.46, zinger,zinger,0.22,Noun,6,4,2,zinger,10.00,1.00,10.00,1.00,none,none,none, zingers,zingers,0.10,Noun,7,5,2,zinger,none,none,10.00,1.00,none,none,none, zings,zings,0.02,Noun,5,4,1,zing,none,none,9.82,0.94,none,none,10.46, zip,zip,7.63,Verb,3,3,1,zip,5.30,1.00,5.30,1.00,none,none,5.99, zipped,zipped,0.53,Verb,6,4,1,zip,none,none,5.30,1.00,none,none,5.99, zipper,zipper,2.82,Noun,6,4,2,zipper,5.00,1.00,5.00,1.00,none,none,none,5.08 zippered,zippered,0.06,Verb,8,5,2,zippered,6.80,1.00,6.80,1.00,none,none,none, zippers,zippers,0.49,Noun,7,5,2,zipper,none,none,5.00,1.00,none,none,none,5.08 zipping,zipping,0.43,Verb,7,5,2,zip,none,none,5.30,1.00,none,none,5.99, zippy,zippy,0.37,Adjective,5,4,2,zippy,7.33,1.00,7.33,1.00,none,none,none, zips,zips,0.33,Verb,4,4,1,zip,none,none,5.30,1.00,none,none,5.99, zircon,zircon,0.12,Noun,6,5,2,zircon,12.00,0.56,12.00,0.56,none,none,none, zirconium,zirconium,0.04,Noun,9,8,4,zirconium,15.06,0.85,15.06,0.85,none,none,none, zit,zit,1.02,Noun,3,3,1,zit,10.89,1.00,10.89,1.00,none,none,none, zither,zither,0.14,Noun,6,4,2,zither,17.50,0.30,17.50,0.30,none,none,none, ziti,ziti,0.25,Noun,4,4,2,ziti,12.07,0.78,12.07,0.78,none,none,none, zits,zits,0.45,Noun,4,4,1,zit,none,none,10.89,1.00,none,none,none, zloty,zloty,0.04,Noun,5,5,2,zloty,15.67,0.33,15.67,0.33,none,none,none, zlotys,zlotys,0.06,Noun,6,6,2,zloty,none,none,15.67,0.33,none,none,none, zodiac,zodiac,0.61,Noun,6,6,3,zodiac,9.84,1.00,9.84,1.00,none,none,none, zodiacal,zodiacal,0.04,Adjective,8,8,4,zodiacal,15.28,0.95,15.28,0.95,none,none,none, zodiacs,zodiacs,0.02,Err:512,7,6,3,zodiac,none,none,9.84,1.00,none,none,none, zombie,zombie,3.61,Noun,6,5,2,zombie,7.68,1.00,7.68,1.00,none,none,none,6.89 zombies,zombies,2.25,Noun,7,6,2,zombie,none,none,7.68,1.00,none,none,none,6.89 zone,zone,20.12,Noun,4,3,1,zone,8.79,1.00,8.79,1.00,none,9.45,7.49, zoned,zoned,0.35,Verb,5,4,1,zone,none,none,8.79,1.00,none,9.45,7.49, zones,zones,1.76,Noun,5,4,1,zone,none,none,8.79,1.00,none,9.45,7.49, zoning,zoning,1.20,Noun,6,5,2,zoning,11.84,0.95,11.84,0.95,none,none,none, zoo,zoo,13.65,Noun,3,2,1,zoo,3.75,1.00,3.75,1.00,none,none,3.56, zoological,zoological,0.16,Adjective,10,9,4,zoological,12.45,0.95,12.45,0.95,none,none,none, zoologist,zoologist,0.24,Noun,9,9,4,zoologist,11.06,1.00,11.06,1.00,none,11.43,none, zoologists,zoologists,0.06,Noun,10,10,4,zoologist,none,none,11.06,1.00,none,11.43,none, zoology,zoology,0.33,Noun,7,7,4,zoology,10.25,1.00,10.25,1.00,11.91,none,none, zoom,zoom,3.55,Verb,4,3,1,zoom,8.57,1.00,8.57,1.00,none,none,6.40, zoomed,zoomed,0.18,Verb,6,4,1,zoom,none,none,8.57,1.00,none,none,6.40, zooming,zooming,0.63,Verb,7,5,2,zoom,none,none,8.57,1.00,none,none,6.40, zooms,zooms,0.06,Verb,5,4,1,zoom,none,none,8.57,1.00,none,none,6.40, zoon,zoon,0.12,Noun,4,3,1,zoon,12.43,0.37,12.43,0.37,none,none,none, zoos,zoos,0.76,Noun,4,3,1,zoo,none,none,3.75,1.00,none,none,3.56, zucchini,zucchini,0.96,Noun,8,6,3,zucchini,8.57,1.00,6.79,1.00,none,none,none, zucchinis,zucchinis,0.04,Noun,9,7,3,zucchini,none,none,6.79,1.00,none,none,none, zwieback,zwieback,0.04,Noun,8,6,2,zwieback,16.10,0.53,16.10,0.53,none,none,none, zygote,zygote,0.14,Noun,6,5,2,zygote,15.38,0.91,15.38,0.91,none,none,none, zygotes,zygotes,0.02,Noun,7,6,2,zygote,none,none,15.38,0.91,none,none,none, ================================================ FILE: lingfeat/_LexicoSemantic/resources/SUBTLEXus.csv ================================================ Word,Word_lowercased,FREQcount,CDcount,FREQlow,Cdlow,SUBTLWF,Lg10WF,SUBTLCD,Lg10CD the,the,1501908,8388,1339811,8388,29449.18,6.1766,100.00,3.9237 to,to,1156570,8383,1138435,8380,22677.84,6.0632,99.94,3.9235 a,a,1041179,8382,976941,8380,20415.27,6.0175,99.93,3.9234 you,you,2134713,8381,1595028,8376,41857.12,6.3293,99.92,3.9233 and,and,682780,8379,515365,8374,13387.84,5.8343,99.89,3.9232 it,it,963712,8377,685089,8370,18896.31,5.9839,99.87,3.9231 s,s,1057301,8377,1052788,8373,20731.39,6.0242,99.87,3.9231 of,of,590439,8375,573021,8372,11577.24,5.7712,99.85,3.9230 for,for,351650,8374,332686,8370,6895.10,5.5461,99.83,3.9230 I,i,2038529,8372,5147,350,39971.16,6.3093,99.81,3.9229 in,in,498444,8372,473880,8369,9773.41,5.6976,99.81,3.9229 on,on,354742,8372,345091,8371,6955.73,5.5499,99.81,3.9229 is,is,459663,8370,420989,8364,9013.00,5.6624,99.79,3.9228 that,that,719677,8368,552121,8364,14111.31,5.8571,99.76,3.9227 What,what,501965,8365,220058,8337,9842.45,5.7007,99.73,3.9225 be,be,293085,8363,285000,8361,5746.76,5.4670,99.70,3.9224 have,have,314232,8363,296664,8354,6161.41,5.4973,99.70,3.9224 are,are,265672,8362,225936,8358,5209.25,5.4243,99.69,3.9224 this,this,406915,8360,317071,8356,7978.73,5.6095,99.67,3.9223 No,no,304549,8359,119570,8310,5971.55,5.4837,99.65,3.9222 we,we,459607,8359,267654,8341,9011.90,5.6624,99.65,3.9222 me,me,471339,8355,462146,8351,9241.94,5.6733,99.61,3.9220 t,t,733338,8355,729896,8351,14379.18,5.8653,99.61,3.9220 there,there,221754,8355,154266,8333,4348.12,5.3459,99.61,3.9220 can,can,267620,8353,234662,8349,5247.45,5.4275,99.58,3.9219 here,here,230788,8352,201195,8343,4525.25,5.3632,99.57,3.9218 with,with,257465,8351,247160,8349,5048.33,5.4107,99.56,3.9218 but,but,225291,8350,121176,8308,4417.47,5.3527,99.55,3.9217 he,he,389497,8350,220702,8310,7637.20,5.5905,99.55,3.9217 now,now,163333,8350,103585,8303,3202.61,5.2131,99.55,3.9217 so,so,216452,8350,128430,8325,4244.16,5.3354,99.55,3.9217 my,my,344899,8349,291721,8340,6762.73,5.5377,99.54,3.9217 not,not,276673,8349,238427,8344,5424.96,5.4420,99.54,3.9217 do,do,312915,8348,262536,8340,6135.59,5.4954,99.52,3.9216 your,your,328715,8347,294623,8341,6445.39,5.5168,99.51,3.9216 at,at,164072,8346,153482,8335,3217.10,5.2150,99.50,3.9215 one,one,156684,8346,136096,8336,3072.24,5.1950,99.50,3.9215 up,up,187170,8345,184579,8342,3670.00,5.2722,99.49,3.9215 was,was,288391,8345,282414,8340,5654.73,5.4600,99.49,3.9215 go,go,193445,8343,161541,8329,3793.04,5.2866,99.46,3.9214 out,out,197131,8343,193517,8339,3865.31,5.2948,99.46,3.9214 How,how,155867,8341,67228,8223,3056.22,5.1928,99.44,3.9213 like,like,203947,8341,190081,8340,3998.96,5.3095,99.44,3.9213 if,if,180610,8340,113074,8288,3541.37,5.2567,99.43,3.9212 know,know,291780,8340,289957,8337,5721.18,5.4651,99.43,3.9212 just,just,242206,8338,193792,8309,4749.14,5.3842,99.40,3.9211 get,get,233772,8336,190325,8320,4583.76,5.3688,99.38,3.9210 Come,come,160190,8335,78700,8236,3140.98,5.2046,99.37,3.9210 they,they,209250,8332,124009,8286,4102.94,5.3207,99.33,3.9208 don,don,321085,8326,252218,8300,6295.78,5.5066,99.26,3.9205 see,see,130393,8326,112999,8314,2556.73,5.1153,99.26,3.9205 about,about,185206,8321,179962,8313,3631.49,5.2677,99.20,3.9202 right,right,204428,8320,181467,8310,4008.39,5.3105,99.19,3.9202 who,who,113370,8318,71019,8207,2222.94,5.0545,99.17,3.9201 good,good,133117,8316,90673,8267,2610.14,5.1242,99.14,3.9200 when,when,103739,8312,72500,8232,2034.10,5.0159,99.09,3.9198 time,time,99890,8308,96603,8303,1958.63,4.9995,99.05,3.9195 Let,let,123381,8307,56197,8112,2419.24,5.0913,99.03,3.9195 did,did,119410,8306,88757,8272,2341.37,5.0770,99.02,3.9194 from,from,103992,8306,97961,8294,2039.06,5.0170,99.02,3.9194 want,want,140718,8305,137089,8293,2759.18,5.1484,99.01,3.9194 think,think,137261,8301,132601,8297,2691.39,5.1376,98.96,3.9192 take,take,96443,8299,77165,8250,1891.04,4.9843,98.94,3.9191 Why,why,114687,8299,42108,7905,2248.76,5.0595,98.94,3.9191 m,m,343245,8291,340779,8281,6730.29,5.5356,98.84,3.9187 look,look,99311,8290,56177,8107,1947.27,4.9970,98.83,3.9186 an,an,95071,8285,90046,8271,1864.14,4.9781,98.77,3.9183 all,all,263255,8279,193220,8261,5161.86,5.4204,98.70,3.9180 back,back,102467,8273,98533,8267,2009.16,5.0106,98.63,3.9177 some,some,88089,8269,79714,8234,1727.24,4.9449,98.58,3.9175 re,re,311072,8268,310952,8264,6099.45,5.4929,98.57,3.9175 would,would,90162,8268,78316,8225,1767.88,4.9550,98.57,3.9175 been,been,88573,8261,87482,8254,1736.73,4.9473,98.49,3.9171 Where,where,93341,8260,45811,7925,1830.22,4.9701,98.47,3.9170 then,then,75966,8255,48171,8008,1489.53,4.8806,98.41,3.9168 him,him,177710,8254,176660,8252,3484.51,5.2497,98.40,3.9167 got,got,168631,8249,160730,8243,3306.49,5.2269,98.34,3.9165 as,as,113068,8239,99083,8201,2217.02,5.0533,98.22,3.9159 or,or,86970,8239,75030,8191,1705.29,4.9394,98.22,3.9159 going,going,108288,8238,106853,8235,2123.29,5.0346,98.21,3.9159 were,were,84804,8237,82265,8225,1662.82,4.9284,98.20,3.9158 could,could,83109,8233,75735,8207,1629.59,4.9197,98.15,3.9156 say,say,83629,8231,76545,8211,1639.78,4.9224,98.13,3.9155 something,something,76508,8231,69678,8203,1500.16,4.8837,98.13,3.9155 had,had,85472,8224,84157,8215,1675.92,4.9318,98.04,3.9151 way,way,72661,8222,71259,8206,1424.73,4.8613,98.02,3.9150 make,make,70775,8215,64730,8183,1387.75,4.8499,97.94,3.9147 by,by,68364,8203,61693,8153,1340.47,4.8348,97.79,3.9140 too,too,69950,8200,65983,8169,1371.57,4.8448,97.76,3.9139 us,us,86478,8199,85282,8191,1695.65,4.9369,97.75,3.9138 his,his,108364,8186,98326,8167,2124.78,5.0349,97.59,3.9131 ll,ll,224097,8180,224009,8173,4394.06,5.3504,97.52,3.9128 more,more,66228,8177,62546,8158,1298.59,4.8210,97.48,3.9126 over,over,67488,8171,63199,8142,1323.29,4.8292,97.41,3.9123 didn,didn,80623,8163,75938,8136,1580.84,4.9065,97.32,3.9119 them,them,90720,8162,90081,8156,1778.82,4.9577,97.31,3.9118 down,down,76004,8161,73713,8147,1490.27,4.8808,97.29,3.9118 never,never,69490,8158,61882,8103,1362.55,4.8419,97.26,3.9116 Well,well,152523,8146,31974,7283,2990.65,5.1833,97.11,3.9110 Yes,yes,101835,8140,14124,5111,1996.76,5.0079,97.04,3.9107 d,d,101335,8138,95801,8108,1986.96,5.0058,97.02,3.9106 should,should,54159,8129,51109,8093,1061.94,4.7337,96.91,3.9101 will,will,108306,8129,96790,8073,2123.65,5.0347,96.91,3.9101 she,she,190377,8126,107516,7914,3732.88,5.2796,96.88,3.9099 tell,tell,87949,8121,71814,8051,1724.49,4.9442,96.82,3.9097 only,only,55269,8118,48650,8048,1083.71,4.7425,96.78,3.9095 our,our,71425,8113,63788,8043,1400.49,4.8539,96.72,3.9092 give,give,59559,8088,43928,7883,1167.82,4.7750,96.42,3.9079 her,her,144627,8076,139358,8066,2835.82,5.1603,96.28,3.9073 need,need,66040,8076,65122,8064,1294.90,4.8198,96.28,3.9073 has,has,57830,8074,55273,8035,1133.92,4.7622,96.26,3.9071 little,little,73766,8072,69783,8051,1446.39,4.8679,96.23,3.9070 off,off,60155,8058,59292,8047,1179.51,4.7793,96.07,3.9063 thing,thing,55522,8058,55245,8057,1088.67,4.7445,96.07,3.9063 man,man,94133,8054,84739,7956,1845.75,4.9737,96.02,3.9061 any,any,56068,8049,49853,7974,1099.37,4.7487,95.96,3.9058 mean,mean,63443,8032,63218,8027,1243.98,4.8024,95.76,3.9049 much,much,49636,8027,48812,8012,973.25,4.6958,95.70,3.9046 said,said,56531,8026,55668,8016,1108.45,4.7523,95.68,3.9046 Oh,oh,167781,8019,4492,1914,3289.82,5.2247,95.60,3.9042 sure,sure,56091,8007,40398,7768,1099.82,4.7489,95.46,3.9035 am,am,56438,7983,52421,7914,1106.63,4.7516,95.17,3.9022 two,two,54384,7966,45366,7839,1066.35,4.7355,94.97,3.9013 really,really,76508,7956,63382,7861,1500.16,4.8837,94.85,3.9007 doing,doing,52492,7954,51900,7950,1029.25,4.7201,94.83,3.9006 even,even,44672,7931,38346,7775,875.92,4.6500,94.55,3.8994 anything,anything,46270,7929,41538,7827,907.25,4.6653,94.53,3.8993 sorry,sorry,59566,7923,43411,7595,1167.96,4.7750,94.46,3.8989 before,before,40501,7914,37297,7815,794.14,4.6075,94.35,3.8985 because,because,54622,7910,35833,7430,1071.02,4.7374,94.30,3.8982 people,people,56252,7889,50482,7791,1102.98,4.7501,94.05,3.8971 into,into,43074,7876,42661,7868,844.59,4.6342,93.90,3.8964 very,very,63304,7863,54294,7709,1241.25,4.8014,93.74,3.8956 first,first,42869,7861,36848,7681,840.57,4.6322,93.72,3.8955 again,again,40428,7852,39144,7815,792.71,4.6067,93.61,3.8950 nothing,nothing,43534,7851,29680,7375,853.61,4.6388,93.60,3.8950 these,these,46104,7850,37499,7628,904.00,4.6637,93.59,3.8949 put,put,42251,7840,33394,7630,828.45,4.6258,93.47,3.8944 please,please,56149,7837,31482,7140,1100.96,4.7493,93.43,3.8942 thought,thought,41232,7829,39986,7791,808.47,4.6152,93.34,3.8938 better,better,40494,7814,37426,7756,794.00,4.6074,93.16,3.8929 still,still,40225,7811,36992,7748,788.73,4.6045,93.12,3.8928 Thank,thank,56877,7790,13010,5332,1115.24,4.7549,92.87,3.8916 Yeah,yeah,152262,7790,20115,5390,2985.53,5.1826,92.87,3.8916 than,than,37679,7770,37398,7760,738.80,4.5761,92.63,3.8905 help,help,46977,7745,39534,7651,921.12,4.6719,92.33,3.8891 other,other,37505,7738,36688,7709,735.39,4.5741,92.25,3.8887 Maybe,maybe,47249,7737,18779,6368,926.45,4.6744,92.24,3.8886 last,last,36878,7731,33303,7591,723.10,4.5668,92.17,3.8883 day,day,40893,7727,38926,7687,801.82,4.6117,92.12,3.8881 those,those,38404,7712,32649,7540,753.02,4.5844,91.94,3.8872 wait,wait,42343,7709,21510,6736,830.25,4.6268,91.91,3.8871 find,find,42379,7687,40186,7642,830.96,4.6272,91.64,3.8858 work,work,40699,7670,39739,7637,798.02,4.6096,91.44,3.8849 does,does,34002,7665,26521,7313,666.71,4.5315,91.38,3.8846 after,after,34812,7645,27459,7337,682.59,4.5417,91.14,3.8834 talk,talk,43605,7619,41204,7559,855.00,4.6395,90.83,3.8820 life,life,40629,7596,38855,7561,796.65,4.6088,90.56,3.8806 long,long,34433,7581,32497,7519,675.16,4.5370,90.38,3.8798 away,away,37276,7580,36915,7567,730.90,4.5714,90.37,3.8797 keep,keep,35846,7569,27632,7279,702.86,4.5545,90.24,3.8791 around,around,37573,7563,37074,7548,736.73,4.5749,90.16,3.8788 call,call,43931,7556,38761,7453,861.39,4.6428,90.08,3.8783 doesn,doesn,32435,7549,29651,7420,635.98,4.5110,90.00,3.8779 won,won,38729,7543,36931,7496,759.39,4.5880,89.93,3.8776 Hey,hey,88079,7540,6856,2830,1727.04,4.9449,89.89,3.8774 told,told,35679,7529,35047,7506,699.59,4.5524,89.76,3.8768 ever,ever,36170,7513,34138,7436,709.22,4.5584,89.57,3.8759 always,always,33418,7495,31224,7415,655.25,4.5240,89.35,3.8748 things,things,35337,7487,33255,7412,692.88,4.5482,89.26,3.8744 great,great,41864,7462,32689,7094,820.86,4.6219,88.96,3.8729 home,home,39491,7452,38202,7405,774.33,4.5965,88.84,3.8723 made,made,28626,7442,27975,7409,561.29,4.4568,88.72,3.8717 stop,stop,36071,7421,22076,6825,707.27,4.5572,88.47,3.8705 believe,believe,31882,7412,30102,7314,625.14,4.5036,88.36,3.8700 night,night,44168,7381,42911,7343,866.04,4.6451,87.99,3.8682 love,love,56864,7377,53246,7307,1114.98,4.7548,87.95,3.8679 everything,everything,33399,7368,26025,7056,654.88,4.5237,87.84,3.8674 another,another,25970,7327,23107,7130,509.22,4.4145,87.35,3.8650 kind,kind,30125,7317,28973,7259,590.69,4.4789,87.23,3.8644 isn,isn,29886,7303,23996,6933,586.00,4.4755,87.06,3.8636 place,place,30736,7279,30163,7246,602.67,4.4877,86.78,3.8621 feel,feel,31989,7265,30778,7206,627.24,4.5050,86.61,3.8613 hear,hear,28323,7249,27261,7216,555.35,4.4522,86.42,3.8603 wrong,wrong,26678,7245,25814,7184,523.10,4.4262,86.37,3.8601 new,new,36913,7238,25522,6911,723.78,4.5672,86.29,3.8597 big,big,34824,7234,29451,7076,682.82,4.5419,86.24,3.8594 bad,bad,27804,7214,26037,7122,545.18,4.4441,86.00,3.8582 every,every,28007,7209,22413,6795,549.16,4.4473,85.94,3.8579 through,through,28026,7204,27209,7159,549.53,4.4476,85.88,3.8576 their,their,33413,7190,31842,7138,655.16,4.5239,85.72,3.8568 leave,leave,28596,7185,24226,6947,560.71,4.4563,85.66,3.8565 lot,lot,29066,7185,28738,7165,569.92,4.4634,85.66,3.8565 coming,coming,26878,7173,25061,7082,527.02,4.4294,85.52,3.8558 enough,enough,25568,7159,23968,7057,501.33,4.4077,85.35,3.8549 must,must,35661,7154,33334,6989,699.24,4.5522,85.29,3.8546 Thanks,thanks,31789,7149,7764,4235,623.31,4.5023,85.23,3.8543 fine,fine,30502,7135,22797,6582,598.08,4.4843,85.06,3.8535 might,might,26334,7121,25113,7061,516.35,4.4205,84.90,3.8526 getting,getting,24719,7120,23513,7034,484.69,4.3930,84.88,3.8525 remember,remember,27666,7110,21458,6506,542.47,4.4420,84.76,3.8519 nice,nice,33125,7094,24414,6565,649.51,4.5202,84.57,3.8510 being,being,24781,7083,23724,7019,485.90,4.3941,84.44,3.8503 try,try,24314,7053,19980,6708,476.75,4.3859,84.08,3.8484 wanted,wanted,25616,7039,25370,7013,502.27,4.4085,83.92,3.8476 name,name,32735,7031,31694,6977,641.86,4.5150,83.82,3.8471 done,done,24737,7025,23992,6967,485.04,4.3934,83.75,3.8467 else,else,22907,7025,22872,7021,449.16,4.3600,83.75,3.8467 gonna,gonna,101804,7021,100835,7010,1996.16,5.0078,83.70,3.8465 ask,ask,24640,7014,22282,6832,483.14,4.3917,83.62,3.8460 left,left,24707,7001,23534,6957,484.45,4.3928,83.46,3.8452 next,next,23090,7001,19402,6657,452.75,4.3634,83.46,3.8452 wouldn,wouldn,23628,6982,22049,6864,463.29,4.3734,83.24,3.8440 Listen,listen,27784,6965,12674,5369,544.78,4.4438,83.04,3.8430 years,years,29003,6956,28677,6930,568.69,4.4625,82.93,3.8424 happened,happened,24994,6952,24907,6940,490.08,4.3979,82.88,3.8422 talking,talking,25385,6952,24944,6924,497.75,4.4046,82.88,3.8422 care,care,24748,6945,24275,6903,485.25,4.3936,82.80,3.8417 God,god,46061,6940,2983,1035,903.16,4.6633,82.74,3.8414 own,own,23419,6937,23356,6932,459.20,4.3696,82.70,3.8412 three,three,27654,6933,22223,6573,542.24,4.4418,82.65,3.8410 old,old,31056,6909,29004,6804,608.94,4.4922,82.37,3.8395 came,came,23650,6889,23256,6853,463.73,4.3738,82.13,3.8382 mind,mind,24715,6870,23477,6771,484.61,4.3930,81.90,3.8370 looking,looking,22066,6841,20932,6743,432.67,4.3437,81.56,3.8352 trying,trying,22849,6841,22042,6764,448.02,4.3589,81.56,3.8352 stay,stay,26298,6834,20425,6440,515.65,4.4199,81.47,3.8347 understand,understand,24605,6811,23680,6763,482.45,4.3910,81.20,3.8333 yourself,yourself,22151,6802,22092,6799,434.33,4.3454,81.09,3.8327 someone,someone,22752,6749,18537,6387,446.12,4.3570,80.46,3.8293 wasn,wasn,21984,6747,20983,6652,431.06,4.3421,80.44,3.8292 same,same,21276,6746,19383,6577,417.18,4.3279,80.42,3.8291 guess,guess,23153,6694,20687,6474,453.98,4.3646,79.80,3.8258 went,went,20987,6677,20617,6641,411.51,4.3220,79.60,3.8246 best,best,20623,6673,19659,6598,404.37,4.3144,79.55,3.8244 may,may,26080,6667,19530,6175,511.37,4.4163,79.48,3.8240 course,course,24848,6666,24319,6604,487.22,4.3953,79.47,3.8239 which,which,24339,6653,17066,5627,477.24,4.3863,79.32,3.8231 show,show,24906,6630,21991,6367,488.35,4.3963,79.04,3.8216 guy,guy,38893,6594,37462,6561,762.61,4.5899,78.61,3.8192 today,today,22124,6570,19725,6367,433.80,4.3449,78.33,3.8176 while,while,17821,6545,15920,6278,349.43,4.2510,78.03,3.8160 seen,seen,19633,6541,19399,6515,384.96,4.2930,77.98,3.8157 heard,heard,19775,6530,19307,6478,387.75,4.2961,77.85,3.8150 without,without,18087,6512,16187,6282,354.65,4.2574,77.63,3.8138 hold,hold,22273,6456,11686,5250,436.73,4.3478,76.97,3.8100 real,real,22583,6453,21376,6375,442.80,4.3538,76.93,3.8098 use,use,17536,6453,16114,6273,343.84,4.2440,76.93,3.8098 together,together,19553,6450,19079,6401,383.39,4.2912,76.90,3.8096 whole,whole,19660,6432,19465,6418,385.49,4.2936,76.68,3.8084 haven,haven,18844,6421,17293,6253,369.49,4.2752,76.55,3.8077 saw,saw,20527,6419,20230,6394,402.49,4.3123,76.53,3.8075 Hello,hello,29857,6405,3228,2089,585.43,4.4751,76.36,3.8066 once,once,17589,6405,14200,5921,344.88,4.2453,76.36,3.8066 took,took,17454,6404,16807,6327,342.24,4.2419,76.35,3.8065 yet,yet,17428,6403,16504,6302,341.73,4.2413,76.34,3.8065 ready,ready,19778,6398,16707,6105,387.80,4.2962,76.28,3.8061 found,found,20196,6384,19573,6305,396.00,4.3053,76.11,3.8052 idea,idea,18311,6359,18296,6357,359.04,4.2627,75.81,3.8035 already,already,16246,6350,15769,6297,318.55,4.2108,75.70,3.8028 pretty,pretty,20003,6344,17430,6076,392.22,4.3011,75.63,3.8024 start,start,17345,6330,15866,6151,340.10,4.2392,75.46,3.8015 myself,myself,17470,6328,17347,6313,342.55,4.2423,75.44,3.8013 used,used,17551,6326,17095,6276,344.14,4.2443,75.42,3.8012 Okay,okay,102320,6322,40017,5711,2006.27,5.0100,75.37,3.8009 many,many,18331,6297,17336,6219,359.43,4.2632,75.07,3.7992 knew,knew,18817,6296,18673,6279,368.96,4.2746,75.06,3.7991 head,head,18947,6294,18207,6235,371.51,4.2776,75.04,3.7990 since,since,16064,6285,12715,5744,314.98,4.2059,74.93,3.7984 couldn,couldn,17336,6284,16007,6104,339.92,4.2390,74.92,3.7983 room,room,22415,6251,21385,6167,439.51,4.3506,74.52,3.7960 matter,matter,18900,6242,18687,6217,370.59,4.2765,74.42,3.7954 world,world,23216,6194,21342,6027,455.22,4.3658,73.84,3.7920 friend,friend,21384,6178,20982,6147,419.29,4.3301,73.65,3.7909 Mr,mr,60098,6159,191,78,1178.39,4.7789,73.43,3.7896 girl,girl,28413,6143,27239,6094,557.12,4.4535,73.24,3.7885 bring,bring,16685,6140,13428,5736,327.16,4.2224,73.20,3.7882 most,most,17889,6134,15492,5771,350.76,4.2526,73.13,3.7878 boy,boy,27021,6133,22615,5690,529.82,4.4317,73.12,3.7877 until,until,15426,6129,13619,5812,302.47,4.1883,73.07,3.7875 hope,hope,16352,6123,14961,5922,320.63,4.2136,73.00,3.7870 both,both,15062,6112,13225,5809,295.33,4.1779,72.87,3.7863 called,called,17341,6101,17144,6075,340.02,4.2391,72.73,3.7855 hard,hard,15700,6095,14960,5996,307.84,4.1959,72.66,3.7850 guys,guys,32198,6085,30116,6019,631.33,4.5078,72.54,3.7843 minute,minute,19252,6066,19204,6057,377.49,4.2845,72.32,3.7830 run,run,17878,6063,14980,5811,350.55,4.2523,72.28,3.7828 looks,looks,15886,6058,11288,5290,311.49,4.2010,72.22,3.7824 morning,morning,22389,6055,19916,5904,439.00,4.3501,72.19,3.7822 live,live,17574,6052,16956,5975,344.59,4.2449,72.15,3.7820 Excuse,excuse,18773,6042,4153,2872,368.10,4.2736,72.03,3.7813 move,move,21325,6041,15590,5620,418.14,4.3289,72.02,3.7812 house,house,26214,6040,24470,5849,514.00,4.4185,72.01,3.7811 wants,wants,15655,6036,15488,6021,306.96,4.1947,71.96,3.7808 few,few,15393,6032,15262,6005,301.82,4.1874,71.91,3.7805 Hi,hi,28464,5993,2809,1877,558.12,4.4543,71.45,3.7777 meet,meet,17966,5986,16880,5826,352.27,4.2545,71.36,3.7772 job,job,21063,5983,20853,5957,413.00,4.3235,71.33,3.7770 later,later,14889,5951,13588,5738,291.94,4.1729,70.95,3.7747 turn,turn,15630,5931,12394,5519,306.47,4.1940,70.71,3.7732 dead,dead,22898,5926,21564,5824,448.98,4.3598,70.65,3.7728 says,says,16356,5926,15607,5828,320.71,4.2137,70.65,3.7728 woman,woman,22166,5925,20418,5744,434.63,4.3457,70.64,3.7728 alone,alone,15735,5920,15212,5872,308.53,4.1969,70.58,3.7724 gone,gone,15135,5920,14552,5870,296.76,4.1800,70.58,3.7724 watch,watch,16831,5882,11063,4994,330.02,4.2261,70.12,3.7696 having,having,14752,5879,13957,5734,289.25,4.1689,70.09,3.7694 problem,problem,16833,5872,16547,5840,330.06,4.2262,70.00,3.7689 ago,ago,14592,5851,14580,5847,286.12,4.1641,69.75,3.7673 open,open,16341,5847,12221,5286,320.41,4.2133,69.71,3.7670 hell,hell,24012,5843,21531,5678,470.82,4.3804,69.66,3.7667 saying,saying,14874,5819,14733,5803,291.65,4.1725,69.37,3.7649 somebody,somebody,17571,5814,12595,5100,344.53,4.2448,69.31,3.7645 days,days,15592,5801,15338,5743,305.73,4.1929,69.16,3.7636 probably,probably,14323,5753,11791,5279,280.84,4.1561,68.59,3.7600 tonight,tonight,21047,5748,18906,5569,412.69,4.3232,68.53,3.7596 second,second,14513,5734,13210,5498,284.57,4.1618,68.36,3.7585 worry,worry,14638,5727,14549,5716,287.02,4.1655,68.28,3.7580 thinking,thinking,14353,5707,14047,5674,281.43,4.1570,68.04,3.7565 kill,kill,23081,5700,21184,5610,452.57,4.3633,67.95,3.7560 everybody,everybody,17555,5691,10979,4685,344.22,4.2444,67.85,3.7553 lost,lost,13974,5685,13337,5592,274.00,4.1454,67.78,3.7548 end,end,13559,5673,12881,5552,265.86,4.1323,67.63,3.7539 happen,happen,12968,5673,12938,5668,254.27,4.1129,67.63,3.7539 forget,forget,14130,5661,9985,4831,277.06,4.1502,67.49,3.7530 tomorrow,tomorrow,17134,5661,14712,5403,335.96,4.2339,67.49,3.7530 money,money,32679,5647,31545,5609,640.76,4.5143,67.32,3.7519 makes,makes,12296,5642,11398,5455,241.10,4.0898,67.26,3.7515 taking,taking,12263,5641,11683,5508,240.45,4.0886,67.25,3.7514 such,such,14852,5626,13715,5477,291.22,4.1718,67.07,3.7503 huh,huh,22350,5621,16575,5120,438.24,4.3493,67.01,3.7499 face,face,14747,5610,14152,5529,289.16,4.1687,66.88,3.7490 part,part,13337,5604,12790,5508,261.51,4.1251,66.81,3.7486 soon,soon,13140,5603,11958,5411,257.65,4.1186,66.80,3.7485 sit,sit,15879,5582,10730,4797,311.35,4.2009,66.55,3.7469 late,late,13756,5576,13446,5531,269.73,4.1385,66.48,3.7464 under,under,13358,5576,12475,5447,261.92,4.1258,66.48,3.7464 whatever,whatever,12584,5573,7156,4102,246.75,4.0999,66.44,3.7462 anyone,anyone,13018,5562,11462,5272,255.25,4.1146,66.31,3.7453 hand,hand,14262,5562,13466,5431,279.65,4.1542,66.31,3.7453 mother,mother,24476,5556,19376,5299,479.92,4.3888,66.24,3.7448 happy,happy,16993,5531,13664,5202,333.20,4.2303,65.94,3.7429 gave,gave,12428,5529,12188,5476,243.69,4.0944,65.92,3.7427 actually,actually,16439,5486,11254,4572,322.33,4.2159,65.40,3.7393 friends,friends,15578,5484,14864,5402,305.45,4.1925,65.38,3.7392 exactly,exactly,12607,5481,9921,4914,247.20,4.1006,65.34,3.7389 each,each,12916,5480,11938,5316,253.25,4.1112,65.33,3.7389 knows,knows,12492,5479,12406,5464,244.94,4.0967,65.32,3.7388 aren,aren,11946,5475,8871,4771,234.24,4.0773,65.27,3.7385 supposed,supposed,12865,5464,12755,5444,252.25,4.1094,65.14,3.7376 father,father,28279,5446,21688,5139,554.49,4.4515,64.93,3.7362 Miss,miss,23850,5432,8516,4163,467.65,4.3775,64.76,3.7350 stuff,stuff,15653,5429,15337,5392,306.92,4.1946,64.72,3.7348 mine,mine,12800,5426,11620,5229,250.98,4.1072,64.69,3.7346 making,making,11349,5422,10718,5293,222.53,4.0550,64.64,3.7342 least,least,10596,5406,10515,5380,207.76,4.0252,64.45,3.7330 easy,easy,13551,5385,10851,5022,265.71,4.1320,64.20,3.7313 working,working,12775,5370,12285,5275,250.49,4.1064,64.02,3.7301 anyway,anyway,12164,5348,8066,4344,238.51,4.0851,63.76,3.7283 chance,chance,12303,5343,12079,5334,241.24,4.0900,63.70,3.7279 play,play,18081,5343,17006,5231,354.53,4.2572,63.70,3.7279 family,family,18067,5340,17344,5255,354.25,4.2569,63.66,3.7276 true,true,12921,5312,12086,5159,253.35,4.1113,63.33,3.7253 gets,gets,11364,5311,11157,5270,222.82,4.0556,63.32,3.7253 comes,comes,11656,5304,11412,5258,228.55,4.0666,63.23,3.7247 check,check,14228,5293,10674,4744,278.98,4.1532,63.10,3.7238 door,door,14895,5286,14339,5228,292.06,4.1731,63.02,3.7232 change,change,12258,5259,11614,5139,240.35,4.0885,62.70,3.7210 means,means,11136,5250,10949,5198,218.35,4.0468,62.59,3.7202 deal,deal,13330,5231,12637,5123,261.37,4.1249,62.36,3.7187 gotta,gotta,25852,5221,24560,5128,506.90,4.4125,62.24,3.7178 minutes,minutes,13924,5208,13850,5196,273.02,4.1438,62.09,3.7168 five,five,14558,5205,10972,4701,285.45,4.1631,62.05,3.7165 point,point,12063,5202,11289,5072,236.53,4.0815,62.02,3.7163 far,far,11259,5187,10762,5099,220.76,4.0515,61.84,3.7150 business,business,16371,5186,15850,5136,321.00,4.2141,61.83,3.7149 set,set,11805,5185,10786,5007,231.47,4.0721,61.81,3.7148 close,close,11191,5181,9558,4849,219.43,4.0489,61.77,3.7145 times,times,11221,5170,10433,5021,220.02,4.0501,61.64,3.7136 goes,goes,11081,5163,10852,5116,217.27,4.0446,61.55,3.7130 car,car,24636,5154,23946,5106,483.06,4.3916,61.44,3.7122 word,word,12013,5147,11452,5030,235.55,4.0797,61.36,3.7116 son,son,20949,5145,18329,4838,410.76,4.3212,61.34,3.7115 Nobody,nobody,13599,5143,6710,3537,266.65,4.1335,61.31,3.7113 rest,rest,10861,5142,10547,5082,212.96,4.0359,61.30,3.7112 sir,sir,49188,5141,40651,4745,964.47,4.6919,61.29,3.7111 hurt,hurt,12564,5123,12407,5102,246.35,4.0992,61.08,3.7096 everyone,everyone,12324,5106,8565,4307,241.65,4.0908,60.87,3.7082 asked,asked,11029,5102,10932,5078,216.25,4.0426,60.82,3.7078 hit,hit,14025,5092,12275,4887,275.00,4.1469,60.71,3.7070 baby,baby,25978,5088,22729,4918,509.37,4.4146,60.66,3.7066 bit,bit,11987,5084,11793,5059,235.04,4.0787,60.61,3.7063 yours,yours,10441,5069,9763,4920,204.73,4.0188,60.43,3.7050 hands,hands,12063,5056,11214,4926,236.53,4.0815,60.28,3.7039 crazy,crazy,13886,5039,13059,4950,272.27,4.1426,60.07,3.7024 week,week,12164,5024,12051,5001,238.51,4.0851,59.90,3.7011 break,break,11275,5023,10114,4862,221.08,4.0522,59.88,3.7010 men,men,19011,4996,17450,4804,372.76,4.2790,59.56,3.6987 couple,couple,11394,4989,10892,4873,223.41,4.0567,59.48,3.6981 either,either,9308,4986,8023,4590,182.51,3.9689,59.44,3.6978 year,year,14174,4981,13091,4891,277.92,4.1515,59.38,3.6974 waiting,waiting,10767,4980,10338,4897,211.12,4.0321,59.37,3.6973 beautiful,beautiful,14266,4973,12867,4784,279.73,4.1543,59.29,3.6967 wish,wish,11991,4968,11419,4839,235.12,4.0789,59.23,3.6963 almost,almost,9857,4950,8491,4568,193.27,3.9938,59.01,3.6947 cause,cause,15812,4946,9988,4274,310.04,4.1990,58.97,3.6943 afraid,afraid,12631,4944,12167,4875,247.67,4.1015,58.94,3.6942 cut,cut,11718,4940,9347,4543,229.76,4.0689,58.89,3.6938 pay,pay,12985,4936,12103,4787,254.61,4.1135,58.85,3.6935 four,four,13045,4932,10261,4442,255.78,4.1155,58.80,3.6931 stand,stand,11536,4917,9252,4508,226.20,4.0621,58.62,3.6918 case,case,14403,4885,14006,4849,282.41,4.1585,58.24,3.6890 important,important,10587,4878,10506,4865,207.59,4.0248,58.15,3.6883 tried,tried,9529,4867,9353,4819,186.84,3.9791,58.02,3.6874 anybody,anybody,11573,4863,9361,4422,226.92,4.0635,57.98,3.6870 different,different,10686,4860,10327,4819,209.53,4.0289,57.94,3.6867 hours,hours,10959,4859,10899,4849,214.88,4.0398,57.93,3.6866 walk,walk,11009,4848,10219,4695,215.86,4.0418,57.80,3.6857 telling,telling,9730,4837,9559,4803,190.78,3.9882,57.67,3.6847 eat,eat,12846,4834,11616,4679,251.88,4.1088,57.63,3.6844 reason,reason,9858,4828,9783,4805,193.29,3.9938,57.56,3.6839 Shut,shut,13455,4828,5974,3329,263.82,4.1289,57.56,3.6839 inside,inside,10775,4811,10252,4715,211.27,4.0325,57.36,3.6823 wife,wife,17795,4811,17592,4781,348.92,4.2503,57.36,3.6823 trouble,trouble,11401,4785,11010,4724,223.55,4.0570,57.05,3.6800 eyes,eyes,11299,4766,10940,4705,221.55,4.0531,56.82,3.6782 also,also,10528,4765,9336,4461,206.43,4.0224,56.81,3.6782 hate,hate,10944,4752,10681,4700,214.59,4.0392,56.65,3.6770 read,read,12302,4733,11142,4497,241.22,4.0900,56.43,3.6752 behind,behind,9581,4729,9093,4630,187.86,3.9815,56.38,3.6749 started,started,9566,4727,9440,4695,187.57,3.9808,56.35,3.6747 ahead,ahead,10115,4726,10049,4716,198.33,4.0050,56.34,3.6746 pick,pick,10118,4726,8512,4388,198.39,4.0051,56.34,3.6746 side,side,10247,4725,9820,4646,200.92,4.0106,56.33,3.6745 person,person,10857,4712,10784,4688,212.88,4.0357,56.18,3.6733 damn,damn,14460,4711,7743,3458,283.53,4.1602,56.16,3.6732 half,half,10156,4685,9123,4473,199.14,4.0068,55.85,3.6708 young,young,12402,4685,11057,4483,243.18,4.0935,55.85,3.6708 brought,brought,8786,4666,8566,4608,172.27,3.9438,55.63,3.6690 sleep,sleep,11625,4661,10975,4565,227.94,4.0654,55.57,3.6686 funny,funny,11127,4659,10115,4421,218.18,4.0464,55.54,3.6684 die,die,13318,4657,12885,4602,261.14,4.1245,55.52,3.6682 between,between,8932,4654,8431,4504,175.14,3.9510,55.48,3.6679 fun,fun,12010,4632,11650,4589,235.49,4.0796,55.22,3.6659 kid,kid,17299,4625,15988,4556,339.20,4.2380,55.14,3.6652 though,though,9279,4620,8346,4365,181.94,3.9675,55.08,3.6647 wanna,wanna,25796,4611,24276,4493,505.80,4.4116,54.97,3.6639 front,front,9259,4589,8995,4530,181.55,3.9666,54.71,3.6618 question,question,10116,4587,9854,4528,198.35,4.0051,54.69,3.6616 heart,heart,12453,4582,11952,4507,244.18,4.0953,54.63,3.6611 seems,seems,8545,4557,7320,4146,167.55,3.9318,54.33,3.6588 number,number,12288,4542,10586,4332,240.94,4.0895,54.15,3.6573 line,line,10515,4539,10060,4455,206.18,4.0219,54.11,3.6571 school,school,16989,4531,15967,4447,333.12,4.2302,54.02,3.6563 against,against,10288,4528,9977,4466,201.73,4.0124,53.98,3.6560 anymore,anymore,9597,4514,9558,4506,188.18,3.9822,53.81,3.6547 kids,kids,15356,4510,14253,4365,301.10,4.1863,53.77,3.6543 phone,phone,13756,4502,13087,4436,269.73,4.1385,53.67,3.6535 welcome,welcome,9140,4499,4954,3160,179.22,3.9610,53.64,3.6532 met,met,9758,4456,9598,4420,191.33,3.9894,53.12,3.6490 shouldn,shouldn,8083,4454,7131,4099,158.49,3.9076,53.10,3.6488 high,high,9945,4450,8393,4173,195.00,3.9976,53.05,3.6485 outside,outside,8671,4429,8207,4324,170.02,3.9381,52.80,3.6464 killed,killed,14792,4422,14523,4394,290.04,4.1701,52.72,3.6457 sometimes,sometimes,9129,4393,4952,3087,179.00,3.9605,52.37,3.6429 moment,moment,9539,4391,9482,4374,187.04,3.9795,52.35,3.6427 needs,needs,8198,4390,8048,4363,160.75,3.9138,52.34,3.6426 fact,fact,8801,4369,8649,4339,172.57,3.9446,52.09,3.6405 sounds,sounds,7970,4362,5117,3310,156.27,3.9015,52.00,3.6398 drink,drink,12617,4353,11605,4198,247.39,4.1010,51.90,3.6389 Dad,dad,25870,4351,9451,2954,507.25,4.4128,51.87,3.6387 six,six,10176,4351,7893,3858,199.53,4.0076,51.87,3.6387 answer,answer,8986,4344,8076,4105,176.20,3.9536,51.79,3.6380 feeling,feeling,8577,4344,8180,4232,168.18,3.9334,51.79,3.6380 hour,hour,8277,4343,8175,4323,162.29,3.9179,51.78,3.6379 full,full,8512,4326,7840,4186,166.90,3.9301,51.57,3.6362 along,along,9330,4314,9089,4242,182.94,3.9699,51.43,3.6350 glad,glad,8740,4312,7601,3977,171.37,3.9416,51.41,3.6348 speak,speak,9546,4289,8646,4067,187.18,3.9799,51.13,3.6325 quite,quite,10332,4287,9119,4044,202.59,4.0142,51.11,3.6323 buy,buy,9814,4286,9138,4142,192.43,3.9919,51.10,3.6322 able,able,8155,4285,8048,4258,159.90,3.9115,51.08,3.6321 death,death,11051,4278,9811,4118,216.69,4.0434,51.00,3.6313 free,free,9054,4278,8183,4144,177.53,3.9569,51.00,3.6313 stupid,stupid,9405,4276,8456,4059,184.41,3.9734,50.98,3.6311 running,running,8054,4268,7692,4180,157.92,3.9061,50.88,3.6303 story,story,11260,4265,11048,4208,220.78,4.0516,50.85,3.6300 lose,lose,8382,4251,8123,4192,164.35,3.9234,50.68,3.6286 send,send,9169,4250,7546,3886,179.78,3.9624,50.67,3.6285 trust,trust,9087,4242,7040,3577,178.18,3.9585,50.57,3.6277 shot,shot,11599,4236,11300,4185,227.43,4.0645,50.50,3.6271 hot,hot,9682,4209,8497,3982,189.84,3.9860,50.18,3.6243 truth,truth,9801,4193,9350,4095,192.18,3.9913,49.99,3.6226 honey,honey,15325,4185,9954,3549,300.49,4.1854,49.89,3.6218 clear,clear,8763,4184,7369,3974,171.82,3.9427,49.88,3.6217 till,till,8503,4158,7743,3975,166.73,3.9296,49.57,3.6190 lady,lady,11071,4129,8981,3792,217.08,4.0442,49.23,3.6160 water,water,11478,4127,10619,3999,225.06,4.0599,49.20,3.6157 town,town,12644,4116,12250,4047,247.92,4.1019,49.07,3.6146 bed,bed,9543,4113,9407,4094,187.12,3.9797,49.03,3.6143 living,living,7983,4108,7628,4027,156.53,3.9022,48.97,3.6137 seem,seem,7131,4104,7075,4086,139.82,3.8532,48.93,3.6133 Mom,mom,21950,4077,8199,2746,430.39,4.3415,48.61,3.6104 sound,sound,7313,4069,6839,3922,143.39,3.8642,48.51,3.6096 happens,happens,6996,4060,6872,4005,137.18,3.8449,48.40,3.6086 lives,lives,7124,4028,6917,3955,139.69,3.8528,48.02,3.6052 save,save,8278,4028,6788,3612,162.31,3.9180,48.02,3.6052 taken,taken,7071,4027,6935,3985,138.65,3.8495,48.01,3.6051 months,months,8314,4025,8241,4010,163.02,3.9199,47.99,3.6049 serious,serious,7566,4006,7398,3965,148.35,3.8789,47.76,3.6028 touch,touch,7534,4000,7145,3913,147.73,3.8771,47.69,3.6022 bet,bet,8763,3981,8127,3829,171.82,3.9427,47.46,3.6001 news,news,8399,3976,7681,3838,164.69,3.9243,47.40,3.5996 office,office,10399,3975,9913,3902,203.90,4.0170,47.39,3.5994 leaving,leaving,7211,3962,6921,3869,141.39,3.8581,47.23,3.5980 body,body,9972,3961,9740,3912,195.53,3.9988,47.22,3.5979 dinner,dinner,10336,3958,9643,3853,202.67,4.0144,47.19,3.5976 married,married,12163,3952,11776,3890,238.49,4.0851,47.11,3.5969 fire,fire,10990,3948,9099,3704,215.49,4.0410,47.07,3.5965 light,light,8425,3924,7737,3767,165.20,3.9256,46.78,3.5938 perfect,perfect,8091,3915,6687,3502,158.65,3.9081,46.67,3.5928 special,special,7577,3885,6616,3629,148.57,3.8796,46.32,3.5895 hang,hang,7535,3879,5013,3048,147.75,3.8771,46.24,3.5888 luck,luck,7840,3874,7609,3815,153.73,3.8944,46.19,3.5883 lucky,lucky,7316,3874,6089,3550,143.45,3.8643,46.19,3.5883 promise,promise,7809,3874,6857,3687,153.12,3.8927,46.19,3.5883 uh,uh,36579,3874,20489,3313,717.24,4.5632,46.19,3.5883 sick,sick,8437,3867,8126,3798,165.43,3.9262,46.10,3.5875 weren,weren,6237,3867,5840,3723,122.29,3.7950,46.10,3.5875 asking,asking,6546,3849,6452,3818,128.35,3.8160,45.89,3.5855 sense,sense,6722,3839,6671,3825,131.80,3.8276,45.77,3.5843 women,women,9978,3827,8801,3599,195.65,3.9991,45.62,3.5830 order,order,7985,3825,7264,3695,156.57,3.9023,45.60,3.5827 its,its,8757,3818,8139,3749,171.71,3.9424,45.52,3.5819 fast,fast,7010,3808,6744,3747,137.45,3.8458,45.40,3.5808 brother,brother,14481,3795,12937,3681,283.94,4.1608,45.24,3.5793 game,game,11926,3774,11451,3698,233.84,4.0765,44.99,3.5769 catch,catch,6911,3765,6227,3542,135.51,3.8396,44.89,3.5759 sent,sent,7038,3760,6908,3721,138.00,3.8475,44.83,3.5753 sort,sort,7584,3753,6943,3526,148.71,3.8800,44.74,3.5745 himself,himself,7168,3749,7122,3737,140.55,3.8555,44.69,3.5740 boys,boys,11432,3747,10241,3581,224.16,4.0582,44.67,3.5738 alive,alive,7878,3735,7714,3704,154.47,3.8965,44.53,3.5724 known,known,6300,3732,6222,3710,123.53,3.7994,44.49,3.5721 died,died,8018,3730,7900,3711,157.22,3.9041,44.47,3.5718 party,party,11890,3724,11254,3620,233.14,4.0752,44.40,3.5711 drive,drive,7810,3714,7009,3479,153.14,3.8927,44.28,3.5700 playing,playing,7515,3707,7144,3584,147.35,3.8760,44.19,3.5691 doctor,doctor,13461,3703,9101,3267,263.94,4.1291,44.15,3.5687 fight,fight,10255,3703,9638,3647,201.08,4.0110,44.15,3.5687 kidding,kidding,6822,3698,6694,3662,133.76,3.8340,44.09,3.5681 figure,figure,6598,3693,6356,3613,129.37,3.8195,44.03,3.5675 pull,pull,7469,3679,5265,3217,146.45,3.8733,43.86,3.5658 throw,throw,6570,3674,5436,3305,128.82,3.8176,43.80,3.5653 cool,cool,9990,3670,7778,3271,195.88,3.9996,43.75,3.5648 calling,calling,6311,3660,6009,3563,123.75,3.8002,43.63,3.5636 unless,unless,5798,3653,3557,2603,113.69,3.7634,43.55,3.5628 looked,looked,6166,3650,5983,3570,120.90,3.7901,43.51,3.5624 Hurry,hurry,8856,3638,4188,2554,173.65,3.9473,43.37,3.5610 girls,girls,10626,3635,9458,3480,208.35,4.0264,43.34,3.5606 past,past,6312,3633,6153,3582,123.76,3.8002,43.31,3.5604 hair,hair,7831,3632,7535,3582,153.55,3.8939,43.30,3.5603 takes,takes,5986,3622,5684,3522,117.37,3.7772,43.18,3.5591 except,except,5696,3610,3434,2472,111.69,3.7556,43.04,3.5576 top,top,6805,3606,6080,3440,133.43,3.8329,42.99,3.5571 food,food,7876,3605,7355,3494,154.43,3.8964,42.98,3.5570 finally,finally,5989,3591,4935,3157,117.43,3.7774,42.81,3.5553 straight,straight,6244,3590,5672,3421,122.43,3.7955,42.80,3.5552 sweet,sweet,7405,3578,6006,3208,145.20,3.8696,42.66,3.5538 wonder,wonder,5966,3567,5465,3364,116.98,3.7758,42.53,3.5524 giving,giving,5613,3561,5383,3485,110.06,3.7493,42.45,3.5517 drop,drop,6661,3548,4982,3033,130.61,3.8236,42.30,3.5501 worked,worked,5877,3544,5757,3499,115.24,3.7692,42.25,3.5496 small,small,6373,3533,5893,3393,124.96,3.8044,42.12,3.5483 plan,plan,7432,3528,7109,3476,145.73,3.8712,42.06,3.5477 somewhere,somewhere,5688,3528,5142,3331,111.53,3.7550,42.06,3.5477 less,less,5666,3527,5310,3392,111.10,3.7534,42.05,3.5475 blood,blood,9492,3526,8698,3393,186.12,3.9774,42.04,3.5474 none,none,5641,3522,3332,2400,110.61,3.7514,41.99,3.5469 safe,safe,7303,3522,6950,3433,143.20,3.8636,41.99,3.5469 sign,sign,6797,3519,6282,3379,133.27,3.8324,41.95,3.5465 piece,piece,6349,3510,6090,3426,124.49,3.8028,41.85,3.5454 cold,cold,6638,3509,6101,3347,130.16,3.8221,41.83,3.5453 weeks,weeks,6637,3474,6569,3458,130.14,3.8220,41.42,3.5410 Bye,bye,9184,3473,1097,728,180.08,3.9631,41.40,3.5408 turned,turned,5388,3459,5230,3390,105.65,3.7315,41.24,3.5391 clean,clean,6183,3455,5587,3307,121.24,3.7913,41.19,3.5386 dear,dear,11395,3448,9363,2874,223.43,4.0568,41.11,3.5377 Ah,ah,10535,3435,750,375,206.57,4.0227,40.95,3.5361 follow,follow,6283,3431,4659,2885,123.20,3.7982,40.90,3.5355 seeing,seeing,5591,3430,5228,3268,109.63,3.7476,40.89,3.5354 Mrs,mrs,15858,3415,57,36,310.94,4.2003,40.71,3.5335 learn,learn,6047,3414,5767,3322,118.57,3.7816,40.70,3.5334 street,street,7557,3411,5281,2861,148.18,3.8784,40.67,3.5330 works,works,5357,3406,5128,3306,105.04,3.7290,40.61,3.5324 explain,explain,5670,3386,5321,3267,111.18,3.7537,40.37,3.5298 ass,ass,11545,3379,11381,3359,226.37,4.0624,40.28,3.5289 ain,ain,22248,3378,19665,3209,436.24,4.3473,40.27,3.5288 husband,husband,9935,3377,9797,3359,194.80,3.9972,40.26,3.5287 Wow,wow,8160,3377,828,624,160.00,3.9117,40.26,3.5287 possible,possible,5816,3373,5634,3317,114.04,3.7647,40.21,3.5281 police,police,12044,3369,9934,3146,236.16,4.0808,40.16,3.5276 wonderful,wonderful,8364,3362,7260,3088,164.00,3.9225,40.08,3.5267 white,white,8744,3355,6335,2804,171.45,3.9418,40.00,3.5258 lie,lie,6133,3353,5740,3231,120.25,3.7877,39.97,3.5256 felt,felt,6111,3349,6049,3322,119.82,3.7862,39.93,3.5250 meant,meant,5316,3348,5283,3333,104.24,3.7257,39.91,3.5249 step,step,6052,3343,4533,2864,118.67,3.7820,39.85,3.5243 air,air,7090,3325,6023,3132,139.02,3.8507,39.64,3.5219 fall,fall,6044,3322,5510,3231,118.51,3.7814,39.60,3.5215 city,city,8624,3321,5760,2637,169.10,3.9358,39.59,3.5214 moving,moving,6104,3320,5744,3178,119.69,3.7857,39.58,3.5213 scared,scared,6803,3316,6472,3241,133.39,3.8328,39.53,3.5207 words,words,6223,3315,6052,3263,122.02,3.7941,39.52,3.5206 meeting,meeting,6752,3307,6589,3256,132.39,3.8295,39.43,3.5196 expect,expect,5299,3306,5220,3285,103.90,3.7243,39.41,3.5194 rather,rather,5825,3305,5546,3236,114.22,3.7654,39.40,3.5193 worth,worth,5569,3301,5387,3248,109.20,3.7459,39.35,3.5188 country,country,8254,3298,8030,3244,161.84,3.9167,39.32,3.5184 absolutely,absolutely,5769,3291,3032,2053,113.12,3.7612,39.23,3.5175 become,become,5894,3286,5798,3260,115.57,3.7705,39.18,3.5168 early,early,5510,3284,5221,3192,108.04,3.7412,39.15,3.5165 company,company,7507,3283,6473,3073,147.20,3.8755,39.14,3.5164 longer,longer,5046,3279,4992,3260,98.94,3.7030,39.09,3.5159 children,children,8930,3276,8314,3161,175.10,3.9509,39.06,3.5155 thinks,thinks,5235,3274,5135,3222,102.65,3.7190,39.03,3.5152 ten,ten,7395,3273,5220,2507,145.00,3.8690,39.02,3.5151 handle,handle,5529,3272,5439,3255,108.41,3.7427,39.01,3.5149 shoot,shoot,8412,3264,6828,2894,164.94,3.9250,38.91,3.5139 control,control,6662,3263,5978,3139,130.63,3.8237,38.90,3.5138 careful,careful,5550,3256,4396,2813,108.82,3.7444,38.82,3.5128 feet,feet,6157,3256,6051,3225,120.73,3.7894,38.82,3.5128 worse,worse,5002,3252,4724,3130,98.08,3.6992,38.77,3.5123 book,book,9026,3244,8226,3075,176.98,3.9555,38.67,3.5112 poor,poor,6583,3224,4713,2608,129.08,3.8185,38.44,3.5085 forgot,forgot,5045,3217,4886,3146,98.92,3.7029,38.35,3.5076 eye,eye,5701,3216,5464,3157,111.78,3.7560,38.34,3.5075 busy,busy,5433,3206,5214,3141,106.53,3.7351,38.22,3.5061 beat,beat,6716,3192,6006,3002,131.69,3.8272,38.05,3.5042 black,black,8565,3190,6530,2787,167.94,3.9328,38.03,3.5039 changed,changed,5148,3188,5057,3166,100.94,3.7117,38.01,3.5037 talked,talked,5226,3187,5158,3165,102.47,3.7183,37.99,3.5035 ones,ones,5177,3185,4985,3129,101.51,3.7142,37.97,3.5032 picture,picture,7061,3178,6868,3119,138.45,3.8489,37.89,3.5023 questions,questions,6016,3169,5900,3139,117.96,3.7794,37.78,3.5011 broke,broke,5355,3149,5171,3093,105.00,3.7288,37.54,3.4983 pass,pass,5514,3148,4686,2877,108.12,3.7415,37.53,3.4982 tired,tired,5745,3148,5544,3097,112.65,3.7594,37.53,3.4982 watching,watching,5081,3138,4818,3033,99.63,3.7060,37.41,3.4968 em,em,12849,3135,12622,3090,251.94,4.1089,37.37,3.4964 quiet,quiet,5978,3135,4377,2683,117.22,3.7766,37.37,3.4964 anywhere,anywhere,4501,3133,4189,2987,88.25,3.6534,37.35,3.4961 wear,wear,5576,3127,5290,3033,109.33,3.7464,37.28,3.4953 finish,finish,5045,3124,4582,2942,98.92,3.7029,37.24,3.4949 mistake,mistake,5200,3121,5156,3115,101.96,3.7161,37.21,3.4944 ride,ride,6904,3116,6576,3054,135.37,3.8392,37.15,3.4937 fault,fault,5310,3101,5291,3091,104.12,3.7252,36.97,3.4916 ladies,ladies,7054,3101,4390,2295,138.31,3.8485,36.97,3.4916 needed,needed,4818,3101,4789,3093,94.47,3.6830,36.97,3.4916 quick,quick,5542,3097,4067,2650,108.67,3.7437,36.92,3.4911 choice,choice,4975,3095,4925,3072,97.55,3.6969,36.90,3.4908 act,act,5565,3086,5100,2923,109.12,3.7455,36.79,3.4895 cannot,cannot,6465,3080,6380,3058,126.76,3.8106,36.72,3.4887 given,given,4851,3071,4579,2962,95.12,3.6859,36.61,3.4874 hasn,hasn,4625,3069,4371,2966,90.69,3.6652,36.59,3.4871 child,child,8040,3067,7673,2995,157.65,3.9053,36.56,3.4869 caught,caught,4791,3063,4578,2985,93.94,3.6805,36.52,3.4863 shall,shall,9441,3061,7220,2422,185.12,3.9751,36.49,3.4860 worried,worried,4831,3061,4770,3041,94.73,3.6841,36.49,3.4860 dog,dog,9835,3049,8851,2935,192.84,3.9928,36.35,3.4843 sister,sister,9207,3046,7971,2911,180.53,3.9642,36.31,3.4839 red,red,7551,3042,4353,2450,148.06,3.8781,36.27,3.4833 coffee,coffee,7371,3039,6559,2876,144.53,3.8676,36.23,3.4829 spend,spend,4757,3031,4617,2964,93.27,3.6774,36.13,3.4817 kept,kept,4559,3028,4424,2963,89.39,3.6590,36.10,3.4813 mouth,mouth,5325,3022,5133,2979,104.41,3.7264,36.03,3.4804 certainly,certainly,6067,3021,4411,2566,118.96,3.7830,36.02,3.4803 yesterday,yesterday,4935,3020,4221,2724,96.76,3.6934,36.00,3.4802 sitting,sitting,4814,3005,4549,2902,94.39,3.6826,35.82,3.4780 attention,attention,5032,3000,3854,2620,98.67,3.7018,35.77,3.4773 stick,stick,4953,2995,4136,2677,97.12,3.6950,35.71,3.4765 daughter,daughter,8739,2993,8576,2957,171.35,3.9415,35.68,3.4763 date,date,7218,2987,7068,2947,141.53,3.8585,35.61,3.4754 power,power,7600,2980,7049,2854,149.02,3.8809,35.53,3.4744 gun,gun,10873,2976,10548,2928,213.20,4.0364,35.48,3.4738 mad,mad,5784,2965,5489,2879,113.41,3.7623,35.35,3.4722 loved,loved,5627,2957,5516,2937,110.33,3.7504,35.25,3.4710 middle,middle,4549,2957,4154,2785,89.20,3.6580,35.25,3.4710 gentlemen,gentlemen,7874,2943,5922,2566,154.39,3.8963,35.09,3.4689 decided,decided,4521,2942,4457,2908,88.65,3.6553,35.07,3.4688 write,write,6467,2942,5943,2777,126.80,3.8108,35.07,3.4688 human,human,6363,2931,5908,2827,124.76,3.8037,34.94,3.4672 O,o,9598,2930,3232,1241,188.20,3.9822,34.93,3.4670 wake,wake,5366,2929,3870,2474,105.22,3.7297,34.92,3.4669 Perhaps,perhaps,6939,2926,2963,1778,136.06,3.8414,34.88,3.4664 missed,missed,4568,2924,4413,2862,89.57,3.6598,34.86,3.4661 others,others,5061,2916,4799,2826,99.24,3.7043,34.76,3.4649 parents,parents,7177,2902,6954,2864,140.73,3.8560,34.60,3.4628 month,month,4854,2895,4782,2866,95.18,3.6862,34.51,3.4618 across,across,4801,2892,4577,2814,94.14,3.6814,34.48,3.4613 Besides,besides,4328,2891,1162,1021,84.86,3.6364,34.47,3.4612 table,table,5387,2889,5136,2826,105.63,3.7314,34.44,3.4609 appreciate,appreciate,4373,2885,4198,2809,85.75,3.6409,34.39,3.4603 ran,ran,4296,2870,4154,2808,84.24,3.6332,34.22,3.4580 simple,simple,4555,2861,4169,2706,89.31,3.6586,34.11,3.4567 suppose,suppose,6416,2854,5507,2688,125.80,3.8073,34.02,3.4556 bitch,bitch,8609,2849,7973,2775,168.80,3.9350,33.97,3.4548 secret,secret,5585,2847,4969,2688,109.51,3.7471,33.94,3.4545 personal,personal,4675,2828,4488,2762,91.67,3.6699,33.71,3.4516 blow,blow,4976,2826,4475,2660,97.57,3.6970,33.69,3.4513 short,short,4367,2823,4033,2707,85.63,3.6403,33.66,3.4509 instead,instead,4043,2822,3268,2409,79.27,3.6068,33.64,3.4507 near,near,4238,2814,4055,2741,83.10,3.6273,33.55,3.4495 fair,fair,4832,2810,4184,2533,94.75,3.6842,33.50,3.4489 terrible,terrible,4795,2810,4452,2699,94.02,3.6809,33.50,3.4489 dream,dream,6798,2809,6418,2729,133.29,3.8324,33.49,3.4487 relax,relax,4936,2807,2806,1884,96.78,3.6935,33.46,3.4484 evening,evening,6155,2803,5716,2681,120.69,3.7893,33.42,3.4478 smart,smart,4909,2793,4489,2612,96.25,3.6911,33.30,3.4462 happening,happening,4618,2792,4601,2789,90.55,3.6645,33.29,3.4461 clothes,clothes,5158,2790,5060,2761,101.14,3.7126,33.26,3.4458 wearing,wearing,4410,2790,4329,2753,86.47,3.6445,33.26,3.4458 win,win,6867,2788,6649,2753,134.65,3.8368,33.24,3.4454 cover,cover,4808,2782,4247,2569,94.27,3.6821,33.17,3.4445 seven,seven,5327,2780,3853,2305,104.45,3.7266,33.14,3.4442 finished,finished,4269,2777,4047,2675,83.71,3.6304,33.11,3.4437 enjoy,enjoy,4222,2769,3149,2236,82.78,3.6256,33.01,3.4425 road,road,5709,2766,5043,2567,111.94,3.7566,32.98,3.4420 Um,um,11197,2766,5165,1934,219.55,4.0491,32.98,3.4420 interesting,interesting,4421,2753,3822,2473,86.69,3.6456,32.82,3.4400 tough,tough,4616,2746,4068,2513,90.51,3.6644,32.74,3.4389 kiss,kiss,6179,2739,5294,2483,121.16,3.7910,32.65,3.4378 ma,ma,9476,2738,5136,1970,185.80,3.9767,32.64,3.4376 surprise,surprise,4534,2738,3954,2556,88.90,3.6566,32.64,3.4376 forever,forever,4529,2737,4119,2648,88.80,3.6561,32.63,3.4374 lying,lying,4472,2733,4319,2687,87.69,3.6506,32.58,3.4368 floor,floor,5132,2732,5030,2699,100.63,3.7104,32.57,3.4366 imagine,imagine,4133,2727,3427,2366,81.04,3.6164,32.51,3.4358 join,join,4255,2707,3797,2529,83.43,3.6290,32.27,3.4326 standing,standing,3994,2702,3712,2588,78.31,3.6015,32.21,3.4318 music,music,7734,2699,6912,2508,151.65,3.8885,32.18,3.4314 bought,bought,4362,2687,4270,2648,85.53,3.6398,32.03,3.4294 stopped,stopped,3844,2687,3786,2666,75.37,3.5849,32.03,3.4294 strong,strong,4430,2684,4156,2606,86.86,3.6465,32.00,3.4289 eight,eight,5010,2682,3743,2256,98.24,3.6999,31.97,3.4286 completely,completely,4303,2679,4021,2561,84.37,3.6339,31.94,3.4281 charge,charge,4559,2675,4201,2554,89.39,3.6590,31.89,3.4275 interested,interested,4374,2669,4309,2644,85.76,3.6410,31.82,3.4265 state,state,5500,2669,3976,2195,107.84,3.7404,31.82,3.4265 count,count,4588,2655,3618,2421,89.96,3.6617,31.65,3.4242 certain,certain,4354,2654,4170,2582,85.37,3.6390,31.64,3.4241 Daddy,daddy,9439,2645,2455,1238,185.08,3.9750,31.53,3.4226 paid,paid,4369,2639,4270,2607,85.67,3.6405,31.46,3.4216 Dr,dr,15194,2638,111,45,297.92,4.1817,31.45,3.4214 lunch,lunch,5310,2637,4997,2561,104.12,3.7252,31.44,3.4213 calls,calls,4097,2636,4018,2605,80.33,3.6126,31.43,3.4211 future,future,5278,2631,5099,2607,103.49,3.7226,31.37,3.4203 dark,dark,4519,2629,4110,2496,88.61,3.6551,31.34,3.4200 entire,entire,4070,2627,4061,2623,79.80,3.6097,31.32,3.4196 missing,missing,4484,2626,4301,2575,87.92,3.6518,31.31,3.4195 paper,paper,5271,2626,4995,2557,103.35,3.7220,31.31,3.4195 team,team,7528,2623,6765,2473,147.61,3.8767,31.27,3.4190 present,present,4562,2622,4340,2544,89.45,3.6593,31.26,3.4188 proud,proud,4265,2621,4141,2576,83.63,3.6300,31.25,3.4186 report,report,5508,2621,5109,2527,108.00,3.7411,31.25,3.4186 mess,mess,3985,2614,3856,2560,78.14,3.6005,31.16,3.4175 hospital,hospital,6334,2611,5727,2472,124.20,3.8017,31.13,3.4170 return,return,4676,2611,4311,2508,91.69,3.6700,31.13,3.4170 realize,realize,4032,2604,4009,2596,79.06,3.6056,31.04,3.4158 afternoon,afternoon,4666,2597,4410,2505,91.49,3.6690,30.96,3.4146 weird,weird,5156,2597,4836,2513,101.10,3.7124,30.96,3.4146 difference,difference,4066,2593,4045,2583,79.73,3.6093,30.91,3.4140 swear,swear,4496,2581,4315,2538,88.16,3.6529,30.77,3.4120 fix,fix,4426,2576,4091,2463,86.78,3.6461,30.71,3.4111 pain,pain,4995,2568,4767,2516,97.94,3.6986,30.62,3.4098 born,born,4268,2565,4014,2451,83.69,3.6303,30.58,3.4093 likes,likes,3889,2561,3844,2545,76.25,3.5899,30.53,3.4086 war,war,8912,2546,7448,2218,174.75,3.9500,30.35,3.4060 pleasure,pleasure,4118,2545,3711,2365,80.75,3.6148,30.34,3.4059 putting,putting,3467,2537,3259,2417,67.98,3.5401,30.25,3.4045 figured,figured,3893,2533,3733,2461,76.33,3.5904,30.20,3.4038 shit,shit,24207,2531,17852,2321,474.65,4.3840,30.17,3.4035 strange,strange,4408,2531,3964,2375,86.43,3.6443,30.17,3.4035 spent,spent,3574,2529,3472,2479,70.08,3.5533,30.15,3.4031 million,million,6145,2528,6091,2519,120.49,3.7886,30.14,3.4029 neither,neither,3451,2527,2037,1637,67.67,3.5381,30.13,3.4028 during,during,3872,2524,3369,2310,75.92,3.5880,30.09,3.4023 liked,liked,4017,2522,3997,2519,78.76,3.6040,30.07,3.4019 law,law,5932,2517,5421,2413,116.31,3.7733,30.01,3.4011 lead,lead,4246,2517,4021,2426,83.25,3.6281,30.01,3.4011 using,using,3520,2513,3301,2398,69.02,3.5467,29.96,3.4004 bag,bag,4796,2508,4600,2458,94.04,3.6810,29.90,3.3995 situation,situation,4207,2505,4138,2488,82.49,3.6241,29.86,3.3990 starting,starting,3558,2500,3233,2326,69.76,3.5513,29.80,3.3981 age,age,4039,2499,3772,2388,79.20,3.6064,29.79,3.3979 sex,sex,7761,2490,7147,2392,152.18,3.8900,29.69,3.3964 blue,blue,5222,2487,3736,2106,102.39,3.7179,29.65,3.3959 lovely,lovely,4853,2473,4163,2247,95.16,3.6861,29.48,3.3934 Whoa,whoa,8023,2473,2230,899,157.31,3.9044,29.48,3.3934 walking,walking,3826,2470,3559,2368,75.02,3.5829,29.45,3.3929 feels,feels,3569,2468,3220,2278,69.98,3.5527,29.42,3.3925 calm,calm,4541,2466,2998,1948,89.04,3.6572,29.40,3.3922 dance,dance,7550,2465,6993,2378,148.04,3.8780,29.39,3.3920 cute,cute,4475,2459,4005,2279,87.75,3.6509,29.32,3.3909 especially,especially,3428,2459,1966,1535,67.22,3.5352,29.32,3.3909 deep,deep,3896,2454,3285,2263,76.39,3.5907,29.26,3.3901 class,class,5985,2445,5569,2353,117.35,3.7771,29.15,3.3885 seat,seat,4018,2443,3943,2416,78.78,3.6041,29.12,3.3881 holding,holding,3530,2442,3362,2378,69.22,3.5479,29.11,3.3879 window,window,4386,2442,4287,2410,86.00,3.6422,29.11,3.3879 hungry,hungry,3931,2441,3690,2352,77.08,3.5946,29.10,3.3877 sell,sell,4705,2441,4461,2368,92.25,3.6727,29.10,3.3877 picked,picked,3534,2431,3442,2392,69.29,3.5484,28.98,3.3860 problems,problems,3931,2427,3857,2395,77.08,3.5946,28.93,3.3852 message,message,4667,2424,4509,2392,91.51,3.6691,28.90,3.3847 fell,fell,3723,2423,3604,2393,73.00,3.5710,28.89,3.3845 history,history,4280,2416,3908,2307,83.92,3.6315,28.80,3.3833 building,building,5078,2411,4690,2305,99.57,3.7058,28.74,3.3824 broken,broken,3634,2409,3450,2356,71.25,3.5605,28.72,3.3820 quit,quit,4595,2408,3798,2088,90.10,3.6624,28.71,3.3818 service,service,4076,2407,3427,2188,79.92,3.6103,28.70,3.3817 smell,smell,4240,2396,3961,2308,83.14,3.6275,28.56,3.3797 voice,voice,4394,2396,4207,2340,86.16,3.6430,28.56,3.3797 record,record,4365,2395,4265,2365,85.59,3.6401,28.55,3.3795 moved,moved,3536,2394,3474,2366,69.33,3.5486,28.54,3.3793 grab,grab,3614,2392,2463,1850,70.86,3.5581,28.52,3.3789 definitely,definitely,3848,2391,2972,2028,75.45,3.5853,28.51,3.3788 slow,slow,3877,2389,2890,1988,76.02,3.5886,28.48,3.3784 dangerous,dangerous,3817,2386,3676,2346,74.84,3.5818,28.45,3.3779 bother,bother,3436,2383,3399,2370,67.37,3.5362,28.41,3.3773 killing,killing,3965,2381,3694,2296,77.75,3.5984,28.39,3.3769 single,single,3676,2377,3452,2279,72.08,3.5655,28.34,3.3762 information,information,4557,2373,4449,2344,89.35,3.6588,28.29,3.3755 offer,offer,3810,2371,3740,2342,74.71,3.5810,28.27,3.3751 favor,favor,3609,2370,3569,2366,70.76,3.5575,28.25,3.3749 fool,fool,4556,2370,4311,2308,89.33,3.6587,28.25,3.3749 amazing,amazing,4167,2369,3656,2160,81.71,3.6199,28.24,3.3747 gives,gives,3290,2368,3118,2281,64.51,3.5173,28.23,3.3746 trip,trip,4202,2366,4055,2343,82.39,3.6236,28.21,3.3742 named,named,3564,2359,3492,2327,69.88,3.5521,28.12,3.3729 upset,upset,3800,2354,3768,2352,74.51,3.5799,28.06,3.3720 box,box,4577,2353,4355,2296,89.75,3.6607,28.05,3.3718 owe,owe,3782,2353,3767,2350,74.16,3.5778,28.05,3.3718 third,third,3801,2351,3109,2038,74.53,3.5800,28.03,3.3714 hide,hide,3554,2348,3208,2224,69.69,3.5508,27.99,3.3709 share,share,3545,2346,3399,2296,69.51,3.5497,27.97,3.3705 forward,forward,3689,2341,3323,2254,72.33,3.5670,27.91,3.3696 earth,earth,5074,2339,2773,1703,99.49,3.7054,27.89,3.3692 saved,saved,3558,2339,3427,2268,69.76,3.5513,27.89,3.3692 boss,boss,6339,2333,5071,2216,124.29,3.8021,27.81,3.3681 honest,honest,3689,2331,3241,2128,72.33,3.5670,27.79,3.3677 speaking,speaking,3565,2326,2507,1775,69.90,3.5522,27.73,3.3668 buddy,buddy,5247,2321,4328,2189,102.88,3.7200,27.67,3.3659 wondering,wondering,3231,2318,3165,2285,63.35,3.5095,27.63,3.3653 usually,usually,3214,2317,2715,2028,63.02,3.5072,27.62,3.3651 stuck,stuck,3399,2312,3283,2273,66.65,3.5315,27.56,3.3642 loves,loves,3695,2298,3586,2256,72.45,3.5677,27.40,3.3615 th,th,4989,2289,4944,2274,97.82,3.6981,27.29,3.3598 twice,twice,3191,2287,2800,2100,62.57,3.5041,27.27,3.3595 totally,totally,4377,2286,3858,2141,85.82,3.6413,27.25,3.3593 Jesus,jesus,8220,2273,25,18,161.18,3.9149,27.10,3.3568 whose,whose,3187,2272,2137,1640,62.49,3.5035,27.09,3.3566 Goodbye,goodbye,5942,2268,2106,1294,116.51,3.7740,27.04,3.3558 ground,ground,3696,2265,3572,2223,72.47,3.5678,27.00,3.3553 respect,respect,3644,2265,3476,2226,71.45,3.5617,27.00,3.3553 agree,agree,3298,2264,3269,2253,64.67,3.5184,26.99,3.3551 driving,driving,3780,2264,3627,2207,74.12,3.5776,26.99,3.3551 Tv,tv,5199,2263,76,50,101.94,3.7160,26.98,3.3549 prove,prove,3590,2261,3368,2152,70.39,3.5552,26.96,3.3545 private,private,3874,2257,3215,2108,75.96,3.5883,26.91,3.3537 whether,whether,3424,2253,2876,1985,67.14,3.5347,26.86,3.3530 listening,listening,3205,2252,3098,2192,62.84,3.5060,26.85,3.3528 Congratulations,congratulations,3616,2248,736,646,70.90,3.5583,26.80,3.3520 beginning,beginning,3219,2242,3142,2207,63.12,3.5079,26.73,3.3508 system,system,4667,2240,4500,2200,91.51,3.6691,26.70,3.3504 lived,lived,3368,2229,3291,2197,66.04,3.5275,26.57,3.3483 bar,bar,4385,2220,3980,2091,85.98,3.6421,26.47,3.3465 mention,mention,3033,2211,2985,2184,59.47,3.4820,26.36,3.3448 forgive,forgive,3917,2209,2792,1779,76.80,3.5931,26.34,3.3444 position,position,3676,2191,3613,2171,72.08,3.5655,26.12,3.3408 dress,dress,4447,2186,4328,2134,87.20,3.6482,26.06,3.3398 seriously,seriously,3270,2186,2082,1585,64.12,3.5147,26.06,3.3398 carry,carry,3361,2181,2973,2003,65.90,3.5266,26.00,3.3389 plenty,plenty,3178,2181,2704,1961,62.31,3.5023,26.00,3.3389 accident,accident,4146,2180,4061,2166,81.29,3.6177,25.99,3.3387 list,list,4110,2176,4045,2151,80.59,3.6139,25.94,3.3379 notice,notice,3022,2170,2833,2069,59.25,3.4804,25.87,3.3367 doubt,doubt,3205,2165,3141,2130,62.84,3.5060,25.81,3.3357 key,key,4430,2165,4165,2099,86.86,3.6465,25.81,3.3357 involved,involved,3465,2164,3441,2160,67.94,3.5398,25.80,3.3355 kick,kick,3744,2163,3238,2006,73.41,3.5735,25.79,3.3353 protect,protect,3583,2161,3390,2098,70.25,3.5544,25.76,3.3349 promised,promised,3169,2160,3105,2139,62.14,3.5011,25.75,3.3347 area,area,3821,2159,3663,2099,74.92,3.5823,25.74,3.3345 joke,joke,3724,2158,3649,2134,73.02,3.5711,25.73,3.3343 club,club,5038,2156,3698,1745,98.78,3.7023,25.70,3.3339 upstairs,upstairs,3607,2155,3327,2044,70.73,3.5573,25.69,3.3336 teach,teach,3715,2150,3452,2066,72.84,3.5701,25.63,3.3326 idiot,idiot,3377,2147,3112,2032,66.22,3.5287,25.60,3.3320 obviously,obviously,3082,2146,2062,1564,60.43,3.4890,25.58,3.3318 store,store,4178,2145,4040,2095,81.92,3.6211,25.57,3.3316 hundred,hundred,4015,2138,3884,2090,78.73,3.6038,25.49,3.3302 gotten,gotten,2768,2134,2757,2132,54.27,3.4423,25.44,3.3294 normal,normal,3589,2134,3410,2086,70.37,3.5551,25.44,3.3294 ya,ya,7664,2131,7345,2090,150.27,3.8845,25.41,3.3288 sake,sake,3272,2130,3235,2122,64.16,3.5149,25.39,3.3286 admit,admit,3019,2125,2727,1999,59.20,3.4800,25.33,3.3276 nose,nose,3557,2125,3407,2081,69.75,3.5512,25.33,3.3276 difficult,difficult,3068,2118,3001,2096,60.16,3.4870,25.25,3.3261 fly,fly,4335,2117,4008,2045,85.00,3.6371,25.24,3.3259 ought,ought,4118,2110,4052,2093,80.75,3.6148,25.15,3.3245 card,card,4357,2107,4236,2076,85.43,3.6393,25.12,3.3239 public,public,3625,2107,3330,1998,71.08,3.5594,25.12,3.3239 blame,blame,2998,2105,2883,2065,58.78,3.4770,25.10,3.3235 bunch,bunch,3003,2105,2846,2027,58.88,3.4777,25.10,3.3235 eating,eating,3102,2105,2954,2040,60.82,3.4918,25.10,3.3235 nervous,nervous,3425,2105,3272,2047,67.16,3.5348,25.10,3.3235 wall,wall,3605,2105,3219,1953,70.69,3.5570,25.10,3.3235 rich,rich,4100,2104,3586,1994,80.39,3.6129,25.08,3.3233 push,push,3598,2103,2801,1869,70.55,3.5562,25.07,3.3230 movie,movie,6271,2101,6103,2066,122.96,3.7974,25.05,3.3226 station,station,4033,2099,3606,1960,79.08,3.6057,25.02,3.3222 surprised,surprised,2808,2099,2669,2017,55.06,3.4486,25.02,3.3222 group,group,3762,2097,3033,1680,73.76,3.5755,25.00,3.3218 test,test,4288,2095,4126,2053,84.08,3.6324,24.98,3.3214 Hmm,hmm,5291,2093,669,488,103.75,3.7236,24.95,3.3210 awful,awful,3234,2092,3046,2029,63.41,3.5099,24.94,3.3208 visit,visit,2993,2091,2950,2069,58.69,3.4763,24.93,3.3206 American,american,5213,2090,83,53,102.22,3.7172,24.92,3.3204 fit,fit,2937,2090,2830,2057,57.59,3.4681,24.92,3.3204 knock,knock,3299,2088,2334,1648,64.69,3.5185,24.89,3.3199 worst,worst,2874,2087,2769,2032,56.35,3.4586,24.88,3.3197 staying,staying,3040,2085,2936,2034,59.61,3.4830,24.86,3.3193 dying,dying,3416,2084,3305,2049,66.98,3.5336,24.85,3.3191 York,york,7069,2077,40,16,138.61,3.8494,24.76,3.3176 ring,ring,4730,2075,4299,1973,92.75,3.6750,24.74,3.3172 land,land,4494,2074,3993,1923,88.12,3.6527,24.73,3.3170 ball,ball,5353,2070,4973,2005,104.96,3.7287,24.68,3.3162 extra,extra,3017,2070,2744,1969,59.16,3.4797,24.68,3.3162 grow,grow,3034,2064,2839,1967,59.49,3.4822,24.61,3.3149 miles,miles,4500,2064,3629,1966,88.24,3.6533,24.61,3.3149 learned,learned,2964,2061,2915,2038,58.12,3.4720,24.57,3.3143 dirty,dirty,3389,2060,3007,1907,66.45,3.5302,24.56,3.3141 impossible,impossible,3015,2060,2668,1896,59.12,3.4794,24.56,3.3141 lots,lots,3068,2057,2205,1616,60.16,3.4870,24.52,3.3134 fighting,fighting,3611,2056,3386,1995,70.80,3.5577,24.51,3.3132 foot,foot,3311,2054,3184,2016,64.92,3.5201,24.49,3.3128 fat,fat,4051,2046,3427,1905,79.43,3.6077,24.39,3.3111 marry,marry,5322,2046,4991,1997,104.35,3.7262,24.39,3.3111 murder,murder,5717,2046,5277,1977,112.10,3.7572,24.39,3.3111 security,security,4810,2046,3768,1785,94.31,3.6822,24.39,3.3111 keeps,keeps,2681,2041,2501,1931,52.57,3.4285,24.33,3.3101 low,low,3016,2041,2789,1931,59.14,3.4796,24.33,3.3101 sleeping,sleeping,3027,2041,2828,1937,59.35,3.4812,24.33,3.3101 soul,soul,3925,2041,3768,1994,76.96,3.5940,24.33,3.3101 keeping,keeping,2608,2040,2395,1927,51.14,3.4165,24.32,3.3098 rid,rid,3052,2034,3029,2028,59.84,3.4847,24.25,3.3086 spot,spot,3140,2029,2972,1987,61.57,3.4971,24.19,3.3075 officer,officer,5265,2026,3313,1580,103.24,3.7215,24.15,3.3069 hotel,hotel,5264,2021,4201,1797,103.22,3.7214,24.09,3.3058 wrote,wrote,3629,2021,3589,2004,71.16,3.5599,24.09,3.3058 shoes,shoes,3782,2019,3611,1982,74.16,3.5778,24.07,3.3054 often,often,2925,2017,2823,1971,57.35,3.4663,24.05,3.3049 drunk,drunk,3904,2016,3745,1973,76.55,3.5916,24.03,3.3047 losing,losing,2722,2016,2549,1935,53.37,3.4350,24.03,3.3047 begin,begin,2906,2013,2743,1945,56.98,3.4634,24.00,3.3041 English,english,3777,2007,65,49,74.06,3.5773,23.93,3.3028 sad,sad,3232,2003,2992,1910,63.37,3.5096,23.88,3.3019 seconds,seconds,3603,2000,3580,1991,70.65,3.5568,23.84,3.3012 crap,crap,3151,1996,2970,1934,61.78,3.4986,23.80,3.3004 John,john,9877,1996,180,151,193.67,3.9947,23.80,3.3004 cost,cost,2801,1995,2688,1944,54.92,3.4475,23.78,3.3002 brain,brain,3928,1994,3710,1950,77.02,3.5943,23.77,3.2999 Lord,lord,7046,1994,1421,360,138.16,3.8480,23.77,3.2999 reach,reach,2903,1993,2711,1916,56.92,3.4630,23.76,3.2997 experience,experience,3088,1991,3027,1958,60.55,3.4898,23.74,3.2993 ridiculous,ridiculous,2836,1989,2676,1921,55.61,3.4529,23.71,3.2989 reading,reading,3133,1988,2974,1924,61.43,3.4961,23.70,3.2986 force,force,3604,1985,2918,1808,70.67,3.5569,23.66,3.2980 within,within,3017,1983,2740,1873,59.16,3.4797,23.64,3.2975 tells,tells,2665,1981,2593,1941,52.25,3.4259,23.62,3.2971 favorite,favorite,3032,1974,2924,1950,59.45,3.4819,23.53,3.2956 ice,ice,4057,1974,3725,1891,79.55,3.6083,23.53,3.2956 jump,jump,3561,1973,2806,1744,69.82,3.5517,23.52,3.2953 places,places,2706,1973,2573,1915,53.06,3.4325,23.52,3.2953 C,c,4675,1972,367,251,91.67,3.6699,23.51,3.2951 double,double,3198,1972,2558,1686,62.71,3.5050,23.51,3.2951 nine,nine,3441,1969,2560,1641,67.47,3.5368,23.47,3.2945 suddenly,suddenly,2854,1967,2176,1614,55.96,3.4556,23.45,3.2940 breakfast,breakfast,3381,1966,3025,1846,66.29,3.5292,23.44,3.2938 consider,consider,2676,1965,2273,1710,52.47,3.4276,23.43,3.2936 hoping,hoping,2544,1965,2478,1933,49.88,3.4057,23.43,3.2936 neck,neck,3035,1961,2956,1931,59.51,3.4823,23.38,3.2927 waste,waste,2716,1960,2602,1899,53.25,3.4341,23.37,3.2925 attack,attack,3853,1957,3636,1901,75.55,3.5859,23.33,3.2918 sun,sun,3553,1957,3055,1757,69.67,3.5507,23.33,3.2918 folks,folks,3878,1954,3557,1860,76.04,3.5887,23.30,3.2911 fresh,fresh,2780,1953,2373,1757,54.51,3.4442,23.28,3.2909 lay,lay,2970,1951,2334,1710,58.24,3.4729,23.26,3.2905 bigger,bigger,2765,1948,2618,1885,54.22,3.4419,23.22,3.2898 girlfriend,girlfriend,3881,1946,3775,1919,76.10,3.5891,23.20,3.2894 song,song,4778,1946,4447,1867,93.69,3.6793,23.20,3.2894 arm,arm,3336,1945,3239,1906,65.41,3.5234,23.19,3.2891 suit,suit,3499,1942,3188,1762,68.61,3.5441,23.15,3.2885 helping,helping,2588,1941,2487,1891,50.75,3.4131,23.14,3.2882 ourselves,ourselves,2676,1934,2659,1931,52.47,3.4276,23.06,3.2867 everywhere,everywhere,2641,1933,2351,1766,51.78,3.4219,23.04,3.2865 laugh,laugh,3206,1932,3023,1846,62.86,3.5061,23.03,3.2862 rules,rules,3438,1932,3294,1900,67.41,3.5364,23.03,3.2862 seemed,seemed,2767,1924,2656,1864,54.25,3.4422,22.94,3.2844 college,college,4344,1921,3918,1801,85.18,3.6380,22.90,3.2838 ways,ways,2633,1921,2610,1909,51.63,3.4206,22.90,3.2838 decide,decide,2571,1920,2528,1902,50.41,3.4103,22.89,3.2835 hanging,hanging,2735,1920,2538,1811,53.63,3.4371,22.89,3.2835 cash,cash,3694,1919,3231,1801,72.43,3.5676,22.88,3.2833 field,field,3580,1919,3172,1803,70.20,3.5540,22.88,3.2833 type,type,3093,1917,2962,1865,60.65,3.4905,22.85,3.2828 passed,passed,2631,1915,2574,1890,51.59,3.4203,22.83,3.2824 roll,roll,3227,1914,2636,1664,63.27,3.5089,22.82,3.2822 fear,fear,3523,1912,3206,1821,69.08,3.5470,22.79,3.2817 green,green,3696,1908,2541,1548,72.47,3.5678,22.75,3.2808 darling,darling,6613,1907,5095,1724,129.67,3.8205,22.73,3.2806 walked,walked,2737,1907,2681,1883,53.67,3.4374,22.73,3.2806 rock,rock,4394,1905,3219,1631,86.16,3.6430,22.71,3.2801 cry,cry,3348,1900,3194,1857,65.65,3.5249,22.65,3.2790 turns,turns,2552,1898,2161,1653,50.04,3.4071,22.63,3.2785 round,round,3393,1895,3006,1765,66.53,3.5307,22.59,3.2778 Holy,holy,3475,1889,884,577,68.14,3.5411,22.52,3.2765 honor,honor,4912,1887,2989,1578,96.31,3.6913,22.50,3.2760 arms,arms,3050,1883,2873,1804,59.80,3.4844,22.45,3.2751 plans,plans,2867,1883,2793,1862,56.22,3.4576,22.45,3.2751 smoke,smoke,3337,1883,3003,1780,65.43,3.5235,22.45,3.2751 machine,machine,3583,1880,3319,1822,70.25,3.5544,22.41,3.2744 gift,gift,3290,1877,3242,1856,64.51,3.5173,22.38,3.2737 warm,warm,2659,1877,2460,1789,52.14,3.4249,22.38,3.2737 park,park,3678,1875,2307,1343,72.12,3.5657,22.35,3.2732 B,b,4289,1874,200,106,84.10,3.6325,22.34,3.2730 raise,raise,2815,1872,2466,1712,55.20,3.4496,22.32,3.2725 relationship,relationship,3452,1870,3426,1863,67.69,3.5382,22.29,3.2721 feelings,feelings,2938,1869,2875,1857,57.61,3.4682,22.28,3.2718 Bill,bill,6041,1868,1784,1115,118.45,3.7812,22.27,3.2716 peace,peace,3550,1867,2937,1624,69.61,3.5504,22.26,3.2714 complete,complete,2636,1866,2495,1789,51.69,3.4211,22.25,3.2711 lock,lock,2885,1866,2267,1548,56.57,3.4603,22.25,3.2711 Uncle,uncle,6327,1865,2225,1059,124.06,3.8013,22.23,3.2709 angry,angry,3008,1864,2890,1826,58.98,3.4784,22.22,3.2707 closed,closed,2758,1862,2649,1822,54.08,3.4408,22.20,3.2702 accept,accept,2692,1861,2598,1820,52.78,3.4302,22.19,3.2700 hardly,hardly,2613,1858,2312,1666,51.24,3.4173,22.15,3.2693 action,action,3115,1857,2748,1737,61.08,3.4936,22.14,3.2690 silly,silly,2912,1845,2654,1730,57.10,3.4643,22.00,3.2662 legs,legs,2835,1843,2722,1803,55.59,3.4527,21.97,3.2658 glass,glass,3096,1841,2867,1770,60.71,3.4909,21.95,3.2653 court,court,5137,1839,4464,1693,100.73,3.7108,21.92,3.2648 bathroom,bathroom,3145,1835,3039,1787,61.67,3.4978,21.88,3.2639 treat,treat,2646,1835,2490,1767,51.88,3.4228,21.88,3.2639 pulled,pulled,2488,1832,2415,1797,48.78,3.3960,21.84,3.2632 sweetheart,sweetheart,3272,1830,2609,1592,64.16,3.5149,21.82,3.2627 boyfriend,boyfriend,3684,1829,3583,1810,72.24,3.5664,21.80,3.2625 interest,interest,2598,1828,2583,1821,50.94,3.4148,21.79,3.2622 showed,showed,2425,1827,2385,1799,47.55,3.3849,21.78,3.2620 contact,contact,3305,1826,3084,1766,64.80,3.5193,21.77,3.2617 taste,taste,2617,1825,2488,1770,51.31,3.4180,21.76,3.2615 herself,herself,2675,1822,2664,1819,52.45,3.4275,21.72,3.2608 willing,willing,2512,1822,2484,1806,49.25,3.4002,21.72,3.2608 apart,apart,2398,1821,2281,1748,47.02,3.3800,21.71,3.2605 star,star,4149,1821,3118,1543,81.35,3.6180,21.71,3.2605 possibly,possibly,2494,1819,2137,1622,48.90,3.3971,21.69,3.2601 wind,wind,3028,1818,2731,1702,59.37,3.4813,21.67,3.2598 upon,upon,3199,1817,3045,1749,62.73,3.5051,21.66,3.2596 kitchen,kitchen,2974,1815,2807,1750,58.31,3.4735,21.64,3.2591 dropped,dropped,2482,1814,2407,1775,48.67,3.3950,21.63,3.2589 acting,acting,2675,1813,2533,1746,52.45,3.4275,21.61,3.2586 further,further,2690,1813,2597,1774,52.75,3.4299,21.61,3.2586 tight,tight,2597,1813,2497,1776,50.92,3.4146,21.61,3.2586 decision,decision,2808,1810,2797,1807,55.06,3.4486,21.58,3.2579 corner,corner,2679,1806,2573,1761,52.53,3.4281,21.53,3.2570 beer,beer,3850,1805,3533,1738,75.49,3.5856,21.52,3.2567 quickly,quickly,2881,1804,2358,1620,56.49,3.4597,21.51,3.2565 thousand,thousand,3534,1802,3449,1763,69.29,3.5484,21.48,3.2560 pictures,pictures,3477,1801,3287,1750,68.18,3.5413,21.47,3.2558 played,played,2870,1799,2807,1770,56.27,3.4580,21.45,3.2553 helped,helped,2388,1797,2363,1786,46.82,3.3782,21.42,3.2548 lately,lately,2459,1795,2291,1698,48.22,3.3909,21.40,3.2543 names,names,2746,1793,2667,1759,53.84,3.4389,21.38,3.2538 conversation,conversation,2543,1789,2503,1770,49.86,3.4055,21.33,3.2529 department,department,3256,1788,2051,1268,63.84,3.5128,21.32,3.2526 pardon,pardon,3297,1788,1840,1140,64.65,3.5183,21.32,3.2526 Captain,captain,10622,1785,2630,953,208.27,4.0262,21.28,3.2519 books,books,3456,1783,3280,1743,67.76,3.5387,21.26,3.2514 crime,crime,3633,1782,3328,1720,71.24,3.5604,21.24,3.2512 dollars,dollars,3998,1782,3938,1757,78.39,3.6020,21.24,3.2512 knowing,knowing,2307,1781,2032,1621,45.24,3.3632,21.23,3.2509 steal,steal,2720,1781,2600,1739,53.33,3.4347,21.23,3.2509 America,america,3974,1780,13,13,77.92,3.5993,21.22,3.2507 above,above,2493,1778,2350,1703,48.88,3.3969,21.20,3.2502 bottom,bottom,2546,1778,2329,1654,49.92,3.4060,21.20,3.2502 wild,wild,2923,1777,2378,1582,57.31,3.4660,21.19,3.2499 smile,smile,2958,1775,2408,1538,58.00,3.4711,21.16,3.2494 apartment,apartment,4235,1774,4152,1755,83.04,3.6270,21.15,3.2492 bringing,bringing,2282,1772,2147,1692,44.75,3.3585,21.13,3.2487 partner,partner,3836,1772,3739,1762,75.22,3.5840,21.13,3.2487 track,track,2843,1772,2720,1710,55.75,3.4539,21.13,3.2487 Ok,ok,25928,1771,1617,344,508.39,4.4138,21.11,3.2485 scene,scene,3807,1771,3710,1754,74.65,3.5807,21.11,3.2485 pants,pants,2996,1770,2850,1722,58.75,3.4767,21.10,3.2482 themselves,themselves,2343,1766,2342,1765,45.94,3.3700,21.05,3.2472 empty,empty,2409,1764,2214,1663,47.24,3.3820,21.03,3.2467 comfortable,comfortable,2408,1763,2348,1733,47.22,3.3818,21.02,3.2465 Major,major,5343,1760,2354,1443,104.76,3.7279,20.98,3.2458 train,train,4848,1760,4618,1700,95.06,3.6857,20.98,3.2458 letter,letter,4213,1758,4140,1738,82.61,3.6247,20.96,3.2453 continue,continue,2527,1755,2205,1611,49.55,3.4028,20.92,3.2445 evidence,evidence,4335,1755,4177,1721,85.00,3.6371,20.92,3.2445 excellent,excellent,2688,1755,1381,1045,52.71,3.4296,20.92,3.2445 hole,hole,2969,1755,2846,1711,58.22,3.4728,20.92,3.2445 Ooh,ooh,4827,1755,498,234,94.65,3.6838,20.92,3.2445 drinking,drinking,2685,1753,2565,1699,52.65,3.4291,20.90,3.2440 marriage,marriage,3930,1747,3686,1694,77.06,3.5945,20.83,3.2425 sing,sing,4977,1746,4218,1600,97.59,3.6971,20.82,3.2423 locked,locked,2670,1735,2550,1673,52.35,3.4267,20.68,3.2395 fuck,fuck,19307,1734,12350,1541,378.57,4.2857,20.67,3.2393 dreams,dreams,3285,1732,3115,1700,64.41,3.5167,20.65,3.2388 allowed,allowed,2286,1729,2278,1726,44.82,3.3593,20.61,3.2380 Apparently,apparently,2415,1729,984,802,47.35,3.3831,20.61,3.2380 hat,hat,3273,1728,3096,1691,64.18,3.5151,20.60,3.2378 Yep,yep,2600,1725,100,56,50.98,3.4151,20.57,3.2370 Christ,christ,4597,1722,46,24,90.14,3.6626,20.53,3.2363 L,l,4841,1722,676,422,94.92,3.6850,20.53,3.2363 leaves,leaves,2316,1719,2236,1679,45.41,3.3649,20.49,3.2355 starts,starts,2335,1714,2235,1662,45.78,3.3685,20.43,3.2343 due,due,2275,1712,2103,1615,44.61,3.3572,20.41,3.2338 excited,excited,2479,1712,2431,1688,48.61,3.3945,20.41,3.2338 final,final,2533,1712,2321,1606,49.67,3.4038,20.41,3.2338 nuts,nuts,2729,1712,2587,1659,53.51,3.4362,20.41,3.2338 lights,lights,2877,1710,2614,1600,56.41,3.4591,20.39,3.2333 dressed,dressed,2394,1708,2331,1676,46.94,3.3793,20.36,3.2327 fish,fish,4258,1708,3618,1562,83.49,3.6293,20.36,3.2327 somehow,somehow,2310,1708,1757,1369,45.29,3.3638,20.36,3.2327 checked,checked,2382,1707,2320,1673,46.71,3.3771,20.35,3.2325 asleep,asleep,2541,1705,2485,1679,49.82,3.4052,20.33,3.2320 jail,jail,3602,1705,3494,1683,70.63,3.5567,20.33,3.2320 stole,stole,2711,1705,2628,1672,53.16,3.4333,20.33,3.2320 necessary,necessary,2345,1702,2317,1692,45.98,3.3703,20.29,3.2312 cross,cross,2807,1700,2080,1436,55.04,3.4484,20.27,3.2307 risk,risk,2501,1700,2456,1681,49.04,3.3983,20.27,3.2307 fill,fill,2241,1698,1882,1484,43.94,3.3506,20.24,3.2302 size,size,2353,1695,2267,1652,46.14,3.3718,20.21,3.2294 cops,cops,4290,1694,3873,1603,84.12,3.6326,20.20,3.2292 South,south,3288,1693,1411,961,64.47,3.5171,20.18,3.2289 arrest,arrest,3037,1691,2759,1608,59.55,3.4826,20.16,3.2284 plane,plane,4872,1691,4782,1671,95.53,3.6878,20.16,3.2284 address,address,2666,1688,2571,1642,52.27,3.4260,20.12,3.2276 closer,closer,2329,1688,2188,1636,45.67,3.3674,20.12,3.2276 heavy,heavy,2412,1688,2210,1590,47.29,3.3826,20.12,3.2276 king,king,6592,1688,3319,993,129.25,3.8191,20.12,3.2276 dare,dare,2826,1687,2717,1640,55.41,3.4513,20.11,3.2274 lawyer,lawyer,4055,1686,3959,1669,79.51,3.6081,20.10,3.2271 apologize,apologize,2518,1685,2394,1649,49.37,3.4012,20.09,3.2269 concerned,concerned,2261,1685,2228,1676,44.33,3.3545,20.09,3.2269 press,press,3070,1683,2707,1520,60.20,3.4873,20.06,3.2263 board,board,3272,1682,2920,1575,64.16,3.5149,20.05,3.2261 deserve,deserve,2230,1682,2221,1679,43.73,3.3485,20.05,3.2261 advice,advice,2447,1679,2413,1664,47.98,3.3888,20.02,3.2253 sight,sight,2311,1677,2259,1665,45.31,3.3640,19.99,3.2248 discuss,discuss,2329,1675,2296,1663,45.67,3.3674,19.97,3.2243 space,space,3369,1674,3073,1604,66.06,3.5276,19.96,3.2240 birthday,birthday,4958,1672,4766,1642,97.22,3.6954,19.93,3.2235 bastard,bastard,3348,1669,2862,1538,65.65,3.5249,19.90,3.2227 whoever,whoever,2203,1669,1245,1066,43.20,3.3432,19.90,3.2227 following,following,2310,1667,2166,1590,45.29,3.3638,19.87,3.2222 Otherwise,otherwise,2119,1667,987,858,41.55,3.3263,19.87,3.2222 noticed,noticed,2131,1666,2121,1660,41.78,3.3288,19.86,3.2219 crying,crying,2709,1664,2562,1621,53.12,3.4330,19.84,3.2214 allow,allow,2263,1660,1840,1419,44.37,3.3549,19.79,3.2204 support,support,2587,1658,2489,1620,50.73,3.4130,19.77,3.2198 pressure,pressure,2709,1655,2509,1610,53.12,3.4330,19.73,3.2191 wedding,wedding,5173,1654,5011,1633,101.43,3.7138,19.72,3.2188 common,common,2275,1652,2171,1606,44.61,3.3572,19.69,3.2183 afford,afford,2266,1650,2259,1647,44.43,3.3555,19.67,3.2177 Jack,jack,12831,1650,364,278,251.59,4.1083,19.67,3.2177 emergency,emergency,2776,1646,2329,1506,54.43,3.4436,19.62,3.2167 easier,easier,2012,1644,1948,1611,39.45,3.3038,19.60,3.2162 price,price,2722,1644,2375,1561,53.37,3.4350,19.60,3.2162 beg,beg,2600,1643,2388,1543,50.98,3.4151,19.59,3.2159 P,p,3345,1643,641,447,65.59,3.5245,19.59,3.2159 burn,burn,2816,1641,2372,1509,55.22,3.4498,19.56,3.2154 sold,sold,2655,1641,2365,1522,52.06,3.4242,19.56,3.2154 clock,clock,2990,1639,2893,1608,58.63,3.4758,19.54,3.2148 held,held,2165,1639,2123,1615,42.45,3.3357,19.54,3.2148 responsible,responsible,2298,1638,2275,1630,45.06,3.3615,19.53,3.2146 writing,writing,2852,1636,2742,1594,55.92,3.4553,19.50,3.2140 turning,turning,2061,1630,1910,1545,40.41,3.3143,19.43,3.2125 huge,huge,2467,1629,2321,1558,48.37,3.3923,19.42,3.2122 summer,summer,4012,1629,2953,1493,78.67,3.6035,19.42,3.2122 letting,letting,1995,1628,1892,1565,39.12,3.3002,19.41,3.2119 fired,fired,3159,1626,3067,1610,61.94,3.4997,19.38,3.2114 teeth,teeth,2440,1626,2353,1598,47.84,3.3876,19.38,3.2114 choose,choose,2451,1625,2281,1553,48.06,3.3895,19.37,3.2111 radio,radio,3936,1624,3353,1491,77.18,3.5952,19.36,3.2109 note,note,2731,1622,2545,1540,53.55,3.4365,19.34,3.2103 tree,tree,3315,1622,3093,1551,65.00,3.5206,19.34,3.2103 judge,judge,4063,1621,2790,1450,79.67,3.6090,19.33,3.2101 Plus,plus,2399,1619,1125,850,47.04,3.3802,19.30,3.2095 immediately,immediately,2446,1616,2319,1552,47.96,3.3886,19.27,3.2087 North,north,3258,1616,1583,979,63.88,3.5131,19.27,3.2087 grand,grand,3214,1614,2335,1289,63.02,3.5072,19.24,3.2082 weekend,weekend,3118,1614,3069,1593,61.14,3.4940,19.24,3.2082 shop,shop,2731,1613,2564,1545,53.55,3.4365,19.23,3.2079 became,became,2435,1610,2408,1597,47.75,3.3867,19.19,3.2071 paying,paying,2207,1610,2157,1582,43.27,3.3440,19.19,3.2071 breaking,breaking,2155,1608,2008,1521,42.25,3.3336,19.17,3.2066 heaven,heaven,2887,1608,2296,1379,56.61,3.4606,19.17,3.2066 gas,gas,3457,1607,3216,1540,67.78,3.5388,19.16,3.2063 shows,shows,2117,1605,2046,1557,41.51,3.3259,19.13,3.2057 breath,breath,2291,1603,2232,1574,44.92,3.3602,19.11,3.2052 pal,pal,2937,1602,2821,1569,57.59,3.4681,19.10,3.2049 art,art,3611,1601,2890,1422,70.80,3.5577,19.09,3.2047 hearing,hearing,2281,1600,2218,1571,44.73,3.3583,19.07,3.2044 evil,evil,3731,1598,3266,1527,73.16,3.5719,19.05,3.2038 greatest,greatest,2464,1598,2379,1557,48.31,3.3918,19.05,3.2038 bucks,bucks,2866,1596,2841,1592,56.20,3.4574,19.03,3.2033 pack,pack,2235,1592,1947,1423,43.82,3.3495,18.98,3.2022 bank,bank,4334,1590,3822,1482,84.98,3.6370,18.96,3.2017 level,level,2633,1590,2442,1542,51.63,3.4206,18.96,3.2017 General,general,5885,1589,2111,1064,115.39,3.7698,18.94,3.2014 leg,leg,2882,1588,2832,1566,56.51,3.4598,18.93,3.2011 Mark,mark,4183,1587,1393,983,82.02,3.6216,18.92,3.2009 earlier,earlier,2010,1584,1915,1527,39.41,3.3034,18.88,3.2000 dude,dude,5071,1581,2783,1222,99.43,3.7052,18.85,3.1992 horse,horse,4737,1577,4472,1488,92.88,3.6756,18.80,3.1981 belong,belong,2263,1576,2244,1567,44.37,3.3549,18.79,3.1978 hall,hall,2649,1573,1798,1248,51.94,3.4232,18.75,3.1970 According,according,2135,1571,1006,837,41.86,3.3296,18.73,3.1965 West,west,3088,1571,1122,762,60.55,3.4898,18.73,3.1965 chicken,chicken,3148,1570,2555,1394,61.73,3.4982,18.72,3.1962 guard,guard,2968,1569,2122,1297,58.20,3.4726,18.71,3.1959 hiding,hiding,2207,1567,2081,1508,43.27,3.3440,18.68,3.1953 cup,cup,2634,1566,2373,1494,51.65,3.4208,18.67,3.1951 pretend,pretend,2056,1565,1828,1417,40.31,3.3132,18.66,3.1948 sweetie,sweetie,2731,1565,2155,1338,53.55,3.4365,18.66,3.1948 Although,although,2143,1562,720,613,42.02,3.3312,18.62,3.1940 natural,natural,2160,1562,1992,1482,42.35,3.3347,18.62,3.1940 bottle,bottle,2588,1561,2510,1537,50.75,3.4131,18.61,3.1937 perfectly,perfectly,2206,1560,2019,1466,43.25,3.3438,18.60,3.1934 heads,heads,2177,1559,1828,1370,42.69,3.3381,18.59,3.1931 match,match,2521,1557,2416,1521,49.43,3.4017,18.56,3.1926 simply,simply,2362,1557,2166,1467,46.31,3.3735,18.56,3.1926 fucking,fucking,16603,1556,15314,1523,325.55,4.2202,18.55,3.1923 cares,cares,2023,1555,2014,1548,39.67,3.3062,18.54,3.1920 truck,truck,3716,1555,3571,1537,72.86,3.5702,18.54,3.1920 However,however,2299,1554,861,712,45.08,3.3617,18.53,3.1917 chair,chair,2511,1553,2442,1525,49.24,3.4000,18.51,3.1915 shooting,shooting,2871,1552,2739,1501,56.29,3.4582,18.50,3.1912 threw,threw,2082,1552,2026,1529,40.82,3.3187,18.50,3.1912 orders,orders,3130,1551,2987,1512,61.37,3.4957,18.49,3.1909 President,president,7174,1551,3077,1103,140.67,3.8558,18.49,3.1909 search,search,2467,1549,2172,1412,48.37,3.3923,18.47,3.1903 Pop,pop,3441,1548,1595,1163,67.47,3.5368,18.45,3.1901 written,written,2247,1548,2141,1481,44.06,3.3518,18.45,3.1901 bus,bus,3783,1546,3607,1504,74.18,3.5780,18.43,3.1895 innocent,innocent,2780,1546,2697,1524,54.51,3.4442,18.43,3.1895 finding,finding,1935,1543,1766,1450,37.94,3.2869,18.40,3.1886 build,build,2452,1542,2327,1484,48.08,3.3897,18.38,3.1884 medical,medical,2774,1541,2439,1428,54.39,3.4433,18.37,3.1881 taught,taught,2236,1540,2178,1513,43.84,3.3497,18.36,3.1878 guilty,guilty,3177,1538,2895,1452,62.29,3.5022,18.34,3.1872 dry,dry,2184,1537,2003,1450,42.82,3.3395,18.32,3.1870 form,form,2180,1535,2088,1485,42.75,3.3387,18.30,3.1864 opportunity,opportunity,2091,1534,2042,1518,41.00,3.3206,18.29,3.1861 gold,gold,4026,1533,3398,1357,78.94,3.6050,18.28,3.1858 rule,rule,2455,1533,2194,1453,48.14,3.3902,18.28,3.1858 skin,skin,2246,1532,2148,1495,44.04,3.3516,18.26,3.1855 duty,duty,2599,1531,2517,1498,50.96,3.4150,18.25,3.1853 prison,prison,3368,1527,3071,1474,66.04,3.5275,18.20,3.1841 settle,settle,2143,1526,1855,1374,42.02,3.3312,18.19,3.1838 trick,trick,2411,1526,2215,1455,47.27,3.3824,18.19,3.1838 fellow,fellow,2987,1525,2846,1478,58.57,3.4754,18.18,3.1836 nature,nature,2303,1525,2052,1416,45.16,3.3625,18.18,3.1836 goddamn,goddamn,5815,1523,3896,1279,114.02,3.7646,18.16,3.1830 government,government,3327,1523,3024,1423,65.24,3.5222,18.16,3.1830 shame,shame,2120,1519,1793,1365,41.57,3.3265,18.11,3.1818 wine,wine,3078,1518,2905,1470,60.35,3.4884,18.10,3.1816 laughing,laughing,2667,1515,2396,1425,52.29,3.4262,18.06,3.1807 memory,memory,2477,1514,2387,1483,48.57,3.3941,18.05,3.1804 loose,loose,2131,1508,2060,1474,41.78,3.3288,17.98,3.1787 army,army,4370,1506,2796,1138,85.69,3.6406,17.95,3.1781 career,career,2305,1506,2250,1493,45.20,3.3629,17.95,3.1781 loud,loud,2031,1506,1850,1409,39.82,3.3079,17.95,3.1781 spoke,spoke,1970,1505,1945,1490,38.63,3.2947,17.94,3.1778 beauty,beauty,2460,1504,2100,1367,48.24,3.3911,17.93,3.1775 biggest,biggest,2085,1504,2002,1456,40.88,3.3193,17.93,3.1775 correct,correct,2292,1504,1767,1245,44.94,3.3604,17.93,3.1775 older,older,2135,1502,2031,1456,41.86,3.3296,17.91,3.1770 dumb,dumb,2395,1501,2170,1416,46.96,3.3795,17.89,3.1767 flying,flying,2579,1501,2298,1401,50.57,3.4116,17.89,3.1767 bear,bear,2928,1500,2386,1317,57.41,3.4667,17.88,3.1764 bite,bite,2080,1500,1829,1359,40.78,3.3183,17.88,3.1764 local,local,2128,1498,1958,1418,41.73,3.3282,17.86,3.1758 nowhere,nowhere,1995,1498,1749,1363,39.12,3.3002,17.86,3.1758 remind,remind,1883,1498,1608,1308,36.92,3.2751,17.86,3.1758 beyond,beyond,2200,1496,1982,1407,43.14,3.3426,17.84,3.1752 credit,credit,2337,1490,2244,1449,45.82,3.3688,17.76,3.1735 suggest,suggest,2001,1485,1966,1475,39.24,3.3015,17.70,3.1720 brings,brings,1791,1484,1726,1438,35.12,3.2533,17.69,3.1717 tape,tape,3511,1484,3394,1440,68.84,3.5456,17.69,3.1717 personally,personally,1870,1483,1542,1243,36.67,3.2721,17.68,3.1714 horrible,horrible,2164,1480,2030,1423,42.43,3.3355,17.64,3.1706 large,large,2114,1480,1979,1429,41.45,3.3253,17.64,3.1706 Mama,mama,5289,1478,1787,849,103.71,3.7235,17.62,3.1700 tie,tie,2266,1477,1984,1330,44.43,3.3555,17.61,3.1697 usual,usual,1899,1475,1859,1452,37.24,3.2788,17.58,3.1691 feed,feed,2162,1474,1945,1394,42.39,3.3351,17.57,3.1688 planning,planning,1902,1474,1822,1426,37.29,3.2794,17.57,3.1688 several,several,1978,1473,1721,1317,38.78,3.2964,17.56,3.1685 French,french,3541,1471,222,118,69.43,3.5492,17.54,3.1679 lied,lied,2234,1470,2213,1461,43.80,3.3493,17.53,3.1676 papers,papers,2638,1469,2562,1452,51.73,3.4214,17.51,3.1673 cop,cop,4393,1467,4131,1408,86.14,3.6429,17.49,3.1667 sees,sees,1899,1467,1878,1458,37.24,3.2788,17.49,3.1667 spirit,spirit,2517,1466,2210,1370,49.35,3.4011,17.48,3.1664 expecting,expecting,1846,1464,1789,1424,36.20,3.2665,17.45,3.1658 whenever,whenever,1790,1464,1118,968,35.10,3.2531,17.45,3.1658 East,east,2527,1461,1027,721,49.55,3.4028,17.42,3.1649 patient,patient,3246,1460,3129,1438,63.65,3.5115,17.41,3.1647 cell,cell,2772,1459,2656,1430,54.35,3.4429,17.39,3.1644 invited,invited,2064,1459,2031,1435,40.47,3.3149,17.39,3.1644 boat,boat,4885,1457,4750,1426,95.78,3.6890,17.37,3.1638 practice,practice,2330,1456,2206,1409,45.69,3.3675,17.36,3.1635 rough,rough,1907,1449,1762,1346,37.39,3.2806,17.27,3.1614 built,built,2099,1446,2040,1421,41.16,3.3222,17.24,3.1605 rain,rain,2494,1446,2243,1335,48.90,3.3971,17.24,3.1605 copy,copy,2666,1441,1960,1248,52.27,3.4260,17.18,3.1590 games,games,2287,1441,2169,1412,44.84,3.3595,17.18,3.1590 famous,famous,2296,1434,2204,1384,45.02,3.3612,17.10,3.1569 ugly,ugly,2150,1433,2015,1378,42.16,3.3326,17.08,3.1565 agreed,agreed,1832,1432,1598,1288,35.92,3.2632,17.07,3.1562 opinion,opinion,2142,1430,2134,1427,42.00,3.3310,17.05,3.1556 onto,onto,1871,1429,1858,1425,36.69,3.2723,17.04,3.1553 destroy,destroy,2406,1427,2200,1364,47.18,3.3815,17.01,3.1547 keys,keys,2601,1427,2392,1359,51.00,3.4153,17.01,3.1547 breathe,breathe,2474,1424,1862,1279,48.51,3.3936,16.98,3.1538 itself,itself,2029,1424,2023,1424,39.78,3.3075,16.98,3.1538 stories,stories,2215,1423,2175,1405,43.43,3.3456,16.96,3.1535 bullshit,bullshit,3537,1422,2563,1185,69.35,3.5488,16.95,3.1532 arrived,arrived,1949,1419,1933,1410,38.22,3.2900,16.92,3.1523 study,study,2501,1419,2397,1371,49.04,3.3983,16.92,3.1523 danger,danger,2227,1415,2051,1365,43.67,3.3479,16.87,3.1511 sooner,sooner,1888,1415,1637,1255,37.02,3.2762,16.87,3.1511 view,view,1965,1412,1904,1376,38.53,3.2936,16.83,3.1501 total,total,1920,1409,1668,1274,37.65,3.2835,16.80,3.1492 tea,tea,2990,1407,2668,1322,58.63,3.4758,16.77,3.1486 split,split,1954,1406,1794,1332,38.31,3.2911,16.76,3.1483 wet,wet,2000,1405,1851,1352,39.22,3.3012,16.75,3.1480 desk,desk,2239,1404,2204,1391,43.90,3.3502,16.74,3.1477 bright,bright,2265,1403,1692,1261,44.41,3.3553,16.73,3.1474 killer,killer,3206,1402,2895,1333,62.86,3.5061,16.71,3.1471 main,main,2179,1400,1823,1256,42.73,3.3385,16.69,3.1464 shirt,shirt,2365,1400,2330,1383,46.37,3.3740,16.69,3.1464 Agent,agent,5235,1399,2519,1158,102.65,3.7190,16.68,3.1461 driver,driver,2416,1398,2153,1286,47.37,3.3833,16.67,3.1458 realized,realized,1834,1396,1827,1392,35.96,3.2636,16.64,3.1452 ours,ours,1801,1395,1648,1304,35.31,3.2558,16.63,3.1449 dancing,dancing,2774,1393,2503,1317,54.39,3.4433,16.61,3.1443 eh,eh,2619,1391,1917,1051,51.35,3.4183,16.58,3.1436 faster,faster,2233,1391,1678,1200,43.78,3.3491,16.58,3.1436 prepared,prepared,1825,1390,1802,1383,35.78,3.2615,16.57,3.1433 familiar,familiar,1760,1388,1738,1378,34.51,3.2458,16.55,3.1427 camera,camera,2907,1387,2663,1324,57.00,3.4636,16.54,3.1424 account,account,2280,1386,2253,1375,44.71,3.3581,16.52,3.1421 cat,cat,3383,1386,2855,1241,66.33,3.5294,16.52,3.1421 escape,escape,2258,1386,2147,1348,44.27,3.3539,16.52,3.1421 meaning,meaning,1904,1383,1427,1077,37.33,3.2799,16.49,3.1411 Christmas,christmas,6244,1382,106,22,122.43,3.7955,16.48,3.1408 guest,guest,2037,1381,1990,1363,39.94,3.3092,16.46,3.1405 hero,hero,2542,1381,2398,1356,49.84,3.4053,16.46,3.1405 hurts,hurts,1907,1378,1854,1343,37.39,3.2806,16.43,3.1396 condition,condition,1936,1375,1891,1360,37.96,3.2871,16.39,3.1386 Chief,chief,3973,1374,1876,995,77.90,3.5992,16.38,3.1383 animal,animal,2320,1372,2086,1281,45.49,3.3657,16.36,3.1377 insane,insane,1973,1372,1904,1348,38.69,3.2953,16.36,3.1377 sending,sending,1790,1372,1698,1317,35.10,3.2531,16.36,3.1377 cook,cook,2324,1369,2082,1280,45.57,3.3664,16.32,3.1367 ordered,ordered,1885,1367,1866,1363,36.96,3.2755,16.30,3.1361 color,color,2011,1366,1928,1326,39.43,3.3036,16.29,3.1358 lonely,lonely,2125,1364,1978,1313,41.67,3.3276,16.26,3.1351 serve,serve,1935,1361,1840,1319,37.94,3.2869,16.23,3.1342 subject,subject,1885,1361,1772,1307,36.96,3.2755,16.23,3.1342 opening,opening,1960,1360,1839,1297,38.43,3.2925,16.21,3.1339 flight,flight,3044,1358,2524,1255,59.69,3.4836,16.19,3.1332 pair,pair,1900,1357,1851,1341,37.25,3.2790,16.18,3.1329 aware,aware,1818,1356,1807,1350,35.65,3.2598,16.17,3.1326 downstairs,downstairs,1985,1354,1877,1309,38.92,3.2980,16.14,3.1319 draw,draw,2061,1354,1837,1256,40.41,3.3143,16.14,3.1319 Saturday,saturday,2423,1354,50,32,47.51,3.3845,16.14,3.1319 wash,wash,2077,1354,1765,1240,40.73,3.3176,16.14,3.1319 blind,blind,2337,1353,2174,1313,45.82,3.3688,16.13,3.1316 cards,cards,2449,1353,2381,1319,48.02,3.3892,16.13,3.1316 sea,sea,3052,1353,2548,1188,59.84,3.4847,16.13,3.1316 States,states,2759,1353,545,402,54.10,3.4409,16.13,3.1316 ideas,ideas,1987,1351,1962,1338,38.96,3.2984,16.11,3.1310 lines,lines,1960,1348,1897,1322,38.43,3.2925,16.07,3.1300 expected,expected,1696,1346,1680,1337,33.25,3.2297,16.05,3.1294 cream,cream,2484,1345,2262,1271,48.71,3.3953,16.03,3.1290 recognize,recognize,1750,1343,1667,1295,34.31,3.2433,16.01,3.1284 truly,truly,1830,1342,1642,1244,35.88,3.2627,16.00,3.1281 health,health,2054,1341,1736,1218,40.27,3.3128,15.99,3.1278 church,church,3553,1340,2843,1228,69.67,3.5507,15.98,3.1274 screw,screw,1912,1340,1318,998,37.49,3.2817,15.98,3.1274 fantastic,fantastic,2029,1336,1549,1088,39.78,3.3075,15.93,3.1261 introduce,introduce,1771,1335,1704,1303,34.73,3.2485,15.92,3.1258 stayed,stayed,1668,1335,1640,1318,32.71,3.2225,15.92,3.1258 Unfortunately,unfortunately,1652,1335,547,506,32.39,3.2183,15.92,3.1258 incredible,incredible,1928,1332,1732,1233,37.80,3.2853,15.88,3.1248 Friday,friday,2429,1331,67,46,47.63,3.3856,15.87,3.1245 Nope,nope,1783,1330,43,31,34.96,3.2514,15.86,3.1242 regular,regular,1727,1330,1608,1268,33.86,3.2375,15.86,3.1242 add,add,1686,1329,1423,1173,33.06,3.2271,15.84,3.1239 Mommy,mommy,3617,1329,700,444,70.92,3.5585,15.84,3.1239 responsibility,responsibility,1806,1327,1785,1317,35.41,3.2570,15.82,3.1232 sometime,sometime,1699,1327,1557,1240,33.31,3.2304,15.82,3.1232 purpose,purpose,1789,1325,1773,1320,35.08,3.2529,15.80,3.1225 matters,matters,1710,1324,1696,1313,33.53,3.2333,15.78,3.1222 checking,checking,1656,1323,1496,1223,32.47,3.2193,15.77,3.1219 flowers,flowers,2427,1322,2213,1253,47.59,3.3852,15.76,3.1216 master,master,4450,1322,2327,1116,87.25,3.6485,15.76,3.1216 ticket,ticket,2324,1322,2243,1287,45.57,3.3664,15.76,3.1216 opened,opened,1726,1321,1707,1309,33.84,3.2373,15.75,3.1212 block,block,2067,1318,1808,1252,40.53,3.3156,15.71,3.1202 cars,cars,2327,1318,2242,1283,45.63,3.3670,15.71,3.1202 followed,followed,1739,1316,1685,1287,34.10,3.2405,15.69,3.1196 falling,falling,1837,1315,1719,1266,36.02,3.2643,15.68,3.1193 heat,heat,2044,1315,1926,1260,40.08,3.3107,15.68,3.1193 code,code,2709,1311,2264,1142,53.12,3.4330,15.63,3.1179 prefer,prefer,1679,1311,1673,1310,32.92,3.2253,15.63,3.1179 believed,believed,1788,1310,1774,1304,35.06,3.2526,15.62,3.1176 sudden,sudden,1707,1310,1670,1290,33.47,3.2325,15.62,3.1176 guns,guns,3092,1308,2875,1246,60.63,3.4904,15.59,3.1169 assume,assume,1707,1306,1648,1278,33.47,3.2325,15.57,3.1163 teacher,teacher,2842,1305,2522,1266,55.73,3.4538,15.56,3.1159 cheap,cheap,1848,1304,1668,1224,36.24,3.2669,15.55,3.1156 signed,signed,1839,1304,1676,1187,36.06,3.2648,15.55,3.1156 Frank,frank,8129,1303,248,205,159.39,3.9101,15.53,3.1153 runs,runs,1637,1303,1571,1262,32.10,3.2143,15.53,3.1153 stars,stars,2353,1302,1884,1137,46.14,3.3718,15.52,3.1149 y,y,4345,1302,2524,839,85.20,3.6381,15.52,3.1149 planned,planned,1624,1300,1604,1289,31.84,3.2109,15.50,3.1143 shower,shower,2097,1299,2040,1275,41.12,3.3218,15.49,3.1139 suspect,suspect,2254,1297,2079,1253,44.20,3.3531,15.46,3.1133 shake,shake,2021,1296,1503,1105,39.63,3.3058,15.45,3.1129 weight,weight,1850,1296,1773,1262,36.27,3.2674,15.45,3.1129 butt,butt,1967,1295,1856,1255,38.57,3.2940,15.44,3.1126 forgotten,forgotten,1771,1295,1732,1279,34.73,3.2485,15.44,3.1126 showing,showing,1587,1295,1512,1241,31.12,3.2009,15.44,3.1126 beach,beach,2888,1291,2180,1025,56.63,3.4607,15.39,3.1113 Gee,gee,2362,1291,413,332,46.31,3.3735,15.39,3.1113 Brown,brown,3066,1290,1042,757,60.12,3.4867,15.38,3.1109 nearly,nearly,1721,1290,1566,1210,33.75,3.2360,15.38,3.1109 Subtitles,subtitles,1435,1290,100,98,28.14,3.1572,15.38,3.1109 mood,mood,1736,1288,1718,1281,34.04,3.2398,15.36,3.1103 finger,finger,1870,1287,1820,1269,36.67,3.2721,15.34,3.1099 E,e,3702,1286,1006,292,72.59,3.5686,15.33,3.1096 meat,meat,2226,1286,2083,1247,43.65,3.3477,15.33,3.1096 nights,nights,1727,1286,1670,1252,33.86,3.2375,15.33,3.1096 ate,ate,1722,1285,1695,1265,33.76,3.2363,15.32,3.1092 exciting,exciting,1776,1285,1709,1250,34.82,3.2497,15.32,3.1092 hook,hook,1938,1285,1603,1160,38.00,3.2876,15.32,3.1092 picking,picking,1658,1283,1556,1225,32.51,3.2198,15.30,3.1086 dogs,dogs,2704,1282,2466,1217,53.02,3.4322,15.28,3.1082 pocket,pocket,1821,1282,1769,1260,35.71,3.2605,15.28,3.1082 covered,covered,1612,1280,1578,1255,31.61,3.2076,15.26,3.1075 file,file,2246,1279,2129,1243,44.04,3.3516,15.25,3.1072 lies,lies,1883,1279,1778,1230,36.92,3.2751,15.25,3.1072 ears,ears,1705,1276,1668,1260,33.43,3.2320,15.21,3.1062 movies,movies,2346,1275,2275,1254,46.00,3.3705,15.20,3.1059 terrific,terrific,2138,1274,1577,1010,41.92,3.3302,15.19,3.1055 among,among,1729,1273,1541,1153,33.90,3.2380,15.18,3.1052 asshole,asshole,3142,1273,2713,1186,61.61,3.4973,15.18,3.1052 selling,selling,1919,1273,1803,1212,37.63,3.2833,15.18,3.1052 coat,coat,2146,1272,2108,1258,42.08,3.3318,15.16,3.1048 brothers,brothers,2400,1271,1945,1078,47.06,3.3804,15.15,3.1045 confused,confused,1653,1268,1600,1239,32.41,3.2185,15.12,3.1035 pieces,pieces,1783,1266,1725,1237,34.96,3.2514,15.09,3.1028 lift,lift,1741,1264,1447,1115,34.14,3.2410,15.07,3.1021 bedroom,bedroom,1872,1263,1837,1248,36.71,3.2725,15.06,3.1017 reasons,reasons,1655,1263,1642,1256,32.45,3.2191,15.06,3.1017 buying,buying,1679,1262,1607,1223,32.92,3.2253,15.05,3.1014 milk,milk,2169,1262,1935,1175,42.53,3.3365,15.05,3.1014 scare,scare,1712,1261,1647,1226,33.57,3.2338,15.03,3.1011 slept,slept,1810,1260,1762,1226,35.49,3.2579,15.02,3.1007 speed,speed,2104,1260,1824,1153,41.25,3.3233,15.02,3.1007 center,center,2335,1255,1512,977,45.78,3.3685,14.96,3.0990 knife,knife,2387,1255,2304,1215,46.80,3.3780,14.96,3.0990 gentleman,gentleman,2135,1254,2030,1212,41.86,3.3296,14.95,3.0986 mentioned,mentioned,1556,1254,1550,1250,30.51,3.1923,14.95,3.0986 whom,whom,1795,1254,1621,1183,35.20,3.2543,14.95,3.0986 dig,dig,2357,1253,1865,1119,46.22,3.3725,14.94,3.0983 noise,noise,1779,1252,1741,1237,34.88,3.2504,14.93,3.0980 numbers,numbers,2020,1252,1956,1230,39.61,3.3056,14.93,3.0980 saving,saving,1536,1250,1423,1185,30.12,3.1867,14.90,3.0973 Shh,shh,2810,1245,521,254,55.10,3.4489,14.84,3.0955 restaurant,restaurant,2373,1244,2248,1212,46.53,3.3755,14.83,3.0952 someday,someday,1726,1244,1204,964,33.84,3.2373,14.83,3.0952 fingers,fingers,1696,1242,1628,1211,33.25,3.2297,14.81,3.0945 com,com,1750,1241,1618,1164,34.31,3.2433,14.79,3.0941 Yo,yo,4177,1241,981,366,81.90,3.6210,14.79,3.0941 strike,strike,2324,1240,1736,1078,45.57,3.3664,14.78,3.0938 ends,ends,1563,1239,1534,1226,30.65,3.1942,14.77,3.0934 throat,throat,1837,1239,1668,1182,36.02,3.2643,14.77,3.0934 Aw,aw,2079,1238,26,24,40.76,3.3181,14.76,3.0931 indeed,indeed,2065,1238,1499,983,40.49,3.3151,14.76,3.0931 strength,strength,1883,1235,1825,1212,36.92,3.2751,14.72,3.0920 fancy,fancy,1777,1233,1486,1098,34.84,3.2499,14.70,3.0913 sky,sky,2285,1233,2023,1178,44.80,3.3591,14.70,3.0913 weapon,weapon,2379,1232,2326,1209,46.65,3.3766,14.69,3.0910 rush,rush,1602,1231,1503,1177,31.41,3.2049,14.68,3.0906 crowd,crowd,1906,1230,1671,1146,37.37,3.2804,14.66,3.0903 enemy,enemy,2474,1229,2328,1193,48.51,3.3936,14.65,3.0899 someplace,someplace,1611,1229,1495,1154,31.59,3.2074,14.65,3.0899 drinks,drinks,1744,1228,1630,1169,34.20,3.2418,14.64,3.0896 mister,mister,2326,1228,1496,906,45.61,3.3668,14.64,3.0896 finds,finds,1492,1226,1473,1218,29.25,3.1741,14.62,3.0888 Sunday,sunday,2206,1226,66,45,43.25,3.3438,14.62,3.0888 depends,depends,1457,1225,1138,980,28.57,3.1638,14.60,3.0885 blew,blew,1610,1224,1550,1194,31.57,3.2071,14.59,3.0881 computer,computer,3011,1224,2717,1170,59.04,3.4789,14.59,3.0881 throwing,throwing,1488,1224,1406,1165,29.18,3.1729,14.59,3.0881 magic,magic,2687,1223,2341,1117,52.69,3.4294,14.58,3.0878 witness,witness,2621,1222,2476,1163,51.39,3.4186,14.57,3.0874 faith,faith,2363,1220,2008,1159,46.33,3.3736,14.54,3.0867 stomach,stomach,1725,1219,1691,1203,33.82,3.2370,14.53,3.0864 powerful,powerful,1791,1218,1736,1198,35.12,3.2533,14.52,3.0860 naked,naked,2002,1217,1839,1162,39.25,3.3017,14.51,3.0856 barely,barely,1482,1216,1336,1126,29.06,3.1711,14.50,3.0853 heading,heading,1707,1215,1607,1173,33.47,3.2325,14.48,3.0849 ended,ended,1511,1214,1485,1194,29.63,3.1796,14.47,3.0846 clearly,clearly,1529,1213,1223,1019,29.98,3.1847,14.46,3.0842 drugs,drugs,2464,1212,2261,1147,48.31,3.3918,14.45,3.0839 arrested,arrested,1781,1211,1648,1143,34.92,3.2509,14.44,3.0835 river,river,2829,1211,2139,963,55.47,3.4518,14.44,3.0835 soft,soft,1633,1211,1463,1126,32.02,3.2133,14.44,3.0835 Ow,ow,2903,1210,274,141,56.92,3.4630,14.43,3.0831 records,records,2066,1210,1851,1127,40.51,3.3153,14.43,3.0831 pregnant,pregnant,2653,1208,2558,1182,52.02,3.4239,14.40,3.0824 jealous,jealous,1952,1207,1804,1161,38.27,3.2907,14.39,3.0821 outta,outta,3185,1206,3111,1190,62.45,3.5032,14.38,3.0817 kinda,kinda,2163,1205,1913,1087,42.41,3.3353,14.37,3.0813 remain,remain,1694,1205,1601,1167,33.22,3.2292,14.37,3.0813 fixed,fixed,1647,1204,1600,1178,32.29,3.2170,14.35,3.0810 growing,growing,1527,1204,1436,1145,29.94,3.1841,14.35,3.0810 St,st,2562,1203,710,440,50.24,3.4087,14.34,3.0806 obvious,obvious,1508,1201,1471,1179,29.57,3.1787,14.32,3.0799 screaming,screaming,1945,1201,1719,1128,38.14,3.2891,14.32,3.0799 legal,legal,1821,1200,1662,1136,35.71,3.2605,14.31,3.0795 pool,pool,2396,1200,2311,1180,46.98,3.3797,14.31,3.0795 freak,freak,1874,1198,1741,1148,36.75,3.2730,14.28,3.0788 cake,cake,2298,1197,2197,1169,45.06,3.3615,14.27,3.0785 operation,operation,2241,1197,1956,1112,43.94,3.3506,14.27,3.0785 understood,understood,1639,1197,1207,953,32.14,3.2148,14.27,3.0785 bird,bird,2318,1196,2007,1095,45.45,3.3653,14.26,3.0781 singing,singing,2281,1194,2033,1097,44.73,3.3583,14.23,3.0774 spread,spread,1596,1194,1274,1003,31.29,3.2033,14.23,3.0774 prepare,prepare,1711,1193,1054,878,33.55,3.2335,14.22,3.0770 crack,crack,1675,1192,1556,1147,32.84,3.2243,14.21,3.0766 headed,headed,1570,1191,1522,1168,30.78,3.1962,14.20,3.0763 market,market,1848,1189,1728,1137,36.24,3.2669,14.18,3.0755 shape,shape,1542,1189,1509,1172,30.24,3.1884,14.18,3.0755 issue,issue,1741,1188,1722,1181,34.14,3.2410,14.16,3.0752 queen,queen,2789,1188,1681,825,54.69,3.4456,14.16,3.0752 spare,spare,1573,1186,1314,1031,30.84,3.1970,14.14,3.0745 waited,waited,1485,1186,1457,1172,29.12,3.1720,14.14,3.0745 example,example,1527,1184,1508,1168,29.94,3.1841,14.12,3.0737 ruin,ruin,1455,1183,1425,1170,28.53,3.1632,14.10,3.0734 brilliant,brilliant,1826,1181,1489,1028,35.80,3.2617,14.08,3.0726 harm,harm,1621,1181,1595,1169,31.78,3.2101,14.08,3.0726 liar,liar,1792,1181,1448,1028,35.14,3.2536,14.08,3.0726 weak,weak,1607,1181,1536,1141,31.51,3.2063,14.08,3.0726 doors,doors,1755,1180,1658,1136,34.41,3.2445,14.07,3.0722 thoughts,thoughts,1703,1179,1661,1158,33.39,3.2315,14.06,3.0719 language,language,1790,1178,1593,1124,35.10,3.2531,14.04,3.0715 program,program,2174,1178,2041,1138,42.63,3.3375,14.04,3.0715 chest,chest,2090,1177,1940,1134,40.98,3.3204,14.03,3.0711 damage,damage,1686,1177,1609,1145,33.06,3.2271,14.03,3.0711 stage,stage,2324,1176,2193,1139,45.57,3.3664,14.02,3.0708 victim,victim,2434,1176,2325,1155,47.73,3.3865,14.02,3.0708 chances,chances,1472,1175,1377,1119,28.86,3.1682,14.01,3.0704 travel,travel,1702,1175,1598,1126,33.37,3.2312,14.01,3.0704 genius,genius,1773,1174,1640,1126,34.76,3.2490,14.00,3.0700 release,release,1851,1174,1521,1026,36.29,3.2676,14.00,3.0700 harder,harder,1544,1173,1376,1105,30.27,3.1889,13.98,3.0697 professional,professional,1646,1173,1530,1130,32.27,3.2167,13.98,3.0697 devil,devil,2108,1172,1700,1037,41.33,3.3241,13.97,3.0693 suck,suck,1779,1172,1483,1043,34.88,3.2504,13.97,3.0693 positive,positive,1613,1170,1375,1014,31.63,3.2079,13.95,3.0686 character,character,1946,1169,1911,1157,38.16,3.2894,13.94,3.0682 Joe,joe,6532,1169,37,30,128.08,3.8151,13.94,3.0682 moon,moon,2548,1167,2123,1028,49.96,3.4064,13.91,3.0674 kicked,kicked,1559,1166,1527,1143,30.57,3.1931,13.90,3.0671 repeat,repeat,1684,1166,1196,915,33.02,3.2266,13.90,3.0671 George,george,7474,1163,23,16,146.55,3.8736,13.87,3.0660 ship,ship,5043,1163,4894,1136,98.88,3.7028,13.87,3.0660 tickets,tickets,2211,1162,2085,1124,43.35,3.3448,13.85,3.0656 touched,touched,1505,1162,1476,1149,29.51,3.1778,13.85,3.0656 romantic,romantic,1794,1161,1703,1120,35.18,3.2541,13.84,3.0652 warning,warning,1630,1161,1451,1098,31.96,3.2125,13.84,3.0652 including,including,1405,1159,1116,934,27.55,3.1480,13.82,3.0645 United,united,2564,1158,200,154,50.27,3.4091,13.81,3.0641 wherever,wherever,1500,1158,1037,875,29.41,3.1764,13.81,3.0641 yourselves,yourselves,1479,1156,1474,1153,29.00,3.1703,13.78,3.0633 changes,changes,1481,1155,1438,1134,29.04,3.1708,13.77,3.0630 laid,laid,1527,1155,1487,1136,29.94,3.1841,13.77,3.0630 race,race,3157,1154,3014,1121,61.90,3.4994,13.76,3.0626 dealing,dealing,1440,1152,1415,1137,28.24,3.1587,13.73,3.0618 details,details,1481,1151,1386,1098,29.04,3.1708,13.72,3.0615 roof,roof,1818,1148,1766,1120,35.65,3.2598,13.69,3.0603 goodness,goodness,1655,1147,1438,1042,32.45,3.2191,13.67,3.0599 safety,safety,1649,1147,1499,1068,32.33,3.2175,13.67,3.0599 page,page,1912,1146,1512,1024,37.49,3.2817,13.66,3.0596 pulling,pulling,1384,1146,1313,1099,27.14,3.1414,13.66,3.0596 R,r,3579,1146,305,113,70.18,3.5539,13.66,3.0596 sugar,sugar,1926,1146,1476,998,37.76,3.2849,13.66,3.0596 borrow,borrow,1495,1145,1445,1120,29.31,3.1749,13.65,3.0592 hired,hired,1683,1144,1654,1133,33.00,3.2263,13.64,3.0588 loss,loss,1485,1144,1445,1126,29.12,3.1720,13.64,3.0588 tall,tall,1649,1144,1424,1033,32.33,3.2175,13.64,3.0588 filled,filled,1386,1143,1336,1111,27.18,3.1421,13.63,3.0584 balls,balls,2048,1141,1927,1100,40.16,3.3115,13.60,3.0577 grew,grew,1493,1140,1470,1126,29.27,3.1744,13.59,3.0573 student,student,2195,1140,2082,1111,43.04,3.3416,13.59,3.0573 animals,animals,1993,1137,1869,1082,39.08,3.2997,13.56,3.0561 U,u,2506,1137,164,76,49.14,3.3992,13.56,3.0561 handsome,handsome,1684,1136,1481,1066,33.02,3.2266,13.54,3.0558 mission,mission,2400,1135,2178,1036,47.06,3.3804,13.53,3.0554 social,social,1703,1135,1422,994,33.39,3.2315,13.53,3.0554 murdered,murdered,1967,1134,1850,1110,38.57,3.2940,13.52,3.0550 discovered,discovered,1467,1133,1447,1123,28.76,3.1667,13.51,3.0546 national,national,1946,1131,1078,711,38.16,3.2894,13.48,3.0538 cheese,cheese,1991,1130,1731,1025,39.04,3.2993,13.47,3.0535 battle,battle,2155,1126,1856,1031,42.25,3.3336,13.42,3.0519 trade,trade,1795,1126,1498,1047,35.20,3.2543,13.42,3.0519 screwed,screwed,1519,1124,1500,1116,29.78,3.1818,13.40,3.0512 band,band,2724,1122,2485,1057,53.41,3.4354,13.38,3.0504 burning,burning,1561,1122,1393,1056,30.61,3.1937,13.38,3.0504 ls,ls,4967,1122,4801,1052,97.39,3.6962,13.38,3.0504 carrying,carrying,1451,1121,1402,1093,28.45,3.1620,13.36,3.0500 lesson,lesson,1644,1120,1583,1099,32.24,3.2162,13.35,3.0496 tongue,tongue,1589,1117,1524,1093,31.16,3.2014,13.32,3.0484 bless,bless,1788,1115,1207,813,35.06,3.2526,13.29,3.0477 eggs,eggs,1971,1115,1842,1063,38.65,3.2949,13.29,3.0477 Angel,angel,3992,1112,1430,855,78.27,3.6013,13.26,3.0465 nor,nor,1835,1112,1325,859,35.98,3.2639,13.26,3.0465 brave,brave,1617,1111,1511,1052,31.71,3.2090,13.25,3.0461 invite,invite,1509,1111,1423,1064,29.59,3.1790,13.25,3.0461 proof,proof,1754,1111,1659,1077,34.39,3.2443,13.25,3.0461 jerk,jerk,1690,1110,1531,1031,33.14,3.2281,13.23,3.0457 mail,mail,1879,1110,1718,1061,36.84,3.2742,13.23,3.0457 belongs,belongs,1423,1109,1399,1094,27.90,3.1535,13.22,3.0453 ha,ha,6260,1109,3503,644,122.75,3.7966,13.22,3.0453 member,member,1468,1109,1414,1087,28.78,3.1670,13.22,3.0453 sat,sat,1459,1109,1286,1023,28.61,3.1644,13.22,3.0453 Tom,tom,5588,1109,80,30,109.57,3.7473,13.22,3.0453 survive,survive,1537,1108,1514,1099,30.14,3.1870,13.21,3.0449 towards,towards,1399,1108,1350,1084,27.43,3.1461,13.21,3.0449 expensive,expensive,1425,1107,1357,1061,27.94,3.1541,13.20,3.0445 fake,fake,1853,1107,1707,1071,36.33,3.2681,13.20,3.0445 decent,decent,1433,1106,1374,1075,28.10,3.1565,13.19,3.0441 ear,ear,1632,1106,1579,1092,32.00,3.2130,13.19,3.0441 male,male,1731,1106,1556,1012,33.94,3.2385,13.19,3.0441 style,style,1534,1106,1474,1087,30.08,3.1861,13.19,3.0441 property,property,1698,1104,1636,1074,33.29,3.2302,13.16,3.0434 toast,toast,1707,1104,1614,1063,33.47,3.2325,13.16,3.0434 bodies,bodies,1694,1103,1644,1077,33.22,3.2292,13.15,3.0430 doctors,doctors,1855,1103,1626,1007,36.37,3.2686,13.15,3.0430 drove,drove,1472,1101,1413,1076,28.86,3.1682,13.13,3.0422 la,la,3518,1101,1782,512,68.98,3.5464,13.13,3.0422 pleased,pleased,1455,1101,1127,884,28.53,3.1632,13.13,3.0422 unbelievable,unbelievable,1500,1100,891,700,29.41,3.1764,13.11,3.0418 answers,answers,1527,1099,1493,1086,29.94,3.1841,13.10,3.0414 mostly,mostly,1330,1099,974,836,26.08,3.1242,13.10,3.0414 nurse,nurse,2294,1099,1589,906,44.98,3.3608,13.10,3.0414 fan,fan,1792,1097,1562,1037,35.14,3.2536,13.08,3.0406 training,training,1792,1097,1694,1061,35.14,3.2536,13.08,3.0406 load,load,1490,1096,1336,1005,29.22,3.1735,13.07,3.0402 neighborhood,neighborhood,1871,1096,1828,1083,36.69,3.2723,13.07,3.0402 particular,particular,1423,1096,1418,1095,27.90,3.1535,13.07,3.0402 began,began,1658,1095,1645,1090,32.51,3.2198,13.05,3.0398 buried,buried,1738,1095,1675,1067,34.08,3.2403,13.05,3.0398 camp,camp,2612,1094,2309,1016,51.22,3.4171,13.04,3.0394 drug,drug,2306,1093,2170,1053,45.22,3.3630,13.03,3.0390 failed,failed,1467,1092,1441,1076,28.76,3.1667,13.02,3.0386 tiny,tiny,1643,1092,1344,990,32.22,3.2159,13.02,3.0386 speech,speech,1940,1090,1823,1050,38.04,3.2880,12.99,3.0378 smells,smells,1391,1089,1151,922,27.27,3.1436,12.98,3.0374 changing,changing,1339,1088,1232,1024,26.25,3.1271,12.97,3.0370 video,video,2105,1088,1916,1045,41.27,3.3235,12.97,3.0370 honestly,honestly,1390,1087,763,652,27.25,3.1433,12.96,3.0366 Michael,michael,10115,1086,5,5,198.33,4.0050,12.95,3.0362 received,received,1436,1086,1409,1074,28.16,3.1575,12.95,3.0362 shock,shock,1468,1085,1402,1053,28.78,3.1670,12.94,3.0358 criminal,criminal,1758,1084,1616,1035,34.47,3.2453,12.92,3.0354 destroyed,destroyed,1573,1084,1546,1073,30.84,3.1970,12.92,3.0354 recently,recently,1328,1084,1216,1010,26.04,3.1235,12.92,3.0354 faces,faces,1363,1082,1303,1057,26.73,3.1348,12.90,3.0346 n,n,2810,1082,1613,626,55.10,3.4489,12.90,3.0346 pray,pray,1847,1081,1628,1006,36.22,3.2667,12.89,3.0342 schedule,schedule,1518,1081,1492,1069,29.76,3.1816,12.89,3.0342 forced,forced,1349,1079,1309,1059,26.45,3.1303,12.86,3.0334 Doc,doc,4122,1078,866,421,80.82,3.6152,12.85,3.0330 Mike,mike,5707,1077,249,153,111.90,3.7565,12.84,3.0326 deliver,deliver,1446,1075,1359,1035,28.35,3.1605,12.82,3.0318 focus,focus,1499,1073,1253,939,29.39,3.1761,12.79,3.0310 square,square,1620,1072,1176,849,31.76,3.2098,12.78,3.0306 stolen,stolen,1750,1072,1677,1046,34.31,3.2433,12.78,3.0306 watched,watched,1353,1070,1328,1055,26.53,3.1316,12.76,3.0298 available,available,1323,1069,1296,1057,25.94,3.1219,12.74,3.0294 concern,concern,1332,1068,1318,1059,26.12,3.1248,12.73,3.0290 moves,moves,1420,1067,1389,1052,27.84,3.1526,12.72,3.0286 parts,parts,1501,1063,1468,1048,29.43,3.1767,12.67,3.0269 permission,permission,1587,1063,1382,983,31.12,3.2009,12.67,3.0269 rent,rent,1762,1062,1690,1029,34.55,3.2463,12.66,3.0265 enter,enter,1516,1060,1311,943,29.73,3.1810,12.64,3.0257 streets,streets,1611,1060,1578,1037,31.59,3.2074,12.64,3.0257 oil,oil,2095,1059,1816,997,41.08,3.3214,12.63,3.0253 appointment,appointment,1559,1058,1547,1057,30.57,3.1931,12.61,3.0249 lips,lips,1590,1058,1466,1014,31.18,3.2017,12.61,3.0249 riding,riding,1632,1057,1500,996,32.00,3.2130,12.60,3.0245 pig,pig,1996,1056,1767,993,39.14,3.3004,12.59,3.0241 badly,badly,1336,1055,1286,1033,26.20,3.1261,12.58,3.0237 complicated,complicated,1385,1055,1350,1040,27.16,3.1418,12.58,3.0237 lower,lower,1417,1055,1102,891,27.78,3.1517,12.58,3.0237 manager,manager,2038,1055,1814,1005,39.96,3.3094,12.58,3.0237 Mary,mary,4492,1054,51,26,88.08,3.6525,12.57,3.0233 tied,tied,1364,1054,1317,1035,26.75,3.1351,12.57,3.0233 justice,justice,1910,1053,1390,873,37.45,3.2813,12.55,3.0228 tear,tear,1377,1053,1216,964,27.00,3.1392,12.55,3.0228 woke,woke,1344,1053,1266,1015,26.35,3.1287,12.55,3.0228 exist,exist,1477,1049,1476,1049,28.96,3.1697,12.51,3.0212 offered,offered,1333,1049,1312,1034,26.14,3.1252,12.51,3.0212 points,points,1642,1049,1593,1035,32.20,3.2156,12.51,3.0212 spending,spending,1264,1049,1213,1011,24.78,3.1021,12.51,3.0212 meal,meal,1472,1048,1441,1030,28.86,3.1682,12.49,3.0208 original,original,1440,1048,1382,1013,28.24,3.1587,12.49,3.0208 shopping,shopping,1530,1048,1394,987,30.00,3.1850,12.49,3.0208 dump,dump,1470,1047,1371,996,28.82,3.1676,12.48,3.0204 bridge,bridge,2331,1046,1847,889,45.71,3.3677,12.47,3.0199 fortune,fortune,1518,1046,1367,971,29.76,3.1816,12.47,3.0199 hated,hated,1439,1046,1416,1032,28.22,3.1584,12.47,3.0199 wise,wise,1452,1046,1278,963,28.47,3.1623,12.47,3.0199 avoid,avoid,1239,1043,1177,998,24.29,3.0934,12.43,3.0187 fellas,fellas,1973,1043,1741,963,38.69,3.2953,12.43,3.0187 slip,slip,1320,1043,1237,998,25.88,3.1209,12.43,3.0187 cousin,cousin,2491,1041,2196,993,48.84,3.3965,12.41,3.0179 grown,grown,1275,1041,1244,1025,25.00,3.1059,12.41,3.0179 likely,likely,1314,1041,1266,1014,25.76,3.1189,12.41,3.0179 burned,burned,1448,1038,1379,1006,28.39,3.1611,12.37,3.0166 caused,caused,1318,1038,1292,1021,25.84,3.1202,12.37,3.0166 raised,raised,1312,1038,1275,1016,25.73,3.1183,12.37,3.0166 research,research,1688,1038,1507,982,33.10,3.2276,12.37,3.0166 female,female,1612,1037,1401,937,31.61,3.2076,12.36,3.0162 process,process,1427,1037,1384,1018,27.98,3.1547,12.36,3.0162 crew,crew,2424,1036,2156,931,47.53,3.3847,12.35,3.0158 bell,bell,2006,1035,1387,821,39.33,3.3025,12.34,3.0154 Monday,monday,1698,1034,36,31,33.29,3.2302,12.33,3.0149 letters,letters,1910,1033,1841,1011,37.45,3.2813,12.32,3.0145 ln,ln,3753,1032,3356,948,73.59,3.5745,12.30,3.0141 anytime,anytime,1248,1031,805,709,24.47,3.0966,12.29,3.0137 ashamed,ashamed,1396,1031,1366,1023,27.37,3.1452,12.29,3.0137 player,player,1926,1031,1828,1012,37.76,3.2849,12.29,3.0137 tip,tip,1409,1031,1326,995,27.63,3.1492,12.29,3.0137 weather,weather,1746,1031,1638,989,34.24,3.2423,12.29,3.0137 dick,dick,2703,1029,1543,716,53.00,3.4320,12.27,3.0128 puts,puts,1224,1029,1153,976,24.00,3.0881,12.27,3.0128 brains,brains,1401,1028,1335,1003,27.47,3.1467,12.26,3.0124 curious,curious,1337,1027,1265,991,26.22,3.1265,12.24,3.0120 regret,regret,1384,1027,1331,1017,27.14,3.1414,12.24,3.0120 spring,spring,1597,1027,1345,910,31.31,3.2036,12.24,3.0120 insurance,insurance,1955,1025,1852,994,38.33,3.2914,12.22,3.0111 paint,paint,1877,1025,1752,984,36.80,3.2737,12.22,3.0111 society,society,1679,1025,1309,880,32.92,3.2253,12.22,3.0111 warn,warn,1293,1025,1234,999,25.35,3.1119,12.22,3.0111 signal,signal,1926,1024,1786,984,37.76,3.2849,12.21,3.0107 higher,higher,1420,1023,1273,952,27.84,3.1526,12.20,3.0103 J,j,4026,1023,112,35,78.94,3.6050,12.20,3.0103 passing,passing,1325,1022,1219,973,25.98,3.1225,12.18,3.0099 period,period,1417,1022,1278,927,27.78,3.1517,12.18,3.0099 physical,physical,1386,1022,1306,972,27.18,3.1421,12.18,3.0099 nonsense,nonsense,1452,1021,942,722,28.47,3.1623,12.17,3.0095 rights,rights,1510,1021,1424,981,29.61,3.1793,12.17,3.0095 based,based,1357,1020,1073,845,26.61,3.1329,12.16,3.0090 client,client,2715,1020,2693,1014,53.24,3.4339,12.16,3.0090 command,command,2225,1020,1860,944,43.63,3.3475,12.16,3.0090 yellow,yellow,1724,1019,1323,883,33.80,3.2368,12.15,3.0086 reached,reached,1261,1017,1253,1012,24.73,3.1011,12.12,3.0077 attitude,attitude,1330,1016,1291,994,26.08,3.1242,12.11,3.0073 awake,awake,1362,1016,1315,997,26.71,3.1345,12.11,3.0073 science,science,1900,1016,1619,898,37.25,3.2790,12.11,3.0073 thousands,thousands,1410,1014,1221,912,27.65,3.1495,12.09,3.0065 film,film,3328,1013,3210,974,65.25,3.5223,12.08,3.0060 wanting,wanting,1251,1013,1196,979,24.53,3.0976,12.08,3.0060 amount,amount,1262,1012,1260,1010,24.75,3.1014,12.06,3.0056 boring,boring,1398,1012,1277,953,27.41,3.1458,12.06,3.0056 base,base,1804,1011,1584,940,35.37,3.2565,12.05,3.0052 San,san,2543,1010,121,31,49.86,3.4055,12.04,3.0048 disappeared,disappeared,1469,1009,1399,980,28.80,3.1673,12.03,3.0043 connection,connection,1386,1008,1356,988,27.18,3.1421,12.02,3.0039 glasses,glasses,1689,1008,1626,982,33.12,3.2279,12.02,3.0039 rise,rise,1399,1008,1162,872,27.43,3.1461,12.02,3.0039 lab,lab,2020,1007,1821,969,39.61,3.3056,12.01,3.0035 unit,unit,1845,1007,1469,879,36.18,3.2662,12.01,3.0035 bleeding,bleeding,1516,1006,1461,986,29.73,3.1810,11.99,3.0030 bullet,bullet,1950,1006,1676,966,38.24,3.2903,11.99,3.0030 post,post,1654,1005,1205,835,32.43,3.2188,11.98,3.0026 dating,dating,1689,1002,1612,969,33.12,3.2279,11.95,3.0013 dozen,dozen,1231,1001,1214,991,24.14,3.0906,11.93,3.0009 success,success,1390,1001,1297,944,27.25,3.1433,11.93,3.0009 charges,charges,1506,1000,1469,983,29.53,3.1781,11.92,3.0004 grateful,grateful,1355,1000,1316,979,26.57,3.1323,11.92,3.0004 medicine,medicine,1744,1000,1552,941,34.20,3.2418,11.92,3.0004 season,season,1605,1000,1453,882,31.47,3.2057,11.92,3.0004 switch,switch,1434,1000,1225,895,28.12,3.1569,11.92,3.0004 breathing,breathing,1417,999,1361,963,27.78,3.1517,11.91,3.0000 jobs,jobs,1408,996,1350,980,27.61,3.1489,11.87,2.9987 stood,stood,1315,996,1284,979,25.78,3.1193,11.87,2.9987 babies,babies,1704,995,1582,943,33.41,3.2317,11.86,2.9983 energy,energy,1678,995,1587,963,32.90,3.2251,11.86,2.9983 midnight,midnight,1447,995,1275,912,28.37,3.1608,11.86,2.9983 bath,bath,1587,994,1512,961,31.12,3.2009,11.85,2.9978 surely,surely,1407,994,716,565,27.59,3.1486,11.85,2.9978 grade,grade,1493,993,1442,967,29.27,3.1744,11.84,2.9974 plays,plays,1521,993,1388,926,29.82,3.1824,11.84,2.9974 eventually,eventually,1246,992,970,806,24.43,3.0959,11.83,2.9969 license,license,1635,992,1530,949,32.06,3.2138,11.83,2.9969 pounds,pounds,1595,992,1584,987,31.27,3.2030,11.83,2.9969 traffic,traffic,1454,992,1248,890,28.51,3.1629,11.83,2.9969 babe,babe,1814,991,1328,869,35.57,3.2589,11.81,2.9965 bags,bags,1456,990,1419,979,28.55,3.1635,11.80,2.9961 celebrate,celebrate,1268,990,1209,968,24.86,3.1035,11.80,2.9961 disgusting,disgusting,1357,990,1219,919,26.61,3.1329,11.80,2.9961 healthy,healthy,1262,990,1208,956,24.75,3.1014,11.80,2.9961 hung,hung,1436,990,1191,941,28.16,3.1575,11.80,2.9961 Detective,detective,3117,988,1405,675,61.12,3.4939,11.78,2.9952 Freeze,freeze,1640,988,686,515,32.16,3.2151,11.78,2.9952 hates,hates,1313,988,1262,961,25.75,3.1186,11.78,2.9952 treated,treated,1219,988,1198,974,23.90,3.0864,11.78,2.9952 staff,staff,1632,987,1457,923,32.00,3.2130,11.77,2.9948 talks,talks,1216,987,1182,969,23.84,3.0853,11.77,2.9948 below,below,1430,986,1379,964,28.04,3.1556,11.75,2.9943 friendly,friendly,1328,986,1224,949,26.04,3.1235,11.75,2.9943 stranger,stranger,1377,986,1299,945,27.00,3.1392,11.75,2.9943 telephone,telephone,1651,984,1437,892,32.37,3.2180,11.73,2.9934 dies,dies,1270,983,1248,968,24.90,3.1041,11.72,2.9930 project,project,1907,983,1663,901,37.39,3.2806,11.72,2.9930 airport,airport,1940,982,1710,910,38.04,3.2880,11.71,2.9926 knocked,knocked,1261,982,1203,946,24.73,3.1011,11.71,2.9926 model,model,1635,982,1534,942,32.06,3.2138,11.71,2.9926 wide,wide,1214,982,1133,928,23.80,3.0846,11.71,2.9926 desperate,desperate,1310,981,1181,924,25.69,3.1176,11.70,2.9921 ruined,ruined,1302,981,1257,964,25.53,3.1149,11.70,2.9921 aside,aside,1212,980,1067,877,23.76,3.0839,11.68,2.9917 direction,direction,1228,979,1208,967,24.08,3.0896,11.67,2.9912 vacation,vacation,1673,979,1615,969,32.80,3.2238,11.67,2.9912 fought,fought,1362,978,1327,963,26.71,3.1345,11.66,2.9908 assistant,assistant,1643,977,1414,861,32.22,3.2159,11.65,2.9903 gay,gay,3013,977,2711,922,59.08,3.4791,11.65,2.9903 gosh,gosh,1525,977,874,615,29.90,3.1836,11.65,2.9903 score,score,1552,977,1459,931,30.43,3.1912,11.65,2.9903 shoulder,shoulder,1336,976,1293,952,26.20,3.1261,11.64,2.9899 Charlie,charlie,5668,975,16,11,111.14,3.7535,11.62,2.9894 Ms,ms,2599,975,27,21,50.96,3.4150,11.62,2.9894 becomes,becomes,1231,973,1211,956,24.14,3.0906,11.60,2.9886 drag,drag,1349,973,1246,922,26.45,3.1303,11.60,2.9886 trees,trees,1565,973,1492,945,30.69,3.1948,11.60,2.9886 proper,proper,1289,972,1266,964,25.27,3.1106,11.59,2.9881 jacket,jacket,1704,971,1667,957,33.41,3.2317,11.58,2.9877 closing,closing,1333,970,1201,905,26.14,3.1252,11.56,2.9872 cases,cases,1436,969,1422,965,28.16,3.1575,11.55,2.9868 event,event,1345,969,1327,961,26.37,3.1290,11.55,2.9868 weapons,weapons,2065,969,1896,940,40.49,3.3151,11.55,2.9868 Bob,bob,4666,968,86,57,91.49,3.6690,11.54,2.9863 firm,firm,1799,966,1754,944,35.27,3.2553,11.52,2.9854 theory,theory,1459,965,1415,948,28.61,3.1644,11.50,2.9850 becoming,becoming,1167,961,1135,935,22.88,3.0674,11.46,2.9832 cab,cab,1826,961,1709,926,35.80,3.2617,11.46,2.9832 extremely,extremely,1210,960,1122,899,23.73,3.0831,11.44,2.9827 funeral,funeral,1693,960,1638,937,33.20,3.2289,11.44,2.9827 Nah,nah,1433,960,165,74,28.10,3.1565,11.44,2.9827 trial,trial,2518,960,2441,942,49.37,3.4012,11.44,2.9827 setting,setting,1099,959,1031,910,21.55,3.0414,11.43,2.9823 slowly,slowly,1279,959,989,805,25.08,3.1072,11.43,2.9823 military,military,2103,958,1896,909,41.24,3.3230,11.42,2.9818 practically,practically,1165,958,1044,872,22.84,3.0667,11.42,2.9818 appear,appear,1192,957,1168,947,23.37,3.0766,11.41,2.9814 carefully,carefully,1202,957,1160,935,23.57,3.0803,11.41,2.9814 clever,clever,1391,957,1239,886,27.27,3.1436,11.41,2.9814 basically,basically,1327,956,980,736,26.02,3.1232,11.40,2.9809 hire,hire,1302,956,1247,929,25.53,3.1149,11.40,2.9809 distance,distance,1306,955,1223,913,25.61,3.1163,11.39,2.9805 easily,easily,1151,955,1114,927,22.57,3.0615,11.39,2.9805 wasting,wasting,1135,955,1085,928,22.25,3.0554,11.39,2.9805 Aunt,aunt,2815,954,912,493,55.20,3.4496,11.37,2.9800 Chinese,chinese,2266,954,57,44,44.43,3.3555,11.37,2.9800 freedom,freedom,1688,954,1403,867,33.10,3.2276,11.37,2.9800 remembered,remembered,1146,954,1134,949,22.47,3.0596,11.37,2.9800 toilet,toilet,1474,954,1413,929,28.90,3.1688,11.37,2.9800 considered,considered,1182,953,1170,947,23.18,3.0730,11.36,2.9795 led,led,1225,953,1150,911,24.02,3.0885,11.36,2.9795 pure,pure,1271,952,1068,831,24.92,3.1045,11.35,2.9791 shots,shots,1447,951,1357,913,28.37,3.1608,11.34,2.9786 David,david,5196,950,24,3,101.88,3.7158,11.33,2.9782 James,james,3358,950,18,13,65.84,3.5262,11.33,2.9782 suicide,suicide,1747,950,1583,902,34.25,3.2425,11.33,2.9782 birth,birth,1405,948,1344,907,27.55,3.1480,11.30,2.9773 exact,exact,1154,948,1120,931,22.63,3.0626,11.30,2.9773 Sam,sam,6281,948,87,24,123.16,3.7981,11.30,2.9773 rooms,rooms,1326,947,1313,940,26.00,3.1229,11.29,2.9768 charming,charming,1434,946,1151,808,28.12,3.1569,11.28,2.9763 knees,knees,1320,946,1298,935,25.88,3.1209,11.28,2.9763 loving,loving,1275,946,1134,875,25.00,3.1059,11.28,2.9763 monster,monster,1982,945,1799,880,38.86,3.2973,11.27,2.9759 target,target,1936,945,1672,878,37.96,3.2871,11.27,2.9759 chase,chase,1673,944,894,743,32.80,3.2238,11.25,2.9754 stealing,stealing,1265,944,1132,866,24.80,3.1024,11.25,2.9754 younger,younger,1257,944,1164,916,24.65,3.0997,11.25,2.9754 punch,punch,1514,943,1318,857,29.69,3.1804,11.24,2.9750 rate,rate,1271,943,1250,934,24.92,3.1045,11.24,2.9750 smoking,smoking,1334,943,1211,875,26.16,3.1255,11.24,2.9750 de,de,2161,942,1515,752,42.37,3.3349,11.23,2.9745 rat,rat,1663,941,1489,893,32.61,3.2212,11.22,2.9741 fourth,fourth,1349,940,936,723,26.45,3.1303,11.21,2.9736 California,california,1972,939,9,9,38.67,3.2951,11.19,2.9731 fail,fail,1254,939,1220,930,24.59,3.0986,11.19,2.9731 circumstances,circumstances,1170,938,1147,930,22.94,3.0686,11.18,2.9727 stone,stone,2072,938,1158,737,40.63,3.3166,11.18,2.9727 wound,wound,1353,937,1316,926,26.53,3.1316,11.17,2.9722 knowledge,knowledge,1302,936,1229,897,25.53,3.1149,11.16,2.9717 pride,pride,1411,936,1221,881,27.67,3.1498,11.16,2.9717 official,official,1224,935,1168,899,24.00,3.0881,11.15,2.9713 television,television,1729,935,1628,891,33.90,3.2380,11.15,2.9713 bomb,bomb,2736,934,2561,898,53.65,3.4373,11.13,2.9708 tour,tour,1571,934,1444,883,30.80,3.1965,11.13,2.9708 hitting,hitting,1200,933,1143,899,23.53,3.0795,11.12,2.9703 returned,returned,1263,933,1253,927,24.76,3.1017,11.12,2.9703 kinds,kinds,1121,932,1118,930,21.98,3.0500,11.11,2.9699 direct,direct,1226,931,1147,883,24.04,3.0888,11.10,2.9694 pathetic,pathetic,1234,931,1128,869,24.20,3.0917,11.10,2.9694 unusual,unusual,1210,931,1167,908,23.73,3.0831,11.10,2.9694 attorney,attorney,2060,930,1592,820,40.39,3.3141,11.09,2.9689 effect,effect,1219,930,1200,921,23.90,3.0864,11.09,2.9689 fella,fella,1705,930,1587,908,33.43,3.2320,11.09,2.9689 staring,staring,1196,930,1158,905,23.45,3.0781,11.09,2.9689 parking,parking,1379,929,1312,903,27.04,3.1399,11.08,2.9685 statement,statement,1491,929,1483,925,29.24,3.1738,11.08,2.9685 bust,bust,1406,928,1312,893,27.57,3.1483,11.06,2.9680 disappointed,disappointed,1124,928,1074,900,22.04,3.0512,11.06,2.9680 Paul,paul,4801,928,7,6,94.14,3.6814,11.06,2.9680 section,section,1394,927,1135,818,27.33,3.1446,11.05,2.9675 embarrassing,embarrassing,1165,926,1128,901,22.84,3.0667,11.04,2.9671 plate,plate,1308,925,1280,905,25.65,3.1169,11.03,2.9666 create,create,1289,924,1253,903,25.27,3.1106,11.02,2.9661 access,access,1615,923,1483,879,31.67,3.2084,11.00,2.9657 joy,joy,1456,923,1095,815,28.55,3.1635,11.00,2.9657 steps,steps,1259,922,1201,907,24.69,3.1004,10.99,2.9652 pissed,pissed,1300,921,1268,909,25.49,3.1143,10.98,2.9647 County,county,1722,920,742,459,33.76,3.2363,10.97,2.9643 hill,hill,1915,920,1028,623,37.55,3.2824,10.97,2.9643 scary,scary,1336,920,1224,852,26.20,3.1261,10.97,2.9643 committed,committed,1225,919,1211,910,24.02,3.0885,10.96,2.9638 advantage,advantage,1125,918,1114,912,22.06,3.0515,10.94,2.9633 reality,reality,1543,918,1449,883,30.25,3.1886,10.94,2.9633 odd,odd,1226,917,1134,868,24.04,3.0888,10.93,2.9628 quarter,quarter,1327,917,1223,857,26.02,3.1232,10.93,2.9628 community,community,1486,916,1381,859,29.14,3.1723,10.92,2.9624 loser,loser,1381,916,1209,833,27.08,3.1405,10.92,2.9624 winner,winner,1592,916,1431,858,31.22,3.2022,10.92,2.9624 sale,sale,1295,915,1270,907,25.39,3.1126,10.91,2.9619 separate,separate,1107,915,1044,871,21.71,3.0445,10.91,2.9619 Van,van,2641,915,1250,565,51.78,3.4219,10.91,2.9619 flat,flat,1337,913,1233,866,26.22,3.1265,10.88,2.9609 sexual,sexual,1693,913,1568,867,33.20,3.2289,10.88,2.9609 sexy,sexy,1529,913,1364,860,29.98,3.1847,10.88,2.9609 sucks,sucks,1248,912,1188,873,24.47,3.0966,10.87,2.9605 sharp,sharp,1213,911,999,832,23.78,3.0842,10.86,2.9600 request,request,1304,910,1095,823,25.57,3.1156,10.85,2.9595 sensitive,sensitive,1149,909,1111,887,22.53,3.0607,10.84,2.9590 edge,edge,1199,907,1150,895,23.51,3.0792,10.81,2.9581 helps,helps,1084,905,1005,847,21.25,3.0354,10.79,2.9571 cutting,cutting,1126,904,1042,852,22.08,3.0519,10.78,2.9566 Washington,washington,2142,904,19,11,42.00,3.3310,10.78,2.9566 bread,bread,1445,902,1341,863,28.33,3.1602,10.75,2.9557 candy,candy,1825,902,1430,792,35.78,3.2615,10.75,2.9557 gate,gate,1634,902,1334,779,32.04,3.2135,10.75,2.9557 beating,beating,1160,900,1111,869,22.75,3.0648,10.73,2.9547 button,button,1441,900,1322,851,28.25,3.1590,10.73,2.9547 reports,reports,1296,900,1234,869,25.41,3.1129,10.73,2.9547 bloody,bloody,1962,899,1577,781,38.47,3.2929,10.72,2.9542 facts,facts,1393,899,1319,872,27.31,3.1443,10.72,2.9542 alarm,alarm,1522,898,1422,855,29.84,3.1827,10.71,2.9538 cooking,cooking,1307,898,1228,865,25.63,3.1166,10.71,2.9538 joint,joint,1405,898,1291,840,27.55,3.1480,10.71,2.9538 Paris,paris,3531,898,3,3,69.24,3.5480,10.71,2.9538 suffer,suffer,1148,898,1121,883,22.51,3.0603,10.71,2.9538 intend,intend,1183,897,1180,895,23.20,3.0734,10.69,2.9533 nasty,nasty,1151,897,1031,829,22.57,3.0615,10.69,2.9533 hundreds,hundreds,1108,896,917,771,21.73,3.0449,10.68,2.9528 investigation,investigation,1491,895,1470,886,29.24,3.1738,10.67,2.9523 understanding,understanding,1117,895,1087,879,21.90,3.0484,10.67,2.9523 guts,guts,1211,894,1171,878,23.75,3.0835,10.66,2.9518 leader,leader,1589,894,1346,846,31.16,3.2014,10.66,2.9518 mistakes,mistakes,1116,894,1085,876,21.88,3.0481,10.66,2.9518 stopping,stopping,1066,894,1013,860,20.90,3.0282,10.66,2.9518 shoe,shoe,1550,893,1450,862,30.39,3.1906,10.65,2.9513 crash,crash,1461,892,1336,840,28.65,3.1649,10.63,2.9509 Twenty,twenty,1378,892,660,421,27.02,3.1396,10.63,2.9509 members,members,1224,891,1120,826,24.00,3.0881,10.62,2.9504 gorgeous,gorgeous,1227,889,1091,827,24.06,3.0892,10.60,2.9494 manage,manage,1095,889,1083,885,21.47,3.0398,10.60,2.9494 walls,walls,1261,888,1220,869,24.73,3.1011,10.59,2.9489 chocolate,chocolate,1499,887,1273,785,29.39,3.1761,10.57,2.9484 claim,claim,1295,886,1270,876,25.39,3.1126,10.56,2.9479 closet,closet,1381,886,1360,876,27.08,3.1405,10.56,2.9479 Lieutenant,lieutenant,5306,886,758,349,104.04,3.7248,10.56,2.9479 lover,lover,1358,886,1240,829,26.63,3.1332,10.56,2.9479 moments,moments,1101,885,1052,855,21.59,3.0422,10.55,2.9474 mountain,mountain,1805,885,1408,735,35.39,3.2567,10.55,2.9474 rude,rude,1125,885,1094,871,22.06,3.0515,10.55,2.9474 guests,guests,1311,884,1256,865,25.71,3.1179,10.54,2.9469 lousy,lousy,1210,884,1107,822,23.73,3.0831,10.54,2.9469 silence,silence,1294,884,812,640,25.37,3.1123,10.54,2.9469 spell,spell,1869,884,1798,855,36.65,3.2718,10.54,2.9469 cleaning,cleaning,1157,883,1077,845,22.69,3.0637,10.53,2.9465 talent,talent,1332,883,1279,867,26.12,3.1248,10.53,2.9465 row,row,1343,882,1176,827,26.33,3.1284,10.52,2.9460 stops,stops,1112,882,1056,846,21.80,3.0465,10.52,2.9460 attractive,attractive,1256,881,1218,859,24.63,3.0993,10.50,2.9455 grave,grave,1340,881,1285,868,26.27,3.1274,10.50,2.9455 parties,parties,1182,881,1144,866,23.18,3.0730,10.50,2.9455 silver,silver,1619,881,1064,701,31.75,3.2095,10.50,2.9455 thrown,thrown,1047,881,1022,867,20.53,3.0204,10.50,2.9455 guarantee,guarantee,1123,880,1105,874,22.02,3.0508,10.49,2.9450 toward,toward,1169,879,1132,856,22.92,3.0682,10.48,2.9445 busted,busted,1168,876,1062,801,22.90,3.0678,10.44,2.9430 G,g,2169,876,169,80,42.53,3.3365,10.44,2.9430 stands,stands,1093,876,1039,852,21.43,3.0390,10.44,2.9430 directly,directly,1084,875,1061,862,21.25,3.0354,10.43,2.9425 highly,highly,1081,874,1032,834,21.20,3.0342,10.42,2.9420 awesome,awesome,1600,873,1255,735,31.37,3.2044,10.41,2.9415 counting,counting,1095,873,1033,826,21.47,3.0398,10.41,2.9415 dollar,dollar,1410,872,1338,842,27.65,3.1495,10.40,2.9410 divorce,divorce,1669,871,1565,842,32.73,3.2227,10.38,2.9405 falls,falls,1301,871,930,754,25.51,3.1146,10.38,2.9405 miracle,miracle,1359,871,1258,827,26.65,3.1335,10.38,2.9405 mirror,mirror,1233,871,1175,851,24.18,3.0913,10.38,2.9405 path,path,1252,870,1198,848,24.55,3.0980,10.37,2.9400 scream,scream,1347,866,1220,803,26.41,3.1297,10.32,2.9380 fate,fate,1375,865,1260,824,26.96,3.1386,10.31,2.9375 fucked,fucked,2291,865,2213,851,44.92,3.3602,10.31,2.9375 rare,rare,1087,864,1035,838,21.31,3.0366,10.30,2.9370 wore,wore,1081,864,1056,848,21.20,3.0342,10.30,2.9370 signs,signs,1123,863,1085,847,22.02,3.0508,10.29,2.9365 sweat,sweat,1115,863,1056,831,21.86,3.0477,10.29,2.9365 terms,terms,1138,863,1123,851,22.31,3.0565,10.29,2.9365 ocean,ocean,1545,862,1284,760,30.29,3.1892,10.28,2.9360 value,value,1097,862,1075,854,21.51,3.0406,10.28,2.9360 attacked,attacked,1219,861,1202,854,23.90,3.0864,10.26,2.9355 behavior,behavior,1142,861,1125,850,22.39,3.0580,10.26,2.9355 giant,giant,1380,861,1239,799,27.06,3.1402,10.26,2.9355 minds,minds,1072,861,1047,846,21.02,3.0306,10.26,2.9355 presence,presence,1064,861,1050,848,20.86,3.0273,10.26,2.9355 cigarette,cigarette,1357,860,1180,770,26.61,3.1329,10.25,2.9350 horses,horses,2087,859,1972,836,40.92,3.3197,10.24,2.9345 planet,planet,1975,858,1771,790,38.73,3.2958,10.23,2.9340 capable,capable,1062,857,1052,851,20.82,3.0265,10.22,2.9335 illegal,illegal,1199,857,1145,831,23.51,3.0792,10.22,2.9335 magazine,magazine,1693,857,1498,786,33.20,3.2289,10.22,2.9335 naturally,naturally,1250,857,686,551,24.51,3.0973,10.22,2.9335 nightmare,nightmare,1142,857,1103,837,22.39,3.0580,10.22,2.9335 spoken,spoken,1012,857,949,812,19.84,3.0056,10.22,2.9335 swing,swing,1325,857,1064,755,25.98,3.1225,10.22,2.9335 Previously,previously,923,856,129,115,18.10,2.9657,10.21,2.9330 bone,bone,1329,855,1221,819,26.06,3.1239,10.19,2.9325 delicious,delicious,1098,854,916,750,21.53,3.0410,10.18,2.9320 miserable,miserable,1096,854,1049,829,21.49,3.0402,10.18,2.9320 protection,protection,1197,854,1073,798,23.47,3.0785,10.18,2.9320 Grandma,grandma,2325,853,599,352,45.59,3.3666,10.17,2.9315 garbage,garbage,1331,852,1260,816,26.10,3.1245,10.16,2.9309 media,media,1137,852,709,483,22.29,3.0561,10.16,2.9309 sports,sports,1407,852,1165,754,27.59,3.1486,10.16,2.9309 hearts,hearts,1172,851,1082,813,22.98,3.0693,10.15,2.9304 wheel,wheel,1380,851,1283,798,27.06,3.1402,10.15,2.9304 owner,owner,1185,850,1136,826,23.24,3.0741,10.13,2.9299 secrets,secrets,1217,850,1145,821,23.86,3.0856,10.13,2.9299 convinced,convinced,1061,849,1048,841,20.80,3.0261,10.12,2.9294 equipment,equipment,1298,849,1270,831,25.45,3.1136,10.12,2.9294 F,f,2579,849,895,149,50.57,3.4116,10.12,2.9294 interrupt,interrupt,955,849,950,844,18.73,2.9805,10.12,2.9294 jumped,jumped,1078,849,1056,835,21.14,3.0330,10.12,2.9294 kissed,kissed,1454,849,1436,842,28.51,3.1629,10.12,2.9294 popular,popular,1177,849,1119,811,23.08,3.0711,10.12,2.9294 refuse,refuse,1070,849,1051,834,20.98,3.0298,10.12,2.9294 policy,policy,1378,847,1351,836,27.02,3.1396,10.10,2.9284 successful,successful,1037,847,1009,827,20.33,3.0162,10.10,2.9284 appears,appears,1074,846,1033,817,21.06,3.0314,10.09,2.9279 champagne,champagne,1596,846,1317,751,31.29,3.2033,10.09,2.9279 Mm,mm,1586,846,206,136,31.10,3.2006,10.09,2.9279 stairs,stairs,1212,846,1167,824,23.76,3.0839,10.09,2.9279 carried,carried,1026,845,1002,833,20.12,3.0116,10.07,2.9274 created,created,1195,845,1176,834,23.43,3.0777,10.07,2.9274 officers,officers,1442,844,1252,762,28.27,3.1593,10.06,2.9269 swim,swim,1622,844,1482,807,31.80,3.2103,10.06,2.9269 negative,negative,1308,843,914,640,25.65,3.1169,10.05,2.9263 expert,expert,1128,842,1105,832,22.12,3.0527,10.04,2.9258 frankly,frankly,992,842,573,525,19.45,2.9969,10.04,2.9258 happiness,happiness,1249,842,1157,799,24.49,3.0969,10.04,2.9258 secure,secure,1241,842,1038,749,24.33,3.0941,10.04,2.9258 garden,garden,1354,841,1066,676,26.55,3.1319,10.03,2.9253 pizza,pizza,1709,841,1399,744,33.51,3.2330,10.03,2.9253 served,served,1007,841,972,820,19.75,3.0035,10.03,2.9253 stays,stays,977,839,955,824,19.16,2.9903,10.00,2.9243 winter,winter,1337,839,1132,761,26.22,3.1265,10.00,2.9243 belt,belt,1242,838,1180,810,24.35,3.0945,9.99,2.9238 considering,considering,973,838,803,713,19.08,2.9886,9.99,2.9238 contract,contract,1650,838,1604,829,32.35,3.2177,9.99,2.9238 outfit,outfit,1280,838,1278,838,25.10,3.1075,9.99,2.9238 disappear,disappear,1069,837,1022,808,20.96,3.0294,9.98,2.9232 mystery,mystery,1171,837,1094,802,22.96,3.0689,9.98,2.9232 courage,courage,1207,835,1084,792,23.67,3.0821,9.95,2.9222 hidden,hidden,1085,835,1016,791,21.27,3.0358,9.95,2.9222 pity,pity,1199,835,1025,727,23.51,3.0792,9.95,2.9222 affair,affair,1502,834,1467,821,29.45,3.1770,9.94,2.9217 embarrassed,embarrassed,1093,834,1061,822,21.43,3.0390,9.94,2.9217 nerve,nerve,1171,834,1152,824,22.96,3.0689,9.94,2.9217 progress,progress,1084,834,1021,803,21.25,3.0354,9.94,2.9217 defense,defense,1665,832,1323,716,32.65,3.2217,9.92,2.9206 plain,plain,1113,832,1001,764,21.82,3.0469,9.92,2.9206 plant,plant,1408,831,1338,795,27.61,3.1489,9.91,2.9201 Rose,rose,2704,831,689,462,53.02,3.4322,9.91,2.9201 windows,windows,1190,831,1122,810,23.33,3.0759,9.91,2.9201 juice,juice,1371,830,1269,801,26.88,3.1374,9.90,2.9196 soldier,soldier,1985,830,1823,789,38.92,3.2980,9.90,2.9196 mixed,mixed,1090,828,1053,812,21.37,3.0378,9.87,2.9186 kills,kills,1015,826,978,800,19.90,3.0069,9.85,2.9175 storm,storm,1574,826,1329,755,30.86,3.1973,9.85,2.9175 FALSE,false,1078,826,951,741,21.14,3.0330,9.85,2.9175 material,material,1129,825,1121,821,22.14,3.0531,9.84,2.9170 possibility,possibility,1035,825,1020,815,20.29,3.0154,9.84,2.9170 families,families,1139,824,1077,796,22.33,3.0569,9.82,2.9165 settled,settled,991,824,976,817,19.43,2.9965,9.82,2.9165 impressed,impressed,972,823,955,812,19.06,2.9881,9.81,2.9159 leading,leading,1064,823,992,780,20.86,3.0273,9.81,2.9159 location,location,1263,823,1213,799,24.76,3.1017,9.81,2.9159 object,object,1314,823,1283,814,25.76,3.1189,9.81,2.9159 Al,al,5306,821,144,70,104.04,3.7248,9.79,2.9149 tail,tail,1219,821,1149,796,23.90,3.0864,9.79,2.9149 disease,disease,1335,820,1274,792,26.18,3.1258,9.78,2.9143 assure,assure,1021,819,1011,811,20.02,3.0095,9.76,2.9138 Chicago,chicago,2102,819,12,5,41.22,3.3228,9.76,2.9138 latest,latest,955,819,925,794,18.73,2.9805,9.76,2.9138 wire,wire,1403,819,1326,798,27.51,3.1474,9.76,2.9138 downtown,downtown,1118,818,1018,773,21.92,3.0488,9.75,2.9133 image,image,1154,818,1138,812,22.63,3.0626,9.75,2.9133 Junior,junior,1825,818,608,469,35.78,3.2615,9.75,2.9133 millions,millions,1147,818,993,742,22.49,3.0599,9.75,2.9133 remove,remove,1084,818,896,721,21.25,3.0354,9.75,2.9133 results,results,1158,818,1132,805,22.71,3.0641,9.75,2.9133 leads,leads,1009,817,988,804,19.78,3.0043,9.74,2.9128 precious,precious,1191,817,1060,782,23.35,3.0763,9.74,2.9128 tears,tears,1140,817,1035,764,22.35,3.0573,9.74,2.9128 garage,garage,1388,816,1344,798,27.22,3.1427,9.73,2.9122 hits,hits,1020,816,975,787,20.00,3.0090,9.73,2.9122 pen,pen,1261,816,1164,774,24.73,3.1011,9.73,2.9122 sounded,sounded,962,816,859,737,18.86,2.9836,9.73,2.9122 interview,interview,1505,815,1470,799,29.51,3.1778,9.72,2.9117 learning,learning,1036,815,966,764,20.31,3.0158,9.72,2.9117 winning,winning,1192,815,1115,793,23.37,3.0766,9.72,2.9117 argue,argue,1007,814,999,808,19.75,3.0035,9.70,2.9112 dirt,dirt,1310,814,1130,782,25.69,3.1176,9.70,2.9112 Professor,professor,3548,813,1044,519,69.57,3.5501,9.69,2.9106 reminds,reminds,937,813,829,729,18.37,2.9722,9.69,2.9106 pink,pink,1452,812,1139,711,28.47,3.1623,9.68,2.9101 source,source,1437,812,1131,777,28.18,3.1578,9.68,2.9101 dust,dust,1216,811,1107,770,23.84,3.0853,9.67,2.9096 piss,piss,1203,811,1033,719,23.59,3.0806,9.67,2.9096 rings,rings,1524,811,1349,763,29.88,3.1833,9.67,2.9096 entirely,entirely,1026,810,997,797,20.12,3.0116,9.66,2.9090 bones,bones,1561,809,1135,755,30.61,3.1937,9.64,2.9085 breaks,breaks,960,809,924,781,18.82,2.9827,9.64,2.9085 director,director,1834,809,1287,646,35.96,3.2636,9.64,2.9085 uniform,uniform,1266,808,1222,791,24.82,3.1028,9.63,2.9079 armed,armed,1164,807,1008,720,22.82,3.0663,9.62,2.9074 engine,engine,1626,807,1393,718,31.88,3.2114,9.62,2.9074 football,football,1914,806,1752,765,37.53,3.2822,9.61,2.9069 pleasant,pleasant,1072,806,929,736,21.02,3.0306,9.61,2.9069 trap,trap,1216,806,1107,757,23.84,3.0853,9.61,2.9069 convince,convince,955,805,909,774,18.73,2.9805,9.60,2.9063 map,map,1623,805,1587,792,31.82,3.2106,9.60,2.9063 approach,approach,1070,804,1005,774,20.98,3.0298,9.59,2.9058 trash,trash,1146,804,1070,770,22.47,3.0596,9.59,2.9058 thin,thin,1029,803,957,765,20.18,3.0128,9.57,2.9053 gang,gang,1537,802,1388,742,30.14,3.1870,9.56,2.9047 lake,lake,1836,802,1074,497,36.00,3.2641,9.56,2.9047 pushing,pushing,978,800,922,756,19.18,2.9908,9.54,2.9036 Sergeant,sergeant,3210,798,697,318,62.94,3.5066,9.51,2.9025 super,super,1336,798,747,520,26.20,3.1261,9.51,2.9025 cast,cast,1180,797,1074,735,23.14,3.0722,9.50,2.9020 conference,conference,1296,797,1193,745,25.41,3.1129,9.50,2.9020 hurting,hurting,974,797,947,781,19.10,2.9890,9.50,2.9020 coast,coast,1361,795,771,526,26.69,3.1342,9.48,2.9009 effort,effort,987,795,985,793,19.35,2.9948,9.48,2.9009 per,per,1141,795,1049,762,22.37,3.0577,9.48,2.9009 explanation,explanation,1023,794,1012,788,20.06,3.0103,9.47,2.9004 frightened,frightened,1186,794,1138,782,23.25,3.0745,9.47,2.9004 pushed,pushed,1045,794,1025,785,20.49,3.0195,9.47,2.9004 services,services,1053,793,732,608,20.65,3.0228,9.45,2.8998 shift,shift,1164,793,1097,758,22.82,3.0663,9.45,2.8998 sisters,sisters,1395,793,1245,726,27.35,3.1449,9.45,2.8998 couch,couch,1197,792,1171,776,23.47,3.0785,9.44,2.8993 flesh,flesh,1125,792,1062,773,22.06,3.0515,9.44,2.8993 panic,panic,1114,792,1063,769,21.84,3.0473,9.44,2.8993 authority,authority,1082,791,989,740,21.22,3.0346,9.43,2.8987 collect,collect,1020,791,959,747,20.00,3.0090,9.43,2.8987 engaged,engaged,1327,791,1268,775,26.02,3.1232,9.43,2.8987 percent,percent,1313,790,1307,787,25.75,3.1186,9.42,2.8982 pie,pie,1466,790,1273,751,28.75,3.1664,9.42,2.8982 Central,central,1262,788,431,327,24.75,3.1014,9.39,2.8971 friendship,friendship,1164,788,1077,754,22.82,3.0663,9.39,2.8971 Angeles,angeles,1551,787,6,5,30.41,3.1909,9.38,2.8965 impression,impression,946,787,946,787,18.55,2.9763,9.38,2.8965 recall,recall,1003,787,975,773,19.67,3.0017,9.38,2.8965 seats,seats,1110,787,1093,776,21.76,3.0457,9.38,2.8965 notes,notes,1255,786,1205,759,24.61,3.0990,9.37,2.8960 bored,bored,1029,785,990,773,20.18,3.0128,9.36,2.8954 mercy,mercy,1291,785,1030,685,25.31,3.1113,9.36,2.8954 mighty,mighty,1355,785,1126,708,26.57,3.1323,9.36,2.8954 particularly,particularly,946,785,836,707,18.55,2.9763,9.36,2.8954 Peter,peter,4596,785,20,12,90.12,3.6625,9.36,2.8954 silent,silent,1173,785,945,712,23.00,3.0697,9.36,2.8954 monkey,monkey,1709,782,1403,716,33.51,3.2330,9.32,2.8938 secretary,secretary,1694,782,1147,654,33.22,3.2292,9.32,2.8938 solid,solid,998,781,865,710,19.57,2.9996,9.31,2.8932 terribly,terribly,1205,781,1126,743,23.63,3.0813,9.31,2.8932 awfully,awfully,1035,780,977,746,20.29,3.0154,9.30,2.8927 Johnny,johnny,4408,779,14,9,86.43,3.6443,9.29,2.8921 mile,mile,1071,779,950,746,21.00,3.0302,9.29,2.8921 Richard,richard,3765,779,17,8,73.82,3.5759,9.29,2.8921 students,students,1564,778,1455,752,30.67,3.1945,9.28,2.8915 Thursday,thursday,1232,778,25,21,24.16,3.0910,9.28,2.8915 result,result,1008,777,995,770,19.76,3.0039,9.26,2.8910 rocks,rocks,1167,777,1097,739,22.88,3.0674,9.26,2.8910 tests,tests,1197,777,1170,770,23.47,3.0785,9.26,2.8910 cleaned,cleaned,907,776,881,758,17.78,2.9581,9.25,2.8904 yard,yard,1278,776,1093,714,25.06,3.1069,9.25,2.8904 artist,artist,1460,775,1418,760,28.63,3.1647,9.24,2.8899 chose,chose,952,775,943,773,18.67,2.9791,9.24,2.8899 enjoying,enjoying,868,775,766,686,17.02,2.9390,9.24,2.8899 lifetime,lifetime,929,775,902,756,18.22,2.9685,9.24,2.8899 stock,stock,1300,775,1228,742,25.49,3.1143,9.24,2.8899 photo,photo,1165,774,1122,752,22.84,3.0667,9.23,2.8893 senior,senior,1339,774,1051,674,26.25,3.1271,9.23,2.8893 village,village,1712,774,1459,636,33.57,3.2338,9.23,2.8893 deny,deny,1091,773,1035,749,21.39,3.0382,9.22,2.8887 London,london,2347,773,15,8,46.02,3.3707,9.22,2.8887 snow,snow,1599,773,1255,675,31.35,3.2041,9.22,2.8887 enjoyed,enjoyed,926,772,905,756,18.16,2.9671,9.20,2.8882 ignore,ignore,951,771,794,662,18.65,2.9786,9.19,2.8876 owns,owns,976,771,946,753,19.14,2.9899,9.19,2.8876 trapped,trapped,1030,771,967,738,20.20,3.0133,9.19,2.8876 Europe,europe,1368,770,6,5,26.82,3.1364,9.18,2.8871 chasing,chasing,933,769,882,736,18.29,2.9703,9.17,2.8865 surgery,surgery,1651,768,1514,749,32.37,3.2180,9.16,2.8859 emotional,emotional,1081,767,1040,744,21.20,3.0342,9.14,2.8854 eaten,eaten,927,766,915,758,18.18,2.9675,9.13,2.8848 rescue,rescue,1296,766,1137,724,25.41,3.1129,9.13,2.8848 screen,screen,1193,766,1152,749,23.39,3.0770,9.13,2.8848 useless,useless,1017,766,933,719,19.94,3.0077,9.13,2.8848 violence,violence,1173,766,1076,730,23.00,3.0697,9.13,2.8848 yelling,yelling,1087,766,1012,724,21.31,3.0366,9.13,2.8848 rip,rip,1028,765,855,686,20.16,3.0124,9.12,2.8842 Tuesday,tuesday,1206,765,23,17,23.65,3.0817,9.12,2.8842 figures,figures,949,764,817,651,18.61,2.9777,9.11,2.8837 ghost,ghost,1866,764,1456,644,36.59,3.2711,9.11,2.8837 memories,memories,1132,764,1061,734,22.20,3.0542,9.11,2.8837 Whoo,whoo,1789,764,96,76,35.08,3.2529,9.11,2.8837 pot,pot,1149,763,1084,736,22.53,3.0607,9.10,2.8831 soup,soup,1285,763,1189,722,25.20,3.1092,9.10,2.8831 Jeez,jeez,1067,762,262,213,20.92,3.0286,9.08,2.8825 lack,lack,905,761,858,730,17.75,2.9571,9.07,2.8820 stronger,stronger,974,761,937,742,19.10,2.9890,9.07,2.8820 loaded,loaded,948,760,916,741,18.59,2.9773,9.06,2.8814 bothering,bothering,917,759,913,758,17.98,2.9628,9.05,2.8808 walks,walks,936,759,909,747,18.35,2.9717,9.05,2.8808 audience,audience,1294,758,1241,738,25.37,3.1123,9.04,2.8802 bury,bury,1054,757,942,701,20.67,3.0233,9.02,2.8797 golden,golden,1187,757,726,530,23.27,3.0748,9.02,2.8797 threat,threat,1059,757,1033,747,20.76,3.0253,9.02,2.8797 partners,partners,1232,756,1141,731,24.16,3.0910,9.01,2.8791 receive,receive,992,755,965,743,19.45,2.9969,9.00,2.8785 suffering,suffering,991,755,958,728,19.43,2.9965,9.00,2.8785 bills,bills,1096,754,1055,737,21.49,3.0402,8.99,2.8779 exchange,exchange,1031,754,952,704,20.22,3.0137,8.99,2.8779 grandmother,grandmother,1417,754,1330,732,27.78,3.1517,8.99,2.8779 provide,provide,888,754,867,741,17.41,2.9489,8.99,2.8779 solve,solve,994,754,964,737,19.49,2.9978,8.99,2.8779 underwear,underwear,1105,754,1063,734,21.67,3.0438,8.99,2.8779 wood,wood,1377,754,1054,664,27.00,3.1392,8.99,2.8779 rolling,rolling,1099,753,895,660,21.55,3.0414,8.98,2.8774 attempt,attempt,975,752,956,740,19.12,2.9894,8.97,2.8768 newspaper,newspaper,1208,752,1152,729,23.69,3.0824,8.97,2.8768 confidence,confidence,993,751,960,738,19.47,2.9974,8.95,2.8762 insist,insist,910,751,901,747,17.84,2.9595,8.95,2.8762 route,route,1089,751,901,651,21.35,3.0374,8.95,2.8762 vision,vision,1218,751,1164,729,23.88,3.0860,8.95,2.8762 foreign,foreign,1137,749,929,675,22.29,3.0561,8.93,2.8751 joking,joking,949,749,922,736,18.61,2.9777,8.93,2.8751 blowing,blowing,921,748,862,703,18.06,2.9647,8.92,2.8745 fifth,fifth,979,748,645,525,19.20,2.9912,8.92,2.8745 Grace,grace,2157,748,708,513,42.29,3.3341,8.92,2.8745 potential,potential,960,748,925,729,18.82,2.9827,8.92,2.8745 Ray,ray,4966,748,240,170,97.37,3.6961,8.92,2.8745 routine,routine,1012,748,977,729,19.84,3.0056,8.92,2.8745 sandwich,sandwich,1118,748,1097,736,21.92,3.0488,8.92,2.8745 asks,asks,852,745,840,737,16.71,2.9309,8.88,2.8727 packed,packed,904,745,861,716,17.73,2.9566,8.88,2.8727 ripped,ripped,972,745,612,494,19.06,2.9881,8.88,2.8727 failure,failure,1021,744,952,715,20.02,3.0095,8.87,2.8722 specific,specific,908,743,893,734,17.80,2.9586,8.86,2.8716 coincidence,coincidence,948,742,898,709,18.59,2.9773,8.85,2.8710 spit,spit,987,742,803,627,19.35,2.9948,8.85,2.8710 steady,steady,1158,742,741,556,22.71,3.0641,8.85,2.8710 trained,trained,962,741,936,726,18.86,2.9836,8.83,2.8704 crossed,crossed,874,740,855,731,17.14,2.9420,8.82,2.8698 woods,woods,1482,740,1223,668,29.06,3.1711,8.82,2.8698 chain,chain,1082,739,1021,708,21.22,3.0346,8.81,2.8692 chick,chick,1334,739,1176,704,26.16,3.1255,8.81,2.8692 fully,fully,880,739,823,700,17.25,2.9450,8.81,2.8692 Robert,robert,3222,739,2,2,63.18,3.5083,8.81,2.8692 ancient,ancient,1105,738,953,660,21.67,3.0438,8.80,2.8686 bound,bound,940,738,891,705,18.43,2.9736,8.80,2.8686 houses,houses,975,738,933,719,19.12,2.9894,8.80,2.8686 birds,birds,1320,737,1176,672,25.88,3.1209,8.79,2.8681 detail,detail,989,737,929,709,19.39,2.9956,8.79,2.8681 sneak,sneak,861,737,810,710,16.88,2.9355,8.79,2.8681 quality,quality,947,736,891,709,18.57,2.9768,8.77,2.8675 range,range,1161,736,978,678,22.76,3.0652,8.77,2.8675 wrap,wrap,908,736,752,634,17.80,2.9586,8.77,2.8675 prize,prize,1142,735,977,634,22.39,3.0580,8.76,2.8669 teaching,teaching,1010,735,954,703,19.80,3.0048,8.76,2.8669 reputation,reputation,983,734,979,732,19.27,2.9930,8.75,2.8663 scratch,scratch,961,734,836,662,18.84,2.9832,8.75,2.8663 cheer,cheer,953,733,739,594,18.69,2.9795,8.74,2.8657 desire,desire,1034,733,977,713,20.27,3.0149,8.74,2.8657 England,england,1796,733,3,2,35.22,3.2545,8.74,2.8657 Henry,henry,3904,733,13,7,76.55,3.5916,8.74,2.8657 vote,vote,1751,733,1630,715,34.33,3.2435,8.74,2.8657 march,march,1225,732,625,396,24.02,3.0885,8.73,2.8651 touching,touching,888,732,836,702,17.41,2.9489,8.73,2.8651 farm,farm,1532,731,1369,681,30.04,3.1855,8.71,2.8645 yell,yell,939,731,876,692,18.41,2.9731,8.71,2.8645 desert,desert,1427,730,1230,645,27.98,3.1547,8.70,2.8639 therefore,therefore,1058,730,542,411,20.75,3.0249,8.70,2.8639 tricks,tricks,969,730,945,718,19.00,2.9868,8.70,2.8639 Jim,jim,3277,729,15,7,64.25,3.5156,8.69,2.8633 murderer,murderer,1355,729,1263,688,26.57,3.1323,8.69,2.8633 slipped,slipped,848,729,811,710,16.63,2.9289,8.69,2.8633 cow,cow,1301,728,1202,696,25.51,3.1146,8.68,2.8627 standard,standard,940,728,738,605,18.43,2.9736,8.68,2.8627 ambulance,ambulance,1143,727,1093,707,22.41,3.0584,8.67,2.8621 cancel,cancel,933,727,792,633,18.29,2.9703,8.67,2.8621 century,century,1063,727,950,663,20.84,3.0269,8.67,2.8621 channel,channel,1245,726,659,475,24.41,3.0955,8.66,2.8615 egg,egg,1328,726,1237,694,26.04,3.1235,8.66,2.8615 kissing,kissing,1189,726,1088,694,23.31,3.0755,8.66,2.8615 arrive,arrive,953,725,942,721,18.69,2.9795,8.64,2.8609 wipe,wipe,861,725,666,582,16.88,2.9355,8.64,2.8609 climb,climb,1007,724,815,615,19.75,3.0035,8.63,2.8603 commit,commit,984,724,965,717,19.29,2.9934,8.63,2.8603 passion,passion,1008,724,900,675,19.76,3.0039,8.63,2.8603 Jimmy,jimmy,4091,723,37,32,80.22,3.6119,8.62,2.8597 proceed,proceed,1066,722,765,582,20.90,3.0282,8.61,2.8591 wasted,wasted,854,722,825,707,16.75,2.9320,8.61,2.8591 starving,starving,865,720,829,696,16.96,2.9375,8.58,2.8579 former,former,932,719,840,665,18.27,2.9699,8.57,2.8573 performance,performance,1113,719,1086,708,21.82,3.0469,8.57,2.8573 ease,ease,974,718,842,635,19.10,2.9890,8.56,2.8567 fallen,fallen,863,718,831,697,16.92,2.9365,8.56,2.8567 escaped,escaped,991,717,956,704,19.43,2.9965,8.55,2.8561 begins,begins,844,716,830,709,16.55,2.9269,8.54,2.8555 fruit,fruit,1108,715,994,661,21.73,3.0449,8.52,2.8549 hunt,hunt,1319,712,918,622,25.86,3.1206,8.49,2.8531 Cheers,cheers,1158,711,211,171,22.71,3.0641,8.48,2.8525 impressive,impressive,865,711,728,609,16.96,2.9375,8.48,2.8525 series,series,1028,711,837,624,20.16,3.0124,8.48,2.8525 hoped,hoped,830,710,827,708,16.27,2.9196,8.46,2.8519 nail,nail,951,710,846,678,18.65,2.9786,8.46,2.8519 smooth,smooth,932,710,731,591,18.27,2.9699,8.46,2.8519 tries,tries,807,710,802,707,15.82,2.9074,8.46,2.8519 aboard,aboard,1358,709,1335,706,26.63,3.1332,8.45,2.8513 believes,believes,885,708,876,703,17.35,2.9474,8.44,2.8506 odds,odds,970,708,906,667,19.02,2.9872,8.44,2.8506 ordinary,ordinary,973,708,928,693,19.08,2.9886,8.44,2.8506 sec,sec,877,708,842,687,17.20,2.9435,8.44,2.8506 sentence,sentence,1047,708,1029,701,20.53,3.0204,8.44,2.8506 mental,mental,1002,707,926,671,19.65,3.0013,8.43,2.8500 suits,suits,895,707,829,659,17.55,2.9523,8.43,2.8500 actual,actual,884,706,859,687,17.33,2.9469,8.42,2.8494 Grant,grant,1660,706,602,463,32.55,3.2204,8.42,2.8494 managed,managed,846,706,834,699,16.59,2.9279,8.42,2.8494 studying,studying,987,706,935,679,19.35,2.9948,8.42,2.8494 package,package,1162,705,1112,676,22.78,3.0656,8.40,2.8488 normally,normally,818,704,556,484,16.04,2.9133,8.39,2.8482 thief,thief,1238,704,1143,670,24.27,3.0931,8.39,2.8482 delivery,delivery,1017,703,914,651,19.94,3.0077,8.38,2.8476 duck,duck,1263,703,938,562,24.76,3.1017,8.38,2.8476 noon,noon,924,703,848,673,18.12,2.9661,8.38,2.8476 trusted,trusted,856,703,851,699,16.78,2.9330,8.38,2.8476 universe,universe,1289,703,1184,682,25.27,3.1106,8.38,2.8476 argument,argument,867,702,857,698,17.00,2.9385,8.37,2.8470 challenge,challenge,1013,700,943,681,19.86,3.0060,8.35,2.8457 deserves,deserves,808,700,800,698,15.84,2.9079,8.35,2.8457 generous,generous,852,700,837,692,16.71,2.9309,8.35,2.8457 joined,joined,841,700,825,687,16.49,2.9253,8.35,2.8457 jokes,jokes,1040,700,1014,686,20.39,3.0175,8.35,2.8457 supply,supply,952,700,873,652,18.67,2.9791,8.35,2.8457 files,files,1358,699,1323,681,26.63,3.1332,8.33,2.8451 trace,trace,989,699,860,646,19.39,2.9956,8.33,2.8451 ill,ill,1085,698,1060,686,21.27,3.0358,8.32,2.8445 Buck,buck,1721,697,612,469,33.75,3.2360,8.31,2.8439 poison,poison,1252,696,1133,644,24.55,3.0980,8.30,2.8432 finest,finest,840,695,796,668,16.47,2.9248,8.29,2.8426 hug,hug,986,695,910,653,19.33,2.9943,8.29,2.8426 clue,clue,898,694,879,683,17.61,2.9538,8.27,2.8420 shy,shy,937,694,882,679,18.37,2.9722,8.27,2.8420 describe,describe,866,693,769,630,16.98,2.9380,8.26,2.8414 term,term,890,693,879,685,17.45,2.9499,8.26,2.8414 University,university,1203,693,590,369,23.59,3.0806,8.26,2.8414 warned,warned,808,693,802,689,15.84,2.9079,8.26,2.8414 comfort,comfort,878,692,812,660,17.22,2.9440,8.25,2.8407 dawn,dawn,1301,692,818,604,25.51,3.1146,8.25,2.8407 issues,issues,954,692,946,688,18.71,2.9800,8.25,2.8407 occasion,occasion,844,692,839,690,16.55,2.9269,8.25,2.8407 offense,offense,840,692,826,688,16.47,2.9248,8.25,2.8407 underneath,underneath,829,692,726,623,16.25,2.9191,8.25,2.8407 arranged,arranged,824,691,816,689,16.16,2.9165,8.24,2.8401 Sue,sue,1498,691,746,508,29.37,3.1758,8.24,2.8401 Charles,charles,2606,690,5,4,51.10,3.4161,8.23,2.8395 cruel,cruel,936,690,882,675,18.35,2.9717,8.23,2.8395 apple,apple,1207,689,878,560,23.67,3.0821,8.21,2.8388 circle,circle,1097,689,898,596,21.51,3.0406,8.21,2.8388 patients,patients,1511,689,1466,677,29.63,3.1796,8.21,2.8388 Prince,prince,2299,689,979,396,45.08,3.3617,8.21,2.8388 skip,skip,1076,689,671,568,21.10,3.0322,8.21,2.8388 wallet,wallet,1163,689,1143,677,22.80,3.0660,8.21,2.8388 messages,messages,948,688,930,675,18.59,2.9773,8.20,2.8382 worrying,worrying,827,688,806,673,16.22,2.9180,8.20,2.8382 Billy,billy,3525,687,35,29,69.12,3.5473,8.19,2.8376 cleared,cleared,842,687,811,666,16.51,2.9258,8.19,2.8376 demand,demand,873,687,841,668,17.12,2.9415,8.19,2.8376 estate,estate,1076,687,1022,670,21.10,3.0322,8.19,2.8376 hers,hers,802,687,749,654,15.73,2.9047,8.19,2.8376 ho,ho,2141,687,1265,466,41.98,3.3308,8.19,2.8376 hunting,hunting,1081,687,1007,663,21.20,3.0342,8.19,2.8376 library,library,1170,687,1061,647,22.94,3.0686,8.19,2.8376 Mexico,mexico,1580,687,5,5,30.98,3.1989,8.19,2.8376 threatened,threatened,845,687,833,684,16.57,2.9274,8.19,2.8376 Amen,amen,1325,686,97,68,25.98,3.1225,8.18,2.8370 K,k,1743,686,218,147,34.18,3.2415,8.18,2.8370 dropping,dropping,826,685,780,657,16.20,2.9175,8.17,2.8363 foolish,foolish,893,685,843,660,17.51,2.9513,8.17,2.8363 incident,incident,883,685,878,683,17.31,2.9465,8.17,2.8363 disaster,disaster,881,684,848,664,17.27,2.9455,8.15,2.8357 enemies,enemies,985,684,951,673,19.31,2.9939,8.15,2.8357 island,island,2018,684,1987,677,39.57,3.3051,8.15,2.8357 meantime,meantime,769,684,692,622,15.08,2.8865,8.15,2.8357 orange,orange,1138,684,866,542,22.31,3.0565,8.15,2.8357 sides,sides,827,684,823,680,16.22,2.9180,8.15,2.8357 connected,connected,881,683,862,676,17.27,2.9455,8.14,2.8351 defend,defend,959,683,928,667,18.80,2.9823,8.14,2.8351 education,education,996,683,887,633,19.53,2.9987,8.14,2.8351 bowl,bowl,1094,682,817,563,21.45,3.0394,8.13,2.8344 delivered,delivered,823,681,803,673,16.14,2.9159,8.12,2.8338 designed,designed,894,681,860,654,17.53,2.9518,8.12,2.8338 plastic,plastic,957,681,861,625,18.76,2.9814,8.12,2.8338 speaks,speaks,1068,681,901,646,20.94,3.0290,8.12,2.8338 continues,continues,1089,680,852,579,21.35,3.0374,8.11,2.8331 express,express,914,680,650,532,17.92,2.9614,8.11,2.8331 Roger,roger,2540,680,77,50,49.80,3.4050,8.11,2.8331 wave,wave,1084,680,932,592,21.25,3.0354,8.11,2.8331 ability,ability,980,679,974,673,19.22,2.9917,8.09,2.8325 basement,basement,1074,679,1052,670,21.06,3.0314,8.09,2.8325 fabulous,fabulous,1046,679,857,605,20.51,3.0199,8.09,2.8325 violent,violent,850,679,798,643,16.67,2.9299,8.09,2.8325 blown,blown,811,677,785,660,15.90,2.9096,8.07,2.8312 mix,mix,834,677,745,616,16.35,2.9217,8.07,2.8312 transfer,transfer,1048,677,967,643,20.55,3.0208,8.07,2.8312 elevator,elevator,1245,676,1162,642,24.41,3.0955,8.06,2.8306 modern,modern,930,676,800,608,18.24,2.9689,8.06,2.8306 princess,princess,2019,676,1093,488,39.59,3.3054,8.06,2.8306 smiling,smiling,877,676,828,645,17.20,2.9435,8.06,2.8306 Ben,ben,4994,675,35,23,97.92,3.6985,8.05,2.8299 humor,humor,849,675,780,628,16.65,2.9294,8.05,2.8299 offering,offering,777,675,758,664,15.24,2.8910,8.05,2.8299 powers,powers,1826,675,1499,620,35.80,3.2617,8.05,2.8299 visiting,visiting,787,675,698,611,15.43,2.8965,8.05,2.8299 gather,gather,799,674,623,555,15.67,2.9031,8.04,2.8293 madam,madam,2244,674,1314,439,44.00,3.3512,8.04,2.8293 tank,tank,1306,674,1122,643,25.61,3.1163,8.04,2.8293 bars,bars,916,672,890,656,17.96,2.9624,8.01,2.8280 butter,butter,1042,672,945,638,20.43,3.0183,8.01,2.8280 cents,cents,1114,672,1106,667,21.84,3.0473,8.01,2.8280 customers,customers,972,672,921,653,19.06,2.9881,8.01,2.8280 federal,federal,1173,672,755,502,23.00,3.0697,8.01,2.8280 instance,instance,856,672,856,672,16.78,2.9330,8.01,2.8280 purse,purse,1008,672,995,666,19.76,3.0039,8.01,2.8280 Alright,alright,4044,671,1755,543,79.29,3.6069,8.00,2.8274 current,current,869,671,802,637,17.04,2.9395,8.00,2.8274 remains,remains,890,671,877,664,17.45,2.9499,8.00,2.8274 victims,victims,1196,671,1165,664,23.45,3.0781,8.00,2.8274 bastards,bastards,943,670,814,605,18.49,2.9750,7.99,2.8267 dumped,dumped,915,670,891,660,17.94,2.9619,7.99,2.8267 journey,journey,1017,670,967,650,19.94,3.0077,7.99,2.8267 collection,collection,926,669,892,655,18.16,2.9671,7.98,2.8261 messed,messed,853,669,838,658,16.73,2.9315,7.98,2.8261 background,background,899,668,865,651,17.63,2.9542,7.96,2.8254 dreaming,dreaming,939,668,887,645,18.41,2.9731,7.96,2.8254 events,events,860,668,838,652,16.86,2.9350,7.96,2.8254 forces,forces,1064,668,933,596,20.86,3.0273,7.96,2.8254 reasonable,reasonable,946,668,904,661,18.55,2.9763,7.96,2.8254 vehicle,vehicle,1153,668,1099,648,22.61,3.0622,7.96,2.8254 soda,soda,1012,667,898,617,19.84,3.0056,7.95,2.8248 valuable,valuable,795,667,780,659,15.59,2.9009,7.95,2.8248 pills,pills,1266,666,1216,653,24.82,3.1028,7.94,2.8241 shine,shine,1053,666,945,619,20.65,3.0228,7.94,2.8241 stake,stake,847,666,819,652,16.61,2.9284,7.94,2.8241 taxi,taxi,1318,666,745,452,25.84,3.1202,7.94,2.8241 bull,bull,1403,665,917,497,27.51,3.1474,7.93,2.8235 searching,searching,856,665,781,629,16.78,2.9330,7.93,2.8235 sport,sport,1015,665,939,643,19.90,3.0069,7.93,2.8235 struck,struck,826,665,805,659,16.20,2.9175,7.93,2.8235 Americans,americans,1293,664,31,17,25.35,3.1119,7.92,2.8228 chosen,chosen,927,664,880,646,18.18,2.9675,7.92,2.8228 protecting,protecting,817,664,749,613,16.02,2.9128,7.92,2.8228 fishing,fishing,1204,663,1112,629,23.61,3.0810,7.90,2.8222 metal,metal,992,663,919,626,19.45,2.9969,7.90,2.8222 wishes,wishes,940,663,922,652,18.43,2.9736,7.90,2.8222 classic,classic,824,662,658,555,16.16,2.9165,7.89,2.8215 Ed,ed,3858,662,185,122,75.65,3.5865,7.89,2.8215 Sheriff,sheriff,3115,662,1308,446,61.08,3.4936,7.89,2.8215 fed,fed,810,661,737,615,15.88,2.9090,7.88,2.8209 V,v,1394,661,185,116,27.33,3.1446,7.88,2.8209 wins,wins,988,661,977,657,19.37,2.9952,7.88,2.8209 costs,costs,805,660,778,639,15.78,2.9063,7.87,2.8202 uses,uses,778,660,760,646,15.25,2.8915,7.87,2.8202 sticking,sticking,741,659,711,638,14.53,2.8704,7.86,2.8195 accepted,accepted,801,658,780,645,15.71,2.9042,7.84,2.8189 alert,alert,1051,658,882,581,20.61,3.0220,7.84,2.8189 dates,dates,931,658,906,644,18.25,2.9694,7.84,2.8189 answered,answered,775,657,769,653,15.20,2.8899,7.83,2.8182 arrange,arrange,791,657,755,632,15.51,2.8987,7.83,2.8182 creature,creature,1092,657,1044,641,21.41,3.0386,7.83,2.8182 guide,guide,910,657,758,563,17.84,2.9595,7.83,2.8182 officially,officially,775,657,705,607,15.20,2.8899,7.83,2.8182 released,released,882,657,861,648,17.29,2.9460,7.83,2.8182 witnesses,witnesses,1005,657,909,601,19.71,3.0026,7.83,2.8182 judgment,judgment,839,656,781,628,16.45,2.9243,7.82,2.8176 snap,snap,887,656,669,541,17.39,2.9484,7.82,2.8176 advance,advance,815,654,752,617,15.98,2.9117,7.80,2.8162 rope,rope,1158,654,1124,643,22.71,3.0641,7.80,2.8162 reaction,reaction,830,653,803,638,16.27,2.9196,7.78,2.8156 role,role,929,653,920,649,18.22,2.9685,7.78,2.8156 behave,behave,828,652,721,585,16.24,2.9186,7.77,2.8149 concentrate,concentrate,798,652,644,557,15.65,2.9025,7.77,2.8149 hop,hop,977,652,563,416,19.16,2.9903,7.77,2.8149 soldiers,soldiers,1409,652,1250,614,27.63,3.1492,7.77,2.8149 marks,marks,1117,651,1006,622,21.90,3.0484,7.76,2.8142 zero,zero,1094,651,694,519,21.45,3.0394,7.76,2.8142 imagination,imagination,885,650,873,643,17.35,2.9474,7.75,2.8136 mate,mate,1491,650,1386,628,29.24,3.1738,7.75,2.8136 opposite,opposite,775,650,754,635,15.20,2.8899,7.75,2.8136 rotten,rotten,891,650,824,616,17.47,2.9504,7.75,2.8136 begging,begging,766,649,688,591,15.02,2.8848,7.74,2.8129 perform,perform,821,649,810,644,16.10,2.9149,7.74,2.8129 pretending,pretending,795,649,732,608,15.59,2.9009,7.74,2.8129 revenge,revenge,971,649,844,593,19.04,2.9877,7.74,2.8129 Twelve,twelve,960,649,455,328,18.82,2.9827,7.74,2.8129 beats,beats,767,648,540,468,15.04,2.8854,7.73,2.8122 doll,doll,1263,648,1080,615,24.76,3.1017,7.73,2.8122 intelligence,intelligence,983,648,902,610,19.27,2.9930,7.73,2.8122 opens,opens,848,648,806,618,16.63,2.9289,7.73,2.8122 sacrifice,sacrifice,913,647,857,628,17.90,2.9609,7.71,2.8116 lawyers,lawyers,975,646,900,611,19.12,2.9894,7.70,2.8109 political,political,1115,646,1043,618,21.86,3.0477,7.70,2.8109 sink,sink,863,646,817,615,16.92,2.9365,7.70,2.8109 uncomfortable,uncomfortable,798,645,786,637,15.65,2.9025,7.69,2.8102 chat,chat,830,644,785,630,16.27,2.9196,7.68,2.8096 treatment,treatment,985,644,955,635,19.31,2.9939,7.68,2.8096 wondered,wondered,760,644,747,633,14.90,2.8814,7.68,2.8096 beef,beef,1005,643,895,598,19.71,3.0026,7.67,2.8089 Harry,harry,4193,643,10,7,82.22,3.6226,7.67,2.8089 pipe,pipe,989,643,853,558,19.39,2.9956,7.67,2.8089 punk,punk,1121,643,1006,597,21.98,3.0500,7.67,2.8089 Colonel,colonel,4909,642,704,276,96.25,3.6911,7.65,2.8082 forth,forth,804,642,797,636,15.76,2.9058,7.65,2.8082 laundry,laundry,972,642,913,620,19.06,2.9881,7.65,2.8082 listened,listened,747,642,736,634,14.65,2.8739,7.65,2.8082 painful,painful,773,642,738,622,15.16,2.8887,7.65,2.8082 H,h,1414,641,229,99,27.73,3.1508,7.64,2.8075 Santa,santa,2381,641,5,5,46.69,3.3769,7.64,2.8075 timing,timing,764,641,728,620,14.98,2.8837,7.64,2.8075 baseball,baseball,1288,640,1145,583,25.25,3.1103,7.63,2.8069 exercise,exercise,904,640,859,625,17.73,2.9566,7.63,2.8069 fashion,fashion,957,640,811,593,18.76,2.9814,7.63,2.8069 fifty,fifty,960,640,488,343,18.82,2.9827,7.63,2.8069 kicking,kicking,795,640,742,614,15.59,2.9009,7.63,2.8069 satisfied,satisfied,791,640,696,572,15.51,2.8987,7.63,2.8069 shown,shown,723,640,720,638,14.18,2.8597,7.63,2.8069 strangers,strangers,788,640,728,614,15.45,2.8971,7.63,2.8069 tone,tone,860,640,781,604,16.86,2.9350,7.63,2.8069 anger,anger,991,639,902,611,19.43,2.9965,7.62,2.8062 damned,damned,898,639,781,584,17.61,2.9538,7.62,2.8062 painting,painting,1489,639,1438,622,29.20,3.1732,7.62,2.8062 suspicious,suspicious,815,639,779,621,15.98,2.9117,7.62,2.8062 swimming,swimming,1019,639,927,606,19.98,3.0086,7.62,2.8062 bride,bride,1235,638,1148,612,24.22,3.0920,7.61,2.8055 apology,apology,804,636,741,590,15.76,2.9058,7.58,2.8041 glory,glory,1096,636,830,576,21.49,3.0402,7.58,2.8041 solution,solution,807,636,788,628,15.82,2.9074,7.58,2.8041 victory,victory,1094,636,871,577,21.45,3.0394,7.58,2.8041 blows,blows,793,635,728,592,15.55,2.8998,7.57,2.8035 guards,guards,1237,635,999,561,24.25,3.0927,7.57,2.8035 neighbors,neighbors,868,635,819,604,17.02,2.9390,7.57,2.8035 print,print,1018,635,922,590,19.96,3.0082,7.57,2.8035 wings,wings,1003,635,947,607,19.67,3.0017,7.57,2.8035 Aah,aah,2688,634,52,37,52.71,3.4296,7.56,2.8028 cared,cared,723,634,720,633,14.18,2.8597,7.56,2.8028 greater,greater,819,634,758,597,16.06,2.9138,7.56,2.8028 homework,homework,1027,634,988,622,20.14,3.0120,7.56,2.8028 trigger,trigger,861,634,842,625,16.88,2.9355,7.56,2.8028 seek,seek,934,632,874,602,18.31,2.9708,7.53,2.8014 union,union,1111,632,584,353,21.78,3.0461,7.53,2.8014 China,china,1268,631,168,122,24.86,3.1035,7.52,2.8007 prisoner,prisoner,1180,631,1095,608,23.14,3.0722,7.52,2.8007 gentle,gentle,844,630,758,586,16.55,2.9269,7.51,2.8000 motion,motion,967,630,851,579,18.96,2.9859,7.51,2.8000 deck,deck,1212,629,1103,595,23.76,3.0839,7.50,2.7993 dreamed,dreamed,784,629,777,625,15.37,2.8949,7.50,2.7993 flower,flower,1161,629,936,580,22.76,3.0652,7.50,2.7993 hopes,hopes,770,628,753,617,15.10,2.8871,7.49,2.7987 cure,cure,1063,627,1033,616,20.84,3.0269,7.47,2.7980 pays,pays,715,627,683,601,14.02,2.8549,7.47,2.7980 France,france,1380,626,13,4,27.06,3.1402,7.46,2.7973 occurred,occurred,737,626,737,626,14.45,2.8681,7.46,2.7973 crush,crush,857,625,772,581,16.80,2.9335,7.45,2.7966 entered,entered,747,625,732,612,14.65,2.8739,7.45,2.7966 habit,habit,738,624,725,616,14.47,2.8686,7.44,2.7959 selfish,selfish,811,624,762,599,15.90,2.9096,7.44,2.7959 shadow,shadow,1080,624,801,571,21.18,3.0338,7.44,2.7959 trail,trail,979,624,921,598,19.20,2.9912,7.44,2.7959 clients,clients,1071,623,1050,616,21.00,3.0302,7.43,2.7952 earn,earn,783,623,761,612,15.35,2.8943,7.43,2.7952 neighbor,neighbor,864,623,821,606,16.94,2.9370,7.43,2.7952 pet,pet,1029,623,910,574,20.18,3.0128,7.43,2.7952 iron,iron,915,622,834,580,17.94,2.9619,7.42,2.7945 unhappy,unhappy,843,622,805,606,16.53,2.9263,7.42,2.7945 zone,zone,1026,622,856,543,20.12,3.0116,7.42,2.7945 mass,mass,880,620,712,521,17.25,2.9450,7.39,2.7931 nation,nation,1045,620,967,591,20.49,3.0195,7.39,2.7931 cap,cap,956,619,687,524,18.75,2.9809,7.38,2.7924 identify,identify,825,619,750,574,16.18,2.9170,7.38,2.7924 Fifteen,fifteen,895,618,370,264,17.55,2.9523,7.37,2.7917 privacy,privacy,774,618,749,604,15.18,2.8893,7.37,2.7917 sand,sand,1035,618,891,581,20.29,3.0154,7.37,2.7917 fascinating,fascinating,769,617,601,500,15.08,2.8865,7.36,2.7910 holiday,holiday,1086,617,897,534,21.29,3.0362,7.36,2.7910 cheat,cheat,901,616,861,595,17.67,2.9552,7.34,2.7903 whore,whore,1076,616,1020,593,21.10,3.0322,7.34,2.7903 motherfucker,motherfucker,2616,615,2220,558,51.29,3.4178,7.33,2.7896 photos,photos,1016,615,975,591,19.92,3.0073,7.33,2.7896 presents,presents,973,615,826,537,19.08,2.9886,7.33,2.7896 songs,songs,1132,615,1088,598,22.20,3.0542,7.33,2.7896 sons,sons,921,615,803,557,18.06,2.9647,7.33,2.7896 Transcript,transcript,705,615,106,88,13.82,2.8488,7.33,2.7896 answering,answering,715,614,691,597,14.02,2.8549,7.32,2.7889 basic,basic,794,614,716,572,15.57,2.9004,7.32,2.7889 decisions,decisions,781,614,764,606,15.31,2.8932,7.32,2.7889 dressing,dressing,804,614,773,594,15.76,2.9058,7.32,2.7889 maid,maid,1164,614,1082,580,22.82,3.0663,7.32,2.7889 firing,firing,937,613,859,583,18.37,2.9722,7.31,2.7882 reported,reported,771,613,757,603,15.12,2.8876,7.31,2.7882 warrant,warrant,1060,613,1044,605,20.78,3.0257,7.31,2.7882 Bay,bay,1236,612,448,287,24.24,3.0924,7.30,2.7875 Meanwhile,meanwhile,812,612,142,117,15.92,2.9101,7.30,2.7875 mysterious,mysterious,765,612,722,591,15.00,2.8842,7.30,2.7875 salt,salt,995,612,753,515,19.51,2.9983,7.30,2.7875 beside,beside,774,611,718,570,15.18,2.8893,7.28,2.7868 crisis,crisis,849,611,805,581,16.65,2.9294,7.28,2.7868 technically,technically,739,611,442,389,14.49,2.8692,7.28,2.7868 degrees,degrees,918,610,911,604,18.00,2.9633,7.27,2.7860 lets,lets,918,610,691,540,18.00,2.9633,7.27,2.7860 bow,bow,1034,609,857,552,20.27,3.0149,7.26,2.7853 competition,competition,1066,609,1001,585,20.90,3.0282,7.26,2.7853 entrance,entrance,800,609,784,601,15.69,2.9036,7.26,2.7853 hills,hills,1027,609,533,365,20.14,3.0120,7.26,2.7853 sets,sets,761,609,727,592,14.92,2.8820,7.26,2.7853 Wednesday,wednesday,932,609,29,23,18.27,2.9699,7.26,2.7853 afterwards,afterwards,714,608,612,539,14.00,2.8543,7.25,2.7846 blocks,blocks,765,608,755,600,15.00,2.8842,7.25,2.7846 district,district,1068,608,696,459,20.94,3.0290,7.25,2.7846 heck,heck,925,607,742,538,18.14,2.9666,7.24,2.7839 laughs,laughs,1238,607,1023,540,24.27,3.0931,7.24,2.7839 league,league,950,607,576,391,18.63,2.9782,7.24,2.7839 relief,relief,744,607,709,588,14.59,2.8722,7.24,2.7839 squeeze,squeeze,769,607,634,536,15.08,2.8865,7.24,2.7839 assignment,assignment,912,606,904,603,17.88,2.9605,7.22,2.7832 grandfather,grandfather,1241,606,1054,577,24.33,3.0941,7.22,2.7832 Spanish,spanish,1130,606,31,23,22.16,3.0535,7.22,2.7832 anxious,anxious,719,605,705,593,14.10,2.8573,7.21,2.7825 balance,balance,764,604,706,574,14.98,2.8837,7.20,2.7818 golf,golf,1302,604,1192,568,25.53,3.1149,7.20,2.7818 pour,pour,771,604,577,479,15.12,2.8876,7.20,2.7818 agreement,agreement,892,603,867,594,17.49,2.9509,7.19,2.7810 cheating,cheating,948,603,891,573,18.59,2.9773,7.19,2.7810 custody,custody,982,603,971,600,19.25,2.9926,7.19,2.7810 favour,favour,948,603,942,601,18.59,2.9773,7.19,2.7810 merely,merely,795,603,729,563,15.59,2.9009,7.19,2.7810 recommend,recommend,714,603,689,594,14.00,2.8543,7.19,2.7810 gross,gross,779,602,609,493,15.27,2.8921,7.18,2.7803 Lee,lee,2449,602,25,11,48.02,3.3892,7.18,2.7803 drives,drives,728,601,679,561,14.27,2.8627,7.16,2.7796 site,site,980,601,965,595,19.22,2.9917,7.16,2.7796 flew,flew,785,600,759,584,15.39,2.8954,7.15,2.7789 Valley,valley,1275,600,560,302,25.00,3.1059,7.15,2.7789 youth,youth,858,600,747,536,16.82,2.9340,7.15,2.7789 coach,coach,2429,599,1399,513,47.63,3.3856,7.14,2.7782 influence,influence,754,599,747,598,14.78,2.8779,7.14,2.7782 blast,blast,825,598,661,513,16.18,2.9170,7.13,2.7774 boots,boots,977,598,905,571,19.16,2.9903,7.13,2.7774 brief,brief,732,598,693,580,14.35,2.8651,7.13,2.7774 response,response,821,598,791,582,16.10,2.9149,7.13,2.7774 reward,reward,919,598,900,591,18.02,2.9638,7.13,2.7774 admire,admire,722,597,709,591,14.16,2.8591,7.12,2.7767 charm,charm,794,597,750,583,15.57,2.9004,7.12,2.7767 holds,holds,728,597,710,584,14.27,2.8627,7.12,2.7767 instructions,instructions,798,597,786,591,15.65,2.9025,7.12,2.7767 penny,penny,1239,597,657,492,24.29,3.0934,7.12,2.7767 piano,piano,1268,597,1152,559,24.86,3.1035,7.12,2.7767 bout,bout,974,596,930,575,19.10,2.9890,7.11,2.7760 data,data,1306,596,1045,567,25.61,3.1163,7.11,2.7760 deeply,deeply,736,596,700,574,14.43,2.8675,7.11,2.7760 ending,ending,812,596,789,582,15.92,2.9101,7.11,2.7760 invented,invented,803,596,794,591,15.75,2.9053,7.11,2.7760 strip,strip,800,596,610,480,15.69,2.9036,7.11,2.7760 units,units,1032,596,1002,585,20.24,3.0141,7.11,2.7760 washed,washed,718,596,690,577,14.08,2.8567,7.11,2.7760 Tony,tony,3503,595,2,2,68.69,3.5446,7.09,2.7752 filthy,filthy,838,594,728,535,16.43,2.9238,7.08,2.7745 theater,theater,1226,594,1059,537,24.04,3.0888,7.08,2.7745 wounded,wounded,992,594,937,576,19.45,2.9969,7.08,2.7745 counts,counts,691,592,683,585,13.55,2.8401,7.06,2.7731 laws,laws,868,592,811,574,17.02,2.9390,7.06,2.7731 polite,polite,711,592,682,576,13.94,2.8525,7.06,2.7731 assault,assault,896,591,824,558,17.57,2.9528,7.05,2.7723 attend,attend,715,591,691,573,14.02,2.8549,7.05,2.7723 cancer,cancer,1139,591,1027,545,22.33,3.0569,7.05,2.7723 skills,skills,743,591,734,588,14.57,2.8716,7.05,2.7723 supper,supper,988,591,898,555,19.37,2.9952,7.05,2.7723 average,average,849,590,747,560,16.65,2.9294,7.03,2.7716 Thirty,thirty,876,590,410,274,17.18,2.9430,7.03,2.7716 liquor,liquor,882,589,828,564,17.29,2.9460,7.02,2.7709 rub,rub,788,589,639,524,15.45,2.8971,7.02,2.7709 unknown,unknown,774,589,687,542,15.18,2.8893,7.02,2.7709 agency,agency,991,588,773,482,19.43,2.9965,7.01,2.7701 alcohol,alcohol,845,588,762,541,16.57,2.9274,7.01,2.7701 bang,bang,1019,588,625,433,19.98,3.0086,7.01,2.7701 bullets,bullets,901,588,843,561,17.67,2.9552,7.01,2.7701 charged,charged,737,588,706,573,14.45,2.8681,7.01,2.7701 daily,daily,797,588,573,465,15.63,2.9020,7.01,2.7701 destiny,destiny,1175,588,987,553,23.04,3.0704,7.01,2.7701 title,title,947,588,910,566,18.57,2.9768,7.01,2.7701 Vegas,vegas,2054,588,15,11,40.27,3.3128,7.01,2.7701 extraordinary,extraordinary,771,587,687,536,15.12,2.8876,7.00,2.7694 gain,gain,700,587,685,579,13.73,2.8457,7.00,2.7694 invitation,invitation,759,587,745,579,14.88,2.8808,7.00,2.7694 sucker,sucker,834,587,757,536,16.35,2.9217,7.00,2.7694 bro,bro,1270,586,1105,544,24.90,3.1041,6.99,2.7686 divorced,divorced,821,586,762,547,16.10,2.9149,6.99,2.7686 Hollywood,hollywood,1427,586,7,7,27.98,3.1547,6.99,2.7686 horn,horn,1075,586,801,484,21.08,3.0318,6.99,2.7686 salad,salad,868,586,828,560,17.02,2.9390,6.99,2.7686 boom,boom,1112,585,609,390,21.80,3.0465,6.97,2.7679 degree,degree,759,585,745,579,14.88,2.8808,6.97,2.7679 halfway,halfway,678,585,620,536,13.29,2.8319,6.97,2.7679 jumping,jumping,728,585,638,532,14.27,2.8627,6.97,2.7679 jury,jury,2181,585,2086,569,42.76,3.3389,6.97,2.7679 mountains,mountains,951,585,850,524,18.65,2.9786,6.97,2.7679 removed,removed,737,585,728,580,14.45,2.8681,6.97,2.7679 brush,brush,722,584,645,534,14.16,2.8591,6.96,2.7672 agents,agents,1074,583,979,547,21.06,3.0314,6.95,2.7664 bug,bug,1068,583,878,541,20.94,3.0290,6.95,2.7664 depressed,depressed,830,583,790,569,16.27,2.9196,6.95,2.7664 recent,recent,669,583,638,559,13.12,2.8261,6.95,2.7664 stress,stress,796,583,755,560,15.61,2.9015,6.95,2.7664 tracks,tracks,854,583,834,574,16.75,2.9320,6.95,2.7664 belly,belly,794,582,728,553,15.57,2.9004,6.94,2.7657 granted,granted,697,582,570,481,13.67,2.8439,6.94,2.7657 version,version,828,582,814,574,16.24,2.9186,6.94,2.7657 cameras,cameras,915,581,880,567,17.94,2.9619,6.93,2.7649 procedure,procedure,823,581,809,573,16.14,2.9159,6.93,2.7649 wing,wing,1032,581,714,507,20.24,3.0141,6.93,2.7649 loan,loan,1013,580,937,555,19.86,3.0060,6.91,2.7642 surrounded,surrounded,677,579,654,564,13.27,2.8312,6.90,2.7634 Bobby,bobby,3547,578,26,22,69.55,3.5500,6.89,2.7627 customer,customer,775,578,727,550,15.20,2.8899,6.89,2.7627 flash,flash,783,578,609,502,15.35,2.8943,6.89,2.7627 moron,moron,754,578,681,531,14.78,2.8779,6.89,2.7627 appropriate,appropriate,657,577,647,571,12.88,2.8182,6.88,2.7619 backup,backup,862,577,802,560,16.90,2.9360,6.88,2.7619 highway,highway,911,576,661,462,17.86,2.9600,6.87,2.7612 properly,properly,658,576,648,569,12.90,2.8189,6.87,2.7612 stepped,stepped,656,576,638,562,12.86,2.8176,6.87,2.7612 therapy,therapy,944,576,878,552,18.51,2.9754,6.87,2.7612 replace,replace,681,575,654,556,13.35,2.8338,6.86,2.7604 similar,similar,695,575,660,550,13.63,2.8426,6.86,2.7604 actor,actor,1343,574,1293,561,26.33,3.1284,6.84,2.7597 bike,bike,1320,574,1298,569,25.88,3.1209,6.84,2.7597 catching,catching,648,574,606,540,12.71,2.8122,6.84,2.7597 guilt,guilt,760,574,706,552,14.90,2.8814,6.84,2.7597 packing,packing,698,574,650,541,13.69,2.8445,6.84,2.7597 ringing,ringing,899,574,827,543,17.63,2.9542,6.84,2.7597 suffered,suffered,656,574,644,566,12.86,2.8176,6.84,2.7597 adult,adult,729,573,699,559,14.29,2.8633,6.83,2.7589 determined,determined,671,573,650,563,13.16,2.8274,6.83,2.7589 patience,patience,784,573,557,472,15.37,2.8949,6.83,2.7589 represent,represent,773,573,752,567,15.16,2.8887,6.83,2.7589 writer,writer,1200,573,1166,560,23.53,3.0795,6.83,2.7589 respond,respond,719,572,684,556,14.10,2.8573,6.82,2.7582 Steve,steve,3540,572,0,0,69.41,3.5491,6.82,2.7582 testing,testing,771,572,590,481,15.12,2.8876,6.82,2.7582 turkey,turkey,1153,572,915,471,22.61,3.0622,6.82,2.7582 civil,civil,813,571,596,452,15.94,2.9106,6.81,2.7574 Papa,papa,2172,571,351,199,42.59,3.3371,6.81,2.7574 romance,romance,792,571,727,542,15.53,2.8993,6.81,2.7574 awkward,awkward,730,570,710,558,14.31,2.8639,6.80,2.7566 fever,fever,1017,570,888,533,19.94,3.0077,6.80,2.7566 Jerry,jerry,3173,570,51,9,62.22,3.5016,6.80,2.7566 junk,junk,784,570,742,552,15.37,2.8949,6.80,2.7566 rob,rob,1188,570,653,421,23.29,3.0752,6.80,2.7566 swell,swell,1061,570,880,491,20.80,3.0261,6.80,2.7566 Drew,drew,1277,569,511,420,25.04,3.1065,6.78,2.7559 exit,exit,794,569,701,520,15.57,2.9004,6.78,2.7559 grabbed,grabbed,680,569,663,556,13.33,2.8331,6.78,2.7559 handled,handled,652,569,647,565,12.78,2.8149,6.78,2.7559 slide,slide,909,569,771,501,17.82,2.9590,6.78,2.7559 sore,sore,765,569,726,545,15.00,2.8842,6.78,2.7559 wears,wears,651,569,631,554,12.76,2.8142,6.78,2.7559 wives,wives,787,569,757,557,15.43,2.8965,6.78,2.7559 Lt,lt,1396,568,534,258,27.37,3.1452,6.77,2.7551 robbery,robbery,1175,568,1061,536,23.04,3.0704,6.77,2.7551 urgent,urgent,758,568,697,532,14.86,2.8802,6.77,2.7551 cigarettes,cigarettes,905,567,818,532,17.75,2.9571,6.76,2.7543 darkness,darkness,892,567,779,530,17.49,2.9509,6.76,2.7543 Er,er,1932,567,836,343,37.88,3.2862,6.76,2.7543 pilot,pilot,1360,567,1159,521,26.67,3.1339,6.76,2.7543 German,german,1624,566,28,13,31.84,3.2109,6.75,2.7536 knocking,knocking,759,566,667,516,14.88,2.8808,6.75,2.7536 studio,studio,1190,566,1071,517,23.33,3.0759,6.75,2.7536 tragedy,tragedy,723,566,672,537,14.18,2.8597,6.75,2.7536 traveling,traveling,724,566,665,524,14.20,2.8603,6.75,2.7536 Burns,burns,1180,565,539,399,23.14,3.0722,6.74,2.7528 legend,legend,875,565,812,530,17.16,2.9425,6.74,2.7528 literally,literally,739,565,634,486,14.49,2.8692,6.74,2.7528 option,option,736,565,714,559,14.43,2.8675,6.74,2.7528 useful,useful,669,565,650,554,13.12,2.8261,6.74,2.7528 X,x,1051,565,170,133,20.61,3.0220,6.74,2.7528 Avenue,avenue,861,564,87,72,16.88,2.9355,6.72,2.7520 cage,cage,1034,564,810,481,20.27,3.0149,6.72,2.7520 drawing,drawing,817,564,757,541,16.02,2.9128,6.72,2.7520 personality,personality,811,564,780,551,15.90,2.9096,6.72,2.7520 prayer,prayer,805,564,752,537,15.78,2.9063,6.72,2.7520 sticks,sticks,694,564,626,527,13.61,2.8420,6.72,2.7520 thick,thick,713,564,662,539,13.98,2.8537,6.72,2.7520 device,device,926,563,922,561,18.16,2.9671,6.71,2.7513 squad,squad,1096,563,879,494,21.49,3.0402,6.71,2.7513 alley,alley,831,562,718,516,16.29,2.9201,6.70,2.7505 bend,bend,768,562,575,466,15.06,2.8859,6.70,2.7505 confess,confess,808,562,753,547,15.84,2.9079,6.70,2.7505 messing,messing,665,562,642,546,13.04,2.8235,6.70,2.7505 toy,toy,859,562,774,536,16.84,2.9345,6.70,2.7505 bat,bat,1052,561,913,525,20.63,3.0224,6.69,2.7497 limit,limit,664,561,655,558,13.02,2.8228,6.69,2.7497 trunk,trunk,1010,561,985,553,19.80,3.0048,6.69,2.7497 benefit,benefit,732,560,707,545,14.35,2.8651,6.68,2.7490 earned,earned,646,560,642,558,12.67,2.8109,6.68,2.7490 exhausted,exhausted,655,560,632,547,12.84,2.8169,6.68,2.7490 Martin,martin,2170,560,4,2,42.55,3.3367,6.68,2.7490 childhood,childhood,723,559,698,543,14.18,2.8597,6.66,2.7482 freaking,freaking,754,559,725,542,14.78,2.8779,6.66,2.7482 gear,gear,816,559,779,553,16.00,2.9122,6.66,2.7482 Grandpa,grandpa,1661,559,375,230,32.57,3.2206,6.66,2.7482 torture,torture,812,559,765,544,15.92,2.9101,6.66,2.7482 anyhow,anyhow,773,558,489,373,15.16,2.8887,6.65,2.7474 design,design,826,558,780,529,16.20,2.9175,6.65,2.7474 flies,flies,717,558,655,521,14.06,2.8561,6.65,2.7474 stretch,stretch,748,558,604,496,14.67,2.8745,6.65,2.7474 angle,angle,761,557,733,546,14.92,2.8820,6.64,2.7466 boxes,boxes,800,557,774,545,15.69,2.9036,6.64,2.7466 diet,diet,784,557,654,475,15.37,2.8949,6.64,2.7466 fantasy,fantasy,828,557,777,527,16.24,2.9186,6.64,2.7466 Boston,boston,1225,556,0,0,24.02,3.0885,6.63,2.7459 holes,holes,779,556,764,550,15.27,2.8921,6.63,2.7459 classes,classes,812,555,793,543,15.92,2.9101,6.62,2.7451 financial,financial,777,555,686,508,15.24,2.8910,6.62,2.7451 frozen,frozen,782,555,723,525,15.33,2.8938,6.62,2.7451 Johnson,johnson,1546,555,34,26,30.31,3.1895,6.62,2.7451 despite,despite,663,554,410,374,13.00,2.8222,6.60,2.7443 escort,escort,749,554,679,518,14.69,2.8751,6.60,2.7443 shaking,shaking,657,554,631,536,12.88,2.8182,6.60,2.7443 article,article,998,553,953,531,19.57,2.9996,6.59,2.7435 movement,movement,757,553,708,533,14.84,2.8797,6.59,2.7435 surveillance,surveillance,952,553,884,531,18.67,2.9791,6.59,2.7435 beast,beast,1252,552,899,503,24.55,3.0980,6.58,2.7427 fence,fence,819,552,803,544,16.06,2.9138,6.58,2.7427 smaller,smaller,680,552,638,528,13.33,2.8331,6.58,2.7427 tune,tune,796,552,728,514,15.61,2.9015,6.58,2.7427 hooked,hooked,669,551,647,539,13.12,2.8261,6.57,2.7419 lessons,lessons,772,551,756,546,15.14,2.8882,6.57,2.7419 nut,nut,797,551,744,536,15.63,2.9020,6.57,2.7419 refused,refused,660,551,652,546,12.94,2.8202,6.57,2.7419 checks,checks,759,550,738,539,14.88,2.8808,6.56,2.7412 claims,claims,710,550,673,527,13.92,2.8519,6.56,2.7412 grass,grass,856,550,797,531,16.78,2.9330,6.56,2.7412 marrying,marrying,812,550,773,533,15.92,2.9101,6.56,2.7412 spin,spin,746,550,631,489,14.63,2.8733,6.56,2.7412 expression,expression,651,549,649,547,12.76,2.8142,6.55,2.7404 mistaken,mistaken,654,549,646,545,12.82,2.8162,6.55,2.7404 Russian,russian,1501,549,23,17,29.43,3.1767,6.55,2.7404 Synchro,synchro,593,549,57,46,11.63,2.7738,6.55,2.7404 painted,painted,710,548,686,532,13.92,2.8519,6.53,2.7396 forgetting,forgetting,627,547,612,533,12.29,2.7980,6.52,2.7388 pee,pee,925,547,793,519,18.14,2.9666,6.52,2.7388 aim,aim,758,546,576,437,14.86,2.8802,6.51,2.7380 confession,confession,841,546,809,535,16.49,2.9253,6.51,2.7380 covering,covering,634,546,603,525,12.43,2.8028,6.51,2.7380 Ld,ld,895,546,31,14,17.55,2.9523,6.51,2.7380 prime,prime,933,546,586,436,18.29,2.9703,6.51,2.7380 socks,socks,932,546,864,529,18.27,2.9699,6.51,2.7380 virgin,virgin,961,546,731,419,18.84,2.9832,6.51,2.7380 Gimme,gimme,982,545,226,168,19.25,2.9926,6.50,2.7372 options,options,715,545,692,544,14.02,2.8549,6.50,2.7372 pin,pin,835,545,719,507,16.37,2.9222,6.50,2.7372 pussy,pussy,1309,545,1158,500,25.67,3.1173,6.50,2.7372 steel,steel,941,545,790,496,18.45,2.9741,6.50,2.7372 survived,survived,660,545,652,539,12.94,2.8202,6.50,2.7372 prevent,prevent,666,544,660,544,13.06,2.8241,6.49,2.7364 discussion,discussion,619,543,608,537,12.14,2.7924,6.47,2.7356 helpful,helpful,619,543,608,538,12.14,2.7924,6.47,2.7356 intelligent,intelligent,689,543,659,528,13.51,2.8388,6.47,2.7356 surface,surface,930,543,890,537,18.24,2.9689,6.47,2.7356 tend,tend,626,543,609,531,12.27,2.7973,6.47,2.7356 headache,headache,719,542,703,531,14.10,2.8573,6.46,2.7348 net,net,793,541,699,479,15.55,2.8998,6.45,2.7340 Pete,pete,1954,541,9,8,38.31,3.2911,6.45,2.7340 quarters,quarters,824,541,797,529,16.16,2.9165,6.45,2.7340 attached,attached,623,540,607,529,12.22,2.7952,6.44,2.7332 chill,chill,828,540,559,412,16.24,2.9186,6.44,2.7332 counter,counter,709,540,677,518,13.90,2.8513,6.44,2.7332 Francisco,francisco,1289,540,2,2,25.27,3.1106,6.44,2.7332 goal,goal,854,540,783,520,16.75,2.9320,6.44,2.7332 struggle,struggle,682,540,671,533,13.37,2.8344,6.44,2.7332 tower,tower,1165,540,696,387,22.84,3.0667,6.44,2.7332 cats,cats,1006,539,838,486,19.73,3.0030,6.43,2.7324 division,division,946,539,536,354,18.55,2.9763,6.43,2.7324 gray,gray,1077,539,581,439,21.12,3.0326,6.43,2.7324 homes,homes,722,539,678,519,14.16,2.8591,6.43,2.7324 incredibly,incredibly,668,539,632,514,13.10,2.8254,6.43,2.7324 liberty,liberty,849,539,502,392,16.65,2.9294,6.43,2.7324 shove,shove,674,539,536,450,13.22,2.8293,6.43,2.7324 abandoned,abandoned,678,538,650,522,13.29,2.8319,6.41,2.7316 charity,charity,841,538,787,522,16.49,2.9253,6.41,2.7316 furniture,furniture,769,538,729,523,15.08,2.8865,6.41,2.7316 joining,joining,614,538,590,519,12.04,2.7889,6.41,2.7316 Thomas,thomas,1636,538,13,6,32.08,3.2140,6.41,2.7316 electric,electric,874,537,735,473,17.14,2.9420,6.40,2.7308 behalf,behalf,620,536,619,535,12.16,2.7931,6.39,2.7300 drank,drank,656,536,633,519,12.86,2.8176,6.39,2.7300 insult,insult,639,536,624,529,12.53,2.8062,6.39,2.7300 cable,cable,1108,535,850,505,21.73,3.0449,6.38,2.7292 eats,eats,645,535,620,518,12.65,2.8102,6.38,2.7292 equal,equal,682,535,640,510,13.37,2.8344,6.38,2.7292 wheels,wheels,678,535,614,494,13.29,2.8319,6.38,2.7292 authorities,authorities,652,534,592,493,12.78,2.8149,6.37,2.7284 freezing,freezing,680,534,636,503,13.33,2.8331,6.37,2.7284 personnel,personnel,835,534,773,501,16.37,2.9222,6.37,2.7284 placed,placed,623,534,616,528,12.22,2.7952,6.37,2.7284 self,self,722,534,682,510,14.16,2.8591,6.37,2.7284 chips,chips,828,533,757,497,16.24,2.9186,6.35,2.7275 happier,happier,637,533,618,525,12.49,2.8048,6.35,2.7275 highest,highest,646,533,622,518,12.67,2.8109,6.35,2.7275 knee,knee,749,533,723,519,14.69,2.8751,6.35,2.7275 operate,operate,682,533,668,527,13.37,2.8344,6.35,2.7275 temporary,temporary,665,533,602,499,13.04,2.8235,6.35,2.7275 dessert,dessert,715,532,679,515,14.02,2.8549,6.34,2.7267 discover,discover,614,532,593,516,12.04,2.7889,6.34,2.7267 informed,informed,633,532,626,528,12.41,2.8021,6.34,2.7267 affairs,affairs,747,531,555,443,14.65,2.8739,6.33,2.7259 British,british,1283,531,15,12,25.16,3.1086,6.33,2.7259 minor,minor,654,531,582,491,12.82,2.8162,6.33,2.7259 review,review,755,531,677,478,14.80,2.8785,6.33,2.7259 commercial,commercial,829,530,788,509,16.25,2.9191,6.32,2.7251 fits,fits,654,530,607,498,12.82,2.8162,6.32,2.7251 gym,gym,927,530,860,520,18.18,2.9675,6.32,2.7251 Nick,nick,3062,530,125,113,60.04,3.4861,6.32,2.7251 pulse,pulse,1200,530,823,474,23.53,3.0795,6.32,2.7251 developed,developed,645,529,635,524,12.65,2.8102,6.31,2.7243 maintain,maintain,661,529,556,469,12.96,2.8209,6.31,2.7243 pile,pile,672,529,642,508,13.18,2.8280,6.31,2.7243 politics,politics,845,529,763,500,16.57,2.9274,6.31,2.7243 resist,resist,657,529,625,517,12.88,2.8182,6.31,2.7243 sharing,sharing,623,529,564,487,12.22,2.7952,6.31,2.7243 treating,treating,605,529,584,511,11.86,2.7825,6.31,2.7243 unique,unique,696,529,673,520,13.65,2.8432,6.31,2.7243 committee,committee,1123,528,796,418,22.02,3.0508,6.29,2.7235 muscle,muscle,694,528,657,503,13.61,2.8420,6.29,2.7235 acts,acts,636,527,614,514,12.47,2.8041,6.28,2.7226 Bravo,bravo,970,527,81,68,19.02,2.9872,6.28,2.7226 broad,broad,751,527,709,502,14.73,2.8762,6.28,2.7226 Bud,bud,1808,527,351,256,35.45,3.2574,6.28,2.7226 darn,darn,709,527,513,398,13.90,2.8513,6.28,2.7226 frame,frame,719,527,691,513,14.10,2.8573,6.28,2.7226 intended,intended,601,527,596,523,11.78,2.7796,6.28,2.7226 sends,sends,585,527,553,502,11.47,2.7679,6.28,2.7226 moral,moral,689,526,636,501,13.51,2.8388,6.27,2.7218 snake,snake,1140,526,834,455,22.35,3.0573,6.27,2.7218 apply,apply,638,525,594,494,12.51,2.8055,6.26,2.7210 Jane,jane,2192,525,45,13,42.98,3.3410,6.26,2.7210 religious,religious,707,525,672,512,13.86,2.8500,6.26,2.7210 status,status,750,525,687,496,14.71,2.8756,6.26,2.7210 towel,towel,722,525,687,508,14.16,2.8591,6.26,2.7210 tradition,tradition,697,524,676,513,13.67,2.8439,6.25,2.7202 excitement,excitement,628,523,602,508,12.31,2.7987,6.24,2.7193 returning,returning,590,523,551,498,11.57,2.7716,6.24,2.7193 bail,bail,885,522,793,497,17.35,2.9474,6.22,2.7185 Jackson,jackson,1666,522,5,5,32.67,3.2219,6.22,2.7185 passes,passes,643,522,622,510,12.61,2.8089,6.22,2.7185 pattern,pattern,738,522,735,520,14.47,2.8686,6.22,2.7185 possession,possession,680,522,630,493,13.33,2.8331,6.22,2.7185 powder,powder,818,522,725,490,16.04,2.9133,6.22,2.7185 priest,priest,1336,522,1194,477,26.20,3.1261,6.22,2.7185 quietly,quietly,629,522,562,484,12.33,2.7993,6.22,2.7185 session,session,678,522,664,515,13.29,2.8319,6.22,2.7185 territory,territory,748,522,711,506,14.67,2.8745,6.22,2.7185 patch,patch,888,521,586,431,17.41,2.9489,6.21,2.7177 related,related,643,521,632,516,12.61,2.8089,6.21,2.7177 backwards,backwards,667,520,633,510,13.08,2.8248,6.20,2.7168 Bible,bible,935,520,104,76,18.33,2.9713,6.20,2.7168 confirm,confirm,736,520,627,473,14.43,2.8675,6.20,2.7168 explained,explained,598,520,589,516,11.73,2.7774,6.20,2.7168 landed,landed,653,520,639,512,12.80,2.8156,6.20,2.7168 steak,steak,828,520,742,481,16.24,2.9186,6.20,2.7168 activity,activity,657,519,650,513,12.88,2.8182,6.19,2.7160 lap,lap,687,519,647,496,13.47,2.8376,6.19,2.7160 makeup,makeup,790,519,756,502,15.49,2.8982,6.19,2.7160 suggestion,suggestion,622,519,617,517,12.20,2.7945,6.19,2.7160 choices,choices,636,518,628,514,12.47,2.8041,6.18,2.7152 complain,complain,640,518,627,511,12.55,2.8069,6.18,2.7152 conscience,conscience,709,518,688,514,13.90,2.8513,6.18,2.7152 coward,coward,734,518,665,473,14.39,2.8663,6.18,2.7152 Japanese,japanese,1312,518,22,17,25.73,3.1183,6.18,2.7152 matches,matches,659,518,616,492,12.92,2.8195,6.18,2.7152 toss,toss,632,518,503,437,12.39,2.8014,6.18,2.7152 wreck,wreck,697,518,677,506,13.67,2.8439,6.18,2.7152 curse,curse,929,517,836,480,18.22,2.9685,6.16,2.7143 dragged,dragged,589,517,578,510,11.55,2.7709,6.16,2.7143 magnificent,magnificent,674,517,534,438,13.22,2.8293,6.16,2.7143 permanent,permanent,619,517,597,507,12.14,2.7924,6.16,2.7143 William,william,1653,517,6,3,32.41,3.2185,6.16,2.7143 citizen,citizen,680,515,602,472,13.33,2.8331,6.14,2.7126 feeding,feeding,599,515,545,479,11.75,2.7782,6.14,2.7126 interests,interests,677,515,674,513,13.27,2.8312,6.14,2.7126 remarkable,remarkable,641,515,553,460,12.57,2.8075,6.14,2.7126 robbed,robbed,782,515,757,504,15.33,2.8938,6.14,2.7126 soap,soap,775,515,693,486,15.20,2.8899,6.14,2.7126 spy,spy,1023,515,917,493,20.06,3.0103,6.14,2.7126 voices,voices,793,515,730,492,15.55,2.8998,6.14,2.7126 ceremony,ceremony,807,514,775,511,15.82,2.9074,6.13,2.7118 cried,cried,662,514,651,507,12.98,2.8215,6.13,2.7118 punishment,punishment,685,514,653,497,13.43,2.8363,6.13,2.7118 supplies,supplies,717,514,684,496,14.06,2.8561,6.13,2.7118 wrapped,wrapped,600,514,575,494,11.76,2.7789,6.13,2.7118 Lane,lane,1704,513,319,235,33.41,3.2317,6.12,2.7110 reporter,reporter,1040,513,853,456,20.39,3.0175,6.12,2.7110 sakes,sakes,607,513,601,509,11.90,2.7839,6.12,2.7110 stink,stink,673,513,646,505,13.20,2.8287,6.12,2.7110 description,description,645,512,637,506,12.65,2.8102,6.10,2.7101 dope,dope,820,512,764,485,16.08,2.9143,6.10,2.7101 Hopefully,hopefully,597,512,295,263,11.71,2.7767,6.10,2.7101 inform,inform,644,512,592,481,12.63,2.8096,6.10,2.7101 manners,manners,651,512,599,482,12.76,2.8142,6.10,2.7101 champion,champion,1067,511,961,486,20.92,3.0286,6.09,2.7093 host,host,766,511,698,481,15.02,2.8848,6.09,2.7093 safer,safer,580,511,553,493,11.37,2.7642,6.09,2.7093 tastes,tastes,611,511,494,424,11.98,2.7868,6.09,2.7093 toes,toes,638,510,615,496,12.51,2.8055,6.08,2.7084 fools,fools,681,509,601,467,13.35,2.8338,6.07,2.7076 tragic,tragic,624,509,563,464,12.24,2.7959,6.07,2.7076 fooling,fooling,626,508,603,497,12.27,2.7973,6.06,2.7067 math,math,836,508,709,473,16.39,2.9227,6.06,2.7067 mayor,mayor,1595,508,866,370,31.27,3.2030,6.06,2.7067 rats,rats,848,508,715,447,16.63,2.9289,6.06,2.7067 Texas,texas,1429,508,1,1,28.02,3.1553,6.06,2.7067 Bond,bond,1595,507,565,379,31.27,3.2030,6.04,2.7059 Florida,florida,938,507,9,8,18.39,2.9727,6.04,2.7059 thirsty,thirsty,627,507,556,448,12.29,2.7980,6.04,2.7059 mud,mud,756,506,674,471,14.82,2.8791,6.03,2.7050 neat,neat,635,506,547,449,12.45,2.8035,6.03,2.7050 noble,noble,744,506,638,459,14.59,2.8722,6.03,2.7050 propose,propose,663,506,657,504,13.00,2.8222,6.03,2.7050 royal,royal,1185,506,608,304,23.24,3.0741,6.03,2.7050 serving,serving,596,506,569,487,11.69,2.7760,6.03,2.7050 unfortunate,unfortunate,604,506,574,486,11.84,2.7818,6.03,2.7050 complaining,complaining,571,505,549,488,11.20,2.7574,6.02,2.7042 hip,hip,786,505,668,474,15.41,2.8960,6.02,2.7042 Lf,lf,809,505,85,66,15.86,2.9085,6.02,2.7042 necessarily,necessarily,575,505,571,504,11.27,2.7604,6.02,2.7042 string,string,646,505,595,466,12.67,2.8109,6.02,2.7042 vice,vice,950,505,550,354,18.63,2.9782,6.02,2.7042 basis,basis,609,504,608,503,11.94,2.7853,6.01,2.7033 delighted,delighted,660,504,541,434,12.94,2.8202,6.01,2.7033 sack,sack,659,504,586,488,12.92,2.8195,6.01,2.7033 Saint,saint,914,504,400,281,17.92,2.9614,6.01,2.7033 shocked,shocked,598,504,569,485,11.73,2.7774,6.01,2.7033 superior,superior,663,504,544,440,13.00,2.8222,6.01,2.7033 wounds,wounds,717,504,693,493,14.06,2.8561,6.01,2.7033 idiots,idiots,607,503,557,463,11.90,2.7839,6.00,2.7024 skull,skull,750,503,691,484,14.71,2.8756,6.00,2.7024 souls,souls,754,503,716,488,14.78,2.8779,6.00,2.7024 typical,typical,642,503,512,407,12.59,2.8082,6.00,2.7024 spoil,spoil,593,502,574,497,11.63,2.7738,5.98,2.7016 cookies,cookies,913,501,854,480,17.90,2.9609,5.97,2.7007 handling,handling,579,501,567,493,11.35,2.7634,5.97,2.7007 introduced,introduced,593,501,588,496,11.63,2.7738,5.97,2.7007 manner,manner,588,501,585,501,11.53,2.7701,5.97,2.7007 patrol,patrol,792,501,633,418,15.53,2.8993,5.97,2.7007 contest,contest,958,500,916,486,18.78,2.9818,5.96,2.6998 forest,forest,963,500,782,409,18.88,2.9841,5.96,2.6998 headquarters,headquarters,839,500,637,420,16.45,2.9243,5.96,2.6998 phones,phones,664,500,647,489,13.02,2.8228,5.96,2.6998 remote,remote,713,500,684,485,13.98,2.8537,5.96,2.6998 surgeon,surgeon,838,500,780,472,16.43,2.9238,5.96,2.6998 advise,advise,622,499,577,469,12.20,2.7945,5.95,2.6990 assumed,assumed,579,499,576,497,11.35,2.7634,5.95,2.6990 assuming,assuming,566,499,392,362,11.10,2.7536,5.95,2.6990 brand,brand,712,499,587,458,13.96,2.8531,5.95,2.6990 dancer,dancer,831,499,769,481,16.29,2.9201,5.95,2.6990 gifts,gifts,732,499,698,490,14.35,2.8651,5.95,2.6990 inch,inch,631,499,621,496,12.37,2.8007,5.95,2.6990 appearance,appearance,591,498,585,494,11.59,2.7723,5.94,2.6981 conditions,conditions,647,498,621,483,12.69,2.8116,5.94,2.6981 Max,max,3620,498,123,96,70.98,3.5588,5.94,2.6981 pages,pages,695,498,654,465,13.63,2.8426,5.94,2.6981 slave,slave,940,498,880,474,18.43,2.9736,5.94,2.6981 threatening,threatening,599,498,583,486,11.75,2.7782,5.94,2.6981 W,w,1099,498,236,109,21.55,3.0414,5.94,2.6981 complex,complex,669,497,647,485,13.12,2.8261,5.93,2.6972 flag,flag,892,497,781,454,17.49,2.9509,5.93,2.6972 landing,landing,818,497,741,467,16.04,2.9133,5.93,2.6972 owned,owned,599,497,591,489,11.75,2.7782,5.93,2.6972 sacred,sacred,715,497,644,465,14.02,2.8549,5.93,2.6972 shave,shave,702,497,645,472,13.76,2.8470,5.93,2.6972 temperature,temperature,702,497,640,456,13.76,2.8470,5.93,2.6972 yards,yards,760,497,754,494,14.90,2.8814,5.93,2.6972 aid,aid,709,496,613,448,13.90,2.8513,5.91,2.6964 include,include,568,496,548,483,11.14,2.7551,5.91,2.6964 approaching,approaching,653,495,558,435,12.80,2.8156,5.90,2.6955 dealer,dealer,831,495,745,456,16.29,2.9201,5.90,2.6955 tax,tax,742,495,692,464,14.55,2.8710,5.90,2.6955 confirmed,confirmed,689,494,631,467,13.51,2.8388,5.89,2.6946 fond,fond,629,494,617,488,12.33,2.7993,5.89,2.6946 shoulders,shoulders,600,494,570,477,11.76,2.7789,5.89,2.6946 sin,sin,813,494,739,465,15.94,2.9106,5.89,2.6946 understands,understands,549,494,545,493,10.76,2.7404,5.89,2.6946 compared,compared,537,493,447,415,10.53,2.7308,5.88,2.6937 digging,digging,676,493,633,472,13.25,2.8306,5.88,2.6937 pound,pound,708,493,671,475,13.88,2.8506,5.88,2.6937 beaten,beaten,611,492,590,481,11.98,2.7868,5.87,2.6928 laying,laying,568,492,541,474,11.14,2.7551,5.87,2.6928 sauce,sauce,795,492,776,486,15.59,2.9009,5.87,2.6928 absolute,absolute,577,491,529,459,11.31,2.7619,5.85,2.6920 capital,capital,648,491,574,443,12.71,2.8122,5.85,2.6920 effects,effects,649,491,641,485,12.73,2.8129,5.85,2.6920 locker,locker,815,491,796,481,15.98,2.9117,5.85,2.6920 chip,chip,1051,490,799,413,20.61,3.0220,5.84,2.6911 pro,pro,722,490,664,462,14.16,2.8591,5.84,2.6911 assigned,assigned,618,489,613,486,12.12,2.7917,5.83,2.6902 comment,comment,654,489,630,472,12.82,2.8162,5.83,2.6902 debt,debt,725,489,720,487,14.22,2.8609,5.83,2.6902 Eve,eve,1437,489,119,96,28.18,3.1578,5.83,2.6902 international,international,725,489,629,433,14.22,2.8609,5.83,2.6902 leather,leather,693,489,629,458,13.59,2.8414,5.83,2.6902 studied,studied,577,489,570,484,11.31,2.7619,5.83,2.6902 flip,flip,728,488,563,436,14.27,2.8627,5.82,2.6893 heavens,heavens,677,488,577,424,13.27,2.8312,5.82,2.6893 immediate,immediate,571,488,556,479,11.20,2.7574,5.82,2.6893 Joey,joey,3727,488,5,3,73.08,3.5715,5.82,2.6893 stable,stable,673,488,648,472,13.20,2.8287,5.82,2.6893 task,task,649,488,613,467,12.73,2.8129,5.82,2.6893 actions,actions,620,487,602,474,12.16,2.7931,5.81,2.6884 nap,nap,645,487,626,481,12.65,2.8102,5.81,2.6884 raising,raising,574,487,517,446,11.25,2.7597,5.81,2.6884 appeal,appeal,663,486,650,479,13.00,2.8222,5.79,2.6875 entering,entering,588,486,546,458,11.53,2.7701,5.79,2.6875 individual,individual,596,486,583,475,11.69,2.7760,5.79,2.6875 jungle,jungle,1151,486,964,439,22.57,3.0615,5.79,2.6875 troubles,troubles,593,486,575,481,11.63,2.7738,5.79,2.6875 honeymoon,honeymoon,826,485,772,468,16.20,2.9175,5.78,2.6866 safely,safely,566,485,550,474,11.10,2.7536,5.78,2.6866 Smith,smith,1856,485,6,4,36.39,3.2688,5.78,2.6866 beloved,beloved,651,484,609,463,12.76,2.8142,5.77,2.6857 Commander,commander,1887,484,582,307,37.00,3.2760,5.77,2.6857 flow,flow,701,484,665,473,13.75,2.8463,5.77,2.6857 lend,lend,595,484,483,411,11.67,2.7752,5.77,2.6857 prick,prick,720,484,661,451,14.12,2.8579,5.77,2.6857 thrilled,thrilled,564,484,549,474,11.06,2.7520,5.77,2.6857 upper,upper,616,484,489,405,12.08,2.7903,5.77,2.6857 factory,factory,857,483,791,461,16.80,2.9335,5.76,2.6848 precisely,precisely,611,483,376,322,11.98,2.7868,5.76,2.6848 slap,slap,636,483,536,430,12.47,2.8041,5.76,2.6848 stinks,stinks,627,483,599,461,12.29,2.7980,5.76,2.6848 affect,affect,568,482,566,481,11.14,2.7551,5.75,2.6839 alike,alike,579,482,578,481,11.35,2.7634,5.75,2.6839 cowboy,cowboy,968,482,747,436,18.98,2.9863,5.75,2.6839 deaf,deaf,741,482,710,471,14.53,2.8704,5.75,2.6839 Coke,coke,948,481,435,234,18.59,2.9773,5.73,2.6830 disturb,disturb,566,481,548,466,11.10,2.7536,5.73,2.6830 tag,tag,708,481,544,418,13.88,2.8506,5.73,2.6830 blanket,blanket,662,480,644,476,12.98,2.8215,5.72,2.6821 critical,critical,625,480,575,453,12.25,2.7966,5.72,2.6821 drama,drama,1028,480,555,394,20.16,3.0124,5.72,2.6821 entertainment,entertainment,640,480,536,425,12.55,2.8069,5.72,2.6821 mask,mask,1010,480,912,463,19.80,3.0048,5.72,2.6821 straighten,straighten,571,480,472,402,11.20,2.7574,5.72,2.6821 tap,tap,752,480,653,440,14.75,2.8768,5.72,2.6821 unconscious,unconscious,583,480,556,465,11.43,2.7664,5.72,2.6821 unlike,unlike,530,480,350,330,10.39,2.7251,5.72,2.6821 bum,bum,787,479,726,459,15.43,2.8965,5.71,2.6812 Fred,fred,2169,479,1,1,42.53,3.3365,5.71,2.6812 hon,hon,837,478,614,414,16.41,2.9232,5.70,2.6803 sample,sample,744,478,727,465,14.59,2.8722,5.70,2.6803 Scotch,scotch,752,478,301,200,14.75,2.8768,5.70,2.6803 blessed,blessed,704,477,471,382,13.80,2.8482,5.69,2.6794 deeper,deeper,644,477,571,454,12.63,2.8096,5.69,2.6794 strictly,strictly,548,477,432,391,10.75,2.7396,5.69,2.6794 acted,acted,548,476,541,470,10.75,2.7396,5.67,2.6785 Larry,larry,2888,476,5,2,56.63,3.4607,5.67,2.6785 proved,proved,549,476,540,468,10.76,2.7404,5.67,2.6785 schools,schools,714,476,687,459,14.00,2.8543,5.67,2.6785 swallow,swallow,649,476,533,432,12.73,2.8129,5.67,2.6785 effective,effective,536,475,501,446,10.51,2.7300,5.66,2.6776 existence,existence,596,475,588,473,11.69,2.7760,5.66,2.6776 hood,hood,785,475,560,379,15.39,2.8954,5.66,2.6776 nephew,nephew,846,475,810,471,16.59,2.9279,5.66,2.6776 operator,operator,836,475,436,327,16.39,2.9227,5.66,2.6776 parent,parent,670,475,648,463,13.14,2.8267,5.66,2.6776 witch,witch,1410,475,1192,434,27.65,3.1495,5.66,2.6776 culture,culture,711,474,666,445,13.94,2.8525,5.65,2.6767 identity,identity,662,474,642,464,12.98,2.8215,5.65,2.6767 pitch,pitch,792,474,744,454,15.53,2.8993,5.65,2.6767 relationships,relationships,609,474,556,447,11.94,2.7853,5.65,2.6767 suggesting,suggesting,551,474,545,468,10.80,2.7419,5.65,2.6767 twins,twins,770,474,654,423,15.10,2.8871,5.65,2.6767 bothered,bothered,531,473,523,471,10.41,2.7259,5.64,2.6758 diamond,diamond,1053,473,802,394,20.65,3.0228,5.64,2.6758 dime,dime,615,473,604,466,12.06,2.7896,5.64,2.6758 inches,inches,660,473,645,472,12.94,2.8202,5.64,2.6758 network,network,843,473,704,397,16.53,2.9263,5.64,2.6758 protected,protected,554,473,544,466,10.86,2.7443,5.64,2.6758 shared,shared,534,473,525,467,10.47,2.7284,5.64,2.6758 whip,whip,671,473,569,420,13.16,2.8274,5.64,2.6758 whistle,whistle,788,473,684,442,15.45,2.8971,5.64,2.6758 ages,ages,567,472,468,394,11.12,2.7543,5.63,2.6749 bargain,bargain,612,472,592,457,12.00,2.7875,5.63,2.6749 facing,facing,548,472,524,454,10.75,2.7396,5.63,2.6749 monitor,monitor,669,472,623,450,13.12,2.8261,5.63,2.6749 Radar,radar,1811,472,481,311,35.51,3.2582,5.63,2.6749 retired,retired,615,472,564,443,12.06,2.7896,5.63,2.6749 seal,seal,752,472,565,382,14.75,2.8768,5.63,2.6749 technology,technology,762,472,695,443,14.94,2.8825,5.63,2.6749 June,june,962,471,38,14,18.86,2.9836,5.62,2.6739 exists,exists,575,470,575,470,11.27,2.7604,5.60,2.6730 facility,facility,723,470,670,447,14.18,2.8597,5.60,2.6730 motor,motor,671,470,557,400,13.16,2.8274,5.60,2.6730 slightly,slightly,576,470,520,438,11.29,2.7612,5.60,2.6730 bump,bump,630,469,577,449,12.35,2.8000,5.59,2.6721 crawl,crawl,614,469,511,441,12.04,2.7889,5.59,2.6721 eleven,eleven,662,469,331,249,12.98,2.8215,5.59,2.6721 gloves,gloves,828,469,776,456,16.24,2.9186,5.59,2.6721 motel,motel,927,469,762,401,18.18,2.9675,5.59,2.6721 dull,dull,616,468,575,452,12.08,2.7903,5.58,2.6712 foul,foul,738,468,628,428,14.47,2.8686,5.58,2.6712 rubber,rubber,714,468,648,449,14.00,2.8543,5.58,2.6712 spirits,spirits,823,468,769,446,16.14,2.9159,5.58,2.6712 tracking,tracking,672,468,615,440,13.18,2.8280,5.58,2.6712 wagon,wagon,906,468,867,451,17.76,2.9576,5.58,2.6712 approve,approve,580,467,579,467,11.37,2.7642,5.57,2.6702 discussed,discussed,538,467,537,466,10.55,2.7316,5.57,2.6702 entitled,entitled,586,467,582,466,11.49,2.7686,5.57,2.6702 explosion,explosion,841,467,763,438,16.49,2.9253,5.57,2.6702 kidnapped,kidnapped,836,467,804,461,16.39,2.9227,5.57,2.6702 loyal,loyal,612,467,592,456,12.00,2.7875,5.57,2.6702 Merry,merry,1994,467,448,222,39.10,3.2999,5.57,2.6702 peaceful,peaceful,573,467,539,443,11.24,2.7589,5.57,2.6702 adventure,adventure,685,466,640,443,13.43,2.8363,5.56,2.6693 chicks,chicks,742,466,612,416,14.55,2.8710,5.56,2.6693 cuts,cuts,583,466,541,433,11.43,2.7664,5.56,2.6693 drill,drill,701,466,658,450,13.75,2.8463,5.56,2.6693 sweater,sweater,704,466,690,460,13.80,2.8482,5.56,2.6693 tables,tables,599,466,591,461,11.75,2.7782,5.56,2.6693 transferred,transferred,599,466,580,458,11.75,2.7782,5.56,2.6693 Western,western,679,466,197,167,13.31,2.8325,5.56,2.6693 beneath,beneath,593,465,518,417,11.63,2.7738,5.54,2.6684 chin,chin,647,465,496,385,12.69,2.8116,5.54,2.6684 favourite,favourite,745,465,730,458,14.61,2.8727,5.54,2.6684 mothers,mothers,622,465,560,431,12.20,2.7945,5.54,2.6684 promises,promises,580,465,548,450,11.37,2.7642,5.54,2.6684 throughout,throughout,548,465,488,423,10.75,2.7396,5.54,2.6684 active,active,584,464,554,445,11.45,2.7672,5.53,2.6675 handy,handy,623,464,483,436,12.22,2.7952,5.53,2.6675 Kelly,kelly,2876,464,18,6,56.39,3.4589,5.53,2.6675 Navy,navy,1310,464,385,197,25.69,3.1176,5.53,2.6675 players,players,875,464,820,452,17.16,2.9425,5.53,2.6675 sheet,sheet,592,464,579,459,11.61,2.7731,5.53,2.6675 signature,signature,622,464,605,459,12.20,2.7945,5.53,2.6675 twist,twist,643,464,553,418,12.61,2.8089,5.53,2.6675 worries,worries,541,464,536,459,10.61,2.7340,5.53,2.6675 badge,badge,778,463,741,452,15.25,2.8915,5.52,2.6665 development,development,625,463,478,389,12.25,2.7966,5.52,2.6665 dismissed,dismissed,622,463,436,356,12.20,2.7945,5.52,2.6665 profile,profile,657,463,636,457,12.88,2.8182,5.52,2.6665 stroke,stroke,667,463,632,448,13.08,2.8248,5.52,2.6665 Tommy,tommy,2459,463,10,6,48.22,3.3909,5.52,2.6665 border,border,876,462,842,450,17.18,2.9430,5.51,2.6656 drawer,drawer,663,462,654,456,13.00,2.8222,5.51,2.6656 episode,episode,627,462,446,316,12.29,2.7980,5.51,2.6656 shouting,shouting,744,462,564,381,14.59,2.8722,5.51,2.6656 sword,sword,1335,462,1245,436,26.18,3.1258,5.51,2.6656 arguing,arguing,544,461,512,439,10.67,2.7364,5.50,2.6646 begun,begun,538,461,533,457,10.55,2.7316,5.50,2.6646 buddies,buddies,619,461,597,453,12.14,2.7924,5.50,2.6646 compliment,compliment,523,461,512,451,10.25,2.7193,5.50,2.6646 confident,confident,543,461,526,449,10.65,2.7356,5.50,2.6646 drawn,drawn,542,461,528,453,10.63,2.7348,5.50,2.6646 environment,environment,652,461,638,453,12.78,2.8149,5.50,2.6646 jam,jam,690,461,592,413,13.53,2.8395,5.50,2.6646 shout,shout,839,461,727,425,16.45,2.9243,5.50,2.6646 tub,tub,647,461,634,454,12.69,2.8116,5.50,2.6646 combination,combination,611,460,599,452,11.98,2.7868,5.48,2.6637 hid,hid,596,460,594,459,11.69,2.7760,5.48,2.6637 honored,honored,554,460,539,450,10.86,2.7443,5.48,2.6637 limited,limited,561,460,506,425,11.00,2.7497,5.48,2.6637 plates,plates,638,460,610,447,12.51,2.8055,5.48,2.6637 shortly,shortly,513,460,446,406,10.06,2.7110,5.48,2.6637 accused,accused,666,459,655,453,13.06,2.8241,5.47,2.6628 bottles,bottles,682,459,668,453,13.37,2.8344,5.47,2.6628 cabin,cabin,1002,459,937,438,19.65,3.0013,5.47,2.6628 experiment,experiment,826,459,788,455,16.20,2.9175,5.47,2.6628 museum,museum,942,459,705,356,18.47,2.9745,5.47,2.6628 required,required,547,459,544,457,10.73,2.7388,5.47,2.6628 torn,torn,553,459,531,442,10.84,2.7435,5.47,2.6628 angels,angels,744,458,517,347,14.59,2.8722,5.46,2.6618 citizens,citizens,610,458,546,421,11.96,2.7860,5.46,2.6618 prints,prints,868,458,836,453,17.02,2.9390,5.46,2.6618 pump,pump,645,458,550,412,12.65,2.8102,5.46,2.6618 rear,rear,634,458,590,437,12.43,2.8028,5.46,2.6618 captured,captured,618,457,592,435,12.12,2.7917,5.45,2.6609 construction,construction,706,457,590,408,13.84,2.8494,5.45,2.6609 delay,delay,562,457,520,436,11.02,2.7505,5.45,2.6609 guessing,guessing,546,457,538,450,10.71,2.7380,5.45,2.6609 honour,honour,1213,457,747,399,23.78,3.0842,5.45,2.6609 machines,machines,707,457,679,443,13.86,2.8500,5.45,2.6609 bitter,bitter,568,456,533,435,11.14,2.7551,5.44,2.6599 intention,intention,559,456,558,456,10.96,2.7482,5.44,2.6599 skinny,skinny,713,456,520,404,13.98,2.8537,5.44,2.6599 suggested,suggested,525,456,521,452,10.29,2.7210,5.44,2.6599 troops,troops,983,456,936,444,19.27,2.9930,5.44,2.6599 conduct,conduct,566,455,533,428,11.10,2.7536,5.42,2.6590 Jersey,jersey,923,455,106,55,18.10,2.9657,5.42,2.6590 sheets,sheets,636,455,617,451,12.47,2.8041,5.42,2.6590 Shore,shore,1013,455,503,344,19.86,3.0060,5.42,2.6590 slight,slight,519,455,479,420,10.18,2.7160,5.42,2.6590 tube,tube,838,455,785,435,16.43,2.9238,5.42,2.6590 annoying,annoying,567,454,533,429,11.12,2.7543,5.41,2.6580 driven,driven,524,454,502,441,10.27,2.7202,5.41,2.6580 parked,parked,533,454,517,443,10.45,2.7275,5.41,2.6580 practical,practical,577,454,545,434,11.31,2.7619,5.41,2.6580 require,require,542,454,541,454,10.63,2.7348,5.41,2.6580 worn,worn,514,454,490,436,10.08,2.7118,5.41,2.6580 betrayed,betrayed,590,453,562,440,11.57,2.7716,5.40,2.6571 chop,chop,694,453,551,393,13.61,2.8420,5.40,2.6571 experienced,experienced,510,453,499,443,10.00,2.7084,5.40,2.6571 lobby,lobby,647,453,625,449,12.69,2.8116,5.40,2.6571 pillow,pillow,581,453,553,443,11.39,2.7649,5.40,2.6571 anniversary,anniversary,939,452,908,442,18.41,2.9731,5.39,2.6561 dated,dated,598,452,588,446,11.73,2.7774,5.39,2.6561 homicide,homicide,782,452,498,348,15.33,2.8938,5.39,2.6561 reporting,reporting,589,452,503,393,11.55,2.7709,5.39,2.6561 smarter,smarter,553,452,533,440,10.84,2.7435,5.39,2.6561 twisted,twisted,540,452,504,430,10.59,2.7332,5.39,2.6561 blonde,blonde,710,451,620,411,13.92,2.8519,5.38,2.6551 Ugh,ugh,738,451,26,23,14.47,2.8686,5.38,2.6551 circus,circus,870,450,751,413,17.06,2.9400,5.36,2.6542 extreme,extreme,558,450,502,426,10.94,2.7474,5.36,2.6542 fans,fans,711,450,686,442,13.94,2.8525,5.36,2.6542 grief,grief,552,450,533,434,10.82,2.7427,5.36,2.6542 helicopter,helicopter,806,450,745,422,15.80,2.9069,5.36,2.6542 instant,instant,550,450,502,413,10.78,2.7412,5.36,2.6542 pit,pit,674,450,602,419,13.22,2.8293,5.36,2.6542 Bingo,bingo,640,449,187,125,12.55,2.8069,5.35,2.6532 entry,entry,620,449,581,433,12.16,2.7931,5.35,2.6532 gambling,gambling,846,449,729,411,16.59,2.9279,5.35,2.6532 marked,marked,547,449,530,438,10.73,2.7388,5.35,2.6532 permit,permit,617,449,539,401,12.10,2.7910,5.35,2.6532 product,product,752,449,727,443,14.75,2.8768,5.35,2.6532 stiff,stiff,523,449,500,434,10.25,2.7193,5.35,2.6532 theme,theme,710,449,657,418,13.92,2.8519,5.35,2.6532 wicked,wicked,678,449,544,402,13.29,2.8319,5.35,2.6532 cookie,cookie,852,448,611,383,16.71,2.9309,5.34,2.6522 Da,da,1183,448,525,164,23.20,3.0734,5.34,2.6522 nicely,nicely,510,448,436,390,10.00,2.7084,5.34,2.6522 wisdom,wisdom,565,448,523,426,11.08,2.7528,5.34,2.6522 accent,accent,621,447,595,438,12.18,2.7938,5.33,2.6513 assistance,assistance,558,447,532,429,10.94,2.7474,5.33,2.6513 destruction,destruction,587,447,567,433,11.51,2.7694,5.33,2.6513 Jones,jones,1579,447,12,12,30.96,3.1987,5.33,2.6513 laughed,laughed,545,447,537,442,10.69,2.7372,5.33,2.6513 provided,provided,506,447,470,416,9.92,2.7050,5.33,2.6513 rabbit,rabbit,1068,447,764,402,20.94,3.0290,5.33,2.6513 rice,rice,769,447,583,355,15.08,2.8865,5.33,2.6513 sales,sales,648,447,585,407,12.71,2.8122,5.33,2.6513 clown,clown,807,446,725,416,15.82,2.9074,5.32,2.6503 concerns,concerns,521,446,516,444,10.22,2.7177,5.32,2.6503 deserved,deserved,513,446,512,446,10.06,2.7110,5.32,2.6503 fellows,fellows,676,446,616,416,13.25,2.8306,5.32,2.6503 graduate,graduate,623,446,598,431,12.22,2.7952,5.32,2.6503 pockets,pockets,626,446,565,434,12.27,2.7973,5.32,2.6503 talented,talented,581,446,566,436,11.39,2.7649,5.32,2.6503 creepy,creepy,568,445,512,411,11.14,2.7551,5.31,2.6493 lazy,lazy,591,445,530,411,11.59,2.7723,5.31,2.6493 measure,measure,537,445,498,425,10.53,2.7308,5.31,2.6493 teams,teams,790,445,760,436,15.49,2.8982,5.31,2.6493 tent,tent,892,445,806,425,17.49,2.9509,5.31,2.6493 thy,thy,1243,445,947,357,24.37,3.0948,5.31,2.6493 tunnel,tunnel,912,445,843,410,17.88,2.9605,5.31,2.6493 Danny,danny,4148,444,2,2,81.33,3.6179,5.29,2.6484 dining,dining,598,444,578,434,11.73,2.7774,5.29,2.6484 freaked,freaked,529,444,520,436,10.37,2.7243,5.29,2.6484 generation,generation,619,444,598,436,12.14,2.7924,5.29,2.6484 nerves,nerves,559,444,534,428,10.96,2.7482,5.29,2.6484 roses,roses,723,444,609,387,14.18,2.8597,5.29,2.6484 separated,separated,540,444,523,433,10.59,2.7332,5.29,2.6484 temper,temper,582,444,546,433,11.41,2.7657,5.29,2.6484 dish,dish,584,443,568,431,11.45,2.7672,5.28,2.6474 dishes,dishes,605,443,588,432,11.86,2.7825,5.28,2.6474 kingdom,kingdom,787,443,693,386,15.43,2.8965,5.28,2.6474 locate,locate,524,443,489,422,10.27,2.7202,5.28,2.6474 specifically,specifically,524,443,444,381,10.27,2.7202,5.28,2.6474 cheated,cheated,627,442,616,439,12.29,2.7980,5.27,2.6464 constant,constant,506,442,477,423,9.92,2.7050,5.27,2.6464 creatures,creatures,640,442,607,428,12.55,2.8069,5.27,2.6464 differently,differently,498,442,489,439,9.76,2.6981,5.27,2.6464 gum,gum,683,442,616,416,13.39,2.8351,5.27,2.6464 organization,organization,668,442,574,411,13.10,2.8254,5.27,2.6464 privilege,privilege,542,442,537,440,10.63,2.7348,5.27,2.6464 spotted,spotted,522,442,500,431,10.24,2.7185,5.27,2.6464 suite,suite,849,442,743,409,16.65,2.9294,5.27,2.6464 beings,beings,599,441,573,437,11.75,2.7782,5.26,2.6454 celebrating,celebrating,532,441,507,424,10.43,2.7267,5.26,2.6454 concept,concept,553,441,551,439,10.84,2.7435,5.26,2.6454 depend,depend,504,441,496,435,9.88,2.7033,5.26,2.6454 function,function,565,441,561,439,11.08,2.7528,5.26,2.6454 systems,systems,848,441,729,409,16.63,2.9289,5.26,2.6454 tiger,tiger,945,441,519,315,18.53,2.9759,5.26,2.6454 announcement,announcement,525,440,516,434,10.29,2.7210,5.25,2.6444 gathered,gathered,491,440,479,431,9.63,2.6920,5.25,2.6444 overnight,overnight,511,440,476,417,10.02,2.7093,5.25,2.6444 religion,religion,707,440,650,415,13.86,2.8500,5.25,2.6444 belonged,belonged,510,439,496,427,10.00,2.7084,5.23,2.6435 drown,drown,540,439,502,419,10.59,2.7332,5.23,2.6435 filling,filling,494,439,461,409,9.69,2.6946,5.23,2.6435 lame,lame,557,439,525,424,10.92,2.7466,5.23,2.6435 whiskey,whiskey,822,439,611,375,16.12,2.9154,5.23,2.6435 commitment,commitment,550,438,533,429,10.78,2.7412,5.22,2.6425 drops,drops,525,438,503,426,10.29,2.7210,5.22,2.6425 helpless,helpless,568,438,547,432,11.14,2.7551,5.22,2.6425 palace,palace,979,438,648,286,19.20,2.9912,5.22,2.6425 pigs,pigs,678,438,574,390,13.29,2.8319,5.22,2.6425 produce,produce,564,438,539,422,11.06,2.7520,5.22,2.6425 questioning,questioning,519,438,505,427,10.18,2.7160,5.22,2.6425 raw,raw,519,438,466,406,10.18,2.7160,5.22,2.6425 surrender,surrender,789,438,647,379,15.47,2.8976,5.22,2.6425 consequences,consequences,539,437,523,429,10.57,2.7324,5.21,2.6415 El,el,961,437,164,104,18.84,2.9832,5.21,2.6415 fights,fights,614,437,595,429,12.04,2.7889,5.21,2.6415 loyalty,loyalty,595,437,543,408,11.67,2.7752,5.21,2.6415 stubborn,stubborn,554,437,506,411,10.86,2.7443,5.21,2.6415 toys,toys,674,437,607,412,13.22,2.8293,5.21,2.6415 adorable,adorable,537,436,504,409,10.53,2.7308,5.20,2.6405 Dave,dave,2199,436,20,10,43.12,3.3424,5.20,2.6405 fixing,fixing,533,436,502,413,10.45,2.7275,5.20,2.6405 happily,happily,521,436,472,399,10.22,2.7177,5.20,2.6405 operating,operating,582,436,558,424,11.41,2.7657,5.20,2.6405 stare,stare,508,436,483,420,9.96,2.7067,5.20,2.6405 suspects,suspects,635,436,588,420,12.45,2.8035,5.20,2.6405 unable,unable,523,436,461,397,10.25,2.7193,5.20,2.6405 commission,commission,703,435,478,344,13.78,2.8476,5.19,2.6395 medication,medication,652,435,632,426,12.78,2.8149,5.19,2.6395 newspapers,newspapers,585,435,549,419,11.47,2.7679,5.19,2.6395 palm,palm,675,435,344,274,13.24,2.8299,5.19,2.6395 poker,poker,819,435,751,418,16.06,2.9138,5.19,2.6395 tale,tale,612,435,563,413,12.00,2.7875,5.19,2.6395 causing,causing,502,434,482,419,9.84,2.7016,5.17,2.6385 fooled,fooled,524,434,500,418,10.27,2.7202,5.17,2.6385 imagined,imagined,505,434,504,433,9.90,2.7042,5.17,2.6385 injured,injured,534,434,525,429,10.47,2.7284,5.17,2.6385 kindly,kindly,538,434,453,384,10.55,2.7316,5.17,2.6385 lip,lip,548,434,517,418,10.75,2.7396,5.17,2.6385 lovers,lovers,572,434,509,400,11.22,2.7582,5.17,2.6385 Oops,oops,556,434,31,28,10.90,2.7459,5.17,2.6385 asses,asses,579,433,565,426,11.35,2.7634,5.16,2.6375 attracted,attracted,605,433,600,430,11.86,2.7825,5.16,2.6375 causes,causes,506,433,492,421,9.92,2.7050,5.16,2.6375 communication,communication,528,433,495,411,10.35,2.7235,5.16,2.6375 criminals,criminals,612,433,565,415,12.00,2.7875,5.16,2.6375 goods,goods,628,433,609,422,12.31,2.7987,5.16,2.6375 heroes,heroes,655,433,563,382,12.84,2.8169,5.16,2.6375 waiter,waiter,673,433,447,307,13.20,2.8287,5.16,2.6375 Yup,yup,594,433,24,19,11.65,2.7745,5.16,2.6375 ad,ad,694,432,630,391,13.61,2.8420,5.15,2.6365 analysis,analysis,563,432,524,411,11.04,2.7513,5.15,2.6365 creep,creep,573,432,531,410,11.24,2.7589,5.15,2.6365 deals,deals,499,432,495,429,9.78,2.6990,5.15,2.6365 Gotcha,gotcha,550,432,113,88,10.78,2.7412,5.15,2.6365 item,item,628,432,521,407,12.31,2.7987,5.15,2.6365 nails,nails,563,432,515,421,11.04,2.7513,5.15,2.6365 needle,needle,608,432,552,405,11.92,2.7846,5.15,2.6365 previous,previous,484,432,470,419,9.49,2.6857,5.15,2.6365 believing,believing,532,431,491,406,10.43,2.7267,5.14,2.6355 denied,denied,584,431,535,406,11.45,2.7672,5.14,2.6355 employees,employees,610,431,593,423,11.96,2.7860,5.14,2.6355 engagement,engagement,666,431,649,423,13.06,2.8241,5.14,2.6355 loses,loses,485,431,477,427,9.51,2.6866,5.14,2.6355 added,added,492,430,484,425,9.65,2.6928,5.13,2.6345 fairy,fairy,851,430,643,390,16.69,2.9304,5.13,2.6345 handed,handed,473,430,469,429,9.27,2.6758,5.13,2.6345 paperwork,paperwork,531,430,509,415,10.41,2.7259,5.13,2.6345 profit,profit,559,430,530,419,10.96,2.7482,5.13,2.6345 sits,sits,508,430,487,414,9.96,2.7067,5.13,2.6345 clothing,clothing,553,429,529,417,10.84,2.7435,5.11,2.6335 cocktail,cocktail,555,429,518,402,10.88,2.7451,5.11,2.6335 employee,employee,590,429,553,415,11.57,2.7716,5.11,2.6335 gal,gal,725,429,671,411,14.22,2.8609,5.11,2.6335 rap,rap,665,429,609,408,13.04,2.8235,5.11,2.6335 basket,basket,672,428,643,421,13.18,2.8280,5.10,2.6325 beans,beans,736,428,634,407,14.43,2.8675,5.10,2.6325 booked,booked,531,428,508,414,10.41,2.7259,5.10,2.6325 cooked,cooked,485,428,466,413,9.51,2.6866,5.10,2.6325 liver,liver,729,428,676,402,14.29,2.8633,5.10,2.6325 psycho,psycho,562,428,452,378,11.02,2.7505,5.10,2.6325 scheduled,scheduled,483,428,475,423,9.47,2.6848,5.10,2.6325 screams,screams,862,428,666,361,16.90,2.9360,5.10,2.6325 cracked,cracked,492,427,481,420,9.65,2.6928,5.09,2.6314 Il,il,4139,427,99,69,81.16,3.6170,5.09,2.6314 intense,intense,520,427,505,417,10.20,2.7168,5.09,2.6314 lean,lean,529,427,385,336,10.37,2.7243,5.09,2.6314 crimes,crimes,590,426,541,402,11.57,2.7716,5.08,2.6304 forms,forms,580,426,575,424,11.37,2.7642,5.08,2.6304 humans,humans,831,426,679,381,16.29,2.9201,5.08,2.6304 mall,mall,964,426,855,398,18.90,2.9845,5.08,2.6304 requires,requires,489,426,484,422,9.59,2.6902,5.08,2.6304 Africa,africa,957,425,2,2,18.76,2.9814,5.07,2.6294 borrowed,borrowed,519,425,490,409,10.18,2.7160,5.07,2.6294 confusing,confusing,502,425,488,419,9.84,2.7016,5.07,2.6294 oldest,oldest,478,425,466,413,9.37,2.6803,5.07,2.6294 trauma,trauma,869,425,658,387,17.04,2.9395,5.07,2.6294 treasure,treasure,972,425,879,392,19.06,2.9881,5.07,2.6294 enormous,enormous,526,424,504,411,10.31,2.7218,5.05,2.6284 fields,fields,609,424,475,364,11.94,2.7853,5.05,2.6284 impress,impress,520,424,502,413,10.20,2.7168,5.05,2.6284 kit,kit,900,424,473,354,17.65,2.9547,5.05,2.6284 lawn,lawn,630,424,604,411,12.35,2.8000,5.05,2.6284 Ouch,ouch,559,424,45,34,10.96,2.7482,5.05,2.6284 practicing,practicing,504,424,466,399,9.88,2.7033,5.05,2.6284 solved,solved,506,424,501,421,9.92,2.7050,5.05,2.6284 whatsoever,whatsoever,470,424,461,419,9.22,2.6730,5.05,2.6284 booze,booze,558,423,515,398,10.94,2.7474,5.04,2.6274 exposed,exposed,538,423,523,415,10.55,2.7316,5.04,2.6274 identified,identified,524,423,517,418,10.27,2.7202,5.04,2.6274 management,management,594,423,506,382,11.65,2.7745,5.04,2.6274 register,register,561,423,543,409,11.00,2.7497,5.04,2.6274 relatives,relatives,513,423,494,411,10.06,2.7110,5.04,2.6274 sorts,sorts,488,423,488,423,9.57,2.6893,5.04,2.6274 types,types,479,423,475,420,9.39,2.6812,5.04,2.6274 grounds,grounds,533,422,505,406,10.45,2.7275,5.03,2.6263 Hm,hm,802,422,115,88,15.73,2.9047,5.03,2.6263 lit,lit,496,422,451,389,9.73,2.6964,5.03,2.6263 marvelous,marvelous,671,422,526,359,13.16,2.8274,5.03,2.6263 purple,purple,629,422,429,312,12.33,2.7993,5.03,2.6263 April,april,1053,421,10,6,20.65,3.0228,5.02,2.6253 attacks,attacks,578,421,577,420,11.33,2.7627,5.02,2.6253 chapter,chapter,604,421,410,325,11.84,2.7818,5.02,2.6253 develop,develop,490,421,483,417,9.61,2.6911,5.02,2.6253 musical,musical,671,421,642,403,13.16,2.8274,5.02,2.6253 parade,parade,657,421,565,380,12.88,2.8182,5.02,2.6253 survival,survival,515,421,463,388,10.10,2.7126,5.02,2.6253 basketball,basketball,1091,420,1014,402,21.39,3.0382,5.01,2.6243 closest,closest,457,420,431,397,8.96,2.6609,5.01,2.6243 paradise,paradise,676,420,460,339,13.25,2.8306,5.01,2.6243 reception,reception,568,420,539,404,11.14,2.7551,5.01,2.6243 sucked,sucked,516,420,494,409,10.12,2.7135,5.01,2.6243 booth,booth,1039,419,567,355,20.37,3.0170,5.00,2.6232 bugs,bugs,695,419,566,369,13.63,2.8426,5.00,2.6232 meetings,meetings,530,419,522,415,10.39,2.7251,5.00,2.6232 operations,operations,600,419,474,353,11.76,2.7789,5.00,2.6232 priority,priority,519,419,481,395,10.18,2.7160,5.00,2.6232 prisoners,prisoners,821,419,769,406,16.10,2.9149,5.00,2.6232 species,species,696,419,677,412,13.65,2.8432,5.00,2.6232 campaign,campaign,856,418,825,415,16.78,2.9330,4.98,2.6222 dignity,dignity,551,418,524,412,10.80,2.7419,4.98,2.6222 discussing,discussing,481,418,471,410,9.43,2.6830,4.98,2.6222 surprises,surprises,497,418,484,412,9.75,2.6972,4.98,2.6222 worker,worker,558,418,536,405,10.94,2.7474,4.98,2.6222 concert,concert,895,417,866,405,17.55,2.9523,4.97,2.6212 heal,heal,578,416,540,404,11.33,2.7627,4.96,2.6201 rounds,rounds,555,416,538,411,10.88,2.7451,4.96,2.6201 screwing,screwing,504,416,483,403,9.88,2.7033,4.96,2.6201 worthy,worthy,527,416,498,399,10.33,2.7226,4.96,2.6201 arrangements,arrangements,502,415,489,409,9.84,2.7016,4.95,2.6191 grows,grows,484,415,477,410,9.49,2.6857,4.95,2.6191 interfere,interfere,486,415,482,412,9.53,2.6875,4.95,2.6191 physically,physically,471,415,421,375,9.24,2.6739,4.95,2.6191 reverse,reverse,560,415,449,347,10.98,2.7490,4.95,2.6191 splendid,splendid,595,415,353,277,11.67,2.7752,4.95,2.6191 everyday,everyday,555,414,475,369,10.88,2.7451,4.94,2.6180 murders,murders,747,414,723,403,14.65,2.8739,4.94,2.6180 Phil,phil,1830,414,0,0,35.88,3.2627,4.94,2.6180 ships,ships,1002,414,975,405,19.65,3.0013,4.94,2.6180 visitors,visitors,506,414,464,386,9.92,2.7050,4.94,2.6180 waves,waves,674,414,637,390,13.22,2.8293,4.94,2.6180 announce,announce,498,413,484,401,9.76,2.6981,4.92,2.6170 closely,closely,468,413,465,412,9.18,2.6712,4.92,2.6170 fries,fries,596,413,542,401,11.69,2.7760,4.92,2.6170 jet,jet,721,413,565,361,14.14,2.8585,4.92,2.6170 July,july,616,413,16,9,12.08,2.7903,4.92,2.6170 magazines,magazines,523,413,507,402,10.25,2.7193,4.92,2.6170 severe,severe,480,413,439,380,9.41,2.6821,4.92,2.6170 suspected,suspected,497,413,472,398,9.75,2.6972,4.92,2.6170 testify,testify,724,413,706,410,14.20,2.8603,4.92,2.6170 celebration,celebration,504,412,479,399,9.88,2.7033,4.91,2.6160 Christian,christian,811,412,27,17,15.90,2.9096,4.91,2.6160 creative,creative,548,412,500,388,10.75,2.7396,4.91,2.6160 labor,labor,621,412,515,361,12.18,2.7938,4.91,2.6160 payment,payment,538,412,519,399,10.55,2.7316,4.91,2.6160 registered,registered,517,412,481,389,10.14,2.7143,4.91,2.6160 shed,shed,560,412,514,398,10.98,2.7490,4.91,2.6160 sixth,sixth,551,412,433,328,10.80,2.7419,4.91,2.6160 visual,visual,586,412,556,395,11.49,2.7686,4.91,2.6160 adults,adults,488,411,468,397,9.57,2.6893,4.90,2.6149 cooperate,cooperate,528,411,504,394,10.35,2.7235,4.90,2.6149 covers,covers,478,411,468,403,9.37,2.6803,4.90,2.6149 disturbed,disturbed,503,411,494,407,9.86,2.7024,4.90,2.6149 scout,scout,657,411,362,216,12.88,2.8182,4.90,2.6149 unfair,unfair,502,411,476,403,9.84,2.7016,4.90,2.6149 banks,banks,811,410,497,334,15.90,2.9096,4.89,2.6138 fairly,fairly,468,410,431,379,9.18,2.6712,4.89,2.6138 massive,massive,508,410,438,367,9.96,2.7067,4.89,2.6138 plot,plot,591,410,557,393,11.59,2.7723,4.89,2.6138 abuse,abuse,523,409,503,396,10.25,2.7193,4.88,2.6128 breasts,breasts,634,409,611,402,12.43,2.8028,4.88,2.6128 contrary,contrary,454,409,411,371,8.90,2.6580,4.88,2.6128 delicate,delicate,485,409,466,400,9.51,2.6866,4.88,2.6128 explode,explode,499,409,483,402,9.78,2.6990,4.88,2.6128 floating,floating,491,409,461,390,9.63,2.6920,4.88,2.6128 Fox,fox,1102,409,326,197,21.61,3.0426,4.88,2.6128 meets,meets,475,409,463,401,9.31,2.6776,4.88,2.6128 multiple,multiple,540,409,382,308,10.59,2.7332,4.88,2.6128 phase,phase,629,409,502,367,12.33,2.7993,4.88,2.6128 temple,temple,895,409,576,292,17.55,2.9523,4.88,2.6128 tested,tested,537,409,523,404,10.53,2.7308,4.88,2.6128 capture,capture,540,408,494,376,10.59,2.7332,4.86,2.6117 explains,explains,461,408,428,387,9.04,2.6646,4.86,2.6117 lecture,lecture,534,408,522,405,10.47,2.7284,4.86,2.6117 relieved,relieved,524,408,508,404,10.27,2.7202,4.86,2.6117 steam,steam,686,408,606,393,13.45,2.8370,4.86,2.6117 sworn,sworn,494,408,486,403,9.69,2.6946,4.86,2.6117 alternative,alternative,476,407,462,398,9.33,2.6785,4.85,2.6107 colors,colors,528,407,503,391,10.35,2.7235,4.85,2.6107 deadly,deadly,504,407,461,383,9.88,2.7033,4.85,2.6107 dough,dough,810,407,783,400,15.88,2.9090,4.85,2.6107 obsessed,obsessed,526,407,509,399,10.31,2.7218,4.85,2.6107 photograph,photograph,579,407,566,400,11.35,2.7634,4.85,2.6107 punished,punished,526,407,510,406,10.31,2.7218,4.85,2.6107 rage,rage,577,407,503,386,11.31,2.7619,4.85,2.6107 shining,shining,501,407,430,368,9.82,2.7007,4.85,2.6107 Dean,dean,1974,406,177,93,38.71,3.2956,4.84,2.6096 envy,envy,487,406,467,393,9.55,2.6884,4.84,2.6096 Fort,fort,787,406,280,165,15.43,2.8965,4.84,2.6096 killers,killers,577,406,528,375,11.31,2.7619,4.84,2.6096 salary,salary,548,406,535,400,10.75,2.7396,4.84,2.6096 underground,underground,613,406,531,369,12.02,2.7882,4.84,2.6096 clerk,clerk,658,405,558,367,12.90,2.8189,4.83,2.6085 Mexican,mexican,624,405,25,20,12.24,2.7959,4.83,2.6085 potatoes,potatoes,566,405,516,371,11.10,2.7536,4.83,2.6085 upside,upside,474,405,451,390,9.29,2.6767,4.83,2.6085 appeared,appeared,499,404,491,399,9.78,2.6990,4.82,2.6075 candles,candles,536,404,504,387,10.51,2.7300,4.82,2.6075 conclusion,conclusion,465,404,455,397,9.12,2.6684,4.82,2.6075 Las,las,933,404,29,23,18.29,2.9703,4.82,2.6075 script,script,1000,404,916,338,19.61,3.0004,4.82,2.6075 sealed,sealed,497,404,473,384,9.75,2.6972,4.82,2.6075 thumb,thumb,603,404,559,388,11.82,2.7810,4.82,2.6075 bush,bush,720,403,369,273,14.12,2.8579,4.80,2.6064 corn,corn,725,403,633,361,14.22,2.8609,4.80,2.6064 defeat,defeat,580,403,556,395,11.37,2.7642,4.80,2.6064 fetch,fetch,559,403,402,325,10.96,2.7482,4.80,2.6064 fried,fried,518,403,456,360,10.16,2.7152,4.80,2.6064 preparing,preparing,457,403,424,378,8.96,2.6609,4.80,2.6064 production,production,645,403,567,360,12.65,2.8102,4.80,2.6064 shell,shell,674,403,520,370,13.22,2.8293,4.80,2.6064 tennis,tennis,695,403,645,382,13.63,2.8426,4.80,2.6064 heels,heels,510,402,497,397,10.00,2.7084,4.79,2.6053 organized,organized,519,402,489,388,10.18,2.7160,4.79,2.6053 paranoid,paranoid,543,402,505,389,10.65,2.7356,4.79,2.6053 somewhat,somewhat,464,402,422,372,9.10,2.6675,4.79,2.6053 terrified,terrified,488,402,468,390,9.57,2.6893,4.79,2.6053 Aye,aye,2236,401,663,200,43.84,3.3497,4.78,2.6042 disturbing,disturbing,463,401,439,385,9.08,2.6665,4.78,2.6042 governor,governor,1369,401,744,295,26.84,3.1367,4.78,2.6042 menu,menu,508,401,493,389,9.96,2.7067,4.78,2.6042 punish,punish,493,401,463,385,9.67,2.6937,4.78,2.6042 retire,retire,499,401,471,385,9.78,2.6990,4.78,2.6042 tools,tools,567,401,540,383,11.12,2.7543,4.78,2.6042 tooth,tooth,692,401,621,380,13.57,2.8407,4.78,2.6042 ward,ward,727,401,432,318,14.25,2.8621,4.78,2.6042 blessing,blessing,495,400,480,394,9.71,2.6955,4.77,2.6031 connect,connect,492,400,449,371,9.65,2.6928,4.77,2.6031 emotions,emotions,558,400,541,391,10.94,2.7474,4.77,2.6031 hint,hint,469,400,456,396,9.20,2.6721,4.77,2.6031 Mount,mount,597,400,198,164,11.71,2.7767,4.77,2.6031 mouse,mouse,975,400,750,323,19.12,2.9894,4.77,2.6031 spots,spots,527,400,503,393,10.33,2.7226,4.77,2.6031 sunshine,sunshine,604,400,408,321,11.84,2.7818,4.77,2.6031 bacon,bacon,605,399,461,341,11.86,2.7825,4.76,2.6021 battery,battery,633,399,544,357,12.41,2.8021,4.76,2.6021 beard,beard,643,399,625,390,12.61,2.8089,4.76,2.6021 counsel,counsel,726,399,613,366,14.24,2.8615,4.76,2.6021 eternal,eternal,547,399,463,358,10.73,2.7388,4.76,2.6021 grip,grip,494,399,477,391,9.69,2.6946,4.76,2.6021 injury,injury,520,399,514,396,10.20,2.7168,4.76,2.6021 link,link,609,399,479,379,11.94,2.7853,4.76,2.6021 nurses,nurses,672,399,616,374,13.18,2.8280,4.76,2.6021 oxygen,oxygen,708,399,643,373,13.88,2.8506,4.76,2.6021 waking,waking,447,399,421,376,8.76,2.6513,4.76,2.6021 bleed,bleed,515,398,493,387,10.10,2.7126,4.74,2.6010 chamber,chamber,650,398,536,348,12.75,2.8136,4.74,2.6010 dramatic,dramatic,499,398,467,378,9.78,2.6990,4.74,2.6010 Southern,southern,592,398,199,171,11.61,2.7731,4.74,2.6010 waitress,waitress,588,398,529,366,11.53,2.7701,4.74,2.6010 absurd,absurd,495,397,467,378,9.71,2.6955,4.73,2.5999 accidentally,accidentally,449,397,436,388,8.80,2.6532,4.73,2.5999 hallway,hallway,487,397,477,390,9.55,2.6884,4.73,2.5999 Lincoln,lincoln,955,397,1,1,18.73,2.9805,4.73,2.5999 located,located,468,397,455,387,9.18,2.6712,4.73,2.5999 log,log,610,397,555,370,11.96,2.7860,4.73,2.5999 scientist,scientist,621,397,601,390,12.18,2.7938,4.73,2.5999 succeed,succeed,482,397,473,392,9.45,2.6839,4.73,2.5999 admitted,admitted,467,396,462,392,9.16,2.6702,4.72,2.5988 combat,combat,706,396,635,375,13.84,2.8494,4.72,2.5988 cos,cos,1535,396,878,301,30.10,3.1864,4.72,2.5988 Dan,dan,1878,396,4,4,36.82,3.2739,4.72,2.5988 height,height,476,396,446,377,9.33,2.6785,4.72,2.5988 laughter,laughter,704,396,559,339,13.80,2.8482,4.72,2.5988 plug,plug,531,396,449,358,10.41,2.7259,4.72,2.5988 quote,quote,488,396,467,386,9.57,2.6893,4.72,2.5988 recognized,recognized,458,396,457,396,8.98,2.6618,4.72,2.5988 singer,singer,800,396,636,368,15.69,2.9036,4.72,2.5988 barn,barn,693,395,609,342,13.59,2.8414,4.71,2.5977 costume,costume,721,395,706,390,14.14,2.8585,4.71,2.5977 cruise,cruise,626,395,506,323,12.27,2.7973,4.71,2.5977 examine,examine,504,395,479,378,9.88,2.7033,4.71,2.5977 hammer,hammer,636,395,485,344,12.47,2.8041,4.71,2.5977 launch,launch,1018,395,885,364,19.96,3.0082,4.71,2.5977 Louis,louis,1321,395,1,1,25.90,3.1212,4.71,2.5977 minister,minister,941,395,515,273,18.45,2.9741,4.71,2.5977 Brian,brian,1813,394,8,5,35.55,3.2586,4.70,2.5966 clubs,clubs,531,394,513,383,10.41,2.7259,4.70,2.5966 executive,executive,541,394,450,339,10.61,2.7340,4.70,2.5966 gods,gods,1083,394,973,357,21.24,3.0350,4.70,2.5966 invisible,invisible,630,394,589,376,12.35,2.8000,4.70,2.5966 lick,lick,559,394,467,354,10.96,2.7482,4.70,2.5966 Madame,madame,1591,394,470,153,31.20,3.2019,4.70,2.5966 pole,pole,642,394,434,311,12.59,2.8082,4.70,2.5966 reads,reads,445,394,427,380,8.73,2.6493,4.70,2.5966 strikes,strikes,485,394,460,372,9.51,2.6866,4.70,2.5966 thee,thee,1327,394,1167,364,26.02,3.1232,4.70,2.5966 gut,gut,497,393,474,379,9.75,2.6972,4.69,2.5955 bait,bait,496,392,457,370,9.73,2.6964,4.67,2.5944 blade,blade,663,392,469,362,13.00,2.8222,4.67,2.5944 collar,collar,536,392,524,387,10.51,2.7300,4.67,2.5944 described,described,462,392,460,390,9.06,2.6656,4.67,2.5944 directions,directions,494,392,471,380,9.69,2.6946,4.67,2.5944 fridge,fridge,502,392,499,390,9.84,2.7016,4.67,2.5944 Sarah,sarah,2200,392,14,2,43.14,3.3426,4.67,2.5944 sheep,sheep,685,392,614,372,13.43,2.8363,4.67,2.5944 accounts,accounts,534,391,521,385,10.47,2.7284,4.66,2.5933 bucket,bucket,511,391,467,374,10.02,2.7093,4.66,2.5933 burden,burden,501,391,462,383,9.82,2.7007,4.66,2.5933 crashed,crashed,531,391,511,382,10.41,2.7259,4.66,2.5933 pencil,pencil,503,391,469,373,9.86,2.7024,4.66,2.5933 perfume,perfume,583,391,535,368,11.43,2.7664,4.66,2.5933 picnic,picnic,596,391,580,380,11.69,2.7760,4.66,2.5933 promotion,promotion,557,391,535,382,10.92,2.7466,4.66,2.5933 scale,scale,485,391,469,383,9.51,2.6866,4.66,2.5933 signing,signing,507,391,492,381,9.94,2.7059,4.66,2.5933 unexpected,unexpected,448,391,431,377,8.78,2.6522,4.66,2.5933 Walter,walter,1972,391,3,3,38.67,3.2951,4.66,2.5933 workers,workers,595,391,555,371,11.67,2.7752,4.66,2.5933 bitches,bitches,640,390,613,376,12.55,2.8069,4.65,2.5922 blank,blank,495,390,465,373,9.71,2.6955,4.65,2.5922 constantly,constantly,450,390,406,359,8.82,2.6542,4.65,2.5922 convenient,convenient,436,390,414,375,8.55,2.6405,4.65,2.5922 hears,hears,470,390,463,384,9.22,2.6730,4.65,2.5922 Hiya,hiya,652,390,32,30,12.78,2.8149,4.65,2.5922 Luke,luke,3071,390,2,2,60.22,3.4874,4.65,2.5922 appetite,appetite,456,389,450,384,8.94,2.6599,4.64,2.5911 chew,chew,462,389,378,340,9.06,2.6656,4.64,2.5911 crawling,crawling,462,389,441,374,9.06,2.6656,4.64,2.5911 disappoint,disappoint,431,389,423,383,8.45,2.6355,4.64,2.5911 levels,levels,527,389,507,383,10.33,2.7226,4.64,2.5911 poetry,poetry,682,389,616,361,13.37,2.8344,4.64,2.5911 stuffed,stuffed,441,389,417,372,8.65,2.6454,4.64,2.5911 tons,tons,480,389,435,352,9.41,2.6821,4.64,2.5911 cloud,cloud,599,388,498,358,11.75,2.7782,4.63,2.5899 daylight,daylight,488,388,451,367,9.57,2.6893,4.63,2.5899 fund,fund,541,388,461,335,10.61,2.7340,4.63,2.5899 satellite,satellite,798,388,726,357,15.65,2.9025,4.63,2.5899 slut,slut,579,388,507,354,11.35,2.7634,4.63,2.5899 testimony,testimony,752,388,742,385,14.75,2.8768,4.63,2.5899 arrives,arrives,469,387,466,385,9.20,2.6721,4.61,2.5888 cigar,cigar,660,387,603,368,12.94,2.8202,4.61,2.5888 con,con,644,387,521,331,12.63,2.8096,4.61,2.5888 investigate,investigate,483,387,459,372,9.47,2.6848,4.61,2.5888 motive,motive,675,387,649,377,13.24,2.8299,4.61,2.5888 pill,pill,603,387,581,378,11.82,2.7810,4.61,2.5888 rape,rape,816,387,739,371,16.00,2.9122,4.61,2.5888 structure,structure,519,387,510,384,10.18,2.7160,4.61,2.5888 tissue,tissue,547,387,522,373,10.73,2.7388,4.61,2.5888 vulnerable,vulnerable,437,387,425,382,8.57,2.6415,4.61,2.5888 apologies,apologies,449,386,420,364,8.80,2.6532,4.60,2.5877 arrangement,arrangement,482,386,480,385,9.45,2.6839,4.60,2.5877 council,council,863,386,450,241,16.92,2.9365,4.60,2.5877 crowded,crowded,456,386,438,377,8.94,2.6599,4.60,2.5877 faint,faint,473,386,427,355,9.27,2.6758,4.60,2.5877 fuel,fuel,876,386,791,366,17.18,2.9430,4.60,2.5877 policeman,policeman,598,386,539,356,11.73,2.7774,4.60,2.5877 praying,praying,520,386,473,360,10.20,2.7168,4.60,2.5877 realise,realise,641,386,638,385,12.57,2.8075,4.60,2.5877 rode,rode,530,386,505,371,10.39,2.7251,4.60,2.5877 rumor,rumor,531,386,445,326,10.41,2.7259,4.60,2.5877 scientific,scientific,580,386,549,365,11.37,2.7642,4.60,2.5877 scum,scum,505,386,465,364,9.90,2.7042,4.60,2.5877 tense,tense,522,386,504,381,10.24,2.7185,4.60,2.5877 toe,toe,647,386,627,376,12.69,2.8116,4.60,2.5877 various,various,456,386,431,366,8.94,2.6599,4.60,2.5877 zoo,zoo,696,386,584,347,13.65,2.8432,4.60,2.5877 assholes,assholes,573,385,514,355,11.24,2.7589,4.59,2.5866 brass,brass,618,385,364,292,12.12,2.7917,4.59,2.5866 copies,copies,494,385,477,372,9.69,2.6946,4.59,2.5866 hats,hats,496,385,458,369,9.73,2.6964,4.59,2.5866 Hunter,hunter,936,385,430,273,18.35,2.9717,4.59,2.5866 industry,industry,596,385,586,382,11.69,2.7760,4.59,2.5866 naughty,naughty,523,385,439,351,10.25,2.7193,4.59,2.5866 potato,potato,576,385,498,347,11.29,2.7612,4.59,2.5866 reveal,reveal,476,385,457,372,9.33,2.6785,4.59,2.5866 rifle,rifle,743,385,712,371,14.57,2.8716,4.59,2.5866 servant,servant,619,385,594,381,12.14,2.7924,4.59,2.5866 skirt,skirt,508,385,494,377,9.96,2.7067,4.59,2.5866 thou,thou,1144,385,810,285,22.43,3.0588,4.59,2.5866 weakness,weakness,454,385,451,383,8.90,2.6580,4.59,2.5866 carpet,carpet,594,384,556,368,11.65,2.7745,4.58,2.5855 demon,demon,1593,384,1437,359,31.24,3.2025,4.58,2.5855 Fortunately,fortunately,444,384,100,93,8.71,2.6484,4.58,2.5855 lamp,lamp,657,384,640,375,12.88,2.8182,4.58,2.5855 Marie,marie,1348,384,3,3,26.43,3.1300,4.58,2.5855 mob,mob,660,384,579,346,12.94,2.8202,4.58,2.5855 owes,owes,478,384,475,382,9.37,2.6803,4.58,2.5855 prayers,prayers,485,384,470,373,9.51,2.6866,4.58,2.5855 random,random,522,384,449,349,10.24,2.7185,4.58,2.5855 worthless,worthless,473,384,438,370,9.27,2.6758,4.58,2.5855 bells,bells,671,383,550,334,13.16,2.8274,4.57,2.5843 Buzz,buzz,814,383,357,281,15.96,2.9112,4.57,2.5843 Forty,forty,539,383,246,187,10.57,2.7324,4.57,2.5843 Margaret,margaret,1633,383,4,3,32.02,3.2133,4.57,2.5843 needing,needing,412,383,400,378,8.08,2.6160,4.57,2.5843 puppy,puppy,584,383,542,361,11.45,2.7672,4.57,2.5843 scares,scares,435,383,419,372,8.53,2.6395,4.57,2.5843 tire,tire,631,383,589,371,12.37,2.8007,4.57,2.5843 beers,beers,548,382,475,372,10.75,2.7396,4.55,2.5832 castle,castle,1099,382,811,315,21.55,3.0414,4.55,2.5832 clouds,clouds,511,382,482,361,10.02,2.7093,4.55,2.5832 exam,exam,684,382,562,335,13.41,2.8357,4.55,2.5832 inner,inner,507,382,485,370,9.94,2.7059,4.55,2.5832 internal,internal,502,382,396,316,9.84,2.7016,4.55,2.5832 leak,leak,517,382,504,379,10.14,2.7143,4.55,2.5832 observe,observe,499,382,380,319,9.78,2.6990,4.55,2.5832 port,port,741,382,544,312,14.53,2.8704,4.55,2.5832 root,root,534,382,473,357,10.47,2.7284,4.55,2.5832 thus,thus,628,382,401,251,12.31,2.7987,4.55,2.5832 award,award,657,381,489,281,12.88,2.8182,4.54,2.5821 bombs,bombs,728,381,655,351,14.27,2.8627,4.54,2.5821 chemical,chemical,579,381,522,355,11.35,2.7634,4.54,2.5821 Cliff,cliff,1100,381,383,272,21.57,3.0418,4.54,2.5821 Geez,geez,575,381,171,138,11.27,2.7604,4.54,2.5821 Manhattan,manhattan,628,381,2,2,12.31,2.7987,4.54,2.5821 misery,misery,526,381,418,359,10.31,2.7218,4.54,2.5821 regarding,regarding,432,381,376,334,8.47,2.6365,4.54,2.5821 requested,requested,440,381,435,378,8.63,2.6444,4.54,2.5821 sweep,sweep,485,381,411,346,9.51,2.6866,4.54,2.5821 crossing,crossing,444,380,394,349,8.71,2.6484,4.53,2.5809 gig,gig,571,380,553,374,11.20,2.7574,4.53,2.5809 profession,profession,461,380,452,374,9.04,2.6646,4.53,2.5809 relations,relations,487,380,430,349,9.55,2.6884,4.53,2.5809 shrink,shrink,577,380,550,368,11.31,2.7619,4.53,2.5809 teachers,teachers,581,380,528,353,11.39,2.7649,4.53,2.5809 tender,tender,453,380,412,353,8.88,2.6571,4.53,2.5809 waters,waters,553,380,428,332,10.84,2.7435,4.53,2.5809 actress,actress,817,379,783,370,16.02,2.9128,4.52,2.5798 bits,bits,549,379,504,358,10.76,2.7404,4.52,2.5798 chased,chased,431,379,420,369,8.45,2.6355,4.52,2.5798 fucker,fucker,671,379,551,326,13.16,2.8274,4.52,2.5798 nuclear,nuclear,968,379,906,363,18.98,2.9863,4.52,2.5798 Scott,scott,1821,379,10,9,35.71,3.2605,4.52,2.5798 boarding,boarding,564,378,531,366,11.06,2.7520,4.51,2.5786 embarrass,embarrass,450,378,440,375,8.82,2.6542,4.51,2.5786 glorious,glorious,474,378,445,358,9.29,2.6767,4.51,2.5786 raining,raining,499,378,493,375,9.78,2.6990,4.51,2.5786 widow,widow,617,378,540,349,12.10,2.7910,4.51,2.5786 cherry,cherry,693,377,394,283,13.59,2.8414,4.49,2.5775 delightful,delightful,469,377,414,340,9.20,2.6721,4.49,2.5775 et,et,647,377,477,280,12.69,2.8116,4.49,2.5775 louder,louder,515,377,361,287,10.10,2.7126,4.49,2.5775 rented,rented,466,377,454,368,9.14,2.6693,4.49,2.5775 tapes,tapes,664,377,657,377,13.02,2.8228,4.49,2.5775 goose,goose,665,376,424,314,13.04,2.8235,4.48,2.5763 nearby,nearby,425,376,409,364,8.33,2.6294,4.48,2.5763 opera,opera,873,376,740,338,17.12,2.9415,4.48,2.5763 psychiatrist,psychiatrist,615,376,604,373,12.06,2.7896,4.48,2.5763 reminded,reminded,423,376,417,370,8.29,2.6274,4.48,2.5763 sober,sober,515,376,481,355,10.10,2.7126,4.48,2.5763 stinking,stinking,473,376,448,359,9.27,2.6758,4.48,2.5763 wolf,wolf,1034,376,623,288,20.27,3.0149,4.48,2.5763 associate,associate,458,375,434,364,8.98,2.6618,4.47,2.5752 corpse,corpse,515,375,499,368,10.10,2.7126,4.47,2.5752 dresses,dresses,497,375,484,368,9.75,2.6972,4.47,2.5752 exception,exception,409,375,396,367,8.02,2.6128,4.47,2.5752 lungs,lungs,540,375,513,358,10.59,2.7332,4.47,2.5752 resources,resources,470,375,424,347,9.22,2.6730,4.47,2.5752 shelter,shelter,595,375,555,355,11.67,2.7752,4.47,2.5752 stations,stations,645,375,622,361,12.65,2.8102,4.47,2.5752 sunset,sunset,526,375,375,283,10.31,2.7218,4.47,2.5752 boot,boot,568,374,484,350,11.14,2.7551,4.46,2.5740 branch,branch,514,374,435,340,10.08,2.7118,4.46,2.5740 crystal,crystal,823,374,423,247,16.14,2.9159,4.46,2.5740 determine,determine,428,374,422,370,8.39,2.6325,4.46,2.5740 display,display,435,374,424,368,8.53,2.6395,4.46,2.5740 fears,fears,467,374,452,364,9.16,2.6702,4.46,2.5740 fingerprints,fingerprints,586,374,541,350,11.49,2.7686,4.46,2.5740 Foundation,foundation,740,374,336,237,14.51,2.8698,4.46,2.5740 humble,humble,500,374,472,367,9.80,2.6998,4.46,2.5740 luggage,luggage,567,374,548,366,11.12,2.7543,4.46,2.5740 pops,pops,598,374,331,271,11.73,2.7774,4.46,2.5740 salesman,salesman,532,374,500,359,10.43,2.7267,4.46,2.5740 tore,tore,423,374,399,352,8.29,2.6274,4.46,2.5740 barrel,barrel,542,373,519,364,10.63,2.7348,4.45,2.5729 blond,blond,533,373,493,348,10.45,2.7275,4.45,2.5729 deposit,deposit,551,373,524,360,10.80,2.7419,4.45,2.5729 deputy,deputy,798,373,432,241,15.65,2.9025,4.45,2.5729 electricity,electricity,584,373,535,345,11.45,2.7672,4.45,2.5729 established,established,415,373,411,370,8.14,2.6191,4.45,2.5729 filed,filed,449,373,443,369,8.80,2.6532,4.45,2.5729 independent,independent,477,373,445,353,9.35,2.6794,4.45,2.5729 investment,investment,497,373,485,362,9.75,2.6972,4.45,2.5729 transport,transport,571,373,504,339,11.20,2.7574,4.45,2.5729 damaged,damaged,463,372,439,359,9.08,2.6665,4.43,2.5717 divine,divine,594,372,438,321,11.65,2.7745,4.43,2.5717 threaten,threaten,435,372,415,355,8.53,2.6395,4.43,2.5717 visitor,visitor,446,372,429,363,8.75,2.6503,4.43,2.5717 washing,washing,462,372,414,341,9.06,2.6656,4.43,2.5717 excuses,excuses,441,371,425,364,8.65,2.6454,4.42,2.5705 fathers,fathers,482,371,404,324,9.45,2.6839,4.42,2.5705 increase,increase,436,371,382,336,8.55,2.6405,4.42,2.5705 recording,recording,748,371,712,353,14.67,2.8745,4.42,2.5705 smack,smack,485,371,417,333,9.51,2.6866,4.42,2.5705 strategy,strategy,482,371,461,364,9.45,2.6839,4.42,2.5705 suitcase,suitcase,683,371,660,364,13.39,2.8351,4.42,2.5705 compare,compare,426,370,399,352,8.35,2.6304,4.41,2.5694 dedicated,dedicated,416,370,394,354,8.16,2.6201,4.41,2.5694 empire,empire,646,370,323,208,12.67,2.8109,4.41,2.5694 forbid,forbid,436,370,430,367,8.55,2.6405,4.41,2.5694 harmless,harmless,441,370,415,360,8.65,2.6454,4.41,2.5694 Helen,helen,1923,370,1,1,37.71,3.2842,4.41,2.5694 insisted,insisted,417,370,411,364,8.18,2.6212,4.41,2.5694 Mac,mac,1440,370,112,60,28.24,3.1587,4.41,2.5694 stores,stores,485,370,460,363,9.51,2.6866,4.41,2.5694 wrist,wrist,527,370,515,363,10.33,2.7226,4.41,2.5694 Halt,halt,575,369,207,164,11.27,2.7604,4.40,2.5682 mon,mon,829,369,699,311,16.25,2.9191,4.40,2.5682 rd,rd,568,369,551,359,11.14,2.7551,4.40,2.5682 Susan,susan,1835,369,6,4,35.98,3.2639,4.40,2.5682 tips,tips,467,369,440,355,9.16,2.6702,4.40,2.5682 tool,tool,548,369,418,340,10.75,2.7396,4.40,2.5682 Eric,eric,2080,368,13,2,40.78,3.3183,4.39,2.5670 fires,fires,498,368,475,356,9.76,2.6981,4.39,2.5670 Howdy,howdy,664,368,69,55,13.02,2.8228,4.39,2.5670 losers,losers,491,368,439,340,9.63,2.6920,4.39,2.5670 picks,picks,468,368,453,356,9.18,2.6712,4.39,2.5670 backs,backs,400,367,391,361,7.84,2.6031,4.38,2.5658 companies,companies,581,367,570,361,11.39,2.7649,4.38,2.5658 fighter,fighter,652,367,614,349,12.78,2.8149,4.38,2.5658 generally,generally,424,367,355,313,8.31,2.6284,4.38,2.5658 jewelry,jewelry,564,367,521,344,11.06,2.7520,4.38,2.5658 nest,nest,566,367,514,343,11.10,2.7536,4.38,2.5658 swore,swore,446,367,442,363,8.75,2.6503,4.38,2.5658 burst,burst,435,366,422,360,8.53,2.6395,4.36,2.5647 cells,cells,610,366,602,364,11.96,2.7860,4.36,2.5647 countries,countries,537,366,533,364,10.53,2.7308,4.36,2.5647 finishing,finishing,403,366,384,352,7.90,2.6064,4.36,2.5647 pan,pan,627,366,345,265,12.29,2.7980,4.36,2.5647 principal,principal,701,366,470,320,13.75,2.8463,4.36,2.5647 rolled,rolled,432,366,413,356,8.47,2.6365,4.36,2.5647 spoiled,spoiled,432,366,413,352,8.47,2.6365,4.36,2.5647 cave,cave,713,365,666,348,13.98,2.8537,4.35,2.5635 indicate,indicate,425,365,419,361,8.33,2.6294,4.35,2.5635 investigating,investigating,466,365,446,354,9.14,2.6693,4.35,2.5635 returns,returns,447,365,437,359,8.76,2.6513,4.35,2.5635 beds,beds,437,364,432,362,8.57,2.6415,4.34,2.5623 conspiracy,conspiracy,526,364,485,341,10.31,2.7218,4.34,2.5623 dug,dug,455,364,441,360,8.92,2.6590,4.34,2.5623 en,en,485,364,390,307,9.51,2.6866,4.34,2.5623 hopeless,hopeless,456,364,425,342,8.94,2.6599,4.34,2.5623 population,population,464,364,434,338,9.10,2.6675,4.34,2.5623 reservation,reservation,526,364,506,356,10.31,2.7218,4.34,2.5623 studies,studies,477,364,417,321,9.35,2.6794,4.34,2.5623 tellin,tellin,530,364,520,360,10.39,2.7251,4.34,2.5623 ultimate,ultimate,460,364,431,346,9.02,2.6637,4.34,2.5623 Chuck,chuck,1096,363,106,91,21.49,3.0402,4.33,2.5611 crown,crown,698,363,559,293,13.69,2.8445,4.33,2.5611 crushed,crushed,431,363,405,341,8.45,2.6355,4.33,2.5611 daughters,daughters,509,363,474,341,9.98,2.7076,4.33,2.5611 decides,decides,404,363,400,360,7.92,2.6075,4.33,2.5611 demands,demands,495,363,492,362,9.71,2.6955,4.33,2.5611 error,error,473,363,447,357,9.27,2.6758,4.33,2.5611 judging,judging,416,363,311,267,8.16,2.6201,4.33,2.5611 Kitty,kitty,1362,363,578,208,26.71,3.1345,4.33,2.5611 minimum,minimum,415,363,378,333,8.14,2.6191,4.33,2.5611 pointing,pointing,425,363,419,359,8.33,2.6294,4.33,2.5611 qualified,qualified,421,363,417,362,8.25,2.6253,4.33,2.5611 senses,senses,432,363,423,359,8.47,2.6365,4.33,2.5611 applause,applause,576,362,460,309,11.29,2.7612,4.32,2.5599 areas,areas,456,362,448,357,8.94,2.6599,4.32,2.5599 atmosphere,atmosphere,493,362,483,356,9.67,2.6937,4.32,2.5599 awhile,awhile,483,362,478,357,9.47,2.6848,4.32,2.5599 budget,budget,513,362,491,348,10.06,2.7110,4.32,2.5599 coma,coma,626,362,606,355,12.27,2.7973,4.32,2.5599 gently,gently,459,362,327,290,9.00,2.6628,4.32,2.5599 peanut,peanut,630,362,450,291,12.35,2.8000,4.32,2.5599 petty,petty,438,362,355,328,8.59,2.6425,4.32,2.5599 planted,planted,456,362,441,352,8.94,2.6599,4.32,2.5599 presume,presume,415,362,412,361,8.14,2.6191,4.32,2.5599 roast,roast,499,362,435,337,9.78,2.6990,4.32,2.5599 addition,addition,395,361,392,359,7.75,2.5977,4.30,2.5587 August,august,520,361,17,16,10.20,2.7168,4.30,2.5587 burnt,burnt,488,361,450,342,9.57,2.6893,4.30,2.5587 clinic,clinic,714,361,630,329,14.00,2.8543,4.30,2.5587 groups,groups,471,361,461,357,9.24,2.6739,4.30,2.5587 misunderstanding,misunderstanding,422,361,407,356,8.27,2.6263,4.30,2.5587 Objection,objection,1108,361,263,193,21.73,3.0449,4.30,2.5587 publicity,publicity,534,361,500,349,10.47,2.7284,4.30,2.5587 roommate,roommate,581,361,566,356,11.39,2.7649,4.30,2.5587 cent,cent,483,360,461,344,9.47,2.6848,4.29,2.5575 curiosity,curiosity,435,360,395,335,8.53,2.6395,4.29,2.5575 formal,formal,424,360,406,348,8.31,2.6284,4.29,2.5575 Kim,kim,1538,360,18,17,30.16,3.1872,4.29,2.5575 lightning,lightning,721,360,499,311,14.14,2.8585,4.29,2.5575 phrase,phrase,464,360,460,357,9.10,2.6675,4.29,2.5575 stones,stones,581,360,495,304,11.39,2.7649,4.29,2.5575 vicious,vicious,438,360,397,335,8.59,2.6425,4.29,2.5575 advanced,advanced,451,359,412,336,8.84,2.6551,4.28,2.5563 billion,billion,568,359,562,355,11.14,2.7551,4.28,2.5563 chairs,chairs,504,359,453,332,9.88,2.7033,4.28,2.5563 flattered,flattered,398,359,390,357,7.80,2.6010,4.28,2.5563 recovered,recovered,448,359,432,352,8.78,2.6522,4.28,2.5563 seventh,seventh,497,359,356,273,9.75,2.6972,4.28,2.5563 ties,ties,502,359,491,353,9.84,2.7016,4.28,2.5563 volunteer,volunteer,475,359,458,349,9.31,2.6776,4.28,2.5563 fee,fee,494,358,475,349,9.69,2.6946,4.27,2.5551 sum,sum,523,358,419,339,10.25,2.7193,4.27,2.5551 bid,bid,642,357,619,351,12.59,2.8082,4.26,2.5539 characters,characters,486,357,477,353,9.53,2.6875,4.26,2.5539 courtesy,courtesy,414,357,368,321,8.12,2.6180,4.26,2.5539 dizzy,dizzy,430,357,382,327,8.43,2.6345,4.26,2.5539 hostage,hostage,743,357,717,353,14.57,2.8716,4.26,2.5539 impact,impact,480,357,462,347,9.41,2.6821,4.26,2.5539 Pat,pat,933,357,178,156,18.29,2.9703,4.26,2.5539 reaching,reaching,412,357,374,333,8.08,2.6160,4.26,2.5539 replaced,replaced,421,357,414,352,8.25,2.6253,4.26,2.5539 se,se,944,357,521,277,18.51,2.9754,4.26,2.5539 shadows,shadows,583,357,357,271,11.43,2.7664,4.26,2.5539 slice,slice,435,357,396,333,8.53,2.6395,4.26,2.5539 technique,technique,456,357,441,349,8.94,2.6599,4.26,2.5539 amusing,amusing,469,356,450,345,9.20,2.6721,4.24,2.5527 improve,improve,413,356,401,346,8.10,2.6170,4.24,2.5527 lighter,lighter,457,356,440,345,8.96,2.6609,4.24,2.5527 massage,massage,565,356,542,344,11.08,2.7528,4.24,2.5527 positions,positions,489,356,468,347,9.59,2.6902,4.24,2.5527 rolls,rolls,448,356,379,316,8.78,2.6522,4.24,2.5527 shorts,shorts,480,356,460,347,9.41,2.6821,4.24,2.5527 spill,spill,432,356,353,302,8.47,2.6365,4.24,2.5527 sympathy,sympathy,426,356,400,344,8.35,2.6304,4.24,2.5527 tension,tension,436,356,411,339,8.55,2.6405,4.24,2.5527 buildings,buildings,509,355,496,347,9.98,2.7076,4.23,2.5514 scaring,scaring,406,355,396,347,7.96,2.6096,4.23,2.5514 serial,serial,577,355,520,331,11.31,2.7619,4.23,2.5514 Ted,ted,2228,355,4,4,43.69,3.3481,4.23,2.5514 wished,wished,420,355,415,352,8.24,2.6243,4.23,2.5514 airplane,airplane,557,354,507,332,10.92,2.7466,4.22,2.5502 application,application,510,354,503,351,10.00,2.7084,4.22,2.5502 arrival,arrival,422,354,410,345,8.27,2.6263,4.22,2.5502 bare,bare,425,354,401,341,8.33,2.6294,4.22,2.5502 betray,betray,466,354,458,349,9.14,2.6693,4.22,2.5502 dial,dial,452,354,359,294,8.86,2.6561,4.22,2.5502 fortunate,fortunate,419,354,403,347,8.22,2.6232,4.22,2.5502 rug,rug,531,354,495,346,10.41,2.7259,4.22,2.5502 vital,vital,396,354,376,340,7.76,2.5988,4.22,2.5502 wiped,wiped,401,354,383,341,7.86,2.6042,4.22,2.5502 activities,activities,439,353,431,347,8.61,2.6435,4.21,2.5490 Bureau,bureau,568,353,186,152,11.14,2.7551,4.21,2.5490 faithful,faithful,465,353,423,322,9.12,2.6684,4.21,2.5490 humanity,humanity,495,353,467,337,9.71,2.6955,4.21,2.5490 rumors,rumors,468,353,425,332,9.18,2.6712,4.21,2.5490 destroying,destroying,398,352,372,332,7.80,2.6010,4.20,2.5478 flush,flush,478,352,432,329,9.37,2.6803,4.20,2.5478 interrupting,interrupting,391,352,384,345,7.67,2.5933,4.20,2.5478 larger,larger,418,352,405,343,8.20,2.6222,4.20,2.5478 popped,popped,404,352,394,342,7.92,2.6075,4.20,2.5478 smelled,smelled,404,352,395,345,7.92,2.6075,4.20,2.5478 ex,ex,640,351,511,318,12.55,2.8069,4.18,2.5465 kicks,kicks,414,351,399,341,8.12,2.6180,4.18,2.5465 maniac,maniac,479,351,434,339,9.39,2.6812,4.18,2.5465 pointed,pointed,387,351,381,346,7.59,2.5888,4.18,2.5465 producer,producer,636,351,548,313,12.47,2.8041,4.18,2.5465 recover,recover,409,351,396,344,8.02,2.6128,4.18,2.5465 rehearsal,rehearsal,635,351,605,343,12.45,2.8035,4.18,2.5465 rising,rising,429,351,383,320,8.41,2.6335,4.18,2.5465 sleepy,sleepy,437,351,368,306,8.57,2.6415,4.18,2.5465 thrill,thrill,429,351,400,336,8.41,2.6335,4.18,2.5465 ceiling,ceiling,426,350,421,346,8.35,2.6304,4.17,2.5453 Jewish,jewish,702,350,18,12,13.76,2.8470,4.17,2.5453 Joseph,joseph,1019,350,0,0,19.98,3.0086,4.17,2.5453 planes,planes,894,350,837,336,17.53,2.9518,4.17,2.5453 repair,repair,450,350,417,329,8.82,2.6542,4.17,2.5453 taxes,taxes,497,350,473,342,9.75,2.6972,4.17,2.5453 thunder,thunder,679,350,416,278,13.31,2.8325,4.17,2.5453 distant,distant,439,349,392,320,8.61,2.6435,4.16,2.5441 existed,existed,406,349,405,348,7.96,2.6096,4.16,2.5441 genuine,genuine,418,349,383,318,8.20,2.6222,4.16,2.5441 kindness,kindness,460,349,439,341,9.02,2.6637,4.16,2.5441 meals,meals,404,349,387,337,7.92,2.6075,4.16,2.5441 cities,cities,448,348,416,328,8.78,2.6522,4.15,2.5428 complaint,complaint,518,348,509,346,10.16,2.7152,4.15,2.5428 rot,rot,394,348,373,333,7.73,2.5966,4.15,2.5428 setup,setup,440,348,434,345,8.63,2.6444,4.15,2.5428 snack,snack,466,348,427,326,9.14,2.6693,4.15,2.5428 chaos,chaos,479,347,410,316,9.39,2.6812,4.14,2.5416 films,films,750,347,718,333,14.71,2.8756,4.14,2.5416 quitting,quitting,450,347,423,329,8.82,2.6542,4.14,2.5416 theirs,theirs,395,347,373,333,7.75,2.5977,4.14,2.5416 accomplished,accomplished,384,346,380,342,7.53,2.5855,4.12,2.5403 Carol,carol,1465,346,16,12,28.73,3.1661,4.12,2.5403 guessed,guessed,379,346,376,345,7.43,2.5798,4.12,2.5403 Harvard,harvard,719,346,0,0,14.10,2.8573,4.12,2.5403 Miami,miami,812,346,8,7,15.92,2.9101,4.12,2.5403 nicer,nicer,382,346,371,336,7.49,2.5832,4.12,2.5403 passengers,passengers,627,346,565,318,12.29,2.7980,4.12,2.5403 sail,sail,701,346,648,335,13.75,2.8463,4.12,2.5403 traditional,traditional,415,346,391,327,8.14,2.6191,4.12,2.5403 Academy,academy,633,345,284,156,12.41,2.8021,4.11,2.5391 cotton,cotton,723,345,515,304,14.18,2.8597,4.11,2.5391 gates,gates,684,345,385,275,13.41,2.8357,4.11,2.5391 lunatic,lunatic,433,345,414,335,8.49,2.6375,4.11,2.5391 penis,penis,684,345,645,337,13.41,2.8357,4.11,2.5391 shotgun,shotgun,512,345,444,306,10.04,2.7101,4.11,2.5391 silk,silk,499,345,443,320,9.78,2.6990,4.11,2.5391 sneaking,sneaking,404,345,353,308,7.92,2.6075,4.11,2.5391 accurate,accurate,400,344,388,333,7.84,2.6031,4.10,2.5378 assist,assist,400,344,378,327,7.84,2.6031,4.10,2.5378 lemon,lemon,613,344,376,277,12.02,2.7882,4.10,2.5378 proves,proves,404,344,393,337,7.92,2.6075,4.10,2.5378 sleeps,sleeps,413,344,400,336,8.10,2.6170,4.10,2.5378 bounce,bounce,502,343,442,321,9.84,2.7016,4.09,2.5366 nearest,nearest,382,343,367,331,7.49,2.5832,4.09,2.5366 pulls,pulls,404,343,391,334,7.92,2.6075,4.09,2.5366 seated,seated,436,343,428,339,8.55,2.6405,4.09,2.5366 thoughtful,thoughtful,398,343,386,334,7.80,2.6010,4.09,2.5366 wars,wars,465,343,305,256,9.12,2.6684,4.09,2.5366 Adam,adam,1890,342,4,2,37.06,3.2767,4.08,2.5353 bench,bench,493,342,474,330,9.67,2.6937,4.08,2.5353 focused,focused,403,342,394,338,7.90,2.6064,4.08,2.5353 fraud,fraud,512,342,492,332,10.04,2.7101,4.08,2.5353 Knight,knight,1365,342,426,189,26.76,3.1355,4.08,2.5353 Latin,latin,561,342,30,23,11.00,2.7497,4.08,2.5353 Miller,miller,1165,342,3,3,22.84,3.0667,4.08,2.5353 residence,residence,421,342,403,332,8.25,2.6253,4.08,2.5353 spray,spray,492,342,459,320,9.65,2.6928,4.08,2.5353 tremendous,tremendous,431,342,400,323,8.45,2.6355,4.08,2.5353 writes,writes,421,342,412,333,8.25,2.6253,4.08,2.5353 dealt,dealt,379,341,376,338,7.43,2.5798,4.07,2.5340 devoted,devoted,409,341,404,338,8.02,2.6128,4.07,2.5340 emotion,emotion,423,341,398,330,8.29,2.6274,4.07,2.5340 guitar,guitar,795,341,759,327,15.59,2.9009,4.07,2.5340 included,included,382,341,377,339,7.49,2.5832,4.07,2.5340 magical,magical,464,341,440,328,9.10,2.6675,4.07,2.5340 offers,offers,383,341,380,338,7.51,2.5843,4.07,2.5340 recovery,recovery,464,341,421,315,9.10,2.6675,4.07,2.5340 September,september,561,341,8,7,11.00,2.7497,4.07,2.5340 arriving,arriving,394,340,366,319,7.73,2.5966,4.05,2.5328 banging,banging,436,340,386,317,8.55,2.6405,4.05,2.5328 bore,bore,395,340,388,338,7.75,2.5977,4.05,2.5328 Bunny,bunny,946,340,430,215,18.55,2.9763,4.05,2.5328 diamonds,diamonds,869,340,768,305,17.04,2.9395,4.05,2.5328 Japan,japan,791,340,4,3,15.51,2.8987,4.05,2.5328 kidnapping,kidnapping,617,340,567,320,12.10,2.7910,4.05,2.5328 obey,obey,456,340,394,304,8.94,2.6599,4.05,2.5328 roads,roads,462,340,438,329,9.06,2.6656,4.05,2.5328 bears,bears,581,339,440,276,11.39,2.7649,4.04,2.5315 chart,chart,483,339,464,331,9.47,2.6848,4.04,2.5315 lad,lad,736,339,675,316,14.43,2.8675,4.04,2.5315 twin,twin,532,339,395,286,10.43,2.7267,4.04,2.5315 values,values,432,339,418,333,8.47,2.6365,4.04,2.5315 boats,boats,599,338,544,319,11.75,2.7782,4.03,2.5302 communicate,communicate,434,338,419,334,8.51,2.6385,4.03,2.5302 connections,connections,403,338,384,329,7.90,2.6064,4.03,2.5302 danced,danced,477,338,468,335,9.35,2.6794,4.03,2.5302 goat,goat,537,338,480,315,10.53,2.7308,4.03,2.5302 gratitude,gratitude,395,338,376,325,7.75,2.5977,4.03,2.5302 nickel,nickel,431,338,422,331,8.45,2.6355,4.03,2.5302 photographs,photographs,499,338,469,322,9.78,2.6990,4.03,2.5302 subway,subway,546,338,510,322,10.71,2.7380,4.03,2.5302 tits,tits,627,338,570,325,12.29,2.7980,4.03,2.5302 Arthur,arthur,1687,337,5,3,33.08,3.2274,4.02,2.5289 conflict,conflict,444,337,424,324,8.71,2.6484,4.02,2.5289 cooperation,cooperation,407,337,393,327,7.98,2.6107,4.02,2.5289 discovery,discovery,584,337,416,289,11.45,2.7672,4.02,2.5289 drain,drain,440,337,420,327,8.63,2.6444,4.02,2.5289 madness,madness,431,337,377,309,8.45,2.6355,4.02,2.5289 occur,occur,379,337,378,336,7.43,2.5798,4.02,2.5289 pace,pace,488,337,344,280,9.57,2.6893,4.02,2.5289 perspective,perspective,419,337,409,332,8.22,2.6232,4.02,2.5289 anyways,anyways,444,336,270,227,8.71,2.6484,4.01,2.5276 bonus,bonus,469,336,445,323,9.20,2.6721,4.01,2.5276 Catholic,catholic,636,336,43,34,12.47,2.8041,4.01,2.5276 disgrace,disgrace,409,336,407,334,8.02,2.6128,4.01,2.5276 efforts,efforts,375,336,368,332,7.35,2.5752,4.01,2.5276 forehead,forehead,400,336,395,331,7.84,2.6031,4.01,2.5276 glove,glove,515,336,475,324,10.10,2.7126,4.01,2.5276 mere,mere,401,336,354,308,7.86,2.6042,4.01,2.5276 porch,porch,491,336,480,334,9.63,2.6920,4.01,2.5276 prior,prior,422,336,379,312,8.27,2.6263,4.01,2.5276 reference,reference,432,336,406,332,8.47,2.6365,4.01,2.5276 spite,spite,388,336,382,334,7.61,2.5899,4.01,2.5276 sweating,sweating,419,336,400,327,8.22,2.6232,4.01,2.5276 tattoo,tattoo,610,336,559,317,11.96,2.7860,4.01,2.5276 buttons,buttons,444,335,406,326,8.71,2.6484,3.99,2.5263 circles,circles,408,335,393,327,8.00,2.6117,3.99,2.5263 corporate,corporate,521,335,422,305,10.22,2.7177,3.99,2.5263 discipline,discipline,462,335,419,315,9.06,2.6656,3.99,2.5263 ham,ham,591,335,473,286,11.59,2.7723,3.99,2.5263 horror,horror,468,335,416,312,9.18,2.6712,3.99,2.5263 legally,legally,388,335,320,283,7.61,2.5899,3.99,2.5263 stabbed,stabbed,482,335,461,324,9.45,2.6839,3.99,2.5263 stall,stall,457,335,372,300,8.96,2.6609,3.99,2.5263 symbol,symbol,438,335,432,329,8.59,2.6425,3.99,2.5263 affection,affection,431,334,419,330,8.45,2.6355,3.98,2.5250 bald,bald,496,334,439,304,9.73,2.6964,3.98,2.5250 computers,computers,551,334,502,318,10.80,2.7419,3.98,2.5250 cough,cough,448,334,387,295,8.78,2.6522,3.98,2.5250 dummy,dummy,500,334,440,313,9.80,2.6998,3.98,2.5250 Hail,hail,613,334,191,137,12.02,2.7882,3.98,2.5250 importance,importance,390,334,390,334,7.65,2.5922,3.98,2.5250 mankind,mankind,447,334,413,317,8.76,2.6513,3.98,2.5250 Q,q,617,334,24,16,12.10,2.7910,3.98,2.5250 recorded,recorded,429,334,421,330,8.41,2.6335,3.98,2.5250 strings,strings,418,334,405,326,8.20,2.6222,3.98,2.5250 towels,towels,484,334,460,321,9.49,2.6857,3.98,2.5250 Amy,amy,2498,333,2,2,48.98,3.3978,3.97,2.5237 approval,approval,428,333,423,330,8.39,2.6325,3.97,2.5237 attacking,attacking,408,333,377,318,8.00,2.6117,3.97,2.5237 defending,defending,399,333,372,317,7.82,2.6021,3.97,2.5237 occasionally,occasionally,364,333,275,258,7.14,2.5623,3.97,2.5237 pale,pale,409,333,373,314,8.02,2.6128,3.97,2.5237 refer,refer,374,333,359,319,7.33,2.5740,3.97,2.5237 rhythm,rhythm,556,333,523,324,10.90,2.7459,3.97,2.5237 risky,risky,393,333,353,316,7.71,2.5955,3.97,2.5237 shirts,shirts,444,333,415,317,8.71,2.6484,3.97,2.5237 takin,takin,462,333,410,299,9.06,2.6656,3.97,2.5237 vodka,vodka,515,333,388,275,10.10,2.7126,3.97,2.5237 capacity,capacity,413,332,406,329,8.10,2.6170,3.96,2.5224 duties,duties,402,332,397,329,7.88,2.6053,3.96,2.5224 graduated,graduated,395,332,364,308,7.75,2.5977,3.96,2.5224 Greek,greek,578,332,14,12,11.33,2.7627,3.96,2.5224 ruining,ruining,378,332,371,327,7.41,2.5786,3.96,2.5224 convention,convention,629,331,509,265,12.33,2.7993,3.95,2.5211 curtain,curtain,525,331,376,252,10.29,2.7210,3.95,2.5211 lipstick,lipstick,449,331,414,315,8.80,2.6532,3.95,2.5211 mature,mature,419,331,397,321,8.22,2.6232,3.95,2.5211 oven,oven,453,331,429,316,8.88,2.6571,3.95,2.5211 react,react,385,331,379,327,7.55,2.5866,3.95,2.5211 sandwiches,sandwiches,490,331,456,313,9.61,2.6911,3.95,2.5211 switched,switched,391,331,383,324,7.67,2.5933,3.95,2.5211 backed,backed,382,330,374,325,7.49,2.5832,3.93,2.5198 continued,continued,370,330,364,324,7.25,2.5694,3.93,2.5198 dive,dive,654,330,544,301,12.82,2.8162,3.93,2.5198 editor,editor,633,330,592,311,12.41,2.8021,3.93,2.5198 undercover,undercover,598,330,522,312,11.73,2.7774,3.93,2.5198 dame,dame,702,329,528,258,13.76,2.8470,3.92,2.5185 favors,favors,380,329,374,326,7.45,2.5809,3.92,2.5185 fry,fry,428,329,352,293,8.39,2.6325,3.92,2.5185 girlfriends,girlfriends,413,329,401,321,8.10,2.6170,3.92,2.5185 homeless,homeless,543,329,516,319,10.65,2.7356,3.92,2.5185 nd,nd,527,329,522,326,10.33,2.7226,3.92,2.5185 sins,sins,455,329,444,324,8.92,2.6590,3.92,2.5185 throws,throws,384,329,371,320,7.53,2.5855,3.92,2.5185 wired,wired,386,329,374,320,7.57,2.5877,3.92,2.5185 Emily,emily,1889,328,2,2,37.04,3.2765,3.91,2.5172 inviting,inviting,367,328,360,321,7.20,2.5658,3.91,2.5172 Kong,kong,1106,328,1,1,21.69,3.0441,3.91,2.5172 largest,largest,402,328,391,321,7.88,2.6053,3.91,2.5172 lion,lion,783,328,633,281,15.35,2.8943,3.91,2.5172 rely,rely,366,328,353,319,7.18,2.5647,3.91,2.5172 shiny,shiny,398,328,348,300,7.80,2.6010,3.91,2.5172 triple,triple,479,328,364,267,9.39,2.6812,3.91,2.5172 watches,watches,406,328,392,317,7.96,2.6096,3.91,2.5172 actors,actors,644,327,566,303,12.63,2.8096,3.90,2.5159 Ally,ally,1666,327,178,135,32.67,3.2219,3.90,2.5159 Almighty,almighty,446,327,145,120,8.75,2.6503,3.90,2.5159 arts,arts,470,327,361,253,9.22,2.6730,3.90,2.5159 distracted,distracted,377,327,364,326,7.39,2.5775,3.90,2.5159 hooker,hooker,598,327,499,306,11.73,2.7774,3.90,2.5159 offended,offended,384,327,378,326,7.53,2.5855,3.90,2.5159 pad,pad,415,327,390,312,8.14,2.6191,3.90,2.5159 posted,posted,367,327,363,325,7.20,2.5658,3.90,2.5159 remembers,remembers,393,327,388,326,7.71,2.5955,3.90,2.5159 Sally,sally,1352,327,13,11,26.51,3.1313,3.90,2.5159 skill,skill,404,327,399,325,7.92,2.6075,3.90,2.5159 thieves,thieves,464,327,393,293,9.10,2.6675,3.90,2.5159 tops,tops,375,327,353,310,7.35,2.5752,3.90,2.5159 begged,begged,371,326,365,323,7.27,2.5705,3.89,2.5145 buys,buys,360,326,345,315,7.06,2.5575,3.89,2.5145 engineer,engineer,596,326,485,303,11.69,2.7760,3.89,2.5145 envelope,envelope,513,326,506,321,10.06,2.7110,3.89,2.5145 expense,expense,380,326,376,324,7.45,2.5809,3.89,2.5145 explaining,explaining,352,326,347,321,6.90,2.5478,3.89,2.5145 monsters,monsters,550,326,483,311,10.78,2.7412,3.89,2.5145 retirement,retirement,431,326,403,310,8.45,2.6355,3.89,2.5145 storage,storage,452,326,412,307,8.86,2.6561,3.89,2.5145 banana,banana,547,325,445,272,10.73,2.7388,3.87,2.5132 bothers,bothers,375,325,372,322,7.35,2.5752,3.87,2.5132 businessman,businessman,404,325,389,315,7.92,2.6075,3.87,2.5132 cart,cart,461,325,449,321,9.04,2.6646,3.87,2.5132 casino,casino,1039,325,889,281,20.37,3.0170,3.87,2.5132 completed,completed,391,325,387,322,7.67,2.5933,3.87,2.5132 fame,fame,441,325,349,267,8.65,2.6454,3.87,2.5132 follows,follows,371,325,364,319,7.27,2.5705,3.87,2.5132 nailed,nailed,367,325,351,317,7.20,2.5658,3.87,2.5132 polish,polish,493,325,275,216,9.67,2.6937,3.87,2.5132 rank,rank,433,325,416,314,8.49,2.6375,3.87,2.5132 sources,sources,419,325,379,298,8.22,2.6232,3.87,2.5132 versus,versus,411,325,393,314,8.06,2.6149,3.87,2.5132 wandering,wandering,403,325,361,304,7.90,2.6064,3.87,2.5132 breeze,breeze,410,324,374,304,8.04,2.6138,3.86,2.5119 Broadway,broadway,631,324,1,1,12.37,2.8007,3.86,2.5119 currently,currently,351,324,307,284,6.88,2.5465,3.86,2.5119 Elizabeth,elizabeth,1160,324,1,1,22.75,3.0648,3.86,2.5119 fuss,fuss,364,324,362,324,7.14,2.5623,3.86,2.5119 ordering,ordering,369,324,343,304,7.24,2.5682,3.86,2.5119 philosophy,philosophy,422,324,393,308,8.27,2.6263,3.86,2.5119 pistol,pistol,513,324,481,316,10.06,2.7110,3.86,2.5119 primary,primary,444,324,401,301,8.71,2.6484,3.86,2.5119 proposal,proposal,448,324,438,318,8.78,2.6522,3.86,2.5119 relative,relative,397,324,384,318,7.78,2.5999,3.86,2.5119 technical,technical,420,324,379,307,8.24,2.6243,3.86,2.5119 acid,acid,508,323,466,305,9.96,2.7067,3.85,2.5105 aggressive,aggressive,405,323,384,312,7.94,2.6085,3.85,2.5105 anonymous,anonymous,429,323,358,286,8.41,2.6335,3.85,2.5105 attempted,attempted,392,323,356,298,7.69,2.5944,3.85,2.5105 bold,bold,385,323,351,299,7.55,2.5866,3.85,2.5105 bra,bra,557,323,534,315,10.92,2.7466,3.85,2.5105 claimed,claimed,372,323,354,307,7.29,2.5717,3.85,2.5105 flame,flame,461,323,413,301,9.04,2.6646,3.85,2.5105 gesture,gesture,379,323,374,319,7.43,2.5798,3.85,2.5105 receiving,receiving,392,323,357,306,7.69,2.5944,3.85,2.5105 revolution,revolution,629,323,473,256,12.33,2.7993,3.85,2.5105 verdict,verdict,558,323,545,318,10.94,2.7474,3.85,2.5105 amongst,amongst,364,322,348,311,7.14,2.5623,3.84,2.5092 chef,chef,606,322,467,282,11.88,2.7832,3.84,2.5092 comedy,comedy,602,322,541,303,11.80,2.7803,3.84,2.5092 embrace,embrace,386,322,333,282,7.57,2.5877,3.84,2.5092 Harbor,harbor,562,322,205,150,11.02,2.7505,3.84,2.5092 lamb,lamb,542,322,426,280,10.63,2.7348,3.84,2.5092 October,october,506,322,10,5,9.92,2.7050,3.84,2.5092 phony,phony,421,322,402,311,8.25,2.6253,3.84,2.5092 signals,signals,486,322,479,317,9.53,2.6875,3.84,2.5092 Ace,ace,751,321,357,220,14.73,2.8762,3.83,2.5079 Alice,alice,1352,321,3,3,26.51,3.1313,3.83,2.5079 approximately,approximately,380,321,312,268,7.45,2.5809,3.83,2.5079 caring,caring,359,321,339,305,7.04,2.5563,3.83,2.5079 cheering,cheering,690,321,529,267,13.53,2.8395,3.83,2.5079 coroner,coroner,458,321,377,276,8.98,2.6618,3.83,2.5079 diner,diner,632,321,556,289,12.39,2.8014,3.83,2.5079 Eastern,eastern,414,321,126,110,8.12,2.6180,3.83,2.5079 performed,performed,373,321,367,318,7.31,2.5729,3.83,2.5079 prom,prom,906,321,857,309,17.76,2.9576,3.83,2.5079 sexually,sexually,442,321,417,304,8.67,2.6464,3.83,2.5079 sickness,sickness,405,321,390,314,7.94,2.6085,3.83,2.5079 sucking,sucking,376,321,348,299,7.37,2.5763,3.83,2.5079 trucks,trucks,503,321,481,308,9.86,2.7024,3.83,2.5079 Williams,williams,856,321,11,4,16.78,2.9330,3.83,2.5079 Barbara,barbara,1154,320,10,2,22.63,3.0626,3.81,2.5065 blues,blues,523,320,431,281,10.25,2.7193,3.81,2.5065 Brooklyn,brooklyn,698,320,0,0,13.69,2.8445,3.81,2.5065 declare,declare,386,320,373,313,7.57,2.5877,3.81,2.5065 fold,fold,440,320,370,292,8.63,2.6444,3.81,2.5065 haircut,haircut,429,320,420,314,8.41,2.6335,3.81,2.5065 inspired,inspired,390,320,371,306,7.65,2.5922,3.81,2.5065 instinct,instinct,390,320,361,307,7.65,2.5922,3.81,2.5065 mutual,mutual,368,320,323,291,7.22,2.5670,3.81,2.5065 plants,plants,488,320,469,312,9.57,2.6893,3.81,2.5065 rack,rack,397,320,362,303,7.78,2.5999,3.81,2.5065 searched,searched,406,320,399,318,7.96,2.6096,3.81,2.5065 stab,stab,447,320,389,293,8.76,2.6513,3.81,2.5065 tires,tires,491,320,449,297,9.63,2.6920,3.81,2.5065 ton,ton,382,320,334,306,7.49,2.5832,3.81,2.5065 tossed,tossed,421,320,342,294,8.25,2.6253,3.81,2.5065 alien,alien,889,319,788,289,17.43,2.9494,3.80,2.5051 bartender,bartender,498,319,363,242,9.76,2.6981,3.80,2.5051 bizarre,bizarre,372,319,355,308,7.29,2.5717,3.80,2.5051 civilian,civilian,479,319,436,299,9.39,2.6812,3.80,2.5051 content,content,389,319,370,306,7.63,2.5911,3.80,2.5051 creating,creating,396,319,356,290,7.76,2.5988,3.80,2.5051 document,document,515,319,496,305,10.10,2.7126,3.80,2.5051 farmer,farmer,604,319,389,262,11.84,2.7818,3.80,2.5051 fluid,fluid,456,319,438,312,8.94,2.6599,3.80,2.5051 hostile,hostile,456,319,428,308,8.94,2.6599,3.80,2.5051 Pacific,pacific,493,319,13,11,9.67,2.6937,3.80,2.5051 terror,terror,459,319,371,293,9.00,2.6628,3.80,2.5051 weekends,weekends,377,319,363,312,7.39,2.5775,3.80,2.5051 Crane,crane,1714,318,181,92,33.61,3.2343,3.79,2.5038 observation,observation,380,318,354,301,7.45,2.5809,3.79,2.5038 spiritual,spiritual,453,318,432,312,8.88,2.6571,3.79,2.5038 strict,strict,358,318,348,312,7.02,2.5551,3.79,2.5038 wealthy,wealthy,376,318,361,308,7.37,2.5763,3.79,2.5038 achieve,achieve,374,317,373,316,7.33,2.5740,3.78,2.5024 dip,dip,406,317,354,289,7.96,2.6096,3.78,2.5024 exclusive,exclusive,398,317,373,306,7.80,2.6010,3.78,2.5024 freaks,freaks,422,317,374,296,8.27,2.6263,3.78,2.5024 gin,gin,575,317,403,252,11.27,2.7604,3.78,2.5024 institution,institution,396,317,390,312,7.76,2.5988,3.78,2.5024 November,november,447,317,11,11,8.76,2.6513,3.78,2.5024 referring,referring,343,317,338,313,6.73,2.5366,3.78,2.5024 Rome,rome,968,317,2,2,18.98,2.9863,3.78,2.5024 situations,situations,362,317,351,306,7.10,2.5599,3.78,2.5024 statue,statue,540,317,434,251,10.59,2.7332,3.78,2.5024 breast,breast,457,316,424,299,8.96,2.6609,3.77,2.5011 climbing,climbing,402,316,373,298,7.88,2.6053,3.77,2.5011 contacted,contacted,379,316,376,315,7.43,2.5798,3.77,2.5011 defendant,defendant,904,316,875,310,17.73,2.9566,3.77,2.5011 expenses,expenses,393,316,381,307,7.71,2.5955,3.77,2.5011 fork,fork,450,316,390,285,8.82,2.6542,3.77,2.5011 Lewis,lewis,1102,316,13,4,21.61,3.0426,3.77,2.5011 pork,pork,537,316,438,282,10.53,2.7308,3.77,2.5011 principle,principle,395,316,383,309,7.75,2.5977,3.77,2.5011 ranch,ranch,895,316,787,270,17.55,2.9523,3.77,2.5011 regard,regard,375,316,371,314,7.35,2.5752,3.77,2.5011 resting,resting,357,316,326,291,7.00,2.5539,3.77,2.5011 tricky,tricky,406,316,360,288,7.96,2.6096,3.77,2.5011 doomed,doomed,415,315,381,305,8.14,2.6191,3.76,2.4997 gathering,gathering,370,315,348,300,7.25,2.5694,3.76,2.4997 horny,horny,428,315,381,298,8.39,2.6325,3.76,2.4997 limits,limits,367,315,363,311,7.20,2.5658,3.76,2.4997 outer,outer,463,315,413,289,9.08,2.6665,3.76,2.4997 rarely,rarely,342,315,314,292,6.71,2.5353,3.76,2.4997 smash,smash,421,315,345,276,8.25,2.6253,3.76,2.4997 stepping,stepping,355,315,328,295,6.96,2.5514,3.76,2.4997 annual,annual,367,314,314,271,7.20,2.5658,3.74,2.4983 confusion,confusion,363,314,346,299,7.12,2.5611,3.74,2.4983 convincing,convincing,353,314,343,306,6.92,2.5490,3.74,2.4983 dreadful,dreadful,408,314,378,295,8.00,2.6117,3.74,2.4983 electrical,electrical,440,314,393,291,8.63,2.6444,3.74,2.4983 elephant,elephant,580,314,477,279,11.37,2.7642,3.74,2.4983 harsh,harsh,362,314,326,295,7.10,2.5599,3.74,2.4983 husbands,husbands,396,314,366,296,7.76,2.5988,3.74,2.4983 poem,poem,696,314,681,314,13.65,2.8432,3.74,2.4983 quicker,quicker,366,314,339,298,7.18,2.5647,3.74,2.4983 refrigerator,refrigerator,427,314,416,306,8.37,2.6314,3.74,2.4983 warehouse,warehouse,509,314,466,292,9.98,2.7076,3.74,2.4983 cock,cock,580,313,523,289,11.37,2.7642,3.73,2.4969 instrument,instrument,413,313,410,311,8.10,2.6170,3.73,2.4969 ladder,ladder,472,313,430,304,9.25,2.6749,3.73,2.4969 slightest,slightest,346,313,346,313,6.78,2.5403,3.73,2.4969 standards,standards,368,313,348,299,7.22,2.5670,3.73,2.4969 terrorist,terrorist,617,313,587,306,12.10,2.7910,3.73,2.4969 visited,visited,350,313,349,313,6.86,2.5453,3.73,2.4969 Wilson,wilson,1187,313,12,4,23.27,3.0748,3.73,2.4969 abandon,abandon,413,312,345,281,8.10,2.6170,3.72,2.4955 brutal,brutal,375,312,318,278,7.35,2.5752,3.72,2.4955 cabinet,cabinet,425,312,364,280,8.33,2.6294,3.72,2.4955 centre,centre,505,312,373,263,9.90,2.7042,3.72,2.4955 documents,documents,478,312,462,304,9.37,2.6803,3.72,2.4955 Mum,mum,1108,312,491,212,21.73,3.0449,3.72,2.4955 tolerate,tolerate,354,312,348,310,6.94,2.5502,3.72,2.4955 belief,belief,388,311,375,303,7.61,2.5899,3.71,2.4942 blaming,blaming,354,311,345,302,6.94,2.5502,3.71,2.4942 deaths,deaths,392,311,384,305,7.69,2.5944,3.71,2.4942 Duke,duke,1277,311,206,77,25.04,3.1065,3.71,2.4942 instincts,instincts,428,311,423,309,8.39,2.6325,3.71,2.4942 involve,involve,330,311,328,310,6.47,2.5198,3.71,2.4942 Jake,jake,2245,311,8,6,44.02,3.3514,3.71,2.4942 owed,owed,374,311,366,306,7.33,2.5740,3.71,2.4942 perimeter,perimeter,461,311,425,295,9.04,2.6646,3.71,2.4942 samples,samples,442,311,431,304,8.67,2.6464,3.71,2.4942 traitor,traitor,540,311,449,276,10.59,2.7332,3.71,2.4942 consideration,consideration,334,310,332,308,6.55,2.5250,3.70,2.4928 ego,ego,382,310,367,302,7.49,2.5832,3.70,2.4928 fatal,fatal,362,310,335,287,7.10,2.5599,3.70,2.4928 Germany,germany,699,310,0,0,13.71,2.8451,3.70,2.4928 gunshot,gunshot,520,310,423,267,10.20,2.7168,3.70,2.4928 hardest,hardest,342,310,328,299,6.71,2.5353,3.70,2.4928 Lucy,lucy,2132,310,2,1,41.80,3.3290,3.70,2.4928 Majesty,majesty,1863,310,236,87,36.53,3.2704,3.70,2.4928 misses,misses,373,310,364,303,7.31,2.5729,3.70,2.4928 proposition,proposition,402,310,388,299,7.88,2.6053,3.70,2.4928 proven,proven,339,310,336,307,6.65,2.5315,3.70,2.4928 Ross,ross,1486,310,2,2,29.14,3.1723,3.70,2.4928 sang,sang,419,310,374,291,8.22,2.6232,3.70,2.4928 sings,sings,381,310,356,296,7.47,2.5821,3.70,2.4928 Tim,tim,1867,310,2,2,36.61,3.2714,3.70,2.4928 Association,association,414,309,204,170,8.12,2.6180,3.68,2.4914 congratulate,congratulate,358,309,326,284,7.02,2.5551,3.68,2.4914 contacts,contacts,403,309,393,304,7.90,2.6064,3.68,2.4914 farewell,farewell,482,309,275,206,9.45,2.6839,3.68,2.4914 ideal,ideal,374,309,354,298,7.33,2.5740,3.68,2.4914 leaders,leaders,453,309,433,299,8.88,2.6571,3.68,2.4914 maximum,maximum,396,309,327,266,7.76,2.5988,3.68,2.4914 muscles,muscles,385,309,372,301,7.55,2.5866,3.68,2.4914 narrow,narrow,358,309,334,291,7.02,2.5551,3.68,2.4914 popcorn,popcorn,465,309,393,279,9.12,2.6684,3.68,2.4914 psychic,psychic,605,309,552,294,11.86,2.7825,3.68,2.4914 rides,rides,366,309,353,300,7.18,2.5647,3.68,2.4914 sighs,sighs,795,309,575,229,15.59,2.9009,3.68,2.4914 Alan,alan,1676,308,1,1,32.86,3.2245,3.67,2.4900 catches,catches,336,308,328,303,6.59,2.5276,3.67,2.4900 counselor,counselor,506,308,366,252,9.92,2.7050,3.67,2.4900 disagree,disagree,338,308,337,308,6.63,2.5302,3.67,2.4900 ditch,ditch,401,308,368,288,7.86,2.6042,3.67,2.4900 float,float,381,308,357,295,7.47,2.5821,3.67,2.4900 jammed,jammed,371,308,361,303,7.27,2.5705,3.67,2.4900 kisses,kisses,398,308,351,280,7.80,2.6010,3.67,2.4900 logical,logical,377,308,367,301,7.39,2.5775,3.67,2.4900 notify,notify,367,308,272,237,7.20,2.5658,3.67,2.4900 oath,oath,504,308,485,297,9.88,2.7033,3.67,2.4900 suspicion,suspicion,373,308,343,293,7.31,2.5729,3.67,2.4900 touches,touches,346,308,339,303,6.78,2.5403,3.67,2.4900 wakes,wakes,345,308,338,302,6.76,2.5391,3.67,2.4900 audition,audition,705,307,696,305,13.82,2.8488,3.66,2.4886 demons,demons,683,307,612,293,13.39,2.8351,3.66,2.4886 dock,dock,497,307,441,289,9.75,2.6972,3.66,2.4886 eager,eager,350,307,325,294,6.86,2.5453,3.66,2.4886 Korea,korea,637,307,1,1,12.49,2.8048,3.66,2.4886 Peg,peg,1857,307,79,65,36.41,3.2690,3.66,2.4886 penalty,penalty,464,307,449,301,9.10,2.6675,3.66,2.4886 scandal,scandal,414,307,392,294,8.12,2.6180,3.66,2.4886 scar,scar,432,307,385,301,8.47,2.6365,3.66,2.4886 therapist,therapist,485,307,470,302,9.51,2.6866,3.66,2.4886 urge,urge,339,307,333,304,6.65,2.5315,3.66,2.4886 allergic,allergic,413,306,400,301,8.10,2.6170,3.65,2.4871 convicted,convicted,420,306,392,291,8.24,2.6243,3.65,2.4871 expose,expose,360,306,341,294,7.06,2.5575,3.65,2.4871 grades,grades,451,306,439,300,8.84,2.6551,3.65,2.4871 Jason,jason,1816,306,2,2,35.61,3.2594,3.65,2.4871 native,native,421,306,323,235,8.25,2.6253,3.65,2.4871 raped,raped,593,306,572,299,11.63,2.7738,3.65,2.4871 scan,scan,480,306,423,277,9.41,2.6821,3.65,2.4871 tortured,tortured,381,306,357,289,7.47,2.5821,3.65,2.4871 ashes,ashes,503,305,442,290,9.86,2.7024,3.64,2.4857 betting,betting,430,305,409,289,8.43,2.6345,3.64,2.4857 burger,burger,522,305,339,227,10.24,2.7185,3.64,2.4857 compete,compete,432,305,427,301,8.47,2.6365,3.64,2.4857 complaints,complaints,349,305,340,301,6.84,2.5441,3.64,2.4857 illusion,illusion,421,305,412,301,8.25,2.6253,3.64,2.4857 jazz,jazz,608,305,406,252,11.92,2.7846,3.64,2.4857 prices,prices,376,305,349,290,7.37,2.5763,3.64,2.4857 protest,protest,448,305,425,294,8.78,2.6522,3.64,2.4857 savings,savings,384,305,336,281,7.53,2.5855,3.64,2.4857 Senator,senator,1691,305,594,165,33.16,3.2284,3.64,2.4857 affected,affected,345,304,342,302,6.76,2.5391,3.62,2.4843 chickens,chickens,520,304,472,285,10.20,2.7168,3.62,2.4843 depression,depression,406,304,308,244,7.96,2.6096,3.62,2.4843 hysterical,hysterical,362,304,335,290,7.10,2.5599,3.62,2.4843 legitimate,legitimate,384,304,374,297,7.53,2.5855,3.62,2.4843 nowadays,nowadays,359,304,304,261,7.04,2.5563,3.62,2.4843 Pearl,pearl,799,304,235,118,15.67,2.9031,3.62,2.4843 Reverend,reverend,963,304,171,93,18.88,2.9841,3.62,2.4843 satisfaction,satisfaction,355,304,339,297,6.96,2.5514,3.62,2.4843 sophisticated,sophisticated,346,304,329,290,6.78,2.5403,3.62,2.4843 trips,trips,367,304,362,303,7.20,2.5658,3.62,2.4843 ye,ye,641,304,523,238,12.57,2.8075,3.62,2.4843 Betty,betty,1246,303,11,10,24.43,3.0959,3.61,2.4829 couples,couples,409,303,375,289,8.02,2.6128,3.61,2.4829 dragging,dragging,335,303,314,285,6.57,2.5263,3.61,2.4829 helmet,helmet,483,303,447,296,9.47,2.6848,3.61,2.4829 Boo,boo,596,302,162,99,11.69,2.7760,3.60,2.4814 centuries,centuries,382,302,363,289,7.49,2.5832,3.60,2.4814 colour,colour,444,302,430,294,8.71,2.6484,3.60,2.4814 comic,comic,552,302,514,286,10.82,2.7427,3.60,2.4814 controls,controls,398,302,385,298,7.80,2.6010,3.60,2.4814 emotionally,emotionally,354,302,323,281,6.94,2.5502,3.60,2.4814 ghosts,ghosts,718,302,611,287,14.08,2.8567,3.60,2.4814 humiliated,humiliated,339,302,329,297,6.65,2.5315,3.60,2.4814 ribs,ribs,426,302,398,291,8.35,2.6304,3.60,2.4814 sock,sock,458,302,383,276,8.98,2.6618,3.60,2.4814 subtle,subtle,354,302,327,282,6.94,2.5502,3.60,2.4814 bachelor,bachelor,504,301,450,275,9.88,2.7033,3.59,2.4800 bent,bent,368,301,317,285,7.22,2.5670,3.59,2.4800 blocked,blocked,346,301,337,294,6.78,2.5403,3.59,2.4800 eternity,eternity,407,301,381,287,7.98,2.6107,3.59,2.4800 identification,identification,409,301,369,269,8.02,2.6128,3.59,2.4800 lifted,lifted,360,301,353,297,7.06,2.5575,3.59,2.4800 smashed,smashed,358,301,339,284,7.02,2.5551,3.59,2.4800 swallowed,swallowed,342,301,332,295,6.71,2.5353,3.59,2.4800 bearing,bearing,486,300,364,277,9.53,2.6875,3.58,2.4786 draft,draft,371,300,351,287,7.27,2.5705,3.58,2.4786 floors,floors,407,300,398,295,7.98,2.6107,3.58,2.4786 Le,le,812,300,253,127,15.92,2.9101,3.58,2.4786 messy,messy,350,300,326,287,6.86,2.5453,3.58,2.4786 method,method,402,300,367,285,7.88,2.6053,3.58,2.4786 mortal,mortal,488,300,441,288,9.57,2.6893,3.58,2.4786 Pa,pa,1218,300,246,96,23.88,3.0860,3.58,2.4786 racket,racket,379,300,379,300,7.43,2.5798,3.58,2.4786 sells,sells,363,300,345,290,7.12,2.5611,3.58,2.4786 strongly,strongly,342,300,336,298,6.71,2.5353,3.58,2.4786 Tokyo,tokyo,690,300,1,1,13.53,2.8395,3.58,2.4786 whisper,whisper,403,300,331,273,7.90,2.6064,3.58,2.4786 chemistry,chemistry,442,299,400,282,8.67,2.6464,3.56,2.4771 column,column,559,299,528,283,10.96,2.7482,3.56,2.4771 compliments,compliments,353,299,282,241,6.92,2.5490,3.56,2.4771 Davis,davis,886,299,14,4,17.37,2.9479,3.56,2.4771 extend,extend,327,299,287,271,6.41,2.5159,3.56,2.4771 forgiveness,forgiveness,405,299,348,286,7.94,2.6085,3.56,2.4771 gamble,gamble,456,299,420,291,8.94,2.6599,3.56,2.4771 Goodnight,goodnight,822,299,135,99,16.12,2.9154,3.56,2.4771 haul,haul,361,299,293,258,7.08,2.5587,3.56,2.4771 household,household,354,299,347,295,6.94,2.5502,3.56,2.4771 kiddo,kiddo,432,299,388,284,8.47,2.6365,3.56,2.4771 manual,manual,408,299,366,274,8.00,2.6117,3.56,2.4771 originally,originally,355,299,289,249,6.96,2.5514,3.56,2.4771 Pierce,pierce,1313,299,76,59,25.75,3.1186,3.56,2.4771 respected,respected,336,299,329,293,6.59,2.5276,3.56,2.4771 responsibilities,responsibilities,338,299,332,296,6.63,2.5302,3.56,2.4771 cease,cease,445,298,234,203,8.73,2.6493,3.55,2.4757 collecting,collecting,349,298,317,274,6.84,2.5441,3.55,2.4757 domestic,domestic,351,298,315,274,6.88,2.5465,3.55,2.4757 Hollow,hollow,621,298,200,166,12.18,2.7938,3.55,2.4757 honesty,honesty,368,298,317,267,7.22,2.5670,3.55,2.4757 promising,promising,336,298,311,285,6.59,2.5276,3.55,2.4757 winds,winds,384,298,341,268,7.53,2.5855,3.55,2.4757 worlds,worlds,453,298,419,286,8.88,2.6571,3.55,2.4757 Carter,carter,1669,297,1,1,32.73,3.2227,3.54,2.4742 certificate,certificate,458,297,444,288,8.98,2.6618,3.54,2.4742 chopper,chopper,596,297,516,264,11.69,2.7760,3.54,2.4742 controlled,controlled,356,297,345,291,6.98,2.5527,3.54,2.4742 intentions,intentions,366,297,365,297,7.18,2.5647,3.54,2.4742 intimate,intimate,355,297,343,295,6.96,2.5514,3.54,2.4742 jar,jar,424,297,413,289,8.31,2.6284,3.54,2.4742 mistress,mistress,606,297,416,252,11.88,2.7832,3.54,2.4742 novel,novel,513,297,504,293,10.06,2.7110,3.54,2.4742 peculiar,peculiar,385,297,372,289,7.55,2.5866,3.54,2.4742 serves,serves,319,297,244,233,6.25,2.5051,3.54,2.4742 violation,violation,385,297,362,289,7.55,2.5866,3.54,2.4742 infection,infection,446,296,433,294,8.75,2.6503,3.53,2.4728 liable,liable,369,296,363,293,7.24,2.5682,3.53,2.4728 medal,medal,590,296,470,252,11.57,2.7716,3.53,2.4728 scheme,scheme,370,296,365,294,7.25,2.5694,3.53,2.4728 scientists,scientists,494,296,451,273,9.69,2.6946,3.53,2.4728 carries,carries,333,295,328,290,6.53,2.5237,3.52,2.4713 dice,dice,533,295,507,280,10.45,2.7275,3.52,2.4713 guaranteed,guaranteed,339,295,270,240,6.65,2.5315,3.52,2.4713 hose,hose,411,295,386,280,8.06,2.6149,3.52,2.4713 Martha,martha,1461,295,2,2,28.65,3.1649,3.52,2.4713 prep,prep,385,295,266,219,7.55,2.5866,3.52,2.4713 retreat,retreat,484,295,373,252,9.49,2.6857,3.52,2.4713 adore,adore,394,294,386,290,7.73,2.5966,3.51,2.4698 dentist,dentist,571,294,555,292,11.20,2.7574,3.51,2.4698 faced,faced,320,294,307,282,6.27,2.5065,3.51,2.4698 lasted,lasted,315,294,309,289,6.18,2.4997,3.51,2.4698 Luckily,luckily,326,294,74,69,6.39,2.5145,3.51,2.4698 possibilities,possibilities,386,294,374,290,7.57,2.5877,3.51,2.4698 reckon,reckon,596,294,537,273,11.69,2.7760,3.51,2.4698 stream,stream,410,294,357,270,8.04,2.6138,3.51,2.4698 worship,worship,409,294,348,279,8.02,2.6128,3.51,2.4698 aspirin,aspirin,395,293,355,267,7.75,2.5977,3.49,2.4683 beautifully,beautifully,357,293,325,275,7.00,2.5539,3.49,2.4683 cans,cans,391,293,379,288,7.67,2.5933,3.49,2.4683 Cd,cd,451,293,13,9,8.84,2.6551,3.49,2.4683 cue,cue,397,293,315,248,7.78,2.5999,3.49,2.4683 fist,fist,375,293,328,280,7.35,2.5752,3.49,2.4683 outstanding,outstanding,380,293,277,232,7.45,2.5809,3.49,2.4683 racing,racing,606,293,551,273,11.88,2.7832,3.49,2.4683 railroad,railroad,634,293,532,266,12.43,2.8028,3.49,2.4683 sailing,sailing,480,293,435,275,9.41,2.6821,3.49,2.4683 spreading,spreading,344,293,327,280,6.75,2.5378,3.49,2.4683 volume,volume,354,293,313,267,6.94,2.5502,3.49,2.4683 whack,whack,455,293,401,276,8.92,2.6590,3.49,2.4683 bubble,bubble,408,292,371,269,8.00,2.6117,3.48,2.4669 Canada,canada,550,292,1,1,10.78,2.7412,3.48,2.4669 flames,flames,382,292,367,282,7.49,2.5832,3.48,2.4669 hunch,hunch,383,292,382,291,7.51,2.5843,3.48,2.4669 lined,lined,330,292,327,289,6.47,2.5198,3.48,2.4669 notion,notion,336,292,336,292,6.59,2.5276,3.48,2.4669 pickup,pickup,389,292,371,283,7.63,2.5911,3.48,2.4669 pronounce,pronounce,331,292,327,289,6.49,2.5211,3.48,2.4669 scores,scores,422,292,401,277,8.27,2.6263,3.48,2.4669 shoots,shoots,356,292,336,278,6.98,2.5527,3.48,2.4669 Supreme,supreme,447,292,208,147,8.76,2.6513,3.48,2.4669 tearing,tearing,327,292,306,276,6.41,2.5159,3.48,2.4669 autopsy,autopsy,489,291,463,280,9.59,2.6902,3.47,2.4654 avoiding,avoiding,348,291,323,276,6.82,2.5428,3.47,2.4654 butcher,butcher,434,291,359,263,8.51,2.6385,3.47,2.4654 candle,candle,409,291,393,279,8.02,2.6128,3.47,2.4654 Carl,carl,1391,291,24,3,27.27,3.1436,3.47,2.4654 civilization,civilization,425,291,394,274,8.33,2.6294,3.47,2.4654 clearing,clearing,331,291,310,273,6.49,2.5211,3.47,2.4654 closes,closes,357,291,310,264,7.00,2.5539,3.47,2.4654 declared,declared,333,291,326,285,6.53,2.5237,3.47,2.4654 injuries,injuries,378,291,367,284,7.41,2.5786,3.47,2.4654 passage,passage,390,291,376,283,7.65,2.5922,3.47,2.4654 rash,rash,410,291,401,289,8.04,2.6138,3.47,2.4654 reporters,reporters,436,291,396,267,8.55,2.6405,3.47,2.4654 Sixteen,sixteen,418,291,203,140,8.20,2.6222,3.47,2.4654 soil,soil,397,291,383,282,7.78,2.5999,3.47,2.4654 strain,strain,361,291,354,287,7.08,2.5587,3.47,2.4654 stunt,stunt,469,291,447,289,9.20,2.6721,3.47,2.4654 sunny,sunny,391,291,264,235,7.67,2.5933,3.47,2.4654 theft,theft,344,291,317,275,6.75,2.5378,3.47,2.4654 trailer,trailer,579,291,559,284,11.35,2.7634,3.47,2.4654 breakdown,breakdown,373,290,356,278,7.31,2.5729,3.46,2.4639 broadcast,broadcast,457,290,430,269,8.96,2.6609,3.46,2.4639 counted,counted,323,290,320,288,6.33,2.5105,3.46,2.4639 disguise,disguise,398,290,368,287,7.80,2.6010,3.46,2.4639 endless,endless,338,290,308,271,6.63,2.5302,3.46,2.4639 habits,habits,312,290,309,287,6.12,2.4955,3.46,2.4639 Inspector,inspector,1124,290,465,190,22.04,3.0512,3.46,2.4639 liking,liking,320,290,310,283,6.27,2.5065,3.46,2.4639 Mickey,mickey,956,290,22,21,18.75,2.9809,3.46,2.4639 parole,parole,533,290,503,282,10.45,2.7275,3.46,2.4639 relaxed,relaxed,356,290,349,286,6.98,2.5527,3.46,2.4639 solo,solo,436,290,371,263,8.55,2.6405,3.46,2.4639 spinning,spinning,374,290,339,271,7.33,2.5740,3.46,2.4639 Virginia,virginia,718,290,3,1,14.08,2.8567,3.46,2.4639 auto,auto,391,289,289,226,7.67,2.5933,3.45,2.4624 happiest,happiest,328,289,318,281,6.43,2.5172,3.45,2.4624 inspiration,inspiration,362,289,348,281,7.10,2.5599,3.45,2.4624 Jackie,jackie,1276,289,7,4,25.02,3.1062,3.45,2.4624 Leo,leo,2580,289,8,3,50.59,3.4118,3.45,2.4624 porn,porn,592,289,557,280,11.61,2.7731,3.45,2.4624 sensible,sensible,347,289,329,277,6.80,2.5416,3.45,2.4624 Shakespeare,shakespeare,577,289,0,0,11.31,2.7619,3.45,2.4624 canceled,canceled,372,288,362,285,7.29,2.5717,3.43,2.4609 hack,hack,436,288,351,269,8.55,2.6405,3.43,2.4609 hangs,hangs,326,288,310,273,6.39,2.5145,3.43,2.4609 kings,kings,457,288,341,223,8.96,2.6609,3.43,2.4609 objects,objects,444,288,428,279,8.71,2.6484,3.43,2.4609 persons,persons,394,288,349,259,7.73,2.5966,3.43,2.4609 photographer,photographer,465,288,427,272,9.12,2.6684,3.43,2.4609 rocket,rocket,604,288,470,245,11.84,2.7818,3.43,2.4609 teenager,teenager,351,288,341,280,6.88,2.5465,3.43,2.4609 traveled,traveled,343,288,314,259,6.73,2.5366,3.43,2.4609 troubled,troubled,346,288,330,279,6.78,2.5403,3.43,2.4609 web,web,470,288,324,195,9.22,2.6730,3.43,2.4609 assured,assured,316,287,312,284,6.20,2.5011,3.42,2.4594 brandy,brandy,567,287,383,237,11.12,2.7543,3.42,2.4594 campus,campus,546,287,520,281,10.71,2.7380,3.42,2.4594 coin,coin,497,287,475,274,9.75,2.6972,3.42,2.4594 core,core,501,287,461,277,9.82,2.7007,3.42,2.4594 holidays,holidays,466,287,438,276,9.14,2.6693,3.42,2.4594 insanity,insanity,391,287,370,276,7.67,2.5933,3.42,2.4594 noises,noises,365,287,348,276,7.16,2.5635,3.42,2.4594 pursue,pursue,327,287,322,283,6.41,2.5159,3.42,2.4594 remaining,remaining,344,287,336,280,6.75,2.5378,3.42,2.4594 respects,respects,340,287,332,282,6.67,2.5328,3.42,2.4594 sentimental,sentimental,359,287,323,269,7.04,2.5563,3.42,2.4594 administration,administration,387,286,315,234,7.59,2.5888,3.41,2.4579 ankle,ankle,409,286,399,278,8.02,2.6128,3.41,2.4579 factor,factor,370,286,336,264,7.25,2.5694,3.41,2.4579 integrity,integrity,367,286,357,282,7.20,2.5658,3.41,2.4579 Nancy,nancy,1087,286,12,7,21.31,3.0366,3.41,2.4579 opposed,opposed,352,286,335,276,6.90,2.5478,3.41,2.4579 passenger,passenger,549,286,443,267,10.76,2.7404,3.41,2.4579 ritual,ritual,456,286,437,275,8.94,2.6599,3.41,2.4579 weed,weed,600,286,567,274,11.76,2.7789,3.41,2.4579 whereabouts,whereabouts,327,286,289,254,6.41,2.5159,3.41,2.4579 absence,absence,322,285,314,281,6.31,2.5092,3.40,2.4564 artists,artists,412,285,360,265,8.08,2.6160,3.40,2.4564 depending,depending,306,285,261,246,6.00,2.4871,3.40,2.4564 drowning,drowning,368,285,341,270,7.22,2.5670,3.40,2.4564 fur,fur,422,285,393,271,8.27,2.6263,3.40,2.4564 passport,passport,534,285,492,272,10.47,2.7284,3.40,2.4564 smoked,smoked,357,285,335,273,7.00,2.5539,3.40,2.4564 suspended,suspended,373,285,352,275,7.31,2.5729,3.40,2.4564 Vietnam,vietnam,817,285,9,4,16.02,2.9128,3.40,2.4564 aisle,aisle,379,284,343,263,7.43,2.5798,3.39,2.4548 inappropriate,inappropriate,338,284,325,280,6.63,2.5302,3.39,2.4548 Marine,marine,718,284,240,145,14.08,2.8567,3.39,2.4548 Praise,praise,482,284,211,165,9.45,2.6839,3.39,2.4548 Sandy,sandy,1186,284,40,38,23.25,3.0745,3.39,2.4548 adopted,adopted,430,283,413,277,8.43,2.6345,3.37,2.4533 communications,communications,398,283,300,232,7.80,2.6010,3.37,2.4533 creeps,creeps,327,283,317,277,6.41,2.5159,3.37,2.4533 elsewhere,elsewhere,315,283,293,266,6.18,2.4997,3.37,2.4533 jaw,jaw,364,283,348,276,7.14,2.5623,3.37,2.4533 messenger,messenger,411,283,359,267,8.06,2.6149,3.37,2.4533 models,models,451,283,426,274,8.84,2.6551,3.37,2.4533 naive,naive,329,283,307,274,6.45,2.5185,3.37,2.4533 sailor,sailor,632,283,473,261,12.39,2.8014,3.37,2.4533 shitty,shitty,371,283,346,270,7.27,2.5705,3.37,2.4533 spilled,spilled,324,283,315,275,6.35,2.5119,3.37,2.4533 weigh,weigh,363,283,344,274,7.12,2.5611,3.37,2.4533 benefits,benefits,379,282,359,276,7.43,2.5798,3.36,2.4518 correctly,correctly,309,282,305,278,6.06,2.4914,3.36,2.4518 crashing,crashing,321,282,287,259,6.29,2.5079,3.36,2.4518 gossip,gossip,397,282,369,271,7.78,2.5999,3.36,2.4518 graduation,graduation,500,282,440,269,9.80,2.6998,3.36,2.4518 Jeff,jeff,1539,282,3,2,30.18,3.1875,3.36,2.4518 liquid,liquid,395,282,342,254,7.75,2.5977,3.36,2.4518 pursuit,pursuit,359,282,337,270,7.04,2.5563,3.36,2.4518 skies,skies,382,282,361,269,7.49,2.5832,3.36,2.4518 stove,stove,387,282,377,275,7.59,2.5888,3.36,2.4518 uniforms,uniforms,403,282,375,266,7.90,2.6064,3.36,2.4518 accidents,accidents,340,281,289,244,6.67,2.5328,3.35,2.4502 Aha,aha,360,281,29,16,7.06,2.5575,3.35,2.4502 backyard,backyard,369,281,350,276,7.24,2.5682,3.35,2.4502 Corporal,corporal,802,281,179,109,15.73,2.9047,3.35,2.4502 cries,cries,356,281,338,273,6.98,2.5527,3.35,2.4502 drowned,drowned,391,281,375,274,7.67,2.5933,3.35,2.4502 executed,executed,381,281,372,277,7.47,2.5821,3.35,2.4502 greedy,greedy,338,281,309,267,6.63,2.5302,3.35,2.4502 heel,heel,377,281,305,242,7.39,2.5775,3.35,2.4502 illness,illness,371,281,366,279,7.27,2.5705,3.35,2.4502 images,images,401,281,381,270,7.86,2.6042,3.35,2.4502 initial,initial,325,281,296,258,6.37,2.5132,3.35,2.4502 psychological,psychological,343,281,331,273,6.73,2.5366,3.35,2.4502 receipt,receipt,379,281,372,278,7.43,2.5798,3.35,2.4502 significant,significant,331,281,324,276,6.49,2.5211,3.35,2.4502 tray,tray,410,281,353,268,8.04,2.6138,3.35,2.4502 wires,wires,355,281,344,276,6.96,2.5514,3.35,2.4502 Atlantic,atlantic,504,280,2,2,9.88,2.7033,3.34,2.4487 cheek,cheek,365,280,352,272,7.16,2.5635,3.34,2.4487 consent,consent,379,280,372,276,7.43,2.5798,3.34,2.4487 elected,elected,370,280,364,277,7.25,2.5694,3.34,2.4487 locks,locks,341,280,327,273,6.69,2.5340,3.34,2.4487 medium,medium,362,280,294,235,7.10,2.5599,3.34,2.4487 obligation,obligation,344,280,341,278,6.75,2.5378,3.34,2.4487 raid,raid,436,280,410,262,8.55,2.6405,3.34,2.4487 Robin,robin,1272,280,44,33,24.94,3.1048,3.34,2.4487 scenes,scenes,428,280,417,271,8.39,2.6325,3.34,2.4487 tan,tan,439,280,318,255,8.61,2.6435,3.34,2.4487 unnecessary,unnecessary,316,280,301,270,6.20,2.5011,3.34,2.4487 wishing,wishing,339,280,300,261,6.65,2.5315,3.34,2.4487 bedtime,bedtime,316,279,271,247,6.20,2.5011,3.33,2.4472 casual,casual,373,279,340,264,7.31,2.5729,3.33,2.4472 cleaner,cleaner,353,279,326,264,6.92,2.5490,3.33,2.4472 compromise,compromise,358,279,335,269,7.02,2.5551,3.33,2.4472 cooler,cooler,360,279,346,272,7.06,2.5575,3.33,2.4472 doubts,doubts,332,279,322,275,6.51,2.5224,3.33,2.4472 dynamite,dynamite,515,279,420,250,10.10,2.7126,3.33,2.4472 Eagle,eagle,586,279,267,173,11.49,2.7686,3.33,2.4472 establish,establish,323,279,306,267,6.33,2.5105,3.33,2.4472 execution,execution,497,279,471,262,9.75,2.6972,3.33,2.4472 gracious,gracious,365,279,305,249,7.16,2.5635,3.33,2.4472 intact,intact,324,279,320,277,6.35,2.5119,3.33,2.4472 Linda,linda,1350,279,9,8,26.47,3.1307,3.33,2.4472 necklace,necklace,497,279,489,277,9.75,2.6972,3.33,2.4472 tide,tide,375,279,359,270,7.35,2.5752,3.33,2.4472 zip,zip,389,279,231,200,7.63,2.5911,3.33,2.4472 backing,backing,324,278,305,267,6.35,2.5119,3.31,2.4456 chuckles,chuckles,665,278,414,178,13.04,2.8235,3.31,2.4456 Daniel,daniel,1116,278,1,1,21.88,3.0481,3.31,2.4456 debate,debate,474,278,467,275,9.29,2.6767,3.31,2.4456 depressing,depressing,324,278,309,267,6.35,2.5119,3.31,2.4456 European,european,360,278,4,4,7.06,2.5575,3.31,2.4456 income,income,378,278,368,274,7.41,2.5786,3.31,2.4456 outrageous,outrageous,323,278,294,262,6.33,2.5105,3.31,2.4456 positively,positively,310,278,248,224,6.08,2.4928,3.31,2.4456 robe,robe,433,278,407,272,8.49,2.6375,3.31,2.4456 seed,seed,386,278,371,272,7.57,2.5877,3.31,2.4456 yelled,yelled,313,278,309,277,6.14,2.4969,3.31,2.4456 bets,bets,537,277,521,271,10.53,2.7308,3.30,2.4440 candidate,candidate,434,277,406,263,8.51,2.6385,3.30,2.4440 consciousness,consciousness,413,277,394,272,8.10,2.6170,3.30,2.4440 Dragon,dragon,984,277,445,172,19.29,2.9934,3.30,2.4440 elements,elements,352,277,344,272,6.90,2.5478,3.30,2.4440 heavily,heavily,312,277,297,265,6.12,2.4955,3.30,2.4440 reserve,reserve,366,277,308,242,7.18,2.5647,3.30,2.4440 wax,wax,461,277,394,266,9.04,2.6646,3.30,2.4440 colleague,colleague,346,276,336,272,6.78,2.5403,3.29,2.4425 confidential,confidential,342,276,307,254,6.71,2.5353,3.29,2.4425 engines,engines,543,276,496,266,10.65,2.7356,3.29,2.4425 ink,ink,382,276,360,267,7.49,2.5832,3.29,2.4425 persuade,persuade,326,276,313,266,6.39,2.5145,3.29,2.4425 pouring,pouring,302,276,291,268,5.92,2.4814,3.29,2.4425 rejected,rejected,337,276,312,258,6.61,2.5289,3.29,2.4425 represents,represents,313,276,312,275,6.14,2.4969,3.29,2.4425 Russia,russia,630,276,3,3,12.35,2.8000,3.29,2.4425 surprising,surprising,307,276,285,258,6.02,2.4886,3.29,2.4425 treats,treats,317,276,302,264,6.22,2.5024,3.29,2.4425 wooden,wooden,367,276,354,267,7.20,2.5658,3.29,2.4425 champ,champ,771,275,475,255,15.12,2.8876,3.28,2.4409 contain,contain,310,275,301,268,6.08,2.4928,3.28,2.4409 jackass,jackass,347,275,283,238,6.80,2.5416,3.28,2.4409 judges,judges,426,275,368,255,8.35,2.6304,3.28,2.4409 niece,niece,486,275,482,275,9.53,2.6875,3.28,2.4409 pumpkin,pumpkin,553,275,373,234,10.84,2.7435,3.28,2.4409 symptoms,symptoms,407,275,391,266,7.98,2.6107,3.28,2.4409 Thanksgiving,thanksgiving,949,275,34,20,18.61,2.9777,3.28,2.4409 additional,additional,300,274,281,258,5.88,2.4786,3.27,2.4393 automatic,automatic,356,274,315,245,6.98,2.5527,3.27,2.4393 bowling,bowling,545,274,491,252,10.69,2.7372,3.27,2.4393 chains,chains,387,274,358,262,7.59,2.5888,3.27,2.4393 encourage,encourage,308,274,294,264,6.04,2.4900,3.27,2.4393 experts,experts,346,274,331,264,6.78,2.5403,3.27,2.4393 Hush,hush,388,274,157,132,7.61,2.5899,3.27,2.4393 ignorant,ignorant,319,274,302,259,6.25,2.5051,3.27,2.4393 nightmares,nightmares,371,274,343,259,7.27,2.5705,3.27,2.4393 poet,poet,470,274,425,263,9.22,2.6730,3.27,2.4393 recipe,recipe,388,274,379,270,7.61,2.5899,3.27,2.4393 Seattle,seattle,637,274,13,9,12.49,2.8048,3.27,2.4393 shelf,shelf,355,274,345,269,6.96,2.5514,3.27,2.4393 slipping,slipping,303,274,295,270,5.94,2.4829,3.27,2.4393 threats,threats,339,274,319,263,6.65,2.5315,3.27,2.4393 whispering,whispering,413,274,299,232,8.10,2.6170,3.27,2.4393 album,album,522,273,488,262,10.24,2.7185,3.25,2.4378 amateur,amateur,334,273,302,250,6.55,2.5250,3.25,2.4378 appreciated,appreciated,292,273,292,273,5.73,2.4669,3.25,2.4378 autograph,autograph,416,273,406,271,8.16,2.6201,3.25,2.4378 Brad,brad,1541,273,0,0,30.22,3.1881,3.25,2.4378 cemetery,cemetery,443,273,393,242,8.69,2.6474,3.25,2.4378 clears,clears,372,273,283,215,7.29,2.5717,3.25,2.4378 conscious,conscious,347,273,336,267,6.80,2.5416,3.25,2.4378 deed,deed,475,273,444,267,9.31,2.6776,3.25,2.4378 experiences,experiences,358,273,358,273,7.02,2.5551,3.25,2.4378 lounge,lounge,401,273,327,232,7.86,2.6042,3.25,2.4378 Northern,northern,362,273,174,142,7.10,2.5599,3.25,2.4378 prescription,prescription,376,273,361,265,7.37,2.5763,3.25,2.4378 Queens,queens,496,273,177,123,9.73,2.6964,3.25,2.4378 teenage,teenage,350,273,304,246,6.86,2.5453,3.25,2.4378 agenda,agenda,373,272,360,267,7.31,2.5729,3.24,2.4362 approved,approved,331,272,322,267,6.49,2.5211,3.24,2.4362 barbecue,barbecue,456,272,408,256,8.94,2.6599,3.24,2.4362 Barry,barry,1013,272,1,1,19.86,3.0060,3.24,2.4362 bathing,bathing,379,272,362,261,7.43,2.5798,3.24,2.4362 bumped,bumped,310,272,306,270,6.08,2.4928,3.24,2.4362 celebrity,celebrity,372,272,321,248,7.29,2.5717,3.24,2.4362 choke,choke,330,272,285,250,6.47,2.5198,3.24,2.4362 colleagues,colleagues,332,272,325,270,6.51,2.5224,3.24,2.4362 concrete,concrete,379,272,337,256,7.43,2.5798,3.24,2.4362 cursed,cursed,377,272,337,260,7.39,2.5775,3.24,2.4362 dearest,dearest,362,272,268,200,7.10,2.5599,3.24,2.4362 differences,differences,305,272,300,268,5.98,2.4857,3.24,2.4362 Franklin,franklin,551,272,1,1,10.80,2.7419,3.24,2.4362 Gene,gene,743,272,126,103,14.57,2.8716,3.24,2.4362 grounded,grounded,397,272,379,269,7.78,2.5999,3.24,2.4362 Harold,harold,1286,272,1,1,25.22,3.1096,3.24,2.4362 Hong,hong,924,272,1,1,18.12,2.9661,3.24,2.4362 hottest,hottest,315,272,305,263,6.18,2.4997,3.24,2.4362 lighten,lighten,301,272,182,165,5.90,2.4800,3.24,2.4362 luxury,luxury,307,272,298,267,6.02,2.4886,3.24,2.4362 modest,modest,300,272,286,260,5.88,2.4786,3.24,2.4362 reliable,reliable,301,272,290,262,5.90,2.4800,3.24,2.4362 resistance,resistance,431,272,289,236,8.45,2.6355,3.24,2.4362 restaurants,restaurants,349,272,337,264,6.84,2.5441,3.24,2.4362 circuit,circuit,340,271,311,248,6.67,2.5328,3.23,2.4346 election,election,560,271,530,264,10.98,2.7490,3.23,2.4346 festival,festival,505,271,377,212,9.90,2.7042,3.23,2.4346 frog,frog,603,271,504,245,11.82,2.7810,3.23,2.4346 gag,gag,360,271,339,255,7.06,2.5575,3.23,2.4346 grease,grease,354,271,296,242,6.94,2.5502,3.23,2.4346 hardware,hardware,348,271,313,249,6.82,2.5428,3.23,2.4346 hereby,hereby,325,271,325,271,6.37,2.5132,3.23,2.4346 journal,journal,453,271,294,187,8.88,2.6571,3.23,2.4346 mobile,mobile,381,271,262,212,7.47,2.5821,3.23,2.4346 substance,substance,364,271,337,268,7.14,2.5623,3.23,2.4346 worm,worm,516,271,430,260,10.12,2.7135,3.23,2.4346 Andrew,andrew,1085,270,6,6,21.27,3.0358,3.22,2.4330 codes,codes,467,270,461,269,9.16,2.6702,3.22,2.4330 drum,drum,432,270,370,241,8.47,2.6365,3.22,2.4330 explore,explore,317,270,308,264,6.22,2.5024,3.22,2.4330 length,length,358,270,349,263,7.02,2.5551,3.22,2.4330 objective,objective,359,270,348,266,7.04,2.5563,3.22,2.4330 reunion,reunion,450,270,433,263,8.82,2.6542,3.22,2.4330 roots,roots,325,270,295,252,6.37,2.5132,3.22,2.4330 rushing,rushing,307,270,286,261,6.02,2.4886,3.22,2.4330 servants,servants,352,270,338,262,6.90,2.5478,3.22,2.4330 spoon,spoon,388,270,342,256,7.61,2.5899,3.22,2.4330 struggling,struggling,316,270,302,261,6.20,2.5011,3.22,2.4330 altogether,altogether,327,269,307,255,6.41,2.5159,3.21,2.4314 attending,attending,364,269,268,223,7.14,2.5623,3.21,2.4314 cows,cows,480,269,442,256,9.41,2.6821,3.21,2.4314 deliberately,deliberately,319,269,314,266,6.25,2.5051,3.21,2.4314 demonstration,demonstration,366,269,362,266,7.18,2.5647,3.21,2.4314 doorbell,doorbell,425,269,283,189,8.33,2.6294,3.21,2.4314 knives,knives,353,269,335,255,6.92,2.5490,3.21,2.4314 morgue,morgue,440,269,420,258,8.63,2.6444,3.21,2.4314 overcome,overcome,316,269,306,261,6.20,2.5011,3.21,2.4314 Sonny,sonny,882,269,216,155,17.29,2.9460,3.21,2.4314 stack,stack,311,269,279,249,6.10,2.4942,3.21,2.4314 stud,stud,354,269,321,250,6.94,2.5502,3.21,2.4314 tin,tin,441,269,270,220,8.65,2.6454,3.21,2.4314 whipped,whipped,370,269,331,256,7.25,2.5694,3.21,2.4314 Anna,anna,1738,268,1,1,34.08,3.2403,3.20,2.4298 Arizona,arizona,564,268,1,1,11.06,2.7520,3.20,2.4298 baked,baked,341,268,302,251,6.69,2.5340,3.20,2.4298 forbidden,forbidden,387,268,318,239,7.59,2.5888,3.20,2.4298 ironic,ironic,312,268,251,222,6.12,2.4955,3.20,2.4298 methods,methods,330,268,327,266,6.47,2.5198,3.20,2.4298 performing,performing,325,268,303,254,6.37,2.5132,3.20,2.4298 purchase,purchase,325,268,319,263,6.37,2.5132,3.20,2.4298 revealed,revealed,298,268,292,262,5.84,2.4757,3.20,2.4298 rig,rig,440,268,384,251,8.63,2.6444,3.20,2.4298 unpleasant,unpleasant,311,268,302,266,6.10,2.4942,3.20,2.4298 voted,voted,354,268,345,262,6.94,2.5502,3.20,2.4298 balcony,balcony,373,267,369,264,7.31,2.5729,3.18,2.4281 Corps,corps,555,267,138,89,10.88,2.7451,3.18,2.4281 definite,definite,314,267,291,249,6.16,2.4983,3.18,2.4281 desperately,desperately,297,267,276,251,5.82,2.4742,3.18,2.4281 figuring,figuring,318,267,303,254,6.24,2.5038,3.18,2.4281 folk,folk,365,267,317,248,7.16,2.5635,3.18,2.4281 frighten,frighten,324,267,320,265,6.35,2.5119,3.18,2.4281 items,items,343,267,338,266,6.73,2.5366,3.18,2.4281 melt,melt,373,267,343,253,7.31,2.5729,3.18,2.4281 pepper,pepper,449,267,275,199,8.80,2.6532,3.18,2.4281 printed,printed,306,267,298,260,6.00,2.4871,3.18,2.4281 shocking,shocking,315,267,248,221,6.18,2.4997,3.18,2.4281 spends,spends,298,267,284,255,5.84,2.4757,3.18,2.4281 warrior,warrior,516,267,449,251,10.12,2.7135,3.18,2.4281 welfare,welfare,402,267,346,251,7.88,2.6053,3.18,2.4281 Buster,buster,823,266,184,150,16.14,2.9159,3.17,2.4265 element,element,338,266,323,264,6.63,2.5302,3.17,2.4265 Hawaii,hawaii,610,266,2,2,11.96,2.7860,3.17,2.4265 hustle,hustle,402,266,282,213,7.88,2.6053,3.17,2.4265 Maria,maria,1154,266,2,2,22.63,3.0626,3.17,2.4265 needn,needn,334,266,328,261,6.55,2.5250,3.17,2.4265 offices,offices,336,266,328,259,6.59,2.5276,3.17,2.4265 possessed,possessed,340,266,332,263,6.67,2.5328,3.17,2.4265 proposed,proposed,343,266,337,264,6.73,2.5366,3.17,2.4265 speaker,speaker,352,266,279,235,6.90,2.5478,3.17,2.4265 vegetables,vegetables,338,266,321,256,6.63,2.5302,3.17,2.4265 anxiety,anxiety,345,265,322,260,6.76,2.5391,3.16,2.4249 Chairman,chairman,605,265,273,170,11.86,2.7825,3.16,2.4249 charging,charging,320,265,254,223,6.27,2.5065,3.16,2.4249 compassion,compassion,319,265,292,249,6.25,2.5051,3.16,2.4249 drunken,drunken,315,265,280,245,6.18,2.4997,3.16,2.4249 entertain,entertain,313,265,303,261,6.14,2.4969,3.16,2.4249 gravity,gravity,351,265,298,238,6.88,2.5465,3.16,2.4249 leap,leap,340,265,315,251,6.67,2.5328,3.16,2.4249 presented,presented,295,265,271,242,5.78,2.4713,3.16,2.4249 protocol,protocol,382,265,360,258,7.49,2.5832,3.16,2.4249 reservations,reservations,327,265,315,260,6.41,2.5159,3.16,2.4249 risks,risks,332,265,331,264,6.51,2.5224,3.16,2.4249 rod,rod,547,265,304,207,10.73,2.7388,3.16,2.4249 saddle,saddle,399,265,337,227,7.82,2.6021,3.16,2.4249 scenario,scenario,319,265,305,261,6.25,2.5051,3.16,2.4249 sting,sting,358,265,289,236,7.02,2.5551,3.16,2.4249 Baker,baker,698,264,83,63,13.69,2.8445,3.15,2.4232 bully,bully,368,264,322,236,7.22,2.5670,3.15,2.4232 cattle,cattle,674,264,624,252,13.22,2.8293,3.15,2.4232 Clark,clark,1010,264,3,2,19.80,3.0048,3.15,2.4232 cord,cord,358,264,340,256,7.02,2.5551,3.15,2.4232 Evidently,evidently,298,264,118,112,5.84,2.4757,3.15,2.4232 Gary,gary,1248,264,1,1,24.47,3.0966,3.15,2.4232 isolated,isolated,310,264,290,252,6.08,2.4928,3.15,2.4232 logic,logic,342,264,320,257,6.71,2.5353,3.15,2.4232 Monica,monica,1052,264,2,2,20.63,3.0224,3.15,2.4232 pressed,pressed,297,264,286,257,5.82,2.4742,3.15,2.4232 resort,resort,352,264,324,249,6.90,2.5478,3.15,2.4232 trains,trains,416,264,389,253,8.16,2.6201,3.15,2.4232 transmission,transmission,435,264,408,249,8.53,2.6395,3.15,2.4232 trusting,trusting,294,264,269,247,5.76,2.4698,3.15,2.4232 vast,vast,311,264,300,254,6.10,2.4942,3.15,2.4232 virus,virus,964,264,935,261,18.90,2.9845,3.15,2.4232 accomplish,accomplish,298,263,297,263,5.84,2.4757,3.14,2.4216 ahold,ahold,307,263,307,263,6.02,2.4886,3.14,2.4216 attraction,attraction,348,263,307,251,6.82,2.5428,3.14,2.4216 casualties,casualties,373,263,348,253,7.31,2.5729,3.14,2.4216 custom,custom,316,263,292,247,6.20,2.5011,3.14,2.4216 generations,generations,305,263,300,259,5.98,2.4857,3.14,2.4216 gown,gown,334,263,324,258,6.55,2.5250,3.14,2.4216 honorable,honorable,369,263,275,216,7.24,2.5682,3.14,2.4216 infected,infected,422,263,413,259,8.27,2.6263,3.14,2.4216 Marshall,marshall,1321,263,9,9,25.90,3.1212,3.14,2.4216 officials,officials,356,263,318,241,6.98,2.5527,3.14,2.4216 Parker,parker,1111,263,15,12,21.78,3.0461,3.14,2.4216 passionate,passionate,306,263,287,252,6.00,2.4871,3.14,2.4216 poisoned,poisoned,394,263,372,256,7.73,2.5966,3.14,2.4216 slick,slick,350,263,240,218,6.86,2.5453,3.14,2.4216 starve,starve,314,263,299,253,6.16,2.4983,3.14,2.4216 subjects,subjects,355,263,346,260,6.96,2.5514,3.14,2.4216 applied,applied,314,262,301,252,6.16,2.4983,3.12,2.4200 distress,distress,371,262,358,258,7.27,2.5705,3.12,2.4200 guidance,guidance,376,262,347,252,7.37,2.5763,3.12,2.4200 hobby,hobby,354,262,325,251,6.94,2.5502,3.12,2.4200 lesbian,lesbian,485,262,435,246,9.51,2.6866,3.12,2.4200 Lily,lily,1370,262,94,65,26.86,3.1370,3.12,2.4200 maintenance,maintenance,349,262,294,223,6.84,2.5441,3.12,2.4200 published,published,367,262,353,252,7.20,2.5658,3.12,2.4200 puke,puke,319,262,307,254,6.25,2.5051,3.12,2.4200 terrorists,terrorists,601,262,568,252,11.78,2.7796,3.12,2.4200 tramp,tramp,423,262,329,237,8.29,2.6274,3.12,2.4200 tuck,tuck,406,262,230,197,7.96,2.6096,3.12,2.4200 balloon,balloon,442,261,422,257,8.67,2.6464,3.11,2.4183 batteries,batteries,405,261,366,246,7.94,2.6085,3.11,2.4183 cracking,cracking,303,261,282,247,5.94,2.4829,3.11,2.4183 depth,depth,421,261,382,245,8.25,2.6253,3.11,2.4183 entertaining,entertaining,288,261,277,251,5.65,2.4609,3.11,2.4183 genetic,genetic,385,261,362,252,7.55,2.5866,3.11,2.4183 ignored,ignored,301,261,296,256,5.90,2.4800,3.11,2.4183 nickname,nickname,346,261,338,257,6.78,2.5403,3.11,2.4183 overtime,overtime,318,261,306,251,6.24,2.5038,3.11,2.4183 panties,panties,414,261,398,255,8.12,2.6180,3.11,2.4183 pinch,pinch,312,261,277,233,6.12,2.4955,3.11,2.4183 pony,pony,413,261,332,225,8.10,2.6170,3.11,2.4183 protective,protective,309,261,287,243,6.06,2.4914,3.11,2.4183 shorter,shorter,300,261,282,247,5.88,2.4786,3.11,2.4183 soccer,soccer,640,261,565,249,12.55,2.8069,3.11,2.4183 Teddy,teddy,811,261,159,113,15.90,2.9096,3.11,2.4183 blackmail,blackmail,394,260,343,234,7.73,2.5966,3.10,2.4166 busting,busting,295,260,278,249,5.78,2.4713,3.10,2.4166 corporation,corporation,393,260,248,179,7.71,2.5955,3.10,2.4166 exotic,exotic,306,260,279,241,6.00,2.4871,3.10,2.4166 Jenny,jenny,1050,260,7,6,20.59,3.0216,3.10,2.4166 mug,mug,349,260,337,253,6.84,2.5441,3.10,2.4166 Oscar,oscar,908,260,1,1,17.80,2.9586,3.10,2.4166 Philadelphia,philadelphia,539,260,4,2,10.57,2.7324,3.10,2.4166 presentation,presentation,368,260,357,253,7.22,2.5670,3.10,2.4166 pressing,pressing,289,260,280,253,5.67,2.4624,3.10,2.4166 shooter,shooter,499,260,402,242,9.78,2.6990,3.10,2.4166 smiles,smiles,316,260,295,249,6.20,2.5011,3.10,2.4166 wonders,wonders,297,260,276,244,5.82,2.4742,3.10,2.4166 cousins,cousins,377,259,342,244,7.39,2.5775,3.09,2.4150 hesitate,hesitate,279,259,278,258,5.47,2.4472,3.09,2.4150 importantly,importantly,278,259,278,259,5.45,2.4456,3.09,2.4150 insulted,insulted,306,259,305,259,6.00,2.4871,3.09,2.4150 Turtle,turtle,869,259,276,165,17.04,2.9395,3.09,2.4150 barking,barking,459,258,397,242,9.00,2.6628,3.08,2.4133 civilized,civilized,315,258,304,257,6.18,2.4997,3.08,2.4133 December,december,387,258,12,10,7.59,2.5888,3.08,2.4133 difficulty,difficulty,285,258,282,256,5.59,2.4564,3.08,2.4133 dreamt,dreamt,339,258,337,256,6.65,2.5315,3.08,2.4133 enforcement,enforcement,339,258,317,242,6.65,2.5315,3.08,2.4133 handful,handful,291,258,284,256,5.71,2.4654,3.08,2.4133 hatch,hatch,654,258,508,245,12.82,2.8162,3.08,2.4133 hospitals,hospitals,315,258,292,240,6.18,2.4997,3.08,2.4133 Karen,karen,1397,258,4,2,27.39,3.1455,3.08,2.4133 salute,salute,370,258,293,213,7.25,2.5694,3.08,2.4133 shark,shark,764,258,595,232,14.98,2.8837,3.08,2.4133 eliminate,eliminate,305,257,267,233,5.98,2.4857,3.06,2.4116 Fourteen,fourteen,333,257,106,86,6.53,2.5237,3.06,2.4116 frightening,frightening,294,257,272,242,5.76,2.4698,3.06,2.4116 funds,funds,337,257,329,255,6.61,2.5289,3.06,2.4116 limo,limo,432,257,411,249,8.47,2.6365,3.06,2.4116 Memorial,memorial,360,257,167,120,7.06,2.5575,3.06,2.4116 slack,slack,302,257,287,251,5.92,2.4814,3.06,2.4116 collected,collected,293,256,276,243,5.75,2.4683,3.05,2.4099 distinguished,distinguished,315,256,271,226,6.18,2.4997,3.05,2.4099 eighth,eighth,350,256,261,207,6.86,2.5453,3.05,2.4099 footage,footage,422,256,417,255,8.27,2.6263,3.05,2.4099 Georgia,georgia,918,256,1,1,18.00,2.9633,3.05,2.4099 includes,includes,269,256,267,254,5.27,2.4314,3.05,2.4099 Kansas,kansas,614,256,1,1,12.04,2.7889,3.05,2.4099 label,label,351,256,337,248,6.88,2.5465,3.05,2.4099 monkeys,monkeys,405,256,376,240,7.94,2.6085,3.05,2.4099 negotiate,negotiate,342,256,332,252,6.71,2.5353,3.05,2.4099 pipes,pipes,378,256,361,244,7.41,2.5786,3.05,2.4099 pose,pose,347,256,329,247,6.80,2.5416,3.05,2.4099 pounding,pounding,310,256,292,245,6.08,2.4928,3.05,2.4099 questioned,questioned,293,256,275,243,5.75,2.4683,3.05,2.4099 satisfy,satisfy,286,256,274,251,5.61,2.4579,3.05,2.4099 shield,shield,418,256,371,231,8.20,2.6222,3.05,2.4099 sloppy,sloppy,300,256,267,237,5.88,2.4786,3.05,2.4099 tasty,tasty,322,256,250,213,6.31,2.5092,3.05,2.4099 tougher,tougher,276,256,260,245,5.41,2.4425,3.05,2.4099 travels,travels,288,256,272,246,5.65,2.4609,3.05,2.4099 boil,boil,303,255,271,234,5.94,2.4829,3.04,2.4082 brick,brick,519,255,365,232,10.18,2.7160,3.04,2.4082 cannon,cannon,444,255,322,201,8.71,2.6484,3.04,2.4082 coffin,coffin,461,255,428,245,9.04,2.6646,3.04,2.4082 drift,drift,327,255,284,236,6.41,2.5159,3.04,2.4082 flu,flu,444,255,423,248,8.71,2.6484,3.04,2.4082 loop,loop,345,255,321,240,6.76,2.5391,3.04,2.4082 moonlight,moonlight,354,255,287,214,6.94,2.5502,3.04,2.4082 nicest,nicest,291,255,280,246,5.71,2.4654,3.04,2.4082 ninth,ninth,334,255,262,204,6.55,2.5250,3.04,2.4082 pancakes,pancakes,492,255,437,234,9.65,2.6928,3.04,2.4082 Potter,potter,1039,255,25,18,20.37,3.0170,3.04,2.4082 ruled,ruled,281,255,269,245,5.51,2.4502,3.04,2.4082 wander,wander,299,255,284,247,5.86,2.4771,3.04,2.4082 allows,allows,279,254,277,252,5.47,2.4472,3.03,2.4065 briefcase,briefcase,438,254,433,252,8.59,2.6425,3.03,2.4065 conversations,conversations,285,254,275,247,5.59,2.4564,3.03,2.4065 cups,cups,326,254,309,244,6.39,2.5145,3.03,2.4065 developing,developing,286,254,281,249,5.61,2.4579,3.03,2.4065 Grey,grey,469,254,211,164,9.20,2.6721,3.03,2.4065 Halloween,halloween,665,254,6,5,13.04,2.8235,3.03,2.4065 healing,healing,326,254,304,239,6.39,2.5145,3.03,2.4065 January,january,341,254,5,3,6.69,2.5340,3.03,2.4065 Monsieur,monsieur,1585,254,540,147,31.08,3.2003,3.03,2.4065 plague,plague,424,254,383,234,8.31,2.6284,3.03,2.4065 replacement,replacement,317,254,305,249,6.22,2.5024,3.03,2.4065 swinging,swinging,313,254,274,228,6.14,2.4969,3.03,2.4065 veins,veins,282,254,272,246,5.53,2.4518,3.03,2.4065 Buffalo,buffalo,607,253,237,137,11.90,2.7839,3.02,2.4048 disappointment,disappointment,277,253,264,242,5.43,2.4440,3.02,2.4048 loosen,loosen,282,253,210,196,5.53,2.4518,3.02,2.4048 nigger,nigger,1034,253,847,237,20.27,3.0149,3.02,2.4048 occupied,occupied,293,253,279,245,5.75,2.4683,3.02,2.4048 panel,panel,372,253,366,251,7.29,2.5717,3.02,2.4048 pervert,pervert,352,253,301,235,6.90,2.5478,3.02,2.4048 Slim,slim,605,253,172,150,11.86,2.7825,3.02,2.4048 Sustained,sustained,397,253,177,156,7.78,2.5999,3.02,2.4048 variety,variety,294,253,237,215,5.76,2.4698,3.02,2.4048 Wayne,wayne,1060,253,8,4,20.78,3.0257,3.02,2.4048 blamed,blamed,287,252,279,246,5.63,2.4594,3.00,2.4031 define,define,318,252,231,190,6.24,2.5038,3.00,2.4031 fitting,fitting,285,252,277,244,5.59,2.4564,3.00,2.4031 hike,hike,333,252,276,228,6.53,2.5237,3.00,2.4031 indicates,indicates,277,252,270,246,5.43,2.4440,3.00,2.4031 inevitable,inevitable,288,252,283,250,5.65,2.4609,3.00,2.4031 lands,lands,356,252,339,241,6.98,2.5527,3.00,2.4031 razor,razor,351,252,295,226,6.88,2.5465,3.00,2.4031 riot,riot,331,252,297,230,6.49,2.5211,3.00,2.4031 shade,shade,304,252,283,244,5.96,2.4843,3.00,2.4031 shovel,shovel,349,252,333,251,6.84,2.5441,3.00,2.4031 tanks,tanks,506,252,457,245,9.92,2.7050,3.00,2.4031 witnessed,witnessed,291,252,286,249,5.71,2.4654,3.00,2.4031 Albert,albert,949,251,0,0,18.61,2.9777,2.99,2.4014 author,author,405,251,352,231,7.94,2.6085,2.99,2.4014 cozy,cozy,288,251,252,229,5.65,2.4609,2.99,2.4014 dispatch,dispatch,350,251,189,137,6.86,2.5453,2.99,2.4014 encounter,encounter,284,251,276,246,5.57,2.4548,2.99,2.4014 feared,feared,289,251,281,244,5.67,2.4624,2.99,2.4014 Ford,ford,587,251,13,11,11.51,2.7694,2.99,2.4014 forgiven,forgiven,331,251,313,246,6.49,2.5211,2.99,2.4014 furious,furious,306,251,280,239,6.00,2.4871,2.99,2.4014 humiliating,humiliating,300,251,283,241,5.88,2.4786,2.99,2.4014 Korean,korean,506,251,15,12,9.92,2.7050,2.99,2.4014 offensive,offensive,327,251,309,239,6.41,2.5159,2.99,2.4014 shaving,shaving,298,251,276,238,5.84,2.4757,2.99,2.4014 shook,shook,303,251,292,244,5.94,2.4829,2.99,2.4014 suggestions,suggestions,276,251,254,229,5.41,2.4425,2.99,2.4014 unto,unto,389,251,373,246,7.63,2.5911,2.99,2.4014 vain,vain,332,251,317,241,6.51,2.5224,2.99,2.4014 Whew,whew,320,251,16,13,6.27,2.5065,2.99,2.4014 acknowledge,acknowledge,313,250,266,228,6.14,2.4969,2.98,2.3997 groom,groom,399,250,381,244,7.82,2.6021,2.98,2.3997 minus,minus,401,250,322,203,7.86,2.6042,2.98,2.3997 misunderstood,misunderstood,283,250,278,246,5.55,2.4533,2.98,2.3997 myth,myth,352,250,341,246,6.90,2.5478,2.98,2.3997 remembering,remembering,295,250,273,235,5.78,2.4713,2.98,2.3997 seeking,seeking,288,250,266,233,5.65,2.4609,2.98,2.3997 semester,semester,354,250,352,249,6.94,2.5502,2.98,2.3997 sour,sour,297,250,269,231,5.82,2.4742,2.98,2.3997 stir,stir,301,250,274,234,5.90,2.4800,2.98,2.3997 alibi,alibi,426,249,417,241,8.35,2.6304,2.97,2.3979 apologise,apologise,399,249,379,241,7.82,2.6021,2.97,2.3979 dozens,dozens,280,249,229,208,5.49,2.4487,2.97,2.3979 driveway,driveway,343,249,342,248,6.73,2.5366,2.97,2.3979 elbow,elbow,313,249,297,237,6.14,2.4969,2.97,2.3979 forcing,forcing,276,249,252,232,5.41,2.4425,2.97,2.3979 Hawk,hawk,650,249,150,106,12.75,2.8136,2.97,2.3979 Morgan,morgan,1224,249,9,6,24.00,3.0881,2.97,2.3979 paintings,paintings,575,249,561,243,11.27,2.7604,2.97,2.3979 phoned,phoned,329,249,324,246,6.45,2.5185,2.97,2.3979 plead,plead,357,249,340,239,7.00,2.5539,2.97,2.3979 purposes,purposes,262,249,260,248,5.14,2.4200,2.97,2.3979 sweetest,sweetest,295,249,284,242,5.78,2.4713,2.97,2.3979 tasted,tasted,293,249,286,244,5.75,2.4683,2.97,2.3979 terminal,terminal,390,249,330,211,7.65,2.5922,2.97,2.3979 adjust,adjust,287,248,253,220,5.63,2.4594,2.96,2.3962 antique,antique,309,248,296,238,6.06,2.4914,2.96,2.3962 bee,bee,528,248,407,202,10.35,2.7235,2.96,2.3962 breed,breed,323,248,300,244,6.33,2.5105,2.96,2.3962 fare,fare,314,248,289,242,6.16,2.4983,2.96,2.3962 Foster,foster,613,248,243,139,12.02,2.7882,2.96,2.3962 heights,heights,376,248,188,149,7.37,2.5763,2.96,2.3962 puzzle,puzzle,374,248,365,248,7.33,2.5740,2.96,2.3962 saves,saves,263,248,214,207,5.16,2.4216,2.96,2.3962 scholarship,scholarship,507,248,467,237,9.94,2.7059,2.96,2.3962 transportation,transportation,283,248,244,222,5.55,2.4533,2.96,2.3962 vessel,vessel,477,248,461,243,9.35,2.6794,2.96,2.3962 Victor,victor,909,248,75,36,17.82,2.9590,2.96,2.3962 announced,announced,289,247,287,247,5.67,2.4624,2.94,2.3945 anyplace,anyplace,277,247,239,218,5.43,2.4440,2.94,2.3945 companion,companion,323,247,302,239,6.33,2.5105,2.94,2.3945 creation,creation,310,247,282,234,6.08,2.4928,2.94,2.3945 divide,divide,298,247,260,218,5.84,2.4757,2.94,2.3945 guardian,guardian,358,247,309,225,7.02,2.5551,2.94,2.3945 hamburger,hamburger,397,247,340,221,7.78,2.5999,2.94,2.3945 hilarious,hilarious,295,247,261,220,5.78,2.4713,2.94,2.3945 innocence,innocence,336,247,326,242,6.59,2.5276,2.94,2.3945 insulting,insulting,274,247,265,242,5.37,2.4393,2.94,2.3945 interrupted,interrupted,267,247,259,241,5.24,2.4281,2.94,2.3945 Matt,matt,1604,247,3,3,31.45,3.2055,2.94,2.3945 mouths,mouths,273,247,262,236,5.35,2.4378,2.94,2.3945 nations,nations,386,247,228,155,7.57,2.5877,2.94,2.3945 Rusty,rusty,657,247,206,182,12.88,2.8182,2.94,2.3945 alcoholic,alcoholic,316,246,302,238,6.20,2.5011,2.93,2.3927 blocking,blocking,293,246,283,241,5.75,2.4683,2.93,2.3927 directed,directed,308,246,252,203,6.04,2.4900,2.93,2.3927 disorder,disorder,364,246,353,238,7.14,2.5623,2.93,2.3927 examined,examined,275,246,274,245,5.39,2.4409,2.93,2.3927 grandson,grandson,407,246,398,242,7.98,2.6107,2.93,2.3927 literature,literature,326,246,287,222,6.39,2.5145,2.93,2.3927 organ,organ,370,246,343,228,7.25,2.5694,2.93,2.3927 physics,physics,482,246,420,215,9.45,2.6839,2.93,2.3927 Pope,pope,546,246,142,76,10.71,2.7380,2.93,2.3927 rushed,rushed,268,246,265,244,5.25,2.4298,2.93,2.3927 scrambled,scrambled,367,246,310,222,7.20,2.5658,2.93,2.3927 shallow,shallow,301,246,284,235,5.90,2.4800,2.93,2.3927 shrimp,shrimp,444,246,384,215,8.71,2.6484,2.93,2.3927 straw,straw,318,246,292,232,6.24,2.5038,2.93,2.3927 tales,tales,359,246,286,223,7.04,2.5563,2.93,2.3927 wig,wig,426,246,412,241,8.35,2.6304,2.93,2.3927 Ann,ann,1296,245,3,3,25.41,3.1129,2.92,2.3909 authorized,authorized,319,245,303,239,6.25,2.5051,2.92,2.3909 cancelled,cancelled,332,245,321,243,6.51,2.5224,2.92,2.3909 classy,classy,294,245,254,214,5.76,2.4698,2.92,2.3909 crooked,crooked,290,245,278,236,5.69,2.4639,2.92,2.3909 deer,deer,444,245,383,215,8.71,2.6484,2.92,2.3909 Eighteen,eighteen,310,245,128,102,6.08,2.4928,2.92,2.3909 sincere,sincere,305,245,290,238,5.98,2.4857,2.92,2.3909 Spain,spain,561,245,4,4,11.00,2.7497,2.92,2.3909 choosing,choosing,276,244,257,229,5.41,2.4425,2.91,2.3892 courtroom,courtroom,427,244,422,243,8.37,2.6314,2.91,2.3892 Jr,jr,454,244,7,6,8.90,2.6580,2.91,2.3892 listed,listed,284,244,278,240,5.57,2.4548,2.91,2.3892 popping,popping,275,244,257,231,5.39,2.4409,2.91,2.3892 tuna,tuna,408,244,317,206,8.00,2.6117,2.91,2.3892 vanished,vanished,283,244,251,216,5.55,2.4533,2.91,2.3892 acceptable,acceptable,269,243,256,235,5.27,2.4314,2.90,2.3874 Bruce,bruce,1088,243,3,2,21.33,3.0370,2.90,2.3874 Diego,diego,625,243,3,3,12.25,2.7966,2.90,2.3874 Dutch,dutch,761,243,13,11,14.92,2.8820,2.90,2.3874 electronic,electronic,350,243,294,216,6.86,2.5453,2.90,2.3874 engage,engage,314,243,258,220,6.16,2.4983,2.90,2.3874 growth,growth,329,243,320,238,6.45,2.5185,2.90,2.3874 hockey,hockey,588,243,523,235,11.53,2.7701,2.90,2.3874 jeans,jeans,337,243,305,225,6.61,2.5289,2.90,2.3874 lighting,lighting,323,243,294,225,6.33,2.5105,2.90,2.3874 motorcycle,motorcycle,455,243,410,231,8.92,2.6590,2.90,2.3874 products,products,312,243,291,232,6.12,2.4955,2.90,2.3874 psychotic,psychotic,326,243,301,236,6.39,2.5145,2.90,2.3874 sorrow,sorrow,350,243,314,236,6.86,2.5453,2.90,2.3874 Ahem,ahem,391,242,52,43,7.67,2.5933,2.89,2.3856 attract,attract,290,242,288,241,5.69,2.4639,2.89,2.3856 cured,cured,308,242,301,237,6.04,2.4900,2.89,2.3856 delayed,delayed,274,242,259,232,5.37,2.4393,2.89,2.3856 equally,equally,274,242,261,232,5.37,2.4393,2.89,2.3856 horns,horns,316,242,282,220,6.20,2.5011,2.89,2.3856 nursing,nursing,323,242,294,231,6.33,2.5105,2.89,2.3856 resident,resident,374,242,285,207,7.33,2.5740,2.89,2.3856 stain,stain,316,242,307,237,6.20,2.5011,2.89,2.3856 taller,taller,284,242,262,225,5.57,2.4548,2.89,2.3856 tease,tease,290,242,274,231,5.69,2.4639,2.89,2.3856 brakes,brakes,339,241,301,218,6.65,2.5315,2.87,2.3838 carriage,carriage,381,241,374,237,7.47,2.5821,2.87,2.3838 classified,classified,345,241,326,233,6.76,2.5391,2.87,2.3838 Creek,creek,454,241,192,136,8.90,2.6580,2.87,2.3838 deceased,deceased,321,241,299,232,6.29,2.5079,2.87,2.3838 Edward,edward,1051,241,0,0,20.61,3.0220,2.87,2.3838 haunted,haunted,379,241,342,225,7.43,2.5798,2.87,2.3838 Incoming,incoming,315,241,136,111,6.18,2.4997,2.87,2.3838 issued,issued,283,241,278,237,5.55,2.4533,2.87,2.3838 motherfuckers,motherfuckers,615,241,569,229,12.06,2.7896,2.87,2.3838 online,online,342,241,322,229,6.71,2.5353,2.87,2.3838 pals,pals,300,241,286,232,5.88,2.4786,2.87,2.3838 recommended,recommended,272,241,265,236,5.33,2.4362,2.87,2.3838 registration,registration,333,241,293,217,6.53,2.5237,2.87,2.3838 regulations,regulations,325,241,300,227,6.37,2.5132,2.87,2.3838 resent,resent,293,241,290,240,5.75,2.4683,2.87,2.3838 sleeve,sleeve,286,241,285,241,5.61,2.4579,2.87,2.3838 spectacular,spectacular,289,241,262,223,5.67,2.4624,2.87,2.3838 spine,spine,293,241,288,237,5.75,2.4683,2.87,2.3838 ultimately,ultimately,288,241,234,199,5.65,2.4609,2.87,2.3838 wealth,wealth,324,241,310,233,6.35,2.5119,2.87,2.3838 amazed,amazed,261,240,257,237,5.12,2.4183,2.86,2.3820 Behold,behold,303,240,126,114,5.94,2.4829,2.86,2.3820 bribe,bribe,308,240,300,235,6.04,2.4900,2.86,2.3820 Catherine,catherine,952,240,4,3,18.67,2.9791,2.86,2.3820 Detroit,detroit,538,240,1,1,10.55,2.7316,2.86,2.3820 elegant,elegant,320,240,286,213,6.27,2.5065,2.86,2.3820 exposure,exposure,291,240,281,237,5.71,2.4654,2.86,2.3820 failing,failing,275,240,264,230,5.39,2.4409,2.86,2.3820 footsteps,footsteps,322,240,251,194,6.31,2.5092,2.86,2.3820 jelly,jelly,363,240,294,221,7.12,2.5611,2.86,2.3820 regrets,regrets,301,240,287,229,5.90,2.4800,2.86,2.3820 specialty,specialty,272,240,261,231,5.33,2.4362,2.86,2.3820 supervisor,supervisor,304,240,266,222,5.96,2.4843,2.86,2.3820 unlock,unlock,280,240,196,176,5.49,2.4487,2.86,2.3820 wardrobe,wardrobe,330,240,310,229,6.47,2.5198,2.86,2.3820 bicycle,bicycle,337,239,316,228,6.61,2.5289,2.85,2.3802 channels,channels,280,239,274,235,5.49,2.4487,2.85,2.3802 compound,compound,361,239,345,228,7.08,2.5587,2.85,2.3802 despair,despair,299,239,268,223,5.86,2.4771,2.85,2.3802 destination,destination,300,239,257,217,5.88,2.4786,2.85,2.3802 Donald,donald,873,239,2,1,17.12,2.9415,2.85,2.3802 essence,essence,287,239,279,233,5.63,2.4594,2.85,2.3802 exhibit,exhibit,388,239,288,196,7.61,2.5899,2.85,2.3802 gallery,gallery,434,239,385,223,8.51,2.6385,2.85,2.3802 jeep,jeep,524,239,386,172,10.27,2.7202,2.85,2.3802 Kennedy,kennedy,598,239,4,4,11.73,2.7774,2.85,2.3802 lung,lung,420,239,305,210,8.24,2.6243,2.85,2.3802 prettiest,prettiest,292,239,278,229,5.73,2.4669,2.85,2.3802 resume,resume,290,239,258,215,5.69,2.4639,2.85,2.3802 slam,slam,296,239,246,220,5.80,2.4728,2.85,2.3802 appreciation,appreciation,261,238,246,229,5.12,2.4183,2.84,2.3784 cargo,cargo,459,238,421,221,9.00,2.6628,2.84,2.3784 Claus,claus,707,238,10,1,13.86,2.8500,2.84,2.3784 coverage,coverage,318,238,308,235,6.24,2.5038,2.84,2.3784 discharge,discharge,327,238,313,233,6.41,2.5159,2.84,2.3784 facial,facial,293,238,271,225,5.75,2.4683,2.84,2.3784 gained,gained,264,238,264,238,5.18,2.4232,2.84,2.3784 marching,marching,334,238,298,215,6.55,2.5250,2.84,2.3784 principles,principles,306,238,287,231,6.00,2.4871,2.84,2.3784 targets,targets,340,238,324,227,6.67,2.5328,2.84,2.3784 vegetable,vegetable,291,238,273,228,5.71,2.4654,2.84,2.3784 attic,attic,400,237,379,231,7.84,2.6031,2.83,2.3766 clearance,clearance,350,237,332,230,6.86,2.5453,2.83,2.3766 conviction,conviction,303,237,295,233,5.94,2.4829,2.83,2.3766 cuff,cuff,291,237,197,164,5.71,2.4654,2.83,2.3766 delight,delight,288,237,245,213,5.65,2.4609,2.83,2.3766 fountain,fountain,352,237,318,215,6.90,2.5478,2.83,2.3766 geek,geek,353,237,311,223,6.92,2.5490,2.83,2.3766 Greetings,greetings,345,237,109,81,6.76,2.5391,2.83,2.3766 hairy,hairy,322,237,275,218,6.31,2.5092,2.83,2.3766 hunger,hunger,300,237,276,223,5.88,2.4786,2.83,2.3766 invasion,invasion,434,237,390,209,8.51,2.6385,2.83,2.3766 kidney,kidney,494,237,457,227,9.69,2.6946,2.83,2.3766 Louise,louise,717,237,3,3,14.06,2.8561,2.83,2.3766 pimp,pimp,440,237,403,221,8.63,2.6444,2.83,2.3766 secretly,secretly,260,237,252,232,5.10,2.4166,2.83,2.3766 steer,steer,305,237,260,210,5.98,2.4857,2.83,2.3766 sticky,sticky,292,237,266,229,5.73,2.4669,2.83,2.3766 unlikely,unlikely,258,237,234,214,5.06,2.4133,2.83,2.3766 vault,vault,614,237,588,231,12.04,2.7889,2.83,2.3766 cloth,cloth,311,236,304,230,6.10,2.4942,2.81,2.3747 Congress,congress,419,236,60,38,8.22,2.6232,2.81,2.3747 curtains,curtains,321,236,308,229,6.29,2.5079,2.81,2.3747 customs,customs,326,236,241,195,6.39,2.5145,2.81,2.3747 feast,feast,342,236,304,209,6.71,2.5353,2.81,2.3747 intent,intent,286,236,281,232,5.61,2.4579,2.81,2.3747 Nevertheless,nevertheless,301,236,107,75,5.90,2.4800,2.81,2.3747 regardless,regardless,262,236,172,162,5.14,2.4200,2.81,2.3747 regards,regards,258,236,243,224,5.06,2.4133,2.81,2.3747 robbing,robbing,331,236,302,216,6.49,2.5211,2.81,2.3747 scent,scent,304,236,291,228,5.96,2.4843,2.81,2.3747 snakes,snakes,518,236,440,222,10.16,2.7152,2.81,2.3747 sole,sole,268,236,250,224,5.25,2.4298,2.81,2.3747 theatre,theatre,582,236,488,188,11.41,2.7657,2.81,2.3747 advertising,advertising,379,235,347,219,7.43,2.5798,2.80,2.3729 bunk,bunk,320,235,302,222,6.27,2.5065,2.80,2.3729 cellar,cellar,478,235,464,233,9.37,2.6803,2.80,2.3729 cycle,cycle,300,235,271,218,5.88,2.4786,2.80,2.3729 diary,diary,458,235,398,213,8.98,2.6618,2.80,2.3729 Donna,donna,1136,235,42,30,22.27,3.0558,2.80,2.3729 heartbeat,heartbeat,284,235,273,231,5.57,2.4548,2.80,2.3729 hiring,hiring,279,235,265,223,5.47,2.4472,2.80,2.3729 jolly,jolly,382,235,291,185,7.49,2.5832,2.80,2.3729 lasts,lasts,252,235,247,230,4.94,2.4031,2.80,2.3729 lethal,lethal,289,235,257,210,5.67,2.4624,2.80,2.3729 physician,physician,313,235,293,222,6.14,2.4969,2.80,2.3729 precise,precise,265,235,256,229,5.20,2.4249,2.80,2.3729 punched,punched,282,235,276,232,5.53,2.4518,2.80,2.3729 respectable,respectable,288,235,270,226,5.65,2.4609,2.80,2.3729 shipping,shipping,322,235,274,216,6.31,2.5092,2.80,2.3729 supposedly,supposedly,262,235,185,172,5.14,2.4200,2.80,2.3729 surgical,surgical,409,235,331,209,8.02,2.6128,2.80,2.3729 telegram,telegram,471,235,414,216,9.24,2.6739,2.80,2.3729 topic,topic,271,235,269,233,5.31,2.4346,2.80,2.3729 arrogant,arrogant,266,234,249,219,5.22,2.4265,2.79,2.3711 clowns,clowns,317,234,280,220,6.22,2.5024,2.79,2.3711 clues,clues,320,234,307,228,6.27,2.5065,2.79,2.3711 clumsy,clumsy,275,234,234,198,5.39,2.4409,2.79,2.3711 dental,dental,315,234,286,222,6.18,2.4997,2.79,2.3711 drivers,drivers,340,234,322,220,6.67,2.5328,2.79,2.3711 employment,employment,272,234,252,219,5.33,2.4362,2.79,2.3711 fastest,fastest,298,234,279,222,5.84,2.4757,2.79,2.3711 feature,feature,298,234,287,224,5.84,2.4757,2.79,2.3711 fragile,fragile,262,234,252,225,5.14,2.4200,2.79,2.3711 heroin,heroin,501,234,428,209,9.82,2.7007,2.79,2.3711 reaches,reaches,267,234,261,229,5.24,2.4281,2.79,2.3711 reconsider,reconsider,256,234,251,230,5.02,2.4099,2.79,2.3711 savage,savage,365,234,259,195,7.16,2.5635,2.79,2.3711 underestimate,underestimate,258,234,258,234,5.06,2.4133,2.79,2.3711 accuse,accuse,290,233,281,229,5.69,2.4639,2.78,2.3692 ambition,ambition,273,233,257,221,5.35,2.4378,2.78,2.3692 Annie,annie,1769,233,6,1,34.69,3.2480,2.78,2.3692 boobs,boobs,374,233,346,223,7.33,2.5740,2.78,2.3692 consult,consult,285,233,278,226,5.59,2.4564,2.78,2.3692 freshman,freshman,375,233,329,208,7.35,2.5752,2.78,2.3692 martini,martini,405,233,295,190,7.94,2.6085,2.78,2.3692 Ohio,ohio,444,233,2,2,8.71,2.6484,2.78,2.3692 preserve,preserve,287,233,261,219,5.63,2.4594,2.78,2.3692 relieve,relieve,284,233,270,220,5.57,2.4548,2.78,2.3692 allowing,allowing,250,232,229,211,4.90,2.3997,2.77,2.3674 appointed,appointed,270,232,269,231,5.29,2.4330,2.77,2.3674 articles,articles,308,232,286,214,6.04,2.4900,2.77,2.3674 beam,beam,445,232,398,204,8.73,2.6493,2.77,2.3674 butts,butts,292,232,272,226,5.73,2.4669,2.77,2.3674 commanding,commanding,352,232,315,217,6.90,2.5478,2.77,2.3674 educated,educated,282,232,261,220,5.53,2.4518,2.77,2.3674 glow,glow,293,232,278,219,5.75,2.4683,2.77,2.3674 Hitler,hitler,628,232,0,0,12.31,2.7987,2.77,2.3674 promoted,promoted,286,232,283,231,5.61,2.4579,2.77,2.3674 rainbow,rainbow,407,232,264,173,7.98,2.6107,2.77,2.3674 requests,requests,273,232,266,228,5.35,2.4378,2.77,2.3674 Rocky,rocky,807,232,86,79,15.82,2.9074,2.77,2.3674 sidewalk,sidewalk,279,232,272,227,5.47,2.4472,2.77,2.3674 tab,tab,294,232,258,211,5.76,2.4698,2.77,2.3674 throne,throne,441,232,428,229,8.65,2.6454,2.77,2.3674 withdraw,withdraw,337,232,284,205,6.61,2.5289,2.77,2.3674 bake,bake,323,231,267,207,6.33,2.5105,2.75,2.3655 bites,bites,280,231,274,229,5.49,2.4487,2.75,2.3655 farther,farther,287,231,278,226,5.63,2.4594,2.75,2.3655 feather,feather,338,231,303,220,6.63,2.5302,2.75,2.3655 frequency,frequency,337,231,326,227,6.61,2.5289,2.75,2.3655 greet,greet,268,231,255,222,5.25,2.4298,2.75,2.3655 grocery,grocery,280,231,268,223,5.49,2.4487,2.75,2.3655 masters,masters,386,231,205,167,7.57,2.5877,2.75,2.3655 murderers,murderers,301,231,252,207,5.90,2.4800,2.75,2.3655 pains,pains,269,231,259,224,5.27,2.4314,2.75,2.3655 pledge,pledge,351,231,316,209,6.88,2.5465,2.75,2.3655 spider,spider,515,231,346,186,10.10,2.7126,2.75,2.3655 unacceptable,unacceptable,271,231,224,196,5.31,2.4346,2.75,2.3655 waving,waving,266,231,253,221,5.22,2.4265,2.75,2.3655 whale,whale,574,231,459,209,11.25,2.7597,2.75,2.3655 definition,definition,296,230,291,228,5.80,2.4728,2.74,2.3636 deserted,deserted,276,230,264,221,5.41,2.4425,2.74,2.3636 detect,detect,261,230,258,228,5.12,2.4183,2.74,2.3636 detectives,detectives,341,230,268,197,6.69,2.5340,2.74,2.3636 fax,fax,357,230,320,214,7.00,2.5539,2.74,2.3636 mattress,mattress,337,230,332,227,6.61,2.5289,2.74,2.3636 med,med,344,230,271,185,6.75,2.5378,2.74,2.3636 mentally,mentally,290,230,270,215,5.69,2.4639,2.74,2.3636 meter,meter,317,230,278,224,6.22,2.5024,2.74,2.3636 purely,purely,258,230,237,215,5.06,2.4133,2.74,2.3636 trading,trading,305,230,251,198,5.98,2.4857,2.74,2.3636 waits,waits,307,230,290,217,6.02,2.4886,2.74,2.3636 acquaintance,acquaintance,273,229,271,228,5.35,2.4378,2.73,2.3617 calendar,calendar,363,229,351,223,7.12,2.5611,2.73,2.3617 championship,championship,500,229,404,197,9.80,2.6998,2.73,2.3617 collapsed,collapsed,289,229,282,222,5.67,2.4624,2.73,2.3617 courts,courts,300,229,279,218,5.88,2.4786,2.73,2.3617 dried,dried,258,229,240,215,5.06,2.4133,2.73,2.3617 hideous,hideous,274,229,259,217,5.37,2.4393,2.73,2.3617 jealousy,jealousy,293,229,238,194,5.75,2.4683,2.73,2.3617 Judy,judy,930,229,4,3,18.24,2.9689,2.73,2.3617 listens,listens,279,229,265,222,5.47,2.4472,2.73,2.3617 obliged,obliged,295,229,289,227,5.78,2.4713,2.73,2.3617 ol,ol,379,229,302,201,7.43,2.5798,2.73,2.3617 poke,poke,298,229,252,207,5.84,2.4757,2.73,2.3617 ropes,ropes,303,229,295,224,5.94,2.4829,2.73,2.3617 siren,siren,334,229,260,189,6.55,2.5250,2.73,2.3617 vampire,vampire,894,229,780,211,17.53,2.9518,2.73,2.3617 wrestling,wrestling,446,229,413,222,8.75,2.6503,2.73,2.3617 bam,bam,361,228,185,136,7.08,2.5587,2.72,2.3598 brat,brat,317,228,299,219,6.22,2.5024,2.72,2.3598 chap,chap,324,228,311,222,6.35,2.5119,2.72,2.3598 charts,charts,333,228,315,225,6.53,2.5237,2.72,2.3598 debts,debts,311,228,307,227,6.10,2.4942,2.72,2.3598 dudes,dudes,345,228,299,209,6.76,2.5391,2.72,2.3598 groceries,groceries,301,228,288,223,5.90,2.4800,2.72,2.3598 holler,holler,301,228,264,212,5.90,2.4800,2.72,2.3598 identical,identical,282,228,250,207,5.53,2.4518,2.72,2.3598 Jefferson,jefferson,549,228,0,0,10.76,2.7404,2.72,2.3598 Jordan,jordan,1017,228,30,8,19.94,3.0077,2.72,2.3598 parlor,parlor,303,228,283,211,5.94,2.4829,2.72,2.3598 Ralph,ralph,783,228,0,0,15.35,2.8943,2.72,2.3598 repay,repay,265,228,258,225,5.20,2.4249,2.72,2.3598 slower,slower,264,228,228,208,5.18,2.4232,2.72,2.3598 stressed,stressed,283,228,275,226,5.55,2.4533,2.72,2.3598 sunrise,sunrise,309,228,256,193,6.06,2.4914,2.72,2.3598 youngest,youngest,255,228,246,219,5.00,2.4082,2.72,2.3598 Dammit,dammit,381,227,113,85,7.47,2.5821,2.71,2.3579 dances,dances,302,227,273,215,5.92,2.4814,2.71,2.3579 database,database,290,227,284,224,5.69,2.4639,2.71,2.3579 defensive,defensive,278,227,253,213,5.45,2.4456,2.71,2.3579 distract,distract,249,227,236,214,4.88,2.3979,2.71,2.3579 ensure,ensure,253,227,249,224,4.96,2.4048,2.71,2.3579 kidnap,kidnap,331,227,303,218,6.49,2.5211,2.71,2.3579 miracles,miracles,334,227,262,201,6.55,2.5250,2.71,2.3579 mustard,mustard,329,227,256,200,6.45,2.5185,2.71,2.3579 noted,noted,245,227,199,188,4.80,2.3909,2.71,2.3579 opportunities,opportunities,249,227,238,218,4.88,2.3979,2.71,2.3579 Phoebe,phoebe,2150,227,0,0,42.16,3.3326,2.71,2.3579 Phoenix,phoenix,555,227,19,19,10.88,2.7451,2.71,2.3579 pretended,pretended,243,227,239,224,4.76,2.3874,2.71,2.3579 races,races,348,227,328,216,6.82,2.5428,2.71,2.3579 sponge,sponge,342,227,261,188,6.71,2.5353,2.71,2.3579 Steven,steven,793,227,7,4,15.55,2.8998,2.71,2.3579 wit,wit,302,227,287,219,5.92,2.4814,2.71,2.3579 Z,z,598,227,136,71,11.73,2.7774,2.71,2.3579 Ambassador,ambassador,689,226,306,157,13.51,2.8388,2.69,2.3560 bolt,bolt,351,226,263,202,6.88,2.5465,2.69,2.3560 erase,erase,317,226,288,211,6.22,2.5024,2.69,2.3560 fails,fails,261,226,258,223,5.12,2.4183,2.69,2.3560 peek,peek,272,226,252,220,5.33,2.4362,2.69,2.3560 poisoning,poisoning,302,226,298,224,5.92,2.4814,2.69,2.3560 possess,possess,280,226,276,226,5.49,2.4487,2.69,2.3560 psych,psych,344,226,189,153,6.75,2.5378,2.69,2.3560 relevant,relevant,286,226,285,226,5.61,2.4579,2.69,2.3560 Rick,rick,1336,226,2,1,26.20,3.1261,2.69,2.3560 sausage,sausage,397,226,360,206,7.78,2.5999,2.69,2.3560 scored,scored,293,226,285,220,5.75,2.4683,2.69,2.3560 skipped,skipped,258,226,249,220,5.06,2.4133,2.69,2.3560 snuck,snuck,236,226,230,221,4.63,2.3747,2.69,2.3560 sofa,sofa,299,226,287,220,5.86,2.4771,2.69,2.3560 apples,apples,423,225,370,214,8.29,2.6274,2.68,2.3541 Cape,cape,420,225,169,116,8.24,2.6243,2.68,2.3541 caution,caution,263,225,237,205,5.16,2.4216,2.68,2.3541 Christopher,christopher,926,225,1,1,18.16,2.9671,2.68,2.3541 Earl,earl,1042,225,19,13,20.43,3.0183,2.68,2.3541 fiction,fiction,310,225,281,201,6.08,2.4928,2.68,2.3541 Hank,hank,1291,225,75,8,25.31,3.1113,2.68,2.3541 hips,hips,309,225,295,219,6.06,2.4914,2.68,2.3541 involves,involves,255,225,252,223,5.00,2.4082,2.68,2.3541 noses,noses,243,225,239,222,4.76,2.3874,2.68,2.3541 opinions,opinions,256,225,245,216,5.02,2.4099,2.68,2.3541 recognise,recognise,298,225,291,219,5.84,2.4757,2.68,2.3541 reflection,reflection,256,225,254,224,5.02,2.4099,2.68,2.3541 refuses,refuses,246,225,240,221,4.82,2.3927,2.68,2.3541 rescued,rescued,276,225,264,217,5.41,2.4425,2.68,2.3541 scam,scam,313,225,308,224,6.14,2.4969,2.68,2.3541 stray,stray,272,225,256,216,5.33,2.4362,2.68,2.3541 suggests,suggests,256,225,252,221,5.02,2.4099,2.68,2.3541 thorough,thorough,240,225,236,222,4.71,2.3820,2.68,2.3541 trophy,trophy,385,225,364,214,7.55,2.5866,2.68,2.3541 Yay,yay,346,225,36,29,6.78,2.5403,2.68,2.3541 African,african,345,224,5,5,6.76,2.5391,2.67,2.3522 baggage,baggage,318,224,300,217,6.24,2.5038,2.67,2.3522 bass,bass,385,224,306,188,7.55,2.5866,2.67,2.3522 bathtub,bathtub,311,224,307,221,6.10,2.4942,2.67,2.3522 cigars,cigars,340,224,305,209,6.67,2.5328,2.67,2.3522 consistent,consistent,293,224,286,221,5.75,2.4683,2.67,2.3522 corrupt,corrupt,271,224,263,219,5.31,2.4346,2.67,2.3522 disrespect,disrespect,267,224,262,219,5.24,2.4281,2.67,2.3522 Easter,easter,382,224,12,11,7.49,2.5832,2.67,2.3522 felony,felony,285,224,262,213,5.59,2.4564,2.67,2.3522 handwriting,handwriting,301,224,291,217,5.90,2.4800,2.67,2.3522 justify,justify,256,224,240,221,5.02,2.4099,2.67,2.3522 laser,laser,433,224,380,205,8.49,2.6375,2.67,2.3522 obsession,obsession,289,224,271,217,5.67,2.4624,2.67,2.3522 panicked,panicked,262,224,249,215,5.14,2.4200,2.67,2.3522 psychology,psychology,279,224,236,192,5.47,2.4472,2.67,2.3522 rang,rang,277,224,274,223,5.43,2.4440,2.67,2.3522 spark,spark,320,224,286,208,6.27,2.5065,2.67,2.3522 theories,theories,276,224,268,219,5.41,2.4425,2.67,2.3522 bourbon,bourbon,319,223,237,173,6.25,2.5051,2.66,2.3502 cereal,cereal,324,223,301,214,6.35,2.5119,2.66,2.3502 defeated,defeated,284,223,279,220,5.57,2.4548,2.66,2.3502 gladly,gladly,257,223,168,148,5.04,2.4116,2.66,2.3502 involvement,involvement,249,223,245,220,4.88,2.3979,2.66,2.3502 irrelevant,irrelevant,262,223,242,210,5.14,2.4200,2.66,2.3502 longest,longest,243,223,228,214,4.76,2.3874,2.66,2.3502 measures,measures,268,223,261,219,5.25,2.4298,2.66,2.3502 owners,owners,292,223,279,218,5.73,2.4669,2.66,2.3502 Peggy,peggy,867,223,0,0,17.00,2.9385,2.66,2.3502 platform,platform,313,223,280,205,6.14,2.4969,2.66,2.3502 rendezvous,rendezvous,312,223,291,209,6.12,2.4955,2.66,2.3502 shifts,shifts,264,223,259,218,5.18,2.4232,2.66,2.3502 spying,spying,279,223,258,212,5.47,2.4472,2.66,2.3502 urine,urine,332,223,308,207,6.51,2.5224,2.66,2.3502 winners,winners,323,223,295,210,6.33,2.5105,2.66,2.3502 biological,biological,300,222,282,212,5.88,2.4786,2.65,2.3483 climbed,climbed,255,222,244,212,5.00,2.4082,2.65,2.3483 clip,clip,290,222,257,201,5.69,2.4639,2.65,2.3483 embarrassment,embarrassment,247,222,244,219,4.84,2.3945,2.65,2.3483 overwhelming,overwhelming,251,222,244,217,4.92,2.4014,2.65,2.3483 premises,premises,259,222,258,222,5.08,2.4150,2.65,2.3483 repeating,repeating,270,222,253,209,5.29,2.4330,2.65,2.3483 ski,ski,413,222,348,198,8.10,2.6170,2.65,2.3483 stamp,stamp,302,222,275,206,5.92,2.4814,2.65,2.3483 teaches,teaches,265,222,259,216,5.20,2.4249,2.65,2.3483 vomit,vomit,272,222,238,208,5.33,2.4362,2.65,2.3483 Walker,walker,808,222,74,60,15.84,2.9079,2.65,2.3483 Canyon,canyon,418,221,143,78,8.20,2.6222,2.63,2.3464 chow,chow,350,221,191,161,6.86,2.5453,2.63,2.3464 comb,comb,309,221,288,210,6.06,2.4914,2.63,2.3464 delivering,delivering,243,221,230,214,4.76,2.3874,2.63,2.3464 extension,extension,275,221,254,208,5.39,2.4409,2.63,2.3464 goddess,goddess,447,221,314,185,8.76,2.6513,2.63,2.3464 improved,improved,230,221,228,220,4.51,2.3636,2.63,2.3464 noisy,noisy,257,221,225,195,5.04,2.4116,2.63,2.3464 pissing,pissing,254,221,237,210,4.98,2.4065,2.63,2.3464 reserved,reserved,258,221,251,216,5.06,2.4133,2.63,2.3464 sadly,sadly,240,221,130,123,4.71,2.3820,2.63,2.3464 snapped,snapped,251,221,239,214,4.92,2.4014,2.63,2.3464 starved,starved,236,221,227,215,4.63,2.3747,2.63,2.3464 Vincent,vincent,946,221,1,1,18.55,2.9763,2.63,2.3464 volunteers,volunteers,263,221,233,196,5.16,2.4216,2.63,2.3464 wrecked,wrecked,272,221,261,213,5.33,2.4362,2.63,2.3464 accusing,accusing,252,220,241,209,4.94,2.4031,2.62,2.3444 bean,bean,349,220,242,173,6.84,2.5441,2.62,2.3444 Berlin,berlin,685,220,1,1,13.43,2.8363,2.62,2.3444 breach,breach,317,220,305,214,6.22,2.5024,2.62,2.3444 click,click,327,220,239,168,6.41,2.5159,2.62,2.3444 dash,dash,308,220,250,201,6.04,2.4900,2.62,2.3444 deadline,deadline,299,220,285,214,5.86,2.4771,2.62,2.3444 glue,glue,300,220,268,206,5.88,2.4786,2.62,2.3444 handing,handing,238,220,221,206,4.67,2.3784,2.62,2.3444 interior,interior,267,220,257,212,5.24,2.4281,2.62,2.3444 mainly,mainly,256,220,200,174,5.02,2.4099,2.62,2.3444 motto,motto,260,220,259,219,5.10,2.4166,2.62,2.3444 offence,offence,273,220,269,219,5.35,2.4378,2.62,2.3444 offend,offend,266,220,258,217,5.22,2.4265,2.62,2.3444 pregnancy,pregnancy,334,220,322,213,6.55,2.5250,2.62,2.3444 produced,produced,268,220,240,197,5.25,2.4298,2.62,2.3444 reduced,reduced,248,220,238,214,4.86,2.3962,2.62,2.3444 Romeo,romeo,504,220,1,1,9.88,2.7033,2.62,2.3444 Satan,satan,409,220,13,6,8.02,2.6128,2.62,2.3444 sip,sip,260,220,237,201,5.10,2.4166,2.62,2.3444 specialist,specialist,264,220,240,203,5.18,2.4232,2.62,2.3444 statements,statements,279,220,272,217,5.47,2.4472,2.62,2.3444 tracked,tracked,250,220,244,215,4.90,2.3997,2.62,2.3444 waist,waist,262,220,254,216,5.14,2.4200,2.62,2.3444 bein,bein,324,219,300,206,6.35,2.5119,2.61,2.3424 careless,careless,251,219,237,212,4.92,2.4014,2.61,2.3424 coats,coats,300,219,284,212,5.88,2.4786,2.61,2.3424 colored,colored,377,219,351,209,7.39,2.5775,2.61,2.3424 concerning,concerning,250,219,236,206,4.90,2.3997,2.61,2.3424 confessed,confessed,304,219,301,219,5.96,2.4843,2.61,2.3424 confirmation,confirmation,280,219,267,214,5.49,2.4487,2.61,2.3424 crappy,crappy,253,219,237,211,4.96,2.4048,2.61,2.3424 deepest,deepest,246,219,239,214,4.82,2.3927,2.61,2.3424 den,den,312,219,258,203,6.12,2.4955,2.61,2.3424 departure,departure,275,219,259,210,5.39,2.4409,2.61,2.3424 framed,framed,284,219,275,215,5.57,2.4548,2.61,2.3424 Ken,ken,854,219,23,8,16.75,2.9320,2.61,2.3424 lid,lid,251,219,247,217,4.92,2.4014,2.61,2.3424 secured,secured,262,219,256,213,5.14,2.4200,2.61,2.3424 Seventeen,seventeen,296,219,112,82,5.80,2.4728,2.61,2.3424 smiled,smiled,251,219,251,219,4.92,2.4014,2.61,2.3424 strongest,strongest,242,219,240,218,4.75,2.3856,2.61,2.3424 tourists,tourists,276,219,253,204,5.41,2.4425,2.61,2.3424 visions,visions,420,219,388,207,8.24,2.6243,2.61,2.3424 ambitious,ambitious,243,218,232,209,4.76,2.3874,2.60,2.3404 Bon,bon,296,218,56,50,5.80,2.4728,2.60,2.3404 cafeteria,cafeteria,289,218,273,207,5.67,2.4624,2.60,2.3404 contains,contains,260,218,258,216,5.10,2.4166,2.60,2.3404 Denver,denver,421,218,0,0,8.25,2.6253,2.60,2.3404 elaborate,elaborate,242,218,229,208,4.75,2.3856,2.60,2.3404 formed,formed,241,218,236,214,4.73,2.3838,2.60,2.3404 gasoline,gasoline,333,218,312,202,6.53,2.5237,2.60,2.3404 handcuffs,handcuffs,263,218,248,210,5.16,2.4216,2.60,2.3404 jumps,jumps,253,218,247,212,4.96,2.4048,2.60,2.3404 Laura,laura,1448,218,2,2,28.39,3.1611,2.60,2.3404 perfection,perfection,275,218,239,198,5.39,2.4409,2.60,2.3404 poster,poster,305,218,299,213,5.98,2.4857,2.60,2.3404 sane,sane,281,218,271,211,5.51,2.4502,2.60,2.3404 shipment,shipment,322,218,316,216,6.31,2.5092,2.60,2.3404 smokes,smokes,262,218,256,214,5.14,2.4200,2.60,2.3404 survivors,survivors,333,218,319,211,6.53,2.5237,2.60,2.3404 thoroughly,thoroughly,243,218,226,207,4.76,2.3874,2.60,2.3404 Un,un,389,218,184,124,7.63,2.5911,2.60,2.3404 update,update,252,218,226,199,4.94,2.4031,2.60,2.3404 cheaper,cheaper,251,217,237,207,4.92,2.4014,2.59,2.3385 concentration,concentration,282,217,249,207,5.53,2.4518,2.59,2.3385 confuse,confuse,243,217,235,210,4.76,2.3874,2.59,2.3385 drums,drums,367,217,318,203,7.20,2.5658,2.59,2.3385 economy,economy,296,217,283,212,5.80,2.4728,2.59,2.3385 fleet,fleet,540,217,454,192,10.59,2.7332,2.59,2.3385 hatred,hatred,276,217,262,206,5.41,2.4425,2.59,2.3385 leaf,leaf,265,217,246,204,5.20,2.4249,2.59,2.3385 permanently,permanently,245,217,213,193,4.80,2.3909,2.59,2.3385 region,region,256,217,253,214,5.02,2.4099,2.59,2.3385 salvation,salvation,256,217,187,164,5.02,2.4099,2.59,2.3385 sis,sis,400,217,223,154,7.84,2.6031,2.59,2.3385 strap,strap,263,217,221,190,5.16,2.4216,2.59,2.3385 submit,submit,282,217,261,211,5.53,2.4518,2.59,2.3385 swept,swept,243,217,238,214,4.76,2.3874,2.59,2.3385 Terry,terry,1123,217,11,9,22.02,3.0508,2.59,2.3385 utterly,utterly,249,217,228,200,4.88,2.3979,2.59,2.3385 wizard,wizard,542,217,328,123,10.63,2.7348,2.59,2.3385 Anne,anne,1065,216,4,4,20.88,3.0278,2.58,2.3365 democracy,democracy,337,216,308,204,6.61,2.5289,2.58,2.3365 engineering,engineering,333,216,241,183,6.53,2.5237,2.58,2.3365 robot,robot,621,216,521,200,12.18,2.7938,2.58,2.3365 scrub,scrub,318,216,234,191,6.24,2.5038,2.58,2.3365 sector,sector,360,216,273,183,7.06,2.5575,2.58,2.3365 settlement,settlement,322,216,314,213,6.31,2.5092,2.58,2.3365 smelling,smelling,253,216,240,208,4.96,2.4048,2.58,2.3365 stereo,stereo,304,216,260,191,5.96,2.4843,2.58,2.3365 Swiss,swiss,321,216,16,15,6.29,2.5079,2.58,2.3365 wheelchair,wheelchair,316,216,307,212,6.20,2.5011,2.58,2.3365 Yale,yale,734,216,3,3,14.39,2.8663,2.58,2.3365 advised,advised,267,215,267,215,5.24,2.4281,2.56,2.3345 aliens,aliens,491,215,433,198,9.63,2.6920,2.56,2.3345 bluff,bluff,317,215,257,198,6.22,2.5024,2.56,2.3345 Clay,clay,612,215,197,139,12.00,2.7875,2.56,2.3345 cocaine,cocaine,421,215,358,193,8.25,2.6253,2.56,2.3345 decade,decade,247,215,243,211,4.84,2.3945,2.56,2.3345 execute,execute,283,215,238,187,5.55,2.4533,2.56,2.3345 expectations,expectations,268,215,243,208,5.25,2.4298,2.56,2.3345 flipped,flipped,253,215,246,210,4.96,2.4048,2.56,2.3345 fog,fog,482,215,459,210,9.45,2.6839,2.56,2.3345 Marshal,marshal,900,215,336,127,17.65,2.9547,2.56,2.3345 peak,peak,303,215,245,181,5.94,2.4829,2.56,2.3345 plea,plea,349,215,345,211,6.84,2.5441,2.56,2.3345 recommendation,recommendation,258,215,253,211,5.06,2.4133,2.56,2.3345 Shirley,shirley,844,215,2,1,16.55,2.9269,2.56,2.3345 Simon,simon,1268,215,2,2,24.86,3.1035,2.56,2.3345 suckers,suckers,251,215,224,195,4.92,2.4014,2.56,2.3345 tech,tech,326,215,192,149,6.39,2.5145,2.56,2.3345 til,til,433,215,375,201,8.49,2.6375,2.56,2.3345 Travis,travis,703,215,2,2,13.78,2.8476,2.56,2.3345 tricked,tricked,251,215,246,214,4.92,2.4014,2.56,2.3345 visits,visits,233,215,228,212,4.57,2.3692,2.56,2.3345 Anderson,anderson,750,214,1,1,14.71,2.8756,2.55,2.3324 blink,blink,258,214,229,194,5.06,2.4133,2.55,2.3324 Brace,brace,319,214,142,119,6.25,2.5051,2.55,2.3324 buckle,buckle,257,214,182,152,5.04,2.4116,2.55,2.3324 Caesar,caesar,521,214,4,3,10.22,2.7177,2.55,2.3324 Cooper,cooper,887,214,3,3,17.39,2.9484,2.55,2.3324 cracks,cracks,251,214,235,203,4.92,2.4014,2.55,2.3324 Elvis,elvis,537,214,0,0,10.53,2.7308,2.55,2.3324 freaky,freaky,255,214,215,182,5.00,2.4082,2.55,2.3324 freezer,freezer,263,214,257,211,5.16,2.4216,2.55,2.3324 imagining,imagining,247,214,231,200,4.84,2.3945,2.55,2.3324 instructed,instructed,238,214,235,213,4.67,2.3784,2.55,2.3324 lifestyle,lifestyle,252,214,247,211,4.94,2.4031,2.55,2.3324 meaningless,meaningless,248,214,240,210,4.86,2.3962,2.55,2.3324 mortgage,mortgage,301,214,289,208,5.90,2.4800,2.55,2.3324 murdering,murdering,241,214,231,207,4.73,2.3838,2.55,2.3324 organs,organs,301,214,297,210,5.90,2.4800,2.55,2.3324 prettier,prettier,239,214,232,207,4.69,2.3802,2.55,2.3324 programs,programs,284,214,278,211,5.57,2.4548,2.55,2.3324 qualities,qualities,251,214,249,212,4.92,2.4014,2.55,2.3324 rib,rib,301,214,264,198,5.90,2.4800,2.55,2.3324 rubbing,rubbing,241,214,230,206,4.73,2.3838,2.55,2.3324 Russians,russians,510,214,3,2,10.00,2.7084,2.55,2.3324 Springs,springs,370,214,106,90,7.25,2.5694,2.55,2.3324 tobacco,tobacco,356,214,301,194,6.98,2.5527,2.55,2.3324 traces,traces,257,214,243,205,5.04,2.4116,2.55,2.3324 underwater,underwater,323,214,295,203,6.33,2.5105,2.55,2.3324 volunteered,volunteered,245,214,242,214,4.80,2.3909,2.55,2.3324 accompany,accompany,242,213,233,209,4.75,2.3856,2.54,2.3304 behaviour,behaviour,275,213,271,211,5.39,2.4409,2.54,2.3304 biting,biting,250,213,242,209,4.90,2.3997,2.54,2.3304 civilians,civilians,306,213,291,204,6.00,2.4871,2.54,2.3304 Claire,claire,1552,213,1,1,30.43,3.1912,2.54,2.3304 frustrated,frustrated,255,213,230,206,5.00,2.4082,2.54,2.3304 jurisdiction,jurisdiction,271,213,262,211,5.31,2.4346,2.54,2.3304 millionaire,millionaire,291,213,255,193,5.71,2.4654,2.54,2.3304 mule,mule,358,213,323,202,7.02,2.5551,2.54,2.3304 peanuts,peanuts,385,213,283,188,7.55,2.5866,2.54,2.3304 pets,pets,290,213,270,202,5.69,2.4639,2.54,2.3304 pier,pier,334,213,235,166,6.55,2.5250,2.54,2.3304 precinct,precinct,374,213,279,170,7.33,2.5740,2.54,2.3304 spells,spells,295,213,283,209,5.78,2.4713,2.54,2.3304 streak,streak,295,213,253,202,5.78,2.4713,2.54,2.3304 unstable,unstable,260,213,250,209,5.10,2.4166,2.54,2.3304 whining,whining,244,213,230,202,4.78,2.3892,2.54,2.3304 battles,battles,260,212,254,206,5.10,2.4166,2.53,2.3284 bonds,bonds,340,212,300,194,6.67,2.5328,2.53,2.3284 boyfriends,boyfriends,259,212,244,200,5.08,2.4150,2.53,2.3284 chewing,chewing,281,212,239,192,5.51,2.4502,2.53,2.3284 crib,crib,316,212,305,211,6.20,2.5011,2.53,2.3284 desires,desires,253,212,246,208,4.96,2.4048,2.53,2.3284 disposal,disposal,250,212,245,209,4.90,2.3997,2.53,2.3284 expects,expects,240,212,226,210,4.71,2.3820,2.53,2.3284 finance,finance,273,212,231,192,5.35,2.4378,2.53,2.3284 Francis,francis,876,212,5,1,17.18,2.9430,2.53,2.3284 Highness,highness,807,212,75,36,15.82,2.9074,2.53,2.3284 interviews,interviews,268,212,262,209,5.25,2.4298,2.53,2.3284 lightly,lightly,235,212,225,204,4.61,2.3729,2.53,2.3284 Marines,marines,491,212,156,74,9.63,2.6920,2.53,2.3284 mild,mild,245,212,224,201,4.80,2.3909,2.53,2.3284 Morris,morris,756,212,7,4,14.82,2.8791,2.53,2.3284 peach,peach,324,212,246,185,6.35,2.5119,2.53,2.3284 screamed,screamed,247,212,241,206,4.84,2.3945,2.53,2.3284 scumbag,scumbag,281,212,256,200,5.51,2.4502,2.53,2.3284 sincerely,sincerely,249,212,179,152,4.88,2.3979,2.53,2.3284 stew,stew,328,212,267,199,6.43,2.5172,2.53,2.3284 suitable,suitable,247,212,239,208,4.84,2.3945,2.53,2.3284 wee,wee,434,212,306,178,8.51,2.6385,2.53,2.3284 Willie,willie,1093,212,16,11,21.43,3.0390,2.53,2.3284 compromised,compromised,251,211,247,209,4.92,2.4014,2.52,2.3263 demonstrate,demonstrate,238,211,233,206,4.67,2.3784,2.52,2.3263 efficient,efficient,253,211,244,207,4.96,2.4048,2.52,2.3263 flavor,flavor,255,211,245,203,5.00,2.4082,2.52,2.3263 graveyard,graveyard,272,211,255,204,5.33,2.4362,2.52,2.3263 gutter,gutter,267,211,246,205,5.24,2.4281,2.52,2.3263 hut,hut,674,211,350,146,13.22,2.8293,2.52,2.3263 inspection,inspection,300,211,280,202,5.88,2.4786,2.52,2.3263 instantly,instantly,232,211,224,205,4.55,2.3674,2.52,2.3263 interrogation,interrogation,289,211,269,197,5.67,2.4624,2.52,2.3263 lust,lust,284,211,255,195,5.57,2.4548,2.52,2.3263 masks,masks,289,211,260,200,5.67,2.4624,2.52,2.3263 Matthew,matthew,790,211,5,3,15.49,2.8982,2.52,2.3263 pine,pine,316,211,210,160,6.20,2.5011,2.52,2.3263 preliminary,preliminary,244,211,209,189,4.78,2.3892,2.52,2.3263 prey,prey,281,211,258,202,5.51,2.4502,2.52,2.3263 primitive,primitive,263,211,244,199,5.16,2.4216,2.52,2.3263 sew,sew,280,211,248,198,5.49,2.4487,2.52,2.3263 tubes,tubes,337,211,324,207,6.61,2.5289,2.52,2.3263 visible,visible,253,211,244,203,4.96,2.4048,2.52,2.3263 chorus,chorus,310,210,242,171,6.08,2.4928,2.50,2.3243 contracts,contracts,296,210,290,205,5.80,2.4728,2.50,2.3243 corners,corners,275,210,251,198,5.39,2.4409,2.50,2.3243 fantasies,fantasies,255,210,250,208,5.00,2.4082,2.50,2.3243 flashlight,flashlight,302,210,279,196,5.92,2.4814,2.50,2.3243 heap,heap,249,210,240,205,4.88,2.3979,2.50,2.3243 humiliation,humiliation,238,210,226,202,4.67,2.3784,2.50,2.3243 internet,internet,334,210,288,172,6.55,2.5250,2.50,2.3243 merchandise,merchandise,245,210,239,207,4.80,2.3909,2.50,2.3243 Porter,porter,795,210,106,65,15.59,2.9009,2.50,2.3243 prostitute,prostitute,385,210,367,201,7.55,2.5866,2.50,2.3243 queer,queer,296,210,257,185,5.80,2.4728,2.50,2.3243 resolve,resolve,247,210,234,200,4.84,2.3945,2.50,2.3243 restore,restore,253,210,235,202,4.96,2.4048,2.50,2.3243 retarded,retarded,318,210,300,201,6.24,2.5038,2.50,2.3243 scoop,scoop,289,210,245,195,5.67,2.4624,2.50,2.3243 selected,selected,249,210,238,205,4.88,2.3979,2.50,2.3243 showers,showers,244,210,237,204,4.78,2.3892,2.50,2.3243 thread,thread,263,210,253,204,5.16,2.4216,2.50,2.3243 towns,towns,291,210,263,206,5.71,2.4654,2.50,2.3243 vehicles,vehicles,306,210,283,195,6.00,2.4871,2.50,2.3243 vengeance,vengeance,276,210,236,183,5.41,2.4425,2.50,2.3243 verify,verify,248,210,221,193,4.86,2.3962,2.50,2.3243 abilities,abilities,312,209,306,208,6.12,2.4955,2.49,2.3222 aircraft,aircraft,482,209,433,195,9.45,2.6839,2.49,2.3222 Australia,australia,430,209,4,4,8.43,2.6345,2.49,2.3222 beep,beep,332,209,252,178,6.51,2.5224,2.49,2.3222 convict,convict,324,209,311,202,6.35,2.5119,2.49,2.3222 dearly,dearly,249,209,152,141,4.88,2.3979,2.49,2.3222 era,era,291,209,262,189,5.71,2.4654,2.49,2.3222 essential,essential,247,209,235,202,4.84,2.3945,2.49,2.3222 flirting,flirting,271,209,241,194,5.31,2.4346,2.49,2.3222 Germans,germans,636,209,4,4,12.47,2.8041,2.49,2.3222 Jew,jew,549,209,19,9,10.76,2.7404,2.49,2.3222 maiden,maiden,282,209,241,187,5.53,2.4518,2.49,2.3222 Mars,mars,535,209,47,31,10.49,2.7292,2.49,2.3222 proving,proving,229,209,206,189,4.49,2.3617,2.49,2.3222 rider,rider,393,209,225,109,7.71,2.5955,2.49,2.3222 Sixty,sixty,277,209,122,94,5.43,2.4440,2.49,2.3222 slaughter,slaughter,278,209,247,195,5.45,2.4456,2.49,2.3222 umbrella,umbrella,382,209,368,204,7.49,2.5832,2.49,2.3222 Alpha,alpha,414,208,87,66,8.12,2.6180,2.48,2.3201 Attaboy,attaboy,290,208,15,14,5.69,2.4639,2.48,2.3201 childish,childish,250,208,238,202,4.90,2.3997,2.48,2.3201 conclusions,conclusions,248,208,244,207,4.86,2.3962,2.48,2.3201 faggot,faggot,350,208,316,194,6.86,2.5453,2.48,2.3201 globe,globe,266,208,200,166,5.22,2.4265,2.48,2.3201 hotels,hotels,257,208,237,196,5.04,2.4116,2.48,2.3201 keen,keen,228,208,209,192,4.47,2.3598,2.48,2.3201 lawsuit,lawsuit,311,208,303,204,6.10,2.4942,2.48,2.3201 majority,majority,261,208,239,196,5.12,2.4183,2.48,2.3201 mansion,mansion,329,208,286,188,6.45,2.5185,2.48,2.3201 musician,musician,308,208,294,202,6.04,2.4900,2.48,2.3201 professionals,professionals,231,208,209,195,4.53,2.3655,2.48,2.3201 projects,projects,285,208,234,190,5.59,2.4564,2.48,2.3201 Ruth,ruth,1054,208,13,8,20.67,3.0233,2.48,2.3201 stalking,stalking,269,208,256,203,5.27,2.4314,2.48,2.3201 supporting,supporting,234,208,221,199,4.59,2.3711,2.48,2.3201 vacuum,vacuum,294,208,273,195,5.76,2.4698,2.48,2.3201 violated,violated,233,208,231,206,4.57,2.3692,2.48,2.3201 bark,bark,280,207,240,188,5.49,2.4487,2.47,2.3181 Cole,cole,1491,207,39,12,29.24,3.1738,2.47,2.3181 comments,comments,238,207,229,200,4.67,2.3784,2.47,2.3181 corridor,corridor,284,207,266,198,5.57,2.4548,2.47,2.3181 crucial,crucial,234,207,223,201,4.59,2.3711,2.47,2.3181 defence,defence,409,207,358,190,8.02,2.6128,2.47,2.3181 examination,examination,281,207,270,201,5.51,2.4502,2.47,2.3181 explosives,explosives,331,207,309,198,6.49,2.5211,2.47,2.3181 features,features,244,207,238,203,4.78,2.3892,2.47,2.3181 handles,handles,224,207,222,205,4.39,2.3522,2.47,2.3181 Heh,heh,755,207,306,102,14.80,2.8785,2.47,2.3181 loneliness,loneliness,255,207,225,184,5.00,2.4082,2.47,2.3181 matching,matching,230,207,215,194,4.51,2.3636,2.47,2.3181 missile,missile,670,207,579,192,13.14,2.8267,2.47,2.3181 partial,partial,247,207,225,193,4.84,2.3945,2.47,2.3181 pond,pond,323,207,269,182,6.33,2.5105,2.47,2.3181 prosecution,prosecution,401,207,365,195,7.86,2.6042,2.47,2.3181 rally,rally,368,207,343,196,7.22,2.5670,2.47,2.3181 Roman,roman,534,207,14,10,10.47,2.7284,2.47,2.3181 scissors,scissors,341,207,271,173,6.69,2.5340,2.47,2.3181 sufficient,sufficient,243,207,235,203,4.76,2.3874,2.47,2.3181 tails,tails,290,207,204,169,5.69,2.4639,2.47,2.3181 temporarily,temporarily,232,207,203,185,4.55,2.3674,2.47,2.3181 tequila,tequila,299,207,213,160,5.86,2.4771,2.47,2.3181 tipped,tipped,244,207,237,202,4.78,2.3892,2.47,2.3181 bruises,bruises,269,206,250,193,5.27,2.4314,2.46,2.3160 cheeks,cheeks,225,206,216,199,4.41,2.3541,2.46,2.3160 considerable,considerable,231,206,226,202,4.53,2.3655,2.46,2.3160 craft,craft,289,206,279,198,5.67,2.4624,2.46,2.3160 crank,crank,272,206,202,158,5.33,2.4362,2.46,2.3160 directors,directors,295,206,264,189,5.78,2.4713,2.46,2.3160 elementary,elementary,242,206,159,148,4.75,2.3856,2.46,2.3160 employer,employer,274,206,272,204,5.37,2.4393,2.46,2.3160 lifting,lifting,221,206,218,203,4.33,2.3464,2.46,2.3160 Maggie,maggie,1372,206,10,2,26.90,3.1377,2.46,2.3160 maker,maker,251,206,221,182,4.92,2.4014,2.46,2.3160 Orleans,orleans,549,206,3,2,10.76,2.7404,2.46,2.3160 Patty,patty,564,206,36,22,11.06,2.7520,2.46,2.3160 slaves,slaves,414,206,386,196,8.12,2.6180,2.46,2.3160 sought,sought,240,206,236,202,4.71,2.3820,2.46,2.3160 stash,stash,257,206,244,201,5.04,2.4116,2.46,2.3160 translation,translation,239,206,122,110,4.69,2.3802,2.46,2.3160 virtue,virtue,263,206,243,195,5.16,2.4216,2.46,2.3160 affects,affects,244,205,242,204,4.78,2.3892,2.44,2.3139 associates,associates,250,205,217,185,4.90,2.3997,2.44,2.3139 coordinates,coordinates,348,205,323,196,6.82,2.5428,2.44,2.3139 designer,designer,267,205,240,182,5.24,2.4281,2.44,2.3139 dismiss,dismiss,279,205,238,181,5.47,2.4472,2.44,2.3139 fade,fade,286,205,241,184,5.61,2.4579,2.44,2.3139 feds,feds,359,205,210,120,7.04,2.5563,2.44,2.3139 fuzzy,fuzzy,297,205,222,180,5.82,2.4742,2.44,2.3139 heavenly,heavenly,282,205,183,149,5.53,2.4518,2.44,2.3139 instruments,instruments,262,205,252,197,5.14,2.4200,2.44,2.3139 interference,interference,237,205,225,197,4.65,2.3766,2.44,2.3139 Lawrence,lawrence,696,205,1,1,13.65,2.8432,2.44,2.3139 neighbourhood,neighbourhood,295,205,290,202,5.78,2.4713,2.44,2.3139 pajamas,pajamas,297,205,280,198,5.82,2.4742,2.44,2.3139 pause,pause,275,205,240,186,5.39,2.4409,2.44,2.3139 radiation,radiation,419,205,364,190,8.22,2.6232,2.44,2.3139 reader,reader,278,205,221,169,5.45,2.4456,2.44,2.3139 reckless,reckless,251,205,233,196,4.92,2.4014,2.44,2.3139 relate,relate,242,205,240,205,4.75,2.3856,2.44,2.3139 sensation,sensation,249,205,239,203,4.88,2.3979,2.44,2.3139 stakes,stakes,249,205,233,194,4.88,2.3979,2.44,2.3139 stitches,stitches,255,205,245,200,5.00,2.4082,2.44,2.3139 strangely,strangely,228,205,181,167,4.47,2.3598,2.44,2.3139 ungrateful,ungrateful,235,205,215,189,4.61,2.3729,2.44,2.3139 acquainted,acquainted,231,204,229,204,4.53,2.3655,2.43,2.3118 adjourned,adjourned,250,204,211,180,4.90,2.3997,2.43,2.3118 arguments,arguments,230,204,227,202,4.51,2.3636,2.43,2.3118 choking,choking,260,204,235,188,5.10,2.4166,2.43,2.3118 Cleveland,cleveland,505,204,2,2,9.90,2.7042,2.43,2.3118 comforting,comforting,222,204,213,197,4.35,2.3483,2.43,2.3118 Dennis,dennis,854,204,20,2,16.75,2.9320,2.43,2.3118 enthusiasm,enthusiasm,229,204,228,203,4.49,2.3617,2.43,2.3118 feathers,feathers,291,204,264,194,5.71,2.4654,2.43,2.3118 hunk,hunk,263,204,233,199,5.16,2.4216,2.43,2.3118 mint,mint,277,204,201,159,5.43,2.4440,2.43,2.3118 numb,numb,249,204,236,197,4.88,2.3979,2.43,2.3118 rum,rum,382,204,280,169,7.49,2.5832,2.43,2.3118 shaft,shaft,393,204,253,178,7.71,2.5955,2.43,2.3118 sights,sights,238,204,235,201,4.67,2.3784,2.43,2.3118 slot,slot,280,204,267,198,5.49,2.4487,2.43,2.3118 swamp,swamp,458,204,363,159,8.98,2.6618,2.43,2.3118 thankful,thankful,274,204,269,203,5.37,2.4393,2.43,2.3118 tick,tick,370,204,286,184,7.25,2.5694,2.43,2.3118 upsetting,upsetting,218,204,212,198,4.27,2.3404,2.43,2.3118 abroad,abroad,250,203,248,201,4.90,2.3997,2.42,2.3096 auction,auction,454,203,428,197,8.90,2.6580,2.42,2.3096 committing,committing,231,203,213,191,4.53,2.3655,2.42,2.3096 disappears,disappears,232,203,226,199,4.55,2.3674,2.42,2.3096 divided,divided,227,203,220,199,4.45,2.3579,2.42,2.3096 est,est,315,203,294,188,6.18,2.4997,2.42,2.3096 ginger,ginger,327,203,178,125,6.41,2.5159,2.42,2.3096 granddaughter,granddaughter,330,203,325,202,6.47,2.5198,2.42,2.3096 groans,groans,390,203,273,152,7.65,2.5922,2.42,2.3096 hospitality,hospitality,231,203,227,201,4.53,2.3655,2.42,2.3096 representative,representative,270,203,247,192,5.29,2.4330,2.42,2.3096 talents,talents,233,203,231,202,4.57,2.3692,2.42,2.3096 tomato,tomato,301,203,248,178,5.90,2.4800,2.42,2.3096 vest,vest,284,203,280,199,5.57,2.4548,2.42,2.3096 Wha,wha,499,203,110,57,9.78,2.6990,2.42,2.3096 wheat,wheat,293,203,224,167,5.75,2.4683,2.42,2.3096 blunt,blunt,250,202,203,174,4.90,2.3997,2.41,2.3075 chili,chili,382,202,225,154,7.49,2.5832,2.41,2.3075 cracker,cracker,294,202,205,159,5.76,2.4698,2.41,2.3075 demanding,demanding,217,202,209,194,4.25,2.3385,2.41,2.3075 diapers,diapers,270,202,258,196,5.29,2.4330,2.41,2.3075 dose,dose,270,202,267,201,5.29,2.4330,2.41,2.3075 Ew,ew,334,202,42,22,6.55,2.5250,2.41,2.3075 fart,fart,328,202,314,196,6.43,2.5172,2.41,2.3075 flood,flood,291,202,225,176,5.71,2.4654,2.41,2.3075 grasp,grasp,233,202,223,199,4.57,2.3692,2.41,2.3075 hairs,hairs,265,202,260,200,5.20,2.4249,2.41,2.3075 Harmony,harmony,419,202,194,159,8.22,2.6232,2.41,2.3075 hotter,hotter,238,202,225,194,4.67,2.3784,2.41,2.3075 humour,humour,269,202,259,195,5.27,2.4314,2.41,2.3075 installed,installed,230,202,226,199,4.51,2.3636,2.41,2.3075 mock,mock,274,202,240,187,5.37,2.4393,2.41,2.3075 Nazi,nazi,350,202,22,13,6.86,2.5453,2.41,2.3075 portion,portion,221,202,220,201,4.33,2.3464,2.41,2.3075 rains,rains,266,202,235,187,5.22,2.4265,2.41,2.3075 shakes,shakes,252,202,214,189,4.94,2.4031,2.41,2.3075 slapped,slapped,253,202,242,192,4.96,2.4048,2.41,2.3075 souvenir,souvenir,240,202,221,186,4.71,2.3820,2.41,2.3075 weep,weep,280,202,252,187,5.49,2.4487,2.41,2.3075 Announcer,announcer,574,201,217,75,11.25,2.7597,2.40,2.3054 Beware,beware,292,201,104,84,5.73,2.4669,2.40,2.3054 chopped,chopped,232,201,224,197,4.55,2.3674,2.40,2.3054 Connecticut,connecticut,323,201,2,2,6.33,2.5105,2.40,2.3054 dared,dared,228,201,225,199,4.47,2.3598,2.40,2.3054 Dodge,dodge,396,201,102,79,7.76,2.5988,2.40,2.3054 estimate,estimate,243,201,233,192,4.76,2.3874,2.40,2.3054 irresponsible,irresponsible,237,201,226,194,4.65,2.3766,2.40,2.3054 juvenile,juvenile,261,201,214,171,5.12,2.4183,2.40,2.3054 lease,lease,320,201,315,200,6.27,2.5065,2.40,2.3054 lobster,lobster,374,201,300,168,7.33,2.5740,2.40,2.3054 realistic,realistic,235,201,230,197,4.61,2.3729,2.40,2.3054 selection,selection,232,201,225,196,4.55,2.3674,2.40,2.3054 sheer,sheer,233,201,177,166,4.57,2.3692,2.40,2.3054 supportive,supportive,237,201,231,197,4.65,2.3766,2.40,2.3054 tactical,tactical,281,201,240,176,5.51,2.4502,2.40,2.3054 voyage,voyage,306,201,298,194,6.00,2.4871,2.40,2.3054 apparent,apparent,215,200,207,196,4.22,2.3345,2.38,2.3032 chops,chops,277,200,268,197,5.43,2.4440,2.38,2.3032 cocksucker,cocksucker,415,200,351,169,8.14,2.6191,2.38,2.3032 Constitution,constitution,282,200,93,73,5.53,2.4518,2.38,2.3032 costumes,costumes,304,200,283,189,5.96,2.4843,2.38,2.3032 ducks,ducks,432,200,270,186,8.47,2.6365,2.38,2.3032 filing,filing,232,200,221,191,4.55,2.3674,2.38,2.3032 hay,hay,325,200,252,184,6.37,2.5132,2.38,2.3032 irony,irony,233,200,219,192,4.57,2.3692,2.38,2.3032 loading,loading,248,200,228,185,4.86,2.3962,2.38,2.3032 meters,meters,361,200,357,198,7.08,2.5587,2.38,2.3032 Nevada,nevada,352,200,1,1,6.90,2.5478,2.38,2.3032 pudding,pudding,314,200,289,189,6.16,2.4983,2.38,2.3032 ransom,ransom,498,200,441,184,9.76,2.6981,2.38,2.3032 realised,realised,267,200,266,200,5.24,2.4281,2.38,2.3032 representing,representing,233,200,226,193,4.57,2.3692,2.38,2.3032 responding,responding,248,200,246,198,4.86,2.3962,2.38,2.3032 sequence,sequence,428,200,414,195,8.39,2.6325,2.38,2.3032 shells,shells,284,200,270,195,5.57,2.4548,2.38,2.3032 speeches,speeches,285,200,275,196,5.59,2.4564,2.38,2.3032 vague,vague,231,200,223,197,4.53,2.3655,2.38,2.3032 venture,venture,241,200,226,190,4.73,2.3838,2.38,2.3032 vow,vow,276,200,267,195,5.41,2.4425,2.38,2.3032 alter,alter,244,199,218,185,4.78,2.3892,2.37,2.3010 convenience,convenience,245,199,233,192,4.80,2.3909,2.37,2.3010 denial,denial,268,199,224,173,5.25,2.4298,2.37,2.3010 dolls,dolls,289,199,255,176,5.67,2.4624,2.37,2.3010 facilities,facilities,232,199,228,196,4.55,2.3674,2.37,2.3010 lining,lining,231,199,223,192,4.53,2.3655,2.37,2.3010 madman,madman,269,199,250,191,5.27,2.4314,2.37,2.3010 Patrick,patrick,739,199,7,3,14.49,2.8692,2.37,2.3010 plumbing,plumbing,247,199,216,184,4.84,2.3945,2.37,2.3010 poured,poured,222,199,212,195,4.35,2.3483,2.37,2.3010 procedures,procedures,260,199,253,196,5.10,2.4166,2.37,2.3010 profits,profits,282,199,274,192,5.53,2.4518,2.37,2.3010 recognition,recognition,233,199,227,197,4.57,2.3692,2.37,2.3010 Russell,russell,926,199,5,5,18.16,2.9671,2.37,2.3010 text,text,267,199,251,186,5.24,2.4281,2.37,2.3010 vows,vows,331,199,325,196,6.49,2.5211,2.37,2.3010 warmth,warmth,227,199,218,192,4.45,2.3579,2.37,2.3010 weekly,weekly,237,199,166,149,4.65,2.3766,2.37,2.3010 whores,whores,297,199,267,184,5.82,2.4742,2.37,2.3010 worms,worms,321,199,284,183,6.29,2.5079,2.37,2.3010 agrees,agrees,219,198,217,197,4.29,2.3424,2.36,2.2989 ballet,ballet,523,198,428,178,10.25,2.7193,2.36,2.2989 Bishop,bishop,855,198,199,100,16.76,2.9325,2.36,2.2989 blankets,blankets,260,198,244,189,5.10,2.4166,2.36,2.2989 bluffing,bluffing,257,198,250,195,5.04,2.4116,2.36,2.2989 contained,contained,235,198,233,196,4.61,2.3729,2.36,2.2989 cuffs,cuffs,266,198,244,191,5.22,2.4265,2.36,2.2989 decency,decency,236,198,224,193,4.63,2.3747,2.36,2.2989 explosive,explosive,271,198,246,183,5.31,2.4346,2.36,2.2989 fabric,fabric,245,198,236,193,4.80,2.3909,2.36,2.2989 inconvenience,inconvenience,226,198,224,197,4.43,2.3560,2.36,2.2989 invent,invent,235,198,228,192,4.61,2.3729,2.36,2.2989 mode,mode,263,198,236,187,5.16,2.4216,2.36,2.2989 organize,organize,220,198,206,185,4.31,2.3444,2.36,2.2989 prayed,prayed,238,198,234,195,4.67,2.3784,2.36,2.2989 pumping,pumping,240,198,225,188,4.71,2.3820,2.36,2.2989 quarrel,quarrel,286,198,267,196,5.61,2.4579,2.36,2.2989 shaved,shaved,227,198,215,190,4.45,2.3579,2.36,2.2989 striking,striking,224,198,214,190,4.39,2.3522,2.36,2.2989 Allen,allen,609,197,6,4,11.94,2.7853,2.35,2.2967 approached,approached,220,197,220,197,4.31,2.3444,2.35,2.2967 armor,armor,372,197,351,190,7.29,2.5717,2.35,2.2967 arrow,arrow,400,197,287,177,7.84,2.6031,2.35,2.2967 Benjamin,benjamin,487,197,0,0,9.55,2.6884,2.35,2.2967 blah,blah,686,197,576,184,13.45,2.8370,2.35,2.2967 bubbles,bubbles,305,197,226,165,5.98,2.4857,2.35,2.2967 burial,burial,242,197,229,187,4.75,2.3856,2.35,2.2967 gasps,gasps,470,197,330,137,9.22,2.6730,2.35,2.2967 leadership,leadership,249,197,232,187,4.88,2.3979,2.35,2.2967 mice,mice,335,197,292,188,6.57,2.5263,2.35,2.2967 Murphy,murphy,721,197,3,3,14.14,2.8585,2.35,2.2967 participate,participate,224,197,222,197,4.39,2.3522,2.35,2.2967 politicians,politicians,277,197,242,174,5.43,2.4440,2.35,2.2967 ram,ram,328,197,170,128,6.43,2.5172,2.35,2.2967 rational,rational,256,197,243,190,5.02,2.4099,2.35,2.2967 referred,referred,225,197,223,195,4.41,2.3541,2.35,2.2967 restless,restless,247,197,209,174,4.84,2.3945,2.35,2.2967 shops,shops,229,197,215,188,4.49,2.3617,2.35,2.2967 substitute,substitute,238,197,233,192,4.67,2.3784,2.35,2.2967 sweaty,sweaty,226,197,211,186,4.43,2.3560,2.35,2.2967 tactics,tactics,241,197,225,188,4.73,2.3838,2.35,2.2967 tapped,tapped,228,197,221,195,4.47,2.3598,2.35,2.2967 yacht,yacht,419,197,388,176,8.22,2.6232,2.35,2.2967 Yea,yea,351,197,64,51,6.88,2.5465,2.35,2.2967 automatically,automatically,213,196,211,194,4.18,2.3304,2.34,2.2945 brake,brake,305,196,252,173,5.98,2.4857,2.34,2.2945 bushes,bushes,249,196,241,192,4.88,2.3979,2.34,2.2945 crook,crook,289,196,265,186,5.67,2.4624,2.34,2.2945 dinners,dinners,238,196,229,190,4.67,2.3784,2.34,2.2945 earrings,earrings,313,196,295,187,6.14,2.4969,2.34,2.2945 experiments,experiments,335,196,326,192,6.57,2.5263,2.34,2.2945 February,february,280,196,7,7,5.49,2.4487,2.34,2.2945 flown,flown,232,196,228,192,4.55,2.3674,2.34,2.2945 gifted,gifted,229,196,216,188,4.49,2.3617,2.34,2.2945 global,global,321,196,242,167,6.29,2.5079,2.34,2.2945 individuals,individuals,224,196,219,193,4.39,2.3522,2.34,2.2945 jerks,jerks,223,196,203,179,4.37,2.3502,2.34,2.2945 laboratory,laboratory,331,196,314,187,6.49,2.5211,2.34,2.2945 Missy,missy,413,196,166,139,8.10,2.6170,2.34,2.2945 patterns,patterns,253,196,247,194,4.96,2.4048,2.34,2.2945 permitted,permitted,222,196,222,196,4.35,2.3483,2.34,2.2945 pinned,pinned,231,196,221,189,4.53,2.3655,2.34,2.2945 quest,quest,327,196,264,171,6.41,2.5159,2.34,2.2945 remark,remark,224,196,222,195,4.39,2.3522,2.34,2.2945 shack,shack,288,196,232,160,5.65,2.4609,2.34,2.2945 Si,si,391,196,121,82,7.67,2.5933,2.34,2.2945 smartest,smartest,228,196,217,187,4.47,2.3598,2.34,2.2945 terrifying,terrifying,217,196,197,180,4.25,2.3385,2.34,2.2945 torch,torch,254,196,220,176,4.98,2.4065,2.34,2.2945 tow,tow,295,196,273,183,5.78,2.4713,2.34,2.2945 accepting,accepting,206,195,182,174,4.04,2.3160,2.32,2.2923 acquired,acquired,228,195,222,191,4.47,2.3598,2.32,2.2923 ambush,ambush,277,195,245,176,5.43,2.4440,2.32,2.2923 Asian,asian,276,195,13,11,5.41,2.4425,2.32,2.2923 belts,belts,254,195,247,191,4.98,2.4065,2.32,2.2923 combined,combined,211,195,198,187,4.14,2.3263,2.32,2.2923 devastated,devastated,215,195,210,191,4.22,2.3345,2.32,2.2923 disappearing,disappearing,215,195,196,180,4.22,2.3345,2.32,2.2923 discount,discount,243,195,221,183,4.76,2.3874,2.32,2.2923 fugitive,fugitive,264,195,249,185,5.18,2.4232,2.32,2.2923 hating,hating,232,195,219,187,4.55,2.3674,2.32,2.2923 herd,herd,360,195,326,187,7.06,2.5575,2.32,2.2923 invention,invention,310,195,309,195,6.08,2.4928,2.32,2.2923 limb,limb,238,195,237,194,4.67,2.3784,2.32,2.2923 Madison,madison,466,195,4,1,9.14,2.6693,2.32,2.2923 mechanical,mechanical,250,195,224,183,4.90,2.3997,2.32,2.2923 needles,needles,263,195,235,182,5.16,2.4216,2.32,2.2923 nude,nude,301,195,250,171,5.90,2.4800,2.32,2.2923 rehab,rehab,331,195,317,188,6.49,2.5211,2.32,2.2923 scratched,scratched,228,195,219,187,4.47,2.3598,2.32,2.2923 slippery,slippery,225,195,191,177,4.41,2.3541,2.32,2.2923 Thirteen,thirteen,268,195,112,91,5.25,2.4298,2.32,2.2923 utter,utter,257,195,183,168,5.04,2.4116,2.32,2.2923 writers,writers,303,195,281,188,5.94,2.4829,2.32,2.2923 boost,boost,230,194,207,181,4.51,2.3636,2.31,2.2900 bugging,bugging,234,194,229,194,4.59,2.3711,2.31,2.2900 conquer,conquer,254,194,244,188,4.98,2.4065,2.31,2.2900 continuing,continuing,204,194,182,173,4.00,2.3118,2.31,2.2900 contribution,contribution,223,194,221,192,4.37,2.3502,2.31,2.2900 controlling,controlling,226,194,216,187,4.43,2.3560,2.31,2.2900 edition,edition,249,194,229,177,4.88,2.3979,2.31,2.2900 extent,extent,207,194,206,193,4.06,2.3181,2.31,2.2900 graves,graves,304,194,211,158,5.96,2.4843,2.31,2.2900 hanged,hanged,262,194,251,189,5.14,2.4200,2.31,2.2900 hog,hog,261,194,234,179,5.12,2.4183,2.31,2.2900 losses,losses,239,194,236,194,4.69,2.3802,2.31,2.2900 notified,notified,219,194,218,194,4.29,2.3424,2.31,2.2900 pension,pension,247,194,236,191,4.84,2.3945,2.31,2.2900 radius,radius,224,194,222,193,4.39,2.3522,2.31,2.2900 risking,risking,206,194,196,186,4.04,2.3160,2.31,2.2900 scrape,scrape,210,194,191,180,4.12,2.3243,2.31,2.2900 shares,shares,324,194,322,192,6.35,2.5119,2.31,2.2900 spaghetti,spaghetti,302,194,250,175,5.92,2.4814,2.31,2.2900 triumph,triumph,237,194,226,184,4.65,2.3766,2.31,2.2900 addict,addict,273,193,273,193,5.35,2.4378,2.30,2.2878 ammunition,ammunition,300,193,283,187,5.88,2.4786,2.30,2.2878 automobile,automobile,291,193,281,189,5.71,2.4654,2.30,2.2878 bracelet,bracelet,398,193,390,190,7.80,2.6010,2.30,2.2878 grabbing,grabbing,202,193,192,183,3.96,2.3075,2.30,2.2878 greatly,greatly,217,193,212,191,4.25,2.3385,2.30,2.2878 heroic,heroic,234,193,226,190,4.59,2.3711,2.30,2.2878 inventory,inventory,238,193,220,184,4.67,2.3784,2.30,2.2878 Jean,jean,904,193,22,15,17.73,2.9566,2.30,2.2878 jewels,jewels,370,193,343,179,7.25,2.5694,2.30,2.2878 Joan,joan,954,193,9,3,18.71,2.9800,2.30,2.2878 junkie,junkie,265,193,252,185,5.20,2.4249,2.30,2.2878 legacy,legacy,256,193,245,188,5.02,2.4099,2.30,2.2878 linked,linked,219,193,218,192,4.29,2.3424,2.30,2.2878 Logan,logan,1404,193,3,3,27.53,3.1477,2.30,2.2878 playground,playground,260,193,253,189,5.10,2.4166,2.30,2.2878 ridge,ridge,361,193,191,137,7.08,2.5587,2.30,2.2878 roller,roller,293,193,270,177,5.75,2.4683,2.30,2.2878 rubbish,rubbish,285,193,211,151,5.59,2.4564,2.30,2.2878 scope,scope,286,193,270,182,5.61,2.4579,2.30,2.2878 shipped,shipped,214,193,210,189,4.20,2.3324,2.30,2.2878 steals,steals,223,193,214,185,4.37,2.3502,2.30,2.2878 traced,traced,220,193,216,190,4.31,2.3444,2.30,2.2878 vet,vet,296,193,288,189,5.80,2.4728,2.30,2.2878 virtually,virtually,209,193,194,179,4.10,2.3222,2.30,2.2878 ancestors,ancestors,279,192,269,188,5.47,2.4472,2.29,2.2856 biology,biology,250,192,203,162,4.90,2.3997,2.29,2.2856 cakes,cakes,291,192,268,182,5.71,2.4654,2.29,2.2856 despise,despise,230,192,229,192,4.51,2.3636,2.29,2.2856 economic,economic,253,192,236,182,4.96,2.4048,2.29,2.2856 Einstein,einstein,269,192,1,1,5.27,2.4314,2.29,2.2856 fierce,fierce,244,192,230,183,4.78,2.3892,2.29,2.2856 garlic,garlic,306,192,262,175,6.00,2.4871,2.29,2.2856 greed,greed,245,192,212,173,4.80,2.3909,2.29,2.2856 Hallelujah,hallelujah,476,192,84,51,9.33,2.6785,2.29,2.2856 humiliate,humiliate,213,192,197,181,4.18,2.3304,2.29,2.2856 invest,invest,241,192,231,186,4.73,2.3838,2.29,2.2856 lemonade,lemonade,281,192,229,165,5.51,2.4502,2.29,2.2856 mines,mines,316,192,295,179,6.20,2.5011,2.29,2.2856 painter,painter,344,192,311,187,6.75,2.5378,2.29,2.2856 paramedics,paramedics,255,192,185,149,5.00,2.4082,2.29,2.2856 portrait,portrait,277,192,252,176,5.43,2.4440,2.29,2.2856 Sherry,sherry,705,192,117,84,13.82,2.8488,2.29,2.2856 toothbrush,toothbrush,255,192,246,185,5.00,2.4082,2.29,2.2856 tribe,tribe,325,192,321,191,6.37,2.5132,2.29,2.2856 Walt,walt,896,192,5,5,17.57,2.9528,2.29,2.2856 warden,warden,573,192,323,148,11.24,2.7589,2.29,2.2856 accountant,accountant,315,191,303,185,6.18,2.4997,2.28,2.2833 allowance,allowance,265,191,256,189,5.20,2.4249,2.28,2.2833 Anthony,anthony,785,191,0,0,15.39,2.8954,2.28,2.2833 betrayal,betrayal,216,191,201,178,4.24,2.3365,2.28,2.2833 collapse,collapse,283,191,274,190,5.55,2.4533,2.28,2.2833 deeds,deeds,417,191,263,186,8.18,2.6212,2.28,2.2833 Echo,echo,350,191,171,131,6.86,2.5453,2.28,2.2833 extended,extended,213,191,200,182,4.18,2.3304,2.28,2.2833 headaches,headaches,271,191,256,182,5.31,2.4346,2.28,2.2833 magician,magician,390,191,372,187,7.65,2.5922,2.28,2.2833 mill,mill,486,191,350,154,9.53,2.6875,2.28,2.2833 packs,packs,231,191,222,184,4.53,2.3655,2.28,2.2833 password,password,407,191,367,179,7.98,2.6107,2.28,2.2833 preferred,preferred,210,191,202,184,4.12,2.3243,2.28,2.2833 remained,remained,223,191,222,191,4.37,2.3502,2.28,2.2833 ripping,ripping,204,191,184,175,4.00,2.3118,2.28,2.2833 seize,seize,246,191,157,136,4.82,2.3927,2.28,2.2833 shattered,shattered,214,191,202,179,4.20,2.3324,2.28,2.2833 syndrome,syndrome,320,191,231,145,6.27,2.5065,2.28,2.2833 universal,universal,299,191,167,133,5.86,2.4771,2.28,2.2833 unload,unload,235,191,198,170,4.61,2.3729,2.28,2.2833 Whoops,whoops,228,191,37,30,4.47,2.3598,2.28,2.2833 Alliance,alliance,465,190,174,115,9.12,2.6684,2.27,2.2810 artistic,artistic,251,190,235,181,4.92,2.4014,2.27,2.2810 attempts,attempts,220,190,214,186,4.31,2.3444,2.27,2.2810 chilly,chilly,220,190,195,178,4.31,2.3444,2.27,2.2810 claiming,claiming,212,190,204,182,4.16,2.3284,2.27,2.2810 confront,confront,218,190,203,179,4.27,2.3404,2.27,2.2810 contempt,contempt,256,190,245,185,5.02,2.4099,2.27,2.2810 equipped,equipped,217,190,212,187,4.25,2.3385,2.27,2.2810 feminine,feminine,233,190,214,179,4.57,2.3692,2.27,2.2810 gravy,gravy,269,190,253,184,5.27,2.4314,2.27,2.2810 grid,grid,282,190,267,183,5.53,2.4518,2.27,2.2810 juicy,juicy,219,190,190,166,4.29,2.3424,2.27,2.2810 ketchup,ketchup,310,190,266,169,6.08,2.4928,2.27,2.2810 knocks,knocks,205,190,184,169,4.02,2.3139,2.27,2.2810 lonesome,lonesome,357,190,248,174,7.00,2.5539,2.27,2.2810 lookout,lookout,227,190,209,181,4.45,2.3579,2.27,2.2810 orphan,orphan,293,190,272,178,5.75,2.4683,2.27,2.2810 overboard,overboard,259,190,249,185,5.08,2.4150,2.27,2.2810 profound,profound,213,190,205,183,4.18,2.3304,2.27,2.2810 promote,promote,225,190,220,187,4.41,2.3541,2.27,2.2810 providing,providing,205,190,169,158,4.02,2.3139,2.27,2.2810 Sarge,sarge,683,190,143,55,13.39,2.8351,2.27,2.2810 settling,settling,210,190,193,175,4.12,2.3243,2.27,2.2810 spooky,spooky,241,190,168,143,4.73,2.3838,2.27,2.2810 stumbled,stumbled,203,190,200,188,3.98,2.3096,2.27,2.2810 achieved,achieved,219,189,215,185,4.29,2.3424,2.25,2.2788 airline,airline,331,189,311,181,6.49,2.5211,2.25,2.2788 athlete,athlete,235,189,222,182,4.61,2.3729,2.25,2.2788 chess,chess,380,189,332,176,7.45,2.5809,2.25,2.2788 dealers,dealers,270,189,264,185,5.29,2.4330,2.25,2.2788 diving,diving,321,189,291,181,6.29,2.5079,2.25,2.2788 easiest,easiest,204,189,186,172,4.00,2.3118,2.25,2.2788 experiencing,experiencing,221,189,216,187,4.33,2.3464,2.25,2.2788 fireplace,fireplace,259,189,253,186,5.08,2.4150,2.25,2.2788 grim,grim,244,189,197,163,4.78,2.3892,2.25,2.2788 historical,historical,269,189,237,176,5.27,2.4314,2.25,2.2788 inherited,inherited,215,189,207,181,4.22,2.3345,2.25,2.2788 introduction,introduction,218,189,202,177,4.27,2.3404,2.25,2.2788 memo,memo,337,189,255,173,6.61,2.5289,2.25,2.2788 movements,movements,238,189,237,189,4.67,2.3784,2.25,2.2788 orchestra,orchestra,281,189,220,157,5.51,2.4502,2.25,2.2788 peel,peel,273,189,231,164,5.35,2.4378,2.25,2.2788 shutting,shutting,220,189,204,179,4.31,2.3444,2.25,2.2788 slug,slug,253,189,228,177,4.96,2.4048,2.25,2.2788 speeding,speeding,254,189,229,184,4.98,2.4065,2.25,2.2788 anchor,anchor,378,188,302,168,7.41,2.5786,2.24,2.2765 assassin,assassin,302,188,291,184,5.92,2.4814,2.24,2.2765 audio,audio,284,188,255,167,5.57,2.4548,2.24,2.2765 batch,batch,212,188,208,186,4.16,2.3284,2.24,2.2765 bombing,bombing,382,188,365,186,7.49,2.5832,2.24,2.2765 buyer,buyer,264,188,257,185,5.18,2.4232,2.24,2.2765 crab,crab,352,188,241,150,6.90,2.5478,2.24,2.2765 equals,equals,234,188,230,185,4.59,2.3711,2.24,2.2765 funky,funky,259,188,222,170,5.08,2.4150,2.24,2.2765 harassment,harassment,300,188,287,180,5.88,2.4786,2.24,2.2765 increased,increased,208,188,197,179,4.08,2.3201,2.24,2.2765 intellectual,intellectual,234,188,222,182,4.59,2.3711,2.24,2.2765 investigator,investigator,311,188,305,185,6.10,2.4942,2.24,2.2765 Lo,lo,397,188,128,89,7.78,2.5999,2.24,2.2765 lowest,lowest,225,188,211,181,4.41,2.3541,2.24,2.2765 lure,lure,217,188,196,173,4.25,2.3385,2.24,2.2765 occasional,occasional,199,188,191,182,3.90,2.3010,2.24,2.2765 payments,payments,226,188,223,185,4.43,2.3560,2.24,2.2765 psychiatric,psychiatric,242,188,201,160,4.75,2.3856,2.24,2.2765 resign,resign,257,188,243,182,5.04,2.4116,2.24,2.2765 sadness,sadness,244,188,234,186,4.78,2.3892,2.24,2.2765 Sydney,sydney,1619,188,2,2,31.75,3.2095,2.24,2.2765 teasing,teasing,215,188,206,183,4.22,2.3345,2.24,2.2765 Woo,woo,343,188,121,75,6.73,2.5366,2.24,2.2765 attempting,attempting,204,187,189,179,4.00,2.3118,2.23,2.2742 blouse,blouse,272,187,254,187,5.33,2.4362,2.23,2.2742 chemicals,chemicals,291,187,269,177,5.71,2.4654,2.23,2.2742 dorm,dorm,369,187,355,183,7.24,2.5682,2.23,2.2742 Harvey,harvey,849,187,2,2,16.65,2.9294,2.23,2.2742 involving,involving,204,187,196,181,4.00,2.3118,2.23,2.2742 landlord,landlord,272,187,249,173,5.33,2.4362,2.23,2.2742 monitoring,monitoring,230,187,227,184,4.51,2.3636,2.23,2.2742 morphine,morphine,331,187,283,169,6.49,2.5211,2.23,2.2742 oak,oak,286,187,189,129,5.61,2.4579,2.23,2.2742 pry,pry,210,187,200,179,4.12,2.3243,2.23,2.2742 sunk,sunk,237,187,229,185,4.65,2.3766,2.23,2.2742 tourist,tourist,237,187,208,170,4.65,2.3766,2.23,2.2742 translate,translate,246,187,211,169,4.82,2.3927,2.23,2.2742 understandable,understandable,201,187,177,169,3.94,2.3054,2.23,2.2742 undo,undo,223,187,191,166,4.37,2.3502,2.23,2.2742 adding,adding,205,186,194,175,4.02,2.3139,2.22,2.2718 blend,blend,218,186,210,180,4.27,2.3404,2.22,2.2718 butterfly,butterfly,281,186,197,144,5.51,2.4502,2.22,2.2718 cavalry,cavalry,317,186,216,156,6.22,2.5024,2.22,2.2718 Co,co,285,186,49,41,5.59,2.4564,2.22,2.2718 earthquake,earthquake,325,186,273,167,6.37,2.5132,2.22,2.2718 evacuate,evacuate,286,186,234,158,5.61,2.4579,2.22,2.2718 grudge,grudge,226,186,220,181,4.43,2.3560,2.22,2.2718 headlines,headlines,214,186,205,177,4.20,2.3324,2.22,2.2718 introducing,introducing,203,186,158,147,3.98,2.3096,2.22,2.2718 phenomenon,phenomenon,234,186,234,186,4.59,2.3711,2.22,2.2718 requesting,requesting,222,186,185,162,4.35,2.3483,2.22,2.2718 sewer,sewer,240,186,230,180,4.71,2.3820,2.22,2.2718 sinking,sinking,252,186,241,183,4.94,2.4031,2.22,2.2718 stroll,stroll,211,186,206,182,4.14,2.3263,2.22,2.2718 sued,sued,248,186,242,182,4.86,2.3962,2.22,2.2718 Switzerland,switzerland,293,186,6,2,5.75,2.4683,2.22,2.2718 vibe,vibe,266,186,252,183,5.22,2.4265,2.22,2.2718 weasel,weasel,250,186,188,166,4.90,2.3997,2.22,2.2718 artificial,artificial,246,185,217,169,4.82,2.3927,2.21,2.2695 assets,assets,260,185,254,185,5.10,2.4166,2.21,2.2695 Barney,barney,1003,185,1,1,19.67,3.0017,2.21,2.2695 camping,camping,315,185,293,172,6.18,2.4997,2.21,2.2695 chatter,chatter,238,185,203,157,4.67,2.3784,2.21,2.2695 endure,endure,225,185,224,184,4.41,2.3541,2.21,2.2695 freely,freely,215,185,209,180,4.22,2.3345,2.21,2.2695 ignoring,ignoring,208,185,200,178,4.08,2.3201,2.21,2.2695 immortal,immortal,260,185,249,180,5.10,2.4166,2.21,2.2695 impulse,impulse,269,185,262,184,5.27,2.4314,2.21,2.2695 journalist,journalist,311,185,287,176,6.10,2.4942,2.21,2.2695 Kirk,kirk,964,185,4,2,18.90,2.9845,2.21,2.2695 locking,locking,212,185,177,156,4.16,2.3284,2.21,2.2695 mechanic,mechanic,258,185,250,181,5.06,2.4133,2.21,2.2695 peep,peep,226,185,177,153,4.43,2.3560,2.21,2.2695 reduce,reduce,219,185,199,172,4.29,2.3424,2.21,2.2695 rental,rental,246,185,229,174,4.82,2.3927,2.21,2.2695 represented,represented,213,185,213,185,4.18,2.3304,2.21,2.2695 Sammy,sammy,704,185,7,2,13.80,2.8482,2.21,2.2695 Spike,spike,625,185,123,92,12.25,2.7966,2.21,2.2695 trousers,trousers,263,185,249,180,5.16,2.4216,2.21,2.2695 abused,abused,231,184,226,181,4.53,2.3655,2.19,2.2672 adopt,adopt,238,184,234,181,4.67,2.3784,2.19,2.2672 Asia,asia,270,184,1,1,5.29,2.4330,2.19,2.2672 bummer,bummer,212,184,115,105,4.16,2.3284,2.19,2.2672 Bundy,bundy,868,184,2,1,17.02,2.9390,2.19,2.2672 cheerleader,cheerleader,329,184,305,177,6.45,2.5185,2.19,2.2672 Commissioner,commissioner,624,184,222,102,12.24,2.7959,2.19,2.2672 dot,dot,338,184,190,152,6.63,2.5302,2.19,2.2672 emperor,emperor,690,184,366,117,13.53,2.8395,2.19,2.2672 flatter,flatter,200,184,190,177,3.92,2.3032,2.19,2.2672 fled,fled,224,184,214,180,4.39,2.3522,2.19,2.2672 formula,formula,401,184,383,175,7.86,2.6042,2.19,2.2672 Hence,hence,247,184,119,74,4.84,2.3945,2.19,2.2672 leaning,leaning,217,184,201,177,4.25,2.3385,2.19,2.2672 Mo,mo,354,184,121,97,6.94,2.5502,2.19,2.2672 morons,morons,214,184,191,170,4.20,2.3324,2.19,2.2672 Moscow,moscow,481,184,0,0,9.43,2.6830,2.19,2.2672 pneumonia,pneumonia,257,184,239,178,5.04,2.4116,2.19,2.2672 rag,rag,244,184,236,178,4.78,2.3892,2.19,2.2672 salmon,salmon,334,184,289,164,6.55,2.5250,2.19,2.2672 separation,separation,248,184,219,175,4.86,2.3962,2.19,2.2672 sneaky,sneaky,216,184,183,159,4.24,2.3365,2.19,2.2672 spitting,spitting,202,184,188,171,3.96,2.3075,2.19,2.2672 stadium,stadium,312,184,185,122,6.12,2.4955,2.19,2.2672 successfully,successfully,194,184,185,175,3.80,2.2900,2.19,2.2672 supermarket,supermarket,255,184,243,177,5.00,2.4082,2.19,2.2672 traded,traded,222,184,207,175,4.35,2.3483,2.19,2.2672 tripped,tripped,221,184,216,180,4.33,2.3464,2.19,2.2672 Affirmative,affirmative,241,183,95,72,4.73,2.3838,2.18,2.2648 altered,altered,228,183,215,175,4.47,2.3598,2.18,2.2648 ammo,ammo,274,183,260,177,5.37,2.4393,2.18,2.2648 butler,butler,508,183,344,136,9.96,2.7067,2.18,2.2648 canal,canal,326,183,189,116,6.39,2.5145,2.18,2.2648 copper,copper,336,183,242,161,6.59,2.5276,2.18,2.2648 exquisite,exquisite,213,183,187,165,4.18,2.3304,2.18,2.2648 fighters,fighters,362,183,308,165,7.10,2.5599,2.18,2.2648 flowing,flowing,217,183,205,171,4.25,2.3385,2.18,2.2648 impatient,impatient,206,183,200,179,4.04,2.3160,2.18,2.2648 kneel,kneel,272,183,163,128,5.33,2.4362,2.18,2.2648 nanny,nanny,531,183,306,156,10.41,2.7259,2.18,2.2648 noticing,noticing,196,183,193,180,3.84,2.2945,2.18,2.2648 Olive,olive,375,183,179,130,7.35,2.5752,2.18,2.2648 preparation,preparation,206,183,180,164,4.04,2.3160,2.18,2.2648 reply,reply,245,183,221,175,4.80,2.3909,2.18,2.2648 ripe,ripe,213,183,203,175,4.18,2.3304,2.18,2.2648 sacrificed,sacrificed,224,183,219,182,4.39,2.3522,2.18,2.2648 stunning,stunning,209,183,189,168,4.10,2.3222,2.18,2.2648 trim,trim,218,183,192,166,4.27,2.3404,2.18,2.2648 Vic,vic,998,183,162,70,19.57,2.9996,2.18,2.2648 vile,vile,226,183,204,171,4.43,2.3560,2.18,2.2648 whispers,whispers,280,183,206,144,5.49,2.4487,2.18,2.2648 cleaners,cleaners,227,182,210,171,4.45,2.3579,2.17,2.2625 concussion,concussion,229,182,206,170,4.49,2.3617,2.17,2.2625 detailed,detailed,200,182,195,178,3.92,2.3032,2.17,2.2625 devotion,devotion,211,182,205,177,4.14,2.3263,2.17,2.2625 embassy,embassy,397,182,233,117,7.78,2.5999,2.17,2.2625 ethics,ethics,273,182,250,168,5.35,2.4378,2.17,2.2625 favorites,favorites,200,182,199,181,3.92,2.3032,2.17,2.2625 fuse,fuse,248,182,241,177,4.86,2.3962,2.17,2.2625 Houston,houston,536,182,2,1,10.51,2.7300,2.17,2.2625 initials,initials,235,182,228,178,4.61,2.3729,2.17,2.2625 Jesse,jesse,1290,182,3,2,25.29,3.1109,2.17,2.2625 Jews,jews,520,182,17,11,10.20,2.7168,2.17,2.2625 newest,newest,201,182,195,178,3.94,2.3054,2.17,2.2625 Norman,norman,860,182,0,0,16.86,2.9350,2.17,2.2625 onions,onions,289,182,263,174,5.67,2.4624,2.17,2.2625 opponent,opponent,240,182,239,182,4.71,2.3820,2.17,2.2625 overwhelmed,overwhelmed,201,182,191,175,3.94,2.3054,2.17,2.2625 Rita,rita,1063,182,5,4,20.84,3.0269,2.17,2.2625 tenth,tenth,212,182,181,157,4.16,2.3284,2.17,2.2625 ticking,ticking,223,182,218,179,4.37,2.3502,2.17,2.2625 toxic,toxic,250,182,232,170,4.90,2.3997,2.17,2.2625 warriors,warriors,336,182,262,158,6.59,2.5276,2.17,2.2625 Yankee,yankee,459,182,5,4,9.00,2.6628,2.17,2.2625 academic,academic,238,181,215,172,4.67,2.3784,2.16,2.2601 Admiral,admiral,845,181,165,72,16.57,2.9274,2.16,2.2601 altar,altar,259,181,257,180,5.08,2.4150,2.16,2.2601 artery,artery,271,181,266,177,5.31,2.4346,2.16,2.2601 backstage,backstage,261,181,243,174,5.12,2.4183,2.16,2.2601 behaving,behaving,198,181,192,176,3.88,2.2989,2.16,2.2601 boiling,boiling,215,181,202,171,4.22,2.3345,2.16,2.2601 coolest,coolest,214,181,206,176,4.20,2.3324,2.16,2.2601 Dallas,dallas,711,181,0,0,13.94,2.8525,2.16,2.2601 flattering,flattering,195,181,190,176,3.82,2.2923,2.16,2.2601 grill,grill,227,181,175,136,4.45,2.3579,2.16,2.2601 Harris,harris,738,181,10,2,14.47,2.8686,2.16,2.2601 materials,materials,214,181,205,176,4.20,2.3324,2.16,2.2601 occasions,occasions,193,181,192,180,3.78,2.2878,2.16,2.2601 outfits,outfits,216,181,214,180,4.24,2.3365,2.16,2.2601 partnership,partnership,270,181,263,180,5.29,2.4330,2.16,2.2601 pigeon,pigeon,301,181,257,164,5.90,2.4800,2.16,2.2601 radical,radical,218,181,203,173,4.27,2.3404,2.16,2.2601 rates,rates,209,181,200,175,4.10,2.3222,2.16,2.2601 reject,reject,216,181,203,174,4.24,2.3365,2.16,2.2601 risked,risked,195,181,192,178,3.82,2.2923,2.16,2.2601 scars,scars,224,181,209,172,4.39,2.3522,2.16,2.2601 sessions,sessions,235,181,220,175,4.61,2.3729,2.16,2.2601 Shepherd,shepherd,379,181,183,135,7.43,2.5798,2.16,2.2601 stoned,stoned,254,181,248,178,4.98,2.4065,2.16,2.2601 waltz,waltz,279,181,231,161,5.47,2.4472,2.16,2.2601 worthwhile,worthwhile,206,181,203,178,4.04,2.3160,2.16,2.2601 ads,ads,258,180,242,173,5.06,2.4133,2.15,2.2577 attended,attended,198,180,192,174,3.88,2.2989,2.15,2.2577 Auntie,auntie,401,180,82,56,7.86,2.6042,2.15,2.2577 burgers,burgers,255,180,231,168,5.00,2.4082,2.15,2.2577 Charlotte,charlotte,1128,180,12,6,22.12,3.0527,2.15,2.2577 complications,complications,207,180,195,171,4.06,2.3181,2.15,2.2577 denying,denying,206,180,199,173,4.04,2.3160,2.15,2.2577 flights,flights,234,180,224,174,4.59,2.3711,2.15,2.2577 forgets,forgets,197,180,195,178,3.86,2.2967,2.15,2.2577 goddamned,goddamned,249,180,234,174,4.88,2.3979,2.15,2.2577 healed,healed,220,180,215,177,4.31,2.3444,2.15,2.2577 jewel,jewel,369,180,216,139,7.24,2.5682,2.15,2.2577 lodge,lodge,341,180,222,132,6.69,2.5340,2.15,2.2577 moaning,moaning,245,180,206,157,4.80,2.3909,2.15,2.2577 overheard,overheard,204,180,192,172,4.00,2.3118,2.15,2.2577 priceless,priceless,212,180,191,166,4.16,2.3284,2.15,2.2577 probation,probation,299,180,284,172,5.86,2.4771,2.15,2.2577 residents,residents,265,180,198,140,5.20,2.4249,2.15,2.2577 scouts,scouts,279,180,141,93,5.47,2.4472,2.15,2.2577 surrounding,surrounding,192,180,186,174,3.76,2.2856,2.15,2.2577 toughest,toughest,206,180,197,173,4.04,2.3160,2.15,2.2577 Valentine,valentine,768,180,45,30,15.06,2.8859,2.15,2.2577 views,views,206,180,203,178,4.04,2.3160,2.15,2.2577 accounting,accounting,230,179,186,151,4.51,2.3636,2.13,2.2553 broom,broom,243,179,215,168,4.76,2.3874,2.13,2.2553 buffet,buffet,226,179,212,167,4.43,2.3560,2.13,2.2553 challenging,challenging,194,179,187,173,3.80,2.2900,2.13,2.2553 curve,curve,235,179,209,166,4.61,2.3729,2.13,2.2553 dancers,dancers,272,179,240,165,5.33,2.4362,2.13,2.2553 establishment,establishment,210,179,205,175,4.12,2.3243,2.13,2.2553 grain,grain,243,179,233,172,4.76,2.3874,2.13,2.2553 improvement,improvement,198,179,194,178,3.88,2.2989,2.13,2.2553 janitor,janitor,292,179,274,173,5.73,2.4669,2.13,2.2553 matched,matched,205,179,200,176,4.02,2.3139,2.13,2.2553 ox,ox,397,179,306,167,7.78,2.5999,2.13,2.2553 payroll,payroll,257,179,239,172,5.04,2.4116,2.13,2.2553 predict,predict,203,179,202,178,3.98,2.3096,2.13,2.2553 puppet,puppet,279,179,263,168,5.47,2.4472,2.13,2.2553 Randy,randy,572,179,25,24,11.22,2.7582,2.13,2.2553 whistling,whistling,261,179,197,142,5.12,2.4183,2.13,2.2553 wolves,wolves,302,179,249,163,5.92,2.4814,2.13,2.2553 ankles,ankles,219,178,217,176,4.29,2.3424,2.12,2.2529 crawled,crawled,202,178,194,173,3.96,2.3075,2.12,2.2529 crop,crop,248,178,232,173,4.86,2.3962,2.12,2.2529 Daisy,daisy,689,178,55,47,13.51,2.8388,2.12,2.2529 decades,decades,201,178,194,173,3.94,2.3054,2.12,2.2529 destined,destined,209,178,206,176,4.10,2.3222,2.12,2.2529 digital,digital,275,178,227,162,5.39,2.4409,2.12,2.2529 evolution,evolution,272,178,246,163,5.33,2.4362,2.12,2.2529 freeway,freeway,282,178,245,160,5.53,2.4518,2.12,2.2529 froze,froze,216,178,211,173,4.24,2.3365,2.12,2.2529 gap,gap,218,178,165,133,4.27,2.3404,2.12,2.2529 hurricane,hurricane,447,178,370,151,8.76,2.6513,2.12,2.2529 Lv,lv,295,178,2,2,5.78,2.4713,2.12,2.2529 poop,poop,285,178,234,155,5.59,2.4564,2.12,2.2529 qualify,qualify,209,178,208,178,4.10,2.3222,2.12,2.2529 recorder,recorder,252,178,232,169,4.94,2.4031,2.12,2.2529 reminder,reminder,192,178,186,173,3.76,2.2856,2.12,2.2529 splitting,splitting,203,178,188,168,3.98,2.3096,2.12,2.2529 taped,taped,218,178,212,174,4.27,2.3404,2.12,2.2529 teenagers,teenagers,215,178,197,166,4.22,2.3345,2.12,2.2529 temptation,temptation,216,178,188,163,4.24,2.3365,2.12,2.2529 thumbs,thumbs,238,178,215,165,4.67,2.3784,2.12,2.2529 bouncing,bouncing,217,177,196,171,4.25,2.3385,2.11,2.2504 carnival,carnival,363,177,306,150,7.12,2.5611,2.11,2.2504 Charmed,charmed,311,177,99,78,6.10,2.4942,2.11,2.2504 comparison,comparison,187,177,184,174,3.67,2.2742,2.11,2.2504 discreet,discreet,207,177,199,173,4.06,2.3181,2.11,2.2504 Ellen,ellen,1229,177,1,1,24.10,3.0899,2.11,2.2504 employed,employed,209,177,200,172,4.10,2.3222,2.11,2.2504 excused,excused,202,177,198,174,3.96,2.3075,2.11,2.2504 expertise,expertise,203,177,199,175,3.98,2.3096,2.11,2.2504 goals,goals,262,177,248,176,5.14,2.4200,2.11,2.2504 Gulf,gulf,241,177,53,40,4.73,2.3838,2.11,2.2504 hacked,hacked,215,177,119,100,4.22,2.3345,2.11,2.2504 inn,inn,428,177,419,176,8.39,2.6325,2.11,2.2504 invested,invested,202,177,200,176,3.96,2.3075,2.11,2.2504 lens,lens,238,177,229,172,4.67,2.3784,2.11,2.2504 melted,melted,201,177,191,167,3.94,2.3054,2.11,2.2504 mustache,mustache,252,177,251,176,4.94,2.4031,2.11,2.2504 pegged,pegged,182,177,182,177,3.57,2.2625,2.11,2.2504 pilots,pilots,389,177,344,167,7.63,2.5911,2.11,2.2504 Psst,psst,253,177,27,19,4.96,2.4048,2.11,2.2504 references,references,209,177,203,173,4.10,2.3222,2.11,2.2504 refreshing,refreshing,187,177,176,166,3.67,2.2742,2.11,2.2504 remarks,remarks,200,177,197,174,3.92,2.3032,2.11,2.2504 restored,restored,214,177,198,173,4.20,2.3324,2.11,2.2504 rookie,rookie,252,177,227,166,4.94,2.4031,2.11,2.2504 suing,suing,293,177,279,172,5.75,2.4683,2.11,2.2504 tribute,tribute,267,177,258,174,5.24,2.4281,2.11,2.2504 abducted,abducted,255,176,250,175,5.00,2.4082,2.10,2.2480 assassination,assassination,281,176,269,170,5.51,2.4502,2.10,2.2480 associated,associated,200,176,176,162,3.92,2.3032,2.10,2.2480 authentic,authentic,230,176,214,169,4.51,2.3636,2.10,2.2480 bananas,bananas,278,176,229,153,5.45,2.4456,2.10,2.2480 bands,bands,274,176,251,172,5.37,2.4393,2.10,2.2480 condom,condom,263,176,249,170,5.16,2.4216,2.10,2.2480 contents,contents,219,176,214,173,4.29,2.3424,2.10,2.2480 cunt,cunt,350,176,313,165,6.86,2.5453,2.10,2.2480 discharged,discharged,226,176,213,171,4.43,2.3560,2.10,2.2480 fainted,fainted,222,176,212,172,4.35,2.3483,2.10,2.2480 feeds,feeds,193,176,183,167,3.78,2.2878,2.10,2.2480 fingernails,fingernails,210,176,200,169,4.12,2.3243,2.10,2.2480 fucks,fucks,233,176,221,165,4.57,2.3692,2.10,2.2480 languages,languages,209,176,206,175,4.10,2.3222,2.10,2.2480 maps,maps,251,176,231,167,4.92,2.4014,2.10,2.2480 powerless,powerless,192,176,183,169,3.76,2.2856,2.10,2.2480 privately,privately,198,176,175,157,3.88,2.2989,2.10,2.2480 rail,rail,233,176,215,162,4.57,2.3692,2.10,2.2480 reflect,reflect,213,176,209,174,4.18,2.3304,2.10,2.2480 strangle,strangle,223,176,217,171,4.37,2.3502,2.10,2.2480 stripes,stripes,322,176,209,136,6.31,2.5092,2.10,2.2480 turf,turf,218,176,205,164,4.27,2.3404,2.10,2.2480 witches,witches,533,176,483,165,10.45,2.7275,2.10,2.2480 adds,adds,201,175,193,167,3.94,2.3054,2.09,2.2455 blasted,blasted,229,175,198,158,4.49,2.3617,2.09,2.2455 category,category,207,175,204,172,4.06,2.3181,2.09,2.2455 challenged,challenged,206,175,202,172,4.04,2.3160,2.09,2.2455 condemned,condemned,232,175,214,161,4.55,2.3674,2.09,2.2455 daring,daring,214,175,191,164,4.20,2.3324,2.09,2.2455 exploded,exploded,198,175,194,172,3.88,2.2989,2.09,2.2455 grunts,grunts,356,175,291,143,6.98,2.5527,2.09,2.2455 halls,halls,204,175,185,163,4.00,2.3118,2.09,2.2455 indicated,indicated,203,175,201,174,3.98,2.3096,2.09,2.2455 Josh,josh,1039,175,11,2,20.37,3.0170,2.09,2.2455 nun,nun,355,175,331,163,6.96,2.5514,2.09,2.2455 specimen,specimen,242,175,234,171,4.75,2.3856,2.09,2.2455 starters,starters,182,175,182,175,3.57,2.2625,2.09,2.2455 straightened,straightened,190,175,188,174,3.73,2.2810,2.09,2.2455 Thompson,thompson,475,175,1,1,9.31,2.6776,2.09,2.2455 videos,videos,220,175,208,168,4.31,2.3444,2.09,2.2455 Wells,wells,480,175,85,48,9.41,2.6821,2.09,2.2455 boxing,boxing,370,174,297,152,7.25,2.5694,2.07,2.2430 cement,cement,234,174,215,170,4.59,2.3711,2.07,2.2430 chapel,chapel,406,174,240,136,7.96,2.6096,2.07,2.2430 Colorado,colorado,322,174,0,0,6.31,2.5092,2.07,2.2430 Elaine,elaine,712,174,0,0,13.96,2.8531,2.07,2.2430 fireworks,fireworks,287,174,252,167,5.63,2.4594,2.07,2.2430 greasy,greasy,199,174,185,165,3.90,2.3010,2.07,2.2430 humming,humming,251,174,191,144,4.92,2.4014,2.07,2.2430 mates,mates,243,174,234,173,4.76,2.3874,2.07,2.2430 nightclub,nightclub,237,174,227,168,4.65,2.3766,2.07,2.2430 outcome,outcome,201,174,200,174,3.94,2.3054,2.07,2.2430 Plaza,plaza,301,174,55,38,5.90,2.4800,2.07,2.2430 punching,punching,207,174,197,164,4.06,2.3181,2.07,2.2430 ruins,ruins,225,174,209,164,4.41,2.3541,2.07,2.2430 seas,seas,223,174,188,150,4.37,2.3502,2.07,2.2430 sensational,sensational,205,174,177,153,4.02,2.3139,2.07,2.2430 ape,ape,493,173,387,168,9.67,2.6937,2.06,2.2405 bundle,bundle,199,173,192,168,3.90,2.3010,2.06,2.2405 chooses,chooses,197,173,197,173,3.86,2.2967,2.06,2.2405 commercials,commercials,239,173,227,167,4.69,2.3802,2.06,2.2405 contribute,contribute,194,173,190,169,3.80,2.2900,2.06,2.2405 crippled,crippled,210,173,198,165,4.12,2.3243,2.06,2.2405 curb,curb,209,173,200,165,4.10,2.3222,2.06,2.2405 doom,doom,286,173,174,145,5.61,2.4579,2.06,2.2405 fag,fag,275,173,250,161,5.39,2.4409,2.06,2.2405 fracture,fracture,264,173,253,169,5.18,2.4232,2.06,2.2405 industrial,industrial,233,173,211,157,4.57,2.3692,2.06,2.2405 Michigan,michigan,298,173,3,3,5.84,2.4757,2.06,2.2405 Mississippi,mississippi,339,173,14,1,6.65,2.5315,2.06,2.2405 overseas,overseas,233,173,222,167,4.57,2.3692,2.06,2.2405 poking,poking,191,173,185,167,3.75,2.2833,2.06,2.2405 rep,rep,263,173,239,165,5.16,2.4216,2.06,2.2405 retrieve,retrieve,210,173,186,160,4.12,2.3243,2.06,2.2405 ruling,ruling,209,173,205,169,4.10,2.3222,2.06,2.2405 sharks,sharks,375,173,292,154,7.35,2.5752,2.06,2.2405 sponsor,sponsor,273,173,268,173,5.35,2.4378,2.06,2.2405 switching,switching,194,173,147,133,3.80,2.2900,2.06,2.2405 token,token,205,173,203,171,4.02,2.3139,2.06,2.2405 untie,untie,264,173,142,99,5.18,2.4232,2.06,2.2405 admired,admired,187,172,182,170,3.67,2.2742,2.05,2.2380 attorneys,attorneys,219,172,206,165,4.29,2.3424,2.05,2.2380 awaiting,awaiting,192,172,166,149,3.76,2.2856,2.05,2.2380 competitive,competitive,214,172,211,171,4.20,2.3324,2.05,2.2380 conducting,conducting,189,172,181,165,3.71,2.2788,2.05,2.2380 Dorothy,dorothy,895,172,1,1,17.55,2.9523,2.05,2.2380 grabs,grabs,190,172,184,167,3.73,2.2810,2.05,2.2380 insecure,insecure,207,172,205,171,4.06,2.3181,2.05,2.2380 Likewise,likewise,182,172,48,47,3.57,2.2625,2.05,2.2380 lone,lone,268,172,142,117,5.25,2.4298,2.05,2.2380 Mel,mel,778,172,5,5,15.25,2.8915,2.05,2.2380 neutral,neutral,215,172,190,159,4.22,2.3345,2.05,2.2380 oral,oral,220,172,182,148,4.31,2.3444,2.05,2.2380 payback,payback,195,172,154,139,3.82,2.2923,2.05,2.2380 pointless,pointless,183,172,178,167,3.59,2.2648,2.05,2.2380 portable,portable,204,172,180,159,4.00,2.3118,2.05,2.2380 postcard,postcard,211,172,207,170,4.14,2.3263,2.05,2.2380 rapid,rapid,223,172,181,145,4.37,2.3502,2.05,2.2380 rigged,rigged,194,172,191,171,3.80,2.2900,2.05,2.2380 sounding,sounding,193,172,182,164,3.78,2.2878,2.05,2.2380 steering,steering,207,172,197,166,4.06,2.3181,2.05,2.2380 surviving,surviving,185,172,175,163,3.63,2.2695,2.05,2.2380 tackle,tackle,219,172,199,162,4.29,2.3424,2.05,2.2380 trusts,trusts,189,172,189,172,3.71,2.2788,2.05,2.2380 Turner,turner,574,172,3,3,11.25,2.7597,2.05,2.2380 unlocked,unlocked,194,172,193,172,3.80,2.2900,2.05,2.2380 Victoria,victoria,375,172,23,4,7.35,2.5752,2.05,2.2380 agony,agony,191,171,176,159,3.75,2.2833,2.04,2.2355 aspect,aspect,197,171,197,171,3.86,2.2967,2.04,2.2355 canned,canned,214,171,198,158,4.20,2.3324,2.04,2.2355 crackers,crackers,289,171,214,159,5.67,2.4624,2.04,2.2355 extensive,extensive,189,171,179,161,3.71,2.2788,2.04,2.2355 gangster,gangster,272,171,251,162,5.33,2.4362,2.04,2.2355 Jo,jo,707,171,13,11,13.86,2.8500,2.04,2.2355 motherfucking,motherfucking,476,171,440,156,9.33,2.6785,2.04,2.2355 neglected,neglected,181,171,175,166,3.55,2.2601,2.04,2.2355 observed,observed,198,171,195,169,3.88,2.2989,2.04,2.2355 paycheck,paycheck,218,171,212,168,4.27,2.3404,2.04,2.2355 pins,pins,229,171,216,164,4.49,2.3617,2.04,2.2355 rabbits,rabbits,328,171,297,163,6.43,2.5172,2.04,2.2355 restricted,restricted,209,171,200,166,4.10,2.3222,2.04,2.2355 snatch,snatch,199,171,180,157,3.90,2.3010,2.04,2.2355 Stanley,stanley,949,171,1,1,18.61,2.9777,2.04,2.2355 succeeded,succeeded,186,171,185,171,3.65,2.2718,2.04,2.2355 timer,timer,319,171,300,160,6.25,2.5051,2.04,2.2355 Atlanta,atlanta,334,170,4,4,6.55,2.5250,2.03,2.2330 awaits,awaits,199,170,197,169,3.90,2.3010,2.03,2.2330 booty,booty,313,170,253,154,6.14,2.4969,2.03,2.2330 Boulevard,boulevard,264,170,31,27,5.18,2.4232,2.03,2.2330 bounty,bounty,366,170,323,158,7.18,2.5647,2.03,2.2330 Bronx,bronx,320,170,1,1,6.27,2.5065,2.03,2.2330 Cadillac,cadillac,292,170,11,6,5.73,2.4669,2.03,2.2330 Diane,diane,727,170,0,0,14.25,2.8621,2.03,2.2330 Edgar,edgar,646,170,0,0,12.67,2.8109,2.03,2.2330 flirt,flirt,200,170,198,168,3.92,2.3032,2.03,2.2330 grandchildren,grandchildren,198,170,194,168,3.88,2.2989,2.03,2.2330 hitch,hitch,208,170,168,152,4.08,2.3201,2.03,2.2330 hostages,hostages,494,170,487,168,9.69,2.6946,2.03,2.2330 housekeeper,housekeeper,298,170,280,163,5.84,2.4757,2.03,2.2330 insists,insists,185,170,179,165,3.63,2.2695,2.03,2.2330 knots,knots,285,170,280,166,5.59,2.4564,2.03,2.2330 microphone,microphone,232,170,222,164,4.55,2.3674,2.03,2.2330 occupation,occupation,210,170,170,140,4.12,2.3243,2.03,2.2330 Piper,piper,1554,170,38,34,30.47,3.1917,2.03,2.2330 scrap,scrap,223,170,196,160,4.37,2.3502,2.03,2.2330 sirens,sirens,241,170,191,145,4.73,2.3838,2.03,2.2330 splash,splash,215,170,179,151,4.22,2.3345,2.03,2.2330 verse,verse,238,170,219,155,4.67,2.3784,2.03,2.2330 wrists,wrists,222,170,220,170,4.35,2.3483,2.03,2.2330 aiming,aiming,193,169,190,167,3.78,2.2878,2.01,2.2304 apiece,apiece,202,169,196,165,3.96,2.3075,2.01,2.2304 architect,architect,334,169,311,161,6.55,2.5250,2.01,2.2304 claws,claws,226,169,195,162,4.43,2.3560,2.01,2.2304 compartment,compartment,304,169,279,166,5.96,2.4843,2.01,2.2304 Del,del,437,169,113,70,8.57,2.6415,2.01,2.2304 dine,dine,219,169,209,168,4.29,2.3424,2.01,2.2304 dislike,dislike,200,169,197,169,3.92,2.3032,2.01,2.2304 draws,draws,195,169,187,163,3.82,2.2923,2.01,2.2304 enters,enters,194,169,190,166,3.80,2.2900,2.01,2.2304 idiotic,idiotic,198,169,193,165,3.88,2.2989,2.01,2.2304 Jay,jay,821,169,13,12,16.10,2.9149,2.01,2.2304 Jess,jess,1074,169,1,1,21.06,3.0314,2.01,2.2304 lads,lads,429,169,402,166,8.41,2.6335,2.01,2.2304 onboard,onboard,241,169,235,164,4.73,2.3838,2.01,2.2304 origin,origin,227,169,205,154,4.45,2.3579,2.01,2.2304 paths,paths,181,169,180,168,3.55,2.2601,2.01,2.2304 Philip,philip,639,169,0,0,12.53,2.8062,2.01,2.2304 publish,publish,260,169,252,164,5.10,2.4166,2.01,2.2304 scattered,scattered,190,169,169,153,3.73,2.2810,2.01,2.2304 Scotland,scotland,378,169,1,1,7.41,2.5786,2.01,2.2304 softly,softly,241,169,201,139,4.73,2.3838,2.01,2.2304 stripped,stripped,183,169,174,160,3.59,2.2648,2.01,2.2304 tighter,tighter,208,169,169,142,4.08,2.3201,2.01,2.2304 Adams,adams,470,168,1,1,9.22,2.6730,2.00,2.2279 addressed,addressed,194,168,189,166,3.80,2.2900,2.00,2.2279 amounts,amounts,181,168,180,167,3.55,2.2601,2.00,2.2279 ashore,ashore,317,168,311,166,6.22,2.5024,2.00,2.2279 bloom,bloom,281,168,187,141,5.51,2.4502,2.00,2.2279 cafe,cafe,258,168,154,103,5.06,2.4133,2.00,2.2279 coal,coal,335,168,292,157,6.57,2.5263,2.00,2.2279 cooks,cooks,192,168,179,157,3.76,2.2856,2.00,2.2279 creates,creates,196,168,190,162,3.84,2.2945,2.00,2.2279 drawers,drawers,218,168,209,164,4.27,2.3404,2.00,2.2279 drip,drip,261,168,228,165,5.12,2.4183,2.00,2.2279 errand,errand,204,168,197,163,4.00,2.3118,2.00,2.2279 heir,heir,266,168,245,161,5.22,2.4265,2.00,2.2279 info,info,189,168,187,166,3.71,2.2788,2.00,2.2279 lent,lent,190,168,161,148,3.73,2.2810,2.00,2.2279 moms,moms,242,168,194,141,4.75,2.3856,2.00,2.2279 programmed,programmed,243,168,236,164,4.76,2.3874,2.00,2.2279 puff,puff,227,168,174,144,4.45,2.3579,2.00,2.2279 schmuck,schmuck,234,168,194,145,4.59,2.3711,2.00,2.2279 seeds,seeds,228,168,217,161,4.47,2.3598,2.00,2.2279 sunlight,sunlight,236,168,214,157,4.63,2.3747,2.00,2.2279 traps,traps,238,168,234,166,4.67,2.3784,2.00,2.2279 vanity,vanity,210,168,158,135,4.12,2.3243,2.00,2.2279 artillery,artillery,280,167,253,154,5.49,2.4487,1.99,2.2253 bin,bin,274,167,208,144,5.37,2.4393,1.99,2.2253 carved,carved,197,167,187,158,3.86,2.2967,1.99,2.2253 cocky,cocky,210,167,192,161,4.12,2.3243,1.99,2.2253 consolation,consolation,186,167,184,166,3.65,2.2718,1.99,2.2253 finals,finals,340,167,305,155,6.67,2.5328,1.99,2.2253 flee,flee,233,167,214,154,4.57,2.3692,1.99,2.2253 hangover,hangover,199,167,190,160,3.90,2.3010,1.99,2.2253 hound,hound,257,167,197,134,5.04,2.4116,1.99,2.2253 hunted,hunted,198,167,183,157,3.88,2.2989,1.99,2.2253 indication,indication,181,167,180,166,3.55,2.2601,1.99,2.2253 Jen,jen,856,167,3,2,16.78,2.9330,1.99,2.2253 Kenny,kenny,655,167,2,1,12.84,2.8169,1.99,2.2253 kin,kin,218,167,185,155,4.27,2.3404,1.99,2.2253 naval,naval,292,167,180,108,5.73,2.4669,1.99,2.2253 numerous,numerous,183,167,171,158,3.59,2.2648,1.99,2.2253 orderly,orderly,223,167,179,146,4.37,2.3502,1.99,2.2253 overreacting,overreacting,189,167,183,166,3.71,2.2788,1.99,2.2253 rehearse,rehearse,230,167,218,162,4.51,2.3636,1.99,2.2253 sentenced,sentenced,213,167,200,159,4.18,2.3304,1.99,2.2253 shoved,shoved,193,167,191,165,3.78,2.2878,1.99,2.2253 simpler,simpler,194,167,181,164,3.80,2.2900,1.99,2.2253 slit,slit,194,167,185,160,3.80,2.2900,1.99,2.2253 whiz,whiz,199,167,181,153,3.90,2.3010,1.99,2.2253 apartments,apartments,215,166,171,135,4.22,2.3345,1.98,2.2227 assembly,assembly,245,166,200,146,4.80,2.3909,1.98,2.2227 bidding,bidding,234,166,224,161,4.59,2.3711,1.98,2.2227 bosses,bosses,223,166,213,162,4.37,2.3502,1.98,2.2227 briefing,briefing,233,166,213,162,4.57,2.3692,1.98,2.2227 casting,casting,212,166,191,151,4.16,2.3284,1.98,2.2227 choir,choir,271,166,231,142,5.31,2.4346,1.98,2.2227 classical,classical,224,166,194,149,4.39,2.3522,1.98,2.2227 collector,collector,220,166,202,158,4.31,2.3444,1.98,2.2227 foreman,foreman,283,166,173,110,5.55,2.4533,1.98,2.2227 fulfill,fulfill,199,166,193,162,3.90,2.3010,1.98,2.2227 functions,functions,201,166,200,166,3.94,2.3054,1.98,2.2227 gaining,gaining,193,166,189,162,3.78,2.2878,1.98,2.2227 grind,grind,190,166,181,159,3.73,2.2810,1.98,2.2227 Hah,hah,281,166,33,22,5.51,2.4502,1.98,2.2227 Hooray,hooray,293,166,62,44,5.75,2.4683,1.98,2.2227 immune,immune,221,166,216,164,4.33,2.3464,1.98,2.2227 interviewed,interviewed,183,166,180,163,3.59,2.2648,1.98,2.2227 lottery,lottery,344,166,300,160,6.75,2.5378,1.98,2.2227 Moses,moses,364,166,8,4,7.14,2.5623,1.98,2.2227 Mummy,mummy,500,166,230,90,9.80,2.6998,1.98,2.2227 Palmer,palmer,717,166,1,1,14.06,2.8561,1.98,2.2227 Pennsylvania,pennsylvania,239,166,3,2,4.69,2.3802,1.98,2.2227 postpone,postpone,199,166,181,159,3.90,2.3010,1.98,2.2227 poverty,poverty,221,166,204,153,4.33,2.3464,1.98,2.2227 purchased,purchased,190,166,186,163,3.73,2.2810,1.98,2.2227 rebel,rebel,273,166,228,148,5.35,2.4378,1.98,2.2227 Rory,rory,2809,166,0,0,55.08,3.4487,1.98,2.2227 sacrifices,sacrifices,196,166,185,164,3.84,2.2945,1.98,2.2227 strawberry,strawberry,282,166,178,130,5.53,2.4518,1.98,2.2227 suction,suction,287,166,194,134,5.63,2.4594,1.98,2.2227 sympathetic,sympathetic,194,166,189,162,3.80,2.2900,1.98,2.2227 unlucky,unlucky,210,166,183,145,4.12,2.3243,1.98,2.2227 arresting,arresting,192,165,176,157,3.76,2.2856,1.97,2.2201 balloons,balloons,239,165,224,162,4.69,2.3802,1.97,2.2201 barge,barge,198,165,188,161,3.88,2.2989,1.97,2.2201 Benny,benny,849,165,3,3,16.65,2.9294,1.97,2.2201 coughing,coughing,251,165,207,139,4.92,2.4014,1.97,2.2201 courses,courses,195,165,195,165,3.82,2.2923,1.97,2.2201 disappearance,disappearance,220,165,217,164,4.31,2.3444,1.97,2.2201 experimental,experimental,199,165,179,154,3.90,2.3010,1.97,2.2201 Incidentally,incidentally,193,165,91,84,3.78,2.2878,1.97,2.2201 inspire,inspire,198,165,191,161,3.88,2.2989,1.97,2.2201 instructor,instructor,240,165,235,163,4.71,2.3820,1.97,2.2201 leash,leash,219,165,215,162,4.29,2.3424,1.97,2.2201 microwave,microwave,199,165,188,160,3.90,2.3010,1.97,2.2201 relation,relation,210,165,204,161,4.12,2.3243,1.97,2.2201 Republic,republic,286,165,71,49,5.61,2.4579,1.97,2.2201 rises,rises,205,165,197,158,4.02,2.3139,1.97,2.2201 Roberts,roberts,544,165,0,0,10.67,2.7364,1.97,2.2201 ruthless,ruthless,211,165,190,156,4.14,2.3263,1.97,2.2201 scarf,scarf,239,165,235,163,4.69,2.3802,1.97,2.2201 squirrel,squirrel,279,165,240,151,5.47,2.4472,1.97,2.2201 Superman,superman,623,165,32,25,12.22,2.7952,1.97,2.2201 treason,treason,259,165,239,160,5.08,2.4150,1.97,2.2201 urban,urban,237,165,175,131,4.65,2.3766,1.97,2.2201 Warren,warren,754,165,1,1,14.78,2.8779,1.97,2.2201 admission,admission,181,164,167,153,3.55,2.2601,1.96,2.2175 beliefs,beliefs,199,164,199,164,3.90,2.3010,1.96,2.2175 classroom,classroom,227,164,223,161,4.45,2.3579,1.96,2.2175 commence,commence,235,164,142,122,4.61,2.3729,1.96,2.2175 cottage,cottage,270,164,247,156,5.29,2.4330,1.96,2.2175 diseases,diseases,196,164,184,159,3.84,2.2945,1.96,2.2175 Enterprise,enterprise,413,164,139,124,8.10,2.6170,1.96,2.2175 farmers,farmers,230,164,194,144,4.51,2.3636,1.96,2.2175 forged,forged,216,164,200,153,4.24,2.3365,1.96,2.2175 Gypsy,gypsy,338,164,168,99,6.63,2.5302,1.96,2.2175 Kentucky,kentucky,266,164,1,1,5.22,2.4265,1.96,2.2175 medic,medic,291,164,182,124,5.71,2.4654,1.96,2.2175 mixing,mixing,176,164,165,155,3.45,2.2480,1.96,2.2175 Narrator,narrator,529,164,113,70,10.37,2.7243,1.96,2.2175 parallel,parallel,224,164,216,160,4.39,2.3522,1.96,2.2175 percentage,percentage,192,164,186,159,3.76,2.2856,1.96,2.2175 richer,richer,198,164,191,157,3.88,2.2989,1.96,2.2175 tempted,tempted,203,164,190,163,3.98,2.3096,1.96,2.2175 weddings,weddings,228,164,200,149,4.47,2.3598,1.96,2.2175 Alexander,alexander,485,163,0,0,9.51,2.6866,1.94,2.2148 asylum,asylum,234,163,222,159,4.59,2.3711,1.94,2.2148 beeping,beeping,329,163,274,131,6.45,2.5185,1.94,2.2148 bees,bees,272,163,228,144,5.33,2.4362,1.94,2.2148 chores,chores,214,163,208,161,4.20,2.3324,1.94,2.2148 detention,detention,333,163,291,151,6.53,2.5237,1.94,2.2148 doubled,doubled,182,163,170,157,3.57,2.2625,1.94,2.2148 grandparents,grandparents,214,163,210,160,4.20,2.3324,1.94,2.2148 honors,honors,211,163,181,151,4.14,2.3263,1.94,2.2148 insensitive,insensitive,191,163,186,160,3.75,2.2833,1.94,2.2148 lions,lions,323,163,263,140,6.33,2.5105,1.94,2.2148 lively,lively,207,163,169,149,4.06,2.3181,1.94,2.2148 narcotics,narcotics,262,163,200,138,5.14,2.4200,1.94,2.2148 peas,peas,237,163,216,154,4.65,2.3766,1.94,2.2148 pirate,pirate,375,163,305,144,7.35,2.5752,1.94,2.2148 pitiful,pitiful,196,163,168,147,3.84,2.2945,1.94,2.2148 poems,poems,243,163,229,158,4.76,2.3874,1.94,2.2148 scratching,scratching,189,163,172,150,3.71,2.2788,1.94,2.2148 shaped,shaped,181,163,177,160,3.55,2.2601,1.94,2.2148 software,software,430,163,363,157,8.43,2.6345,1.94,2.2148 spontaneous,spontaneous,213,163,193,150,4.18,2.3304,1.94,2.2148 stocks,stocks,208,163,192,149,4.08,2.3201,1.94,2.2148 strangled,strangled,250,163,232,152,4.90,2.3997,1.94,2.2148 substantial,substantial,182,163,176,159,3.57,2.2625,1.94,2.2148 thanked,thanked,194,163,192,161,3.80,2.2900,1.94,2.2148 videotape,videotape,264,163,255,160,5.18,2.4232,1.94,2.2148 wandered,wandered,176,163,172,160,3.45,2.2480,1.94,2.2148 Aaron,aaron,747,162,0,0,14.65,2.8739,1.93,2.2122 activated,activated,220,162,212,158,4.31,2.3444,1.93,2.2122 await,await,181,162,172,156,3.55,2.2601,1.93,2.2122 banquet,banquet,263,162,256,157,5.16,2.4216,1.93,2.2122 boards,boards,222,162,210,156,4.35,2.3483,1.93,2.2122 cane,cane,425,162,245,149,8.33,2.6294,1.93,2.2122 cherish,cherish,227,162,181,146,4.45,2.3579,1.93,2.2122 cocktails,cocktails,208,162,177,142,4.08,2.3201,1.93,2.2122 complained,complained,179,162,174,158,3.51,2.2553,1.93,2.2122 conservative,conservative,192,162,168,143,3.76,2.2856,1.93,2.2122 donkey,donkey,273,162,211,141,5.35,2.4378,1.93,2.2122 doughnut,doughnut,215,162,190,147,4.22,2.3345,1.93,2.2122 dumping,dumping,203,162,194,154,3.98,2.3096,1.93,2.2122 flock,flock,237,162,221,154,4.65,2.3766,1.93,2.2122 generator,generator,290,162,276,155,5.69,2.4639,1.93,2.2122 glimpse,glimpse,171,162,171,162,3.35,2.2355,1.93,2.2122 housing,housing,207,162,187,148,4.06,2.3181,1.93,2.2122 hump,hump,225,162,197,156,4.41,2.3541,1.93,2.2122 imaginary,imaginary,222,162,217,159,4.35,2.3483,1.93,2.2122 keeper,keeper,208,162,181,150,4.08,2.3201,1.93,2.2122 legendary,legendary,205,162,190,155,4.02,2.3139,1.93,2.2122 loaf,loaf,228,162,224,159,4.47,2.3598,1.93,2.2122 marriages,marriages,199,162,192,158,3.90,2.3010,1.93,2.2122 Mason,mason,709,162,20,15,13.90,2.8513,1.93,2.2122 mole,mole,411,162,316,148,8.06,2.6149,1.93,2.2122 presidential,presidential,285,162,219,132,5.59,2.4564,1.93,2.2122 prosecutor,prosecutor,366,162,300,152,7.18,2.5647,1.93,2.2122 ranks,ranks,199,162,196,159,3.90,2.3010,1.93,2.2122 secondary,secondary,209,162,188,150,4.10,2.3222,1.93,2.2122 slippers,slippers,263,162,254,160,5.16,2.4216,1.93,2.2122 squash,squash,223,162,201,150,4.37,2.3502,1.93,2.2122 Stewart,stewart,331,162,0,0,6.49,2.5211,1.93,2.2122 suffers,suffers,177,162,173,159,3.47,2.2504,1.93,2.2122 supported,supported,186,162,183,159,3.65,2.2718,1.93,2.2122 warming,warming,203,162,196,159,3.98,2.3096,1.93,2.2122 weary,weary,212,162,194,154,4.16,2.3284,1.93,2.2122 alongside,alongside,192,161,188,158,3.76,2.2856,1.92,2.2095 devils,devils,267,161,201,142,5.24,2.4281,1.92,2.2095 discretion,discretion,187,161,173,153,3.67,2.2742,1.92,2.2095 es,es,310,161,251,132,6.08,2.4928,1.92,2.2095 expand,expand,178,161,166,152,3.49,2.2529,1.92,2.2095 Golly,golly,263,161,120,92,5.16,2.4216,1.92,2.2095 leaking,leaking,184,161,174,154,3.61,2.2672,1.92,2.2095 mi,mi,307,161,165,97,6.02,2.4886,1.92,2.2095 northwest,northwest,204,161,123,98,4.00,2.3118,1.92,2.2095 objections,objections,205,161,201,159,4.02,2.3139,1.92,2.2095 pm,pm,228,161,179,125,4.47,2.3598,1.92,2.2095 regularly,regularly,172,161,167,156,3.37,2.2380,1.92,2.2095 relaxing,relaxing,184,161,179,158,3.61,2.2672,1.92,2.2095 richest,richest,206,161,202,158,4.04,2.3160,1.92,2.2095 rocking,rocking,223,161,211,155,4.37,2.3502,1.92,2.2095 scenery,scenery,193,161,187,157,3.78,2.2878,1.92,2.2095 sewing,sewing,198,161,183,149,3.88,2.2989,1.92,2.2095 smelly,smelly,211,161,188,154,4.14,2.3263,1.92,2.2095 sperm,sperm,318,161,300,152,6.24,2.5038,1.92,2.2095 spice,spice,270,161,181,100,5.29,2.4330,1.92,2.2095 stunned,stunned,189,161,183,156,3.71,2.2788,1.92,2.2095 tuned,tuned,182,161,177,159,3.57,2.2625,1.92,2.2095 activate,activate,238,160,159,120,4.67,2.3784,1.91,2.2068 alleged,alleged,203,160,194,154,3.98,2.3096,1.91,2.2068 Arnold,arnold,431,160,0,0,8.45,2.6355,1.91,2.2068 banker,banker,243,160,225,150,4.76,2.3874,1.91,2.2068 bodyguard,bodyguard,292,160,263,153,5.73,2.4669,1.91,2.2068 brag,brag,179,160,177,158,3.51,2.2553,1.91,2.2068 carrier,carrier,326,160,282,151,6.39,2.5145,1.91,2.2068 cheerful,cheerful,190,160,176,148,3.73,2.2810,1.91,2.2068 dandy,dandy,224,160,147,130,4.39,2.3522,1.91,2.2068 diaper,diaper,218,160,199,149,4.27,2.3404,1.91,2.2068 distraction,distraction,200,160,196,157,3.92,2.3032,1.91,2.2068 faculty,faculty,248,160,227,150,4.86,2.3962,1.91,2.2068 fascinated,fascinated,178,160,176,159,3.49,2.2529,1.91,2.2068 gigantic,gigantic,190,160,179,155,3.73,2.2810,1.91,2.2068 guinea,guinea,227,160,162,119,4.45,2.3579,1.91,2.2068 gunfire,gunfire,266,160,205,140,5.22,2.4265,1.91,2.2068 haunt,haunt,182,160,172,155,3.57,2.2625,1.91,2.2068 ignorance,ignorance,184,160,164,145,3.61,2.2672,1.91,2.2068 marker,marker,267,160,225,140,5.24,2.4281,1.91,2.2068 nipples,nipples,232,160,216,155,4.55,2.3674,1.91,2.2068 palms,palms,189,160,129,119,3.71,2.2788,1.91,2.2068 rapidly,rapidly,189,160,181,157,3.71,2.2788,1.91,2.2068 rhyme,rhyme,225,160,225,160,4.41,2.3541,1.91,2.2068 select,select,180,160,149,139,3.53,2.2577,1.91,2.2068 sensors,sensors,262,160,240,154,5.14,2.4200,1.91,2.2068 swine,swine,226,160,183,140,4.43,2.3560,1.91,2.2068 tickle,tickle,245,160,187,140,4.80,2.3909,1.91,2.2068 tidy,tidy,189,160,168,147,3.71,2.2788,1.91,2.2068 void,void,209,160,200,157,4.10,2.3222,1.91,2.2068 whites,whites,232,160,193,142,4.55,2.3674,1.91,2.2068 achievement,achievement,178,159,169,153,3.49,2.2529,1.90,2.2041 acres,acres,234,159,185,139,4.59,2.3711,1.90,2.2041 Bonnie,bonnie,696,159,31,9,13.65,2.8432,1.90,2.2041 caller,caller,222,159,175,139,4.35,2.3483,1.90,2.2041 canvas,canvas,216,159,204,153,4.24,2.3365,1.90,2.2041 clamp,clamp,350,159,188,118,6.86,2.5453,1.90,2.2041 cocoa,cocoa,256,159,181,115,5.02,2.4099,1.90,2.2041 crowds,crowds,179,159,169,151,3.51,2.2553,1.90,2.2041 cunning,cunning,207,159,196,150,4.06,2.3181,1.90,2.2041 diagnosis,diagnosis,219,159,203,145,4.29,2.3424,1.90,2.2041 disappointing,disappointing,175,159,161,146,3.43,2.2455,1.90,2.2041 dresser,dresser,182,159,178,156,3.57,2.2625,1.90,2.2041 inclined,inclined,169,159,166,157,3.31,2.2304,1.90,2.2041 kindergarten,kindergarten,195,159,184,149,3.82,2.2923,1.90,2.2041 machinery,machinery,187,159,172,153,3.67,2.2742,1.90,2.2041 martial,martial,296,159,269,149,5.80,2.4728,1.90,2.2041 metaphor,metaphor,198,159,197,158,3.88,2.2989,1.90,2.2041 nod,nod,203,159,173,138,3.98,2.3096,1.90,2.2041 notorious,notorious,189,159,169,146,3.71,2.2788,1.90,2.2041 organic,organic,220,159,202,149,4.31,2.3444,1.90,2.2041 pairs,pairs,212,159,207,158,4.16,2.3284,1.90,2.2041 par,par,253,159,235,145,4.96,2.4048,1.90,2.2041 premature,premature,177,159,160,146,3.47,2.2504,1.90,2.2041 sketch,sketch,252,159,242,154,4.94,2.4031,1.90,2.2041 slammed,slammed,166,159,162,155,3.25,2.2227,1.90,2.2041 slips,slips,198,159,195,157,3.88,2.2989,1.90,2.2041 stains,stains,198,159,197,158,3.88,2.2989,1.90,2.2041 thighs,thighs,196,159,192,156,3.84,2.2945,1.90,2.2041 unarmed,unarmed,197,159,187,155,3.86,2.2967,1.90,2.2041 unpredictable,unpredictable,175,159,171,155,3.43,2.2455,1.90,2.2041 uptight,uptight,206,159,191,153,4.04,2.3160,1.90,2.2041 vent,vent,225,159,211,152,4.41,2.3541,1.90,2.2041 warmer,warmer,184,159,168,151,3.61,2.2672,1.90,2.2041 weighs,weighs,178,159,173,155,3.49,2.2529,1.90,2.2041 Whereas,whereas,181,159,80,76,3.55,2.2601,1.90,2.2041 whistles,whistles,216,159,180,139,4.24,2.3365,1.90,2.2041 yummy,yummy,228,159,140,99,4.47,2.3598,1.90,2.2041 awards,awards,247,158,175,124,4.84,2.3945,1.88,2.2014 ax,ax,221,158,210,155,4.33,2.3464,1.88,2.2014 cautious,cautious,171,158,163,153,3.35,2.2355,1.88,2.2014 clam,clam,200,158,165,134,3.92,2.3032,1.88,2.2014 courthouse,courthouse,225,158,210,152,4.41,2.3541,1.88,2.2014 daytime,daytime,193,158,175,149,3.78,2.2878,1.88,2.2014 drugstore,drugstore,219,158,208,152,4.29,2.3424,1.88,2.2014 filth,filth,231,158,206,148,4.53,2.3655,1.88,2.2014 glance,glance,175,158,167,150,3.43,2.2455,1.88,2.2014 hides,hides,191,158,187,155,3.75,2.2833,1.88,2.2014 intel,intel,289,158,250,140,5.67,2.4624,1.88,2.2014 mailbox,mailbox,212,158,211,157,4.16,2.3284,1.88,2.2014 meds,meds,242,158,237,157,4.75,2.3856,1.88,2.2014 protein,protein,230,158,205,144,4.51,2.3636,1.88,2.2014 punks,punks,211,158,193,146,4.14,2.3263,1.88,2.2014 seasons,seasons,210,158,138,113,4.12,2.3243,1.88,2.2014 stated,stated,184,158,182,156,3.61,2.2672,1.88,2.2014 strangest,strangest,169,158,161,151,3.31,2.2304,1.88,2.2014 surf,surf,324,158,251,133,6.35,2.5119,1.88,2.2014 veteran,veteran,191,158,178,147,3.75,2.2833,1.88,2.2014 von,von,554,158,321,88,10.86,2.7443,1.88,2.2014 vs,vs,206,158,197,151,4.04,2.3160,1.88,2.2014 whacked,whacked,207,158,195,150,4.06,2.3181,1.88,2.2014 applying,applying,184,157,173,150,3.61,2.2672,1.87,2.1987 bladder,bladder,202,157,192,153,3.96,2.3075,1.87,2.1987 bugger,bugger,222,157,145,113,4.35,2.3483,1.87,2.1987 builds,builds,179,157,170,148,3.51,2.2553,1.87,2.1987 buzzing,buzzing,221,157,194,140,4.33,2.3464,1.87,2.1987 Carolina,carolina,316,157,1,1,6.20,2.5011,1.87,2.1987 cultural,cultural,202,157,177,142,3.96,2.3075,1.87,2.1987 cynical,cynical,187,157,181,155,3.67,2.2742,1.87,2.1987 Dana,dana,629,157,0,0,12.33,2.7993,1.87,2.1987 disturbance,disturbance,201,157,197,156,3.94,2.3054,1.87,2.1987 errands,errands,195,157,186,156,3.82,2.2923,1.87,2.1987 faking,faking,230,157,219,153,4.51,2.3636,1.87,2.1987 filming,filming,198,157,190,151,3.88,2.2989,1.87,2.1987 guarding,guarding,189,157,178,153,3.71,2.2788,1.87,2.1987 Holly,holly,548,157,53,38,10.75,2.7396,1.87,2.1987 horizon,horizon,228,157,198,143,4.47,2.3598,1.87,2.1987 hostess,hostess,189,157,169,148,3.71,2.2788,1.87,2.1987 judged,judged,206,157,202,156,4.04,2.3160,1.87,2.1987 kitten,kitten,241,157,214,144,4.73,2.3838,1.87,2.1987 manipulate,manipulate,177,157,170,152,3.47,2.2504,1.87,2.1987 midst,midst,175,157,167,156,3.43,2.2455,1.87,2.1987 pearls,pearls,269,157,246,146,5.27,2.4314,1.87,2.1987 righteous,righteous,200,157,167,137,3.92,2.3032,1.87,2.1987 significance,significance,178,157,177,156,3.49,2.2529,1.87,2.1987 Sissy,sissy,372,157,169,127,7.29,2.5717,1.87,2.1987 sobbing,sobbing,262,157,198,126,5.14,2.4200,1.87,2.1987 spelling,spelling,256,157,225,142,5.02,2.4099,1.87,2.1987 sweeping,sweeping,170,157,161,150,3.33,2.2330,1.87,2.1987 swift,swift,197,157,158,136,3.86,2.2967,1.87,2.1987 syrup,syrup,260,157,250,152,5.10,2.4166,1.87,2.1987 tournament,tournament,464,157,409,140,9.10,2.6675,1.87,2.1987 travelling,travelling,198,157,180,144,3.88,2.2989,1.87,2.1987 unreasonable,unreasonable,194,157,189,156,3.80,2.2900,1.87,2.1987 Bernard,bernard,662,156,1,1,12.98,2.8215,1.86,2.1959 breeding,breeding,186,156,175,149,3.65,2.2718,1.86,2.1959 Ciao,ciao,249,156,21,15,4.88,2.3979,1.86,2.1959 Debbie,debbie,595,156,2,2,11.67,2.7752,1.86,2.1959 fuckers,fuckers,199,156,182,144,3.90,2.3010,1.86,2.1959 Gloria,gloria,657,156,9,6,12.88,2.8182,1.86,2.1959 gorilla,gorilla,283,156,259,148,5.55,2.4533,1.86,2.1959 joints,joints,195,156,190,153,3.82,2.2923,1.86,2.1959 liars,liars,184,156,166,148,3.61,2.2672,1.86,2.1959 licked,licked,195,156,191,155,3.82,2.2923,1.86,2.1959 marketing,marketing,243,156,209,140,4.76,2.3874,1.86,2.1959 precaution,precaution,174,156,173,155,3.41,2.2430,1.86,2.1959 que,que,267,156,148,97,5.24,2.4281,1.86,2.1959 ribbon,ribbon,258,156,230,143,5.06,2.4133,1.86,2.1959 secrecy,secrecy,177,156,171,150,3.47,2.2504,1.86,2.1959 Shoo,shoo,267,156,80,60,5.24,2.4281,1.86,2.1959 spies,spies,233,156,208,139,4.57,2.3692,1.86,2.1959 stool,stool,179,156,174,153,3.51,2.2553,1.86,2.1959 torturing,torturing,171,156,162,150,3.35,2.2355,1.86,2.1959 uptown,uptown,246,156,198,140,4.82,2.3927,1.86,2.1959 vegetarian,vegetarian,202,156,192,152,3.96,2.3075,1.86,2.1959 via,via,180,156,150,133,3.53,2.2577,1.86,2.1959 Yuck,yuck,194,156,41,31,3.80,2.2900,1.86,2.1959 abortion,abortion,369,155,354,149,7.24,2.5682,1.85,2.1931 aged,aged,183,155,163,147,3.59,2.2648,1.85,2.1931 alias,alias,208,155,143,112,4.08,2.3201,1.85,2.1931 alternate,alternate,180,155,163,141,3.53,2.2577,1.85,2.1931 Baltimore,baltimore,362,155,0,0,7.10,2.5599,1.85,2.1931 circulation,circulation,185,155,173,149,3.63,2.2695,1.85,2.1931 conditioning,conditioning,196,155,191,154,3.84,2.2945,1.85,2.1931 condoms,condoms,256,155,222,137,5.02,2.4099,1.85,2.1931 difficulties,difficulties,175,155,173,154,3.43,2.2455,1.85,2.1931 dim,dim,243,155,154,132,4.76,2.3874,1.85,2.1931 doughnuts,doughnuts,231,155,223,152,4.53,2.3655,1.85,2.1931 dryer,dryer,231,155,213,147,4.53,2.3655,1.85,2.1931 glowing,glowing,180,155,178,154,3.53,2.2577,1.85,2.1931 iced,iced,218,155,185,138,4.27,2.3404,1.85,2.1931 incompetent,incompetent,194,155,186,149,3.80,2.2900,1.85,2.1931 inherit,inherit,181,155,175,152,3.55,2.2601,1.85,2.1931 itch,itch,213,155,211,154,4.18,2.3304,1.85,2.1931 Janet,janet,913,155,1,1,17.90,2.9609,1.85,2.1931 locations,locations,179,155,175,152,3.51,2.2553,1.85,2.1931 optimistic,optimistic,173,155,169,152,3.39,2.2405,1.85,2.1931 Pentagon,pentagon,298,155,12,8,5.84,2.4757,1.85,2.1931 quiz,quiz,252,155,226,144,4.94,2.4031,1.85,2.1931 realm,realm,238,155,196,144,4.67,2.3784,1.85,2.1931 remotely,remotely,164,155,163,154,3.22,2.2175,1.85,2.1931 resemblance,resemblance,180,155,179,155,3.53,2.2577,1.85,2.1931 runner,runner,253,155,196,133,4.96,2.4048,1.85,2.1931 sniffing,sniffing,174,155,148,136,3.41,2.2430,1.85,2.1931 soak,soak,176,155,157,139,3.45,2.2480,1.85,2.1931 stalling,stalling,194,155,178,154,3.80,2.2900,1.85,2.1931 static,static,254,155,199,138,4.98,2.4065,1.85,2.1931 virginity,virginity,199,155,189,151,3.90,2.3010,1.85,2.1931 appointments,appointments,173,154,168,149,3.39,2.2405,1.84,2.1903 Blake,blake,585,154,7,3,11.47,2.7679,1.84,2.1903 considerate,considerate,175,154,171,152,3.43,2.2455,1.84,2.1903 corruption,corruption,218,154,199,145,4.27,2.3404,1.84,2.1903 devices,devices,188,154,186,152,3.69,2.2765,1.84,2.1903 doggy,doggy,225,154,185,132,4.41,2.3541,1.84,2.1903 dripping,dripping,172,154,166,149,3.37,2.2380,1.84,2.1903 elderly,elderly,209,154,190,142,4.10,2.3222,1.84,2.1903 grenade,grenade,235,154,202,136,4.61,2.3729,1.84,2.1903 independence,independence,204,154,167,126,4.00,2.3118,1.84,2.1903 Italian,italian,194,154,24,21,3.80,2.2900,1.84,2.1903 liberal,liberal,203,154,174,135,3.98,2.3096,1.84,2.1903 marble,marble,266,154,194,146,5.22,2.4265,1.84,2.1903 mirrors,mirrors,235,154,219,148,4.61,2.3729,1.84,2.1903 morality,morality,189,154,177,148,3.71,2.2788,1.84,2.1903 muffin,muffin,297,154,239,135,5.82,2.4742,1.84,2.1903 processing,processing,193,154,168,136,3.78,2.2878,1.84,2.1903 resolved,resolved,175,154,168,150,3.43,2.2455,1.84,2.1903 shaken,shaken,169,154,141,134,3.31,2.2304,1.84,2.1903 shitting,shitting,181,154,176,151,3.55,2.2601,1.84,2.1903 shortcut,shortcut,201,154,191,146,3.94,2.3054,1.84,2.1903 smallest,smallest,166,154,162,150,3.25,2.2227,1.84,2.1903 Stern,stern,327,154,140,106,6.41,2.5159,1.84,2.1903 velvet,velvet,320,154,167,127,6.27,2.5065,1.84,2.1903 votes,votes,400,154,392,151,7.84,2.6031,1.84,2.1903 assaulted,assaulted,184,153,180,150,3.61,2.2672,1.82,2.1875 athletic,athletic,197,153,174,136,3.86,2.2967,1.82,2.1875 atomic,atomic,249,153,212,132,4.88,2.3979,1.82,2.1875 babysitter,babysitter,236,153,225,149,4.63,2.3747,1.82,2.1875 briefly,briefly,163,153,132,126,3.20,2.2148,1.82,2.1875 buses,buses,201,153,190,146,3.94,2.3054,1.82,2.1875 Canadian,canadian,254,153,7,7,4.98,2.4065,1.82,2.1875 cardiac,cardiac,202,153,178,139,3.96,2.3075,1.82,2.1875 chambers,chambers,296,153,165,125,5.80,2.4728,1.82,2.1875 climate,climate,180,153,171,146,3.53,2.2577,1.82,2.1875 Columbia,columbia,249,153,4,4,4.88,2.3979,1.82,2.1875 dedication,dedication,173,153,168,150,3.39,2.2405,1.82,2.1875 Delta,delta,425,153,71,30,8.33,2.6294,1.82,2.1875 disco,disco,294,153,221,129,5.76,2.4698,1.82,2.1875 disregard,disregard,179,153,157,140,3.51,2.2553,1.82,2.1875 Dusty,dusty,283,153,129,120,5.55,2.4533,1.82,2.1875 encouraging,encouraging,165,153,159,148,3.24,2.2201,1.82,2.1875 exits,exits,186,153,179,147,3.65,2.2718,1.82,2.1875 intercept,intercept,215,153,197,143,4.22,2.3345,1.82,2.1875 layer,layer,189,153,188,153,3.71,2.2788,1.82,2.1875 merit,merit,173,153,143,130,3.39,2.2405,1.82,2.1875 midget,midget,235,153,215,144,4.61,2.3729,1.82,2.1875 mold,mold,219,153,210,151,4.29,2.3424,1.82,2.1875 Murray,murray,561,153,0,0,11.00,2.7497,1.82,2.1875 overhead,overhead,187,153,179,145,3.67,2.2742,1.82,2.1875 pending,pending,174,153,155,140,3.41,2.2430,1.82,2.1875 pleases,pleases,173,153,172,152,3.39,2.2405,1.82,2.1875 practiced,practiced,170,153,165,149,3.33,2.2330,1.82,2.1875 sabotage,sabotage,197,153,166,137,3.86,2.2967,1.82,2.1875 stored,stored,169,153,169,153,3.31,2.2304,1.82,2.1875 survey,survey,227,153,198,139,4.45,2.3579,1.82,2.1875 survivor,survivor,221,153,191,138,4.33,2.3464,1.82,2.1875 throats,throats,181,153,174,150,3.55,2.2601,1.82,2.1875 valid,valid,164,153,156,147,3.22,2.2175,1.82,2.1875 Willow,willow,318,153,48,35,6.24,2.5038,1.82,2.1875 Yankees,yankees,309,153,3,3,6.06,2.4914,1.82,2.1875 appreciates,appreciates,159,152,158,151,3.12,2.2041,1.81,2.1847 axe,axe,249,152,229,146,4.88,2.3979,1.81,2.1847 billions,billions,203,152,177,137,3.98,2.3096,1.81,2.1847 blessings,blessings,206,152,184,141,4.04,2.3160,1.81,2.1847 carbon,carbon,267,152,216,132,5.24,2.4281,1.81,2.1847 chronic,chronic,252,152,179,131,4.94,2.4031,1.81,2.1847 clap,clap,241,152,170,120,4.73,2.3838,1.81,2.1847 corpses,corpses,192,152,184,148,3.76,2.2856,1.81,2.1847 deceive,deceive,174,152,170,151,3.41,2.2430,1.81,2.1847 Douglas,douglas,365,152,3,2,7.16,2.5635,1.81,2.1847 employ,employ,171,152,166,149,3.35,2.2355,1.81,2.1847 erased,erased,199,152,194,148,3.90,2.3010,1.81,2.1847 evaluation,evaluation,225,152,216,146,4.41,2.3541,1.81,2.1847 frequently,frequently,167,152,156,142,3.27,2.2253,1.81,2.1847 galaxy,galaxy,339,152,232,137,6.65,2.5315,1.81,2.1847 generosity,generosity,171,152,162,148,3.35,2.2355,1.81,2.1847 getaway,getaway,196,152,182,146,3.84,2.2945,1.81,2.1847 givin,givin,209,152,194,146,4.10,2.3222,1.81,2.1847 guarded,guarded,167,152,162,148,3.27,2.2253,1.81,2.1847 historic,historic,185,152,176,146,3.63,2.2695,1.81,2.1847 hometown,hometown,199,152,194,151,3.90,2.3010,1.81,2.1847 incapable,incapable,173,152,168,148,3.39,2.2405,1.81,2.1847 layout,layout,178,152,166,147,3.49,2.2529,1.81,2.1847 limp,limp,187,152,183,149,3.67,2.2742,1.81,2.1847 magnetic,magnetic,215,152,185,142,4.22,2.3345,1.81,2.1847 masterpiece,masterpiece,180,152,169,143,3.53,2.2577,1.81,2.1847 menace,menace,190,152,163,134,3.73,2.2810,1.81,2.1847 Molly,molly,882,152,29,4,17.29,2.9460,1.81,2.1847 Nelson,nelson,563,152,11,8,11.04,2.7513,1.81,2.1847 onion,onion,216,152,200,141,4.24,2.3365,1.81,2.1847 potentially,potentially,171,152,158,140,3.35,2.2355,1.81,2.1847 prank,prank,204,152,199,151,4.00,2.3118,1.81,2.1847 prospect,prospect,178,152,162,142,3.49,2.2529,1.81,2.1847 proudly,proudly,175,152,133,120,3.43,2.2455,1.81,2.1847 pursuing,pursuing,162,152,153,144,3.18,2.2122,1.81,2.1847 rainy,rainy,194,152,185,148,3.80,2.2900,1.81,2.1847 Reed,reed,464,152,24,16,9.10,2.6675,1.81,2.1847 relatively,relatively,166,152,155,144,3.25,2.2227,1.81,2.1847 removing,removing,165,152,140,131,3.24,2.2201,1.81,2.1847 reschedule,reschedule,180,152,171,145,3.53,2.2577,1.81,2.1847 Sharon,sharon,524,152,0,0,10.27,2.7202,1.81,2.1847 suspension,suspension,222,152,212,148,4.35,2.3483,1.81,2.1847 techniques,techniques,177,152,174,150,3.47,2.2504,1.81,2.1847 thigh,thigh,191,152,177,146,3.75,2.2833,1.81,2.1847 thirst,thirst,190,152,185,150,3.73,2.2810,1.81,2.1847 tomatoes,tomatoes,220,152,194,142,4.31,2.3444,1.81,2.1847 whichever,whichever,163,152,94,88,3.20,2.2148,1.81,2.1847 apologized,apologized,183,151,181,149,3.59,2.2648,1.80,2.1818 assumption,assumption,170,151,166,150,3.33,2.2330,1.80,2.1818 beasts,beasts,190,151,178,142,3.73,2.2810,1.80,2.1818 blinded,blinded,189,151,172,143,3.71,2.2788,1.80,2.1818 cheque,cheque,294,151,284,145,5.76,2.4698,1.80,2.1818 choked,choked,175,151,166,143,3.43,2.2455,1.80,2.1818 crusade,crusade,194,151,152,134,3.80,2.2900,1.80,2.1818 distinct,distinct,155,151,152,149,3.04,2.1931,1.80,2.1818 expressed,expressed,166,151,164,149,3.25,2.2227,1.80,2.1818 fasten,fasten,190,151,114,92,3.73,2.2810,1.80,2.1818 gambler,gambler,234,151,203,142,4.59,2.3711,1.80,2.1818 handkerchief,handkerchief,214,151,205,147,4.20,2.3324,1.80,2.1818 knot,knot,188,151,187,150,3.69,2.2765,1.80,2.1818 managing,managing,173,151,162,145,3.39,2.2405,1.80,2.1818 missus,missus,197,151,171,135,3.86,2.2967,1.80,2.1818 mop,mop,211,151,198,144,4.14,2.3263,1.80,2.1818 mornings,mornings,168,151,154,139,3.29,2.2279,1.80,2.1818 Napoleon,napoleon,317,151,0,0,6.22,2.5024,1.80,2.1818 obnoxious,obnoxious,179,151,176,149,3.51,2.2553,1.80,2.1818 obtain,obtain,190,151,184,148,3.73,2.2810,1.80,2.1818 penthouse,penthouse,231,151,182,114,4.53,2.3655,1.80,2.1818 plasma,plasma,254,151,223,140,4.98,2.4065,1.80,2.1818 rotting,rotting,166,151,164,149,3.25,2.2227,1.80,2.1818 Ruby,ruby,607,151,79,44,11.90,2.7839,1.80,2.1818 sailors,sailors,223,151,195,138,4.37,2.3502,1.80,2.1818 spared,spared,169,151,161,147,3.31,2.2304,1.80,2.1818 Teli,teli,1010,151,1,1,19.80,3.0048,1.80,2.1818 toll,toll,171,151,155,139,3.35,2.2355,1.80,2.1818 unemployed,unemployed,186,151,170,143,3.65,2.2718,1.80,2.1818 amigo,amigo,259,150,214,137,5.08,2.4150,1.79,2.1790 barber,barber,279,150,223,127,5.47,2.4472,1.79,2.1790 bats,bats,309,150,260,136,6.06,2.4914,1.79,2.1790 betcha,betcha,186,150,166,140,3.65,2.2718,1.79,2.1790 breakthrough,breakthrough,175,150,171,147,3.43,2.2455,1.79,2.1790 bridges,bridges,250,150,173,121,4.90,2.3997,1.79,2.1790 chump,chump,209,150,201,147,4.10,2.3222,1.79,2.1790 cope,cope,166,150,160,147,3.25,2.2227,1.79,2.1790 countryside,countryside,180,150,178,149,3.53,2.2577,1.79,2.1790 cranky,cranky,171,150,159,141,3.35,2.2355,1.79,2.1790 crosses,crosses,189,150,169,139,3.71,2.2788,1.79,2.1790 damages,damages,203,150,198,147,3.98,2.3096,1.79,2.1790 greatness,greatness,213,150,205,149,4.18,2.3304,1.79,2.1790 Inc,inc,172,150,9,8,3.37,2.2380,1.79,2.1790 Jock,jock,457,150,126,106,8.96,2.6609,1.79,2.1790 licence,licence,251,150,236,145,4.92,2.4014,1.79,2.1790 lyrics,lyrics,259,150,252,147,5.08,2.4150,1.79,2.1790 Mafia,mafia,238,150,53,44,4.67,2.3784,1.79,2.1790 marijuana,marijuana,271,150,234,135,5.31,2.4346,1.79,2.1790 Mash,mash,224,150,68,60,4.39,2.3522,1.79,2.1790 meaningful,meaningful,176,150,173,148,3.45,2.2480,1.79,2.1790 missiles,missiles,411,150,386,146,8.06,2.6149,1.79,2.1790 monk,monk,376,150,239,124,7.37,2.5763,1.79,2.1790 Nazis,nazis,278,150,4,4,5.45,2.4456,1.79,2.1790 occurs,occurs,170,150,167,149,3.33,2.2330,1.79,2.1790 plumber,plumber,229,150,217,146,4.49,2.3617,1.79,2.1790 quarterback,quarterback,243,150,219,141,4.76,2.3874,1.79,2.1790 Ranger,ranger,379,150,123,59,7.43,2.5798,1.79,2.1790 righty,righty,170,150,165,146,3.33,2.2330,1.79,2.1790 robber,robber,239,150,213,144,4.69,2.3802,1.79,2.1790 sailed,sailed,186,150,180,148,3.65,2.2718,1.79,2.1790 screws,screws,178,150,170,145,3.49,2.2529,1.79,2.1790 swap,swap,185,150,169,140,3.63,2.2695,1.79,2.1790 thrilling,thrilling,170,150,152,136,3.33,2.2330,1.79,2.1790 trials,trials,197,150,178,135,3.86,2.2967,1.79,2.1790 truce,truce,220,150,176,130,4.31,2.3444,1.79,2.1790 allies,allies,260,149,161,121,5.10,2.4166,1.78,2.1761 analyze,analyze,165,149,156,144,3.24,2.2201,1.78,2.1761 annoyed,annoyed,175,149,170,145,3.43,2.2455,1.78,2.1761 asset,asset,193,149,192,149,3.78,2.2878,1.78,2.1761 bricks,bricks,200,149,190,145,3.92,2.3032,1.78,2.1761 conducted,conducted,163,149,163,149,3.20,2.2148,1.78,2.1761 counseling,counseling,211,149,199,144,4.14,2.3263,1.78,2.1761 Curly,curly,294,149,104,87,5.76,2.4698,1.78,2.1761 Deb,deb,407,149,18,6,7.98,2.6107,1.78,2.1761 dialogue,dialogue,208,149,179,137,4.08,2.3201,1.78,2.1761 doorway,doorway,164,149,160,146,3.22,2.2175,1.78,2.1761 encouraged,encouraged,168,149,161,144,3.29,2.2279,1.78,2.1761 flashing,flashing,163,149,149,139,3.20,2.2148,1.78,2.1761 Fu,fu,371,149,169,87,7.27,2.5705,1.78,2.1761 Gracias,gracias,228,149,61,52,4.47,2.3598,1.78,2.1761 homeland,homeland,244,149,131,96,4.78,2.3892,1.78,2.1761 hooks,hooks,212,149,168,138,4.16,2.3284,1.78,2.1761 hotshot,hotshot,179,149,166,141,3.51,2.2553,1.78,2.1761 immature,immature,167,149,164,148,3.27,2.2253,1.78,2.1761 lists,lists,198,149,196,148,3.88,2.2989,1.78,2.1761 lump,lump,181,149,177,147,3.55,2.2601,1.78,2.1761 privileged,privileged,172,149,164,143,3.37,2.2380,1.78,2.1761 rays,rays,221,149,186,136,4.33,2.3464,1.78,2.1761 rebuild,rebuild,172,149,165,144,3.37,2.2380,1.78,2.1761 specially,specially,171,149,138,125,3.35,2.2355,1.78,2.1761 stamps,stamps,267,149,255,142,5.24,2.4281,1.78,2.1761 stationed,stationed,167,149,164,146,3.27,2.2253,1.78,2.1761 surgeons,surgeons,195,149,175,138,3.82,2.2923,1.78,2.1761 surprisingly,surprisingly,162,149,117,110,3.18,2.2122,1.78,2.1761 tattoos,tattoos,188,149,171,137,3.69,2.2765,1.78,2.1761 tripping,tripping,194,149,182,141,3.80,2.2900,1.78,2.1761 unpack,unpack,165,149,143,130,3.24,2.2201,1.78,2.1761 wretched,wretched,185,149,170,141,3.63,2.2695,1.78,2.1761 yells,yells,216,149,188,130,4.24,2.3365,1.78,2.1761 bottoms,bottoms,183,148,99,81,3.59,2.2648,1.76,2.1732 bulb,bulb,200,148,193,142,3.92,2.3032,1.76,2.1732 bulletin,bulletin,183,148,163,137,3.59,2.2648,1.76,2.1732 celebrities,celebrities,182,148,162,133,3.57,2.2625,1.76,2.1732 chauffeur,chauffeur,287,148,272,147,5.63,2.4594,1.76,2.1732 colorful,colorful,163,148,152,141,3.20,2.2148,1.76,2.1732 Hart,hart,600,148,7,6,11.76,2.7789,1.76,2.1732 hunters,hunters,247,148,205,132,4.84,2.3945,1.76,2.1732 injection,injection,211,148,206,146,4.14,2.3263,1.76,2.1732 jackpot,jackpot,189,148,136,110,3.71,2.2788,1.76,2.1732 locals,locals,185,148,168,137,3.63,2.2695,1.76,2.1732 Luther,luther,611,148,1,1,11.98,2.7868,1.76,2.1732 mechanism,mechanism,190,148,186,144,3.73,2.2810,1.76,2.1732 mysteries,mysteries,165,148,151,138,3.24,2.2201,1.76,2.1732 operated,operated,166,148,163,146,3.25,2.2227,1.76,2.1732 pirates,pirates,342,148,267,114,6.71,2.5353,1.76,2.1732 policemen,policemen,197,148,181,135,3.86,2.2967,1.76,2.1732 refusing,refusing,167,148,153,137,3.27,2.2253,1.76,2.1732 rehearsing,rehearsing,181,148,167,140,3.55,2.2601,1.76,2.1732 revolutionary,revolutionary,224,148,187,123,4.39,2.3522,1.76,2.1732 Rivers,rivers,271,148,124,100,5.31,2.4346,1.76,2.1732 seldom,seldom,167,148,157,140,3.27,2.2253,1.76,2.1732 sentiment,sentiment,162,148,154,143,3.18,2.2122,1.76,2.1732 shampoo,shampoo,215,148,195,135,4.22,2.3345,1.76,2.1732 Stitch,stitch,381,148,171,137,7.47,2.5821,1.76,2.1732 suspicions,suspicions,166,148,160,146,3.25,2.2227,1.76,2.1732 tad,tad,238,148,138,126,4.67,2.3784,1.76,2.1732 tucked,tucked,158,148,148,139,3.10,2.2014,1.76,2.1732 tunes,tunes,195,148,170,132,3.82,2.2923,1.76,2.1732 wrath,wrath,199,148,163,130,3.90,2.3010,1.76,2.1732 accomplice,accomplice,216,147,210,145,4.24,2.3365,1.75,2.1703 ants,ants,365,147,329,138,7.16,2.5635,1.75,2.1703 banged,banged,160,147,154,144,3.14,2.2068,1.75,2.1703 chatting,chatting,171,147,162,139,3.35,2.2355,1.75,2.1703 Communist,communist,386,147,162,76,7.57,2.5877,1.75,2.1703 connecting,connecting,164,147,143,133,3.22,2.2175,1.75,2.1703 cultures,cultures,164,147,160,144,3.22,2.2175,1.75,2.1703 deciding,deciding,167,147,161,142,3.27,2.2253,1.75,2.1703 forensic,forensic,200,147,172,129,3.92,2.3032,1.75,2.1703 forensics,forensics,192,147,124,97,3.76,2.2856,1.75,2.1703 freed,freed,190,147,173,142,3.73,2.2810,1.75,2.1703 Freud,freud,230,147,0,0,4.51,2.3636,1.75,2.1703 Harper,harper,866,147,2,1,16.98,2.9380,1.75,2.1703 hookers,hookers,199,147,180,134,3.90,2.3010,1.75,2.1703 intervention,intervention,186,147,186,147,3.65,2.2718,1.75,2.1703 jeopardy,jeopardy,175,147,137,117,3.43,2.2455,1.75,2.1703 mattered,mattered,157,147,157,147,3.08,2.1987,1.75,2.1703 Playboy,playboy,216,147,75,63,4.24,2.3365,1.75,2.1703 possessions,possessions,171,147,170,146,3.35,2.2355,1.75,2.1703 publisher,publisher,230,147,217,140,4.51,2.3636,1.75,2.1703 pumps,pumps,197,147,180,141,3.86,2.2967,1.75,2.1703 roughly,roughly,160,147,128,119,3.14,2.2068,1.75,2.1703 settles,settles,156,147,152,145,3.06,2.1959,1.75,2.1703 Sh,sh,268,147,111,77,5.25,2.4298,1.75,2.1703 sniff,sniff,181,147,159,130,3.55,2.2601,1.75,2.1703 summon,summon,197,147,167,129,3.86,2.2967,1.75,2.1703 tempting,tempting,154,147,134,130,3.02,2.1903,1.75,2.1703 tying,tying,158,147,142,133,3.10,2.2014,1.75,2.1703 unidentified,unidentified,187,147,153,122,3.67,2.2742,1.75,2.1703 vanilla,vanilla,203,147,140,110,3.98,2.3096,1.75,2.1703 vulgar,vulgar,167,147,163,144,3.27,2.2253,1.75,2.1703 witty,witty,163,147,153,138,3.20,2.2148,1.75,2.1703 airborne,airborne,215,146,169,117,4.22,2.3345,1.74,2.1673 altitude,altitude,198,146,175,133,3.88,2.2989,1.74,2.1673 amusement,amusement,191,146,178,142,3.75,2.2833,1.74,2.1673 approaches,approaches,171,146,168,143,3.35,2.2355,1.74,2.1673 bombed,bombed,197,146,194,144,3.86,2.2967,1.74,2.1673 Connie,connie,806,146,0,0,15.80,2.9069,1.74,2.1673 cowboys,cowboys,231,146,187,119,4.53,2.3655,1.74,2.1673 cripple,cripple,194,146,183,140,3.80,2.2900,1.74,2.1673 currency,currency,186,146,174,139,3.65,2.2718,1.74,2.1673 cutest,cutest,167,146,162,141,3.27,2.2253,1.74,2.1673 litter,litter,200,146,177,135,3.92,2.3032,1.74,2.1673 macho,macho,191,146,150,132,3.75,2.2833,1.74,2.1673 Mitch,mitch,915,146,1,1,17.94,2.9619,1.74,2.1673 Montana,montana,303,146,0,0,5.94,2.4829,1.74,2.1673 necks,necks,164,146,162,145,3.22,2.2175,1.74,2.1673 reminding,reminding,154,146,150,142,3.02,2.1903,1.74,2.1673 Rio,rio,349,146,37,3,6.84,2.5441,1.74,2.1673 robbers,robbers,231,146,212,136,4.53,2.3655,1.74,2.1673 spelled,spelled,178,146,168,138,3.49,2.2529,1.74,2.1673 toilets,toilets,170,146,166,143,3.33,2.2330,1.74,2.1673 trainer,trainer,284,146,250,139,5.57,2.4548,1.74,2.1673 verge,verge,167,146,167,146,3.27,2.2253,1.74,2.1673 Weli,weli,1993,146,1,1,39.08,3.2997,1.74,2.1673 Wisconsin,wisconsin,230,146,0,0,4.51,2.3636,1.74,2.1673 advisor,advisor,225,145,198,132,4.41,2.3541,1.73,2.1644 appealing,appealing,162,145,158,143,3.18,2.2122,1.73,2.1644 candidates,candidates,197,145,190,140,3.86,2.2967,1.73,2.1644 commerce,commerce,177,145,103,84,3.47,2.2504,1.73,2.1644 credits,credits,168,145,164,143,3.29,2.2279,1.73,2.1644 detected,detected,177,145,176,144,3.47,2.2504,1.73,2.1644 doorstep,doorstep,172,145,171,144,3.37,2.2380,1.73,2.1644 eccentric,eccentric,179,145,169,138,3.51,2.2553,1.73,2.1644 fisherman,fisherman,221,145,186,126,4.33,2.3464,1.73,2.1644 greeting,greeting,164,145,150,134,3.22,2.2175,1.73,2.1644 harvest,harvest,195,145,174,132,3.82,2.2923,1.73,2.1644 hormones,hormones,188,145,167,133,3.69,2.2765,1.73,2.1644 increasing,increasing,162,145,152,135,3.18,2.2122,1.73,2.1644 loads,loads,183,145,163,135,3.59,2.2648,1.73,2.1644 manly,manly,206,145,159,133,4.04,2.3160,1.73,2.1644 Massachusetts,massachusetts,212,145,0,0,4.16,2.3284,1.73,2.1644 medals,medals,208,145,199,143,4.08,2.3201,1.73,2.1644 misunderstand,misunderstand,168,145,166,145,3.29,2.2279,1.73,2.1644 morale,morale,210,145,188,134,4.12,2.3243,1.73,2.1644 ounce,ounce,206,145,162,142,4.04,2.3160,1.73,2.1644 partly,partly,175,145,143,124,3.43,2.2455,1.73,2.1644 preacher,preacher,342,145,287,140,6.71,2.5353,1.73,2.1644 privileges,privileges,177,145,166,141,3.47,2.2504,1.73,2.1644 recovering,recovering,155,145,144,135,3.04,2.1931,1.73,2.1644 rifles,rifles,261,145,247,138,5.12,2.4183,1.73,2.1644 rival,rival,193,145,188,143,3.78,2.2878,1.73,2.1644 skeleton,skeleton,261,145,206,138,5.12,2.4183,1.73,2.1644 slaughtered,slaughtered,167,145,158,141,3.27,2.2253,1.73,2.1644 steaks,steaks,204,145,184,137,4.00,2.3118,1.73,2.1644 stupidity,stupidity,163,145,149,135,3.20,2.2148,1.73,2.1644 Tiffany,tiffany,329,145,3,2,6.45,2.5185,1.73,2.1644 Tis,tis,354,145,114,56,6.94,2.5502,1.73,2.1644 tutor,tutor,235,145,221,144,4.61,2.3729,1.73,2.1644 wilderness,wilderness,201,145,174,137,3.94,2.3054,1.73,2.1644 yoga,yoga,227,145,196,135,4.45,2.3579,1.73,2.1644 assignments,assignments,180,144,179,143,3.53,2.2577,1.72,2.1614 authorization,authorization,184,144,166,134,3.61,2.2672,1.72,2.1614 bitten,bitten,188,144,183,143,3.69,2.2765,1.72,2.1614 competing,competing,192,144,183,141,3.76,2.2856,1.72,2.1614 condolences,condolences,162,144,149,134,3.18,2.2122,1.72,2.1614 container,container,219,144,210,141,4.29,2.3424,1.72,2.1614 diplomatic,diplomatic,256,144,225,128,5.02,2.4099,1.72,2.1614 donate,donate,203,144,189,133,3.98,2.3096,1.72,2.1614 drawings,drawings,232,144,229,142,4.55,2.3674,1.72,2.1614 formation,formation,203,144,192,138,3.98,2.3096,1.72,2.1614 founded,founded,158,144,148,135,3.10,2.2014,1.72,2.1614 freight,freight,196,144,178,133,3.84,2.2945,1.72,2.1614 infant,infant,215,144,205,139,4.22,2.3345,1.72,2.1614 launched,launched,192,144,186,140,3.76,2.2856,1.72,2.1614 outrage,outrage,160,144,154,139,3.14,2.2068,1.72,2.1614 paralyzed,paralyzed,190,144,176,138,3.73,2.2810,1.72,2.1614 perception,perception,180,144,169,136,3.53,2.2577,1.72,2.1614 Preferably,preferably,152,144,68,67,2.98,2.1847,1.72,2.1614 presenting,presenting,167,144,140,123,3.27,2.2253,1.72,2.1614 priests,priests,247,144,220,135,4.84,2.3945,1.72,2.1614 salvage,salvage,210,144,186,131,4.12,2.3243,1.72,2.1614 slowing,slowing,156,144,151,140,3.06,2.1959,1.72,2.1614 soaked,soaked,159,144,154,140,3.12,2.2041,1.72,2.1614 solar,solar,236,144,196,129,4.63,2.3747,1.72,2.1614 Stephen,stephen,678,144,1,1,13.29,2.8319,1.72,2.1614 stockings,stockings,190,144,185,140,3.73,2.2810,1.72,2.1614 sub,sub,390,144,350,123,7.65,2.5922,1.72,2.1614 sushi,sushi,222,144,177,119,4.35,2.3483,1.72,2.1614 unfinished,unfinished,179,144,167,134,3.51,2.2553,1.72,2.1614 vampires,vampires,459,144,364,128,9.00,2.6628,1.72,2.1614 addicted,addicted,231,143,213,130,4.53,2.3655,1.70,2.1584 amateurs,amateurs,176,143,146,123,3.45,2.2480,1.70,2.1584 Ash,ash,469,143,127,88,9.20,2.6721,1.70,2.1584 Beth,beth,813,143,1,1,15.94,2.9106,1.70,2.1584 boundaries,boundaries,189,143,180,139,3.71,2.2788,1.70,2.1584 bumps,bumps,177,143,176,143,3.47,2.2504,1.70,2.1584 caviar,caviar,195,143,163,124,3.82,2.2923,1.70,2.1584 chalk,chalk,183,143,151,118,3.59,2.2648,1.70,2.1584 Chandler,chandler,750,143,0,0,14.71,2.8756,1.70,2.1584 Dang,dang,216,143,73,57,4.24,2.3365,1.70,2.1584 drugged,drugged,187,143,182,141,3.67,2.2742,1.70,2.1584 expedition,expedition,289,143,255,132,5.67,2.4624,1.70,2.1584 finishes,finishes,182,143,180,141,3.57,2.2625,1.70,2.1584 Granny,granny,430,143,106,75,8.43,2.6345,1.70,2.1584 gunshots,gunshots,212,143,167,117,4.16,2.3284,1.70,2.1584 Juan,juan,381,143,3,2,7.47,2.5821,1.70,2.1584 legends,legends,182,143,162,130,3.57,2.2625,1.70,2.1584 mashed,mashed,188,143,154,124,3.69,2.2765,1.70,2.1584 motives,motives,165,143,163,141,3.24,2.2201,1.70,2.1584 mourning,mourning,175,143,166,142,3.43,2.2455,1.70,2.1584 Oliver,oliver,753,143,1,1,14.76,2.8774,1.70,2.1584 operational,operational,195,143,193,143,3.82,2.2923,1.70,2.1584 posing,posing,165,143,156,134,3.24,2.2201,1.70,2.1584 preposterous,preposterous,155,143,129,122,3.04,2.1931,1.70,2.1584 pumped,pumped,159,143,154,138,3.12,2.2041,1.70,2.1584 raging,raging,165,143,140,123,3.24,2.2201,1.70,2.1584 roar,roar,205,143,180,131,4.02,2.3139,1.70,2.1584 Rogers,rogers,385,143,0,0,7.55,2.5866,1.70,2.1584 saloon,saloon,262,143,227,127,5.14,2.4200,1.70,2.1584 sentences,sentences,168,143,164,140,3.29,2.2279,1.70,2.1584 spinal,spinal,218,143,177,133,4.27,2.3404,1.70,2.1584 stripper,stripper,267,143,259,138,5.24,2.4281,1.70,2.1584 swollen,swollen,165,143,161,139,3.24,2.2201,1.70,2.1584 tailor,tailor,213,143,201,140,4.18,2.3304,1.70,2.1584 thanking,thanking,154,143,149,141,3.02,2.1903,1.70,2.1584 tonic,tonic,195,143,184,136,3.82,2.2923,1.70,2.1584 voting,voting,241,143,229,134,4.73,2.3838,1.70,2.1584 adventures,adventures,184,142,150,124,3.61,2.2672,1.69,2.1553 bases,bases,182,142,166,133,3.57,2.2625,1.69,2.1553 consultant,consultant,187,142,179,137,3.67,2.2742,1.69,2.1553 context,context,163,142,161,142,3.20,2.2148,1.69,2.1553 courageous,courageous,161,142,150,138,3.16,2.2095,1.69,2.1553 cult,cult,227,142,213,135,4.45,2.3579,1.69,2.1553 defy,defy,158,142,148,137,3.10,2.2014,1.69,2.1553 dispose,dispose,160,142,143,129,3.14,2.2068,1.69,2.1553 enjoys,enjoys,150,142,146,140,2.94,2.1790,1.69,2.1553 hazard,hazard,197,142,156,131,3.86,2.2967,1.69,2.1553 hum,hum,246,142,150,109,4.82,2.3927,1.69,2.1553 impose,impose,145,142,143,141,2.84,2.1644,1.69,2.1553 infinite,infinite,178,142,169,133,3.49,2.2529,1.69,2.1553 islands,islands,230,142,221,136,4.51,2.3636,1.69,2.1553 jumpy,jumpy,158,142,142,133,3.10,2.2014,1.69,2.1553 kisser,kisser,174,142,174,142,3.41,2.2430,1.69,2.1553 Meg,meg,859,142,3,3,16.84,2.9345,1.69,2.1553 nuisance,nuisance,164,142,160,141,3.22,2.2175,1.69,2.1553 orbit,orbit,288,142,251,132,5.65,2.4609,1.69,2.1553 pickle,pickle,235,142,188,129,4.61,2.3729,1.69,2.1553 planets,planets,219,142,202,135,4.29,2.3424,1.69,2.1553 rattle,rattle,172,142,158,130,3.37,2.2380,1.69,2.1553 Republican,republican,206,142,26,23,4.04,2.3160,1.69,2.1553 rewarded,rewarded,150,142,147,141,2.94,2.1790,1.69,2.1553 Roosevelt,roosevelt,251,142,2,1,4.92,2.4014,1.69,2.1553 supernatural,supernatural,225,142,215,139,4.41,2.3541,1.69,2.1553 Swedish,swedish,200,142,4,3,3.92,2.3032,1.69,2.1553 swings,swings,180,142,173,140,3.53,2.2577,1.69,2.1553 undoubtedly,undoubtedly,171,142,120,105,3.35,2.2355,1.69,2.1553 wage,wage,159,142,158,141,3.12,2.2041,1.69,2.1553 beaches,beaches,209,141,197,133,4.10,2.3222,1.68,2.1523 bind,bind,171,141,149,129,3.35,2.2355,1.68,2.1523 bled,bled,201,141,189,132,3.94,2.3054,1.68,2.1523 careers,careers,157,141,150,134,3.08,2.1987,1.68,2.1523 Caribbean,caribbean,197,141,1,1,3.86,2.2967,1.68,2.1523 Collins,collins,506,141,10,4,9.92,2.7050,1.68,2.1523 dispute,dispute,160,141,153,138,3.14,2.2068,1.68,2.1523 dork,dork,213,141,181,127,4.18,2.3304,1.68,2.1523 educational,educational,167,141,150,132,3.27,2.2253,1.68,2.1523 fractured,fractured,166,141,143,126,3.25,2.2227,1.68,2.1523 gardener,gardener,214,141,208,135,4.20,2.3324,1.68,2.1523 goofy,goofy,266,141,152,122,5.22,2.4265,1.68,2.1523 hopeful,hopeful,152,141,141,133,2.98,2.1847,1.68,2.1523 housewife,housewife,180,141,168,136,3.53,2.2577,1.68,2.1523 interfering,interfering,156,141,151,138,3.06,2.1959,1.68,2.1523 intern,intern,232,141,224,139,4.55,2.3674,1.68,2.1523 kidneys,kidneys,215,141,202,137,4.22,2.3345,1.68,2.1523 lays,lays,150,141,144,137,2.94,2.1790,1.68,2.1523 logs,logs,185,141,176,137,3.63,2.2695,1.68,2.1523 marvellous,marvellous,222,141,180,114,4.35,2.3483,1.68,2.1523 musicians,musicians,191,141,176,130,3.75,2.2833,1.68,2.1523 negotiating,negotiating,155,141,146,133,3.04,2.1931,1.68,2.1523 nuns,nuns,218,141,196,132,4.27,2.3404,1.68,2.1523 ops,ops,214,141,126,100,4.20,2.3324,1.68,2.1523 photography,photography,198,141,167,121,3.88,2.2989,1.68,2.1523 racist,racist,246,141,236,138,4.82,2.3927,1.68,2.1523 Robinson,robinson,385,141,0,0,7.55,2.5866,1.68,2.1523 scalp,scalp,188,141,177,135,3.69,2.2765,1.68,2.1523 shines,shines,184,141,178,137,3.61,2.2672,1.68,2.1523 solitary,solitary,174,141,165,136,3.41,2.2430,1.68,2.1523 tongues,tongues,157,141,154,138,3.08,2.1987,1.68,2.1523 valet,valet,263,141,241,131,5.16,2.4216,1.68,2.1523 womb,womb,177,141,168,136,3.47,2.2504,1.68,2.1523 Yank,yank,240,141,107,95,4.71,2.3820,1.68,2.1523 Abraham,abraham,264,140,3,1,5.18,2.4232,1.67,2.1492 acceptance,acceptance,161,140,150,134,3.16,2.2095,1.67,2.1492 accounted,accounted,154,140,152,138,3.02,2.1903,1.67,2.1492 adoption,adoption,239,140,227,135,4.69,2.3802,1.67,2.1492 antibiotics,antibiotics,187,140,171,131,3.67,2.2742,1.67,2.1492 assembled,assembled,154,140,153,139,3.02,2.1903,1.67,2.1492 battalion,battalion,298,140,181,94,5.84,2.4757,1.67,2.1492 coconut,coconut,234,140,170,116,4.59,2.3711,1.67,2.1492 crummy,crummy,171,140,157,132,3.35,2.2355,1.67,2.1492 doubted,doubted,150,140,149,139,2.94,2.1790,1.67,2.1492 Duh,duh,203,140,56,38,3.98,2.3096,1.67,2.1492 escaping,escaping,162,140,153,133,3.18,2.2122,1.67,2.1492 essentially,essentially,166,140,128,112,3.25,2.2227,1.67,2.1492 foam,foam,179,140,165,132,3.51,2.2553,1.67,2.1492 injustice,injustice,163,140,161,139,3.20,2.2148,1.67,2.1492 Jonathan,jonathan,711,140,1,1,13.94,2.8525,1.67,2.1492 massacre,massacre,202,140,155,117,3.96,2.3075,1.67,2.1492 neighbours,neighbours,195,140,184,138,3.82,2.2923,1.67,2.1492 proceeding,proceeding,156,140,135,123,3.06,2.1959,1.67,2.1492 prop,prop,188,140,167,127,3.69,2.2765,1.67,2.1492 pupils,pupils,184,140,130,99,3.61,2.2672,1.67,2.1492 rye,rye,212,140,154,106,4.16,2.3284,1.67,2.1492 severely,severely,154,140,147,134,3.02,2.1903,1.67,2.1492 shaky,shaky,151,140,139,130,2.96,2.1818,1.67,2.1492 snacks,snacks,173,140,156,131,3.39,2.2405,1.67,2.1492 submarine,submarine,362,140,315,129,7.10,2.5599,1.67,2.1492 suited,suited,152,140,151,139,2.98,2.1847,1.67,2.1492 superstitious,superstitious,175,140,165,135,3.43,2.2455,1.67,2.1492 tomb,tomb,287,140,250,126,5.63,2.4594,1.67,2.1492 tuition,tuition,206,140,191,131,4.04,2.3160,1.67,2.1492 tummy,tummy,177,140,159,130,3.47,2.2504,1.67,2.1492 vicinity,vicinity,153,140,150,137,3.00,2.1875,1.67,2.1492 wager,wager,202,140,196,137,3.96,2.3075,1.67,2.1492 website,website,220,140,211,133,4.31,2.3444,1.67,2.1492 addresses,addresses,162,139,160,137,3.18,2.2122,1.66,2.1461 autumn,autumn,193,139,140,104,3.78,2.2878,1.66,2.1461 believer,believer,174,139,168,136,3.41,2.2430,1.66,2.1461 bums,bums,190,139,175,136,3.73,2.2810,1.66,2.1461 charms,charms,173,139,146,123,3.39,2.2405,1.66,2.1461 chimney,chimney,213,139,202,134,4.18,2.3304,1.66,2.1461 coins,coins,219,139,207,134,4.29,2.3424,1.66,2.1461 conceived,conceived,162,139,158,135,3.18,2.2122,1.66,2.1461 condo,condo,215,139,208,133,4.22,2.3345,1.66,2.1461 credibility,credibility,163,139,162,139,3.20,2.2148,1.66,2.1461 cruelty,cruelty,166,139,152,126,3.25,2.2227,1.66,2.1461 curfew,curfew,234,139,208,129,4.59,2.3711,1.66,2.1461 digest,digest,168,139,85,79,3.29,2.2279,1.66,2.1461 dye,dye,197,139,186,133,3.86,2.2967,1.66,2.1461 Egypt,egypt,270,139,2,2,5.29,2.4330,1.66,2.1461 eliminated,eliminated,166,139,164,138,3.25,2.2227,1.66,2.1461 groove,groove,212,139,188,126,4.16,2.3284,1.66,2.1461 insults,insults,152,139,148,137,2.98,2.1847,1.66,2.1461 investigated,investigated,161,139,161,139,3.16,2.2095,1.66,2.1461 jeopardize,jeopardize,147,139,145,138,2.88,2.1703,1.66,2.1461 licking,licking,175,139,167,135,3.43,2.2455,1.66,2.1461 mat,mat,178,139,166,135,3.49,2.2529,1.66,2.1461 melody,melody,337,139,174,114,6.61,2.5289,1.66,2.1461 mentioning,mentioning,146,139,143,136,2.86,2.1673,1.66,2.1461 nursery,nursery,207,139,202,136,4.06,2.3181,1.66,2.1461 pasta,pasta,216,139,190,127,4.24,2.3365,1.66,2.1461 properties,properties,162,139,148,129,3.18,2.2122,1.66,2.1461 receipts,receipts,176,139,169,134,3.45,2.2480,1.66,2.1461 renting,renting,162,139,149,132,3.18,2.2122,1.66,2.1461 salon,salon,234,139,204,130,4.59,2.3711,1.66,2.1461 Samuel,samuel,344,139,0,0,6.75,2.5378,1.66,2.1461 snooping,snooping,156,139,147,136,3.06,2.1959,1.66,2.1461 spa,spa,239,139,213,130,4.69,2.3802,1.66,2.1461 stuffy,stuffy,185,139,144,130,3.63,2.2695,1.66,2.1461 voodoo,voodoo,243,139,191,120,4.76,2.3874,1.66,2.1461 alarmed,alarmed,151,138,150,138,2.96,2.1818,1.65,2.1430 appearances,appearances,156,138,141,128,3.06,2.1959,1.65,2.1430 babes,babes,177,138,159,129,3.47,2.2504,1.65,2.1430 baking,baking,177,138,166,132,3.47,2.2504,1.65,2.1430 blades,blades,166,138,150,125,3.25,2.2227,1.65,2.1430 bulls,bulls,264,138,132,90,5.18,2.4232,1.65,2.1430 camel,camel,256,138,219,121,5.02,2.4099,1.65,2.1430 criticism,criticism,155,138,150,136,3.04,2.1931,1.65,2.1430 digs,digs,151,138,148,135,2.96,2.1818,1.65,2.1430 exceptional,exceptional,149,138,142,133,2.92,2.1761,1.65,2.1430 flags,flags,175,138,147,116,3.43,2.2455,1.65,2.1430 flare,flare,215,138,196,132,4.22,2.3345,1.65,2.1430 fluids,fluids,167,138,160,135,3.27,2.2253,1.65,2.1430 hasty,hasty,179,138,150,135,3.51,2.2553,1.65,2.1430 Hudson,hudson,481,138,1,1,9.43,2.6830,1.65,2.1430 impressions,impressions,159,138,158,137,3.12,2.2041,1.65,2.1430 indulge,indulge,147,138,129,124,2.88,2.1703,1.65,2.1430 initiate,initiate,170,138,110,99,3.33,2.2330,1.65,2.1430 interviewing,interviewing,153,138,152,137,3.00,2.1875,1.65,2.1430 Jill,jill,667,138,2,2,13.08,2.8248,1.65,2.1430 karate,karate,386,138,304,115,7.57,2.5877,1.65,2.1430 melting,melting,168,138,159,132,3.29,2.2279,1.65,2.1430 merciful,merciful,178,138,147,114,3.49,2.2529,1.65,2.1430 natives,natives,216,138,190,133,4.24,2.3365,1.65,2.1430 Negro,negro,274,138,26,21,5.37,2.4393,1.65,2.1430 pleasures,pleasures,158,138,155,137,3.10,2.2014,1.65,2.1430 politician,politician,167,138,165,136,3.27,2.2253,1.65,2.1430 priorities,priorities,166,138,154,132,3.25,2.2227,1.65,2.1430 raving,raving,161,138,154,135,3.16,2.2095,1.65,2.1430 repairs,repairs,176,138,165,131,3.45,2.2480,1.65,2.1430 ruler,ruler,162,138,151,130,3.18,2.2122,1.65,2.1430 starboard,starboard,334,138,268,124,6.55,2.5250,1.65,2.1430 strapped,strapped,164,138,156,133,3.22,2.2175,1.65,2.1430 swords,swords,220,138,206,128,4.31,2.3444,1.65,2.1430 tags,tags,181,138,175,133,3.55,2.2601,1.65,2.1430 thrust,thrust,197,138,162,130,3.86,2.2967,1.65,2.1430 troop,troop,296,138,194,119,5.80,2.4728,1.65,2.1430 Tyler,tyler,709,138,8,3,13.90,2.8513,1.65,2.1430 valve,valve,247,138,227,133,4.84,2.3945,1.65,2.1430 vein,vein,183,138,180,136,3.59,2.2648,1.65,2.1430 angles,angles,164,137,161,135,3.22,2.2175,1.63,2.1399 Bo,bo,742,137,32,21,14.55,2.8710,1.63,2.1399 branches,branches,170,137,169,136,3.33,2.2330,1.63,2.1399 champions,champions,212,137,185,123,4.16,2.3284,1.63,2.1399 cinch,cinch,182,137,160,130,3.57,2.2625,1.63,2.1399 claw,claw,223,137,163,123,4.37,2.3502,1.63,2.1399 comeback,comeback,170,137,162,133,3.33,2.2330,1.63,2.1399 consumed,consumed,158,137,150,130,3.10,2.2014,1.63,2.1399 dicks,dicks,204,137,190,130,4.00,2.3118,1.63,2.1399 disconnected,disconnected,159,137,151,131,3.12,2.2041,1.63,2.1399 donation,donation,179,137,173,134,3.51,2.2553,1.63,2.1399 excess,excess,156,137,147,131,3.06,2.1959,1.63,2.1399 exercises,exercises,175,137,172,135,3.43,2.2455,1.63,2.1399 exhibition,exhibition,207,137,192,134,4.06,2.3181,1.63,2.1399 eyebrows,eyebrows,168,137,165,134,3.29,2.2279,1.63,2.1399 faked,faked,177,137,171,134,3.47,2.2504,1.63,2.1399 flick,flick,257,137,150,122,5.04,2.4116,1.63,2.1399 gallons,gallons,187,137,184,137,3.67,2.2742,1.63,2.1399 gardens,gardens,206,137,126,95,4.04,2.3160,1.63,2.1399 grape,grape,204,137,163,116,4.00,2.3118,1.63,2.1399 homemade,homemade,146,137,115,110,2.86,2.1673,1.63,2.1399 homosexual,homosexual,241,137,219,130,4.73,2.3838,1.63,2.1399 hypocrite,hypocrite,166,137,154,127,3.25,2.2227,1.63,2.1399 Indistinct,indistinct,252,137,91,50,4.94,2.4031,1.63,2.1399 labs,labs,208,137,173,117,4.08,2.3201,1.63,2.1399 liability,liability,158,137,150,129,3.10,2.2014,1.63,2.1399 napkin,napkin,184,137,170,130,3.61,2.2672,1.63,2.1399 niggers,niggers,306,137,285,130,6.00,2.4871,1.63,2.1399 owl,owl,286,137,191,117,5.61,2.4579,1.63,2.1399 placing,placing,147,137,143,134,2.88,2.1703,1.63,2.1399 probable,probable,167,137,139,115,3.27,2.2253,1.63,2.1399 programme,programme,235,137,224,135,4.61,2.3729,1.63,2.1399 scram,scram,179,137,96,76,3.51,2.2553,1.63,2.1399 shan,shan,192,137,149,117,3.76,2.2856,1.63,2.1399 slob,slob,182,137,172,135,3.57,2.2625,1.63,2.1399 southeast,southeast,167,137,94,81,3.27,2.2253,1.63,2.1399 statistics,statistics,167,137,148,122,3.27,2.2253,1.63,2.1399 sundown,sundown,174,137,156,129,3.41,2.2430,1.63,2.1399 vanish,vanish,163,137,142,127,3.20,2.2148,1.63,2.1399 visa,visa,216,137,149,82,4.24,2.3365,1.63,2.1399 vitals,vitals,184,137,134,111,3.61,2.2672,1.63,2.1399 vitamins,vitamins,181,137,162,127,3.55,2.2601,1.63,2.1399 aces,aces,202,136,132,96,3.96,2.3075,1.62,2.1367 admitting,admitting,157,136,138,122,3.08,2.1987,1.62,2.1367 Alaska,alaska,223,136,1,1,4.37,2.3502,1.62,2.1367 bedrooms,bedrooms,152,136,150,134,2.98,2.1847,1.62,2.1367 chunk,chunk,211,136,142,130,4.14,2.3263,1.62,2.1367 distinction,distinction,150,136,150,136,2.94,2.1790,1.62,2.1367 Emma,emma,801,136,0,0,15.71,2.9042,1.62,2.1367 expelled,expelled,230,136,221,134,4.51,2.3636,1.62,2.1367 fewer,fewer,152,136,133,124,2.98,2.1847,1.62,2.1367 frustration,frustration,152,136,142,130,2.98,2.1847,1.62,2.1367 gangs,gangs,221,136,209,134,4.33,2.3464,1.62,2.1367 handshake,handshake,155,136,153,135,3.04,2.1931,1.62,2.1367 jets,jets,225,136,161,110,4.41,2.3541,1.62,2.1367 lace,lace,189,136,144,117,3.71,2.2788,1.62,2.1367 learns,learns,148,136,144,133,2.90,2.1732,1.62,2.1367 loot,loot,181,136,168,128,3.55,2.2601,1.62,2.1367 Maine,maine,282,136,0,0,5.53,2.4518,1.62,2.1367 orphanage,orphanage,273,136,256,132,5.35,2.4378,1.62,2.1367 pawn,pawn,221,136,201,129,4.33,2.3464,1.62,2.1367 pots,pots,181,136,163,127,3.55,2.2601,1.62,2.1367 seizure,seizure,190,136,184,132,3.73,2.2810,1.62,2.1367 sunglasses,sunglasses,201,136,185,129,3.94,2.3054,1.62,2.1367 symphony,symphony,181,136,110,86,3.55,2.2601,1.62,2.1367 transition,transition,159,136,155,135,3.12,2.2041,1.62,2.1367 Banner,banner,302,135,127,98,5.92,2.4814,1.61,2.1335 belongings,belongings,154,135,153,135,3.02,2.1903,1.61,2.1335 bloke,bloke,238,135,227,128,4.67,2.3784,1.61,2.1335 brunette,brunette,178,135,164,126,3.49,2.2529,1.61,2.1335 burglar,burglar,282,135,261,128,5.53,2.4518,1.61,2.1335 buzzer,buzzer,201,135,168,113,3.94,2.3054,1.61,2.1335 carve,carve,158,135,154,133,3.10,2.2014,1.61,2.1335 cinema,cinema,198,135,163,111,3.88,2.2989,1.61,2.1335 collateral,collateral,173,135,157,126,3.39,2.2405,1.61,2.1335 contagious,contagious,170,135,166,134,3.33,2.2330,1.61,2.1335 continent,continent,187,135,168,121,3.67,2.2742,1.61,2.1335 deception,deception,160,135,144,127,3.14,2.2068,1.61,2.1335 disabled,disabled,177,135,169,132,3.47,2.2504,1.61,2.1335 drifting,drifting,162,135,145,123,3.18,2.2122,1.61,2.1335 encountered,encountered,153,135,153,135,3.00,2.1875,1.61,2.1335 flushed,flushed,153,135,146,130,3.00,2.1875,1.61,2.1335 Giants,giants,223,135,102,76,4.37,2.3502,1.61,2.1335 Harrison,harrison,427,135,3,3,8.37,2.6314,1.61,2.1335 im,im,263,135,187,111,5.16,2.4216,1.61,2.1335 intuition,intuition,175,135,161,129,3.43,2.2455,1.61,2.1335 Marilyn,marilyn,451,135,0,0,8.84,2.6551,1.61,2.1335 Metro,metro,231,135,49,38,4.53,2.3655,1.61,2.1335 motivated,motivated,158,135,150,131,3.10,2.2014,1.61,2.1335 nauseous,nauseous,158,135,149,128,3.10,2.2014,1.61,2.1335 pies,pies,176,135,165,129,3.45,2.2480,1.61,2.1335 resignation,resignation,191,135,177,129,3.75,2.2833,1.61,2.1335 spank,spank,173,135,142,111,3.39,2.2405,1.61,2.1335 superficial,superficial,148,135,133,121,2.90,2.1732,1.61,2.1335 tendency,tendency,138,135,137,134,2.71,2.1430,1.61,2.1335 transmitter,transmitter,205,135,197,132,4.02,2.3139,1.61,2.1335 transplant,transplant,260,135,247,132,5.10,2.4166,1.61,2.1335 villain,villain,212,135,198,134,4.16,2.3284,1.61,2.1335 wages,wages,198,135,189,133,3.88,2.2989,1.61,2.1335 accidental,accidental,153,134,138,123,3.00,2.1875,1.60,2.1303 agencies,agencies,164,134,161,132,3.22,2.2175,1.60,2.1303 businesses,businesses,155,134,150,130,3.04,2.1931,1.60,2.1303 carrots,carrots,198,134,171,124,3.88,2.2989,1.60,2.1303 comedian,comedian,209,134,201,132,4.10,2.3222,1.60,2.1303 commands,commands,191,134,188,131,3.75,2.2833,1.60,2.1303 confined,confined,151,134,145,129,2.96,2.1818,1.60,2.1303 Coop,coop,528,134,71,67,10.35,2.7235,1.60,2.1303 Correction,correction,163,134,74,64,3.20,2.2148,1.60,2.1303 cowards,cowards,165,134,140,118,3.24,2.2201,1.60,2.1303 critics,critics,190,134,172,123,3.73,2.2810,1.60,2.1303 eligible,eligible,169,134,163,130,3.31,2.2304,1.60,2.1303 engineers,engineers,207,134,179,117,4.06,2.3181,1.60,2.1303 evolved,evolved,161,134,161,134,3.16,2.2095,1.60,2.1303 females,females,173,134,163,128,3.39,2.2405,1.60,2.1303 Furthermore,furthermore,146,134,58,54,2.86,2.1673,1.60,2.1303 Herb,herb,254,134,78,61,4.98,2.4065,1.60,2.1303 inquiry,inquiry,178,134,177,133,3.49,2.2529,1.60,2.1303 monthly,monthly,152,134,129,116,2.98,2.1847,1.60,2.1303 Nineteen,nineteen,169,134,57,49,3.31,2.2304,1.60,2.1303 probe,probe,225,134,209,127,4.41,2.3541,1.60,2.1303 publishing,publishing,194,134,161,115,3.80,2.2900,1.60,2.1303 reign,reign,159,134,143,128,3.12,2.2041,1.60,2.1303 saints,saints,181,134,128,97,3.55,2.2601,1.60,2.1303 savior,savior,173,134,112,94,3.39,2.2405,1.60,2.1303 Secondly,secondly,152,134,57,49,2.98,2.1847,1.60,2.1303 seduce,seduce,176,134,157,127,3.45,2.2480,1.60,2.1303 sensed,sensed,145,134,145,134,2.84,2.1644,1.60,2.1303 Seth,seth,1007,134,1,1,19.75,3.0035,1.60,2.1303 Skipper,skipper,523,134,197,79,10.25,2.7193,1.60,2.1303 smashing,smashing,169,134,128,113,3.31,2.2304,1.60,2.1303 sniper,sniper,222,134,184,113,4.35,2.3483,1.60,2.1303 swelling,swelling,161,134,159,133,3.16,2.2095,1.60,2.1303 touchy,touchy,160,134,136,116,3.14,2.2068,1.60,2.1303 trespassing,trespassing,155,134,143,127,3.04,2.1931,1.60,2.1303 vagina,vagina,258,134,226,124,5.06,2.4133,1.60,2.1303 Wally,wally,722,134,1,1,14.16,2.8591,1.60,2.1303 Weaver,weaver,413,134,10,7,8.10,2.6170,1.60,2.1303 weeping,weeping,162,134,143,124,3.18,2.2122,1.60,2.1303 accustomed,accustomed,149,133,143,132,2.92,2.1761,1.59,2.1271 anticipated,anticipated,134,133,134,133,2.63,2.1303,1.59,2.1271 Asap,asap,154,133,10,9,3.02,2.1903,1.59,2.1271 beacon,beacon,197,133,150,100,3.86,2.2967,1.59,2.1271 bikini,bikini,188,133,160,120,3.69,2.2765,1.59,2.1271 borrowing,borrowing,147,133,133,124,2.88,2.1703,1.59,2.1271 brute,brute,162,133,142,119,3.18,2.2122,1.59,2.1271 camps,camps,192,133,190,131,3.76,2.2856,1.59,2.1271 cartoon,cartoon,192,133,174,122,3.76,2.2856,1.59,2.1271 convert,convert,159,133,149,125,3.12,2.2041,1.59,2.1271 credentials,credentials,166,133,162,132,3.25,2.2227,1.59,2.1271 dames,dames,223,133,189,115,4.37,2.3502,1.59,2.1271 dimension,dimension,236,133,226,133,4.63,2.3747,1.59,2.1271 diversion,diversion,158,133,151,130,3.10,2.2014,1.59,2.1271 documentary,documentary,298,133,287,132,5.84,2.4757,1.59,2.1271 dove,dove,284,133,171,122,5.57,2.4548,1.59,2.1271 erotic,erotic,200,133,178,125,3.92,2.3032,1.59,2.1271 ghetto,ghetto,282,133,238,127,5.53,2.4518,1.59,2.1271 hash,hash,180,133,164,121,3.53,2.2577,1.59,2.1271 Hawkeye,hawkeye,412,133,1,1,8.08,2.6160,1.59,2.1271 isolation,isolation,158,133,147,127,3.10,2.2014,1.59,2.1271 Kay,kay,551,133,63,27,10.80,2.7419,1.59,2.1271 laptop,laptop,177,133,173,131,3.47,2.2504,1.59,2.1271 loner,loner,158,133,152,130,3.10,2.2014,1.59,2.1271 membership,membership,165,133,159,129,3.24,2.2201,1.59,2.1271 Mick,mick,416,133,30,19,8.16,2.6201,1.59,2.1271 pep,pep,178,133,149,117,3.49,2.2529,1.59,2.1271 pronounced,pronounced,152,133,146,127,2.98,2.1847,1.59,2.1271 recruit,recruit,188,133,156,126,3.69,2.2765,1.59,2.1271 royalty,royalty,200,133,154,120,3.92,2.3032,1.59,2.1271 squat,squat,160,133,146,125,3.14,2.2068,1.59,2.1271 stages,stages,147,133,145,131,2.88,2.1703,1.59,2.1271 tighten,tighten,146,133,91,86,2.86,2.1673,1.59,2.1271 upright,upright,154,133,135,123,3.02,2.1903,1.59,2.1271 wimp,wimp,159,133,143,122,3.12,2.2041,1.59,2.1271 windshield,windshield,167,133,166,133,3.27,2.2253,1.59,2.1271 wits,wits,146,133,146,133,2.86,2.1673,1.59,2.1271 Alas,alas,195,132,53,46,3.82,2.2923,1.57,2.1239 assessment,assessment,158,132,155,129,3.10,2.2014,1.57,2.1239 behaved,behaved,152,132,150,130,2.98,2.1847,1.57,2.1239 bookstore,bookstore,200,132,186,124,3.92,2.3032,1.57,2.1239 Bp,bp,406,132,3,1,7.96,2.6096,1.57,2.1239 breaths,breaths,158,132,156,130,3.10,2.2014,1.57,2.1239 bruise,bruise,165,132,162,130,3.24,2.2201,1.57,2.1239 celebrated,celebrated,138,132,134,128,2.71,2.1430,1.57,2.1239 chained,chained,171,132,164,127,3.35,2.2355,1.57,2.1239 circling,circling,157,132,154,130,3.08,2.1987,1.57,2.1239 Columbus,columbus,253,132,0,0,4.96,2.4048,1.57,2.1239 consequence,consequence,160,132,154,131,3.14,2.2068,1.57,2.1239 conventional,conventional,155,132,147,126,3.04,2.1931,1.57,2.1239 corny,corny,202,132,154,125,3.96,2.3075,1.57,2.1239 crow,crow,227,132,156,107,4.45,2.3579,1.57,2.1239 crude,crude,155,132,141,121,3.04,2.1931,1.57,2.1239 damp,damp,149,132,141,127,2.92,2.1761,1.57,2.1239 depths,depths,158,132,154,129,3.10,2.2014,1.57,2.1239 desperation,desperation,154,132,131,117,3.02,2.1903,1.57,2.1239 dictionary,dictionary,190,132,169,118,3.73,2.2810,1.57,2.1239 dumpster,dumpster,203,132,134,86,3.98,2.3096,1.57,2.1239 eyeballs,eyeballs,149,132,140,126,2.92,2.1761,1.57,2.1239 flank,flank,236,132,222,127,4.63,2.3747,1.57,2.1239 grunting,grunting,259,132,188,100,5.08,2.4150,1.57,2.1239 immunity,immunity,216,132,205,129,4.24,2.3365,1.57,2.1239 input,input,152,132,141,125,2.98,2.1847,1.57,2.1239 intimacy,intimacy,167,132,162,127,3.27,2.2253,1.57,2.1239 lotion,lotion,166,132,163,131,3.25,2.2227,1.57,2.1239 Madonna,madonna,283,132,5,5,5.55,2.4533,1.57,2.1239 Moore,moore,393,132,1,1,7.71,2.5955,1.57,2.1239 op,op,188,132,157,109,3.69,2.2765,1.57,2.1239 overall,overall,164,132,143,111,3.22,2.2175,1.57,2.1239 predictable,predictable,154,132,147,127,3.02,2.1903,1.57,2.1239 prejudice,prejudice,163,132,144,122,3.20,2.2148,1.57,2.1239 pronto,pronto,145,132,108,102,2.84,2.1644,1.57,2.1239 psychologist,psychologist,183,132,177,127,3.59,2.2648,1.57,2.1239 repeated,repeated,143,132,134,125,2.80,2.1584,1.57,2.1239 runaway,runaway,207,132,185,122,4.06,2.3181,1.57,2.1239 runway,runway,279,132,237,126,5.47,2.4472,1.57,2.1239 sap,sap,178,132,171,128,3.49,2.2529,1.57,2.1239 scoot,scoot,152,132,76,71,2.98,2.1847,1.57,2.1239 seminar,seminar,217,132,212,129,4.25,2.3385,1.57,2.1239 sliding,sliding,191,132,180,128,3.75,2.2833,1.57,2.1239 snappy,snappy,150,132,138,124,2.94,2.1790,1.57,2.1239 soaking,soaking,140,132,125,119,2.75,2.1492,1.57,2.1239 stepmother,stepmother,216,132,182,129,4.24,2.3365,1.57,2.1239 stranded,stranded,153,132,146,125,3.00,2.1875,1.57,2.1239 Supposing,supposing,178,132,66,59,3.49,2.2529,1.57,2.1239 surround,surround,156,132,120,104,3.06,2.1959,1.57,2.1239 tunnels,tunnels,221,132,213,129,4.33,2.3464,1.57,2.1239 typing,typing,165,132,149,123,3.24,2.2201,1.57,2.1239 Venus,venus,249,132,9,4,4.88,2.3979,1.57,2.1239 vintage,vintage,149,132,129,120,2.92,2.1761,1.57,2.1239 weirdo,weirdo,162,132,144,120,3.18,2.2122,1.57,2.1239 acute,acute,150,131,131,117,2.94,2.1790,1.56,2.1206 backpack,backpack,186,131,184,129,3.65,2.2718,1.56,2.1206 bailed,bailed,144,131,138,126,2.82,2.1614,1.56,2.1206 bandages,bandages,168,131,158,127,3.29,2.2279,1.56,2.1206 bumper,bumper,181,131,160,119,3.55,2.2601,1.56,2.1206 Cal,cal,530,131,13,12,10.39,2.7251,1.56,2.1206 cosmic,cosmic,184,131,161,118,3.61,2.2672,1.56,2.1206 Diana,diana,577,131,9,1,11.31,2.7619,1.56,2.1206 Ding,ding,307,131,122,65,6.02,2.4886,1.56,2.1206 donor,donor,208,131,204,130,4.08,2.3201,1.56,2.1206 du,du,237,131,155,104,4.65,2.3766,1.56,2.1206 elite,elite,151,131,133,116,2.96,2.1818,1.56,2.1206 exceptions,exceptions,146,131,144,131,2.86,2.1673,1.56,2.1206 Fatty,fatty,260,131,109,86,5.10,2.4166,1.56,2.1206 fearless,fearless,152,131,124,112,2.98,2.1847,1.56,2.1206 filter,filter,162,131,152,124,3.18,2.2122,1.56,2.1206 forming,forming,140,131,136,127,2.75,2.1492,1.56,2.1206 fury,fury,195,131,135,113,3.82,2.2923,1.56,2.1206 inspiring,inspiring,139,131,131,123,2.73,2.1461,1.56,2.1206 luncheon,luncheon,167,131,141,119,3.27,2.2253,1.56,2.1206 notch,notch,170,131,148,129,3.33,2.2330,1.56,2.1206 Olympics,olympics,217,131,6,6,4.25,2.3385,1.56,2.1206 packages,packages,199,131,191,129,3.90,2.3010,1.56,2.1206 pennies,pennies,174,131,156,124,3.41,2.2430,1.56,2.1206 petition,petition,215,131,208,126,4.22,2.3345,1.56,2.1206 pitching,pitching,192,131,181,127,3.76,2.2856,1.56,2.1206 posters,posters,154,131,147,126,3.02,2.1903,1.56,2.1206 printing,printing,182,131,174,125,3.57,2.2625,1.56,2.1206 rabbi,rabbi,342,131,204,101,6.71,2.5353,1.56,2.1206 raft,raft,240,131,224,122,4.71,2.3820,1.56,2.1206 resisting,resisting,152,131,141,121,2.98,2.1847,1.56,2.1206 retard,retard,201,131,184,125,3.94,2.3054,1.56,2.1206 roommates,roommates,181,131,170,125,3.55,2.2601,1.56,2.1206 Senate,senate,331,131,66,31,6.49,2.5211,1.56,2.1206 sigh,sigh,173,131,163,125,3.39,2.2405,1.56,2.1206 sleeves,sleeves,157,131,151,127,3.08,2.1987,1.56,2.1206 spicy,spicy,169,131,150,116,3.31,2.2304,1.56,2.1206 spotlight,spotlight,148,131,137,122,2.90,2.1732,1.56,2.1206 stuffing,stuffing,165,131,154,122,3.24,2.2201,1.56,2.1206 teen,teen,209,131,126,93,4.10,2.3222,1.56,2.1206 testified,testified,196,131,193,129,3.84,2.2945,1.56,2.1206 tumor,tumor,263,131,258,129,5.16,2.4216,1.56,2.1206 Willy,willy,470,131,27,19,9.22,2.6730,1.56,2.1206 wool,wool,161,131,153,123,3.16,2.2095,1.56,2.1206 worldwide,worldwide,161,131,135,117,3.16,2.2095,1.56,2.1206 Abbott,abbott,401,130,1,1,7.86,2.6042,1.55,2.1173 addiction,addiction,199,130,192,126,3.90,2.3010,1.55,2.1173 Ay,ay,242,130,52,34,4.75,2.3856,1.55,2.1173 babbling,babbling,158,130,150,127,3.10,2.2014,1.55,2.1173 Baron,baron,687,130,165,54,13.47,2.8376,1.55,2.1173 blackout,blackout,225,130,204,119,4.41,2.3541,1.55,2.1173 Cuba,cuba,391,130,8,6,7.67,2.5933,1.55,2.1173 decorated,decorated,144,130,133,124,2.82,2.1614,1.55,2.1173 firmly,firmly,136,130,132,126,2.67,2.1367,1.55,2.1173 flaw,flaw,155,130,154,129,3.04,2.1931,1.55,2.1173 gals,gals,166,130,156,126,3.25,2.2227,1.55,2.1173 giggling,giggling,209,130,161,101,4.10,2.3222,1.55,2.1173 Grams,grams,382,130,76,56,7.49,2.5832,1.55,2.1173 heartless,heartless,179,130,161,127,3.51,2.2553,1.55,2.1173 Lance,lance,554,130,100,37,10.86,2.7443,1.55,2.1173 madly,madly,155,130,151,128,3.04,2.1931,1.55,2.1173 manifest,manifest,188,130,178,123,3.69,2.2765,1.55,2.1173 marathon,marathon,228,130,185,114,4.47,2.3598,1.55,2.1173 marries,marries,155,130,149,125,3.04,2.1931,1.55,2.1173 mocking,mocking,158,130,149,122,3.10,2.2014,1.55,2.1173 nutty,nutty,182,130,135,116,3.57,2.2625,1.55,2.1173 pharmacy,pharmacy,175,130,148,115,3.43,2.2455,1.55,2.1173 poisonous,poisonous,170,130,159,126,3.33,2.2330,1.55,2.1173 por,por,178,130,119,102,3.49,2.2529,1.55,2.1173 predicted,predicted,143,130,140,129,2.80,2.1584,1.55,2.1173 prefers,prefers,134,130,129,126,2.63,2.1303,1.55,2.1173 proposing,proposing,159,130,156,130,3.12,2.2041,1.55,2.1173 recite,recite,153,130,139,118,3.00,2.1875,1.55,2.1173 skating,skating,251,130,230,125,4.92,2.4014,1.55,2.1173 skipping,skipping,165,130,144,121,3.24,2.2201,1.55,2.1173 stale,stale,149,130,134,121,2.92,2.1761,1.55,2.1173 toad,toad,290,130,176,112,5.69,2.4639,1.55,2.1173 adjustment,adjustment,158,129,152,125,3.10,2.2014,1.54,2.1139 admiring,admiring,141,129,130,118,2.76,2.1523,1.54,2.1139 backward,backward,159,129,141,120,3.12,2.2041,1.54,2.1139 birthdays,birthdays,154,129,132,114,3.02,2.1903,1.54,2.1139 biscuits,biscuits,167,129,150,119,3.27,2.2253,1.54,2.1139 Britain,britain,232,129,0,0,4.55,2.3674,1.54,2.1139 buns,buns,193,129,176,120,3.78,2.2878,1.54,2.1139 Burke,burke,479,129,3,2,9.39,2.6812,1.54,2.1139 Chloe,chloe,973,129,5,2,19.08,2.9886,1.54,2.1139 crisp,crisp,161,129,143,118,3.16,2.2095,1.54,2.1139 deceived,deceived,155,129,149,126,3.04,2.1931,1.54,2.1139 demanded,demanded,141,129,137,125,2.76,2.1523,1.54,2.1139 designs,designs,164,129,154,128,3.22,2.2175,1.54,2.1139 doorman,doorman,162,129,149,122,3.18,2.2122,1.54,2.1139 Doris,doris,453,129,0,0,8.88,2.6571,1.54,2.1139 enthusiastic,enthusiastic,142,129,134,122,2.78,2.1553,1.54,2.1139 epidemic,epidemic,174,129,167,127,3.41,2.2430,1.54,2.1139 eyewitness,eyewitness,202,129,177,118,3.96,2.3075,1.54,2.1139 fiddle,fiddle,185,129,169,119,3.63,2.2695,1.54,2.1139 fling,fling,180,129,157,122,3.53,2.2577,1.54,2.1139 grapes,grapes,201,129,180,118,3.94,2.3054,1.54,2.1139 ignition,ignition,212,129,185,106,4.16,2.3284,1.54,2.1139 invade,invade,156,129,154,128,3.06,2.1959,1.54,2.1139 learnt,learnt,162,129,160,129,3.18,2.2122,1.54,2.1139 Louie,louie,483,129,5,5,9.47,2.6848,1.54,2.1139 measured,measured,144,129,140,127,2.82,2.1614,1.54,2.1139 northeast,northeast,164,129,122,98,3.22,2.2175,1.54,2.1139 overdue,overdue,148,129,142,124,2.90,2.1732,1.54,2.1139 redhead,redhead,186,129,153,123,3.65,2.2718,1.54,2.1139 responded,responded,138,129,136,127,2.71,2.1430,1.54,2.1139 rests,rests,140,129,136,125,2.75,2.1492,1.54,2.1139 sarcasm,sarcasm,146,129,126,114,2.86,2.1673,1.54,2.1139 severed,severed,154,129,146,125,3.02,2.1903,1.54,2.1139 Sheila,sheila,422,129,7,6,8.27,2.6263,1.54,2.1139 showtime,showtime,190,129,96,64,3.73,2.2810,1.54,2.1139 shred,shred,150,129,134,118,2.94,2.1790,1.54,2.1139 shuttle,shuttle,282,129,256,123,5.53,2.4518,1.54,2.1139 starring,starring,143,129,113,101,2.80,2.1584,1.54,2.1139 sync,sync,168,129,84,73,3.29,2.2279,1.54,2.1139 tropical,tropical,163,129,145,117,3.20,2.2148,1.54,2.1139 Tsk,tsk,294,129,137,60,5.76,2.4698,1.54,2.1139 Venice,venice,332,129,3,1,6.51,2.5224,1.54,2.1139 Wesley,wesley,571,129,1,1,11.20,2.7574,1.54,2.1139 yield,yield,206,129,187,123,4.04,2.3160,1.54,2.1139 abnormal,abnormal,148,128,133,115,2.90,2.1732,1.53,2.1106 accusation,accusation,143,128,142,128,2.80,2.1584,1.53,2.1106 admirable,admirable,133,128,119,115,2.61,2.1271,1.53,2.1106 adrenaline,adrenaline,168,128,143,116,3.29,2.2279,1.53,2.1106 allegiance,allegiance,159,128,133,106,3.12,2.2041,1.53,2.1106 arrogance,arrogance,144,128,136,123,2.82,2.1614,1.53,2.1106 assemble,assemble,163,128,122,104,3.20,2.2148,1.53,2.1106 avoided,avoided,134,128,133,127,2.63,2.1303,1.53,2.1106 battlefield,battlefield,165,128,164,128,3.24,2.2201,1.53,2.1106 bonding,bonding,155,128,152,126,3.04,2.1931,1.53,2.1106 clinical,clinical,149,128,133,116,2.92,2.1761,1.53,2.1106 colony,colony,302,128,259,115,5.92,2.4814,1.53,2.1106 confronted,confronted,138,128,135,125,2.71,2.1430,1.53,2.1106 decline,decline,152,128,141,122,2.98,2.1847,1.53,2.1106 deliberate,deliberate,145,128,142,126,2.84,2.1644,1.53,2.1106 determination,determination,142,128,134,121,2.78,2.1553,1.53,2.1106 disk,disk,338,128,332,128,6.63,2.5302,1.53,2.1106 Elders,elders,276,128,123,86,5.41,2.4425,1.53,2.1106 enlisted,enlisted,174,128,160,121,3.41,2.2430,1.53,2.1106 essay,essay,313,128,308,124,6.14,2.4969,1.53,2.1106 ferry,ferry,273,128,215,108,5.35,2.4378,1.53,2.1106 flipping,flipping,149,128,141,122,2.92,2.1761,1.53,2.1106 flows,flows,142,128,137,125,2.78,2.1553,1.53,2.1106 frequent,frequent,140,128,132,120,2.75,2.1492,1.53,2.1106 fulfilled,fulfilled,145,128,144,127,2.84,2.1644,1.53,2.1106 generals,generals,206,128,177,119,4.04,2.3160,1.53,2.1106 Graham,graham,581,128,19,17,11.39,2.7649,1.53,2.1106 homecoming,homecoming,285,128,221,113,5.59,2.4564,1.53,2.1106 implying,implying,147,128,143,125,2.88,2.1703,1.53,2.1106 imported,imported,151,128,136,116,2.96,2.1818,1.53,2.1106 irrational,irrational,149,128,144,124,2.92,2.1761,1.53,2.1106 Ja,ja,383,128,88,48,7.51,2.5843,1.53,2.1106 killings,killings,184,128,180,127,3.61,2.2672,1.53,2.1106 Kyle,kyle,1229,128,17,6,24.10,3.0899,1.53,2.1106 Leonard,leonard,634,128,2,1,12.43,2.8028,1.53,2.1106 monitors,monitors,154,128,147,122,3.02,2.1903,1.53,2.1106 nip,nip,165,128,121,111,3.24,2.2201,1.53,2.1106 operative,operative,166,128,162,127,3.25,2.2227,1.53,2.1106 Ph,ph,176,128,4,4,3.45,2.2480,1.53,2.1106 platter,platter,149,128,141,121,2.92,2.1761,1.53,2.1106 pod,pod,408,128,285,117,8.00,2.6117,1.53,2.1106 protects,protects,144,128,141,125,2.82,2.1614,1.53,2.1106 punishing,punishing,149,128,141,121,2.92,2.1761,1.53,2.1106 realizes,realizes,134,128,134,128,2.63,2.1303,1.53,2.1106 realizing,realizing,136,128,129,121,2.67,2.1367,1.53,2.1106 sideways,sideways,140,128,137,127,2.75,2.1492,1.53,2.1106 skirts,skirts,151,128,149,126,2.96,2.1818,1.53,2.1106 slate,slate,165,128,145,117,3.24,2.2201,1.53,2.1106 southwest,southwest,175,128,110,86,3.43,2.2455,1.53,2.1106 sporting,sporting,159,128,145,120,3.12,2.2041,1.53,2.1106 sung,sung,178,128,110,97,3.49,2.2529,1.53,2.1106 superb,superb,147,128,120,108,2.88,2.1703,1.53,2.1106 underway,underway,148,128,145,127,2.90,2.1732,1.53,2.1106 wrestle,wrestle,176,128,168,126,3.45,2.2480,1.53,2.1106 Beaver,beaver,246,127,112,76,4.82,2.3927,1.51,2.1072 Brazil,brazil,268,127,3,3,5.25,2.4298,1.51,2.1072 clicks,clicks,192,127,170,110,3.76,2.2856,1.51,2.1072 compelled,compelled,138,127,137,127,2.71,2.1430,1.51,2.1072 convertible,convertible,166,127,159,123,3.25,2.2227,1.51,2.1072 darkest,darkest,144,127,140,124,2.82,2.1614,1.51,2.1072 decoy,decoy,182,127,144,113,3.57,2.2625,1.51,2.1072 detector,detector,166,127,164,125,3.25,2.2227,1.51,2.1072 dickhead,dickhead,161,127,131,111,3.16,2.2095,1.51,2.1072 Doe,doe,221,127,26,21,4.33,2.3464,1.51,2.1072 doubles,doubles,148,127,138,119,2.90,2.1732,1.51,2.1072 equation,equation,178,127,173,124,3.49,2.2529,1.51,2.1072 extract,extract,150,127,140,118,2.94,2.1790,1.51,2.1072 financially,financially,139,127,127,116,2.73,2.1461,1.51,2.1072 foods,foods,154,127,133,110,3.02,2.1903,1.51,2.1072 footprints,footprints,188,127,168,118,3.69,2.2765,1.51,2.1072 glamorous,glamorous,151,127,146,122,2.96,2.1818,1.51,2.1072 goodwill,goodwill,167,127,113,94,3.27,2.2253,1.51,2.1072 kinky,kinky,152,127,120,108,2.98,2.1847,1.51,2.1072 Mademoiselle,mademoiselle,417,127,189,77,8.18,2.6212,1.51,2.1072 newly,newly,140,127,125,115,2.75,2.1492,1.51,2.1072 Nobel,nobel,165,127,1,1,3.24,2.2201,1.51,2.1072 orgasm,orgasm,213,127,201,121,4.18,2.3304,1.51,2.1072 pea,pea,199,127,159,111,3.90,2.3010,1.51,2.1072 penetrate,penetrate,146,127,143,124,2.86,2.1673,1.51,2.1072 proportion,proportion,139,127,138,127,2.73,2.1461,1.51,2.1072 recess,recess,178,127,164,120,3.49,2.2529,1.51,2.1072 salads,salads,218,127,209,120,4.27,2.3404,1.51,2.1072 sanity,sanity,139,127,132,123,2.73,2.1461,1.51,2.1072 scholar,scholar,186,127,165,119,3.65,2.2718,1.51,2.1072 sensitivity,sensitivity,148,127,135,118,2.90,2.1732,1.51,2.1072 sizes,sizes,154,127,148,123,3.02,2.1903,1.51,2.1072 slimy,slimy,159,127,131,113,3.12,2.2041,1.51,2.1072 stinky,stinky,182,127,113,90,3.57,2.2625,1.51,2.1072 tit,tit,171,127,147,116,3.35,2.2355,1.51,2.1072 trembling,trembling,136,127,132,123,2.67,2.1367,1.51,2.1072 unite,unite,154,127,145,122,3.02,2.1903,1.51,2.1072 weighed,weighed,153,127,150,125,3.00,2.1875,1.51,2.1072 workout,workout,141,127,135,123,2.76,2.1523,1.51,2.1072 wrench,wrench,202,127,173,122,3.96,2.3075,1.51,2.1072 yearbook,yearbook,241,127,223,119,4.73,2.3838,1.51,2.1072 accusations,accusations,153,126,151,124,3.00,2.1875,1.50,2.1038 Adios,adios,159,126,23,22,3.12,2.2041,1.50,2.1038 ballroom,ballroom,220,126,169,104,4.31,2.3444,1.50,2.1038 boogie,boogie,265,126,185,103,5.20,2.4249,1.50,2.1038 bounced,bounced,151,126,142,121,2.96,2.1818,1.50,2.1038 bowel,bowel,183,126,170,118,3.59,2.2648,1.50,2.1038 certainty,certainty,154,126,152,125,3.02,2.1903,1.50,2.1038 clearer,clearer,138,126,134,122,2.71,2.1430,1.50,2.1038 confirms,confirms,133,126,126,120,2.61,2.1271,1.50,2.1038 crate,crate,209,126,204,124,4.10,2.3222,1.50,2.1038 critic,critic,192,126,188,123,3.76,2.2856,1.50,2.1038 crust,crust,166,126,163,124,3.25,2.2227,1.50,2.1038 dwell,dwell,142,126,141,125,2.78,2.1553,1.50,2.1038 focusing,focusing,142,126,139,123,2.78,2.1553,1.50,2.1038 funerals,funerals,164,126,148,114,3.22,2.2175,1.50,2.1038 irresistible,irresistible,165,126,159,124,3.24,2.2201,1.50,2.1038 knuckles,knuckles,176,126,130,114,3.45,2.2480,1.50,2.1038 links,links,141,126,133,119,2.76,2.1523,1.50,2.1038 moose,moose,282,126,152,88,5.53,2.4518,1.50,2.1038 mutt,mutt,202,126,174,116,3.96,2.3075,1.50,2.1038 notices,notices,140,126,139,125,2.75,2.1492,1.50,2.1038 Oklahoma,oklahoma,225,126,0,0,4.41,2.3541,1.50,2.1038 orphans,orphans,193,126,163,113,3.78,2.2878,1.50,2.1038 parks,parks,190,126,103,86,3.73,2.2810,1.50,2.1038 peeled,peeled,138,126,134,124,2.71,2.1430,1.50,2.1038 provides,provides,137,126,136,125,2.69,2.1399,1.50,2.1038 Puerto,puerto,211,126,2,2,4.14,2.3263,1.50,2.1038 puppies,puppies,278,126,254,112,5.45,2.4456,1.50,2.1038 rags,rags,161,126,151,119,3.16,2.2095,1.50,2.1038 regain,regain,134,126,132,124,2.63,2.1303,1.50,2.1038 releasing,releasing,146,126,139,121,2.86,2.1673,1.50,2.1038 revealing,revealing,135,126,129,121,2.65,2.1335,1.50,2.1038 satisfactory,satisfactory,153,126,146,122,3.00,2.1875,1.50,2.1038 smoothly,smoothly,139,126,137,124,2.73,2.1461,1.50,2.1038 socially,socially,148,126,132,115,2.90,2.1732,1.50,2.1038 stashed,stashed,141,126,137,122,2.76,2.1523,1.50,2.1038 subs,subs,153,126,83,62,3.00,2.1875,1.50,2.1038 tends,tends,135,126,128,120,2.65,2.1335,1.50,2.1038 accessory,accessory,147,125,141,122,2.88,2.1703,1.49,2.1004 Airlines,airlines,191,125,66,58,3.75,2.2833,1.49,2.1004 alligator,alligator,178,125,153,114,3.49,2.2529,1.49,2.1004 anatomy,anatomy,163,125,140,114,3.20,2.2148,1.49,2.1004 apologizing,apologizing,139,125,136,122,2.73,2.1461,1.49,2.1004 aspects,aspects,137,125,135,123,2.69,2.1399,1.49,2.1004 asthma,asthma,197,125,182,120,3.86,2.2967,1.49,2.1004 bandage,bandage,146,125,137,119,2.86,2.1673,1.49,2.1004 bankrupt,bankrupt,143,125,136,121,2.80,2.1584,1.49,2.1004 Barbie,barbie,219,125,18,15,4.29,2.3424,1.49,2.1004 bogus,bogus,138,125,131,120,2.71,2.1430,1.49,2.1004 brighter,brighter,150,125,140,118,2.94,2.1790,1.49,2.1004 cartoons,cartoons,144,125,130,114,2.82,2.1614,1.49,2.1004 cetera,cetera,249,125,247,124,4.88,2.3979,1.49,2.1004 clan,clan,209,125,154,106,4.10,2.3222,1.49,2.1004 consulting,consulting,146,125,135,117,2.86,2.1673,1.49,2.1004 crunch,crunch,179,125,105,87,3.51,2.2553,1.49,2.1004 dent,dent,180,125,131,112,3.53,2.2577,1.49,2.1004 edges,edges,145,125,143,124,2.84,2.1644,1.49,2.1004 fists,fists,151,125,138,117,2.96,2.1818,1.49,2.1004 frontier,frontier,167,125,139,110,3.27,2.2253,1.49,2.1004 invaded,invaded,140,125,140,125,2.75,2.1492,1.49,2.1004 Judas,judas,230,125,1,1,4.51,2.3636,1.49,2.1004 judgement,judgement,189,125,155,115,3.71,2.2788,1.49,2.1004 Julius,julius,414,125,1,1,8.12,2.6180,1.49,2.1004 Ling,ling,785,125,7,7,15.39,2.8954,1.49,2.1004 minding,minding,130,125,121,116,2.55,2.1173,1.49,2.1004 misplaced,misplaced,138,125,133,123,2.71,2.1430,1.49,2.1004 ne,ne,199,125,143,112,3.90,2.3010,1.49,2.1004 necessity,necessity,147,125,139,122,2.88,2.1703,1.49,2.1004 overlook,overlook,148,125,130,122,2.90,2.1732,1.49,2.1004 partying,partying,140,125,135,122,2.75,2.1492,1.49,2.1004 persistent,persistent,132,125,119,117,2.59,2.1239,1.49,2.1004 pillows,pillows,161,125,156,121,3.16,2.2095,1.49,2.1004 pros,pros,156,125,148,120,3.06,2.1959,1.49,2.1004 refill,refill,142,125,121,110,2.78,2.1553,1.49,2.1004 rejection,rejection,168,125,151,122,3.29,2.2279,1.49,2.1004 resigned,resigned,142,125,136,122,2.78,2.1553,1.49,2.1004 roam,roam,173,125,172,124,3.39,2.2405,1.49,2.1004 skiing,skiing,212,125,196,122,4.16,2.3284,1.49,2.1004 Soviet,soviet,360,125,3,3,7.06,2.5575,1.49,2.1004 suicidal,suicidal,148,125,138,118,2.90,2.1732,1.49,2.1004 Sundays,sundays,135,125,5,5,2.65,2.1335,1.49,2.1004 sustain,sustain,136,125,131,121,2.67,2.1367,1.49,2.1004 triangle,triangle,218,125,138,88,4.27,2.3404,1.49,2.1004 wiser,wiser,132,125,124,118,2.59,2.1239,1.49,2.1004 abide,abide,138,124,133,120,2.71,2.1430,1.48,2.0969 admirer,admirer,151,124,149,123,2.96,2.1818,1.48,2.0969 advances,advances,148,124,144,124,2.90,2.1732,1.48,2.0969 advantages,advantages,144,124,141,123,2.82,2.1614,1.48,2.0969 Austin,austin,525,124,1,1,10.29,2.7210,1.48,2.0969 banking,banking,152,124,130,108,2.98,2.1847,1.48,2.0969 blacks,blacks,170,124,141,102,3.33,2.2330,1.48,2.0969 boiled,boiled,169,124,149,112,3.31,2.2304,1.48,2.0969 borders,borders,143,124,124,110,2.80,2.1584,1.48,2.0969 bypass,bypass,182,124,166,115,3.57,2.2625,1.48,2.0969 cc,cc,177,124,159,113,3.47,2.2504,1.48,2.0969 compass,compass,207,124,196,117,4.06,2.3181,1.48,2.0969 cutie,cutie,147,124,131,117,2.88,2.1703,1.48,2.0969 dam,dam,293,124,227,101,5.75,2.4683,1.48,2.0969 directing,directing,174,124,167,119,3.41,2.2430,1.48,2.0969 docks,docks,188,124,174,121,3.69,2.2765,1.48,2.0969 freshen,freshen,131,124,126,119,2.57,2.1206,1.48,2.0969 funniest,funniest,148,124,141,118,2.90,2.1732,1.48,2.0969 Heather,heather,558,124,43,20,10.94,2.7474,1.48,2.0969 howling,howling,183,124,159,116,3.59,2.2648,1.48,2.0969 Indian,indian,175,124,28,20,3.43,2.2455,1.48,2.0969 karma,karma,176,124,150,113,3.45,2.2480,1.48,2.0969 Li,li,486,124,19,12,9.53,2.6875,1.48,2.0969 Mack,mack,363,124,28,21,7.12,2.5611,1.48,2.0969 manhood,manhood,146,124,145,123,2.86,2.1673,1.48,2.0969 memorize,memorize,148,124,121,103,2.90,2.1732,1.48,2.0969 mentor,mentor,178,124,165,122,3.49,2.2529,1.48,2.0969 moustache,moustache,193,124,179,119,3.78,2.2878,1.48,2.0969 non,non,191,124,121,87,3.75,2.2833,1.48,2.0969 nonetheless,nonetheless,129,124,91,91,2.53,2.1139,1.48,2.0969 oatmeal,oatmeal,169,124,154,118,3.31,2.2304,1.48,2.0969 obscene,obscene,176,124,171,123,3.45,2.2480,1.48,2.0969 persuaded,persuaded,137,124,137,124,2.69,2.1399,1.48,2.0969 politically,politically,150,124,138,117,2.94,2.1790,1.48,2.0969 repaired,repaired,140,124,140,124,2.75,2.1492,1.48,2.0969 screening,screening,173,124,172,123,3.39,2.2405,1.48,2.0969 shithead,shithead,171,124,131,107,3.35,2.2355,1.48,2.0969 Shorty,shorty,349,124,100,72,6.84,2.5441,1.48,2.0969 snatched,snatched,153,124,146,120,3.00,2.1875,1.48,2.0969 stretched,stretched,137,124,133,120,2.69,2.1399,1.48,2.0969 tux,tux,176,124,175,123,3.45,2.2480,1.48,2.0969 yonder,yonder,178,124,163,117,3.49,2.2529,1.48,2.0969 acquire,acquire,135,123,133,121,2.65,2.1335,1.47,2.0934 ale,ale,202,123,183,115,3.96,2.3075,1.47,2.0934 argued,argued,138,123,137,122,2.71,2.1430,1.47,2.0934 battling,battling,127,123,115,111,2.49,2.1072,1.47,2.0934 carrot,carrot,195,123,156,104,3.82,2.2923,1.47,2.0934 cavity,cavity,152,123,147,120,2.98,2.1847,1.47,2.0934 Chattering,chattering,210,123,94,69,4.12,2.3243,1.47,2.0934 contractor,contractor,160,123,156,119,3.14,2.2068,1.47,2.0934 corrected,corrected,134,123,124,114,2.63,2.1303,1.47,2.0934 cruising,cruising,142,123,130,113,2.78,2.1553,1.47,2.0934 devastating,devastating,139,123,132,118,2.73,2.1461,1.47,2.0934 donated,donated,136,123,132,120,2.67,2.1367,1.47,2.0934 fees,fees,144,123,139,119,2.82,2.1614,1.47,2.0934 fortress,fortress,172,123,141,106,3.37,2.2380,1.47,2.0934 gasping,gasping,220,123,158,86,4.31,2.3444,1.47,2.0934 goody,goody,181,123,99,80,3.55,2.2601,1.47,2.0934 insides,insides,135,123,134,122,2.65,2.1335,1.47,2.0934 institute,institute,166,123,140,112,3.25,2.2227,1.47,2.0934 journalism,journalism,195,123,167,115,3.82,2.2923,1.47,2.0934 Juliet,juliet,305,123,1,1,5.98,2.4857,1.47,2.0934 lettuce,lettuce,173,123,165,119,3.39,2.2405,1.47,2.0934 lime,lime,168,123,143,109,3.29,2.2279,1.47,2.0934 morals,morals,149,123,136,117,2.92,2.1761,1.47,2.0934 negotiations,negotiations,174,123,154,115,3.41,2.2430,1.47,2.0934 neighbour,neighbour,195,123,187,120,3.82,2.2923,1.47,2.0934 notebook,notebook,235,123,222,121,4.61,2.3729,1.47,2.0934 obscure,obscure,132,123,124,117,2.59,2.1239,1.47,2.0934 platoon,platoon,368,123,245,108,7.22,2.5670,1.47,2.0934 popularity,popularity,149,123,140,115,2.92,2.1761,1.47,2.0934 porno,porno,230,123,206,115,4.51,2.3636,1.47,2.0934 Princeton,princeton,244,123,1,1,4.78,2.3892,1.47,2.0934 rhymes,rhymes,151,123,139,114,2.96,2.1818,1.47,2.0934 sanctuary,sanctuary,220,123,157,114,4.31,2.3444,1.47,2.0934 skate,skate,301,123,277,122,5.90,2.4800,1.47,2.0934 slides,slides,155,123,151,120,3.04,2.1931,1.47,2.0934 sprung,sprung,131,123,126,118,2.57,2.1206,1.47,2.0934 superiors,superiors,143,123,141,121,2.80,2.1584,1.47,2.0934 tapping,tapping,164,123,138,107,3.22,2.2175,1.47,2.0934 underworld,underworld,181,123,159,114,3.55,2.2601,1.47,2.0934 abdomen,abdomen,171,122,152,116,3.35,2.2355,1.45,2.0899 Amber,amber,473,122,72,40,9.27,2.6758,1.45,2.0899 banned,banned,137,122,132,117,2.69,2.1399,1.45,2.0899 Butch,butch,328,122,58,52,6.43,2.5172,1.45,2.0899 Carpenter,carpenter,306,122,138,86,6.00,2.4871,1.45,2.0899 chanting,chanting,215,122,164,103,4.22,2.3345,1.45,2.0899 diagnosed,diagnosed,140,122,139,121,2.75,2.1492,1.45,2.0899 distribution,distribution,157,122,141,109,3.08,2.1987,1.45,2.0899 equivalent,equivalent,134,122,132,120,2.63,2.1303,1.45,2.0899 faded,faded,153,122,142,116,3.00,2.1875,1.45,2.0899 fills,fills,133,122,125,116,2.61,2.1271,1.45,2.0899 flooded,flooded,142,122,136,116,2.78,2.1553,1.45,2.0899 foreigners,foreigners,163,122,141,109,3.20,2.2148,1.45,2.0899 fudge,fudge,185,122,148,102,3.63,2.2695,1.45,2.0899 Godfather,godfather,278,122,126,65,5.45,2.4456,1.45,2.0899 heating,heating,137,122,131,117,2.69,2.1399,1.45,2.0899 Herr,herr,557,122,6,5,10.92,2.7466,1.45,2.0899 idle,idle,141,122,129,112,2.76,2.1523,1.45,2.0899 imply,imply,137,122,136,122,2.69,2.1399,1.45,2.0899 initiative,initiative,140,122,136,119,2.75,2.1492,1.45,2.0899 intercourse,intercourse,193,122,180,118,3.78,2.2878,1.45,2.0899 intruder,intruder,186,122,145,106,3.65,2.2718,1.45,2.0899 isolate,isolate,147,122,123,108,2.88,2.1703,1.45,2.0899 jacks,jacks,173,122,100,77,3.39,2.2405,1.45,2.0899 Les,les,226,122,57,39,4.43,2.3560,1.45,2.0899 Manny,manny,693,122,9,6,13.59,2.8414,1.45,2.0899 mating,mating,194,122,187,119,3.80,2.2900,1.45,2.0899 Merci,merci,248,122,25,16,4.86,2.3962,1.45,2.0899 Missouri,missouri,225,122,1,1,4.41,2.3541,1.45,2.0899 morbid,morbid,132,122,125,116,2.59,2.1239,1.45,2.0899 Oui,oui,281,122,58,46,5.51,2.4502,1.45,2.0899 peasant,peasant,205,122,187,114,4.02,2.3139,1.45,2.0899 pint,pint,167,122,159,116,3.27,2.2253,1.45,2.0899 poetic,poetic,137,122,130,116,2.69,2.1399,1.45,2.0899 poorly,poorly,133,122,128,117,2.61,2.1271,1.45,2.0899 reversed,reversed,137,122,133,119,2.69,2.1399,1.45,2.0899 safest,safest,129,122,122,116,2.53,2.1139,1.45,2.0899 satisfying,satisfying,129,122,124,117,2.53,2.1139,1.45,2.0899 seeks,seeks,146,122,143,122,2.86,2.1673,1.45,2.0899 shoving,shoving,132,122,121,112,2.59,2.1239,1.45,2.0899 summoned,summoned,151,122,142,116,2.96,2.1818,1.45,2.0899 tossing,tossing,139,122,130,116,2.73,2.1461,1.45,2.0899 treaty,treaty,239,122,202,97,4.69,2.3802,1.45,2.0899 violin,violin,242,122,226,116,4.75,2.3856,1.45,2.0899 wallpaper,wallpaper,171,122,164,120,3.35,2.2355,1.45,2.0899 assign,assign,138,121,126,111,2.71,2.1430,1.44,2.0864 bash,bash,167,121,129,107,3.27,2.2253,1.44,2.0864 baths,baths,161,121,153,117,3.16,2.2095,1.44,2.0864 broadcasting,broadcasting,163,121,131,103,3.20,2.2148,1.44,2.0864 chewed,chewed,126,121,120,117,2.47,2.1038,1.44,2.0864 Cohen,cohen,598,121,0,0,11.73,2.7774,1.44,2.0864 Colin,colin,636,121,0,0,12.47,2.8041,1.44,2.0864 converted,converted,132,121,127,117,2.59,2.1239,1.44,2.0864 countdown,countdown,180,121,147,103,3.53,2.2577,1.44,2.0864 Cuban,cuban,215,121,6,4,4.22,2.3345,1.44,2.0864 darker,darker,140,121,131,118,2.75,2.1492,1.44,2.0864 disguised,disguised,133,121,128,116,2.61,2.1271,1.44,2.0864 disgust,disgust,141,121,135,120,2.76,2.1523,1.44,2.0864 dumps,dumps,137,121,131,117,2.69,2.1399,1.44,2.0864 flexible,flexible,136,121,133,118,2.67,2.1367,1.44,2.0864 frying,frying,142,121,134,114,2.78,2.1553,1.44,2.0864 helicopters,helicopters,171,121,156,115,3.35,2.2355,1.44,2.0864 Helio,helio,451,121,0,0,8.84,2.6551,1.44,2.0864 hugging,hugging,146,121,139,116,2.86,2.1673,1.44,2.0864 intimidated,intimidated,137,121,136,121,2.69,2.1399,1.44,2.0864 invitations,invitations,170,121,159,115,3.33,2.2330,1.44,2.0864 mellow,mellow,153,121,121,105,3.00,2.1875,1.44,2.0864 mist,mist,181,121,144,100,3.55,2.2601,1.44,2.0864 Momma,momma,412,121,146,69,8.08,2.6160,1.44,2.0864 novels,novels,160,121,155,119,3.14,2.2068,1.44,2.0864 penitentiary,penitentiary,144,121,101,85,2.82,2.1614,1.44,2.0864 piggy,piggy,225,121,152,93,4.41,2.3541,1.44,2.0864 proceedings,proceedings,146,121,137,116,2.86,2.1673,1.44,2.0864 producers,producers,164,121,129,104,3.22,2.2175,1.44,2.0864 readers,readers,171,121,160,114,3.35,2.2355,1.44,2.0864 refresh,refresh,127,121,104,99,2.49,2.1072,1.44,2.0864 remorse,remorse,154,121,146,117,3.02,2.1903,1.44,2.0864 rubbed,rubbed,138,121,133,118,2.71,2.1430,1.44,2.0864 server,server,200,121,191,115,3.92,2.3032,1.44,2.0864 standby,standby,151,121,116,97,2.96,2.1818,1.44,2.0864 stirring,stirring,133,121,124,115,2.61,2.1271,1.44,2.0864 Tennessee,tennessee,204,121,0,0,4.00,2.3118,1.44,2.0864 towers,towers,275,121,155,78,5.39,2.4409,1.44,2.0864 transaction,transaction,150,121,145,120,2.94,2.1790,1.44,2.0864 vase,vase,196,121,191,119,3.84,2.2945,1.44,2.0864 warrants,warrants,164,121,151,118,3.22,2.2175,1.44,2.0864 welcoming,welcoming,133,121,120,115,2.61,2.1271,1.44,2.0864 anticipate,anticipate,129,120,124,116,2.53,2.1139,1.43,2.0828 applications,applications,158,120,150,114,3.10,2.2014,1.43,2.0828 applies,applies,127,120,127,120,2.49,2.1072,1.43,2.0828 armies,armies,178,120,169,114,3.49,2.2529,1.43,2.0828 arrests,arrests,140,120,136,118,2.75,2.1492,1.43,2.0828 bathrooms,bathrooms,138,120,135,118,2.71,2.1430,1.43,2.0828 blackjack,blackjack,208,120,148,94,4.08,2.3201,1.43,2.0828 blanks,blanks,144,120,134,114,2.82,2.1614,1.43,2.0828 bosom,bosom,159,120,154,116,3.12,2.2041,1.43,2.0828 Comrade,comrade,436,120,157,80,8.55,2.6405,1.43,2.0828 designated,designated,132,120,123,112,2.59,2.1239,1.43,2.0828 destroys,destroys,129,120,125,116,2.53,2.1139,1.43,2.0828 download,download,168,120,145,106,3.29,2.2279,1.43,2.0828 dreamer,dreamer,155,120,115,87,3.04,2.1931,1.43,2.0828 drooling,drooling,127,120,123,116,2.49,2.1072,1.43,2.0828 earning,earning,131,120,122,113,2.57,2.1206,1.43,2.0828 ecstasy,ecstasy,162,120,115,90,3.18,2.2122,1.43,2.0828 expressing,expressing,129,120,123,114,2.53,2.1139,1.43,2.0828 gender,gender,143,120,132,113,2.80,2.1584,1.43,2.0828 girlie,girlie,159,120,139,109,3.12,2.2041,1.43,2.0828 groaning,groaning,188,120,142,91,3.69,2.2765,1.43,2.0828 heated,heated,132,120,126,114,2.59,2.1239,1.43,2.0828 Holland,holland,341,120,2,2,6.69,2.5340,1.43,2.0828 homo,homo,189,120,129,85,3.71,2.2788,1.43,2.0828 hoot,hoot,133,120,125,114,2.61,2.1271,1.43,2.0828 inferior,inferior,156,120,153,118,3.06,2.1959,1.43,2.0828 intriguing,intriguing,130,120,112,104,2.55,2.1173,1.43,2.0828 jackets,jackets,175,120,142,116,3.43,2.2455,1.43,2.0828 Mayday,mayday,300,120,73,40,5.88,2.4786,1.43,2.0828 Mcdonald,mcdonald,192,120,0,0,3.76,2.2856,1.43,2.0828 motivation,motivation,151,120,141,115,2.96,2.1818,1.43,2.0828 needy,needy,155,120,150,117,3.04,2.1931,1.43,2.0828 Ninety,ninety,142,120,64,56,2.78,2.1553,1.43,2.0828 observing,observing,145,120,134,111,2.84,2.1644,1.43,2.0828 pads,pads,161,120,157,117,3.16,2.2095,1.43,2.0828 pancake,pancake,202,120,157,96,3.96,2.3075,1.43,2.0828 parachute,parachute,162,120,150,114,3.18,2.2122,1.43,2.0828 polo,polo,178,120,101,71,3.49,2.2529,1.43,2.0828 producing,producing,142,120,139,118,2.78,2.1553,1.43,2.0828 pushes,pushes,139,120,133,114,2.73,2.1461,1.43,2.0828 regional,regional,159,120,123,104,3.12,2.2041,1.43,2.0828 riches,riches,170,120,166,117,3.33,2.2330,1.43,2.0828 Sal,sal,400,120,5,5,7.84,2.6031,1.43,2.0828 savages,savages,199,120,172,114,3.90,2.3010,1.43,2.0828 shouts,shouts,214,120,160,95,4.20,2.3324,1.43,2.0828 slope,slope,150,120,125,104,2.94,2.1790,1.43,2.0828 terrace,terrace,173,120,131,91,3.39,2.2405,1.43,2.0828 Touchdown,touchdown,253,120,126,83,4.96,2.4048,1.43,2.0828 traveler,traveler,154,120,130,106,3.02,2.1903,1.43,2.0828 unbearable,unbearable,129,120,123,115,2.53,2.1139,1.43,2.0828 vacant,vacant,135,120,130,116,2.65,2.1335,1.43,2.0828 Wade,wade,840,120,26,25,16.47,2.9248,1.43,2.0828 withdrawal,withdrawal,146,120,139,116,2.86,2.1673,1.43,2.0828 architecture,architecture,162,119,139,104,3.18,2.2122,1.42,2.0792 Argh,argh,295,119,5,5,5.78,2.4713,1.42,2.0792 attendant,attendant,158,119,139,108,3.10,2.2014,1.42,2.0792 avenge,avenge,154,119,130,105,3.02,2.1903,1.42,2.0792 bliss,bliss,160,119,121,99,3.14,2.2068,1.42,2.0792 broads,broads,184,119,171,115,3.61,2.2672,1.42,2.0792 Chi,chi,362,119,53,37,7.10,2.5599,1.42,2.0792 colours,colours,161,119,153,115,3.16,2.2095,1.42,2.0792 crooks,crooks,153,119,140,114,3.00,2.1875,1.42,2.0792 crushing,crushing,139,119,128,112,2.73,2.1461,1.42,2.0792 distracting,distracting,130,119,125,116,2.55,2.1173,1.42,2.0792 efficiency,efficiency,139,119,128,109,2.73,2.1461,1.42,2.0792 Evans,evans,438,119,0,0,8.59,2.6425,1.42,2.0792 flyer,flyer,173,119,131,107,3.39,2.2405,1.42,2.0792 functional,functional,139,119,132,113,2.73,2.1461,1.42,2.0792 functioning,functioning,142,119,142,119,2.78,2.1553,1.42,2.0792 glamour,glamour,159,119,136,102,3.12,2.2041,1.42,2.0792 governments,governments,158,119,145,108,3.10,2.2014,1.42,2.0792 harassing,harassing,136,119,132,116,2.67,2.1367,1.42,2.0792 intercepted,intercepted,147,119,140,115,2.88,2.1703,1.42,2.0792 jockey,jockey,247,119,225,108,4.84,2.3945,1.42,2.0792 kettle,kettle,143,119,129,110,2.80,2.1584,1.42,2.0792 lesser,lesser,137,119,131,116,2.69,2.1399,1.42,2.0792 martinis,martinis,168,119,149,107,3.29,2.2279,1.42,2.0792 neurotic,neurotic,136,119,129,114,2.67,2.1367,1.42,2.0792 Pam,pam,608,119,1,1,11.92,2.7846,1.42,2.0792 Phantom,phantom,208,119,92,76,4.08,2.3201,1.42,2.0792 pierced,pierced,150,119,140,112,2.94,2.1790,1.42,2.0792 rained,rained,138,119,135,116,2.71,2.1430,1.42,2.0792 recruited,recruited,139,119,136,116,2.73,2.1461,1.42,2.0792 regulation,regulation,126,119,120,114,2.47,2.1038,1.42,2.0792 reviews,reviews,151,119,147,116,2.96,2.1818,1.42,2.0792 revoir,revoir,179,119,179,119,3.51,2.2553,1.42,2.0792 Rex,rex,462,119,23,10,9.06,2.6656,1.42,2.0792 rockets,rockets,207,119,191,108,4.06,2.3181,1.42,2.0792 scalpel,scalpel,161,119,99,80,3.16,2.2095,1.42,2.0792 shades,shades,145,119,134,108,2.84,2.1644,1.42,2.0792 Sherlock,sherlock,269,119,0,0,5.27,2.4314,1.42,2.0792 shuts,shuts,132,119,121,108,2.59,2.1239,1.42,2.0792 sites,sites,183,119,183,119,3.59,2.2648,1.42,2.0792 sneakers,sneakers,233,119,225,114,4.57,2.3692,1.42,2.0792 stat,stat,143,119,120,101,2.80,2.1584,1.42,2.0792 threshold,threshold,141,119,131,117,2.76,2.1523,1.42,2.0792 trashed,trashed,134,119,131,116,2.63,2.1303,1.42,2.0792 traumatic,traumatic,138,119,128,112,2.71,2.1430,1.42,2.0792 unemployment,unemployment,160,119,144,109,3.14,2.2068,1.42,2.0792 Usa,usa,203,119,2,2,3.98,2.3096,1.42,2.0792 wink,wink,180,119,136,110,3.53,2.2577,1.42,2.0792 wrapping,wrapping,147,119,134,112,2.88,2.1703,1.42,2.0792 Abort,abort,235,118,117,81,4.61,2.3729,1.41,2.0755 affecting,affecting,130,118,129,118,2.55,2.1173,1.41,2.0755 baloney,baloney,154,118,116,90,3.02,2.1903,1.41,2.0755 bravery,bravery,147,118,135,111,2.88,2.1703,1.41,2.0755 caffeine,caffeine,150,118,124,100,2.94,2.1790,1.41,2.0755 caps,caps,151,118,144,113,2.96,2.1818,1.41,2.0755 captains,captains,161,118,111,89,3.16,2.2095,1.41,2.0755 casualty,casualty,138,118,121,104,2.71,2.1430,1.41,2.0755 Caucasian,caucasian,140,118,2,2,2.75,2.1492,1.41,2.0755 churches,churches,155,118,143,112,3.04,2.1931,1.41,2.0755 convictions,convictions,126,118,124,117,2.47,2.1038,1.41,2.0755 costing,costing,122,118,118,115,2.39,2.0899,1.41,2.0755 Dc,dc,294,118,0,0,5.76,2.4698,1.41,2.0755 departed,departed,138,118,132,114,2.71,2.1430,1.41,2.0755 differ,differ,124,118,123,117,2.43,2.0969,1.41,2.0755 elephants,elephants,223,118,197,112,4.37,2.3502,1.41,2.0755 fiber,fiber,156,118,145,110,3.06,2.1959,1.41,2.0755 findings,findings,137,118,135,116,2.69,2.1399,1.41,2.0755 finer,finer,132,118,129,115,2.59,2.1239,1.41,2.0755 folded,folded,148,118,140,114,2.90,2.1732,1.41,2.0755 fruits,fruits,143,118,129,110,2.80,2.1584,1.41,2.0755 genes,genes,147,118,141,114,2.88,2.1703,1.41,2.0755 grin,grin,138,118,128,114,2.71,2.1430,1.41,2.0755 housekeeping,housekeeping,153,118,80,78,3.00,2.1875,1.41,2.0755 insight,insight,143,118,141,116,2.80,2.1584,1.41,2.0755 intrude,intrude,129,118,128,117,2.53,2.1139,1.41,2.0755 lacking,lacking,129,118,121,111,2.53,2.1139,1.41,2.0755 muffins,muffins,178,118,165,113,3.49,2.2529,1.41,2.0755 noodles,noodles,309,118,219,105,6.06,2.4914,1.41,2.0755 overrated,overrated,135,118,128,115,2.65,2.1335,1.41,2.0755 Pierre,pierre,394,118,1,1,7.73,2.5966,1.41,2.0755 policies,policies,157,118,153,116,3.08,2.1987,1.41,2.0755 prophecy,prophecy,321,118,307,114,6.29,2.5079,1.41,2.0755 replacing,replacing,132,118,120,109,2.59,2.1239,1.41,2.0755 reviewed,reviewed,133,118,131,117,2.61,2.1271,1.41,2.0755 senseless,senseless,131,118,128,116,2.57,2.1206,1.41,2.0755 sophomore,sophomore,146,118,123,103,2.86,2.1673,1.41,2.0755 sweetness,sweetness,167,118,121,107,3.27,2.2253,1.41,2.0755 toaster,toaster,198,118,184,113,3.88,2.2989,1.41,2.0755 torment,torment,139,118,135,117,2.73,2.1461,1.41,2.0755 uncovered,uncovered,130,118,128,117,2.55,2.1173,1.41,2.0755 underestimated,underestimated,128,118,128,118,2.51,2.1106,1.41,2.0755 ups,ups,130,118,100,92,2.55,2.1173,1.41,2.0755 vaguely,vaguely,129,118,83,79,2.53,2.1139,1.41,2.0755 verbal,verbal,149,118,121,108,2.92,2.1761,1.41,2.0755 vomiting,vomiting,149,118,135,112,2.92,2.1761,1.41,2.0755 zipper,zipper,144,118,136,112,2.82,2.1614,1.41,2.0755 arch,arch,188,117,107,85,3.69,2.2765,1.39,2.0719 ashtray,ashtray,166,117,156,111,3.25,2.2227,1.39,2.0719 bakery,bakery,179,117,158,108,3.51,2.2553,1.39,2.0719 barrier,barrier,173,117,155,108,3.39,2.2405,1.39,2.0719 Bonjour,bonjour,234,117,17,16,4.59,2.3711,1.39,2.0719 bouquet,bouquet,164,117,145,110,3.22,2.2175,1.39,2.0719 broker,broker,185,117,179,113,3.63,2.2695,1.39,2.0719 certified,certified,138,117,119,107,2.71,2.1430,1.39,2.0719 chuckling,chuckling,245,117,185,90,4.80,2.3909,1.39,2.0719 dunno,dunno,204,117,173,97,4.00,2.3118,1.39,2.0719 escapes,escapes,131,117,125,111,2.57,2.1206,1.39,2.0719 exploit,exploit,125,117,122,114,2.45,2.1004,1.39,2.0719 exploring,exploring,139,117,128,112,2.73,2.1461,1.39,2.0719 homey,homey,171,117,156,110,3.35,2.2355,1.39,2.0719 inheritance,inheritance,162,117,161,117,3.18,2.2122,1.39,2.0719 insert,insert,141,117,110,95,2.76,2.1523,1.39,2.0719 insignificant,insignificant,134,117,128,112,2.63,2.1303,1.39,2.0719 joker,joker,233,117,132,98,4.57,2.3692,1.39,2.0719 labour,labour,166,117,137,97,3.25,2.2227,1.39,2.0719 linen,linen,149,117,129,102,2.92,2.1761,1.39,2.0719 Mccoy,mccoy,413,117,0,0,8.10,2.6170,1.39,2.0719 mining,mining,161,117,133,97,3.16,2.2095,1.39,2.0719 misfortune,misfortune,136,117,128,116,2.67,2.1367,1.39,2.0719 Monroe,monroe,344,117,3,1,6.75,2.5378,1.39,2.0719 mourn,mourn,129,117,124,112,2.53,2.1139,1.39,2.0719 nosy,nosy,144,117,127,106,2.82,2.1614,1.39,2.0719 Oregon,oregon,211,117,3,3,4.14,2.3263,1.39,2.0719 pencils,pencils,145,117,130,109,2.84,2.1644,1.39,2.0719 perish,perish,132,117,113,100,2.59,2.1239,1.39,2.0719 precision,precision,150,117,142,115,2.94,2.1790,1.39,2.0719 props,props,152,117,130,102,2.98,2.1847,1.39,2.0719 prosecute,prosecute,144,117,141,116,2.82,2.1614,1.39,2.0719 psychopath,psychopath,142,117,130,112,2.78,2.1553,1.39,2.0719 ratings,ratings,204,117,196,116,4.00,2.3118,1.39,2.0719 reinforcements,reinforcements,161,117,148,106,3.16,2.2095,1.39,2.0719 Sookie,sookie,649,117,2,1,12.73,2.8129,1.39,2.0719 spaces,spaces,137,117,134,114,2.69,2.1399,1.39,2.0719 supervision,supervision,126,117,124,115,2.47,2.1038,1.39,2.0719 suspend,suspend,141,117,130,110,2.76,2.1523,1.39,2.0719 tango,tango,274,117,167,71,5.37,2.4393,1.39,2.0719 thugs,thugs,173,117,157,114,3.39,2.2405,1.39,2.0719 triggered,triggered,126,117,124,116,2.47,2.1038,1.39,2.0719 typically,typically,138,117,103,87,2.71,2.1430,1.39,2.0719 unlimited,unlimited,143,117,119,100,2.80,2.1584,1.39,2.0719 anticipation,anticipation,127,116,124,113,2.49,2.1072,1.38,2.0682 arena,arena,185,116,154,95,3.63,2.2695,1.38,2.0682 arrows,arrows,173,116,163,110,3.39,2.2405,1.38,2.0682 blossom,blossom,184,116,107,89,3.61,2.2672,1.38,2.0682 cashier,cashier,167,116,158,113,3.27,2.2253,1.38,2.0682 catalog,catalog,149,116,143,111,2.92,2.1761,1.38,2.0682 caves,caves,202,116,192,111,3.96,2.3075,1.38,2.0682 chute,chute,184,116,181,115,3.61,2.2672,1.38,2.0682 cologne,cologne,161,116,144,103,3.16,2.2095,1.38,2.0682 cork,cork,146,116,113,90,2.86,2.1673,1.38,2.0682 crews,crews,167,116,157,113,3.27,2.2253,1.38,2.0682 Daphne,daphne,892,116,0,0,17.49,2.9509,1.38,2.0682 dinosaur,dinosaur,203,116,180,110,3.98,2.3096,1.38,2.0682 dots,dots,156,116,151,113,3.06,2.1959,1.38,2.0682 drastic,drastic,128,116,123,115,2.51,2.1106,1.38,2.0682 estimated,estimated,142,116,97,85,2.78,2.1553,1.38,2.0682 ethical,ethical,139,116,127,107,2.73,2.1461,1.38,2.0682 funding,funding,162,116,153,113,3.18,2.2122,1.38,2.0682 hostility,hostility,139,116,131,112,2.73,2.1461,1.38,2.0682 investigators,investigators,137,116,115,104,2.69,2.1399,1.38,2.0682 irregular,irregular,129,116,123,112,2.53,2.1139,1.38,2.0682 kung,kung,268,116,141,70,5.25,2.4298,1.38,2.0682 Leon,leon,519,116,5,3,10.18,2.7160,1.38,2.0682 leverage,leverage,139,116,132,113,2.73,2.1461,1.38,2.0682 lingerie,lingerie,144,116,134,111,2.82,2.1614,1.38,2.0682 longing,longing,145,116,138,112,2.84,2.1644,1.38,2.0682 paws,paws,127,116,125,115,2.49,2.1072,1.38,2.0682 peaches,peaches,208,116,119,83,4.08,2.3201,1.38,2.0682 prominent,prominent,130,116,126,114,2.55,2.1173,1.38,2.0682 pupil,pupil,160,116,153,114,3.14,2.2068,1.38,2.0682 relay,relay,152,116,142,111,2.98,2.1847,1.38,2.0682 spectacle,spectacle,131,116,130,115,2.57,2.1206,1.38,2.0682 Spencer,spencer,372,116,1,1,7.29,2.5717,1.38,2.0682 temp,temp,154,116,118,95,3.02,2.1903,1.38,2.0682 tempt,tempt,129,116,119,109,2.53,2.1139,1.38,2.0682 terminate,terminate,140,116,122,103,2.75,2.1492,1.38,2.0682 wailing,wailing,156,116,114,89,3.06,2.1959,1.38,2.0682 Woody,woody,433,116,28,22,8.49,2.6375,1.38,2.0682 Amendment,amendment,209,115,83,52,4.10,2.3222,1.37,2.0645 amuse,amuse,133,115,124,106,2.61,2.1271,1.37,2.0645 annoy,annoy,128,115,126,114,2.51,2.1106,1.37,2.0645 bathe,bathe,128,115,114,104,2.51,2.1106,1.37,2.0645 blush,blush,136,115,127,110,2.67,2.1367,1.37,2.0645 braces,braces,164,115,154,110,3.22,2.2175,1.37,2.0645 cardboard,cardboard,138,115,131,110,2.71,2.1430,1.37,2.0645 Chinatown,chinatown,264,115,2,2,5.18,2.4232,1.37,2.0645 choppers,choppers,166,115,130,95,3.25,2.2227,1.37,2.0645 classmates,classmates,134,115,127,113,2.63,2.1303,1.37,2.0645 communicating,communicating,121,115,112,107,2.37,2.0864,1.37,2.0645 conclude,conclude,127,115,126,114,2.49,2.1072,1.37,2.0645 covert,covert,148,115,136,105,2.90,2.1732,1.37,2.0645 dignified,dignified,137,115,126,108,2.69,2.1399,1.37,2.0645 dishonest,dishonest,132,115,123,109,2.59,2.1239,1.37,2.0645 environmental,environmental,167,115,138,95,3.27,2.2253,1.37,2.0645 evenings,evenings,132,115,131,114,2.59,2.1239,1.37,2.0645 fiance,fiance,201,115,197,113,3.94,2.3054,1.37,2.0645 Frankenstein,frankenstein,353,115,1,1,6.92,2.5490,1.37,2.0645 funnier,funnier,128,115,119,108,2.51,2.1106,1.37,2.0645 headline,headline,132,115,119,104,2.59,2.1239,1.37,2.0645 honoured,honoured,156,115,151,113,3.06,2.1959,1.37,2.0645 imitation,imitation,139,115,129,108,2.73,2.1461,1.37,2.0645 Jacob,jacob,595,115,37,1,11.67,2.7752,1.37,2.0645 licensed,licensed,140,115,129,107,2.75,2.1492,1.37,2.0645 lizard,lizard,247,115,150,103,4.84,2.3945,1.37,2.0645 luckiest,luckiest,126,115,120,110,2.47,2.1038,1.37,2.0645 mounted,mounted,132,115,116,105,2.59,2.1239,1.37,2.0645 Nada,nada,130,115,63,54,2.55,2.1173,1.37,2.0645 ordeal,ordeal,121,115,117,113,2.37,2.0864,1.37,2.0645 pact,pact,192,115,185,112,3.76,2.2856,1.37,2.0645 paged,paged,142,115,141,114,2.78,2.1553,1.37,2.0645 paranoia,paranoia,136,115,113,100,2.67,2.1367,1.37,2.0645 photographed,photographed,140,115,137,112,2.75,2.1492,1.37,2.0645 professionally,professionally,123,115,107,102,2.41,2.0934,1.37,2.0645 pub,pub,190,115,169,112,3.73,2.2810,1.37,2.0645 repeatedly,repeatedly,116,115,110,109,2.27,2.0682,1.37,2.0645 resolution,resolution,150,115,135,107,2.94,2.1790,1.37,2.0645 restraining,restraining,171,115,165,114,3.35,2.2355,1.37,2.0645 resurrection,resurrection,172,115,119,97,3.37,2.2380,1.37,2.0645 retain,retain,121,115,118,112,2.37,2.0864,1.37,2.0645 ribbons,ribbons,149,115,140,112,2.92,2.1761,1.37,2.0645 smug,smug,122,115,116,111,2.39,2.0899,1.37,2.0645 Stanford,stanford,284,115,2,2,5.57,2.4548,1.37,2.0645 warfare,warfare,150,115,145,112,2.94,2.1790,1.37,2.0645 attach,attach,126,114,112,102,2.47,2.1038,1.36,2.0607 Biscuit,biscuit,191,114,86,71,3.75,2.2833,1.36,2.0607 Brooks,brooks,420,114,11,11,8.24,2.6243,1.36,2.0607 brushed,brushed,123,114,121,112,2.41,2.0934,1.36,2.0607 bunker,bunker,239,114,190,96,4.69,2.3802,1.36,2.0607 calmly,calmly,124,114,114,107,2.43,2.0969,1.36,2.0607 Chan,chan,755,114,2,1,14.80,2.8785,1.36,2.0607 chocolates,chocolates,149,114,139,108,2.92,2.1761,1.36,2.0607 Cinderella,cinderella,305,114,0,0,5.98,2.4857,1.36,2.0607 cleans,cleans,122,114,114,107,2.39,2.0899,1.36,2.0607 comrades,comrades,244,114,146,100,4.78,2.3892,1.36,2.0607 conceal,conceal,129,114,120,106,2.53,2.1139,1.36,2.0607 cone,cone,149,114,126,102,2.92,2.1761,1.36,2.0607 conquered,conquered,140,114,139,114,2.75,2.1492,1.36,2.0607 dilemma,dilemma,133,114,123,107,2.61,2.1271,1.36,2.0607 Dj,dj,226,114,1,1,4.43,2.3560,1.36,2.0607 domain,domain,132,114,127,111,2.59,2.1239,1.36,2.0607 dumbest,dumbest,128,114,124,111,2.51,2.1106,1.36,2.0607 elevators,elevators,164,114,149,107,3.22,2.2175,1.36,2.0607 formerly,formerly,123,114,88,84,2.41,2.0934,1.36,2.0607 frustrating,frustrating,126,114,118,109,2.47,2.1038,1.36,2.0607 germs,germs,154,114,131,104,3.02,2.1903,1.36,2.0607 groovy,groovy,193,114,126,89,3.78,2.2878,1.36,2.0607 Hamlet,hamlet,236,114,23,17,4.63,2.3747,1.36,2.0607 hull,hull,215,114,165,96,4.22,2.3345,1.36,2.0607 jumbo,jumbo,144,114,110,95,2.82,2.1614,1.36,2.0607 Louisiana,louisiana,226,114,0,0,4.43,2.3560,1.36,2.0607 malfunction,malfunction,147,114,129,107,2.88,2.1703,1.36,2.0607 occupy,occupy,126,114,123,111,2.47,2.1038,1.36,2.0607 override,override,263,114,244,108,5.16,2.4216,1.36,2.0607 patron,patron,158,114,147,110,3.10,2.2014,1.36,2.0607 philosopher,philosopher,155,114,145,111,3.04,2.1931,1.36,2.0607 practise,practise,189,114,169,105,3.71,2.2788,1.36,2.0607 preparations,preparations,125,114,119,110,2.45,2.1004,1.36,2.0607 prizes,prizes,143,114,135,108,2.80,2.1584,1.36,2.0607 profitable,profitable,125,114,123,113,2.45,2.1004,1.36,2.0607 readings,readings,141,114,139,114,2.76,2.1523,1.36,2.0607 reluctant,reluctant,128,114,123,112,2.51,2.1106,1.36,2.0607 rogue,rogue,190,114,123,103,3.73,2.2810,1.36,2.0607 sarcastic,sarcastic,133,114,128,110,2.61,2.1271,1.36,2.0607 Seoul,seoul,252,114,0,0,4.94,2.4031,1.36,2.0607 starter,starter,139,114,132,109,2.73,2.1461,1.36,2.0607 strokes,strokes,126,114,116,105,2.47,2.1038,1.36,2.0607 tangled,tangled,130,114,128,113,2.55,2.1173,1.36,2.0607 twilight,twilight,156,114,80,67,3.06,2.1959,1.36,2.0607 unreal,unreal,127,114,104,94,2.49,2.1072,1.36,2.0607 uphold,uphold,123,114,121,112,2.41,2.0934,1.36,2.0607 vocal,vocal,151,114,141,108,2.96,2.1818,1.36,2.0607 wacky,wacky,164,114,128,107,3.22,2.2175,1.36,2.0607 whisky,whisky,205,114,167,96,4.02,2.3139,1.36,2.0607 ache,ache,127,113,125,111,2.49,2.1072,1.35,2.0569 allergies,allergies,139,113,122,101,2.73,2.1461,1.35,2.0569 attendance,attendance,135,113,118,99,2.65,2.1335,1.35,2.0569 awarded,awarded,126,113,122,109,2.47,2.1038,1.35,2.0569 beauties,beauties,129,113,123,107,2.53,2.1139,1.35,2.0569 bottled,bottled,133,113,116,101,2.61,2.1271,1.35,2.0569 boxer,boxer,196,113,162,100,3.84,2.2945,1.35,2.0569 breakup,breakup,149,113,147,113,2.92,2.1761,1.35,2.0569 Carson,carson,313,113,0,0,6.14,2.4969,1.35,2.0569 Chubby,chubby,213,113,106,89,4.18,2.3304,1.35,2.0569 clicking,clicking,143,113,123,100,2.80,2.1584,1.35,2.0569 creeping,creeping,140,113,125,102,2.75,2.1492,1.35,2.0569 crotch,crotch,140,113,128,109,2.75,2.1492,1.35,2.0569 dangers,dangers,130,113,125,109,2.55,2.1173,1.35,2.0569 expired,expired,128,113,126,113,2.51,2.1106,1.35,2.0569 fright,fright,141,113,131,111,2.76,2.1523,1.35,2.0569 hippie,hippie,139,113,129,108,2.73,2.1461,1.35,2.0569 icy,icy,135,113,115,98,2.65,2.1335,1.35,2.0569 Id,id,169,113,51,32,3.31,2.2304,1.35,2.0569 imperative,imperative,127,113,122,110,2.49,2.1072,1.35,2.0569 invincible,invincible,154,113,141,108,3.02,2.1903,1.35,2.0569 laps,laps,167,113,164,111,3.27,2.2253,1.35,2.0569 males,males,134,113,123,106,2.63,2.1303,1.35,2.0569 maneuver,maneuver,143,113,135,110,2.80,2.1584,1.35,2.0569 mingle,mingle,137,113,112,97,2.69,2.1399,1.35,2.0569 Noah,noah,455,113,4,4,8.92,2.6590,1.35,2.0569 obligations,obligations,128,113,125,111,2.51,2.1106,1.35,2.0569 opposition,opposition,155,113,132,106,3.04,2.1931,1.35,2.0569 pictured,pictured,134,113,133,113,2.63,2.1303,1.35,2.0569 pisses,pisses,135,113,123,106,2.65,2.1335,1.35,2.0569 reset,reset,164,113,133,95,3.22,2.2175,1.35,2.0569 rested,rested,113,113,108,108,2.22,2.0569,1.35,2.0569 rewrite,rewrite,140,113,127,105,2.75,2.1492,1.35,2.0569 riddle,riddle,231,113,187,104,4.53,2.3655,1.35,2.0569 sails,sails,164,113,159,112,3.22,2.2175,1.35,2.0569 shortage,shortage,134,113,134,113,2.63,2.1303,1.35,2.0569 snowing,snowing,152,113,150,111,2.98,2.1847,1.35,2.0569 stoop,stoop,125,113,113,105,2.45,2.1004,1.35,2.0569 terminated,terminated,147,113,135,107,2.88,2.1703,1.35,2.0569 vertical,vertical,141,113,130,104,2.76,2.1523,1.35,2.0569 viewers,viewers,143,113,140,110,2.80,2.1584,1.35,2.0569 violate,violate,122,113,119,112,2.39,2.0899,1.35,2.0569 alarms,alarms,157,112,152,108,3.08,2.1987,1.34,2.0531 amnesia,amnesia,189,112,162,99,3.71,2.2788,1.34,2.0531 cheeseburger,cheeseburger,163,112,137,94,3.20,2.2148,1.34,2.0531 cockroach,cockroach,174,112,160,104,3.41,2.2430,1.34,2.0531 colder,colder,127,112,119,105,2.49,2.1072,1.34,2.0531 Commonwealth,commonwealth,340,112,56,40,6.67,2.5328,1.34,2.0531 communists,communists,231,112,121,54,4.53,2.3655,1.34,2.0531 compensate,compensate,124,112,120,110,2.43,2.0969,1.34,2.0531 coordinate,coordinate,130,112,115,103,2.55,2.1173,1.34,2.0531 declaration,declaration,180,112,97,79,3.53,2.2577,1.34,2.0531 doggie,doggie,169,112,141,100,3.31,2.2304,1.34,2.0531 elbows,elbows,125,112,109,98,2.45,2.1004,1.34,2.0531 extortion,extortion,131,112,111,96,2.57,2.1206,1.34,2.0531 gents,gents,150,112,137,102,2.94,2.1790,1.34,2.0531 hooking,hooking,129,112,122,107,2.53,2.1139,1.34,2.0531 immoral,immoral,133,112,122,106,2.61,2.1271,1.34,2.0531 improving,improving,119,112,114,107,2.33,2.0792,1.34,2.0531 incidents,incidents,135,112,130,110,2.65,2.1335,1.34,2.0531 Kathy,kathy,403,112,0,0,7.90,2.6064,1.34,2.0531 Knights,knights,384,112,188,70,7.53,2.5855,1.34,2.0531 manufacture,manufacture,124,112,122,110,2.43,2.0969,1.34,2.0531 Olympic,olympic,204,112,2,2,4.00,2.3118,1.34,2.0531 paw,paw,159,112,150,107,3.12,2.2041,1.34,2.0531 peoples,peoples,134,112,124,106,2.63,2.1303,1.34,2.0531 personalities,personalities,151,112,146,108,2.96,2.1818,1.34,2.0531 pest,pest,146,112,116,97,2.86,2.1673,1.34,2.0531 plum,plum,174,112,125,92,3.41,2.2430,1.34,2.0531 potion,potion,380,112,343,110,7.45,2.5809,1.34,2.0531 questionable,questionable,117,112,110,107,2.29,2.0719,1.34,2.0531 rascal,rascal,201,112,142,103,3.94,2.3054,1.34,2.0531 reform,reform,184,112,149,99,3.61,2.2672,1.34,2.0531 rendered,rendered,125,112,123,110,2.45,2.1004,1.34,2.0531 roles,roles,148,112,147,111,2.90,2.1732,1.34,2.0531 sedative,sedative,130,112,122,107,2.55,2.1173,1.34,2.0531 semen,semen,201,112,185,104,3.94,2.3054,1.34,2.0531 sexuality,sexuality,158,112,152,110,3.10,2.2014,1.34,2.0531 skates,skates,215,112,203,108,4.22,2.3345,1.34,2.0531 snoring,snoring,147,112,123,93,2.88,2.1703,1.34,2.0531 sordid,sordid,127,112,123,111,2.49,2.1072,1.34,2.0531 stirred,stirred,123,112,122,111,2.41,2.0934,1.34,2.0531 summers,summers,134,112,88,81,2.63,2.1303,1.34,2.0531 Ta,ta,231,112,90,55,4.53,2.3655,1.34,2.0531 trout,trout,205,112,148,94,4.02,2.3139,1.34,2.0531 unaware,unaware,120,112,115,108,2.35,2.0828,1.34,2.0531 uncertain,uncertain,121,112,116,107,2.37,2.0864,1.34,2.0531 unnatural,unnatural,140,112,137,111,2.75,2.1492,1.34,2.0531 utmost,utmost,118,112,116,111,2.31,2.0755,1.34,2.0531 whiff,whiff,127,112,123,109,2.49,2.1072,1.34,2.0531 wider,wider,127,112,110,100,2.49,2.1072,1.34,2.0531 abduction,abduction,185,111,179,109,3.63,2.2695,1.32,2.0492 absent,absent,131,111,117,100,2.57,2.1206,1.32,2.0492 adequate,adequate,132,111,122,107,2.59,2.1239,1.32,2.0492 ant,ant,273,111,200,95,5.35,2.4378,1.32,2.0492 arise,arise,151,111,105,84,2.96,2.1818,1.32,2.0492 Bing,bing,233,111,33,20,4.57,2.3692,1.32,2.0492 bragging,bragging,118,111,113,106,2.31,2.0755,1.32,2.0492 cellular,cellular,145,111,138,108,2.84,2.1644,1.32,2.0492 cornered,cornered,117,111,117,111,2.29,2.0719,1.32,2.0492 countless,countless,121,111,116,106,2.37,2.0864,1.32,2.0492 craziest,craziest,118,111,113,107,2.31,2.0755,1.32,2.0492 curl,curl,120,111,108,100,2.35,2.0828,1.32,2.0492 defender,defender,152,111,127,96,2.98,2.1847,1.32,2.0492 destructive,destructive,122,111,118,107,2.39,2.0899,1.32,2.0492 drummer,drummer,187,111,171,102,3.67,2.2742,1.32,2.0492 everlasting,everlasting,130,111,123,108,2.55,2.1173,1.32,2.0492 exams,exams,145,111,139,109,2.84,2.1644,1.32,2.0492 explodes,explodes,126,111,116,109,2.47,2.1038,1.32,2.0492 exploding,exploding,132,111,125,106,2.59,2.1239,1.32,2.0492 forgiving,forgiving,127,111,114,103,2.49,2.1072,1.32,2.0492 fundamental,fundamental,167,111,162,110,3.27,2.2253,1.32,2.0492 Geneva,geneva,206,111,0,0,4.04,2.3160,1.32,2.0492 grieving,grieving,139,111,131,105,2.73,2.1461,1.32,2.0492 Harlem,harlem,229,111,1,1,4.49,2.3617,1.32,2.0492 Holmes,holmes,1295,111,2,2,25.39,3.1126,1.32,2.0492 inmates,inmates,197,111,178,106,3.86,2.2967,1.32,2.0492 inspect,inspect,130,111,126,108,2.55,2.1173,1.32,2.0492 interpretation,interpretation,130,111,127,108,2.55,2.1173,1.32,2.0492 mandatory,mandatory,126,111,107,98,2.47,2.1038,1.32,2.0492 Mercury,mercury,195,111,75,44,3.82,2.2923,1.32,2.0492 Minnesota,minnesota,199,111,3,3,3.90,2.3010,1.32,2.0492 noodle,noodle,148,111,127,102,2.90,2.1732,1.32,2.0492 pigeons,pigeons,179,111,152,105,3.51,2.2553,1.32,2.0492 pinched,pinched,138,111,135,109,2.71,2.1430,1.32,2.0492 posse,posse,221,111,213,109,4.33,2.3464,1.32,2.0492 posts,posts,141,111,141,111,2.76,2.1523,1.32,2.0492 programming,programming,160,111,153,109,3.14,2.2068,1.32,2.0492 province,province,163,111,131,96,3.20,2.2148,1.32,2.0492 provoke,provoke,127,111,126,110,2.49,2.1072,1.32,2.0492 radioactive,radioactive,163,111,150,104,3.20,2.2148,1.32,2.0492 regiment,regiment,247,111,211,95,4.84,2.3945,1.32,2.0492 seized,seized,129,111,124,106,2.53,2.1139,1.32,2.0492 sirs,sirs,194,111,151,87,3.80,2.2900,1.32,2.0492 spiders,spiders,227,111,200,99,4.45,2.3579,1.32,2.0492 startled,startled,125,111,117,107,2.45,2.1004,1.32,2.0492 stressful,stressful,128,111,126,110,2.51,2.1106,1.32,2.0492 supplied,supplied,122,111,120,109,2.39,2.0899,1.32,2.0492 toothpaste,toothpaste,160,111,143,105,3.14,2.2068,1.32,2.0492 transferring,transferring,120,111,105,97,2.35,2.0828,1.32,2.0492 undone,undone,125,111,124,110,2.45,2.1004,1.32,2.0492 weirdest,weirdest,123,111,116,104,2.41,2.0934,1.32,2.0492 Wh,wh,147,111,39,30,2.88,2.1703,1.32,2.0492 workshop,workshop,143,111,133,104,2.80,2.1584,1.32,2.0492 adjusting,adjusting,121,110,114,104,2.37,2.0864,1.31,2.0453 agitated,agitated,128,110,124,106,2.51,2.1106,1.31,2.0453 appearing,appearing,119,110,113,104,2.33,2.0792,1.31,2.0453 babysitting,babysitting,138,110,127,101,2.71,2.1430,1.31,2.0453 brink,brink,127,110,112,102,2.49,2.1072,1.31,2.0453 calculated,calculated,120,110,119,109,2.35,2.0828,1.31,2.0453 caliber,caliber,139,110,138,109,2.73,2.1461,1.31,2.0453 cheesy,cheesy,133,110,123,104,2.61,2.1271,1.31,2.0453 closure,closure,158,110,137,107,3.10,2.2014,1.31,2.0453 detained,detained,126,110,122,110,2.47,2.1038,1.31,2.0453 Disneyland,disneyland,153,110,0,0,3.00,2.1875,1.31,2.0453 Dolly,dolly,306,110,75,50,6.00,2.4871,1.31,2.0453 duct,duct,160,110,143,106,3.14,2.2068,1.31,2.0453 Eighty,eighty,129,110,64,53,2.53,2.1139,1.31,2.0453 elevated,elevated,127,110,114,99,2.49,2.1072,1.31,2.0453 farms,farms,145,110,122,91,2.84,2.1644,1.31,2.0453 fiend,fiend,143,110,136,105,2.80,2.1584,1.31,2.0453 fingerprint,fingerprint,163,110,150,101,3.20,2.2148,1.31,2.0453 flashes,flashes,135,110,125,102,2.65,2.1335,1.31,2.0453 flea,flea,169,110,133,102,3.31,2.2304,1.31,2.0453 flour,flour,161,110,149,106,3.16,2.2095,1.31,2.0453 fr,fr,231,110,128,84,4.53,2.3655,1.31,2.0453 Frasier,frasier,1179,110,0,0,23.12,3.0719,1.31,2.0453 fumes,fumes,146,110,134,107,2.86,2.1673,1.31,2.0453 heavier,heavier,117,110,107,102,2.29,2.0719,1.31,2.0453 install,install,138,110,132,106,2.71,2.1430,1.31,2.0453 justified,justified,126,110,123,108,2.47,2.1038,1.31,2.0453 lasting,lasting,120,110,117,107,2.35,2.0828,1.31,2.0453 leftovers,leftovers,127,110,119,103,2.49,2.1072,1.31,2.0453 legit,legit,136,110,132,108,2.67,2.1367,1.31,2.0453 loudly,loudly,131,110,111,93,2.57,2.1206,1.31,2.0453 Marco,marco,607,110,4,3,11.90,2.7839,1.31,2.0453 mixture,mixture,126,110,125,109,2.47,2.1038,1.31,2.0453 nagging,nagging,122,110,118,106,2.39,2.0899,1.31,2.0453 obtained,obtained,123,110,123,110,2.41,2.0934,1.31,2.0453 Oy,oy,169,110,20,14,3.31,2.2304,1.31,2.0453 peed,peed,134,110,132,108,2.63,2.1303,1.31,2.0453 peeping,peeping,128,110,86,79,2.51,2.1106,1.31,2.0453 presidents,presidents,138,110,109,90,2.71,2.1430,1.31,2.0453 reel,reel,166,110,137,100,3.25,2.2227,1.31,2.0453 representation,representation,127,110,123,106,2.49,2.1072,1.31,2.0453 satellites,satellites,163,110,151,104,3.20,2.2148,1.31,2.0453 shelves,shelves,140,110,137,108,2.75,2.1492,1.31,2.0453 skilled,skilled,121,110,116,105,2.37,2.0864,1.31,2.0453 sly,sly,136,110,107,95,2.67,2.1367,1.31,2.0453 snitch,snitch,161,110,142,100,3.16,2.2095,1.31,2.0453 Sparks,sparks,256,110,94,77,5.02,2.4099,1.31,2.0453 stupidest,stupidest,121,110,119,109,2.37,2.0864,1.31,2.0453 swearing,swearing,124,110,118,104,2.43,2.0969,1.31,2.0453 thingy,thingy,146,110,142,108,2.86,2.1673,1.31,2.0453 translated,translated,127,110,104,89,2.49,2.1072,1.31,2.0453 troubling,troubling,119,110,114,107,2.33,2.0792,1.31,2.0453 truthfully,truthfully,120,110,90,82,2.35,2.0828,1.31,2.0453 Umm,umm,334,110,119,50,6.55,2.5250,1.31,2.0453 vessels,vessels,154,110,150,108,3.02,2.1903,1.31,2.0453 Voila,voila,129,110,43,36,2.53,2.1139,1.31,2.0453 vouch,vouch,126,110,125,109,2.47,2.1038,1.31,2.0453 wacko,wacko,141,110,123,100,2.76,2.1523,1.31,2.0453 wildest,wildest,124,110,119,106,2.43,2.0969,1.31,2.0453 willingly,willingly,121,110,113,104,2.37,2.0864,1.31,2.0453 wonderfully,wonderfully,114,110,103,99,2.24,2.0607,1.31,2.0453 aggression,aggression,143,109,134,105,2.80,2.1584,1.30,2.0414 analyst,analyst,177,109,171,107,3.47,2.2504,1.30,2.0414 appeals,appeals,137,109,119,98,2.69,2.1399,1.30,2.0414 buckets,buckets,142,109,131,107,2.78,2.1553,1.30,2.0414 bun,bun,147,109,111,85,2.88,2.1703,1.30,2.0414 cabbage,cabbage,148,109,129,102,2.90,2.1732,1.30,2.0414 cramp,cramp,143,109,128,104,2.80,2.1584,1.30,2.0414 dagger,dagger,251,109,235,105,4.92,2.4014,1.30,2.0414 describing,describing,118,109,115,106,2.31,2.0755,1.30,2.0414 downhill,downhill,126,109,119,106,2.47,2.1038,1.30,2.0414 downright,downright,121,109,112,100,2.37,2.0864,1.30,2.0414 Egyptian,egyptian,203,109,5,3,3.98,2.3096,1.30,2.0414 entertained,entertained,117,109,116,109,2.29,2.0719,1.30,2.0414 Eta,eta,139,109,3,3,2.73,2.1461,1.30,2.0414 generate,generate,124,109,121,107,2.43,2.0969,1.30,2.0414 graduating,graduating,128,109,121,104,2.51,2.1106,1.30,2.0414 harness,harness,133,109,129,106,2.61,2.1271,1.30,2.0414 Hoover,hoover,162,109,4,4,3.18,2.2122,1.30,2.0414 imbecile,imbecile,147,109,130,97,2.88,2.1703,1.30,2.0414 improvise,improvise,127,109,106,94,2.49,2.1072,1.30,2.0414 impulsive,impulsive,137,109,135,107,2.69,2.1399,1.30,2.0414 insect,insect,161,109,149,105,3.16,2.2095,1.30,2.0414 ledge,ledge,179,109,175,108,3.51,2.2553,1.30,2.0414 matrimony,matrimony,136,109,134,107,2.67,2.1367,1.30,2.0414 measuring,measuring,126,109,113,102,2.47,2.1038,1.30,2.0414 Needless,needless,116,109,57,56,2.27,2.0682,1.30,2.0414 Newport,newport,300,109,4,2,5.88,2.4786,1.30,2.0414 Overruled,overruled,172,109,66,49,3.37,2.2380,1.30,2.0414 panting,panting,207,109,160,89,4.06,2.3181,1.30,2.0414 paragraph,paragraph,144,109,116,95,2.82,2.1614,1.30,2.0414 peeking,peeking,125,109,115,102,2.45,2.1004,1.30,2.0414 pits,pits,160,109,143,102,3.14,2.2068,1.30,2.0414 portal,portal,222,109,215,108,4.35,2.3483,1.30,2.0414 precautions,precautions,127,109,125,108,2.49,2.1072,1.30,2.0414 processed,processed,128,109,124,108,2.51,2.1106,1.30,2.0414 prototype,prototype,169,109,164,108,3.31,2.2304,1.30,2.0414 quits,quits,121,109,119,108,2.37,2.0864,1.30,2.0414 refund,refund,141,109,134,106,2.76,2.1523,1.30,2.0414 respiratory,respiratory,142,109,96,72,2.78,2.1553,1.30,2.0414 restroom,restroom,125,109,118,102,2.45,2.1004,1.30,2.0414 rodeo,rodeo,283,109,208,81,5.55,2.4533,1.30,2.0414 scanner,scanner,150,109,145,105,2.94,2.1790,1.30,2.0414 sections,sections,127,109,119,103,2.49,2.1072,1.30,2.0414 Simpson,simpson,356,109,0,0,6.98,2.5527,1.30,2.0414 slavery,slavery,207,109,175,100,4.06,2.3181,1.30,2.0414 speculation,speculation,118,109,109,100,2.31,2.0755,1.30,2.0414 steep,steep,125,109,122,107,2.45,2.1004,1.30,2.0414 unbelievably,unbelievably,112,109,101,98,2.20,2.0531,1.30,2.0414 Vermont,vermont,223,109,12,3,4.37,2.3502,1.30,2.0414 weaker,weaker,121,109,119,107,2.37,2.0864,1.30,2.0414 adored,adored,125,108,123,106,2.45,2.1004,1.29,2.0374 announcing,announcing,127,108,106,90,2.49,2.1072,1.29,2.0374 backseat,backseat,117,108,112,103,2.29,2.0719,1.29,2.0374 barks,barks,164,108,133,86,3.22,2.2175,1.29,2.0374 brigade,brigade,163,108,83,63,3.20,2.2148,1.29,2.0374 Buddha,buddha,263,108,5,3,5.16,2.4216,1.29,2.0374 calf,calf,151,108,132,100,2.96,2.1818,1.29,2.0374 charter,charter,151,108,125,93,2.96,2.1818,1.29,2.0374 coaching,coaching,168,108,161,107,3.29,2.2279,1.29,2.0374 containing,containing,129,108,127,107,2.53,2.1139,1.29,2.0374 convey,convey,136,108,132,106,2.67,2.1367,1.29,2.0374 coughs,coughs,154,108,104,76,3.02,2.1903,1.29,2.0374 cuckoo,cuckoo,151,108,117,88,2.96,2.1818,1.29,2.0374 earliest,earliest,118,108,117,107,2.31,2.0755,1.29,2.0374 Elder,elder,359,108,107,82,7.04,2.5563,1.29,2.0374 external,external,126,108,106,95,2.47,2.1038,1.29,2.0374 Florence,florence,274,108,1,1,5.37,2.4393,1.29,2.0374 foreplay,foreplay,128,108,111,99,2.51,2.1106,1.29,2.0374 grad,grad,148,108,130,103,2.90,2.1732,1.29,2.0374 Hamilton,hamilton,375,108,0,0,7.35,2.5752,1.29,2.0374 hassle,hassle,133,108,129,105,2.61,2.1271,1.29,2.0374 hopping,hopping,121,108,112,103,2.37,2.0864,1.29,2.0374 infrared,infrared,155,108,135,99,3.04,2.1931,1.29,2.0374 intrusion,intrusion,127,108,126,108,2.49,2.1072,1.29,2.0374 Jose,jose,227,108,1,1,4.45,2.3579,1.29,2.0374 lectures,lectures,128,108,126,106,2.51,2.1106,1.29,2.0374 maids,maids,141,108,129,100,2.76,2.1523,1.29,2.0374 martyr,martyr,132,108,127,104,2.59,2.1239,1.29,2.0374 Melissa,melissa,450,108,0,0,8.82,2.6542,1.29,2.0374 Mona,mona,390,108,3,3,7.65,2.5922,1.29,2.0374 offspring,offspring,130,108,117,101,2.55,2.1173,1.29,2.0374 ongoing,ongoing,111,108,106,103,2.18,2.0492,1.29,2.0374 patio,patio,133,108,125,103,2.61,2.1271,1.29,2.0374 peacefully,peacefully,117,108,113,105,2.29,2.0719,1.29,2.0374 produces,produces,134,108,131,105,2.63,2.1303,1.29,2.0374 productive,productive,123,108,121,107,2.41,2.0934,1.29,2.0374 racial,racial,159,108,145,104,3.12,2.2041,1.29,2.0374 reasonably,reasonably,118,108,99,94,2.31,2.0755,1.29,2.0374 rebound,rebound,142,108,123,101,2.78,2.1553,1.29,2.0374 revelation,revelation,140,108,105,96,2.75,2.1492,1.29,2.0374 roaring,roaring,156,108,117,87,3.06,2.1959,1.29,2.0374 rotation,rotation,149,108,147,108,2.92,2.1761,1.29,2.0374 rumour,rumour,149,108,123,87,2.92,2.1761,1.29,2.0374 scratches,scratches,123,108,118,104,2.41,2.0934,1.29,2.0374 signatures,signatures,146,108,145,108,2.86,2.1673,1.29,2.0374 slowed,slowed,116,108,111,104,2.27,2.0682,1.29,2.0374 sorta,sorta,149,108,122,89,2.92,2.1761,1.29,2.0374 spaceship,spaceship,188,108,184,105,3.69,2.2765,1.29,2.0374 spear,spear,232,108,173,98,4.55,2.3674,1.29,2.0374 spreads,spreads,115,108,112,105,2.25,2.0645,1.29,2.0374 stared,stared,123,108,122,107,2.41,2.0934,1.29,2.0374 stimulating,stimulating,120,108,113,102,2.35,2.0828,1.29,2.0374 sweets,sweets,122,108,106,94,2.39,2.0899,1.29,2.0374 tacky,tacky,134,108,119,99,2.63,2.1303,1.29,2.0374 tame,tame,139,108,129,104,2.73,2.1461,1.29,2.0374 teeny,teeny,128,108,103,99,2.51,2.1106,1.29,2.0374 theatrical,theatrical,128,108,123,105,2.51,2.1106,1.29,2.0374 titties,titties,175,108,161,102,3.43,2.2455,1.29,2.0374 tours,tours,132,108,103,95,2.59,2.1239,1.29,2.0374 veil,veil,151,108,146,104,2.96,2.1818,1.29,2.0374 Vienna,vienna,247,108,1,1,4.84,2.3945,1.29,2.0374 villa,villa,224,108,142,81,4.39,2.3522,1.29,2.0374 volcano,volcano,170,108,161,101,3.33,2.2330,1.29,2.0374 Winchester,winchester,328,108,1,1,6.43,2.5172,1.29,2.0374 zoom,zoom,181,108,93,73,3.55,2.2601,1.29,2.0374 amused,amused,128,107,128,107,2.51,2.1106,1.28,2.0334 apron,apron,136,107,132,105,2.67,2.1367,1.28,2.0334 balanced,balanced,121,107,116,104,2.37,2.0864,1.28,2.0334 bandits,bandits,211,107,133,88,4.14,2.3263,1.28,2.0334 barrels,barrels,144,107,138,104,2.82,2.1614,1.28,2.0334 bending,bending,122,107,118,103,2.39,2.0899,1.28,2.0334 brotherhood,brotherhood,212,107,109,81,4.16,2.3284,1.28,2.0334 brunch,brunch,189,107,180,102,3.71,2.2788,1.28,2.0334 clarify,clarify,114,107,109,104,2.24,2.0607,1.28,2.0334 combine,combine,113,107,99,94,2.22,2.0569,1.28,2.0334 comfy,comfy,115,107,97,90,2.25,2.0645,1.28,2.0334 comparing,comparing,112,107,100,96,2.20,2.0531,1.28,2.0334 concludes,concludes,114,107,114,107,2.24,2.0607,1.28,2.0334 conductor,conductor,155,107,122,91,3.04,2.1931,1.28,2.0334 Congressman,congressman,325,107,159,75,6.37,2.5132,1.28,2.0334 coyote,coyote,185,107,117,84,3.63,2.2695,1.28,2.0334 cradle,cradle,145,107,121,95,2.84,2.1644,1.28,2.0334 di,di,188,107,113,57,3.69,2.2765,1.28,2.0334 ditched,ditched,118,107,117,106,2.31,2.0755,1.28,2.0334 effectively,effectively,116,107,110,102,2.27,2.0682,1.28,2.0334 endangered,endangered,128,107,123,105,2.51,2.1106,1.28,2.0334 Excellency,excellency,509,107,22,7,9.98,2.7076,1.28,2.0334 excessive,excessive,124,107,107,94,2.43,2.0969,1.28,2.0334 extinct,extinct,128,107,124,103,2.51,2.1106,1.28,2.0334 giggles,giggles,170,107,117,69,3.33,2.2330,1.28,2.0334 graceful,graceful,118,107,114,103,2.31,2.0755,1.28,2.0334 Greece,greece,225,107,1,1,4.41,2.3541,1.28,2.0334 hen,hen,163,107,132,93,3.20,2.2148,1.28,2.0334 horribly,horribly,125,107,112,98,2.45,2.1004,1.28,2.0334 indefinitely,indefinitely,119,107,104,95,2.33,2.0792,1.28,2.0334 insured,insured,126,107,123,106,2.47,2.1038,1.28,2.0334 lunchtime,lunchtime,125,107,100,88,2.45,2.1004,1.28,2.0334 mailman,mailman,147,107,128,94,2.88,2.1703,1.28,2.0334 masses,masses,138,107,136,107,2.71,2.1430,1.28,2.0334 merchant,merchant,146,107,110,84,2.86,2.1673,1.28,2.0334 millennium,millennium,219,107,146,87,4.29,2.3424,1.28,2.0334 mini,mini,184,107,92,81,3.61,2.2672,1.28,2.0334 modeling,modeling,185,107,165,101,3.63,2.2695,1.28,2.0334 muddy,muddy,153,107,105,92,3.00,2.1875,1.28,2.0334 napkins,napkins,131,107,122,101,2.57,2.1206,1.28,2.0334 obligated,obligated,131,107,130,107,2.57,2.1206,1.28,2.0334 obstacle,obstacle,132,107,131,107,2.59,2.1239,1.28,2.0334 overlooked,overlooked,111,107,109,105,2.18,2.0492,1.28,2.0334 paddle,paddle,191,107,165,97,3.75,2.2833,1.28,2.0334 pager,pager,147,107,130,100,2.88,2.1703,1.28,2.0334 parenting,parenting,134,107,125,101,2.63,2.1303,1.28,2.0334 peasants,peasants,155,107,145,103,3.04,2.1931,1.28,2.0334 pitcher,pitcher,165,107,154,100,3.24,2.2201,1.28,2.0334 Pow,pow,169,107,68,51,3.31,2.2304,1.28,2.0334 Prophet,prophet,272,107,115,84,5.33,2.4362,1.28,2.0334 remedy,remedy,118,107,115,104,2.31,2.0755,1.28,2.0334 rightful,rightful,119,107,119,107,2.33,2.0792,1.28,2.0334 scraping,scraping,118,107,109,99,2.31,2.0755,1.28,2.0334 singles,singles,142,107,129,102,2.78,2.1553,1.28,2.0334 skunk,skunk,166,107,144,101,3.25,2.2227,1.28,2.0334 smuggling,smuggling,154,107,141,102,3.02,2.1903,1.28,2.0334 stocking,stocking,134,107,129,104,2.63,2.1303,1.28,2.0334 Swan,swan,348,107,106,67,6.82,2.5428,1.28,2.0334 transit,transit,162,107,133,92,3.18,2.2122,1.28,2.0334 upstate,upstate,131,107,108,91,2.57,2.1206,1.28,2.0334 accommodate,accommodate,109,106,109,106,2.14,2.0414,1.26,2.0294 auditions,auditions,143,106,124,96,2.80,2.1584,1.26,2.0294 batting,batting,164,106,156,102,3.22,2.2175,1.26,2.0294 beads,beads,180,106,167,100,3.53,2.2577,1.26,2.0294 bulletproof,bulletproof,130,106,109,94,2.55,2.1173,1.26,2.0294 bursting,bursting,119,106,111,99,2.33,2.0792,1.26,2.0294 Chevy,chevy,175,106,1,1,3.43,2.2455,1.26,2.0294 cling,cling,128,106,112,99,2.51,2.1106,1.26,2.0294 concealed,concealed,116,106,111,103,2.27,2.0682,1.26,2.0294 coup,coup,133,106,123,98,2.61,2.1271,1.26,2.0294 deploy,deploy,135,106,100,86,2.65,2.1335,1.26,2.0294 drunks,drunks,116,106,109,99,2.27,2.0682,1.26,2.0294 encouragement,encouragement,112,106,108,103,2.20,2.0531,1.26,2.0294 fishy,fishy,143,106,126,101,2.80,2.1584,1.26,2.0294 flaming,flaming,130,106,101,91,2.55,2.1173,1.26,2.0294 fortunes,fortunes,128,106,118,99,2.51,2.1106,1.26,2.0294 Gibson,gibson,308,106,1,1,6.04,2.4900,1.26,2.0294 grub,grub,139,106,123,101,2.73,2.1461,1.26,2.0294 Hector,hector,543,106,0,0,10.65,2.7356,1.26,2.0294 interpret,interpret,125,106,116,101,2.45,2.1004,1.26,2.0294 investors,investors,165,106,160,102,3.24,2.2201,1.26,2.0294 knockout,knockout,170,106,125,100,3.33,2.2330,1.26,2.0294 lever,lever,163,106,154,102,3.20,2.2148,1.26,2.0294 liaison,liaison,139,106,130,100,2.73,2.1461,1.26,2.0294 limbs,limbs,132,106,129,104,2.59,2.1239,1.26,2.0294 loony,loony,123,106,113,102,2.41,2.0934,1.26,2.0294 medieval,medieval,151,106,120,93,2.96,2.1818,1.26,2.0294 mystical,mystical,144,106,138,101,2.82,2.1614,1.26,2.0294 oysters,oysters,193,106,166,98,3.78,2.2878,1.26,2.0294 Padre,padre,215,106,54,43,4.22,2.3345,1.26,2.0294 propaganda,propaganda,159,106,144,100,3.12,2.2041,1.26,2.0294 prostitutes,prostitutes,146,106,132,96,2.86,2.1673,1.26,2.0294 punches,punches,161,106,158,103,3.16,2.2095,1.26,2.0294 qualifications,qualifications,129,106,124,103,2.53,2.1139,1.26,2.0294 rebellion,rebellion,130,106,115,95,2.55,2.1173,1.26,2.0294 rebels,rebels,250,106,225,98,4.90,2.3997,1.26,2.0294 referee,referee,183,106,146,91,3.59,2.2648,1.26,2.0294 saline,saline,175,106,154,97,3.43,2.2455,1.26,2.0294 Sinatra,sinatra,139,106,0,0,2.73,2.1461,1.26,2.0294 singers,singers,160,106,123,94,3.14,2.2068,1.26,2.0294 slime,slime,141,106,126,101,2.76,2.1523,1.26,2.0294 spook,spook,140,106,128,101,2.75,2.1492,1.26,2.0294 squeezed,squeezed,118,106,114,103,2.31,2.0755,1.26,2.0294 strawberries,strawberries,200,106,164,90,3.92,2.3032,1.26,2.0294 suspense,suspense,114,106,111,104,2.24,2.0607,1.26,2.0294 sweeter,sweeter,133,106,122,104,2.61,2.1271,1.26,2.0294 taco,taco,158,106,86,65,3.10,2.2014,1.26,2.0294 tolerance,tolerance,130,106,121,101,2.55,2.1173,1.26,2.0294 tractor,tractor,190,106,158,97,3.73,2.2810,1.26,2.0294 undressed,undressed,123,106,122,106,2.41,2.0934,1.26,2.0294 unimportant,unimportant,125,106,118,102,2.45,2.1004,1.26,2.0294 violating,violating,114,106,110,103,2.24,2.0607,1.26,2.0294 vocabulary,vocabulary,119,106,115,102,2.33,2.0792,1.26,2.0294 warmed,warmed,112,106,110,104,2.20,2.0531,1.26,2.0294 airplanes,airplanes,164,105,151,98,3.22,2.2175,1.25,2.0253 barracks,barracks,226,105,200,98,4.43,2.3560,1.25,2.0253 bomber,bomber,214,105,180,93,4.20,2.3324,1.25,2.0253 burglary,burglary,182,105,151,97,3.57,2.2625,1.25,2.0253 Calvin,calvin,474,105,1,1,9.29,2.6767,1.25,2.0253 cappuccino,cappuccino,146,105,125,91,2.86,2.1673,1.25,2.0253 competent,competent,124,105,117,101,2.43,2.0969,1.25,2.0253 conceive,conceive,117,105,116,105,2.29,2.0719,1.25,2.0253 Craig,craig,365,105,0,0,7.16,2.5635,1.25,2.0253 craps,craps,155,105,125,91,3.04,2.1931,1.25,2.0253 Dale,dale,463,105,13,9,9.08,2.6665,1.25,2.0253 delusional,delusional,142,105,137,101,2.78,2.1553,1.25,2.0253 dependent,dependent,114,105,111,103,2.24,2.0607,1.25,2.0253 desired,desired,115,105,115,105,2.25,2.0645,1.25,2.0253 Devon,devon,914,105,1,1,17.92,2.9614,1.25,2.0253 Doggone,doggone,148,105,72,56,2.90,2.1732,1.25,2.0253 drapes,drapes,152,105,140,103,2.98,2.1847,1.25,2.0253 enchanted,enchanted,141,105,101,82,2.76,2.1523,1.25,2.0253 fireman,fireman,149,105,134,98,2.92,2.1761,1.25,2.0253 flap,flap,135,105,112,94,2.65,2.1335,1.25,2.0253 Glen,glen,366,105,21,13,7.18,2.5647,1.25,2.0253 handicap,handicap,139,105,124,101,2.73,2.1461,1.25,2.0253 heritage,heritage,129,105,98,82,2.53,2.1139,1.25,2.0253 honking,honking,155,105,106,84,3.04,2.1931,1.25,2.0253 hoo,hoo,203,105,121,61,3.98,2.3096,1.25,2.0253 infamous,infamous,114,105,109,103,2.24,2.0607,1.25,2.0253 intentionally,intentionally,108,105,106,103,2.12,2.0374,1.25,2.0253 jinx,jinx,204,105,112,90,4.00,2.3118,1.25,2.0253 loaned,loaned,111,105,108,103,2.18,2.0492,1.25,2.0253 memorable,memorable,115,105,110,102,2.25,2.0645,1.25,2.0253 Nam,nam,174,105,10,9,3.41,2.2430,1.25,2.0253 opposing,opposing,137,105,120,96,2.69,2.1399,1.25,2.0253 overly,overly,113,105,106,102,2.22,2.0569,1.25,2.0253 premiere,premiere,189,105,177,99,3.71,2.2788,1.25,2.0253 prospects,prospects,114,105,113,104,2.24,2.0607,1.25,2.0253 receiver,receiver,151,105,141,100,2.96,2.1818,1.25,2.0253 rumours,rumours,134,105,122,96,2.63,2.1303,1.25,2.0253 salty,salty,127,105,106,90,2.49,2.1072,1.25,2.0253 schedules,schedules,116,105,114,104,2.27,2.0682,1.25,2.0253 skins,skins,136,105,116,98,2.67,2.1367,1.25,2.0253 slumber,slumber,140,105,127,98,2.75,2.1492,1.25,2.0253 sticker,sticker,142,105,138,102,2.78,2.1553,1.25,2.0253 Swat,swat,196,105,21,20,3.84,2.2945,1.25,2.0253 swears,swears,118,105,115,103,2.31,2.0755,1.25,2.0253 testicles,testicles,125,105,117,98,2.45,2.1004,1.25,2.0253 tuxedo,tuxedo,158,105,150,101,3.10,2.2014,1.25,2.0253 veal,veal,181,105,138,93,3.55,2.2601,1.25,2.0253 weights,weights,136,105,132,102,2.67,2.1367,1.25,2.0253 wiggle,wiggle,152,105,121,95,2.98,2.1847,1.25,2.0253 wiping,wiping,111,105,105,100,2.18,2.0492,1.25,2.0253 wraps,wraps,117,105,115,104,2.29,2.0719,1.25,2.0253 abdominal,abdominal,174,104,149,94,3.41,2.2430,1.24,2.0212 afterward,afterward,112,104,98,93,2.20,2.0531,1.24,2.0212 beams,beams,137,104,127,98,2.69,2.1399,1.24,2.0212 biblical,biblical,114,104,79,73,2.24,2.0607,1.24,2.0212 Captions,captions,104,104,6,6,2.04,2.0212,1.24,2.0212 Caroline,caroline,527,104,1,1,10.33,2.7226,1.24,2.0212 combo,combo,125,104,118,99,2.45,2.1004,1.24,2.0212 comics,comics,221,104,197,94,4.33,2.3464,1.24,2.0212 dairy,dairy,142,104,106,73,2.78,2.1553,1.24,2.0212 dedicate,dedicate,124,104,124,104,2.43,2.0969,1.24,2.0212 delirious,delirious,135,104,116,98,2.65,2.1335,1.24,2.0212 dread,dread,128,104,110,98,2.51,2.1106,1.24,2.0212 enlighten,enlighten,108,104,79,79,2.12,2.0374,1.24,2.0212 exterior,exterior,121,104,102,93,2.37,2.0864,1.24,2.0212 fragments,fragments,135,104,130,101,2.65,2.1335,1.24,2.0212 gallant,gallant,167,104,107,93,3.27,2.2253,1.24,2.0212 Griffin,griffin,707,104,3,2,13.86,2.8500,1.24,2.0212 harmed,harmed,123,104,122,104,2.41,2.0934,1.24,2.0212 Herman,herman,307,104,0,0,6.02,2.4886,1.24,2.0212 indoors,indoors,126,104,120,98,2.47,2.1038,1.24,2.0212 inject,inject,123,104,115,98,2.41,2.0934,1.24,2.0212 Joyce,joyce,371,104,0,0,7.27,2.5705,1.24,2.0212 kilometers,kilometers,156,104,154,103,3.06,2.1959,1.24,2.0212 lifts,lifts,121,104,114,101,2.37,2.0864,1.24,2.0212 loft,loft,186,104,180,101,3.65,2.2718,1.24,2.0212 lug,lug,132,104,118,99,2.59,2.1239,1.24,2.0212 lunches,lunches,130,104,127,103,2.55,2.1173,1.24,2.0212 maintained,maintained,114,104,112,103,2.24,2.0607,1.24,2.0212 mend,mend,133,104,117,99,2.61,2.1271,1.24,2.0212 mil,mil,146,104,129,96,2.86,2.1673,1.24,2.0212 muffled,muffled,157,104,87,65,3.08,2.1987,1.24,2.0212 pens,pens,129,104,123,98,2.53,2.1139,1.24,2.0212 Perry,perry,391,104,1,1,7.67,2.5933,1.24,2.0212 phoney,phoney,159,104,153,101,3.12,2.2041,1.24,2.0212 plaster,plaster,134,104,127,99,2.63,2.1303,1.24,2.0212 plugged,plugged,112,104,109,102,2.20,2.0531,1.24,2.0212 pursued,pursued,109,104,106,101,2.14,2.0414,1.24,2.0212 puzzles,puzzles,124,104,122,103,2.43,2.0969,1.24,2.0212 rattling,rattling,144,104,117,93,2.82,2.1614,1.24,2.0212 reborn,reborn,133,104,128,100,2.61,2.1271,1.24,2.0212 snaps,snaps,144,104,112,98,2.82,2.1614,1.24,2.0212 staged,staged,115,104,111,104,2.25,2.0645,1.24,2.0212 stewardess,stewardess,161,104,133,92,3.16,2.2095,1.24,2.0212 stylish,stylish,110,104,108,102,2.16,2.0453,1.24,2.0212 switches,switches,134,104,129,101,2.63,2.1303,1.24,2.0212 telegraph,telegraph,167,104,121,78,3.27,2.2253,1.24,2.0212 thine,thine,147,104,127,88,2.88,2.1703,1.24,2.0212 thug,thug,178,104,113,88,3.49,2.2529,1.24,2.0212 transmit,transmit,146,104,129,95,2.86,2.1673,1.24,2.0212 unfaithful,unfaithful,120,104,117,102,2.35,2.0828,1.24,2.0212 Veronica,veronica,587,104,1,1,11.51,2.7694,1.24,2.0212 vested,vested,111,104,110,103,2.18,2.0492,1.24,2.0212 windy,windy,134,104,91,81,2.63,2.1303,1.24,2.0212 aft,aft,180,103,156,92,3.53,2.2577,1.23,2.0170 basics,basics,114,103,110,101,2.24,2.0607,1.23,2.0170 Birdie,birdie,253,103,103,79,4.96,2.4048,1.23,2.0170 boob,boob,153,103,136,96,3.00,2.1875,1.23,2.0170 brightest,brightest,110,103,107,100,2.16,2.0453,1.23,2.0170 catastrophe,catastrophe,126,103,117,100,2.47,2.1038,1.23,2.0170 concentrating,concentrating,108,103,106,101,2.12,2.0374,1.23,2.0170 crumbs,crumbs,130,103,119,98,2.55,2.1173,1.23,2.0170 Cynthia,cynthia,400,103,0,0,7.84,2.6031,1.23,2.0170 deranged,deranged,115,103,108,99,2.25,2.0645,1.23,2.0170 diabetes,diabetes,166,103,140,93,3.25,2.2227,1.23,2.0170 diploma,diploma,129,103,128,102,2.53,2.1139,1.23,2.0170 exhausting,exhausting,111,103,105,98,2.18,2.0492,1.23,2.0170 fading,fading,125,103,121,101,2.45,2.1004,1.23,2.0170 forfeit,forfeit,158,103,144,99,3.10,2.2014,1.23,2.0170 Forge,forge,166,103,80,78,3.25,2.2227,1.23,2.0170 furry,furry,122,103,111,95,2.39,2.0899,1.23,2.0170 gaze,gaze,129,103,110,90,2.53,2.1139,1.23,2.0170 guarantees,guarantees,111,103,107,99,2.18,2.0492,1.23,2.0170 heater,heater,139,103,134,101,2.73,2.1461,1.23,2.0170 insects,insects,158,103,144,97,3.10,2.2014,1.23,2.0170 knack,knack,127,103,126,103,2.49,2.1072,1.23,2.0170 manor,manor,174,103,96,72,3.41,2.2430,1.23,2.0170 Maryland,maryland,162,103,2,2,3.18,2.2122,1.23,2.0170 microscope,microscope,129,103,126,100,2.53,2.1139,1.23,2.0170 missions,missions,147,103,146,102,2.88,2.1703,1.23,2.0170 mumbling,mumbling,119,103,98,87,2.33,2.0792,1.23,2.0170 nightfall,nightfall,118,103,118,103,2.31,2.0755,1.23,2.0170 Nixon,nixon,220,103,0,0,4.31,2.3444,1.23,2.0170 obstacles,obstacles,120,103,117,102,2.35,2.0828,1.23,2.0170 opener,opener,173,103,170,103,3.39,2.2405,1.23,2.0170 Ordinarily,ordinarily,108,103,53,51,2.12,2.0374,1.23,2.0170 oyster,oyster,156,103,116,79,3.06,2.1959,1.23,2.0170 paints,paints,139,103,132,98,2.73,2.1461,1.23,2.0170 Picasso,picasso,199,103,1,1,3.90,2.3010,1.23,2.0170 platinum,platinum,123,103,103,89,2.41,2.0934,1.23,2.0170 precedent,precedent,127,103,126,102,2.49,2.1072,1.23,2.0170 reflexes,reflexes,122,103,116,99,2.39,2.0899,1.23,2.0170 residue,residue,140,103,134,101,2.75,2.1492,1.23,2.0170 rituals,rituals,133,103,131,103,2.61,2.1271,1.23,2.0170 scoundrel,scoundrel,152,103,134,97,2.98,2.1847,1.23,2.0170 sculpture,sculpture,159,103,159,103,3.12,2.2041,1.23,2.0170 sliced,sliced,109,103,100,96,2.14,2.0414,1.23,2.0170 sling,sling,117,103,104,92,2.29,2.0719,1.23,2.0170 sneeze,sneeze,150,103,141,99,2.94,2.1790,1.23,2.0170 spades,spades,133,103,118,94,2.61,2.1271,1.23,2.0170 stalker,stalker,189,103,155,93,3.71,2.2788,1.23,2.0170 stretching,stretching,113,103,105,97,2.22,2.0569,1.23,2.0170 subconscious,subconscious,134,103,132,101,2.63,2.1303,1.23,2.0170 superhero,superhero,170,103,160,96,3.33,2.2330,1.23,2.0170 Turkish,turkish,199,103,2,1,3.90,2.3010,1.23,2.0170 Vanessa,vanessa,354,103,3,1,6.94,2.5502,1.23,2.0170 whales,whales,297,103,263,94,5.82,2.4742,1.23,2.0170 Yah,yah,352,103,60,15,6.90,2.5478,1.23,2.0170 Abby,abby,637,102,0,0,12.49,2.8048,1.22,2.0128 aging,aging,131,102,127,100,2.57,2.1206,1.22,2.0128 Beatles,beatles,153,102,1,1,3.00,2.1875,1.22,2.0128 bozo,bozo,126,102,87,74,2.47,2.1038,1.22,2.0128 bugged,bugged,130,102,129,102,2.55,2.1173,1.22,2.0128 burying,burying,119,102,114,99,2.33,2.0792,1.22,2.0128 catchy,catchy,109,102,73,68,2.14,2.0414,1.22,2.0128 crazier,crazier,110,102,104,99,2.16,2.0453,1.22,2.0128 Dakota,dakota,184,102,0,0,3.61,2.2672,1.22,2.0128 decorate,decorate,118,102,117,102,2.31,2.0755,1.22,2.0128 descent,descent,132,102,129,101,2.59,2.1239,1.22,2.0128 discovering,discovering,107,102,97,94,2.10,2.0334,1.22,2.0128 explosions,explosions,154,102,129,86,3.02,2.1903,1.22,2.0128 foreigner,foreigner,150,102,132,93,2.94,2.1790,1.22,2.0128 idol,idol,141,102,137,100,2.76,2.1523,1.22,2.0128 itching,itching,115,102,112,99,2.25,2.0645,1.22,2.0128 itchy,itchy,116,102,106,97,2.27,2.0682,1.22,2.0128 Kerry,kerry,348,102,0,0,6.82,2.5428,1.22,2.0128 loans,loans,141,102,129,96,2.76,2.1523,1.22,2.0128 lords,lords,175,102,112,72,3.43,2.2455,1.22,2.0128 miraculous,miraculous,107,102,96,93,2.10,2.0334,1.22,2.0128 Nicky,nicky,525,102,0,0,10.29,2.7210,1.22,2.0128 Oriental,oriental,133,102,32,24,2.61,2.1271,1.22,2.0128 parting,parting,116,102,103,92,2.27,2.0682,1.22,2.0128 pickin,pickin,110,102,107,100,2.16,2.0453,1.22,2.0128 pickles,pickles,188,102,135,84,3.69,2.2765,1.22,2.0128 pleading,pleading,116,102,108,95,2.27,2.0682,1.22,2.0128 predator,predator,134,102,122,94,2.63,2.1303,1.22,2.0128 pushy,pushy,121,102,110,96,2.37,2.0864,1.22,2.0128 Rangers,rangers,244,102,50,29,4.78,2.3892,1.22,2.0128 riots,riots,121,102,111,95,2.37,2.0864,1.22,2.0128 rooster,rooster,197,102,116,82,3.86,2.2967,1.22,2.0128 separately,separately,109,102,99,94,2.14,2.0414,1.22,2.0128 sorted,sorted,107,102,102,99,2.10,2.0334,1.22,2.0128 spilling,spilling,109,102,101,95,2.14,2.0414,1.22,2.0128 superintendent,superintendent,219,102,114,74,4.29,2.3424,1.22,2.0128 surfing,surfing,230,102,210,95,4.51,2.3636,1.22,2.0128 Toledo,toledo,182,102,0,0,3.57,2.2625,1.22,2.0128 trench,trench,157,102,136,93,3.08,2.1987,1.22,2.0128 underpants,underpants,150,102,130,92,2.94,2.1790,1.22,2.0128 wiring,wiring,118,102,113,99,2.31,2.0755,1.22,2.0128 adapt,adapt,134,101,124,97,2.63,2.1303,1.20,2.0086 Antonio,antonio,319,101,0,0,6.25,2.5051,1.20,2.0086 athletes,athletes,157,101,153,97,3.08,2.1987,1.20,2.0086 belonging,belonging,105,101,103,99,2.06,2.0253,1.20,2.0086 bummed,bummed,119,101,118,100,2.33,2.0792,1.20,2.0086 casket,casket,162,101,155,99,3.18,2.2122,1.20,2.0086 composition,composition,124,101,118,97,2.43,2.0969,1.20,2.0086 Ct,ct,267,101,7,3,5.24,2.4281,1.20,2.0086 defended,defended,114,101,111,99,2.24,2.0607,1.20,2.0086 delivers,delivers,103,101,96,95,2.02,2.0170,1.20,2.0086 delusion,delusion,138,101,133,98,2.71,2.1430,1.20,2.0086 drafted,drafted,119,101,114,99,2.33,2.0792,1.20,2.0086 exchanged,exchanged,107,101,104,99,2.10,2.0334,1.20,2.0086 fascist,fascist,125,101,85,71,2.45,2.1004,1.20,2.0086 feedback,feedback,140,101,118,89,2.75,2.1492,1.20,2.0086 felon,felon,128,101,126,100,2.51,2.1106,1.20,2.0086 Frederick,frederick,308,101,0,0,6.04,2.4900,1.20,2.0086 gangsters,gangsters,141,101,123,95,2.76,2.1523,1.20,2.0086 Grove,grove,197,101,59,40,3.86,2.2967,1.20,2.0086 hallowed,hallowed,117,101,88,81,2.29,2.0719,1.20,2.0086 handicapped,handicapped,136,101,126,95,2.67,2.1367,1.20,2.0086 hath,hath,252,101,235,99,4.94,2.4031,1.20,2.0086 Housewives,housewives,113,101,51,46,2.22,2.0569,1.20,2.0086 ideals,ideals,126,101,123,100,2.47,2.1038,1.20,2.0086 imminent,imminent,123,101,119,99,2.41,2.0934,1.20,2.0086 ingredient,ingredient,133,101,133,101,2.61,2.1271,1.20,2.0086 jaws,jaws,133,101,68,59,2.61,2.1271,1.20,2.0086 Jeremy,jeremy,467,101,3,2,9.16,2.6702,1.20,2.0086 leisure,leisure,129,101,106,85,2.53,2.1139,1.20,2.0086 lurking,lurking,112,101,106,97,2.20,2.0531,1.20,2.0086 mathematics,mathematics,156,101,135,92,3.06,2.1959,1.20,2.0086 mineral,mineral,132,101,115,93,2.59,2.1239,1.20,2.0086 miniature,miniature,128,101,115,95,2.51,2.1106,1.20,2.0086 mugged,mugged,142,101,135,95,2.78,2.1553,1.20,2.0086 naming,naming,109,101,101,93,2.14,2.0414,1.20,2.0086 Nicholas,nicholas,347,101,5,1,6.80,2.5416,1.20,2.0086 offender,offender,140,101,134,97,2.75,2.1492,1.20,2.0086 partially,partially,109,101,93,87,2.14,2.0414,1.20,2.0086 persuasive,persuasive,111,101,105,96,2.18,2.0492,1.20,2.0086 plunge,plunge,114,101,108,96,2.24,2.0607,1.20,2.0086 pretends,pretends,103,101,98,97,2.02,2.0170,1.20,2.0086 psyched,psyched,137,101,129,97,2.69,2.1399,1.20,2.0086 quaint,quaint,111,101,105,97,2.18,2.0492,1.20,2.0086 ramp,ramp,147,101,139,98,2.88,2.1703,1.20,2.0086 rapist,rapist,162,101,153,95,3.18,2.2122,1.20,2.0086 reflex,reflex,116,101,106,94,2.27,2.0682,1.20,2.0086 rehearsals,rehearsals,142,101,131,97,2.78,2.1553,1.20,2.0086 retiring,retiring,120,101,117,100,2.35,2.0828,1.20,2.0086 revolver,revolver,141,101,140,101,2.76,2.1523,1.20,2.0086 Riley,riley,287,101,0,0,5.63,2.4594,1.20,2.0086 rinse,rinse,120,101,103,89,2.35,2.0828,1.20,2.0086 rust,rust,127,101,112,93,2.49,2.1072,1.20,2.0086 struggled,struggled,111,101,110,100,2.18,2.0492,1.20,2.0086 strung,strung,114,101,108,97,2.24,2.0607,1.20,2.0086 swam,swam,123,101,119,99,2.41,2.0934,1.20,2.0086 Sylvia,sylvia,370,101,0,0,7.25,2.5694,1.20,2.0086 synthetic,synthetic,128,101,118,95,2.51,2.1106,1.20,2.0086 tattooed,tattooed,132,101,129,100,2.59,2.1239,1.20,2.0086 technician,technician,132,101,109,91,2.59,2.1239,1.20,2.0086 tenant,tenant,155,101,154,100,3.04,2.1931,1.20,2.0086 treacherous,treacherous,111,101,94,89,2.18,2.0492,1.20,2.0086 virgins,virgins,150,101,128,93,2.94,2.1790,1.20,2.0086 vitamin,vitamin,136,101,117,87,2.67,2.1367,1.20,2.0086 wedded,wedded,164,101,160,99,3.22,2.2175,1.20,2.0086 Alfred,alfred,372,100,0,0,7.29,2.5717,1.19,2.0043 Arc,arc,247,100,53,33,4.84,2.3945,1.19,2.0043 bacteria,bacteria,155,100,138,94,3.04,2.1931,1.19,2.0043 Beta,beta,175,100,53,38,3.43,2.2455,1.19,2.0043 businessmen,businessmen,126,100,117,94,2.47,2.1038,1.19,2.0043 cellphone,cellphone,157,100,135,94,3.08,2.1987,1.19,2.0043 charade,charade,112,100,108,97,2.20,2.0531,1.19,2.0043 chipped,chipped,124,100,115,94,2.43,2.0969,1.19,2.0043 cinnamon,cinnamon,152,100,121,91,2.98,2.1847,1.19,2.0043 collision,collision,137,100,118,90,2.69,2.1399,1.19,2.0043 crashes,crashes,112,100,104,93,2.20,2.0531,1.19,2.0043 crops,crops,133,100,130,99,2.61,2.1271,1.19,2.0043 cupcake,cupcake,167,100,107,88,3.27,2.2253,1.19,2.0043 decorations,decorations,138,100,135,98,2.71,2.1430,1.19,2.0043 Democratic,democratic,181,100,84,61,3.55,2.2601,1.19,2.0043 dungeon,dungeon,131,100,123,96,2.57,2.1206,1.19,2.0043 exaggerating,exaggerating,109,100,105,97,2.14,2.0414,1.19,2.0043 Fluffy,fluffy,185,100,88,71,3.63,2.2695,1.19,2.0043 glued,glued,115,100,111,99,2.25,2.0645,1.19,2.0043 heist,heist,160,100,142,92,3.14,2.2068,1.19,2.0043 homesick,homesick,123,100,112,96,2.41,2.0934,1.19,2.0043 intensity,intensity,127,100,120,93,2.49,2.1072,1.19,2.0043 investigations,investigations,106,100,100,94,2.08,2.0294,1.19,2.0043 leaks,leaks,112,100,108,98,2.20,2.0531,1.19,2.0043 limousine,limousine,144,100,138,94,2.82,2.1614,1.19,2.0043 macaroni,macaroni,166,100,153,92,3.25,2.2227,1.19,2.0043 marched,marched,108,100,104,96,2.12,2.0374,1.19,2.0043 messes,messes,114,100,113,99,2.24,2.0607,1.19,2.0043 Ministry,ministry,196,100,78,41,3.84,2.2945,1.19,2.0043 nearer,nearer,132,100,117,90,2.59,2.1239,1.19,2.0043 oblige,oblige,113,100,107,96,2.22,2.0569,1.19,2.0043 oddly,oddly,105,100,67,63,2.06,2.0253,1.19,2.0043 orientation,orientation,124,100,113,93,2.43,2.0969,1.19,2.0043 overdose,overdose,136,100,115,90,2.67,2.1367,1.19,2.0043 owning,owning,106,100,99,94,2.08,2.0294,1.19,2.0043 peeing,peeing,117,100,110,94,2.29,2.0719,1.19,2.0043 performer,performer,123,100,121,99,2.41,2.0934,1.19,2.0043 puberty,puberty,112,100,92,86,2.20,2.0531,1.19,2.0043 rescuing,rescuing,111,100,103,94,2.18,2.0492,1.19,2.0043 Rouge,rouge,165,100,51,45,3.24,2.2201,1.19,2.0043 Sawyer,sawyer,334,100,7,5,6.55,2.5250,1.19,2.0043 shouted,shouted,115,100,111,98,2.25,2.0645,1.19,2.0043 shuffle,shuffle,150,100,104,78,2.94,2.1790,1.19,2.0043 sinners,sinners,137,100,118,90,2.69,2.1399,1.19,2.0043 sire,sire,671,100,460,72,13.16,2.8274,1.19,2.0043 slams,slams,114,100,99,87,2.24,2.0607,1.19,2.0043 strategic,strategic,132,100,111,82,2.59,2.1239,1.19,2.0043 superstar,superstar,175,100,130,85,3.43,2.2455,1.19,2.0043 supports,supports,105,100,103,98,2.06,2.0253,1.19,2.0043 surroundings,surroundings,107,100,107,100,2.10,2.0334,1.19,2.0043 tar,tar,160,100,132,87,3.14,2.2068,1.19,2.0043 testament,testament,120,100,63,56,2.35,2.0828,1.19,2.0043 treatments,treatments,121,100,120,100,2.37,2.0864,1.19,2.0043 Troy,troy,636,100,1,1,12.47,2.8041,1.19,2.0043 trunks,trunks,128,100,123,96,2.51,2.1106,1.19,2.0043 undress,undress,124,100,110,93,2.43,2.0969,1.19,2.0043 velocity,velocity,142,100,122,89,2.78,2.1553,1.19,2.0043 viable,viable,121,100,119,99,2.37,2.0864,1.19,2.0043 welcomed,welcomed,104,100,103,100,2.04,2.0212,1.19,2.0043 Whoop,whoop,197,100,83,54,3.86,2.2967,1.19,2.0043 Zack,zack,1056,100,0,0,20.71,3.0241,1.19,2.0043 admiration,admiration,107,99,104,98,2.10,2.0334,1.18,2.0000 agreeing,agreeing,106,99,103,98,2.08,2.0294,1.18,2.0000 analyzed,analyzed,110,99,109,98,2.16,2.0453,1.18,2.0000 astronaut,astronaut,202,99,190,99,3.96,2.3075,1.18,2.0000 Berry,berry,178,99,53,43,3.49,2.2529,1.18,2.0000 beverage,beverage,119,99,112,92,2.33,2.0792,1.18,2.0000 boredom,boredom,109,99,96,87,2.14,2.0414,1.18,2.0000 bridal,bridal,133,99,119,92,2.61,2.1271,1.18,2.0000 bronze,bronze,143,99,90,68,2.80,2.1584,1.18,2.0000 cathedral,cathedral,190,99,118,72,3.73,2.2810,1.18,2.0000 Clarence,clarence,438,99,0,0,8.59,2.6425,1.18,2.0000 clause,clause,143,99,122,89,2.80,2.1584,1.18,2.0000 condemn,condemn,121,99,118,97,2.37,2.0864,1.18,2.0000 courtyard,courtyard,109,99,106,97,2.14,2.0414,1.18,2.0000 cowardly,cowardly,118,99,110,94,2.31,2.0755,1.18,2.0000 cupboard,cupboard,127,99,122,97,2.49,2.1072,1.18,2.0000 dares,dares,123,99,118,95,2.41,2.0934,1.18,2.0000 dashing,dashing,115,99,100,90,2.25,2.0645,1.18,2.0000 decks,decks,130,99,128,98,2.55,2.1173,1.18,2.0000 decorating,decorating,113,99,105,93,2.22,2.0569,1.18,2.0000 educate,educate,104,99,92,88,2.04,2.0212,1.18,2.0000 emergencies,emergencies,106,99,103,96,2.08,2.0294,1.18,2.0000 excite,excite,109,99,106,96,2.14,2.0414,1.18,2.0000 experimenting,experimenting,110,99,107,97,2.16,2.0453,1.18,2.0000 factors,factors,110,99,106,97,2.16,2.0453,1.18,2.0000 Fanny,fanny,262,99,62,46,5.14,2.4200,1.18,2.0000 formally,formally,106,99,100,96,2.08,2.0294,1.18,2.0000 geniuses,geniuses,111,99,102,94,2.18,2.0492,1.18,2.0000 gloomy,gloomy,123,99,111,92,2.41,2.0934,1.18,2.0000 goldfish,goldfish,155,99,127,91,3.04,2.1931,1.18,2.0000 hors,hors,116,99,102,87,2.27,2.0682,1.18,2.0000 import,import,111,99,107,96,2.18,2.0492,1.18,2.0000 jog,jog,123,99,110,95,2.41,2.0934,1.18,2.0000 keg,keg,175,99,159,96,3.43,2.2455,1.18,2.0000 knob,knob,125,99,118,95,2.45,2.1004,1.18,2.0000 Langley,langley,191,99,0,0,3.75,2.2833,1.18,2.0000 literary,literary,130,99,126,97,2.55,2.1173,1.18,2.0000 melon,melon,218,99,121,90,4.27,2.3404,1.18,2.0000 Monopoly,monopoly,141,99,68,46,2.76,2.1523,1.18,2.0000 monstrous,monstrous,122,99,108,91,2.39,2.0899,1.18,2.0000 Mustang,mustang,175,99,27,11,3.43,2.2455,1.18,2.0000 nerd,nerd,168,99,144,92,3.29,2.2279,1.18,2.0000 newborn,newborn,128,99,112,94,2.51,2.1106,1.18,2.0000 obstruction,obstruction,122,99,106,86,2.39,2.0899,1.18,2.0000 odor,odor,119,99,119,99,2.33,2.0792,1.18,2.0000 patriotic,patriotic,120,99,111,92,2.35,2.0828,1.18,2.0000 Pedro,pedro,341,99,0,0,6.69,2.5340,1.18,2.0000 pi,pi,187,99,108,70,3.67,2.2742,1.18,2.0000 preference,preference,119,99,116,96,2.33,2.0792,1.18,2.0000 presently,presently,115,99,98,87,2.25,2.0645,1.18,2.0000 protector,protector,149,99,115,88,2.92,2.1761,1.18,2.0000 publicly,publicly,103,99,98,94,2.02,2.0170,1.18,2.0000 purity,purity,121,99,109,91,2.37,2.0864,1.18,2.0000 pyramid,pyramid,204,99,186,90,4.00,2.3118,1.18,2.0000 regarded,regarded,104,99,103,98,2.04,2.0212,1.18,2.0000 Reno,reno,258,99,0,0,5.06,2.4133,1.18,2.0000 robberies,robberies,155,99,150,96,3.04,2.1931,1.18,2.0000 rumble,rumble,139,99,127,91,2.73,2.1461,1.18,2.0000 satin,satin,133,99,103,84,2.61,2.1271,1.18,2.0000 seemingly,seemingly,108,99,101,93,2.12,2.0374,1.18,2.0000 Senor,senor,295,99,115,45,5.78,2.4713,1.18,2.0000 solemn,solemn,112,99,108,96,2.20,2.0531,1.18,2.0000 stinker,stinker,105,99,99,94,2.06,2.0253,1.18,2.0000 suburbs,suburbs,120,99,116,96,2.35,2.0828,1.18,2.0000 tabs,tabs,108,99,103,97,2.12,2.0374,1.18,2.0000 tilt,tilt,113,99,78,69,2.22,2.0569,1.18,2.0000 trumpet,trumpet,210,99,194,93,4.12,2.3243,1.18,2.0000 truthful,truthful,109,99,104,96,2.14,2.0414,1.18,2.0000 turd,turd,141,99,131,96,2.76,2.1523,1.18,2.0000 yen,yen,312,99,207,79,6.12,2.4955,1.18,2.0000 accompanied,accompanied,105,98,101,95,2.06,2.0253,1.17,1.9956 Ahoy,ahoy,189,98,31,24,3.71,2.2788,1.17,1.9956 assistants,assistants,124,98,119,96,2.43,2.0969,1.17,1.9956 batter,batter,203,98,164,85,3.98,2.3096,1.17,1.9956 beeps,beeps,153,98,103,66,3.00,2.1875,1.17,1.9956 berries,berries,158,98,148,94,3.10,2.2014,1.17,1.9956 buff,buff,127,98,102,87,2.49,2.1072,1.17,1.9956 calculations,calculations,119,98,119,98,2.33,2.0792,1.17,1.9956 challenges,challenges,109,98,109,98,2.14,2.0414,1.17,1.9956 clocks,clocks,145,98,136,95,2.84,2.1644,1.17,1.9956 colleges,colleges,116,98,112,97,2.27,2.0682,1.17,1.9956 concluded,concluded,112,98,110,98,2.20,2.0531,1.17,1.9956 considers,considers,103,98,102,97,2.02,2.0170,1.17,1.9956 consume,consume,105,98,99,93,2.06,2.0253,1.17,1.9956 contaminated,contaminated,130,98,128,97,2.55,2.1173,1.17,1.9956 cooperating,cooperating,109,98,105,96,2.14,2.0414,1.17,1.9956 courier,courier,168,98,138,85,3.29,2.2279,1.17,1.9956 criticize,criticize,110,98,109,97,2.16,2.0453,1.17,1.9956 cushion,cushion,110,98,109,98,2.16,2.0453,1.17,1.9956 customary,customary,111,98,110,98,2.18,2.0492,1.17,1.9956 despicable,despicable,107,98,104,97,2.10,2.0334,1.17,1.9956 disrespectful,disrespectful,105,98,97,91,2.06,2.0253,1.17,1.9956 drained,drained,111,98,108,96,2.18,2.0492,1.17,1.9956 electronics,electronics,139,98,94,76,2.73,2.1461,1.17,1.9956 formality,formality,110,98,109,98,2.16,2.0453,1.17,1.9956 frat,frat,160,98,122,91,3.14,2.2068,1.17,1.9956 Hawaiian,hawaiian,166,98,1,1,3.25,2.2227,1.17,1.9956 hygiene,hygiene,108,98,93,85,2.12,2.0374,1.17,1.9956 influenced,influenced,107,98,104,96,2.10,2.0334,1.17,1.9956 ingenious,ingenious,108,98,89,82,2.12,2.0374,1.17,1.9956 intellect,intellect,109,98,109,98,2.14,2.0414,1.17,1.9956 invites,invites,109,98,106,96,2.14,2.0414,1.17,1.9956 jingle,jingle,258,98,141,70,5.06,2.4133,1.17,1.9956 Kent,kent,418,98,1,1,8.20,2.6222,1.17,1.9956 lacks,lacks,107,98,102,93,2.10,2.0334,1.17,1.9956 lodged,lodged,100,98,99,97,1.96,2.0043,1.17,1.9956 manslaughter,manslaughter,140,98,125,91,2.75,2.1492,1.17,1.9956 memorized,memorized,109,98,108,97,2.14,2.0414,1.17,1.9956 Monte,monte,280,98,3,3,5.49,2.4487,1.17,1.9956 parish,parish,154,98,126,84,3.02,2.1903,1.17,1.9956 posed,posed,112,98,109,96,2.20,2.0531,1.17,1.9956 promptly,promptly,104,98,102,96,2.04,2.0212,1.17,1.9956 refuge,refuge,125,98,119,95,2.45,2.1004,1.17,1.9956 restraint,restraint,131,98,112,96,2.57,2.1206,1.17,1.9956 sleazy,sleazy,111,98,102,93,2.18,2.0492,1.17,1.9956 solving,solving,112,98,101,87,2.20,2.0531,1.17,1.9956 squeezing,squeezing,103,98,98,94,2.02,2.0170,1.17,1.9956 swung,swung,117,98,99,87,2.29,2.0719,1.17,1.9956 terrorism,terrorism,209,98,192,90,4.10,2.3222,1.17,1.9956 textbook,textbook,112,98,99,87,2.20,2.0531,1.17,1.9956 twisting,twisting,111,98,93,86,2.18,2.0492,1.17,1.9956 Utah,utah,250,98,2,2,4.90,2.3997,1.17,1.9956 watering,watering,109,98,105,96,2.14,2.0414,1.17,1.9956 Watson,watson,1066,98,1,1,20.90,3.0282,1.17,1.9956 withdrawn,withdrawn,115,98,74,70,2.25,2.0645,1.17,1.9956 accepts,accepts,106,97,106,97,2.08,2.0294,1.16,1.9912 aching,aching,105,97,103,96,2.06,2.0253,1.16,1.9912 admits,admits,105,97,103,97,2.06,2.0253,1.16,1.9912 aerial,aerial,129,97,117,90,2.53,2.1139,1.16,1.9912 anal,anal,138,97,117,85,2.71,2.1430,1.16,1.9912 awaken,awaken,125,97,113,85,2.45,2.1004,1.16,1.9912 bodily,bodily,108,97,105,96,2.12,2.0374,1.16,1.9912 captive,captive,116,97,114,95,2.27,2.0682,1.16,1.9912 Chester,chester,320,97,3,3,6.27,2.5065,1.16,1.9912 Chiefs,chiefs,242,97,63,48,4.75,2.3856,1.16,1.9912 Christians,christians,180,97,6,6,3.53,2.2577,1.16,1.9912 circuits,circuits,138,97,133,95,2.71,2.1430,1.16,1.9912 clarity,clarity,107,97,106,96,2.10,2.0334,1.16,1.9912 classics,classics,112,97,86,77,2.20,2.0531,1.16,1.9912 clipped,clipped,113,97,110,95,2.22,2.0569,1.16,1.9912 constructive,constructive,111,97,103,92,2.18,2.0492,1.16,1.9912 crabs,crabs,162,97,141,91,3.18,2.2122,1.16,1.9912 deposition,deposition,153,97,152,97,3.00,2.1875,1.16,1.9912 depot,depot,150,97,116,68,2.94,2.1790,1.16,1.9912 desirable,desirable,99,97,97,95,1.94,2.0000,1.16,1.9912 factories,factories,119,97,116,97,2.33,2.0792,1.16,1.9912 firearms,firearms,155,97,118,87,3.04,2.1931,1.16,1.9912 hiking,hiking,135,97,122,88,2.65,2.1335,1.16,1.9912 hoops,hoops,141,97,107,95,2.76,2.1523,1.16,1.9912 horseshit,horseshit,116,97,96,80,2.27,2.0682,1.16,1.9912 humility,humility,122,97,101,87,2.39,2.0899,1.16,1.9912 illegally,illegally,113,97,109,94,2.22,2.0569,1.16,1.9912 intensive,intensive,112,97,106,91,2.20,2.0531,1.16,1.9912 jerking,jerking,116,97,110,92,2.27,2.0682,1.16,1.9912 lengths,lengths,115,97,115,97,2.25,2.0645,1.16,1.9912 monument,monument,117,97,93,76,2.29,2.0719,1.16,1.9912 negotiation,negotiation,117,97,111,91,2.29,2.0719,1.16,1.9912 nipple,nipple,144,97,127,86,2.82,2.1614,1.16,1.9912 openly,openly,108,97,105,95,2.12,2.0374,1.16,1.9912 outsider,outsider,121,97,117,93,2.37,2.0864,1.16,1.9912 payday,payday,128,97,107,85,2.51,2.1106,1.16,1.9912 phenomenal,phenomenal,118,97,96,85,2.31,2.0755,1.16,1.9912 poodle,poodle,145,97,116,87,2.84,2.1644,1.16,1.9912 prescribed,prescribed,114,97,113,96,2.24,2.0607,1.16,1.9912 prevented,prevented,106,97,104,95,2.08,2.0294,1.16,1.9912 refrain,refrain,104,97,99,93,2.04,2.0212,1.16,1.9912 remarkably,remarkably,101,97,90,88,1.98,2.0086,1.16,1.9912 seniors,seniors,122,97,102,88,2.39,2.0899,1.16,1.9912 simultaneously,simultaneously,119,97,112,90,2.33,2.0792,1.16,1.9912 sinister,sinister,111,97,101,91,2.18,2.0492,1.16,1.9912 sinner,sinner,126,97,116,91,2.47,2.1038,1.16,1.9912 squeal,squeal,136,97,119,93,2.67,2.1367,1.16,1.9912 squirt,squirt,140,97,120,85,2.75,2.1492,1.16,1.9912 stabbing,stabbing,115,97,104,89,2.25,2.0645,1.16,1.9912 stacked,stacked,103,97,100,94,2.02,2.0170,1.16,1.9912 sterile,sterile,111,97,100,90,2.18,2.0492,1.16,1.9912 tens,tens,114,97,92,77,2.24,2.0607,1.16,1.9912 thinner,thinner,115,97,110,94,2.25,2.0645,1.16,1.9912 titles,titles,120,97,113,94,2.35,2.0828,1.16,1.9912 troublemaker,troublemaker,110,97,106,93,2.16,2.0453,1.16,1.9912 uneasy,uneasy,106,97,106,97,2.08,2.0294,1.16,1.9912 vermin,vermin,121,97,109,89,2.37,2.0864,1.16,1.9912 vivid,vivid,104,97,100,94,2.04,2.0212,1.16,1.9912 wedge,wedge,119,97,107,90,2.33,2.0792,1.16,1.9912 Wong,wong,542,97,3,3,10.63,2.7348,1.16,1.9912 Yahoo,yahoo,149,97,37,33,2.92,2.1761,1.16,1.9912 addressing,addressing,107,96,104,93,2.10,2.0334,1.14,1.9868 advocate,advocate,113,96,94,83,2.22,2.0569,1.14,1.9868 appalling,appalling,99,96,94,91,1.94,2.0000,1.14,1.9868 aroused,aroused,113,96,113,96,2.22,2.0569,1.14,1.9868 bedside,bedside,98,96,90,89,1.92,1.9956,1.14,1.9868 blacked,blacked,112,96,108,94,2.20,2.0531,1.14,1.9868 Campbell,campbell,274,96,0,0,5.37,2.4393,1.14,1.9868 canary,canary,149,96,118,78,2.92,2.1761,1.14,1.9868 chopping,chopping,108,96,98,90,2.12,2.0374,1.14,1.9868 clams,clams,138,96,124,90,2.71,2.1430,1.14,1.9868 collective,collective,122,96,115,89,2.39,2.0899,1.14,1.9868 cooperative,cooperative,104,96,100,94,2.04,2.0212,1.14,1.9868 copied,copied,128,96,119,89,2.51,2.1106,1.14,1.9868 craving,craving,109,96,106,95,2.14,2.0414,1.14,1.9868 dynamic,dynamic,107,96,95,86,2.10,2.0334,1.14,1.9868 fences,fences,120,96,117,94,2.35,2.0828,1.14,1.9868 fore,fore,135,96,78,60,2.65,2.1335,1.14,1.9868 fractures,fractures,135,96,130,93,2.65,2.1335,1.14,1.9868 geography,geography,117,96,103,86,2.29,2.0719,1.14,1.9868 grumpy,grumpy,120,96,79,64,2.35,2.0828,1.14,1.9868 guided,guided,106,96,96,87,2.08,2.0294,1.14,1.9868 hauling,hauling,109,96,98,86,2.14,2.0414,1.14,1.9868 illusions,illusions,125,96,115,91,2.45,2.1004,1.14,1.9868 informant,informant,213,96,204,94,4.18,2.3304,1.14,1.9868 ingredients,ingredients,109,96,109,96,2.14,2.0414,1.14,1.9868 injected,injected,118,96,117,95,2.31,2.0755,1.14,1.9868 jogging,jogging,131,96,115,89,2.57,2.1206,1.14,1.9868 landscape,landscape,127,96,124,94,2.49,2.1072,1.14,1.9868 manpower,manpower,105,96,102,94,2.06,2.0253,1.14,1.9868 masculine,masculine,125,96,121,94,2.45,2.1004,1.14,1.9868 outdoors,outdoors,107,96,102,93,2.10,2.0334,1.14,1.9868 outrun,outrun,99,96,99,96,1.94,2.0000,1.14,1.9868 Oz,oz,284,96,6,5,5.57,2.4548,1.14,1.9868 packet,packet,128,96,125,93,2.51,2.1106,1.14,1.9868 phrases,phrases,117,96,116,95,2.29,2.0719,1.14,1.9868 pompous,pompous,122,96,111,92,2.39,2.0899,1.14,1.9868 primarily,primarily,105,96,92,84,2.06,2.0253,1.14,1.9868 reactions,reactions,117,96,117,96,2.29,2.0719,1.14,1.9868 representatives,representatives,109,96,91,84,2.14,2.0414,1.14,1.9868 rocked,rocked,144,96,142,94,2.82,2.1614,1.14,1.9868 Sandra,sandra,371,96,14,1,7.27,2.5705,1.14,1.9868 seals,seals,139,96,98,73,2.73,2.1461,1.14,1.9868 sermon,sermon,139,96,131,89,2.73,2.1461,1.14,1.9868 Shaw,shaw,512,96,5,4,10.04,2.7101,1.14,1.9868 soothing,soothing,115,96,107,89,2.25,2.0645,1.14,1.9868 Su,su,162,96,57,53,3.18,2.2122,1.14,1.9868 suburban,suburban,117,96,101,84,2.29,2.0719,1.14,1.9868 surrendered,surrendered,118,96,117,95,2.31,2.0755,1.14,1.9868 tenderness,tenderness,129,96,116,87,2.53,2.1139,1.14,1.9868 Tigers,tigers,217,96,80,61,4.25,2.3385,1.14,1.9868 Titanic,titanic,128,96,14,14,2.51,2.1106,1.14,1.9868 trails,trails,108,96,107,95,2.12,2.0374,1.14,1.9868 treasures,treasures,131,96,124,91,2.57,2.1206,1.14,1.9868 uncommon,uncommon,110,96,106,93,2.16,2.0453,1.14,1.9868 weave,weave,105,96,100,91,2.06,2.0253,1.14,1.9868 whim,whim,119,96,117,96,2.33,2.0792,1.14,1.9868 affectionate,affectionate,115,95,114,95,2.25,2.0645,1.13,1.9823 Alabama,alabama,233,95,0,0,4.57,2.3692,1.13,1.9823 Amsterdam,amsterdam,217,95,0,0,4.25,2.3385,1.13,1.9823 apes,apes,209,95,172,74,4.10,2.3222,1.13,1.9823 awe,awe,134,95,93,81,2.63,2.1303,1.13,1.9823 bandit,bandit,191,95,126,81,3.75,2.2833,1.13,1.9823 Belle,belle,413,95,46,40,8.10,2.6170,1.13,1.9823 binding,binding,111,95,108,94,2.18,2.0492,1.13,1.9823 blames,blames,105,95,102,94,2.06,2.0253,1.13,1.9823 boarded,boarded,106,95,105,94,2.08,2.0294,1.13,1.9823 bruised,bruised,107,95,101,91,2.10,2.0334,1.13,1.9823 buyers,buyers,121,95,114,93,2.37,2.0864,1.13,1.9823 cages,cages,124,95,121,93,2.43,2.0969,1.13,1.9823 casinos,casinos,155,95,148,92,3.04,2.1931,1.13,1.9823 characteristics,characteristics,102,95,102,95,2.00,2.0128,1.13,1.9823 colon,colon,129,95,112,86,2.53,2.1139,1.13,1.9823 commotion,commotion,106,95,100,91,2.08,2.0294,1.13,1.9823 correspondence,correspondence,115,95,107,89,2.25,2.0645,1.13,1.9823 creator,creator,142,95,110,67,2.78,2.1553,1.13,1.9823 cruiser,cruiser,162,95,128,78,3.18,2.2122,1.13,1.9823 dads,dads,111,95,97,85,2.18,2.0492,1.13,1.9823 darned,darned,113,95,97,82,2.22,2.0569,1.13,1.9823 debut,debut,132,95,131,95,2.59,2.1239,1.13,1.9823 decaf,decaf,122,95,99,83,2.39,2.0899,1.13,1.9823 depart,depart,109,95,104,91,2.14,2.0414,1.13,1.9823 Disney,disney,130,95,1,1,2.55,2.1173,1.13,1.9823 duplicate,duplicate,117,95,113,93,2.29,2.0719,1.13,1.9823 earring,earring,138,95,133,92,2.71,2.1430,1.13,1.9823 enjoyable,enjoyable,99,95,97,94,1.94,2.0000,1.13,1.9823 fairness,fairness,104,95,100,93,2.04,2.0212,1.13,1.9823 faults,faults,106,95,106,95,2.08,2.0294,1.13,1.9823 fleas,fleas,133,95,128,91,2.61,2.1271,1.13,1.9823 fleeing,fleeing,112,95,110,94,2.20,2.0531,1.13,1.9823 frogs,frogs,172,95,147,88,3.37,2.2380,1.13,1.9823 gospel,gospel,160,95,113,71,3.14,2.2068,1.13,1.9823 gourmet,gourmet,111,95,88,75,2.18,2.0492,1.13,1.9823 graphic,graphic,119,95,110,91,2.33,2.0792,1.13,1.9823 hobbies,hobbies,105,95,95,89,2.06,2.0253,1.13,1.9823 homicidal,homicidal,103,95,97,89,2.02,2.0170,1.13,1.9823 horrid,horrid,125,95,119,91,2.45,2.1004,1.13,1.9823 hottie,hottie,120,95,109,90,2.35,2.0828,1.13,1.9823 implied,implied,109,95,108,95,2.14,2.0414,1.13,1.9823 imprisoned,imprisoned,105,95,101,91,2.06,2.0253,1.13,1.9823 incision,incision,121,95,119,94,2.37,2.0864,1.13,1.9823 intersection,intersection,116,95,111,93,2.27,2.0682,1.13,1.9823 irritating,irritating,111,95,106,90,2.18,2.0492,1.13,1.9823 loathe,loathe,106,95,103,93,2.08,2.0294,1.13,1.9823 logged,logged,107,95,105,93,2.10,2.0334,1.13,1.9823 minimal,minimal,110,95,88,76,2.16,2.0453,1.13,1.9823 Mozart,mozart,179,95,0,0,3.51,2.2553,1.13,1.9823 offshore,offshore,115,95,109,90,2.25,2.0645,1.13,1.9823 oppose,oppose,110,95,110,95,2.16,2.0453,1.13,1.9823 ownership,ownership,116,95,114,93,2.27,2.0682,1.13,1.9823 parrot,parrot,167,95,145,89,3.27,2.2253,1.13,1.9823 patriot,patriot,133,95,91,66,2.61,2.1271,1.13,1.9823 pornography,pornography,136,95,124,87,2.67,2.1367,1.13,1.9823 predicament,predicament,100,95,100,95,1.96,2.0043,1.13,1.9823 pussycat,pussycat,244,95,193,77,4.78,2.3892,1.13,1.9823 radios,radios,105,95,98,88,2.06,2.0253,1.13,1.9823 refers,refers,99,95,97,93,1.94,2.0000,1.13,1.9823 rewards,rewards,104,95,103,94,2.04,2.0212,1.13,1.9823 rim,rim,125,95,103,80,2.45,2.1004,1.13,1.9823 scanning,scanning,119,95,91,75,2.33,2.0792,1.13,1.9823 shush,shush,135,95,69,55,2.65,2.1335,1.13,1.9823 sincerity,sincerity,102,95,94,89,2.00,2.0128,1.13,1.9823 slash,slash,122,95,108,86,2.39,2.0899,1.13,1.9823 soy,soy,118,95,99,84,2.31,2.0755,1.13,1.9823 squares,squares,138,95,100,82,2.71,2.1430,1.13,1.9823 stallion,stallion,163,95,110,80,3.20,2.2148,1.13,1.9823 stem,stem,114,95,112,93,2.24,2.0607,1.13,1.9823 straightforward,straightforward,102,95,94,91,2.00,2.0128,1.13,1.9823 strippers,strippers,172,95,156,87,3.37,2.2380,1.13,1.9823 stumble,stumble,100,95,99,94,1.96,2.0043,1.13,1.9823 tenants,tenants,131,95,125,94,2.57,2.1206,1.13,1.9823 thesis,thesis,174,95,171,93,3.41,2.2430,1.13,1.9823 tu,tu,163,95,104,71,3.20,2.2148,1.13,1.9823 unanimous,unanimous,107,95,105,94,2.10,2.0334,1.13,1.9823 vultures,vultures,115,95,95,86,2.25,2.0645,1.13,1.9823 whipping,whipping,112,95,97,84,2.20,2.0531,1.13,1.9823 autographs,autographs,113,94,105,89,2.22,2.0569,1.12,1.9777 awareness,awareness,115,94,107,88,2.25,2.0645,1.12,1.9777 ba,ba,233,94,123,54,4.57,2.3692,1.12,1.9777 Berkeley,berkeley,193,94,5,4,3.78,2.2878,1.12,1.9777 bloodshed,bloodshed,100,94,98,92,1.96,2.0043,1.12,1.9777 blur,blur,109,94,101,87,2.14,2.0414,1.12,1.9777 bolts,bolts,111,94,106,90,2.18,2.0492,1.12,1.9777 bounds,bounds,115,94,112,93,2.25,2.0645,1.12,1.9777 bred,bred,125,94,116,92,2.45,2.1004,1.12,1.9777 chum,chum,156,94,132,91,3.06,2.1959,1.12,1.9777 circumstance,circumstance,105,94,100,90,2.06,2.0253,1.12,1.9777 cloudy,cloudy,110,94,100,85,2.16,2.0453,1.12,1.9777 convent,convent,170,94,156,87,3.33,2.2330,1.12,1.9777 crave,crave,106,94,103,93,2.08,2.0294,1.12,1.9777 cricket,cricket,144,94,98,74,2.82,2.1614,1.12,1.9777 deliveries,deliveries,111,94,101,87,2.18,2.0492,1.12,1.9777 dimensions,dimensions,117,94,112,92,2.29,2.0719,1.12,1.9777 economics,economics,126,94,98,76,2.47,2.1038,1.12,1.9777 enhance,enhance,125,94,98,84,2.45,2.1004,1.12,1.9777 Eugene,eugene,353,94,0,0,6.92,2.5490,1.12,1.9777 evacuation,evacuation,169,94,143,90,3.31,2.2304,1.12,1.9777 expanding,expanding,100,94,96,90,1.96,2.0043,1.12,1.9777 foolishness,foolishness,106,94,103,91,2.08,2.0294,1.12,1.9777 frightens,frightens,103,94,103,94,2.02,2.0170,1.12,1.9777 gradually,gradually,100,94,89,84,1.96,2.0043,1.12,1.9777 hosting,hosting,107,94,104,92,2.10,2.0334,1.12,1.9777 initially,initially,105,94,82,75,2.06,2.0253,1.12,1.9777 initiated,initiated,108,94,106,93,2.12,2.0374,1.12,1.9777 intends,intends,104,94,104,94,2.04,2.0212,1.12,1.9777 investments,investments,120,94,112,88,2.35,2.0828,1.12,1.9777 lasagna,lasagna,183,94,144,80,3.59,2.2648,1.12,1.9777 liters,liters,140,94,140,94,2.75,2.1492,1.12,1.9777 magnet,magnet,140,94,125,87,2.75,2.1492,1.12,1.9777 marbles,marbles,155,94,109,86,3.04,2.1931,1.12,1.9777 Montgomery,montgomery,308,94,0,0,6.04,2.4900,1.12,1.9777 moody,moody,115,94,91,80,2.25,2.0645,1.12,1.9777 mushrooms,mushrooms,145,94,133,87,2.84,2.1644,1.12,1.9777 mute,mute,127,94,115,87,2.49,2.1072,1.12,1.9777 participation,participation,101,94,99,92,1.98,2.0086,1.12,1.9777 passive,passive,111,94,104,88,2.18,2.0492,1.12,1.9777 periods,periods,101,94,100,94,1.98,2.0086,1.12,1.9777 Phew,phew,107,94,6,6,2.10,2.0334,1.12,1.9777 plaintiff,plaintiff,187,94,164,88,3.67,2.2742,1.12,1.9777 pluck,pluck,118,94,109,89,2.31,2.0755,1.12,1.9777 poets,poets,143,94,101,81,2.80,2.1584,1.12,1.9777 prevail,prevail,107,94,106,93,2.10,2.0334,1.12,1.9777 radiant,radiant,110,94,102,91,2.16,2.0453,1.12,1.9777 removal,removal,105,94,98,88,2.06,2.0253,1.12,1.9777 reviewing,reviewing,103,94,96,90,2.02,2.0170,1.12,1.9777 ridden,ridden,109,94,107,92,2.14,2.0414,1.12,1.9777 Sanders,sanders,220,94,4,4,4.31,2.3444,1.12,1.9777 sank,sank,110,94,108,92,2.16,2.0453,1.12,1.9777 shady,shady,120,94,75,70,2.35,2.0828,1.12,1.9777 Sidney,sidney,531,94,0,0,10.41,2.7259,1.12,1.9777 sinned,sinned,122,94,121,93,2.39,2.0899,1.12,1.9777 souvenirs,souvenirs,118,94,110,90,2.31,2.0755,1.12,1.9777 steamed,steamed,100,94,93,88,1.96,2.0043,1.12,1.9777 stomp,stomp,136,94,97,80,2.67,2.1367,1.12,1.9777 threatens,threatens,107,94,102,92,2.10,2.0334,1.12,1.9777 unavailable,unavailable,105,94,102,92,2.06,2.0253,1.12,1.9777 underage,underage,111,94,104,89,2.18,2.0492,1.12,1.9777 verified,verified,105,94,82,76,2.06,2.0253,1.12,1.9777 wagons,wagons,165,94,150,84,3.24,2.2201,1.12,1.9777 aimed,aimed,99,93,98,92,1.94,2.0000,1.11,1.9731 allegedly,allegedly,113,93,93,80,2.22,2.0569,1.11,1.9731 applaud,applaud,109,93,101,89,2.14,2.0414,1.11,1.9731 apprehended,apprehended,105,93,105,93,2.06,2.0253,1.11,1.9731 authorize,authorize,105,93,100,90,2.06,2.0253,1.11,1.9731 bagel,bagel,156,93,128,86,3.06,2.1959,1.11,1.9731 Bailey,bailey,394,93,1,1,7.73,2.5966,1.11,1.9731 Blanche,blanche,574,93,31,27,11.25,2.7597,1.11,1.9731 blueprints,blueprints,134,93,129,91,2.63,2.1303,1.11,1.9731 briefed,briefed,99,93,99,93,1.94,2.0000,1.11,1.9731 brushing,brushing,111,93,104,87,2.18,2.0492,1.11,1.9731 capabilities,capabilities,101,93,101,93,1.98,2.0086,1.11,1.9731 cheerleaders,cheerleaders,146,93,128,84,2.86,2.1673,1.11,1.9731 compatible,compatible,120,93,116,91,2.35,2.0828,1.11,1.9731 console,console,114,93,109,91,2.24,2.0607,1.11,1.9731 disposition,disposition,110,93,107,92,2.16,2.0453,1.11,1.9731 divisions,divisions,130,93,123,92,2.55,2.1173,1.11,1.9731 donuts,donuts,148,93,117,75,2.90,2.1732,1.11,1.9731 dwarf,dwarf,157,93,126,83,3.08,2.1987,1.11,1.9731 Eden,eden,199,93,1,1,3.90,2.3010,1.11,1.9731 fearful,fearful,110,93,103,88,2.16,2.0453,1.11,1.9731 Fisher,fisher,432,93,20,11,8.47,2.6365,1.11,1.9731 folding,folding,106,93,95,84,2.08,2.0294,1.11,1.9731 freelance,freelance,108,93,94,83,2.12,2.0374,1.11,1.9731 frigging,frigging,120,93,113,90,2.35,2.0828,1.11,1.9731 gardening,gardening,123,93,108,86,2.41,2.0934,1.11,1.9731 gram,gram,132,93,102,73,2.59,2.1239,1.11,1.9731 grenades,grenades,132,93,125,88,2.59,2.1239,1.11,1.9731 grieve,grieve,112,93,106,90,2.20,2.0531,1.11,1.9731 grilled,grilled,114,93,100,83,2.24,2.0607,1.11,1.9731 hallucinations,hallucinations,119,93,112,88,2.33,2.0792,1.11,1.9731 hangar,hangar,173,93,137,77,3.39,2.2405,1.11,1.9731 Harriet,harriet,368,93,0,0,7.22,2.5670,1.11,1.9731 hitched,hitched,108,93,105,91,2.12,2.0374,1.11,1.9731 hoop,hoop,137,93,120,87,2.69,2.1399,1.11,1.9731 impulses,impulses,109,93,109,93,2.14,2.0414,1.11,1.9731 incomplete,incomplete,109,93,105,91,2.14,2.0414,1.11,1.9731 increases,increases,99,93,94,89,1.94,2.0000,1.11,1.9731 index,index,106,93,101,89,2.08,2.0294,1.11,1.9731 Junction,junction,150,93,65,50,2.94,2.1790,1.11,1.9731 kosher,kosher,137,93,119,81,2.69,2.1399,1.11,1.9731 latte,latte,123,93,110,84,2.41,2.0934,1.11,1.9731 mailed,mailed,106,93,103,91,2.08,2.0294,1.11,1.9731 marital,marital,105,93,97,87,2.06,2.0253,1.11,1.9731 mugs,mugs,121,93,111,85,2.37,2.0864,1.11,1.9731 Mulder,mulder,1671,93,0,0,32.76,3.2232,1.11,1.9731 nickels,nickels,115,93,111,91,2.25,2.0645,1.11,1.9731 particles,particles,154,93,148,89,3.02,2.1903,1.11,1.9731 polished,polished,102,93,93,87,2.00,2.0128,1.11,1.9731 Portland,portland,181,93,2,2,3.55,2.2601,1.11,1.9731 practices,practices,116,93,109,88,2.27,2.0682,1.11,1.9731 premonition,premonition,189,93,184,93,3.71,2.2788,1.11,1.9731 presidency,presidency,125,93,112,82,2.45,2.1004,1.11,1.9731 quoting,quoting,100,93,95,88,1.96,2.0043,1.11,1.9731 retail,retail,118,93,93,82,2.31,2.0755,1.11,1.9731 robes,robes,117,93,116,92,2.29,2.0719,1.11,1.9731 shalt,shalt,169,93,168,92,3.31,2.2304,1.11,1.9731 shrine,shrine,151,93,121,88,2.96,2.1818,1.11,1.9731 snoop,snoop,127,93,72,60,2.49,2.1072,1.11,1.9731 spoils,spoils,105,93,89,81,2.06,2.0253,1.11,1.9731 squared,squared,120,93,114,89,2.35,2.0828,1.11,1.9731 stables,stables,151,93,142,92,2.96,2.1818,1.11,1.9731 studios,studios,126,93,76,61,2.47,2.1038,1.11,1.9731 takeoff,takeoff,125,93,120,90,2.45,2.1004,1.11,1.9731 targeted,targeted,110,93,109,92,2.16,2.0453,1.11,1.9731 tart,tart,122,93,96,79,2.39,2.0899,1.11,1.9731 Theoretically,theoretically,115,93,57,54,2.25,2.0645,1.11,1.9731 tickles,tickles,110,93,104,88,2.16,2.0453,1.11,1.9731 tread,tread,116,93,94,80,2.27,2.0682,1.11,1.9731 Treasury,treasury,194,93,50,37,3.80,2.2900,1.11,1.9731 unauthorized,unauthorized,118,93,98,81,2.31,2.0755,1.11,1.9731 Valium,valium,139,93,18,11,2.73,2.1461,1.11,1.9731 waiters,waiters,114,93,111,91,2.24,2.0607,1.11,1.9731 whispered,whispered,103,93,100,91,2.02,2.0170,1.11,1.9731 Abc,abc,124,92,0,0,2.43,2.0969,1.10,1.9685 absorb,absorb,101,92,99,91,1.98,2.0086,1.10,1.9685 anguish,anguish,110,92,106,89,2.16,2.0453,1.10,1.9685 antiques,antiques,137,92,106,77,2.69,2.1399,1.10,1.9685 arranging,arranging,95,92,91,88,1.86,1.9823,1.10,1.9685 atom,atom,140,92,125,85,2.75,2.1492,1.10,1.9685 bowls,bowls,111,92,106,88,2.18,2.0492,1.10,1.9685 catcher,catcher,191,92,112,73,3.75,2.2833,1.10,1.9685 clips,clips,111,92,108,91,2.18,2.0492,1.10,1.9685 cloak,cloak,153,92,147,90,3.00,2.1875,1.10,1.9685 compelling,compelling,97,92,92,87,1.90,1.9912,1.10,1.9685 comply,comply,118,92,112,91,2.31,2.0755,1.10,1.9685 confiscated,confiscated,105,92,98,88,2.06,2.0253,1.10,1.9685 controversial,controversial,109,92,108,91,2.14,2.0414,1.10,1.9685 crispy,crispy,116,92,90,79,2.27,2.0682,1.10,1.9685 devote,devote,100,92,96,90,1.96,2.0043,1.10,1.9685 dire,dire,112,92,98,86,2.20,2.0531,1.10,1.9685 douche,douche,120,92,91,72,2.35,2.0828,1.10,1.9685 dunk,dunk,132,92,107,82,2.59,2.1239,1.10,1.9685 episodes,episodes,105,92,100,88,2.06,2.0253,1.10,1.9685 exposing,exposing,94,92,93,91,1.84,1.9777,1.10,1.9685 floats,floats,101,92,98,90,1.98,2.0086,1.10,1.9685 forgave,forgave,117,92,116,92,2.29,2.0719,1.10,1.9685 fraction,fraction,104,92,104,92,2.04,2.0212,1.10,1.9685 gallon,gallon,116,92,113,90,2.27,2.0682,1.10,1.9685 gauge,gauge,112,92,111,91,2.20,2.0531,1.10,1.9685 Hebrew,hebrew,153,92,11,8,3.00,2.1875,1.10,1.9685 herbs,herbs,141,92,133,89,2.76,2.1523,1.10,1.9685 hypothetical,hypothetical,125,92,117,89,2.45,2.1004,1.10,1.9685 instruction,instruction,103,92,103,92,2.02,2.0170,1.10,1.9685 jukebox,jukebox,116,92,106,87,2.27,2.0682,1.10,1.9685 kidnapper,kidnapper,206,92,194,89,4.04,2.3160,1.10,1.9685 lowa,lowa,145,92,145,92,2.84,2.1644,1.10,1.9685 mainland,mainland,154,92,107,69,3.02,2.1903,1.10,1.9685 measurements,measurements,102,92,96,87,2.00,2.0128,1.10,1.9685 mentality,mentality,108,92,108,92,2.12,2.0374,1.10,1.9685 mush,mush,143,92,89,73,2.80,2.1584,1.10,1.9685 nigga,nigga,864,92,731,83,16.94,2.9370,1.10,1.9685 organizing,organizing,100,92,94,87,1.96,2.0043,1.10,1.9685 parental,parental,105,92,95,86,2.06,2.0253,1.10,1.9685 pavement,pavement,103,92,102,91,2.02,2.0170,1.10,1.9685 payoff,payoff,113,92,108,89,2.22,2.0569,1.10,1.9685 picky,picky,111,92,106,91,2.18,2.0492,1.10,1.9685 planting,planting,108,92,97,84,2.12,2.0374,1.10,1.9685 preaching,preaching,106,92,97,83,2.08,2.0294,1.10,1.9685 probability,probability,114,92,114,92,2.24,2.0607,1.10,1.9685 putz,putz,120,92,103,81,2.35,2.0828,1.10,1.9685 Rach,rach,231,92,0,0,4.53,2.3655,1.10,1.9685 ratio,ratio,164,92,160,91,3.22,2.2175,1.10,1.9685 Reese,reese,495,92,0,0,9.71,2.6955,1.10,1.9685 render,render,103,92,100,90,2.02,2.0170,1.10,1.9685 Ronald,ronald,215,92,3,1,4.22,2.3345,1.10,1.9685 saliva,saliva,135,92,122,86,2.65,2.1335,1.10,1.9685 scramble,scramble,123,92,100,82,2.41,2.0934,1.10,1.9685 screeching,screeching,130,92,98,74,2.55,2.1173,1.10,1.9685 serum,serum,191,92,181,87,3.75,2.2833,1.10,1.9685 steaming,steaming,101,92,98,89,1.98,2.0086,1.10,1.9685 traditions,traditions,105,92,104,92,2.06,2.0253,1.10,1.9685 Trance,trance,268,92,81,65,5.25,2.4298,1.10,1.9685 transformed,transformed,101,92,100,91,1.98,2.0086,1.10,1.9685 typewriter,typewriter,161,92,154,91,3.16,2.2095,1.10,1.9685 unborn,unborn,116,92,110,89,2.27,2.0682,1.10,1.9685 vanquish,vanquish,243,92,231,90,4.76,2.3874,1.10,1.9685 viewing,viewing,109,92,104,88,2.14,2.0414,1.10,1.9685 wed,wed,125,92,117,85,2.45,2.1004,1.10,1.9685 weighing,weighing,116,92,110,88,2.27,2.0682,1.10,1.9685 Whitey,whitey,404,92,40,32,7.92,2.6075,1.10,1.9685 Yikes,yikes,111,92,14,13,2.18,2.0492,1.10,1.9685 Zen,zen,130,92,20,14,2.55,2.1173,1.10,1.9685 actresses,actresses,115,91,108,87,2.25,2.0645,1.08,1.9638 Alma,alma,294,91,38,33,5.76,2.4698,1.08,1.9638 ambushed,ambushed,109,91,100,85,2.14,2.0414,1.08,1.9638 ante,ante,111,91,79,69,2.18,2.0492,1.08,1.9638 apocalypse,apocalypse,126,91,79,57,2.47,2.1038,1.08,1.9638 assassinated,assassinated,126,91,119,88,2.47,2.1038,1.08,1.9638 Batman,batman,239,91,7,3,4.69,2.3802,1.08,1.9638 Bermuda,bermuda,177,91,0,0,3.47,2.2504,1.08,1.9638 bikes,bikes,145,91,140,89,2.84,2.1644,1.08,1.9638 brew,brew,128,91,119,85,2.51,2.1106,1.08,1.9638 brutality,brutality,112,91,101,84,2.20,2.0531,1.08,1.9638 bulk,bulk,97,91,89,83,1.90,1.9912,1.08,1.9638 bygones,bygones,174,91,110,57,3.41,2.2430,1.08,1.9638 Carmen,carmen,541,91,1,1,10.61,2.7340,1.08,1.9638 casa,casa,137,91,86,55,2.69,2.1399,1.08,1.9638 charitable,charitable,104,91,103,91,2.04,2.0212,1.08,1.9638 chic,chic,119,91,88,76,2.33,2.0792,1.08,1.9638 compensation,compensation,109,91,105,90,2.14,2.0414,1.08,1.9638 connects,connects,95,91,93,89,1.86,1.9823,1.08,1.9638 crazed,crazed,107,91,103,88,2.10,2.0334,1.08,1.9638 cube,cube,152,91,121,70,2.98,2.1847,1.08,1.9638 debris,debris,159,91,150,87,3.12,2.2041,1.08,1.9638 Dee,dee,339,91,93,25,6.65,2.5315,1.08,1.9638 destroyer,destroyer,185,91,116,74,3.63,2.2695,1.08,1.9638 dibs,dibs,118,91,67,59,2.31,2.0755,1.08,1.9638 edgy,edgy,116,91,110,90,2.27,2.0682,1.08,1.9638 encore,encore,126,91,78,66,2.47,2.1038,1.08,1.9638 extraction,extraction,126,91,118,87,2.47,2.1038,1.08,1.9638 flop,flop,118,91,117,90,2.31,2.0755,1.08,1.9638 florist,florist,123,91,116,87,2.41,2.0934,1.08,1.9638 followers,followers,140,91,139,90,2.75,2.1492,1.08,1.9638 Frenchman,frenchman,154,91,3,3,3.02,2.1903,1.08,1.9638 grammar,grammar,122,91,109,85,2.39,2.0899,1.08,1.9638 guiding,guiding,106,91,94,82,2.08,2.0294,1.08,1.9638 Havana,havana,189,91,0,0,3.71,2.2788,1.08,1.9638 holdup,holdup,132,91,122,86,2.59,2.1239,1.08,1.9638 identifying,identifying,96,91,91,86,1.88,1.9868,1.08,1.9638 incentive,incentive,100,91,94,87,1.96,2.0043,1.08,1.9638 Jupiter,jupiter,206,91,1,1,4.04,2.3160,1.08,1.9638 Katherine,katherine,359,91,2,1,7.04,2.5563,1.08,1.9638 lan,lan,417,91,271,74,8.18,2.6212,1.08,1.9638 lowlife,lowlife,105,91,101,88,2.06,2.0253,1.08,1.9638 maple,maple,165,91,84,55,3.24,2.2201,1.08,1.9638 maturity,maturity,102,91,97,87,2.00,2.0128,1.08,1.9638 mechanics,mechanics,123,91,108,78,2.41,2.0934,1.08,1.9638 Mia,mia,283,91,54,37,5.55,2.4533,1.08,1.9638 mitzvah,mitzvah,178,91,145,81,3.49,2.2529,1.08,1.9638 Noel,noel,962,91,0,0,18.86,2.9836,1.08,1.9638 olives,olives,137,91,126,86,2.69,2.1399,1.08,1.9638 poles,poles,110,91,89,72,2.16,2.0453,1.08,1.9638 prostitution,prostitution,122,91,105,79,2.39,2.0899,1.08,1.9638 puss,puss,149,91,115,76,2.92,2.1761,1.08,1.9638 pussies,pussies,114,91,99,83,2.24,2.0607,1.08,1.9638 quarantine,quarantine,227,91,202,87,4.45,2.3579,1.08,1.9638 raises,raises,97,91,92,86,1.90,1.9912,1.08,1.9638 recon,recon,149,91,109,77,2.92,2.1761,1.08,1.9638 recruiting,recruiting,117,91,108,83,2.29,2.0719,1.08,1.9638 redemption,redemption,112,91,89,77,2.20,2.0531,1.08,1.9638 robots,robots,230,91,205,85,4.51,2.3636,1.08,1.9638 Rosa,rosa,258,91,1,1,5.06,2.4133,1.08,1.9638 roster,roster,110,91,110,91,2.16,2.0453,1.08,1.9638 Rover,rover,170,91,35,23,3.33,2.2330,1.08,1.9638 Screech,screech,318,91,96,62,6.24,2.5038,1.08,1.9638 scrubbing,scrubbing,97,91,86,81,1.90,1.9912,1.08,1.9638 seating,seating,109,91,104,87,2.14,2.0414,1.08,1.9638 siege,siege,118,91,113,87,2.31,2.0755,1.08,1.9638 sighted,sighted,108,91,108,91,2.12,2.0374,1.08,1.9638 solitude,solitude,102,91,91,81,2.00,2.0128,1.08,1.9638 spleen,spleen,131,91,113,84,2.57,2.1206,1.08,1.9638 Stark,stark,331,91,49,46,6.49,2.5211,1.08,1.9638 stench,stench,113,91,101,90,2.22,2.0569,1.08,1.9638 submitted,submitted,103,91,100,89,2.02,2.0170,1.08,1.9638 taping,taping,105,91,102,89,2.06,2.0253,1.08,1.9638 thicker,thicker,106,91,103,91,2.08,2.0294,1.08,1.9638 throttle,throttle,119,91,104,86,2.33,2.0792,1.08,1.9638 tickled,tickled,101,91,97,87,1.98,2.0086,1.08,1.9638 unusually,unusually,95,91,86,82,1.86,1.9823,1.08,1.9638 villages,villages,123,91,123,91,2.41,2.0934,1.08,1.9638 washes,washes,93,91,86,84,1.82,1.9731,1.08,1.9638 zombie,zombie,184,91,161,75,3.61,2.2672,1.08,1.9638 afternoons,afternoons,101,90,99,88,1.98,2.0086,1.07,1.9590 Beethoven,beethoven,202,90,0,0,3.96,2.3075,1.07,1.9590 betraying,betraying,101,90,96,86,1.98,2.0086,1.07,1.9590 carving,carving,101,90,89,79,1.98,2.0086,1.07,1.9590 Cathy,cathy,547,90,0,0,10.73,2.7388,1.07,1.9590 chaps,chaps,131,90,125,89,2.57,2.1206,1.07,1.9590 columns,columns,141,90,130,88,2.76,2.1523,1.07,1.9590 composed,composed,97,90,93,88,1.90,1.9912,1.07,1.9590 conception,conception,106,90,87,81,2.08,2.0294,1.07,1.9590 contestants,contestants,134,90,123,83,2.63,2.1303,1.07,1.9590 cooling,cooling,112,90,105,84,2.20,2.0531,1.07,1.9590 defective,defective,110,90,105,88,2.16,2.0453,1.07,1.9590 dipped,dipped,94,90,87,85,1.84,1.9777,1.07,1.9590 distinctly,distinctly,96,90,94,88,1.88,1.9868,1.07,1.9590 Dragons,dragons,232,90,108,57,4.55,2.3674,1.07,1.9590 exaggerate,exaggerate,99,90,94,89,1.94,2.0000,1.07,1.9590 executives,executives,128,90,124,88,2.51,2.1106,1.07,1.9590 festive,festive,98,90,93,86,1.92,1.9956,1.07,1.9590 founder,founder,108,90,91,82,2.12,2.0374,1.07,1.9590 frantic,frantic,116,90,98,87,2.27,2.0682,1.07,1.9590 Frost,frost,245,90,51,43,4.80,2.3909,1.07,1.9590 gem,gem,126,90,74,69,2.47,2.1038,1.07,1.9590 Hans,hans,534,90,1,1,10.47,2.7284,1.07,1.9590 hysteria,hysteria,116,90,108,85,2.27,2.0682,1.07,1.9590 layers,layers,119,90,117,89,2.33,2.0792,1.07,1.9590 limitations,limitations,105,90,104,90,2.06,2.0253,1.07,1.9590 Lucille,lucille,289,90,0,0,5.67,2.4624,1.07,1.9590 Lynn,lynn,488,90,4,1,9.57,2.6893,1.07,1.9590 maintaining,maintaining,94,90,83,80,1.84,1.9777,1.07,1.9590 manicure,manicure,101,90,98,88,1.98,2.0086,1.07,1.9590 margin,margin,100,90,98,88,1.96,2.0043,1.07,1.9590 moods,moods,108,90,102,86,2.12,2.0374,1.07,1.9590 perceptive,perceptive,101,90,95,87,1.98,2.0086,1.07,1.9590 plagued,plagued,95,90,94,89,1.86,1.9823,1.07,1.9590 pools,pools,118,90,114,88,2.31,2.0755,1.07,1.9590 postponed,postponed,102,90,97,88,2.00,2.0128,1.07,1.9590 prisons,prisons,109,90,100,84,2.14,2.0414,1.07,1.9590 schizophrenic,schizophrenic,117,90,115,89,2.29,2.0719,1.07,1.9590 shits,shits,113,90,113,90,2.22,2.0569,1.07,1.9590 shrapnel,shrapnel,113,90,103,83,2.22,2.0569,1.07,1.9590 smear,smear,111,90,104,84,2.18,2.0492,1.07,1.9590 specifics,specifics,96,90,94,88,1.88,1.9868,1.07,1.9590 spinach,spinach,130,90,113,85,2.55,2.1173,1.07,1.9590 stating,stating,92,90,87,85,1.80,1.9685,1.07,1.9590 supervise,supervise,98,90,94,87,1.92,1.9956,1.07,1.9590 sweethearts,sweethearts,118,90,113,86,2.31,2.0755,1.07,1.9590 targeting,targeting,114,90,104,85,2.24,2.0607,1.07,1.9590 teller,teller,131,90,98,68,2.57,2.1206,1.07,1.9590 terrain,terrain,115,90,108,87,2.25,2.0645,1.07,1.9590 Thailand,thailand,151,90,0,0,2.96,2.1818,1.07,1.9590 trooper,trooper,226,90,117,72,4.43,2.3560,1.07,1.9590 accordingly,accordingly,93,89,80,77,1.82,1.9731,1.06,1.9542 albums,albums,119,89,118,88,2.33,2.0792,1.06,1.9542 Allied,allied,147,89,44,36,2.88,2.1703,1.06,1.9542 appoint,appoint,104,89,101,86,2.04,2.0212,1.06,1.9542 arson,arson,153,89,128,76,3.00,2.1875,1.06,1.9542 bitching,bitching,95,89,84,80,1.86,1.9823,1.06,1.9542 blushing,blushing,102,89,101,88,2.00,2.0128,1.06,1.9542 booking,booking,116,89,104,81,2.27,2.0682,1.06,1.9542 cheats,cheats,109,89,108,88,2.14,2.0414,1.06,1.9542 checkup,checkup,107,89,107,89,2.10,2.0334,1.06,1.9542 coaster,coaster,159,89,154,87,3.12,2.2041,1.06,1.9542 delusions,delusions,108,89,100,86,2.12,2.0374,1.06,1.9542 deprived,deprived,99,89,98,88,1.94,2.0000,1.06,1.9542 diarrhea,diarrhea,122,89,102,82,2.39,2.0899,1.06,1.9542 enchanting,enchanting,104,89,91,80,2.04,2.0212,1.06,1.9542 examining,examining,96,89,92,86,1.88,1.9868,1.06,1.9542 excellence,excellence,134,89,79,73,2.63,2.1303,1.06,1.9542 extras,extras,105,89,100,86,2.06,2.0253,1.06,1.9542 growling,growling,230,89,151,69,4.51,2.3636,1.06,1.9542 Hayes,hayes,292,89,0,0,5.73,2.4669,1.06,1.9542 humbly,humbly,95,89,86,83,1.86,1.9823,1.06,1.9542 intruding,intruding,94,89,94,89,1.84,1.9777,1.06,1.9542 likeness,likeness,98,89,98,89,1.92,1.9956,1.06,1.9542 mayhem,mayhem,109,89,85,81,2.14,2.0414,1.06,1.9542 museums,museums,109,89,101,86,2.14,2.0414,1.06,1.9542 nausea,nausea,110,89,93,78,2.16,2.0453,1.06,1.9542 noose,noose,111,89,111,89,2.18,2.0492,1.06,1.9542 operates,operates,98,89,97,89,1.92,1.9956,1.06,1.9542 outnumbered,outnumbered,108,89,104,85,2.12,2.0374,1.06,1.9542 passports,passports,120,89,101,81,2.35,2.0828,1.06,1.9542 pitched,pitched,104,89,102,89,2.04,2.0212,1.06,1.9542 puddle,puddle,99,89,96,88,1.94,2.0000,1.06,1.9542 rave,rave,129,89,109,80,2.53,2.1139,1.06,1.9542 reap,reap,132,89,122,85,2.59,2.1239,1.06,1.9542 refined,refined,103,89,92,80,2.02,2.0170,1.06,1.9542 shameful,shameful,98,89,86,79,1.92,1.9956,1.06,1.9542 Simmons,simmons,290,89,2,2,5.69,2.4639,1.06,1.9542 snot,snot,108,89,99,86,2.12,2.0374,1.06,1.9542 sobs,sobs,132,89,85,63,2.59,2.1239,1.06,1.9542 stepfather,stepfather,151,89,139,86,2.96,2.1818,1.06,1.9542 stretcher,stretcher,113,89,101,82,2.22,2.0569,1.06,1.9542 sway,sway,129,89,97,82,2.53,2.1139,1.06,1.9542 transform,transform,112,89,98,85,2.20,2.0531,1.06,1.9542 trifle,trifle,107,89,105,88,2.10,2.0334,1.06,1.9542 virtual,virtual,133,89,108,77,2.61,2.1271,1.06,1.9542 voluntary,voluntary,103,89,95,84,2.02,2.0170,1.06,1.9542 waffles,waffles,132,89,107,82,2.59,2.1239,1.06,1.9542 waved,waved,105,89,103,88,2.06,2.0253,1.06,1.9542 weaknesses,weaknesses,110,89,108,88,2.16,2.0453,1.06,1.9542 wrinkles,wrinkles,103,89,95,84,2.02,2.0170,1.06,1.9542 Ac,ac,110,88,6,5,2.16,2.0453,1.05,1.9494 alimony,alimony,132,88,125,84,2.59,2.1239,1.05,1.9494 appendix,appendix,133,88,125,86,2.61,2.1271,1.05,1.9494 armored,armored,166,88,147,78,3.25,2.2227,1.05,1.9494 assassins,assassins,125,88,101,78,2.45,2.1004,1.05,1.9494 barefoot,barefoot,121,88,103,79,2.37,2.0864,1.05,1.9494 beak,beak,107,88,100,85,2.10,2.0334,1.05,1.9494 blueberry,blueberry,131,88,91,65,2.57,2.1206,1.05,1.9494 boiler,boiler,144,88,135,85,2.82,2.1614,1.05,1.9494 bombers,bombers,160,88,139,77,3.14,2.2068,1.05,1.9494 brawl,brawl,108,88,106,86,2.12,2.0374,1.05,1.9494 breaker,breaker,117,88,85,76,2.29,2.0719,1.05,1.9494 Buenos,buenos,173,88,5,5,3.39,2.2405,1.05,1.9494 Cam,cam,193,88,60,51,3.78,2.2878,1.05,1.9494 Carlo,carlo,248,88,0,0,4.86,2.3962,1.05,1.9494 centers,centers,124,88,116,84,2.43,2.0969,1.05,1.9494 cerebral,cerebral,103,88,88,76,2.02,2.0170,1.05,1.9494 cuddle,cuddle,110,88,95,81,2.16,2.0453,1.05,1.9494 defect,defect,126,88,122,88,2.47,2.1038,1.05,1.9494 dense,dense,108,88,102,84,2.12,2.0374,1.05,1.9494 detour,detour,107,88,104,85,2.10,2.0334,1.05,1.9494 divert,divert,103,88,85,75,2.02,2.0170,1.05,1.9494 dyke,dyke,132,88,104,70,2.59,2.1239,1.05,1.9494 epic,epic,120,88,116,87,2.35,2.0828,1.05,1.9494 exclusively,exclusively,92,88,87,84,1.80,1.9685,1.05,1.9494 fades,fades,98,88,92,82,1.92,1.9956,1.05,1.9494 flair,flair,116,88,110,86,2.27,2.0682,1.05,1.9494 flyers,flyers,121,88,114,84,2.37,2.0864,1.05,1.9494 franchise,franchise,121,88,112,83,2.37,2.0864,1.05,1.9494 furnace,furnace,138,88,132,85,2.71,2.1430,1.05,1.9494 Grande,grande,134,88,46,38,2.63,2.1303,1.05,1.9494 gruesome,gruesome,104,88,90,78,2.04,2.0212,1.05,1.9494 hamburgers,hamburgers,117,88,104,79,2.29,2.0719,1.05,1.9494 haunting,haunting,110,88,102,82,2.16,2.0453,1.05,1.9494 hearty,hearty,99,88,91,85,1.94,2.0000,1.05,1.9494 hustler,hustler,151,88,105,70,2.96,2.1818,1.05,1.9494 implants,implants,141,88,131,84,2.76,2.1523,1.05,1.9494 interruption,interruption,96,88,96,88,1.88,1.9868,1.05,1.9494 karaoke,karaoke,170,88,147,74,3.33,2.2330,1.05,1.9494 kidnappers,kidnappers,160,88,148,82,3.14,2.2068,1.05,1.9494 latrine,latrine,149,88,139,85,2.92,2.1761,1.05,1.9494 leagues,leagues,107,88,95,78,2.10,2.0334,1.05,1.9494 lineup,lineup,144,88,143,87,2.82,2.1614,1.05,1.9494 lowered,lowered,93,88,92,87,1.82,1.9731,1.05,1.9494 Mexicans,mexicans,117,88,4,2,2.29,2.0719,1.05,1.9494 monitored,monitored,98,88,95,85,1.92,1.9956,1.05,1.9494 pepperoni,pepperoni,131,88,111,76,2.57,2.1206,1.05,1.9494 persuasion,persuasion,100,88,89,82,1.96,2.0043,1.05,1.9494 polar,polar,135,88,106,79,2.65,2.1335,1.05,1.9494 preserved,preserved,97,88,92,84,1.90,1.9912,1.05,1.9494 pup,pup,164,88,127,83,3.22,2.2175,1.05,1.9494 recognizes,recognizes,102,88,101,88,2.00,2.0128,1.05,1.9494 repulsive,repulsive,103,88,96,84,2.02,2.0170,1.05,1.9494 reveals,reveals,99,88,99,88,1.94,2.0000,1.05,1.9494 revolting,revolting,98,88,91,81,1.92,1.9956,1.05,1.9494 Romans,romans,152,88,0,0,2.98,2.1847,1.05,1.9494 rooting,rooting,106,88,101,86,2.08,2.0294,1.05,1.9494 rugged,rugged,102,88,95,82,2.00,2.0128,1.05,1.9494 sensing,sensing,97,88,92,83,1.90,1.9912,1.05,1.9494 sparkling,sparkling,102,88,83,73,2.00,2.0128,1.05,1.9494 spectrum,spectrum,110,88,102,85,2.16,2.0453,1.05,1.9494 speedy,speedy,100,88,62,58,1.96,2.0043,1.05,1.9494 spooked,spooked,104,88,100,87,2.04,2.0212,1.05,1.9494 squadron,squadron,224,88,163,70,4.39,2.3522,1.05,1.9494 swab,swab,121,88,102,76,2.37,2.0864,1.05,1.9494 swimmer,swimmer,190,88,142,86,3.73,2.2810,1.05,1.9494 telephoned,telephoned,109,88,104,86,2.14,2.0414,1.05,1.9494 trophies,trophies,117,88,115,86,2.29,2.0719,1.05,1.9494 unseen,unseen,110,88,103,82,2.16,2.0453,1.05,1.9494 upgrade,upgrade,110,88,107,85,2.16,2.0453,1.05,1.9494 utility,utility,114,88,111,86,2.24,2.0607,1.05,1.9494 vacations,vacations,93,88,90,85,1.82,1.9731,1.05,1.9494 Vietnamese,vietnamese,260,88,3,3,5.10,2.4166,1.05,1.9494 worshipped,worshipped,98,88,96,86,1.92,1.9956,1.05,1.9494 yum,yum,207,88,106,46,4.06,2.3181,1.05,1.9494 accomplishment,accomplishment,96,87,95,86,1.88,1.9868,1.04,1.9445 acknowledged,acknowledged,100,87,72,71,1.96,2.0043,1.04,1.9445 aloud,aloud,94,87,91,84,1.84,1.9777,1.04,1.9445 alphabet,alphabet,127,87,89,77,2.49,2.1072,1.04,1.9445 Arab,arab,174,87,3,3,3.41,2.2430,1.04,1.9445 assurance,assurance,104,87,96,82,2.04,2.0212,1.04,1.9445 babysit,babysit,104,87,101,84,2.04,2.0212,1.04,1.9445 beggar,beggar,126,87,114,81,2.47,2.1038,1.04,1.9445 blinking,blinking,113,87,107,84,2.22,2.0569,1.04,1.9445 booby,booby,129,87,100,79,2.53,2.1139,1.04,1.9445 bumping,bumping,94,87,89,83,1.84,1.9777,1.04,1.9445 Burt,burt,676,87,1,1,13.25,2.8306,1.04,1.9445 checkbook,checkbook,120,87,119,86,2.35,2.0828,1.04,1.9445 civic,civic,110,87,75,63,2.16,2.0453,1.04,1.9445 cliffs,cliffs,111,87,87,73,2.18,2.0492,1.04,1.9445 collects,collects,90,87,85,83,1.76,1.9590,1.04,1.9445 commend,commend,91,87,89,86,1.78,1.9638,1.04,1.9445 companions,companions,119,87,118,87,2.33,2.0792,1.04,1.9445 competitors,competitors,109,87,102,86,2.14,2.0414,1.04,1.9445 Continental,continental,168,87,44,40,3.29,2.2279,1.04,1.9445 contributions,contributions,100,87,98,86,1.96,2.0043,1.04,1.9445 decoration,decoration,94,87,88,82,1.84,1.9777,1.04,1.9445 definitive,definitive,99,87,93,83,1.94,2.0000,1.04,1.9445 demo,demo,168,87,158,84,3.29,2.2279,1.04,1.9445 dinosaurs,dinosaurs,136,87,121,82,2.67,2.1367,1.04,1.9445 drilling,drilling,117,87,110,83,2.29,2.0719,1.04,1.9445 drinker,drinker,95,87,93,85,1.86,1.9823,1.04,1.9445 dues,dues,104,87,100,86,2.04,2.0212,1.04,1.9445 examples,examples,97,87,94,84,1.90,1.9912,1.04,1.9445 eyesight,eyesight,99,87,95,87,1.94,2.0000,1.04,1.9445 fetish,fetish,117,87,107,80,2.29,2.0719,1.04,1.9445 fiancee,fiancee,154,87,145,85,3.02,2.1903,1.04,1.9445 finale,finale,125,87,115,78,2.45,2.1004,1.04,1.9445 forum,forum,104,87,53,50,2.04,2.0212,1.04,1.9445 fret,fret,95,87,91,83,1.86,1.9823,1.04,1.9445 grunt,grunt,113,87,104,84,2.22,2.0569,1.04,1.9445 hectic,hectic,94,87,90,85,1.84,1.9777,1.04,1.9445 hock,hock,110,87,106,83,2.16,2.0453,1.04,1.9445 holed,holed,98,87,93,83,1.92,1.9956,1.04,1.9445 holster,holster,111,87,88,73,2.18,2.0492,1.04,1.9445 icebox,icebox,124,87,121,86,2.43,2.0969,1.04,1.9445 indicating,indicating,95,87,92,85,1.86,1.9823,1.04,1.9445 indictment,indictment,126,87,124,86,2.47,2.1038,1.04,1.9445 inhale,inhale,120,87,67,64,2.35,2.0828,1.04,1.9445 jacked,jacked,113,87,107,85,2.22,2.0569,1.04,1.9445 jerky,jerky,116,87,105,82,2.27,2.0682,1.04,1.9445 jewellery,jewellery,150,87,133,78,2.94,2.1790,1.04,1.9445 labels,labels,99,87,99,87,1.94,2.0000,1.04,1.9445 larceny,larceny,113,87,104,83,2.22,2.0569,1.04,1.9445 launching,launching,122,87,109,78,2.39,2.0899,1.04,1.9445 lava,lava,176,87,149,77,3.45,2.2480,1.04,1.9445 lending,lending,96,87,92,84,1.88,1.9868,1.04,1.9445 liberation,liberation,118,87,73,64,2.31,2.0755,1.04,1.9445 mackerel,mackerel,108,87,102,85,2.12,2.0374,1.04,1.9445 manipulated,manipulated,93,87,92,86,1.82,1.9731,1.04,1.9445 melts,melts,94,87,87,82,1.84,1.9777,1.04,1.9445 oranges,oranges,125,87,114,80,2.45,2.1004,1.04,1.9445 ounces,ounces,118,87,117,87,2.31,2.0755,1.04,1.9445 Oxford,oxford,132,87,2,2,2.59,2.1239,1.04,1.9445 patched,patched,96,87,96,87,1.88,1.9868,1.04,1.9445 photographers,photographers,120,87,107,81,2.35,2.0828,1.04,1.9445 pointy,pointy,104,87,97,83,2.04,2.0212,1.04,1.9445 preoccupied,preoccupied,102,87,98,85,2.00,2.0128,1.04,1.9445 rake,rake,152,87,97,80,2.98,2.1847,1.04,1.9445 Renaissance,renaissance,112,87,18,16,2.20,2.0531,1.04,1.9445 retainer,retainer,108,87,108,87,2.12,2.0374,1.04,1.9445 routes,routes,107,87,100,84,2.10,2.0334,1.04,1.9445 shapes,shapes,97,87,95,85,1.90,1.9912,1.04,1.9445 shields,shields,262,87,138,65,5.14,2.4200,1.04,1.9445 snag,snag,97,87,87,83,1.90,1.9912,1.04,1.9445 specials,specials,104,87,102,85,2.04,2.0212,1.04,1.9445 Sr,sr,254,87,0,0,4.98,2.4065,1.04,1.9445 staging,staging,99,87,97,87,1.94,2.0000,1.04,1.9445 steroids,steroids,130,87,110,75,2.55,2.1173,1.04,1.9445 storms,storms,110,87,104,85,2.16,2.0453,1.04,1.9445 subpoena,subpoena,113,87,109,83,2.22,2.0569,1.04,1.9445 surplus,surplus,104,87,97,83,2.04,2.0212,1.04,1.9445 symbols,symbols,128,87,120,82,2.51,2.1106,1.04,1.9445 telescope,telescope,150,87,139,79,2.94,2.1790,1.04,1.9445 Thai,thai,167,87,15,6,3.27,2.2253,1.04,1.9445 traitors,traitors,115,87,99,75,2.25,2.0645,1.04,1.9445 transmitted,transmitted,102,87,100,86,2.00,2.0128,1.04,1.9445 travelled,travelled,97,87,97,87,1.90,1.9912,1.04,1.9445 uncover,uncover,98,87,90,80,1.92,1.9956,1.04,1.9445 weeds,weeds,121,87,109,76,2.37,2.0864,1.04,1.9445 adolescent,adolescent,94,86,92,85,1.84,1.9777,1.03,1.9395 barging,barging,90,86,86,83,1.76,1.9590,1.03,1.9395 bien,bien,121,86,83,65,2.37,2.0864,1.03,1.9395 catering,catering,138,86,113,76,2.71,2.1430,1.03,1.9395 Col,col,281,86,0,0,5.51,2.4502,1.03,1.9395 compassionate,compassionate,91,86,86,82,1.78,1.9638,1.03,1.9395 confrontation,confrontation,98,86,95,83,1.92,1.9956,1.03,1.9395 contestant,contestant,136,86,118,80,2.67,2.1367,1.03,1.9395 continuous,continuous,98,86,82,77,1.92,1.9956,1.03,1.9395 contrast,contrast,107,86,105,86,2.10,2.0334,1.03,1.9395 corrupted,corrupted,97,86,96,86,1.90,1.9912,1.03,1.9395 cuisine,cuisine,99,86,91,80,1.94,2.0000,1.03,1.9395 dealings,dealings,93,86,92,86,1.82,1.9731,1.03,1.9395 demonic,demonic,154,86,141,78,3.02,2.1903,1.03,1.9395 dictate,dictate,89,86,85,82,1.75,1.9542,1.03,1.9395 dreary,dreary,92,86,91,86,1.80,1.9685,1.03,1.9395 emptied,emptied,95,86,92,83,1.86,1.9823,1.03,1.9395 fiery,fiery,103,86,91,75,2.02,2.0170,1.03,1.9395 filmed,filmed,121,86,118,86,2.37,2.0864,1.03,1.9395 frenzy,frenzy,103,86,101,84,2.02,2.0170,1.03,1.9395 genuinely,genuinely,98,86,95,86,1.92,1.9956,1.03,1.9395 gurney,gurney,127,86,100,77,2.49,2.1072,1.03,1.9395 heartbroken,heartbroken,93,86,89,82,1.82,1.9731,1.03,1.9395 increasingly,increasingly,91,86,88,83,1.78,1.9638,1.03,1.9395 infirmary,infirmary,150,86,141,84,2.94,2.1790,1.03,1.9395 intrigued,intrigued,90,86,85,81,1.76,1.9590,1.03,1.9395 Lester,lester,363,86,0,0,7.12,2.5611,1.03,1.9395 Magnum,magnum,613,86,26,20,12.02,2.7882,1.03,1.9395 meanest,meanest,95,86,94,85,1.86,1.9823,1.03,1.9395 Milton,milton,205,86,2,2,4.02,2.3139,1.03,1.9395 mortals,mortals,120,86,117,84,2.35,2.0828,1.03,1.9395 Pd,pd,118,86,1,1,2.31,2.0755,1.03,1.9395 permits,permits,142,86,138,84,2.78,2.1553,1.03,1.9395 picket,picket,113,86,109,83,2.22,2.0569,1.03,1.9395 plainly,plainly,95,86,90,81,1.86,1.9823,1.03,1.9395 postcards,postcards,106,86,102,82,2.08,2.0294,1.03,1.9395 progressive,progressive,95,86,86,80,1.86,1.9823,1.03,1.9395 promoting,promoting,92,86,86,80,1.80,1.9685,1.03,1.9395 quack,quack,236,86,155,74,4.63,2.3747,1.03,1.9395 rating,rating,112,86,110,85,2.20,2.0531,1.03,1.9395 recognised,recognised,101,86,100,85,1.98,2.0086,1.03,1.9395 reindeer,reindeer,172,86,147,76,3.37,2.2380,1.03,1.9395 respectful,respectful,97,86,92,83,1.90,1.9912,1.03,1.9395 revenue,revenue,122,86,82,61,2.39,2.0899,1.03,1.9395 Russ,russ,457,86,0,0,8.96,2.6609,1.03,1.9395 schemes,schemes,90,86,90,86,1.76,1.9590,1.03,1.9395 silverware,silverware,109,86,105,84,2.14,2.0414,1.03,1.9395 slices,slices,97,86,97,86,1.90,1.9912,1.03,1.9395 snob,snob,111,86,103,82,2.18,2.0492,1.03,1.9395 span,span,101,86,95,81,1.98,2.0086,1.03,1.9395 squealing,squealing,123,86,107,73,2.41,2.0934,1.03,1.9395 Stuart,stuart,651,86,3,1,12.76,2.8142,1.03,1.9395 sweaters,sweaters,105,86,104,85,2.06,2.0253,1.03,1.9395 talker,talker,91,86,91,86,1.78,1.9638,1.03,1.9395 tones,tones,100,86,93,82,1.96,2.0043,1.03,1.9395 transparent,transparent,92,86,90,85,1.80,1.9685,1.03,1.9395 Trek,trek,229,86,33,28,4.49,2.3617,1.03,1.9395 trustworthy,trustworthy,94,86,89,83,1.84,1.9777,1.03,1.9395 ulcer,ulcer,131,86,129,85,2.57,2.1206,1.03,1.9395 unity,unity,138,86,104,72,2.71,2.1430,1.03,1.9395 unspeakable,unspeakable,95,86,79,74,1.86,1.9823,1.03,1.9395 Violet,violet,410,86,45,40,8.04,2.6138,1.03,1.9395 Vista,vista,142,86,47,39,2.78,2.1553,1.03,1.9395 voluntarily,voluntarily,100,86,95,82,1.96,2.0043,1.03,1.9395 whimpering,whimpering,127,86,101,73,2.49,2.1072,1.03,1.9395 woe,woe,119,86,76,56,2.33,2.0792,1.03,1.9395 Amazon,amazon,148,85,5,5,2.90,2.1732,1.01,1.9345 aquarium,aquarium,141,85,125,77,2.76,2.1523,1.01,1.9345 Awol,awol,117,85,3,3,2.29,2.0719,1.01,1.9345 Beau,beau,298,85,70,55,5.84,2.4757,1.01,1.9345 Bulldog,bulldog,232,85,61,47,4.55,2.3674,1.01,1.9345 Bumpy,bumpy,190,85,85,76,3.73,2.2810,1.01,1.9345 butterflies,butterflies,115,85,102,80,2.25,2.0645,1.01,1.9345 cactus,cactus,148,85,111,73,2.90,2.1732,1.01,1.9345 calculate,calculate,106,85,95,79,2.08,2.0294,1.01,1.9345 Cardinal,cardinal,208,85,90,48,4.08,2.3201,1.01,1.9345 chunks,chunks,95,85,91,82,1.86,1.9823,1.01,1.9345 cognac,cognac,135,85,98,67,2.65,2.1335,1.01,1.9345 conditioner,conditioner,110,85,107,82,2.16,2.0453,1.01,1.9345 congregation,congregation,117,85,99,76,2.29,2.0719,1.01,1.9345 coy,coy,88,85,82,79,1.73,1.9494,1.01,1.9345 deceit,deceit,95,85,91,82,1.86,1.9823,1.01,1.9345 decorator,decorator,107,85,106,84,2.10,2.0334,1.01,1.9345 dehydrated,dehydrated,93,85,91,84,1.82,1.9731,1.01,1.9345 deposits,deposits,101,85,98,83,1.98,2.0086,1.01,1.9345 disarm,disarm,109,85,92,74,2.14,2.0414,1.01,1.9345 drifted,drifted,92,85,91,84,1.80,1.9685,1.01,1.9345 Edwards,edwards,238,85,0,0,4.67,2.3784,1.01,1.9345 endings,endings,106,85,105,85,2.08,2.0294,1.01,1.9345 engaging,engaging,98,85,74,67,1.92,1.9956,1.01,1.9345 etiquette,etiquette,96,85,94,85,1.88,1.9868,1.01,1.9345 Fink,fink,206,85,96,66,4.04,2.3160,1.01,1.9345 firepower,firepower,98,85,95,84,1.92,1.9956,1.01,1.9345 fishes,fishes,121,85,108,82,2.37,2.0864,1.01,1.9345 fitted,fitted,89,85,88,84,1.75,1.9542,1.01,1.9345 formidable,formidable,87,85,83,81,1.71,1.9445,1.01,1.9345 fruitcake,fruitcake,105,85,97,81,2.06,2.0253,1.01,1.9345 goats,goats,135,85,112,73,2.65,2.1335,1.01,1.9345 gowns,gowns,95,85,88,82,1.86,1.9823,1.01,1.9345 hesitation,hesitation,94,85,93,84,1.84,1.9777,1.01,1.9345 hoist,hoist,105,85,64,60,2.06,2.0253,1.01,1.9345 immigration,immigration,128,85,103,73,2.51,2.1106,1.01,1.9345 infantry,infantry,144,85,129,76,2.82,2.1614,1.01,1.9345 kiddies,kiddies,92,85,89,82,1.80,1.9685,1.01,1.9345 listing,listing,96,85,95,85,1.88,1.9868,1.01,1.9345 lovebirds,lovebirds,128,85,116,82,2.51,2.1106,1.01,1.9345 Lulu,lulu,254,85,20,20,4.98,2.4065,1.01,1.9345 manufactured,manufactured,92,85,87,80,1.80,1.9685,1.01,1.9345 Mar,mar,205,85,20,18,4.02,2.3139,1.01,1.9345 mare,mare,148,85,113,65,2.90,2.1732,1.01,1.9345 mayonnaise,mayonnaise,115,85,98,77,2.25,2.0645,1.01,1.9345 milligrams,milligrams,100,85,100,85,1.96,2.0043,1.01,1.9345 Mills,mills,227,85,38,23,4.45,2.3579,1.01,1.9345 molecular,molecular,134,85,109,77,2.63,2.1303,1.01,1.9345 navigate,navigate,98,85,97,84,1.92,1.9956,1.01,1.9345 oeuvres,oeuvres,99,85,99,85,1.94,2.0000,1.01,1.9345 outline,outline,104,85,103,84,2.04,2.0212,1.01,1.9345 painless,painless,99,85,91,81,1.94,2.0000,1.01,1.9345 pans,pans,109,85,105,82,2.14,2.0414,1.01,1.9345 parted,parted,97,85,91,80,1.90,1.9912,1.01,1.9345 pas,pas,119,85,95,70,2.33,2.0792,1.01,1.9345 pedal,pedal,104,85,83,69,2.04,2.0212,1.01,1.9345 pinpoint,pinpoint,92,85,86,81,1.80,1.9685,1.01,1.9345 politely,politely,87,85,82,80,1.71,1.9445,1.01,1.9345 ponies,ponies,142,85,139,83,2.78,2.1553,1.01,1.9345 prosperity,prosperity,107,85,98,81,2.10,2.0334,1.01,1.9345 pun,pun,94,85,82,75,1.84,1.9777,1.01,1.9345 Reagan,reagan,166,85,0,0,3.25,2.2227,1.01,1.9345 requirements,requirements,94,85,94,85,1.84,1.9777,1.01,1.9345 rigid,rigid,95,85,94,84,1.86,1.9823,1.01,1.9345 rounding,rounding,90,85,85,80,1.76,1.9590,1.01,1.9345 seller,seller,112,85,109,83,2.20,2.0531,1.01,1.9345 seventy,seventy,105,85,56,45,2.06,2.0253,1.01,1.9345 shores,shores,102,85,88,78,2.00,2.0128,1.01,1.9345 slay,slay,109,85,97,82,2.14,2.0414,1.01,1.9345 solely,solely,89,85,88,84,1.75,1.9542,1.01,1.9345 Spears,spears,127,85,53,39,2.49,2.1072,1.01,1.9345 spins,spins,98,85,91,83,1.92,1.9956,1.01,1.9345 sweeps,sweeps,108,85,98,79,2.12,2.0374,1.01,1.9345 transported,transported,105,85,95,84,2.06,2.0253,1.01,1.9345 unattractive,unattractive,92,85,92,85,1.80,1.9685,1.01,1.9345 understatement,understatement,88,85,84,81,1.73,1.9494,1.01,1.9345 volunteering,volunteering,98,85,93,80,1.92,1.9956,1.01,1.9345 wireless,wireless,135,85,118,78,2.65,2.1335,1.01,1.9345 wrecking,wrecking,109,85,94,83,2.14,2.0414,1.01,1.9345 alerted,alerted,91,84,89,83,1.78,1.9638,1.00,1.9294 allegations,allegations,110,84,109,83,2.16,2.0453,1.00,1.9294 amazingly,amazingly,91,84,72,69,1.78,1.9638,1.00,1.9294 ambitions,ambitions,93,84,93,84,1.82,1.9731,1.00,1.9294 analyzing,analyzing,93,84,87,78,1.82,1.9731,1.00,1.9294 awakened,awakened,106,84,103,81,2.08,2.0294,1.00,1.9294 ban,ban,160,84,125,71,3.14,2.2068,1.00,1.9294 billing,billing,101,84,97,80,1.98,2.0086,1.00,1.9294 bribed,bribed,98,84,94,82,1.92,1.9956,1.00,1.9294 candid,candid,102,84,77,64,2.00,2.0128,1.00,1.9294 casually,casually,94,84,90,81,1.84,1.9777,1.00,1.9294 Cher,cher,126,84,23,17,2.47,2.1038,1.00,1.9294 chills,chills,98,84,84,75,1.92,1.9956,1.00,1.9294 Cincinnati,cincinnati,164,84,0,0,3.22,2.2175,1.00,1.9294 cleanup,cleanup,100,84,82,70,1.96,2.0043,1.00,1.9294 closets,closets,109,84,108,83,2.14,2.0414,1.00,1.9294 complexion,complexion,98,84,97,83,1.92,1.9956,1.00,1.9294 comprehend,comprehend,94,84,94,84,1.84,1.9777,1.00,1.9294 compulsive,compulsive,98,84,94,82,1.92,1.9956,1.00,1.9294 concentrated,concentrated,99,84,97,82,1.94,2.0000,1.00,1.9294 contributed,contributed,86,84,86,84,1.69,1.9395,1.00,1.9294 coronary,coronary,101,84,94,79,1.98,2.0086,1.00,1.9294 denies,denies,96,84,94,83,1.88,1.9868,1.00,1.9294 deuce,deuce,146,84,82,62,2.86,2.1673,1.00,1.9294 digits,digits,98,84,94,82,1.92,1.9956,1.00,1.9294 disconnect,disconnect,94,84,76,69,1.84,1.9777,1.00,1.9294 Dixie,dixie,209,84,6,6,4.10,2.3222,1.00,1.9294 editorial,editorial,111,84,102,77,2.18,2.0492,1.00,1.9294 enlightened,enlightened,87,84,85,82,1.71,1.9445,1.00,1.9294 foremost,foremost,86,84,85,83,1.69,1.9395,1.00,1.9294 frames,frames,110,84,110,84,2.16,2.0453,1.00,1.9294 Gabriel,gabriel,291,84,0,0,5.71,2.4654,1.00,1.9294 ghastly,ghastly,106,84,92,78,2.08,2.0294,1.00,1.9294 Gps,gps,132,84,1,1,2.59,2.1239,1.00,1.9294 hairdresser,hairdresser,126,84,123,82,2.47,2.1038,1.00,1.9294 hallucinating,hallucinating,98,84,95,83,1.92,1.9956,1.00,1.9294 Han,han,347,84,10,9,6.80,2.5416,1.00,1.9294 hateful,hateful,102,84,94,80,2.00,2.0128,1.00,1.9294 inadequate,inadequate,95,84,93,82,1.86,1.9823,1.00,1.9294 jumper,jumper,117,84,98,76,2.29,2.0719,1.00,1.9294 leopard,leopard,276,84,240,71,5.41,2.4425,1.00,1.9294 markets,markets,100,84,97,82,1.96,2.0043,1.00,1.9294 maternity,maternity,125,84,106,70,2.45,2.1004,1.00,1.9294 merits,merits,97,84,92,81,1.90,1.9912,1.00,1.9294 minority,minority,113,84,106,79,2.22,2.0569,1.00,1.9294 morally,morally,100,84,96,82,1.96,2.0043,1.00,1.9294 murderous,murderous,93,84,91,83,1.82,1.9731,1.00,1.9294 nonstop,nonstop,90,84,81,77,1.76,1.9590,1.00,1.9294 omelet,omelet,121,84,117,82,2.37,2.0864,1.00,1.9294 painfully,painfully,91,84,85,79,1.78,1.9638,1.00,1.9294 peck,peck,180,84,94,57,3.53,2.2577,1.00,1.9294 perverted,perverted,90,84,84,80,1.76,1.9590,1.00,1.9294 Polly,polly,337,84,6,5,6.61,2.5289,1.00,1.9294 Pr,pr,133,84,31,7,2.61,2.1271,1.00,1.9294 prairie,prairie,143,84,90,60,2.80,2.1584,1.00,1.9294 prepped,prepped,96,84,94,83,1.88,1.9868,1.00,1.9294 pretentious,pretentious,97,84,90,80,1.90,1.9912,1.00,1.9294 prone,prone,92,84,88,80,1.80,1.9685,1.00,1.9294 renew,renew,111,84,97,80,2.18,2.0492,1.00,1.9294 rethink,rethink,90,84,87,81,1.76,1.9590,1.00,1.9294 ridicule,ridicule,100,84,97,84,1.96,2.0043,1.00,1.9294 ruptured,ruptured,95,84,83,74,1.86,1.9823,1.00,1.9294 screwdriver,screwdriver,128,84,108,74,2.51,2.1106,1.00,1.9294 seduced,seduced,95,84,94,83,1.86,1.9823,1.00,1.9294 shameless,shameless,97,84,78,69,1.90,1.9912,1.00,1.9294 sketches,sketches,154,84,152,82,3.02,2.1903,1.00,1.9294 slogan,slogan,127,84,122,84,2.49,2.1072,1.00,1.9294 suture,suture,126,84,75,56,2.47,2.1038,1.00,1.9294 tavern,tavern,158,84,98,59,3.10,2.2014,1.00,1.9294 toenails,toenails,89,84,88,83,1.75,1.9542,1.00,1.9294 trivial,trivial,93,84,81,76,1.82,1.9731,1.00,1.9294 unforgivable,unforgivable,100,84,94,80,1.96,2.0043,1.00,1.9294 upcoming,upcoming,88,84,85,81,1.73,1.9494,1.00,1.9294 wildly,wildly,98,84,89,79,1.92,1.9956,1.00,1.9294 wreckage,wreckage,106,84,103,82,2.08,2.0294,1.00,1.9294 Yanks,yanks,122,84,14,13,2.39,2.0899,1.00,1.9294 adjusted,adjusted,92,83,87,79,1.80,1.9685,0.99,1.9243 aluminum,aluminum,115,83,94,71,2.25,2.0645,0.99,1.9243 bagged,bagged,95,83,91,79,1.86,1.9823,0.99,1.9243 bangs,bangs,92,83,82,77,1.80,1.9685,0.99,1.9243 bankruptcy,bankruptcy,121,83,104,79,2.37,2.0864,0.99,1.9243 brutally,brutally,92,83,91,83,1.80,1.9685,0.99,1.9243 Buddhist,buddhist,121,83,9,5,2.37,2.0864,0.99,1.9243 budge,budge,104,83,84,78,2.04,2.0212,0.99,1.9243 cabs,cabs,109,83,98,75,2.14,2.0414,0.99,1.9243 clueless,clueless,94,83,85,78,1.84,1.9777,0.99,1.9243 Congrats,congrats,91,83,27,26,1.78,1.9638,0.99,1.9243 Congressional,congressional,105,83,52,44,2.06,2.0253,0.99,1.9243 contemporary,contemporary,99,83,86,73,1.94,2.0000,0.99,1.9243 contracted,contracted,94,83,93,82,1.84,1.9777,0.99,1.9243 corporations,corporations,101,83,96,80,1.98,2.0086,0.99,1.9243 discrimination,discrimination,111,83,104,78,2.18,2.0492,0.99,1.9243 dosage,dosage,102,83,100,82,2.00,2.0128,0.99,1.9243 Dynasty,dynasty,130,83,57,46,2.55,2.1173,0.99,1.9243 existing,existing,98,83,98,83,1.92,1.9956,0.99,1.9243 fashionable,fashionable,98,83,89,82,1.92,1.9956,0.99,1.9243 fellowship,fellowship,150,83,127,73,2.94,2.1790,0.99,1.9243 fidelity,fidelity,101,83,80,68,1.98,2.0086,0.99,1.9243 fours,fours,105,83,99,80,2.06,2.0253,0.99,1.9243 graduates,graduates,99,83,96,82,1.94,2.0000,0.99,1.9243 grapefruit,grapefruit,126,83,111,76,2.47,2.1038,0.99,1.9243 hammered,hammered,95,83,92,80,1.86,1.9823,0.99,1.9243 Heave,heave,186,83,70,47,3.65,2.2718,0.99,1.9243 Helm,helm,273,83,101,68,5.35,2.4378,0.99,1.9243 helmets,helmets,103,83,93,77,2.02,2.0170,0.99,1.9243 honourable,honourable,124,83,79,65,2.43,2.0969,0.99,1.9243 immortality,immortality,102,83,92,77,2.00,2.0128,0.99,1.9243 impotent,impotent,106,83,101,79,2.08,2.0294,0.99,1.9243 interstate,interstate,110,83,102,75,2.16,2.0453,0.99,1.9243 intimidate,intimidate,87,83,85,82,1.71,1.9445,0.99,1.9243 inventor,inventor,117,83,114,82,2.29,2.0719,0.99,1.9243 jars,jars,99,83,96,81,1.94,2.0000,0.99,1.9243 lakes,lakes,105,83,58,54,2.06,2.0253,0.99,1.9243 lawsuits,lawsuits,99,83,88,77,1.94,2.0000,0.99,1.9243 lest,lest,100,83,76,66,1.96,2.0043,0.99,1.9243 lumber,lumber,126,83,105,74,2.47,2.1038,0.99,1.9243 Marina,marina,240,83,95,53,4.71,2.3820,0.99,1.9243 Mayo,mayo,166,83,55,46,3.25,2.2227,0.99,1.9243 melancholy,melancholy,111,83,88,70,2.18,2.0492,0.99,1.9243 Midwest,midwest,94,83,7,6,1.84,1.9777,0.99,1.9243 mischief,mischief,107,83,86,78,2.10,2.0334,0.99,1.9243 modified,modified,100,83,96,79,1.96,2.0043,0.99,1.9243 mow,mow,117,83,104,75,2.29,2.0719,0.99,1.9243 mushroom,mushroom,109,83,95,77,2.14,2.0414,0.99,1.9243 mysteriously,mysteriously,87,83,86,82,1.71,1.9445,0.99,1.9243 nighttime,nighttime,105,83,93,74,2.06,2.0253,0.99,1.9243 numbered,numbered,92,83,92,83,1.80,1.9685,0.99,1.9243 oblivion,oblivion,101,83,83,72,1.98,2.0086,0.99,1.9243 outdoor,outdoor,93,83,87,78,1.82,1.9731,0.99,1.9243 outlet,outlet,102,83,93,78,2.00,2.0128,0.99,1.9243 parasite,parasite,126,83,115,78,2.47,2.1038,0.99,1.9243 patent,patent,126,83,117,79,2.47,2.1038,0.99,1.9243 plotting,plotting,90,83,81,75,1.76,1.9590,0.99,1.9243 poof,poof,110,83,78,66,2.16,2.0453,0.99,1.9243 poses,poses,91,83,88,80,1.78,1.9638,0.99,1.9243 protocols,protocols,135,83,131,81,2.65,2.1335,0.99,1.9243 Providence,providence,135,83,22,22,2.65,2.1335,0.99,1.9243 releases,releases,89,83,87,81,1.75,1.9542,0.99,1.9243 revive,revive,94,83,87,78,1.84,1.9777,0.99,1.9243 Rosemary,rosemary,252,83,27,27,4.94,2.4031,0.99,1.9243 sausages,sausages,130,83,106,77,2.55,2.1173,0.99,1.9243 scatter,scatter,124,83,71,64,2.43,2.0969,0.99,1.9243 skulls,skulls,124,83,97,75,2.43,2.0969,0.99,1.9243 smoker,smoker,116,83,113,81,2.27,2.0682,0.99,1.9243 smuggle,smuggle,102,83,102,83,2.00,2.0128,0.99,1.9243 speakers,speakers,100,83,97,80,1.96,2.0043,0.99,1.9243 speechless,speechless,89,83,83,78,1.75,1.9542,0.99,1.9243 spree,spree,109,83,98,80,2.14,2.0414,0.99,1.9243 teens,teens,99,83,92,77,1.94,2.0000,0.99,1.9243 temperatures,temperatures,100,83,92,76,1.96,2.0043,0.99,1.9243 Trump,trump,115,83,36,34,2.25,2.0645,0.99,1.9243 unsolved,unsolved,106,83,92,72,2.08,2.0294,0.99,1.9243 whatnot,whatnot,101,83,101,83,1.98,2.0086,0.99,1.9243 whiskers,whiskers,109,83,87,72,2.14,2.0414,0.99,1.9243 winding,winding,100,83,87,72,1.96,2.0043,0.99,1.9243 abstract,abstract,111,82,104,79,2.18,2.0492,0.98,1.9191 ample,ample,93,82,80,76,1.82,1.9731,0.98,1.9191 antidote,antidote,221,82,213,81,4.33,2.3464,0.98,1.9191 Ark,ark,199,82,46,42,3.90,2.3010,0.98,1.9191 arsenal,arsenal,102,82,95,75,2.00,2.0128,0.98,1.9191 Australian,australian,110,82,4,4,2.16,2.0453,0.98,1.9191 ballistics,ballistics,120,82,76,54,2.35,2.0828,0.98,1.9191 bankers,bankers,110,82,97,74,2.16,2.0453,0.98,1.9191 beginner,beginner,99,82,76,65,1.94,2.0000,0.98,1.9191 bimbo,bimbo,107,82,86,73,2.10,2.0334,0.98,1.9191 blackmailed,blackmailed,98,82,97,81,1.92,1.9956,0.98,1.9191 blasting,blasting,99,82,95,80,1.94,2.0000,0.98,1.9191 blinds,blinds,109,82,104,78,2.14,2.0414,0.98,1.9191 bolted,bolted,97,82,96,82,1.90,1.9912,0.98,1.9191 booster,booster,135,82,95,72,2.65,2.1335,0.98,1.9191 breathes,breathes,94,82,83,72,1.84,1.9777,0.98,1.9191 brochure,brochure,97,82,97,82,1.90,1.9912,0.98,1.9191 cameraman,cameraman,110,82,105,78,2.16,2.0453,0.98,1.9191 cashed,cashed,108,82,103,81,2.12,2.0374,0.98,1.9191 chant,chant,116,82,108,77,2.27,2.0682,0.98,1.9191 chapters,chapters,101,82,97,79,1.98,2.0086,0.98,1.9191 clutch,clutch,127,82,118,78,2.49,2.1072,0.98,1.9191 Colt,colt,267,82,80,34,5.24,2.4281,0.98,1.9191 conceited,conceited,94,82,87,77,1.84,1.9777,0.98,1.9191 crystals,crystals,125,82,121,81,2.45,2.1004,0.98,1.9191 deceiving,deceiving,89,82,84,79,1.75,1.9542,0.98,1.9191 degrading,degrading,87,82,82,78,1.71,1.9445,0.98,1.9191 depended,depended,88,82,87,81,1.73,1.9494,0.98,1.9191 detonator,detonator,121,82,117,81,2.37,2.0864,0.98,1.9191 disposed,disposed,88,82,87,81,1.73,1.9494,0.98,1.9191 dominate,dominate,95,82,87,76,1.86,1.9823,0.98,1.9191 Donny,donny,371,82,0,0,7.27,2.5705,0.98,1.9191 elves,elves,178,82,137,75,3.49,2.2529,0.98,1.9191 etc,etc,135,82,123,78,2.65,2.1335,0.98,1.9191 eternally,eternally,94,82,82,72,1.84,1.9777,0.98,1.9191 exhaust,exhaust,109,82,107,80,2.14,2.0414,0.98,1.9191 favours,favours,96,82,94,81,1.88,1.9868,0.98,1.9191 fender,fender,130,82,67,59,2.55,2.1173,0.98,1.9191 forks,forks,113,82,105,78,2.22,2.0569,0.98,1.9191 Fritz,fritz,237,82,30,28,4.65,2.3766,0.98,1.9191 gall,gall,101,82,92,77,1.98,2.0086,0.98,1.9191 genetically,genetically,91,82,78,70,1.78,1.9638,0.98,1.9191 Gilbert,gilbert,295,82,0,0,5.78,2.4713,0.98,1.9191 goodies,goodies,95,82,92,79,1.86,1.9823,0.98,1.9191 Gregory,gregory,276,82,1,1,5.41,2.4425,0.98,1.9191 hag,hag,91,82,85,78,1.78,1.9638,0.98,1.9191 Hercules,hercules,1285,82,1,1,25.20,3.1092,0.98,1.9191 hoax,hoax,123,82,122,82,2.41,2.0934,0.98,1.9191 Hola,hola,138,82,1,1,2.71,2.1430,0.98,1.9191 honk,honk,122,82,89,69,2.39,2.0899,0.98,1.9191 incorrect,incorrect,113,82,93,73,2.22,2.0569,0.98,1.9191 inhuman,inhuman,91,82,86,78,1.78,1.9638,0.98,1.9191 ironically,ironically,85,82,49,49,1.67,1.9345,0.98,1.9191 Ivy,ivy,172,82,73,52,3.37,2.2380,0.98,1.9191 manufacturer,manufacturer,91,82,91,82,1.78,1.9638,0.98,1.9191 meatball,meatball,132,82,109,71,2.59,2.1239,0.98,1.9191 Mediterranean,mediterranean,121,82,0,0,2.37,2.0864,0.98,1.9191 Memphis,memphis,252,82,0,0,4.94,2.4031,0.98,1.9191 mileage,mileage,101,82,99,81,1.98,2.0086,0.98,1.9191 moan,moan,96,82,90,79,1.88,1.9868,0.98,1.9191 monastery,monastery,189,82,177,80,3.71,2.2788,0.98,1.9191 Motors,motors,148,82,55,41,2.90,2.1732,0.98,1.9191 outlaw,outlaw,149,82,141,77,2.92,2.1761,0.98,1.9191 overweight,overweight,93,82,87,77,1.82,1.9731,0.98,1.9191 peers,peers,86,82,85,81,1.69,1.9395,0.98,1.9191 plugs,plugs,103,82,97,79,2.02,2.0170,0.98,1.9191 portfolio,portfolio,104,82,104,82,2.04,2.0212,0.98,1.9191 powdered,powdered,107,82,91,74,2.10,2.0334,0.98,1.9191 preach,preach,122,82,99,72,2.39,2.0899,0.98,1.9191 protesting,protesting,100,82,92,75,1.96,2.0043,0.98,1.9191 pulp,pulp,93,82,74,66,1.82,1.9731,0.98,1.9191 puncture,puncture,96,82,85,73,1.88,1.9868,0.98,1.9191 quadrant,quadrant,143,82,94,70,2.80,2.1584,0.98,1.9191 relish,relish,96,82,91,80,1.88,1.9868,0.98,1.9191 respectfully,respectfully,98,82,72,60,1.92,1.9956,0.98,1.9191 Rodney,rodney,324,82,2,2,6.35,2.5119,0.98,1.9191 roulette,roulette,126,82,115,72,2.47,2.1038,0.98,1.9191 scales,scales,103,82,100,79,2.02,2.0170,0.98,1.9191 scarce,scarce,87,82,86,81,1.71,1.9445,0.98,1.9191 seafood,seafood,103,82,95,77,2.02,2.0170,0.98,1.9191 Sears,sears,135,82,3,3,2.65,2.1335,0.98,1.9191 shadowy,shadowy,86,82,86,82,1.69,1.9395,0.98,1.9191 stability,stability,90,82,87,79,1.76,1.9590,0.98,1.9191 stairwell,stairwell,108,82,105,81,2.12,2.0374,0.98,1.9191 teamwork,teamwork,102,82,71,69,2.00,2.0128,0.98,1.9191 unmarried,unmarried,104,82,96,76,2.04,2.0212,0.98,1.9191 vending,vending,110,82,104,80,2.16,2.0453,0.98,1.9191 villagers,villagers,127,82,122,80,2.49,2.1072,0.98,1.9191 violations,violations,100,82,97,80,1.96,2.0043,0.98,1.9191 Warner,warner,272,82,0,0,5.33,2.4362,0.98,1.9191 abusive,abusive,83,81,81,79,1.63,1.9243,0.97,1.9138 accommodations,accommodations,85,81,83,79,1.67,1.9345,0.97,1.9138 administer,administer,85,81,81,78,1.67,1.9345,0.97,1.9138 aide,aide,103,81,87,70,2.02,2.0170,0.97,1.9138 antenna,antenna,122,81,113,78,2.39,2.0899,0.97,1.9138 archives,archives,129,81,116,72,2.53,2.1139,0.97,1.9138 auditioning,auditioning,98,81,95,78,1.92,1.9956,0.97,1.9138 blazing,blazing,93,81,86,75,1.82,1.9731,0.97,1.9138 bullshitting,bullshitting,90,81,87,79,1.76,1.9590,0.97,1.9138 Ca,ca,109,81,48,42,2.14,2.0414,0.97,1.9138 carton,carton,96,81,94,80,1.88,1.9868,0.97,1.9138 chaperone,chaperone,100,81,99,81,1.96,2.0043,0.97,1.9138 Charleston,charleston,204,81,2,1,4.00,2.3118,0.97,1.9138 companionship,companionship,96,81,90,77,1.88,1.9868,0.97,1.9138 decay,decay,105,81,98,75,2.06,2.0253,0.97,1.9138 demented,demented,91,81,84,77,1.78,1.9638,0.97,1.9138 demise,demise,87,81,87,81,1.71,1.9445,0.97,1.9138 demolition,demolition,144,81,106,64,2.82,2.1614,0.97,1.9138 detain,detain,93,81,83,75,1.82,1.9731,0.97,1.9138 developments,developments,86,81,84,79,1.69,1.9395,0.97,1.9138 disastrous,disastrous,85,81,83,80,1.67,1.9345,0.97,1.9138 drool,drool,110,81,89,80,2.16,2.0453,0.97,1.9138 Eisenhower,eisenhower,145,81,0,0,2.84,2.1644,0.97,1.9138 emerge,emerge,88,81,88,81,1.73,1.9494,0.97,1.9138 endanger,endanger,85,81,84,80,1.67,1.9345,0.97,1.9138 enforce,enforce,86,81,85,80,1.69,1.9395,0.97,1.9138 entrusted,entrusted,86,81,86,81,1.69,1.9395,0.97,1.9138 flashy,flashy,97,81,92,76,1.90,1.9912,0.97,1.9138 frown,frown,104,81,99,78,2.04,2.0212,0.97,1.9138 glitter,glitter,104,81,90,74,2.04,2.0212,0.97,1.9138 Goddammit,goddammit,157,81,55,35,3.08,2.1987,0.97,1.9138 grants,grants,95,81,85,76,1.86,1.9823,0.97,1.9138 hacking,hacking,85,81,77,73,1.67,1.9345,0.97,1.9138 harp,harp,134,81,105,68,2.63,2.1303,0.97,1.9138 Honolulu,honolulu,132,81,0,0,2.59,2.1239,0.97,1.9138 hopped,hopped,86,81,84,79,1.69,1.9395,0.97,1.9138 informal,informal,86,81,82,78,1.69,1.9395,0.97,1.9138 interrogate,interrogate,98,81,97,80,1.92,1.9956,0.97,1.9138 Lam,lam,175,81,66,56,3.43,2.2455,0.97,1.9138 majors,majors,162,81,82,59,3.18,2.2122,0.97,1.9138 markers,markers,120,81,114,77,2.35,2.0828,0.97,1.9138 menus,menus,100,81,92,78,1.96,2.0043,0.97,1.9138 millionaires,millionaires,90,81,82,76,1.76,1.9590,0.97,1.9138 misguided,misguided,85,81,82,79,1.67,1.9345,0.97,1.9138 moi,moi,100,81,76,60,1.96,2.0043,0.97,1.9138 muck,muck,97,81,92,79,1.90,1.9912,0.97,1.9138 narrowed,narrowed,83,81,80,79,1.63,1.9243,0.97,1.9138 observer,observer,188,81,152,73,3.69,2.2765,0.97,1.9138 obsolete,obsolete,98,81,94,79,1.92,1.9956,0.97,1.9138 perks,perks,90,81,87,78,1.76,1.9590,0.97,1.9138 photographic,photographic,97,81,85,70,1.90,1.9912,0.97,1.9138 Ping,ping,168,81,59,35,3.29,2.2279,0.97,1.9138 pizzas,pizzas,114,81,110,78,2.24,2.0607,0.97,1.9138 plantation,plantation,170,81,150,74,3.33,2.2330,0.97,1.9138 prestigious,prestigious,90,81,87,78,1.76,1.9590,0.97,1.9138 pretzels,pretzels,114,81,99,67,2.24,2.0607,0.97,1.9138 professors,professors,99,81,95,78,1.94,2.0000,0.97,1.9138 quantity,quantity,95,81,88,77,1.86,1.9823,0.97,1.9138 reacted,reacted,88,81,88,81,1.73,1.9494,0.97,1.9138 recreation,recreation,95,81,80,72,1.86,1.9823,0.97,1.9138 relive,relive,86,81,82,77,1.69,1.9395,0.97,1.9138 reunited,reunited,91,81,88,81,1.78,1.9638,0.97,1.9138 sidekick,sidekick,137,81,121,74,2.69,2.1399,0.97,1.9138 sponsored,sponsored,98,81,95,78,1.92,1.9956,0.97,1.9138 spoons,spoons,102,81,98,78,2.00,2.0128,0.97,1.9138 spun,spun,86,81,81,76,1.69,1.9395,0.97,1.9138 stings,stings,88,81,75,69,1.73,1.9494,0.97,1.9138 stunts,stunts,98,81,96,79,1.92,1.9956,0.97,1.9138 survives,survives,89,81,86,79,1.75,1.9542,0.97,1.9138 tagged,tagged,96,81,94,81,1.88,1.9868,0.97,1.9138 torpedo,torpedo,326,81,254,72,6.39,2.5145,0.97,1.9138 Truman,truman,203,81,0,0,3.98,2.3096,0.97,1.9138 ventilation,ventilation,110,81,99,76,2.16,2.0453,0.97,1.9138 withholding,withholding,96,81,86,72,1.88,1.9868,0.97,1.9138 workplace,workplace,124,81,122,79,2.43,2.0969,0.97,1.9138 wrinkle,wrinkle,96,81,92,79,1.88,1.9868,0.97,1.9138 youngsters,youngsters,88,81,84,78,1.73,1.9494,0.97,1.9138 advertise,advertise,84,80,82,79,1.65,1.9294,0.95,1.9085 blackmailing,blackmailing,102,80,98,77,2.00,2.0128,0.95,1.9085 bookie,bookie,130,80,124,77,2.55,2.1173,0.95,1.9085 bows,bows,89,80,87,78,1.75,1.9542,0.95,1.9085 buds,buds,90,80,80,73,1.76,1.9590,0.95,1.9085 cables,cables,110,80,104,77,2.16,2.0453,0.95,1.9085 caddy,caddy,145,80,78,33,2.84,2.1644,0.95,1.9085 ceremonies,ceremonies,98,80,96,78,1.92,1.9956,0.95,1.9085 cockpit,cockpit,164,80,152,76,3.22,2.2175,0.95,1.9085 confide,confide,97,80,95,78,1.90,1.9912,0.95,1.9085 considerably,considerably,83,80,82,79,1.63,1.9243,0.95,1.9085 constitutional,constitutional,112,80,91,74,2.20,2.0531,0.95,1.9085 consumer,consumer,106,80,89,72,2.08,2.0294,0.95,1.9085 Cove,cove,166,80,57,33,3.25,2.2227,0.95,1.9085 creativity,creativity,96,80,91,78,1.88,1.9868,0.95,1.9085 crock,crock,103,80,98,77,2.02,2.0170,0.95,1.9085 cubes,cubes,95,80,94,79,1.86,1.9823,0.95,1.9085 cursing,cursing,90,80,84,74,1.76,1.9590,0.95,1.9085 dangerously,dangerously,83,80,79,76,1.63,1.9243,0.95,1.9085 defenses,defenses,108,80,105,78,2.12,2.0374,0.95,1.9085 deluxe,deluxe,98,80,75,63,1.92,1.9956,0.95,1.9085 departments,departments,84,80,81,77,1.65,1.9294,0.95,1.9085 deployed,deployed,88,80,88,80,1.73,1.9494,0.95,1.9085 diabetic,diabetic,113,80,105,77,2.22,2.0569,0.95,1.9085 disgraceful,disgraceful,93,80,82,71,1.82,1.9731,0.95,1.9085 distinguish,distinguish,91,80,86,77,1.78,1.9638,0.95,1.9085 distorted,distorted,103,80,85,72,2.02,2.0170,0.95,1.9085 downs,downs,92,80,71,67,1.80,1.9685,0.95,1.9085 Eagles,eagles,190,80,64,40,3.73,2.2810,0.95,1.9085 examiner,examiner,130,80,102,70,2.55,2.1173,0.95,1.9085 explanations,explanations,88,80,81,76,1.73,1.9494,0.95,1.9085 eyeball,eyeball,94,80,89,76,1.84,1.9777,0.95,1.9085 foolproof,foolproof,94,80,81,73,1.84,1.9777,0.95,1.9085 fraternity,fraternity,171,80,151,74,3.35,2.2355,0.95,1.9085 geeks,geeks,116,80,106,73,2.27,2.0682,0.95,1.9085 git,git,101,80,68,55,1.98,2.0086,0.95,1.9085 heavyweight,heavyweight,178,80,162,73,3.49,2.2529,0.95,1.9085 iceberg,iceberg,92,80,87,76,1.80,1.9685,0.95,1.9085 lesbians,lesbians,138,80,119,73,2.71,2.1430,0.95,1.9085 liberated,liberated,94,80,92,78,1.84,1.9777,0.95,1.9085 livestock,livestock,102,80,93,77,2.00,2.0128,0.95,1.9085 lumps,lumps,88,80,86,78,1.73,1.9494,0.95,1.9085 mantle,mantle,110,80,67,56,2.16,2.0453,0.95,1.9085 manuscript,manuscript,137,80,131,76,2.69,2.1399,0.95,1.9085 markings,markings,92,80,92,80,1.80,1.9685,0.95,1.9085 mouthful,mouthful,86,80,85,79,1.69,1.9395,0.95,1.9085 multiply,multiply,99,80,78,66,1.94,2.0000,0.95,1.9085 Nasa,nasa,148,80,2,2,2.90,2.1732,0.95,1.9085 Naw,naw,106,80,9,9,2.08,2.0294,0.95,1.9085 nostrils,nostrils,82,80,80,78,1.61,1.9191,0.95,1.9085 proceeds,proceeds,86,80,84,78,1.69,1.9395,0.95,1.9085 resisted,resisted,86,80,85,79,1.69,1.9395,0.95,1.9085 riddance,riddance,88,80,88,80,1.73,1.9494,0.95,1.9085 schoolteacher,schoolteacher,176,80,162,77,3.45,2.2480,0.95,1.9085 screens,screens,93,80,91,78,1.82,1.9731,0.95,1.9085 sewed,sewed,87,80,83,77,1.71,1.9445,0.95,1.9085 Shanghai,shanghai,252,80,6,5,4.94,2.4031,0.95,1.9085 siblings,siblings,100,80,92,74,1.96,2.0043,0.95,1.9085 Singapore,singapore,176,80,0,0,3.45,2.2480,0.95,1.9085 slamming,slamming,84,80,72,69,1.65,1.9294,0.95,1.9085 sodium,sodium,126,80,87,59,2.47,2.1038,0.95,1.9085 sow,sow,98,80,84,75,1.92,1.9956,0.95,1.9085 spouse,spouse,97,80,96,79,1.90,1.9912,0.95,1.9085 stump,stump,125,80,92,75,2.45,2.1004,0.95,1.9085 styles,styles,136,80,83,71,2.67,2.1367,0.95,1.9085 suffice,suffice,84,80,50,50,1.65,1.9294,0.95,1.9085 taps,taps,130,80,117,73,2.55,2.1173,0.95,1.9085 tremble,tremble,114,80,97,77,2.24,2.0607,0.95,1.9085 unworthy,unworthy,97,80,91,75,1.90,1.9912,0.95,1.9085 valued,valued,95,80,92,79,1.86,1.9823,0.95,1.9085 vine,vine,107,80,78,62,2.10,2.0334,0.95,1.9085 washer,washer,104,80,100,79,2.04,2.0212,0.95,1.9085 whine,whine,83,80,81,79,1.63,1.9243,0.95,1.9085 witchcraft,witchcraft,140,80,113,67,2.75,2.1492,0.95,1.9085 abandoning,abandoning,86,79,84,77,1.69,1.9395,0.94,1.9031 addicts,addicts,106,79,96,74,2.08,2.0294,0.94,1.9031 arse,arse,191,79,188,77,3.75,2.2833,0.94,1.9031 arthritis,arthritis,99,79,87,72,1.94,2.0000,0.94,1.9031 assess,assess,83,79,73,71,1.63,1.9243,0.94,1.9031 auxiliary,auxiliary,109,79,79,60,2.14,2.0414,0.94,1.9031 badges,badges,102,79,94,75,2.00,2.0128,0.94,1.9031 bargaining,bargaining,106,79,94,74,2.08,2.0294,0.94,1.9031 biggie,biggie,105,79,82,68,2.06,2.0253,0.94,1.9031 bloated,bloated,86,79,84,78,1.69,1.9395,0.94,1.9031 bong,bong,142,79,95,64,2.78,2.1553,0.94,1.9031 bowels,bowels,87,79,85,77,1.71,1.9445,0.94,1.9031 calmed,calmed,85,79,85,79,1.67,1.9345,0.94,1.9031 capturing,capturing,89,79,76,66,1.75,1.9542,0.94,1.9031 caterer,caterer,106,79,103,79,2.08,2.0294,0.94,1.9031 cherries,cherries,100,79,92,75,1.96,2.0043,0.94,1.9031 clapping,clapping,104,79,92,70,2.04,2.0212,0.94,1.9031 cockroaches,cockroaches,143,79,126,71,2.80,2.1584,0.94,1.9031 coffees,coffees,96,79,96,79,1.88,1.9868,0.94,1.9031 consulted,consulted,86,79,86,79,1.69,1.9395,0.94,1.9031 crossroads,crossroads,109,79,97,72,2.14,2.0414,0.94,1.9031 darlings,darlings,115,79,103,74,2.25,2.0645,0.94,1.9031 Derby,derby,112,79,53,39,2.20,2.0531,0.94,1.9031 Des,des,202,79,78,38,3.96,2.3075,0.94,1.9031 descended,descended,92,79,89,76,1.80,1.9685,0.94,1.9031 Dickens,dickens,107,79,38,34,2.10,2.0334,0.94,1.9031 diplomat,diplomat,109,79,99,77,2.14,2.0414,0.94,1.9031 disability,disability,101,79,98,78,1.98,2.0086,0.94,1.9031 discouraged,discouraged,81,79,80,78,1.59,1.9138,0.94,1.9031 disgusted,disgusted,90,79,88,77,1.76,1.9590,0.94,1.9031 distractions,distractions,87,79,85,78,1.71,1.9445,0.94,1.9031 emptiness,emptiness,92,79,91,78,1.80,1.9685,0.94,1.9031 floss,floss,100,79,82,73,1.96,2.0043,0.94,1.9031 francs,francs,261,79,256,77,5.12,2.4183,0.94,1.9031 Gandhi,gandhi,104,79,1,1,2.04,2.0212,0.94,1.9031 gums,gums,96,79,93,77,1.88,1.9868,0.94,1.9031 Hartford,hartford,158,79,4,3,3.10,2.2014,0.94,1.9031 haste,haste,106,79,103,77,2.08,2.0294,0.94,1.9031 heed,heed,92,79,74,66,1.80,1.9685,0.94,1.9031 Herald,herald,132,79,46,23,2.59,2.1239,0.94,1.9031 hollering,hollering,89,79,89,79,1.75,1.9542,0.94,1.9031 horseback,horseback,95,79,87,76,1.86,1.9823,0.94,1.9031 hosts,hosts,96,79,93,76,1.88,1.9868,0.94,1.9031 Hyde,hyde,289,79,6,3,5.67,2.4624,0.94,1.9031 hydrogen,hydrogen,136,79,122,73,2.67,2.1367,0.94,1.9031 implant,implant,109,79,106,79,2.14,2.0414,0.94,1.9031 Indians,indians,146,79,29,12,2.86,2.1673,0.94,1.9031 indicted,indicted,96,79,93,77,1.88,1.9868,0.94,1.9031 indigestion,indigestion,95,79,87,72,1.86,1.9823,0.94,1.9031 joins,joins,84,79,82,77,1.65,1.9294,0.94,1.9031 knit,knit,97,79,85,74,1.90,1.9912,0.94,1.9031 knitting,knitting,115,79,106,76,2.25,2.0645,0.94,1.9031 leaned,leaned,87,79,85,78,1.71,1.9445,0.94,1.9031 loco,loco,101,79,72,61,1.98,2.0086,0.94,1.9031 lunatics,lunatics,90,79,88,77,1.76,1.9590,0.94,1.9031 maze,maze,130,79,106,71,2.55,2.1173,0.94,1.9031 modesty,modesty,90,79,70,63,1.76,1.9590,0.94,1.9031 nasal,nasal,106,79,95,72,2.08,2.0294,0.94,1.9031 neglect,neglect,86,79,83,77,1.69,1.9395,0.94,1.9031 notions,notions,83,79,74,73,1.63,1.9243,0.94,1.9031 Omaha,omaha,176,79,0,0,3.45,2.2480,0.94,1.9031 oneself,oneself,109,79,109,79,2.14,2.0414,0.94,1.9031 outgoing,outgoing,90,79,80,70,1.76,1.9590,0.94,1.9031 painkillers,painkillers,89,79,80,71,1.75,1.9542,0.94,1.9031 Panama,panama,229,79,2,2,4.49,2.3617,0.94,1.9031 paralysis,paralysis,100,79,93,76,1.96,2.0043,0.94,1.9031 patrols,patrols,101,79,99,78,1.98,2.0086,0.94,1.9031 penicillin,penicillin,125,79,108,70,2.45,2.1004,0.94,1.9031 peril,peril,98,79,87,74,1.92,1.9956,0.94,1.9031 Pike,pike,234,79,41,37,4.59,2.3711,0.94,1.9031 plastered,plastered,93,79,91,77,1.82,1.9731,0.94,1.9031 poll,poll,127,79,112,70,2.49,2.1072,0.94,1.9031 posture,posture,88,79,86,78,1.73,1.9494,0.94,1.9031 puffs,puffs,128,79,86,54,2.51,2.1106,0.94,1.9031 rearrange,rearrange,88,79,85,77,1.73,1.9494,0.94,1.9031 reasoning,reasoning,93,79,92,78,1.82,1.9731,0.94,1.9031 reef,reef,204,79,151,62,4.00,2.3118,0.94,1.9031 resulting,resulting,80,79,77,76,1.57,1.9085,0.94,1.9031 Ritz,ritz,134,79,5,3,2.63,2.1303,0.94,1.9031 saddest,saddest,86,79,83,77,1.69,1.9395,0.94,1.9031 shreds,shreds,89,79,88,78,1.75,1.9542,0.94,1.9031 softer,softer,87,79,80,75,1.71,1.9445,0.94,1.9031 stalk,stalk,86,79,81,75,1.69,1.9395,0.94,1.9031 straws,straws,107,79,104,78,2.10,2.0334,0.94,1.9031 summit,summit,170,79,118,66,3.33,2.2330,0.94,1.9031 swiftly,swiftly,83,79,78,75,1.63,1.9243,0.94,1.9031 thrive,thrive,89,79,88,79,1.75,1.9542,0.94,1.9031 trend,trend,106,79,84,76,2.08,2.0294,0.94,1.9031 tug,tug,140,79,82,69,2.75,2.1492,0.94,1.9031 tyrant,tyrant,98,79,95,78,1.92,1.9956,0.94,1.9031 vowed,vowed,83,79,83,79,1.63,1.9243,0.94,1.9031 apt,apt,89,78,83,73,1.75,1.9542,0.93,1.8976 backbone,backbone,84,78,82,76,1.65,1.9294,0.93,1.8976 Baton,baton,145,78,56,46,2.84,2.1644,0.93,1.8976 biz,biz,95,78,86,74,1.86,1.9823,0.93,1.8976 boils,boils,102,78,86,76,2.00,2.0128,0.93,1.8976 bravest,bravest,87,78,86,77,1.71,1.9445,0.93,1.8976 brow,brow,94,78,94,78,1.84,1.9777,0.93,1.8976 buzzard,buzzard,93,78,81,71,1.82,1.9731,0.93,1.8976 casing,casing,96,78,90,75,1.88,1.9868,0.93,1.8976 consulate,consulate,249,78,187,62,4.88,2.3979,0.93,1.8976 cuter,cuter,99,78,94,77,1.94,2.0000,0.93,1.8976 damaging,damaging,81,78,81,78,1.59,1.9138,0.93,1.8976 decipher,decipher,87,78,83,75,1.71,1.9445,0.93,1.8976 defined,defined,88,78,87,77,1.73,1.9494,0.93,1.8976 dependable,dependable,85,78,76,72,1.67,1.9345,0.93,1.8976 diesel,diesel,135,78,75,55,2.65,2.1335,0.93,1.8976 disciplined,disciplined,88,78,85,75,1.73,1.9494,0.93,1.8976 dissolve,dissolve,95,78,92,76,1.86,1.9823,0.93,1.8976 elections,elections,123,78,108,71,2.41,2.0934,0.93,1.8976 espresso,espresso,105,78,97,75,2.06,2.0253,0.93,1.8976 Ethel,ethel,251,78,1,1,4.92,2.4014,0.93,1.8976 fanatic,fanatic,84,78,81,76,1.65,1.9294,0.93,1.8976 feeble,feeble,86,78,81,76,1.69,1.9395,0.93,1.8976 flunked,flunked,90,78,83,75,1.76,1.9590,0.93,1.8976 Foxy,foxy,156,78,50,46,3.06,2.1959,0.93,1.8976 fragment,fragment,96,78,94,76,1.88,1.9868,0.93,1.8976 funk,funk,161,78,129,69,3.16,2.2095,0.93,1.8976 gestures,gestures,96,78,87,76,1.88,1.9868,0.93,1.8976 Hardy,hardy,188,78,16,16,3.69,2.2765,0.93,1.8976 Hare,hare,195,78,23,17,3.82,2.2923,0.93,1.8976 homeboy,homeboy,124,78,95,65,2.43,2.0969,0.93,1.8976 horrors,horrors,99,78,71,67,1.94,2.0000,0.93,1.8976 hovering,hovering,103,78,86,72,2.02,2.0170,0.93,1.8976 imitate,imitate,92,78,89,77,1.80,1.9685,0.93,1.8976 inconvenient,inconvenient,83,78,81,78,1.63,1.9243,0.93,1.8976 inmate,inmate,137,78,124,72,2.69,2.1399,0.93,1.8976 insisting,insisting,83,78,79,76,1.63,1.9243,0.93,1.8976 interfered,interfered,81,78,81,78,1.59,1.9138,0.93,1.8976 invading,invading,86,78,84,76,1.69,1.9395,0.93,1.8976 investing,investing,88,78,85,77,1.73,1.9494,0.93,1.8976 lamps,lamps,104,78,102,77,2.04,2.0212,0.93,1.8976 largely,largely,84,78,78,72,1.65,1.9294,0.93,1.8976 managers,managers,115,78,104,72,2.25,2.0645,0.93,1.8976 Matrix,matrix,194,78,64,49,3.80,2.2900,0.93,1.8976 moans,moans,107,78,79,61,2.10,2.0334,0.93,1.8976 momentum,momentum,87,78,81,75,1.71,1.9445,0.93,1.8976 Moss,moss,145,78,65,43,2.84,2.1644,0.93,1.8976 Newton,newton,191,78,5,2,3.75,2.2833,0.93,1.8976 nightgown,nightgown,100,78,100,78,1.96,2.0043,0.93,1.8976 opponents,opponents,91,78,91,78,1.78,1.9638,0.93,1.8976 pineapple,pineapple,130,78,103,72,2.55,2.1173,0.93,1.8976 praised,praised,87,78,84,76,1.71,1.9445,0.93,1.8976 prejudiced,prejudiced,95,78,94,78,1.86,1.9823,0.93,1.8976 projection,projection,107,78,98,73,2.10,2.0334,0.93,1.8976 refreshments,refreshments,83,78,73,68,1.63,1.9243,0.93,1.8976 remarried,remarried,90,78,88,76,1.76,1.9590,0.93,1.8976 rewarding,rewarding,85,78,83,78,1.67,1.9345,0.93,1.8976 righteousness,righteousness,89,78,85,75,1.75,1.9542,0.93,1.8976 rotate,rotate,98,78,73,61,1.92,1.9956,0.93,1.8976 scooter,scooter,139,78,73,50,2.73,2.1461,0.93,1.8976 scumbags,scumbags,85,78,78,73,1.67,1.9345,0.93,1.8976 shifting,shifting,89,78,81,73,1.75,1.9542,0.93,1.8976 slugs,slugs,92,78,86,74,1.80,1.9685,0.93,1.8976 sprayed,sprayed,90,78,89,77,1.76,1.9590,0.93,1.8976 stealth,stealth,142,78,80,53,2.78,2.1553,0.93,1.8976 steward,steward,140,78,89,59,2.75,2.1492,0.93,1.8976 sums,sums,88,78,83,75,1.73,1.9494,0.93,1.8976 superstition,superstition,105,78,89,73,2.06,2.0253,0.93,1.8976 swamped,swamped,81,78,80,77,1.59,1.9138,0.93,1.8976 sweatshirt,sweatshirt,120,78,117,76,2.35,2.0828,0.93,1.8976 taxpayers,taxpayers,84,78,81,76,1.65,1.9294,0.93,1.8976 thermometer,thermometer,112,78,105,74,2.20,2.0531,0.93,1.8976 tights,tights,135,78,129,76,2.65,2.1335,0.93,1.8976 tile,tile,108,78,105,78,2.12,2.0374,0.93,1.8976 tox,tox,144,78,105,68,2.82,2.1614,0.93,1.8976 unexpectedly,unexpectedly,90,78,84,74,1.76,1.9590,0.93,1.8976 unhealthy,unhealthy,83,78,80,76,1.63,1.9243,0.93,1.8976 Wang,wang,376,78,21,14,7.37,2.5763,0.93,1.8976 Wham,wham,98,78,44,42,1.92,1.9956,0.93,1.8976 wholesale,wholesale,85,78,70,66,1.67,1.9345,0.93,1.8976 wisely,wisely,81,78,79,76,1.59,1.9138,0.93,1.8976 wrinkled,wrinkled,86,78,82,77,1.69,1.9395,0.93,1.8976 zap,zap,125,78,76,59,2.45,2.1004,0.93,1.8976 Apollo,apollo,360,77,0,0,7.06,2.5575,0.92,1.8921 astonishing,astonishing,87,77,75,66,1.71,1.9445,0.92,1.8921 Atm,atm,142,77,2,2,2.78,2.1553,0.92,1.8921 ballpark,ballpark,89,77,77,70,1.75,1.9542,0.92,1.8921 bio,bio,88,77,73,64,1.73,1.9494,0.92,1.8921 blaze,blaze,107,77,88,72,2.10,2.0334,0.92,1.8921 bodyguards,bodyguards,124,77,115,76,2.43,2.0969,0.92,1.8921 bridesmaid,bridesmaid,125,77,122,76,2.45,2.1004,0.92,1.8921 camouflage,camouflage,94,77,76,64,1.84,1.9777,0.92,1.8921 climax,climax,99,77,85,70,1.94,2.0000,0.92,1.8921 complimentary,complimentary,96,77,89,73,1.88,1.9868,0.92,1.8921 conquest,conquest,96,77,90,72,1.88,1.9868,0.92,1.8921 constructed,constructed,88,77,86,75,1.73,1.9494,0.92,1.8921 convoy,convoy,181,77,160,72,3.55,2.2601,0.92,1.8921 Cosmo,cosmo,122,77,4,4,2.39,2.0899,0.92,1.8921 descend,descend,98,77,90,72,1.92,1.9956,0.92,1.8921 devious,devious,89,77,81,72,1.75,1.9542,0.92,1.8921 dinnertime,dinnertime,91,77,67,58,1.78,1.9638,0.92,1.8921 disc,disc,131,77,122,73,2.57,2.1206,0.92,1.8921 disgraced,disgraced,83,77,79,74,1.63,1.9243,0.92,1.8921 disobeyed,disobeyed,91,77,88,75,1.78,1.9638,0.92,1.8921 dodging,dodging,82,77,78,74,1.61,1.9191,0.92,1.8921 doses,doses,85,77,84,77,1.67,1.9345,0.92,1.8921 doubtful,doubtful,83,77,63,59,1.63,1.9243,0.92,1.8921 errors,errors,87,77,85,76,1.71,1.9445,0.92,1.8921 escorted,escorted,83,77,81,76,1.63,1.9243,0.92,1.8921 evasive,evasive,92,77,72,61,1.80,1.9685,0.92,1.8921 frontal,frontal,96,77,87,71,1.88,1.9868,0.92,1.8921 fungus,fungus,112,77,100,71,2.20,2.0531,0.92,1.8921 giggle,giggle,87,77,85,75,1.71,1.9445,0.92,1.8921 glitch,glitch,103,77,102,76,2.02,2.0170,0.92,1.8921 goggles,goggles,107,77,95,69,2.10,2.0334,0.92,1.8921 Greeks,greeks,147,77,4,2,2.88,2.1703,0.92,1.8921 heartbreak,heartbreak,112,77,71,60,2.20,2.0531,0.92,1.8921 hee,hee,277,77,157,53,5.43,2.4440,0.92,1.8921 Hugh,hugh,316,77,6,2,6.20,2.5011,0.92,1.8921 imprisonment,imprisonment,93,77,93,77,1.82,1.9731,0.92,1.8921 infiltrate,infiltrate,85,77,82,75,1.67,1.9345,0.92,1.8921 intro,intro,102,77,90,68,2.00,2.0128,0.92,1.8921 irons,irons,95,77,93,75,1.86,1.9823,0.92,1.8921 Johns,johns,96,77,40,32,1.88,1.9868,0.92,1.8921 junkies,junkies,106,77,95,71,2.08,2.0294,0.92,1.8921 landlady,landlady,106,77,104,75,2.08,2.0294,0.92,1.8921 lanes,lanes,98,77,83,64,1.92,1.9956,0.92,1.8921 lawful,lawful,111,77,110,76,2.18,2.0492,0.92,1.8921 maggots,maggots,106,77,97,73,2.08,2.0294,0.92,1.8921 Manning,manning,222,77,16,16,4.35,2.3483,0.92,1.8921 Meow,meow,150,77,55,30,2.94,2.1790,0.92,1.8921 messin,messin,101,77,97,75,1.98,2.0086,0.92,1.8921 Mildred,mildred,280,77,3,2,5.49,2.4487,0.92,1.8921 mink,mink,189,77,123,70,3.71,2.2788,0.92,1.8921 Moe,moe,366,77,20,10,7.18,2.5647,0.92,1.8921 moist,moist,92,77,78,67,1.80,1.9685,0.92,1.8921 networks,networks,108,77,96,70,2.12,2.0374,0.92,1.8921 nightcap,nightcap,90,77,86,73,1.76,1.9590,0.92,1.8921 obedient,obedient,100,77,95,74,1.96,2.0043,0.92,1.8921 orgy,orgy,87,77,80,74,1.71,1.9445,0.92,1.8921 perp,perp,111,77,95,67,2.18,2.0492,0.92,1.8921 pollution,pollution,97,77,85,69,1.90,1.9912,0.92,1.8921 psychiatry,psychiatry,107,77,85,63,2.10,2.0334,0.92,1.8921 publication,publication,90,77,88,75,1.76,1.9590,0.92,1.8921 quart,quart,106,77,100,74,2.08,2.0294,0.92,1.8921 Randall,randall,301,77,4,1,5.90,2.4800,0.92,1.8921 receptionist,receptionist,97,77,93,73,1.90,1.9912,0.92,1.8921 repent,repent,123,77,90,66,2.41,2.0934,0.92,1.8921 rephrase,rephrase,84,77,78,73,1.65,1.9294,0.92,1.8921 resource,resource,83,77,76,71,1.63,1.9243,0.92,1.8921 riders,riders,158,77,108,53,3.10,2.2014,0.92,1.8921 rites,rites,95,77,88,71,1.86,1.9823,0.92,1.8921 roadblock,roadblock,101,77,91,71,1.98,2.0086,0.92,1.8921 rounded,rounded,83,77,82,76,1.63,1.9243,0.92,1.8921 runners,runners,106,77,86,66,2.08,2.0294,0.92,1.8921 salami,salami,114,77,104,69,2.24,2.0607,0.92,1.8921 sensor,sensor,115,77,107,72,2.25,2.0645,0.92,1.8921 sentiments,sentiments,81,77,79,76,1.59,1.9138,0.92,1.8921 shabby,shabby,87,77,81,72,1.71,1.9445,0.92,1.8921 sighing,sighing,106,77,91,64,2.08,2.0294,0.92,1.8921 simmer,simmer,87,77,46,43,1.71,1.9445,0.92,1.8921 slid,slid,94,77,90,74,1.84,1.9777,0.92,1.8921 snapping,snapping,86,77,75,68,1.69,1.9395,0.92,1.8921 spoiling,spoiling,80,77,77,74,1.57,1.9085,0.92,1.8921 staggering,staggering,81,77,74,72,1.59,1.9138,0.92,1.8921 swiped,swiped,84,77,80,73,1.65,1.9294,0.92,1.8921 sympathize,sympathize,79,77,79,77,1.55,1.9031,0.92,1.8921 syringe,syringe,99,77,94,74,1.94,2.0000,0.92,1.8921 te,te,150,77,95,61,2.94,2.1790,0.92,1.8921 thermal,thermal,112,77,97,70,2.20,2.0531,0.92,1.8921 tightly,tightly,85,77,82,74,1.67,1.9345,0.92,1.8921 tracing,tracing,86,77,80,74,1.69,1.9395,0.92,1.8921 traction,traction,96,77,89,75,1.88,1.9868,0.92,1.8921 transformation,transformation,101,77,92,74,1.98,2.0086,0.92,1.8921 translator,translator,115,77,106,71,2.25,2.0645,0.92,1.8921 trot,trot,92,77,67,63,1.80,1.9685,0.92,1.8921 turnout,turnout,84,77,83,76,1.65,1.9294,0.92,1.8921 typed,typed,90,77,89,77,1.76,1.9590,0.92,1.8921 versa,versa,84,77,76,72,1.65,1.9294,0.92,1.8921 Vin,vin,156,77,31,25,3.06,2.1959,0.92,1.8921 wad,wad,89,77,80,72,1.75,1.9542,0.92,1.8921 Walsh,walsh,251,77,0,0,4.92,2.4014,0.92,1.8921 Winters,winters,144,77,54,46,2.82,2.1614,0.92,1.8921 withstand,withstand,83,77,83,77,1.63,1.9243,0.92,1.8921 Zeus,zeus,311,77,0,0,6.10,2.4942,0.92,1.8921 Alrighty,alrighty,83,76,6,6,1.63,1.9243,0.91,1.8865 Andre,andre,337,76,0,0,6.61,2.5289,0.91,1.8865 baboon,baboon,87,76,80,71,1.71,1.9445,0.91,1.8865 bloodstream,bloodstream,88,76,88,76,1.73,1.9494,0.91,1.8865 canoe,canoe,182,76,150,70,3.57,2.2625,0.91,1.8865 Capitol,capitol,122,76,48,30,2.39,2.0899,0.91,1.8865 checkers,checkers,96,76,87,70,1.88,1.9868,0.91,1.8865 coloring,coloring,92,76,88,73,1.80,1.9685,0.91,1.8865 correspondent,correspondent,110,76,95,72,2.16,2.0453,0.91,1.8865 cot,cot,102,76,97,73,2.00,2.0128,0.91,1.8865 coupons,coupons,113,76,106,74,2.22,2.0569,0.91,1.8865 detonate,detonate,106,76,102,74,2.08,2.0294,0.91,1.8865 disagreement,disagreement,78,76,75,74,1.53,1.8976,0.91,1.8865 dishwasher,dishwasher,103,76,99,75,2.02,2.0170,0.91,1.8865 dispatched,dispatched,81,76,81,76,1.59,1.9138,0.91,1.8865 Eleanor,eleanor,353,76,2,1,6.92,2.5490,0.91,1.8865 elf,elf,193,76,158,67,3.78,2.2878,0.91,1.8865 email,email,106,76,99,73,2.08,2.0294,0.91,1.8865 engraved,engraved,85,76,81,73,1.67,1.9345,0.91,1.8865 Enterprises,enterprises,110,76,28,26,2.16,2.0453,0.91,1.8865 esteem,esteem,86,76,83,75,1.69,1.9395,0.91,1.8865 fallout,fallout,111,76,93,71,2.18,2.0492,0.91,1.8865 featuring,featuring,83,76,69,63,1.63,1.9243,0.91,1.8865 foe,foe,94,76,91,75,1.84,1.9777,0.91,1.8865 frequencies,frequencies,95,76,93,75,1.86,1.9823,0.91,1.8865 gateway,gateway,101,76,82,67,1.98,2.0086,0.91,1.8865 gibberish,gibberish,95,76,89,72,1.86,1.9823,0.91,1.8865 headlights,headlights,96,76,92,72,1.88,1.9868,0.91,1.8865 helper,helper,103,76,87,67,2.02,2.0170,0.91,1.8865 Herbert,herbert,215,76,0,0,4.22,2.3345,0.91,1.8865 highlights,highlights,88,76,74,67,1.73,1.9494,0.91,1.8865 hires,hires,82,76,77,71,1.61,1.9191,0.91,1.8865 humping,humping,103,76,94,73,2.02,2.0170,0.91,1.8865 hypothetically,hypothetically,108,76,75,54,2.12,2.0374,0.91,1.8865 identities,identities,89,76,88,76,1.75,1.9542,0.91,1.8865 Illinois,illinois,90,76,1,1,1.76,1.9590,0.91,1.8865 imitating,imitating,92,76,80,65,1.80,1.9685,0.91,1.8865 inability,inability,81,76,80,75,1.59,1.9138,0.91,1.8865 instruct,instruct,85,76,75,67,1.67,1.9345,0.91,1.8865 Joel,joel,396,76,0,0,7.76,2.5988,0.91,1.8865 Kane,kane,525,76,2,2,10.29,2.7210,0.91,1.8865 kite,kite,117,76,113,72,2.29,2.0719,0.91,1.8865 Lizzie,lizzie,386,76,3,2,7.57,2.5877,0.91,1.8865 malicious,malicious,80,76,71,67,1.57,1.9085,0.91,1.8865 manages,manages,80,76,76,73,1.57,1.9085,0.91,1.8865 Maxwell,maxwell,257,76,0,0,5.04,2.4116,0.91,1.8865 meth,meth,120,76,111,71,2.35,2.0828,0.91,1.8865 mockery,mockery,94,76,92,75,1.84,1.9777,0.91,1.8865 momentarily,momentarily,81,76,78,73,1.59,1.9138,0.91,1.8865 mutant,mutant,183,76,144,68,3.59,2.2648,0.91,1.8865 Nay,nay,172,76,66,47,3.37,2.2380,0.91,1.8865 neon,neon,146,76,89,65,2.86,2.1673,0.91,1.8865 pelvis,pelvis,103,76,96,69,2.02,2.0170,0.91,1.8865 peppers,peppers,107,76,95,66,2.10,2.0334,0.91,1.8865 pilgrim,pilgrim,188,76,107,49,3.69,2.2765,0.91,1.8865 proximity,proximity,84,76,81,73,1.65,1.9294,0.91,1.8865 quota,quota,95,76,95,76,1.86,1.9823,0.91,1.8865 raisins,raisins,111,76,98,66,2.18,2.0492,0.91,1.8865 repressed,repressed,94,76,79,70,1.84,1.9777,0.91,1.8865 rightfully,rightfully,85,76,84,75,1.67,1.9345,0.91,1.8865 rumbling,rumbling,129,76,100,59,2.53,2.1139,0.91,1.8865 Saturdays,saturdays,79,76,1,1,1.55,1.9031,0.91,1.8865 Shucks,shucks,87,76,36,33,1.71,1.9445,0.91,1.8865 sinks,sinks,87,76,87,76,1.71,1.9445,0.91,1.8865 sitter,sitter,80,76,78,74,1.57,1.9085,0.91,1.8865 smacked,smacked,86,76,85,75,1.69,1.9395,0.91,1.8865 snipers,snipers,113,76,90,65,2.22,2.0569,0.91,1.8865 socket,socket,82,76,80,74,1.61,1.9191,0.91,1.8865 specialists,specialists,87,76,84,74,1.71,1.9445,0.91,1.8865 specs,specs,106,76,88,71,2.08,2.0294,0.91,1.8865 Stella,stella,476,76,0,0,9.33,2.6785,0.91,1.8865 strengthen,strengthen,82,76,72,68,1.61,1.9191,0.91,1.8865 supplier,supplier,99,76,99,76,1.94,2.0000,0.91,1.8865 timed,timed,82,76,75,71,1.61,1.9191,0.91,1.8865 tornado,tornado,130,76,106,66,2.55,2.1173,0.91,1.8865 torso,torso,94,76,83,70,1.84,1.9777,0.91,1.8865 Tucker,tucker,366,76,5,5,7.18,2.5647,0.91,1.8865 twinkle,twinkle,157,76,97,66,3.08,2.1987,0.91,1.8865 Vera,vera,283,76,14,7,5.55,2.4533,0.91,1.8865 vibrations,vibrations,103,76,93,72,2.02,2.0170,0.91,1.8865 voters,voters,106,76,88,64,2.08,2.0294,0.91,1.8865 accomplishments,accomplishments,81,75,80,75,1.59,1.9138,0.89,1.8808 amaze,amaze,82,75,76,71,1.61,1.9191,0.89,1.8808 arteries,arteries,86,75,84,74,1.69,1.9395,0.89,1.8808 assisting,assisting,81,75,78,73,1.59,1.9138,0.89,1.8808 Baptist,baptist,118,75,5,4,2.31,2.0755,0.89,1.8808 Bender,bender,211,75,55,49,4.14,2.3263,0.89,1.8808 blindfold,blindfold,88,75,84,71,1.73,1.9494,0.89,1.8808 borderline,borderline,81,75,73,70,1.59,1.9138,0.89,1.8808 bravely,bravely,78,75,75,72,1.53,1.8976,0.89,1.8808 buts,buts,81,75,79,73,1.59,1.9138,0.89,1.8808 chaplain,chaplain,116,75,86,65,2.27,2.0682,0.89,1.8808 consumption,consumption,94,75,87,69,1.84,1.9777,0.89,1.8808 cooped,cooped,81,75,80,74,1.59,1.9138,0.89,1.8808 corral,corral,119,75,89,60,2.33,2.0792,0.89,1.8808 crows,crows,141,75,112,64,2.76,2.1523,0.89,1.8808 debating,debating,83,75,81,74,1.63,1.9243,0.89,1.8808 deputies,deputies,119,75,110,72,2.33,2.0792,0.89,1.8808 documented,documented,83,75,81,73,1.63,1.9243,0.89,1.8808 Dom,dom,262,75,6,4,5.14,2.4200,0.89,1.8808 duration,duration,81,75,74,69,1.59,1.9138,0.89,1.8808 encounters,encounters,84,75,75,69,1.65,1.9294,0.89,1.8808 equality,equality,97,75,86,70,1.90,1.9912,0.89,1.8808 erratic,erratic,85,75,81,72,1.67,1.9345,0.89,1.8808 exercising,exercising,84,75,75,66,1.65,1.9294,0.89,1.8808 fishermen,fishermen,104,75,93,67,2.04,2.0212,0.89,1.8808 flaws,flaws,91,75,89,75,1.78,1.9638,0.89,1.8808 flunk,flunk,92,75,83,71,1.80,1.9685,0.89,1.8808 freckles,freckles,101,75,72,58,1.98,2.0086,0.89,1.8808 fundraiser,fundraiser,97,75,92,71,1.90,1.9912,0.89,1.8808 goons,goons,120,75,117,74,2.35,2.0828,0.89,1.8808 granddad,granddad,114,75,74,60,2.24,2.0607,0.89,1.8808 hazardous,hazardous,94,75,88,72,1.84,1.9777,0.89,1.8808 hinges,hinges,80,75,77,73,1.57,1.9085,0.89,1.8808 howl,howl,105,75,95,71,2.06,2.0253,0.89,1.8808 humane,humane,93,75,82,65,1.82,1.9731,0.89,1.8808 humanitarian,humanitarian,95,75,85,71,1.86,1.9823,0.89,1.8808 intestines,intestines,87,75,84,73,1.71,1.9445,0.89,1.8808 jug,jug,134,75,118,70,2.63,2.1303,0.89,1.8808 librarian,librarian,147,75,101,68,2.88,2.1703,0.89,1.8808 Lori,lori,418,75,2,1,8.20,2.6222,0.89,1.8808 mercenary,mercenary,98,75,86,72,1.92,1.9956,0.89,1.8808 monks,monks,136,75,116,70,2.67,2.1367,0.89,1.8808 moons,moons,120,75,109,72,2.35,2.0828,0.89,1.8808 mosquito,mosquito,93,75,72,61,1.82,1.9731,0.89,1.8808 muttering,muttering,88,75,72,60,1.73,1.9494,0.89,1.8808 mythology,mythology,101,75,92,70,1.98,2.0086,0.89,1.8808 Newark,newark,144,75,0,0,2.82,2.1614,0.89,1.8808 obsessive,obsessive,90,75,82,72,1.76,1.9590,0.89,1.8808 paramedic,paramedic,107,75,97,70,2.10,2.0334,0.89,1.8808 Pastor,pastor,219,75,82,48,4.29,2.3424,0.89,1.8808 pastry,pastry,98,75,90,69,1.92,1.9956,0.89,1.8808 Patsy,patsy,188,75,67,44,3.69,2.2765,0.89,1.8808 Pinky,pinky,282,75,47,36,5.53,2.4518,0.89,1.8808 pretzel,pretzel,102,75,82,63,2.00,2.0128,0.89,1.8808 prevents,prevents,81,75,77,71,1.59,1.9138,0.89,1.8808 Pulitzer,pulitzer,95,75,1,1,1.86,1.9823,0.89,1.8808 quid,quid,161,75,146,67,3.16,2.2095,0.89,1.8808 ragged,ragged,80,75,78,74,1.57,1.9085,0.89,1.8808 receives,receives,79,75,78,74,1.55,1.9031,0.89,1.8808 recital,recital,150,75,148,73,2.94,2.1790,0.89,1.8808 recollection,recollection,80,75,80,75,1.57,1.9085,0.89,1.8808 reduction,reduction,88,75,83,71,1.73,1.9494,0.89,1.8808 reflects,reflects,78,75,76,73,1.53,1.8976,0.89,1.8808 sanctity,sanctity,84,75,84,75,1.65,1.9294,0.89,1.8808 separates,separates,78,75,77,74,1.53,1.8976,0.89,1.8808 shitload,shitload,80,75,79,74,1.57,1.9085,0.89,1.8808 shortest,shortest,80,75,74,69,1.57,1.9085,0.89,1.8808 sob,sob,77,75,57,56,1.51,1.8921,0.89,1.8808 soften,soften,76,75,73,72,1.49,1.8865,0.89,1.8808 spanking,spanking,93,75,88,73,1.82,1.9731,0.89,1.8808 squid,squid,141,75,112,65,2.76,2.1523,0.89,1.8808 squirrels,squirrels,105,75,91,70,2.06,2.0253,0.89,1.8808 suitcases,suitcases,93,75,90,73,1.82,1.9731,0.89,1.8808 sweats,sweats,82,75,80,74,1.61,1.9191,0.89,1.8808 thong,thong,107,75,94,70,2.10,2.0334,0.89,1.8808 timber,timber,127,75,85,50,2.49,2.1072,0.89,1.8808 trailing,trailing,80,75,73,71,1.57,1.9085,0.89,1.8808 ultrasound,ultrasound,125,75,111,71,2.45,2.1004,0.89,1.8808 undefeated,undefeated,111,75,100,70,2.18,2.0492,0.89,1.8808 unethical,unethical,90,75,86,73,1.76,1.9590,0.89,1.8808 unfamiliar,unfamiliar,78,75,74,72,1.53,1.8976,0.89,1.8808 upward,upward,86,75,83,72,1.69,1.9395,0.89,1.8808 banished,banished,100,74,92,69,1.96,2.0043,0.88,1.8751 beeper,beeper,144,74,126,69,2.82,2.1614,0.88,1.8751 Brazilian,brazilian,105,74,1,1,2.06,2.0253,0.88,1.8751 buggy,buggy,127,74,108,72,2.49,2.1072,0.88,1.8751 butchered,butchered,78,74,73,69,1.53,1.8976,0.88,1.8751 catalogue,catalogue,108,74,102,69,2.12,2.0374,0.88,1.8751 cheerleading,cheerleading,140,74,127,69,2.75,2.1492,0.88,1.8751 Christine,christine,367,74,0,0,7.20,2.5658,0.88,1.8751 commanded,commanded,85,74,81,73,1.67,1.9345,0.88,1.8751 commodity,commodity,84,74,80,72,1.65,1.9294,0.88,1.8751 complains,complains,81,74,69,66,1.59,1.9138,0.88,1.8751 confidentiality,confidentiality,95,74,87,69,1.86,1.9823,0.88,1.8751 conveniently,conveniently,76,74,73,71,1.49,1.8865,0.88,1.8751 counsellor,counsellor,132,74,86,59,2.59,2.1239,0.88,1.8751 counterfeit,counterfeit,157,74,146,73,3.08,2.1987,0.88,1.8751 cramps,cramps,86,74,70,64,1.69,1.9395,0.88,1.8751 directory,directory,84,74,65,59,1.65,1.9294,0.88,1.8751 disclose,disclose,88,74,84,72,1.73,1.9494,0.88,1.8751 disobey,disobey,84,74,83,73,1.65,1.9294,0.88,1.8751 Dodgers,dodgers,113,74,8,6,2.22,2.0569,0.88,1.8751 dome,dome,100,74,82,61,1.96,2.0043,0.88,1.8751 dumber,dumber,88,74,75,67,1.73,1.9494,0.88,1.8751 Englishman,englishman,119,74,0,0,2.33,2.0792,0.88,1.8751 epi,epi,135,74,121,69,2.65,2.1335,0.88,1.8751 ethnic,ethnic,91,74,77,67,1.78,1.9638,0.88,1.8751 faraway,faraway,93,74,81,69,1.82,1.9731,0.88,1.8751 fatigue,fatigue,93,74,84,67,1.82,1.9731,0.88,1.8751 Fe,fe,136,74,17,9,2.67,2.1367,0.88,1.8751 feminist,feminist,93,74,85,68,1.82,1.9731,0.88,1.8751 Finn,finn,251,74,1,1,4.92,2.4014,0.88,1.8751 forecast,forecast,96,74,88,70,1.88,1.9868,0.88,1.8751 gaming,gaming,131,74,93,57,2.57,2.1206,0.88,1.8751 guides,guides,91,74,82,68,1.78,1.9638,0.88,1.8751 habitat,habitat,114,74,90,65,2.24,2.0607,0.88,1.8751 Hemingway,hemingway,135,74,0,0,2.65,2.1335,0.88,1.8751 hijacked,hijacked,110,74,103,70,2.16,2.0453,0.88,1.8751 Holocaust,holocaust,100,74,44,42,1.96,2.0043,0.88,1.8751 implications,implications,79,74,79,74,1.55,1.9031,0.88,1.8751 implies,implies,80,74,79,73,1.57,1.9085,0.88,1.8751 induce,induce,82,74,82,74,1.61,1.9191,0.88,1.8751 inquire,inquire,86,74,83,72,1.69,1.9395,0.88,1.8751 internship,internship,152,74,148,74,2.98,2.1847,0.88,1.8751 lair,lair,123,74,103,72,2.41,2.0934,0.88,1.8751 Martinez,martinez,212,74,1,1,4.16,2.3284,0.88,1.8751 migraine,migraine,95,74,92,72,1.86,1.9823,0.88,1.8751 Milwaukee,milwaukee,118,74,0,0,2.31,2.0755,0.88,1.8751 mindless,mindless,87,74,81,69,1.71,1.9445,0.88,1.8751 missionary,missionary,109,74,98,68,2.14,2.0414,0.88,1.8751 mojo,mojo,151,74,100,60,2.96,2.1818,0.88,1.8751 molecules,molecules,132,74,127,72,2.59,2.1239,0.88,1.8751 mutiny,mutiny,126,74,116,70,2.47,2.1038,0.88,1.8751 offenders,offenders,113,74,108,73,2.22,2.0569,0.88,1.8751 optimism,optimism,79,74,76,71,1.55,1.9031,0.88,1.8751 organisation,organisation,119,74,115,72,2.33,2.0792,0.88,1.8751 Pacey,pacey,890,74,0,0,17.45,2.9499,0.88,1.8751 passages,passages,91,74,87,70,1.78,1.9638,0.88,1.8751 predators,predators,95,74,88,69,1.86,1.9823,0.88,1.8751 premier,premier,127,74,75,57,2.49,2.1072,0.88,1.8751 presses,presses,86,74,85,73,1.69,1.9395,0.88,1.8751 puking,puking,86,74,79,71,1.69,1.9395,0.88,1.8751 recipes,recipes,114,74,110,72,2.24,2.0607,0.88,1.8751 recommending,recommending,81,74,81,74,1.59,1.9138,0.88,1.8751 reflected,reflected,85,74,82,72,1.67,1.9345,0.88,1.8751 relentless,relentless,79,74,75,71,1.55,1.9031,0.88,1.8751 retribution,retribution,85,74,72,62,1.67,1.9345,0.88,1.8751 runt,runt,125,74,95,71,2.45,2.1004,0.88,1.8751 salesmen,salesmen,98,74,88,69,1.92,1.9956,0.88,1.8751 schoolgirl,schoolgirl,96,74,85,72,1.88,1.9868,0.88,1.8751 scoring,scoring,89,74,86,71,1.75,1.9542,0.88,1.8751 screwy,screwy,90,74,85,71,1.76,1.9590,0.88,1.8751 segment,segment,101,74,101,74,1.98,2.0086,0.88,1.8751 skid,skid,111,74,79,58,2.18,2.0492,0.88,1.8751 sleeper,sleeper,105,74,104,73,2.06,2.0253,0.88,1.8751 sovereign,sovereign,128,74,102,65,2.51,2.1106,0.88,1.8751 specimens,specimens,91,74,90,74,1.78,1.9638,0.88,1.8751 squeaky,squeaky,101,74,71,59,1.98,2.0086,0.88,1.8751 staircase,staircase,89,74,89,74,1.75,1.9542,0.88,1.8751 statute,statute,97,74,87,67,1.90,1.9912,0.88,1.8751 territorial,territorial,85,74,71,62,1.67,1.9345,0.88,1.8751 testifying,testifying,105,74,101,70,2.06,2.0253,0.88,1.8751 Theodore,theodore,134,74,0,0,2.63,2.1303,0.88,1.8751 theoretical,theoretical,95,74,84,71,1.86,1.9823,0.88,1.8751 transmitting,transmitting,99,74,84,67,1.94,2.0000,0.88,1.8751 ugliest,ugliest,81,74,77,71,1.59,1.9138,0.88,1.8751 unprecedented,unprecedented,80,74,77,71,1.57,1.9085,0.88,1.8751 unprepared,unprepared,78,74,77,74,1.53,1.8976,0.88,1.8751 unreliable,unreliable,85,74,81,70,1.67,1.9345,0.88,1.8751 unstoppable,unstoppable,87,74,80,70,1.71,1.9445,0.88,1.8751 wand,wand,157,74,152,73,3.08,2.1987,0.88,1.8751 Webster,webster,322,74,1,1,6.31,2.5092,0.88,1.8751 Whitney,whitney,166,74,0,0,3.25,2.2227,0.88,1.8751 widows,widows,95,74,87,69,1.86,1.9823,0.88,1.8751 yogurt,yogurt,116,74,90,70,2.27,2.0682,0.88,1.8751 Yorker,yorker,107,74,2,2,2.10,2.0334,0.88,1.8751 afloat,afloat,85,73,78,70,1.67,1.9345,0.87,1.8692 amp,amp,93,73,73,60,1.82,1.9731,0.87,1.8692 Ana,ana,264,73,41,21,5.18,2.4232,0.87,1.8692 articulate,articulate,85,73,80,70,1.67,1.9345,0.87,1.8692 assassinate,assassinate,96,73,91,71,1.88,1.9868,0.87,1.8692 bollocks,bollocks,143,73,93,54,2.80,2.1584,0.87,1.8692 boner,boner,119,73,80,61,2.33,2.0792,0.87,1.8692 brownies,brownies,144,73,119,66,2.82,2.1614,0.87,1.8692 buttocks,buttocks,93,73,87,70,1.82,1.9731,0.87,1.8692 Chang,chang,226,73,4,4,4.43,2.3560,0.87,1.8692 chariot,chariot,103,73,100,72,2.02,2.0170,0.87,1.8692 cholesterol,cholesterol,95,73,85,66,1.86,1.9823,0.87,1.8692 comfortably,comfortably,76,73,76,73,1.49,1.8865,0.87,1.8692 composer,composer,127,73,116,71,2.49,2.1072,0.87,1.8692 cords,cords,86,73,85,73,1.69,1.9395,0.87,1.8692 costly,costly,79,73,74,70,1.55,1.9031,0.87,1.8692 countrymen,countrymen,83,73,83,73,1.63,1.9243,0.87,1.8692 declined,declined,80,73,77,72,1.57,1.9085,0.87,1.8692 deli,deli,108,73,83,60,2.12,2.0374,0.87,1.8692 deodorant,deodorant,82,73,80,72,1.61,1.9191,0.87,1.8692 devised,devised,75,73,75,73,1.47,1.8808,0.87,1.8692 dimes,dimes,91,73,84,70,1.78,1.9638,0.87,1.8692 evacuated,evacuated,107,73,103,71,2.10,2.0334,0.87,1.8692 exhaustion,exhaustion,82,73,78,70,1.61,1.9191,0.87,1.8692 expansion,expansion,88,73,82,69,1.73,1.9494,0.87,1.8692 finances,finances,79,73,76,70,1.55,1.9031,0.87,1.8692 fingertips,fingertips,84,73,80,71,1.65,1.9294,0.87,1.8692 firemen,firemen,109,73,101,65,2.14,2.0414,0.87,1.8692 Fridays,fridays,86,73,2,2,1.69,1.9395,0.87,1.8692 Fuller,fuller,241,73,25,25,4.73,2.3838,0.87,1.8692 goner,goner,78,73,78,73,1.53,1.8976,0.87,1.8692 holder,holder,82,73,81,72,1.61,1.9191,0.87,1.8692 impeccable,impeccable,81,73,74,67,1.59,1.9138,0.87,1.8692 indecent,indecent,91,73,80,67,1.78,1.9638,0.87,1.8692 insomnia,insomnia,88,73,81,68,1.73,1.9494,0.87,1.8692 institutions,institutions,83,73,81,71,1.63,1.9243,0.87,1.8692 jab,jab,171,73,124,63,3.35,2.2355,0.87,1.8692 junkyard,junkyard,137,73,132,69,2.69,2.1399,0.87,1.8692 lash,lash,85,73,58,54,1.67,1.9345,0.87,1.8692 latch,latch,98,73,80,63,1.92,1.9956,0.87,1.8692 lenses,lenses,116,73,115,73,2.27,2.0682,0.87,1.8692 lifelong,lifelong,77,73,76,73,1.51,1.8921,0.87,1.8692 lilies,lilies,97,73,81,65,1.90,1.9912,0.87,1.8692 Lynch,lynch,257,73,48,36,5.04,2.4116,0.87,1.8692 Mace,mace,178,73,36,29,3.49,2.2529,0.87,1.8692 Mae,mae,407,73,1,1,7.98,2.6107,0.87,1.8692 magically,magically,85,73,82,71,1.67,1.9345,0.87,1.8692 maneuvers,maneuvers,87,73,80,68,1.71,1.9445,0.87,1.8692 manipulative,manipulative,83,73,81,72,1.63,1.9243,0.87,1.8692 manure,manure,106,73,102,72,2.08,2.0294,0.87,1.8692 Maris,maris,332,73,0,0,6.51,2.5224,0.87,1.8692 marking,marking,82,73,80,71,1.61,1.9191,0.87,1.8692 meek,meek,88,73,81,69,1.73,1.9494,0.87,1.8692 mermaid,mermaid,161,73,124,51,3.16,2.2095,0.87,1.8692 midgets,midgets,116,73,102,65,2.27,2.0682,0.87,1.8692 minions,minions,81,73,76,73,1.59,1.9138,0.87,1.8692 navigation,navigation,87,73,70,61,1.71,1.9445,0.87,1.8692 optimist,optimist,78,73,77,72,1.53,1.8976,0.87,1.8692 outsiders,outsiders,87,73,81,70,1.71,1.9445,0.87,1.8692 overdo,overdo,82,73,82,73,1.61,1.9191,0.87,1.8692 overreacted,overreacted,84,73,84,73,1.65,1.9294,0.87,1.8692 patronize,patronize,80,73,79,72,1.57,1.9085,0.87,1.8692 perpetrator,perpetrator,86,73,81,69,1.69,1.9395,0.87,1.8692 piled,piled,76,73,72,69,1.49,1.8865,0.87,1.8692 pioneer,pioneer,106,73,67,55,2.08,2.0294,0.87,1.8692 placement,placement,98,73,83,67,1.92,1.9956,0.87,1.8692 plow,plow,96,73,87,67,1.88,1.9868,0.87,1.8692 ports,ports,95,73,94,72,1.86,1.9823,0.87,1.8692 postal,postal,96,73,80,65,1.88,1.9868,0.87,1.8692 presumably,presumably,85,73,63,56,1.67,1.9345,0.87,1.8692 printer,printer,107,73,104,71,2.10,2.0334,0.87,1.8692 proportions,proportions,81,73,81,73,1.59,1.9138,0.87,1.8692 provoked,provoked,85,73,83,72,1.67,1.9345,0.87,1.8692 prudent,prudent,82,73,75,69,1.61,1.9191,0.87,1.8692 psyche,psyche,140,73,76,68,2.75,2.1492,0.87,1.8692 reacting,reacting,81,73,79,71,1.59,1.9138,0.87,1.8692 refugee,refugee,98,73,93,71,1.92,1.9956,0.87,1.8692 rejoice,rejoice,86,73,68,60,1.69,1.9395,0.87,1.8692 Rembrandt,rembrandt,520,73,0,0,10.20,2.7168,0.87,1.8692 rightly,rightly,84,73,80,69,1.65,1.9294,0.87,1.8692 roach,roach,135,73,89,59,2.65,2.1335,0.87,1.8692 roasted,roasted,86,73,82,71,1.69,1.9395,0.87,1.8692 rodent,rodent,92,73,88,71,1.80,1.9685,0.87,1.8692 rubble,rubble,89,73,81,65,1.75,1.9542,0.87,1.8692 sedated,sedated,85,73,78,68,1.67,1.9345,0.87,1.8692 slain,slain,92,73,90,72,1.80,1.9685,0.87,1.8692 sneaked,sneaked,78,73,74,69,1.53,1.8976,0.87,1.8692 sod,sod,94,73,65,53,1.84,1.9777,0.87,1.8692 stance,stance,96,73,93,73,1.88,1.9868,0.87,1.8692 statues,statues,99,73,96,70,1.94,2.0000,0.87,1.8692 tack,tack,108,73,90,67,2.12,2.0374,0.87,1.8692 Tammy,tammy,262,73,3,2,5.14,2.4200,0.87,1.8692 tasks,tasks,85,73,84,72,1.67,1.9345,0.87,1.8692 truths,truths,81,73,75,69,1.59,1.9138,0.87,1.8692 uncles,uncles,110,73,100,70,2.16,2.0453,0.87,1.8692 unleash,unleash,85,73,66,60,1.67,1.9345,0.87,1.8692 waive,waive,88,73,80,69,1.73,1.9494,0.87,1.8692 wondrous,wondrous,83,73,79,69,1.63,1.9243,0.87,1.8692 adultery,adultery,99,72,86,63,1.94,2.0000,0.86,1.8633 Aloha,aloha,149,72,29,18,2.92,2.1761,0.86,1.8633 anthem,anthem,96,72,75,57,1.88,1.9868,0.86,1.8633 Arabic,arabic,174,72,9,6,3.41,2.2430,0.86,1.8633 Bates,bates,213,72,0,0,4.18,2.3304,0.86,1.8633 brats,brats,75,72,71,69,1.47,1.8808,0.86,1.8633 Buchanan,buchanan,304,72,0,0,5.96,2.4843,0.86,1.8633 cheater,cheater,109,72,98,65,2.14,2.0414,0.86,1.8633 comm,comm,143,72,82,64,2.80,2.1584,0.86,1.8633 Coney,coney,110,72,4,3,2.16,2.0453,0.86,1.8633 cosmetic,cosmetic,92,72,81,65,1.80,1.9685,0.86,1.8633 cosy,cosy,103,72,72,64,2.02,2.0170,0.86,1.8633 cranberry,cranberry,99,72,82,61,1.94,2.0000,0.86,1.8633 creaking,creaking,142,72,114,60,2.78,2.1553,0.86,1.8633 cucumber,cucumber,101,72,97,71,1.98,2.0086,0.86,1.8633 dictator,dictator,108,72,98,72,2.12,2.0374,0.86,1.8633 discussions,discussions,86,72,86,72,1.69,1.9395,0.86,1.8633 distinctive,distinctive,79,72,76,69,1.55,1.9031,0.86,1.8633 dolphin,dolphin,141,72,116,62,2.76,2.1523,0.86,1.8633 Drake,drake,304,72,3,3,5.96,2.4843,0.86,1.8633 Duchess,duchess,228,72,57,28,4.47,2.3598,0.86,1.8633 earnest,earnest,80,72,78,70,1.57,1.9085,0.86,1.8633 editing,editing,108,72,98,67,2.12,2.0374,0.86,1.8633 engineered,engineered,83,72,81,71,1.63,1.9243,0.86,1.8633 Erin,erin,360,72,0,0,7.06,2.5575,0.86,1.8633 exploited,exploited,85,72,82,70,1.67,1.9345,0.86,1.8633 fertility,fertility,97,72,89,67,1.90,1.9912,0.86,1.8633 financing,financing,85,72,82,69,1.67,1.9345,0.86,1.8633 fulfilling,fulfilling,75,72,72,69,1.47,1.8808,0.86,1.8633 Gail,gail,338,72,0,0,6.63,2.5302,0.86,1.8633 glare,glare,82,72,80,71,1.61,1.9191,0.86,1.8633 growls,growls,143,72,104,53,2.80,2.1584,0.86,1.8633 guesses,guesses,74,72,72,71,1.45,1.8751,0.86,1.8633 gunman,gunman,106,72,90,62,2.08,2.0294,0.86,1.8633 hardship,hardship,77,72,75,70,1.51,1.8921,0.86,1.8633 hemorrhage,hemorrhage,87,72,85,70,1.71,1.9445,0.86,1.8633 hernia,hernia,91,72,89,70,1.78,1.9638,0.86,1.8633 Hicks,hicks,227,72,28,18,4.45,2.3579,0.86,1.8633 highlight,highlight,79,72,75,70,1.55,1.9031,0.86,1.8633 horizontal,horizontal,77,72,68,63,1.51,1.8921,0.86,1.8633 hybrid,hybrid,104,72,93,65,2.04,2.0212,0.86,1.8633 icon,icon,88,72,82,68,1.73,1.9494,0.86,1.8633 intrigue,intrigue,77,72,73,69,1.51,1.8921,0.86,1.8633 lass,lass,136,72,88,54,2.67,2.1367,0.86,1.8633 looky,looky,98,72,60,47,1.92,1.9956,0.86,1.8633 ludicrous,ludicrous,84,72,77,69,1.65,1.9294,0.86,1.8633 lured,lured,74,72,73,71,1.45,1.8751,0.86,1.8633 Madrid,madrid,133,72,0,0,2.61,2.1271,0.86,1.8633 manufacturing,manufacturing,86,72,69,62,1.69,1.9395,0.86,1.8633 marshmallows,marshmallows,97,72,89,70,1.90,1.9912,0.86,1.8633 masked,masked,120,72,84,61,2.35,2.0828,0.86,1.8633 motions,motions,88,72,83,69,1.73,1.9494,0.86,1.8633 Niagara,niagara,157,72,0,0,3.08,2.1987,0.86,1.8633 novelty,novelty,85,72,80,67,1.67,1.9345,0.86,1.8633 obedience,obedience,87,72,73,66,1.71,1.9445,0.86,1.8633 obsessing,obsessing,80,72,80,72,1.57,1.9085,0.86,1.8633 Oof,oof,121,72,6,5,2.37,2.0864,0.86,1.8633 paddles,paddles,111,72,92,63,2.18,2.0492,0.86,1.8633 passions,passions,90,72,71,64,1.76,1.9590,0.86,1.8633 petrified,petrified,88,72,67,62,1.73,1.9494,0.86,1.8633 Philippines,philippines,111,72,0,0,2.18,2.0492,0.86,1.8633 plaid,plaid,82,72,76,67,1.61,1.9191,0.86,1.8633 raided,raided,80,72,80,72,1.57,1.9085,0.86,1.8633 rations,rations,95,72,93,71,1.86,1.9823,0.86,1.8633 redeem,redeem,83,72,80,69,1.63,1.9243,0.86,1.8633 Richmond,richmond,218,72,4,3,4.27,2.3404,0.86,1.8633 roaming,roaming,79,72,72,66,1.55,1.9031,0.86,1.8633 rudder,rudder,198,72,175,69,3.88,2.2989,0.86,1.8633 ruse,ruse,85,72,85,72,1.67,1.9345,0.86,1.8633 saucer,saucer,140,72,133,67,2.75,2.1492,0.86,1.8633 scrawny,scrawny,80,72,78,70,1.57,1.9085,0.86,1.8633 scripts,scripts,119,72,119,72,2.33,2.0792,0.86,1.8633 senile,senile,88,72,85,69,1.73,1.9494,0.86,1.8633 shifted,shifted,76,72,72,68,1.49,1.8865,0.86,1.8633 shooters,shooters,102,72,89,64,2.00,2.0128,0.86,1.8633 sinful,sinful,87,72,82,70,1.71,1.9445,0.86,1.8633 slop,slop,94,72,85,68,1.84,1.9777,0.86,1.8633 snore,snore,82,72,81,72,1.61,1.9191,0.86,1.8633 spat,spat,79,72,75,69,1.55,1.9031,0.86,1.8633 splits,splits,79,72,77,70,1.55,1.9031,0.86,1.8633 stamina,stamina,81,72,78,69,1.59,1.9138,0.86,1.8633 Sterling,sterling,113,72,49,45,2.22,2.0569,0.86,1.8633 sturdy,sturdy,86,72,69,60,1.69,1.9395,0.86,1.8633 symptom,symptom,96,72,94,70,1.88,1.9868,0.86,1.8633 takeout,takeout,82,72,78,71,1.61,1.9191,0.86,1.8633 tents,tents,98,72,91,68,1.92,1.9956,0.86,1.8633 texture,texture,84,72,83,71,1.65,1.9294,0.86,1.8633 theaters,theaters,92,72,88,69,1.80,1.9685,0.86,1.8633 thereby,thereby,79,72,58,54,1.55,1.9031,0.86,1.8633 thud,thud,99,72,68,52,1.94,2.0000,0.86,1.8633 tissues,tissues,101,72,100,71,1.98,2.0086,0.86,1.8633 Toots,toots,168,72,76,53,3.29,2.2279,0.86,1.8633 treachery,treachery,96,72,85,67,1.88,1.9868,0.86,1.8633 tribal,tribal,95,72,89,69,1.86,1.9823,0.86,1.8633 twerp,twerp,77,72,72,67,1.51,1.8921,0.86,1.8633 undead,undead,119,72,104,66,2.33,2.0792,0.86,1.8633 uterus,uterus,92,72,86,70,1.80,1.9685,0.86,1.8633 veterans,veterans,95,72,74,59,1.86,1.9823,0.86,1.8633 violently,violently,95,72,90,67,1.86,1.9823,0.86,1.8633 virtues,virtues,81,72,77,68,1.59,1.9138,0.86,1.8633 warnings,warnings,81,72,76,68,1.59,1.9138,0.86,1.8633 whirl,whirl,89,72,85,70,1.75,1.9542,0.86,1.8633 widely,widely,76,72,75,71,1.49,1.8865,0.86,1.8633 absorbed,absorbed,78,71,74,67,1.53,1.8976,0.85,1.8573 accessories,accessories,76,71,68,63,1.49,1.8865,0.85,1.8573 administrative,administrative,82,71,69,60,1.61,1.9191,0.85,1.8573 amends,amends,94,71,94,71,1.84,1.9777,0.85,1.8573 anarchy,anarchy,103,71,71,62,2.02,2.0170,0.85,1.8573 aneurysm,aneurysm,101,71,94,68,1.98,2.0086,0.85,1.8573 arcade,arcade,111,71,88,63,2.18,2.0492,0.85,1.8573 Bali,bali,114,71,0,0,2.24,2.0607,0.85,1.8573 barren,barren,75,71,72,68,1.47,1.8808,0.85,1.8573 beggars,beggars,97,71,74,54,1.90,1.9912,0.85,1.8573 bleach,bleach,118,71,110,70,2.31,2.0755,0.85,1.8573 bleeds,bleeds,75,71,75,71,1.47,1.8808,0.85,1.8573 Cambridge,cambridge,144,71,1,1,2.82,2.1614,0.85,1.8573 canine,canine,86,71,74,65,1.69,1.9395,0.85,1.8573 cassette,cassette,93,71,90,68,1.82,1.9731,0.85,1.8573 cheapest,cheapest,76,71,70,65,1.49,1.8865,0.85,1.8573 chem,chem,96,71,66,54,1.88,1.9868,0.85,1.8573 clientele,clientele,80,71,77,70,1.57,1.9085,0.85,1.8573 completion,completion,79,71,76,70,1.55,1.9031,0.85,1.8573 complicate,complicate,75,71,74,71,1.47,1.8808,0.85,1.8573 compromising,compromising,75,71,74,71,1.47,1.8808,0.85,1.8573 concerts,concerts,95,71,91,70,1.86,1.9823,0.85,1.8573 confessions,confessions,83,71,70,59,1.63,1.9243,0.85,1.8573 cons,cons,112,71,100,68,2.20,2.0531,0.85,1.8573 consecutive,consecutive,83,71,80,69,1.63,1.9243,0.85,1.8573 contacting,contacting,75,71,73,69,1.47,1.8808,0.85,1.8573 corrections,corrections,74,71,38,36,1.45,1.8751,0.85,1.8573 curry,curry,124,71,80,52,2.43,2.0969,0.85,1.8573 Cutter,cutter,239,71,92,57,4.69,2.3802,0.85,1.8573 dart,dart,98,71,91,66,1.92,1.9956,0.85,1.8573 drying,drying,85,71,76,65,1.67,1.9345,0.85,1.8573 enable,enable,75,71,69,66,1.47,1.8808,0.85,1.8573 evaluate,evaluate,88,71,83,68,1.73,1.9494,0.85,1.8573 exploration,exploration,96,71,92,70,1.88,1.9868,0.85,1.8573 eyelids,eyelids,82,71,78,69,1.61,1.9191,0.85,1.8573 Fatso,fatso,161,71,58,46,3.16,2.2095,0.85,1.8573 Felix,felix,423,71,2,1,8.29,2.6274,0.85,1.8573 firsthand,firsthand,75,71,74,70,1.47,1.8808,0.85,1.8573 fixes,fixes,75,71,72,68,1.47,1.8808,0.85,1.8573 flute,flute,108,71,100,65,2.12,2.0374,0.85,1.8573 founding,founding,89,71,63,55,1.75,1.9542,0.85,1.8573 futile,futile,82,71,81,70,1.61,1.9191,0.85,1.8573 fuzz,fuzz,95,71,88,66,1.86,1.9823,0.85,1.8573 Gen,gen,206,71,13,10,4.04,2.3160,0.85,1.8573 Gerald,gerald,209,71,0,0,4.10,2.3222,0.85,1.8573 Gob,gob,568,71,20,17,11.14,2.7551,0.85,1.8573 greens,greens,109,71,103,68,2.14,2.0414,0.85,1.8573 grinding,grinding,106,71,85,67,2.08,2.0294,0.85,1.8573 hatchet,hatchet,100,71,78,60,1.96,2.0043,0.85,1.8573 heinous,heinous,82,71,73,63,1.61,1.9191,0.85,1.8573 hellhole,hellhole,78,71,76,70,1.53,1.8976,0.85,1.8573 hick,hick,102,71,94,66,2.00,2.0128,0.85,1.8573 hums,hums,112,71,81,53,2.20,2.0531,0.85,1.8573 investigative,investigative,82,71,81,70,1.61,1.9191,0.85,1.8573 Legion,legion,126,71,53,32,2.47,2.1038,0.85,1.8573 listener,listener,72,71,72,71,1.41,1.8633,0.85,1.8573 marvel,marvel,99,71,64,56,1.94,2.0000,0.85,1.8573 meatloaf,meatloaf,119,71,100,63,2.33,2.0792,0.85,1.8573 mushy,mushy,77,71,75,69,1.51,1.8921,0.85,1.8573 muzzle,muzzle,81,71,75,66,1.59,1.9138,0.85,1.8573 nets,nets,99,71,86,64,1.94,2.0000,0.85,1.8573 nobility,nobility,84,71,78,67,1.65,1.9294,0.85,1.8573 nominated,nominated,119,71,117,69,2.33,2.0792,0.85,1.8573 oats,oats,105,71,70,52,2.06,2.0253,0.85,1.8573 oceans,oceans,94,71,88,68,1.84,1.9777,0.85,1.8573 overrun,overrun,85,71,83,71,1.67,1.9345,0.85,1.8573 Pablo,pablo,217,71,0,0,4.25,2.3385,0.85,1.8573 paces,paces,87,71,87,71,1.71,1.9445,0.85,1.8573 pageant,pageant,244,71,193,60,4.78,2.3892,0.85,1.8573 paste,paste,87,71,81,65,1.71,1.9445,0.85,1.8573 patriotism,patriotism,84,71,73,64,1.65,1.9294,0.85,1.8573 pillar,pillar,81,71,78,69,1.59,1.9138,0.85,1.8573 polls,polls,111,71,103,68,2.18,2.0492,0.85,1.8573 practising,practising,104,71,94,68,2.04,2.0212,0.85,1.8573 premium,premium,88,71,75,63,1.73,1.9494,0.85,1.8573 psychiatrists,psychiatrists,80,71,78,69,1.57,1.9085,0.85,1.8573 psychologically,psychologically,76,71,68,65,1.49,1.8865,0.85,1.8573 raspberry,raspberry,96,71,75,57,1.88,1.9868,0.85,1.8573 ravishing,ravishing,79,71,72,66,1.55,1.9031,0.85,1.8573 rebuilt,rebuilt,73,71,69,67,1.43,1.8692,0.85,1.8573 redneck,redneck,90,71,78,62,1.76,1.9590,0.85,1.8573 redo,redo,81,71,74,67,1.59,1.9138,0.85,1.8573 relaxation,relaxation,80,71,75,67,1.57,1.9085,0.85,1.8573 remainder,remainder,77,71,76,70,1.51,1.8921,0.85,1.8573 residency,residency,99,71,75,53,1.94,2.0000,0.85,1.8573 rewind,rewind,89,71,64,55,1.75,1.9542,0.85,1.8573 Riviera,riviera,102,71,2,2,2.00,2.0128,0.85,1.8573 Rosy,rosy,169,71,68,61,3.31,2.2304,0.85,1.8573 sandals,sandals,88,71,83,66,1.73,1.9494,0.85,1.8573 Sassy,sassy,164,71,67,57,3.22,2.2175,0.85,1.8573 scenarios,scenarios,81,71,80,70,1.59,1.9138,0.85,1.8573 Scottish,scottish,138,71,2,2,2.71,2.1430,0.85,1.8573 screenplay,screenplay,133,71,111,52,2.61,2.1271,0.85,1.8573 sedan,sedan,90,71,83,64,1.76,1.9590,0.85,1.8573 silently,silently,77,71,66,61,1.51,1.8921,0.85,1.8573 sinus,sinus,89,71,72,56,1.75,1.9542,0.85,1.8573 slapping,slapping,88,71,79,64,1.73,1.9494,0.85,1.8573 sleigh,sleigh,167,71,158,66,3.27,2.2253,0.85,1.8573 spurs,spurs,93,71,85,66,1.82,1.9731,0.85,1.8573 Sweden,sweden,132,71,0,0,2.59,2.1239,0.85,1.8573 symbolic,symbolic,79,71,76,69,1.55,1.9031,0.85,1.8573 tendencies,tendencies,80,71,79,70,1.57,1.9085,0.85,1.8573 Thorn,thorn,260,71,67,52,5.10,2.4166,0.85,1.8573 torpedoes,torpedoes,151,71,123,69,2.96,2.1818,0.85,1.8573 trademark,trademark,75,71,74,70,1.47,1.8808,0.85,1.8573 turbulence,turbulence,99,71,88,65,1.94,2.0000,0.85,1.8573 vanquished,vanquished,100,71,99,71,1.96,2.0043,0.85,1.8573 waffle,waffle,108,71,79,57,2.12,2.0374,0.85,1.8573 weakened,weakened,77,71,74,68,1.51,1.8921,0.85,1.8573 whirring,whirring,138,71,115,59,2.71,2.1430,0.85,1.8573 wholesome,wholesome,81,71,75,66,1.59,1.9138,0.85,1.8573 woken,woken,76,71,76,71,1.49,1.8865,0.85,1.8573 worldly,worldly,77,71,75,69,1.51,1.8921,0.85,1.8573 yearning,yearning,81,71,78,68,1.59,1.9138,0.85,1.8573 Aa,aa,87,70,6,5,1.71,1.9445,0.83,1.8513 Adaptation,adaptation,81,70,34,27,1.59,1.9138,0.83,1.8513 adores,adores,91,70,91,70,1.78,1.9638,0.83,1.8513 agreeable,agreeable,81,70,78,69,1.59,1.9138,0.83,1.8513 Allah,allah,225,70,1,1,4.41,2.3541,0.83,1.8513 anesthesia,anesthesia,101,70,85,62,1.98,2.0086,0.83,1.8513 Archie,archie,299,70,0,0,5.86,2.4771,0.83,1.8513 assisted,assisted,87,70,74,61,1.71,1.9445,0.83,1.8513 baskets,baskets,86,70,83,68,1.69,1.9395,0.83,1.8513 bids,bids,81,70,78,67,1.59,1.9138,0.83,1.8513 boxers,boxers,101,70,93,67,1.98,2.0086,0.83,1.8513 brainwashed,brainwashed,85,70,80,66,1.67,1.9345,0.83,1.8513 brilliance,brilliance,75,70,72,68,1.47,1.8808,0.83,1.8513 brook,brook,104,70,70,48,2.04,2.0212,0.83,1.8513 Brownie,brownie,180,70,76,41,3.53,2.2577,0.83,1.8513 burner,burner,93,70,91,69,1.82,1.9731,0.83,1.8513 canceling,canceling,79,70,75,68,1.55,1.9031,0.83,1.8513 candlelight,candlelight,85,70,71,63,1.67,1.9345,0.83,1.8513 chilling,chilling,82,70,71,64,1.61,1.9191,0.83,1.8513 Cod,cod,114,70,34,25,2.24,2.0607,0.83,1.8513 compact,compact,86,70,76,63,1.69,1.9395,0.83,1.8513 confirming,confirming,82,70,65,54,1.61,1.9191,0.83,1.8513 conflicts,conflicts,77,70,75,68,1.51,1.8921,0.83,1.8513 crocodile,crocodile,115,70,100,55,2.25,2.0645,0.83,1.8513 departing,departing,79,70,74,66,1.55,1.9031,0.83,1.8513 designing,designing,79,70,73,66,1.55,1.9031,0.83,1.8513 detached,detached,79,70,76,67,1.55,1.9031,0.83,1.8513 disasters,disasters,85,70,82,69,1.67,1.9345,0.83,1.8513 discomfort,discomfort,81,70,78,68,1.59,1.9138,0.83,1.8513 discovers,discovers,97,70,94,68,1.90,1.9912,0.83,1.8513 distraught,distraught,79,70,76,68,1.55,1.9031,0.83,1.8513 dolphins,dolphins,202,70,132,52,3.96,2.3075,0.83,1.8513 dreamy,dreamy,80,70,75,69,1.57,1.9085,0.83,1.8513 earthly,earthly,76,70,72,68,1.49,1.8865,0.83,1.8513 electromagnetic,electromagnetic,96,70,79,61,1.88,1.9868,0.83,1.8513 Eli,eli,435,70,0,0,8.53,2.6395,0.83,1.8513 embedded,embedded,88,70,83,66,1.73,1.9494,0.83,1.8513 emerged,emerged,75,70,75,70,1.47,1.8808,0.83,1.8513 endorse,endorse,88,70,82,68,1.73,1.9494,0.83,1.8513 erection,erection,111,70,109,69,2.18,2.0492,0.83,1.8513 esteemed,esteemed,75,70,75,70,1.47,1.8808,0.83,1.8513 farming,farming,82,70,74,63,1.61,1.9191,0.83,1.8513 fascination,fascination,90,70,76,65,1.76,1.9590,0.83,1.8513 faulty,faulty,83,70,78,66,1.63,1.9243,0.83,1.8513 feat,feat,78,70,76,69,1.53,1.8976,0.83,1.8513 fiasco,fiasco,83,70,82,69,1.63,1.9243,0.83,1.8513 forthcoming,forthcoming,70,70,70,70,1.37,1.8513,0.83,1.8513 frail,frail,81,70,77,69,1.59,1.9138,0.83,1.8513 fussy,fussy,79,70,76,67,1.55,1.9031,0.83,1.8513 futures,futures,83,70,76,66,1.63,1.9243,0.83,1.8513 gears,gears,77,70,75,68,1.51,1.8921,0.83,1.8513 goof,goof,113,70,80,64,2.22,2.0569,0.83,1.8513 guidelines,guidelines,86,70,84,69,1.69,1.9395,0.83,1.8513 handcuffed,handcuffed,82,70,79,67,1.61,1.9191,0.83,1.8513 hugs,hugs,89,70,79,65,1.75,1.9542,0.83,1.8513 impostor,impostor,101,70,101,70,1.98,2.0086,0.83,1.8513 incense,incense,92,70,84,65,1.80,1.9685,0.83,1.8513 inflicted,inflicted,73,70,71,68,1.43,1.8692,0.83,1.8513 influential,influential,81,70,81,70,1.59,1.9138,0.83,1.8513 juggling,juggling,91,70,80,65,1.78,1.9638,0.83,1.8513 Julio,julio,180,70,0,0,3.53,2.2577,0.83,1.8513 lantern,lantern,103,70,89,61,2.02,2.0170,0.83,1.8513 lateral,lateral,78,70,68,62,1.53,1.8976,0.83,1.8513 meatballs,meatballs,115,70,106,66,2.25,2.0645,0.83,1.8513 medications,medications,78,70,78,70,1.53,1.8976,0.83,1.8513 meltdown,meltdown,103,70,98,69,2.02,2.0170,0.83,1.8513 mistook,mistook,79,70,78,69,1.55,1.9031,0.83,1.8513 muster,muster,76,70,65,61,1.49,1.8865,0.83,1.8513 Nova,nova,270,70,33,11,5.29,2.4330,0.83,1.8513 nuke,nuke,121,70,107,62,2.37,2.0864,0.83,1.8513 outlook,outlook,103,70,71,65,2.02,2.0170,0.83,1.8513 overload,overload,91,70,84,66,1.78,1.9638,0.83,1.8513 Patricia,patricia,186,70,0,0,3.65,2.2718,0.83,1.8513 perjury,perjury,115,70,105,69,2.25,2.0645,0.83,1.8513 Persian,persian,109,70,2,1,2.14,2.0414,0.83,1.8513 philosophical,philosophical,81,70,79,69,1.59,1.9138,0.83,1.8513 piling,piling,72,70,69,68,1.41,1.8633,0.83,1.8513 pleasing,pleasing,79,70,79,70,1.55,1.9031,0.83,1.8513 pledged,pledged,81,70,80,69,1.59,1.9138,0.83,1.8513 presiding,presiding,77,70,76,69,1.51,1.8921,0.83,1.8513 provocative,provocative,82,70,74,65,1.61,1.9191,0.83,1.8513 raping,raping,81,70,78,69,1.59,1.9138,0.83,1.8513 reconnaissance,reconnaissance,88,70,70,58,1.73,1.9494,0.83,1.8513 researching,researching,74,70,72,68,1.45,1.8751,0.83,1.8513 Robbins,robbins,128,70,1,1,2.51,2.1106,0.83,1.8513 rooftop,rooftop,81,70,75,66,1.59,1.9138,0.83,1.8513 sacks,sacks,108,70,87,63,2.12,2.0374,0.83,1.8513 sacrificing,sacrificing,75,70,69,65,1.47,1.8808,0.83,1.8513 sadistic,sadistic,87,70,80,65,1.71,1.9445,0.83,1.8513 safari,safari,106,70,83,61,2.08,2.0294,0.83,1.8513 samurai,samurai,160,70,103,51,3.14,2.2068,0.83,1.8513 scanned,scanned,79,70,78,69,1.55,1.9031,0.83,1.8513 sesame,sesame,78,70,45,40,1.53,1.8976,0.83,1.8513 setback,setback,78,70,76,69,1.53,1.8976,0.83,1.8513 sexist,sexist,89,70,83,65,1.75,1.9542,0.83,1.8513 shivering,shivering,82,70,74,67,1.61,1.9191,0.83,1.8513 Skinner,skinner,334,70,20,10,6.55,2.5250,0.83,1.8513 Smiley,smiley,109,70,45,41,2.14,2.0414,0.83,1.8513 smuggled,smuggled,80,70,75,67,1.57,1.9085,0.83,1.8513 solemnly,solemnly,89,70,87,68,1.75,1.9542,0.83,1.8513 Sophia,sophia,289,70,0,0,5.67,2.4624,0.83,1.8513 Sparky,sparky,173,70,4,4,3.39,2.2405,0.83,1.8513 stalled,stalled,78,70,78,70,1.53,1.8976,0.83,1.8513 stature,stature,85,70,84,69,1.67,1.9345,0.83,1.8513 stutter,stutter,96,70,92,69,1.88,1.9868,0.83,1.8513 suffocate,suffocate,77,70,66,64,1.51,1.8921,0.83,1.8513 surge,surge,94,70,91,68,1.84,1.9777,0.83,1.8513 swipe,swipe,82,70,75,65,1.61,1.9191,0.83,1.8513 swoop,swoop,78,70,72,68,1.53,1.8976,0.83,1.8513 threads,threads,85,70,84,69,1.67,1.9345,0.83,1.8513 tranquilizer,tranquilizer,92,70,86,68,1.80,1.9685,0.83,1.8513 trenches,trenches,108,70,106,68,2.12,2.0374,0.83,1.8513 unclear,unclear,75,70,74,69,1.47,1.8808,0.83,1.8513 unheard,unheard,76,70,70,67,1.49,1.8865,0.83,1.8513 unloaded,unloaded,74,70,73,69,1.45,1.8751,0.83,1.8513 Val,val,452,70,9,7,8.86,2.6561,0.83,1.8513 Viking,viking,141,70,4,3,2.76,2.1523,0.83,1.8513 vinegar,vinegar,86,70,77,66,1.69,1.9395,0.83,1.8513 waitresses,waitresses,84,70,79,67,1.65,1.9294,0.83,1.8513 wanker,wanker,111,70,69,52,2.18,2.0492,0.83,1.8513 warped,warped,83,70,80,67,1.63,1.9243,0.83,1.8513 weenie,weenie,144,70,79,59,2.82,2.1614,0.83,1.8513 whilst,whilst,77,70,64,59,1.51,1.8921,0.83,1.8513 Wright,wright,207,70,0,0,4.06,2.3181,0.83,1.8513 administered,administered,76,69,75,68,1.49,1.8865,0.82,1.8451 ado,ado,77,69,73,67,1.51,1.8921,0.82,1.8451 airfield,airfield,118,69,86,58,2.31,2.0755,0.82,1.8451 algebra,algebra,90,69,67,51,1.76,1.9590,0.82,1.8451 Bahamas,bahamas,109,69,1,1,2.14,2.0414,0.82,1.8451 bidder,bidder,88,69,88,69,1.73,1.9494,0.82,1.8451 binoculars,binoculars,80,69,75,65,1.57,1.9085,0.82,1.8451 bono,bono,104,69,60,38,2.04,2.0212,0.82,1.8451 bras,bras,82,69,77,65,1.61,1.9191,0.82,1.8451 Buick,buick,101,69,3,3,1.98,2.0086,0.82,1.8451 carts,carts,96,69,95,68,1.88,1.9868,0.82,1.8451 chateau,chateau,129,69,65,30,2.53,2.1139,0.82,1.8451 circumstantial,circumstantial,85,69,79,66,1.67,1.9345,0.82,1.8451 comforts,comforts,71,69,69,67,1.39,1.8573,0.82,1.8451 conspicuous,conspicuous,75,69,72,68,1.47,1.8808,0.82,1.8451 controversy,controversy,83,69,73,63,1.63,1.9243,0.82,1.8451 Costa,costa,149,69,3,3,2.92,2.1761,0.82,1.8451 cramped,cramped,73,69,69,66,1.43,1.8692,0.82,1.8451 degenerate,degenerate,93,69,83,63,1.82,1.9731,0.82,1.8451 dew,dew,109,69,57,47,2.14,2.0414,0.82,1.8451 diaphragm,diaphragm,105,69,97,66,2.06,2.0253,0.82,1.8451 dilated,dilated,86,69,81,66,1.69,1.9395,0.82,1.8451 displayed,displayed,75,69,74,69,1.47,1.8808,0.82,1.8451 Dong,dong,176,69,74,34,3.45,2.2480,0.82,1.8451 dos,dos,85,69,52,46,1.67,1.9345,0.82,1.8451 encrypted,encrypted,86,69,82,66,1.69,1.9395,0.82,1.8451 endured,endured,74,69,73,69,1.45,1.8751,0.82,1.8451 failures,failures,75,69,74,68,1.47,1.8808,0.82,1.8451 famine,famine,81,69,70,58,1.59,1.9138,0.82,1.8451 fantasize,fantasize,89,69,88,69,1.75,1.9542,0.82,1.8451 Fbi,fbi,95,69,22,9,1.86,1.9823,0.82,1.8451 fertile,fertile,80,69,73,67,1.57,1.9085,0.82,1.8451 firms,firms,82,69,82,69,1.61,1.9191,0.82,1.8451 flawless,flawless,80,69,70,64,1.57,1.9085,0.82,1.8451 fleeting,fleeting,86,69,80,67,1.69,1.9395,0.82,1.8451 fouled,fouled,82,69,79,67,1.61,1.9191,0.82,1.8451 freezes,freezes,79,69,78,69,1.55,1.9031,0.82,1.8451 fringe,fringe,85,69,71,63,1.67,1.9345,0.82,1.8451 granddaddy,granddaddy,117,69,71,52,2.29,2.0719,0.82,1.8451 groin,groin,92,69,89,67,1.80,1.9685,0.82,1.8451 hardworking,hardworking,77,69,70,66,1.51,1.8921,0.82,1.8451 heartfelt,heartfelt,72,69,65,63,1.41,1.8633,0.82,1.8451 hints,hints,83,69,76,66,1.63,1.9243,0.82,1.8451 horrifying,horrifying,80,69,75,65,1.57,1.9085,0.82,1.8451 huddle,huddle,111,69,71,55,2.18,2.0492,0.82,1.8451 hugged,hugged,87,69,87,69,1.71,1.9445,0.82,1.8451 hurrying,hurrying,77,69,76,68,1.51,1.8921,0.82,1.8451 hustling,hustling,86,69,79,65,1.69,1.9395,0.82,1.8451 intercom,intercom,107,69,84,59,2.10,2.0334,0.82,1.8451 Jade,jade,259,69,98,43,5.08,2.4150,0.82,1.8451 Joshua,joshua,278,69,0,0,5.45,2.4456,0.82,1.8451 Julian,julian,378,69,0,0,7.41,2.5786,0.82,1.8451 Kleenex,kleenex,78,69,6,5,1.53,1.8976,0.82,1.8451 labeled,labeled,72,69,72,69,1.41,1.8633,0.82,1.8451 lobe,lobe,95,69,93,68,1.86,1.9823,0.82,1.8451 locating,locating,72,69,69,66,1.41,1.8633,0.82,1.8451 logo,logo,92,69,91,68,1.80,1.9685,0.82,1.8451 Malik,malik,144,69,0,0,2.82,2.1614,0.82,1.8451 meadow,meadow,116,69,71,45,2.27,2.0682,0.82,1.8451 Milky,milky,95,69,26,26,1.86,1.9823,0.82,1.8451 Milo,milo,409,69,0,0,8.02,2.6128,0.82,1.8451 miners,miners,177,69,95,61,3.47,2.2504,0.82,1.8451 mortality,mortality,77,69,75,67,1.51,1.8921,0.82,1.8451 mortar,mortar,117,69,86,61,2.29,2.0719,0.82,1.8451 moth,moth,116,69,91,65,2.27,2.0682,0.82,1.8451 muscular,muscular,79,69,76,67,1.55,1.9031,0.82,1.8451 Nebraska,nebraska,121,69,0,0,2.37,2.0864,0.82,1.8451 negligence,negligence,91,69,88,67,1.78,1.9638,0.82,1.8451 nibble,nibble,77,69,73,67,1.51,1.8921,0.82,1.8451 Nightingale,nightingale,145,69,69,32,2.84,2.1644,0.82,1.8451 observations,observations,72,69,68,66,1.41,1.8633,0.82,1.8451 pantry,pantry,89,69,83,66,1.75,1.9542,0.82,1.8451 parlour,parlour,90,69,87,67,1.76,1.9590,0.82,1.8451 pecker,pecker,92,69,85,64,1.80,1.9685,0.82,1.8451 plains,plains,105,69,65,46,2.06,2.0253,0.82,1.8451 plausible,plausible,83,69,74,64,1.63,1.9243,0.82,1.8451 Poland,poland,145,69,0,0,2.84,2.1644,0.82,1.8451 Portuguese,portuguese,124,69,0,0,2.43,2.0969,0.82,1.8451 pours,pours,76,69,75,68,1.49,1.8865,0.82,1.8451 prescriptions,prescriptions,77,69,76,69,1.51,1.8921,0.82,1.8451 prosecuted,prosecuted,83,69,83,69,1.63,1.9243,0.82,1.8451 provisions,provisions,87,69,84,67,1.71,1.9445,0.82,1.8451 puppets,puppets,96,69,90,65,1.88,1.9868,0.82,1.8451 pyramids,pyramids,96,69,87,61,1.88,1.9868,0.82,1.8451 radiator,radiator,103,69,92,68,2.02,2.0170,0.82,1.8451 Raines,raines,258,69,1,1,5.06,2.4133,0.82,1.8451 realities,realities,98,69,97,68,1.92,1.9956,0.82,1.8451 realtor,realtor,92,69,67,58,1.80,1.9685,0.82,1.8451 reaper,reaper,158,69,84,38,3.10,2.2014,0.82,1.8451 Reds,reds,119,69,45,36,2.33,2.0792,0.82,1.8451 rehabilitation,rehabilitation,82,69,71,63,1.61,1.9191,0.82,1.8451 reproduce,reproduce,79,69,75,67,1.55,1.9031,0.82,1.8451 resentment,resentment,76,69,73,67,1.49,1.8865,0.82,1.8451 resourceful,resourceful,74,69,73,68,1.45,1.8751,0.82,1.8451 restrain,restrain,78,69,65,60,1.53,1.8976,0.82,1.8451 restraints,restraints,77,69,70,65,1.51,1.8921,0.82,1.8451 risen,risen,79,69,77,68,1.55,1.9031,0.82,1.8451 salsa,salsa,109,69,92,60,2.14,2.0414,0.82,1.8451 speeds,speeds,75,69,72,66,1.47,1.8808,0.82,1.8451 spiral,spiral,91,69,71,59,1.78,1.9638,0.82,1.8451 sprained,sprained,80,69,77,66,1.57,1.9085,0.82,1.8451 stamped,stamped,76,69,72,65,1.49,1.8865,0.82,1.8451 starvation,starvation,75,69,67,62,1.47,1.8808,0.82,1.8451 subjected,subjected,77,69,75,68,1.51,1.8921,0.82,1.8451 suffocating,suffocating,75,69,75,69,1.47,1.8808,0.82,1.8451 summary,summary,85,69,79,65,1.67,1.9345,0.82,1.8451 swallowing,swallowing,74,69,69,64,1.45,1.8751,0.82,1.8451 tasting,tasting,94,69,90,68,1.84,1.9777,0.82,1.8451 Tex,tex,183,69,1,1,3.59,2.2648,0.82,1.8451 tolerated,tolerated,73,69,73,69,1.43,1.8692,0.82,1.8451 Tucson,tucson,125,69,0,0,2.45,2.1004,0.82,1.8451 uncanny,uncanny,76,69,66,62,1.49,1.8865,0.82,1.8451 undermine,undermine,74,69,72,68,1.45,1.8751,0.82,1.8451 unharmed,unharmed,77,69,76,69,1.51,1.8921,0.82,1.8451 unloading,unloading,89,69,81,66,1.75,1.9542,0.82,1.8451 unorthodox,unorthodox,72,69,66,64,1.41,1.8633,0.82,1.8451 upsets,upsets,76,69,76,69,1.49,1.8865,0.82,1.8451 urges,urges,93,69,91,68,1.82,1.9731,0.82,1.8451 usher,usher,121,69,79,57,2.37,2.0864,0.82,1.8451 Va,va,106,69,40,31,2.08,2.0294,0.82,1.8451 vandalism,vandalism,79,69,74,64,1.55,1.9031,0.82,1.8451 washroom,washroom,86,69,85,68,1.69,1.9395,0.82,1.8451 whoopee,whoopee,82,69,44,38,1.61,1.9191,0.82,1.8451 wrapper,wrapper,85,69,85,69,1.67,1.9345,0.82,1.8451 adjustments,adjustments,71,68,70,67,1.39,1.8573,0.81,1.8388 administrator,administrator,84,68,77,64,1.65,1.9294,0.81,1.8388 artwork,artwork,78,68,76,66,1.53,1.8976,0.81,1.8388 audiences,audiences,95,68,84,61,1.86,1.9823,0.81,1.8388 auditorium,auditorium,80,68,76,64,1.57,1.9085,0.81,1.8388 Austria,austria,146,68,0,0,2.86,2.1673,0.81,1.8388 ballerina,ballerina,118,68,113,64,2.31,2.0755,0.81,1.8388 basin,basin,96,68,68,50,1.88,1.9868,0.81,1.8388 beforehand,beforehand,74,68,73,68,1.45,1.8751,0.81,1.8388 begs,begs,72,68,70,66,1.41,1.8633,0.81,1.8388 bellies,bellies,87,68,82,65,1.71,1.9445,0.81,1.8388 bitterness,bitterness,72,68,71,67,1.41,1.8633,0.81,1.8388 bossy,bossy,89,68,75,59,1.75,1.9542,0.81,1.8388 Boulder,boulder,106,68,46,32,2.08,2.0294,0.81,1.8388 breached,breached,85,68,83,68,1.67,1.9345,0.81,1.8388 broccoli,broccoli,116,68,100,58,2.27,2.0682,0.81,1.8388 caged,caged,83,68,68,60,1.63,1.9243,0.81,1.8388 calories,calories,79,68,76,68,1.55,1.9031,0.81,1.8388 circular,circular,81,68,72,64,1.59,1.9138,0.81,1.8388 coupon,coupon,111,68,110,68,2.18,2.0492,0.81,1.8388 Cub,cub,107,68,38,27,2.10,2.0334,0.81,1.8388 deduction,deduction,87,68,87,68,1.71,1.9445,0.81,1.8388 demonstrated,demonstrated,72,68,72,68,1.41,1.8633,0.81,1.8388 describes,describes,81,68,81,68,1.59,1.9138,0.81,1.8388 Digger,digger,245,68,55,42,4.80,2.3909,0.81,1.8388 distribute,distribute,76,68,74,66,1.49,1.8865,0.81,1.8388 dysfunctional,dysfunctional,78,68,76,66,1.53,1.8976,0.81,1.8388 estimates,estimates,90,68,84,64,1.76,1.9590,0.81,1.8388 evolve,evolve,83,68,81,67,1.63,1.9243,0.81,1.8388 famished,famished,73,68,66,64,1.43,1.8692,0.81,1.8388 farce,farce,89,68,88,67,1.75,1.9542,0.81,1.8388 festivities,festivities,71,68,70,67,1.39,1.8573,0.81,1.8388 fin,fin,174,68,111,60,3.41,2.2430,0.81,1.8388 flake,flake,89,68,84,65,1.75,1.9542,0.81,1.8388 forsaken,forsaken,77,68,70,64,1.51,1.8921,0.81,1.8388 frisk,frisk,79,68,64,57,1.55,1.9031,0.81,1.8388 gambled,gambled,77,68,73,65,1.51,1.8921,0.81,1.8388 Gangway,gangway,116,68,26,15,2.27,2.0682,0.81,1.8388 genetics,genetics,90,68,61,54,1.76,1.9590,0.81,1.8388 Gl,gl,118,68,6,4,2.31,2.0755,0.81,1.8388 godforsaken,godforsaken,75,68,72,66,1.47,1.8808,0.81,1.8388 goodbyes,goodbyes,80,68,76,66,1.57,1.9085,0.81,1.8388 grotesque,grotesque,80,68,72,63,1.57,1.9085,0.81,1.8388 grownups,grownups,78,68,69,61,1.53,1.8976,0.81,1.8388 harbour,harbour,127,68,92,52,2.49,2.1072,0.81,1.8388 herring,herring,152,68,131,63,2.98,2.1847,0.81,1.8388 hombre,hombre,84,68,78,67,1.65,1.9294,0.81,1.8388 hounds,hounds,96,68,87,63,1.88,1.9868,0.81,1.8388 Hup,hup,263,68,86,26,5.16,2.4216,0.81,1.8388 inconsiderate,inconsiderate,73,68,72,67,1.43,1.8692,0.81,1.8388 inquiries,inquiries,77,68,75,67,1.51,1.8921,0.81,1.8388 intensely,intensely,71,68,68,65,1.39,1.8573,0.81,1.8388 Jamaica,jamaica,189,68,0,0,3.71,2.2788,0.81,1.8388 jamming,jamming,86,68,82,65,1.69,1.9395,0.81,1.8388 journalists,journalists,98,68,89,64,1.92,1.9956,0.81,1.8388 Knox,knox,249,68,3,3,4.88,2.3979,0.81,1.8388 leaping,leaping,80,68,73,62,1.57,1.9085,0.81,1.8388 Leery,leery,162,68,13,13,3.18,2.2122,0.81,1.8388 Maestro,maestro,152,68,54,40,2.98,2.1847,0.81,1.8388 makeover,makeover,83,68,81,67,1.63,1.9243,0.81,1.8388 malpractice,malpractice,79,68,75,64,1.55,1.9031,0.81,1.8388 mastered,mastered,70,68,68,66,1.37,1.8513,0.81,1.8388 meteor,meteor,180,68,163,62,3.53,2.2577,0.81,1.8388 Ml,ml,123,68,9,9,2.41,2.0934,0.81,1.8388 municipal,municipal,90,68,56,47,1.76,1.9590,0.81,1.8388 Muslim,muslim,121,68,15,7,2.37,2.0864,0.81,1.8388 Nana,nana,202,68,52,18,3.96,2.3075,0.81,1.8388 occupational,occupational,76,68,46,40,1.49,1.8865,0.81,1.8388 outbreak,outbreak,99,68,91,63,1.94,2.0000,0.81,1.8388 outs,outs,99,68,98,67,1.94,2.0000,0.81,1.8388 oversight,oversight,74,68,64,63,1.45,1.8751,0.81,1.8388 panicking,panicking,80,68,79,67,1.57,1.9085,0.81,1.8388 Peters,peters,178,68,9,9,3.49,2.2529,0.81,1.8388 pistols,pistols,96,68,82,59,1.88,1.9868,0.81,1.8388 ploy,ploy,78,68,76,66,1.53,1.8976,0.81,1.8388 porcelain,porcelain,80,68,75,63,1.57,1.9085,0.81,1.8388 quo,quo,96,68,82,63,1.88,1.9868,0.81,1.8388 raincoat,raincoat,84,68,83,68,1.65,1.9294,0.81,1.8388 recommendations,recommendations,79,68,74,64,1.55,1.9031,0.81,1.8388 refugees,refugees,112,68,105,64,2.20,2.0531,0.81,1.8388 regime,regime,118,68,116,67,2.31,2.0755,0.81,1.8388 rejects,rejects,79,68,75,65,1.55,1.9031,0.81,1.8388 relevance,relevance,82,68,63,51,1.61,1.9191,0.81,1.8388 requirement,requirement,73,68,73,68,1.43,1.8692,0.81,1.8388 Sands,sands,108,68,45,39,2.12,2.0374,0.81,1.8388 scouting,scouting,75,68,66,63,1.47,1.8808,0.81,1.8388 scraps,scraps,104,68,73,61,2.04,2.0212,0.81,1.8388 sightseeing,sightseeing,75,68,67,62,1.47,1.8808,0.81,1.8388 skeletons,skeletons,89,68,80,64,1.75,1.9542,0.81,1.8388 skeptical,skeptical,75,68,73,66,1.47,1.8808,0.81,1.8388 slutty,slutty,109,68,87,64,2.14,2.0414,0.81,1.8388 Sox,sox,178,68,10,5,3.49,2.2529,0.81,1.8388 sponsors,sponsors,97,68,94,68,1.90,1.9912,0.81,1.8388 sprinkle,sprinkle,74,68,58,54,1.45,1.8751,0.81,1.8388 stained,stained,72,68,71,67,1.41,1.8633,0.81,1.8388 staked,staked,74,68,71,66,1.45,1.8751,0.81,1.8388 streams,streams,80,68,74,64,1.57,1.9085,0.81,1.8388 stricken,stricken,75,68,73,67,1.47,1.8808,0.81,1.8388 stride,stride,107,68,75,67,2.10,2.0334,0.81,1.8388 striped,striped,87,68,79,64,1.71,1.9445,0.81,1.8388 suppress,suppress,76,68,73,66,1.49,1.8865,0.81,1.8388 tactic,tactic,79,68,73,66,1.55,1.9031,0.81,1.8388 Tang,tang,114,68,12,12,2.24,2.0607,0.81,1.8388 tee,tee,110,68,85,58,2.16,2.0453,0.81,1.8388 thieving,thieving,85,68,73,63,1.67,1.9345,0.81,1.8388 timetable,timetable,82,68,80,66,1.61,1.9191,0.81,1.8388 titanium,titanium,80,68,65,55,1.57,1.9085,0.81,1.8388 trajectory,trajectory,94,68,81,62,1.84,1.9777,0.81,1.8388 transporting,transporting,75,68,67,60,1.47,1.8808,0.81,1.8388 triggers,triggers,73,68,71,66,1.43,1.8692,0.81,1.8388 twos,twos,77,68,76,68,1.51,1.8921,0.81,1.8388 unfit,unfit,79,68,77,67,1.55,1.9031,0.81,1.8388 uninvited,uninvited,71,68,68,65,1.39,1.8573,0.81,1.8388 unprofessional,unprofessional,77,68,73,67,1.51,1.8921,0.81,1.8388 user,user,79,68,77,66,1.55,1.9031,0.81,1.8388 Valiant,valiant,126,68,60,52,2.47,2.1038,0.81,1.8388 Viper,viper,129,68,27,23,2.53,2.1139,0.81,1.8388 warp,warp,280,68,204,61,5.49,2.4487,0.81,1.8388 watermelon,watermelon,112,68,92,64,2.20,2.0531,0.81,1.8388 weirder,weirder,84,68,77,64,1.65,1.9294,0.81,1.8388 wills,wills,112,68,75,57,2.20,2.0531,0.81,1.8388 winnings,winnings,90,68,90,68,1.76,1.9590,0.81,1.8388 wretch,wretch,83,68,81,67,1.63,1.9243,0.81,1.8388 youse,youse,108,68,89,61,2.12,2.0374,0.81,1.8388 youthful,youthful,79,68,72,64,1.55,1.9031,0.81,1.8388 abyss,abyss,90,67,77,62,1.76,1.9590,0.80,1.8325 adversary,adversary,77,67,76,67,1.51,1.8921,0.80,1.8325 alternatives,alternatives,83,67,80,65,1.63,1.9243,0.80,1.8325 Ap,ap,104,67,2,2,2.04,2.0212,0.80,1.8325 bagels,bagels,96,67,86,63,1.88,1.9868,0.80,1.8325 bailing,bailing,72,67,71,66,1.41,1.8633,0.80,1.8325 barf,barf,100,67,62,55,1.96,2.0043,0.80,1.8325 Baxter,baxter,339,67,4,1,6.65,2.5315,0.80,1.8325 bickering,bickering,70,67,64,61,1.37,1.8513,0.80,1.8325 bitty,bitty,91,67,75,59,1.78,1.9638,0.80,1.8325 blondes,blondes,79,67,70,60,1.55,1.9031,0.80,1.8325 bruising,bruising,86,67,83,65,1.69,1.9395,0.80,1.8325 bulbs,bulbs,87,67,87,67,1.71,1.9445,0.80,1.8325 burglars,burglars,107,67,100,63,2.10,2.0334,0.80,1.8325 charcoal,charcoal,90,67,71,58,1.76,1.9590,0.80,1.8325 Checkmate,checkmate,90,67,24,18,1.76,1.9590,0.80,1.8325 childbirth,childbirth,78,67,72,62,1.53,1.8976,0.80,1.8325 Chung,chung,174,67,6,4,3.41,2.2430,0.80,1.8325 Churchill,churchill,143,67,0,0,2.80,2.1584,0.80,1.8325 clattering,clattering,85,67,59,43,1.67,1.9345,0.80,1.8325 cocks,cocks,93,67,82,61,1.82,1.9731,0.80,1.8325 Commandments,commandments,92,67,43,34,1.80,1.9685,0.80,1.8325 constable,constable,144,67,73,46,2.82,2.1614,0.80,1.8325 containment,containment,107,67,93,63,2.10,2.0334,0.80,1.8325 contingency,contingency,78,67,74,64,1.53,1.8976,0.80,1.8325 crest,crest,107,67,69,50,2.10,2.0334,0.80,1.8325 Cupid,cupid,128,67,16,14,2.51,2.1106,0.80,1.8325 deadbeat,deadbeat,88,67,71,58,1.73,1.9494,0.80,1.8325 descending,descending,85,67,69,56,1.67,1.9345,0.80,1.8325 detection,detection,85,67,76,63,1.67,1.9345,0.80,1.8325 dialed,dialed,84,67,83,66,1.65,1.9294,0.80,1.8325 diplomacy,diplomacy,81,67,73,63,1.59,1.9138,0.80,1.8325 disposable,disposable,94,67,87,64,1.84,1.9777,0.80,1.8325 dubious,dubious,73,67,71,66,1.43,1.8692,0.80,1.8325 ducking,ducking,72,67,67,63,1.41,1.8633,0.80,1.8325 duel,duel,120,67,115,64,2.35,2.0828,0.80,1.8325 elusive,elusive,72,67,68,64,1.41,1.8633,0.80,1.8325 endeavor,endeavor,76,67,67,62,1.49,1.8865,0.80,1.8325 endlessly,endlessly,71,67,65,62,1.39,1.8573,0.80,1.8325 establishing,establishing,73,67,68,62,1.43,1.8692,0.80,1.8325 Esther,esther,187,67,1,1,3.67,2.2742,0.80,1.8325 fatter,fatter,72,67,65,60,1.41,1.8633,0.80,1.8325 flapping,flapping,85,67,77,64,1.67,1.9345,0.80,1.8325 flooding,flooding,86,67,79,65,1.69,1.9395,0.80,1.8325 forgery,forgery,100,67,90,61,1.96,2.0043,0.80,1.8325 gains,gains,77,67,70,62,1.51,1.8921,0.80,1.8325 Garrison,garrison,233,67,61,39,4.57,2.3692,0.80,1.8325 gel,gel,83,67,80,65,1.63,1.9243,0.80,1.8325 gloat,gloat,80,67,76,64,1.57,1.9085,0.80,1.8325 grinning,grinning,74,67,69,64,1.45,1.8751,0.80,1.8325 hardcore,hardcore,156,67,137,59,3.06,2.1959,0.80,1.8325 hauled,hauled,72,67,71,66,1.41,1.8633,0.80,1.8325 honoring,honoring,78,67,75,64,1.53,1.8976,0.80,1.8325 hots,hots,74,67,71,65,1.45,1.8751,0.80,1.8325 Hugo,hugo,291,67,0,0,5.71,2.4654,0.80,1.8325 humorous,humorous,75,67,73,65,1.47,1.8808,0.80,1.8325 Hungarian,hungarian,137,67,0,0,2.69,2.1399,0.80,1.8325 inning,inning,128,67,127,67,2.51,2.1106,0.80,1.8325 jiffy,jiffy,80,67,69,58,1.57,1.9085,0.80,1.8325 Josephine,josephine,206,67,2,2,4.04,2.3160,0.80,1.8325 Lassie,lassie,147,67,34,25,2.88,2.1703,0.80,1.8325 latitude,latitude,81,67,72,60,1.59,1.9138,0.80,1.8325 liter,liter,89,67,85,64,1.75,1.9542,0.80,1.8325 lockers,lockers,74,67,71,65,1.45,1.8751,0.80,1.8325 magnitude,magnitude,73,67,72,66,1.43,1.8692,0.80,1.8325 mainframe,mainframe,103,67,98,66,2.02,2.0170,0.80,1.8325 mangy,mangy,81,67,76,63,1.59,1.9138,0.80,1.8325 mathematical,mathematical,81,67,78,64,1.59,1.9138,0.80,1.8325 minded,minded,71,67,70,66,1.39,1.8573,0.80,1.8325 Ming,ming,339,67,0,0,6.65,2.5315,0.80,1.8325 Moo,moo,106,67,44,31,2.08,2.0294,0.80,1.8325 mosquitoes,mosquitoes,92,67,80,59,1.80,1.9685,0.80,1.8325 ninja,ninja,131,67,91,45,2.57,2.1206,0.80,1.8325 Od,od,93,67,6,4,1.82,1.9731,0.80,1.8325 orb,orb,140,67,122,61,2.75,2.1492,0.80,1.8325 Pepsi,pepsi,94,67,1,1,1.84,1.9777,0.80,1.8325 perceived,perceived,75,67,75,67,1.47,1.8808,0.80,1.8325 pilgrims,pilgrims,95,67,54,41,1.86,1.9823,0.80,1.8325 polka,polka,124,67,90,54,2.43,2.0969,0.80,1.8325 potty,potty,86,67,73,58,1.69,1.9395,0.80,1.8325 provider,provider,74,67,67,64,1.45,1.8751,0.80,1.8325 quantum,quantum,285,67,222,57,5.59,2.4564,0.80,1.8325 quickest,quickest,72,67,67,63,1.41,1.8633,0.80,1.8325 reassuring,reassuring,72,67,71,67,1.41,1.8633,0.80,1.8325 renewed,renewed,78,67,70,61,1.53,1.8976,0.80,1.8325 rows,rows,92,67,88,63,1.80,1.9685,0.80,1.8325 rundown,rundown,74,67,74,67,1.45,1.8751,0.80,1.8325 scarcely,scarcely,70,67,66,63,1.37,1.8513,0.80,1.8325 Scarlet,scarlet,167,67,38,29,3.27,2.2253,0.80,1.8325 scrubbed,scrubbed,78,67,74,65,1.53,1.8976,0.80,1.8325 seizures,seizures,93,67,88,65,1.82,1.9731,0.80,1.8325 senators,senators,120,67,101,57,2.35,2.0828,0.80,1.8325 shrunk,shrunk,79,67,77,66,1.55,1.9031,0.80,1.8325 simplest,simplest,74,67,72,65,1.45,1.8751,0.80,1.8325 soar,soar,78,67,74,66,1.53,1.8976,0.80,1.8325 stabilize,stabilize,76,67,62,57,1.49,1.8865,0.80,1.8325 stalked,stalked,79,67,77,65,1.55,1.9031,0.80,1.8325 storeroom,storeroom,83,67,81,65,1.63,1.9243,0.80,1.8325 strife,strife,85,67,63,55,1.67,1.9345,0.80,1.8325 stun,stun,96,67,83,61,1.88,1.9868,0.80,1.8325 successor,successor,85,67,84,67,1.67,1.9345,0.80,1.8325 thoughtless,thoughtless,71,67,70,67,1.39,1.8573,0.80,1.8325 Thursdays,thursdays,81,67,4,2,1.59,1.9138,0.80,1.8325 Toby,toby,353,67,1,1,6.92,2.5490,0.80,1.8325 trespass,trespass,73,67,68,65,1.43,1.8692,0.80,1.8325 Trinity,trinity,149,67,11,10,2.92,2.1761,0.80,1.8325 Tuesdays,tuesdays,79,67,2,2,1.55,1.9031,0.80,1.8325 tuning,tuning,96,67,75,60,1.88,1.9868,0.80,1.8325 tyranny,tyranny,82,67,78,65,1.61,1.9191,0.80,1.8325 unsafe,unsafe,77,67,72,63,1.51,1.8921,0.80,1.8325 vascular,vascular,86,67,54,49,1.69,1.9395,0.80,1.8325 visualize,visualize,88,67,69,56,1.73,1.9494,0.80,1.8325 waterfall,waterfall,95,67,91,65,1.86,1.9823,0.80,1.8325 whooping,whooping,105,67,88,56,2.06,2.0253,0.80,1.8325 whorehouse,whorehouse,79,67,77,66,1.55,1.9031,0.80,1.8325 wipes,wipes,71,67,65,62,1.39,1.8573,0.80,1.8325 Wolfram,wolfram,249,67,0,0,4.88,2.3979,0.80,1.8325 accord,accord,83,66,77,63,1.63,1.9243,0.79,1.8261 accordance,accordance,81,66,81,66,1.59,1.9138,0.79,1.8261 admissions,admissions,111,66,77,53,2.18,2.0492,0.79,1.8261 allergy,allergy,86,66,81,65,1.69,1.9395,0.79,1.8261 backside,backside,85,66,78,63,1.67,1.9345,0.79,1.8261 bearer,bearer,92,66,88,65,1.80,1.9685,0.79,1.8261 billionaire,billionaire,98,66,94,64,1.92,1.9956,0.79,1.8261 blaring,blaring,88,66,77,59,1.73,1.9494,0.79,1.8261 blooming,blooming,81,66,75,62,1.59,1.9138,0.79,1.8261 butting,butting,74,66,73,65,1.45,1.8751,0.79,1.8261 Byron,byron,156,66,0,0,3.06,2.1959,0.79,1.8261 carcass,carcass,79,66,75,63,1.55,1.9031,0.79,1.8261 Catholics,catholics,83,66,6,4,1.63,1.9243,0.79,1.8261 chopsticks,chopsticks,93,66,75,55,1.82,1.9731,0.79,1.8261 chord,chord,93,66,92,65,1.82,1.9731,0.79,1.8261 chuckle,chuckle,81,66,69,57,1.59,1.9138,0.79,1.8261 Cleopatra,cleopatra,116,66,0,0,2.27,2.0682,0.79,1.8261 colonial,colonial,105,66,65,49,2.06,2.0253,0.79,1.8261 colossal,colossal,72,66,65,60,1.41,1.8633,0.79,1.8261 commentary,commentary,76,66,71,62,1.49,1.8865,0.79,1.8261 communion,communion,106,66,61,45,2.08,2.0294,0.79,1.8261 comp,comp,85,66,76,60,1.67,1.9345,0.79,1.8261 Countess,countess,314,66,68,29,6.16,2.4983,0.79,1.8261 courting,courting,83,66,80,64,1.63,1.9243,0.79,1.8261 crates,crates,95,66,92,63,1.86,1.9823,0.79,1.8261 cremated,cremated,97,66,90,61,1.90,1.9912,0.79,1.8261 Danish,danish,111,66,6,5,2.18,2.0492,0.79,1.8261 darts,darts,100,66,96,63,1.96,2.0043,0.79,1.8261 delays,delays,83,66,83,66,1.63,1.9243,0.79,1.8261 disperse,disperse,91,66,64,51,1.78,1.9638,0.79,1.8261 Ditto,ditto,85,66,23,17,1.67,1.9345,0.79,1.8261 downloaded,downloaded,77,66,70,62,1.51,1.8921,0.79,1.8261 edit,edit,77,66,65,58,1.51,1.8921,0.79,1.8261 enjoyment,enjoyment,69,66,68,66,1.35,1.8451,0.79,1.8261 entertainer,entertainer,84,66,79,61,1.65,1.9294,0.79,1.8261 exile,exile,95,66,84,61,1.86,1.9823,0.79,1.8261 faintest,faintest,68,66,68,66,1.33,1.8388,0.79,1.8261 ferocious,ferocious,79,66,73,62,1.55,1.9031,0.79,1.8261 firearm,firearm,76,66,74,66,1.49,1.8865,0.79,1.8261 furs,furs,81,66,74,59,1.59,1.9138,0.79,1.8261 Gale,gale,250,66,23,20,4.90,2.3997,0.79,1.8261 glide,glide,120,66,81,57,2.35,2.0828,0.79,1.8261 hallucination,hallucination,91,66,88,65,1.78,1.9638,0.79,1.8261 herbal,herbal,82,66,74,61,1.61,1.9191,0.79,1.8261 heterosexual,heterosexual,88,66,83,62,1.73,1.9494,0.79,1.8261 hideout,hideout,80,66,80,66,1.57,1.9085,0.79,1.8261 hillbilly,hillbilly,104,66,78,58,2.04,2.0212,0.79,1.8261 Homer,homer,340,66,18,11,6.67,2.5328,0.79,1.8261 honorary,honorary,77,66,69,60,1.51,1.8921,0.79,1.8261 hooters,hooters,118,66,66,40,2.31,2.0755,0.79,1.8261 hopelessly,hopelessly,78,66,65,60,1.53,1.8976,0.79,1.8261 immense,immense,82,66,77,66,1.61,1.9191,0.79,1.8261 ing,ing,83,66,83,66,1.63,1.9243,0.79,1.8261 intentional,intentional,75,66,73,64,1.47,1.8808,0.79,1.8261 intubate,intubate,96,66,87,63,1.88,1.9868,0.79,1.8261 invalid,invalid,88,66,87,65,1.73,1.9494,0.79,1.8261 itinerary,itinerary,85,66,85,66,1.67,1.9345,0.79,1.8261 journals,journals,91,66,83,64,1.78,1.9638,0.79,1.8261 keyboard,keyboard,92,66,88,63,1.80,1.9685,0.79,1.8261 lecturing,lecturing,72,66,70,64,1.41,1.8633,0.79,1.8261 lowly,lowly,87,66,84,64,1.71,1.9445,0.79,1.8261 lullaby,lullaby,88,66,67,56,1.73,1.9494,0.79,1.8261 malt,malt,84,66,73,61,1.65,1.9294,0.79,1.8261 Manchester,manchester,138,66,0,0,2.71,2.1430,0.79,1.8261 manipulating,manipulating,73,66,69,63,1.43,1.8692,0.79,1.8261 measles,measles,107,66,84,54,2.10,2.0334,0.79,1.8261 medically,medically,75,66,60,56,1.47,1.8808,0.79,1.8261 mentions,mentions,70,66,70,66,1.37,1.8513,0.79,1.8261 mildly,mildly,68,66,63,61,1.33,1.8388,0.79,1.8261 misjudged,misjudged,70,66,69,65,1.37,1.8513,0.79,1.8261 Morocco,morocco,120,66,1,1,2.35,2.0828,0.79,1.8261 Mystique,mystique,179,66,28,20,3.51,2.2553,0.79,1.8261 na,na,253,66,191,33,4.96,2.4048,0.79,1.8261 navigator,navigator,137,66,84,53,2.69,2.1399,0.79,1.8261 nifty,nifty,71,66,62,57,1.39,1.8573,0.79,1.8261 oasis,oasis,98,66,75,51,1.92,1.9956,0.79,1.8261 outburst,outburst,74,66,73,65,1.45,1.8751,0.79,1.8261 overreact,overreact,73,66,69,64,1.43,1.8692,0.79,1.8261 oversee,oversee,68,66,66,64,1.33,1.8388,0.79,1.8261 Paging,paging,104,66,33,33,2.04,2.0212,0.79,1.8261 painters,painters,96,66,91,63,1.88,1.9868,0.79,1.8261 participated,participated,71,66,71,66,1.39,1.8573,0.79,1.8261 pasture,pasture,78,66,74,64,1.53,1.8976,0.79,1.8261 peddling,peddling,67,66,64,63,1.31,1.8325,0.79,1.8261 penetrated,penetrated,73,66,72,65,1.43,1.8692,0.79,1.8261 perky,perky,85,66,70,59,1.67,1.9345,0.79,1.8261 piles,piles,91,66,83,64,1.78,1.9638,0.79,1.8261 plots,plots,86,66,67,58,1.69,1.9395,0.79,1.8261 Po,po,133,66,7,7,2.61,2.1271,0.79,1.8261 pointers,pointers,71,66,70,66,1.39,1.8573,0.79,1.8261 postman,postman,128,66,98,55,2.51,2.1106,0.79,1.8261 prying,prying,75,66,71,62,1.47,1.8808,0.79,1.8261 purge,purge,82,66,67,56,1.61,1.9191,0.79,1.8261 reactor,reactor,204,66,170,58,4.00,2.3118,0.79,1.8261 reconstruction,reconstruction,82,66,71,59,1.61,1.9191,0.79,1.8261 redundant,redundant,74,66,69,63,1.45,1.8751,0.79,1.8261 reserves,reserves,84,66,74,60,1.65,1.9294,0.79,1.8261 serpent,serpent,99,66,74,59,1.94,2.0000,0.79,1.8261 shag,shag,97,66,85,57,1.90,1.9912,0.79,1.8261 shindig,shindig,69,66,68,66,1.35,1.8451,0.79,1.8261 sipping,sipping,71,66,61,57,1.39,1.8573,0.79,1.8261 slab,slab,94,66,72,63,1.84,1.9777,0.79,1.8261 smarts,smarts,76,66,73,63,1.49,1.8865,0.79,1.8261 snug,snug,73,66,60,56,1.43,1.8692,0.79,1.8261 softball,softball,115,66,112,64,2.25,2.0645,0.79,1.8261 sparkle,sparkle,85,66,60,55,1.67,1.9345,0.79,1.8261 squads,squads,104,66,90,64,2.04,2.0212,0.79,1.8261 stabilized,stabilized,71,66,67,63,1.39,1.8573,0.79,1.8261 stairway,stairway,81,66,68,57,1.59,1.9138,0.79,1.8261 startling,startling,70,66,64,62,1.37,1.8513,0.79,1.8261 strained,strained,70,66,66,62,1.37,1.8513,0.79,1.8261 strips,strips,83,66,81,64,1.63,1.9243,0.79,1.8261 structural,structural,93,66,84,60,1.82,1.9731,0.79,1.8261 stung,stung,78,66,75,63,1.53,1.8976,0.79,1.8261 swallows,swallows,85,66,66,61,1.67,1.9345,0.79,1.8261 syndicate,syndicate,102,66,83,62,2.00,2.0128,0.79,1.8261 tiniest,tiniest,68,66,67,65,1.33,1.8388,0.79,1.8261 topless,topless,100,66,93,61,1.96,2.0043,0.79,1.8261 transcripts,transcripts,78,66,62,51,1.53,1.8976,0.79,1.8261 tutoring,tutoring,102,66,95,62,2.00,2.0128,0.79,1.8261 undertaker,undertaker,78,66,76,64,1.53,1.8976,0.79,1.8261 unthinkable,unthinkable,69,66,68,65,1.35,1.8451,0.79,1.8261 urgency,urgency,73,66,73,66,1.43,1.8692,0.79,1.8261 varsity,varsity,89,66,67,51,1.75,1.9542,0.79,1.8261 Vivian,vivian,301,66,0,0,5.90,2.4800,0.79,1.8261 Wa,wa,123,66,58,43,2.41,2.0934,0.79,1.8261 wiener,wiener,113,66,74,54,2.22,2.0569,0.79,1.8261 worships,worships,68,66,67,65,1.33,1.8388,0.79,1.8261 accountable,accountable,72,65,72,65,1.41,1.8633,0.77,1.8195 accuracy,accuracy,76,65,73,63,1.49,1.8865,0.77,1.8195 advancing,advancing,76,65,73,63,1.49,1.8865,0.77,1.8195 arithmetic,arithmetic,78,65,73,63,1.53,1.8976,0.77,1.8195 Armstrong,armstrong,264,65,0,0,5.18,2.4232,0.77,1.8195 assumptions,assumptions,72,65,70,64,1.41,1.8633,0.77,1.8195 blinding,blinding,75,65,68,59,1.47,1.8808,0.77,1.8195 bologna,bologna,99,65,68,49,1.94,2.0000,0.77,1.8195 bracelets,bracelets,99,65,94,62,1.94,2.0000,0.77,1.8195 Bree,bree,469,65,13,5,9.20,2.6721,0.77,1.8195 Bubba,bubba,208,65,29,19,4.08,2.3201,0.77,1.8195 capsule,capsule,130,65,125,63,2.55,2.1173,0.77,1.8195 caretaker,caretaker,125,65,86,59,2.45,2.1004,0.77,1.8195 Cha,cha,210,65,87,33,4.12,2.3243,0.77,1.8195 commissioned,commissioned,72,65,69,63,1.41,1.8633,0.77,1.8195 component,component,81,65,78,63,1.59,1.9138,0.77,1.8195 components,components,84,65,82,64,1.65,1.9294,0.77,1.8195 compose,compose,80,65,72,59,1.57,1.9085,0.77,1.8195 consists,consists,68,65,68,65,1.33,1.8388,0.77,1.8195 contraption,contraption,75,65,74,65,1.47,1.8808,0.77,1.8195 creamed,creamed,82,65,70,59,1.61,1.9191,0.77,1.8195 credible,credible,84,65,78,63,1.65,1.9294,0.77,1.8195 crowned,crowned,88,65,82,61,1.73,1.9494,0.77,1.8195 delicacy,delicacy,71,65,69,65,1.39,1.8573,0.77,1.8195 density,density,73,65,71,64,1.43,1.8692,0.77,1.8195 directive,directive,90,65,78,58,1.76,1.9590,0.77,1.8195 dominant,dominant,82,65,80,63,1.61,1.9191,0.77,1.8195 doo,doo,220,65,144,42,4.31,2.3444,0.77,1.8195 dung,dung,90,65,81,59,1.76,1.9590,0.77,1.8195 ecstatic,ecstatic,69,65,56,53,1.35,1.8451,0.77,1.8195 enclosed,enclosed,75,65,56,50,1.47,1.8808,0.77,1.8195 endorsement,endorsement,71,65,71,65,1.39,1.8573,0.77,1.8195 espionage,espionage,87,65,79,61,1.71,1.9445,0.77,1.8195 extinction,extinction,76,65,71,63,1.49,1.8865,0.77,1.8195 Ferris,ferris,209,65,24,10,4.10,2.3222,0.77,1.8195 fertilizer,fertilizer,100,65,86,60,1.96,2.0043,0.77,1.8195 fibers,fibers,111,65,105,63,2.18,2.0492,0.77,1.8195 firewood,firewood,77,65,72,62,1.51,1.8921,0.77,1.8195 flakes,flakes,95,65,72,53,1.86,1.9823,0.77,1.8195 flattery,flattery,70,65,53,49,1.37,1.8513,0.77,1.8195 Fletcher,fletcher,414,65,0,0,8.12,2.6180,0.77,1.8195 floated,floated,68,65,65,63,1.33,1.8388,0.77,1.8195 fluke,fluke,89,65,80,61,1.75,1.9542,0.77,1.8195 flushing,flushing,75,65,59,53,1.47,1.8808,0.77,1.8195 folly,folly,74,65,65,58,1.45,1.8751,0.77,1.8195 forwards,forwards,71,65,67,61,1.39,1.8573,0.77,1.8195 freshly,freshly,71,65,58,54,1.39,1.8573,0.77,1.8195 Gamma,gamma,179,65,58,34,3.51,2.2553,0.77,1.8195 generic,generic,78,65,63,55,1.53,1.8976,0.77,1.8195 Gesundheit,gesundheit,73,65,10,9,1.43,1.8692,0.77,1.8195 giddy,giddy,91,65,60,48,1.78,1.9638,0.77,1.8195 gloss,gloss,74,65,74,65,1.45,1.8751,0.77,1.8195 heartache,heartache,74,65,71,64,1.45,1.8751,0.77,1.8195 honks,honks,88,65,68,53,1.73,1.9494,0.77,1.8195 horrific,horrific,70,65,64,61,1.37,1.8513,0.77,1.8195 hurl,hurl,69,65,63,59,1.35,1.8451,0.77,1.8195 Hurley,hurley,215,65,1,1,4.22,2.3345,0.77,1.8195 hypocrisy,hypocrisy,84,65,78,63,1.65,1.9294,0.77,1.8195 inventions,inventions,83,65,81,63,1.63,1.9243,0.77,1.8195 judgmental,judgmental,77,65,74,63,1.51,1.8921,0.77,1.8195 lard,lard,86,65,68,59,1.69,1.9395,0.77,1.8195 leaked,leaked,79,65,77,64,1.55,1.9031,0.77,1.8195 lighthouse,lighthouse,157,65,122,55,3.08,2.1987,0.77,1.8195 listeners,listeners,89,65,85,64,1.75,1.9542,0.77,1.8195 livelihood,livelihood,76,65,76,65,1.49,1.8865,0.77,1.8195 Lordy,lordy,108,65,22,12,2.12,2.0374,0.77,1.8195 lovable,lovable,91,65,87,64,1.78,1.9638,0.77,1.8195 maggot,maggot,81,65,75,60,1.59,1.9138,0.77,1.8195 makers,makers,80,65,71,59,1.57,1.9085,0.77,1.8195 Marx,marx,128,65,0,0,2.51,2.1106,0.77,1.8195 maternal,maternal,75,65,69,60,1.47,1.8808,0.77,1.8195 mints,mints,81,65,70,55,1.59,1.9138,0.77,1.8195 Nat,nat,182,65,3,3,3.57,2.2625,0.77,1.8195 nationwide,nationwide,68,65,65,62,1.33,1.8388,0.77,1.8195 neatly,neatly,68,65,66,64,1.33,1.8388,0.77,1.8195 nightly,nightly,70,65,64,59,1.37,1.8513,0.77,1.8195 nudity,nudity,89,65,80,59,1.75,1.9542,0.77,1.8195 organism,organism,104,65,104,65,2.04,2.0212,0.77,1.8195 overlooking,overlooking,69,65,66,62,1.35,1.8451,0.77,1.8195 Peachy,peachy,105,65,48,46,2.06,2.0253,0.77,1.8195 perv,perv,85,65,76,58,1.67,1.9345,0.77,1.8195 plaque,plaque,106,65,102,63,2.08,2.0294,0.77,1.8195 potent,potent,76,65,75,65,1.49,1.8865,0.77,1.8195 pressures,pressures,73,65,72,64,1.43,1.8692,0.77,1.8195 publicist,publicist,97,65,97,65,1.90,1.9912,0.77,1.8195 puffy,puffy,86,65,67,53,1.69,1.9395,0.77,1.8195 quieter,quieter,71,65,69,65,1.39,1.8573,0.77,1.8195 Radiology,radiology,103,65,10,9,2.02,2.0170,0.77,1.8195 recalled,recalled,80,65,77,65,1.57,1.9085,0.77,1.8195 ref,ref,129,65,100,55,2.53,2.1139,0.77,1.8195 replacements,replacements,94,65,85,57,1.84,1.9777,0.77,1.8195 residential,residential,91,65,85,59,1.78,1.9638,0.77,1.8195 riddles,riddles,93,65,80,61,1.82,1.9731,0.77,1.8195 rung,rung,71,65,70,64,1.39,1.8573,0.77,1.8195 scanners,scanners,113,65,101,60,2.22,2.0569,0.77,1.8195 schooling,schooling,73,65,72,64,1.43,1.8692,0.77,1.8195 selfless,selfless,93,65,90,63,1.82,1.9731,0.77,1.8195 sensual,sensual,77,65,71,60,1.51,1.8921,0.77,1.8195 sever,sever,80,65,59,57,1.57,1.9085,0.77,1.8195 shatter,shatter,72,65,68,63,1.41,1.8633,0.77,1.8195 Shelly,shelly,419,65,1,1,8.22,2.6232,0.77,1.8195 shrinks,shrinks,77,65,74,63,1.51,1.8921,0.77,1.8195 sighting,sighting,79,65,76,62,1.55,1.9031,0.77,1.8195 Solomon,solomon,155,65,0,0,3.04,2.1931,0.77,1.8195 solves,solves,69,65,66,63,1.35,1.8451,0.77,1.8195 stares,stares,67,65,66,65,1.31,1.8325,0.77,1.8195 sublime,sublime,74,65,68,61,1.45,1.8751,0.77,1.8195 tedious,tedious,73,65,70,63,1.43,1.8692,0.77,1.8195 telephones,telephones,67,65,61,60,1.31,1.8325,0.77,1.8195 tipping,tipping,82,65,76,61,1.61,1.9191,0.77,1.8195 tragically,tragically,68,65,56,54,1.33,1.8388,0.77,1.8195 transmissions,transmissions,83,65,79,62,1.63,1.9243,0.77,1.8195 troublesome,troublesome,79,65,76,64,1.55,1.9031,0.77,1.8195 trusty,trusty,72,65,69,62,1.41,1.8633,0.77,1.8195 turtles,turtles,153,65,121,53,3.00,2.1875,0.77,1.8195 twit,twit,71,65,68,62,1.39,1.8573,0.77,1.8195 Vernon,vernon,183,65,2,1,3.59,2.2648,0.77,1.8195 voltage,voltage,85,65,77,59,1.67,1.9345,0.77,1.8195 Willows,willows,97,65,16,11,1.90,1.9912,0.77,1.8195 Wonderland,wonderland,93,65,39,27,1.82,1.9731,0.77,1.8195 wuss,wuss,95,65,81,57,1.86,1.9823,0.77,1.8195 zones,zones,90,65,89,64,1.76,1.9590,0.77,1.8195 aches,aches,77,64,77,64,1.51,1.8921,0.76,1.8129 acquisition,acquisition,74,64,71,62,1.45,1.8751,0.76,1.8129 affidavit,affidavit,100,64,100,64,1.96,2.0043,0.76,1.8129 apprentice,apprentice,99,64,85,52,1.94,2.0000,0.76,1.8129 aroma,aroma,69,64,67,63,1.35,1.8451,0.76,1.8129 attitudes,attitudes,69,64,67,62,1.35,1.8451,0.76,1.8129 Bailiff,bailiff,110,64,46,31,2.16,2.0453,0.76,1.8129 bathrobe,bathrobe,85,64,79,63,1.67,1.9345,0.76,1.8129 battleship,battleship,87,64,70,56,1.71,1.9445,0.76,1.8129 behavioral,behavioral,79,64,57,50,1.55,1.9031,0.76,1.8129 believable,believable,72,64,71,63,1.41,1.8633,0.76,1.8129 bends,bends,77,64,77,64,1.51,1.8921,0.76,1.8129 blizzard,blizzard,99,64,96,63,1.94,2.0000,0.76,1.8129 breathed,breathed,71,64,69,63,1.39,1.8573,0.76,1.8129 brighten,brighten,70,64,63,58,1.37,1.8513,0.76,1.8129 bub,bub,83,64,67,58,1.63,1.9243,0.76,1.8129 bubbly,bubbly,70,64,66,61,1.37,1.8513,0.76,1.8129 cadet,cadet,176,64,101,46,3.45,2.2480,0.76,1.8129 Casanova,casanova,184,64,1,1,3.61,2.2672,0.76,1.8129 casserole,casserole,85,64,83,63,1.67,1.9345,0.76,1.8129 complication,complication,71,64,69,63,1.39,1.8573,0.76,1.8129 conformed,conformed,64,64,64,64,1.25,1.8129,0.76,1.8129 conned,conned,68,64,66,62,1.33,1.8388,0.76,1.8129 consented,consented,64,64,64,64,1.25,1.8129,0.76,1.8129 construct,construct,74,64,72,63,1.45,1.8751,0.76,1.8129 contemplating,contemplating,69,64,65,62,1.35,1.8451,0.76,1.8129 contractions,contractions,99,64,92,60,1.94,2.0000,0.76,1.8129 coworkers,coworkers,73,64,70,62,1.43,1.8692,0.76,1.8129 criteria,criteria,91,64,85,64,1.78,1.9638,0.76,1.8129 criticizing,criticizing,67,64,66,63,1.31,1.8325,0.76,1.8129 crossword,crossword,89,64,87,62,1.75,1.9542,0.76,1.8129 curses,curses,82,64,53,44,1.61,1.9191,0.76,1.8129 decisive,decisive,66,64,65,63,1.29,1.8261,0.76,1.8129 deposited,deposited,72,64,72,64,1.41,1.8633,0.76,1.8129 deprive,deprive,67,64,65,62,1.31,1.8325,0.76,1.8129 detest,detest,73,64,72,63,1.43,1.8692,0.76,1.8129 disciplinary,disciplinary,82,64,73,60,1.61,1.9191,0.76,1.8129 documentation,documentation,69,64,66,62,1.35,1.8451,0.76,1.8129 drains,drains,78,64,75,61,1.53,1.8976,0.76,1.8129 duly,duly,69,64,49,46,1.35,1.8451,0.76,1.8129 dusting,dusting,67,64,57,54,1.31,1.8325,0.76,1.8129 eater,eater,80,64,74,58,1.57,1.9085,0.76,1.8129 edible,edible,70,64,60,56,1.37,1.8513,0.76,1.8129 eerie,eerie,89,64,76,57,1.75,1.9542,0.76,1.8129 eldest,eldest,77,64,77,64,1.51,1.8921,0.76,1.8129 elect,elect,72,64,68,60,1.41,1.8633,0.76,1.8129 extravagant,extravagant,74,64,71,62,1.45,1.8751,0.76,1.8129 feisty,feisty,71,64,57,52,1.39,1.8573,0.76,1.8129 fetching,fetching,66,64,60,59,1.29,1.8261,0.76,1.8129 forests,forests,81,64,78,61,1.59,1.9138,0.76,1.8129 friendships,friendships,71,64,64,58,1.39,1.8573,0.76,1.8129 Frosty,frosty,121,64,40,37,2.37,2.0864,0.76,1.8129 generated,generated,67,64,66,63,1.31,1.8325,0.76,1.8129 gent,gent,82,64,76,60,1.61,1.9191,0.76,1.8129 geometry,geometry,94,64,84,59,1.84,1.9777,0.76,1.8129 gigs,gigs,83,64,82,63,1.63,1.9243,0.76,1.8129 goon,goon,116,64,67,55,2.27,2.0682,0.76,1.8129 Gras,gras,86,64,42,32,1.69,1.9395,0.76,1.8129 handler,handler,140,64,114,58,2.75,2.1492,0.76,1.8129 hesitated,hesitated,67,64,64,61,1.31,1.8325,0.76,1.8129 hogs,hogs,101,64,81,60,1.98,2.0086,0.76,1.8129 impound,impound,85,64,77,58,1.67,1.9345,0.76,1.8129 incompetence,incompetence,76,64,74,63,1.49,1.8865,0.76,1.8129 inflict,inflict,69,64,68,63,1.35,1.8451,0.76,1.8129 interact,interact,73,64,72,64,1.43,1.8692,0.76,1.8129 Jerusalem,jerusalem,217,64,0,0,4.25,2.3385,0.76,1.8129 jive,jive,86,64,77,58,1.69,1.9395,0.76,1.8129 lavender,lavender,104,64,65,44,2.04,2.0212,0.76,1.8129 liberties,liberties,79,64,65,57,1.55,1.9031,0.76,1.8129 marketplace,marketplace,83,64,83,64,1.63,1.9243,0.76,1.8129 Norm,norm,170,64,28,28,3.33,2.2330,0.76,1.8129 octopus,octopus,99,64,87,56,1.94,2.0000,0.76,1.8129 openings,openings,78,64,71,63,1.53,1.8976,0.76,1.8129 ordinance,ordinance,86,64,66,49,1.69,1.9395,0.76,1.8129 organizations,organizations,71,64,68,61,1.39,1.8573,0.76,1.8129 originated,originated,68,64,67,63,1.33,1.8388,0.76,1.8129 parameters,parameters,72,64,71,63,1.41,1.8633,0.76,1.8129 poisons,poisons,70,64,66,61,1.37,1.8513,0.76,1.8129 potassium,potassium,84,64,71,58,1.65,1.9294,0.76,1.8129 presumptuous,presumptuous,69,64,69,64,1.35,1.8451,0.76,1.8129 pricks,pricks,74,64,71,63,1.45,1.8751,0.76,1.8129 rabies,rabies,112,64,99,64,2.20,2.0531,0.76,1.8129 ranking,ranking,71,64,70,63,1.39,1.8573,0.76,1.8129 recycling,recycling,80,64,72,58,1.57,1.9085,0.76,1.8129 regretted,regretted,71,64,69,62,1.39,1.8573,0.76,1.8129 rehearsed,rehearsed,68,64,67,64,1.33,1.8388,0.76,1.8129 resemble,resemble,87,64,78,64,1.71,1.9445,0.76,1.8129 reservoir,reservoir,95,64,77,55,1.86,1.9823,0.76,1.8129 responses,responses,80,64,80,64,1.57,1.9085,0.76,1.8129 Rev,rev,207,64,19,19,4.06,2.3181,0.76,1.8129 riled,riled,74,64,70,64,1.45,1.8751,0.76,1.8129 roaches,roaches,102,64,83,56,2.00,2.0128,0.76,1.8129 rump,rump,72,64,68,62,1.41,1.8633,0.76,1.8129 scarred,scarred,67,64,67,64,1.31,1.8325,0.76,1.8129 seams,seams,68,64,68,64,1.33,1.8388,0.76,1.8129 secretaries,secretaries,74,64,67,59,1.45,1.8751,0.76,1.8129 shrinking,shrinking,81,64,75,63,1.59,1.9138,0.76,1.8129 Sicily,sicily,145,64,0,0,2.84,2.1644,0.76,1.8129 simplicity,simplicity,69,64,60,56,1.35,1.8451,0.76,1.8129 simulation,simulation,115,64,101,60,2.25,2.0645,0.76,1.8129 sneaks,sneaks,66,64,63,61,1.29,1.8261,0.76,1.8129 spiked,spiked,69,64,65,62,1.35,1.8451,0.76,1.8129 Stokes,stokes,146,64,1,1,2.86,2.1673,0.76,1.8129 strand,strand,94,64,52,45,1.84,1.9777,0.76,1.8129 stripping,stripping,76,64,64,58,1.49,1.8865,0.76,1.8129 strut,strut,80,64,71,59,1.57,1.9085,0.76,1.8129 supervised,supervised,71,64,70,64,1.39,1.8573,0.76,1.8129 swimsuit,swimsuit,101,64,85,56,1.98,2.0086,0.76,1.8129 Tahiti,tahiti,156,64,0,0,3.06,2.1959,0.76,1.8129 temples,temples,80,64,71,58,1.57,1.9085,0.76,1.8129 tempo,tempo,86,64,75,58,1.69,1.9395,0.76,1.8129 therapeutic,therapeutic,72,64,70,63,1.41,1.8633,0.76,1.8129 thrills,thrills,73,64,63,56,1.43,1.8692,0.76,1.8129 tides,tides,80,64,70,57,1.57,1.9085,0.76,1.8129 tonsils,tonsils,76,64,71,63,1.49,1.8865,0.76,1.8129 transfusion,transfusion,78,64,76,62,1.53,1.8976,0.76,1.8129 trays,trays,78,64,78,64,1.53,1.8976,0.76,1.8129 tribes,tribes,99,64,98,64,1.94,2.0000,0.76,1.8129 tumble,tumble,79,64,74,62,1.55,1.9031,0.76,1.8129 twitch,twitch,109,64,70,59,2.14,2.0414,0.76,1.8129 unexplained,unexplained,79,64,72,58,1.55,1.9031,0.76,1.8129 unkind,unkind,71,64,68,62,1.39,1.8573,0.76,1.8129 unwanted,unwanted,70,64,67,61,1.37,1.8513,0.76,1.8129 venom,venom,119,64,115,62,2.33,2.0792,0.76,1.8129 vie,vie,110,64,90,57,2.16,2.0453,0.76,1.8129 vulture,vulture,90,64,66,60,1.76,1.9590,0.76,1.8129 wept,wept,71,64,69,62,1.39,1.8573,0.76,1.8129 Wyoming,wyoming,110,64,0,0,2.16,2.0453,0.76,1.8129 apparatus,apparatus,77,63,76,62,1.51,1.8921,0.75,1.8062 ar,ar,114,63,76,52,2.24,2.0607,0.75,1.8062 attentive,attentive,66,63,65,62,1.29,1.8261,0.75,1.8062 Bart,bart,345,63,0,0,6.76,2.5391,0.75,1.8062 berserk,berserk,70,63,68,62,1.37,1.8513,0.75,1.8062 blasphemy,blasphemy,75,63,54,51,1.47,1.8808,0.75,1.8062 branded,branded,79,63,71,59,1.55,1.9031,0.75,1.8062 bullied,bullied,86,63,84,62,1.69,1.9395,0.75,1.8062 celery,celery,95,63,82,56,1.86,1.9823,0.75,1.8062 chaser,chaser,66,63,60,58,1.29,1.8261,0.75,1.8062 circled,circled,71,63,68,60,1.39,1.8573,0.75,1.8062 civilisation,civilisation,109,63,106,60,2.14,2.0414,0.75,1.8062 clerks,clerks,92,63,64,57,1.80,1.9685,0.75,1.8062 coarse,coarse,69,63,62,58,1.35,1.8451,0.75,1.8062 conditioned,conditioned,76,63,73,61,1.49,1.8865,0.75,1.8062 confessing,confessing,74,63,69,58,1.45,1.8751,0.75,1.8062 coordinator,coordinator,81,63,74,58,1.59,1.9138,0.75,1.8062 cosmetics,cosmetics,98,63,86,57,1.92,1.9956,0.75,1.8062 cram,cram,77,63,54,52,1.51,1.8921,0.75,1.8062 crumb,crumb,92,63,64,60,1.80,1.9685,0.75,1.8062 Csi,csi,117,63,4,3,2.29,2.0719,0.75,1.8062 cum,cum,104,63,68,54,2.04,2.0212,0.75,1.8062 curls,curls,79,63,67,57,1.55,1.9031,0.75,1.8062 deemed,deemed,71,63,69,61,1.39,1.8573,0.75,1.8062 defenseless,defenseless,68,63,63,59,1.33,1.8388,0.75,1.8062 Democrat,democrat,86,63,12,12,1.69,1.9395,0.75,1.8062 detonated,detonated,92,63,90,63,1.80,1.9685,0.75,1.8062 diagnostic,diagnostic,72,63,66,58,1.41,1.8633,0.75,1.8062 discourage,discourage,68,63,67,62,1.33,1.8388,0.75,1.8062 displays,displays,64,63,62,61,1.25,1.8129,0.75,1.8062 distressed,distressed,71,63,69,62,1.39,1.8573,0.75,1.8062 distributed,distributed,67,63,60,56,1.31,1.8325,0.75,1.8062 docking,docking,108,63,94,55,2.12,2.0374,0.75,1.8062 domination,domination,79,63,69,61,1.55,1.9031,0.75,1.8062 donations,donations,76,63,73,60,1.49,1.8865,0.75,1.8062 doubting,doubting,65,63,62,60,1.27,1.8195,0.75,1.8062 embraced,embraced,67,63,67,63,1.31,1.8325,0.75,1.8062 emphasis,emphasis,65,63,58,56,1.27,1.8195,0.75,1.8062 Ernest,ernest,238,63,1,1,4.67,2.3784,0.75,1.8062 exceptionally,exceptionally,77,63,72,62,1.51,1.8921,0.75,1.8062 explorer,explorer,97,63,58,45,1.90,1.9912,0.75,1.8062 fainting,fainting,64,63,60,60,1.25,1.8129,0.75,1.8062 fangs,fangs,91,63,80,58,1.78,1.9638,0.75,1.8062 Finch,finch,205,63,18,11,4.02,2.3139,0.75,1.8062 freshmen,freshmen,92,63,85,58,1.80,1.9685,0.75,1.8062 gala,gala,90,63,80,57,1.76,1.9590,0.75,1.8062 grandchild,grandchild,78,63,78,63,1.53,1.8976,0.75,1.8062 hammering,hammering,80,63,71,59,1.57,1.9085,0.75,1.8062 headphones,headphones,80,63,69,59,1.57,1.9085,0.75,1.8062 heathen,heathen,81,63,73,59,1.59,1.9138,0.75,1.8062 highways,highways,69,63,67,61,1.35,1.8451,0.75,1.8062 holdings,holdings,78,63,71,58,1.53,1.8976,0.75,1.8062 imperial,imperial,126,63,101,48,2.47,2.1038,0.75,1.8062 inevitably,inevitably,65,63,59,58,1.27,1.8195,0.75,1.8062 internally,internally,65,63,62,60,1.27,1.8195,0.75,1.8062 interpreter,interpreter,91,63,86,61,1.78,1.9638,0.75,1.8062 intimidating,intimidating,70,63,63,57,1.37,1.8513,0.75,1.8062 ivory,ivory,71,63,65,58,1.39,1.8573,0.75,1.8062 Jaguar,jaguar,121,63,29,12,2.37,2.0864,0.75,1.8062 jams,jams,64,63,58,58,1.25,1.8129,0.75,1.8062 kindest,kindest,70,63,65,58,1.37,1.8513,0.75,1.8062 Koreans,koreans,97,63,6,4,1.90,1.9912,0.75,1.8062 Lakers,lakers,94,63,0,0,1.84,1.9777,0.75,1.8062 lambs,lambs,85,63,63,46,1.67,1.9345,0.75,1.8062 Lang,lang,198,63,35,23,3.88,2.2989,0.75,1.8062 limbo,limbo,121,63,97,56,2.37,2.0864,0.75,1.8062 literal,literal,69,63,66,61,1.35,1.8451,0.75,1.8062 litigation,litigation,74,63,65,58,1.45,1.8751,0.75,1.8062 louse,louse,86,63,84,62,1.69,1.9395,0.75,1.8062 Mamma,mamma,154,63,53,29,3.02,2.1903,0.75,1.8062 manipulation,manipulation,69,63,68,62,1.35,1.8451,0.75,1.8062 mediocre,mediocre,71,63,69,61,1.39,1.8573,0.75,1.8062 Metropolitan,metropolitan,76,63,32,30,1.49,1.8865,0.75,1.8062 misdemeanor,misdemeanor,73,63,70,61,1.43,1.8692,0.75,1.8062 mules,mules,120,63,115,60,2.35,2.0828,0.75,1.8062 nag,nag,111,63,97,61,2.18,2.0492,0.75,1.8062 Ness,ness,137,63,13,10,2.69,2.1399,0.75,1.8062 newlyweds,newlyweds,74,63,58,51,1.45,1.8751,0.75,1.8062 Norma,norma,206,63,1,1,4.04,2.3160,0.75,1.8062 ointment,ointment,83,63,79,61,1.63,1.9243,0.75,1.8062 oppression,oppression,76,63,75,63,1.49,1.8865,0.75,1.8062 orchids,orchids,134,63,123,59,2.63,2.1303,0.75,1.8062 passionately,passionately,72,63,65,58,1.41,1.8633,0.75,1.8062 peer,peer,78,63,70,56,1.53,1.8976,0.75,1.8062 perk,perk,72,63,58,55,1.41,1.8633,0.75,1.8062 Peru,peru,147,63,0,0,2.88,2.1703,0.75,1.8062 petals,petals,77,63,77,63,1.51,1.8921,0.75,1.8062 pimple,pimple,85,63,81,60,1.67,1.9345,0.75,1.8062 plank,plank,104,63,84,58,2.04,2.0212,0.75,1.8062 pleaded,pleaded,67,63,65,62,1.31,1.8325,0.75,1.8062 plumb,plumb,86,63,79,60,1.69,1.9395,0.75,1.8062 preview,preview,73,63,69,59,1.43,1.8692,0.75,1.8062 princes,princes,105,63,83,58,2.06,2.0253,0.75,1.8062 privy,privy,76,63,70,60,1.49,1.8865,0.75,1.8062 puzzled,puzzled,70,63,67,62,1.37,1.8513,0.75,1.8062 rambling,rambling,69,63,66,61,1.35,1.8451,0.75,1.8062 reins,reins,74,63,74,63,1.45,1.8751,0.75,1.8062 ringer,ringer,85,63,71,54,1.67,1.9345,0.75,1.8062 Rue,rue,90,63,29,27,1.76,1.9590,0.75,1.8062 sage,sage,89,63,57,49,1.75,1.9542,0.75,1.8062 Sayonara,sayonara,84,63,23,20,1.65,1.9294,0.75,1.8062 scarier,scarier,68,63,65,60,1.33,1.8388,0.75,1.8062 scheduling,scheduling,64,63,57,56,1.25,1.8129,0.75,1.8062 scoffs,scoffs,78,63,48,38,1.53,1.8976,0.75,1.8062 sexiest,sexiest,73,63,64,56,1.43,1.8692,0.75,1.8062 starship,starship,145,63,102,53,2.84,2.1644,0.75,1.8062 statistically,statistically,70,63,40,37,1.37,1.8513,0.75,1.8062 subsequent,subsequent,64,63,62,62,1.25,1.8129,0.75,1.8062 sufficiently,sufficiently,71,63,69,62,1.39,1.8573,0.75,1.8062 surpassed,surpassed,66,63,66,63,1.29,1.8261,0.75,1.8062 Tarzan,tarzan,496,63,0,0,9.73,2.6964,0.75,1.8062 toasted,toasted,67,63,64,60,1.31,1.8325,0.75,1.8062 Trey,trey,344,63,6,6,6.75,2.5378,0.75,1.8062 Twain,twain,145,63,14,11,2.84,2.1644,0.75,1.8062 tyres,tyres,136,63,99,48,2.67,2.1367,0.75,1.8062 unannounced,unannounced,67,63,65,62,1.31,1.8325,0.75,1.8062 untrue,untrue,74,63,68,59,1.45,1.8751,0.75,1.8062 updated,updated,67,63,65,62,1.31,1.8325,0.75,1.8062 venue,venue,73,63,73,63,1.43,1.8692,0.75,1.8062 wallets,wallets,77,63,72,60,1.51,1.8921,0.75,1.8062 Yang,yang,252,63,25,24,4.94,2.4031,0.75,1.8062 accessed,accessed,78,62,75,61,1.53,1.8976,0.74,1.7993 afterlife,afterlife,81,62,79,61,1.59,1.9138,0.74,1.7993 apprehend,apprehend,73,62,69,60,1.43,1.8692,0.74,1.7993 assailant,assailant,75,62,73,60,1.47,1.8808,0.74,1.7993 attire,attire,76,62,72,60,1.49,1.8865,0.74,1.7993 authors,authors,71,62,65,56,1.39,1.8573,0.74,1.7993 beseech,beseech,79,62,77,60,1.55,1.9031,0.74,1.7993 bias,bias,82,62,81,61,1.61,1.9191,0.74,1.7993 Billie,billie,379,62,1,1,7.43,2.5798,0.74,1.7993 blazes,blazes,76,62,75,61,1.49,1.8865,0.74,1.7993 blurry,blurry,70,62,67,60,1.37,1.8513,0.74,1.7993 bonded,bonded,80,62,70,60,1.57,1.9085,0.74,1.7993 bullies,bullies,89,62,84,59,1.75,1.9542,0.74,1.7993 bunnies,bunnies,92,62,77,55,1.80,1.9685,0.74,1.7993 Burton,burton,157,62,1,1,3.08,2.1987,0.74,1.7993 busboy,busboy,86,62,83,60,1.69,1.9395,0.74,1.7993 ceased,ceased,68,62,68,62,1.33,1.8388,0.74,1.7993 chimes,chimes,87,62,80,58,1.71,1.9445,0.74,1.7993 cockeyed,cockeyed,77,62,76,61,1.51,1.8921,0.74,1.7993 comet,comet,157,62,119,48,3.08,2.1987,0.74,1.7993 commie,commie,84,62,44,36,1.65,1.9294,0.74,1.7993 commits,commits,66,62,65,61,1.29,1.8261,0.74,1.7993 commonly,commonly,64,62,62,60,1.25,1.8129,0.74,1.7993 competitor,competitor,70,62,69,62,1.37,1.8513,0.74,1.7993 continents,continents,75,62,70,59,1.47,1.8808,0.74,1.7993 converse,converse,66,62,50,48,1.29,1.8261,0.74,1.7993 crater,crater,132,62,95,57,2.59,2.1239,0.74,1.7993 crucify,crucify,111,62,77,60,2.18,2.0492,0.74,1.7993 crutches,crutches,83,62,75,59,1.63,1.9243,0.74,1.7993 cubicle,cubicle,131,62,123,60,2.57,2.1206,0.74,1.7993 deathbed,deathbed,68,62,65,59,1.33,1.8388,0.74,1.7993 delete,delete,90,62,66,50,1.76,1.9590,0.74,1.7993 develops,develops,63,62,62,61,1.24,1.8062,0.74,1.7993 disqualified,disqualified,85,62,79,59,1.67,1.9345,0.74,1.7993 distributor,distributor,78,62,71,56,1.53,1.8976,0.74,1.7993 dominated,dominated,75,62,75,62,1.47,1.8808,0.74,1.7993 donating,donating,66,62,62,58,1.29,1.8261,0.74,1.7993 dopey,dopey,72,62,43,40,1.41,1.8633,0.74,1.7993 downside,downside,66,62,57,54,1.29,1.8261,0.74,1.7993 draining,draining,69,62,65,60,1.35,1.8451,0.74,1.7993 dreaded,dreaded,69,62,65,58,1.35,1.8451,0.74,1.7993 echoing,echoing,131,62,101,46,2.57,2.1206,0.74,1.7993 embark,embark,64,62,64,62,1.25,1.8129,0.74,1.7993 Emerald,emerald,131,62,63,39,2.57,2.1206,0.74,1.7993 eminent,eminent,84,62,76,58,1.65,1.9294,0.74,1.7993 endurance,endurance,68,62,61,57,1.33,1.8388,0.74,1.7993 enlightenment,enlightenment,74,62,61,53,1.45,1.8751,0.74,1.7993 expectation,expectation,67,62,67,62,1.31,1.8325,0.74,1.7993 expendable,expendable,77,62,73,61,1.51,1.8921,0.74,1.7993 explicit,explicit,71,62,70,61,1.39,1.8573,0.74,1.7993 faithfully,faithfully,77,62,76,61,1.51,1.8921,0.74,1.7993 filmmaker,filmmaker,104,62,100,59,2.04,2.0212,0.74,1.7993 finder,finder,85,62,78,58,1.67,1.9345,0.74,1.7993 flannel,flannel,70,62,58,55,1.37,1.8513,0.74,1.7993 gadgets,gadgets,71,62,69,60,1.39,1.8573,0.74,1.7993 Gestapo,gestapo,185,62,10,7,3.63,2.2695,0.74,1.7993 goddam,goddam,204,62,151,56,4.00,2.3118,0.74,1.7993 Godspeed,godspeed,67,62,1,1,1.31,1.8325,0.74,1.7993 gracefully,gracefully,66,62,65,61,1.29,1.8261,0.74,1.7993 gypsies,gypsies,121,62,61,36,2.37,2.0864,0.74,1.7993 havoc,havoc,69,62,66,61,1.35,1.8451,0.74,1.7993 healthier,healthier,64,62,61,59,1.25,1.8129,0.74,1.7993 hemisphere,hemisphere,76,62,45,39,1.49,1.8865,0.74,1.7993 hobo,hobo,91,62,63,56,1.78,1.9638,0.74,1.7993 humidity,humidity,68,62,59,54,1.33,1.8388,0.74,1.7993 hymn,hymn,83,62,63,49,1.63,1.9243,0.74,1.7993 imagery,imagery,74,62,72,62,1.45,1.8751,0.74,1.7993 imaginative,imaginative,70,62,70,62,1.37,1.8513,0.74,1.7993 impersonating,impersonating,74,62,66,57,1.45,1.8751,0.74,1.7993 Indiana,indiana,99,62,1,1,1.94,2.0000,0.74,1.7993 instrumental,instrumental,78,62,73,60,1.53,1.8976,0.74,1.7993 invaluable,invaluable,66,62,65,62,1.29,1.8261,0.74,1.7993 inventing,inventing,69,62,67,60,1.35,1.8451,0.74,1.7993 irritable,irritable,74,62,70,60,1.45,1.8751,0.74,1.7993 Italy,italy,75,62,4,4,1.47,1.8808,0.74,1.7993 Jasmine,jasmine,278,62,32,27,5.45,2.4456,0.74,1.7993 jig,jig,87,62,80,58,1.71,1.9445,0.74,1.7993 jolt,jolt,70,62,68,60,1.37,1.8513,0.74,1.7993 joyous,joyous,69,62,63,58,1.35,1.8451,0.74,1.7993 kittens,kittens,82,62,68,58,1.61,1.9191,0.74,1.7993 linger,linger,74,62,71,59,1.45,1.8751,0.74,1.7993 lucrative,lucrative,66,62,64,60,1.29,1.8261,0.74,1.7993 maniacs,maniacs,69,62,68,61,1.35,1.8451,0.74,1.7993 mascara,mascara,64,62,62,60,1.25,1.8129,0.74,1.7993 mascot,mascot,84,62,83,61,1.65,1.9294,0.74,1.7993 merrier,merrier,62,62,61,61,1.22,1.7993,0.74,1.7993 misty,misty,80,62,47,41,1.57,1.9085,0.74,1.7993 molested,molested,82,62,79,60,1.61,1.9191,0.74,1.7993 narrows,narrows,63,62,59,58,1.24,1.8062,0.74,1.7993 Olivia,olivia,267,62,0,0,5.24,2.4281,0.74,1.7993 pathology,pathology,73,62,50,46,1.43,1.8692,0.74,1.7993 perpetual,perpetual,79,62,70,56,1.55,1.9031,0.74,1.7993 perverse,perverse,66,62,62,59,1.29,1.8261,0.74,1.7993 phenomena,phenomena,80,62,76,59,1.57,1.9085,0.74,1.7993 plump,plump,75,62,70,59,1.47,1.8808,0.74,1.7993 poised,poised,64,62,58,57,1.25,1.8129,0.74,1.7993 poked,poked,67,62,65,61,1.31,1.8325,0.74,1.7993 possesses,possesses,68,62,66,61,1.33,1.8388,0.74,1.7993 prima,prima,93,62,54,48,1.82,1.9731,0.74,1.7993 prune,prune,75,62,62,52,1.47,1.8808,0.74,1.7993 puny,puny,74,62,69,59,1.45,1.8751,0.74,1.7993 quitter,quitter,73,62,68,59,1.43,1.8692,0.74,1.7993 quoted,quoted,74,62,73,62,1.45,1.8751,0.74,1.7993 rabid,rabid,70,62,66,61,1.37,1.8513,0.74,1.7993 reclaim,reclaim,71,62,64,59,1.39,1.8573,0.74,1.7993 refusal,refusal,66,62,63,60,1.29,1.8261,0.74,1.7993 regions,regions,75,62,74,61,1.47,1.8808,0.74,1.7993 regroup,regroup,72,62,61,53,1.41,1.8633,0.74,1.7993 revolt,revolt,79,62,73,61,1.55,1.9031,0.74,1.7993 ripple,ripple,77,62,58,49,1.51,1.8921,0.74,1.7993 rods,rods,92,62,89,61,1.80,1.9685,0.74,1.7993 rustling,rustling,102,62,93,56,2.00,2.0128,0.74,1.7993 Saigon,saigon,212,62,0,0,4.16,2.3284,0.74,1.7993 seaweed,seaweed,88,62,67,57,1.73,1.9494,0.74,1.7993 secretive,secretive,68,62,67,61,1.33,1.8388,0.74,1.7993 separating,separating,66,62,63,59,1.29,1.8261,0.74,1.7993 Shin,shin,157,62,32,29,3.08,2.1987,0.74,1.7993 shrewd,shrewd,72,62,64,54,1.41,1.8633,0.74,1.7993 Sierra,sierra,112,62,3,2,2.20,2.0531,0.74,1.7993 sled,sled,149,62,144,62,2.92,2.1761,0.74,1.7993 soothe,soothe,66,62,61,57,1.29,1.8261,0.74,1.7993 sorting,sorting,74,62,69,59,1.45,1.8751,0.74,1.7993 speck,speck,95,62,58,51,1.86,1.9823,0.74,1.7993 squeak,squeak,121,62,74,55,2.37,2.0864,0.74,1.7993 swims,swims,73,62,71,62,1.43,1.8692,0.74,1.7993 sympathies,sympathies,67,62,66,61,1.31,1.8325,0.74,1.7993 tacos,tacos,110,62,94,56,2.16,2.0453,0.74,1.7993 tetanus,tetanus,71,62,64,56,1.39,1.8573,0.74,1.7993 threes,threes,75,62,71,59,1.47,1.8808,0.74,1.7993 timid,timid,77,62,75,61,1.51,1.8921,0.74,1.7993 tiresome,tiresome,74,62,72,61,1.45,1.8751,0.74,1.7993 titty,titty,107,62,97,56,2.10,2.0334,0.74,1.7993 tofu,tofu,137,62,88,59,2.69,2.1399,0.74,1.7993 tov,tov,119,62,113,59,2.33,2.0792,0.74,1.7993 travelers,travelers,94,62,65,54,1.84,1.9777,0.74,1.7993 triad,triad,175,62,90,37,3.43,2.2455,0.74,1.7993 twig,twig,69,62,65,60,1.35,1.8451,0.74,1.7993 unholy,unholy,68,62,61,57,1.33,1.8388,0.74,1.7993 Viva,viva,159,62,36,14,3.12,2.2041,0.74,1.7993 watchman,watchman,126,62,112,54,2.47,2.1038,0.74,1.7993 Whee,whee,86,62,12,11,1.69,1.9395,0.74,1.7993 wildlife,wildlife,98,62,69,52,1.92,1.9956,0.74,1.7993 willingness,willingness,68,62,68,62,1.33,1.8388,0.74,1.7993 Yippee,yippee,72,62,13,13,1.41,1.8633,0.74,1.7993 Zurich,zurich,124,62,5,3,2.43,2.0969,0.74,1.7993 advising,advising,68,61,67,61,1.33,1.8388,0.73,1.7924 aura,aura,93,61,76,57,1.82,1.9731,0.73,1.7924 barbaric,barbaric,72,61,66,58,1.41,1.8633,0.73,1.7924 bearings,bearings,85,61,83,59,1.67,1.9345,0.73,1.7924 Beck,beck,195,61,21,18,3.82,2.2923,0.73,1.7924 Bowie,bowie,144,61,9,7,2.82,2.1614,0.73,1.7924 Brent,brent,248,61,2,1,4.86,2.3962,0.73,1.7924 bridesmaids,bridesmaids,80,61,76,59,1.57,1.9085,0.73,1.7924 britches,britches,78,61,67,52,1.53,1.8976,0.73,1.7924 Cairo,cairo,136,61,0,0,2.67,2.1367,0.73,1.7924 capitalist,capitalist,78,61,71,57,1.53,1.8976,0.73,1.7924 Charley,charley,564,61,10,8,11.06,2.7520,0.73,1.7924 classmate,classmate,78,61,75,60,1.53,1.8976,0.73,1.7924 cleanse,cleanse,74,61,62,52,1.45,1.8751,0.73,1.7924 clot,clot,92,61,91,60,1.80,1.9685,0.73,1.7924 Cobra,cobra,170,61,41,32,3.33,2.2330,0.73,1.7924 coil,coil,82,61,82,61,1.61,1.9191,0.73,1.7924 Columbo,columbo,500,61,0,0,9.80,2.6998,0.73,1.7924 contradiction,contradiction,75,61,56,52,1.47,1.8808,0.73,1.7924 cooled,cooled,65,61,62,58,1.27,1.8195,0.73,1.7924 cyanide,cyanide,92,61,74,51,1.80,1.9685,0.73,1.7924 dears,dears,80,61,80,61,1.57,1.9085,0.73,1.7924 decree,decree,98,61,88,59,1.92,1.9956,0.73,1.7924 Delaware,delaware,94,61,0,0,1.84,1.9777,0.73,1.7924 Deline,deline,291,61,0,0,5.71,2.4654,0.73,1.7924 deported,deported,111,61,104,60,2.18,2.0492,0.73,1.7924 divulge,divulge,65,61,64,60,1.27,1.8195,0.73,1.7924 donut,donut,72,61,60,53,1.41,1.8633,0.73,1.7924 doorknob,doorknob,86,61,81,57,1.69,1.9395,0.73,1.7924 Dwight,dwight,274,61,5,1,5.37,2.4393,0.73,1.7924 Elk,elk,306,61,39,30,6.00,2.4871,0.73,1.7924 enlist,enlist,80,61,74,58,1.57,1.9085,0.73,1.7924 explored,explored,65,61,64,61,1.27,1.8195,0.73,1.7924 fairies,fairies,134,61,123,57,2.63,2.1303,0.73,1.7924 faxed,faxed,65,61,65,61,1.27,1.8195,0.73,1.7924 fitness,fitness,89,61,70,51,1.75,1.9542,0.73,1.7924 folder,folder,83,61,83,61,1.63,1.9243,0.73,1.7924 glorified,glorified,62,61,61,60,1.22,1.7993,0.73,1.7924 hemorrhaging,hemorrhaging,69,61,66,59,1.35,1.8451,0.73,1.7924 hoods,hoods,78,61,69,55,1.53,1.8976,0.73,1.7924 Hub,hub,156,61,63,50,3.06,2.1959,0.73,1.7924 hype,hype,83,61,79,59,1.63,1.9243,0.73,1.7924 illegitimate,illegitimate,68,61,65,59,1.33,1.8388,0.73,1.7924 immigrant,immigrant,79,61,79,61,1.55,1.9031,0.73,1.7924 indestructible,indestructible,74,61,71,58,1.45,1.8751,0.73,1.7924 individually,individually,65,61,63,59,1.27,1.8195,0.73,1.7924 insanely,insanely,67,61,62,56,1.31,1.8325,0.73,1.7924 interrogating,interrogating,62,61,60,59,1.22,1.7993,0.73,1.7924 intervene,intervene,72,61,70,60,1.41,1.8633,0.73,1.7924 intimately,intimately,71,61,66,57,1.39,1.8573,0.73,1.7924 intolerable,intolerable,69,61,60,55,1.35,1.8451,0.73,1.7924 introductions,introductions,72,61,63,54,1.41,1.8633,0.73,1.7924 Irish,irish,79,61,6,5,1.55,1.9031,0.73,1.7924 landmark,landmark,64,61,61,58,1.25,1.8129,0.73,1.7924 lapse,lapse,70,61,69,61,1.37,1.8513,0.73,1.7924 lice,lice,109,61,97,57,2.14,2.0414,0.73,1.7924 lollipop,lollipop,91,61,65,47,1.78,1.9638,0.73,1.7924 mango,mango,84,61,69,53,1.65,1.9294,0.73,1.7924 manually,manually,83,61,75,60,1.63,1.9243,0.73,1.7924 marksman,marksman,74,61,70,58,1.45,1.8751,0.73,1.7924 meditation,meditation,84,61,78,59,1.65,1.9294,0.73,1.7924 milady,milady,131,61,108,52,2.57,2.1206,0.73,1.7924 mistletoe,mistletoe,98,61,70,51,1.92,1.9956,0.73,1.7924 mortuary,mortuary,94,61,82,51,1.84,1.9777,0.73,1.7924 murmuring,murmuring,88,61,54,39,1.73,1.9494,0.73,1.7924 nerds,nerds,101,61,83,53,1.98,2.0086,0.73,1.7924 Oakland,oakland,115,61,0,0,2.25,2.0645,0.73,1.7924 Oi,oi,143,61,13,7,2.80,2.1584,0.73,1.7924 opium,opium,114,61,105,56,2.24,2.0607,0.73,1.7924 output,output,71,61,70,60,1.39,1.8573,0.73,1.7924 pantyhose,pantyhose,87,61,77,55,1.71,1.9445,0.73,1.7924 Parliament,parliament,114,61,34,21,2.24,2.0607,0.73,1.7924 participating,participating,72,61,68,59,1.41,1.8633,0.73,1.7924 Paso,paso,131,61,9,9,2.57,2.1206,0.73,1.7924 pathological,pathological,75,61,70,56,1.47,1.8808,0.73,1.7924 perfected,perfected,67,61,64,59,1.31,1.8325,0.73,1.7924 persist,persist,61,61,60,60,1.20,1.7924,0.73,1.7924 phoning,phoning,64,61,63,60,1.25,1.8129,0.73,1.7924 Phyllis,phyllis,283,61,0,0,5.55,2.4533,0.73,1.7924 pianist,pianist,86,61,77,55,1.69,1.9395,0.73,1.7924 plucked,plucked,65,61,62,58,1.27,1.8195,0.73,1.7924 polishing,polishing,68,61,57,54,1.33,1.8388,0.73,1.7924 Poppy,poppy,202,61,39,30,3.96,2.3075,0.73,1.7924 pottery,pottery,94,61,74,47,1.84,1.9777,0.73,1.7924 Prague,prague,116,61,1,1,2.27,2.0682,0.73,1.7924 priors,priors,73,61,69,59,1.43,1.8692,0.73,1.7924 proceeded,proceeded,64,61,64,61,1.25,1.8129,0.73,1.7924 Ra,ra,296,61,26,18,5.80,2.4728,0.73,1.7924 raisin,raisin,83,61,60,47,1.63,1.9243,0.73,1.7924 recordings,recordings,89,61,88,60,1.75,1.9542,0.73,1.7924 recruits,recruits,82,61,81,61,1.61,1.9191,0.73,1.7924 renowned,renowned,67,61,64,61,1.31,1.8325,0.73,1.7924 rents,rents,65,61,63,60,1.27,1.8195,0.73,1.7924 reopen,reopen,81,61,73,57,1.59,1.9138,0.73,1.7924 retract,retract,74,61,49,43,1.45,1.8751,0.73,1.7924 Rodriguez,rodriguez,154,61,0,0,3.02,2.1903,0.73,1.7924 ruckus,ruckus,75,61,68,58,1.47,1.8808,0.73,1.7924 scans,scans,85,61,81,60,1.67,1.9345,0.73,1.7924 searches,searches,67,61,66,60,1.31,1.8325,0.73,1.7924 sentencing,sentencing,70,61,65,57,1.37,1.8513,0.73,1.7924 Sic,sic,67,61,27,26,1.31,1.8325,0.73,1.7924 slashed,slashed,77,61,69,57,1.51,1.8921,0.73,1.7924 snuff,snuff,102,61,82,53,2.00,2.0128,0.73,1.7924 solace,solace,78,61,65,59,1.53,1.8976,0.73,1.7924 solutions,solutions,76,61,65,56,1.49,1.8865,0.73,1.7924 stakeout,stakeout,100,61,92,59,1.96,2.0043,0.73,1.7924 stocked,stocked,64,61,62,60,1.25,1.8129,0.73,1.7924 summons,summons,81,61,75,57,1.59,1.9138,0.73,1.7924 tampered,tampered,74,61,72,59,1.45,1.8751,0.73,1.7924 tiles,tiles,85,61,80,59,1.67,1.9345,0.73,1.7924 Toronto,toronto,123,61,0,0,2.41,2.0934,0.73,1.7924 tracker,tracker,83,61,73,56,1.63,1.9243,0.73,1.7924 trampled,trampled,64,61,63,60,1.25,1.8129,0.73,1.7924 uncertainty,uncertainty,69,61,65,57,1.35,1.8451,0.73,1.7924 vineyard,vineyard,142,61,75,37,2.78,2.1553,0.73,1.7924 Vogue,vogue,119,61,24,11,2.33,2.0792,0.73,1.7924 Wah,wah,221,61,38,16,4.33,2.3464,0.73,1.7924 wannabe,wannabe,64,61,58,56,1.25,1.8129,0.73,1.7924 Wednesdays,wednesdays,68,61,3,3,1.33,1.8388,0.73,1.7924 writ,writ,88,61,85,59,1.73,1.9494,0.73,1.7924 airports,airports,70,60,67,57,1.37,1.8513,0.72,1.7853 Albuquerque,albuquerque,127,60,0,0,2.49,2.1072,0.72,1.7853 announcements,announcements,68,60,65,57,1.33,1.8388,0.72,1.7853 Arkansas,arkansas,102,60,0,0,2.00,2.0128,0.72,1.7853 armour,armour,86,60,80,57,1.69,1.9395,0.72,1.7853 arouse,arouse,62,60,62,60,1.22,1.7993,0.72,1.7853 astray,astray,76,60,74,59,1.49,1.8865,0.72,1.7853 astronauts,astronauts,100,60,87,56,1.96,2.0043,0.72,1.7853 Athens,athens,117,60,0,0,2.29,2.0719,0.72,1.7853 atropine,atropine,87,60,75,54,1.71,1.9445,0.72,1.7853 attacker,attacker,73,60,69,59,1.43,1.8692,0.72,1.7853 awoke,awoke,67,60,67,60,1.31,1.8325,0.72,1.7853 bamboo,bamboo,80,60,70,52,1.57,1.9085,0.72,1.7853 banter,banter,70,60,67,60,1.37,1.8513,0.72,1.7853 bathed,bathed,71,60,69,59,1.39,1.8573,0.72,1.7853 beginnings,beginnings,65,60,62,57,1.27,1.8195,0.72,1.7853 billboard,billboard,69,60,61,52,1.35,1.8451,0.72,1.7853 biography,biography,75,60,73,58,1.47,1.8808,0.72,1.7853 Blair,blair,282,60,0,0,5.53,2.4518,0.72,1.7853 boar,boar,111,60,93,55,2.18,2.0492,0.72,1.7853 brig,brig,155,60,88,57,3.04,2.1931,0.72,1.7853 brothel,brothel,82,60,75,55,1.61,1.9191,0.72,1.7853 browns,browns,77,60,40,32,1.51,1.8921,0.72,1.7853 cannons,cannons,84,60,82,58,1.65,1.9294,0.72,1.7853 cater,cater,64,60,62,58,1.25,1.8129,0.72,1.7853 ceremonial,ceremonial,70,60,62,56,1.37,1.8513,0.72,1.7853 certificates,certificates,72,60,69,57,1.41,1.8633,0.72,1.7853 cheesecake,cheesecake,118,60,102,55,2.31,2.0755,0.72,1.7853 chemist,chemist,95,60,90,57,1.86,1.9823,0.72,1.7853 chickenshit,chickenshit,85,60,65,52,1.67,1.9345,0.72,1.7853 claustrophobic,claustrophobic,68,60,62,55,1.33,1.8388,0.72,1.7853 cleavage,cleavage,70,60,63,57,1.37,1.8513,0.72,1.7853 clocked,clocked,64,60,59,56,1.25,1.8129,0.72,1.7853 collapsing,collapsing,70,60,70,60,1.37,1.8513,0.72,1.7853 colonies,colonies,90,60,81,53,1.76,1.9590,0.72,1.7853 consultation,consultation,64,60,64,60,1.25,1.8129,0.72,1.7853 cowardice,cowardice,91,60,81,55,1.78,1.9638,0.72,1.7853 daft,daft,68,60,61,55,1.33,1.8388,0.72,1.7853 dangling,dangling,66,60,61,56,1.29,1.8261,0.72,1.7853 Darwin,darwin,119,60,1,1,2.33,2.0792,0.72,1.7853 dazzling,dazzling,66,60,57,53,1.29,1.8261,0.72,1.7853 Deborah,deborah,239,60,1,1,4.69,2.3802,0.72,1.7853 delinquent,delinquent,71,60,64,55,1.39,1.8573,0.72,1.7853 demonstrating,demonstrating,60,60,57,57,1.18,1.7853,0.72,1.7853 dipping,dipping,66,60,62,56,1.29,1.8261,0.72,1.7853 Edison,edison,122,60,0,0,2.39,2.0899,0.72,1.7853 encyclopedia,encyclopedia,81,60,55,39,1.59,1.9138,0.72,1.7853 endangering,endangering,65,60,60,56,1.27,1.8195,0.72,1.7853 exaggerated,exaggerated,64,60,61,57,1.25,1.8129,0.72,1.7853 extracurricular,extracurricular,74,60,73,59,1.45,1.8751,0.72,1.7853 eyebrow,eyebrow,71,60,69,59,1.39,1.8573,0.72,1.7853 fictional,fictional,71,60,70,59,1.39,1.8573,0.72,1.7853 fo,fo,95,60,71,47,1.86,1.9823,0.72,1.7853 frosting,frosting,72,60,66,57,1.41,1.8633,0.72,1.7853 furnished,furnished,62,60,57,55,1.22,1.7993,0.72,1.7853 gasp,gasp,88,60,82,55,1.73,1.9494,0.72,1.7853 goo,goo,109,60,67,52,2.14,2.0414,0.72,1.7853 hamper,hamper,72,60,71,59,1.41,1.8633,0.72,1.7853 harass,harass,68,60,64,56,1.33,1.8388,0.72,1.7853 harassed,harassed,82,60,80,60,1.61,1.9191,0.72,1.7853 hatched,hatched,71,60,71,60,1.39,1.8573,0.72,1.7853 haystack,haystack,70,60,67,57,1.37,1.8513,0.72,1.7853 Holt,holt,272,60,0,0,5.33,2.4362,0.72,1.7853 hoof,hoof,88,60,80,56,1.73,1.9494,0.72,1.7853 horrified,horrified,72,60,69,59,1.41,1.8633,0.72,1.7853 impolite,impolite,66,60,66,60,1.29,1.8261,0.72,1.7853 initiation,initiation,68,60,63,55,1.33,1.8388,0.72,1.7853 ironing,ironing,75,60,74,59,1.47,1.8808,0.72,1.7853 joyful,joyful,76,60,60,51,1.49,1.8865,0.72,1.7853 joys,joys,70,60,63,57,1.37,1.8513,0.72,1.7853 keepers,keepers,70,60,60,53,1.37,1.8513,0.72,1.7853 kilos,kilos,92,60,92,60,1.80,1.9685,0.72,1.7853 lag,lag,75,60,71,57,1.47,1.8808,0.72,1.7853 latter,latter,64,60,61,57,1.25,1.8129,0.72,1.7853 Lax,lax,87,60,26,24,1.71,1.9445,0.72,1.7853 leaps,leaps,68,60,68,60,1.33,1.8388,0.72,1.7853 linking,linking,67,60,66,59,1.31,1.8325,0.72,1.7853 loo,loo,121,60,75,51,2.37,2.0864,0.72,1.7853 malaria,malaria,85,60,77,58,1.67,1.9345,0.72,1.7853 Marsh,marsh,179,60,47,26,3.51,2.2553,0.72,1.7853 Mazel,mazel,92,60,13,12,1.80,1.9685,0.72,1.7853 meddling,meddling,69,60,66,59,1.35,1.8451,0.72,1.7853 Milan,milan,96,60,0,0,1.88,1.9868,0.72,1.7853 Min,min,219,60,38,30,4.29,2.3424,0.72,1.7853 nicked,nicked,71,60,69,58,1.39,1.8573,0.72,1.7853 observant,observant,62,60,61,59,1.22,1.7993,0.72,1.7853 omen,omen,87,60,74,55,1.71,1.9445,0.72,1.7853 onstage,onstage,104,60,102,58,2.04,2.0212,0.72,1.7853 Otto,otto,349,60,0,0,6.84,2.5441,0.72,1.7853 outraged,outraged,66,60,58,53,1.29,1.8261,0.72,1.7853 Paddy,paddy,134,60,43,32,2.63,2.1303,0.72,1.7853 patches,patches,80,60,62,55,1.57,1.9085,0.72,1.7853 penguin,penguin,147,60,96,51,2.88,2.1703,0.72,1.7853 performances,performances,65,60,64,59,1.27,1.8195,0.72,1.7853 pharmaceutical,pharmaceutical,104,60,82,52,2.04,2.0212,0.72,1.7853 poorer,poorer,75,60,75,60,1.47,1.8808,0.72,1.7853 pornographic,pornographic,78,60,72,54,1.53,1.8976,0.72,1.7853 portraits,portraits,68,60,65,57,1.33,1.8388,0.72,1.7853 postmortem,postmortem,67,60,57,52,1.31,1.8325,0.72,1.7853 prerogative,prerogative,67,60,67,60,1.31,1.8325,0.72,1.7853 pressuring,pressuring,64,60,64,60,1.25,1.8129,0.72,1.7853 prohibited,prohibited,67,60,67,60,1.31,1.8325,0.72,1.7853 prosperous,prosperous,64,60,63,59,1.25,1.8129,0.72,1.7853 Protestant,protestant,78,60,2,2,1.53,1.8976,0.72,1.7853 Ramon,ramon,321,60,2,1,6.29,2.5079,0.72,1.7853 rapper,rapper,90,60,79,58,1.76,1.9590,0.72,1.7853 reassigned,reassigned,72,60,69,60,1.41,1.8633,0.72,1.7853 rejoin,rejoin,64,60,60,57,1.25,1.8129,0.72,1.7853 relic,relic,68,60,64,58,1.33,1.8388,0.72,1.7853 relying,relying,65,60,61,56,1.27,1.8195,0.72,1.7853 repeats,repeats,79,60,77,58,1.55,1.9031,0.72,1.7853 rubs,rubs,67,60,66,59,1.31,1.8325,0.72,1.7853 scraped,scraped,66,60,65,59,1.29,1.8261,0.72,1.7853 serenity,serenity,91,60,53,49,1.78,1.9638,0.72,1.7853 sham,sham,77,60,67,58,1.51,1.8921,0.72,1.7853 shoplifting,shoplifting,78,60,66,52,1.53,1.8976,0.72,1.7853 skateboard,skateboard,85,60,78,58,1.67,1.9345,0.72,1.7853 slots,slots,82,60,73,58,1.61,1.9191,0.72,1.7853 springtime,springtime,75,60,60,48,1.47,1.8808,0.72,1.7853 strangling,strangling,68,60,60,54,1.33,1.8388,0.72,1.7853 tailing,tailing,81,60,78,59,1.59,1.9138,0.72,1.7853 tampering,tampering,67,60,59,52,1.31,1.8325,0.72,1.7853 Timothy,timothy,176,60,0,0,3.45,2.2480,0.72,1.7853 touring,touring,77,60,73,57,1.51,1.8921,0.72,1.7853 unfold,unfold,69,60,64,56,1.35,1.8451,0.72,1.7853 Wales,wales,106,60,2,1,2.08,2.0294,0.72,1.7853 whomever,whomever,62,60,53,52,1.22,1.7993,0.72,1.7853 witnessing,witnessing,61,60,60,59,1.20,1.7924,0.72,1.7853 yarn,yarn,81,60,78,59,1.59,1.9138,0.72,1.7853 youngster,youngster,74,60,72,59,1.45,1.8751,0.72,1.7853 zombies,zombies,115,60,91,46,2.25,2.0645,0.72,1.7853 adieu,adieu,94,59,66,44,1.84,1.9777,0.70,1.7782 adjacent,adjacent,68,59,64,57,1.33,1.8388,0.70,1.7782 aspirations,aspirations,64,59,62,59,1.25,1.8129,0.70,1.7782 badass,badass,75,59,68,53,1.47,1.8808,0.70,1.7782 Bah,bah,100,59,25,16,1.96,2.0043,0.70,1.7782 beaut,beaut,66,59,64,57,1.29,1.8261,0.70,1.7782 benefactor,benefactor,86,59,75,58,1.69,1.9395,0.70,1.7782 blender,blender,85,59,82,57,1.67,1.9345,0.70,1.7782 blowout,blowout,76,59,68,55,1.49,1.8865,0.70,1.7782 boardwalk,boardwalk,94,59,71,42,1.84,1.9777,0.70,1.7782 bondage,bondage,87,59,74,51,1.71,1.9445,0.70,1.7782 bonfire,bonfire,89,59,87,58,1.75,1.9542,0.70,1.7782 boundary,boundary,69,59,66,56,1.35,1.8451,0.70,1.7782 breather,breather,62,59,62,59,1.22,1.7993,0.70,1.7782 canteen,canteen,87,59,76,54,1.71,1.9445,0.70,1.7782 carefree,carefree,69,59,66,56,1.35,1.8451,0.70,1.7782 Chad,chad,366,59,12,8,7.18,2.5647,0.70,1.7782 cheeky,cheeky,64,59,46,44,1.25,1.8129,0.70,1.7782 chilled,chilled,71,59,59,51,1.39,1.8573,0.70,1.7782 chitchat,chitchat,67,59,65,59,1.31,1.8325,0.70,1.7782 clash,clash,68,59,43,43,1.33,1.8388,0.70,1.7782 cocksuckers,cocksuckers,74,59,65,53,1.45,1.8751,0.70,1.7782 combing,combing,59,59,59,59,1.16,1.7782,0.70,1.7782 confer,confer,66,59,64,58,1.29,1.8261,0.70,1.7782 constitutes,constitutes,65,59,65,59,1.27,1.8195,0.70,1.7782 contests,contests,69,59,69,59,1.35,1.8451,0.70,1.7782 Cordy,cordy,252,59,0,0,4.94,2.4031,0.70,1.7782 crumble,crumble,71,59,68,57,1.39,1.8573,0.70,1.7782 Cubs,cubs,113,59,38,20,2.22,2.0569,0.70,1.7782 cures,cures,66,59,64,57,1.29,1.8261,0.70,1.7782 currents,currents,86,59,80,55,1.69,1.9395,0.70,1.7782 Dante,dante,263,59,1,1,5.16,2.4216,0.70,1.7782 detectors,detectors,66,59,62,55,1.29,1.8261,0.70,1.7782 disable,disable,79,59,63,53,1.55,1.9031,0.70,1.7782 dispense,dispense,69,59,66,57,1.35,1.8451,0.70,1.7782 disrupt,disrupt,65,59,65,59,1.27,1.8195,0.70,1.7782 dont,dont,265,59,211,54,5.20,2.4249,0.70,1.7782 electrician,electrician,76,59,71,56,1.49,1.8865,0.70,1.7782 envious,envious,64,59,63,58,1.25,1.8129,0.70,1.7782 Eskimo,eskimo,84,59,5,5,1.65,1.9294,0.70,1.7782 evils,evils,72,59,71,58,1.41,1.8633,0.70,1.7782 excruciating,excruciating,67,59,65,58,1.31,1.8325,0.70,1.7782 exhibits,exhibits,65,59,62,58,1.27,1.8195,0.70,1.7782 finesse,finesse,71,59,66,56,1.39,1.8573,0.70,1.7782 flats,flats,86,59,50,40,1.69,1.9395,0.70,1.7782 foggy,foggy,66,59,57,51,1.29,1.8261,0.70,1.7782 freighter,freighter,109,59,106,58,2.14,2.0414,0.70,1.7782 fusion,fusion,133,59,117,55,2.61,2.1271,0.70,1.7782 generators,generators,86,59,78,56,1.69,1.9395,0.70,1.7782 Geographic,geographic,67,59,18,17,1.31,1.8325,0.70,1.7782 girly,girly,68,59,63,56,1.33,1.8388,0.70,1.7782 glands,glands,83,59,80,57,1.63,1.9243,0.70,1.7782 Goodman,goodman,145,59,9,4,2.84,2.1644,0.70,1.7782 greeted,greeted,61,59,61,59,1.20,1.7924,0.70,1.7782 grownup,grownup,71,59,69,58,1.39,1.8573,0.70,1.7782 gunning,gunning,63,59,60,57,1.24,1.8062,0.70,1.7782 gunpowder,gunpowder,85,59,71,51,1.67,1.9345,0.70,1.7782 hammers,hammers,69,59,63,54,1.35,1.8451,0.70,1.7782 handbag,handbag,134,59,134,59,2.63,2.1303,0.70,1.7782 Hawkins,hawkins,220,59,0,0,4.31,2.3444,0.70,1.7782 healer,healer,84,59,77,58,1.65,1.9294,0.70,1.7782 hissing,hissing,73,59,59,46,1.43,1.8692,0.70,1.7782 housework,housework,64,59,58,54,1.25,1.8129,0.70,1.7782 illustrious,illustrious,72,59,72,59,1.41,1.8633,0.70,1.7782 indoor,indoor,68,59,61,54,1.33,1.8388,0.70,1.7782 intake,intake,66,59,63,57,1.29,1.8261,0.70,1.7782 irritated,irritated,70,59,65,56,1.37,1.8513,0.70,1.7782 kangaroo,kangaroo,118,59,89,42,2.31,2.0755,0.70,1.7782 knuckle,knuckle,66,59,58,53,1.29,1.8261,0.70,1.7782 lacked,lacked,65,59,64,58,1.27,1.8195,0.70,1.7782 measly,measly,63,59,62,58,1.24,1.8062,0.70,1.7782 Michelangelo,michelangelo,78,59,0,0,1.53,1.8976,0.70,1.7782 mirage,mirage,79,59,48,42,1.55,1.9031,0.70,1.7782 moping,moping,65,59,60,55,1.27,1.8195,0.70,1.7782 Morse,morse,141,59,2,2,2.76,2.1523,0.70,1.7782 Neal,neal,195,59,1,1,3.82,2.2923,0.70,1.7782 negotiated,negotiated,67,59,67,59,1.31,1.8325,0.70,1.7782 Nile,nile,95,59,0,0,1.86,1.9823,0.70,1.7782 Onward,onward,79,59,31,23,1.55,1.9031,0.70,1.7782 outright,outright,63,59,63,59,1.24,1.8062,0.70,1.7782 overslept,overslept,64,59,61,56,1.25,1.8129,0.70,1.7782 pastures,pastures,72,59,65,54,1.41,1.8633,0.70,1.7782 Paulie,paulie,358,59,0,0,7.02,2.5551,0.70,1.7782 pediatrician,pediatrician,72,59,69,56,1.41,1.8633,0.70,1.7782 penance,penance,73,59,71,58,1.43,1.8692,0.70,1.7782 possessive,possessive,65,59,62,57,1.27,1.8195,0.70,1.7782 prescribe,prescribe,74,59,74,59,1.45,1.8751,0.70,1.7782 Puli,puli,105,59,0,0,2.06,2.0253,0.70,1.7782 qualifies,qualifies,61,59,60,58,1.20,1.7924,0.70,1.7782 quartet,quartet,80,59,68,50,1.57,1.9085,0.70,1.7782 racetrack,racetrack,92,59,79,57,1.80,1.9685,0.70,1.7782 railway,railway,80,59,73,54,1.57,1.9085,0.70,1.7782 Raven,raven,159,59,55,30,3.12,2.2041,0.70,1.7782 regained,regained,63,59,63,59,1.24,1.8062,0.70,1.7782 responds,responds,64,59,61,56,1.25,1.8129,0.70,1.7782 restrictions,restrictions,73,59,72,59,1.43,1.8692,0.70,1.7782 rite,rite,74,59,63,50,1.45,1.8751,0.70,1.7782 rollers,rollers,82,59,69,54,1.61,1.9191,0.70,1.7782 Rube,rube,214,59,21,20,4.20,2.3324,0.70,1.7782 rumored,rumored,59,59,58,58,1.16,1.7782,0.70,1.7782 sequel,sequel,90,59,85,57,1.76,1.9590,0.70,1.7782 seriousness,seriousness,64,59,62,58,1.25,1.8129,0.70,1.7782 sewn,sewn,66,59,66,59,1.29,1.8261,0.70,1.7782 sirree,sirree,65,59,65,59,1.27,1.8195,0.70,1.7782 snip,snip,108,59,85,55,2.12,2.0374,0.70,1.7782 sorrows,sorrows,74,59,69,57,1.45,1.8751,0.70,1.7782 specialize,specialize,68,59,68,59,1.33,1.8388,0.70,1.7782 spikes,spikes,72,59,63,54,1.41,1.8633,0.70,1.7782 strolling,strolling,63,59,58,54,1.24,1.8062,0.70,1.7782 Tally,tally,178,59,44,41,3.49,2.2529,0.70,1.7782 tasteful,tasteful,69,59,57,50,1.35,1.8451,0.70,1.7782 testosterone,testosterone,83,59,75,54,1.63,1.9243,0.70,1.7782 thaw,thaw,81,59,70,54,1.59,1.9138,0.70,1.7782 towed,towed,65,59,64,59,1.27,1.8195,0.70,1.7782 triage,triage,84,59,59,42,1.65,1.9294,0.70,1.7782 Turbo,turbo,148,59,59,42,2.90,2.1732,0.70,1.7782 turkeys,turkeys,66,59,62,55,1.29,1.8261,0.70,1.7782 universities,universities,71,59,66,55,1.39,1.8573,0.70,1.7782 unmarked,unmarked,70,59,65,56,1.37,1.8513,0.70,1.7782 unpopular,unpopular,66,59,64,58,1.29,1.8261,0.70,1.7782 Vatican,vatican,140,59,2,2,2.75,2.1492,0.70,1.7782 vertebrae,vertebrae,77,59,75,58,1.51,1.8921,0.70,1.7782 visitation,visitation,81,59,75,58,1.59,1.9138,0.70,1.7782 Wan,wan,94,59,31,27,1.84,1.9777,0.70,1.7782 advancement,advancement,63,58,56,53,1.24,1.8062,0.69,1.7709 analogy,analogy,58,58,58,58,1.14,1.7709,0.69,1.7709 appetizer,appetizer,61,58,59,56,1.20,1.7924,0.69,1.7709 approximate,approximate,64,58,57,53,1.25,1.8129,0.69,1.7709 autographed,autographed,60,58,59,57,1.18,1.7853,0.69,1.7709 badger,badger,89,58,49,43,1.75,1.9542,0.69,1.7709 barbershop,barbershop,108,58,89,48,2.12,2.0374,0.69,1.7709 barred,barred,64,58,62,56,1.25,1.8129,0.69,1.7709 blisters,blisters,70,58,67,57,1.37,1.8513,0.69,1.7709 bloodbath,bloodbath,72,58,55,52,1.41,1.8633,0.69,1.7709 bouncer,bouncer,81,58,71,54,1.59,1.9138,0.69,1.7709 Brett,brett,291,58,4,3,5.71,2.4654,0.69,1.7709 bribes,bribes,73,58,70,55,1.43,1.8692,0.69,1.7709 calcium,calcium,90,58,77,55,1.76,1.9590,0.69,1.7709 calculating,calculating,60,58,55,54,1.18,1.7853,0.69,1.7709 catastrophic,catastrophic,65,58,59,56,1.27,1.8195,0.69,1.7709 checkpoint,checkpoint,95,58,76,52,1.86,1.9823,0.69,1.7709 coded,coded,76,58,73,55,1.49,1.8865,0.69,1.7709 coffins,coffins,91,58,87,57,1.78,1.9638,0.69,1.7709 collections,collections,69,58,63,54,1.35,1.8451,0.69,1.7709 commandment,commandment,83,58,59,41,1.63,1.9243,0.69,1.7709 concession,concession,69,58,65,57,1.35,1.8451,0.69,1.7709 condescending,condescending,66,58,63,57,1.29,1.8261,0.69,1.7709 contradict,contradict,69,58,69,58,1.35,1.8451,0.69,1.7709 contusions,contusions,69,58,61,51,1.35,1.8451,0.69,1.7709 conversion,conversion,66,58,63,56,1.29,1.8261,0.69,1.7709 coordination,coordination,60,58,59,57,1.18,1.7853,0.69,1.7709 correctional,correctional,74,58,37,34,1.45,1.8751,0.69,1.7709 counselors,counselors,73,58,61,47,1.43,1.8692,0.69,1.7709 coyotes,coyotes,105,58,91,55,2.06,2.0253,0.69,1.7709 culinary,culinary,61,58,59,56,1.20,1.7924,0.69,1.7709 curves,curves,66,58,66,58,1.29,1.8261,0.69,1.7709 dealership,dealership,66,58,65,57,1.29,1.8261,0.69,1.7709 deleted,deleted,74,58,73,57,1.45,1.8751,0.69,1.7709 der,der,153,58,89,27,3.00,2.1875,0.69,1.7709 dislocated,dislocated,76,58,69,52,1.49,1.8865,0.69,1.7709 disoriented,disoriented,62,58,62,58,1.22,1.7993,0.69,1.7709 dissolved,dissolved,65,58,62,55,1.27,1.8195,0.69,1.7709 dwelling,dwelling,68,58,67,57,1.33,1.8388,0.69,1.7709 Edith,edith,189,58,0,0,3.71,2.2788,0.69,1.7709 energetic,energetic,66,58,62,54,1.29,1.8261,0.69,1.7709 entity,entity,86,58,85,58,1.69,1.9395,0.69,1.7709 evident,evident,68,58,67,58,1.33,1.8388,0.69,1.7709 exceed,exceed,64,58,64,58,1.25,1.8129,0.69,1.7709 exterminator,exterminator,102,58,90,55,2.00,2.0128,0.69,1.7709 Felicity,felicity,857,58,3,3,16.80,2.9335,0.69,1.7709 flares,flares,72,58,69,55,1.41,1.8633,0.69,1.7709 flashed,flashed,65,58,65,58,1.27,1.8195,0.69,1.7709 Frances,frances,238,58,0,0,4.67,2.3784,0.69,1.7709 Frisbee,frisbee,95,58,27,19,1.86,1.9823,0.69,1.7709 Gaby,gaby,146,58,2,2,2.86,2.1673,0.69,1.7709 gamblers,gamblers,77,58,67,51,1.51,1.8921,0.69,1.7709 garment,garment,71,58,69,56,1.39,1.8573,0.69,1.7709 garter,garter,67,58,60,54,1.31,1.8325,0.69,1.7709 Gunther,gunther,219,58,0,0,4.29,2.3424,0.69,1.7709 heartbreaking,heartbreaking,61,58,55,52,1.20,1.7924,0.69,1.7709 hedge,hedge,79,58,73,54,1.55,1.9031,0.69,1.7709 hoodlum,hoodlum,66,58,64,56,1.29,1.8261,0.69,1.7709 hospitalized,hospitalized,71,58,68,55,1.39,1.8573,0.69,1.7709 hypocritical,hypocritical,64,58,63,57,1.25,1.8129,0.69,1.7709 imposed,imposed,66,58,66,58,1.29,1.8261,0.69,1.7709 interns,interns,96,58,88,57,1.88,1.9868,0.69,1.7709 Jap,jap,191,58,2,1,3.75,2.2833,0.69,1.7709 journeyed,journeyed,58,58,58,58,1.14,1.7709,0.69,1.7709 judicial,judicial,69,58,53,50,1.35,1.8451,0.69,1.7709 Khan,khan,198,58,8,1,3.88,2.2989,0.69,1.7709 kilo,kilo,80,58,73,54,1.57,1.9085,0.69,1.7709 learner,learner,61,58,58,55,1.20,1.7924,0.69,1.7709 leftover,leftover,61,58,59,56,1.20,1.7924,0.69,1.7709 Lotus,lotus,104,58,48,35,2.04,2.0212,0.69,1.7709 mag,mag,78,58,45,37,1.53,1.8976,0.69,1.7709 mailing,mailing,67,58,63,54,1.31,1.8325,0.69,1.7709 marches,marches,71,58,63,53,1.39,1.8573,0.69,1.7709 margarita,margarita,71,58,47,38,1.39,1.8573,0.69,1.7709 margaritas,margaritas,67,58,59,52,1.31,1.8325,0.69,1.7709 marshmallow,marshmallow,77,58,60,48,1.51,1.8921,0.69,1.7709 Mart,mart,97,58,21,19,1.90,1.9912,0.69,1.7709 metallic,metallic,67,58,58,51,1.31,1.8325,0.69,1.7709 ministers,ministers,75,58,72,55,1.47,1.8808,0.69,1.7709 muse,muse,98,58,91,55,1.92,1.9956,0.69,1.7709 nomination,nomination,122,58,122,58,2.39,2.0899,0.69,1.7709 Norwegian,norwegian,77,58,5,4,1.51,1.8921,0.69,1.7709 oppressed,oppressed,65,58,64,57,1.27,1.8195,0.69,1.7709 outward,outward,69,58,66,55,1.35,1.8451,0.69,1.7709 palp,palp,92,58,92,58,1.80,1.9685,0.69,1.7709 panels,panels,73,58,73,58,1.43,1.8692,0.69,1.7709 penal,penal,66,58,52,46,1.29,1.8261,0.69,1.7709 persona,persona,76,58,73,55,1.49,1.8865,0.69,1.7709 petting,petting,73,58,66,54,1.43,1.8692,0.69,1.7709 piercing,piercing,70,58,64,53,1.37,1.8513,0.69,1.7709 Popsicle,popsicle,82,58,33,26,1.61,1.9191,0.69,1.7709 prehistoric,prehistoric,88,58,82,54,1.73,1.9494,0.69,1.7709 presumed,presumed,61,58,55,52,1.20,1.7924,0.69,1.7709 projected,projected,64,58,60,55,1.25,1.8129,0.69,1.7709 prude,prude,70,58,59,51,1.37,1.8513,0.69,1.7709 randomly,randomly,68,58,64,56,1.33,1.8388,0.69,1.7709 rated,rated,73,58,66,53,1.43,1.8692,0.69,1.7709 receptive,receptive,60,58,59,58,1.18,1.7853,0.69,1.7709 reeks,reeks,66,58,64,56,1.29,1.8261,0.69,1.7709 reload,reload,71,58,40,38,1.39,1.8573,0.69,1.7709 renounce,renounce,86,58,80,56,1.69,1.9395,0.69,1.7709 resulted,resulted,60,58,60,58,1.18,1.7853,0.69,1.7709 revoked,revoked,63,58,62,57,1.24,1.8062,0.69,1.7709 rink,rink,109,58,85,52,2.14,2.0414,0.69,1.7709 roadblocks,roadblocks,66,58,62,54,1.29,1.8261,0.69,1.7709 Rochelle,rochelle,179,58,0,0,3.51,2.2553,0.69,1.7709 sedate,sedate,64,58,61,55,1.25,1.8129,0.69,1.7709 slayer,slayer,144,58,78,38,2.82,2.1614,0.69,1.7709 smother,smother,60,58,57,56,1.18,1.7853,0.69,1.7709 Sparrow,sparrow,133,58,54,44,2.61,2.1271,0.69,1.7709 speculate,speculate,62,58,61,58,1.22,1.7993,0.69,1.7709 sprouts,sprouts,87,58,83,57,1.71,1.9445,0.69,1.7709 squeaking,squeaking,89,58,71,47,1.75,1.9542,0.69,1.7709 stacks,stacks,99,58,86,54,1.94,2.0000,0.69,1.7709 starch,starch,69,58,63,56,1.35,1.8451,0.69,1.7709 startle,startle,60,58,59,57,1.18,1.7853,0.69,1.7709 straps,straps,67,58,64,55,1.31,1.8325,0.69,1.7709 stumped,stumped,61,58,59,57,1.20,1.7924,0.69,1.7709 subscription,subscription,68,58,68,58,1.33,1.8388,0.69,1.7709 suicides,suicides,91,58,82,55,1.78,1.9638,0.69,1.7709 susceptible,susceptible,65,58,61,56,1.27,1.8195,0.69,1.7709 sutures,sutures,84,58,67,53,1.65,1.9294,0.69,1.7709 swarm,swarm,68,58,60,53,1.33,1.8388,0.69,1.7709 tainted,tainted,92,58,70,58,1.80,1.9685,0.69,1.7709 Tara,tara,257,58,6,3,5.04,2.4116,0.69,1.7709 tiring,tiring,60,58,58,57,1.18,1.7853,0.69,1.7709 trader,trader,80,58,55,42,1.57,1.9085,0.69,1.7709 transfers,transfers,64,58,60,54,1.25,1.8129,0.69,1.7709 trough,trough,72,58,70,56,1.41,1.8633,0.69,1.7709 tush,tush,66,58,58,54,1.29,1.8261,0.69,1.7709 Twister,twister,79,58,38,28,1.55,1.9031,0.69,1.7709 unavoidable,unavoidable,61,58,55,54,1.20,1.7924,0.69,1.7709 unwind,unwind,66,58,63,55,1.29,1.8261,0.69,1.7709 variation,variation,64,58,63,57,1.25,1.8129,0.69,1.7709 victorious,victorious,66,58,62,55,1.29,1.8261,0.69,1.7709 villains,villains,86,58,80,54,1.69,1.9395,0.69,1.7709 visionary,visionary,66,58,64,57,1.29,1.8261,0.69,1.7709 wallow,wallow,82,58,74,53,1.61,1.9191,0.69,1.7709 walnut,walnut,100,58,57,44,1.96,2.0043,0.69,1.7709 weakest,weakest,65,58,63,58,1.27,1.8195,0.69,1.7709 wench,wench,88,58,83,55,1.73,1.9494,0.69,1.7709 wilt,wilt,93,58,56,38,1.82,1.9731,0.69,1.7709 wines,wines,74,58,73,58,1.45,1.8751,0.69,1.7709 wrestler,wrestler,91,58,88,58,1.78,1.9638,0.69,1.7709 zebra,zebra,128,58,75,43,2.51,2.1106,0.69,1.7709 accurately,accurately,58,57,57,56,1.14,1.7709,0.68,1.7634 Afghanistan,afghanistan,93,57,1,1,1.82,1.9731,0.68,1.7634 Arctic,arctic,100,57,14,14,1.96,2.0043,0.68,1.7634 Argentina,argentina,134,57,0,0,2.63,2.1303,0.68,1.7634 armory,armory,95,57,73,48,1.86,1.9823,0.68,1.7634 astounding,astounding,66,57,56,50,1.29,1.8261,0.68,1.7634 beetle,beetle,105,57,75,47,2.06,2.0253,0.68,1.7634 boxed,boxed,67,57,61,53,1.31,1.8325,0.68,1.7634 brushes,brushes,72,57,68,55,1.41,1.8633,0.68,1.7634 buzzards,buzzards,74,57,68,54,1.45,1.8751,0.68,1.7634 caress,caress,69,57,66,55,1.35,1.8451,0.68,1.7634 characteristic,characteristic,60,57,56,55,1.18,1.7853,0.68,1.7634 chases,chases,65,57,62,55,1.27,1.8195,0.68,1.7634 Cheerio,cheerio,84,57,8,8,1.65,1.9294,0.68,1.7634 Cheyenne,cheyenne,244,57,1,1,4.78,2.3892,0.68,1.7634 chimp,chimp,153,57,150,57,3.00,2.1875,0.68,1.7634 commanders,commanders,79,57,71,49,1.55,1.9031,0.68,1.7634 communism,communism,107,57,63,35,2.10,2.0334,0.68,1.7634 conclusive,conclusive,61,57,57,53,1.20,1.7924,0.68,1.7634 condone,condone,59,57,56,54,1.16,1.7782,0.68,1.7634 conferences,conferences,60,57,59,56,1.18,1.7853,0.68,1.7634 containers,containers,77,57,76,57,1.51,1.8921,0.68,1.7634 contemplate,contemplate,63,57,61,55,1.24,1.8062,0.68,1.7634 Coral,coral,121,57,59,34,2.37,2.0864,0.68,1.7634 craziness,craziness,64,57,62,55,1.25,1.8129,0.68,1.7634 daisies,daisies,78,57,68,55,1.53,1.8976,0.68,1.7634 damnation,damnation,67,57,59,50,1.31,1.8325,0.68,1.7634 Davenport,davenport,180,57,6,5,3.53,2.2577,0.68,1.7634 detonation,detonation,93,57,83,55,1.82,1.9731,0.68,1.7634 diminished,diminished,63,57,56,51,1.24,1.8062,0.68,1.7634 disadvantage,disadvantage,57,57,57,57,1.12,1.7634,0.68,1.7634 discarded,discarded,62,57,62,57,1.22,1.7993,0.68,1.7634 disorderly,disorderly,69,57,63,56,1.35,1.8451,0.68,1.7634 doodle,doodle,107,57,69,36,2.10,2.0334,0.68,1.7634 doth,doth,117,57,112,57,2.29,2.0719,0.68,1.7634 drags,drags,61,57,58,56,1.20,1.7924,0.68,1.7634 drills,drills,71,57,68,56,1.39,1.8573,0.68,1.7634 dyed,dyed,73,57,68,56,1.43,1.8692,0.68,1.7634 earthquakes,earthquakes,68,57,56,48,1.33,1.8388,0.68,1.7634 editors,editors,79,57,75,57,1.55,1.9031,0.68,1.7634 emerging,emerging,62,57,55,50,1.22,1.7993,0.68,1.7634 exceeded,exceeded,63,57,63,57,1.24,1.8062,0.68,1.7634 Exhale,exhale,85,57,32,30,1.67,1.9345,0.68,1.7634 farts,farts,74,57,71,56,1.45,1.8751,0.68,1.7634 fashioned,fashioned,71,57,62,53,1.39,1.8573,0.68,1.7634 fastened,fastened,62,57,58,54,1.22,1.7993,0.68,1.7634 faucet,faucet,73,57,68,54,1.43,1.8692,0.68,1.7634 featured,featured,63,57,60,56,1.24,1.8062,0.68,1.7634 framing,framing,76,57,69,53,1.49,1.8865,0.68,1.7634 frigid,frigid,71,57,58,48,1.39,1.8573,0.68,1.7634 giraffe,giraffe,76,57,68,49,1.49,1.8865,0.68,1.7634 graciously,graciously,61,57,59,55,1.20,1.7924,0.68,1.7634 graffiti,graffiti,103,57,64,49,2.02,2.0170,0.68,1.7634 grizzly,grizzly,95,57,57,41,1.86,1.9823,0.68,1.7634 guru,guru,78,57,68,51,1.53,1.8976,0.68,1.7634 hairdo,hairdo,66,57,64,56,1.29,1.8261,0.68,1.7634 halo,halo,82,57,43,42,1.61,1.9191,0.68,1.7634 handyman,handyman,93,57,88,56,1.82,1.9731,0.68,1.7634 haunts,haunts,62,57,60,55,1.22,1.7993,0.68,1.7634 Horace,horace,344,57,0,0,6.75,2.5378,0.68,1.7634 humanly,humanly,60,57,59,57,1.18,1.7853,0.68,1.7634 Hun,hun,81,57,12,10,1.59,1.9138,0.68,1.7634 hurried,hurried,62,57,61,57,1.22,1.7993,0.68,1.7634 hypnosis,hypnosis,101,57,88,52,1.98,2.0086,0.68,1.7634 implicated,implicated,65,57,65,57,1.27,1.8195,0.68,1.7634 incriminating,incriminating,63,57,60,55,1.24,1.8062,0.68,1.7634 installing,installing,60,57,53,50,1.18,1.7853,0.68,1.7634 interaction,interaction,60,57,59,56,1.18,1.7853,0.68,1.7634 intermission,intermission,69,57,62,53,1.35,1.8451,0.68,1.7634 Jag,jag,89,57,16,16,1.75,1.9542,0.68,1.7634 java,java,78,57,44,35,1.53,1.8976,0.68,1.7634 knickers,knickers,65,57,62,54,1.27,1.8195,0.68,1.7634 lacerations,lacerations,85,57,79,53,1.67,1.9345,0.68,1.7634 likelihood,likelihood,58,57,58,57,1.14,1.7709,0.68,1.7634 lockup,lockup,69,57,63,54,1.35,1.8451,0.68,1.7634 loveliest,loveliest,67,57,64,54,1.31,1.8325,0.68,1.7634 luscious,luscious,65,57,51,46,1.27,1.8195,0.68,1.7634 madhouse,madhouse,67,57,65,56,1.31,1.8325,0.68,1.7634 mast,mast,83,57,70,49,1.63,1.9243,0.68,1.7634 masturbation,masturbation,87,57,73,46,1.71,1.9445,0.68,1.7634 merciless,merciless,61,57,55,53,1.20,1.7924,0.68,1.7634 Neanderthal,neanderthal,69,57,3,3,1.35,1.8451,0.68,1.7634 notebooks,notebooks,81,57,80,56,1.59,1.9138,0.68,1.7634 nylon,nylon,69,57,62,54,1.35,1.8451,0.68,1.7634 objectives,objectives,71,57,68,54,1.39,1.8573,0.68,1.7634 occurrence,occurrence,60,57,60,57,1.18,1.7853,0.68,1.7634 Peacock,peacock,261,57,61,41,5.12,2.4183,0.68,1.7634 penetrating,penetrating,59,57,50,49,1.16,1.7782,0.68,1.7634 penetration,penetration,72,57,67,55,1.41,1.8633,0.68,1.7634 peppermint,peppermint,71,57,46,42,1.39,1.8573,0.68,1.7634 poo,poo,102,57,92,52,2.00,2.0128,0.68,1.7634 pouch,pouch,87,57,87,57,1.71,1.9445,0.68,1.7634 prompt,prompt,59,57,55,53,1.16,1.7782,0.68,1.7634 prowl,prowl,66,57,64,55,1.29,1.8261,0.68,1.7634 railing,railing,75,57,75,57,1.47,1.8808,0.68,1.7634 renegade,renegade,68,57,64,54,1.33,1.8388,0.68,1.7634 residual,residual,64,57,61,55,1.25,1.8129,0.68,1.7634 rocker,rocker,64,57,62,55,1.25,1.8129,0.68,1.7634 Romano,romano,182,57,0,0,3.57,2.2625,0.68,1.7634 Sacramento,sacramento,73,57,0,0,1.43,1.8692,0.68,1.7634 Saturn,saturn,77,57,0,0,1.51,1.8921,0.68,1.7634 showdown,showdown,64,57,57,53,1.25,1.8129,0.68,1.7634 showered,showered,60,57,58,56,1.18,1.7853,0.68,1.7634 sicker,sicker,62,57,60,55,1.22,1.7993,0.68,1.7634 siding,siding,68,57,65,55,1.33,1.8388,0.68,1.7634 slander,slander,64,57,62,56,1.25,1.8129,0.68,1.7634 smothered,smothered,67,57,60,53,1.31,1.8325,0.68,1.7634 sonar,sonar,211,57,113,50,4.14,2.3263,0.68,1.7634 Sonic,sonic,99,57,48,36,1.94,2.0000,0.68,1.7634 Soprano,soprano,135,57,43,37,2.65,2.1335,0.68,1.7634 Spade,spade,118,57,55,38,2.31,2.0755,0.68,1.7634 spur,spur,73,57,66,53,1.43,1.8692,0.68,1.7634 stimulation,stimulation,70,57,63,55,1.37,1.8513,0.68,1.7634 stormy,stormy,74,57,55,47,1.45,1.8751,0.68,1.7634 thinker,thinker,60,57,57,54,1.18,1.7853,0.68,1.7634 threesome,threesome,108,57,106,55,2.12,2.0374,0.68,1.7634 triumphant,triumphant,70,57,65,54,1.37,1.8513,0.68,1.7634 Trojan,trojan,83,57,0,0,1.63,1.9243,0.68,1.7634 ugliness,ugliness,63,57,62,56,1.24,1.8062,0.68,1.7634 unnoticed,unnoticed,62,57,61,57,1.22,1.7993,0.68,1.7634 updates,updates,59,57,56,54,1.16,1.7782,0.68,1.7634 vat,vat,76,57,69,52,1.49,1.8865,0.68,1.7634 vector,vector,78,57,65,51,1.53,1.8976,0.68,1.7634 vibration,vibration,80,57,77,56,1.57,1.9085,0.68,1.7634 widower,widower,72,57,70,55,1.41,1.8633,0.68,1.7634 abrupt,abrupt,58,56,56,54,1.14,1.7709,0.67,1.7559 Acapulco,acapulco,82,56,0,0,1.61,1.9191,0.67,1.7559 accents,accents,58,56,57,55,1.14,1.7709,0.67,1.7559 acquitted,acquitted,78,56,72,52,1.53,1.8976,0.67,1.7559 adventurous,adventurous,62,56,61,55,1.22,1.7993,0.67,1.7559 ancestor,ancestor,86,56,75,53,1.69,1.9395,0.67,1.7559 announces,announces,58,56,57,55,1.14,1.7709,0.67,1.7559 anomaly,anomaly,63,56,63,56,1.24,1.8062,0.67,1.7559 assumes,assumes,58,56,55,53,1.14,1.7709,0.67,1.7559 attachment,attachment,59,56,57,54,1.16,1.7782,0.67,1.7559 automated,automated,73,56,57,48,1.43,1.8692,0.67,1.7559 blowjob,blowjob,82,56,78,53,1.61,1.9191,0.67,1.7559 breathtaking,breathtaking,63,56,54,50,1.24,1.8062,0.67,1.7559 burp,burp,66,56,59,50,1.29,1.8261,0.67,1.7559 busts,busts,72,56,70,54,1.41,1.8633,0.67,1.7559 Castro,castro,211,56,1,1,4.14,2.3263,0.67,1.7559 checkout,checkout,64,56,48,42,1.25,1.8129,0.67,1.7559 chemo,chemo,89,56,82,53,1.75,1.9542,0.67,1.7559 clogged,clogged,56,56,54,54,1.10,1.7559,0.67,1.7559 clone,clone,128,56,118,51,2.51,2.1106,0.67,1.7559 clubhouse,clubhouse,82,56,75,54,1.61,1.9191,0.67,1.7559 commencing,commencing,65,56,41,40,1.27,1.8195,0.67,1.7559 composite,composite,64,56,62,54,1.25,1.8129,0.67,1.7559 crept,crept,58,56,54,53,1.14,1.7709,0.67,1.7559 crowbar,crowbar,66,56,60,51,1.29,1.8261,0.67,1.7559 cushions,cushions,60,56,58,54,1.18,1.7853,0.67,1.7559 dialing,dialing,63,56,60,53,1.24,1.8062,0.67,1.7559 Donovan,donovan,190,56,0,0,3.73,2.2810,0.67,1.7559 dreadfully,dreadfully,65,56,63,54,1.27,1.8195,0.67,1.7559 dribble,dribble,68,56,63,53,1.33,1.8388,0.67,1.7559 elegance,elegance,65,56,61,54,1.27,1.8195,0.67,1.7559 Emerson,emerson,113,56,0,0,2.22,2.0569,0.67,1.7559 emphasize,emphasize,56,56,51,51,1.10,1.7559,0.67,1.7559 envelopes,envelopes,73,56,72,55,1.43,1.8692,0.67,1.7559 excluded,excluded,59,56,58,56,1.16,1.7782,0.67,1.7559 faggots,faggots,72,56,63,50,1.41,1.8633,0.67,1.7559 feud,feud,66,56,58,49,1.29,1.8261,0.67,1.7559 fished,fished,62,56,58,53,1.22,1.7993,0.67,1.7559 flatten,flatten,63,56,50,45,1.24,1.8062,0.67,1.7559 flavour,flavour,61,56,59,55,1.20,1.7924,0.67,1.7559 flier,flier,109,56,107,55,2.14,2.0414,0.67,1.7559 gadget,gadget,124,56,65,54,2.43,2.0969,0.67,1.7559 gator,gator,184,56,104,43,3.61,2.2672,0.67,1.7559 gauze,gauze,73,56,63,51,1.43,1.8692,0.67,1.7559 geese,geese,81,56,68,48,1.59,1.9138,0.67,1.7559 gentry,gentry,68,56,48,48,1.33,1.8388,0.67,1.7559 girdle,girdle,79,56,74,53,1.55,1.9031,0.67,1.7559 gullible,gullible,64,56,58,51,1.25,1.8129,0.67,1.7559 Hampshire,hampshire,118,56,0,0,2.31,2.0755,0.67,1.7559 hamster,hamster,109,56,100,51,2.14,2.0414,0.67,1.7559 hardened,hardened,58,56,56,54,1.14,1.7709,0.67,1.7559 heals,heals,60,56,58,54,1.18,1.7853,0.67,1.7559 hepatitis,hepatitis,79,56,66,50,1.55,1.9031,0.67,1.7559 hind,hind,125,56,64,50,2.45,2.1004,0.67,1.7559 honours,honours,69,56,64,53,1.35,1.8451,0.67,1.7559 icing,icing,71,56,64,52,1.39,1.8573,0.67,1.7559 immigrants,immigrants,77,56,69,51,1.51,1.8921,0.67,1.7559 induced,induced,63,56,63,56,1.24,1.8062,0.67,1.7559 innocents,innocents,73,56,70,56,1.43,1.8692,0.67,1.7559 inscription,inscription,87,56,85,56,1.71,1.9445,0.67,1.7559 insulin,insulin,107,56,91,50,2.10,2.0334,0.67,1.7559 intervals,intervals,65,56,65,56,1.27,1.8195,0.67,1.7559 jitters,jitters,66,56,63,55,1.29,1.8261,0.67,1.7559 jugular,jugular,71,56,68,54,1.39,1.8573,0.67,1.7559 juries,juries,80,56,66,45,1.57,1.9085,0.67,1.7559 jurors,jurors,127,56,113,52,2.49,2.1072,0.67,1.7559 lidocaine,lidocaine,85,56,74,49,1.67,1.9345,0.67,1.7559 locally,locally,58,56,50,50,1.14,1.7709,0.67,1.7559 malignant,malignant,63,56,55,52,1.24,1.8062,0.67,1.7559 merger,merger,202,56,194,55,3.96,2.3075,0.67,1.7559 mid,mid,64,56,56,50,1.25,1.8129,0.67,1.7559 miner,miner,74,56,55,49,1.45,1.8751,0.67,1.7559 moderate,moderate,63,56,59,52,1.24,1.8062,0.67,1.7559 nocturnal,nocturnal,62,56,51,48,1.22,1.7993,0.67,1.7559 obeyed,obeyed,62,56,61,55,1.22,1.7993,0.67,1.7559 oils,oils,68,56,66,55,1.33,1.8388,0.67,1.7559 ora,ora,124,56,122,54,2.43,2.0969,0.67,1.7559 overture,overture,66,56,50,43,1.29,1.8261,0.67,1.7559 owing,owing,63,56,50,46,1.24,1.8062,0.67,1.7559 ozone,ozone,109,56,59,53,2.14,2.0414,0.67,1.7559 pacing,pacing,64,56,61,53,1.25,1.8129,0.67,1.7559 parcel,parcel,71,56,68,54,1.39,1.8573,0.67,1.7559 peaked,peaked,62,56,61,56,1.22,1.7993,0.67,1.7559 peaks,peaks,81,56,55,45,1.59,1.9138,0.67,1.7559 pedestrian,pedestrian,71,56,65,52,1.39,1.8573,0.67,1.7559 penniless,penniless,63,56,58,53,1.24,1.8062,0.67,1.7559 perceive,perceive,74,56,69,54,1.45,1.8751,0.67,1.7559 perverts,perverts,74,56,66,52,1.45,1.8751,0.67,1.7559 pipeline,pipeline,114,56,101,52,2.24,2.0607,0.67,1.7559 pocketbook,pocketbook,76,56,72,53,1.49,1.8865,0.67,1.7559 pooped,pooped,64,56,63,55,1.25,1.8129,0.67,1.7559 pores,pores,88,56,84,53,1.73,1.9494,0.67,1.7559 proposals,proposals,74,56,69,53,1.45,1.8751,0.67,1.7559 puck,puck,147,56,108,39,2.88,2.1703,0.67,1.7559 pushover,pushover,63,56,61,56,1.24,1.8062,0.67,1.7559 Putty,putty,93,56,46,38,1.82,1.9731,0.67,1.7559 rattled,rattled,59,56,58,55,1.16,1.7782,0.67,1.7559 rattlesnake,rattlesnake,86,56,65,50,1.69,1.9395,0.67,1.7559 rebuilding,rebuilding,67,56,60,51,1.31,1.8325,0.67,1.7559 relocate,relocate,65,56,64,56,1.27,1.8195,0.67,1.7559 resembles,resembles,60,56,59,55,1.18,1.7853,0.67,1.7559 respiration,respiration,63,56,49,44,1.24,1.8062,0.67,1.7559 retained,retained,61,56,60,55,1.20,1.7924,0.67,1.7559 rivals,rivals,62,56,60,54,1.22,1.7993,0.67,1.7559 rustle,rustle,58,56,54,53,1.14,1.7709,0.67,1.7559 saddled,saddled,63,56,60,54,1.24,1.8062,0.67,1.7559 schoolboy,schoolboy,67,56,64,54,1.31,1.8325,0.67,1.7559 scripture,scripture,69,56,49,41,1.35,1.8451,0.67,1.7559 selective,selective,60,56,44,41,1.18,1.7853,0.67,1.7559 shovels,shovels,66,56,61,53,1.29,1.8261,0.67,1.7559 sketchy,sketchy,63,56,60,54,1.24,1.8062,0.67,1.7559 skinned,skinned,69,56,67,54,1.35,1.8451,0.67,1.7559 spanked,spanked,76,56,75,56,1.49,1.8865,0.67,1.7559 spawn,spawn,93,56,68,54,1.82,1.9731,0.67,1.7559 spits,spits,61,56,56,52,1.20,1.7924,0.67,1.7559 squawk,squawk,87,56,64,50,1.71,1.9445,0.67,1.7559 stag,stag,81,56,72,48,1.59,1.9138,0.67,1.7559 stats,stats,68,56,60,52,1.33,1.8388,0.67,1.7559 stow,stow,64,56,33,32,1.25,1.8129,0.67,1.7559 stumbling,stumbling,57,56,51,50,1.12,1.7634,0.67,1.7559 substances,substances,72,56,71,55,1.41,1.8633,0.67,1.7559 superiority,superiority,67,56,65,55,1.31,1.8325,0.67,1.7559 surrogate,surrogate,95,56,91,56,1.86,1.9823,0.67,1.7559 Tai,tai,151,56,22,18,2.96,2.1818,0.67,1.7559 tailed,tailed,69,56,66,53,1.35,1.8451,0.67,1.7559 thereafter,thereafter,62,56,53,48,1.22,1.7993,0.67,1.7559 tract,tract,73,56,71,54,1.43,1.8692,0.67,1.7559 trades,trades,64,56,59,51,1.25,1.8129,0.67,1.7559 turmoil,turmoil,63,56,62,56,1.24,1.8062,0.67,1.7559 underlying,underlying,64,56,62,54,1.25,1.8129,0.67,1.7559 unwilling,unwilling,59,56,56,53,1.16,1.7782,0.67,1.7559 upbringing,upbringing,59,56,59,56,1.16,1.7782,0.67,1.7559 waxed,waxed,69,56,67,55,1.35,1.8451,0.67,1.7559 whimpers,whimpers,77,56,54,40,1.51,1.8921,0.67,1.7559 zillion,zillion,67,56,67,56,1.31,1.8325,0.67,1.7559 abusing,abusing,61,55,61,55,1.20,1.7924,0.66,1.7482 acre,acre,93,55,67,50,1.82,1.9731,0.66,1.7482 adjourn,adjourn,66,55,66,55,1.29,1.8261,0.66,1.7482 alarming,alarming,58,55,58,55,1.14,1.7709,0.66,1.7482 alumni,alumni,89,55,82,49,1.75,1.9542,0.66,1.7482 Archer,archer,278,55,25,15,5.45,2.4456,0.66,1.7482 arterial,arterial,68,55,58,49,1.33,1.8388,0.66,1.7482 artifacts,artifacts,75,55,74,54,1.47,1.8808,0.66,1.7482 assaulting,assaulting,60,55,46,44,1.18,1.7853,0.66,1.7482 attracts,attracts,59,55,59,55,1.16,1.7782,0.66,1.7482 aunts,aunts,79,55,71,49,1.55,1.9031,0.66,1.7482 baddest,baddest,64,55,61,53,1.25,1.8129,0.66,1.7482 ballad,ballad,72,55,57,45,1.41,1.8633,0.66,1.7482 bashful,bashful,63,55,59,51,1.24,1.8062,0.66,1.7482 bearded,bearded,65,55,55,48,1.27,1.8195,0.66,1.7482 beatings,beatings,68,55,65,54,1.33,1.8388,0.66,1.7482 Belgium,belgium,65,55,0,0,1.27,1.8195,0.66,1.7482 blindness,blindness,67,55,63,52,1.31,1.8325,0.66,1.7482 Bogey,bogey,127,55,47,32,2.49,2.1072,0.66,1.7482 bridegroom,bridegroom,73,55,70,53,1.43,1.8692,0.66,1.7482 bucking,bucking,64,55,61,52,1.25,1.8129,0.66,1.7482 Buffy,buffy,163,55,1,1,3.20,2.2148,0.66,1.7482 cabinets,cabinets,61,55,61,55,1.20,1.7924,0.66,1.7482 campfire,campfire,64,55,59,50,1.25,1.8129,0.66,1.7482 cancellation,cancellation,65,55,60,51,1.27,1.8195,0.66,1.7482 capability,capability,70,55,69,55,1.37,1.8513,0.66,1.7482 carriers,carriers,128,55,126,55,2.51,2.1106,0.66,1.7482 chastity,chastity,74,55,54,44,1.45,1.8751,0.66,1.7482 cheered,cheered,62,55,59,52,1.22,1.7993,0.66,1.7482 Chihuahua,chihuahua,72,55,9,9,1.41,1.8633,0.66,1.7482 Chino,chino,152,55,4,3,2.98,2.1847,0.66,1.7482 chipper,chipper,66,55,52,48,1.29,1.8261,0.66,1.7482 chords,chords,77,55,74,53,1.51,1.8921,0.66,1.7482 Cola,cola,282,55,60,35,5.53,2.4518,0.66,1.7482 conceivable,conceivable,61,55,61,55,1.20,1.7924,0.66,1.7482 continually,continually,55,55,53,53,1.08,1.7482,0.66,1.7482 courteous,courteous,62,55,59,53,1.22,1.7993,0.66,1.7482 crafts,crafts,70,55,64,50,1.37,1.8513,0.66,1.7482 crammed,crammed,56,55,56,55,1.10,1.7559,0.66,1.7482 daybreak,daybreak,70,55,61,51,1.37,1.8513,0.66,1.7482 deluded,deluded,62,55,58,52,1.22,1.7993,0.66,1.7482 depraved,depraved,65,55,62,52,1.27,1.8195,0.66,1.7482 descriptions,descriptions,56,55,54,53,1.10,1.7559,0.66,1.7482 despised,despised,64,55,61,54,1.25,1.8129,0.66,1.7482 disrupting,disrupting,58,55,53,51,1.14,1.7709,0.66,1.7482 distasteful,distasteful,60,55,59,54,1.18,1.7853,0.66,1.7482 dividing,dividing,61,55,55,51,1.20,1.7924,0.66,1.7482 Dod,dod,93,55,2,2,1.82,1.9731,0.66,1.7482 dormant,dormant,59,55,56,52,1.16,1.7782,0.66,1.7482 downward,downward,60,55,58,54,1.18,1.7853,0.66,1.7482 encryption,encryption,83,55,80,53,1.63,1.9243,0.66,1.7482 enrolled,enrolled,57,55,55,54,1.12,1.7634,0.66,1.7482 ere,ere,120,55,100,43,2.35,2.0828,0.66,1.7482 escrow,escrow,79,55,74,51,1.55,1.9031,0.66,1.7482 excites,excites,60,55,59,54,1.18,1.7853,0.66,1.7482 expel,expel,70,55,64,53,1.37,1.8513,0.66,1.7482 extracted,extracted,56,55,54,53,1.10,1.7559,0.66,1.7482 extraterrestrial,extraterrestrial,102,55,92,52,2.00,2.0128,0.66,1.7482 fickle,fickle,60,55,57,53,1.18,1.7853,0.66,1.7482 forwarding,forwarding,56,55,54,53,1.10,1.7559,0.66,1.7482 fossil,fossil,79,55,75,53,1.55,1.9031,0.66,1.7482 fragrance,fragrance,60,55,58,53,1.18,1.7853,0.66,1.7482 frisky,frisky,86,55,56,46,1.69,1.9395,0.66,1.7482 fruity,fruity,66,55,57,49,1.29,1.8261,0.66,1.7482 giver,giver,59,55,57,53,1.16,1.7782,0.66,1.7482 granite,granite,81,55,53,45,1.59,1.9138,0.66,1.7482 hairline,hairline,62,55,56,51,1.22,1.7993,0.66,1.7482 Hallmark,hallmark,65,55,18,17,1.27,1.8195,0.66,1.7482 handgun,handgun,66,55,66,55,1.29,1.8261,0.66,1.7482 hereditary,hereditary,60,55,53,51,1.18,1.7853,0.66,1.7482 hitter,hitter,79,55,79,55,1.55,1.9031,0.66,1.7482 homosexuals,homosexuals,80,55,74,51,1.57,1.9085,0.66,1.7482 hormone,hormone,69,55,66,54,1.35,1.8451,0.66,1.7482 imaging,imaging,64,55,61,53,1.25,1.8129,0.66,1.7482 immensely,immensely,62,55,57,51,1.22,1.7993,0.66,1.7482 implement,implement,63,55,60,53,1.24,1.8062,0.66,1.7482 indebted,indebted,59,55,59,55,1.16,1.7782,0.66,1.7482 infect,infect,62,55,62,55,1.22,1.7993,0.66,1.7482 inhabitants,inhabitants,64,55,64,55,1.25,1.8129,0.66,1.7482 installation,installation,72,55,71,54,1.41,1.8633,0.66,1.7482 interface,interface,77,55,74,55,1.51,1.8921,0.66,1.7482 judgments,judgments,58,55,58,55,1.14,1.7709,0.66,1.7482 juggle,juggle,74,55,70,54,1.45,1.8751,0.66,1.7482 Kiki,kiki,162,55,0,0,3.18,2.2122,0.66,1.7482 lifeguard,lifeguard,85,55,71,50,1.67,1.9345,0.66,1.7482 lifeless,lifeless,64,55,61,53,1.25,1.8129,0.66,1.7482 lifesaver,lifesaver,62,55,56,52,1.22,1.7993,0.66,1.7482 liner,liner,62,55,59,53,1.22,1.7993,0.66,1.7482 loins,loins,67,55,67,55,1.31,1.8325,0.66,1.7482 loitering,loitering,60,55,53,50,1.18,1.7853,0.66,1.7482 Madeline,madeline,311,55,0,0,6.10,2.4942,0.66,1.7482 Marge,marge,225,55,1,1,4.41,2.3541,0.66,1.7482 mastermind,mastermind,69,55,65,53,1.35,1.8451,0.66,1.7482 Mc,mc,115,55,3,3,2.25,2.0645,0.66,1.7482 millimeter,millimeter,70,55,69,54,1.37,1.8513,0.66,1.7482 Ng,ng,137,55,53,21,2.69,2.1399,0.66,1.7482 Norway,norway,88,55,0,0,1.73,1.9494,0.66,1.7482 occult,occult,80,55,74,53,1.57,1.9085,0.66,1.7482 overcoat,overcoat,74,55,65,51,1.45,1.8751,0.66,1.7482 overthrow,overthrow,69,55,66,53,1.35,1.8451,0.66,1.7482 particle,particle,91,55,84,52,1.78,1.9638,0.66,1.7482 penguins,penguins,83,55,72,48,1.63,1.9243,0.66,1.7482 performers,performers,62,55,56,51,1.22,1.7993,0.66,1.7482 Polaroid,polaroid,73,55,6,4,1.43,1.8692,0.66,1.7482 powered,powered,70,55,66,51,1.37,1.8513,0.66,1.7482 preventing,preventing,56,55,53,52,1.10,1.7559,0.66,1.7482 Prof,prof,151,55,16,13,2.96,2.1818,0.66,1.7482 propeller,propeller,78,55,74,51,1.53,1.8976,0.66,1.7482 prostate,prostate,85,55,82,53,1.67,1.9345,0.66,1.7482 quarry,quarry,78,55,69,50,1.53,1.8976,0.66,1.7482 registry,registry,65,55,53,47,1.27,1.8195,0.66,1.7482 regulars,regulars,61,55,52,51,1.20,1.7924,0.66,1.7482 rejecting,rejecting,64,55,64,55,1.25,1.8129,0.66,1.7482 relating,relating,58,55,58,55,1.14,1.7709,0.66,1.7482 reverence,reverence,68,55,57,50,1.33,1.8388,0.66,1.7482 revised,revised,63,55,58,51,1.24,1.8062,0.66,1.7482 rips,rips,69,55,64,53,1.35,1.8451,0.66,1.7482 Roland,roland,277,55,3,1,5.43,2.4440,0.66,1.7482 scorpion,scorpion,136,55,86,39,2.67,2.1367,0.66,1.7482 Scrabble,scrabble,96,55,11,10,1.88,1.9868,0.66,1.7482 scuba,scuba,78,55,68,49,1.53,1.8976,0.66,1.7482 securing,securing,61,55,50,45,1.20,1.7924,0.66,1.7482 Siberia,siberia,73,55,0,0,1.43,1.8692,0.66,1.7482 singular,singular,65,55,58,50,1.27,1.8195,0.66,1.7482 slang,slang,71,55,65,52,1.39,1.8573,0.66,1.7482 snort,snort,59,55,55,51,1.16,1.7782,0.66,1.7482 sorority,sorority,96,55,91,53,1.88,1.9868,0.66,1.7482 standpoint,standpoint,68,55,68,55,1.33,1.8388,0.66,1.7482 stickers,stickers,93,55,84,55,1.82,1.9731,0.66,1.7482 Stork,stork,83,55,40,30,1.63,1.9243,0.66,1.7482 sundae,sundae,81,55,81,55,1.59,1.9138,0.66,1.7482 surfer,surfer,83,55,70,50,1.63,1.9243,0.66,1.7482 syphilis,syphilis,98,55,89,51,1.92,1.9956,0.66,1.7482 tablets,tablets,72,55,71,54,1.41,1.8633,0.66,1.7482 thump,thump,99,55,81,53,1.94,2.0000,0.66,1.7482 tolerant,tolerant,65,55,64,55,1.27,1.8195,0.66,1.7482 Tombstone,tombstone,109,55,52,44,2.14,2.0414,0.66,1.7482 transvestite,transvestite,83,55,79,52,1.63,1.9243,0.66,1.7482 Twas,twas,72,55,13,11,1.41,1.8633,0.66,1.7482 uncool,uncool,66,55,62,54,1.29,1.8261,0.66,1.7482 unjust,unjust,59,55,58,54,1.16,1.7782,0.66,1.7482 unpacked,unpacked,59,55,59,55,1.16,1.7782,0.66,1.7482 untraceable,untraceable,59,55,53,50,1.16,1.7782,0.66,1.7482 valuables,valuables,63,55,60,53,1.24,1.8062,0.66,1.7482 volatile,volatile,59,55,57,53,1.16,1.7782,0.66,1.7482 volts,volts,64,55,64,55,1.25,1.8129,0.66,1.7482 werewolf,werewolf,227,55,210,52,4.45,2.3579,0.66,1.7482 aerobics,aerobics,79,54,65,48,1.55,1.9031,0.64,1.7404 aggravated,aggravated,64,54,56,48,1.25,1.8129,0.64,1.7404 airway,airway,83,54,72,49,1.63,1.9243,0.64,1.7404 Alzheimer,alzheimer,85,54,0,0,1.67,1.9345,0.64,1.7404 amigos,amigos,108,54,64,46,2.12,2.0374,0.64,1.7404 Apache,apache,251,54,17,3,4.92,2.4014,0.64,1.7404 arraignment,arraignment,71,54,68,54,1.39,1.8573,0.64,1.7404 aspire,aspire,55,54,54,53,1.08,1.7482,0.64,1.7404 Avalanche,avalanche,173,54,58,43,3.39,2.2405,0.64,1.7404 aversion,aversion,68,54,63,53,1.33,1.8388,0.64,1.7404 baptized,baptized,100,54,98,54,1.96,2.0043,0.64,1.7404 blitz,blitz,64,54,50,41,1.25,1.8129,0.64,1.7404 bonehead,bonehead,60,54,54,50,1.18,1.7853,0.64,1.7404 calming,calming,57,54,54,53,1.12,1.7634,0.64,1.7404 calves,calves,82,54,81,53,1.61,1.9191,0.64,1.7404 capped,capped,62,54,60,52,1.22,1.7993,0.64,1.7404 captivity,captivity,64,54,64,54,1.25,1.8129,0.64,1.7404 chandelier,chandelier,72,54,69,52,1.41,1.8633,0.64,1.7404 charmer,charmer,63,54,63,54,1.24,1.8062,0.64,1.7404 chrome,chrome,65,54,57,48,1.27,1.8195,0.64,1.7404 clippings,clippings,64,54,62,52,1.25,1.8129,0.64,1.7404 clover,clover,67,54,50,44,1.31,1.8325,0.64,1.7404 cluster,cluster,67,54,63,52,1.31,1.8325,0.64,1.7404 collectors,collectors,75,54,71,52,1.47,1.8808,0.64,1.7404 comprehensive,comprehensive,58,54,51,48,1.14,1.7709,0.64,1.7404 concepts,concepts,73,54,64,51,1.43,1.8692,0.64,1.7404 confessional,confessional,66,54,64,52,1.29,1.8261,0.64,1.7404 coordinated,coordinated,55,54,53,52,1.08,1.7482,0.64,1.7404 coordinating,coordinating,57,54,53,50,1.12,1.7634,0.64,1.7404 copying,copying,66,54,59,49,1.29,1.8261,0.64,1.7404 corned,corned,71,54,60,48,1.39,1.8573,0.64,1.7404 demonstrations,demonstrations,66,54,63,52,1.29,1.8261,0.64,1.7404 dialect,dialect,68,54,63,51,1.33,1.8388,0.64,1.7404 disciples,disciples,82,54,73,50,1.61,1.9191,0.64,1.7404 dispatcher,dispatcher,75,54,50,39,1.47,1.8808,0.64,1.7404 downfall,downfall,64,54,60,54,1.25,1.8129,0.64,1.7404 drone,drone,144,54,133,53,2.82,2.1614,0.64,1.7404 dual,dual,57,54,50,47,1.12,1.7634,0.64,1.7404 Dukes,dukes,102,54,34,30,2.00,2.0128,0.64,1.7404 elope,elope,67,54,60,51,1.31,1.8325,0.64,1.7404 err,err,77,54,62,49,1.51,1.8921,0.64,1.7404 Eureka,eureka,75,54,4,3,1.47,1.8808,0.64,1.7404 Ewing,ewing,612,54,0,0,12.00,2.7875,0.64,1.7404 exchanging,exchanging,57,54,49,46,1.12,1.7634,0.64,1.7404 exhilarating,exhilarating,57,54,55,53,1.12,1.7634,0.64,1.7404 exploiting,exploiting,62,54,59,52,1.22,1.7993,0.64,1.7404 extinguisher,extinguisher,78,54,77,53,1.53,1.8976,0.64,1.7404 extraordinarily,extraordinarily,58,54,53,50,1.14,1.7709,0.64,1.7404 Falcon,falcon,169,54,76,27,3.31,2.2304,0.64,1.7404 falsely,falsely,67,54,61,52,1.31,1.8325,0.64,1.7404 fib,fib,65,54,64,53,1.27,1.8195,0.64,1.7404 flawed,flawed,63,54,62,53,1.24,1.8062,0.64,1.7404 fluff,fluff,72,54,63,49,1.41,1.8633,0.64,1.7404 forgives,forgives,66,54,63,52,1.29,1.8261,0.64,1.7404 geezer,geezer,69,54,67,52,1.35,1.8451,0.64,1.7404 gland,gland,77,54,76,53,1.51,1.8921,0.64,1.7404 Gong,gong,124,54,41,37,2.43,2.0969,0.64,1.7404 gorillas,gorillas,121,54,104,53,2.37,2.0864,0.64,1.7404 Grazie,grazie,111,54,18,13,2.18,2.0492,0.64,1.7404 grips,grips,62,54,60,52,1.22,1.7993,0.64,1.7404 hanger,hanger,69,54,65,51,1.35,1.8451,0.64,1.7404 harmful,harmful,66,54,62,53,1.29,1.8261,0.64,1.7404 hereafter,hereafter,69,54,63,50,1.35,1.8451,0.64,1.7404 herpes,herpes,66,54,55,45,1.29,1.8261,0.64,1.7404 horizons,horizons,58,54,58,54,1.14,1.7709,0.64,1.7404 hunts,hunts,60,54,55,51,1.18,1.7853,0.64,1.7404 hypnotized,hypnotized,61,54,57,51,1.20,1.7924,0.64,1.7404 indifferent,indifferent,58,54,56,53,1.14,1.7709,0.64,1.7404 infiltrated,infiltrated,63,54,62,53,1.24,1.8062,0.64,1.7404 informing,informing,57,54,54,51,1.12,1.7634,0.64,1.7404 inspirational,inspirational,62,54,56,51,1.22,1.7993,0.64,1.7404 insubordination,insubordination,64,54,55,49,1.25,1.8129,0.64,1.7404 Isaac,isaac,164,54,2,2,3.22,2.2175,0.64,1.7404 keel,keel,61,54,55,50,1.20,1.7924,0.64,1.7404 kiddie,kiddie,68,54,59,50,1.33,1.8388,0.64,1.7404 landings,landings,70,54,69,53,1.37,1.8513,0.64,1.7404 lark,lark,83,54,61,45,1.63,1.9243,0.64,1.7404 Laurel,laurel,188,54,18,12,3.69,2.2765,0.64,1.7404 lingo,lingo,59,54,57,53,1.16,1.7782,0.64,1.7404 Lionel,lionel,194,54,0,0,3.80,2.2900,0.64,1.7404 longed,longed,66,54,66,54,1.29,1.8261,0.64,1.7404 loon,loon,72,54,66,53,1.41,1.8633,0.64,1.7404 lucid,lucid,65,54,64,54,1.27,1.8195,0.64,1.7404 luxurious,luxurious,57,54,53,51,1.12,1.7634,0.64,1.7404 manic,manic,70,54,57,47,1.37,1.8513,0.64,1.7404 masseuse,masseuse,72,54,68,52,1.41,1.8633,0.64,1.7404 meddle,meddle,63,54,60,53,1.24,1.8062,0.64,1.7404 mitt,mitt,70,54,66,51,1.37,1.8513,0.64,1.7404 momentary,momentary,56,54,47,46,1.10,1.7559,0.64,1.7404 motels,motels,55,54,49,48,1.08,1.7482,0.64,1.7404 mounting,mounting,58,54,54,50,1.14,1.7709,0.64,1.7404 Munich,munich,104,54,0,0,2.04,2.0212,0.64,1.7404 Negroes,negroes,87,54,3,3,1.71,1.9445,0.64,1.7404 niggas,niggas,297,54,259,51,5.82,2.4742,0.64,1.7404 Notre,notre,100,54,3,3,1.96,2.0043,0.64,1.7404 nutcase,nutcase,67,54,60,52,1.31,1.8325,0.64,1.7404 offending,offending,56,54,55,53,1.10,1.7559,0.64,1.7404 ominous,ominous,68,54,64,51,1.33,1.8388,0.64,1.7404 organised,organised,77,54,70,50,1.51,1.8921,0.64,1.7404 orgasms,orgasms,74,54,67,52,1.45,1.8751,0.64,1.7404 pansy,pansy,99,54,50,45,1.94,2.0000,0.64,1.7404 patching,patching,59,54,48,44,1.16,1.7782,0.64,1.7404 patronizing,patronizing,56,54,52,51,1.10,1.7559,0.64,1.7404 Pc,pc,102,54,3,3,2.00,2.0128,0.64,1.7404 possum,possum,105,54,60,45,2.06,2.0253,0.64,1.7404 pox,pox,75,54,74,53,1.47,1.8808,0.64,1.7404 profoundly,profoundly,63,54,59,51,1.24,1.8062,0.64,1.7404 Pta,pta,80,54,0,0,1.57,1.9085,0.64,1.7404 pulmonary,pulmonary,74,54,60,44,1.45,1.8751,0.64,1.7404 pyjamas,pyjamas,90,54,87,52,1.76,1.9590,0.64,1.7404 raced,raced,67,54,66,53,1.31,1.8325,0.64,1.7404 rationally,rationally,58,54,56,53,1.14,1.7709,0.64,1.7404 reformed,reformed,58,54,54,50,1.14,1.7709,0.64,1.7404 replied,replied,59,54,59,54,1.16,1.7782,0.64,1.7404 Richardson,richardson,176,54,0,0,3.45,2.2480,0.64,1.7404 roofs,roofs,62,54,62,54,1.22,1.7993,0.64,1.7404 Sabbath,sabbath,86,54,1,1,1.69,1.9395,0.64,1.7404 sacked,sacked,63,54,60,51,1.24,1.8062,0.64,1.7404 septic,septic,72,54,62,50,1.41,1.8633,0.64,1.7404 servers,servers,87,54,86,54,1.71,1.9445,0.64,1.7404 sleepless,sleepless,69,54,43,41,1.35,1.8451,0.64,1.7404 slows,slows,60,54,55,49,1.18,1.7853,0.64,1.7404 smeared,smeared,58,54,55,51,1.14,1.7709,0.64,1.7404 Smokey,smokey,106,54,4,4,2.08,2.0294,0.64,1.7404 snail,snail,90,54,82,49,1.76,1.9590,0.64,1.7404 snotty,snotty,65,54,58,50,1.27,1.8195,0.64,1.7404 snowball,snowball,71,54,48,40,1.39,1.8573,0.64,1.7404 Soho,soho,79,54,0,0,1.55,1.9031,0.64,1.7404 spacious,spacious,58,54,51,48,1.14,1.7709,0.64,1.7404 specializes,specializes,55,54,53,52,1.08,1.7482,0.64,1.7404 spirited,spirited,62,54,56,52,1.22,1.7993,0.64,1.7404 splinter,splinter,75,54,63,52,1.47,1.8808,0.64,1.7404 spotless,spotless,60,54,55,53,1.18,1.7853,0.64,1.7404 stimulate,stimulate,70,54,70,54,1.37,1.8513,0.64,1.7404 stingy,stingy,63,54,56,49,1.24,1.8062,0.64,1.7404 stomping,stomping,56,54,51,49,1.10,1.7559,0.64,1.7404 stormed,stormed,58,54,57,53,1.14,1.7709,0.64,1.7404 strive,strive,67,54,66,53,1.31,1.8325,0.64,1.7404 suites,suites,84,54,78,49,1.65,1.9294,0.64,1.7404 tact,tact,56,54,50,48,1.10,1.7559,0.64,1.7404 takeover,takeover,80,54,77,53,1.57,1.9085,0.64,1.7404 teachings,teachings,73,54,73,54,1.43,1.8692,0.64,1.7404 teammates,teammates,76,54,73,53,1.49,1.8865,0.64,1.7404 technicality,technicality,61,54,57,52,1.20,1.7924,0.64,1.7404 technicians,technicians,71,54,66,52,1.39,1.8573,0.64,1.7404 trait,trait,55,54,55,54,1.08,1.7482,0.64,1.7404 traumatized,traumatized,59,54,55,53,1.16,1.7782,0.64,1.7404 trio,trio,66,54,53,45,1.29,1.8261,0.64,1.7404 troll,troll,138,54,107,48,2.71,2.1430,0.64,1.7404 troupe,troupe,90,54,77,50,1.76,1.9590,0.64,1.7404 tumbling,tumbling,62,54,57,50,1.22,1.7993,0.64,1.7404 tyre,tyre,124,54,119,52,2.43,2.0969,0.64,1.7404 uncharted,uncharted,60,54,55,49,1.18,1.7853,0.64,1.7404 uncontrollable,uncontrollable,56,54,54,53,1.10,1.7559,0.64,1.7404 unprotected,unprotected,63,54,61,52,1.24,1.8062,0.64,1.7404 urgently,urgently,59,54,55,50,1.16,1.7782,0.64,1.7404 vaginal,vaginal,66,54,62,51,1.29,1.8261,0.64,1.7404 veterinarian,veterinarian,64,54,59,51,1.25,1.8129,0.64,1.7404 victories,victories,62,54,61,53,1.22,1.7993,0.64,1.7404 weaken,weaken,60,54,59,53,1.18,1.7853,0.64,1.7404 wring,wring,62,54,58,53,1.22,1.7993,0.64,1.7404 Abbey,abbey,162,53,45,20,3.18,2.2122,0.63,1.7324 accelerate,accelerate,65,53,55,45,1.27,1.8195,0.63,1.7324 affliction,affliction,60,53,58,51,1.18,1.7853,0.63,1.7324 airtight,airtight,57,53,52,48,1.12,1.7634,0.63,1.7324 Amelia,amelia,240,53,0,0,4.71,2.3820,0.63,1.7324 anesthetic,anesthetic,68,53,65,52,1.33,1.8388,0.63,1.7324 appalled,appalled,59,53,57,52,1.16,1.7782,0.63,1.7324 appealed,appealed,55,53,55,53,1.08,1.7482,0.63,1.7324 Arabs,arabs,108,53,1,1,2.12,2.0374,0.63,1.7324 ballistic,ballistic,59,53,56,51,1.16,1.7782,0.63,1.7324 bestow,bestow,56,53,54,52,1.10,1.7559,0.63,1.7324 biker,biker,79,53,68,49,1.55,1.9031,0.63,1.7324 birthmark,birthmark,85,53,81,51,1.67,1.9345,0.63,1.7324 bleeder,bleeder,60,53,57,51,1.18,1.7853,0.63,1.7324 bleep,bleep,136,53,129,51,2.67,2.1367,0.63,1.7324 blossoms,blossoms,67,53,61,48,1.31,1.8325,0.63,1.7324 bonnet,bonnet,95,53,75,47,1.86,1.9823,0.63,1.7324 botched,botched,58,53,56,51,1.14,1.7709,0.63,1.7324 Brandon,brandon,474,53,1,1,9.29,2.6767,0.63,1.7324 bribery,bribery,69,53,57,45,1.35,1.8451,0.63,1.7324 Brussels,brussels,94,53,6,4,1.84,1.9777,0.63,1.7324 bursts,bursts,58,53,56,52,1.14,1.7709,0.63,1.7324 caved,caved,57,53,57,53,1.12,1.7634,0.63,1.7324 cesspool,cesspool,63,53,59,51,1.24,1.8062,0.63,1.7324 chaotic,chaotic,57,53,56,52,1.12,1.7634,0.63,1.7324 Chico,chico,97,53,9,9,1.90,1.9912,0.63,1.7324 chunky,chunky,71,53,42,33,1.39,1.8573,0.63,1.7324 clockwork,clockwork,58,53,52,47,1.14,1.7709,0.63,1.7324 clowning,clowning,76,53,72,52,1.49,1.8865,0.63,1.7324 Cokes,cokes,68,53,9,8,1.33,1.8388,0.63,1.7324 combed,combed,55,53,53,51,1.08,1.7482,0.63,1.7324 comprehension,comprehension,55,53,54,52,1.08,1.7482,0.63,1.7324 Confound,confound,59,53,25,24,1.16,1.7782,0.63,1.7324 conspiring,conspiring,53,53,47,47,1.04,1.7324,0.63,1.7324 contributing,contributing,58,53,55,51,1.14,1.7709,0.63,1.7324 Cosmopolitan,cosmopolitan,59,53,21,21,1.16,1.7782,0.63,1.7324 Covenant,covenant,341,53,15,14,6.69,2.5340,0.63,1.7324 crayons,crayons,61,53,56,49,1.20,1.7924,0.63,1.7324 crowning,crowning,61,53,55,50,1.20,1.7924,0.63,1.7324 crutch,crutch,67,53,66,53,1.31,1.8325,0.63,1.7324 cycles,cycles,66,53,66,53,1.29,1.8261,0.63,1.7324 cylinder,cylinder,80,53,78,52,1.57,1.9085,0.63,1.7324 deceitful,deceitful,58,53,57,52,1.14,1.7709,0.63,1.7324 defiance,defiance,57,53,48,47,1.12,1.7634,0.63,1.7324 desserts,desserts,66,53,63,52,1.29,1.8261,0.63,1.7324 devour,devour,54,53,52,51,1.06,1.7404,0.63,1.7324 diagram,diagram,65,53,61,51,1.27,1.8195,0.63,1.7324 diseased,diseased,58,53,56,51,1.14,1.7709,0.63,1.7324 diver,diver,124,53,91,48,2.43,2.0969,0.63,1.7324 ducked,ducked,61,53,60,52,1.20,1.7924,0.63,1.7324 duds,duds,69,53,43,41,1.35,1.8451,0.63,1.7324 duffel,duffel,76,53,73,52,1.49,1.8865,0.63,1.7324 dusted,dusted,62,53,54,48,1.22,1.7993,0.63,1.7324 electrocuted,electrocuted,66,53,64,52,1.29,1.8261,0.63,1.7324 Emmy,emmy,187,53,0,0,3.67,2.2742,0.63,1.7324 Ensign,ensign,181,53,29,18,3.55,2.2601,0.63,1.7324 evicted,evicted,72,53,70,52,1.41,1.8633,0.63,1.7324 executioner,executioner,69,53,60,49,1.35,1.8451,0.63,1.7324 extending,extending,54,53,47,46,1.06,1.7404,0.63,1.7324 fags,fags,78,53,60,47,1.53,1.8976,0.63,1.7324 foil,foil,62,53,60,52,1.22,1.7993,0.63,1.7324 friction,friction,63,53,53,49,1.24,1.8062,0.63,1.7324 gallows,gallows,91,53,83,52,1.78,1.9638,0.63,1.7324 gander,gander,55,53,52,51,1.08,1.7482,0.63,1.7324 genitals,genitals,63,53,62,53,1.24,1.8062,0.63,1.7324 gloom,gloom,59,53,56,50,1.16,1.7782,0.63,1.7324 Guild,guild,103,53,14,11,2.02,2.0170,0.63,1.7324 gunpoint,gunpoint,57,53,57,53,1.12,1.7634,0.63,1.7324 gynecologist,gynecologist,72,53,67,50,1.41,1.8633,0.63,1.7324 hearse,hearse,81,53,80,52,1.59,1.9138,0.63,1.7324 hermit,hermit,60,53,55,49,1.18,1.7853,0.63,1.7324 historically,historically,56,53,44,42,1.10,1.7559,0.63,1.7324 hitchhiking,hitchhiking,69,53,55,47,1.35,1.8451,0.63,1.7324 homing,homing,71,53,65,49,1.39,1.8573,0.63,1.7324 hoodlums,hoodlums,63,53,60,50,1.24,1.8062,0.63,1.7324 hover,hover,59,53,52,48,1.16,1.7782,0.63,1.7324 hurtful,hurtful,58,53,56,52,1.14,1.7709,0.63,1.7324 inexperienced,inexperienced,58,53,56,51,1.14,1.7709,0.63,1.7324 infernal,infernal,60,53,56,49,1.18,1.7853,0.63,1.7324 insolent,insolent,61,53,56,49,1.20,1.7924,0.63,1.7324 interpreted,interpreted,55,53,55,53,1.08,1.7482,0.63,1.7324 Jin,jin,361,53,4,3,7.08,2.5587,0.63,1.7324 laced,laced,56,53,52,49,1.10,1.7559,0.63,1.7324 lightweight,lightweight,59,53,52,47,1.16,1.7782,0.63,1.7324 lowering,lowering,59,53,51,47,1.16,1.7782,0.63,1.7324 masturbate,masturbate,62,53,60,52,1.22,1.7993,0.63,1.7324 meaner,meaner,60,53,55,49,1.18,1.7853,0.63,1.7324 medics,medics,66,53,53,45,1.29,1.8261,0.63,1.7324 Mein,mein,101,53,50,36,1.98,2.0086,0.63,1.7324 memento,memento,65,53,60,52,1.27,1.8195,0.63,1.7324 Midtown,midtown,75,53,30,28,1.47,1.8808,0.63,1.7324 milking,milking,71,53,62,49,1.39,1.8573,0.63,1.7324 minimize,minimize,54,53,51,51,1.06,1.7404,0.63,1.7324 munitions,munitions,64,53,50,46,1.25,1.8129,0.63,1.7324 mutilated,mutilated,65,53,61,51,1.27,1.8195,0.63,1.7324 mutually,mutually,54,53,52,51,1.06,1.7404,0.63,1.7324 nameless,nameless,72,53,54,46,1.41,1.8633,0.63,1.7324 nationals,nationals,88,53,64,44,1.73,1.9494,0.63,1.7324 newfound,newfound,60,53,56,51,1.18,1.7853,0.63,1.7324 nourishment,nourishment,62,53,56,48,1.22,1.7993,0.63,1.7324 outlaws,outlaws,93,53,72,49,1.82,1.9731,0.63,1.7324 pagan,pagan,69,53,58,48,1.35,1.8451,0.63,1.7324 panicky,panicky,56,53,56,53,1.10,1.7559,0.63,1.7324 patriots,patriots,80,53,49,40,1.57,1.9085,0.63,1.7324 persecuted,persecuted,58,53,57,53,1.14,1.7709,0.63,1.7324 physicist,physicist,69,53,67,51,1.35,1.8451,0.63,1.7324 pickled,pickled,76,53,64,46,1.49,1.8865,0.63,1.7324 Plymouth,plymouth,81,53,0,0,1.59,1.9138,0.63,1.7324 primal,primal,58,53,51,48,1.14,1.7709,0.63,1.7324 proverbial,proverbial,53,53,52,52,1.04,1.7324,0.63,1.7324 quad,quad,79,53,53,43,1.55,1.9031,0.63,1.7324 rec,rec,83,53,75,51,1.63,1.9243,0.63,1.7324 replay,replay,61,53,52,45,1.20,1.7924,0.63,1.7324 reptile,reptile,72,53,64,49,1.41,1.8633,0.63,1.7324 respecting,respecting,54,53,54,53,1.06,1.7404,0.63,1.7324 retaliate,retaliate,64,53,60,51,1.25,1.8129,0.63,1.7324 salts,salts,73,53,71,52,1.43,1.8692,0.63,1.7324 sanctioned,sanctioned,57,53,56,52,1.12,1.7634,0.63,1.7324 sanitation,sanitation,60,53,40,38,1.18,1.7853,0.63,1.7324 schizophrenia,schizophrenia,69,53,62,48,1.35,1.8451,0.63,1.7324 scrutiny,scrutiny,58,53,57,53,1.14,1.7709,0.63,1.7324 shocks,shocks,55,53,54,52,1.08,1.7482,0.63,1.7324 shredded,shredded,61,53,48,44,1.20,1.7924,0.63,1.7324 shutter,shutter,74,53,66,47,1.45,1.8751,0.63,1.7324 sidelines,sidelines,57,53,56,53,1.12,1.7634,0.63,1.7324 Sloan,sloan,331,53,0,0,6.49,2.5211,0.63,1.7324 spokesman,spokesman,60,53,58,51,1.18,1.7853,0.63,1.7324 spraying,spraying,61,53,58,50,1.20,1.7924,0.63,1.7324 squawking,squawking,78,53,62,44,1.53,1.8976,0.63,1.7324 stationery,stationery,70,53,67,51,1.37,1.8513,0.63,1.7324 strains,strains,58,53,56,51,1.14,1.7709,0.63,1.7324 stripe,stripe,74,53,65,49,1.45,1.8751,0.63,1.7324 suede,suede,92,53,88,51,1.80,1.9685,0.63,1.7324 tanker,tanker,100,53,90,48,1.96,2.0043,0.63,1.7324 Telly,telly,162,53,65,38,3.18,2.2122,0.63,1.7324 temperament,temperament,59,53,57,52,1.16,1.7782,0.63,1.7324 temporal,temporal,69,53,66,50,1.35,1.8451,0.63,1.7324 termination,termination,68,53,60,51,1.33,1.8388,0.63,1.7324 thorns,thorns,79,53,76,50,1.55,1.9031,0.63,1.7324 twirl,twirl,67,53,62,50,1.31,1.8325,0.63,1.7324 unhappiness,unhappiness,59,53,57,51,1.16,1.7782,0.63,1.7324 unpacking,unpacking,57,53,53,51,1.12,1.7634,0.63,1.7324 uplink,uplink,75,53,64,45,1.47,1.8808,0.63,1.7324 upstanding,upstanding,56,53,55,52,1.10,1.7559,0.63,1.7324 versions,versions,62,53,62,53,1.22,1.7993,0.63,1.7324 virtuous,virtuous,88,53,83,50,1.73,1.9494,0.63,1.7324 wart,wart,63,53,59,50,1.24,1.8062,0.63,1.7324 whips,whips,60,53,53,48,1.18,1.7853,0.63,1.7324 Wichita,wichita,122,53,0,0,2.39,2.0899,0.63,1.7324 wigs,wigs,71,53,63,48,1.39,1.8573,0.63,1.7324 yapping,yapping,58,53,57,52,1.14,1.7709,0.63,1.7324 Yorkers,yorkers,64,53,1,1,1.25,1.8129,0.63,1.7324 achievements,achievements,55,52,55,52,1.08,1.7482,0.62,1.7243 adapted,adapted,56,52,51,47,1.10,1.7559,0.62,1.7243 advertisement,advertisement,61,52,59,50,1.20,1.7924,0.62,1.7243 afar,afar,59,52,57,51,1.16,1.7782,0.62,1.7243 affections,affections,61,52,61,52,1.20,1.7924,0.62,1.7243 Alison,alison,378,52,1,1,7.41,2.5786,0.62,1.7243 Allan,allan,184,52,1,1,3.61,2.2672,0.62,1.7243 alleys,alleys,58,52,58,52,1.14,1.7709,0.62,1.7243 awakening,awakening,63,52,56,49,1.24,1.8062,0.62,1.7243 bachelors,bachelors,69,52,62,48,1.35,1.8451,0.62,1.7243 Bangkok,bangkok,112,52,0,0,2.20,2.0531,0.62,1.7243 banish,banish,69,52,60,46,1.35,1.8451,0.62,1.7243 barbarian,barbarian,92,52,77,44,1.80,1.9685,0.62,1.7243 barbed,barbed,67,52,60,48,1.31,1.8325,0.62,1.7243 Benedict,benedict,162,52,3,3,3.18,2.2122,0.62,1.7243 beverages,beverages,61,52,49,47,1.20,1.7924,0.62,1.7243 blatant,blatant,58,52,56,51,1.14,1.7709,0.62,1.7243 bleachers,bleachers,59,52,58,51,1.16,1.7782,0.62,1.7243 bleak,bleak,55,52,54,51,1.08,1.7482,0.62,1.7243 boast,boast,54,52,53,51,1.06,1.7404,0.62,1.7243 bona,bona,63,52,58,49,1.24,1.8062,0.62,1.7243 brethren,brethren,68,52,55,45,1.33,1.8388,0.62,1.7243 brilliantly,brilliantly,63,52,57,46,1.24,1.8062,0.62,1.7243 brittle,brittle,71,52,62,50,1.39,1.8573,0.62,1.7243 buildup,buildup,59,52,59,52,1.16,1.7782,0.62,1.7243 Calamity,calamity,102,52,43,39,2.00,2.0128,0.62,1.7243 calculator,calculator,66,52,64,51,1.29,1.8261,0.62,1.7243 camped,camped,63,52,59,52,1.24,1.8062,0.62,1.7243 caper,caper,90,52,81,49,1.76,1.9590,0.62,1.7243 cheques,cheques,68,52,68,52,1.33,1.8388,0.62,1.7243 cherished,cherished,65,52,64,51,1.27,1.8195,0.62,1.7243 Chez,chez,86,52,7,3,1.69,1.9395,0.62,1.7243 cobbler,cobbler,119,52,107,50,2.33,2.0792,0.62,1.7243 commitments,commitments,58,52,57,51,1.14,1.7709,0.62,1.7243 communities,communities,68,52,68,52,1.33,1.8388,0.62,1.7243 contingent,contingent,55,52,53,50,1.08,1.7482,0.62,1.7243 corpus,corpus,77,52,45,33,1.51,1.8921,0.62,1.7243 corroborate,corroborate,56,52,56,52,1.10,1.7559,0.62,1.7243 creamy,creamy,60,52,52,45,1.18,1.7853,0.62,1.7243 critters,critters,79,52,66,47,1.55,1.9031,0.62,1.7243 dab,dab,57,52,53,49,1.12,1.7634,0.62,1.7243 dangle,dangle,68,52,53,47,1.33,1.8388,0.62,1.7243 daycare,daycare,77,52,65,49,1.51,1.8921,0.62,1.7243 daydreaming,daydreaming,56,52,53,50,1.10,1.7559,0.62,1.7243 dearie,dearie,95,52,90,49,1.86,1.9823,0.62,1.7243 deficit,deficit,55,52,48,45,1.08,1.7482,0.62,1.7243 delegate,delegate,73,52,68,49,1.43,1.8692,0.62,1.7243 detecting,detecting,61,52,59,51,1.20,1.7924,0.62,1.7243 determining,determining,53,52,51,50,1.04,1.7324,0.62,1.7243 distortion,distortion,60,52,60,52,1.18,1.7853,0.62,1.7243 duet,duet,66,52,60,49,1.29,1.8261,0.62,1.7243 echoes,echoes,66,52,62,48,1.29,1.8261,0.62,1.7243 edited,edited,60,52,47,40,1.18,1.7853,0.62,1.7243 eel,eel,73,52,64,50,1.43,1.8692,0.62,1.7243 enema,enema,72,52,65,50,1.41,1.8633,0.62,1.7243 entourage,entourage,69,52,66,52,1.35,1.8451,0.62,1.7243 erect,erect,60,52,57,49,1.18,1.7853,0.62,1.7243 extradition,extradition,66,52,60,48,1.29,1.8261,0.62,1.7243 fates,fates,59,52,38,34,1.16,1.7782,0.62,1.7243 Fez,fez,196,52,15,6,3.84,2.2945,0.62,1.7243 flaps,flaps,73,52,60,48,1.43,1.8692,0.62,1.7243 flips,flips,63,52,62,51,1.24,1.8062,0.62,1.7243 fluent,fluent,59,52,55,49,1.16,1.7782,0.62,1.7243 forbids,forbids,56,52,55,52,1.10,1.7559,0.62,1.7243 foundations,foundations,59,52,56,49,1.16,1.7782,0.62,1.7243 frightful,frightful,59,52,54,51,1.16,1.7782,0.62,1.7243 frivolous,frivolous,61,52,55,51,1.20,1.7924,0.62,1.7243 greener,greener,55,52,52,49,1.08,1.7482,0.62,1.7243 Greenwich,greenwich,84,52,0,0,1.65,1.9294,0.62,1.7243 Gs,gs,101,52,5,3,1.98,2.0086,0.62,1.7243 hearings,hearings,70,52,69,51,1.37,1.8513,0.62,1.7243 homage,homage,67,52,65,50,1.31,1.8325,0.62,1.7243 Hurray,hurray,86,52,18,12,1.69,1.9395,0.62,1.7243 implanted,implanted,62,52,61,51,1.22,1.7993,0.62,1.7243 inadvertently,inadvertently,54,52,53,52,1.06,1.7404,0.62,1.7243 inconsistent,inconsistent,55,52,54,51,1.08,1.7482,0.62,1.7243 indications,indications,57,52,54,49,1.12,1.7634,0.62,1.7243 infants,infants,63,52,59,48,1.24,1.8062,0.62,1.7243 infectious,infectious,65,52,60,47,1.27,1.8195,0.62,1.7243 injections,injections,66,52,62,50,1.29,1.8261,0.62,1.7243 inserted,inserted,59,52,59,52,1.16,1.7782,0.62,1.7243 inspires,inspires,58,52,57,51,1.14,1.7709,0.62,1.7243 insufficient,insufficient,54,52,48,47,1.06,1.7404,0.62,1.7243 itches,itches,61,52,56,47,1.20,1.7924,0.62,1.7243 jocks,jocks,59,52,53,46,1.16,1.7782,0.62,1.7243 juices,juices,56,52,53,50,1.10,1.7559,0.62,1.7243 kinder,kinder,55,52,47,45,1.08,1.7482,0.62,1.7243 knucklehead,knucklehead,55,52,49,48,1.08,1.7482,0.62,1.7243 laceration,laceration,60,52,53,48,1.18,1.7853,0.62,1.7243 leans,leans,55,52,55,52,1.08,1.7482,0.62,1.7243 leased,leased,58,52,53,48,1.14,1.7709,0.62,1.7243 Lefty,lefty,158,52,29,19,3.10,2.2014,0.62,1.7243 lemons,lemons,84,52,76,49,1.65,1.9294,0.62,1.7243 leukemia,leukemia,97,52,85,46,1.90,1.9912,0.62,1.7243 lieu,lieu,57,52,55,50,1.12,1.7634,0.62,1.7243 Lordship,lordship,165,52,64,23,3.24,2.2201,0.62,1.7243 malls,malls,69,52,65,49,1.35,1.8451,0.62,1.7243 mammal,mammal,62,52,61,51,1.22,1.7993,0.62,1.7243 mandate,mandate,76,52,70,49,1.49,1.8865,0.62,1.7243 Marquis,marquis,144,52,30,13,2.82,2.1614,0.62,1.7243 minivan,minivan,81,52,81,52,1.59,1.9138,0.62,1.7243 minors,minors,65,52,62,51,1.27,1.8195,0.62,1.7243 miscarriage,miscarriage,58,52,56,51,1.14,1.7709,0.62,1.7243 miserably,miserably,54,52,51,50,1.06,1.7404,0.62,1.7243 moisture,moisture,62,52,54,46,1.22,1.7993,0.62,1.7243 mutation,mutation,88,52,85,50,1.73,1.9494,0.62,1.7243 neutralize,neutralize,62,52,61,52,1.22,1.7993,0.62,1.7243 nightclubs,nightclubs,57,52,55,52,1.12,1.7634,0.62,1.7243 offends,offends,57,52,57,52,1.12,1.7634,0.62,1.7243 origins,origins,58,52,56,50,1.14,1.7709,0.62,1.7243 outcast,outcast,67,52,65,52,1.31,1.8325,0.62,1.7243 outlive,outlive,57,52,57,52,1.12,1.7634,0.62,1.7243 Oval,oval,69,52,29,23,1.35,1.8451,0.62,1.7243 overhear,overhear,53,52,53,52,1.04,1.7324,0.62,1.7243 peddle,peddle,54,52,51,49,1.06,1.7404,0.62,1.7243 pertinent,pertinent,60,52,58,51,1.18,1.7853,0.62,1.7243 petroleum,petroleum,64,52,50,41,1.25,1.8129,0.62,1.7243 physicians,physicians,68,52,54,45,1.33,1.8388,0.62,1.7243 pimples,pimples,62,52,59,52,1.22,1.7993,0.62,1.7243 pinching,pinching,57,52,56,51,1.12,1.7634,0.62,1.7243 playback,playback,75,52,56,42,1.47,1.8808,0.62,1.7243 plight,plight,63,52,62,51,1.24,1.8062,0.62,1.7243 pretext,pretext,65,52,65,52,1.27,1.8195,0.62,1.7243 Primo,primo,84,52,32,31,1.65,1.9294,0.62,1.7243 processes,processes,55,52,54,51,1.08,1.7482,0.62,1.7243 prolonged,prolonged,55,52,51,48,1.08,1.7482,0.62,1.7243 purposely,purposely,55,52,53,50,1.08,1.7482,0.62,1.7243 quotes,quotes,61,52,56,49,1.20,1.7924,0.62,1.7243 racism,racism,88,52,85,51,1.73,1.9494,0.62,1.7243 recreate,recreate,53,52,52,51,1.04,1.7324,0.62,1.7243 reinstated,reinstated,58,52,57,51,1.14,1.7709,0.62,1.7243 rematch,rematch,73,52,66,45,1.43,1.8692,0.62,1.7243 Ripper,ripper,127,52,19,6,2.49,2.1072,0.62,1.7243 rummy,rummy,74,52,64,44,1.45,1.8751,0.62,1.7243 runny,runny,65,52,63,51,1.27,1.8195,0.62,1.7243 sauna,sauna,69,52,64,49,1.35,1.8451,0.62,1.7243 scold,scold,67,52,66,52,1.31,1.8325,0.62,1.7243 seasick,seasick,70,52,68,50,1.37,1.8513,0.62,1.7243 selves,selves,62,52,61,51,1.22,1.7993,0.62,1.7243 semi,semi,119,52,106,48,2.33,2.0792,0.62,1.7243 severance,severance,56,52,50,47,1.10,1.7559,0.62,1.7243 shelters,shelters,67,52,65,50,1.31,1.8325,0.62,1.7243 shutters,shutters,78,52,77,51,1.53,1.8976,0.62,1.7243 skis,skis,69,52,63,48,1.35,1.8451,0.62,1.7243 slant,slant,58,52,57,51,1.14,1.7709,0.62,1.7243 snagged,snagged,56,52,54,51,1.10,1.7559,0.62,1.7243 snowman,snowman,97,52,61,39,1.90,1.9912,0.62,1.7243 sodas,sodas,54,52,53,52,1.06,1.7404,0.62,1.7243 spices,spices,114,52,106,51,2.24,2.0607,0.62,1.7243 Stalin,stalin,78,52,0,0,1.53,1.8976,0.62,1.7243 stomachs,stomachs,57,52,55,51,1.12,1.7634,0.62,1.7243 surgically,surgically,55,52,52,50,1.08,1.7482,0.62,1.7243 surreal,surreal,57,52,51,47,1.12,1.7634,0.62,1.7243 swarming,swarming,53,52,52,51,1.04,1.7324,0.62,1.7243 tangible,tangible,56,52,53,51,1.10,1.7559,0.62,1.7243 tending,tending,55,52,53,51,1.08,1.7482,0.62,1.7243 totaled,totaled,58,52,54,49,1.14,1.7709,0.62,1.7243 toying,toying,57,52,54,49,1.12,1.7634,0.62,1.7243 troopers,troopers,86,52,69,42,1.69,1.9395,0.62,1.7243 twenties,twenties,67,52,60,46,1.31,1.8325,0.62,1.7243 urged,urged,57,52,56,51,1.12,1.7634,0.62,1.7243 urging,urging,56,52,55,52,1.10,1.7559,0.62,1.7243 vents,vents,85,52,83,51,1.67,1.9345,0.62,1.7243 vines,vines,80,52,71,46,1.57,1.9085,0.62,1.7243 Wagner,wagner,150,52,0,0,2.94,2.1790,0.62,1.7243 welcomes,welcomes,54,52,52,50,1.06,1.7404,0.62,1.7243 winged,winged,58,52,51,47,1.14,1.7709,0.62,1.7243 Zealand,zealand,115,52,2,2,2.25,2.0645,0.62,1.7243 Ab,ab,75,51,17,15,1.47,1.8808,0.61,1.7160 aftermath,aftermath,53,51,51,49,1.04,1.7324,0.61,1.7160 airspace,airspace,82,51,81,51,1.61,1.9191,0.61,1.7160 Albany,albany,107,51,0,0,2.10,2.0334,0.61,1.7160 ambulances,ambulances,64,51,59,47,1.25,1.8129,0.61,1.7160 anticipating,anticipating,53,51,48,46,1.04,1.7324,0.61,1.7160 architectural,architectural,65,51,52,41,1.27,1.8195,0.61,1.7160 Ariel,ariel,361,51,1,1,7.08,2.5587,0.61,1.7160 Armageddon,armageddon,88,51,2,2,1.73,1.9494,0.61,1.7160 Axis,axis,81,51,33,29,1.59,1.9138,0.61,1.7160 battered,battered,57,51,49,43,1.12,1.7634,0.61,1.7160 beige,beige,69,51,64,47,1.35,1.8451,0.61,1.7160 Bel,bel,60,51,9,8,1.18,1.7853,0.61,1.7160 blindfolded,blindfolded,61,51,58,51,1.20,1.7924,0.61,1.7160 bowing,bowing,64,51,59,48,1.25,1.8129,0.61,1.7160 brood,brood,55,51,52,51,1.08,1.7482,0.61,1.7160 bubbling,bubbling,56,51,48,48,1.10,1.7559,0.61,1.7160 calms,calms,60,51,55,48,1.18,1.7853,0.61,1.7160 carnal,carnal,61,51,56,49,1.20,1.7924,0.61,1.7160 catfish,catfish,63,51,50,41,1.24,1.8062,0.61,1.7160 centimeters,centimeters,75,51,75,51,1.47,1.8808,0.61,1.7160 charities,charities,58,51,53,48,1.14,1.7709,0.61,1.7160 chests,chests,52,51,51,51,1.02,1.7243,0.61,1.7160 circulating,circulating,51,51,51,51,1.00,1.7160,0.61,1.7160 coalition,coalition,92,51,53,28,1.80,1.9685,0.61,1.7160 Coco,coco,215,51,2,1,4.22,2.3345,0.61,1.7160 Colombia,colombia,100,51,0,0,1.96,2.0043,0.61,1.7160 comforted,comforted,53,51,53,51,1.04,1.7324,0.61,1.7160 compression,compression,63,51,54,43,1.24,1.8062,0.61,1.7160 conspired,conspired,55,51,55,51,1.08,1.7482,0.61,1.7160 coping,coping,53,51,48,46,1.04,1.7324,0.61,1.7160 courtship,courtship,59,51,55,49,1.16,1.7782,0.61,1.7160 crackhead,crackhead,64,51,61,49,1.25,1.8129,0.61,1.7160 Creed,creed,129,51,51,37,2.53,2.1139,0.61,1.7160 crickets,crickets,70,51,61,45,1.37,1.8513,0.61,1.7160 damnedest,damnedest,52,51,47,47,1.02,1.7243,0.61,1.7160 decadent,decadent,60,51,53,45,1.18,1.7853,0.61,1.7160 deformed,deformed,66,51,60,50,1.29,1.8261,0.61,1.7160 dementia,dementia,66,51,55,46,1.29,1.8261,0.61,1.7160 Democrats,democrats,68,51,5,5,1.33,1.8388,0.61,1.7160 desks,desks,54,51,51,50,1.06,1.7404,0.61,1.7160 deviant,deviant,54,51,53,50,1.06,1.7404,0.61,1.7160 disorders,disorders,57,51,55,49,1.12,1.7634,0.61,1.7160 divers,divers,81,51,69,45,1.59,1.9138,0.61,1.7160 Dragonfly,dragonfly,145,51,13,10,2.84,2.1644,0.61,1.7160 eggnog,eggnog,79,51,66,44,1.55,1.9031,0.61,1.7160 expanded,expanded,55,51,53,51,1.08,1.7482,0.61,1.7160 expressions,expressions,51,51,50,50,1.00,1.7160,0.61,1.7160 fancies,fancies,56,51,56,51,1.10,1.7559,0.61,1.7160 farting,farting,59,51,51,45,1.16,1.7782,0.61,1.7160 Fay,fay,263,51,1,1,5.16,2.4216,0.61,1.7160 fives,fives,67,51,63,48,1.31,1.8325,0.61,1.7160 Fleming,fleming,227,51,0,0,4.45,2.3579,0.61,1.7160 floods,floods,58,51,50,45,1.14,1.7709,0.61,1.7160 Gazette,gazette,73,51,4,4,1.43,1.8692,0.61,1.7160 germ,germ,64,51,58,46,1.25,1.8129,0.61,1.7160 gigolo,gigolo,83,51,66,42,1.63,1.9243,0.61,1.7160 grooming,grooming,64,51,60,48,1.25,1.8129,0.61,1.7160 Guinness,guinness,57,51,0,0,1.12,1.7634,0.61,1.7160 Gunner,gunner,120,51,58,38,2.35,2.0828,0.61,1.7160 Hasta,hasta,66,51,12,11,1.29,1.8261,0.61,1.7160 hiccups,hiccups,65,51,59,47,1.27,1.8195,0.61,1.7160 hippies,hippies,67,51,62,48,1.31,1.8325,0.61,1.7160 homicides,homicides,61,51,56,47,1.20,1.7924,0.61,1.7160 honky,honky,82,51,68,46,1.61,1.9191,0.61,1.7160 hotline,hotline,79,51,72,46,1.55,1.9031,0.61,1.7160 improvements,improvements,58,51,58,51,1.14,1.7709,0.61,1.7160 insure,insure,54,51,51,48,1.06,1.7404,0.61,1.7160 Iris,iris,270,51,32,22,5.29,2.4330,0.61,1.7160 jest,jest,68,51,64,47,1.33,1.8388,0.61,1.7160 kicker,kicker,54,51,51,48,1.06,1.7404,0.61,1.7160 kneeling,kneeling,54,51,49,47,1.06,1.7404,0.61,1.7160 laughingstock,laughingstock,52,51,51,50,1.02,1.7243,0.61,1.7160 leaky,leaky,56,51,51,48,1.10,1.7559,0.61,1.7160 lowdown,lowdown,55,51,53,49,1.08,1.7482,0.61,1.7160 Majestic,majestic,70,51,34,33,1.37,1.8513,0.61,1.7160 marrow,marrow,151,51,122,48,2.96,2.1818,0.61,1.7160 massages,massages,59,51,55,48,1.16,1.7782,0.61,1.7160 matinee,matinee,58,51,53,47,1.14,1.7709,0.61,1.7160 melodramatic,melodramatic,62,51,58,49,1.22,1.7993,0.61,1.7160 mite,mite,60,51,58,50,1.18,1.7853,0.61,1.7160 mitts,mitts,56,51,56,51,1.10,1.7559,0.61,1.7160 module,module,136,51,125,48,2.67,2.1367,0.61,1.7160 moronic,moronic,55,51,53,50,1.08,1.7482,0.61,1.7160 motorcycles,motorcycles,66,51,60,48,1.29,1.8261,0.61,1.7160 Mt,mt,98,51,0,0,1.92,1.9956,0.61,1.7160 neural,neural,100,51,97,49,1.96,2.0043,0.61,1.7160 operatives,operatives,64,51,61,49,1.25,1.8129,0.61,1.7160 optical,optical,56,51,45,41,1.10,1.7559,0.61,1.7160 ornament,ornament,58,51,58,51,1.14,1.7709,0.61,1.7160 outdone,outdone,54,51,54,51,1.06,1.7404,0.61,1.7160 parading,parading,56,51,51,47,1.10,1.7559,0.61,1.7160 particulars,particulars,55,51,55,51,1.08,1.7482,0.61,1.7160 pesky,pesky,52,51,46,46,1.02,1.7243,0.61,1.7160 pints,pints,64,51,62,51,1.25,1.8129,0.61,1.7160 playful,playful,59,51,53,46,1.16,1.7782,0.61,1.7160 plutonium,plutonium,100,51,90,49,1.96,2.0043,0.61,1.7160 Popeye,popeye,80,51,0,0,1.57,1.9085,0.61,1.7160 prepping,prepping,56,51,55,50,1.10,1.7559,0.61,1.7160 prestige,prestige,70,51,61,47,1.37,1.8513,0.61,1.7160 prodigal,prodigal,57,51,50,46,1.12,1.7634,0.61,1.7160 prospective,prospective,68,51,66,49,1.33,1.8388,0.61,1.7160 provocation,provocation,53,51,52,50,1.04,1.7324,0.61,1.7160 rampage,rampage,53,51,51,49,1.04,1.7324,0.61,1.7160 reconcile,reconcile,58,51,58,51,1.14,1.7709,0.61,1.7160 reconnect,reconnect,53,51,51,50,1.04,1.7324,0.61,1.7160 reinforced,reinforced,57,51,55,49,1.12,1.7634,0.61,1.7160 relieving,relieving,60,51,58,49,1.18,1.7853,0.61,1.7160 replica,replica,56,51,56,51,1.10,1.7559,0.61,1.7160 requiring,requiring,55,51,55,51,1.08,1.7482,0.61,1.7160 restrained,restrained,56,51,50,46,1.10,1.7559,0.61,1.7160 romantically,romantically,54,51,52,49,1.06,1.7404,0.61,1.7160 rotating,rotating,57,51,54,48,1.12,1.7634,0.61,1.7160 rushes,rushes,63,51,60,48,1.24,1.8062,0.61,1.7160 scientifically,scientifically,54,51,49,47,1.06,1.7404,0.61,1.7160 serene,serene,63,51,54,47,1.24,1.8062,0.61,1.7160 sharpen,sharpen,57,51,40,37,1.12,1.7634,0.61,1.7160 Shawn,shawn,558,51,49,7,10.94,2.7474,0.61,1.7160 Shelley,shelley,204,51,0,0,4.00,2.3118,0.61,1.7160 sightings,sightings,71,51,71,51,1.39,1.8573,0.61,1.7160 slaughterhouse,slaughterhouse,64,51,59,48,1.25,1.8129,0.61,1.7160 slew,slew,67,51,60,49,1.31,1.8325,0.61,1.7160 slipper,slipper,113,51,108,48,2.22,2.0569,0.61,1.7160 slum,slum,65,51,63,49,1.27,1.8195,0.61,1.7160 sluts,sluts,65,51,56,46,1.27,1.8195,0.61,1.7160 Sol,sol,281,51,6,4,5.51,2.4502,0.61,1.7160 staple,staple,57,51,50,46,1.12,1.7634,0.61,1.7160 Stooges,stooges,56,51,18,16,1.10,1.7559,0.61,1.7160 strategies,strategies,54,51,52,49,1.06,1.7404,0.61,1.7160 strays,strays,63,51,59,51,1.24,1.8062,0.61,1.7160 strengths,strengths,57,51,57,51,1.12,1.7634,0.61,1.7160 subsequently,subsequently,58,51,45,44,1.14,1.7709,0.61,1.7160 Suzanne,suzanne,228,51,0,0,4.47,2.3598,0.61,1.7160 tenure,tenure,90,51,88,51,1.76,1.9590,0.61,1.7160 throbbing,throbbing,60,51,50,45,1.18,1.7853,0.61,1.7160 trashy,trashy,54,51,46,45,1.06,1.7404,0.61,1.7160 twists,twists,59,51,58,51,1.16,1.7782,0.61,1.7160 umbilical,umbilical,62,51,58,47,1.22,1.7993,0.61,1.7160 untouched,untouched,52,51,49,48,1.02,1.7243,0.61,1.7160 valor,valor,64,51,49,39,1.25,1.8129,0.61,1.7160 vanishing,vanishing,56,51,50,47,1.10,1.7559,0.61,1.7160 vibrate,vibrate,56,51,56,51,1.10,1.7559,0.61,1.7160 vibrating,vibrating,64,51,62,51,1.25,1.8129,0.61,1.7160 Victorian,victorian,67,51,3,3,1.31,1.8325,0.61,1.7160 vinyl,vinyl,63,51,49,45,1.24,1.8062,0.61,1.7160 Virgil,virgil,337,51,7,1,6.61,2.5289,0.61,1.7160 visibility,visibility,61,51,44,41,1.20,1.7924,0.61,1.7160 wrecks,wrecks,58,51,58,51,1.14,1.7709,0.61,1.7160 zoning,zoning,61,51,48,43,1.20,1.7924,0.61,1.7160 abrasions,abrasions,56,50,52,47,1.10,1.7559,0.60,1.7076 accessible,accessible,56,50,56,50,1.10,1.7559,0.60,1.7076 accomplices,accomplices,58,50,57,50,1.14,1.7709,0.60,1.7076 aiding,aiding,54,50,36,36,1.06,1.7404,0.60,1.7076 aims,aims,60,50,55,49,1.18,1.7853,0.60,1.7076 alibis,alibis,58,50,54,46,1.14,1.7709,0.60,1.7076 anthropology,anthropology,67,50,59,44,1.31,1.8325,0.60,1.7076 aorta,aorta,78,50,75,48,1.53,1.8976,0.60,1.7076 appropriately,appropriately,55,50,50,47,1.08,1.7482,0.60,1.7076 arises,arises,53,50,53,50,1.04,1.7324,0.60,1.7076 Atta,atta,102,50,5,5,2.00,2.0128,0.60,1.7076 Attagirl,attagirl,53,50,2,2,1.04,1.7324,0.60,1.7076 automobiles,automobiles,57,50,53,47,1.12,1.7634,0.60,1.7076 backfired,backfired,53,50,52,49,1.04,1.7324,0.60,1.7076 banjo,banjo,83,50,76,45,1.63,1.9243,0.60,1.7076 barricade,barricade,75,50,68,47,1.47,1.8808,0.60,1.7076 bayonet,bayonet,80,50,71,45,1.57,1.9085,0.60,1.7076 biologist,biologist,64,50,61,49,1.25,1.8129,0.60,1.7076 blacksmith,blacksmith,107,50,104,48,2.10,2.0334,0.60,1.7076 bony,bony,61,50,52,43,1.20,1.7924,0.60,1.7076 braver,braver,58,50,53,47,1.14,1.7709,0.60,1.7076 brazen,brazen,60,50,58,49,1.18,1.7853,0.60,1.7076 buffer,buffer,85,50,78,48,1.67,1.9345,0.60,1.7076 Burbank,burbank,73,50,0,0,1.43,1.8692,0.60,1.7076 burrito,burrito,84,50,75,49,1.65,1.9294,0.60,1.7076 canopy,canopy,86,50,83,49,1.69,1.9395,0.60,1.7076 carousel,carousel,73,50,52,40,1.43,1.8692,0.60,1.7076 caterers,caterers,60,50,54,44,1.18,1.7853,0.60,1.7076 Cath,cath,76,50,28,21,1.49,1.8865,0.60,1.7076 challenger,challenger,77,50,54,41,1.51,1.8921,0.60,1.7076 chestnut,chestnut,65,50,38,33,1.27,1.8195,0.60,1.7076 clinging,clinging,57,50,53,47,1.12,1.7634,0.60,1.7076 Cobb,cobb,177,50,6,4,3.47,2.2504,0.60,1.7076 collars,collars,63,50,63,50,1.24,1.8062,0.60,1.7076 combinations,combinations,60,50,57,50,1.18,1.7853,0.60,1.7076 Commandant,commandant,131,50,65,34,2.57,2.1206,0.60,1.7076 compulsion,compulsion,63,50,56,48,1.24,1.8062,0.60,1.7076 concierge,concierge,73,50,66,48,1.43,1.8692,0.60,1.7076 condos,condos,57,50,52,45,1.12,1.7634,0.60,1.7076 conquering,conquering,54,50,52,48,1.06,1.7404,0.60,1.7076 conscientious,conscientious,62,50,53,47,1.22,1.7993,0.60,1.7076 consuming,consuming,54,50,53,49,1.06,1.7404,0.60,1.7076 conventions,conventions,76,50,73,49,1.49,1.8865,0.60,1.7076 crackling,crackling,71,50,56,43,1.39,1.8573,0.60,1.7076 critter,critter,65,50,63,50,1.27,1.8195,0.60,1.7076 crowding,crowding,57,50,54,48,1.12,1.7634,0.60,1.7076 crucified,crucified,79,50,78,49,1.55,1.9031,0.60,1.7076 crybaby,crybaby,67,50,51,42,1.31,1.8325,0.60,1.7076 Damon,damon,162,50,0,0,3.18,2.2122,0.60,1.7076 declaring,declaring,54,50,51,47,1.06,1.7404,0.60,1.7076 deployment,deployment,64,50,62,48,1.25,1.8129,0.60,1.7076 disapprove,disapprove,58,50,58,50,1.14,1.7709,0.60,1.7076 dishonor,dishonor,61,50,53,47,1.20,1.7924,0.60,1.7076 dismissal,dismissal,57,50,54,48,1.12,1.7634,0.60,1.7076 docket,docket,61,50,44,35,1.20,1.7924,0.60,1.7076 downstream,downstream,64,50,62,49,1.25,1.8129,0.60,1.7076 eclipse,eclipse,144,50,117,45,2.82,2.1614,0.60,1.7076 enlarged,enlarged,54,50,51,47,1.06,1.7404,0.60,1.7076 entries,entries,60,50,55,46,1.18,1.7853,0.60,1.7076 Everest,everest,65,50,1,1,1.27,1.8195,0.60,1.7076 evolving,evolving,58,50,56,49,1.14,1.7709,0.60,1.7076 expiration,expiration,52,50,47,45,1.02,1.7243,0.60,1.7076 expires,expires,56,50,56,50,1.10,1.7559,0.60,1.7076 expressly,expressly,57,50,57,50,1.12,1.7634,0.60,1.7076 facilitate,facilitate,50,50,50,50,0.98,1.7076,0.60,1.7076 faker,faker,88,50,59,42,1.73,1.9494,0.60,1.7076 fingernail,fingernail,68,50,66,48,1.33,1.8388,0.60,1.7076 firecracker,firecracker,54,50,49,47,1.06,1.7404,0.60,1.7076 fixtures,fixtures,66,50,65,49,1.29,1.8261,0.60,1.7076 fliers,fliers,65,50,63,49,1.27,1.8195,0.60,1.7076 footing,footing,52,50,52,50,1.02,1.7243,0.60,1.7076 galley,galley,82,50,80,50,1.61,1.9191,0.60,1.7076 gays,gays,76,50,63,45,1.49,1.8865,0.60,1.7076 Gideon,gideon,237,50,4,4,4.65,2.3766,0.60,1.7076 gratifying,gratifying,55,50,54,50,1.08,1.7482,0.60,1.7076 gringo,gringo,93,50,72,43,1.82,1.9731,0.60,1.7076 gunned,gunned,61,50,58,48,1.20,1.7924,0.60,1.7076 haircuts,haircuts,52,50,49,47,1.02,1.7243,0.60,1.7076 handcuff,handcuff,52,50,41,41,1.02,1.7243,0.60,1.7076 hearsay,hearsay,78,50,68,43,1.53,1.8976,0.60,1.7076 Heil,heil,159,50,15,11,3.12,2.2041,0.60,1.7076 hens,hens,68,50,61,45,1.33,1.8388,0.60,1.7076 Hera,hera,160,50,0,0,3.14,2.2068,0.60,1.7076 hussy,hussy,63,50,62,49,1.24,1.8062,0.60,1.7076 imposing,imposing,52,50,52,50,1.02,1.7243,0.60,1.7076 inbound,inbound,62,50,58,47,1.22,1.7993,0.60,1.7076 Incorporated,incorporated,75,50,34,32,1.47,1.8808,0.60,1.7076 incurable,incurable,52,50,47,46,1.02,1.7243,0.60,1.7076 indifference,indifference,55,50,54,50,1.08,1.7482,0.60,1.7076 informer,informer,63,50,61,50,1.24,1.8062,0.60,1.7076 inhabited,inhabited,57,50,56,49,1.12,1.7634,0.60,1.7076 insecurity,insecurity,55,50,51,48,1.08,1.7482,0.60,1.7076 interruptions,interruptions,55,50,55,50,1.08,1.7482,0.60,1.7076 intoxicated,intoxicated,52,50,48,46,1.02,1.7243,0.60,1.7076 intruders,intruders,80,50,46,37,1.57,1.9085,0.60,1.7076 invasive,invasive,59,50,53,47,1.16,1.7782,0.60,1.7076 Jimbo,jimbo,163,50,0,0,3.20,2.2148,0.60,1.7076 Jude,jude,101,50,0,0,1.98,2.0086,0.60,1.7076 Lama,lama,157,50,36,10,3.08,2.1987,0.60,1.7076 Latino,latino,56,50,5,5,1.10,1.7559,0.60,1.7076 leech,leech,89,50,56,40,1.75,1.9542,0.60,1.7076 Leonardo,leonardo,142,50,0,0,2.78,2.1553,0.60,1.7076 lush,lush,60,50,53,44,1.18,1.7853,0.60,1.7076 maintains,maintains,57,50,56,49,1.12,1.7634,0.60,1.7076 Marjorie,marjorie,149,50,0,0,2.92,2.1761,0.60,1.7076 Mets,mets,82,50,6,4,1.61,1.9191,0.60,1.7076 Minnie,minnie,141,50,2,1,2.76,2.1523,0.60,1.7076 moot,moot,60,50,52,44,1.18,1.7853,0.60,1.7076 Moreover,moreover,63,50,13,10,1.24,1.8062,0.60,1.7076 motivate,motivate,54,50,53,49,1.06,1.7404,0.60,1.7076 nailing,nailing,51,50,50,49,1.00,1.7160,0.60,1.7076 napping,napping,64,50,61,48,1.25,1.8129,0.60,1.7076 neurological,neurological,57,50,53,47,1.12,1.7634,0.60,1.7076 nitwit,nitwit,62,50,58,47,1.22,1.7993,0.60,1.7076 novelist,novelist,61,50,61,50,1.20,1.7924,0.60,1.7076 optional,optional,58,50,58,50,1.14,1.7709,0.60,1.7076 orchard,orchard,98,50,69,38,1.92,1.9956,0.60,1.7076 outpost,outpost,67,50,48,38,1.31,1.8325,0.60,1.7076 overturned,overturned,51,50,50,49,1.00,1.7160,0.60,1.7076 padded,padded,55,50,55,50,1.08,1.7482,0.60,1.7076 Partridge,partridge,173,50,28,21,3.39,2.2405,0.60,1.7076 persecution,persecution,60,50,59,50,1.18,1.7853,0.60,1.7076 Pip,pip,131,50,46,33,2.57,2.1206,0.60,1.7076 playoffs,playoffs,83,50,79,49,1.63,1.9243,0.60,1.7076 poached,poached,62,50,45,38,1.22,1.7993,0.60,1.7076 podium,podium,65,50,64,49,1.27,1.8195,0.60,1.7076 posh,posh,65,50,43,35,1.27,1.8195,0.60,1.7076 premeditated,premeditated,56,50,52,46,1.10,1.7559,0.60,1.7076 premise,premise,61,50,53,47,1.20,1.7924,0.60,1.7076 publishers,publishers,62,50,53,43,1.22,1.7993,0.60,1.7076 raccoon,raccoon,73,50,64,47,1.43,1.8692,0.60,1.7076 reconstruct,reconstruct,58,50,55,48,1.14,1.7709,0.60,1.7076 recurring,recurring,59,50,58,49,1.16,1.7782,0.60,1.7076 reincarnation,reincarnation,66,50,58,45,1.29,1.8261,0.60,1.7076 retro,retro,75,50,50,41,1.47,1.8808,0.60,1.7076 roadside,roadside,52,50,49,47,1.02,1.7243,0.60,1.7076 scenic,scenic,53,50,48,46,1.04,1.7324,0.60,1.7076 scourge,scourge,67,50,48,39,1.31,1.8325,0.60,1.7076 secondhand,secondhand,54,50,47,44,1.06,1.7404,0.60,1.7076 securities,securities,70,50,41,32,1.37,1.8513,0.60,1.7076 sewers,sewers,66,50,64,49,1.29,1.8261,0.60,1.7076 shaman,shaman,128,50,88,44,2.51,2.1106,0.60,1.7076 shaping,shaping,53,50,50,47,1.04,1.7324,0.60,1.7076 shelling,shelling,74,50,69,49,1.45,1.8751,0.60,1.7076 sheriffs,sheriffs,59,50,51,42,1.16,1.7782,0.60,1.7076 shiver,shiver,78,50,67,47,1.53,1.8976,0.60,1.7076 shoppers,shoppers,62,50,60,48,1.22,1.7993,0.60,1.7076 similarities,similarities,57,50,52,49,1.12,1.7634,0.60,1.7076 snows,snows,65,50,60,48,1.27,1.8195,0.60,1.7076 specialized,specialized,53,50,49,46,1.04,1.7324,0.60,1.7076 stateside,stateside,60,50,47,39,1.18,1.7853,0.60,1.7076 stockholders,stockholders,117,50,113,49,2.29,2.0719,0.60,1.7076 stomped,stomped,50,50,50,50,0.98,1.7076,0.60,1.7076 strapping,strapping,51,50,45,44,1.00,1.7160,0.60,1.7076 struggles,struggles,54,50,52,48,1.06,1.7404,0.60,1.7076 submarines,submarines,88,50,82,48,1.73,1.9494,0.60,1.7076 summertime,summertime,61,50,47,41,1.20,1.7924,0.60,1.7076 tabloid,tabloid,56,50,55,49,1.10,1.7559,0.60,1.7076 Taiwan,taiwan,175,50,0,0,3.43,2.2455,0.60,1.7076 technologies,technologies,71,50,36,29,1.39,1.8573,0.60,1.7076 telegrams,telegrams,63,50,55,46,1.24,1.8062,0.60,1.7076 thriving,thriving,62,50,61,49,1.22,1.7993,0.60,1.7076 torches,torches,60,50,56,48,1.18,1.7853,0.60,1.7076 traits,traits,58,50,57,49,1.14,1.7709,0.60,1.7076 transactions,transactions,56,50,55,50,1.10,1.7559,0.60,1.7076 tremendously,tremendously,53,50,52,49,1.04,1.7324,0.60,1.7076 Tres,tres,67,50,32,28,1.31,1.8325,0.60,1.7076 ultimatum,ultimatum,66,50,64,49,1.29,1.8261,0.60,1.7076 undetected,undetected,57,50,55,48,1.12,1.7634,0.60,1.7076 unfriendly,unfriendly,53,50,53,50,1.04,1.7324,0.60,1.7076 unrealistic,unrealistic,56,50,55,50,1.10,1.7559,0.60,1.7076 unrelated,unrelated,54,50,51,47,1.06,1.7404,0.60,1.7076 vacate,vacate,56,50,54,49,1.10,1.7559,0.60,1.7076 vendor,vendor,65,50,57,46,1.27,1.8195,0.60,1.7076 veritable,veritable,50,50,48,48,0.98,1.7076,0.60,1.7076 vibes,vibes,55,50,55,50,1.08,1.7482,0.60,1.7076 vibrant,vibrant,52,50,49,47,1.02,1.7243,0.60,1.7076 viewed,viewed,53,50,53,50,1.04,1.7324,0.60,1.7076 vindictive,vindictive,54,50,51,49,1.06,1.7404,0.60,1.7076 volleyball,volleyball,58,50,56,48,1.14,1.7709,0.60,1.7076 weaponry,weaponry,54,50,52,48,1.06,1.7404,0.60,1.7076 whacking,whacking,64,50,57,47,1.25,1.8129,0.60,1.7076 Wheeler,wheeler,195,50,3,2,3.82,2.2923,0.60,1.7076 Wilder,wilder,106,50,18,17,2.08,2.0294,0.60,1.7076 wishful,wishful,53,50,44,41,1.04,1.7324,0.60,1.7076 Woof,woof,141,50,48,19,2.76,2.1523,0.60,1.7076 adjoining,adjoining,57,49,50,44,1.12,1.7634,0.58,1.6990 aeroplane,aeroplane,71,49,63,47,1.39,1.8573,0.58,1.6990 Alps,alps,62,49,2,2,1.22,1.7993,0.58,1.6990 ammonia,ammonia,76,49,60,44,1.49,1.8865,0.58,1.6990 appliances,appliances,56,49,53,47,1.10,1.7559,0.58,1.6990 astute,astute,51,49,50,48,1.00,1.7160,0.58,1.6990 attendants,attendants,56,49,54,48,1.10,1.7559,0.58,1.6990 authenticity,authenticity,59,49,56,46,1.16,1.7782,0.58,1.6990 Bach,bach,102,49,0,0,2.00,2.0128,0.58,1.6990 barbarians,barbarians,64,49,51,40,1.25,1.8129,0.58,1.6990 bashed,bashed,58,49,53,46,1.14,1.7709,0.58,1.6990 Beatrice,beatrice,172,49,0,0,3.37,2.2380,0.58,1.6990 benign,benign,58,49,57,49,1.14,1.7709,0.58,1.6990 blinked,blinked,65,49,60,48,1.27,1.8195,0.58,1.6990 brisk,brisk,53,49,48,45,1.04,1.7324,0.58,1.6990 bugle,bugle,88,49,65,38,1.73,1.9494,0.58,1.6990 callous,callous,50,49,50,49,0.98,1.7076,0.58,1.6990 Cannonball,cannonball,73,49,35,23,1.43,1.8692,0.58,1.6990 carpets,carpets,62,49,59,46,1.22,1.7993,0.58,1.6990 cashmere,cashmere,77,49,51,40,1.51,1.8921,0.58,1.6990 Cedar,cedar,127,49,29,22,2.49,2.1072,0.58,1.6990 chatty,chatty,51,49,41,40,1.00,1.7160,0.58,1.6990 cheery,cheery,54,49,46,41,1.06,1.7404,0.58,1.6990 cider,cider,97,49,86,47,1.90,1.9912,0.58,1.6990 clipping,clipping,59,49,55,47,1.16,1.7782,0.58,1.6990 coloured,coloured,80,49,66,43,1.57,1.9085,0.58,1.6990 compromises,compromises,52,49,50,48,1.02,1.7243,0.58,1.6990 confine,confine,50,49,46,46,0.98,1.7076,0.58,1.6990 conniving,conniving,51,49,48,46,1.00,1.7160,0.58,1.6990 Consequently,consequently,50,49,23,23,0.98,1.7076,0.58,1.6990 crushes,crushes,59,49,57,47,1.16,1.7782,0.58,1.6990 culprit,culprit,55,49,55,49,1.08,1.7482,0.58,1.6990 cynic,cynic,56,49,49,42,1.10,1.7559,0.58,1.6990 dawned,dawned,54,49,54,49,1.06,1.7404,0.58,1.6990 debutante,debutante,68,49,62,49,1.33,1.8388,0.58,1.6990 deduct,deduct,55,49,53,47,1.08,1.7482,0.58,1.6990 defied,defied,53,49,52,49,1.04,1.7324,0.58,1.6990 detachment,detachment,65,49,54,41,1.27,1.8195,0.58,1.6990 diabolical,diabolical,55,49,51,46,1.08,1.7482,0.58,1.6990 dismount,dismount,73,49,40,34,1.43,1.8692,0.58,1.6990 drilled,drilled,53,49,51,48,1.04,1.7324,0.58,1.6990 dum,dum,174,49,116,35,3.41,2.2430,0.58,1.6990 dusk,dusk,61,49,52,46,1.20,1.7924,0.58,1.6990 eavesdropping,eavesdropping,53,49,47,44,1.04,1.7324,0.58,1.6990 eights,eights,61,49,49,38,1.20,1.7924,0.58,1.6990 escorts,escorts,64,49,55,45,1.25,1.8129,0.58,1.6990 favorable,favorable,55,49,51,46,1.08,1.7482,0.58,1.6990 fencing,fencing,70,49,64,44,1.37,1.8513,0.58,1.6990 fullest,fullest,50,49,49,48,0.98,1.7076,0.58,1.6990 fussing,fussing,55,49,51,48,1.08,1.7482,0.58,1.6990 gimmick,gimmick,55,49,55,49,1.08,1.7482,0.58,1.6990 glee,glee,58,49,50,42,1.14,1.7709,0.58,1.6990 godmother,godmother,82,49,72,44,1.61,1.9191,0.58,1.6990 golfing,golfing,79,49,77,49,1.55,1.9031,0.58,1.6990 graces,graces,51,49,50,48,1.00,1.7160,0.58,1.6990 graft,graft,84,49,79,48,1.65,1.9294,0.58,1.6990 granting,granting,54,49,51,46,1.06,1.7404,0.58,1.6990 gravel,gravel,73,49,49,43,1.43,1.8692,0.58,1.6990 grinder,grinder,65,49,62,48,1.27,1.8195,0.58,1.6990 grovel,grovel,61,49,57,46,1.20,1.7924,0.58,1.6990 hacker,hacker,108,49,84,42,2.12,2.0374,0.58,1.6990 headmaster,headmaster,112,49,61,36,2.20,2.0531,0.58,1.6990 hefty,hefty,62,49,48,40,1.22,1.7993,0.58,1.6990 heinie,heinie,58,49,48,41,1.14,1.7709,0.58,1.6990 heroine,heroine,74,49,73,48,1.45,1.8751,0.58,1.6990 hijacking,hijacking,73,49,67,46,1.43,1.8692,0.58,1.6990 Holiness,holiness,159,49,19,14,3.12,2.2041,0.58,1.6990 hooch,hooch,53,49,42,41,1.04,1.7324,0.58,1.6990 horrendous,horrendous,52,49,51,48,1.02,1.7243,0.58,1.6990 horsepower,horsepower,62,49,60,49,1.22,1.7993,0.58,1.6990 Hq,hq,86,49,0,0,1.69,1.9395,0.58,1.6990 imbalance,imbalance,54,49,53,48,1.06,1.7404,0.58,1.6990 impending,impending,55,49,53,47,1.08,1.7482,0.58,1.6990 implore,implore,53,49,53,49,1.04,1.7324,0.58,1.6990 indigenous,indigenous,57,49,55,48,1.12,1.7634,0.58,1.6990 infidelity,infidelity,67,49,61,46,1.31,1.8325,0.58,1.6990 infinity,infinity,86,49,79,43,1.69,1.9395,0.58,1.6990 inflation,inflation,53,49,43,40,1.04,1.7324,0.58,1.6990 influences,influences,61,49,61,49,1.20,1.7924,0.58,1.6990 inland,inland,69,49,68,49,1.35,1.8451,0.58,1.6990 inquisitive,inquisitive,51,49,50,48,1.00,1.7160,0.58,1.6990 inseparable,inseparable,51,49,51,49,1.00,1.7160,0.58,1.6990 interrogated,interrogated,53,49,52,49,1.04,1.7324,0.58,1.6990 intuitive,intuitive,54,49,50,46,1.06,1.7404,0.58,1.6990 investor,investor,65,49,64,48,1.27,1.8195,0.58,1.6990 Laden,laden,83,49,19,19,1.63,1.9243,0.58,1.6990 latex,latex,74,49,62,44,1.45,1.8751,0.58,1.6990 Laundromat,laundromat,71,49,26,22,1.39,1.8573,0.58,1.6990 lawns,lawns,57,49,56,48,1.12,1.7634,0.58,1.6990 leper,leper,63,49,58,46,1.24,1.8062,0.58,1.6990 leprechaun,leprechaun,79,49,72,45,1.55,1.9031,0.58,1.6990 licks,licks,54,49,54,49,1.06,1.7404,0.58,1.6990 lieutenants,lieutenants,56,49,43,39,1.10,1.7559,0.58,1.6990 lighted,lighted,56,49,55,48,1.10,1.7559,0.58,1.6990 limping,limping,58,49,56,47,1.14,1.7709,0.58,1.6990 looker,looker,53,49,53,49,1.04,1.7324,0.58,1.6990 marshals,marshals,70,49,51,38,1.37,1.8513,0.58,1.6990 masturbating,masturbating,60,49,55,46,1.18,1.7853,0.58,1.6990 mic,mic,81,49,58,44,1.59,1.9138,0.58,1.6990 midterm,midterm,101,49,98,47,1.98,2.0086,0.58,1.6990 mixer,mixer,55,49,52,46,1.08,1.7482,0.58,1.6990 mobilize,mobilize,52,49,42,40,1.02,1.7243,0.58,1.6990 monumental,monumental,54,49,48,46,1.06,1.7404,0.58,1.6990 motherhood,motherhood,58,49,49,45,1.14,1.7709,0.58,1.6990 mouthing,mouthing,53,49,44,42,1.04,1.7324,0.58,1.6990 Mp,mp,81,49,10,6,1.59,1.9138,0.58,1.6990 myths,myths,63,49,61,48,1.24,1.8062,0.58,1.6990 Neptune,neptune,136,49,2,2,2.67,2.1367,0.58,1.6990 notwithstanding,notwithstanding,51,49,43,43,1.00,1.7160,0.58,1.6990 nursed,nursed,49,49,48,48,0.96,1.6990,0.58,1.6990 overloaded,overloaded,52,49,51,48,1.02,1.7243,0.58,1.6990 panty,panty,53,49,49,45,1.04,1.7324,0.58,1.6990 pebble,pebble,65,49,53,40,1.27,1.8195,0.58,1.6990 petrol,petrol,80,49,69,40,1.57,1.9085,0.58,1.6990 picturing,picturing,57,49,54,46,1.12,1.7634,0.58,1.6990 playmate,playmate,63,49,51,40,1.24,1.8062,0.58,1.6990 pliers,pliers,59,49,55,46,1.16,1.7782,0.58,1.6990 pods,pods,101,49,93,49,1.98,2.0086,0.58,1.6990 ponder,ponder,56,49,44,40,1.10,1.7559,0.58,1.6990 proudest,proudest,50,49,49,48,0.98,1.7076,0.58,1.6990 punctual,punctual,57,49,52,46,1.12,1.7634,0.58,1.6990 pusher,pusher,64,49,53,47,1.25,1.8129,0.58,1.6990 raids,raids,61,49,60,49,1.20,1.7924,0.58,1.6990 ration,ration,66,49,64,47,1.29,1.8261,0.58,1.6990 ratted,ratted,57,49,55,47,1.12,1.7634,0.58,1.6990 readiness,readiness,60,49,59,49,1.18,1.7853,0.58,1.6990 recharge,recharge,60,49,49,41,1.18,1.7853,0.58,1.6990 Reich,reich,129,49,1,1,2.53,2.1139,0.58,1.6990 reproductive,reproductive,54,49,53,48,1.06,1.7404,0.58,1.6990 resented,resented,53,49,53,49,1.04,1.7324,0.58,1.6990 rivalry,rivalry,54,49,54,49,1.06,1.7404,0.58,1.6990 Riverside,riverside,89,49,25,10,1.75,1.9542,0.58,1.6990 sadder,sadder,54,49,51,46,1.06,1.7404,0.58,1.6990 scapegoat,scapegoat,56,49,55,48,1.10,1.7559,0.58,1.6990 scrapbook,scrapbook,61,49,61,49,1.20,1.7924,0.58,1.6990 seeming,seeming,51,49,49,47,1.00,1.7160,0.58,1.6990 sexier,sexier,54,49,53,48,1.06,1.7404,0.58,1.6990 shaker,shaker,81,49,44,36,1.59,1.9138,0.58,1.6990 sharpened,sharpened,51,49,48,46,1.00,1.7160,0.58,1.6990 sharper,sharper,65,49,55,43,1.27,1.8195,0.58,1.6990 sheltered,sheltered,53,49,47,45,1.04,1.7324,0.58,1.6990 shudder,shudder,57,49,55,48,1.12,1.7634,0.58,1.6990 slammer,slammer,63,49,55,45,1.24,1.8062,0.58,1.6990 snowed,snowed,62,49,59,46,1.22,1.7993,0.58,1.6990 Stein,stein,155,49,9,7,3.04,2.1931,0.58,1.6990 Stiles,stiles,143,49,1,1,2.80,2.1584,0.58,1.6990 streetcar,streetcar,65,49,46,37,1.27,1.8195,0.58,1.6990 subjective,subjective,57,49,57,49,1.12,1.7634,0.58,1.6990 swells,swells,61,49,60,49,1.20,1.7924,0.58,1.6990 Tic,tic,77,49,33,27,1.51,1.8921,0.58,1.6990 Tinker,tinker,113,49,38,32,2.22,2.0569,0.58,1.6990 twitching,twitching,55,49,54,48,1.08,1.7482,0.58,1.6990 unleashed,unleashed,52,49,49,46,1.02,1.7243,0.58,1.6990 unrest,unrest,52,49,50,49,1.02,1.7243,0.58,1.6990 unsure,unsure,52,49,50,48,1.02,1.7243,0.58,1.6990 untold,untold,62,49,52,43,1.22,1.7993,0.58,1.6990 upgraded,upgraded,50,49,48,47,0.98,1.7076,0.58,1.6990 vendetta,vendetta,62,49,61,49,1.22,1.7993,0.58,1.6990 volumes,volumes,54,49,51,46,1.06,1.7404,0.58,1.6990 withered,withered,55,49,47,43,1.08,1.7482,0.58,1.6990 withhold,withhold,53,49,49,47,1.04,1.7324,0.58,1.6990 wrongful,wrongful,54,49,47,42,1.06,1.7404,0.58,1.6990 yanked,yanked,60,49,59,49,1.18,1.7853,0.58,1.6990 Yin,yin,168,49,15,15,3.29,2.2279,0.58,1.6990 acquaintances,acquaintances,54,48,51,45,1.06,1.7404,0.57,1.6902 actin,actin,54,48,48,42,1.06,1.7404,0.57,1.6902 adopting,adopting,60,48,53,43,1.18,1.7853,0.57,1.6902 adversity,adversity,54,48,51,46,1.06,1.7404,0.57,1.6902 aggravation,aggravation,59,48,59,48,1.16,1.7782,0.57,1.6902 aphrodisiac,aphrodisiac,82,48,81,48,1.61,1.9191,0.57,1.6902 Arabia,arabia,76,48,3,1,1.49,1.8865,0.57,1.6902 array,array,108,48,78,48,2.12,2.0374,0.57,1.6902 bankroll,bankroll,56,48,56,48,1.10,1.7559,0.57,1.6902 bead,bead,57,48,54,45,1.12,1.7634,0.57,1.6902 blindly,blindly,56,48,55,47,1.10,1.7559,0.57,1.6902 blueprint,blueprint,63,48,60,46,1.24,1.8062,0.57,1.6902 booming,booming,53,48,48,44,1.04,1.7324,0.57,1.6902 borne,borne,52,48,51,47,1.02,1.7243,0.57,1.6902 boutique,boutique,55,48,38,36,1.08,1.7482,0.57,1.6902 bungalow,bungalow,84,48,63,43,1.65,1.9294,0.57,1.6902 camper,camper,73,48,70,45,1.43,1.8692,0.57,1.6902 candor,candor,51,48,50,47,1.00,1.7160,0.57,1.6902 Caveman,caveman,103,48,44,41,2.02,2.0170,0.57,1.6902 Chancellor,chancellor,210,48,91,25,4.12,2.3243,0.57,1.6902 Che,che,146,48,10,8,2.86,2.1673,0.57,1.6902 Chinaman,chinaman,92,48,2,2,1.80,1.9685,0.57,1.6902 Christie,christie,140,48,0,0,2.75,2.1492,0.57,1.6902 citizenship,citizenship,68,48,65,46,1.33,1.8388,0.57,1.6902 civilised,civilised,58,48,55,48,1.14,1.7709,0.57,1.6902 climbs,climbs,52,48,51,47,1.02,1.7243,0.57,1.6902 clink,clink,66,48,55,43,1.29,1.8261,0.57,1.6902 coaches,coaches,89,48,82,46,1.75,1.9542,0.57,1.6902 coherent,coherent,53,48,52,47,1.04,1.7324,0.57,1.6902 confidentially,confidentially,55,48,31,28,1.08,1.7482,0.57,1.6902 confiscate,confiscate,50,48,44,42,0.98,1.7076,0.57,1.6902 consensus,consensus,83,48,68,48,1.63,1.9243,0.57,1.6902 crucifix,crucifix,60,48,59,47,1.18,1.7853,0.57,1.6902 cuss,cuss,54,48,53,47,1.06,1.7404,0.57,1.6902 cutters,cutters,59,48,56,45,1.16,1.7782,0.57,1.6902 daddies,daddies,62,48,54,42,1.22,1.7993,0.57,1.6902 Dalton,dalton,192,48,0,0,3.76,2.2856,0.57,1.6902 Dane,dane,158,48,0,0,3.10,2.2014,0.57,1.6902 debriefing,debriefing,54,48,52,46,1.06,1.7404,0.57,1.6902 decrease,decrease,60,48,54,45,1.18,1.7853,0.57,1.6902 defendants,defendants,140,48,137,47,2.75,2.1492,0.57,1.6902 dis,dis,77,48,65,42,1.51,1.8921,0.57,1.6902 dotted,dotted,51,48,49,46,1.00,1.7160,0.57,1.6902 dowry,dowry,75,48,74,48,1.47,1.8808,0.57,1.6902 duress,duress,59,48,57,47,1.16,1.7782,0.57,1.6902 earns,earns,49,48,49,48,0.96,1.6990,0.57,1.6902 eject,eject,72,48,49,37,1.41,1.8633,0.57,1.6902 Elmer,elmer,134,48,0,0,2.63,2.1303,0.57,1.6902 eloquent,eloquent,49,48,42,41,0.96,1.6990,0.57,1.6902 ensemble,ensemble,57,48,49,43,1.12,1.7634,0.57,1.6902 entrances,entrances,58,48,58,48,1.14,1.7709,0.57,1.6902 escalator,escalator,66,48,64,47,1.29,1.8261,0.57,1.6902 evacuating,evacuating,60,48,57,46,1.18,1.7853,0.57,1.6902 evasion,evasion,59,48,57,48,1.16,1.7782,0.57,1.6902 exclude,exclude,51,48,49,47,1.00,1.7160,0.57,1.6902 exercised,exercised,48,48,47,47,0.94,1.6902,0.57,1.6902 extends,extends,49,48,49,48,0.96,1.6990,0.57,1.6902 Fa,fa,95,48,31,22,1.86,1.9823,0.57,1.6902 fateful,fateful,51,48,50,47,1.00,1.7160,0.57,1.6902 filly,filly,60,48,60,48,1.18,1.7853,0.57,1.6902 flashback,flashback,54,48,44,39,1.06,1.7404,0.57,1.6902 fugitives,fugitives,54,48,52,46,1.06,1.7404,0.57,1.6902 glucose,glucose,73,48,65,45,1.43,1.8692,0.57,1.6902 glum,glum,52,48,52,48,1.02,1.7243,0.57,1.6902 Grail,grail,137,48,33,15,2.69,2.1399,0.57,1.6902 grazing,grazing,58,48,48,44,1.14,1.7709,0.57,1.6902 grits,grits,81,48,74,46,1.59,1.9138,0.57,1.6902 gymnasium,gymnasium,71,48,65,45,1.39,1.8573,0.57,1.6902 helium,helium,73,48,58,43,1.43,1.8692,0.57,1.6902 heroism,heroism,56,48,48,42,1.10,1.7559,0.57,1.6902 hillside,hillside,62,48,41,34,1.22,1.7993,0.57,1.6902 hisself,hisself,66,48,66,48,1.29,1.8261,0.57,1.6902 hives,hives,64,48,59,45,1.25,1.8129,0.57,1.6902 Holden,holden,173,48,1,1,3.39,2.2405,0.57,1.6902 Hutch,hutch,184,48,20,18,3.61,2.2672,0.57,1.6902 hydraulic,hydraulic,58,48,51,42,1.14,1.7709,0.57,1.6902 ignite,ignite,51,48,49,46,1.00,1.7160,0.57,1.6902 impetuous,impetuous,58,48,52,44,1.14,1.7709,0.57,1.6902 implicate,implicate,56,48,56,48,1.10,1.7559,0.57,1.6902 impounded,impounded,52,48,49,46,1.02,1.7243,0.57,1.6902 injecting,injecting,53,48,49,44,1.04,1.7324,0.57,1.6902 intricate,intricate,53,48,52,47,1.04,1.7324,0.57,1.6902 jacking,jacking,50,48,47,46,0.98,1.7076,0.57,1.6902 kerosene,kerosene,66,48,57,43,1.29,1.8261,0.57,1.6902 lasers,lasers,69,48,62,43,1.35,1.8451,0.57,1.6902 lewd,lewd,65,48,59,46,1.27,1.8195,0.57,1.6902 lint,lint,68,48,59,44,1.33,1.8388,0.57,1.6902 Liza,liza,85,48,0,0,1.67,1.9345,0.57,1.6902 lovemaking,lovemaking,56,48,55,47,1.10,1.7559,0.57,1.6902 Lucia,lucia,187,48,1,1,3.67,2.2742,0.57,1.6902 malice,malice,60,48,57,46,1.18,1.7853,0.57,1.6902 mangled,mangled,50,48,49,47,0.98,1.7076,0.57,1.6902 manifestation,manifestation,53,48,53,48,1.04,1.7324,0.57,1.6902 medicines,medicines,58,48,57,47,1.14,1.7709,0.57,1.6902 merge,merge,71,48,69,47,1.39,1.8573,0.57,1.6902 meticulous,meticulous,52,48,46,42,1.02,1.7243,0.57,1.6902 metres,metres,68,48,68,48,1.33,1.8388,0.57,1.6902 Minneapolis,minneapolis,76,48,1,1,1.49,1.8865,0.57,1.6902 mumbo,mumbo,59,48,47,40,1.16,1.7782,0.57,1.6902 mystic,mystic,74,48,42,33,1.45,1.8751,0.57,1.6902 negatives,negatives,64,48,60,46,1.25,1.8129,0.57,1.6902 neglecting,neglecting,49,48,49,48,0.96,1.6990,0.57,1.6902 neighborhoods,neighborhoods,54,48,53,47,1.06,1.7404,0.57,1.6902 newer,newer,51,48,49,46,1.00,1.7160,0.57,1.6902 ornery,ornery,60,48,51,43,1.18,1.7853,0.57,1.6902 overworked,overworked,50,48,49,48,0.98,1.7076,0.57,1.6902 palate,palate,50,48,50,48,0.98,1.7076,0.57,1.6902 Pappy,pappy,150,48,38,28,2.94,2.1790,0.57,1.6902 paranormal,paranormal,67,48,59,44,1.31,1.8325,0.57,1.6902 passageway,passageway,60,48,60,48,1.18,1.7853,0.57,1.6902 patiently,patiently,49,48,48,47,0.96,1.6990,0.57,1.6902 peeling,peeling,56,48,52,46,1.10,1.7559,0.57,1.6902 pelvic,pelvic,78,48,73,45,1.53,1.8976,0.57,1.6902 peninsula,peninsula,70,48,35,23,1.37,1.8513,0.57,1.6902 petite,petite,54,48,47,41,1.06,1.7404,0.57,1.6902 Pl,pl,80,48,11,10,1.57,1.9085,0.57,1.6902 pleasantly,pleasantly,52,48,46,42,1.02,1.7243,0.57,1.6902 polyester,polyester,63,48,53,42,1.24,1.8062,0.57,1.6902 pooch,pooch,66,48,57,45,1.29,1.8261,0.57,1.6902 Pooh,pooh,243,48,35,20,4.76,2.3874,0.57,1.6902 populated,populated,56,48,54,46,1.10,1.7559,0.57,1.6902 potions,potions,58,48,50,43,1.14,1.7709,0.57,1.6902 pounce,pounce,56,48,52,47,1.10,1.7559,0.57,1.6902 pout,pout,55,48,52,46,1.08,1.7482,0.57,1.6902 presentable,presentable,50,48,49,47,0.98,1.7076,0.57,1.6902 Productions,productions,69,48,31,24,1.35,1.8451,0.57,1.6902 prognosis,prognosis,54,48,49,46,1.06,1.7404,0.57,1.6902 prosper,prosper,56,48,54,47,1.10,1.7559,0.57,1.6902 protests,protests,55,48,50,44,1.08,1.7482,0.57,1.6902 psychosis,psychosis,68,48,64,45,1.33,1.8388,0.57,1.6902 quake,quake,82,48,47,35,1.61,1.9191,0.57,1.6902 queasy,queasy,58,48,57,48,1.14,1.7709,0.57,1.6902 readily,readily,57,48,54,46,1.12,1.7634,0.57,1.6902 realization,realization,54,48,53,47,1.06,1.7404,0.57,1.6902 rebirth,rebirth,53,48,51,47,1.04,1.7324,0.57,1.6902 recipient,recipient,59,48,58,47,1.16,1.7782,0.57,1.6902 refreshment,refreshment,51,48,46,44,1.00,1.7160,0.57,1.6902 revolving,revolving,51,48,48,46,1.00,1.7160,0.57,1.6902 riddled,riddled,49,48,48,47,0.96,1.6990,0.57,1.6902 rowing,rowing,65,48,62,45,1.27,1.8195,0.57,1.6902 sailboat,sailboat,82,48,79,47,1.61,1.9191,0.57,1.6902 schematic,schematic,58,48,55,46,1.14,1.7709,0.57,1.6902 schematics,schematics,69,48,67,46,1.35,1.8451,0.57,1.6902 scroll,scroll,116,48,102,39,2.27,2.0682,0.57,1.6902 scurvy,scurvy,55,48,49,44,1.08,1.7482,0.57,1.6902 secluded,secluded,52,48,51,47,1.02,1.7243,0.57,1.6902 seniority,seniority,55,48,45,41,1.08,1.7482,0.57,1.6902 shutdown,shutdown,75,48,68,47,1.47,1.8808,0.57,1.6902 Siamese,siamese,76,48,6,4,1.49,1.8865,0.57,1.6902 sicko,sicko,58,48,54,44,1.14,1.7709,0.57,1.6902 sitcom,sitcom,78,48,74,47,1.53,1.8976,0.57,1.6902 sleepover,sleepover,74,48,56,45,1.45,1.8751,0.57,1.6902 slopes,slopes,56,48,56,48,1.10,1.7559,0.57,1.6902 sniveling,sniveling,53,48,52,48,1.04,1.7324,0.57,1.6902 Ss,ss,124,48,15,11,2.43,2.0969,0.57,1.6902 steadily,steadily,60,48,56,47,1.18,1.7853,0.57,1.6902 straightening,straightening,49,48,42,41,0.96,1.6990,0.57,1.6902 succeeds,succeeds,49,48,49,48,0.96,1.6990,0.57,1.6902 sultan,sultan,164,48,82,31,3.22,2.2175,0.57,1.6902 tenor,tenor,79,48,55,40,1.55,1.9031,0.57,1.6902 termites,termites,74,48,66,45,1.45,1.8751,0.57,1.6902 thumping,thumping,73,48,59,43,1.43,1.8692,0.57,1.6902 ticked,ticked,55,48,55,48,1.08,1.7482,0.57,1.6902 timely,timely,55,48,51,45,1.08,1.7482,0.57,1.6902 toil,toil,51,48,49,46,1.00,1.7160,0.57,1.6902 Tootsie,tootsie,70,48,26,22,1.37,1.8513,0.57,1.6902 tramps,tramps,75,48,65,44,1.47,1.8808,0.57,1.6902 ts,ts,86,48,74,38,1.69,1.9395,0.57,1.6902 Ufo,ufo,119,48,0,0,2.33,2.0792,0.57,1.6902 Una,una,86,48,31,26,1.69,1.9395,0.57,1.6902 unanswered,unanswered,50,48,49,47,0.98,1.7076,0.57,1.6902 undertake,undertake,52,48,52,48,1.02,1.7243,0.57,1.6902 unsuspecting,unsuspecting,53,48,53,48,1.04,1.7324,0.57,1.6902 untied,untied,55,48,51,44,1.08,1.7482,0.57,1.6902 valves,valves,74,48,69,46,1.45,1.8751,0.57,1.6902 Vinci,vinci,93,48,1,1,1.82,1.9731,0.57,1.6902 vortex,vortex,76,48,72,46,1.49,1.8865,0.57,1.6902 wartime,wartime,58,48,58,48,1.14,1.7709,0.57,1.6902 weirdos,weirdos,49,48,46,45,0.96,1.6990,0.57,1.6902 whiny,whiny,52,48,48,45,1.02,1.7243,0.57,1.6902 wholly,wholly,69,48,63,46,1.35,1.8451,0.57,1.6902 wrongs,wrongs,53,48,52,47,1.04,1.7324,0.57,1.6902 abomination,abomination,58,47,53,46,1.14,1.7709,0.56,1.6812 accelerator,accelerator,69,47,66,45,1.35,1.8451,0.56,1.6812 accessing,accessing,53,47,40,36,1.04,1.7324,0.56,1.6812 accountants,accountants,55,47,52,45,1.08,1.7482,0.56,1.6812 addictive,addictive,57,47,57,47,1.12,1.7634,0.56,1.6812 afoot,afoot,52,47,51,46,1.02,1.7243,0.56,1.6812 alignment,alignment,67,47,66,47,1.31,1.8325,0.56,1.6812 antics,antics,50,47,49,47,0.98,1.7076,0.56,1.6812 arbitrary,arbitrary,52,47,50,45,1.02,1.7243,0.56,1.6812 armpit,armpit,64,47,50,42,1.25,1.8129,0.56,1.6812 armpits,armpits,50,47,49,46,0.98,1.7076,0.56,1.6812 Arrivederci,arrivederci,60,47,12,12,1.18,1.7853,0.56,1.6812 Aspen,aspen,96,47,9,6,1.88,1.9868,0.56,1.6812 audacity,audacity,48,47,47,46,0.94,1.6902,0.56,1.6812 Ave,ave,71,47,25,10,1.39,1.8573,0.56,1.6812 backgrounds,backgrounds,49,47,49,47,0.96,1.6990,0.56,1.6812 bellboy,bellboy,63,47,46,42,1.24,1.8062,0.56,1.6812 bloodthirsty,bloodthirsty,49,47,42,40,0.96,1.6990,0.56,1.6812 bran,bran,67,47,45,38,1.31,1.8325,0.56,1.6812 brochures,brochures,58,47,56,46,1.14,1.7709,0.56,1.6812 Cain,cain,223,47,1,1,4.37,2.3502,0.56,1.6812 cant,cant,119,47,112,45,2.33,2.0792,0.56,1.6812 carotid,carotid,66,47,59,41,1.29,1.8261,0.56,1.6812 cartons,cartons,59,47,58,47,1.16,1.7782,0.56,1.6812 championships,championships,85,47,45,33,1.67,1.9345,0.56,1.6812 cheeseburgers,cheeseburgers,65,47,62,46,1.27,1.8195,0.56,1.6812 chickened,chickened,54,47,54,47,1.06,1.7404,0.56,1.6812 chore,chore,51,47,51,47,1.00,1.7160,0.56,1.6812 citation,citation,81,47,77,44,1.59,1.9138,0.56,1.6812 clicked,clicked,54,47,52,45,1.06,1.7404,0.56,1.6812 compel,compel,52,47,51,47,1.02,1.7243,0.56,1.6812 cones,cones,61,47,58,45,1.20,1.7924,0.56,1.6812 conjure,conjure,64,47,58,43,1.25,1.8129,0.56,1.6812 controller,controller,66,47,65,46,1.29,1.8261,0.56,1.6812 copped,copped,53,47,48,44,1.04,1.7324,0.56,1.6812 crumbling,crumbling,51,47,49,47,1.00,1.7160,0.56,1.6812 cryptic,cryptic,53,47,47,43,1.04,1.7324,0.56,1.6812 curing,curing,48,47,45,44,0.94,1.6902,0.56,1.6812 curriculum,curriculum,70,47,65,44,1.37,1.8513,0.56,1.6812 default,default,51,47,49,46,1.00,1.7160,0.56,1.6812 delegation,delegation,70,47,65,44,1.37,1.8513,0.56,1.6812 delinquents,delinquents,59,47,56,46,1.16,1.7782,0.56,1.6812 Dexter,dexter,336,47,0,0,6.59,2.5276,0.56,1.6812 diameter,diameter,53,47,51,45,1.04,1.7324,0.56,1.6812 disgruntled,disgruntled,53,47,45,40,1.04,1.7324,0.56,1.6812 docked,docked,56,47,55,46,1.10,1.7559,0.56,1.6812 donors,donors,59,47,58,47,1.16,1.7782,0.56,1.6812 doubling,doubling,50,47,50,47,0.98,1.7076,0.56,1.6812 dries,dries,48,47,47,46,0.94,1.6902,0.56,1.6812 drought,drought,70,47,65,44,1.37,1.8513,0.56,1.6812 drumming,drumming,57,47,51,43,1.12,1.7634,0.56,1.6812 Egyptians,egyptians,59,47,2,2,1.16,1.7782,0.56,1.6812 ell,ell,93,47,86,43,1.82,1.9731,0.56,1.6812 Elm,elm,73,47,16,15,1.43,1.8692,0.56,1.6812 employers,employers,51,47,50,46,1.00,1.7160,0.56,1.6812 Empress,empress,147,47,32,20,2.88,2.1703,0.56,1.6812 energies,energies,55,47,53,46,1.08,1.7482,0.56,1.6812 entrepreneur,entrepreneur,55,47,50,44,1.08,1.7482,0.56,1.6812 equity,equity,67,47,53,38,1.31,1.8325,0.56,1.6812 escorting,escorting,48,47,45,44,0.94,1.6902,0.56,1.6812 ether,ether,108,47,100,47,2.12,2.0374,0.56,1.6812 evolutionary,evolutionary,60,47,56,44,1.18,1.7853,0.56,1.6812 fancied,fancied,50,47,50,47,0.98,1.7076,0.56,1.6812 fathom,fathom,53,47,53,47,1.04,1.7324,0.56,1.6812 ferret,ferret,83,47,43,36,1.63,1.9243,0.56,1.6812 fest,fest,69,47,49,35,1.35,1.8451,0.56,1.6812 fiercely,fiercely,48,47,41,41,0.94,1.6902,0.56,1.6812 Firstly,firstly,53,47,15,12,1.04,1.7324,0.56,1.6812 flexibility,flexibility,50,47,48,46,0.98,1.7076,0.56,1.6812 foxes,foxes,59,47,52,42,1.16,1.7782,0.56,1.6812 Freudian,freudian,51,47,1,1,1.00,1.7160,0.56,1.6812 fronts,fronts,47,47,45,45,0.92,1.6812,0.56,1.6812 fulfillment,fulfillment,52,47,51,47,1.02,1.7243,0.56,1.6812 fuses,fuses,58,47,55,46,1.14,1.7709,0.56,1.6812 genie,genie,178,47,103,37,3.49,2.2529,0.56,1.6812 gist,gist,56,47,55,46,1.10,1.7559,0.56,1.6812 govern,govern,62,47,61,46,1.22,1.7993,0.56,1.6812 Greta,greta,155,47,0,0,3.04,2.1931,0.56,1.6812 gunmen,gunmen,64,47,58,42,1.25,1.8129,0.56,1.6812 harboring,harboring,50,47,47,45,0.98,1.7076,0.56,1.6812 Hark,hark,86,47,9,8,1.69,1.9395,0.56,1.6812 haze,haze,77,47,43,37,1.51,1.8921,0.56,1.6812 hematoma,hematoma,57,47,54,46,1.12,1.7634,0.56,1.6812 Hopper,hopper,459,47,10,8,9.00,2.6628,0.56,1.6812 hydrant,hydrant,52,47,49,44,1.02,1.7243,0.56,1.6812 improper,improper,57,47,57,47,1.12,1.7634,0.56,1.6812 intestine,intestine,52,47,52,47,1.02,1.7243,0.56,1.6812 intoxicating,intoxicating,49,47,48,46,0.96,1.6990,0.56,1.6812 involuntary,involuntary,52,47,44,40,1.02,1.7243,0.56,1.6812 iodine,iodine,64,47,60,43,1.25,1.8129,0.56,1.6812 jugs,jugs,61,47,48,40,1.20,1.7924,0.56,1.6812 laundering,laundering,70,47,70,47,1.37,1.8513,0.56,1.6812 liberate,liberate,59,47,51,41,1.16,1.7782,0.56,1.6812 Lin,lin,236,47,4,2,4.63,2.3747,0.56,1.6812 loafers,loafers,50,47,44,43,0.98,1.7076,0.56,1.6812 luckier,luckier,48,47,44,43,0.94,1.6902,0.56,1.6812 lunar,lunar,105,47,73,32,2.06,2.0253,0.56,1.6812 mainstream,mainstream,63,47,63,47,1.24,1.8062,0.56,1.6812 meditate,meditate,52,47,49,44,1.02,1.7243,0.56,1.6812 Messiah,messiah,136,47,31,23,2.67,2.1367,0.56,1.6812 metabolism,metabolism,55,47,55,47,1.08,1.7482,0.56,1.6812 microscopic,microscopic,58,47,50,42,1.14,1.7709,0.56,1.6812 militia,militia,115,47,101,44,2.25,2.0645,0.56,1.6812 monetary,monetary,52,47,50,47,1.02,1.7243,0.56,1.6812 mound,mound,77,47,77,47,1.51,1.8921,0.56,1.6812 nostalgic,nostalgic,51,47,50,46,1.00,1.7160,0.56,1.6812 nugget,nugget,60,47,37,30,1.18,1.7853,0.56,1.6812 operators,operators,75,47,68,41,1.47,1.8808,0.56,1.6812 orchid,orchid,110,47,95,38,2.16,2.0453,0.56,1.6812 Orient,orient,81,47,5,5,1.59,1.9138,0.56,1.6812 os,os,83,47,57,28,1.63,1.9243,0.56,1.6812 overgrown,overgrown,49,47,48,46,0.96,1.6990,0.56,1.6812 Paramount,paramount,116,47,21,21,2.27,2.0682,0.56,1.6812 Peyton,peyton,342,47,1,1,6.71,2.5353,0.56,1.6812 pharmaceuticals,pharmaceuticals,62,47,33,28,1.22,1.7993,0.56,1.6812 pilgrimage,pilgrimage,58,47,57,46,1.14,1.7709,0.56,1.6812 pioneers,pioneers,59,47,52,40,1.16,1.7782,0.56,1.6812 platonic,platonic,62,47,54,41,1.22,1.7993,0.56,1.6812 plotted,plotted,52,47,50,45,1.02,1.7243,0.56,1.6812 Poe,poe,174,47,0,0,3.41,2.2430,0.56,1.6812 portions,portions,50,47,50,47,0.98,1.7076,0.56,1.6812 posting,posting,53,47,50,44,1.04,1.7324,0.56,1.6812 praises,praises,52,47,52,47,1.02,1.7243,0.56,1.6812 prolong,prolong,51,47,48,45,1.00,1.7160,0.56,1.6812 quickie,quickie,53,47,45,41,1.04,1.7324,0.56,1.6812 racer,racer,134,47,121,39,2.63,2.1303,0.56,1.6812 racked,racked,50,47,47,44,0.98,1.7076,0.56,1.6812 rampant,rampant,49,47,48,46,0.96,1.6990,0.56,1.6812 reckoning,reckoning,55,47,51,44,1.08,1.7482,0.56,1.6812 recollect,recollect,54,47,53,46,1.06,1.7404,0.56,1.6812 recreational,recreational,53,47,49,44,1.04,1.7324,0.56,1.6812 reeling,reeling,50,47,47,45,0.98,1.7076,0.56,1.6812 remake,remake,52,47,52,47,1.02,1.7243,0.56,1.6812 removes,removes,56,47,53,44,1.10,1.7559,0.56,1.6812 reside,reside,56,47,55,46,1.10,1.7559,0.56,1.6812 revival,revival,60,47,50,40,1.18,1.7853,0.56,1.6812 rhetorical,rhetorical,49,47,47,46,0.96,1.6990,0.56,1.6812 rhythmic,rhythmic,52,47,46,41,1.02,1.7243,0.56,1.6812 roars,roars,84,47,58,38,1.65,1.9294,0.56,1.6812 rooted,rooted,51,47,49,45,1.00,1.7160,0.56,1.6812 rubbers,rubbers,67,47,62,44,1.31,1.8325,0.56,1.6812 rugs,rugs,63,47,62,47,1.24,1.8062,0.56,1.6812 rural,rural,59,47,45,41,1.16,1.7782,0.56,1.6812 sadist,sadist,55,47,52,44,1.08,1.7482,0.56,1.6812 Sayid,sayid,189,47,1,1,3.71,2.2788,0.56,1.6812 seaman,seaman,86,47,55,37,1.69,1.9395,0.56,1.6812 serenade,serenade,58,47,41,35,1.14,1.7709,0.56,1.6812 shenanigans,shenanigans,60,47,52,44,1.18,1.7853,0.56,1.6812 shined,shined,50,47,50,47,0.98,1.7076,0.56,1.6812 showering,showering,50,47,48,46,0.98,1.7076,0.56,1.6812 Silicon,silicon,87,47,37,28,1.71,1.9445,0.56,1.6812 slicing,slicing,51,47,49,46,1.00,1.7160,0.56,1.6812 slumming,slumming,53,47,41,36,1.04,1.7324,0.56,1.6812 sniffs,sniffs,63,47,45,31,1.24,1.8062,0.56,1.6812 socialist,socialist,65,47,43,35,1.27,1.8195,0.56,1.6812 Sofia,sofia,163,47,0,0,3.20,2.2148,0.56,1.6812 sphere,sphere,126,47,74,39,2.47,2.1038,0.56,1.6812 spiritually,spiritually,55,47,49,42,1.08,1.7482,0.56,1.6812 splashing,splashing,56,47,49,41,1.10,1.7559,0.56,1.6812 spooks,spooks,69,47,60,42,1.35,1.8451,0.56,1.6812 stampede,stampede,68,47,54,44,1.33,1.8388,0.56,1.6812 submission,submission,55,47,52,46,1.08,1.7482,0.56,1.6812 suffocated,suffocated,58,47,52,45,1.14,1.7709,0.56,1.6812 swimmers,swimmers,76,47,51,40,1.49,1.8865,0.56,1.6812 tabloids,tabloids,49,47,45,44,0.96,1.6990,0.56,1.6812 takers,takers,55,47,51,46,1.08,1.7482,0.56,1.6812 tallest,tallest,50,47,49,46,0.98,1.7076,0.56,1.6812 Tampa,tampa,64,47,3,2,1.25,1.8129,0.56,1.6812 tanning,tanning,64,47,57,42,1.25,1.8129,0.56,1.6812 tardy,tardy,58,47,50,44,1.14,1.7709,0.56,1.6812 Tha,tha,632,47,195,35,12.39,2.8014,0.56,1.6812 Tibet,tibet,146,47,0,0,2.86,2.1673,0.56,1.6812 tingling,tingling,56,47,51,44,1.10,1.7559,0.56,1.6812 toot,toot,80,47,50,40,1.57,1.9085,0.56,1.6812 topped,topped,48,47,47,46,0.94,1.6902,0.56,1.6812 tortures,tortures,54,47,50,43,1.06,1.7404,0.56,1.6812 townspeople,townspeople,55,47,53,47,1.08,1.7482,0.56,1.6812 traditionally,traditionally,47,47,35,35,0.92,1.6812,0.56,1.6812 translating,translating,67,47,54,45,1.31,1.8325,0.56,1.6812 Trapper,trapper,84,47,14,11,1.65,1.9294,0.56,1.6812 trolley,trolley,72,47,64,41,1.41,1.8633,0.56,1.6812 trombone,trombone,65,47,58,45,1.27,1.8195,0.56,1.6812 Turks,turks,79,47,4,4,1.55,1.9031,0.56,1.6812 ulcers,ulcers,64,47,61,45,1.25,1.8129,0.56,1.6812 unaccounted,unaccounted,50,47,48,45,0.98,1.7076,0.56,1.6812 understudy,understudy,98,47,95,47,1.92,1.9956,0.56,1.6812 unspoken,unspoken,58,47,56,45,1.14,1.7709,0.56,1.6812 unwise,unwise,48,47,45,44,0.94,1.6902,0.56,1.6812 vans,vans,53,47,48,43,1.04,1.7324,0.56,1.6812 vengeful,vengeful,51,47,50,46,1.00,1.7160,0.56,1.6812 violins,violins,54,47,51,45,1.06,1.7404,0.56,1.6812 warheads,warheads,82,47,77,45,1.61,1.9191,0.56,1.6812 wasteland,wasteland,50,47,46,44,0.98,1.7076,0.56,1.6812 wedged,wedged,50,47,50,47,0.98,1.7076,0.56,1.6812 Welsh,welsh,60,47,14,13,1.18,1.7853,0.56,1.6812 Wisteria,wisteria,87,47,3,3,1.71,1.9445,0.56,1.6812 withdrew,withdrew,53,47,53,47,1.04,1.7324,0.56,1.6812 withheld,withheld,52,47,52,47,1.02,1.7243,0.56,1.6812 workmen,workmen,50,47,46,43,0.98,1.7076,0.56,1.6812 accordion,accordion,67,46,63,44,1.31,1.8325,0.55,1.6721 Adolf,adolf,69,46,0,0,1.35,1.8451,0.55,1.6721 advertised,advertised,52,46,52,46,1.02,1.7243,0.55,1.6721 Amish,amish,90,46,9,3,1.76,1.9590,0.55,1.6721 amnesty,amnesty,68,46,38,26,1.33,1.8388,0.55,1.6721 archive,archive,67,46,59,42,1.31,1.8325,0.55,1.6721 asinine,asinine,49,46,48,45,0.96,1.6990,0.55,1.6721 atheist,atheist,55,46,53,44,1.08,1.7482,0.55,1.6721 atop,atop,52,46,43,40,1.02,1.7243,0.55,1.6721 aviation,aviation,73,46,42,35,1.43,1.8692,0.55,1.6721 Barcelona,barcelona,100,46,1,1,1.96,2.0043,0.55,1.6721 Bethlehem,bethlehem,85,46,0,0,1.67,1.9345,0.55,1.6721 Blockbuster,blockbuster,54,46,23,18,1.06,1.7404,0.55,1.6721 boobies,boobies,69,46,58,43,1.35,1.8451,0.55,1.6721 booths,booths,57,46,55,45,1.12,1.7634,0.55,1.6721 breeds,breeds,54,46,54,46,1.06,1.7404,0.55,1.6721 brewing,brewing,48,46,48,46,0.94,1.6902,0.55,1.6721 cad,cad,53,46,46,41,1.04,1.7324,0.55,1.6721 caramel,caramel,63,46,55,41,1.24,1.8062,0.55,1.6721 carnage,carnage,57,46,50,42,1.12,1.7634,0.55,1.6721 categories,categories,51,46,49,44,1.00,1.7160,0.55,1.6721 chivalry,chivalry,61,46,54,43,1.20,1.7924,0.55,1.6721 cleaver,cleaver,68,46,35,28,1.33,1.8388,0.55,1.6721 Clint,clint,129,46,0,0,2.53,2.1139,0.55,1.6721 cocoon,cocoon,57,46,51,42,1.12,1.7634,0.55,1.6721 commando,commando,54,46,40,37,1.06,1.7404,0.55,1.6721 Confederate,confederate,95,46,13,12,1.86,1.9823,0.55,1.6721 consul,consul,184,46,105,32,3.61,2.2672,0.55,1.6721 corridors,corridors,52,46,52,46,1.02,1.7243,0.55,1.6721 Cosmos,cosmos,153,46,44,37,3.00,2.1875,0.55,1.6721 crafty,crafty,53,46,50,43,1.04,1.7324,0.55,1.6721 Crescent,crescent,72,46,24,18,1.41,1.8633,0.55,1.6721 Crosby,crosby,75,46,0,0,1.47,1.8808,0.55,1.6721 crusader,crusader,57,46,47,41,1.12,1.7634,0.55,1.6721 defends,defends,49,46,48,45,0.96,1.6990,0.55,1.6721 delicately,delicately,48,46,47,45,0.94,1.6902,0.55,1.6721 derived,derived,53,46,50,45,1.04,1.7324,0.55,1.6721 deserving,deserving,50,46,50,46,0.98,1.7076,0.55,1.6721 diagnose,diagnose,53,46,52,45,1.04,1.7324,0.55,1.6721 digestion,digestion,52,46,52,46,1.02,1.7243,0.55,1.6721 dings,dings,89,46,69,35,1.75,1.9542,0.55,1.6721 disbarred,disbarred,56,46,54,45,1.10,1.7559,0.55,1.6721 discoveries,discoveries,54,46,52,44,1.06,1.7404,0.55,1.6721 divorces,divorces,47,46,45,44,0.92,1.6812,0.55,1.6721 doghouse,doghouse,57,46,49,42,1.12,1.7634,0.55,1.6721 Dolores,dolores,195,46,0,0,3.82,2.2923,0.55,1.6721 Domino,domino,205,46,16,16,4.02,2.3139,0.55,1.6721 dopamine,dopamine,77,46,64,40,1.51,1.8921,0.55,1.6721 dorky,dorky,50,46,46,43,0.98,1.7076,0.55,1.6721 drunkard,drunkard,62,46,60,44,1.22,1.7993,0.55,1.6721 ducky,ducky,100,46,50,36,1.96,2.0043,0.55,1.6721 dummies,dummies,61,46,54,40,1.20,1.7924,0.55,1.6721 elimination,elimination,66,46,63,44,1.29,1.8261,0.55,1.6721 enduring,enduring,48,46,45,43,0.94,1.6902,0.55,1.6721 engagements,engagements,51,46,50,46,1.00,1.7160,0.55,1.6721 enormously,enormously,50,46,41,37,0.98,1.7076,0.55,1.6721 epiphany,epiphany,66,46,59,44,1.29,1.8261,0.55,1.6721 estates,estates,68,46,34,26,1.33,1.8388,0.55,1.6721 expire,expire,46,46,46,46,0.90,1.6721,0.55,1.6721 fanatics,fanatics,48,46,46,44,0.94,1.6902,0.55,1.6721 farmhouse,farmhouse,67,46,65,46,1.31,1.8325,0.55,1.6721 fi,fi,75,46,60,38,1.47,1.8808,0.55,1.6721 fide,fide,56,46,54,45,1.10,1.7559,0.55,1.6721 figment,figment,55,46,55,46,1.08,1.7482,0.55,1.6721 filters,filters,48,46,41,40,0.94,1.6902,0.55,1.6721 flashlights,flashlights,56,46,50,40,1.10,1.7559,0.55,1.6721 folds,folds,52,46,50,45,1.02,1.7243,0.55,1.6721 footprint,footprint,55,46,51,42,1.08,1.7482,0.55,1.6721 foresee,foresee,50,46,50,46,0.98,1.7076,0.55,1.6721 Freeman,freeman,129,46,7,4,2.53,2.1139,0.55,1.6721 ft,ft,81,46,69,35,1.59,1.9138,0.55,1.6721 funnel,funnel,56,46,53,44,1.10,1.7559,0.55,1.6721 gills,gills,61,46,54,43,1.20,1.7924,0.55,1.6721 Goliath,goliath,139,46,2,2,2.73,2.1461,0.55,1.6721 goofing,goofing,58,46,53,42,1.14,1.7709,0.55,1.6721 greenhouse,greenhouse,112,46,108,44,2.20,2.0531,0.55,1.6721 groupie,groupie,68,46,64,45,1.33,1.8388,0.55,1.6721 hardball,hardball,53,46,49,44,1.04,1.7324,0.55,1.6721 Helena,helena,179,46,0,0,3.51,2.2553,0.55,1.6721 Highland,highland,81,46,10,7,1.59,1.9138,0.55,1.6721 Hindu,hindu,52,46,1,1,1.02,1.7243,0.55,1.6721 hops,hops,46,46,44,44,0.90,1.6721,0.55,1.6721 hypocrites,hypocrites,57,46,52,43,1.12,1.7634,0.55,1.6721 imaginable,imaginable,48,46,48,46,0.94,1.6902,0.55,1.6721 implication,implication,48,46,48,46,0.94,1.6902,0.55,1.6721 indisposed,indisposed,56,46,50,44,1.10,1.7559,0.55,1.6721 inferno,inferno,47,46,42,41,0.92,1.6812,0.55,1.6721 infinitely,infinitely,48,46,41,39,0.94,1.6902,0.55,1.6721 insatiable,insatiable,50,46,47,43,0.98,1.7076,0.55,1.6721 insightful,insightful,50,46,44,41,0.98,1.7076,0.55,1.6721 inventive,inventive,46,46,44,44,0.90,1.6721,0.55,1.6721 Ira,ira,198,46,1,1,3.88,2.2989,0.55,1.6721 Iv,iv,66,46,6,3,1.29,1.8261,0.55,1.6721 Kaiser,kaiser,80,46,14,11,1.57,1.9085,0.55,1.6721 kits,kits,53,46,51,45,1.04,1.7324,0.55,1.6721 liberating,liberating,49,46,45,42,0.96,1.6990,0.55,1.6721 loathsome,loathsome,53,46,53,46,1.04,1.7324,0.55,1.6721 looting,looting,55,46,53,44,1.08,1.7482,0.55,1.6721 Lp,lp,62,46,1,1,1.22,1.7993,0.55,1.6721 lull,lull,60,46,57,44,1.18,1.7853,0.55,1.6721 Macbeth,macbeth,119,46,0,0,2.33,2.0792,0.55,1.6721 manhunt,manhunt,62,46,58,46,1.22,1.7993,0.55,1.6721 mapped,mapped,46,46,46,46,0.90,1.6721,0.55,1.6721 merchants,merchants,55,46,51,42,1.08,1.7482,0.55,1.6721 metals,metals,55,46,48,41,1.08,1.7482,0.55,1.6721 Midway,midway,113,46,21,20,2.22,2.0569,0.55,1.6721 minerals,minerals,56,46,51,42,1.10,1.7559,0.55,1.6721 mocha,mocha,66,46,51,36,1.29,1.8261,0.55,1.6721 Montreal,montreal,96,46,0,0,1.88,1.9868,0.55,1.6721 Mormon,mormon,115,46,6,6,2.25,2.0645,0.55,1.6721 mower,mower,75,46,74,46,1.47,1.8808,0.55,1.6721 Nash,nash,241,46,0,0,4.73,2.3838,0.55,1.6721 nearing,nearing,52,46,47,41,1.02,1.7243,0.55,1.6721 nicotine,nicotine,87,46,72,44,1.71,1.9445,0.55,1.6721 nuggets,nuggets,63,46,51,39,1.24,1.8062,0.55,1.6721 overdoing,overdoing,47,46,46,45,0.92,1.6812,0.55,1.6721 Pakistan,pakistan,65,46,0,0,1.27,1.8195,0.55,1.6721 Panther,panther,131,46,54,26,2.57,2.1206,0.55,1.6721 parasites,parasites,71,46,65,41,1.39,1.8573,0.55,1.6721 parched,parched,58,46,55,43,1.14,1.7709,0.55,1.6721 Pasadena,pasadena,69,46,0,0,1.35,1.8451,0.55,1.6721 Penelope,penelope,128,46,1,1,2.51,2.1106,0.55,1.6721 prediction,prediction,66,46,60,43,1.29,1.8261,0.55,1.6721 preferable,preferable,47,46,47,46,0.92,1.6812,0.55,1.6721 Presley,presley,73,46,0,0,1.43,1.8692,0.55,1.6721 prompted,prompted,46,46,45,45,0.90,1.6721,0.55,1.6721 prophecies,prophecies,74,46,67,42,1.45,1.8751,0.55,1.6721 purchases,purchases,54,46,51,44,1.06,1.7404,0.55,1.6721 redecorate,redecorate,52,46,51,46,1.02,1.7243,0.55,1.6721 reducing,reducing,50,46,47,44,0.98,1.7076,0.55,1.6721 repercussions,repercussions,55,46,52,46,1.08,1.7482,0.55,1.6721 reproduction,reproduction,75,46,50,41,1.47,1.8808,0.55,1.6721 Republicans,republicans,61,46,2,2,1.20,1.7924,0.55,1.6721 restoring,restoring,50,46,45,42,0.98,1.7076,0.55,1.6721 resumes,resumes,57,46,50,43,1.12,1.7634,0.55,1.6721 retrieval,retrieval,57,46,53,44,1.12,1.7634,0.55,1.6721 reversal,reversal,57,46,56,45,1.12,1.7634,0.55,1.6721 rowdy,rowdy,52,46,45,42,1.02,1.7243,0.55,1.6721 sac,sac,66,46,41,34,1.29,1.8261,0.55,1.6721 safeguard,safeguard,48,46,46,45,0.94,1.6902,0.55,1.6721 sandbox,sandbox,54,46,52,46,1.06,1.7404,0.55,1.6721 satanic,satanic,69,46,52,34,1.35,1.8451,0.55,1.6721 saucy,saucy,62,46,51,40,1.22,1.7993,0.55,1.6721 savor,savor,48,46,37,36,0.94,1.6902,0.55,1.6721 savvy,savvy,54,46,41,38,1.06,1.7404,0.55,1.6721 Scat,scat,65,46,28,19,1.27,1.8195,0.55,1.6721 scheming,scheming,50,46,46,44,0.98,1.7076,0.55,1.6721 scrapes,scrapes,47,46,46,45,0.92,1.6812,0.55,1.6721 sensory,sensory,55,46,45,40,1.08,1.7482,0.55,1.6721 sentry,sentry,70,46,55,38,1.37,1.8513,0.55,1.6721 sera,sera,117,46,87,27,2.29,2.0719,0.55,1.6721 Shalom,shalom,74,46,14,10,1.45,1.8751,0.55,1.6721 shorten,shorten,52,46,42,39,1.02,1.7243,0.55,1.6721 sideshow,sideshow,56,46,45,42,1.10,1.7559,0.55,1.6721 Skippy,skippy,62,46,13,13,1.22,1.7993,0.55,1.6721 smitten,smitten,62,46,57,46,1.22,1.7993,0.55,1.6721 smog,smog,55,46,49,41,1.08,1.7482,0.55,1.6721 smokers,smokers,64,46,51,43,1.25,1.8129,0.55,1.6721 smoother,smoother,49,46,44,41,0.96,1.6990,0.55,1.6721 societies,societies,57,46,53,44,1.12,1.7634,0.55,1.6721 sociopath,sociopath,51,46,49,44,1.00,1.7160,0.55,1.6721 soliciting,soliciting,53,46,49,43,1.04,1.7324,0.55,1.6721 spout,spout,52,46,50,45,1.02,1.7243,0.55,1.6721 spunk,spunk,68,46,54,44,1.33,1.8388,0.55,1.6721 Starlight,starlight,81,46,33,21,1.59,1.9138,0.55,1.6721 stems,stems,51,46,49,44,1.00,1.7160,0.55,1.6721 stiffs,stiffs,48,46,46,45,0.94,1.6902,0.55,1.6721 stretches,stretches,46,46,44,44,0.90,1.6721,0.55,1.6721 succession,succession,48,46,46,44,0.94,1.6902,0.55,1.6721 suntan,suntan,50,46,48,44,0.98,1.7076,0.55,1.6721 taboo,taboo,62,46,55,43,1.22,1.7993,0.55,1.6721 tangle,tangle,53,46,53,46,1.04,1.7324,0.55,1.6721 tickling,tickling,51,46,44,41,1.00,1.7160,0.55,1.6721 ticklish,ticklish,58,46,54,43,1.14,1.7709,0.55,1.6721 ticks,ticks,59,46,58,46,1.16,1.7782,0.55,1.6721 tidings,tidings,57,46,55,44,1.12,1.7634,0.55,1.6721 tormented,tormented,53,46,49,46,1.04,1.7324,0.55,1.6721 Toyota,toyota,75,46,0,0,1.47,1.8808,0.55,1.6721 tragedies,tragedies,50,46,49,45,0.98,1.7076,0.55,1.6721 Tribune,tribune,103,46,28,5,2.02,2.0170,0.55,1.6721 uglier,uglier,49,46,43,42,0.96,1.6990,0.55,1.6721 unclean,unclean,65,46,58,42,1.27,1.8195,0.55,1.6721 unions,unions,71,46,65,44,1.39,1.8573,0.55,1.6721 unravel,unravel,49,46,48,46,0.96,1.6990,0.55,1.6721 upbeat,upbeat,56,46,45,36,1.10,1.7559,0.55,1.6721 upholstery,upholstery,59,46,56,45,1.16,1.7782,0.55,1.6721 uproar,uproar,53,46,51,44,1.04,1.7324,0.55,1.6721 uranium,uranium,109,46,97,43,2.14,2.0414,0.55,1.6721 urinate,urinate,56,46,54,46,1.10,1.7559,0.55,1.6721 urn,urn,99,46,88,43,1.94,2.0000,0.55,1.6721 vial,vial,66,46,66,46,1.29,1.8261,0.55,1.6721 watered,watered,49,46,49,46,0.96,1.6990,0.55,1.6721 waxing,waxing,51,46,47,44,1.00,1.7160,0.55,1.6721 whence,whence,53,46,47,42,1.04,1.7324,0.55,1.6721 Whitman,whitman,89,46,0,0,1.75,1.9542,0.55,1.6721 Witter,witter,147,46,0,0,2.88,2.1703,0.55,1.6721 yawning,yawning,48,46,44,42,0.94,1.6902,0.55,1.6721 abandonment,abandonment,49,45,45,41,0.96,1.6990,0.54,1.6628 accommodation,accommodation,48,45,44,42,0.94,1.6902,0.54,1.6628 accompanying,accompanying,47,45,43,41,0.92,1.6812,0.54,1.6628 adviser,adviser,53,45,49,41,1.04,1.7324,0.54,1.6628 advisors,advisors,66,45,60,44,1.29,1.8261,0.54,1.6628 afflicted,afflicted,65,45,53,42,1.27,1.8195,0.54,1.6628 alloy,alloy,52,45,50,43,1.02,1.7243,0.54,1.6628 Angelus,angelus,326,45,0,0,6.39,2.5145,0.54,1.6628 animation,animation,62,45,54,42,1.22,1.7993,0.54,1.6628 Arabian,arabian,63,45,0,0,1.24,1.8062,0.54,1.6628 attracting,attracting,58,45,57,44,1.14,1.7709,0.54,1.6628 audit,audit,57,45,57,45,1.12,1.7634,0.54,1.6628 Auf,auf,71,45,18,15,1.39,1.8573,0.54,1.6628 axle,axle,63,45,49,41,1.24,1.8062,0.54,1.6628 Basil,basil,69,45,17,16,1.35,1.8451,0.54,1.6628 bazaar,bazaar,58,45,42,33,1.14,1.7709,0.54,1.6628 bewildered,bewildered,52,45,49,43,1.02,1.7243,0.54,1.6628 bitchy,bitchy,64,45,56,42,1.25,1.8129,0.54,1.6628 blackboard,blackboard,60,45,57,42,1.18,1.7853,0.54,1.6628 blob,blob,60,45,44,40,1.18,1.7853,0.54,1.6628 blokes,blokes,73,45,70,44,1.43,1.8692,0.54,1.6628 Bobbie,bobbie,163,45,0,0,3.20,2.2148,0.54,1.6628 Bonanza,bonanza,83,45,22,21,1.63,1.9243,0.54,1.6628 broaden,broaden,50,45,49,45,0.98,1.7076,0.54,1.6628 brooding,brooding,49,45,47,43,0.96,1.6990,0.54,1.6628 buzzed,buzzed,48,45,45,43,0.94,1.6902,0.54,1.6628 caravan,caravan,74,45,68,42,1.45,1.8751,0.54,1.6628 carbs,carbs,54,45,46,40,1.06,1.7404,0.54,1.6628 carte,carte,60,45,45,38,1.18,1.7853,0.54,1.6628 ceramic,ceramic,62,45,57,43,1.22,1.7993,0.54,1.6628 Chronicle,chronicle,80,45,15,13,1.57,1.9085,0.54,1.6628 cleansing,cleansing,52,45,48,44,1.02,1.7243,0.54,1.6628 clouded,clouded,48,45,46,43,0.94,1.6902,0.54,1.6628 collaboration,collaboration,58,45,57,45,1.14,1.7709,0.54,1.6628 Colombian,colombian,69,45,1,1,1.35,1.8451,0.54,1.6628 combustion,combustion,64,45,63,45,1.25,1.8129,0.54,1.6628 concede,concede,53,45,52,45,1.04,1.7324,0.54,1.6628 conjunction,conjunction,66,45,64,44,1.29,1.8261,0.54,1.6628 continuously,continuously,50,45,47,42,0.98,1.7076,0.54,1.6628 Cornell,cornell,116,45,0,0,2.27,2.0682,0.54,1.6628 coronation,coronation,107,45,100,41,2.10,2.0334,0.54,1.6628 cortex,cortex,57,45,52,43,1.12,1.7634,0.54,1.6628 crawls,crawls,52,45,52,45,1.02,1.7243,0.54,1.6628 craze,craze,52,45,52,45,1.02,1.7243,0.54,1.6628 crud,crud,52,45,44,39,1.02,1.7243,0.54,1.6628 crunchy,crunchy,48,45,41,38,0.94,1.6902,0.54,1.6628 cuddly,cuddly,71,45,68,43,1.39,1.8573,0.54,1.6628 cultivate,cultivate,48,45,48,45,0.94,1.6902,0.54,1.6628 cultured,cultured,49,45,48,45,0.96,1.6990,0.54,1.6628 curled,curled,47,45,44,42,0.92,1.6812,0.54,1.6628 dashboard,dashboard,50,45,49,44,0.98,1.7076,0.54,1.6628 debrief,debrief,58,45,53,42,1.14,1.7709,0.54,1.6628 defects,defects,61,45,60,44,1.20,1.7924,0.54,1.6628 desolate,desolate,50,45,45,43,0.98,1.7076,0.54,1.6628 devastation,devastation,49,45,47,43,0.96,1.6990,0.54,1.6628 dictation,dictation,48,45,30,28,0.94,1.6902,0.54,1.6628 downloading,downloading,58,45,44,35,1.14,1.7709,0.54,1.6628 dumplings,dumplings,81,45,69,41,1.59,1.9138,0.54,1.6628 Eddy,eddy,184,45,2,2,3.61,2.2672,0.54,1.6628 eliminating,eliminating,46,45,41,40,0.90,1.6721,0.54,1.6628 envied,envied,51,45,48,43,1.00,1.7160,0.54,1.6628 essays,essays,55,45,50,42,1.08,1.7482,0.54,1.6628 ethic,ethic,53,45,52,44,1.04,1.7324,0.54,1.6628 exceedingly,exceedingly,49,45,46,42,0.96,1.6990,0.54,1.6628 exhales,exhales,62,45,37,30,1.22,1.7993,0.54,1.6628 eyewitnesses,eyewitnesses,58,45,46,36,1.14,1.7709,0.54,1.6628 favored,favored,49,45,48,44,0.96,1.6990,0.54,1.6628 fend,fend,47,45,43,42,0.92,1.6812,0.54,1.6628 fig,fig,62,45,36,29,1.22,1.7993,0.54,1.6628 formalities,formalities,49,45,47,43,0.96,1.6990,0.54,1.6628 Frenchmen,frenchmen,67,45,0,0,1.31,1.8325,0.54,1.6628 fueled,fueled,49,45,43,40,0.96,1.6990,0.54,1.6628 generously,generously,47,45,45,43,0.92,1.6812,0.54,1.6628 genocide,genocide,62,45,57,41,1.22,1.7993,0.54,1.6628 governed,governed,50,45,49,45,0.98,1.7076,0.54,1.6628 Gramps,gramps,91,45,6,6,1.78,1.9638,0.54,1.6628 graphics,graphics,77,45,52,36,1.51,1.8921,0.54,1.6628 groggy,groggy,46,45,45,44,0.90,1.6721,0.54,1.6628 guacamole,guacamole,56,45,53,43,1.10,1.7559,0.54,1.6628 gulp,gulp,50,45,36,33,0.98,1.7076,0.54,1.6628 gunfight,gunfight,58,45,55,43,1.14,1.7709,0.54,1.6628 halftime,halftime,68,45,63,43,1.33,1.8388,0.54,1.6628 halves,halves,56,45,54,43,1.10,1.7559,0.54,1.6628 Hepburn,hepburn,73,45,0,0,1.43,1.8692,0.54,1.6628 histories,histories,59,45,58,44,1.16,1.7782,0.54,1.6628 hogging,hogging,51,45,51,45,1.00,1.7160,0.54,1.6628 homestead,homestead,59,45,45,38,1.16,1.7782,0.54,1.6628 hooves,hooves,66,45,61,41,1.29,1.8261,0.54,1.6628 hostiles,hostiles,70,45,57,37,1.37,1.8513,0.54,1.6628 howls,howls,64,45,55,41,1.25,1.8129,0.54,1.6628 impenetrable,impenetrable,52,45,51,44,1.02,1.7243,0.54,1.6628 incarcerated,incarcerated,51,45,49,43,1.00,1.7160,0.54,1.6628 India,india,72,45,2,1,1.41,1.8633,0.54,1.6628 indulgence,indulgence,49,45,49,45,0.96,1.6990,0.54,1.6628 Jasper,jasper,231,45,3,2,4.53,2.3655,0.54,1.6628 jokers,jokers,52,45,52,45,1.02,1.7243,0.54,1.6628 kennel,kennel,57,45,54,43,1.12,1.7634,0.54,1.6628 leeches,leeches,67,45,62,41,1.31,1.8325,0.54,1.6628 lifeboat,lifeboat,71,45,70,44,1.39,1.8573,0.54,1.6628 lifetimes,lifetimes,50,45,50,45,0.98,1.7076,0.54,1.6628 loops,loops,58,45,32,25,1.14,1.7709,0.54,1.6628 Lumpy,lumpy,89,45,40,37,1.75,1.9542,0.54,1.6628 mambo,mambo,129,45,69,38,2.53,2.1139,0.54,1.6628 mammals,mammals,56,45,45,39,1.10,1.7559,0.54,1.6628 masquerade,masquerade,82,45,58,44,1.61,1.9191,0.54,1.6628 mater,mater,83,45,47,41,1.63,1.9243,0.54,1.6628 mishap,mishap,53,45,52,45,1.04,1.7324,0.54,1.6628 mocked,mocked,51,45,47,42,1.00,1.7160,0.54,1.6628 mortified,mortified,51,45,46,42,1.00,1.7160,0.54,1.6628 musicals,musicals,62,45,59,45,1.22,1.7993,0.54,1.6628 Mussolini,mussolini,59,45,0,0,1.16,1.7782,0.54,1.6628 nitrogen,nitrogen,61,45,51,38,1.20,1.7924,0.54,1.6628 nudge,nudge,57,45,56,45,1.12,1.7634,0.54,1.6628 nukes,nukes,114,45,106,41,2.24,2.0607,0.54,1.6628 oblivious,oblivious,54,45,51,42,1.06,1.7404,0.54,1.6628 outing,outing,51,45,51,45,1.00,1.7160,0.54,1.6628 outlets,outlets,45,45,44,44,0.88,1.6628,0.54,1.6628 paradox,paradox,65,45,60,40,1.27,1.8195,0.54,1.6628 patrolling,patrolling,50,45,42,40,0.98,1.7076,0.54,1.6628 patrons,patrons,49,45,47,43,0.96,1.6990,0.54,1.6628 pediatric,pediatric,80,45,52,37,1.57,1.9085,0.54,1.6628 penalties,penalties,47,45,45,43,0.92,1.6812,0.54,1.6628 phonograph,phonograph,56,45,52,41,1.10,1.7559,0.54,1.6628 profiling,profiling,61,45,55,43,1.20,1.7924,0.54,1.6628 proverb,proverb,55,45,53,43,1.08,1.7482,0.54,1.6628 pubic,pubic,60,45,52,39,1.18,1.7853,0.54,1.6628 purest,purest,49,45,48,44,0.96,1.6990,0.54,1.6628 Rand,rand,120,45,9,5,2.35,2.0828,0.54,1.6628 riffraff,riffraff,52,45,47,42,1.02,1.7243,0.54,1.6628 sabotaged,sabotaged,51,45,50,45,1.00,1.7160,0.54,1.6628 Salvador,salvador,103,45,0,0,2.02,2.0170,0.54,1.6628 Samson,samson,371,45,0,0,7.27,2.5705,0.54,1.6628 sardines,sardines,162,45,133,39,3.18,2.2122,0.54,1.6628 Saunders,saunders,411,45,0,0,8.06,2.6149,0.54,1.6628 Schultz,schultz,193,45,0,0,3.78,2.2878,0.54,1.6628 scrambling,scrambling,49,45,46,43,0.96,1.6990,0.54,1.6628 seasoned,seasoned,50,45,48,43,0.98,1.7076,0.54,1.6628 sedation,sedation,58,45,58,45,1.14,1.7709,0.54,1.6628 shawl,shawl,70,45,69,44,1.37,1.8513,0.54,1.6628 shootout,shootout,53,45,48,40,1.04,1.7324,0.54,1.6628 Signor,signor,204,45,28,14,4.00,2.3118,0.54,1.6628 slingshot,slingshot,71,45,65,43,1.39,1.8573,0.54,1.6628 sneezed,sneezed,64,45,64,45,1.25,1.8129,0.54,1.6628 snuggle,snuggle,66,45,56,37,1.29,1.8261,0.54,1.6628 sociable,sociable,51,45,51,45,1.00,1.7160,0.54,1.6628 somewheres,somewheres,55,45,52,45,1.08,1.7482,0.54,1.6628 spasm,spasm,56,45,52,43,1.10,1.7559,0.54,1.6628 splendor,splendor,60,45,47,40,1.18,1.7853,0.54,1.6628 stair,stair,69,45,67,43,1.35,1.8451,0.54,1.6628 Steed,steed,130,45,50,39,2.55,2.1173,0.54,1.6628 stitched,stitched,50,45,50,45,0.98,1.7076,0.54,1.6628 stomachache,stomachache,54,45,49,42,1.06,1.7404,0.54,1.6628 stout,stout,53,45,40,37,1.04,1.7324,0.54,1.6628 straightaway,straightaway,51,45,44,41,1.00,1.7160,0.54,1.6628 strayed,strayed,48,45,48,45,0.94,1.6902,0.54,1.6628 structures,structures,58,45,56,43,1.14,1.7709,0.54,1.6628 sulking,sulking,60,45,55,41,1.18,1.7853,0.54,1.6628 sunscreen,sunscreen,51,45,46,40,1.00,1.7160,0.54,1.6628 supporters,supporters,53,45,50,43,1.04,1.7324,0.54,1.6628 surrendering,surrendering,50,45,44,39,0.98,1.7076,0.54,1.6628 surrounds,surrounds,45,45,45,45,0.88,1.6628,0.54,1.6628 taunting,taunting,52,45,49,43,1.02,1.7243,0.54,1.6628 testicle,testicle,58,45,57,44,1.14,1.7709,0.54,1.6628 Ti,ti,121,45,47,31,2.37,2.0864,0.54,1.6628 tiara,tiara,91,45,88,44,1.78,1.9638,0.54,1.6628 ticker,ticker,55,45,52,43,1.08,1.7482,0.54,1.6628 tidal,tidal,53,45,51,43,1.04,1.7324,0.54,1.6628 toupee,toupee,64,45,56,42,1.25,1.8129,0.54,1.6628 tout,tout,55,45,39,33,1.08,1.7482,0.54,1.6628 trafficking,trafficking,53,45,48,42,1.04,1.7324,0.54,1.6628 trimmed,trimmed,47,45,43,42,0.92,1.6812,0.54,1.6628 trustees,trustees,67,45,52,36,1.31,1.8325,0.54,1.6628 Turk,turk,154,45,1,1,3.02,2.1903,0.54,1.6628 turnip,turnip,88,45,78,42,1.73,1.9494,0.54,1.6628 twat,twat,67,45,63,44,1.31,1.8325,0.54,1.6628 tycoon,tycoon,52,45,48,41,1.02,1.7243,0.54,1.6628 unattended,unattended,51,45,48,44,1.00,1.7160,0.54,1.6628 unpaid,unpaid,51,45,49,43,1.00,1.7160,0.54,1.6628 vaccine,vaccine,98,45,97,45,1.92,1.9956,0.54,1.6628 versatile,versatile,48,45,46,43,0.94,1.6902,0.54,1.6628 wedlock,wedlock,54,45,54,45,1.06,1.7404,0.54,1.6628 widespread,widespread,47,45,44,42,0.92,1.6812,0.54,1.6628 abs,abs,54,44,36,31,1.06,1.7404,0.52,1.6532 admirers,admirers,49,44,48,44,0.96,1.6990,0.52,1.6532 adrift,adrift,51,44,47,40,1.00,1.7160,0.52,1.6532 aftershave,aftershave,55,44,53,44,1.08,1.7482,0.52,1.6532 angst,angst,47,44,41,40,0.92,1.6812,0.52,1.6532 Angus,angus,208,44,0,0,4.08,2.3201,0.52,1.6532 appetizers,appetizers,54,44,47,39,1.06,1.7404,0.52,1.6532 ascertain,ascertain,49,44,48,44,0.96,1.6990,0.52,1.6532 astronomy,astronomy,67,44,60,40,1.31,1.8325,0.52,1.6532 baffled,baffled,47,44,47,44,0.92,1.6812,0.52,1.6532 baggy,baggy,48,44,42,40,0.94,1.6902,0.52,1.6532 Barkeep,barkeep,50,44,23,21,0.98,1.7076,0.52,1.6532 beetles,beetles,65,44,57,41,1.27,1.8195,0.52,1.6532 Bibles,bibles,60,44,13,11,1.18,1.7853,0.52,1.6532 blackouts,blackouts,78,44,75,44,1.53,1.8976,0.52,1.6532 blazer,blazer,62,44,48,35,1.22,1.7993,0.52,1.6532 Blimey,blimey,59,44,5,5,1.16,1.7782,0.52,1.6532 brainy,brainy,48,44,37,37,0.94,1.6902,0.52,1.6532 breakers,breakers,84,44,50,38,1.65,1.9294,0.52,1.6532 Browning,browning,123,44,4,4,2.41,2.0934,0.52,1.6532 Buttercup,buttercup,121,44,37,23,2.37,2.0864,0.52,1.6532 cabaret,cabaret,115,44,78,35,2.25,2.0645,0.52,1.6532 cannibal,cannibal,56,44,42,32,1.10,1.7559,0.52,1.6532 carburetor,carburetor,55,44,51,40,1.08,1.7482,0.52,1.6532 Casablanca,casablanca,128,44,0,0,2.51,2.1106,0.52,1.6532 castles,castles,45,44,38,37,0.88,1.6628,0.52,1.6532 centered,centered,49,44,49,44,0.96,1.6990,0.52,1.6532 Christianity,christianity,56,44,1,1,1.10,1.7559,0.52,1.6532 cite,cite,48,44,40,39,0.94,1.6902,0.52,1.6532 coals,coals,48,44,47,43,0.94,1.6902,0.52,1.6532 coldest,coldest,44,44,43,43,0.86,1.6532,0.52,1.6532 commune,commune,67,44,64,43,1.31,1.8325,0.52,1.6532 completes,completes,46,44,46,44,0.90,1.6721,0.52,1.6532 contend,contend,48,44,46,43,0.94,1.6902,0.52,1.6532 corkscrew,corkscrew,57,44,45,39,1.12,1.7634,0.52,1.6532 crackpot,crackpot,49,44,47,42,0.96,1.6990,0.52,1.6532 deader,deader,49,44,39,37,0.96,1.6990,0.52,1.6532 decor,decor,52,44,49,43,1.02,1.7243,0.52,1.6532 defeats,defeats,47,44,47,44,0.92,1.6812,0.52,1.6532 defines,defines,45,44,45,44,0.88,1.6628,0.52,1.6532 demolished,demolished,48,44,46,43,0.94,1.6902,0.52,1.6532 deserts,deserts,45,44,44,43,0.88,1.6628,0.52,1.6532 disorganized,disorganized,53,44,51,44,1.04,1.7324,0.52,1.6532 disparage,disparage,44,44,44,44,0.86,1.6532,0.52,1.6532 distances,distances,46,44,45,43,0.90,1.6721,0.52,1.6532 dodged,dodged,46,44,44,42,0.90,1.6721,0.52,1.6532 dramatically,dramatically,47,44,47,44,0.92,1.6812,0.52,1.6532 drones,drones,72,44,66,42,1.41,1.8633,0.52,1.6532 earnings,earnings,48,44,47,43,0.94,1.6902,0.52,1.6532 edema,edema,54,44,53,43,1.06,1.7404,0.52,1.6532 elastic,elastic,53,44,48,41,1.04,1.7324,0.52,1.6532 evade,evade,45,44,44,43,0.88,1.6628,0.52,1.6532 executions,executions,57,44,53,40,1.12,1.7634,0.52,1.6532 exiled,exiled,49,44,45,41,0.96,1.6990,0.52,1.6532 export,export,65,44,60,42,1.27,1.8195,0.52,1.6532 eyelashes,eyelashes,62,44,52,43,1.22,1.7993,0.52,1.6532 fakes,fakes,79,44,73,43,1.55,1.9031,0.52,1.6532 fanfare,fanfare,57,44,42,33,1.12,1.7634,0.52,1.6532 farted,farted,66,44,66,44,1.29,1.8261,0.52,1.6532 femur,femur,58,44,54,40,1.14,1.7709,0.52,1.6532 flaunt,flaunt,50,44,49,43,0.98,1.7076,0.52,1.6532 galloping,galloping,53,44,41,34,1.04,1.7324,0.52,1.6532 Garland,garland,111,44,14,4,2.18,2.0492,0.52,1.6532 Gertrude,gertrude,141,44,0,0,2.76,2.1523,0.52,1.6532 Greyhound,greyhound,46,44,6,5,0.90,1.6721,0.52,1.6532 growl,growl,50,44,42,38,0.98,1.7076,0.52,1.6532 Guatemala,guatemala,74,44,0,0,1.45,1.8751,0.52,1.6532 gutless,gutless,53,44,50,41,1.04,1.7324,0.52,1.6532 gymnastics,gymnastics,78,44,69,40,1.53,1.8976,0.52,1.6532 hailing,hailing,67,44,64,43,1.31,1.8325,0.52,1.6532 harmonica,harmonica,89,44,77,40,1.75,1.9542,0.52,1.6532 Heller,heller,303,44,1,1,5.94,2.4829,0.52,1.6532 henceforth,henceforth,51,44,36,31,1.00,1.7160,0.52,1.6532 hubby,hubby,51,44,40,35,1.00,1.7160,0.52,1.6532 hula,hula,100,44,75,37,1.96,2.0043,0.52,1.6532 impartial,impartial,51,44,50,44,1.00,1.7160,0.52,1.6532 independently,independently,48,44,45,42,0.94,1.6902,0.52,1.6532 infested,infested,48,44,48,44,0.94,1.6902,0.52,1.6532 injure,injure,51,44,51,44,1.00,1.7160,0.52,1.6532 inquiring,inquiring,49,44,44,39,0.96,1.6990,0.52,1.6532 insufferable,insufferable,49,44,46,42,0.96,1.6990,0.52,1.6532 ironed,ironed,49,44,49,44,0.96,1.6990,0.52,1.6532 Jenna,jenna,383,44,0,0,7.51,2.5843,0.52,1.6532 juror,juror,131,44,90,36,2.57,2.1206,0.52,1.6532 Kraut,kraut,79,44,25,17,1.55,1.9031,0.52,1.6532 lac,lac,82,44,56,36,1.61,1.9191,0.52,1.6532 laddie,laddie,98,44,86,41,1.92,1.9956,0.52,1.6532 liven,liven,46,44,43,42,0.90,1.6721,0.52,1.6532 lizards,lizards,65,44,62,42,1.27,1.8195,0.52,1.6532 loosened,loosened,52,44,52,44,1.02,1.7243,0.52,1.6532 magnifying,magnifying,49,44,47,43,0.96,1.6990,0.52,1.6532 makings,makings,48,44,48,44,0.94,1.6902,0.52,1.6532 Marc,marc,262,44,0,0,5.14,2.4200,0.52,1.6532 Marys,marys,57,44,6,4,1.12,1.7634,0.52,1.6532 Meadows,meadows,94,44,28,23,1.84,1.9777,0.52,1.6532 misled,misled,48,44,47,44,0.94,1.6902,0.52,1.6532 Naples,naples,95,44,1,1,1.86,1.9823,0.52,1.6532 negotiator,negotiator,67,44,61,44,1.31,1.8325,0.52,1.6532 Nietzsche,nietzsche,72,44,2,1,1.41,1.8633,0.52,1.6532 nutshell,nutshell,48,44,48,44,0.94,1.6902,0.52,1.6532 obituary,obituary,68,44,67,44,1.33,1.8388,0.52,1.6532 oily,oily,49,44,48,44,0.96,1.6990,0.52,1.6532 Ole,ole,124,44,12,12,2.43,2.0969,0.52,1.6532 oppressive,oppressive,47,44,46,43,0.92,1.6812,0.52,1.6532 ovation,ovation,45,44,45,44,0.88,1.6628,0.52,1.6532 overalls,overalls,52,44,52,44,1.02,1.7243,0.52,1.6532 overflow,overflow,49,44,44,40,0.96,1.6990,0.52,1.6532 overhearing,overhearing,44,44,44,44,0.86,1.6532,0.52,1.6532 oversized,oversized,47,44,44,41,0.92,1.6812,0.52,1.6532 pear,pear,68,44,61,41,1.33,1.8388,0.52,1.6532 pedestal,pedestal,67,44,66,43,1.31,1.8325,0.52,1.6532 phat,phat,70,44,50,37,1.37,1.8513,0.52,1.6532 pimps,pimps,61,44,46,35,1.20,1.7924,0.52,1.6532 plunged,plunged,50,44,49,43,0.98,1.7076,0.52,1.6532 Polk,polk,108,44,1,1,2.12,2.0374,0.52,1.6532 preservation,preservation,55,44,34,34,1.08,1.7482,0.52,1.6532 privates,privates,50,44,45,39,0.98,1.7076,0.52,1.6532 profiles,profiles,50,44,39,37,0.98,1.7076,0.52,1.6532 projecting,projecting,62,44,58,43,1.22,1.7993,0.52,1.6532 projections,projections,56,44,52,41,1.10,1.7559,0.52,1.6532 projector,projector,62,44,52,38,1.22,1.7993,0.52,1.6532 prosecuting,prosecuting,62,44,61,43,1.22,1.7993,0.52,1.6532 pucker,pucker,45,44,34,33,0.88,1.6628,0.52,1.6532 purses,purses,49,44,48,43,0.96,1.6990,0.52,1.6532 rails,rails,53,44,51,43,1.04,1.7324,0.52,1.6532 rebellious,rebellious,47,44,43,40,0.92,1.6812,0.52,1.6532 registering,registering,48,44,45,41,0.94,1.6902,0.52,1.6532 resistant,resistant,46,44,45,43,0.90,1.6721,0.52,1.6532 rigging,rigging,55,44,53,43,1.08,1.7482,0.52,1.6532 rodents,rodents,51,44,46,39,1.00,1.7160,0.52,1.6532 rubies,rubies,54,44,48,39,1.06,1.7404,0.52,1.6532 Rufus,rufus,186,44,6,1,3.65,2.2718,0.52,1.6532 rut,rut,78,44,74,42,1.53,1.8976,0.52,1.6532 satchel,satchel,75,44,48,33,1.47,1.8808,0.52,1.6532 saxophone,saxophone,86,44,74,40,1.69,1.9395,0.52,1.6532 scholarships,scholarships,55,44,50,39,1.08,1.7482,0.52,1.6532 seducing,seducing,49,44,46,42,0.96,1.6990,0.52,1.6532 seduction,seduction,50,44,43,38,0.98,1.7076,0.52,1.6532 sewage,sewage,60,44,60,44,1.18,1.7853,0.52,1.6532 Shea,shea,83,44,0,0,1.63,1.9243,0.52,1.6532 Sioux,sioux,110,44,0,0,2.16,2.0453,0.52,1.6532 slugger,slugger,56,44,43,36,1.10,1.7559,0.52,1.6532 smelt,smelt,52,44,50,43,1.02,1.7243,0.52,1.6532 snapshot,snapshot,53,44,49,42,1.04,1.7324,0.52,1.6532 sneezing,sneezing,56,44,53,43,1.10,1.7559,0.52,1.6532 socialize,socialize,49,44,48,43,0.96,1.6990,0.52,1.6532 soiled,soiled,46,44,44,42,0.90,1.6721,0.52,1.6532 spectators,spectators,52,44,47,40,1.02,1.7243,0.52,1.6532 squashed,squashed,48,44,47,43,0.94,1.6902,0.52,1.6532 squeals,squeals,69,44,61,38,1.35,1.8451,0.52,1.6532 squint,squint,51,44,49,42,1.00,1.7160,0.52,1.6532 stead,stead,54,44,44,40,1.06,1.7404,0.52,1.6532 stockade,stockade,74,44,72,43,1.45,1.8751,0.52,1.6532 subpoenaed,subpoenaed,54,44,53,44,1.06,1.7404,0.52,1.6532 sunup,sunup,59,44,46,42,1.16,1.7782,0.52,1.6532 suspecting,suspecting,49,44,44,39,0.96,1.6990,0.52,1.6532 switchboard,switchboard,58,44,49,41,1.14,1.7709,0.52,1.6532 taxis,taxis,52,44,42,37,1.02,1.7243,0.52,1.6532 tended,tended,51,44,48,42,1.00,1.7160,0.52,1.6532 themes,themes,57,44,55,42,1.12,1.7634,0.52,1.6532 therein,therein,47,44,36,33,0.92,1.6812,0.52,1.6532 thereof,thereof,50,44,50,44,0.98,1.7076,0.52,1.6532 toolbox,toolbox,64,44,61,42,1.25,1.8129,0.52,1.6532 Tulsa,tulsa,96,44,0,0,1.88,1.9868,0.52,1.6532 tweezers,tweezers,52,44,45,40,1.02,1.7243,0.52,1.6532 unconditional,unconditional,47,44,37,34,0.92,1.6812,0.52,1.6532 upload,upload,58,44,46,39,1.14,1.7709,0.52,1.6532 upwards,upwards,46,44,44,42,0.90,1.6721,0.52,1.6532 users,users,63,44,59,41,1.24,1.8062,0.52,1.6532 variables,variables,52,44,52,44,1.02,1.7243,0.52,1.6532 variations,variations,48,44,45,42,0.94,1.6902,0.52,1.6532 warhead,warhead,165,44,162,43,3.24,2.2201,0.52,1.6532 weirdness,weirdness,48,44,45,41,0.94,1.6902,0.52,1.6532 wimps,wimps,52,44,48,41,1.02,1.7243,0.52,1.6532 winch,winch,69,44,63,42,1.35,1.8451,0.52,1.6532 wither,wither,47,44,44,41,0.92,1.6812,0.52,1.6532 wrestled,wrestled,47,44,44,42,0.92,1.6812,0.52,1.6532 wronged,wronged,56,44,53,42,1.10,1.7559,0.52,1.6532 Abigail,abigail,154,43,0,0,3.02,2.1903,0.51,1.6435 abruptly,abruptly,45,43,44,42,0.88,1.6628,0.51,1.6435 absolution,absolution,48,43,47,43,0.94,1.6902,0.51,1.6435 advisory,advisory,51,43,43,38,1.00,1.7160,0.51,1.6435 agricultural,agricultural,48,43,41,38,0.94,1.6902,0.51,1.6435 aka,aka,52,43,30,24,1.02,1.7243,0.51,1.6435 appetites,appetites,46,43,44,42,0.90,1.6721,0.51,1.6435 asbestos,asbestos,66,43,58,40,1.29,1.8261,0.51,1.6435 asteroid,asteroid,86,43,72,38,1.69,1.9395,0.51,1.6435 atoms,atoms,88,43,84,42,1.73,1.9494,0.51,1.6435 atrocities,atrocities,53,43,52,42,1.04,1.7324,0.51,1.6435 attribute,attribute,45,43,44,42,0.88,1.6628,0.51,1.6435 attributed,attributed,44,43,43,42,0.86,1.6532,0.51,1.6435 avocado,avocado,62,43,41,35,1.22,1.7993,0.51,1.6435 badgering,badgering,53,43,45,36,1.04,1.7324,0.51,1.6435 barriers,barriers,47,43,47,43,0.92,1.6812,0.51,1.6435 beaucoup,beaucoup,57,43,52,39,1.12,1.7634,0.51,1.6435 bestowed,bestowed,46,43,46,43,0.90,1.6721,0.51,1.6435 bleached,bleached,49,43,43,38,0.96,1.6990,0.51,1.6435 Bombay,bombay,117,43,1,1,2.29,2.0719,0.51,1.6435 booger,booger,62,43,40,34,1.22,1.7993,0.51,1.6435 bouncy,bouncy,91,43,59,40,1.78,1.9638,0.51,1.6435 breathless,breathless,55,43,44,38,1.08,1.7482,0.51,1.6435 Bueno,bueno,53,43,18,16,1.04,1.7324,0.51,1.6435 builder,builder,48,43,42,39,0.94,1.6902,0.51,1.6435 bullying,bullying,50,43,46,40,0.98,1.7076,0.51,1.6435 cabins,cabins,48,43,42,38,0.94,1.6902,0.51,1.6435 candies,candies,57,43,51,41,1.12,1.7634,0.51,1.6435 capitalism,capitalism,51,43,36,30,1.00,1.7160,0.51,1.6435 Capone,capone,83,43,1,1,1.63,1.9243,0.51,1.6435 cashing,cashing,49,43,48,42,0.96,1.6990,0.51,1.6435 ceilings,ceilings,51,43,49,42,1.00,1.7160,0.51,1.6435 clerical,clerical,50,43,48,41,0.98,1.7076,0.51,1.6435 collide,collide,47,43,45,42,0.92,1.6812,0.51,1.6435 comatose,comatose,50,43,47,41,0.98,1.7076,0.51,1.6435 cometh,cometh,48,43,41,38,0.94,1.6902,0.51,1.6435 commemorate,commemorate,47,43,47,43,0.92,1.6812,0.51,1.6435 communicated,communicated,48,43,48,43,0.94,1.6902,0.51,1.6435 completing,completing,43,43,39,39,0.84,1.6435,0.51,1.6435 compressions,compressions,82,43,82,43,1.61,1.9191,0.51,1.6435 concur,concur,61,43,57,42,1.20,1.7924,0.51,1.6435 contender,contender,49,43,48,42,0.96,1.6990,0.51,1.6435 convicts,convicts,64,43,58,39,1.25,1.8129,0.51,1.6435 cordon,cordon,49,43,33,30,0.96,1.6990,0.51,1.6435 cramping,cramping,45,43,44,42,0.88,1.6628,0.51,1.6435 cretin,cretin,51,43,42,39,1.00,1.7160,0.51,1.6435 Crimson,crimson,67,43,32,27,1.31,1.8325,0.51,1.6435 croak,croak,59,43,51,42,1.16,1.7782,0.51,1.6435 Das,das,76,43,16,14,1.49,1.8865,0.51,1.6435 dazzle,dazzle,51,43,43,40,1.00,1.7160,0.51,1.6435 demeanor,demeanor,54,43,48,42,1.06,1.7404,0.51,1.6435 detergent,detergent,52,43,49,41,1.02,1.7243,0.51,1.6435 devoured,devoured,46,43,44,41,0.90,1.6721,0.51,1.6435 disagreeable,disagreeable,49,43,49,43,0.96,1.6990,0.51,1.6435 dismal,dismal,48,43,43,38,0.94,1.6902,0.51,1.6435 dissatisfied,dissatisfied,48,43,47,43,0.94,1.6902,0.51,1.6435 disturbs,disturbs,46,43,45,42,0.90,1.6721,0.51,1.6435 dizziness,dizziness,47,43,44,40,0.92,1.6812,0.51,1.6435 doable,doable,47,43,46,43,0.92,1.6812,0.51,1.6435 dossier,dossier,56,43,52,41,1.10,1.7559,0.51,1.6435 downed,downed,54,43,46,40,1.06,1.7404,0.51,1.6435 enigma,enigma,47,43,42,38,0.92,1.6812,0.51,1.6435 Erica,erica,273,43,0,0,5.35,2.4378,0.51,1.6435 exaggeration,exaggeration,47,43,44,41,0.92,1.6812,0.51,1.6435 exploits,exploits,48,43,48,43,0.94,1.6902,0.51,1.6435 Federation,federation,197,43,19,7,3.86,2.2967,0.51,1.6435 flex,flex,50,43,41,38,0.98,1.7076,0.51,1.6435 frightfully,frightfully,54,43,48,37,1.06,1.7404,0.51,1.6435 fruitful,fruitful,47,43,47,43,0.92,1.6812,0.51,1.6435 furnish,furnish,48,43,48,43,0.94,1.6902,0.51,1.6435 gallop,gallop,48,43,36,32,0.94,1.6902,0.51,1.6435 gizmo,gizmo,83,43,50,39,1.63,1.9243,0.51,1.6435 gorge,gorge,67,43,45,39,1.31,1.8325,0.51,1.6435 graders,graders,52,43,52,43,1.02,1.7243,0.51,1.6435 groping,groping,45,43,42,40,0.88,1.6628,0.51,1.6435 gutted,gutted,48,43,45,41,0.94,1.6902,0.51,1.6435 hallways,hallways,43,43,43,43,0.84,1.6435,0.51,1.6435 Hawks,hawks,139,43,33,23,2.73,2.1461,0.51,1.6435 haywire,haywire,64,43,42,38,1.25,1.8129,0.51,1.6435 hemorrhoids,hemorrhoids,46,43,42,40,0.90,1.6721,0.51,1.6435 Hilary,hilary,259,43,0,0,5.08,2.4150,0.51,1.6435 homies,homies,60,43,56,42,1.18,1.7853,0.51,1.6435 honeys,honeys,51,43,44,37,1.00,1.7160,0.51,1.6435 hormonal,hormonal,43,43,42,42,0.84,1.6435,0.51,1.6435 Hurrah,hurrah,120,43,42,20,2.35,2.0828,0.51,1.6435 impertinent,impertinent,55,43,50,39,1.08,1.7482,0.51,1.6435 infrastructure,infrastructure,60,43,58,41,1.18,1.7853,0.51,1.6435 ingenuity,ingenuity,47,43,46,42,0.92,1.6812,0.51,1.6435 Initiating,initiating,52,43,21,20,1.02,1.7243,0.51,1.6435 instability,instability,52,43,50,41,1.02,1.7243,0.51,1.6435 insulation,insulation,51,43,48,40,1.00,1.7160,0.51,1.6435 invaders,invaders,74,43,66,39,1.45,1.8751,0.51,1.6435 irritate,irritate,48,43,46,43,0.94,1.6902,0.51,1.6435 jailed,jailed,44,43,42,41,0.86,1.6532,0.51,1.6435 kaput,kaput,51,43,31,27,1.00,1.7160,0.51,1.6435 klutz,klutz,47,43,45,41,0.92,1.6812,0.51,1.6435 larynx,larynx,58,43,57,42,1.14,1.7709,0.51,1.6435 leapt,leapt,45,43,45,43,0.88,1.6628,0.51,1.6435 ledger,ledger,62,43,55,37,1.22,1.7993,0.51,1.6435 licenses,licenses,48,43,47,42,0.94,1.6902,0.51,1.6435 Lilly,lilly,238,43,3,3,4.67,2.3784,0.51,1.6435 Loch,loch,88,43,22,4,1.73,1.9494,0.51,1.6435 loudmouth,loudmouth,53,43,45,39,1.04,1.7324,0.51,1.6435 lumbar,lumbar,52,43,47,40,1.02,1.7243,0.51,1.6435 lunacy,lunacy,51,43,45,42,1.00,1.7160,0.51,1.6435 mahjong,mahjong,89,43,79,38,1.75,1.9542,0.51,1.6435 margins,margins,53,43,50,43,1.04,1.7324,0.51,1.6435 Maya,maya,238,43,0,0,4.67,2.3784,0.51,1.6435 mending,mending,49,43,45,40,0.96,1.6990,0.51,1.6435 menopause,menopause,63,43,55,38,1.24,1.8062,0.51,1.6435 mercenaries,mercenaries,60,43,57,40,1.18,1.7853,0.51,1.6435 miraculously,miraculously,44,43,39,38,0.86,1.6532,0.51,1.6435 Miriam,miriam,341,43,0,0,6.69,2.5340,0.51,1.6435 modify,modify,50,43,45,39,0.98,1.7076,0.51,1.6435 mommies,mommies,47,43,41,39,0.92,1.6812,0.51,1.6435 mousse,mousse,59,43,54,39,1.16,1.7782,0.51,1.6435 movers,movers,58,43,52,42,1.14,1.7709,0.51,1.6435 narc,narc,74,43,67,40,1.45,1.8751,0.51,1.6435 necktie,necktie,61,43,59,41,1.20,1.7924,0.51,1.6435 nephews,nephews,55,43,55,43,1.08,1.7482,0.51,1.6435 newcomer,newcomer,55,43,48,37,1.08,1.7482,0.51,1.6435 newspaperman,newspaperman,73,43,70,40,1.43,1.8692,0.51,1.6435 nutrition,nutrition,48,43,46,41,0.94,1.6902,0.51,1.6435 obstructing,obstructing,46,43,36,33,0.90,1.6721,0.51,1.6435 Omega,omega,76,43,20,13,1.49,1.8865,0.51,1.6435 orbital,orbital,64,43,51,37,1.25,1.8129,0.51,1.6435 ore,ore,84,43,83,42,1.65,1.9294,0.51,1.6435 org,org,50,43,48,41,0.98,1.7076,0.51,1.6435 owls,owls,108,43,65,38,2.12,2.0374,0.51,1.6435 oxide,oxide,61,43,57,41,1.20,1.7924,0.51,1.6435 Parkway,parkway,53,43,13,11,1.04,1.7324,0.51,1.6435 Pedes,pedes,96,43,4,3,1.88,1.9868,0.51,1.6435 peripheral,peripheral,49,43,41,37,0.96,1.6990,0.51,1.6435 Petersburg,petersburg,99,43,0,0,1.94,2.0000,0.51,1.6435 pharmacist,pharmacist,78,43,68,41,1.53,1.8976,0.51,1.6435 planner,planner,83,43,81,43,1.63,1.9243,0.51,1.6435 playwright,playwright,72,43,70,41,1.41,1.8633,0.51,1.6435 pollen,pollen,62,43,53,39,1.22,1.7993,0.51,1.6435 polluted,polluted,50,43,49,42,0.98,1.7076,0.51,1.6435 Portugal,portugal,68,43,3,1,1.33,1.8388,0.51,1.6435 pounded,pounded,44,43,43,42,0.86,1.6532,0.51,1.6435 procession,procession,65,43,53,42,1.27,1.8195,0.51,1.6435 prodigy,prodigy,67,43,55,41,1.31,1.8325,0.51,1.6435 purchasing,purchasing,51,43,41,38,1.00,1.7160,0.51,1.6435 Qu,qu,116,43,57,25,2.27,2.0682,0.51,1.6435 quicksand,quicksand,75,43,70,41,1.47,1.8808,0.51,1.6435 recap,recap,44,43,44,43,0.86,1.6532,0.51,1.6435 regal,regal,58,43,33,29,1.14,1.7709,0.51,1.6435 relied,relied,48,43,47,43,0.94,1.6902,0.51,1.6435 reluctance,reluctance,46,43,45,42,0.90,1.6721,0.51,1.6435 retreated,retreated,51,43,47,41,1.00,1.7160,0.51,1.6435 roped,roped,48,43,46,41,0.94,1.6902,0.51,1.6435 rots,rots,44,43,43,42,0.86,1.6532,0.51,1.6435 safekeeping,safekeeping,46,43,46,43,0.90,1.6721,0.51,1.6435 salaries,salaries,52,43,49,41,1.02,1.7243,0.51,1.6435 Samaritan,samaritan,58,43,1,1,1.14,1.7709,0.51,1.6435 scandalous,scandalous,46,43,40,37,0.90,1.6721,0.51,1.6435 schoolwork,schoolwork,49,43,49,43,0.96,1.6990,0.51,1.6435 scorn,scorn,59,43,56,41,1.16,1.7782,0.51,1.6435 scrounge,scrounge,45,43,44,43,0.88,1.6628,0.51,1.6435 Scuse,scuse,54,43,7,7,1.06,1.7404,0.51,1.6435 settings,settings,49,43,49,43,0.96,1.6990,0.51,1.6435 shellfish,shellfish,50,43,46,39,0.98,1.7076,0.51,1.6435 shocker,shocker,48,43,39,34,0.94,1.6902,0.51,1.6435 simulate,simulate,59,43,47,41,1.16,1.7782,0.51,1.6435 sixes,sixes,62,43,56,38,1.22,1.7993,0.51,1.6435 smudge,smudge,51,43,50,42,1.00,1.7160,0.51,1.6435 smuggler,smuggler,62,43,55,37,1.22,1.7993,0.51,1.6435 smut,smut,70,43,68,42,1.37,1.8513,0.51,1.6435 snails,snails,113,43,79,34,2.22,2.0569,0.51,1.6435 soaps,soaps,52,43,50,42,1.02,1.7243,0.51,1.6435 sophistication,sophistication,49,43,48,43,0.96,1.6990,0.51,1.6435 sorely,sorely,44,43,42,41,0.86,1.6532,0.51,1.6435 Soviets,soviets,90,43,1,1,1.76,1.9590,0.51,1.6435 spacecraft,spacecraft,115,43,109,40,2.25,2.0645,0.51,1.6435 sponges,sponges,58,43,54,41,1.14,1.7709,0.51,1.6435 Springer,springer,91,43,4,4,1.78,1.9638,0.51,1.6435 springing,springing,44,43,40,39,0.86,1.6532,0.51,1.6435 stalls,stalls,49,43,49,43,0.96,1.6990,0.51,1.6435 stationary,stationary,49,43,44,38,0.96,1.6990,0.51,1.6435 stunk,stunk,46,43,46,43,0.90,1.6721,0.51,1.6435 Subtitle,subtitle,52,43,9,7,1.02,1.7243,0.51,1.6435 swirl,swirl,46,43,40,37,0.90,1.6721,0.51,1.6435 talkative,talkative,46,43,44,41,0.90,1.6721,0.51,1.6435 tanked,tanked,48,43,47,42,0.94,1.6902,0.51,1.6435 teased,teased,48,43,46,41,0.94,1.6902,0.51,1.6435 territories,territories,61,43,50,38,1.20,1.7924,0.51,1.6435 thrusters,thrusters,90,43,77,38,1.76,1.9590,0.51,1.6435 toxicology,toxicology,53,43,40,35,1.04,1.7324,0.51,1.6435 trendy,trendy,44,43,40,39,0.86,1.6532,0.51,1.6435 undivided,undivided,47,43,45,41,0.92,1.6812,0.51,1.6435 unforgettable,unforgettable,48,43,41,38,0.94,1.6902,0.51,1.6435 unmistakable,unmistakable,45,43,37,36,0.88,1.6628,0.51,1.6435 unofficial,unofficial,50,43,47,42,0.98,1.7076,0.51,1.6435 unveiling,unveiling,52,43,51,43,1.02,1.7243,0.51,1.6435 uprising,uprising,59,43,51,42,1.16,1.7782,0.51,1.6435 viewer,viewer,78,43,65,41,1.53,1.8976,0.51,1.6435 voicemail,voicemail,52,43,51,42,1.02,1.7243,0.51,1.6435 wanders,wanders,45,43,43,41,0.88,1.6628,0.51,1.6435 warlock,warlock,185,43,177,43,3.63,2.2695,0.51,1.6435 warms,warms,44,43,40,39,0.86,1.6532,0.51,1.6435 wasp,wasp,73,43,41,23,1.43,1.8692,0.51,1.6435 watchdog,watchdog,53,43,44,39,1.04,1.7324,0.51,1.6435 wharf,wharf,65,43,47,29,1.27,1.8195,0.51,1.6435 whup,whup,68,43,65,42,1.33,1.8388,0.51,1.6435 willpower,willpower,54,43,50,40,1.06,1.7404,0.51,1.6435 woodwork,woodwork,43,43,42,42,0.84,1.6435,0.51,1.6435 wop,wop,88,43,78,37,1.73,1.9494,0.51,1.6435 yearly,yearly,45,43,44,42,0.88,1.6628,0.51,1.6435 Zilch,zilch,45,43,22,22,0.88,1.6628,0.51,1.6435 accelerated,accelerated,49,42,43,38,0.96,1.6990,0.50,1.6335 adhesive,adhesive,47,42,42,38,0.92,1.6812,0.50,1.6335 aired,aired,45,42,45,42,0.88,1.6628,0.50,1.6335 Alec,alec,219,42,0,0,4.29,2.3424,0.50,1.6335 alterations,alterations,48,42,43,38,0.94,1.6902,0.50,1.6335 amour,amour,95,42,61,34,1.86,1.9823,0.50,1.6335 anonymity,anonymity,46,42,38,34,0.90,1.6721,0.50,1.6335 anthropologist,anthropologist,53,42,52,42,1.04,1.7324,0.50,1.6335 asparagus,asparagus,50,42,44,36,0.98,1.7076,0.50,1.6335 assorted,assorted,49,42,42,40,0.96,1.6990,0.50,1.6335 avail,avail,43,42,41,40,0.84,1.6435,0.50,1.6335 Baba,baba,120,42,17,14,2.35,2.0828,0.50,1.6335 Babylon,babylon,120,42,1,1,2.35,2.0828,0.50,1.6335 ballgame,ballgame,52,42,47,38,1.02,1.7243,0.50,1.6335 Belgian,belgian,48,42,1,1,0.94,1.6902,0.50,1.6335 Bellevue,bellevue,60,42,1,1,1.18,1.7853,0.50,1.6335 beneficiary,beneficiary,69,42,68,41,1.35,1.8451,0.50,1.6335 blunder,blunder,46,42,40,38,0.90,1.6721,0.50,1.6335 boating,boating,52,42,43,34,1.02,1.7243,0.50,1.6335 Bonsoir,bonsoir,63,42,4,4,1.24,1.8062,0.50,1.6335 bottomless,bottomless,45,42,42,39,0.88,1.6628,0.50,1.6335 bourgeois,bourgeois,60,42,54,38,1.18,1.7853,0.50,1.6335 Brits,brits,72,42,1,1,1.41,1.8633,0.50,1.6335 browsing,browsing,52,42,48,40,1.02,1.7243,0.50,1.6335 Calcutta,calcutta,59,42,0,0,1.16,1.7782,0.50,1.6335 Carmine,carmine,111,42,2,2,2.18,2.0492,0.50,1.6335 casts,casts,50,42,50,42,0.98,1.7076,0.50,1.6335 celestial,celestial,55,42,33,32,1.08,1.7482,0.50,1.6335 champs,champs,56,42,39,29,1.10,1.7559,0.50,1.6335 chartered,chartered,45,42,42,39,0.88,1.6628,0.50,1.6335 cleverly,cleverly,45,42,41,39,0.88,1.6628,0.50,1.6335 Commies,commies,58,42,25,22,1.14,1.7709,0.50,1.6335 commute,commute,45,42,43,40,0.88,1.6628,0.50,1.6335 concealing,concealing,50,42,50,42,0.98,1.7076,0.50,1.6335 conduit,conduit,53,42,47,39,1.04,1.7324,0.50,1.6335 confided,confided,43,42,43,42,0.84,1.6435,0.50,1.6335 contraband,contraband,48,42,46,41,0.94,1.6902,0.50,1.6335 contractors,contractors,56,42,55,41,1.10,1.7559,0.50,1.6335 correspond,correspond,48,42,47,41,0.94,1.6902,0.50,1.6335 creaks,creaks,57,42,50,37,1.12,1.7634,0.50,1.6335 crease,crease,69,42,44,38,1.35,1.8451,0.50,1.6335 crunching,crunching,48,42,41,35,0.94,1.6902,0.50,1.6335 dainty,dainty,61,42,53,39,1.20,1.7924,0.50,1.6335 Danes,danes,83,42,0,0,1.63,1.9243,0.50,1.6335 dashed,dashed,46,42,42,38,0.90,1.6721,0.50,1.6335 daydream,daydream,49,42,45,40,0.96,1.6990,0.50,1.6335 defining,defining,50,42,50,42,0.98,1.7076,0.50,1.6335 degraded,degraded,46,42,44,41,0.90,1.6721,0.50,1.6335 deplorable,deplorable,47,42,41,38,0.92,1.6812,0.50,1.6335 descendant,descendant,55,42,54,42,1.08,1.7482,0.50,1.6335 designers,designers,54,42,50,40,1.06,1.7404,0.50,1.6335 dictated,dictated,45,42,44,41,0.88,1.6628,0.50,1.6335 digestive,digestive,45,42,42,39,0.88,1.6628,0.50,1.6335 diminish,diminish,42,42,41,41,0.82,1.6335,0.50,1.6335 disagreed,disagreed,42,42,42,42,0.82,1.6335,0.50,1.6335 disrupted,disrupted,43,42,43,42,0.84,1.6435,0.50,1.6335 dissect,dissect,50,42,48,41,0.98,1.7076,0.50,1.6335 dives,dives,51,42,49,41,1.00,1.7160,0.50,1.6335 divorcing,divorcing,51,42,51,42,1.00,1.7160,0.50,1.6335 docs,docs,51,42,44,38,1.00,1.7160,0.50,1.6335 dud,dud,64,42,38,31,1.25,1.8129,0.50,1.6335 dysfunction,dysfunction,61,42,58,41,1.20,1.7924,0.50,1.6335 Eiffel,eiffel,95,42,0,0,1.86,1.9823,0.50,1.6335 eulogy,eulogy,84,42,80,42,1.65,1.9294,0.50,1.6335 exiting,exiting,48,42,43,37,0.94,1.6902,0.50,1.6335 fearing,fearing,44,42,28,27,0.86,1.6532,0.50,1.6335 financed,financed,49,42,47,40,0.96,1.6990,0.50,1.6335 fins,fins,60,42,53,39,1.18,1.7853,0.50,1.6335 flavors,flavors,66,42,45,38,1.29,1.8261,0.50,1.6335 flirted,flirted,48,42,46,42,0.94,1.6902,0.50,1.6335 floorboards,floorboards,49,42,49,42,0.96,1.6990,0.50,1.6335 Franz,franz,90,42,1,1,1.76,1.9590,0.50,1.6335 Garfield,garfield,185,42,0,0,3.63,2.2695,0.50,1.6335 glazed,glazed,50,42,46,40,0.98,1.7076,0.50,1.6335 godsend,godsend,45,42,41,38,0.88,1.6628,0.50,1.6335 Gore,gore,55,42,25,20,1.08,1.7482,0.50,1.6335 gout,gout,71,42,69,41,1.39,1.8573,0.50,1.6335 grains,grains,50,42,47,40,0.98,1.7076,0.50,1.6335 grate,grate,52,42,49,41,1.02,1.7243,0.50,1.6335 gravitational,gravitational,57,42,55,41,1.12,1.7634,0.50,1.6335 guitars,guitars,60,42,56,39,1.18,1.7853,0.50,1.6335 hangman,hangman,66,42,58,37,1.29,1.8261,0.50,1.6335 hedges,hedges,71,42,39,34,1.39,1.8573,0.50,1.6335 hijack,hijack,79,42,75,42,1.55,1.9031,0.50,1.6335 hooligans,hooligans,52,42,48,39,1.02,1.7243,0.50,1.6335 housed,housed,42,42,40,40,0.82,1.6335,0.50,1.6335 hypnotic,hypnotic,67,42,55,35,1.31,1.8325,0.50,1.6335 ignores,ignores,45,42,44,41,0.88,1.6628,0.50,1.6335 impersonal,impersonal,44,42,43,41,0.86,1.6532,0.50,1.6335 indicator,indicator,44,42,42,40,0.86,1.6532,0.50,1.6335 indiscretion,indiscretion,53,42,53,42,1.04,1.7324,0.50,1.6335 innovative,innovative,52,42,51,42,1.02,1.7243,0.50,1.6335 insights,insights,52,42,49,40,1.02,1.7243,0.50,1.6335 insistent,insistent,43,42,43,42,0.84,1.6435,0.50,1.6335 insolence,insolence,45,42,41,40,0.88,1.6628,0.50,1.6335 issuing,issuing,46,42,46,42,0.90,1.6721,0.50,1.6335 jailhouse,jailhouse,69,42,57,36,1.35,1.8451,0.50,1.6335 kamikaze,kamikaze,68,42,47,33,1.33,1.8388,0.50,1.6335 Letterman,letterman,64,42,8,8,1.25,1.8129,0.50,1.6335 libido,libido,57,42,57,42,1.12,1.7634,0.50,1.6335 linens,linens,53,42,53,42,1.04,1.7324,0.50,1.6335 locksmith,locksmith,52,42,50,41,1.02,1.7243,0.50,1.6335 lodging,lodging,43,42,41,41,0.84,1.6435,0.50,1.6335 loophole,loophole,52,42,50,42,1.02,1.7243,0.50,1.6335 lucked,lucked,47,42,44,40,0.92,1.6812,0.50,1.6335 magistrate,magistrate,70,42,58,36,1.37,1.8513,0.50,1.6335 Mandarin,mandarin,67,42,12,7,1.31,1.8325,0.50,1.6335 marmalade,marmalade,52,42,40,32,1.02,1.7243,0.50,1.6335 massacred,massacred,49,42,47,40,0.96,1.6990,0.50,1.6335 melons,melons,72,42,67,40,1.41,1.8633,0.50,1.6335 memoirs,memoirs,56,42,49,38,1.10,1.7559,0.50,1.6335 Morrow,morrow,119,42,57,28,2.33,2.0792,0.50,1.6335 Muslims,muslims,90,42,24,4,1.76,1.9590,0.50,1.6335 newsstand,newsstand,53,42,52,42,1.04,1.7324,0.50,1.6335 nines,nines,54,42,49,39,1.06,1.7404,0.50,1.6335 nonexistent,nonexistent,43,42,40,39,0.84,1.6435,0.50,1.6335 nutritious,nutritious,45,42,42,40,0.88,1.6628,0.50,1.6335 oozing,oozing,47,42,37,34,0.92,1.6812,0.50,1.6335 operas,operas,44,42,43,42,0.86,1.6532,0.50,1.6335 orchestrated,orchestrated,45,42,44,41,0.88,1.6628,0.50,1.6335 overpriced,overpriced,43,42,42,41,0.84,1.6435,0.50,1.6335 pamphlet,pamphlet,60,42,59,41,1.18,1.7853,0.50,1.6335 paroled,paroled,47,42,41,38,0.92,1.6812,0.50,1.6335 pearly,pearly,51,42,29,28,1.00,1.7160,0.50,1.6335 Pharaoh,pharaoh,112,42,42,20,2.20,2.0531,0.50,1.6335 pickings,pickings,45,42,42,39,0.88,1.6628,0.50,1.6335 piggyback,piggyback,55,42,43,33,1.08,1.7482,0.50,1.6335 pious,pious,48,42,46,40,0.94,1.6902,0.50,1.6335 playtime,playtime,48,42,29,24,0.94,1.6902,0.50,1.6335 postage,postage,48,42,46,41,0.94,1.6902,0.50,1.6335 poultry,poultry,51,42,46,40,1.00,1.7160,0.50,1.6335 precedes,precedes,44,42,44,42,0.86,1.6532,0.50,1.6335 preschool,preschool,61,42,59,42,1.20,1.7924,0.50,1.6335 pressured,pressured,45,42,44,42,0.88,1.6628,0.50,1.6335 pretense,pretense,44,42,44,42,0.86,1.6532,0.50,1.6335 problematic,problematic,48,42,45,41,0.94,1.6902,0.50,1.6335 proclaim,proclaim,47,42,46,41,0.92,1.6812,0.50,1.6335 provoking,provoking,46,42,45,42,0.90,1.6721,0.50,1.6335 punctured,punctured,46,42,43,40,0.90,1.6721,0.50,1.6335 pus,pus,51,42,47,40,1.00,1.7160,0.50,1.6335 queue,queue,60,42,58,42,1.18,1.7853,0.50,1.6335 Quincy,quincy,203,42,0,0,3.98,2.3096,0.50,1.6335 quirks,quirks,47,42,45,42,0.92,1.6812,0.50,1.6335 rabble,rabble,54,42,51,42,1.06,1.7404,0.50,1.6335 raggedy,raggedy,66,42,51,37,1.29,1.8261,0.50,1.6335 reacts,reacts,45,42,43,40,0.88,1.6628,0.50,1.6335 realist,realist,45,42,45,42,0.88,1.6628,0.50,1.6335 reassure,reassure,45,42,43,41,0.88,1.6628,0.50,1.6335 reek,reek,46,42,44,41,0.90,1.6721,0.50,1.6335 reinforce,reinforce,48,42,40,34,0.94,1.6902,0.50,1.6335 relinquish,relinquish,46,42,40,38,0.90,1.6721,0.50,1.6335 repairing,repairing,42,42,41,41,0.82,1.6335,0.50,1.6335 repairman,repairman,54,42,48,38,1.06,1.7404,0.50,1.6335 rerun,rerun,47,42,31,30,0.92,1.6812,0.50,1.6335 retaliation,retaliation,48,42,42,37,0.94,1.6902,0.50,1.6335 retards,retards,48,42,48,42,0.94,1.6902,0.50,1.6335 retraction,retraction,51,42,50,41,1.00,1.7160,0.50,1.6335 routines,routines,57,42,56,42,1.12,1.7634,0.50,1.6335 sanction,sanction,43,42,40,39,0.84,1.6435,0.50,1.6335 Sandman,sandman,124,42,26,16,2.43,2.0969,0.50,1.6335 scarring,scarring,47,42,44,39,0.92,1.6812,0.50,1.6335 shambles,shambles,47,42,45,41,0.92,1.6812,0.50,1.6335 shank,shank,69,42,53,38,1.35,1.8451,0.50,1.6335 Sicilian,sicilian,80,42,1,1,1.57,1.9085,0.50,1.6335 signaling,signaling,50,42,47,39,0.98,1.7076,0.50,1.6335 skater,skater,97,42,95,40,1.90,1.9912,0.50,1.6335 slacks,slacks,56,42,53,41,1.10,1.7559,0.50,1.6335 slobs,slobs,46,42,41,38,0.90,1.6721,0.50,1.6335 snapshots,snapshots,47,42,45,42,0.92,1.6812,0.50,1.6335 snatching,snatching,46,42,39,36,0.90,1.6721,0.50,1.6335 snores,snores,46,42,40,36,0.90,1.6721,0.50,1.6335 soaring,soaring,53,42,43,37,1.04,1.7324,0.50,1.6335 soggy,soggy,50,42,45,41,0.98,1.7076,0.50,1.6335 spec,spec,44,42,39,37,0.86,1.6532,0.50,1.6335 spineless,spineless,44,42,40,38,0.86,1.6532,0.50,1.6335 stacking,stacking,46,42,41,38,0.90,1.6721,0.50,1.6335 stalks,stalks,55,42,46,39,1.08,1.7482,0.50,1.6335 stethoscope,stethoscope,48,42,44,39,0.94,1.6902,0.50,1.6335 streaming,streaming,48,42,41,38,0.94,1.6902,0.50,1.6335 successes,successes,44,42,44,42,0.86,1.6532,0.50,1.6335 supplement,supplement,58,42,53,39,1.14,1.7709,0.50,1.6335 sweetly,sweetly,52,42,49,39,1.02,1.7243,0.50,1.6335 swig,swig,48,42,45,39,0.94,1.6902,0.50,1.6335 tantrum,tantrum,45,42,45,42,0.88,1.6628,0.50,1.6335 tensions,tensions,45,42,36,33,0.88,1.6628,0.50,1.6335 tentacles,tentacles,56,42,50,40,1.10,1.7559,0.50,1.6335 testy,testy,49,42,46,39,0.96,1.6990,0.50,1.6335 Thats,thats,204,42,76,31,4.00,2.3118,0.50,1.6335 tingle,tingle,56,42,54,41,1.10,1.7559,0.50,1.6335 topics,topics,47,42,46,41,0.92,1.6812,0.50,1.6335 topside,topside,66,42,49,40,1.29,1.8261,0.50,1.6335 tote,tote,55,42,45,36,1.08,1.7482,0.50,1.6335 tourniquet,tourniquet,50,42,49,42,0.98,1.7076,0.50,1.6335 trespasses,trespasses,44,42,44,42,0.86,1.6532,0.50,1.6335 trillion,trillion,52,42,51,41,1.02,1.7243,0.50,1.6335 truckload,truckload,51,42,49,40,1.00,1.7160,0.50,1.6335 tubs,tubs,46,42,42,39,0.90,1.6721,0.50,1.6335 tulips,tulips,58,42,49,40,1.14,1.7709,0.50,1.6335 ulterior,ulterior,46,42,44,42,0.90,1.6721,0.50,1.6335 unconventional,unconventional,44,42,41,39,0.86,1.6532,0.50,1.6335 undying,undying,44,42,39,38,0.86,1.6532,0.50,1.6335 untimely,untimely,44,42,42,41,0.86,1.6532,0.50,1.6335 uphill,uphill,48,42,45,40,0.94,1.6902,0.50,1.6335 Vancouver,vancouver,90,42,1,1,1.76,1.9590,0.50,1.6335 vary,vary,47,42,41,39,0.92,1.6812,0.50,1.6335 Venezuela,venezuela,62,42,0,0,1.22,1.7993,0.50,1.6335 ventilator,ventilator,64,42,57,40,1.25,1.8129,0.50,1.6335 verification,verification,46,42,42,39,0.90,1.6721,0.50,1.6335 Versed,versed,56,42,24,21,1.10,1.7559,0.50,1.6335 waterproof,waterproof,50,42,41,37,0.98,1.7076,0.50,1.6335 Watts,watts,63,42,17,14,1.24,1.8062,0.50,1.6335 weatherman,weatherman,107,42,71,32,2.10,2.0334,0.50,1.6335 Whiplash,whiplash,90,42,37,31,1.76,1.9590,0.50,1.6335 whoosh,whoosh,60,42,40,31,1.18,1.7853,0.50,1.6335 wont,wont,81,42,80,41,1.59,1.9138,0.50,1.6335 workup,workup,49,42,49,42,0.96,1.6990,0.50,1.6335 wreath,wreath,54,42,52,42,1.06,1.7404,0.50,1.6335 wrongly,wrongly,48,42,46,40,0.94,1.6902,0.50,1.6335 yearn,yearn,49,42,49,42,0.96,1.6990,0.50,1.6335 abundance,abundance,45,41,45,41,0.88,1.6628,0.49,1.6232 adamant,adamant,50,41,45,40,0.98,1.7076,0.49,1.6232 admittedly,admittedly,47,41,34,29,0.92,1.6812,0.49,1.6232 adolescence,adolescence,44,41,38,36,0.86,1.6532,0.49,1.6232 aids,aids,54,41,41,34,1.06,1.7404,0.49,1.6232 almond,almond,56,41,35,26,1.10,1.7559,0.49,1.6232 alphabetical,alphabetical,44,41,39,37,0.86,1.6532,0.49,1.6232 amazes,amazes,43,41,42,40,0.84,1.6435,0.49,1.6232 anecdote,anecdote,55,41,55,41,1.08,1.7482,0.49,1.6232 anew,anew,44,41,44,41,0.86,1.6532,0.49,1.6232 anterior,anterior,48,41,42,37,0.94,1.6902,0.49,1.6232 anus,anus,56,41,49,39,1.10,1.7559,0.49,1.6232 appreciative,appreciative,41,41,41,41,0.80,1.6232,0.49,1.6232 aptitude,aptitude,55,41,53,40,1.08,1.7482,0.49,1.6232 aristocrat,aristocrat,69,41,66,41,1.35,1.8451,0.49,1.6232 assaults,assaults,47,41,46,40,0.92,1.6812,0.49,1.6232 assigning,assigning,43,41,40,39,0.84,1.6435,0.49,1.6232 assures,assures,43,41,42,40,0.84,1.6435,0.49,1.6232 astonished,astonished,48,41,47,41,0.94,1.6902,0.49,1.6232 Aurora,aurora,125,41,9,6,2.45,2.1004,0.49,1.6232 Austrian,austrian,65,41,0,0,1.27,1.8195,0.49,1.6232 babble,babble,44,41,43,40,0.86,1.6532,0.49,1.6232 biopsy,biopsy,79,41,73,38,1.55,1.9031,0.49,1.6232 bores,bores,41,41,39,39,0.80,1.6232,0.49,1.6232 boudoir,boudoir,45,41,41,37,0.88,1.6628,0.49,1.6232 bounces,bounces,45,41,40,37,0.88,1.6628,0.49,1.6232 brainless,brainless,45,41,42,38,0.88,1.6628,0.49,1.6232 breezes,breezes,43,41,41,39,0.84,1.6435,0.49,1.6232 bulge,bulge,48,41,35,32,0.94,1.6902,0.49,1.6232 bulldozer,bulldozer,66,41,61,38,1.29,1.8261,0.49,1.6232 Bullock,bullock,326,41,2,2,6.39,2.5145,0.49,1.6232 Burgundy,burgundy,137,41,40,26,2.69,2.1399,0.49,1.6232 busiest,busiest,44,41,44,41,0.86,1.6532,0.49,1.6232 camels,camels,72,41,63,34,1.41,1.8633,0.49,1.6232 Carnegie,carnegie,52,41,0,0,1.02,1.7243,0.49,1.6232 cartel,cartel,65,41,46,35,1.27,1.8195,0.49,1.6232 Cassie,cassie,263,41,0,0,5.16,2.4216,0.49,1.6232 chemotherapy,chemotherapy,59,41,48,37,1.16,1.7782,0.49,1.6232 chummy,chummy,54,41,45,38,1.06,1.7404,0.49,1.6232 circulate,circulate,47,41,41,39,0.92,1.6812,0.49,1.6232 clandestine,clandestine,45,41,44,41,0.88,1.6628,0.49,1.6232 committees,committees,55,41,48,38,1.08,1.7482,0.49,1.6232 configuration,configuration,48,41,46,40,0.94,1.6902,0.49,1.6232 confounded,confounded,54,41,48,37,1.06,1.7404,0.49,1.6232 conserve,conserve,44,41,34,33,0.86,1.6532,0.49,1.6232 constitute,constitute,43,41,43,41,0.84,1.6435,0.49,1.6232 consummate,consummate,50,41,44,38,0.98,1.7076,0.49,1.6232 Corp,corp,66,41,8,5,1.29,1.8261,0.49,1.6232 crabby,crabby,47,41,36,32,0.92,1.6812,0.49,1.6232 crazies,crazies,47,41,46,41,0.92,1.6812,0.49,1.6232 creme,creme,64,41,46,29,1.25,1.8129,0.49,1.6232 cubic,cubic,44,41,44,41,0.86,1.6532,0.49,1.6232 cupcakes,cupcakes,76,41,67,38,1.49,1.8865,0.49,1.6232 Davies,davies,126,41,0,0,2.47,2.1038,0.49,1.6232 Davy,davy,143,41,0,0,2.80,2.1584,0.49,1.6232 decorative,decorative,44,41,37,35,0.86,1.6532,0.49,1.6232 decreased,decreased,45,41,26,23,0.88,1.6628,0.49,1.6232 defies,defies,44,41,43,40,0.86,1.6532,0.49,1.6232 deserting,deserting,41,41,39,39,0.80,1.6232,0.49,1.6232 determines,determines,46,41,45,41,0.90,1.6721,0.49,1.6232 detox,detox,68,41,63,40,1.33,1.8388,0.49,1.6232 dined,dined,45,41,45,41,0.88,1.6628,0.49,1.6232 disarmed,disarmed,47,41,46,40,0.92,1.6812,0.49,1.6232 discrepancy,discrepancy,45,41,45,41,0.88,1.6628,0.49,1.6232 dismantle,dismantle,46,41,42,38,0.90,1.6721,0.49,1.6232 displaced,displaced,46,41,43,39,0.90,1.6721,0.49,1.6232 dwarfs,dwarfs,55,41,35,29,1.08,1.7482,0.49,1.6232 eggplant,eggplant,56,41,46,36,1.10,1.7559,0.49,1.6232 egos,egos,46,41,45,40,0.90,1.6721,0.49,1.6232 endearing,endearing,44,41,44,41,0.86,1.6532,0.49,1.6232 enhanced,enhanced,49,41,46,39,0.96,1.6990,0.49,1.6232 equations,equations,50,41,46,37,0.98,1.7076,0.49,1.6232 exhibited,exhibited,42,41,42,41,0.82,1.6335,0.49,1.6232 exploitation,exploitation,51,41,47,40,1.00,1.7160,0.49,1.6232 expressway,expressway,49,41,33,28,0.96,1.6990,0.49,1.6232 facade,facade,42,41,41,40,0.82,1.6335,0.49,1.6232 fatality,fatality,46,41,39,37,0.90,1.6721,0.49,1.6232 feller,feller,87,41,71,38,1.71,1.9445,0.49,1.6232 felons,felons,64,41,55,40,1.25,1.8129,0.49,1.6232 femoral,femoral,54,41,48,37,1.06,1.7404,0.49,1.6232 Fiji,fiji,75,41,1,1,1.47,1.8808,0.49,1.6232 floppy,floppy,58,41,41,35,1.14,1.7709,0.49,1.6232 forearm,forearm,50,41,47,39,0.98,1.7076,0.49,1.6232 fortnight,fortnight,46,41,46,41,0.90,1.6721,0.49,1.6232 Fresno,fresno,52,41,4,3,1.02,1.7243,0.49,1.6232 Frisco,frisco,70,41,1,1,1.37,1.8513,0.49,1.6232 generating,generating,43,41,38,37,0.84,1.6435,0.49,1.6232 Genesis,genesis,102,41,13,12,2.00,2.0128,0.49,1.6232 getup,getup,43,41,40,39,0.84,1.6435,0.49,1.6232 glaze,glaze,45,41,45,41,0.88,1.6628,0.49,1.6232 gnarly,gnarly,54,41,46,36,1.06,1.7404,0.49,1.6232 gopher,gopher,72,41,53,34,1.41,1.8633,0.49,1.6232 grazed,grazed,46,41,46,41,0.90,1.6721,0.49,1.6232 grisly,grisly,46,41,43,39,0.90,1.6721,0.49,1.6232 guardians,guardians,68,41,49,36,1.33,1.8388,0.49,1.6232 hammock,hammock,71,41,62,39,1.39,1.8573,0.49,1.6232 hatches,hatches,56,41,55,41,1.10,1.7559,0.49,1.6232 Hearst,hearst,342,41,2,1,6.71,2.5353,0.49,1.6232 heifer,heifer,61,41,49,38,1.20,1.7924,0.49,1.6232 hindsight,hindsight,46,41,37,34,0.90,1.6721,0.49,1.6232 horoscope,horoscope,60,41,59,41,1.18,1.7853,0.49,1.6232 hos,hos,74,41,63,32,1.45,1.8751,0.49,1.6232 hoses,hoses,55,41,55,41,1.08,1.7482,0.49,1.6232 Ike,ike,95,41,23,13,1.86,1.9823,0.49,1.6232 illiterate,illiterate,50,41,49,40,0.98,1.7076,0.49,1.6232 imaginations,imaginations,44,41,44,41,0.86,1.6532,0.49,1.6232 imperfect,imperfect,49,41,48,41,0.96,1.6990,0.49,1.6232 impractical,impractical,45,41,44,40,0.88,1.6628,0.49,1.6232 imprint,imprint,64,41,64,41,1.25,1.8129,0.49,1.6232 incapacitated,incapacitated,48,41,45,38,0.94,1.6902,0.49,1.6232 inconceivable,inconceivable,46,41,43,41,0.90,1.6721,0.49,1.6232 inexcusable,inexcusable,43,41,40,39,0.84,1.6435,0.49,1.6232 insidious,insidious,45,41,38,38,0.88,1.6628,0.49,1.6232 insinuating,insinuating,49,41,44,37,0.96,1.6990,0.49,1.6232 integrated,integrated,55,41,55,41,1.08,1.7482,0.49,1.6232 invariably,invariably,44,41,38,36,0.86,1.6532,0.49,1.6232 Irene,irene,161,41,0,0,3.16,2.2095,0.49,1.6232 jerked,jerked,42,41,42,41,0.82,1.6335,0.49,1.6232 justification,justification,47,41,44,40,0.92,1.6812,0.49,1.6232 Kang,kang,352,41,0,0,6.90,2.5478,0.49,1.6232 keyhole,keyhole,53,41,49,38,1.04,1.7324,0.49,1.6232 kickoff,kickoff,53,41,40,35,1.04,1.7324,0.49,1.6232 knobs,knobs,53,41,53,41,1.04,1.7324,0.49,1.6232 landscaping,landscaping,64,41,58,38,1.25,1.8129,0.49,1.6232 liquids,liquids,45,41,42,38,0.88,1.6628,0.49,1.6232 lowers,lowers,49,41,43,36,0.96,1.6990,0.49,1.6232 madder,madder,44,41,43,40,0.86,1.6532,0.49,1.6232 Mal,mal,139,41,21,19,2.73,2.1461,0.49,1.6232 manned,manned,66,41,58,38,1.29,1.8261,0.49,1.6232 Martian,martian,88,41,3,3,1.73,1.9494,0.49,1.6232 mattresses,mattresses,55,41,54,41,1.08,1.7482,0.49,1.6232 minefield,minefield,52,41,46,39,1.02,1.7243,0.49,1.6232 misread,misread,44,41,42,40,0.86,1.6532,0.49,1.6232 molten,molten,59,41,54,39,1.16,1.7782,0.49,1.6232 Mondays,mondays,53,41,3,2,1.04,1.7324,0.49,1.6232 mouthpiece,mouthpiece,47,41,44,39,0.92,1.6812,0.49,1.6232 mowing,mowing,48,41,44,39,0.94,1.6902,0.49,1.6232 mugging,mugging,57,41,54,40,1.12,1.7634,0.49,1.6232 navel,navel,63,41,52,36,1.24,1.8062,0.49,1.6232 negotiable,negotiable,46,41,45,40,0.90,1.6721,0.49,1.6232 neurologist,neurologist,51,41,50,40,1.00,1.7160,0.49,1.6232 ni,ni,72,41,43,22,1.41,1.8633,0.49,1.6232 nitro,nitro,87,41,53,33,1.71,1.9445,0.49,1.6232 Nix,nix,83,41,21,18,1.63,1.9243,0.49,1.6232 Normandy,normandy,90,41,0,0,1.76,1.9590,0.49,1.6232 nuthouse,nuthouse,46,41,45,40,0.90,1.6721,0.49,1.6232 oaf,oaf,50,41,50,41,0.98,1.7076,0.49,1.6232 obituaries,obituaries,53,41,48,39,1.04,1.7324,0.49,1.6232 observers,observers,55,41,52,40,1.08,1.7482,0.49,1.6232 offhand,offhand,46,41,38,34,0.90,1.6721,0.49,1.6232 Olympus,olympus,91,41,0,0,1.78,1.9638,0.49,1.6232 overflowing,overflowing,41,41,40,40,0.80,1.6232,0.49,1.6232 Pandora,pandora,43,41,0,0,0.84,1.6435,0.49,1.6232 partake,partake,49,41,49,41,0.96,1.6990,0.49,1.6232 patented,patented,41,41,41,41,0.80,1.6232,0.49,1.6232 pedicure,pedicure,44,41,42,39,0.86,1.6532,0.49,1.6232 perished,perished,51,41,50,41,1.00,1.7160,0.49,1.6232 pestering,pestering,43,41,41,40,0.84,1.6435,0.49,1.6232 Phooey,phooey,59,41,25,18,1.16,1.7782,0.49,1.6232 physiology,physiology,49,41,44,37,0.96,1.6990,0.49,1.6232 pinkie,pinkie,85,41,55,35,1.67,1.9345,0.49,1.6232 plunder,plunder,43,41,40,39,0.84,1.6435,0.49,1.6232 plural,plural,49,41,37,32,0.96,1.6990,0.49,1.6232 prancing,prancing,46,41,41,36,0.90,1.6721,0.49,1.6232 pranks,pranks,53,41,49,39,1.04,1.7324,0.49,1.6232 prays,prays,51,41,47,37,1.00,1.7160,0.49,1.6232 predecessor,predecessor,47,41,45,41,0.92,1.6812,0.49,1.6232 preserving,preserving,46,41,41,40,0.90,1.6721,0.49,1.6232 progressed,progressed,43,41,43,41,0.84,1.6435,0.49,1.6232 promoter,promoter,51,41,51,41,1.00,1.7160,0.49,1.6232 promotions,promotions,56,41,44,33,1.10,1.7559,0.49,1.6232 python,python,79,41,52,22,1.55,1.9031,0.49,1.6232 quantities,quantities,46,41,46,41,0.90,1.6721,0.49,1.6232 quarts,quarts,54,41,54,41,1.06,1.7404,0.49,1.6232 ramifications,ramifications,44,41,43,40,0.86,1.6532,0.49,1.6232 rapists,rapists,49,41,46,39,0.96,1.6990,0.49,1.6232 ravine,ravine,94,41,61,38,1.84,1.9777,0.49,1.6232 recognizing,recognizing,41,41,39,39,0.80,1.6232,0.49,1.6232 reconciliation,reconciliation,52,41,47,39,1.02,1.7243,0.49,1.6232 Reg,reg,198,41,5,5,3.88,2.2989,0.49,1.6232 regrettable,regrettable,47,41,41,38,0.92,1.6812,0.49,1.6232 reprieve,reprieve,51,41,50,40,1.00,1.7160,0.49,1.6232 reputable,reputable,43,41,41,39,0.84,1.6435,0.49,1.6232 requisition,requisition,57,41,52,39,1.12,1.7634,0.49,1.6232 respective,respective,41,41,41,41,0.80,1.6232,0.49,1.6232 resurrected,resurrected,50,41,44,37,0.98,1.7076,0.49,1.6232 Revere,revere,57,41,17,15,1.12,1.7634,0.49,1.6232 ridiculously,ridiculously,46,41,39,35,0.90,1.6721,0.49,1.6232 robs,robs,46,41,40,38,0.90,1.6721,0.49,1.6232 rooftops,rooftops,45,41,44,41,0.88,1.6628,0.49,1.6232 rookies,rookies,60,41,48,32,1.18,1.7853,0.49,1.6232 rudeness,rudeness,43,41,39,38,0.84,1.6435,0.49,1.6232 rupture,rupture,66,41,66,41,1.29,1.8261,0.49,1.6232 Sahara,sahara,72,41,0,0,1.41,1.8633,0.49,1.6232 savin,savin,41,41,37,37,0.80,1.6232,0.49,1.6232 scarecrow,scarecrow,89,41,53,32,1.75,1.9542,0.49,1.6232 scholars,scholars,47,41,42,37,0.92,1.6812,0.49,1.6232 schoolyard,schoolyard,44,41,44,41,0.86,1.6532,0.49,1.6232 scratchy,scratchy,49,41,37,35,0.96,1.6990,0.49,1.6232 screwball,screwball,57,41,42,36,1.12,1.7634,0.49,1.6232 seaboard,seaboard,61,41,33,26,1.20,1.7924,0.49,1.6232 shackles,shackles,47,41,47,41,0.92,1.6812,0.49,1.6232 shakedown,shakedown,46,41,38,36,0.90,1.6721,0.49,1.6232 shoelaces,shoelaces,54,41,50,39,1.06,1.7404,0.49,1.6232 shotguns,shotguns,50,41,48,39,0.98,1.7076,0.49,1.6232 sickening,sickening,46,41,40,35,0.90,1.6721,0.49,1.6232 skim,skim,43,41,38,36,0.84,1.6435,0.49,1.6232 Slater,slater,222,41,0,0,4.35,2.3483,0.49,1.6232 slaying,slaying,47,41,44,38,0.92,1.6812,0.49,1.6232 slugged,slugged,60,41,60,41,1.18,1.7853,0.49,1.6232 slump,slump,61,41,55,39,1.20,1.7924,0.49,1.6232 slums,slums,50,41,48,40,0.98,1.7076,0.49,1.6232 snooze,snooze,46,41,45,40,0.90,1.6721,0.49,1.6232 sores,sores,60,41,40,39,1.18,1.7853,0.49,1.6232 Spam,spam,59,41,16,7,1.16,1.7782,0.49,1.6232 splatter,splatter,44,41,43,41,0.86,1.6532,0.49,1.6232 splattered,splattered,49,41,46,38,0.96,1.6990,0.49,1.6232 splinters,splinters,45,41,39,35,0.88,1.6628,0.49,1.6232 spontaneously,spontaneously,41,41,41,41,0.80,1.6232,0.49,1.6232 sprinklers,sprinklers,48,41,46,39,0.94,1.6902,0.49,1.6232 squirm,squirm,42,41,42,41,0.82,1.6335,0.49,1.6232 stellar,stellar,41,41,36,36,0.80,1.6232,0.49,1.6232 stiffed,stiffed,47,41,46,40,0.92,1.6812,0.49,1.6232 stockbroker,stockbroker,54,41,49,41,1.06,1.7404,0.49,1.6232 strangulation,strangulation,49,41,42,37,0.96,1.6990,0.49,1.6232 sugars,sugars,48,41,46,39,0.94,1.6902,0.49,1.6232 supervising,supervising,44,41,36,36,0.86,1.6532,0.49,1.6232 supplying,supplying,42,41,41,40,0.82,1.6335,0.49,1.6232 tasteless,tasteless,45,41,43,39,0.88,1.6628,0.49,1.6232 Tnt,tnt,58,41,7,3,1.14,1.7709,0.49,1.6232 tranquilizers,tranquilizers,45,41,39,37,0.88,1.6628,0.49,1.6232 transient,transient,52,41,48,39,1.02,1.7243,0.49,1.6232 travesty,travesty,46,41,45,40,0.90,1.6721,0.49,1.6232 triplets,triplets,61,41,55,38,1.20,1.7924,0.49,1.6232 undies,undies,48,41,46,39,0.94,1.6902,0.49,1.6232 unified,unified,59,41,53,37,1.16,1.7782,0.49,1.6232 unimaginable,unimaginable,47,41,45,39,0.92,1.6812,0.49,1.6232 unplug,unplug,44,41,34,33,0.86,1.6532,0.49,1.6232 viruses,viruses,59,41,58,41,1.16,1.7782,0.49,1.6232 vomited,vomited,50,41,47,39,0.98,1.7076,0.49,1.6232 wanton,wanton,42,41,39,38,0.82,1.6335,0.49,1.6232 wards,wards,52,41,50,40,1.02,1.7243,0.49,1.6232 Wiedersehen,wiedersehen,64,41,18,12,1.25,1.8129,0.49,1.6232 wildcat,wildcat,71,41,49,32,1.39,1.8573,0.49,1.6232 willies,willies,45,41,41,38,0.88,1.6628,0.49,1.6232 woozy,woozy,43,41,42,41,0.84,1.6435,0.49,1.6232 workings,workings,42,41,42,41,0.82,1.6335,0.49,1.6232 wristwatch,wristwatch,59,41,56,39,1.16,1.7782,0.49,1.6232 writings,writings,54,41,50,38,1.06,1.7404,0.49,1.6232 yak,yak,71,41,59,39,1.39,1.8573,0.49,1.6232 Zeppelin,zeppelin,60,41,12,9,1.18,1.7853,0.49,1.6232 Achilles,achilles,115,40,1,1,2.25,2.0645,0.48,1.6128 activist,activist,50,40,47,37,0.98,1.7076,0.48,1.6128 Agriculture,agriculture,56,40,26,19,1.10,1.7559,0.48,1.6128 airstrip,airstrip,57,40,55,38,1.12,1.7634,0.48,1.6128 albino,albino,59,40,51,35,1.16,1.7782,0.48,1.6128 alienated,alienated,41,40,39,39,0.80,1.6232,0.48,1.6128 alligators,alligators,65,40,58,38,1.27,1.8195,0.48,1.6128 amid,amid,45,40,34,31,0.88,1.6628,0.48,1.6128 amputate,amputate,44,40,41,38,0.86,1.6532,0.48,1.6128 anchovies,anchovies,50,40,44,36,0.98,1.7076,0.48,1.6128 Aristotle,aristotle,61,40,0,0,1.20,1.7924,0.48,1.6128 atmospheric,atmospheric,47,40,40,37,0.92,1.6812,0.48,1.6128 authorised,authorised,46,40,45,39,0.90,1.6721,0.48,1.6128 Balboa,balboa,228,40,3,3,4.47,2.3598,0.48,1.6128 Barton,barton,228,40,0,0,4.47,2.3598,0.48,1.6128 bawling,bawling,43,40,39,36,0.84,1.6435,0.48,1.6128 beamed,beamed,48,40,46,38,0.94,1.6902,0.48,1.6128 believers,believers,44,40,43,40,0.86,1.6532,0.48,1.6128 beret,beret,48,40,27,23,0.94,1.6902,0.48,1.6128 Bewitched,bewitched,75,40,36,28,1.47,1.8808,0.48,1.6128 birthplace,birthplace,41,40,39,38,0.80,1.6232,0.48,1.6128 blimp,blimp,53,40,44,36,1.04,1.7324,0.48,1.6128 Bloc,bloc,48,40,9,9,0.94,1.6902,0.48,1.6128 bloods,bloods,44,40,27,24,0.86,1.6532,0.48,1.6128 Bogart,bogart,64,40,8,8,1.25,1.8129,0.48,1.6128 Bohemian,bohemian,48,40,23,23,0.94,1.6902,0.48,1.6128 bookkeeper,bookkeeper,65,40,58,38,1.27,1.8195,0.48,1.6128 bozos,bozos,50,40,49,40,0.98,1.7076,0.48,1.6128 braid,braid,48,40,40,34,0.94,1.6902,0.48,1.6128 brides,brides,47,40,39,32,0.92,1.6812,0.48,1.6128 brim,brim,45,40,37,36,0.88,1.6628,0.48,1.6128 brokers,brokers,56,40,44,34,1.10,1.7559,0.48,1.6128 Bronco,bronco,72,40,23,19,1.41,1.8633,0.48,1.6128 buggers,buggers,42,40,40,39,0.82,1.6335,0.48,1.6128 Burrows,burrows,125,40,8,7,2.45,2.1004,0.48,1.6128 buttered,buttered,42,40,37,35,0.82,1.6335,0.48,1.6128 buzzes,buzzes,62,40,53,35,1.22,1.7993,0.48,1.6128 campaigns,campaigns,46,40,46,40,0.90,1.6721,0.48,1.6128 cannibals,cannibals,49,40,43,36,0.96,1.6990,0.48,1.6128 cartridge,cartridge,49,40,46,38,0.96,1.6990,0.48,1.6128 cartridges,cartridges,51,40,45,36,1.00,1.7160,0.48,1.6128 cello,cello,95,40,90,37,1.86,1.9823,0.48,1.6128 census,census,70,40,49,35,1.37,1.8513,0.48,1.6128 Cheddar,cheddar,91,40,43,33,1.78,1.9638,0.48,1.6128 chefs,chefs,52,40,48,39,1.02,1.7243,0.48,1.6128 chirping,chirping,50,40,42,33,0.98,1.7076,0.48,1.6128 circuitry,circuitry,44,40,42,38,0.86,1.6532,0.48,1.6128 clipper,clipper,59,40,41,30,1.16,1.7782,0.48,1.6128 clout,clout,48,40,48,40,0.94,1.6902,0.48,1.6128 clutches,clutches,43,40,43,40,0.84,1.6435,0.48,1.6128 coincide,coincide,40,40,40,40,0.78,1.6128,0.48,1.6128 coincidental,coincidental,42,40,39,37,0.82,1.6335,0.48,1.6128 commendable,commendable,44,40,37,33,0.86,1.6532,0.48,1.6128 conflicted,conflicted,47,40,45,40,0.92,1.6812,0.48,1.6128 conjecture,conjecture,42,40,40,39,0.82,1.6335,0.48,1.6128 conqueror,conqueror,57,40,40,28,1.12,1.7634,0.48,1.6128 consistently,consistently,44,40,43,39,0.86,1.6532,0.48,1.6128 cordial,cordial,62,40,54,36,1.22,1.7993,0.48,1.6128 correcting,correcting,41,40,39,38,0.80,1.6232,0.48,1.6128 craftsman,craftsman,47,40,37,32,0.92,1.6812,0.48,1.6128 crossfire,crossfire,46,40,41,37,0.90,1.6721,0.48,1.6128 custard,custard,64,40,51,36,1.25,1.8129,0.48,1.6128 cylinders,cylinders,54,40,54,40,1.06,1.7404,0.48,1.6128 decode,decode,55,40,52,37,1.08,1.7482,0.48,1.6128 Dell,dell,124,40,35,13,2.43,2.0969,0.48,1.6128 departmental,departmental,42,40,41,39,0.82,1.6335,0.48,1.6128 dictates,dictates,42,40,42,40,0.82,1.6335,0.48,1.6128 diffuse,diffuse,50,40,43,35,0.98,1.7076,0.48,1.6128 discard,discard,55,40,48,35,1.08,1.7482,0.48,1.6128 disclosure,disclosure,51,40,47,39,1.00,1.7160,0.48,1.6128 discredit,discredit,46,40,45,39,0.90,1.6721,0.48,1.6128 disengage,disengage,54,40,30,28,1.06,1.7404,0.48,1.6128 diversity,diversity,56,40,52,38,1.10,1.7559,0.48,1.6128 dozed,dozed,41,40,38,37,0.80,1.6232,0.48,1.6128 drape,drape,53,40,38,33,1.04,1.7324,0.48,1.6128 earplugs,earplugs,43,40,41,39,0.84,1.6435,0.48,1.6128 elevate,elevate,43,40,33,32,0.84,1.6435,0.48,1.6128 Elle,elle,165,40,5,3,3.24,2.2201,0.48,1.6128 embezzlement,embezzlement,48,40,39,34,0.94,1.6902,0.48,1.6128 Ergo,ergo,43,40,10,10,0.84,1.6435,0.48,1.6128 euphemism,euphemism,46,40,46,40,0.90,1.6721,0.48,1.6128 exemplary,exemplary,44,40,39,36,0.86,1.6532,0.48,1.6128 explorers,explorers,59,40,51,35,1.16,1.7782,0.48,1.6128 extinguish,extinguish,43,40,39,37,0.84,1.6435,0.48,1.6128 fetus,fetus,82,40,76,39,1.61,1.9191,0.48,1.6128 fireball,fireball,76,40,63,34,1.49,1.8865,0.48,1.6128 flagged,flagged,46,40,46,40,0.90,1.6721,0.48,1.6128 flask,flask,57,40,57,40,1.12,1.7634,0.48,1.6128 flinch,flinch,58,40,55,37,1.14,1.7709,0.48,1.6128 flourish,flourish,41,40,39,38,0.80,1.6232,0.48,1.6128 freebie,freebie,41,40,40,39,0.80,1.6232,0.48,1.6128 gangrene,gangrene,46,40,39,34,0.90,1.6721,0.48,1.6128 genre,genre,54,40,52,39,1.06,1.7404,0.48,1.6128 Gettysburg,gettysburg,58,40,0,0,1.14,1.7709,0.48,1.6128 giveaway,giveaway,40,40,40,40,0.78,1.6128,0.48,1.6128 Greased,greased,68,40,33,31,1.33,1.8388,0.48,1.6128 groan,groan,47,40,46,39,0.92,1.6812,0.48,1.6128 gutters,gutters,60,40,59,39,1.18,1.7853,0.48,1.6128 handmade,handmade,46,40,34,32,0.90,1.6721,0.48,1.6128 heathens,heathens,53,40,44,37,1.04,1.7324,0.48,1.6128 heightened,heightened,43,40,40,37,0.84,1.6435,0.48,1.6128 heiress,heiress,58,40,55,37,1.14,1.7709,0.48,1.6128 Hispanic,hispanic,64,40,16,8,1.25,1.8129,0.48,1.6128 hitchhike,hitchhike,48,40,47,39,0.94,1.6902,0.48,1.6128 homely,homely,47,40,44,39,0.92,1.6812,0.48,1.6128 horseshoe,horseshoe,52,40,40,33,1.02,1.7243,0.48,1.6128 hounding,hounding,43,40,40,38,0.84,1.6435,0.48,1.6128 Hummer,hummer,70,40,11,11,1.37,1.8513,0.48,1.6128 hunches,hunches,48,40,47,39,0.94,1.6902,0.48,1.6128 hysterically,hysterically,51,40,50,39,1.00,1.7160,0.48,1.6128 imitates,imitates,48,40,42,34,0.94,1.6902,0.48,1.6128 impaired,impaired,43,40,43,40,0.84,1.6435,0.48,1.6128 infections,infections,47,40,47,40,0.92,1.6812,0.48,1.6128 informs,informs,43,40,43,40,0.84,1.6435,0.48,1.6128 injunction,injunction,66,40,66,40,1.29,1.8261,0.48,1.6128 innuendo,innuendo,46,40,42,37,0.90,1.6721,0.48,1.6128 instinctively,instinctively,43,40,39,36,0.84,1.6435,0.48,1.6128 instituted,instituted,41,40,41,40,0.80,1.6232,0.48,1.6128 intervened,intervened,41,40,41,40,0.80,1.6232,0.48,1.6128 intolerant,intolerant,44,40,44,40,0.86,1.6532,0.48,1.6128 invoice,invoice,53,40,49,38,1.04,1.7324,0.48,1.6128 irreplaceable,irreplaceable,43,40,40,37,0.84,1.6435,0.48,1.6128 irrigation,irrigation,43,40,40,37,0.84,1.6435,0.48,1.6128 jellyfish,jellyfish,74,40,67,38,1.45,1.8751,0.48,1.6128 jeweler,jeweler,53,40,50,39,1.04,1.7324,0.48,1.6128 Jigsaw,jigsaw,95,40,43,36,1.86,1.9823,0.48,1.6128 joyride,joyride,45,40,43,39,0.88,1.6628,0.48,1.6128 juncture,juncture,40,40,39,39,0.78,1.6128,0.48,1.6128 Kudos,kudos,44,40,18,17,0.86,1.6532,0.48,1.6128 layman,layman,48,40,39,36,0.94,1.6902,0.48,1.6128 lingering,lingering,45,40,37,36,0.88,1.6628,0.48,1.6128 lm,lm,73,40,37,17,1.43,1.8692,0.48,1.6128 lobsters,lobsters,109,40,102,39,2.14,2.0414,0.48,1.6128 lookee,lookee,46,40,25,22,0.90,1.6721,0.48,1.6128 lovelier,lovelier,42,40,37,37,0.82,1.6335,0.48,1.6128 mannequin,mannequin,62,40,59,38,1.22,1.7993,0.48,1.6128 martyrs,martyrs,48,40,41,37,0.94,1.6902,0.48,1.6128 Maxim,maxim,65,40,10,10,1.27,1.8195,0.48,1.6128 microphones,microphones,50,40,45,38,0.98,1.7076,0.48,1.6128 militant,militant,45,40,38,34,0.88,1.6628,0.48,1.6128 misleading,misleading,43,40,40,40,0.84,1.6435,0.48,1.6128 moat,moat,60,40,60,40,1.18,1.7853,0.48,1.6128 modem,modem,55,40,50,39,1.08,1.7482,0.48,1.6128 monoxide,monoxide,58,40,57,39,1.14,1.7709,0.48,1.6128 monuments,monuments,46,40,42,36,0.90,1.6721,0.48,1.6128 Mort,mort,128,40,7,7,2.51,2.1106,0.48,1.6128 mouthwash,mouthwash,49,40,44,37,0.96,1.6990,0.48,1.6128 Namely,namely,53,40,26,21,1.04,1.7324,0.48,1.6128 Newsweek,newsweek,50,40,0,0,0.98,1.7076,0.48,1.6128 nook,nook,54,40,51,38,1.06,1.7404,0.48,1.6128 Northwestern,northwestern,82,40,4,4,1.61,1.9191,0.48,1.6128 noticeable,noticeable,45,40,45,40,0.88,1.6628,0.48,1.6128 nylons,nylons,64,40,60,38,1.25,1.8129,0.48,1.6128 objectively,objectively,51,40,40,37,1.00,1.7160,0.48,1.6128 onset,onset,43,40,41,38,0.84,1.6435,0.48,1.6128 originals,originals,58,40,50,36,1.14,1.7709,0.48,1.6128 outlawed,outlawed,45,40,43,38,0.88,1.6628,0.48,1.6128 pail,pail,48,40,48,40,0.94,1.6902,0.48,1.6128 parades,parades,43,40,42,39,0.84,1.6435,0.48,1.6128 paved,paved,45,40,43,39,0.88,1.6628,0.48,1.6128 peroxide,peroxide,55,40,51,38,1.08,1.7482,0.48,1.6128 pesos,pesos,95,40,94,39,1.86,1.9823,0.48,1.6128 philanthropist,philanthropist,45,40,42,39,0.88,1.6628,0.48,1.6128 phobia,phobia,52,40,52,40,1.02,1.7243,0.48,1.6128 pigsty,pigsty,43,40,42,40,0.84,1.6435,0.48,1.6128 pimping,pimping,55,40,47,33,1.08,1.7482,0.48,1.6128 pining,pining,44,40,42,39,0.86,1.6532,0.48,1.6128 pinning,pinning,43,40,37,36,0.84,1.6435,0.48,1.6128 planetary,planetary,55,40,50,36,1.08,1.7482,0.48,1.6128 plunger,plunger,48,40,43,38,0.94,1.6902,0.48,1.6128 polygraph,polygraph,81,40,72,37,1.59,1.9138,0.48,1.6128 positioning,positioning,43,40,38,35,0.84,1.6435,0.48,1.6128 pouting,pouting,47,40,45,38,0.92,1.6812,0.48,1.6128 prepares,prepares,45,40,44,39,0.88,1.6628,0.48,1.6128 promiscuous,promiscuous,52,40,49,38,1.02,1.7243,0.48,1.6128 propulsion,propulsion,59,40,45,33,1.16,1.7782,0.48,1.6128 punishable,punishable,42,40,38,36,0.82,1.6335,0.48,1.6128 quail,quail,68,40,54,31,1.33,1.8388,0.48,1.6128 quarterly,quarterly,45,40,34,31,0.88,1.6628,0.48,1.6128 ravaged,ravaged,44,40,40,36,0.86,1.6532,0.48,1.6128 redirect,redirect,48,40,37,33,0.94,1.6902,0.48,1.6128 relics,relics,49,40,48,39,0.96,1.6990,0.48,1.6128 religions,religions,47,40,46,39,0.92,1.6812,0.48,1.6128 researchers,researchers,57,40,50,37,1.12,1.7634,0.48,1.6128 retrieved,retrieved,42,40,42,40,0.82,1.6335,0.48,1.6128 Revelations,revelations,53,40,26,22,1.04,1.7324,0.48,1.6128 revered,revered,41,40,37,36,0.80,1.6232,0.48,1.6128 rhino,rhino,106,40,87,31,2.08,2.0294,0.48,1.6128 rift,rift,55,40,50,38,1.08,1.7482,0.48,1.6128 ringside,ringside,47,40,41,35,0.92,1.6812,0.48,1.6128 Roscoe,roscoe,94,40,10,5,1.84,1.9777,0.48,1.6128 rouse,rouse,47,40,38,33,0.92,1.6812,0.48,1.6128 rumba,rumba,61,40,51,35,1.20,1.7924,0.48,1.6128 Santiago,santiago,166,40,0,0,3.25,2.2227,0.48,1.6128 scariest,scariest,42,40,40,38,0.82,1.6335,0.48,1.6128 scooped,scooped,45,40,41,36,0.88,1.6628,0.48,1.6128 settlers,settlers,58,40,57,39,1.14,1.7709,0.48,1.6128 sevens,sevens,53,40,51,38,1.04,1.7324,0.48,1.6128 shamed,shamed,44,40,42,38,0.86,1.6532,0.48,1.6128 shorthand,shorthand,51,40,48,39,1.00,1.7160,0.48,1.6128 shrieks,shrieks,55,40,42,32,1.08,1.7482,0.48,1.6128 sibling,sibling,49,40,46,37,0.96,1.6990,0.48,1.6128 simulated,simulated,48,40,39,34,0.94,1.6902,0.48,1.6128 sleek,sleek,43,40,35,32,0.84,1.6435,0.48,1.6128 smacks,smacks,42,40,37,35,0.82,1.6335,0.48,1.6128 smashes,smashes,42,40,40,38,0.82,1.6335,0.48,1.6128 soles,soles,47,40,46,39,0.92,1.6812,0.48,1.6128 spender,spender,68,40,37,36,1.33,1.8388,0.48,1.6128 sprain,sprain,43,40,38,37,0.84,1.6435,0.48,1.6128 sprinkles,sprinkles,48,40,39,34,0.94,1.6902,0.48,1.6128 squeamish,squeamish,45,40,44,40,0.88,1.6628,0.48,1.6128 stickup,stickup,61,40,57,38,1.20,1.7924,0.48,1.6128 subscribe,subscribe,44,40,44,40,0.86,1.6532,0.48,1.6128 surfaced,surfaced,43,40,42,39,0.84,1.6435,0.48,1.6128 swirling,swirling,46,40,41,37,0.90,1.6721,0.48,1.6128 tablecloth,tablecloth,48,40,47,39,0.94,1.6902,0.48,1.6128 tablet,tablet,76,40,72,40,1.49,1.8865,0.48,1.6128 tagging,tagging,46,40,45,39,0.90,1.6721,0.48,1.6128 Tate,tate,130,40,4,4,2.55,2.1173,0.48,1.6128 textbooks,textbooks,44,40,42,39,0.86,1.6532,0.48,1.6128 thermostat,thermostat,58,40,56,38,1.14,1.7709,0.48,1.6128 timeless,timeless,44,40,43,39,0.86,1.6532,0.48,1.6128 toured,toured,46,40,45,40,0.90,1.6721,0.48,1.6128 tracer,tracer,86,40,64,35,1.69,1.9395,0.48,1.6128 tram,tram,70,40,63,33,1.37,1.8513,0.48,1.6128 transplants,transplants,46,40,44,38,0.90,1.6721,0.48,1.6128 trucker,trucker,61,40,49,34,1.20,1.7924,0.48,1.6128 tryouts,tryouts,65,40,62,39,1.27,1.8195,0.48,1.6128 turnpike,turnpike,47,40,28,23,0.92,1.6812,0.48,1.6128 umbrellas,umbrellas,51,40,47,38,1.00,1.7160,0.48,1.6128 undergo,undergo,42,40,42,40,0.82,1.6335,0.48,1.6128 unlisted,unlisted,49,40,45,38,0.96,1.6990,0.48,1.6128 unsettling,unsettling,41,40,41,40,0.80,1.6232,0.48,1.6128 unsuccessful,unsuccessful,44,40,44,40,0.86,1.6532,0.48,1.6128 untouchable,untouchable,44,40,38,34,0.86,1.6532,0.48,1.6128 upped,upped,44,40,44,40,0.86,1.6532,0.48,1.6128 upstream,upstream,51,40,47,37,1.00,1.7160,0.48,1.6128 uttered,uttered,41,40,40,39,0.80,1.6232,0.48,1.6128 vacancy,vacancy,45,40,42,39,0.88,1.6628,0.48,1.6128 valedictorian,valedictorian,63,40,55,35,1.24,1.8062,0.48,1.6128 vanquishing,vanquishing,68,40,62,38,1.33,1.8388,0.48,1.6128 varied,varied,41,40,41,40,0.80,1.6232,0.48,1.6128 vaudeville,vaudeville,58,40,46,36,1.14,1.7709,0.48,1.6128 vests,vests,56,40,53,38,1.10,1.7559,0.48,1.6128 vixen,vixen,49,40,37,30,0.96,1.6990,0.48,1.6128 volcanic,volcanic,57,40,49,35,1.12,1.7634,0.48,1.6128 Vp,vp,65,40,0,0,1.27,1.8195,0.48,1.6128 waiver,waiver,49,40,49,40,0.96,1.6990,0.48,1.6128 walrus,walrus,57,40,38,31,1.12,1.7634,0.48,1.6128 whopper,whopper,43,40,33,30,0.84,1.6435,0.48,1.6128 widen,widen,42,40,35,34,0.82,1.6335,0.48,1.6128 yawn,yawn,51,40,41,32,1.00,1.7160,0.48,1.6128 zit,zit,52,40,47,38,1.02,1.7243,0.48,1.6128 actively,actively,42,39,40,38,0.82,1.6335,0.46,1.6021 Airways,airways,45,39,13,12,0.88,1.6628,0.46,1.6021 Alamo,alamo,73,39,0,0,1.43,1.8692,0.46,1.6021 alcoholics,alcoholics,54,39,42,33,1.06,1.7404,0.46,1.6021 alcoholism,alcoholism,43,39,38,35,0.84,1.6435,0.46,1.6021 amorous,amorous,47,39,44,36,0.92,1.6812,0.46,1.6021 Amos,amos,81,39,1,1,1.59,1.9138,0.46,1.6021 antiseptic,antiseptic,44,39,40,35,0.86,1.6532,0.46,1.6021 arming,arming,57,39,46,32,1.12,1.7634,0.46,1.6021 assembling,assembling,41,39,40,38,0.80,1.6232,0.46,1.6021 attachments,attachments,44,39,43,38,0.86,1.6532,0.46,1.6021 attain,attain,47,39,47,39,0.92,1.6812,0.46,1.6021 barrage,barrage,53,39,49,37,1.04,1.7324,0.46,1.6021 barter,barter,46,39,41,34,0.90,1.6721,0.46,1.6021 bi,bi,45,39,32,30,0.88,1.6628,0.46,1.6021 binge,binge,47,39,44,38,0.92,1.6812,0.46,1.6021 blister,blister,48,39,39,36,0.94,1.6902,0.46,1.6021 brands,brands,52,39,50,38,1.02,1.7243,0.46,1.6021 brimstone,brimstone,71,39,40,34,1.39,1.8573,0.46,1.6021 broth,broth,45,39,43,37,0.88,1.6628,0.46,1.6021 Bryan,bryan,195,39,0,0,3.82,2.2923,0.46,1.6021 buckshot,buckshot,52,39,47,36,1.02,1.7243,0.46,1.6021 Buenas,buenas,47,39,4,4,0.92,1.6812,0.46,1.6021 buffoon,buffoon,44,39,37,36,0.86,1.6532,0.46,1.6021 buttermilk,buttermilk,62,39,50,34,1.22,1.7993,0.46,1.6021 calculus,calculus,47,39,38,32,0.92,1.6812,0.46,1.6021 casings,casings,56,39,54,39,1.10,1.7559,0.46,1.6021 charades,charades,52,39,42,35,1.02,1.7243,0.46,1.6021 charger,charger,62,39,45,28,1.22,1.7993,0.46,1.6021 charisma,charisma,50,39,43,33,0.98,1.7076,0.46,1.6021 chimpanzee,chimpanzee,62,39,61,38,1.22,1.7993,0.46,1.6021 Christy,christy,119,39,0,0,2.33,2.0792,0.46,1.6021 clippers,clippers,57,39,36,31,1.12,1.7634,0.46,1.6021 cluck,cluck,73,39,55,32,1.43,1.8692,0.46,1.6021 coincidences,coincidences,50,39,46,36,0.98,1.7076,0.46,1.6021 commendation,commendation,46,39,43,36,0.90,1.6721,0.46,1.6021 complement,complement,39,39,38,38,0.76,1.6021,0.46,1.6021 complexity,complexity,41,39,41,39,0.80,1.6232,0.46,1.6021 conform,conform,44,39,42,37,0.86,1.6532,0.46,1.6021 consciously,consciously,56,39,52,37,1.10,1.7559,0.46,1.6021 considerations,considerations,44,39,44,39,0.86,1.6532,0.46,1.6021 contemptible,contemptible,40,39,38,37,0.78,1.6128,0.46,1.6021 contention,contention,41,39,38,37,0.80,1.6232,0.46,1.6021 contraction,contraction,55,39,49,36,1.08,1.7482,0.46,1.6021 Corpsman,corpsman,130,39,32,20,2.55,2.1173,0.46,1.6021 corrupting,corrupting,40,39,34,33,0.78,1.6128,0.46,1.6021 Corvette,corvette,69,39,8,5,1.35,1.8451,0.46,1.6021 cranial,cranial,39,39,35,35,0.76,1.6021,0.46,1.6021 crapper,crapper,41,39,37,36,0.80,1.6232,0.46,1.6021 cuddling,cuddling,41,39,41,39,0.80,1.6232,0.46,1.6021 curling,curling,49,39,43,33,0.96,1.6990,0.46,1.6021 Dalai,dalai,94,39,3,2,1.84,1.9777,0.46,1.6021 darkened,darkened,40,39,40,39,0.78,1.6128,0.46,1.6021 deficiency,deficiency,53,39,46,36,1.04,1.7324,0.46,1.6021 demeaning,demeaning,44,39,42,39,0.86,1.6532,0.46,1.6021 demographic,demographic,44,39,44,39,0.86,1.6532,0.46,1.6021 desist,desist,49,39,39,34,0.96,1.6990,0.46,1.6021 discreetly,discreetly,41,39,34,32,0.80,1.6232,0.46,1.6021 doctorate,doctorate,46,39,45,38,0.90,1.6721,0.46,1.6021 drainage,drainage,46,39,41,35,0.90,1.6721,0.46,1.6021 dreamers,dreamers,48,39,42,34,0.94,1.6902,0.46,1.6021 ducts,ducts,55,39,54,39,1.08,1.7482,0.46,1.6021 eavesdrop,eavesdrop,40,39,40,39,0.78,1.6128,0.46,1.6021 encoded,encoded,43,39,39,35,0.84,1.6435,0.46,1.6021 enlarge,enlarge,45,39,40,37,0.88,1.6628,0.46,1.6021 Europeans,europeans,46,39,0,0,0.90,1.6721,0.46,1.6021 expresses,expresses,41,39,41,39,0.80,1.6232,0.46,1.6021 exterminate,exterminate,57,39,44,36,1.12,1.7634,0.46,1.6021 eyeing,eyeing,41,39,40,38,0.80,1.6232,0.46,1.6021 farthest,farthest,42,39,42,39,0.82,1.6335,0.46,1.6021 Faux,faux,41,39,0,0,0.80,1.6232,0.46,1.6021 filet,filet,48,39,40,33,0.94,1.6902,0.46,1.6021 fittest,fittest,41,39,41,39,0.80,1.6232,0.46,1.6021 flagship,flagship,49,39,46,37,0.96,1.6990,0.46,1.6021 Flamingo,flamingo,60,39,16,12,1.18,1.7853,0.46,1.6021 flimsy,flimsy,42,39,41,38,0.82,1.6335,0.46,1.6021 Flora,flora,114,39,20,18,2.24,2.0607,0.46,1.6021 flung,flung,44,39,43,38,0.86,1.6532,0.46,1.6021 flutter,flutter,44,39,43,38,0.86,1.6532,0.46,1.6021 forceful,forceful,44,39,41,37,0.86,1.6532,0.46,1.6021 forefathers,forefathers,41,39,41,39,0.80,1.6232,0.46,1.6021 format,format,54,39,49,36,1.06,1.7404,0.46,1.6021 forwarded,forwarded,44,39,44,39,0.86,1.6532,0.46,1.6021 fundamentally,fundamentally,42,39,39,36,0.82,1.6335,0.46,1.6021 fuselage,fuselage,52,39,51,39,1.02,1.7243,0.46,1.6021 Gabby,gabby,87,39,8,8,1.71,1.9445,0.46,1.6021 gagged,gagged,43,39,43,39,0.84,1.6435,0.46,1.6021 gems,gems,44,39,38,34,0.86,1.6532,0.46,1.6021 ghostly,ghostly,50,39,37,34,0.98,1.7076,0.46,1.6021 gleam,gleam,50,39,49,38,0.98,1.7076,0.46,1.6021 glows,glows,42,39,36,35,0.82,1.6335,0.46,1.6021 gobble,gobble,120,39,91,36,2.35,2.0828,0.46,1.6021 golfer,golfer,56,39,53,38,1.10,1.7559,0.46,1.6021 gratification,gratification,42,39,41,38,0.82,1.6335,0.46,1.6021 grit,grit,48,39,42,34,0.94,1.6902,0.46,1.6021 Hanukkah,hanukkah,61,39,0,0,1.20,1.7924,0.46,1.6021 harem,harem,45,39,42,36,0.88,1.6628,0.46,1.6021 hazy,hazy,41,39,35,35,0.80,1.6232,0.46,1.6021 headstrong,headstrong,46,39,40,36,0.90,1.6721,0.46,1.6021 hellish,hellish,39,39,37,37,0.76,1.6021,0.46,1.6021 hep,hep,97,39,60,27,1.90,1.9912,0.46,1.6021 hippo,hippo,72,39,38,28,1.41,1.8633,0.46,1.6021 hospitable,hospitable,42,39,37,37,0.82,1.6335,0.46,1.6021 huff,huff,67,39,37,32,1.31,1.8325,0.46,1.6021 huts,huts,56,39,51,38,1.10,1.7559,0.46,1.6021 illustrate,illustrate,40,39,40,39,0.78,1.6128,0.46,1.6021 immaterial,immaterial,45,39,42,36,0.88,1.6628,0.46,1.6021 impressionable,impressionable,43,39,43,39,0.84,1.6435,0.46,1.6021 incarceration,incarceration,40,39,37,36,0.78,1.6128,0.46,1.6021 inclination,inclination,42,39,41,39,0.82,1.6335,0.46,1.6021 incomprehensible,incomprehensible,42,39,41,38,0.82,1.6335,0.46,1.6021 incorporate,incorporate,39,39,38,38,0.76,1.6021,0.46,1.6021 inhaler,inhaler,60,39,59,39,1.18,1.7853,0.46,1.6021 interferes,interferes,40,39,39,38,0.78,1.6128,0.46,1.6021 intubation,intubation,49,39,39,33,0.96,1.6990,0.46,1.6021 Jove,jove,65,39,1,1,1.27,1.8195,0.46,1.6021 lashes,lashes,44,39,43,38,0.86,1.6532,0.46,1.6021 lawfully,lawfully,55,39,54,39,1.08,1.7482,0.46,1.6021 lbs,lbs,59,39,55,35,1.16,1.7782,0.46,1.6021 Lear,lear,64,39,1,1,1.25,1.8129,0.46,1.6021 Lebanese,lebanese,58,39,0,0,1.14,1.7709,0.46,1.6021 lenient,lenient,46,39,45,38,0.90,1.6721,0.46,1.6021 lobotomy,lobotomy,55,39,52,39,1.08,1.7482,0.46,1.6021 locket,locket,87,39,87,39,1.71,1.9445,0.46,1.6021 logging,logging,46,39,40,35,0.90,1.6721,0.46,1.6021 logically,logically,46,39,38,34,0.90,1.6721,0.46,1.6021 lovingly,lovingly,46,39,43,37,0.90,1.6721,0.46,1.6021 loyalties,loyalties,41,39,40,38,0.80,1.6232,0.46,1.6021 Lucifer,lucifer,88,39,0,0,1.73,1.9494,0.46,1.6021 manufacturers,manufacturers,50,39,44,36,0.98,1.7076,0.46,1.6021 mapping,mapping,43,39,40,36,0.84,1.6435,0.46,1.6021 mas,mas,114,39,84,26,2.24,2.0607,0.46,1.6021 mended,mended,44,39,43,38,0.86,1.6532,0.46,1.6021 Mercer,mercer,117,39,1,1,2.29,2.0719,0.46,1.6021 mistaking,mistaking,43,39,40,36,0.84,1.6435,0.46,1.6021 molasses,molasses,52,39,47,34,1.02,1.7243,0.46,1.6021 mongrel,mongrel,44,39,35,33,0.86,1.6532,0.46,1.6021 morn,morn,45,39,42,36,0.88,1.6628,0.46,1.6021 narrative,narrative,53,39,51,39,1.04,1.7324,0.46,1.6021 Nato,nato,94,39,0,0,1.84,1.9777,0.46,1.6021 nigh,nigh,42,39,40,37,0.82,1.6335,0.46,1.6021 ninny,ninny,45,39,40,36,0.88,1.6628,0.46,1.6021 nurturing,nurturing,43,39,39,37,0.84,1.6435,0.46,1.6021 Oaks,oaks,86,39,7,7,1.69,1.9395,0.46,1.6021 Ob,ob,69,39,9,6,1.35,1.8451,0.46,1.6021 objected,objected,40,39,39,38,0.78,1.6128,0.46,1.6021 omelette,omelette,61,39,56,36,1.20,1.7924,0.46,1.6021 Opus,opus,46,39,21,19,0.90,1.6721,0.46,1.6021 outdated,outdated,41,39,41,39,0.80,1.6232,0.46,1.6021 overlapping,overlapping,46,39,30,27,0.90,1.6721,0.46,1.6021 overpaid,overpaid,40,39,39,38,0.78,1.6128,0.46,1.6021 padding,padding,49,39,46,37,0.96,1.6990,0.46,1.6021 pant,pant,49,39,43,37,0.96,1.6990,0.46,1.6021 pap,pap,66,39,44,27,1.29,1.8261,0.46,1.6021 para,para,67,39,43,31,1.31,1.8325,0.46,1.6021 parakeet,parakeet,55,39,50,35,1.08,1.7482,0.46,1.6021 paternity,paternity,49,39,45,38,0.96,1.6990,0.46,1.6021 patrolman,patrolman,62,39,40,26,1.22,1.7993,0.46,1.6021 pew,pew,53,39,39,29,1.04,1.7324,0.46,1.6021 pines,pines,61,39,37,26,1.20,1.7924,0.46,1.6021 pinhead,pinhead,43,39,33,29,0.84,1.6435,0.46,1.6021 pitches,pitches,56,39,54,38,1.10,1.7559,0.46,1.6021 pivotal,pivotal,44,39,42,37,0.86,1.6532,0.46,1.6021 Pluto,pluto,155,39,0,0,3.04,2.1931,0.46,1.6021 Presbyterian,presbyterian,55,39,4,3,1.08,1.7482,0.46,1.6021 pretenses,pretenses,42,39,41,38,0.82,1.6335,0.46,1.6021 progressing,progressing,41,39,41,39,0.80,1.6232,0.46,1.6021 puked,puked,43,39,42,39,0.84,1.6435,0.46,1.6021 Quagmire,quagmire,124,39,16,13,2.43,2.0969,0.46,1.6021 recapture,recapture,41,39,41,39,0.80,1.6232,0.46,1.6021 rectal,rectal,46,39,42,37,0.90,1.6721,0.46,1.6021 renal,renal,81,39,69,37,1.59,1.9138,0.46,1.6021 rendering,rendering,54,39,51,37,1.06,1.7404,0.46,1.6021 reopened,reopened,45,39,45,39,0.88,1.6628,0.46,1.6021 repulsed,repulsed,41,39,39,37,0.80,1.6232,0.46,1.6021 Roxy,roxy,129,39,1,1,2.53,2.1139,0.46,1.6021 sabbatical,sabbatical,48,39,47,38,0.94,1.6902,0.46,1.6021 Sark,sark,304,39,0,0,5.96,2.4843,0.46,1.6021 saucers,saucers,58,39,56,38,1.14,1.7709,0.46,1.6021 scented,scented,46,39,39,35,0.90,1.6721,0.46,1.6021 selfishness,selfishness,40,39,38,37,0.78,1.6128,0.46,1.6021 shillings,shillings,78,39,78,39,1.53,1.8976,0.46,1.6021 shootings,shootings,42,39,38,37,0.82,1.6335,0.46,1.6021 shorted,shorted,40,39,39,38,0.78,1.6128,0.46,1.6021 significantly,significantly,43,39,42,38,0.84,1.6435,0.46,1.6021 sockets,sockets,40,39,39,38,0.78,1.6128,0.46,1.6021 sorcerer,sorcerer,87,39,75,36,1.71,1.9445,0.46,1.6021 spaced,spaced,43,39,43,39,0.84,1.6435,0.46,1.6021 spaniel,spaniel,43,39,38,34,0.84,1.6435,0.46,1.6021 speakerphone,speakerphone,45,39,45,39,0.88,1.6628,0.46,1.6021 specifications,specifications,42,39,42,39,0.82,1.6335,0.46,1.6021 spectator,spectator,46,39,36,32,0.90,1.6721,0.46,1.6021 spic,spic,59,39,54,35,1.16,1.7782,0.46,1.6021 spokesperson,spokesperson,46,39,43,37,0.90,1.6721,0.46,1.6021 squaw,squaw,67,39,58,35,1.31,1.8325,0.46,1.6021 staking,staking,42,39,40,37,0.82,1.6335,0.46,1.6021 steamy,steamy,46,39,41,36,0.90,1.6721,0.46,1.6021 stinging,stinging,46,39,40,35,0.90,1.6721,0.46,1.6021 storing,storing,42,39,40,37,0.82,1.6335,0.46,1.6021 studs,studs,50,39,47,37,0.98,1.7076,0.46,1.6021 Subtitled,subtitled,39,39,3,3,0.76,1.6021,0.46,1.6021 subtlety,subtlety,40,39,37,36,0.78,1.6128,0.46,1.6021 superhuman,superhuman,41,39,38,36,0.80,1.6232,0.46,1.6021 sweeten,sweeten,40,39,39,38,0.78,1.6128,0.46,1.6021 swill,swill,49,39,44,37,0.96,1.6990,0.46,1.6021 systolic,systolic,49,39,31,27,0.96,1.6990,0.46,1.6021 Taj,taj,65,39,0,0,1.27,1.8195,0.46,1.6021 televised,televised,42,39,42,39,0.82,1.6335,0.46,1.6021 Terminator,terminator,67,39,26,8,1.31,1.8325,0.46,1.6021 tombs,tombs,56,39,40,33,1.10,1.7559,0.46,1.6021 torched,torched,44,39,43,38,0.86,1.6532,0.46,1.6021 translates,translates,74,39,61,37,1.45,1.8751,0.46,1.6021 Twelfth,twelfth,46,39,20,20,0.90,1.6721,0.46,1.6021 Tyrone,tyrone,100,39,0,0,1.96,2.0043,0.46,1.6021 unbeatable,unbeatable,40,39,38,37,0.78,1.6128,0.46,1.6021 underdog,underdog,49,39,48,39,0.96,1.6990,0.46,1.6021 unplugged,unplugged,43,39,38,35,0.84,1.6435,0.46,1.6021 unzip,unzip,42,39,33,32,0.82,1.6335,0.46,1.6021 uppity,uppity,42,39,35,34,0.82,1.6335,0.46,1.6021 Utopia,utopia,57,39,11,9,1.12,1.7634,0.46,1.6021 viewpoint,viewpoint,50,39,50,39,0.98,1.7076,0.46,1.6021 vigilante,vigilante,83,39,65,31,1.63,1.9243,0.46,1.6021 visually,visually,42,39,41,38,0.82,1.6335,0.46,1.6021 wail,wail,44,39,38,35,0.86,1.6532,0.46,1.6021 waltzing,waltzing,43,39,38,35,0.84,1.6435,0.46,1.6021 warts,warts,52,39,48,36,1.02,1.7243,0.46,1.6021 waterfront,waterfront,53,39,47,34,1.04,1.7324,0.46,1.6021 weaving,weaving,43,39,41,38,0.84,1.6435,0.46,1.6021 wetting,wetting,42,39,41,38,0.82,1.6335,0.46,1.6021 wheeled,wheeled,41,39,39,38,0.80,1.6232,0.46,1.6021 windmill,windmill,65,39,56,35,1.27,1.8195,0.46,1.6021 Windsor,windsor,71,39,1,1,1.39,1.8573,0.46,1.6021 withdrawing,withdrawing,40,39,39,38,0.78,1.6128,0.46,1.6021 yap,yap,73,39,62,37,1.43,1.8692,0.46,1.6021 accelerating,accelerating,45,38,38,34,0.88,1.6628,0.45,1.5911 accumulated,accumulated,39,38,38,37,0.76,1.6021,0.45,1.5911 activating,activating,44,38,28,24,0.86,1.6532,0.45,1.5911 analysts,analysts,56,38,52,36,1.10,1.7559,0.45,1.5911 applicants,applicants,44,38,42,36,0.86,1.6532,0.45,1.5911 apprehension,apprehension,39,38,36,36,0.76,1.6021,0.45,1.5911 Archbishop,archbishop,188,38,73,24,3.69,2.2765,0.45,1.5911 architects,architects,55,38,46,35,1.08,1.7482,0.45,1.5911 asphalt,asphalt,49,38,45,37,0.96,1.6990,0.45,1.5911 assert,assert,43,38,42,37,0.84,1.6435,0.45,1.5911 astrology,astrology,47,38,42,35,0.92,1.6812,0.45,1.5911 averages,averages,39,38,38,37,0.76,1.6021,0.45,1.5911 bagging,bagging,43,38,42,37,0.84,1.6435,0.45,1.5911 Barbados,barbados,64,38,0,0,1.25,1.8129,0.45,1.5911 Beanie,beanie,78,38,32,23,1.53,1.8976,0.45,1.5911 behaves,behaves,40,38,40,38,0.78,1.6128,0.45,1.5911 biceps,biceps,48,38,46,37,0.94,1.6902,0.45,1.5911 bikinis,bikinis,53,38,44,32,1.04,1.7324,0.45,1.5911 blackmailer,blackmailer,54,38,51,36,1.06,1.7404,0.45,1.5911 blackness,blackness,45,38,43,36,0.88,1.6628,0.45,1.5911 bop,bop,94,38,64,30,1.84,1.9777,0.45,1.5911 bowed,bowed,41,38,40,37,0.80,1.6232,0.45,1.5911 Bristol,bristol,91,38,1,1,1.78,1.9638,0.45,1.5911 burdens,burdens,45,38,45,38,0.88,1.6628,0.45,1.5911 bystander,bystander,45,38,38,35,0.88,1.6628,0.45,1.5911 Carolyn,carolyn,192,38,0,0,3.76,2.2856,0.45,1.5911 catheter,catheter,55,38,50,37,1.08,1.7482,0.45,1.5911 ce,ce,50,38,40,32,0.98,1.7076,0.45,1.5911 Cecil,cecil,100,38,0,0,1.96,2.0043,0.45,1.5911 charismatic,charismatic,41,38,39,36,0.80,1.6232,0.45,1.5911 charlatan,charlatan,44,38,43,37,0.86,1.6532,0.45,1.5911 checker,checker,56,38,37,25,1.10,1.7559,0.45,1.5911 chime,chime,47,38,45,36,0.92,1.6812,0.45,1.5911 chisel,chisel,45,38,42,36,0.88,1.6628,0.45,1.5911 Cho,cho,147,38,5,2,2.88,2.1703,0.45,1.5911 chowder,chowder,82,38,50,34,1.61,1.9191,0.45,1.5911 clanking,clanking,55,38,50,35,1.08,1.7482,0.45,1.5911 coastal,coastal,43,38,34,30,0.84,1.6435,0.45,1.5911 cocked,cocked,42,38,38,34,0.82,1.6335,0.45,1.5911 competence,competence,45,38,43,36,0.88,1.6628,0.45,1.5911 condemning,condemning,46,38,44,36,0.90,1.6721,0.45,1.5911 confinement,confinement,40,38,39,37,0.78,1.6128,0.45,1.5911 Congo,congo,62,38,0,0,1.22,1.7993,0.45,1.5911 congressmen,congressmen,46,38,38,33,0.90,1.6721,0.45,1.5911 constellation,constellation,48,38,39,32,0.94,1.6902,0.45,1.5911 coupled,coupled,39,38,35,34,0.76,1.6021,0.45,1.5911 creations,creations,39,38,39,38,0.76,1.6021,0.45,1.5911 croissant,croissant,45,38,38,32,0.88,1.6628,0.45,1.5911 crypt,crypt,70,38,67,35,1.37,1.8513,0.45,1.5911 cynicism,cynicism,46,38,44,37,0.90,1.6721,0.45,1.5911 deductible,deductible,46,38,46,38,0.90,1.6721,0.45,1.5911 degradation,degradation,39,38,38,37,0.76,1.6021,0.45,1.5911 delicatessen,delicatessen,41,38,36,33,0.80,1.6232,0.45,1.5911 Denmark,denmark,66,38,0,0,1.29,1.8261,0.45,1.5911 deprivation,deprivation,40,38,39,37,0.78,1.6128,0.45,1.5911 descendants,descendants,40,38,38,36,0.78,1.6128,0.45,1.5911 diaries,diaries,44,38,36,30,0.86,1.6532,0.45,1.5911 differential,differential,44,38,39,35,0.86,1.6532,0.45,1.5911 diplomats,diplomats,45,38,43,36,0.88,1.6628,0.45,1.5911 discouraging,discouraging,41,38,36,33,0.80,1.6232,0.45,1.5911 discriminate,discriminate,41,38,40,37,0.80,1.6232,0.45,1.5911 disks,disks,81,38,73,38,1.59,1.9138,0.45,1.5911 distressing,distressing,42,38,39,35,0.82,1.6335,0.45,1.5911 dominion,dominion,58,38,35,30,1.14,1.7709,0.45,1.5911 doped,doped,44,38,41,36,0.86,1.6532,0.45,1.5911 dormitory,dormitory,51,38,49,37,1.00,1.7160,0.45,1.5911 Dover,dover,72,38,0,0,1.41,1.8633,0.45,1.5911 drab,drab,41,38,40,37,0.80,1.6232,0.45,1.5911 drenched,drenched,38,38,37,37,0.75,1.5911,0.45,1.5911 drowns,drowns,40,38,39,37,0.78,1.6128,0.45,1.5911 Duo,duo,77,38,37,29,1.51,1.8921,0.45,1.5911 embracing,embracing,41,38,36,33,0.80,1.6232,0.45,1.5911 emissary,emissary,51,38,48,37,1.00,1.7160,0.45,1.5911 enslaved,enslaved,41,38,40,37,0.80,1.6232,0.45,1.5911 eons,eons,44,38,40,34,0.86,1.6532,0.45,1.5911 epinephrine,epinephrine,59,38,50,34,1.16,1.7782,0.45,1.5911 extermination,extermination,52,38,50,36,1.02,1.7243,0.45,1.5911 famed,famed,42,38,39,35,0.82,1.6335,0.45,1.5911 fiddling,fiddling,43,38,41,38,0.84,1.6435,0.45,1.5911 finely,finely,45,38,41,35,0.88,1.6628,0.45,1.5911 firewall,firewall,55,38,51,37,1.08,1.7482,0.45,1.5911 flak,flak,54,38,44,31,1.06,1.7404,0.45,1.5911 folklore,folklore,45,38,42,35,0.88,1.6628,0.45,1.5911 Frau,frau,83,38,3,3,1.63,1.9243,0.45,1.5911 freeing,freeing,46,38,42,35,0.90,1.6721,0.45,1.5911 frostbite,frostbite,45,38,42,36,0.88,1.6628,0.45,1.5911 fulfil,fulfil,45,38,44,37,0.88,1.6628,0.45,1.5911 gags,gags,58,38,43,33,1.14,1.7709,0.45,1.5911 gaping,gaping,42,38,41,37,0.82,1.6335,0.45,1.5911 gimp,gimp,48,38,38,34,0.94,1.6902,0.45,1.5911 glib,glib,41,38,39,37,0.80,1.6232,0.45,1.5911 goatee,goatee,54,38,52,38,1.06,1.7404,0.45,1.5911 grading,grading,44,38,42,36,0.86,1.6532,0.45,1.5911 grasping,grasping,38,38,36,36,0.75,1.5911,0.45,1.5911 grouchy,grouchy,44,38,40,34,0.86,1.6532,0.45,1.5911 handiwork,handiwork,38,38,36,36,0.75,1.5911,0.45,1.5911 Hawking,hawking,43,38,12,12,0.84,1.6435,0.45,1.5911 Hazel,hazel,55,38,17,14,1.08,1.7482,0.45,1.5911 holders,holders,44,38,42,37,0.86,1.6532,0.45,1.5911 holographic,holographic,53,38,49,36,1.04,1.7324,0.45,1.5911 homeroom,homeroom,59,38,59,38,1.16,1.7782,0.45,1.5911 humid,humid,45,38,42,36,0.88,1.6628,0.45,1.5911 idealistic,idealistic,41,38,41,38,0.80,1.6232,0.45,1.5911 illuminate,illuminate,42,38,38,35,0.82,1.6335,0.45,1.5911 impromptu,impromptu,43,38,41,37,0.84,1.6435,0.45,1.5911 Iowa,iowa,58,38,0,0,1.14,1.7709,0.45,1.5911 isle,isle,62,38,51,31,1.22,1.7993,0.45,1.5911 Jackal,jackal,81,38,36,28,1.59,1.9138,0.45,1.5911 jeopardizing,jeopardizing,40,38,38,36,0.78,1.6128,0.45,1.5911 Jer,jer,113,38,1,1,2.22,2.0569,0.45,1.5911 jiggle,jiggle,62,38,51,34,1.22,1.7993,0.45,1.5911 Judith,judith,247,38,0,0,4.84,2.3945,0.45,1.5911 khaki,khaki,42,38,41,37,0.82,1.6335,0.45,1.5911 lagoon,lagoon,81,38,61,26,1.59,1.9138,0.45,1.5911 Leary,leary,91,38,0,0,1.78,1.9638,0.45,1.5911 Lima,lima,61,38,19,15,1.20,1.7924,0.45,1.5911 lithium,lithium,60,38,40,29,1.18,1.7853,0.45,1.5911 lotto,lotto,85,38,63,29,1.67,1.9345,0.45,1.5911 magnetism,magnetism,49,38,45,38,0.96,1.6990,0.45,1.5911 magnets,magnets,46,38,43,36,0.90,1.6721,0.45,1.5911 manger,manger,51,38,51,38,1.00,1.7160,0.45,1.5911 maximize,maximize,45,38,41,36,0.88,1.6628,0.45,1.5911 memos,memos,43,38,42,37,0.84,1.6435,0.45,1.5911 metaphors,metaphors,44,38,42,37,0.86,1.6532,0.45,1.5911 middleman,middleman,41,38,41,38,0.80,1.6232,0.45,1.5911 mittens,mittens,52,38,42,34,1.02,1.7243,0.45,1.5911 monstrosity,monstrosity,38,38,38,38,0.75,1.5911,0.45,1.5911 mundane,mundane,41,38,41,38,0.80,1.6232,0.45,1.5911 murmur,murmur,48,38,47,37,0.94,1.6902,0.45,1.5911 mythical,mythical,45,38,43,36,0.88,1.6628,0.45,1.5911 narcotic,narcotic,44,38,42,37,0.86,1.6532,0.45,1.5911 nationality,nationality,42,38,36,34,0.82,1.6335,0.45,1.5911 nectar,nectar,47,38,38,33,0.92,1.6812,0.45,1.5911 negligent,negligent,51,38,50,38,1.00,1.7160,0.45,1.5911 niche,niche,47,38,47,38,0.92,1.6812,0.45,1.5911 nosing,nosing,43,38,40,37,0.84,1.6435,0.45,1.5911 obstinate,obstinate,46,38,42,36,0.90,1.6721,0.45,1.5911 optic,optic,52,38,49,38,1.02,1.7243,0.45,1.5911 ordained,ordained,44,38,44,38,0.86,1.6532,0.45,1.5911 ornaments,ornaments,51,38,47,37,1.00,1.7160,0.45,1.5911 outlined,outlined,40,38,39,37,0.78,1.6128,0.45,1.5911 packaging,packaging,43,38,41,37,0.84,1.6435,0.45,1.5911 pastime,pastime,41,38,41,38,0.80,1.6232,0.45,1.5911 paternal,paternal,41,38,41,38,0.80,1.6232,0.45,1.5911 Pelican,pelican,89,38,26,15,1.75,1.9542,0.45,1.5911 pinball,pinball,78,38,61,34,1.53,1.8976,0.45,1.5911 Plato,plato,100,38,1,1,1.96,2.0043,0.45,1.5911 ponytail,ponytail,51,38,43,34,1.00,1.7160,0.45,1.5911 practitioner,practitioner,43,38,41,36,0.84,1.6435,0.45,1.5911 princesses,princesses,66,38,61,33,1.29,1.8261,0.45,1.5911 Prohibition,prohibition,61,38,17,14,1.20,1.7924,0.45,1.5911 projectile,projectile,43,38,42,37,0.84,1.6435,0.45,1.5911 promotional,promotional,39,38,37,36,0.76,1.6021,0.45,1.5911 prose,prose,48,38,44,37,0.94,1.6902,0.45,1.5911 protested,protested,38,38,38,38,0.75,1.5911,0.45,1.5911 Ps,ps,47,38,3,1,0.92,1.6812,0.45,1.5911 psychics,psychics,44,38,39,34,0.86,1.6532,0.45,1.5911 rackets,rackets,49,38,49,38,0.96,1.6990,0.45,1.5911 raffle,raffle,93,38,88,37,1.82,1.9731,0.45,1.5911 railroads,railroads,54,38,48,33,1.06,1.7404,0.45,1.5911 rainbows,rainbows,50,38,41,32,0.98,1.7076,0.45,1.5911 rallies,rallies,41,38,40,37,0.80,1.6232,0.45,1.5911 rectify,rectify,42,38,41,37,0.82,1.6335,0.45,1.5911 regulate,regulate,39,38,37,36,0.76,1.6021,0.45,1.5911 rejoicing,rejoicing,45,38,41,36,0.88,1.6628,0.45,1.5911 relapse,relapse,47,38,46,37,0.92,1.6812,0.45,1.5911 remission,remission,45,38,44,38,0.88,1.6628,0.45,1.5911 reruns,reruns,43,38,38,36,0.84,1.6435,0.45,1.5911 rescheduled,rescheduled,39,38,39,38,0.76,1.6021,0.45,1.5911 revel,revel,41,38,34,31,0.80,1.6232,0.45,1.5911 revise,revise,44,38,40,35,0.86,1.6532,0.45,1.5911 revisit,revisit,43,38,43,38,0.84,1.6435,0.45,1.5911 rhyming,rhyming,42,38,38,36,0.82,1.6335,0.45,1.5911 rigorous,rigorous,43,38,41,37,0.84,1.6435,0.45,1.5911 Ro,ro,97,38,14,14,1.90,1.9912,0.45,1.5911 runaways,runaways,41,38,33,31,0.80,1.6232,0.45,1.5911 saddened,saddened,38,38,38,38,0.75,1.5911,0.45,1.5911 sanctimonious,sanctimonious,42,38,41,37,0.82,1.6335,0.45,1.5911 sanitarium,sanitarium,115,38,89,31,2.25,2.0645,0.45,1.5911 sanitary,sanitary,44,38,40,37,0.86,1.6532,0.45,1.5911 sash,sash,58,38,50,34,1.14,1.7709,0.45,1.5911 scoops,scoops,52,38,48,37,1.02,1.7243,0.45,1.5911 sealing,sealing,46,38,43,35,0.90,1.6721,0.45,1.5911 shipments,shipments,42,38,41,37,0.82,1.6335,0.45,1.5911 sideburns,sideburns,59,38,51,35,1.16,1.7782,0.45,1.5911 Sidle,sidle,54,38,1,1,1.06,1.7404,0.45,1.5911 silenced,silenced,43,38,40,36,0.84,1.6435,0.45,1.5911 situated,situated,42,38,39,35,0.82,1.6335,0.45,1.5911 skimming,skimming,48,38,44,36,0.94,1.6902,0.45,1.5911 slaps,slaps,44,38,44,38,0.86,1.6532,0.45,1.5911 sleaze,sleaze,39,38,37,36,0.76,1.6021,0.45,1.5911 smacking,smacking,44,38,32,32,0.86,1.6532,0.45,1.5911 smallpox,smallpox,75,38,58,34,1.47,1.8808,0.45,1.5911 Snickers,snickers,45,38,18,16,0.88,1.6628,0.45,1.5911 spatter,spatter,60,38,52,32,1.18,1.7853,0.45,1.5911 specified,specified,39,38,38,37,0.76,1.6021,0.45,1.5911 splint,splint,44,38,43,37,0.86,1.6532,0.45,1.5911 sponsoring,sponsoring,40,38,39,37,0.78,1.6128,0.45,1.5911 sprang,sprang,39,38,38,38,0.76,1.6021,0.45,1.5911 statistical,statistical,46,38,43,36,0.90,1.6721,0.45,1.5911 steamer,steamer,53,38,45,32,1.04,1.7324,0.45,1.5911 stickler,stickler,46,38,41,36,0.90,1.6721,0.45,1.5911 stimuli,stimuli,39,38,39,38,0.76,1.6021,0.45,1.5911 stinger,stinger,45,38,27,26,0.88,1.6628,0.45,1.5911 straining,straining,45,38,35,30,0.88,1.6628,0.45,1.5911 straitjacket,straitjacket,42,38,41,37,0.82,1.6335,0.45,1.5911 streaks,streaks,48,38,44,35,0.94,1.6902,0.45,1.5911 subversive,subversive,54,38,50,36,1.06,1.7404,0.45,1.5911 superheroes,superheroes,58,38,49,30,1.14,1.7709,0.45,1.5911 supermodel,supermodel,47,38,45,37,0.92,1.6812,0.45,1.5911 swapping,swapping,39,38,36,35,0.76,1.6021,0.45,1.5911 syllables,syllables,41,38,39,36,0.80,1.6232,0.45,1.5911 temperamental,temperamental,41,38,39,37,0.80,1.6232,0.45,1.5911 terrors,terrors,63,38,61,36,1.24,1.8062,0.45,1.5911 thingies,thingies,44,38,44,38,0.86,1.6532,0.45,1.5911 tiptoe,tiptoe,45,38,40,35,0.88,1.6628,0.45,1.5911 toasting,toasting,42,38,41,38,0.82,1.6335,0.45,1.5911 Tolstoy,tolstoy,63,38,0,0,1.24,1.8062,0.45,1.5911 Toto,toto,143,38,2,2,2.80,2.1584,0.45,1.5911 touchdowns,touchdowns,50,38,49,37,0.98,1.7076,0.45,1.5911 trample,trample,41,38,38,35,0.80,1.6232,0.45,1.5911 tranquil,tranquil,42,38,34,32,0.82,1.6335,0.45,1.5911 transponder,transponder,71,38,69,37,1.39,1.8573,0.45,1.5911 trapeze,trapeze,69,38,63,37,1.35,1.8451,0.45,1.5911 twirling,twirling,46,38,43,36,0.90,1.6721,0.45,1.5911 unnecessarily,unnecessarily,41,38,37,35,0.80,1.6232,0.45,1.5911 utilize,utilize,45,38,39,36,0.88,1.6628,0.45,1.5911 validate,validate,41,38,40,38,0.80,1.6232,0.45,1.5911 vanishes,vanishes,38,38,35,35,0.75,1.5911,0.45,1.5911 vantage,vantage,39,38,38,37,0.76,1.6021,0.45,1.5911 vials,vials,66,38,66,38,1.29,1.8261,0.45,1.5911 videotapes,videotapes,49,38,46,37,0.96,1.6990,0.45,1.5911 vigilant,vigilant,38,38,34,34,0.75,1.5911,0.45,1.5911 violates,violates,38,38,38,38,0.75,1.5911,0.45,1.5911 viral,viral,45,38,42,35,0.88,1.6628,0.45,1.5911 vulnerability,vulnerability,41,38,41,38,0.80,1.6232,0.45,1.5911 warranty,warranty,42,38,42,38,0.82,1.6335,0.45,1.5911 Warsaw,warsaw,99,38,0,0,1.94,2.0000,0.45,1.5911 wimpy,wimpy,43,38,29,28,0.84,1.6435,0.45,1.5911 windpipe,windpipe,46,38,44,37,0.90,1.6721,0.45,1.5911 yeast,yeast,44,38,40,36,0.86,1.6532,0.45,1.5911 acceleration,acceleration,44,37,38,33,0.86,1.6532,0.44,1.5798 achieving,achieving,37,37,37,37,0.73,1.5798,0.44,1.5798 acne,acne,46,37,45,36,0.90,1.6721,0.44,1.5798 advisable,advisable,40,37,40,37,0.78,1.6128,0.44,1.5798 advisement,advisement,39,37,39,37,0.76,1.6021,0.44,1.5798 airs,airs,39,37,37,35,0.76,1.6021,0.44,1.5798 albeit,albeit,38,37,30,30,0.75,1.5911,0.44,1.5798 aliases,aliases,43,37,43,37,0.84,1.6435,0.44,1.5798 almonds,almonds,69,37,59,34,1.35,1.8451,0.44,1.5798 amulet,amulet,118,37,117,36,2.31,2.0755,0.44,1.5798 Andromeda,andromeda,413,37,0,0,8.10,2.6170,0.44,1.5798 angina,angina,46,37,38,32,0.90,1.6721,0.44,1.5798 approves,approves,44,37,44,37,0.86,1.6532,0.44,1.5798 armoured,armoured,59,37,52,33,1.16,1.7782,0.44,1.5798 arose,arose,42,37,42,37,0.82,1.6335,0.44,1.5798 attained,attained,40,37,40,37,0.78,1.6128,0.44,1.5798 bachelorette,bachelorette,82,37,67,35,1.61,1.9191,0.44,1.5798 balancing,balancing,41,37,35,33,0.80,1.6232,0.44,1.5798 bargained,bargained,37,37,37,37,0.73,1.5798,0.44,1.5798 bedpan,bedpan,48,37,44,34,0.94,1.6902,0.44,1.5798 binds,binds,38,37,36,36,0.75,1.5911,0.44,1.5798 blares,blares,53,37,52,36,1.04,1.7324,0.44,1.5798 blockade,blockade,78,37,77,36,1.53,1.8976,0.44,1.5798 blot,blot,48,37,45,36,0.94,1.6902,0.44,1.5798 bombings,bombings,62,37,60,36,1.22,1.7993,0.44,1.5798 booing,booing,51,37,43,31,1.00,1.7160,0.44,1.5798 booted,booted,42,37,40,36,0.82,1.6335,0.44,1.5798 briefs,briefs,42,37,41,36,0.82,1.6335,0.44,1.5798 Bros,bros,56,37,27,19,1.10,1.7559,0.44,1.5798 Bu,bu,82,37,14,13,1.61,1.9191,0.44,1.5798 bureaucratic,bureaucratic,41,37,39,36,0.80,1.6232,0.44,1.5798 callers,callers,42,37,40,35,0.82,1.6335,0.44,1.5798 campaigning,campaigning,45,37,44,36,0.88,1.6628,0.44,1.5798 Captioning,captioning,43,37,2,2,0.84,1.6435,0.44,1.5798 catatonic,catatonic,40,37,39,36,0.78,1.6128,0.44,1.5798 cavalier,cavalier,60,37,38,31,1.18,1.7853,0.44,1.5798 chemically,chemically,52,37,51,36,1.02,1.7243,0.44,1.5798 chestnuts,chestnuts,50,37,37,29,0.98,1.7076,0.44,1.5798 clasp,clasp,52,37,47,33,1.02,1.7243,0.44,1.5798 clavicle,clavicle,50,37,50,37,0.98,1.7076,0.44,1.5798 clinics,clinics,50,37,50,37,0.98,1.7076,0.44,1.5798 clobbered,clobbered,43,37,43,37,0.84,1.6435,0.44,1.5798 clothe,clothe,42,37,40,35,0.82,1.6335,0.44,1.5798 coached,coached,51,37,49,35,1.00,1.7160,0.44,1.5798 coconuts,coconuts,46,37,43,34,0.90,1.6721,0.44,1.5798 collarbone,collarbone,42,37,42,37,0.82,1.6335,0.44,1.5798 comical,comical,42,37,39,34,0.82,1.6335,0.44,1.5798 composing,composing,48,37,45,35,0.94,1.6902,0.44,1.5798 confines,confines,39,37,39,37,0.76,1.6021,0.44,1.5798 conflicting,conflicting,37,37,28,28,0.73,1.5798,0.44,1.5798 contamination,contamination,60,37,57,36,1.18,1.7853,0.44,1.5798 continuance,continuance,57,37,57,37,1.12,1.7634,0.44,1.5798 convene,convene,39,37,34,32,0.76,1.6021,0.44,1.5798 counters,counters,42,37,41,36,0.82,1.6335,0.44,1.5798 crit,crit,62,37,44,28,1.22,1.7993,0.44,1.5798 crusty,crusty,54,37,40,34,1.06,1.7404,0.44,1.5798 cutthroat,cutthroat,42,37,30,28,0.82,1.6335,0.44,1.5798 Czech,czech,52,37,0,0,1.02,1.7243,0.44,1.5798 decapitated,decapitated,44,37,39,33,0.86,1.6532,0.44,1.5798 decorum,decorum,42,37,39,34,0.82,1.6335,0.44,1.5798 delights,delights,37,37,36,36,0.73,1.5798,0.44,1.5798 Deuces,deuces,59,37,25,22,1.16,1.7782,0.44,1.5798 developer,developer,46,37,44,37,0.90,1.6721,0.44,1.5798 dials,dials,42,37,41,37,0.82,1.6335,0.44,1.5798 Diem,diem,107,37,49,29,2.10,2.0334,0.44,1.5798 diligence,diligence,39,37,35,34,0.76,1.6021,0.44,1.5798 dimples,dimples,67,37,42,33,1.31,1.8325,0.44,1.5798 dirtiest,dirtiest,40,37,37,34,0.78,1.6128,0.44,1.5798 disappointments,disappointments,38,37,36,35,0.75,1.5911,0.44,1.5798 disinfectant,disinfectant,40,37,37,34,0.78,1.6128,0.44,1.5798 dispenser,dispenser,52,37,47,33,1.02,1.7243,0.44,1.5798 displeased,displeased,39,37,39,37,0.76,1.6021,0.44,1.5798 diverse,diverse,39,37,36,34,0.76,1.6021,0.44,1.5798 diverted,diverted,39,37,37,35,0.76,1.6021,0.44,1.5798 drifter,drifter,54,37,46,33,1.06,1.7404,0.44,1.5798 dropout,dropout,43,37,41,35,0.84,1.6435,0.44,1.5798 dynamics,dynamics,43,37,31,28,0.84,1.6435,0.44,1.5798 dysentery,dysentery,46,37,38,32,0.90,1.6721,0.44,1.5798 Eminence,eminence,96,37,20,9,1.88,1.9868,0.44,1.5798 empathy,empathy,58,37,51,36,1.14,1.7709,0.44,1.5798 enzymes,enzymes,47,37,45,36,0.92,1.6812,0.44,1.5798 escalated,escalated,40,37,38,35,0.78,1.6128,0.44,1.5798 evenly,evenly,38,37,36,36,0.75,1.5911,0.44,1.5798 eyeliner,eyeliner,52,37,51,37,1.02,1.7243,0.44,1.5798 fabrication,fabrication,43,37,42,37,0.84,1.6435,0.44,1.5798 faction,faction,58,37,48,35,1.14,1.7709,0.44,1.5798 femme,femme,63,37,38,30,1.24,1.8062,0.44,1.5798 fetal,fetal,59,37,43,33,1.16,1.7782,0.44,1.5798 fingered,fingered,39,37,37,35,0.76,1.6021,0.44,1.5798 fiscal,fiscal,39,37,38,37,0.76,1.6021,0.44,1.5798 flaky,flaky,45,37,39,33,0.88,1.6628,0.44,1.5798 Flint,flint,222,37,29,18,4.35,2.3483,0.44,1.5798 forging,forging,40,37,34,32,0.78,1.6128,0.44,1.5798 fountains,fountains,50,37,47,34,0.98,1.7076,0.44,1.5798 foyer,foyer,45,37,45,37,0.88,1.6628,0.44,1.5798 Friedman,friedman,74,37,0,0,1.45,1.8751,0.44,1.5798 frolic,frolic,42,37,40,36,0.82,1.6335,0.44,1.5798 gathers,gathers,37,37,35,35,0.73,1.5798,0.44,1.5798 gloating,gloating,44,37,40,33,0.86,1.6532,0.44,1.5798 gory,gory,37,37,35,35,0.73,1.5798,0.44,1.5798 gossiping,gossiping,38,37,38,37,0.75,1.5911,0.44,1.5798 grader,grader,44,37,42,36,0.86,1.6532,0.44,1.5798 grapevine,grapevine,47,37,37,31,0.92,1.6812,0.44,1.5798 groupies,groupies,41,37,37,34,0.80,1.6232,0.44,1.5798 groveling,groveling,37,37,34,34,0.73,1.5798,0.44,1.5798 handout,handout,43,37,43,37,0.84,1.6435,0.44,1.5798 hassling,hassling,40,37,39,36,0.78,1.6128,0.44,1.5798 Hastings,hastings,220,37,1,1,4.31,2.3444,0.44,1.5798 heirs,heirs,41,37,40,36,0.80,1.6232,0.44,1.5798 hideaway,hideaway,52,37,35,29,1.02,1.7243,0.44,1.5798 hookup,hookup,40,37,40,37,0.78,1.6128,0.44,1.5798 hooky,hooky,43,37,38,34,0.84,1.6435,0.44,1.5798 Hulk,hulk,208,37,9,8,4.08,2.3201,0.44,1.5798 hyena,hyena,72,37,64,35,1.41,1.8633,0.44,1.5798 hyperventilating,hyperventilating,40,37,34,33,0.78,1.6128,0.44,1.5798 identifies,identifies,39,37,39,37,0.76,1.6021,0.44,1.5798 incomparable,incomparable,48,37,47,36,0.94,1.6902,0.44,1.5798 inconclusive,inconclusive,42,37,38,34,0.82,1.6335,0.44,1.5798 indict,indict,45,37,43,36,0.88,1.6628,0.44,1.5798 indulging,indulging,38,37,37,36,0.75,1.5911,0.44,1.5798 inhibitions,inhibitions,44,37,42,37,0.86,1.6532,0.44,1.5798 inspectors,inspectors,43,37,41,36,0.84,1.6435,0.44,1.5798 institutionalized,institutionalized,42,37,40,37,0.82,1.6335,0.44,1.5798 integral,integral,37,37,37,37,0.73,1.5798,0.44,1.5798 interval,interval,45,37,44,36,0.88,1.6628,0.44,1.5798 irreversible,irreversible,41,37,40,36,0.80,1.6232,0.44,1.5798 jails,jails,39,37,38,36,0.76,1.6021,0.44,1.5798 Jeremiah,jeremiah,120,37,0,0,2.35,2.0828,0.44,1.5798 km,km,70,37,48,32,1.37,1.8513,0.44,1.5798 laces,laces,44,37,44,37,0.86,1.6532,0.44,1.5798 latent,latent,39,37,33,33,0.76,1.6021,0.44,1.5798 lifeline,lifeline,44,37,43,36,0.86,1.6532,0.44,1.5798 limber,limber,42,37,37,32,0.82,1.6335,0.44,1.5798 locusts,locusts,46,37,41,35,0.90,1.6721,0.44,1.5798 longitude,longitude,42,37,34,30,0.82,1.6335,0.44,1.5798 loudspeaker,loudspeaker,47,37,29,27,0.92,1.6812,0.44,1.5798 Louvre,louvre,65,37,0,0,1.27,1.8195,0.44,1.5798 maimed,maimed,38,37,35,35,0.75,1.5911,0.44,1.5798 Manila,manila,74,37,11,8,1.45,1.8751,0.44,1.5798 Marianne,marianne,152,37,1,1,2.98,2.1847,0.44,1.5798 matey,matey,61,37,53,35,1.20,1.7924,0.44,1.5798 Mecca,mecca,90,37,11,11,1.76,1.9590,0.44,1.5798 metaphorically,metaphorically,38,37,28,27,0.75,1.5911,0.44,1.5798 methane,methane,58,37,49,34,1.14,1.7709,0.44,1.5798 milkman,milkman,48,37,44,34,0.94,1.6902,0.44,1.5798 mobster,mobster,43,37,41,36,0.84,1.6435,0.44,1.5798 modifications,modifications,41,37,41,37,0.80,1.6232,0.44,1.5798 monologue,monologue,58,37,57,36,1.14,1.7709,0.44,1.5798 napalm,napalm,77,37,63,32,1.51,1.8921,0.44,1.5798 naps,naps,53,37,42,35,1.04,1.7324,0.44,1.5798 nicknames,nicknames,46,37,44,37,0.90,1.6721,0.44,1.5798 nightstand,nightstand,43,37,43,37,0.84,1.6435,0.44,1.5798 nostalgia,nostalgia,39,37,30,29,0.76,1.6021,0.44,1.5798 novice,novice,41,37,39,36,0.80,1.6232,0.44,1.5798 obeying,obeying,37,37,34,34,0.73,1.5798,0.44,1.5798 obtaining,obtaining,40,37,39,36,0.78,1.6128,0.44,1.5798 occupying,occupying,39,37,39,37,0.76,1.6021,0.44,1.5798 occurring,occurring,41,37,41,37,0.80,1.6232,0.44,1.5798 openers,openers,42,37,42,37,0.82,1.6335,0.44,1.5798 Oracle,oracle,114,37,31,21,2.24,2.0607,0.44,1.5798 outnumber,outnumber,39,37,39,37,0.76,1.6021,0.44,1.5798 outskirts,outskirts,38,37,38,37,0.75,1.5911,0.44,1.5798 outsmart,outsmart,39,37,39,37,0.76,1.6021,0.44,1.5798 paddling,paddling,46,37,45,36,0.90,1.6721,0.44,1.5798 panda,panda,108,37,78,29,2.12,2.0374,0.44,1.5798 pardoned,pardoned,41,37,39,36,0.80,1.6232,0.44,1.5798 perch,perch,50,37,38,31,0.98,1.7076,0.44,1.5798 perfectionist,perfectionist,40,37,39,36,0.78,1.6128,0.44,1.5798 plough,plough,54,37,50,35,1.06,1.7404,0.44,1.5798 prematurely,prematurely,38,37,37,36,0.75,1.5911,0.44,1.5798 pretender,pretender,94,37,54,35,1.84,1.9777,0.44,1.5798 probing,probing,40,37,35,33,0.78,1.6128,0.44,1.5798 proprietor,proprietor,60,37,58,36,1.18,1.7853,0.44,1.5798 provision,provision,40,37,39,36,0.78,1.6128,0.44,1.5798 Pt,pt,52,37,6,2,1.02,1.7243,0.44,1.5798 purified,purified,42,37,40,35,0.82,1.6335,0.44,1.5798 quarantined,quarantined,47,37,46,36,0.92,1.6812,0.44,1.5798 ranked,ranked,49,37,46,36,0.96,1.6990,0.44,1.5798 ranting,ranting,40,37,38,35,0.78,1.6128,0.44,1.5798 rascals,rascals,44,37,34,28,0.86,1.6532,0.44,1.5798 rearranged,rearranged,38,37,36,35,0.75,1.5911,0.44,1.5798 recycle,recycle,44,37,38,32,0.86,1.6532,0.44,1.5798 Regent,regent,85,37,36,10,1.67,1.9345,0.44,1.5798 rein,rein,39,37,33,31,0.76,1.6021,0.44,1.5798 relaxes,relaxes,38,37,38,37,0.75,1.5911,0.44,1.5798 relocated,relocated,41,37,40,36,0.80,1.6232,0.44,1.5798 renewal,renewal,49,37,47,35,0.96,1.6990,0.44,1.5798 repaid,repaid,42,37,42,37,0.82,1.6335,0.44,1.5798 repression,repression,42,37,40,36,0.82,1.6335,0.44,1.5798 resigning,resigning,42,37,42,37,0.82,1.6335,0.44,1.5798 restoration,restoration,48,37,31,25,0.94,1.6902,0.44,1.5798 rewriting,rewriting,41,37,34,32,0.80,1.6232,0.44,1.5798 rigor,rigor,44,37,34,29,0.86,1.6532,0.44,1.5798 roasting,roasting,39,37,33,32,0.76,1.6021,0.44,1.5798 romances,romances,48,37,44,35,0.94,1.6902,0.44,1.5798 roundup,roundup,58,37,37,32,1.14,1.7709,0.44,1.5798 satisfies,satisfies,38,37,38,37,0.75,1.5911,0.44,1.5798 sax,sax,64,37,52,30,1.25,1.8129,0.44,1.5798 screened,screened,41,37,40,37,0.80,1.6232,0.44,1.5798 scrumptious,scrumptious,38,37,29,28,0.75,1.5911,0.44,1.5798 scruples,scruples,48,37,42,37,0.94,1.6902,0.44,1.5798 seagulls,seagulls,56,37,37,24,1.10,1.7559,0.44,1.5798 seductive,seductive,38,37,35,34,0.75,1.5911,0.44,1.5798 semantics,semantics,39,37,24,23,0.76,1.6021,0.44,1.5798 shielding,shielding,42,37,42,37,0.82,1.6335,0.44,1.5798 shortness,shortness,43,37,35,30,0.84,1.6435,0.44,1.5798 shoveling,shoveling,40,37,38,35,0.78,1.6128,0.44,1.5798 sickly,sickly,39,37,35,35,0.76,1.6021,0.44,1.5798 simplify,simplify,46,37,38,35,0.90,1.6721,0.44,1.5798 slacking,slacking,39,37,36,34,0.76,1.6021,0.44,1.5798 snout,snout,43,37,39,36,0.84,1.6435,0.44,1.5798 Snowflake,snowflake,60,37,29,21,1.18,1.7853,0.44,1.5798 Socrates,socrates,107,37,0,0,2.10,2.0334,0.44,1.5798 soundproof,soundproof,41,37,38,34,0.80,1.6232,0.44,1.5798 speciality,speciality,44,37,44,37,0.86,1.6532,0.44,1.5798 specify,specify,46,37,37,32,0.90,1.6721,0.44,1.5798 spilt,spilt,42,37,41,36,0.82,1.6335,0.44,1.5798 sprout,sprout,46,37,37,32,0.90,1.6721,0.44,1.5798 stank,stank,39,37,38,36,0.76,1.6021,0.44,1.5798 statutory,statutory,47,37,37,30,0.92,1.6812,0.44,1.5798 stint,stint,38,37,36,36,0.75,1.5911,0.44,1.5798 Stockholm,stockholm,60,37,1,1,1.18,1.7853,0.44,1.5798 storming,storming,41,37,36,32,0.80,1.6232,0.44,1.5798 suave,suave,47,37,34,28,0.92,1.6812,0.44,1.5798 sulfur,sulfur,60,37,50,35,1.18,1.7853,0.44,1.5798 sunsets,sunsets,47,37,45,36,0.92,1.6812,0.44,1.5798 suspenders,suspenders,43,37,41,36,0.84,1.6435,0.44,1.5798 swelled,swelled,39,37,38,36,0.76,1.6021,0.44,1.5798 Taffy,taffy,122,37,45,28,2.39,2.0899,0.44,1.5798 technological,technological,40,37,37,35,0.78,1.6128,0.44,1.5798 tempers,tempers,37,37,26,26,0.73,1.5798,0.44,1.5798 tightening,tightening,39,37,37,35,0.76,1.6021,0.44,1.5798 Tong,tong,116,37,8,7,2.27,2.0682,0.44,1.5798 toothpick,toothpick,52,37,40,33,1.02,1.7243,0.44,1.5798 tormenting,tormenting,37,37,33,33,0.73,1.5798,0.44,1.5798 toxins,toxins,52,37,49,37,1.02,1.7243,0.44,1.5798 Trans,trans,60,37,10,6,1.18,1.7853,0.44,1.5798 tricking,tricking,44,37,40,34,0.86,1.6532,0.44,1.5798 trinkets,trinkets,43,37,38,35,0.84,1.6435,0.44,1.5798 trivia,trivia,45,37,38,35,0.88,1.6628,0.44,1.5798 trumpets,trumpets,43,37,32,29,0.84,1.6435,0.44,1.5798 uncalled,uncalled,39,37,39,37,0.76,1.6021,0.44,1.5798 unconsciously,unconsciously,44,37,40,35,0.86,1.6532,0.44,1.5798 undeniable,undeniable,49,37,45,35,0.96,1.6990,0.44,1.5798 uneventful,uneventful,40,37,32,31,0.78,1.6128,0.44,1.5798 unicorn,unicorn,126,37,99,33,2.47,2.1038,0.44,1.5798 unlawful,unlawful,39,37,38,36,0.76,1.6021,0.44,1.5798 unselfish,unselfish,44,37,42,36,0.86,1.6532,0.44,1.5798 upfront,upfront,46,37,44,36,0.90,1.6721,0.44,1.5798 utilities,utilities,38,37,29,29,0.75,1.5911,0.44,1.5798 valleys,valleys,52,37,47,33,1.02,1.7243,0.44,1.5798 verb,verb,54,37,54,37,1.06,1.7404,0.44,1.5798 verbally,verbally,39,37,38,37,0.76,1.6021,0.44,1.5798 verses,verses,56,37,53,34,1.10,1.7559,0.44,1.5798 violets,violets,53,37,40,28,1.04,1.7324,0.44,1.5798 vocation,vocation,42,37,42,37,0.82,1.6335,0.44,1.5798 wack,wack,87,37,53,35,1.71,1.9445,0.44,1.5798 warpath,warpath,44,37,44,37,0.86,1.6532,0.44,1.5798 weakling,weakling,43,37,41,36,0.84,1.6435,0.44,1.5798 Wick,wick,128,37,31,23,2.51,2.1106,0.44,1.5798 wickedness,wickedness,39,37,39,37,0.76,1.6021,0.44,1.5798 womanhood,womanhood,39,37,39,37,0.76,1.6021,0.44,1.5798 workload,workload,45,37,45,37,0.88,1.6628,0.44,1.5798 zeros,zeros,50,37,35,30,0.98,1.7076,0.44,1.5798 zing,zing,60,37,33,25,1.18,1.7853,0.44,1.5798 aced,aced,39,36,33,31,0.76,1.6021,0.43,1.5682 aligned,aligned,40,36,39,35,0.78,1.6128,0.43,1.5682 alleyway,alleyway,40,36,39,35,0.78,1.6128,0.43,1.5682 amend,amend,38,36,32,30,0.75,1.5911,0.43,1.5682 anecdotes,anecdotes,40,36,37,34,0.78,1.6128,0.43,1.5682 animated,animated,61,36,54,31,1.20,1.7924,0.43,1.5682 annihilation,annihilation,41,36,40,36,0.80,1.6232,0.43,1.5682 antisocial,antisocial,41,36,32,30,0.80,1.6232,0.43,1.5682 appreciating,appreciating,36,36,34,34,0.71,1.5682,0.43,1.5682 Arlington,arlington,56,36,0,0,1.10,1.7559,0.43,1.5682 assurances,assurances,37,36,36,36,0.73,1.5798,0.43,1.5682 backfire,backfire,44,36,42,35,0.86,1.6532,0.43,1.5682 backstabbing,backstabbing,38,36,34,32,0.75,1.5911,0.43,1.5682 ballot,ballot,69,36,61,35,1.35,1.8451,0.43,1.5682 banners,banners,41,36,38,34,0.80,1.6232,0.43,1.5682 baptism,baptism,61,36,55,31,1.20,1.7924,0.43,1.5682 Bb,bb,70,36,1,1,1.37,1.8513,0.43,1.5682 bedding,bedding,38,36,34,32,0.75,1.5911,0.43,1.5682 beneficial,beneficial,40,36,40,36,0.78,1.6128,0.43,1.5682 betrays,betrays,38,36,38,36,0.75,1.5911,0.43,1.5682 biased,biased,47,36,47,36,0.92,1.6812,0.43,1.5682 blurred,blurred,37,36,30,29,0.73,1.5798,0.43,1.5682 bombshell,bombshell,46,36,38,33,0.90,1.6721,0.43,1.5682 boned,boned,41,36,39,35,0.80,1.6232,0.43,1.5682 Brewster,brewster,291,36,0,0,5.71,2.4654,0.43,1.5682 brightly,brightly,38,36,32,30,0.75,1.5911,0.43,1.5682 bustle,bustle,42,36,39,35,0.82,1.6335,0.43,1.5682 cadaver,cadaver,60,36,57,36,1.18,1.7853,0.43,1.5682 Cajun,cajun,56,36,3,3,1.10,1.7559,0.43,1.5682 Carver,carver,161,36,8,7,3.16,2.2095,0.43,1.5682 cavities,cavities,41,36,38,35,0.80,1.6232,0.43,1.5682 ceases,ceases,37,36,36,35,0.73,1.5798,0.43,1.5682 celibacy,celibacy,43,36,38,32,0.84,1.6435,0.43,1.5682 cemeteries,cemeteries,44,36,43,35,0.86,1.6532,0.43,1.5682 Chardonnay,chardonnay,48,36,22,17,0.94,1.6902,0.43,1.5682 charred,charred,38,36,33,31,0.75,1.5911,0.43,1.5682 Chink,chink,73,36,24,18,1.43,1.8692,0.43,1.5682 Cirque,cirque,41,36,1,1,0.80,1.6232,0.43,1.5682 cited,cited,38,36,36,34,0.75,1.5911,0.43,1.5682 clarinet,clarinet,80,36,73,36,1.57,1.9085,0.43,1.5682 coax,coax,41,36,41,36,0.80,1.6232,0.43,1.5682 coleslaw,coleslaw,63,36,58,32,1.24,1.8062,0.43,1.5682 columnist,columnist,51,36,49,34,1.00,1.7160,0.43,1.5682 commissions,commissions,36,36,35,35,0.71,1.5682,0.43,1.5682 compensated,compensated,40,36,40,36,0.78,1.6128,0.43,1.5682 conservatory,conservatory,69,36,49,29,1.35,1.8451,0.43,1.5682 Constance,constance,152,36,0,0,2.98,2.1847,0.43,1.5682 construed,construed,36,36,36,36,0.71,1.5682,0.43,1.5682 converting,converting,41,36,36,35,0.80,1.6232,0.43,1.5682 coz,coz,82,36,49,28,1.61,1.9191,0.43,1.5682 cranium,cranium,40,36,37,33,0.78,1.6128,0.43,1.5682 crowns,crowns,54,36,48,33,1.06,1.7404,0.43,1.5682 cutbacks,cutbacks,48,36,40,30,0.94,1.6902,0.43,1.5682 Dea,dea,99,36,2,2,1.94,2.0000,0.43,1.5682 destinies,destinies,43,36,43,36,0.84,1.6435,0.43,1.5682 deviate,deviate,38,36,34,32,0.75,1.5911,0.43,1.5682 dissertation,dissertation,61,36,59,34,1.20,1.7924,0.43,1.5682 distrust,distrust,38,36,38,36,0.75,1.5911,0.43,1.5682 disturbances,disturbances,42,36,41,35,0.82,1.6335,0.43,1.5682 ditching,ditching,40,36,35,31,0.78,1.6128,0.43,1.5682 Dodger,dodger,65,36,11,11,1.27,1.8195,0.43,1.5682 Dora,dora,137,36,3,1,2.69,2.1399,0.43,1.5682 doves,doves,51,36,48,35,1.00,1.7160,0.43,1.5682 downer,downer,42,36,37,31,0.82,1.6335,0.43,1.5682 drowsy,drowsy,37,36,37,36,0.73,1.5798,0.43,1.5682 egghead,egghead,57,36,40,33,1.12,1.7634,0.43,1.5682 elective,elective,52,36,51,35,1.02,1.7243,0.43,1.5682 electrocution,electrocution,50,36,38,26,0.98,1.7076,0.43,1.5682 electrons,electrons,77,36,76,35,1.51,1.8921,0.43,1.5682 Emporium,emporium,44,36,18,13,0.86,1.6532,0.43,1.5682 entrails,entrails,45,36,42,33,0.88,1.6628,0.43,1.5682 entrust,entrust,37,36,37,36,0.73,1.5798,0.43,1.5682 eviction,eviction,43,36,37,33,0.84,1.6435,0.43,1.5682 fad,fad,39,36,39,36,0.76,1.6021,0.43,1.5682 Fang,fang,98,36,16,14,1.92,1.9956,0.43,1.5682 figuratively,figuratively,39,36,25,23,0.76,1.6021,0.43,1.5682 finalists,finalists,57,36,55,34,1.12,1.7634,0.43,1.5682 floral,floral,37,36,36,35,0.73,1.5798,0.43,1.5682 foresight,foresight,38,36,37,35,0.75,1.5911,0.43,1.5682 freedoms,freedoms,45,36,42,34,0.88,1.6628,0.43,1.5682 frock,frock,43,36,43,36,0.84,1.6435,0.43,1.5682 funded,funded,41,36,41,36,0.80,1.6232,0.43,1.5682 Gable,gable,55,36,0,0,1.08,1.7482,0.43,1.5682 galaxies,galaxies,49,36,46,36,0.96,1.6990,0.43,1.5682 gangsta,gangsta,80,36,61,32,1.57,1.9085,0.43,1.5682 garbled,garbled,46,36,32,25,0.90,1.6721,0.43,1.5682 gazing,gazing,41,36,32,29,0.80,1.6232,0.43,1.5682 geisha,geisha,146,36,136,32,2.86,2.1673,0.43,1.5682 geological,geological,42,36,33,31,0.82,1.6335,0.43,1.5682 Ginny,ginny,132,36,3,3,2.59,2.1239,0.43,1.5682 Goddamnit,goddamnit,55,36,18,13,1.08,1.7482,0.43,1.5682 Google,google,43,36,13,11,0.84,1.6435,0.43,1.5682 grandeur,grandeur,37,36,33,33,0.73,1.5798,0.43,1.5682 grasshopper,grasshopper,47,36,32,25,0.92,1.6812,0.43,1.5682 graze,graze,39,36,37,34,0.76,1.6021,0.43,1.5682 grievance,grievance,46,36,46,36,0.90,1.6721,0.43,1.5682 groves,groves,60,36,31,23,1.18,1.7853,0.43,1.5682 gusto,gusto,46,36,45,35,0.90,1.6721,0.43,1.5682 headless,headless,67,36,41,30,1.31,1.8325,0.43,1.5682 heartburn,heartburn,38,36,34,33,0.75,1.5911,0.43,1.5682 historian,historian,45,36,45,36,0.88,1.6628,0.43,1.5682 hourly,hourly,37,36,36,35,0.73,1.5798,0.43,1.5682 hymns,hymns,48,36,46,35,0.94,1.6902,0.43,1.5682 icky,icky,61,36,56,31,1.20,1.7924,0.43,1.5682 immaculate,immaculate,40,36,37,33,0.78,1.6128,0.43,1.5682 imposition,imposition,39,36,39,36,0.76,1.6021,0.43,1.5682 indispensable,indispensable,38,36,36,34,0.75,1.5911,0.43,1.5682 industries,industries,45,36,37,30,0.88,1.6628,0.43,1.5682 infatuation,infatuation,43,36,42,36,0.84,1.6435,0.43,1.5682 infiltration,infiltration,40,36,39,35,0.78,1.6128,0.43,1.5682 ingrate,ingrate,38,36,33,31,0.75,1.5911,0.43,1.5682 Iraq,iraq,44,36,3,2,0.86,1.6532,0.43,1.5682 Jagger,jagger,52,36,0,0,1.02,1.7243,0.43,1.5682 Johnnie,johnnie,195,36,5,4,3.82,2.2923,0.43,1.5682 Jonah,jonah,147,36,0,0,2.88,2.1703,0.43,1.5682 justifies,justifies,38,36,38,36,0.75,1.5911,0.43,1.5682 kegs,kegs,49,36,48,35,0.96,1.6990,0.43,1.5682 Klan,klan,58,36,3,1,1.14,1.7709,0.43,1.5682 knowledgeable,knowledgeable,40,36,36,34,0.78,1.6128,0.43,1.5682 Kremlin,kremlin,50,36,3,1,0.98,1.7076,0.43,1.5682 ladylike,ladylike,43,36,43,36,0.84,1.6435,0.43,1.5682 Lisbon,lisbon,85,36,0,0,1.67,1.9345,0.43,1.5682 Liverpool,liverpool,97,36,0,0,1.90,1.9912,0.43,1.5682 loosely,loosely,41,36,37,32,0.80,1.6232,0.43,1.5682 loveliness,loveliness,41,36,39,34,0.80,1.6232,0.43,1.5682 Mahal,mahal,49,36,0,0,0.96,1.6990,0.43,1.5682 Mam,mam,108,36,52,24,2.12,2.0374,0.43,1.5682 manoeuvre,manoeuvre,44,36,44,36,0.86,1.6532,0.43,1.5682 Merlin,merlin,289,36,0,0,5.67,2.4624,0.43,1.5682 Mesa,mesa,66,36,14,11,1.29,1.8261,0.43,1.5682 midday,midday,42,36,41,35,0.82,1.6335,0.43,1.5682 Midge,midge,103,36,0,0,2.02,2.0170,0.43,1.5682 milkshake,milkshake,42,36,40,34,0.82,1.6335,0.43,1.5682 mingling,mingling,43,36,40,34,0.84,1.6435,0.43,1.5682 misconduct,misconduct,40,36,40,36,0.78,1.6128,0.43,1.5682 modification,modification,43,36,37,30,0.84,1.6435,0.43,1.5682 molesting,molesting,53,36,52,36,1.04,1.7324,0.43,1.5682 monotonous,monotonous,43,36,41,34,0.84,1.6435,0.43,1.5682 moths,moths,54,36,46,31,1.06,1.7404,0.43,1.5682 Mu,mu,129,36,31,21,2.53,2.1139,0.43,1.5682 mumps,mumps,60,36,54,33,1.18,1.7853,0.43,1.5682 munch,munch,43,36,32,27,0.84,1.6435,0.43,1.5682 neighboring,neighboring,38,36,38,36,0.75,1.5911,0.43,1.5682 nincompoop,nincompoop,42,36,39,34,0.82,1.6335,0.43,1.5682 nodding,nodding,42,36,41,35,0.82,1.6335,0.43,1.5682 nosebleed,nosebleed,41,36,33,31,0.80,1.6232,0.43,1.5682 nothingness,nothingness,43,36,35,32,0.84,1.6435,0.43,1.5682 nurture,nurture,37,36,36,35,0.73,1.5798,0.43,1.5682 opposites,opposites,46,36,39,32,0.90,1.6721,0.43,1.5682 outcasts,outcasts,45,36,41,32,0.88,1.6628,0.43,1.5682 ovaries,ovaries,43,36,43,36,0.84,1.6435,0.43,1.5682 parenthood,parenthood,40,36,30,27,0.78,1.6128,0.43,1.5682 pastrami,pastrami,49,36,36,29,0.96,1.6990,0.43,1.5682 Pavilion,pavilion,49,36,22,20,0.96,1.6990,0.43,1.5682 pecan,pecan,48,36,40,34,0.94,1.6902,0.43,1.5682 pedigree,pedigree,39,36,35,33,0.76,1.6021,0.43,1.5682 performs,performs,41,36,40,35,0.80,1.6232,0.43,1.5682 perilous,perilous,40,36,38,35,0.78,1.6128,0.43,1.5682 perm,perm,51,36,46,33,1.00,1.7160,0.43,1.5682 persistence,persistence,42,36,36,31,0.82,1.6335,0.43,1.5682 Phi,phi,46,36,9,6,0.90,1.6721,0.43,1.5682 philosophers,philosophers,43,36,38,33,0.84,1.6435,0.43,1.5682 pigtails,pigtails,47,36,43,36,0.92,1.6812,0.43,1.5682 plugging,plugging,41,36,35,31,0.80,1.6232,0.43,1.5682 predictions,predictions,42,36,42,36,0.82,1.6335,0.43,1.5682 primed,primed,38,36,36,36,0.75,1.5911,0.43,1.5682 processor,processor,46,36,45,35,0.90,1.6721,0.43,1.5682 prosecutors,prosecutors,64,36,55,34,1.25,1.8129,0.43,1.5682 provincial,provincial,47,36,45,34,0.92,1.6812,0.43,1.5682 proxy,proxy,46,36,46,36,0.90,1.6721,0.43,1.5682 psychopathic,psychopathic,37,36,32,31,0.73,1.5798,0.43,1.5682 purgatory,purgatory,57,36,30,28,1.12,1.7634,0.43,1.5682 putter,putter,70,36,53,32,1.37,1.8513,0.43,1.5682 quarreling,quarreling,38,36,37,35,0.75,1.5911,0.43,1.5682 racehorse,racehorse,59,36,58,36,1.16,1.7782,0.43,1.5682 rad,rad,45,36,35,28,0.88,1.6628,0.43,1.5682 raiding,raiding,42,36,40,35,0.82,1.6335,0.43,1.5682 rammed,rammed,44,36,43,36,0.86,1.6532,0.43,1.5682 rancher,rancher,47,36,43,33,0.92,1.6812,0.43,1.5682 redecorating,redecorating,37,36,36,35,0.73,1.5798,0.43,1.5682 redheaded,redheaded,45,36,44,35,0.88,1.6628,0.43,1.5682 regimen,regimen,40,36,38,35,0.78,1.6128,0.43,1.5682 reinstate,reinstate,49,36,44,33,0.96,1.6990,0.43,1.5682 remanded,remanded,40,36,39,35,0.78,1.6128,0.43,1.5682 repellent,repellent,40,36,37,34,0.78,1.6128,0.43,1.5682 reroute,reroute,43,36,35,29,0.84,1.6435,0.43,1.5682 researched,researched,41,36,41,36,0.80,1.6232,0.43,1.5682 resides,resides,38,36,38,36,0.75,1.5911,0.43,1.5682 Retractor,retractor,48,36,21,17,0.94,1.6902,0.43,1.5682 retrospect,retrospect,36,36,36,36,0.71,1.5682,0.43,1.5682 ridiculed,ridiculed,39,36,39,36,0.76,1.6021,0.43,1.5682 Rockies,rockies,41,36,1,1,0.80,1.6232,0.43,1.5682 rosary,rosary,61,36,57,32,1.20,1.7924,0.43,1.5682 routed,routed,37,36,36,35,0.73,1.5798,0.43,1.5682 rowboat,rowboat,54,36,53,35,1.06,1.7404,0.43,1.5682 sag,sag,41,36,23,23,0.80,1.6232,0.43,1.5682 saga,saga,40,36,37,34,0.78,1.6128,0.43,1.5682 seizing,seizing,48,36,38,30,0.94,1.6902,0.43,1.5682 seminary,seminary,53,36,48,34,1.04,1.7324,0.43,1.5682 sensations,sensations,39,36,38,35,0.76,1.6021,0.43,1.5682 shafts,shafts,44,36,43,35,0.86,1.6532,0.43,1.5682 shareholders,shareholders,48,36,47,35,0.94,1.6902,0.43,1.5682 shattering,shattering,39,36,33,31,0.76,1.6021,0.43,1.5682 shortcomings,shortcomings,37,36,37,36,0.73,1.5798,0.43,1.5682 shortstop,shortstop,41,36,35,31,0.80,1.6232,0.43,1.5682 slender,slender,38,36,33,32,0.75,1.5911,0.43,1.5682 slicker,slicker,42,36,37,33,0.82,1.6335,0.43,1.5682 smirk,smirk,41,36,40,36,0.80,1.6232,0.43,1.5682 smugglers,smugglers,48,36,44,34,0.94,1.6902,0.43,1.5682 snorting,snorting,47,36,39,30,0.92,1.6812,0.43,1.5682 snorts,snorts,43,36,37,30,0.84,1.6435,0.43,1.5682 snowstorm,snowstorm,44,36,44,36,0.86,1.6532,0.43,1.5682 soiree,soiree,38,36,36,36,0.75,1.5911,0.43,1.5682 soundtrack,soundtrack,48,36,45,34,0.94,1.6902,0.43,1.5682 spills,spills,41,36,40,35,0.80,1.6232,0.43,1.5682 spontaneity,spontaneity,42,36,38,33,0.82,1.6335,0.43,1.5682 sprinkler,sprinkler,47,36,40,32,0.92,1.6812,0.43,1.5682 squatting,squatting,39,36,38,35,0.76,1.6021,0.43,1.5682 squirming,squirming,36,36,34,34,0.71,1.5682,0.43,1.5682 strudel,strudel,47,36,46,35,0.92,1.6812,0.43,1.5682 subdue,subdue,41,36,41,36,0.80,1.6232,0.43,1.5682 Sully,sully,192,36,15,15,3.76,2.2856,0.43,1.5682 swans,swans,65,36,59,33,1.27,1.8195,0.43,1.5682 tackled,tackled,38,36,37,35,0.75,1.5911,0.43,1.5682 taker,taker,46,36,43,34,0.90,1.6721,0.43,1.5682 tamed,tamed,41,36,40,35,0.80,1.6232,0.43,1.5682 thermos,thermos,57,36,45,28,1.12,1.7634,0.43,1.5682 Thunderbolt,thunderbolt,86,36,29,24,1.69,1.9395,0.43,1.5682 Traduction,traduction,36,36,0,0,0.71,1.5682,0.43,1.5682 trainee,trainee,68,36,58,32,1.33,1.8388,0.43,1.5682 treadmill,treadmill,42,36,42,36,0.82,1.6335,0.43,1.5682 treaties,treaties,42,36,38,34,0.82,1.6335,0.43,1.5682 trimester,trimester,43,36,43,36,0.84,1.6435,0.43,1.5682 troublemakers,troublemakers,42,36,39,35,0.82,1.6335,0.43,1.5682 tumors,tumors,55,36,53,35,1.08,1.7482,0.43,1.5682 tweaked,tweaked,37,36,37,36,0.73,1.5798,0.43,1.5682 undertaking,undertaking,40,36,40,36,0.78,1.6128,0.43,1.5682 unwelcome,unwelcome,37,36,36,35,0.73,1.5798,0.43,1.5682 urinal,urinal,39,36,37,34,0.76,1.6021,0.43,1.5682 ust,ust,189,36,189,36,3.71,2.2788,0.43,1.5682 vigil,vigil,44,36,44,36,0.86,1.6532,0.43,1.5682 Viola,viola,151,36,25,17,2.96,2.1818,0.43,1.5682 Vulcan,vulcan,150,36,2,2,2.94,2.1790,0.43,1.5682 wails,wails,45,36,41,32,0.88,1.6628,0.43,1.5682 walkie,walkie,45,36,41,34,0.88,1.6628,0.43,1.5682 wallop,wallop,42,36,39,34,0.82,1.6335,0.43,1.5682 warlocks,warlocks,87,36,79,32,1.71,1.9445,0.43,1.5682 Watcher,watcher,51,36,22,19,1.00,1.7160,0.43,1.5682 whereby,whereby,37,36,34,34,0.73,1.5798,0.43,1.5682 whirlwind,whirlwind,49,36,37,34,0.96,1.6990,0.43,1.5682 wingman,wingman,57,36,55,36,1.12,1.7634,0.43,1.5682 wizards,wizards,55,36,43,31,1.08,1.7482,0.43,1.5682 Woodward,woodward,108,36,0,0,2.12,2.0374,0.43,1.5682 wrought,wrought,44,36,42,35,0.86,1.6532,0.43,1.5682 yammering,yammering,37,36,37,36,0.73,1.5798,0.43,1.5682 yanking,yanking,40,36,40,36,0.78,1.6128,0.43,1.5682 acquiring,acquiring,43,35,41,34,0.84,1.6435,0.42,1.5563 affiliated,affiliated,40,35,39,34,0.78,1.6128,0.42,1.5563 aggravate,aggravate,37,35,36,34,0.73,1.5798,0.42,1.5563 agonizing,agonizing,36,35,35,34,0.71,1.5682,0.42,1.5563 agreements,agreements,41,35,40,35,0.80,1.6232,0.42,1.5563 Alto,alto,69,35,12,8,1.35,1.8451,0.42,1.5563 ambassadors,ambassadors,43,35,31,27,0.84,1.6435,0.42,1.5563 ambience,ambience,37,35,37,35,0.73,1.5798,0.42,1.5563 ambiguous,ambiguous,37,35,34,33,0.73,1.5798,0.42,1.5563 amenities,amenities,39,35,39,35,0.76,1.6021,0.42,1.5563 anchored,anchored,36,35,35,34,0.71,1.5682,0.42,1.5563 annihilate,annihilate,36,35,32,31,0.71,1.5682,0.42,1.5563 Aphrodite,aphrodite,101,35,0,0,1.98,2.0086,0.42,1.5563 armada,armada,55,35,44,28,1.08,1.7482,0.42,1.5563 Armenian,armenian,92,35,3,1,1.80,1.9685,0.42,1.5563 asphyxiation,asphyxiation,36,35,24,23,0.71,1.5682,0.42,1.5563 asunder,asunder,35,35,35,35,0.69,1.5563,0.42,1.5563 Atlas,atlas,52,35,19,13,1.02,1.7243,0.42,1.5563 attaches,attaches,35,35,34,34,0.69,1.5563,0.42,1.5563 attributes,attributes,38,35,37,34,0.75,1.5911,0.42,1.5563 averted,averted,35,35,35,35,0.69,1.5563,0.42,1.5563 Bakersfield,bakersfield,53,35,2,2,1.04,1.7324,0.42,1.5563 barbecued,barbecued,43,35,38,32,0.84,1.6435,0.42,1.5563 bartenders,bartenders,42,35,38,32,0.82,1.6335,0.42,1.5563 betrothed,betrothed,56,35,51,34,1.10,1.7559,0.42,1.5563 Bigfoot,bigfoot,49,35,4,3,0.96,1.6990,0.42,1.5563 billiard,billiard,42,35,41,34,0.82,1.6335,0.42,1.5563 bistro,bistro,46,35,29,24,0.90,1.6721,0.42,1.5563 bitterly,bitterly,39,35,38,34,0.76,1.6021,0.42,1.5563 blabbing,blabbing,39,35,38,34,0.76,1.6021,0.42,1.5563 blasts,blasts,47,35,46,35,0.92,1.6812,0.42,1.5563 blueberries,blueberries,55,35,42,29,1.08,1.7482,0.42,1.5563 Boca,boca,66,35,3,3,1.29,1.8261,0.42,1.5563 bootleg,bootleg,42,35,33,28,0.82,1.6335,0.42,1.5563 brainstorm,brainstorm,40,35,26,26,0.78,1.6128,0.42,1.5563 brewery,brewery,92,35,79,32,1.80,1.9685,0.42,1.5563 Budapest,budapest,79,35,0,0,1.55,1.9031,0.42,1.5563 bunks,bunks,55,35,55,35,1.08,1.7482,0.42,1.5563 cabbie,cabbie,71,35,51,25,1.39,1.8573,0.42,1.5563 Cambodia,cambodia,70,35,1,1,1.37,1.8513,0.42,1.5563 canister,canister,73,35,73,35,1.43,1.8692,0.42,1.5563 certifiable,certifiable,40,35,37,32,0.78,1.6128,0.42,1.5563 Ch,ch,41,35,17,16,0.80,1.6232,0.42,1.5563 characterized,characterized,36,35,35,34,0.71,1.5682,0.42,1.5563 chiropractor,chiropractor,45,35,42,32,0.88,1.6628,0.42,1.5563 chutes,chutes,45,35,38,30,0.88,1.6628,0.42,1.5563 cipher,cipher,76,35,75,35,1.49,1.8865,0.42,1.5563 clinically,clinically,38,35,32,29,0.75,1.5911,0.42,1.5563 Clive,clive,135,35,0,0,2.65,2.1335,0.42,1.5563 coerced,coerced,43,35,40,34,0.84,1.6435,0.42,1.5563 collapses,collapses,44,35,43,35,0.86,1.6532,0.42,1.5563 Collier,collier,242,35,41,7,4.75,2.3856,0.42,1.5563 commonplace,commonplace,40,35,40,35,0.78,1.6128,0.42,1.5563 compliance,compliance,50,35,40,33,0.98,1.7076,0.42,1.5563 Concerto,concerto,48,35,19,15,0.94,1.6902,0.42,1.5563 confetti,confetti,46,35,41,34,0.90,1.6721,0.42,1.5563 congratulated,congratulated,42,35,38,32,0.82,1.6335,0.42,1.5563 consensual,consensual,37,35,36,35,0.73,1.5798,0.42,1.5563 councilman,councilman,72,35,44,26,1.41,1.8633,0.42,1.5563 crippling,crippling,37,35,33,32,0.73,1.5798,0.42,1.5563 curator,curator,47,35,43,31,0.92,1.6812,0.42,1.5563 custodian,custodian,49,35,41,31,0.96,1.6990,0.42,1.5563 daylights,daylights,38,35,38,35,0.75,1.5911,0.42,1.5563 dazed,dazed,38,35,32,31,0.75,1.5911,0.42,1.5563 Deadwood,deadwood,76,35,9,8,1.49,1.8865,0.42,1.5563 delegates,delegates,87,35,75,29,1.71,1.9445,0.42,1.5563 Della,della,119,35,13,9,2.33,2.0792,0.42,1.5563 dented,dented,38,35,38,35,0.75,1.5911,0.42,1.5563 depositions,depositions,40,35,35,30,0.78,1.6128,0.42,1.5563 disruption,disruption,51,35,41,34,1.00,1.7160,0.42,1.5563 doomsday,doomsday,41,35,25,24,0.80,1.6232,0.42,1.5563 douse,douse,41,35,23,23,0.80,1.6232,0.42,1.5563 duped,duped,40,35,39,35,0.78,1.6128,0.42,1.5563 emerges,emerges,36,35,36,35,0.71,1.5682,0.42,1.5563 enforced,enforced,42,35,42,35,0.82,1.6335,0.42,1.5563 enlightening,enlightening,37,35,36,34,0.73,1.5798,0.42,1.5563 eunuch,eunuch,65,35,48,27,1.27,1.8195,0.42,1.5563 evict,evict,36,35,33,32,0.71,1.5682,0.42,1.5563 exceeds,exceeds,37,35,37,35,0.73,1.5798,0.42,1.5563 exited,exited,38,35,38,35,0.75,1.5911,0.42,1.5563 Exorcist,exorcist,50,35,22,16,0.98,1.7076,0.42,1.5563 facto,facto,37,35,37,35,0.73,1.5798,0.42,1.5563 fantasizing,fantasizing,41,35,38,32,0.80,1.6232,0.42,1.5563 fiends,fiends,39,35,38,34,0.76,1.6021,0.42,1.5563 fiesta,fiesta,64,35,49,23,1.25,1.8129,0.42,1.5563 flabby,flabby,41,35,37,33,0.80,1.6232,0.42,1.5563 flicks,flicks,43,35,41,34,0.84,1.6435,0.42,1.5563 footwork,footwork,47,35,45,34,0.92,1.6812,0.42,1.5563 Fowler,fowler,202,35,2,2,3.96,2.3075,0.42,1.5563 Franco,franco,92,35,0,0,1.80,1.9685,0.42,1.5563 fro,fro,58,35,51,34,1.14,1.7709,0.42,1.5563 garments,garments,39,35,38,35,0.76,1.6021,0.42,1.5563 Gemini,gemini,43,35,1,1,0.84,1.6435,0.42,1.5563 geology,geology,47,35,37,30,0.92,1.6812,0.42,1.5563 glimmer,glimmer,40,35,34,33,0.78,1.6128,0.42,1.5563 goblins,goblins,65,35,59,33,1.27,1.8195,0.42,1.5563 gooey,gooey,39,35,35,33,0.76,1.6021,0.42,1.5563 Grammy,grammy,76,35,4,3,1.49,1.8865,0.42,1.5563 gush,gush,36,35,35,35,0.71,1.5682,0.42,1.5563 handbook,handbook,52,35,40,30,1.02,1.7243,0.42,1.5563 handsomest,handsomest,38,35,38,35,0.75,1.5911,0.42,1.5563 hangout,hangout,38,35,34,33,0.75,1.5911,0.42,1.5563 Harding,harding,138,35,0,0,2.71,2.1430,0.42,1.5563 headstone,headstone,51,35,51,35,1.00,1.7160,0.42,1.5563 Heath,heath,95,35,12,11,1.86,1.9823,0.42,1.5563 heirloom,heirloom,43,35,43,35,0.84,1.6435,0.42,1.5563 homosexuality,homosexuality,49,35,45,33,0.96,1.6990,0.42,1.5563 hordes,hordes,41,35,37,33,0.80,1.6232,0.42,1.5563 Husky,husky,81,35,30,27,1.59,1.9138,0.42,1.5563 impossibility,impossibility,35,35,35,35,0.69,1.5563,0.42,1.5563 improbable,improbable,37,35,36,34,0.73,1.5798,0.42,1.5563 induction,induction,37,35,34,32,0.73,1.5798,0.42,1.5563 inept,inept,43,35,41,35,0.84,1.6435,0.42,1.5563 inexpensive,inexpensive,37,35,36,34,0.73,1.5798,0.42,1.5563 inexplicable,inexplicable,38,35,37,34,0.75,1.5911,0.42,1.5563 infantile,infantile,38,35,36,34,0.75,1.5911,0.42,1.5563 innate,innate,39,35,38,35,0.76,1.6021,0.42,1.5563 Jehovah,jehovah,40,35,0,0,0.78,1.6128,0.42,1.5563 Jiminy,jiminy,74,35,5,5,1.45,1.8751,0.42,1.5563 jot,jot,37,35,32,30,0.73,1.5798,0.42,1.5563 Kappa,kappa,53,35,5,3,1.04,1.7324,0.42,1.5563 keister,keister,40,35,39,35,0.78,1.6128,0.42,1.5563 kidder,kidder,44,35,34,31,0.86,1.6532,0.42,1.5563 kindred,kindred,45,35,39,32,0.88,1.6628,0.42,1.5563 kinks,kinks,41,35,36,32,0.80,1.6232,0.42,1.5563 Kip,kip,96,35,15,14,1.88,1.9868,0.42,1.5563 Ko,ko,145,35,11,5,2.84,2.1644,0.42,1.5563 lavatory,lavatory,49,35,48,34,0.96,1.6990,0.42,1.5563 lavish,lavish,39,35,38,34,0.76,1.6021,0.42,1.5563 legislation,legislation,52,35,46,33,1.02,1.7243,0.42,1.5563 lengthy,lengthy,37,35,35,33,0.73,1.5798,0.42,1.5563 lesions,lesions,53,35,50,33,1.04,1.7324,0.42,1.5563 licorice,licorice,44,35,30,27,0.86,1.6532,0.42,1.5563 livery,livery,65,35,61,32,1.27,1.8195,0.42,1.5563 luminous,luminous,39,35,34,31,0.76,1.6021,0.42,1.5563 magicians,magicians,45,35,35,29,0.88,1.6628,0.42,1.5563 mahogany,mahogany,38,35,35,33,0.75,1.5911,0.42,1.5563 Mammy,mammy,119,35,42,19,2.33,2.0792,0.42,1.5563 mania,mania,52,35,40,30,1.02,1.7243,0.42,1.5563 membrane,membrane,57,35,54,32,1.12,1.7634,0.42,1.5563 mimic,mimic,40,35,38,33,0.78,1.6128,0.42,1.5563 mislead,mislead,38,35,37,35,0.75,1.5911,0.42,1.5563 Mmmm,mmmm,43,35,0,0,0.84,1.6435,0.42,1.5563 moderation,moderation,37,35,33,31,0.73,1.5798,0.42,1.5563 muffler,muffler,51,35,36,33,1.00,1.7160,0.42,1.5563 Muhammad,muhammad,172,35,0,0,3.37,2.2380,0.42,1.5563 Mulligan,mulligan,89,35,11,10,1.75,1.9542,0.42,1.5563 Mumbles,mumbles,51,35,24,19,1.00,1.7160,0.42,1.5563 Myrtle,myrtle,163,35,2,2,3.20,2.2148,0.42,1.5563 nicknamed,nicknamed,36,35,33,32,0.71,1.5682,0.42,1.5563 ordnance,ordnance,47,35,44,32,0.92,1.6812,0.42,1.5563 ot,ot,126,35,109,21,2.47,2.1038,0.42,1.5563 pajama,pajama,65,35,58,32,1.27,1.8195,0.42,1.5563 pally,pally,46,35,44,34,0.90,1.6721,0.42,1.5563 Parmesan,parmesan,57,35,21,15,1.12,1.7634,0.42,1.5563 payoffs,payoffs,40,35,39,34,0.78,1.6128,0.42,1.5563 Pe,pe,55,35,3,2,1.08,1.7482,0.42,1.5563 pedophile,pedophile,69,35,69,35,1.35,1.8451,0.42,1.5563 Peekaboo,peekaboo,57,35,17,14,1.12,1.7634,0.42,1.5563 Peking,peking,58,35,0,0,1.14,1.7709,0.42,1.5563 penises,penises,43,35,43,35,0.84,1.6435,0.42,1.5563 perchance,perchance,39,35,33,29,0.76,1.6021,0.42,1.5563 perseverance,perseverance,37,35,30,30,0.73,1.5798,0.42,1.5563 pertaining,pertaining,41,35,37,33,0.80,1.6232,0.42,1.5563 perversion,perversion,40,35,37,32,0.78,1.6128,0.42,1.5563 pickups,pickups,43,35,28,25,0.84,1.6435,0.42,1.5563 piranha,piranha,60,35,43,30,1.18,1.7853,0.42,1.5563 plastics,plastics,52,35,34,23,1.02,1.7243,0.42,1.5563 poaching,poaching,47,35,38,31,0.92,1.6812,0.42,1.5563 poise,poise,56,35,44,35,1.10,1.7559,0.42,1.5563 poppin,poppin,47,35,37,28,0.92,1.6812,0.42,1.5563 possessing,possessing,36,35,31,30,0.71,1.5682,0.42,1.5563 postponing,postponing,38,35,34,31,0.75,1.5911,0.42,1.5563 printout,printout,35,35,35,35,0.69,1.5563,0.42,1.5563 pristine,pristine,39,35,38,35,0.76,1.6021,0.42,1.5563 prized,prized,35,35,35,35,0.69,1.5563,0.42,1.5563 proclamation,proclamation,55,35,46,28,1.08,1.7482,0.42,1.5563 progression,progression,39,35,38,34,0.76,1.6021,0.42,1.5563 prowess,prowess,40,35,39,35,0.78,1.6128,0.42,1.5563 prowling,prowling,37,35,34,32,0.73,1.5798,0.42,1.5563 publications,publications,47,35,31,28,0.92,1.6812,0.42,1.5563 punitive,punitive,44,35,42,35,0.86,1.6532,0.42,1.5563 putt,putt,58,35,52,33,1.14,1.7709,0.42,1.5563 racks,racks,44,35,43,35,0.86,1.6532,0.42,1.5563 racquetball,racquetball,62,35,57,32,1.22,1.7993,0.42,1.5563 Raiders,raiders,58,35,20,13,1.14,1.7709,0.42,1.5563 rapping,rapping,48,35,44,33,0.94,1.6902,0.42,1.5563 reactive,reactive,39,35,37,33,0.76,1.6021,0.42,1.5563 reckoned,reckoned,38,35,38,35,0.75,1.5911,0.42,1.5563 remarry,remarry,44,35,44,35,0.86,1.6532,0.42,1.5563 remiss,remiss,35,35,35,35,0.69,1.5563,0.42,1.5563 respectability,respectability,38,35,38,35,0.75,1.5911,0.42,1.5563 responsive,responsive,40,35,39,35,0.78,1.6128,0.42,1.5563 retrace,retrace,35,35,32,32,0.69,1.5563,0.42,1.5563 retreating,retreating,48,35,43,32,0.94,1.6902,0.42,1.5563 robust,robust,36,35,34,33,0.71,1.5682,0.42,1.5563 rougher,rougher,38,35,36,34,0.75,1.5911,0.42,1.5563 Salem,salem,62,35,1,1,1.22,1.7993,0.42,1.5563 scandals,scandals,38,35,34,32,0.75,1.5911,0.42,1.5563 sciences,sciences,36,35,23,22,0.71,1.5682,0.42,1.5563 scolded,scolded,42,35,42,35,0.82,1.6335,0.42,1.5563 scorned,scorned,35,35,33,33,0.69,1.5563,0.42,1.5563 scorpions,scorpions,67,35,51,29,1.31,1.8325,0.42,1.5563 Semper,semper,56,35,5,5,1.10,1.7559,0.42,1.5563 shacked,shacked,38,35,36,33,0.75,1.5911,0.42,1.5563 Siegfried,siegfried,92,35,0,0,1.80,1.9685,0.42,1.5563 singled,singled,36,35,35,34,0.71,1.5682,0.42,1.5563 sizzling,sizzling,44,35,35,28,0.86,1.6532,0.42,1.5563 skips,skips,42,35,41,35,0.82,1.6335,0.42,1.5563 skylight,skylight,43,35,37,30,0.84,1.6435,0.42,1.5563 skyscrapers,skyscrapers,38,35,32,30,0.75,1.5911,0.42,1.5563 slinging,slinging,40,35,37,34,0.78,1.6128,0.42,1.5563 sluggish,sluggish,40,35,37,34,0.78,1.6128,0.42,1.5563 Snoopy,snoopy,52,35,11,10,1.02,1.7243,0.42,1.5563 soot,soot,55,35,44,31,1.08,1.7482,0.42,1.5563 spectacles,spectacles,42,35,38,31,0.82,1.6335,0.42,1.5563 sphincter,sphincter,57,35,39,32,1.12,1.7634,0.42,1.5563 spied,spied,37,35,35,33,0.73,1.5798,0.42,1.5563 spruce,spruce,56,35,48,30,1.10,1.7559,0.42,1.5563 Squire,squire,157,35,61,26,3.08,2.1987,0.42,1.5563 squish,squish,53,35,35,30,1.04,1.7324,0.42,1.5563 stagecoach,stagecoach,51,35,42,30,1.00,1.7160,0.42,1.5563 steered,steered,36,35,36,35,0.71,1.5682,0.42,1.5563 steers,steers,46,35,44,35,0.90,1.6721,0.42,1.5563 sternum,sternum,41,35,39,34,0.80,1.6232,0.42,1.5563 strictest,strictest,35,35,35,35,0.69,1.5563,0.42,1.5563 strides,strides,39,35,39,35,0.76,1.6021,0.42,1.5563 stubs,stubs,43,35,41,34,0.84,1.6435,0.42,1.5563 submerged,submerged,43,35,39,32,0.84,1.6435,0.42,1.5563 sulk,sulk,38,35,38,35,0.75,1.5911,0.42,1.5563 sunken,sunken,46,35,39,30,0.90,1.6721,0.42,1.5563 Sup,sup,47,35,18,15,0.92,1.6812,0.42,1.5563 surfaces,surfaces,37,35,35,33,0.73,1.5798,0.42,1.5563 syllable,syllable,42,35,42,35,0.82,1.6335,0.42,1.5563 tablecloths,tablecloths,38,35,36,33,0.75,1.5911,0.42,1.5563 tarp,tarp,50,35,45,34,0.98,1.7076,0.42,1.5563 tarts,tarts,57,35,45,27,1.12,1.7634,0.42,1.5563 teapot,teapot,44,35,38,32,0.86,1.6532,0.42,1.5563 telepathy,telepathy,47,35,35,29,0.92,1.6812,0.42,1.5563 thankfully,thankfully,35,35,18,18,0.69,1.5563,0.42,1.5563 therapists,therapists,42,35,39,34,0.82,1.6335,0.42,1.5563 thoracotomy,thoracotomy,46,35,26,20,0.90,1.6721,0.42,1.5563 thyself,thyself,42,35,41,34,0.82,1.6335,0.42,1.5563 tinkle,tinkle,47,35,44,33,0.92,1.6812,0.42,1.5563 toenail,toenail,44,35,43,35,0.86,1.6532,0.42,1.5563 Trenton,trenton,82,35,0,0,1.61,1.9191,0.42,1.5563 trite,trite,40,35,37,32,0.78,1.6128,0.42,1.5563 triumphs,triumphs,38,35,33,32,0.75,1.5911,0.42,1.5563 trois,trois,40,35,38,33,0.78,1.6128,0.42,1.5563 trucking,trucking,53,35,40,31,1.04,1.7324,0.42,1.5563 trustee,trustee,42,35,42,35,0.82,1.6335,0.42,1.5563 unchanged,unchanged,36,35,35,34,0.71,1.5682,0.42,1.5563 undergoing,undergoing,35,35,34,34,0.69,1.5563,0.42,1.5563 unhook,unhook,44,35,33,26,0.86,1.6532,0.42,1.5563 unquote,unquote,39,35,21,21,0.76,1.6021,0.42,1.5563 unsavory,unsavory,39,35,37,35,0.76,1.6021,0.42,1.5563 uplifting,uplifting,35,35,35,35,0.69,1.5563,0.42,1.5563 variable,variable,39,35,37,33,0.76,1.6021,0.42,1.5563 ventriloquist,ventriloquist,49,35,48,35,0.96,1.6990,0.42,1.5563 vertigo,vertigo,39,35,36,32,0.76,1.6021,0.42,1.5563 vicar,vicar,75,35,63,33,1.47,1.8808,0.42,1.5563 Vinny,vinny,98,35,1,1,1.92,1.9956,0.42,1.5563 Waldorf,waldorf,50,35,0,0,0.98,1.7076,0.42,1.5563 Watchers,watchers,50,35,17,16,0.98,1.7076,0.42,1.5563 weasels,weasels,50,35,47,33,0.98,1.7076,0.42,1.5563 werewolves,werewolves,77,35,58,31,1.51,1.8921,0.42,1.5563 wheeling,wheeling,39,35,31,28,0.76,1.6021,0.42,1.5563 whims,whims,39,35,38,35,0.76,1.6021,0.42,1.5563 windbag,windbag,41,35,39,33,0.80,1.6232,0.42,1.5563 yon,yon,40,35,35,31,0.78,1.6128,0.42,1.5563 acknowledging,acknowledging,36,34,35,33,0.71,1.5682,0.41,1.5441 adverse,adverse,36,34,35,34,0.71,1.5682,0.41,1.5441 aerospace,aerospace,55,34,33,24,1.08,1.7482,0.41,1.5441 Afro,afro,57,34,17,14,1.12,1.7634,0.41,1.5441 Ag,ag,58,34,9,6,1.14,1.7709,0.41,1.5441 aggressively,aggressively,35,34,31,31,0.69,1.5563,0.41,1.5441 altering,altering,36,34,35,33,0.71,1.5682,0.41,1.5441 amazement,amazement,36,34,34,33,0.71,1.5682,0.41,1.5441 amidst,amidst,35,34,28,27,0.69,1.5563,0.41,1.5441 amiss,amiss,38,34,38,34,0.75,1.5911,0.41,1.5441 analyse,analyse,45,34,44,34,0.88,1.6628,0.41,1.5441 anomalies,anomalies,38,34,37,33,0.75,1.5911,0.41,1.5441 appliance,appliance,41,34,39,32,0.80,1.6232,0.41,1.5441 apprised,apprised,37,34,37,34,0.73,1.5798,0.41,1.5441 archaic,archaic,35,34,33,32,0.69,1.5563,0.41,1.5441 Archers,archers,69,34,33,20,1.35,1.8451,0.41,1.5441 assortment,assortment,37,34,37,34,0.73,1.5798,0.41,1.5441 attractions,attractions,37,34,36,33,0.73,1.5798,0.41,1.5441 Baghdad,baghdad,74,34,1,1,1.45,1.8751,0.41,1.5441 Baldy,baldy,56,34,23,21,1.10,1.7559,0.41,1.5441 Bane,bane,94,34,24,22,1.84,1.9777,0.41,1.5441 bazooka,bazooka,46,34,33,26,0.90,1.6721,0.41,1.5441 beards,beards,39,34,33,30,0.76,1.6021,0.41,1.5441 Bertha,bertha,157,34,0,0,3.08,2.1987,0.41,1.5441 bikers,bikers,61,34,56,31,1.20,1.7924,0.41,1.5441 billboards,billboards,40,34,38,33,0.78,1.6128,0.41,1.5441 bipolar,bipolar,42,34,38,32,0.82,1.6335,0.41,1.5441 blip,blip,41,34,41,34,0.80,1.6232,0.41,1.5441 bloodhound,bloodhound,50,34,37,32,0.98,1.7076,0.41,1.5441 blubber,blubber,43,34,41,33,0.84,1.6435,0.41,1.5441 bonny,bonny,95,34,64,28,1.86,1.9823,0.41,1.5441 bookcase,bookcase,48,34,46,33,0.94,1.6902,0.41,1.5441 bountiful,bountiful,39,34,30,30,0.76,1.6021,0.41,1.5441 bowler,bowler,67,34,54,31,1.31,1.8325,0.41,1.5441 brotherly,brotherly,43,34,35,31,0.84,1.6435,0.41,1.5441 bulkhead,bulkhead,48,34,48,34,0.94,1.6902,0.41,1.5441 buries,buries,39,34,38,34,0.76,1.6021,0.41,1.5441 Burma,burma,79,34,0,0,1.55,1.9031,0.41,1.5441 bushed,bushed,37,34,37,34,0.73,1.5798,0.41,1.5441 butchers,butchers,41,34,36,30,0.80,1.6232,0.41,1.5441 caterpillar,caterpillar,57,34,51,32,1.12,1.7634,0.41,1.5441 Chamberlain,chamberlain,68,34,1,1,1.33,1.8388,0.41,1.5441 Cheetah,cheetah,117,34,52,24,2.29,2.0719,0.41,1.5441 Cherokee,cherokee,58,34,0,0,1.14,1.7709,0.41,1.5441 chloroform,chloroform,51,34,38,30,1.00,1.7160,0.41,1.5441 choreography,choreography,45,34,40,31,0.88,1.6628,0.41,1.5441 christening,christening,38,34,38,34,0.75,1.5911,0.41,1.5441 chromosomes,chromosomes,43,34,40,33,0.84,1.6435,0.41,1.5441 Chrysler,chrysler,44,34,1,1,0.86,1.6532,0.41,1.5441 chumps,chumps,42,34,40,33,0.82,1.6335,0.41,1.5441 civilizations,civilizations,43,34,43,34,0.84,1.6435,0.41,1.5441 clamps,clamps,55,34,51,32,1.08,1.7482,0.41,1.5441 clergy,clergy,48,34,42,30,0.94,1.6902,0.41,1.5441 cliche,cliche,41,34,40,33,0.80,1.6232,0.41,1.5441 clutching,clutching,36,34,35,33,0.71,1.5682,0.41,1.5441 clutter,clutter,48,34,34,31,0.94,1.6902,0.41,1.5441 cocker,cocker,42,34,35,29,0.82,1.6335,0.41,1.5441 coils,coils,47,34,47,34,0.92,1.6812,0.41,1.5441 colds,colds,38,34,32,29,0.75,1.5911,0.41,1.5441 comedians,comedians,49,34,42,30,0.96,1.6990,0.41,1.5441 comma,comma,50,34,43,33,0.98,1.7076,0.41,1.5441 comparative,comparative,41,34,31,27,0.80,1.6232,0.41,1.5441 conglomerate,conglomerate,39,34,39,34,0.76,1.6021,0.41,1.5441 consultants,consultants,42,34,35,30,0.82,1.6335,0.41,1.5441 contented,contented,39,34,39,34,0.76,1.6021,0.41,1.5441 conveyor,conveyor,43,34,43,34,0.84,1.6435,0.41,1.5441 coon,coon,64,34,55,31,1.25,1.8129,0.41,1.5441 cooperated,cooperated,36,34,36,34,0.71,1.5682,0.41,1.5441 corsage,corsage,48,34,46,34,0.94,1.6902,0.41,1.5441 corset,corset,45,34,44,34,0.88,1.6628,0.41,1.5441 Cougar,cougar,102,34,38,14,2.00,2.0128,0.41,1.5441 countenance,countenance,38,34,38,34,0.75,1.5911,0.41,1.5441 covet,covet,48,34,47,33,0.94,1.6902,0.41,1.5441 coveted,coveted,39,34,39,34,0.76,1.6021,0.41,1.5441 cues,cues,35,34,35,34,0.69,1.5563,0.41,1.5441 cunts,cunts,41,34,39,33,0.80,1.6232,0.41,1.5441 daiquiri,daiquiri,41,34,38,31,0.80,1.6232,0.41,1.5441 Dar,dar,68,34,8,4,1.33,1.8388,0.41,1.5441 Deacon,deacon,146,34,17,13,2.86,2.1673,0.41,1.5441 deactivate,deactivate,58,34,40,26,1.14,1.7709,0.41,1.5441 debacle,debacle,34,34,34,34,0.67,1.5441,0.41,1.5441 decaying,decaying,36,34,36,34,0.71,1.5682,0.41,1.5441 declares,declares,34,34,32,32,0.67,1.5441,0.41,1.5441 defenders,defenders,37,34,33,30,0.73,1.5798,0.41,1.5441 Demerol,demerol,48,34,0,0,0.94,1.6902,0.41,1.5441 denounce,denounce,44,34,41,32,0.86,1.6532,0.41,1.5441 dentists,dentists,53,34,45,32,1.04,1.7324,0.41,1.5441 depleted,depleted,39,34,38,34,0.76,1.6021,0.41,1.5441 depress,depress,36,34,35,33,0.71,1.5682,0.41,1.5441 devoid,devoid,36,34,33,31,0.71,1.5682,0.41,1.5441 dictating,dictating,37,34,34,31,0.73,1.5798,0.41,1.5441 dildo,dildo,68,34,55,30,1.33,1.8388,0.41,1.5441 diners,diners,41,34,23,21,0.80,1.6232,0.41,1.5441 dioxide,dioxide,52,34,52,34,1.02,1.7243,0.41,1.5441 disclosed,disclosed,41,34,41,34,0.80,1.6232,0.41,1.5441 disguises,disguises,39,34,39,34,0.76,1.6021,0.41,1.5441 disobedience,disobedience,39,34,36,31,0.76,1.6021,0.41,1.5441 dominance,dominance,39,34,37,32,0.76,1.6021,0.41,1.5441 dominoes,dominoes,45,34,38,31,0.88,1.6628,0.41,1.5441 drafts,drafts,37,34,36,33,0.73,1.5798,0.41,1.5441 droppings,droppings,40,34,38,34,0.78,1.6128,0.41,1.5441 drunkenness,drunkenness,36,34,33,32,0.71,1.5682,0.41,1.5441 Dublin,dublin,62,34,0,0,1.22,1.7993,0.41,1.5441 eliminates,eliminates,37,34,33,31,0.73,1.5798,0.41,1.5441 empowered,empowered,37,34,37,34,0.73,1.5798,0.41,1.5441 emptying,emptying,35,34,33,32,0.69,1.5563,0.41,1.5441 entrapment,entrapment,43,34,38,31,0.84,1.6435,0.41,1.5441 escalate,escalate,36,34,34,34,0.71,1.5682,0.41,1.5441 essentials,essentials,39,34,34,30,0.76,1.6021,0.41,1.5441 excursion,excursion,34,34,31,31,0.67,1.5441,0.41,1.5441 executing,executing,39,34,38,33,0.76,1.6021,0.41,1.5441 exert,exert,34,34,34,34,0.67,1.5441,0.41,1.5441 extravaganza,extravaganza,36,34,29,29,0.71,1.5682,0.41,1.5441 eyelash,eyelash,44,34,41,31,0.86,1.6532,0.41,1.5441 favourites,favourites,36,34,36,34,0.71,1.5682,0.41,1.5441 feline,feline,46,34,37,31,0.90,1.6721,0.41,1.5441 flicker,flicker,35,34,32,32,0.69,1.5563,0.41,1.5441 flunking,flunking,45,34,40,29,0.88,1.6628,0.41,1.5441 flustered,flustered,38,34,35,32,0.75,1.5911,0.41,1.5441 font,font,48,34,46,33,0.94,1.6902,0.41,1.5441 forcibly,forcibly,36,34,36,34,0.71,1.5682,0.41,1.5441 fragrant,fragrant,36,34,32,31,0.71,1.5682,0.41,1.5441 fray,fray,48,34,39,32,0.94,1.6902,0.41,1.5441 gases,gases,37,34,37,34,0.73,1.5798,0.41,1.5441 gazelle,gazelle,62,34,46,33,1.22,1.7993,0.41,1.5441 geologist,geologist,51,34,49,33,1.00,1.7160,0.41,1.5441 ghouls,ghouls,47,34,43,32,0.92,1.6812,0.41,1.5441 Gibbons,gibbons,138,34,0,0,2.71,2.1430,0.41,1.5441 goalie,goalie,73,34,68,31,1.43,1.8692,0.41,1.5441 graded,graded,37,34,37,34,0.73,1.5798,0.41,1.5441 guerrilla,guerrilla,55,34,49,31,1.08,1.7482,0.41,1.5441 hailed,hailed,43,34,43,34,0.84,1.6435,0.41,1.5441 hazing,hazing,53,34,47,32,1.04,1.7324,0.41,1.5441 heartily,heartily,39,34,38,33,0.76,1.6021,0.41,1.5441 hickey,hickey,70,34,36,25,1.37,1.8513,0.41,1.5441 Himalayas,himalayas,41,34,0,0,0.80,1.6232,0.41,1.5441 hinting,hinting,38,34,37,34,0.75,1.5911,0.41,1.5441 Hiroshima,hiroshima,60,34,0,0,1.18,1.7853,0.41,1.5441 hive,hive,50,34,50,34,0.98,1.7076,0.41,1.5441 homie,homie,93,34,75,30,1.82,1.9731,0.41,1.5441 horsing,horsing,36,34,36,34,0.71,1.5682,0.41,1.5441 hothead,hothead,38,34,32,31,0.75,1.5911,0.41,1.5441 illnesses,illnesses,35,34,34,33,0.69,1.5563,0.41,1.5441 incumbent,incumbent,34,34,34,34,0.67,1.5441,0.41,1.5441 informative,informative,35,34,35,34,0.69,1.5563,0.41,1.5441 infuser,infuser,56,34,56,34,1.10,1.7559,0.41,1.5441 inhaled,inhaled,36,34,35,34,0.71,1.5682,0.41,1.5441 innings,innings,49,34,49,34,0.96,1.6990,0.41,1.5441 insignia,insignia,41,34,41,34,0.80,1.6232,0.41,1.5441 instances,instances,34,34,34,34,0.67,1.5441,0.41,1.5441 intellectually,intellectually,40,34,40,34,0.78,1.6128,0.41,1.5441 intubated,intubated,42,34,33,28,0.82,1.6335,0.41,1.5441 inverted,inverted,40,34,40,34,0.78,1.6128,0.41,1.5441 Jed,jed,118,34,5,1,2.31,2.0755,0.41,1.5441 Josie,josie,227,34,8,1,4.45,2.3579,0.41,1.5441 jungles,jungles,36,34,36,34,0.71,1.5682,0.41,1.5441 Kelvin,kelvin,134,34,2,2,2.63,2.1303,0.41,1.5441 Kenya,kenya,121,34,0,0,2.37,2.0864,0.41,1.5441 Kirby,kirby,288,34,0,0,5.65,2.4609,0.41,1.5441 kneecaps,kneecaps,35,34,35,34,0.69,1.5563,0.41,1.5441 laboratories,laboratories,38,34,26,23,0.75,1.5911,0.41,1.5441 Lacey,lacey,124,34,1,1,2.43,2.0969,0.41,1.5441 Lambert,lambert,191,34,5,1,3.75,2.2833,0.41,1.5441 landslide,landslide,42,34,31,28,0.82,1.6335,0.41,1.5441 lasso,lasso,45,34,40,32,0.88,1.6628,0.41,1.5441 Libya,libya,43,34,0,0,0.84,1.6435,0.41,1.5441 limiting,limiting,37,34,34,32,0.73,1.5798,0.41,1.5441 liposuction,liposuction,40,34,34,29,0.78,1.6128,0.41,1.5441 locomotive,locomotive,41,34,39,34,0.80,1.6232,0.41,1.5441 lofty,lofty,40,34,30,28,0.78,1.6128,0.41,1.5441 magnesium,magnesium,46,34,37,29,0.90,1.6721,0.41,1.5441 majored,majored,37,34,36,34,0.73,1.5798,0.41,1.5441 Malaysia,malaysia,63,34,0,0,1.24,1.8062,0.41,1.5441 mamas,mamas,36,34,30,29,0.71,1.5682,0.41,1.5441 mano,mano,76,34,54,29,1.49,1.8865,0.41,1.5441 Mara,mara,154,34,0,0,3.02,2.1903,0.41,1.5441 Mardi,mardi,50,34,4,1,0.98,1.7076,0.41,1.5441 Maru,maru,135,34,0,0,2.65,2.1335,0.41,1.5441 Mead,mead,53,34,15,11,1.04,1.7324,0.41,1.5441 milestone,milestone,36,34,33,31,0.71,1.5682,0.41,1.5441 mime,mime,58,34,51,33,1.14,1.7709,0.41,1.5441 mistrial,mistrial,59,34,56,32,1.16,1.7782,0.41,1.5441 misunderstandings,misunderstandings,40,34,39,34,0.78,1.6128,0.41,1.5441 molecule,molecule,40,34,39,33,0.78,1.6128,0.41,1.5441 moonshine,moonshine,49,34,39,29,0.96,1.6990,0.41,1.5441 mortars,mortars,61,34,41,28,1.20,1.7924,0.41,1.5441 motorbike,motorbike,38,34,31,28,0.75,1.5911,0.41,1.5441 mumble,mumble,40,34,35,32,0.78,1.6128,0.41,1.5441 mural,mural,52,34,51,34,1.02,1.7243,0.41,1.5441 mutilation,mutilation,48,34,44,31,0.94,1.6902,0.41,1.5441 Nashville,nashville,91,34,0,0,1.78,1.9638,0.41,1.5441 navigational,navigational,48,34,41,31,0.94,1.6902,0.41,1.5441 noggin,noggin,34,34,32,32,0.67,1.5441,0.41,1.5441 Norfolk,norfolk,69,34,0,0,1.35,1.8451,0.41,1.5441 Ny,ny,51,34,6,4,1.00,1.7160,0.41,1.5441 Okinawa,okinawa,65,34,0,0,1.27,1.8195,0.41,1.5441 olden,olden,54,34,34,30,1.06,1.7404,0.41,1.5441 oregano,oregano,42,34,40,32,0.82,1.6335,0.41,1.5441 Oscars,oscars,45,34,1,1,0.88,1.6628,0.41,1.5441 overbearing,overbearing,49,34,46,33,0.96,1.6990,0.41,1.5441 overcame,overcame,34,34,32,32,0.67,1.5441,0.41,1.5441 overjoyed,overjoyed,37,34,34,32,0.73,1.5798,0.41,1.5441 overwhelm,overwhelm,35,34,34,33,0.69,1.5563,0.41,1.5441 packets,packets,47,34,46,33,0.92,1.6812,0.41,1.5441 palaces,palaces,41,34,37,31,0.80,1.6232,0.41,1.5441 pamphlets,pamphlets,42,34,40,33,0.82,1.6335,0.41,1.5441 paralysed,paralysed,46,34,45,33,0.90,1.6721,0.41,1.5441 partied,partied,40,34,35,30,0.78,1.6128,0.41,1.5441 pathway,pathway,58,34,36,29,1.14,1.7709,0.41,1.5441 pawns,pawns,41,34,37,31,0.80,1.6232,0.41,1.5441 paychecks,paychecks,41,34,39,33,0.80,1.6232,0.41,1.5441 perpetrators,perpetrators,42,34,39,34,0.82,1.6335,0.41,1.5441 picnics,picnics,38,34,37,33,0.75,1.5911,0.41,1.5441 piping,piping,36,34,31,29,0.71,1.5682,0.41,1.5441 plop,plop,43,34,34,29,0.84,1.6435,0.41,1.5441 Pong,pong,82,34,18,16,1.61,1.9191,0.41,1.5441 portray,portray,43,34,43,34,0.84,1.6435,0.41,1.5441 priestess,priestess,63,34,52,29,1.24,1.8062,0.41,1.5441 prioritize,prioritize,38,34,33,30,0.75,1.5911,0.41,1.5441 profanity,profanity,37,34,36,33,0.73,1.5798,0.41,1.5441 programmer,programmer,56,34,54,34,1.10,1.7559,0.41,1.5441 promenade,promenade,45,34,26,23,0.88,1.6628,0.41,1.5441 psychos,psychos,47,34,43,32,0.92,1.6812,0.41,1.5441 pulses,pulses,44,34,40,31,0.86,1.6532,0.41,1.5441 pushups,pushups,64,34,57,29,1.25,1.8129,0.41,1.5441 quilt,quilt,39,34,39,34,0.76,1.6021,0.41,1.5441 radioed,radioed,39,34,39,34,0.76,1.6021,0.41,1.5441 rafters,rafters,35,34,34,33,0.69,1.5563,0.41,1.5441 recourse,recourse,38,34,37,34,0.75,1.5911,0.41,1.5441 recruitment,recruitment,42,34,38,31,0.82,1.6335,0.41,1.5441 recycled,recycled,43,34,36,28,0.84,1.6435,0.41,1.5441 reefer,reefer,49,34,41,30,0.96,1.6990,0.41,1.5441 refreshed,refreshed,37,34,35,33,0.73,1.5798,0.41,1.5441 regimental,regimental,58,34,35,23,1.14,1.7709,0.41,1.5441 relays,relays,45,34,43,33,0.88,1.6628,0.41,1.5441 renovation,renovation,43,34,39,31,0.84,1.6435,0.41,1.5441 reps,reps,46,34,45,34,0.90,1.6721,0.41,1.5441 reptiles,reptiles,43,34,37,31,0.84,1.6435,0.41,1.5441 restful,restful,38,34,37,34,0.75,1.5911,0.41,1.5441 revert,revert,35,34,34,33,0.69,1.5563,0.41,1.5441 Rhodes,rhodes,172,34,0,0,3.37,2.2380,0.41,1.5441 ripples,ripples,45,34,43,33,0.88,1.6628,0.41,1.5441 rotted,rotted,36,34,35,33,0.71,1.5682,0.41,1.5441 rudimentary,rudimentary,34,34,33,33,0.67,1.5441,0.41,1.5441 Santos,santos,197,34,2,2,3.86,2.2967,0.41,1.5441 Scarface,scarface,52,34,2,1,1.02,1.7243,0.41,1.5441 scorched,scorched,38,34,38,34,0.75,1.5911,0.41,1.5441 seagull,seagull,62,34,47,31,1.22,1.7993,0.41,1.5441 seatbelt,seatbelt,47,34,41,31,0.92,1.6812,0.41,1.5441 sedatives,sedatives,36,34,33,31,0.71,1.5682,0.41,1.5441 seltzer,seltzer,42,34,32,27,0.82,1.6335,0.41,1.5441 shears,shears,48,34,44,33,0.94,1.6902,0.41,1.5441 sidetracked,sidetracked,37,34,36,34,0.73,1.5798,0.41,1.5441 sift,sift,38,34,34,32,0.75,1.5911,0.41,1.5441 sifting,sifting,35,34,32,31,0.69,1.5563,0.41,1.5441 similarity,similarity,36,34,36,34,0.71,1.5682,0.41,1.5441 sinuses,sinuses,42,34,41,34,0.82,1.6335,0.41,1.5441 siree,siree,37,34,36,33,0.73,1.5798,0.41,1.5441 slag,slag,39,34,35,33,0.76,1.6021,0.41,1.5441 solitaire,solitaire,59,34,38,27,1.16,1.7782,0.41,1.5441 sparring,sparring,46,34,43,32,0.90,1.6721,0.41,1.5441 spiffy,spiffy,35,34,30,30,0.69,1.5563,0.41,1.5441 spinster,spinster,49,34,46,31,0.96,1.6990,0.41,1.5441 splat,splat,43,34,29,24,0.84,1.6435,0.41,1.5441 Springfield,springfield,69,34,0,0,1.35,1.8451,0.41,1.5441 stooge,stooge,56,34,56,34,1.10,1.7559,0.41,1.5441 strutting,strutting,36,34,29,28,0.71,1.5682,0.41,1.5441 stub,stub,49,34,46,33,0.96,1.6990,0.41,1.5441 stylist,stylist,44,34,43,33,0.86,1.6532,0.41,1.5441 subconsciously,subconsciously,36,34,33,31,0.71,1.5682,0.41,1.5441 succeeding,succeeding,35,34,35,34,0.69,1.5563,0.41,1.5441 suppliers,suppliers,38,34,36,32,0.75,1.5911,0.41,1.5441 surly,surly,36,34,35,33,0.71,1.5682,0.41,1.5441 surname,surname,48,34,43,32,0.94,1.6902,0.41,1.5441 swamps,swamps,45,34,38,29,0.88,1.6628,0.41,1.5441 synchronized,synchronized,39,34,30,26,0.76,1.6021,0.41,1.5441 taint,taint,40,34,35,31,0.78,1.6128,0.41,1.5441 tat,tat,55,34,42,30,1.08,1.7482,0.41,1.5441 Thor,thor,113,34,1,1,2.22,2.0569,0.41,1.5441 thoroughbred,thoroughbred,45,34,38,30,0.88,1.6628,0.41,1.5441 thrashing,thrashing,35,34,33,32,0.69,1.5563,0.41,1.5441 toddler,toddler,40,34,32,29,0.78,1.6128,0.41,1.5441 tokens,tokens,56,34,45,31,1.10,1.7559,0.41,1.5441 topping,topping,45,34,37,30,0.88,1.6628,0.41,1.5441 traumas,traumas,37,34,37,34,0.73,1.5798,0.41,1.5441 traveller,traveller,40,34,36,30,0.78,1.6128,0.41,1.5441 tropics,tropics,40,34,36,30,0.78,1.6128,0.41,1.5441 turquoise,turquoise,45,34,35,30,0.88,1.6628,0.41,1.5441 tutu,tutu,35,34,29,28,0.69,1.5563,0.41,1.5441 typhoon,typhoon,75,34,56,28,1.47,1.8808,0.41,1.5441 undisturbed,undisturbed,36,34,36,34,0.71,1.5682,0.41,1.5441 undoing,undoing,35,34,33,32,0.69,1.5563,0.41,1.5441 undressing,undressing,36,34,36,34,0.71,1.5682,0.41,1.5441 uneven,uneven,39,34,38,34,0.76,1.6021,0.41,1.5441 unguarded,unguarded,36,34,35,34,0.71,1.5682,0.41,1.5441 unofficially,unofficially,38,34,23,20,0.75,1.5911,0.41,1.5441 unresolved,unresolved,42,34,39,32,0.82,1.6335,0.41,1.5441 unruly,unruly,36,34,36,34,0.71,1.5682,0.41,1.5441 vamp,vamp,47,34,39,30,0.92,1.6812,0.41,1.5441 vaults,vaults,46,34,45,33,0.90,1.6721,0.41,1.5441 vegetarians,vegetarians,37,34,32,29,0.73,1.5798,0.41,1.5441 vermouth,vermouth,50,34,43,30,0.98,1.7076,0.41,1.5441 Vikings,vikings,59,34,2,2,1.16,1.7782,0.41,1.5441 wastes,wastes,35,34,35,34,0.69,1.5563,0.41,1.5441 Waterloo,waterloo,42,34,0,0,0.82,1.6335,0.41,1.5441 watery,watery,36,34,35,33,0.71,1.5682,0.41,1.5441 weakening,weakening,38,34,36,32,0.75,1.5911,0.41,1.5441 wedgie,wedgie,44,34,28,27,0.86,1.6532,0.41,1.5441 Wellington,wellington,148,34,0,0,2.90,2.1732,0.41,1.5441 whimper,whimper,37,34,37,34,0.73,1.5798,0.41,1.5441 whiter,whiter,37,34,33,30,0.73,1.5798,0.41,1.5441 Wo,wo,58,34,20,15,1.14,1.7709,0.41,1.5441 worshipping,worshipping,39,34,31,26,0.76,1.6021,0.41,1.5441 zapped,zapped,36,34,33,31,0.71,1.5682,0.41,1.5441 acids,acids,42,33,41,33,0.82,1.6335,0.39,1.5315 acquittal,acquittal,37,33,36,32,0.73,1.5798,0.39,1.5315 activation,activation,43,33,40,30,0.84,1.6435,0.39,1.5315 adoring,adoring,35,33,34,32,0.69,1.5563,0.39,1.5315 adulthood,adulthood,37,33,37,33,0.73,1.5798,0.39,1.5315 ails,ails,39,33,39,33,0.76,1.6021,0.39,1.5315 anonymously,anonymously,35,33,31,30,0.69,1.5563,0.39,1.5315 Antarctica,antarctica,53,33,0,0,1.04,1.7324,0.39,1.5315 antelope,antelope,50,33,38,28,0.98,1.7076,0.39,1.5315 anthrax,anthrax,66,33,38,23,1.29,1.8261,0.39,1.5315 applauding,applauding,39,33,26,24,0.76,1.6021,0.39,1.5315 Arbor,arbor,39,33,8,5,0.76,1.6021,0.39,1.5315 arduous,arduous,34,33,34,33,0.67,1.5441,0.39,1.5315 ascend,ascend,47,33,43,31,0.92,1.6812,0.39,1.5315 astronomical,astronomical,37,33,34,30,0.73,1.5798,0.39,1.5315 atone,atone,43,33,40,31,0.84,1.6435,0.39,1.5315 avenged,avenged,44,33,43,33,0.86,1.6532,0.39,1.5315 awaited,awaited,35,33,34,32,0.69,1.5563,0.39,1.5315 baiting,baiting,37,33,36,32,0.73,1.5798,0.39,1.5315 barley,barley,46,33,31,26,0.90,1.6721,0.39,1.5315 basing,basing,38,33,36,32,0.75,1.5911,0.39,1.5315 bedbugs,bedbugs,44,33,42,33,0.86,1.6532,0.39,1.5315 beehive,beehive,44,33,32,27,0.86,1.6532,0.39,1.5315 belch,belch,37,33,34,31,0.73,1.5798,0.39,1.5315 belittle,belittle,37,33,37,33,0.73,1.5798,0.39,1.5315 bland,bland,55,33,34,27,1.08,1.7482,0.39,1.5315 blended,blended,38,33,34,30,0.75,1.5911,0.39,1.5315 blockhead,blockhead,41,33,37,30,0.80,1.6232,0.39,1.5315 boasting,boasting,33,33,32,32,0.65,1.5315,0.39,1.5315 bog,bog,49,33,30,24,0.96,1.6990,0.39,1.5315 bookworm,bookworm,37,33,35,31,0.73,1.5798,0.39,1.5315 booties,booties,43,33,42,33,0.84,1.6435,0.39,1.5315 borough,borough,60,33,39,22,1.18,1.7853,0.39,1.5315 bossing,bossing,40,33,36,32,0.78,1.6128,0.39,1.5315 Bucky,bucky,176,33,8,5,3.45,2.2480,0.39,1.5315 bureaucrats,bureaucrats,33,33,29,29,0.65,1.5315,0.39,1.5315 calmer,calmer,36,33,34,32,0.71,1.5682,0.39,1.5315 Canadians,canadians,76,33,0,0,1.49,1.8865,0.39,1.5315 canvass,canvass,49,33,47,31,0.96,1.6990,0.39,1.5315 Casper,casper,146,33,1,1,2.86,2.1673,0.39,1.5315 cellmate,cellmate,40,33,40,33,0.78,1.6128,0.39,1.5315 censor,censor,42,33,40,31,0.82,1.6335,0.39,1.5315 censorship,censorship,54,33,49,32,1.06,1.7404,0.39,1.5315 Chile,chile,58,33,5,2,1.14,1.7709,0.39,1.5315 cholera,cholera,56,33,46,28,1.10,1.7559,0.39,1.5315 choreographer,choreographer,53,33,50,32,1.04,1.7324,0.39,1.5315 chromosome,chromosome,38,33,38,33,0.75,1.5911,0.39,1.5315 circumcised,circumcised,42,33,42,33,0.82,1.6335,0.39,1.5315 clothed,clothed,33,33,30,30,0.65,1.5315,0.39,1.5315 commentator,commentator,139,33,94,23,2.73,2.1461,0.39,1.5315 cools,cools,37,33,35,32,0.73,1.5798,0.39,1.5315 copilot,copilot,54,33,48,30,1.06,1.7404,0.39,1.5315 counties,counties,36,33,33,30,0.71,1.5682,0.39,1.5315 creams,creams,34,33,34,33,0.67,1.5441,0.39,1.5315 creditors,creditors,43,33,37,28,0.84,1.6435,0.39,1.5315 Cubans,cubans,57,33,3,3,1.12,1.7634,0.39,1.5315 curiously,curiously,35,33,20,18,0.69,1.5563,0.39,1.5315 databases,databases,42,33,40,33,0.82,1.6335,0.39,1.5315 decidedly,decidedly,38,33,30,25,0.75,1.5911,0.39,1.5315 derelict,derelict,40,33,40,33,0.78,1.6128,0.39,1.5315 desertion,desertion,38,33,35,31,0.75,1.5911,0.39,1.5315 destitute,destitute,36,33,33,31,0.71,1.5682,0.39,1.5315 deteriorating,deteriorating,33,33,33,33,0.65,1.5315,0.39,1.5315 Dill,dill,90,33,26,23,1.76,1.9590,0.39,1.5315 dinky,dinky,52,33,27,24,1.02,1.7243,0.39,1.5315 discontinued,discontinued,34,33,32,31,0.67,1.5441,0.39,1.5315 ditches,ditches,41,33,41,33,0.80,1.6232,0.39,1.5315 dub,dub,55,33,37,28,1.08,1.7482,0.39,1.5315 Dudley,dudley,234,33,0,0,4.59,2.3711,0.39,1.5315 eagerly,eagerly,33,33,30,30,0.65,1.5315,0.39,1.5315 Edinburgh,edinburgh,77,33,0,0,1.51,1.8921,0.39,1.5315 editions,editions,47,33,47,33,0.92,1.6812,0.39,1.5315 efficiently,efficiently,33,33,32,32,0.65,1.5315,0.39,1.5315 egotistical,egotistical,35,33,33,32,0.69,1.5563,0.39,1.5315 elevation,elevation,47,33,41,33,0.92,1.6812,0.39,1.5315 epilepsy,epilepsy,53,33,43,31,1.04,1.7324,0.39,1.5315 etcetera,etcetera,62,33,52,30,1.22,1.7993,0.39,1.5315 ethically,ethically,34,33,27,27,0.67,1.5441,0.39,1.5315 excel,excel,37,33,31,30,0.73,1.5798,0.39,1.5315 Exodus,exodus,40,33,15,15,0.78,1.6128,0.39,1.5315 fabrics,fabrics,38,33,37,32,0.75,1.5911,0.39,1.5315 fattening,fattening,39,33,37,31,0.76,1.6021,0.39,1.5315 fearsome,fearsome,39,33,38,32,0.76,1.6021,0.39,1.5315 feverish,feverish,33,33,33,33,0.65,1.5315,0.39,1.5315 Fife,fife,53,33,5,5,1.04,1.7324,0.39,1.5315 flattened,flattened,36,33,34,31,0.71,1.5682,0.39,1.5315 Flipper,flipper,45,33,22,15,0.88,1.6628,0.39,1.5315 Flo,flo,79,33,1,1,1.55,1.9031,0.39,1.5315 floozy,floozy,39,33,37,32,0.76,1.6021,0.39,1.5315 flowery,flowery,34,33,34,33,0.67,1.5441,0.39,1.5315 forklift,forklift,49,33,43,30,0.96,1.6990,0.39,1.5315 forsake,forsake,46,33,44,32,0.90,1.6721,0.39,1.5315 forthwith,forthwith,36,33,34,32,0.71,1.5682,0.39,1.5315 foxhole,foxhole,48,33,47,32,0.94,1.6902,0.39,1.5315 Franks,franks,99,33,18,18,1.94,2.0000,0.39,1.5315 galleries,galleries,51,33,39,30,1.00,1.7160,0.39,1.5315 gaps,gaps,35,33,33,31,0.69,1.5563,0.39,1.5315 glacier,glacier,38,33,34,29,0.75,1.5911,0.39,1.5315 gleaming,gleaming,36,33,35,32,0.71,1.5682,0.39,1.5315 godless,godless,42,33,33,26,0.82,1.6335,0.39,1.5315 Goldilocks,goldilocks,34,33,1,1,0.67,1.5441,0.39,1.5315 Gothic,gothic,48,33,5,5,0.94,1.6902,0.39,1.5315 Grover,grover,133,33,0,0,2.61,2.1271,0.39,1.5315 grudges,grudges,34,33,34,33,0.67,1.5441,0.39,1.5315 grueling,grueling,34,33,34,33,0.67,1.5441,0.39,1.5315 guillotine,guillotine,42,33,38,31,0.82,1.6335,0.39,1.5315 handbags,handbags,45,33,45,33,0.88,1.6628,0.39,1.5315 handsomely,handsomely,37,33,32,31,0.73,1.5798,0.39,1.5315 hanky,hanky,42,33,30,28,0.82,1.6335,0.39,1.5315 harlot,harlot,40,33,34,29,0.78,1.6128,0.39,1.5315 headset,headset,42,33,41,32,0.82,1.6335,0.39,1.5315 helluva,helluva,47,33,44,30,0.92,1.6812,0.39,1.5315 hem,hem,42,33,32,27,0.82,1.6335,0.39,1.5315 hitchhiker,hitchhiker,50,33,42,30,0.98,1.7076,0.39,1.5315 Hoss,hoss,107,33,22,11,2.10,2.0334,0.39,1.5315 huddled,huddled,37,33,35,31,0.73,1.5798,0.39,1.5315 humbled,humbled,46,33,42,33,0.90,1.6721,0.39,1.5315 hunky,hunky,42,33,29,25,0.82,1.6335,0.39,1.5315 hurdle,hurdle,37,33,34,30,0.73,1.5798,0.39,1.5315 hurricanes,hurricanes,51,33,34,25,1.00,1.7160,0.39,1.5315 hypothermia,hypothermia,39,33,33,31,0.76,1.6021,0.39,1.5315 hypothesis,hypothesis,44,33,39,31,0.86,1.6532,0.39,1.5315 hysterics,hysterics,33,33,32,32,0.65,1.5315,0.39,1.5315 idealist,idealist,34,33,34,33,0.67,1.5441,0.39,1.5315 illicit,illicit,36,33,36,33,0.71,1.5682,0.39,1.5315 impatience,impatience,35,33,30,28,0.69,1.5563,0.39,1.5315 inanimate,inanimate,38,33,37,32,0.75,1.5911,0.39,1.5315 incest,incest,44,33,34,26,0.86,1.6532,0.39,1.5315 incorrigible,incorrigible,39,33,36,30,0.76,1.6021,0.39,1.5315 individuality,individuality,43,33,40,31,0.84,1.6435,0.39,1.5315 infatuated,infatuated,37,33,36,32,0.73,1.5798,0.39,1.5315 inferiority,inferiority,40,33,40,33,0.78,1.6128,0.39,1.5315 inflamed,inflamed,33,33,33,33,0.65,1.5315,0.39,1.5315 inhaling,inhaling,36,33,32,29,0.71,1.5682,0.39,1.5315 innermost,innermost,37,33,37,33,0.73,1.5798,0.39,1.5315 inspected,inspected,36,33,36,33,0.71,1.5682,0.39,1.5315 intellectuals,intellectuals,41,33,38,31,0.80,1.6232,0.39,1.5315 invoices,invoices,40,33,38,31,0.78,1.6128,0.39,1.5315 inward,inward,40,33,36,30,0.78,1.6128,0.39,1.5315 jester,jester,117,33,90,29,2.29,2.0719,0.39,1.5315 journeys,journeys,33,33,27,27,0.65,1.5315,0.39,1.5315 Katrina,katrina,124,33,1,1,2.43,2.0969,0.39,1.5315 Keno,keno,43,33,12,9,0.84,1.6435,0.39,1.5315 keyed,keyed,39,33,39,33,0.76,1.6021,0.39,1.5315 kitchens,kitchens,37,33,35,31,0.73,1.5798,0.39,1.5315 Krishna,krishna,151,33,0,0,2.96,2.1818,0.39,1.5315 Lancaster,lancaster,65,33,2,2,1.27,1.8195,0.39,1.5315 lepers,lepers,46,33,37,31,0.90,1.6721,0.39,1.5315 leveled,leveled,33,33,32,32,0.65,1.5315,0.39,1.5315 libraries,libraries,35,33,31,29,0.69,1.5563,0.39,1.5315 likable,likable,43,33,42,32,0.84,1.6435,0.39,1.5315 locator,locator,48,33,46,33,0.94,1.6902,0.39,1.5315 logistics,logistics,36,33,29,28,0.71,1.5682,0.39,1.5315 Looney,looney,54,33,16,15,1.06,1.7404,0.39,1.5315 loudest,loudest,34,33,33,32,0.67,1.5441,0.39,1.5315 Lu,lu,100,33,9,2,1.96,2.0043,0.39,1.5315 luau,luau,79,33,61,29,1.55,1.9031,0.39,1.5315 malfunctioning,malfunctioning,38,33,37,33,0.75,1.5911,0.39,1.5315 mallet,mallet,35,33,34,32,0.69,1.5563,0.39,1.5315 manhole,manhole,38,33,32,30,0.75,1.5911,0.39,1.5315 masquerading,masquerading,34,33,31,30,0.67,1.5441,0.39,1.5315 mathematician,mathematician,49,33,46,32,0.96,1.6990,0.39,1.5315 meats,meats,42,33,31,28,0.82,1.6335,0.39,1.5315 mediocrity,mediocrity,36,33,33,30,0.71,1.5682,0.39,1.5315 metaphysical,metaphysical,42,33,41,32,0.82,1.6335,0.39,1.5315 mg,mg,42,33,34,28,0.82,1.6335,0.39,1.5315 microchip,microchip,74,33,70,32,1.45,1.8751,0.39,1.5315 migraines,migraines,37,33,32,29,0.73,1.5798,0.39,1.5315 minibar,minibar,52,33,52,33,1.02,1.7243,0.39,1.5315 mobility,mobility,35,33,34,32,0.69,1.5563,0.39,1.5315 mogul,mogul,47,33,37,30,0.92,1.6812,0.39,1.5315 molding,molding,37,33,36,32,0.73,1.5798,0.39,1.5315 mopping,mopping,39,33,34,29,0.76,1.6021,0.39,1.5315 mounts,mounts,34,33,33,32,0.67,1.5441,0.39,1.5315 mowed,mowed,36,33,33,30,0.71,1.5682,0.39,1.5315 munchkin,munchkin,41,33,26,24,0.80,1.6232,0.39,1.5315 nachos,nachos,37,33,31,28,0.73,1.5798,0.39,1.5315 Naomi,naomi,200,33,4,1,3.92,2.3032,0.39,1.5315 nautical,nautical,45,33,43,32,0.88,1.6628,0.39,1.5315 necklaces,necklaces,40,33,40,33,0.78,1.6128,0.39,1.5315 Nemo,nemo,255,33,0,0,5.00,2.4082,0.39,1.5315 Nepal,nepal,66,33,0,0,1.29,1.8261,0.39,1.5315 neurosurgeon,neurosurgeon,41,33,39,31,0.80,1.6232,0.39,1.5315 nitrate,nitrate,55,33,52,31,1.08,1.7482,0.39,1.5315 notoriously,notoriously,33,33,32,32,0.65,1.5315,0.39,1.5315 objectivity,objectivity,38,33,36,32,0.75,1.5911,0.39,1.5315 Ode,ode,41,33,11,11,0.80,1.6232,0.39,1.5315 Oedipus,oedipus,48,33,0,0,0.94,1.6902,0.39,1.5315 Orthodox,orthodox,53,33,20,16,1.04,1.7324,0.39,1.5315 ostrich,ostrich,48,33,43,32,0.94,1.6902,0.39,1.5315 outhouse,outhouse,38,33,35,31,0.75,1.5911,0.39,1.5315 outsmarted,outsmarted,38,33,38,33,0.75,1.5911,0.39,1.5315 pancreas,pancreas,40,33,36,29,0.78,1.6128,0.39,1.5315 parsley,parsley,43,33,38,29,0.84,1.6435,0.39,1.5315 pathologist,pathologist,41,33,37,29,0.80,1.6232,0.39,1.5315 pears,pears,50,33,44,29,0.98,1.7076,0.39,1.5315 peeked,peeked,36,33,36,33,0.71,1.5682,0.39,1.5315 petticoat,petticoat,40,33,31,27,0.78,1.6128,0.39,1.5315 pigheaded,pigheaded,34,33,34,33,0.67,1.5441,0.39,1.5315 pillars,pillars,48,33,43,32,0.94,1.6902,0.39,1.5315 plumbers,plumbers,40,33,35,30,0.78,1.6128,0.39,1.5315 pointer,pointer,55,33,40,23,1.08,1.7482,0.39,1.5315 Pokey,pokey,50,33,22,20,0.98,1.7076,0.39,1.5315 Polaroids,polaroids,38,33,7,7,0.75,1.5911,0.39,1.5315 Pontiac,pontiac,44,33,0,0,0.86,1.6532,0.39,1.5315 poodles,poodles,39,33,30,27,0.76,1.6021,0.39,1.5315 predicting,predicting,36,33,35,32,0.71,1.5682,0.39,1.5315 preserves,preserves,39,33,38,32,0.76,1.6021,0.39,1.5315 prophets,prophets,61,33,49,29,1.20,1.7924,0.39,1.5315 protesters,protesters,44,33,36,29,0.86,1.6532,0.39,1.5315 Prudence,prudence,69,33,14,14,1.35,1.8451,0.39,1.5315 puffed,puffed,42,33,36,32,0.82,1.6335,0.39,1.5315 quadruple,quadruple,39,33,30,27,0.76,1.6021,0.39,1.5315 racking,racking,38,33,36,32,0.75,1.5911,0.39,1.5315 rapes,rapes,44,33,41,32,0.86,1.6532,0.39,1.5315 rapture,rapture,44,33,36,29,0.86,1.6532,0.39,1.5315 rarest,rarest,34,33,34,33,0.67,1.5441,0.39,1.5315 rattles,rattles,39,33,35,30,0.76,1.6021,0.39,1.5315 recount,recount,37,33,36,32,0.73,1.5798,0.39,1.5315 refuel,refuel,43,33,40,31,0.84,1.6435,0.39,1.5315 remnants,remnants,34,33,31,31,0.67,1.5441,0.39,1.5315 repugnant,repugnant,39,33,34,30,0.76,1.6021,0.39,1.5315 researcher,researcher,38,33,36,33,0.75,1.5911,0.39,1.5315 resurrect,resurrect,36,33,35,32,0.71,1.5682,0.39,1.5315 resuscitate,resuscitate,44,33,38,28,0.86,1.6532,0.39,1.5315 reunite,reunite,36,33,36,33,0.71,1.5682,0.39,1.5315 revoke,revoke,37,33,36,33,0.73,1.5798,0.39,1.5315 Rook,rook,71,33,35,21,1.39,1.8573,0.39,1.5315 saber,saber,41,33,32,27,0.80,1.6232,0.39,1.5315 sappy,sappy,43,33,41,31,0.84,1.6435,0.39,1.5315 sauerkraut,sauerkraut,51,33,44,30,1.00,1.7160,0.39,1.5315 sellout,sellout,33,33,30,30,0.65,1.5315,0.39,1.5315 sender,sender,38,33,32,27,0.75,1.5911,0.39,1.5315 Senora,senora,65,33,32,16,1.27,1.8195,0.39,1.5315 senorita,senorita,36,33,21,19,0.71,1.5682,0.39,1.5315 serviced,serviced,35,33,33,32,0.69,1.5563,0.39,1.5315 sharpest,sharpest,37,33,34,31,0.73,1.5798,0.39,1.5315 shiner,shiner,38,33,35,32,0.75,1.5911,0.39,1.5315 showgirl,showgirl,46,33,44,33,0.90,1.6721,0.39,1.5315 silicone,silicone,40,33,33,27,0.78,1.6128,0.39,1.5315 skyscraper,skyscraper,40,33,38,31,0.78,1.6128,0.39,1.5315 sneer,sneer,38,33,33,29,0.75,1.5911,0.39,1.5315 sparkles,sparkles,41,33,37,29,0.80,1.6232,0.39,1.5315 squarely,squarely,35,33,34,32,0.69,1.5563,0.39,1.5315 suppressed,suppressed,35,33,33,31,0.69,1.5563,0.39,1.5315 Sylvester,sylvester,86,33,0,0,1.69,1.9395,0.39,1.5315 Synchronisation,synchronisation,39,33,1,1,0.76,1.6021,0.39,1.5315 tampons,tampons,37,33,30,28,0.73,1.5798,0.39,1.5315 taxicab,taxicab,44,33,40,30,0.86,1.6532,0.39,1.5315 terrier,terrier,49,33,35,29,0.96,1.6990,0.39,1.5315 Thankyou,thankyou,99,33,19,12,1.94,2.0000,0.39,1.5315 Tiki,tiki,131,33,36,18,2.57,2.1206,0.39,1.5315 toothache,toothache,58,33,50,30,1.14,1.7709,0.39,1.5315 turds,turds,38,33,35,32,0.75,1.5911,0.39,1.5315 turtleneck,turtleneck,42,33,41,33,0.82,1.6335,0.39,1.5315 Unhand,unhand,43,33,8,7,0.84,1.6435,0.39,1.5315 unpunished,unpunished,36,33,36,33,0.71,1.5682,0.39,1.5315 uns,uns,53,33,40,28,1.04,1.7324,0.39,1.5315 venting,venting,50,33,42,28,0.98,1.7076,0.39,1.5315 veranda,veranda,39,33,39,33,0.76,1.6021,0.39,1.5315 Versailles,versailles,66,33,0,0,1.29,1.8261,0.39,1.5315 victimized,victimized,39,33,37,32,0.76,1.6021,0.39,1.5315 wallowing,wallowing,41,33,41,33,0.80,1.6232,0.39,1.5315 wayward,wayward,38,33,37,32,0.75,1.5911,0.39,1.5315 westbound,westbound,46,33,33,27,0.90,1.6721,0.39,1.5315 whimsical,whimsical,40,33,35,32,0.78,1.6128,0.39,1.5315 wisest,wisest,36,33,36,33,0.71,1.5682,0.39,1.5315 wobbly,wobbly,37,33,34,30,0.73,1.5798,0.39,1.5315 Wynn,wynn,102,33,2,1,2.00,2.0128,0.39,1.5315 Zorro,zorro,136,33,0,0,2.67,2.1367,0.39,1.5315 abduct,abduct,36,32,36,32,0.71,1.5682,0.38,1.5185 accommodating,accommodating,36,32,36,32,0.71,1.5682,0.38,1.5185 adventurer,adventurer,37,32,33,30,0.73,1.5798,0.38,1.5185 Ai,ai,194,32,88,21,3.80,2.2900,0.38,1.5185 airing,airing,32,32,32,32,0.63,1.5185,0.38,1.5185 aisles,aisles,37,32,37,32,0.73,1.5798,0.38,1.5185 amps,amps,49,32,48,32,0.96,1.6990,0.38,1.5185 amputation,amputation,43,32,37,28,0.84,1.6435,0.38,1.5185 anchors,anchors,40,32,27,22,0.78,1.6128,0.38,1.5185 Angelina,angelina,58,32,0,0,1.14,1.7709,0.38,1.5185 antlers,antlers,46,32,43,31,0.90,1.6721,0.38,1.5185 apparel,apparel,35,32,30,28,0.69,1.5563,0.38,1.5185 appendicitis,appendicitis,48,32,42,28,0.94,1.6902,0.38,1.5185 archaeologist,archaeologist,57,32,55,31,1.12,1.7634,0.38,1.5185 arrivals,arrivals,41,32,36,28,0.80,1.6232,0.38,1.5185 Asystole,asystole,42,32,16,15,0.82,1.6335,0.38,1.5185 authenticated,authenticated,39,32,39,32,0.76,1.6021,0.38,1.5185 autobiography,autobiography,41,32,35,27,0.80,1.6232,0.38,1.5185 autopilot,autopilot,51,32,41,28,1.00,1.7160,0.38,1.5185 awkwardness,awkwardness,32,32,32,32,0.63,1.5185,0.38,1.5185 bacterial,bacterial,37,32,36,31,0.73,1.5798,0.38,1.5185 balances,balances,32,32,29,29,0.63,1.5185,0.38,1.5185 barnyard,barnyard,45,32,42,30,0.88,1.6628,0.38,1.5185 barring,barring,33,32,23,23,0.65,1.5315,0.38,1.5185 beater,beater,36,32,34,30,0.71,1.5682,0.38,1.5185 beginners,beginners,37,32,24,23,0.73,1.5798,0.38,1.5185 benevolent,benevolent,37,32,30,27,0.73,1.5798,0.38,1.5185 bilge,bilge,56,32,43,30,1.10,1.7559,0.38,1.5185 bimbos,bimbos,34,32,30,29,0.67,1.5441,0.38,1.5185 birthright,birthright,46,32,35,31,0.90,1.6721,0.38,1.5185 boldly,boldly,33,32,31,30,0.65,1.5315,0.38,1.5185 Bongo,bongo,137,32,19,15,2.69,2.1399,0.38,1.5185 bonkers,bonkers,57,32,31,26,1.12,1.7634,0.38,1.5185 bookkeeping,bookkeeping,38,32,36,30,0.75,1.5911,0.38,1.5185 boosted,boosted,32,32,31,31,0.63,1.5185,0.38,1.5185 botanical,botanical,53,32,39,24,1.04,1.7324,0.38,1.5185 boycott,boycott,49,32,44,30,0.96,1.6990,0.38,1.5185 broomstick,broomstick,43,32,41,31,0.84,1.6435,0.38,1.5185 bulging,bulging,40,32,34,31,0.78,1.6128,0.38,1.5185 buttoned,buttoned,38,32,34,28,0.75,1.5911,0.38,1.5185 callback,callback,44,32,42,32,0.86,1.6532,0.38,1.5185 carats,carats,39,32,39,32,0.76,1.6021,0.38,1.5185 Carroll,carroll,63,32,0,0,1.24,1.8062,0.38,1.5185 cavern,cavern,56,32,53,29,1.10,1.7559,0.38,1.5185 Chapman,chapman,71,32,0,0,1.39,1.8573,0.38,1.5185 characterize,characterize,35,32,34,31,0.69,1.5563,0.38,1.5185 Cheung,cheung,185,32,1,1,3.63,2.2695,0.38,1.5185 chewy,chewy,35,32,32,29,0.69,1.5563,0.38,1.5185 Ching,ching,158,32,3,1,3.10,2.2014,0.38,1.5185 circa,circa,35,32,30,28,0.69,1.5563,0.38,1.5185 clairvoyant,clairvoyant,36,32,35,31,0.71,1.5682,0.38,1.5185 classify,classify,32,32,31,31,0.63,1.5185,0.38,1.5185 coasters,coasters,47,32,45,32,0.92,1.6812,0.38,1.5185 coding,coding,37,32,35,32,0.73,1.5798,0.38,1.5185 collagen,collagen,39,32,35,29,0.76,1.6021,0.38,1.5185 compressed,compressed,46,32,36,28,0.90,1.6721,0.38,1.5185 confronting,confronting,32,32,30,30,0.63,1.5185,0.38,1.5185 conservation,conservation,32,32,29,29,0.63,1.5185,0.38,1.5185 consistency,consistency,39,32,39,32,0.76,1.6021,0.38,1.5185 constipated,constipated,44,32,37,27,0.86,1.6532,0.38,1.5185 contaminate,contaminate,36,32,34,32,0.71,1.5682,0.38,1.5185 continuity,continuity,35,32,33,31,0.69,1.5563,0.38,1.5185 continuum,continuum,77,32,76,31,1.51,1.8921,0.38,1.5185 contradictory,contradictory,32,32,32,32,0.63,1.5185,0.38,1.5185 converts,converts,34,32,32,30,0.67,1.5441,0.38,1.5185 coolers,coolers,38,32,38,32,0.75,1.5911,0.38,1.5185 copping,copping,36,32,35,32,0.71,1.5682,0.38,1.5185 craftsmanship,craftsmanship,32,32,31,31,0.63,1.5185,0.38,1.5185 crass,crass,36,32,35,32,0.71,1.5682,0.38,1.5185 crepe,crepe,42,32,37,29,0.82,1.6335,0.38,1.5185 critically,critically,36,32,33,29,0.71,1.5682,0.38,1.5185 criticized,criticized,33,32,33,32,0.65,1.5315,0.38,1.5185 cushy,cushy,36,32,33,30,0.71,1.5682,0.38,1.5185 Daffy,daffy,77,32,27,23,1.51,1.8921,0.38,1.5185 damper,damper,43,32,43,32,0.84,1.6435,0.38,1.5185 dandruff,dandruff,41,32,35,30,0.80,1.6232,0.38,1.5185 deactivated,deactivated,38,32,36,31,0.75,1.5911,0.38,1.5185 decimal,decimal,42,32,38,29,0.82,1.6335,0.38,1.5185 dehydration,dehydration,40,32,35,30,0.78,1.6128,0.38,1.5185 deja,deja,36,32,24,21,0.71,1.5682,0.38,1.5185 deserter,deserter,37,32,34,30,0.73,1.5798,0.38,1.5185 devouring,devouring,39,32,37,30,0.76,1.6021,0.38,1.5185 dialysis,dialysis,77,32,71,29,1.51,1.8921,0.38,1.5185 Dirk,dirk,137,32,4,3,2.69,2.1399,0.38,1.5185 discontent,discontent,46,32,45,31,0.90,1.6721,0.38,1.5185 disloyal,disloyal,49,32,46,30,0.96,1.6990,0.38,1.5185 displacement,displacement,43,32,38,31,0.84,1.6435,0.38,1.5185 dodo,dodo,51,32,32,27,1.00,1.7160,0.38,1.5185 dole,dole,49,32,31,22,0.96,1.6990,0.38,1.5185 doorways,doorways,39,32,36,32,0.76,1.6021,0.38,1.5185 drawback,drawback,32,32,32,32,0.63,1.5185,0.38,1.5185 drivel,drivel,36,32,32,29,0.71,1.5682,0.38,1.5185 dungeons,dungeons,38,32,26,20,0.75,1.5911,0.38,1.5185 duplicated,duplicated,42,32,41,32,0.82,1.6335,0.38,1.5185 Echelon,echelon,45,32,18,18,0.88,1.6628,0.38,1.5185 eluded,eluded,32,32,32,32,0.63,1.5185,0.38,1.5185 embalming,embalming,40,32,33,27,0.78,1.6128,0.38,1.5185 enables,enables,34,32,34,32,0.67,1.5441,0.38,1.5185 enchilada,enchilada,34,32,32,31,0.67,1.5441,0.38,1.5185 endowed,endowed,32,32,31,31,0.63,1.5185,0.38,1.5185 epileptic,epileptic,61,32,60,32,1.20,1.7924,0.38,1.5185 exceeding,exceeding,32,32,31,31,0.63,1.5185,0.38,1.5185 exec,exec,55,32,50,31,1.08,1.7482,0.38,1.5185 expedite,expedite,34,32,31,30,0.67,1.5441,0.38,1.5185 ey,ey,45,32,30,22,0.88,1.6628,0.38,1.5185 faceless,faceless,37,32,36,32,0.73,1.5798,0.38,1.5185 familiarity,familiarity,34,32,34,32,0.67,1.5441,0.38,1.5185 fascinates,fascinates,32,32,32,32,0.63,1.5185,0.38,1.5185 fashions,fashions,44,32,31,27,0.86,1.6532,0.38,1.5185 fastball,fastball,59,32,39,23,1.16,1.7782,0.38,1.5185 fatalities,fatalities,33,32,32,31,0.65,1.5315,0.38,1.5185 feces,feces,38,32,35,29,0.75,1.5911,0.38,1.5185 Fiddler,fiddler,45,32,20,18,0.88,1.6628,0.38,1.5185 firecrackers,firecrackers,36,32,30,27,0.71,1.5682,0.38,1.5185 firstborn,firstborn,40,32,40,32,0.78,1.6128,0.38,1.5185 flagpole,flagpole,37,32,35,31,0.73,1.5798,0.38,1.5185 flammable,flammable,36,32,30,26,0.71,1.5682,0.38,1.5185 flashbacks,flashbacks,34,32,34,32,0.67,1.5441,0.38,1.5185 flux,flux,53,32,40,30,1.04,1.7324,0.38,1.5185 Fm,fm,49,32,4,4,0.96,1.6990,0.38,1.5185 fondly,fondly,35,32,28,26,0.69,1.5563,0.38,1.5185 foolishly,foolishly,33,32,29,28,0.65,1.5315,0.38,1.5185 foretold,foretold,40,32,40,32,0.78,1.6128,0.38,1.5185 forgetful,forgetful,38,32,33,30,0.75,1.5911,0.38,1.5185 frauds,frauds,40,32,38,30,0.78,1.6128,0.38,1.5185 fuckhead,fuckhead,36,32,34,31,0.71,1.5682,0.38,1.5185 Garbo,garbo,42,32,1,1,0.82,1.6335,0.38,1.5185 garde,garde,49,32,49,32,0.96,1.6990,0.38,1.5185 gash,gash,35,32,33,30,0.69,1.5563,0.38,1.5185 gasket,gasket,34,32,31,30,0.67,1.5441,0.38,1.5185 gauges,gauges,39,32,39,32,0.76,1.6021,0.38,1.5185 gook,gook,61,32,57,30,1.20,1.7924,0.38,1.5185 gouge,gouge,35,32,31,28,0.69,1.5563,0.38,1.5185 gradual,gradual,38,32,33,29,0.75,1.5911,0.38,1.5185 graph,graph,38,32,38,32,0.75,1.5911,0.38,1.5185 Gravely,gravely,64,32,29,29,1.25,1.8129,0.38,1.5185 greats,greats,35,32,35,32,0.69,1.5563,0.38,1.5185 grievous,grievous,53,32,30,29,1.04,1.7324,0.38,1.5185 grilling,grilling,34,32,31,29,0.67,1.5441,0.38,1.5185 growed,growed,40,32,39,31,0.78,1.6128,0.38,1.5185 guerrillas,guerrillas,70,32,54,28,1.37,1.8513,0.38,1.5185 Hale,hale,88,32,5,5,1.73,1.9494,0.38,1.5185 Hamburg,hamburg,78,32,2,2,1.53,1.8976,0.38,1.5185 harping,harping,36,32,36,32,0.71,1.5682,0.38,1.5185 harshly,harshly,32,32,32,32,0.63,1.5185,0.38,1.5185 hast,hast,68,32,57,29,1.33,1.8388,0.38,1.5185 hasten,hasten,37,32,30,29,0.73,1.5798,0.38,1.5185 heroics,heroics,34,32,34,32,0.67,1.5441,0.38,1.5185 hither,hither,51,32,42,28,1.00,1.7160,0.38,1.5185 hoarding,hoarding,33,32,32,31,0.65,1.5315,0.38,1.5185 Hodge,hodge,113,32,0,0,2.22,2.0569,0.38,1.5185 hooey,hooey,43,32,38,31,0.84,1.6435,0.38,1.5185 Hornet,hornet,68,32,20,20,1.33,1.8388,0.38,1.5185 Huckleberry,huckleberry,44,32,17,13,0.86,1.6532,0.38,1.5185 ideology,ideology,33,32,33,32,0.65,1.5315,0.38,1.5185 ifs,ifs,37,32,37,32,0.73,1.5798,0.38,1.5185 improves,improves,32,32,30,30,0.63,1.5185,0.38,1.5185 impudent,impudent,37,32,33,28,0.73,1.5798,0.38,1.5185 incendiary,incendiary,37,32,33,30,0.73,1.5798,0.38,1.5185 incriminate,incriminate,38,32,38,32,0.75,1.5911,0.38,1.5185 inflatable,inflatable,37,32,33,30,0.73,1.5798,0.38,1.5185 infraction,infraction,34,32,34,32,0.67,1.5441,0.38,1.5185 inscribed,inscribed,32,32,32,32,0.63,1.5185,0.38,1.5185 invoke,invoke,51,32,50,31,1.00,1.7160,0.38,1.5185 Isabel,isabel,180,32,0,0,3.53,2.2577,0.38,1.5185 jaded,jaded,40,32,40,32,0.78,1.6128,0.38,1.5185 jalopy,jalopy,36,32,35,31,0.71,1.5682,0.38,1.5185 jeeps,jeeps,38,32,28,25,0.75,1.5911,0.38,1.5185 jockeys,jockeys,40,32,36,29,0.78,1.6128,0.38,1.5185 kingpin,kingpin,51,32,29,27,1.00,1.7160,0.38,1.5185 Krauts,krauts,104,32,13,6,2.04,2.0212,0.38,1.5185 ladders,ladders,40,32,31,25,0.78,1.6128,0.38,1.5185 Lazarus,lazarus,97,32,2,1,1.90,1.9912,0.38,1.5185 lode,lode,41,32,38,30,0.80,1.6232,0.38,1.5185 Ludwig,ludwig,124,32,0,0,2.43,2.0969,0.38,1.5185 lurid,lurid,33,32,29,28,0.65,1.5315,0.38,1.5185 lyric,lyric,56,32,51,31,1.10,1.7559,0.38,1.5185 maitre,maitre,48,32,32,29,0.94,1.6902,0.38,1.5185 mantel,mantel,38,32,37,31,0.75,1.5911,0.38,1.5185 mats,mats,61,32,51,30,1.20,1.7924,0.38,1.5185 Maverick,maverick,134,32,24,22,2.63,2.1303,0.38,1.5185 maxed,maxed,34,32,31,31,0.67,1.5441,0.38,1.5185 medicated,medicated,34,32,34,32,0.67,1.5441,0.38,1.5185 melodrama,melodrama,35,32,31,28,0.69,1.5563,0.38,1.5185 midterms,midterms,46,32,41,30,0.90,1.6721,0.38,1.5185 mixes,mixes,34,32,31,31,0.67,1.5441,0.38,1.5185 momentous,momentous,36,32,36,32,0.71,1.5682,0.38,1.5185 monogamous,monogamous,42,32,40,31,0.82,1.6335,0.38,1.5185 muggers,muggers,56,32,45,27,1.10,1.7559,0.38,1.5185 musketeers,musketeers,86,32,48,13,1.69,1.9395,0.38,1.5185 nabbed,nabbed,35,32,34,32,0.69,1.5563,0.38,1.5185 neighborly,neighborly,34,32,32,31,0.67,1.5441,0.38,1.5185 neutralized,neutralized,37,32,36,32,0.73,1.5798,0.38,1.5185 nodded,nodded,34,32,34,32,0.67,1.5441,0.38,1.5185 oars,oars,55,32,53,32,1.08,1.7482,0.38,1.5185 overtake,overtake,37,32,37,32,0.73,1.5798,0.38,1.5185 Paco,paco,101,32,0,0,1.98,2.0086,0.38,1.5185 Parsons,parsons,92,32,3,3,1.80,1.9685,0.38,1.5185 participants,participants,37,32,35,31,0.73,1.5798,0.38,1.5185 pedals,pedals,38,32,38,32,0.75,1.5911,0.38,1.5185 peels,peels,35,32,34,31,0.69,1.5563,0.38,1.5185 perpetrated,perpetrated,32,32,31,31,0.63,1.5185,0.38,1.5185 pitied,pitied,34,32,33,32,0.67,1.5441,0.38,1.5185 Playboys,playboys,52,32,23,20,1.02,1.7243,0.38,1.5185 pleasurable,pleasurable,38,32,35,32,0.75,1.5911,0.38,1.5185 plowed,plowed,33,32,33,32,0.65,1.5315,0.38,1.5185 polio,polio,45,32,41,30,0.88,1.6628,0.38,1.5185 powering,powering,40,32,31,27,0.78,1.6128,0.38,1.5185 preemptive,preemptive,44,32,42,31,0.86,1.6532,0.38,1.5185 proclaimed,proclaimed,34,32,34,32,0.67,1.5441,0.38,1.5185 professionalism,professionalism,34,32,33,31,0.67,1.5441,0.38,1.5185 protectors,protectors,37,32,36,31,0.73,1.5798,0.38,1.5185 puffing,puffing,33,32,30,29,0.65,1.5315,0.38,1.5185 racy,racy,49,32,43,30,0.96,1.6990,0.38,1.5185 radically,radically,32,32,31,31,0.63,1.5185,0.38,1.5185 ransacked,ransacked,33,32,32,31,0.65,1.5315,0.38,1.5185 rearranging,rearranging,33,32,29,28,0.65,1.5315,0.38,1.5185 recluse,recluse,34,32,31,30,0.67,1.5441,0.38,1.5185 reconciled,reconciled,34,32,34,32,0.67,1.5441,0.38,1.5185 reflecting,reflecting,32,32,31,31,0.63,1.5185,0.38,1.5185 Regrettably,regrettably,33,32,16,15,0.65,1.5315,0.38,1.5185 regretting,regretting,33,32,30,29,0.65,1.5315,0.38,1.5185 relativity,relativity,39,32,29,24,0.76,1.6021,0.38,1.5185 reluctantly,reluctantly,33,32,25,24,0.65,1.5315,0.38,1.5185 remembrance,remembrance,37,32,33,30,0.73,1.5798,0.38,1.5185 renovations,renovations,39,32,37,31,0.76,1.6021,0.38,1.5185 retaining,retaining,33,32,32,31,0.65,1.5315,0.38,1.5185 revolve,revolve,35,32,32,30,0.69,1.5563,0.38,1.5185 rom,rom,208,32,165,21,4.08,2.3201,0.38,1.5185 roomie,roomie,44,32,40,31,0.86,1.6532,0.38,1.5185 roost,roost,45,32,44,31,0.88,1.6628,0.38,1.5185 rusted,rusted,36,32,36,32,0.71,1.5682,0.38,1.5185 sabotaging,sabotaging,33,32,29,28,0.65,1.5315,0.38,1.5185 Saul,saul,104,32,0,0,2.04,2.0212,0.38,1.5185 sayings,sayings,37,32,36,32,0.73,1.5798,0.38,1.5185 schnapps,schnapps,37,32,35,30,0.73,1.5798,0.38,1.5185 scriptures,scriptures,36,32,24,22,0.71,1.5682,0.38,1.5185 sculptor,sculptor,46,32,44,32,0.90,1.6721,0.38,1.5185 sergeants,sergeants,43,32,32,25,0.84,1.6435,0.38,1.5185 Sha,sha,85,32,12,8,1.67,1.9345,0.38,1.5185 shilling,shilling,75,32,74,31,1.47,1.8808,0.38,1.5185 silky,silky,40,32,27,27,0.78,1.6128,0.38,1.5185 skepticism,skepticism,36,32,35,31,0.71,1.5682,0.38,1.5185 skillet,skillet,62,32,58,31,1.22,1.7993,0.38,1.5185 slaving,slaving,33,32,29,28,0.65,1.5315,0.38,1.5185 sledgehammer,sledgehammer,45,32,36,28,0.88,1.6628,0.38,1.5185 smartass,smartass,36,32,28,26,0.71,1.5682,0.38,1.5185 sneezes,sneezes,44,32,34,27,0.86,1.6532,0.38,1.5185 snowy,snowy,54,32,41,28,1.06,1.7404,0.38,1.5185 Sodom,sodom,38,32,1,1,0.75,1.5911,0.38,1.5185 songwriter,songwriter,50,32,49,32,0.98,1.7076,0.38,1.5185 sportsman,sportsman,35,32,29,26,0.69,1.5563,0.38,1.5185 sporty,sporty,38,32,21,21,0.75,1.5911,0.38,1.5185 sprint,sprint,36,32,34,30,0.71,1.5682,0.38,1.5185 squeaks,squeaks,54,32,41,28,1.06,1.7404,0.38,1.5185 stainless,stainless,37,32,31,27,0.73,1.5798,0.38,1.5185 stereotype,stereotype,36,32,36,32,0.71,1.5682,0.38,1.5185 Stoner,stoner,103,32,27,21,2.02,2.0170,0.38,1.5185 subdued,subdued,32,32,31,31,0.63,1.5185,0.38,1.5185 suffocation,suffocation,38,32,31,27,0.75,1.5911,0.38,1.5185 supporter,supporter,37,32,36,31,0.73,1.5798,0.38,1.5185 swaying,swaying,45,32,32,27,0.88,1.6628,0.38,1.5185 sweated,sweated,36,32,36,32,0.71,1.5682,0.38,1.5185 swordsman,swordsman,64,32,60,29,1.25,1.8129,0.38,1.5185 symbolism,symbolism,37,32,35,30,0.73,1.5798,0.38,1.5185 synchronize,synchronize,34,32,28,28,0.67,1.5441,0.38,1.5185 systematically,systematically,33,32,33,32,0.65,1.5315,0.38,1.5185 tambourine,tambourine,45,32,32,27,0.88,1.6628,0.38,1.5185 techno,techno,38,32,35,30,0.75,1.5911,0.38,1.5185 Temperance,temperance,40,32,18,17,0.78,1.6128,0.38,1.5185 tenderly,tenderly,42,32,39,30,0.82,1.6335,0.38,1.5185 terrorized,terrorized,32,32,32,32,0.63,1.5185,0.38,1.5185 terrorizing,terrorizing,37,32,32,28,0.73,1.5798,0.38,1.5185 theology,theology,36,32,34,31,0.71,1.5682,0.38,1.5185 thickens,thickens,32,32,32,32,0.63,1.5185,0.38,1.5185 thoracic,thoracic,40,32,31,28,0.78,1.6128,0.38,1.5185 tireless,tireless,34,32,33,31,0.67,1.5441,0.38,1.5185 toasty,toasty,34,32,31,29,0.67,1.5441,0.38,1.5185 towing,towing,48,32,41,27,0.94,1.6902,0.38,1.5185 transference,transference,44,32,37,31,0.86,1.6532,0.38,1.5185 transports,transports,43,32,41,30,0.84,1.6435,0.38,1.5185 trimming,trimming,33,32,31,30,0.65,1.5315,0.38,1.5185 tripled,tripled,37,32,33,30,0.73,1.5798,0.38,1.5185 tuba,tuba,61,32,58,30,1.20,1.7924,0.38,1.5185 turpentine,turpentine,47,32,43,29,0.92,1.6812,0.38,1.5185 twigs,twigs,40,32,37,31,0.78,1.6128,0.38,1.5185 typo,typo,34,32,30,30,0.67,1.5441,0.38,1.5185 unbalanced,unbalanced,35,32,34,32,0.69,1.5563,0.38,1.5185 undergone,undergone,33,32,33,32,0.65,1.5315,0.38,1.5185 underhanded,underhanded,35,32,34,32,0.69,1.5563,0.38,1.5185 undermining,undermining,32,32,30,30,0.63,1.5185,0.38,1.5185 unfairly,unfairly,35,32,35,32,0.69,1.5563,0.38,1.5185 uniquely,uniquely,37,32,35,30,0.73,1.5798,0.38,1.5185 unsettled,unsettled,35,32,34,32,0.69,1.5563,0.38,1.5185 utensils,utensils,33,32,31,30,0.65,1.5315,0.38,1.5185 vacancies,vacancies,38,32,38,32,0.75,1.5911,0.38,1.5185 vandals,vandals,46,32,24,22,0.90,1.6721,0.38,1.5185 Vaseline,vaseline,41,32,3,3,0.80,1.6232,0.38,1.5185 Velcro,velcro,43,32,1,1,0.84,1.6435,0.38,1.5185 virile,virile,33,32,30,29,0.65,1.5315,0.38,1.5185 warehouses,warehouses,34,32,34,32,0.67,1.5441,0.38,1.5185 wary,wary,38,32,37,31,0.75,1.5911,0.38,1.5185 washout,washout,38,32,35,31,0.75,1.5911,0.38,1.5185 Welch,welch,68,32,5,4,1.33,1.8388,0.38,1.5185 Whats,whats,102,32,31,26,2.00,2.0128,0.38,1.5185 wheezing,wheezing,40,32,37,29,0.78,1.6128,0.38,1.5185 width,width,35,32,33,30,0.69,1.5563,0.38,1.5185 winked,winked,37,32,37,32,0.73,1.5798,0.38,1.5185 zeroes,zeroes,39,32,33,30,0.76,1.6021,0.38,1.5185 abode,abode,33,31,33,31,0.65,1.5315,0.37,1.5051 absurdity,absurdity,32,31,32,31,0.63,1.5185,0.37,1.5051 academics,academics,35,31,33,30,0.69,1.5563,0.37,1.5051 acoustic,acoustic,49,31,46,29,0.96,1.6990,0.37,1.5051 adept,adept,33,31,33,31,0.65,1.5315,0.37,1.5051 aesthetic,aesthetic,34,31,34,31,0.67,1.5441,0.37,1.5051 affectionately,affectionately,31,31,25,25,0.61,1.5051,0.37,1.5051 aided,aided,33,31,30,28,0.65,1.5315,0.37,1.5051 ami,ami,37,31,20,20,0.73,1.5798,0.37,1.5051 annulled,annulled,42,31,40,31,0.82,1.6335,0.37,1.5051 anxiously,anxiously,31,31,28,28,0.61,1.5051,0.37,1.5051 arches,arches,43,31,36,28,0.84,1.6435,0.37,1.5051 Argumentative,argumentative,38,31,17,16,0.75,1.5911,0.37,1.5051 arsenic,arsenic,63,31,47,25,1.24,1.8062,0.37,1.5051 ascending,ascending,35,31,29,26,0.69,1.5563,0.37,1.5051 Atlantis,atlantis,269,31,0,0,5.27,2.4314,0.37,1.5051 atrocious,atrocious,35,31,34,31,0.69,1.5563,0.37,1.5051 Attila,attila,131,31,0,0,2.57,2.1206,0.37,1.5051 backhand,backhand,37,31,34,29,0.73,1.5798,0.37,1.5051 ballast,ballast,60,31,54,30,1.18,1.7853,0.37,1.5051 banister,banister,67,31,39,29,1.31,1.8325,0.37,1.5051 barometer,barometer,36,31,30,25,0.71,1.5682,0.37,1.5051 barricades,barricades,42,31,42,31,0.82,1.6335,0.37,1.5051 Bartlett,bartlett,125,31,1,1,2.45,2.1004,0.37,1.5051 bayou,bayou,68,31,39,19,1.33,1.8388,0.37,1.5051 bearable,bearable,34,31,34,31,0.67,1.5441,0.37,1.5051 beavers,beavers,39,31,28,21,0.76,1.6021,0.37,1.5051 beheaded,beheaded,34,31,32,29,0.67,1.5441,0.37,1.5051 belligerent,belligerent,33,31,31,29,0.65,1.5315,0.37,1.5051 bellman,bellman,55,31,44,27,1.08,1.7482,0.37,1.5051 berth,berth,40,31,38,29,0.78,1.6128,0.37,1.5051 Bethesda,bethesda,40,31,0,0,0.78,1.6128,0.37,1.5051 billed,billed,36,31,35,30,0.71,1.5682,0.37,1.5051 bins,bins,39,31,38,30,0.76,1.6021,0.37,1.5051 Birch,birch,79,31,20,16,1.55,1.9031,0.37,1.5051 Birmingham,birmingham,102,31,0,0,2.00,2.0128,0.37,1.5051 bleu,bleu,35,31,19,19,0.69,1.5563,0.37,1.5051 blowtorch,blowtorch,43,31,39,28,0.84,1.6435,0.37,1.5051 Bobo,bobo,144,31,4,2,2.82,2.1614,0.37,1.5051 boning,boning,38,31,35,29,0.75,1.5911,0.37,1.5051 bonuses,bonuses,36,31,34,29,0.71,1.5682,0.37,1.5051 Bordeaux,bordeaux,49,31,2,2,0.96,1.6990,0.37,1.5051 bosoms,bosoms,33,31,31,29,0.65,1.5315,0.37,1.5051 braids,braids,40,31,37,30,0.78,1.6128,0.37,1.5051 Brie,brie,46,31,20,17,0.90,1.6721,0.37,1.5051 budding,budding,33,31,32,30,0.65,1.5315,0.37,1.5051 bunches,bunches,38,31,36,29,0.75,1.5911,0.37,1.5051 bundles,bundles,46,31,36,29,0.90,1.6721,0.37,1.5051 burglaries,burglaries,41,31,39,29,0.80,1.6232,0.37,1.5051 cancelling,cancelling,39,31,39,31,0.76,1.6021,0.37,1.5051 cartilage,cartilage,37,31,36,30,0.73,1.5798,0.37,1.5051 catalyst,catalyst,40,31,40,31,0.78,1.6128,0.37,1.5051 celibate,celibate,36,31,33,30,0.71,1.5682,0.37,1.5051 cellulite,cellulite,38,31,35,28,0.75,1.5911,0.37,1.5051 cheaply,cheaply,32,31,32,31,0.63,1.5185,0.37,1.5051 checklist,checklist,39,31,36,29,0.76,1.6021,0.37,1.5051 chins,chins,35,31,28,28,0.69,1.5563,0.37,1.5051 chlorine,chlorine,38,31,33,28,0.75,1.5911,0.37,1.5051 clusters,clusters,38,31,37,30,0.75,1.5911,0.37,1.5051 combining,combining,32,31,31,30,0.63,1.5185,0.37,1.5051 compares,compares,43,31,41,29,0.84,1.6435,0.37,1.5051 compartments,compartments,39,31,39,31,0.76,1.6021,0.37,1.5051 competitions,competitions,34,31,33,30,0.67,1.5441,0.37,1.5051 consumes,consumes,36,31,35,31,0.71,1.5682,0.37,1.5051 contusion,contusion,36,31,34,30,0.71,1.5682,0.37,1.5051 cookbook,cookbook,37,31,33,28,0.73,1.5798,0.37,1.5051 coppers,coppers,43,31,39,29,0.84,1.6435,0.37,1.5051 copycat,copycat,44,31,40,29,0.86,1.6532,0.37,1.5051 coworker,coworker,34,31,34,31,0.67,1.5441,0.37,1.5051 criminally,criminally,37,31,33,29,0.73,1.5798,0.37,1.5051 cruisers,cruisers,37,31,34,28,0.73,1.5798,0.37,1.5051 cultivated,cultivated,31,31,30,30,0.61,1.5051,0.37,1.5051 damsel,damsel,45,31,40,29,0.88,1.6628,0.37,1.5051 degrade,degrade,34,31,33,31,0.67,1.5441,0.37,1.5051 demoted,demoted,38,31,34,28,0.75,1.5911,0.37,1.5051 deport,deport,40,31,37,30,0.78,1.6128,0.37,1.5051 depravity,depravity,34,31,33,31,0.67,1.5441,0.37,1.5051 derive,derive,35,31,34,31,0.69,1.5563,0.37,1.5051 deux,deux,40,31,27,21,0.78,1.6128,0.37,1.5051 devout,devout,38,31,36,29,0.75,1.5911,0.37,1.5051 dimwit,dimwit,38,31,33,28,0.75,1.5911,0.37,1.5051 disciple,disciple,52,31,45,28,1.02,1.7243,0.37,1.5051 dorms,dorms,37,31,36,31,0.73,1.5798,0.37,1.5051 dreading,dreading,34,31,33,30,0.67,1.5441,0.37,1.5051 drips,drips,39,31,34,30,0.76,1.6021,0.37,1.5051 dumpling,dumpling,45,31,41,28,0.88,1.6628,0.37,1.5051 egomaniac,egomaniac,35,31,32,28,0.69,1.5563,0.37,1.5051 encourages,encourages,32,31,32,31,0.63,1.5185,0.37,1.5051 entertainers,entertainers,37,31,34,29,0.73,1.5798,0.37,1.5051 ers,ers,44,31,30,21,0.86,1.6532,0.37,1.5051 Esquire,esquire,50,31,4,4,0.98,1.7076,0.37,1.5051 evading,evading,32,31,31,30,0.63,1.5185,0.37,1.5051 exalted,exalted,35,31,32,28,0.69,1.5563,0.37,1.5051 exonerate,exonerate,36,31,35,30,0.71,1.5682,0.37,1.5051 expulsion,expulsion,41,31,40,30,0.80,1.6232,0.37,1.5051 extort,extort,33,31,32,30,0.65,1.5315,0.37,1.5051 extremes,extremes,34,31,34,31,0.67,1.5441,0.37,1.5051 feathered,feathered,34,31,31,28,0.67,1.5441,0.37,1.5051 feeder,feeder,35,31,35,31,0.69,1.5563,0.37,1.5051 fillings,fillings,35,31,35,31,0.69,1.5563,0.37,1.5051 fined,fined,43,31,41,29,0.84,1.6435,0.37,1.5051 flunky,flunky,35,31,34,31,0.69,1.5563,0.37,1.5051 fornication,fornication,44,31,35,27,0.86,1.6532,0.37,1.5051 fortified,fortified,31,31,30,30,0.61,1.5051,0.37,1.5051 fortitude,fortitude,33,31,32,30,0.65,1.5315,0.37,1.5051 fraught,fraught,35,31,33,30,0.69,1.5563,0.37,1.5051 Friar,friar,88,31,30,13,1.73,1.9494,0.37,1.5051 frosted,frosted,41,31,29,23,0.80,1.6232,0.37,1.5051 furthest,furthest,32,31,31,30,0.63,1.5185,0.37,1.5051 fused,fused,34,31,34,31,0.67,1.5441,0.37,1.5051 gab,gab,35,31,31,29,0.69,1.5563,0.37,1.5051 galore,galore,37,31,26,25,0.73,1.5798,0.37,1.5051 gassed,gassed,37,31,36,31,0.73,1.5798,0.37,1.5051 gauntlet,gauntlet,39,31,38,30,0.76,1.6021,0.37,1.5051 genitalia,genitalia,37,31,37,31,0.73,1.5798,0.37,1.5051 Gibraltar,gibraltar,47,31,0,0,0.92,1.6812,0.37,1.5051 Gomorrah,gomorrah,35,31,1,1,0.69,1.5563,0.37,1.5051 grope,grope,31,31,31,31,0.61,1.5051,0.37,1.5051 Guam,guam,43,31,0,0,0.84,1.6435,0.37,1.5051 guineas,guineas,50,31,46,27,0.98,1.7076,0.37,1.5051 hairbrush,hairbrush,37,31,35,29,0.73,1.5798,0.37,1.5051 hairstyle,hairstyle,35,31,35,31,0.69,1.5563,0.37,1.5051 handlers,handlers,36,31,32,29,0.71,1.5682,0.37,1.5051 hankering,hankering,33,31,33,31,0.65,1.5315,0.37,1.5051 harpoon,harpoon,44,31,39,28,0.86,1.6532,0.37,1.5051 headlight,headlight,37,31,35,30,0.73,1.5798,0.37,1.5051 headway,headway,33,31,33,31,0.65,1.5315,0.37,1.5051 heartbreaker,heartbreaker,32,31,30,29,0.63,1.5185,0.37,1.5051 Hershey,hershey,66,31,0,0,1.29,1.8261,0.37,1.5051 hex,hex,66,31,42,26,1.29,1.8261,0.37,1.5051 highs,highs,35,31,29,26,0.69,1.5563,0.37,1.5051 hinder,hinder,37,31,36,31,0.73,1.5798,0.37,1.5051 homophobic,homophobic,37,31,35,29,0.73,1.5798,0.37,1.5051 horsey,horsey,42,31,33,25,0.82,1.6335,0.37,1.5051 Hue,hue,71,31,28,25,1.39,1.8573,0.37,1.5051 humankind,humankind,35,31,30,27,0.69,1.5563,0.37,1.5051 humongous,humongous,36,31,31,27,0.71,1.5682,0.37,1.5051 hunchback,hunchback,50,31,32,26,0.98,1.7076,0.37,1.5051 idly,idly,32,31,31,30,0.63,1.5185,0.37,1.5051 infallible,infallible,32,31,31,30,0.63,1.5185,0.37,1.5051 informants,informants,58,31,54,29,1.14,1.7709,0.37,1.5051 inhabit,inhabit,33,31,33,31,0.65,1.5315,0.37,1.5051 inkling,inkling,35,31,35,31,0.69,1.5563,0.37,1.5051 innocently,innocently,32,31,29,28,0.63,1.5185,0.37,1.5051 innovation,innovation,34,31,34,31,0.67,1.5441,0.37,1.5051 insinuate,insinuate,33,31,31,30,0.65,1.5315,0.37,1.5051 instructors,instructors,39,31,38,30,0.76,1.6021,0.37,1.5051 integrate,integrate,40,31,40,31,0.78,1.6128,0.37,1.5051 intestinal,intestinal,32,31,29,28,0.63,1.5185,0.37,1.5051 irreparable,irreparable,34,31,33,30,0.67,1.5441,0.37,1.5051 jackasses,jackasses,37,31,35,31,0.73,1.5798,0.37,1.5051 jazzed,jazzed,36,31,36,31,0.71,1.5682,0.37,1.5051 jingling,jingling,37,31,29,24,0.73,1.5798,0.37,1.5051 jumpsuit,jumpsuit,36,31,36,31,0.71,1.5682,0.37,1.5051 knowingly,knowingly,37,31,37,31,0.73,1.5798,0.37,1.5051 lavage,lavage,51,31,40,28,1.00,1.7160,0.37,1.5051 laxative,laxative,43,31,41,31,0.84,1.6435,0.37,1.5051 lecturer,lecturer,41,31,37,27,0.80,1.6232,0.37,1.5051 Levy,levy,99,31,11,10,1.94,2.0000,0.37,1.5051 limitless,limitless,36,31,35,31,0.71,1.5682,0.37,1.5051 liquidate,liquidate,39,31,36,28,0.76,1.6021,0.37,1.5051 lox,lox,46,31,38,29,0.90,1.6721,0.37,1.5051 maneuvering,maneuvering,52,31,31,28,1.02,1.7243,0.37,1.5051 Mao,mao,65,31,0,0,1.27,1.8195,0.37,1.5051 Marcel,marcel,72,31,1,1,1.41,1.8633,0.37,1.5051 Marlin,marlin,85,31,31,21,1.67,1.9345,0.37,1.5051 mauled,mauled,37,31,34,30,0.73,1.5798,0.37,1.5051 Mayflower,mayflower,76,31,1,1,1.49,1.8865,0.37,1.5051 mesh,mesh,35,31,34,30,0.69,1.5563,0.37,1.5051 Metropolis,metropolis,52,31,24,23,1.02,1.7243,0.37,1.5051 midair,midair,35,31,35,31,0.69,1.5563,0.37,1.5051 Midwestern,midwestern,31,31,3,3,0.61,1.5051,0.37,1.5051 mikes,mikes,40,31,36,28,0.78,1.6128,0.37,1.5051 mistakenly,mistakenly,33,31,33,31,0.65,1.5315,0.37,1.5051 monarch,monarch,42,31,25,23,0.82,1.6335,0.37,1.5051 mortgages,mortgages,36,31,33,29,0.71,1.5682,0.37,1.5051 mph,mph,51,31,49,30,1.00,1.7160,0.37,1.5051 munchies,munchies,32,31,29,28,0.63,1.5185,0.37,1.5051 mutated,mutated,35,31,35,31,0.69,1.5563,0.37,1.5051 necessities,necessities,35,31,35,31,0.69,1.5563,0.37,1.5051 nefarious,nefarious,38,31,38,31,0.75,1.5911,0.37,1.5051 negligee,negligee,37,31,36,31,0.73,1.5798,0.37,1.5051 Nein,nein,55,31,5,5,1.08,1.7482,0.37,1.5051 Nevermind,nevermind,37,31,12,11,0.73,1.5798,0.37,1.5051 newsreel,newsreel,38,31,36,31,0.75,1.5911,0.37,1.5051 nightie,nightie,35,31,35,31,0.69,1.5563,0.37,1.5051 nominate,nominate,46,31,46,31,0.90,1.6721,0.37,1.5051 nother,nother,33,31,33,31,0.65,1.5315,0.37,1.5051 nutcracker,nutcracker,36,31,18,14,0.71,1.5682,0.37,1.5051 observatory,observatory,51,31,32,20,1.00,1.7160,0.37,1.5051 offerings,offerings,32,31,32,31,0.63,1.5185,0.37,1.5051 okayed,okayed,35,31,35,31,0.69,1.5563,0.37,1.5051 optics,optics,36,31,34,29,0.71,1.5682,0.37,1.5051 outbursts,outbursts,37,31,35,30,0.73,1.5798,0.37,1.5051 pacifist,pacifist,35,31,29,25,0.69,1.5563,0.37,1.5051 Pang,pang,81,31,15,13,1.59,1.9138,0.37,1.5051 parchment,parchment,39,31,34,27,0.76,1.6021,0.37,1.5051 pardons,pardons,32,31,31,30,0.63,1.5185,0.37,1.5051 Parson,parson,78,31,34,22,1.53,1.8976,0.37,1.5051 pawing,pawing,32,31,32,31,0.63,1.5185,0.37,1.5051 pawned,pawned,38,31,38,31,0.75,1.5911,0.37,1.5051 Peabody,peabody,120,31,1,1,2.35,2.0828,0.37,1.5051 pebbles,pebbles,36,31,22,19,0.71,1.5682,0.37,1.5051 personals,personals,37,31,32,28,0.73,1.5798,0.37,1.5051 Philharmonic,philharmonic,38,31,5,5,0.75,1.5911,0.37,1.5051 physique,physique,33,31,32,30,0.65,1.5315,0.37,1.5051 Pinocchio,pinocchio,120,31,0,0,2.35,2.0828,0.37,1.5051 positioned,positioned,32,31,31,30,0.63,1.5185,0.37,1.5051 posterior,posterior,31,31,30,30,0.61,1.5051,0.37,1.5051 posterity,posterity,33,31,30,28,0.65,1.5315,0.37,1.5051 prevention,prevention,32,31,21,20,0.63,1.5185,0.37,1.5051 pricey,pricey,32,31,29,28,0.63,1.5185,0.37,1.5051 principals,principals,41,31,37,29,0.80,1.6232,0.37,1.5051 prissy,prissy,46,31,30,24,0.90,1.6721,0.37,1.5051 proposes,proposes,33,31,32,31,0.65,1.5315,0.37,1.5051 prunes,prunes,35,31,26,26,0.69,1.5563,0.37,1.5051 psychedelic,psychedelic,40,31,36,27,0.78,1.6128,0.37,1.5051 pumpkins,pumpkins,33,31,22,21,0.65,1.5315,0.37,1.5051 punchy,punchy,49,31,32,26,0.96,1.6990,0.37,1.5051 puzzling,puzzling,34,31,33,30,0.67,1.5441,0.37,1.5051 quarreled,quarreled,35,31,34,31,0.69,1.5563,0.37,1.5051 quartermaster,quartermaster,46,31,24,17,0.90,1.6721,0.37,1.5051 queers,queers,47,31,41,28,0.92,1.6812,0.37,1.5051 racketeering,racketeering,37,31,33,28,0.73,1.5798,0.37,1.5051 ranchers,ranchers,45,31,42,28,0.88,1.6628,0.37,1.5051 rapids,rapids,52,31,30,20,1.02,1.7243,0.37,1.5051 realism,realism,36,31,32,28,0.71,1.5682,0.37,1.5051 registers,registers,36,31,36,31,0.71,1.5682,0.37,1.5051 regulator,regulator,41,31,40,31,0.80,1.6232,0.37,1.5051 reinforcement,reinforcement,44,31,39,28,0.86,1.6532,0.37,1.5051 reiterate,reiterate,33,31,32,31,0.65,1.5315,0.37,1.5051 relates,relates,34,31,32,31,0.67,1.5441,0.37,1.5051 reminisce,reminisce,37,31,36,30,0.73,1.5798,0.37,1.5051 Richter,richter,64,31,1,1,1.25,1.8129,0.37,1.5051 roomful,roomful,31,31,31,31,0.61,1.5051,0.37,1.5051 rustic,rustic,40,31,36,31,0.78,1.6128,0.37,1.5051 sacrilege,sacrilege,36,31,25,22,0.71,1.5682,0.37,1.5051 Salud,salud,58,31,4,4,1.14,1.7709,0.37,1.5051 sanctions,sanctions,34,31,32,30,0.67,1.5441,0.37,1.5051 saps,saps,35,31,29,27,0.69,1.5563,0.37,1.5051 Savannah,savannah,77,31,7,4,1.51,1.8921,0.37,1.5051 saver,saver,31,31,24,24,0.61,1.5051,0.37,1.5051 saviour,saviour,59,31,43,20,1.16,1.7782,0.37,1.5051 scams,scams,40,31,39,30,0.78,1.6128,0.37,1.5051 scoundrels,scoundrels,38,31,37,31,0.75,1.5911,0.37,1.5051 scrubs,scrubs,36,31,34,29,0.71,1.5682,0.37,1.5051 seminars,seminars,38,31,36,30,0.75,1.5911,0.37,1.5051 Serena,serena,140,31,0,0,2.75,2.1492,0.37,1.5051 shagging,shagging,54,31,53,30,1.06,1.7404,0.37,1.5051 Sheen,sheen,48,31,10,10,0.94,1.6902,0.37,1.5051 shelled,shelled,39,31,39,31,0.76,1.6021,0.37,1.5051 shimmy,shimmy,59,31,44,27,1.16,1.7782,0.37,1.5051 shoddy,shoddy,37,31,32,27,0.73,1.5798,0.37,1.5051 shriek,shriek,32,31,29,28,0.63,1.5185,0.37,1.5051 Siberian,siberian,39,31,0,0,0.76,1.6021,0.37,1.5051 silencer,silencer,47,31,45,30,0.92,1.6812,0.37,1.5051 silo,silo,48,31,40,30,0.94,1.6902,0.37,1.5051 Sim,sim,56,31,24,14,1.10,1.7559,0.37,1.5051 singed,singed,36,31,28,25,0.71,1.5682,0.37,1.5051 skyline,skyline,34,31,25,24,0.67,1.5441,0.37,1.5051 snare,snare,39,31,35,29,0.76,1.6021,0.37,1.5051 sniffed,sniffed,38,31,38,31,0.75,1.5911,0.37,1.5051 solidarity,solidarity,40,31,29,27,0.78,1.6128,0.37,1.5051 soundly,soundly,35,31,35,31,0.69,1.5563,0.37,1.5051 sparked,sparked,32,31,32,31,0.63,1.5185,0.37,1.5051 spatula,spatula,56,31,40,30,1.10,1.7559,0.37,1.5051 Sphinx,sphinx,52,31,18,15,1.02,1.7243,0.37,1.5051 spirituality,spirituality,46,31,42,28,0.90,1.6721,0.37,1.5051 spouses,spouses,34,31,29,27,0.67,1.5441,0.37,1.5051 spouting,spouting,33,31,31,29,0.65,1.5315,0.37,1.5051 Ssh,ssh,42,31,5,4,0.82,1.6335,0.37,1.5051 standoff,standoff,35,31,33,30,0.69,1.5563,0.37,1.5051 sterilized,sterilized,36,31,36,31,0.71,1.5682,0.37,1.5051 stimulated,stimulated,35,31,35,31,0.69,1.5563,0.37,1.5051 stirs,stirs,35,31,34,30,0.69,1.5563,0.37,1.5051 stowed,stowed,34,31,33,30,0.67,1.5441,0.37,1.5051 stressing,stressing,43,31,42,30,0.84,1.6435,0.37,1.5051 stroking,stroking,37,31,36,31,0.73,1.5798,0.37,1.5051 suburbia,suburbia,38,31,31,25,0.75,1.5911,0.37,1.5051 subways,subways,33,31,29,27,0.65,1.5315,0.37,1.5051 suckered,suckered,34,31,29,28,0.67,1.5441,0.37,1.5051 suitor,suitor,69,31,55,30,1.35,1.8451,0.37,1.5051 suns,suns,48,31,34,25,0.94,1.6902,0.37,1.5051 surgeries,surgeries,42,31,40,29,0.82,1.6335,0.37,1.5051 swapped,swapped,33,31,32,30,0.65,1.5315,0.37,1.5051 swerve,swerve,34,31,30,28,0.67,1.5441,0.37,1.5051 swindle,swindle,36,31,29,26,0.71,1.5682,0.37,1.5051 Swish,swish,82,31,32,22,1.61,1.9191,0.37,1.5051 synagogue,synagogue,49,31,49,31,0.96,1.6990,0.37,1.5051 Syracuse,syracuse,70,31,1,1,1.37,1.8513,0.37,1.5051 taut,taut,35,31,34,31,0.69,1.5563,0.37,1.5051 teamed,teamed,33,31,32,30,0.65,1.5315,0.37,1.5051 teammate,teammate,46,31,43,29,0.90,1.6721,0.37,1.5051 tempered,tempered,33,31,27,26,0.65,1.5315,0.37,1.5051 tempest,tempest,36,31,22,22,0.71,1.5682,0.37,1.5051 tenement,tenement,35,31,32,29,0.69,1.5563,0.37,1.5051 terminating,terminating,33,31,29,28,0.65,1.5315,0.37,1.5051 titled,titled,35,31,33,29,0.69,1.5563,0.37,1.5051 towering,towering,32,31,25,24,0.63,1.5185,0.37,1.5051 trachea,trachea,35,31,26,23,0.69,1.5563,0.37,1.5051 tranquility,tranquility,37,31,27,26,0.73,1.5798,0.37,1.5051 trickery,trickery,38,31,36,30,0.75,1.5911,0.37,1.5051 triplicate,triplicate,38,31,38,31,0.75,1.5911,0.37,1.5051 tripod,tripod,46,31,40,27,0.90,1.6721,0.37,1.5051 truffles,truffles,40,31,37,29,0.78,1.6128,0.37,1.5051 turbulent,turbulent,33,31,30,28,0.65,1.5315,0.37,1.5051 turnoff,turnoff,36,31,36,31,0.71,1.5682,0.37,1.5051 Tweed,tweed,61,31,30,26,1.20,1.7924,0.37,1.5051 unbecoming,unbecoming,32,31,32,31,0.63,1.5185,0.37,1.5051 unresponsive,unresponsive,35,31,29,27,0.69,1.5563,0.37,1.5051 validation,validation,36,31,35,31,0.71,1.5682,0.37,1.5051 Vassar,vassar,39,31,1,1,0.76,1.6021,0.37,1.5051 Vega,vega,116,31,0,0,2.27,2.0682,0.37,1.5051 veterinary,veterinary,35,31,33,29,0.69,1.5563,0.37,1.5051 vigorous,vigorous,35,31,32,30,0.69,1.5563,0.37,1.5051 Volkswagen,volkswagen,42,31,1,1,0.82,1.6335,0.37,1.5051 waived,waived,35,31,34,30,0.69,1.5563,0.37,1.5051 Wali,wali,48,31,0,0,0.94,1.6902,0.37,1.5051 walnuts,walnuts,64,31,52,28,1.25,1.8129,0.37,1.5051 warmest,warmest,42,31,39,28,0.82,1.6335,0.37,1.5051 Wherefore,wherefore,44,31,11,11,0.86,1.6532,0.37,1.5051 workman,workman,40,31,26,25,0.78,1.6128,0.37,1.5051 woven,woven,32,31,31,30,0.63,1.5185,0.37,1.5051 Xerox,xerox,48,31,3,1,0.94,1.6902,0.37,1.5051 yakking,yakking,35,31,32,29,0.69,1.5563,0.37,1.5051 yi,yi,147,31,86,14,2.88,2.1703,0.37,1.5051 Ymca,ymca,44,31,0,0,0.86,1.6532,0.37,1.5051 Yugoslavia,yugoslavia,44,31,0,0,0.86,1.6532,0.37,1.5051 yuppie,yuppie,45,31,40,30,0.88,1.6628,0.37,1.5051 zinc,zinc,43,31,33,24,0.84,1.6435,0.37,1.5051 Abilene,abilene,68,30,0,0,1.33,1.8388,0.36,1.4914 accosted,accosted,34,30,33,30,0.67,1.5441,0.36,1.4914 accursed,accursed,33,30,30,27,0.65,1.5315,0.36,1.4914 ailments,ailments,31,30,31,30,0.61,1.5051,0.36,1.4914 align,align,34,30,34,30,0.67,1.5441,0.36,1.4914 altercation,altercation,37,30,35,30,0.73,1.5798,0.36,1.4914 amuses,amuses,35,30,34,30,0.69,1.5563,0.36,1.4914 animosity,animosity,31,30,30,29,0.61,1.5051,0.36,1.4914 annihilated,annihilated,32,30,31,29,0.63,1.5185,0.36,1.4914 annoys,annoys,31,30,30,29,0.61,1.5051,0.36,1.4914 antsy,antsy,32,30,31,30,0.63,1.5185,0.36,1.4914 aristocratic,aristocratic,37,30,36,29,0.73,1.5798,0.36,1.4914 arraigned,arraigned,33,30,32,29,0.65,1.5315,0.36,1.4914 artifact,artifact,56,30,55,30,1.10,1.7559,0.36,1.4914 artificially,artificially,36,30,35,29,0.71,1.5682,0.36,1.4914 ashtrays,ashtrays,32,30,31,29,0.63,1.5185,0.36,1.4914 aspiring,aspiring,32,30,30,28,0.63,1.5185,0.36,1.4914 astern,astern,55,30,47,27,1.08,1.7482,0.36,1.4914 Avenger,avenger,120,30,20,14,2.35,2.0828,0.36,1.4914 balling,balling,32,30,32,30,0.63,1.5185,0.36,1.4914 Barb,barb,118,30,4,4,2.31,2.0755,0.36,1.4914 Barker,barker,149,30,4,4,2.92,2.1761,0.36,1.4914 Baroness,baroness,134,30,41,14,2.63,2.1303,0.36,1.4914 beastly,beastly,34,30,29,25,0.67,1.5441,0.36,1.4914 beeped,beeped,35,30,35,30,0.69,1.5563,0.36,1.4914 bellhop,bellhop,34,30,30,26,0.67,1.5441,0.36,1.4914 bellybutton,bellybutton,33,30,31,28,0.65,1.5315,0.36,1.4914 bellyful,bellyful,30,30,30,30,0.59,1.4914,0.36,1.4914 bequeath,bequeath,43,30,43,30,0.84,1.6435,0.36,1.4914 Bess,bess,58,30,0,0,1.14,1.7709,0.36,1.4914 bile,bile,40,30,33,28,0.78,1.6128,0.36,1.4914 biologically,biologically,34,30,30,26,0.67,1.5441,0.36,1.4914 blubbering,blubbering,33,30,30,27,0.65,1.5315,0.36,1.4914 bobbing,bobbing,31,30,30,29,0.61,1.5051,0.36,1.4914 bookies,bookies,47,30,43,26,0.92,1.6812,0.36,1.4914 breezy,breezy,40,30,32,24,0.78,1.6128,0.36,1.4914 brooch,brooch,67,30,66,30,1.31,1.8325,0.36,1.4914 Bs,bs,39,30,0,0,0.76,1.6021,0.36,1.4914 burdened,burdened,33,30,32,30,0.65,1.5315,0.36,1.4914 cardiologist,cardiologist,36,30,34,28,0.71,1.5682,0.36,1.4914 carnation,carnation,43,30,37,27,0.84,1.6435,0.36,1.4914 carpenters,carpenters,35,30,28,24,0.69,1.5563,0.36,1.4914 cervical,cervical,35,30,34,30,0.69,1.5563,0.36,1.4914 chainsaw,chainsaw,55,30,45,24,1.08,1.7482,0.36,1.4914 checkered,checkered,42,30,37,25,0.82,1.6335,0.36,1.4914 churn,churn,31,30,30,29,0.61,1.5051,0.36,1.4914 cinder,cinder,39,30,35,27,0.76,1.6021,0.36,1.4914 citing,citing,33,30,31,28,0.65,1.5315,0.36,1.4914 clang,clang,43,30,30,23,0.84,1.6435,0.36,1.4914 clouding,clouding,31,30,31,30,0.61,1.5051,0.36,1.4914 clubbing,clubbing,34,30,33,30,0.67,1.5441,0.36,1.4914 cockamamie,cockamamie,33,30,33,30,0.65,1.5315,0.36,1.4914 combs,combs,39,30,34,29,0.76,1.6021,0.36,1.4914 communal,communal,33,30,32,30,0.65,1.5315,0.36,1.4914 communicator,communicator,36,30,30,25,0.71,1.5682,0.36,1.4914 compounds,compounds,30,30,29,29,0.59,1.4914,0.36,1.4914 computerized,computerized,35,30,35,30,0.69,1.5563,0.36,1.4914 confuses,confuses,31,30,29,28,0.61,1.5051,0.36,1.4914 consumers,consumers,45,30,36,26,0.88,1.6628,0.36,1.4914 converge,converge,32,30,25,24,0.63,1.5185,0.36,1.4914 convinces,convinces,31,30,27,27,0.61,1.5051,0.36,1.4914 cornbread,cornbread,46,30,36,25,0.90,1.6721,0.36,1.4914 cornerstone,cornerstone,34,30,33,29,0.67,1.5441,0.36,1.4914 coughed,coughed,30,30,29,29,0.59,1.4914,0.36,1.4914 counselling,counselling,40,30,40,30,0.78,1.6128,0.36,1.4914 crapped,crapped,33,30,32,30,0.65,1.5315,0.36,1.4914 credited,credited,31,30,31,30,0.61,1.5051,0.36,1.4914 cripples,cripples,31,30,31,30,0.61,1.5051,0.36,1.4914 Crusades,crusades,39,30,12,12,0.76,1.6021,0.36,1.4914 Cy,cy,80,30,2,2,1.57,1.9085,0.36,1.4914 Damnit,damnit,52,30,16,12,1.02,1.7243,0.36,1.4914 decked,decked,31,30,30,29,0.61,1.5051,0.36,1.4914 definitions,definitions,31,30,30,29,0.61,1.5051,0.36,1.4914 defuse,defuse,38,30,36,30,0.75,1.5911,0.36,1.4914 delaying,delaying,32,30,32,30,0.63,1.5185,0.36,1.4914 Delilah,delilah,209,30,0,0,4.10,2.3222,0.36,1.4914 derivative,derivative,39,30,33,28,0.76,1.6021,0.36,1.4914 despises,despises,36,30,35,30,0.71,1.5682,0.36,1.4914 destroyers,destroyers,50,30,43,25,0.98,1.7076,0.36,1.4914 dias,dias,65,30,47,29,1.27,1.8195,0.36,1.4914 diff,diff,36,30,34,28,0.71,1.5682,0.36,1.4914 discontinue,discontinue,34,30,28,26,0.67,1.5441,0.36,1.4914 dislikes,dislikes,31,30,30,29,0.61,1.5051,0.36,1.4914 dismembered,dismembered,30,30,26,26,0.59,1.4914,0.36,1.4914 disobeying,disobeying,32,30,31,29,0.63,1.5185,0.36,1.4914 displeasure,displeasure,34,30,34,30,0.67,1.5441,0.36,1.4914 disrespecting,disrespecting,40,30,38,29,0.78,1.6128,0.36,1.4914 Drat,drat,46,30,16,12,0.90,1.6721,0.36,1.4914 Duffy,duffy,112,30,0,0,2.20,2.0531,0.36,1.4914 Dutchman,dutchman,83,30,0,0,1.63,1.9243,0.36,1.4914 eastbound,eastbound,40,30,29,23,0.78,1.6128,0.36,1.4914 empires,empires,33,30,27,25,0.65,1.5315,0.36,1.4914 empties,empties,34,30,34,30,0.67,1.5441,0.36,1.4914 endeavors,endeavors,31,30,29,28,0.61,1.5051,0.36,1.4914 enroll,enroll,34,30,34,30,0.67,1.5441,0.36,1.4914 evaluated,evaluated,31,30,31,30,0.61,1.5051,0.36,1.4914 excavation,excavation,32,30,32,30,0.63,1.5185,0.36,1.4914 extensively,extensively,31,30,26,26,0.61,1.5051,0.36,1.4914 extenuating,extenuating,33,30,32,30,0.65,1.5315,0.36,1.4914 extraordinaire,extraordinaire,33,30,32,29,0.65,1.5315,0.36,1.4914 extremities,extremities,33,30,31,28,0.65,1.5315,0.36,1.4914 fathead,fathead,33,30,29,27,0.65,1.5315,0.36,1.4914 Filipino,filipino,59,30,0,0,1.16,1.7782,0.36,1.4914 filtered,filtered,31,30,28,28,0.61,1.5051,0.36,1.4914 fines,fines,40,30,37,28,0.78,1.6128,0.36,1.4914 firefighters,firefighters,43,30,37,25,0.84,1.6435,0.36,1.4914 fixation,fixation,35,30,34,29,0.69,1.5563,0.36,1.4914 fixture,fixture,32,30,30,29,0.63,1.5185,0.36,1.4914 flowed,flowed,35,30,35,30,0.69,1.5563,0.36,1.4914 fluttering,fluttering,37,30,30,28,0.73,1.5798,0.36,1.4914 follower,follower,34,30,33,30,0.67,1.5441,0.36,1.4914 fowl,fowl,35,30,29,26,0.69,1.5563,0.36,1.4914 Fraid,fraid,30,30,4,4,0.59,1.4914,0.36,1.4914 frees,frees,34,30,29,26,0.67,1.5441,0.36,1.4914 fresher,fresher,33,30,33,30,0.65,1.5315,0.36,1.4914 fundraising,fundraising,37,30,35,29,0.73,1.5798,0.36,1.4914 Garret,garret,107,30,6,4,2.10,2.0334,0.36,1.4914 ghoul,ghoul,52,30,42,25,1.02,1.7243,0.36,1.4914 grandmothers,grandmothers,30,30,29,29,0.59,1.4914,0.36,1.4914 gumbo,gumbo,45,30,33,24,0.88,1.6628,0.36,1.4914 gutsy,gutsy,34,30,30,26,0.67,1.5441,0.36,1.4914 hacks,hacks,35,30,30,26,0.69,1.5563,0.36,1.4914 harming,harming,31,30,29,28,0.61,1.5051,0.36,1.4914 hazards,hazards,32,30,28,27,0.63,1.5185,0.36,1.4914 hearth,hearth,34,30,31,28,0.67,1.5441,0.36,1.4914 heaviest,heaviest,35,30,35,30,0.69,1.5563,0.36,1.4914 hellfire,hellfire,39,30,20,19,0.76,1.6021,0.36,1.4914 Hickory,hickory,69,30,22,15,1.35,1.8451,0.36,1.4914 Highlands,highlands,47,30,15,11,0.92,1.6812,0.36,1.4914 Hogan,hogan,91,30,3,2,1.78,1.9638,0.36,1.4914 honcho,honcho,47,30,39,28,0.92,1.6812,0.36,1.4914 Hooper,hooper,154,30,0,0,3.02,2.1903,0.36,1.4914 horseshoes,horseshoes,33,30,31,28,0.65,1.5315,0.36,1.4914 hourglass,hourglass,49,30,39,25,0.96,1.6990,0.36,1.4914 Hungary,hungary,53,30,2,2,1.04,1.7324,0.36,1.4914 hurled,hurled,31,30,30,29,0.61,1.5051,0.36,1.4914 hustled,hustled,36,30,35,30,0.71,1.5682,0.36,1.4914 hyper,hyper,45,30,41,28,0.88,1.6628,0.36,1.4914 illustrated,illustrated,31,30,28,27,0.61,1.5051,0.36,1.4914 impersonate,impersonate,33,30,32,30,0.65,1.5315,0.36,1.4914 imports,imports,38,30,36,29,0.75,1.5911,0.36,1.4914 inbred,inbred,35,30,34,30,0.69,1.5563,0.36,1.4914 incognito,incognito,33,30,32,29,0.65,1.5315,0.36,1.4914 infecting,infecting,33,30,32,29,0.65,1.5315,0.36,1.4914 insecurities,insecurities,36,30,36,30,0.71,1.5682,0.36,1.4914 insider,insider,36,30,26,22,0.71,1.5682,0.36,1.4914 intents,intents,33,30,33,30,0.65,1.5315,0.36,1.4914 intolerance,intolerance,34,30,32,28,0.67,1.5441,0.36,1.4914 irate,irate,31,30,30,29,0.61,1.5051,0.36,1.4914 irritation,irritation,32,30,32,30,0.63,1.5185,0.36,1.4914 journalistic,journalistic,35,30,34,29,0.69,1.5563,0.36,1.4914 keepsake,keepsake,36,30,30,26,0.71,1.5682,0.36,1.4914 knockers,knockers,39,30,37,28,0.76,1.6021,0.36,1.4914 kook,kook,39,30,34,27,0.76,1.6021,0.36,1.4914 kooky,kooky,35,30,31,28,0.69,1.5563,0.36,1.4914 Lancelot,lancelot,141,30,0,0,2.76,2.1523,0.36,1.4914 laude,laude,32,30,28,26,0.63,1.5185,0.36,1.4914 launcher,launcher,42,30,41,29,0.82,1.6335,0.36,1.4914 legislature,legislature,40,30,30,22,0.78,1.6128,0.36,1.4914 lessen,lessen,30,30,29,29,0.59,1.4914,0.36,1.4914 libel,libel,56,30,52,27,1.10,1.7559,0.36,1.4914 lifelike,lifelike,31,30,30,29,0.61,1.5051,0.36,1.4914 lifestyles,lifestyles,31,30,22,21,0.61,1.5051,0.36,1.4914 ligature,ligature,37,30,32,26,0.73,1.5798,0.36,1.4914 lilac,lilac,39,30,29,23,0.76,1.6021,0.36,1.4914 limos,limos,36,30,35,29,0.71,1.5682,0.36,1.4914 lineage,lineage,43,30,43,30,0.84,1.6435,0.36,1.4914 lividity,lividity,34,30,26,24,0.67,1.5441,0.36,1.4914 loneliest,loneliest,33,30,32,29,0.65,1.5315,0.36,1.4914 longs,longs,50,30,49,29,0.98,1.7076,0.36,1.4914 Madagascar,madagascar,47,30,0,0,0.92,1.6812,0.36,1.4914 Madre,madre,44,30,19,16,0.86,1.6532,0.36,1.4914 manuals,manuals,31,30,31,30,0.61,1.5051,0.36,1.4914 Martians,martians,65,30,4,4,1.27,1.8195,0.36,1.4914 massaging,massaging,32,30,27,26,0.63,1.5185,0.36,1.4914 matchmaker,matchmaker,41,30,32,26,0.80,1.6232,0.36,1.4914 Mayan,mayan,49,30,3,2,0.96,1.6990,0.36,1.4914 medallion,medallion,68,30,66,29,1.33,1.8388,0.36,1.4914 medley,medley,32,30,26,25,0.63,1.5185,0.36,1.4914 metabolic,metabolic,40,30,38,29,0.78,1.6128,0.36,1.4914 Methinks,methinks,40,30,12,10,0.78,1.6128,0.36,1.4914 mined,mined,38,30,37,30,0.75,1.5911,0.36,1.4914 minx,minx,31,30,27,26,0.61,1.5051,0.36,1.4914 moderately,moderately,34,30,30,27,0.67,1.5441,0.36,1.4914 Mohammed,mohammed,41,30,0,0,0.80,1.6232,0.36,1.4914 moly,moly,42,30,23,21,0.82,1.6335,0.36,1.4914 monsoon,monsoon,40,30,29,26,0.78,1.6128,0.36,1.4914 mooning,mooning,33,30,31,28,0.65,1.5315,0.36,1.4914 morsel,morsel,32,30,32,30,0.63,1.5185,0.36,1.4914 Nan,nan,106,30,3,3,2.08,2.0294,0.36,1.4914 narcissistic,narcissistic,32,30,26,25,0.63,1.5185,0.36,1.4914 nauseating,nauseating,30,30,29,29,0.59,1.4914,0.36,1.4914 needlessly,needlessly,31,30,30,29,0.61,1.5051,0.36,1.4914 newsletter,newsletter,43,30,41,28,0.84,1.6435,0.36,1.4914 Nirvana,nirvana,57,30,11,11,1.12,1.7634,0.36,1.4914 nostril,nostril,35,30,31,28,0.69,1.5563,0.36,1.4914 notable,notable,31,30,30,29,0.61,1.5051,0.36,1.4914 oar,oar,42,30,33,25,0.82,1.6335,0.36,1.4914 offenses,offenses,32,30,32,30,0.63,1.5185,0.36,1.4914 overdone,overdone,32,30,30,30,0.63,1.5185,0.36,1.4914 overdressed,overdressed,31,30,30,29,0.61,1.5051,0.36,1.4914 overpowering,overpowering,33,30,33,30,0.65,1.5315,0.36,1.4914 pampered,pampered,32,30,32,30,0.63,1.5185,0.36,1.4914 paparazzi,paparazzi,50,30,44,29,0.98,1.7076,0.36,1.4914 parachutes,parachutes,40,30,39,29,0.78,1.6128,0.36,1.4914 Parisian,parisian,39,30,6,4,0.76,1.6021,0.36,1.4914 Petit,petit,50,30,19,17,0.98,1.7076,0.36,1.4914 phases,phases,30,30,30,30,0.59,1.4914,0.36,1.4914 pheasant,pheasant,41,30,37,27,0.80,1.6232,0.36,1.4914 pillage,pillage,31,30,29,28,0.61,1.5051,0.36,1.4914 Pissant,pissant,68,30,26,25,1.33,1.8388,0.36,1.4914 prejudices,prejudices,34,30,34,30,0.67,1.5441,0.36,1.4914 prenatal,prenatal,31,30,29,28,0.61,1.5051,0.36,1.4914 presto,presto,35,30,18,18,0.69,1.5563,0.36,1.4914 priced,priced,33,30,32,30,0.65,1.5315,0.36,1.4914 proofs,proofs,47,30,45,30,0.92,1.6812,0.36,1.4914 proteins,proteins,51,30,48,30,1.00,1.7160,0.36,1.4914 prouder,prouder,33,30,33,30,0.65,1.5315,0.36,1.4914 quarrels,quarrels,35,30,33,28,0.69,1.5563,0.36,1.4914 racers,racers,102,30,95,29,2.00,2.0128,0.36,1.4914 ranges,ranges,33,30,32,30,0.65,1.5315,0.36,1.4914 rationalize,rationalize,31,30,31,30,0.61,1.5051,0.36,1.4914 rebuttal,rebuttal,39,30,39,30,0.76,1.6021,0.36,1.4914 reciting,reciting,30,30,28,28,0.59,1.4914,0.36,1.4914 reconvene,reconvene,31,30,29,28,0.61,1.5051,0.36,1.4914 rehabilitated,rehabilitated,35,30,33,30,0.69,1.5563,0.36,1.4914 reigning,reigning,39,30,39,30,0.76,1.6021,0.36,1.4914 reincarnated,reincarnated,37,30,35,30,0.73,1.5798,0.36,1.4914 Rem,rem,78,30,2,2,1.53,1.8976,0.36,1.4914 remodel,remodel,39,30,38,30,0.76,1.6021,0.36,1.4914 rentals,rentals,32,30,26,25,0.63,1.5185,0.36,1.4914 replicate,replicate,37,30,35,30,0.73,1.5798,0.36,1.4914 reportedly,reportedly,32,30,31,29,0.63,1.5185,0.36,1.4914 resembling,resembling,30,30,29,29,0.59,1.4914,0.36,1.4914 revived,revived,31,30,31,30,0.61,1.5051,0.36,1.4914 revolves,revolves,31,30,31,30,0.61,1.5051,0.36,1.4914 revving,revving,39,30,23,21,0.76,1.6021,0.36,1.4914 rheumatism,rheumatism,35,30,31,26,0.69,1.5563,0.36,1.4914 Rosebud,rosebud,72,30,14,13,1.41,1.8633,0.36,1.4914 roving,roving,38,30,32,28,0.75,1.5911,0.36,1.4914 sardine,sardine,46,30,42,30,0.90,1.6721,0.36,1.4914 scamming,scamming,38,30,38,30,0.75,1.5911,0.36,1.4914 seam,seam,33,30,31,29,0.65,1.5315,0.36,1.4914 seeker,seeker,47,30,30,25,0.92,1.6812,0.36,1.4914 sentries,sentries,43,30,35,25,0.84,1.6435,0.36,1.4914 servitude,servitude,34,30,34,30,0.67,1.5441,0.36,1.4914 severity,severity,30,30,30,30,0.59,1.4914,0.36,1.4914 Shaggy,shaggy,78,30,16,14,1.53,1.8976,0.36,1.4914 shingle,shingle,38,30,35,28,0.75,1.5911,0.36,1.4914 shipwrecked,shipwrecked,33,30,31,28,0.65,1.5315,0.36,1.4914 shivers,shivers,31,30,26,26,0.61,1.5051,0.36,1.4914 shopper,shopper,33,30,32,30,0.65,1.5315,0.36,1.4914 shroud,shroud,52,30,39,24,1.02,1.7243,0.36,1.4914 Signora,signora,100,30,31,15,1.96,2.0043,0.36,1.4914 skillful,skillful,40,30,34,28,0.78,1.6128,0.36,1.4914 Sl,sl,61,30,19,9,1.20,1.7924,0.36,1.4914 sleet,sleet,33,30,29,28,0.65,1.5315,0.36,1.4914 smarty,smarty,30,30,19,19,0.59,1.4914,0.36,1.4914 smoky,smoky,34,30,22,21,0.67,1.5441,0.36,1.4914 snarling,snarling,46,30,40,26,0.90,1.6721,0.36,1.4914 softened,softened,32,30,31,29,0.63,1.5185,0.36,1.4914 solicitation,solicitation,45,30,34,25,0.88,1.6628,0.36,1.4914 southbound,southbound,40,30,34,27,0.78,1.6128,0.36,1.4914 speculating,speculating,31,30,31,30,0.61,1.5051,0.36,1.4914 Spence,spence,149,30,1,1,2.92,2.1761,0.36,1.4914 spotting,spotting,34,30,32,29,0.67,1.5441,0.36,1.4914 spotty,spotty,32,30,21,21,0.63,1.5185,0.36,1.4914 standup,standup,40,30,35,28,0.78,1.6128,0.36,1.4914 stapler,stapler,44,30,41,28,0.86,1.6532,0.36,1.4914 Starr,starr,107,30,0,0,2.10,2.0334,0.36,1.4914 stewardesses,stewardesses,35,30,28,25,0.69,1.5563,0.36,1.4914 stupider,stupider,31,30,31,30,0.61,1.5051,0.36,1.4914 stupidly,stupidly,31,30,30,29,0.61,1.5051,0.36,1.4914 styling,styling,43,30,41,29,0.84,1.6435,0.36,1.4914 sues,sues,32,30,31,30,0.63,1.5185,0.36,1.4914 suitors,suitors,39,30,38,29,0.76,1.6021,0.36,1.4914 supple,supple,31,30,27,26,0.61,1.5051,0.36,1.4914 systematic,systematic,30,30,29,29,0.59,1.4914,0.36,1.4914 Talbot,talbot,167,30,0,0,3.27,2.2253,0.36,1.4914 talcum,talcum,39,30,34,29,0.76,1.6021,0.36,1.4914 Tartar,tartar,76,30,27,19,1.49,1.8865,0.36,1.4914 Tb,tb,41,30,2,1,0.80,1.6232,0.36,1.4914 teeming,teeming,33,30,33,30,0.65,1.5315,0.36,1.4914 theatrics,theatrics,31,30,31,30,0.61,1.5051,0.36,1.4914 thunderstorm,thunderstorm,32,30,32,30,0.63,1.5185,0.36,1.4914 tier,tier,54,30,43,27,1.06,1.7404,0.36,1.4914 tipper,tipper,34,30,28,25,0.67,1.5441,0.36,1.4914 treasurer,treasurer,57,30,49,27,1.12,1.7634,0.36,1.4914 trifling,trifling,35,30,32,30,0.69,1.5563,0.36,1.4914 tryout,tryout,44,30,44,30,0.86,1.6532,0.36,1.4914 tushy,tushy,44,30,42,29,0.86,1.6532,0.36,1.4914 tweak,tweak,34,30,28,26,0.67,1.5441,0.36,1.4914 Ufos,ufos,68,30,0,0,1.33,1.8388,0.36,1.4914 umpire,umpire,54,30,44,26,1.06,1.7404,0.36,1.4914 unbreakable,unbreakable,35,30,24,22,0.69,1.5563,0.36,1.4914 uncut,uncut,40,30,37,28,0.78,1.6128,0.36,1.4914 underestimating,underestimating,30,30,29,29,0.59,1.4914,0.36,1.4914 undergarments,undergarments,36,30,32,28,0.71,1.5682,0.36,1.4914 undesirable,undesirable,33,30,30,28,0.65,1.5315,0.36,1.4914 unexplainable,unexplainable,35,30,32,28,0.69,1.5563,0.36,1.4914 unfeeling,unfeeling,33,30,33,30,0.65,1.5315,0.36,1.4914 unhappily,unhappily,32,30,21,20,0.63,1.5185,0.36,1.4914 unlocking,unlocking,31,30,25,24,0.61,1.5051,0.36,1.4914 urinating,urinating,35,30,31,26,0.69,1.5563,0.36,1.4914 vitality,vitality,34,30,33,29,0.67,1.5441,0.36,1.4914 voluptuous,voluptuous,38,30,34,29,0.75,1.5911,0.36,1.4914 voter,voter,41,30,40,30,0.80,1.6232,0.36,1.4914 wading,wading,34,30,31,30,0.67,1.5441,0.36,1.4914 warship,warship,48,30,47,30,0.94,1.6902,0.36,1.4914 Whistler,whistler,73,30,3,3,1.43,1.8692,0.36,1.4914 whopping,whopping,31,30,31,30,0.61,1.5051,0.36,1.4914 windowsill,windowsill,33,30,33,30,0.65,1.5315,0.36,1.4914 wreak,wreak,30,30,29,29,0.59,1.4914,0.36,1.4914 Yorkshire,yorkshire,51,30,0,0,1.00,1.7160,0.36,1.4914 aborted,aborted,32,29,31,28,0.63,1.5185,0.35,1.4771 Abu,abu,131,29,0,0,2.57,2.1206,0.35,1.4771 accuses,accuses,31,29,29,27,0.61,1.5051,0.35,1.4771 adhere,adhere,29,29,29,29,0.57,1.4771,0.35,1.4771 affordable,affordable,33,29,33,29,0.65,1.5315,0.35,1.4771 alabaster,alabaster,34,29,33,28,0.67,1.5441,0.35,1.4771 alphabetically,alphabetically,30,29,26,25,0.59,1.4914,0.35,1.4771 Ama,ama,47,29,8,4,0.92,1.6812,0.35,1.4771 annals,annals,33,29,27,24,0.65,1.5315,0.35,1.4771 annex,annex,43,29,28,19,0.84,1.6435,0.35,1.4771 antibiotic,antibiotic,33,29,32,28,0.65,1.5315,0.35,1.4771 apparition,apparition,39,29,35,27,0.76,1.6021,0.35,1.4771 appetizing,appetizing,32,29,27,25,0.63,1.5185,0.35,1.4771 appraisal,appraisal,39,29,38,28,0.76,1.6021,0.35,1.4771 Aqua,aqua,70,29,20,16,1.37,1.8513,0.35,1.4771 arousing,arousing,32,29,31,28,0.63,1.5185,0.35,1.4771 Aryan,aryan,47,29,0,0,0.92,1.6812,0.35,1.4771 astronomer,astronomer,36,29,36,29,0.71,1.5682,0.35,1.4771 atrocity,atrocity,32,29,29,27,0.63,1.5185,0.35,1.4771 autistic,autistic,58,29,53,29,1.14,1.7709,0.35,1.4771 axes,axes,35,29,33,29,0.69,1.5563,0.35,1.4771 barged,barged,30,29,30,29,0.59,1.4914,0.35,1.4771 bashing,bashing,33,29,32,28,0.65,1.5315,0.35,1.4771 bayonets,bayonets,37,29,34,27,0.73,1.5798,0.35,1.4771 beaming,beaming,42,29,37,28,0.82,1.6335,0.35,1.4771 Beaumont,beaumont,131,29,0,0,2.57,2.1206,0.35,1.4771 Becker,becker,127,29,0,0,2.49,2.1072,0.35,1.4771 beholden,beholden,31,29,31,29,0.61,1.5051,0.35,1.4771 bestseller,bestseller,35,29,35,29,0.69,1.5563,0.35,1.4771 binary,binary,38,29,34,26,0.75,1.5911,0.35,1.4771 births,births,29,29,29,29,0.57,1.4771,0.35,1.4771 Blackie,blackie,237,29,2,2,4.65,2.3766,0.35,1.4771 boardroom,boardroom,39,29,38,28,0.76,1.6021,0.35,1.4771 bod,bod,38,29,31,25,0.75,1.5911,0.35,1.4771 bogeyman,bogeyman,44,29,41,28,0.86,1.6532,0.35,1.4771 bragged,bragged,30,29,29,28,0.59,1.4914,0.35,1.4771 bribing,bribing,30,29,28,27,0.59,1.4914,0.35,1.4771 bullion,bullion,43,29,39,27,0.84,1.6435,0.35,1.4771 bumming,bumming,32,29,31,28,0.63,1.5185,0.35,1.4771 buoy,buoy,60,29,60,29,1.18,1.7853,0.35,1.4771 burlesque,burlesque,36,29,33,27,0.71,1.5682,0.35,1.4771 cabana,cabana,46,29,39,26,0.90,1.6721,0.35,1.4771 calculation,calculation,32,29,30,27,0.63,1.5185,0.35,1.4771 cannoli,cannoli,49,29,48,29,0.96,1.6990,0.35,1.4771 canon,canon,50,29,29,17,0.98,1.7076,0.35,1.4771 Cantonese,cantonese,68,29,0,0,1.33,1.8388,0.35,1.4771 carsick,carsick,31,29,29,28,0.61,1.5051,0.35,1.4771 Cartier,cartier,43,29,3,3,0.84,1.6435,0.35,1.4771 Cartwright,cartwright,103,29,1,1,2.02,2.0170,0.35,1.4771 cellophane,cellophane,42,29,29,25,0.82,1.6335,0.35,1.4771 Chaplin,chaplin,267,29,0,0,5.24,2.4281,0.35,1.4771 Chinks,chinks,41,29,19,17,0.80,1.6232,0.35,1.4771 chipmunk,chipmunk,42,29,27,26,0.82,1.6335,0.35,1.4771 choosy,choosy,30,29,29,28,0.59,1.4914,0.35,1.4771 clanging,clanging,43,29,36,25,0.84,1.6435,0.35,1.4771 classification,classification,37,29,36,28,0.73,1.5798,0.35,1.4771 cleanest,cleanest,33,29,29,26,0.65,1.5315,0.35,1.4771 climber,climber,40,29,36,27,0.78,1.6128,0.35,1.4771 clones,clones,45,29,39,28,0.88,1.6628,0.35,1.4771 closeness,closeness,36,29,33,28,0.71,1.5682,0.35,1.4771 coastline,coastline,36,29,35,28,0.71,1.5682,0.35,1.4771 cobwebs,cobwebs,35,29,33,28,0.69,1.5563,0.35,1.4771 cognitive,cognitive,34,29,31,26,0.67,1.5441,0.35,1.4771 collided,collided,32,29,31,28,0.63,1.5185,0.35,1.4771 commandos,commandos,61,29,40,23,1.20,1.7924,0.35,1.4771 Commodore,commodore,184,29,6,4,3.61,2.2672,0.35,1.4771 compadre,compadre,33,29,32,29,0.65,1.5315,0.35,1.4771 compiled,compiled,29,29,29,29,0.57,1.4771,0.35,1.4771 concubine,concubine,64,29,55,25,1.25,1.8129,0.35,1.4771 Confucius,confucius,45,29,0,0,0.88,1.6628,0.35,1.4771 connoisseur,connoisseur,31,29,30,28,0.61,1.5051,0.35,1.4771 conspire,conspire,31,29,31,29,0.61,1.5051,0.35,1.4771 convened,convened,33,29,33,29,0.65,1.5315,0.35,1.4771 coot,coot,36,29,36,29,0.71,1.5682,0.35,1.4771 corduroy,corduroy,34,29,29,25,0.67,1.5441,0.35,1.4771 corns,corns,43,29,43,29,0.84,1.6435,0.35,1.4771 Corona,corona,58,29,9,5,1.14,1.7709,0.35,1.4771 counterattack,counterattack,40,29,39,28,0.78,1.6128,0.35,1.4771 cramming,cramming,29,29,26,26,0.57,1.4771,0.35,1.4771 cranberries,cranberries,47,29,34,22,0.92,1.6812,0.35,1.4771 Cypress,cypress,38,29,17,14,0.75,1.5911,0.35,1.4771 Dada,dada,67,29,11,8,1.31,1.8325,0.35,1.4771 Danke,danke,58,29,7,6,1.14,1.7709,0.35,1.4771 dawdle,dawdle,30,29,30,29,0.59,1.4914,0.35,1.4771 deadlines,deadlines,32,29,30,28,0.63,1.5185,0.35,1.4771 debilitating,debilitating,29,29,28,28,0.57,1.4771,0.35,1.4771 Decker,decker,96,29,2,2,1.88,1.9868,0.35,1.4771 def,def,42,29,21,16,0.82,1.6335,0.35,1.4771 defences,defences,41,29,40,28,0.80,1.6232,0.35,1.4771 defying,defying,35,29,28,27,0.69,1.5563,0.35,1.4771 descends,descends,35,29,35,29,0.69,1.5563,0.35,1.4771 detailing,detailing,30,29,29,28,0.59,1.4914,0.35,1.4771 deviation,deviation,37,29,34,28,0.73,1.5798,0.35,1.4771 devise,devise,32,29,31,28,0.63,1.5185,0.35,1.4771 disapproval,disapproval,31,29,30,28,0.61,1.5051,0.35,1.4771 dishonesty,dishonesty,29,29,28,28,0.57,1.4771,0.35,1.4771 disillusioned,disillusioned,29,29,26,26,0.57,1.4771,0.35,1.4771 disqualify,disqualify,33,29,31,27,0.65,1.5315,0.35,1.4771 divides,divides,33,29,33,29,0.65,1.5315,0.35,1.4771 Dolce,dolce,48,29,4,3,0.94,1.6902,0.35,1.4771 drafty,drafty,32,29,30,27,0.63,1.5185,0.35,1.4771 dribbling,dribbling,31,29,29,28,0.61,1.5051,0.35,1.4771 drinkers,drinkers,40,29,39,28,0.78,1.6128,0.35,1.4771 dupe,dupe,33,29,33,29,0.65,1.5315,0.35,1.4771 eloped,eloped,36,29,36,29,0.71,1.5682,0.35,1.4771 emails,emails,39,29,39,29,0.76,1.6021,0.35,1.4771 embodiment,embodiment,29,29,29,29,0.57,1.4771,0.35,1.4771 enabled,enabled,34,29,34,29,0.67,1.5441,0.35,1.4771 enraged,enraged,35,29,34,28,0.69,1.5563,0.35,1.4771 enthusiast,enthusiast,29,29,28,28,0.57,1.4771,0.35,1.4771 examinations,examinations,33,29,33,29,0.65,1.5315,0.35,1.4771 exorcism,exorcism,95,29,90,27,1.86,1.9823,0.35,1.4771 experimented,experimented,31,29,30,28,0.61,1.5051,0.35,1.4771 extinguished,extinguished,30,29,29,28,0.59,1.4914,0.35,1.4771 fabricated,fabricated,35,29,33,28,0.69,1.5563,0.35,1.4771 faculties,faculties,34,29,32,27,0.67,1.5441,0.35,1.4771 famously,famously,32,29,30,28,0.63,1.5185,0.35,1.4771 fantasized,fantasized,33,29,33,29,0.65,1.5315,0.35,1.4771 fares,fares,32,29,31,28,0.63,1.5185,0.35,1.4771 fatherly,fatherly,31,29,31,29,0.61,1.5051,0.35,1.4771 felonies,felonies,33,29,33,29,0.65,1.5315,0.35,1.4771 fictitious,fictitious,31,29,31,29,0.61,1.5051,0.35,1.4771 fiendish,fiendish,30,29,30,29,0.59,1.4914,0.35,1.4771 firefighter,firefighter,52,29,44,27,1.02,1.7243,0.35,1.4771 fistful,fistful,30,29,29,28,0.59,1.4914,0.35,1.4771 fleece,fleece,59,29,43,23,1.16,1.7782,0.35,1.4771 floater,floater,50,29,44,27,0.98,1.7076,0.35,1.4771 Foreperson,foreperson,31,29,12,11,0.61,1.5051,0.35,1.4771 forte,forte,30,29,27,26,0.59,1.4914,0.35,1.4771 forthright,forthright,34,29,33,29,0.67,1.5441,0.35,1.4771 freeways,freeways,32,29,30,27,0.63,1.5185,0.35,1.4771 fronting,fronting,36,29,35,29,0.71,1.5682,0.35,1.4771 fumble,fumble,40,29,28,25,0.78,1.6128,0.35,1.4771 galactic,galactic,56,29,34,24,1.10,1.7559,0.35,1.4771 gastric,gastric,42,29,39,27,0.82,1.6335,0.35,1.4771 gavel,gavel,39,29,32,27,0.76,1.6021,0.35,1.4771 gazebo,gazebo,46,29,41,25,0.90,1.6721,0.35,1.4771 gerbil,gerbil,38,29,38,29,0.75,1.5911,0.35,1.4771 Giddap,giddap,61,29,8,7,1.20,1.7924,0.35,1.4771 gladiator,gladiator,40,29,32,23,0.78,1.6128,0.35,1.4771 glances,glances,37,29,36,29,0.73,1.5798,0.35,1.4771 Glasgow,glasgow,86,29,1,1,1.69,1.9395,0.35,1.4771 Goldie,goldie,171,29,0,0,3.35,2.2355,0.35,1.4771 Gran,gran,109,29,12,10,2.14,2.0414,0.35,1.4771 grievances,grievances,39,29,38,28,0.76,1.6021,0.35,1.4771 grubby,grubby,29,29,29,29,0.57,1.4771,0.35,1.4771 gushing,gushing,33,29,30,27,0.65,1.5315,0.35,1.4771 hangers,hangers,48,29,45,28,0.94,1.6902,0.35,1.4771 hardships,hardships,38,29,38,29,0.75,1.5911,0.35,1.4771 hardwood,hardwood,33,29,27,26,0.65,1.5315,0.35,1.4771 heaving,heaving,31,29,29,27,0.61,1.5051,0.35,1.4771 herds,herds,40,29,37,27,0.78,1.6128,0.35,1.4771 hitching,hitching,34,29,27,26,0.67,1.5441,0.35,1.4771 hogwash,hogwash,30,29,25,25,0.59,1.4914,0.35,1.4771 homeowner,homeowner,60,29,34,24,1.18,1.7853,0.35,1.4771 Honda,honda,54,29,0,0,1.06,1.7404,0.35,1.4771 Honduras,honduras,43,29,0,0,0.84,1.6435,0.35,1.4771 hone,hone,37,29,34,29,0.73,1.5798,0.35,1.4771 hounded,hounded,29,29,27,27,0.57,1.4771,0.35,1.4771 Hr,hr,33,29,1,1,0.65,1.5315,0.35,1.4771 idealism,idealism,32,29,30,28,0.63,1.5185,0.35,1.4771 implementing,implementing,29,29,27,27,0.57,1.4771,0.35,1.4771 improvising,improvising,33,29,29,26,0.65,1.5315,0.35,1.4771 inconvenienced,inconvenienced,31,29,31,29,0.61,1.5051,0.35,1.4771 inflammatory,inflammatory,32,29,32,29,0.63,1.5185,0.35,1.4771 influencing,influencing,29,29,28,28,0.57,1.4771,0.35,1.4771 inherent,inherent,30,29,30,29,0.59,1.4914,0.35,1.4771 inspecting,inspecting,35,29,34,28,0.69,1.5563,0.35,1.4771 interim,interim,35,29,31,28,0.69,1.5563,0.35,1.4771 introduces,introduces,31,29,31,29,0.61,1.5051,0.35,1.4771 kimono,kimono,55,29,51,29,1.08,1.7482,0.35,1.4771 lacrosse,lacrosse,53,29,38,24,1.04,1.7324,0.35,1.4771 launches,launches,32,29,29,26,0.63,1.5185,0.35,1.4771 lawman,lawman,58,29,51,26,1.14,1.7709,0.35,1.4771 limelight,limelight,38,29,29,27,0.75,1.5911,0.35,1.4771 loopholes,loopholes,30,29,29,29,0.59,1.4914,0.35,1.4771 Lurch,lurch,43,29,21,18,0.84,1.6435,0.35,1.4771 mammoth,mammoth,40,29,29,22,0.78,1.6128,0.35,1.4771 manageable,manageable,32,29,31,29,0.63,1.5185,0.35,1.4771 matron,matron,40,29,27,20,0.78,1.6128,0.35,1.4771 meager,meager,32,29,30,27,0.63,1.5185,0.35,1.4771 medicinal,medicinal,31,29,28,26,0.61,1.5051,0.35,1.4771 mega,mega,40,29,25,21,0.78,1.6128,0.35,1.4771 messengers,messengers,38,29,35,28,0.75,1.5911,0.35,1.4771 migration,migration,33,29,29,25,0.65,1.5315,0.35,1.4771 misfits,misfits,31,29,27,25,0.61,1.5051,0.35,1.4771 misinformed,misinformed,30,29,30,29,0.59,1.4914,0.35,1.4771 mobilized,mobilized,30,29,30,29,0.59,1.4914,0.35,1.4771 molest,molest,31,29,29,28,0.61,1.5051,0.35,1.4771 momento,momento,33,29,28,26,0.65,1.5315,0.35,1.4771 moonlighting,moonlighting,31,29,27,26,0.61,1.5051,0.35,1.4771 mores,mores,42,29,41,28,0.82,1.6335,0.35,1.4771 mothballs,mothballs,34,29,30,28,0.67,1.5441,0.35,1.4771 motivational,motivational,33,29,31,27,0.65,1.5315,0.35,1.4771 mugger,mugger,49,29,46,28,0.96,1.6990,0.35,1.4771 muss,muss,31,29,29,27,0.61,1.5051,0.35,1.4771 mutations,mutations,44,29,42,28,0.86,1.6532,0.35,1.4771 nab,nab,34,29,34,29,0.67,1.5441,0.35,1.4771 negativity,negativity,33,29,32,28,0.65,1.5315,0.35,1.4771 neurons,neurons,51,29,50,28,1.00,1.7160,0.35,1.4771 newsroom,newsroom,39,29,37,29,0.76,1.6021,0.35,1.4771 nieces,nieces,31,29,31,29,0.61,1.5051,0.35,1.4771 nobleman,nobleman,37,29,37,29,0.73,1.5798,0.35,1.4771 nobodies,nobodies,31,29,31,29,0.61,1.5051,0.35,1.4771 nosey,nosey,33,29,22,20,0.65,1.5315,0.35,1.4771 notches,notches,45,29,45,29,0.88,1.6628,0.35,1.4771 obscenity,obscenity,53,29,45,28,1.04,1.7324,0.35,1.4771 oldies,oldies,35,29,28,25,0.69,1.5563,0.35,1.4771 orifice,orifice,30,29,30,29,0.59,1.4914,0.35,1.4771 Othello,othello,69,29,0,0,1.35,1.8451,0.35,1.4771 outback,outback,47,29,34,23,0.92,1.6812,0.35,1.4771 outgrown,outgrown,32,29,31,29,0.63,1.5185,0.35,1.4771 outlived,outlived,29,29,28,28,0.57,1.4771,0.35,1.4771 outrank,outrank,30,29,30,29,0.59,1.4914,0.35,1.4771 overprotective,overprotective,31,29,30,28,0.61,1.5051,0.35,1.4771 overwrought,overwrought,35,29,33,28,0.69,1.5563,0.35,1.4771 pasty,pasty,31,29,27,25,0.61,1.5051,0.35,1.4771 payload,payload,31,29,30,29,0.61,1.5051,0.35,1.4771 payphone,payphone,36,29,34,28,0.71,1.5682,0.35,1.4771 pedestrians,pedestrians,30,29,27,26,0.59,1.4914,0.35,1.4771 periodically,periodically,29,29,28,28,0.57,1.4771,0.35,1.4771 persecute,persecute,31,29,28,26,0.61,1.5051,0.35,1.4771 physiological,physiological,32,29,32,29,0.63,1.5185,0.35,1.4771 Pinto,pinto,43,29,20,13,0.84,1.6435,0.35,1.4771 piracy,piracy,41,29,36,26,0.80,1.6232,0.35,1.4771 platforms,platforms,38,29,38,29,0.75,1.5911,0.35,1.4771 playmates,playmates,29,29,24,24,0.57,1.4771,0.35,1.4771 plowing,plowing,33,29,29,26,0.65,1.5315,0.35,1.4771 portrayed,portrayed,30,29,30,29,0.59,1.4914,0.35,1.4771 presumption,presumption,38,29,37,29,0.75,1.5911,0.35,1.4771 priesthood,priesthood,39,29,39,29,0.76,1.6021,0.35,1.4771 primates,primates,33,29,29,25,0.65,1.5315,0.35,1.4771 prod,prod,35,29,33,27,0.69,1.5563,0.35,1.4771 productivity,productivity,29,29,28,28,0.57,1.4771,0.35,1.4771 punctuality,punctuality,33,29,26,25,0.65,1.5315,0.35,1.4771 radioactivity,radioactivity,41,29,38,28,0.80,1.6232,0.35,1.4771 rant,rant,34,29,29,26,0.67,1.5441,0.35,1.4771 Raphael,raphael,89,29,0,0,1.75,1.9542,0.35,1.4771 rappers,rappers,42,29,36,26,0.82,1.6335,0.35,1.4771 reactors,reactors,73,29,70,28,1.43,1.8692,0.35,1.4771 recognizable,recognizable,31,29,31,29,0.61,1.5051,0.35,1.4771 refills,refills,33,29,29,26,0.65,1.5315,0.35,1.4771 refute,refute,34,29,34,29,0.67,1.5441,0.35,1.4771 reimburse,reimburse,31,29,29,28,0.61,1.5051,0.35,1.4771 relocation,relocation,39,29,31,25,0.76,1.6021,0.35,1.4771 remodeling,remodeling,32,29,30,27,0.63,1.5185,0.35,1.4771 renovating,renovating,30,29,28,28,0.59,1.4914,0.35,1.4771 reopening,reopening,34,29,32,28,0.67,1.5441,0.35,1.4771 repel,repel,34,29,32,27,0.67,1.5441,0.35,1.4771 resists,resists,29,29,28,28,0.57,1.4771,0.35,1.4771 respirator,respirator,37,29,35,29,0.73,1.5798,0.35,1.4771 retina,retina,37,29,33,27,0.73,1.5798,0.35,1.4771 revs,revs,33,29,22,19,0.65,1.5315,0.35,1.4771 rhinoceros,rhinoceros,38,29,33,27,0.75,1.5911,0.35,1.4771 rhubarb,rhubarb,55,29,43,25,1.08,1.7482,0.35,1.4771 roughed,roughed,29,29,29,29,0.57,1.4771,0.35,1.4771 saluting,saluting,40,29,36,28,0.78,1.6128,0.35,1.4771 sampling,sampling,37,29,35,27,0.73,1.5798,0.35,1.4771 scones,scones,40,29,37,27,0.78,1.6128,0.35,1.4771 scour,scour,31,29,25,24,0.61,1.5051,0.35,1.4771 scrolls,scrolls,118,29,109,24,2.31,2.0755,0.35,1.4771 seclusion,seclusion,36,29,35,28,0.71,1.5682,0.35,1.4771 seedy,seedy,37,29,33,28,0.73,1.5798,0.35,1.4771 sensibilities,sensibilities,30,29,30,29,0.59,1.4914,0.35,1.4771 sequences,sequences,40,29,40,29,0.78,1.6128,0.35,1.4771 sermons,sermons,33,29,33,29,0.65,1.5315,0.35,1.4771 shebang,shebang,30,29,30,29,0.59,1.4914,0.35,1.4771 shimmering,shimmering,32,29,29,26,0.63,1.5185,0.35,1.4771 shortcuts,shortcuts,37,29,31,26,0.73,1.5798,0.35,1.4771 signify,signify,32,29,31,28,0.63,1.5185,0.35,1.4771 signifying,signifying,29,29,26,26,0.57,1.4771,0.35,1.4771 simultaneous,simultaneous,29,29,28,28,0.57,1.4771,0.35,1.4771 sixteenth,sixteenth,39,29,23,18,0.76,1.6021,0.35,1.4771 slacker,slacker,39,29,36,27,0.76,1.6021,0.35,1.4771 slouch,slouch,32,29,29,26,0.63,1.5185,0.35,1.4771 smoothie,smoothie,37,29,35,28,0.73,1.5798,0.35,1.4771 smorgasbord,smorgasbord,35,29,31,27,0.69,1.5563,0.35,1.4771 snazzy,snazzy,31,29,27,25,0.61,1.5051,0.35,1.4771 sobriety,sobriety,33,29,29,26,0.65,1.5315,0.35,1.4771 soulless,soulless,32,29,28,26,0.63,1.5185,0.35,1.4771 spandex,spandex,37,29,29,22,0.73,1.5798,0.35,1.4771 sparkly,sparkly,34,29,29,25,0.67,1.5441,0.35,1.4771 spasms,spasms,32,29,32,29,0.63,1.5185,0.35,1.4771 sped,sped,32,29,32,29,0.63,1.5185,0.35,1.4771 spiteful,spiteful,38,29,36,28,0.75,1.5911,0.35,1.4771 splashed,splashed,32,29,30,27,0.63,1.5185,0.35,1.4771 splendidly,splendidly,31,29,30,29,0.61,1.5051,0.35,1.4771 spoonful,spoonful,30,29,30,29,0.59,1.4914,0.35,1.4771 spotter,spotter,48,29,38,24,0.94,1.6902,0.35,1.4771 starred,starred,36,29,35,28,0.71,1.5682,0.35,1.4771 statutes,statutes,34,29,28,24,0.67,1.5441,0.35,1.4771 stools,stools,34,29,34,29,0.67,1.5441,0.35,1.4771 straighter,straighter,34,29,29,27,0.67,1.5441,0.35,1.4771 Strangler,strangler,109,29,32,18,2.14,2.0414,0.35,1.4771 Streep,streep,45,29,0,0,0.88,1.6628,0.35,1.4771 strenuous,strenuous,30,29,29,28,0.59,1.4914,0.35,1.4771 stuttering,stuttering,49,29,36,26,0.96,1.6990,0.35,1.4771 subordinates,subordinates,29,29,29,29,0.57,1.4771,0.35,1.4771 substantially,substantially,32,29,31,28,0.63,1.5185,0.35,1.4771 suburb,suburb,30,29,29,28,0.59,1.4914,0.35,1.4771 supermarkets,supermarkets,34,29,30,27,0.67,1.5441,0.35,1.4771 suppressing,suppressing,35,29,32,27,0.69,1.5563,0.35,1.4771 surfboard,surfboard,47,29,45,29,0.92,1.6812,0.35,1.4771 swabs,swabs,43,29,42,28,0.84,1.6435,0.35,1.4771 Tanner,tanner,188,29,4,3,3.69,2.2765,0.35,1.4771 tawdry,tawdry,30,29,30,29,0.59,1.4914,0.35,1.4771 tellers,tellers,33,29,31,27,0.65,1.5315,0.35,1.4771 temptations,temptations,38,29,24,22,0.75,1.5911,0.35,1.4771 testifies,testifies,33,29,33,29,0.65,1.5315,0.35,1.4771 texts,texts,33,29,32,28,0.65,1.5315,0.35,1.4771 Thatcher,thatcher,104,29,7,3,2.04,2.0212,0.35,1.4771 thinkers,thinkers,48,29,31,27,0.94,1.6902,0.35,1.4771 thready,thready,34,29,33,29,0.67,1.5441,0.35,1.4771 thriller,thriller,69,29,49,21,1.35,1.8451,0.35,1.4771 tingly,tingly,35,29,33,28,0.69,1.5563,0.35,1.4771 topple,topple,32,29,32,29,0.63,1.5185,0.35,1.4771 tosses,tosses,29,29,29,29,0.57,1.4771,0.35,1.4771 toughen,toughen,30,29,25,24,0.59,1.4914,0.35,1.4771 transcription,transcription,33,29,29,26,0.65,1.5315,0.35,1.4771 transforming,transforming,30,29,28,27,0.59,1.4914,0.35,1.4771 turban,turban,66,29,64,28,1.29,1.8261,0.35,1.4771 typist,typist,42,29,42,29,0.82,1.6335,0.35,1.4771 unanimously,unanimously,31,29,30,28,0.61,1.5051,0.35,1.4771 uncivilized,uncivilized,35,29,33,28,0.69,1.5563,0.35,1.4771 unforeseen,unforeseen,29,29,26,26,0.57,1.4771,0.35,1.4771 unfounded,unfounded,31,29,30,28,0.61,1.5051,0.35,1.4771 unfreeze,unfreeze,35,29,28,23,0.69,1.5563,0.35,1.4771 ungodly,ungodly,30,29,30,29,0.59,1.4914,0.35,1.4771 unparalleled,unparalleled,29,29,29,29,0.57,1.4771,0.35,1.4771 unpleasantness,unpleasantness,29,29,27,27,0.57,1.4771,0.35,1.4771 unscheduled,unscheduled,30,29,27,26,0.59,1.4914,0.35,1.4771 unsupervised,unsupervised,31,29,31,29,0.61,1.5051,0.35,1.4771 unused,unused,32,29,31,28,0.63,1.5185,0.35,1.4771 unveil,unveil,38,29,29,25,0.75,1.5911,0.35,1.4771 unwritten,unwritten,32,29,29,26,0.63,1.5185,0.35,1.4771 vagrant,vagrant,32,29,32,29,0.63,1.5185,0.35,1.4771 varieties,varieties,33,29,31,28,0.65,1.5315,0.35,1.4771 Venetian,venetian,36,29,3,3,0.71,1.5682,0.35,1.4771 visuals,visuals,35,29,33,28,0.69,1.5563,0.35,1.4771 wazoo,wazoo,33,29,31,28,0.65,1.5315,0.35,1.4771 whirling,whirling,35,29,32,27,0.69,1.5563,0.35,1.4771 whisk,whisk,29,29,28,28,0.57,1.4771,0.35,1.4771 wield,wield,39,29,38,28,0.76,1.6021,0.35,1.4771 wiles,wiles,52,29,29,27,1.02,1.7243,0.35,1.4771 yams,yams,44,29,39,26,0.86,1.6532,0.35,1.4771 yous,yous,46,29,44,29,0.90,1.6721,0.35,1.4771 youths,youths,36,29,34,28,0.71,1.5682,0.35,1.4771 zeal,zeal,31,29,31,29,0.61,1.5051,0.35,1.4771 abortions,abortions,35,28,34,27,0.69,1.5563,0.33,1.4624 abstinence,abstinence,45,28,34,25,0.88,1.6628,0.33,1.4624 acupuncture,acupuncture,37,28,32,25,0.73,1.5798,0.33,1.4624 admissible,admissible,37,28,37,28,0.73,1.5798,0.33,1.4624 adolescents,adolescents,29,28,26,25,0.57,1.4771,0.33,1.4624 aides,aides,32,28,32,28,0.63,1.5185,0.33,1.4624 alfalfa,alfalfa,33,28,23,18,0.65,1.5315,0.33,1.4624 alienate,alienate,29,28,29,28,0.57,1.4771,0.33,1.4624 aloof,aloof,33,28,27,25,0.65,1.5315,0.33,1.4624 alteration,alteration,36,28,34,28,0.71,1.5682,0.33,1.4624 Ambrose,ambrose,169,28,0,0,3.31,2.2304,0.33,1.4624 analytical,analytical,30,28,27,26,0.59,1.4914,0.33,1.4624 anemic,anemic,32,28,32,28,0.63,1.5185,0.33,1.4624 angered,angered,28,28,28,28,0.55,1.4624,0.33,1.4624 annulment,annulment,76,28,75,28,1.49,1.8865,0.33,1.4624 Antichrist,antichrist,49,28,3,3,0.96,1.6990,0.33,1.4624 Antoinette,antoinette,63,28,0,0,1.24,1.8062,0.33,1.4624 Apostle,apostle,71,28,33,17,1.39,1.8573,0.33,1.4624 appendectomy,appendectomy,33,28,29,26,0.65,1.5315,0.33,1.4624 ardent,ardent,30,28,30,28,0.59,1.4914,0.33,1.4624 ascension,ascension,44,28,37,23,0.86,1.6532,0.33,1.4624 backdoor,backdoor,30,28,24,22,0.59,1.4914,0.33,1.4624 baptize,baptize,37,28,35,28,0.73,1.5798,0.33,1.4624 Bavarian,bavarian,45,28,0,0,0.88,1.6628,0.33,1.4624 bbs,bbs,72,28,67,25,1.41,1.8633,0.33,1.4624 beady,beady,36,28,29,25,0.71,1.5682,0.33,1.4624 beets,beets,52,28,44,22,1.02,1.7243,0.33,1.4624 befall,befall,30,28,30,28,0.59,1.4914,0.33,1.4624 Beirut,beirut,70,28,0,0,1.37,1.8513,0.33,1.4624 benches,benches,30,28,30,28,0.59,1.4914,0.33,1.4624 bigot,bigot,31,28,30,27,0.61,1.5051,0.33,1.4624 bilateral,bilateral,30,28,24,23,0.59,1.4914,0.33,1.4624 Billings,billings,113,28,7,5,2.22,2.0569,0.33,1.4624 bisexual,bisexual,54,28,51,27,1.06,1.7404,0.33,1.4624 bloodhounds,bloodhounds,33,28,33,28,0.65,1.5315,0.33,1.4624 blooms,blooms,35,28,31,24,0.69,1.5563,0.33,1.4624 blundering,blundering,35,28,33,27,0.69,1.5563,0.33,1.4624 boathouse,boathouse,39,28,35,24,0.76,1.6021,0.33,1.4624 boomerang,boomerang,47,28,36,21,0.92,1.6812,0.33,1.4624 boyish,boyish,31,28,31,28,0.61,1.5051,0.33,1.4624 Brahms,brahms,39,28,0,0,0.76,1.6021,0.33,1.4624 branding,branding,38,28,33,27,0.75,1.5911,0.33,1.4624 brisket,brisket,47,28,38,26,0.92,1.6812,0.33,1.4624 browse,browse,30,28,27,26,0.59,1.4914,0.33,1.4624 buckles,buckles,30,28,27,25,0.59,1.4914,0.33,1.4624 busier,busier,28,28,26,26,0.55,1.4624,0.33,1.4624 busybody,busybody,31,28,25,22,0.61,1.5051,0.33,1.4624 calendars,calendars,34,28,32,26,0.67,1.5441,0.33,1.4624 canisters,canisters,91,28,91,28,1.78,1.9638,0.33,1.4624 carelessly,carelessly,29,28,29,28,0.57,1.4771,0.33,1.4624 carelessness,carelessness,33,28,32,28,0.65,1.5315,0.33,1.4624 Carey,carey,93,28,1,1,1.82,1.9731,0.33,1.4624 carpeting,carpeting,29,28,28,27,0.57,1.4771,0.33,1.4624 carriages,carriages,32,28,30,26,0.63,1.5185,0.33,1.4624 castrated,castrated,29,28,28,27,0.57,1.4771,0.33,1.4624 Cayman,cayman,49,28,0,0,0.96,1.6990,0.33,1.4624 checkpoints,checkpoints,34,28,31,27,0.67,1.5441,0.33,1.4624 cheekbones,cheekbones,31,28,31,28,0.61,1.5051,0.33,1.4624 chews,chews,30,28,28,26,0.59,1.4914,0.33,1.4624 Chianti,chianti,34,28,6,4,0.67,1.5441,0.33,1.4624 chloride,chloride,46,28,44,26,0.90,1.6721,0.33,1.4624 Chopin,chopin,40,28,0,0,0.78,1.6128,0.33,1.4624 christen,christen,32,28,30,27,0.63,1.5185,0.33,1.4624 Chucky,chucky,146,28,3,3,2.86,2.1673,0.33,1.4624 clammy,clammy,30,28,27,26,0.59,1.4914,0.33,1.4624 clarification,clarification,30,28,29,27,0.59,1.4914,0.33,1.4624 Clarke,clarke,76,28,0,0,1.49,1.8865,0.33,1.4624 clobber,clobber,30,28,28,26,0.59,1.4914,0.33,1.4624 clog,clog,41,28,41,28,0.80,1.6232,0.33,1.4624 Coliseum,coliseum,44,28,13,10,0.86,1.6532,0.33,1.4624 commoner,commoner,36,28,32,26,0.71,1.5682,0.33,1.4624 commuter,commuter,30,28,30,28,0.59,1.4914,0.33,1.4624 conceivably,conceivably,29,28,27,26,0.57,1.4771,0.33,1.4624 confidant,confidant,31,28,30,28,0.61,1.5051,0.33,1.4624 confronts,confronts,28,28,27,27,0.55,1.4624,0.33,1.4624 congenital,congenital,28,28,26,26,0.55,1.4624,0.33,1.4624 conjugal,conjugal,40,28,38,28,0.78,1.6128,0.33,1.4624 copyright,copyright,31,28,24,22,0.61,1.5051,0.33,1.4624 Cora,cora,207,28,6,1,4.06,2.3181,0.33,1.4624 Cortez,cortez,131,28,0,0,2.57,2.1206,0.33,1.4624 crossbow,crossbow,56,28,55,27,1.10,1.7559,0.33,1.4624 cubby,cubby,40,28,26,21,0.78,1.6128,0.33,1.4624 Curt,curt,136,28,7,7,2.67,2.1367,0.33,1.4624 dabble,dabble,29,28,29,28,0.57,1.4771,0.33,1.4624 decoded,decoded,32,28,32,28,0.63,1.5185,0.33,1.4624 decomposing,decomposing,30,28,28,26,0.59,1.4914,0.33,1.4624 deem,deem,30,28,29,28,0.59,1.4914,0.33,1.4624 defeating,defeating,30,28,25,24,0.59,1.4914,0.33,1.4624 Defiant,defiant,47,28,19,17,0.92,1.6812,0.33,1.4624 Deliverance,deliverance,30,28,13,13,0.59,1.4914,0.33,1.4624 deportation,deportation,40,28,38,27,0.78,1.6128,0.33,1.4624 depriving,depriving,28,28,28,28,0.55,1.4624,0.33,1.4624 detach,detach,34,28,30,26,0.67,1.5441,0.33,1.4624 dignify,dignify,30,28,30,28,0.59,1.4914,0.33,1.4624 Dink,dink,245,28,22,18,4.80,2.3909,0.33,1.4624 disfigured,disfigured,31,28,31,28,0.61,1.5051,0.33,1.4624 displaying,displaying,30,28,26,26,0.59,1.4914,0.33,1.4624 disputes,disputes,28,28,28,28,0.55,1.4624,0.33,1.4624 distinguishing,distinguishing,28,28,24,24,0.55,1.4624,0.33,1.4624 dividends,dividends,29,28,29,28,0.57,1.4771,0.33,1.4624 divinity,divinity,43,28,37,23,0.84,1.6435,0.33,1.4624 Dix,dix,185,28,1,1,3.63,2.2695,0.33,1.4624 dominating,dominating,30,28,28,27,0.59,1.4914,0.33,1.4624 doornail,doornail,36,28,36,28,0.71,1.5682,0.33,1.4624 doozy,doozy,30,28,29,27,0.59,1.4914,0.33,1.4624 dost,dost,59,28,42,22,1.16,1.7782,0.33,1.4624 Ds,ds,34,28,4,4,0.67,1.5441,0.33,1.4624 Dumbo,dumbo,47,28,4,4,0.92,1.6812,0.33,1.4624 dune,dune,51,28,29,18,1.00,1.7160,0.33,1.4624 dwarves,dwarves,57,28,34,19,1.12,1.7634,0.33,1.4624 easing,easing,30,28,29,27,0.59,1.4914,0.33,1.4624 eloping,eloping,41,28,33,26,0.80,1.6232,0.33,1.4624 embolism,embolism,33,28,28,25,0.65,1.5315,0.33,1.4624 Enquirer,enquirer,35,28,0,0,0.69,1.5563,0.33,1.4624 enslave,enslave,34,28,33,28,0.67,1.5441,0.33,1.4624 entail,entail,29,28,29,28,0.57,1.4771,0.33,1.4624 eraser,eraser,51,28,34,23,1.00,1.7160,0.33,1.4624 escalating,escalating,31,28,30,27,0.61,1.5051,0.33,1.4624 Eskimos,eskimos,41,28,0,0,0.80,1.6232,0.33,1.4624 executor,executor,32,28,31,28,0.63,1.5185,0.33,1.4624 exempt,exempt,37,28,37,28,0.73,1.5798,0.33,1.4624 expectancy,expectancy,32,28,31,27,0.63,1.5185,0.33,1.4624 experimentation,experimentation,30,28,28,26,0.59,1.4914,0.33,1.4624 factions,factions,35,28,34,28,0.69,1.5563,0.33,1.4624 fascism,fascism,39,28,29,20,0.76,1.6021,0.33,1.4624 fats,fats,48,28,30,13,0.94,1.6902,0.33,1.4624 feasible,feasible,31,28,31,28,0.61,1.5051,0.33,1.4624 Fern,fern,163,28,22,14,3.20,2.2148,0.33,1.4624 fireflies,fireflies,52,28,43,24,1.02,1.7243,0.33,1.4624 flatfoot,flatfoot,33,28,23,23,0.65,1.5315,0.33,1.4624 flickering,flickering,29,28,28,27,0.57,1.4771,0.33,1.4624 flirtation,flirtation,36,28,28,26,0.71,1.5682,0.33,1.4624 Foo,foo,56,28,11,10,1.10,1.7559,0.33,1.4624 foothold,foothold,29,28,29,28,0.57,1.4771,0.33,1.4624 footwear,footwear,40,28,26,25,0.78,1.6128,0.33,1.4624 foreclose,foreclose,34,28,33,28,0.67,1.5441,0.33,1.4624 forego,forego,29,28,29,28,0.57,1.4771,0.33,1.4624 formations,formations,33,28,33,28,0.65,1.5315,0.33,1.4624 foursome,foursome,33,28,33,28,0.65,1.5315,0.33,1.4624 Gage,gage,128,28,8,5,2.51,2.1106,0.33,1.4624 gallivanting,gallivanting,32,28,32,28,0.63,1.5185,0.33,1.4624 garters,garters,45,28,43,28,0.88,1.6628,0.33,1.4624 gatherings,gatherings,29,28,29,28,0.57,1.4771,0.33,1.4624 Gill,gill,87,28,4,4,1.71,1.9445,0.33,1.4624 glanced,glanced,32,28,32,28,0.63,1.5185,0.33,1.4624 grocer,grocer,35,28,31,27,0.69,1.5563,0.33,1.4624 grossed,grossed,28,28,25,25,0.55,1.4624,0.33,1.4624 gunnery,gunnery,45,28,23,18,0.88,1.6628,0.33,1.4624 Hades,hades,82,28,0,0,1.61,1.9191,0.33,1.4624 haggle,haggle,37,28,35,28,0.73,1.5798,0.33,1.4624 Hanks,hanks,65,28,1,1,1.27,1.8195,0.33,1.4624 heats,heats,31,28,31,28,0.61,1.5051,0.33,1.4624 hierarchy,hierarchy,32,28,30,27,0.63,1.5185,0.33,1.4624 hoe,hoe,47,28,46,27,0.92,1.6812,0.33,1.4624 hollered,hollered,29,28,29,28,0.57,1.4771,0.33,1.4624 homos,homos,37,28,33,26,0.73,1.5798,0.33,1.4624 housewarming,housewarming,36,28,35,27,0.71,1.5682,0.33,1.4624 hugely,hugely,29,28,28,27,0.57,1.4771,0.33,1.4624 impertinence,impertinence,30,28,29,27,0.59,1.4914,0.33,1.4624 implicitly,implicitly,28,28,25,25,0.55,1.4624,0.33,1.4624 imposter,imposter,36,28,35,28,0.71,1.5682,0.33,1.4624 impregnable,impregnable,29,28,28,28,0.57,1.4771,0.33,1.4624 improperly,improperly,30,28,28,28,0.59,1.4914,0.33,1.4624 impure,impure,41,28,38,28,0.80,1.6232,0.33,1.4624 inactive,inactive,34,28,33,28,0.67,1.5441,0.33,1.4624 inadmissible,inadmissible,34,28,30,25,0.67,1.5441,0.33,1.4624 incur,incur,28,28,27,27,0.55,1.4624,0.33,1.4624 inhalation,inhalation,33,28,31,26,0.65,1.5315,0.33,1.4624 inquired,inquired,28,28,28,28,0.55,1.4624,0.33,1.4624 intending,intending,29,28,27,26,0.57,1.4771,0.33,1.4624 interactive,interactive,28,28,26,26,0.55,1.4624,0.33,1.4624 internationally,internationally,30,28,25,24,0.59,1.4914,0.33,1.4624 intrepid,intrepid,31,28,30,27,0.61,1.5051,0.33,1.4624 invents,invents,43,28,43,28,0.84,1.6435,0.33,1.4624 invulnerable,invulnerable,36,28,36,28,0.71,1.5682,0.33,1.4624 jackals,jackals,34,28,32,26,0.67,1.5441,0.33,1.4624 jackrabbit,jackrabbit,33,28,24,22,0.65,1.5315,0.33,1.4624 Jacksonville,jacksonville,56,28,0,0,1.10,1.7559,0.33,1.4624 Jamaican,jamaican,73,28,0,0,1.43,1.8692,0.33,1.4624 jargon,jargon,31,28,31,28,0.61,1.5051,0.33,1.4624 Jeepers,jeepers,53,28,14,11,1.04,1.7324,0.33,1.4624 Kat,kat,142,28,1,1,2.78,2.1553,0.33,1.4624 kindling,kindling,29,28,29,28,0.57,1.4771,0.33,1.4624 kingdoms,kingdoms,42,28,35,27,0.82,1.6335,0.33,1.4624 kink,kink,34,28,32,26,0.67,1.5441,0.33,1.4624 kites,kites,36,28,35,27,0.71,1.5682,0.33,1.4624 knifed,knifed,33,28,31,27,0.65,1.5315,0.33,1.4624 knitted,knitted,33,28,31,26,0.65,1.5315,0.33,1.4624 lastly,lastly,31,28,17,16,0.61,1.5051,0.33,1.4624 legwork,legwork,34,28,33,28,0.67,1.5441,0.33,1.4624 leisurely,leisurely,29,28,29,28,0.57,1.4771,0.33,1.4624 lib,lib,31,28,27,24,0.61,1.5051,0.33,1.4624 limey,limey,38,28,29,23,0.75,1.5911,0.33,1.4624 littlest,littlest,31,28,27,25,0.61,1.5051,0.33,1.4624 lore,lore,34,28,21,20,0.67,1.5441,0.33,1.4624 lows,lows,29,28,26,25,0.57,1.4771,0.33,1.4624 lube,lube,35,28,28,24,0.69,1.5563,0.33,1.4624 lurks,lurks,30,28,30,28,0.59,1.4914,0.33,1.4624 machete,machete,53,28,27,21,1.04,1.7324,0.33,1.4624 malfunctioned,malfunctioned,31,28,30,28,0.61,1.5051,0.33,1.4624 marginal,marginal,28,28,26,26,0.55,1.4624,0.33,1.4624 Marseilles,marseilles,49,28,0,0,0.96,1.6990,0.33,1.4624 mausoleum,mausoleum,43,28,40,27,0.84,1.6435,0.33,1.4624 meanings,meanings,33,28,33,28,0.65,1.5315,0.33,1.4624 meringue,meringue,33,28,30,26,0.65,1.5315,0.33,1.4624 merrily,merrily,111,28,89,26,2.18,2.0492,0.33,1.4624 messieurs,messieurs,36,28,26,18,0.71,1.5682,0.33,1.4624 misfit,misfit,30,28,27,25,0.59,1.4914,0.33,1.4624 missionaries,missionaries,44,28,40,24,0.86,1.6532,0.33,1.4624 mistreated,mistreated,30,28,29,27,0.59,1.4914,0.33,1.4624 mistrust,mistrust,32,28,31,27,0.63,1.5185,0.33,1.4624 Mockingbird,mockingbird,60,28,27,17,1.18,1.7853,0.33,1.4624 Monaco,monaco,38,28,0,0,0.75,1.5911,0.33,1.4624 monogamy,monogamy,46,28,42,27,0.90,1.6721,0.33,1.4624 mope,mope,34,28,29,26,0.67,1.5441,0.33,1.4624 multiplying,multiplying,30,28,27,25,0.59,1.4914,0.33,1.4624 murky,murky,31,28,31,28,0.61,1.5051,0.33,1.4624 nastiest,nastiest,28,28,27,27,0.55,1.4624,0.33,1.4624 Navajo,navajo,39,28,3,3,0.76,1.6021,0.33,1.4624 nervousness,nervousness,30,28,29,27,0.59,1.4914,0.33,1.4624 newspapermen,newspapermen,34,28,33,27,0.67,1.5441,0.33,1.4624 nibbling,nibbling,29,28,26,25,0.57,1.4771,0.33,1.4624 notification,notification,31,28,30,27,0.61,1.5051,0.33,1.4624 nurtured,nurtured,28,28,27,27,0.55,1.4624,0.33,1.4624 oddest,oddest,29,28,29,28,0.57,1.4771,0.33,1.4624 oncologist,oncologist,44,28,42,28,0.86,1.6532,0.33,1.4624 orbiting,orbiting,32,28,30,26,0.63,1.5185,0.33,1.4624 organise,organise,30,28,26,24,0.59,1.4914,0.33,1.4624 orgies,orgies,29,28,29,28,0.57,1.4771,0.33,1.4624 originality,originality,30,28,27,26,0.59,1.4914,0.33,1.4624 outpatient,outpatient,31,28,29,26,0.61,1.5051,0.33,1.4624 overseeing,overseeing,29,28,28,28,0.57,1.4771,0.33,1.4624 pacemaker,pacemaker,38,28,38,28,0.75,1.5911,0.33,1.4624 padlock,padlock,35,28,34,27,0.69,1.5563,0.33,1.4624 pansies,pansies,35,28,30,23,0.69,1.5563,0.33,1.4624 paprika,paprika,41,28,26,20,0.80,1.6232,0.33,1.4624 payable,payable,38,28,33,23,0.75,1.5911,0.33,1.4624 pecking,pecking,36,28,36,28,0.71,1.5682,0.33,1.4624 Peewee,peewee,53,28,23,21,1.04,1.7324,0.33,1.4624 pendant,pendant,46,28,43,26,0.90,1.6721,0.33,1.4624 peppy,peppy,33,28,30,25,0.65,1.5315,0.33,1.4624 perfecting,perfecting,29,28,28,27,0.57,1.4771,0.33,1.4624 perfumed,perfumed,34,28,33,27,0.67,1.5441,0.33,1.4624 Perrier,perrier,43,28,0,0,0.84,1.6435,0.33,1.4624 pestilence,pestilence,30,28,28,26,0.59,1.4914,0.33,1.4624 pitchfork,pitchfork,35,28,31,24,0.69,1.5563,0.33,1.4624 pogo,pogo,31,28,21,20,0.61,1.5051,0.33,1.4624 poncho,poncho,44,28,24,19,0.86,1.6532,0.33,1.4624 poorest,poorest,33,28,31,27,0.65,1.5315,0.33,1.4624 portals,portals,62,28,59,26,1.22,1.7993,0.33,1.4624 powwow,powwow,34,28,32,26,0.67,1.5441,0.33,1.4624 preached,preached,32,28,32,28,0.63,1.5185,0.33,1.4624 precautionary,precautionary,33,28,30,27,0.65,1.5315,0.33,1.4624 preceded,preceded,30,28,28,26,0.59,1.4914,0.33,1.4624 predatory,predatory,32,28,29,26,0.63,1.5185,0.33,1.4624 premonitions,premonitions,41,28,37,25,0.80,1.6232,0.33,1.4624 provinces,provinces,37,28,33,26,0.73,1.5798,0.33,1.4624 puddles,puddles,40,28,27,23,0.78,1.6128,0.33,1.4624 pulpit,pulpit,31,28,31,28,0.61,1.5051,0.33,1.4624 Quahog,quahog,79,28,0,0,1.55,1.9031,0.33,1.4624 questionnaire,questionnaire,40,28,39,28,0.78,1.6128,0.33,1.4624 quirky,quirky,33,28,30,26,0.65,1.5315,0.33,1.4624 recovers,recovers,28,28,28,28,0.55,1.4624,0.33,1.4624 redeemed,redeemed,32,28,31,28,0.63,1.5185,0.33,1.4624 Reeves,reeves,93,28,1,1,1.82,1.9731,0.33,1.4624 refinery,refinery,49,28,45,26,0.96,1.6990,0.33,1.4624 remover,remover,33,28,32,27,0.65,1.5315,0.33,1.4624 repetition,repetition,35,28,32,26,0.69,1.5563,0.33,1.4624 retriever,retriever,38,28,30,24,0.75,1.5911,0.33,1.4624 Reveille,reveille,39,28,19,17,0.76,1.6021,0.33,1.4624 rhinestone,rhinestone,32,28,27,23,0.63,1.5185,0.33,1.4624 rhythms,rhythms,47,28,45,26,0.92,1.6812,0.33,1.4624 Roebuck,roebuck,56,28,3,3,1.10,1.7559,0.33,1.4624 runaround,runaround,34,28,31,27,0.67,1.5441,0.33,1.4624 scavenger,scavenger,44,28,39,27,0.86,1.6532,0.33,1.4624 schoolhouse,schoolhouse,57,28,56,27,1.12,1.7634,0.33,1.4624 Schubert,schubert,41,28,0,0,0.80,1.6232,0.33,1.4624 scrimmage,scrimmage,40,28,36,27,0.78,1.6128,0.33,1.4624 scurry,scurry,40,28,28,26,0.78,1.6128,0.33,1.4624 sectors,sectors,33,28,29,24,0.65,1.5315,0.33,1.4624 securely,securely,29,28,29,28,0.57,1.4771,0.33,1.4624 servicing,servicing,31,28,23,21,0.61,1.5051,0.33,1.4624 Shah,shah,43,28,12,5,0.84,1.6435,0.33,1.4624 shatters,shatters,29,28,26,26,0.57,1.4771,0.33,1.4624 Sheraton,sheraton,44,28,0,0,0.86,1.6532,0.33,1.4624 shifty,shifty,37,28,31,26,0.73,1.5798,0.33,1.4624 shrew,shrew,42,28,36,26,0.82,1.6335,0.33,1.4624 shrieking,shrieking,41,28,35,26,0.80,1.6232,0.33,1.4624 sickest,sickest,32,28,30,26,0.63,1.5185,0.33,1.4624 sideline,sideline,31,28,31,28,0.61,1.5051,0.33,1.4624 Sie,sie,41,28,12,11,0.80,1.6232,0.33,1.4624 sixties,sixties,49,28,27,19,0.96,1.6990,0.33,1.4624 sized,sized,32,28,32,28,0.63,1.5185,0.33,1.4624 sizzle,sizzle,32,28,26,25,0.63,1.5185,0.33,1.4624 skedaddle,skedaddle,28,28,22,22,0.55,1.4624,0.33,1.4624 skids,skids,30,28,28,26,0.59,1.4914,0.33,1.4624 Sliders,sliders,39,28,3,3,0.76,1.6021,0.33,1.4624 slobbering,slobbering,29,28,29,28,0.57,1.4771,0.33,1.4624 slugging,slugging,30,28,30,28,0.59,1.4914,0.33,1.4624 snooty,snooty,32,28,28,25,0.63,1.5185,0.33,1.4624 socializing,socializing,28,28,25,25,0.55,1.4624,0.33,1.4624 solicitor,solicitor,45,28,43,27,0.88,1.6628,0.33,1.4624 spry,spry,32,28,30,27,0.63,1.5185,0.33,1.4624 spunky,spunky,32,28,24,24,0.63,1.5185,0.33,1.4624 squandered,squandered,30,28,29,28,0.59,1.4914,0.33,1.4624 stabilizing,stabilizing,30,28,30,28,0.59,1.4914,0.33,1.4624 stagger,stagger,30,28,27,25,0.59,1.4914,0.33,1.4624 statistic,statistic,31,28,30,27,0.61,1.5051,0.33,1.4624 stitching,stitching,32,28,31,27,0.63,1.5185,0.33,1.4624 stoked,stoked,37,28,36,28,0.73,1.5798,0.33,1.4624 Strauss,strauss,84,28,0,0,1.65,1.9294,0.33,1.4624 structured,structured,34,28,32,26,0.67,1.5441,0.33,1.4624 subatomic,subatomic,46,28,45,28,0.90,1.6721,0.33,1.4624 subordinate,subordinate,31,28,31,28,0.61,1.5051,0.33,1.4624 succumbed,succumbed,32,28,31,27,0.63,1.5185,0.33,1.4624 symmetrical,symmetrical,30,28,27,25,0.59,1.4914,0.33,1.4624 symmetry,symmetry,41,28,38,28,0.80,1.6232,0.33,1.4624 tampon,tampon,34,28,30,24,0.67,1.5441,0.33,1.4624 taunt,taunt,32,28,28,26,0.63,1.5185,0.33,1.4624 taxpayer,taxpayer,29,28,27,27,0.57,1.4771,0.33,1.4624 teacup,teacup,33,28,30,25,0.65,1.5315,0.33,1.4624 telethon,telethon,53,28,48,26,1.04,1.7324,0.33,1.4624 Thumper,thumper,70,28,9,6,1.37,1.8513,0.33,1.4624 tipsy,tipsy,33,28,32,28,0.65,1.5315,0.33,1.4624 tots,tots,46,28,23,16,0.90,1.6721,0.33,1.4624 Tourette,tourette,49,28,0,0,0.96,1.6990,0.33,1.4624 traders,traders,33,28,33,28,0.65,1.5315,0.33,1.4624 trailed,trailed,28,28,26,26,0.55,1.4624,0.33,1.4624 trapping,trapping,36,28,34,26,0.71,1.5682,0.33,1.4624 triangulate,triangulate,29,28,26,25,0.57,1.4771,0.33,1.4624 tribunal,tribunal,55,28,44,26,1.08,1.7482,0.33,1.4624 tripe,tripe,41,28,37,27,0.80,1.6232,0.33,1.4624 Tut,tut,49,28,20,9,0.96,1.6990,0.33,1.4624 Ulysses,ulysses,53,28,0,0,1.04,1.7324,0.33,1.4624 unbridled,unbridled,30,28,29,28,0.59,1.4914,0.33,1.4624 unbutton,unbutton,38,28,28,20,0.75,1.5911,0.33,1.4624 uncomplicated,uncomplicated,31,28,28,25,0.61,1.5051,0.33,1.4624 uncooperative,uncooperative,32,28,29,25,0.63,1.5185,0.33,1.4624 underlined,underlined,33,28,33,28,0.65,1.5315,0.33,1.4624 underprivileged,underprivileged,37,28,36,28,0.73,1.5798,0.33,1.4624 undignified,undignified,30,28,29,27,0.59,1.4914,0.33,1.4624 unsaid,unsaid,37,28,37,28,0.73,1.5798,0.33,1.4624 uploading,uploading,30,28,23,21,0.59,1.4914,0.33,1.4624 vacuuming,vacuuming,31,28,28,26,0.61,1.5051,0.33,1.4624 veggie,veggie,30,28,25,24,0.59,1.4914,0.33,1.4624 venison,venison,31,28,29,26,0.61,1.5051,0.33,1.4624 Verde,verde,60,28,5,5,1.18,1.7853,0.33,1.4624 vibrator,vibrator,60,28,58,27,1.18,1.7853,0.33,1.4624 vicariously,vicariously,31,28,30,27,0.61,1.5051,0.33,1.4624 videotaped,videotaped,29,28,29,28,0.57,1.4771,0.33,1.4624 volcanoes,volcanoes,46,28,45,28,0.90,1.6721,0.33,1.4624 wasteful,wasteful,30,28,27,26,0.59,1.4914,0.33,1.4624 Watergate,watergate,70,28,6,1,1.37,1.8513,0.33,1.4624 wattle,wattle,47,28,40,24,0.92,1.6812,0.33,1.4624 wavelength,wavelength,32,28,32,28,0.63,1.5185,0.33,1.4624 widowed,widowed,29,28,27,27,0.57,1.4771,0.33,1.4624 willful,willful,35,28,32,26,0.69,1.5563,0.33,1.4624 wily,wily,32,28,31,27,0.63,1.5185,0.33,1.4624 winging,winging,32,28,32,28,0.63,1.5185,0.33,1.4624 wino,wino,42,28,37,24,0.82,1.6335,0.33,1.4624 wooing,wooing,36,28,34,27,0.71,1.5682,0.33,1.4624 wormhole,wormhole,98,28,87,28,1.92,1.9956,0.33,1.4624 Yee,yee,53,28,1,1,1.04,1.7324,0.33,1.4624 Yogi,yogi,39,28,11,8,0.76,1.6021,0.33,1.4624 yokels,yokels,29,28,29,28,0.57,1.4771,0.33,1.4624 zest,zest,35,28,32,27,0.69,1.5563,0.33,1.4624 accumulate,accumulate,29,27,28,27,0.57,1.4771,0.32,1.4472 affinity,affinity,29,27,29,27,0.57,1.4771,0.32,1.4472 affront,affront,30,27,30,27,0.59,1.4914,0.32,1.4472 allure,allure,30,27,23,22,0.59,1.4914,0.32,1.4472 Almanac,almanac,43,27,17,13,0.84,1.6435,0.32,1.4472 Americana,americana,37,27,4,4,0.73,1.5798,0.32,1.4472 android,android,45,27,43,25,0.88,1.6628,0.32,1.4472 angelic,angelic,29,27,27,26,0.57,1.4771,0.32,1.4472 angrier,angrier,37,27,35,25,0.73,1.5798,0.32,1.4472 anxieties,anxieties,27,27,27,27,0.53,1.4472,0.32,1.4472 apprehensive,apprehensive,28,27,27,27,0.55,1.4624,0.32,1.4472 aristocracy,aristocracy,32,27,32,27,0.63,1.5185,0.32,1.4472 artiste,artiste,30,27,29,26,0.59,1.4914,0.32,1.4472 Arty,arty,55,27,21,19,1.08,1.7482,0.32,1.4472 aspiration,aspiration,29,27,26,24,0.57,1.4771,0.32,1.4472 audible,audible,36,27,25,22,0.71,1.5682,0.32,1.4472 authorizing,authorizing,29,27,28,26,0.57,1.4771,0.32,1.4472 availability,availability,30,27,25,25,0.59,1.4914,0.32,1.4472 avenues,avenues,30,27,27,24,0.59,1.4914,0.32,1.4472 avert,avert,30,27,23,21,0.59,1.4914,0.32,1.4472 backwater,backwater,31,27,30,27,0.61,1.5051,0.32,1.4472 bagpipes,bagpipes,35,27,29,22,0.69,1.5563,0.32,1.4472 bargains,bargains,32,27,28,26,0.63,1.5185,0.32,1.4472 Bergman,bergman,57,27,1,1,1.12,1.7634,0.32,1.4472 Biff,biff,150,27,8,4,2.94,2.1790,0.32,1.4472 biochemical,biochemical,38,27,34,24,0.75,1.5911,0.32,1.4472 blackberry,blackberry,38,27,21,14,0.75,1.5911,0.32,1.4472 bloodstains,bloodstains,42,27,40,26,0.82,1.6335,0.32,1.4472 breaches,breaches,35,27,34,26,0.69,1.5563,0.32,1.4472 Brigadier,brigadier,52,27,21,10,1.02,1.7243,0.32,1.4472 Britt,britt,48,27,0,0,0.94,1.6902,0.32,1.4472 Brutus,brutus,66,27,0,0,1.29,1.8261,0.32,1.4472 Buddhism,buddhism,33,27,0,0,0.65,1.5315,0.32,1.4472 bungee,bungee,36,27,28,23,0.71,1.5682,0.32,1.4472 bushel,bushel,32,27,30,25,0.63,1.5185,0.32,1.4472 camcorder,camcorder,32,27,31,26,0.63,1.5185,0.32,1.4472 Camden,camden,39,27,0,0,0.76,1.6021,0.32,1.4472 capsules,capsules,40,27,39,26,0.78,1.6128,0.32,1.4472 captures,captures,31,27,29,25,0.61,1.5051,0.32,1.4472 carols,carols,29,27,26,25,0.57,1.4771,0.32,1.4472 castrate,castrate,31,27,29,27,0.61,1.5051,0.32,1.4472 Celeste,celeste,179,27,0,0,3.51,2.2553,0.32,1.4472 Cesar,cesar,127,27,0,0,2.49,2.1072,0.32,1.4472 chafing,chafing,33,27,29,24,0.65,1.5315,0.32,1.4472 chaperon,chaperon,32,27,31,27,0.63,1.5185,0.32,1.4472 cheeses,cheeses,27,27,27,27,0.53,1.4472,0.32,1.4472 chipping,chipping,30,27,26,26,0.59,1.4914,0.32,1.4472 chokes,chokes,31,27,26,22,0.61,1.5051,0.32,1.4472 Chug,chug,119,27,36,18,2.33,2.0792,0.32,1.4472 chums,chums,31,27,29,25,0.61,1.5051,0.32,1.4472 Cl,cl,37,27,9,8,0.73,1.5798,0.32,1.4472 clamped,clamped,31,27,28,26,0.61,1.5051,0.32,1.4472 cleft,cleft,30,27,30,27,0.59,1.4914,0.32,1.4472 clots,clots,31,27,29,25,0.61,1.5051,0.32,1.4472 coincidentally,coincidentally,30,27,18,17,0.59,1.4914,0.32,1.4472 collaborate,collaborate,31,27,30,26,0.61,1.5051,0.32,1.4472 combines,combines,27,27,26,26,0.53,1.4472,0.32,1.4472 compulsory,compulsory,37,27,27,21,0.73,1.5798,0.32,1.4472 compute,compute,36,27,31,25,0.71,1.5682,0.32,1.4472 concessions,concessions,34,27,32,27,0.67,1.5441,0.32,1.4472 concocted,concocted,27,27,27,27,0.53,1.4472,0.32,1.4472 Cong,cong,51,27,2,2,1.00,1.7160,0.32,1.4472 consisted,consisted,28,27,28,27,0.55,1.4624,0.32,1.4472 Consolidated,consolidated,36,27,13,12,0.71,1.5682,0.32,1.4472 contraire,contraire,28,27,28,27,0.55,1.4624,0.32,1.4472 contrition,contrition,29,27,23,22,0.57,1.4771,0.32,1.4472 Corky,corky,178,27,3,3,3.49,2.2529,0.32,1.4472 correlation,correlation,29,27,28,27,0.57,1.4771,0.32,1.4472 corresponding,corresponding,29,27,29,27,0.57,1.4771,0.32,1.4472 cowgirl,cowgirl,60,27,54,24,1.18,1.7853,0.32,1.4472 Cox,cox,98,27,1,1,1.92,1.9956,0.32,1.4472 cranked,cranked,27,27,25,25,0.53,1.4472,0.32,1.4472 cranking,cranking,37,27,33,24,0.73,1.5798,0.32,1.4472 Crick,crick,93,27,32,22,1.82,1.9731,0.32,1.4472 croquet,croquet,44,27,41,27,0.86,1.6532,0.32,1.4472 crucifixion,crucifixion,38,27,30,20,0.75,1.5911,0.32,1.4472 cuffed,cuffed,28,27,27,26,0.55,1.4624,0.32,1.4472 cutthroats,cutthroats,30,27,30,27,0.59,1.4914,0.32,1.4472 Cyprus,cyprus,96,27,0,0,1.88,1.9868,0.32,1.4472 Damascus,damascus,46,27,1,1,0.90,1.6721,0.32,1.4472 darkroom,darkroom,44,27,42,25,0.86,1.6532,0.32,1.4472 Dat,dat,61,27,29,17,1.20,1.7924,0.32,1.4472 dawning,dawning,38,27,38,27,0.75,1.5911,0.32,1.4472 defer,defer,30,27,30,27,0.59,1.4914,0.32,1.4472 deficient,deficient,28,27,27,26,0.55,1.4624,0.32,1.4472 degenerates,degenerates,27,27,25,25,0.53,1.4472,0.32,1.4472 demonstrates,demonstrates,28,27,27,26,0.55,1.4624,0.32,1.4472 dentures,dentures,32,27,30,25,0.63,1.5185,0.32,1.4472 deposed,deposed,30,27,29,26,0.59,1.4914,0.32,1.4472 dermatologist,dermatologist,28,27,27,26,0.55,1.4624,0.32,1.4472 derogatory,derogatory,31,27,30,27,0.61,1.5051,0.32,1.4472 designate,designate,31,27,27,24,0.61,1.5051,0.32,1.4472 deteriorate,deteriorate,27,27,27,27,0.53,1.4472,0.32,1.4472 dicey,dicey,31,27,29,26,0.61,1.5051,0.32,1.4472 digit,digit,30,27,29,26,0.59,1.4914,0.32,1.4472 dignitaries,dignitaries,27,27,27,27,0.53,1.4472,0.32,1.4472 dimensional,dimensional,55,27,44,25,1.08,1.7482,0.32,1.4472 Dipper,dipper,33,27,8,7,0.65,1.5315,0.32,1.4472 dips,dips,32,27,30,25,0.63,1.5185,0.32,1.4472 discerning,discerning,30,27,29,26,0.59,1.4914,0.32,1.4472 disconcerting,disconcerting,27,27,27,27,0.53,1.4472,0.32,1.4472 disliked,disliked,28,27,27,27,0.55,1.4624,0.32,1.4472 distributing,distributing,30,27,28,26,0.59,1.4914,0.32,1.4472 ditty,ditty,40,27,38,26,0.78,1.6128,0.32,1.4472 Diva,diva,78,27,36,22,1.53,1.8976,0.32,1.4472 diversions,diversions,29,27,28,26,0.57,1.4771,0.32,1.4472 Doa,doa,30,27,1,1,0.59,1.4914,0.32,1.4472 dorsal,dorsal,27,27,22,22,0.53,1.4472,0.32,1.4472 doubly,doubly,28,27,27,26,0.55,1.4624,0.32,1.4472 downwind,downwind,28,27,24,24,0.55,1.4624,0.32,1.4472 Ebony,ebony,44,27,13,12,0.86,1.6532,0.32,1.4472 ee,ee,192,27,172,20,3.76,2.2856,0.32,1.4472 eleventh,eleventh,34,27,20,19,0.67,1.5441,0.32,1.4472 emblem,emblem,33,27,31,27,0.65,1.5315,0.32,1.4472 embraces,embraces,31,27,30,27,0.61,1.5051,0.32,1.4472 empathize,empathize,32,27,31,26,0.63,1.5185,0.32,1.4472 emulate,emulate,28,27,28,27,0.55,1.4624,0.32,1.4472 entitles,entitles,28,27,28,27,0.55,1.4624,0.32,1.4472 environments,environments,32,27,32,27,0.63,1.5185,0.32,1.4472 envision,envision,27,27,27,27,0.53,1.4472,0.32,1.4472 equator,equator,31,27,28,24,0.61,1.5051,0.32,1.4472 equilibrium,equilibrium,46,27,41,25,0.90,1.6721,0.32,1.4472 exhibiting,exhibiting,27,27,27,27,0.53,1.4472,0.32,1.4472 existential,existential,37,27,36,27,0.73,1.5798,0.32,1.4472 fascists,fascists,31,27,20,19,0.61,1.5051,0.32,1.4472 festering,festering,31,27,31,27,0.61,1.5051,0.32,1.4472 fiddlesticks,fiddlesticks,30,27,20,20,0.59,1.4914,0.32,1.4472 finite,finite,33,27,30,24,0.65,1.5315,0.32,1.4472 Finland,finland,45,27,0,0,0.88,1.6628,0.32,1.4472 firefight,firefight,35,27,35,27,0.69,1.5563,0.32,1.4472 formaldehyde,formaldehyde,34,27,24,21,0.67,1.5441,0.32,1.4472 franc,franc,41,27,36,22,0.80,1.6232,0.32,1.4472 fraternizing,fraternizing,29,27,21,19,0.57,1.4771,0.32,1.4472 gallantry,gallantry,31,27,30,26,0.61,1.5051,0.32,1.4472 gallbladder,gallbladder,37,27,33,27,0.73,1.5798,0.32,1.4472 Gareth,gareth,206,27,0,0,4.04,2.3160,0.32,1.4472 gargle,gargle,30,27,27,25,0.59,1.4914,0.32,1.4472 geographical,geographical,31,27,26,23,0.61,1.5051,0.32,1.4472 gilded,gilded,35,27,30,24,0.69,1.5563,0.32,1.4472 gliding,gliding,31,27,27,26,0.61,1.5051,0.32,1.4472 glutton,glutton,31,27,26,24,0.61,1.5051,0.32,1.4472 governess,governess,54,27,53,26,1.06,1.7404,0.32,1.4472 Granger,granger,75,27,0,0,1.47,1.8808,0.32,1.4472 gringos,gringos,46,27,44,25,0.90,1.6721,0.32,1.4472 gripe,gripe,40,27,39,27,0.78,1.6128,0.32,1.4472 grossly,grossly,28,27,25,24,0.55,1.4624,0.32,1.4472 grotto,grotto,34,27,21,18,0.67,1.5441,0.32,1.4472 groundbreaking,groundbreaking,30,27,26,23,0.59,1.4914,0.32,1.4472 guile,guile,52,27,49,25,1.02,1.7243,0.32,1.4472 guise,guise,28,27,28,27,0.55,1.4624,0.32,1.4472 gull,gull,56,27,31,19,1.10,1.7559,0.32,1.4472 gunfighter,gunfighter,72,27,67,26,1.41,1.8633,0.32,1.4472 gyp,gyp,31,27,23,22,0.61,1.5051,0.32,1.4472 habeas,habeas,38,27,27,21,0.75,1.5911,0.32,1.4472 Haggard,haggard,56,27,18,17,1.10,1.7559,0.32,1.4472 handpicked,handpicked,29,27,29,27,0.57,1.4771,0.32,1.4472 harrowing,harrowing,27,27,27,27,0.53,1.4472,0.32,1.4472 harvesting,harvesting,31,27,29,25,0.61,1.5051,0.32,1.4472 Hazmat,hazmat,41,27,7,7,0.80,1.6232,0.32,1.4472 helpers,helpers,32,27,30,26,0.63,1.5185,0.32,1.4472 hideously,hideously,30,27,25,23,0.59,1.4914,0.32,1.4472 hilt,hilt,28,27,28,27,0.55,1.4624,0.32,1.4472 hinge,hinge,29,27,27,27,0.57,1.4771,0.32,1.4472 hisses,hisses,32,27,28,23,0.63,1.5185,0.32,1.4472 hokey,hokey,30,27,23,21,0.59,1.4914,0.32,1.4472 Horsemen,horsemen,53,27,21,16,1.04,1.7324,0.32,1.4472 hosted,hosted,27,27,26,26,0.53,1.4472,0.32,1.4472 housebroken,housebroken,29,27,28,26,0.57,1.4771,0.32,1.4472 humanoid,humanoid,42,27,34,22,0.82,1.6335,0.32,1.4472 imagines,imagines,29,27,28,26,0.57,1.4771,0.32,1.4472 impervious,impervious,31,27,27,24,0.61,1.5051,0.32,1.4472 impregnated,impregnated,31,27,31,27,0.61,1.5051,0.32,1.4472 imprinted,imprinted,31,27,30,27,0.61,1.5051,0.32,1.4472 incinerator,incinerator,38,27,38,27,0.75,1.5911,0.32,1.4472 inconspicuous,inconspicuous,33,27,30,26,0.65,1.5315,0.32,1.4472 indicative,indicative,28,27,25,24,0.55,1.4624,0.32,1.4472 infidel,infidel,55,27,53,26,1.08,1.7482,0.32,1.4472 ingested,ingested,29,27,29,27,0.57,1.4771,0.32,1.4472 inhibitor,inhibitor,67,27,67,27,1.31,1.8325,0.32,1.4472 insipid,insipid,31,27,30,26,0.61,1.5051,0.32,1.4472 instantaneous,instantaneous,31,27,27,25,0.61,1.5051,0.32,1.4472 intimidation,intimidation,28,27,23,23,0.55,1.4624,0.32,1.4472 intravenous,intravenous,32,27,31,27,0.63,1.5185,0.32,1.4472 jaywalking,jaywalking,35,27,27,24,0.69,1.5563,0.32,1.4472 Jefe,jefe,57,27,26,20,1.12,1.7634,0.32,1.4472 Jun,jun,80,27,2,1,1.57,1.9085,0.32,1.4472 justifiable,justifiable,27,27,25,25,0.53,1.4472,0.32,1.4472 Keeler,keeler,85,27,1,1,1.67,1.9345,0.32,1.4472 kidnappings,kidnappings,41,27,38,26,0.80,1.6232,0.32,1.4472 knapsack,knapsack,33,27,32,27,0.65,1.5315,0.32,1.4472 Kyoto,kyoto,64,27,1,1,1.25,1.8129,0.32,1.4472 ladle,ladle,38,27,36,26,0.75,1.5911,0.32,1.4472 landfill,landfill,66,27,34,25,1.29,1.8261,0.32,1.4472 lather,lather,28,27,26,25,0.55,1.4624,0.32,1.4472 launder,launder,34,27,33,26,0.67,1.5441,0.32,1.4472 Laurence,laurence,53,27,0,0,1.04,1.7324,0.32,1.4472 lectured,lectured,27,27,27,27,0.53,1.4472,0.32,1.4472 Lenin,lenin,38,27,0,0,0.75,1.5911,0.32,1.4472 liberals,liberals,33,27,28,22,0.65,1.5315,0.32,1.4472 Lilith,lilith,117,27,0,0,2.29,2.0719,0.32,1.4472 Lindy,lindy,38,27,3,3,0.75,1.5911,0.32,1.4472 llama,llama,72,27,61,22,1.41,1.8633,0.32,1.4472 loopy,loopy,33,27,27,22,0.65,1.5315,0.32,1.4472 Lor,lor,63,27,0,0,1.24,1.8062,0.32,1.4472 lovesick,lovesick,35,27,35,27,0.69,1.5563,0.32,1.4472 lubricant,lubricant,35,27,34,27,0.69,1.5563,0.32,1.4472 Luce,luce,97,27,1,1,1.90,1.9912,0.32,1.4472 lugging,lugging,27,27,25,25,0.53,1.4472,0.32,1.4472 lunching,lunching,29,27,27,25,0.57,1.4771,0.32,1.4472 Lupe,lupe,82,27,0,0,1.61,1.9191,0.32,1.4472 Madeleine,madeleine,103,27,3,3,2.02,2.0170,0.32,1.4472 magnificently,magnificently,28,27,28,27,0.55,1.4624,0.32,1.4472 mailboxes,mailboxes,31,27,30,26,0.61,1.5051,0.32,1.4472 mane,mane,30,27,30,27,0.59,1.4914,0.32,1.4472 mansions,mansions,36,27,27,24,0.71,1.5682,0.32,1.4472 mantra,mantra,43,27,41,25,0.84,1.6435,0.32,1.4472 matured,matured,27,27,27,27,0.53,1.4472,0.32,1.4472 Md,md,39,27,0,0,0.76,1.6021,0.32,1.4472 mea,mea,36,27,21,17,0.71,1.5682,0.32,1.4472 meditating,meditating,34,27,33,27,0.67,1.5441,0.32,1.4472 memorizing,memorizing,32,27,28,24,0.63,1.5185,0.32,1.4472 meteorite,meteorite,41,27,35,26,0.80,1.6232,0.32,1.4472 midlife,midlife,35,27,35,27,0.69,1.5563,0.32,1.4472 midline,midline,29,27,24,24,0.57,1.4771,0.32,1.4472 milligram,milligram,28,27,27,26,0.55,1.4624,0.32,1.4472 millionth,millionth,29,27,29,27,0.57,1.4771,0.32,1.4472 molester,molester,43,27,41,27,0.84,1.6435,0.32,1.4472 mono,mono,37,27,33,24,0.73,1.5798,0.32,1.4472 moors,moors,57,27,45,18,1.12,1.7634,0.32,1.4472 mopey,mopey,35,27,30,23,0.69,1.5563,0.32,1.4472 mosey,mosey,36,27,32,26,0.71,1.5682,0.32,1.4472 mould,mould,37,27,35,27,0.73,1.5798,0.32,1.4472 mousetrap,mousetrap,30,27,24,22,0.59,1.4914,0.32,1.4472 mutants,mutants,114,27,104,27,2.24,2.0607,0.32,1.4472 mutters,mutters,35,27,20,14,0.69,1.5563,0.32,1.4472 mutton,mutton,40,27,36,24,0.78,1.6128,0.32,1.4472 natures,natures,33,27,33,27,0.65,1.5315,0.32,1.4472 neurosis,neurosis,32,27,32,27,0.63,1.5185,0.32,1.4472 nimble,nimble,30,27,25,24,0.59,1.4914,0.32,1.4472 northbound,northbound,32,27,30,27,0.63,1.5185,0.32,1.4472 notarized,notarized,27,27,27,27,0.53,1.4472,0.32,1.4472 notary,notary,35,27,31,26,0.69,1.5563,0.32,1.4472 nucleus,nucleus,45,27,43,26,0.88,1.6628,0.32,1.4472 nudes,nudes,36,27,26,22,0.71,1.5682,0.32,1.4472 nudie,nudie,49,27,45,26,0.96,1.6990,0.32,1.4472 nuptials,nuptials,30,27,30,27,0.59,1.4914,0.32,1.4472 nutrients,nutrients,36,27,36,27,0.71,1.5682,0.32,1.4472 obliterated,obliterated,31,27,31,27,0.61,1.5051,0.32,1.4472 offed,offed,28,27,27,27,0.55,1.4624,0.32,1.4472 offset,offset,29,27,29,27,0.57,1.4771,0.32,1.4472 ogre,ogre,71,27,60,26,1.39,1.8573,0.32,1.4472 Ontario,ontario,41,27,1,1,0.80,1.6232,0.32,1.4472 Orion,orion,72,27,1,1,1.41,1.8633,0.32,1.4472 Otter,otter,69,27,23,19,1.35,1.8451,0.32,1.4472 outwit,outwit,30,27,30,27,0.59,1.4914,0.32,1.4472 overkill,overkill,29,27,26,24,0.57,1.4771,0.32,1.4472 overzealous,overzealous,29,27,26,25,0.57,1.4771,0.32,1.4472 paired,paired,33,27,32,26,0.65,1.5315,0.32,1.4472 pandemonium,pandemonium,33,27,23,22,0.65,1.5315,0.32,1.4472 paraphernalia,paraphernalia,31,27,31,27,0.61,1.5051,0.32,1.4472 Pauline,pauline,138,27,0,0,2.71,2.1430,0.32,1.4472 pellets,pellets,34,27,34,27,0.67,1.5441,0.32,1.4472 periscope,periscope,70,27,56,26,1.37,1.8513,0.32,1.4472 phlegm,phlegm,34,27,27,22,0.67,1.5441,0.32,1.4472 photographing,photographing,30,27,27,24,0.59,1.4914,0.32,1.4472 physicists,physicists,36,27,31,23,0.71,1.5682,0.32,1.4472 pleasantries,pleasantries,27,27,27,27,0.53,1.4472,0.32,1.4472 plums,plums,53,27,46,25,1.04,1.7324,0.32,1.4472 plush,plush,28,27,26,25,0.55,1.4624,0.32,1.4472 poachers,poachers,78,27,65,26,1.53,1.8976,0.32,1.4472 porridge,porridge,42,27,40,26,0.82,1.6335,0.32,1.4472 prevailed,prevailed,28,27,28,27,0.55,1.4624,0.32,1.4472 prevailing,prevailing,28,27,26,26,0.55,1.4624,0.32,1.4472 prickly,prickly,29,27,28,26,0.57,1.4771,0.32,1.4472 primate,primate,35,27,29,23,0.69,1.5563,0.32,1.4472 probes,probes,35,27,35,27,0.69,1.5563,0.32,1.4472 profiler,profiler,50,27,48,25,0.98,1.7076,0.32,1.4472 psychologists,psychologists,35,27,31,25,0.69,1.5563,0.32,1.4472 pygmy,pygmy,33,27,25,22,0.65,1.5315,0.32,1.4472 query,query,29,27,26,24,0.57,1.4771,0.32,1.4472 Qui,qui,47,27,22,19,0.92,1.6812,0.32,1.4472 raindrops,raindrops,38,27,24,19,0.75,1.5911,0.32,1.4472 rainstorm,rainstorm,41,27,41,27,0.80,1.6232,0.32,1.4472 ratty,ratty,36,27,25,24,0.71,1.5682,0.32,1.4472 readout,readout,35,27,35,27,0.69,1.5563,0.32,1.4472 recommends,recommends,28,27,28,27,0.55,1.4624,0.32,1.4472 recorders,recorders,32,27,29,24,0.63,1.5185,0.32,1.4472 redoing,redoing,29,27,27,25,0.57,1.4771,0.32,1.4472 relentlessly,relentlessly,27,27,25,25,0.53,1.4472,0.32,1.4472 relies,relies,28,27,27,26,0.55,1.4624,0.32,1.4472 reliving,reliving,29,27,26,24,0.57,1.4771,0.32,1.4472 reprehensible,reprehensible,29,27,29,27,0.57,1.4771,0.32,1.4472 reputed,reputed,32,27,30,25,0.63,1.5185,0.32,1.4472 resentful,resentful,29,27,27,25,0.57,1.4771,0.32,1.4472 resilient,resilient,28,27,28,27,0.55,1.4624,0.32,1.4472 resonance,resonance,33,27,31,25,0.65,1.5315,0.32,1.4472 restrict,restrict,28,27,27,26,0.55,1.4624,0.32,1.4472 retake,retake,37,27,31,24,0.73,1.5798,0.32,1.4472 reunions,reunions,33,27,28,23,0.65,1.5315,0.32,1.4472 revolutionaries,revolutionaries,35,27,34,26,0.69,1.5563,0.32,1.4472 ridges,ridges,36,27,36,27,0.71,1.5682,0.32,1.4472 Riff,riff,57,27,25,19,1.12,1.7634,0.32,1.4472 ringleader,ringleader,27,27,26,26,0.53,1.4472,0.32,1.4472 Rog,rog,127,27,2,1,2.49,2.1072,0.32,1.4472 roughing,roughing,29,27,26,24,0.57,1.4771,0.32,1.4472 routing,routing,36,27,30,23,0.71,1.5682,0.32,1.4472 Rsvp,rsvp,41,27,11,5,0.80,1.6232,0.32,1.4472 Sade,sade,53,27,0,0,1.04,1.7324,0.32,1.4472 saltwater,saltwater,31,27,26,23,0.61,1.5051,0.32,1.4472 scalped,scalped,39,27,39,27,0.76,1.6021,0.32,1.4472 scarves,scarves,31,27,28,24,0.61,1.5051,0.32,1.4472 screeches,screeches,36,27,27,22,0.71,1.5682,0.32,1.4472 sculptures,sculptures,33,27,32,26,0.65,1.5315,0.32,1.4472 sexes,sexes,30,27,30,27,0.59,1.4914,0.32,1.4472 shacking,shacking,29,27,27,25,0.57,1.4771,0.32,1.4472 sharply,sharply,29,27,27,25,0.57,1.4771,0.32,1.4472 shingles,shingles,33,27,31,27,0.65,1.5315,0.32,1.4472 shite,shite,62,27,51,23,1.22,1.7993,0.32,1.4472 shone,shone,30,27,30,27,0.59,1.4914,0.32,1.4472 shoves,shoves,27,27,24,24,0.53,1.4472,0.32,1.4472 showroom,showroom,32,27,31,26,0.63,1.5185,0.32,1.4472 shrimps,shrimps,30,27,28,26,0.59,1.4914,0.32,1.4472 shrunken,shrunken,29,27,21,20,0.57,1.4771,0.32,1.4472 shyness,shyness,29,27,28,27,0.57,1.4771,0.32,1.4472 sidebar,sidebar,47,27,31,22,0.92,1.6812,0.32,1.4472 slashing,slashing,33,27,31,26,0.65,1.5315,0.32,1.4472 slaughtering,slaughtering,29,27,29,27,0.57,1.4771,0.32,1.4472 sleepwalking,sleepwalking,32,27,29,25,0.63,1.5185,0.32,1.4472 slinky,slinky,49,27,25,18,0.96,1.6990,0.32,1.4472 slipstream,slipstream,144,27,126,27,2.82,2.1614,0.32,1.4472 snapper,snapper,34,27,27,22,0.67,1.5441,0.32,1.4472 snitched,snitched,37,27,37,27,0.73,1.5798,0.32,1.4472 spawned,spawned,27,27,26,26,0.53,1.4472,0.32,1.4472 Sprite,sprite,33,27,9,9,0.65,1.5315,0.32,1.4472 squirts,squirts,35,27,34,26,0.69,1.5563,0.32,1.4472 statesman,statesman,31,27,30,26,0.61,1.5051,0.32,1.4472 storyteller,storyteller,27,27,27,27,0.53,1.4472,0.32,1.4472 Straits,straits,53,27,18,15,1.04,1.7324,0.32,1.4472 stroller,stroller,45,27,45,27,0.88,1.6628,0.32,1.4472 stumps,stumps,28,27,27,26,0.55,1.4624,0.32,1.4472 stupendous,stupendous,33,27,21,18,0.65,1.5315,0.32,1.4472 sunburn,sunburn,33,27,27,22,0.65,1.5315,0.32,1.4472 suppertime,suppertime,31,27,25,21,0.61,1.5051,0.32,1.4472 Sutra,sutra,58,27,27,5,1.14,1.7709,0.32,1.4472 swayed,swayed,29,27,28,26,0.57,1.4771,0.32,1.4472 swingers,swingers,44,27,37,24,0.86,1.6532,0.32,1.4472 synch,synch,35,27,27,20,0.69,1.5563,0.32,1.4472 Tae,tae,48,27,13,12,0.94,1.6902,0.32,1.4472 talisman,talisman,74,27,73,27,1.45,1.8751,0.32,1.4472 tanned,tanned,31,27,28,26,0.61,1.5051,0.32,1.4472 tapestry,tapestry,36,27,34,26,0.71,1.5682,0.32,1.4472 tarantula,tarantula,46,27,42,23,0.90,1.6721,0.32,1.4472 terminally,terminally,28,27,25,25,0.55,1.4624,0.32,1.4472 Tiff,tiff,44,27,15,14,0.86,1.6532,0.32,1.4472 tilting,tilting,33,27,30,24,0.65,1.5315,0.32,1.4472 timers,timers,36,27,30,23,0.71,1.5682,0.32,1.4472 tortoise,tortoise,57,27,50,22,1.12,1.7634,0.32,1.4472 totem,totem,44,27,39,25,0.86,1.6532,0.32,1.4472 tournaments,tournaments,35,27,35,27,0.69,1.5563,0.32,1.4472 Trad,trad,28,27,9,9,0.55,1.4624,0.32,1.4472 traipsing,traipsing,28,27,24,23,0.55,1.4624,0.32,1.4472 treatable,treatable,29,27,29,27,0.57,1.4771,0.32,1.4472 Triads,triads,49,27,15,13,0.96,1.6990,0.32,1.4472 triggering,triggering,31,27,31,27,0.61,1.5051,0.32,1.4472 trinket,trinket,36,27,35,26,0.71,1.5682,0.32,1.4472 Tristan,tristan,156,27,0,0,3.06,2.1959,0.32,1.4472 Tropic,tropic,36,27,13,13,0.71,1.5682,0.32,1.4472 tuxedos,tuxedos,33,27,27,22,0.65,1.5315,0.32,1.4472 twinkling,twinkling,28,27,28,27,0.55,1.4624,0.32,1.4472 unconfirmed,unconfirmed,32,27,28,24,0.63,1.5185,0.32,1.4472 uncouth,uncouth,29,27,27,26,0.57,1.4771,0.32,1.4472 underrated,underrated,29,27,29,27,0.57,1.4771,0.32,1.4472 understandably,understandably,27,27,20,20,0.53,1.4472,0.32,1.4472 undertaken,undertaken,30,27,30,27,0.59,1.4914,0.32,1.4472 undetectable,undetectable,29,27,27,26,0.57,1.4771,0.32,1.4472 undue,undue,29,27,28,26,0.57,1.4771,0.32,1.4472 untamed,untamed,33,27,30,24,0.65,1.5315,0.32,1.4472 uppers,uppers,29,27,27,25,0.57,1.4771,0.32,1.4472 vacuumed,vacuumed,30,27,29,26,0.59,1.4914,0.32,1.4472 validity,validity,30,27,30,27,0.59,1.4914,0.32,1.4472 varies,varies,28,27,26,25,0.55,1.4624,0.32,1.4472 ventures,ventures,31,27,31,27,0.61,1.5051,0.32,1.4472 verbs,verbs,33,27,32,27,0.65,1.5315,0.32,1.4472 viciously,viciously,28,27,26,26,0.55,1.4624,0.32,1.4472 vino,vino,39,27,34,24,0.76,1.6021,0.32,1.4472 voucher,voucher,46,27,43,26,0.90,1.6721,0.32,1.4472 weepy,weepy,29,27,28,27,0.57,1.4771,0.32,1.4472 westerns,westerns,37,27,22,17,0.73,1.5798,0.32,1.4472 whaling,whaling,45,27,43,27,0.88,1.6628,0.32,1.4472 whirlpool,whirlpool,31,27,28,25,0.61,1.5051,0.32,1.4472 willed,willed,29,27,28,27,0.57,1.4771,0.32,1.4472 winks,winks,28,27,24,24,0.55,1.4624,0.32,1.4472 yawns,yawns,30,27,22,20,0.59,1.4914,0.32,1.4472 Zulu,zulu,50,27,1,1,0.98,1.7076,0.32,1.4472 Aargh,aargh,33,26,2,1,0.65,1.5315,0.31,1.4314 aberration,aberration,28,26,28,26,0.55,1.4624,0.31,1.4314 Abracadabra,abracadabra,53,26,10,8,1.04,1.7324,0.31,1.4314 abundant,abundant,29,26,28,25,0.57,1.4771,0.31,1.4314 acknowledgment,acknowledgment,26,26,26,26,0.51,1.4314,0.31,1.4314 adage,adage,32,26,32,26,0.63,1.5185,0.31,1.4314 adequately,adequately,27,26,26,25,0.53,1.4472,0.31,1.4314 adjutant,adjutant,45,26,36,20,0.88,1.6628,0.31,1.4314 adversaries,adversaries,31,26,30,25,0.61,1.5051,0.31,1.4314 Alexandria,alexandria,38,26,0,0,0.75,1.5911,0.31,1.4314 aloft,aloft,37,26,34,25,0.73,1.5798,0.31,1.4314 ambrosia,ambrosia,49,26,30,18,0.96,1.6990,0.31,1.4314 amuck,amuck,26,26,26,26,0.51,1.4314,0.31,1.4314 ancestral,ancestral,29,26,28,25,0.57,1.4771,0.31,1.4314 anemia,anemia,35,26,32,25,0.69,1.5563,0.31,1.4314 Annapolis,annapolis,42,26,0,0,0.82,1.6335,0.31,1.4314 antiquated,antiquated,28,26,26,25,0.55,1.4624,0.31,1.4314 apricot,apricot,32,26,20,19,0.63,1.5185,0.31,1.4314 Ares,ares,161,26,1,1,3.16,2.2095,0.31,1.4314 associating,associating,27,26,24,23,0.53,1.4472,0.31,1.4314 astral,astral,49,26,40,22,0.96,1.6990,0.31,1.4314 attentions,attentions,33,26,33,26,0.65,1.5315,0.31,1.4314 auditioned,auditioned,29,26,29,26,0.57,1.4771,0.31,1.4314 auld,auld,55,26,42,20,1.08,1.7482,0.31,1.4314 awry,awry,28,26,26,24,0.55,1.4624,0.31,1.4314 bakes,bakes,27,26,27,26,0.53,1.4472,0.31,1.4314 Banning,banning,53,26,18,14,1.04,1.7324,0.31,1.4314 Barrow,barrow,61,26,10,9,1.20,1.7924,0.31,1.4314 baseline,baseline,38,26,37,26,0.75,1.5911,0.31,1.4314 bask,bask,29,26,25,24,0.57,1.4771,0.31,1.4314 bawl,bawl,28,26,28,26,0.55,1.4624,0.31,1.4314 beluga,beluga,28,26,14,13,0.55,1.4624,0.31,1.4314 Berg,berg,79,26,5,5,1.55,1.9031,0.31,1.4314 bicarbonate,bicarbonate,37,26,35,25,0.73,1.5798,0.31,1.4314 biter,biter,29,26,25,24,0.57,1.4771,0.31,1.4314 Blaster,blaster,52,26,22,20,1.02,1.7243,0.31,1.4314 blight,blight,29,26,28,25,0.57,1.4771,0.31,1.4314 Bling,bling,61,26,29,20,1.20,1.7924,0.31,1.4314 blinks,blinks,30,26,28,25,0.59,1.4914,0.31,1.4314 blissful,blissful,27,26,27,26,0.53,1.4472,0.31,1.4314 bloodied,bloodied,28,26,27,25,0.55,1.4624,0.31,1.4314 blossoming,blossoming,33,26,31,25,0.65,1.5315,0.31,1.4314 bluebird,bluebird,39,26,26,18,0.76,1.6021,0.31,1.4314 bolus,bolus,34,26,26,22,0.67,1.5441,0.31,1.4314 bombardment,bombardment,43,26,41,25,0.84,1.6435,0.31,1.4314 bonbons,bonbons,31,26,28,23,0.61,1.5051,0.31,1.4314 Bowman,bowman,182,26,1,1,3.57,2.2625,0.31,1.4314 brainwashing,brainwashing,37,26,37,26,0.73,1.5798,0.31,1.4314 broader,broader,34,26,33,26,0.67,1.5441,0.31,1.4314 bullpen,bullpen,33,26,29,23,0.65,1.5315,0.31,1.4314 bureaucrat,bureaucrat,29,26,28,25,0.57,1.4771,0.31,1.4314 burrow,burrow,28,26,24,22,0.55,1.4624,0.31,1.4314 cackling,cackling,35,26,31,24,0.69,1.5563,0.31,1.4314 cadavers,cadavers,36,26,36,26,0.71,1.5682,0.31,1.4314 calibre,calibre,31,26,30,26,0.61,1.5051,0.31,1.4314 canals,canals,33,26,32,25,0.65,1.5315,0.31,1.4314 cantaloupe,cantaloupe,38,26,35,24,0.75,1.5911,0.31,1.4314 canvassing,canvassing,27,26,26,25,0.53,1.4472,0.31,1.4314 captors,captors,29,26,29,26,0.57,1.4771,0.31,1.4314 Catalina,catalina,48,26,1,1,0.94,1.6902,0.31,1.4314 catered,catered,29,26,28,25,0.57,1.4771,0.31,1.4314 cathouse,cathouse,31,26,31,26,0.61,1.5051,0.31,1.4314 chants,chants,33,26,30,23,0.65,1.5315,0.31,1.4314 chaste,chaste,30,26,28,24,0.59,1.4914,0.31,1.4314 cheaters,cheaters,36,26,32,24,0.71,1.5682,0.31,1.4314 chimps,chimps,71,26,70,25,1.39,1.8573,0.31,1.4314 chiseler,chiseler,38,26,31,23,0.75,1.5911,0.31,1.4314 circulated,circulated,26,26,26,26,0.51,1.4314,0.31,1.4314 citations,citations,34,26,34,26,0.67,1.5441,0.31,1.4314 civility,civility,28,26,26,24,0.55,1.4624,0.31,1.4314 clamoring,clamoring,31,26,30,25,0.61,1.5051,0.31,1.4314 classrooms,classrooms,30,26,30,26,0.59,1.4914,0.31,1.4314 cleanliness,cleanliness,31,26,18,17,0.61,1.5051,0.31,1.4314 clipboard,clipboard,38,26,37,26,0.75,1.5911,0.31,1.4314 cloaked,cloaked,34,26,31,25,0.67,1.5441,0.31,1.4314 cloning,cloning,57,26,48,25,1.12,1.7634,0.31,1.4314 clunk,clunk,32,26,25,22,0.63,1.5185,0.31,1.4314 cojones,cojones,29,26,26,24,0.57,1.4771,0.31,1.4314 collaborator,collaborator,32,26,29,25,0.63,1.5185,0.31,1.4314 collage,collage,37,26,32,24,0.73,1.5798,0.31,1.4314 collectively,collectively,33,26,31,24,0.65,1.5315,0.31,1.4314 colonels,colonels,31,26,26,22,0.61,1.5051,0.31,1.4314 comedies,comedies,29,26,28,25,0.57,1.4771,0.31,1.4314 compile,compile,27,26,24,23,0.53,1.4472,0.31,1.4314 complimenting,complimenting,27,26,25,24,0.53,1.4472,0.31,1.4314 compress,compress,31,26,31,26,0.61,1.5051,0.31,1.4314 condiments,condiments,31,26,30,25,0.61,1.5051,0.31,1.4314 conning,conning,43,26,38,26,0.84,1.6435,0.31,1.4314 consortium,consortium,35,26,29,22,0.69,1.5563,0.31,1.4314 constructing,constructing,26,26,24,24,0.51,1.4314,0.31,1.4314 coo,coo,35,26,18,17,0.69,1.5563,0.31,1.4314 copier,copier,32,26,32,26,0.63,1.5185,0.31,1.4314 cotillion,cotillion,69,26,61,20,1.35,1.8451,0.31,1.4314 countermeasures,countermeasures,43,26,34,23,0.84,1.6435,0.31,1.4314 courted,courted,36,26,36,26,0.71,1.5682,0.31,1.4314 croissants,croissants,31,26,23,22,0.61,1.5051,0.31,1.4314 curved,curved,31,26,25,21,0.61,1.5051,0.31,1.4314 daggers,daggers,61,26,44,22,1.20,1.7924,0.31,1.4314 dapper,dapper,28,26,21,20,0.55,1.4624,0.31,1.4314 deadliest,deadliest,27,26,25,25,0.53,1.4472,0.31,1.4314 decomposition,decomposition,26,26,26,26,0.51,1.4314,0.31,1.4314 deduce,deduce,29,26,27,24,0.57,1.4771,0.31,1.4314 delirium,delirium,36,26,31,25,0.71,1.5682,0.31,1.4314 denim,denim,33,26,26,22,0.65,1.5315,0.31,1.4314 derailed,derailed,29,26,29,26,0.57,1.4771,0.31,1.4314 deterioration,deterioration,26,26,26,26,0.51,1.4314,0.31,1.4314 Diablo,diablo,55,26,3,3,1.08,1.7482,0.31,1.4314 Dickie,dickie,306,26,4,3,6.00,2.4871,0.31,1.4314 didnt,didnt,49,26,45,25,0.96,1.6990,0.31,1.4314 diets,diets,30,26,29,25,0.59,1.4914,0.31,1.4314 discoloration,discoloration,31,26,30,25,0.61,1.5051,0.31,1.4314 discs,discs,34,26,33,25,0.67,1.5441,0.31,1.4314 disposing,disposing,28,26,27,25,0.55,1.4624,0.31,1.4314 disprove,disprove,31,26,30,26,0.61,1.5051,0.31,1.4314 dissed,dissed,28,26,26,24,0.55,1.4624,0.31,1.4314 dissuade,dissuade,27,26,27,26,0.53,1.4472,0.31,1.4314 divinely,divinely,33,26,31,26,0.65,1.5315,0.31,1.4314 doctrine,doctrine,43,26,32,20,0.84,1.6435,0.31,1.4314 dolled,dolled,27,26,27,26,0.53,1.4472,0.31,1.4314 dolt,dolt,27,26,27,26,0.53,1.4472,0.31,1.4314 Dow,dow,44,26,3,3,0.86,1.6532,0.31,1.4314 drifts,drifts,38,26,37,26,0.75,1.5911,0.31,1.4314 dubbed,dubbed,26,26,26,26,0.51,1.4314,0.31,1.4314 dugout,dugout,46,26,39,21,0.90,1.6721,0.31,1.4314 dunes,dunes,45,26,27,18,0.88,1.6628,0.31,1.4314 eardrums,eardrums,26,26,26,26,0.51,1.4314,0.31,1.4314 electronically,electronically,37,26,32,21,0.73,1.5798,0.31,1.4314 elemental,elemental,34,26,27,23,0.67,1.5441,0.31,1.4314 embryo,embryo,39,26,38,25,0.76,1.6021,0.31,1.4314 employs,employs,26,26,25,25,0.51,1.4314,0.31,1.4314 enamel,enamel,29,26,29,26,0.57,1.4771,0.31,1.4314 enticing,enticing,26,26,23,23,0.51,1.4314,0.31,1.4314 erasing,erasing,35,26,30,22,0.69,1.5563,0.31,1.4314 ese,ese,46,26,42,23,0.90,1.6721,0.31,1.4314 esophagus,esophagus,36,26,36,26,0.71,1.5682,0.31,1.4314 Esp,esp,37,26,0,0,0.73,1.5798,0.31,1.4314 evaluations,evaluations,34,26,33,25,0.67,1.5441,0.31,1.4314 faintly,faintly,31,26,23,20,0.61,1.5051,0.31,1.4314 fairest,fairest,44,26,41,24,0.86,1.6532,0.31,1.4314 fallback,fallback,32,26,31,25,0.63,1.5185,0.31,1.4314 fanatical,fanatical,27,26,24,23,0.53,1.4472,0.31,1.4314 feminists,feminists,31,26,27,22,0.61,1.5051,0.31,1.4314 fess,fess,30,26,22,19,0.59,1.4914,0.31,1.4314 flagrant,flagrant,29,26,27,24,0.57,1.4771,0.31,1.4314 flaunting,flaunting,26,26,21,21,0.51,1.4314,0.31,1.4314 fleshy,fleshy,29,26,28,25,0.57,1.4771,0.31,1.4314 folders,folders,34,26,34,26,0.67,1.5441,0.31,1.4314 fondue,fondue,47,26,41,25,0.92,1.6812,0.31,1.4314 Foxtrot,foxtrot,55,26,10,7,1.08,1.7482,0.31,1.4314 freshness,freshness,29,26,28,25,0.57,1.4771,0.31,1.4314 Gar,gar,48,26,7,5,0.94,1.6902,0.31,1.4314 Genghis,genghis,42,26,0,0,0.82,1.6335,0.31,1.4314 glistening,glistening,28,26,23,23,0.55,1.4624,0.31,1.4314 goofed,goofed,26,26,26,26,0.51,1.4314,0.31,1.4314 governors,governors,28,26,26,24,0.55,1.4624,0.31,1.4314 grieved,grieved,29,26,28,26,0.57,1.4771,0.31,1.4314 Grinch,grinch,133,26,3,3,2.61,2.1271,0.31,1.4314 groomed,groomed,29,26,29,26,0.57,1.4771,0.31,1.4314 Groucho,groucho,50,26,1,1,0.98,1.7076,0.31,1.4314 guaranteeing,guaranteeing,26,26,25,25,0.51,1.4314,0.31,1.4314 habitual,habitual,26,26,23,23,0.51,1.4314,0.31,1.4314 hastily,hastily,38,26,28,24,0.75,1.5911,0.31,1.4314 hater,hater,32,26,27,24,0.63,1.5185,0.31,1.4314 hemlock,hemlock,32,26,21,18,0.63,1.5185,0.31,1.4314 Hl,hl,62,26,21,9,1.22,1.7993,0.31,1.4314 Hotch,hotch,120,26,5,2,2.35,2.0828,0.31,1.4314 hypnotize,hypnotize,31,26,30,25,0.61,1.5051,0.31,1.4314 idiocy,idiocy,29,26,26,23,0.57,1.4771,0.31,1.4314 illumination,illumination,34,26,33,25,0.67,1.5441,0.31,1.4314 impart,impart,27,26,27,26,0.53,1.4472,0.31,1.4314 impediment,impediment,30,26,30,26,0.59,1.4914,0.31,1.4314 impotence,impotence,33,26,30,25,0.65,1.5315,0.31,1.4314 impoverished,impoverished,29,26,26,25,0.57,1.4771,0.31,1.4314 improvised,improvised,29,26,29,26,0.57,1.4771,0.31,1.4314 incidental,incidental,28,26,27,25,0.55,1.4624,0.31,1.4314 incinerated,incinerated,30,26,28,24,0.59,1.4914,0.31,1.4314 incurred,incurred,27,26,27,26,0.53,1.4472,0.31,1.4314 indeedy,indeedy,33,26,33,26,0.65,1.5315,0.31,1.4314 ineffective,ineffective,30,26,30,26,0.59,1.4914,0.31,1.4314 infestation,infestation,35,26,35,26,0.69,1.5563,0.31,1.4314 inflated,inflated,26,26,25,25,0.51,1.4314,0.31,1.4314 inhales,inhales,29,26,19,17,0.57,1.4771,0.31,1.4314 inoperable,inoperable,33,26,30,24,0.65,1.5315,0.31,1.4314 inquest,inquest,41,26,41,26,0.80,1.6232,0.31,1.4314 jagged,jagged,29,26,24,22,0.57,1.4771,0.31,1.4314 judo,judo,49,26,26,20,0.96,1.6990,0.31,1.4314 Ka,ka,103,26,16,8,2.02,2.0170,0.31,1.4314 kneecap,kneecap,29,26,28,26,0.57,1.4771,0.31,1.4314 Kwan,kwan,123,26,6,1,2.41,2.0934,0.31,1.4314 lackey,lackey,33,26,29,24,0.65,1.5315,0.31,1.4314 Lafayette,lafayette,46,26,0,0,0.90,1.6721,0.31,1.4314 lamppost,lamppost,28,26,28,26,0.55,1.4624,0.31,1.4314 Lar,lar,58,26,4,1,1.14,1.7709,0.31,1.4314 Lebanon,lebanon,40,26,0,0,0.78,1.6128,0.31,1.4314 leeway,leeway,28,26,28,26,0.55,1.4624,0.31,1.4314 Lex,lex,132,26,1,1,2.59,2.1239,0.31,1.4314 lids,lids,31,26,31,26,0.61,1.5051,0.31,1.4314 lightheaded,lightheaded,28,26,27,25,0.55,1.4624,0.31,1.4314 Lila,lila,135,26,0,0,2.65,2.1335,0.31,1.4314 looming,looming,27,26,26,25,0.53,1.4472,0.31,1.4314 Louisville,louisville,44,26,0,0,0.86,1.6532,0.31,1.4314 lusty,lusty,31,26,23,19,0.61,1.5051,0.31,1.4314 lynching,lynching,47,26,41,25,0.92,1.6812,0.31,1.4314 Magna,magna,31,26,11,11,0.61,1.5051,0.31,1.4314 Mags,mags,57,26,20,18,1.12,1.7634,0.31,1.4314 mastery,mastery,29,26,28,26,0.57,1.4771,0.31,1.4314 maybes,maybes,30,26,29,26,0.59,1.4914,0.31,1.4314 meathead,meathead,30,26,24,23,0.59,1.4914,0.31,1.4314 Medicare,medicare,35,26,4,1,0.69,1.5563,0.31,1.4314 Melbourne,melbourne,59,26,0,0,1.16,1.7782,0.31,1.4314 menial,menial,26,26,26,26,0.51,1.4314,0.31,1.4314 microfilm,microfilm,67,26,65,25,1.31,1.8325,0.31,1.4314 mince,mince,27,26,24,23,0.53,1.4472,0.31,1.4314 misinterpreted,misinterpreted,28,26,28,26,0.55,1.4624,0.31,1.4314 mocks,mocks,27,26,26,25,0.53,1.4472,0.31,1.4314 modeled,modeled,33,26,32,26,0.65,1.5315,0.31,1.4314 molded,molded,30,26,27,24,0.59,1.4914,0.31,1.4314 moldy,moldy,30,26,28,26,0.59,1.4914,0.31,1.4314 mooch,mooch,45,26,26,22,0.88,1.6628,0.31,1.4314 mortis,mortis,32,26,31,25,0.63,1.5185,0.31,1.4314 motif,motif,33,26,33,26,0.65,1.5315,0.31,1.4314 mourners,mourners,33,26,27,21,0.65,1.5315,0.31,1.4314 mummies,mummies,37,26,30,22,0.73,1.5798,0.31,1.4314 mutilate,mutilate,29,26,27,25,0.57,1.4771,0.31,1.4314 Napa,napa,49,26,1,1,0.96,1.6990,0.31,1.4314 nationally,nationally,27,26,24,23,0.53,1.4472,0.31,1.4314 naught,naught,30,26,29,26,0.59,1.4914,0.31,1.4314 nemesis,nemesis,45,26,24,22,0.88,1.6628,0.31,1.4314 newcomers,newcomers,29,26,26,24,0.57,1.4771,0.31,1.4314 newscast,newscast,27,26,27,26,0.53,1.4472,0.31,1.4314 newsflash,newsflash,32,26,16,15,0.63,1.5185,0.31,1.4314 nippy,nippy,48,26,30,24,0.94,1.6902,0.31,1.4314 nitroglycerin,nitroglycerin,33,26,28,22,0.65,1.5315,0.31,1.4314 nominal,nominal,38,26,37,25,0.75,1.5911,0.31,1.4314 nominees,nominees,46,26,41,26,0.90,1.6721,0.31,1.4314 obscurity,obscurity,27,26,27,26,0.53,1.4472,0.31,1.4314 obsess,obsess,31,26,30,26,0.61,1.5051,0.31,1.4314 oiled,oiled,29,26,29,26,0.57,1.4771,0.31,1.4314 Okey,okey,57,26,15,3,1.12,1.7634,0.31,1.4314 optimum,optimum,33,26,26,22,0.65,1.5315,0.31,1.4314 organisms,organisms,37,26,36,25,0.73,1.5798,0.31,1.4314 outdo,outdo,26,26,26,26,0.51,1.4314,0.31,1.4314 overcoming,overcoming,27,26,26,25,0.53,1.4472,0.31,1.4314 overlap,overlap,29,26,26,24,0.57,1.4771,0.31,1.4314 overlay,overlay,31,26,29,24,0.61,1.5051,0.31,1.4314 overpower,overpower,30,26,29,26,0.59,1.4914,0.31,1.4314 painkiller,painkiller,27,26,26,25,0.53,1.4472,0.31,1.4314 papaya,papaya,56,26,40,20,1.10,1.7559,0.31,1.4314 paralegal,paralegal,50,26,49,25,0.98,1.7076,0.31,1.4314 pawnshop,pawnshop,41,26,38,24,0.80,1.6232,0.31,1.4314 penchant,penchant,27,26,27,26,0.53,1.4472,0.31,1.4314 permitting,permitting,26,26,26,26,0.51,1.4314,0.31,1.4314 pessimistic,pessimistic,30,26,28,25,0.59,1.4914,0.31,1.4314 pesticides,pesticides,29,26,27,25,0.57,1.4771,0.31,1.4314 phonies,phonies,33,26,31,26,0.65,1.5315,0.31,1.4314 photogenic,photogenic,30,26,29,25,0.59,1.4914,0.31,1.4314 Pico,pico,46,26,1,1,0.90,1.6721,0.31,1.4314 piercings,piercings,28,26,28,26,0.55,1.4624,0.31,1.4314 pisser,pisser,29,26,27,24,0.57,1.4771,0.31,1.4314 playbook,playbook,45,26,42,24,0.88,1.6628,0.31,1.4314 pleads,pleads,29,26,28,25,0.57,1.4771,0.31,1.4314 precedence,precedence,27,26,27,26,0.53,1.4472,0.31,1.4314 pregnancies,pregnancies,30,26,29,25,0.59,1.4914,0.31,1.4314 preppy,preppy,39,26,37,25,0.76,1.6021,0.31,1.4314 primer,primer,30,26,29,25,0.59,1.4914,0.31,1.4314 primordial,primordial,29,26,28,26,0.57,1.4771,0.31,1.4314 printers,printers,29,26,29,26,0.57,1.4771,0.31,1.4314 proactive,proactive,31,26,29,25,0.61,1.5051,0.31,1.4314 proctologist,proctologist,28,26,27,25,0.55,1.4624,0.31,1.4314 profane,profane,28,26,26,24,0.55,1.4624,0.31,1.4314 proficient,proficient,29,26,26,24,0.57,1.4771,0.31,1.4314 putrid,putrid,32,26,29,24,0.63,1.5185,0.31,1.4314 quench,quench,32,26,24,22,0.63,1.5185,0.31,1.4314 quitters,quitters,43,26,34,24,0.84,1.6435,0.31,1.4314 radish,radish,31,26,26,23,0.61,1.5051,0.31,1.4314 raking,raking,27,26,23,22,0.53,1.4472,0.31,1.4314 rapport,rapport,32,26,31,26,0.63,1.5185,0.31,1.4314 raps,raps,27,26,25,24,0.53,1.4472,0.31,1.4314 Ravens,ravens,106,26,31,13,2.08,2.0294,0.31,1.4314 receding,receding,28,26,27,25,0.55,1.4624,0.31,1.4314 receivers,receivers,28,26,27,26,0.55,1.4624,0.31,1.4314 recklessly,recklessly,28,26,28,26,0.55,1.4624,0.31,1.4314 recruiter,recruiter,35,26,34,26,0.69,1.5563,0.31,1.4314 redeeming,redeeming,29,26,28,25,0.57,1.4771,0.31,1.4314 reels,reels,37,26,36,26,0.73,1.5798,0.31,1.4314 referral,referral,28,26,28,26,0.55,1.4624,0.31,1.4314 reflections,reflections,32,26,26,22,0.63,1.5185,0.31,1.4314 reflective,reflective,31,26,27,22,0.61,1.5051,0.31,1.4314 reggae,reggae,49,26,36,22,0.96,1.6990,0.31,1.4314 Regina,regina,80,26,0,0,1.57,1.9085,0.31,1.4314 religiously,religiously,26,26,26,26,0.51,1.4314,0.31,1.4314 remedies,remedies,28,26,25,25,0.55,1.4624,0.31,1.4314 repentance,repentance,31,26,25,23,0.61,1.5051,0.31,1.4314 repetitive,repetitive,29,26,27,25,0.57,1.4771,0.31,1.4314 repose,repose,29,26,27,24,0.57,1.4771,0.31,1.4314 reprimand,reprimand,27,26,26,25,0.53,1.4472,0.31,1.4314 reputations,reputations,33,26,33,26,0.65,1.5315,0.31,1.4314 resuming,resuming,30,26,23,21,0.59,1.4914,0.31,1.4314 reversing,reversing,27,26,23,22,0.53,1.4472,0.31,1.4314 Righto,righto,36,26,3,3,0.71,1.5682,0.31,1.4314 rims,rims,39,26,38,25,0.76,1.6021,0.31,1.4314 Roadhouse,roadhouse,38,26,16,14,0.75,1.5911,0.31,1.4314 Roe,roe,52,26,6,6,1.02,1.7243,0.31,1.4314 royally,royally,26,26,22,22,0.51,1.4314,0.31,1.4314 royalties,royalties,37,26,36,26,0.73,1.5798,0.31,1.4314 ruddy,ruddy,36,26,32,22,0.71,1.5682,0.31,1.4314 rugby,rugby,44,26,34,22,0.86,1.6532,0.31,1.4314 rumpus,rumpus,34,26,31,23,0.67,1.5441,0.31,1.4314 sacrament,sacrament,28,26,24,23,0.55,1.4624,0.31,1.4314 saloons,saloons,29,26,28,25,0.57,1.4771,0.31,1.4314 Saudi,saudi,41,26,0,0,0.80,1.6232,0.31,1.4314 sawing,sawing,29,26,25,24,0.57,1.4771,0.31,1.4314 scoreboard,scoreboard,31,26,30,26,0.61,1.5051,0.31,1.4314 scribbling,scribbling,30,26,29,26,0.59,1.4914,0.31,1.4314 selecting,selecting,29,26,26,23,0.57,1.4771,0.31,1.4314 semesters,semesters,26,26,26,26,0.51,1.4314,0.31,1.4314 shakers,shakers,32,26,25,21,0.63,1.5185,0.31,1.4314 shepherds,shepherds,38,26,28,19,0.75,1.5911,0.31,1.4314 shielded,shielded,26,26,26,26,0.51,1.4314,0.31,1.4314 shipshape,shipshape,30,26,28,26,0.59,1.4914,0.31,1.4314 shockingly,shockingly,27,26,18,17,0.53,1.4472,0.31,1.4314 shoelace,shoelace,38,26,34,24,0.75,1.5911,0.31,1.4314 shtick,shtick,30,26,30,26,0.59,1.4914,0.31,1.4314 sidewalks,sidewalks,28,26,24,24,0.55,1.4624,0.31,1.4314 silhouette,silhouette,29,26,25,24,0.57,1.4771,0.31,1.4314 sincerest,sincerest,26,26,26,26,0.51,1.4314,0.31,1.4314 sinker,sinker,28,26,28,26,0.55,1.4624,0.31,1.4314 sissies,sissies,29,26,28,25,0.57,1.4771,0.31,1.4314 sizable,sizable,26,26,24,24,0.51,1.4314,0.31,1.4314 skulking,skulking,28,26,26,24,0.55,1.4624,0.31,1.4314 slaved,slaved,29,26,26,23,0.57,1.4771,0.31,1.4314 sleepyhead,sleepyhead,27,26,26,25,0.53,1.4472,0.31,1.4314 slogans,slogans,30,26,30,26,0.59,1.4914,0.31,1.4314 smoldering,smoldering,28,26,27,25,0.55,1.4624,0.31,1.4314 sniffling,sniffling,30,26,26,23,0.59,1.4914,0.31,1.4314 snippy,snippy,47,26,44,23,0.92,1.6812,0.31,1.4314 snitches,snitches,32,26,28,22,0.63,1.5185,0.31,1.4314 Soleil,soleil,28,26,2,2,0.55,1.4624,0.31,1.4314 solicit,solicit,31,26,28,24,0.61,1.5051,0.31,1.4314 Spaniards,spaniards,40,26,1,1,0.78,1.6128,0.31,1.4314 spar,spar,36,26,32,25,0.71,1.5682,0.31,1.4314 spastic,spastic,31,26,29,24,0.61,1.5051,0.31,1.4314 spectral,spectral,32,26,27,22,0.63,1.5185,0.31,1.4314 squander,squander,30,26,29,26,0.59,1.4914,0.31,1.4314 squeezes,squeezes,28,26,28,26,0.55,1.4624,0.31,1.4314 squirrelly,squirrelly,26,26,26,26,0.51,1.4314,0.31,1.4314 Sri,sri,42,26,0,0,0.82,1.6335,0.31,1.4314 Stardust,stardust,40,26,15,12,0.78,1.6128,0.31,1.4314 starlet,starlet,30,26,26,23,0.59,1.4914,0.31,1.4314 subdural,subdural,34,26,31,25,0.67,1.5441,0.31,1.4314 submissive,submissive,45,26,40,24,0.88,1.6628,0.31,1.4314 subtext,subtext,32,26,29,24,0.63,1.5185,0.31,1.4314 subtract,subtract,28,26,23,21,0.55,1.4624,0.31,1.4314 superpower,superpower,32,26,32,26,0.63,1.5185,0.31,1.4314 surfers,surfers,62,26,55,24,1.22,1.7993,0.31,1.4314 sustaining,sustaining,28,26,27,25,0.55,1.4624,0.31,1.4314 sustenance,sustenance,29,26,27,24,0.57,1.4771,0.31,1.4314 sweatshop,sweatshop,28,26,27,25,0.55,1.4624,0.31,1.4314 Swede,swede,71,26,0,0,1.39,1.8573,0.31,1.4314 swindled,swindled,31,26,31,26,0.61,1.5051,0.31,1.4314 swoon,swoon,31,26,31,26,0.61,1.5051,0.31,1.4314 tacks,tacks,26,26,25,25,0.51,1.4314,0.31,1.4314 tailored,tailored,26,26,25,25,0.51,1.4314,0.31,1.4314 Tam,tam,139,26,1,1,2.73,2.1461,0.31,1.4314 tarnation,tarnation,28,26,25,23,0.55,1.4624,0.31,1.4314 Tarot,tarot,61,26,24,19,1.20,1.7924,0.31,1.4314 testimonial,testimonial,32,26,32,26,0.63,1.5185,0.31,1.4314 throes,throes,27,26,27,26,0.53,1.4472,0.31,1.4314 Tibetan,tibetan,59,26,0,0,1.16,1.7782,0.31,1.4314 tilted,tilted,34,26,26,25,0.67,1.5441,0.31,1.4314 toads,toads,30,26,27,25,0.59,1.4914,0.31,1.4314 tome,tome,39,26,25,20,0.76,1.6021,0.31,1.4314 townhouse,townhouse,38,26,36,25,0.75,1.5911,0.31,1.4314 trainers,trainers,29,26,29,26,0.57,1.4771,0.31,1.4314 transmitters,transmitters,36,26,35,25,0.71,1.5682,0.31,1.4314 transporter,transporter,82,26,55,24,1.61,1.9191,0.31,1.4314 trashing,trashing,34,26,31,26,0.67,1.5441,0.31,1.4314 treading,treading,28,26,25,24,0.55,1.4624,0.31,1.4314 treads,treads,33,26,32,26,0.65,1.5315,0.31,1.4314 trimmings,trimmings,29,26,29,26,0.57,1.4771,0.31,1.4314 trolling,trolling,29,26,27,25,0.57,1.4771,0.31,1.4314 tubing,tubing,35,26,32,24,0.69,1.5563,0.31,1.4314 tucking,tucking,34,26,32,25,0.67,1.5441,0.31,1.4314 Tulip,tulip,40,26,19,18,0.78,1.6128,0.31,1.4314 Ultra,ultra,57,26,17,16,1.12,1.7634,0.31,1.4314 unattached,unattached,28,26,25,23,0.55,1.4624,0.31,1.4314 unforgiving,unforgiving,26,26,26,26,0.51,1.4314,0.31,1.4314 uniformed,uniformed,29,26,27,25,0.57,1.4771,0.31,1.4314 uninterrupted,uninterrupted,27,26,26,26,0.53,1.4472,0.31,1.4314 unisex,unisex,36,26,30,24,0.71,1.5682,0.31,1.4314 unopened,unopened,28,26,22,22,0.55,1.4624,0.31,1.4314 updating,updating,26,26,21,21,0.51,1.4314,0.31,1.4314 upriver,upriver,48,26,44,25,0.94,1.6902,0.31,1.4314 usable,usable,27,26,26,25,0.53,1.4472,0.31,1.4314 usage,usage,26,26,26,26,0.51,1.4314,0.31,1.4314 vamoose,vamoose,30,26,22,18,0.59,1.4914,0.31,1.4314 vapor,vapor,31,26,31,26,0.61,1.5051,0.31,1.4314 vastly,vastly,26,26,25,25,0.51,1.4314,0.31,1.4314 vineyards,vineyards,30,26,29,25,0.59,1.4914,0.31,1.4314 visas,visas,32,26,28,23,0.63,1.5185,0.31,1.4314 Vive,vive,38,26,5,5,0.75,1.5911,0.31,1.4314 wanderer,wanderer,32,26,26,23,0.63,1.5185,0.31,1.4314 wastebasket,wastebasket,32,26,31,25,0.63,1.5185,0.31,1.4314 wealthiest,wealthiest,26,26,26,26,0.51,1.4314,0.31,1.4314 whatchamacallit,whatchamacallit,29,26,25,22,0.57,1.4771,0.31,1.4314 wrongdoing,wrongdoing,26,26,26,26,0.51,1.4314,0.31,1.4314 zipped,zipped,27,26,27,26,0.53,1.4472,0.31,1.4314 zooming,zooming,32,26,24,20,0.63,1.5185,0.31,1.4314 abetting,abetting,26,25,25,24,0.51,1.4314,0.30,1.4150 abominable,abominable,32,25,25,20,0.63,1.5185,0.30,1.4150 abreast,abreast,26,25,26,25,0.51,1.4314,0.30,1.4150 absolve,absolve,29,25,27,24,0.57,1.4771,0.30,1.4150 absorbs,absorbs,25,25,24,24,0.49,1.4150,0.30,1.4150 acquisitions,acquisitions,33,25,21,19,0.65,1.5315,0.30,1.4150 adapting,adapting,27,25,27,25,0.53,1.4472,0.30,1.4150 admires,admires,26,25,26,25,0.51,1.4314,0.30,1.4150 admittance,admittance,34,25,30,21,0.67,1.5441,0.30,1.4150 adoptive,adoptive,30,25,29,24,0.59,1.4914,0.30,1.4150 adoration,adoration,30,25,27,22,0.59,1.4914,0.30,1.4150 affirmation,affirmation,27,25,27,25,0.53,1.4472,0.30,1.4150 afforded,afforded,27,25,27,25,0.53,1.4472,0.30,1.4150 Alf,alf,60,25,7,1,1.18,1.7853,0.30,1.4150 anniversaries,anniversaries,28,25,26,23,0.55,1.4624,0.30,1.4150 anorexic,anorexic,29,25,26,23,0.57,1.4771,0.30,1.4150 antagonize,antagonize,27,25,27,25,0.53,1.4472,0.30,1.4150 antidepressants,antidepressants,36,25,31,20,0.71,1.5682,0.30,1.4150 applauded,applauded,27,25,27,25,0.53,1.4472,0.30,1.4150 applesauce,applesauce,30,25,24,20,0.59,1.4914,0.30,1.4150 attends,attends,29,25,24,23,0.57,1.4771,0.30,1.4150 auditory,auditory,27,25,24,22,0.53,1.4472,0.30,1.4150 automotive,automotive,33,25,26,19,0.65,1.5315,0.30,1.4150 baccarat,baccarat,39,25,22,14,0.76,1.6021,0.30,1.4150 backtrack,backtrack,38,25,22,20,0.75,1.5911,0.30,1.4150 Baja,baja,96,25,1,1,1.88,1.9868,0.30,1.4150 Ballard,ballard,78,25,0,0,1.53,1.8976,0.30,1.4150 balmy,balmy,29,25,26,22,0.57,1.4771,0.30,1.4150 bandaged,bandaged,26,25,25,25,0.51,1.4314,0.30,1.4150 banger,banger,35,25,28,23,0.69,1.5563,0.30,1.4150 bangers,bangers,27,25,21,20,0.53,1.4472,0.30,1.4150 Bard,bard,41,25,16,13,0.80,1.6232,0.30,1.4150 barracuda,barracuda,35,25,22,19,0.69,1.5563,0.30,1.4150 barricaded,barricaded,25,25,20,20,0.49,1.4150,0.30,1.4150 baseman,baseman,30,25,30,25,0.59,1.4914,0.30,1.4150 battled,battled,25,25,24,24,0.49,1.4150,0.30,1.4150 beefing,beefing,26,25,24,23,0.51,1.4314,0.30,1.4150 bigotry,bigotry,34,25,32,25,0.67,1.5441,0.30,1.4150 biochemistry,biochemistry,29,25,25,22,0.57,1.4771,0.30,1.4150 blab,blab,29,25,28,25,0.57,1.4771,0.30,1.4150 blabbermouth,blabbermouth,28,25,26,23,0.55,1.4624,0.30,1.4150 blemish,blemish,30,25,30,25,0.59,1.4914,0.30,1.4150 blockage,blockage,34,25,34,25,0.67,1.5441,0.30,1.4150 blog,blog,33,25,32,25,0.65,1.5315,0.30,1.4150 blonds,blonds,35,25,30,21,0.69,1.5563,0.30,1.4150 bloodshot,bloodshot,26,25,25,24,0.51,1.4314,0.30,1.4150 blurt,blurt,25,25,25,25,0.49,1.4150,0.30,1.4150 boa,boa,66,25,50,21,1.29,1.8261,0.30,1.4150 Booker,booker,102,25,10,6,2.00,2.0128,0.30,1.4150 booklet,booklet,28,25,28,25,0.55,1.4624,0.30,1.4150 brawling,brawling,28,25,27,24,0.55,1.4624,0.30,1.4150 breech,breech,35,25,30,21,0.69,1.5563,0.30,1.4150 Brit,brit,45,25,9,6,0.88,1.6628,0.30,1.4150 Buckaroo,buckaroo,86,25,22,21,1.69,1.9395,0.30,1.4150 buckled,buckled,30,25,30,25,0.59,1.4914,0.30,1.4150 builders,builders,30,25,26,22,0.59,1.4914,0.30,1.4150 bulky,bulky,26,25,26,25,0.51,1.4314,0.30,1.4150 bunkhouse,bunkhouse,41,25,37,23,0.80,1.6232,0.30,1.4150 bureaucracy,bureaucracy,26,25,24,23,0.51,1.4314,0.30,1.4150 burners,burners,28,25,27,25,0.55,1.4624,0.30,1.4150 businesswoman,businesswoman,25,25,22,22,0.49,1.4150,0.30,1.4150 Butterfingers,butterfingers,27,25,10,9,0.53,1.4472,0.30,1.4150 cabbages,cabbages,37,25,36,24,0.73,1.5798,0.30,1.4150 caboose,caboose,30,25,30,25,0.59,1.4914,0.30,1.4150 cache,cache,31,25,31,25,0.61,1.5051,0.30,1.4150 cadets,cadets,73,25,63,23,1.43,1.8692,0.30,1.4150 cagey,cagey,29,25,25,22,0.57,1.4771,0.30,1.4150 camaraderie,camaraderie,27,25,25,23,0.53,1.4472,0.30,1.4150 carpool,carpool,36,25,33,25,0.71,1.5682,0.30,1.4150 cassettes,cassettes,29,25,24,22,0.57,1.4771,0.30,1.4150 catalogues,catalogues,29,25,26,23,0.57,1.4771,0.30,1.4150 celebrations,celebrations,28,25,26,23,0.55,1.4624,0.30,1.4150 centerpiece,centerpiece,32,25,32,25,0.63,1.5185,0.30,1.4150 Chai,chai,52,25,19,13,1.02,1.7243,0.30,1.4150 chamomile,chamomile,31,25,25,23,0.61,1.5051,0.30,1.4150 channeling,channeling,25,25,24,24,0.49,1.4150,0.30,1.4150 cheapskate,cheapskate,28,25,21,19,0.55,1.4624,0.30,1.4150 Cherie,cherie,43,25,21,15,0.84,1.6435,0.30,1.4150 childless,childless,30,25,30,25,0.59,1.4914,0.30,1.4150 cinematic,cinematic,26,25,26,25,0.51,1.4314,0.30,1.4150 cleanly,cleanly,25,25,23,23,0.49,1.4150,0.30,1.4150 clinking,clinking,44,25,42,23,0.86,1.6532,0.30,1.4150 coed,coed,30,25,23,19,0.59,1.4914,0.30,1.4150 conquests,conquests,30,25,29,25,0.59,1.4914,0.30,1.4150 consecrated,consecrated,30,25,29,24,0.59,1.4914,0.30,1.4150 constituents,constituents,26,25,26,25,0.51,1.4314,0.30,1.4150 conversational,conversational,27,25,25,23,0.53,1.4472,0.30,1.4150 cornfield,cornfield,36,25,34,24,0.71,1.5682,0.30,1.4150 Cornwall,cornwall,103,25,0,0,2.02,2.0170,0.30,1.4150 counterpart,counterpart,25,25,25,25,0.49,1.4150,0.30,1.4150 couriers,couriers,42,25,41,24,0.82,1.6335,0.30,1.4150 culturally,culturally,31,25,26,22,0.61,1.5051,0.30,1.4150 cur,cur,31,25,28,24,0.61,1.5051,0.30,1.4150 customized,customized,31,25,28,22,0.61,1.5051,0.30,1.4150 dah,dah,55,25,36,17,1.08,1.7482,0.30,1.4150 Dayton,dayton,60,25,0,0,1.18,1.7853,0.30,1.4150 daze,daze,28,25,22,19,0.55,1.4624,0.30,1.4150 dazzled,dazzled,27,25,27,25,0.53,1.4472,0.30,1.4150 deathly,deathly,28,25,26,24,0.55,1.4624,0.30,1.4150 deceptive,deceptive,26,25,25,25,0.51,1.4314,0.30,1.4150 declining,declining,26,25,25,24,0.51,1.4314,0.30,1.4150 delightfully,delightfully,28,25,22,21,0.55,1.4624,0.30,1.4150 dictatorship,dictatorship,47,25,44,24,0.92,1.6812,0.30,1.4150 dieting,dieting,30,25,27,24,0.59,1.4914,0.30,1.4150 diligent,diligent,40,25,21,21,0.78,1.6128,0.30,1.4150 Din,din,60,25,15,14,1.18,1.7853,0.30,1.4150 dinghy,dinghy,36,25,29,24,0.71,1.5682,0.30,1.4150 dingy,dingy,31,25,26,22,0.61,1.5051,0.30,1.4150 disbanded,disbanded,28,25,26,24,0.55,1.4624,0.30,1.4150 disgusts,disgusts,26,25,26,25,0.51,1.4314,0.30,1.4150 disintegrate,disintegrate,26,25,25,24,0.51,1.4314,0.30,1.4150 disorientation,disorientation,29,25,24,21,0.57,1.4771,0.30,1.4150 dissection,dissection,44,25,41,25,0.86,1.6532,0.30,1.4150 dissent,dissent,30,25,29,24,0.59,1.4914,0.30,1.4150 districts,districts,29,25,29,25,0.57,1.4771,0.30,1.4150 doctored,doctored,28,25,25,23,0.55,1.4624,0.30,1.4150 doormat,doormat,28,25,27,24,0.55,1.4624,0.30,1.4150 dopes,dopes,29,25,27,24,0.57,1.4771,0.30,1.4150 dyes,dyes,29,25,29,25,0.57,1.4771,0.30,1.4150 dynamo,dynamo,26,25,26,25,0.51,1.4314,0.30,1.4150 ejected,ejected,29,25,27,23,0.57,1.4771,0.30,1.4150 Electra,electra,60,25,0,0,1.18,1.7853,0.30,1.4150 electrocute,electrocute,29,25,27,23,0.57,1.4771,0.30,1.4150 elicit,elicit,25,25,25,25,0.49,1.4150,0.30,1.4150 eloquence,eloquence,27,25,25,23,0.53,1.4472,0.30,1.4150 Ems,ems,35,25,1,1,0.69,1.5563,0.30,1.4150 enchantment,enchantment,29,25,25,22,0.57,1.4771,0.30,1.4150 endorsed,endorsed,26,25,24,23,0.51,1.4314,0.30,1.4150 enterprising,enterprising,26,25,26,25,0.51,1.4314,0.30,1.4150 entice,entice,26,25,24,23,0.51,1.4314,0.30,1.4150 erupted,erupted,25,25,25,25,0.49,1.4150,0.30,1.4150 euphoria,euphoria,25,25,23,23,0.49,1.4150,0.30,1.4150 evens,evens,27,25,25,24,0.53,1.4472,0.30,1.4150 evermore,evermore,34,25,31,22,0.67,1.5441,0.30,1.4150 exclamation,exclamation,28,25,21,19,0.55,1.4624,0.30,1.4150 excrement,excrement,62,25,49,24,1.22,1.7993,0.30,1.4150 exploratory,exploratory,25,25,24,24,0.49,1.4150,0.30,1.4150 exterminated,exterminated,28,25,27,25,0.55,1.4624,0.30,1.4150 fascinate,fascinate,26,25,25,24,0.51,1.4314,0.30,1.4150 fasting,fasting,29,25,26,22,0.57,1.4771,0.30,1.4150 fated,fated,32,25,32,25,0.63,1.5185,0.30,1.4150 fathered,fathered,27,25,26,24,0.53,1.4472,0.30,1.4150 Fester,fester,137,25,18,18,2.69,2.1399,0.30,1.4150 Fidel,fidel,61,25,0,0,1.20,1.7924,0.30,1.4150 Fili,fili,28,25,0,0,0.55,1.4624,0.30,1.4150 filmmaking,filmmaking,32,25,28,22,0.63,1.5185,0.30,1.4150 finalize,finalize,26,25,26,25,0.51,1.4314,0.30,1.4150 fixated,fixated,29,25,29,25,0.57,1.4771,0.30,1.4150 fizz,fizz,31,25,23,18,0.61,1.5051,0.30,1.4150 flossing,flossing,26,25,23,22,0.51,1.4314,0.30,1.4150 fluorescent,fluorescent,30,25,22,19,0.59,1.4914,0.30,1.4150 foes,foes,31,25,30,25,0.61,1.5051,0.30,1.4150 fondness,fondness,26,25,26,25,0.51,1.4314,0.30,1.4150 footlocker,footlocker,41,25,41,25,0.80,1.6232,0.30,1.4150 Footloose,footloose,42,25,14,10,0.82,1.6335,0.30,1.4150 Forceps,forceps,34,25,13,11,0.67,1.5441,0.30,1.4150 foreseen,foreseen,30,25,30,25,0.59,1.4914,0.30,1.4150 freakish,freakish,25,25,24,24,0.49,1.4150,0.30,1.4150 frustrations,frustrations,26,25,26,25,0.51,1.4314,0.30,1.4150 fryer,fryer,33,25,23,21,0.65,1.5315,0.30,1.4150 fuels,fuels,28,25,28,25,0.55,1.4624,0.30,1.4150 furlough,furlough,35,25,32,23,0.69,1.5563,0.30,1.4150 gabbing,gabbing,25,25,25,25,0.49,1.4150,0.30,1.4150 gardeners,gardeners,27,25,25,23,0.53,1.4472,0.30,1.4150 genteel,genteel,28,25,26,23,0.55,1.4624,0.30,1.4150 geriatric,geriatric,27,25,26,24,0.53,1.4472,0.30,1.4150 Gladiators,gladiators,50,25,20,16,0.98,1.7076,0.30,1.4150 goofball,goofball,28,25,26,23,0.55,1.4624,0.30,1.4150 Goth,goth,32,25,15,13,0.63,1.5185,0.30,1.4150 governmental,governmental,28,25,26,23,0.55,1.4624,0.30,1.4150 gully,gully,47,25,41,23,0.92,1.6812,0.30,1.4150 hairball,hairball,30,25,29,25,0.59,1.4914,0.30,1.4150 hairless,hairless,30,25,27,22,0.59,1.4914,0.30,1.4150 handlebars,handlebars,26,25,26,25,0.51,1.4314,0.30,1.4150 Hawthorne,hawthorne,58,25,1,1,1.14,1.7709,0.30,1.4150 heaters,heaters,32,25,31,25,0.63,1.5185,0.30,1.4150 hightail,hightail,25,25,25,25,0.49,1.4150,0.30,1.4150 hinted,hinted,27,25,26,25,0.53,1.4472,0.30,1.4150 hippy,hippy,47,25,26,24,0.92,1.6812,0.30,1.4150 hiss,hiss,47,25,29,21,0.92,1.6812,0.30,1.4150 hitters,hitters,26,25,25,24,0.51,1.4314,0.30,1.4150 homeward,homeward,39,25,23,20,0.76,1.6021,0.30,1.4150 hustlers,hustlers,28,25,25,22,0.55,1.4624,0.30,1.4150 hygienic,hygienic,27,25,24,23,0.53,1.4472,0.30,1.4150 hysterectomy,hysterectomy,31,25,29,23,0.61,1.5051,0.30,1.4150 iffy,iffy,26,25,26,25,0.51,1.4314,0.30,1.4150 ignited,ignited,29,25,29,25,0.57,1.4771,0.30,1.4150 illogical,illogical,29,25,29,25,0.57,1.4771,0.30,1.4150 immersed,immersed,27,25,27,25,0.53,1.4472,0.30,1.4150 impaled,impaled,37,25,36,25,0.73,1.5798,0.30,1.4150 incoherent,incoherent,27,25,26,24,0.53,1.4472,0.30,1.4150 indirectly,indirectly,26,25,21,20,0.51,1.4314,0.30,1.4150 indiscreet,indiscreet,25,25,25,25,0.49,1.4150,0.30,1.4150 ins,ins,27,25,17,16,0.53,1.4472,0.30,1.4150 inspections,inspections,28,25,27,25,0.55,1.4624,0.30,1.4150 intercede,intercede,25,25,24,24,0.49,1.4150,0.30,1.4150 ist,ist,38,25,34,24,0.75,1.5911,0.30,1.4150 jabbering,jabbering,26,25,25,24,0.51,1.4314,0.30,1.4150 Jailer,jailer,77,25,35,21,1.51,1.8921,0.30,1.4150 jiggling,jiggling,30,25,29,24,0.59,1.4914,0.30,1.4150 jinxed,jinxed,28,25,28,25,0.55,1.4624,0.30,1.4150 jour,jour,34,25,28,24,0.67,1.5441,0.30,1.4150 Kafka,kafka,33,25,0,0,0.65,1.5315,0.30,1.4150 kibble,kibble,41,25,35,24,0.80,1.6232,0.30,1.4150 Kingston,kingston,124,25,0,0,2.43,2.0969,0.30,1.4150 knuckleheads,knuckleheads,26,25,25,24,0.51,1.4314,0.30,1.4150 laughable,laughable,26,25,25,24,0.51,1.4314,0.30,1.4150 lawlessness,lawlessness,26,25,25,24,0.51,1.4314,0.30,1.4150 lb,lb,54,25,51,22,1.06,1.7404,0.30,1.4150 leakage,leakage,28,25,28,25,0.55,1.4624,0.30,1.4150 lightening,lightening,26,25,21,21,0.51,1.4314,0.30,1.4150 lobes,lobes,31,25,29,23,0.61,1.5051,0.30,1.4150 Loc,loc,34,25,4,3,0.67,1.5441,0.30,1.4150 longevity,longevity,28,25,18,16,0.55,1.4624,0.30,1.4150 longtime,longtime,27,25,25,23,0.53,1.4472,0.30,1.4150 lout,lout,28,25,26,24,0.55,1.4624,0.30,1.4150 Lowe,lowe,77,25,1,1,1.51,1.8921,0.30,1.4150 lumberjack,lumberjack,28,25,24,21,0.55,1.4624,0.30,1.4150 Luna,luna,56,25,7,6,1.10,1.7559,0.30,1.4150 Lutheran,lutheran,46,25,0,0,0.90,1.6721,0.30,1.4150 Mach,mach,95,25,7,7,1.86,1.9823,0.30,1.4150 magnification,magnification,27,25,24,22,0.53,1.4472,0.30,1.4150 maroon,maroon,61,25,35,20,1.20,1.7924,0.30,1.4150 matchbook,matchbook,51,25,49,25,1.00,1.7160,0.30,1.4150 mechanisms,mechanisms,28,25,26,23,0.55,1.4624,0.30,1.4150 Methodist,methodist,30,25,2,2,0.59,1.4914,0.30,1.4150 microwaves,microwaves,30,25,27,23,0.59,1.4914,0.30,1.4150 miffed,miffed,32,25,30,25,0.63,1.5185,0.30,1.4150 mignon,mignon,37,25,30,24,0.73,1.5798,0.30,1.4150 misuse,misuse,28,25,24,23,0.55,1.4624,0.30,1.4150 modelling,modelling,41,25,38,23,0.80,1.6232,0.30,1.4150 moonlit,moonlit,28,25,26,24,0.55,1.4624,0.30,1.4150 mosque,mosque,60,25,49,23,1.18,1.7853,0.30,1.4150 Muff,muff,49,25,22,21,0.96,1.6990,0.30,1.4150 multitude,multitude,29,25,29,25,0.57,1.4771,0.30,1.4150 murderess,murderess,37,25,35,25,0.73,1.5798,0.30,1.4150 mutts,mutts,26,25,25,24,0.51,1.4314,0.30,1.4150 nearsighted,nearsighted,27,25,23,22,0.53,1.4472,0.30,1.4150 networking,networking,27,25,26,25,0.53,1.4472,0.30,1.4150 neuroses,neuroses,27,25,27,25,0.53,1.4472,0.30,1.4150 Newscaster,newscaster,29,25,12,12,0.57,1.4771,0.30,1.4150 nightlife,nightlife,28,25,28,25,0.55,1.4624,0.30,1.4150 noblest,noblest,25,25,25,25,0.49,1.4150,0.30,1.4150 obstruct,obstruct,30,25,29,25,0.59,1.4914,0.30,1.4150 opinionated,opinionated,27,25,25,23,0.53,1.4472,0.30,1.4150 orthopedic,orthopedic,26,25,22,22,0.51,1.4314,0.30,1.4150 outspoken,outspoken,25,25,25,25,0.49,1.4150,0.30,1.4150 ovens,ovens,29,25,28,24,0.57,1.4771,0.30,1.4150 palette,palette,29,25,28,25,0.57,1.4771,0.30,1.4150 pamper,pamper,26,25,25,24,0.51,1.4314,0.30,1.4150 passwords,passwords,47,25,45,24,0.92,1.6812,0.30,1.4150 pastries,pastries,29,25,29,25,0.57,1.4771,0.30,1.4150 pate,pate,33,25,27,22,0.65,1.5315,0.30,1.4150 perspiration,perspiration,27,25,23,22,0.53,1.4472,0.30,1.4150 persuading,persuading,27,25,27,25,0.53,1.4472,0.30,1.4150 petal,petal,45,25,26,20,0.88,1.6628,0.30,1.4150 pheromones,pheromones,51,25,45,22,1.00,1.7160,0.30,1.4150 Pistons,pistons,47,25,22,15,0.92,1.6812,0.30,1.4150 plainclothes,plainclothes,28,25,23,22,0.55,1.4624,0.30,1.4150 plait,plait,28,25,28,25,0.55,1.4624,0.30,1.4150 plateau,plateau,29,25,24,21,0.57,1.4771,0.30,1.4150 pledges,pledges,42,25,35,25,0.82,1.6335,0.30,1.4150 politeness,politeness,29,25,26,22,0.57,1.4771,0.30,1.4150 powerhouse,powerhouse,28,25,23,20,0.55,1.4624,0.30,1.4150 practised,practised,29,25,29,25,0.57,1.4771,0.30,1.4150 pragmatic,pragmatic,30,25,29,24,0.59,1.4914,0.30,1.4150 prance,prance,39,25,36,24,0.76,1.6021,0.30,1.4150 preceding,preceding,34,25,33,24,0.67,1.5441,0.30,1.4150 predicts,predicts,36,25,34,24,0.71,1.5682,0.30,1.4150 preliminaries,preliminaries,31,25,28,25,0.61,1.5051,0.30,1.4150 premarital,premarital,33,25,31,24,0.65,1.5315,0.30,1.4150 premed,premed,37,25,33,22,0.73,1.5798,0.30,1.4150 procedural,procedural,27,25,26,24,0.53,1.4472,0.30,1.4150 procreate,procreate,25,25,24,24,0.49,1.4150,0.30,1.4150 promiscuity,promiscuity,30,25,25,22,0.59,1.4914,0.30,1.4150 propane,propane,28,25,17,15,0.55,1.4624,0.30,1.4150 prosthetic,prosthetic,34,25,33,24,0.67,1.5441,0.30,1.4150 provisional,provisional,37,25,24,21,0.73,1.5798,0.30,1.4150 prowler,prowler,41,25,31,21,0.80,1.6232,0.30,1.4150 pups,pups,46,25,45,24,0.90,1.6721,0.30,1.4150 Purdy,purdy,98,25,1,1,1.92,1.9956,0.30,1.4150 purged,purged,27,25,27,25,0.53,1.4472,0.30,1.4150 quibble,quibble,30,25,30,25,0.59,1.4914,0.30,1.4150 quiche,quiche,43,25,39,23,0.84,1.6435,0.30,1.4150 rages,rages,31,25,24,23,0.61,1.5051,0.30,1.4150 rattlesnakes,rattlesnakes,33,25,31,25,0.65,1.5315,0.30,1.4150 ravenous,ravenous,26,25,22,22,0.51,1.4314,0.30,1.4150 razors,razors,35,25,25,24,0.69,1.5563,0.30,1.4150 realistically,realistically,25,25,19,19,0.49,1.4150,0.30,1.4150 reassign,reassign,27,25,24,23,0.53,1.4472,0.30,1.4150 reassurance,reassurance,30,25,30,25,0.59,1.4914,0.30,1.4150 recalls,recalls,26,25,23,22,0.51,1.4314,0.30,1.4150 recheck,recheck,27,25,22,21,0.53,1.4472,0.30,1.4150 Renoir,renoir,51,25,0,0,1.00,1.7160,0.30,1.4150 reprogram,reprogram,38,25,33,23,0.75,1.5911,0.30,1.4150 rerouted,rerouted,27,25,25,23,0.53,1.4472,0.30,1.4150 rescinded,rescinded,28,25,28,25,0.55,1.4624,0.30,1.4150 resorts,resorts,27,25,25,24,0.53,1.4472,0.30,1.4150 restart,restart,30,25,27,23,0.59,1.4914,0.30,1.4150 Reuben,reuben,60,25,0,0,1.18,1.7853,0.30,1.4150 risotto,risotto,43,25,39,21,0.84,1.6435,0.30,1.4150 robotic,robotic,34,25,27,22,0.67,1.5441,0.30,1.4150 routinely,routinely,29,25,29,25,0.57,1.4771,0.30,1.4150 rubdown,rubdown,31,25,31,25,0.61,1.5051,0.30,1.4150 rulers,rulers,27,25,27,25,0.53,1.4472,0.30,1.4150 sacrificial,sacrificial,29,25,25,23,0.57,1.4771,0.30,1.4150 sainted,sainted,31,25,27,23,0.61,1.5051,0.30,1.4150 sapphire,sapphire,61,25,50,21,1.20,1.7924,0.30,1.4150 sass,sass,47,25,24,23,0.92,1.6812,0.30,1.4150 sawdust,sawdust,30,25,28,23,0.59,1.4914,0.30,1.4150 sawed,sawed,28,25,28,25,0.55,1.4624,0.30,1.4150 scab,scab,32,25,31,24,0.63,1.5185,0.30,1.4150 Scandinavian,scandinavian,35,25,0,0,0.69,1.5563,0.30,1.4150 Schneider,schneider,83,25,0,0,1.63,1.9243,0.30,1.4150 schooled,schooled,25,25,22,22,0.49,1.4150,0.30,1.4150 scribbled,scribbled,26,25,26,25,0.51,1.4314,0.30,1.4150 seamen,seamen,39,25,26,18,0.76,1.6021,0.30,1.4150 seaside,seaside,33,25,31,24,0.65,1.5315,0.30,1.4150 Seasonal,seasonal,50,25,24,22,0.98,1.7076,0.30,1.4150 sect,sect,37,25,29,22,0.73,1.5798,0.30,1.4150 sensuality,sensuality,35,25,33,25,0.69,1.5563,0.30,1.4150 setbacks,setbacks,25,25,25,25,0.49,1.4150,0.30,1.4150 seventies,seventies,29,25,20,17,0.57,1.4771,0.30,1.4150 sheik,sheik,77,25,46,19,1.51,1.8921,0.30,1.4150 shorthanded,shorthanded,26,25,25,25,0.51,1.4314,0.30,1.4150 shuffling,shuffling,29,25,28,24,0.57,1.4771,0.30,1.4150 simulator,simulator,40,25,37,24,0.78,1.6128,0.30,1.4150 sirloin,sirloin,31,25,29,24,0.61,1.5051,0.30,1.4150 skittish,skittish,32,25,29,25,0.63,1.5185,0.30,1.4150 skydiving,skydiving,43,25,36,22,0.84,1.6435,0.30,1.4150 smarten,smarten,29,25,15,14,0.57,1.4771,0.30,1.4150 smithereens,smithereens,28,25,28,25,0.55,1.4624,0.30,1.4150 snide,snide,28,25,27,25,0.55,1.4624,0.30,1.4150 snobs,snobs,26,25,23,22,0.51,1.4314,0.30,1.4150 socialism,socialism,29,25,21,20,0.57,1.4771,0.30,1.4150 socked,socked,27,25,27,25,0.53,1.4472,0.30,1.4150 Sonata,sonata,32,25,13,12,0.63,1.5185,0.30,1.4150 specializing,specializing,25,25,25,25,0.49,1.4150,0.30,1.4150 spiking,spiking,25,25,25,25,0.49,1.4150,0.30,1.4150 spoilt,spoilt,26,25,24,23,0.51,1.4314,0.30,1.4150 standstill,standstill,26,25,25,25,0.51,1.4314,0.30,1.4150 staples,staples,35,25,19,18,0.69,1.5563,0.30,1.4150 stardom,stardom,31,25,29,23,0.61,1.5051,0.30,1.4150 Steadman,steadman,63,25,0,0,1.24,1.8062,0.30,1.4150 stenographer,stenographer,41,25,39,24,0.80,1.6232,0.30,1.4150 stimulant,stimulant,26,25,26,25,0.51,1.4314,0.30,1.4150 stockholder,stockholder,45,25,43,25,0.88,1.6628,0.30,1.4150 stowaway,stowaway,34,25,28,22,0.67,1.5441,0.30,1.4150 strep,strep,35,25,32,22,0.69,1.5563,0.30,1.4150 stringing,stringing,28,25,27,25,0.55,1.4624,0.30,1.4150 stubbornness,stubbornness,26,25,25,24,0.51,1.4314,0.30,1.4150 sullen,sullen,29,25,27,23,0.57,1.4771,0.30,1.4150 summation,summation,33,25,32,24,0.65,1.5315,0.30,1.4150 sweeper,sweeper,32,25,27,23,0.63,1.5185,0.30,1.4150 sweepstakes,sweepstakes,41,25,31,20,0.80,1.6232,0.30,1.4150 swinger,swinger,37,25,35,24,0.73,1.5798,0.30,1.4150 taillight,taillight,42,25,41,25,0.82,1.6335,0.30,1.4150 tamper,tamper,25,25,24,24,0.49,1.4150,0.30,1.4150 Taurus,taurus,29,25,1,1,0.57,1.4771,0.30,1.4150 teletype,teletype,33,25,20,15,0.65,1.5315,0.30,1.4150 tenacious,tenacious,25,25,22,22,0.49,1.4150,0.30,1.4150 tendon,tendon,29,25,27,24,0.57,1.4771,0.30,1.4150 Terra,terra,46,25,13,12,0.90,1.6721,0.30,1.4150 Texan,texan,29,25,1,1,0.57,1.4771,0.30,1.4150 Thames,thames,31,25,0,0,0.61,1.5051,0.30,1.4150 theatres,theatres,27,25,22,20,0.53,1.4472,0.30,1.4150 thickness,thickness,26,25,26,25,0.51,1.4314,0.30,1.4150 thoroughfare,thoroughfare,47,25,47,25,0.92,1.6812,0.30,1.4150 thundering,thundering,47,25,28,22,0.92,1.6812,0.30,1.4150 thwarted,thwarted,25,25,24,24,0.49,1.4150,0.30,1.4150 tk,tk,26,25,23,23,0.51,1.4314,0.30,1.4150 togetherness,togetherness,29,25,24,20,0.57,1.4771,0.30,1.4150 tolls,tolls,30,25,29,24,0.59,1.4914,0.30,1.4150 toothless,toothless,28,25,26,23,0.55,1.4624,0.30,1.4150 torque,torque,37,25,30,20,0.73,1.5798,0.30,1.4150 toxin,toxin,46,25,46,25,0.90,1.6721,0.30,1.4150 trampoline,trampoline,34,25,33,24,0.67,1.5441,0.30,1.4150 transfusions,transfusions,27,25,26,24,0.53,1.4472,0.30,1.4150 treasured,treasured,30,25,30,25,0.59,1.4914,0.30,1.4150 tremor,tremor,41,25,33,23,0.80,1.6232,0.30,1.4150 trends,trends,36,25,25,22,0.71,1.5682,0.30,1.4150 truer,truer,26,25,22,21,0.51,1.4314,0.30,1.4150 turnaround,turnaround,25,25,23,23,0.49,1.4150,0.30,1.4150 turnips,turnips,40,25,38,25,0.78,1.6128,0.30,1.4150 turnover,turnover,30,25,25,20,0.59,1.4914,0.30,1.4150 twentieth,twentieth,30,25,24,22,0.59,1.4914,0.30,1.4150 Tyr,tyr,188,25,0,0,3.69,2.2765,0.30,1.4150 ultraviolet,ultraviolet,32,25,28,23,0.63,1.5185,0.30,1.4150 undiscovered,undiscovered,31,25,27,22,0.61,1.5051,0.30,1.4150 unites,unites,27,25,21,20,0.53,1.4472,0.30,1.4150 universally,universally,27,25,26,24,0.53,1.4472,0.30,1.4150 unmitigated,unmitigated,25,25,22,22,0.49,1.4150,0.30,1.4150 unqualified,unqualified,27,25,27,25,0.53,1.4472,0.30,1.4150 unsatisfied,unsatisfied,28,25,27,24,0.55,1.4624,0.30,1.4150 unscrupulous,unscrupulous,29,25,28,25,0.57,1.4771,0.30,1.4150 upscale,upscale,28,25,25,22,0.55,1.4624,0.30,1.4150 varying,varying,35,25,34,24,0.69,1.5563,0.30,1.4150 Vc,vc,79,25,0,0,1.55,1.9031,0.30,1.4150 vectors,vectors,34,25,32,24,0.67,1.5441,0.30,1.4150 vegetation,vegetation,41,25,38,22,0.80,1.6232,0.30,1.4150 veiled,veiled,27,25,26,24,0.53,1.4472,0.30,1.4150 vendors,vendors,31,25,31,25,0.61,1.5051,0.30,1.4150 ventricle,ventricle,30,25,30,25,0.59,1.4914,0.30,1.4150 vets,vets,32,25,31,24,0.63,1.5185,0.30,1.4150 Vi,vi,113,25,7,5,2.22,2.0569,0.30,1.4150 vices,vices,28,25,27,25,0.55,1.4624,0.30,1.4150 vigilance,vigilance,26,25,22,21,0.51,1.4314,0.30,1.4150 vividly,vividly,26,25,25,24,0.51,1.4314,0.30,1.4150 vocals,vocals,35,25,34,24,0.69,1.5563,0.30,1.4150 warlord,warlord,39,25,38,25,0.76,1.6021,0.30,1.4150 wavy,wavy,28,25,27,24,0.55,1.4624,0.30,1.4150 websites,websites,29,25,28,24,0.57,1.4771,0.30,1.4150 weld,weld,32,25,29,23,0.63,1.5185,0.30,1.4150 Wen,wen,183,25,5,4,3.59,2.2648,0.30,1.4150 whines,whines,32,25,31,24,0.63,1.5185,0.30,1.4150 whistled,whistled,25,25,24,24,0.49,1.4150,0.30,1.4150 wiggling,wiggling,29,25,28,25,0.57,1.4771,0.30,1.4150 willfully,willfully,26,25,25,24,0.51,1.4314,0.30,1.4150 woes,woes,27,25,27,25,0.53,1.4472,0.30,1.4150 workaholic,workaholic,28,25,27,24,0.55,1.4624,0.30,1.4150 workmanship,workmanship,28,25,27,24,0.55,1.4624,0.30,1.4150 wrappers,wrappers,29,25,29,25,0.57,1.4771,0.30,1.4150 wrecker,wrecker,26,25,25,24,0.51,1.4314,0.30,1.4150 Yow,yow,26,25,1,1,0.51,1.4314,0.30,1.4150 zoos,zoos,39,25,32,22,0.76,1.6021,0.30,1.4150 Abbot,abbot,43,24,18,9,0.84,1.6435,0.29,1.3979 Abel,abel,68,24,2,2,1.33,1.8388,0.29,1.3979 abiding,abiding,25,24,24,23,0.49,1.4150,0.29,1.3979 accomplishing,accomplishing,26,24,26,24,0.51,1.4314,0.29,1.3979 Addison,addison,91,24,0,0,1.78,1.9638,0.29,1.3979 affiliation,affiliation,25,24,25,24,0.49,1.4150,0.29,1.3979 afire,afire,25,24,23,22,0.49,1.4150,0.29,1.3979 Ahab,ahab,41,24,0,0,0.80,1.6232,0.29,1.3979 ailing,ailing,26,24,26,24,0.51,1.4314,0.29,1.3979 airlock,airlock,42,24,37,21,0.82,1.6335,0.29,1.3979 airwaves,airwaves,27,24,27,24,0.53,1.4472,0.29,1.3979 ake,ake,37,24,36,23,0.73,1.5798,0.29,1.3979 alienating,alienating,26,24,26,24,0.51,1.4314,0.29,1.3979 amiable,amiable,30,24,28,24,0.59,1.4914,0.29,1.3979 Anchorage,anchorage,36,24,6,5,0.71,1.5682,0.29,1.3979 anesthesiologist,anesthesiologist,27,24,24,21,0.53,1.4472,0.29,1.3979 annoyance,annoyance,25,24,25,24,0.49,1.4150,0.29,1.3979 annually,annually,25,24,25,24,0.49,1.4150,0.29,1.3979 anvil,anvil,32,24,26,20,0.63,1.5185,0.29,1.3979 appetit,appetit,31,24,29,22,0.61,1.5051,0.29,1.3979 applicant,applicant,31,24,28,23,0.61,1.5051,0.29,1.3979 audacious,audacious,26,24,20,20,0.51,1.4314,0.29,1.3979 auspicious,auspicious,26,24,24,22,0.51,1.4314,0.29,1.3979 Ava,ava,105,24,0,0,2.06,2.0253,0.29,1.3979 avoidance,avoidance,26,24,21,19,0.51,1.4314,0.29,1.3979 avoids,avoids,25,24,23,22,0.49,1.4150,0.29,1.3979 Aztec,aztec,56,24,1,1,1.10,1.7559,0.29,1.3979 backboard,backboard,24,24,23,23,0.47,1.3979,0.29,1.3979 backer,backer,54,24,48,22,1.06,1.7404,0.29,1.3979 backroom,backroom,26,24,24,22,0.51,1.4314,0.29,1.3979 Baldrick,baldrick,354,24,0,0,6.94,2.5502,0.29,1.3979 balm,balm,30,24,28,22,0.59,1.4914,0.29,1.3979 bandstand,bandstand,41,24,24,15,0.80,1.6232,0.29,1.3979 bandwidth,bandwidth,25,24,25,24,0.49,1.4150,0.29,1.3979 barmaid,barmaid,35,24,33,22,0.69,1.5563,0.29,1.3979 barons,barons,50,24,36,21,0.98,1.7076,0.29,1.3979 barrister,barrister,41,24,34,21,0.80,1.6232,0.29,1.3979 basements,basements,30,24,29,23,0.59,1.4914,0.29,1.3979 batted,batted,24,24,19,19,0.47,1.3979,0.29,1.3979 battering,battering,28,24,27,24,0.55,1.4624,0.29,1.3979 beefs,beefs,26,24,26,24,0.51,1.4314,0.29,1.3979 birdies,birdies,27,24,24,21,0.53,1.4472,0.29,1.3979 birthing,birthing,28,24,25,23,0.55,1.4624,0.29,1.3979 blacking,blacking,26,24,25,23,0.51,1.4314,0.29,1.3979 blending,blending,26,24,23,21,0.51,1.4314,0.29,1.3979 bloomers,bloomers,24,24,23,23,0.47,1.3979,0.29,1.3979 blotter,blotter,27,24,24,22,0.53,1.4472,0.29,1.3979 bludgeoned,bludgeoned,24,24,23,23,0.47,1.3979,0.29,1.3979 boogers,boogers,30,24,29,23,0.59,1.4914,0.29,1.3979 bookshop,bookshop,41,24,39,23,0.80,1.6232,0.29,1.3979 Boon,boon,108,24,49,18,2.12,2.0374,0.29,1.3979 bouts,bouts,26,24,25,23,0.51,1.4314,0.29,1.3979 bowled,bowled,31,24,31,24,0.61,1.5051,0.29,1.3979 boxcar,boxcar,33,24,28,20,0.65,1.5315,0.29,1.3979 Braille,braille,28,24,4,4,0.55,1.4624,0.29,1.3979 brassiere,brassiere,27,24,27,24,0.53,1.4472,0.29,1.3979 bravado,bravado,24,24,22,22,0.47,1.3979,0.29,1.3979 breakaway,breakaway,34,24,30,22,0.67,1.5441,0.29,1.3979 Briar,briar,39,24,16,14,0.76,1.6021,0.29,1.3979 broadcasts,broadcasts,28,24,27,23,0.55,1.4624,0.29,1.3979 brooms,brooms,24,24,24,24,0.47,1.3979,0.29,1.3979 brunt,brunt,25,24,24,23,0.49,1.4150,0.29,1.3979 brutes,brutes,27,24,23,22,0.53,1.4472,0.29,1.3979 burg,burg,28,24,27,23,0.55,1.4624,0.29,1.3979 butlers,butlers,33,24,27,21,0.65,1.5315,0.29,1.3979 cahoots,cahoots,32,24,30,24,0.63,1.5185,0.29,1.3979 Camelot,camelot,137,24,0,0,2.69,2.1399,0.29,1.3979 campers,campers,45,24,38,23,0.88,1.6628,0.29,1.3979 cancels,cancels,25,24,25,24,0.49,1.4150,0.29,1.3979 Capricorn,capricorn,93,24,1,1,1.82,1.9731,0.29,1.3979 captives,captives,27,24,26,23,0.53,1.4472,0.29,1.3979 cardigan,cardigan,29,24,25,21,0.57,1.4771,0.29,1.3979 carnivorous,carnivorous,26,24,26,24,0.51,1.4314,0.29,1.3979 Carr,carr,77,24,0,0,1.51,1.8921,0.29,1.3979 Cass,cass,90,24,0,0,1.76,1.9590,0.29,1.3979 catwalk,catwalk,36,24,34,23,0.71,1.5682,0.29,1.3979 celebrates,celebrates,26,24,26,24,0.51,1.4314,0.29,1.3979 centerfold,centerfold,34,24,33,23,0.67,1.5441,0.29,1.3979 Chun,chun,99,24,0,0,1.94,2.0000,0.29,1.3979 circumference,circumference,38,24,20,20,0.75,1.5911,0.29,1.3979 circumvent,circumvent,26,24,23,23,0.51,1.4314,0.29,1.3979 clatter,clatter,36,24,31,21,0.71,1.5682,0.29,1.3979 cleverness,cleverness,26,24,26,24,0.51,1.4314,0.29,1.3979 clingy,clingy,30,24,27,24,0.59,1.4914,0.29,1.3979 clique,clique,39,24,39,24,0.76,1.6021,0.29,1.3979 cloned,cloned,51,24,49,23,1.00,1.7160,0.29,1.3979 Collie,collie,53,24,26,18,1.04,1.7324,0.29,1.3979 commandeer,commandeer,28,24,25,22,0.55,1.4624,0.29,1.3979 commended,commended,25,24,25,24,0.49,1.4150,0.29,1.3979 commissary,commissary,29,24,28,23,0.57,1.4771,0.29,1.3979 commoners,commoners,35,24,29,22,0.69,1.5563,0.29,1.3979 compels,compels,33,24,33,24,0.65,1.5315,0.29,1.3979 conceit,conceit,24,24,24,24,0.47,1.3979,0.29,1.3979 concourse,concourse,34,24,22,19,0.67,1.5441,0.29,1.3979 conked,conked,25,24,25,24,0.49,1.4150,0.29,1.3979 consenting,consenting,24,24,22,22,0.47,1.3979,0.29,1.3979 consort,consort,32,24,28,21,0.63,1.5185,0.29,1.3979 conspiracies,conspiracies,25,24,24,23,0.49,1.4150,0.29,1.3979 consummated,consummated,32,24,30,23,0.63,1.5185,0.29,1.3979 contrived,contrived,27,24,22,19,0.53,1.4472,0.29,1.3979 Corinth,corinth,53,24,0,0,1.04,1.7324,0.29,1.3979 counteract,counteract,24,24,24,24,0.47,1.3979,0.29,1.3979 Craven,craven,38,24,11,10,0.75,1.5911,0.29,1.3979 cravings,cravings,24,24,24,24,0.47,1.3979,0.29,1.3979 cremation,cremation,41,24,39,22,0.80,1.6232,0.29,1.3979 crewmen,crewmen,34,24,30,22,0.67,1.5441,0.29,1.3979 cribs,cribs,25,24,21,20,0.49,1.4150,0.29,1.3979 Crikey,crikey,51,24,10,9,1.00,1.7160,0.29,1.3979 crises,crises,27,24,27,24,0.53,1.4472,0.29,1.3979 critique,critique,25,24,24,23,0.49,1.4150,0.29,1.3979 crouching,crouching,26,24,13,13,0.51,1.4314,0.29,1.3979 cruelly,cruelly,24,24,24,24,0.47,1.3979,0.29,1.3979 Crusher,crusher,56,24,14,13,1.10,1.7559,0.29,1.3979 cutoff,cutoff,30,24,28,22,0.59,1.4914,0.29,1.3979 Czechoslovakia,czechoslovakia,38,24,0,0,0.75,1.5911,0.29,1.3979 dailies,dailies,38,24,38,24,0.75,1.5911,0.29,1.3979 Darcy,darcy,159,24,0,0,3.12,2.2041,0.29,1.3979 decadence,decadence,29,24,28,23,0.57,1.4771,0.29,1.3979 deductions,deductions,29,24,27,22,0.57,1.4771,0.29,1.3979 defenceless,defenceless,28,24,27,24,0.55,1.4624,0.29,1.3979 demonstrators,demonstrators,30,24,26,21,0.59,1.4914,0.29,1.3979 deniability,deniability,29,24,28,23,0.57,1.4771,0.29,1.3979 depict,depict,27,24,27,24,0.53,1.4472,0.29,1.3979 detonators,detonators,42,24,40,22,0.82,1.6335,0.29,1.3979 diminishing,diminishing,24,24,24,24,0.47,1.3979,0.29,1.3979 diphtheria,diphtheria,29,24,26,21,0.57,1.4771,0.29,1.3979 dipstick,dipstick,25,24,20,20,0.49,1.4150,0.29,1.3979 disdain,disdain,27,24,23,23,0.53,1.4472,0.29,1.3979 dispensed,dispensed,27,24,27,24,0.53,1.4472,0.29,1.3979 distal,distal,32,24,25,19,0.63,1.5185,0.29,1.3979 distilled,distilled,32,24,30,22,0.63,1.5185,0.29,1.3979 docile,docile,27,24,25,22,0.53,1.4472,0.29,1.3979 downers,downers,26,24,25,23,0.51,1.4314,0.29,1.3979 dregs,dregs,26,24,25,23,0.51,1.4314,0.29,1.3979 dressy,dressy,32,24,32,24,0.63,1.5185,0.29,1.3979 drunker,drunker,27,24,27,24,0.53,1.4472,0.29,1.3979 Duff,duff,67,24,18,13,1.31,1.8325,0.29,1.3979 dunce,dunce,25,24,24,24,0.49,1.4150,0.29,1.3979 duplicates,duplicates,30,24,26,21,0.59,1.4914,0.29,1.3979 eased,eased,26,24,26,24,0.51,1.4314,0.29,1.3979 economically,economically,30,24,28,23,0.59,1.4914,0.29,1.3979 eels,eels,61,24,35,20,1.20,1.7924,0.29,1.3979 electrified,electrified,32,24,31,23,0.63,1.5185,0.29,1.3979 elixir,elixir,46,24,30,20,0.90,1.6721,0.29,1.3979 emissions,emissions,31,24,30,24,0.61,1.5051,0.29,1.3979 Emory,emory,101,24,0,0,1.98,2.0086,0.29,1.3979 enforcer,enforcer,34,24,24,19,0.67,1.5441,0.29,1.3979 Eng,eng,24,24,1,1,0.47,1.3979,0.29,1.3979 Englishmen,englishmen,31,24,0,0,0.61,1.5051,0.29,1.3979 entree,entree,42,24,38,23,0.82,1.6335,0.29,1.3979 envisioned,envisioned,25,24,25,24,0.49,1.4150,0.29,1.3979 envoy,envoy,44,24,32,22,0.86,1.6532,0.29,1.3979 epitaph,epitaph,26,24,25,23,0.51,1.4314,0.29,1.3979 erected,erected,25,24,23,22,0.49,1.4150,0.29,1.3979 erosion,erosion,28,24,28,24,0.55,1.4624,0.29,1.3979 estimation,estimation,25,24,25,24,0.49,1.4150,0.29,1.3979 excessively,excessively,28,24,28,24,0.55,1.4624,0.29,1.3979 excluding,excluding,26,24,17,15,0.51,1.4314,0.29,1.3979 exhaustive,exhaustive,28,24,26,23,0.55,1.4624,0.29,1.3979 extensions,extensions,26,24,25,23,0.51,1.4314,0.29,1.3979 extraterrestrials,extraterrestrials,34,24,30,22,0.67,1.5441,0.29,1.3979 extravagance,extravagance,27,24,27,24,0.53,1.4472,0.29,1.3979 eyeglasses,eyeglasses,34,24,31,22,0.67,1.5441,0.29,1.3979 fab,fab,31,24,20,18,0.61,1.5051,0.29,1.3979 factual,factual,27,24,25,22,0.53,1.4472,0.29,1.3979 fairs,fairs,26,24,24,22,0.51,1.4314,0.29,1.3979 festivals,festivals,36,24,34,23,0.71,1.5682,0.29,1.3979 Fido,fido,35,24,0,0,0.69,1.5563,0.29,1.3979 fifteenth,fifteenth,27,24,19,16,0.53,1.4472,0.29,1.3979 filtering,filtering,25,24,22,21,0.49,1.4150,0.29,1.3979 Finders,finders,27,24,9,8,0.53,1.4472,0.29,1.3979 Flagstaff,flagstaff,42,24,1,1,0.82,1.6335,0.29,1.3979 flighty,flighty,27,24,27,24,0.53,1.4472,0.29,1.3979 flippers,flippers,36,24,24,22,0.71,1.5682,0.29,1.3979 flushes,flushes,27,24,22,20,0.53,1.4472,0.29,1.3979 foaming,foaming,25,24,22,21,0.49,1.4150,0.29,1.3979 focal,focal,29,24,28,23,0.57,1.4771,0.29,1.3979 Frankfurt,frankfurt,47,24,0,0,0.92,1.6812,0.29,1.3979 frantically,frantically,24,24,23,23,0.47,1.3979,0.29,1.3979 freestyle,freestyle,56,24,46,22,1.10,1.7559,0.29,1.3979 frowning,frowning,25,24,25,24,0.49,1.4150,0.29,1.3979 fumbled,fumbled,24,24,24,24,0.47,1.3979,0.29,1.3979 futility,futility,25,24,24,23,0.49,1.4150,0.29,1.3979 gawking,gawking,26,24,25,23,0.51,1.4314,0.29,1.3979 Geiger,geiger,102,24,2,2,2.00,2.0128,0.29,1.3979 generates,generates,26,24,23,21,0.51,1.4314,0.29,1.3979 gnome,gnome,32,24,29,23,0.63,1.5185,0.29,1.3979 googled,googled,25,24,14,13,0.49,1.4150,0.29,1.3979 granola,granola,30,24,24,21,0.59,1.4914,0.29,1.3979 grappling,grappling,29,24,26,22,0.57,1.4771,0.29,1.3979 grassy,grassy,32,24,30,22,0.63,1.5185,0.29,1.3979 Greenland,greenland,43,24,0,0,0.84,1.6435,0.29,1.3979 Grieves,grieves,53,24,21,20,1.04,1.7324,0.29,1.3979 grimy,grimy,26,24,24,22,0.51,1.4314,0.29,1.3979 griping,griping,26,24,25,23,0.51,1.4314,0.29,1.3979 guidebook,guidebook,35,24,33,23,0.69,1.5563,0.29,1.3979 guitarist,guitarist,36,24,36,24,0.71,1.5682,0.29,1.3979 gullet,gullet,24,24,22,22,0.47,1.3979,0.29,1.3979 gulls,gulls,53,24,42,22,1.04,1.7324,0.29,1.3979 handouts,handouts,31,24,30,23,0.61,1.5051,0.29,1.3979 Hanna,hanna,275,24,0,0,5.39,2.4409,0.29,1.3979 hibernating,hibernating,28,24,24,21,0.55,1.4624,0.29,1.3979 hooligan,hooligan,37,24,32,21,0.73,1.5798,0.29,1.3979 hooting,hooting,29,24,25,21,0.57,1.4771,0.29,1.3979 Horseman,horseman,61,24,27,21,1.20,1.7924,0.29,1.3979 hovel,hovel,25,24,25,24,0.49,1.4150,0.29,1.3979 hurling,hurling,26,24,25,23,0.51,1.4314,0.29,1.3979 hydraulics,hydraulics,28,24,23,21,0.55,1.4624,0.29,1.3979 hypotensive,hypotensive,26,24,21,19,0.51,1.4314,0.29,1.3979 idols,idols,24,24,24,24,0.47,1.3979,0.29,1.3979 immobile,immobile,25,24,24,23,0.49,1.4150,0.29,1.3979 impacted,impacted,26,24,25,23,0.51,1.4314,0.29,1.3979 impede,impede,26,24,26,24,0.51,1.4314,0.29,1.3979 incompatible,incompatible,28,24,27,23,0.55,1.4624,0.29,1.3979 indescribable,indescribable,25,24,24,23,0.49,1.4150,0.29,1.3979 indulged,indulged,25,24,25,24,0.49,1.4150,0.29,1.3979 industrialist,industrialist,26,24,25,23,0.51,1.4314,0.29,1.3979 inertia,inertia,31,24,28,22,0.61,1.5051,0.29,1.3979 inflammation,inflammation,33,24,29,22,0.65,1.5315,0.29,1.3979 inflicting,inflicting,24,24,23,23,0.47,1.3979,0.29,1.3979 infuriating,infuriating,25,24,24,23,0.49,1.4150,0.29,1.3979 inherently,inherently,25,24,25,24,0.49,1.4150,0.29,1.3979 installations,installations,28,24,28,24,0.55,1.4624,0.29,1.3979 intermittent,intermittent,28,24,25,21,0.55,1.4624,0.29,1.3979 intrusive,intrusive,31,24,30,23,0.61,1.5051,0.29,1.3979 jingles,jingles,50,24,25,20,0.98,1.7076,0.29,1.3979 Kewpie,kewpie,35,24,13,12,0.69,1.5563,0.29,1.3979 keypad,keypad,27,24,27,24,0.53,1.4472,0.29,1.3979 knighthood,knighthood,26,24,22,20,0.51,1.4314,0.29,1.3979 lactose,lactose,30,24,28,23,0.59,1.4914,0.29,1.3979 lament,lament,49,24,25,19,0.96,1.6990,0.29,1.3979 lapel,lapel,25,24,25,24,0.49,1.4150,0.29,1.3979 Lars,lars,116,24,1,1,2.27,2.0682,0.29,1.3979 Lauderdale,lauderdale,39,24,0,0,0.76,1.6021,0.29,1.3979 layover,layover,25,24,25,24,0.49,1.4150,0.29,1.3979 laziness,laziness,24,24,24,24,0.47,1.3979,0.29,1.3979 legions,legions,36,24,36,24,0.71,1.5682,0.29,1.3979 lends,lends,24,24,23,23,0.47,1.3979,0.29,1.3979 literacy,literacy,25,24,17,16,0.49,1.4150,0.29,1.3979 littered,littered,24,24,22,22,0.47,1.3979,0.29,1.3979 livers,livers,28,24,28,24,0.55,1.4624,0.29,1.3979 looser,looser,26,24,25,23,0.51,1.4314,0.29,1.3979 luxuries,luxuries,25,24,25,24,0.49,1.4150,0.29,1.3979 lyrical,lyrical,26,24,25,23,0.51,1.4314,0.29,1.3979 Magnolia,magnolia,36,24,14,10,0.71,1.5682,0.29,1.3979 Marian,marian,199,24,0,0,3.90,2.3010,0.29,1.3979 marooned,marooned,31,24,27,23,0.61,1.5051,0.29,1.3979 masculinity,masculinity,25,24,25,24,0.49,1.4150,0.29,1.3979 materialize,materialize,25,24,24,23,0.49,1.4150,0.29,1.3979 Matilda,matilda,131,24,0,0,2.57,2.1206,0.29,1.3979 measurement,measurement,27,24,27,24,0.53,1.4472,0.29,1.3979 Medina,medina,67,24,2,2,1.31,1.8325,0.29,1.3979 menacing,menacing,28,24,27,24,0.55,1.4624,0.29,1.3979 menstrual,menstrual,27,24,25,23,0.53,1.4472,0.29,1.3979 methodical,methodical,26,24,22,21,0.51,1.4314,0.29,1.3979 Midsummer,midsummer,30,24,6,5,0.59,1.4914,0.29,1.3979 mit,mit,38,24,33,22,0.75,1.5911,0.29,1.3979 mobs,mobs,30,24,29,23,0.59,1.4914,0.29,1.3979 monarchy,monarchy,34,24,31,23,0.67,1.5441,0.29,1.3979 Morgenstern,morgenstern,63,24,0,0,1.24,1.8062,0.29,1.3979 mortician,mortician,31,24,29,23,0.61,1.5051,0.29,1.3979 mountaintop,mountaintop,26,24,26,24,0.51,1.4314,0.29,1.3979 moxie,moxie,37,24,34,23,0.73,1.5798,0.29,1.3979 muchachos,muchachos,33,24,25,20,0.65,1.5315,0.29,1.3979 mucus,mucus,30,24,21,20,0.59,1.4914,0.29,1.3979 murmurs,murmurs,32,24,27,19,0.63,1.5185,0.29,1.3979 myriad,myriad,28,24,28,24,0.55,1.4624,0.29,1.3979 Nairobi,nairobi,32,24,0,0,0.63,1.5185,0.29,1.3979 nannies,nannies,38,24,28,19,0.75,1.5911,0.29,1.3979 narcissist,narcissist,26,24,23,21,0.51,1.4314,0.29,1.3979 narrowing,narrowing,24,24,21,21,0.47,1.3979,0.29,1.3979 Nebula,nebula,75,24,20,8,1.47,1.8808,0.29,1.3979 necking,necking,27,24,24,21,0.53,1.4472,0.29,1.3979 nervously,nervously,24,24,22,22,0.47,1.3979,0.29,1.3979 neutered,neutered,36,24,27,22,0.71,1.5682,0.29,1.3979 Neutron,neutron,63,24,25,18,1.24,1.8062,0.29,1.3979 Nike,nike,51,24,0,0,1.00,1.7160,0.29,1.3979 nobler,nobler,27,24,26,23,0.53,1.4472,0.29,1.3979 Noir,noir,41,24,20,13,0.80,1.6232,0.29,1.3979 nosebleeds,nosebleeds,27,24,23,22,0.53,1.4472,0.29,1.3979 noun,noun,27,24,20,19,0.53,1.4472,0.29,1.3979 nt,nt,52,24,41,21,1.02,1.7243,0.29,1.3979 nursemaid,nursemaid,28,24,25,22,0.55,1.4624,0.29,1.3979 nutmeg,nutmeg,36,24,30,22,0.71,1.5682,0.29,1.3979 nutter,nutter,29,24,20,17,0.57,1.4771,0.29,1.3979 obese,obese,25,24,25,24,0.49,1.4150,0.29,1.3979 occipital,occipital,36,24,32,22,0.71,1.5682,0.29,1.3979 odious,odious,25,24,25,24,0.49,1.4150,0.29,1.3979 olds,olds,24,24,18,18,0.47,1.3979,0.29,1.3979 orbits,orbits,29,24,29,24,0.57,1.4771,0.29,1.3979 Orientals,orientals,27,24,4,3,0.53,1.4472,0.29,1.3979 oriented,oriented,27,24,24,22,0.53,1.4472,0.29,1.3979 Osaka,osaka,46,24,0,0,0.90,1.6721,0.29,1.3979 outlines,outlines,26,24,25,23,0.51,1.4314,0.29,1.3979 overdid,overdid,24,24,24,24,0.47,1.3979,0.29,1.3979 overdrive,overdrive,29,24,24,21,0.57,1.4771,0.29,1.3979 packaged,packaged,26,24,24,23,0.51,1.4314,0.29,1.3979 Packers,packers,38,24,18,8,0.75,1.5911,0.29,1.3979 paraplegic,paraplegic,24,24,23,23,0.47,1.3979,0.29,1.3979 Parkinson,parkinson,38,24,1,1,0.75,1.5911,0.29,1.3979 participant,participant,30,24,29,23,0.59,1.4914,0.29,1.3979 pecs,pecs,32,24,27,22,0.63,1.5185,0.29,1.3979 peddler,peddler,30,24,28,22,0.59,1.4914,0.29,1.3979 Pediatrics,pediatrics,27,24,10,10,0.53,1.4472,0.29,1.3979 peeps,peeps,32,24,22,20,0.63,1.5185,0.29,1.3979 pennant,pennant,38,24,36,24,0.75,1.5911,0.29,1.3979 perceptions,perceptions,25,24,25,24,0.49,1.4150,0.29,1.3979 perched,perched,30,24,27,21,0.59,1.4914,0.29,1.3979 pester,pester,27,24,23,21,0.53,1.4472,0.29,1.3979 pianos,pianos,39,24,39,24,0.76,1.6021,0.29,1.3979 Piccadilly,piccadilly,32,24,0,0,0.63,1.5185,0.29,1.3979 picturesque,picturesque,25,24,21,20,0.49,1.4150,0.29,1.3979 pillowcase,pillowcase,33,24,31,22,0.65,1.5315,0.29,1.3979 piloting,piloting,25,24,23,22,0.49,1.4150,0.29,1.3979 piston,piston,60,24,36,21,1.18,1.7853,0.29,1.3979 pitchers,pitchers,30,24,26,22,0.59,1.4914,0.29,1.3979 poignant,poignant,26,24,26,24,0.51,1.4314,0.29,1.3979 porker,porker,31,24,25,21,0.61,1.5051,0.29,1.3979 potency,potency,24,24,23,23,0.47,1.3979,0.29,1.3979 pouty,pouty,29,24,28,23,0.57,1.4771,0.29,1.3979 preface,preface,28,24,28,24,0.55,1.4624,0.29,1.3979 preying,preying,25,24,23,22,0.49,1.4150,0.29,1.3979 procure,procure,24,24,24,24,0.47,1.3979,0.29,1.3979 prolonging,prolonging,24,24,23,23,0.47,1.3979,0.29,1.3979 pronunciation,pronunciation,24,24,23,23,0.47,1.3979,0.29,1.3979 prophylactic,prophylactic,29,24,29,24,0.57,1.4771,0.29,1.3979 purify,purify,31,24,29,24,0.61,1.5051,0.29,1.3979 pushers,pushers,36,24,25,23,0.71,1.5682,0.29,1.3979 quartz,quartz,27,24,22,20,0.53,1.4472,0.29,1.3979 quivering,quivering,26,24,25,24,0.51,1.4314,0.29,1.3979 radial,radial,25,24,23,22,0.49,1.4150,0.29,1.3979 radiate,radiate,27,24,25,22,0.53,1.4472,0.29,1.3979 ramble,ramble,31,24,24,19,0.61,1.5051,0.29,1.3979 rancid,rancid,25,24,23,22,0.49,1.4150,0.29,1.3979 rationing,rationing,29,24,27,23,0.57,1.4771,0.29,1.3979 ravage,ravage,27,24,24,22,0.53,1.4472,0.29,1.3979 reasoned,reasoned,27,24,25,24,0.53,1.4472,0.29,1.3979 reciprocate,reciprocate,26,24,24,23,0.51,1.4314,0.29,1.3979 reconstructive,reconstructive,24,24,24,24,0.47,1.3979,0.29,1.3979 rectum,rectum,25,24,23,22,0.49,1.4150,0.29,1.3979 recuperating,recuperating,24,24,24,24,0.47,1.3979,0.29,1.3979 redheads,redheads,28,24,24,20,0.55,1.4624,0.29,1.3979 reelection,reelection,31,24,31,24,0.61,1.5051,0.29,1.3979 refrigerators,refrigerators,25,24,25,24,0.49,1.4150,0.29,1.3979 rekindle,rekindle,27,24,26,24,0.53,1.4472,0.29,1.3979 reminiscing,reminiscing,25,24,23,22,0.49,1.4150,0.29,1.3979 renegotiate,renegotiate,31,24,29,23,0.61,1.5051,0.29,1.3979 replenish,replenish,26,24,24,22,0.51,1.4314,0.29,1.3979 rescind,rescind,27,24,25,22,0.53,1.4472,0.29,1.3979 restitution,restitution,28,24,26,23,0.55,1.4624,0.29,1.3979 retinal,retinal,35,24,26,18,0.69,1.5563,0.29,1.3979 revolutions,revolutions,30,24,27,21,0.59,1.4914,0.29,1.3979 richly,richly,26,24,26,24,0.51,1.4314,0.29,1.3979 riverbank,riverbank,34,24,33,24,0.67,1.5441,0.29,1.3979 rooming,rooming,33,24,30,22,0.65,1.5315,0.29,1.3979 rousing,rousing,25,24,24,23,0.49,1.4150,0.29,1.3979 ruffle,ruffle,29,24,29,24,0.57,1.4771,0.29,1.3979 Salisbury,salisbury,39,24,2,1,0.76,1.6021,0.29,1.3979 salted,salted,29,24,27,23,0.57,1.4771,0.29,1.3979 sampled,sampled,24,24,23,23,0.47,1.3979,0.29,1.3979 sapiens,sapiens,29,24,28,23,0.57,1.4771,0.29,1.3979 saturated,saturated,43,24,42,24,0.84,1.6435,0.29,1.3979 scaffold,scaffold,28,24,26,22,0.55,1.4624,0.29,1.3979 Scottie,scottie,90,24,0,0,1.76,1.9590,0.29,1.3979 scowl,scowl,26,24,24,23,0.51,1.4314,0.29,1.3979 scrapped,scrapped,27,24,26,24,0.53,1.4472,0.29,1.3979 scrotum,scrotum,29,24,24,22,0.57,1.4771,0.29,1.3979 scuttle,scuttle,41,24,24,19,0.80,1.6232,0.29,1.3979 seasoning,seasoning,27,24,27,24,0.53,1.4472,0.29,1.3979 segue,segue,26,24,24,22,0.51,1.4314,0.29,1.3979 shacks,shacks,27,24,26,23,0.53,1.4472,0.29,1.3979 shaves,shaves,25,24,23,22,0.49,1.4150,0.29,1.3979 shitheads,shitheads,25,24,25,24,0.49,1.4150,0.29,1.3979 showbiz,showbiz,25,24,22,21,0.49,1.4150,0.29,1.3979 showcase,showcase,31,24,29,22,0.61,1.5051,0.29,1.3979 shun,shun,26,24,14,13,0.51,1.4314,0.29,1.3979 shuteye,shuteye,28,24,26,24,0.55,1.4624,0.29,1.3979 sieve,sieve,27,24,27,24,0.53,1.4472,0.29,1.3979 silences,silences,26,24,23,21,0.51,1.4314,0.29,1.3979 Sims,sims,125,24,1,1,2.45,2.1004,0.29,1.3979 sketching,sketching,28,24,25,23,0.55,1.4624,0.29,1.3979 skimpy,skimpy,25,24,24,23,0.49,1.4150,0.29,1.3979 skirmish,skirmish,28,24,27,23,0.55,1.4624,0.29,1.3979 Sloth,sloth,74,24,26,18,1.45,1.8751,0.29,1.3979 slurping,slurping,37,24,32,23,0.73,1.5798,0.29,1.3979 smite,smite,29,24,26,22,0.57,1.4771,0.29,1.3979 snafu,snafu,27,24,24,21,0.53,1.4472,0.29,1.3979 sneaker,sneaker,35,24,30,20,0.69,1.5563,0.29,1.3979 snowboarding,snowboarding,107,24,93,20,2.10,2.0334,0.29,1.3979 spaceman,spaceman,51,24,32,18,1.00,1.7160,0.29,1.3979 sparing,sparing,24,24,22,22,0.47,1.3979,0.29,1.3979 sprinkled,sprinkled,27,24,24,22,0.53,1.4472,0.29,1.3979 squealed,squealed,27,24,27,24,0.53,1.4472,0.29,1.3979 squishy,squishy,38,24,20,18,0.75,1.5911,0.29,1.3979 starry,starry,37,24,31,21,0.73,1.5798,0.29,1.3979 Steele,steele,228,24,0,0,4.47,2.3598,0.29,1.3979 stepdaughter,stepdaughter,30,24,28,23,0.59,1.4914,0.29,1.3979 sternal,sternal,30,24,22,19,0.59,1.4914,0.29,1.3979 stipulate,stipulate,32,24,32,24,0.63,1.5185,0.29,1.3979 storybook,storybook,27,24,26,23,0.53,1.4472,0.29,1.3979 striptease,striptease,34,24,33,24,0.67,1.5441,0.29,1.3979 striving,striving,24,24,24,24,0.47,1.3979,0.29,1.3979 stuffs,stuffs,34,24,34,24,0.67,1.5441,0.29,1.3979 Styrofoam,styrofoam,34,24,7,5,0.67,1.5441,0.29,1.3979 sublet,sublet,30,24,30,24,0.59,1.4914,0.29,1.3979 succinctly,succinctly,29,24,25,21,0.57,1.4771,0.29,1.3979 sunflower,sunflower,34,24,24,16,0.67,1.5441,0.29,1.3979 superstitions,superstitions,27,24,27,24,0.53,1.4472,0.29,1.3979 supplemental,supplemental,30,24,25,23,0.59,1.4914,0.29,1.3979 sur,sur,30,24,18,13,0.59,1.4914,0.29,1.3979 sweety,sweety,37,24,23,19,0.73,1.5798,0.29,1.3979 swindler,swindler,29,24,26,22,0.57,1.4771,0.29,1.3979 swordfish,swordfish,52,24,31,18,1.02,1.7243,0.29,1.3979 symposium,symposium,35,24,33,22,0.69,1.5563,0.29,1.3979 synonymous,synonymous,28,24,28,24,0.55,1.4624,0.29,1.3979 Taft,taft,103,24,0,0,2.02,2.0170,0.29,1.3979 Taipei,taipei,56,24,0,0,1.10,1.7559,0.29,1.3979 tangerine,tangerine,38,24,22,18,0.75,1.5911,0.29,1.3979 tattletale,tattletale,27,24,18,16,0.53,1.4472,0.29,1.3979 teas,teas,26,24,23,23,0.51,1.4314,0.29,1.3979 telemetry,telemetry,36,24,30,20,0.71,1.5682,0.29,1.3979 terminology,terminology,24,24,24,24,0.47,1.3979,0.29,1.3979 termite,termite,38,24,37,23,0.75,1.5911,0.29,1.3979 terrorize,terrorize,26,24,23,22,0.51,1.4314,0.29,1.3979 thawed,thawed,28,24,27,23,0.55,1.4624,0.29,1.3979 thirds,thirds,26,24,24,22,0.51,1.4314,0.29,1.3979 thirteenth,thirteenth,40,24,32,20,0.78,1.6128,0.29,1.3979 thrash,thrash,27,24,25,23,0.53,1.4472,0.29,1.3979 thumbprint,thumbprint,28,24,26,23,0.55,1.4624,0.29,1.3979 thyroid,thyroid,28,24,25,21,0.55,1.4624,0.29,1.3979 tightened,tightened,24,24,23,23,0.47,1.3979,0.29,1.3979 timbers,timbers,31,24,30,23,0.61,1.5051,0.29,1.3979 Titan,titan,74,24,5,5,1.45,1.8751,0.29,1.3979 tolling,tolling,40,24,29,18,0.78,1.6128,0.29,1.3979 tongs,tongs,40,24,22,20,0.78,1.6128,0.29,1.3979 toothpicks,toothpicks,40,24,37,24,0.78,1.6128,0.29,1.3979 torrid,torrid,28,24,27,23,0.55,1.4624,0.29,1.3979 traceable,traceable,24,24,23,23,0.47,1.3979,0.29,1.3979 trailers,trailers,28,24,28,24,0.55,1.4624,0.29,1.3979 trespassers,trespassers,29,24,24,22,0.57,1.4771,0.29,1.3979 trig,trig,39,24,29,19,0.76,1.6021,0.29,1.3979 trouper,trouper,30,24,30,24,0.59,1.4914,0.29,1.3979 truckers,truckers,40,24,34,24,0.78,1.6128,0.29,1.3979 tuberculosis,tuberculosis,32,24,26,21,0.63,1.5185,0.29,1.3979 twitchy,twitchy,30,24,23,23,0.59,1.4914,0.29,1.3979 unafraid,unafraid,26,24,19,19,0.51,1.4314,0.29,1.3979 underbelly,underbelly,39,24,33,24,0.76,1.6021,0.29,1.3979 underpaid,underpaid,26,24,21,20,0.51,1.4314,0.29,1.3979 uneducated,uneducated,24,24,24,24,0.47,1.3979,0.29,1.3979 unjustly,unjustly,26,24,23,21,0.51,1.4314,0.29,1.3979 unscrew,unscrew,25,24,24,23,0.49,1.4150,0.29,1.3979 unwrap,unwrap,25,24,21,21,0.49,1.4150,0.29,1.3979 upkeep,upkeep,26,24,25,24,0.51,1.4314,0.29,1.3979 usefulness,usefulness,28,24,28,24,0.55,1.4624,0.29,1.3979 vacationing,vacationing,26,24,24,24,0.51,1.4314,0.29,1.3979 valise,valise,35,24,34,24,0.69,1.5563,0.29,1.3979 Vamos,vamos,62,24,3,3,1.22,1.7993,0.29,1.3979 vasectomy,vasectomy,50,24,48,22,0.98,1.7076,0.29,1.3979 vernacular,vernacular,25,24,25,24,0.49,1.4150,0.29,1.3979 Viennese,viennese,28,24,0,0,0.55,1.4624,0.29,1.3979 Ville,ville,50,24,24,9,0.98,1.7076,0.29,1.3979 virginal,virginal,24,24,23,23,0.47,1.3979,0.29,1.3979 visor,visor,30,24,27,23,0.59,1.4914,0.29,1.3979 vowel,vowel,36,24,35,24,0.71,1.5682,0.29,1.3979 wag,wag,26,24,24,23,0.51,1.4314,0.29,1.3979 waged,waged,26,24,26,24,0.51,1.4314,0.29,1.3979 warships,warships,33,24,31,23,0.65,1.5315,0.29,1.3979 welded,welded,31,24,27,20,0.61,1.5051,0.29,1.3979 westward,westward,24,24,16,16,0.47,1.3979,0.29,1.3979 whacks,whacks,26,24,26,24,0.51,1.4314,0.29,1.3979 Whipper,whipper,91,24,6,3,1.78,1.9638,0.29,1.3979 whosoever,whosoever,34,24,26,17,0.67,1.5441,0.29,1.3979 wobble,wobble,30,24,27,21,0.59,1.4914,0.29,1.3979 wrestlers,wrestlers,37,24,32,23,0.73,1.5798,0.29,1.3979 Aaa,aaa,25,23,5,3,0.49,1.4150,0.27,1.3802 abnormalities,abnormalities,25,23,24,22,0.49,1.4150,0.27,1.3802 abuses,abuses,25,23,21,21,0.49,1.4150,0.27,1.3802 Ach,ach,38,23,0,0,0.75,1.5911,0.27,1.3802 adjectives,adjectives,25,23,24,22,0.49,1.4150,0.27,1.3802 adrenalin,adrenalin,28,23,22,18,0.55,1.4624,0.27,1.3802 Africans,africans,54,23,0,0,1.06,1.7404,0.27,1.3802 aggressor,aggressor,29,23,27,22,0.57,1.4771,0.27,1.3802 agitation,agitation,25,23,23,21,0.49,1.4150,0.27,1.3802 ailment,ailment,26,23,26,23,0.51,1.4314,0.27,1.3802 airliner,airliner,29,23,29,23,0.57,1.4771,0.27,1.3802 Alden,alden,85,23,0,0,1.67,1.9345,0.27,1.3802 allegation,allegation,27,23,27,23,0.53,1.4472,0.27,1.3802 alleviate,alleviate,23,23,22,22,0.45,1.3802,0.27,1.3802 allowances,allowances,25,23,25,23,0.49,1.4150,0.27,1.3802 Americas,americas,27,23,0,0,0.53,1.4472,0.27,1.3802 anaphylactic,anaphylactic,27,23,21,19,0.53,1.4472,0.27,1.3802 Angelica,angelica,85,23,3,3,1.67,1.9345,0.27,1.3802 apologised,apologised,32,23,31,22,0.63,1.5185,0.27,1.3802 appease,appease,25,23,25,23,0.49,1.4150,0.27,1.3802 archaeological,archaeological,48,23,39,19,0.94,1.6902,0.27,1.3802 Aristocrats,aristocrats,112,23,39,21,2.20,2.0531,0.27,1.3802 arsonist,arsonist,52,23,43,21,1.02,1.7243,0.27,1.3802 artichoke,artichoke,28,23,26,21,0.55,1.4624,0.27,1.3802 assessed,assessed,23,23,23,23,0.45,1.3802,0.27,1.3802 atrium,atrium,36,23,36,23,0.71,1.5682,0.27,1.3802 auctioned,auctioned,27,23,26,23,0.53,1.4472,0.27,1.3802 backpacking,backpacking,32,23,31,23,0.63,1.5185,0.27,1.3802 bale,bale,104,23,71,18,2.04,2.0212,0.27,1.3802 bandwagon,bandwagon,24,23,21,20,0.47,1.3979,0.27,1.3802 banshee,banshee,57,23,29,19,1.12,1.7634,0.27,1.3802 Banzai,banzai,79,23,4,4,1.55,1.9031,0.27,1.3802 barbecues,barbecues,31,23,28,21,0.61,1.5051,0.27,1.3802 battleships,battleships,31,23,29,22,0.61,1.5051,0.27,1.3802 Beckett,beckett,148,23,0,0,2.90,2.1732,0.27,1.3802 Bedlam,bedlam,62,23,16,15,1.22,1.7993,0.27,1.3802 begrudge,begrudge,24,23,24,23,0.47,1.3979,0.27,1.3802 Belay,belay,33,23,12,11,0.65,1.5315,0.27,1.3802 believeth,believeth,54,23,54,23,1.06,1.7404,0.27,1.3802 belted,belted,26,23,25,23,0.51,1.4314,0.27,1.3802 Beretta,beretta,29,23,0,0,0.57,1.4771,0.27,1.3802 bib,bib,25,23,24,22,0.49,1.4150,0.27,1.3802 bigmouth,bigmouth,27,23,21,19,0.53,1.4472,0.27,1.3802 Bitte,bitte,36,23,17,11,0.71,1.5682,0.27,1.3802 blacker,blacker,29,23,28,22,0.57,1.4771,0.27,1.3802 blistering,blistering,24,23,19,19,0.47,1.3979,0.27,1.3802 bloodline,bloodline,30,23,30,23,0.59,1.4914,0.27,1.3802 bluntly,bluntly,25,23,24,22,0.49,1.4150,0.27,1.3802 Blvd,blvd,29,23,0,0,0.57,1.4771,0.27,1.3802 boatload,boatload,24,23,23,22,0.47,1.3979,0.27,1.3802 bode,bode,24,23,22,22,0.47,1.3979,0.27,1.3802 borrows,borrows,25,23,24,23,0.49,1.4150,0.27,1.3802 boyhood,boyhood,31,23,31,23,0.61,1.5051,0.27,1.3802 braves,braves,32,23,17,10,0.63,1.5185,0.27,1.3802 brawn,brawn,29,23,28,22,0.57,1.4771,0.27,1.3802 breakups,breakups,23,23,17,17,0.45,1.3802,0.27,1.3802 bucko,bucko,32,23,28,22,0.63,1.5185,0.27,1.3802 Buckwheat,buckwheat,24,23,10,10,0.47,1.3979,0.27,1.3802 budgets,budgets,25,23,24,22,0.49,1.4150,0.27,1.3802 bunion,bunion,35,23,24,19,0.69,1.5563,0.27,1.3802 burritos,burritos,37,23,34,22,0.73,1.5798,0.27,1.3802 bystanders,bystanders,23,23,20,20,0.45,1.3802,0.27,1.3802 calamari,calamari,31,23,22,16,0.61,1.5051,0.27,1.3802 canaries,canaries,39,23,32,19,0.76,1.6021,0.27,1.3802 candidly,candidly,26,23,21,18,0.51,1.4314,0.27,1.3802 candlestick,candlestick,25,23,20,18,0.49,1.4150,0.27,1.3802 canteens,canteens,32,23,32,23,0.63,1.5185,0.27,1.3802 capitals,capitals,27,23,26,23,0.53,1.4472,0.27,1.3802 carpal,carpal,25,23,24,22,0.49,1.4150,0.27,1.3802 cartwheels,cartwheels,24,23,22,21,0.47,1.3979,0.27,1.3802 Cassandra,cassandra,125,23,0,0,2.45,2.1004,0.27,1.3802 cauliflower,cauliflower,28,23,23,19,0.55,1.4624,0.27,1.3802 Celtic,celtic,28,23,1,1,0.55,1.4624,0.27,1.3802 chambermaid,chambermaid,31,23,30,23,0.61,1.5051,0.27,1.3802 chatterbox,chatterbox,23,23,18,18,0.45,1.3802,0.27,1.3802 chauvinist,chauvinist,30,23,28,21,0.59,1.4914,0.27,1.3802 cheerfully,cheerfully,25,23,25,23,0.49,1.4150,0.27,1.3802 chiffon,chiffon,25,23,22,20,0.49,1.4150,0.27,1.3802 childlike,childlike,32,23,31,22,0.63,1.5185,0.27,1.3802 chilli,chilli,31,23,21,17,0.61,1.5051,0.27,1.3802 chimpanzees,chimpanzees,44,23,38,22,0.86,1.6532,0.27,1.3802 chlamydia,chlamydia,42,23,31,20,0.82,1.6335,0.27,1.3802 churning,churning,25,23,22,22,0.49,1.4150,0.27,1.3802 cleansed,cleansed,27,23,26,23,0.53,1.4472,0.27,1.3802 cleverest,cleverest,31,23,28,21,0.61,1.5051,0.27,1.3802 clings,clings,23,23,22,22,0.45,1.3802,0.27,1.3802 cloaking,cloaking,42,23,38,23,0.82,1.6335,0.27,1.3802 clucking,clucking,29,23,22,19,0.57,1.4771,0.27,1.3802 cluttered,cluttered,23,23,23,23,0.45,1.3802,0.27,1.3802 Coca,coca,214,23,16,9,4.20,2.3324,0.27,1.3802 Comanche,comanche,43,23,0,0,0.84,1.6435,0.27,1.3802 commenced,commenced,27,23,27,23,0.53,1.4472,0.27,1.3802 comparable,comparable,24,23,23,22,0.47,1.3979,0.27,1.3802 comped,comped,33,23,33,23,0.65,1.5315,0.27,1.3802 complimented,complimented,24,23,24,23,0.47,1.3979,0.27,1.3802 comprised,comprised,24,23,24,23,0.47,1.3979,0.27,1.3802 conducive,conducive,23,23,23,23,0.45,1.3802,0.27,1.3802 confesses,confesses,26,23,26,23,0.51,1.4314,0.27,1.3802 confidante,confidante,23,23,23,23,0.45,1.3802,0.27,1.3802 conga,conga,42,23,38,22,0.82,1.6335,0.27,1.3802 Congeniality,congeniality,25,23,3,3,0.49,1.4150,0.27,1.3802 consoling,consoling,30,23,29,22,0.59,1.4914,0.27,1.3802 consorting,consorting,25,23,21,21,0.49,1.4150,0.27,1.3802 contracting,contracting,24,23,21,21,0.47,1.3979,0.27,1.3802 conversationalist,conversationalist,23,23,23,23,0.45,1.3802,0.27,1.3802 convulsions,convulsions,25,23,24,22,0.49,1.4150,0.27,1.3802 cornflakes,cornflakes,25,23,21,19,0.49,1.4150,0.27,1.3802 coupling,coupling,26,23,25,22,0.51,1.4314,0.27,1.3802 courtside,courtside,40,23,30,20,0.78,1.6128,0.27,1.3802 crackerjack,crackerjack,25,23,15,15,0.49,1.4150,0.27,1.3802 crafted,crafted,25,23,24,22,0.49,1.4150,0.27,1.3802 Crete,crete,54,23,0,0,1.06,1.7404,0.27,1.3802 croaked,croaked,24,23,24,23,0.47,1.3979,0.27,1.3802 cruises,cruises,29,23,27,22,0.57,1.4771,0.27,1.3802 crumpled,crumpled,27,23,26,22,0.53,1.4472,0.27,1.3802 Cyclops,cyclops,65,23,7,6,1.27,1.8195,0.27,1.3802 daiquiris,daiquiris,25,23,22,20,0.49,1.4150,0.27,1.3802 debatable,debatable,23,23,21,21,0.45,1.3802,0.27,1.3802 debriefed,debriefed,24,23,24,23,0.47,1.3979,0.27,1.3802 decompress,decompress,27,23,22,18,0.53,1.4472,0.27,1.3802 decreed,decreed,26,23,26,23,0.51,1.4314,0.27,1.3802 demolish,demolish,27,23,27,23,0.53,1.4472,0.27,1.3802 depository,depository,50,23,29,18,0.98,1.7076,0.27,1.3802 deserters,deserters,29,23,25,21,0.57,1.4771,0.27,1.3802 despondent,despondent,24,23,22,21,0.47,1.3979,0.27,1.3802 Det,det,37,23,2,2,0.73,1.5798,0.27,1.3802 digested,digested,24,23,24,23,0.47,1.3979,0.27,1.3802 disagrees,disagrees,23,23,23,23,0.45,1.3802,0.27,1.3802 disarming,disarming,26,23,24,22,0.51,1.4314,0.27,1.3802 discriminating,discriminating,25,23,25,23,0.49,1.4150,0.27,1.3802 dishonorable,dishonorable,32,23,29,21,0.63,1.5185,0.27,1.3802 dismay,dismay,23,23,23,23,0.45,1.3802,0.27,1.3802 dismissing,dismissing,26,23,25,22,0.51,1.4314,0.27,1.3802 Dl,dl,43,23,12,3,0.84,1.6435,0.27,1.3802 documentaries,documentaries,37,23,34,23,0.73,1.5798,0.27,1.3802 dogged,dogged,26,23,25,22,0.51,1.4314,0.27,1.3802 dogging,dogging,23,23,21,21,0.45,1.3802,0.27,1.3802 doings,doings,24,23,24,23,0.47,1.3979,0.27,1.3802 Downing,downing,39,23,9,9,0.76,1.6021,0.27,1.3802 downriver,downriver,31,23,31,23,0.61,1.5051,0.27,1.3802 dressings,dressings,24,23,23,22,0.47,1.3979,0.27,1.3802 dressmaker,dressmaker,28,23,28,23,0.55,1.4624,0.27,1.3802 duckling,duckling,39,23,31,20,0.76,1.6021,0.27,1.3802 eaters,eaters,23,23,22,22,0.45,1.3802,0.27,1.3802 educating,educating,26,23,24,21,0.51,1.4314,0.27,1.3802 effectiveness,effectiveness,27,23,26,22,0.53,1.4472,0.27,1.3802 ejaculation,ejaculation,29,23,24,19,0.57,1.4771,0.27,1.3802 electoral,electoral,26,23,26,23,0.51,1.4314,0.27,1.3802 electrodes,electrodes,26,23,25,22,0.51,1.4314,0.27,1.3802 Elijah,elijah,96,23,0,0,1.88,1.9868,0.27,1.3802 embroidered,embroidered,27,23,25,22,0.53,1.4472,0.27,1.3802 emphysema,emphysema,28,23,27,23,0.55,1.4624,0.27,1.3802 enacted,enacted,32,23,32,23,0.63,1.5185,0.27,1.3802 encased,encased,26,23,26,23,0.51,1.4314,0.27,1.3802 endangerment,endangerment,31,23,31,23,0.61,1.5051,0.27,1.3802 endeavour,endeavour,30,23,22,22,0.59,1.4914,0.27,1.3802 endures,endures,25,23,25,23,0.49,1.4150,0.27,1.3802 ensuring,ensuring,23,23,19,19,0.45,1.3802,0.27,1.3802 entirety,entirety,24,23,24,23,0.47,1.3979,0.27,1.3802 errant,errant,25,23,25,23,0.49,1.4150,0.27,1.3802 etched,etched,26,23,23,20,0.51,1.4314,0.27,1.3802 eucalyptus,eucalyptus,25,23,18,17,0.49,1.4150,0.27,1.3802 exchanges,exchanges,24,23,24,23,0.47,1.3979,0.27,1.3802 expands,expands,27,23,26,22,0.53,1.4472,0.27,1.3802 exports,exports,26,23,17,17,0.51,1.4314,0.27,1.3802 Exposition,exposition,40,23,19,13,0.78,1.6128,0.27,1.3802 fabled,fabled,23,23,22,22,0.45,1.3802,0.27,1.3802 Fahrenheit,fahrenheit,38,23,0,0,0.75,1.5911,0.27,1.3802 fairer,fairer,24,23,23,22,0.47,1.3979,0.27,1.3802 falsified,falsified,24,23,22,21,0.47,1.3979,0.27,1.3802 fatten,fatten,23,23,20,20,0.45,1.3802,0.27,1.3802 feign,feign,23,23,21,21,0.45,1.3802,0.27,1.3802 fellatio,fellatio,32,23,26,20,0.63,1.5185,0.27,1.3802 fetched,fetched,28,23,27,22,0.55,1.4624,0.27,1.3802 Ff,ff,29,23,13,7,0.57,1.4771,0.27,1.3802 fibre,fibre,33,23,32,23,0.65,1.5315,0.27,1.3802 fidgeting,fidgeting,29,23,29,23,0.57,1.4771,0.27,1.3802 Fielding,fielding,108,23,17,10,2.12,2.0374,0.27,1.3802 fifties,fifties,34,23,27,20,0.67,1.5441,0.27,1.3802 figs,figs,35,23,26,21,0.69,1.5563,0.27,1.3802 filmmakers,filmmakers,30,23,29,22,0.59,1.4914,0.27,1.3802 fixer,fixer,36,23,20,20,0.71,1.5682,0.27,1.3802 flailing,flailing,23,23,23,23,0.45,1.3802,0.27,1.3802 Follies,follies,43,23,8,7,0.84,1.6435,0.27,1.3802 fondling,fondling,23,23,21,21,0.45,1.3802,0.27,1.3802 formulate,formulate,30,23,27,21,0.59,1.4914,0.27,1.3802 forties,forties,26,23,20,18,0.51,1.4314,0.27,1.3802 fossils,fossils,31,23,24,20,0.61,1.5051,0.27,1.3802 fruitless,fruitless,23,23,23,23,0.45,1.3802,0.27,1.3802 fundamentals,fundamentals,27,23,26,22,0.53,1.4472,0.27,1.3802 Galahad,galahad,101,23,0,0,1.98,2.0086,0.27,1.3802 galoshes,galoshes,34,23,33,23,0.67,1.5441,0.27,1.3802 Garner,garner,61,23,9,9,1.20,1.7924,0.27,1.3802 garnish,garnish,27,23,25,22,0.53,1.4472,0.27,1.3802 Gatsby,gatsby,36,23,0,0,0.71,1.5682,0.27,1.3802 Ged,ged,29,23,3,3,0.57,1.4771,0.27,1.3802 geeky,geeky,24,23,22,21,0.47,1.3979,0.27,1.3802 genital,genital,27,23,24,22,0.53,1.4472,0.27,1.3802 gentler,gentler,25,23,24,22,0.49,1.4150,0.27,1.3802 gingerbread,gingerbread,33,23,27,19,0.65,1.5315,0.27,1.3802 girlish,girlish,23,23,22,22,0.45,1.3802,0.27,1.3802 glitches,glitches,23,23,23,23,0.45,1.3802,0.27,1.3802 gon,gon,65,23,61,22,1.27,1.8195,0.27,1.3802 gondola,gondola,37,23,32,20,0.73,1.5798,0.27,1.3802 Goober,goober,75,23,25,11,1.47,1.8808,0.27,1.3802 goodie,goodie,25,23,18,17,0.49,1.4150,0.27,1.3802 goulash,goulash,41,23,33,21,0.80,1.6232,0.27,1.3802 gripping,gripping,26,23,19,18,0.51,1.4314,0.27,1.3802 grouch,grouch,24,23,21,20,0.47,1.3979,0.27,1.3802 hairspray,hairspray,38,23,24,17,0.75,1.5911,0.27,1.3802 hams,hams,29,23,29,23,0.57,1.4771,0.27,1.3802 handkerchiefs,handkerchiefs,27,23,26,23,0.53,1.4472,0.27,1.3802 harbors,harbors,26,23,22,20,0.51,1.4314,0.27,1.3802 harvested,harvested,28,23,26,21,0.55,1.4624,0.27,1.3802 hatching,hatching,25,23,24,22,0.49,1.4150,0.27,1.3802 heaps,heaps,26,23,23,22,0.51,1.4314,0.27,1.3802 heartbeats,heartbeats,25,23,24,22,0.49,1.4150,0.27,1.3802 heartland,heartland,28,23,24,21,0.55,1.4624,0.27,1.3802 Hel,hel,37,23,6,5,0.73,1.5798,0.27,1.3802 Hertz,hertz,32,23,2,2,0.63,1.5185,0.27,1.3802 highball,highball,34,23,27,22,0.67,1.5441,0.27,1.3802 Hiro,hiro,90,23,0,0,1.76,1.9590,0.27,1.3802 hologram,hologram,33,23,30,21,0.65,1.5315,0.27,1.3802 homeboys,homeboys,28,23,24,20,0.55,1.4624,0.27,1.3802 hummingbird,hummingbird,31,23,20,18,0.61,1.5051,0.27,1.3802 hurtling,hurtling,23,23,23,23,0.45,1.3802,0.27,1.3802 hushed,hushed,25,23,18,18,0.49,1.4150,0.27,1.3802 hypertension,hypertension,30,23,27,20,0.59,1.4914,0.27,1.3802 hypnotist,hypnotist,41,23,34,22,0.80,1.6232,0.27,1.3802 hypodermic,hypodermic,34,23,29,22,0.67,1.5441,0.27,1.3802 Ich,ich,47,23,15,7,0.92,1.6812,0.27,1.3802 illustration,illustration,24,23,24,23,0.47,1.3979,0.27,1.3802 imitations,imitations,34,23,30,22,0.67,1.5441,0.27,1.3802 impersonation,impersonation,23,23,22,22,0.45,1.3802,0.27,1.3802 implicating,implicating,24,23,22,21,0.47,1.3979,0.27,1.3802 inasmuch,inasmuch,26,23,17,15,0.51,1.4314,0.27,1.3802 incessant,incessant,23,23,23,23,0.45,1.3802,0.27,1.3802 incubator,incubator,51,23,51,23,1.00,1.7160,0.27,1.3802 indecisive,indecisive,27,23,26,22,0.53,1.4472,0.27,1.3802 indignation,indignation,24,23,22,21,0.47,1.3979,0.27,1.3802 infer,infer,29,23,27,22,0.57,1.4771,0.27,1.3802 infiltrating,infiltrating,23,23,22,22,0.45,1.3802,0.27,1.3802 inscrutable,inscrutable,24,23,23,22,0.47,1.3979,0.27,1.3802 installment,installment,25,23,25,23,0.49,1.4150,0.27,1.3802 interestingly,interestingly,26,23,15,13,0.51,1.4314,0.27,1.3802 interject,interject,23,23,23,23,0.45,1.3802,0.27,1.3802 interstellar,interstellar,33,23,30,21,0.65,1.5315,0.27,1.3802 irrigate,irrigate,31,23,22,18,0.61,1.5051,0.27,1.3802 Jacqueline,jacqueline,121,23,0,0,2.37,2.0864,0.27,1.3802 jailbird,jailbird,34,23,24,21,0.67,1.5441,0.27,1.3802 janitors,janitors,28,23,24,20,0.55,1.4624,0.27,1.3802 Jekyll,jekyll,150,23,1,1,2.94,2.1790,0.27,1.3802 Jezebel,jezebel,34,23,2,2,0.67,1.5441,0.27,1.3802 joust,joust,58,23,57,22,1.14,1.7709,0.27,1.3802 Jubilee,jubilee,41,23,15,13,0.80,1.6232,0.27,1.3802 jumbled,jumbled,25,23,23,22,0.49,1.4150,0.27,1.3802 keynote,keynote,33,23,30,22,0.65,1.5315,0.27,1.3802 kiwi,kiwi,40,23,22,17,0.78,1.6128,0.27,1.3802 labored,labored,25,23,21,20,0.49,1.4150,0.27,1.3802 labyrinth,labyrinth,41,23,38,23,0.80,1.6232,0.27,1.3802 Ladyship,ladyship,53,23,17,13,1.04,1.7324,0.27,1.3802 Laguna,laguna,45,23,8,2,0.88,1.6628,0.27,1.3802 landscapes,landscapes,28,23,28,23,0.55,1.4624,0.27,1.3802 lanterns,lanterns,31,23,30,23,0.61,1.5051,0.27,1.3802 lascivious,lascivious,34,23,29,22,0.67,1.5441,0.27,1.3802 laundered,laundered,24,23,24,23,0.47,1.3979,0.27,1.3802 lawnmower,lawnmower,24,23,24,23,0.47,1.3979,0.27,1.3802 leasing,leasing,27,23,27,23,0.53,1.4472,0.27,1.3802 legitimacy,legitimacy,26,23,25,22,0.51,1.4314,0.27,1.3802 leprosy,leprosy,37,23,31,18,0.73,1.5798,0.27,1.3802 Lido,lido,33,23,9,5,0.65,1.5315,0.27,1.3802 liege,liege,57,23,53,20,1.12,1.7634,0.27,1.3802 linear,linear,28,23,21,16,0.55,1.4624,0.27,1.3802 linebacker,linebacker,30,23,30,23,0.59,1.4914,0.27,1.3802 Lis,lis,45,23,7,5,0.88,1.6628,0.27,1.3802 litigator,litigator,29,23,28,22,0.57,1.4771,0.27,1.3802 loafing,loafing,24,23,23,22,0.47,1.3979,0.27,1.3802 loaves,loaves,28,23,27,23,0.55,1.4624,0.27,1.3802 Luger,luger,53,23,0,0,1.04,1.7324,0.27,1.3802 lynched,lynched,27,23,27,23,0.53,1.4472,0.27,1.3802 madmen,madmen,25,23,22,21,0.49,1.4150,0.27,1.3802 maidens,maidens,27,23,26,22,0.53,1.4472,0.27,1.3802 majoring,majoring,27,23,25,21,0.53,1.4472,0.27,1.3802 malnutrition,malnutrition,23,23,19,19,0.45,1.3802,0.27,1.3802 manifold,manifold,25,23,23,21,0.49,1.4150,0.27,1.3802 manuscripts,manuscripts,28,23,28,23,0.55,1.4624,0.27,1.3802 maritime,maritime,37,23,28,18,0.73,1.5798,0.27,1.3802 maudlin,maudlin,24,23,24,23,0.47,1.3979,0.27,1.3802 membranes,membranes,28,23,26,22,0.55,1.4624,0.27,1.3802 memorabilia,memorabilia,25,23,25,23,0.49,1.4150,0.27,1.3802 merchandising,merchandising,34,23,25,20,0.67,1.5441,0.27,1.3802 methodology,methodology,33,23,28,21,0.65,1.5315,0.27,1.3802 midwife,midwife,29,23,25,21,0.57,1.4771,0.27,1.3802 Milt,milt,60,23,9,3,1.18,1.7853,0.27,1.3802 mindful,mindful,25,23,22,21,0.49,1.4150,0.27,1.3802 Mis,mis,27,23,10,9,0.53,1.4472,0.27,1.3802 moles,moles,41,23,28,21,0.80,1.6232,0.27,1.3802 Monsignor,monsignor,111,23,22,8,2.18,2.0492,0.27,1.3802 montage,montage,57,23,39,19,1.12,1.7634,0.27,1.3802 moor,moor,101,23,82,14,1.98,2.0086,0.27,1.3802 Morales,morales,65,23,1,1,1.27,1.8195,0.27,1.3802 Mormons,mormons,52,23,2,2,1.02,1.7243,0.27,1.3802 motherless,motherless,29,23,27,21,0.57,1.4771,0.27,1.3802 motley,motley,26,23,13,13,0.51,1.4314,0.27,1.3802 motorcade,motorcade,65,23,63,22,1.27,1.8195,0.27,1.3802 mozzarella,mozzarella,28,23,23,19,0.55,1.4624,0.27,1.3802 muchacho,muchacho,31,23,28,20,0.61,1.5051,0.27,1.3802 mucking,mucking,23,23,20,20,0.45,1.3802,0.27,1.3802 musk,musk,27,23,22,19,0.53,1.4472,0.27,1.3802 musket,musket,50,23,31,21,0.98,1.7076,0.27,1.3802 mystified,mystified,26,23,24,23,0.51,1.4314,0.27,1.3802 nappy,nappy,40,23,26,18,0.78,1.6128,0.27,1.3802 Nelly,nelly,65,23,4,4,1.27,1.8195,0.27,1.3802 nesting,nesting,30,23,28,21,0.59,1.4914,0.27,1.3802 nestled,nestled,23,23,21,21,0.45,1.3802,0.27,1.3802 neurosurgery,neurosurgery,39,23,20,15,0.76,1.6021,0.27,1.3802 Nicaragua,nicaragua,69,23,0,0,1.35,1.8451,0.27,1.3802 Nicks,nicks,36,23,17,15,0.71,1.5682,0.27,1.3802 nitrous,nitrous,35,23,25,18,0.69,1.5563,0.27,1.3802 nobles,nobles,76,23,60,19,1.49,1.8865,0.27,1.3802 nominations,nominations,37,23,35,21,0.73,1.5798,0.27,1.3802 nudist,nudist,33,23,29,21,0.65,1.5315,0.27,1.3802 numero,numero,24,23,12,12,0.47,1.3979,0.27,1.3802 obscured,obscured,28,23,28,23,0.55,1.4624,0.27,1.3802 obsessions,obsessions,25,23,22,21,0.49,1.4150,0.27,1.3802 obstructed,obstructed,25,23,24,22,0.49,1.4150,0.27,1.3802 odour,odour,23,23,23,23,0.45,1.3802,0.27,1.3802 Okeydokey,okeydokey,35,23,8,5,0.69,1.5563,0.27,1.3802 Om,om,73,23,30,12,1.43,1.8692,0.27,1.3802 ourself,ourself,24,23,23,23,0.47,1.3979,0.27,1.3802 Palisades,palisades,29,23,3,3,0.57,1.4771,0.27,1.3802 paralyze,paralyze,24,23,24,23,0.47,1.3979,0.27,1.3802 parasitic,parasitic,24,23,23,22,0.47,1.3979,0.27,1.3802 parasol,parasol,26,23,23,21,0.51,1.4314,0.27,1.3802 parlors,parlors,27,23,26,22,0.53,1.4472,0.27,1.3802 parrots,parrots,27,23,23,20,0.53,1.4472,0.27,1.3802 patents,patents,39,23,35,23,0.76,1.6021,0.27,1.3802 patter,patter,36,23,30,22,0.71,1.5682,0.27,1.3802 patting,patting,27,23,26,23,0.53,1.4472,0.27,1.3802 penetrates,penetrates,24,23,24,23,0.47,1.3979,0.27,1.3802 penmanship,penmanship,28,23,28,23,0.55,1.4624,0.27,1.3802 penned,penned,25,23,25,23,0.49,1.4150,0.27,1.3802 pentagram,pentagram,49,23,46,22,0.96,1.6990,0.27,1.3802 percentile,percentile,33,23,33,23,0.65,1.5315,0.27,1.3802 perforated,perforated,24,23,23,22,0.47,1.3979,0.27,1.3802 peritoneal,peritoneal,29,23,22,18,0.57,1.4771,0.27,1.3802 pharaohs,pharaohs,25,23,15,14,0.49,1.4150,0.27,1.3802 philosophies,philosophies,26,23,25,22,0.51,1.4314,0.27,1.3802 pickpocket,pickpocket,38,23,38,23,0.75,1.5911,0.27,1.3802 piety,piety,29,23,23,21,0.57,1.4771,0.27,1.3802 Pistachio,pistachio,77,23,28,17,1.51,1.8921,0.27,1.3802 playroom,playroom,41,23,38,22,0.80,1.6232,0.27,1.3802 Pol,pol,63,23,6,6,1.24,1.8062,0.27,1.3802 Pollock,pollock,101,23,2,2,1.98,2.0086,0.27,1.3802 pollute,pollute,23,23,23,23,0.45,1.3802,0.27,1.3802 prohibit,prohibit,24,23,22,21,0.47,1.3979,0.27,1.3802 Quaker,quaker,62,23,0,0,1.22,1.7993,0.27,1.3802 Rah,rah,60,23,29,15,1.18,1.7853,0.27,1.3802 Rams,rams,42,23,12,10,0.82,1.6335,0.27,1.3802 raves,raves,29,23,28,23,0.57,1.4771,0.27,1.3802 ravioli,ravioli,35,23,30,19,0.69,1.5563,0.27,1.3802 reciprocal,reciprocal,23,23,22,22,0.45,1.3802,0.27,1.3802 reconsidered,reconsidered,24,23,24,23,0.47,1.3979,0.27,1.3802 recreated,recreated,24,23,24,23,0.47,1.3979,0.27,1.3802 redundancy,redundancy,32,23,30,21,0.63,1.5185,0.27,1.3802 reenactment,reenactment,46,23,46,23,0.90,1.6721,0.27,1.3802 Regency,regency,31,23,5,5,0.61,1.5051,0.27,1.3802 regression,regression,33,23,29,20,0.65,1.5315,0.27,1.3802 renders,renders,25,23,24,22,0.49,1.4150,0.27,1.3802 replaces,replaces,23,23,23,23,0.45,1.3802,0.27,1.3802 replies,replies,28,23,24,20,0.55,1.4624,0.27,1.3802 reposition,reposition,27,23,24,20,0.53,1.4472,0.27,1.3802 restock,restock,23,23,21,21,0.45,1.3802,0.27,1.3802 revision,revision,29,23,24,20,0.57,1.4771,0.27,1.3802 revolutionize,revolutionize,24,23,24,23,0.47,1.3979,0.27,1.3802 rigs,rigs,27,23,27,23,0.53,1.4472,0.27,1.3802 ritualistic,ritualistic,27,23,25,23,0.53,1.4472,0.27,1.3802 robbin,robbin,29,23,24,20,0.57,1.4771,0.27,1.3802 Rochester,rochester,33,23,0,0,0.65,1.5315,0.27,1.3802 Roper,roper,93,23,7,6,1.82,1.9731,0.27,1.3802 Rove,rove,58,23,8,7,1.14,1.7709,0.27,1.3802 ruffles,ruffles,28,23,22,19,0.55,1.4624,0.27,1.3802 rumbles,rumbles,30,23,28,21,0.59,1.4914,0.27,1.3802 rummage,rummage,40,23,39,23,0.78,1.6128,0.27,1.3802 sanctum,sanctum,33,23,29,20,0.65,1.5315,0.27,1.3802 scolding,scolding,24,23,23,22,0.47,1.3979,0.27,1.3802 scorch,scorch,24,23,20,19,0.47,1.3979,0.27,1.3802 screamer,screamer,52,23,26,22,1.02,1.7243,0.27,1.3802 scuttlebutt,scuttlebutt,29,23,21,18,0.57,1.4771,0.27,1.3802 seething,seething,23,23,19,19,0.45,1.3802,0.27,1.3802 seismic,seismic,31,23,24,18,0.61,1.5051,0.27,1.3802 Sellers,sellers,86,23,17,16,1.69,1.9395,0.27,1.3802 sensibility,sensibility,25,23,23,21,0.49,1.4150,0.27,1.3802 sentimentality,sentimentality,24,23,22,21,0.47,1.3979,0.27,1.3802 sequins,sequins,28,23,26,22,0.55,1.4624,0.27,1.3802 Serge,serge,83,23,11,11,1.63,1.9243,0.27,1.3802 Seville,seville,39,23,0,0,0.76,1.6021,0.27,1.3802 shadowing,shadowing,25,23,24,22,0.49,1.4150,0.27,1.3802 shareholder,shareholder,27,23,27,23,0.53,1.4472,0.27,1.3802 sheath,sheath,25,23,23,21,0.49,1.4150,0.27,1.3802 shedding,shedding,25,23,22,20,0.49,1.4150,0.27,1.3802 shins,shins,25,23,18,17,0.49,1.4150,0.27,1.3802 shipmates,shipmates,34,23,31,22,0.67,1.5441,0.27,1.3802 shipyard,shipyard,43,23,41,22,0.84,1.6435,0.27,1.3802 shoeshine,shoeshine,36,23,30,19,0.71,1.5682,0.27,1.3802 shopped,shopped,24,23,24,23,0.47,1.3979,0.27,1.3802 shoreline,shoreline,28,23,24,20,0.55,1.4624,0.27,1.3802 shortened,shortened,24,23,24,23,0.47,1.3979,0.27,1.3802 showgirls,showgirls,31,23,21,17,0.61,1.5051,0.27,1.3802 shunned,shunned,27,23,26,23,0.53,1.4472,0.27,1.3802 shyster,shyster,28,23,28,23,0.55,1.4624,0.27,1.3802 Signore,signore,56,23,19,12,1.10,1.7559,0.27,1.3802 silks,silks,28,23,26,22,0.55,1.4624,0.27,1.3802 similarly,similarly,33,23,22,17,0.65,1.5315,0.27,1.3802 Singh,singh,76,23,0,0,1.49,1.8865,0.27,1.3802 sisterhood,sisterhood,32,23,24,18,0.63,1.5185,0.27,1.3802 Sistine,sistine,31,23,0,0,0.61,1.5051,0.27,1.3802 sizing,sizing,23,23,20,20,0.45,1.3802,0.27,1.3802 skaters,skaters,64,23,58,22,1.25,1.8129,0.27,1.3802 skeletal,skeletal,24,23,22,21,0.47,1.3979,0.27,1.3802 sludge,sludge,24,23,23,22,0.47,1.3979,0.27,1.3802 solvent,solvent,28,23,25,22,0.55,1.4624,0.27,1.3802 sorrier,sorrier,25,23,25,23,0.49,1.4150,0.27,1.3802 Spiderman,spiderman,33,23,0,0,0.65,1.5315,0.27,1.3802 spousal,spousal,26,23,21,19,0.51,1.4314,0.27,1.3802 spreader,spreader,35,23,33,21,0.69,1.5563,0.27,1.3802 staggered,staggered,26,23,25,22,0.51,1.4314,0.27,1.3802 stamping,stamping,28,23,25,21,0.55,1.4624,0.27,1.3802 stapled,stapled,24,23,24,23,0.47,1.3979,0.27,1.3802 stately,stately,23,23,23,23,0.45,1.3802,0.27,1.3802 stigma,stigma,27,23,25,22,0.53,1.4472,0.27,1.3802 stimulates,stimulates,25,23,24,22,0.49,1.4150,0.27,1.3802 straddle,straddle,26,23,24,21,0.51,1.4314,0.27,1.3802 subclavian,subclavian,33,23,30,22,0.65,1.5315,0.27,1.3802 subcommittee,subcommittee,43,23,38,21,0.84,1.6435,0.27,1.3802 subterranean,subterranean,33,23,27,22,0.65,1.5315,0.27,1.3802 suggestive,suggestive,26,23,26,23,0.51,1.4314,0.27,1.3802 summoning,summoning,29,23,28,22,0.57,1.4771,0.27,1.3802 sundaes,sundaes,27,23,27,23,0.53,1.4472,0.27,1.3802 superpowers,superpowers,27,23,26,22,0.53,1.4472,0.27,1.3802 swami,swami,37,23,26,16,0.73,1.5798,0.27,1.3802 swooped,swooped,25,23,24,23,0.49,1.4150,0.27,1.3802 symptomatic,symptomatic,29,23,29,23,0.57,1.4771,0.27,1.3802 syne,syne,38,23,28,17,0.75,1.5911,0.27,1.3802 tapioca,tapioca,31,23,25,19,0.61,1.5051,0.27,1.3802 Tchaikovsky,tchaikovsky,30,23,0,0,0.59,1.4914,0.27,1.3802 techs,techs,27,23,24,20,0.53,1.4472,0.27,1.3802 teensy,teensy,24,23,21,21,0.47,1.3979,0.27,1.3802 terrify,terrify,25,23,22,22,0.49,1.4150,0.27,1.3802 thrives,thrives,24,23,24,23,0.47,1.3979,0.27,1.3802 throwback,throwback,26,23,22,20,0.51,1.4314,0.27,1.3802 thudding,thudding,31,23,26,18,0.61,1.5051,0.27,1.3802 tinfoil,tinfoil,24,23,22,21,0.47,1.3979,0.27,1.3802 tinkering,tinkering,26,23,24,22,0.51,1.4314,0.27,1.3802 tins,tins,25,23,24,22,0.49,1.4150,0.27,1.3802 toasts,toasts,27,23,26,23,0.53,1.4472,0.27,1.3802 toga,toga,47,23,30,20,0.92,1.6812,0.27,1.3802 Tot,tot,54,23,18,17,1.06,1.7404,0.27,1.3802 township,township,25,23,22,21,0.49,1.4150,0.27,1.3802 tractors,tractors,30,23,28,21,0.59,1.4914,0.27,1.3802 traitorous,traitorous,24,23,23,22,0.47,1.3979,0.27,1.3802 transatlantic,transatlantic,32,23,24,19,0.63,1.5185,0.27,1.3802 trolls,trolls,70,23,54,19,1.37,1.8513,0.27,1.3802 trumps,trumps,28,23,24,20,0.55,1.4624,0.27,1.3802 tsunami,tsunami,27,23,16,16,0.53,1.4472,0.27,1.3802 twinge,twinge,26,23,26,23,0.51,1.4314,0.27,1.3802 unduly,unduly,24,23,23,22,0.47,1.3979,0.27,1.3802 unfolds,unfolds,23,23,22,22,0.45,1.3802,0.27,1.3802 unicorns,unicorns,62,23,51,21,1.22,1.7993,0.27,1.3802 unnamed,unnamed,25,23,22,20,0.49,1.4150,0.27,1.3802 unsuitable,unsuitable,24,23,23,23,0.47,1.3979,0.27,1.3802 ut,ut,35,23,33,21,0.69,1.5563,0.27,1.3802 Veer,veer,55,23,16,15,1.08,1.7482,0.27,1.3802 vegan,vegan,33,23,28,21,0.65,1.5315,0.27,1.3802 veneer,veneer,45,23,28,22,0.88,1.6628,0.27,1.3802 venereal,venereal,26,23,23,20,0.51,1.4314,0.27,1.3802 ver,ver,30,23,27,20,0.59,1.4914,0.27,1.3802 violinist,violinist,33,23,31,21,0.65,1.5315,0.27,1.3802 vittles,vittles,29,23,24,22,0.57,1.4771,0.27,1.3802 wagging,wagging,24,23,21,21,0.47,1.3979,0.27,1.3802 walled,walled,23,23,19,19,0.45,1.3802,0.27,1.3802 warlords,warlords,23,23,21,21,0.45,1.3802,0.27,1.3802 webs,webs,28,23,28,23,0.55,1.4624,0.27,1.3802 weeps,weeps,26,23,23,20,0.51,1.4314,0.27,1.3802 wetter,wetter,24,23,23,22,0.47,1.3979,0.27,1.3802 whammy,whammy,34,23,29,22,0.67,1.5441,0.27,1.3802 wheelbarrow,wheelbarrow,31,23,29,22,0.61,1.5051,0.27,1.3802 Whit,whit,99,23,14,13,1.94,2.0000,0.27,1.3802 Wiggly,wiggly,32,23,13,12,0.63,1.5185,0.27,1.3802 withdrawals,withdrawals,25,23,25,23,0.49,1.4150,0.27,1.3802 witless,witless,24,23,24,23,0.47,1.3979,0.27,1.3802 Woodland,woodland,57,23,16,14,1.12,1.7634,0.27,1.3802 Yan,yan,179,23,4,1,3.51,2.2553,0.27,1.3802 yellows,yellows,24,23,22,21,0.47,1.3979,0.27,1.3802 Yiddish,yiddish,37,23,0,0,0.73,1.5798,0.27,1.3802 Yuletide,yuletide,27,23,10,9,0.53,1.4472,0.27,1.3802 abductions,abductions,42,22,42,22,0.82,1.6335,0.26,1.3617 abrasive,abrasive,23,22,21,20,0.45,1.3802,0.26,1.3617 acoustics,acoustics,22,22,22,22,0.43,1.3617,0.26,1.3617 actuality,actuality,24,22,24,22,0.47,1.3979,0.26,1.3617 administering,administering,24,22,23,21,0.47,1.3979,0.26,1.3617 aforementioned,aforementioned,24,22,24,22,0.47,1.3979,0.26,1.3617 aggravating,aggravating,24,22,24,22,0.47,1.3979,0.26,1.3617 ambient,ambient,26,22,17,16,0.51,1.4314,0.26,1.3617 amino,amino,31,22,30,21,0.61,1.5051,0.26,1.3617 amphibious,amphibious,30,22,26,21,0.59,1.4914,0.26,1.3617 ancestry,ancestry,24,22,24,22,0.47,1.3979,0.26,1.3617 antennae,antennae,28,22,28,22,0.55,1.4624,0.26,1.3617 apathy,apathy,24,22,23,22,0.47,1.3979,0.26,1.3617 Aquarius,aquarius,58,22,0,0,1.14,1.7709,0.26,1.3617 archaeology,archaeology,39,22,31,18,0.76,1.6021,0.26,1.3617 archery,archery,40,22,33,20,0.78,1.6128,0.26,1.3617 aria,aria,35,22,34,21,0.69,1.5563,0.26,1.3617 armament,armament,25,22,22,20,0.49,1.4150,0.26,1.3617 artistry,artistry,24,22,24,22,0.47,1.3979,0.26,1.3617 Asher,asher,122,22,2,1,2.39,2.0899,0.26,1.3617 assessing,assessing,27,22,26,21,0.53,1.4472,0.26,1.3617 astonish,astonish,23,22,22,21,0.45,1.3802,0.26,1.3617 attaching,attaching,22,22,19,19,0.43,1.3617,0.26,1.3617 authenticate,authenticate,31,22,25,20,0.61,1.5051,0.26,1.3617 autonomy,autonomy,27,22,25,21,0.53,1.4472,0.26,1.3617 aviator,aviator,28,22,24,19,0.55,1.4624,0.26,1.3617 backdrop,backdrop,24,22,24,22,0.47,1.3979,0.26,1.3617 backgammon,backgammon,37,22,30,19,0.73,1.5798,0.26,1.3617 backwoods,backwoods,27,22,27,22,0.53,1.4472,0.26,1.3617 balding,balding,28,22,28,22,0.55,1.4624,0.26,1.3617 ballplayer,ballplayer,32,22,31,21,0.63,1.5185,0.26,1.3617 bareback,bareback,23,22,20,19,0.45,1.3802,0.26,1.3617 barman,barman,28,22,19,14,0.55,1.4624,0.26,1.3617 barroom,barroom,28,22,27,21,0.55,1.4624,0.26,1.3617 Bastille,bastille,40,22,5,5,0.78,1.6128,0.26,1.3617 beeswax,beeswax,23,22,22,22,0.45,1.3802,0.26,1.3617 belated,belated,22,22,21,21,0.43,1.3617,0.26,1.3617 bellyaching,bellyaching,22,22,22,22,0.43,1.3617,0.26,1.3617 bested,bested,26,22,24,21,0.51,1.4314,0.26,1.3617 binder,binder,39,22,26,18,0.76,1.6021,0.26,1.3617 bittersweet,bittersweet,23,22,12,12,0.45,1.3802,0.26,1.3617 bookstores,bookstores,25,22,24,21,0.49,1.4150,0.26,1.3617 boosters,boosters,33,22,28,19,0.65,1.5315,0.26,1.3617 bootlegger,bootlegger,33,22,29,21,0.65,1.5315,0.26,1.3617 botulism,botulism,28,22,26,21,0.55,1.4624,0.26,1.3617 bouquets,bouquets,30,22,22,18,0.59,1.4914,0.26,1.3617 brainwash,brainwash,22,22,22,22,0.43,1.3617,0.26,1.3617 breeder,breeder,40,22,38,22,0.78,1.6128,0.26,1.3617 brewed,brewed,22,22,22,22,0.43,1.3617,0.26,1.3617 Bridgeport,bridgeport,33,22,0,0,0.65,1.5315,0.26,1.3617 brightness,brightness,30,22,29,22,0.59,1.4914,0.26,1.3617 Brock,brock,123,22,2,1,2.41,2.0934,0.26,1.3617 brokerage,brokerage,28,22,27,21,0.55,1.4624,0.26,1.3617 bulimic,bulimic,29,22,27,21,0.57,1.4771,0.26,1.3617 bullfighter,bullfighter,34,22,31,20,0.67,1.5441,0.26,1.3617 bunkers,bunkers,40,22,34,19,0.78,1.6128,0.26,1.3617 bushy,bushy,25,22,21,20,0.49,1.4150,0.26,1.3617 busload,busload,24,22,24,22,0.47,1.3979,0.26,1.3617 cabby,cabby,38,22,20,17,0.75,1.5911,0.26,1.3617 caboodle,caboodle,34,22,25,21,0.67,1.5441,0.26,1.3617 calluses,calluses,22,22,21,21,0.43,1.3617,0.26,1.3617 cameo,cameo,24,22,20,19,0.47,1.3979,0.26,1.3617 cannibalism,cannibalism,29,22,24,19,0.57,1.4771,0.26,1.3617 capitalize,capitalize,24,22,24,22,0.47,1.3979,0.26,1.3617 Carole,carole,118,22,0,0,2.31,2.0755,0.26,1.3617 carp,carp,39,22,23,15,0.76,1.6021,0.26,1.3617 carpentry,carpentry,23,22,19,19,0.45,1.3802,0.26,1.3617 catalogs,catalogs,30,22,28,21,0.59,1.4914,0.26,1.3617 catapult,catapult,31,22,28,20,0.61,1.5051,0.26,1.3617 Caymans,caymans,32,22,0,0,0.63,1.5185,0.26,1.3617 Cedars,cedars,38,22,4,3,0.75,1.5911,0.26,1.3617 ceramics,ceramics,29,22,21,15,0.57,1.4771,0.26,1.3617 certify,certify,25,22,25,22,0.49,1.4150,0.26,1.3617 chassis,chassis,33,22,25,22,0.65,1.5315,0.26,1.3617 chucked,chucked,29,22,29,22,0.57,1.4771,0.26,1.3617 circumcision,circumcision,34,22,32,21,0.67,1.5441,0.26,1.3617 clawing,clawing,25,22,24,22,0.49,1.4150,0.26,1.3617 Clem,clem,149,22,1,1,2.92,2.1761,0.26,1.3617 cloves,cloves,29,22,26,21,0.57,1.4771,0.26,1.3617 clump,clump,27,22,26,21,0.53,1.4472,0.26,1.3617 clung,clung,24,22,24,22,0.47,1.3979,0.26,1.3617 coating,coating,23,22,23,22,0.45,1.3802,0.26,1.3617 cocking,cocking,25,22,25,22,0.49,1.4150,0.26,1.3617 coexist,coexist,25,22,25,22,0.49,1.4150,0.26,1.3617 coined,coined,24,22,24,22,0.47,1.3979,0.26,1.3617 colourful,colourful,30,22,25,20,0.59,1.4914,0.26,1.3617 combative,combative,27,22,26,21,0.53,1.4472,0.26,1.3617 commandeered,commandeered,23,22,20,20,0.45,1.3802,0.26,1.3617 commenting,commenting,22,22,20,20,0.43,1.3617,0.26,1.3617 commodities,commodities,26,22,23,20,0.51,1.4314,0.26,1.3617 concealment,concealment,26,22,25,21,0.51,1.4314,0.26,1.3617 consist,consist,22,22,22,22,0.43,1.3617,0.26,1.3617 consolidate,consolidate,23,22,22,21,0.45,1.3802,0.26,1.3617 continuation,continuation,24,22,21,20,0.47,1.3979,0.26,1.3617 conundrum,conundrum,25,22,19,19,0.49,1.4150,0.26,1.3617 conversing,conversing,25,22,16,14,0.49,1.4150,0.26,1.3617 conveyed,conveyed,23,22,23,22,0.45,1.3802,0.26,1.3617 corrective,corrective,26,22,24,21,0.51,1.4314,0.26,1.3617 corrupts,corrupts,26,22,26,22,0.51,1.4314,0.26,1.3617 coupe,coupe,31,22,25,17,0.61,1.5051,0.26,1.3617 craves,craves,23,22,23,22,0.45,1.3802,0.26,1.3617 cretins,cretins,24,22,20,19,0.47,1.3979,0.26,1.3617 crewman,crewman,50,22,33,17,0.98,1.7076,0.26,1.3617 crusts,crusts,25,22,24,21,0.49,1.4150,0.26,1.3617 cults,cults,33,22,32,22,0.65,1.5315,0.26,1.3617 cussing,cussing,27,22,26,22,0.53,1.4472,0.26,1.3617 damning,damning,22,22,21,21,0.43,1.3617,0.26,1.3617 dawns,dawns,27,22,25,20,0.53,1.4472,0.26,1.3617 dd,dd,300,22,240,17,5.88,2.4786,0.26,1.3617 deadbeats,deadbeats,26,22,24,21,0.51,1.4314,0.26,1.3617 debates,debates,26,22,25,21,0.51,1.4314,0.26,1.3617 decomposed,decomposed,24,22,24,22,0.47,1.3979,0.26,1.3617 decrepit,decrepit,25,22,24,22,0.49,1.4150,0.26,1.3617 decryption,decryption,29,22,29,22,0.57,1.4771,0.26,1.3617 deejay,deejay,31,22,28,19,0.61,1.5051,0.26,1.3617 defamation,defamation,29,22,25,20,0.57,1.4771,0.26,1.3617 deflect,deflect,27,22,27,22,0.53,1.4472,0.26,1.3617 deity,deity,28,22,26,22,0.55,1.4624,0.26,1.3617 Delhi,delhi,37,22,0,0,0.73,1.5798,0.26,1.3617 delinquency,delinquency,23,22,21,20,0.45,1.3802,0.26,1.3617 denominator,denominator,28,22,27,22,0.55,1.4624,0.26,1.3617 denounced,denounced,30,22,29,21,0.59,1.4914,0.26,1.3617 dependency,dependency,26,22,24,22,0.51,1.4314,0.26,1.3617 depressive,depressive,22,22,22,22,0.43,1.3617,0.26,1.3617 derail,derail,29,22,26,22,0.57,1.4771,0.26,1.3617 Derrick,derrick,68,22,6,4,1.33,1.8388,0.26,1.3617 detriment,detriment,26,22,26,22,0.51,1.4314,0.26,1.3617 diction,diction,25,22,23,21,0.49,1.4150,0.26,1.3617 diddle,diddle,43,22,42,22,0.84,1.6435,0.26,1.3617 diluted,diluted,22,22,22,22,0.43,1.3617,0.26,1.3617 diplomas,diplomas,26,22,25,22,0.51,1.4314,0.26,1.3617 dirtier,dirtier,23,22,23,22,0.45,1.3802,0.26,1.3617 disagreements,disagreements,24,22,23,22,0.47,1.3979,0.26,1.3617 discharging,discharging,25,22,24,21,0.49,1.4150,0.26,1.3617 disloyalty,disloyalty,23,22,22,21,0.45,1.3802,0.26,1.3617 displease,displease,22,22,22,22,0.43,1.3617,0.26,1.3617 dissected,dissected,27,22,27,22,0.53,1.4472,0.26,1.3617 distended,distended,28,22,28,22,0.55,1.4624,0.26,1.3617 distinctions,distinctions,23,22,23,22,0.45,1.3802,0.26,1.3617 doctoring,doctoring,26,22,26,22,0.51,1.4314,0.26,1.3617 documenting,documenting,23,22,23,22,0.45,1.3802,0.26,1.3617 domesticated,domesticated,28,22,28,22,0.55,1.4624,0.26,1.3617 Dorado,dorado,40,22,0,0,0.78,1.6128,0.26,1.3617 dorks,dorks,26,22,24,21,0.51,1.4314,0.26,1.3617 drainpipe,drainpipe,28,22,28,22,0.55,1.4624,0.26,1.3617 Dramamine,dramamine,28,22,1,1,0.55,1.4624,0.26,1.3617 drawbridge,drawbridge,27,22,27,22,0.53,1.4472,0.26,1.3617 droll,droll,25,22,23,21,0.49,1.4150,0.26,1.3617 Duluth,duluth,35,22,1,1,0.69,1.5563,0.26,1.3617 Dunne,dunne,115,22,0,0,2.25,2.0645,0.26,1.3617 earful,earful,22,22,22,22,0.43,1.3617,0.26,1.3617 Ec,ec,27,22,9,9,0.53,1.4472,0.26,1.3617 ecosystem,ecosystem,32,22,31,22,0.63,1.5185,0.26,1.3617 eighties,eighties,28,22,17,15,0.55,1.4624,0.26,1.3617 elapsed,elapsed,25,22,22,19,0.49,1.4150,0.26,1.3617 electrolytes,electrolytes,30,22,26,19,0.59,1.4914,0.26,1.3617 electron,electron,37,22,36,21,0.73,1.5798,0.26,1.3617 embarked,embarked,24,22,23,21,0.47,1.3979,0.26,1.3617 embarrasses,embarrasses,22,22,22,22,0.43,1.3617,0.26,1.3617 Emery,emery,97,22,5,5,1.90,1.9912,0.26,1.3617 empowering,empowering,22,22,21,21,0.43,1.3617,0.26,1.3617 endgame,endgame,28,22,27,22,0.55,1.4624,0.26,1.3617 energized,energized,28,22,28,22,0.55,1.4624,0.26,1.3617 entails,entails,22,22,22,22,0.43,1.3617,0.26,1.3617 entities,entities,30,22,26,21,0.59,1.4914,0.26,1.3617 eventual,eventual,22,22,22,22,0.43,1.3617,0.26,1.3617 Everglades,everglades,30,22,12,10,0.59,1.4914,0.26,1.3617 exacting,exacting,23,22,22,21,0.45,1.3802,0.26,1.3617 exhilarated,exhilarated,23,22,22,21,0.45,1.3802,0.26,1.3617 expeditions,expeditions,29,22,28,21,0.57,1.4771,0.26,1.3617 extracting,extracting,22,22,21,21,0.43,1.3617,0.26,1.3617 eyeful,eyeful,22,22,22,22,0.43,1.3617,0.26,1.3617 fatherland,fatherland,39,22,29,15,0.76,1.6021,0.26,1.3617 fatigued,fatigued,24,22,24,22,0.47,1.3979,0.26,1.3617 filler,filler,28,22,24,19,0.55,1.4624,0.26,1.3617 fingerprinted,fingerprinted,23,22,23,22,0.45,1.3802,0.26,1.3617 Fitch,fitch,129,22,0,0,2.53,2.1139,0.26,1.3617 fl,fl,31,22,16,10,0.61,1.5051,0.26,1.3617 flamethrower,flamethrower,29,22,25,20,0.57,1.4771,0.26,1.3617 flanks,flanks,33,22,33,22,0.65,1.5315,0.26,1.3617 fleabag,fleabag,25,22,25,22,0.49,1.4150,0.26,1.3617 flirts,flirts,24,22,24,22,0.47,1.3979,0.26,1.3617 flogged,flogged,26,22,25,21,0.51,1.4314,0.26,1.3617 flogging,flogging,25,22,24,22,0.49,1.4150,0.26,1.3617 flops,flops,26,22,25,21,0.51,1.4314,0.26,1.3617 flurry,flurry,24,22,24,22,0.47,1.3979,0.26,1.3617 fondle,fondle,25,22,22,21,0.49,1.4150,0.26,1.3617 forearms,forearms,24,22,24,22,0.47,1.3979,0.26,1.3617 formulas,formulas,22,22,22,22,0.43,1.3617,0.26,1.3617 fornicate,fornicate,25,22,23,22,0.49,1.4150,0.26,1.3617 forsaking,forsaking,29,22,28,21,0.57,1.4771,0.26,1.3617 frayed,frayed,23,22,22,21,0.45,1.3802,0.26,1.3617 Ga,ga,40,22,10,7,0.78,1.6128,0.26,1.3617 gagging,gagging,29,22,26,20,0.57,1.4771,0.26,1.3617 gaggle,gaggle,23,22,23,22,0.45,1.3802,0.26,1.3617 garages,garages,23,22,21,20,0.45,1.3802,0.26,1.3617 Ge,ge,47,22,9,8,0.92,1.6812,0.26,1.3617 gearing,gearing,24,22,23,21,0.47,1.3979,0.26,1.3617 genome,genome,26,22,21,18,0.51,1.4314,0.26,1.3617 gentile,gentile,26,22,20,17,0.51,1.4314,0.26,1.3617 Glendale,glendale,45,22,0,0,0.88,1.6628,0.26,1.3617 glossy,glossy,24,22,23,22,0.47,1.3979,0.26,1.3617 godson,godson,48,22,43,19,0.94,1.6902,0.26,1.3617 governing,governing,28,22,19,18,0.55,1.4624,0.26,1.3617 grandstand,grandstand,31,22,30,21,0.61,1.5051,0.26,1.3617 Grange,grange,45,22,9,3,0.88,1.6628,0.26,1.3617 graveyards,graveyards,22,22,21,21,0.43,1.3617,0.26,1.3617 groundwork,groundwork,23,22,23,22,0.45,1.3802,0.26,1.3617 Grr,grr,37,22,5,4,0.73,1.5798,0.26,1.3617 gumption,gumption,24,22,22,21,0.47,1.3979,0.26,1.3617 gymnast,gymnast,30,22,30,22,0.59,1.4914,0.26,1.3617 Haiti,haiti,79,22,0,0,1.55,1.9031,0.26,1.3617 Hap,hap,48,22,15,10,0.94,1.6902,0.26,1.3617 harebrained,harebrained,23,22,23,22,0.45,1.3802,0.26,1.3617 Haw,haw,43,22,21,11,0.84,1.6435,0.26,1.3617 header,header,25,22,24,21,0.49,1.4150,0.26,1.3617 hemoglobin,hemoglobin,28,22,19,15,0.55,1.4624,0.26,1.3617 heresy,heresy,51,22,45,20,1.00,1.7160,0.26,1.3617 hiccup,hiccup,27,22,26,21,0.53,1.4472,0.26,1.3617 highlighted,highlighted,25,22,25,22,0.49,1.4150,0.26,1.3617 hillbillies,hillbillies,26,22,20,17,0.51,1.4314,0.26,1.3617 hoarse,hoarse,25,22,25,22,0.49,1.4150,0.26,1.3617 hostilities,hostilities,23,22,21,20,0.45,1.3802,0.26,1.3617 hotcakes,hotcakes,26,22,23,21,0.51,1.4314,0.26,1.3617 houseboat,houseboat,40,22,37,21,0.78,1.6128,0.26,1.3617 Humpty,humpty,26,22,1,1,0.51,1.4314,0.26,1.3617 hundredth,hundredth,22,22,21,21,0.43,1.3617,0.26,1.3617 hyperventilate,hyperventilate,27,22,20,18,0.53,1.4472,0.26,1.3617 ibuprofen,ibuprofen,24,22,18,16,0.47,1.3979,0.26,1.3617 Idaho,idaho,28,22,3,3,0.55,1.4624,0.26,1.3617 ideally,ideally,22,22,17,17,0.43,1.3617,0.26,1.3617 ills,ills,26,22,26,22,0.51,1.4314,0.26,1.3617 illuminating,illuminating,24,22,23,21,0.47,1.3979,0.26,1.3617 illustrations,illustrations,29,22,29,22,0.57,1.4771,0.26,1.3617 implicates,implicates,28,22,28,22,0.55,1.4624,0.26,1.3617 impressing,impressing,22,22,21,21,0.43,1.3617,0.26,1.3617 impudence,impudence,26,22,24,21,0.51,1.4314,0.26,1.3617 inaccurate,inaccurate,26,22,24,21,0.51,1.4314,0.26,1.3617 inconsequential,inconsequential,22,22,22,22,0.43,1.3617,0.26,1.3617 inconsistencies,inconsistencies,25,22,25,22,0.49,1.4150,0.26,1.3617 indignant,indignant,23,22,23,22,0.45,1.3802,0.26,1.3617 indistinctly,indistinctly,33,22,30,21,0.65,1.5315,0.26,1.3617 inflate,inflate,25,22,21,18,0.49,1.4150,0.26,1.3617 ingest,ingest,23,22,23,22,0.45,1.3802,0.26,1.3617 innit,innit,49,22,44,20,0.96,1.6990,0.26,1.3617 innkeeper,innkeeper,22,22,15,15,0.43,1.3617,0.26,1.3617 insemination,insemination,32,22,31,21,0.63,1.5185,0.26,1.3617 insertion,insertion,32,22,30,22,0.63,1.5185,0.26,1.3617 intergalactic,intergalactic,39,22,35,19,0.76,1.6021,0.26,1.3617 Interpol,interpol,36,22,2,2,0.71,1.5682,0.26,1.3617 interpreting,interpreting,24,22,24,22,0.47,1.3979,0.26,1.3617 inventors,inventors,24,22,24,22,0.47,1.3979,0.26,1.3617 Isabella,isabella,53,22,2,1,1.04,1.7324,0.26,1.3617 ish,ish,31,22,21,17,0.61,1.5051,0.26,1.3617 jackhammer,jackhammer,27,22,25,20,0.53,1.4472,0.26,1.3617 Jameson,jameson,93,22,0,0,1.82,1.9731,0.26,1.3617 jib,jib,36,22,33,19,0.71,1.5682,0.26,1.3617 jilted,jilted,25,22,23,21,0.49,1.4150,0.26,1.3617 Jurassic,jurassic,35,22,0,0,0.69,1.5563,0.26,1.3617 Kai,kai,89,22,1,1,1.75,1.9542,0.26,1.3617 kangaroos,kangaroos,34,22,28,21,0.67,1.5441,0.26,1.3617 karmic,karmic,25,22,24,21,0.49,1.4150,0.26,1.3617 kazoo,kazoo,31,22,30,22,0.61,1.5051,0.26,1.3617 Keats,keats,70,22,0,0,1.37,1.8513,0.26,1.3617 keeled,keeled,23,22,21,20,0.45,1.3802,0.26,1.3617 knockoff,knockoff,23,22,23,22,0.45,1.3802,0.26,1.3617 Kuwait,kuwait,48,22,0,0,0.94,1.6902,0.26,1.3617 lain,lain,29,22,28,21,0.57,1.4771,0.26,1.3617 larvae,larvae,29,22,25,19,0.57,1.4771,0.26,1.3617 lattes,lattes,24,22,22,20,0.47,1.3979,0.26,1.3617 leadeth,leadeth,36,22,34,21,0.71,1.5682,0.26,1.3617 leering,leering,25,22,23,20,0.49,1.4150,0.26,1.3617 lesion,lesion,30,22,26,20,0.59,1.4914,0.26,1.3617 Lew,lew,156,22,2,1,3.06,2.1959,0.26,1.3617 limes,limes,28,22,24,20,0.55,1.4624,0.26,1.3617 linoleum,linoleum,27,22,23,21,0.53,1.4472,0.26,1.3617 littering,littering,31,22,19,18,0.61,1.5051,0.26,1.3617 loathing,loathing,25,22,21,20,0.49,1.4150,0.26,1.3617 lures,lures,23,22,22,21,0.45,1.3802,0.26,1.3617 luv,luv,29,22,25,19,0.57,1.4771,0.26,1.3617 magnify,magnify,30,22,20,15,0.59,1.4914,0.26,1.3617 manicurist,manicurist,31,22,31,22,0.61,1.5051,0.26,1.3617 manifested,manifested,28,22,28,22,0.55,1.4624,0.26,1.3617 manifests,manifests,22,22,22,22,0.43,1.3617,0.26,1.3617 mannerisms,mannerisms,24,22,24,22,0.47,1.3979,0.26,1.3617 masochist,masochist,32,22,29,20,0.63,1.5185,0.26,1.3617 materialistic,materialistic,23,22,21,20,0.45,1.3802,0.26,1.3617 matzo,matzo,49,22,45,20,0.96,1.6990,0.26,1.3617 Mayberry,mayberry,46,22,1,1,0.90,1.6721,0.26,1.3617 Medevac,medevac,43,22,21,13,0.84,1.6435,0.26,1.3617 medicate,medicate,22,22,20,20,0.43,1.3617,0.26,1.3617 Merman,merman,33,22,5,4,0.65,1.5315,0.26,1.3617 metamorphosis,metamorphosis,28,22,17,17,0.55,1.4624,0.26,1.3617 micro,micro,29,22,19,16,0.57,1.4771,0.26,1.3617 middleweight,middleweight,43,22,36,21,0.84,1.6435,0.26,1.3617 miscalculation,miscalculation,23,22,23,22,0.45,1.3802,0.26,1.3617 misconception,misconception,22,22,22,22,0.43,1.3617,0.26,1.3617 monies,monies,25,22,23,20,0.49,1.4150,0.26,1.3617 monogrammed,monogrammed,30,22,26,18,0.59,1.4914,0.26,1.3617 motherly,motherly,23,22,21,21,0.45,1.3802,0.26,1.3617 Mountaineer,mountaineer,62,22,4,3,1.22,1.7993,0.26,1.3617 mover,mover,23,22,22,21,0.45,1.3802,0.26,1.3617 mull,mull,24,22,19,18,0.47,1.3979,0.26,1.3617 multiplied,multiplied,25,22,25,22,0.49,1.4150,0.26,1.3617 musty,musty,25,22,21,19,0.49,1.4150,0.26,1.3617 nipper,nipper,29,22,19,19,0.57,1.4771,0.26,1.3617 nominee,nominee,40,22,40,22,0.78,1.6128,0.26,1.3617 nookie,nookie,23,22,22,21,0.45,1.3802,0.26,1.3617 notifying,notifying,23,22,21,21,0.45,1.3802,0.26,1.3617 notoriety,notoriety,23,22,22,21,0.45,1.3802,0.26,1.3617 nouveau,nouveau,28,22,22,16,0.55,1.4624,0.26,1.3617 Oink,oink,55,22,26,14,1.08,1.7482,0.26,1.3617 oncoming,oncoming,22,22,21,21,0.43,1.3617,0.26,1.3617 oomph,oomph,33,22,26,18,0.65,1.5315,0.26,1.3617 ooze,ooze,27,22,24,20,0.53,1.4472,0.26,1.3617 Ortho,ortho,28,22,5,5,0.55,1.4624,0.26,1.3617 ostentatious,ostentatious,25,22,19,18,0.49,1.4150,0.26,1.3617 overestimate,overestimate,23,22,23,22,0.45,1.3802,0.26,1.3617 overpass,overpass,25,22,25,22,0.49,1.4150,0.26,1.3617 overview,overview,22,22,21,21,0.43,1.3617,0.26,1.3617 paltry,paltry,26,22,26,22,0.51,1.4314,0.26,1.3617 Panthers,panthers,71,22,4,3,1.39,1.8573,0.26,1.3617 Paolo,paolo,80,22,0,0,1.57,1.9085,0.26,1.3617 parka,parka,31,22,31,22,0.61,1.5051,0.26,1.3617 parlay,parlay,34,22,33,21,0.67,1.5441,0.26,1.3617 parody,parody,36,22,31,20,0.71,1.5682,0.26,1.3617 partnered,partnered,23,22,23,22,0.45,1.3802,0.26,1.3617 peephole,peephole,24,22,24,22,0.47,1.3979,0.26,1.3617 pellet,pellet,67,22,56,20,1.31,1.8325,0.26,1.3617 penalized,penalized,22,22,22,22,0.43,1.3617,0.26,1.3617 percussion,percussion,29,22,23,17,0.57,1.4771,0.26,1.3617 pert,pert,25,22,20,17,0.49,1.4150,0.26,1.3617 Peruvian,peruvian,35,22,0,0,0.69,1.5563,0.26,1.3617 phantoms,phantoms,25,22,15,14,0.49,1.4150,0.26,1.3617 pieced,pieced,22,22,22,22,0.43,1.3617,0.26,1.3617 pileup,pileup,40,22,32,22,0.78,1.6128,0.26,1.3617 pips,pips,56,22,30,10,1.10,1.7559,0.26,1.3617 pixie,pixie,42,22,26,18,0.82,1.6335,0.26,1.3617 placenta,placenta,24,22,22,20,0.47,1.3979,0.26,1.3617 plagues,plagues,27,22,24,20,0.53,1.4472,0.26,1.3617 planter,planter,32,22,30,21,0.63,1.5185,0.26,1.3617 playpen,playpen,35,22,33,21,0.69,1.5563,0.26,1.3617 plunging,plunging,23,22,21,20,0.45,1.3802,0.26,1.3617 plywood,plywood,23,22,22,22,0.45,1.3802,0.26,1.3617 polluting,polluting,23,22,23,22,0.45,1.3802,0.26,1.3617 polymer,polymer,32,22,22,19,0.63,1.5185,0.26,1.3617 pondering,pondering,29,22,26,20,0.57,1.4771,0.26,1.3617 porcupine,porcupine,33,22,21,16,0.65,1.5315,0.26,1.3617 porky,porky,30,22,15,10,0.59,1.4914,0.26,1.3617 potholes,potholes,24,22,23,22,0.47,1.3979,0.26,1.3617 precipice,precipice,25,22,25,22,0.49,1.4150,0.26,1.3617 precocious,precocious,24,22,23,21,0.47,1.3979,0.26,1.3617 predecessors,predecessors,25,22,25,22,0.49,1.4150,0.26,1.3617 prejudicial,prejudicial,27,22,26,21,0.53,1.4472,0.26,1.3617 presuming,presuming,24,22,20,18,0.47,1.3979,0.26,1.3617 probed,probed,23,22,23,22,0.45,1.3802,0.26,1.3617 prohibits,prohibits,23,22,23,22,0.45,1.3802,0.26,1.3617 promo,promo,36,22,30,19,0.71,1.5682,0.26,1.3617 promotes,promotes,23,22,22,21,0.45,1.3802,0.26,1.3617 pruning,pruning,25,22,24,21,0.49,1.4150,0.26,1.3617 psychoanalyst,psychoanalyst,33,22,33,22,0.65,1.5315,0.26,1.3617 psychosomatic,psychosomatic,29,22,26,19,0.57,1.4771,0.26,1.3617 pudgy,pudgy,32,22,20,19,0.63,1.5185,0.26,1.3617 pursuits,pursuits,24,22,23,21,0.47,1.3979,0.26,1.3617 quartered,quartered,24,22,24,22,0.47,1.3979,0.26,1.3617 quiver,quiver,23,22,23,22,0.45,1.3802,0.26,1.3617 raccoons,raccoons,30,22,26,20,0.59,1.4914,0.26,1.3617 rainforest,rainforest,24,22,21,19,0.47,1.3979,0.26,1.3617 ranches,ranches,27,22,27,22,0.53,1.4472,0.26,1.3617 reappeared,reappeared,23,22,23,22,0.45,1.3802,0.26,1.3617 reassured,reassured,23,22,23,22,0.45,1.3802,0.26,1.3617 reboot,reboot,30,22,26,20,0.59,1.4914,0.26,1.3617 recession,recession,23,22,21,21,0.45,1.3802,0.26,1.3617 recoil,recoil,22,22,21,21,0.43,1.3617,0.26,1.3617 reconfigure,reconfigure,26,22,23,19,0.51,1.4314,0.26,1.3617 redid,redid,24,22,24,22,0.47,1.3979,0.26,1.3617 reduces,reduces,22,22,22,22,0.43,1.3617,0.26,1.3617 Redwood,redwood,37,22,17,17,0.73,1.5798,0.26,1.3617 reeking,reeking,23,22,21,20,0.45,1.3802,0.26,1.3617 regeneration,regeneration,34,22,29,20,0.67,1.5441,0.26,1.3617 reminiscent,reminiscent,22,22,20,20,0.43,1.3617,0.26,1.3617 rendition,rendition,22,22,22,22,0.43,1.3617,0.26,1.3617 renewing,renewing,29,22,26,20,0.57,1.4771,0.26,1.3617 renovated,renovated,24,22,23,21,0.47,1.3979,0.26,1.3617 repertoire,repertoire,23,22,23,22,0.45,1.3802,0.26,1.3617 reproach,reproach,23,22,23,22,0.45,1.3802,0.26,1.3617 respite,respite,24,22,23,21,0.47,1.3979,0.26,1.3617 retrieving,retrieving,24,22,22,21,0.47,1.3979,0.26,1.3617 revenues,revenues,24,22,22,20,0.47,1.3979,0.26,1.3617 rewrote,rewrote,41,22,38,22,0.80,1.6232,0.26,1.3617 riveting,riveting,23,22,19,18,0.45,1.3802,0.26,1.3617 Romero,romero,93,22,1,1,1.82,1.9731,0.26,1.3617 Rotary,rotary,27,22,11,10,0.53,1.4472,0.26,1.3617 Rottweiler,rottweiler,27,22,8,8,0.53,1.4472,0.26,1.3617 rudely,rudely,23,22,23,22,0.45,1.3802,0.26,1.3617 rustlers,rustlers,39,22,33,20,0.76,1.6021,0.26,1.3617 sa,sa,27,22,15,13,0.53,1.4472,0.26,1.3617 salvaged,salvaged,22,22,22,22,0.43,1.3617,0.26,1.3617 sandstorm,sandstorm,42,22,33,18,0.82,1.6335,0.26,1.3617 sans,sans,24,22,18,18,0.47,1.3979,0.26,1.3617 satire,satire,33,22,31,22,0.65,1.5315,0.26,1.3617 schmucks,schmucks,28,22,25,19,0.55,1.4624,0.26,1.3617 scone,scone,25,22,18,17,0.49,1.4150,0.26,1.3617 scooping,scooping,25,22,21,19,0.49,1.4150,0.26,1.3617 scoping,scoping,25,22,20,19,0.49,1.4150,0.26,1.3617 scouring,scouring,23,22,19,19,0.45,1.3802,0.26,1.3617 scrambler,scrambler,28,22,28,22,0.55,1.4624,0.26,1.3617 scribble,scribble,32,22,28,21,0.63,1.5185,0.26,1.3617 scruffy,scruffy,28,22,19,19,0.55,1.4624,0.26,1.3617 scuffle,scuffle,22,22,22,22,0.43,1.3617,0.26,1.3617 Seer,seer,75,22,28,17,1.47,1.8808,0.26,1.3617 semblance,semblance,22,22,22,22,0.43,1.3617,0.26,1.3617 semifinals,semifinals,29,22,28,21,0.57,1.4771,0.26,1.3617 servicemen,servicemen,27,22,25,20,0.53,1.4472,0.26,1.3617 shadowed,shadowed,29,22,23,21,0.57,1.4771,0.26,1.3617 sharpshooter,sharpshooter,27,22,24,20,0.53,1.4472,0.26,1.3617 Siam,siam,126,22,0,0,2.47,2.1038,0.26,1.3617 sidecar,sidecar,30,22,27,20,0.59,1.4914,0.26,1.3617 signifies,signifies,23,22,23,22,0.45,1.3802,0.26,1.3617 simpleton,simpleton,31,22,29,22,0.61,1.5051,0.26,1.3617 sired,sired,24,22,21,20,0.47,1.3979,0.26,1.3617 skeptic,skeptic,25,22,21,20,0.49,1.4150,0.26,1.3617 skinheads,skinheads,37,22,31,20,0.73,1.5798,0.26,1.3617 sledge,sledge,24,22,17,15,0.47,1.3979,0.26,1.3617 sleepovers,sleepovers,25,22,23,21,0.49,1.4150,0.26,1.3617 slowest,slowest,23,22,22,21,0.45,1.3802,0.26,1.3617 slumped,slumped,24,22,22,22,0.47,1.3979,0.26,1.3617 smock,smock,25,22,25,22,0.49,1.4150,0.26,1.3617 smudged,smudged,24,22,24,22,0.47,1.3979,0.26,1.3617 smudges,smudges,26,22,22,19,0.51,1.4314,0.26,1.3617 snarl,snarl,27,22,24,20,0.53,1.4472,0.26,1.3617 sniffles,sniffles,25,22,22,20,0.49,1.4150,0.26,1.3617 snowflakes,snowflakes,33,22,27,20,0.65,1.5315,0.26,1.3617 snuffed,snuffed,26,22,25,22,0.51,1.4314,0.26,1.3617 soared,soared,23,22,23,22,0.45,1.3802,0.26,1.3617 sobered,sobered,22,22,21,21,0.43,1.3617,0.26,1.3617 softening,softening,23,22,21,21,0.45,1.3802,0.26,1.3617 soir,soir,31,22,27,19,0.61,1.5051,0.26,1.3617 sonnet,sonnet,39,22,33,21,0.76,1.6021,0.26,1.3617 soothes,soothes,25,22,24,21,0.49,1.4150,0.26,1.3617 sorcery,sorcery,33,22,30,21,0.65,1.5315,0.26,1.3617 specialties,specialties,22,22,21,21,0.43,1.3617,0.26,1.3617 Speedo,speedo,30,22,4,4,0.59,1.4914,0.26,1.3617 spics,spics,30,22,26,20,0.59,1.4914,0.26,1.3617 splashes,splashes,23,22,21,20,0.45,1.3802,0.26,1.3617 squabble,squabble,23,22,23,22,0.45,1.3802,0.26,1.3617 squadrons,squadrons,31,22,27,18,0.61,1.5051,0.26,1.3617 stateroom,stateroom,41,22,38,22,0.80,1.6232,0.26,1.3617 stimulus,stimulus,26,22,26,22,0.51,1.4314,0.26,1.3617 stipend,stipend,22,22,22,22,0.43,1.3617,0.26,1.3617 stopwatch,stopwatch,37,22,31,20,0.73,1.5798,0.26,1.3617 storefront,storefront,23,22,22,21,0.45,1.3802,0.26,1.3617 stumbles,stumbles,23,22,21,21,0.45,1.3802,0.26,1.3617 subsidiary,subsidiary,23,22,21,21,0.45,1.3802,0.26,1.3617 subtly,subtly,22,22,21,21,0.43,1.3617,0.26,1.3617 Sudan,sudan,42,22,0,0,0.82,1.6335,0.26,1.3617 suds,suds,24,22,22,20,0.47,1.3979,0.26,1.3617 sulphur,sulphur,43,22,29,14,0.84,1.6435,0.26,1.3617 supplements,supplements,23,22,19,18,0.45,1.3802,0.26,1.3617 suspiciously,suspiciously,22,22,21,21,0.43,1.3617,0.26,1.3617 swastika,swastika,28,22,26,20,0.55,1.4624,0.26,1.3617 swimmingly,swimmingly,24,22,20,19,0.47,1.3979,0.26,1.3617 Sycamore,sycamore,48,22,7,6,0.94,1.6902,0.26,1.3617 tackling,tackling,25,22,24,22,0.49,1.4150,0.26,1.3617 tactful,tactful,29,22,24,20,0.57,1.4771,0.26,1.3617 Taiwanese,taiwanese,28,22,1,1,0.55,1.4624,0.26,1.3617 tantrums,tantrums,24,22,23,21,0.47,1.3979,0.26,1.3617 tarmac,tarmac,22,22,21,21,0.43,1.3617,0.26,1.3617 tartare,tartare,24,22,24,22,0.47,1.3979,0.26,1.3617 tearful,tearful,22,22,20,20,0.43,1.3617,0.26,1.3617 telepathic,telepathic,30,22,24,20,0.59,1.4914,0.26,1.3617 tenfold,tenfold,24,22,22,21,0.47,1.3979,0.26,1.3617 tentative,tentative,25,22,23,22,0.49,1.4150,0.26,1.3617 thefts,thefts,28,22,27,21,0.55,1.4624,0.26,1.3617 thongs,thongs,24,22,20,19,0.47,1.3979,0.26,1.3617 thunderclap,thunderclap,29,22,18,14,0.57,1.4771,0.26,1.3617 tibia,tibia,32,22,31,21,0.63,1.5185,0.26,1.3617 tinkling,tinkling,38,22,38,22,0.75,1.5911,0.26,1.3617 Titans,titans,81,22,4,4,1.59,1.9138,0.26,1.3617 tock,tock,47,22,38,18,0.92,1.6812,0.26,1.3617 toke,toke,41,22,36,21,0.80,1.6232,0.26,1.3617 Tori,tori,82,22,0,0,1.61,1.9191,0.26,1.3617 tortillas,tortillas,30,22,27,20,0.59,1.4914,0.26,1.3617 tourism,tourism,33,22,30,20,0.65,1.5315,0.26,1.3617 transcends,transcends,23,22,23,22,0.45,1.3802,0.26,1.3617 transitional,transitional,23,22,23,22,0.45,1.3802,0.26,1.3617 truest,truest,22,22,22,22,0.43,1.3617,0.26,1.3617 tuckered,tuckered,25,22,25,22,0.49,1.4150,0.26,1.3617 tyrants,tyrants,27,22,27,22,0.53,1.4472,0.26,1.3617 Ukraine,ukraine,33,22,1,1,0.65,1.5315,0.26,1.3617 Ukrainian,ukrainian,28,22,0,0,0.55,1.4624,0.26,1.3617 ukulele,ukulele,29,22,26,20,0.57,1.4771,0.26,1.3617 unappreciated,unappreciated,24,22,23,21,0.47,1.3979,0.26,1.3617 undergraduate,undergraduate,22,22,22,22,0.43,1.3617,0.26,1.3617 understated,understated,27,22,26,22,0.53,1.4472,0.26,1.3617 unearthed,unearthed,26,22,26,22,0.51,1.4314,0.26,1.3617 unexplored,unexplored,23,22,23,22,0.45,1.3802,0.26,1.3617 unfolding,unfolding,25,22,25,22,0.49,1.4150,0.26,1.3617 unglued,unglued,25,22,25,22,0.49,1.4150,0.26,1.3617 unmanned,unmanned,29,22,26,20,0.57,1.4771,0.26,1.3617 unprovoked,unprovoked,24,22,21,20,0.47,1.3979,0.26,1.3617 unrelenting,unrelenting,23,22,21,20,0.45,1.3802,0.26,1.3617 unseemly,unseemly,25,22,25,22,0.49,1.4150,0.26,1.3617 unturned,unturned,22,22,22,22,0.43,1.3617,0.26,1.3617 Uranus,uranus,35,22,0,0,0.69,1.5563,0.26,1.3617 vaccinated,vaccinated,25,22,23,20,0.49,1.4150,0.26,1.3617 vaccination,vaccination,38,22,34,20,0.75,1.5911,0.26,1.3617 Valencia,valencia,36,22,0,0,0.71,1.5682,0.26,1.3617 vanguard,vanguard,26,22,17,14,0.51,1.4314,0.26,1.3617 vegetative,vegetative,26,22,24,22,0.51,1.4314,0.26,1.3617 veggies,veggies,25,22,24,22,0.49,1.4150,0.26,1.3617 ventured,ventured,24,22,24,22,0.47,1.3979,0.26,1.3617 verifying,verifying,22,22,21,21,0.43,1.3617,0.26,1.3617 vertically,vertically,24,22,20,19,0.47,1.3979,0.26,1.3617 vexed,vexed,24,22,23,21,0.47,1.3979,0.26,1.3617 videotaping,videotaping,24,22,23,22,0.47,1.3979,0.26,1.3617 vitally,vitally,22,22,21,21,0.43,1.3617,0.26,1.3617 volley,volley,24,22,18,17,0.47,1.3979,0.26,1.3617 vomits,vomits,23,22,22,21,0.45,1.3802,0.26,1.3617 wackos,wackos,25,22,21,19,0.49,1.4150,0.26,1.3617 walkers,walkers,26,22,18,15,0.51,1.4314,0.26,1.3617 waterbed,waterbed,27,22,23,20,0.53,1.4472,0.26,1.3617 Webber,webber,93,22,7,2,1.82,1.9731,0.26,1.3617 wherein,wherein,25,22,21,19,0.49,1.4150,0.26,1.3617 Wilco,wilco,30,22,3,3,0.59,1.4914,0.26,1.3617 Wildcats,wildcats,81,22,13,8,1.59,1.9138,0.26,1.3617 Wildfire,wildfire,50,22,20,20,0.98,1.7076,0.26,1.3617 Winkle,winkle,34,22,8,4,0.67,1.5441,0.26,1.3617 wiper,wiper,29,22,22,19,0.57,1.4771,0.26,1.3617 wiretap,wiretap,27,22,27,22,0.53,1.4472,0.26,1.3617 wisecracks,wisecracks,24,22,23,21,0.47,1.3979,0.26,1.3617 woodpecker,woodpecker,50,22,43,17,0.98,1.7076,0.26,1.3617 woolly,woolly,24,22,21,20,0.47,1.3979,0.26,1.3617 worshiped,worshiped,22,22,22,22,0.43,1.3617,0.26,1.3617 yachts,yachts,25,22,24,22,0.49,1.4150,0.26,1.3617 yodel,yodel,43,22,31,18,0.84,1.6435,0.26,1.3617 Youre,youre,90,22,41,14,1.76,1.9590,0.26,1.3617 zodiac,zodiac,31,22,16,13,0.61,1.5051,0.26,1.3617 abolish,abolish,24,21,23,20,0.47,1.3979,0.25,1.3424 abscess,abscess,25,21,23,20,0.49,1.4150,0.25,1.3424 absorbing,absorbing,23,21,21,19,0.45,1.3802,0.25,1.3424 abundantly,abundantly,21,21,21,21,0.41,1.3424,0.25,1.3424 achy,achy,23,21,22,20,0.45,1.3802,0.25,1.3424 acrobat,acrobat,30,21,27,21,0.59,1.4914,0.25,1.3424 adjective,adjective,25,21,23,20,0.49,1.4150,0.25,1.3424 admirals,admirals,29,21,19,15,0.57,1.4771,0.25,1.3424 aglow,aglow,24,21,23,20,0.47,1.3979,0.25,1.3424 aimlessly,aimlessly,21,21,21,21,0.41,1.3424,0.25,1.3424 Ajax,ajax,53,21,0,0,1.04,1.7324,0.25,1.3424 Allez,allez,47,21,8,7,0.92,1.6812,0.25,1.3424 Allo,allo,66,21,13,7,1.29,1.8261,0.25,1.3424 alluring,alluring,21,21,20,20,0.41,1.3424,0.25,1.3424 Alpine,alpine,65,21,6,4,1.27,1.8195,0.25,1.3424 Amor,amor,43,21,20,14,0.84,1.6435,0.25,1.3424 amphetamines,amphetamines,26,21,22,18,0.51,1.4314,0.25,1.3424 amputated,amputated,24,21,22,20,0.47,1.3979,0.25,1.3424 anarchist,anarchist,29,21,24,19,0.57,1.4771,0.25,1.3424 annul,annul,26,21,22,19,0.51,1.4314,0.25,1.3424 anthill,anthill,29,21,29,21,0.57,1.4771,0.25,1.3424 antibodies,antibodies,30,21,27,20,0.59,1.4914,0.25,1.3424 apostles,apostles,30,21,23,14,0.59,1.4914,0.25,1.3424 appointing,appointing,22,21,21,20,0.43,1.3617,0.25,1.3424 appraised,appraised,23,21,23,21,0.45,1.3802,0.25,1.3424 aquatic,aquatic,28,21,18,14,0.55,1.4624,0.25,1.3424 Armadillo,armadillo,154,21,22,11,3.02,2.1903,0.25,1.3424 Asians,asians,24,21,1,1,0.47,1.3979,0.25,1.3424 assailants,assailants,22,21,21,20,0.43,1.3617,0.25,1.3424 associations,associations,23,21,21,19,0.45,1.3802,0.25,1.3424 avenging,avenging,23,21,17,16,0.45,1.3802,0.25,1.3424 awakens,awakens,23,21,23,21,0.45,1.3802,0.25,1.3424 baboons,baboons,34,21,31,21,0.67,1.5441,0.25,1.3424 backers,backers,34,21,32,20,0.67,1.5441,0.25,1.3424 balled,balled,23,21,22,20,0.45,1.3802,0.25,1.3424 Baltic,baltic,30,21,2,1,0.59,1.4914,0.25,1.3424 barns,barns,21,21,20,20,0.41,1.3424,0.25,1.3424 barrio,barrio,32,21,32,21,0.63,1.5185,0.25,1.3424 battlefields,battlefields,23,21,21,19,0.45,1.3802,0.25,1.3424 battleground,battleground,24,21,22,20,0.47,1.3979,0.25,1.3424 Beagle,beagle,64,21,24,16,1.25,1.8129,0.25,1.3424 beanbag,beanbag,26,21,23,19,0.51,1.4314,0.25,1.3424 Beastie,beastie,35,21,17,7,0.69,1.5563,0.25,1.3424 Beelzebub,beelzebub,34,21,0,0,0.67,1.5441,0.25,1.3424 befitting,befitting,21,21,21,21,0.41,1.3424,0.25,1.3424 bellow,bellow,23,21,17,16,0.45,1.3802,0.25,1.3424 Bellows,bellows,41,21,11,10,0.80,1.6232,0.25,1.3424 bereaved,bereaved,23,21,23,21,0.45,1.3802,0.25,1.3424 bide,bide,28,21,17,17,0.55,1.4624,0.25,1.3424 birdcage,birdcage,24,21,21,19,0.47,1.3979,0.25,1.3424 blameless,blameless,21,21,21,21,0.41,1.3424,0.25,1.3424 blasphemous,blasphemous,22,21,20,19,0.43,1.3617,0.25,1.3424 Blowfish,blowfish,31,21,15,11,0.61,1.5051,0.25,1.3424 bluffed,bluffed,27,21,26,21,0.53,1.4472,0.25,1.3424 boarder,boarder,29,21,27,19,0.57,1.4771,0.25,1.3424 bogged,bogged,24,21,23,21,0.47,1.3979,0.25,1.3424 Boise,boise,40,21,0,0,0.78,1.6128,0.25,1.3424 bolder,bolder,27,21,26,20,0.53,1.4472,0.25,1.3424 Bolivia,bolivia,44,21,1,1,0.86,1.6532,0.25,1.3424 bombarded,bombarded,29,21,27,19,0.57,1.4771,0.25,1.3424 Bowers,bowers,60,21,3,3,1.18,1.7853,0.25,1.3424 breadth,breadth,22,21,21,20,0.43,1.3617,0.25,1.3424 breakfasts,breakfasts,23,21,21,19,0.45,1.3802,0.25,1.3424 bumbling,bumbling,22,21,19,18,0.43,1.3617,0.25,1.3424 bundt,bundt,31,21,27,20,0.61,1.5051,0.25,1.3424 burping,burping,24,21,22,21,0.47,1.3979,0.25,1.3424 Burr,burr,35,21,15,12,0.69,1.5563,0.25,1.3424 butted,butted,22,21,22,21,0.43,1.3617,0.25,1.3424 cabernet,cabernet,27,21,20,16,0.53,1.4472,0.25,1.3424 Cadillacs,cadillacs,34,21,0,0,0.67,1.5441,0.25,1.3424 calligraphy,calligraphy,28,21,23,17,0.55,1.4624,0.25,1.3424 canyons,canyons,31,21,29,20,0.61,1.5051,0.25,1.3424 capers,capers,32,21,28,19,0.63,1.5185,0.25,1.3424 capsized,capsized,23,21,21,19,0.45,1.3802,0.25,1.3424 captivated,captivated,23,21,22,20,0.45,1.3802,0.25,1.3424 carcasses,carcasses,24,21,21,20,0.47,1.3979,0.25,1.3424 Carpe,carpe,43,21,11,9,0.84,1.6435,0.25,1.3424 cauldron,cauldron,24,21,22,19,0.47,1.3979,0.25,1.3424 cayenne,cayenne,38,21,19,15,0.75,1.5911,0.25,1.3424 Char,char,72,21,6,6,1.41,1.8633,0.25,1.3424 chats,chats,22,21,22,21,0.43,1.3617,0.25,1.3424 chiming,chiming,26,21,22,17,0.51,1.4314,0.25,1.3424 Christmases,christmases,30,21,0,0,0.59,1.4914,0.25,1.3424 cirrhosis,cirrhosis,26,21,19,14,0.51,1.4314,0.25,1.3424 citywide,citywide,25,21,23,20,0.49,1.4150,0.25,1.3424 Clare,clare,127,21,1,1,2.49,2.1072,0.25,1.3424 claustrophobia,claustrophobia,23,21,19,18,0.45,1.3802,0.25,1.3424 clinch,clinch,34,21,31,20,0.67,1.5441,0.25,1.3424 clitoris,clitoris,54,21,53,21,1.06,1.7404,0.25,1.3424 clockwise,clockwise,26,21,17,15,0.51,1.4314,0.25,1.3424 clotting,clotting,27,21,27,21,0.53,1.4472,0.25,1.3424 coffeehouse,coffeehouse,35,21,31,19,0.69,1.5563,0.25,1.3424 cog,cog,27,21,26,20,0.53,1.4472,0.25,1.3424 Cohens,cohens,33,21,0,0,0.65,1.5315,0.25,1.3424 colic,colic,26,21,21,18,0.51,1.4314,0.25,1.3424 Colleen,colleen,35,21,0,0,0.69,1.5563,0.25,1.3424 competed,competed,21,21,21,21,0.41,1.3424,0.25,1.3424 complacent,complacent,22,21,22,21,0.43,1.3617,0.25,1.3424 conquers,conquers,25,21,24,21,0.49,1.4150,0.25,1.3424 consignment,consignment,29,21,28,21,0.57,1.4771,0.25,1.3424 Constantinople,constantinople,45,21,0,0,0.88,1.6628,0.25,1.3424 contentment,contentment,21,21,20,20,0.41,1.3424,0.25,1.3424 contradictions,contradictions,21,21,21,21,0.41,1.3424,0.25,1.3424 converging,converging,21,21,20,20,0.41,1.3424,0.25,1.3424 Copenhagen,copenhagen,67,21,1,1,1.31,1.8325,0.25,1.3424 cots,cots,32,21,30,21,0.63,1.5185,0.25,1.3424 cottages,cottages,25,21,25,21,0.49,1.4150,0.25,1.3424 couches,couches,22,21,22,21,0.43,1.3617,0.25,1.3424 Cougars,cougars,26,21,6,6,0.51,1.4314,0.25,1.3424 coursing,coursing,24,21,24,21,0.47,1.3979,0.25,1.3424 cranny,cranny,22,21,22,21,0.43,1.3617,0.25,1.3424 creak,creak,26,21,21,18,0.51,1.4314,0.25,1.3424 creatively,creatively,24,21,21,19,0.47,1.3979,0.25,1.3424 credence,credence,21,21,21,21,0.41,1.3424,0.25,1.3424 creeped,creeped,21,21,21,21,0.41,1.3424,0.25,1.3424 Crocker,crocker,25,21,1,1,0.49,1.4150,0.25,1.3424 crumbled,crumbled,23,21,23,21,0.45,1.3802,0.25,1.3424 cupboards,cupboards,24,21,23,20,0.47,1.3979,0.25,1.3424 Curie,curie,95,21,4,2,1.86,1.9823,0.25,1.3424 Cutler,cutler,146,21,3,3,2.86,2.1673,0.25,1.3424 cyanotic,cyanotic,25,21,22,18,0.49,1.4150,0.25,1.3424 cyberspace,cyberspace,24,21,23,20,0.47,1.3979,0.25,1.3424 Cyrus,cyrus,171,21,0,0,3.35,2.2355,0.25,1.3424 dank,dank,28,21,18,17,0.55,1.4624,0.25,1.3424 Danube,danube,31,21,0,0,0.61,1.5051,0.25,1.3424 Daredevil,daredevil,33,21,16,14,0.65,1.5315,0.25,1.3424 daydreams,daydreams,25,21,23,19,0.49,1.4150,0.25,1.3424 deafening,deafening,22,21,21,20,0.43,1.3617,0.25,1.3424 decreasing,decreasing,25,21,22,18,0.49,1.4150,0.25,1.3424 defibrillator,defibrillator,24,21,22,19,0.47,1.3979,0.25,1.3424 definitively,definitively,23,21,19,17,0.45,1.3802,0.25,1.3424 deliberations,deliberations,23,21,23,21,0.45,1.3802,0.25,1.3424 dents,dents,26,21,26,21,0.51,1.4314,0.25,1.3424 dependence,dependence,21,21,20,20,0.41,1.3424,0.25,1.3424 deploying,deploying,22,21,19,19,0.43,1.3617,0.25,1.3424 devilish,devilish,26,21,25,20,0.51,1.4314,0.25,1.3424 dexterity,dexterity,21,21,20,20,0.41,1.3424,0.25,1.3424 dialling,dialling,25,21,17,16,0.49,1.4150,0.25,1.3424 diced,diced,21,21,21,21,0.41,1.3424,0.25,1.3424 dickheads,dickheads,21,21,17,17,0.41,1.3424,0.25,1.3424 Diddy,diddy,27,21,3,3,0.53,1.4472,0.25,1.3424 disbelief,disbelief,25,21,25,21,0.49,1.4150,0.25,1.3424 discrepancies,discrepancies,28,21,27,21,0.55,1.4624,0.25,1.3424 dismissive,dismissive,23,21,23,21,0.45,1.3802,0.25,1.3424 disrespected,disrespected,24,21,24,21,0.47,1.3979,0.25,1.3424 dissecting,dissecting,25,21,23,19,0.49,1.4150,0.25,1.3424 distributors,distributors,25,21,24,20,0.49,1.4150,0.25,1.3424 dived,dived,22,21,22,21,0.43,1.3617,0.25,1.3424 divorcee,divorcee,24,21,22,19,0.47,1.3979,0.25,1.3424 divvy,divvy,22,21,17,17,0.43,1.3617,0.25,1.3424 Doberman,doberman,21,21,2,2,0.41,1.3424,0.25,1.3424 doggies,doggies,24,21,22,19,0.47,1.3979,0.25,1.3424 donkeys,donkeys,35,21,25,18,0.69,1.5563,0.25,1.3424 drafting,drafting,22,21,21,20,0.43,1.3617,0.25,1.3424 dramas,dramas,22,21,20,19,0.43,1.3617,0.25,1.3424 dreamland,dreamland,23,21,20,18,0.45,1.3802,0.25,1.3424 Dresden,dresden,34,21,2,2,0.67,1.5441,0.25,1.3424 drizzle,drizzle,22,21,21,21,0.43,1.3617,0.25,1.3424 dumbbell,dumbbell,25,21,21,19,0.49,1.4150,0.25,1.3424 Durham,durham,56,21,0,0,1.10,1.7559,0.25,1.3424 dweeb,dweeb,28,21,23,17,0.55,1.4624,0.25,1.3424 dykes,dykes,34,21,22,17,0.67,1.5441,0.25,1.3424 economies,economies,23,21,23,21,0.45,1.3802,0.25,1.3424 editorials,editorials,24,21,22,19,0.47,1.3979,0.25,1.3424 effrontery,effrontery,22,21,22,21,0.43,1.3617,0.25,1.3424 eighteenth,eighteenth,23,21,14,13,0.45,1.3802,0.25,1.3424 ejection,ejection,30,21,28,21,0.59,1.4914,0.25,1.3424 emanating,emanating,21,21,21,21,0.41,1.3424,0.25,1.3424 emeralds,emeralds,37,21,32,18,0.73,1.5798,0.25,1.3424 empirical,empirical,23,21,22,20,0.45,1.3802,0.25,1.3424 endorsements,endorsements,27,21,26,20,0.53,1.4472,0.25,1.3424 enhancement,enhancement,23,21,23,21,0.45,1.3802,0.25,1.3424 enzyme,enzyme,54,21,52,19,1.06,1.7404,0.25,1.3424 epitome,epitome,22,21,20,19,0.43,1.3617,0.25,1.3424 ermine,ermine,35,21,25,19,0.69,1.5563,0.25,1.3424 estrogen,estrogen,26,21,22,18,0.51,1.4314,0.25,1.3424 Ethiopian,ethiopian,27,21,0,0,0.53,1.4472,0.25,1.3424 Euro,euro,31,21,9,5,0.61,1.5051,0.25,1.3424 evaporate,evaporate,24,21,23,20,0.47,1.3979,0.25,1.3424 evidentiary,evidentiary,23,21,22,20,0.45,1.3802,0.25,1.3424 expressive,expressive,23,21,23,21,0.45,1.3802,0.25,1.3424 extremists,extremists,22,21,20,19,0.43,1.3617,0.25,1.3424 eyed,eyed,38,21,31,17,0.75,1.5911,0.25,1.3424 faire,faire,33,21,23,18,0.65,1.5315,0.25,1.3424 fait,fait,29,21,19,19,0.57,1.4771,0.25,1.3424 fathoms,fathoms,29,21,29,21,0.57,1.4771,0.25,1.3424 fatigues,fatigues,22,21,20,20,0.43,1.3617,0.25,1.3424 faze,faze,22,21,22,21,0.43,1.3617,0.25,1.3424 feasting,feasting,22,21,20,20,0.43,1.3617,0.25,1.3424 fennel,fennel,39,21,25,15,0.76,1.6021,0.25,1.3424 fermented,fermented,28,21,26,20,0.55,1.4624,0.25,1.3424 fertilize,fertilize,21,21,19,19,0.41,1.3424,0.25,1.3424 fiberglass,fiberglass,24,21,21,20,0.47,1.3979,0.25,1.3424 fielder,fielder,28,21,23,19,0.55,1.4624,0.25,1.3424 finalized,finalized,22,21,21,20,0.43,1.3617,0.25,1.3424 fistfight,fistfight,24,21,23,20,0.47,1.3979,0.25,1.3424 flaccid,flaccid,24,21,19,18,0.47,1.3979,0.25,1.3424 flamboyant,flamboyant,23,21,21,19,0.45,1.3802,0.25,1.3424 flatulence,flatulence,28,21,26,20,0.55,1.4624,0.25,1.3424 foliage,foliage,27,21,26,20,0.53,1.4472,0.25,1.3424 foothills,foothills,26,21,25,20,0.51,1.4314,0.25,1.3424 forbade,forbade,22,21,22,21,0.43,1.3617,0.25,1.3424 foreboding,foreboding,23,21,22,21,0.45,1.3802,0.25,1.3424 freebies,freebies,24,21,21,20,0.47,1.3979,0.25,1.3424 freshwater,freshwater,35,21,32,19,0.69,1.5563,0.25,1.3424 frowned,frowned,21,21,21,21,0.41,1.3424,0.25,1.3424 fullness,fullness,24,21,23,20,0.47,1.3979,0.25,1.3424 fundamentalist,fundamentalist,26,21,22,18,0.51,1.4314,0.25,1.3424 furnishings,furnishings,24,21,22,20,0.47,1.3979,0.25,1.3424 Gaga,gaga,52,21,24,18,1.02,1.7243,0.25,1.3424 gaiety,gaiety,23,21,21,19,0.45,1.3802,0.25,1.3424 Galileo,galileo,100,21,0,0,1.96,2.0043,0.25,1.3424 gangbusters,gangbusters,24,21,19,19,0.47,1.3979,0.25,1.3424 gangland,gangland,27,21,19,16,0.53,1.4472,0.25,1.3424 Garth,garth,165,21,0,0,3.24,2.2201,0.25,1.3424 Garvey,garvey,36,21,0,0,0.71,1.5682,0.25,1.3424 gat,gat,31,21,27,18,0.61,1.5051,0.25,1.3424 gaudy,gaudy,21,21,20,20,0.41,1.3424,0.25,1.3424 Gere,gere,30,21,0,0,0.59,1.4914,0.25,1.3424 Giles,giles,57,21,2,2,1.12,1.7634,0.25,1.3424 glancing,glancing,21,21,20,20,0.41,1.3424,0.25,1.3424 glaring,glaring,22,21,22,21,0.43,1.3617,0.25,1.3424 glaucoma,glaucoma,31,21,27,18,0.61,1.5051,0.25,1.3424 glories,glories,23,21,23,21,0.45,1.3802,0.25,1.3424 gnat,gnat,22,21,21,20,0.43,1.3617,0.25,1.3424 goddesses,goddesses,28,21,24,17,0.55,1.4624,0.25,1.3424 gonorrhea,gonorrhea,30,21,28,19,0.59,1.4914,0.25,1.3424 Gonzo,gonzo,100,21,6,6,1.96,2.0043,0.25,1.3424 gooks,gooks,56,21,52,20,1.10,1.7559,0.25,1.3424 gourd,gourd,24,21,22,20,0.47,1.3979,0.25,1.3424 groundhog,groundhog,76,21,42,9,1.49,1.8865,0.25,1.3424 guerilla,guerilla,34,21,29,20,0.67,1.5441,0.25,1.3424 guesswork,guesswork,22,21,21,20,0.43,1.3617,0.25,1.3424 guesthouse,guesthouse,38,21,35,20,0.75,1.5911,0.25,1.3424 gunk,gunk,24,21,20,20,0.47,1.3979,0.25,1.3424 gurgling,gurgling,28,21,23,17,0.55,1.4624,0.25,1.3424 gust,gust,24,21,23,20,0.47,1.3979,0.25,1.3424 Haitian,haitian,51,21,6,2,1.00,1.7160,0.25,1.3424 halter,halter,26,21,23,18,0.51,1.4314,0.25,1.3424 handprint,handprint,32,21,28,20,0.63,1.5185,0.25,1.3424 Hansel,hansel,68,21,0,0,1.33,1.8388,0.25,1.3424 hardheaded,hardheaded,24,21,20,18,0.47,1.3979,0.25,1.3424 hereabouts,hereabouts,23,21,23,21,0.45,1.3802,0.25,1.3424 herein,herein,21,21,14,14,0.41,1.3424,0.25,1.3424 hesitant,hesitant,21,21,20,20,0.41,1.3424,0.25,1.3424 horde,horde,58,21,33,18,1.14,1.7709,0.25,1.3424 hospice,hospice,34,21,27,19,0.67,1.5441,0.25,1.3424 hostel,hostel,29,21,29,21,0.57,1.4771,0.25,1.3424 households,households,26,21,26,21,0.51,1.4314,0.25,1.3424 hubba,hubba,64,21,35,17,1.25,1.8129,0.25,1.3424 hubcaps,hubcaps,27,21,27,21,0.53,1.4472,0.25,1.3424 humps,humps,22,21,22,21,0.43,1.3617,0.25,1.3424 Huzzah,huzzah,42,21,8,7,0.82,1.6335,0.25,1.3424 hyenas,hyenas,43,21,32,18,0.84,1.6435,0.25,1.3424 Iceman,iceman,69,21,18,13,1.35,1.8451,0.25,1.3424 imbeciles,imbeciles,24,21,22,19,0.47,1.3979,0.25,1.3424 impregnate,impregnate,22,21,22,21,0.43,1.3617,0.25,1.3424 impresses,impresses,22,21,22,21,0.43,1.3617,0.25,1.3424 inane,inane,22,21,21,21,0.43,1.3617,0.25,1.3424 inaudible,inaudible,29,21,21,14,0.57,1.4771,0.25,1.3424 incarnate,incarnate,22,21,22,21,0.43,1.3617,0.25,1.3424 inciting,inciting,23,21,20,19,0.45,1.3802,0.25,1.3424 indictments,indictments,22,21,22,21,0.43,1.3617,0.25,1.3424 indie,indie,24,21,22,19,0.47,1.3979,0.25,1.3424 indirect,indirect,21,21,20,20,0.41,1.3424,0.25,1.3424 indiscretions,indiscretions,24,21,21,20,0.47,1.3979,0.25,1.3424 inexplicably,inexplicably,21,21,20,20,0.41,1.3424,0.25,1.3424 infomercial,infomercial,31,21,30,21,0.61,1.5051,0.25,1.3424 insistence,insistence,21,21,21,21,0.41,1.3424,0.25,1.3424 intelligently,intelligently,23,21,23,21,0.45,1.3802,0.25,1.3424 interpretive,interpretive,21,21,20,20,0.41,1.3424,0.25,1.3424 invoked,invoked,27,21,27,21,0.53,1.4472,0.25,1.3424 iota,iota,23,21,23,21,0.45,1.3802,0.25,1.3424 irritates,irritates,23,21,23,21,0.45,1.3802,0.25,1.3424 Jamboree,jamboree,27,21,13,12,0.53,1.4472,0.25,1.3424 Jihad,jihad,39,21,13,10,0.76,1.6021,0.25,1.3424 Joes,joes,22,21,9,9,0.43,1.3617,0.25,1.3424 joked,joked,22,21,21,20,0.43,1.3617,0.25,1.3424 kebab,kebab,31,21,29,19,0.61,1.5051,0.25,1.3424 Kelp,kelp,63,21,30,16,1.24,1.8062,0.25,1.3424 Kiev,kiev,32,21,2,1,0.63,1.5185,0.25,1.3424 kilt,kilt,31,21,30,20,0.61,1.5051,0.25,1.3424 kinship,kinship,22,21,20,20,0.43,1.3617,0.25,1.3424 lacerated,lacerated,25,21,20,18,0.49,1.4150,0.25,1.3424 Lai,lai,56,21,0,0,1.10,1.7559,0.25,1.3424 Laker,laker,36,21,2,2,0.71,1.5682,0.25,1.3424 lapsed,lapsed,22,21,22,21,0.43,1.3617,0.25,1.3424 leaped,leaped,25,21,25,21,0.49,1.4150,0.25,1.3424 leases,leases,33,21,32,20,0.65,1.5315,0.25,1.3424 lecherous,lecherous,21,21,19,19,0.41,1.3424,0.25,1.3424 lefts,lefts,37,21,36,21,0.73,1.5798,0.25,1.3424 Leno,leno,37,21,0,0,0.73,1.5798,0.25,1.3424 Levi,levi,81,21,0,0,1.59,1.9138,0.25,1.3424 lifeboats,lifeboats,31,21,29,19,0.61,1.5051,0.25,1.3424 liftoff,liftoff,33,21,28,18,0.65,1.5315,0.25,1.3424 limestone,limestone,27,21,25,19,0.53,1.4472,0.25,1.3424 linguist,linguist,27,21,27,21,0.53,1.4472,0.25,1.3424 Lite,lite,31,21,11,8,0.61,1.5051,0.25,1.3424 livid,livid,22,21,22,21,0.43,1.3617,0.25,1.3424 lopsided,lopsided,22,21,22,21,0.43,1.3617,0.25,1.3424 lounging,lounging,21,21,18,18,0.41,1.3424,0.25,1.3424 luring,luring,22,21,19,18,0.43,1.3617,0.25,1.3424 lusting,lusting,27,21,26,20,0.53,1.4472,0.25,1.3424 maddening,maddening,22,21,21,20,0.43,1.3617,0.25,1.3424 maim,maim,22,21,20,20,0.43,1.3617,0.25,1.3424 malarkey,malarkey,23,21,22,20,0.45,1.3802,0.25,1.3424 manifesto,manifesto,37,21,30,18,0.73,1.5798,0.25,1.3424 matador,matador,40,21,30,18,0.78,1.6128,0.25,1.3424 meanness,meanness,26,21,24,21,0.51,1.4314,0.25,1.3424 mementos,mementos,24,21,22,19,0.47,1.3979,0.25,1.3424 memorandum,memorandum,27,21,24,18,0.53,1.4472,0.25,1.3424 meningitis,meningitis,36,21,28,19,0.71,1.5682,0.25,1.3424 merging,merging,23,21,23,21,0.45,1.3802,0.25,1.3424 methadone,methadone,37,21,36,20,0.73,1.5798,0.25,1.3424 metric,metric,25,21,25,21,0.49,1.4150,0.25,1.3424 milked,milked,24,21,22,19,0.47,1.3979,0.25,1.3424 millimeters,millimeters,24,21,24,21,0.47,1.3979,0.25,1.3424 milord,milord,184,21,142,16,3.61,2.2672,0.25,1.3424 Mina,mina,139,21,2,1,2.73,2.1461,0.25,1.3424 minorities,minorities,22,21,21,20,0.43,1.3617,0.25,1.3424 minty,minty,25,21,16,15,0.49,1.4150,0.25,1.3424 misplace,misplace,23,21,23,21,0.45,1.3802,0.25,1.3424 mistresses,mistresses,23,21,21,19,0.45,1.3802,0.25,1.3424 modestly,modestly,23,21,21,19,0.45,1.3802,0.25,1.3424 molar,molar,26,21,24,20,0.51,1.4314,0.25,1.3424 Mondo,mondo,54,21,10,10,1.06,1.7404,0.25,1.3424 mothering,mothering,21,21,21,21,0.41,1.3424,0.25,1.3424 muddle,muddle,22,21,21,20,0.43,1.3617,0.25,1.3424 multinational,multinational,32,21,22,20,0.63,1.5185,0.25,1.3424 mutate,mutate,24,21,23,21,0.47,1.3979,0.25,1.3424 Neanderthals,neanderthals,24,21,2,2,0.47,1.3979,0.25,1.3424 neighing,neighing,43,21,35,15,0.84,1.6435,0.25,1.3424 nerdy,nerdy,24,21,23,21,0.47,1.3979,0.25,1.3424 nests,nests,23,21,22,20,0.45,1.3802,0.25,1.3424 Newt,newt,68,21,19,16,1.33,1.8388,0.25,1.3424 nightstick,nightstick,21,21,20,20,0.41,1.3424,0.25,1.3424 nobly,nobly,22,21,20,19,0.43,1.3617,0.25,1.3424 nodes,nodes,28,21,28,21,0.55,1.4624,0.25,1.3424 numbing,numbing,23,21,23,21,0.45,1.3802,0.25,1.3424 nymph,nymph,38,21,33,18,0.75,1.5911,0.25,1.3424 oat,oat,27,21,17,15,0.53,1.4472,0.25,1.3424 obesity,obesity,21,21,19,19,0.41,1.3424,0.25,1.3424 obeys,obeys,22,21,22,21,0.43,1.3617,0.25,1.3424 occupant,occupant,41,21,35,16,0.80,1.6232,0.25,1.3424 Odyssey,odyssey,45,21,9,9,0.88,1.6628,0.25,1.3424 oldie,oldie,23,21,23,21,0.45,1.3802,0.25,1.3424 olfactory,olfactory,23,21,19,18,0.45,1.3802,0.25,1.3424 omens,omens,43,21,22,16,0.84,1.6435,0.25,1.3424 Oncology,oncology,31,21,15,12,0.61,1.5051,0.25,1.3424 opted,opted,21,21,21,21,0.41,1.3424,0.25,1.3424 origami,origami,39,21,22,17,0.76,1.6021,0.25,1.3424 outcomes,outcomes,22,21,21,20,0.43,1.3617,0.25,1.3424 outgrow,outgrow,21,21,21,21,0.41,1.3424,0.25,1.3424 overcrowded,overcrowded,23,21,23,21,0.45,1.3802,0.25,1.3424 overestimated,overestimated,21,21,21,21,0.41,1.3424,0.25,1.3424 overextended,overextended,21,21,20,20,0.41,1.3424,0.25,1.3424 overhaul,overhaul,24,21,21,19,0.47,1.3979,0.25,1.3424 overpowered,overpowered,22,21,21,20,0.43,1.3617,0.25,1.3424 overtaken,overtaken,24,21,22,20,0.47,1.3979,0.25,1.3424 pane,pane,24,21,23,20,0.47,1.3979,0.25,1.3424 paradigm,paradigm,37,21,35,19,0.73,1.5798,0.25,1.3424 parietal,parietal,24,21,23,20,0.47,1.3979,0.25,1.3424 Parry,parry,77,21,15,13,1.51,1.8921,0.25,1.3424 pasted,pasted,21,21,21,21,0.41,1.3424,0.25,1.3424 pathetically,pathetically,21,21,21,21,0.41,1.3424,0.25,1.3424 pathways,pathways,28,21,28,21,0.55,1.4624,0.25,1.3424 pence,pence,33,21,32,20,0.65,1.5315,0.25,1.3424 permissible,permissible,23,21,23,21,0.45,1.3802,0.25,1.3424 philistine,philistine,48,21,30,6,0.94,1.6902,0.25,1.3424 pinpointed,pinpointed,21,21,21,21,0.41,1.3424,0.25,1.3424 playhouse,playhouse,33,21,23,12,0.65,1.5315,0.25,1.3424 pneumothorax,pneumothorax,28,21,25,21,0.55,1.4624,0.25,1.3424 ponce,ponce,25,21,14,11,0.49,1.4150,0.25,1.3424 poppers,poppers,26,21,18,17,0.51,1.4314,0.25,1.3424 poppycock,poppycock,22,21,11,11,0.43,1.3617,0.25,1.3424 porthole,porthole,28,21,26,19,0.55,1.4624,0.25,1.3424 postponement,postponement,26,21,25,21,0.51,1.4314,0.25,1.3424 pothead,pothead,21,21,19,19,0.41,1.3424,0.25,1.3424 potted,potted,24,21,22,20,0.47,1.3979,0.25,1.3424 praising,praising,23,21,20,18,0.45,1.3802,0.25,1.3424 prelude,prelude,30,21,27,19,0.59,1.4914,0.25,1.3424 pressurized,pressurized,24,21,24,21,0.47,1.3979,0.25,1.3424 prevails,prevails,26,21,26,21,0.51,1.4314,0.25,1.3424 probabilities,probabilities,25,21,24,21,0.49,1.4150,0.25,1.3424 proprietary,proprietary,23,21,23,21,0.45,1.3802,0.25,1.3424 Pullman,pullman,42,21,0,0,0.82,1.6335,0.25,1.3424 pulsing,pulsing,24,21,22,19,0.47,1.3979,0.25,1.3424 punishments,punishments,21,21,21,21,0.41,1.3424,0.25,1.3424 punt,punt,37,21,31,19,0.73,1.5798,0.25,1.3424 purr,purr,39,21,25,20,0.76,1.6021,0.25,1.3424 purring,purring,21,21,21,21,0.41,1.3424,0.25,1.3424 Pursuant,pursuant,22,21,10,9,0.43,1.3617,0.25,1.3424 quips,quips,22,21,22,21,0.43,1.3617,0.25,1.3424 raspberries,raspberries,22,21,21,20,0.43,1.3617,0.25,1.3424 Rawhide,rawhide,56,21,11,10,1.10,1.7559,0.25,1.3424 Realty,realty,25,21,5,5,0.49,1.4150,0.25,1.3424 recalculated,recalculated,21,21,21,21,0.41,1.3424,0.25,1.3424 recalling,recalling,21,21,20,20,0.41,1.3424,0.25,1.3424 recant,recant,27,21,26,20,0.53,1.4472,0.25,1.3424 reconstructed,reconstructed,21,21,21,21,0.41,1.3424,0.25,1.3424 rednecks,rednecks,23,21,20,18,0.45,1.3802,0.25,1.3424 redone,redone,23,21,23,21,0.45,1.3802,0.25,1.3424 refinement,refinement,27,21,26,21,0.53,1.4472,0.25,1.3424 refrigerated,refrigerated,21,21,20,20,0.41,1.3424,0.25,1.3424 regretfully,regretfully,22,21,14,14,0.43,1.3617,0.25,1.3424 rehabilitate,rehabilitate,21,21,21,21,0.41,1.3424,0.25,1.3424 reigns,reigns,22,21,22,21,0.43,1.3617,0.25,1.3424 relayed,relayed,23,21,21,19,0.45,1.3802,0.25,1.3424 reorganize,reorganize,21,21,21,21,0.41,1.3424,0.25,1.3424 repaint,repaint,23,21,21,20,0.45,1.3802,0.25,1.3424 resents,resents,24,21,22,20,0.47,1.3979,0.25,1.3424 resin,resin,30,21,25,19,0.59,1.4914,0.25,1.3424 resounding,resounding,23,21,21,19,0.45,1.3802,0.25,1.3424 restriction,restriction,26,21,25,20,0.51,1.4314,0.25,1.3424 restrooms,restrooms,23,21,20,18,0.45,1.3802,0.25,1.3424 resuscitation,resuscitation,23,21,20,19,0.45,1.3802,0.25,1.3424 retires,retires,23,21,23,21,0.45,1.3802,0.25,1.3424 rewritten,rewritten,22,21,18,18,0.43,1.3617,0.25,1.3424 Rhapsody,rhapsody,27,21,6,6,0.53,1.4472,0.25,1.3424 ricochet,ricochet,24,21,22,20,0.47,1.3979,0.25,1.3424 rinds,rinds,25,21,25,21,0.49,1.4150,0.25,1.3424 rioting,rioting,26,21,24,20,0.51,1.4314,0.25,1.3424 rippling,rippling,30,21,30,21,0.59,1.4914,0.25,1.3424 roamed,roamed,24,21,24,21,0.47,1.3979,0.25,1.3424 romp,romp,27,21,23,19,0.53,1.4472,0.25,1.3424 roughest,roughest,22,21,22,21,0.43,1.3617,0.25,1.3424 roust,roust,21,21,20,20,0.41,1.3424,0.25,1.3424 Royale,royale,40,21,4,4,0.78,1.6128,0.25,1.3424 ruffian,ruffian,28,21,27,20,0.55,1.4624,0.25,1.3424 rummaging,rummaging,21,21,21,21,0.41,1.3424,0.25,1.3424 runneth,runneth,21,21,21,21,0.41,1.3424,0.25,1.3424 Ryder,ryder,67,21,0,0,1.31,1.8325,0.25,1.3424 sable,sable,42,21,30,15,0.82,1.6335,0.25,1.3424 safeguards,safeguards,22,21,22,21,0.43,1.3617,0.25,1.3424 Samba,samba,29,21,14,13,0.57,1.4771,0.25,1.3424 Scamp,scamp,90,21,22,19,1.76,1.9590,0.25,1.3424 schoolgirls,schoolgirls,25,21,22,18,0.49,1.4150,0.25,1.3424 scouted,scouted,23,21,22,20,0.45,1.3802,0.25,1.3424 seashells,seashells,32,21,28,21,0.63,1.5185,0.25,1.3424 seashore,seashore,24,21,23,20,0.47,1.3979,0.25,1.3424 segregation,segregation,43,21,32,19,0.84,1.6435,0.25,1.3424 selfishly,selfishly,21,21,17,17,0.41,1.3424,0.25,1.3424 Sen,sen,72,21,17,9,1.41,1.8633,0.25,1.3424 shanghaied,shanghaied,27,21,20,16,0.53,1.4472,0.25,1.3424 sharpening,sharpening,24,21,22,19,0.47,1.3979,0.25,1.3424 Shi,shi,50,21,12,9,0.98,1.7076,0.25,1.3424 shipwreck,shipwreck,27,21,25,20,0.53,1.4472,0.25,1.3424 shrill,shrill,24,21,19,19,0.47,1.3979,0.25,1.3424 Sigma,sigma,38,21,2,2,0.75,1.5911,0.25,1.3424 silliest,silliest,22,21,22,21,0.43,1.3617,0.25,1.3424 simplistic,simplistic,21,21,21,21,0.41,1.3424,0.25,1.3424 sixpence,sixpence,30,21,20,17,0.59,1.4914,0.25,1.3424 Skittles,skittles,27,21,7,7,0.53,1.4472,0.25,1.3424 skunks,skunks,25,21,21,18,0.49,1.4150,0.25,1.3424 sleight,sleight,25,21,19,18,0.49,1.4150,0.25,1.3424 slush,slush,28,21,26,20,0.55,1.4624,0.25,1.3424 snorkel,snorkel,31,21,27,19,0.61,1.5051,0.25,1.3424 sociology,sociology,22,21,16,16,0.43,1.3617,0.25,1.3424 soulful,soulful,22,21,22,21,0.43,1.3617,0.25,1.3424 spares,spares,21,21,21,21,0.41,1.3424,0.25,1.3424 spew,spew,24,21,22,19,0.47,1.3979,0.25,1.3424 sportswriter,sportswriter,36,21,27,20,0.71,1.5682,0.25,1.3424 squatters,squatters,25,21,21,19,0.49,1.4150,0.25,1.3424 squirting,squirting,25,21,23,19,0.49,1.4150,0.25,1.3424 stabs,stabs,23,21,23,21,0.45,1.3802,0.25,1.3424 standardized,standardized,40,21,28,18,0.78,1.6128,0.25,1.3424 Std,std,36,21,0,0,0.71,1.5682,0.25,1.3424 sterilize,sterilize,24,21,18,16,0.47,1.3979,0.25,1.3424 stewed,stewed,22,21,18,18,0.43,1.3617,0.25,1.3424 stillness,stillness,22,21,21,20,0.43,1.3617,0.25,1.3424 stills,stills,27,21,24,18,0.53,1.4472,0.25,1.3424 stipulated,stipulated,22,21,22,21,0.43,1.3617,0.25,1.3424 Stoke,stoke,60,21,10,10,1.18,1.7853,0.25,1.3424 Stonewall,stonewall,37,21,6,6,0.73,1.5798,0.25,1.3424 strands,strands,27,21,27,21,0.53,1.4472,0.25,1.3424 streaking,streaking,31,21,27,17,0.61,1.5051,0.25,1.3424 strolled,strolled,22,21,20,19,0.43,1.3617,0.25,1.3424 Stronghold,stronghold,60,21,24,20,1.18,1.7853,0.25,1.3424 subliminal,subliminal,36,21,29,18,0.71,1.5682,0.25,1.3424 subscriptions,subscriptions,24,21,22,19,0.47,1.3979,0.25,1.3424 summed,summed,21,21,20,20,0.41,1.3424,0.25,1.3424 suppression,suppression,25,21,24,20,0.49,1.4150,0.25,1.3424 swank,swank,24,21,16,13,0.47,1.3979,0.25,1.3424 Swivel,swivel,36,21,17,14,0.71,1.5682,0.25,1.3424 symbolizes,symbolizes,24,21,24,21,0.47,1.3979,0.25,1.3424 Tabasco,tabasco,23,21,3,3,0.45,1.3802,0.25,1.3424 Tallahassee,tallahassee,33,21,0,0,0.65,1.5315,0.25,1.3424 tamponade,tamponade,24,21,21,18,0.47,1.3979,0.25,1.3424 teaspoon,teaspoon,24,21,24,21,0.47,1.3979,0.25,1.3424 technicalities,technicalities,23,21,22,20,0.45,1.3802,0.25,1.3424 Technicolor,technicolor,31,21,1,1,0.61,1.5051,0.25,1.3424 terminals,terminals,25,21,25,21,0.49,1.4150,0.25,1.3424 tether,tether,24,21,23,20,0.47,1.3979,0.25,1.3424 textile,textile,25,21,22,19,0.49,1.4150,0.25,1.3424 thankless,thankless,21,21,20,20,0.41,1.3424,0.25,1.3424 thirties,thirties,26,21,25,20,0.51,1.4314,0.25,1.3424 tinhorn,tinhorn,27,21,24,20,0.53,1.4472,0.25,1.3424 Toddy,toddy,127,21,15,13,2.49,2.1072,0.25,1.3424 tolerable,tolerable,23,21,21,19,0.45,1.3802,0.25,1.3424 tomcat,tomcat,34,21,20,17,0.67,1.5441,0.25,1.3424 torrent,torrent,21,21,21,21,0.41,1.3424,0.25,1.3424 transforms,transforms,21,21,21,21,0.41,1.3424,0.25,1.3424 triangles,triangles,21,21,16,16,0.41,1.3424,0.25,1.3424 trifles,trifles,24,21,21,20,0.47,1.3979,0.25,1.3424 trilogy,trilogy,32,21,29,18,0.63,1.5185,0.25,1.3424 tugging,tugging,21,21,21,21,0.41,1.3424,0.25,1.3424 turbine,turbine,46,21,39,19,0.90,1.6721,0.25,1.3424 tweaking,tweaking,27,21,26,21,0.53,1.4472,0.25,1.3424 twine,twine,29,21,27,21,0.57,1.4771,0.25,1.3424 ubiquitous,ubiquitous,23,21,20,18,0.45,1.3802,0.25,1.3424 unaffected,unaffected,22,21,22,21,0.43,1.3617,0.25,1.3424 undermines,undermines,21,21,21,21,0.41,1.3424,0.25,1.3424 understaffed,understaffed,22,21,22,21,0.43,1.3617,0.25,1.3424 unending,unending,25,21,19,15,0.49,1.4150,0.25,1.3424 unison,unison,21,21,21,21,0.41,1.3424,0.25,1.3424 unsanitary,unsanitary,21,21,18,18,0.41,1.3424,0.25,1.3424 untrustworthy,untrustworthy,21,21,20,20,0.41,1.3424,0.25,1.3424 unwed,unwed,27,21,26,20,0.53,1.4472,0.25,1.3424 upstart,upstart,21,21,19,19,0.41,1.3424,0.25,1.3424 urination,urination,28,21,27,20,0.55,1.4624,0.25,1.3424 vagabond,vagabond,25,21,22,19,0.49,1.4150,0.25,1.3424 Vail,vail,81,21,3,3,1.59,1.9138,0.25,1.3424 vaporized,vaporized,28,21,21,17,0.55,1.4624,0.25,1.3424 varmint,varmint,40,21,37,20,0.78,1.6128,0.25,1.3424 vases,vases,28,21,27,21,0.55,1.4624,0.25,1.3424 venomous,venomous,27,21,24,18,0.53,1.4472,0.25,1.3424 Verdi,verdi,34,21,1,1,0.67,1.5441,0.25,1.3424 verily,verily,29,21,17,9,0.57,1.4771,0.25,1.3424 Vietcong,vietcong,59,21,0,0,1.16,1.7782,0.25,1.3424 vigorously,vigorously,21,21,20,20,0.41,1.3424,0.25,1.3424 vowels,vowels,28,21,26,21,0.55,1.4624,0.25,1.3424 waver,waver,22,21,22,21,0.43,1.3617,0.25,1.3424 Westerners,westerners,22,21,3,3,0.43,1.3617,0.25,1.3424 whoring,whoring,21,21,20,20,0.41,1.3424,0.25,1.3424 whupped,whupped,24,21,24,21,0.47,1.3979,0.25,1.3424 wigged,wigged,23,21,23,21,0.45,1.3802,0.25,1.3424 Winslow,winslow,58,21,1,1,1.14,1.7709,0.25,1.3424 wrongfully,wrongfully,25,21,25,21,0.49,1.4150,0.25,1.3424 yielded,yielded,21,21,21,21,0.41,1.3424,0.25,1.3424 yields,yields,29,21,29,21,0.57,1.4771,0.25,1.3424 zebras,zebras,26,21,24,20,0.51,1.4314,0.25,1.3424 zucchini,zucchini,49,21,46,19,0.96,1.6990,0.25,1.3424 abject,abject,20,20,17,17,0.39,1.3222,0.24,1.3222 abnormality,abnormality,26,20,26,20,0.51,1.4314,0.24,1.3222 acclaimed,acclaimed,20,20,20,20,0.39,1.3222,0.24,1.3222 acknowledgement,acknowledgement,21,20,21,20,0.41,1.3424,0.24,1.3222 Aclu,aclu,21,20,0,0,0.41,1.3424,0.24,1.3222 acquaint,acquaint,20,20,17,17,0.39,1.3222,0.24,1.3222 admirably,admirably,21,20,20,19,0.41,1.3424,0.24,1.3222 Adolph,adolph,42,20,0,0,0.82,1.6335,0.24,1.3222 advantageous,advantageous,20,20,20,20,0.39,1.3222,0.24,1.3222 advises,advises,24,20,24,20,0.47,1.3979,0.24,1.3222 aerodynamic,aerodynamic,22,20,22,20,0.43,1.3617,0.24,1.3222 affidavits,affidavits,31,20,31,20,0.61,1.5051,0.24,1.3222 Afghan,afghan,29,20,8,8,0.57,1.4771,0.24,1.3222 agendas,agendas,21,20,19,18,0.41,1.3424,0.24,1.3222 agile,agile,20,20,18,18,0.39,1.3222,0.24,1.3222 airhead,airhead,27,20,23,18,0.53,1.4472,0.24,1.3222 ajar,ajar,23,20,23,20,0.45,1.3802,0.24,1.3222 algorithm,algorithm,27,20,23,19,0.53,1.4472,0.24,1.3222 alienation,alienation,22,20,18,16,0.43,1.3617,0.24,1.3222 amok,amok,26,20,19,19,0.51,1.4314,0.24,1.3222 anagram,anagram,26,20,25,20,0.51,1.4314,0.24,1.3222 analysed,analysed,23,20,23,20,0.45,1.3802,0.24,1.3222 anointed,anointed,38,20,23,15,0.75,1.5911,0.24,1.3222 antiquities,antiquities,26,20,20,18,0.51,1.4314,0.24,1.3222 apologising,apologising,29,20,28,19,0.57,1.4771,0.24,1.3222 apologizes,apologizes,21,20,21,20,0.41,1.3424,0.24,1.3222 apprehending,apprehending,20,20,20,20,0.39,1.3222,0.24,1.3222 Arcadia,arcadia,49,20,21,11,0.96,1.6990,0.24,1.3222 argues,argues,20,20,20,20,0.39,1.3222,0.24,1.3222 arrhythmia,arrhythmia,24,20,23,20,0.47,1.3979,0.24,1.3222 assassinations,assassinations,29,20,27,18,0.57,1.4771,0.24,1.3222 Asteroids,asteroids,30,20,10,10,0.59,1.4914,0.24,1.3222 athletics,athletics,32,20,24,16,0.63,1.5185,0.24,1.3222 attest,attest,22,20,22,20,0.43,1.3617,0.24,1.3222 authorisation,authorisation,28,20,21,18,0.55,1.4624,0.24,1.3222 avid,avid,25,20,20,19,0.49,1.4150,0.24,1.3222 Balkans,balkans,25,20,0,0,0.49,1.4150,0.24,1.3222 ballads,ballads,22,20,20,18,0.43,1.3617,0.24,1.3222 Bangladesh,bangladesh,23,20,0,0,0.45,1.3802,0.24,1.3222 banked,banked,22,20,22,20,0.43,1.3617,0.24,1.3222 Bannerman,bannerman,50,20,0,0,0.98,1.7076,0.24,1.3222 bathhouse,bathhouse,26,20,25,19,0.51,1.4314,0.24,1.3222 battalions,battalions,27,20,20,14,0.53,1.4472,0.24,1.3222 bauble,bauble,22,20,21,19,0.43,1.3617,0.24,1.3222 beachhead,beachhead,32,20,27,19,0.63,1.5185,0.24,1.3222 befriend,befriend,22,20,22,20,0.43,1.3617,0.24,1.3222 Begone,begone,26,20,9,9,0.51,1.4314,0.24,1.3222 Bene,bene,41,20,12,10,0.80,1.6232,0.24,1.3222 bereavement,bereavement,23,20,23,20,0.45,1.3802,0.24,1.3222 Berets,berets,31,20,7,6,0.61,1.5051,0.24,1.3222 betters,betters,21,20,20,19,0.41,1.3424,0.24,1.3222 bicarb,bicarb,27,20,22,17,0.53,1.4472,0.24,1.3222 bionic,bionic,30,20,20,15,0.59,1.4914,0.24,1.3222 Birdman,birdman,44,20,10,10,0.86,1.6532,0.24,1.3222 Bismarck,bismarck,102,20,0,0,2.00,2.0128,0.24,1.3222 Blackbird,blackbird,42,20,11,9,0.82,1.6335,0.24,1.3222 blatantly,blatantly,24,20,18,18,0.47,1.3979,0.24,1.3222 blazers,blazers,30,20,18,13,0.59,1.4914,0.24,1.3222 blinders,blinders,24,20,22,18,0.47,1.3979,0.24,1.3222 bodega,bodega,67,20,35,14,1.31,1.8325,0.24,1.3222 Bora,bora,58,20,1,1,1.14,1.7709,0.24,1.3222 brash,brash,21,20,20,19,0.41,1.3424,0.24,1.3222 breakdowns,breakdowns,24,20,24,20,0.47,1.3979,0.24,1.3222 brokered,brokered,21,20,21,20,0.41,1.3424,0.24,1.3222 brutish,brutish,21,20,20,19,0.41,1.3424,0.24,1.3222 bungled,bungled,21,20,21,20,0.41,1.3424,0.24,1.3222 Bunt,bunt,41,20,14,13,0.80,1.6232,0.24,1.3222 busboys,busboys,24,20,18,15,0.47,1.3979,0.24,1.3222 Cabot,cabot,85,20,1,1,1.67,1.9345,0.24,1.3222 calibrated,calibrated,24,20,23,20,0.47,1.3979,0.24,1.3222 canasta,canasta,25,20,20,17,0.49,1.4150,0.24,1.3222 candidacy,candidacy,32,20,32,20,0.63,1.5185,0.24,1.3222 canes,canes,22,20,22,20,0.43,1.3617,0.24,1.3222 cannabis,cannabis,23,20,21,18,0.45,1.3802,0.24,1.3222 cantina,cantina,30,20,26,18,0.59,1.4914,0.24,1.3222 carbohydrates,carbohydrates,20,20,19,19,0.39,1.3222,0.24,1.3222 cased,cased,21,20,21,20,0.41,1.3424,0.24,1.3222 Castor,castor,67,20,19,14,1.31,1.8325,0.24,1.3222 caving,caving,31,20,29,20,0.61,1.5051,0.24,1.3222 cellblock,cellblock,27,20,22,16,0.53,1.4472,0.24,1.3222 cereals,cereals,23,20,19,17,0.45,1.3802,0.24,1.3222 chameleon,chameleon,37,20,28,16,0.73,1.5798,0.24,1.3222 chaperoning,chaperoning,21,20,20,19,0.41,1.3424,0.24,1.3222 Chevrolet,chevrolet,25,20,0,0,0.49,1.4150,0.24,1.3222 chimneys,chimneys,29,20,28,20,0.57,1.4771,0.24,1.3222 chippy,chippy,25,20,22,18,0.49,1.4150,0.24,1.3222 Chuckie,chuckie,61,20,0,0,1.20,1.7924,0.24,1.3222 cinematography,cinematography,22,20,11,10,0.43,1.3617,0.24,1.3222 citadel,citadel,23,20,18,16,0.45,1.3802,0.24,1.3222 citrus,citrus,26,20,16,15,0.51,1.4314,0.24,1.3222 Clair,clair,47,20,2,2,0.92,1.6812,0.24,1.3222 clambake,clambake,24,20,22,19,0.47,1.3979,0.24,1.3222 classifieds,classifieds,24,20,19,16,0.47,1.3979,0.24,1.3222 clemency,clemency,47,20,35,18,0.92,1.6812,0.24,1.3222 clenched,clenched,22,20,21,19,0.43,1.3617,0.24,1.3222 cloakroom,cloakroom,33,20,32,19,0.65,1.5315,0.24,1.3222 clod,clod,21,20,18,17,0.41,1.3424,0.24,1.3222 cobalt,cobalt,30,20,18,11,0.59,1.4914,0.24,1.3222 coerce,coerce,21,20,21,20,0.41,1.3424,0.24,1.3222 collectibles,collectibles,22,20,17,16,0.43,1.3617,0.24,1.3222 comforter,comforter,20,20,20,20,0.39,1.3222,0.24,1.3222 comparatively,comparatively,20,20,19,19,0.39,1.3222,0.24,1.3222 complexes,complexes,25,20,25,20,0.49,1.4150,0.24,1.3222 complicity,complicity,21,20,19,18,0.41,1.3424,0.24,1.3222 compost,compost,28,20,23,18,0.55,1.4624,0.24,1.3222 Concord,concord,26,20,6,6,0.51,1.4314,0.24,1.3222 congestion,congestion,24,20,23,19,0.47,1.3979,0.24,1.3222 congratulating,congratulating,21,20,20,20,0.41,1.3424,0.24,1.3222 conjured,conjured,21,20,21,20,0.41,1.3424,0.24,1.3222 conspirators,conspirators,24,20,23,19,0.47,1.3979,0.24,1.3222 constipation,constipation,21,20,20,19,0.41,1.3424,0.24,1.3222 consults,consults,21,20,20,20,0.41,1.3424,0.24,1.3222 cooker,cooker,34,20,23,18,0.67,1.5441,0.24,1.3222 coolant,coolant,35,20,33,20,0.69,1.5563,0.24,1.3222 Coolidge,coolidge,31,20,0,0,0.61,1.5051,0.24,1.3222 cores,cores,33,20,33,20,0.65,1.5315,0.24,1.3222 coven,coven,30,20,23,17,0.59,1.4914,0.24,1.3222 cranes,cranes,44,20,33,12,0.86,1.6532,0.24,1.3222 crayon,crayon,21,20,21,20,0.41,1.3424,0.24,1.3222 credo,credo,34,20,30,17,0.67,1.5441,0.24,1.3222 Creole,creole,55,20,1,1,1.08,1.7482,0.24,1.3222 Crouch,crouch,38,20,12,12,0.75,1.5911,0.24,1.3222 crumpets,crumpets,28,20,26,20,0.55,1.4624,0.24,1.3222 Cs,cs,29,20,2,2,0.57,1.4771,0.24,1.3222 curtsy,curtsy,29,20,24,17,0.57,1.4771,0.24,1.3222 cycling,cycling,20,20,18,18,0.39,1.3222,0.24,1.3222 czar,czar,35,20,20,10,0.69,1.5563,0.24,1.3222 daffodils,daffodils,32,20,25,18,0.63,1.5185,0.24,1.3222 debated,debated,23,20,23,20,0.45,1.3802,0.24,1.3222 decently,decently,21,20,20,19,0.41,1.3424,0.24,1.3222 decompose,decompose,24,20,23,19,0.47,1.3979,0.24,1.3222 deduced,deduced,20,20,20,20,0.39,1.3222,0.24,1.3222 deliberation,deliberation,20,20,20,20,0.39,1.3222,0.24,1.3222 delude,delude,22,20,21,19,0.43,1.3617,0.24,1.3222 departs,departs,22,20,18,16,0.43,1.3617,0.24,1.3222 depicted,depicted,21,20,21,20,0.41,1.3424,0.24,1.3222 descriptive,descriptive,20,20,19,19,0.39,1.3222,0.24,1.3222 detaining,detaining,22,20,21,19,0.43,1.3617,0.24,1.3222 deter,deter,20,20,20,20,0.39,1.3222,0.24,1.3222 deviated,deviated,22,20,22,20,0.43,1.3617,0.24,1.3222 devoting,devoting,20,20,19,19,0.39,1.3222,0.24,1.3222 diagrams,diagrams,20,20,19,19,0.39,1.3222,0.24,1.3222 Dingo,dingo,66,20,13,10,1.29,1.8261,0.24,1.3222 discourse,discourse,20,20,20,20,0.39,1.3222,0.24,1.3222 discretionary,discretionary,21,20,21,20,0.41,1.3424,0.24,1.3222 disruptive,disruptive,22,20,22,20,0.43,1.3617,0.24,1.3222 dissing,dissing,27,20,25,20,0.53,1.4472,0.24,1.3222 dissolves,dissolves,21,20,19,18,0.41,1.3424,0.24,1.3222 distracts,distracts,21,20,15,15,0.41,1.3424,0.24,1.3222 dominates,dominates,21,20,20,19,0.41,1.3424,0.24,1.3222 Dongs,dongs,34,20,7,4,0.67,1.5441,0.24,1.3222 doubtless,doubtless,21,20,12,12,0.41,1.3424,0.24,1.3222 dozing,dozing,20,20,19,19,0.39,1.3222,0.24,1.3222 draught,draught,24,20,22,19,0.47,1.3979,0.24,1.3222 dredge,dredge,24,20,23,19,0.47,1.3979,0.24,1.3222 drier,drier,22,20,22,20,0.43,1.3617,0.24,1.3222 duster,duster,20,20,19,19,0.39,1.3222,0.24,1.3222 easygoing,easygoing,22,20,20,18,0.43,1.3617,0.24,1.3222 Eau,eau,24,20,8,8,0.47,1.3979,0.24,1.3222 ecological,ecological,23,20,23,20,0.45,1.3802,0.24,1.3222 educator,educator,24,20,22,19,0.47,1.3979,0.24,1.3222 ejaculate,ejaculate,24,20,21,18,0.47,1.3979,0.24,1.3222 elitist,elitist,23,20,22,19,0.45,1.3802,0.24,1.3222 eloquently,eloquently,21,20,17,17,0.41,1.3424,0.24,1.3222 elude,elude,21,20,21,20,0.41,1.3424,0.24,1.3222 emancipation,emancipation,24,20,16,13,0.47,1.3979,0.24,1.3222 embankment,embankment,24,20,23,20,0.47,1.3979,0.24,1.3222 emission,emission,25,20,23,19,0.49,1.4150,0.24,1.3222 emit,emit,20,20,20,20,0.39,1.3222,0.24,1.3222 enriched,enriched,21,20,21,20,0.41,1.3424,0.24,1.3222 entitle,entitle,22,20,22,20,0.43,1.3617,0.24,1.3222 epidural,epidural,28,20,26,19,0.55,1.4624,0.24,1.3222 eradicate,eradicate,27,20,23,18,0.53,1.4472,0.24,1.3222 erupt,erupt,20,20,20,20,0.39,1.3222,0.24,1.3222 estranged,estranged,21,20,21,20,0.41,1.3424,0.24,1.3222 evaporated,evaporated,24,20,23,19,0.47,1.3979,0.24,1.3222 excitable,excitable,24,20,20,17,0.47,1.3979,0.24,1.3222 Ezra,ezra,166,20,0,0,3.25,2.2227,0.24,1.3222 faithless,faithless,27,20,20,15,0.53,1.4472,0.24,1.3222 falafel,falafel,31,20,20,16,0.61,1.5051,0.24,1.3222 fanciful,fanciful,25,20,22,18,0.49,1.4150,0.24,1.3222 farmland,farmland,20,20,20,20,0.39,1.3222,0.24,1.3222 fatherhood,fatherhood,23,20,23,20,0.45,1.3802,0.24,1.3222 Faulkner,faulkner,30,20,0,0,0.59,1.4914,0.24,1.3222 faxes,faxes,27,20,25,20,0.53,1.4472,0.24,1.3222 feats,feats,24,20,24,20,0.47,1.3979,0.24,1.3222 ficus,ficus,27,20,23,18,0.53,1.4472,0.24,1.3222 firehouse,firehouse,62,20,50,13,1.22,1.7993,0.24,1.3222 fiver,fiver,25,20,22,17,0.49,1.4150,0.24,1.3222 flocking,flocking,20,20,19,19,0.39,1.3222,0.24,1.3222 floored,floored,20,20,20,20,0.39,1.3222,0.24,1.3222 Flounder,flounder,43,20,18,15,0.84,1.6435,0.24,1.3222 foolhardy,foolhardy,21,20,21,20,0.41,1.3424,0.24,1.3222 foregone,foregone,21,20,19,18,0.41,1.3424,0.24,1.3222 forevermore,forevermore,27,20,25,18,0.53,1.4472,0.24,1.3222 forger,forger,31,20,31,20,0.61,1.5051,0.24,1.3222 Fourteenth,fourteenth,53,20,17,13,1.04,1.7324,0.24,1.3222 franchises,franchises,26,20,26,20,0.51,1.4314,0.24,1.3222 frazzled,frazzled,23,20,23,20,0.45,1.3802,0.24,1.3222 Freelancer,freelancer,39,20,14,12,0.76,1.6021,0.24,1.3222 freeloaders,freeloaders,23,20,22,19,0.45,1.3802,0.24,1.3222 friendless,friendless,24,20,20,16,0.47,1.3979,0.24,1.3222 froggy,froggy,30,20,15,15,0.59,1.4914,0.24,1.3222 futon,futon,34,20,34,20,0.67,1.5441,0.24,1.3222 ganging,ganging,20,20,19,19,0.39,1.3222,0.24,1.3222 gentlemanly,gentlemanly,21,20,20,19,0.41,1.3424,0.24,1.3222 geometric,geometric,23,20,22,19,0.45,1.3802,0.24,1.3222 gimmicks,gimmicks,25,20,24,20,0.49,1.4150,0.24,1.3222 girth,girth,22,20,22,20,0.43,1.3617,0.24,1.3222 gizzard,gizzard,23,20,22,19,0.45,1.3802,0.24,1.3222 Glades,glades,50,20,20,15,0.98,1.7076,0.24,1.3222 gnawing,gnawing,21,20,19,19,0.41,1.3424,0.24,1.3222 Godiva,godiva,23,20,0,0,0.45,1.3802,0.24,1.3222 grandest,grandest,21,20,21,20,0.41,1.3424,0.24,1.3222 greaseball,greaseball,21,20,18,17,0.41,1.3424,0.24,1.3222 greets,greets,22,20,19,18,0.43,1.3617,0.24,1.3222 grime,grime,21,20,21,20,0.41,1.3424,0.24,1.3222 gritty,gritty,23,20,23,20,0.45,1.3802,0.24,1.3222 grounding,grounding,28,20,28,20,0.55,1.4624,0.24,1.3222 gulag,gulag,22,20,11,10,0.43,1.3617,0.24,1.3222 Gummy,gummy,38,20,14,13,0.75,1.5911,0.24,1.3222 Gussie,gussie,67,20,0,0,1.31,1.8325,0.24,1.3222 hackers,hackers,59,20,46,16,1.16,1.7782,0.24,1.3222 haiku,haiku,24,20,21,19,0.47,1.3979,0.24,1.3222 hails,hails,22,20,18,18,0.43,1.3617,0.24,1.3222 handball,handball,28,20,25,17,0.55,1.4624,0.24,1.3222 harmonious,harmonious,20,20,19,19,0.39,1.3222,0.24,1.3222 harpy,harpy,34,20,24,15,0.67,1.5441,0.24,1.3222 haughty,haughty,21,20,21,20,0.41,1.3424,0.24,1.3222 hearted,hearted,23,20,22,19,0.45,1.3802,0.24,1.3222 Helsinki,helsinki,38,20,0,0,0.75,1.5911,0.24,1.3222 hijackers,hijackers,41,20,39,18,0.80,1.6232,0.24,1.3222 Hobbit,hobbit,73,20,16,11,1.43,1.8692,0.24,1.3222 Hoi,hoi,86,20,9,9,1.69,1.9395,0.24,1.3222 hollers,hollers,21,20,20,19,0.41,1.3424,0.24,1.3222 hombres,hombres,20,20,18,18,0.39,1.3222,0.24,1.3222 honorably,honorably,21,20,20,19,0.41,1.3424,0.24,1.3222 hoots,hoots,29,20,24,17,0.57,1.4771,0.24,1.3222 horizontally,horizontally,24,20,21,18,0.47,1.3979,0.24,1.3222 horned,horned,27,20,25,18,0.53,1.4472,0.24,1.3222 humdrum,humdrum,22,20,22,20,0.43,1.3617,0.24,1.3222 hybrids,hybrids,50,20,49,20,0.98,1.7076,0.24,1.3222 icebreaker,icebreaker,21,20,21,20,0.41,1.3424,0.24,1.3222 ii,ii,57,20,38,4,1.12,1.7634,0.24,1.3222 immorality,immorality,22,20,21,19,0.43,1.3617,0.24,1.3222 imperfections,imperfections,23,20,21,19,0.45,1.3802,0.24,1.3222 imperialist,imperialist,26,20,22,17,0.51,1.4314,0.24,1.3222 imprison,imprison,20,20,19,19,0.39,1.3222,0.24,1.3222 incantation,incantation,28,20,28,20,0.55,1.4624,0.24,1.3222 incessantly,incessantly,22,20,21,19,0.43,1.3617,0.24,1.3222 indecision,indecision,22,20,22,20,0.43,1.3617,0.24,1.3222 indefinite,indefinite,20,20,20,20,0.39,1.3222,0.24,1.3222 indignity,indignity,20,20,20,20,0.39,1.3222,0.24,1.3222 indulgent,indulgent,20,20,19,19,0.39,1.3222,0.24,1.3222 inefficient,inefficient,21,20,18,18,0.41,1.3424,0.24,1.3222 infamy,infamy,22,20,22,20,0.43,1.3617,0.24,1.3222 infomercials,infomercials,20,20,19,19,0.39,1.3222,0.24,1.3222 informers,informers,20,20,18,18,0.39,1.3222,0.24,1.3222 inhibited,inhibited,23,20,23,20,0.45,1.3802,0.24,1.3222 inhospitable,inhospitable,21,20,19,18,0.41,1.3424,0.24,1.3222 iniquity,iniquity,26,20,26,20,0.51,1.4314,0.24,1.3222 innards,innards,20,20,20,20,0.39,1.3222,0.24,1.3222 innocuous,innocuous,24,20,21,19,0.47,1.3979,0.24,1.3222 inquisition,inquisition,22,20,18,17,0.43,1.3617,0.24,1.3222 insecticide,insecticide,27,20,25,20,0.53,1.4472,0.24,1.3222 instinctive,instinctive,21,20,19,19,0.41,1.3424,0.24,1.3222 intangible,intangible,27,20,25,18,0.53,1.4472,0.24,1.3222 intercepting,intercepting,21,20,21,20,0.41,1.3424,0.24,1.3222 interception,interception,29,20,21,17,0.57,1.4771,0.24,1.3222 invisibility,invisibility,34,20,31,17,0.67,1.5441,0.24,1.3222 invoking,invoking,21,20,21,20,0.41,1.3424,0.24,1.3222 Janeiro,janeiro,25,20,0,0,0.49,1.4150,0.24,1.3222 jeopardise,jeopardise,23,20,23,20,0.45,1.3802,0.24,1.3222 jeopardized,jeopardized,21,20,21,20,0.41,1.3424,0.24,1.3222 jettison,jettison,37,20,28,14,0.73,1.5798,0.24,1.3222 jittery,jittery,21,20,19,19,0.41,1.3424,0.24,1.3222 jockstrap,jockstrap,22,20,22,20,0.43,1.3617,0.24,1.3222 jumpers,jumpers,30,20,24,18,0.59,1.4914,0.24,1.3222 Kama,kama,29,20,0,0,0.57,1.4771,0.24,1.3222 kismet,kismet,23,20,18,17,0.45,1.3802,0.24,1.3222 knickknacks,knickknacks,20,20,18,18,0.39,1.3222,0.24,1.3222 knotted,knotted,21,20,20,20,0.41,1.3424,0.24,1.3222 Kodak,kodak,26,20,0,0,0.51,1.4314,0.24,1.3222 kooks,kooks,22,20,20,18,0.43,1.3617,0.24,1.3222 laborer,laborer,23,20,22,20,0.45,1.3802,0.24,1.3222 laborers,laborers,25,20,24,20,0.49,1.4150,0.24,1.3222 lamest,lamest,22,20,22,20,0.43,1.3617,0.24,1.3222 Lansing,lansing,43,20,4,2,0.84,1.6435,0.24,1.3222 lashing,lashing,23,20,22,19,0.45,1.3802,0.24,1.3222 launchers,launchers,21,20,21,20,0.41,1.3424,0.24,1.3222 lawless,lawless,22,20,22,20,0.43,1.3617,0.24,1.3222 leveling,leveling,22,20,17,17,0.43,1.3617,0.24,1.3222 Liang,liang,89,20,0,0,1.75,1.9542,0.24,1.3222 ligament,ligament,25,20,25,20,0.49,1.4150,0.24,1.3222 listings,listings,26,20,24,19,0.51,1.4314,0.24,1.3222 loonies,loonies,28,20,27,20,0.55,1.4624,0.24,1.3222 looped,looped,22,20,21,19,0.43,1.3617,0.24,1.3222 looted,looted,20,20,20,20,0.39,1.3222,0.24,1.3222 lukewarm,lukewarm,24,20,23,19,0.47,1.3979,0.24,1.3222 Luxembourg,luxembourg,30,20,0,0,0.59,1.4914,0.24,1.3222 lye,lye,31,20,26,18,0.61,1.5051,0.24,1.3222 magnifique,magnifique,27,20,14,10,0.53,1.4472,0.24,1.3222 Mamie,mamie,48,20,0,0,0.94,1.6902,0.24,1.3222 marksmanship,marksmanship,23,20,22,19,0.45,1.3802,0.24,1.3222 marquee,marquee,27,20,24,18,0.53,1.4472,0.24,1.3222 masterful,masterful,20,20,17,17,0.39,1.3222,0.24,1.3222 median,median,20,20,18,18,0.39,1.3222,0.24,1.3222 Mer,mer,40,20,18,8,0.78,1.6128,0.24,1.3222 merged,merged,22,20,22,20,0.43,1.3617,0.24,1.3222 mesmerized,mesmerized,21,20,20,20,0.41,1.3424,0.24,1.3222 Micah,micah,109,20,0,0,2.14,2.0414,0.24,1.3222 mightier,mightier,20,20,17,17,0.39,1.3222,0.24,1.3222 migrate,migrate,21,20,20,19,0.41,1.3424,0.24,1.3222 Minion,minion,47,20,21,15,0.92,1.6812,0.24,1.3222 minstrel,minstrel,28,20,21,17,0.55,1.4624,0.24,1.3222 mirrored,mirrored,23,20,20,18,0.45,1.3802,0.24,1.3222 mischievous,mischievous,22,20,21,19,0.43,1.3617,0.24,1.3222 moisturizer,moisturizer,24,20,22,19,0.47,1.3979,0.24,1.3222 Mongoloid,mongoloid,26,20,10,7,0.51,1.4314,0.24,1.3222 mongoose,mongoose,33,20,26,16,0.65,1.5315,0.24,1.3222 mournful,mournful,25,20,24,19,0.49,1.4150,0.24,1.3222 Mulberry,mulberry,31,20,10,5,0.61,1.5051,0.24,1.3222 mysticism,mysticism,22,20,21,19,0.43,1.3617,0.24,1.3222 nakedness,nakedness,23,20,21,18,0.45,1.3802,0.24,1.3222 naturel,naturel,22,20,18,18,0.43,1.3617,0.24,1.3222 Nazareth,nazareth,53,20,0,0,1.04,1.7324,0.24,1.3222 neckties,neckties,24,20,22,19,0.47,1.3979,0.24,1.3222 needlepoint,needlepoint,28,20,23,18,0.55,1.4624,0.24,1.3222 Neuter,neuter,40,20,19,18,0.78,1.6128,0.24,1.3222 node,node,25,20,25,20,0.49,1.4150,0.24,1.3222 nonfat,nonfat,25,20,22,18,0.49,1.4150,0.24,1.3222 nourishing,nourishing,22,20,20,18,0.43,1.3617,0.24,1.3222 nous,nous,28,20,19,14,0.55,1.4624,0.24,1.3222 nuance,nuance,21,20,19,19,0.41,1.3424,0.24,1.3222 occupants,occupants,22,20,19,18,0.43,1.3617,0.24,1.3222 Oceanic,oceanic,31,20,6,6,0.61,1.5051,0.24,1.3222 oftentimes,oftentimes,20,20,18,18,0.39,1.3222,0.24,1.3222 opposes,opposes,20,20,20,20,0.39,1.3222,0.24,1.3222 orally,orally,21,20,21,20,0.41,1.3424,0.24,1.3222 organizer,organizer,22,20,22,20,0.43,1.3617,0.24,1.3222 Orpheus,orpheus,33,20,0,0,0.65,1.5315,0.24,1.3222 orthodontist,orthodontist,25,20,23,19,0.49,1.4150,0.24,1.3222 outbid,outbid,21,20,19,19,0.41,1.3424,0.24,1.3222 outreach,outreach,24,20,16,14,0.47,1.3979,0.24,1.3222 outweigh,outweigh,24,20,24,20,0.47,1.3979,0.24,1.3222 overactive,overactive,20,20,18,18,0.39,1.3222,0.24,1.3222 overtures,overtures,22,20,21,19,0.43,1.3617,0.24,1.3222 overwhelms,overwhelms,20,20,19,19,0.39,1.3222,0.24,1.3222 Pagoda,pagoda,56,20,27,10,1.10,1.7559,0.24,1.3222 pairing,pairing,24,20,22,18,0.47,1.3979,0.24,1.3222 palpable,palpable,21,20,19,19,0.41,1.3424,0.24,1.3222 palsy,palsy,27,20,25,18,0.53,1.4472,0.24,1.3222 papal,papal,27,20,19,14,0.53,1.4472,0.24,1.3222 parachuted,parachuted,21,20,16,16,0.41,1.3424,0.24,1.3222 Paraguay,paraguay,24,20,0,0,0.47,1.3979,0.24,1.3222 parishioners,parishioners,26,20,25,20,0.51,1.4314,0.24,1.3222 partition,partition,25,20,24,19,0.49,1.4150,0.24,1.3222 pauper,pauper,25,20,21,20,0.49,1.4150,0.24,1.3222 peacetime,peacetime,22,20,21,19,0.43,1.3617,0.24,1.3222 peacocks,peacocks,23,20,17,17,0.45,1.3802,0.24,1.3222 pees,pees,23,20,21,20,0.45,1.3802,0.24,1.3222 pentothal,pentothal,47,20,35,12,0.92,1.6812,0.24,1.3222 percentages,percentages,20,20,19,19,0.39,1.3222,0.24,1.3222 perfumes,perfumes,29,20,27,19,0.57,1.4771,0.24,1.3222 periodic,periodic,21,20,17,16,0.41,1.3424,0.24,1.3222 piazza,piazza,25,20,13,12,0.49,1.4150,0.24,1.3222 pineapples,pineapples,23,20,19,17,0.45,1.3802,0.24,1.3222 pinko,pinko,24,20,19,16,0.47,1.3979,0.24,1.3222 pinnacle,pinnacle,22,20,20,19,0.43,1.3617,0.24,1.3222 placebo,placebo,37,20,35,18,0.73,1.5798,0.24,1.3222 playoff,playoff,31,20,29,19,0.61,1.5051,0.24,1.3222 pleas,pleas,20,20,18,18,0.39,1.3222,0.24,1.3222 plucking,plucking,21,20,18,17,0.41,1.3424,0.24,1.3222 poacher,poacher,26,20,25,19,0.51,1.4314,0.24,1.3222 pokes,pokes,20,20,19,19,0.39,1.3222,0.24,1.3222 Polack,polack,41,20,2,1,0.80,1.6232,0.24,1.3222 Poppa,poppa,45,20,13,10,0.88,1.6628,0.24,1.3222 pornos,pornos,29,20,25,19,0.57,1.4771,0.24,1.3222 Potomac,potomac,21,20,0,0,0.41,1.3424,0.24,1.3222 prelim,prelim,30,20,27,19,0.59,1.4914,0.24,1.3222 pretenders,pretenders,20,20,19,19,0.39,1.3222,0.24,1.3222 prodigious,prodigious,23,20,19,18,0.45,1.3802,0.24,1.3222 programmes,programmes,25,20,24,19,0.49,1.4150,0.24,1.3222 Psalm,psalm,26,20,12,9,0.51,1.4314,0.24,1.3222 psychobabble,psychobabble,21,20,21,20,0.41,1.3424,0.24,1.3222 pubes,pubes,26,20,26,20,0.51,1.4314,0.24,1.3222 Pug,pug,52,20,23,16,1.02,1.7243,0.24,1.3222 purging,purging,26,20,24,18,0.51,1.4314,0.24,1.3222 Quixote,quixote,30,20,0,0,0.59,1.4914,0.24,1.3222 quizzes,quizzes,23,20,21,19,0.45,1.3802,0.24,1.3222 radicals,radicals,30,20,27,17,0.59,1.4914,0.24,1.3222 rainmaker,rainmaker,23,20,18,16,0.45,1.3802,0.24,1.3222 rallied,rallied,20,20,20,20,0.39,1.3222,0.24,1.3222 Rampart,rampart,37,20,9,8,0.73,1.5798,0.24,1.3222 ranging,ranging,20,20,19,19,0.39,1.3222,0.24,1.3222 rattler,rattler,25,20,23,19,0.49,1.4150,0.24,1.3222 remedial,remedial,20,20,18,18,0.39,1.3222,0.24,1.3222 repartee,repartee,20,20,19,19,0.39,1.3222,0.24,1.3222 reprimanded,reprimanded,21,20,21,20,0.41,1.3424,0.24,1.3222 responsibly,responsibly,21,20,21,20,0.41,1.3424,0.24,1.3222 resurfaced,resurfaced,20,20,20,20,0.39,1.3222,0.24,1.3222 rewire,rewire,24,20,24,20,0.47,1.3979,0.24,1.3222 rhinestones,rhinestones,28,20,23,16,0.55,1.4624,0.24,1.3222 rickety,rickety,21,20,20,19,0.41,1.3424,0.24,1.3222 rickshaw,rickshaw,30,20,24,18,0.59,1.4914,0.24,1.3222 Roadrunner,roadrunner,21,20,7,7,0.41,1.3424,0.24,1.3222 roomy,roomy,20,20,18,18,0.39,1.3222,0.24,1.3222 roundabout,roundabout,22,20,18,17,0.43,1.3617,0.24,1.3222 Rousseau,rousseau,51,20,0,0,1.00,1.7160,0.24,1.3222 Saddles,saddles,37,20,18,18,0.73,1.5798,0.24,1.3222 saffron,saffron,31,20,18,16,0.61,1.5051,0.24,1.3222 saggy,saggy,29,20,20,17,0.57,1.4771,0.24,1.3222 salmonella,salmonella,27,20,15,15,0.53,1.4472,0.24,1.3222 salve,salve,29,20,22,18,0.57,1.4771,0.24,1.3222 sandpaper,sandpaper,22,20,19,17,0.43,1.3617,0.24,1.3222 Saratoga,saratoga,41,20,0,0,0.80,1.6232,0.24,1.3222 sauces,sauces,25,20,24,20,0.49,1.4150,0.24,1.3222 schnitzel,schnitzel,45,20,38,17,0.88,1.6628,0.24,1.3222 scintillating,scintillating,20,20,16,16,0.39,1.3222,0.24,1.3222 scoff,scoff,21,20,19,18,0.41,1.3424,0.24,1.3222 Scorpio,scorpio,27,20,2,2,0.53,1.4472,0.24,1.3222 screenwriter,screenwriter,28,20,27,20,0.55,1.4624,0.24,1.3222 secular,secular,25,20,25,20,0.49,1.4150,0.24,1.3222 selections,selections,20,20,19,19,0.39,1.3222,0.24,1.3222 sensuous,sensuous,25,20,25,20,0.49,1.4150,0.24,1.3222 serpents,serpents,27,20,27,20,0.53,1.4472,0.24,1.3222 shamelessly,shamelessly,20,20,19,19,0.39,1.3222,0.24,1.3222 sheds,sheds,21,20,21,20,0.41,1.3424,0.24,1.3222 shimmer,shimmer,28,20,26,19,0.55,1.4624,0.24,1.3222 showoff,showoff,20,20,10,10,0.39,1.3222,0.24,1.3222 shredding,shredding,32,20,30,19,0.63,1.5185,0.24,1.3222 shunt,shunt,48,20,37,16,0.94,1.6902,0.24,1.3222 siesta,siesta,25,20,18,17,0.49,1.4150,0.24,1.3222 sighed,sighed,26,20,24,19,0.51,1.4314,0.24,1.3222 signaled,signaled,22,20,21,20,0.43,1.3617,0.24,1.3222 silvery,silvery,25,20,24,19,0.49,1.4150,0.24,1.3222 skateboarding,skateboarding,29,20,24,18,0.57,1.4771,0.24,1.3222 skated,skated,24,20,23,19,0.47,1.3979,0.24,1.3222 skimmed,skimmed,20,20,19,19,0.39,1.3222,0.24,1.3222 skivvies,skivvies,21,20,16,16,0.41,1.3424,0.24,1.3222 sliver,sliver,23,20,23,20,0.45,1.3802,0.24,1.3222 smothering,smothering,21,20,20,20,0.41,1.3424,0.24,1.3222 soapbox,soapbox,24,20,24,20,0.47,1.3979,0.24,1.3222 socialite,socialite,22,20,19,17,0.43,1.3617,0.24,1.3222 softness,softness,24,20,24,20,0.47,1.3979,0.24,1.3222 softy,softy,21,20,18,17,0.41,1.3424,0.24,1.3222 soldiering,soldiering,23,20,22,19,0.45,1.3802,0.24,1.3222 sonofabitch,sonofabitch,30,20,21,14,0.59,1.4914,0.24,1.3222 sorrowful,sorrowful,20,20,17,17,0.39,1.3222,0.24,1.3222 sourpuss,sourpuss,25,20,21,17,0.49,1.4150,0.24,1.3222 spacing,spacing,28,20,23,18,0.55,1.4624,0.24,1.3222 Spanky,spanky,62,20,1,1,1.22,1.7993,0.24,1.3222 sparrows,sparrows,26,20,21,19,0.51,1.4314,0.24,1.3222 Speedway,speedway,30,20,9,7,0.59,1.4914,0.24,1.3222 sportsmanship,sportsmanship,28,20,20,17,0.55,1.4624,0.24,1.3222 sprays,sprays,20,20,19,19,0.39,1.3222,0.24,1.3222 spud,spud,47,20,30,12,0.92,1.6812,0.24,1.3222 squished,squished,26,20,24,19,0.51,1.4314,0.24,1.3222 steadfast,steadfast,22,20,22,20,0.43,1.3617,0.24,1.3222 stepson,stepson,27,20,27,20,0.53,1.4472,0.24,1.3222 stereotypes,stereotypes,21,20,20,19,0.41,1.3424,0.24,1.3222 stifled,stifled,20,20,19,19,0.39,1.3222,0.24,1.3222 stingers,stingers,43,20,25,12,0.84,1.6435,0.24,1.3222 stoic,stoic,21,20,17,16,0.41,1.3424,0.24,1.3222 stopover,stopover,20,20,20,20,0.39,1.3222,0.24,1.3222 strategically,strategically,23,20,20,19,0.45,1.3802,0.24,1.3222 Styx,styx,27,20,2,2,0.53,1.4472,0.24,1.3222 submitting,submitting,21,20,19,18,0.41,1.3424,0.24,1.3222 subservient,subservient,24,20,24,20,0.47,1.3979,0.24,1.3222 Suffolk,suffolk,22,20,0,0,0.43,1.3617,0.24,1.3222 sunblock,sunblock,31,20,29,18,0.61,1.5051,0.24,1.3222 supremacy,supremacy,29,20,29,20,0.57,1.4771,0.24,1.3222 suspending,suspending,20,20,19,19,0.39,1.3222,0.24,1.3222 suturing,suturing,26,20,22,17,0.51,1.4314,0.24,1.3222 swabbed,swabbed,21,20,21,20,0.41,1.3424,0.24,1.3222 Swahili,swahili,21,20,3,2,0.41,1.3424,0.24,1.3222 swerved,swerved,24,20,24,20,0.47,1.3979,0.24,1.3222 Syria,syria,30,20,1,1,0.59,1.4914,0.24,1.3222 syringes,syringes,25,20,23,20,0.49,1.4150,0.24,1.3222 tailgate,tailgate,23,20,22,19,0.45,1.3802,0.24,1.3222 tailpipe,tailpipe,25,20,25,20,0.49,1.4150,0.24,1.3222 Tao,tao,65,20,0,0,1.27,1.8195,0.24,1.3222 tater,tater,25,20,15,11,0.49,1.4150,0.24,1.3222 Tch,tch,31,20,14,9,0.61,1.5051,0.24,1.3222 telephoning,telephoning,22,20,22,20,0.43,1.3617,0.24,1.3222 template,template,21,20,20,19,0.41,1.3424,0.24,1.3222 temptress,temptress,23,20,22,20,0.45,1.3802,0.24,1.3222 teriyaki,teriyaki,38,20,32,16,0.75,1.5911,0.24,1.3222 testicular,testicular,31,20,21,14,0.61,1.5051,0.24,1.3222 Theres,theres,56,20,24,13,1.10,1.7559,0.24,1.3222 thrice,thrice,26,20,18,15,0.51,1.4314,0.24,1.3222 thrift,thrift,22,20,20,18,0.43,1.3617,0.24,1.3222 thruster,thruster,26,20,20,16,0.51,1.4314,0.24,1.3222 thunderstorms,thunderstorms,25,20,25,20,0.49,1.4150,0.24,1.3222 tidying,tidying,20,20,19,19,0.39,1.3222,0.24,1.3222 tightrope,tightrope,24,20,24,20,0.47,1.3979,0.24,1.3222 ting,ting,66,20,33,8,1.29,1.8261,0.24,1.3222 topical,topical,26,20,23,18,0.51,1.4314,0.24,1.3222 Toro,toro,135,20,19,7,2.65,2.1335,0.24,1.3222 torpedoed,torpedoed,27,20,27,20,0.53,1.4472,0.24,1.3222 totalled,totalled,22,20,19,17,0.43,1.3617,0.24,1.3222 toyed,toyed,22,20,22,20,0.43,1.3617,0.24,1.3222 transceiver,transceiver,49,20,45,20,0.96,1.6990,0.24,1.3222 transpired,transpired,21,20,21,20,0.41,1.3424,0.24,1.3222 trembled,trembled,21,20,21,20,0.41,1.3424,0.24,1.3222 triples,triples,22,20,18,18,0.43,1.3617,0.24,1.3222 trod,trod,23,20,22,19,0.45,1.3802,0.24,1.3222 truffle,truffle,23,20,20,17,0.45,1.3802,0.24,1.3222 Tubby,tubby,31,20,10,8,0.61,1.5051,0.24,1.3222 tussle,tussle,24,20,21,19,0.47,1.3979,0.24,1.3222 tutorial,tutorial,20,20,20,20,0.39,1.3222,0.24,1.3222 typhoid,typhoid,25,20,19,14,0.49,1.4150,0.24,1.3222 unadulterated,unadulterated,20,20,18,18,0.39,1.3222,0.24,1.3222 unbroken,unbroken,20,20,19,19,0.39,1.3222,0.24,1.3222 Underlay,underlay,96,20,11,4,1.88,1.9868,0.24,1.3222 undetermined,undetermined,22,20,20,18,0.43,1.3617,0.24,1.3222 undisciplined,undisciplined,20,20,19,19,0.39,1.3222,0.24,1.3222 undisputed,undisputed,29,20,24,19,0.57,1.4771,0.24,1.3222 uninhabited,uninhabited,24,20,21,17,0.47,1.3979,0.24,1.3222 universes,universes,23,20,20,18,0.45,1.3802,0.24,1.3222 unreachable,unreachable,22,20,21,20,0.43,1.3617,0.24,1.3222 unromantic,unromantic,24,20,24,20,0.47,1.3979,0.24,1.3222 unsympathetic,unsympathetic,22,20,22,20,0.43,1.3617,0.24,1.3222 untidy,untidy,21,20,19,19,0.41,1.3424,0.24,1.3222 untrained,untrained,22,20,20,19,0.43,1.3617,0.24,1.3222 unwittingly,unwittingly,21,20,19,19,0.41,1.3424,0.24,1.3222 upgrades,upgrades,33,20,30,19,0.65,1.5315,0.24,1.3222 upheaval,upheaval,20,20,20,20,0.39,1.3222,0.24,1.3222 ur,ur,34,20,28,17,0.67,1.5441,0.24,1.3222 vaginas,vaginas,22,20,22,20,0.43,1.3617,0.24,1.3222 Vas,vas,45,20,19,16,0.88,1.6628,0.24,1.3222 veracity,veracity,21,20,21,20,0.41,1.3424,0.24,1.3222 veto,veto,46,20,24,14,0.90,1.6721,0.24,1.3222 vindicated,vindicated,21,20,19,18,0.41,1.3424,0.24,1.3222 Vo,vo,30,20,11,5,0.59,1.4914,0.24,1.3222 vouched,vouched,25,20,25,20,0.49,1.4150,0.24,1.3222 waltzes,waltzes,22,20,22,20,0.43,1.3617,0.24,1.3222 waning,waning,23,20,23,20,0.45,1.3802,0.24,1.3222 watchful,watchful,20,20,20,20,0.39,1.3222,0.24,1.3222 waterworks,waterworks,23,20,20,18,0.45,1.3802,0.24,1.3222 waxy,waxy,20,20,17,17,0.39,1.3222,0.24,1.3222 weenies,weenies,25,20,24,20,0.49,1.4150,0.24,1.3222 welder,welder,25,20,25,20,0.49,1.4150,0.24,1.3222 whimsy,whimsy,24,20,22,19,0.47,1.3979,0.24,1.3222 whitewash,whitewash,33,20,20,18,0.65,1.5315,0.24,1.3222 Wicker,wicker,48,20,15,11,0.94,1.6902,0.24,1.3222 Wilton,wilton,69,20,0,0,1.35,1.8451,0.24,1.3222 winos,winos,22,20,22,20,0.43,1.3617,0.24,1.3222 wintertime,wintertime,22,20,19,18,0.43,1.3617,0.24,1.3222 wringer,wringer,21,20,21,20,0.41,1.3424,0.24,1.3222 yoke,yoke,22,20,19,18,0.43,1.3617,0.24,1.3222 Yuan,yuan,111,20,32,6,2.18,2.0492,0.24,1.3222 yucky,yucky,22,20,18,17,0.43,1.3617,0.24,1.3222 zipping,zipping,22,20,19,19,0.43,1.3617,0.24,1.3222 zits,zits,23,20,21,19,0.45,1.3802,0.24,1.3222 ablaze,ablaze,21,19,20,18,0.41,1.3424,0.23,1.3010 abnormally,abnormally,20,19,18,18,0.39,1.3222,0.23,1.3010 abstain,abstain,26,19,18,17,0.51,1.4314,0.23,1.3010 acclaim,acclaim,22,19,22,19,0.43,1.3617,0.23,1.3010 Acme,acme,64,19,0,0,1.25,1.8129,0.23,1.3010 acquit,acquit,24,19,23,19,0.47,1.3979,0.23,1.3010 acreage,acreage,22,19,22,19,0.43,1.3617,0.23,1.3010 acrobats,acrobats,19,19,19,19,0.37,1.3010,0.23,1.3010 admin,admin,22,19,11,10,0.43,1.3617,0.23,1.3010 advertisers,advertisers,24,19,23,18,0.47,1.3979,0.23,1.3010 agitate,agitate,22,19,22,19,0.43,1.3617,0.23,1.3010 aground,aground,25,19,25,19,0.49,1.4150,0.23,1.3010 Alaskan,alaskan,25,19,0,0,0.49,1.4150,0.23,1.3010 Alba,alba,34,19,0,0,0.67,1.5441,0.23,1.3010 albatross,albatross,40,19,22,13,0.78,1.6128,0.23,1.3010 algae,algae,22,19,20,17,0.43,1.3617,0.23,1.3010 alternating,alternating,21,19,18,17,0.41,1.3424,0.23,1.3010 alters,alters,20,19,20,19,0.39,1.3222,0.23,1.3010 alumnus,alumnus,24,19,24,19,0.47,1.3979,0.23,1.3010 amended,amended,19,19,18,18,0.37,1.3010,0.23,1.3010 Anaconda,anaconda,24,19,10,10,0.47,1.3979,0.23,1.3010 Andes,andes,22,19,1,1,0.43,1.3617,0.23,1.3010 angling,angling,22,19,18,17,0.43,1.3617,0.23,1.3010 antagonistic,antagonistic,22,19,21,18,0.43,1.3617,0.23,1.3010 aortic,aortic,24,19,22,18,0.47,1.3979,0.23,1.3010 Apex,apex,43,19,18,15,0.84,1.6435,0.23,1.3010 apologetic,apologetic,22,19,21,18,0.43,1.3617,0.23,1.3010 appropriations,appropriations,23,19,17,15,0.45,1.3802,0.23,1.3010 aptly,aptly,20,19,16,15,0.39,1.3222,0.23,1.3010 Argentine,argentine,34,19,0,0,0.67,1.5441,0.23,1.3010 arguably,arguably,19,19,13,13,0.37,1.3010,0.23,1.3010 Argyle,argyle,43,19,11,8,0.84,1.6435,0.23,1.3010 armaments,armaments,21,19,20,18,0.41,1.3424,0.23,1.3010 armchair,armchair,21,19,21,19,0.41,1.3424,0.23,1.3010 aspirins,aspirins,26,19,25,18,0.51,1.4314,0.23,1.3010 astound,astound,22,19,21,19,0.43,1.3617,0.23,1.3010 attuned,attuned,19,19,19,19,0.37,1.3010,0.23,1.3010 Aunty,aunty,52,19,6,5,1.02,1.7243,0.23,1.3010 autism,autism,36,19,26,15,0.71,1.5682,0.23,1.3010 autopsies,autopsies,26,19,25,18,0.51,1.4314,0.23,1.3010 Av,av,29,19,2,2,0.57,1.4771,0.23,1.3010 avarice,avarice,25,19,20,16,0.49,1.4150,0.23,1.3010 backpacks,backpacks,23,19,20,17,0.45,1.3802,0.23,1.3010 backups,backups,23,19,22,19,0.45,1.3802,0.23,1.3010 bade,bade,22,19,22,19,0.43,1.3617,0.23,1.3010 badness,badness,29,19,23,16,0.57,1.4771,0.23,1.3010 baggie,baggie,21,19,16,14,0.41,1.3424,0.23,1.3010 balconies,balconies,23,19,20,18,0.45,1.3802,0.23,1.3010 ballsy,ballsy,20,19,18,18,0.39,1.3222,0.23,1.3010 Baptists,baptists,23,19,3,3,0.45,1.3802,0.23,1.3010 beatnik,beatnik,32,19,29,17,0.63,1.5185,0.23,1.3010 beckons,beckons,19,19,17,17,0.37,1.3010,0.23,1.3010 behest,behest,19,19,19,19,0.37,1.3010,0.23,1.3010 Bela,bela,89,19,0,0,1.75,1.9542,0.23,1.3010 benefited,benefited,20,19,19,18,0.39,1.3222,0.23,1.3010 bilaterally,bilaterally,20,19,20,19,0.39,1.3222,0.23,1.3010 billiards,billiards,33,19,20,15,0.65,1.5315,0.23,1.3010 bishops,bishops,41,19,26,11,0.80,1.6232,0.23,1.3010 boilerplate,boilerplate,19,19,14,14,0.37,1.3010,0.23,1.3010 Bolo,bolo,36,19,11,8,0.71,1.5682,0.23,1.3010 bookings,bookings,21,19,19,18,0.41,1.3424,0.23,1.3010 borscht,borscht,35,19,30,18,0.69,1.5563,0.23,1.3010 botany,botany,20,19,17,16,0.39,1.3222,0.23,1.3010 bracing,bracing,23,19,22,18,0.45,1.3802,0.23,1.3010 bracket,bracket,32,19,22,18,0.63,1.5185,0.23,1.3010 Brewer,brewer,45,19,6,4,0.88,1.6628,0.23,1.3010 brokenhearted,brokenhearted,20,19,17,16,0.39,1.3222,0.23,1.3010 Buddhists,buddhists,21,19,2,2,0.41,1.3424,0.23,1.3010 bullfrog,bullfrog,26,19,17,14,0.51,1.4314,0.23,1.3010 bullhorn,bullhorn,23,19,21,17,0.45,1.3802,0.23,1.3010 bullshitter,bullshitter,22,19,20,17,0.43,1.3617,0.23,1.3010 bunions,bunions,24,19,22,18,0.47,1.3979,0.23,1.3010 burps,burps,21,19,16,14,0.41,1.3424,0.23,1.3010 caf,caf,31,19,26,16,0.61,1.5051,0.23,1.3010 cakewalk,cakewalk,21,19,17,16,0.41,1.3424,0.23,1.3010 calisthenics,calisthenics,27,19,23,18,0.53,1.4472,0.23,1.3010 cancers,cancers,21,19,19,17,0.41,1.3424,0.23,1.3010 candlesticks,candlesticks,30,19,29,18,0.59,1.4914,0.23,1.3010 canoes,canoes,33,19,32,19,0.65,1.5315,0.23,1.3010 Cardinals,cardinals,31,19,6,5,0.61,1.5051,0.23,1.3010 carnivore,carnivore,19,19,18,18,0.37,1.3010,0.23,1.3010 caste,caste,44,19,35,19,0.86,1.6532,0.23,1.3010 catnip,catnip,21,19,17,16,0.41,1.3424,0.23,1.3010 cautiously,cautiously,20,19,19,18,0.39,1.3222,0.23,1.3010 celluloid,celluloid,24,19,23,18,0.47,1.3979,0.23,1.3010 chatted,chatted,19,19,18,18,0.37,1.3010,0.23,1.3010 Chaucer,chaucer,39,19,0,0,0.76,1.6021,0.23,1.3010 cherub,cherub,31,19,26,17,0.61,1.5051,0.23,1.3010 choosers,choosers,19,19,19,19,0.37,1.3010,0.23,1.3010 christened,christened,29,19,29,19,0.57,1.4771,0.23,1.3010 circulatory,circulatory,23,19,17,15,0.45,1.3802,0.23,1.3010 clapped,clapped,26,19,26,19,0.51,1.4314,0.23,1.3010 clogging,clogging,19,19,19,19,0.37,1.3010,0.23,1.3010 clogs,clogs,21,19,18,17,0.41,1.3424,0.23,1.3010 clove,clove,26,19,18,15,0.51,1.4314,0.23,1.3010 cm,cm,26,19,20,15,0.51,1.4314,0.23,1.3010 coated,coated,19,19,19,19,0.37,1.3010,0.23,1.3010 coercion,coercion,22,19,19,18,0.43,1.3617,0.23,1.3010 collaborating,collaborating,19,19,17,17,0.37,1.3010,0.23,1.3010 collegiate,collegiate,25,19,18,16,0.49,1.4150,0.23,1.3010 colonic,colonic,24,19,19,18,0.47,1.3979,0.23,1.3010 colouring,colouring,21,19,19,17,0.41,1.3424,0.23,1.3010 colts,colts,26,19,18,13,0.51,1.4314,0.23,1.3010 comparisons,comparisons,19,19,19,19,0.37,1.3010,0.23,1.3010 compatibility,compatibility,23,19,22,18,0.45,1.3802,0.23,1.3010 compositions,compositions,24,19,24,19,0.47,1.3979,0.23,1.3010 compounded,compounded,19,19,16,16,0.37,1.3010,0.23,1.3010 compressor,compressor,25,19,25,19,0.49,1.4150,0.23,1.3010 computing,computing,22,19,18,15,0.43,1.3617,0.23,1.3010 concise,concise,22,19,19,18,0.43,1.3617,0.23,1.3010 condemnation,condemnation,24,19,23,18,0.47,1.3979,0.23,1.3010 conducts,conducts,20,19,18,17,0.39,1.3222,0.23,1.3010 contemplated,contemplated,21,19,21,19,0.41,1.3424,0.23,1.3010 contours,contours,20,19,18,18,0.39,1.3222,0.23,1.3010 cooing,cooing,24,19,18,15,0.47,1.3979,0.23,1.3010 Coombs,coombs,77,19,0,0,1.51,1.8921,0.23,1.3010 Copa,copa,33,19,2,1,0.65,1.5315,0.23,1.3010 Cor,cor,24,19,4,3,0.47,1.3979,0.23,1.3010 counterclockwise,counterclockwise,22,19,17,16,0.43,1.3617,0.23,1.3010 crevice,crevice,21,19,19,17,0.41,1.3424,0.23,1.3010 crimp,crimp,22,19,22,19,0.43,1.3617,0.23,1.3010 cringe,cringe,23,19,23,19,0.45,1.3802,0.23,1.3010 crosshairs,crosshairs,21,19,20,18,0.41,1.3424,0.23,1.3010 crossover,crossover,20,19,20,19,0.39,1.3222,0.23,1.3010 crosswalk,crosswalk,21,19,21,19,0.41,1.3424,0.23,1.3010 crumbles,crumbles,27,19,27,19,0.53,1.4472,0.23,1.3010 culprits,culprits,21,19,21,19,0.41,1.3424,0.23,1.3010 custodial,custodial,20,19,18,17,0.39,1.3222,0.23,1.3010 dago,dago,28,19,25,16,0.55,1.4624,0.23,1.3010 Dalmatian,dalmatian,37,19,9,5,0.73,1.5798,0.23,1.3010 darken,darken,20,19,20,19,0.39,1.3222,0.23,1.3010 dawdling,dawdling,20,19,19,19,0.39,1.3222,0.23,1.3010 Db,db,27,19,0,0,0.53,1.4472,0.23,1.3010 debauchery,debauchery,23,19,21,18,0.45,1.3802,0.23,1.3010 defeatist,defeatist,21,19,21,19,0.41,1.3424,0.23,1.3010 defiled,defiled,19,19,19,19,0.37,1.3010,0.23,1.3010 deformity,deformity,21,19,21,19,0.41,1.3424,0.23,1.3010 defrost,defrost,21,19,20,18,0.41,1.3424,0.23,1.3010 Degas,degas,38,19,0,0,0.75,1.5911,0.23,1.3010 delectable,delectable,19,19,16,16,0.37,1.3010,0.23,1.3010 Demi,demi,20,19,0,0,0.39,1.3222,0.23,1.3010 demographics,demographics,24,19,23,19,0.47,1.3979,0.23,1.3010 depose,depose,21,19,18,17,0.41,1.3424,0.23,1.3010 derelicts,derelicts,25,19,21,16,0.49,1.4150,0.23,1.3010 desecrate,desecrate,20,19,19,18,0.39,1.3222,0.23,1.3010 desecration,desecration,23,19,21,17,0.45,1.3802,0.23,1.3010 desolation,desolation,31,19,20,17,0.61,1.5051,0.23,1.3010 deteriorated,deteriorated,19,19,19,19,0.37,1.3010,0.23,1.3010 deterrent,deterrent,22,19,20,18,0.43,1.3617,0.23,1.3010 detrimental,detrimental,19,19,19,19,0.37,1.3010,0.23,1.3010 devastate,devastate,19,19,19,19,0.37,1.3010,0.23,1.3010 deviled,deviled,29,19,25,17,0.57,1.4771,0.23,1.3010 diagnostics,diagnostics,22,19,17,14,0.43,1.3617,0.23,1.3010 differs,differs,19,19,19,19,0.37,1.3010,0.23,1.3010 diminutive,diminutive,20,19,19,18,0.39,1.3222,0.23,1.3010 dippy,dippy,21,19,17,16,0.41,1.3424,0.23,1.3010 disband,disband,27,19,24,18,0.53,1.4472,0.23,1.3010 discredited,discredited,19,19,19,19,0.37,1.3010,0.23,1.3010 dismantling,dismantling,20,19,16,15,0.39,1.3222,0.23,1.3010 disown,disown,21,19,21,19,0.41,1.3424,0.23,1.3010 dispatches,dispatches,39,19,37,18,0.76,1.6021,0.23,1.3010 dispersal,dispersal,23,19,22,19,0.45,1.3802,0.23,1.3010 dispersed,dispersed,21,19,21,19,0.41,1.3424,0.23,1.3010 distort,distort,20,19,20,19,0.39,1.3222,0.23,1.3010 diversionary,diversionary,25,19,25,19,0.49,1.4150,0.23,1.3010 diverting,diverting,22,19,19,16,0.43,1.3617,0.23,1.3010 dodgy,dodgy,22,19,20,18,0.43,1.3617,0.23,1.3010 Doppler,doppler,42,19,2,2,0.82,1.6335,0.23,1.3010 downtime,downtime,22,19,20,19,0.43,1.3617,0.23,1.3010 doze,doze,20,19,20,19,0.39,1.3222,0.23,1.3010 draped,draped,19,19,19,19,0.37,1.3010,0.23,1.3010 droopy,droopy,26,19,21,17,0.51,1.4314,0.23,1.3010 earpiece,earpiece,27,19,25,17,0.53,1.4472,0.23,1.3010 edifice,edifice,21,19,21,19,0.41,1.3424,0.23,1.3010 effortless,effortless,21,19,20,18,0.41,1.3424,0.23,1.3010 emancipated,emancipated,27,19,25,18,0.53,1.4472,0.23,1.3010 embroidery,embroidery,25,19,25,19,0.49,1.4150,0.23,1.3010 Emp,emp,45,19,0,0,0.88,1.6628,0.23,1.3010 enabling,enabling,21,19,19,17,0.41,1.3424,0.23,1.3010 endowment,endowment,28,19,24,17,0.55,1.4624,0.23,1.3010 entwined,entwined,20,19,20,19,0.39,1.3222,0.23,1.3010 Epa,epa,36,19,0,0,0.71,1.5682,0.23,1.3010 Erie,erie,33,19,0,0,0.65,1.5315,0.23,1.3010 escalation,escalation,20,19,20,19,0.39,1.3222,0.23,1.3010 excusing,excusing,19,19,19,19,0.37,1.3010,0.23,1.3010 exhume,exhume,24,19,22,19,0.47,1.3979,0.23,1.3010 exponentially,exponentially,19,19,19,19,0.37,1.3010,0.23,1.3010 extradited,extradited,20,19,20,19,0.39,1.3222,0.23,1.3010 eyeballing,eyeballing,25,19,25,19,0.49,1.4150,0.23,1.3010 Ezekiel,ezekiel,43,19,0,0,0.84,1.6435,0.23,1.3010 fable,fable,20,19,18,18,0.39,1.3222,0.23,1.3010 familiarize,familiarize,19,19,15,15,0.37,1.3010,0.23,1.3010 fashionably,fashionably,20,19,14,14,0.39,1.3222,0.23,1.3010 fatally,fatally,19,19,17,17,0.37,1.3010,0.23,1.3010 fattest,fattest,22,19,22,19,0.43,1.3617,0.23,1.3010 favoring,favoring,21,19,21,19,0.41,1.3424,0.23,1.3010 Fawn,fawn,36,19,17,15,0.71,1.5682,0.23,1.3010 fecal,fecal,30,19,27,18,0.59,1.4914,0.23,1.3010 feeders,feeders,21,19,20,18,0.41,1.3424,0.23,1.3010 feelers,feelers,20,19,20,19,0.39,1.3222,0.23,1.3010 fillet,fillet,25,19,20,16,0.49,1.4150,0.23,1.3010 Fillmore,fillmore,26,19,0,0,0.51,1.4314,0.23,1.3010 fittings,fittings,20,19,18,17,0.39,1.3222,0.23,1.3010 flavored,flavored,25,19,21,18,0.49,1.4150,0.23,1.3010 flecks,flecks,20,19,20,19,0.39,1.3222,0.23,1.3010 flopping,flopping,19,19,17,17,0.37,1.3010,0.23,1.3010 fluently,fluently,21,19,14,12,0.41,1.3424,0.23,1.3010 fodder,fodder,19,19,18,18,0.37,1.3010,0.23,1.3010 fonder,fonder,20,19,20,19,0.39,1.3222,0.23,1.3010 foray,foray,22,19,22,19,0.43,1.3617,0.23,1.3010 foreclosure,foreclosure,26,19,25,18,0.51,1.4314,0.23,1.3010 forefront,forefront,20,19,19,18,0.39,1.3222,0.23,1.3010 foresaw,foresaw,20,19,19,18,0.39,1.3222,0.23,1.3010 foreseeable,foreseeable,19,19,19,19,0.37,1.3010,0.23,1.3010 forlorn,forlorn,21,19,20,18,0.41,1.3424,0.23,1.3010 fornicating,fornicating,20,19,19,19,0.39,1.3222,0.23,1.3010 fortuitous,fortuitous,20,19,20,19,0.39,1.3222,0.23,1.3010 founders,founders,38,19,19,14,0.75,1.5911,0.23,1.3010 framework,framework,20,19,18,17,0.39,1.3222,0.23,1.3010 friendlier,friendlier,19,19,19,19,0.37,1.3010,0.23,1.3010 friendlies,friendlies,24,19,16,13,0.47,1.3979,0.23,1.3010 gambit,gambit,19,19,18,18,0.37,1.3010,0.23,1.3010 Gant,gant,124,19,0,0,2.43,2.0969,0.23,1.3010 gayest,gayest,19,19,19,19,0.37,1.3010,0.23,1.3010 gazed,gazed,23,19,23,19,0.45,1.3802,0.23,1.3010 gelatin,gelatin,25,19,23,18,0.49,1.4150,0.23,1.3010 gelding,gelding,21,19,18,16,0.41,1.3424,0.23,1.3010 giraffes,giraffes,31,19,26,17,0.61,1.5051,0.23,1.3010 glade,glade,20,19,15,14,0.39,1.3222,0.23,1.3010 glider,glider,35,19,34,19,0.69,1.5563,0.23,1.3010 glorify,glorify,19,19,18,18,0.37,1.3010,0.23,1.3010 goblin,goblin,48,19,28,15,0.94,1.6902,0.23,1.3010 godlike,godlike,21,19,17,15,0.41,1.3424,0.23,1.3010 gophers,gophers,33,19,23,13,0.65,1.5315,0.23,1.3010 grandmama,grandmama,23,19,18,14,0.45,1.3802,0.23,1.3010 grandstanding,grandstanding,19,19,19,19,0.37,1.3010,0.23,1.3010 grids,grids,29,19,27,17,0.57,1.4771,0.23,1.3010 Griff,griff,140,19,0,0,2.75,2.1492,0.23,1.3010 grouping,grouping,20,19,20,19,0.39,1.3222,0.23,1.3010 Gruff,gruff,28,19,11,11,0.55,1.4624,0.23,1.3010 guff,guff,22,19,22,19,0.43,1.3617,0.23,1.3010 gung,gung,20,19,15,15,0.39,1.3222,0.23,1.3010 gunplay,gunplay,21,19,18,17,0.41,1.3424,0.23,1.3010 hacksaw,hacksaw,23,19,19,17,0.45,1.3802,0.23,1.3010 hammerhead,hammerhead,26,19,17,13,0.51,1.4314,0.23,1.3010 hangovers,hangovers,19,19,18,18,0.37,1.3010,0.23,1.3010 Hanoi,hanoi,44,19,0,0,0.86,1.6532,0.23,1.3010 harden,harden,28,19,18,15,0.55,1.4624,0.23,1.3010 hardens,hardens,19,19,18,18,0.37,1.3010,0.23,1.3010 hatter,hatter,23,19,15,15,0.45,1.3802,0.23,1.3010 Haute,haute,23,19,10,10,0.45,1.3802,0.23,1.3010 headlong,headlong,20,19,19,18,0.39,1.3222,0.23,1.3010 heartwarming,heartwarming,19,19,19,19,0.37,1.3010,0.23,1.3010 Hells,hells,24,19,7,7,0.47,1.3979,0.23,1.3010 henchmen,henchmen,23,19,19,15,0.45,1.3802,0.23,1.3010 hesitating,hesitating,21,19,21,19,0.41,1.3424,0.23,1.3010 hetero,hetero,20,19,17,17,0.39,1.3222,0.23,1.3010 hibernation,hibernation,30,19,26,17,0.59,1.4914,0.23,1.3010 historians,historians,21,19,19,17,0.41,1.3424,0.23,1.3010 hitchhikers,hitchhikers,28,19,24,17,0.55,1.4624,0.23,1.3010 hoisted,hoisted,21,19,19,18,0.41,1.3424,0.23,1.3010 holistic,holistic,20,19,14,14,0.39,1.3222,0.23,1.3010 homeowners,homeowners,27,19,22,15,0.53,1.4472,0.23,1.3010 hoopla,hoopla,36,19,24,17,0.71,1.5682,0.23,1.3010 horseradish,horseradish,25,19,18,14,0.49,1.4150,0.23,1.3010 houseboy,houseboy,36,19,35,19,0.71,1.5682,0.23,1.3010 houseguest,houseguest,24,19,23,19,0.47,1.3979,0.23,1.3010 huffing,huffing,22,19,20,17,0.43,1.3617,0.23,1.3010 hydrate,hydrate,25,19,22,16,0.49,1.4150,0.23,1.3010 iguana,iguana,40,19,27,17,0.78,1.6128,0.23,1.3010 impersonator,impersonator,28,19,28,19,0.55,1.4624,0.23,1.3010 impossibly,impossibly,20,19,19,18,0.39,1.3222,0.23,1.3010 imprints,imprints,19,19,18,18,0.37,1.3010,0.23,1.3010 impropriety,impropriety,25,19,25,19,0.49,1.4150,0.23,1.3010 inalienable,inalienable,20,19,19,19,0.39,1.3222,0.23,1.3010 inappropriately,inappropriately,19,19,19,19,0.37,1.3010,0.23,1.3010 incestuous,incestuous,19,19,19,19,0.37,1.3010,0.23,1.3010 incite,incite,21,19,19,18,0.41,1.3424,0.23,1.3010 incontrovertible,incontrovertible,20,19,20,19,0.39,1.3222,0.23,1.3010 indicators,indicators,19,19,18,18,0.37,1.3010,0.23,1.3010 indivisible,indivisible,21,19,20,18,0.41,1.3424,0.23,1.3010 ineffectual,ineffectual,23,19,23,19,0.45,1.3802,0.23,1.3010 inhibitors,inhibitors,25,19,25,19,0.49,1.4150,0.23,1.3010 inhumane,inhumane,23,19,22,19,0.45,1.3802,0.23,1.3010 insinuations,insinuations,21,19,21,19,0.41,1.3424,0.23,1.3010 instructive,instructive,22,19,21,19,0.43,1.3617,0.23,1.3010 insubordinate,insubordinate,19,19,17,17,0.37,1.3010,0.23,1.3010 insurgents,insurgents,30,19,28,18,0.59,1.4914,0.23,1.3010 integration,integration,33,19,30,18,0.65,1.5315,0.23,1.3010 interlude,interlude,22,19,22,19,0.43,1.3617,0.23,1.3010 intertwined,intertwined,21,19,21,19,0.41,1.3424,0.23,1.3010 intracranial,intracranial,23,19,22,18,0.45,1.3802,0.23,1.3010 isolating,isolating,21,19,19,17,0.41,1.3424,0.23,1.3010 Israel,israel,57,19,0,0,1.12,1.7634,0.23,1.3010 Jacoby,jacoby,68,19,0,0,1.33,1.8388,0.23,1.3010 janitorial,janitorial,22,19,19,17,0.43,1.3617,0.23,1.3010 jaunt,jaunt,19,19,19,19,0.37,1.3010,0.23,1.3010 jazzy,jazzy,25,19,15,13,0.49,1.4150,0.23,1.3010 jerkin,jerkin,19,19,17,17,0.37,1.3010,0.23,1.3010 jousting,jousting,26,19,20,17,0.51,1.4314,0.23,1.3010 juggler,juggler,24,19,23,18,0.47,1.3979,0.23,1.3010 Katharine,katharine,66,19,0,0,1.29,1.8261,0.23,1.3010 keenly,keenly,19,19,19,19,0.37,1.3010,0.23,1.3010 Kemp,kemp,116,19,0,0,2.27,2.0682,0.23,1.3010 kilometer,kilometer,20,19,19,18,0.39,1.3222,0.23,1.3010 kinetic,kinetic,32,19,18,15,0.63,1.5185,0.23,1.3010 knelt,knelt,19,19,19,19,0.37,1.3010,0.23,1.3010 knighted,knighted,24,19,24,19,0.47,1.3979,0.23,1.3010 knoll,knoll,27,19,23,15,0.53,1.4472,0.23,1.3010 Kryptonite,kryptonite,41,19,14,12,0.80,1.6232,0.23,1.3010 landlords,landlords,23,19,20,16,0.45,1.3802,0.23,1.3010 lapping,lapping,21,19,20,18,0.41,1.3424,0.23,1.3010 legitimately,legitimately,21,19,18,17,0.41,1.3424,0.23,1.3010 leniency,leniency,22,19,22,19,0.43,1.3617,0.23,1.3010 letterhead,letterhead,21,19,21,19,0.41,1.3424,0.23,1.3010 lifesaving,lifesaving,19,19,19,19,0.37,1.3010,0.23,1.3010 likeable,likeable,24,19,24,19,0.47,1.3979,0.23,1.3010 loathed,loathed,20,19,19,18,0.39,1.3222,0.23,1.3010 lookouts,lookouts,27,19,16,16,0.53,1.4472,0.23,1.3010 Lovey,lovey,52,19,14,11,1.02,1.7243,0.23,1.3010 lowlifes,lowlifes,24,19,24,19,0.47,1.3979,0.23,1.3010 lunkhead,lunkhead,22,19,22,19,0.43,1.3617,0.23,1.3010 lurk,lurk,21,19,18,17,0.41,1.3424,0.23,1.3010 lymphoma,lymphoma,28,19,28,19,0.55,1.4624,0.23,1.3010 Lyon,lyon,26,19,0,0,0.51,1.4314,0.23,1.3010 macabre,macabre,19,19,17,17,0.37,1.3010,0.23,1.3010 madwoman,madwoman,19,19,19,19,0.37,1.3010,0.23,1.3010 magnificence,magnificence,33,19,18,17,0.65,1.5315,0.23,1.3010 mails,mails,21,19,21,19,0.41,1.3424,0.23,1.3010 makeshift,makeshift,20,19,19,18,0.39,1.3222,0.23,1.3010 malady,malady,22,19,22,19,0.43,1.3617,0.23,1.3010 manhandled,manhandled,21,19,20,18,0.41,1.3424,0.23,1.3010 Manna,manna,23,19,9,7,0.45,1.3802,0.23,1.3010 margarine,margarine,32,19,27,17,0.63,1.5185,0.23,1.3010 masterpieces,masterpieces,21,19,19,17,0.41,1.3424,0.23,1.3010 matchbox,matchbox,19,19,12,12,0.37,1.3010,0.23,1.3010 materialism,materialism,20,19,20,19,0.39,1.3222,0.23,1.3010 mens,mens,30,19,26,17,0.59,1.4914,0.23,1.3010 mensch,mensch,23,19,23,19,0.45,1.3802,0.23,1.3010 Mesdames,mesdames,25,19,11,7,0.49,1.4150,0.23,1.3010 meticulously,meticulously,19,19,17,17,0.37,1.3010,0.23,1.3010 mezzanine,mezzanine,23,19,23,19,0.45,1.3802,0.23,1.3010 misbehave,misbehave,30,19,30,19,0.59,1.4914,0.23,1.3010 miscalculated,miscalculated,19,19,19,19,0.37,1.3010,0.23,1.3010 miscellaneous,miscellaneous,22,19,19,17,0.43,1.3617,0.23,1.3010 miser,miser,25,19,18,18,0.49,1.4150,0.23,1.3010 mislaid,mislaid,21,19,21,19,0.41,1.3424,0.23,1.3010 mitigate,mitigate,21,19,21,19,0.41,1.3424,0.23,1.3010 mitigating,mitigating,31,19,27,19,0.61,1.5051,0.23,1.3010 Mod,mod,66,19,5,5,1.29,1.8261,0.23,1.3010 modicum,modicum,20,19,20,19,0.39,1.3222,0.23,1.3010 moneymaker,moneymaker,19,19,18,18,0.37,1.3010,0.23,1.3010 moonbeam,moonbeam,38,19,25,14,0.75,1.5911,0.23,1.3010 mosaic,mosaic,23,19,23,19,0.45,1.3802,0.23,1.3010 motivations,motivations,19,19,19,19,0.37,1.3010,0.23,1.3010 motorboat,motorboat,29,19,26,18,0.57,1.4771,0.23,1.3010 Mott,mott,32,19,0,0,0.63,1.5185,0.23,1.3010 mounds,mounds,20,19,15,14,0.39,1.3222,0.23,1.3010 mythic,mythic,19,19,19,19,0.37,1.3010,0.23,1.3010 mythological,mythological,19,19,19,19,0.37,1.3010,0.23,1.3010 negligible,negligible,20,19,18,18,0.39,1.3222,0.23,1.3010 Neurology,neurology,23,19,10,9,0.45,1.3802,0.23,1.3010 Nexus,nexus,57,19,24,14,1.12,1.7634,0.23,1.3010 Nibs,nibs,29,19,13,10,0.57,1.4771,0.23,1.3010 Nietzschean,nietzschean,115,19,0,0,2.25,2.0645,0.23,1.3010 nil,nil,23,19,19,16,0.45,1.3802,0.23,1.3010 nimrod,nimrod,24,19,16,14,0.47,1.3979,0.23,1.3010 nipping,nipping,20,19,19,18,0.39,1.3222,0.23,1.3010 notably,notably,22,19,21,19,0.43,1.3617,0.23,1.3010 nourish,nourish,22,19,21,18,0.43,1.3617,0.23,1.3010 numbskull,numbskull,20,19,16,16,0.39,1.3222,0.23,1.3010 nutritional,nutritional,20,19,18,17,0.39,1.3222,0.23,1.3010 obligatory,obligatory,21,19,19,17,0.41,1.3424,0.23,1.3010 oblique,oblique,23,19,17,16,0.45,1.3802,0.23,1.3010 occupies,occupies,19,19,19,19,0.37,1.3010,0.23,1.3010 omission,omission,20,19,19,19,0.39,1.3222,0.23,1.3010 openness,openness,20,19,20,19,0.39,1.3222,0.23,1.3010 opiate,opiate,20,19,16,15,0.39,1.3222,0.23,1.3010 opiates,opiates,22,19,20,17,0.43,1.3617,0.23,1.3010 oppressors,oppressors,25,19,22,18,0.49,1.4150,0.23,1.3010 opt,opt,20,19,20,19,0.39,1.3222,0.23,1.3010 orangutan,orangutan,29,19,25,17,0.57,1.4771,0.23,1.3010 ostracized,ostracized,21,19,19,19,0.41,1.3424,0.23,1.3010 Ouija,ouija,20,19,3,3,0.39,1.3222,0.23,1.3010 outboard,outboard,28,19,24,18,0.55,1.4624,0.23,1.3010 outstretched,outstretched,20,19,19,18,0.39,1.3222,0.23,1.3010 overcharge,overcharge,19,19,18,18,0.37,1.3010,0.23,1.3010 overheated,overheated,23,19,22,18,0.45,1.3802,0.23,1.3010 overriding,overriding,20,19,18,18,0.39,1.3222,0.23,1.3010 overtones,overtones,20,19,20,19,0.39,1.3222,0.23,1.3010 overturn,overturn,19,19,17,17,0.37,1.3010,0.23,1.3010 oxen,oxen,22,19,22,19,0.43,1.3617,0.23,1.3010 Pac,pac,58,19,1,1,1.14,1.7709,0.23,1.3010 paintball,paintball,38,19,31,17,0.75,1.5911,0.23,1.3010 Parton,parton,45,19,0,0,0.88,1.6628,0.23,1.3010 patted,patted,23,19,21,18,0.45,1.3802,0.23,1.3010 pave,pave,20,19,16,16,0.39,1.3222,0.23,1.3010 payout,payout,21,19,21,19,0.41,1.3424,0.23,1.3010 peepers,peepers,23,19,18,15,0.45,1.3802,0.23,1.3010 penile,penile,27,19,21,14,0.53,1.4472,0.23,1.3010 pensions,pensions,25,19,25,19,0.49,1.4150,0.23,1.3010 personalized,personalized,19,19,18,18,0.37,1.3010,0.23,1.3010 phaser,phaser,35,19,31,17,0.69,1.5563,0.23,1.3010 phosphorus,phosphorus,34,19,30,16,0.67,1.5441,0.23,1.3010 photon,photon,27,19,20,18,0.53,1.4472,0.23,1.3010 pinochle,pinochle,27,19,22,16,0.53,1.4472,0.23,1.3010 pipsqueak,pipsqueak,22,19,20,18,0.43,1.3617,0.23,1.3010 pizzeria,pizzeria,21,19,12,10,0.41,1.3424,0.23,1.3010 Plankton,plankton,80,19,34,15,1.57,1.9085,0.23,1.3010 plucky,plucky,20,19,16,16,0.39,1.3222,0.23,1.3010 pneumatic,pneumatic,22,19,19,16,0.43,1.3617,0.23,1.3010 Pomona,pomona,28,19,0,0,0.55,1.4624,0.23,1.3010 pondered,pondered,23,19,23,19,0.45,1.3802,0.23,1.3010 Poon,poon,32,19,10,9,0.63,1.5185,0.23,1.3010 pore,pore,24,19,22,19,0.47,1.3979,0.23,1.3010 preachers,preachers,26,19,25,19,0.51,1.4314,0.23,1.3010 precarious,precarious,20,19,18,18,0.39,1.3222,0.23,1.3010 precincts,precincts,24,19,24,19,0.47,1.3979,0.23,1.3010 preferences,preferences,21,19,21,19,0.41,1.3424,0.23,1.3010 prenup,prenup,52,19,52,19,1.02,1.7243,0.23,1.3010 preoccupation,preoccupation,19,19,19,19,0.37,1.3010,0.23,1.3010 pretence,pretence,21,19,21,19,0.41,1.3424,0.23,1.3010 probate,probate,26,19,22,17,0.51,1.4314,0.23,1.3010 pronouncing,pronouncing,19,19,18,18,0.37,1.3010,0.23,1.3010 prophesied,prophesied,20,19,20,19,0.39,1.3222,0.23,1.3010 proximal,proximal,22,19,21,18,0.43,1.3617,0.23,1.3010 pulley,pulley,22,19,21,18,0.43,1.3617,0.23,1.3010 pulsating,pulsating,22,19,21,18,0.43,1.3617,0.23,1.3010 pungent,pungent,20,19,19,18,0.39,1.3222,0.23,1.3010 qualifying,qualifying,35,19,31,19,0.69,1.5563,0.23,1.3010 quarterbacks,quarterbacks,23,19,21,17,0.45,1.3802,0.23,1.3010 rarity,rarity,20,19,20,19,0.39,1.3222,0.23,1.3010 rashes,rashes,26,19,22,18,0.51,1.4314,0.23,1.3010 ratchet,ratchet,38,19,20,15,0.75,1.5911,0.23,1.3010 rationale,rationale,19,19,19,19,0.37,1.3010,0.23,1.3010 realising,realising,22,19,22,19,0.43,1.3617,0.23,1.3010 reassemble,reassemble,19,19,18,18,0.37,1.3010,0.23,1.3010 receptacle,receptacle,22,19,22,19,0.43,1.3617,0.23,1.3010 recreating,recreating,19,19,18,18,0.37,1.3010,0.23,1.3010 rectangular,rectangular,22,19,17,14,0.43,1.3617,0.23,1.3010 reestablish,reestablish,22,19,21,19,0.43,1.3617,0.23,1.3010 regains,regains,19,19,19,19,0.37,1.3010,0.23,1.3010 rehash,rehash,21,19,21,19,0.41,1.3424,0.23,1.3010 relocating,relocating,19,19,17,17,0.37,1.3010,0.23,1.3010 reminders,reminders,19,19,19,19,0.37,1.3010,0.23,1.3010 Ren,ren,162,19,5,4,3.18,2.2122,0.23,1.3010 renown,renown,20,19,16,15,0.39,1.3222,0.23,1.3010 repossess,repossess,20,19,20,19,0.39,1.3222,0.23,1.3010 reprogrammed,reprogrammed,21,19,21,19,0.41,1.3424,0.23,1.3010 reread,reread,23,19,22,19,0.45,1.3802,0.23,1.3010 res,res,27,19,17,15,0.53,1.4472,0.23,1.3010 resumed,resumed,19,19,19,19,0.37,1.3010,0.23,1.3010 reviewer,reviewer,26,19,26,19,0.51,1.4314,0.23,1.3010 Revue,revue,37,19,16,12,0.73,1.5798,0.23,1.3010 rhetoric,rhetoric,21,19,21,19,0.41,1.3424,0.23,1.3010 riveted,riveted,19,19,19,19,0.37,1.3010,0.23,1.3010 roadie,roadie,20,19,20,19,0.39,1.3222,0.23,1.3010 rotated,rotated,19,19,19,19,0.37,1.3010,0.23,1.3010 rotor,rotor,24,19,23,18,0.47,1.3979,0.23,1.3010 rusting,rusting,19,19,18,18,0.37,1.3010,0.23,1.3010 Salutations,salutations,34,19,12,9,0.67,1.5441,0.23,1.3010 sashimi,sashimi,28,19,26,18,0.55,1.4624,0.23,1.3010 saws,saws,24,19,23,18,0.47,1.3979,0.23,1.3010 scalded,scalded,19,19,15,15,0.37,1.3010,0.23,1.3010 scalding,scalding,20,19,18,17,0.39,1.3222,0.23,1.3010 schoolmaster,schoolmaster,46,19,45,19,0.90,1.6721,0.23,1.3010 schooner,schooner,38,19,35,18,0.75,1.5911,0.23,1.3010 scorching,scorching,20,19,20,19,0.39,1.3222,0.23,1.3010 Scotia,scotia,25,19,2,1,0.49,1.4150,0.23,1.3010 Scots,scots,28,19,1,1,0.55,1.4624,0.23,1.3010 scrappy,scrappy,30,19,19,13,0.59,1.4914,0.23,1.3010 screenplays,screenplays,21,19,20,19,0.41,1.3424,0.23,1.3010 Scrooge,scrooge,197,19,7,4,3.86,2.2967,0.23,1.3010 scrounging,scrounging,21,19,17,17,0.41,1.3424,0.23,1.3010 seamstress,seamstress,27,19,27,19,0.53,1.4472,0.23,1.3010 seeping,seeping,19,19,19,19,0.37,1.3010,0.23,1.3010 seminal,seminal,19,19,17,17,0.37,1.3010,0.23,1.3010 sequestered,sequestered,25,19,24,18,0.49,1.4150,0.23,1.3010 Shakespearean,shakespearean,21,19,0,0,0.41,1.3424,0.23,1.3010 shoplifter,shoplifter,25,19,24,18,0.49,1.4150,0.23,1.3010 sickos,sickos,20,19,17,17,0.39,1.3222,0.23,1.3010 silken,silken,21,19,21,19,0.41,1.3424,0.23,1.3010 sill,sill,23,19,19,16,0.45,1.3802,0.23,1.3010 silliness,silliness,21,19,20,18,0.41,1.3424,0.23,1.3010 sips,sips,21,19,21,19,0.41,1.3424,0.23,1.3010 skidded,skidded,23,19,21,19,0.45,1.3802,0.23,1.3010 slur,slur,24,19,24,19,0.47,1.3979,0.23,1.3010 smidgen,smidgen,21,19,21,19,0.41,1.3424,0.23,1.3010 smirking,smirking,19,19,18,18,0.37,1.3010,0.23,1.3010 Smiths,smiths,27,19,2,2,0.53,1.4472,0.23,1.3010 snitching,snitching,22,19,22,19,0.43,1.3617,0.23,1.3010 snorkeling,snorkeling,24,19,21,17,0.47,1.3979,0.23,1.3010 snowboard,snowboard,40,19,39,19,0.78,1.6128,0.23,1.3010 soapy,soapy,25,19,15,15,0.49,1.4150,0.23,1.3010 softest,softest,19,19,19,19,0.37,1.3010,0.23,1.3010 sorriest,sorriest,19,19,19,19,0.37,1.3010,0.23,1.3010 Sos,sos,27,19,0,0,0.53,1.4472,0.23,1.3010 Southland,southland,22,19,2,2,0.43,1.3617,0.23,1.3010 sovereignty,sovereignty,29,19,22,18,0.57,1.4771,0.23,1.3010 Spartan,spartan,82,19,4,4,1.61,1.9191,0.23,1.3010 spatial,spatial,29,19,26,17,0.57,1.4771,0.23,1.3010 speculated,speculated,19,19,19,19,0.37,1.3010,0.23,1.3010 speedboat,speedboat,27,19,25,18,0.53,1.4472,0.23,1.3010 spiel,spiel,21,19,21,19,0.41,1.3424,0.23,1.3010 sponsorship,sponsorship,22,19,22,19,0.43,1.3617,0.23,1.3010 sprints,sprints,21,19,20,18,0.41,1.3424,0.23,1.3010 squawks,squawks,31,19,26,15,0.61,1.5051,0.23,1.3010 stalwart,stalwart,22,19,20,18,0.43,1.3617,0.23,1.3010 starfish,starfish,38,19,23,16,0.75,1.5911,0.23,1.3010 Steakhouse,steakhouse,21,19,10,10,0.41,1.3424,0.23,1.3010 steroid,steroid,20,19,19,18,0.39,1.3222,0.23,1.3010 stimulants,stimulants,21,19,21,19,0.41,1.3424,0.23,1.3010 stirrups,stirrups,23,19,19,15,0.45,1.3802,0.23,1.3010 straddling,straddling,19,19,19,19,0.37,1.3010,0.23,1.3010 streamlined,streamlined,19,19,19,19,0.37,1.3010,0.23,1.3010 strewn,strewn,19,19,19,19,0.37,1.3010,0.23,1.3010 stuntman,stuntman,35,19,34,19,0.69,1.5563,0.23,1.3010 subside,subside,20,19,20,19,0.39,1.3222,0.23,1.3010 subterfuge,subterfuge,19,19,17,17,0.37,1.3010,0.23,1.3010 succulent,succulent,23,19,22,19,0.45,1.3802,0.23,1.3010 Sucre,sucre,41,19,1,1,0.80,1.6232,0.23,1.3010 sufferings,sufferings,20,19,20,19,0.39,1.3222,0.23,1.3010 summarize,summarize,20,19,19,18,0.39,1.3222,0.23,1.3010 sunroof,sunroof,22,19,22,19,0.43,1.3617,0.23,1.3010 supremely,supremely,20,19,20,19,0.39,1.3222,0.23,1.3010 surrenders,surrenders,19,19,18,18,0.37,1.3010,0.23,1.3010 surveys,surveys,28,19,25,18,0.55,1.4624,0.23,1.3010 swarms,swarms,22,19,18,15,0.43,1.3617,0.23,1.3010 swellest,swellest,23,19,23,19,0.45,1.3802,0.23,1.3010 Synchronised,synchronised,19,19,5,5,0.37,1.3010,0.23,1.3010 syndicated,syndicated,21,19,19,17,0.41,1.3424,0.23,1.3010 taming,taming,20,19,13,13,0.39,1.3222,0.23,1.3010 tarnish,tarnish,19,19,19,19,0.37,1.3010,0.23,1.3010 tarnished,tarnished,19,19,19,19,0.37,1.3010,0.23,1.3010 teaming,teaming,21,19,17,16,0.41,1.3424,0.23,1.3010 teatime,teatime,23,19,20,17,0.45,1.3802,0.23,1.3010 telecommunications,telecommunications,26,19,20,16,0.51,1.4314,0.23,1.3010 Thataway,thataway,23,19,11,10,0.45,1.3802,0.23,1.3010 Theta,theta,81,19,7,6,1.59,1.9138,0.23,1.3010 Tillman,tillman,29,19,0,0,0.57,1.4771,0.23,1.3010 timeout,timeout,26,19,19,16,0.51,1.4314,0.23,1.3010 tinted,tinted,23,19,20,16,0.45,1.3802,0.23,1.3010 Tod,tod,139,19,2,2,2.73,2.1461,0.23,1.3010 tomorrows,tomorrows,36,19,34,18,0.71,1.5682,0.23,1.3010 tooling,tooling,19,19,17,17,0.37,1.3010,0.23,1.3010 Topeka,topeka,35,19,0,0,0.69,1.5563,0.23,1.3010 topnotch,topnotch,20,19,15,14,0.39,1.3222,0.23,1.3010 Topper,topper,85,19,12,11,1.67,1.9345,0.23,1.3010 tor,tor,127,19,73,10,2.49,2.1072,0.23,1.3010 toting,toting,21,19,21,19,0.41,1.3424,0.23,1.3010 Touche,touche,20,19,3,3,0.39,1.3222,0.23,1.3010 toxicity,toxicity,24,19,24,19,0.47,1.3979,0.23,1.3010 transformer,transformer,27,19,24,16,0.53,1.4472,0.23,1.3010 transmits,transmits,21,19,20,19,0.41,1.3424,0.23,1.3010 Trib,trib,21,19,0,0,0.41,1.3424,0.23,1.3010 troubadour,troubadour,38,19,29,15,0.75,1.5911,0.23,1.3010 tryst,tryst,20,19,16,16,0.39,1.3222,0.23,1.3010 tumour,tumour,35,19,35,19,0.69,1.5563,0.23,1.3010 turret,turret,45,19,42,16,0.88,1.6628,0.23,1.3010 Twa,twa,48,19,2,2,0.94,1.6902,0.23,1.3010 tyke,tyke,27,19,20,17,0.53,1.4472,0.23,1.3010 unattainable,unattainable,25,19,25,19,0.49,1.4150,0.23,1.3010 unconditionally,unconditionally,20,19,18,17,0.39,1.3222,0.23,1.3010 uncovering,uncovering,21,19,18,17,0.41,1.3424,0.23,1.3010 undersea,undersea,40,19,30,17,0.78,1.6128,0.23,1.3010 underwent,underwent,21,19,21,19,0.41,1.3424,0.23,1.3010 unlicensed,unlicensed,20,19,19,18,0.39,1.3222,0.23,1.3010 unnerved,unnerved,19,19,19,19,0.37,1.3010,0.23,1.3010 unremarkable,unremarkable,21,19,21,19,0.41,1.3424,0.23,1.3010 unscathed,unscathed,19,19,19,19,0.37,1.3010,0.23,1.3010 unsolicited,unsolicited,22,19,21,18,0.43,1.3617,0.23,1.3010 unsound,unsound,23,19,22,19,0.45,1.3802,0.23,1.3010 unwrapped,unwrapped,20,19,20,19,0.39,1.3222,0.23,1.3010 uppercut,uppercut,29,19,26,18,0.57,1.4771,0.23,1.3010 urchin,urchin,22,19,22,19,0.43,1.3617,0.23,1.3010 Vale,vale,75,19,5,5,1.47,1.8808,0.23,1.3010 vamps,vamps,26,19,19,13,0.51,1.4314,0.23,1.3010 varnish,varnish,21,19,19,17,0.41,1.3424,0.23,1.3010 veg,veg,23,19,21,18,0.45,1.3802,0.23,1.3010 vigor,vigor,21,19,20,18,0.41,1.3424,0.23,1.3010 Vipers,vipers,41,19,19,14,0.80,1.6232,0.23,1.3010 virility,virility,27,19,24,19,0.53,1.4472,0.23,1.3010 Vl,vl,22,19,0,0,0.43,1.3617,0.23,1.3010 vouchers,vouchers,28,19,26,18,0.55,1.4624,0.23,1.3010 Vroom,vroom,42,19,19,13,0.82,1.6335,0.23,1.3010 walkway,walkway,19,19,19,19,0.37,1.3010,0.23,1.3010 waltzed,waltzed,19,19,19,19,0.37,1.3010,0.23,1.3010 wank,wank,29,19,25,16,0.57,1.4771,0.23,1.3010 warmly,warmly,24,19,24,19,0.47,1.3979,0.23,1.3010 warranted,warranted,19,19,19,19,0.37,1.3010,0.23,1.3010 wasps,wasps,32,19,20,10,0.63,1.5185,0.23,1.3010 waterfalls,waterfalls,24,19,22,18,0.47,1.3979,0.23,1.3010 weakly,weakly,20,19,16,15,0.39,1.3222,0.23,1.3010 wearer,wearer,27,19,27,19,0.53,1.4472,0.23,1.3010 weekday,weekday,22,19,22,19,0.43,1.3617,0.23,1.3010 weighted,weighted,20,19,19,18,0.39,1.3222,0.23,1.3010 weightless,weightless,19,19,17,17,0.37,1.3010,0.23,1.3010 welding,welding,28,19,28,19,0.55,1.4624,0.23,1.3010 Westminster,westminster,46,19,0,0,0.90,1.6721,0.23,1.3010 whinnies,whinnies,36,19,29,16,0.71,1.5682,0.23,1.3010 wi,wi,30,19,24,17,0.59,1.4914,0.23,1.3010 windmills,windmills,28,19,27,19,0.55,1.4624,0.23,1.3010 wipers,wipers,22,19,22,19,0.43,1.3617,0.23,1.3010 withering,withering,21,19,21,19,0.41,1.3424,0.23,1.3010 Woodbury,woodbury,44,19,0,0,0.86,1.6532,0.23,1.3010 worsen,worsen,20,19,19,19,0.39,1.3222,0.23,1.3010 wriggle,wriggle,21,19,20,18,0.41,1.3424,0.23,1.3010 yelps,yelps,24,19,19,14,0.47,1.3979,0.23,1.3010 yolk,yolk,21,19,19,17,0.41,1.3424,0.23,1.3010 Zee,zee,58,19,5,3,1.14,1.7709,0.23,1.3010 zeroed,zeroed,20,19,18,17,0.39,1.3222,0.23,1.3010 abolished,abolished,20,18,19,17,0.39,1.3222,0.21,1.2788 absentee,absentee,18,18,18,18,0.35,1.2788,0.21,1.2788 abysmal,abysmal,21,18,20,18,0.41,1.3424,0.21,1.2788 accessorize,accessorize,18,18,17,17,0.35,1.2788,0.21,1.2788 accumulating,accumulating,18,18,17,17,0.35,1.2788,0.21,1.2788 Adder,adder,73,18,8,6,1.43,1.8692,0.21,1.2788 advent,advent,24,18,16,16,0.47,1.3979,0.21,1.2788 advertisements,advertisements,25,18,25,18,0.49,1.4150,0.21,1.2788 advocated,advocated,18,18,18,18,0.35,1.2788,0.21,1.2788 Akron,akron,38,18,0,0,0.75,1.5911,0.21,1.2788 Alameda,alameda,42,18,1,1,0.82,1.6335,0.21,1.2788 alerting,alerting,18,18,16,16,0.35,1.2788,0.21,1.2788 alight,alight,21,18,20,17,0.41,1.3424,0.21,1.2788 allotment,allotment,19,18,19,18,0.37,1.3010,0.21,1.2788 altruistic,altruistic,18,18,17,17,0.35,1.2788,0.21,1.2788 amendments,amendments,19,18,17,17,0.37,1.3010,0.21,1.2788 amply,amply,18,18,18,18,0.35,1.2788,0.21,1.2788 analysing,analysing,19,18,18,17,0.37,1.3010,0.21,1.2788 analyzer,analyzer,26,18,25,17,0.51,1.4314,0.21,1.2788 Antony,antony,29,18,0,0,0.57,1.4771,0.21,1.2788 Apaches,apaches,107,18,0,0,2.10,2.0334,0.21,1.2788 arsehole,arsehole,20,18,17,15,0.39,1.3222,0.21,1.2788 asphyxia,asphyxia,21,18,17,14,0.41,1.3424,0.21,1.2788 assertive,assertive,23,18,22,17,0.45,1.3802,0.21,1.2788 assimilate,assimilate,26,18,25,18,0.51,1.4314,0.21,1.2788 atheists,atheists,19,18,19,18,0.37,1.3010,0.21,1.2788 Athena,athena,34,18,0,0,0.67,1.5441,0.21,1.2788 atrophy,atrophy,21,18,20,18,0.41,1.3424,0.21,1.2788 attackers,attackers,20,18,20,18,0.39,1.3222,0.21,1.2788 Auburn,auburn,29,18,8,6,0.57,1.4771,0.21,1.2788 auctioneer,auctioneer,24,18,19,14,0.47,1.3979,0.21,1.2788 auctions,auctions,21,18,18,17,0.41,1.3424,0.21,1.2788 autobiographical,autobiographical,22,18,20,16,0.43,1.3617,0.21,1.2788 awning,awning,24,18,24,18,0.47,1.3979,0.21,1.2788 Axel,axel,132,18,7,7,2.59,2.1239,0.21,1.2788 babysitters,babysitters,23,18,20,16,0.45,1.3802,0.21,1.2788 Bannister,bannister,219,18,21,6,4.29,2.3424,0.21,1.2788 baseballs,baseballs,30,18,26,14,0.59,1.4914,0.21,1.2788 Batty,batty,35,18,14,14,0.69,1.5563,0.21,1.2788 bedspread,bedspread,23,18,22,18,0.45,1.3802,0.21,1.2788 behaviors,behaviors,21,18,21,18,0.41,1.3424,0.21,1.2788 behinds,behinds,19,18,19,18,0.37,1.3010,0.21,1.2788 Belfast,belfast,43,18,0,0,0.84,1.6435,0.21,1.2788 Belvedere,belvedere,35,18,0,0,0.69,1.5563,0.21,1.2788 bicycles,bicycles,19,18,16,15,0.37,1.3010,0.21,1.2788 blacken,blacken,20,18,19,17,0.39,1.3222,0.21,1.2788 blindsided,blindsided,19,18,19,18,0.37,1.3010,0.21,1.2788 blithering,blithering,18,18,18,18,0.35,1.2788,0.21,1.2788 blossomed,blossomed,18,18,18,18,0.35,1.2788,0.21,1.2788 blowjobs,blowjobs,22,18,20,16,0.43,1.3617,0.21,1.2788 bluer,bluer,25,18,18,17,0.49,1.4150,0.21,1.2788 boondocks,boondocks,19,18,18,17,0.37,1.3010,0.21,1.2788 boozer,boozer,18,18,18,18,0.35,1.2788,0.21,1.2788 bordering,bordering,18,18,15,15,0.35,1.2788,0.21,1.2788 Borneo,borneo,30,18,0,0,0.59,1.4914,0.21,1.2788 Bowery,bowery,44,18,2,2,0.86,1.6532,0.21,1.2788 brainstorming,brainstorming,20,18,19,17,0.39,1.3222,0.21,1.2788 bratwurst,bratwurst,24,18,18,16,0.47,1.3979,0.21,1.2788 Brava,brava,40,18,1,1,0.78,1.6128,0.21,1.2788 briefings,briefings,19,18,19,18,0.37,1.3010,0.21,1.2788 bromide,bromide,23,18,21,16,0.45,1.3802,0.21,1.2788 bubonic,bubonic,21,18,17,15,0.41,1.3424,0.21,1.2788 Buckland,buckland,48,18,0,0,0.94,1.6902,0.21,1.2788 bumblebee,bumblebee,33,18,25,14,0.65,1.5315,0.21,1.2788 burrowing,burrowing,22,18,20,18,0.43,1.3617,0.21,1.2788 butterscotch,butterscotch,25,18,18,13,0.49,1.4150,0.21,1.2788 bylaws,bylaws,22,18,20,16,0.43,1.3617,0.21,1.2788 byline,byline,20,18,19,18,0.39,1.3222,0.21,1.2788 bypassed,bypassed,19,18,19,18,0.37,1.3010,0.21,1.2788 Byzantine,byzantine,22,18,1,1,0.43,1.3617,0.21,1.2788 cams,cams,23,18,23,18,0.45,1.3802,0.21,1.2788 Canterbury,canterbury,63,18,0,0,1.24,1.8062,0.21,1.2788 capitan,capitan,27,18,14,6,0.53,1.4472,0.21,1.2788 capricious,capricious,21,18,19,16,0.41,1.3424,0.21,1.2788 caption,caption,18,18,14,14,0.35,1.2788,0.21,1.2788 caressing,caressing,19,18,15,15,0.37,1.3010,0.21,1.2788 caseload,caseload,19,18,19,18,0.37,1.3010,0.21,1.2788 catacombs,catacombs,24,18,23,17,0.47,1.3979,0.21,1.2788 categorically,categorically,20,18,19,17,0.39,1.3222,0.21,1.2788 Cb,cb,27,18,0,0,0.53,1.4472,0.21,1.2788 cellist,cellist,21,18,21,18,0.41,1.3424,0.21,1.2788 Centennial,centennial,20,18,9,9,0.39,1.3222,0.21,1.2788 centres,centres,23,18,23,18,0.45,1.3802,0.21,1.2788 cervix,cervix,21,18,17,15,0.41,1.3424,0.21,1.2788 checkups,checkups,19,18,19,18,0.37,1.3010,0.21,1.2788 chemists,chemists,19,18,19,18,0.37,1.3010,0.21,1.2788 Chimera,chimera,46,18,7,6,0.90,1.6721,0.21,1.2788 Cicero,cicero,83,18,0,0,1.63,1.9243,0.21,1.2788 clans,clans,38,18,35,16,0.75,1.5911,0.21,1.2788 clauses,clauses,20,18,18,16,0.39,1.3222,0.21,1.2788 clench,clench,20,18,15,15,0.39,1.3222,0.21,1.2788 clothesline,clothesline,21,18,18,17,0.41,1.3424,0.21,1.2788 cloths,cloths,22,18,19,16,0.43,1.3617,0.21,1.2788 Cob,cob,35,18,16,13,0.69,1.5563,0.21,1.2788 comme,comme,26,18,17,15,0.51,1.4314,0.21,1.2788 commuting,commuting,21,18,15,13,0.41,1.3424,0.21,1.2788 compiling,compiling,18,18,18,18,0.35,1.2788,0.21,1.2788 complicates,complicates,19,18,19,18,0.37,1.3010,0.21,1.2788 composers,composers,23,18,23,18,0.45,1.3802,0.21,1.2788 conclusively,conclusively,19,18,19,18,0.37,1.3010,0.21,1.2788 concoction,concoction,20,18,20,18,0.39,1.3222,0.21,1.2788 condensed,condensed,20,18,20,18,0.39,1.3222,0.21,1.2788 confiscating,confiscating,19,18,19,18,0.37,1.3010,0.21,1.2788 conformity,conformity,19,18,17,16,0.37,1.3010,0.21,1.2788 congregate,congregate,18,18,18,18,0.35,1.2788,0.21,1.2788 conjuring,conjuring,19,18,18,17,0.37,1.3010,0.21,1.2788 Conn,conn,144,18,48,10,2.82,2.1614,0.21,1.2788 consisting,consisting,18,18,16,16,0.35,1.2788,0.21,1.2788 constellations,constellations,23,18,23,18,0.45,1.3802,0.21,1.2788 contaminating,contaminating,18,18,18,18,0.35,1.2788,0.21,1.2788 contingencies,contingencies,23,18,19,16,0.45,1.3802,0.21,1.2788 contraceptives,contraceptives,18,18,16,16,0.35,1.2788,0.21,1.2788 convicting,convicting,19,18,18,17,0.37,1.3010,0.21,1.2788 copacetic,copacetic,21,18,16,14,0.41,1.3424,0.21,1.2788 corporeal,corporeal,25,18,24,18,0.49,1.4150,0.21,1.2788 correspondents,correspondents,24,18,20,16,0.47,1.3979,0.21,1.2788 corresponds,corresponds,18,18,18,18,0.35,1.2788,0.21,1.2788 corrosive,corrosive,19,18,19,18,0.37,1.3010,0.21,1.2788 Cpu,cpu,36,18,1,1,0.71,1.5682,0.21,1.2788 crackheads,crackheads,24,18,19,16,0.47,1.3979,0.21,1.2788 crackles,crackles,22,18,19,16,0.43,1.3617,0.21,1.2788 crapping,crapping,20,18,19,17,0.39,1.3222,0.21,1.2788 creamer,creamer,36,18,33,16,0.71,1.5682,0.21,1.2788 crescendo,crescendo,25,18,18,12,0.49,1.4150,0.21,1.2788 Crips,crips,19,18,0,0,0.37,1.3010,0.21,1.2788 croaks,croaks,18,18,16,16,0.35,1.2788,0.21,1.2788 crocodiles,crocodiles,31,18,27,17,0.61,1.5051,0.21,1.2788 crusaders,crusaders,19,18,12,12,0.37,1.3010,0.21,1.2788 culmination,culmination,21,18,20,18,0.41,1.3424,0.21,1.2788 Culver,culver,33,18,0,0,0.65,1.5315,0.21,1.2788 Cumberland,cumberland,39,18,0,0,0.76,1.6021,0.21,1.2788 cutlery,cutlery,18,18,17,17,0.35,1.2788,0.21,1.2788 cyclone,cyclone,24,18,18,15,0.47,1.3979,0.21,1.2788 daresay,daresay,25,18,24,18,0.49,1.4150,0.21,1.2788 decapitate,decapitate,19,18,18,17,0.37,1.3010,0.21,1.2788 decimated,decimated,20,18,20,18,0.39,1.3222,0.21,1.2788 decoder,decoder,22,18,22,18,0.43,1.3617,0.21,1.2788 decoys,decoys,22,18,18,16,0.43,1.3617,0.21,1.2788 deference,deference,19,18,18,17,0.37,1.3010,0.21,1.2788 degeneration,degeneration,20,18,20,18,0.39,1.3222,0.21,1.2788 demean,demean,18,18,18,18,0.35,1.2788,0.21,1.2788 demure,demure,20,18,19,18,0.39,1.3222,0.21,1.2788 depicting,depicting,19,18,18,17,0.37,1.3010,0.21,1.2788 Dept,dept,25,18,4,3,0.49,1.4150,0.21,1.2788 destruct,destruct,31,18,20,15,0.61,1.5051,0.21,1.2788 detects,detects,18,18,17,17,0.35,1.2788,0.21,1.2788 dialled,dialled,19,18,19,18,0.37,1.3010,0.21,1.2788 dilute,dilute,19,18,16,16,0.37,1.3010,0.21,1.2788 dinero,dinero,21,18,13,13,0.41,1.3424,0.21,1.2788 directional,directional,19,18,17,16,0.37,1.3010,0.21,1.2788 directives,directives,22,18,20,17,0.43,1.3617,0.21,1.2788 disengaged,disengaged,20,18,20,18,0.39,1.3222,0.21,1.2788 disinfect,disinfect,20,18,18,16,0.39,1.3222,0.21,1.2788 dismantled,dismantled,23,18,21,17,0.45,1.3802,0.21,1.2788 disservice,disservice,18,18,18,18,0.35,1.2788,0.21,1.2788 dissipated,dissipated,18,18,18,18,0.35,1.2788,0.21,1.2788 doer,doer,21,18,20,17,0.41,1.3424,0.21,1.2788 doling,doling,20,18,13,13,0.39,1.3222,0.21,1.2788 Dominican,dominican,24,18,0,0,0.47,1.3979,0.21,1.2788 Dominique,dominique,76,18,0,0,1.49,1.8865,0.21,1.2788 downy,downy,21,18,16,13,0.41,1.3424,0.21,1.2788 drifters,drifters,20,18,16,15,0.39,1.3222,0.21,1.2788 druggist,druggist,26,18,26,18,0.51,1.4314,0.21,1.2788 dueling,dueling,23,18,13,13,0.45,1.3802,0.21,1.2788 Dumpty,dumpty,20,18,1,1,0.39,1.3222,0.21,1.2788 dunked,dunked,22,18,21,18,0.43,1.3617,0.21,1.2788 dunking,dunking,20,18,19,17,0.39,1.3222,0.21,1.2788 durable,durable,18,18,14,14,0.35,1.2788,0.21,1.2788 dusky,dusky,21,18,17,16,0.41,1.3424,0.21,1.2788 earshot,earshot,19,18,19,18,0.37,1.3010,0.21,1.2788 earthy,earthy,21,18,19,16,0.41,1.3424,0.21,1.2788 ebb,ebb,18,18,16,16,0.35,1.2788,0.21,1.2788 eccentricities,eccentricities,20,18,19,17,0.39,1.3222,0.21,1.2788 electrifying,electrifying,21,18,19,16,0.41,1.3424,0.21,1.2788 embalmed,embalmed,22,18,20,17,0.43,1.3617,0.21,1.2788 emcee,emcee,26,18,15,11,0.51,1.4314,0.21,1.2788 emits,emits,18,18,18,18,0.35,1.2788,0.21,1.2788 emphatically,emphatically,18,18,16,16,0.35,1.2788,0.21,1.2788 engages,engages,21,18,19,16,0.41,1.3424,0.21,1.2788 engraving,engraving,23,18,23,18,0.45,1.3802,0.21,1.2788 enrollment,enrollment,23,18,20,15,0.45,1.3802,0.21,1.2788 Episcopalian,episcopalian,21,18,0,0,0.41,1.3424,0.21,1.2788 equate,equate,20,18,20,18,0.39,1.3222,0.21,1.2788 eras,eras,21,18,18,15,0.41,1.3424,0.21,1.2788 erroneous,erroneous,27,18,19,16,0.53,1.4472,0.21,1.2788 escapade,escapade,18,18,18,18,0.35,1.2788,0.21,1.2788 ethereal,ethereal,19,18,16,15,0.37,1.3010,0.21,1.2788 Ethiopia,ethiopia,26,18,0,0,0.51,1.4314,0.21,1.2788 evaluating,evaluating,20,18,20,18,0.39,1.3222,0.21,1.2788 everyplace,everyplace,19,18,17,17,0.37,1.3010,0.21,1.2788 Excalibur,excalibur,78,18,0,0,1.53,1.8976,0.21,1.2788 excelled,excelled,19,18,19,18,0.37,1.3010,0.21,1.2788 exonerated,exonerated,22,18,22,18,0.43,1.3617,0.21,1.2788 exorbitant,exorbitant,18,18,18,18,0.35,1.2788,0.21,1.2788 explicitly,explicitly,18,18,18,18,0.35,1.2788,0.21,1.2788 exposes,exposes,18,18,17,17,0.35,1.2788,0.21,1.2788 extrapolate,extrapolate,18,18,16,16,0.35,1.2788,0.21,1.2788 extremist,extremist,19,18,17,17,0.37,1.3010,0.21,1.2788 facedown,facedown,18,18,16,16,0.35,1.2788,0.21,1.2788 facets,facets,18,18,18,18,0.35,1.2788,0.21,1.2788 favoritism,favoritism,21,18,20,18,0.41,1.3424,0.21,1.2788 fenders,fenders,24,18,20,16,0.47,1.3979,0.21,1.2788 firewater,firewater,19,18,16,15,0.37,1.3010,0.21,1.2788 fixable,fixable,20,18,18,16,0.39,1.3222,0.21,1.2788 flanking,flanking,20,18,18,16,0.39,1.3222,0.21,1.2788 flicking,flicking,19,18,19,18,0.37,1.3010,0.21,1.2788 flirty,flirty,26,18,23,15,0.51,1.4314,0.21,1.2788 flooring,flooring,22,18,22,18,0.43,1.3617,0.21,1.2788 flopped,flopped,19,18,19,18,0.37,1.3010,0.21,1.2788 Florentine,florentine,23,18,0,0,0.45,1.3802,0.21,1.2788 foiled,foiled,19,18,14,13,0.37,1.3010,0.21,1.2788 footnote,footnote,18,18,17,17,0.35,1.2788,0.21,1.2788 footsie,footsie,19,18,17,17,0.37,1.3010,0.21,1.2788 foreground,foreground,22,18,20,17,0.43,1.3617,0.21,1.2788 foreheads,foreheads,18,18,17,17,0.35,1.2788,0.21,1.2788 foxholes,foxholes,21,18,20,17,0.41,1.3424,0.21,1.2788 fractions,fractions,33,18,31,18,0.65,1.5315,0.21,1.2788 freckle,freckle,30,18,29,17,0.59,1.4914,0.21,1.2788 freer,freer,18,18,17,17,0.35,1.2788,0.21,1.2788 freshener,freshener,20,18,20,18,0.39,1.3222,0.21,1.2788 friendliest,friendliest,20,18,17,15,0.39,1.3222,0.21,1.2788 fronted,fronted,22,18,19,18,0.43,1.3617,0.21,1.2788 fullback,fullback,22,18,18,17,0.43,1.3617,0.21,1.2788 gaff,gaff,32,18,24,14,0.63,1.5185,0.21,1.2788 gangplank,gangplank,20,18,19,17,0.39,1.3222,0.21,1.2788 gauche,gauche,20,18,19,17,0.39,1.3222,0.21,1.2788 ginseng,ginseng,20,18,16,15,0.39,1.3222,0.21,1.2788 girlies,girlies,18,18,18,18,0.35,1.2788,0.21,1.2788 giveth,giveth,19,18,18,17,0.37,1.3010,0.21,1.2788 glassy,glassy,18,18,15,15,0.35,1.2788,0.21,1.2788 Gloucester,gloucester,42,18,0,0,0.82,1.6335,0.21,1.2788 graced,graced,18,18,18,18,0.35,1.2788,0.21,1.2788 grander,grander,20,18,18,17,0.39,1.3222,0.21,1.2788 grandfathers,grandfathers,22,18,21,17,0.43,1.3617,0.21,1.2788 grandiose,grandiose,21,18,18,17,0.41,1.3424,0.21,1.2788 grandsons,grandsons,22,18,22,18,0.43,1.3617,0.21,1.2788 grasshoppers,grasshoppers,38,18,37,18,0.75,1.5911,0.21,1.2788 gratuitous,gratuitous,18,18,17,17,0.35,1.2788,0.21,1.2788 greenbacks,greenbacks,20,18,15,15,0.39,1.3222,0.21,1.2788 Grenada,grenada,29,18,0,0,0.57,1.4771,0.21,1.2788 Grimes,grimes,65,18,1,1,1.27,1.8195,0.21,1.2788 grinds,grinds,18,18,17,17,0.35,1.2788,0.21,1.2788 grindstone,grindstone,23,18,22,17,0.45,1.3802,0.21,1.2788 gripped,gripped,19,18,19,18,0.37,1.3010,0.21,1.2788 Guinevere,guinevere,73,18,0,0,1.43,1.8692,0.21,1.2788 gunslinger,gunslinger,21,18,19,17,0.41,1.3424,0.21,1.2788 guv,guv,37,18,29,14,0.73,1.5798,0.21,1.2788 hacienda,hacienda,32,18,23,12,0.63,1.5185,0.21,1.2788 haggling,haggling,22,18,19,17,0.43,1.3617,0.21,1.2788 halfback,halfback,27,18,24,16,0.53,1.4472,0.21,1.2788 Hallo,hallo,71,18,4,2,1.39,1.8573,0.21,1.2788 halted,halted,18,18,17,17,0.35,1.2788,0.21,1.2788 handsomer,handsomer,19,18,17,16,0.37,1.3010,0.21,1.2788 hankie,hankie,21,18,18,16,0.41,1.3424,0.21,1.2788 hapless,hapless,20,18,18,18,0.39,1.3222,0.21,1.2788 happenings,happenings,20,18,19,17,0.39,1.3222,0.21,1.2788 harnessed,harnessed,23,18,22,18,0.45,1.3802,0.21,1.2788 hauls,hauls,23,18,22,17,0.45,1.3802,0.21,1.2788 hayride,hayride,36,18,35,17,0.71,1.5682,0.21,1.2788 headliner,headliner,22,18,22,18,0.43,1.3617,0.21,1.2788 headlock,headlock,20,18,20,18,0.39,1.3222,0.21,1.2788 heady,heady,20,18,12,12,0.39,1.3222,0.21,1.2788 healthiest,healthiest,24,18,24,18,0.47,1.3979,0.21,1.2788 heartthrob,heartthrob,19,18,18,17,0.37,1.3010,0.21,1.2788 heckling,heckling,21,18,21,18,0.41,1.3424,0.21,1.2788 helmsman,helmsman,26,18,13,11,0.51,1.4314,0.21,1.2788 henhouse,henhouse,20,18,20,18,0.39,1.3222,0.21,1.2788 heretic,heretic,30,18,28,17,0.59,1.4914,0.21,1.2788 hieroglyphics,hieroglyphics,22,18,20,17,0.43,1.3617,0.21,1.2788 hikers,hikers,21,18,19,16,0.41,1.3424,0.21,1.2788 hilltop,hilltop,28,18,21,14,0.55,1.4624,0.21,1.2788 hippopotamus,hippopotamus,28,18,24,16,0.55,1.4624,0.21,1.2788 honed,honed,18,18,17,17,0.35,1.2788,0.21,1.2788 hooter,hooter,28,18,23,14,0.55,1.4624,0.21,1.2788 hornets,hornets,26,18,19,14,0.51,1.4314,0.21,1.2788 hostesses,hostesses,22,18,21,17,0.43,1.3617,0.21,1.2788 huffy,huffy,20,18,16,16,0.39,1.3222,0.21,1.2788 humbug,humbug,49,18,26,16,0.96,1.6990,0.21,1.2788 hurdles,hurdles,23,18,22,17,0.45,1.3802,0.21,1.2788 hygienist,hygienist,32,18,32,18,0.63,1.5185,0.21,1.2788 idyllic,idyllic,23,18,21,17,0.45,1.3802,0.21,1.2788 illegals,illegals,25,18,24,17,0.49,1.4150,0.21,1.2788 immodest,immodest,18,18,18,18,0.35,1.2788,0.21,1.2788 immortals,immortals,24,18,18,14,0.47,1.3979,0.21,1.2788 impassioned,impassioned,19,18,19,18,0.37,1.3010,0.21,1.2788 impunity,impunity,18,18,18,18,0.35,1.2788,0.21,1.2788 incidence,incidence,18,18,18,18,0.35,1.2788,0.21,1.2788 incline,incline,19,18,16,16,0.37,1.3010,0.21,1.2788 infield,infield,24,18,22,17,0.47,1.3979,0.21,1.2788 influenza,influenza,25,18,23,16,0.49,1.4150,0.21,1.2788 inherits,inherits,19,18,19,18,0.37,1.3010,0.21,1.2788 inlet,inlet,23,18,23,18,0.45,1.3802,0.21,1.2788 intoxication,intoxication,19,18,19,18,0.37,1.3010,0.21,1.2788 Ireland,ireland,22,18,0,0,0.43,1.3617,0.21,1.2788 jabs,jabs,24,18,22,18,0.47,1.3979,0.21,1.2788 jailbreak,jailbreak,26,18,20,16,0.51,1.4314,0.21,1.2788 jiff,jiff,26,18,18,17,0.51,1.4314,0.21,1.2788 Jing,jing,106,18,3,1,2.08,2.0294,0.21,1.2788 Johannesburg,johannesburg,26,18,0,0,0.51,1.4314,0.21,1.2788 Juju,juju,30,18,13,10,0.59,1.4914,0.21,1.2788 labelled,labelled,18,18,18,18,0.35,1.2788,0.21,1.2788 lances,lances,29,18,28,17,0.57,1.4771,0.21,1.2788 Landers,landers,35,18,11,2,0.69,1.5563,0.21,1.2788 landmarks,landmarks,18,18,16,16,0.35,1.2788,0.21,1.2788 latched,latched,19,18,19,18,0.37,1.3010,0.21,1.2788 Leeds,leeds,78,18,0,0,1.53,1.8976,0.21,1.2788 Leningrad,leningrad,25,18,0,0,0.49,1.4150,0.21,1.2788 levers,levers,19,18,19,18,0.37,1.3010,0.21,1.2788 levitate,levitate,21,18,21,18,0.41,1.3424,0.21,1.2788 levity,levity,19,18,17,16,0.37,1.3010,0.21,1.2788 liquidated,liquidated,18,18,17,17,0.35,1.2788,0.21,1.2788 liquored,liquored,19,18,19,18,0.37,1.3010,0.21,1.2788 lira,lira,32,18,30,16,0.63,1.5185,0.21,1.2788 loafer,loafer,20,18,19,17,0.39,1.3222,0.21,1.2788 loaning,loaning,19,18,17,17,0.37,1.3010,0.21,1.2788 lollipops,lollipops,20,18,17,16,0.39,1.3222,0.21,1.2788 looms,looms,20,18,17,15,0.39,1.3222,0.21,1.2788 loosening,loosening,18,18,16,16,0.35,1.2788,0.21,1.2788 lop,lop,22,18,21,17,0.43,1.3617,0.21,1.2788 lotions,lotions,19,18,19,18,0.37,1.3010,0.21,1.2788 loused,loused,19,18,19,18,0.37,1.3010,0.21,1.2788 Magellan,magellan,24,18,0,0,0.47,1.3979,0.21,1.2788 managerial,managerial,21,18,21,18,0.41,1.3424,0.21,1.2788 maniacal,maniacal,27,18,25,16,0.53,1.4472,0.21,1.2788 Mans,mans,26,18,10,9,0.51,1.4314,0.21,1.2788 marinara,marinara,24,18,23,17,0.47,1.3979,0.21,1.2788 massacres,massacres,21,18,21,18,0.41,1.3424,0.21,1.2788 meaty,meaty,18,18,15,15,0.35,1.2788,0.21,1.2788 medial,medial,21,18,20,18,0.41,1.3424,0.21,1.2788 Melba,melba,21,18,10,8,0.41,1.3424,0.21,1.2788 melodies,melodies,22,18,19,15,0.43,1.3617,0.21,1.2788 mics,mics,22,18,21,18,0.43,1.3617,0.21,1.2788 Midas,midas,35,18,0,0,0.69,1.5563,0.21,1.2788 migrating,migrating,21,18,21,18,0.41,1.3424,0.21,1.2788 millennia,millennia,20,18,20,18,0.39,1.3222,0.21,1.2788 misdemeanors,misdemeanors,19,18,15,14,0.37,1.3010,0.21,1.2788 missis,missis,22,18,18,16,0.43,1.3617,0.21,1.2788 Montague,montague,51,18,0,0,1.00,1.7160,0.21,1.2788 mopped,mopped,19,18,19,18,0.37,1.3010,0.21,1.2788 Moroccan,moroccan,33,18,3,3,0.65,1.5315,0.21,1.2788 mousy,mousy,42,18,25,16,0.82,1.6335,0.21,1.2788 muddled,muddled,18,18,17,17,0.35,1.2788,0.21,1.2788 muted,muted,20,18,16,16,0.39,1.3222,0.21,1.2788 Nacho,nacho,67,18,10,7,1.31,1.8325,0.21,1.2788 narcissism,narcissism,33,18,27,14,0.65,1.5315,0.21,1.2788 neater,neater,19,18,18,17,0.37,1.3010,0.21,1.2788 neatness,neatness,18,18,13,13,0.35,1.2788,0.21,1.2788 Neela,neela,105,18,0,0,2.06,2.0253,0.21,1.2788 negate,negate,18,18,18,18,0.35,1.2788,0.21,1.2788 Netherlands,netherlands,21,18,0,0,0.41,1.3424,0.21,1.2788 nicht,nicht,26,18,22,15,0.51,1.4314,0.21,1.2788 Nigeria,nigeria,36,18,0,0,0.71,1.5682,0.21,1.2788 ninjas,ninjas,39,18,29,16,0.76,1.6021,0.21,1.2788 nohow,nohow,20,18,20,18,0.39,1.3222,0.21,1.2788 Nonviolent,nonviolent,32,18,15,15,0.63,1.5185,0.21,1.2788 Nos,nos,24,18,10,10,0.47,1.3979,0.21,1.2788 nozzle,nozzle,19,18,15,15,0.37,1.3010,0.21,1.2788 null,null,27,18,24,17,0.53,1.4472,0.21,1.2788 nympho,nympho,25,18,20,16,0.49,1.4150,0.21,1.2788 nymphomaniac,nymphomaniac,27,18,27,18,0.53,1.4472,0.21,1.2788 objectionable,objectionable,19,18,19,18,0.37,1.3010,0.21,1.2788 Oc,oc,24,18,1,1,0.47,1.3979,0.21,1.2788 offline,offline,22,18,22,18,0.43,1.3617,0.21,1.2788 offstage,offstage,22,18,22,18,0.43,1.3617,0.21,1.2788 oft,oft,21,18,18,15,0.41,1.3424,0.21,1.2788 omitted,omitted,18,18,18,18,0.35,1.2788,0.21,1.2788 onwards,onwards,20,18,17,15,0.39,1.3222,0.21,1.2788 oodles,oodles,23,18,18,14,0.45,1.3802,0.21,1.2788 opportunist,opportunist,18,18,18,18,0.35,1.2788,0.21,1.2788 orderlies,orderlies,19,18,18,17,0.37,1.3010,0.21,1.2788 orphaned,orphaned,20,18,19,17,0.39,1.3222,0.21,1.2788 outdid,outdid,19,18,19,18,0.37,1.3010,0.21,1.2788 outlast,outlast,19,18,18,17,0.37,1.3010,0.21,1.2788 overbooked,overbooked,20,18,20,18,0.39,1.3222,0.21,1.2788 overcast,overcast,24,18,22,17,0.47,1.3979,0.21,1.2788 overcomes,overcomes,20,18,20,18,0.39,1.3222,0.21,1.2788 overdosed,overdosed,20,18,20,18,0.39,1.3222,0.21,1.2788 ovulating,ovulating,33,18,33,18,0.65,1.5315,0.21,1.2788 pampering,pampering,19,18,18,17,0.37,1.3010,0.21,1.2788 panics,panics,19,18,19,18,0.37,1.3010,0.21,1.2788 panzer,panzer,41,18,23,12,0.80,1.6232,0.21,1.2788 paperback,paperback,23,18,21,17,0.45,1.3802,0.21,1.2788 paratroopers,paratroopers,34,18,29,18,0.67,1.5441,0.21,1.2788 pariah,pariah,20,18,17,16,0.39,1.3222,0.21,1.2788 passkey,passkey,29,18,27,18,0.57,1.4771,0.21,1.2788 patrolmen,patrolmen,20,18,18,16,0.39,1.3222,0.21,1.2788 pats,pats,20,18,18,17,0.39,1.3222,0.21,1.2788 Penney,penney,21,18,0,0,0.41,1.3424,0.21,1.2788 perimeters,perimeters,19,18,18,18,0.37,1.3010,0.21,1.2788 personified,personified,19,18,19,18,0.37,1.3010,0.21,1.2788 pertains,pertains,21,18,21,18,0.41,1.3424,0.21,1.2788 peruse,peruse,18,18,17,17,0.35,1.2788,0.21,1.2788 petitioner,petitioner,24,18,22,16,0.47,1.3979,0.21,1.2788 petri,petri,21,18,18,15,0.41,1.3424,0.21,1.2788 Pfc,pfc,27,18,0,0,0.53,1.4472,0.21,1.2788 picker,picker,31,18,24,15,0.61,1.5051,0.21,1.2788 pinot,pinot,32,18,18,6,0.63,1.5185,0.21,1.2788 Pisces,pisces,21,18,0,0,0.41,1.3424,0.21,1.2788 pituitary,pituitary,32,18,31,17,0.63,1.5185,0.21,1.2788 pizzazz,pizzazz,29,18,26,17,0.57,1.4771,0.21,1.2788 planetarium,planetarium,20,18,17,15,0.39,1.3222,0.21,1.2788 plating,plating,22,18,20,17,0.43,1.3617,0.21,1.2788 plaything,plaything,25,18,20,17,0.49,1.4150,0.21,1.2788 plummet,plummet,21,18,21,18,0.41,1.3424,0.21,1.2788 policewoman,policewoman,23,18,20,17,0.45,1.3802,0.21,1.2788 poltergeist,poltergeist,32,18,23,16,0.63,1.5185,0.21,1.2788 pomp,pomp,20,18,16,15,0.39,1.3222,0.21,1.2788 porterhouse,porterhouse,34,18,17,15,0.67,1.5441,0.21,1.2788 Poseidon,poseidon,29,18,0,0,0.57,1.4771,0.21,1.2788 postmark,postmark,19,18,18,17,0.37,1.3010,0.21,1.2788 potluck,potluck,22,18,22,18,0.43,1.3617,0.21,1.2788 prattle,prattle,19,18,18,18,0.37,1.3010,0.21,1.2788 premiums,premiums,22,18,22,18,0.43,1.3617,0.21,1.2788 prenuptial,prenuptial,26,18,22,18,0.51,1.4314,0.21,1.2788 presentations,presentations,21,18,20,17,0.41,1.3424,0.21,1.2788 prim,prim,19,18,17,16,0.37,1.3010,0.21,1.2788 primping,primping,22,18,20,17,0.43,1.3617,0.21,1.2788 profess,profess,18,18,18,18,0.35,1.2788,0.21,1.2788 professions,professions,19,18,18,17,0.37,1.3010,0.21,1.2788 profiting,profiting,18,18,18,18,0.35,1.2788,0.21,1.2788 progressively,progressively,20,18,20,18,0.39,1.3222,0.21,1.2788 prolific,prolific,18,18,17,17,0.35,1.2788,0.21,1.2788 propagate,propagate,19,18,18,18,0.37,1.3010,0.21,1.2788 prophetic,prophetic,21,18,17,16,0.41,1.3424,0.21,1.2788 propriety,propriety,20,18,19,18,0.39,1.3222,0.21,1.2788 prostrate,prostrate,21,18,19,16,0.41,1.3424,0.21,1.2788 protestors,protestors,20,18,18,16,0.39,1.3222,0.21,1.2788 Provence,provence,24,18,0,0,0.47,1.3979,0.21,1.2788 psychoanalysis,psychoanalysis,25,18,21,18,0.49,1.4150,0.21,1.2788 psychotherapy,psychotherapy,23,18,20,16,0.45,1.3802,0.21,1.2788 Pu,pu,23,18,11,9,0.45,1.3802,0.21,1.2788 Puccini,puccini,34,18,0,0,0.67,1.5441,0.21,1.2788 purser,purser,46,18,41,15,0.90,1.6721,0.21,1.2788 quadrants,quadrants,19,18,17,17,0.37,1.3010,0.21,1.2788 Quebec,quebec,29,18,0,0,0.57,1.4771,0.21,1.2788 quirk,quirk,20,18,19,17,0.39,1.3222,0.21,1.2788 quotas,quotas,19,18,18,17,0.37,1.3010,0.21,1.2788 racially,racially,19,18,17,16,0.37,1.3010,0.21,1.2788 raged,raged,19,18,19,18,0.37,1.3010,0.21,1.2788 ragging,ragging,19,18,18,17,0.37,1.3010,0.21,1.2788 raked,raked,19,18,17,16,0.37,1.3010,0.21,1.2788 Rancho,rancho,39,18,1,1,0.76,1.6021,0.21,1.2788 raring,raring,20,18,18,16,0.39,1.3222,0.21,1.2788 reapers,reapers,46,18,27,12,0.90,1.6721,0.21,1.2788 reaping,reaping,20,18,14,13,0.39,1.3222,0.21,1.2788 reared,reared,21,18,21,18,0.41,1.3424,0.21,1.2788 Reb,reb,81,18,8,4,1.59,1.9138,0.21,1.2788 rebelled,rebelled,19,18,18,17,0.37,1.3010,0.21,1.2788 recitation,recitation,24,18,22,18,0.47,1.3979,0.21,1.2788 reclining,reclining,22,18,22,18,0.43,1.3617,0.21,1.2788 recognizance,recognizance,18,18,18,18,0.35,1.2788,0.21,1.2788 redskins,redskins,18,18,11,11,0.35,1.2788,0.21,1.2788 reevaluate,reevaluate,19,18,19,18,0.37,1.3010,0.21,1.2788 refine,refine,22,18,21,18,0.43,1.3617,0.21,1.2788 refunds,refunds,19,18,19,18,0.37,1.3010,0.21,1.2788 regenerate,regenerate,21,18,21,18,0.41,1.3424,0.21,1.2788 remarked,remarked,18,18,18,18,0.35,1.2788,0.21,1.2788 reprisals,reprisals,24,18,19,16,0.47,1.3979,0.21,1.2788 requisite,requisite,19,18,18,17,0.37,1.3010,0.21,1.2788 retreats,retreats,19,18,19,18,0.37,1.3010,0.21,1.2788 retroactive,retroactive,20,18,18,17,0.39,1.3222,0.21,1.2788 Rhine,rhine,34,18,0,0,0.67,1.5441,0.21,1.2788 rivets,rivets,20,18,20,18,0.39,1.3222,0.21,1.2788 roams,roams,22,18,22,18,0.43,1.3617,0.21,1.2788 royals,royals,22,18,17,13,0.43,1.3617,0.21,1.2788 ruffled,ruffled,24,18,24,18,0.47,1.3979,0.21,1.2788 ruthlessly,ruthlessly,18,18,17,17,0.35,1.2788,0.21,1.2788 sacrilegious,sacrilegious,20,18,19,18,0.39,1.3222,0.21,1.2788 salesgirl,salesgirl,21,18,20,18,0.41,1.3424,0.21,1.2788 salutes,salutes,19,18,19,18,0.37,1.3010,0.21,1.2788 sanatorium,sanatorium,27,18,19,14,0.53,1.4472,0.21,1.2788 saran,saran,46,18,27,4,0.90,1.6721,0.21,1.2788 sarsaparilla,sarsaparilla,38,18,20,11,0.75,1.5911,0.21,1.2788 saturation,saturation,28,18,23,16,0.55,1.4624,0.21,1.2788 savant,savant,24,18,24,18,0.47,1.3979,0.21,1.2788 Savoy,savoy,28,18,0,0,0.55,1.4624,0.21,1.2788 scalps,scalps,31,18,24,15,0.61,1.5051,0.21,1.2788 scavengers,scavengers,20,18,18,17,0.39,1.3222,0.21,1.2788 schlep,schlep,25,18,21,17,0.49,1.4150,0.21,1.2788 scholastic,scholastic,29,18,24,14,0.57,1.4771,0.21,1.2788 scoured,scoured,18,18,16,16,0.35,1.2788,0.21,1.2788 Scud,scud,31,18,5,5,0.61,1.5051,0.21,1.2788 sculpt,sculpt,19,18,19,18,0.37,1.3010,0.21,1.2788 segments,segments,20,18,19,17,0.39,1.3222,0.21,1.2788 Seine,seine,31,18,0,0,0.61,1.5051,0.21,1.2788 sentient,sentient,23,18,22,17,0.45,1.3802,0.21,1.2788 settlements,settlements,19,18,19,18,0.37,1.3010,0.21,1.2788 shackled,shackled,19,18,19,18,0.37,1.3010,0.21,1.2788 sharpshooters,sharpshooters,23,18,17,15,0.45,1.3802,0.21,1.2788 shear,shear,21,18,17,15,0.41,1.3424,0.21,1.2788 Shire,shire,44,18,14,10,0.86,1.6532,0.21,1.2788 shoemaker,shoemaker,30,18,15,12,0.59,1.4914,0.21,1.2788 shopkeeper,shopkeeper,20,18,20,18,0.39,1.3222,0.21,1.2788 shrivel,shrivel,20,18,19,17,0.39,1.3222,0.21,1.2788 shriveled,shriveled,18,18,17,17,0.35,1.2788,0.21,1.2788 shuffleboard,shuffleboard,20,18,18,17,0.39,1.3222,0.21,1.2788 shuffled,shuffled,19,18,19,18,0.37,1.3010,0.21,1.2788 sidearm,sidearm,23,18,23,18,0.45,1.3802,0.21,1.2788 simpatico,simpatico,20,18,17,16,0.39,1.3222,0.21,1.2788 simulations,simulations,20,18,20,18,0.39,1.3222,0.21,1.2788 slated,slated,19,18,18,17,0.37,1.3010,0.21,1.2788 sleepers,sleepers,20,18,17,16,0.39,1.3222,0.21,1.2788 slimming,slimming,18,18,16,16,0.35,1.2788,0.21,1.2788 slings,slings,22,18,19,15,0.43,1.3617,0.21,1.2788 Slough,slough,34,18,4,4,0.67,1.5441,0.21,1.2788 Smalls,smalls,60,18,3,3,1.18,1.7853,0.21,1.2788 snatcher,snatcher,24,18,19,16,0.47,1.3979,0.21,1.2788 snowfall,snowfall,20,18,17,16,0.39,1.3222,0.21,1.2788 sobering,sobering,19,18,18,17,0.37,1.3010,0.21,1.2788 sodding,sodding,23,18,20,16,0.45,1.3802,0.21,1.2788 sodomy,sodomy,19,18,13,12,0.37,1.3010,0.21,1.2788 softener,softener,23,18,23,18,0.45,1.3802,0.21,1.2788 solicited,solicited,18,18,18,18,0.35,1.2788,0.21,1.2788 sorcerers,sorcerers,20,18,20,18,0.39,1.3222,0.21,1.2788 southpaw,southpaw,26,18,22,16,0.51,1.4314,0.21,1.2788 Sp,sp,67,18,9,6,1.31,1.8325,0.21,1.2788 spaceships,spaceships,23,18,22,18,0.45,1.3802,0.21,1.2788 speakeasy,speakeasy,34,18,33,17,0.67,1.5441,0.21,1.2788 spewing,spewing,19,18,18,18,0.37,1.3010,0.21,1.2788 spheres,spheres,23,18,20,17,0.45,1.3802,0.21,1.2788 Spinner,spinner,45,18,21,16,0.88,1.6628,0.21,1.2788 spittoon,spittoon,21,18,20,17,0.41,1.3424,0.21,1.2788 splice,splice,20,18,17,16,0.39,1.3222,0.21,1.2788 splurge,splurge,19,18,17,17,0.37,1.3010,0.21,1.2788 spool,spool,26,18,19,16,0.51,1.4314,0.21,1.2788 sprinkling,sprinkling,20,18,18,16,0.39,1.3222,0.21,1.2788 spuds,spuds,23,18,13,12,0.45,1.3802,0.21,1.2788 spurt,spurt,19,18,19,18,0.37,1.3010,0.21,1.2788 Sputnik,sputnik,26,18,2,2,0.51,1.4314,0.21,1.2788 sputtering,sputtering,19,18,12,11,0.37,1.3010,0.21,1.2788 stabilizer,stabilizer,28,18,28,18,0.55,1.4624,0.21,1.2788 stereos,stereos,18,18,15,15,0.35,1.2788,0.21,1.2788 stockroom,stockroom,28,18,26,17,0.55,1.4624,0.21,1.2788 Stony,stony,31,18,14,12,0.61,1.5051,0.21,1.2788 stopper,stopper,26,18,22,16,0.51,1.4314,0.21,1.2788 storytelling,storytelling,24,18,24,18,0.47,1.3979,0.21,1.2788 stragglers,stragglers,22,18,21,17,0.43,1.3617,0.21,1.2788 strengthened,strengthened,18,18,18,18,0.35,1.2788,0.21,1.2788 strengthening,strengthening,18,18,16,16,0.35,1.2788,0.21,1.2788 stresses,stresses,19,18,19,18,0.37,1.3010,0.21,1.2788 Striker,striker,108,18,19,13,2.12,2.0374,0.21,1.2788 stubby,stubby,25,18,17,14,0.49,1.4150,0.21,1.2788 stupor,stupor,19,18,18,17,0.37,1.3010,0.21,1.2788 sty,sty,19,18,19,18,0.37,1.3010,0.21,1.2788 stylings,stylings,20,18,20,18,0.39,1.3222,0.21,1.2788 substantiate,substantiate,20,18,20,18,0.39,1.3222,0.21,1.2788 succumb,succumb,19,18,19,18,0.37,1.3010,0.21,1.2788 sumo,sumo,42,18,24,13,0.82,1.6335,0.21,1.2788 sunbathing,sunbathing,19,18,17,16,0.37,1.3010,0.21,1.2788 superfluous,superfluous,23,18,21,16,0.45,1.3802,0.21,1.2788 supervisors,supervisors,19,18,17,16,0.37,1.3010,0.21,1.2788 swarmed,swarmed,18,18,18,18,0.35,1.2788,0.21,1.2788 Swedes,swedes,19,18,0,0,0.37,1.3010,0.21,1.2788 sweetened,sweetened,18,18,15,15,0.35,1.2788,0.21,1.2788 swooping,swooping,19,18,16,15,0.37,1.3010,0.21,1.2788 Sykes,sykes,133,18,4,1,2.61,2.1271,0.21,1.2788 symbiotic,symbiotic,21,18,19,17,0.41,1.3424,0.21,1.2788 symbolize,symbolize,21,18,20,18,0.41,1.3424,0.21,1.2788 tabernacle,tabernacle,36,18,26,11,0.71,1.5682,0.21,1.2788 tactile,tactile,18,18,18,18,0.35,1.2788,0.21,1.2788 talons,talons,28,18,17,15,0.55,1.4624,0.21,1.2788 tardiness,tardiness,22,18,20,16,0.43,1.3617,0.21,1.2788 tarry,tarry,23,18,18,14,0.45,1.3802,0.21,1.2788 tassels,tassels,27,18,23,17,0.53,1.4472,0.21,1.2788 tastefully,tastefully,19,18,18,17,0.37,1.3010,0.21,1.2788 technologically,technologically,19,18,14,13,0.37,1.3010,0.21,1.2788 teething,teething,23,18,19,15,0.45,1.3802,0.21,1.2788 Tel,tel,33,18,3,3,0.65,1.5315,0.21,1.2788 Tennyson,tennyson,29,18,0,0,0.57,1.4771,0.21,1.2788 terrifies,terrifies,18,18,18,18,0.35,1.2788,0.21,1.2788 thicket,thicket,24,18,24,18,0.47,1.3979,0.21,1.2788 thins,thins,19,18,12,12,0.37,1.3010,0.21,1.2788 thrashed,thrashed,22,18,22,18,0.43,1.3617,0.21,1.2788 tidbits,tidbits,19,18,17,16,0.37,1.3010,0.21,1.2788 Tilly,tilly,51,18,2,2,1.00,1.7160,0.21,1.2788 tinsel,tinsel,24,18,20,15,0.47,1.3979,0.21,1.2788 toner,toner,44,18,32,17,0.86,1.6532,0.21,1.2788 totals,totals,18,18,18,18,0.35,1.2788,0.21,1.2788 tracheotomy,tracheotomy,19,18,18,17,0.37,1.3010,0.21,1.2788 transcendent,transcendent,21,18,19,17,0.41,1.3424,0.21,1.2788 transistor,transistor,30,18,23,17,0.59,1.4914,0.21,1.2788 trappings,trappings,20,18,20,18,0.39,1.3222,0.21,1.2788 Traverse,traverse,37,18,16,13,0.73,1.5798,0.21,1.2788 trickster,trickster,22,18,20,16,0.43,1.3617,0.21,1.2788 truant,truant,18,18,15,15,0.35,1.2788,0.21,1.2788 ultimatums,ultimatums,18,18,16,16,0.35,1.2788,0.21,1.2788 unchecked,unchecked,19,18,18,17,0.37,1.3010,0.21,1.2788 unconscionable,unconscionable,18,18,16,16,0.35,1.2788,0.21,1.2788 undamaged,undamaged,18,18,15,15,0.35,1.2788,0.21,1.2788 underfoot,underfoot,18,18,18,18,0.35,1.2788,0.21,1.2788 undergrad,undergrad,18,18,14,14,0.35,1.2788,0.21,1.2788 unfortunates,unfortunates,19,18,19,18,0.37,1.3010,0.21,1.2788 uni,uni,20,18,11,11,0.39,1.3222,0.21,1.2788 unintentionally,unintentionally,20,18,18,17,0.39,1.3222,0.21,1.2788 unrequited,unrequited,22,18,18,15,0.43,1.3617,0.21,1.2788 unsightly,unsightly,19,18,18,17,0.37,1.3010,0.21,1.2788 unspoiled,unspoiled,19,18,16,15,0.37,1.3010,0.21,1.2788 unwashed,unwashed,18,18,16,16,0.35,1.2788,0.21,1.2788 unwavering,unwavering,19,18,19,18,0.37,1.3010,0.21,1.2788 unwell,unwell,24,18,23,18,0.47,1.3979,0.21,1.2788 upheld,upheld,19,18,18,17,0.37,1.3010,0.21,1.2788 uploaded,uploaded,21,18,21,18,0.41,1.3424,0.21,1.2788 uproot,uproot,18,18,17,17,0.35,1.2788,0.21,1.2788 upshot,upshot,20,18,18,16,0.39,1.3222,0.21,1.2788 vagrancy,vagrancy,27,18,25,18,0.53,1.4472,0.21,1.2788 vandalized,vandalized,19,18,19,18,0.37,1.3010,0.21,1.2788 vapors,vapors,18,18,18,18,0.35,1.2788,0.21,1.2788 veils,veils,19,18,16,15,0.37,1.3010,0.21,1.2788 ventilate,ventilate,20,18,14,14,0.39,1.3222,0.21,1.2788 vigilantes,vigilantes,29,18,18,16,0.57,1.4771,0.21,1.2788 vindication,vindication,22,18,20,16,0.43,1.3617,0.21,1.2788 Visita,visita,18,18,0,0,0.35,1.2788,0.21,1.2788 vitro,vitro,34,18,22,16,0.67,1.5441,0.21,1.2788 voiced,voiced,18,18,18,18,0.35,1.2788,0.21,1.2788 wallflower,wallflower,21,18,18,15,0.41,1.3424,0.21,1.2788 Walling,walling,28,18,3,3,0.55,1.4624,0.21,1.2788 watermelons,watermelons,19,18,17,16,0.37,1.3010,0.21,1.2788 weakens,weakens,20,18,19,17,0.39,1.3222,0.21,1.2788 Weber,weber,38,18,1,1,0.75,1.5911,0.21,1.2788 wetback,wetback,24,18,23,18,0.47,1.3979,0.21,1.2788 wets,wets,18,18,18,18,0.35,1.2788,0.21,1.2788 Wheaties,wheaties,22,18,0,0,0.43,1.3617,0.21,1.2788 Whitehall,whitehall,27,18,0,0,0.53,1.4472,0.21,1.2788 Whitfield,whitfield,81,18,1,1,1.59,1.9138,0.21,1.2788 whizzing,whizzing,22,18,18,16,0.43,1.3617,0.21,1.2788 whooped,whooped,19,18,19,18,0.37,1.3010,0.21,1.2788 windfall,windfall,20,18,19,17,0.39,1.3222,0.21,1.2788 winking,winking,22,18,21,17,0.43,1.3617,0.21,1.2788 wiz,wiz,29,18,25,14,0.57,1.4771,0.21,1.2788 writhing,writhing,21,18,20,17,0.41,1.3424,0.21,1.2788 yearned,yearned,20,18,20,18,0.39,1.3222,0.21,1.2788 yelping,yelping,23,18,21,17,0.45,1.3802,0.21,1.2788 yielding,yielding,22,18,21,18,0.43,1.3617,0.21,1.2788 Yokohama,yokohama,27,18,0,0,0.53,1.4472,0.21,1.2788 Yonkers,yonkers,48,18,0,0,0.94,1.6902,0.21,1.2788 zippers,zippers,25,18,22,17,0.49,1.4150,0.21,1.2788 absorption,absorption,18,17,16,15,0.35,1.2788,0.20,1.2553 accountability,accountability,24,17,20,17,0.47,1.3979,0.20,1.2553 adjuster,adjuster,20,17,19,16,0.39,1.3222,0.20,1.2553 Adonis,adonis,20,17,3,3,0.39,1.3222,0.20,1.2553 aggressiveness,aggressiveness,20,17,19,16,0.39,1.3222,0.20,1.2553 agnostic,agnostic,19,17,15,13,0.37,1.3010,0.20,1.2553 airmen,airmen,34,17,31,16,0.67,1.5441,0.20,1.2553 alarmist,alarmist,17,17,16,16,0.33,1.2553,0.20,1.2553 Alberta,alberta,19,17,2,2,0.37,1.3010,0.20,1.2553 Algiers,algiers,33,17,0,0,0.65,1.5315,0.20,1.2553 amaretto,amaretto,22,17,16,12,0.43,1.3617,0.20,1.2553 amassed,amassed,20,17,20,17,0.39,1.3222,0.20,1.2553 amateurish,amateurish,19,17,16,16,0.37,1.3010,0.20,1.2553 Amir,amir,61,17,3,1,1.20,1.7924,0.20,1.2553 ammonium,ammonium,26,17,19,13,0.51,1.4314,0.20,1.2553 amphibian,amphibian,20,17,16,14,0.39,1.3222,0.20,1.2553 Amtrak,amtrak,29,17,0,0,0.57,1.4771,0.20,1.2553 ancients,ancients,25,17,18,15,0.49,1.4150,0.20,1.2553 Anders,anders,80,17,3,1,1.57,1.9085,0.20,1.2553 angrily,angrily,20,17,20,17,0.39,1.3222,0.20,1.2553 anthropological,anthropological,26,17,18,15,0.51,1.4314,0.20,1.2553 apathetic,apathetic,18,17,17,16,0.35,1.2788,0.20,1.2553 appendage,appendage,21,17,19,15,0.41,1.3424,0.20,1.2553 arbitrarily,arbitrarily,17,17,17,17,0.33,1.2553,0.20,1.2553 Archangel,archangel,22,17,9,8,0.43,1.3617,0.20,1.2553 arranges,arranges,18,17,18,17,0.35,1.2788,0.20,1.2553 Arrowhead,arrowhead,21,17,6,4,0.41,1.3424,0.20,1.2553 Arroyo,arroyo,29,17,13,7,0.57,1.4771,0.20,1.2553 Ascendant,ascendant,34,17,0,0,0.67,1.5441,0.20,1.2553 ascended,ascended,22,17,21,17,0.43,1.3617,0.20,1.2553 Ascot,ascot,27,17,7,7,0.53,1.4472,0.20,1.2553 Asok,asok,40,17,0,0,0.78,1.6128,0.20,1.2553 astrophysics,astrophysics,18,17,11,11,0.35,1.2788,0.20,1.2553 atonement,atonement,18,17,16,15,0.35,1.2788,0.20,1.2553 Augusta,augusta,44,17,0,0,0.86,1.6532,0.20,1.2553 Babcock,babcock,39,17,0,0,0.76,1.6021,0.20,1.2553 baited,baited,17,17,17,17,0.33,1.2553,0.20,1.2553 ballpoint,ballpoint,20,17,17,14,0.39,1.3222,0.20,1.2553 Bambino,bambino,25,17,12,11,0.49,1.4150,0.20,1.2553 barbeque,barbeque,24,17,21,17,0.47,1.3979,0.20,1.2553 baritone,baritone,21,17,21,17,0.41,1.3424,0.20,1.2553 Barlow,barlow,116,17,0,0,2.27,2.0682,0.20,1.2553 basking,basking,18,17,16,15,0.35,1.2788,0.20,1.2553 bastion,bastion,18,17,18,17,0.35,1.2788,0.20,1.2553 bedded,bedded,18,17,18,17,0.35,1.2788,0.20,1.2553 bedpans,bedpans,20,17,19,16,0.39,1.3222,0.20,1.2553 bedridden,bedridden,17,17,13,13,0.33,1.2553,0.20,1.2553 belches,belches,20,17,15,13,0.39,1.3222,0.20,1.2553 benched,benched,21,17,20,17,0.41,1.3424,0.20,1.2553 Bennet,bennet,31,17,0,0,0.61,1.5051,0.20,1.2553 bloat,bloat,26,17,13,13,0.51,1.4314,0.20,1.2553 blooded,blooded,23,17,23,17,0.45,1.3802,0.20,1.2553 blower,blower,17,17,15,15,0.33,1.2553,0.20,1.2553 blowhard,blowhard,19,17,18,16,0.37,1.3010,0.20,1.2553 Bonita,bonita,33,17,8,7,0.65,1.5315,0.20,1.2553 bookshelf,bookshelf,17,17,17,17,0.33,1.2553,0.20,1.2553 boosting,boosting,17,17,17,17,0.33,1.2553,0.20,1.2553 boozing,boozing,18,17,16,16,0.35,1.2788,0.20,1.2553 bovine,bovine,22,17,14,12,0.43,1.3617,0.20,1.2553 broach,broach,23,17,22,16,0.45,1.3802,0.20,1.2553 bronzed,bronzed,17,17,16,16,0.33,1.2553,0.20,1.2553 Bugler,bugler,58,17,17,8,1.14,1.7709,0.20,1.2553 bulimia,bulimia,19,17,18,16,0.37,1.3010,0.20,1.2553 bulldozers,bulldozers,22,17,17,12,0.43,1.3617,0.20,1.2553 bullheaded,bullheaded,20,17,19,17,0.39,1.3222,0.20,1.2553 bumpkin,bumpkin,19,17,18,16,0.37,1.3010,0.20,1.2553 Butters,butters,100,17,5,4,1.96,2.0043,0.20,1.2553 cabled,cabled,19,17,19,17,0.37,1.3010,0.20,1.2553 canst,canst,29,17,23,15,0.57,1.4771,0.20,1.2553 Canton,canton,24,17,0,0,0.47,1.3979,0.20,1.2553 canvases,canvases,24,17,24,17,0.47,1.3979,0.20,1.2553 cardiovascular,cardiovascular,17,17,12,12,0.33,1.2553,0.20,1.2553 Carmel,carmel,29,17,1,1,0.57,1.4771,0.20,1.2553 carnations,carnations,22,17,18,13,0.43,1.3617,0.20,1.2553 carrion,carrion,18,17,16,15,0.35,1.2788,0.20,1.2553 Cascade,cascade,32,17,13,12,0.63,1.5185,0.20,1.2553 castration,castration,24,17,17,14,0.47,1.3979,0.20,1.2553 cataclysmic,cataclysmic,17,17,16,16,0.33,1.2553,0.20,1.2553 cathedrals,cathedrals,18,17,15,14,0.35,1.2788,0.20,1.2553 cautionary,cautionary,18,17,18,17,0.35,1.2788,0.20,1.2553 cavemen,cavemen,21,17,18,15,0.41,1.3424,0.20,1.2553 cellars,cellars,19,17,19,17,0.37,1.3010,0.20,1.2553 censored,censored,23,17,21,15,0.45,1.3802,0.20,1.2553 chalet,chalet,26,17,22,14,0.51,1.4314,0.20,1.2553 chalked,chalked,17,17,17,17,0.33,1.2553,0.20,1.2553 chandeliers,chandeliers,17,17,14,14,0.33,1.2553,0.20,1.2553 Chattanooga,chattanooga,38,17,0,0,0.75,1.5911,0.20,1.2553 chica,chica,28,17,17,14,0.55,1.4624,0.20,1.2553 Chilean,chilean,22,17,0,0,0.43,1.3617,0.20,1.2553 Chinamen,chinamen,23,17,0,0,0.45,1.3802,0.20,1.2553 choirs,choirs,19,17,16,15,0.37,1.3010,0.20,1.2553 Cisco,cisco,85,17,4,2,1.67,1.9345,0.20,1.2553 cleanser,cleanser,22,17,21,17,0.43,1.3617,0.20,1.2553 clearances,clearances,20,17,20,17,0.39,1.3222,0.20,1.2553 clearest,clearest,18,17,17,17,0.35,1.2788,0.20,1.2553 clincher,clincher,17,17,17,17,0.33,1.2553,0.20,1.2553 clit,clit,33,17,32,17,0.65,1.5315,0.20,1.2553 codeine,codeine,23,17,20,16,0.45,1.3802,0.20,1.2553 coffeepot,coffeepot,21,17,21,17,0.41,1.3424,0.20,1.2553 coldness,coldness,17,17,17,17,0.33,1.2553,0.20,1.2553 Colombians,colombians,21,17,0,0,0.41,1.3424,0.20,1.2553 comer,comer,19,17,17,15,0.37,1.3010,0.20,1.2553 commemorative,commemorative,21,17,21,17,0.41,1.3424,0.20,1.2553 commented,commented,17,17,17,17,0.33,1.2553,0.20,1.2553 Commissar,commissar,47,17,11,7,0.92,1.6812,0.20,1.2553 complicit,complicit,18,17,18,17,0.35,1.2788,0.20,1.2553 condominium,condominium,17,17,17,17,0.33,1.2553,0.20,1.2553 Confederacy,confederacy,25,17,2,2,0.49,1.4150,0.20,1.2553 congested,congested,18,17,18,17,0.35,1.2788,0.20,1.2553 Congratulation,congratulation,25,17,5,5,0.49,1.4150,0.20,1.2553 controllers,controllers,26,17,20,14,0.51,1.4314,0.20,1.2553 conveniences,conveniences,17,17,17,17,0.33,1.2553,0.20,1.2553 Cooley,cooley,78,17,2,1,1.53,1.8976,0.20,1.2553 cooties,cooties,23,17,22,17,0.45,1.3802,0.20,1.2553 cordoned,cordoned,21,17,20,16,0.41,1.3424,0.20,1.2553 cornball,cornball,20,17,20,17,0.39,1.3222,0.20,1.2553 correlate,correlate,19,17,18,17,0.37,1.3010,0.20,1.2553 counterintelligence,counterintelligence,19,17,16,14,0.37,1.3010,0.20,1.2553 counterparts,counterparts,19,17,19,17,0.37,1.3010,0.20,1.2553 crackle,crackle,35,17,24,13,0.69,1.5563,0.20,1.2553 craftsmen,craftsmen,22,17,18,17,0.43,1.3617,0.20,1.2553 craw,craw,17,17,15,15,0.33,1.2553,0.20,1.2553 cremate,cremate,19,17,18,16,0.37,1.3010,0.20,1.2553 Cripes,cripes,22,17,4,4,0.43,1.3617,0.20,1.2553 cuckold,cuckold,22,17,20,17,0.43,1.3617,0.20,1.2553 cucumbers,cucumbers,21,17,18,15,0.41,1.3424,0.20,1.2553 cultivating,cultivating,18,17,18,17,0.35,1.2788,0.20,1.2553 curlers,curlers,17,17,17,17,0.33,1.2553,0.20,1.2553 cuticle,cuticle,19,17,16,15,0.37,1.3010,0.20,1.2553 Cutlass,cutlass,26,17,6,4,0.51,1.4314,0.20,1.2553 cymbals,cymbals,24,17,14,14,0.47,1.3979,0.20,1.2553 cyst,cyst,22,17,22,17,0.43,1.3617,0.20,1.2553 debonair,debonair,17,17,16,16,0.33,1.2553,0.20,1.2553 debtors,debtors,18,17,17,16,0.35,1.2788,0.20,1.2553 decapitation,decapitation,18,17,14,13,0.35,1.2788,0.20,1.2553 decedent,decedent,23,17,19,15,0.45,1.3802,0.20,1.2553 deflected,deflected,18,17,17,16,0.35,1.2788,0.20,1.2553 defraud,defraud,19,17,19,17,0.37,1.3010,0.20,1.2553 deliciously,deliciously,18,17,15,14,0.35,1.2788,0.20,1.2553 derriere,derriere,17,17,14,14,0.33,1.2553,0.20,1.2553 desperado,desperado,22,17,16,15,0.43,1.3617,0.20,1.2553 destinations,destinations,20,17,20,17,0.39,1.3222,0.20,1.2553 Devonshire,devonshire,28,17,1,1,0.55,1.4624,0.20,1.2553 diagonal,diagonal,27,17,19,13,0.53,1.4472,0.20,1.2553 dictators,dictators,18,17,15,15,0.35,1.2788,0.20,1.2553 dietary,dietary,18,17,17,16,0.35,1.2788,0.20,1.2553 differentiate,differentiate,17,17,17,17,0.33,1.2553,0.20,1.2553 diggers,diggers,22,17,19,15,0.43,1.3617,0.20,1.2553 dimple,dimple,19,17,18,16,0.37,1.3010,0.20,1.2553 dinars,dinars,34,17,34,17,0.67,1.5441,0.20,1.2553 disabling,disabling,17,17,16,16,0.33,1.2553,0.20,1.2553 disadvantaged,disadvantaged,17,17,16,16,0.33,1.2553,0.20,1.2553 Discord,discord,52,17,16,10,1.02,1.7243,0.20,1.2553 disenfranchised,disenfranchised,18,17,18,17,0.35,1.2788,0.20,1.2553 disguising,disguising,17,17,15,15,0.33,1.2553,0.20,1.2553 dismayed,dismayed,22,17,20,15,0.43,1.3617,0.20,1.2553 dissociative,dissociative,29,17,25,16,0.57,1.4771,0.20,1.2553 domicile,domicile,18,17,18,17,0.35,1.2788,0.20,1.2553 dominatrix,dominatrix,22,17,18,14,0.43,1.3617,0.20,1.2553 domineering,domineering,17,17,17,17,0.33,1.2553,0.20,1.2553 doodling,doodling,18,17,17,17,0.35,1.2788,0.20,1.2553 drawbacks,drawbacks,18,17,18,17,0.35,1.2788,0.20,1.2553 dreamboat,dreamboat,21,17,21,17,0.41,1.3424,0.20,1.2553 driftwood,driftwood,43,17,22,15,0.84,1.6435,0.20,1.2553 drummed,drummed,17,17,15,15,0.33,1.2553,0.20,1.2553 drumstick,drumstick,18,17,16,15,0.35,1.2788,0.20,1.2553 dyslexic,dyslexic,17,17,15,15,0.33,1.2553,0.20,1.2553 earner,earner,18,17,18,17,0.35,1.2788,0.20,1.2553 Earthlings,earthlings,31,17,12,8,0.61,1.5051,0.20,1.2553 eases,eases,18,17,16,15,0.35,1.2788,0.20,1.2553 eclectic,eclectic,20,17,20,17,0.39,1.3222,0.20,1.2553 elasticity,elasticity,18,17,16,15,0.35,1.2788,0.20,1.2553 electroshock,electroshock,19,17,10,9,0.37,1.3010,0.20,1.2553 embarking,embarking,17,17,15,15,0.33,1.2553,0.20,1.2553 embezzler,embezzler,21,17,19,15,0.41,1.3424,0.20,1.2553 embezzling,embezzling,23,17,19,17,0.45,1.3802,0.20,1.2553 emperors,emperors,26,17,21,15,0.51,1.4314,0.20,1.2553 enclosure,enclosure,20,17,19,16,0.39,1.3222,0.20,1.2553 enforcing,enforcing,17,17,17,17,0.33,1.2553,0.20,1.2553 enlisting,enlisting,19,17,18,16,0.37,1.3010,0.20,1.2553 equalizer,equalizer,21,17,17,15,0.41,1.3424,0.20,1.2553 eruption,eruption,20,17,15,14,0.39,1.3222,0.20,1.2553 escapades,escapades,17,17,17,17,0.33,1.2553,0.20,1.2553 euros,euros,37,17,25,11,0.73,1.5798,0.20,1.2553 exemption,exemption,20,17,19,16,0.39,1.3222,0.20,1.2553 expunged,expunged,20,17,19,17,0.39,1.3222,0.20,1.2553 exterminators,exterminators,24,17,18,13,0.47,1.3979,0.20,1.2553 extinguishers,extinguishers,21,17,18,15,0.41,1.3424,0.20,1.2553 extremity,extremity,20,17,18,15,0.39,1.3222,0.20,1.2553 extricate,extricate,17,17,16,16,0.33,1.2553,0.20,1.2553 fabricate,fabricate,17,17,17,17,0.33,1.2553,0.20,1.2553 fairway,fairway,24,17,20,13,0.47,1.3979,0.20,1.2553 fallacy,fallacy,20,17,20,17,0.39,1.3222,0.20,1.2553 Fanning,fanning,20,17,8,8,0.39,1.3222,0.20,1.2553 Farrow,farrow,90,17,1,1,1.76,1.9590,0.20,1.2553 favorably,favorably,20,17,18,16,0.39,1.3222,0.20,1.2553 faxing,faxing,19,17,19,17,0.37,1.3010,0.20,1.2553 Fayed,fayed,301,17,0,0,5.90,2.4800,0.20,1.2553 Fei,fei,196,17,1,1,3.84,2.2945,0.20,1.2553 feint,feint,23,17,19,15,0.45,1.3802,0.20,1.2553 fellers,fellers,25,17,23,17,0.49,1.4150,0.20,1.2553 feminism,feminism,17,17,15,15,0.33,1.2553,0.20,1.2553 fibres,fibres,36,17,33,17,0.71,1.5682,0.20,1.2553 figurines,figurines,25,17,24,16,0.49,1.4150,0.20,1.2553 filtration,filtration,23,17,23,17,0.45,1.3802,0.20,1.2553 finalist,finalist,24,17,23,16,0.47,1.3979,0.20,1.2553 financier,financier,17,17,17,17,0.33,1.2553,0.20,1.2553 Firefly,firefly,28,17,10,7,0.55,1.4624,0.20,1.2553 flayed,flayed,18,17,16,15,0.35,1.2788,0.20,1.2553 flees,flees,20,17,20,17,0.39,1.3222,0.20,1.2553 Fleur,fleur,56,17,3,3,1.10,1.7559,0.20,1.2553 flinched,flinched,28,17,28,17,0.55,1.4624,0.20,1.2553 flotation,flotation,20,17,20,17,0.39,1.3222,0.20,1.2553 flourishing,flourishing,18,17,18,17,0.35,1.2788,0.20,1.2553 flowered,flowered,17,17,16,16,0.33,1.2553,0.20,1.2553 flue,flue,21,17,21,17,0.41,1.3424,0.20,1.2553 focuses,focuses,17,17,15,15,0.33,1.2553,0.20,1.2553 fogged,fogged,20,17,19,16,0.39,1.3222,0.20,1.2553 forbidding,forbidding,20,17,20,17,0.39,1.3222,0.20,1.2553 forgeries,forgeries,30,17,29,17,0.59,1.4914,0.20,1.2553 forgetfulness,forgetfulness,27,17,22,15,0.53,1.4472,0.20,1.2553 forts,forts,20,17,17,16,0.39,1.3222,0.20,1.2553 fostered,fostered,17,17,17,17,0.33,1.2553,0.20,1.2553 fouls,fouls,24,17,23,16,0.47,1.3979,0.20,1.2553 fraudulent,fraudulent,18,17,18,17,0.35,1.2788,0.20,1.2553 frowns,frowns,18,17,18,17,0.35,1.2788,0.20,1.2553 Fuhrer,fuhrer,85,17,4,3,1.67,1.9345,0.20,1.2553 futuristic,futuristic,17,17,17,17,0.33,1.2553,0.20,1.2553 galleys,galleys,25,17,24,16,0.49,1.4150,0.20,1.2553 gargantuan,gargantuan,18,17,12,12,0.35,1.2788,0.20,1.2553 geared,geared,17,17,17,17,0.33,1.2553,0.20,1.2553 gentleness,gentleness,18,17,18,17,0.35,1.2788,0.20,1.2553 geologists,geologists,20,17,18,15,0.39,1.3222,0.20,1.2553 gladrags,gladrags,18,17,18,17,0.35,1.2788,0.20,1.2553 glimpses,glimpses,17,17,17,17,0.33,1.2553,0.20,1.2553 glisten,glisten,22,17,16,16,0.43,1.3617,0.20,1.2553 Glover,glover,79,17,0,0,1.55,1.9031,0.20,1.2553 gobbling,gobbling,23,17,18,13,0.45,1.3802,0.20,1.2553 goings,goings,18,17,18,17,0.35,1.2788,0.20,1.2553 golfers,golfers,28,17,27,17,0.55,1.4624,0.20,1.2553 Gomer,gomer,20,17,3,2,0.39,1.3222,0.20,1.2553 gonads,gonads,24,17,23,17,0.47,1.3979,0.20,1.2553 Gorman,gorman,63,17,0,0,1.24,1.8062,0.20,1.2553 grandmas,grandmas,19,17,17,16,0.37,1.3010,0.20,1.2553 graphite,graphite,21,17,16,13,0.41,1.3424,0.20,1.2553 gratin,gratin,17,17,16,16,0.33,1.2553,0.20,1.2553 Grimm,grimm,66,17,0,0,1.29,1.8261,0.20,1.2553 grog,grog,32,17,25,16,0.63,1.5185,0.20,1.2553 grooves,grooves,21,17,17,14,0.41,1.3424,0.20,1.2553 gruel,gruel,23,17,22,17,0.45,1.3802,0.20,1.2553 guardhouse,guardhouse,36,17,36,17,0.71,1.5682,0.20,1.2553 Gulch,gulch,36,17,5,5,0.71,1.5682,0.20,1.2553 gunners,gunners,19,17,17,16,0.37,1.3010,0.20,1.2553 gusher,gusher,20,17,20,17,0.39,1.3222,0.20,1.2553 hairpin,hairpin,18,17,17,16,0.35,1.2788,0.20,1.2553 halibut,halibut,26,17,23,16,0.51,1.4314,0.20,1.2553 harbored,harbored,18,17,18,17,0.35,1.2788,0.20,1.2553 hassles,hassles,17,17,17,17,0.33,1.2553,0.20,1.2553 Hecht,hecht,33,17,0,0,0.65,1.5315,0.20,1.2553 hedging,hedging,17,17,16,16,0.33,1.2553,0.20,1.2553 hemorrhoid,hemorrhoid,18,17,13,13,0.35,1.2788,0.20,1.2553 herewith,herewith,18,17,15,14,0.35,1.2788,0.20,1.2553 hiatus,hiatus,20,17,20,17,0.39,1.3222,0.20,1.2553 hikes,hikes,17,17,15,15,0.33,1.2553,0.20,1.2553 Hindus,hindus,20,17,0,0,0.39,1.3222,0.20,1.2553 Hippocratic,hippocratic,18,17,0,0,0.35,1.2788,0.20,1.2553 hocked,hocked,18,17,17,16,0.35,1.2788,0.20,1.2553 holiest,holiest,20,17,20,17,0.39,1.3222,0.20,1.2553 hosed,hosed,18,17,18,17,0.35,1.2788,0.20,1.2553 hotshots,hotshots,22,17,20,17,0.43,1.3617,0.20,1.2553 Howe,howe,41,17,1,1,0.80,1.6232,0.20,1.2553 humped,humped,19,17,19,17,0.37,1.3010,0.20,1.2553 Huns,huns,78,17,0,0,1.53,1.8976,0.20,1.2553 hydroponics,hydroponics,20,17,15,13,0.39,1.3222,0.20,1.2553 hyperactive,hyperactive,20,17,19,16,0.39,1.3222,0.20,1.2553 hypochondriac,hypochondriac,20,17,19,16,0.39,1.3222,0.20,1.2553 icicles,icicles,19,17,18,16,0.37,1.3010,0.20,1.2553 idolized,idolized,19,17,19,17,0.37,1.3010,0.20,1.2553 ignoramus,ignoramus,18,17,16,16,0.35,1.2788,0.20,1.2553 illustrates,illustrates,17,17,17,17,0.33,1.2553,0.20,1.2553 importing,importing,18,17,17,16,0.35,1.2788,0.20,1.2553 improvisation,improvisation,20,17,16,13,0.39,1.3222,0.20,1.2553 impurities,impurities,19,17,19,17,0.37,1.3010,0.20,1.2553 inaccessible,inaccessible,20,17,20,17,0.39,1.3222,0.20,1.2553 inadequacy,inadequacy,17,17,17,17,0.33,1.2553,0.20,1.2553 inaugural,inaugural,20,17,19,17,0.39,1.3222,0.20,1.2553 incarnation,incarnation,18,17,18,17,0.35,1.2788,0.20,1.2553 inception,inception,21,17,18,17,0.41,1.3424,0.20,1.2553 incinerate,incinerate,18,17,17,16,0.35,1.2788,0.20,1.2553 incontinent,incontinent,18,17,18,17,0.35,1.2788,0.20,1.2553 inedible,inedible,18,17,16,15,0.35,1.2788,0.20,1.2553 inert,inert,18,17,18,17,0.35,1.2788,0.20,1.2553 infancy,infancy,18,17,18,17,0.35,1.2788,0.20,1.2553 instructing,instructing,18,17,18,17,0.35,1.2788,0.20,1.2553 insulated,insulated,18,17,18,17,0.35,1.2788,0.20,1.2553 insurrection,insurrection,19,17,19,17,0.37,1.3010,0.20,1.2553 interacting,interacting,21,17,20,17,0.41,1.3424,0.20,1.2553 interconnected,interconnected,25,17,24,16,0.49,1.4150,0.20,1.2553 intercostal,intercostal,23,17,22,16,0.45,1.3802,0.20,1.2553 interoffice,interoffice,23,17,22,16,0.45,1.3802,0.20,1.2553 intervening,intervening,17,17,17,17,0.33,1.2553,0.20,1.2553 invades,invades,17,17,17,17,0.33,1.2553,0.20,1.2553 ion,ion,20,17,19,16,0.39,1.3222,0.20,1.2553 ironclad,ironclad,26,17,22,15,0.51,1.4314,0.20,1.2553 irrevocably,irrevocably,17,17,15,15,0.33,1.2553,0.20,1.2553 ischemic,ischemic,21,17,20,16,0.41,1.3424,0.20,1.2553 isotope,isotope,25,17,25,17,0.49,1.4150,0.20,1.2553 Jakey,jakey,27,17,1,1,0.53,1.4472,0.20,1.2553 Jericho,jericho,59,17,0,0,1.16,1.7782,0.20,1.2553 jogs,jogs,17,17,16,16,0.33,1.2553,0.20,1.2553 joiner,joiner,17,17,13,13,0.33,1.2553,0.20,1.2553 jollies,jollies,18,17,18,17,0.35,1.2788,0.20,1.2553 joshing,joshing,18,17,18,17,0.35,1.2788,0.20,1.2553 Judaism,judaism,29,17,1,1,0.57,1.4771,0.20,1.2553 justly,justly,17,17,16,16,0.33,1.2553,0.20,1.2553 Kabuki,kabuki,18,17,7,7,0.35,1.2788,0.20,1.2553 Ki,ki,43,17,12,8,0.84,1.6435,0.20,1.2553 kickbacks,kickbacks,20,17,16,14,0.39,1.3222,0.20,1.2553 kiddy,kiddy,18,17,15,15,0.35,1.2788,0.20,1.2553 killjoy,killjoy,24,17,17,14,0.47,1.3979,0.20,1.2553 kimchi,kimchi,25,17,19,13,0.49,1.4150,0.20,1.2553 kitties,kitties,26,17,24,17,0.51,1.4314,0.20,1.2553 Kris,kris,88,17,1,1,1.73,1.9494,0.20,1.2553 labors,labors,18,17,18,17,0.35,1.2788,0.20,1.2553 Labrador,labrador,27,17,5,3,0.53,1.4472,0.20,1.2553 Lakeside,lakeside,36,17,5,5,0.71,1.5682,0.20,1.2553 landfall,landfall,25,17,24,17,0.49,1.4150,0.20,1.2553 lanky,lanky,22,17,14,14,0.43,1.3617,0.20,1.2553 lapdog,lapdog,21,17,20,17,0.41,1.3424,0.20,1.2553 latrines,latrines,18,17,18,17,0.35,1.2788,0.20,1.2553 layaway,layaway,74,17,63,17,1.45,1.8751,0.20,1.2553 Leach,leach,38,17,2,2,0.75,1.5911,0.20,1.2553 Leone,leone,63,17,0,0,1.24,1.8062,0.20,1.2553 lifeguards,lifeguards,20,17,14,14,0.39,1.3222,0.20,1.2553 lifer,lifer,29,17,29,17,0.57,1.4771,0.20,1.2553 ligaments,ligaments,20,17,20,17,0.39,1.3222,0.20,1.2553 liniment,liniment,20,17,18,15,0.39,1.3222,0.20,1.2553 liqueur,liqueur,28,17,27,16,0.55,1.4624,0.20,1.2553 literate,literate,17,17,17,17,0.33,1.2553,0.20,1.2553 loader,loader,23,17,22,16,0.45,1.3802,0.20,1.2553 lobbying,lobbying,17,17,17,17,0.33,1.2553,0.20,1.2553 localized,localized,20,17,19,16,0.39,1.3222,0.20,1.2553 Locust,locust,44,17,8,8,0.86,1.6532,0.20,1.2553 lodges,lodges,20,17,17,14,0.39,1.3222,0.20,1.2553 lodgings,lodgings,19,17,19,17,0.37,1.3010,0.20,1.2553 Loren,loren,68,17,0,0,1.33,1.8388,0.20,1.2553 loveless,loveless,23,17,23,17,0.45,1.3802,0.20,1.2553 lunchbox,lunchbox,20,17,19,16,0.39,1.3222,0.20,1.2553 Lupus,lupus,88,17,22,10,1.73,1.9494,0.20,1.2553 lustful,lustful,20,17,18,16,0.39,1.3222,0.20,1.2553 macadamia,macadamia,31,17,19,12,0.61,1.5051,0.20,1.2553 Madge,madge,88,17,0,0,1.73,1.9494,0.20,1.2553 magnified,magnified,17,17,16,16,0.33,1.2553,0.20,1.2553 Mandrake,mandrake,57,17,11,9,1.12,1.7634,0.20,1.2553 manicured,manicured,18,17,16,16,0.35,1.2788,0.20,1.2553 mantis,mantis,23,17,23,17,0.45,1.3802,0.20,1.2553 mariachi,mariachi,42,17,36,15,0.82,1.6335,0.20,1.2553 masking,masking,18,17,18,17,0.35,1.2788,0.20,1.2553 massaged,massaged,20,17,19,17,0.39,1.3222,0.20,1.2553 mated,mated,19,17,19,17,0.37,1.3010,0.20,1.2553 matinees,matinees,17,17,14,14,0.33,1.2553,0.20,1.2553 meanie,meanie,21,17,14,14,0.41,1.3424,0.20,1.2553 meddlesome,meddlesome,18,17,16,15,0.35,1.2788,0.20,1.2553 memorise,memorise,17,17,15,15,0.33,1.2553,0.20,1.2553 menthol,menthol,22,17,18,14,0.43,1.3617,0.20,1.2553 mergers,mergers,24,17,20,17,0.47,1.3979,0.20,1.2553 microchips,microchips,25,17,23,15,0.49,1.4150,0.20,1.2553 midsection,midsection,19,17,18,16,0.37,1.3010,0.20,1.2553 mightiest,mightiest,17,17,17,17,0.33,1.2553,0.20,1.2553 migrated,migrated,17,17,16,16,0.33,1.2553,0.20,1.2553 mimicking,mimicking,22,17,17,13,0.43,1.3617,0.20,1.2553 mindset,mindset,18,17,18,17,0.35,1.2788,0.20,1.2553 minefields,minefields,22,17,21,17,0.43,1.3617,0.20,1.2553 misinterpret,misinterpret,17,17,17,17,0.33,1.2553,0.20,1.2553 misspelled,misspelled,17,17,16,16,0.33,1.2553,0.20,1.2553 mobbed,mobbed,20,17,18,16,0.39,1.3222,0.20,1.2553 mobilization,mobilization,19,17,15,15,0.37,1.3010,0.20,1.2553 molds,molds,19,17,19,17,0.37,1.3010,0.20,1.2553 Mongolia,mongolia,28,17,0,0,0.55,1.4624,0.20,1.2553 Mongolian,mongolian,31,17,0,0,0.61,1.5051,0.20,1.2553 mongrels,mongrels,24,17,22,17,0.47,1.3979,0.20,1.2553 monotony,monotony,17,17,15,15,0.33,1.2553,0.20,1.2553 monumentally,monumentally,21,17,20,16,0.41,1.3424,0.20,1.2553 moped,moped,23,17,21,17,0.45,1.3802,0.20,1.2553 motorist,motorist,25,17,25,17,0.49,1.4150,0.20,1.2553 mourned,mourned,18,17,18,17,0.35,1.2788,0.20,1.2553 mullet,mullet,29,17,17,15,0.57,1.4771,0.20,1.2553 multimillionaire,multimillionaire,17,17,17,17,0.33,1.2553,0.20,1.2553 musically,musically,24,17,22,16,0.47,1.3979,0.20,1.2553 mustaches,mustaches,18,17,18,17,0.35,1.2788,0.20,1.2553 mutter,mutter,22,17,15,14,0.43,1.3617,0.20,1.2553 Namaste,namaste,25,17,3,3,0.49,1.4150,0.20,1.2553 newlywed,newlywed,22,17,16,15,0.43,1.3617,0.20,1.2553 newsreels,newsreels,18,17,18,17,0.35,1.2788,0.20,1.2553 nineties,nineties,25,17,13,8,0.49,1.4150,0.20,1.2553 Nips,nips,31,17,9,8,0.61,1.5051,0.20,1.2553 normalcy,normalcy,20,17,18,16,0.39,1.3222,0.20,1.2553 Novocaine,novocaine,19,17,5,5,0.37,1.3010,0.20,1.2553 numbness,numbness,18,17,17,16,0.35,1.2788,0.20,1.2553 nunnery,nunnery,23,17,23,17,0.45,1.3802,0.20,1.2553 oaths,oaths,19,17,19,17,0.37,1.3010,0.20,1.2553 obliterate,obliterate,18,17,16,16,0.35,1.2788,0.20,1.2553 ocular,ocular,21,17,17,14,0.41,1.3424,0.20,1.2553 Odessa,odessa,40,17,0,0,0.78,1.6128,0.20,1.2553 Oedipal,oedipal,21,17,8,4,0.41,1.3424,0.20,1.2553 oneness,oneness,21,17,18,15,0.41,1.3424,0.20,1.2553 Ono,ono,32,17,1,1,0.63,1.5185,0.20,1.2553 onslaught,onslaught,17,17,17,17,0.33,1.2553,0.20,1.2553 opposable,opposable,18,17,15,15,0.35,1.2788,0.20,1.2553 oppressor,oppressor,26,17,21,16,0.51,1.4314,0.20,1.2553 orbing,orbing,28,17,27,16,0.55,1.4624,0.20,1.2553 orbs,orbs,21,17,20,17,0.41,1.3424,0.20,1.2553 organizational,organizational,18,17,15,14,0.35,1.2788,0.20,1.2553 outage,outage,21,17,21,17,0.41,1.3424,0.20,1.2553 outlandish,outlandish,17,17,15,15,0.33,1.2553,0.20,1.2553 outlying,outlying,17,17,16,16,0.33,1.2553,0.20,1.2553 overheating,overheating,19,17,19,17,0.37,1.3010,0.20,1.2553 paisley,paisley,32,17,18,13,0.63,1.5185,0.20,1.2553 Pakistani,pakistani,20,17,1,1,0.39,1.3222,0.20,1.2553 pangs,pangs,17,17,17,17,0.33,1.2553,0.20,1.2553 panned,panned,17,17,17,17,0.33,1.2553,0.20,1.2553 paperweight,paperweight,21,17,20,17,0.41,1.3424,0.20,1.2553 paramilitary,paramilitary,20,17,17,16,0.39,1.3222,0.20,1.2553 parley,parley,21,17,20,16,0.41,1.3424,0.20,1.2553 patronage,patronage,19,17,18,16,0.37,1.3010,0.20,1.2553 paving,paving,22,17,21,16,0.43,1.3617,0.20,1.2553 peeper,peeper,47,17,37,14,0.92,1.6812,0.20,1.2553 peeved,peeved,23,17,23,17,0.45,1.3802,0.20,1.2553 Pegasus,pegasus,96,17,0,0,1.88,1.9868,0.20,1.2553 Pelt,pelt,48,17,15,13,0.94,1.6902,0.20,1.2553 pendulum,pendulum,27,17,22,14,0.53,1.4472,0.20,1.2553 perpetuate,perpetuate,19,17,19,17,0.37,1.3010,0.20,1.2553 persevere,persevere,19,17,13,13,0.37,1.3010,0.20,1.2553 Persia,persia,29,17,0,0,0.57,1.4771,0.20,1.2553 pessimist,pessimist,26,17,26,17,0.51,1.4314,0.20,1.2553 petticoats,petticoats,19,17,19,17,0.37,1.3010,0.20,1.2553 Piccolo,piccolo,65,17,14,10,1.27,1.8195,0.20,1.2553 pigskin,pigskin,20,17,16,16,0.39,1.3222,0.20,1.2553 pilfering,pilfering,18,17,15,14,0.35,1.2788,0.20,1.2553 pina,pina,29,17,15,11,0.57,1.4771,0.20,1.2553 pinches,pinches,17,17,17,17,0.33,1.2553,0.20,1.2553 platters,platters,19,17,13,12,0.37,1.3010,0.20,1.2553 playa,playa,22,17,17,13,0.43,1.3617,0.20,1.2553 playgrounds,playgrounds,20,17,19,16,0.39,1.3222,0.20,1.2553 Plummer,plummer,50,17,1,1,0.98,1.7076,0.20,1.2553 plundered,plundered,18,17,17,17,0.35,1.2788,0.20,1.2553 pocketful,pocketful,21,17,19,15,0.41,1.3424,0.20,1.2553 pooling,pooling,24,17,23,16,0.47,1.3979,0.20,1.2553 portrayal,portrayal,18,17,18,17,0.35,1.2788,0.20,1.2553 posturing,posturing,17,17,16,16,0.33,1.2553,0.20,1.2553 pothole,pothole,25,17,23,15,0.49,1.4150,0.20,1.2553 potpourri,potpourri,24,17,23,17,0.47,1.3979,0.20,1.2553 powders,powders,20,17,20,17,0.39,1.3222,0.20,1.2553 prefect,prefect,41,17,28,14,0.80,1.6232,0.20,1.2553 Presidente,presidente,28,17,11,7,0.55,1.4624,0.20,1.2553 Prix,prix,29,17,2,2,0.57,1.4771,0.20,1.2553 probative,probative,19,17,19,17,0.37,1.3010,0.20,1.2553 procreation,procreation,21,17,18,14,0.41,1.3424,0.20,1.2553 prodding,prodding,18,17,17,16,0.35,1.2788,0.20,1.2553 prospectus,prospectus,25,17,25,17,0.49,1.4150,0.20,1.2553 protruding,protruding,20,17,19,16,0.39,1.3222,0.20,1.2553 psychopaths,psychopaths,20,17,15,14,0.39,1.3222,0.20,1.2553 pumper,pumper,17,17,17,17,0.33,1.2553,0.20,1.2553 Pumpernickel,pumpernickel,49,17,17,14,0.96,1.6990,0.20,1.2553 punctuation,punctuation,22,17,22,17,0.43,1.3617,0.20,1.2553 punctures,punctures,19,17,18,17,0.37,1.3010,0.20,1.2553 punishes,punishes,18,17,17,17,0.35,1.2788,0.20,1.2553 purebred,purebred,18,17,15,14,0.35,1.2788,0.20,1.2553 purification,purification,25,17,23,16,0.49,1.4150,0.20,1.2553 quacks,quacks,19,17,18,16,0.37,1.3010,0.20,1.2553 quandary,quandary,21,17,20,16,0.41,1.3424,0.20,1.2553 quell,quell,17,17,17,17,0.33,1.2553,0.20,1.2553 quieted,quieted,19,17,19,17,0.37,1.3010,0.20,1.2553 quotation,quotation,18,17,17,16,0.35,1.2788,0.20,1.2553 radishes,radishes,24,17,22,16,0.47,1.3979,0.20,1.2553 ramming,ramming,21,17,11,11,0.41,1.3424,0.20,1.2553 ravings,ravings,18,17,18,17,0.35,1.2788,0.20,1.2553 reacquainted,reacquainted,18,17,17,17,0.35,1.2788,0.20,1.2553 rears,rears,17,17,17,17,0.33,1.2553,0.20,1.2553 reassignment,reassignment,20,17,19,17,0.39,1.3222,0.20,1.2553 reattach,reattach,17,17,15,15,0.33,1.2553,0.20,1.2553 recited,recited,17,17,17,17,0.33,1.2553,0.20,1.2553 recollections,recollections,18,17,17,16,0.35,1.2788,0.20,1.2553 redecorated,redecorated,18,17,18,17,0.35,1.2788,0.20,1.2553 redeemer,redeemer,19,17,11,11,0.37,1.3010,0.20,1.2553 registrar,registrar,27,17,23,16,0.53,1.4472,0.20,1.2553 relaying,relaying,19,17,16,15,0.37,1.3010,0.20,1.2553 repress,repress,19,17,19,17,0.37,1.3010,0.20,1.2553 reprogramming,reprogramming,18,17,17,16,0.35,1.2788,0.20,1.2553 rescues,rescues,21,17,20,16,0.41,1.3424,0.20,1.2553 resolutions,resolutions,20,17,20,17,0.39,1.3222,0.20,1.2553 resolving,resolving,17,17,16,16,0.33,1.2553,0.20,1.2553 resorting,resorting,17,17,16,16,0.33,1.2553,0.20,1.2553 resuscitated,resuscitated,20,17,19,17,0.39,1.3222,0.20,1.2553 Rialto,rialto,24,17,3,1,0.47,1.3979,0.20,1.2553 rife,rife,26,17,23,16,0.51,1.4314,0.20,1.2553 Ritter,ritter,30,17,1,1,0.59,1.4914,0.20,1.2553 ritzy,ritzy,19,17,14,14,0.37,1.3010,0.20,1.2553 rogues,rogues,17,17,15,15,0.33,1.2553,0.20,1.2553 romancing,romancing,19,17,18,16,0.37,1.3010,0.20,1.2553 Romanian,romanian,42,17,0,0,0.82,1.6335,0.20,1.2553 roping,roping,19,17,18,16,0.37,1.3010,0.20,1.2553 rotunda,rotunda,27,17,18,9,0.53,1.4472,0.20,1.2553 Rubin,rubin,27,17,0,0,0.53,1.4472,0.20,1.2553 ruination,ruination,24,17,22,16,0.47,1.3979,0.20,1.2553 rumoured,rumoured,17,17,17,17,0.33,1.2553,0.20,1.2553 Rutherford,rutherford,28,17,0,0,0.55,1.4624,0.20,1.2553 saboteur,saboteur,28,17,27,16,0.55,1.4624,0.20,1.2553 saddens,saddens,17,17,17,17,0.33,1.2553,0.20,1.2553 salons,salons,22,17,20,16,0.43,1.3617,0.20,1.2553 sander,sander,27,17,15,8,0.53,1.4472,0.20,1.2553 savour,savour,20,17,17,14,0.39,1.3222,0.20,1.2553 scaled,scaled,17,17,17,17,0.33,1.2553,0.20,1.2553 Schnell,schnell,31,17,13,8,0.61,1.5051,0.20,1.2553 scholarly,scholarly,22,17,21,16,0.43,1.3617,0.20,1.2553 schoolchildren,schoolchildren,19,17,19,17,0.37,1.3010,0.20,1.2553 schoolteachers,schoolteachers,24,17,20,14,0.47,1.3979,0.20,1.2553 scorer,scorer,21,17,21,17,0.41,1.3424,0.20,1.2553 Scotsman,scotsman,25,17,0,0,0.49,1.4150,0.20,1.2553 scrip,scrip,36,17,33,17,0.71,1.5682,0.20,1.2553 searchlights,searchlights,22,17,18,14,0.43,1.3617,0.20,1.2553 seawater,seawater,23,17,20,17,0.45,1.3802,0.20,1.2553 secretions,secretions,23,17,23,17,0.45,1.3802,0.20,1.2553 septum,septum,18,17,18,17,0.35,1.2788,0.20,1.2553 Serendipity,serendipity,29,17,9,6,0.57,1.4771,0.20,1.2553 seventeenth,seventeenth,19,17,11,10,0.37,1.3010,0.20,1.2553 shapely,shapely,18,17,17,16,0.35,1.2788,0.20,1.2553 sharpener,sharpener,17,17,16,16,0.33,1.2553,0.20,1.2553 shat,shat,24,17,21,15,0.47,1.3979,0.20,1.2553 sherbet,sherbet,29,17,18,13,0.57,1.4771,0.20,1.2553 shiatsu,shiatsu,18,17,15,15,0.35,1.2788,0.20,1.2553 shiftless,shiftless,17,17,17,17,0.33,1.2553,0.20,1.2553 shish,shish,24,17,23,17,0.47,1.3979,0.20,1.2553 showboat,showboat,20,17,11,10,0.39,1.3222,0.20,1.2553 shrank,shrank,19,17,18,16,0.37,1.3010,0.20,1.2553 shrouded,shrouded,17,17,17,17,0.33,1.2553,0.20,1.2553 shrug,shrug,20,17,20,17,0.39,1.3222,0.20,1.2553 sicken,sicken,19,17,19,17,0.37,1.3010,0.20,1.2553 sickens,sickens,18,17,18,17,0.35,1.2788,0.20,1.2553 sickle,sickle,28,17,27,17,0.55,1.4624,0.20,1.2553 Sidewinder,sidewinder,41,17,12,8,0.80,1.6232,0.20,1.2553 simian,simian,26,17,25,16,0.51,1.4314,0.20,1.2553 singularly,singularly,17,17,15,15,0.33,1.2553,0.20,1.2553 Sizzler,sizzler,19,17,4,4,0.37,1.3010,0.20,1.2553 skeet,skeet,26,17,16,11,0.51,1.4314,0.20,1.2553 skier,skier,24,17,23,17,0.47,1.3979,0.20,1.2553 skinning,skinning,17,17,16,16,0.33,1.2553,0.20,1.2553 skit,skit,42,17,40,16,0.82,1.6335,0.20,1.2553 skyrocket,skyrocket,17,17,16,16,0.33,1.2553,0.20,1.2553 slink,slink,19,17,15,15,0.37,1.3010,0.20,1.2553 slowpoke,slowpoke,18,17,14,14,0.35,1.2788,0.20,1.2553 slurs,slurs,18,17,17,16,0.35,1.2788,0.20,1.2553 snatchers,snatchers,17,17,10,10,0.33,1.2553,0.20,1.2553 snickering,snickering,19,17,19,17,0.37,1.3010,0.20,1.2553 snowballs,snowballs,18,17,16,16,0.35,1.2788,0.20,1.2553 soars,soars,23,17,23,17,0.45,1.3802,0.20,1.2553 solids,solids,20,17,20,17,0.39,1.3222,0.20,1.2553 sonnets,sonnets,24,17,20,16,0.47,1.3979,0.20,1.2553 sown,sown,17,17,17,17,0.33,1.2553,0.20,1.2553 Sparta,sparta,92,17,0,0,1.80,1.9685,0.20,1.2553 speculations,speculations,18,17,17,16,0.35,1.2788,0.20,1.2553 Spiritus,spiritus,20,17,1,1,0.39,1.3222,0.20,1.2553 Spokes,spokes,35,17,12,12,0.69,1.5563,0.20,1.2553 spores,spores,23,17,22,16,0.45,1.3802,0.20,1.2553 squab,squab,19,17,15,14,0.37,1.3010,0.20,1.2553 stalemate,stalemate,24,17,21,16,0.47,1.3979,0.20,1.2553 steamboat,steamboat,26,17,22,15,0.51,1.4314,0.20,1.2553 stewing,stewing,18,17,17,17,0.35,1.2788,0.20,1.2553 stockpile,stockpile,21,17,21,17,0.41,1.3424,0.20,1.2553 strangeness,strangeness,18,17,18,17,0.35,1.2788,0.20,1.2553 Stratosphere,stratosphere,24,17,11,11,0.47,1.3979,0.20,1.2553 strolls,strolls,17,17,16,16,0.33,1.2553,0.20,1.2553 strumpet,strumpet,25,17,24,16,0.49,1.4150,0.20,1.2553 strychnine,strychnine,22,17,18,15,0.43,1.3617,0.20,1.2553 stubble,stubble,18,17,16,15,0.35,1.2788,0.20,1.2553 sublevel,sublevel,21,17,18,14,0.41,1.3424,0.20,1.2553 substandard,substandard,22,17,17,15,0.43,1.3617,0.20,1.2553 substation,substation,29,17,28,16,0.57,1.4771,0.20,1.2553 substituting,substituting,18,17,16,15,0.35,1.2788,0.20,1.2553 substitution,substitution,21,17,15,13,0.41,1.3424,0.20,1.2553 subvert,subvert,17,17,17,17,0.33,1.2553,0.20,1.2553 suey,suey,23,17,21,15,0.45,1.3802,0.20,1.2553 sugarcoat,sugarcoat,17,17,17,17,0.33,1.2553,0.20,1.2553 sulfa,sulfa,24,17,23,16,0.47,1.3979,0.20,1.2553 sunburned,sunburned,20,17,20,17,0.39,1.3222,0.20,1.2553 sundial,sundial,23,17,20,17,0.45,1.3802,0.20,1.2553 sunflowers,sunflowers,24,17,17,14,0.47,1.3979,0.20,1.2553 supersonic,supersonic,20,17,15,15,0.39,1.3222,0.20,1.2553 surges,surges,19,17,19,17,0.37,1.3010,0.20,1.2553 surpass,surpass,18,17,18,17,0.35,1.2788,0.20,1.2553 Suzuki,suzuki,47,17,0,0,0.92,1.6812,0.20,1.2553 swag,swag,25,17,22,16,0.49,1.4150,0.20,1.2553 swiping,swiping,21,17,20,16,0.41,1.3424,0.20,1.2553 swum,swum,20,17,20,17,0.39,1.3222,0.20,1.2553 Syed,syed,73,17,0,0,1.43,1.8692,0.20,1.2553 symbolically,symbolically,19,17,14,14,0.37,1.3010,0.20,1.2553 symphonies,symphonies,20,17,19,16,0.39,1.3222,0.20,1.2553 synaptic,synaptic,24,17,22,16,0.47,1.3979,0.20,1.2553 syntax,syntax,18,17,17,16,0.35,1.2788,0.20,1.2553 Tabby,tabby,37,17,14,10,0.73,1.5798,0.20,1.2553 tach,tach,21,17,19,16,0.41,1.3424,0.20,1.2553 Tallyho,tallyho,22,17,1,1,0.43,1.3617,0.20,1.2553 tandem,tandem,18,17,17,16,0.35,1.2788,0.20,1.2553 tankers,tankers,25,17,25,17,0.49,1.4150,0.20,1.2553 tassel,tassel,27,17,16,14,0.53,1.4472,0.20,1.2553 Tc,tc,49,17,0,0,0.96,1.6990,0.20,1.2553 Teamsters,teamsters,26,17,12,11,0.51,1.4314,0.20,1.2553 Tempe,tempe,38,17,1,1,0.75,1.5911,0.20,1.2553 temps,temps,19,17,14,14,0.37,1.3010,0.20,1.2553 tenuous,tenuous,17,17,17,17,0.33,1.2553,0.20,1.2553 Ter,ter,38,17,17,7,0.75,1.5911,0.20,1.2553 theological,theological,20,17,18,15,0.39,1.3222,0.20,1.2553 thoroughbreds,thoroughbreds,22,17,19,15,0.43,1.3617,0.20,1.2553 Thunderbird,thunderbird,21,17,0,0,0.41,1.3424,0.20,1.2553 tidbit,tidbit,17,17,17,17,0.33,1.2553,0.20,1.2553 tingles,tingles,22,17,21,17,0.43,1.3617,0.20,1.2553 tolerates,tolerates,17,17,16,16,0.33,1.2553,0.20,1.2553 Tomahawk,tomahawk,22,17,7,7,0.43,1.3617,0.20,1.2553 toothbrushes,toothbrushes,18,17,17,16,0.35,1.2788,0.20,1.2553 toppings,toppings,19,17,19,17,0.37,1.3010,0.20,1.2553 Torah,torah,55,17,1,1,1.08,1.7482,0.20,1.2553 townsfolk,townsfolk,20,17,18,15,0.39,1.3222,0.20,1.2553 tr,tr,26,17,15,8,0.51,1.4314,0.20,1.2553 trainees,trainees,22,17,21,16,0.43,1.3617,0.20,1.2553 trampling,trampling,17,17,17,17,0.33,1.2553,0.20,1.2553 transcend,transcend,24,17,24,17,0.47,1.3979,0.20,1.2553 transgression,transgression,25,17,24,17,0.49,1.4150,0.20,1.2553 trapdoor,trapdoor,21,17,20,16,0.41,1.3424,0.20,1.2553 travellers,travellers,21,17,20,17,0.41,1.3424,0.20,1.2553 tricycle,tricycle,27,17,26,17,0.53,1.4472,0.20,1.2553 trifecta,trifecta,27,17,26,16,0.53,1.4472,0.20,1.2553 tugboat,tugboat,23,17,19,15,0.45,1.3802,0.20,1.2553 Tung,tung,86,17,8,3,1.69,1.9395,0.20,1.2553 tutors,tutors,19,17,18,16,0.37,1.3010,0.20,1.2553 typewriters,typewriters,21,17,18,14,0.41,1.3424,0.20,1.2553 ulna,ulna,18,17,18,17,0.35,1.2788,0.20,1.2553 Unc,unc,51,17,1,1,1.00,1.7160,0.20,1.2553 unclaimed,unclaimed,19,17,17,16,0.37,1.3010,0.20,1.2553 uncompromising,uncompromising,21,17,18,16,0.41,1.3424,0.20,1.2553 unfettered,unfettered,18,17,18,17,0.35,1.2788,0.20,1.2553 unfulfilled,unfulfilled,20,17,19,16,0.39,1.3222,0.20,1.2553 unintelligible,unintelligible,25,17,24,16,0.49,1.4150,0.20,1.2553 unintentional,unintentional,21,17,20,17,0.41,1.3424,0.20,1.2553 unsteady,unsteady,17,17,15,15,0.33,1.2553,0.20,1.2553 Upchuck,upchuck,35,17,6,6,0.69,1.5563,0.20,1.2553 upstage,upstage,19,17,17,15,0.37,1.3010,0.20,1.2553 ushers,ushers,24,17,14,12,0.47,1.3979,0.20,1.2553 valiantly,valiantly,18,17,18,17,0.35,1.2788,0.20,1.2553 vaporize,vaporize,18,17,18,17,0.35,1.2788,0.20,1.2553 vertebra,vertebra,31,17,31,17,0.61,1.5051,0.20,1.2553 Virgo,virgo,25,17,0,0,0.49,1.4150,0.20,1.2553 virtuoso,virtuoso,24,17,24,17,0.47,1.3979,0.20,1.2553 voracious,voracious,17,17,17,17,0.33,1.2553,0.20,1.2553 waivers,waivers,18,17,18,17,0.35,1.2788,0.20,1.2553 waken,waken,20,17,18,16,0.39,1.3222,0.20,1.2553 wares,wares,17,17,16,16,0.33,1.2553,0.20,1.2553 Watt,watt,96,17,7,6,1.88,1.9868,0.20,1.2553 Weathers,weathers,45,17,1,1,0.88,1.6628,0.20,1.2553 webbed,webbed,17,17,17,17,0.33,1.2553,0.20,1.2553 Weevil,weevil,26,17,8,8,0.51,1.4314,0.20,1.2553 whitest,whitest,18,17,18,17,0.35,1.2788,0.20,1.2553 Whither,whither,18,17,6,6,0.35,1.2788,0.20,1.2553 whittle,whittle,21,17,20,17,0.41,1.3424,0.20,1.2553 Whoppers,whoppers,24,17,8,8,0.47,1.3979,0.20,1.2553 wishbone,wishbone,25,17,18,14,0.49,1.4150,0.20,1.2553 withdraws,withdraws,18,17,18,17,0.35,1.2788,0.20,1.2553 Withers,withers,32,17,8,7,0.63,1.5185,0.20,1.2553 womanizer,womanizer,21,17,21,17,0.41,1.3424,0.20,1.2553 Woolworth,woolworth,25,17,0,0,0.49,1.4150,0.20,1.2553 wounding,wounding,18,17,18,17,0.35,1.2788,0.20,1.2553 wreaths,wreaths,17,17,16,16,0.33,1.2553,0.20,1.2553 yardstick,yardstick,17,17,17,17,0.33,1.2553,0.20,1.2553 Yeller,yeller,25,17,4,4,0.49,1.4150,0.20,1.2553 Yellowstone,yellowstone,23,17,0,0,0.45,1.3802,0.20,1.2553 yer,yer,36,17,34,15,0.71,1.5682,0.20,1.2553 yoghurt,yoghurt,18,17,16,16,0.35,1.2788,0.20,1.2553 zoned,zoned,18,17,18,17,0.35,1.2788,0.20,1.2553 Abner,abner,172,16,0,0,3.37,2.2380,0.19,1.2304 abound,abound,18,16,18,16,0.35,1.2788,0.19,1.2304 absolutes,absolutes,21,16,20,15,0.41,1.3424,0.19,1.2304 abuser,abuser,16,16,16,16,0.31,1.2304,0.19,1.2304 ached,ached,16,16,15,15,0.31,1.2304,0.19,1.2304 achieves,achieves,16,16,16,16,0.31,1.2304,0.19,1.2304 acorn,acorn,37,16,29,14,0.73,1.5798,0.19,1.2304 adaptable,adaptable,17,16,17,16,0.33,1.2553,0.19,1.2304 Additionally,additionally,16,16,0,0,0.31,1.2304,0.19,1.2304 administrations,administrations,16,16,16,16,0.31,1.2304,0.19,1.2304 administrators,administrators,18,16,16,14,0.35,1.2788,0.19,1.2304 Adventist,adventist,22,16,5,5,0.43,1.3617,0.19,1.2304 advocates,advocates,17,16,15,15,0.33,1.2553,0.19,1.2304 advocating,advocating,17,16,17,16,0.33,1.2553,0.19,1.2304 aerodynamics,aerodynamics,16,16,16,16,0.31,1.2304,0.19,1.2304 af,af,35,16,24,11,0.69,1.5563,0.19,1.2304 agility,agility,23,16,18,13,0.45,1.3802,0.19,1.2304 Agua,agua,29,16,5,5,0.57,1.4771,0.19,1.2304 airspeed,airspeed,24,16,18,15,0.47,1.3979,0.19,1.2304 airy,airy,16,16,16,16,0.31,1.2304,0.19,1.2304 allay,allay,17,16,16,15,0.33,1.2553,0.19,1.2304 Als,als,27,16,2,2,0.53,1.4472,0.19,1.2304 Anaheim,anaheim,20,16,0,0,0.39,1.3222,0.19,1.2304 annuity,annuity,18,16,17,15,0.35,1.2788,0.19,1.2304 antidepressant,antidepressant,18,16,17,15,0.35,1.2788,0.19,1.2304 antigravity,antigravity,28,16,24,14,0.55,1.4624,0.19,1.2304 aperitif,aperitif,19,16,15,12,0.37,1.3010,0.19,1.2304 apocalyptic,apocalyptic,18,16,17,16,0.35,1.2788,0.19,1.2304 approving,approving,16,16,16,16,0.31,1.2304,0.19,1.2304 aprons,aprons,18,16,17,16,0.35,1.2788,0.19,1.2304 apropos,apropos,17,16,12,11,0.33,1.2553,0.19,1.2304 arid,arid,16,16,14,14,0.31,1.2304,0.19,1.2304 armistice,armistice,20,16,14,11,0.39,1.3222,0.19,1.2304 artsy,artsy,17,16,17,16,0.33,1.2553,0.19,1.2304 assuredly,assuredly,16,16,16,16,0.31,1.2304,0.19,1.2304 asthmatic,asthmatic,20,16,19,15,0.39,1.3222,0.19,1.2304 Astor,astor,29,16,0,0,0.57,1.4771,0.19,1.2304 audited,audited,26,16,24,16,0.51,1.4314,0.19,1.2304 Augustine,augustine,33,16,0,0,0.65,1.5315,0.19,1.2304 awakes,awakes,17,16,16,15,0.33,1.2553,0.19,1.2304 awash,awash,16,16,13,13,0.31,1.2304,0.19,1.2304 Baa,baa,52,16,12,6,1.02,1.7243,0.19,1.2304 bagman,bagman,29,16,28,16,0.57,1.4771,0.19,1.2304 Balderdash,balderdash,17,16,7,7,0.33,1.2553,0.19,1.2304 baller,baller,19,16,19,16,0.37,1.3010,0.19,1.2304 bandy,bandy,18,16,16,14,0.35,1.2788,0.19,1.2304 barnacles,barnacles,17,16,14,14,0.33,1.2553,0.19,1.2304 Barneys,barneys,16,16,0,0,0.31,1.2304,0.19,1.2304 beached,beached,21,16,21,16,0.41,1.3424,0.19,1.2304 beachfront,beachfront,18,16,16,14,0.35,1.2788,0.19,1.2304 beaker,beaker,22,16,12,11,0.43,1.3617,0.19,1.2304 bedrock,bedrock,16,16,15,15,0.31,1.2304,0.19,1.2304 beefed,beefed,16,16,16,16,0.31,1.2304,0.19,1.2304 befriended,befriended,17,16,17,16,0.33,1.2553,0.19,1.2304 begets,begets,20,16,20,16,0.39,1.3222,0.19,1.2304 beheld,beheld,24,16,24,16,0.47,1.3979,0.19,1.2304 belching,belching,16,16,14,14,0.31,1.2304,0.19,1.2304 bellowing,bellowing,17,16,16,15,0.33,1.2553,0.19,1.2304 benevolence,benevolence,21,16,21,16,0.41,1.3424,0.19,1.2304 blackballed,blackballed,16,16,16,16,0.31,1.2304,0.19,1.2304 blare,blare,20,16,20,16,0.39,1.3222,0.19,1.2304 bleaching,bleaching,24,16,22,15,0.47,1.3979,0.19,1.2304 Blinky,blinky,26,16,7,5,0.51,1.4314,0.19,1.2304 blocker,blocker,18,16,16,15,0.35,1.2788,0.19,1.2304 bloodiest,bloodiest,16,16,14,14,0.31,1.2304,0.19,1.2304 bloodstained,bloodstained,16,16,16,16,0.31,1.2304,0.19,1.2304 bloomer,bloomer,18,16,15,14,0.35,1.2788,0.19,1.2304 bluegrass,bluegrass,37,16,29,11,0.73,1.5798,0.19,1.2304 bluffs,bluffs,23,16,18,14,0.45,1.3802,0.19,1.2304 boarders,boarders,19,16,19,16,0.37,1.3010,0.19,1.2304 Boeing,boeing,37,16,0,0,0.73,1.5798,0.19,1.2304 bonbon,bonbon,25,16,14,11,0.49,1.4150,0.19,1.2304 Bonne,bonne,21,16,4,3,0.41,1.3424,0.19,1.2304 boogeyman,boogeyman,35,16,28,13,0.69,1.5563,0.19,1.2304 bookmaker,bookmaker,24,16,23,15,0.47,1.3979,0.19,1.2304 boorish,boorish,18,16,16,15,0.35,1.2788,0.19,1.2304 boughs,boughs,18,16,18,16,0.35,1.2788,0.19,1.2304 boulders,boulders,23,16,18,15,0.45,1.3802,0.19,1.2304 brags,brags,17,16,16,16,0.33,1.2553,0.19,1.2304 braking,braking,23,16,17,15,0.45,1.3802,0.19,1.2304 breeches,breeches,19,16,18,15,0.37,1.3010,0.19,1.2304 breeders,breeders,18,16,15,14,0.35,1.2788,0.19,1.2304 brimming,brimming,18,16,14,14,0.35,1.2788,0.19,1.2304 Bruiser,bruiser,77,16,12,9,1.51,1.8921,0.19,1.2304 buggies,buggies,21,16,21,16,0.41,1.3424,0.19,1.2304 bundled,bundled,16,16,16,16,0.31,1.2304,0.19,1.2304 bungling,bungling,17,16,17,16,0.33,1.2553,0.19,1.2304 bunking,bunking,18,16,16,15,0.35,1.2788,0.19,1.2304 buoyancy,buoyancy,18,16,18,16,0.35,1.2788,0.19,1.2304 burgeoning,burgeoning,17,16,17,16,0.33,1.2553,0.19,1.2304 burly,burly,17,16,16,15,0.33,1.2553,0.19,1.2304 burped,burped,16,16,16,16,0.31,1.2304,0.19,1.2304 burro,burro,46,16,42,16,0.90,1.6721,0.19,1.2304 busters,busters,17,16,10,9,0.33,1.2553,0.19,1.2304 butchering,butchering,16,16,16,16,0.31,1.2304,0.19,1.2304 Butte,butte,27,16,4,3,0.53,1.4472,0.19,1.2304 caca,caca,21,16,16,14,0.41,1.3424,0.19,1.2304 cameramen,cameramen,18,16,17,15,0.35,1.2788,0.19,1.2304 canker,canker,21,16,14,13,0.41,1.3424,0.19,1.2304 capes,capes,16,16,14,14,0.31,1.2304,0.19,1.2304 capitalists,capitalists,22,16,22,16,0.43,1.3617,0.19,1.2304 capitulate,capitulate,16,16,15,15,0.31,1.2304,0.19,1.2304 carat,carat,18,16,16,14,0.35,1.2788,0.19,1.2304 caressed,caressed,17,16,17,16,0.33,1.2553,0.19,1.2304 carload,carload,17,16,17,16,0.33,1.2553,0.19,1.2304 carnivals,carnivals,19,16,18,16,0.37,1.3010,0.19,1.2304 cartoonist,cartoonist,17,16,17,16,0.33,1.2553,0.19,1.2304 cathartic,cathartic,18,16,17,15,0.35,1.2788,0.19,1.2304 catty,catty,19,16,19,16,0.37,1.3010,0.19,1.2304 Celsius,celsius,19,16,0,0,0.37,1.3010,0.19,1.2304 censors,censors,20,16,19,15,0.39,1.3222,0.19,1.2304 certification,certification,19,16,18,16,0.37,1.3010,0.19,1.2304 charmingly,charmingly,17,16,16,15,0.33,1.2553,0.19,1.2304 charted,charted,18,16,18,16,0.35,1.2788,0.19,1.2304 Cheng,cheng,217,16,0,0,4.25,2.3385,0.19,1.2304 Chevalier,chevalier,28,16,4,4,0.55,1.4624,0.19,1.2304 chinchilla,chinchilla,27,16,25,15,0.53,1.4472,0.19,1.2304 chiseled,chiseled,19,16,18,15,0.37,1.3010,0.19,1.2304 chivalrous,chivalrous,18,16,16,16,0.35,1.2788,0.19,1.2304 cholo,cholo,21,16,16,12,0.41,1.3424,0.19,1.2304 Christendom,christendom,16,16,0,0,0.31,1.2304,0.19,1.2304 citizenry,citizenry,19,16,17,15,0.37,1.3010,0.19,1.2304 civics,civics,20,16,16,13,0.39,1.3222,0.19,1.2304 Clapper,clapper,20,16,7,6,0.39,1.3222,0.19,1.2304 classically,classically,18,16,16,14,0.35,1.2788,0.19,1.2304 cleats,cleats,21,16,21,16,0.41,1.3424,0.19,1.2304 clocking,clocking,18,16,18,16,0.35,1.2788,0.19,1.2304 cloister,cloister,26,16,19,14,0.51,1.4314,0.19,1.2304 coachman,coachman,30,16,21,12,0.59,1.4914,0.19,1.2304 coasts,coasts,18,16,18,16,0.35,1.2788,0.19,1.2304 coddle,coddle,18,16,18,16,0.35,1.2788,0.19,1.2304 Coho,coho,56,16,1,1,1.10,1.7559,0.19,1.2304 Colombo,colombo,43,16,0,0,0.84,1.6435,0.19,1.2304 colonists,colonists,30,16,27,16,0.59,1.4914,0.19,1.2304 comely,comely,19,16,16,15,0.37,1.3010,0.19,1.2304 commissioners,commissioners,24,16,18,12,0.47,1.3979,0.19,1.2304 compensating,compensating,18,16,15,14,0.35,1.2788,0.19,1.2304 computed,computed,21,16,15,14,0.41,1.3424,0.19,1.2304 concubines,concubines,26,16,20,16,0.51,1.4314,0.19,1.2304 condescend,condescend,16,16,16,16,0.31,1.2304,0.19,1.2304 Condor,condor,60,16,8,6,1.18,1.7853,0.19,1.2304 confederates,confederates,17,16,14,13,0.33,1.2553,0.19,1.2304 conk,conk,21,16,21,16,0.41,1.3424,0.19,1.2304 constituted,constituted,16,16,16,16,0.31,1.2304,0.19,1.2304 contenders,contenders,17,16,17,16,0.33,1.2553,0.19,1.2304 contraptions,contraptions,16,16,16,16,0.31,1.2304,0.19,1.2304 contributes,contributes,16,16,16,16,0.31,1.2304,0.19,1.2304 copter,copter,21,16,21,16,0.41,1.3424,0.19,1.2304 Cordially,cordially,19,16,9,9,0.37,1.3010,0.19,1.2304 cordless,cordless,20,16,20,16,0.39,1.3222,0.19,1.2304 corroborated,corroborated,16,16,15,15,0.31,1.2304,0.19,1.2304 corsets,corsets,17,16,17,16,0.33,1.2553,0.19,1.2304 counseled,counseled,17,16,17,16,0.33,1.2553,0.19,1.2304 counterfeiting,counterfeiting,20,16,20,16,0.39,1.3222,0.19,1.2304 covertly,covertly,18,16,16,14,0.35,1.2788,0.19,1.2304 cower,cower,16,16,16,16,0.31,1.2304,0.19,1.2304 Cromwell,cromwell,42,16,0,0,0.82,1.6335,0.19,1.2304 cronies,cronies,17,16,17,16,0.33,1.2553,0.19,1.2304 cruelest,cruelest,17,16,16,15,0.33,1.2553,0.19,1.2304 crumpet,crumpet,17,16,17,16,0.33,1.2553,0.19,1.2304 Cu,cu,16,16,7,7,0.31,1.2304,0.19,1.2304 culpa,culpa,21,16,21,16,0.41,1.3424,0.19,1.2304 curd,curd,22,16,20,15,0.43,1.3617,0.19,1.2304 Dade,dade,40,16,4,3,0.78,1.6128,0.19,1.2304 Dally,dally,39,16,14,12,0.76,1.6021,0.19,1.2304 dampen,dampen,16,16,16,16,0.31,1.2304,0.19,1.2304 dams,dams,21,16,18,13,0.41,1.3424,0.19,1.2304 darnedest,darnedest,16,16,12,12,0.31,1.2304,0.19,1.2304 dateless,dateless,19,16,18,15,0.37,1.3010,0.19,1.2304 daunting,daunting,16,16,15,15,0.31,1.2304,0.19,1.2304 deco,deco,22,16,13,10,0.43,1.3617,0.19,1.2304 decontamination,decontamination,24,16,22,15,0.47,1.3979,0.19,1.2304 dedicating,dedicating,16,16,15,15,0.31,1.2304,0.19,1.2304 defected,defected,21,16,21,16,0.41,1.3424,0.19,1.2304 defector,defector,24,16,24,16,0.47,1.3979,0.19,1.2304 deft,deft,20,16,16,16,0.39,1.3222,0.19,1.2304 defunct,defunct,17,16,15,15,0.33,1.2553,0.19,1.2304 Deke,deke,75,16,6,2,1.47,1.8808,0.19,1.2304 deluge,deluge,20,16,19,15,0.39,1.3222,0.19,1.2304 demerits,demerits,22,16,21,16,0.43,1.3617,0.19,1.2304 demonstrative,demonstrative,18,16,17,16,0.35,1.2788,0.19,1.2304 denomination,denomination,18,16,17,15,0.35,1.2788,0.19,1.2304 depreciation,depreciation,18,16,16,14,0.35,1.2788,0.19,1.2304 derringer,derringer,18,16,11,10,0.35,1.2788,0.19,1.2304 detonating,detonating,21,16,20,15,0.41,1.3424,0.19,1.2304 developmental,developmental,19,16,18,15,0.37,1.3010,0.19,1.2304 Dharma,dharma,29,16,0,0,0.57,1.4771,0.19,1.2304 diarrhoea,diarrhoea,19,16,16,15,0.37,1.3010,0.19,1.2304 diddly,diddly,17,16,14,13,0.33,1.2553,0.19,1.2304 dilation,dilation,29,16,29,16,0.57,1.4771,0.19,1.2304 diligently,diligently,18,16,17,15,0.35,1.2788,0.19,1.2304 directs,directs,18,16,18,16,0.35,1.2788,0.19,1.2304 disappearances,disappearances,16,16,16,16,0.31,1.2304,0.19,1.2304 disappoints,disappoints,16,16,16,16,0.31,1.2304,0.19,1.2304 discounts,discounts,21,16,20,15,0.41,1.3424,0.19,1.2304 disintegrated,disintegrated,18,16,16,14,0.35,1.2788,0.19,1.2304 dismember,dismember,16,16,14,14,0.31,1.2304,0.19,1.2304 dismemberment,dismemberment,18,16,16,14,0.35,1.2788,0.19,1.2304 disparaging,disparaging,16,16,15,15,0.31,1.2304,0.19,1.2304 disqualification,disqualification,18,16,18,16,0.35,1.2788,0.19,1.2304 doctoral,doctoral,19,16,17,14,0.37,1.3010,0.19,1.2304 dogcatcher,dogcatcher,18,16,18,16,0.35,1.2788,0.19,1.2304 doggoned,doggoned,20,16,20,16,0.39,1.3222,0.19,1.2304 dojo,dojo,46,16,35,11,0.90,1.6721,0.19,1.2304 Doodles,doodles,36,16,11,9,0.71,1.5682,0.19,1.2304 Dooley,dooley,166,16,0,0,3.25,2.2227,0.19,1.2304 Dorian,dorian,66,16,0,0,1.29,1.8261,0.19,1.2304 Dory,dory,185,16,8,7,3.63,2.2695,0.19,1.2304 Dotty,dotty,57,16,13,10,1.12,1.7634,0.19,1.2304 downtrodden,downtrodden,16,16,16,16,0.31,1.2304,0.19,1.2304 dramatics,dramatics,16,16,16,16,0.31,1.2304,0.19,1.2304 drastically,drastically,16,16,16,16,0.31,1.2304,0.19,1.2304 dribbles,dribbles,18,16,14,14,0.35,1.2788,0.19,1.2304 droning,droning,18,16,14,13,0.35,1.2788,0.19,1.2304 drooled,drooled,16,16,16,16,0.31,1.2304,0.19,1.2304 droop,droop,17,16,17,16,0.33,1.2553,0.19,1.2304 drugging,drugging,18,16,15,13,0.35,1.2788,0.19,1.2304 dumpsters,dumpsters,24,16,16,12,0.47,1.3979,0.19,1.2304 duplex,duplex,24,16,22,15,0.47,1.3979,0.19,1.2304 dwells,dwells,17,16,16,15,0.33,1.2553,0.19,1.2304 earphones,earphones,16,16,15,15,0.31,1.2304,0.19,1.2304 econ,econ,23,16,14,9,0.45,1.3802,0.19,1.2304 edgewise,edgewise,17,16,17,16,0.33,1.2553,0.19,1.2304 effected,effected,18,16,18,16,0.35,1.2788,0.19,1.2304 eggshell,eggshell,23,16,17,13,0.45,1.3802,0.19,1.2304 egregious,egregious,17,16,16,16,0.33,1.2553,0.19,1.2304 elation,elation,18,16,17,15,0.35,1.2788,0.19,1.2304 Elizabethan,elizabethan,17,16,0,0,0.33,1.2553,0.19,1.2304 embargo,embargo,24,16,20,16,0.47,1.3979,0.19,1.2304 empower,empower,16,16,14,14,0.31,1.2304,0.19,1.2304 enchant,enchant,19,16,15,14,0.37,1.3010,0.19,1.2304 encyclopedias,encyclopedias,19,16,19,16,0.37,1.3010,0.19,1.2304 endorsing,endorsing,17,16,16,15,0.33,1.2553,0.19,1.2304 enlargement,enlargement,21,16,21,16,0.41,1.3424,0.19,1.2304 ensured,ensured,16,16,16,16,0.31,1.2304,0.19,1.2304 entangled,entangled,29,16,28,15,0.57,1.4771,0.19,1.2304 environmentally,environmentally,16,16,16,16,0.31,1.2304,0.19,1.2304 equip,equip,17,16,17,16,0.33,1.2553,0.19,1.2304 equitable,equitable,18,16,16,15,0.35,1.2788,0.19,1.2304 eradicated,eradicated,17,16,17,16,0.33,1.2553,0.19,1.2304 erasers,erasers,17,16,14,14,0.33,1.2553,0.19,1.2304 erases,erases,17,16,17,16,0.33,1.2553,0.19,1.2304 erectile,erectile,24,16,21,13,0.47,1.3979,0.19,1.2304 Erika,erika,85,16,0,0,1.67,1.9345,0.19,1.2304 erogenous,erogenous,17,16,17,16,0.33,1.2553,0.19,1.2304 eventful,eventful,18,16,15,15,0.35,1.2788,0.19,1.2304 examines,examines,18,16,17,16,0.35,1.2788,0.19,1.2304 Excelsior,excelsior,38,16,13,4,0.75,1.5911,0.19,1.2304 excommunicated,excommunicated,19,16,18,15,0.37,1.3010,0.19,1.2304 exorcise,exorcise,19,16,16,14,0.37,1.3010,0.19,1.2304 expo,expo,20,16,10,8,0.39,1.3222,0.19,1.2304 fallopian,fallopian,22,16,16,13,0.43,1.3617,0.19,1.2304 falter,falter,16,16,16,16,0.31,1.2304,0.19,1.2304 fanned,fanned,17,16,17,16,0.33,1.2553,0.19,1.2304 fantastically,fantastically,20,16,16,15,0.39,1.3222,0.19,1.2304 Farley,farley,79,16,1,1,1.55,1.9031,0.19,1.2304 fatherless,fatherless,16,16,16,16,0.31,1.2304,0.19,1.2304 faucets,faucets,16,16,16,16,0.31,1.2304,0.19,1.2304 fauna,fauna,27,16,15,13,0.53,1.4472,0.19,1.2304 femininity,femininity,20,16,17,15,0.39,1.3222,0.19,1.2304 fervent,fervent,18,16,16,16,0.35,1.2788,0.19,1.2304 fidgety,fidgety,18,16,17,16,0.35,1.2788,0.19,1.2304 fir,fir,22,16,19,14,0.43,1.3617,0.19,1.2304 fireside,fireside,20,16,20,16,0.39,1.3222,0.19,1.2304 fissure,fissure,22,16,21,15,0.43,1.3617,0.19,1.2304 flamingos,flamingos,22,16,15,11,0.43,1.3617,0.19,1.2304 flared,flared,16,16,16,16,0.31,1.2304,0.19,1.2304 flaring,flaring,16,16,16,16,0.31,1.2304,0.19,1.2304 flatterer,flatterer,17,16,10,10,0.33,1.2553,0.19,1.2304 flinging,flinging,17,16,15,15,0.33,1.2553,0.19,1.2304 flippant,flippant,18,16,17,16,0.35,1.2788,0.19,1.2304 flocks,flocks,18,16,15,13,0.35,1.2788,0.19,1.2304 fluctuations,fluctuations,16,16,16,16,0.31,1.2304,0.19,1.2304 flutes,flutes,21,16,21,16,0.41,1.3424,0.19,1.2304 flyboy,flyboy,23,16,18,14,0.45,1.3802,0.19,1.2304 follicles,follicles,17,16,17,16,0.33,1.2553,0.19,1.2304 fondled,fondled,16,16,16,16,0.31,1.2304,0.19,1.2304 formulated,formulated,17,16,17,16,0.33,1.2553,0.19,1.2304 frailty,frailty,18,16,17,15,0.35,1.2788,0.19,1.2304 frankness,frankness,16,16,16,16,0.31,1.2304,0.19,1.2304 fraternize,fraternize,16,16,16,16,0.31,1.2304,0.19,1.2304 Freedman,freedman,42,16,0,0,0.82,1.6335,0.19,1.2304 freeloading,freeloading,18,16,15,14,0.35,1.2788,0.19,1.2304 freshening,freshening,18,16,15,13,0.35,1.2788,0.19,1.2304 freshest,freshest,16,16,15,15,0.31,1.2304,0.19,1.2304 frilly,frilly,16,16,16,16,0.31,1.2304,0.19,1.2304 fruition,fruition,17,16,17,16,0.33,1.2553,0.19,1.2304 fueling,fueling,20,16,18,15,0.39,1.3222,0.19,1.2304 fuelled,fuelled,18,16,17,15,0.35,1.2788,0.19,1.2304 fumbles,fumbles,16,16,15,15,0.31,1.2304,0.19,1.2304 funnies,funnies,19,16,19,16,0.37,1.3010,0.19,1.2304 furnaces,furnaces,19,16,18,16,0.37,1.3010,0.19,1.2304 Gael,gael,73,16,0,0,1.43,1.8692,0.19,1.2304 Gallup,gallup,31,16,8,3,0.61,1.5051,0.19,1.2304 gardenias,gardenias,25,16,21,14,0.49,1.4150,0.19,1.2304 gassy,gassy,22,16,19,15,0.43,1.3617,0.19,1.2304 gators,gators,25,16,22,14,0.49,1.4150,0.19,1.2304 genealogy,genealogy,21,16,18,14,0.41,1.3424,0.19,1.2304 Giuseppe,giuseppe,25,16,0,0,0.49,1.4150,0.19,1.2304 gnomes,gnomes,20,16,19,15,0.39,1.3222,0.19,1.2304 gobbledygook,gobbledygook,19,16,16,14,0.37,1.3010,0.19,1.2304 Goebbels,goebbels,21,16,0,0,0.41,1.3424,0.19,1.2304 gouging,gouging,18,16,17,15,0.35,1.2788,0.19,1.2304 gratefully,gratefully,16,16,16,16,0.31,1.2304,0.19,1.2304 gratis,gratis,18,16,13,12,0.35,1.2788,0.19,1.2304 gratuity,gratuity,16,16,16,16,0.31,1.2304,0.19,1.2304 gravestone,gravestone,17,16,17,16,0.33,1.2553,0.19,1.2304 griddle,griddle,18,16,17,15,0.35,1.2788,0.19,1.2304 grooms,grooms,20,16,20,16,0.39,1.3222,0.19,1.2304 grooving,grooving,16,16,13,13,0.31,1.2304,0.19,1.2304 groped,groped,20,16,20,16,0.39,1.3222,0.19,1.2304 grouse,grouse,23,16,20,14,0.45,1.3802,0.19,1.2304 guardianship,guardianship,25,16,22,16,0.49,1.4150,0.19,1.2304 hallucinogenic,hallucinogenic,17,16,17,16,0.33,1.2553,0.19,1.2304 hamsters,hamsters,20,16,17,14,0.39,1.3222,0.19,1.2304 handguns,handguns,20,16,20,16,0.39,1.3222,0.19,1.2304 handwritten,handwritten,17,16,17,16,0.33,1.2553,0.19,1.2304 Hanover,hanover,30,16,1,1,0.59,1.4914,0.19,1.2304 headfirst,headfirst,16,16,15,15,0.31,1.2304,0.19,1.2304 headgear,headgear,16,16,16,16,0.31,1.2304,0.19,1.2304 headquarter,headquarter,24,16,20,14,0.47,1.3979,0.19,1.2304 headsets,headsets,22,16,19,14,0.43,1.3617,0.19,1.2304 healers,healers,18,16,18,16,0.35,1.2788,0.19,1.2304 heartaches,heartaches,21,16,19,14,0.41,1.3424,0.19,1.2304 helplessly,helplessly,16,16,15,15,0.31,1.2304,0.19,1.2304 hemp,hemp,17,16,17,16,0.33,1.2553,0.19,1.2304 Hephaestus,hephaestus,50,16,0,0,0.98,1.7076,0.19,1.2304 hoes,hoes,26,16,23,14,0.51,1.4314,0.19,1.2304 Hogg,hogg,79,16,0,0,1.55,1.9031,0.19,1.2304 hollandaise,hollandaise,17,16,12,12,0.33,1.2553,0.19,1.2304 homemaker,homemaker,17,16,12,11,0.33,1.2553,0.19,1.2304 honing,honing,17,16,16,15,0.33,1.2553,0.19,1.2304 hoodwinked,hoodwinked,17,16,15,14,0.33,1.2553,0.19,1.2304 hotbed,hotbed,16,16,16,16,0.31,1.2304,0.19,1.2304 housecleaning,housecleaning,17,16,13,13,0.33,1.2553,0.19,1.2304 hoy,hoy,28,16,15,6,0.55,1.4624,0.19,1.2304 Huck,huck,18,16,1,1,0.35,1.2788,0.19,1.2304 hummus,hummus,19,16,16,15,0.37,1.3010,0.19,1.2304 humoring,humoring,17,16,16,15,0.33,1.2553,0.19,1.2304 hungover,hungover,16,16,15,15,0.31,1.2304,0.19,1.2304 husk,husk,21,16,20,15,0.41,1.3424,0.19,1.2304 hydrated,hydrated,16,16,14,14,0.31,1.2304,0.19,1.2304 hymen,hymen,25,16,20,14,0.49,1.4150,0.19,1.2304 idling,idling,20,16,18,15,0.39,1.3222,0.19,1.2304 impeachment,impeachment,29,16,28,16,0.57,1.4771,0.19,1.2304 implode,implode,17,16,17,16,0.33,1.2553,0.19,1.2304 incandescent,incandescent,17,16,16,16,0.33,1.2553,0.19,1.2304 incorrectly,incorrectly,17,16,17,16,0.33,1.2553,0.19,1.2304 incubation,incubation,21,16,20,16,0.41,1.3424,0.19,1.2304 indeterminate,indeterminate,18,16,16,15,0.35,1.2788,0.19,1.2304 indigent,indigent,24,16,22,16,0.47,1.3979,0.19,1.2304 induces,induces,17,16,15,14,0.33,1.2553,0.19,1.2304 industrious,industrious,17,16,16,15,0.33,1.2553,0.19,1.2304 inefficiency,inefficiency,16,16,16,16,0.31,1.2304,0.19,1.2304 inexperience,inexperience,16,16,15,15,0.31,1.2304,0.19,1.2304 infractions,infractions,17,16,17,16,0.33,1.2553,0.19,1.2304 inhibit,inhibit,17,16,17,16,0.33,1.2553,0.19,1.2304 inhibition,inhibition,22,16,22,16,0.43,1.3617,0.19,1.2304 injustices,injustices,16,16,16,16,0.31,1.2304,0.19,1.2304 instigated,instigated,19,16,17,16,0.37,1.3010,0.19,1.2304 instilled,instilled,16,16,16,16,0.31,1.2304,0.19,1.2304 inter,inter,18,16,15,14,0.35,1.2788,0.19,1.2304 interagency,interagency,20,16,18,15,0.39,1.3222,0.19,1.2304 intermediate,intermediate,23,16,18,16,0.45,1.3802,0.19,1.2304 interrogations,interrogations,17,16,16,15,0.33,1.2553,0.19,1.2304 interviewer,interviewer,22,16,21,16,0.43,1.3617,0.19,1.2304 introductory,introductory,17,16,16,15,0.33,1.2553,0.19,1.2304 irregularities,irregularities,19,16,19,16,0.37,1.3010,0.19,1.2304 irregularity,irregularity,20,16,19,15,0.39,1.3222,0.19,1.2304 irrevocable,irrevocable,19,16,18,15,0.37,1.3010,0.19,1.2304 isnt,isnt,22,16,16,14,0.43,1.3617,0.19,1.2304 jeering,jeering,20,16,17,14,0.39,1.3222,0.19,1.2304 jiggy,jiggy,26,16,19,13,0.51,1.4314,0.19,1.2304 Joie,joie,28,16,13,13,0.55,1.4624,0.19,1.2304 Jughead,jughead,31,16,8,8,0.61,1.5051,0.19,1.2304 juke,juke,24,16,23,15,0.47,1.3979,0.19,1.2304 jumble,jumble,16,16,13,13,0.31,1.2304,0.19,1.2304 juniors,juniors,24,16,18,13,0.47,1.3979,0.19,1.2304 justices,justices,23,16,15,13,0.45,1.3802,0.19,1.2304 Kashmir,kashmir,39,16,0,0,0.76,1.6021,0.19,1.2304 Kc,kc,26,16,3,2,0.51,1.4314,0.19,1.2304 Kensington,kensington,42,16,0,0,0.82,1.6335,0.19,1.2304 khakis,khakis,19,16,18,15,0.37,1.3010,0.19,1.2304 kidnaps,kidnaps,17,16,16,16,0.33,1.2553,0.19,1.2304 kilometres,kilometres,22,16,22,16,0.43,1.3617,0.19,1.2304 Kl,kl,19,16,3,1,0.37,1.3010,0.19,1.2304 Krispies,krispies,22,16,1,1,0.43,1.3617,0.19,1.2304 laminated,laminated,18,16,15,15,0.35,1.2788,0.19,1.2304 landowner,landowner,19,16,19,16,0.37,1.3010,0.19,1.2304 laryngitis,laryngitis,23,16,18,14,0.45,1.3802,0.19,1.2304 laudanum,laudanum,26,16,20,14,0.51,1.4314,0.19,1.2304 leaded,leaded,23,16,18,13,0.45,1.3802,0.19,1.2304 leapfrog,leapfrog,18,16,16,15,0.35,1.2788,0.19,1.2304 leotard,leotard,20,16,19,15,0.39,1.3222,0.19,1.2304 letdown,letdown,17,16,17,16,0.33,1.2553,0.19,1.2304 lethargic,lethargic,16,16,16,16,0.31,1.2304,0.19,1.2304 Lien,lien,29,16,11,11,0.57,1.4771,0.19,1.2304 lightness,lightness,20,16,17,14,0.39,1.3222,0.19,1.2304 limousines,limousines,20,16,20,16,0.39,1.3222,0.19,1.2304 lingers,lingers,20,16,18,14,0.39,1.3222,0.19,1.2304 linguini,linguini,22,16,18,14,0.43,1.3617,0.19,1.2304 linguistic,linguistic,18,16,17,15,0.35,1.2788,0.19,1.2304 lioness,lioness,17,16,16,15,0.33,1.2553,0.19,1.2304 littler,littler,16,16,16,16,0.31,1.2304,0.19,1.2304 looping,looping,17,16,14,14,0.33,1.2553,0.19,1.2304 loosens,loosens,20,16,20,16,0.39,1.3222,0.19,1.2304 looters,looters,20,16,17,13,0.39,1.3222,0.19,1.2304 lovelorn,lovelorn,16,16,13,13,0.31,1.2304,0.19,1.2304 lunge,lunge,24,16,20,14,0.47,1.3979,0.19,1.2304 ly,ly,48,16,43,12,0.94,1.6902,0.19,1.2304 Magdalene,magdalene,32,16,0,0,0.63,1.5185,0.19,1.2304 Magenta,magenta,32,16,13,10,0.63,1.5185,0.19,1.2304 malevolent,malevolent,18,16,17,15,0.35,1.2788,0.19,1.2304 Mali,mali,54,16,0,0,1.06,1.7404,0.19,1.2304 mandible,mandible,30,16,17,15,0.59,1.4914,0.19,1.2304 mandolin,mandolin,24,16,21,14,0.47,1.3979,0.19,1.2304 mantelpiece,mantelpiece,18,16,18,16,0.35,1.2788,0.19,1.2304 manufactures,manufactures,18,16,18,16,0.35,1.2788,0.19,1.2304 mares,mares,21,16,13,13,0.41,1.3424,0.19,1.2304 marinated,marinated,18,16,15,13,0.35,1.2788,0.19,1.2304 Mariners,mariners,30,16,4,4,0.59,1.4914,0.19,1.2304 martyred,martyred,17,16,17,16,0.33,1.2553,0.19,1.2304 masturbated,masturbated,18,16,18,16,0.35,1.2788,0.19,1.2304 maul,maul,16,16,15,15,0.31,1.2304,0.19,1.2304 Medicaid,medicaid,37,16,1,1,0.73,1.5798,0.19,1.2304 mellowed,mellowed,17,16,17,16,0.33,1.2553,0.19,1.2304 Merc,merc,19,16,6,6,0.37,1.3010,0.19,1.2304 mercifully,mercifully,16,16,11,11,0.31,1.2304,0.19,1.2304 mermaids,mermaids,20,16,17,14,0.39,1.3222,0.19,1.2304 mettle,mettle,17,16,17,16,0.33,1.2553,0.19,1.2304 microbes,microbes,25,16,24,15,0.49,1.4150,0.19,1.2304 miniskirt,miniskirt,19,16,18,15,0.37,1.3010,0.19,1.2304 misbehaving,misbehaving,16,16,16,16,0.31,1.2304,0.19,1.2304 miscarriages,miscarriages,18,16,18,16,0.35,1.2788,0.19,1.2304 misfire,misfire,21,16,13,11,0.41,1.3424,0.19,1.2304 misused,misused,16,16,16,16,0.31,1.2304,0.19,1.2304 mobsters,mobsters,17,16,17,16,0.33,1.2553,0.19,1.2304 modes,modes,16,16,14,14,0.31,1.2304,0.19,1.2304 molting,molting,19,16,19,16,0.37,1.3010,0.19,1.2304 morose,morose,18,16,15,14,0.35,1.2788,0.19,1.2304 motherland,motherland,24,16,22,14,0.47,1.3979,0.19,1.2304 moustaches,moustaches,19,16,18,16,0.37,1.3010,0.19,1.2304 Muffy,muffy,88,16,0,0,1.73,1.9494,0.19,1.2304 multiplex,multiplex,20,16,15,12,0.39,1.3222,0.19,1.2304 musculature,musculature,17,16,16,15,0.33,1.2553,0.19,1.2304 mussels,mussels,29,16,28,15,0.57,1.4771,0.19,1.2304 nags,nags,19,16,17,15,0.37,1.3010,0.19,1.2304 neath,neath,34,16,26,11,0.67,1.5441,0.19,1.2304 negotiators,negotiators,22,16,18,13,0.43,1.3617,0.19,1.2304 neighs,neighs,33,16,29,14,0.65,1.5315,0.19,1.2304 neutrality,neutrality,17,16,15,14,0.33,1.2553,0.19,1.2304 nothings,nothings,20,16,16,14,0.39,1.3222,0.19,1.2304 Nyet,nyet,29,16,7,7,0.57,1.4771,0.19,1.2304 obliging,obliging,17,16,16,16,0.33,1.2553,0.19,1.2304 oeuvre,oeuvre,17,16,16,15,0.33,1.2553,0.19,1.2304 offing,offing,16,16,15,15,0.31,1.2304,0.19,1.2304 okra,okra,26,16,15,12,0.51,1.4314,0.19,1.2304 omelets,omelets,16,16,16,16,0.31,1.2304,0.19,1.2304 Ophelia,ophelia,29,16,1,1,0.57,1.4771,0.19,1.2304 Orca,orca,33,16,14,9,0.65,1.5315,0.19,1.2304 organizers,organizers,20,16,20,16,0.39,1.3222,0.19,1.2304 outposts,outposts,18,16,18,16,0.35,1.2788,0.19,1.2304 outset,outset,16,16,15,15,0.31,1.2304,0.19,1.2304 overloading,overloading,17,16,15,15,0.33,1.2553,0.19,1.2304 oversexed,oversexed,16,16,16,16,0.31,1.2304,0.19,1.2304 overshot,overshot,18,16,16,14,0.35,1.2788,0.19,1.2304 overwork,overwork,18,16,16,15,0.35,1.2788,0.19,1.2304 pacify,pacify,20,16,19,15,0.39,1.3222,0.19,1.2304 paddies,paddies,19,16,19,16,0.37,1.3010,0.19,1.2304 paintbrush,paintbrush,27,16,24,16,0.53,1.4472,0.19,1.2304 palpitations,palpitations,17,16,17,16,0.33,1.2553,0.19,1.2304 paragraphs,paragraphs,16,16,16,16,0.31,1.2304,0.19,1.2304 paralyzing,paralyzing,17,16,16,16,0.33,1.2553,0.19,1.2304 parcels,parcels,40,16,39,16,0.78,1.6128,0.19,1.2304 pardner,pardner,72,16,37,15,1.41,1.8633,0.19,1.2304 Pascal,pascal,55,16,0,0,1.08,1.7482,0.19,1.2304 patties,patties,23,16,20,15,0.45,1.3802,0.19,1.2304 pausing,pausing,16,16,14,14,0.31,1.2304,0.19,1.2304 Pax,pax,43,16,2,2,0.84,1.6435,0.19,1.2304 peering,peering,17,16,16,15,0.33,1.2553,0.19,1.2304 pensive,pensive,19,16,18,15,0.37,1.3010,0.19,1.2304 Perfecto,perfecto,20,16,7,4,0.39,1.3222,0.19,1.2304 perjured,perjured,25,16,24,16,0.49,1.4150,0.19,1.2304 perpetuity,perpetuity,17,16,17,16,0.33,1.2553,0.19,1.2304 perversions,perversions,19,16,19,16,0.37,1.3010,0.19,1.2304 pests,pests,17,16,16,15,0.33,1.2553,0.19,1.2304 peyote,peyote,39,16,31,14,0.76,1.6021,0.19,1.2304 phasers,phasers,33,16,26,14,0.65,1.5315,0.19,1.2304 Philippine,philippine,27,16,0,0,0.53,1.4472,0.19,1.2304 philistines,philistines,32,16,18,5,0.63,1.5185,0.19,1.2304 phobias,phobias,18,16,18,16,0.35,1.2788,0.19,1.2304 physiologically,physiologically,17,16,14,14,0.33,1.2553,0.19,1.2304 Picard,picard,78,16,0,0,1.53,1.8976,0.19,1.2304 pigmentation,pigmentation,16,16,16,16,0.31,1.2304,0.19,1.2304 pinata,pinata,21,16,19,15,0.41,1.3424,0.19,1.2304 Pippin,pippin,68,16,4,4,1.33,1.8388,0.19,1.2304 pithy,pithy,20,16,12,10,0.39,1.3222,0.19,1.2304 placate,placate,19,16,18,16,0.37,1.3010,0.19,1.2304 Placid,placid,29,16,11,11,0.57,1.4771,0.19,1.2304 plaintiffs,plaintiffs,39,16,39,16,0.76,1.6021,0.19,1.2304 playthings,playthings,19,16,16,15,0.37,1.3010,0.19,1.2304 pledging,pledging,19,16,18,16,0.37,1.3010,0.19,1.2304 plexus,plexus,17,16,15,14,0.33,1.2553,0.19,1.2304 plummeting,plummeting,20,16,18,15,0.39,1.3222,0.19,1.2304 poach,poach,17,16,16,15,0.33,1.2553,0.19,1.2304 pocketknife,pocketknife,17,16,16,15,0.33,1.2553,0.19,1.2304 politic,politic,18,16,18,16,0.35,1.2788,0.19,1.2304 Polynesian,polynesian,21,16,0,0,0.41,1.3424,0.19,1.2304 populations,populations,19,16,19,16,0.37,1.3010,0.19,1.2304 posers,posers,17,16,13,12,0.33,1.2553,0.19,1.2304 pre,pre,20,16,18,14,0.39,1.3222,0.19,1.2304 prearranged,prearranged,16,16,15,15,0.31,1.2304,0.19,1.2304 preconceived,preconceived,16,16,16,16,0.31,1.2304,0.19,1.2304 prescribing,prescribing,24,16,24,16,0.47,1.3979,0.19,1.2304 prevalent,prevalent,16,16,16,16,0.31,1.2304,0.19,1.2304 prides,prides,21,16,20,15,0.41,1.3424,0.19,1.2304 pried,pried,17,16,16,15,0.33,1.2553,0.19,1.2304 primrose,primrose,20,16,11,10,0.39,1.3222,0.19,1.2304 procured,procured,17,16,17,16,0.33,1.2553,0.19,1.2304 prodded,prodded,16,16,16,16,0.31,1.2304,0.19,1.2304 proficiency,proficiency,21,16,20,16,0.41,1.3424,0.19,1.2304 profited,profited,17,16,17,16,0.33,1.2553,0.19,1.2304 profusely,profusely,16,16,16,16,0.31,1.2304,0.19,1.2304 prologue,prologue,20,16,17,13,0.39,1.3222,0.19,1.2304 prompting,prompting,16,16,16,16,0.31,1.2304,0.19,1.2304 propellers,propellers,23,16,22,15,0.45,1.3802,0.19,1.2304 propped,propped,16,16,15,15,0.31,1.2304,0.19,1.2304 Proverbs,proverbs,17,16,7,7,0.33,1.2553,0.19,1.2304 provost,provost,36,16,31,14,0.71,1.5682,0.19,1.2304 pubs,pubs,18,16,16,14,0.35,1.2788,0.19,1.2304 Quasimodo,quasimodo,55,16,0,0,1.08,1.7482,0.19,1.2304 racehorses,racehorses,17,16,16,15,0.33,1.2553,0.19,1.2304 radiating,radiating,16,16,14,14,0.31,1.2304,0.19,1.2304 Ramada,ramada,30,16,0,0,0.59,1.4914,0.19,1.2304 ramblings,ramblings,19,16,19,16,0.37,1.3010,0.19,1.2304 reactivate,reactivate,19,16,17,14,0.37,1.3010,0.19,1.2304 realms,realms,32,16,32,16,0.63,1.5185,0.19,1.2304 reappear,reappear,17,16,16,15,0.33,1.2553,0.19,1.2304 recesses,recesses,17,16,17,16,0.33,1.2553,0.19,1.2304 recognises,recognises,19,16,19,16,0.37,1.3010,0.19,1.2304 recuperate,recuperate,18,16,16,15,0.35,1.2788,0.19,1.2304 redesign,redesign,24,16,21,16,0.47,1.3979,0.19,1.2304 reeds,reeds,16,16,16,16,0.31,1.2304,0.19,1.2304 reelected,reelected,19,16,19,16,0.37,1.3010,0.19,1.2304 refrigeration,refrigeration,17,16,16,15,0.33,1.2553,0.19,1.2304 regionals,regionals,30,16,22,12,0.59,1.4914,0.19,1.2304 regularity,regularity,16,16,16,16,0.31,1.2304,0.19,1.2304 regulated,regulated,18,16,18,16,0.35,1.2788,0.19,1.2304 relieves,relieves,16,16,16,16,0.31,1.2304,0.19,1.2304 remix,remix,16,16,14,14,0.31,1.2304,0.19,1.2304 repossessed,repossessed,23,16,18,14,0.45,1.3802,0.19,1.2304 resection,resection,23,16,21,14,0.45,1.3802,0.19,1.2304 Reseda,reseda,24,16,0,0,0.47,1.3979,0.19,1.2304 resenting,resenting,21,16,21,16,0.41,1.3424,0.19,1.2304 resonate,resonate,16,16,15,15,0.31,1.2304,0.19,1.2304 restlessness,restlessness,16,16,16,16,0.31,1.2304,0.19,1.2304 retching,retching,19,16,19,16,0.37,1.3010,0.19,1.2304 reverses,reverses,17,16,17,16,0.33,1.2553,0.19,1.2304 rewrites,rewrites,23,16,19,14,0.45,1.3802,0.19,1.2304 rifling,rifling,19,16,19,16,0.37,1.3010,0.19,1.2304 rile,rile,17,16,17,16,0.33,1.2553,0.19,1.2304 riser,riser,18,16,15,15,0.35,1.2788,0.19,1.2304 Rn,rn,18,16,2,2,0.35,1.2788,0.19,1.2304 rockers,rockers,22,16,17,13,0.43,1.3617,0.19,1.2304 romping,romping,19,16,13,12,0.37,1.3010,0.19,1.2304 roosters,roosters,16,16,14,14,0.31,1.2304,0.19,1.2304 rpm,rpm,20,16,15,12,0.39,1.3222,0.19,1.2304 ruffians,ruffians,16,16,16,16,0.31,1.2304,0.19,1.2304 sagging,sagging,16,16,15,15,0.31,1.2304,0.19,1.2304 saintly,saintly,17,16,17,16,0.33,1.2553,0.19,1.2304 salivating,salivating,16,16,16,16,0.31,1.2304,0.19,1.2304 Sanka,sanka,56,16,1,1,1.10,1.7559,0.19,1.2304 Santy,santy,31,16,1,1,0.61,1.5051,0.19,1.2304 Sao,sao,25,16,0,0,0.49,1.4150,0.19,1.2304 Sardinia,sardinia,22,16,0,0,0.43,1.3617,0.19,1.2304 savagely,savagely,17,16,17,16,0.33,1.2553,0.19,1.2304 scammed,scammed,17,16,17,16,0.33,1.2553,0.19,1.2304 schmo,schmo,23,16,17,14,0.45,1.3802,0.19,1.2304 scissor,scissor,18,16,13,11,0.35,1.2788,0.19,1.2304 scopes,scopes,25,16,23,14,0.49,1.4150,0.19,1.2304 scorcher,scorcher,19,16,18,15,0.37,1.3010,0.19,1.2304 scuff,scuff,23,16,22,16,0.45,1.3802,0.19,1.2304 sculpted,sculpted,16,16,14,14,0.31,1.2304,0.19,1.2304 scurrying,scurrying,16,16,16,16,0.31,1.2304,0.19,1.2304 seamless,seamless,16,16,15,15,0.31,1.2304,0.19,1.2304 seance,seance,23,16,22,16,0.45,1.3802,0.19,1.2304 searing,searing,16,16,12,12,0.31,1.2304,0.19,1.2304 Seder,seder,82,16,17,6,1.61,1.9191,0.19,1.2304 seekers,seekers,21,16,21,16,0.41,1.3424,0.19,1.2304 Sentinel,sentinel,27,16,12,9,0.53,1.4472,0.19,1.2304 shallows,shallows,20,16,20,16,0.39,1.3222,0.19,1.2304 shipmate,shipmate,17,16,17,16,0.33,1.2553,0.19,1.2304 shitfaced,shitfaced,21,16,21,16,0.41,1.3424,0.19,1.2304 shiv,shiv,17,16,15,14,0.33,1.2553,0.19,1.2304 shortages,shortages,23,16,20,15,0.45,1.3802,0.19,1.2304 shortsighted,shortsighted,18,16,16,16,0.35,1.2788,0.19,1.2304 showman,showman,17,16,13,12,0.33,1.2553,0.19,1.2304 shrubbery,shrubbery,18,16,18,16,0.35,1.2788,0.19,1.2304 Sig,sig,21,16,5,3,0.41,1.3424,0.19,1.2304 simp,simp,18,16,15,14,0.35,1.2788,0.19,1.2304 sinning,sinning,19,16,18,15,0.37,1.3010,0.19,1.2304 skiff,skiff,37,16,37,16,0.73,1.5798,0.19,1.2304 slanted,slanted,17,16,16,15,0.33,1.2553,0.19,1.2304 slider,slider,20,16,13,13,0.39,1.3222,0.19,1.2304 slobber,slobber,22,16,19,14,0.43,1.3617,0.19,1.2304 smackers,smackers,23,16,22,15,0.45,1.3802,0.19,1.2304 smidge,smidge,17,16,17,16,0.33,1.2553,0.19,1.2304 smooch,smooch,24,16,17,14,0.47,1.3979,0.19,1.2304 snacking,snacking,18,16,18,16,0.35,1.2788,0.19,1.2304 snipe,snipe,18,16,18,16,0.35,1.2788,0.19,1.2304 snobbish,snobbish,16,16,14,14,0.31,1.2304,0.19,1.2304 snowplow,snowplow,20,16,17,13,0.39,1.3222,0.19,1.2304 snub,snub,20,16,18,15,0.39,1.3222,0.19,1.2304 somber,somber,16,16,15,15,0.31,1.2304,0.19,1.2304 somersault,somersault,25,16,23,14,0.49,1.4150,0.19,1.2304 Somerset,somerset,43,16,1,1,0.84,1.6435,0.19,1.2304 sou,sou,23,16,21,14,0.45,1.3802,0.19,1.2304 soybean,soybean,25,16,22,14,0.49,1.4150,0.19,1.2304 Spaniard,spaniard,25,16,1,1,0.49,1.4150,0.19,1.2304 spans,spans,19,16,19,16,0.37,1.3010,0.19,1.2304 spawning,spawning,26,16,25,15,0.51,1.4314,0.19,1.2304 spines,spines,16,16,16,16,0.31,1.2304,0.19,1.2304 Spokane,spokane,24,16,0,0,0.47,1.3979,0.19,1.2304 spritzer,spritzer,28,16,21,14,0.55,1.4624,0.19,1.2304 squealer,squealer,33,16,30,14,0.65,1.5315,0.19,1.2304 stallions,stallions,26,16,15,12,0.51,1.4314,0.19,1.2304 steeple,steeple,21,16,21,16,0.41,1.3424,0.19,1.2304 stifling,stifling,17,16,17,16,0.33,1.2553,0.19,1.2304 stilts,stilts,20,16,17,16,0.39,1.3222,0.19,1.2304 strapless,strapless,20,16,19,15,0.39,1.3222,0.19,1.2304 Stravinsky,stravinsky,21,16,0,0,0.41,1.3424,0.19,1.2304 streamers,streamers,19,16,19,16,0.37,1.3010,0.19,1.2304 streetlight,streetlight,25,16,24,15,0.49,1.4150,0.19,1.2304 strengthens,strengthens,17,16,17,16,0.33,1.2553,0.19,1.2304 stringy,stringy,21,16,18,15,0.41,1.3424,0.19,1.2304 struts,struts,17,16,14,14,0.33,1.2553,0.19,1.2304 subletting,subletting,21,16,19,15,0.41,1.3424,0.19,1.2304 subsidize,subsidize,16,16,15,15,0.31,1.2304,0.19,1.2304 subspecies,subspecies,18,16,16,14,0.35,1.2788,0.19,1.2304 substituted,substituted,19,16,19,16,0.37,1.3010,0.19,1.2304 substitutes,substitutes,17,16,17,16,0.33,1.2553,0.19,1.2304 sulfate,sulfate,20,16,20,16,0.39,1.3222,0.19,1.2304 surmise,surmise,18,16,16,15,0.35,1.2788,0.19,1.2304 Sussex,sussex,25,16,0,0,0.49,1.4150,0.19,1.2304 swimsuits,swimsuits,22,16,22,16,0.43,1.3617,0.19,1.2304 swordplay,swordplay,24,16,23,15,0.47,1.3979,0.19,1.2304 syllabus,syllabus,28,16,18,15,0.55,1.4624,0.19,1.2304 taffeta,taffeta,19,16,17,16,0.37,1.3010,0.19,1.2304 taketh,taketh,18,16,18,16,0.35,1.2788,0.19,1.2304 Talmud,talmud,47,16,0,0,0.92,1.6812,0.19,1.2304 tantamount,tantamount,17,16,14,14,0.33,1.2553,0.19,1.2304 tasked,tasked,17,16,17,16,0.33,1.2553,0.19,1.2304 Tawny,tawny,33,16,3,3,0.65,1.5315,0.19,1.2304 teardrops,teardrops,30,16,19,16,0.59,1.4914,0.19,1.2304 telephoto,telephoto,16,16,14,14,0.31,1.2304,0.19,1.2304 telex,telex,25,16,24,15,0.49,1.4150,0.19,1.2304 telltale,telltale,18,16,14,12,0.35,1.2788,0.19,1.2304 tendons,tendons,18,16,17,15,0.35,1.2788,0.19,1.2304 tethered,tethered,20,16,20,16,0.39,1.3222,0.19,1.2304 thesaurus,thesaurus,20,16,16,13,0.39,1.3222,0.19,1.2304 thirdly,thirdly,17,16,11,11,0.33,1.2553,0.19,1.2304 thorax,thorax,20,16,18,14,0.39,1.3222,0.19,1.2304 Thorny,thorny,36,16,15,12,0.71,1.5682,0.19,1.2304 Thorpe,thorpe,108,16,0,0,2.12,2.0374,0.19,1.2304 thrifty,thrifty,16,16,14,14,0.31,1.2304,0.19,1.2304 thrower,thrower,24,16,23,16,0.47,1.3979,0.19,1.2304 thwart,thwart,17,16,16,15,0.33,1.2553,0.19,1.2304 tiller,tiller,20,16,20,16,0.39,1.3222,0.19,1.2304 toddle,toddle,17,16,16,15,0.33,1.2553,0.19,1.2304 toffee,toffee,22,16,20,14,0.43,1.3617,0.19,1.2304 tomfoolery,tomfoolery,17,16,17,16,0.33,1.2553,0.19,1.2304 Toms,toms,25,16,3,3,0.49,1.4150,0.19,1.2304 toned,toned,18,16,18,16,0.35,1.2788,0.19,1.2304 tooting,tooting,19,16,19,16,0.37,1.3010,0.19,1.2304 torments,torments,16,16,16,16,0.31,1.2304,0.19,1.2304 transvestites,transvestites,23,16,21,14,0.45,1.3802,0.19,1.2304 tremors,tremors,22,16,21,16,0.43,1.3617,0.19,1.2304 tribulations,tribulations,19,16,19,16,0.37,1.3010,0.19,1.2304 trivialize,trivialize,16,16,16,16,0.31,1.2304,0.19,1.2304 trotting,trotting,16,16,15,15,0.31,1.2304,0.19,1.2304 trouser,trouser,20,16,19,15,0.39,1.3222,0.19,1.2304 trousseau,trousseau,20,16,19,15,0.39,1.3222,0.19,1.2304 tucks,tucks,24,16,17,15,0.47,1.3979,0.19,1.2304 turntable,turntable,18,16,16,15,0.35,1.2788,0.19,1.2304 unappealing,unappealing,16,16,16,16,0.31,1.2304,0.19,1.2304 unassuming,unassuming,17,16,17,16,0.33,1.2553,0.19,1.2304 unbuttoned,unbuttoned,18,16,18,16,0.35,1.2788,0.19,1.2304 unconstitutional,unconstitutional,16,16,16,16,0.31,1.2304,0.19,1.2304 undecided,undecided,18,16,14,13,0.35,1.2788,0.19,1.2304 undertow,undertow,27,16,20,13,0.53,1.4472,0.19,1.2304 unequivocally,unequivocally,16,16,15,15,0.31,1.2304,0.19,1.2304 uninhabitable,uninhabitable,16,16,15,15,0.31,1.2304,0.19,1.2304 uninteresting,uninteresting,16,16,16,16,0.31,1.2304,0.19,1.2304 uniqueness,uniqueness,18,16,18,16,0.35,1.2788,0.19,1.2304 unknowingly,unknowingly,18,16,18,16,0.35,1.2788,0.19,1.2304 unleaded,unleaded,18,16,17,15,0.35,1.2788,0.19,1.2304 unloved,unloved,18,16,17,15,0.35,1.2788,0.19,1.2304 unnerving,unnerving,18,16,18,16,0.35,1.2788,0.19,1.2304 unobtrusive,unobtrusive,17,16,15,14,0.33,1.2553,0.19,1.2304 unprincipled,unprincipled,16,16,16,16,0.31,1.2304,0.19,1.2304 unsigned,unsigned,20,16,16,14,0.39,1.3222,0.19,1.2304 unsubstantiated,unsubstantiated,16,16,15,15,0.31,1.2304,0.19,1.2304 untapped,untapped,16,16,16,16,0.31,1.2304,0.19,1.2304 untoward,untoward,18,16,18,16,0.35,1.2788,0.19,1.2304 unwarranted,unwarranted,19,16,19,16,0.37,1.3010,0.19,1.2304 utilized,utilized,16,16,16,16,0.31,1.2304,0.19,1.2304 utilizing,utilizing,18,16,15,14,0.35,1.2788,0.19,1.2304 vacated,vacated,16,16,16,16,0.31,1.2304,0.19,1.2304 vaccines,vaccines,23,16,21,16,0.45,1.3802,0.19,1.2304 verbatim,verbatim,17,16,14,14,0.33,1.2553,0.19,1.2304 villainous,villainous,16,16,15,15,0.31,1.2304,0.19,1.2304 visionaries,visionaries,17,16,14,13,0.33,1.2553,0.19,1.2304 Vita,vita,20,16,7,6,0.39,1.3222,0.19,1.2304 voyages,voyages,17,16,17,16,0.33,1.2553,0.19,1.2304 vulgarity,vulgarity,18,16,18,16,0.35,1.2788,0.19,1.2304 waif,waif,17,16,16,15,0.33,1.2553,0.19,1.2304 waked,waked,18,16,18,16,0.35,1.2788,0.19,1.2304 wannabes,wannabes,17,16,16,15,0.33,1.2553,0.19,1.2304 weathered,weathered,17,16,16,15,0.33,1.2553,0.19,1.2304 weirdly,weirdly,18,16,16,15,0.35,1.2788,0.19,1.2304 whatshisname,whatshisname,19,16,13,11,0.37,1.3010,0.19,1.2304 whirs,whirs,18,16,17,15,0.35,1.2788,0.19,1.2304 whupping,whupping,16,16,16,16,0.31,1.2304,0.19,1.2304 whys,whys,16,16,14,14,0.31,1.2304,0.19,1.2304 Wicca,wicca,25,16,3,2,0.49,1.4150,0.19,1.2304 wiggles,wiggles,20,16,14,12,0.39,1.3222,0.19,1.2304 winded,winded,18,16,17,15,0.35,1.2788,0.19,1.2304 wiry,wiry,18,16,18,16,0.35,1.2788,0.19,1.2304 woodshed,woodshed,22,16,22,16,0.43,1.3617,0.19,1.2304 woolen,woolen,29,16,24,15,0.57,1.4771,0.19,1.2304 workable,workable,17,16,17,16,0.33,1.2553,0.19,1.2304 wrangle,wrangle,18,16,18,16,0.35,1.2788,0.19,1.2304 Wrigley,wrigley,19,16,0,0,0.37,1.3010,0.19,1.2304 wringing,wringing,17,16,17,16,0.33,1.2553,0.19,1.2304 yarmulke,yarmulke,19,16,18,16,0.37,1.3010,0.19,1.2304 yesterdays,yesterdays,23,16,19,14,0.45,1.3802,0.19,1.2304 Yuk,yuk,20,16,5,4,0.39,1.3222,0.19,1.2304 Zeta,zeta,21,16,3,3,0.41,1.3424,0.19,1.2304 zigzag,zigzag,23,16,14,13,0.45,1.3802,0.19,1.2304 Zion,zion,66,16,0,0,1.29,1.8261,0.19,1.2304 aback,aback,15,15,15,15,0.29,1.2041,0.18,1.2041 abrasion,abrasion,18,15,15,13,0.35,1.2788,0.18,1.2041 absinthe,absinthe,28,15,16,9,0.55,1.4624,0.18,1.2041 absolved,absolved,15,15,15,15,0.29,1.2041,0.18,1.2041 absurdly,absurdly,15,15,13,13,0.29,1.2041,0.18,1.2041 Ack,ack,29,15,8,7,0.57,1.4771,0.18,1.2041 acrylic,acrylic,23,15,21,14,0.45,1.3802,0.18,1.2041 activates,activates,16,15,16,15,0.31,1.2304,0.18,1.2041 adjustable,adjustable,16,15,16,15,0.31,1.2304,0.18,1.2041 adrenal,adrenal,16,15,14,13,0.31,1.2304,0.18,1.2041 affiliates,affiliates,17,15,16,14,0.33,1.2553,0.18,1.2041 aflame,aflame,17,15,16,15,0.33,1.2553,0.18,1.2041 ageless,ageless,15,15,15,15,0.29,1.2041,0.18,1.2041 agin,agin,21,15,21,15,0.41,1.3424,0.18,1.2041 airsick,airsick,16,15,15,14,0.31,1.2304,0.18,1.2041 Aladdin,aladdin,85,15,0,0,1.67,1.9345,0.18,1.2041 alliances,alliances,16,15,15,14,0.31,1.2304,0.18,1.2041 alls,alls,19,15,11,11,0.37,1.3010,0.18,1.2041 aloe,aloe,15,15,13,13,0.29,1.2041,0.18,1.2041 Amarillo,amarillo,37,15,0,0,0.73,1.5798,0.18,1.2041 amplified,amplified,16,15,15,14,0.31,1.2304,0.18,1.2041 amplifier,amplifier,16,15,16,15,0.31,1.2304,0.18,1.2041 amplify,amplify,19,15,17,13,0.37,1.3010,0.18,1.2041 anatomical,anatomical,16,15,14,13,0.31,1.2304,0.18,1.2041 anatomically,anatomically,16,15,13,12,0.31,1.2304,0.18,1.2041 Angola,angola,22,15,0,0,0.43,1.3617,0.18,1.2041 appellate,appellate,17,15,16,14,0.33,1.2553,0.18,1.2041 arenas,arenas,21,15,14,13,0.41,1.3424,0.18,1.2041 Armenians,armenians,42,15,1,1,0.82,1.6335,0.18,1.2041 arousal,arousal,19,15,16,12,0.37,1.3010,0.18,1.2041 artefacts,artefacts,22,15,18,14,0.43,1.3617,0.18,1.2041 astrological,astrological,15,15,14,14,0.29,1.2041,0.18,1.2041 astronomers,astronomers,18,15,18,15,0.35,1.2788,0.18,1.2041 auditor,auditor,24,15,23,14,0.47,1.3979,0.18,1.2041 Avalon,avalon,128,15,1,1,2.51,2.1106,0.18,1.2041 averse,averse,15,15,15,15,0.29,1.2041,0.18,1.2041 Aztecs,aztecs,23,15,1,1,0.45,1.3802,0.18,1.2041 backsides,backsides,15,15,15,15,0.29,1.2041,0.18,1.2041 badder,badder,20,15,17,14,0.39,1.3222,0.18,1.2041 badminton,badminton,19,15,14,13,0.37,1.3010,0.18,1.2041 baffles,baffles,19,15,18,15,0.37,1.3010,0.18,1.2041 baffling,baffling,15,15,13,13,0.29,1.2041,0.18,1.2041 bally,bally,17,15,10,9,0.33,1.2553,0.18,1.2041 banshees,banshees,20,15,12,11,0.39,1.3222,0.18,1.2041 bared,bared,18,15,18,15,0.35,1.2788,0.18,1.2041 barfing,barfing,20,15,15,14,0.39,1.3222,0.18,1.2041 barked,barked,18,15,17,14,0.35,1.2788,0.18,1.2041 bartending,bartending,16,15,14,13,0.31,1.2304,0.18,1.2041 basketballs,basketballs,17,15,15,14,0.33,1.2553,0.18,1.2041 bassinet,bassinet,18,15,18,15,0.35,1.2788,0.18,1.2041 baste,baste,18,15,13,12,0.35,1.2788,0.18,1.2041 bathtubs,bathtubs,16,15,15,15,0.31,1.2304,0.18,1.2041 Batten,batten,22,15,10,10,0.43,1.3617,0.18,1.2041 beckoning,beckoning,16,15,12,12,0.31,1.2304,0.18,1.2041 bedpost,bedpost,16,15,16,15,0.31,1.2304,0.18,1.2041 Beefsteak,beefsteak,37,15,18,10,0.73,1.5798,0.18,1.2041 beefy,beefy,16,15,13,13,0.31,1.2304,0.18,1.2041 beholder,beholder,15,15,15,15,0.29,1.2041,0.18,1.2041 behoove,behoove,15,15,15,15,0.29,1.2041,0.18,1.2041 belittling,belittling,16,15,15,15,0.31,1.2304,0.18,1.2041 beneficiaries,beneficiaries,17,15,17,15,0.33,1.2553,0.18,1.2041 Benjamins,benjamins,20,15,1,1,0.39,1.3222,0.18,1.2041 Berger,berger,116,15,2,2,2.27,2.0682,0.18,1.2041 Bertram,bertram,48,15,0,0,0.94,1.6902,0.18,1.2041 bicentennial,bicentennial,22,15,16,13,0.43,1.3617,0.18,1.2041 bicker,bicker,25,15,20,15,0.49,1.4150,0.18,1.2041 biking,biking,28,15,28,15,0.55,1.4624,0.18,1.2041 biographer,biographer,22,15,22,15,0.43,1.3617,0.18,1.2041 Birdy,birdy,54,15,14,11,1.06,1.7404,0.18,1.2041 bisque,bisque,20,15,20,15,0.39,1.3222,0.18,1.2041 Bitsy,bitsy,45,15,10,7,0.88,1.6628,0.18,1.2041 blam,blam,22,15,13,10,0.43,1.3617,0.18,1.2041 blouses,blouses,19,15,17,15,0.37,1.3010,0.18,1.2041 blunts,blunts,18,15,17,14,0.35,1.2788,0.18,1.2041 boasts,boasts,16,15,16,15,0.31,1.2304,0.18,1.2041 bobcat,bobcat,20,15,10,10,0.39,1.3222,0.18,1.2041 bolster,bolster,16,15,15,14,0.31,1.2304,0.18,1.2041 bombarding,bombarding,16,15,16,15,0.31,1.2304,0.18,1.2041 boonies,boonies,17,15,16,15,0.33,1.2553,0.18,1.2041 botch,botch,16,15,16,15,0.31,1.2304,0.18,1.2041 bothersome,bothersome,16,15,15,15,0.31,1.2304,0.18,1.2041 Bottleneck,bottleneck,26,15,12,12,0.51,1.4314,0.18,1.2041 bouillabaisse,bouillabaisse,19,15,18,14,0.37,1.3010,0.18,1.2041 boundless,boundless,15,15,15,15,0.29,1.2041,0.18,1.2041 breadwinner,breadwinner,16,15,16,15,0.31,1.2304,0.18,1.2041 bridle,bridle,15,15,15,15,0.29,1.2041,0.18,1.2041 bristles,bristles,16,15,16,15,0.31,1.2304,0.18,1.2041 bronc,bronc,32,15,20,13,0.63,1.5185,0.18,1.2041 brownstone,brownstone,25,15,24,14,0.49,1.4150,0.18,1.2041 brunettes,brunettes,18,15,18,15,0.35,1.2788,0.18,1.2041 buckboard,buckboard,24,15,24,15,0.47,1.3979,0.18,1.2041 buckling,buckling,18,15,17,14,0.35,1.2788,0.18,1.2041 buffed,buffed,15,15,14,14,0.29,1.2041,0.18,1.2041 buffing,buffing,18,15,14,14,0.35,1.2788,0.18,1.2041 Bulldogs,bulldogs,25,15,7,7,0.49,1.4150,0.18,1.2041 bumpers,bumpers,16,15,15,15,0.31,1.2304,0.18,1.2041 Bunsen,bunsen,28,15,1,1,0.55,1.4624,0.18,1.2041 butterball,butterball,17,15,12,11,0.33,1.2553,0.18,1.2041 cackles,cackles,23,15,23,15,0.45,1.3802,0.18,1.2041 cafes,cafes,16,15,16,15,0.31,1.2304,0.18,1.2041 campfires,campfires,16,15,12,11,0.31,1.2304,0.18,1.2041 campsite,campsite,30,15,29,14,0.59,1.4914,0.18,1.2041 Cardiology,cardiology,20,15,4,4,0.39,1.3222,0.18,1.2041 cartwheel,cartwheel,15,15,14,14,0.29,1.2041,0.18,1.2041 caskets,caskets,18,15,18,15,0.35,1.2788,0.18,1.2041 Cassius,cassius,22,15,0,0,0.43,1.3617,0.18,1.2041 cataracts,cataracts,20,15,17,14,0.39,1.3222,0.18,1.2041 Catholicism,catholicism,23,15,0,0,0.45,1.3802,0.18,1.2041 cattlemen,cattlemen,25,15,14,10,0.49,1.4150,0.18,1.2041 causeway,causeway,17,15,9,9,0.33,1.2553,0.18,1.2041 cauterize,cauterize,15,15,10,10,0.29,1.2041,0.18,1.2041 changer,changer,23,15,23,15,0.45,1.3802,0.18,1.2041 Chao,chao,31,15,1,1,0.61,1.5051,0.18,1.2041 chapped,chapped,19,15,18,15,0.37,1.3010,0.18,1.2041 chariots,chariots,22,15,16,10,0.43,1.3617,0.18,1.2041 charting,charting,17,15,16,14,0.33,1.2553,0.18,1.2041 chasers,chasers,25,15,13,11,0.49,1.4150,0.18,1.2041 chasm,chasm,18,15,16,14,0.35,1.2788,0.18,1.2041 cheapen,cheapen,16,15,16,15,0.31,1.2304,0.18,1.2041 Cheerios,cheerios,17,15,0,0,0.33,1.2553,0.18,1.2041 chickening,chickening,16,15,15,14,0.31,1.2304,0.18,1.2041 chirp,chirp,30,15,17,14,0.59,1.4914,0.18,1.2041 chronological,chronological,17,15,17,15,0.33,1.2553,0.18,1.2041 chugging,chugging,15,15,13,13,0.29,1.2041,0.18,1.2041 chutney,chutney,23,15,13,12,0.45,1.3802,0.18,1.2041 claps,claps,23,15,20,13,0.45,1.3802,0.18,1.2041 clarified,clarified,16,15,15,14,0.31,1.2304,0.18,1.2041 clatters,clatters,17,15,14,12,0.33,1.2553,0.18,1.2041 clawed,clawed,18,15,17,14,0.35,1.2788,0.18,1.2041 Clement,clement,22,15,2,2,0.43,1.3617,0.18,1.2041 Clementine,clementine,78,15,1,1,1.53,1.8976,0.18,1.2041 closings,closings,15,15,15,15,0.29,1.2041,0.18,1.2041 clotted,clotted,17,15,14,13,0.33,1.2553,0.18,1.2041 coattails,coattails,16,15,16,15,0.31,1.2304,0.18,1.2041 coddled,coddled,16,15,15,14,0.31,1.2304,0.18,1.2041 coeds,coeds,16,15,14,13,0.31,1.2304,0.18,1.2041 Coli,coli,27,15,10,8,0.53,1.4472,0.18,1.2041 colorblind,colorblind,17,15,17,15,0.33,1.2553,0.18,1.2041 coloreds,coloreds,21,15,20,14,0.41,1.3424,0.18,1.2041 combustible,combustible,18,15,14,12,0.35,1.2788,0.18,1.2041 comebacks,comebacks,16,15,16,15,0.31,1.2304,0.18,1.2041 concluding,concluding,15,15,14,14,0.29,1.2041,0.18,1.2041 conferred,conferred,15,15,15,15,0.29,1.2041,0.18,1.2041 constraints,constraints,16,15,16,15,0.31,1.2304,0.18,1.2041 convertibles,convertibles,15,15,14,14,0.29,1.2041,0.18,1.2041 coolness,coolness,18,15,17,14,0.35,1.2788,0.18,1.2041 corroborating,corroborating,16,15,15,14,0.31,1.2304,0.18,1.2041 countermission,countermission,19,15,19,15,0.37,1.3010,0.18,1.2041 counterpoint,counterpoint,20,15,18,14,0.39,1.3222,0.18,1.2041 craters,craters,20,15,16,13,0.39,1.3222,0.18,1.2041 crawler,crawler,16,15,14,13,0.31,1.2304,0.18,1.2041 creased,creased,15,15,14,14,0.29,1.2041,0.18,1.2041 crematorium,crematorium,19,15,16,13,0.37,1.3010,0.18,1.2041 crier,crier,17,15,17,15,0.33,1.2553,0.18,1.2041 crystallized,crystallized,19,15,17,15,0.37,1.3010,0.18,1.2041 cutlets,cutlets,20,15,19,15,0.39,1.3222,0.18,1.2041 cutout,cutout,15,15,15,15,0.29,1.2041,0.18,1.2041 cyborg,cyborg,30,15,28,13,0.59,1.4914,0.18,1.2041 dander,dander,15,15,14,14,0.29,1.2041,0.18,1.2041 dastardly,dastardly,18,15,16,13,0.35,1.2788,0.18,1.2041 Dearborn,dearborn,29,15,0,0,0.57,1.4771,0.18,1.2041 decoding,decoding,18,15,17,14,0.35,1.2788,0.18,1.2041 decompression,decompression,28,15,25,12,0.55,1.4624,0.18,1.2041 decrypt,decrypt,17,15,17,15,0.33,1.2553,0.18,1.2041 deducted,deducted,16,15,16,15,0.31,1.2304,0.18,1.2041 defaced,defaced,17,15,17,15,0.33,1.2553,0.18,1.2041 depiction,depiction,16,15,16,15,0.31,1.2304,0.18,1.2041 detonates,detonates,17,15,17,15,0.33,1.2553,0.18,1.2041 Dicky,dicky,37,15,6,6,0.73,1.5798,0.18,1.2041 dilly,dilly,17,15,13,12,0.33,1.2553,0.18,1.2041 discern,discern,17,15,16,15,0.33,1.2553,0.18,1.2041 discrete,discrete,17,15,17,15,0.33,1.2553,0.18,1.2041 disembodied,disembodied,21,15,19,13,0.41,1.3424,0.18,1.2041 disgustingly,disgustingly,15,15,14,14,0.29,1.2041,0.18,1.2041 dishonored,dishonored,21,15,19,15,0.41,1.3424,0.18,1.2041 disinterested,disinterested,18,15,17,15,0.35,1.2788,0.18,1.2041 disowned,disowned,15,15,14,14,0.29,1.2041,0.18,1.2041 dispatching,dispatching,16,15,14,13,0.31,1.2304,0.18,1.2041 dispensing,dispensing,15,15,14,14,0.29,1.2041,0.18,1.2041 dissolving,dissolving,17,15,17,15,0.33,1.2553,0.18,1.2041 Doh,doh,16,15,2,2,0.31,1.2304,0.18,1.2041 Dominick,dominick,34,15,0,0,0.67,1.5441,0.18,1.2041 doohickey,doohickey,17,15,17,15,0.33,1.2553,0.18,1.2041 Doughboy,doughboy,40,15,9,9,0.78,1.6128,0.18,1.2041 doused,doused,16,15,15,14,0.31,1.2304,0.18,1.2041 downhearted,downhearted,15,15,15,15,0.29,1.2041,0.18,1.2041 dripped,dripped,15,15,15,15,0.29,1.2041,0.18,1.2041 droves,droves,15,15,15,15,0.29,1.2041,0.18,1.2041 drywall,drywall,16,15,14,14,0.31,1.2304,0.18,1.2041 ducats,ducats,41,15,41,15,0.80,1.6232,0.18,1.2041 Dunkirk,dunkirk,25,15,1,1,0.49,1.4150,0.18,1.2041 earlobe,earlobe,17,15,17,15,0.33,1.2553,0.18,1.2041 earthling,earthling,35,15,19,9,0.69,1.5563,0.18,1.2041 economical,economical,17,15,16,14,0.33,1.2553,0.18,1.2041 ectoplasm,ectoplasm,19,15,15,12,0.37,1.3010,0.18,1.2041 Ecuador,ecuador,19,15,0,0,0.37,1.3010,0.18,1.2041 emasculating,emasculating,17,15,16,15,0.33,1.2553,0.18,1.2041 embassies,embassies,16,15,16,15,0.31,1.2304,0.18,1.2041 embezzled,embezzled,16,15,15,14,0.31,1.2304,0.18,1.2041 embody,embody,16,15,16,15,0.31,1.2304,0.18,1.2041 embryos,embryos,28,15,25,14,0.55,1.4624,0.18,1.2041 emergent,emergent,15,15,12,12,0.29,1.2041,0.18,1.2041 emigrated,emigrated,15,15,15,15,0.29,1.2041,0.18,1.2041 enamored,enamored,17,15,17,15,0.33,1.2553,0.18,1.2041 enlistment,enlistment,15,15,14,14,0.29,1.2041,0.18,1.2041 enquire,enquire,16,15,12,11,0.31,1.2304,0.18,1.2041 ensued,ensued,16,15,16,15,0.31,1.2304,0.18,1.2041 entomologist,entomologist,19,15,18,15,0.37,1.3010,0.18,1.2041 Entre,entre,16,15,7,7,0.31,1.2304,0.18,1.2041 epaulets,epaulets,17,15,15,14,0.33,1.2553,0.18,1.2041 epidermis,epidermis,15,15,14,14,0.29,1.2041,0.18,1.2041 equestrian,equestrian,20,15,17,13,0.39,1.3222,0.18,1.2041 Eros,eros,32,15,4,4,0.63,1.5185,0.18,1.2041 erotica,erotica,28,15,20,13,0.55,1.4624,0.18,1.2041 Escalade,escalade,19,15,0,0,0.37,1.3010,0.18,1.2041 esoteric,esoteric,19,15,16,13,0.37,1.3010,0.18,1.2041 Eton,eton,22,15,0,0,0.43,1.3617,0.18,1.2041 euphoric,euphoric,21,15,16,14,0.41,1.3424,0.18,1.2041 euthanasia,euthanasia,23,15,18,15,0.45,1.3802,0.18,1.2041 eviscerated,eviscerated,18,15,16,13,0.35,1.2788,0.18,1.2041 evoke,evoke,15,15,13,13,0.29,1.2041,0.18,1.2041 excepting,excepting,16,15,10,9,0.31,1.2304,0.18,1.2041 exhumed,exhumed,18,15,18,15,0.35,1.2788,0.18,1.2041 expectant,expectant,16,15,14,13,0.31,1.2304,0.18,1.2041 exporting,exporting,16,15,16,15,0.31,1.2304,0.18,1.2041 extraneous,extraneous,15,15,15,15,0.29,1.2041,0.18,1.2041 exuberance,exuberance,17,15,17,15,0.33,1.2553,0.18,1.2041 eyesore,eyesore,18,15,17,15,0.35,1.2788,0.18,1.2041 fabulously,fabulously,15,15,14,14,0.29,1.2041,0.18,1.2041 facilitated,facilitated,15,15,15,15,0.29,1.2041,0.18,1.2041 factored,factored,16,15,16,15,0.31,1.2304,0.18,1.2041 faggy,faggy,17,15,13,13,0.33,1.2553,0.18,1.2041 faints,faints,17,15,17,15,0.33,1.2553,0.18,1.2041 fastidious,fastidious,19,15,16,14,0.37,1.3010,0.18,1.2041 fenced,fenced,16,15,15,14,0.31,1.2304,0.18,1.2041 finality,finality,20,15,19,15,0.39,1.3222,0.18,1.2041 fingering,fingering,18,15,16,14,0.35,1.2788,0.18,1.2041 Finnish,finnish,30,15,0,0,0.59,1.4914,0.18,1.2041 firmament,firmament,25,15,25,15,0.49,1.4150,0.18,1.2041 firmer,firmer,15,15,14,14,0.29,1.2041,0.18,1.2041 firsts,firsts,23,15,21,14,0.45,1.3802,0.18,1.2041 fission,fission,16,15,16,15,0.31,1.2304,0.18,1.2041 Flack,flack,55,15,14,11,1.08,1.7482,0.18,1.2041 Flanders,flanders,47,15,0,0,0.92,1.6812,0.18,1.2041 flanked,flanked,16,15,13,12,0.31,1.2304,0.18,1.2041 flashbulbs,flashbulbs,17,15,15,13,0.33,1.2553,0.18,1.2041 Flaubert,flaubert,27,15,0,0,0.53,1.4472,0.18,1.2041 flavours,flavours,15,15,14,14,0.29,1.2041,0.18,1.2041 flit,flit,25,15,17,12,0.49,1.4150,0.18,1.2041 fluctuating,fluctuating,15,15,15,15,0.29,1.2041,0.18,1.2041 Folsom,folsom,32,15,0,0,0.63,1.5185,0.18,1.2041 forbearance,forbearance,15,15,12,12,0.29,1.2041,0.18,1.2041 foreskin,foreskin,18,15,17,14,0.35,1.2788,0.18,1.2041 forfeited,forfeited,16,15,16,15,0.31,1.2304,0.18,1.2041 forgettable,forgettable,15,15,15,15,0.29,1.2041,0.18,1.2041 forgo,forgo,15,15,14,14,0.29,1.2041,0.18,1.2041 Fraulein,fraulein,60,15,4,4,1.18,1.7853,0.18,1.2041 freakishly,freakishly,16,15,15,14,0.31,1.2304,0.18,1.2041 frenzied,frenzied,16,15,12,12,0.31,1.2304,0.18,1.2041 Freon,freon,16,15,3,2,0.31,1.2304,0.18,1.2041 fretting,fretting,16,15,16,15,0.31,1.2304,0.18,1.2041 frills,frills,19,15,18,15,0.37,1.3010,0.18,1.2041 frontiers,frontiers,15,15,15,15,0.29,1.2041,0.18,1.2041 fuchsia,fuchsia,23,15,19,13,0.45,1.3802,0.18,1.2041 fumbling,fumbling,15,15,13,13,0.29,1.2041,0.18,1.2041 gambles,gambles,16,15,15,14,0.31,1.2304,0.18,1.2041 gams,gams,18,15,17,15,0.35,1.2788,0.18,1.2041 gargoyle,gargoyle,27,15,16,13,0.53,1.4472,0.18,1.2041 gassing,gassing,15,15,15,15,0.29,1.2041,0.18,1.2041 gecko,gecko,19,15,12,11,0.37,1.3010,0.18,1.2041 Gees,gees,24,15,6,2,0.47,1.3979,0.18,1.2041 genus,genus,15,15,9,9,0.29,1.2041,0.18,1.2041 Gi,gi,55,15,7,6,1.08,1.7482,0.18,1.2041 girder,girder,20,15,20,15,0.39,1.3222,0.18,1.2041 glint,glint,16,15,13,13,0.31,1.2304,0.18,1.2041 gnaw,gnaw,19,15,16,14,0.37,1.3010,0.18,1.2041 gnawed,gnawed,18,15,16,14,0.35,1.2788,0.18,1.2041 goodly,goodly,19,15,17,15,0.37,1.3010,0.18,1.2041 Gr,gr,52,15,9,7,1.02,1.7243,0.18,1.2041 grandpappy,grandpappy,17,15,13,13,0.33,1.2553,0.18,1.2041 grating,grating,16,15,14,14,0.31,1.2304,0.18,1.2041 gravest,gravest,16,15,16,15,0.31,1.2304,0.18,1.2041 Greenwood,greenwood,23,15,5,3,0.45,1.3802,0.18,1.2041 grille,grille,18,15,16,13,0.35,1.2788,0.18,1.2041 grubs,grubs,23,15,16,14,0.45,1.3802,0.18,1.2041 grunge,grunge,18,15,16,14,0.35,1.2788,0.18,1.2041 guesser,guesser,20,15,20,15,0.39,1.3222,0.18,1.2041 gumshoe,gumshoe,18,15,15,14,0.35,1.2788,0.18,1.2041 Haha,haha,24,15,3,3,0.47,1.3979,0.18,1.2041 hallucinate,hallucinate,15,15,15,15,0.29,1.2041,0.18,1.2041 healthcare,healthcare,29,15,23,13,0.57,1.4771,0.18,1.2041 heckle,heckle,16,15,9,9,0.31,1.2304,0.18,1.2041 helipad,helipad,21,15,21,15,0.41,1.3424,0.18,1.2041 Hemostat,hemostat,25,15,10,7,0.49,1.4150,0.18,1.2041 Hermes,hermes,28,15,0,0,0.55,1.4624,0.18,1.2041 highbrow,highbrow,17,15,16,14,0.33,1.2553,0.18,1.2041 hijacker,hijacker,26,15,26,15,0.51,1.4314,0.18,1.2041 hiked,hiked,19,15,16,15,0.37,1.3010,0.18,1.2041 hocks,hocks,16,15,14,14,0.31,1.2304,0.18,1.2041 Hocus,hocus,19,15,9,9,0.37,1.3010,0.18,1.2041 hoedown,hoedown,17,15,14,13,0.33,1.2553,0.18,1.2041 holograms,holograms,20,15,18,14,0.39,1.3222,0.18,1.2041 homeys,homeys,19,15,19,15,0.37,1.3010,0.18,1.2041 Hondo,hondo,89,15,0,0,1.75,1.9542,0.18,1.2041 honkies,honkies,21,15,20,14,0.41,1.3424,0.18,1.2041 horseplay,horseplay,19,15,16,14,0.37,1.3010,0.18,1.2041 hotdog,hotdog,20,15,18,13,0.39,1.3222,0.18,1.2041 hotheaded,hotheaded,16,15,16,15,0.31,1.2304,0.18,1.2041 hovered,hovered,18,15,17,15,0.35,1.2788,0.18,1.2041 Hubble,hubble,64,15,0,0,1.25,1.8129,0.18,1.2041 hubbub,hubbub,15,15,15,15,0.29,1.2041,0.18,1.2041 hugger,hugger,21,15,19,14,0.41,1.3424,0.18,1.2041 hullabaloo,hullabaloo,15,15,15,15,0.29,1.2041,0.18,1.2041 Humph,humph,19,15,3,2,0.37,1.3010,0.18,1.2041 Hydra,hydra,23,15,7,2,0.45,1.3802,0.18,1.2041 hypothalamus,hypothalamus,36,15,33,14,0.71,1.5682,0.18,1.2041 hypoxic,hypoxic,19,15,17,14,0.37,1.3010,0.18,1.2041 identifiable,identifiable,15,15,15,15,0.29,1.2041,0.18,1.2041 illuminated,illuminated,18,15,18,15,0.35,1.2788,0.18,1.2041 immeasurable,immeasurable,15,15,15,15,0.29,1.2041,0.18,1.2041 immortalized,immortalized,16,15,15,14,0.31,1.2304,0.18,1.2041 impassable,impassable,16,15,14,13,0.31,1.2304,0.18,1.2041 implements,implements,15,15,15,15,0.29,1.2041,0.18,1.2041 inbreeding,inbreeding,15,15,15,15,0.29,1.2041,0.18,1.2041 inconsolable,inconsolable,15,15,14,14,0.29,1.2041,0.18,1.2041 indelicate,indelicate,16,15,16,15,0.31,1.2304,0.18,1.2041 inducing,inducing,16,15,15,15,0.31,1.2304,0.18,1.2041 inebriated,inebriated,15,15,15,15,0.29,1.2041,0.18,1.2041 inevitability,inevitability,18,15,16,13,0.35,1.2788,0.18,1.2041 infusion,infusion,18,15,18,15,0.35,1.2788,0.18,1.2041 ingrates,ingrates,16,15,12,11,0.31,1.2304,0.18,1.2041 inordinate,inordinate,15,15,14,14,0.29,1.2041,0.18,1.2041 insincere,insincere,16,15,16,15,0.31,1.2304,0.18,1.2041 insomniac,insomniac,16,15,15,14,0.31,1.2304,0.18,1.2041 institutional,institutional,17,15,15,14,0.33,1.2553,0.18,1.2041 interchangeable,interchangeable,20,15,19,15,0.39,1.3222,0.18,1.2041 interlock,interlock,18,15,12,11,0.35,1.2788,0.18,1.2041 intermediary,intermediary,17,15,17,15,0.33,1.2553,0.18,1.2041 interminable,interminable,16,15,16,15,0.31,1.2304,0.18,1.2041 internment,internment,18,15,16,13,0.35,1.2788,0.18,1.2041 intricacies,intricacies,16,15,16,15,0.31,1.2304,0.18,1.2041 intrigues,intrigues,17,15,15,15,0.33,1.2553,0.18,1.2041 intruded,intruded,15,15,15,15,0.29,1.2041,0.18,1.2041 invalidate,invalidate,18,15,18,15,0.35,1.2788,0.18,1.2041 Iran,iran,22,15,0,0,0.43,1.3617,0.18,1.2041 Irs,irs,18,15,0,0,0.35,1.2788,0.18,1.2041 Istanbul,istanbul,23,15,0,0,0.45,1.3802,0.18,1.2041 jabber,jabber,25,15,24,15,0.49,1.4150,0.18,1.2041 jabbing,jabbing,15,15,13,13,0.29,1.2041,0.18,1.2041 jawbone,jawbone,21,15,19,13,0.41,1.3424,0.18,1.2041 Jello,jello,28,15,9,9,0.55,1.4624,0.18,1.2041 jerseys,jerseys,21,15,19,13,0.41,1.3424,0.18,1.2041 Jesuit,jesuit,37,15,0,0,0.73,1.5798,0.18,1.2041 juveniles,juveniles,17,15,17,15,0.33,1.2553,0.18,1.2041 kernel,kernel,35,15,35,15,0.69,1.5563,0.18,1.2041 keyboards,keyboards,22,15,19,12,0.43,1.3617,0.18,1.2041 Khrushchev,khrushchev,27,15,6,1,0.53,1.4472,0.18,1.2041 kibosh,kibosh,15,15,15,15,0.29,1.2041,0.18,1.2041 kissy,kissy,20,15,10,8,0.39,1.3222,0.18,1.2041 Knick,knick,20,15,3,2,0.39,1.3222,0.18,1.2041 koi,koi,29,15,15,10,0.57,1.4771,0.18,1.2041 laboring,laboring,15,15,15,15,0.29,1.2041,0.18,1.2041 lackeys,lackeys,15,15,15,15,0.29,1.2041,0.18,1.2041 lacquer,lacquer,22,15,21,14,0.43,1.3617,0.18,1.2041 Lacy,lacy,32,15,9,8,0.63,1.5185,0.18,1.2041 lashed,lashed,16,15,15,14,0.31,1.2304,0.18,1.2041 leafy,leafy,24,15,18,14,0.47,1.3979,0.18,1.2041 leaguer,leaguer,16,15,11,10,0.31,1.2304,0.18,1.2041 legislate,legislate,16,15,16,15,0.31,1.2304,0.18,1.2041 Levin,levin,33,15,1,1,0.65,1.5315,0.18,1.2041 liabilities,liabilities,16,15,15,14,0.31,1.2304,0.18,1.2041 Libra,libra,19,15,1,1,0.37,1.3010,0.18,1.2041 Libre,libre,52,15,15,10,1.02,1.7243,0.18,1.2041 lilacs,lilacs,23,15,20,15,0.45,1.3802,0.18,1.2041 limitation,limitation,15,15,14,14,0.29,1.2041,0.18,1.2041 liners,liners,16,15,16,15,0.31,1.2304,0.18,1.2041 lingered,lingered,17,15,16,14,0.33,1.2553,0.18,1.2041 lisp,lisp,21,15,15,13,0.41,1.3424,0.18,1.2041 Lithuanian,lithuanian,17,15,0,0,0.33,1.2553,0.18,1.2041 liveth,liveth,32,15,32,15,0.63,1.5185,0.18,1.2041 lobbyist,lobbyist,22,15,21,14,0.43,1.3617,0.18,1.2041 loca,loca,18,15,13,13,0.35,1.2788,0.18,1.2041 Lombard,lombard,23,15,0,0,0.45,1.3802,0.18,1.2041 loofah,loofah,20,15,20,15,0.39,1.3222,0.18,1.2041 loom,loom,21,15,20,14,0.41,1.3424,0.18,1.2041 loveable,loveable,16,15,15,14,0.31,1.2304,0.18,1.2041 luster,luster,16,15,16,15,0.31,1.2304,0.18,1.2041 Mahatma,mahatma,16,15,0,0,0.31,1.2304,0.18,1.2041 Mailer,mailer,33,15,0,0,0.65,1.5315,0.18,1.2041 mainsail,mainsail,22,15,21,15,0.43,1.3617,0.18,1.2041 malfeasance,malfeasance,15,15,15,15,0.29,1.2041,0.18,1.2041 Manchurian,manchurian,32,15,1,1,0.63,1.5185,0.18,1.2041 Mandingo,mandingo,20,15,0,0,0.39,1.3222,0.18,1.2041 mangoes,mangoes,22,15,19,13,0.43,1.3617,0.18,1.2041 manicures,manicures,17,15,17,15,0.33,1.2553,0.18,1.2041 manifestations,manifestations,19,15,17,14,0.37,1.3010,0.18,1.2041 mannequins,mannequins,20,15,19,14,0.39,1.3222,0.18,1.2041 manservant,manservant,15,15,15,15,0.29,1.2041,0.18,1.2041 marinate,marinate,19,15,19,15,0.37,1.3010,0.18,1.2041 marksmen,marksmen,18,15,18,15,0.35,1.2788,0.18,1.2041 martyrdom,martyrdom,16,15,15,14,0.31,1.2304,0.18,1.2041 Marxist,marxist,21,15,0,0,0.41,1.3424,0.18,1.2041 masseur,masseur,20,15,20,15,0.39,1.3222,0.18,1.2041 Mauve,mauve,27,15,13,11,0.53,1.4472,0.18,1.2041 Mays,mays,26,15,0,0,0.51,1.4314,0.18,1.2041 mee,mee,24,15,13,9,0.47,1.3979,0.18,1.2041 megalomaniac,megalomaniac,16,15,15,14,0.31,1.2304,0.18,1.2041 menagerie,menagerie,17,15,15,13,0.33,1.2553,0.18,1.2041 meows,meows,21,15,18,12,0.41,1.3424,0.18,1.2041 mercilessly,mercilessly,15,15,14,14,0.29,1.2041,0.18,1.2041 meteors,meteors,22,15,20,15,0.43,1.3617,0.18,1.2041 Midland,midland,33,15,1,1,0.65,1.5315,0.18,1.2041 milling,milling,15,15,12,12,0.29,1.2041,0.18,1.2041 millstone,millstone,20,15,15,12,0.39,1.3222,0.18,1.2041 Milly,milly,136,15,0,0,2.67,2.1367,0.18,1.2041 mimics,mimics,16,15,16,15,0.31,1.2304,0.18,1.2041 mimosa,mimosa,18,15,12,12,0.35,1.2788,0.18,1.2041 mimosas,mimosas,15,15,13,13,0.29,1.2041,0.18,1.2041 mincemeat,mincemeat,22,15,19,14,0.43,1.3617,0.18,1.2041 miscommunication,miscommunication,15,15,15,15,0.29,1.2041,0.18,1.2041 mistreating,mistreating,16,15,16,15,0.31,1.2304,0.18,1.2041 mistreatment,mistreatment,15,15,15,15,0.29,1.2041,0.18,1.2041 mitzvahs,mitzvahs,15,15,13,13,0.29,1.2041,0.18,1.2041 mnemonic,mnemonic,24,15,21,14,0.47,1.3979,0.18,1.2041 modus,modus,20,15,20,15,0.39,1.3222,0.18,1.2041 moniker,moniker,16,15,16,15,0.31,1.2304,0.18,1.2041 mortgaged,mortgaged,16,15,15,14,0.31,1.2304,0.18,1.2041 motionless,motionless,17,15,16,14,0.33,1.2553,0.18,1.2041 mucous,mucous,20,15,16,12,0.39,1.3222,0.18,1.2041 mulch,mulch,22,15,21,15,0.43,1.3617,0.18,1.2041 Mullen,mullen,131,15,0,0,2.57,2.1206,0.18,1.2041 Munster,munster,21,15,1,1,0.41,1.3424,0.18,1.2041 muskets,muskets,20,15,18,14,0.39,1.3222,0.18,1.2041 Myron,myron,28,15,0,0,0.55,1.4624,0.18,1.2041 nagged,nagged,16,15,16,15,0.31,1.2304,0.18,1.2041 nativity,nativity,18,15,11,9,0.35,1.2788,0.18,1.2041 neckline,neckline,15,15,15,15,0.29,1.2041,0.18,1.2041 netting,netting,18,15,16,13,0.35,1.2788,0.18,1.2041 newbie,newbie,19,15,15,13,0.37,1.3010,0.18,1.2041 newsworthy,newsworthy,16,15,15,14,0.31,1.2304,0.18,1.2041 nineteenth,nineteenth,18,15,14,11,0.35,1.2788,0.18,1.2041 nipped,nipped,16,15,14,13,0.31,1.2304,0.18,1.2041 nl,nl,35,15,18,10,0.69,1.5563,0.18,1.2041 nods,nods,17,15,16,14,0.33,1.2553,0.18,1.2041 nonchalant,nonchalant,19,15,12,11,0.37,1.3010,0.18,1.2041 nonnegotiable,nonnegotiable,16,15,13,13,0.31,1.2304,0.18,1.2041 nourished,nourished,15,15,15,15,0.29,1.2041,0.18,1.2041 Nu,nu,52,15,4,4,1.02,1.7243,0.18,1.2041 Oddball,oddball,34,15,16,13,0.67,1.5441,0.18,1.2041 offbeat,offbeat,17,15,15,15,0.33,1.2553,0.18,1.2041 Oldsmobile,oldsmobile,16,15,0,0,0.31,1.2304,0.18,1.2041 originate,originate,15,15,15,15,0.29,1.2041,0.18,1.2041 Oslo,oslo,19,15,0,0,0.37,1.3010,0.18,1.2041 Osmond,osmond,61,15,0,0,1.20,1.7924,0.18,1.2041 ostensibly,ostensibly,16,15,11,11,0.31,1.2304,0.18,1.2041 ottoman,ottoman,16,15,11,11,0.31,1.2304,0.18,1.2041 outbound,outbound,16,15,12,12,0.31,1.2304,0.18,1.2041 outfitted,outfitted,15,15,15,15,0.29,1.2041,0.18,1.2041 outgrew,outgrew,17,15,17,15,0.33,1.2553,0.18,1.2041 overcooked,overcooked,16,15,16,15,0.31,1.2304,0.18,1.2041 overexcited,overexcited,16,15,16,15,0.31,1.2304,0.18,1.2041 overqualified,overqualified,16,15,16,15,0.31,1.2304,0.18,1.2041 overrule,overrule,15,15,15,15,0.29,1.2041,0.18,1.2041 overthrown,overthrown,16,15,15,14,0.31,1.2304,0.18,1.2041 padlocked,padlocked,16,15,16,15,0.31,1.2304,0.18,1.2041 palatial,palatial,15,15,15,15,0.29,1.2041,0.18,1.2041 Palestine,palestine,26,15,0,0,0.51,1.4314,0.18,1.2041 pall,pall,23,15,13,8,0.45,1.3802,0.18,1.2041 palooka,palooka,17,15,17,15,0.33,1.2553,0.18,1.2041 Pampers,pampers,15,15,3,3,0.29,1.2041,0.18,1.2041 pancreatic,pancreatic,19,15,12,11,0.37,1.3010,0.18,1.2041 panning,panning,18,15,17,14,0.35,1.2788,0.18,1.2041 pantheon,pantheon,21,15,12,12,0.41,1.3424,0.18,1.2041 pantomime,pantomime,17,15,16,14,0.33,1.2553,0.18,1.2041 Parcheesi,parcheesi,20,15,0,0,0.39,1.3222,0.18,1.2041 parochial,parochial,17,15,16,14,0.33,1.2553,0.18,1.2041 paycheque,paycheque,17,15,17,15,0.33,1.2553,0.18,1.2041 peaking,peaking,15,15,15,15,0.29,1.2041,0.18,1.2041 pedophiles,pedophiles,20,15,17,14,0.39,1.3222,0.18,1.2041 perennial,perennial,15,15,14,14,0.29,1.2041,0.18,1.2041 perplexed,perplexed,17,15,15,14,0.33,1.2553,0.18,1.2041 persists,persists,15,15,14,14,0.29,1.2041,0.18,1.2041 perturbed,perturbed,20,15,18,15,0.39,1.3222,0.18,1.2041 pervasive,pervasive,16,15,16,15,0.31,1.2304,0.18,1.2041 petitioned,petitioned,15,15,14,14,0.29,1.2041,0.18,1.2041 petitions,petitions,20,15,19,15,0.39,1.3222,0.18,1.2041 Petunia,petunia,106,15,7,7,2.08,2.0294,0.18,1.2041 philandering,philandering,15,15,15,15,0.29,1.2041,0.18,1.2041 piers,piers,17,15,12,10,0.33,1.2553,0.18,1.2041 piggies,piggies,24,15,17,11,0.47,1.3979,0.18,1.2041 pigpen,pigpen,16,15,11,11,0.31,1.2304,0.18,1.2041 pixies,pixies,20,15,14,10,0.39,1.3222,0.18,1.2041 plume,plume,24,15,24,15,0.47,1.3979,0.18,1.2041 poi,poi,17,15,17,15,0.33,1.2553,0.18,1.2041 polarity,polarity,18,15,17,15,0.35,1.2788,0.18,1.2041 polices,polices,53,15,49,15,1.04,1.7324,0.18,1.2041 poly,poly,19,15,10,9,0.37,1.3010,0.18,1.2041 Pompeii,pompeii,17,15,1,1,0.33,1.2553,0.18,1.2041 poops,poops,17,15,14,14,0.33,1.2553,0.18,1.2041 pornographer,pornographer,19,15,19,15,0.37,1.3010,0.18,1.2041 poser,poser,17,15,17,15,0.33,1.2553,0.18,1.2041 predetermined,predetermined,17,15,17,15,0.33,1.2553,0.18,1.2041 predicated,predicated,16,15,16,15,0.31,1.2304,0.18,1.2041 predominantly,predominantly,19,15,18,14,0.37,1.3010,0.18,1.2041 prefix,prefix,21,15,19,15,0.41,1.3424,0.18,1.2041 premeditation,premeditation,17,15,16,15,0.33,1.2553,0.18,1.2041 Preppie,preppie,41,15,1,1,0.80,1.6232,0.18,1.2041 preside,preside,17,15,17,15,0.33,1.2553,0.18,1.2041 primeval,primeval,15,15,14,14,0.29,1.2041,0.18,1.2041 progeny,progeny,18,15,17,14,0.35,1.2788,0.18,1.2041 prospecting,prospecting,23,15,22,14,0.45,1.3802,0.18,1.2041 prototypes,prototypes,21,15,20,14,0.41,1.3424,0.18,1.2041 provokes,provokes,16,15,16,15,0.31,1.2304,0.18,1.2041 pukes,pukes,16,15,16,15,0.31,1.2304,0.18,1.2041 pulverized,pulverized,18,15,14,12,0.35,1.2788,0.18,1.2041 purer,purer,16,15,15,14,0.31,1.2304,0.18,1.2041 Puritan,puritan,16,15,6,6,0.31,1.2304,0.18,1.2041 Quaaludes,quaaludes,19,15,4,4,0.37,1.3010,0.18,1.2041 quarrelling,quarrelling,19,15,18,14,0.37,1.3010,0.18,1.2041 Quill,quill,139,15,22,11,2.73,2.1461,0.18,1.2041 quinine,quinine,37,15,34,14,0.73,1.5798,0.18,1.2041 quotations,quotations,16,15,11,11,0.31,1.2304,0.18,1.2041 racists,racists,17,15,16,14,0.33,1.2553,0.18,1.2041 Raider,raider,33,15,10,5,0.65,1.5315,0.18,1.2041 railings,railings,15,15,15,15,0.29,1.2041,0.18,1.2041 raincoats,raincoats,17,15,15,14,0.33,1.2553,0.18,1.2041 rallying,rallying,15,15,13,13,0.29,1.2041,0.18,1.2041 Raptor,raptor,38,15,6,6,0.75,1.5911,0.18,1.2041 rationed,rationed,17,15,17,15,0.33,1.2553,0.18,1.2041 raucous,raucous,16,15,12,12,0.31,1.2304,0.18,1.2041 Ravel,ravel,21,15,1,1,0.41,1.3424,0.18,1.2041 reactionary,reactionary,17,15,16,14,0.33,1.2553,0.18,1.2041 recessed,recessed,16,15,16,15,0.31,1.2304,0.18,1.2041 recklessness,recklessness,15,15,15,15,0.29,1.2041,0.18,1.2041 reclusive,reclusive,16,15,14,13,0.31,1.2304,0.18,1.2041 Redding,redding,20,15,1,1,0.39,1.3222,0.18,1.2041 reefs,reefs,25,15,25,15,0.49,1.4150,0.18,1.2041 reexamine,reexamine,15,15,15,15,0.29,1.2041,0.18,1.2041 refresher,refresher,15,15,15,15,0.29,1.2041,0.18,1.2041 reigned,reigned,16,15,16,15,0.31,1.2304,0.18,1.2041 reliability,reliability,16,15,13,12,0.31,1.2304,0.18,1.2041 rend,rend,16,15,14,13,0.31,1.2304,0.18,1.2041 reorganization,reorganization,18,15,15,14,0.35,1.2788,0.18,1.2041 reproduced,reproduced,17,15,17,15,0.33,1.2553,0.18,1.2041 residing,residing,15,15,15,15,0.29,1.2041,0.18,1.2041 resolute,resolute,31,15,23,11,0.61,1.5051,0.18,1.2041 respectively,respectively,15,15,15,15,0.29,1.2041,0.18,1.2041 retains,retains,18,15,17,14,0.35,1.2788,0.18,1.2041 retrial,retrial,21,15,18,13,0.41,1.3424,0.18,1.2041 reviving,reviving,16,15,14,13,0.31,1.2304,0.18,1.2041 ribbed,ribbed,18,15,16,14,0.35,1.2788,0.18,1.2041 rickets,rickets,20,15,15,13,0.39,1.3222,0.18,1.2041 ridding,ridding,16,15,16,15,0.31,1.2304,0.18,1.2041 riverbed,riverbed,22,15,22,15,0.43,1.3617,0.18,1.2041 roadkill,roadkill,22,15,18,13,0.43,1.3617,0.18,1.2041 roadster,roadster,18,15,14,11,0.35,1.2788,0.18,1.2041 roared,roared,17,15,17,15,0.33,1.2553,0.18,1.2041 Rodman,rodman,34,15,0,0,0.67,1.5441,0.18,1.2041 rounder,rounder,17,15,17,15,0.33,1.2553,0.18,1.2041 rout,rout,18,15,18,15,0.35,1.2788,0.18,1.2041 safes,safes,22,15,22,15,0.43,1.3617,0.18,1.2041 sahib,sahib,64,15,54,14,1.25,1.8129,0.18,1.2041 Salaam,salaam,28,15,4,2,0.55,1.4624,0.18,1.2041 saleswoman,saleswoman,15,15,15,15,0.29,1.2041,0.18,1.2041 Salome,salome,30,15,0,0,0.59,1.4914,0.18,1.2041 Sancho,sancho,48,15,0,0,0.94,1.6902,0.18,1.2041 sandbag,sandbag,19,15,19,15,0.37,1.3010,0.18,1.2041 sawmill,sawmill,21,15,18,13,0.41,1.3424,0.18,1.2041 Saxon,saxon,130,15,0,0,2.55,2.1173,0.18,1.2041 scalpels,scalpels,18,15,17,14,0.35,1.2788,0.18,1.2041 scalping,scalping,16,15,14,13,0.31,1.2304,0.18,1.2041 scattering,scattering,17,15,16,14,0.33,1.2553,0.18,1.2041 scents,scents,16,15,16,15,0.31,1.2304,0.18,1.2041 schizo,schizo,16,15,16,15,0.31,1.2304,0.18,1.2041 schmooze,schmooze,17,15,16,14,0.33,1.2553,0.18,1.2041 Scooch,scooch,26,15,8,8,0.51,1.4314,0.18,1.2041 scripted,scripted,17,15,17,15,0.33,1.2553,0.18,1.2041 sculpting,sculpting,19,15,18,14,0.37,1.3010,0.18,1.2041 semiautomatic,semiautomatic,21,15,21,15,0.41,1.3424,0.18,1.2041 sendoff,sendoff,16,15,16,15,0.31,1.2304,0.18,1.2041 senility,senility,16,15,11,11,0.31,1.2304,0.18,1.2041 sepsis,sepsis,20,15,19,15,0.39,1.3222,0.18,1.2041 serialize,serialize,41,15,41,15,0.80,1.6232,0.18,1.2041 shading,shading,16,15,15,15,0.31,1.2304,0.18,1.2041 shampoos,shampoos,16,15,16,15,0.31,1.2304,0.18,1.2041 shanks,shanks,30,15,21,11,0.59,1.4914,0.18,1.2041 shanty,shanty,23,15,16,12,0.45,1.3802,0.18,1.2041 shavings,shavings,21,15,18,14,0.41,1.3424,0.18,1.2041 sheared,sheared,18,15,16,14,0.35,1.2788,0.18,1.2041 sheepdog,sheepdog,27,15,20,12,0.53,1.4472,0.18,1.2041 shied,shied,15,15,15,15,0.29,1.2041,0.18,1.2041 Sho,sho,49,15,14,12,0.96,1.6990,0.18,1.2041 shortcake,shortcake,26,15,20,12,0.51,1.4314,0.18,1.2041 shortening,shortening,17,15,16,14,0.33,1.2553,0.18,1.2041 Sicilians,sicilians,21,15,0,0,0.41,1.3424,0.18,1.2041 sinkhole,sinkhole,16,15,16,15,0.31,1.2304,0.18,1.2041 siphoning,siphoning,18,15,18,15,0.35,1.2788,0.18,1.2041 slabs,slabs,15,15,15,15,0.29,1.2041,0.18,1.2041 slackers,slackers,16,15,12,12,0.31,1.2304,0.18,1.2041 Slade,slade,97,15,0,0,1.90,1.9912,0.18,1.2041 slayed,slayed,15,15,14,14,0.29,1.2041,0.18,1.2041 sledding,sledding,20,15,18,14,0.39,1.3222,0.18,1.2041 slurp,slurp,22,15,18,13,0.43,1.3617,0.18,1.2041 smooching,smooching,18,15,18,15,0.35,1.2788,0.18,1.2041 snorted,snorted,18,15,18,15,0.35,1.2788,0.18,1.2041 snubbed,snubbed,17,15,17,15,0.33,1.2553,0.18,1.2041 sodomized,sodomized,16,15,16,15,0.31,1.2304,0.18,1.2041 sofas,sofas,16,15,14,13,0.31,1.2304,0.18,1.2041 softie,softie,16,15,15,14,0.31,1.2304,0.18,1.2041 soldering,soldering,20,15,17,14,0.39,1.3222,0.18,1.2041 souffle,souffle,22,15,22,15,0.43,1.3617,0.18,1.2041 soups,soups,17,15,16,14,0.33,1.2553,0.18,1.2041 spearhead,spearhead,18,15,17,14,0.35,1.2788,0.18,1.2041 speckled,speckled,20,15,13,12,0.39,1.3222,0.18,1.2041 specter,specter,17,15,14,14,0.33,1.2553,0.18,1.2041 Spitfire,spitfire,30,15,10,8,0.59,1.4914,0.18,1.2041 splintered,splintered,15,15,12,12,0.29,1.2041,0.18,1.2041 spurred,spurred,15,15,15,15,0.29,1.2041,0.18,1.2041 squabbling,squabbling,15,15,15,15,0.29,1.2041,0.18,1.2041 squalid,squalid,15,15,15,15,0.29,1.2041,0.18,1.2041 squall,squall,20,15,19,15,0.39,1.3222,0.18,1.2041 squashing,squashing,15,15,15,15,0.29,1.2041,0.18,1.2041 squirted,squirted,15,15,15,15,0.29,1.2041,0.18,1.2041 stakeouts,stakeouts,15,15,14,14,0.29,1.2041,0.18,1.2041 stalkers,stalkers,19,15,16,13,0.37,1.3010,0.18,1.2041 staunch,staunch,18,15,17,14,0.35,1.2788,0.18,1.2041 stave,stave,17,15,17,15,0.33,1.2553,0.18,1.2041 stealthy,stealthy,15,15,14,14,0.29,1.2041,0.18,1.2041 steeped,steeped,15,15,15,15,0.29,1.2041,0.18,1.2041 stepbrother,stepbrother,16,15,15,14,0.31,1.2304,0.18,1.2041 stewards,stewards,16,15,15,14,0.31,1.2304,0.18,1.2041 stifle,stifle,15,15,11,11,0.29,1.2041,0.18,1.2041 stiletto,stiletto,17,15,14,14,0.33,1.2553,0.18,1.2041 stoolie,stoolie,31,15,30,14,0.61,1.5051,0.18,1.2041 strangles,strangles,17,15,17,15,0.33,1.2553,0.18,1.2041 strategist,strategist,21,15,19,14,0.41,1.3424,0.18,1.2041 strobe,strobe,17,15,15,14,0.33,1.2553,0.18,1.2041 stroganoff,stroganoff,18,15,14,12,0.35,1.2788,0.18,1.2041 stubbed,stubbed,16,15,15,14,0.31,1.2304,0.18,1.2041 Stunner,stunner,29,15,13,12,0.57,1.4771,0.18,1.2041 stunted,stunted,15,15,15,15,0.29,1.2041,0.18,1.2041 sturgeon,sturgeon,19,15,12,10,0.37,1.3010,0.18,1.2041 subjecting,subjecting,15,15,15,15,0.29,1.2041,0.18,1.2041 submerge,submerge,20,15,15,12,0.39,1.3222,0.18,1.2041 submersible,submersible,31,15,31,15,0.61,1.5051,0.18,1.2041 subscriber,subscriber,21,15,21,15,0.41,1.3424,0.18,1.2041 suckling,suckling,18,15,15,14,0.35,1.2788,0.18,1.2041 supernova,supernova,20,15,19,15,0.39,1.3222,0.18,1.2041 superstars,superstars,15,15,13,13,0.29,1.2041,0.18,1.2041 surest,surest,15,15,14,14,0.29,1.2041,0.18,1.2041 surfacing,surfacing,17,15,17,15,0.33,1.2553,0.18,1.2041 surveying,surveying,17,15,17,15,0.33,1.2553,0.18,1.2041 sustains,sustains,15,15,15,15,0.29,1.2041,0.18,1.2041 Suzette,suzette,55,15,10,7,1.08,1.7482,0.18,1.2041 swirls,swirls,17,15,17,15,0.33,1.2553,0.18,1.2041 switchblade,switchblade,22,15,15,11,0.43,1.3617,0.18,1.2041 sympathise,sympathise,16,15,16,15,0.31,1.2304,0.18,1.2041 synthesizer,synthesizer,27,15,24,14,0.53,1.4472,0.18,1.2041 tailors,tailors,17,15,15,14,0.33,1.2553,0.18,1.2041 tamer,tamer,23,15,20,13,0.45,1.3802,0.18,1.2041 tangent,tangent,19,15,19,15,0.37,1.3010,0.18,1.2041 tapeworm,tapeworm,35,15,30,14,0.69,1.5563,0.18,1.2041 Tau,tau,22,15,3,3,0.43,1.3617,0.18,1.2041 taxing,taxing,15,15,15,15,0.29,1.2041,0.18,1.2041 teak,teak,20,15,15,13,0.39,1.3222,0.18,1.2041 telecast,telecast,18,15,18,15,0.35,1.2788,0.18,1.2041 telegraphed,telegraphed,18,15,18,15,0.35,1.2788,0.18,1.2041 Teleprompter,teleprompter,18,15,8,8,0.35,1.2788,0.18,1.2041 televisions,televisions,15,15,14,14,0.29,1.2041,0.18,1.2041 tepee,tepee,27,15,23,14,0.53,1.4472,0.18,1.2041 terminus,terminus,23,15,14,10,0.45,1.3802,0.18,1.2041 testimonies,testimonies,17,15,17,15,0.33,1.2553,0.18,1.2041 Texans,texans,19,15,0,0,0.37,1.3010,0.18,1.2041 Thaddeus,thaddeus,53,15,0,0,1.04,1.7324,0.18,1.2041 therapies,therapies,16,15,16,15,0.31,1.2304,0.18,1.2041 thinning,thinning,19,15,16,13,0.37,1.3010,0.18,1.2041 thoroughness,thoroughness,15,15,14,14,0.29,1.2041,0.18,1.2041 thrombosis,thrombosis,16,15,13,12,0.31,1.2304,0.18,1.2041 throng,throng,16,15,15,14,0.31,1.2304,0.18,1.2041 thru,thru,31,15,30,15,0.61,1.5051,0.18,1.2041 thrusting,thrusting,15,15,10,10,0.29,1.2041,0.18,1.2041 tightest,tightest,15,15,15,15,0.29,1.2041,0.18,1.2041 tint,tint,15,15,14,14,0.29,1.2041,0.18,1.2041 tootsies,tootsies,17,15,17,15,0.33,1.2553,0.18,1.2041 tornadoes,tornadoes,21,15,19,13,0.41,1.3424,0.18,1.2041 tortilla,tortilla,16,15,12,11,0.31,1.2304,0.18,1.2041 tranquillity,tranquillity,15,15,11,11,0.29,1.2041,0.18,1.2041 treatise,treatise,15,15,14,14,0.29,1.2041,0.18,1.2041 trespassed,trespassed,16,15,16,15,0.31,1.2304,0.18,1.2041 triangulation,triangulation,18,15,15,14,0.35,1.2788,0.18,1.2041 trickle,trickle,16,15,13,13,0.31,1.2304,0.18,1.2041 Trinidad,trinidad,26,15,0,0,0.51,1.4314,0.18,1.2041 triumphed,triumphed,15,15,15,15,0.29,1.2041,0.18,1.2041 troth,troth,35,15,33,15,0.69,1.5563,0.18,1.2041 trudging,trudging,19,15,17,13,0.37,1.3010,0.18,1.2041 trumped,trumped,15,15,15,15,0.29,1.2041,0.18,1.2041 tweet,tweet,43,15,25,13,0.84,1.6435,0.18,1.2041 twits,twits,19,15,18,14,0.37,1.3010,0.18,1.2041 twosome,twosome,23,15,22,15,0.45,1.3802,0.18,1.2041 Tyrannosaurus,tyrannosaurus,20,15,3,3,0.39,1.3222,0.18,1.2041 Unbeknownst,unbeknownst,15,15,7,7,0.29,1.2041,0.18,1.2041 unbiased,unbiased,15,15,15,15,0.29,1.2041,0.18,1.2041 unbuckle,unbuckle,18,15,12,11,0.35,1.2788,0.18,1.2041 unconcerned,unconcerned,16,15,16,15,0.31,1.2304,0.18,1.2041 uncontrollably,uncontrollably,15,15,15,15,0.29,1.2041,0.18,1.2041 unearth,unearth,18,15,18,15,0.35,1.2788,0.18,1.2041 unfathomable,unfathomable,15,15,15,15,0.29,1.2041,0.18,1.2041 unification,unification,82,15,66,12,1.61,1.9191,0.18,1.2041 unilateral,unilateral,15,15,14,14,0.29,1.2041,0.18,1.2041 uninspired,uninspired,18,15,16,13,0.35,1.2788,0.18,1.2041 unoccupied,unoccupied,17,15,16,15,0.33,1.2553,0.18,1.2041 unregistered,unregistered,17,15,16,14,0.33,1.2553,0.18,1.2041 unsatisfactory,unsatisfactory,18,15,16,13,0.35,1.2788,0.18,1.2041 unsophisticated,unsophisticated,15,15,15,15,0.29,1.2041,0.18,1.2041 untangle,untangle,15,15,15,15,0.29,1.2041,0.18,1.2041 untill,untill,15,15,12,12,0.29,1.2041,0.18,1.2041 urinary,urinary,20,15,18,14,0.39,1.3222,0.18,1.2041 Valhalla,valhalla,25,15,0,0,0.49,1.4150,0.18,1.2041 varmints,varmints,21,15,21,15,0.41,1.3424,0.18,1.2041 vehicular,vehicular,17,15,15,14,0.33,1.2553,0.18,1.2041 vetted,vetted,15,15,15,15,0.29,1.2041,0.18,1.2041 Voyager,voyager,58,15,7,5,1.14,1.7709,0.18,1.2041 voyeur,voyeur,21,15,20,14,0.41,1.3424,0.18,1.2041 waddle,waddle,23,15,22,14,0.45,1.3802,0.18,1.2041 wafers,wafers,16,15,14,13,0.31,1.2304,0.18,1.2041 wagered,wagered,15,15,15,15,0.29,1.2041,0.18,1.2041 warns,warns,17,15,17,15,0.33,1.2553,0.18,1.2041 weeding,weeding,18,15,16,14,0.35,1.2788,0.18,1.2041 weekdays,weekdays,16,15,16,15,0.31,1.2304,0.18,1.2041 wheelchairs,wheelchairs,16,15,15,14,0.31,1.2304,0.18,1.2041 wheeze,wheeze,29,15,18,13,0.57,1.4771,0.18,1.2041 whittling,whittling,16,15,16,15,0.31,1.2304,0.18,1.2041 wholeheartedly,wholeheartedly,15,15,14,14,0.29,1.2041,0.18,1.2041 wildebeest,wildebeest,22,15,17,13,0.43,1.3617,0.18,1.2041 wilds,wilds,16,15,16,15,0.31,1.2304,0.18,1.2041 wiretaps,wiretaps,16,15,15,15,0.31,1.2304,0.18,1.2041 wisp,wisp,21,15,17,15,0.41,1.3424,0.18,1.2041 withstanding,withstanding,15,15,15,15,0.29,1.2041,0.18,1.2041 wok,wok,38,15,34,14,0.75,1.5911,0.18,1.2041 wooded,wooded,17,15,17,15,0.33,1.2553,0.18,1.2041 workforce,workforce,17,15,17,15,0.33,1.2553,0.18,1.2041 wormholes,wormholes,28,15,26,15,0.55,1.4624,0.18,1.2041 worrier,worrier,15,15,15,15,0.29,1.2041,0.18,1.2041 worshippers,worshippers,18,15,17,14,0.35,1.2788,0.18,1.2041 wrenched,wrenched,16,15,15,15,0.31,1.2304,0.18,1.2041 wrinkly,wrinkly,17,15,15,13,0.33,1.2553,0.18,1.2041 Yam,yam,43,15,16,12,0.84,1.6435,0.18,1.2041 yearbooks,yearbooks,18,15,16,13,0.35,1.2788,0.18,1.2041 Yeh,yeh,27,15,4,4,0.53,1.4472,0.18,1.2041 Yosemite,yosemite,22,15,0,0,0.43,1.3617,0.18,1.2041 Yukon,yukon,23,15,0,0,0.45,1.3802,0.18,1.2041 yuppies,yuppies,23,15,20,14,0.45,1.3802,0.18,1.2041 Zippy,zippy,19,15,9,9,0.37,1.3010,0.18,1.2041 abandons,abandons,14,14,14,14,0.27,1.1761,0.17,1.1761 abbreviated,abbreviated,16,14,14,13,0.31,1.2304,0.17,1.1761 acetylene,acetylene,23,14,22,13,0.45,1.3802,0.17,1.1761 acronym,acronym,15,14,14,13,0.29,1.2041,0.17,1.1761 activists,activists,18,14,17,13,0.35,1.2788,0.17,1.1761 acuity,acuity,14,14,14,14,0.27,1.1761,0.17,1.1761 acutely,acutely,14,14,13,13,0.27,1.1761,0.17,1.1761 addictions,addictions,21,14,21,14,0.41,1.3424,0.17,1.1761 Adobe,adobe,24,14,8,8,0.47,1.3979,0.17,1.1761 adulation,adulation,14,14,13,13,0.27,1.1761,0.17,1.1761 advocacy,advocacy,15,14,14,13,0.29,1.2041,0.17,1.1761 affirm,affirm,17,14,15,12,0.33,1.2553,0.17,1.1761 aggressors,aggressors,15,14,15,14,0.29,1.2041,0.17,1.1761 airbag,airbag,20,14,20,14,0.39,1.3222,0.17,1.1761 airlift,airlift,14,14,10,10,0.27,1.1761,0.17,1.1761 airmail,airmail,17,14,14,12,0.33,1.2553,0.17,1.1761 akin,akin,14,14,13,13,0.27,1.1761,0.17,1.1761 Alderman,alderman,41,14,12,7,0.80,1.6232,0.17,1.1761 alerts,alerts,14,14,13,13,0.27,1.1761,0.17,1.1761 Algeria,algeria,23,14,0,0,0.45,1.3802,0.17,1.1761 alkali,alkali,18,14,11,9,0.35,1.2788,0.17,1.1761 alleging,alleging,16,14,16,14,0.31,1.2304,0.17,1.1761 allotted,allotted,14,14,14,14,0.27,1.1761,0.17,1.1761 alluded,alluded,14,14,14,14,0.27,1.1761,0.17,1.1761 altimeter,altimeter,23,14,15,10,0.45,1.3802,0.17,1.1761 androids,androids,22,14,20,12,0.43,1.3617,0.17,1.1761 ands,ands,21,14,20,13,0.41,1.3424,0.17,1.1761 anecdotal,anecdotal,19,14,16,13,0.37,1.3010,0.17,1.1761 antennas,antennas,22,14,21,13,0.43,1.3617,0.17,1.1761 antiaircraft,antiaircraft,25,14,23,13,0.49,1.4150,0.17,1.1761 apartheid,apartheid,19,14,17,12,0.37,1.3010,0.17,1.1761 applicable,applicable,14,14,14,14,0.27,1.1761,0.17,1.1761 Aramaic,aramaic,31,14,1,1,0.61,1.5051,0.17,1.1761 archeological,archeological,15,14,14,13,0.29,1.2041,0.17,1.1761 aromatherapy,aromatherapy,16,14,12,11,0.31,1.2304,0.17,1.1761 arses,arses,16,14,16,14,0.31,1.2304,0.17,1.1761 artistically,artistically,14,14,13,13,0.27,1.1761,0.17,1.1761 ascent,ascent,16,14,16,14,0.31,1.2304,0.17,1.1761 assassinating,assassinating,15,14,13,13,0.29,1.2041,0.17,1.1761 assertion,assertion,14,14,14,14,0.27,1.1761,0.17,1.1761 assimilated,assimilated,21,14,21,14,0.41,1.3424,0.17,1.1761 astonishment,astonishment,14,14,14,14,0.27,1.1761,0.17,1.1761 astrologer,astrologer,14,14,11,11,0.27,1.1761,0.17,1.1761 augment,augment,19,14,12,12,0.37,1.3010,0.17,1.1761 backless,backless,15,14,15,14,0.29,1.2041,0.17,1.1761 backlog,backlog,17,14,14,12,0.33,1.2553,0.17,1.1761 backwash,backwash,14,14,12,12,0.27,1.1761,0.17,1.1761 Barbies,barbies,17,14,2,2,0.33,1.2553,0.17,1.1761 Barnacle,barnacle,32,14,10,8,0.63,1.5185,0.17,1.1761 baseless,baseless,17,14,17,14,0.33,1.2553,0.17,1.1761 bathrobes,bathrobes,18,14,18,14,0.35,1.2788,0.17,1.1761 beanstalk,beanstalk,18,14,14,11,0.35,1.2788,0.17,1.1761 bearskin,bearskin,21,14,19,14,0.41,1.3424,0.17,1.1761 Beaujolais,beaujolais,25,14,1,1,0.49,1.4150,0.17,1.1761 beauteous,beauteous,14,14,11,11,0.27,1.1761,0.17,1.1761 bejesus,bejesus,14,14,14,14,0.27,1.1761,0.17,1.1761 bellyache,bellyache,15,14,15,14,0.29,1.2041,0.17,1.1761 benders,benders,17,14,11,11,0.33,1.2553,0.17,1.1761 besmirch,besmirch,15,14,15,14,0.29,1.2041,0.17,1.1761 betrayer,betrayer,19,14,12,12,0.37,1.3010,0.17,1.1761 bewitching,bewitching,15,14,14,14,0.29,1.2041,0.17,1.1761 bilingual,bilingual,19,14,18,13,0.37,1.3010,0.17,1.1761 biochemist,biochemist,21,14,21,14,0.41,1.3424,0.17,1.1761 biometric,biometric,16,14,15,13,0.31,1.2304,0.17,1.1761 birdseed,birdseed,18,14,16,13,0.35,1.2788,0.17,1.1761 blackened,blackened,16,14,14,12,0.31,1.2304,0.17,1.1761 blackguard,blackguard,18,14,15,12,0.35,1.2788,0.17,1.1761 Blanc,blanc,39,14,17,5,0.76,1.6021,0.17,1.1761 blazed,blazed,17,14,17,14,0.33,1.2553,0.17,1.1761 bleeping,bleeping,21,14,13,10,0.41,1.3424,0.17,1.1761 blesses,blesses,18,14,18,14,0.35,1.2788,0.17,1.1761 blighter,blighter,17,14,17,14,0.33,1.2553,0.17,1.1761 blissfully,blissfully,14,14,12,12,0.27,1.1761,0.17,1.1761 blitzkrieg,blitzkrieg,16,14,10,10,0.31,1.2304,0.17,1.1761 bloodsucker,bloodsucker,18,14,17,13,0.35,1.2788,0.17,1.1761 bloodsuckers,bloodsuckers,15,14,14,13,0.29,1.2041,0.17,1.1761 bluebirds,bluebirds,26,14,18,10,0.51,1.4314,0.17,1.1761 Boatman,boatman,30,14,14,11,0.59,1.4914,0.17,1.1761 bogeys,bogeys,28,14,25,13,0.55,1.4624,0.17,1.1761 bondsman,bondsman,26,14,26,14,0.51,1.4314,0.17,1.1761 bongos,bongos,16,14,14,13,0.31,1.2304,0.17,1.1761 bookshelves,bookshelves,16,14,16,14,0.31,1.2304,0.17,1.1761 Boomer,boomer,124,14,16,6,2.43,2.0969,0.17,1.1761 Borg,borg,75,14,0,0,1.47,1.8808,0.17,1.1761 boroughs,boroughs,14,14,14,14,0.27,1.1761,0.17,1.1761 bouncers,bouncers,19,14,19,14,0.37,1.3010,0.17,1.1761 braced,braced,14,14,14,14,0.27,1.1761,0.17,1.1761 braided,braided,18,14,17,13,0.35,1.2788,0.17,1.1761 breakout,breakout,16,14,16,14,0.31,1.2304,0.17,1.1761 Broncos,broncos,20,14,3,3,0.39,1.3222,0.17,1.1761 bulletins,bulletins,17,14,17,14,0.33,1.2553,0.17,1.1761 Burgess,burgess,49,14,0,0,0.96,1.6990,0.17,1.1761 bursitis,bursitis,22,14,21,14,0.43,1.3617,0.17,1.1761 buttock,buttock,17,14,15,13,0.33,1.2553,0.17,1.1761 buzzers,buzzers,15,14,15,14,0.29,1.2041,0.17,1.1761 Caddie,caddie,36,14,9,7,0.71,1.5682,0.17,1.1761 cadence,cadence,15,14,13,12,0.29,1.2041,0.17,1.1761 calico,calico,16,14,13,11,0.31,1.2304,0.17,1.1761 Camilla,camilla,49,14,0,0,0.96,1.6990,0.17,1.1761 Camino,camino,24,14,3,2,0.47,1.3979,0.17,1.1761 camouflaged,camouflaged,14,14,13,13,0.27,1.1761,0.17,1.1761 cappuccinos,cappuccinos,19,14,17,12,0.37,1.3010,0.17,1.1761 Caprice,caprice,37,14,5,4,0.73,1.5798,0.17,1.1761 carburettor,carburettor,20,14,19,13,0.39,1.3222,0.17,1.1761 caribou,caribou,15,14,12,11,0.29,1.2041,0.17,1.1761 carjacked,carjacked,16,14,15,13,0.31,1.2304,0.17,1.1761 cartels,cartels,23,14,22,13,0.45,1.3802,0.17,1.1761 carvings,carvings,16,14,14,12,0.31,1.2304,0.17,1.1761 catalogued,catalogued,15,14,14,13,0.29,1.2041,0.17,1.1761 catched,catched,20,14,20,14,0.39,1.3222,0.17,1.1761 caterpillars,caterpillars,18,14,16,14,0.35,1.2788,0.17,1.1761 caveat,caveat,17,14,14,12,0.33,1.2553,0.17,1.1761 centipede,centipede,22,14,17,12,0.43,1.3617,0.17,1.1761 chaise,chaise,15,14,15,14,0.29,1.2041,0.17,1.1761 chapeau,chapeau,15,14,15,14,0.29,1.2041,0.17,1.1761 Chapin,chapin,29,14,0,0,0.57,1.4771,0.17,1.1761 chives,chives,15,14,13,12,0.29,1.2041,0.17,1.1761 choker,choker,15,14,15,14,0.29,1.2041,0.17,1.1761 choreographed,choreographed,18,14,18,14,0.35,1.2788,0.17,1.1761 chucking,chucking,15,14,13,12,0.29,1.2041,0.17,1.1761 churchyard,churchyard,16,14,16,14,0.31,1.2304,0.17,1.1761 churned,churned,18,14,18,14,0.35,1.2788,0.17,1.1761 circuses,circuses,16,14,14,12,0.31,1.2304,0.17,1.1761 classier,classier,14,14,13,13,0.27,1.1761,0.17,1.1761 Claymore,claymore,35,14,14,9,0.69,1.5563,0.17,1.1761 Clearwater,clearwater,24,14,2,1,0.47,1.3979,0.17,1.1761 clerking,clerking,15,14,14,13,0.29,1.2041,0.17,1.1761 cleverer,cleverer,14,14,14,14,0.27,1.1761,0.17,1.1761 clutched,clutched,14,14,11,11,0.27,1.1761,0.17,1.1761 cockney,cockney,18,14,11,8,0.35,1.2788,0.17,1.1761 commencement,commencement,15,14,15,14,0.29,1.2041,0.17,1.1761 commendations,commendations,14,14,13,13,0.27,1.1761,0.17,1.1761 commuted,commuted,18,14,17,14,0.35,1.2788,0.17,1.1761 compensations,compensations,17,14,16,14,0.33,1.2553,0.17,1.1761 complexities,complexities,14,14,14,14,0.27,1.1761,0.17,1.1761 complying,complying,14,14,13,13,0.27,1.1761,0.17,1.1761 concoct,concoct,14,14,14,14,0.27,1.1761,0.17,1.1761 condensation,condensation,17,14,13,10,0.33,1.2553,0.17,1.1761 conditional,conditional,16,14,14,12,0.31,1.2304,0.17,1.1761 confining,confining,18,14,17,13,0.35,1.2788,0.17,1.1761 contradicting,contradicting,15,14,15,14,0.29,1.2041,0.17,1.1761 contributors,contributors,16,14,15,13,0.31,1.2304,0.17,1.1761 convalescent,convalescent,17,14,14,12,0.33,1.2553,0.17,1.1761 cornucopia,cornucopia,15,14,15,14,0.29,1.2041,0.17,1.1761 counsellors,counsellors,17,14,12,11,0.33,1.2553,0.17,1.1761 counterproductive,counterproductive,14,14,14,14,0.27,1.1761,0.17,1.1761 couture,couture,16,14,15,13,0.31,1.2304,0.17,1.1761 cowering,cowering,14,14,12,12,0.27,1.1761,0.17,1.1761 cowhand,cowhand,21,14,21,14,0.41,1.3424,0.17,1.1761 craved,craved,16,14,16,14,0.31,1.2304,0.17,1.1761 creases,creases,16,14,16,14,0.31,1.2304,0.17,1.1761 creators,creators,23,14,23,14,0.45,1.3802,0.17,1.1761 crepes,crepes,18,14,17,13,0.35,1.2788,0.17,1.1761 criminology,criminology,15,14,12,11,0.29,1.2041,0.17,1.1761 criticisms,criticisms,16,14,15,14,0.31,1.2304,0.17,1.1761 crosstown,crosstown,17,14,12,12,0.33,1.2553,0.17,1.1761 crucifying,crucifying,16,14,16,14,0.31,1.2304,0.17,1.1761 cruddy,cruddy,15,14,12,12,0.29,1.2041,0.17,1.1761 cumulus,cumulus,15,14,12,12,0.29,1.2041,0.17,1.1761 cusp,cusp,14,14,14,14,0.27,1.1761,0.17,1.1761 cutback,cutback,17,14,16,13,0.33,1.2553,0.17,1.1761 dabbling,dabbling,14,14,13,13,0.27,1.1761,0.17,1.1761 Dag,dag,31,14,10,4,0.61,1.5051,0.17,1.1761 darndest,darndest,16,14,16,14,0.31,1.2304,0.17,1.1761 dealerships,dealerships,18,14,17,13,0.35,1.2788,0.17,1.1761 debutantes,debutantes,16,14,15,14,0.31,1.2304,0.17,1.1761 deciphered,deciphered,14,14,14,14,0.27,1.1761,0.17,1.1761 decrees,decrees,17,14,17,14,0.33,1.2553,0.17,1.1761 deductive,deductive,18,14,17,14,0.35,1.2788,0.17,1.1761 deign,deign,16,14,15,13,0.31,1.2304,0.17,1.1761 delve,delve,14,14,14,14,0.27,1.1761,0.17,1.1761 demotion,demotion,16,14,16,14,0.31,1.2304,0.17,1.1761 denials,denials,15,14,15,14,0.29,1.2041,0.17,1.1761 departures,departures,16,14,15,13,0.31,1.2304,0.17,1.1761 derives,derives,14,14,14,14,0.27,1.1761,0.17,1.1761 desecrated,desecrated,17,14,17,14,0.33,1.2553,0.17,1.1761 Desi,desi,21,14,4,2,0.41,1.3424,0.17,1.1761 developers,developers,25,14,17,13,0.49,1.4150,0.17,1.1761 devising,devising,14,14,14,14,0.27,1.1761,0.17,1.1761 diagnoses,diagnoses,17,14,17,14,0.33,1.2553,0.17,1.1761 diatribe,diatribe,14,14,14,14,0.27,1.1761,0.17,1.1761 dinar,dinar,18,14,18,14,0.35,1.2788,0.17,1.1761 diorama,diorama,20,14,19,13,0.39,1.3222,0.17,1.1761 dirtied,dirtied,15,14,15,14,0.29,1.2041,0.17,1.1761 disabilities,disabilities,15,14,11,10,0.29,1.2041,0.17,1.1761 disapproving,disapproving,15,14,13,12,0.29,1.2041,0.17,1.1761 disarray,disarray,17,14,16,14,0.33,1.2553,0.17,1.1761 disembark,disembark,18,14,15,13,0.35,1.2788,0.17,1.1761 dislocation,dislocation,15,14,14,14,0.29,1.2041,0.17,1.1761 disparaged,disparaged,15,14,15,14,0.29,1.2041,0.17,1.1761 dispel,dispel,14,14,13,13,0.27,1.1761,0.17,1.1761 dispensary,dispensary,21,14,20,14,0.41,1.3424,0.17,1.1761 dispensation,dispensation,18,14,18,14,0.35,1.2788,0.17,1.1761 displace,displace,21,14,15,13,0.41,1.3424,0.17,1.1761 distorting,distorting,14,14,12,12,0.27,1.1761,0.17,1.1761 distortions,distortions,31,14,30,14,0.61,1.5051,0.17,1.1761 dividend,dividend,19,14,19,14,0.37,1.3010,0.17,1.1761 doorknobs,doorknobs,16,14,15,13,0.31,1.2304,0.17,1.1761 dotes,dotes,15,14,14,14,0.29,1.2041,0.17,1.1761 dragnet,dragnet,18,14,14,10,0.35,1.2788,0.17,1.1761 drugstores,drugstores,16,14,15,13,0.31,1.2304,0.17,1.1761 drummers,drummers,19,14,15,12,0.37,1.3010,0.17,1.1761 drumsticks,drumsticks,17,14,14,12,0.33,1.2553,0.17,1.1761 duller,duller,14,14,13,13,0.27,1.1761,0.17,1.1761 dumpy,dumpy,14,14,13,13,0.27,1.1761,0.17,1.1761 dutiful,dutiful,15,14,15,14,0.29,1.2041,0.17,1.1761 eardrum,eardrum,15,14,15,14,0.29,1.2041,0.17,1.1761 earlobes,earlobes,15,14,14,13,0.29,1.2041,0.17,1.1761 easel,easel,14,14,14,14,0.27,1.1761,0.17,1.1761 ecology,ecology,15,14,11,10,0.29,1.2041,0.17,1.1761 effeminate,effeminate,15,14,14,14,0.29,1.2041,0.17,1.1761 eggheads,eggheads,19,14,17,13,0.37,1.3010,0.17,1.1761 eggshells,eggshells,15,14,15,14,0.29,1.2041,0.17,1.1761 Elks,elks,18,14,4,4,0.35,1.2788,0.17,1.1761 elongated,elongated,16,14,16,14,0.31,1.2304,0.17,1.1761 embellish,embellish,15,14,15,14,0.29,1.2041,0.17,1.1761 emphatic,emphatic,15,14,14,13,0.29,1.2041,0.17,1.1761 employing,employing,14,14,12,12,0.27,1.1761,0.17,1.1761 encampment,encampment,16,14,16,14,0.31,1.2304,0.17,1.1761 enchiladas,enchiladas,17,14,13,12,0.33,1.2553,0.17,1.1761 encountering,encountering,14,14,14,14,0.27,1.1761,0.17,1.1761 endearment,endearment,14,14,8,8,0.27,1.1761,0.17,1.1761 engrave,engrave,15,14,15,14,0.29,1.2041,0.17,1.1761 enhances,enhances,15,14,15,14,0.29,1.2041,0.17,1.1761 enrich,enrich,14,14,12,12,0.27,1.1761,0.17,1.1761 entertains,entertains,14,14,13,13,0.27,1.1761,0.17,1.1761 entombed,entombed,14,14,13,13,0.27,1.1761,0.17,1.1761 entrees,entrees,34,14,34,14,0.67,1.5441,0.17,1.1761 enveloped,enveloped,17,14,12,12,0.33,1.2553,0.17,1.1761 environmentalists,environmentalists,15,14,15,14,0.29,1.2041,0.17,1.1761 eroding,eroding,19,14,16,14,0.37,1.3010,0.17,1.1761 estimating,estimating,15,14,8,8,0.29,1.2041,0.17,1.1761 euphemisms,euphemisms,14,14,14,14,0.27,1.1761,0.17,1.1761 Everyman,everyman,24,14,7,7,0.47,1.3979,0.17,1.1761 evidences,evidences,16,14,16,14,0.31,1.2304,0.17,1.1761 excesses,excesses,15,14,15,14,0.29,1.2041,0.17,1.1761 excludes,excludes,14,14,14,14,0.27,1.1761,0.17,1.1761 expended,expended,14,14,14,14,0.27,1.1761,0.17,1.1761 expenditures,expenditures,16,14,16,14,0.31,1.2304,0.17,1.1761 exquisitely,exquisitely,14,14,14,14,0.27,1.1761,0.17,1.1761 Exxon,exxon,16,14,0,0,0.31,1.2304,0.17,1.1761 factoring,factoring,14,14,10,10,0.27,1.1761,0.17,1.1761 failings,failings,15,14,15,14,0.29,1.2041,0.17,1.1761 Falk,falk,39,14,1,1,0.76,1.6021,0.17,1.1761 falsifying,falsifying,15,14,13,12,0.29,1.2041,0.17,1.1761 felonious,felonious,14,14,12,12,0.27,1.1761,0.17,1.1761 fertilized,fertilized,17,14,17,14,0.33,1.2553,0.17,1.1761 fervor,fervor,15,14,14,13,0.29,1.2041,0.17,1.1761 Fie,fie,34,14,12,8,0.67,1.5441,0.17,1.1761 Figaro,figaro,52,14,7,1,1.02,1.7243,0.17,1.1761 finery,finery,14,14,14,14,0.27,1.1761,0.17,1.1761 fireballs,fireballs,20,14,18,13,0.39,1.3222,0.17,1.1761 Firebird,firebird,28,14,3,2,0.55,1.4624,0.17,1.1761 flabbergasted,flabbergasted,15,14,15,14,0.29,1.2041,0.17,1.1761 flexing,flexing,16,14,16,14,0.31,1.2304,0.17,1.1761 flirtatious,flirtatious,14,14,13,13,0.27,1.1761,0.17,1.1761 flophouse,flophouse,17,14,15,12,0.33,1.2553,0.17,1.1761 Flores,flores,43,14,2,1,0.84,1.6435,0.17,1.1761 floundering,floundering,15,14,15,14,0.29,1.2041,0.17,1.1761 flowering,flowering,14,14,13,13,0.27,1.1761,0.17,1.1761 fluctuation,fluctuation,17,14,15,12,0.33,1.2553,0.17,1.1761 foggiest,foggiest,14,14,14,14,0.27,1.1761,0.17,1.1761 foretell,foretell,16,14,15,13,0.31,1.2304,0.17,1.1761 formative,formative,15,14,15,14,0.29,1.2041,0.17,1.1761 foundry,foundry,21,14,13,8,0.41,1.3424,0.17,1.1761 fritter,fritter,15,14,14,13,0.29,1.2041,0.17,1.1761 gad,gad,26,14,18,9,0.51,1.4314,0.17,1.1761 gaffer,gaffer,17,14,9,7,0.33,1.2553,0.17,1.1761 gaily,gaily,19,14,15,11,0.37,1.3010,0.17,1.1761 gallantly,gallantly,14,14,14,14,0.27,1.1761,0.17,1.1761 galls,galls,15,14,14,13,0.29,1.2041,0.17,1.1761 galoot,galoot,15,14,15,14,0.29,1.2041,0.17,1.1761 garb,garb,16,14,16,14,0.31,1.2304,0.17,1.1761 gawky,gawky,14,14,14,14,0.27,1.1761,0.17,1.1761 geneticist,geneticist,19,14,18,14,0.37,1.3010,0.17,1.1761 gimpy,gimpy,19,14,15,12,0.37,1.3010,0.17,1.1761 glittering,glittering,16,14,15,13,0.31,1.2304,0.17,1.1761 godly,godly,15,14,14,13,0.29,1.2041,0.17,1.1761 Gospels,gospels,23,14,8,6,0.45,1.3802,0.17,1.1761 gov,gov,20,14,10,8,0.39,1.3222,0.17,1.1761 Gramercy,gramercy,24,14,0,0,0.47,1.3979,0.17,1.1761 gratified,gratified,15,14,15,14,0.29,1.2041,0.17,1.1761 greenhorn,greenhorn,17,14,16,13,0.33,1.2553,0.17,1.1761 Gregor,gregor,53,14,0,0,1.04,1.7324,0.17,1.1761 grout,grout,19,14,18,13,0.37,1.3010,0.17,1.1761 guppy,guppy,18,14,14,10,0.35,1.2788,0.17,1.1761 hags,hags,14,14,14,14,0.27,1.1761,0.17,1.1761 hairpins,hairpins,22,14,22,14,0.43,1.3617,0.17,1.1761 Hales,hales,30,14,1,1,0.59,1.4914,0.17,1.1761 hangings,hangings,18,14,16,13,0.35,1.2788,0.17,1.1761 hangnail,hangnail,15,14,14,13,0.29,1.2041,0.17,1.1761 harms,harms,14,14,13,13,0.27,1.1761,0.17,1.1761 hassled,hassled,14,14,14,14,0.27,1.1761,0.17,1.1761 Hayward,hayward,29,14,0,0,0.57,1.4771,0.17,1.1761 headband,headband,21,14,21,14,0.41,1.3424,0.17,1.1761 headman,headman,15,14,15,14,0.29,1.2041,0.17,1.1761 Heep,heep,35,14,2,2,0.69,1.5563,0.17,1.1761 heirlooms,heirlooms,16,14,13,12,0.31,1.2304,0.17,1.1761 helix,helix,20,14,13,10,0.39,1.3222,0.17,1.1761 hemmed,hemmed,15,14,15,14,0.29,1.2041,0.17,1.1761 hemorrhagic,hemorrhagic,18,14,16,13,0.35,1.2788,0.17,1.1761 herded,herded,15,14,15,14,0.29,1.2041,0.17,1.1761 heroically,heroically,14,14,14,14,0.27,1.1761,0.17,1.1761 hickeys,hickeys,17,14,16,13,0.33,1.2553,0.17,1.1761 Hilly,hilly,62,14,5,5,1.22,1.7993,0.17,1.1761 hindered,hindered,14,14,14,14,0.27,1.1761,0.17,1.1761 hindrance,hindrance,14,14,14,14,0.27,1.1761,0.17,1.1761 Hing,hing,73,14,32,8,1.43,1.8692,0.17,1.1761 hissy,hissy,18,14,17,13,0.35,1.2788,0.17,1.1761 hitchhiked,hitchhiked,19,14,18,14,0.37,1.3010,0.17,1.1761 hollowed,hollowed,14,14,14,14,0.27,1.1761,0.17,1.1761 honeycomb,honeycomb,20,14,12,9,0.39,1.3222,0.17,1.1761 honeymooners,honeymooners,15,14,9,9,0.29,1.2041,0.17,1.1761 hooded,hooded,15,14,14,13,0.29,1.2041,0.17,1.1761 horsy,horsy,19,14,14,12,0.37,1.3010,0.17,1.1761 hosing,hosing,14,14,14,14,0.27,1.1761,0.17,1.1761 hothouse,hothouse,16,14,16,14,0.31,1.2304,0.17,1.1761 housekeepers,housekeepers,17,14,15,12,0.33,1.2553,0.17,1.1761 hunks,hunks,18,14,17,13,0.35,1.2788,0.17,1.1761 hydrochloric,hydrochloric,15,14,13,12,0.29,1.2041,0.17,1.1761 hyped,hyped,16,14,16,14,0.31,1.2304,0.17,1.1761 hypnotism,hypnotism,15,14,13,12,0.29,1.2041,0.17,1.1761 icons,icons,14,14,13,13,0.27,1.1761,0.17,1.1761 igloo,igloo,15,14,15,14,0.29,1.2041,0.17,1.1761 imitated,imitated,14,14,14,14,0.27,1.1761,0.17,1.1761 impacts,impacts,18,14,18,14,0.35,1.2788,0.17,1.1761 impale,impale,17,14,16,13,0.33,1.2553,0.17,1.1761 impeccably,impeccably,15,14,14,13,0.29,1.2041,0.17,1.1761 imperfection,imperfection,15,14,15,14,0.29,1.2041,0.17,1.1761 indelible,indelible,14,14,13,13,0.27,1.1761,0.17,1.1761 indiscriminately,indiscriminately,14,14,14,14,0.27,1.1761,0.17,1.1761 indoctrination,indoctrination,15,14,15,14,0.29,1.2041,0.17,1.1761 infidels,infidels,22,14,20,13,0.43,1.3617,0.17,1.1761 infirm,infirm,15,14,13,12,0.29,1.2041,0.17,1.1761 informational,informational,14,14,13,13,0.27,1.1761,0.17,1.1761 ingestion,ingestion,15,14,14,13,0.29,1.2041,0.17,1.1761 ingratitude,ingratitude,14,14,13,13,0.27,1.1761,0.17,1.1761 innovations,innovations,15,14,15,14,0.29,1.2041,0.17,1.1761 inserts,inserts,16,14,14,13,0.31,1.2304,0.17,1.1761 insinuation,insinuation,15,14,15,14,0.29,1.2041,0.17,1.1761 installments,installments,18,14,18,14,0.35,1.2788,0.17,1.1761 interned,interned,16,14,16,14,0.31,1.2304,0.17,1.1761 interplanetary,interplanetary,14,14,13,13,0.27,1.1761,0.17,1.1761 intersect,intersect,16,14,16,14,0.31,1.2304,0.17,1.1761 introspective,introspective,15,14,14,13,0.29,1.2041,0.17,1.1761 invader,invader,28,14,28,14,0.55,1.4624,0.17,1.1761 invigorating,invigorating,15,14,13,12,0.29,1.2041,0.17,1.1761 involuntarily,involuntarily,17,14,16,13,0.33,1.2553,0.17,1.1761 Isaiah,isaiah,74,14,0,0,1.45,1.8751,0.17,1.1761 Italians,italians,19,14,2,2,0.37,1.3010,0.17,1.1761 Jacko,jacko,18,14,0,0,0.35,1.2788,0.17,1.1761 javelin,javelin,24,14,18,12,0.47,1.3979,0.17,1.1761 Jays,jays,15,14,4,4,0.29,1.2041,0.17,1.1761 Jeffersonian,jeffersonian,33,14,0,0,0.65,1.5315,0.17,1.1761 jellies,jellies,18,14,16,14,0.35,1.2788,0.17,1.1761 jewelers,jewelers,21,14,19,13,0.41,1.3424,0.17,1.1761 jitterbug,jitterbug,19,14,12,11,0.37,1.3010,0.17,1.1761 jobless,jobless,17,14,17,14,0.33,1.2553,0.17,1.1761 jus,jus,23,14,21,12,0.45,1.3802,0.17,1.1761 Kern,kern,58,14,1,1,1.14,1.7709,0.17,1.1761 keyholes,keyholes,15,14,15,14,0.29,1.2041,0.17,1.1761 kickback,kickback,15,14,15,14,0.29,1.2041,0.17,1.1761 kickboxing,kickboxing,22,14,22,14,0.43,1.3617,0.17,1.1761 kike,kike,22,14,20,12,0.43,1.3617,0.17,1.1761 kiln,kiln,19,14,19,14,0.37,1.3010,0.17,1.1761 kinfolk,kinfolk,18,14,13,12,0.35,1.2788,0.17,1.1761 kiosk,kiosk,23,14,19,13,0.45,1.3802,0.17,1.1761 knackered,knackered,19,14,19,14,0.37,1.3010,0.17,1.1761 knave,knave,19,14,17,12,0.37,1.3010,0.17,1.1761 knockdown,knockdown,18,14,16,14,0.35,1.2788,0.17,1.1761 koala,koala,31,14,19,11,0.61,1.5051,0.17,1.1761 Kodiak,kodiak,58,14,1,1,1.14,1.7709,0.17,1.1761 kumquat,kumquat,24,14,13,11,0.47,1.3979,0.17,1.1761 landscaper,landscaper,19,14,19,14,0.37,1.3010,0.17,1.1761 lapels,lapels,22,14,21,13,0.43,1.3617,0.17,1.1761 Lat,lat,33,14,5,4,0.65,1.5315,0.17,1.1761 lawyering,lawyering,14,14,13,13,0.27,1.1761,0.17,1.1761 leadin,leadin,19,14,19,14,0.37,1.3010,0.17,1.1761 Lei,lei,37,14,12,8,0.73,1.5798,0.17,1.1761 leprechauns,leprechauns,37,14,31,12,0.73,1.5798,0.17,1.1761 lettering,lettering,23,14,22,14,0.45,1.3802,0.17,1.1761 lighters,lighters,14,14,14,14,0.27,1.1761,0.17,1.1761 likin,likin,16,14,15,13,0.31,1.2304,0.17,1.1761 limeys,limeys,17,14,13,11,0.33,1.2553,0.17,1.1761 linguistics,linguistics,25,14,18,10,0.49,1.4150,0.17,1.1761 Liquors,liquors,16,14,4,4,0.31,1.2304,0.17,1.1761 lockjaw,lockjaw,14,14,13,13,0.27,1.1761,0.17,1.1761 logistical,logistical,14,14,13,13,0.27,1.1761,0.17,1.1761 loners,loners,16,14,14,14,0.31,1.2304,0.17,1.1761 loosing,loosing,14,14,14,14,0.27,1.1761,0.17,1.1761 Lorry,lorry,61,14,28,11,1.20,1.7924,0.17,1.1761 Lothario,lothario,14,14,3,3,0.27,1.1761,0.17,1.1761 lubricated,lubricated,18,14,17,13,0.35,1.2788,0.17,1.1761 lummox,lummox,14,14,13,13,0.27,1.1761,0.17,1.1761 lustrous,lustrous,15,14,15,14,0.29,1.2041,0.17,1.1761 Lysol,lysol,15,14,1,1,0.29,1.2041,0.17,1.1761 macaroons,macaroons,22,14,17,13,0.43,1.3617,0.17,1.1761 manana,manana,18,14,9,9,0.35,1.2788,0.17,1.1761 mangle,mangle,14,14,13,13,0.27,1.1761,0.17,1.1761 Mariner,mariner,22,14,6,6,0.43,1.3617,0.17,1.1761 marketable,marketable,14,14,14,14,0.27,1.1761,0.17,1.1761 massing,massing,18,14,17,13,0.35,1.2788,0.17,1.1761 matchmaking,matchmaking,15,14,13,13,0.29,1.2041,0.17,1.1761 Mau,mau,48,14,6,3,0.94,1.6902,0.17,1.1761 Mavis,mavis,89,14,0,0,1.75,1.9542,0.17,1.1761 melee,melee,14,14,13,13,0.27,1.1761,0.17,1.1761 Mensa,mensa,15,14,3,3,0.29,1.2041,0.17,1.1761 methodically,methodically,14,14,14,14,0.27,1.1761,0.17,1.1761 middlemen,middlemen,14,14,13,13,0.27,1.1761,0.17,1.1761 militarily,militarily,15,14,12,11,0.29,1.2041,0.17,1.1761 milkmaid,milkmaid,19,14,18,14,0.37,1.3010,0.17,1.1761 milkshakes,milkshakes,17,14,16,14,0.33,1.2553,0.17,1.1761 Minotaur,minotaur,25,14,1,1,0.49,1.4150,0.17,1.1761 Mir,mir,17,14,6,6,0.33,1.2553,0.17,1.1761 misconstrued,misconstrued,15,14,15,14,0.29,1.2041,0.17,1.1761 miseries,miseries,15,14,15,14,0.29,1.2041,0.17,1.1761 misfortunes,misfortunes,15,14,15,14,0.29,1.2041,0.17,1.1761 misinformation,misinformation,14,14,13,13,0.27,1.1761,0.17,1.1761 misrepresented,misrepresented,14,14,14,14,0.27,1.1761,0.17,1.1761 mistreat,mistreat,15,14,14,13,0.29,1.2041,0.17,1.1761 mites,mites,19,14,19,14,0.37,1.3010,0.17,1.1761 mobilizing,mobilizing,15,14,14,14,0.29,1.2041,0.17,1.1761 Mohawk,mohawk,24,14,9,4,0.47,1.3979,0.17,1.1761 molestation,molestation,18,14,18,14,0.35,1.2788,0.17,1.1761 Molto,molto,50,14,9,9,0.98,1.7076,0.17,1.1761 moneys,moneys,20,14,20,14,0.39,1.3222,0.17,1.1761 monos,monos,16,14,16,14,0.31,1.2304,0.17,1.1761 Monterey,monterey,51,14,0,0,1.00,1.7160,0.17,1.1761 Montezuma,montezuma,16,14,0,0,0.31,1.2304,0.17,1.1761 motoring,motoring,16,14,12,11,0.31,1.2304,0.17,1.1761 mountainside,mountainside,14,14,13,13,0.27,1.1761,0.17,1.1761 mourns,mourns,15,14,13,12,0.29,1.2041,0.17,1.1761 Muller,muller,75,14,1,1,1.47,1.8808,0.17,1.1761 multimedia,multimedia,28,14,24,12,0.55,1.4624,0.17,1.1761 Mustangs,mustangs,37,14,11,4,0.73,1.5798,0.17,1.1761 mustered,mustered,19,14,18,13,0.37,1.3010,0.17,1.1761 mutating,mutating,14,14,13,13,0.27,1.1761,0.17,1.1761 muumuu,muumuu,15,14,15,14,0.29,1.2041,0.17,1.1761 myocardial,myocardial,15,14,12,11,0.29,1.2041,0.17,1.1761 Nance,nance,37,14,3,2,0.73,1.5798,0.17,1.1761 nastier,nastier,14,14,14,14,0.27,1.1761,0.17,1.1761 navigating,navigating,14,14,13,13,0.27,1.1761,0.17,1.1761 neatest,neatest,15,14,15,14,0.29,1.2041,0.17,1.1761 necrophilia,necrophilia,16,14,14,12,0.31,1.2304,0.17,1.1761 Nestle,nestle,20,14,9,8,0.39,1.3222,0.17,1.1761 newfangled,newfangled,15,14,15,14,0.29,1.2041,0.17,1.1761 newsman,newsman,20,14,14,12,0.39,1.3222,0.17,1.1761 newsmen,newsmen,15,14,15,14,0.29,1.2041,0.17,1.1761 Newtons,newtons,20,14,3,2,0.39,1.3222,0.17,1.1761 Nite,nite,47,14,7,4,0.92,1.6812,0.17,1.1761 nomine,nomine,16,14,16,14,0.31,1.2304,0.17,1.1761 nonprofit,nonprofit,16,14,15,14,0.31,1.2304,0.17,1.1761 Nordic,nordic,17,14,0,0,0.33,1.2553,0.17,1.1761 Novocain,novocain,15,14,0,0,0.29,1.2041,0.17,1.1761 nudging,nudging,15,14,12,11,0.29,1.2041,0.17,1.1761 nuked,nuked,14,14,14,14,0.27,1.1761,0.17,1.1761 numerical,numerical,20,14,18,13,0.39,1.3222,0.17,1.1761 occasioned,occasioned,14,14,14,14,0.27,1.1761,0.17,1.1761 occurrences,occurrences,14,14,14,14,0.27,1.1761,0.17,1.1761 odorless,odorless,14,14,12,12,0.27,1.1761,0.17,1.1761 ogling,ogling,14,14,14,14,0.27,1.1761,0.17,1.1761 Okeydoke,okeydoke,17,14,1,1,0.33,1.2553,0.17,1.1761 omnipotent,omnipotent,19,14,12,11,0.37,1.3010,0.17,1.1761 omniscient,omniscient,17,14,14,13,0.33,1.2553,0.17,1.1761 Opal,opal,52,14,6,3,1.02,1.7243,0.17,1.1761 operandi,operandi,19,14,19,14,0.37,1.3010,0.17,1.1761 operatic,operatic,14,14,14,14,0.27,1.1761,0.17,1.1761 optimal,optimal,15,14,15,14,0.29,1.2041,0.17,1.1761 orchestrate,orchestrate,14,14,14,14,0.27,1.1761,0.17,1.1761 ores,ores,20,14,20,14,0.39,1.3222,0.17,1.1761 organising,organising,14,14,14,14,0.27,1.1761,0.17,1.1761 organizes,organizes,15,14,15,14,0.29,1.2041,0.17,1.1761 orphanages,orphanages,15,14,14,13,0.29,1.2041,0.17,1.1761 outclassed,outclassed,14,14,13,13,0.27,1.1761,0.17,1.1761 outthink,outthink,14,14,14,14,0.27,1.1761,0.17,1.1761 ouzo,ouzo,18,14,11,10,0.35,1.2788,0.17,1.1761 overheat,overheat,18,14,17,13,0.35,1.2788,0.17,1.1761 overnights,overnights,16,14,13,13,0.31,1.2304,0.17,1.1761 overstayed,overstayed,14,14,14,14,0.27,1.1761,0.17,1.1761 overwhelmingly,overwhelmingly,15,14,15,14,0.29,1.2041,0.17,1.1761 paced,paced,14,14,14,14,0.27,1.1761,0.17,1.1761 pageants,pageants,27,14,26,14,0.53,1.4472,0.17,1.1761 paleontology,paleontology,21,14,17,13,0.41,1.3424,0.17,1.1761 pallbearers,pallbearers,16,14,16,14,0.31,1.2304,0.17,1.1761 pallet,pallet,21,14,20,14,0.41,1.3424,0.17,1.1761 paragon,paragon,15,14,14,14,0.29,1.2041,0.17,1.1761 Pard,pard,53,14,19,12,1.04,1.7324,0.17,1.1761 parlance,parlance,15,14,14,13,0.29,1.2041,0.17,1.1761 passable,passable,14,14,12,12,0.27,1.1761,0.17,1.1761 Passover,passover,48,14,4,1,0.94,1.6902,0.17,1.1761 patchouli,patchouli,24,14,15,13,0.47,1.3979,0.17,1.1761 patrolled,patrolled,14,14,14,14,0.27,1.1761,0.17,1.1761 pecked,pecked,16,14,15,13,0.31,1.2304,0.17,1.1761 peckerwood,peckerwood,19,14,14,10,0.37,1.3010,0.17,1.1761 peckish,peckish,14,14,13,13,0.27,1.1761,0.17,1.1761 peeler,peeler,15,14,15,14,0.29,1.2041,0.17,1.1761 perils,perils,17,14,15,14,0.33,1.2553,0.17,1.1761 persisted,persisted,14,14,14,14,0.27,1.1761,0.17,1.1761 petulant,petulant,16,14,16,14,0.31,1.2304,0.17,1.1761 Pg,pg,49,14,0,0,0.96,1.6990,0.17,1.1761 philanthropic,philanthropic,16,14,12,12,0.31,1.2304,0.17,1.1761 piecing,piecing,14,14,13,13,0.27,1.1761,0.17,1.1761 pitchforks,pitchforks,14,14,14,14,0.27,1.1761,0.17,1.1761 pitfalls,pitfalls,14,14,14,14,0.27,1.1761,0.17,1.1761 pivot,pivot,23,14,16,13,0.45,1.3802,0.17,1.1761 plentiful,plentiful,15,14,15,14,0.29,1.2041,0.17,1.1761 ply,ply,16,14,15,13,0.31,1.2304,0.17,1.1761 Poco,poco,38,14,5,5,0.75,1.5911,0.17,1.1761 pocus,pocus,18,14,12,12,0.35,1.2788,0.17,1.1761 polling,polling,20,14,20,14,0.39,1.3222,0.17,1.1761 pompoms,pompoms,16,14,14,13,0.31,1.2304,0.17,1.1761 popes,popes,15,14,10,10,0.29,1.2041,0.17,1.1761 popper,popper,20,14,10,9,0.39,1.3222,0.17,1.1761 populace,populace,16,14,16,14,0.31,1.2304,0.17,1.1761 porpoise,porpoise,18,14,15,13,0.35,1.2788,0.17,1.1761 portraying,portraying,17,14,17,14,0.33,1.2553,0.17,1.1761 postscript,postscript,16,14,12,10,0.31,1.2304,0.17,1.1761 prawn,prawn,26,14,18,9,0.51,1.4314,0.17,1.1761 preamble,preamble,16,14,16,14,0.31,1.2304,0.17,1.1761 precede,precede,14,14,13,13,0.27,1.1761,0.17,1.1761 preclude,preclude,15,14,15,14,0.29,1.2041,0.17,1.1761 precludes,precludes,15,14,15,14,0.29,1.2041,0.17,1.1761 preparatory,preparatory,15,14,12,11,0.29,1.2041,0.17,1.1761 pretences,pretences,16,14,16,14,0.31,1.2304,0.17,1.1761 previews,previews,14,14,14,14,0.27,1.1761,0.17,1.1761 preyed,preyed,15,14,15,14,0.29,1.2041,0.17,1.1761 primaries,primaries,19,14,16,12,0.37,1.3010,0.17,1.1761 processors,processors,15,14,14,13,0.29,1.2041,0.17,1.1761 proms,proms,15,14,12,11,0.29,1.2041,0.17,1.1761 pronouns,pronouns,14,14,14,14,0.27,1.1761,0.17,1.1761 Protestants,protestants,15,14,1,1,0.29,1.2041,0.17,1.1761 Provolone,provolone,80,14,12,12,1.57,1.9085,0.17,1.1761 Psi,psi,24,14,11,8,0.47,1.3979,0.17,1.1761 psychotics,psychotics,16,14,15,13,0.31,1.2304,0.17,1.1761 pterodactyl,pterodactyl,20,14,13,12,0.39,1.3222,0.17,1.1761 publishes,publishes,18,14,18,14,0.35,1.2788,0.17,1.1761 puncher,puncher,16,14,15,14,0.31,1.2304,0.17,1.1761 purview,purview,16,14,16,14,0.31,1.2304,0.17,1.1761 pyre,pyre,15,14,15,14,0.29,1.2041,0.17,1.1761 quotient,quotient,17,14,17,14,0.33,1.2553,0.17,1.1761 radiologist,radiologist,20,14,17,14,0.39,1.3222,0.17,1.1761 rainfall,rainfall,17,14,15,12,0.33,1.2553,0.17,1.1761 rambunctious,rambunctious,14,14,14,14,0.27,1.1761,0.17,1.1761 ratios,ratios,14,14,14,14,0.27,1.1761,0.17,1.1761 rattrap,rattrap,17,14,16,14,0.33,1.2553,0.17,1.1761 raunchy,raunchy,18,14,17,13,0.35,1.2788,0.17,1.1761 rayon,rayon,16,14,14,13,0.31,1.2304,0.17,1.1761 rebate,rebate,16,14,16,14,0.31,1.2304,0.17,1.1761 rebuke,rebuke,15,14,15,14,0.29,1.2041,0.17,1.1761 recast,recast,16,14,16,14,0.31,1.2304,0.17,1.1761 receptors,receptors,30,14,30,14,0.59,1.4914,0.17,1.1761 reckons,reckons,28,14,28,14,0.55,1.4624,0.17,1.1761 reconsidering,reconsidering,16,14,15,14,0.31,1.2304,0.17,1.1761 recruiters,recruiters,18,14,18,14,0.35,1.2788,0.17,1.1761 redefine,redefine,15,14,13,13,0.29,1.2041,0.17,1.1761 reentry,reentry,37,14,33,14,0.73,1.5798,0.17,1.1761 reflux,reflux,18,14,17,13,0.35,1.2788,0.17,1.1761 reformatory,reformatory,18,14,15,12,0.35,1.2788,0.17,1.1761 refueling,refueling,20,14,20,14,0.39,1.3222,0.17,1.1761 regiments,regiments,17,14,17,14,0.33,1.2553,0.17,1.1761 reinforces,reinforces,14,14,14,14,0.27,1.1761,0.17,1.1761 reinforcing,reinforcing,14,14,13,13,0.27,1.1761,0.17,1.1761 remodeled,remodeled,14,14,14,14,0.27,1.1761,0.17,1.1761 reptilian,reptilian,16,14,14,13,0.31,1.2304,0.17,1.1761 Requiem,requiem,19,14,6,6,0.37,1.3010,0.17,1.1761 requisitioned,requisitioned,15,14,14,13,0.29,1.2041,0.17,1.1761 rereading,rereading,15,14,13,13,0.29,1.2041,0.17,1.1761 researches,researches,17,14,16,13,0.33,1.2553,0.17,1.1761 resembled,resembled,16,14,16,14,0.31,1.2304,0.17,1.1761 restructuring,restructuring,18,14,13,13,0.35,1.2788,0.17,1.1761 retinas,retinas,15,14,15,14,0.29,1.2041,0.17,1.1761 retrograde,retrograde,17,14,15,12,0.33,1.2553,0.17,1.1761 revising,revising,14,14,11,11,0.27,1.1761,0.17,1.1761 Ridley,ridley,96,14,0,0,1.88,1.9868,0.17,1.1761 rifleman,rifleman,27,14,17,10,0.53,1.4472,0.17,1.1761 Rorschach,rorschach,15,14,2,2,0.29,1.2041,0.17,1.1761 roughhouse,roughhouse,14,14,14,14,0.27,1.1761,0.17,1.1761 roughneck,roughneck,32,14,18,12,0.63,1.5185,0.17,1.1761 Rowan,rowan,86,14,2,2,1.69,1.9395,0.17,1.1761 saith,saith,15,14,15,14,0.29,1.2041,0.17,1.1761 salesperson,salesperson,17,14,15,12,0.33,1.2553,0.17,1.1761 salvo,salvo,19,14,16,11,0.37,1.3010,0.17,1.1761 sampler,sampler,16,14,14,12,0.31,1.2304,0.17,1.1761 sanctified,sanctified,20,14,18,13,0.39,1.3222,0.17,1.1761 sarcophagus,sarcophagus,31,14,30,14,0.61,1.5051,0.17,1.1761 Sassafras,sassafras,32,14,14,11,0.63,1.5185,0.17,1.1761 savagery,savagery,14,14,10,10,0.27,1.1761,0.17,1.1761 scabs,scabs,16,14,13,12,0.31,1.2304,0.17,1.1761 scald,scald,14,14,14,14,0.27,1.1761,0.17,1.1761 scaly,scaly,16,14,15,13,0.31,1.2304,0.17,1.1761 Scot,scot,16,14,4,4,0.31,1.2304,0.17,1.1761 scotches,scotches,19,14,13,8,0.37,1.3010,0.17,1.1761 scrying,scrying,20,14,16,12,0.39,1.3222,0.17,1.1761 Seconal,seconal,14,14,0,0,0.27,1.1761,0.17,1.1761 secretarial,secretarial,16,14,14,13,0.31,1.2304,0.17,1.1761 seepage,seepage,17,14,16,13,0.33,1.2553,0.17,1.1761 seesaw,seesaw,22,14,17,13,0.43,1.3617,0.17,1.1761 sequined,sequined,14,14,14,14,0.27,1.1761,0.17,1.1761 serotonin,serotonin,16,14,16,14,0.31,1.2304,0.17,1.1761 setter,setter,19,14,18,13,0.37,1.3010,0.17,1.1761 sews,sews,16,14,14,12,0.31,1.2304,0.17,1.1761 shamefully,shamefully,14,14,14,14,0.27,1.1761,0.17,1.1761 shards,shards,19,14,18,13,0.37,1.3010,0.17,1.1761 Sharps,sharps,19,14,7,6,0.37,1.3010,0.17,1.1761 shaver,shaver,24,14,13,11,0.47,1.3979,0.17,1.1761 Shetland,shetland,15,14,0,0,0.29,1.2041,0.17,1.1761 shipyards,shipyards,18,14,15,12,0.35,1.2788,0.17,1.1761 shoplift,shoplift,17,14,17,14,0.33,1.2553,0.17,1.1761 shortwave,shortwave,20,14,19,14,0.39,1.3222,0.17,1.1761 showy,showy,15,14,14,13,0.29,1.2041,0.17,1.1761 shrubs,shrubs,16,14,15,13,0.31,1.2304,0.17,1.1761 Sierras,sierras,17,14,1,1,0.33,1.2553,0.17,1.1761 sizeable,sizeable,16,14,16,14,0.31,1.2304,0.17,1.1761 skulk,skulk,15,14,15,14,0.29,1.2041,0.17,1.1761 Slasher,slasher,23,14,6,5,0.45,1.3802,0.17,1.1761 slats,slats,20,14,18,13,0.39,1.3222,0.17,1.1761 slaw,slaw,17,14,16,13,0.33,1.2553,0.17,1.1761 slung,slung,16,14,16,14,0.31,1.2304,0.17,1.1761 snakebite,snakebite,16,14,15,13,0.31,1.2304,0.17,1.1761 Snakeskin,snakeskin,35,14,17,11,0.69,1.5563,0.17,1.1761 snarls,snarls,17,14,15,12,0.33,1.2553,0.17,1.1761 sniffer,sniffer,17,14,17,14,0.33,1.2553,0.17,1.1761 snit,snit,14,14,14,14,0.27,1.1761,0.17,1.1761 snuggled,snuggled,16,14,14,13,0.31,1.2304,0.17,1.1761 sobers,sobers,14,14,14,14,0.27,1.1761,0.17,1.1761 sociopathic,sociopathic,14,14,11,11,0.27,1.1761,0.17,1.1761 Somalia,somalia,16,14,0,0,0.31,1.2304,0.17,1.1761 sombrero,sombrero,14,14,11,11,0.27,1.1761,0.17,1.1761 sorceress,sorceress,18,14,17,13,0.35,1.2788,0.17,1.1761 sorrel,sorrel,21,14,19,13,0.41,1.3424,0.17,1.1761 soused,soused,15,14,15,14,0.29,1.2041,0.17,1.1761 Spacey,spacey,26,14,8,7,0.51,1.4314,0.17,1.1761 Spalding,spalding,20,14,2,1,0.39,1.3222,0.17,1.1761 sparklers,sparklers,17,14,17,14,0.33,1.2553,0.17,1.1761 Spiller,spiller,47,14,0,0,0.92,1.6812,0.17,1.1761 spliced,spliced,16,14,15,14,0.31,1.2304,0.17,1.1761 splutters,splutters,14,14,11,11,0.27,1.1761,0.17,1.1761 spooning,spooning,20,14,16,14,0.39,1.3222,0.17,1.1761 sportswear,sportswear,19,14,18,14,0.37,1.3010,0.17,1.1761 squalor,squalor,15,14,14,13,0.29,1.2041,0.17,1.1761 squaws,squaws,20,14,19,13,0.39,1.3222,0.17,1.1761 Stafford,stafford,81,14,0,0,1.59,1.9138,0.17,1.1761 stagnant,stagnant,14,14,12,12,0.27,1.1761,0.17,1.1761 stairwells,stairwells,16,14,15,13,0.31,1.2304,0.17,1.1761 staph,staph,25,14,23,13,0.49,1.4150,0.17,1.1761 starched,starched,14,14,13,13,0.27,1.1761,0.17,1.1761 startup,startup,14,14,12,12,0.27,1.1761,0.17,1.1761 stasis,stasis,19,14,16,12,0.37,1.3010,0.17,1.1761 steamship,steamship,24,14,19,11,0.47,1.3979,0.17,1.1761 steely,steely,14,14,8,8,0.27,1.1761,0.17,1.1761 stillborn,stillborn,15,14,15,14,0.29,1.2041,0.17,1.1761 Stoker,stoker,87,14,6,6,1.71,1.9445,0.17,1.1761 storehouse,storehouse,16,14,16,14,0.31,1.2304,0.17,1.1761 storeys,storeys,16,14,16,14,0.31,1.2304,0.17,1.1761 stowaways,stowaways,25,14,20,14,0.49,1.4150,0.17,1.1761 striding,striding,14,14,14,14,0.27,1.1761,0.17,1.1761 subcutaneous,subcutaneous,14,14,12,12,0.27,1.1761,0.17,1.1761 subsided,subsided,14,14,14,14,0.27,1.1761,0.17,1.1761 Subtitling,subtitling,14,14,0,0,0.27,1.1761,0.17,1.1761 sullied,sullied,15,14,15,14,0.29,1.2041,0.17,1.1761 summerhouse,summerhouse,22,14,22,14,0.43,1.3617,0.17,1.1761 sumptuous,sumptuous,16,14,16,14,0.31,1.2304,0.17,1.1761 sunstroke,sunstroke,15,14,14,13,0.29,1.2041,0.17,1.1761 supervisory,supervisory,16,14,11,10,0.31,1.2304,0.17,1.1761 supposition,supposition,16,14,14,12,0.31,1.2304,0.17,1.1761 surging,surging,17,14,16,13,0.33,1.2553,0.17,1.1761 surpasses,surpasses,16,14,16,14,0.31,1.2304,0.17,1.1761 surveyed,surveyed,15,14,15,14,0.29,1.2041,0.17,1.1761 swarthy,swarthy,20,14,17,13,0.39,1.3222,0.17,1.1761 swatch,swatch,18,14,12,10,0.35,1.2788,0.17,1.1761 Sweetwater,sweetwater,72,14,1,1,1.41,1.8633,0.17,1.1761 switcheroo,switcheroo,15,14,13,13,0.29,1.2041,0.17,1.1761 synthesis,synthesis,15,14,14,13,0.29,1.2041,0.17,1.1761 tackles,tackles,15,14,15,14,0.29,1.2041,0.17,1.1761 tactless,tactless,14,14,13,13,0.27,1.1761,0.17,1.1761 tadpole,tadpole,30,14,24,12,0.59,1.4914,0.17,1.1761 tadpoles,tadpoles,28,14,16,9,0.55,1.4624,0.17,1.1761 Tamara,tamara,55,14,0,0,1.08,1.7482,0.17,1.1761 tangy,tangy,17,14,14,11,0.33,1.2553,0.17,1.1761 tarred,tarred,15,14,12,11,0.29,1.2041,0.17,1.1761 Tartarus,tartarus,34,14,0,0,0.67,1.5441,0.17,1.1761 taupe,taupe,35,14,30,14,0.69,1.5563,0.17,1.1761 teal,teal,26,14,15,10,0.51,1.4314,0.17,1.1761 teat,teat,16,14,15,14,0.31,1.2304,0.17,1.1761 telekinesis,telekinesis,21,14,16,12,0.41,1.3424,0.17,1.1761 telescopes,telescopes,24,14,23,13,0.47,1.3979,0.17,1.1761 tenacity,tenacity,14,14,13,13,0.27,1.1761,0.17,1.1761 tenderfoot,tenderfoot,25,14,21,13,0.49,1.4150,0.17,1.1761 tester,tester,17,14,17,14,0.33,1.2553,0.17,1.1761 thermometers,thermometers,14,14,13,13,0.27,1.1761,0.17,1.1761 thespian,thespian,17,14,15,12,0.33,1.2553,0.17,1.1761 thievery,thievery,14,14,13,13,0.27,1.1761,0.17,1.1761 thrush,thrush,19,14,16,12,0.37,1.3010,0.17,1.1761 thunderbolts,thunderbolts,17,14,14,13,0.33,1.2553,0.17,1.1761 tigress,tigress,14,14,12,12,0.27,1.1761,0.17,1.1761 Tippy,tippy,27,14,4,3,0.53,1.4472,0.17,1.1761 tiptop,tiptop,14,14,12,12,0.27,1.1761,0.17,1.1761 tirelessly,tirelessly,14,14,14,14,0.27,1.1761,0.17,1.1761 titillating,titillating,14,14,13,13,0.27,1.1761,0.17,1.1761 Titrate,titrate,16,14,7,7,0.31,1.2304,0.17,1.1761 tomboy,tomboy,15,14,13,13,0.29,1.2041,0.17,1.1761 tonsil,tonsil,18,14,12,11,0.35,1.2788,0.17,1.1761 transgressions,transgressions,16,14,16,14,0.31,1.2304,0.17,1.1761 translations,translations,22,14,22,14,0.43,1.3617,0.17,1.1761 trashcan,trashcan,19,14,15,13,0.37,1.3010,0.17,1.1761 trimmer,trimmer,15,14,14,14,0.29,1.2041,0.17,1.1761 Tripoli,tripoli,19,14,0,0,0.37,1.3010,0.17,1.1761 trove,trove,17,14,16,13,0.33,1.2553,0.17,1.1761 tuppence,tuppence,22,14,19,11,0.43,1.3617,0.17,1.1761 unauthorised,unauthorised,17,14,13,11,0.33,1.2553,0.17,1.1761 uncontrolled,uncontrolled,15,14,13,13,0.29,1.2041,0.17,1.1761 undermined,undermined,14,14,14,14,0.27,1.1761,0.17,1.1761 undershirt,undershirt,15,14,15,14,0.29,1.2041,0.17,1.1761 undeveloped,undeveloped,14,14,13,13,0.27,1.1761,0.17,1.1761 unescorted,unescorted,17,14,17,14,0.33,1.2553,0.17,1.1761 unify,unify,14,14,14,14,0.27,1.1761,0.17,1.1761 unilaterally,unilaterally,15,14,15,14,0.29,1.2041,0.17,1.1761 unimaginative,unimaginative,15,14,15,14,0.29,1.2041,0.17,1.1761 unimpressed,unimpressed,16,14,14,13,0.31,1.2304,0.17,1.1761 uninformed,uninformed,15,14,15,14,0.29,1.2041,0.17,1.1761 uniting,uniting,15,14,14,13,0.29,1.2041,0.17,1.1761 unleashing,unleashing,17,14,12,11,0.33,1.2553,0.17,1.1761 unquestionably,unquestionably,14,14,8,8,0.27,1.1761,0.17,1.1761 unrecognizable,unrecognizable,14,14,13,13,0.27,1.1761,0.17,1.1761 unveiled,unveiled,14,14,14,14,0.27,1.1761,0.17,1.1761 unwitting,unwitting,14,14,14,14,0.27,1.1761,0.17,1.1761 upping,upping,14,14,11,11,0.27,1.1761,0.17,1.1761 uprooted,uprooted,14,14,13,13,0.27,1.1761,0.17,1.1761 upwind,upwind,18,14,18,14,0.35,1.2788,0.17,1.1761 uterine,uterine,18,14,14,11,0.35,1.2788,0.17,1.1761 vacuous,vacuous,16,14,16,14,0.31,1.2304,0.17,1.1761 valets,valets,20,14,18,14,0.39,1.3222,0.17,1.1761 validated,validated,14,14,14,14,0.27,1.1761,0.17,1.1761 vandalizing,vandalizing,15,14,13,12,0.29,1.2041,0.17,1.1761 Vassal,vassal,38,14,6,5,0.75,1.5911,0.17,1.1761 Vd,vd,17,14,1,1,0.33,1.2553,0.17,1.1761 venal,venal,15,14,15,14,0.29,1.2041,0.17,1.1761 venerable,venerable,14,14,14,14,0.27,1.1761,0.17,1.1761 Venezuelan,venezuelan,15,14,0,0,0.29,1.2041,0.17,1.1761 vestibule,vestibule,20,14,17,14,0.39,1.3222,0.17,1.1761 vibrates,vibrates,15,14,15,14,0.29,1.2041,0.17,1.1761 Vichy,vichy,35,14,0,0,0.69,1.5563,0.17,1.1761 victimless,victimless,19,14,17,14,0.37,1.3010,0.17,1.1761 vise,vise,20,14,20,14,0.39,1.3222,0.17,1.1761 volition,volition,15,14,15,14,0.29,1.2041,0.17,1.1761 vying,vying,14,14,14,14,0.27,1.1761,0.17,1.1761 waging,waging,14,14,14,14,0.27,1.1761,0.17,1.1761 waistline,waistline,23,14,23,14,0.45,1.3802,0.17,1.1761 wands,wands,18,14,14,10,0.35,1.2788,0.17,1.1761 warlike,warlike,14,14,14,14,0.27,1.1761,0.17,1.1761 warring,warring,15,14,14,13,0.29,1.2041,0.17,1.1761 wasabi,wasabi,15,14,10,10,0.29,1.2041,0.17,1.1761 washcloth,washcloth,19,14,17,12,0.37,1.3010,0.17,1.1761 washers,washers,17,14,15,13,0.33,1.2553,0.17,1.1761 wastepaper,wastepaper,16,14,15,13,0.31,1.2304,0.17,1.1761 watchdogs,watchdogs,18,14,16,13,0.35,1.2788,0.17,1.1761 wavelengths,wavelengths,17,14,17,14,0.33,1.2553,0.17,1.1761 weaves,weaves,16,14,15,13,0.31,1.2304,0.17,1.1761 wedges,wedges,17,14,16,14,0.33,1.2553,0.17,1.1761 Weller,weller,37,14,1,1,0.73,1.5798,0.17,1.1761 whippoorwill,whippoorwill,27,14,25,13,0.53,1.4472,0.17,1.1761 widening,widening,14,14,14,14,0.27,1.1761,0.17,1.1761 wielding,wielding,14,14,14,14,0.27,1.1761,0.17,1.1761 wigging,wigging,19,14,19,14,0.37,1.3010,0.17,1.1761 Wiggy,wiggy,31,14,13,12,0.61,1.5051,0.17,1.1761 wisecrack,wisecrack,14,14,14,14,0.27,1.1761,0.17,1.1761 wizardry,wizardry,20,14,12,10,0.39,1.3222,0.17,1.1761 Wolverine,wolverine,32,14,6,4,0.63,1.5185,0.17,1.1761 Woodrow,woodrow,18,14,0,0,0.35,1.2788,0.17,1.1761 wracked,wracked,17,14,17,14,0.33,1.2553,0.17,1.1761 wrenches,wrenches,15,14,15,14,0.29,1.2041,0.17,1.1761 wretches,wretches,15,14,15,14,0.29,1.2041,0.17,1.1761 wrung,wrung,14,14,14,14,0.27,1.1761,0.17,1.1761 wussy,wussy,19,14,19,14,0.37,1.3010,0.17,1.1761 yearns,yearns,15,14,15,14,0.29,1.2041,0.17,1.1761 Yech,yech,14,14,0,0,0.27,1.1761,0.17,1.1761 zealous,zealous,15,14,14,13,0.29,1.2041,0.17,1.1761 zoology,zoology,17,14,16,14,0.33,1.2553,0.17,1.1761 abductees,abductees,18,13,15,11,0.35,1.2788,0.15,1.1461 abducting,abducting,16,13,15,13,0.31,1.2304,0.15,1.1461 abductor,abductor,18,13,16,13,0.35,1.2788,0.15,1.1461 aberrant,aberrant,15,13,15,13,0.29,1.2041,0.15,1.1461 aboveboard,aboveboard,14,13,14,13,0.27,1.1761,0.15,1.1461 accelerant,accelerant,28,13,25,13,0.55,1.4624,0.15,1.1461 accompanies,accompanies,13,13,13,13,0.25,1.1461,0.15,1.1461 accompaniment,accompaniment,15,13,15,13,0.29,1.2041,0.15,1.1461 accredited,accredited,16,13,16,13,0.31,1.2304,0.15,1.1461 accumulation,accumulation,13,13,13,13,0.25,1.1461,0.15,1.1461 Admiralty,admiralty,34,13,5,4,0.67,1.5441,0.15,1.1461 aesthetics,aesthetics,15,13,12,11,0.29,1.2041,0.15,1.1461 affiliations,affiliations,14,13,14,13,0.27,1.1761,0.15,1.1461 Aggie,aggie,106,13,1,1,2.08,2.0294,0.15,1.1461 aimless,aimless,14,13,13,12,0.27,1.1761,0.15,1.1461 airship,airship,30,13,30,13,0.59,1.4914,0.15,1.1461 Alamos,alamos,17,13,0,0,0.33,1.2553,0.15,1.1461 Albania,albania,34,13,0,0,0.67,1.5441,0.15,1.1461 Alfonso,alfonso,44,13,0,0,0.86,1.6532,0.15,1.1461 Algerian,algerian,21,13,0,0,0.41,1.3424,0.15,1.1461 Allegro,allegro,26,13,7,7,0.51,1.4314,0.15,1.1461 Alms,alms,25,13,10,10,0.49,1.4150,0.15,1.1461 alternator,alternator,18,13,16,11,0.35,1.2788,0.15,1.1461 ambiguity,ambiguity,14,13,14,13,0.27,1.1761,0.15,1.1461 amphetamine,amphetamine,15,13,15,13,0.29,1.2041,0.15,1.1461 anarchists,anarchists,16,13,12,11,0.31,1.2304,0.15,1.1461 anastomosis,anastomosis,17,13,16,13,0.33,1.2553,0.15,1.1461 anesthetize,anesthetize,14,13,14,13,0.27,1.1761,0.15,1.1461 angioplasty,angioplasty,16,13,15,12,0.31,1.2304,0.15,1.1461 anguished,anguished,13,13,9,9,0.25,1.1461,0.15,1.1461 antiquity,antiquity,14,13,12,12,0.27,1.1761,0.15,1.1461 antler,antler,15,13,14,12,0.29,1.2041,0.15,1.1461 Antwerp,antwerp,28,13,0,0,0.55,1.4624,0.15,1.1461 aperture,aperture,14,13,13,12,0.27,1.1761,0.15,1.1461 apricots,apricots,14,13,14,13,0.27,1.1761,0.15,1.1461 arcane,arcane,21,13,11,10,0.41,1.3424,0.15,1.1461 arising,arising,16,13,15,12,0.31,1.2304,0.15,1.1461 arthritic,arthritic,13,13,11,11,0.25,1.1461,0.15,1.1461 ascertained,ascertained,14,13,14,13,0.27,1.1761,0.15,1.1461 asserting,asserting,14,13,12,11,0.27,1.1761,0.15,1.1461 assuring,assuring,14,13,14,13,0.27,1.1761,0.15,1.1461 astonishingly,astonishingly,13,13,9,9,0.25,1.1461,0.15,1.1461 auctioning,auctioning,14,13,13,12,0.27,1.1761,0.15,1.1461 Avast,avast,20,13,0,0,0.39,1.3222,0.15,1.1461 averaging,averaging,14,13,14,13,0.27,1.1761,0.15,1.1461 awkwardly,awkwardly,13,13,12,12,0.25,1.1461,0.15,1.1461 azaleas,azaleas,18,13,16,12,0.35,1.2788,0.15,1.1461 backache,backache,13,13,13,13,0.25,1.1461,0.15,1.1461 backfires,backfires,14,13,13,12,0.27,1.1761,0.15,1.1461 Backstreet,backstreet,14,13,4,4,0.27,1.1761,0.15,1.1461 backstroke,backstroke,14,13,12,11,0.27,1.1761,0.15,1.1461 baggies,baggies,13,13,11,11,0.25,1.1461,0.15,1.1461 Bai,bai,68,13,2,2,1.33,1.8388,0.15,1.1461 Bakers,bakers,27,13,9,8,0.53,1.4472,0.15,1.1461 barbarism,barbarism,15,13,15,13,0.29,1.2041,0.15,1.1461 Barbary,barbary,17,13,1,1,0.33,1.2553,0.15,1.1461 barbecuing,barbecuing,15,13,14,12,0.29,1.2041,0.15,1.1461 barfed,barfed,14,13,13,12,0.27,1.1761,0.15,1.1461 Barnaby,barnaby,120,13,0,0,2.35,2.0828,0.15,1.1461 Baroque,baroque,16,13,7,6,0.31,1.2304,0.15,1.1461 Barrows,barrows,18,13,3,3,0.35,1.2788,0.15,1.1461 barstool,barstool,14,13,14,13,0.27,1.1761,0.15,1.1461 Beamer,beamer,16,13,1,1,0.31,1.2304,0.15,1.1461 beet,beet,14,13,13,12,0.27,1.1761,0.15,1.1461 belfry,belfry,13,13,12,12,0.25,1.1461,0.15,1.1461 berate,berate,13,13,11,11,0.25,1.1461,0.15,1.1461 bereft,bereft,15,13,14,13,0.29,1.2041,0.15,1.1461 Berkowitz,berkowitz,19,13,0,0,0.37,1.3010,0.15,1.1461 besieged,besieged,13,13,12,12,0.25,1.1461,0.15,1.1461 bicep,bicep,16,13,13,12,0.31,1.2304,0.15,1.1461 bigamy,bigamy,26,13,19,12,0.51,1.4314,0.15,1.1461 Bighorn,bighorn,24,13,4,3,0.47,1.3979,0.15,1.1461 bilious,bilious,14,13,14,13,0.27,1.1761,0.15,1.1461 biotech,biotech,16,13,10,10,0.31,1.2304,0.15,1.1461 bitters,bitters,18,13,10,10,0.35,1.2788,0.15,1.1461 blackest,blackest,16,13,15,12,0.31,1.2304,0.15,1.1461 blather,blather,14,13,14,13,0.27,1.1761,0.15,1.1461 blends,blends,14,13,11,10,0.27,1.1761,0.15,1.1461 blighters,blighters,14,13,14,13,0.27,1.1761,0.15,1.1461 blindfolds,blindfolds,14,13,14,13,0.27,1.1761,0.15,1.1461 blockers,blockers,16,13,15,12,0.31,1.2304,0.15,1.1461 blushes,blushes,13,13,13,13,0.25,1.1461,0.15,1.1461 Boggle,boggle,19,13,7,4,0.37,1.3010,0.15,1.1461 Boing,boing,19,13,9,6,0.37,1.3010,0.15,1.1461 boodle,boodle,23,13,15,12,0.45,1.3802,0.15,1.1461 booed,booed,18,13,18,13,0.35,1.2788,0.15,1.1461 bookmark,bookmark,21,13,20,12,0.41,1.3424,0.15,1.1461 bootlegging,bootlegging,16,13,15,12,0.31,1.2304,0.15,1.1461 bordello,bordello,16,13,14,11,0.31,1.2304,0.15,1.1461 botanist,botanist,14,13,14,13,0.27,1.1761,0.15,1.1461 bottling,bottling,38,13,37,13,0.75,1.5911,0.15,1.1461 boycotting,boycotting,14,13,14,13,0.27,1.1761,0.15,1.1461 Br,br,20,13,9,9,0.39,1.3222,0.15,1.1461 breathable,breathable,14,13,13,12,0.27,1.1761,0.15,1.1461 Britannia,britannia,23,13,0,0,0.45,1.3802,0.15,1.1461 broil,broil,15,13,14,12,0.29,1.2041,0.15,1.1461 broiled,broiled,13,13,8,8,0.25,1.1461,0.15,1.1461 bromo,bromo,17,13,9,6,0.33,1.2553,0.15,1.1461 broomsticks,broomsticks,15,13,15,13,0.29,1.2041,0.15,1.1461 Brunswick,brunswick,14,13,0,0,0.27,1.1761,0.15,1.1461 Bulgarian,bulgarian,14,13,0,0,0.27,1.1761,0.15,1.1461 burbs,burbs,17,13,17,13,0.33,1.2553,0.15,1.1461 butane,butane,15,13,12,11,0.29,1.2041,0.15,1.1461 buttering,buttering,14,13,13,13,0.27,1.1761,0.15,1.1461 buttery,buttery,17,13,15,11,0.33,1.2553,0.15,1.1461 byproduct,byproduct,13,13,13,13,0.25,1.1461,0.15,1.1461 cackle,cackle,15,13,15,13,0.29,1.2041,0.15,1.1461 Calgary,calgary,22,13,0,0,0.43,1.3617,0.15,1.1461 Cambodian,cambodian,16,13,0,0,0.31,1.2304,0.15,1.1461 candied,candied,14,13,13,12,0.27,1.1761,0.15,1.1461 candour,candour,15,13,15,13,0.29,1.2041,0.15,1.1461 canines,canines,13,13,9,9,0.25,1.1461,0.15,1.1461 capita,capita,15,13,15,13,0.29,1.2041,0.15,1.1461 carbine,carbine,15,13,14,12,0.29,1.2041,0.15,1.1461 carbonated,carbonated,15,13,14,12,0.29,1.2041,0.15,1.1461 carfare,carfare,16,13,15,13,0.31,1.2304,0.15,1.1461 caricature,caricature,15,13,15,13,0.29,1.2041,0.15,1.1461 carnivores,carnivores,14,13,13,12,0.27,1.1761,0.15,1.1461 cataloguing,cataloguing,13,13,13,13,0.25,1.1461,0.15,1.1461 catapults,catapults,14,13,12,12,0.27,1.1761,0.15,1.1461 catechism,catechism,15,13,15,13,0.29,1.2041,0.15,1.1461 cavorting,cavorting,16,13,10,9,0.31,1.2304,0.15,1.1461 cellphones,cellphones,15,13,12,10,0.29,1.2041,0.15,1.1461 centerpieces,centerpieces,15,13,14,13,0.29,1.2041,0.15,1.1461 Chablis,chablis,25,13,1,1,0.49,1.4150,0.15,1.1461 chakra,chakra,18,13,18,13,0.35,1.2788,0.15,1.1461 Chartreuse,chartreuse,27,13,13,12,0.53,1.4472,0.15,1.1461 chauffeurs,chauffeurs,14,13,9,9,0.27,1.1761,0.15,1.1461 chauvinistic,chauvinistic,15,13,15,13,0.29,1.2041,0.15,1.1461 Chekhov,chekhov,13,13,0,0,0.25,1.1461,0.15,1.1461 Chesapeake,chesapeake,14,13,0,0,0.27,1.1761,0.15,1.1461 chessboard,chessboard,17,13,14,12,0.33,1.2553,0.15,1.1461 Chia,chia,40,13,1,1,0.78,1.6128,0.15,1.1461 chipmunks,chipmunks,19,13,10,8,0.37,1.3010,0.15,1.1461 chitlins,chitlins,24,13,17,11,0.47,1.3979,0.15,1.1461 chomping,chomping,14,13,11,10,0.27,1.1761,0.15,1.1461 choppy,choppy,13,13,12,12,0.25,1.1461,0.15,1.1461 cilantro,cilantro,24,13,23,13,0.47,1.3979,0.15,1.1461 claptrap,claptrap,14,13,12,12,0.27,1.1761,0.15,1.1461 Cleaves,cleaves,47,13,1,1,0.92,1.6812,0.15,1.1461 clergyman,clergyman,17,13,17,13,0.33,1.2553,0.15,1.1461 clicker,clicker,21,13,20,13,0.41,1.3424,0.15,1.1461 climbers,climbers,19,13,18,13,0.37,1.3010,0.15,1.1461 clubbed,clubbed,13,13,13,13,0.25,1.1461,0.15,1.1461 clumsiness,clumsiness,15,13,15,13,0.29,1.2041,0.15,1.1461 Cobras,cobras,20,13,6,5,0.39,1.3222,0.15,1.1461 coffeemaker,coffeemaker,19,13,18,12,0.37,1.3010,0.15,1.1461 coincides,coincides,13,13,13,13,0.25,1.1461,0.15,1.1461 collaborators,collaborators,13,13,12,12,0.25,1.1461,0.15,1.1461 collapsible,collapsible,13,13,13,13,0.25,1.1461,0.15,1.1461 collusion,collusion,15,13,15,13,0.29,1.2041,0.15,1.1461 Comanches,comanches,25,13,0,0,0.49,1.4150,0.15,1.1461 comas,comas,16,13,13,12,0.31,1.2304,0.15,1.1461 combatants,combatants,14,13,13,12,0.27,1.1761,0.15,1.1461 commandeering,commandeering,16,13,15,12,0.31,1.2304,0.15,1.1461 commode,commode,15,13,15,13,0.29,1.2041,0.15,1.1461 compilation,compilation,14,13,12,11,0.27,1.1761,0.15,1.1461 complacency,complacency,14,13,13,13,0.27,1.1761,0.15,1.1461 complainant,complainant,16,13,14,11,0.31,1.2304,0.15,1.1461 composure,composure,15,13,15,13,0.29,1.2041,0.15,1.1461 compresses,compresses,16,13,16,13,0.31,1.2304,0.15,1.1461 compunction,compunction,13,13,12,12,0.25,1.1461,0.15,1.1461 condolence,condolence,17,13,17,13,0.33,1.2553,0.15,1.1461 conferring,conferring,16,13,14,11,0.31,1.2304,0.15,1.1461 confrontational,confrontational,14,13,12,12,0.27,1.1761,0.15,1.1461 Conner,conner,46,13,1,1,0.90,1.6721,0.15,1.1461 connotation,connotation,14,13,14,13,0.27,1.1761,0.15,1.1461 consoled,consoled,13,13,13,13,0.25,1.1461,0.15,1.1461 continual,continual,16,13,16,13,0.31,1.2304,0.15,1.1461 contour,contour,14,13,13,12,0.27,1.1761,0.15,1.1461 contradicts,contradicts,13,13,13,13,0.25,1.1461,0.15,1.1461 contributor,contributor,18,13,17,13,0.35,1.2788,0.15,1.1461 convoluted,convoluted,14,13,14,13,0.27,1.1761,0.15,1.1461 Copernicus,copernicus,34,13,0,0,0.67,1.5441,0.15,1.1461 corroded,corroded,13,13,13,13,0.25,1.1461,0.15,1.1461 cottonwood,cottonwood,15,13,10,10,0.29,1.2041,0.15,1.1461 coveting,coveting,15,13,14,13,0.29,1.2041,0.15,1.1461 Cp,cp,28,13,0,0,0.55,1.4624,0.15,1.1461 Crandall,crandall,57,13,0,0,1.12,1.7634,0.15,1.1461 crawlspace,crawlspace,13,13,13,13,0.25,1.1461,0.15,1.1461 cred,cred,15,13,15,13,0.29,1.2041,0.15,1.1461 cricoid,cricoid,14,13,10,9,0.27,1.1761,0.15,1.1461 crip,crip,14,13,7,7,0.27,1.1761,0.15,1.1461 criticise,criticise,15,13,14,13,0.29,1.2041,0.15,1.1461 criticizes,criticizes,14,13,14,13,0.27,1.1761,0.15,1.1461 Croft,croft,50,13,0,0,0.98,1.7076,0.15,1.1461 crone,crone,22,13,11,10,0.43,1.3617,0.15,1.1461 crosswords,crosswords,14,13,14,13,0.27,1.1761,0.15,1.1461 crucifixes,crucifixes,18,13,17,13,0.35,1.2788,0.15,1.1461 crystalline,crystalline,16,13,14,11,0.31,1.2304,0.15,1.1461 culvert,culvert,19,13,18,12,0.37,1.3010,0.15,1.1461 cursory,cursory,15,13,12,11,0.29,1.2041,0.15,1.1461 dachshund,dachshund,18,13,18,13,0.35,1.2788,0.15,1.1461 dais,dais,14,13,14,13,0.27,1.1761,0.15,1.1461 danged,danged,14,13,11,11,0.27,1.1761,0.15,1.1461 Darby,darby,53,13,0,0,1.04,1.7324,0.15,1.1461 Dateline,dateline,17,13,1,1,0.33,1.2553,0.15,1.1461 deary,deary,19,13,18,12,0.37,1.3010,0.15,1.1461 Debby,debby,71,13,0,0,1.39,1.8573,0.15,1.1461 decorators,decorators,14,13,12,11,0.27,1.1761,0.15,1.1461 deepen,deepen,13,13,11,11,0.25,1.1461,0.15,1.1461 defecate,defecate,15,13,15,13,0.29,1.2041,0.15,1.1461 deficiencies,deficiencies,13,13,13,13,0.25,1.1461,0.15,1.1461 defile,defile,17,13,16,12,0.33,1.2553,0.15,1.1461 degenerated,degenerated,19,13,13,12,0.37,1.3010,0.15,1.1461 demoralizing,demoralizing,14,13,14,13,0.27,1.1761,0.15,1.1461 demos,demos,16,13,15,12,0.31,1.2304,0.15,1.1461 denouncing,denouncing,14,13,11,10,0.27,1.1761,0.15,1.1461 depots,depots,14,13,11,10,0.27,1.1761,0.15,1.1461 depresses,depresses,13,13,13,13,0.25,1.1461,0.15,1.1461 Desdemona,desdemona,47,13,0,0,0.92,1.6812,0.15,1.1461 Dex,dex,80,13,0,0,1.57,1.9085,0.15,1.1461 diddling,diddling,21,13,19,13,0.41,1.3424,0.15,1.1461 didst,didst,17,13,13,10,0.33,1.2553,0.15,1.1461 dilettante,dilettante,13,13,13,13,0.25,1.1461,0.15,1.1461 disadvantages,disadvantages,16,13,16,13,0.31,1.2304,0.15,1.1461 disgracing,disgracing,13,13,13,13,0.25,1.1461,0.15,1.1461 dishing,dishing,13,13,13,13,0.25,1.1461,0.15,1.1461 dishonour,dishonour,23,13,17,12,0.45,1.3802,0.15,1.1461 dishwashing,dishwashing,17,13,17,13,0.33,1.2553,0.15,1.1461 disillusionment,disillusionment,14,13,12,12,0.27,1.1761,0.15,1.1461 dislodge,dislodge,13,13,13,13,0.25,1.1461,0.15,1.1461 dislodged,dislodged,15,13,15,13,0.29,1.2041,0.15,1.1461 disproportionate,disproportionate,13,13,12,12,0.25,1.1461,0.15,1.1461 disputing,disputing,13,13,13,13,0.25,1.1461,0.15,1.1461 disrobe,disrobe,14,13,11,10,0.27,1.1761,0.15,1.1461 disrupts,disrupts,13,13,13,13,0.25,1.1461,0.15,1.1461 dissatisfaction,dissatisfaction,14,13,14,13,0.27,1.1761,0.15,1.1461 dissension,dissension,14,13,13,12,0.27,1.1761,0.15,1.1461 dissimilar,dissimilar,13,13,13,13,0.25,1.1461,0.15,1.1461 distaste,distaste,13,13,13,13,0.25,1.1461,0.15,1.1461 diversify,diversify,15,13,11,10,0.29,1.2041,0.15,1.1461 Dodd,dodd,53,13,0,0,1.04,1.7324,0.15,1.1461 dogface,dogface,24,13,16,11,0.47,1.3979,0.15,1.1461 doily,doily,15,13,15,13,0.29,1.2041,0.15,1.1461 domesticity,domesticity,14,13,13,12,0.27,1.1761,0.15,1.1461 donnas,donnas,15,13,13,11,0.29,1.2041,0.15,1.1461 doorbells,doorbells,15,13,11,11,0.29,1.2041,0.15,1.1461 doorstop,doorstop,13,13,13,13,0.25,1.1461,0.15,1.1461 doting,doting,13,13,13,13,0.25,1.1461,0.15,1.1461 downsizing,downsizing,13,13,11,11,0.25,1.1461,0.15,1.1461 drumroll,drumroll,16,13,10,7,0.31,1.2304,0.15,1.1461 duality,duality,14,13,12,11,0.27,1.1761,0.15,1.1461 duelling,duelling,26,13,13,11,0.51,1.4314,0.15,1.1461 dullard,dullard,21,13,14,12,0.41,1.3424,0.15,1.1461 dwindling,dwindling,13,13,13,13,0.25,1.1461,0.15,1.1461 earthbound,earthbound,16,13,16,13,0.31,1.2304,0.15,1.1461 elated,elated,14,13,14,13,0.27,1.1761,0.15,1.1461 electrically,electrically,22,13,21,12,0.43,1.3617,0.15,1.1461 elegantly,elegantly,13,13,9,9,0.25,1.1461,0.15,1.1461 eluding,eluding,13,13,12,12,0.25,1.1461,0.15,1.1461 Elysian,elysian,19,13,0,0,0.37,1.3010,0.15,1.1461 embodies,embodies,13,13,13,13,0.25,1.1461,0.15,1.1461 enclose,enclose,17,13,16,12,0.33,1.2553,0.15,1.1461 Energize,energize,20,13,7,6,0.39,1.3222,0.15,1.1461 Energizer,energizer,13,13,1,1,0.25,1.1461,0.15,1.1461 engorged,engorged,15,13,15,13,0.29,1.2041,0.15,1.1461 engulfed,engulfed,14,13,14,13,0.27,1.1761,0.15,1.1461 enhancing,enhancing,21,13,16,9,0.41,1.3424,0.15,1.1461 enmity,enmity,16,13,13,12,0.31,1.2304,0.15,1.1461 enormity,enormity,13,13,13,13,0.25,1.1461,0.15,1.1461 epicenter,epicenter,16,13,14,12,0.31,1.2304,0.15,1.1461 erupting,erupting,13,13,13,13,0.25,1.1461,0.15,1.1461 erupts,erupts,13,13,13,13,0.25,1.1461,0.15,1.1461 esprit,esprit,14,13,8,8,0.27,1.1761,0.15,1.1461 establishments,establishments,14,13,14,13,0.27,1.1761,0.15,1.1461 ethanol,ethanol,15,13,11,10,0.29,1.2041,0.15,1.1461 Euclid,euclid,23,13,0,0,0.45,1.3802,0.15,1.1461 evaporating,evaporating,16,13,16,13,0.31,1.2304,0.15,1.1461 evildoers,evildoers,21,13,19,12,0.41,1.3424,0.15,1.1461 excavated,excavated,14,13,13,12,0.27,1.1761,0.15,1.1461 excepted,excepted,14,13,14,13,0.27,1.1761,0.15,1.1461 excitedly,excitedly,14,13,11,10,0.27,1.1761,0.15,1.1461 execs,execs,13,13,13,13,0.25,1.1461,0.15,1.1461 exhumation,exhumation,22,13,20,12,0.43,1.3617,0.15,1.1461 expedient,expedient,22,13,20,13,0.43,1.3617,0.15,1.1461 expeditionary,expeditionary,15,13,8,8,0.29,1.2041,0.15,1.1461 expenditure,expenditure,14,13,14,13,0.27,1.1761,0.15,1.1461 extradite,extradite,13,13,11,11,0.25,1.1461,0.15,1.1461 eyelid,eyelid,17,13,16,12,0.33,1.2553,0.15,1.1461 fabricating,fabricating,13,13,13,13,0.25,1.1461,0.15,1.1461 facet,facet,13,13,13,13,0.25,1.1461,0.15,1.1461 facilitator,facilitator,16,13,14,12,0.31,1.2304,0.15,1.1461 Fairbanks,fairbanks,74,13,0,0,1.45,1.8751,0.15,1.1461 faiths,faiths,13,13,12,12,0.25,1.1461,0.15,1.1461 fam,fam,19,13,17,12,0.37,1.3010,0.15,1.1461 familial,familial,13,13,12,12,0.25,1.1461,0.15,1.1461 fared,fared,14,13,14,13,0.27,1.1761,0.15,1.1461 fawning,fawning,13,13,12,12,0.25,1.1461,0.15,1.1461 feuding,feuding,19,13,18,13,0.37,1.3010,0.15,1.1461 figurehead,figurehead,14,13,14,13,0.27,1.1761,0.15,1.1461 Filii,filii,15,13,1,1,0.29,1.2041,0.15,1.1461 fingerprinting,fingerprinting,16,13,16,13,0.31,1.2304,0.15,1.1461 fireplaces,fireplaces,18,13,17,13,0.35,1.2788,0.15,1.1461 flaked,flaked,14,13,14,13,0.27,1.1761,0.15,1.1461 flapjacks,flapjacks,18,13,16,11,0.35,1.2788,0.15,1.1461 flatware,flatware,16,13,14,12,0.31,1.2304,0.15,1.1461 fleets,fleets,18,13,17,12,0.35,1.2788,0.15,1.1461 flings,flings,13,13,13,13,0.25,1.1461,0.15,1.1461 flog,flog,15,13,12,11,0.29,1.2041,0.15,1.1461 floorboard,floorboard,13,13,13,13,0.25,1.1461,0.15,1.1461 flunkies,flunkies,13,13,13,13,0.25,1.1461,0.15,1.1461 fondest,fondest,13,13,12,12,0.25,1.1461,0.15,1.1461 forage,forage,16,13,15,12,0.31,1.2304,0.15,1.1461 foraging,foraging,14,13,13,12,0.27,1.1761,0.15,1.1461 forked,forked,14,13,13,12,0.27,1.1761,0.15,1.1461 Formica,formica,16,13,1,1,0.31,1.2304,0.15,1.1461 foulest,foulest,13,13,13,13,0.25,1.1461,0.15,1.1461 fragmented,fragmented,13,13,13,13,0.25,1.1461,0.15,1.1461 frequented,frequented,13,13,12,12,0.25,1.1461,0.15,1.1461 fresco,fresco,17,13,10,9,0.33,1.2553,0.15,1.1461 frighteningly,frighteningly,13,13,11,11,0.25,1.1461,0.15,1.1461 fringes,fringes,14,13,14,13,0.27,1.1761,0.15,1.1461 frocks,frocks,14,13,12,12,0.27,1.1761,0.15,1.1461 frustrate,frustrate,14,13,14,13,0.27,1.1761,0.15,1.1461 Fuji,fuji,19,13,0,0,0.37,1.3010,0.15,1.1461 functioned,functioned,16,13,16,13,0.31,1.2304,0.15,1.1461 Funnily,funnily,13,13,6,6,0.25,1.1461,0.15,1.1461 furiously,furiously,13,13,13,13,0.25,1.1461,0.15,1.1461 furtive,furtive,16,13,15,13,0.31,1.2304,0.15,1.1461 gait,gait,16,13,16,13,0.31,1.2304,0.15,1.1461 gamut,gamut,13,13,12,12,0.25,1.1461,0.15,1.1461 gangly,gangly,14,13,14,13,0.27,1.1761,0.15,1.1461 gargoyles,gargoyles,22,13,19,12,0.43,1.3617,0.15,1.1461 gated,gated,13,13,12,12,0.25,1.1461,0.15,1.1461 gawk,gawk,16,13,16,13,0.31,1.2304,0.15,1.1461 gayer,gayer,15,13,15,13,0.29,1.2041,0.15,1.1461 geographically,geographically,13,13,12,12,0.25,1.1461,0.15,1.1461 glimpsed,glimpsed,14,13,13,12,0.27,1.1761,0.15,1.1461 glowed,glowed,15,13,15,13,0.29,1.2041,0.15,1.1461 goblet,goblet,19,13,17,13,0.37,1.3010,0.15,1.1461 godliness,godliness,17,13,9,9,0.33,1.2553,0.15,1.1461 Goethe,goethe,18,13,0,0,0.35,1.2788,0.15,1.1461 Goobers,goobers,26,13,10,7,0.51,1.4314,0.15,1.1461 gossips,gossips,13,13,12,12,0.25,1.1461,0.15,1.1461 Gotham,gotham,111,13,0,0,2.18,2.0492,0.15,1.1461 governs,governs,15,13,15,13,0.29,1.2041,0.15,1.1461 grandad,grandad,20,13,13,9,0.39,1.3222,0.15,1.1461 Grandpapa,grandpapa,34,13,5,4,0.67,1.5441,0.15,1.1461 graphs,graphs,16,13,16,13,0.31,1.2304,0.15,1.1461 grasped,grasped,20,13,20,13,0.39,1.3222,0.15,1.1461 Grecian,grecian,18,13,0,0,0.35,1.2788,0.15,1.1461 grift,grift,23,13,21,13,0.45,1.3802,0.15,1.1461 grimace,grimace,17,13,9,9,0.33,1.2553,0.15,1.1461 grins,grins,13,13,13,13,0.25,1.1461,0.15,1.1461 grumbling,grumbling,13,13,12,12,0.25,1.1461,0.15,1.1461 guidebooks,guidebooks,15,13,15,13,0.29,1.2041,0.15,1.1461 gulps,gulps,13,13,7,7,0.25,1.1461,0.15,1.1461 guzzling,guzzling,16,13,14,12,0.31,1.2304,0.15,1.1461 gynaecologist,gynaecologist,21,13,21,13,0.41,1.3424,0.15,1.1461 halitosis,halitosis,13,13,11,11,0.25,1.1461,0.15,1.1461 Handel,handel,21,13,0,0,0.41,1.3424,0.15,1.1461 headboard,headboard,15,13,15,13,0.29,1.2041,0.15,1.1461 headlining,headlining,16,13,14,13,0.31,1.2304,0.15,1.1461 heaped,heaped,13,13,11,11,0.25,1.1461,0.15,1.1461 Hebrews,hebrews,25,13,1,1,0.49,1.4150,0.15,1.1461 heinies,heinies,15,13,13,11,0.29,1.2041,0.15,1.1461 heparin,heparin,21,13,15,11,0.41,1.3424,0.15,1.1461 Herder,herder,38,13,10,9,0.75,1.5911,0.15,1.1461 herding,herding,17,13,15,13,0.33,1.2553,0.15,1.1461 heretics,heretics,18,13,14,10,0.35,1.2788,0.15,1.1461 hermaphrodite,hermaphrodite,15,13,15,13,0.29,1.2041,0.15,1.1461 hernias,hernias,14,13,12,12,0.27,1.1761,0.15,1.1461 heron,heron,14,13,12,11,0.27,1.1761,0.15,1.1461 highfalutin,highfalutin,14,13,13,12,0.27,1.1761,0.15,1.1461 Hippocrates,hippocrates,15,13,0,0,0.29,1.2041,0.15,1.1461 holla,holla,17,13,10,8,0.33,1.2553,0.15,1.1461 homophobia,homophobia,14,13,12,11,0.27,1.1761,0.15,1.1461 honeymoons,honeymoons,13,13,11,11,0.25,1.1461,0.15,1.1461 honked,honked,16,13,16,13,0.31,1.2304,0.15,1.1461 hopscotch,hopscotch,15,13,11,11,0.29,1.2041,0.15,1.1461 hovercraft,hovercraft,26,13,23,11,0.51,1.4314,0.15,1.1461 howled,howled,13,13,12,12,0.25,1.1461,0.15,1.1461 humerus,humerus,14,13,12,11,0.27,1.1761,0.15,1.1461 hunched,hunched,13,13,13,13,0.25,1.1461,0.15,1.1461 hungrier,hungrier,13,13,13,13,0.25,1.1461,0.15,1.1461 hunker,hunker,17,13,11,10,0.33,1.2553,0.15,1.1461 Hurst,hurst,26,13,0,0,0.51,1.4314,0.15,1.1461 hypo,hypo,16,13,11,9,0.31,1.2304,0.15,1.1461 hypoglycemic,hypoglycemic,13,13,12,12,0.25,1.1461,0.15,1.1461 ignites,ignites,13,13,13,13,0.25,1.1461,0.15,1.1461 ilk,ilk,14,13,14,13,0.27,1.1761,0.15,1.1461 impeach,impeach,21,13,21,13,0.41,1.3424,0.15,1.1461 impersonated,impersonated,13,13,13,13,0.25,1.1461,0.15,1.1461 implicit,implicit,15,13,15,13,0.29,1.2041,0.15,1.1461 implosion,implosion,38,13,36,12,0.75,1.5911,0.15,1.1461 impressionist,impressionist,15,13,13,11,0.29,1.2041,0.15,1.1461 incantations,incantations,15,13,15,13,0.29,1.2041,0.15,1.1461 indecency,indecency,13,13,13,13,0.25,1.1461,0.15,1.1461 indentured,indentured,14,13,13,12,0.27,1.1761,0.15,1.1461 indistinguishable,indistinguishable,14,13,13,12,0.27,1.1761,0.15,1.1461 industrialists,industrialists,14,13,13,12,0.27,1.1761,0.15,1.1461 inertial,inertial,16,13,12,10,0.31,1.2304,0.15,1.1461 inescapable,inescapable,14,13,14,13,0.27,1.1761,0.15,1.1461 infertile,infertile,14,13,14,13,0.27,1.1761,0.15,1.1461 influx,influx,13,13,13,13,0.25,1.1461,0.15,1.1461 infused,infused,13,13,12,12,0.25,1.1461,0.15,1.1461 ingenue,ingenue,15,13,15,13,0.29,1.2041,0.15,1.1461 ingrained,ingrained,13,13,12,12,0.25,1.1461,0.15,1.1461 ingrown,ingrown,17,13,15,13,0.33,1.2553,0.15,1.1461 injuring,injuring,13,13,12,12,0.25,1.1461,0.15,1.1461 inserting,inserting,14,13,12,11,0.27,1.1761,0.15,1.1461 instantaneously,instantaneously,13,13,12,12,0.25,1.1461,0.15,1.1461 instill,instill,14,13,12,12,0.27,1.1761,0.15,1.1461 insubstantial,insubstantial,18,13,17,12,0.35,1.2788,0.15,1.1461 interactions,interactions,13,13,13,13,0.25,1.1461,0.15,1.1461 intercepts,intercepts,17,13,17,13,0.33,1.2553,0.15,1.1461 internist,internist,14,13,13,12,0.27,1.1761,0.15,1.1461 interpersonal,interpersonal,14,13,14,13,0.27,1.1761,0.15,1.1461 interrupts,interrupts,13,13,13,13,0.25,1.1461,0.15,1.1461 inverse,inverse,14,13,13,13,0.27,1.1761,0.15,1.1461 irises,irises,13,13,13,13,0.25,1.1461,0.15,1.1461 ironies,ironies,13,13,13,13,0.25,1.1461,0.15,1.1461 irrefutable,irrefutable,13,13,12,12,0.25,1.1461,0.15,1.1461 ive,ive,37,13,24,6,0.73,1.5798,0.15,1.1461 jaundice,jaundice,14,13,12,12,0.27,1.1761,0.15,1.1461 Jemima,jemima,22,13,0,0,0.43,1.3617,0.15,1.1461 jeweller,jeweller,17,13,15,12,0.33,1.2553,0.15,1.1461 jinks,jinks,14,13,12,11,0.27,1.1761,0.15,1.1461 joystick,joystick,15,13,15,13,0.29,1.2041,0.15,1.1461 Judah,judah,117,13,0,0,2.29,2.0719,0.15,1.1461 juiced,juiced,13,13,13,13,0.25,1.1461,0.15,1.1461 jujitsu,jujitsu,16,13,13,11,0.31,1.2304,0.15,1.1461 jumpsuits,jumpsuits,17,13,17,13,0.33,1.2553,0.15,1.1461 Kahuna,kahuna,107,13,10,6,2.10,2.0334,0.15,1.1461 kerb,kerb,18,13,18,13,0.35,1.2788,0.15,1.1461 kerchief,kerchief,19,13,19,13,0.37,1.3010,0.15,1.1461 Keystone,keystone,18,13,3,3,0.35,1.2788,0.15,1.1461 kippers,kippers,19,13,15,11,0.37,1.3010,0.15,1.1461 Kippur,kippur,17,13,0,0,0.33,1.2553,0.15,1.1461 knell,knell,14,13,14,13,0.27,1.1761,0.15,1.1461 kowtow,kowtow,15,13,13,11,0.29,1.2041,0.15,1.1461 Krypton,krypton,35,13,6,4,0.69,1.5563,0.15,1.1461 labeling,labeling,13,13,13,13,0.25,1.1461,0.15,1.1461 labia,labia,14,13,12,11,0.27,1.1761,0.15,1.1461 ladybug,ladybug,20,13,14,10,0.39,1.3222,0.15,1.1461 lager,lager,25,13,18,11,0.49,1.4150,0.15,1.1461 lagging,lagging,13,13,13,13,0.25,1.1461,0.15,1.1461 Lancers,lancers,28,13,5,3,0.55,1.4624,0.15,1.1461 Lao,lao,68,13,0,0,1.33,1.8388,0.15,1.1461 Laos,laos,29,13,0,0,0.57,1.4771,0.15,1.1461 lapses,lapses,13,13,12,12,0.25,1.1461,0.15,1.1461 laptops,laptops,14,13,13,12,0.27,1.1761,0.15,1.1461 Latinos,latinos,18,13,0,0,0.35,1.2788,0.15,1.1461 legislative,legislative,14,13,11,11,0.27,1.1761,0.15,1.1461 lengthwise,lengthwise,15,13,9,9,0.29,1.2041,0.15,1.1461 Leviathan,leviathan,29,13,14,8,0.57,1.4771,0.15,1.1461 liberally,liberally,17,13,17,13,0.33,1.2553,0.15,1.1461 liberator,liberator,19,13,16,11,0.37,1.3010,0.15,1.1461 limericks,limericks,15,13,13,11,0.29,1.2041,0.15,1.1461 litigious,litigious,13,13,12,12,0.25,1.1461,0.15,1.1461 liverwurst,liverwurst,21,13,15,10,0.41,1.3424,0.15,1.1461 loaner,loaner,16,13,16,13,0.31,1.2304,0.15,1.1461 locale,locale,16,13,16,13,0.31,1.2304,0.15,1.1461 lockbox,lockbox,16,13,15,12,0.31,1.2304,0.15,1.1461 lovelies,lovelies,13,13,12,12,0.25,1.1461,0.15,1.1461 lucidity,lucidity,14,13,13,12,0.27,1.1761,0.15,1.1461 lunchroom,lunchroom,17,13,16,13,0.33,1.2553,0.15,1.1461 lute,lute,19,13,17,12,0.37,1.3010,0.15,1.1461 madcap,madcap,16,13,15,12,0.31,1.2304,0.15,1.1461 Majesties,majesties,22,13,4,4,0.43,1.3617,0.15,1.1461 Manchuria,manchuria,18,13,0,0,0.35,1.2788,0.15,1.1461 mandated,mandated,13,13,12,12,0.25,1.1461,0.15,1.1461 Marcello,marcello,94,13,0,0,1.84,1.9777,0.15,1.1461 marginalized,marginalized,13,13,13,13,0.25,1.1461,0.15,1.1461 marshes,marshes,27,13,26,13,0.53,1.4472,0.15,1.1461 mastering,mastering,13,13,12,12,0.25,1.1461,0.15,1.1461 masterminded,masterminded,13,13,13,13,0.25,1.1461,0.15,1.1461 mathematically,mathematically,15,13,12,10,0.29,1.2041,0.15,1.1461 Maximus,maximus,17,13,8,8,0.33,1.2553,0.15,1.1461 mechanized,mechanized,14,13,13,12,0.27,1.1761,0.15,1.1461 meddled,meddled,15,13,15,13,0.29,1.2041,0.15,1.1461 mediation,mediation,24,13,23,12,0.47,1.3979,0.15,1.1461 mediator,mediator,15,13,15,13,0.29,1.2041,0.15,1.1461 mediums,mediums,18,13,15,12,0.35,1.2788,0.15,1.1461 medulla,medulla,16,13,11,10,0.31,1.2304,0.15,1.1461 Medusa,medusa,53,13,2,2,1.04,1.7324,0.15,1.1461 megaphone,megaphone,15,13,15,13,0.29,1.2041,0.15,1.1461 melanoma,melanoma,19,13,16,10,0.37,1.3010,0.15,1.1461 Merle,merle,36,13,0,0,0.71,1.5682,0.15,1.1461 Merv,merv,26,13,0,0,0.51,1.4314,0.15,1.1461 mescal,mescal,28,13,21,10,0.55,1.4624,0.15,1.1461 metaphorical,metaphorical,14,13,13,13,0.27,1.1761,0.15,1.1461 meteorological,meteorological,14,13,13,12,0.27,1.1761,0.15,1.1461 methamphetamine,methamphetamine,16,13,13,10,0.31,1.2304,0.15,1.1461 Methuselah,methuselah,15,13,0,0,0.29,1.2041,0.15,1.1461 microprocessor,microprocessor,19,13,17,11,0.37,1.3010,0.15,1.1461 Midshipman,midshipman,37,13,9,7,0.73,1.5798,0.15,1.1461 Mille,mille,35,13,11,4,0.69,1.5563,0.15,1.1461 millisecond,millisecond,13,13,13,13,0.25,1.1461,0.15,1.1461 minnows,minnows,16,13,12,11,0.31,1.2304,0.15,1.1461 minted,minted,13,13,13,13,0.25,1.1461,0.15,1.1461 minuet,minuet,15,13,10,10,0.29,1.2041,0.15,1.1461 minuscule,minuscule,13,13,9,9,0.25,1.1461,0.15,1.1461 Minutemen,minutemen,28,13,2,2,0.55,1.4624,0.15,1.1461 mired,mired,13,13,11,11,0.25,1.1461,0.15,1.1461 misgivings,misgivings,14,13,14,13,0.27,1.1761,0.15,1.1461 misjudge,misjudge,13,13,13,13,0.25,1.1461,0.15,1.1461 misquoted,misquoted,14,13,14,13,0.27,1.1761,0.15,1.1461 misreading,misreading,15,13,15,13,0.29,1.2041,0.15,1.1461 misspoke,misspoke,13,13,13,13,0.25,1.1461,0.15,1.1461 mixers,mixers,17,13,15,12,0.33,1.2553,0.15,1.1461 moaned,moaned,14,13,14,13,0.27,1.1761,0.15,1.1461 moccasins,moccasins,15,13,15,13,0.29,1.2041,0.15,1.1461 molars,molars,16,13,16,13,0.31,1.2304,0.15,1.1461 molehill,molehill,15,13,15,13,0.29,1.2041,0.15,1.1461 Moneybags,moneybags,13,13,6,6,0.25,1.1461,0.15,1.1461 monogram,monogram,14,13,13,12,0.27,1.1761,0.15,1.1461 Monologues,monologues,19,13,9,7,0.37,1.3010,0.15,1.1461 monopolize,monopolize,14,13,14,13,0.27,1.1761,0.15,1.1461 Mont,mont,41,13,1,1,0.80,1.6232,0.15,1.1461 mooned,mooned,13,13,12,12,0.25,1.1461,0.15,1.1461 mops,mops,21,13,18,12,0.41,1.3424,0.15,1.1461 mortally,mortally,14,13,11,11,0.27,1.1761,0.15,1.1461 motivator,motivator,13,13,13,13,0.25,1.1461,0.15,1.1461 motorized,motorized,15,13,14,12,0.29,1.2041,0.15,1.1461 Moulin,moulin,21,13,0,0,0.41,1.3424,0.15,1.1461 mouthed,mouthed,16,13,16,13,0.31,1.2304,0.15,1.1461 multiples,multiples,15,13,14,12,0.29,1.2041,0.15,1.1461 multiplication,multiplication,14,13,14,13,0.27,1.1761,0.15,1.1461 munching,munching,14,13,13,12,0.27,1.1761,0.15,1.1461 Munchkins,munchkins,34,13,9,9,0.67,1.5441,0.15,1.1461 mussed,mussed,16,13,16,13,0.31,1.2304,0.15,1.1461 mystics,mystics,27,13,20,12,0.53,1.4472,0.15,1.1461 narco,narco,16,13,9,8,0.31,1.2304,0.15,1.1461 narrowly,narrowly,13,13,13,13,0.25,1.1461,0.15,1.1461 nee,nee,24,13,18,10,0.47,1.3979,0.15,1.1461 needlework,needlework,14,13,9,9,0.27,1.1761,0.15,1.1461 Negatory,negatory,14,13,5,4,0.27,1.1761,0.15,1.1461 Nestor,nestor,54,13,0,0,1.06,1.7404,0.15,1.1461 Neverland,neverland,31,13,1,1,0.61,1.5051,0.15,1.1461 newborns,newborns,13,13,11,11,0.25,1.1461,0.15,1.1461 Newfoundland,newfoundland,24,13,0,0,0.47,1.3979,0.15,1.1461 nitrates,nitrates,19,13,17,12,0.37,1.3010,0.15,1.1461 nomadic,nomadic,15,13,15,13,0.29,1.2041,0.15,1.1461 nonfiction,nonfiction,20,13,19,13,0.39,1.3222,0.15,1.1461 nonsensical,nonsensical,13,13,12,12,0.25,1.1461,0.15,1.1461 normality,normality,17,13,14,11,0.33,1.2553,0.15,1.1461 Norse,norse,78,13,0,0,1.53,1.8976,0.15,1.1461 Northeastern,northeastern,16,13,7,7,0.31,1.2304,0.15,1.1461 Nostradamus,nostradamus,14,13,0,0,0.27,1.1761,0.15,1.1461 noting,noting,13,13,12,12,0.25,1.1461,0.15,1.1461 nuances,nuances,14,13,14,13,0.27,1.1761,0.15,1.1461 Nubian,nubian,24,13,0,0,0.47,1.3979,0.15,1.1461 obstetrician,obstetrician,13,13,12,12,0.25,1.1461,0.15,1.1461 Og,og,32,13,1,1,0.63,1.5185,0.15,1.1461 ogle,ogle,19,13,11,10,0.37,1.3010,0.15,1.1461 Okie,okie,18,13,1,1,0.35,1.2788,0.15,1.1461 omit,omit,14,13,9,9,0.27,1.1761,0.15,1.1461 onlookers,onlookers,17,13,11,7,0.33,1.2553,0.15,1.1461 opportune,opportune,14,13,13,13,0.27,1.1761,0.15,1.1461 optometrist,optometrist,14,13,11,10,0.27,1.1761,0.15,1.1461 orbed,orbed,23,13,22,13,0.45,1.3802,0.15,1.1461 orchestrating,orchestrating,13,13,13,13,0.25,1.1461,0.15,1.1461 organist,organist,20,13,17,11,0.39,1.3222,0.15,1.1461 originating,originating,14,13,13,12,0.27,1.1761,0.15,1.1461 Ottawa,ottawa,21,13,5,1,0.41,1.3424,0.15,1.1461 outflank,outflank,14,13,13,12,0.27,1.1761,0.15,1.1461 outgunned,outgunned,15,13,15,13,0.29,1.2041,0.15,1.1461 outpouring,outpouring,13,13,12,12,0.25,1.1461,0.15,1.1461 outweighs,outweighs,13,13,13,13,0.25,1.1461,0.15,1.1461 ovary,ovary,26,13,26,13,0.51,1.4314,0.15,1.1461 overbite,overbite,17,13,17,13,0.33,1.2553,0.15,1.1461 overconfident,overconfident,13,13,13,13,0.25,1.1461,0.15,1.1461 overestimating,overestimating,13,13,13,13,0.25,1.1461,0.15,1.1461 overland,overland,14,13,8,7,0.27,1.1761,0.15,1.1461 overstep,overstep,14,13,13,13,0.27,1.1761,0.15,1.1461 overt,overt,14,13,14,13,0.27,1.1761,0.15,1.1461 oxymoron,oxymoron,14,13,12,12,0.27,1.1761,0.15,1.1461 pacifier,pacifier,20,13,11,11,0.39,1.3222,0.15,1.1461 pagans,pagans,16,13,12,9,0.31,1.2304,0.15,1.1461 paisan,paisan,20,13,17,13,0.39,1.3222,0.15,1.1461 palatable,palatable,13,13,13,13,0.25,1.1461,0.15,1.1461 paperboy,paperboy,22,13,18,11,0.43,1.3617,0.15,1.1461 parachuting,parachuting,16,13,15,12,0.31,1.2304,0.15,1.1461 parte,parte,15,13,15,13,0.29,1.2041,0.15,1.1461 partnerships,partnerships,14,13,12,11,0.27,1.1761,0.15,1.1461 passe,passe,14,13,14,13,0.27,1.1761,0.15,1.1461 patriarch,patriarch,16,13,16,13,0.31,1.2304,0.15,1.1461 patriarchal,patriarchal,14,13,14,13,0.27,1.1761,0.15,1.1461 patronized,patronized,13,13,13,13,0.25,1.1461,0.15,1.1461 paupers,paupers,13,13,12,12,0.25,1.1461,0.15,1.1461 pauses,pauses,16,13,16,13,0.31,1.2304,0.15,1.1461 Pavlov,pavlov,20,13,0,0,0.39,1.3222,0.15,1.1461 pericardium,pericardium,15,13,12,11,0.29,1.2041,0.15,1.1461 periphery,periphery,16,13,16,13,0.31,1.2304,0.15,1.1461 perpetually,perpetually,13,13,11,11,0.25,1.1461,0.15,1.1461 perplexing,perplexing,13,13,13,13,0.25,1.1461,0.15,1.1461 persecuting,persecuting,13,13,12,12,0.25,1.1461,0.15,1.1461 personalize,personalize,15,13,15,13,0.29,1.2041,0.15,1.1461 pessimism,pessimism,15,13,13,13,0.29,1.2041,0.15,1.1461 pesticide,pesticide,18,13,18,13,0.35,1.2788,0.15,1.1461 phalanges,phalanges,17,13,13,12,0.33,1.2553,0.15,1.1461 phallic,phallic,15,13,13,12,0.29,1.2041,0.15,1.1461 phosphate,phosphate,22,13,21,13,0.43,1.3617,0.15,1.1461 phrased,phrased,15,13,13,12,0.29,1.2041,0.15,1.1461 phrasing,phrasing,13,13,13,13,0.25,1.1461,0.15,1.1461 physicality,physicality,13,13,13,13,0.25,1.1461,0.15,1.1461 physicals,physicals,16,13,16,13,0.31,1.2304,0.15,1.1461 pigment,pigment,15,13,15,13,0.29,1.2041,0.15,1.1461 Pilate,pilate,24,13,1,1,0.47,1.3979,0.15,1.1461 pillbox,pillbox,25,13,23,12,0.49,1.4150,0.15,1.1461 pimped,pimped,13,13,12,12,0.25,1.1461,0.15,1.1461 pistachios,pistachios,15,13,13,12,0.29,1.2041,0.15,1.1461 pities,pities,14,13,14,13,0.27,1.1761,0.15,1.1461 plagiarism,plagiarism,18,13,11,10,0.35,1.2788,0.15,1.1461 plantations,plantations,21,13,19,13,0.41,1.3424,0.15,1.1461 platelets,platelets,18,13,18,13,0.35,1.2788,0.15,1.1461 polecat,polecat,15,13,14,12,0.29,1.2041,0.15,1.1461 poppies,poppies,17,13,12,11,0.33,1.2553,0.15,1.1461 porous,porous,15,13,14,12,0.29,1.2041,0.15,1.1461 porters,porters,42,13,40,13,0.82,1.6335,0.15,1.1461 portside,portside,19,13,15,11,0.37,1.3010,0.15,1.1461 Pos,pos,16,13,6,4,0.31,1.2304,0.15,1.1461 posies,posies,15,13,13,12,0.29,1.2041,0.15,1.1461 postwar,postwar,15,13,13,11,0.29,1.2041,0.15,1.1461 prattling,prattling,16,13,16,13,0.31,1.2304,0.15,1.1461 precipitation,precipitation,15,13,14,13,0.29,1.2041,0.15,1.1461 predisposed,predisposed,14,13,14,13,0.27,1.1761,0.15,1.1461 preempt,preempt,13,13,10,10,0.25,1.1461,0.15,1.1461 preferential,preferential,20,13,18,13,0.39,1.3222,0.15,1.1461 prerequisite,prerequisite,13,13,13,13,0.25,1.1461,0.15,1.1461 Pres,pres,19,13,7,6,0.37,1.3010,0.15,1.1461 presenter,presenter,20,13,17,11,0.39,1.3222,0.15,1.1461 preserver,preserver,14,13,14,13,0.27,1.1761,0.15,1.1461 pricing,pricing,14,13,14,13,0.27,1.1761,0.15,1.1461 prided,prided,13,13,13,13,0.25,1.1461,0.15,1.1461 prizefighter,prizefighter,16,13,16,13,0.31,1.2304,0.15,1.1461 prob,prob,13,13,13,13,0.25,1.1461,0.15,1.1461 proclaims,proclaims,13,13,13,13,0.25,1.1461,0.15,1.1461 profiled,profiled,13,13,13,13,0.25,1.1461,0.15,1.1461 progresses,progresses,14,13,14,13,0.27,1.1761,0.15,1.1461 prominence,prominence,16,13,12,12,0.31,1.2304,0.15,1.1461 prompts,prompts,14,13,14,13,0.27,1.1761,0.15,1.1461 prophesies,prophesies,15,13,14,12,0.29,1.2041,0.15,1.1461 prophesy,prophesy,13,13,13,13,0.25,1.1461,0.15,1.1461 protagonist,protagonist,15,13,15,13,0.29,1.2041,0.15,1.1461 psalms,psalms,18,13,11,8,0.35,1.2788,0.15,1.1461 pseudo,pseudo,15,13,14,12,0.29,1.2041,0.15,1.1461 puerile,puerile,14,13,12,11,0.27,1.1761,0.15,1.1461 pulleys,pulleys,13,13,13,13,0.25,1.1461,0.15,1.1461 pulseless,pulseless,18,13,14,9,0.35,1.2788,0.15,1.1461 puritanical,puritanical,13,13,12,12,0.25,1.1461,0.15,1.1461 Puritans,puritans,16,13,5,5,0.31,1.2304,0.15,1.1461 quaking,quaking,14,13,14,13,0.27,1.1761,0.15,1.1461 qualification,qualification,13,13,13,13,0.25,1.1461,0.15,1.1461 quicken,quicken,14,13,9,9,0.27,1.1761,0.15,1.1461 quicksilver,quicksilver,16,13,9,9,0.31,1.2304,0.15,1.1461 quintessential,quintessential,15,13,15,13,0.29,1.2041,0.15,1.1461 rafts,rafts,15,13,15,13,0.29,1.2041,0.15,1.1461 Ragtime,ragtime,31,13,13,9,0.61,1.5051,0.15,1.1461 ramps,ramps,21,13,17,13,0.41,1.3424,0.15,1.1461 Ramrod,ramrod,22,13,10,7,0.43,1.3617,0.15,1.1461 ransack,ransack,14,13,13,12,0.27,1.1761,0.15,1.1461 rathole,rathole,17,13,17,13,0.33,1.2553,0.15,1.1461 ratified,ratified,14,13,14,13,0.27,1.1761,0.15,1.1461 rationalization,rationalization,15,13,14,12,0.29,1.2041,0.15,1.1461 ratting,ratting,15,13,14,12,0.29,1.2041,0.15,1.1461 reachable,reachable,13,13,13,13,0.25,1.1461,0.15,1.1461 realign,realign,14,13,13,12,0.27,1.1761,0.15,1.1461 realises,realises,13,13,13,13,0.25,1.1461,0.15,1.1461 recaptured,recaptured,14,13,13,12,0.27,1.1761,0.15,1.1461 reclamation,reclamation,19,13,13,10,0.37,1.3010,0.15,1.1461 recompense,recompense,13,13,13,13,0.25,1.1461,0.15,1.1461 reconnected,reconnected,13,13,12,12,0.25,1.1461,0.15,1.1461 rectory,rectory,27,13,26,12,0.53,1.4472,0.15,1.1461 recurrence,recurrence,15,13,15,13,0.29,1.2041,0.15,1.1461 recuse,recuse,15,13,15,13,0.29,1.2041,0.15,1.1461 redial,redial,13,13,11,11,0.25,1.1461,0.15,1.1461 redskin,redskin,13,13,9,9,0.25,1.1461,0.15,1.1461 reenact,reenact,16,13,15,13,0.31,1.2304,0.15,1.1461 refining,refining,13,13,13,13,0.25,1.1461,0.15,1.1461 refocus,refocus,13,13,12,12,0.25,1.1461,0.15,1.1461 reforms,reforms,16,13,15,12,0.31,1.2304,0.15,1.1461 regulatory,regulatory,14,13,12,11,0.27,1.1761,0.15,1.1461 reliance,reliance,14,13,12,12,0.27,1.1761,0.15,1.1461 reloading,reloading,13,13,11,11,0.25,1.1461,0.15,1.1461 remorseful,remorseful,16,13,14,12,0.31,1.2304,0.15,1.1461 renovate,renovate,13,13,11,11,0.25,1.1461,0.15,1.1461 repaying,repaying,16,13,15,12,0.31,1.2304,0.15,1.1461 repeater,repeater,14,13,11,11,0.27,1.1761,0.15,1.1461 reproducing,reproducing,13,13,12,12,0.25,1.1461,0.15,1.1461 resourcefulness,resourcefulness,13,13,13,13,0.25,1.1461,0.15,1.1461 restricting,restricting,13,13,13,13,0.25,1.1461,0.15,1.1461 restrictive,restrictive,14,13,13,12,0.27,1.1761,0.15,1.1461 restructure,restructure,13,13,13,13,0.25,1.1461,0.15,1.1461 resupply,resupply,18,13,16,13,0.35,1.2788,0.15,1.1461 retention,retention,14,13,13,12,0.27,1.1761,0.15,1.1461 retrospective,retrospective,15,13,12,10,0.29,1.2041,0.15,1.1461 reversible,reversible,15,13,13,11,0.29,1.2041,0.15,1.1461 revisions,revisions,19,13,18,12,0.37,1.3010,0.15,1.1461 Rf,rf,15,13,5,3,0.29,1.2041,0.15,1.1461 rhymed,rhymed,15,13,15,13,0.29,1.2041,0.15,1.1461 Ringers,ringers,27,13,10,10,0.53,1.4472,0.15,1.1461 rioters,rioters,15,13,12,11,0.29,1.2041,0.15,1.1461 ripen,ripen,14,13,14,13,0.27,1.1761,0.15,1.1461 rivet,rivet,17,13,16,12,0.33,1.2553,0.15,1.1461 Rosario,rosario,32,13,0,0,0.63,1.5185,0.15,1.1461 rotgut,rotgut,14,13,14,13,0.27,1.1761,0.15,1.1461 roughshod,roughshod,14,13,14,13,0.27,1.1761,0.15,1.1461 rowed,rowed,14,13,14,13,0.27,1.1761,0.15,1.1461 Rs,rs,20,13,8,6,0.39,1.3222,0.15,1.1461 rubles,rubles,16,13,13,12,0.31,1.2304,0.15,1.1461 Ruff,ruff,27,13,10,6,0.53,1.4472,0.15,1.1461 runways,runways,17,13,15,12,0.33,1.2553,0.15,1.1461 rustler,rustler,25,13,21,11,0.49,1.4150,0.15,1.1461 sabe,sabe,14,13,7,7,0.27,1.1761,0.15,1.1461 saboteurs,saboteurs,15,13,14,12,0.29,1.2041,0.15,1.1461 sagebrush,sagebrush,15,13,10,10,0.29,1.2041,0.15,1.1461 saluted,saluted,14,13,14,13,0.27,1.1761,0.15,1.1461 Sambo,sambo,20,13,5,2,0.39,1.3222,0.15,1.1461 satisfactorily,satisfactorily,13,13,13,13,0.25,1.1461,0.15,1.1461 sawbuck,sawbuck,20,13,14,12,0.39,1.3222,0.15,1.1461 Saxons,saxons,65,13,0,0,1.27,1.8195,0.15,1.1461 Sc,sc,17,13,2,2,0.33,1.2553,0.15,1.1461 Schiller,schiller,40,13,0,0,0.78,1.6128,0.15,1.1461 schnook,schnook,17,13,17,13,0.33,1.2553,0.15,1.1461 sciatica,sciatica,13,13,12,12,0.25,1.1461,0.15,1.1461 scullery,scullery,21,13,19,13,0.41,1.3424,0.15,1.1461 scythe,scythe,16,13,16,13,0.31,1.2304,0.15,1.1461 seashell,seashell,16,13,15,12,0.31,1.2304,0.15,1.1461 seduces,seduces,17,13,16,13,0.33,1.2553,0.15,1.1461 selects,selects,13,13,13,13,0.25,1.1461,0.15,1.1461 selflessness,selflessness,15,13,15,13,0.29,1.2041,0.15,1.1461 sexless,sexless,13,13,13,13,0.25,1.1461,0.15,1.1461 Shamrock,shamrock,14,13,3,3,0.27,1.1761,0.15,1.1461 shanked,shanked,14,13,14,13,0.27,1.1761,0.15,1.1461 Shazam,shazam,14,13,1,1,0.27,1.1761,0.15,1.1461 sheepskin,sheepskin,14,13,12,11,0.27,1.1761,0.15,1.1461 shirtless,shirtless,14,13,12,12,0.27,1.1761,0.15,1.1461 Shiva,shiva,25,13,0,0,0.49,1.4150,0.15,1.1461 shopkeepers,shopkeepers,13,13,13,13,0.25,1.1461,0.15,1.1461 shoplifted,shoplifted,14,13,13,12,0.27,1.1761,0.15,1.1461 shorting,shorting,17,13,17,13,0.33,1.2553,0.15,1.1461 showmanship,showmanship,14,13,12,11,0.27,1.1761,0.15,1.1461 shrub,shrub,14,13,14,13,0.27,1.1761,0.15,1.1461 shuddering,shuddering,13,13,8,8,0.25,1.1461,0.15,1.1461 sickbay,sickbay,20,13,19,12,0.39,1.3222,0.15,1.1461 sidekicks,sidekicks,26,13,23,10,0.51,1.4314,0.15,1.1461 signorina,signorina,30,13,15,8,0.59,1.4914,0.15,1.1461 signpost,signpost,16,13,16,13,0.31,1.2304,0.15,1.1461 sillier,sillier,16,13,16,13,0.31,1.2304,0.15,1.1461 singularity,singularity,65,13,64,12,1.27,1.8195,0.15,1.1461 sitar,sitar,13,13,13,13,0.25,1.1461,0.15,1.1461 skewer,skewer,21,13,20,13,0.41,1.3424,0.15,1.1461 skillfully,skillfully,14,13,13,12,0.27,1.1761,0.15,1.1461 skinnier,skinnier,14,13,13,12,0.27,1.1761,0.15,1.1461 Slavin,slavin,20,13,2,2,0.39,1.3222,0.15,1.1461 slitting,slitting,13,13,10,10,0.25,1.1461,0.15,1.1461 slurring,slurring,16,13,11,10,0.31,1.2304,0.15,1.1461 smouldering,smouldering,15,13,15,13,0.29,1.2041,0.15,1.1461 Sneezy,sneezy,15,13,2,2,0.29,1.2041,0.15,1.1461 snicker,snicker,15,13,13,12,0.29,1.2041,0.15,1.1461 sniffle,sniffle,13,13,13,13,0.25,1.1461,0.15,1.1461 snookums,snookums,14,13,10,10,0.27,1.1761,0.15,1.1461 snoozing,snoozing,14,13,12,11,0.27,1.1761,0.15,1.1461 sociological,sociological,14,13,14,13,0.27,1.1761,0.15,1.1461 soiling,soiling,13,13,11,11,0.25,1.1461,0.15,1.1461 solarium,solarium,22,13,22,13,0.43,1.3617,0.15,1.1461 solidly,solidly,13,13,12,12,0.25,1.1461,0.15,1.1461 solver,solver,14,13,14,13,0.27,1.1761,0.15,1.1461 somersaults,somersaults,13,13,12,12,0.25,1.1461,0.15,1.1461 Sop,sop,14,13,5,5,0.27,1.1761,0.15,1.1461 sorbet,sorbet,14,13,13,12,0.27,1.1761,0.15,1.1461 sourdough,sourdough,17,13,10,10,0.33,1.2553,0.15,1.1461 Southerners,southerners,20,13,0,0,0.39,1.3222,0.15,1.1461 southwestern,southwestern,16,13,8,8,0.31,1.2304,0.15,1.1461 sparking,sparking,18,13,18,13,0.35,1.2788,0.15,1.1461 Spats,spats,39,13,17,10,0.76,1.6021,0.15,1.1461 specks,specks,14,13,12,12,0.27,1.1761,0.15,1.1461 spenders,spenders,13,13,12,12,0.25,1.1461,0.15,1.1461 Spiro,spiro,25,13,0,0,0.49,1.4150,0.15,1.1461 sporadic,sporadic,14,13,10,9,0.27,1.1761,0.15,1.1461 sprouted,sprouted,13,13,13,13,0.25,1.1461,0.15,1.1461 sprouting,sprouting,13,13,13,13,0.25,1.1461,0.15,1.1461 squandering,squandering,14,13,14,13,0.27,1.1761,0.15,1.1461 squiggly,squiggly,16,13,14,11,0.31,1.2304,0.15,1.1461 staggers,staggers,14,13,12,12,0.27,1.1761,0.15,1.1461 staining,staining,14,13,13,12,0.27,1.1761,0.15,1.1461 stammer,stammer,14,13,13,12,0.27,1.1761,0.15,1.1461 stammering,stammering,14,13,10,9,0.27,1.1761,0.15,1.1461 statewide,statewide,15,13,15,13,0.29,1.2041,0.15,1.1461 steno,steno,13,13,13,13,0.25,1.1461,0.15,1.1461 stepsister,stepsister,17,13,16,13,0.33,1.2553,0.15,1.1461 stoplight,stoplight,16,13,16,13,0.31,1.2304,0.15,1.1461 straights,straights,26,13,24,12,0.51,1.4314,0.15,1.1461 streamline,streamline,26,13,16,12,0.51,1.4314,0.15,1.1461 stretchy,stretchy,19,13,19,13,0.37,1.3010,0.15,1.1461 stringer,stringer,15,13,11,10,0.29,1.2041,0.15,1.1461 stroked,stroked,14,13,14,13,0.27,1.1761,0.15,1.1461 stunningly,stunningly,13,13,13,13,0.25,1.1461,0.15,1.1461 stutters,stutters,15,13,12,10,0.29,1.2041,0.15,1.1461 stymied,stymied,14,13,13,12,0.27,1.1761,0.15,1.1461 subbing,subbing,13,13,9,9,0.25,1.1461,0.15,1.1461 submachine,submachine,15,13,15,13,0.29,1.2041,0.15,1.1461 subspace,subspace,27,13,23,13,0.53,1.4472,0.15,1.1461 sugary,sugary,15,13,15,13,0.29,1.2041,0.15,1.1461 sulfuric,sulfuric,18,13,12,8,0.35,1.2788,0.15,1.1461 sundry,sundry,13,13,13,13,0.25,1.1461,0.15,1.1461 surefire,surefire,13,13,11,11,0.25,1.1461,0.15,1.1461 surfed,surfed,21,13,21,13,0.41,1.3424,0.15,1.1461 Surrey,surrey,25,13,8,4,0.49,1.4150,0.15,1.1461 Sutter,sutter,90,13,0,0,1.76,1.9590,0.15,1.1461 swanky,swanky,13,13,13,13,0.25,1.1461,0.15,1.1461 swatches,swatches,26,13,24,11,0.51,1.4314,0.15,1.1461 synchronization,synchronization,13,13,9,9,0.25,1.1461,0.15,1.1461 synopsis,synopsis,14,13,14,13,0.27,1.1761,0.15,1.1461 tachycardia,tachycardia,16,13,12,11,0.31,1.2304,0.15,1.1461 Tal,tal,37,13,7,7,0.73,1.5798,0.15,1.1461 talkie,talkie,16,13,12,11,0.31,1.2304,0.15,1.1461 Tania,tania,30,13,0,0,0.59,1.4914,0.15,1.1461 tantalizing,tantalizing,15,13,14,12,0.29,1.2041,0.15,1.1461 Taro,taro,22,13,8,7,0.43,1.3617,0.15,1.1461 taters,taters,19,13,17,11,0.37,1.3010,0.15,1.1461 tats,tats,13,13,11,11,0.25,1.1461,0.15,1.1461 tattooing,tattooing,15,13,12,11,0.29,1.2041,0.15,1.1461 teaspoons,teaspoons,17,13,16,12,0.33,1.2553,0.15,1.1461 teats,teats,19,13,19,13,0.37,1.3010,0.15,1.1461 tedium,tedium,13,13,13,13,0.25,1.1461,0.15,1.1461 telekinetic,telekinetic,13,13,13,13,0.25,1.1461,0.15,1.1461 telepathically,telepathically,13,13,12,12,0.25,1.1461,0.15,1.1461 tenner,tenner,15,13,13,11,0.29,1.2041,0.15,1.1461 tentacle,tentacle,13,13,12,12,0.25,1.1461,0.15,1.1461 tenured,tenured,15,13,12,10,0.29,1.2041,0.15,1.1461 textures,textures,16,13,13,12,0.31,1.2304,0.15,1.1461 thar,thar,20,13,12,6,0.39,1.3222,0.15,1.1461 theorem,theorem,17,13,13,11,0.33,1.2553,0.15,1.1461 thinly,thinly,14,13,12,11,0.27,1.1761,0.15,1.1461 thrones,thrones,26,13,24,12,0.51,1.4314,0.15,1.1461 thunderous,thunderous,14,13,8,7,0.27,1.1761,0.15,1.1461 tightens,tightens,13,13,13,13,0.25,1.1461,0.15,1.1461 tiptoeing,tiptoeing,13,13,12,12,0.25,1.1461,0.15,1.1461 toasters,toasters,13,13,13,13,0.25,1.1461,0.15,1.1461 tonnage,tonnage,13,13,13,13,0.25,1.1461,0.15,1.1461 torturer,torturer,13,13,11,11,0.25,1.1461,0.15,1.1461 torturous,torturous,13,13,13,13,0.25,1.1461,0.15,1.1461 tracheal,tracheal,13,13,10,10,0.25,1.1461,0.15,1.1461 trackers,trackers,15,13,15,13,0.29,1.2041,0.15,1.1461 traipse,traipse,14,13,14,13,0.27,1.1761,0.15,1.1461 transcontinental,transcontinental,16,13,11,10,0.31,1.2304,0.15,1.1461 transsexual,transsexual,27,13,21,12,0.53,1.4472,0.15,1.1461 treetops,treetops,14,13,14,13,0.27,1.1761,0.15,1.1461 trembles,trembles,14,13,14,13,0.27,1.1761,0.15,1.1461 tributary,tributary,16,13,16,13,0.31,1.2304,0.15,1.1461 triceps,triceps,13,13,13,13,0.25,1.1461,0.15,1.1461 trickling,trickling,15,13,15,13,0.29,1.2041,0.15,1.1461 trifled,trifled,13,13,13,13,0.25,1.1461,0.15,1.1461 trigonometry,trigonometry,15,13,13,11,0.29,1.2041,0.15,1.1461 Trina,trina,65,13,0,0,1.27,1.8195,0.15,1.1461 Triumvirate,triumvirate,31,13,5,4,0.61,1.5051,0.15,1.1461 truancy,truancy,17,13,15,11,0.33,1.2553,0.15,1.1461 truss,truss,17,13,16,12,0.33,1.2553,0.15,1.1461 trussed,trussed,14,13,14,13,0.27,1.1761,0.15,1.1461 tubed,tubed,13,13,10,10,0.25,1.1461,0.15,1.1461 tumbler,tumbler,18,13,15,12,0.35,1.2788,0.15,1.1461 turncoat,turncoat,13,13,11,11,0.25,1.1461,0.15,1.1461 turrets,turrets,22,13,22,13,0.43,1.3617,0.15,1.1461 tutored,tutored,17,13,17,13,0.33,1.2553,0.15,1.1461 twiddling,twiddling,13,13,13,13,0.25,1.1461,0.15,1.1461 twixt,twixt,19,13,19,13,0.37,1.3010,0.15,1.1461 tyrannical,tyrannical,15,13,13,11,0.29,1.2041,0.15,1.1461 Uc,uc,13,13,0,0,0.25,1.1461,0.15,1.1461 udders,udders,18,13,13,12,0.35,1.2788,0.15,1.1461 ump,ump,18,13,15,11,0.35,1.2788,0.15,1.1461 unbearably,unbearably,13,13,11,11,0.25,1.1461,0.15,1.1461 unconsciousness,unconsciousness,13,13,13,13,0.25,1.1461,0.15,1.1461 undeniably,undeniably,13,13,10,10,0.25,1.1461,0.15,1.1461 undercarriage,undercarriage,20,13,19,12,0.39,1.3222,0.15,1.1461 underlings,underlings,14,13,13,13,0.27,1.1761,0.15,1.1461 Undersecretary,undersecretary,22,13,6,5,0.43,1.3617,0.15,1.1461 unearthly,unearthly,15,13,15,13,0.29,1.2041,0.15,1.1461 uninsured,uninsured,16,13,15,13,0.31,1.2304,0.15,1.1461 unknowns,unknowns,13,13,12,12,0.25,1.1461,0.15,1.1461 unlocks,unlocks,17,13,17,13,0.33,1.2553,0.15,1.1461 unquestioned,unquestioned,13,13,13,13,0.25,1.1461,0.15,1.1461 unraveling,unraveling,13,13,13,13,0.25,1.1461,0.15,1.1461 unsung,unsung,13,13,13,13,0.25,1.1461,0.15,1.1461 unsupported,unsupported,13,13,12,12,0.25,1.1461,0.15,1.1461 upgrading,upgrading,14,13,13,12,0.27,1.1761,0.15,1.1461 upholding,upholding,13,13,13,13,0.25,1.1461,0.15,1.1461 uplift,uplift,13,13,13,13,0.25,1.1461,0.15,1.1461 urologist,urologist,17,13,16,12,0.33,1.2553,0.15,1.1461 Uruguay,uruguay,16,13,0,0,0.31,1.2304,0.15,1.1461 vaguest,vaguest,14,13,14,13,0.27,1.1761,0.15,1.1461 valour,valour,15,13,11,9,0.29,1.2041,0.15,1.1461 variance,variance,19,13,19,13,0.37,1.3010,0.15,1.1461 veered,veered,17,13,15,11,0.33,1.2553,0.15,1.1461 velour,velour,22,13,16,12,0.43,1.3617,0.15,1.1461 ventricular,ventricular,16,13,12,11,0.31,1.2304,0.15,1.1461 vestige,vestige,15,13,15,13,0.29,1.2041,0.15,1.1461 vestigial,vestigial,14,13,12,12,0.27,1.1761,0.15,1.1461 vicarious,vicarious,13,13,12,12,0.25,1.1461,0.15,1.1461 villainy,villainy,15,13,14,12,0.29,1.2041,0.15,1.1461 vinaigrette,vinaigrette,14,13,13,12,0.27,1.1761,0.15,1.1461 visualizing,visualizing,16,13,14,12,0.31,1.2304,0.15,1.1461 vivacious,vivacious,13,13,13,13,0.25,1.1461,0.15,1.1461 vocational,vocational,15,13,12,10,0.29,1.2041,0.15,1.1461 waistcoat,waistcoat,18,13,17,12,0.35,1.2788,0.15,1.1461 wakened,wakened,13,13,13,13,0.25,1.1461,0.15,1.1461 wane,wane,13,13,13,13,0.25,1.1461,0.15,1.1461 wankers,wankers,17,13,16,12,0.33,1.2553,0.15,1.1461 Ware,ware,112,13,14,8,2.20,2.0531,0.15,1.1461 watchtower,watchtower,22,13,11,9,0.43,1.3617,0.15,1.1461 wavering,wavering,15,13,14,13,0.29,1.2041,0.15,1.1461 waylaid,waylaid,13,13,13,13,0.25,1.1461,0.15,1.1461 wayside,wayside,13,13,11,11,0.25,1.1461,0.15,1.1461 Welling,welling,28,13,9,9,0.55,1.4624,0.15,1.1461 whacker,whacker,17,13,14,11,0.33,1.2553,0.15,1.1461 whinny,whinny,13,13,13,13,0.25,1.1461,0.15,1.1461 widened,widened,14,13,14,13,0.27,1.1761,0.15,1.1461 wienie,wienie,21,13,14,11,0.41,1.3424,0.15,1.1461 windshields,windshields,16,13,16,13,0.31,1.2304,0.15,1.1461 wingding,wingding,14,13,14,13,0.27,1.1761,0.15,1.1461 wooed,wooed,16,13,16,13,0.31,1.2304,0.15,1.1461 Woolf,woolf,32,13,0,0,0.63,1.5185,0.15,1.1461 Worcester,worcester,26,13,0,0,0.51,1.4314,0.15,1.1461 wording,wording,14,13,14,13,0.27,1.1761,0.15,1.1461 workday,workday,13,13,13,13,0.25,1.1461,0.15,1.1461 workstation,workstation,17,13,16,13,0.33,1.2553,0.15,1.1461 wouldst,wouldst,30,13,22,10,0.59,1.4914,0.15,1.1461 wunderbar,wunderbar,20,13,10,7,0.39,1.3222,0.15,1.1461 Xi,xi,112,13,3,2,2.20,2.0531,0.15,1.1461 yachting,yachting,17,13,14,12,0.33,1.2553,0.15,1.1461 yokel,yokel,16,13,15,13,0.31,1.2304,0.15,1.1461 Yom,yom,19,13,0,0,0.37,1.3010,0.15,1.1461 Zenith,zenith,22,13,7,7,0.43,1.3617,0.15,1.1461 zonked,zonked,13,13,13,13,0.25,1.1461,0.15,1.1461 Zowie,zowie,18,13,3,3,0.35,1.2788,0.15,1.1461 aardvark,aardvark,21,12,14,8,0.41,1.3424,0.14,1.1139 Aberdeen,aberdeen,17,12,0,0,0.33,1.2553,0.14,1.1139 abhor,abhor,12,12,12,12,0.24,1.1139,0.14,1.1139 absences,absences,14,12,14,12,0.27,1.1761,0.14,1.1139 academia,academia,12,12,10,10,0.24,1.1139,0.14,1.1139 accentuate,accentuate,18,12,15,10,0.35,1.2788,0.14,1.1139 accrued,accrued,13,12,12,12,0.25,1.1461,0.14,1.1139 accuser,accuser,15,12,15,12,0.29,1.2041,0.14,1.1139 achiever,achiever,12,12,11,11,0.24,1.1139,0.14,1.1139 acknowledges,acknowledges,13,12,13,12,0.25,1.1461,0.14,1.1139 acrobatic,acrobatic,12,12,12,12,0.24,1.1139,0.14,1.1139 addendum,addendum,15,12,10,7,0.29,1.2041,0.14,1.1139 adulterer,adulterer,20,12,15,10,0.39,1.3222,0.14,1.1139 adulterous,adulterous,17,12,15,12,0.33,1.2553,0.14,1.1139 affluent,affluent,15,12,15,12,0.29,1.2041,0.14,1.1139 affords,affords,14,12,14,12,0.27,1.1761,0.14,1.1139 afresh,afresh,13,12,12,11,0.25,1.1461,0.14,1.1139 aftershock,aftershock,12,12,10,10,0.24,1.1139,0.14,1.1139 afterthought,afterthought,13,12,13,12,0.25,1.1461,0.14,1.1139 agonized,agonized,12,12,11,11,0.24,1.1139,0.14,1.1139 airtime,airtime,13,12,13,12,0.25,1.1461,0.14,1.1139 Ak,ak,18,12,3,1,0.35,1.2788,0.14,1.1139 Albanian,albanian,50,12,0,0,0.98,1.7076,0.14,1.1139 alcove,alcove,24,12,16,11,0.47,1.3979,0.14,1.1139 Aldrin,aldrin,19,12,0,0,0.37,1.3010,0.14,1.1139 algorithms,algorithms,12,12,12,12,0.24,1.1139,0.14,1.1139 alkaline,alkaline,16,12,14,11,0.31,1.2304,0.14,1.1139 alphabetized,alphabetized,14,12,10,9,0.27,1.1761,0.14,1.1139 Altair,altair,64,12,0,0,1.25,1.8129,0.14,1.1139 Amazonian,amazonian,16,12,0,0,0.31,1.2304,0.14,1.1139 ambidextrous,ambidextrous,12,12,9,9,0.24,1.1139,0.14,1.1139 ambivalent,ambivalent,12,12,12,12,0.24,1.1139,0.14,1.1139 amniotic,amniotic,14,12,14,12,0.27,1.1761,0.14,1.1139 amounted,amounted,12,12,12,12,0.24,1.1139,0.14,1.1139 anaesthesia,anaesthesia,15,12,13,11,0.29,1.2041,0.14,1.1139 anchorman,anchorman,18,12,14,9,0.35,1.2788,0.14,1.1139 angled,angled,12,12,11,11,0.24,1.1139,0.14,1.1139 anointing,anointing,13,12,13,12,0.25,1.1461,0.14,1.1139 anomalous,anomalous,17,12,14,11,0.33,1.2553,0.14,1.1139 antagonist,antagonist,13,12,12,11,0.25,1.1461,0.14,1.1139 Antarctic,antarctic,31,12,0,0,0.61,1.5051,0.14,1.1139 anti,anti,26,12,20,10,0.51,1.4314,0.14,1.1139 antifreeze,antifreeze,16,12,13,11,0.31,1.2304,0.14,1.1139 antithesis,antithesis,16,12,13,12,0.31,1.2304,0.14,1.1139 antiwar,antiwar,16,12,14,10,0.31,1.2304,0.14,1.1139 anywheres,anywheres,12,12,12,12,0.24,1.1139,0.14,1.1139 appropriated,appropriated,13,12,12,12,0.25,1.1461,0.14,1.1139 archaeologists,archaeologists,27,12,23,10,0.53,1.4472,0.14,1.1139 Archduke,archduke,46,12,5,5,0.90,1.6721,0.14,1.1139 Armenia,armenia,13,12,0,0,0.25,1.1461,0.14,1.1139 arouses,arouses,14,12,14,12,0.27,1.1761,0.14,1.1139 Artemis,artemis,33,12,0,0,0.65,1.5315,0.14,1.1139 askew,askew,14,12,9,8,0.27,1.1761,0.14,1.1139 aspirated,aspirated,15,12,13,11,0.29,1.2041,0.14,1.1139 asserts,asserts,13,12,12,11,0.25,1.1461,0.14,1.1139 assessments,assessments,12,12,12,12,0.24,1.1139,0.14,1.1139 assists,assists,16,12,15,12,0.31,1.2304,0.14,1.1139 astounded,astounded,12,12,12,12,0.24,1.1139,0.14,1.1139 attentively,attentively,15,12,15,12,0.29,1.2041,0.14,1.1139 authorise,authorise,15,12,15,12,0.29,1.2041,0.14,1.1139 Automat,automat,19,12,6,4,0.37,1.3010,0.14,1.1139 aweigh,aweigh,14,12,12,10,0.27,1.1761,0.14,1.1139 awoken,awoken,12,12,12,12,0.24,1.1139,0.14,1.1139 azure,azure,15,12,10,8,0.29,1.2041,0.14,1.1139 backfield,backfield,16,12,15,12,0.31,1.2304,0.14,1.1139 backyards,backyards,12,12,12,12,0.24,1.1139,0.14,1.1139 badmouth,badmouth,12,12,12,12,0.24,1.1139,0.14,1.1139 bagpipe,bagpipe,15,12,13,11,0.29,1.2041,0.14,1.1139 baguette,baguette,14,12,14,12,0.27,1.1761,0.14,1.1139 ballerinas,ballerinas,23,12,19,10,0.45,1.3802,0.14,1.1139 ballots,ballots,15,12,15,12,0.29,1.2041,0.14,1.1139 bandanna,bandanna,21,12,20,11,0.41,1.3424,0.14,1.1139 barbs,barbs,12,12,12,12,0.24,1.1139,0.14,1.1139 barium,barium,23,12,18,9,0.45,1.3802,0.14,1.1139 basal,basal,15,12,15,12,0.29,1.2041,0.14,1.1139 batches,batches,14,12,12,11,0.27,1.1761,0.14,1.1139 bawled,bawled,12,12,12,12,0.24,1.1139,0.14,1.1139 baying,baying,13,12,13,12,0.25,1.1461,0.14,1.1139 beaks,beaks,13,12,12,11,0.25,1.1461,0.14,1.1139 bebop,bebop,21,12,17,12,0.41,1.3424,0.14,1.1139 beget,beget,16,12,16,12,0.31,1.2304,0.14,1.1139 behavioural,behavioural,13,12,11,11,0.25,1.1461,0.14,1.1139 bello,bello,21,12,12,11,0.41,1.3424,0.14,1.1139 benediction,benediction,13,12,13,12,0.25,1.1461,0.14,1.1139 benefactors,benefactors,17,12,17,12,0.33,1.2553,0.14,1.1139 Berk,berk,23,12,7,7,0.45,1.3802,0.14,1.1139 bienvenue,bienvenue,17,12,11,6,0.33,1.2553,0.14,1.1139 bigamist,bigamist,15,12,15,12,0.29,1.2041,0.14,1.1139 billet,billet,17,12,17,12,0.33,1.2553,0.14,1.1139 biographies,biographies,13,12,11,10,0.25,1.1461,0.14,1.1139 Birdsong,birdsong,12,12,5,5,0.24,1.1139,0.14,1.1139 bitched,bitched,12,12,12,12,0.24,1.1139,0.14,1.1139 blarney,blarney,16,12,10,8,0.31,1.2304,0.14,1.1139 blaspheme,blaspheme,14,12,13,11,0.27,1.1761,0.14,1.1139 blastoff,blastoff,32,12,25,9,0.63,1.5185,0.14,1.1139 blinker,blinker,12,12,10,10,0.24,1.1139,0.14,1.1139 blithely,blithely,13,12,13,12,0.25,1.1461,0.14,1.1139 blobs,blobs,15,12,15,12,0.29,1.2041,0.14,1.1139 bloodstain,bloodstain,12,12,11,11,0.24,1.1139,0.14,1.1139 bloodsucking,bloodsucking,13,12,10,9,0.25,1.1461,0.14,1.1139 blotted,blotted,13,12,13,12,0.25,1.1461,0.14,1.1139 blowup,blowup,15,12,15,12,0.29,1.2041,0.14,1.1139 blunders,blunders,13,12,13,12,0.25,1.1461,0.14,1.1139 blurted,blurted,12,12,12,12,0.24,1.1139,0.14,1.1139 boasted,boasted,14,12,13,11,0.27,1.1761,0.14,1.1139 Bogie,bogie,25,12,5,3,0.49,1.4150,0.14,1.1139 bom,bom,74,12,53,10,1.45,1.8751,0.14,1.1139 bombardier,bombardier,35,12,22,11,0.69,1.5563,0.14,1.1139 boneless,boneless,15,12,13,11,0.29,1.2041,0.14,1.1139 bonsai,bonsai,50,12,37,8,0.98,1.7076,0.14,1.1139 Boogaloo,boogaloo,23,12,9,6,0.45,1.3802,0.14,1.1139 bootleggers,bootleggers,16,12,13,10,0.31,1.2304,0.14,1.1139 bopping,bopping,12,12,12,12,0.24,1.1139,0.14,1.1139 Bowden,bowden,56,12,0,0,1.10,1.7559,0.14,1.1139 Boyer,boyer,19,12,0,0,0.37,1.3010,0.14,1.1139 boysenberry,boysenberry,22,12,14,10,0.43,1.3617,0.14,1.1139 brachial,brachial,15,12,14,11,0.29,1.2041,0.14,1.1139 breakthroughs,breakthroughs,14,12,14,12,0.27,1.1761,0.14,1.1139 Brill,brill,51,12,2,2,1.00,1.7160,0.14,1.1139 brine,brine,16,12,15,11,0.31,1.2304,0.14,1.1139 Briny,briny,30,12,13,9,0.59,1.4914,0.14,1.1139 Britannica,britannica,12,12,0,0,0.24,1.1139,0.14,1.1139 bronchitis,bronchitis,18,12,17,11,0.35,1.2788,0.14,1.1139 brothels,brothels,14,12,14,12,0.27,1.1761,0.14,1.1139 bucked,bucked,16,12,16,12,0.31,1.2304,0.14,1.1139 buffaloes,buffaloes,13,12,10,9,0.25,1.1461,0.14,1.1139 bugles,bugles,17,12,11,10,0.33,1.2553,0.14,1.1139 bulldoze,bulldoze,14,12,14,12,0.27,1.1761,0.14,1.1139 Bunyan,bunyan,14,12,0,0,0.27,1.1761,0.14,1.1139 Burroughs,burroughs,33,12,0,0,0.65,1.5315,0.14,1.1139 businesslike,businesslike,12,12,11,11,0.24,1.1139,0.14,1.1139 busses,busses,12,12,12,12,0.24,1.1139,0.14,1.1139 butchery,butchery,13,12,13,12,0.25,1.1461,0.14,1.1139 bygone,bygone,13,12,12,11,0.25,1.1461,0.14,1.1139 cabdriver,cabdriver,14,12,13,11,0.27,1.1761,0.14,1.1139 cacciatore,cacciatore,12,12,12,12,0.24,1.1139,0.14,1.1139 cadre,cadre,12,12,9,9,0.24,1.1139,0.14,1.1139 calorie,calorie,12,12,12,12,0.24,1.1139,0.14,1.1139 Calypso,calypso,17,12,6,6,0.33,1.2553,0.14,1.1139 cancerous,cancerous,13,12,13,12,0.25,1.1461,0.14,1.1139 candlelit,candlelit,12,12,12,12,0.24,1.1139,0.14,1.1139 cann,cann,31,12,30,11,0.61,1.5051,0.14,1.1139 captor,captor,15,12,15,12,0.29,1.2041,0.14,1.1139 caregiver,caregiver,16,12,14,12,0.31,1.2304,0.14,1.1139 carjacking,carjacking,15,12,12,10,0.29,1.2041,0.14,1.1139 caroling,caroling,15,12,14,11,0.29,1.2041,0.14,1.1139 carting,carting,13,12,11,10,0.25,1.1461,0.14,1.1139 Caspian,caspian,16,12,0,0,0.31,1.2304,0.14,1.1139 catchphrase,catchphrase,21,12,21,12,0.41,1.3424,0.14,1.1139 catharsis,catharsis,17,12,16,11,0.33,1.2553,0.14,1.1139 cava,cava,16,12,10,9,0.31,1.2304,0.14,1.1139 celebratory,celebratory,14,12,13,11,0.27,1.1761,0.14,1.1139 cellmates,cellmates,13,12,13,12,0.25,1.1461,0.14,1.1139 Cg,cg,14,12,0,0,0.27,1.1761,0.14,1.1139 chafe,chafe,13,12,11,11,0.25,1.1461,0.14,1.1139 chalkboard,chalkboard,12,12,11,11,0.24,1.1139,0.14,1.1139 charlatans,charlatans,12,12,9,9,0.24,1.1139,0.14,1.1139 cheekbone,cheekbone,14,12,14,12,0.27,1.1761,0.14,1.1139 chicky,chicky,27,12,16,7,0.53,1.4472,0.14,1.1139 chieftain,chieftain,15,12,14,11,0.29,1.2041,0.14,1.1139 childbearing,childbearing,12,12,12,12,0.24,1.1139,0.14,1.1139 chit,chit,14,12,12,10,0.27,1.1761,0.14,1.1139 chomp,chomp,13,12,13,12,0.25,1.1461,0.14,1.1139 Chou,chou,55,12,0,0,1.08,1.7482,0.14,1.1139 chromium,chromium,33,12,29,10,0.65,1.5315,0.14,1.1139 Chronicles,chronicles,13,12,6,5,0.25,1.1461,0.14,1.1139 churchgoer,churchgoer,13,12,13,12,0.25,1.1461,0.14,1.1139 cig,cig,12,12,11,11,0.24,1.1139,0.14,1.1139 cinders,cinders,20,12,11,11,0.39,1.3222,0.14,1.1139 civvies,civvies,14,12,12,12,0.27,1.1761,0.14,1.1139 clank,clank,16,12,11,10,0.31,1.2304,0.14,1.1139 claret,claret,15,12,15,12,0.29,1.2041,0.14,1.1139 clued,clued,12,12,12,12,0.24,1.1139,0.14,1.1139 Cmdr,cmdr,48,12,0,0,0.94,1.6902,0.14,1.1139 cockles,cockles,16,12,14,11,0.31,1.2304,0.14,1.1139 coiled,coiled,12,12,12,12,0.24,1.1139,0.14,1.1139 collard,collard,17,12,13,9,0.33,1.2553,0.14,1.1139 colonialism,colonialism,17,12,17,12,0.33,1.2553,0.14,1.1139 colorless,colorless,13,12,10,10,0.25,1.1461,0.14,1.1139 colossus,colossus,12,12,6,6,0.24,1.1139,0.14,1.1139 columnists,columnists,17,12,16,11,0.33,1.2553,0.14,1.1139 comings,comings,13,12,13,12,0.25,1.1461,0.14,1.1139 commercially,commercially,12,12,12,12,0.24,1.1139,0.14,1.1139 communicates,communicates,13,12,13,12,0.25,1.1461,0.14,1.1139 competency,competency,12,12,12,12,0.24,1.1139,0.14,1.1139 complementary,complementary,13,12,13,12,0.25,1.1461,0.14,1.1139 comps,comps,16,12,14,11,0.31,1.2304,0.14,1.1139 Comstock,comstock,23,12,0,0,0.45,1.3802,0.14,1.1139 conceiving,conceiving,13,12,13,12,0.25,1.1461,0.14,1.1139 concentric,concentric,14,12,14,12,0.27,1.1761,0.14,1.1139 conch,conch,20,12,18,10,0.39,1.3222,0.14,1.1139 concocting,concocting,12,12,12,12,0.24,1.1139,0.14,1.1139 concussions,concussions,13,12,12,11,0.25,1.1461,0.14,1.1139 condemns,condemns,12,12,12,12,0.24,1.1139,0.14,1.1139 condominiums,condominiums,16,12,9,7,0.31,1.2304,0.14,1.1139 conductive,conductive,13,12,11,10,0.25,1.1461,0.14,1.1139 confessor,confessor,12,12,11,11,0.24,1.1139,0.14,1.1139 conquerors,conquerors,20,12,12,11,0.39,1.3222,0.14,1.1139 constituency,constituency,22,12,22,12,0.43,1.3617,0.14,1.1139 constrained,constrained,12,12,12,12,0.24,1.1139,0.14,1.1139 contagion,contagion,21,12,21,12,0.41,1.3424,0.14,1.1139 contemplation,contemplation,12,12,12,12,0.24,1.1139,0.14,1.1139 contesting,contesting,13,12,12,12,0.25,1.1461,0.14,1.1139 contraception,contraception,23,12,22,11,0.45,1.3802,0.14,1.1139 cooperates,cooperates,15,12,15,12,0.29,1.2041,0.14,1.1139 Cooter,cooter,49,12,2,2,0.96,1.6990,0.14,1.1139 Corinne,corinne,53,12,1,1,1.04,1.7324,0.14,1.1139 corked,corked,13,12,12,11,0.25,1.1461,0.14,1.1139 cornea,cornea,16,12,16,12,0.31,1.2304,0.14,1.1139 Cornish,cornish,28,12,8,3,0.55,1.4624,0.14,1.1139 Corpsmen,corpsmen,16,12,7,7,0.31,1.2304,0.14,1.1139 corpuscles,corpuscles,19,12,18,12,0.37,1.3010,0.14,1.1139 counteroffer,counteroffer,15,12,15,12,0.29,1.2041,0.14,1.1139 crafting,crafting,13,12,12,11,0.25,1.1461,0.14,1.1139 crasher,crasher,14,12,13,11,0.27,1.1761,0.14,1.1139 crawfish,crawfish,13,12,9,8,0.25,1.1461,0.14,1.1139 creaky,creaky,12,12,12,12,0.24,1.1139,0.14,1.1139 crisps,crisps,13,12,11,10,0.25,1.1461,0.14,1.1139 cropped,cropped,13,12,13,12,0.25,1.1461,0.14,1.1139 crotchety,crotchety,13,12,12,11,0.25,1.1461,0.14,1.1139 crouched,crouched,12,12,11,11,0.24,1.1139,0.14,1.1139 crowing,crowing,15,12,14,12,0.29,1.2041,0.14,1.1139 crunches,crunches,12,12,10,10,0.24,1.1139,0.14,1.1139 crux,crux,15,12,14,11,0.29,1.2041,0.14,1.1139 cubicles,cubicles,14,12,13,12,0.27,1.1761,0.14,1.1139 cuddled,cuddled,12,12,11,11,0.24,1.1139,0.14,1.1139 cufflinks,cufflinks,18,12,16,12,0.35,1.2788,0.14,1.1139 culminating,culminating,12,12,10,10,0.24,1.1139,0.14,1.1139 cumbersome,cumbersome,15,12,15,12,0.29,1.2041,0.14,1.1139 curvature,curvature,12,12,12,12,0.24,1.1139,0.14,1.1139 curveball,curveball,17,12,12,10,0.33,1.2553,0.14,1.1139 cutdown,cutdown,20,12,16,10,0.39,1.3222,0.14,1.1139 cutesy,cutesy,14,12,13,12,0.27,1.1761,0.14,1.1139 cutlet,cutlet,18,12,17,11,0.35,1.2788,0.14,1.1139 cybernetic,cybernetic,17,12,13,10,0.33,1.2553,0.14,1.1139 cynics,cynics,12,12,10,10,0.24,1.1139,0.14,1.1139 cystic,cystic,23,12,13,9,0.45,1.3802,0.14,1.1139 Czechoslovakian,czechoslovakian,17,12,0,0,0.33,1.2553,0.14,1.1139 dabbled,dabbled,12,12,12,12,0.24,1.1139,0.14,1.1139 Damme,damme,23,12,0,0,0.45,1.3802,0.14,1.1139 deadlier,deadlier,13,12,12,11,0.25,1.1461,0.14,1.1139 deafness,deafness,14,12,13,11,0.27,1.1761,0.14,1.1139 dearer,dearer,13,12,13,12,0.25,1.1461,0.14,1.1139 deciphering,deciphering,12,12,11,11,0.24,1.1139,0.14,1.1139 declines,declines,13,12,13,12,0.25,1.1461,0.14,1.1139 decommissioned,decommissioned,15,12,15,12,0.29,1.2041,0.14,1.1139 decrypted,decrypted,13,12,13,12,0.25,1.1461,0.14,1.1139 defection,defection,19,12,19,12,0.37,1.3010,0.14,1.1139 defrauded,defrauded,13,12,11,11,0.25,1.1461,0.14,1.1139 degenerative,degenerative,12,12,11,11,0.24,1.1139,0.14,1.1139 degrades,degrades,12,12,12,12,0.24,1.1139,0.14,1.1139 Dei,dei,21,12,4,3,0.41,1.3424,0.14,1.1139 delicacies,delicacies,13,12,11,11,0.25,1.1461,0.14,1.1139 deliriously,deliriously,17,12,16,11,0.33,1.2553,0.14,1.1139 delousing,delousing,15,12,13,11,0.29,1.2041,0.14,1.1139 demolitions,demolitions,18,12,16,11,0.35,1.2788,0.14,1.1139 deplore,deplore,12,12,12,12,0.24,1.1139,0.14,1.1139 deputize,deputize,18,12,18,12,0.35,1.2788,0.14,1.1139 dereliction,dereliction,13,12,12,11,0.25,1.1461,0.14,1.1139 derivation,derivation,13,12,13,12,0.25,1.1461,0.14,1.1139 detours,detours,12,12,12,12,0.24,1.1139,0.14,1.1139 Dev,dev,41,12,4,3,0.80,1.6232,0.14,1.1139 devilishly,devilishly,12,12,11,11,0.24,1.1139,0.14,1.1139 Dewitt,dewitt,55,12,0,0,1.08,1.7482,0.14,1.1139 dewy,dewy,12,12,11,11,0.24,1.1139,0.14,1.1139 dialects,dialects,17,12,17,12,0.33,1.2553,0.14,1.1139 dicing,dicing,12,12,10,10,0.24,1.1139,0.14,1.1139 digitally,digitally,14,12,14,12,0.27,1.1761,0.14,1.1139 dimly,dimly,12,12,11,11,0.24,1.1139,0.14,1.1139 dimmer,dimmer,17,12,16,11,0.33,1.2553,0.14,1.1139 dimwitted,dimwitted,12,12,12,12,0.24,1.1139,0.14,1.1139 directness,directness,12,12,12,12,0.24,1.1139,0.14,1.1139 disagreeing,disagreeing,14,12,11,11,0.27,1.1761,0.14,1.1139 disapproves,disapproves,13,12,13,12,0.25,1.1461,0.14,1.1139 disarms,disarms,12,12,10,10,0.24,1.1139,0.14,1.1139 disciplining,disciplining,13,12,13,12,0.25,1.1461,0.14,1.1139 dishonoured,dishonoured,15,12,15,12,0.29,1.2041,0.14,1.1139 disillusion,disillusion,12,12,11,11,0.24,1.1139,0.14,1.1139 disputed,disputed,12,12,12,12,0.24,1.1139,0.14,1.1139 disregarded,disregarded,12,12,12,12,0.24,1.1139,0.14,1.1139 diss,diss,22,12,16,11,0.43,1.3617,0.14,1.1139 divisional,divisional,16,12,9,7,0.31,1.2304,0.14,1.1139 Dixieland,dixieland,14,12,1,1,0.27,1.1761,0.14,1.1139 Dobermans,dobermans,16,12,0,0,0.31,1.2304,0.14,1.1139 Dobson,dobson,31,12,0,0,0.61,1.5051,0.14,1.1139 Dominicans,dominicans,13,12,0,0,0.25,1.1461,0.14,1.1139 donates,donates,13,12,12,11,0.25,1.1461,0.14,1.1139 downfield,downfield,20,12,18,12,0.39,1.3222,0.14,1.1139 downsized,downsized,14,12,14,12,0.27,1.1761,0.14,1.1139 dreck,dreck,13,12,11,10,0.25,1.1461,0.14,1.1139 dredging,dredging,15,12,12,9,0.29,1.2041,0.14,1.1139 druggie,druggie,18,12,17,12,0.35,1.2788,0.14,1.1139 druids,druids,18,12,11,5,0.35,1.2788,0.14,1.1139 Duc,duc,20,12,2,2,0.39,1.3222,0.14,1.1139 duels,duels,14,12,12,11,0.27,1.1761,0.14,1.1139 Duffer,duffer,32,12,10,10,0.63,1.5185,0.14,1.1139 dullest,dullest,17,12,17,12,0.33,1.2553,0.14,1.1139 eagerness,eagerness,13,12,13,12,0.25,1.1461,0.14,1.1139 earache,earache,15,12,11,10,0.29,1.2041,0.14,1.1139 earmuffs,earmuffs,17,12,13,12,0.33,1.2553,0.14,1.1139 Ebbets,ebbets,19,12,0,0,0.37,1.3010,0.14,1.1139 ecchymosis,ecchymosis,16,12,10,9,0.31,1.2304,0.14,1.1139 edict,edict,16,12,15,11,0.31,1.2304,0.14,1.1139 effigy,effigy,14,12,14,12,0.27,1.1761,0.14,1.1139 effusion,effusion,16,12,16,12,0.31,1.2304,0.14,1.1139 eligibility,eligibility,13,12,12,12,0.25,1.1461,0.14,1.1139 elocution,elocution,14,12,14,12,0.27,1.1761,0.14,1.1139 emanate,emanate,12,12,12,12,0.24,1.1139,0.14,1.1139 embers,embers,14,12,9,9,0.27,1.1761,0.14,1.1139 eminently,eminently,12,12,11,11,0.24,1.1139,0.14,1.1139 emitting,emitting,13,12,13,12,0.25,1.1461,0.14,1.1139 encroaching,encroaching,15,12,14,11,0.29,1.2041,0.14,1.1139 ensures,ensures,12,12,12,12,0.24,1.1139,0.14,1.1139 enthusiastically,enthusiastically,12,12,10,10,0.24,1.1139,0.14,1.1139 enthusiasts,enthusiasts,15,12,15,12,0.29,1.2041,0.14,1.1139 entitlement,entitlement,12,12,11,11,0.24,1.1139,0.14,1.1139 entomology,entomology,12,12,6,6,0.24,1.1139,0.14,1.1139 entrepreneurs,entrepreneurs,13,12,11,11,0.25,1.1461,0.14,1.1139 Entrez,entrez,15,12,2,2,0.29,1.2041,0.14,1.1139 equatorial,equatorial,17,12,9,7,0.33,1.2553,0.14,1.1139 erratically,erratically,13,12,12,11,0.25,1.1461,0.14,1.1139 evidenced,evidenced,13,12,13,12,0.25,1.1461,0.14,1.1139 exaggerates,exaggerates,12,12,12,12,0.24,1.1139,0.14,1.1139 exclusion,exclusion,12,12,11,11,0.24,1.1139,0.14,1.1139 exertion,exertion,15,12,15,12,0.29,1.2041,0.14,1.1139 exhilaration,exhilaration,13,12,13,12,0.25,1.1461,0.14,1.1139 expansive,expansive,12,12,12,12,0.24,1.1139,0.14,1.1139 familia,familia,17,12,15,10,0.33,1.2553,0.14,1.1139 fancier,fancier,12,12,11,11,0.24,1.1139,0.14,1.1139 Faraday,faraday,65,12,0,0,1.27,1.8195,0.14,1.1139 fentanyl,fentanyl,25,12,19,8,0.49,1.4150,0.14,1.1139 fettuccine,fettuccine,14,12,9,8,0.27,1.1761,0.14,1.1139 fey,fey,25,12,13,7,0.49,1.4150,0.14,1.1139 fibrous,fibrous,13,12,13,12,0.25,1.1461,0.14,1.1139 filings,filings,16,12,16,12,0.31,1.2304,0.14,1.1139 firelight,firelight,25,12,16,8,0.49,1.4150,0.14,1.1139 firewalls,firewalls,12,12,12,12,0.24,1.1139,0.14,1.1139 flamenco,flamenco,18,12,14,9,0.35,1.2788,0.14,1.1139 flitting,flitting,13,12,13,12,0.25,1.1461,0.14,1.1139 fluoroscope,fluoroscope,13,12,12,11,0.25,1.1461,0.14,1.1139 foal,foal,14,12,14,12,0.27,1.1761,0.14,1.1139 foamy,foamy,14,12,12,12,0.27,1.1761,0.14,1.1139 fogging,fogging,12,12,12,12,0.24,1.1139,0.14,1.1139 Folies,folies,16,12,0,0,0.31,1.2304,0.14,1.1139 follicle,follicle,12,12,12,12,0.24,1.1139,0.14,1.1139 footnotes,footnotes,12,12,12,12,0.24,1.1139,0.14,1.1139 footstep,footstep,13,12,13,12,0.25,1.1461,0.14,1.1139 foreclosed,foreclosed,13,12,13,12,0.25,1.1461,0.14,1.1139 forefinger,forefinger,14,12,14,12,0.27,1.1761,0.14,1.1139 fortuneteller,fortuneteller,13,12,13,12,0.25,1.1461,0.14,1.1139 fouling,fouling,13,12,13,12,0.25,1.1461,0.14,1.1139 Fraser,fraser,76,12,0,0,1.49,1.8865,0.14,1.1139 fraternal,fraternal,17,12,14,10,0.33,1.2553,0.14,1.1139 freezers,freezers,16,12,15,11,0.31,1.2304,0.14,1.1139 frisked,frisked,16,12,16,12,0.31,1.2304,0.14,1.1139 frolicking,frolicking,12,12,10,10,0.24,1.1139,0.14,1.1139 frothing,frothing,13,12,13,12,0.25,1.1461,0.14,1.1139 Furies,furies,17,12,4,3,0.33,1.2553,0.14,1.1139 Galilee,galilee,21,12,0,0,0.41,1.3424,0.14,1.1139 ganja,ganja,14,12,12,10,0.27,1.1761,0.14,1.1139 gantry,gantry,15,12,8,7,0.29,1.2041,0.14,1.1139 Garnet,garnet,50,12,6,4,0.98,1.7076,0.14,1.1139 Gatekeeper,gatekeeper,35,12,8,8,0.69,1.5563,0.14,1.1139 Genoa,genoa,43,12,0,0,0.84,1.6435,0.14,1.1139 Georgian,georgian,13,12,0,0,0.25,1.1461,0.14,1.1139 gerbils,gerbils,15,12,11,10,0.29,1.2041,0.14,1.1139 gestation,gestation,14,12,13,11,0.27,1.1761,0.14,1.1139 Ghana,ghana,17,12,0,0,0.33,1.2553,0.14,1.1139 glam,glam,17,12,11,8,0.33,1.2553,0.14,1.1139 glandular,glandular,13,12,11,11,0.25,1.1461,0.14,1.1139 gloriously,gloriously,13,12,13,12,0.25,1.1461,0.14,1.1139 gluttony,gluttony,18,12,14,11,0.35,1.2788,0.14,1.1139 Goddard,goddard,65,12,0,0,1.27,1.8195,0.14,1.1139 Goop,goop,35,12,13,11,0.69,1.5563,0.14,1.1139 gored,gored,17,12,17,12,0.33,1.2553,0.14,1.1139 Gossamer,gossamer,25,12,11,10,0.49,1.4150,0.14,1.1139 gouged,gouged,15,12,13,11,0.29,1.2041,0.14,1.1139 grata,grata,12,12,12,12,0.24,1.1139,0.14,1.1139 grates,grates,14,12,10,10,0.27,1.1761,0.14,1.1139 gravedigger,gravedigger,15,12,12,11,0.29,1.2041,0.14,1.1139 gremlins,gremlins,26,12,13,9,0.51,1.4314,0.14,1.1139 gripes,gripes,13,12,12,11,0.25,1.1461,0.14,1.1139 groaned,groaned,12,12,12,12,0.24,1.1139,0.14,1.1139 growers,growers,12,12,11,11,0.24,1.1139,0.14,1.1139 guano,guano,20,12,12,8,0.39,1.3222,0.14,1.1139 guardrail,guardrail,14,12,13,12,0.27,1.1761,0.14,1.1139 Guatemalan,guatemalan,14,12,0,0,0.27,1.1761,0.14,1.1139 guideline,guideline,14,12,14,12,0.27,1.1761,0.14,1.1139 Gunboat,gunboat,32,12,10,8,0.63,1.5185,0.14,1.1139 gusting,gusting,16,12,16,12,0.31,1.2304,0.14,1.1139 gutting,gutting,15,12,8,7,0.29,1.2041,0.14,1.1139 haemorrhage,haemorrhage,14,12,14,12,0.27,1.1761,0.14,1.1139 hairdressers,hairdressers,13,12,12,11,0.25,1.1461,0.14,1.1139 hallucinogen,hallucinogen,12,12,11,11,0.24,1.1139,0.14,1.1139 handheld,handheld,20,12,20,12,0.39,1.3222,0.14,1.1139 handshakes,handshakes,13,12,12,11,0.25,1.1461,0.14,1.1139 hardening,hardening,13,12,12,11,0.25,1.1461,0.14,1.1139 hardness,hardness,13,12,12,12,0.25,1.1461,0.14,1.1139 harpoons,harpoons,14,12,11,10,0.27,1.1761,0.14,1.1139 harps,harps,12,12,12,12,0.24,1.1139,0.14,1.1139 hashish,hashish,23,12,17,10,0.45,1.3802,0.14,1.1139 haters,haters,27,12,26,12,0.53,1.4472,0.14,1.1139 haves,haves,15,12,15,12,0.29,1.2041,0.14,1.1139 headdress,headdress,15,12,15,12,0.29,1.2041,0.14,1.1139 headwaiter,headwaiter,15,12,15,12,0.29,1.2041,0.14,1.1139 hearties,hearties,14,12,14,12,0.27,1.1761,0.14,1.1139 Heckler,heckler,15,12,7,5,0.29,1.2041,0.14,1.1139 Hellman,hellman,42,12,0,0,0.82,1.6335,0.14,1.1139 hellos,hellos,13,12,10,10,0.25,1.1461,0.14,1.1139 henchman,henchman,17,12,17,12,0.33,1.2553,0.14,1.1139 heretofore,heretofore,12,12,10,10,0.24,1.1139,0.14,1.1139 hermetically,hermetically,13,12,12,11,0.25,1.1461,0.14,1.1139 het,het,17,12,11,9,0.33,1.2553,0.14,1.1139 Hindi,hindi,16,12,0,0,0.31,1.2304,0.14,1.1139 hobble,hobble,18,12,17,11,0.35,1.2788,0.14,1.1139 hobbling,hobbling,12,12,12,12,0.24,1.1139,0.14,1.1139 honeymooning,honeymooning,12,12,11,11,0.24,1.1139,0.14,1.1139 humanely,humanely,15,12,15,12,0.29,1.2041,0.14,1.1139 humbling,humbling,13,12,12,11,0.25,1.1461,0.14,1.1139 Hyacinth,hyacinth,21,12,6,6,0.41,1.3424,0.14,1.1139 hyperspace,hyperspace,28,12,22,9,0.55,1.4624,0.14,1.1139 Ia,ia,21,12,3,3,0.41,1.3424,0.14,1.1139 icebergs,icebergs,19,12,19,12,0.37,1.3010,0.14,1.1139 Iceland,iceland,45,12,13,1,0.88,1.6628,0.14,1.1139 icicle,icicle,15,12,13,11,0.29,1.2041,0.14,1.1139 idiosyncrasies,idiosyncrasies,12,12,12,12,0.24,1.1139,0.14,1.1139 immerse,immerse,14,12,12,11,0.27,1.1761,0.14,1.1139 immigrated,immigrated,15,12,15,12,0.29,1.2041,0.14,1.1139 imp,imp,14,12,13,11,0.27,1.1761,0.14,1.1139 impasse,impasse,14,12,14,12,0.27,1.1761,0.14,1.1139 impatiently,impatiently,12,12,12,12,0.24,1.1139,0.14,1.1139 impeding,impeding,12,12,11,11,0.24,1.1139,0.14,1.1139 imperious,imperious,15,12,8,8,0.29,1.2041,0.14,1.1139 impersonations,impersonations,12,12,11,11,0.24,1.1139,0.14,1.1139 implemented,implemented,14,12,14,12,0.27,1.1761,0.14,1.1139 incalculable,incalculable,12,12,11,11,0.24,1.1139,0.14,1.1139 incidentals,incidentals,14,12,14,12,0.27,1.1761,0.14,1.1139 incised,incised,14,12,13,11,0.27,1.1761,0.14,1.1139 inconveniences,inconveniences,15,12,15,12,0.29,1.2041,0.14,1.1139 incorporation,incorporation,13,12,11,10,0.25,1.1461,0.14,1.1139 increments,increments,12,12,12,12,0.24,1.1139,0.14,1.1139 indemnity,indemnity,14,12,10,9,0.27,1.1761,0.14,1.1139 independents,independents,17,12,16,11,0.33,1.2553,0.14,1.1139 indignities,indignities,12,12,12,12,0.24,1.1139,0.14,1.1139 individualism,individualism,13,12,13,12,0.25,1.1461,0.14,1.1139 Indubitably,indubitably,14,12,3,3,0.27,1.1761,0.14,1.1139 inducement,inducement,13,12,13,12,0.25,1.1461,0.14,1.1139 infarction,infarction,14,12,14,12,0.27,1.1761,0.14,1.1139 infertility,infertility,20,12,17,10,0.39,1.3222,0.14,1.1139 infighting,infighting,12,12,11,11,0.24,1.1139,0.14,1.1139 infinitesimal,infinitesimal,14,12,14,12,0.27,1.1761,0.14,1.1139 inflame,inflame,13,12,13,12,0.25,1.1461,0.14,1.1139 infliction,infliction,14,12,14,12,0.27,1.1761,0.14,1.1139 ingesting,ingesting,14,12,13,11,0.27,1.1761,0.14,1.1139 inlay,inlay,13,12,13,12,0.25,1.1461,0.14,1.1139 inoculation,inoculation,17,12,17,12,0.33,1.2553,0.14,1.1139 insensitivity,insensitivity,14,12,14,12,0.27,1.1761,0.14,1.1139 insofar,insofar,13,12,11,11,0.25,1.1461,0.14,1.1139 insulate,insulate,14,12,13,12,0.27,1.1761,0.14,1.1139 intellects,intellects,13,12,13,12,0.25,1.1461,0.14,1.1139 intensifies,intensifies,13,12,13,12,0.25,1.1461,0.14,1.1139 interchange,interchange,15,12,15,12,0.29,1.2041,0.14,1.1139 interiors,interiors,14,12,14,12,0.27,1.1761,0.14,1.1139 interpretations,interpretations,12,12,12,12,0.24,1.1139,0.14,1.1139 intravenously,intravenously,12,12,12,12,0.24,1.1139,0.14,1.1139 jarhead,jarhead,23,12,21,11,0.45,1.3802,0.14,1.1139 Jehoshaphat,jehoshaphat,13,12,0,0,0.25,1.1461,0.14,1.1139 jetty,jetty,13,12,11,11,0.25,1.1461,0.14,1.1139 jeweled,jeweled,15,12,13,10,0.29,1.2041,0.14,1.1139 jiving,jiving,12,12,12,12,0.24,1.1139,0.14,1.1139 Jocko,jocko,23,12,4,4,0.45,1.3802,0.14,1.1139 jogger,jogger,24,12,20,10,0.47,1.3979,0.14,1.1139 jointly,jointly,12,12,11,11,0.24,1.1139,0.14,1.1139 Jordans,jordans,24,12,0,0,0.47,1.3979,0.14,1.1139 jotted,jotted,15,12,14,11,0.29,1.2041,0.14,1.1139 joules,joules,14,12,14,12,0.27,1.1761,0.14,1.1139 joyriding,joyriding,12,12,10,10,0.24,1.1139,0.14,1.1139 juggernaut,juggernaut,15,12,8,8,0.29,1.2041,0.14,1.1139 julep,julep,18,12,15,9,0.35,1.2788,0.14,1.1139 Juniper,juniper,24,12,4,4,0.47,1.3979,0.14,1.1139 junket,junket,43,12,43,12,0.84,1.6435,0.14,1.1139 kale,kale,28,12,14,8,0.55,1.4624,0.14,1.1139 kaleidoscope,kaleidoscope,15,12,14,11,0.29,1.2041,0.14,1.1139 kidded,kidded,13,12,13,12,0.25,1.1461,0.14,1.1139 kitsch,kitsch,18,12,16,11,0.35,1.2788,0.14,1.1139 knockoffs,knockoffs,13,12,12,11,0.25,1.1461,0.14,1.1139 Koran,koran,17,12,0,0,0.33,1.2553,0.14,1.1139 lampshade,lampshade,14,12,12,11,0.27,1.1761,0.14,1.1139 larks,larks,14,12,12,10,0.27,1.1761,0.14,1.1139 laryngoscope,laryngoscope,13,12,10,10,0.25,1.1461,0.14,1.1139 lasagne,lasagne,20,12,17,12,0.39,1.3222,0.14,1.1139 lateness,lateness,12,12,11,11,0.24,1.1139,0.14,1.1139 Lats,lats,47,12,3,2,0.92,1.6812,0.14,1.1139 lawmakers,lawmakers,16,12,13,11,0.31,1.2304,0.14,1.1139 leashes,leashes,15,12,14,12,0.29,1.2041,0.14,1.1139 Leastways,leastways,13,12,2,2,0.25,1.1461,0.14,1.1139 legislators,legislators,12,12,12,12,0.24,1.1139,0.14,1.1139 Leicester,leicester,19,12,0,0,0.37,1.3010,0.14,1.1139 lemmings,lemmings,12,12,9,9,0.24,1.1139,0.14,1.1139 lengthen,lengthen,12,12,12,12,0.24,1.1139,0.14,1.1139 liaisons,liaisons,12,12,9,9,0.24,1.1139,0.14,1.1139 lifeblood,lifeblood,13,12,13,12,0.25,1.1461,0.14,1.1139 linguine,linguine,13,12,11,10,0.25,1.1461,0.14,1.1139 livable,livable,14,12,14,12,0.27,1.1761,0.14,1.1139 lob,lob,14,12,10,9,0.27,1.1761,0.14,1.1139 logos,logos,17,12,11,9,0.33,1.2553,0.14,1.1139 loin,loin,18,12,16,10,0.35,1.2788,0.14,1.1139 loiter,loiter,13,12,13,12,0.25,1.1461,0.14,1.1139 lonelier,lonelier,14,12,12,10,0.27,1.1761,0.14,1.1139 lopped,lopped,12,12,11,11,0.24,1.1139,0.14,1.1139 lugs,lugs,13,12,13,12,0.25,1.1461,0.14,1.1139 lymph,lymph,14,12,14,12,0.27,1.1761,0.14,1.1139 Machiavellian,machiavellian,12,12,0,0,0.24,1.1139,0.14,1.1139 Madras,madras,12,12,1,1,0.24,1.1139,0.14,1.1139 magics,magics,15,12,12,10,0.29,1.2041,0.14,1.1139 magma,magma,18,12,16,12,0.35,1.2788,0.14,1.1139 magnanimous,magnanimous,13,12,13,12,0.25,1.1461,0.14,1.1139 magnesia,magnesia,13,12,10,9,0.25,1.1461,0.14,1.1139 Magpie,magpie,24,12,10,8,0.47,1.3979,0.14,1.1139 majorly,majorly,13,12,11,10,0.25,1.1461,0.14,1.1139 Malay,malay,17,12,0,0,0.33,1.2553,0.14,1.1139 Malaysian,malaysian,29,12,0,0,0.57,1.4771,0.14,1.1139 maliciously,maliciously,12,12,11,11,0.24,1.1139,0.14,1.1139 Mallard,mallard,19,12,7,7,0.37,1.3010,0.14,1.1139 Manchu,manchu,14,12,0,0,0.27,1.1761,0.14,1.1139 maneuverable,maneuverable,12,12,12,12,0.24,1.1139,0.14,1.1139 manifesting,manifesting,15,12,15,12,0.29,1.2041,0.14,1.1139 manoeuvres,manoeuvres,14,12,14,12,0.27,1.1761,0.14,1.1139 Marguerite,marguerite,132,12,0,0,2.59,2.1239,0.14,1.1139 Martins,martins,26,12,2,1,0.51,1.4314,0.14,1.1139 masse,masse,13,12,12,11,0.25,1.1461,0.14,1.1139 mathematicians,mathematicians,18,12,13,11,0.35,1.2788,0.14,1.1139 matriarch,matriarch,15,12,15,12,0.29,1.2041,0.14,1.1139 matrimonial,matrimonial,15,12,15,12,0.29,1.2041,0.14,1.1139 mauling,mauling,15,12,15,12,0.29,1.2041,0.14,1.1139 menage,menage,12,12,8,8,0.24,1.1139,0.14,1.1139 menthe,menthe,13,12,12,11,0.25,1.1461,0.14,1.1139 mentoring,mentoring,12,12,12,12,0.24,1.1139,0.14,1.1139 Mercurochrome,mercurochrome,13,12,1,1,0.25,1.1461,0.14,1.1139 Meridian,meridian,18,12,5,5,0.35,1.2788,0.14,1.1139 mescaline,mescaline,31,12,26,11,0.61,1.5051,0.14,1.1139 micks,micks,16,12,11,8,0.31,1.2304,0.14,1.1139 migratory,migratory,14,12,14,12,0.27,1.1761,0.14,1.1139 mildew,mildew,22,12,20,11,0.43,1.3617,0.14,1.1139 mimes,mimes,16,12,13,10,0.31,1.2304,0.14,1.1139 misbehaved,misbehaved,13,12,13,12,0.25,1.1461,0.14,1.1139 misdiagnosed,misdiagnosed,13,12,13,12,0.25,1.1461,0.14,1.1139 misdirected,misdirected,12,12,10,10,0.24,1.1139,0.14,1.1139 misdirection,misdirection,24,12,12,9,0.47,1.3979,0.14,1.1139 misshapen,misshapen,15,12,13,11,0.29,1.2041,0.14,1.1139 Misters,misters,12,12,4,4,0.24,1.1139,0.14,1.1139 modelled,modelled,15,12,15,12,0.29,1.2041,0.14,1.1139 Moira,moira,83,12,1,1,1.63,1.9243,0.14,1.1139 Moll,moll,20,12,9,8,0.39,1.3222,0.14,1.1139 moratorium,moratorium,14,12,12,10,0.27,1.1761,0.14,1.1139 Moray,moray,23,12,10,7,0.45,1.3802,0.14,1.1139 motorcar,motorcar,29,12,26,12,0.57,1.4771,0.14,1.1139 Mounties,mounties,13,12,1,1,0.25,1.1461,0.14,1.1139 Muggles,muggles,37,12,0,0,0.73,1.5798,0.14,1.1139 mums,mums,15,12,12,11,0.29,1.2041,0.14,1.1139 muttered,muttered,12,12,11,11,0.24,1.1139,0.14,1.1139 myopic,myopic,13,12,12,12,0.25,1.1461,0.14,1.1139 nary,nary,14,12,10,8,0.27,1.1761,0.14,1.1139 nationalist,nationalist,12,12,8,8,0.24,1.1139,0.14,1.1139 nauseated,nauseated,14,12,13,12,0.27,1.1761,0.14,1.1139 nave,nave,21,12,21,12,0.41,1.3424,0.14,1.1139 netherworld,netherworld,12,12,11,11,0.24,1.1139,0.14,1.1139 netted,netted,12,12,12,12,0.24,1.1139,0.14,1.1139 neurotransmitter,neurotransmitter,14,12,14,12,0.27,1.1761,0.14,1.1139 newbies,newbies,13,12,12,11,0.25,1.1461,0.14,1.1139 Newcastle,newcastle,47,12,0,0,0.92,1.6812,0.14,1.1139 niceties,niceties,12,12,12,12,0.24,1.1139,0.14,1.1139 Nigerian,nigerian,28,12,1,1,0.55,1.4624,0.14,1.1139 nom,nom,17,12,15,10,0.33,1.2553,0.14,1.1139 nonny,nonny,53,12,39,8,1.04,1.7324,0.14,1.1139 notation,notation,12,12,10,10,0.24,1.1139,0.14,1.1139 nowheres,nowheres,12,12,9,9,0.24,1.1139,0.14,1.1139 nullify,nullify,16,12,16,12,0.31,1.2304,0.14,1.1139 objecting,objecting,14,12,13,11,0.27,1.1761,0.14,1.1139 obscenely,obscenely,12,12,12,12,0.24,1.1139,0.14,1.1139 occupations,occupations,12,12,11,11,0.24,1.1139,0.14,1.1139 Odin,odin,62,12,0,0,1.22,1.7993,0.14,1.1139 odors,odors,17,12,17,12,0.33,1.2553,0.14,1.1139 ophthalmologist,ophthalmologist,14,12,14,12,0.27,1.1761,0.14,1.1139 opportunistic,opportunistic,14,12,13,11,0.27,1.1761,0.14,1.1139 orgasmic,orgasmic,13,12,10,10,0.25,1.1461,0.14,1.1139 outcry,outcry,12,12,12,12,0.24,1.1139,0.14,1.1139 outranks,outranks,12,12,12,12,0.24,1.1139,0.14,1.1139 outwardly,outwardly,12,12,9,9,0.24,1.1139,0.14,1.1139 overcharged,overcharged,14,12,13,11,0.27,1.1761,0.14,1.1139 overcoats,overcoats,16,12,16,12,0.31,1.2304,0.14,1.1139 overcompensating,overcompensating,14,12,14,12,0.27,1.1761,0.14,1.1139 overflowed,overflowed,14,12,13,12,0.27,1.1761,0.14,1.1139 overlooks,overlooks,13,12,12,11,0.25,1.1461,0.14,1.1139 overreaction,overreaction,14,12,14,12,0.27,1.1761,0.14,1.1139 overrides,overrides,14,12,11,11,0.27,1.1761,0.14,1.1139 overseer,overseer,21,12,20,12,0.41,1.3424,0.14,1.1139 overshadowed,overshadowed,12,12,11,11,0.24,1.1139,0.14,1.1139 overstating,overstating,12,12,12,12,0.24,1.1139,0.14,1.1139 overstepped,overstepped,13,12,13,12,0.25,1.1461,0.14,1.1139 overstepping,overstepping,12,12,12,12,0.24,1.1139,0.14,1.1139 Packer,packer,22,12,9,8,0.43,1.3617,0.14,1.1139 pagers,pagers,13,12,13,12,0.25,1.1461,0.14,1.1139 painstaking,painstaking,12,12,12,12,0.24,1.1139,0.14,1.1139 palaver,palaver,14,12,14,12,0.27,1.1761,0.14,1.1139 paleontologist,paleontologist,17,12,16,11,0.33,1.2553,0.14,1.1139 Palladium,palladium,18,12,5,2,0.35,1.2788,0.14,1.1139 Palomino,palomino,25,12,6,5,0.49,1.4150,0.14,1.1139 pandas,pandas,16,12,16,12,0.31,1.2304,0.14,1.1139 Panhandle,panhandle,20,12,4,4,0.39,1.3222,0.14,1.1139 panhandling,panhandling,12,12,10,10,0.24,1.1139,0.14,1.1139 paperbacks,paperbacks,12,12,12,12,0.24,1.1139,0.14,1.1139 parabolic,parabolic,13,12,12,11,0.25,1.1461,0.14,1.1139 paraphrase,paraphrase,12,12,12,12,0.24,1.1139,0.14,1.1139 pastel,pastel,14,12,12,10,0.27,1.1761,0.14,1.1139 pastels,pastels,18,12,12,10,0.35,1.2788,0.14,1.1139 Pasteur,pasteur,27,12,0,0,0.53,1.4472,0.14,1.1139 patently,patently,12,12,11,11,0.24,1.1139,0.14,1.1139 pathogen,pathogen,18,12,18,12,0.35,1.2788,0.14,1.1139 pathos,pathos,12,12,12,12,0.24,1.1139,0.14,1.1139 patronise,patronise,14,12,14,12,0.27,1.1761,0.14,1.1139 patterned,patterned,12,12,11,11,0.24,1.1139,0.14,1.1139 paused,paused,13,12,13,12,0.25,1.1461,0.14,1.1139 peaceably,peaceably,14,12,14,12,0.27,1.1761,0.14,1.1139 pecks,pecks,14,12,13,12,0.27,1.1761,0.14,1.1139 pedantic,pedantic,16,12,16,12,0.31,1.2304,0.14,1.1139 peddlers,peddlers,15,12,13,10,0.29,1.2041,0.14,1.1139 pedicures,pedicures,15,12,15,12,0.29,1.2041,0.14,1.1139 penalize,penalize,12,12,12,12,0.24,1.1139,0.14,1.1139 perdition,perdition,13,12,12,11,0.25,1.1461,0.14,1.1139 pericardial,pericardial,12,12,10,10,0.24,1.1139,0.14,1.1139 periodicals,periodicals,12,12,11,11,0.24,1.1139,0.14,1.1139 peritonitis,peritonitis,15,12,14,11,0.29,1.2041,0.14,1.1139 personable,personable,12,12,10,10,0.24,1.1139,0.14,1.1139 personification,personification,13,12,13,12,0.25,1.1461,0.14,1.1139 perspiring,perspiring,13,12,13,12,0.25,1.1461,0.14,1.1139 petitioning,petitioning,12,12,12,12,0.24,1.1139,0.14,1.1139 Petrie,petrie,77,12,0,0,1.51,1.8921,0.14,1.1139 Pied,pied,19,12,5,5,0.37,1.3010,0.14,1.1139 pillowcases,pillowcases,14,12,12,11,0.27,1.1761,0.14,1.1139 pinche,pinche,23,12,13,8,0.45,1.3802,0.14,1.1139 pinup,pinup,28,12,25,11,0.55,1.4624,0.14,1.1139 piped,piped,13,12,13,12,0.25,1.1461,0.14,1.1139 pique,pique,13,12,12,11,0.25,1.1461,0.14,1.1139 piranhas,piranhas,25,12,20,12,0.49,1.4150,0.14,1.1139 pirouette,pirouette,15,12,13,10,0.29,1.2041,0.14,1.1139 pitifully,pitifully,13,12,12,12,0.25,1.1461,0.14,1.1139 pitting,pitting,12,12,11,11,0.24,1.1139,0.14,1.1139 planks,planks,13,12,12,11,0.25,1.1461,0.14,1.1139 planters,planters,15,12,11,9,0.29,1.2041,0.14,1.1139 pleats,pleats,13,12,12,12,0.25,1.1461,0.14,1.1139 plopped,plopped,12,12,11,11,0.24,1.1139,0.14,1.1139 plummeted,plummeted,12,12,12,12,0.24,1.1139,0.14,1.1139 plunges,plunges,12,12,11,11,0.24,1.1139,0.14,1.1139 plying,plying,13,12,11,10,0.25,1.1461,0.14,1.1139 Pollack,pollack,47,12,1,1,0.92,1.6812,0.14,1.1139 Pom,pom,42,12,17,8,0.82,1.6335,0.14,1.1139 ponds,ponds,21,12,21,12,0.41,1.3424,0.14,1.1139 poolside,poolside,12,12,11,11,0.24,1.1139,0.14,1.1139 poorhouse,poorhouse,13,12,13,12,0.25,1.1461,0.14,1.1139 Portia,portia,77,12,0,0,1.51,1.8921,0.14,1.1139 posthaste,posthaste,12,12,9,9,0.24,1.1139,0.14,1.1139 postings,postings,13,12,13,12,0.25,1.1461,0.14,1.1139 postmarked,postmarked,12,12,10,10,0.24,1.1139,0.14,1.1139 postmaster,postmaster,17,12,11,8,0.33,1.2553,0.14,1.1139 postmodern,postmodern,14,12,13,11,0.27,1.1761,0.14,1.1139 postpartum,postpartum,19,12,17,10,0.37,1.3010,0.14,1.1139 potentials,potentials,25,12,20,8,0.49,1.4150,0.14,1.1139 poultice,poultice,15,12,15,12,0.29,1.2041,0.14,1.1139 prat,prat,19,12,12,10,0.37,1.3010,0.14,1.1139 preaches,preaches,13,12,13,12,0.25,1.1461,0.14,1.1139 precipitated,precipitated,12,12,12,12,0.24,1.1139,0.14,1.1139 predisposition,predisposition,12,12,12,12,0.24,1.1139,0.14,1.1139 preordained,preordained,14,12,14,12,0.27,1.1761,0.14,1.1139 preponderance,preponderance,14,12,13,11,0.27,1.1761,0.14,1.1139 preposition,preposition,16,12,13,10,0.31,1.2304,0.14,1.1139 preservatives,preservatives,13,12,12,11,0.25,1.1461,0.14,1.1139 preset,preset,14,12,14,12,0.27,1.1761,0.14,1.1139 presided,presided,15,12,14,11,0.29,1.2041,0.14,1.1139 pretrial,pretrial,12,12,12,12,0.24,1.1139,0.14,1.1139 preys,preys,13,12,12,12,0.25,1.1461,0.14,1.1139 priss,priss,14,12,11,9,0.27,1.1761,0.14,1.1139 procurement,procurement,13,12,8,8,0.25,1.1461,0.14,1.1139 Prometheus,prometheus,17,12,0,0,0.33,1.2553,0.14,1.1139 promos,promos,16,12,15,11,0.31,1.2304,0.14,1.1139 promoters,promoters,22,12,22,12,0.43,1.3617,0.14,1.1139 proofread,proofread,12,12,8,8,0.24,1.1139,0.14,1.1139 propelled,propelled,14,12,11,10,0.27,1.1761,0.14,1.1139 prosaic,prosaic,14,12,14,12,0.27,1.1761,0.14,1.1139 prosciutto,prosciutto,15,12,13,10,0.29,1.2041,0.14,1.1139 prospector,prospector,30,12,17,11,0.59,1.4914,0.14,1.1139 prospered,prospered,13,12,13,12,0.25,1.1461,0.14,1.1139 protege,protege,23,12,22,12,0.45,1.3802,0.14,1.1139 Proteus,proteus,111,12,1,1,2.18,2.0492,0.14,1.1139 providers,providers,17,12,16,11,0.33,1.2553,0.14,1.1139 psyching,psyching,14,12,13,11,0.27,1.1761,0.14,1.1139 Ptt,ptt,23,12,3,3,0.45,1.3802,0.14,1.1139 publicists,publicists,21,12,21,12,0.41,1.3424,0.14,1.1139 publicize,publicize,12,12,12,12,0.24,1.1139,0.14,1.1139 purrs,purrs,12,12,6,6,0.24,1.1139,0.14,1.1139 pussyfooting,pussyfooting,12,12,11,11,0.24,1.1139,0.14,1.1139 pyro,pyro,16,12,12,10,0.31,1.2304,0.14,1.1139 pyrotechnics,pyrotechnics,13,12,13,12,0.25,1.1461,0.14,1.1139 Quakers,quakers,16,12,0,0,0.31,1.2304,0.14,1.1139 Quark,quark,49,12,12,7,0.96,1.6990,0.14,1.1139 quiets,quiets,12,12,11,11,0.24,1.1139,0.14,1.1139 quills,quills,17,12,13,10,0.33,1.2553,0.14,1.1139 quintuplets,quintuplets,12,12,10,10,0.24,1.1139,0.14,1.1139 racquet,racquet,17,12,11,10,0.33,1.2553,0.14,1.1139 radiance,radiance,12,12,12,12,0.24,1.1139,0.14,1.1139 radium,radium,56,12,46,12,1.10,1.7559,0.14,1.1139 rafting,rafting,14,12,13,12,0.27,1.1761,0.14,1.1139 raiser,raiser,12,12,12,12,0.24,1.1139,0.14,1.1139 rapped,rapped,13,12,13,12,0.25,1.1461,0.14,1.1139 rea,rea,17,12,15,10,0.33,1.2553,0.14,1.1139 reactivated,reactivated,18,12,18,12,0.35,1.2788,0.14,1.1139 readjust,readjust,13,12,10,9,0.25,1.1461,0.14,1.1139 readying,readying,12,12,12,12,0.24,1.1139,0.14,1.1139 rebelling,rebelling,17,12,17,12,0.33,1.2553,0.14,1.1139 rebounds,rebounds,14,12,13,12,0.27,1.1761,0.14,1.1139 Rebs,rebs,39,12,8,3,0.76,1.6021,0.14,1.1139 rechecked,rechecked,13,12,13,12,0.25,1.1461,0.14,1.1139 recipients,recipients,14,12,12,11,0.27,1.1761,0.14,1.1139 recites,recites,13,12,13,12,0.25,1.1461,0.14,1.1139 reclaimed,reclaimed,13,12,13,12,0.25,1.1461,0.14,1.1139 reclaiming,reclaiming,12,12,10,10,0.24,1.1139,0.14,1.1139 rectified,rectified,16,12,15,11,0.31,1.2304,0.14,1.1139 redesigned,redesigned,15,12,12,12,0.29,1.2041,0.14,1.1139 redirected,redirected,12,12,12,12,0.24,1.1139,0.14,1.1139 referencing,referencing,13,12,12,11,0.25,1.1461,0.14,1.1139 refineries,refineries,14,12,13,11,0.27,1.1761,0.14,1.1139 reforming,reforming,12,12,12,12,0.24,1.1139,0.14,1.1139 regressed,regressed,12,12,11,11,0.24,1.1139,0.14,1.1139 regretful,regretful,15,12,15,12,0.29,1.2041,0.14,1.1139 regrouping,regrouping,14,12,12,11,0.27,1.1761,0.14,1.1139 reinstatement,reinstatement,14,12,13,12,0.27,1.1761,0.14,1.1139 reinvent,reinvent,13,12,12,11,0.25,1.1461,0.14,1.1139 relaxant,relaxant,12,12,12,12,0.24,1.1139,0.14,1.1139 remnant,remnant,12,12,12,12,0.24,1.1139,0.14,1.1139 repelled,repelled,12,12,12,12,0.24,1.1139,0.14,1.1139 reprisal,reprisal,13,12,11,11,0.25,1.1461,0.14,1.1139 repudiate,repudiate,13,12,13,12,0.25,1.1461,0.14,1.1139 repulse,repulse,13,12,12,11,0.25,1.1461,0.14,1.1139 requisitions,requisitions,15,12,15,12,0.29,1.2041,0.14,1.1139 rescuer,rescuer,14,12,12,11,0.27,1.1761,0.14,1.1139 resignations,resignations,12,12,12,12,0.24,1.1139,0.14,1.1139 resorted,resorted,12,12,12,12,0.24,1.1139,0.14,1.1139 retaliatory,retaliatory,13,12,13,12,0.25,1.1461,0.14,1.1139 retardation,retardation,16,12,15,11,0.31,1.2304,0.14,1.1139 reticent,reticent,12,12,12,12,0.24,1.1139,0.14,1.1139 retort,retort,13,12,13,12,0.25,1.1461,0.14,1.1139 retracted,retracted,14,12,12,10,0.27,1.1761,0.14,1.1139 reuniting,reuniting,14,12,13,11,0.27,1.1761,0.14,1.1139 revels,revels,17,12,11,10,0.33,1.2553,0.14,1.1139 revolvers,revolvers,13,12,13,12,0.25,1.1461,0.14,1.1139 revulsion,revulsion,12,12,12,12,0.24,1.1139,0.14,1.1139 rewinding,rewinding,12,12,9,9,0.24,1.1139,0.14,1.1139 rhythmically,rhythmically,12,12,10,10,0.24,1.1139,0.14,1.1139 richness,richness,15,12,15,12,0.29,1.2041,0.14,1.1139 rigors,rigors,12,12,12,12,0.24,1.1139,0.14,1.1139 robotics,robotics,29,12,16,10,0.57,1.4771,0.14,1.1139 romanced,romanced,12,12,10,10,0.24,1.1139,0.14,1.1139 roomed,roomed,12,12,12,12,0.24,1.1139,0.14,1.1139 Rosalind,rosalind,30,12,0,0,0.59,1.4914,0.14,1.1139 rotator,rotator,14,12,12,10,0.27,1.1761,0.14,1.1139 roughage,roughage,13,12,13,12,0.25,1.1461,0.14,1.1139 runes,runes,20,12,17,10,0.39,1.3222,0.14,1.1139 saddlebag,saddlebag,13,12,12,11,0.25,1.1461,0.14,1.1139 saddlebags,saddlebags,16,12,16,12,0.31,1.2304,0.14,1.1139 sadists,sadists,14,12,11,11,0.27,1.1761,0.14,1.1139 Safeway,safeway,16,12,0,0,0.31,1.2304,0.14,1.1139 Sai,sai,22,12,4,3,0.43,1.3617,0.14,1.1139 salient,salient,13,12,12,11,0.25,1.1461,0.14,1.1139 saltpeter,saltpeter,20,12,14,9,0.39,1.3222,0.14,1.1139 salvageable,salvageable,13,12,13,12,0.25,1.1461,0.14,1.1139 salvaging,salvaging,14,12,13,11,0.27,1.1761,0.14,1.1139 sandalwood,sandalwood,13,12,11,10,0.25,1.1461,0.14,1.1139 Sanskrit,sanskrit,20,12,0,0,0.39,1.3222,0.14,1.1139 sapphires,sapphires,15,12,14,12,0.29,1.2041,0.14,1.1139 Satanists,satanists,21,12,8,3,0.41,1.3424,0.14,1.1139 Scala,scala,14,12,0,0,0.27,1.1761,0.14,1.1139 scamper,scamper,13,12,12,12,0.25,1.1461,0.14,1.1139 scapula,scapula,14,12,14,12,0.27,1.1761,0.14,1.1139 sceptre,sceptre,20,12,20,12,0.39,1.3222,0.14,1.1139 schizophrenics,schizophrenics,16,12,16,12,0.31,1.2304,0.14,1.1139 schmaltz,schmaltz,14,12,8,7,0.27,1.1761,0.14,1.1139 scooters,scooters,15,12,14,11,0.29,1.2041,0.14,1.1139 scoped,scoped,13,12,13,12,0.25,1.1461,0.14,1.1139 scorns,scorns,12,12,12,12,0.24,1.1139,0.14,1.1139 scow,scow,17,12,16,11,0.33,1.2553,0.14,1.1139 screenings,screenings,15,12,15,12,0.29,1.2041,0.14,1.1139 scruff,scruff,12,12,12,12,0.24,1.1139,0.14,1.1139 scrutinized,scrutinized,13,12,13,12,0.25,1.1461,0.14,1.1139 searchlight,searchlight,22,12,20,11,0.43,1.3617,0.14,1.1139 secretion,secretion,13,12,13,12,0.25,1.1461,0.14,1.1139 sed,sed,15,12,8,8,0.29,1.2041,0.14,1.1139 sediment,sediment,21,12,21,12,0.41,1.3424,0.14,1.1139 sensibly,sensibly,12,12,12,12,0.24,1.1139,0.14,1.1139 sequencing,sequencing,17,12,15,12,0.33,1.2553,0.14,1.1139 shaming,shaming,14,12,12,10,0.27,1.1761,0.14,1.1139 Shamus,shamus,39,12,9,6,0.76,1.6021,0.14,1.1139 sharpness,sharpness,12,12,12,12,0.24,1.1139,0.14,1.1139 Sheetrock,sheetrock,16,12,5,5,0.31,1.2304,0.14,1.1139 shes,shes,24,12,15,11,0.47,1.3979,0.14,1.1139 shitheel,shitheel,14,12,14,12,0.27,1.1761,0.14,1.1139 shoals,shoals,12,12,9,9,0.24,1.1139,0.14,1.1139 shoehorn,shoehorn,13,12,12,11,0.25,1.1461,0.14,1.1139 Shoppe,shoppe,16,12,4,4,0.31,1.2304,0.14,1.1139 shuck,shuck,13,12,12,11,0.25,1.1461,0.14,1.1139 sickened,sickened,14,12,14,12,0.27,1.1761,0.14,1.1139 Silva,silva,60,12,1,1,1.18,1.7853,0.14,1.1139 singe,singe,13,12,9,9,0.25,1.1461,0.14,1.1139 skateboards,skateboards,22,12,14,11,0.43,1.3617,0.14,1.1139 Skeeter,skeeter,25,12,3,3,0.49,1.4150,0.14,1.1139 sketched,sketched,12,12,12,12,0.24,1.1139,0.14,1.1139 skied,skied,14,12,13,12,0.27,1.1761,0.14,1.1139 skimp,skimp,13,12,13,12,0.25,1.1461,0.14,1.1139 skinhead,skinhead,15,12,15,12,0.29,1.2041,0.14,1.1139 skyrocketing,skyrocketing,12,12,11,11,0.24,1.1139,0.14,1.1139 slanderous,slanderous,12,12,12,12,0.24,1.1139,0.14,1.1139 sleazebag,sleazebag,13,12,13,12,0.25,1.1461,0.14,1.1139 sleepwalk,sleepwalk,13,12,12,11,0.25,1.1461,0.14,1.1139 sloping,sloping,18,12,17,11,0.35,1.2788,0.14,1.1139 slurred,slurred,14,12,12,10,0.27,1.1761,0.14,1.1139 Smithers,smithers,34,12,0,0,0.67,1.5441,0.14,1.1139 snaked,snaked,12,12,12,12,0.24,1.1139,0.14,1.1139 snifter,snifter,16,12,16,12,0.31,1.2304,0.14,1.1139 sniggers,sniggers,16,12,11,9,0.31,1.2304,0.14,1.1139 snivelling,snivelling,13,12,13,12,0.25,1.1461,0.14,1.1139 snobby,snobby,12,12,12,12,0.24,1.1139,0.14,1.1139 snooker,snooker,14,12,12,11,0.27,1.1761,0.14,1.1139 snored,snored,12,12,12,12,0.24,1.1139,0.14,1.1139 snuggling,snuggling,16,12,14,10,0.31,1.2304,0.14,1.1139 sojourn,sojourn,13,12,12,11,0.25,1.1461,0.14,1.1139 solicitors,solicitors,17,12,14,9,0.33,1.2553,0.14,1.1139 solstice,solstice,16,12,12,9,0.31,1.2304,0.14,1.1139 songbird,songbird,12,12,10,10,0.24,1.1139,0.14,1.1139 songwriting,songwriting,13,12,11,11,0.25,1.1461,0.14,1.1139 Sonics,sonics,24,12,0,0,0.47,1.3979,0.14,1.1139 sonogram,sonogram,14,12,13,12,0.27,1.1761,0.14,1.1139 sot,sot,13,12,13,12,0.25,1.1461,0.14,1.1139 sous,sous,23,12,21,12,0.45,1.3802,0.14,1.1139 spake,spake,13,12,11,10,0.25,1.1461,0.14,1.1139 speculative,speculative,12,12,12,12,0.24,1.1139,0.14,1.1139 speller,speller,17,12,17,12,0.33,1.2553,0.14,1.1139 spiced,spiced,14,12,13,12,0.27,1.1761,0.14,1.1139 spigot,spigot,15,12,14,11,0.29,1.2041,0.14,1.1139 spindly,spindly,15,12,14,12,0.29,1.2041,0.14,1.1139 spiraling,spiraling,12,12,12,12,0.24,1.1139,0.14,1.1139 spittle,spittle,12,12,11,11,0.24,1.1139,0.14,1.1139 splenectomy,splenectomy,13,12,12,11,0.25,1.1461,0.14,1.1139 splints,splints,14,12,14,12,0.27,1.1761,0.14,1.1139 spoof,spoof,12,12,9,9,0.24,1.1139,0.14,1.1139 sprawled,sprawled,12,12,12,12,0.24,1.1139,0.14,1.1139 sprucing,sprucing,14,12,13,11,0.27,1.1761,0.14,1.1139 squeegee,squeegee,14,12,10,9,0.27,1.1761,0.14,1.1139 sta,sta,19,12,15,10,0.37,1.3010,0.14,1.1139 staffer,staffer,12,12,11,11,0.24,1.1139,0.14,1.1139 staffing,staffing,14,12,13,12,0.27,1.1761,0.14,1.1139 Stalingrad,stalingrad,19,12,0,0,0.37,1.3010,0.14,1.1139 standings,standings,12,12,12,12,0.24,1.1139,0.14,1.1139 stargazing,stargazing,12,12,12,12,0.24,1.1139,0.14,1.1139 statesmen,statesmen,12,12,12,12,0.24,1.1139,0.14,1.1139 stepladder,stepladder,18,12,18,12,0.35,1.2788,0.14,1.1139 Stillman,stillman,33,12,1,1,0.65,1.5315,0.14,1.1139 stinko,stinko,14,12,9,8,0.27,1.1761,0.14,1.1139 stipulates,stipulates,12,12,12,12,0.24,1.1139,0.14,1.1139 stockbrokers,stockbrokers,12,12,12,12,0.24,1.1139,0.14,1.1139 stogie,stogie,18,12,12,10,0.35,1.2788,0.14,1.1139 Stoney,stoney,46,12,1,1,0.90,1.6721,0.14,1.1139 stoves,stoves,12,12,12,12,0.24,1.1139,0.14,1.1139 stranglehold,stranglehold,13,12,12,12,0.25,1.1461,0.14,1.1139 streetwalker,streetwalker,12,12,11,11,0.24,1.1139,0.14,1.1139 stressor,stressor,13,12,13,12,0.25,1.1461,0.14,1.1139 strikers,strikers,16,12,16,12,0.31,1.2304,0.14,1.1139 structurally,structurally,12,12,12,12,0.24,1.1139,0.14,1.1139 strum,strum,12,12,11,11,0.24,1.1139,0.14,1.1139 subscribed,subscribed,15,12,15,12,0.29,1.2041,0.14,1.1139 succinct,succinct,12,12,10,10,0.24,1.1139,0.14,1.1139 sufficed,sufficed,12,12,12,12,0.24,1.1139,0.14,1.1139 sultry,sultry,14,12,12,10,0.27,1.1761,0.14,1.1139 Sumner,sumner,108,12,0,0,2.12,2.0374,0.14,1.1139 surpassing,surpassing,12,12,12,12,0.24,1.1139,0.14,1.1139 surveil,surveil,13,12,12,11,0.25,1.1461,0.14,1.1139 surveyor,surveyor,13,12,12,11,0.25,1.1461,0.14,1.1139 swindling,swindling,12,12,11,11,0.24,1.1139,0.14,1.1139 sympathizer,sympathizer,15,12,15,12,0.29,1.2041,0.14,1.1139 taboos,taboos,13,12,12,11,0.25,1.1461,0.14,1.1139 Tacoma,tacoma,14,12,0,0,0.27,1.1761,0.14,1.1139 takedown,takedown,13,12,13,12,0.25,1.1461,0.14,1.1139 talky,talky,18,12,12,10,0.35,1.2788,0.14,1.1139 tantric,tantric,22,12,13,6,0.43,1.3617,0.14,1.1139 Taos,taos,16,12,0,0,0.31,1.2304,0.14,1.1139 taster,taster,12,12,10,10,0.24,1.1139,0.14,1.1139 taunted,taunted,12,12,12,12,0.24,1.1139,0.14,1.1139 taxation,taxation,15,12,12,11,0.29,1.2041,0.14,1.1139 teamster,teamster,12,12,6,6,0.24,1.1139,0.14,1.1139 teaser,teaser,14,12,14,12,0.27,1.1761,0.14,1.1139 telemarketing,telemarketing,18,12,10,7,0.35,1.2788,0.14,1.1139 temperate,temperate,12,12,12,12,0.24,1.1139,0.14,1.1139 temping,temping,14,12,12,12,0.27,1.1761,0.14,1.1139 tendered,tendered,12,12,12,12,0.24,1.1139,0.14,1.1139 tenets,tenets,12,12,12,12,0.24,1.1139,0.14,1.1139 texting,texting,16,12,15,12,0.31,1.2304,0.14,1.1139 thereto,thereto,19,12,19,12,0.37,1.3010,0.14,1.1139 thimble,thimble,14,12,12,11,0.27,1.1761,0.14,1.1139 tho,tho,26,12,17,6,0.51,1.4314,0.14,1.1139 thoughtfully,thoughtfully,12,12,11,11,0.24,1.1139,0.14,1.1139 thousandth,thousandth,13,12,13,12,0.25,1.1461,0.14,1.1139 thrusts,thrusts,12,12,12,12,0.24,1.1139,0.14,1.1139 tightwad,tightwad,12,12,10,10,0.24,1.1139,0.14,1.1139 tombstones,tombstones,12,12,12,12,0.24,1.1139,0.14,1.1139 toppled,toppled,12,12,12,12,0.24,1.1139,0.14,1.1139 torching,torching,13,12,12,11,0.25,1.1461,0.14,1.1139 Tory,tory,25,12,0,0,0.49,1.4150,0.14,1.1139 toughness,toughness,14,12,14,12,0.27,1.1761,0.14,1.1139 Tra,tra,13,12,6,5,0.25,1.1461,0.14,1.1139 translators,translators,13,12,11,10,0.25,1.1461,0.14,1.1139 translucent,translucent,13,12,12,11,0.25,1.1461,0.14,1.1139 transplanted,transplanted,14,12,14,12,0.27,1.1761,0.14,1.1139 trickier,trickier,12,12,12,12,0.24,1.1139,0.14,1.1139 trillions,trillions,26,12,23,10,0.51,1.4314,0.14,1.1139 Trisha,trisha,22,12,0,0,0.43,1.3617,0.14,1.1139 tumblers,tumblers,12,12,11,11,0.24,1.1139,0.14,1.1139 Tums,tums,16,12,0,0,0.31,1.2304,0.14,1.1139 tundra,tundra,14,12,8,8,0.27,1.1761,0.14,1.1139 tunic,tunic,28,12,28,12,0.55,1.4624,0.14,1.1139 Tunisia,tunisia,15,12,0,0,0.29,1.2041,0.14,1.1139 twerps,twerps,14,12,13,11,0.27,1.1761,0.14,1.1139 twisty,twisty,12,12,11,11,0.24,1.1139,0.14,1.1139 tykes,tykes,14,12,13,11,0.27,1.1761,0.14,1.1139 unapproachable,unapproachable,15,12,14,11,0.29,1.2041,0.14,1.1139 unavoidably,unavoidably,13,12,10,9,0.25,1.1461,0.14,1.1139 uncaring,uncaring,14,12,14,12,0.27,1.1761,0.14,1.1139 uncircumcised,uncircumcised,14,12,11,10,0.27,1.1761,0.14,1.1139 uncommonly,uncommonly,13,12,13,12,0.25,1.1461,0.14,1.1139 undaunted,undaunted,14,12,12,10,0.27,1.1761,0.14,1.1139 undeclared,undeclared,13,12,8,8,0.25,1.1461,0.14,1.1139 underachiever,underachiever,16,12,16,12,0.31,1.2304,0.14,1.1139 underhand,underhand,17,12,13,12,0.33,1.2553,0.14,1.1139 underside,underside,12,12,12,12,0.24,1.1139,0.14,1.1139 undesirables,undesirables,13,12,12,12,0.25,1.1461,0.14,1.1139 undid,undid,13,12,13,12,0.25,1.1461,0.14,1.1139 unfavorable,unfavorable,14,12,13,11,0.27,1.1761,0.14,1.1139 unfocused,unfocused,12,12,12,12,0.24,1.1139,0.14,1.1139 unfolded,unfolded,15,12,15,12,0.29,1.2041,0.14,1.1139 unfunny,unfunny,12,12,12,12,0.24,1.1139,0.14,1.1139 unhinged,unhinged,12,12,12,12,0.24,1.1139,0.14,1.1139 unimpressive,unimpressive,12,12,7,7,0.24,1.1139,0.14,1.1139 unkempt,unkempt,12,12,11,11,0.24,1.1139,0.14,1.1139 unleashes,unleashes,13,12,13,12,0.25,1.1461,0.14,1.1139 unmade,unmade,13,12,13,12,0.25,1.1461,0.14,1.1139 unmasked,unmasked,12,12,11,11,0.24,1.1139,0.14,1.1139 unpatriotic,unpatriotic,13,12,13,12,0.25,1.1461,0.14,1.1139 unrefined,unrefined,12,12,11,11,0.24,1.1139,0.14,1.1139 unspecified,unspecified,13,12,11,10,0.25,1.1461,0.14,1.1139 unsurpassed,unsurpassed,13,12,12,11,0.25,1.1461,0.14,1.1139 unusable,unusable,14,12,13,11,0.27,1.1761,0.14,1.1139 unzipped,unzipped,13,12,13,12,0.25,1.1461,0.14,1.1139 urinated,urinated,14,12,14,12,0.27,1.1761,0.14,1.1139 Vac,vac,20,12,5,5,0.39,1.3222,0.14,1.1139 Valentines,valentines,16,12,7,6,0.31,1.2304,0.14,1.1139 varicose,varicose,14,12,13,11,0.27,1.1761,0.14,1.1139 vehemently,vehemently,12,12,12,12,0.24,1.1139,0.14,1.1139 venous,venous,16,12,15,11,0.31,1.2304,0.14,1.1139 vespers,vespers,16,12,14,10,0.31,1.2304,0.14,1.1139 Vesuvius,vesuvius,19,12,0,0,0.37,1.3010,0.14,1.1139 vichyssoise,vichyssoise,12,12,11,11,0.24,1.1139,0.14,1.1139 Vila,vila,58,12,28,2,1.14,1.7709,0.14,1.1139 viscous,viscous,13,12,10,10,0.25,1.1461,0.14,1.1139 vivre,vivre,12,12,10,10,0.24,1.1139,0.14,1.1139 vocalist,vocalist,14,12,11,10,0.27,1.1761,0.14,1.1139 Voltaire,voltaire,30,12,0,0,0.59,1.4914,0.14,1.1139 wagers,wagers,12,12,12,12,0.24,1.1139,0.14,1.1139 wags,wags,13,12,11,11,0.25,1.1461,0.14,1.1139 wampum,wampum,19,12,18,11,0.37,1.3010,0.14,1.1139 wardens,wardens,36,12,25,12,0.71,1.5682,0.14,1.1139 warhorse,warhorse,12,12,11,11,0.24,1.1139,0.14,1.1139 warthog,warthog,16,12,14,10,0.31,1.2304,0.14,1.1139 watermark,watermark,14,12,14,12,0.27,1.1761,0.14,1.1139 weighty,weighty,12,12,12,12,0.24,1.1139,0.14,1.1139 welterweight,welterweight,18,12,15,10,0.35,1.2788,0.14,1.1139 Westinghouse,westinghouse,23,12,0,0,0.45,1.3802,0.14,1.1139 whelp,whelp,24,12,22,12,0.47,1.3979,0.14,1.1139 Whinnying,whinnying,41,12,18,9,0.80,1.6232,0.14,1.1139 whisker,whisker,13,12,13,12,0.25,1.1461,0.14,1.1139 wields,wields,12,12,12,12,0.24,1.1139,0.14,1.1139 Wile,wile,21,12,3,3,0.41,1.3424,0.14,1.1139 wilted,wilted,12,12,12,12,0.24,1.1139,0.14,1.1139 windbreaker,windbreaker,16,12,9,9,0.31,1.2304,0.14,1.1139 wipeout,wipeout,14,12,7,5,0.27,1.1761,0.14,1.1139 wisenheimer,wisenheimer,12,12,8,8,0.24,1.1139,0.14,1.1139 Wolverines,wolverines,12,12,5,5,0.24,1.1139,0.14,1.1139 Woodchuck,woodchuck,17,12,8,6,0.33,1.2553,0.14,1.1139 woodsman,woodsman,23,12,22,12,0.45,1.3802,0.14,1.1139 worded,worded,14,12,14,12,0.27,1.1761,0.14,1.1139 workshops,workshops,15,12,14,11,0.29,1.2041,0.14,1.1139 worrisome,worrisome,12,12,12,12,0.24,1.1139,0.14,1.1139 worsens,worsens,13,12,13,12,0.25,1.1461,0.14,1.1139 xeroxed,xeroxed,12,12,8,8,0.24,1.1139,0.14,1.1139 Xxx,xxx,31,12,9,4,0.61,1.5051,0.14,1.1139 yahoos,yahoos,12,12,11,11,0.24,1.1139,0.14,1.1139 Yean,yean,17,12,3,3,0.33,1.2553,0.14,1.1139 yore,yore,13,12,12,11,0.25,1.1461,0.14,1.1139 zig,zig,21,12,11,8,0.41,1.3424,0.14,1.1139 Zimbabwe,zimbabwe,18,12,0,0,0.35,1.2788,0.14,1.1139 zips,zips,17,12,12,11,0.33,1.2553,0.14,1.1139 abalone,abalone,26,11,14,9,0.51,1.4314,0.13,1.0792 abductee,abductee,20,11,20,11,0.39,1.3222,0.13,1.0792 aborting,aborting,13,11,10,9,0.25,1.1461,0.13,1.0792 abstraction,abstraction,15,11,13,11,0.29,1.2041,0.13,1.0792 accumulates,accumulates,11,11,11,11,0.22,1.0792,0.13,1.0792 acidic,acidic,11,11,10,10,0.22,1.0792,0.13,1.0792 Acorns,acorns,19,11,9,9,0.37,1.3010,0.13,1.0792 addled,addled,11,11,11,11,0.22,1.0792,0.13,1.0792 adulteress,adulteress,13,11,12,10,0.25,1.1461,0.13,1.0792 adventurers,adventurers,11,11,10,10,0.22,1.0792,0.13,1.0792 adversely,adversely,11,11,11,11,0.22,1.0792,0.13,1.0792 advisers,advisers,13,11,13,11,0.25,1.1461,0.13,1.0792 aesthetically,aesthetically,12,11,10,9,0.24,1.1139,0.13,1.0792 affiliate,affiliate,15,11,14,11,0.29,1.2041,0.13,1.0792 ageing,ageing,17,11,17,11,0.33,1.2553,0.13,1.0792 agitator,agitator,11,11,10,10,0.22,1.0792,0.13,1.0792 airfare,airfare,12,11,11,10,0.24,1.1139,0.13,1.0792 Airman,airman,30,11,9,7,0.59,1.4914,0.13,1.0792 Alcmene,alcmene,36,11,0,0,0.71,1.5682,0.13,1.0792 ambivalence,ambivalence,12,11,11,11,0.24,1.1139,0.13,1.0792 amis,amis,14,11,7,7,0.27,1.1761,0.13,1.0792 amoeba,amoeba,16,11,15,11,0.31,1.2304,0.13,1.0792 anagrams,anagrams,12,11,9,8,0.24,1.1139,0.13,1.0792 analyzes,analyzes,11,11,11,11,0.22,1.0792,0.13,1.0792 ancillary,ancillary,11,11,9,9,0.22,1.0792,0.13,1.0792 anemones,anemones,12,11,11,10,0.24,1.1139,0.13,1.0792 anesthetized,anesthetized,11,11,11,11,0.22,1.0792,0.13,1.0792 angiogram,angiogram,20,11,20,11,0.39,1.3222,0.13,1.0792 annoyingly,annoyingly,11,11,11,11,0.22,1.0792,0.13,1.0792 antacid,antacid,16,11,14,10,0.31,1.2304,0.13,1.0792 antagonism,antagonism,11,11,11,11,0.22,1.0792,0.13,1.0792 antagonizing,antagonizing,11,11,9,9,0.22,1.0792,0.13,1.0792 anteater,anteater,11,11,10,10,0.22,1.0792,0.13,1.0792 antihistamine,antihistamine,12,11,12,11,0.24,1.1139,0.13,1.0792 aqueduct,aqueduct,17,11,9,6,0.33,1.2553,0.13,1.0792 arbitration,arbitration,23,11,21,10,0.45,1.3802,0.13,1.0792 arcades,arcades,12,11,11,11,0.24,1.1139,0.13,1.0792 arisen,arisen,11,11,9,9,0.22,1.0792,0.13,1.0792 armful,armful,12,11,12,11,0.24,1.1139,0.13,1.0792 aromatic,aromatic,14,11,13,10,0.27,1.1761,0.13,1.0792 Arriba,arriba,18,11,5,3,0.35,1.2788,0.13,1.0792 asphyxiated,asphyxiated,11,11,11,11,0.22,1.0792,0.13,1.0792 assemblyman,assemblyman,37,11,24,10,0.73,1.5798,0.13,1.0792 assigns,assigns,11,11,11,11,0.22,1.0792,0.13,1.0792 attired,attired,11,11,11,11,0.22,1.0792,0.13,1.0792 aught,aught,18,11,15,9,0.35,1.2788,0.13,1.0792 Aussie,aussie,13,11,0,0,0.25,1.1461,0.13,1.0792 authentication,authentication,14,11,13,11,0.27,1.1761,0.13,1.0792 automaton,automaton,11,11,10,10,0.22,1.0792,0.13,1.0792 avocados,avocados,13,11,12,10,0.25,1.1461,0.13,1.0792 axed,axed,15,11,14,10,0.29,1.2041,0.13,1.0792 Babel,babel,12,11,0,0,0.24,1.1139,0.13,1.0792 Bailiffs,bailiffs,17,11,7,3,0.33,1.2553,0.13,1.0792 bails,bails,11,11,10,10,0.22,1.0792,0.13,1.0792 baklava,baklava,15,11,8,6,0.29,1.2041,0.13,1.0792 baldness,baldness,12,11,11,10,0.24,1.1139,0.13,1.0792 ballplayers,ballplayers,15,11,14,10,0.29,1.2041,0.13,1.0792 banal,banal,14,11,14,11,0.27,1.1761,0.13,1.0792 bandana,bandana,12,11,12,11,0.24,1.1139,0.13,1.0792 bandied,bandied,11,11,11,11,0.22,1.0792,0.13,1.0792 bankrolled,bankrolled,11,11,11,11,0.22,1.0792,0.13,1.0792 barbers,barbers,12,11,10,9,0.24,1.1139,0.13,1.0792 barbiturates,barbiturates,12,11,11,10,0.24,1.1139,0.13,1.0792 baring,baring,11,11,7,7,0.22,1.0792,0.13,1.0792 Barnard,barnard,21,11,0,0,0.41,1.3424,0.13,1.0792 barreling,barreling,11,11,11,11,0.22,1.0792,0.13,1.0792 Bartholomew,bartholomew,18,11,0,0,0.35,1.2788,0.13,1.0792 basest,basest,11,11,11,11,0.22,1.0792,0.13,1.0792 basset,basset,13,11,10,10,0.25,1.1461,0.13,1.0792 Basta,basta,15,11,3,3,0.29,1.2041,0.13,1.0792 baster,baster,12,11,12,11,0.24,1.1139,0.13,1.0792 bathes,bathes,12,11,12,11,0.24,1.1139,0.13,1.0792 battlements,battlements,20,11,20,11,0.39,1.3222,0.13,1.0792 bays,bays,11,11,10,10,0.22,1.0792,0.13,1.0792 bazookas,bazookas,13,11,10,8,0.25,1.1461,0.13,1.0792 bearers,bearers,13,11,11,9,0.25,1.1461,0.13,1.0792 beaus,beaus,11,11,11,11,0.22,1.0792,0.13,1.0792 Beecher,beecher,41,11,0,0,0.80,1.6232,0.13,1.0792 befalls,befalls,11,11,11,11,0.22,1.0792,0.13,1.0792 begonias,begonias,11,11,11,11,0.22,1.0792,0.13,1.0792 beheading,beheading,11,11,11,11,0.22,1.0792,0.13,1.0792 bellboys,bellboys,13,11,11,11,0.25,1.1461,0.13,1.0792 Beltway,beltway,13,11,0,0,0.25,1.1461,0.13,1.0792 beset,beset,14,11,14,11,0.27,1.1761,0.13,1.0792 bestiality,bestiality,18,11,15,9,0.35,1.2788,0.13,1.0792 betterment,betterment,13,11,13,11,0.25,1.1461,0.13,1.0792 Beulah,beulah,78,11,0,0,1.53,1.8976,0.13,1.0792 bewildering,bewildering,11,11,11,11,0.22,1.0792,0.13,1.0792 bibs,bibs,13,11,13,11,0.25,1.1461,0.13,1.0792 bidet,bidet,18,11,15,11,0.35,1.2788,0.13,1.0792 biding,biding,11,11,9,9,0.22,1.0792,0.13,1.0792 biggies,biggies,12,11,12,11,0.24,1.1139,0.13,1.0792 biographical,biographical,12,11,11,10,0.24,1.1139,0.13,1.0792 birdbrain,birdbrain,12,11,10,9,0.24,1.1139,0.13,1.0792 birdhouse,birdhouse,13,11,13,11,0.25,1.1461,0.13,1.0792 blabbed,blabbed,12,11,12,11,0.24,1.1139,0.13,1.0792 blabbering,blabbering,14,11,14,11,0.27,1.1761,0.13,1.0792 blacklist,blacklist,24,11,24,11,0.47,1.3979,0.13,1.0792 blacktop,blacktop,16,11,8,8,0.31,1.2304,0.13,1.0792 Blanca,blanca,21,11,0,0,0.41,1.3424,0.13,1.0792 bleating,bleating,12,11,7,7,0.24,1.1139,0.13,1.0792 blistered,blistered,12,11,12,11,0.24,1.1139,0.13,1.0792 bloodlines,bloodlines,18,11,14,10,0.35,1.2788,0.13,1.0792 Boatswain,boatswain,23,11,9,7,0.45,1.3802,0.13,1.0792 bodacious,bodacious,17,11,15,9,0.33,1.2553,0.13,1.0792 boggles,boggles,11,11,10,10,0.22,1.0792,0.13,1.0792 boldness,boldness,11,11,10,10,0.22,1.0792,0.13,1.0792 Bolshevik,bolshevik,22,11,0,0,0.43,1.3617,0.13,1.0792 bonk,bonk,17,11,9,8,0.33,1.2553,0.13,1.0792 bookends,bookends,12,11,10,9,0.24,1.1139,0.13,1.0792 Bosun,bosun,37,11,7,6,0.73,1.5798,0.13,1.0792 bot,bot,50,11,47,11,0.98,1.7076,0.13,1.0792 bough,bough,15,11,8,8,0.29,1.2041,0.13,1.0792 brackets,brackets,11,11,11,11,0.22,1.0792,0.13,1.0792 braggart,braggart,13,11,13,11,0.25,1.1461,0.13,1.0792 brainchild,brainchild,11,11,11,11,0.22,1.0792,0.13,1.0792 branching,branching,15,11,10,9,0.29,1.2041,0.13,1.0792 brandies,brandies,13,11,13,11,0.25,1.1461,0.13,1.0792 braved,braved,13,11,12,11,0.25,1.1461,0.13,1.0792 Brazilians,brazilians,12,11,1,1,0.24,1.1139,0.13,1.0792 breaching,breaching,13,11,11,10,0.25,1.1461,0.13,1.0792 breaded,breaded,11,11,9,9,0.22,1.0792,0.13,1.0792 breakage,breakage,11,11,9,9,0.22,1.0792,0.13,1.0792 breastfeeding,breastfeeding,13,11,13,11,0.25,1.1461,0.13,1.0792 bridging,bridging,11,11,11,11,0.22,1.0792,0.13,1.0792 briefcases,briefcases,15,11,15,11,0.29,1.2041,0.13,1.0792 Brigades,brigades,21,11,7,6,0.41,1.3424,0.13,1.0792 bringer,bringer,12,11,8,7,0.24,1.1139,0.13,1.0792 broadening,broadening,11,11,10,10,0.22,1.0792,0.13,1.0792 broadside,broadside,23,11,21,10,0.45,1.3802,0.13,1.0792 bronchial,bronchial,17,11,11,10,0.33,1.2553,0.13,1.0792 brouhaha,brouhaha,11,11,11,11,0.22,1.0792,0.13,1.0792 brownish,brownish,12,11,10,9,0.24,1.1139,0.13,1.0792 brows,brows,12,11,12,11,0.24,1.1139,0.13,1.0792 buffets,buffets,11,11,11,11,0.22,1.0792,0.13,1.0792 bulbous,bulbous,11,11,10,10,0.22,1.0792,0.13,1.0792 bullfight,bullfight,15,11,15,11,0.29,1.2041,0.13,1.0792 bungalows,bungalows,13,11,9,9,0.25,1.1461,0.13,1.0792 Burmese,burmese,20,11,0,0,0.39,1.3222,0.13,1.0792 burnout,burnout,12,11,11,10,0.24,1.1139,0.13,1.0792 bushwhacked,bushwhacked,11,11,11,11,0.22,1.0792,0.13,1.0792 bustling,bustling,14,11,11,10,0.27,1.1761,0.13,1.0792 busty,busty,12,11,7,6,0.24,1.1139,0.13,1.0792 buyout,buyout,11,11,11,11,0.22,1.0792,0.13,1.0792 byproducts,byproducts,12,11,12,11,0.24,1.1139,0.13,1.0792 cabal,cabal,13,11,11,9,0.25,1.1461,0.13,1.0792 cabarets,cabarets,13,11,10,9,0.25,1.1461,0.13,1.0792 Calais,calais,25,11,0,0,0.49,1.4150,0.13,1.0792 calibrate,calibrate,12,11,10,9,0.24,1.1139,0.13,1.0792 calibration,calibration,11,11,11,11,0.22,1.0792,0.13,1.0792 callow,callow,13,11,10,9,0.25,1.1461,0.13,1.0792 callus,callus,11,11,10,10,0.22,1.0792,0.13,1.0792 campaigned,campaigned,12,11,12,11,0.24,1.1139,0.13,1.0792 cantankerous,cantankerous,11,11,11,11,0.22,1.0792,0.13,1.0792 capacities,capacities,12,11,12,11,0.24,1.1139,0.13,1.0792 capillaries,capillaries,11,11,11,11,0.22,1.0792,0.13,1.0792 capo,capo,26,11,24,10,0.51,1.4314,0.13,1.0792 Capote,capote,43,11,0,0,0.84,1.6435,0.13,1.0792 Cappy,cappy,42,11,0,0,0.82,1.6335,0.13,1.0792 caramba,caramba,16,11,8,7,0.31,1.2304,0.13,1.0792 Carjack,carjack,26,11,8,7,0.51,1.4314,0.13,1.0792 Carne,carne,25,11,10,7,0.49,1.4150,0.13,1.0792 carny,carny,15,11,14,10,0.29,1.2041,0.13,1.0792 cashes,cashes,11,11,11,11,0.22,1.0792,0.13,1.0792 Cassiopeia,cassiopeia,23,11,0,0,0.45,1.3802,0.13,1.0792 cataloging,cataloging,12,11,12,11,0.24,1.1139,0.13,1.0792 catgut,catgut,13,11,10,9,0.25,1.1461,0.13,1.0792 caulk,caulk,13,11,13,11,0.25,1.1461,0.13,1.0792 caverns,caverns,14,11,11,9,0.27,1.1761,0.13,1.0792 ceasefire,ceasefire,15,11,12,8,0.29,1.2041,0.13,1.0792 centavos,centavos,15,11,15,11,0.29,1.2041,0.13,1.0792 centrifugal,centrifugal,15,11,12,8,0.29,1.2041,0.13,1.0792 cerebellum,cerebellum,12,11,11,10,0.24,1.1139,0.13,1.0792 cesarean,cesarean,12,11,8,7,0.24,1.1139,0.13,1.0792 chaff,chaff,11,11,10,10,0.22,1.0792,0.13,1.0792 chalice,chalice,32,11,32,11,0.63,1.5185,0.13,1.0792 chanced,chanced,12,11,12,11,0.24,1.1139,0.13,1.0792 changeable,changeable,13,11,12,11,0.25,1.1461,0.13,1.0792 chanted,chanted,17,11,16,11,0.33,1.2553,0.13,1.0792 Chargers,chargers,22,11,5,5,0.43,1.3617,0.13,1.0792 chattel,chattel,15,11,13,10,0.29,1.2041,0.13,1.0792 chauvinism,chauvinism,12,11,11,10,0.24,1.1139,0.13,1.0792 chickadee,chickadee,12,11,11,10,0.24,1.1139,0.13,1.0792 chickenpox,chickenpox,23,11,21,11,0.45,1.3802,0.13,1.0792 chiefly,chiefly,11,11,10,10,0.22,1.0792,0.13,1.0792 Chol,chol,20,11,2,1,0.39,1.3222,0.13,1.0792 chronically,chronically,11,11,9,9,0.22,1.0792,0.13,1.0792 chronologically,chronologically,11,11,8,8,0.22,1.0792,0.13,1.0792 chucks,chucks,12,11,10,9,0.24,1.1139,0.13,1.0792 cinematographer,cinematographer,17,11,17,11,0.33,1.2553,0.13,1.0792 Claudius,claudius,40,11,0,0,0.78,1.6128,0.13,1.0792 cleat,cleat,22,11,15,11,0.43,1.3617,0.13,1.0792 clich,clich,16,11,15,11,0.31,1.2304,0.13,1.0792 climactic,climactic,11,11,10,10,0.22,1.0792,0.13,1.0792 clinches,clinches,11,11,10,10,0.22,1.0792,0.13,1.0792 Cline,cline,17,11,2,1,0.33,1.2553,0.13,1.0792 coasting,coasting,16,11,12,9,0.31,1.2304,0.13,1.0792 coddling,coddling,12,11,12,11,0.24,1.1139,0.13,1.0792 codpiece,codpiece,13,11,13,11,0.25,1.1461,0.13,1.0792 cogs,cogs,19,11,10,9,0.37,1.3010,0.13,1.0792 cohorts,cohorts,14,11,11,10,0.27,1.1761,0.13,1.0792 coitus,coitus,12,11,6,6,0.24,1.1139,0.13,1.0792 coked,coked,11,11,10,10,0.22,1.0792,0.13,1.0792 collaborated,collaborated,11,11,11,11,0.22,1.0792,0.13,1.0792 collate,collate,16,11,14,10,0.31,1.2304,0.13,1.0792 colliding,colliding,11,11,11,11,0.22,1.0792,0.13,1.0792 colonoscopy,colonoscopy,24,11,23,11,0.47,1.3979,0.13,1.0792 Columbine,columbine,60,11,2,2,1.18,1.7853,0.13,1.0792 comers,comers,12,11,12,11,0.24,1.1139,0.13,1.0792 comets,comets,23,11,21,10,0.45,1.3802,0.13,1.0792 commas,commas,16,11,15,11,0.31,1.2304,0.13,1.0792 commences,commences,11,11,10,10,0.22,1.0792,0.13,1.0792 Commons,commons,20,11,4,2,0.39,1.3222,0.13,1.0792 communing,communing,11,11,10,10,0.22,1.0792,0.13,1.0792 compartmentalize,compartmentalize,11,11,9,9,0.22,1.0792,0.13,1.0792 complied,complied,13,11,13,11,0.25,1.1461,0.13,1.0792 compulsions,compulsions,11,11,11,11,0.22,1.0792,0.13,1.0792 concentrations,concentrations,11,11,11,11,0.22,1.0792,0.13,1.0792 concurrent,concurrent,11,11,11,11,0.22,1.0792,0.13,1.0792 condense,condense,14,11,14,11,0.27,1.1761,0.13,1.0792 confidences,confidences,11,11,11,11,0.22,1.0792,0.13,1.0792 confidently,confidently,12,11,12,11,0.24,1.1139,0.13,1.0792 confiding,confiding,11,11,11,11,0.22,1.0792,0.13,1.0792 congenial,congenial,11,11,10,10,0.22,1.0792,0.13,1.0792 connotations,connotations,11,11,11,11,0.22,1.0792,0.13,1.0792 conservatives,conservatives,12,11,9,9,0.24,1.1139,0.13,1.0792 consigned,consigned,12,11,9,8,0.24,1.1139,0.13,1.0792 contemporaries,contemporaries,14,11,14,11,0.27,1.1761,0.13,1.0792 Contessa,contessa,21,11,7,3,0.41,1.3424,0.13,1.0792 contrite,contrite,11,11,11,11,0.22,1.0792,0.13,1.0792 convergence,convergence,12,11,12,11,0.24,1.1139,0.13,1.0792 conveying,conveying,11,11,11,11,0.22,1.0792,0.13,1.0792 convincingly,convincingly,11,11,9,9,0.22,1.0792,0.13,1.0792 cookbooks,cookbooks,11,11,11,11,0.22,1.0792,0.13,1.0792 cookout,cookout,39,11,36,10,0.76,1.6021,0.13,1.0792 coolie,coolie,24,11,21,10,0.47,1.3979,0.13,1.0792 Coopers,coopers,19,11,0,0,0.37,1.3010,0.13,1.0792 coquette,coquette,15,11,14,10,0.29,1.2041,0.13,1.0792 Corinthians,corinthians,14,11,0,0,0.27,1.1761,0.13,1.0792 corks,corks,11,11,11,11,0.22,1.0792,0.13,1.0792 corncob,corncob,11,11,11,11,0.22,1.0792,0.13,1.0792 cosign,cosign,13,11,13,11,0.25,1.1461,0.13,1.0792 costar,costar,13,11,13,11,0.25,1.1461,0.13,1.0792 councilmen,councilmen,11,11,11,11,0.22,1.0792,0.13,1.0792 countered,countered,12,11,12,11,0.24,1.1139,0.13,1.0792 countermanded,countermanded,11,11,10,10,0.22,1.0792,0.13,1.0792 countryman,countryman,12,11,12,11,0.24,1.1139,0.13,1.0792 couscous,couscous,14,11,12,11,0.27,1.1761,0.13,1.0792 cr,cr,18,11,16,9,0.35,1.2788,0.13,1.0792 Crabapple,crabapple,19,11,0,0,0.37,1.3010,0.13,1.0792 crag,crag,19,11,11,8,0.37,1.3010,0.13,1.0792 cranks,cranks,11,11,11,11,0.22,1.0792,0.13,1.0792 Cray,cray,33,11,2,1,0.65,1.5315,0.13,1.0792 Cretaceous,cretaceous,12,11,2,2,0.24,1.1139,0.13,1.0792 cribbage,cribbage,13,11,13,11,0.25,1.1461,0.13,1.0792 criterion,criterion,11,11,11,11,0.22,1.0792,0.13,1.0792 crooner,crooner,14,11,12,9,0.27,1.1761,0.13,1.0792 croup,croup,14,11,13,10,0.27,1.1761,0.13,1.0792 Crower,crower,56,11,0,0,1.10,1.7559,0.13,1.0792 crusading,crusading,12,11,9,9,0.24,1.1139,0.13,1.0792 crustacean,crustacean,12,11,11,10,0.24,1.1139,0.13,1.0792 cryogenic,cryogenic,17,11,15,10,0.33,1.2553,0.13,1.0792 cud,cud,13,11,13,11,0.25,1.1461,0.13,1.0792 cumin,cumin,16,11,13,9,0.31,1.2304,0.13,1.0792 cunningly,cunningly,11,11,10,10,0.22,1.0792,0.13,1.0792 cuteness,cuteness,18,11,11,9,0.35,1.2788,0.13,1.0792 cuties,cuties,12,11,11,10,0.24,1.1139,0.13,1.0792 Cv,cv,14,11,0,0,0.27,1.1761,0.13,1.0792 cymbal,cymbal,13,11,9,8,0.25,1.1461,0.13,1.0792 dalliance,dalliance,11,11,10,10,0.22,1.0792,0.13,1.0792 damsels,damsels,11,11,11,11,0.22,1.0792,0.13,1.0792 dandelion,dandelion,15,11,9,7,0.29,1.2041,0.13,1.0792 darkies,darkies,15,11,14,10,0.29,1.2041,0.13,1.0792 Darwinian,darwinian,11,11,0,0,0.22,1.0792,0.13,1.0792 Dec,dec,15,11,4,3,0.29,1.2041,0.13,1.0792 deceptions,deceptions,14,11,10,8,0.27,1.1761,0.13,1.0792 declarations,declarations,13,11,13,11,0.25,1.1461,0.13,1.0792 deducting,deducting,11,11,9,9,0.22,1.0792,0.13,1.0792 defensible,defensible,12,11,12,11,0.24,1.1139,0.13,1.0792 deferred,deferred,12,11,12,11,0.24,1.1139,0.13,1.0792 deflate,deflate,13,11,12,10,0.25,1.1461,0.13,1.0792 denigrate,denigrate,13,11,13,11,0.25,1.1461,0.13,1.0792 dentistry,dentistry,19,11,19,11,0.37,1.3010,0.13,1.0792 dependents,dependents,11,11,11,11,0.22,1.0792,0.13,1.0792 depletion,depletion,13,11,12,11,0.25,1.1461,0.13,1.0792 dervish,dervish,14,11,13,10,0.27,1.1761,0.13,1.0792 desecrating,desecrating,12,11,12,11,0.24,1.1139,0.13,1.0792 desensitized,desensitized,11,11,11,11,0.22,1.0792,0.13,1.0792 despising,despising,11,11,10,10,0.22,1.0792,0.13,1.0792 deterred,deterred,12,11,12,11,0.24,1.1139,0.13,1.0792 Deus,deus,11,11,3,3,0.22,1.0792,0.13,1.0792 deviants,deviants,12,11,9,9,0.24,1.1139,0.13,1.0792 diaphoretic,diaphoretic,11,11,9,9,0.22,1.0792,0.13,1.0792 Dickey,dickey,24,11,3,3,0.47,1.3979,0.13,1.0792 differed,differed,11,11,11,11,0.22,1.0792,0.13,1.0792 digress,digress,12,11,11,11,0.24,1.1139,0.13,1.0792 dike,dike,21,11,21,11,0.41,1.3424,0.13,1.0792 Dilantin,dilantin,14,11,3,3,0.27,1.1761,0.13,1.0792 dilate,dilate,12,11,12,11,0.24,1.1139,0.13,1.0792 dimmed,dimmed,13,11,13,11,0.25,1.1461,0.13,1.0792 dingle,dingle,12,11,8,8,0.24,1.1139,0.13,1.0792 Directorate,directorate,13,11,6,6,0.25,1.1461,0.13,1.0792 discharges,discharges,11,11,11,11,0.22,1.0792,0.13,1.0792 discriminated,discriminated,11,11,11,11,0.22,1.0792,0.13,1.0792 dishwater,dishwater,11,11,10,10,0.22,1.0792,0.13,1.0792 disintegration,disintegration,12,11,11,10,0.24,1.1139,0.13,1.0792 disobedient,disobedient,11,11,10,10,0.22,1.0792,0.13,1.0792 disregarding,disregarding,14,11,11,9,0.27,1.1761,0.13,1.0792 dissipate,dissipate,11,11,11,11,0.22,1.0792,0.13,1.0792 dissipation,dissipation,12,11,11,10,0.24,1.1139,0.13,1.0792 distillery,distillery,14,11,14,11,0.27,1.1761,0.13,1.0792 distorts,distorts,11,11,11,11,0.22,1.0792,0.13,1.0792 doesnt,doesnt,18,11,14,10,0.35,1.2788,0.13,1.0792 dogma,dogma,13,11,12,10,0.25,1.1461,0.13,1.0792 doilies,doilies,11,11,10,10,0.22,1.0792,0.13,1.0792 dossiers,dossiers,16,11,14,11,0.31,1.2304,0.13,1.0792 Dowd,dowd,125,11,0,0,2.45,2.1004,0.13,1.0792 dowdy,dowdy,12,11,10,9,0.24,1.1139,0.13,1.0792 dramatize,dramatize,11,11,11,11,0.22,1.0792,0.13,1.0792 Drang,drang,11,11,3,3,0.22,1.0792,0.13,1.0792 Draper,draper,26,11,0,0,0.51,1.4314,0.13,1.0792 dreadlocks,dreadlocks,13,11,11,10,0.25,1.1461,0.13,1.0792 dreads,dreads,11,11,11,11,0.22,1.0792,0.13,1.0792 drench,drench,11,11,8,8,0.22,1.0792,0.13,1.0792 duffle,duffle,14,11,12,10,0.27,1.1761,0.13,1.0792 dumbwaiter,dumbwaiter,16,11,16,11,0.31,1.2304,0.13,1.0792 Dundee,dundee,43,11,0,0,0.84,1.6435,0.13,1.0792 duodenum,duodenum,14,11,14,11,0.27,1.1761,0.13,1.0792 dwellers,dwellers,15,11,14,10,0.29,1.2041,0.13,1.0792 dyeing,dyeing,11,11,11,11,0.22,1.0792,0.13,1.0792 dyslexia,dyslexia,13,11,11,10,0.25,1.1461,0.13,1.0792 earls,earls,12,11,9,8,0.24,1.1139,0.13,1.0792 earmarked,earmarked,12,11,10,10,0.24,1.1139,0.13,1.0792 earnestly,earnestly,11,11,11,11,0.22,1.0792,0.13,1.0792 economist,economist,11,11,9,9,0.22,1.0792,0.13,1.0792 economize,economize,12,11,12,11,0.24,1.1139,0.13,1.0792 edging,edging,15,11,14,11,0.29,1.2041,0.13,1.0792 edification,edification,15,11,14,11,0.29,1.2041,0.13,1.0792 effing,effing,14,11,14,11,0.27,1.1761,0.13,1.0792 egged,egged,11,11,11,11,0.22,1.0792,0.13,1.0792 electro,electro,17,11,10,7,0.33,1.2553,0.13,1.0792 electrolyte,electrolyte,11,11,10,10,0.22,1.0792,0.13,1.0792 elliptical,elliptical,12,11,11,10,0.24,1.1139,0.13,1.0792 embellished,embellished,11,11,11,11,0.22,1.0792,0.13,1.0792 embodied,embodied,11,11,11,11,0.22,1.0792,0.13,1.0792 embroider,embroider,12,11,6,6,0.24,1.1139,0.13,1.0792 Emmet,emmet,33,11,0,0,0.65,1.5315,0.13,1.0792 emphasized,emphasized,11,11,11,11,0.22,1.0792,0.13,1.0792 enclosing,enclosing,12,11,12,11,0.24,1.1139,0.13,1.0792 endangers,endangers,11,11,10,10,0.22,1.0792,0.13,1.0792 enigmatic,enigmatic,11,11,11,11,0.22,1.0792,0.13,1.0792 enquiries,enquiries,12,11,11,10,0.24,1.1139,0.13,1.0792 entreat,entreat,21,11,20,10,0.41,1.3424,0.13,1.0792 environmentalist,environmentalist,13,11,12,10,0.25,1.1461,0.13,1.0792 envying,envying,12,11,11,10,0.24,1.1139,0.13,1.0792 Epsilon,epsilon,17,11,1,1,0.33,1.2553,0.13,1.0792 eradication,eradication,15,11,15,11,0.29,1.2041,0.13,1.0792 erections,erections,13,11,12,10,0.25,1.1461,0.13,1.0792 eroded,eroded,12,11,12,11,0.24,1.1139,0.13,1.0792 eruptions,eruptions,11,11,10,10,0.22,1.0792,0.13,1.0792 Esmeralda,esmeralda,36,11,1,1,0.71,1.5682,0.13,1.0792 establishes,establishes,11,11,10,10,0.22,1.0792,0.13,1.0792 etching,etching,11,11,11,11,0.22,1.0792,0.13,1.0792 Ethyl,ethyl,19,11,8,5,0.37,1.3010,0.13,1.0792 euthanize,euthanize,11,11,11,11,0.22,1.0792,0.13,1.0792 evaded,evaded,12,11,12,11,0.24,1.1139,0.13,1.0792 evicting,evicting,12,11,12,11,0.24,1.1139,0.13,1.0792 exasperating,exasperating,12,11,12,11,0.24,1.1139,0.13,1.0792 exclusivity,exclusivity,11,11,11,11,0.22,1.0792,0.13,1.0792 excruciatingly,excruciatingly,11,11,10,10,0.22,1.0792,0.13,1.0792 exes,exes,14,11,14,11,0.27,1.1761,0.13,1.0792 expedited,expedited,11,11,10,10,0.22,1.0792,0.13,1.0792 expertly,expertly,11,11,9,9,0.22,1.0792,0.13,1.0792 exsanguination,exsanguination,12,11,7,7,0.24,1.1139,0.13,1.0792 exuberant,exuberant,12,11,10,10,0.24,1.1139,0.13,1.0792 exude,exude,11,11,11,11,0.22,1.0792,0.13,1.0792 Fabian,fabian,147,11,0,0,2.88,2.1703,0.13,1.0792 facials,facials,11,11,9,9,0.22,1.0792,0.13,1.0792 falsies,falsies,11,11,9,9,0.22,1.0792,0.13,1.0792 falsify,falsify,12,11,11,10,0.24,1.1139,0.13,1.0792 fantastical,fantastical,14,11,14,11,0.27,1.1761,0.13,1.0792 farthing,farthing,13,11,8,8,0.25,1.1461,0.13,1.0792 favoured,favoured,13,11,13,11,0.25,1.1461,0.13,1.0792 feasts,feasts,11,11,11,11,0.22,1.0792,0.13,1.0792 fedora,fedora,13,11,13,11,0.25,1.1461,0.13,1.0792 felicitations,felicitations,12,11,10,9,0.24,1.1139,0.13,1.0792 ferns,ferns,14,11,9,8,0.27,1.1761,0.13,1.0792 fertilization,fertilization,12,11,12,11,0.24,1.1139,0.13,1.0792 fiercest,fiercest,12,11,12,11,0.24,1.1139,0.13,1.0792 filial,filial,15,11,13,9,0.29,1.2041,0.13,1.0792 firmness,firmness,12,11,11,10,0.24,1.1139,0.13,1.0792 fixings,fixings,14,11,14,11,0.27,1.1761,0.13,1.0792 Flan,flan,86,11,39,10,1.69,1.9395,0.13,1.0792 flapjack,flapjack,13,11,10,9,0.25,1.1461,0.13,1.0792 flatbed,flatbed,21,11,11,10,0.41,1.3424,0.13,1.0792 flatulent,flatulent,11,11,6,6,0.22,1.0792,0.13,1.0792 fledgling,fledgling,13,11,13,11,0.25,1.1461,0.13,1.0792 flexed,flexed,13,11,12,10,0.25,1.1461,0.13,1.0792 flinching,flinching,13,11,13,11,0.25,1.1461,0.13,1.0792 floodgates,floodgates,12,11,11,10,0.24,1.1139,0.13,1.0792 flourished,flourished,11,11,11,11,0.22,1.0792,0.13,1.0792 flowerpot,flowerpot,14,11,14,11,0.27,1.1761,0.13,1.0792 flypaper,flypaper,14,11,12,9,0.27,1.1761,0.13,1.0792 fob,fob,14,11,11,10,0.27,1.1761,0.13,1.0792 foghorn,foghorn,12,11,10,10,0.24,1.1139,0.13,1.0792 footballer,footballer,16,11,16,11,0.31,1.2304,0.13,1.0792 footballs,footballs,11,11,9,9,0.22,1.0792,0.13,1.0792 fora,fora,13,11,11,10,0.25,1.1461,0.13,1.0792 forecasts,forecasts,11,11,10,10,0.22,1.0792,0.13,1.0792 forensically,forensically,11,11,7,7,0.22,1.0792,0.13,1.0792 formulation,formulation,13,11,12,10,0.25,1.1461,0.13,1.0792 fortify,fortify,12,11,10,9,0.24,1.1139,0.13,1.0792 Fps,fps,16,11,7,7,0.31,1.2304,0.13,1.0792 freighters,freighters,12,11,11,10,0.24,1.1139,0.13,1.0792 frittata,frittata,17,11,15,11,0.33,1.2553,0.13,1.0792 frizzy,frizzy,18,11,13,9,0.35,1.2788,0.13,1.0792 frothy,frothy,12,11,12,11,0.24,1.1139,0.13,1.0792 fugue,fugue,27,11,25,10,0.53,1.4472,0.13,1.0792 fulfilment,fulfilment,11,11,11,11,0.22,1.0792,0.13,1.0792 fumigated,fumigated,12,11,12,11,0.24,1.1139,0.13,1.0792 furnishing,furnishing,12,11,11,10,0.24,1.1139,0.13,1.0792 Gaelic,gaelic,21,11,0,0,0.41,1.3424,0.13,1.0792 Garcon,garcon,13,11,6,6,0.25,1.1461,0.13,1.0792 garlands,garlands,11,11,11,11,0.22,1.0792,0.13,1.0792 gaskets,gaskets,12,11,11,10,0.24,1.1139,0.13,1.0792 gasped,gasped,12,11,12,11,0.24,1.1139,0.13,1.0792 gazelles,gazelles,17,11,14,9,0.33,1.2553,0.13,1.0792 gearshift,gearshift,11,11,11,11,0.22,1.0792,0.13,1.0792 generalities,generalities,11,11,11,11,0.22,1.0792,0.13,1.0792 Georgette,georgette,14,11,0,0,0.27,1.1761,0.13,1.0792 giblets,giblets,14,11,14,11,0.27,1.1761,0.13,1.0792 giggled,giggled,11,11,11,11,0.22,1.0792,0.13,1.0792 Gila,gila,20,11,2,1,0.39,1.3222,0.13,1.0792 glitters,glitters,19,11,19,11,0.37,1.3010,0.13,1.0792 globally,globally,11,11,10,10,0.22,1.0792,0.13,1.0792 glorifying,glorifying,13,11,11,9,0.25,1.1461,0.13,1.0792 gluing,gluing,11,11,10,10,0.22,1.0792,0.13,1.0792 Gm,gm,50,11,0,0,0.98,1.7076,0.13,1.0792 gnats,gnats,14,11,11,10,0.27,1.1761,0.13,1.0792 gobs,gobs,11,11,10,10,0.22,1.0792,0.13,1.0792 gofer,gofer,16,11,16,11,0.31,1.2304,0.13,1.0792 goldmine,goldmine,14,11,14,11,0.27,1.1761,0.13,1.0792 goners,goners,11,11,11,11,0.22,1.0792,0.13,1.0792 gracing,gracing,11,11,11,11,0.22,1.0792,0.13,1.0792 grafts,grafts,17,11,15,10,0.33,1.2553,0.13,1.0792 gramophone,gramophone,16,11,15,11,0.31,1.2304,0.13,1.0792 Granada,granada,36,11,0,0,0.71,1.5682,0.13,1.0792 grapple,grapple,12,11,9,9,0.24,1.1139,0.13,1.0792 grassroots,grassroots,15,11,15,11,0.29,1.2041,0.13,1.0792 gridlock,gridlock,14,11,14,11,0.27,1.1761,0.13,1.0792 Griffins,griffins,18,11,0,0,0.35,1.2788,0.13,1.0792 grifter,grifter,24,11,23,11,0.47,1.3979,0.13,1.0792 grifters,grifters,15,11,11,9,0.29,1.2041,0.13,1.0792 grinned,grinned,12,11,11,10,0.24,1.1139,0.13,1.0792 grizzlies,grizzlies,14,11,11,9,0.27,1.1761,0.13,1.0792 grotesquely,grotesquely,12,11,12,11,0.24,1.1139,0.13,1.0792 groundskeeper,groundskeeper,18,11,17,10,0.35,1.2788,0.13,1.0792 grubbing,grubbing,14,11,14,11,0.27,1.1761,0.13,1.0792 grump,grump,17,11,15,9,0.33,1.2553,0.13,1.0792 grungy,grungy,12,11,10,9,0.24,1.1139,0.13,1.0792 Gu,gu,20,11,2,2,0.39,1.3222,0.13,1.0792 guava,guava,13,11,12,10,0.25,1.1461,0.13,1.0792 guerillas,guerillas,17,11,13,9,0.33,1.2553,0.13,1.0792 guerre,guerre,11,11,6,6,0.22,1.0792,0.13,1.0792 guiltier,guiltier,11,11,11,11,0.22,1.0792,0.13,1.0792 Gumby,gumby,15,11,0,0,0.29,1.2041,0.13,1.0792 Gunter,gunter,25,11,0,0,0.49,1.4150,0.13,1.0792 guppies,guppies,12,11,11,10,0.24,1.1139,0.13,1.0792 gusts,gusts,11,11,8,8,0.22,1.0792,0.13,1.0792 guzzle,guzzle,12,11,9,8,0.24,1.1139,0.13,1.0792 habitation,habitation,11,11,11,11,0.22,1.0792,0.13,1.0792 hacky,hacky,14,11,10,8,0.27,1.1761,0.13,1.0792 haired,haired,12,11,12,11,0.24,1.1139,0.13,1.0792 hairnet,hairnet,12,11,12,11,0.24,1.1139,0.13,1.0792 hairpiece,hairpiece,19,11,18,11,0.37,1.3010,0.13,1.0792 Hammy,hammy,34,11,8,8,0.67,1.5441,0.13,1.0792 hangouts,hangouts,11,11,11,11,0.22,1.0792,0.13,1.0792 Harlequin,harlequin,17,11,2,2,0.33,1.2553,0.13,1.0792 Hawaiians,hawaiians,14,11,0,0,0.27,1.1761,0.13,1.0792 hayseed,hayseed,16,11,15,10,0.31,1.2304,0.13,1.0792 headcase,headcase,14,11,14,11,0.27,1.1761,0.13,1.0792 headhunters,headhunters,15,11,11,8,0.29,1.2041,0.13,1.0792 headmistress,headmistress,16,11,16,11,0.31,1.2304,0.13,1.0792 heartstrings,heartstrings,14,11,14,11,0.27,1.1761,0.13,1.0792 heavyweights,heavyweights,11,11,10,10,0.22,1.0792,0.13,1.0792 Hei,hei,36,11,7,2,0.71,1.5682,0.13,1.0792 heliport,heliport,21,11,17,10,0.41,1.3424,0.13,1.0792 hellcat,hellcat,16,11,10,9,0.31,1.2304,0.13,1.0792 helplessness,helplessness,12,11,11,10,0.24,1.1139,0.13,1.0792 Highnesses,highnesses,14,11,4,4,0.27,1.1761,0.13,1.0792 hightailed,hightailed,11,11,10,10,0.22,1.0792,0.13,1.0792 Hillcrest,hillcrest,15,11,0,0,0.29,1.2041,0.13,1.0792 hipster,hipster,12,11,10,9,0.24,1.1139,0.13,1.0792 hissed,hissed,13,11,13,11,0.25,1.1461,0.13,1.0792 hobos,hobos,11,11,10,10,0.22,1.0792,0.13,1.0792 hoc,hoc,13,11,9,8,0.25,1.1461,0.13,1.0792 holier,holier,12,11,6,6,0.24,1.1139,0.13,1.0792 hollows,hollows,11,11,10,10,0.22,1.0792,0.13,1.0792 honeydew,honeydew,14,11,11,8,0.27,1.1761,0.13,1.0792 hoodoo,hoodoo,18,11,14,11,0.35,1.2788,0.13,1.0792 hoofer,hoofer,12,11,10,9,0.24,1.1139,0.13,1.0792 hoosegow,hoosegow,11,11,11,11,0.22,1.0792,0.13,1.0792 horoscopes,horoscopes,14,11,13,10,0.27,1.1761,0.13,1.0792 hotfoot,hotfoot,11,11,9,9,0.22,1.0792,0.13,1.0792 hubris,hubris,14,11,11,10,0.27,1.1761,0.13,1.0792 Hummel,hummel,43,11,0,0,0.84,1.6435,0.13,1.0792 hydrangeas,hydrangeas,14,11,11,9,0.27,1.1761,0.13,1.0792 hyperbole,hyperbole,11,11,8,8,0.22,1.0792,0.13,1.0792 Hyperion,hyperion,19,11,0,0,0.37,1.3010,0.13,1.0792 hypertensive,hypertensive,12,11,11,10,0.24,1.1139,0.13,1.0792 hypnotizing,hypnotizing,12,11,11,10,0.24,1.1139,0.13,1.0792 ident,ident,15,11,10,7,0.29,1.2041,0.13,1.0792 ie,ie,14,11,10,8,0.27,1.1761,0.13,1.0792 iguanas,iguanas,15,11,12,8,0.29,1.2041,0.13,1.0792 immaturity,immaturity,11,11,10,10,0.22,1.0792,0.13,1.0792 immobilized,immobilized,12,11,11,11,0.24,1.1139,0.13,1.0792 impersonators,impersonators,17,11,17,11,0.33,1.2553,0.13,1.0792 imploded,imploded,11,11,11,11,0.22,1.0792,0.13,1.0792 importer,importer,13,11,12,10,0.25,1.1461,0.13,1.0792 imprudent,imprudent,12,11,12,11,0.24,1.1139,0.13,1.0792 impulsively,impulsively,11,11,10,10,0.22,1.0792,0.13,1.0792 inarticulate,inarticulate,13,11,13,11,0.25,1.1461,0.13,1.0792 inauguration,inauguration,11,11,10,10,0.22,1.0792,0.13,1.0792 incommunicado,incommunicado,12,11,11,10,0.24,1.1139,0.13,1.0792 inconsistency,inconsistency,13,11,13,11,0.25,1.1461,0.13,1.0792 incontinence,incontinence,11,11,10,10,0.22,1.0792,0.13,1.0792 inconveniencing,inconveniencing,12,11,12,11,0.24,1.1139,0.13,1.0792 incorruptible,incorruptible,11,11,10,10,0.22,1.0792,0.13,1.0792 incubated,incubated,12,11,12,11,0.24,1.1139,0.13,1.0792 incursion,incursion,13,11,13,11,0.25,1.1461,0.13,1.0792 inducted,inducted,12,11,12,11,0.24,1.1139,0.13,1.0792 Indy,indy,100,11,3,3,1.96,2.0043,0.13,1.0792 infest,infest,14,11,14,11,0.27,1.1761,0.13,1.0792 inflammable,inflammable,13,11,12,11,0.25,1.1461,0.13,1.0792 informally,informally,13,11,10,9,0.25,1.1461,0.13,1.0792 inhumanity,inhumanity,11,11,11,11,0.22,1.0792,0.13,1.0792 inns,inns,15,11,14,11,0.29,1.2041,0.13,1.0792 inopportune,inopportune,13,11,13,11,0.25,1.1461,0.13,1.0792 insurmountable,insurmountable,14,11,14,11,0.27,1.1761,0.13,1.0792 intensified,intensified,13,11,13,11,0.25,1.1461,0.13,1.0792 intensify,intensify,12,11,10,10,0.24,1.1139,0.13,1.0792 interlocking,interlocking,11,11,11,11,0.22,1.0792,0.13,1.0792 interracial,interracial,13,11,13,11,0.25,1.1461,0.13,1.0792 interrogator,interrogator,17,11,11,10,0.33,1.2553,0.13,1.0792 inundated,inundated,11,11,11,11,0.22,1.0792,0.13,1.0792 investigates,investigates,11,11,11,11,0.22,1.0792,0.13,1.0792 ipecac,ipecac,21,11,19,10,0.41,1.3424,0.13,1.0792 ipso,ipso,11,11,7,7,0.22,1.0792,0.13,1.0792 ir,ir,17,11,15,9,0.33,1.2553,0.13,1.0792 ire,ire,14,11,14,11,0.27,1.1761,0.13,1.0792 islanders,islanders,20,11,16,9,0.39,1.3222,0.13,1.0792 isotopes,isotopes,14,11,14,11,0.27,1.1761,0.13,1.0792 itemized,itemized,12,11,10,9,0.24,1.1139,0.13,1.0792 jailbait,jailbait,14,11,12,10,0.27,1.1761,0.13,1.0792 Janes,janes,12,11,0,0,0.24,1.1139,0.13,1.0792 jangling,jangling,11,11,9,9,0.22,1.0792,0.13,1.0792 jaundiced,jaundiced,11,11,11,11,0.22,1.0792,0.13,1.0792 jealousies,jealousies,11,11,11,11,0.22,1.0792,0.13,1.0792 Jellybean,jellybean,23,11,8,8,0.45,1.3802,0.13,1.0792 jellybeans,jellybeans,12,11,10,9,0.24,1.1139,0.13,1.0792 jeopardizes,jeopardizes,11,11,11,11,0.22,1.0792,0.13,1.0792 Jerries,jerries,18,11,0,0,0.35,1.2788,0.13,1.0792 Johnnies,johnnies,17,11,2,2,0.33,1.2553,0.13,1.0792 jowls,jowls,16,11,12,9,0.31,1.2304,0.13,1.0792 judiciary,judiciary,11,11,6,6,0.22,1.0792,0.13,1.0792 juicer,juicer,20,11,20,11,0.39,1.3222,0.13,1.0792 junky,junky,23,11,21,11,0.45,1.3802,0.13,1.0792 jurist,jurist,13,11,13,11,0.25,1.1461,0.13,1.0792 kayak,kayak,26,11,16,8,0.51,1.4314,0.13,1.0792 kennels,kennels,18,11,15,9,0.35,1.2788,0.13,1.0792 kneels,kneels,12,11,12,11,0.24,1.1139,0.13,1.0792 knockwurst,knockwurst,18,11,16,10,0.35,1.2788,0.13,1.0792 Koko,koko,27,11,0,0,0.53,1.4472,0.13,1.0792 Kraft,kraft,43,11,1,1,0.84,1.6435,0.13,1.0792 laddies,laddies,15,11,15,11,0.29,1.2041,0.13,1.0792 Laird,laird,60,11,0,0,1.18,1.7853,0.13,1.0792 landowners,landowners,12,11,12,11,0.24,1.1139,0.13,1.0792 larva,larva,13,11,12,11,0.25,1.1461,0.13,1.0792 laryngeal,laryngeal,12,11,8,7,0.24,1.1139,0.13,1.0792 lawmen,lawmen,11,11,11,11,0.22,1.0792,0.13,1.0792 laxatives,laxatives,13,11,10,8,0.25,1.1461,0.13,1.0792 levelled,levelled,14,11,11,10,0.27,1.1761,0.13,1.0792 leveraged,leveraged,12,11,12,11,0.24,1.1139,0.13,1.0792 lighthearted,lighthearted,11,11,11,11,0.22,1.0792,0.13,1.0792 Lina,lina,119,11,0,0,2.33,2.0792,0.13,1.0792 Linden,linden,59,11,1,1,1.16,1.7782,0.13,1.0792 Linwood,linwood,20,11,0,0,0.39,1.3222,0.13,1.0792 livelong,livelong,13,11,13,11,0.25,1.1461,0.13,1.0792 lobbyists,lobbyists,15,11,15,11,0.29,1.2041,0.13,1.0792 lolly,lolly,11,11,6,6,0.22,1.0792,0.13,1.0792 longshoreman,longshoreman,14,11,13,10,0.27,1.1761,0.13,1.0792 loosed,loosed,12,11,12,11,0.24,1.1139,0.13,1.0792 loudmouthed,loudmouthed,11,11,11,11,0.22,1.0792,0.13,1.0792 lounges,lounges,11,11,11,11,0.22,1.0792,0.13,1.0792 lulls,lulls,12,11,12,11,0.24,1.1139,0.13,1.0792 lumbering,lumbering,12,11,9,9,0.24,1.1139,0.13,1.0792 lumberjacks,lumberjacks,13,11,11,10,0.25,1.1461,0.13,1.0792 luncheons,luncheons,12,11,11,10,0.24,1.1139,0.13,1.0792 lusts,lusts,11,11,10,10,0.22,1.0792,0.13,1.0792 Lux,lux,13,11,3,3,0.25,1.1461,0.13,1.0792 Macao,macao,16,11,0,0,0.31,1.2304,0.13,1.0792 Macintosh,macintosh,35,11,1,1,0.69,1.5563,0.13,1.0792 Madden,madden,29,11,1,1,0.57,1.4771,0.13,1.0792 magnate,magnate,12,11,10,10,0.24,1.1139,0.13,1.0792 mains,mains,12,11,12,11,0.24,1.1139,0.13,1.0792 Maison,maison,12,11,5,5,0.24,1.1139,0.13,1.0792 makeovers,makeovers,12,11,10,9,0.24,1.1139,0.13,1.0792 malted,malted,14,11,14,11,0.27,1.1761,0.13,1.0792 mannish,mannish,14,11,11,10,0.27,1.1761,0.13,1.0792 marginally,marginally,11,11,9,9,0.22,1.0792,0.13,1.0792 mashing,mashing,12,11,10,9,0.24,1.1139,0.13,1.0792 masochistic,masochistic,12,11,10,10,0.24,1.1139,0.13,1.0792 massively,massively,11,11,10,10,0.22,1.0792,0.13,1.0792 mayors,mayors,11,11,8,8,0.22,1.0792,0.13,1.0792 meatpacking,meatpacking,12,11,8,8,0.24,1.1139,0.13,1.0792 Medea,medea,28,11,0,0,0.55,1.4624,0.13,1.0792 medicating,medicating,11,11,11,11,0.22,1.0792,0.13,1.0792 meld,meld,12,11,12,11,0.24,1.1139,0.13,1.0792 menstruation,menstruation,14,11,11,10,0.27,1.1761,0.13,1.0792 meowing,meowing,17,11,12,10,0.33,1.2553,0.13,1.0792 meritorious,meritorious,13,11,12,11,0.25,1.1461,0.13,1.0792 merriment,merriment,12,11,12,11,0.24,1.1139,0.13,1.0792 mesquite,mesquite,12,11,8,7,0.24,1.1139,0.13,1.0792 Messrs,messrs,14,11,1,1,0.27,1.1761,0.13,1.0792 meted,meted,11,11,11,11,0.22,1.0792,0.13,1.0792 mightily,mightily,11,11,11,11,0.22,1.0792,0.13,1.0792 migrant,migrant,13,11,11,9,0.25,1.1461,0.13,1.0792 mincing,mincing,14,11,14,11,0.27,1.1761,0.13,1.0792 miniscule,miniscule,11,11,9,9,0.22,1.0792,0.13,1.0792 miniskirts,miniskirts,11,11,9,9,0.22,1.0792,0.13,1.0792 mire,mire,22,11,15,10,0.43,1.3617,0.13,1.0792 mirth,mirth,11,11,10,10,0.22,1.0792,0.13,1.0792 misdirect,misdirect,12,11,12,11,0.24,1.1139,0.13,1.0792 mishaps,mishaps,12,11,11,11,0.24,1.1139,0.13,1.0792 mooching,mooching,11,11,11,11,0.22,1.0792,0.13,1.0792 mooing,mooing,12,11,11,10,0.24,1.1139,0.13,1.0792 moonbeams,moonbeams,16,11,15,10,0.31,1.2304,0.13,1.0792 moonwalk,moonwalk,32,11,31,10,0.63,1.5185,0.13,1.0792 Morello,morello,24,11,0,0,0.47,1.3979,0.13,1.0792 mortem,mortem,13,11,13,11,0.25,1.1461,0.13,1.0792 Mos,mos,15,11,7,4,0.29,1.2041,0.13,1.0792 motorbikes,motorbikes,12,11,11,10,0.24,1.1139,0.13,1.0792 muchacha,muchacha,20,11,20,11,0.39,1.3222,0.13,1.0792 mucosa,mucosa,13,11,12,11,0.25,1.1461,0.13,1.0792 muffle,muffle,11,11,9,9,0.22,1.0792,0.13,1.0792 mulling,mulling,16,11,14,10,0.31,1.2304,0.13,1.0792 murals,murals,18,11,18,11,0.35,1.2788,0.13,1.0792 muses,muses,23,11,14,7,0.45,1.3802,0.13,1.0792 mutilations,mutilations,13,11,12,11,0.25,1.1461,0.13,1.0792 myrrh,myrrh,13,11,9,8,0.25,1.1461,0.13,1.0792 mystifying,mystifying,15,11,12,9,0.29,1.2041,0.13,1.0792 namesake,namesake,11,11,10,10,0.22,1.0792,0.13,1.0792 nape,nape,12,11,12,11,0.24,1.1139,0.13,1.0792 Narcissus,narcissus,12,11,2,2,0.24,1.1139,0.13,1.0792 narcs,narcs,13,11,11,9,0.25,1.1461,0.13,1.0792 narrate,narrate,12,11,12,11,0.24,1.1139,0.13,1.0792 narrating,narrating,15,11,12,9,0.29,1.2041,0.13,1.0792 nationalities,nationalities,12,11,12,11,0.24,1.1139,0.13,1.0792 naturalist,naturalist,14,11,14,11,0.27,1.1761,0.13,1.0792 Nautilus,nautilus,41,11,1,1,0.80,1.6232,0.13,1.0792 nav,nav,16,11,10,7,0.31,1.2304,0.13,1.0792 negatively,negatively,14,11,14,11,0.27,1.1761,0.13,1.0792 nether,nether,20,11,10,10,0.39,1.3222,0.13,1.0792 Nighthawk,nighthawk,27,11,2,2,0.53,1.4472,0.13,1.0792 nightmarish,nightmarish,11,11,11,11,0.22,1.0792,0.13,1.0792 Nimbus,nimbus,71,11,5,5,1.39,1.8573,0.13,1.0792 nitric,nitric,12,11,12,11,0.24,1.1139,0.13,1.0792 nitwits,nitwits,13,11,11,11,0.25,1.1461,0.13,1.0792 noblemen,noblemen,11,11,10,10,0.22,1.0792,0.13,1.0792 Nomad,nomad,27,11,7,6,0.53,1.4472,0.13,1.0792 Nome,nome,41,11,4,1,0.80,1.6232,0.13,1.0792 norms,norms,16,11,16,11,0.31,1.2304,0.13,1.0792 Norwegians,norwegians,14,11,0,0,0.27,1.1761,0.13,1.0792 nouns,nouns,13,11,12,10,0.25,1.1461,0.13,1.0792 novices,novices,12,11,9,8,0.24,1.1139,0.13,1.0792 noxious,noxious,11,11,11,11,0.22,1.0792,0.13,1.0792 nutritionist,nutritionist,12,11,11,10,0.24,1.1139,0.13,1.0792 nymphs,nymphs,29,11,27,10,0.57,1.4771,0.13,1.0792 objectify,objectify,11,11,8,8,0.22,1.0792,0.13,1.0792 obscenities,obscenities,11,11,11,11,0.22,1.0792,0.13,1.0792 obstructions,obstructions,11,11,11,11,0.22,1.0792,0.13,1.0792 Odell,odell,70,11,0,0,1.37,1.8513,0.13,1.0792 ogres,ogres,28,11,24,11,0.55,1.4624,0.13,1.0792 Olympian,olympian,11,11,0,0,0.22,1.0792,0.13,1.0792 Onyx,onyx,17,11,7,6,0.33,1.2553,0.13,1.0792 oppress,oppress,11,11,11,11,0.22,1.0792,0.13,1.0792 Ord,ord,31,11,5,5,0.61,1.5051,0.13,1.0792 orifices,orifices,12,11,12,11,0.24,1.1139,0.13,1.0792 Osiris,osiris,15,11,0,0,0.29,1.2041,0.13,1.0792 ovarian,ovarian,17,11,16,10,0.33,1.2553,0.13,1.0792 overdrawn,overdrawn,11,11,11,11,0.22,1.0792,0.13,1.0792 oversees,oversees,11,11,10,10,0.22,1.0792,0.13,1.0792 overtly,overtly,12,11,12,11,0.24,1.1139,0.13,1.0792 paddock,paddock,17,11,17,11,0.33,1.2553,0.13,1.0792 Paine,paine,141,11,1,1,2.76,2.1523,0.13,1.0792 pained,pained,13,11,12,10,0.25,1.1461,0.13,1.0792 paler,paler,13,11,12,10,0.25,1.1461,0.13,1.0792 pales,pales,11,11,11,11,0.22,1.0792,0.13,1.0792 pandering,pandering,15,11,13,10,0.29,1.2041,0.13,1.0792 panhandler,panhandler,14,11,14,11,0.27,1.1761,0.13,1.0792 papoose,papoose,11,11,11,11,0.22,1.0792,0.13,1.0792 paraded,paraded,11,11,10,10,0.22,1.0792,0.13,1.0792 parameter,parameter,13,11,13,11,0.25,1.1461,0.13,1.0792 paratrooper,paratrooper,16,11,15,10,0.31,1.2304,0.13,1.0792 parkin,parkin,13,11,12,11,0.25,1.1461,0.13,1.0792 parliamentary,parliamentary,12,11,9,9,0.24,1.1139,0.13,1.0792 parmigiana,parmigiana,15,11,14,11,0.29,1.2041,0.13,1.0792 passageways,passageways,12,11,12,11,0.24,1.1139,0.13,1.0792 pasties,pasties,11,11,10,10,0.22,1.0792,0.13,1.0792 Patel,patel,50,11,0,0,0.98,1.7076,0.13,1.0792 patella,patella,12,11,12,11,0.24,1.1139,0.13,1.0792 Pearce,pearce,88,11,1,1,1.73,1.9494,0.13,1.0792 pectorals,pectorals,12,11,12,11,0.24,1.1139,0.13,1.0792 peculiarities,peculiarities,14,11,11,10,0.27,1.1761,0.13,1.0792 pedaling,pedaling,11,11,11,11,0.22,1.0792,0.13,1.0792 peered,peered,11,11,11,11,0.22,1.0792,0.13,1.0792 pelts,pelts,22,11,22,11,0.43,1.3617,0.13,1.0792 peon,peon,11,11,11,11,0.22,1.0792,0.13,1.0792 percolating,percolating,11,11,11,11,0.22,1.0792,0.13,1.0792 perishable,perishable,13,11,13,11,0.25,1.1461,0.13,1.0792 pernicious,pernicious,14,11,12,10,0.27,1.1761,0.13,1.0792 personage,personage,11,11,11,11,0.22,1.0792,0.13,1.0792 persuades,persuades,13,11,12,10,0.25,1.1461,0.13,1.0792 pertain,pertain,14,11,14,11,0.27,1.1761,0.13,1.0792 philanderer,philanderer,12,11,11,10,0.24,1.1139,0.13,1.0792 phosphorous,phosphorous,12,11,11,11,0.24,1.1139,0.13,1.0792 photocopy,photocopy,15,11,13,10,0.29,1.2041,0.13,1.0792 physic,physic,13,11,12,10,0.25,1.1461,0.13,1.0792 Pic,pic,29,11,9,8,0.57,1.4771,0.13,1.0792 pickers,pickers,16,11,13,9,0.31,1.2304,0.13,1.0792 Piglet,piglet,108,11,9,9,2.12,2.0374,0.13,1.0792 piloted,piloted,11,11,10,10,0.22,1.0792,0.13,1.0792 pinkies,pinkies,13,11,12,10,0.25,1.1461,0.13,1.0792 pinks,pinks,14,11,10,10,0.27,1.1761,0.13,1.0792 pipelines,pipelines,13,11,13,11,0.25,1.1461,0.13,1.0792 piqued,piqued,12,11,12,11,0.24,1.1139,0.13,1.0792 pish,pish,11,11,7,7,0.22,1.0792,0.13,1.0792 pleadings,pleadings,12,11,10,9,0.24,1.1139,0.13,1.0792 Plexiglas,plexiglas,15,11,2,2,0.29,1.2041,0.13,1.0792 plumes,plumes,18,11,18,11,0.35,1.2788,0.13,1.0792 Podunk,podunk,16,11,2,2,0.31,1.2304,0.13,1.0792 polled,polled,13,11,13,11,0.25,1.1461,0.13,1.0792 Pollyanna,pollyanna,11,11,0,0,0.22,1.0792,0.13,1.0792 polygamy,polygamy,19,11,17,9,0.37,1.3010,0.13,1.0792 polyp,polyp,13,11,12,10,0.25,1.1461,0.13,1.0792 Pon,pon,17,11,7,6,0.33,1.2553,0.13,1.0792 ponderous,ponderous,11,11,11,11,0.22,1.0792,0.13,1.0792 pooled,pooled,14,11,12,10,0.27,1.1761,0.13,1.0792 poolroom,poolroom,18,11,18,11,0.35,1.2788,0.13,1.0792 populate,populate,12,11,12,11,0.24,1.1139,0.13,1.0792 porcupines,porcupines,14,11,11,9,0.27,1.1761,0.13,1.0792 posses,posses,11,11,8,8,0.22,1.0792,0.13,1.0792 possibles,possibles,12,11,12,11,0.24,1.1139,0.13,1.0792 potentate,potentate,12,11,12,11,0.24,1.1139,0.13,1.0792 pounder,pounder,12,11,8,7,0.24,1.1139,0.13,1.0792 practitioners,practitioners,12,11,12,11,0.24,1.1139,0.13,1.0792 precedents,precedents,11,11,11,11,0.22,1.0792,0.13,1.0792 predestined,predestined,13,11,13,11,0.25,1.1461,0.13,1.0792 premieres,premieres,13,11,11,11,0.25,1.1461,0.13,1.0792 prerecorded,prerecorded,12,11,10,9,0.24,1.1139,0.13,1.0792 preventative,preventative,14,11,14,11,0.27,1.1761,0.13,1.0792 pricking,pricking,11,11,11,11,0.22,1.0792,0.13,1.0792 principally,principally,11,11,10,10,0.22,1.0792,0.13,1.0792 printouts,printouts,11,11,11,11,0.22,1.0792,0.13,1.0792 Prism,prism,41,11,11,7,0.80,1.6232,0.13,1.0792 proboscis,proboscis,14,11,12,10,0.27,1.1761,0.13,1.0792 prods,prods,14,11,11,9,0.27,1.1761,0.13,1.0792 proffered,proffered,11,11,11,11,0.22,1.0792,0.13,1.0792 programmers,programmers,14,11,13,10,0.27,1.1761,0.13,1.0792 projectionist,projectionist,16,11,14,9,0.31,1.2304,0.13,1.0792 proliferation,proliferation,12,11,12,11,0.24,1.1139,0.13,1.0792 prominently,prominently,11,11,11,11,0.22,1.0792,0.13,1.0792 prongs,prongs,13,11,13,11,0.25,1.1461,0.13,1.0792 pronoun,pronoun,12,11,10,9,0.24,1.1139,0.13,1.0792 proportional,proportional,14,11,14,11,0.27,1.1761,0.13,1.0792 prospering,prospering,11,11,10,10,0.22,1.0792,0.13,1.0792 prowlers,prowlers,19,11,13,10,0.37,1.3010,0.13,1.0792 Prussian,prussian,12,11,0,0,0.24,1.1139,0.13,1.0792 psychotherapist,psychotherapist,12,11,12,11,0.24,1.1139,0.13,1.0792 pubis,pubis,13,11,13,11,0.25,1.1461,0.13,1.0792 publicized,publicized,11,11,11,11,0.22,1.0792,0.13,1.0792 puckered,puckered,12,11,12,11,0.24,1.1139,0.13,1.0792 Pueblo,pueblo,13,11,3,3,0.25,1.1461,0.13,1.0792 pulsar,pulsar,28,11,23,9,0.55,1.4624,0.13,1.0792 pulverize,pulverize,11,11,9,9,0.22,1.0792,0.13,1.0792 punters,punters,11,11,11,11,0.22,1.0792,0.13,1.0792 purist,purist,11,11,11,11,0.22,1.0792,0.13,1.0792 purty,purty,11,11,11,11,0.22,1.0792,0.13,1.0792 pussycats,pussycats,14,11,11,9,0.27,1.1761,0.13,1.0792 Pygmies,pygmies,28,11,7,6,0.55,1.4624,0.13,1.0792 Qt,qt,15,11,0,0,0.29,1.2041,0.13,1.0792 quads,quads,13,11,12,10,0.25,1.1461,0.13,1.0792 quantify,quantify,13,11,13,11,0.25,1.1461,0.13,1.0792 quarrelled,quarrelled,11,11,11,11,0.22,1.0792,0.13,1.0792 quesadilla,quesadilla,11,11,9,9,0.22,1.0792,0.13,1.0792 railways,railways,13,11,9,8,0.25,1.1461,0.13,1.0792 rainwater,rainwater,11,11,10,10,0.22,1.0792,0.13,1.0792 rales,rales,17,11,13,10,0.33,1.2553,0.13,1.0792 ranching,ranching,12,11,10,10,0.24,1.1139,0.13,1.0792 rattlers,rattlers,12,11,12,11,0.24,1.1139,0.13,1.0792 ravished,ravished,11,11,11,11,0.22,1.0792,0.13,1.0792 Rc,rc,74,11,0,0,1.45,1.8751,0.13,1.0792 readjustment,readjustment,13,11,9,9,0.25,1.1461,0.13,1.0792 reapply,reapply,14,11,14,11,0.27,1.1761,0.13,1.0792 reassess,reassess,13,11,13,11,0.25,1.1461,0.13,1.0792 receptions,receptions,12,11,12,11,0.24,1.1139,0.13,1.0792 recitals,recitals,11,11,11,11,0.22,1.0792,0.13,1.0792 reconnoiter,reconnoiter,12,11,10,10,0.24,1.1139,0.13,1.0792 recounts,recounts,54,11,54,11,1.06,1.7404,0.13,1.0792 recurrent,recurrent,13,11,12,11,0.25,1.1461,0.13,1.0792 rediscover,rediscover,11,11,11,11,0.22,1.0792,0.13,1.0792 rediscovered,rediscovered,11,11,10,10,0.22,1.0792,0.13,1.0792 redouble,redouble,11,11,10,10,0.22,1.0792,0.13,1.0792 redress,redress,11,11,11,11,0.22,1.0792,0.13,1.0792 referrals,referrals,15,11,14,10,0.29,1.2041,0.13,1.0792 refunded,refunded,11,11,11,11,0.22,1.0792,0.13,1.0792 regatta,regatta,28,11,20,9,0.55,1.4624,0.13,1.0792 regimes,regimes,14,11,14,11,0.27,1.1761,0.13,1.0792 registrations,registrations,13,11,13,11,0.25,1.1461,0.13,1.0792 regress,regress,15,11,14,10,0.29,1.2041,0.13,1.0792 regurgitate,regurgitate,12,11,10,10,0.24,1.1139,0.13,1.0792 reinstating,reinstating,11,11,11,11,0.22,1.0792,0.13,1.0792 reinventing,reinventing,11,11,11,11,0.22,1.0792,0.13,1.0792 rejoiced,rejoiced,11,11,11,11,0.22,1.0792,0.13,1.0792 remotes,remotes,17,11,14,9,0.33,1.2553,0.13,1.0792 remotest,remotest,11,11,11,11,0.22,1.0792,0.13,1.0792 remuneration,remuneration,11,11,11,11,0.22,1.0792,0.13,1.0792 rename,rename,11,11,11,11,0.22,1.0792,0.13,1.0792 renege,renege,11,11,11,11,0.22,1.0792,0.13,1.0792 renounced,renounced,15,11,15,11,0.29,1.2041,0.13,1.0792 reoccurring,reoccurring,11,11,11,11,0.22,1.0792,0.13,1.0792 repainting,repainting,11,11,9,9,0.22,1.0792,0.13,1.0792 reparations,reparations,14,11,14,11,0.27,1.1761,0.13,1.0792 repayment,repayment,12,11,11,10,0.24,1.1139,0.13,1.0792 repentant,repentant,12,11,10,9,0.24,1.1139,0.13,1.0792 repository,repository,13,11,10,8,0.25,1.1461,0.13,1.0792 repressive,repressive,12,11,11,11,0.24,1.1139,0.13,1.0792 reprobate,reprobate,11,11,11,11,0.22,1.0792,0.13,1.0792 repute,repute,11,11,11,11,0.22,1.0792,0.13,1.0792 rerouting,rerouting,13,11,11,11,0.25,1.1461,0.13,1.0792 resale,resale,12,11,12,11,0.24,1.1139,0.13,1.0792 residences,residences,12,11,12,11,0.24,1.1139,0.13,1.0792 resonates,resonates,11,11,11,11,0.22,1.0792,0.13,1.0792 retailers,retailers,12,11,9,8,0.24,1.1139,0.13,1.0792 revisionist,revisionist,13,11,13,11,0.25,1.1461,0.13,1.0792 revitalize,revitalize,13,11,12,11,0.25,1.1461,0.13,1.0792 revolutionized,revolutionized,11,11,11,11,0.22,1.0792,0.13,1.0792 revved,revved,12,11,12,11,0.24,1.1139,0.13,1.0792 rewiring,rewiring,17,11,17,11,0.33,1.2553,0.13,1.0792 Rh,rh,19,11,2,1,0.37,1.3010,0.13,1.0792 rhinos,rhinos,13,11,12,10,0.25,1.1461,0.13,1.0792 ricotta,ricotta,13,11,11,11,0.25,1.1461,0.13,1.0792 righting,righting,11,11,7,7,0.22,1.0792,0.13,1.0792 ringmaster,ringmaster,20,11,19,11,0.39,1.3222,0.13,1.0792 riverboat,riverboat,20,11,16,8,0.39,1.3222,0.13,1.0792 roadway,roadway,11,11,10,10,0.22,1.0792,0.13,1.0792 roasts,roasts,13,11,13,11,0.25,1.1461,0.13,1.0792 romanticize,romanticize,11,11,10,10,0.22,1.0792,0.13,1.0792 rotors,rotors,12,11,8,8,0.24,1.1139,0.13,1.0792 Roughnecks,roughnecks,21,11,10,9,0.41,1.3424,0.13,1.0792 roused,roused,11,11,11,11,0.22,1.0792,0.13,1.0792 rousting,rousting,11,11,10,10,0.22,1.0792,0.13,1.0792 rubes,rubes,13,11,9,8,0.25,1.1461,0.13,1.0792 sacs,sacs,12,11,11,10,0.24,1.1139,0.13,1.0792 Sagittarius,sagittarius,14,11,0,0,0.27,1.1761,0.13,1.0792 sainthood,sainthood,11,11,11,11,0.22,1.0792,0.13,1.0792 salesmanship,salesmanship,11,11,10,10,0.22,1.0792,0.13,1.0792 sandbags,sandbags,11,11,11,11,0.22,1.0792,0.13,1.0792 sanding,sanding,12,11,11,10,0.24,1.1139,0.13,1.0792 sanest,sanest,12,11,12,11,0.24,1.1139,0.13,1.0792 Satanist,satanist,11,11,5,5,0.22,1.0792,0.13,1.0792 saviors,saviors,11,11,11,11,0.22,1.0792,0.13,1.0792 savoring,savoring,13,11,13,11,0.25,1.1461,0.13,1.0792 savory,savory,11,11,9,9,0.22,1.0792,0.13,1.0792 scads,scads,12,11,7,6,0.24,1.1139,0.13,1.0792 scaffolding,scaffolding,12,11,11,11,0.24,1.1139,0.13,1.0792 scag,scag,21,11,14,9,0.41,1.3424,0.13,1.0792 scallops,scallops,21,11,20,11,0.41,1.3424,0.13,1.0792 Scandinavia,scandinavia,14,11,0,0,0.27,1.1761,0.13,1.0792 schoolbooks,schoolbooks,15,11,14,11,0.29,1.2041,0.13,1.0792 scrapping,scrapping,11,11,10,10,0.22,1.0792,0.13,1.0792 scrawl,scrawl,12,11,12,11,0.24,1.1139,0.13,1.0792 scrutinize,scrutinize,11,11,10,10,0.22,1.0792,0.13,1.0792 scry,scry,15,11,14,11,0.29,1.2041,0.13,1.0792 scuffed,scuffed,11,11,10,10,0.22,1.0792,0.13,1.0792 scut,scut,19,11,15,10,0.37,1.3010,0.13,1.0792 scuttled,scuttled,13,11,13,11,0.25,1.1461,0.13,1.0792 seamanship,seamanship,13,11,12,10,0.25,1.1461,0.13,1.0792 seconded,seconded,20,11,13,10,0.39,1.3222,0.13,1.0792 secrete,secrete,11,11,11,11,0.22,1.0792,0.13,1.0792 secreted,secreted,12,11,12,11,0.24,1.1139,0.13,1.0792 sedition,sedition,23,11,14,9,0.45,1.3802,0.13,1.0792 seducer,seducer,20,11,17,9,0.39,1.3222,0.13,1.0792 seizes,seizes,12,11,12,11,0.24,1.1139,0.13,1.0792 Seneca,seneca,20,11,0,0,0.39,1.3222,0.13,1.0792 serrated,serrated,12,11,11,10,0.24,1.1139,0.13,1.0792 shard,shard,37,11,36,10,0.73,1.5798,0.13,1.0792 shelving,shelving,12,11,11,10,0.24,1.1139,0.13,1.0792 Sherpa,sherpa,15,11,5,3,0.29,1.2041,0.13,1.0792 shill,shill,14,11,13,10,0.27,1.1761,0.13,1.0792 shipboard,shipboard,11,11,10,10,0.22,1.0792,0.13,1.0792 shoestring,shoestring,13,11,12,10,0.25,1.1461,0.13,1.0792 shredder,shredder,17,11,14,11,0.33,1.2553,0.13,1.0792 signalling,signalling,11,11,10,10,0.22,1.0792,0.13,1.0792 silt,silt,17,11,16,11,0.33,1.2553,0.13,1.0792 simpering,simpering,13,11,11,10,0.25,1.1461,0.13,1.0792 simplified,simplified,11,11,11,11,0.22,1.0792,0.13,1.0792 singling,singling,11,11,11,11,0.22,1.0792,0.13,1.0792 siphon,siphon,14,11,13,11,0.27,1.1761,0.13,1.0792 sisterly,sisterly,13,11,13,11,0.25,1.1461,0.13,1.0792 skewered,skewered,11,11,9,9,0.22,1.0792,0.13,1.0792 Skyway,skyway,16,11,5,5,0.31,1.2304,0.13,1.0792 slandered,slandered,14,11,13,10,0.27,1.1761,0.13,1.0792 slapstick,slapstick,12,11,10,9,0.24,1.1139,0.13,1.0792 slashes,slashes,13,11,13,11,0.25,1.1461,0.13,1.0792 slavers,slavers,46,11,42,10,0.90,1.6721,0.13,1.0792 slimmer,slimmer,11,11,9,9,0.22,1.0792,0.13,1.0792 slither,slither,11,11,11,11,0.22,1.0792,0.13,1.0792 slithering,slithering,12,11,11,10,0.24,1.1139,0.13,1.0792 slouching,slouching,13,11,12,11,0.25,1.1461,0.13,1.0792 slowdown,slowdown,15,11,10,10,0.29,1.2041,0.13,1.0792 smallish,smallish,14,11,12,9,0.27,1.1761,0.13,1.0792 smearing,smearing,11,11,10,10,0.22,1.0792,0.13,1.0792 smears,smears,12,11,12,11,0.24,1.1139,0.13,1.0792 Smithy,smithy,63,11,11,5,1.24,1.8062,0.13,1.0792 smokehouse,smokehouse,18,11,16,9,0.35,1.2788,0.13,1.0792 snags,snags,12,11,10,10,0.24,1.1139,0.13,1.0792 snappish,snappish,18,11,9,7,0.35,1.2788,0.13,1.0792 snarky,snarky,12,11,12,11,0.24,1.1139,0.13,1.0792 snatches,snatches,11,11,10,10,0.22,1.0792,0.13,1.0792 sneered,sneered,11,11,11,11,0.22,1.0792,0.13,1.0792 sniping,sniping,13,11,13,11,0.25,1.1461,0.13,1.0792 Sofer,sofer,13,11,0,0,0.25,1.1461,0.13,1.0792 solos,solos,21,11,19,9,0.41,1.3424,0.13,1.0792 songwriters,songwriters,16,11,15,10,0.31,1.2304,0.13,1.0792 Sook,sook,14,11,0,0,0.27,1.1761,0.13,1.0792 soonest,soonest,11,11,11,11,0.22,1.0792,0.13,1.0792 soupy,soupy,12,11,6,6,0.24,1.1139,0.13,1.0792 soured,soured,11,11,10,10,0.22,1.0792,0.13,1.0792 soybeans,soybeans,14,11,14,11,0.27,1.1761,0.13,1.0792 sparse,sparse,11,11,9,9,0.22,1.0792,0.13,1.0792 specialise,specialise,12,11,12,11,0.24,1.1139,0.13,1.0792 spewed,spewed,11,11,11,11,0.22,1.0792,0.13,1.0792 spiritualism,spiritualism,15,11,10,9,0.29,1.2041,0.13,1.0792 spitball,spitball,13,11,11,9,0.25,1.1461,0.13,1.0792 sponging,sponging,12,11,12,11,0.24,1.1139,0.13,1.0792 spooking,spooking,12,11,12,11,0.24,1.1139,0.13,1.0792 sportsmen,sportsmen,12,11,12,11,0.24,1.1139,0.13,1.0792 Sprockets,sprockets,23,11,9,6,0.45,1.3802,0.13,1.0792 spurned,spurned,11,11,11,11,0.22,1.0792,0.13,1.0792 spurting,spurting,11,11,10,10,0.22,1.0792,0.13,1.0792 squats,squats,12,11,12,11,0.24,1.1139,0.13,1.0792 squinting,squinting,12,11,12,11,0.24,1.1139,0.13,1.0792 stadiums,stadiums,13,11,10,10,0.25,1.1461,0.13,1.0792 staffers,staffers,12,11,10,10,0.24,1.1139,0.13,1.0792 staircases,staircases,12,11,12,11,0.24,1.1139,0.13,1.0792 stammers,stammers,13,11,9,7,0.25,1.1461,0.13,1.0792 stampeded,stampeded,12,11,12,11,0.24,1.1139,0.13,1.0792 standoffish,standoffish,11,11,11,11,0.22,1.0792,0.13,1.0792 stealer,stealer,12,11,10,10,0.24,1.1139,0.13,1.0792 stemming,stemming,12,11,11,10,0.24,1.1139,0.13,1.0792 Stetson,stetson,18,11,0,0,0.35,1.2788,0.13,1.0792 stiffer,stiffer,11,11,11,11,0.22,1.0792,0.13,1.0792 stigmata,stigmata,21,11,16,9,0.41,1.3424,0.13,1.0792 stomachaches,stomachaches,12,11,11,10,0.24,1.1139,0.13,1.0792 stooped,stooped,11,11,11,11,0.22,1.0792,0.13,1.0792 storekeeper,storekeeper,17,11,17,11,0.33,1.2553,0.13,1.0792 strainer,strainer,14,11,12,11,0.27,1.1761,0.13,1.0792 straitjackets,straitjackets,11,11,11,11,0.22,1.0792,0.13,1.0792 strongbox,strongbox,16,11,16,11,0.31,1.2304,0.13,1.0792 stucco,stucco,19,11,16,10,0.37,1.3010,0.13,1.0792 Stumpy,stumpy,67,11,4,4,1.31,1.8325,0.13,1.0792 stylized,stylized,12,11,12,11,0.24,1.1139,0.13,1.0792 subdivision,subdivision,29,11,29,11,0.57,1.4771,0.13,1.0792 subhuman,subhuman,11,11,11,11,0.22,1.0792,0.13,1.0792 subsection,subsection,18,11,14,8,0.35,1.2788,0.13,1.0792 subsides,subsides,12,11,11,10,0.24,1.1139,0.13,1.0792 subtracting,subtracting,12,11,11,11,0.24,1.1139,0.13,1.0792 succotash,succotash,18,11,15,10,0.35,1.2788,0.13,1.0792 succumbing,succumbing,11,11,11,11,0.22,1.0792,0.13,1.0792 Sumatra,sumatra,22,11,0,0,0.43,1.3617,0.13,1.0792 Sumerian,sumerian,12,11,1,1,0.24,1.1139,0.13,1.0792 summarily,summarily,11,11,11,11,0.22,1.0792,0.13,1.0792 superficially,superficially,11,11,8,8,0.22,1.0792,0.13,1.0792 superimpose,superimpose,11,11,11,11,0.22,1.0792,0.13,1.0792 supersedes,supersedes,11,11,11,11,0.22,1.0792,0.13,1.0792 suppers,suppers,12,11,10,9,0.24,1.1139,0.13,1.0792 suppository,suppository,13,11,13,11,0.25,1.1461,0.13,1.0792 surcharge,surcharge,11,11,11,11,0.22,1.0792,0.13,1.0792 surer,surer,12,11,12,11,0.24,1.1139,0.13,1.0792 surrogates,surrogates,14,11,13,10,0.27,1.1761,0.13,1.0792 Sw,sw,11,11,5,5,0.22,1.0792,0.13,1.0792 swaggering,swaggering,13,11,12,10,0.25,1.1461,0.13,1.0792 swath,swath,11,11,11,11,0.22,1.0792,0.13,1.0792 swatted,swatted,13,11,13,11,0.25,1.1461,0.13,1.0792 sweatshirts,sweatshirts,13,11,11,10,0.25,1.1461,0.13,1.0792 sweepers,sweepers,14,11,8,8,0.27,1.1761,0.13,1.0792 sweetener,sweetener,14,11,11,10,0.27,1.1761,0.13,1.0792 sweeties,sweeties,12,11,10,10,0.24,1.1139,0.13,1.0792 Swifty,swifty,82,11,3,3,1.61,1.9191,0.13,1.0792 swizzle,swizzle,19,11,16,11,0.37,1.3010,0.13,1.0792 swoosh,swoosh,12,11,6,5,0.24,1.1139,0.13,1.0792 syndication,syndication,15,11,14,10,0.29,1.2041,0.13,1.0792 synergy,synergy,31,11,26,10,0.61,1.5051,0.13,1.0792 synthesized,synthesized,12,11,12,11,0.24,1.1139,0.13,1.0792 tacked,tacked,11,11,10,10,0.22,1.0792,0.13,1.0792 taillights,taillights,12,11,10,9,0.24,1.1139,0.13,1.0792 tailspin,tailspin,11,11,10,10,0.22,1.0792,0.13,1.0792 tain,tain,19,11,10,6,0.37,1.3010,0.13,1.0792 Tali,tali,12,11,0,0,0.24,1.1139,0.13,1.0792 tamale,tamale,12,11,10,9,0.24,1.1139,0.13,1.0792 tamales,tamales,14,11,14,11,0.27,1.1761,0.13,1.0792 Tanna,tanna,31,11,1,1,0.61,1.5051,0.13,1.0792 tapered,tapered,11,11,10,10,0.22,1.0792,0.13,1.0792 Tarn,tarn,47,11,2,1,0.92,1.6812,0.13,1.0792 tarragon,tarragon,14,11,9,8,0.27,1.1761,0.13,1.0792 tartan,tartan,16,11,11,9,0.31,1.2304,0.13,1.0792 teases,teases,12,11,10,9,0.24,1.1139,0.13,1.0792 teleconference,teleconference,11,11,11,11,0.22,1.0792,0.13,1.0792 telescopic,telescopic,12,11,12,11,0.24,1.1139,0.13,1.0792 temerity,temerity,11,11,10,10,0.22,1.0792,0.13,1.0792 tempestuous,tempestuous,12,11,10,9,0.24,1.1139,0.13,1.0792 tenements,tenements,14,11,14,11,0.27,1.1761,0.13,1.0792 tenths,tenths,12,11,12,11,0.24,1.1139,0.13,1.0792 terrestrial,terrestrial,11,11,11,11,0.22,1.0792,0.13,1.0792 tertiary,tertiary,12,11,11,10,0.24,1.1139,0.13,1.0792 Texaco,texaco,13,11,0,0,0.25,1.1461,0.13,1.0792 thence,thence,14,11,11,10,0.27,1.1761,0.13,1.0792 thermals,thermals,15,11,15,11,0.29,1.2041,0.13,1.0792 thingamajig,thingamajig,11,11,10,10,0.22,1.0792,0.13,1.0792 Thistle,thistle,23,11,11,9,0.45,1.3802,0.13,1.0792 thither,thither,15,11,12,10,0.29,1.2041,0.13,1.0792 thoughtfulness,thoughtfulness,12,11,11,10,0.24,1.1139,0.13,1.0792 thrillers,thrillers,12,11,12,11,0.24,1.1139,0.13,1.0792 throb,throb,12,11,11,11,0.24,1.1139,0.13,1.0792 thumbing,thumbing,12,11,9,9,0.24,1.1139,0.13,1.0792 Ticktock,ticktock,19,11,9,4,0.37,1.3010,0.13,1.0792 tics,tics,15,11,15,11,0.29,1.2041,0.13,1.0792 tidied,tidied,12,11,11,10,0.24,1.1139,0.13,1.0792 tiebreaker,tiebreaker,12,11,11,11,0.24,1.1139,0.13,1.0792 timeshare,timeshare,12,11,10,10,0.24,1.1139,0.13,1.0792 Tink,tink,61,11,2,2,1.20,1.7924,0.13,1.0792 toadstool,toadstool,17,11,17,11,0.33,1.2553,0.13,1.0792 toddlers,toddlers,11,11,10,10,0.22,1.0792,0.13,1.0792 togs,togs,12,11,12,11,0.24,1.1139,0.13,1.0792 toiletries,toiletries,11,11,8,8,0.22,1.0792,0.13,1.0792 tolerating,tolerating,11,11,10,10,0.22,1.0792,0.13,1.0792 tonics,tonics,15,11,15,11,0.29,1.2041,0.13,1.0792 Tosh,tosh,12,11,4,4,0.24,1.1139,0.13,1.0792 tought,tought,16,11,16,11,0.31,1.2304,0.13,1.0792 traditionalist,traditionalist,14,11,13,10,0.27,1.1761,0.13,1.0792 tranquilliser,tranquilliser,16,11,15,11,0.31,1.2304,0.13,1.0792 transcribed,transcribed,14,11,13,10,0.27,1.1761,0.13,1.0792 traumatised,traumatised,11,11,11,11,0.22,1.0792,0.13,1.0792 trawler,trawler,23,11,15,10,0.45,1.3802,0.13,1.0792 trellis,trellis,14,11,13,11,0.27,1.1761,0.13,1.0792 triangulated,triangulated,11,11,11,11,0.22,1.0792,0.13,1.0792 tribesmen,tribesmen,12,11,12,11,0.24,1.1139,0.13,1.0792 triggerman,triggerman,12,11,11,10,0.24,1.1139,0.13,1.0792 Trojans,trojans,23,11,0,0,0.45,1.3802,0.13,1.0792 trollop,trollop,17,11,14,10,0.33,1.2553,0.13,1.0792 Tubman,tubman,21,11,0,0,0.41,1.3424,0.13,1.0792 tubular,tubular,14,11,12,10,0.27,1.1761,0.13,1.0792 tulle,tulle,18,11,16,10,0.35,1.2788,0.13,1.0792 Tum,tum,76,11,10,5,1.49,1.8865,0.13,1.0792 tumbled,tumbled,12,11,11,11,0.24,1.1139,0.13,1.0792 tumultuous,tumultuous,11,11,10,10,0.22,1.0792,0.13,1.0792 tunneling,tunneling,11,11,10,10,0.22,1.0792,0.13,1.0792 turnstile,turnstile,19,11,18,10,0.37,1.3010,0.13,1.0792 tusk,tusk,13,11,10,9,0.25,1.1461,0.13,1.0792 tusks,tusks,16,11,16,11,0.31,1.2304,0.13,1.0792 udder,udder,11,11,10,10,0.22,1.0792,0.13,1.0792 umber,umber,14,11,14,11,0.27,1.1761,0.13,1.0792 unassisted,unassisted,11,11,11,11,0.22,1.0792,0.13,1.0792 unawares,unawares,13,11,13,11,0.25,1.1461,0.13,1.0792 unblemished,unblemished,11,11,11,11,0.22,1.0792,0.13,1.0792 unbound,unbound,12,11,10,9,0.24,1.1139,0.13,1.0792 unburden,unburden,11,11,8,8,0.22,1.0792,0.13,1.0792 unconnected,unconnected,13,11,11,10,0.25,1.1461,0.13,1.0792 underline,underline,18,11,16,9,0.35,1.2788,0.13,1.0792 underrate,underrate,11,11,11,11,0.22,1.0792,0.13,1.0792 undertakers,undertakers,11,11,11,11,0.22,1.0792,0.13,1.0792 undertook,undertook,11,11,11,11,0.22,1.0792,0.13,1.0792 underwrite,underwrite,11,11,11,11,0.22,1.0792,0.13,1.0792 underwriters,underwriters,17,11,14,8,0.33,1.2553,0.13,1.0792 uninhibited,uninhibited,12,11,11,10,0.24,1.1139,0.13,1.0792 unknowing,unknowing,13,11,12,10,0.25,1.1461,0.13,1.0792 unmask,unmask,14,11,11,9,0.27,1.1761,0.13,1.0792 unopposed,unopposed,11,11,11,11,0.22,1.0792,0.13,1.0792 unproven,unproven,11,11,11,11,0.22,1.0792,0.13,1.0792 unrepentant,unrepentant,12,11,11,10,0.24,1.1139,0.13,1.0792 unscramble,unscramble,11,11,11,11,0.22,1.0792,0.13,1.0792 untalented,untalented,12,11,12,11,0.24,1.1139,0.13,1.0792 urinals,urinals,11,11,10,10,0.22,1.0792,0.13,1.0792 utopian,utopian,15,11,14,11,0.29,1.2041,0.13,1.0792 utterance,utterance,11,11,11,11,0.22,1.0792,0.13,1.0792 vacuums,vacuums,13,11,13,11,0.25,1.1461,0.13,1.0792 vapid,vapid,14,11,12,9,0.27,1.1761,0.13,1.0792 venues,venues,11,11,10,10,0.22,1.0792,0.13,1.0792 verbiage,verbiage,12,11,12,11,0.24,1.1139,0.13,1.0792 vestal,vestal,14,11,12,10,0.27,1.1761,0.13,1.0792 Victrola,victrola,16,11,1,1,0.31,1.2304,0.13,1.0792 virulent,virulent,11,11,11,11,0.22,1.0792,0.13,1.0792 vistas,vistas,11,11,11,11,0.22,1.0792,0.13,1.0792 vivisection,vivisection,18,11,13,9,0.35,1.2788,0.13,1.0792 voicing,voicing,11,11,9,9,0.22,1.0792,0.13,1.0792 Vole,vole,89,11,8,8,1.75,1.9542,0.13,1.0792 votive,votive,11,11,11,11,0.22,1.0792,0.13,1.0792 waders,waders,16,11,16,11,0.31,1.2304,0.13,1.0792 wafer,wafer,15,11,14,10,0.29,1.2041,0.13,1.0792 wagering,wagering,11,11,11,11,0.22,1.0792,0.13,1.0792 Wainwright,wainwright,35,11,0,0,0.69,1.5563,0.13,1.0792 Waller,waller,26,11,2,2,0.51,1.4314,0.13,1.0792 watercolors,watercolors,21,11,19,11,0.41,1.3424,0.13,1.0792 watertight,watertight,19,11,17,10,0.37,1.3010,0.13,1.0792 wean,wean,13,11,12,10,0.25,1.1461,0.13,1.0792 weaned,weaned,12,11,11,10,0.24,1.1139,0.13,1.0792 wedgies,wedgies,16,11,13,10,0.31,1.2304,0.13,1.0792 Welk,welk,20,11,0,0,0.39,1.3222,0.13,1.0792 wenches,wenches,22,11,19,11,0.43,1.3617,0.13,1.0792 wetlands,wetlands,42,11,35,10,0.82,1.6335,0.13,1.0792 Whereupon,whereupon,11,11,4,4,0.22,1.0792,0.13,1.0792 Whitehead,whitehead,45,11,1,1,0.88,1.6628,0.13,1.0792 wieners,wieners,11,11,8,8,0.22,1.0792,0.13,1.0792 Wight,wight,12,11,3,3,0.24,1.1139,0.13,1.0792 wigwam,wigwam,16,11,9,8,0.31,1.2304,0.13,1.0792 wintry,wintry,11,11,11,11,0.22,1.0792,0.13,1.0792 wised,wised,11,11,11,11,0.22,1.0792,0.13,1.0792 wiseguy,wiseguy,14,11,12,9,0.27,1.1761,0.13,1.0792 witchy,witchy,13,11,11,10,0.25,1.1461,0.13,1.0792 withstood,withstood,11,11,11,11,0.22,1.0792,0.13,1.0792 Wolfman,wolfman,18,11,2,1,0.35,1.2788,0.13,1.0792 woohoo,woohoo,14,11,7,4,0.27,1.1761,0.13,1.0792 workhouse,workhouse,16,11,14,10,0.31,1.2304,0.13,1.0792 workouts,workouts,12,11,11,10,0.24,1.1139,0.13,1.0792 workspace,workspace,14,11,14,11,0.27,1.1761,0.13,1.0792 wormed,wormed,11,11,10,10,0.22,1.0792,0.13,1.0792 wormy,wormy,11,11,10,10,0.22,1.0792,0.13,1.0792 Wort,wort,19,11,1,1,0.37,1.3010,0.13,1.0792 worthiness,worthiness,12,11,12,11,0.24,1.1139,0.13,1.0792 wove,wove,12,11,12,11,0.24,1.1139,0.13,1.0792 wriggling,wriggling,12,11,9,8,0.24,1.1139,0.13,1.0792 yaw,yaw,11,11,9,9,0.22,1.0792,0.13,1.0792 Yeti,yeti,14,11,5,5,0.27,1.1761,0.13,1.0792 Yip,yip,64,11,4,2,1.25,1.8129,0.13,1.0792 yule,yule,19,11,10,5,0.37,1.3010,0.13,1.0792 abacus,abacus,12,10,10,9,0.24,1.1139,0.12,1.0414 abounds,abounds,10,10,10,10,0.20,1.0414,0.12,1.0414 abusers,abusers,11,10,11,10,0.22,1.0792,0.12,1.0414 academically,academically,11,10,9,8,0.22,1.0792,0.12,1.0414 accidently,accidently,11,10,11,10,0.22,1.0792,0.12,1.0414 acrobatics,acrobatics,11,10,10,10,0.22,1.0792,0.12,1.0414 Adagio,adagio,12,10,5,5,0.24,1.1139,0.12,1.0414 adaptive,adaptive,11,10,9,9,0.22,1.0792,0.12,1.0414 additions,additions,11,10,11,10,0.22,1.0792,0.12,1.0414 Adm,adm,48,10,1,1,0.94,1.6902,0.12,1.0414 aerosol,aerosol,14,10,14,10,0.27,1.1761,0.12,1.0414 aficionado,aficionado,11,10,9,9,0.22,1.0792,0.12,1.0414 afore,afore,19,10,18,10,0.37,1.3010,0.12,1.0414 afoul,afoul,11,10,11,10,0.22,1.0792,0.12,1.0414 aggregate,aggregate,10,10,10,10,0.20,1.0414,0.12,1.0414 Agrestic,agrestic,21,10,0,0,0.41,1.3424,0.12,1.0414 aint,aint,13,10,13,10,0.25,1.1461,0.12,1.0414 alchemist,alchemist,14,10,12,8,0.27,1.1761,0.12,1.0414 Alfa,alfa,16,10,5,1,0.31,1.2304,0.12,1.0414 allege,allege,11,10,11,10,0.22,1.0792,0.12,1.0414 allegory,allegory,12,10,12,10,0.24,1.1139,0.12,1.0414 allocation,allocation,10,10,9,9,0.20,1.0414,0.12,1.0414 alloys,alloys,11,10,11,10,0.22,1.0792,0.12,1.0414 alt,alt,12,10,7,5,0.24,1.1139,0.12,1.0414 altitudes,altitudes,11,10,11,10,0.22,1.0792,0.12,1.0414 aluminium,aluminium,12,10,10,8,0.24,1.1139,0.12,1.0414 ambulatory,ambulatory,12,10,10,9,0.24,1.1139,0.12,1.0414 amicable,amicable,13,10,12,9,0.25,1.1461,0.12,1.0414 amidships,amidships,15,10,14,10,0.29,1.2041,0.12,1.0414 amphibians,amphibians,10,10,8,8,0.20,1.0414,0.12,1.0414 anaesthetic,anaesthetic,22,10,22,10,0.43,1.3617,0.12,1.0414 analog,analog,12,10,11,9,0.24,1.1139,0.12,1.0414 anchorwoman,anchorwoman,14,10,10,7,0.27,1.1761,0.12,1.0414 anthology,anthology,14,10,11,7,0.27,1.1761,0.12,1.0414 antibacterial,antibacterial,17,10,14,9,0.33,1.2553,0.12,1.0414 aplenty,aplenty,11,10,8,8,0.22,1.0792,0.12,1.0414 apostrophe,apostrophe,12,10,11,10,0.24,1.1139,0.12,1.0414 appraiser,appraiser,11,10,11,10,0.22,1.0792,0.12,1.0414 apprentices,apprentices,10,10,10,10,0.20,1.0414,0.12,1.0414 approximated,approximated,10,10,10,10,0.20,1.0414,0.12,1.0414 Araby,araby,16,10,0,0,0.31,1.2304,0.12,1.0414 arbiter,arbiter,10,10,8,8,0.20,1.0414,0.12,1.0414 archdiocese,archdiocese,34,10,28,5,0.67,1.5441,0.12,1.0414 archeology,archeology,13,10,11,9,0.25,1.1461,0.12,1.0414 Arf,arf,38,10,11,5,0.75,1.5911,0.12,1.0414 arranger,arranger,11,10,11,10,0.22,1.0792,0.12,1.0414 arrowheads,arrowheads,10,10,10,10,0.20,1.0414,0.12,1.0414 artichokes,artichokes,10,10,7,7,0.20,1.0414,0.12,1.0414 articulated,articulated,10,10,10,10,0.20,1.0414,0.12,1.0414 assimilation,assimilation,10,10,9,9,0.20,1.0414,0.12,1.0414 ast,ast,15,10,13,8,0.29,1.2041,0.12,1.0414 atrophied,atrophied,18,10,12,10,0.35,1.2788,0.12,1.0414 atypical,atypical,19,10,17,10,0.37,1.3010,0.12,1.0414 auditing,auditing,14,10,12,9,0.27,1.1761,0.12,1.0414 austere,austere,11,10,10,9,0.22,1.0792,0.12,1.0414 authoritative,authoritative,10,10,9,9,0.20,1.0414,0.12,1.0414 automatics,automatics,11,10,10,9,0.22,1.0792,0.12,1.0414 aux,aux,12,10,7,7,0.24,1.1139,0.12,1.0414 auxiliaries,auxiliaries,11,10,9,9,0.22,1.0792,0.12,1.0414 babbled,babbled,11,10,10,9,0.22,1.0792,0.12,1.0414 Bac,bac,13,10,6,6,0.25,1.1461,0.12,1.0414 ballets,ballets,13,10,11,9,0.25,1.1461,0.12,1.0414 bandaging,bandaging,10,10,10,10,0.20,1.0414,0.12,1.0414 bandleader,bandleader,17,10,17,10,0.33,1.2553,0.12,1.0414 barges,barges,11,10,11,10,0.22,1.0792,0.12,1.0414 barometric,barometric,12,10,10,8,0.24,1.1139,0.12,1.0414 Barr,barr,12,10,0,0,0.24,1.1139,0.12,1.0414 basilar,basilar,14,10,11,7,0.27,1.1761,0.12,1.0414 batons,batons,16,10,16,10,0.31,1.2304,0.12,1.0414 beacons,beacons,12,10,12,10,0.24,1.1139,0.12,1.0414 beaded,beaded,11,10,11,10,0.22,1.0792,0.12,1.0414 beaters,beaters,12,10,9,8,0.24,1.1139,0.12,1.0414 beautician,beautician,11,10,8,7,0.22,1.0792,0.12,1.0414 beckon,beckon,10,10,10,10,0.20,1.0414,0.12,1.0414 beckoned,beckoned,10,10,10,10,0.20,1.0414,0.12,1.0414 bedchamber,bedchamber,12,10,11,9,0.24,1.1139,0.12,1.0414 bedfellows,bedfellows,12,10,11,9,0.24,1.1139,0.12,1.0414 bedsheets,bedsheets,12,10,10,8,0.24,1.1139,0.12,1.0414 begotten,begotten,11,10,11,10,0.22,1.0792,0.12,1.0414 beleaguered,beleaguered,11,10,11,10,0.22,1.0792,0.12,1.0414 bended,bended,12,10,12,10,0.24,1.1139,0.12,1.0414 Bengal,bengal,14,10,0,0,0.27,1.1761,0.12,1.0414 biddy,biddy,12,10,9,9,0.24,1.1139,0.12,1.0414 bigoted,bigoted,10,10,10,10,0.20,1.0414,0.12,1.0414 Bilbo,bilbo,61,10,0,0,1.20,1.7924,0.12,1.0414 Bim,bim,15,10,6,6,0.29,1.2041,0.12,1.0414 biodegradable,biodegradable,10,10,8,8,0.20,1.0414,0.12,1.0414 biohazard,biohazard,10,10,8,8,0.20,1.0414,0.12,1.0414 birthed,birthed,12,10,11,9,0.24,1.1139,0.12,1.0414 bison,bison,17,10,14,9,0.33,1.2553,0.12,1.0414 Blackfoot,blackfoot,17,10,4,1,0.33,1.2553,0.12,1.0414 blacklisted,blacklisted,23,10,19,9,0.45,1.3802,0.12,1.0414 Blanco,blanco,37,10,1,1,0.73,1.5798,0.12,1.0414 Blanky,blanky,28,10,12,8,0.55,1.4624,0.12,1.0414 blathering,blathering,11,10,11,10,0.22,1.0792,0.12,1.0414 bleeps,bleeps,34,10,32,9,0.67,1.5441,0.12,1.0414 blemishes,blemishes,12,10,12,10,0.24,1.1139,0.12,1.0414 blitzed,blitzed,10,10,9,9,0.20,1.0414,0.12,1.0414 bloating,bloating,12,10,11,9,0.24,1.1139,0.12,1.0414 blotting,blotting,12,10,12,10,0.24,1.1139,0.12,1.0414 blotto,blotto,10,10,9,9,0.20,1.0414,0.12,1.0414 blowback,blowback,15,10,11,9,0.29,1.2041,0.12,1.0414 blowers,blowers,10,10,9,9,0.20,1.0414,0.12,1.0414 bluntness,bluntness,11,10,10,10,0.22,1.0792,0.12,1.0414 bluster,bluster,10,10,10,10,0.20,1.0414,0.12,1.0414 boastful,boastful,11,10,11,10,0.22,1.0792,0.12,1.0414 Bobs,bobs,12,10,4,4,0.24,1.1139,0.12,1.0414 bodice,bodice,11,10,11,10,0.22,1.0792,0.12,1.0414 bodybuilder,bodybuilder,14,10,14,10,0.27,1.1761,0.12,1.0414 bodywork,bodywork,10,10,8,8,0.20,1.0414,0.12,1.0414 boff,boff,19,10,16,10,0.37,1.3010,0.12,1.0414 bogies,bogies,11,10,10,9,0.22,1.0792,0.12,1.0414 boilers,boilers,15,10,15,10,0.29,1.2041,0.12,1.0414 boisterous,boisterous,12,10,11,9,0.24,1.1139,0.12,1.0414 Bolivian,bolivian,13,10,0,0,0.25,1.1461,0.12,1.0414 booms,booms,11,10,10,9,0.22,1.0792,0.12,1.0414 boosts,boosts,11,10,11,10,0.22,1.0792,0.12,1.0414 Bopper,bopper,25,10,1,1,0.49,1.4150,0.12,1.0414 borealis,borealis,14,10,10,6,0.27,1.1761,0.12,1.0414 Botswana,botswana,18,10,2,1,0.35,1.2788,0.12,1.0414 Botticelli,botticelli,18,10,0,0,0.35,1.2788,0.12,1.0414 bounding,bounding,10,10,10,10,0.20,1.0414,0.12,1.0414 bowlegged,bowlegged,12,10,12,10,0.24,1.1139,0.12,1.0414 brandishing,brandishing,11,10,10,9,0.22,1.0792,0.12,1.0414 Bravissimo,bravissimo,12,10,1,1,0.24,1.1139,0.12,1.0414 brawler,brawler,10,10,9,9,0.20,1.0414,0.12,1.0414 breadcrumbs,breadcrumbs,11,10,10,10,0.22,1.0792,0.12,1.0414 Breck,breck,38,10,0,0,0.75,1.5911,0.12,1.0414 brutalized,brutalized,11,10,11,10,0.22,1.0792,0.12,1.0414 Bucharest,bucharest,25,10,0,0,0.49,1.4150,0.12,1.0414 buggered,buggered,14,10,12,9,0.27,1.1761,0.12,1.0414 bunched,bunched,10,10,10,10,0.20,1.0414,0.12,1.0414 bunkie,bunkie,12,10,9,8,0.24,1.1139,0.12,1.0414 bunkmate,bunkmate,11,10,11,10,0.22,1.0792,0.12,1.0414 burlap,burlap,11,10,7,7,0.22,1.0792,0.12,1.0414 buttonhole,buttonhole,11,10,11,10,0.22,1.0792,0.12,1.0414 Buzzy,buzzy,20,10,3,3,0.39,1.3222,0.12,1.0414 Bwana,bwana,32,10,7,5,0.63,1.5185,0.12,1.0414 bypassing,bypassing,11,10,8,7,0.22,1.0792,0.12,1.0414 calculates,calculates,10,10,10,10,0.20,1.0414,0.12,1.0414 Calvary,calvary,12,10,2,2,0.24,1.1139,0.12,1.0414 Camembert,camembert,12,10,0,0,0.24,1.1139,0.12,1.0414 cancellations,cancellations,11,10,11,10,0.22,1.0792,0.12,1.0414 cannery,cannery,13,10,13,10,0.25,1.1461,0.12,1.0414 canning,canning,10,10,6,6,0.20,1.0414,0.12,1.0414 canter,canter,11,10,6,6,0.22,1.0792,0.12,1.0414 Cantor,cantor,17,10,7,5,0.33,1.2553,0.12,1.0414 cappella,cappella,22,10,14,7,0.43,1.3617,0.12,1.0414 Capulet,capulet,21,10,0,0,0.41,1.3424,0.12,1.0414 Caracas,caracas,13,10,0,0,0.25,1.1461,0.12,1.0414 carbuncle,carbuncle,12,10,9,9,0.24,1.1139,0.12,1.0414 carcinoma,carcinoma,11,10,11,10,0.22,1.0792,0.12,1.0414 carded,carded,11,10,11,10,0.22,1.0792,0.12,1.0414 carob,carob,11,10,9,9,0.22,1.0792,0.12,1.0414 carpeted,carpeted,10,10,10,10,0.20,1.0414,0.12,1.0414 caseworker,caseworker,14,10,14,10,0.27,1.1761,0.12,1.0414 cataclysm,cataclysm,11,10,11,10,0.22,1.0792,0.12,1.0414 catastrophes,catastrophes,10,10,9,9,0.20,1.0414,0.12,1.0414 catchers,catchers,10,10,10,10,0.20,1.0414,0.12,1.0414 causal,causal,10,10,10,10,0.20,1.0414,0.12,1.0414 cawing,cawing,21,10,15,8,0.41,1.3424,0.12,1.0414 centigrade,centigrade,11,10,8,7,0.22,1.0792,0.12,1.0414 centimeter,centimeter,10,10,9,9,0.20,1.0414,0.12,1.0414 Centurion,centurion,18,10,7,4,0.35,1.2788,0.12,1.0414 Cervantes,cervantes,30,10,0,0,0.59,1.4914,0.12,1.0414 chagrin,chagrin,11,10,9,9,0.22,1.0792,0.12,1.0414 chairing,chairing,10,10,10,10,0.20,1.0414,0.12,1.0414 Chaka,chaka,26,10,5,1,0.51,1.4314,0.12,1.0414 challengers,challengers,13,10,12,9,0.25,1.1461,0.12,1.0414 chamois,chamois,11,10,9,9,0.22,1.0792,0.12,1.0414 chequebook,chequebook,15,10,15,10,0.29,1.2041,0.12,1.0414 cherishes,cherishes,10,10,10,10,0.20,1.0414,0.12,1.0414 cherubs,cherubs,15,10,15,10,0.29,1.2041,0.12,1.0414 Cheshire,cheshire,15,10,1,1,0.29,1.2041,0.12,1.0414 Chewie,chewie,52,10,0,0,1.02,1.7243,0.12,1.0414 chicanery,chicanery,12,10,10,10,0.24,1.1139,0.12,1.0414 childproof,childproof,10,10,8,8,0.20,1.0414,0.12,1.0414 chiseling,chiseling,11,10,11,10,0.22,1.0792,0.12,1.0414 choirboy,choirboy,11,10,10,9,0.22,1.0792,0.12,1.0414 choppin,choppin,10,10,9,9,0.20,1.0414,0.12,1.0414 chopstick,chopstick,13,10,10,9,0.25,1.1461,0.12,1.0414 choral,choral,11,10,8,7,0.22,1.0792,0.12,1.0414 choreograph,choreograph,11,10,10,10,0.22,1.0792,0.12,1.0414 chowing,chowing,10,10,10,10,0.20,1.0414,0.12,1.0414 Choy,choy,83,10,3,3,1.63,1.9243,0.12,1.0414 Cienega,cienega,18,10,0,0,0.35,1.2788,0.12,1.0414 circulates,circulates,10,10,10,10,0.20,1.0414,0.12,1.0414 circumspect,circumspect,10,10,9,9,0.20,1.0414,0.12,1.0414 clacking,clacking,14,10,11,8,0.27,1.1761,0.12,1.0414 clad,clad,10,10,10,10,0.20,1.0414,0.12,1.0414 clangs,clangs,12,10,10,8,0.24,1.1139,0.12,1.0414 Clarion,clarion,15,10,2,2,0.29,1.2041,0.12,1.0414 clashed,clashed,11,10,11,10,0.22,1.0792,0.12,1.0414 classifying,classifying,11,10,10,9,0.22,1.0792,0.12,1.0414 cleanses,cleanses,11,10,10,10,0.22,1.0792,0.12,1.0414 climes,climes,10,10,10,10,0.20,1.0414,0.12,1.0414 clunky,clunky,18,10,17,10,0.35,1.2788,0.12,1.0414 cluttering,cluttering,10,10,9,9,0.20,1.0414,0.12,1.0414 coatroom,coatroom,16,10,14,10,0.31,1.2304,0.12,1.0414 codfish,codfish,21,10,20,10,0.41,1.3424,0.12,1.0414 codger,codger,10,10,10,10,0.20,1.0414,0.12,1.0414 coincided,coincided,10,10,10,10,0.20,1.0414,0.12,1.0414 collectible,collectible,10,10,9,9,0.20,1.0414,0.12,1.0414 colonize,colonize,13,10,13,10,0.25,1.1461,0.12,1.0414 combatant,combatant,10,10,10,10,0.20,1.0414,0.12,1.0414 Commodores,commodores,11,10,1,1,0.22,1.0792,0.12,1.0414 communicable,communicable,12,10,12,10,0.24,1.1139,0.12,1.0414 communicators,communicators,11,10,11,10,0.22,1.0792,0.12,1.0414 compadres,compadres,10,10,9,9,0.20,1.0414,0.12,1.0414 Compendium,compendium,12,10,4,3,0.24,1.1139,0.12,1.0414 compensatory,compensatory,11,10,10,10,0.22,1.0792,0.12,1.0414 coms,coms,15,10,12,8,0.29,1.2041,0.12,1.0414 conceptual,conceptual,12,10,10,8,0.24,1.1139,0.12,1.0414 confluence,confluence,10,10,10,10,0.20,1.0414,0.12,1.0414 conforming,conforming,10,10,8,8,0.20,1.0414,0.12,1.0414 conforms,conforms,11,10,11,10,0.22,1.0792,0.12,1.0414 conjugate,conjugate,10,10,8,8,0.20,1.0414,0.12,1.0414 conjures,conjures,11,10,9,8,0.22,1.0792,0.12,1.0414 consciences,consciences,12,10,12,10,0.24,1.1139,0.12,1.0414 consents,consents,10,10,10,10,0.20,1.0414,0.12,1.0414 conservatively,conservatively,10,10,9,9,0.20,1.0414,0.12,1.0414 consolidating,consolidating,13,10,12,10,0.25,1.1461,0.12,1.0414 consolidation,consolidation,10,10,9,9,0.20,1.0414,0.12,1.0414 consonants,consonants,11,10,11,10,0.22,1.0792,0.12,1.0414 conspirator,conspirator,11,10,11,10,0.22,1.0792,0.12,1.0414 constancy,constancy,10,10,9,9,0.20,1.0414,0.12,1.0414 constitutionally,constitutionally,10,10,10,10,0.20,1.0414,0.12,1.0414 construe,construe,15,10,15,10,0.29,1.2041,0.12,1.0414 consummation,consummation,10,10,10,10,0.20,1.0414,0.12,1.0414 contaminants,contaminants,11,10,11,10,0.22,1.0792,0.12,1.0414 contends,contends,10,10,9,9,0.20,1.0414,0.12,1.0414 contraceptive,contraceptive,17,10,16,10,0.33,1.2553,0.12,1.0414 contractually,contractually,10,10,6,6,0.20,1.0414,0.12,1.0414 convening,convening,10,10,10,10,0.20,1.0414,0.12,1.0414 converter,converter,11,10,9,8,0.22,1.0792,0.12,1.0414 conveyance,conveyance,11,10,11,10,0.22,1.0792,0.12,1.0414 convulsing,convulsing,10,10,10,10,0.20,1.0414,0.12,1.0414 cooch,cooch,12,10,9,9,0.24,1.1139,0.12,1.0414 coons,coons,26,10,23,8,0.51,1.4314,0.12,1.0414 copulate,copulate,13,10,11,9,0.25,1.1461,0.12,1.0414 corneal,corneal,10,10,7,7,0.20,1.0414,0.12,1.0414 corresponded,corresponded,10,10,9,9,0.20,1.0414,0.12,1.0414 corroborates,corroborates,10,10,10,10,0.20,1.0414,0.12,1.0414 corroboration,corroboration,16,10,14,9,0.31,1.2304,0.12,1.0414 Corso,corso,47,10,0,0,0.92,1.6812,0.12,1.0414 Cossack,cossack,19,10,1,1,0.37,1.3010,0.12,1.0414 counterfeiters,counterfeiters,10,10,10,10,0.20,1.0414,0.12,1.0414 courageously,courageously,11,10,9,9,0.22,1.0792,0.12,1.0414 courtesies,courtesies,10,10,10,10,0.20,1.0414,0.12,1.0414 courtrooms,courtrooms,10,10,10,10,0.20,1.0414,0.12,1.0414 covets,covets,11,10,11,10,0.22,1.0792,0.12,1.0414 Cpl,cpl,22,10,0,0,0.43,1.3617,0.12,1.0414 crackdown,crackdown,10,10,10,10,0.20,1.0414,0.12,1.0414 crackpots,crackpots,10,10,9,9,0.20,1.0414,0.12,1.0414 creatinine,creatinine,11,10,9,8,0.22,1.0792,0.12,1.0414 Crimean,crimean,11,10,0,0,0.22,1.0792,0.12,1.0414 criticised,criticised,11,10,11,10,0.22,1.0792,0.12,1.0414 croaker,croaker,18,10,13,8,0.35,1.2788,0.12,1.0414 croaking,croaking,10,10,9,9,0.20,1.0414,0.12,1.0414 croc,croc,60,10,58,10,1.18,1.7853,0.12,1.0414 croupier,croupier,15,10,14,9,0.29,1.2041,0.12,1.0414 crouton,crouton,13,10,7,6,0.25,1.1461,0.12,1.0414 cryogenically,cryogenically,13,10,13,10,0.25,1.1461,0.12,1.0414 Cucaracha,cucaracha,12,10,5,4,0.24,1.1139,0.12,1.0414 cumulative,cumulative,11,10,11,10,0.22,1.0792,0.12,1.0414 curable,curable,13,10,13,10,0.25,1.1461,0.12,1.0414 curative,curative,11,10,11,10,0.22,1.0792,0.12,1.0414 cyborgs,cyborgs,11,10,9,9,0.22,1.0792,0.12,1.0414 dammed,dammed,10,10,9,9,0.20,1.0414,0.12,1.0414 damnable,damnable,15,10,14,10,0.29,1.2041,0.12,1.0414 damndest,damndest,11,10,9,9,0.22,1.0792,0.12,1.0414 dandelions,dandelions,12,10,10,10,0.24,1.1139,0.12,1.0414 darkening,darkening,10,10,10,10,0.20,1.0414,0.12,1.0414 darting,darting,11,10,9,9,0.22,1.0792,0.12,1.0414 Dauphine,dauphine,17,10,6,1,0.33,1.2553,0.12,1.0414 deathtrap,deathtrap,10,10,9,9,0.20,1.0414,0.12,1.0414 debased,debased,10,10,10,10,0.20,1.0414,0.12,1.0414 decayed,decayed,11,10,10,10,0.22,1.0792,0.12,1.0414 decibel,decibel,10,10,7,7,0.20,1.0414,0.12,1.0414 decibels,decibels,16,10,16,10,0.31,1.2304,0.12,1.0414 deconstruction,deconstruction,10,10,9,9,0.20,1.0414,0.12,1.0414 deems,deems,10,10,9,9,0.20,1.0414,0.12,1.0414 defacing,defacing,10,10,9,9,0.20,1.0414,0.12,1.0414 defensively,defensively,12,10,10,8,0.24,1.1139,0.12,1.0414 defiling,defiling,10,10,9,9,0.20,1.0414,0.12,1.0414 deflowered,deflowered,12,10,11,10,0.24,1.1139,0.12,1.0414 deformities,deformities,12,10,11,9,0.24,1.1139,0.12,1.0414 deities,deities,10,10,9,9,0.20,1.0414,0.12,1.0414 dejected,dejected,11,10,10,9,0.22,1.0792,0.12,1.0414 deliberating,deliberating,10,10,10,10,0.20,1.0414,0.12,1.0414 delicti,delicti,12,10,12,10,0.24,1.1139,0.12,1.0414 dem,dem,13,10,8,8,0.25,1.1461,0.12,1.0414 demeanour,demeanour,11,10,9,8,0.22,1.0792,0.12,1.0414 demolishing,demolishing,10,10,10,10,0.20,1.0414,0.12,1.0414 denizens,denizens,11,10,9,9,0.22,1.0792,0.12,1.0414 denominations,denominations,10,10,9,9,0.20,1.0414,0.12,1.0414 dens,dens,15,10,15,10,0.29,1.2041,0.12,1.0414 depositing,depositing,10,10,10,10,0.20,1.0414,0.12,1.0414 derailment,derailment,11,10,11,10,0.22,1.0792,0.12,1.0414 designation,designation,11,10,11,10,0.22,1.0792,0.12,1.0414 desiring,desiring,10,10,10,10,0.20,1.0414,0.12,1.0414 despot,despot,11,10,9,8,0.22,1.0792,0.12,1.0414 detectable,detectable,14,10,11,9,0.27,1.1761,0.12,1.0414 detestable,detestable,10,10,8,8,0.20,1.0414,0.12,1.0414 detested,detested,10,10,10,10,0.20,1.0414,0.12,1.0414 devours,devours,13,10,13,10,0.25,1.1461,0.12,1.0414 dextrose,dextrose,12,10,11,9,0.24,1.1139,0.12,1.0414 diagnosing,diagnosing,10,10,10,10,0.20,1.0414,0.12,1.0414 Diazepam,diazepam,14,10,6,5,0.27,1.1761,0.12,1.0414 differing,differing,10,10,10,10,0.20,1.0414,0.12,1.0414 diffusion,diffusion,11,10,9,8,0.22,1.0792,0.12,1.0414 digesting,digesting,10,10,10,10,0.20,1.0414,0.12,1.0414 diggings,diggings,15,10,15,10,0.29,1.2041,0.12,1.0414 dildos,dildos,11,10,9,8,0.22,1.0792,0.12,1.0414 dimpled,dimpled,10,10,9,9,0.20,1.0414,0.12,1.0414 disarmament,disarmament,15,10,14,9,0.29,1.2041,0.12,1.0414 disassemble,disassemble,11,10,11,10,0.22,1.0792,0.12,1.0414 disclosing,disclosing,10,10,10,10,0.20,1.0414,0.12,1.0414 discourteous,discourteous,12,10,12,10,0.24,1.1139,0.12,1.0414 discusses,discusses,10,10,10,10,0.20,1.0414,0.12,1.0414 dished,dished,11,10,9,8,0.22,1.0792,0.12,1.0414 disinformation,disinformation,12,10,10,8,0.24,1.1139,0.12,1.0414 disinherit,disinherit,14,10,13,9,0.27,1.1761,0.12,1.0414 disintegrating,disintegrating,13,10,12,9,0.25,1.1461,0.12,1.0414 disorienting,disorienting,11,10,11,10,0.22,1.0792,0.12,1.0414 disrespects,disrespects,10,10,10,10,0.20,1.0414,0.12,1.0414 dissenting,dissenting,10,10,9,9,0.20,1.0414,0.12,1.0414 disturbingly,disturbingly,10,10,8,8,0.20,1.0414,0.12,1.0414 Dolittle,dolittle,28,10,0,0,0.55,1.4624,0.12,1.0414 dons,dons,17,10,14,7,0.33,1.2553,0.12,1.0414 dote,dote,11,10,11,10,0.22,1.0792,0.12,1.0414 downloads,downloads,10,10,10,10,0.20,1.0414,0.12,1.0414 Drago,drago,64,10,0,0,1.25,1.8129,0.12,1.0414 dragonflies,dragonflies,12,10,11,9,0.24,1.1139,0.12,1.0414 dram,dram,10,10,9,9,0.20,1.0414,0.12,1.0414 drippy,drippy,10,10,8,8,0.20,1.0414,0.12,1.0414 drunkards,drunkards,10,10,9,9,0.20,1.0414,0.12,1.0414 Dsr,dsr,31,10,0,0,0.61,1.5051,0.12,1.0414 dulled,dulled,11,10,10,9,0.22,1.0792,0.12,1.0414 dulls,dulls,10,10,8,8,0.20,1.0414,0.12,1.0414 duplicitous,duplicitous,10,10,10,10,0.20,1.0414,0.12,1.0414 durability,durability,11,10,11,10,0.22,1.0792,0.12,1.0414 durst,durst,12,10,7,6,0.24,1.1139,0.12,1.0414 dustpan,dustpan,13,10,12,9,0.25,1.1461,0.12,1.0414 Dyer,dyer,24,10,6,4,0.47,1.3979,0.12,1.0414 dynamited,dynamited,10,10,10,10,0.20,1.0414,0.12,1.0414 echoed,echoed,13,10,13,10,0.25,1.1461,0.12,1.0414 edged,edged,10,10,9,9,0.20,1.0414,0.12,1.0414 edits,edits,10,10,9,9,0.20,1.0414,0.12,1.0414 eerily,eerily,10,10,10,10,0.20,1.0414,0.12,1.0414 efficacious,efficacious,10,10,10,10,0.20,1.0414,0.12,1.0414 effortlessly,effortlessly,10,10,9,9,0.20,1.0414,0.12,1.0414 electricians,electricians,11,10,10,9,0.22,1.0792,0.12,1.0414 electrics,electrics,13,10,13,10,0.25,1.1461,0.12,1.0414 electrode,electrode,15,10,15,10,0.29,1.2041,0.12,1.0414 elects,elects,10,10,10,10,0.20,1.0414,0.12,1.0414 elopement,elopement,12,10,11,9,0.24,1.1139,0.12,1.0414 emailed,emailed,12,10,11,10,0.24,1.1139,0.12,1.0414 embittered,embittered,11,10,11,10,0.22,1.0792,0.12,1.0414 emissaries,emissaries,11,10,11,10,0.22,1.0792,0.12,1.0414 empathetic,empathetic,11,10,10,9,0.22,1.0792,0.12,1.0414 Emu,emu,22,10,9,7,0.43,1.3617,0.12,1.0414 encompass,encompass,10,10,10,10,0.20,1.0414,0.12,1.0414 enfants,enfants,11,10,11,10,0.22,1.0792,0.12,1.0414 enforcers,enforcers,10,10,10,10,0.20,1.0414,0.12,1.0414 enriching,enriching,12,10,11,9,0.24,1.1139,0.12,1.0414 enrolling,enrolling,10,10,10,10,0.20,1.0414,0.12,1.0414 ensconced,ensconced,11,10,8,8,0.22,1.0792,0.12,1.0414 entropy,entropy,11,10,9,9,0.22,1.0792,0.12,1.0414 entrusting,entrusting,10,10,10,10,0.20,1.0414,0.12,1.0414 enviable,enviable,11,10,11,10,0.22,1.0792,0.12,1.0414 envies,envies,10,10,10,10,0.20,1.0414,0.12,1.0414 environs,environs,10,10,10,10,0.20,1.0414,0.12,1.0414 equaled,equaled,10,10,10,10,0.20,1.0414,0.12,1.0414 equinox,equinox,19,10,14,7,0.37,1.3010,0.12,1.0414 escalates,escalates,10,10,10,10,0.20,1.0414,0.12,1.0414 escapee,escapee,11,10,11,10,0.22,1.0792,0.12,1.0414 escargot,escargot,15,10,9,6,0.29,1.2041,0.12,1.0414 Espanol,espanol,10,10,2,2,0.20,1.0414,0.12,1.0414 Estrada,estrada,20,10,0,0,0.39,1.3222,0.12,1.0414 estrangement,estrangement,10,10,10,10,0.20,1.0414,0.12,1.0414 ethnicity,ethnicity,11,10,10,9,0.22,1.0792,0.12,1.0414 Etruscan,etruscan,13,10,0,0,0.25,1.1461,0.12,1.0414 Europa,europa,35,10,0,0,0.69,1.5563,0.12,1.0414 evergreen,evergreen,10,10,6,6,0.20,1.0414,0.12,1.0414 eviscerate,eviscerate,11,10,9,9,0.22,1.0792,0.12,1.0414 evocative,evocative,14,10,13,9,0.27,1.1761,0.12,1.0414 exalt,exalt,10,10,10,10,0.20,1.0414,0.12,1.0414 excavate,excavate,10,10,10,10,0.20,1.0414,0.12,1.0414 excavating,excavating,11,10,8,7,0.22,1.0792,0.12,1.0414 excellently,excellently,11,10,9,8,0.22,1.0792,0.12,1.0414 excerpts,excerpts,10,10,9,9,0.20,1.0414,0.12,1.0414 exemplifies,exemplifies,12,10,12,10,0.24,1.1139,0.12,1.0414 exerted,exerted,10,10,10,10,0.20,1.0414,0.12,1.0414 expanse,expanse,11,10,9,9,0.22,1.0792,0.12,1.0414 expediency,expediency,10,10,7,7,0.20,1.0414,0.12,1.0414 explores,explores,11,10,11,10,0.22,1.0792,0.12,1.0414 externally,externally,10,10,9,9,0.20,1.0414,0.12,1.0414 extorted,extorted,10,10,10,10,0.20,1.0414,0.12,1.0414 extramarital,extramarital,15,10,15,10,0.29,1.2041,0.12,1.0414 extrasensory,extrasensory,10,10,9,9,0.20,1.0414,0.12,1.0414 fables,fables,10,10,9,9,0.20,1.0414,0.12,1.0414 facilitating,facilitating,10,10,9,9,0.20,1.0414,0.12,1.0414 fairgrounds,fairgrounds,12,10,12,10,0.24,1.1139,0.12,1.0414 fajitas,fajitas,20,10,15,9,0.39,1.3222,0.12,1.0414 Falcons,falcons,16,10,5,4,0.31,1.2304,0.12,1.0414 fallible,fallible,12,10,12,10,0.24,1.1139,0.12,1.0414 Fallow,fallow,41,10,6,6,0.80,1.6232,0.12,1.0414 falsehood,falsehood,10,10,10,10,0.20,1.0414,0.12,1.0414 falsetto,falsetto,15,10,14,10,0.29,1.2041,0.12,1.0414 faltering,faltering,10,10,7,7,0.20,1.0414,0.12,1.0414 farewells,farewells,10,10,10,10,0.20,1.0414,0.12,1.0414 fatale,fatale,13,10,13,10,0.25,1.1461,0.12,1.0414 fatted,fatted,13,10,10,8,0.25,1.1461,0.12,1.0414 feathery,feathery,10,10,9,9,0.20,1.0414,0.12,1.0414 febrile,febrile,10,10,9,9,0.20,1.0414,0.12,1.0414 feedings,feedings,11,10,10,10,0.22,1.0792,0.12,1.0414 felled,felled,11,10,11,10,0.22,1.0792,0.12,1.0414 fending,fending,11,10,11,10,0.22,1.0792,0.12,1.0414 fevers,fevers,11,10,9,8,0.22,1.0792,0.12,1.0414 fiddled,fiddled,10,10,10,10,0.20,1.0414,0.12,1.0414 fiduciary,fiduciary,12,10,11,10,0.24,1.1139,0.12,1.0414 fieldwork,fieldwork,11,10,10,9,0.22,1.0792,0.12,1.0414 fiendishly,fiendishly,14,10,13,9,0.27,1.1761,0.12,1.0414 finagle,finagle,10,10,10,10,0.20,1.0414,0.12,1.0414 finicky,finicky,10,10,10,10,0.20,1.0414,0.12,1.0414 Fisk,fisk,30,10,0,0,0.59,1.4914,0.12,1.0414 Fitz,fitz,25,10,0,0,0.49,1.4150,0.12,1.0414 fixating,fixating,14,10,14,10,0.27,1.1761,0.12,1.0414 fizzy,fizzy,11,10,10,10,0.22,1.0792,0.12,1.0414 flaking,flaking,11,10,10,9,0.22,1.0792,0.12,1.0414 flapper,flapper,10,10,7,7,0.20,1.0414,0.12,1.0414 flaunted,flaunted,10,10,10,10,0.20,1.0414,0.12,1.0414 flawlessly,flawlessly,11,10,11,10,0.22,1.0792,0.12,1.0414 floorshow,floorshow,11,10,11,10,0.22,1.0792,0.12,1.0414 floozies,floozies,15,10,14,10,0.29,1.2041,0.12,1.0414 fluctuate,fluctuate,11,10,10,10,0.22,1.0792,0.12,1.0414 flytrap,flytrap,10,10,9,9,0.20,1.0414,0.12,1.0414 Forestry,forestry,11,10,4,4,0.22,1.0792,0.12,1.0414 fossilized,fossilized,11,10,11,10,0.22,1.0792,0.12,1.0414 fracas,fracas,10,10,10,10,0.20,1.0414,0.12,1.0414 frankfurters,frankfurters,13,10,11,9,0.25,1.1461,0.12,1.0414 frequents,frequents,12,10,10,9,0.24,1.1139,0.12,1.0414 frigate,frigate,18,10,16,9,0.35,1.2788,0.12,1.0414 Fulham,fulham,15,10,1,1,0.29,1.2041,0.12,1.0414 Gables,gables,32,10,0,0,0.63,1.5185,0.12,1.0414 galleon,galleon,16,10,9,9,0.31,1.2304,0.12,1.0414 gamy,gamy,10,10,10,10,0.20,1.0414,0.12,1.0414 Gare,gare,11,10,1,1,0.22,1.0792,0.12,1.0414 gatherers,gatherers,11,10,11,10,0.22,1.0792,0.12,1.0414 geezers,geezers,13,10,13,10,0.25,1.1461,0.12,1.0414 gefilte,gefilte,17,10,9,9,0.33,1.2553,0.12,1.0414 gendarme,gendarme,18,10,14,6,0.35,1.2788,0.12,1.0414 Generalissimo,generalissimo,17,10,4,4,0.33,1.2553,0.12,1.0414 geyser,geyser,11,10,9,8,0.22,1.0792,0.12,1.0414 Gibbon,gibbon,12,10,5,5,0.24,1.1139,0.12,1.0414 giggly,giggly,11,10,10,9,0.22,1.0792,0.12,1.0414 Gillian,gillian,31,10,0,0,0.61,1.5051,0.12,1.0414 gingivitis,gingivitis,10,10,9,9,0.20,1.0414,0.12,1.0414 gizmos,gizmos,11,10,11,10,0.22,1.0792,0.12,1.0414 Glenlivet,glenlivet,13,10,0,0,0.25,1.1461,0.12,1.0414 gliders,gliders,17,10,16,10,0.33,1.2553,0.12,1.0414 goalpost,goalpost,13,10,10,9,0.25,1.1461,0.12,1.0414 goddaughter,goddaughter,15,10,14,10,0.29,1.2041,0.12,1.0414 Goodyear,goodyear,13,10,1,1,0.25,1.1461,0.12,1.0414 gooseberry,gooseberry,14,10,11,9,0.27,1.1761,0.12,1.0414 Gouda,gouda,14,10,2,2,0.27,1.1761,0.12,1.0414 grabby,grabby,11,10,11,10,0.22,1.0792,0.12,1.0414 grandparent,grandparent,13,10,13,10,0.25,1.1461,0.12,1.0414 greyhounds,greyhounds,11,10,9,8,0.22,1.0792,0.12,1.0414 gristle,gristle,11,10,11,10,0.22,1.0792,0.12,1.0414 grosses,grosses,12,10,11,9,0.24,1.1139,0.12,1.0414 grossing,grossing,10,10,10,10,0.20,1.0414,0.12,1.0414 groundless,groundless,12,10,11,9,0.24,1.1139,0.12,1.0414 guvnor,guvnor,12,10,10,9,0.24,1.1139,0.12,1.0414 Guzzler,guzzler,71,10,8,8,1.39,1.8573,0.12,1.0414 gyro,gyro,16,10,13,8,0.31,1.2304,0.12,1.0414 Haggis,haggis,38,10,10,5,0.75,1.5911,0.12,1.0414 hallucinated,hallucinated,12,10,11,9,0.24,1.1139,0.12,1.0414 handcrafted,handcrafted,11,10,10,9,0.22,1.0792,0.12,1.0414 handfuls,handfuls,10,10,10,10,0.20,1.0414,0.12,1.0414 handicaps,handicaps,10,10,9,9,0.20,1.0414,0.12,1.0414 handset,handset,13,10,11,9,0.25,1.1461,0.12,1.0414 hangars,hangars,13,10,13,10,0.25,1.1461,0.12,1.0414 hanker,hanker,11,10,11,10,0.22,1.0792,0.12,1.0414 Harbinger,harbinger,17,10,8,7,0.33,1.2553,0.12,1.0414 harmonies,harmonies,14,10,13,9,0.27,1.1761,0.12,1.0414 Harts,harts,21,10,0,0,0.41,1.3424,0.12,1.0414 Hasidic,hasidic,11,10,0,0,0.22,1.0792,0.12,1.0414 Hatcher,hatcher,61,10,0,0,1.20,1.7924,0.12,1.0414 hayloft,hayloft,12,10,10,10,0.24,1.1139,0.12,1.0414 Hays,hays,47,10,0,0,0.92,1.6812,0.12,1.0414 headshrinker,headshrinker,12,10,11,10,0.24,1.1139,0.12,1.0414 headstones,headstones,11,10,10,9,0.22,1.0792,0.12,1.0414 healthful,healthful,10,10,10,10,0.20,1.0414,0.12,1.0414 heaved,heaved,10,10,10,10,0.20,1.0414,0.12,1.0414 heaviness,heaviness,11,10,10,9,0.22,1.0792,0.12,1.0414 heavyset,heavyset,10,10,10,10,0.20,1.0414,0.12,1.0414 heft,heft,10,10,10,10,0.20,1.0414,0.12,1.0414 heists,heists,11,10,11,10,0.22,1.0792,0.12,1.0414 helpings,helpings,10,10,10,10,0.20,1.0414,0.12,1.0414 hemming,hemming,12,10,8,8,0.24,1.1139,0.12,1.0414 heredity,heredity,13,10,11,9,0.25,1.1461,0.12,1.0414 Hes,hes,59,10,13,5,1.16,1.7782,0.12,1.0414 hesitates,hesitates,10,10,10,10,0.20,1.0414,0.12,1.0414 heterosexuality,heterosexuality,11,10,11,10,0.22,1.0792,0.12,1.0414 hibernate,hibernate,10,10,10,10,0.20,1.0414,0.12,1.0414 highlighting,highlighting,12,10,12,10,0.24,1.1139,0.12,1.0414 hobnobbing,hobnobbing,10,10,9,9,0.20,1.0414,0.12,1.0414 holdout,holdout,10,10,9,9,0.20,1.0414,0.12,1.0414 Hominy,hominy,25,10,9,7,0.49,1.4150,0.12,1.0414 Hoppy,hoppy,26,10,4,2,0.51,1.4314,0.12,1.0414 horticulture,horticulture,12,10,9,9,0.24,1.1139,0.12,1.0414 housemaid,housemaid,12,10,12,10,0.24,1.1139,0.12,1.0414 Houseman,houseman,17,10,3,3,0.33,1.2553,0.12,1.0414 Hud,hud,74,10,0,0,1.45,1.8751,0.12,1.0414 hurries,hurries,12,10,12,10,0.24,1.1139,0.12,1.0414 Huskies,huskies,25,10,6,6,0.49,1.4150,0.12,1.0414 Hy,hy,119,10,6,4,2.33,2.0792,0.12,1.0414 hyphen,hyphen,11,10,11,10,0.22,1.0792,0.12,1.0414 iconic,iconic,10,10,9,9,0.20,1.0414,0.12,1.0414 idealists,idealists,10,10,10,10,0.20,1.0414,0.12,1.0414 idiosyncrasy,idiosyncrasy,10,10,10,10,0.20,1.0414,0.12,1.0414 igniting,igniting,10,10,9,9,0.20,1.0414,0.12,1.0414 illustrating,illustrating,10,10,9,9,0.20,1.0414,0.12,1.0414 imaginings,imaginings,10,10,9,9,0.20,1.0414,0.12,1.0414 immunization,immunization,11,10,11,10,0.22,1.0792,0.12,1.0414 imparted,imparted,10,10,10,10,0.20,1.0414,0.12,1.0414 imperialism,imperialism,11,10,11,10,0.22,1.0792,0.12,1.0414 inadequacies,inadequacies,10,10,8,8,0.20,1.0414,0.12,1.0414 inbounds,inbounds,16,10,15,10,0.31,1.2304,0.12,1.0414 incapacitate,incapacitate,11,10,9,9,0.22,1.0792,0.12,1.0414 incensed,incensed,10,10,10,10,0.20,1.0414,0.12,1.0414 inclinations,inclinations,11,10,11,10,0.22,1.0792,0.12,1.0414 incorporating,incorporating,12,10,12,10,0.24,1.1139,0.12,1.0414 indisputable,indisputable,10,10,9,9,0.20,1.0414,0.12,1.0414 ineligible,ineligible,10,10,10,10,0.20,1.0414,0.12,1.0414 inexhaustible,inexhaustible,10,10,10,10,0.20,1.0414,0.12,1.0414 inference,inference,12,10,12,10,0.24,1.1139,0.12,1.0414 infidelities,infidelities,11,10,11,10,0.22,1.0792,0.12,1.0414 injector,injector,16,10,15,9,0.31,1.2304,0.12,1.0414 inkwell,inkwell,13,10,13,10,0.25,1.1461,0.12,1.0414 innumerable,innumerable,10,10,9,9,0.20,1.0414,0.12,1.0414 inoculated,inoculated,14,10,14,10,0.27,1.1761,0.12,1.0414 inoperative,inoperative,15,10,15,10,0.29,1.2041,0.12,1.0414 instalment,instalment,14,10,14,10,0.27,1.1761,0.12,1.0414 instep,instep,16,10,15,9,0.31,1.2304,0.12,1.0414 instigate,instigate,10,10,10,10,0.20,1.0414,0.12,1.0414 instigator,instigator,11,10,11,10,0.22,1.0792,0.12,1.0414 instinctual,instinctual,10,10,7,7,0.20,1.0414,0.12,1.0414 intently,intently,10,10,10,10,0.20,1.0414,0.12,1.0414 interacts,interacts,10,10,10,10,0.20,1.0414,0.12,1.0414 interceptor,interceptor,12,10,10,8,0.24,1.1139,0.12,1.0414 intermittently,intermittently,10,10,8,8,0.20,1.0414,0.12,1.0414 internships,internships,10,10,8,8,0.20,1.0414,0.12,1.0414 interprets,interprets,11,10,11,10,0.22,1.0792,0.12,1.0414 intrinsic,intrinsic,10,10,10,10,0.20,1.0414,0.12,1.0414 invalids,invalids,13,10,12,9,0.25,1.1461,0.12,1.0414 ions,ions,11,10,11,10,0.22,1.0792,0.12,1.0414 irritability,irritability,11,10,9,8,0.22,1.0792,0.12,1.0414 ivories,ivories,10,10,10,10,0.20,1.0414,0.12,1.0414 Jah,jah,12,10,3,2,0.24,1.1139,0.12,1.0414 jarring,jarring,10,10,10,10,0.20,1.0414,0.12,1.0414 jaybird,jaybird,11,10,9,8,0.22,1.0792,0.12,1.0414 jealously,jealously,10,10,9,9,0.20,1.0414,0.12,1.0414 Jesuits,jesuits,21,10,0,0,0.41,1.3424,0.12,1.0414 Jiggers,jiggers,11,10,5,5,0.22,1.0792,0.12,1.0414 judgements,judgements,12,10,12,10,0.24,1.1139,0.12,1.0414 Juneau,juneau,12,10,1,1,0.24,1.1139,0.12,1.0414 Jungian,jungian,10,10,0,0,0.20,1.0414,0.12,1.0414 Junta,junta,21,10,7,6,0.41,1.3424,0.12,1.0414 jurisdictional,jurisdictional,10,10,10,10,0.20,1.0414,0.12,1.0414 justifying,justifying,13,10,10,9,0.25,1.1461,0.12,1.0414 kabobs,kabobs,15,10,15,10,0.29,1.2041,0.12,1.0414 Kali,kali,62,10,0,0,1.22,1.7993,0.12,1.0414 Kath,kath,17,10,0,0,0.33,1.2553,0.12,1.0414 Kenner,kenner,22,10,0,0,0.43,1.3617,0.12,1.0414 kg,kg,15,10,9,6,0.29,1.2041,0.12,1.0414 kibbutz,kibbutz,12,10,11,9,0.24,1.1139,0.12,1.0414 kikes,kikes,14,10,12,8,0.27,1.1761,0.12,1.0414 Kimura,kimura,29,10,0,0,0.57,1.4771,0.12,1.0414 kinsman,kinsman,16,10,16,10,0.31,1.2304,0.12,1.0414 kitchenette,kitchenette,16,10,10,9,0.31,1.2304,0.12,1.0414 kn,kn,10,10,7,7,0.20,1.0414,0.12,1.0414 knocker,knocker,17,10,12,9,0.33,1.2553,0.12,1.0414 Knoxville,knoxville,28,10,0,0,0.55,1.4624,0.12,1.0414 lading,lading,12,10,12,10,0.24,1.1139,0.12,1.0414 lamented,lamented,10,10,9,9,0.20,1.0414,0.12,1.0414 Lancer,lancer,22,10,6,3,0.43,1.3617,0.12,1.0414 landline,landline,10,10,10,10,0.20,1.0414,0.12,1.0414 landlocked,landlocked,10,10,9,9,0.20,1.0414,0.12,1.0414 languid,languid,10,10,9,9,0.20,1.0414,0.12,1.0414 laparotomy,laparotomy,11,10,11,10,0.22,1.0792,0.12,1.0414 lasses,lasses,11,10,11,10,0.22,1.0792,0.12,1.0414 laterally,laterally,11,10,11,10,0.22,1.0792,0.12,1.0414 Latham,latham,31,10,0,0,0.61,1.5051,0.12,1.0414 laughers,laughers,10,10,10,10,0.20,1.0414,0.12,1.0414 laundress,laundress,13,10,12,10,0.25,1.1461,0.12,1.0414 laurels,laurels,14,10,13,9,0.27,1.1761,0.12,1.0414 layered,layered,11,10,8,8,0.22,1.0792,0.12,1.0414 layoff,layoff,11,10,11,10,0.22,1.0792,0.12,1.0414 layoffs,layoffs,10,10,10,10,0.20,1.0414,0.12,1.0414 ledgers,ledgers,19,10,19,10,0.37,1.3010,0.12,1.0414 leek,leek,15,10,9,8,0.29,1.2041,0.12,1.0414 lefties,lefties,13,10,8,8,0.25,1.1461,0.12,1.0414 legalese,legalese,10,10,9,9,0.20,1.0414,0.12,1.0414 legalized,legalized,11,10,9,9,0.22,1.0792,0.12,1.0414 leggy,leggy,10,10,9,9,0.20,1.0414,0.12,1.0414 legible,legible,11,10,10,10,0.22,1.0792,0.12,1.0414 Leipzig,leipzig,22,10,0,0,0.43,1.3617,0.12,1.0414 leotards,leotards,14,10,14,10,0.27,1.1761,0.12,1.0414 Leviticus,leviticus,15,10,1,1,0.29,1.2041,0.12,1.0414 licensing,licensing,11,10,10,9,0.22,1.0792,0.12,1.0414 lifers,lifers,10,10,8,8,0.20,1.0414,0.12,1.0414 lightest,lightest,11,10,11,10,0.22,1.0792,0.12,1.0414 Limerick,limerick,34,10,12,9,0.67,1.5441,0.12,1.0414 lineman,lineman,10,10,9,9,0.20,1.0414,0.12,1.0414 lire,lire,21,10,21,10,0.41,1.3424,0.12,1.0414 loathes,loathes,10,10,10,10,0.20,1.0414,0.12,1.0414 lobbies,lobbies,12,10,12,10,0.24,1.1139,0.12,1.0414 Lobo,lobo,43,10,2,2,0.84,1.6435,0.12,1.0414 Lohan,lohan,11,10,0,0,0.22,1.0792,0.12,1.0414 Loring,loring,13,10,2,2,0.25,1.1461,0.12,1.0414 lousiest,lousiest,10,10,10,10,0.20,1.0414,0.12,1.0414 Loy,loy,23,10,2,2,0.45,1.3802,0.12,1.0414 loyally,loyally,10,10,10,10,0.20,1.0414,0.12,1.0414 lubrication,lubrication,13,10,11,9,0.25,1.1461,0.12,1.0414 luge,luge,13,10,11,9,0.25,1.1461,0.12,1.0414 Lum,lum,22,10,6,4,0.43,1.3617,0.12,1.0414 lumped,lumped,11,10,11,10,0.22,1.0792,0.12,1.0414 Machinist,machinist,21,10,10,7,0.41,1.3424,0.12,1.0414 Magnifico,magnifico,17,10,4,3,0.33,1.2553,0.12,1.0414 Magnolias,magnolias,13,10,5,4,0.25,1.1461,0.12,1.0414 mainline,mainline,10,10,9,9,0.20,1.0414,0.12,1.0414 malcontent,malcontent,10,10,10,10,0.20,1.0414,0.12,1.0414 Malta,malta,29,10,0,0,0.57,1.4771,0.12,1.0414 maneuvered,maneuvered,10,10,10,10,0.20,1.0414,0.12,1.0414 manganese,manganese,11,10,7,7,0.22,1.0792,0.12,1.0414 Manhattans,manhattans,12,10,3,3,0.24,1.1139,0.12,1.0414 manliness,manliness,12,10,12,10,0.24,1.1139,0.12,1.0414 Mannitol,mannitol,11,10,5,5,0.22,1.0792,0.12,1.0414 maraschino,maraschino,12,10,9,8,0.24,1.1139,0.12,1.0414 marvelously,marvelously,10,10,9,9,0.20,1.0414,0.12,1.0414 marvels,marvels,11,10,11,10,0.22,1.0792,0.12,1.0414 masher,masher,12,10,8,6,0.24,1.1139,0.12,1.0414 Masons,masons,13,10,2,2,0.25,1.1461,0.12,1.0414 Massa,massa,65,10,30,5,1.27,1.8195,0.12,1.0414 mastectomy,mastectomy,12,10,12,10,0.24,1.1139,0.12,1.0414 masterminds,masterminds,10,10,9,9,0.20,1.0414,0.12,1.0414 mastodon,mastodon,14,10,10,7,0.27,1.1761,0.12,1.0414 materialized,materialized,10,10,10,10,0.20,1.0414,0.12,1.0414 maxi,maxi,15,10,9,8,0.29,1.2041,0.12,1.0414 maximizing,maximizing,10,10,9,9,0.20,1.0414,0.12,1.0414 Mayans,mayans,17,10,1,1,0.33,1.2553,0.12,1.0414 megatons,megatons,12,10,12,10,0.24,1.1139,0.12,1.0414 melodic,melodic,10,10,9,9,0.20,1.0414,0.12,1.0414 Mendelssohn,mendelssohn,21,10,0,0,0.41,1.3424,0.12,1.0414 ment,ment,11,10,11,10,0.22,1.0792,0.12,1.0414 merch,merch,15,10,13,8,0.29,1.2041,0.12,1.0414 metabolize,metabolize,12,10,12,10,0.24,1.1139,0.12,1.0414 metre,metre,14,10,13,9,0.27,1.1761,0.12,1.0414 micromanage,micromanage,11,10,10,10,0.22,1.0792,0.12,1.0414 minie,minie,14,10,14,10,0.27,1.1761,0.12,1.0414 Minuteman,minuteman,12,10,2,2,0.24,1.1139,0.12,1.0414 misadventure,misadventure,10,10,9,9,0.20,1.0414,0.12,1.0414 misbehaves,misbehaves,10,10,10,10,0.20,1.0414,0.12,1.0414 miscounted,miscounted,10,10,10,10,0.20,1.0414,0.12,1.0414 miscreant,miscreant,12,10,12,10,0.24,1.1139,0.12,1.0414 misdeeds,misdeeds,10,10,10,10,0.20,1.0414,0.12,1.0414 mismatched,mismatched,11,10,10,9,0.22,1.0792,0.12,1.0414 misspent,misspent,10,10,8,8,0.20,1.0414,0.12,1.0414 misstep,misstep,10,10,10,10,0.20,1.0414,0.12,1.0414 modules,modules,12,10,12,10,0.24,1.1139,0.12,1.0414 molesters,molesters,15,10,15,10,0.29,1.2041,0.12,1.0414 Mongo,mongo,38,10,3,3,0.75,1.5911,0.12,1.0414 monkeying,monkeying,10,10,9,9,0.20,1.0414,0.12,1.0414 moolah,moolah,10,10,10,10,0.20,1.0414,0.12,1.0414 Moonie,moonie,12,10,5,5,0.24,1.1139,0.12,1.0414 mooring,mooring,13,10,12,9,0.25,1.1461,0.12,1.0414 moorings,moorings,12,10,12,10,0.24,1.1139,0.12,1.0414 Mopes,mopes,20,10,9,9,0.39,1.3222,0.12,1.0414 mor,mor,12,10,10,8,0.24,1.1139,0.12,1.0414 Mordecai,mordecai,21,10,0,0,0.41,1.3424,0.12,1.0414 Mountie,mountie,40,10,7,2,0.78,1.6128,0.12,1.0414 Mozambique,mozambique,23,10,0,0,0.45,1.3802,0.12,1.0414 Muffet,muffet,16,10,0,0,0.31,1.2304,0.12,1.0414 muggings,muggings,10,10,10,10,0.20,1.0414,0.12,1.0414 musing,musing,11,10,11,10,0.22,1.0792,0.12,1.0414 muskrat,muskrat,28,10,17,7,0.55,1.4624,0.12,1.0414 mutilating,mutilating,10,10,8,8,0.20,1.0414,0.12,1.0414 narcissists,narcissists,10,10,9,9,0.20,1.0414,0.12,1.0414 narration,narration,14,10,14,10,0.27,1.1761,0.12,1.0414 narrower,narrower,11,10,10,9,0.22,1.0792,0.12,1.0414 naturals,naturals,18,10,15,9,0.35,1.2788,0.12,1.0414 Navi,navi,31,10,0,0,0.61,1.5051,0.12,1.0414 neediest,neediest,10,10,9,9,0.20,1.0414,0.12,1.0414 needling,needling,10,10,9,9,0.20,1.0414,0.12,1.0414 neg,neg,12,10,11,9,0.24,1.1139,0.12,1.0414 newsboy,newsboy,14,10,14,10,0.27,1.1761,0.12,1.0414 newsstands,newsstands,10,10,10,10,0.20,1.0414,0.12,1.0414 niceness,niceness,12,10,10,9,0.24,1.1139,0.12,1.0414 Nickelodeon,nickelodeon,10,10,1,1,0.20,1.0414,0.12,1.0414 Nielsen,nielsen,15,10,0,0,0.29,1.2041,0.12,1.0414 nitroglycerine,nitroglycerine,15,10,13,8,0.29,1.2041,0.12,1.0414 Noh,noh,13,10,1,1,0.25,1.1461,0.12,1.0414 nomads,nomads,13,10,10,8,0.25,1.1461,0.12,1.0414 nomenclature,nomenclature,10,10,8,8,0.20,1.0414,0.12,1.0414 nondescript,nondescript,10,10,9,9,0.20,1.0414,0.12,1.0414 nonsmoking,nonsmoking,14,10,11,10,0.27,1.1761,0.12,1.0414 Noo,noo,11,10,1,1,0.22,1.0792,0.12,1.0414 nooks,nooks,10,10,10,10,0.20,1.0414,0.12,1.0414 northward,northward,11,10,11,10,0.22,1.0792,0.12,1.0414 novelists,novelists,11,10,10,9,0.22,1.0792,0.12,1.0414 ns,ns,14,10,11,7,0.27,1.1761,0.12,1.0414 num,num,28,10,21,8,0.55,1.4624,0.12,1.0414 nuttier,nuttier,11,10,10,9,0.22,1.0792,0.12,1.0414 obits,obits,12,10,12,10,0.24,1.1139,0.12,1.0414 observes,observes,11,10,11,10,0.22,1.0792,0.12,1.0414 obsessively,obsessively,10,10,9,9,0.20,1.0414,0.12,1.0414 occupancy,occupancy,14,10,14,10,0.27,1.1761,0.12,1.0414 offences,offences,10,10,10,10,0.20,1.0414,0.12,1.0414 officiate,officiate,11,10,11,10,0.22,1.0792,0.12,1.0414 onshore,onshore,11,10,11,10,0.22,1.0792,0.12,1.0414 operable,operable,12,10,12,10,0.24,1.1139,0.12,1.0414 organisations,organisations,11,10,11,10,0.22,1.0792,0.12,1.0414 ornate,ornate,10,10,10,10,0.20,1.0414,0.12,1.0414 orthopedist,orthopedist,12,10,12,10,0.24,1.1139,0.12,1.0414 Orwell,orwell,11,10,0,0,0.22,1.0792,0.12,1.0414 oscillator,oscillator,18,10,16,9,0.35,1.2788,0.12,1.0414 otherworldly,otherworldly,12,10,12,10,0.24,1.1139,0.12,1.0414 otitis,otitis,10,10,8,8,0.20,1.0414,0.12,1.0414 outdoorsy,outdoorsy,12,10,12,10,0.24,1.1139,0.12,1.0414 outed,outed,12,10,12,10,0.24,1.1139,0.12,1.0414 outfield,outfield,12,10,12,10,0.24,1.1139,0.12,1.0414 outings,outings,11,10,11,10,0.22,1.0792,0.12,1.0414 outrageously,outrageously,10,10,9,9,0.20,1.0414,0.12,1.0414 overanxious,overanxious,10,10,10,10,0.20,1.0414,0.12,1.0414 overblown,overblown,12,10,9,9,0.24,1.1139,0.12,1.0414 overdramatic,overdramatic,10,10,10,10,0.20,1.0414,0.12,1.0414 Overlord,overlord,21,10,3,3,0.41,1.3424,0.12,1.0414 overmatched,overmatched,11,10,11,10,0.22,1.0792,0.12,1.0414 overran,overran,10,10,10,10,0.20,1.0414,0.12,1.0414 oversimplifying,oversimplifying,14,10,13,10,0.27,1.1761,0.12,1.0414 overtired,overtired,10,10,10,10,0.20,1.0414,0.12,1.0414 overturning,overturning,10,10,9,9,0.20,1.0414,0.12,1.0414 oxidation,oxidation,13,10,11,9,0.25,1.1461,0.12,1.0414 paella,paella,14,10,9,7,0.27,1.1761,0.12,1.0414 Palestinian,palestinian,20,10,1,1,0.39,1.3222,0.12,1.0414 pantaloons,pantaloons,11,10,9,9,0.22,1.0792,0.12,1.0414 paralegals,paralegals,10,10,10,10,0.20,1.0414,0.12,1.0414 paranoiac,paranoiac,13,10,12,10,0.25,1.1461,0.12,1.0414 Parkers,parkers,22,10,0,0,0.43,1.3617,0.12,1.0414 Parthenon,parthenon,18,10,0,0,0.35,1.2788,0.12,1.0414 passersby,passersby,12,10,12,10,0.24,1.1139,0.12,1.0414 pasting,pasting,11,10,11,10,0.22,1.0792,0.12,1.0414 pasts,pasts,11,10,11,10,0.22,1.0792,0.12,1.0414 patsies,patsies,10,10,10,10,0.20,1.0414,0.12,1.0414 pawed,pawed,10,10,10,10,0.20,1.0414,0.12,1.0414 peacemaker,peacemaker,12,10,6,6,0.24,1.1139,0.12,1.0414 peacemakers,peacemakers,12,10,11,9,0.24,1.1139,0.12,1.0414 peat,peat,13,10,12,10,0.25,1.1461,0.12,1.0414 pecans,pecans,10,10,9,9,0.20,1.0414,0.12,1.0414 pectoral,pectoral,11,10,11,10,0.22,1.0792,0.12,1.0414 Peerless,peerless,18,10,7,7,0.35,1.2788,0.12,1.0414 penitent,penitent,27,10,24,10,0.53,1.4472,0.12,1.0414 permanence,permanence,11,10,11,10,0.22,1.0792,0.12,1.0414 perpendicular,perpendicular,10,10,10,10,0.20,1.0414,0.12,1.0414 perspectives,perspectives,10,10,9,9,0.20,1.0414,0.12,1.0414 pesto,pesto,25,10,21,8,0.49,1.4150,0.12,1.0414 petted,petted,12,10,11,10,0.24,1.1139,0.12,1.0414 petunias,petunias,14,10,14,10,0.27,1.1761,0.12,1.0414 pewter,pewter,18,10,16,10,0.35,1.2788,0.12,1.0414 phasing,phasing,11,10,9,9,0.22,1.0792,0.12,1.0414 pheasants,pheasants,14,10,12,10,0.27,1.1761,0.12,1.0414 pheromone,pheromone,21,10,19,8,0.41,1.3424,0.12,1.0414 pierces,pierces,10,10,8,8,0.20,1.0414,0.12,1.0414 pimply,pimply,12,10,10,9,0.24,1.1139,0.12,1.0414 pineal,pineal,18,10,18,10,0.35,1.2788,0.12,1.0414 pinging,pinging,10,10,10,10,0.20,1.0414,0.12,1.0414 pinhole,pinhole,12,10,12,10,0.24,1.1139,0.12,1.0414 pinking,pinking,10,10,10,10,0.20,1.0414,0.12,1.0414 pioneered,pioneered,11,10,11,10,0.22,1.0792,0.12,1.0414 pirating,pirating,18,10,18,10,0.35,1.2788,0.12,1.0414 Pisa,pisa,15,10,0,0,0.29,1.2041,0.12,1.0414 Pita,pita,57,10,11,7,1.12,1.7634,0.12,1.0414 pittance,pittance,13,10,13,10,0.25,1.1461,0.12,1.0414 pitying,pitying,10,10,10,10,0.20,1.0414,0.12,1.0414 playacting,playacting,10,10,9,9,0.20,1.0414,0.12,1.0414 plethora,plethora,19,10,18,9,0.37,1.3010,0.12,1.0414 ploughed,ploughed,10,10,10,10,0.20,1.0414,0.12,1.0414 podiatrist,podiatrist,10,10,9,9,0.20,1.0414,0.12,1.0414 polarized,polarized,18,10,18,10,0.35,1.2788,0.12,1.0414 Pollard,pollard,38,10,1,1,0.75,1.5911,0.12,1.0414 pollutes,pollutes,11,10,11,10,0.22,1.0792,0.12,1.0414 polyurethane,polyurethane,12,10,10,8,0.24,1.1139,0.12,1.0414 Pontius,pontius,16,10,0,0,0.31,1.2304,0.12,1.0414 poplar,poplar,13,10,7,6,0.25,1.1461,0.12,1.0414 portfolios,portfolios,11,10,11,10,0.22,1.0792,0.12,1.0414 possessor,possessor,10,10,10,10,0.20,1.0414,0.12,1.0414 postgraduate,postgraduate,12,10,12,10,0.24,1.1139,0.12,1.0414 posthumous,posthumous,13,10,12,9,0.25,1.1461,0.12,1.0414 posthumously,posthumously,10,10,7,7,0.20,1.0414,0.12,1.0414 potheads,potheads,12,10,12,10,0.24,1.1139,0.12,1.0414 Potters,potters,22,10,3,2,0.43,1.3617,0.12,1.0414 powdering,powdering,10,10,9,9,0.20,1.0414,0.12,1.0414 Pows,pows,36,10,0,0,0.71,1.5682,0.12,1.0414 prankster,prankster,11,10,10,9,0.22,1.0792,0.12,1.0414 prawns,prawns,14,10,12,9,0.27,1.1761,0.12,1.0414 predilection,predilection,13,10,10,10,0.25,1.1461,0.12,1.0414 preventive,preventive,12,10,11,9,0.24,1.1139,0.12,1.0414 prig,prig,20,10,16,10,0.39,1.3222,0.12,1.0414 priming,priming,12,10,12,10,0.24,1.1139,0.12,1.0414 proclivities,proclivities,11,10,11,10,0.22,1.0792,0.12,1.0414 proclivity,proclivity,12,10,11,10,0.24,1.1139,0.12,1.0414 procrastinate,procrastinate,13,10,11,10,0.25,1.1461,0.12,1.0414 procrastinating,procrastinating,12,10,11,9,0.24,1.1139,0.12,1.0414 Proctor,proctor,28,10,3,2,0.55,1.4624,0.12,1.0414 propagation,propagation,10,10,9,9,0.20,1.0414,0.12,1.0414 propel,propel,11,10,10,10,0.22,1.0792,0.12,1.0414 propellant,propellant,16,10,14,8,0.31,1.2304,0.12,1.0414 propels,propels,11,10,11,10,0.22,1.0792,0.12,1.0414 propensity,propensity,10,10,10,10,0.20,1.0414,0.12,1.0414 proponent,proponent,11,10,10,9,0.22,1.0792,0.12,1.0414 propositions,propositions,10,10,10,10,0.20,1.0414,0.12,1.0414 proton,proton,22,10,20,10,0.43,1.3617,0.12,1.0414 protracted,protracted,12,10,9,9,0.24,1.1139,0.12,1.0414 proviso,proviso,10,10,8,8,0.20,1.0414,0.12,1.0414 psoriasis,psoriasis,23,10,15,7,0.45,1.3802,0.12,1.0414 puffer,puffer,15,10,9,8,0.29,1.2041,0.12,1.0414 pullover,pullover,13,10,11,10,0.25,1.1461,0.12,1.0414 Puppeteer,puppeteer,63,10,9,8,1.24,1.8062,0.12,1.0414 purifying,purifying,10,10,9,9,0.20,1.0414,0.12,1.0414 purveyor,purveyor,10,10,9,9,0.20,1.0414,0.12,1.0414 qualms,qualms,15,10,13,10,0.29,1.2041,0.12,1.0414 quilts,quilts,16,10,16,10,0.31,1.2304,0.12,1.0414 Quintet,quintet,26,10,11,7,0.51,1.4314,0.12,1.0414 quorum,quorum,27,10,25,10,0.53,1.4472,0.12,1.0414 rabbis,rabbis,23,10,17,8,0.45,1.3802,0.12,1.0414 rager,rager,11,10,10,9,0.22,1.0792,0.12,1.0414 railroaded,railroaded,11,10,11,10,0.22,1.0792,0.12,1.0414 Raj,raj,20,10,2,1,0.39,1.3222,0.12,1.0414 Rancheros,rancheros,17,10,8,8,0.33,1.2553,0.12,1.0414 ransacking,ransacking,12,10,11,10,0.24,1.1139,0.12,1.0414 rationality,rationality,10,10,10,10,0.20,1.0414,0.12,1.0414 ravages,ravages,10,10,9,9,0.20,1.0414,0.12,1.0414 ravish,ravish,15,10,13,9,0.29,1.2041,0.12,1.0414 readership,readership,11,10,9,8,0.22,1.0792,0.12,1.0414 readouts,readouts,10,10,10,10,0.20,1.0414,0.12,1.0414 realisation,realisation,15,10,15,10,0.29,1.2041,0.12,1.0414 ream,ream,11,10,9,9,0.22,1.0792,0.12,1.0414 reaped,reaped,12,10,12,10,0.24,1.1139,0.12,1.0414 rearing,rearing,10,10,9,9,0.20,1.0414,0.12,1.0414 receptor,receptor,52,10,52,10,1.02,1.7243,0.12,1.0414 recoup,recoup,12,10,11,10,0.24,1.1139,0.12,1.0414 redder,redder,13,10,12,9,0.25,1.1461,0.12,1.0414 reddish,reddish,10,10,9,9,0.20,1.0414,0.12,1.0414 redevelopment,redevelopment,13,10,10,8,0.25,1.1461,0.12,1.0414 redeye,redeye,10,10,10,10,0.20,1.0414,0.12,1.0414 redirecting,redirecting,10,10,9,9,0.20,1.0414,0.12,1.0414 redness,redness,10,10,10,10,0.20,1.0414,0.12,1.0414 reflector,reflector,14,10,13,9,0.27,1.1761,0.12,1.0414 refreshes,refreshes,12,10,10,9,0.24,1.1139,0.12,1.0414 refrigerate,refrigerate,10,10,9,9,0.20,1.0414,0.12,1.0414 regulators,regulators,11,10,11,10,0.22,1.0792,0.12,1.0414 rehire,rehire,10,10,10,10,0.20,1.0414,0.12,1.0414 rehired,rehired,15,10,14,9,0.29,1.2041,0.12,1.0414 Reina,reina,36,10,2,2,0.71,1.5682,0.12,1.0414 relent,relent,13,10,10,10,0.25,1.1461,0.12,1.0414 relished,relished,10,10,10,10,0.20,1.0414,0.12,1.0414 reloaded,reloaded,11,10,11,10,0.22,1.0792,0.12,1.0414 remade,remade,10,10,10,10,0.20,1.0414,0.12,1.0414 renamed,renamed,10,10,10,10,0.20,1.0414,0.12,1.0414 renter,renter,13,10,13,10,0.25,1.1461,0.12,1.0414 repainted,repainted,11,10,11,10,0.22,1.0792,0.12,1.0414 replaceable,replaceable,11,10,11,10,0.22,1.0792,0.12,1.0414 replenishing,replenishing,10,10,10,10,0.20,1.0414,0.12,1.0414 replicating,replicating,11,10,11,10,0.22,1.0792,0.12,1.0414 repopulate,repopulate,12,10,12,10,0.24,1.1139,0.12,1.0414 rescheduling,rescheduling,10,10,10,10,0.20,1.0414,0.12,1.0414 resetting,resetting,11,10,8,8,0.22,1.0792,0.12,1.0414 reshape,reshape,11,10,11,10,0.22,1.0792,0.12,1.0414 restores,restores,10,10,9,9,0.20,1.0414,0.12,1.0414 rethinking,rethinking,11,10,10,9,0.22,1.0792,0.12,1.0414 reunification,reunification,13,10,11,10,0.25,1.1461,0.12,1.0414 reverent,reverent,11,10,10,9,0.22,1.0792,0.12,1.0414 reverted,reverted,10,10,10,10,0.20,1.0414,0.12,1.0414 revoking,revoking,10,10,10,10,0.20,1.0414,0.12,1.0414 ribbing,ribbing,10,10,10,10,0.20,1.0414,0.12,1.0414 riche,riche,11,10,9,8,0.22,1.0792,0.12,1.0414 righteously,righteously,10,10,10,10,0.20,1.0414,0.12,1.0414 rigidity,rigidity,11,10,7,6,0.22,1.0792,0.12,1.0414 ritualized,ritualized,10,10,8,8,0.20,1.0414,0.12,1.0414 roadwork,roadwork,10,10,10,10,0.20,1.0414,0.12,1.0414 romantics,romantics,12,10,10,9,0.24,1.1139,0.12,1.0414 Roo,roo,85,10,6,4,1.67,1.9345,0.12,1.0414 roofing,roofing,13,10,13,10,0.25,1.1461,0.12,1.0414 rotates,rotates,10,10,10,10,0.20,1.0414,0.12,1.0414 rottenest,rottenest,11,10,11,10,0.22,1.0792,0.12,1.0414 Rotterdam,rotterdam,16,10,0,0,0.31,1.2304,0.12,1.0414 routers,routers,11,10,11,10,0.22,1.0792,0.12,1.0414 Rune,rune,50,10,11,7,0.98,1.7076,0.12,1.0414 runoff,runoff,10,10,10,10,0.20,1.0414,0.12,1.0414 runts,runts,10,10,10,10,0.20,1.0414,0.12,1.0414 ruptures,ruptures,10,10,8,8,0.20,1.0414,0.12,1.0414 Russel,russel,33,10,0,0,0.65,1.5315,0.12,1.0414 rutabaga,rutabaga,18,10,16,9,0.35,1.2788,0.12,1.0414 sabers,sabers,12,10,8,7,0.24,1.1139,0.12,1.0414 Sabes,sabes,19,10,6,6,0.37,1.3010,0.12,1.0414 sailboats,sailboats,11,10,10,9,0.22,1.0792,0.12,1.0414 salespeople,salespeople,12,10,12,10,0.24,1.1139,0.12,1.0414 saltines,saltines,14,10,8,7,0.27,1.1761,0.12,1.0414 salting,salting,10,10,10,10,0.20,1.0414,0.12,1.0414 sandwiched,sandwiched,12,10,10,8,0.24,1.1139,0.12,1.0414 saner,saner,10,10,8,8,0.20,1.0414,0.12,1.0414 sashay,sashay,10,10,7,7,0.20,1.0414,0.12,1.0414 satanism,satanism,22,10,14,3,0.43,1.3617,0.12,1.0414 saturate,saturate,10,10,10,10,0.20,1.0414,0.12,1.0414 scabbard,scabbard,11,10,11,10,0.22,1.0792,0.12,1.0414 scaling,scaling,10,10,8,8,0.20,1.0414,0.12,1.0414 scant,scant,12,10,10,8,0.24,1.1139,0.12,1.0414 scapegoats,scapegoats,10,10,10,10,0.20,1.0414,0.12,1.0414 scepter,scepter,45,10,35,9,0.88,1.6628,0.12,1.0414 Schilling,schilling,35,10,6,4,0.69,1.5563,0.12,1.0414 schnoz,schnoz,15,10,12,8,0.29,1.2041,0.12,1.0414 schoolroom,schoolroom,16,10,14,10,0.31,1.2304,0.12,1.0414 sciatic,sciatic,11,10,11,10,0.22,1.0792,0.12,1.0414 Scientology,scientology,15,10,5,2,0.29,1.2041,0.12,1.0414 scoffed,scoffed,11,10,11,10,0.22,1.0792,0.12,1.0414 scrapbooks,scrapbooks,11,10,10,9,0.22,1.0792,0.12,1.0414 scrapings,scrapings,18,10,18,10,0.35,1.2788,0.12,1.0414 scrounged,scrounged,12,10,11,9,0.24,1.1139,0.12,1.0414 scrubber,scrubber,13,10,13,10,0.25,1.1461,0.12,1.0414 seagoing,seagoing,11,10,10,10,0.22,1.0792,0.12,1.0414 seared,seared,11,10,8,8,0.22,1.0792,0.12,1.0414 seaworthy,seaworthy,10,10,10,10,0.20,1.0414,0.12,1.0414 sectional,sectional,14,10,11,9,0.27,1.1761,0.12,1.0414 sects,sects,13,10,12,10,0.25,1.1461,0.12,1.0414 secures,secures,13,10,11,8,0.25,1.1461,0.12,1.0414 seedlings,seedlings,13,10,11,9,0.25,1.1461,0.12,1.0414 seers,seers,13,10,10,8,0.25,1.1461,0.12,1.0414 segregated,segregated,11,10,10,9,0.22,1.0792,0.12,1.0414 semifinal,semifinal,14,10,14,10,0.27,1.1761,0.12,1.0414 sentimentalist,sentimentalist,13,10,13,10,0.25,1.1461,0.12,1.0414 separations,separations,12,10,11,9,0.24,1.1139,0.12,1.0414 Serbian,serbian,15,10,0,0,0.29,1.2041,0.12,1.0414 serfs,serfs,16,10,14,10,0.31,1.2304,0.12,1.0414 serviceable,serviceable,12,10,10,9,0.24,1.1139,0.12,1.0414 setups,setups,12,10,12,10,0.24,1.1139,0.12,1.0414 Sexton,sexton,23,10,5,3,0.45,1.3802,0.12,1.0414 Shay,shay,52,10,3,3,1.02,1.7243,0.12,1.0414 Sheffield,sheffield,29,10,0,0,0.57,1.4771,0.12,1.0414 sheltering,sheltering,10,10,8,8,0.20,1.0414,0.12,1.0414 shifter,shifter,15,10,15,10,0.29,1.2041,0.12,1.0414 shirk,shirk,13,10,9,8,0.25,1.1461,0.12,1.0414 Shirl,shirl,36,10,0,0,0.71,1.5682,0.12,1.0414 Shogun,shogun,34,10,7,4,0.67,1.5441,0.12,1.0414 shrines,shrines,12,10,11,9,0.24,1.1139,0.12,1.0414 shutout,shutout,12,10,12,10,0.24,1.1139,0.12,1.0414 Shylock,shylock,50,10,14,2,0.98,1.7076,0.12,1.0414 sided,sided,10,10,10,10,0.20,1.0414,0.12,1.0414 signings,signings,10,10,10,10,0.20,1.0414,0.12,1.0414 silos,silos,16,10,16,10,0.31,1.2304,0.12,1.0414 simpleminded,simpleminded,10,10,10,10,0.20,1.0414,0.12,1.0414 simpletons,simpletons,11,10,10,9,0.22,1.0792,0.12,1.0414 sinewy,sinewy,14,10,14,10,0.27,1.1761,0.12,1.0414 siphoned,siphoned,11,10,11,10,0.22,1.0792,0.12,1.0414 sitcoms,sitcoms,12,10,12,10,0.24,1.1139,0.12,1.0414 sitters,sitters,10,10,9,9,0.20,1.0414,0.12,1.0414 skewed,skewed,13,10,13,10,0.25,1.1461,0.12,1.0414 skewers,skewers,15,10,14,10,0.29,1.2041,0.12,1.0414 skilful,skilful,10,10,10,10,0.20,1.0414,0.12,1.0414 skippers,skippers,11,10,11,10,0.22,1.0792,0.12,1.0414 skirmishes,skirmishes,10,10,8,8,0.20,1.0414,0.12,1.0414 Skoal,skoal,11,10,1,1,0.22,1.0792,0.12,1.0414 skunked,skunked,10,10,9,9,0.20,1.0414,0.12,1.0414 slandering,slandering,11,10,11,10,0.22,1.0792,0.12,1.0414 slays,slays,11,10,8,7,0.22,1.0792,0.12,1.0414 sleds,sleds,10,10,9,9,0.20,1.0414,0.12,1.0414 sleepwalker,sleepwalker,11,10,10,10,0.22,1.0792,0.12,1.0414 sleuth,sleuth,10,10,9,9,0.20,1.0414,0.12,1.0414 slits,slits,15,10,15,10,0.29,1.2041,0.12,1.0414 slivers,slivers,11,10,11,10,0.22,1.0792,0.12,1.0414 sloshing,sloshing,10,10,8,8,0.20,1.0414,0.12,1.0414 smoothest,smoothest,11,10,10,9,0.22,1.0792,0.12,1.0414 smoothies,smoothies,15,10,14,10,0.29,1.2041,0.12,1.0414 smote,smote,13,10,10,9,0.25,1.1461,0.12,1.0414 snoot,snoot,10,10,10,10,0.20,1.0414,0.12,1.0414 snowballed,snowballed,11,10,11,10,0.22,1.0792,0.12,1.0414 soaks,soaks,10,10,10,10,0.20,1.0414,0.12,1.0414 sodomite,sodomite,13,10,11,9,0.25,1.1461,0.12,1.0414 someones,someones,10,10,9,9,0.20,1.0414,0.12,1.0414 sophomores,sophomores,14,10,14,10,0.27,1.1761,0.12,1.0414 sophomoric,sophomoric,11,10,11,10,0.22,1.0792,0.12,1.0414 sopping,sopping,11,10,10,10,0.22,1.0792,0.12,1.0414 southward,southward,13,10,13,10,0.25,1.1461,0.12,1.0414 sovereigns,sovereigns,18,10,17,9,0.35,1.2788,0.12,1.0414 spankings,spankings,11,10,11,10,0.22,1.0792,0.12,1.0414 spas,spas,10,10,10,10,0.20,1.0414,0.12,1.0414 Spectre,spectre,49,10,7,3,0.96,1.6990,0.12,1.0414 speedometer,speedometer,12,10,12,10,0.24,1.1139,0.12,1.0414 spelt,spelt,13,10,12,9,0.25,1.1461,0.12,1.0414 spiky,spiky,11,10,10,9,0.22,1.0792,0.12,1.0414 spitter,spitter,12,10,10,9,0.24,1.1139,0.12,1.0414 splendour,splendour,12,10,12,10,0.24,1.1139,0.12,1.0414 splenic,splenic,11,10,9,8,0.22,1.0792,0.12,1.0414 splicing,splicing,12,10,12,10,0.24,1.1139,0.12,1.0414 spoilsport,spoilsport,10,10,6,6,0.20,1.0414,0.12,1.0414 spokesmen,spokesmen,10,10,8,8,0.20,1.0414,0.12,1.0414 spongy,spongy,12,10,11,9,0.24,1.1139,0.12,1.0414 sprig,sprig,12,10,12,10,0.24,1.1139,0.12,1.0414 Spritz,spritz,25,10,10,8,0.49,1.4150,0.12,1.0414 sprocket,sprocket,15,10,10,7,0.29,1.2041,0.12,1.0414 sputum,sputum,13,10,12,10,0.25,1.1461,0.12,1.0414 squaring,squaring,10,10,9,9,0.20,1.0414,0.12,1.0414 squeaked,squeaked,10,10,9,9,0.20,1.0414,0.12,1.0414 squishing,squishing,15,10,15,10,0.29,1.2041,0.12,1.0414 Stagehand,stagehand,28,10,12,6,0.55,1.4624,0.12,1.0414 stashing,stashing,10,10,9,9,0.20,1.0414,0.12,1.0414 Steelers,steelers,11,10,0,0,0.22,1.0792,0.12,1.0414 Stemple,stemple,27,10,0,0,0.53,1.4472,0.12,1.0414 stereotypical,stereotypical,10,10,9,9,0.20,1.0414,0.12,1.0414 stiffen,stiffen,10,10,10,10,0.20,1.0414,0.12,1.0414 stilettos,stilettos,13,10,10,8,0.25,1.1461,0.12,1.0414 Stiller,stiller,20,10,0,0,0.39,1.3222,0.12,1.0414 stirrup,stirrup,12,10,12,10,0.24,1.1139,0.12,1.0414 stockyard,stockyard,11,10,9,8,0.22,1.0792,0.12,1.0414 stockyards,stockyards,11,10,11,10,0.22,1.0792,0.12,1.0414 Stonehenge,stonehenge,20,10,1,1,0.39,1.3222,0.12,1.0414 Stradivarius,stradivarius,13,10,0,0,0.25,1.1461,0.12,1.0414 straggler,straggler,12,10,12,10,0.24,1.1139,0.12,1.0414 stratagem,stratagem,11,10,10,9,0.22,1.0792,0.12,1.0414 strategize,strategize,12,10,10,9,0.24,1.1139,0.12,1.0414 stretchers,stretchers,17,10,16,10,0.33,1.2553,0.12,1.0414 strives,strives,10,10,10,10,0.20,1.0414,0.12,1.0414 strumming,strumming,10,10,10,10,0.20,1.0414,0.12,1.0414 stuffer,stuffer,10,10,9,9,0.20,1.0414,0.12,1.0414 subjugation,subjugation,12,10,9,8,0.24,1.1139,0.12,1.0414 subpoenas,subpoenas,12,10,11,9,0.24,1.1139,0.12,1.0414 subscribers,subscribers,13,10,12,9,0.25,1.1461,0.12,1.0414 substantive,substantive,12,10,12,10,0.24,1.1139,0.12,1.0414 succor,succor,10,10,10,10,0.20,1.0414,0.12,1.0414 Suez,suez,18,10,0,0,0.35,1.2788,0.12,1.0414 sufferers,sufferers,12,10,10,9,0.24,1.1139,0.12,1.0414 suffocates,suffocates,10,10,10,10,0.20,1.0414,0.12,1.0414 suitably,suitably,13,10,13,10,0.25,1.1461,0.12,1.0414 sulky,sulky,10,10,10,10,0.20,1.0414,0.12,1.0414 superbly,superbly,11,10,10,9,0.22,1.0792,0.12,1.0414 supplementary,supplementary,13,10,13,10,0.25,1.1461,0.12,1.0414 supposes,supposes,25,10,24,10,0.49,1.4150,0.12,1.0414 suspenseful,suspenseful,11,10,7,7,0.22,1.0792,0.12,1.0414 suss,suss,11,10,11,10,0.22,1.0792,0.12,1.0414 sweatshops,sweatshops,12,10,10,9,0.24,1.1139,0.12,1.0414 sweltering,sweltering,10,10,10,10,0.20,1.0414,0.12,1.0414 swooned,swooned,11,10,10,9,0.22,1.0792,0.12,1.0414 sympathizers,sympathizers,12,10,12,10,0.24,1.1139,0.12,1.0414 synapses,synapses,12,10,10,8,0.24,1.1139,0.12,1.0414 synthesize,synthesize,11,10,11,10,0.22,1.0792,0.12,1.0414 systemic,systemic,11,10,8,7,0.22,1.0792,0.12,1.0414 talkies,talkies,11,10,9,8,0.22,1.0792,0.12,1.0414 Tanto,tanto,50,10,6,6,0.98,1.7076,0.12,1.0414 tapestries,tapestries,16,10,15,10,0.31,1.2304,0.12,1.0414 Tasmanian,tasmanian,10,10,0,0,0.20,1.0414,0.12,1.0414 tattered,tattered,12,10,12,10,0.24,1.1139,0.12,1.0414 taverns,taverns,10,10,10,10,0.20,1.0414,0.12,1.0414 taxed,taxed,10,10,10,10,0.20,1.0414,0.12,1.0414 teahouse,teahouse,42,10,33,9,0.82,1.6335,0.12,1.0414 teeniest,teeniest,10,10,9,9,0.20,1.0414,0.12,1.0414 Teflon,teflon,12,10,3,1,0.24,1.1139,0.12,1.0414 telemarketer,telemarketer,10,10,9,9,0.20,1.0414,0.12,1.0414 teleport,teleport,11,10,7,6,0.22,1.0792,0.12,1.0414 tepid,tepid,12,10,11,9,0.24,1.1139,0.12,1.0414 thave,thave,10,10,10,10,0.20,1.0414,0.12,1.0414 thawing,thawing,12,10,8,8,0.24,1.1139,0.12,1.0414 theirselves,theirselves,10,10,10,10,0.20,1.0414,0.12,1.0414 theologians,theologians,12,10,11,9,0.24,1.1139,0.12,1.0414 theorize,theorize,10,10,9,9,0.20,1.0414,0.12,1.0414 thermodynamics,thermodynamics,13,10,11,8,0.25,1.1461,0.12,1.0414 thingamabob,thingamabob,10,10,9,9,0.20,1.0414,0.12,1.0414 thinned,thinned,10,10,10,10,0.20,1.0414,0.12,1.0414 thunders,thunders,10,10,8,8,0.20,1.0414,0.12,1.0414 ticketed,ticketed,10,10,10,10,0.20,1.0414,0.12,1.0414 tilts,tilts,12,10,12,10,0.24,1.1139,0.12,1.0414 timepiece,timepiece,14,10,14,10,0.27,1.1761,0.12,1.0414 tippers,tippers,10,10,9,9,0.20,1.0414,0.12,1.0414 tipster,tipster,31,10,30,9,0.61,1.5051,0.12,1.0414 tiptoes,tiptoes,11,10,6,6,0.22,1.0792,0.12,1.0414 tirade,tirade,10,10,10,10,0.20,1.0414,0.12,1.0414 toddling,toddling,12,10,11,9,0.24,1.1139,0.12,1.0414 toi,toi,15,10,15,10,0.29,1.2041,0.12,1.0414 tollbooth,tollbooth,11,10,11,10,0.22,1.0792,0.12,1.0414 Tonkin,tonkin,19,10,5,1,0.37,1.3010,0.12,1.0414 topcoat,topcoat,12,10,12,10,0.24,1.1139,0.12,1.0414 topography,topography,13,10,11,9,0.25,1.1461,0.12,1.0414 topsoil,topsoil,10,10,10,10,0.20,1.0414,0.12,1.0414 tosser,tosser,13,10,11,8,0.25,1.1461,0.12,1.0414 totaling,totaling,10,10,10,10,0.20,1.0414,0.12,1.0414 toughie,toughie,10,10,10,10,0.20,1.0414,0.12,1.0414 townie,townie,17,10,17,10,0.33,1.2553,0.12,1.0414 tramping,tramping,11,10,10,10,0.22,1.0792,0.12,1.0414 transact,transact,11,10,11,10,0.22,1.0792,0.12,1.0414 Transformers,transformers,26,10,6,5,0.51,1.4314,0.12,1.0414 transverse,transverse,15,10,12,8,0.29,1.2041,0.12,1.0414 trappers,trappers,15,10,14,9,0.29,1.2041,0.12,1.0414 treetop,treetop,13,10,11,9,0.25,1.1461,0.12,1.0414 triangular,triangular,12,10,11,9,0.24,1.1139,0.12,1.0414 trident,trident,24,10,20,6,0.47,1.3979,0.12,1.0414 Trotter,trotter,22,10,4,4,0.43,1.3617,0.12,1.0414 trudge,trudge,12,10,12,10,0.24,1.1139,0.12,1.0414 trumpeter,trumpeter,10,10,6,6,0.20,1.0414,0.12,1.0414 Tsar,tsar,19,10,3,3,0.37,1.3010,0.12,1.0414 tummies,tummies,11,10,10,9,0.22,1.0792,0.12,1.0414 turbines,turbines,21,10,17,9,0.41,1.3424,0.12,1.0414 turpitude,turpitude,13,10,12,9,0.25,1.1461,0.12,1.0414 Tuscan,tuscan,13,10,0,0,0.25,1.1461,0.12,1.0414 tuts,tuts,15,10,9,5,0.29,1.2041,0.12,1.0414 Tutti,tutti,47,10,7,5,0.92,1.6812,0.12,1.0414 Twill,twill,13,10,4,3,0.25,1.1461,0.12,1.0414 typhus,typhus,26,10,13,9,0.51,1.4314,0.12,1.0414 unaccompanied,unaccompanied,14,10,13,10,0.27,1.1761,0.12,1.0414 unaccustomed,unaccustomed,10,10,6,6,0.20,1.0414,0.12,1.0414 Unchallenged,unchallenged,12,10,5,5,0.24,1.1139,0.12,1.0414 uncork,uncork,12,10,9,9,0.24,1.1139,0.12,1.0414 undefended,undefended,11,10,11,10,0.22,1.0792,0.12,1.0414 undefined,undefined,10,10,10,10,0.20,1.0414,0.12,1.0414 underdeveloped,underdeveloped,10,10,10,10,0.20,1.0414,0.12,1.0414 underdogs,underdogs,11,10,11,10,0.22,1.0792,0.12,1.0414 undergoes,undergoes,10,10,10,10,0.20,1.0414,0.12,1.0414 underpass,underpass,13,10,13,10,0.25,1.1461,0.12,1.0414 underweight,underweight,11,10,11,10,0.22,1.0792,0.12,1.0414 Underwood,underwood,41,10,0,0,0.80,1.6232,0.12,1.0414 undisclosed,undisclosed,11,10,10,9,0.22,1.0792,0.12,1.0414 unemotional,unemotional,10,10,10,10,0.20,1.0414,0.12,1.0414 unequal,unequal,10,10,9,9,0.20,1.0414,0.12,1.0414 unfurled,unfurled,10,10,10,10,0.20,1.0414,0.12,1.0414 uninvolved,uninvolved,11,10,11,10,0.22,1.0792,0.12,1.0414 unis,unis,12,10,9,7,0.24,1.1139,0.12,1.0414 unknowable,unknowable,10,10,10,10,0.20,1.0414,0.12,1.0414 unoriginal,unoriginal,10,10,9,9,0.20,1.0414,0.12,1.0414 unraveled,unraveled,12,10,12,10,0.24,1.1139,0.12,1.0414 unsatisfying,unsatisfying,15,10,14,9,0.29,1.2041,0.12,1.0414 unscientific,unscientific,11,10,11,10,0.22,1.0792,0.12,1.0414 unshakable,unshakable,10,10,9,9,0.20,1.0414,0.12,1.0414 unspeakably,unspeakably,10,10,8,8,0.20,1.0414,0.12,1.0414 unstrap,unstrap,14,10,12,10,0.27,1.1761,0.12,1.0414 unsuccessfully,unsuccessfully,10,10,7,7,0.20,1.0414,0.12,1.0414 untried,untried,12,10,11,9,0.24,1.1139,0.12,1.0414 unwillingly,unwillingly,10,10,8,8,0.20,1.0414,0.12,1.0414 unwrapping,unwrapping,10,10,9,9,0.20,1.0414,0.12,1.0414 upstaged,upstaged,10,10,8,8,0.20,1.0414,0.12,1.0414 urethra,urethra,12,10,12,10,0.24,1.1139,0.12,1.0414 urology,urology,12,10,7,7,0.24,1.1139,0.12,1.0414 Ursa,ursa,13,10,0,0,0.25,1.1461,0.12,1.0414 Valkyries,valkyries,11,10,0,0,0.22,1.0792,0.12,1.0414 Vandal,vandal,15,10,7,6,0.29,1.2041,0.12,1.0414 vanities,vanities,11,10,7,6,0.22,1.0792,0.12,1.0414 vastness,vastness,12,10,12,10,0.24,1.1139,0.12,1.0414 vena,vena,12,10,8,7,0.24,1.1139,0.12,1.0414 vendettas,vendettas,11,10,10,9,0.22,1.0792,0.12,1.0414 ventilating,ventilating,10,10,8,8,0.20,1.0414,0.12,1.0414 verboten,verboten,16,10,14,10,0.31,1.2304,0.12,1.0414 verifies,verifies,10,10,9,9,0.20,1.0414,0.12,1.0414 vexing,vexing,13,10,12,10,0.25,1.1461,0.12,1.0414 vibrato,vibrato,12,10,10,8,0.24,1.1139,0.12,1.0414 visualization,visualization,12,10,11,9,0.24,1.1139,0.12,1.0414 vivant,vivant,10,10,6,6,0.20,1.0414,0.12,1.0414 voiceprint,voiceprint,12,10,11,9,0.24,1.1139,0.12,1.0414 voyeurism,voyeurism,10,10,9,9,0.20,1.0414,0.12,1.0414 Wacker,wacker,26,10,1,1,0.51,1.4314,0.12,1.0414 waded,waded,11,10,11,10,0.22,1.0792,0.12,1.0414 waggle,waggle,20,10,13,8,0.39,1.3222,0.12,1.0414 waiving,waiving,11,10,11,10,0.22,1.0792,0.12,1.0414 wanderers,wanderers,10,10,8,8,0.20,1.0414,0.12,1.0414 wantonly,wantonly,10,10,10,10,0.20,1.0414,0.12,1.0414 wardroom,wardroom,14,10,10,9,0.27,1.1761,0.12,1.0414 Warners,warners,21,10,0,0,0.41,1.3424,0.12,1.0414 weaklings,weaklings,10,10,9,9,0.20,1.0414,0.12,1.0414 weaselly,weaselly,12,10,12,10,0.24,1.1139,0.12,1.0414 webcam,webcam,11,10,10,9,0.22,1.0792,0.12,1.0414 wellbeing,wellbeing,10,10,10,10,0.20,1.0414,0.12,1.0414 welts,welts,13,10,13,10,0.25,1.1461,0.12,1.0414 whaler,whaler,20,10,18,10,0.39,1.3222,0.12,1.0414 wheezes,wheezes,11,10,8,8,0.22,1.0792,0.12,1.0414 whiner,whiner,14,10,14,10,0.27,1.1761,0.12,1.0414 whisked,whisked,10,10,9,9,0.20,1.0414,0.12,1.0414 whitewashed,whitewashed,11,10,10,9,0.22,1.0792,0.12,1.0414 wickedly,wickedly,10,10,9,9,0.20,1.0414,0.12,1.0414 wifely,wifely,10,10,10,10,0.20,1.0414,0.12,1.0414 wildflowers,wildflowers,11,10,10,9,0.22,1.0792,0.12,1.0414 wilful,wilful,12,10,12,10,0.24,1.1139,0.12,1.0414 windowless,windowless,10,10,10,10,0.20,1.0414,0.12,1.0414 windowpane,windowpane,13,10,13,10,0.25,1.1461,0.12,1.0414 windup,windup,11,10,10,10,0.22,1.0792,0.12,1.0414 wined,wined,10,10,10,10,0.20,1.0414,0.12,1.0414 winery,winery,17,10,16,9,0.33,1.2553,0.12,1.0414 Winger,winger,26,10,2,2,0.51,1.4314,0.12,1.0414 wingspan,wingspan,10,10,10,10,0.20,1.0414,0.12,1.0414 witching,witching,14,10,14,10,0.27,1.1761,0.12,1.0414 Wl,wl,46,10,16,8,0.90,1.6721,0.12,1.0414 wobbling,wobbling,11,10,10,9,0.22,1.0792,0.12,1.0414 woefully,woefully,10,10,10,10,0.20,1.0414,0.12,1.0414 wonton,wonton,15,10,8,6,0.29,1.2041,0.12,1.0414 woodcutter,woodcutter,12,10,12,10,0.24,1.1139,0.12,1.0414 woodpile,woodpile,11,10,11,10,0.22,1.0792,0.12,1.0414 Worcestershire,worcestershire,11,10,2,2,0.22,1.0792,0.12,1.0414 workbench,workbench,10,10,10,10,0.20,1.0414,0.12,1.0414 workroom,workroom,11,10,10,9,0.22,1.0792,0.12,1.0414 Wormwood,wormwood,23,10,7,6,0.45,1.3802,0.12,1.0414 wrangler,wrangler,10,10,8,8,0.20,1.0414,0.12,1.0414 wreaking,wreaking,10,10,9,9,0.20,1.0414,0.12,1.0414 Wren,wren,19,10,5,5,0.37,1.3010,0.12,1.0414 wrenching,wrenching,10,10,8,8,0.20,1.0414,0.12,1.0414 Xmas,xmas,13,10,0,0,0.25,1.1461,0.12,1.0414 Yippie,yippie,10,10,2,2,0.20,1.0414,0.12,1.0414 Zed,zed,52,10,2,2,1.02,1.7243,0.12,1.0414 zinger,zinger,11,10,7,7,0.22,1.0792,0.12,1.0414 ziti,ziti,13,10,12,9,0.25,1.1461,0.12,1.0414 zoologist,zoologist,12,10,12,10,0.24,1.1139,0.12,1.0414 abdicate,abdicate,9,9,9,9,0.18,1.0000,0.11,1.0000 abed,abed,10,9,6,6,0.20,1.0414,0.11,1.0000 abhorrent,abhorrent,9,9,9,9,0.18,1.0000,0.11,1.0000 ably,ably,9,9,9,9,0.18,1.0000,0.11,1.0000 aboriginal,aboriginal,9,9,8,8,0.18,1.0000,0.11,1.0000 accolades,accolades,9,9,9,9,0.18,1.0000,0.11,1.0000 accords,accords,9,9,8,8,0.18,1.0000,0.11,1.0000 activism,activism,9,9,9,9,0.18,1.0000,0.11,1.0000 adenoids,adenoids,11,9,9,8,0.22,1.0792,0.11,1.0000 adherence,adherence,9,9,8,8,0.18,1.0000,0.11,1.0000 adhering,adhering,9,9,9,9,0.18,1.0000,0.11,1.0000 adjournment,adjournment,11,9,11,9,0.22,1.0792,0.11,1.0000 adjusts,adjusts,9,9,8,8,0.18,1.0000,0.11,1.0000 adopts,adopts,11,9,11,9,0.22,1.0792,0.11,1.0000 advert,advert,13,9,12,9,0.25,1.1461,0.11,1.0000 Ae,ae,24,9,4,3,0.47,1.3979,0.11,1.0000 aeronautical,aeronautical,12,9,10,8,0.24,1.1139,0.11,1.0000 aeroplanes,aeroplanes,9,9,9,9,0.18,1.0000,0.11,1.0000 afeard,afeard,11,9,11,9,0.22,1.0792,0.11,1.0000 afterglow,afterglow,16,9,10,8,0.31,1.2304,0.11,1.0000 aftertaste,aftertaste,11,9,11,9,0.22,1.0792,0.11,1.0000 agonies,agonies,12,9,10,8,0.24,1.1139,0.11,1.0000 aircrafts,aircrafts,11,9,10,8,0.22,1.0792,0.11,1.0000 airlifted,airlifted,10,9,9,8,0.20,1.0414,0.11,1.0000 alchemy,alchemy,11,9,8,7,0.22,1.0792,0.11,1.0000 Algonquin,algonquin,10,9,0,0,0.20,1.0414,0.11,1.0000 alleges,alleges,9,9,8,8,0.18,1.0000,0.11,1.0000 alleles,alleles,12,9,12,9,0.24,1.1139,0.11,1.0000 alliteration,alliteration,9,9,7,7,0.18,1.0000,0.11,1.0000 alluding,alluding,9,9,9,9,0.18,1.0000,0.11,1.0000 alphabetizing,alphabetizing,9,9,8,8,0.18,1.0000,0.11,1.0000 amenable,amenable,9,9,9,9,0.18,1.0000,0.11,1.0000 amicably,amicably,10,9,10,9,0.20,1.0414,0.11,1.0000 amoral,amoral,10,9,10,9,0.20,1.0414,0.11,1.0000 amputee,amputee,10,9,9,8,0.20,1.0414,0.11,1.0000 anaemic,anaemic,9,9,9,9,0.18,1.0000,0.11,1.0000 angers,angers,19,9,17,9,0.37,1.3010,0.11,1.0000 angora,angora,21,9,11,8,0.41,1.3424,0.11,1.0000 anorexia,anorexia,13,9,12,8,0.25,1.1461,0.11,1.0000 anthropologists,anthropologists,9,9,8,8,0.18,1.0000,0.11,1.0000 antibody,antibody,13,9,12,8,0.25,1.1461,0.11,1.0000 antitoxin,antitoxin,18,9,17,9,0.35,1.2788,0.11,1.0000 apothecary,apothecary,20,9,16,8,0.39,1.3222,0.11,1.0000 appeasement,appeasement,10,9,8,8,0.20,1.0414,0.11,1.0000 applauds,applauds,12,9,12,9,0.24,1.1139,0.11,1.0000 applicator,applicator,10,9,10,9,0.20,1.0414,0.11,1.0000 Apposed,apposed,11,9,3,3,0.22,1.0792,0.11,1.0000 arched,arched,9,9,9,9,0.18,1.0000,0.11,1.0000 arent,arent,12,9,9,7,0.24,1.1139,0.11,1.0000 Argo,argo,42,9,0,0,0.82,1.6335,0.11,1.0000 Aright,aright,17,9,8,6,0.33,1.2553,0.11,1.0000 armband,armband,14,9,13,9,0.27,1.1761,0.11,1.0000 arrears,arrears,9,9,9,9,0.18,1.0000,0.11,1.0000 arte,arte,9,9,7,7,0.18,1.0000,0.11,1.0000 artefact,artefact,11,9,9,9,0.22,1.0792,0.11,1.0000 asexual,asexual,11,9,10,9,0.22,1.0792,0.11,1.0000 ashram,ashram,15,9,14,8,0.29,1.2041,0.11,1.0000 aspirate,aspirate,10,9,7,6,0.20,1.0414,0.11,1.0000 assembles,assembles,9,9,9,9,0.18,1.0000,0.11,1.0000 assertiveness,assertiveness,9,9,8,8,0.18,1.0000,0.11,1.0000 assessor,assessor,11,9,9,9,0.22,1.0792,0.11,1.0000 assignation,assignation,11,9,11,9,0.22,1.0792,0.11,1.0000 Assisi,assisi,22,9,1,1,0.43,1.3617,0.11,1.0000 astigmatism,astigmatism,10,9,10,9,0.20,1.0414,0.11,1.0000 asymptomatic,asymptomatic,11,9,10,8,0.22,1.0792,0.11,1.0000 Athenian,athenian,13,9,0,0,0.25,1.1461,0.11,1.0000 athleticism,athleticism,11,9,11,9,0.22,1.0792,0.11,1.0000 augmentation,augmentation,9,9,8,8,0.18,1.0000,0.11,1.0000 authorizes,authorizes,9,9,9,9,0.18,1.0000,0.11,1.0000 autonomic,autonomic,9,9,8,8,0.18,1.0000,0.11,1.0000 autonomous,autonomous,11,9,8,8,0.22,1.0792,0.11,1.0000 avatars,avatars,9,9,8,8,0.18,1.0000,0.11,1.0000 averaged,averaged,10,9,10,9,0.20,1.0414,0.11,1.0000 aviators,aviators,13,9,11,8,0.25,1.1461,0.11,1.0000 Avis,avis,17,9,2,2,0.33,1.2553,0.11,1.0000 avocation,avocation,9,9,9,9,0.18,1.0000,0.11,1.0000 ayes,ayes,9,9,9,9,0.18,1.0000,0.11,1.0000 bachelorhood,bachelorhood,11,9,10,9,0.22,1.0792,0.11,1.0000 backaches,backaches,9,9,7,7,0.18,1.0000,0.11,1.0000 backfiring,backfiring,10,9,9,8,0.20,1.0414,0.11,1.0000 backhoe,backhoe,13,9,13,9,0.25,1.1461,0.11,1.0000 backswing,backswing,12,9,12,9,0.24,1.1139,0.11,1.0000 badgered,badgered,10,9,10,9,0.20,1.0414,0.11,1.0000 Bal,bal,15,9,1,1,0.29,1.2041,0.11,1.0000 balked,balked,9,9,9,9,0.18,1.0000,0.11,1.0000 Bamboozled,bamboozled,16,9,5,5,0.31,1.2304,0.11,1.0000 Banco,banco,13,9,2,2,0.25,1.1461,0.11,1.0000 banded,banded,9,9,9,9,0.18,1.0000,0.11,1.0000 Bangles,bangles,14,9,3,3,0.27,1.1761,0.11,1.0000 banishment,banishment,10,9,7,7,0.20,1.0414,0.11,1.0000 baptised,baptised,11,9,11,9,0.22,1.0792,0.11,1.0000 barbarous,barbarous,11,9,10,8,0.22,1.0792,0.11,1.0000 barrelhead,barrelhead,16,9,14,9,0.31,1.2304,0.11,1.0000 Basher,basher,16,9,5,5,0.31,1.2304,0.11,1.0000 bassoon,bassoon,16,9,13,8,0.31,1.2304,0.11,1.0000 basted,basted,10,9,7,7,0.20,1.0414,0.11,1.0000 Bateman,bateman,103,9,0,0,2.02,2.0170,0.11,1.0000 bathwater,bathwater,9,9,7,7,0.18,1.0000,0.11,1.0000 beaner,beaner,12,9,9,8,0.24,1.1139,0.11,1.0000 beanpole,beanpole,10,9,9,8,0.20,1.0414,0.11,1.0000 Bec,bec,19,9,3,3,0.37,1.3010,0.11,1.0000 Bedouin,bedouin,13,9,0,0,0.25,1.1461,0.11,1.0000 bedsores,bedsores,11,9,11,9,0.22,1.0792,0.11,1.0000 beefcake,beefcake,9,9,8,8,0.18,1.0000,0.11,1.0000 befallen,befallen,9,9,9,9,0.18,1.0000,0.11,1.0000 befriending,befriending,9,9,7,7,0.18,1.0000,0.11,1.0000 beguile,beguile,10,9,9,8,0.20,1.0414,0.11,1.0000 behemoth,behemoth,10,9,10,9,0.20,1.0414,0.11,1.0000 Benadryl,benadryl,24,9,1,1,0.47,1.3979,0.11,1.0000 bendy,bendy,11,9,11,9,0.22,1.0792,0.11,1.0000 benefiting,benefiting,9,9,9,9,0.18,1.0000,0.11,1.0000 Benzedrine,benzedrine,11,9,2,1,0.22,1.0792,0.11,1.0000 benzene,benzene,22,9,15,8,0.43,1.3617,0.11,1.0000 bequeathed,bequeathed,9,9,9,9,0.18,1.0000,0.11,1.0000 berating,berating,9,9,8,8,0.18,1.0000,0.11,1.0000 betrothal,betrothal,11,9,11,9,0.22,1.0792,0.11,1.0000 betwixt,betwixt,12,9,12,9,0.24,1.1139,0.11,1.0000 bevy,bevy,10,9,10,9,0.20,1.0414,0.11,1.0000 bifocals,bifocals,9,9,7,7,0.18,1.0000,0.11,1.0000 bigwig,bigwig,10,9,10,9,0.20,1.0414,0.11,1.0000 bigwigs,bigwigs,9,9,9,9,0.18,1.0000,0.11,1.0000 billfold,billfold,12,9,12,9,0.24,1.1139,0.11,1.0000 bimonthly,bimonthly,9,9,9,9,0.18,1.0000,0.11,1.0000 biped,biped,10,9,9,8,0.20,1.0414,0.11,1.0000 birdbath,birdbath,10,9,10,9,0.20,1.0414,0.11,1.0000 bivouac,bivouac,10,9,9,8,0.20,1.0414,0.11,1.0000 blackmailers,blackmailers,9,9,7,7,0.18,1.0000,0.11,1.0000 blasphemer,blasphemer,14,9,9,7,0.27,1.1761,0.11,1.0000 Blatch,blatch,13,9,0,0,0.25,1.1461,0.11,1.0000 Blighty,blighty,13,9,1,1,0.25,1.1461,0.11,1.0000 blintzes,blintzes,11,9,9,7,0.22,1.0792,0.11,1.0000 blockbusters,blockbusters,14,9,10,8,0.27,1.1761,0.11,1.0000 bludgeon,bludgeon,12,9,11,8,0.24,1.1139,0.11,1.0000 Bluebeard,bluebeard,12,9,1,1,0.24,1.1139,0.11,1.0000 boatyard,boatyard,13,9,12,9,0.25,1.1461,0.11,1.0000 Bogota,bogota,14,9,1,1,0.27,1.1761,0.11,1.0000 bombastic,bombastic,11,9,8,6,0.22,1.0792,0.11,1.0000 boneyard,boneyard,16,9,15,8,0.31,1.2304,0.11,1.0000 bonfires,bonfires,10,9,9,8,0.20,1.0414,0.11,1.0000 bookmaking,bookmaking,10,9,9,8,0.20,1.0414,0.11,1.0000 Boswell,boswell,14,9,0,0,0.27,1.1761,0.11,1.0000 bots,bots,19,9,17,9,0.37,1.3010,0.11,1.0000 bowline,bowline,15,9,14,9,0.29,1.2041,0.11,1.0000 boxy,boxy,9,9,9,9,0.18,1.0000,0.11,1.0000 boyo,boyo,19,9,19,9,0.37,1.3010,0.11,1.0000 braised,braised,11,9,9,8,0.22,1.0792,0.11,1.0000 Brant,brant,32,9,4,2,0.63,1.5185,0.11,1.0000 brassieres,brassieres,11,9,10,9,0.22,1.0792,0.11,1.0000 brawny,brawny,9,9,8,8,0.18,1.0000,0.11,1.0000 Bray,bray,20,9,8,5,0.39,1.3222,0.11,1.0000 breastplate,breastplate,12,9,11,8,0.24,1.1139,0.11,1.0000 breathlessly,breathlessly,9,9,9,9,0.18,1.0000,0.11,1.0000 Bret,bret,459,9,0,0,9.00,2.6628,0.11,1.0000 briefest,briefest,9,9,9,9,0.18,1.0000,0.11,1.0000 briskly,briskly,12,9,12,9,0.24,1.1139,0.11,1.0000 broached,broached,13,9,13,9,0.25,1.1461,0.11,1.0000 broadly,broadly,9,9,9,9,0.18,1.0000,0.11,1.0000 broiler,broiler,10,9,10,9,0.20,1.0414,0.11,1.0000 browser,browser,9,9,8,8,0.18,1.0000,0.11,1.0000 Bruins,bruins,9,9,0,0,0.18,1.0000,0.11,1.0000 brulee,brulee,12,9,11,9,0.24,1.1139,0.11,1.0000 bubblegum,bubblegum,18,9,15,8,0.35,1.2788,0.11,1.0000 Buccaneers,buccaneers,13,9,6,5,0.25,1.1461,0.11,1.0000 buffoons,buffoons,11,9,11,9,0.22,1.0792,0.11,1.0000 Bulgaria,bulgaria,11,9,1,1,0.22,1.0792,0.11,1.0000 bullfighting,bullfighting,14,9,12,8,0.27,1.1761,0.11,1.0000 bullwhip,bullwhip,11,9,11,9,0.22,1.0792,0.11,1.0000 Bung,bung,15,9,6,5,0.29,1.2041,0.11,1.0000 bunting,bunting,11,9,9,8,0.22,1.0792,0.11,1.0000 buoyant,buoyant,9,9,9,9,0.18,1.0000,0.11,1.0000 burgled,burgled,11,9,11,9,0.22,1.0792,0.11,1.0000 burials,burials,10,9,8,7,0.20,1.0414,0.11,1.0000 burrowed,burrowed,9,9,8,8,0.18,1.0000,0.11,1.0000 byways,byways,9,9,9,9,0.18,1.0000,0.11,1.0000 caballeros,caballeros,30,9,24,7,0.59,1.4914,0.11,1.0000 cacophony,cacophony,13,9,9,8,0.25,1.1461,0.11,1.0000 Cady,cady,64,9,0,0,1.25,1.8129,0.11,1.0000 Caesarean,caesarean,10,9,2,2,0.20,1.0414,0.11,1.0000 caked,caked,9,9,9,9,0.18,1.0000,0.11,1.0000 calculators,calculators,10,9,10,9,0.20,1.0414,0.11,1.0000 Californians,californians,12,9,1,1,0.24,1.1139,0.11,1.0000 cancan,cancan,14,9,13,9,0.27,1.1761,0.11,1.0000 canny,canny,11,9,10,8,0.22,1.0792,0.11,1.0000 canvassed,canvassed,9,9,9,9,0.18,1.0000,0.11,1.0000 capitalized,capitalized,11,9,10,9,0.22,1.0792,0.11,1.0000 captained,captained,9,9,7,7,0.18,1.0000,0.11,1.0000 captivate,captivate,9,9,9,9,0.18,1.0000,0.11,1.0000 Caritas,caritas,14,9,0,0,0.27,1.1761,0.11,1.0000 cartography,cartography,10,9,8,7,0.20,1.0414,0.11,1.0000 cascading,cascading,10,9,10,9,0.20,1.0414,0.11,1.0000 cashews,cashews,21,9,21,9,0.41,1.3424,0.11,1.0000 casseroles,casseroles,10,9,10,9,0.20,1.0414,0.11,1.0000 castaway,castaway,32,9,21,8,0.63,1.5185,0.11,1.0000 caters,caters,9,9,8,8,0.18,1.0000,0.11,1.0000 catfight,catfight,10,9,6,6,0.20,1.0414,0.11,1.0000 catnap,catnap,9,9,9,9,0.18,1.0000,0.11,1.0000 Cavendish,cavendish,32,9,0,0,0.63,1.5185,0.11,1.0000 cecum,cecum,11,9,11,9,0.22,1.0792,0.11,1.0000 celeb,celeb,17,9,12,7,0.33,1.2553,0.11,1.0000 cemented,cemented,11,9,10,9,0.22,1.0792,0.11,1.0000 centimetres,centimetres,10,9,10,9,0.20,1.0414,0.11,1.0000 centrum,centrum,9,9,9,9,0.18,1.0000,0.11,1.0000 chapels,chapels,11,9,11,9,0.22,1.0792,0.11,1.0000 checkbooks,checkbooks,9,9,9,9,0.18,1.0000,0.11,1.0000 chickies,chickies,10,9,10,9,0.20,1.0414,0.11,1.0000 chilies,chilies,9,9,8,8,0.18,1.0000,0.11,1.0000 chintz,chintz,11,9,10,9,0.22,1.0792,0.11,1.0000 chock,chock,9,9,8,8,0.18,1.0000,0.11,1.0000 chocolatey,chocolatey,12,9,9,8,0.24,1.1139,0.11,1.0000 choruses,choruses,12,9,12,9,0.24,1.1139,0.11,1.0000 Ck,ck,18,9,4,4,0.35,1.2788,0.11,1.0000 clack,clack,22,9,15,6,0.43,1.3617,0.11,1.0000 clairvoyance,clairvoyance,10,9,9,9,0.20,1.0414,0.11,1.0000 clanks,clanks,12,9,7,6,0.24,1.1139,0.11,1.0000 clarifying,clarifying,9,9,8,8,0.18,1.0000,0.11,1.0000 cleave,cleave,10,9,5,5,0.20,1.0414,0.11,1.0000 Cleric,cleric,68,9,8,8,1.33,1.8388,0.11,1.0000 clinched,clinched,9,9,9,9,0.18,1.0000,0.11,1.0000 cliques,cliques,11,9,10,8,0.22,1.0792,0.11,1.0000 cloistered,cloistered,9,9,9,9,0.18,1.0000,0.11,1.0000 cockfight,cockfight,9,9,9,9,0.18,1.0000,0.11,1.0000 cocksure,cocksure,9,9,9,9,0.18,1.0000,0.11,1.0000 cocoons,cocoons,12,9,12,9,0.24,1.1139,0.11,1.0000 coexistence,coexistence,10,9,9,8,0.20,1.0414,0.11,1.0000 coffers,coffers,9,9,9,9,0.18,1.0000,0.11,1.0000 cogent,cogent,11,9,10,8,0.22,1.0792,0.11,1.0000 cognizant,cognizant,11,9,10,8,0.22,1.0792,0.11,1.0000 cohort,cohort,10,9,8,8,0.20,1.0414,0.11,1.0000 Coles,coles,54,9,0,0,1.06,1.7404,0.11,1.0000 Coley,coley,33,9,0,0,0.65,1.5315,0.11,1.0000 collisions,collisions,9,9,9,9,0.18,1.0000,0.11,1.0000 colonization,colonization,12,9,12,9,0.24,1.1139,0.11,1.0000 colostomy,colostomy,13,9,13,9,0.25,1.1461,0.11,1.0000 Columbian,columbian,16,9,1,1,0.31,1.2304,0.11,1.0000 comeuppance,comeuppance,9,9,7,7,0.18,1.0000,0.11,1.0000 commemorating,commemorating,9,9,7,7,0.18,1.0000,0.11,1.0000 commentaries,commentaries,10,9,6,6,0.20,1.0414,0.11,1.0000 commiserate,commiserate,9,9,9,9,0.18,1.0000,0.11,1.0000 commuters,commuters,10,9,10,9,0.20,1.0414,0.11,1.0000 complicating,complicating,11,9,11,9,0.22,1.0792,0.11,1.0000 compos,compos,9,9,9,9,0.18,1.0000,0.11,1.0000 comprise,comprise,9,9,9,9,0.18,1.0000,0.11,1.0000 condescension,condescension,9,9,9,9,0.18,1.0000,0.11,1.0000 conditioners,conditioners,9,9,9,9,0.18,1.0000,0.11,1.0000 conductors,conductors,11,9,10,9,0.22,1.0792,0.11,1.0000 conduits,conduits,12,9,11,8,0.24,1.1139,0.11,1.0000 configure,configure,9,9,8,8,0.18,1.0000,0.11,1.0000 configured,configured,9,9,9,9,0.18,1.0000,0.11,1.0000 congestive,congestive,14,9,13,8,0.27,1.1761,0.11,1.0000 constructs,constructs,9,9,9,9,0.18,1.0000,0.11,1.0000 consultations,consultations,10,9,9,8,0.20,1.0414,0.11,1.0000 contemptuous,contemptuous,12,9,12,9,0.24,1.1139,0.11,1.0000 contractual,contractual,10,9,10,9,0.20,1.0414,0.11,1.0000 contradicted,contradicted,11,9,11,9,0.22,1.0792,0.11,1.0000 contrasts,contrasts,9,9,9,9,0.18,1.0000,0.11,1.0000 convoys,convoys,11,9,11,9,0.22,1.0792,0.11,1.0000 convulsion,convulsion,10,9,9,8,0.20,1.0414,0.11,1.0000 cootie,cootie,9,9,6,6,0.18,1.0000,0.11,1.0000 copious,copious,9,9,7,7,0.18,1.0000,0.11,1.0000 corker,corker,9,9,9,9,0.18,1.0000,0.11,1.0000 corneas,corneas,10,9,9,8,0.20,1.0414,0.11,1.0000 cornmeal,cornmeal,12,9,11,8,0.24,1.1139,0.11,1.0000 correctness,correctness,12,9,12,9,0.24,1.1139,0.11,1.0000 corruptible,corruptible,10,9,9,8,0.20,1.0414,0.11,1.0000 cortical,cortical,10,9,9,8,0.20,1.0414,0.11,1.0000 costumed,costumed,9,9,9,9,0.18,1.0000,0.11,1.0000 counterbalance,counterbalance,11,9,11,9,0.22,1.0792,0.11,1.0000 countermeasure,countermeasure,10,9,7,6,0.20,1.0414,0.11,1.0000 cowgirls,cowgirls,35,9,30,6,0.69,1.5563,0.11,1.0000 cradles,cradles,10,9,10,9,0.20,1.0414,0.11,1.0000 crannies,crannies,9,9,9,9,0.18,1.0000,0.11,1.0000 crashers,crashers,9,9,7,7,0.18,1.0000,0.11,1.0000 credenza,credenza,9,9,8,8,0.18,1.0000,0.11,1.0000 cretinous,cretinous,9,9,9,9,0.18,1.0000,0.11,1.0000 Cris,cris,36,9,4,3,0.71,1.5682,0.11,1.0000 crisper,crisper,9,9,9,9,0.18,1.0000,0.11,1.0000 croon,croon,12,9,12,9,0.24,1.1139,0.11,1.0000 crudely,crudely,9,9,8,8,0.18,1.0000,0.11,1.0000 crueler,crueler,9,9,9,9,0.18,1.0000,0.11,1.0000 cruised,cruised,11,9,9,8,0.22,1.0792,0.11,1.0000 crunched,crunched,10,9,8,7,0.20,1.0414,0.11,1.0000 culpable,culpable,10,9,9,8,0.20,1.0414,0.11,1.0000 cupping,cupping,9,9,9,9,0.18,1.0000,0.11,1.0000 curdle,curdle,9,9,8,8,0.18,1.0000,0.11,1.0000 curio,curio,9,9,9,9,0.18,1.0000,0.11,1.0000 curvy,curvy,10,9,10,9,0.20,1.0414,0.11,1.0000 Cyrillic,cyrillic,11,9,2,2,0.22,1.0792,0.11,1.0000 dabs,dabs,19,9,19,9,0.37,1.3010,0.11,1.0000 daffodil,daffodil,10,9,9,8,0.20,1.0414,0.11,1.0000 dagos,dagos,9,9,8,8,0.18,1.0000,0.11,1.0000 dandies,dandies,9,9,9,9,0.18,1.0000,0.11,1.0000 dangled,dangled,10,9,8,7,0.20,1.0414,0.11,1.0000 Darwinism,darwinism,16,9,0,0,0.31,1.2304,0.11,1.0000 Ddt,ddt,11,9,0,0,0.22,1.0792,0.11,1.0000 deactivating,deactivating,9,9,6,6,0.18,1.0000,0.11,1.0000 Debs,debs,14,9,6,5,0.27,1.1761,0.11,1.0000 debtor,debtor,16,9,10,9,0.31,1.2304,0.11,1.0000 decimate,decimate,9,9,9,9,0.18,1.0000,0.11,1.0000 defecated,defecated,9,9,8,8,0.18,1.0000,0.11,1.0000 defrauding,defrauding,9,9,7,7,0.18,1.0000,0.11,1.0000 defused,defused,9,9,8,8,0.18,1.0000,0.11,1.0000 delegated,delegated,9,9,9,9,0.18,1.0000,0.11,1.0000 deliciousness,deliciousness,9,9,9,9,0.18,1.0000,0.11,1.0000 deluding,deluding,10,9,10,9,0.20,1.0414,0.11,1.0000 demerit,demerit,10,9,10,9,0.20,1.0414,0.11,1.0000 democracies,democracies,9,9,7,7,0.18,1.0000,0.11,1.0000 deportment,deportment,12,9,12,9,0.24,1.1139,0.11,1.0000 depositors,depositors,19,9,19,9,0.37,1.3010,0.11,1.0000 depressors,depressors,11,9,11,9,0.22,1.0792,0.11,1.0000 dermatology,dermatology,9,9,7,7,0.18,1.0000,0.11,1.0000 desiccated,desiccated,13,9,12,8,0.25,1.1461,0.11,1.0000 desirous,desirous,12,9,8,8,0.24,1.1139,0.11,1.0000 despairing,despairing,10,9,9,8,0.20,1.0414,0.11,1.0000 desperadoes,desperadoes,11,9,9,8,0.22,1.0792,0.11,1.0000 detoxing,detoxing,9,9,9,9,0.18,1.0000,0.11,1.0000 devotes,devotes,11,9,11,9,0.22,1.0792,0.11,1.0000 Dia,dia,30,9,9,6,0.59,1.4914,0.11,1.0000 diabetics,diabetics,9,9,8,8,0.18,1.0000,0.11,1.0000 diagnostician,diagnostician,12,9,10,8,0.24,1.1139,0.11,1.0000 dictionaries,dictionaries,9,9,7,7,0.18,1.0000,0.11,1.0000 digitized,digitized,9,9,7,7,0.18,1.0000,0.11,1.0000 dikes,dikes,11,9,8,7,0.22,1.0792,0.11,1.0000 dines,dines,9,9,9,9,0.18,1.0000,0.11,1.0000 dingus,dingus,16,9,13,8,0.31,1.2304,0.11,1.0000 disciplinarian,disciplinarian,10,9,10,9,0.20,1.0414,0.11,1.0000 disemboweled,disemboweled,11,9,11,9,0.22,1.0792,0.11,1.0000 disfiguring,disfiguring,9,9,9,9,0.18,1.0000,0.11,1.0000 disheveled,disheveled,9,9,9,9,0.18,1.0000,0.11,1.0000 dishwashers,dishwashers,9,9,9,9,0.18,1.0000,0.11,1.0000 disintegrates,disintegrates,9,9,9,9,0.18,1.0000,0.11,1.0000 disobeys,disobeys,9,9,9,9,0.18,1.0000,0.11,1.0000 disparity,disparity,10,9,9,8,0.20,1.0414,0.11,1.0000 disrespectfully,disrespectfully,9,9,9,9,0.18,1.0000,0.11,1.0000 dissident,dissident,9,9,9,9,0.18,1.0000,0.11,1.0000 distanced,distanced,9,9,9,9,0.18,1.0000,0.11,1.0000 distemper,distemper,9,9,8,8,0.18,1.0000,0.11,1.0000 distributes,distributes,9,9,9,9,0.18,1.0000,0.11,1.0000 diverged,diverged,10,9,10,9,0.20,1.0414,0.11,1.0000 Dockers,dockers,12,9,3,1,0.24,1.1139,0.11,1.0000 dogmatic,dogmatic,10,9,8,7,0.20,1.0414,0.11,1.0000 Doli,doli,19,9,0,0,0.37,1.3010,0.11,1.0000 dollhouse,dollhouse,22,9,22,9,0.43,1.3617,0.11,1.0000 dollop,dollop,10,9,10,9,0.20,1.0414,0.11,1.0000 domes,domes,12,9,12,9,0.24,1.1139,0.11,1.0000 dopers,dopers,10,9,9,8,0.20,1.0414,0.11,1.0000 dosed,dosed,15,9,15,9,0.29,1.2041,0.11,1.0000 downplay,downplay,9,9,8,8,0.18,1.0000,0.11,1.0000 Dozer,dozer,19,9,3,3,0.37,1.3010,0.11,1.0000 Dp,dp,12,9,0,0,0.24,1.1139,0.11,1.0000 draperies,draperies,9,9,9,9,0.18,1.0000,0.11,1.0000 dredged,dredged,9,9,9,9,0.18,1.0000,0.11,1.0000 dreidel,dreidel,14,9,12,9,0.27,1.1761,0.11,1.0000 driveling,driveling,9,9,9,9,0.18,1.0000,0.11,1.0000 drools,drools,9,9,9,9,0.18,1.0000,0.11,1.0000 drudgery,drudgery,9,9,9,9,0.18,1.0000,0.11,1.0000 dryers,dryers,11,9,11,9,0.22,1.0792,0.11,1.0000 Duce,duce,20,9,2,2,0.39,1.3222,0.11,1.0000 Duckie,duckie,36,9,11,4,0.71,1.5682,0.11,1.0000 dun,dun,13,9,7,4,0.25,1.1461,0.11,1.0000 duplicating,duplicating,9,9,9,9,0.18,1.0000,0.11,1.0000 duplicity,duplicity,11,9,9,8,0.22,1.0792,0.11,1.0000 duvet,duvet,12,9,12,9,0.24,1.1139,0.11,1.0000 dweller,dweller,9,9,9,9,0.18,1.0000,0.11,1.0000 dwellings,dwellings,9,9,9,9,0.18,1.0000,0.11,1.0000 Earths,earths,11,9,5,4,0.22,1.0792,0.11,1.0000 Eastman,eastman,57,9,0,0,1.12,1.7634,0.11,1.0000 eatery,eatery,10,9,9,8,0.20,1.0414,0.11,1.0000 eccentricity,eccentricity,10,9,10,9,0.20,1.0414,0.11,1.0000 eclair,eclair,10,9,9,8,0.20,1.0414,0.11,1.0000 eclipses,eclipses,9,9,9,9,0.18,1.0000,0.11,1.0000 ecumenical,ecumenical,9,9,7,7,0.18,1.0000,0.11,1.0000 efficacy,efficacy,15,9,15,9,0.29,1.2041,0.11,1.0000 egging,egging,11,9,10,8,0.22,1.0792,0.11,1.0000 egocentric,egocentric,12,9,10,9,0.24,1.1139,0.11,1.0000 egomaniacal,egomaniacal,9,9,9,9,0.18,1.0000,0.11,1.0000 egress,egress,10,9,10,9,0.20,1.0414,0.11,1.0000 ejector,ejector,15,9,13,8,0.29,1.2041,0.11,1.0000 electing,electing,9,9,9,9,0.18,1.0000,0.11,1.0000 electives,electives,12,9,12,9,0.24,1.1139,0.11,1.0000 Elektra,elektra,65,9,0,0,1.27,1.8195,0.11,1.0000 elevates,elevates,9,9,9,9,0.18,1.0000,0.11,1.0000 eludes,eludes,10,9,10,9,0.20,1.0414,0.11,1.0000 emasculated,emasculated,9,9,8,8,0.18,1.0000,0.11,1.0000 ember,ember,11,9,10,8,0.22,1.0792,0.11,1.0000 embossed,embossed,10,9,9,9,0.20,1.0414,0.11,1.0000 emergence,emergence,10,9,10,9,0.20,1.0414,0.11,1.0000 emitted,emitted,9,9,9,9,0.18,1.0000,0.11,1.0000 emplacements,emplacements,12,9,12,9,0.24,1.1139,0.11,1.0000 enact,enact,9,9,8,8,0.18,1.0000,0.11,1.0000 encephalitis,encephalitis,11,9,9,8,0.22,1.0792,0.11,1.0000 encircled,encircled,9,9,7,7,0.18,1.0000,0.11,1.0000 encrusted,encrusted,9,9,9,9,0.18,1.0000,0.11,1.0000 endoscopy,endoscopy,13,9,11,9,0.25,1.1461,0.11,1.0000 endow,endow,11,9,10,9,0.22,1.0792,0.11,1.0000 enemas,enemas,12,9,12,9,0.24,1.1139,0.11,1.0000 engraver,engraver,10,9,10,9,0.20,1.0414,0.11,1.0000 enhancer,enhancer,9,9,9,9,0.18,1.0000,0.11,1.0000 ennui,ennui,19,9,17,8,0.37,1.3010,0.11,1.0000 enrage,enrage,14,9,14,9,0.27,1.1761,0.11,1.0000 enslavement,enslavement,9,9,8,8,0.18,1.0000,0.11,1.0000 ensue,ensue,10,9,10,9,0.20,1.0414,0.11,1.0000 ensues,ensues,9,9,9,9,0.18,1.0000,0.11,1.0000 ensuing,ensuing,10,9,10,9,0.20,1.0414,0.11,1.0000 entanglements,entanglements,9,9,9,9,0.18,1.0000,0.11,1.0000 enthralled,enthralled,9,9,8,8,0.18,1.0000,0.11,1.0000 enthused,enthused,14,9,14,9,0.27,1.1761,0.11,1.0000 entrenched,entrenched,9,9,9,9,0.18,1.0000,0.11,1.0000 entrepreneurial,entrepreneurial,9,9,9,9,0.18,1.0000,0.11,1.0000 epidemics,epidemics,10,9,8,8,0.20,1.0414,0.11,1.0000 epidermal,epidermal,10,9,9,8,0.20,1.0414,0.11,1.0000 Episcopal,episcopal,10,9,0,0,0.20,1.0414,0.11,1.0000 erroneously,erroneously,13,9,13,9,0.25,1.1461,0.11,1.0000 escalators,escalators,9,9,9,9,0.18,1.0000,0.11,1.0000 Esplanade,esplanade,16,9,7,5,0.31,1.2304,0.11,1.0000 Estonia,estonia,14,9,0,0,0.27,1.1761,0.11,1.0000 eulogies,eulogies,12,9,11,8,0.24,1.1139,0.11,1.0000 evangelical,evangelical,11,9,11,9,0.22,1.0792,0.11,1.0000 evaporates,evaporates,9,9,9,9,0.18,1.0000,0.11,1.0000 evened,evened,9,9,9,9,0.18,1.0000,0.11,1.0000 eventuality,eventuality,9,9,9,9,0.18,1.0000,0.11,1.0000 evokes,evokes,13,9,13,9,0.25,1.1461,0.11,1.0000 exacerbated,exacerbated,9,9,9,9,0.18,1.0000,0.11,1.0000 examiners,examiners,11,9,10,8,0.22,1.0792,0.11,1.0000 excels,excels,10,9,10,9,0.20,1.0414,0.11,1.0000 exemplar,exemplar,9,9,8,8,0.18,1.0000,0.11,1.0000 exemplified,exemplified,9,9,9,9,0.18,1.0000,0.11,1.0000 exhibitionist,exhibitionist,10,9,10,9,0.20,1.0414,0.11,1.0000 existentialism,existentialism,10,9,9,9,0.20,1.0414,0.11,1.0000 exorcising,exorcising,11,9,11,9,0.22,1.0792,0.11,1.0000 expatriate,expatriate,9,9,9,9,0.18,1.0000,0.11,1.0000 expelling,expelling,11,9,10,8,0.22,1.0792,0.11,1.0000 explainable,explainable,10,9,10,9,0.20,1.0414,0.11,1.0000 exponential,exponential,10,9,9,8,0.20,1.0414,0.11,1.0000 extortionist,extortionist,10,9,10,9,0.20,1.0414,0.11,1.0000 extractions,extractions,9,9,8,8,0.18,1.0000,0.11,1.0000 extubate,extubate,14,9,14,9,0.27,1.1761,0.11,1.0000 exudes,exudes,9,9,9,9,0.18,1.0000,0.11,1.0000 facsimile,facsimile,9,9,9,9,0.18,1.0000,0.11,1.0000 fain,fain,15,9,8,6,0.29,1.2041,0.11,1.0000 fainter,fainter,10,9,8,7,0.20,1.0414,0.11,1.0000 fairground,fairground,10,9,10,9,0.20,1.0414,0.11,1.0000 fairyland,fairyland,12,9,10,7,0.24,1.1139,0.11,1.0000 fanciest,fanciest,9,9,9,9,0.18,1.0000,0.11,1.0000 farmed,farmed,21,9,21,9,0.41,1.3424,0.11,1.0000 farmyard,farmyard,10,9,9,8,0.20,1.0414,0.11,1.0000 Faro,faro,34,9,11,7,0.67,1.5441,0.11,1.0000 fathering,fathering,9,9,9,9,0.18,1.0000,0.11,1.0000 Faust,faust,25,9,0,0,0.49,1.4150,0.11,1.0000 favourably,favourably,9,9,9,9,0.18,1.0000,0.11,1.0000 fearfully,fearfully,9,9,8,8,0.18,1.0000,0.11,1.0000 feasted,feasted,9,9,9,9,0.18,1.0000,0.11,1.0000 federally,federally,10,9,10,9,0.20,1.0414,0.11,1.0000 feedbag,feedbag,10,9,9,8,0.20,1.0414,0.11,1.0000 Feelgood,feelgood,10,9,1,1,0.20,1.0414,0.11,1.0000 feigning,feigning,9,9,7,7,0.18,1.0000,0.11,1.0000 fellowships,fellowships,9,9,9,9,0.18,1.0000,0.11,1.0000 ferment,ferment,11,9,10,9,0.22,1.0792,0.11,1.0000 ferocity,ferocity,10,9,10,9,0.20,1.0414,0.11,1.0000 fertiliser,fertiliser,14,9,13,8,0.27,1.1761,0.11,1.0000 fete,fete,16,9,16,9,0.31,1.2304,0.11,1.0000 feudal,feudal,10,9,10,9,0.20,1.0414,0.11,1.0000 Fiat,fiat,9,9,0,0,0.18,1.0000,0.11,1.0000 fibrillation,fibrillation,11,9,9,8,0.22,1.0792,0.11,1.0000 fibrosis,fibrosis,20,9,13,8,0.39,1.3222,0.11,1.0000 fibula,fibula,10,9,10,9,0.20,1.0414,0.11,1.0000 figurine,figurine,14,9,14,9,0.27,1.1761,0.11,1.0000 fingertip,fingertip,10,9,9,8,0.20,1.0414,0.11,1.0000 fisticuffs,fisticuffs,9,9,9,9,0.18,1.0000,0.11,1.0000 flagging,flagging,9,9,9,9,0.18,1.0000,0.11,1.0000 flail,flail,9,9,7,7,0.18,1.0000,0.11,1.0000 flasher,flasher,17,9,17,9,0.33,1.2553,0.11,1.0000 flatly,flatly,9,9,8,8,0.18,1.0000,0.11,1.0000 fleeced,fleeced,12,9,12,9,0.24,1.1139,0.11,1.0000 floaters,floaters,13,9,11,7,0.25,1.1461,0.11,1.0000 fluctuates,fluctuates,9,9,8,8,0.18,1.0000,0.11,1.0000 foodstuffs,foodstuffs,9,9,9,9,0.18,1.0000,0.11,1.0000 footlights,footlights,11,9,10,8,0.22,1.0792,0.11,1.0000 footmen,footmen,10,9,10,9,0.20,1.0414,0.11,1.0000 fop,fop,11,9,11,9,0.22,1.0792,0.11,1.0000 forethought,forethought,9,9,9,9,0.18,1.0000,0.11,1.0000 fortresses,fortresses,11,9,7,6,0.22,1.0792,0.11,1.0000 foundling,foundling,9,9,8,8,0.18,1.0000,0.11,1.0000 Franciscan,franciscan,13,9,0,0,0.25,1.1461,0.11,1.0000 frankincense,frankincense,12,9,7,6,0.24,1.1139,0.11,1.0000 frets,frets,10,9,10,9,0.20,1.0414,0.11,1.0000 fricassee,fricassee,9,9,8,8,0.18,1.0000,0.11,1.0000 frivolity,frivolity,9,9,8,8,0.18,1.0000,0.11,1.0000 frontage,frontage,10,9,6,6,0.20,1.0414,0.11,1.0000 froth,froth,10,9,8,8,0.20,1.0414,0.11,1.0000 frugal,frugal,9,9,9,9,0.18,1.0000,0.11,1.0000 frumpy,frumpy,9,9,9,9,0.18,1.0000,0.11,1.0000 fume,fume,12,9,11,8,0.24,1.1139,0.11,1.0000 fuming,fuming,9,9,9,9,0.18,1.0000,0.11,1.0000 fungal,fungal,15,9,15,9,0.29,1.2041,0.11,1.0000 fy,fy,12,9,12,9,0.24,1.1139,0.11,1.0000 gales,gales,9,9,8,8,0.18,1.0000,0.11,1.0000 Galleria,galleria,11,9,3,3,0.22,1.0792,0.11,1.0000 galling,galling,9,9,9,9,0.18,1.0000,0.11,1.0000 gallstones,gallstones,10,9,9,8,0.20,1.0414,0.11,1.0000 ganged,ganged,9,9,8,8,0.18,1.0000,0.11,1.0000 Ganges,ganges,11,9,0,0,0.22,1.0792,0.11,1.0000 gangrenous,gangrenous,9,9,8,8,0.18,1.0000,0.11,1.0000 garish,garish,11,9,10,9,0.22,1.0792,0.11,1.0000 gaseous,gaseous,10,9,9,8,0.20,1.0414,0.11,1.0000 gaslight,gaslight,17,9,13,7,0.33,1.2553,0.11,1.0000 gastrointestinal,gastrointestinal,9,9,7,7,0.18,1.0000,0.11,1.0000 gats,gats,14,9,14,9,0.27,1.1761,0.11,1.0000 gazpacho,gazpacho,11,9,10,8,0.22,1.0792,0.11,1.0000 gentiles,gentiles,9,9,6,6,0.18,1.0000,0.11,1.0000 ghoulish,ghoulish,12,9,11,9,0.24,1.1139,0.11,1.0000 gibbering,gibbering,17,9,14,6,0.33,1.2553,0.11,1.0000 Gipper,gipper,18,9,3,1,0.35,1.2788,0.11,1.0000 gladness,gladness,16,9,16,9,0.31,1.2304,0.11,1.0000 Globetrotters,globetrotters,12,9,1,1,0.24,1.1139,0.11,1.0000 Gluck,gluck,16,9,3,1,0.31,1.2304,0.11,1.0000 gobbled,gobbled,10,9,10,9,0.20,1.0414,0.11,1.0000 Gobbler,gobbler,16,9,6,4,0.31,1.2304,0.11,1.0000 goblets,goblets,9,9,8,8,0.18,1.0000,0.11,1.0000 Gogo,gogo,25,9,4,4,0.49,1.4150,0.11,1.0000 goiter,goiter,10,9,9,8,0.20,1.0414,0.11,1.0000 gol,gol,12,9,6,5,0.24,1.1139,0.11,1.0000 Goodrich,goodrich,14,9,0,0,0.27,1.1761,0.11,1.0000 goosebumps,goosebumps,12,9,8,8,0.24,1.1139,0.11,1.0000 Gorgonzola,gorgonzola,9,9,4,4,0.18,1.0000,0.11,1.0000 goto,goto,13,9,9,6,0.25,1.1461,0.11,1.0000 Gp,gp,13,9,0,0,0.25,1.1461,0.11,1.0000 grabber,grabber,12,9,11,9,0.24,1.1139,0.11,1.0000 graciousness,graciousness,10,9,9,8,0.20,1.0414,0.11,1.0000 Graf,graf,16,9,0,0,0.31,1.2304,0.11,1.0000 grafted,grafted,10,9,10,9,0.20,1.0414,0.11,1.0000 grandbaby,grandbaby,10,9,10,9,0.20,1.0414,0.11,1.0000 granddaughters,granddaughters,10,9,10,9,0.20,1.0414,0.11,1.0000 Grandmaster,grandmaster,21,9,1,1,0.41,1.3424,0.11,1.0000 greaser,greaser,21,9,13,7,0.41,1.3424,0.11,1.0000 greasing,greasing,9,9,9,9,0.18,1.0000,0.11,1.0000 gremlin,gremlin,11,9,7,5,0.22,1.0792,0.11,1.0000 grenadine,grenadine,10,9,9,8,0.20,1.0414,0.11,1.0000 groomsmen,groomsmen,11,9,10,9,0.22,1.0792,0.11,1.0000 grower,grower,10,9,10,9,0.20,1.0414,0.11,1.0000 gulping,gulping,9,9,7,7,0.18,1.0000,0.11,1.0000 Gunny,gunny,32,9,8,5,0.63,1.5185,0.11,1.0000 gunships,gunships,11,9,11,9,0.22,1.0792,0.11,1.0000 gunsmith,gunsmith,15,9,9,6,0.29,1.2041,0.11,1.0000 gurgle,gurgle,12,9,7,6,0.24,1.1139,0.11,1.0000 gurgles,gurgles,11,9,10,8,0.22,1.0792,0.11,1.0000 gurneys,gurneys,9,9,9,9,0.18,1.0000,0.11,1.0000 gurus,gurus,10,9,10,9,0.20,1.0414,0.11,1.0000 habitable,habitable,10,9,10,9,0.20,1.0414,0.11,1.0000 habitats,habitats,11,9,11,9,0.22,1.0792,0.11,1.0000 habitually,habitually,9,9,8,8,0.18,1.0000,0.11,1.0000 haemorrhaging,haemorrhaging,10,9,9,8,0.20,1.0414,0.11,1.0000 Hague,hague,11,9,0,0,0.22,1.0792,0.11,1.0000 hairdryer,hairdryer,11,9,11,9,0.22,1.0792,0.11,1.0000 Hakim,hakim,35,9,0,0,0.69,1.5563,0.11,1.0000 Halcyon,halcyon,13,9,3,3,0.25,1.1461,0.11,1.0000 halyard,halyard,12,9,12,9,0.24,1.1139,0.11,1.0000 hamstring,hamstring,10,9,10,9,0.20,1.0414,0.11,1.0000 handmaiden,handmaiden,10,9,9,9,0.20,1.0414,0.11,1.0000 handoff,handoff,12,9,10,9,0.24,1.1139,0.11,1.0000 Hao,hao,25,9,2,2,0.49,1.4150,0.11,1.0000 haphazard,haphazard,10,9,9,9,0.20,1.0414,0.11,1.0000 haps,haps,14,9,14,9,0.27,1.1761,0.11,1.0000 hardtack,hardtack,12,9,8,7,0.24,1.1139,0.11,1.0000 harmonic,harmonic,11,9,10,8,0.22,1.0792,0.11,1.0000 harnesses,harnesses,10,9,10,9,0.20,1.0414,0.11,1.0000 harnessing,harnessing,10,9,9,8,0.20,1.0414,0.11,1.0000 harvests,harvests,13,9,13,9,0.25,1.1461,0.11,1.0000 havent,havent,13,9,12,9,0.25,1.1461,0.11,1.0000 Hawker,hawker,19,9,4,4,0.37,1.3010,0.11,1.0000 hayrides,hayrides,12,9,10,9,0.24,1.1139,0.11,1.0000 hazelnut,hazelnut,9,9,8,8,0.18,1.0000,0.11,1.0000 headliners,headliners,9,9,9,9,0.18,1.0000,0.11,1.0000 headpiece,headpiece,16,9,16,9,0.31,1.2304,0.11,1.0000 heartsick,heartsick,14,9,14,9,0.27,1.1761,0.11,1.0000 heavies,heavies,9,9,9,9,0.18,1.0000,0.11,1.0000 hedgehog,hedgehog,15,9,15,9,0.29,1.2041,0.11,1.0000 heeded,heeded,9,9,9,9,0.18,1.0000,0.11,1.0000 heifers,heifers,12,9,12,9,0.24,1.1139,0.11,1.0000 hemispheres,hemispheres,11,9,11,9,0.22,1.0792,0.11,1.0000 Henny,henny,20,9,0,0,0.39,1.3222,0.11,1.0000 herniated,herniated,9,9,8,8,0.18,1.0000,0.11,1.0000 herrings,herrings,10,9,10,9,0.20,1.0414,0.11,1.0000 Highlanders,highlanders,12,9,3,3,0.24,1.1139,0.11,1.0000 highschool,highschool,9,9,6,6,0.18,1.0000,0.11,1.0000 hiker,hiker,14,9,13,8,0.27,1.1761,0.11,1.0000 hitches,hitches,9,9,9,9,0.18,1.0000,0.11,1.0000 Hoagie,hoagie,44,9,7,7,0.86,1.6532,0.11,1.0000 hoard,hoard,23,9,23,9,0.45,1.3802,0.11,1.0000 hobnob,hobnob,11,9,10,9,0.22,1.0792,0.11,1.0000 hocking,hocking,9,9,9,9,0.18,1.0000,0.11,1.0000 Hollander,hollander,28,9,0,0,0.55,1.4624,0.11,1.0000 holsters,holsters,9,9,9,9,0.18,1.0000,0.11,1.0000 homeopathic,homeopathic,11,9,10,9,0.22,1.0792,0.11,1.0000 homespun,homespun,10,9,8,8,0.20,1.0414,0.11,1.0000 honeybee,honeybee,10,9,7,6,0.20,1.0414,0.11,1.0000 honeybunch,honeybunch,10,9,9,8,0.20,1.0414,0.11,1.0000 hoofbeats,hoofbeats,11,9,8,6,0.22,1.0792,0.11,1.0000 hootenanny,hootenanny,11,9,10,8,0.22,1.0792,0.11,1.0000 hopelessness,hopelessness,11,9,9,8,0.22,1.0792,0.11,1.0000 horseflesh,horseflesh,10,9,10,9,0.20,1.0414,0.11,1.0000 Horst,horst,24,9,0,0,0.47,1.3979,0.11,1.0000 hospitalization,hospitalization,9,9,9,9,0.18,1.0000,0.11,1.0000 hotheads,hotheads,11,9,9,9,0.22,1.0792,0.11,1.0000 houseful,houseful,9,9,9,9,0.18,1.0000,0.11,1.0000 Hows,hows,10,9,4,4,0.20,1.0414,0.11,1.0000 Hoya,hoya,9,9,0,0,0.18,1.0000,0.11,1.0000 hubs,hubs,9,9,9,9,0.18,1.0000,0.11,1.0000 hues,hues,9,9,7,7,0.18,1.0000,0.11,1.0000 huffs,huffs,9,9,9,9,0.18,1.0000,0.11,1.0000 hulls,hulls,9,9,9,9,0.18,1.0000,0.11,1.0000 humiliates,humiliates,9,9,9,9,0.18,1.0000,0.11,1.0000 humiliations,humiliations,9,9,8,8,0.18,1.0000,0.11,1.0000 hummed,hummed,9,9,9,9,0.18,1.0000,0.11,1.0000 hummingbirds,hummingbirds,14,9,7,7,0.27,1.1761,0.11,1.0000 humorless,humorless,10,9,10,9,0.20,1.0414,0.11,1.0000 hungers,hungers,9,9,9,9,0.18,1.0000,0.11,1.0000 Huntress,huntress,20,9,7,5,0.39,1.3222,0.11,1.0000 husbandry,husbandry,10,9,10,9,0.20,1.0414,0.11,1.0000 hydroponic,hydroponic,12,9,9,8,0.24,1.1139,0.11,1.0000 idealized,idealized,9,9,9,9,0.18,1.0000,0.11,1.0000 ideologies,ideologies,10,9,10,9,0.20,1.0414,0.11,1.0000 idiom,idiom,12,9,12,9,0.24,1.1139,0.11,1.0000 imbued,imbued,9,9,9,9,0.18,1.0000,0.11,1.0000 immeasurably,immeasurably,9,9,9,9,0.18,1.0000,0.11,1.0000 implanting,implanting,9,9,8,8,0.18,1.0000,0.11,1.0000 implementation,implementation,9,9,9,9,0.18,1.0000,0.11,1.0000 impounding,impounding,9,9,8,8,0.18,1.0000,0.11,1.0000 improprieties,improprieties,10,9,10,9,0.20,1.0414,0.11,1.0000 impugn,impugn,9,9,9,9,0.18,1.0000,0.11,1.0000 incapacity,incapacity,13,9,13,9,0.25,1.1461,0.11,1.0000 incarcerate,incarcerate,10,9,8,7,0.20,1.0414,0.11,1.0000 incentives,incentives,12,9,12,9,0.24,1.1139,0.11,1.0000 incise,incise,10,9,5,5,0.20,1.0414,0.11,1.0000 incisions,incisions,9,9,9,9,0.18,1.0000,0.11,1.0000 incisors,incisors,9,9,9,9,0.18,1.0000,0.11,1.0000 inclusion,inclusion,10,9,10,9,0.20,1.0414,0.11,1.0000 inclusive,inclusive,11,9,10,8,0.22,1.0792,0.11,1.0000 incoherently,incoherently,9,9,8,8,0.18,1.0000,0.11,1.0000 incompetents,incompetents,10,9,10,9,0.20,1.0414,0.11,1.0000 indefensible,indefensible,9,9,9,9,0.18,1.0000,0.11,1.0000 indentation,indentation,9,9,9,9,0.18,1.0000,0.11,1.0000 indentations,indentations,9,9,9,9,0.18,1.0000,0.11,1.0000 indiscriminate,indiscriminate,9,9,9,9,0.18,1.0000,0.11,1.0000 infirmity,infirmity,11,9,11,9,0.22,1.0792,0.11,1.0000 infringement,infringement,9,9,9,9,0.18,1.0000,0.11,1.0000 infuse,infuse,9,9,7,7,0.18,1.0000,0.11,1.0000 ingenuous,ingenuous,11,9,11,9,0.22,1.0792,0.11,1.0000 ingratiate,ingratiate,10,9,10,9,0.20,1.0414,0.11,1.0000 inheriting,inheriting,10,9,10,9,0.20,1.0414,0.11,1.0000 injects,injects,9,9,8,8,0.18,1.0000,0.11,1.0000 inks,inks,9,9,8,8,0.18,1.0000,0.11,1.0000 inlaid,inlaid,9,9,9,9,0.18,1.0000,0.11,1.0000 innovator,innovator,10,9,9,8,0.20,1.0414,0.11,1.0000 innuendos,innuendos,9,9,9,9,0.18,1.0000,0.11,1.0000 inoculate,inoculate,18,9,18,9,0.35,1.2788,0.11,1.0000 inoffensive,inoffensive,12,9,11,9,0.24,1.1139,0.11,1.0000 inroads,inroads,9,9,9,9,0.18,1.0000,0.11,1.0000 inscribe,inscribe,9,9,9,9,0.18,1.0000,0.11,1.0000 insinuated,insinuated,9,9,9,9,0.18,1.0000,0.11,1.0000 instalments,instalments,12,9,10,9,0.24,1.1139,0.11,1.0000 instituting,instituting,9,9,9,9,0.18,1.0000,0.11,1.0000 interred,interred,9,9,9,9,0.18,1.0000,0.11,1.0000 intervenes,intervenes,9,9,9,9,0.18,1.0000,0.11,1.0000 interventions,interventions,10,9,8,8,0.20,1.0414,0.11,1.0000 intimates,intimates,10,9,9,8,0.20,1.0414,0.11,1.0000 introspection,introspection,9,9,8,8,0.18,1.0000,0.11,1.0000 intuitions,intuitions,9,9,8,8,0.18,1.0000,0.11,1.0000 invasions,invasions,9,9,9,9,0.18,1.0000,0.11,1.0000 inventories,inventories,9,9,9,9,0.18,1.0000,0.11,1.0000 io,io,14,9,9,4,0.27,1.1761,0.11,1.0000 irregulars,irregulars,11,9,11,9,0.22,1.0792,0.11,1.0000 irrepressible,irrepressible,10,9,10,9,0.20,1.0414,0.11,1.0000 irresponsibly,irresponsibly,10,9,10,9,0.20,1.0414,0.11,1.0000 Israeli,israeli,10,9,0,0,0.20,1.0414,0.11,1.0000 Jammy,jammy,16,9,6,6,0.31,1.2304,0.11,1.0000 jangle,jangle,17,9,14,7,0.33,1.2553,0.11,1.0000 jarred,jarred,11,9,8,8,0.22,1.0792,0.11,1.0000 jaunty,jaunty,9,9,8,8,0.18,1.0000,0.11,1.0000 Jeanne,jeanne,12,9,0,0,0.24,1.1139,0.11,1.0000 jesters,jesters,21,9,16,6,0.41,1.3424,0.11,1.0000 jests,jests,9,9,9,9,0.18,1.0000,0.11,1.0000 jockeying,jockeying,9,9,9,9,0.18,1.0000,0.11,1.0000 joists,joists,13,9,13,9,0.25,1.1461,0.11,1.0000 Joneses,joneses,10,9,2,2,0.20,1.0414,0.11,1.0000 jovial,jovial,11,9,11,9,0.22,1.0792,0.11,1.0000 joyfully,joyfully,9,9,6,6,0.18,1.0000,0.11,1.0000 joyously,joyously,9,9,9,9,0.18,1.0000,0.11,1.0000 Jt,jt,33,9,1,1,0.65,1.5315,0.11,1.0000 kamikazes,kamikazes,9,9,6,6,0.18,1.0000,0.11,1.0000 Katzenjammer,katzenjammer,14,9,0,0,0.27,1.1761,0.11,1.0000 keying,keying,9,9,9,9,0.18,1.0000,0.11,1.0000 Khmer,khmer,17,9,0,0,0.33,1.2553,0.11,1.0000 Kipper,kipper,14,9,6,5,0.27,1.1761,0.11,1.0000 kleptomaniac,kleptomaniac,9,9,9,9,0.18,1.0000,0.11,1.0000 klick,klick,10,9,10,9,0.20,1.0414,0.11,1.0000 knaves,knaves,12,9,12,9,0.24,1.1139,0.11,1.0000 kneed,kneed,12,9,12,9,0.24,1.1139,0.11,1.0000 Kona,kona,30,9,0,0,0.59,1.4914,0.11,1.0000 lacs,lacs,12,9,10,7,0.24,1.1139,0.11,1.0000 Lakeshore,lakeshore,9,9,4,4,0.18,1.0000,0.11,1.0000 lamebrain,lamebrain,13,9,10,7,0.25,1.1461,0.11,1.0000 laminate,laminate,10,9,10,9,0.20,1.0414,0.11,1.0000 languishing,languishing,9,9,9,9,0.18,1.0000,0.11,1.0000 Largo,largo,54,9,1,1,1.06,1.7404,0.11,1.0000 lavished,lavished,9,9,9,9,0.18,1.0000,0.11,1.0000 layouts,layouts,9,9,9,9,0.18,1.0000,0.11,1.0000 Lea,lea,20,9,5,5,0.39,1.3222,0.11,1.0000 leaflets,leaflets,13,9,13,9,0.25,1.1461,0.11,1.0000 leathers,leathers,12,9,12,9,0.24,1.1139,0.11,1.0000 leathery,leathery,9,9,9,9,0.18,1.0000,0.11,1.0000 leavings,leavings,10,9,10,9,0.20,1.0414,0.11,1.0000 lederhosen,lederhosen,10,9,5,5,0.20,1.0414,0.11,1.0000 leftist,leftist,9,9,8,8,0.18,1.0000,0.11,1.0000 legalize,legalize,11,9,7,7,0.22,1.0792,0.11,1.0000 lemonades,lemonades,11,9,10,8,0.22,1.0792,0.11,1.0000 Leonid,leonid,20,9,0,0,0.39,1.3222,0.11,1.0000 leopards,leopards,40,9,32,6,0.78,1.6128,0.11,1.0000 leukaemia,leukaemia,13,9,11,8,0.25,1.1461,0.11,1.0000 Lev,lev,21,9,3,2,0.41,1.3424,0.11,1.0000 levied,levied,9,9,9,9,0.18,1.0000,0.11,1.0000 levitation,levitation,9,9,6,6,0.18,1.0000,0.11,1.0000 liberators,liberators,10,9,10,9,0.20,1.0414,0.11,1.0000 libidos,libidos,10,9,10,9,0.20,1.0414,0.11,1.0000 Libyan,libyan,20,9,0,0,0.39,1.3222,0.11,1.0000 lifter,lifter,12,9,12,9,0.24,1.1139,0.11,1.0000 lifters,lifters,10,9,10,9,0.20,1.0414,0.11,1.0000 lighthouses,lighthouses,13,9,13,9,0.25,1.1461,0.11,1.0000 likened,likened,9,9,9,9,0.18,1.0000,0.11,1.0000 linebackers,linebackers,13,9,13,9,0.25,1.1461,0.11,1.0000 linings,linings,11,9,10,8,0.22,1.0792,0.11,1.0000 linkage,linkage,15,9,15,9,0.29,1.2041,0.11,1.0000 liquefy,liquefy,10,9,9,9,0.20,1.0414,0.11,1.0000 listless,listless,9,9,9,9,0.18,1.0000,0.11,1.0000 litres,litres,12,9,12,9,0.24,1.1139,0.11,1.0000 llamas,llamas,10,9,9,8,0.20,1.0414,0.11,1.0000 locos,locos,10,9,8,8,0.20,1.0414,0.11,1.0000 longboat,longboat,21,9,18,8,0.41,1.3424,0.11,1.0000 Longhorn,longhorn,16,9,4,4,0.31,1.2304,0.11,1.0000 loons,loons,17,9,17,9,0.33,1.2553,0.11,1.0000 Lorelei,lorelei,39,9,0,0,0.76,1.6021,0.11,1.0000 Lowry,lowry,41,9,1,1,0.80,1.6232,0.11,1.0000 Loyalist,loyalist,9,9,4,4,0.18,1.0000,0.11,1.0000 lulled,lulled,11,9,10,8,0.22,1.0792,0.11,1.0000 lumberyard,lumberyard,9,9,9,9,0.18,1.0000,0.11,1.0000 lymphatic,lymphatic,14,9,14,9,0.27,1.1761,0.11,1.0000 machina,machina,9,9,9,9,0.18,1.0000,0.11,1.0000 Magneto,magneto,54,9,6,4,1.06,1.7404,0.11,1.0000 mainstay,mainstay,9,9,9,9,0.18,1.0000,0.11,1.0000 maladjusted,maladjusted,10,9,10,9,0.20,1.0414,0.11,1.0000 malcontents,malcontents,11,9,9,9,0.22,1.0792,0.11,1.0000 malfunctions,malfunctions,13,9,13,9,0.25,1.1461,0.11,1.0000 malign,malign,10,9,9,8,0.20,1.0414,0.11,1.0000 malingering,malingering,9,9,9,9,0.18,1.0000,0.11,1.0000 malts,malts,9,9,9,9,0.18,1.0000,0.11,1.0000 Manet,manet,12,9,0,0,0.24,1.1139,0.11,1.0000 mange,mange,11,9,9,8,0.22,1.0792,0.11,1.0000 manicotti,manicotti,16,9,11,7,0.31,1.2304,0.11,1.0000 manipulations,manipulations,9,9,9,9,0.18,1.0000,0.11,1.0000 manipulator,manipulator,10,9,6,6,0.20,1.0414,0.11,1.0000 manmade,manmade,9,9,9,9,0.18,1.0000,0.11,1.0000 Marconi,marconi,12,9,0,0,0.24,1.1139,0.11,1.0000 marsala,marsala,12,9,6,4,0.24,1.1139,0.11,1.0000 Marseille,marseille,27,9,0,0,0.53,1.4472,0.11,1.0000 marzipan,marzipan,20,9,12,6,0.39,1.3222,0.11,1.0000 massed,massed,10,9,10,9,0.20,1.0414,0.11,1.0000 masturbator,masturbator,10,9,8,7,0.20,1.0414,0.11,1.0000 matte,matte,14,9,9,7,0.27,1.1761,0.11,1.0000 mechanically,mechanically,10,9,10,9,0.20,1.0414,0.11,1.0000 mediate,mediate,14,9,13,9,0.27,1.1761,0.11,1.0000 meditative,meditative,11,9,11,9,0.22,1.0792,0.11,1.0000 memoir,memoir,9,9,9,9,0.18,1.0000,0.11,1.0000 menaces,menaces,10,9,9,8,0.20,1.0414,0.11,1.0000 menfolk,menfolk,10,9,9,8,0.20,1.0414,0.11,1.0000 menopausal,menopausal,9,9,7,7,0.18,1.0000,0.11,1.0000 mentis,mentis,9,9,9,9,0.18,1.0000,0.11,1.0000 mentors,mentors,11,9,8,8,0.22,1.0792,0.11,1.0000 Mercantile,mercantile,12,9,5,5,0.24,1.1139,0.11,1.0000 merengue,merengue,27,9,21,7,0.53,1.4472,0.11,1.0000 messaging,messaging,9,9,9,9,0.18,1.0000,0.11,1.0000 messier,messier,9,9,7,7,0.18,1.0000,0.11,1.0000 metaphysics,metaphysics,10,9,7,7,0.20,1.0414,0.11,1.0000 meteoric,meteoric,9,9,8,8,0.18,1.0000,0.11,1.0000 meteorologist,meteorologist,11,9,10,8,0.22,1.0792,0.11,1.0000 Micky,micky,57,9,0,0,1.12,1.7634,0.11,1.0000 microbe,microbe,12,9,7,6,0.24,1.1139,0.11,1.0000 microfiche,microfiche,12,9,9,7,0.24,1.1139,0.11,1.0000 midfield,midfield,14,9,13,9,0.27,1.1761,0.11,1.0000 midsize,midsize,10,9,10,9,0.20,1.0414,0.11,1.0000 Mikado,mikado,32,9,0,0,0.63,1.5185,0.11,1.0000 milieu,milieu,11,9,11,9,0.22,1.0792,0.11,1.0000 minnow,minnow,14,9,10,6,0.27,1.1761,0.11,1.0000 misadventures,misadventures,9,9,8,8,0.18,1.0000,0.11,1.0000 misfired,misfired,11,9,10,9,0.22,1.0792,0.11,1.0000 mishandled,mishandled,10,9,9,9,0.20,1.0414,0.11,1.0000 mislabeled,mislabeled,9,9,9,9,0.18,1.0000,0.11,1.0000 misplacing,misplacing,9,9,9,9,0.18,1.0000,0.11,1.0000 misprint,misprint,14,9,14,9,0.27,1.1761,0.11,1.0000 mispronounce,mispronounce,9,9,9,9,0.18,1.0000,0.11,1.0000 modems,modems,11,9,11,9,0.22,1.0792,0.11,1.0000 mohair,mohair,12,9,11,9,0.24,1.1139,0.11,1.0000 moldings,moldings,11,9,11,9,0.22,1.0792,0.11,1.0000 monasteries,monasteries,14,9,14,9,0.27,1.1761,0.11,1.0000 monkeyshines,monkeyshines,11,9,10,8,0.22,1.0792,0.11,1.0000 moocher,moocher,14,9,9,6,0.27,1.1761,0.11,1.0000 moored,moored,9,9,9,9,0.18,1.0000,0.11,1.0000 motivates,motivates,11,9,10,8,0.22,1.0792,0.11,1.0000 motivating,motivating,9,9,9,9,0.18,1.0000,0.11,1.0000 motorcars,motorcars,11,9,11,9,0.22,1.0792,0.11,1.0000 motorcyclist,motorcyclist,13,9,11,7,0.25,1.1461,0.11,1.0000 moulded,moulded,9,9,8,8,0.18,1.0000,0.11,1.0000 movable,movable,15,9,13,8,0.29,1.2041,0.11,1.0000 multitasking,multitasking,10,9,10,9,0.20,1.0414,0.11,1.0000 mummified,mummified,14,9,14,9,0.27,1.1761,0.11,1.0000 municipality,municipality,10,9,8,8,0.20,1.0414,0.11,1.0000 muscling,muscling,10,9,10,9,0.20,1.0414,0.11,1.0000 narcolepsy,narcolepsy,12,9,8,6,0.24,1.1139,0.11,1.0000 nationalism,nationalism,12,9,10,7,0.24,1.1139,0.11,1.0000 Naturalization,naturalization,13,9,5,4,0.25,1.1461,0.11,1.0000 Nazarene,nazarene,47,9,0,0,0.92,1.6812,0.11,1.0000 neighbourhoods,neighbourhoods,10,9,10,9,0.20,1.0414,0.11,1.0000 Neo,neo,110,9,0,0,2.16,2.0453,0.11,1.0000 nepotism,nepotism,9,9,7,7,0.18,1.0000,0.11,1.0000 networked,networked,9,9,9,9,0.18,1.0000,0.11,1.0000 neutralised,neutralised,10,9,10,9,0.20,1.0414,0.11,1.0000 nevermore,nevermore,13,9,8,5,0.25,1.1461,0.11,1.0000 newness,newness,13,9,11,8,0.25,1.1461,0.11,1.0000 newsreader,newsreader,17,9,15,7,0.33,1.2553,0.11,1.0000 Nightshade,nightshade,25,9,8,7,0.49,1.4150,0.11,1.0000 nightspot,nightspot,9,9,8,8,0.18,1.0000,0.11,1.0000 nincompoops,nincompoops,10,9,10,9,0.20,1.0414,0.11,1.0000 ninnies,ninnies,9,9,9,9,0.18,1.0000,0.11,1.0000 Nob,nob,18,9,1,1,0.35,1.2788,0.11,1.0000 nog,nog,11,9,11,9,0.22,1.0792,0.11,1.0000 nonresponsive,nonresponsive,9,9,6,6,0.18,1.0000,0.11,1.0000 noticeably,noticeably,10,9,9,8,0.20,1.0414,0.11,1.0000 nougat,nougat,11,9,10,8,0.22,1.0792,0.11,1.0000 nuptial,nuptial,9,9,7,7,0.18,1.0000,0.11,1.0000 nuzzling,nuzzling,11,9,8,6,0.22,1.0792,0.11,1.0000 objector,objector,15,9,15,9,0.29,1.2041,0.11,1.0000 oboe,oboe,18,9,11,6,0.35,1.2788,0.11,1.0000 obsequious,obsequious,10,9,9,8,0.20,1.0414,0.11,1.0000 obtuse,obtuse,13,9,11,9,0.25,1.1461,0.11,1.0000 odometer,odometer,11,9,11,9,0.22,1.0792,0.11,1.0000 Olympia,olympia,28,9,0,0,0.55,1.4624,0.11,1.0000 oozes,oozes,10,9,10,9,0.20,1.0414,0.11,1.0000 Opec,opec,9,9,0,0,0.18,1.0000,0.11,1.0000 Oracles,oracles,20,9,6,6,0.39,1.3222,0.11,1.0000 ornamental,ornamental,9,9,8,8,0.18,1.0000,0.11,1.0000 osteoporosis,osteoporosis,9,9,6,6,0.18,1.0000,0.11,1.0000 ostriches,ostriches,16,9,15,9,0.31,1.2304,0.11,1.0000 outwitted,outwitted,10,9,10,9,0.20,1.0414,0.11,1.0000 ova,ova,14,9,12,8,0.27,1.1761,0.11,1.0000 overachiever,overachiever,11,9,11,9,0.22,1.0792,0.11,1.0000 overeager,overeager,10,9,10,9,0.20,1.0414,0.11,1.0000 overeducated,overeducated,9,9,8,8,0.18,1.0000,0.11,1.0000 overlapped,overlapped,9,9,9,9,0.18,1.0000,0.11,1.0000 overridden,overridden,13,9,13,9,0.25,1.1461,0.11,1.0000 overstated,overstated,10,9,9,9,0.20,1.0414,0.11,1.0000 Oxy,oxy,10,9,4,4,0.20,1.0414,0.11,1.0000 oxygenated,oxygenated,10,9,9,8,0.20,1.0414,0.11,1.0000 Pacer,pacer,13,9,2,2,0.25,1.1461,0.11,1.0000 pacified,pacified,11,9,10,8,0.22,1.0792,0.11,1.0000 pageantry,pageantry,10,9,10,9,0.20,1.0414,0.11,1.0000 painlessly,painlessly,10,9,10,9,0.20,1.0414,0.11,1.0000 Palestinians,palestinians,19,9,0,0,0.37,1.3010,0.11,1.0000 palmed,palmed,11,9,9,7,0.22,1.0792,0.11,1.0000 Panamanian,panamanian,11,9,0,0,0.22,1.0792,0.11,1.0000 parable,parable,9,9,8,8,0.18,1.0000,0.11,1.0000 paradoxes,paradoxes,10,9,9,8,0.20,1.0414,0.11,1.0000 paraffin,paraffin,22,9,20,9,0.43,1.3617,0.11,1.0000 parallels,parallels,9,9,9,9,0.18,1.0000,0.11,1.0000 paralytic,paralytic,9,9,7,7,0.18,1.0000,0.11,1.0000 parapet,parapet,10,9,10,9,0.20,1.0414,0.11,1.0000 parkas,parkas,9,9,9,9,0.18,1.0000,0.11,1.0000 Parma,parma,16,9,0,0,0.31,1.2304,0.11,1.0000 participates,participates,9,9,9,9,0.18,1.0000,0.11,1.0000 partisan,partisan,9,9,6,6,0.18,1.0000,0.11,1.0000 passel,passel,11,9,10,8,0.22,1.0792,0.11,1.0000 passer,passer,9,9,8,8,0.18,1.0000,0.11,1.0000 patchy,patchy,9,9,9,9,0.18,1.0000,0.11,1.0000 patronising,patronising,10,9,10,9,0.20,1.0414,0.11,1.0000 payed,payed,11,9,10,8,0.22,1.0792,0.11,1.0000 payrolls,payrolls,15,9,14,9,0.29,1.2041,0.11,1.0000 pegs,pegs,14,9,14,9,0.27,1.1761,0.11,1.0000 pelted,pelted,10,9,8,8,0.20,1.0414,0.11,1.0000 pent,pent,10,9,10,9,0.20,1.0414,0.11,1.0000 Pentecostal,pentecostal,10,9,0,0,0.20,1.0414,0.11,1.0000 penthouses,penthouses,9,9,6,6,0.18,1.0000,0.11,1.0000 perceives,perceives,9,9,9,9,0.18,1.0000,0.11,1.0000 perforate,perforate,9,9,9,9,0.18,1.0000,0.11,1.0000 Pericardiocentesis,pericardiocentesis,9,9,3,3,0.18,1.0000,0.11,1.0000 perishables,perishables,9,9,9,9,0.18,1.0000,0.11,1.0000 peritoneum,peritoneum,10,9,10,9,0.20,1.0414,0.11,1.0000 perpetuates,perpetuates,10,9,10,9,0.20,1.0414,0.11,1.0000 perpetuating,perpetuating,9,9,9,9,0.18,1.0000,0.11,1.0000 persistently,persistently,10,9,10,9,0.20,1.0414,0.11,1.0000 perspire,perspire,11,9,11,9,0.22,1.0792,0.11,1.0000 phased,phased,12,9,12,9,0.24,1.1139,0.11,1.0000 Phlox,phlox,25,9,1,1,0.49,1.4150,0.11,1.0000 photons,photons,15,9,14,8,0.29,1.2041,0.11,1.0000 Photostat,photostat,18,9,5,5,0.35,1.2788,0.11,1.0000 Phys,phys,9,9,1,1,0.18,1.0000,0.11,1.0000 piccata,piccata,13,9,11,8,0.25,1.1461,0.11,1.0000 Pickering,pickering,58,9,0,0,1.14,1.7709,0.11,1.0000 pickpockets,pickpockets,10,9,10,9,0.20,1.0414,0.11,1.0000 pikes,pikes,12,9,10,7,0.24,1.1139,0.11,1.0000 pilfered,pilfered,9,9,9,9,0.18,1.0000,0.11,1.0000 pillaged,pillaged,10,9,9,9,0.20,1.0414,0.11,1.0000 pincer,pincer,13,9,8,7,0.25,1.1461,0.11,1.0000 pinheads,pinheads,9,9,8,8,0.18,1.0000,0.11,1.0000 Pino,pino,19,9,0,0,0.37,1.3010,0.11,1.0000 pinstripe,pinstripe,10,9,10,9,0.20,1.0414,0.11,1.0000 pioneering,pioneering,11,9,10,9,0.22,1.0792,0.11,1.0000 piquant,piquant,10,9,9,8,0.20,1.0414,0.11,1.0000 pitted,pitted,11,9,11,9,0.22,1.0792,0.11,1.0000 plaguing,plaguing,9,9,8,8,0.18,1.0000,0.11,1.0000 planners,planners,12,9,11,8,0.24,1.1139,0.11,1.0000 platitudes,platitudes,9,9,9,9,0.18,1.0000,0.11,1.0000 platoons,platoons,10,9,8,7,0.20,1.0414,0.11,1.0000 playgirl,playgirl,11,9,6,5,0.22,1.0792,0.11,1.0000 playwrights,playwrights,10,9,8,8,0.20,1.0414,0.11,1.0000 plebe,plebe,28,9,23,9,0.55,1.4624,0.11,1.0000 pled,pled,12,9,10,7,0.24,1.1139,0.11,1.0000 pleural,pleural,15,9,13,8,0.29,1.2041,0.11,1.0000 plows,plows,19,9,19,9,0.37,1.3010,0.11,1.0000 plucks,plucks,10,9,9,8,0.20,1.0414,0.11,1.0000 Polaris,polaris,10,9,0,0,0.20,1.0414,0.11,1.0000 policing,policing,9,9,7,7,0.18,1.0000,0.11,1.0000 pomegranate,pomegranate,13,9,12,9,0.25,1.1461,0.11,1.0000 Pongo,pongo,130,9,0,0,2.55,2.1173,0.11,1.0000 popinjay,popinjay,10,9,8,8,0.20,1.0414,0.11,1.0000 poppet,poppet,17,9,15,9,0.33,1.2553,0.11,1.0000 poring,poring,9,9,9,9,0.18,1.0000,0.11,1.0000 portables,portables,9,9,9,9,0.18,1.0000,0.11,1.0000 Portman,portman,55,9,0,0,1.08,1.7482,0.11,1.0000 positives,positives,9,9,9,9,0.18,1.0000,0.11,1.0000 positivity,positivity,12,9,9,7,0.24,1.1139,0.11,1.0000 posy,posy,9,9,9,9,0.18,1.0000,0.11,1.0000 pragmatism,pragmatism,11,9,10,8,0.22,1.0792,0.11,1.0000 preachy,preachy,9,9,9,9,0.18,1.0000,0.11,1.0000 preconceptions,preconceptions,17,9,13,9,0.33,1.2553,0.11,1.0000 predictive,predictive,9,9,7,7,0.18,1.0000,0.11,1.0000 preexisting,preexisting,9,9,9,9,0.18,1.0000,0.11,1.0000 preferring,preferring,9,9,9,9,0.18,1.0000,0.11,1.0000 prepaid,prepaid,13,9,9,7,0.25,1.1461,0.11,1.0000 preservative,preservative,10,9,10,9,0.20,1.0414,0.11,1.0000 pretension,pretension,13,9,13,9,0.25,1.1461,0.11,1.0000 pretties,pretties,9,9,9,9,0.18,1.0000,0.11,1.0000 pricked,pricked,10,9,10,9,0.20,1.0414,0.11,1.0000 principled,principled,9,9,8,8,0.18,1.0000,0.11,1.0000 Prius,prius,14,9,3,3,0.27,1.1761,0.11,1.0000 profitability,profitability,9,9,7,7,0.18,1.0000,0.11,1.0000 proofing,proofing,10,9,9,9,0.20,1.0414,0.11,1.0000 prospectors,prospectors,9,9,7,7,0.18,1.0000,0.11,1.0000 prosthesis,prosthesis,9,9,9,9,0.18,1.0000,0.11,1.0000 psychoanalytical,psychoanalytical,9,9,8,8,0.18,1.0000,0.11,1.0000 psychokinesis,psychokinesis,11,9,7,6,0.22,1.0792,0.11,1.0000 psychotically,psychotically,9,9,8,8,0.18,1.0000,0.11,1.0000 psychotropic,psychotropic,10,9,10,9,0.20,1.0414,0.11,1.0000 puce,puce,12,9,10,7,0.24,1.1139,0.11,1.0000 pummel,pummel,13,9,13,9,0.25,1.1461,0.11,1.0000 punctuated,punctuated,9,9,8,8,0.18,1.0000,0.11,1.0000 Punky,punky,15,9,4,3,0.29,1.2041,0.11,1.0000 puree,puree,9,9,9,9,0.18,1.0000,0.11,1.0000 purposeful,purposeful,9,9,7,7,0.18,1.0000,0.11,1.0000 pursuer,pursuer,9,9,9,9,0.18,1.0000,0.11,1.0000 pursues,pursues,9,9,8,8,0.18,1.0000,0.11,1.0000 puzzler,puzzler,9,9,7,7,0.18,1.0000,0.11,1.0000 pylons,pylons,18,9,17,8,0.35,1.2788,0.11,1.0000 pythons,pythons,13,9,8,8,0.25,1.1461,0.11,1.0000 quadruped,quadruped,9,9,7,7,0.18,1.0000,0.11,1.0000 quash,quash,11,9,9,8,0.22,1.0792,0.11,1.0000 Quince,quince,47,9,3,3,0.92,1.6812,0.11,1.0000 radials,radials,9,9,7,7,0.18,1.0000,0.11,1.0000 Raffles,raffles,21,9,9,6,0.41,1.3424,0.11,1.0000 ragtag,ragtag,9,9,8,8,0.18,1.0000,0.11,1.0000 raindrop,raindrop,12,9,10,8,0.24,1.1139,0.11,1.0000 rakes,rakes,10,9,9,8,0.20,1.0414,0.11,1.0000 randomness,randomness,9,9,9,9,0.18,1.0000,0.11,1.0000 rants,rants,10,9,10,9,0.20,1.0414,0.11,1.0000 Rapido,rapido,17,9,6,5,0.33,1.2553,0.11,1.0000 Raptors,raptors,28,9,2,2,0.55,1.4624,0.11,1.0000 ravaging,ravaging,9,9,9,9,0.18,1.0000,0.11,1.0000 realtors,realtors,14,9,11,8,0.27,1.1761,0.11,1.0000 recanted,recanted,9,9,9,9,0.18,1.0000,0.11,1.0000 recognising,recognising,9,9,7,7,0.18,1.0000,0.11,1.0000 reconnecting,reconnecting,9,9,9,9,0.18,1.0000,0.11,1.0000 rectangle,rectangle,11,9,10,8,0.22,1.0792,0.11,1.0000 Rector,rector,18,9,5,4,0.35,1.2788,0.11,1.0000 recut,recut,10,9,9,8,0.20,1.0414,0.11,1.0000 reeked,reeked,9,9,9,9,0.18,1.0000,0.11,1.0000 reenlist,reenlist,10,9,10,9,0.20,1.0414,0.11,1.0000 referenced,referenced,9,9,9,9,0.18,1.0000,0.11,1.0000 refilling,refilling,11,9,11,9,0.22,1.0792,0.11,1.0000 reformation,reformation,10,9,6,5,0.20,1.0414,0.11,1.0000 reformer,reformer,11,9,11,9,0.22,1.0792,0.11,1.0000 refueled,refueled,9,9,9,9,0.18,1.0000,0.11,1.0000 regenerated,regenerated,11,9,11,9,0.22,1.0792,0.11,1.0000 regulating,regulating,9,9,7,7,0.18,1.0000,0.11,1.0000 reheat,reheat,10,9,10,9,0.20,1.0414,0.11,1.0000 rehydrate,rehydrate,9,9,8,8,0.18,1.0000,0.11,1.0000 reincarnate,reincarnate,14,9,14,9,0.27,1.1761,0.11,1.0000 reintroduce,reintroduce,9,9,9,9,0.18,1.0000,0.11,1.0000 reliably,reliably,9,9,9,9,0.18,1.0000,0.11,1.0000 remarking,remarking,10,9,10,9,0.20,1.0414,0.11,1.0000 remedied,remedied,9,9,9,9,0.18,1.0000,0.11,1.0000 reneged,reneged,10,9,10,9,0.20,1.0414,0.11,1.0000 renters,renters,10,9,7,7,0.20,1.0414,0.11,1.0000 reorganized,reorganized,9,9,9,9,0.18,1.0000,0.11,1.0000 reorganizing,reorganizing,10,9,8,8,0.20,1.0414,0.11,1.0000 repealed,repealed,9,9,9,9,0.18,1.0000,0.11,1.0000 repertory,repertory,16,9,9,6,0.31,1.2304,0.11,1.0000 repositioned,repositioned,9,9,9,9,0.18,1.0000,0.11,1.0000 representations,representations,12,9,10,8,0.24,1.1139,0.11,1.0000 repressing,repressing,9,9,9,9,0.18,1.0000,0.11,1.0000 reproductions,reproductions,10,9,10,9,0.20,1.0414,0.11,1.0000 rescuers,rescuers,9,9,9,9,0.18,1.0000,0.11,1.0000 resect,resect,9,9,9,9,0.18,1.0000,0.11,1.0000 resets,resets,9,9,9,9,0.18,1.0000,0.11,1.0000 resolves,resolves,9,9,9,9,0.18,1.0000,0.11,1.0000 resound,resound,9,9,9,9,0.18,1.0000,0.11,1.0000 responders,responders,16,9,11,8,0.31,1.2304,0.11,1.0000 retches,retches,9,9,9,9,0.18,1.0000,0.11,1.0000 retest,retest,11,9,10,9,0.22,1.0792,0.11,1.0000 retractable,retractable,9,9,9,9,0.18,1.0000,0.11,1.0000 revelry,revelry,9,9,9,9,0.18,1.0000,0.11,1.0000 reviled,reviled,9,9,8,8,0.18,1.0000,0.11,1.0000 revisiting,revisiting,9,9,7,7,0.18,1.0000,0.11,1.0000 revolved,revolved,9,9,9,9,0.18,1.0000,0.11,1.0000 rewired,rewired,9,9,9,9,0.18,1.0000,0.11,1.0000 reworked,reworked,10,9,10,9,0.20,1.0414,0.11,1.0000 rigatoni,rigatoni,15,9,11,8,0.29,1.2041,0.11,1.0000 rinsed,rinsed,9,9,9,9,0.18,1.0000,0.11,1.0000 riverfront,riverfront,10,9,9,8,0.20,1.0414,0.11,1.0000 rollerblading,rollerblading,9,9,7,7,0.18,1.0000,0.11,1.0000 romaine,romaine,11,9,6,6,0.22,1.0792,0.11,1.0000 romanticism,romanticism,10,9,8,8,0.20,1.0414,0.11,1.0000 Romulus,romulus,52,9,0,0,1.02,1.7243,0.11,1.0000 roofer,roofer,17,9,17,9,0.33,1.2553,0.11,1.0000 rotisserie,rotisserie,9,9,8,8,0.18,1.0000,0.11,1.0000 roundhouse,roundhouse,9,9,9,9,0.18,1.0000,0.11,1.0000 rousted,rousted,10,9,8,7,0.20,1.0414,0.11,1.0000 rubbery,rubbery,9,9,9,9,0.18,1.0000,0.11,1.0000 russe,russe,10,9,8,7,0.20,1.0414,0.11,1.0000 Sacre,sacre,9,9,2,2,0.18,1.0000,0.11,1.0000 safeties,safeties,10,9,7,7,0.20,1.0414,0.11,1.0000 salacious,salacious,10,9,9,9,0.20,1.0414,0.11,1.0000 salaried,salaried,9,9,9,9,0.18,1.0000,0.11,1.0000 Sambuca,sambuca,10,9,2,2,0.20,1.0414,0.11,1.0000 sanded,sanded,14,9,14,9,0.27,1.1761,0.11,1.0000 sanitized,sanitized,9,9,9,9,0.18,1.0000,0.11,1.0000 sassing,sassing,12,9,12,9,0.24,1.1139,0.11,1.0000 sawbones,sawbones,9,9,8,8,0.18,1.0000,0.11,1.0000 Sayers,sayers,40,9,1,1,0.78,1.6128,0.11,1.0000 scabby,scabby,18,9,11,8,0.35,1.2788,0.11,1.0000 scalper,scalper,14,9,12,8,0.27,1.1761,0.11,1.0000 sceptical,sceptical,10,9,10,9,0.20,1.0414,0.11,1.0000 schlemiel,schlemiel,9,9,5,5,0.18,1.0000,0.11,1.0000 schlepping,schlepping,10,9,10,9,0.20,1.0414,0.11,1.0000 schnauzer,schnauzer,10,9,6,6,0.20,1.0414,0.11,1.0000 schoolboys,schoolboys,10,9,9,8,0.20,1.0414,0.11,1.0000 schoolmarm,schoolmarm,11,9,11,9,0.22,1.0792,0.11,1.0000 schoolmates,schoolmates,12,9,10,7,0.24,1.1139,0.11,1.0000 sclerosis,sclerosis,13,9,13,9,0.25,1.1461,0.11,1.0000 scoliosis,scoliosis,14,9,13,9,0.27,1.1761,0.11,1.0000 scoutmaster,scoutmaster,11,9,10,8,0.22,1.0792,0.11,1.0000 screamers,screamers,19,9,12,9,0.37,1.3010,0.11,1.0000 screener,screener,12,9,12,9,0.24,1.1139,0.11,1.0000 scrunch,scrunch,11,9,8,7,0.22,1.0792,0.11,1.0000 scummy,scummy,12,9,9,8,0.24,1.1139,0.11,1.0000 scuttling,scuttling,17,9,17,9,0.33,1.2553,0.11,1.0000 seafaring,seafaring,10,9,10,9,0.20,1.0414,0.11,1.0000 seep,seep,9,9,9,9,0.18,1.0000,0.11,1.0000 sei,sei,15,9,9,6,0.29,1.2041,0.11,1.0000 semis,semis,10,9,10,9,0.20,1.0414,0.11,1.0000 sensitivities,sensitivities,10,9,9,9,0.20,1.0414,0.11,1.0000 separatists,separatists,12,9,12,9,0.24,1.1139,0.11,1.0000 sequencer,sequencer,11,9,11,9,0.22,1.0792,0.11,1.0000 sequential,sequential,10,9,8,8,0.20,1.0414,0.11,1.0000 serpentine,serpentine,12,9,8,7,0.24,1.1139,0.11,1.0000 Seton,seton,52,9,0,0,1.02,1.7243,0.11,1.0000 severing,severing,10,9,9,8,0.20,1.0414,0.11,1.0000 shallots,shallots,12,9,10,8,0.24,1.1139,0.11,1.0000 sharpens,sharpens,9,9,7,7,0.18,1.0000,0.11,1.0000 shaven,shaven,10,9,9,9,0.20,1.0414,0.11,1.0000 shearing,shearing,10,9,7,7,0.20,1.0414,0.11,1.0000 sheikh,sheikh,30,9,16,5,0.59,1.4914,0.11,1.0000 shellacking,shellacking,9,9,9,9,0.18,1.0000,0.11,1.0000 Sheng,sheng,22,9,0,0,0.43,1.3617,0.11,1.0000 Shih,shih,39,9,2,2,0.76,1.6021,0.11,1.0000 shirttail,shirttail,15,9,13,8,0.29,1.2041,0.11,1.0000 Shoeless,shoeless,25,9,5,4,0.49,1.4150,0.11,1.0000 shortbread,shortbread,10,9,9,8,0.20,1.0414,0.11,1.0000 shoveled,shoveled,11,9,11,9,0.22,1.0792,0.11,1.0000 shovelling,shovelling,11,9,11,9,0.22,1.0792,0.11,1.0000 showboating,showboating,12,9,11,9,0.24,1.1139,0.11,1.0000 Shreveport,shreveport,10,9,0,0,0.20,1.0414,0.11,1.0000 shrinkage,shrinkage,12,9,10,8,0.24,1.1139,0.11,1.0000 shrouds,shrouds,11,9,11,9,0.22,1.0792,0.11,1.0000 shuttles,shuttles,10,9,8,7,0.20,1.0414,0.11,1.0000 sicced,sicced,9,9,9,9,0.18,1.0000,0.11,1.0000 sienna,sienna,9,9,6,6,0.18,1.0000,0.11,1.0000 sifted,sifted,9,9,9,9,0.18,1.0000,0.11,1.0000 signage,signage,17,9,15,9,0.33,1.2553,0.11,1.0000 Sil,sil,15,9,0,0,0.29,1.2041,0.11,1.0000 silhouettes,silhouettes,9,9,8,8,0.18,1.0000,0.11,1.0000 Simba,simba,102,9,0,0,2.00,2.0128,0.11,1.0000 simile,simile,13,9,12,9,0.25,1.1461,0.11,1.0000 simmering,simmering,11,9,10,8,0.22,1.0792,0.11,1.0000 skell,skell,9,9,9,9,0.18,1.0000,0.11,1.0000 skeptics,skeptics,9,9,7,7,0.18,1.0000,0.11,1.0000 sketchbook,sketchbook,10,9,10,9,0.20,1.0414,0.11,1.0000 skinless,skinless,11,9,10,8,0.22,1.0792,0.11,1.0000 Skol,skol,15,9,0,0,0.29,1.2041,0.11,1.0000 skydive,skydive,11,9,9,7,0.22,1.0792,0.11,1.0000 skylights,skylights,11,9,10,8,0.22,1.0792,0.11,1.0000 skyrocketed,skyrocketed,9,9,9,9,0.18,1.0000,0.11,1.0000 slaughters,slaughters,10,9,9,8,0.20,1.0414,0.11,1.0000 slayers,slayers,23,9,12,8,0.45,1.3802,0.11,1.0000 slighted,slighted,10,9,10,9,0.20,1.0414,0.11,1.0000 slinking,slinking,9,9,8,8,0.18,1.0000,0.11,1.0000 slithered,slithered,9,9,9,9,0.18,1.0000,0.11,1.0000 sluice,sluice,14,9,11,6,0.27,1.1761,0.11,1.0000 smoothed,smoothed,9,9,9,9,0.18,1.0000,0.11,1.0000 smothers,smothers,10,9,6,6,0.20,1.0414,0.11,1.0000 smugness,smugness,9,9,9,9,0.18,1.0000,0.11,1.0000 snobbery,snobbery,10,9,9,8,0.20,1.0414,0.11,1.0000 snowboarders,snowboarders,31,9,29,9,0.61,1.5051,0.11,1.0000 snowmobile,snowmobile,15,9,14,8,0.29,1.2041,0.11,1.0000 sobbed,sobbed,11,9,11,9,0.22,1.0792,0.11,1.0000 sociopaths,sociopaths,10,9,8,8,0.20,1.0414,0.11,1.0000 softens,softens,9,9,8,8,0.18,1.0000,0.11,1.0000 softhearted,softhearted,11,9,10,9,0.22,1.0792,0.11,1.0000 soliloquy,soliloquy,15,9,14,8,0.29,1.2041,0.11,1.0000 soloist,soloist,10,9,10,9,0.20,1.0414,0.11,1.0000 Soph,soph,14,9,0,0,0.27,1.1761,0.11,1.0000 Sopranos,sopranos,14,9,4,3,0.27,1.1761,0.11,1.0000 sory,sory,47,9,40,9,0.92,1.6812,0.11,1.0000 soundproofed,soundproofed,10,9,10,9,0.20,1.0414,0.11,1.0000 southeastern,southeastern,9,9,8,8,0.18,1.0000,0.11,1.0000 Southerner,southerner,11,9,1,1,0.22,1.0792,0.11,1.0000 sowing,sowing,10,9,8,7,0.20,1.0414,0.11,1.0000 spackle,spackle,9,9,7,7,0.18,1.0000,0.11,1.0000 Spangled,spangled,12,9,4,3,0.24,1.1139,0.11,1.0000 spareribs,spareribs,22,9,19,9,0.43,1.3617,0.11,1.0000 spattered,spattered,10,9,10,9,0.20,1.0414,0.11,1.0000 specifies,specifies,9,9,9,9,0.18,1.0000,0.11,1.0000 specious,specious,11,9,11,9,0.22,1.0792,0.11,1.0000 spectacularly,spectacularly,10,9,8,8,0.20,1.0414,0.11,1.0000 Spector,spector,11,9,0,0,0.22,1.0792,0.11,1.0000 speeded,speeded,9,9,9,9,0.18,1.0000,0.11,1.0000 spelunking,spelunking,11,9,7,7,0.22,1.0792,0.11,1.0000 spermicide,spermicide,22,9,21,9,0.43,1.3617,0.11,1.0000 spherical,spherical,9,9,8,8,0.18,1.0000,0.11,1.0000 spicing,spicing,9,9,9,9,0.18,1.0000,0.11,1.0000 spindle,spindle,21,9,12,8,0.41,1.3424,0.11,1.0000 splurged,splurged,9,9,9,9,0.18,1.0000,0.11,1.0000 spoiler,spoiler,11,9,6,5,0.22,1.0792,0.11,1.0000 sponged,sponged,10,9,9,9,0.20,1.0414,0.11,1.0000 spreadsheets,spreadsheets,11,9,9,7,0.22,1.0792,0.11,1.0000 sprinting,sprinting,9,9,9,9,0.18,1.0000,0.11,1.0000 spruced,spruced,10,9,8,8,0.20,1.0414,0.11,1.0000 squatter,squatter,12,9,12,9,0.24,1.1139,0.11,1.0000 squelch,squelch,12,9,11,8,0.24,1.1139,0.11,1.0000 staffed,staffed,9,9,9,9,0.18,1.0000,0.11,1.0000 stampeding,stampeding,9,9,7,7,0.18,1.0000,0.11,1.0000 stapling,stapling,9,9,8,8,0.18,1.0000,0.11,1.0000 starchy,starchy,11,9,10,8,0.22,1.0792,0.11,1.0000 starlets,starlets,9,9,7,7,0.18,1.0000,0.11,1.0000 stenographers,stenographers,11,9,11,9,0.22,1.0792,0.11,1.0000 stepsisters,stepsisters,11,9,11,9,0.22,1.0792,0.11,1.0000 stiffens,stiffens,10,9,10,9,0.20,1.0414,0.11,1.0000 stipulation,stipulation,9,9,8,8,0.18,1.0000,0.11,1.0000 stockpiling,stockpiling,10,9,8,8,0.20,1.0414,0.11,1.0000 stocky,stocky,9,9,6,6,0.18,1.0000,0.11,1.0000 stomps,stomps,9,9,8,8,0.18,1.0000,0.11,1.0000 stoppage,stoppage,12,9,12,9,0.24,1.1139,0.11,1.0000 strata,strata,11,9,10,9,0.22,1.0792,0.11,1.0000 streetlights,streetlights,9,9,8,8,0.18,1.0000,0.11,1.0000 strenuously,strenuously,9,9,9,9,0.18,1.0000,0.11,1.0000 striations,striations,11,9,8,7,0.22,1.0792,0.11,1.0000 strikeout,strikeout,20,9,13,7,0.39,1.3222,0.11,1.0000 Strom,strom,19,9,5,3,0.37,1.3010,0.11,1.0000 studded,studded,9,9,9,9,0.18,1.0000,0.11,1.0000 subsidies,subsidies,12,9,10,7,0.24,1.1139,0.11,1.0000 subtler,subtler,9,9,9,9,0.18,1.0000,0.11,1.0000 subversion,subversion,9,9,9,9,0.18,1.0000,0.11,1.0000 succubus,succubus,37,9,37,9,0.73,1.5798,0.11,1.0000 suckle,suckle,9,9,5,5,0.18,1.0000,0.11,1.0000 Sudanese,sudanese,15,9,0,0,0.29,1.2041,0.11,1.0000 suddenness,suddenness,9,9,8,8,0.18,1.0000,0.11,1.0000 sugarplum,sugarplum,14,9,11,8,0.27,1.1761,0.11,1.0000 summa,summa,9,9,5,5,0.18,1.0000,0.11,1.0000 sunbathe,sunbathe,10,9,10,9,0.20,1.0414,0.11,1.0000 sunshiny,sunshiny,11,9,11,9,0.22,1.0792,0.11,1.0000 supercharged,supercharged,9,9,9,9,0.18,1.0000,0.11,1.0000 supercomputer,supercomputer,13,9,13,9,0.25,1.1461,0.11,1.0000 superglue,superglue,11,9,8,8,0.22,1.0792,0.11,1.0000 supermodels,supermodels,10,9,8,7,0.20,1.0414,0.11,1.0000 superstructure,superstructure,14,9,14,9,0.27,1.1761,0.11,1.0000 surfboards,surfboards,14,9,14,9,0.27,1.1761,0.11,1.0000 surmised,surmised,10,9,8,8,0.20,1.0414,0.11,1.0000 surrealism,surrealism,14,9,11,8,0.27,1.1761,0.11,1.0000 surveyors,surveyors,11,9,11,9,0.22,1.0792,0.11,1.0000 Svengali,svengali,17,9,0,0,0.33,1.2553,0.11,1.0000 swagger,swagger,12,9,12,9,0.24,1.1139,0.11,1.0000 swampy,swampy,10,9,10,9,0.20,1.0414,0.11,1.0000 swatter,swatter,11,9,11,9,0.22,1.0792,0.11,1.0000 swatting,swatting,9,9,9,9,0.18,1.0000,0.11,1.0000 sweetbreads,sweetbreads,12,9,10,8,0.24,1.1139,0.11,1.0000 swirly,swirly,14,9,14,9,0.27,1.1761,0.11,1.0000 swishing,swishing,12,9,12,9,0.24,1.1139,0.11,1.0000 synchronise,synchronise,10,9,7,6,0.20,1.0414,0.11,1.0000 tactically,tactically,9,9,9,9,0.18,1.0000,0.11,1.0000 Tahitian,tahitian,14,9,0,0,0.27,1.1761,0.11,1.0000 tailoring,tailoring,15,9,15,9,0.29,1.2041,0.11,1.0000 talismans,talismans,16,9,14,7,0.31,1.2304,0.11,1.0000 talkers,talkers,10,9,10,9,0.20,1.0414,0.11,1.0000 taper,taper,9,9,9,9,0.18,1.0000,0.11,1.0000 tatoo,tatoo,14,9,14,9,0.27,1.1761,0.11,1.0000 taxicabs,taxicabs,9,9,7,7,0.18,1.0000,0.11,1.0000 teardrop,teardrop,14,9,11,8,0.27,1.1761,0.11,1.0000 teed,teed,9,9,9,9,0.18,1.0000,0.11,1.0000 tensed,tensed,10,9,10,9,0.20,1.0414,0.11,1.0000 tentatively,tentatively,9,9,8,8,0.18,1.0000,0.11,1.0000 tequilas,tequilas,9,9,9,9,0.18,1.0000,0.11,1.0000 termed,termed,11,9,11,9,0.22,1.0792,0.11,1.0000 Terre,terre,14,9,0,0,0.27,1.1761,0.11,1.0000 terrifically,terrifically,11,9,11,9,0.22,1.0792,0.11,1.0000 theologian,theologian,14,9,13,8,0.27,1.1761,0.11,1.0000 thermonuclear,thermonuclear,13,9,10,8,0.25,1.1461,0.11,1.0000 thinnest,thinnest,9,9,9,9,0.18,1.0000,0.11,1.0000 threaded,threaded,10,9,10,9,0.20,1.0414,0.11,1.0000 thrived,thrived,9,9,9,9,0.18,1.0000,0.11,1.0000 throbs,throbs,11,9,11,9,0.22,1.0792,0.11,1.0000 Thuds,thuds,9,9,4,4,0.18,1.0000,0.11,1.0000 thumbtack,thumbtack,9,9,9,9,0.18,1.0000,0.11,1.0000 tiaras,tiaras,11,9,11,9,0.22,1.0792,0.11,1.0000 tiddly,tiddly,11,9,11,9,0.22,1.0792,0.11,1.0000 Tigger,tigger,89,9,7,1,1.75,1.9542,0.11,1.0000 tinkles,tinkles,55,9,45,8,1.08,1.7482,0.11,1.0000 tizzy,tizzy,9,9,9,9,0.18,1.0000,0.11,1.0000 toggle,toggle,15,9,12,6,0.29,1.2041,0.11,1.0000 toiling,toiling,11,9,11,9,0.22,1.0792,0.11,1.0000 toons,toons,27,9,21,8,0.53,1.4472,0.11,1.0000 toppling,toppling,13,9,13,9,0.25,1.1461,0.11,1.0000 tortellini,tortellini,10,9,10,9,0.20,1.0414,0.11,1.0000 touchstone,touchstone,10,9,10,9,0.20,1.0414,0.11,1.0000 transcended,transcended,9,9,9,9,0.18,1.0000,0.11,1.0000 transected,transected,10,9,8,7,0.20,1.0414,0.11,1.0000 transients,transients,13,9,13,9,0.25,1.1461,0.11,1.0000 transitions,transitions,10,9,8,7,0.20,1.0414,0.11,1.0000 transitory,transitory,12,9,10,9,0.24,1.1139,0.11,1.0000 traumatize,traumatize,10,9,10,9,0.20,1.0414,0.11,1.0000 traversing,traversing,11,9,6,6,0.22,1.0792,0.11,1.0000 treasonous,treasonous,9,9,9,9,0.18,1.0000,0.11,1.0000 treasons,treasons,10,9,8,8,0.20,1.0414,0.11,1.0000 triathlon,triathlon,22,9,17,5,0.43,1.3617,0.11,1.0000 Triborough,triborough,11,9,0,0,0.22,1.0792,0.11,1.0000 Triton,triton,43,9,3,1,0.84,1.6435,0.11,1.0000 tromping,tromping,10,9,10,9,0.20,1.0414,0.11,1.0000 trots,trots,10,9,10,9,0.20,1.0414,0.11,1.0000 truthfulness,truthfulness,9,9,9,9,0.18,1.0000,0.11,1.0000 Tudor,tudor,17,9,0,0,0.33,1.2553,0.11,1.0000 tugged,tugged,10,9,10,9,0.20,1.0414,0.11,1.0000 tugs,tugs,14,9,13,9,0.27,1.1761,0.11,1.0000 tumours,tumours,14,9,14,9,0.27,1.1761,0.11,1.0000 tuner,tuner,9,9,9,9,0.18,1.0000,0.11,1.0000 Tunis,tunis,15,9,0,0,0.29,1.2041,0.11,1.0000 Tunney,tunney,27,9,0,0,0.53,1.4472,0.11,1.0000 Tupelo,tupelo,12,9,0,0,0.24,1.1139,0.11,1.0000 turnabout,turnabout,10,9,7,6,0.20,1.0414,0.11,1.0000 turndown,turndown,9,9,8,8,0.18,1.0000,0.11,1.0000 tutelage,tutelage,10,9,10,9,0.20,1.0414,0.11,1.0000 tutus,tutus,12,9,12,9,0.24,1.1139,0.11,1.0000 Twiddle,twiddle,15,9,6,6,0.29,1.2041,0.11,1.0000 Twiggy,twiggy,9,9,1,1,0.18,1.0000,0.11,1.0000 tycoons,tycoons,10,9,10,9,0.20,1.0414,0.11,1.0000 ultrasonic,ultrasonic,12,9,11,8,0.24,1.1139,0.11,1.0000 umpteenth,umpteenth,9,9,9,9,0.18,1.0000,0.11,1.0000 unabated,unabated,9,9,9,9,0.18,1.0000,0.11,1.0000 Unchain,unchain,9,9,3,3,0.18,1.0000,0.11,1.0000 uncomfortably,uncomfortably,9,9,8,8,0.18,1.0000,0.11,1.0000 undercooked,undercooked,9,9,8,8,0.18,1.0000,0.11,1.0000 undercutting,undercutting,9,9,9,9,0.18,1.0000,0.11,1.0000 underdressed,underdressed,10,9,10,9,0.20,1.0414,0.11,1.0000 underfunded,underfunded,9,9,9,9,0.18,1.0000,0.11,1.0000 undeserving,undeserving,9,9,9,9,0.18,1.0000,0.11,1.0000 undigested,undigested,9,9,8,8,0.18,1.0000,0.11,1.0000 unemployable,unemployable,9,9,9,9,0.18,1.0000,0.11,1.0000 unendurable,unendurable,9,9,9,9,0.18,1.0000,0.11,1.0000 unequivocal,unequivocal,9,9,9,9,0.18,1.0000,0.11,1.0000 unfailing,unfailing,9,9,8,8,0.18,1.0000,0.11,1.0000 unfastened,unfastened,10,9,10,9,0.20,1.0414,0.11,1.0000 unhelpful,unhelpful,9,9,9,9,0.18,1.0000,0.11,1.0000 unhooked,unhooked,10,9,9,8,0.20,1.0414,0.11,1.0000 unifying,unifying,9,9,9,9,0.18,1.0000,0.11,1.0000 uninspiring,uninspiring,10,9,10,9,0.20,1.0414,0.11,1.0000 unintended,unintended,10,9,10,9,0.20,1.0414,0.11,1.0000 unlawfully,unlawfully,9,9,9,9,0.18,1.0000,0.11,1.0000 unmanageable,unmanageable,9,9,9,9,0.18,1.0000,0.11,1.0000 unpretentious,unpretentious,9,9,9,9,0.18,1.0000,0.11,1.0000 unproductive,unproductive,14,9,12,9,0.27,1.1761,0.11,1.0000 unpublished,unpublished,12,9,10,8,0.24,1.1139,0.11,1.0000 unquenchable,unquenchable,12,9,12,9,0.24,1.1139,0.11,1.0000 unravels,unravels,9,9,9,9,0.18,1.0000,0.11,1.0000 unreasonably,unreasonably,9,9,9,9,0.18,1.0000,0.11,1.0000 unreported,unreported,9,9,6,6,0.18,1.0000,0.11,1.0000 unrestricted,unrestricted,11,9,9,9,0.22,1.0792,0.11,1.0000 unreturned,unreturned,11,9,6,6,0.22,1.0792,0.11,1.0000 unsecured,unsecured,9,9,8,8,0.18,1.0000,0.11,1.0000 untenable,untenable,10,9,10,9,0.20,1.0414,0.11,1.0000 untying,untying,9,9,8,8,0.18,1.0000,0.11,1.0000 unzips,unzips,9,9,9,9,0.18,1.0000,0.11,1.0000 upholstered,upholstered,9,9,8,8,0.18,1.0000,0.11,1.0000 uplinked,uplinked,9,9,9,9,0.18,1.0000,0.11,1.0000 uprooting,uprooting,9,9,6,6,0.18,1.0000,0.11,1.0000 upswing,upswing,9,9,9,9,0.18,1.0000,0.11,1.0000 urchins,urchins,11,9,10,8,0.22,1.0792,0.11,1.0000 Urinalysis,urinalysis,12,9,5,3,0.24,1.1139,0.11,1.0000 Ussr,ussr,16,9,0,0,0.31,1.2304,0.11,1.0000 usurp,usurp,9,9,9,9,0.18,1.0000,0.11,1.0000 utensil,utensil,12,9,12,9,0.24,1.1139,0.11,1.0000 vaccinations,vaccinations,9,9,9,9,0.18,1.0000,0.11,1.0000 vapour,vapour,11,9,9,9,0.22,1.0792,0.11,1.0000 variant,variant,9,9,8,8,0.18,1.0000,0.11,1.0000 vaulting,vaulting,11,9,11,9,0.22,1.0792,0.11,1.0000 venturing,venturing,9,9,8,8,0.18,1.0000,0.11,1.0000 verging,verging,9,9,9,9,0.18,1.0000,0.11,1.0000 veritas,veritas,12,9,6,6,0.24,1.1139,0.11,1.0000 verve,verve,12,9,7,6,0.24,1.1139,0.11,1.0000 vibrators,vibrators,11,9,9,7,0.22,1.0792,0.11,1.0000 Viceroy,viceroy,22,9,7,4,0.43,1.3617,0.11,1.0000 victimize,victimize,9,9,9,9,0.18,1.0000,0.11,1.0000 vigour,vigour,10,9,10,9,0.20,1.0414,0.11,1.0000 villager,villager,10,9,10,9,0.20,1.0414,0.11,1.0000 villas,villas,12,9,11,8,0.24,1.1139,0.11,1.0000 violators,violators,10,9,8,8,0.20,1.0414,0.11,1.0000 visceral,visceral,9,9,9,9,0.18,1.0000,0.11,1.0000 visors,visors,9,9,8,8,0.18,1.0000,0.11,1.0000 vitreous,vitreous,9,9,8,8,0.18,1.0000,0.11,1.0000 Volga,volga,15,9,0,0,0.29,1.2041,0.11,1.0000 volt,volt,9,9,7,7,0.18,1.0000,0.11,1.0000 Wac,wac,12,9,1,1,0.24,1.1139,0.11,1.0000 wafting,wafting,9,9,9,9,0.18,1.0000,0.11,1.0000 waistband,waistband,10,9,10,9,0.20,1.0414,0.11,1.0000 wasnt,wasnt,10,9,9,8,0.20,1.0414,0.11,1.0000 Waterman,waterman,26,9,1,1,0.51,1.4314,0.11,1.0000 wattage,wattage,9,9,8,8,0.18,1.0000,0.11,1.0000 Wb,wb,13,9,0,0,0.25,1.1461,0.11,1.0000 wealthier,wealthier,9,9,8,8,0.18,1.0000,0.11,1.0000 weirdoes,weirdoes,10,9,9,8,0.20,1.0414,0.11,1.0000 wellness,wellness,21,9,16,7,0.41,1.3424,0.11,1.0000 welsher,welsher,9,9,7,7,0.18,1.0000,0.11,1.0000 Westerner,westerner,10,9,1,1,0.20,1.0414,0.11,1.0000 whammo,whammo,11,9,7,7,0.22,1.0792,0.11,1.0000 wheelhouse,wheelhouse,10,9,10,9,0.20,1.0414,0.11,1.0000 wheelman,wheelman,10,9,10,9,0.20,1.0414,0.11,1.0000 whereof,whereof,10,9,10,9,0.20,1.0414,0.11,1.0000 whiskeys,whiskeys,12,9,10,9,0.24,1.1139,0.11,1.0000 whist,whist,11,9,8,6,0.22,1.0792,0.11,1.0000 Whiting,whiting,31,9,10,1,0.61,1.5051,0.11,1.0000 whizz,whizz,11,9,10,8,0.22,1.0792,0.11,1.0000 wholesaler,wholesaler,9,9,9,9,0.18,1.0000,0.11,1.0000 whop,whop,10,9,5,5,0.20,1.0414,0.11,1.0000 whorehouses,whorehouses,10,9,10,9,0.20,1.0414,0.11,1.0000 wildness,wildness,12,9,11,8,0.24,1.1139,0.11,1.0000 wince,wince,12,9,10,8,0.24,1.1139,0.11,1.0000 wistful,wistful,9,9,8,8,0.18,1.0000,0.11,1.0000 womankind,womankind,9,9,9,9,0.18,1.0000,0.11,1.0000 Woodsy,woodsy,13,9,6,6,0.25,1.1461,0.11,1.0000 worsened,worsened,9,9,9,9,0.18,1.0000,0.11,1.0000 wowed,wowed,9,9,9,9,0.18,1.0000,0.11,1.0000 wristband,wristband,9,9,9,9,0.18,1.0000,0.11,1.0000 writhe,writhe,9,9,9,9,0.18,1.0000,0.11,1.0000 wry,wry,10,9,10,9,0.20,1.0414,0.11,1.0000 yardarm,yardarm,10,9,9,8,0.20,1.0414,0.11,1.0000 yesteryear,yesteryear,9,9,9,9,0.18,1.0000,0.11,1.0000 yodeling,yodeling,13,9,10,8,0.25,1.1461,0.11,1.0000 yucca,yucca,14,9,9,5,0.27,1.1761,0.11,1.0000 Za,za,16,9,6,6,0.31,1.2304,0.11,1.0000 zany,zany,10,9,9,8,0.20,1.0414,0.11,1.0000 Zanzibar,zanzibar,23,9,0,0,0.45,1.3802,0.11,1.0000 zapping,zapping,10,9,10,9,0.20,1.0414,0.11,1.0000 Zephyr,zephyr,50,9,2,1,0.98,1.7076,0.11,1.0000 zirconia,zirconia,12,9,10,8,0.24,1.1139,0.11,1.0000 zoomed,zoomed,9,9,9,9,0.18,1.0000,0.11,1.0000 Abba,abba,9,8,0,0,0.18,1.0000,0.10,0.9542 abbreviation,abbreviation,12,8,12,8,0.24,1.1139,0.10,0.9542 abbreviations,abbreviations,10,8,10,8,0.20,1.0414,0.10,0.9542 abductors,abductors,11,8,11,8,0.22,1.0792,0.10,0.9542 abducts,abducts,8,8,7,7,0.16,0.9542,0.10,0.9542 aberrations,aberrations,8,8,8,8,0.16,0.9542,0.10,0.9542 abetted,abetted,8,8,8,8,0.16,0.9542,0.10,0.9542 abolition,abolition,10,8,10,8,0.20,1.0414,0.10,0.9542 abominably,abominably,8,8,7,7,0.16,0.9542,0.10,0.9542 aborigines,aborigines,9,8,5,4,0.18,1.0000,0.10,0.9542 abouts,abouts,8,8,8,8,0.16,0.9542,0.10,0.9542 absentia,absentia,9,8,9,8,0.18,1.0000,0.10,0.9542 absorbent,absorbent,8,8,7,7,0.16,0.9542,0.10,0.9542 abstaining,abstaining,8,8,7,7,0.16,0.9542,0.10,0.9542 acc,acc,8,8,4,4,0.16,0.9542,0.10,0.9542 acclimate,acclimate,8,8,8,8,0.16,0.9542,0.10,0.9542 acclimated,acclimated,10,8,9,8,0.20,1.0414,0.10,0.9542 accompanist,accompanist,10,8,10,8,0.20,1.0414,0.10,0.9542 accompli,accompli,8,8,8,8,0.16,0.9542,0.10,0.9542 accusers,accusers,8,8,8,8,0.16,0.9542,0.10,0.9542 acidity,acidity,10,8,9,7,0.20,1.0414,0.10,0.9542 acquires,acquires,8,8,8,8,0.16,0.9542,0.10,0.9542 actuarial,actuarial,9,8,8,8,0.18,1.0000,0.10,0.9542 additive,additive,11,8,10,7,0.22,1.0792,0.10,0.9542 additives,additives,10,8,10,8,0.20,1.0414,0.10,0.9542 Ade,ade,15,8,1,1,0.29,1.2041,0.10,0.9542 Adonai,adonai,17,8,1,1,0.33,1.2553,0.10,0.9542 adorn,adorn,8,8,8,8,0.16,0.9542,0.10,0.9542 Adriatic,adriatic,8,8,0,0,0.16,0.9542,0.10,0.9542 adversarial,adversarial,12,8,10,7,0.24,1.1139,0.10,0.9542 aerobic,aerobic,9,8,9,8,0.18,1.0000,0.10,0.9542 aff,aff,8,8,7,7,0.16,0.9542,0.10,0.9542 afflictions,afflictions,8,8,8,8,0.16,0.9542,0.10,0.9542 affording,affording,8,8,7,7,0.16,0.9542,0.10,0.9542 Afghans,afghans,10,8,2,2,0.20,1.0414,0.10,0.9542 aggravates,aggravates,9,8,9,8,0.18,1.0000,0.10,0.9542 agitators,agitators,13,8,12,8,0.25,1.1461,0.10,0.9542 agoraphobic,agoraphobic,9,8,8,7,0.18,1.0000,0.10,0.9542 agrarian,agrarian,8,8,8,8,0.16,0.9542,0.10,0.9542 ahi,ahi,15,8,9,6,0.29,1.2041,0.10,0.9542 airbags,airbags,8,8,6,6,0.16,0.9542,0.10,0.9542 airbrushed,airbrushed,8,8,8,8,0.16,0.9542,0.10,0.9542 alkaloid,alkaloid,8,8,8,8,0.16,0.9542,0.10,0.9542 Alky,alky,21,8,8,7,0.41,1.3424,0.10,0.9542 Allegheny,allegheny,9,8,0,0,0.18,1.0000,0.10,0.9542 allegiances,allegiances,9,8,9,8,0.18,1.0000,0.10,0.9542 alleyways,alleyways,8,8,8,8,0.16,0.9542,0.10,0.9542 allocate,allocate,8,8,8,8,0.16,0.9542,0.10,0.9542 allude,allude,10,8,10,8,0.20,1.0414,0.10,0.9542 alpaca,alpaca,10,8,6,5,0.20,1.0414,0.10,0.9542 alternates,alternates,9,8,9,8,0.18,1.0000,0.10,0.9542 altruism,altruism,11,8,10,8,0.22,1.0792,0.10,0.9542 amassing,amassing,8,8,8,8,0.16,0.9542,0.10,0.9542 ambiance,ambiance,8,8,8,8,0.16,0.9542,0.10,0.9542 Amex,amex,9,8,2,2,0.18,1.0000,0.10,0.9542 amplification,amplification,8,8,8,8,0.16,0.9542,0.10,0.9542 amplifies,amplifies,8,8,8,8,0.16,0.9542,0.10,0.9542 anabolic,anabolic,8,8,5,5,0.16,0.9542,0.10,0.9542 anda,anda,9,8,5,5,0.18,1.0000,0.10,0.9542 angler,angler,19,8,13,5,0.37,1.3010,0.10,0.9542 anoint,anoint,10,8,10,8,0.20,1.0414,0.10,0.9542 anon,anon,20,8,10,6,0.39,1.3222,0.10,0.9542 answerable,answerable,9,8,9,8,0.18,1.0000,0.10,0.9542 anticlimactic,anticlimactic,10,8,10,8,0.20,1.0414,0.10,0.9542 antihistamines,antihistamines,10,8,7,5,0.20,1.0414,0.10,0.9542 antipasto,antipasto,8,8,8,8,0.16,0.9542,0.10,0.9542 aplomb,aplomb,8,8,8,8,0.16,0.9542,0.10,0.9542 apoplexy,apoplexy,9,8,7,7,0.18,1.0000,0.10,0.9542 Appalachia,appalachia,10,8,0,0,0.20,1.0414,0.10,0.9542 appeased,appeased,9,8,9,8,0.18,1.0000,0.10,0.9542 appellation,appellation,8,8,8,8,0.16,0.9542,0.10,0.9542 appendages,appendages,8,8,8,8,0.16,0.9542,0.10,0.9542 appraise,appraise,10,8,9,8,0.20,1.0414,0.10,0.9542 Aquamarine,aquamarine,23,8,6,6,0.45,1.3802,0.10,0.9542 Arabians,arabians,10,8,0,0,0.20,1.0414,0.10,0.9542 archeologists,archeologists,8,8,6,6,0.16,0.9542,0.10,0.9542 arcs,arcs,9,8,7,7,0.18,1.0000,0.10,0.9542 Argosy,argosy,13,8,0,0,0.25,1.1461,0.10,0.9542 arias,arias,8,8,5,5,0.16,0.9542,0.10,0.9542 armbands,armbands,8,8,8,8,0.16,0.9542,0.10,0.9542 armoire,armoire,8,8,8,8,0.16,0.9542,0.10,0.9542 armoury,armoury,8,8,8,8,0.16,0.9542,0.10,0.9542 artful,artful,9,8,7,6,0.18,1.0000,0.10,0.9542 ashy,ashy,9,8,9,8,0.18,1.0000,0.10,0.9542 Asperger,asperger,24,8,0,0,0.47,1.3979,0.10,0.9542 aspersions,aspersions,9,8,7,7,0.18,1.0000,0.10,0.9542 asphyxiate,asphyxiate,8,8,7,7,0.16,0.9542,0.10,0.9542 aspired,aspired,8,8,8,8,0.16,0.9542,0.10,0.9542 associative,associative,13,8,13,8,0.25,1.1461,0.10,0.9542 attractiveness,attractiveness,9,8,9,8,0.18,1.0000,0.10,0.9542 Audubon,audubon,12,8,0,0,0.24,1.1139,0.10,0.9542 avatar,avatar,14,8,12,7,0.27,1.1761,0.10,0.9542 Awacs,awacs,9,8,0,0,0.18,1.0000,0.10,0.9542 awarding,awarding,9,8,8,7,0.18,1.0000,0.10,0.9542 Ayatollah,ayatollah,13,8,2,2,0.25,1.1461,0.10,0.9542 Azimuth,azimuth,15,8,4,3,0.29,1.2041,0.10,0.9542 babbles,babbles,8,8,7,7,0.16,0.9542,0.10,0.9542 Bacchus,bacchus,10,8,1,1,0.20,1.0414,0.10,0.9542 backstairs,backstairs,10,8,10,8,0.20,1.0414,0.10,0.9542 backtracking,backtracking,9,8,9,8,0.18,1.0000,0.10,0.9542 Badlands,badlands,12,8,4,4,0.24,1.1139,0.10,0.9542 baldheaded,baldheaded,12,8,12,8,0.24,1.1139,0.10,0.9542 Balinese,balinese,8,8,0,0,0.16,0.9542,0.10,0.9542 balsamic,balsamic,8,8,8,8,0.16,0.9542,0.10,0.9542 banality,banality,10,8,10,8,0.20,1.0414,0.10,0.9542 bandidos,bandidos,12,8,6,6,0.24,1.1139,0.10,0.9542 bankbook,bankbook,8,8,8,8,0.16,0.9542,0.10,0.9542 banknotes,banknotes,11,8,11,8,0.22,1.0792,0.10,0.9542 bankrolling,bankrolling,9,8,8,7,0.18,1.0000,0.10,0.9542 bankrupted,bankrupted,8,8,8,8,0.16,0.9542,0.10,0.9542 banquets,banquets,8,8,7,7,0.16,0.9542,0.10,0.9542 barbell,barbell,18,8,18,8,0.35,1.2788,0.10,0.9542 barrack,barrack,18,8,15,7,0.35,1.2788,0.10,0.9542 Barracudas,barracudas,13,8,6,6,0.25,1.1461,0.10,0.9542 baubles,baubles,8,8,8,8,0.16,0.9542,0.10,0.9542 bawdy,bawdy,9,8,9,8,0.18,1.0000,0.10,0.9542 beatniks,beatniks,8,8,6,6,0.16,0.9542,0.10,0.9542 beauts,beauts,8,8,8,8,0.16,0.9542,0.10,0.9542 bedbug,bedbug,15,8,11,7,0.29,1.2041,0.10,0.9542 bedroll,bedroll,8,8,7,7,0.16,0.9542,0.10,0.9542 Beech,beech,18,8,3,2,0.35,1.2788,0.10,0.9542 beekeeper,beekeeper,9,8,8,7,0.18,1.0000,0.10,0.9542 beeline,beeline,8,8,8,8,0.16,0.9542,0.10,0.9542 befuddled,befuddled,8,8,6,6,0.16,0.9542,0.10,0.9542 beguine,beguine,13,8,9,5,0.25,1.1461,0.10,0.9542 behead,behead,9,8,8,7,0.18,1.0000,0.10,0.9542 belive,belive,11,8,11,8,0.22,1.0792,0.10,0.9542 bequest,bequest,10,8,9,8,0.20,1.0414,0.10,0.9542 berated,berated,8,8,8,8,0.16,0.9542,0.10,0.9542 besiege,besiege,14,8,14,8,0.27,1.1761,0.10,0.9542 betrayals,betrayals,9,8,8,7,0.18,1.0000,0.10,0.9542 bettor,bettor,26,8,24,6,0.51,1.4314,0.10,0.9542 Bey,bey,26,8,0,0,0.51,1.4314,0.10,0.9542 Bianco,bianco,45,8,0,0,0.88,1.6628,0.10,0.9542 bigots,bigots,10,8,10,8,0.20,1.0414,0.10,0.9542 Bijou,bijou,93,8,1,1,1.82,1.9731,0.10,0.9542 billionaires,billionaires,9,8,9,8,0.18,1.0000,0.10,0.9542 bindings,bindings,10,8,10,8,0.20,1.0414,0.10,0.9542 biologists,biologists,8,8,7,7,0.16,0.9542,0.10,0.9542 Bl,bl,13,8,0,0,0.25,1.1461,0.10,0.9542 blackball,blackball,8,8,6,6,0.16,0.9542,0.10,0.9542 blackberries,blackberries,12,8,10,6,0.24,1.1139,0.10,0.9542 bladders,bladders,8,8,7,7,0.16,0.9542,0.10,0.9542 blanked,blanked,13,8,13,8,0.25,1.1461,0.10,0.9542 blanking,blanking,8,8,8,8,0.16,0.9542,0.10,0.9542 blinkers,blinkers,12,8,12,8,0.24,1.1139,0.10,0.9542 blizzards,blizzards,9,8,8,7,0.18,1.0000,0.10,0.9542 blockhouse,blockhouse,11,8,10,8,0.22,1.0792,0.10,0.9542 bloodcurdling,bloodcurdling,8,8,7,7,0.16,0.9542,0.10,0.9542 bloomed,bloomed,10,8,10,8,0.20,1.0414,0.10,0.9542 blooper,blooper,12,8,11,8,0.24,1.1139,0.10,0.9542 blotch,blotch,10,8,10,8,0.20,1.0414,0.10,0.9542 Blume,blume,57,8,0,0,1.12,1.7634,0.10,0.9542 blurring,blurring,9,8,7,7,0.18,1.0000,0.10,0.9542 bobbed,bobbed,9,8,6,5,0.18,1.0000,0.10,0.9542 bocce,bocce,10,8,9,7,0.20,1.0414,0.10,0.9542 bodes,bodes,10,8,10,8,0.20,1.0414,0.10,0.9542 bodybuilding,bodybuilding,16,8,13,7,0.31,1.2304,0.10,0.9542 Bolsheviks,bolsheviks,11,8,0,0,0.22,1.0792,0.10,0.9542 bolting,bolting,8,8,7,7,0.16,0.9542,0.10,0.9542 bombard,bombard,12,8,11,7,0.24,1.1139,0.10,0.9542 Bonaventure,bonaventure,18,8,0,0,0.35,1.2788,0.10,0.9542 bootlegged,bootlegged,8,8,8,8,0.16,0.9542,0.10,0.9542 boozy,boozy,8,8,8,8,0.16,0.9542,0.10,0.9542 boulevards,boulevards,8,8,8,8,0.16,0.9542,0.10,0.9542 bounded,bounded,9,8,9,8,0.18,1.0000,0.10,0.9542 bounder,bounder,8,8,7,7,0.16,0.9542,0.10,0.9542 bourgeoisie,bourgeoisie,15,8,13,8,0.29,1.2041,0.10,0.9542 bower,bower,13,8,7,6,0.25,1.1461,0.10,0.9542 boxcars,boxcars,8,8,7,7,0.16,0.9542,0.10,0.9542 Bps,bps,8,8,2,2,0.16,0.9542,0.10,0.9542 brainpower,brainpower,8,8,8,8,0.16,0.9542,0.10,0.9542 braving,braving,8,8,8,8,0.16,0.9542,0.10,0.9542 brawls,brawls,9,8,9,8,0.18,1.0000,0.10,0.9542 breadbasket,breadbasket,10,8,9,8,0.20,1.0414,0.10,0.9542 breastfeed,breastfeed,9,8,9,8,0.18,1.0000,0.10,0.9542 brevity,brevity,11,8,8,7,0.22,1.0792,0.10,0.9542 brigand,brigand,9,8,8,7,0.18,1.0000,0.10,0.9542 brightens,brightens,9,8,8,7,0.18,1.0000,0.10,0.9542 bringeth,bringeth,9,8,9,8,0.18,1.0000,0.10,0.9542 Brisbane,brisbane,49,8,0,0,0.96,1.6990,0.10,0.9542 Broadsword,broadsword,22,8,7,7,0.43,1.3617,0.10,0.9542 Brrr,brrr,21,8,9,2,0.41,1.3424,0.10,0.9542 budgeted,budgeted,8,8,8,8,0.16,0.9542,0.10,0.9542 budging,budging,8,8,8,8,0.16,0.9542,0.10,0.9542 bughouse,bughouse,11,8,10,7,0.22,1.0792,0.10,0.9542 Bullocks,bullocks,11,8,3,2,0.22,1.0792,0.10,0.9542 bullring,bullring,13,8,13,8,0.25,1.1461,0.10,0.9542 bumble,bumble,12,8,7,4,0.24,1.1139,0.10,0.9542 bunghole,bunghole,33,8,28,8,0.65,1.5315,0.10,0.9542 buoys,buoys,10,8,8,7,0.20,1.0414,0.10,0.9542 Burberry,burberry,9,8,2,2,0.18,1.0000,0.10,0.9542 burglarized,burglarized,10,8,10,8,0.20,1.0414,0.10,0.9542 bushwhack,bushwhack,10,8,9,8,0.20,1.0414,0.10,0.9542 butternut,butternut,8,8,7,7,0.16,0.9542,0.10,0.9542 caballero,caballero,21,8,12,5,0.41,1.3424,0.10,0.9542 cachet,cachet,9,8,7,7,0.18,1.0000,0.10,0.9542 calamine,calamine,10,8,9,7,0.20,1.0414,0.10,0.9542 calfskin,calfskin,10,8,9,8,0.20,1.0414,0.10,0.9542 Californian,californian,8,8,0,0,0.16,0.9542,0.10,0.9542 calliope,calliope,14,8,11,5,0.27,1.1761,0.10,0.9542 Callisto,callisto,58,8,0,0,1.14,1.7709,0.10,0.9542 calloused,calloused,8,8,8,8,0.16,0.9542,0.10,0.9542 Cameroon,cameroon,11,8,0,0,0.22,1.0792,0.10,0.9542 campaigner,campaigner,8,8,8,8,0.16,0.9542,0.10,0.9542 campground,campground,9,8,9,8,0.18,1.0000,0.10,0.9542 Canc,canc,13,8,1,1,0.25,1.1461,0.10,0.9542 cannonballs,cannonballs,9,8,9,8,0.18,1.0000,0.10,0.9542 cannula,cannula,11,8,11,8,0.22,1.0792,0.10,0.9542 canons,canons,19,8,14,6,0.37,1.3010,0.10,0.9542 cantaloupes,cantaloupes,12,8,10,7,0.24,1.1139,0.10,0.9542 capacitor,capacitor,14,8,14,8,0.27,1.1761,0.10,0.9542 capillary,capillary,12,8,8,4,0.24,1.1139,0.10,0.9542 capitalistic,capitalistic,15,8,14,8,0.29,1.2041,0.10,0.9542 capsize,capsize,11,8,11,8,0.22,1.0792,0.10,0.9542 captivating,captivating,8,8,7,7,0.16,0.9542,0.10,0.9542 caraway,caraway,9,8,8,7,0.18,1.0000,0.10,0.9542 carbons,carbons,8,8,8,8,0.16,0.9542,0.10,0.9542 Carlin,carlin,34,8,0,0,0.67,1.5441,0.10,0.9542 Carney,carney,31,8,0,0,0.61,1.5051,0.10,0.9542 carousing,carousing,8,8,8,8,0.16,0.9542,0.10,0.9542 Carvel,carvel,13,8,0,0,0.25,1.1461,0.10,0.9542 carves,carves,8,8,6,6,0.16,0.9542,0.10,0.9542 carwash,carwash,8,8,6,6,0.16,0.9542,0.10,0.9542 cassock,cassock,15,8,15,8,0.29,1.2041,0.10,0.9542 Castilian,castilian,9,8,0,0,0.18,1.0000,0.10,0.9542 Castillo,castillo,34,8,1,1,0.67,1.5441,0.10,0.9542 catapulted,catapulted,8,8,8,8,0.16,0.9542,0.10,0.9542 catatonia,catatonia,8,8,6,6,0.16,0.9542,0.10,0.9542 categorize,categorize,8,8,7,7,0.16,0.9542,0.10,0.9542 catheters,catheters,8,8,8,8,0.16,0.9542,0.10,0.9542 catlike,catlike,14,8,12,8,0.27,1.1761,0.10,0.9542 causation,causation,9,8,7,7,0.18,1.0000,0.10,0.9542 Cav,cav,17,8,0,0,0.33,1.2553,0.10,0.9542 Cavaliers,cavaliers,10,8,0,0,0.20,1.0414,0.10,0.9542 ceaseless,ceaseless,8,8,8,8,0.16,0.9542,0.10,0.9542 censured,censured,10,8,9,7,0.20,1.0414,0.10,0.9542 Centauri,centauri,23,8,0,0,0.45,1.3802,0.10,0.9542 Centaurs,centaurs,9,8,2,2,0.18,1.0000,0.10,0.9542 centering,centering,10,8,7,7,0.20,1.0414,0.10,0.9542 certifiably,certifiably,8,8,8,8,0.16,0.9542,0.10,0.9542 cessation,cessation,10,8,10,8,0.20,1.0414,0.10,0.9542 chairmanship,chairmanship,11,8,11,8,0.22,1.0792,0.10,0.9542 chairwoman,chairwoman,10,8,7,6,0.20,1.0414,0.10,0.9542 chakras,chakras,15,8,15,8,0.29,1.2041,0.10,0.9542 chancy,chancy,10,8,9,7,0.20,1.0414,0.10,0.9542 chaplains,chaplains,9,8,9,8,0.18,1.0000,0.10,0.9542 Chapstick,chapstick,11,8,0,0,0.22,1.0792,0.10,0.9542 chaw,chaw,10,8,9,7,0.20,1.0414,0.10,0.9542 Cherchez,cherchez,10,8,1,1,0.20,1.0414,0.10,0.9542 chesty,chesty,14,8,7,3,0.27,1.1761,0.10,0.9542 Chevron,chevron,16,8,2,2,0.31,1.2304,0.10,0.9542 childhoods,childhoods,8,8,8,8,0.16,0.9542,0.10,0.9542 chiropractic,chiropractic,9,8,8,7,0.18,1.0000,0.10,0.9542 chirps,chirps,9,8,9,8,0.18,1.0000,0.10,0.9542 chocks,chocks,10,8,8,6,0.20,1.0414,0.10,0.9542 Choco,choco,39,8,1,1,0.76,1.6021,0.10,0.9542 chromic,chromic,9,8,9,8,0.18,1.0000,0.10,0.9542 chronology,chronology,10,8,8,6,0.20,1.0414,0.10,0.9542 chrysanthemums,chrysanthemums,10,8,10,8,0.20,1.0414,0.10,0.9542 chutzpah,chutzpah,8,8,5,5,0.16,0.9542,0.10,0.9542 Cissy,cissy,18,8,4,2,0.35,1.2788,0.10,0.9542 cistern,cistern,11,8,11,8,0.22,1.0792,0.10,0.9542 civilize,civilize,8,8,8,8,0.16,0.9542,0.10,0.9542 clamouring,clamouring,8,8,6,6,0.16,0.9542,0.10,0.9542 clamping,clamping,9,8,7,7,0.18,1.0000,0.10,0.9542 clashes,clashes,8,8,7,7,0.16,0.9542,0.10,0.9542 clearinghouse,clearinghouse,8,8,5,5,0.16,0.9542,0.10,0.9542 climates,climates,8,8,8,8,0.16,0.9542,0.10,0.9542 climaxes,climaxes,8,8,8,8,0.16,0.9542,0.10,0.9542 clothespin,clothespin,15,8,11,7,0.29,1.2041,0.10,0.9542 cloudless,cloudless,8,8,8,8,0.16,0.9542,0.10,0.9542 Clovers,clovers,26,8,8,7,0.51,1.4314,0.10,0.9542 clumsily,clumsily,8,8,8,8,0.16,0.9542,0.10,0.9542 coastguard,coastguard,13,8,11,6,0.25,1.1461,0.10,0.9542 coaxing,coaxing,8,8,8,8,0.16,0.9542,0.10,0.9542 cobblestone,cobblestone,8,8,7,7,0.16,0.9542,0.10,0.9542 cobweb,cobweb,10,8,9,7,0.20,1.0414,0.10,0.9542 codependent,codependent,8,8,7,7,0.16,0.9542,0.10,0.9542 coherence,coherence,9,8,9,8,0.18,1.0000,0.10,0.9542 coincident,coincident,10,8,10,8,0.20,1.0414,0.10,0.9542 collared,collared,8,8,8,8,0.16,0.9542,0.10,0.9542 collin,collin,22,8,14,1,0.43,1.3617,0.10,0.9542 coloration,coloration,10,8,9,7,0.20,1.0414,0.10,0.9542 combust,combust,8,8,8,8,0.16,0.9542,0.10,0.9542 commensurate,commensurate,8,8,8,8,0.16,0.9542,0.10,0.9542 commercialism,commercialism,9,8,8,7,0.18,1.0000,0.10,0.9542 compatriots,compatriots,9,8,9,8,0.18,1.0000,0.10,0.9542 competes,competes,8,8,8,8,0.16,0.9542,0.10,0.9542 compliant,compliant,8,8,8,8,0.16,0.9542,0.10,0.9542 compulsively,compulsively,8,8,8,8,0.16,0.9542,0.10,0.9542 computations,computations,10,8,9,8,0.20,1.0414,0.10,0.9542 comradeship,comradeship,8,8,7,7,0.16,0.9542,0.10,0.9542 concave,concave,9,8,7,7,0.18,1.0000,0.10,0.9542 conceals,conceals,9,8,9,8,0.18,1.0000,0.10,0.9542 concentrates,concentrates,8,8,8,8,0.16,0.9542,0.10,0.9542 concurs,concurs,8,8,8,8,0.16,0.9542,0.10,0.9542 condoned,condoned,9,8,9,8,0.18,1.0000,0.10,0.9542 confab,confab,8,8,8,8,0.16,0.9542,0.10,0.9542 Confederation,confederation,14,8,4,4,0.27,1.1761,0.10,0.9542 conferencing,conferencing,8,8,8,8,0.16,0.9542,0.10,0.9542 confers,confers,8,8,8,8,0.16,0.9542,0.10,0.9542 conglomerates,conglomerates,9,8,8,8,0.18,1.0000,0.10,0.9542 Conners,conners,37,8,0,0,0.73,1.5798,0.10,0.9542 consecutively,consecutively,8,8,8,8,0.16,0.9542,0.10,0.9542 consign,consign,10,8,9,7,0.20,1.0414,0.10,0.9542 consonant,consonant,10,8,10,8,0.20,1.0414,0.10,0.9542 constrictor,constrictor,12,8,12,8,0.24,1.1139,0.10,0.9542 contentious,contentious,9,8,9,8,0.18,1.0000,0.10,0.9542 convenes,convenes,8,8,8,8,0.16,0.9542,0.10,0.9542 conversely,conversely,8,8,5,5,0.16,0.9542,0.10,0.9542 copulation,copulation,8,8,8,8,0.16,0.9542,0.10,0.9542 cornstarch,cornstarch,9,8,8,7,0.18,1.0000,0.10,0.9542 corollary,corollary,9,8,9,8,0.18,1.0000,0.10,0.9542 Coronado,coronado,36,8,0,0,0.71,1.5682,0.10,0.9542 corrosion,corrosion,10,8,9,7,0.20,1.0414,0.10,0.9542 cortisone,cortisone,29,8,25,6,0.57,1.4771,0.10,0.9542 cosmonaut,cosmonaut,8,8,7,7,0.16,0.9542,0.10,0.9542 Cossacks,cossacks,14,8,2,1,0.27,1.1761,0.10,0.9542 costal,costal,8,8,8,8,0.16,0.9542,0.10,0.9542 Coulter,coulter,16,8,0,0,0.31,1.2304,0.10,0.9542 countermand,countermand,9,8,8,8,0.18,1.0000,0.10,0.9542 courant,courant,12,8,6,3,0.24,1.1139,0.10,0.9542 Coventry,coventry,31,8,0,0,0.61,1.5051,0.10,0.9542 coveralls,coveralls,9,8,9,8,0.18,1.0000,0.10,0.9542 cowbell,cowbell,10,8,9,7,0.20,1.0414,0.10,0.9542 cozier,cozier,8,8,8,8,0.16,0.9542,0.10,0.9542 crabbing,crabbing,9,8,9,8,0.18,1.0000,0.10,0.9542 cradling,cradling,8,8,8,8,0.16,0.9542,0.10,0.9542 creeds,creeds,8,8,8,8,0.16,0.9542,0.10,0.9542 creeks,creeks,9,8,6,6,0.18,1.0000,0.10,0.9542 Creeper,creeper,37,8,2,2,0.73,1.5798,0.10,0.9542 criminalize,criminalize,8,8,8,8,0.16,0.9542,0.10,0.9542 cringing,cringing,10,8,9,8,0.20,1.0414,0.10,0.9542 crinkle,crinkle,10,8,8,7,0.20,1.0414,0.10,0.9542 crochet,crochet,8,8,5,5,0.16,0.9542,0.10,0.9542 crocked,crocked,11,8,11,8,0.22,1.0792,0.10,0.9542 crooning,crooning,9,8,9,8,0.18,1.0000,0.10,0.9542 crossroad,crossroad,9,8,8,8,0.18,1.0000,0.10,0.9542 cruller,cruller,10,8,10,8,0.20,1.0414,0.10,0.9542 crumple,crumple,8,8,7,7,0.16,0.9542,0.10,0.9542 crusted,crusted,10,8,10,8,0.20,1.0414,0.10,0.9542 cryogenics,cryogenics,9,8,7,6,0.18,1.0000,0.10,0.9542 cubits,cubits,16,8,16,8,0.31,1.2304,0.10,0.9542 cuckoos,cuckoos,10,8,10,8,0.20,1.0414,0.10,0.9542 cued,cued,8,8,8,8,0.16,0.9542,0.10,0.9542 cummerbund,cummerbund,8,8,8,8,0.16,0.9542,0.10,0.9542 cunnilingus,cunnilingus,11,8,9,6,0.22,1.0792,0.10,0.9542 curiosities,curiosities,11,8,10,7,0.22,1.0792,0.10,0.9542 cussed,cussed,8,8,8,8,0.16,0.9542,0.10,0.9542 cuticles,cuticles,8,8,7,7,0.16,0.9542,0.10,0.9542 cutouts,cutouts,8,8,8,8,0.16,0.9542,0.10,0.9542 cylindrical,cylindrical,8,8,7,7,0.16,0.9542,0.10,0.9542 Dahlia,dahlia,28,8,0,0,0.55,1.4624,0.10,0.9542 Dali,dali,10,8,0,0,0.20,1.0414,0.10,0.9542 Dalmatians,dalmatians,10,8,2,2,0.20,1.0414,0.10,0.9542 Damocles,damocles,18,8,0,0,0.35,1.2788,0.10,0.9542 Dasher,dasher,31,8,4,3,0.61,1.5051,0.10,0.9542 dashes,dashes,10,8,10,8,0.20,1.0414,0.10,0.9542 dater,dater,9,8,9,8,0.18,1.0000,0.10,0.9542 deactivation,deactivation,11,8,9,6,0.22,1.0792,0.10,0.9542 deaden,deaden,8,8,8,8,0.16,0.9542,0.10,0.9542 deadest,deadest,8,8,8,8,0.16,0.9542,0.10,0.9542 debasement,debasement,8,8,8,8,0.16,0.9542,0.10,0.9542 debug,debug,10,8,8,6,0.20,1.0414,0.10,0.9542 Debussy,debussy,13,8,0,0,0.25,1.1461,0.10,0.9542 decaffeinated,decaffeinated,8,8,8,8,0.16,0.9542,0.10,0.9542 decanter,decanter,11,8,10,7,0.22,1.0792,0.10,0.9542 deepening,deepening,11,8,10,8,0.22,1.0792,0.10,0.9542 deepens,deepens,8,8,8,8,0.16,0.9542,0.10,0.9542 defibrillate,defibrillate,8,8,5,5,0.16,0.9542,0.10,0.9542 deficits,deficits,8,8,8,8,0.16,0.9542,0.10,0.9542 deflated,deflated,8,8,7,7,0.16,0.9542,0.10,0.9542 deflecting,deflecting,8,8,8,8,0.16,0.9542,0.10,0.9542 defrocked,defrocked,13,8,12,7,0.25,1.1461,0.10,0.9542 defrosting,defrosting,8,8,7,7,0.16,0.9542,0.10,0.9542 deftly,deftly,8,8,8,8,0.16,0.9542,0.10,0.9542 delving,delving,8,8,8,8,0.16,0.9542,0.10,0.9542 denotes,denotes,8,8,8,8,0.16,0.9542,0.10,0.9542 denser,denser,9,8,8,8,0.18,1.0000,0.10,0.9542 derision,derision,8,8,8,8,0.16,0.9542,0.10,0.9542 destabilize,destabilize,8,8,8,8,0.16,0.9542,0.10,0.9542 detachable,detachable,9,8,7,7,0.18,1.0000,0.10,0.9542 detainees,detainees,13,8,12,8,0.25,1.1461,0.10,0.9542 detritus,detritus,8,8,7,7,0.16,0.9542,0.10,0.9542 Deuteronomy,deuteronomy,10,8,1,1,0.20,1.0414,0.10,0.9542 Deutschland,deutschland,12,8,0,0,0.24,1.1139,0.10,0.9542 devalued,devalued,8,8,8,8,0.16,0.9542,0.10,0.9542 devastatingly,devastatingly,9,8,7,7,0.18,1.0000,0.10,0.9542 dewdrops,dewdrops,9,8,7,7,0.18,1.0000,0.10,0.9542 diastolic,diastolic,9,8,8,7,0.18,1.0000,0.10,0.9542 dickering,dickering,8,8,7,7,0.16,0.9542,0.10,0.9542 diesels,diesels,11,8,10,8,0.22,1.0792,0.10,0.9542 diffused,diffused,12,8,12,8,0.24,1.1139,0.10,0.9542 dilapidated,dilapidated,8,8,8,8,0.16,0.9542,0.10,0.9542 dimming,dimming,13,8,7,6,0.25,1.1461,0.10,0.9542 dinged,dinged,9,8,9,8,0.18,1.0000,0.10,0.9542 dinks,dinks,10,8,8,7,0.20,1.0414,0.10,0.9542 directories,directories,9,8,9,8,0.18,1.0000,0.10,0.9542 dirge,dirge,9,8,9,8,0.18,1.0000,0.10,0.9542 discordant,discordant,16,8,11,5,0.31,1.2304,0.10,0.9542 discotheque,discotheque,10,8,10,8,0.20,1.0414,0.10,0.9542 discourages,discourages,8,8,7,7,0.16,0.9542,0.10,0.9542 discriminatory,discriminatory,8,8,8,8,0.16,0.9542,0.10,0.9542 discus,discus,12,8,11,8,0.24,1.1139,0.10,0.9542 dishonorably,dishonorably,9,8,7,7,0.18,1.0000,0.10,0.9542 dishonourable,dishonourable,9,8,7,6,0.18,1.0000,0.10,0.9542 dishpan,dishpan,8,8,6,6,0.16,0.9542,0.10,0.9542 dishy,dishy,9,8,9,8,0.18,1.0000,0.10,0.9542 disinherited,disinherited,9,8,6,6,0.18,1.0000,0.10,0.9542 disjointed,disjointed,8,8,8,8,0.16,0.9542,0.10,0.9542 disliking,disliking,9,8,9,8,0.18,1.0000,0.10,0.9542 dislocate,dislocate,10,8,9,7,0.20,1.0414,0.10,0.9542 dispensable,dispensable,9,8,9,8,0.18,1.0000,0.10,0.9542 dispossessed,dispossessed,10,8,9,8,0.20,1.0414,0.10,0.9542 disqualifying,disqualifying,8,8,8,8,0.16,0.9542,0.10,0.9542 disreputable,disreputable,8,8,7,7,0.16,0.9542,0.10,0.9542 dit,dit,11,8,10,7,0.22,1.0792,0.10,0.9542 divider,divider,8,8,8,8,0.16,0.9542,0.10,0.9542 doff,doff,8,8,7,7,0.16,0.9542,0.10,0.9542 dollies,dollies,10,8,8,7,0.20,1.0414,0.10,0.9542 domains,domains,9,8,8,7,0.18,1.0000,0.10,0.9542 Dona,dona,11,8,2,2,0.22,1.0792,0.10,0.9542 doodads,doodads,9,8,9,8,0.18,1.0000,0.10,0.9542 doper,doper,8,8,7,7,0.16,0.9542,0.10,0.9542 doppelganger,doppelganger,18,8,13,8,0.35,1.2788,0.10,0.9542 dosages,dosages,9,8,8,7,0.18,1.0000,0.10,0.9542 doubloons,doubloons,10,8,10,8,0.20,1.0414,0.10,0.9542 downgraded,downgraded,8,8,8,8,0.16,0.9542,0.10,0.9542 downsize,downsize,8,8,7,7,0.16,0.9542,0.10,0.9542 downstate,downstate,23,8,20,6,0.45,1.3802,0.10,0.9542 downwards,downwards,8,8,7,7,0.16,0.9542,0.10,0.9542 dropper,dropper,20,8,20,8,0.39,1.3222,0.10,0.9542 drudge,drudge,9,8,9,8,0.18,1.0000,0.10,0.9542 druid,druid,17,8,12,5,0.33,1.2553,0.10,0.9542 dummkopf,dummkopf,11,8,6,4,0.22,1.0792,0.10,0.9542 dunderhead,dunderhead,9,8,9,8,0.18,1.0000,0.10,0.9542 dungarees,dungarees,10,8,9,7,0.20,1.0414,0.10,0.9542 dunks,dunks,8,8,7,7,0.16,0.9542,0.10,0.9542 dura,dura,8,8,8,8,0.16,0.9542,0.10,0.9542 durn,durn,8,8,7,7,0.16,0.9542,0.10,0.9542 dusters,dusters,13,8,13,8,0.25,1.1461,0.10,0.9542 earmarks,earmarks,8,8,8,8,0.16,0.9542,0.10,0.9542 earwax,earwax,9,8,6,6,0.18,1.0000,0.10,0.9542 Easterners,easterners,8,8,1,1,0.16,0.9542,0.10,0.9542 Ebenezer,ebenezer,70,8,0,0,1.37,1.8513,0.10,0.9542 ecclesiastical,ecclesiastical,11,8,10,7,0.22,1.0792,0.10,0.9542 echinacea,echinacea,12,8,7,5,0.24,1.1139,0.10,0.9542 eclipsed,eclipsed,9,8,9,8,0.18,1.0000,0.10,0.9542 ectoplasmic,ectoplasmic,9,8,8,7,0.18,1.0000,0.10,0.9542 eczema,eczema,9,8,8,7,0.18,1.0000,0.10,0.9542 edicts,edicts,8,8,8,8,0.16,0.9542,0.10,0.9542 educators,educators,10,8,10,8,0.20,1.0414,0.10,0.9542 Eek,eek,10,8,1,1,0.20,1.0414,0.10,0.9542 een,een,10,8,9,7,0.20,1.0414,0.10,0.9542 egotism,egotism,8,8,8,8,0.16,0.9542,0.10,0.9542 Ejecting,ejecting,13,8,6,5,0.25,1.1461,0.10,0.9542 Eldorado,eldorado,13,8,0,0,0.25,1.1461,0.10,0.9542 electrocuting,electrocuting,9,8,9,8,0.18,1.0000,0.10,0.9542 emasculate,emasculate,8,8,5,5,0.16,0.9542,0.10,0.9542 embarrassingly,embarrassingly,8,8,6,6,0.16,0.9542,0.10,0.9542 emeritus,emeritus,8,8,7,7,0.16,0.9542,0.10,0.9542 emigrating,emigrating,10,8,10,8,0.20,1.0414,0.10,0.9542 empirically,empirically,8,8,7,7,0.16,0.9542,0.10,0.9542 enchantress,enchantress,29,8,29,8,0.57,1.4771,0.10,0.9542 encrypt,encrypt,11,8,7,7,0.22,1.0792,0.10,0.9542 encyclopaedia,encyclopaedia,8,8,6,6,0.16,0.9542,0.10,0.9542 enfold,enfold,15,8,15,8,0.29,1.2041,0.10,0.9542 enquiry,enquiry,9,8,9,8,0.18,1.0000,0.10,0.9542 enshrined,enshrined,8,8,8,8,0.16,0.9542,0.10,0.9542 entendre,entendre,10,8,10,8,0.20,1.0414,0.10,0.9542 entrap,entrap,9,8,9,8,0.18,1.0000,0.10,0.9542 entryway,entryway,8,8,8,8,0.16,0.9542,0.10,0.9542 envoys,envoys,10,8,8,7,0.20,1.0414,0.10,0.9542 ephemeral,ephemeral,10,8,9,7,0.20,1.0414,0.10,0.9542 equalize,equalize,10,8,10,8,0.20,1.0414,0.10,0.9542 eradicating,eradicating,8,8,8,8,0.16,0.9542,0.10,0.9542 eroticism,eroticism,8,8,7,7,0.16,0.9542,0.10,0.9542 esophageal,esophageal,9,8,6,6,0.18,1.0000,0.10,0.9542 Etch,etch,10,8,3,3,0.20,1.0414,0.10,0.9542 etchings,etchings,10,8,10,8,0.20,1.0414,0.10,0.9542 evolves,evolves,8,8,8,8,0.16,0.9542,0.10,0.9542 exacted,exacted,9,8,9,8,0.18,1.0000,0.10,0.9542 exasperated,exasperated,8,8,8,8,0.16,0.9542,0.10,0.9542 excise,excise,8,8,6,6,0.16,0.9542,0.10,0.9542 exiles,exiles,11,8,10,8,0.22,1.0792,0.10,0.9542 exonerating,exonerating,8,8,8,8,0.16,0.9542,0.10,0.9542 exoskeleton,exoskeleton,13,8,12,7,0.25,1.1461,0.10,0.9542 exterminating,exterminating,9,8,9,8,0.18,1.0000,0.10,0.9542 eyeteeth,eyeteeth,8,8,8,8,0.16,0.9542,0.10,0.9542 faithfulness,faithfulness,10,8,8,7,0.20,1.0414,0.10,0.9542 fancying,fancying,8,8,8,8,0.16,0.9542,0.10,0.9542 Fantastico,fantastico,9,8,3,3,0.18,1.0000,0.10,0.9542 Fauntleroy,fauntleroy,8,8,0,0,0.16,0.9542,0.10,0.9542 favourable,favourable,9,8,9,8,0.18,1.0000,0.10,0.9542 fearlessly,fearlessly,8,8,8,8,0.16,0.9542,0.10,0.9542 fer,fer,9,8,6,6,0.18,1.0000,0.10,0.9542 Ferrara,ferrara,33,8,0,0,0.65,1.5315,0.10,0.9542 ferried,ferried,8,8,8,8,0.16,0.9542,0.10,0.9542 fertilizers,fertilizers,10,8,9,7,0.20,1.0414,0.10,0.9542 fervently,fervently,8,8,8,8,0.16,0.9542,0.10,0.9542 fetishes,fetishes,10,8,9,8,0.20,1.0414,0.10,0.9542 feuds,feuds,8,8,8,8,0.16,0.9542,0.10,0.9542 fevered,fevered,8,8,8,8,0.16,0.9542,0.10,0.9542 fewest,fewest,9,8,9,8,0.18,1.0000,0.10,0.9542 filament,filament,17,8,16,8,0.33,1.2553,0.10,0.9542 fillies,fillies,9,8,9,8,0.18,1.0000,0.10,0.9542 finches,finches,13,8,7,6,0.25,1.1461,0.10,0.9542 fining,fining,8,8,8,8,0.16,0.9542,0.10,0.9542 Firestone,firestone,19,8,0,0,0.37,1.3010,0.10,0.9542 firetrap,firetrap,9,8,9,8,0.18,1.0000,0.10,0.9542 firework,firework,8,8,8,8,0.16,0.9542,0.10,0.9542 firings,firings,9,8,9,8,0.18,1.0000,0.10,0.9542 firma,firma,10,8,10,8,0.20,1.0414,0.10,0.9542 fishbowl,fishbowl,9,8,9,8,0.18,1.0000,0.10,0.9542 Fishman,fishman,20,8,0,0,0.39,1.3222,0.10,0.9542 fishnet,fishnet,11,8,9,7,0.22,1.0792,0.10,0.9542 fishnets,fishnets,9,8,8,7,0.18,1.0000,0.10,0.9542 fitter,fitter,8,8,8,8,0.16,0.9542,0.10,0.9542 fizzing,fizzing,8,8,6,6,0.16,0.9542,0.10,0.9542 fizzle,fizzle,10,8,10,8,0.20,1.0414,0.10,0.9542 flab,flab,9,8,8,7,0.18,1.0000,0.10,0.9542 flamethrowers,flamethrowers,10,8,8,7,0.20,1.0414,0.10,0.9542 Flathead,flathead,12,8,5,5,0.24,1.1139,0.10,0.9542 flattening,flattening,10,8,9,8,0.20,1.0414,0.10,0.9542 Fletch,fletch,52,8,0,0,1.02,1.7243,0.10,0.9542 flickers,flickers,10,8,10,8,0.20,1.0414,0.10,0.9542 Flintstone,flintstone,9,8,0,0,0.18,1.0000,0.10,0.9542 flirtations,flirtations,8,8,8,8,0.16,0.9542,0.10,0.9542 floaty,floaty,10,8,10,8,0.20,1.0414,0.10,0.9542 flocked,flocked,9,8,9,8,0.18,1.0000,0.10,0.9542 floe,floe,11,8,11,8,0.22,1.0792,0.10,0.9542 flossed,flossed,8,8,7,7,0.16,0.9542,0.10,0.9542 Flotsam,flotsam,13,8,6,6,0.25,1.1461,0.10,0.9542 flout,flout,10,8,10,8,0.20,1.0414,0.10,0.9542 fluoride,fluoride,12,8,9,6,0.24,1.1139,0.10,0.9542 flurries,flurries,10,8,9,7,0.20,1.0414,0.10,0.9542 flutters,flutters,8,8,8,8,0.16,0.9542,0.10,0.9542 fluttery,fluttery,9,8,9,8,0.18,1.0000,0.10,0.9542 foetus,foetus,8,8,7,7,0.16,0.9542,0.10,0.9542 foist,foist,8,8,8,8,0.16,0.9542,0.10,0.9542 folksy,folksy,8,8,8,8,0.16,0.9542,0.10,0.9542 footpath,footpath,14,8,14,8,0.27,1.1761,0.10,0.9542 footsies,footsies,8,8,6,6,0.16,0.9542,0.10,0.9542 footstool,footstool,8,8,8,8,0.16,0.9542,0.10,0.9542 forcible,forcible,8,8,8,8,0.16,0.9542,0.10,0.9542 forebears,forebears,9,8,9,8,0.18,1.0000,0.10,0.9542 forestall,forestall,8,8,7,7,0.16,0.9542,0.10,0.9542 forewarned,forewarned,8,8,7,7,0.16,0.9542,0.10,0.9542 forfeiting,forfeiting,9,8,9,8,0.18,1.0000,0.10,0.9542 fosters,fosters,10,8,6,4,0.20,1.0414,0.10,0.9542 Fourscore,fourscore,11,8,3,3,0.22,1.0792,0.10,0.9542 fracturing,fracturing,8,8,7,7,0.16,0.9542,0.10,0.9542 frailties,frailties,8,8,8,8,0.16,0.9542,0.10,0.9542 fraternities,fraternities,10,8,9,7,0.20,1.0414,0.10,0.9542 freakiest,freakiest,8,8,7,7,0.16,0.9542,0.10,0.9542 freeloader,freeloader,8,8,8,8,0.16,0.9542,0.10,0.9542 frenchwoman,frenchwoman,10,8,5,4,0.20,1.0414,0.10,0.9542 Frisbees,frisbees,8,8,2,2,0.16,0.9542,0.10,0.9542 fuckwit,fuckwit,10,8,7,7,0.20,1.0414,0.10,0.9542 fulcrum,fulcrum,10,8,7,6,0.20,1.0414,0.10,0.9542 fulfills,fulfills,8,8,8,8,0.16,0.9542,0.10,0.9542 funnels,funnels,8,8,7,7,0.16,0.9542,0.10,0.9542 funning,funning,8,8,8,8,0.16,0.9542,0.10,0.9542 furlongs,furlongs,11,8,11,8,0.22,1.0792,0.10,0.9542 fussed,fussed,8,8,8,8,0.16,0.9542,0.10,0.9542 fuzzball,fuzzball,8,8,5,5,0.16,0.9542,0.10,0.9542 Gadzooks,gadzooks,8,8,2,2,0.16,0.9542,0.10,0.9542 gainfully,gainfully,8,8,7,7,0.16,0.9542,0.10,0.9542 Galen,galen,40,8,0,0,0.78,1.6128,0.10,0.9542 gallops,gallops,8,8,8,8,0.16,0.9542,0.10,0.9542 galvanized,galvanized,14,8,13,8,0.27,1.1761,0.10,0.9542 gamekeeper,gamekeeper,11,8,10,8,0.22,1.0792,0.10,0.9542 gardenia,gardenia,11,8,7,5,0.22,1.0792,0.10,0.9542 garrote,garrote,10,8,10,8,0.20,1.0414,0.10,0.9542 Gatling,gatling,11,8,0,0,0.22,1.0792,0.10,0.9542 Gaul,gaul,25,8,0,0,0.49,1.4150,0.10,0.9542 gaunt,gaunt,8,8,7,7,0.16,0.9542,0.10,0.9542 gelatinous,gelatinous,9,8,8,8,0.18,1.0000,0.10,0.9542 genial,genial,10,8,9,7,0.20,1.0414,0.10,0.9542 genocidal,genocidal,9,8,9,8,0.18,1.0000,0.10,0.9542 gentlest,gentlest,9,8,9,8,0.18,1.0000,0.10,0.9542 Geo,geo,9,8,2,2,0.18,1.0000,0.10,0.9542 geranium,geranium,8,8,5,5,0.16,0.9542,0.10,0.9542 geraniums,geraniums,12,8,9,8,0.24,1.1139,0.10,0.9542 Gestalt,gestalt,8,8,3,3,0.16,0.9542,0.10,0.9542 gimlet,gimlet,8,8,7,7,0.16,0.9542,0.10,0.9542 gingham,gingham,9,8,7,7,0.18,1.0000,0.10,0.9542 glaciers,glaciers,8,8,7,7,0.16,0.9542,0.10,0.9542 Gladstone,gladstone,12,8,0,0,0.24,1.1139,0.10,0.9542 glared,glared,8,8,8,8,0.16,0.9542,0.10,0.9542 Glazer,glazer,13,8,1,1,0.25,1.1461,0.10,0.9542 globes,globes,18,8,9,5,0.35,1.2788,0.10,0.9542 gloved,gloved,8,8,8,8,0.16,0.9542,0.10,0.9542 godparents,godparents,11,8,11,8,0.22,1.0792,0.10,0.9542 Goggle,goggle,27,8,8,4,0.53,1.4472,0.10,0.9542 goldarn,goldarn,8,8,7,7,0.16,0.9542,0.10,0.9542 goldbrick,goldbrick,9,8,9,8,0.18,1.0000,0.10,0.9542 goosed,goosed,8,8,7,7,0.16,0.9542,0.10,0.9542 grammatically,grammatically,9,8,8,8,0.18,1.0000,0.10,0.9542 grannies,grannies,9,8,6,6,0.18,1.0000,0.10,0.9542 grasses,grasses,13,8,13,8,0.25,1.1461,0.10,0.9542 grated,grated,8,8,7,7,0.16,0.9542,0.10,0.9542 gratify,gratify,8,8,8,8,0.16,0.9542,0.10,0.9542 graver,graver,8,8,8,8,0.16,0.9542,0.10,0.9542 grays,grays,10,8,6,5,0.20,1.0414,0.10,0.9542 greenest,greenest,9,8,9,8,0.18,1.0000,0.10,0.9542 greengrocer,greengrocer,9,8,6,6,0.18,1.0000,0.10,0.9542 greenish,greenish,8,8,7,7,0.16,0.9542,0.10,0.9542 Grosse,grosse,12,8,1,1,0.24,1.1139,0.10,0.9542 grossest,grossest,10,8,10,8,0.20,1.0414,0.10,0.9542 grouper,grouper,10,8,7,5,0.20,1.0414,0.10,0.9542 grousing,grousing,8,8,8,8,0.16,0.9542,0.10,0.9542 grovelling,grovelling,11,8,10,7,0.22,1.0792,0.10,0.9542 grumble,grumble,9,8,9,8,0.18,1.0000,0.10,0.9542 grunted,grunted,8,8,8,8,0.16,0.9542,0.10,0.9542 guffaws,guffaws,8,8,7,7,0.16,0.9542,0.10,0.9542 gumball,gumball,9,8,7,6,0.18,1.0000,0.10,0.9542 gumdrops,gumdrops,11,8,10,8,0.22,1.0792,0.10,0.9542 gussied,gussied,9,8,9,8,0.18,1.0000,0.10,0.9542 gyms,gyms,8,8,7,7,0.16,0.9542,0.10,0.9542 Gyn,gyn,12,8,2,2,0.24,1.1139,0.10,0.9542 gypped,gypped,8,8,8,8,0.16,0.9542,0.10,0.9542 gyrating,gyrating,8,8,8,8,0.16,0.9542,0.10,0.9542 haberdasher,haberdasher,9,8,9,8,0.18,1.0000,0.10,0.9542 haddock,haddock,11,8,6,6,0.22,1.0792,0.10,0.9542 Hagar,hagar,10,8,0,0,0.20,1.0414,0.10,0.9542 hailstorm,hailstorm,10,8,9,7,0.20,1.0414,0.10,0.9542 Hairdressing,hairdressing,17,8,8,7,0.33,1.2553,0.10,0.9542 hairier,hairier,11,8,10,7,0.22,1.0792,0.10,0.9542 Haitians,haitians,11,8,0,0,0.22,1.0792,0.10,0.9542 Hallow,hallow,9,8,4,3,0.18,1.0000,0.10,0.9542 hammocks,hammocks,9,8,7,7,0.18,1.0000,0.10,0.9542 handbrake,handbrake,9,8,8,7,0.18,1.0000,0.10,0.9542 harbouring,harbouring,8,8,8,8,0.16,0.9542,0.10,0.9542 hardcover,hardcover,8,8,7,7,0.16,0.9542,0.10,0.9542 Harpies,harpies,24,8,5,2,0.47,1.3979,0.10,0.9542 harpsichord,harpsichord,11,8,9,7,0.22,1.0792,0.10,0.9542 hatbox,hatbox,9,8,9,8,0.18,1.0000,0.10,0.9542 hatcheck,hatcheck,9,8,6,5,0.18,1.0000,0.10,0.9542 hausfrau,hausfrau,8,8,7,7,0.16,0.9542,0.10,0.9542 Havens,havens,12,8,4,4,0.24,1.1139,0.10,0.9542 Haydn,haydn,13,8,0,0,0.25,1.1461,0.10,0.9542 headers,headers,9,8,9,8,0.18,1.0000,0.10,0.9542 heighten,heighten,9,8,9,8,0.18,1.0000,0.10,0.9542 hematomas,hematomas,8,8,8,8,0.16,0.9542,0.10,0.9542 henna,henna,11,8,8,6,0.22,1.0792,0.10,0.9542 henpecked,henpecked,8,8,8,8,0.16,0.9542,0.10,0.9542 hepatic,hepatic,10,8,8,6,0.20,1.0414,0.10,0.9542 heretical,heretical,9,8,9,8,0.18,1.0000,0.10,0.9542 heroines,heroines,8,8,8,8,0.16,0.9542,0.10,0.9542 heros,heros,8,8,6,6,0.16,0.9542,0.10,0.9542 heterosexuals,heterosexuals,9,8,8,7,0.18,1.0000,0.10,0.9542 hew,hew,8,8,6,6,0.16,0.9542,0.10,0.9542 heyday,heyday,8,8,8,8,0.16,0.9542,0.10,0.9542 Hidalgo,hidalgo,16,8,0,0,0.31,1.2304,0.10,0.9542 highballs,highballs,8,8,7,7,0.16,0.9542,0.10,0.9542 Hili,hili,10,8,0,0,0.20,1.0414,0.10,0.9542 Hiller,hiller,24,8,0,0,0.47,1.3979,0.10,0.9542 hindquarters,hindquarters,8,8,8,8,0.16,0.9542,0.10,0.9542 hippos,hippos,11,8,6,5,0.22,1.0792,0.10,0.9542 Hispanics,hispanics,9,8,0,0,0.18,1.0000,0.10,0.9542 hoisting,hoisting,9,8,6,6,0.18,1.0000,0.10,0.9542 homebody,homebody,9,8,8,8,0.18,1.0000,0.10,0.9542 honeybun,honeybun,13,8,11,8,0.25,1.1461,0.10,0.9542 honouring,honouring,8,8,7,7,0.16,0.9542,0.10,0.9542 hoodie,hoodie,10,8,9,7,0.20,1.0414,0.10,0.9542 hoodwink,hoodwink,8,8,7,7,0.16,0.9542,0.10,0.9542 Hoorah,hoorah,9,8,2,2,0.18,1.0000,0.10,0.9542 hopheads,hopheads,8,8,7,7,0.16,0.9542,0.10,0.9542 Horner,horner,13,8,0,0,0.25,1.1461,0.10,0.9542 horniness,horniness,9,8,8,7,0.18,1.0000,0.10,0.9542 horseless,horseless,9,8,8,7,0.18,1.0000,0.10,0.9542 horsewhip,horsewhip,11,8,9,8,0.22,1.0792,0.10,0.9542 hotdogs,hotdogs,13,8,13,8,0.25,1.1461,0.10,0.9542 hotness,hotness,8,8,8,8,0.16,0.9542,0.10,0.9542 hove,hove,8,8,7,7,0.16,0.9542,0.10,0.9542 howitzer,howitzer,15,8,12,6,0.29,1.2041,0.10,0.9542 huffed,huffed,8,8,8,8,0.16,0.9542,0.10,0.9542 humanize,humanize,8,8,8,8,0.16,0.9542,0.10,0.9542 hurriedly,hurriedly,12,8,7,7,0.24,1.1139,0.10,0.9542 hurted,hurted,12,8,12,8,0.24,1.1139,0.10,0.9542 hydro,hydro,13,8,13,8,0.25,1.1461,0.10,0.9542 hydrotherapy,hydrotherapy,8,8,7,7,0.16,0.9542,0.10,0.9542 hypersensitive,hypersensitive,11,8,11,8,0.22,1.0792,0.10,0.9542 hypnotherapy,hypnotherapy,8,8,8,8,0.16,0.9542,0.10,0.9542 hypnotised,hypnotised,9,8,7,6,0.18,1.0000,0.10,0.9542 hypoallergenic,hypoallergenic,8,8,8,8,0.16,0.9542,0.10,0.9542 hypotenuse,hypotenuse,10,8,9,7,0.20,1.0414,0.10,0.9542 hypothermic,hypothermic,15,8,12,8,0.29,1.2041,0.10,0.9542 hypoxia,hypoxia,9,8,8,7,0.18,1.0000,0.10,0.9542 iambic,iambic,10,8,10,8,0.20,1.0414,0.10,0.9542 Ibm,ibm,18,8,0,0,0.35,1.2788,0.10,0.9542 ices,ices,8,8,8,8,0.16,0.9542,0.10,0.9542 ide,ide,8,8,7,7,0.16,0.9542,0.10,0.9542 idolised,idolised,10,8,10,8,0.20,1.0414,0.10,0.9542 illegible,illegible,9,8,9,8,0.18,1.0000,0.10,0.9542 imbecilic,imbecilic,11,8,10,8,0.22,1.0792,0.10,0.9542 imbibe,imbibe,8,8,8,8,0.16,0.9542,0.10,0.9542 imitators,imitators,12,8,12,8,0.24,1.1139,0.10,0.9542 immediacy,immediacy,8,8,8,8,0.16,0.9542,0.10,0.9542 immortalize,immortalize,8,8,6,6,0.16,0.9542,0.10,0.9542 impair,impair,8,8,8,8,0.16,0.9542,0.10,0.9542 impeached,impeached,27,8,27,8,0.53,1.4472,0.10,0.9542 imperialists,imperialists,12,8,12,8,0.24,1.1139,0.10,0.9542 imploding,imploding,8,8,8,8,0.16,0.9542,0.10,0.9542 imprecise,imprecise,8,8,8,8,0.16,0.9542,0.10,0.9542 impregnating,impregnating,8,8,5,5,0.16,0.9542,0.10,0.9542 impresario,impresario,13,8,13,8,0.25,1.1461,0.10,0.9542 inadvertent,inadvertent,11,8,11,8,0.22,1.0792,0.10,0.9542 inboard,inboard,10,8,8,8,0.20,1.0414,0.10,0.9542 incisor,incisor,8,8,7,7,0.16,0.9542,0.10,0.9542 incited,incited,8,8,8,8,0.16,0.9542,0.10,0.9542 inclement,inclement,8,8,8,8,0.16,0.9542,0.10,0.9542 incredulous,incredulous,8,8,8,8,0.16,0.9542,0.10,0.9542 incubus,incubus,8,8,7,7,0.16,0.9542,0.10,0.9542 Indianapolis,indianapolis,9,8,0,0,0.18,1.0000,0.10,0.9542 indomitable,indomitable,10,8,7,7,0.20,1.0414,0.10,0.9542 infiltrates,infiltrates,8,8,8,8,0.16,0.9542,0.10,0.9542 infinitum,infinitum,9,8,9,8,0.18,1.0000,0.10,0.9542 inflection,inflection,9,8,8,7,0.18,1.0000,0.10,0.9542 inflexible,inflexible,8,8,8,8,0.16,0.9542,0.10,0.9542 inhabitant,inhabitant,8,8,8,8,0.16,0.9542,0.10,0.9542 inhalers,inhalers,20,8,20,8,0.39,1.3222,0.10,0.9542 initialed,initialed,10,8,10,8,0.20,1.0414,0.10,0.9542 initiates,initiates,8,8,8,8,0.16,0.9542,0.10,0.9542 inordinately,inordinately,8,8,8,8,0.16,0.9542,0.10,0.9542 insiders,insiders,8,8,6,6,0.16,0.9542,0.10,0.9542 insurgent,insurgent,12,8,11,8,0.24,1.1139,0.10,0.9542 interacted,interacted,8,8,8,8,0.16,0.9542,0.10,0.9542 interloper,interloper,10,8,10,8,0.20,1.0414,0.10,0.9542 interning,interning,8,8,8,8,0.16,0.9542,0.10,0.9542 intimated,intimated,10,8,9,8,0.20,1.0414,0.10,0.9542 introverted,introverted,8,8,6,6,0.16,0.9542,0.10,0.9542 invalidated,invalidated,9,8,9,8,0.18,1.0000,0.10,0.9542 inventoried,inventoried,8,8,8,8,0.16,0.9542,0.10,0.9542 inversion,inversion,13,8,12,8,0.25,1.1461,0.10,0.9542 inviolate,inviolate,8,8,8,8,0.16,0.9542,0.10,0.9542 inwardly,inwardly,8,8,6,6,0.16,0.9542,0.10,0.9542 ionosphere,ionosphere,10,8,10,8,0.20,1.0414,0.10,0.9542 irrationally,irrationally,9,8,9,8,0.18,1.0000,0.10,0.9542 ism,ism,13,8,12,8,0.25,1.1461,0.10,0.9542 isosceles,isosceles,11,8,10,8,0.22,1.0792,0.10,0.9542 itineraries,itineraries,8,8,7,7,0.16,0.9542,0.10,0.9542 Jackers,jackers,15,8,5,4,0.29,1.2041,0.10,0.9542 jackknife,jackknife,9,8,5,5,0.18,1.0000,0.10,0.9542 jackrabbits,jackrabbits,11,8,7,7,0.22,1.0792,0.10,0.9542 Jacky,jacky,44,8,0,0,0.86,1.6532,0.10,0.9542 Jai,jai,15,8,2,2,0.29,1.2041,0.10,0.9542 jailbirds,jailbirds,9,8,9,8,0.18,1.0000,0.10,0.9542 jambalaya,jambalaya,12,8,10,7,0.24,1.1139,0.10,0.9542 Jammer,jammer,25,8,8,7,0.49,1.4150,0.10,0.9542 Jarry,jarry,16,8,0,0,0.31,1.2304,0.10,0.9542 jeers,jeers,8,8,7,7,0.16,0.9542,0.10,0.9542 jeopardised,jeopardised,8,8,8,8,0.16,0.9542,0.10,0.9542 jigger,jigger,10,8,7,6,0.20,1.0414,0.10,0.9542 jillion,jillion,10,8,10,8,0.20,1.0414,0.10,0.9542 jimmied,jimmied,11,8,10,7,0.22,1.0792,0.10,0.9542 joggers,joggers,8,8,7,7,0.16,0.9542,0.10,0.9542 jolted,jolted,8,8,8,8,0.16,0.9542,0.10,0.9542 Joss,joss,20,8,3,2,0.39,1.3222,0.10,0.9542 jubilant,jubilant,8,8,8,8,0.16,0.9542,0.10,0.9542 judgeship,judgeship,10,8,10,8,0.20,1.0414,0.10,0.9542 judicious,judicious,8,8,8,8,0.16,0.9542,0.10,0.9542 jugglers,jugglers,9,8,7,7,0.18,1.0000,0.10,0.9542 Jujubes,jujubes,11,8,3,3,0.22,1.0792,0.10,0.9542 jurisprudence,jurisprudence,8,8,8,8,0.16,0.9542,0.10,0.9542 justifiably,justifiably,8,8,6,6,0.16,0.9542,0.10,0.9542 juxtaposition,juxtaposition,8,8,7,7,0.16,0.9542,0.10,0.9542 Kam,kam,70,8,0,0,1.37,1.8513,0.10,0.9542 Kant,kant,14,8,0,0,0.27,1.1761,0.10,0.9542 karats,karats,8,8,8,8,0.16,0.9542,0.10,0.9542 keystroke,keystroke,10,8,10,8,0.20,1.0414,0.10,0.9542 keystrokes,keystrokes,8,8,8,8,0.16,0.9542,0.10,0.9542 kickers,kickers,9,8,7,6,0.18,1.0000,0.10,0.9542 kimonos,kimonos,8,8,8,8,0.16,0.9542,0.10,0.9542 kindhearted,kindhearted,8,8,8,8,0.16,0.9542,0.10,0.9542 kindled,kindled,9,8,9,8,0.18,1.0000,0.10,0.9542 kneading,kneading,9,8,8,7,0.18,1.0000,0.10,0.9542 Knickerbocker,knickerbocker,9,8,1,1,0.18,1.0000,0.10,0.9542 knits,knits,8,8,8,8,0.16,0.9542,0.10,0.9542 kr,kr,10,8,7,5,0.20,1.0414,0.10,0.9542 labours,labours,8,8,8,8,0.16,0.9542,0.10,0.9542 lactate,lactate,8,8,8,8,0.16,0.9542,0.10,0.9542 lait,lait,11,8,10,8,0.22,1.0792,0.10,0.9542 Landau,landau,11,8,3,3,0.22,1.0792,0.10,0.9542 languish,languish,8,8,8,8,0.16,0.9542,0.10,0.9542 larder,larder,8,8,8,8,0.16,0.9542,0.10,0.9542 largesse,largesse,9,8,9,8,0.18,1.0000,0.10,0.9542 lathe,lathe,16,8,13,7,0.31,1.2304,0.10,0.9542 Latvian,latvian,18,8,1,1,0.35,1.2788,0.10,0.9542 Lauder,lauder,12,8,1,1,0.24,1.1139,0.10,0.9542 lavatories,lavatories,12,8,12,8,0.24,1.1139,0.10,0.9542 lazybones,lazybones,8,8,7,7,0.16,0.9542,0.10,0.9542 leanings,leanings,8,8,8,8,0.16,0.9542,0.10,0.9542 Leastwise,leastwise,8,8,1,1,0.16,0.9542,0.10,0.9542 lech,lech,8,8,5,5,0.16,0.9542,0.10,0.9542 legality,legality,11,8,11,8,0.22,1.0792,0.10,0.9542 leggings,leggings,13,8,12,8,0.25,1.1461,0.10,0.9542 Lemmon,lemmon,28,8,0,0,0.55,1.4624,0.10,0.9542 lender,lender,8,8,8,8,0.16,0.9542,0.10,0.9542 lengthened,lengthened,9,8,8,7,0.18,1.0000,0.10,0.9542 lesbianism,lesbianism,9,8,8,7,0.18,1.0000,0.10,0.9542 Lg,lg,17,8,0,0,0.33,1.2553,0.10,0.9542 libertine,libertine,9,8,6,5,0.18,1.0000,0.10,0.9542 libretto,libretto,9,8,8,7,0.18,1.0000,0.10,0.9542 licences,licences,13,8,13,8,0.25,1.1461,0.10,0.9542 Lifesavers,lifesavers,8,8,3,3,0.16,0.9542,0.10,0.9542 lifespan,lifespan,18,8,17,8,0.35,1.2788,0.10,0.9542 Limehouse,limehouse,21,8,2,2,0.41,1.3424,0.10,0.9542 Lind,lind,17,8,1,1,0.33,1.2553,0.10,0.9542 Linder,linder,25,8,0,0,0.49,1.4150,0.10,0.9542 lineups,lineups,11,8,10,8,0.22,1.0792,0.10,0.9542 linkup,linkup,10,8,10,8,0.20,1.0414,0.10,0.9542 lipsticks,lipsticks,9,8,9,8,0.18,1.0000,0.10,0.9542 lisping,lisping,9,8,7,6,0.18,1.0000,0.10,0.9542 Lithuania,lithuania,11,8,0,0,0.22,1.0792,0.10,0.9542 litmus,litmus,13,8,10,8,0.25,1.1461,0.10,0.9542 logbook,logbook,15,8,15,8,0.29,1.2041,0.10,0.9542 lolling,lolling,8,8,7,7,0.16,0.9542,0.10,0.9542 lollygagging,lollygagging,9,8,9,8,0.18,1.0000,0.10,0.9542 longhorns,longhorns,11,8,8,6,0.22,1.0792,0.10,0.9542 longstanding,longstanding,8,8,8,8,0.16,0.9542,0.10,0.9542 looter,looter,10,8,10,8,0.20,1.0414,0.10,0.9542 loquacious,loquacious,8,8,6,6,0.16,0.9542,0.10,0.9542 loudspeakers,loudspeakers,8,8,8,8,0.16,0.9542,0.10,0.9542 lowball,lowball,8,8,8,8,0.16,0.9542,0.10,0.9542 lr,lr,12,8,6,3,0.24,1.1139,0.10,0.9542 lubricate,lubricate,8,8,8,8,0.16,0.9542,0.10,0.9542 lugged,lugged,9,8,9,8,0.18,1.0000,0.10,0.9542 lulling,lulling,8,8,5,5,0.16,0.9542,0.10,0.9542 Lune,lune,8,8,2,2,0.16,0.9542,0.10,0.9542 lunged,lunged,10,8,9,7,0.20,1.0414,0.10,0.9542 lunkheads,lunkheads,8,8,8,8,0.16,0.9542,0.10,0.9542 Lx,lx,13,8,5,3,0.25,1.1461,0.10,0.9542 maced,maced,10,8,6,6,0.20,1.0414,0.10,0.9542 machetes,machetes,8,8,8,8,0.16,0.9542,0.10,0.9542 Macro,macro,28,8,5,5,0.55,1.4624,0.10,0.9542 Maharajah,maharajah,14,8,3,2,0.27,1.1761,0.10,0.9542 mailmen,mailmen,10,8,9,7,0.20,1.0414,0.10,0.9542 maiming,maiming,8,8,7,7,0.16,0.9542,0.10,0.9542 Malachi,malachi,26,8,0,0,0.51,1.4314,0.10,0.9542 malaise,malaise,8,8,8,8,0.16,0.9542,0.10,0.9542 malnourished,malnourished,8,8,8,8,0.16,0.9542,0.10,0.9542 Malo,malo,22,8,7,5,0.43,1.3617,0.10,0.9542 manga,manga,10,8,8,6,0.20,1.0414,0.10,0.9542 manhandling,manhandling,8,8,8,8,0.16,0.9542,0.10,0.9542 Mani,mani,12,8,5,5,0.24,1.1139,0.10,0.9542 manipulates,manipulates,8,8,8,8,0.16,0.9542,0.10,0.9542 Manta,manta,15,8,6,6,0.29,1.2041,0.10,0.9542 Marauders,marauders,12,8,4,4,0.24,1.1139,0.10,0.9542 marauding,marauding,8,8,7,7,0.16,0.9542,0.10,0.9542 Margaux,margaux,11,8,0,0,0.22,1.0792,0.10,0.9542 marinating,marinating,8,8,8,8,0.16,0.9542,0.10,0.9542 marketed,marketed,8,8,8,8,0.16,0.9542,0.10,0.9542 marriageable,marriageable,9,8,9,8,0.18,1.0000,0.10,0.9542 martinet,martinet,8,8,7,7,0.16,0.9542,0.10,0.9542 masts,masts,8,8,8,8,0.16,0.9542,0.10,0.9542 masturbates,masturbates,9,8,9,8,0.18,1.0000,0.10,0.9542 maturing,maturing,10,8,8,8,0.20,1.0414,0.10,0.9542 meagre,meagre,8,8,8,8,0.16,0.9542,0.10,0.9542 mealtime,mealtime,9,8,8,8,0.18,1.0000,0.10,0.9542 medallions,medallions,10,8,10,8,0.20,1.0414,0.10,0.9542 medico,medico,8,8,6,6,0.16,0.9542,0.10,0.9542 megahertz,megahertz,8,8,8,8,0.16,0.9542,0.10,0.9542 Mekong,mekong,9,8,0,0,0.18,1.0000,0.10,0.9542 mem,mem,160,8,87,5,3.14,2.2068,0.10,0.9542 Memsahib,memsahib,34,8,16,7,0.67,1.5441,0.10,0.9542 menorah,menorah,9,8,8,7,0.18,1.0000,0.10,0.9542 menswear,menswear,8,8,6,6,0.16,0.9542,0.10,0.9542 merges,merges,8,8,8,8,0.16,0.9542,0.10,0.9542 Meril,meril,65,8,0,0,1.27,1.8195,0.10,0.9542 methyl,methyl,10,8,7,6,0.20,1.0414,0.10,0.9542 metronome,metronome,10,8,8,7,0.20,1.0414,0.10,0.9542 microbiology,microbiology,9,8,7,6,0.18,1.0000,0.10,0.9542 microwaved,microwaved,9,8,9,8,0.18,1.0000,0.10,0.9542 Midlands,midlands,11,8,0,0,0.22,1.0792,0.10,0.9542 midrange,midrange,8,8,8,8,0.16,0.9542,0.10,0.9542 midriff,midriff,9,8,8,7,0.18,1.0000,0.10,0.9542 militants,militants,12,8,8,7,0.24,1.1139,0.10,0.9542 milks,milks,9,8,9,8,0.18,1.0000,0.10,0.9542 Millers,millers,12,8,0,0,0.24,1.1139,0.10,0.9542 millimetre,millimetre,12,8,12,8,0.24,1.1139,0.10,0.9542 milliseconds,milliseconds,9,8,9,8,0.18,1.0000,0.10,0.9542 mils,mils,14,8,12,7,0.27,1.1761,0.10,0.9542 mingled,mingled,8,8,8,8,0.16,0.9542,0.10,0.9542 miniaturized,miniaturized,10,8,9,7,0.20,1.0414,0.10,0.9542 minimalist,minimalist,9,8,9,8,0.18,1.0000,0.10,0.9542 miniseries,miniseries,9,8,9,8,0.18,1.0000,0.10,0.9542 misapprehension,misapprehension,8,8,8,8,0.16,0.9542,0.10,0.9542 miscarried,miscarried,10,8,10,8,0.20,1.0414,0.10,0.9542 misinterpreting,misinterpreting,9,8,9,8,0.18,1.0000,0.10,0.9542 mismatch,mismatch,11,8,11,8,0.22,1.0792,0.10,0.9542 misogynist,misogynist,8,8,8,8,0.16,0.9542,0.10,0.9542 misogynistic,misogynistic,10,8,10,8,0.20,1.0414,0.10,0.9542 mists,mists,15,8,13,7,0.29,1.2041,0.10,0.9542 mitosis,mitosis,9,8,7,7,0.18,1.0000,0.10,0.9542 Mitten,mitten,23,8,6,6,0.45,1.3802,0.10,0.9542 modifying,modifying,8,8,8,8,0.16,0.9542,0.10,0.9542 modular,modular,8,8,8,8,0.16,0.9542,0.10,0.9542 molests,molests,8,8,8,8,0.16,0.9542,0.10,0.9542 Monde,monde,8,8,3,3,0.16,0.9542,0.10,0.9542 Mongol,mongol,54,8,0,0,1.06,1.7404,0.10,0.9542 monstrosities,monstrosities,9,8,9,8,0.18,1.0000,0.10,0.9542 moos,moos,22,8,21,7,0.43,1.3617,0.10,0.9542 Mora,mora,19,8,0,0,0.37,1.3010,0.10,0.9542 morbidly,morbidly,8,8,7,7,0.16,0.9542,0.10,0.9542 Morph,morph,38,8,8,7,0.75,1.5911,0.10,0.9542 Morpheus,morpheus,74,8,0,0,1.45,1.8751,0.10,0.9542 morsels,morsels,8,8,8,8,0.16,0.9542,0.10,0.9542 moseying,moseying,8,8,8,8,0.16,0.9542,0.10,0.9542 mosh,mosh,8,8,6,6,0.16,0.9542,0.10,0.9542 mote,mote,12,8,11,7,0.24,1.1139,0.10,0.9542 motherboard,motherboard,9,8,9,8,0.18,1.0000,0.10,0.9542 motility,motility,9,8,9,8,0.18,1.0000,0.10,0.9542 motorists,motorists,9,8,8,7,0.18,1.0000,0.10,0.9542 mourner,mourner,8,8,7,7,0.16,0.9542,0.10,0.9542 mows,mows,10,8,9,7,0.20,1.0414,0.10,0.9542 Mudd,mudd,56,8,1,1,1.10,1.7559,0.10,0.9542 mudhole,mudhole,10,8,10,8,0.20,1.0414,0.10,0.9542 mulatto,mulatto,13,8,11,6,0.25,1.1461,0.10,0.9542 multiplies,multiplies,11,8,11,8,0.22,1.0792,0.10,0.9542 multitask,multitask,10,8,9,7,0.20,1.0414,0.10,0.9542 munched,munched,8,8,8,8,0.16,0.9542,0.10,0.9542 mung,mung,11,8,7,5,0.22,1.0792,0.10,0.9542 Munger,munger,17,8,0,0,0.33,1.2553,0.10,0.9542 muscatel,muscatel,9,8,6,6,0.18,1.0000,0.10,0.9542 muscled,muscled,8,8,7,7,0.16,0.9542,0.10,0.9542 mussel,mussel,14,8,10,7,0.27,1.1761,0.10,0.9542 Muzak,muzak,9,8,1,1,0.18,1.0000,0.10,0.9542 mynah,mynah,20,8,17,8,0.39,1.3222,0.10,0.9542 myopia,myopia,9,8,8,8,0.18,1.0000,0.10,0.9542 nastiness,nastiness,9,8,9,8,0.18,1.0000,0.10,0.9542 Nationalists,nationalists,12,8,5,4,0.24,1.1139,0.10,0.9542 naturalized,naturalized,9,8,7,6,0.18,1.0000,0.10,0.9542 navigated,navigated,8,8,8,8,0.16,0.9542,0.10,0.9542 Nazism,nazism,8,8,0,0,0.16,0.9542,0.10,0.9542 nears,nears,8,8,8,8,0.16,0.9542,0.10,0.9542 necrophiliac,necrophiliac,12,8,11,7,0.24,1.1139,0.10,0.9542 Neddy,neddy,51,8,0,0,1.00,1.7160,0.10,0.9542 neglectful,neglectful,15,8,13,8,0.29,1.2041,0.10,0.9542 neglects,neglects,8,8,7,7,0.16,0.9542,0.10,0.9542 neighbourly,neighbourly,10,8,10,8,0.20,1.0414,0.10,0.9542 neophyte,neophyte,8,8,7,7,0.16,0.9542,0.10,0.9542 nerts,nerts,8,8,4,4,0.16,0.9542,0.10,0.9542 Nervosa,nervosa,10,8,2,1,0.20,1.0414,0.10,0.9542 nervy,nervy,8,8,8,8,0.16,0.9542,0.10,0.9542 neuralgia,neuralgia,10,8,10,8,0.20,1.0414,0.10,0.9542 neurophysiology,neurophysiology,8,8,6,6,0.16,0.9542,0.10,0.9542 neutralizes,neutralizes,9,8,9,8,0.18,1.0000,0.10,0.9542 Nibbles,nibbles,12,8,5,5,0.24,1.1139,0.10,0.9542 nit,nit,8,8,8,8,0.16,0.9542,0.10,0.9542 noisily,noisily,8,8,8,8,0.16,0.9542,0.10,0.9542 noontime,noontime,8,8,8,8,0.16,0.9542,0.10,0.9542 nosedive,nosedive,8,8,7,7,0.16,0.9542,0.10,0.9542 noteworthy,noteworthy,8,8,7,7,0.16,0.9542,0.10,0.9542 nought,nought,11,8,10,7,0.22,1.0792,0.10,0.9542 novena,novena,8,8,7,7,0.16,0.9542,0.10,0.9542 nozzles,nozzles,13,8,10,8,0.25,1.1461,0.10,0.9542 nuclei,nuclei,8,8,8,8,0.16,0.9542,0.10,0.9542 nudists,nudists,9,8,6,6,0.18,1.0000,0.10,0.9542 nullifies,nullifies,8,8,8,8,0.16,0.9542,0.10,0.9542 numeral,numeral,9,8,8,7,0.18,1.0000,0.10,0.9542 numskull,numskull,8,8,8,8,0.16,0.9542,0.10,0.9542 nutrient,nutrient,19,8,17,7,0.37,1.3010,0.10,0.9542 nutsy,nutsy,10,8,6,6,0.20,1.0414,0.10,0.9542 obscuring,obscuring,8,8,8,8,0.16,0.9542,0.10,0.9542 Och,och,18,8,2,1,0.35,1.2788,0.10,0.9542 octave,octave,14,8,12,8,0.27,1.1761,0.10,0.9542 oddities,oddities,8,8,7,7,0.16,0.9542,0.10,0.9542 offal,offal,9,8,9,8,0.18,1.0000,0.10,0.9542 offs,offs,9,8,9,8,0.18,1.0000,0.10,0.9542 offside,offside,11,8,8,7,0.22,1.0792,0.10,0.9542 oligarchy,oligarchy,8,8,8,8,0.16,0.9542,0.10,0.9542 Omni,omni,15,8,5,1,0.29,1.2041,0.10,0.9542 ons,ons,33,8,32,7,0.65,1.5315,0.10,0.9542 oohs,oohs,9,8,8,7,0.18,1.0000,0.10,0.9542 ope,ope,9,8,7,7,0.18,1.0000,0.10,0.9542 oppressing,oppressing,8,8,8,8,0.16,0.9542,0.10,0.9542 optimists,optimists,8,8,7,7,0.16,0.9542,0.10,0.9542 Orc,orc,20,8,3,3,0.39,1.3222,0.10,0.9542 orchestral,orchestral,10,8,7,6,0.20,1.0414,0.10,0.9542 organically,organically,8,8,7,7,0.16,0.9542,0.10,0.9542 Orioles,orioles,8,8,0,0,0.16,0.9542,0.10,0.9542 Osi,osi,22,8,0,0,0.43,1.3617,0.10,0.9542 osteopath,osteopath,11,8,10,8,0.22,1.0792,0.10,0.9542 outflanked,outflanked,9,8,8,7,0.18,1.0000,0.10,0.9542 outfoxed,outfoxed,8,8,6,6,0.16,0.9542,0.10,0.9542 outlining,outlining,8,8,8,8,0.16,0.9542,0.10,0.9542 outshoot,outshoot,9,8,9,8,0.18,1.0000,0.10,0.9542 overacting,overacting,8,8,8,8,0.16,0.9542,0.10,0.9542 overcharging,overcharging,10,8,10,8,0.20,1.0414,0.10,0.9542 overdoses,overdoses,9,8,8,8,0.18,1.0000,0.10,0.9542 overflows,overflows,8,8,8,8,0.16,0.9542,0.10,0.9542 overhang,overhang,9,8,8,7,0.18,1.0000,0.10,0.9542 overreaching,overreaching,8,8,8,8,0.16,0.9542,0.10,0.9542 overreacts,overreacts,8,8,8,8,0.16,0.9542,0.10,0.9542 overrode,overrode,8,8,8,8,0.16,0.9542,0.10,0.9542 oversleep,oversleep,8,8,8,8,0.16,0.9542,0.10,0.9542 overstimulated,overstimulated,8,8,8,8,0.16,0.9542,0.10,0.9542 overstuffed,overstuffed,8,8,8,8,0.16,0.9542,0.10,0.9542 overthink,overthink,10,8,10,8,0.20,1.0414,0.10,0.9542 overthrowing,overthrowing,8,8,8,8,0.16,0.9542,0.10,0.9542 overtook,overtook,9,8,8,7,0.18,1.0000,0.10,0.9542 overused,overused,9,8,9,8,0.18,1.0000,0.10,0.9542 ovulation,ovulation,9,8,9,8,0.18,1.0000,0.10,0.9542 pacts,pacts,9,8,9,8,0.18,1.0000,0.10,0.9542 padlocks,padlocks,10,8,8,7,0.20,1.0414,0.10,0.9542 Padres,padres,11,8,5,5,0.22,1.0792,0.10,0.9542 pageboy,pageboy,10,8,7,7,0.20,1.0414,0.10,0.9542 Pah,pah,12,8,5,3,0.24,1.1139,0.10,0.9542 palates,palates,10,8,10,8,0.20,1.0414,0.10,0.9542 paleface,paleface,11,8,8,6,0.22,1.0792,0.10,0.9542 pallbearer,pallbearer,11,8,11,8,0.22,1.0792,0.10,0.9542 pallid,pallid,8,8,7,7,0.16,0.9542,0.10,0.9542 palookas,palookas,9,8,9,8,0.18,1.0000,0.10,0.9542 pampas,pampas,8,8,6,6,0.16,0.9542,0.10,0.9542 panache,panache,10,8,10,8,0.20,1.0414,0.10,0.9542 pantsuit,pantsuit,8,8,8,8,0.16,0.9542,0.10,0.9542 papayas,papayas,12,8,10,7,0.24,1.1139,0.10,0.9542 paralyse,paralyse,8,8,8,8,0.16,0.9542,0.10,0.9542 paralyzes,paralyzes,8,8,8,8,0.16,0.9542,0.10,0.9542 parentage,parentage,8,8,8,8,0.16,0.9542,0.10,0.9542 parfait,parfait,12,8,10,6,0.24,1.1139,0.10,0.9542 partials,partials,8,8,8,8,0.16,0.9542,0.10,0.9542 pawning,pawning,9,8,8,7,0.18,1.0000,0.10,0.9542 payer,payer,8,8,7,7,0.16,0.9542,0.10,0.9542 Peacekeepers,peacekeepers,37,8,12,6,0.73,1.5798,0.10,0.9542 peddles,peddles,8,8,7,7,0.16,0.9542,0.10,0.9542 peeks,peeks,8,8,8,8,0.16,0.9542,0.10,0.9542 peevish,peevish,8,8,8,8,0.16,0.9542,0.10,0.9542 Pembroke,pembroke,24,8,0,0,0.47,1.3979,0.10,0.9542 pennants,pennants,11,8,10,8,0.22,1.0792,0.10,0.9542 penultimate,penultimate,10,8,9,8,0.20,1.0414,0.10,0.9542 peppermints,peppermints,10,8,10,8,0.20,1.0414,0.10,0.9542 perceiving,perceiving,9,8,8,7,0.18,1.0000,0.10,0.9542 percussionist,percussionist,9,8,9,8,0.18,1.0000,0.10,0.9542 perfunctory,perfunctory,9,8,9,8,0.18,1.0000,0.10,0.9542 periodical,periodical,9,8,8,7,0.18,1.0000,0.10,0.9542 perishing,perishing,9,8,9,8,0.18,1.0000,0.10,0.9542 perjure,perjure,8,8,7,7,0.16,0.9542,0.10,0.9542 perking,perking,8,8,8,8,0.16,0.9542,0.10,0.9542 pervs,pervs,8,8,8,8,0.16,0.9542,0.10,0.9542 pestered,pestered,8,8,8,8,0.16,0.9542,0.10,0.9542 petechial,petechial,8,8,4,4,0.16,0.9542,0.10,0.9542 pettiness,pettiness,8,8,8,8,0.16,0.9542,0.10,0.9542 phenobarbital,phenobarbital,11,8,8,6,0.22,1.0792,0.10,0.9542 phobic,phobic,8,8,8,8,0.16,0.9542,0.10,0.9542 phonetic,phonetic,12,8,11,8,0.24,1.1139,0.10,0.9542 phonetically,phonetically,9,8,8,8,0.18,1.0000,0.10,0.9542 photocopies,photocopies,9,8,9,8,0.18,1.0000,0.10,0.9542 pickaxe,pickaxe,8,8,8,8,0.16,0.9542,0.10,0.9542 picketing,picketing,12,8,10,7,0.24,1.1139,0.10,0.9542 pics,pics,11,8,10,7,0.22,1.0792,0.10,0.9542 piker,piker,10,8,9,7,0.20,1.0414,0.10,0.9542 Pilar,pilar,88,8,0,0,1.73,1.9494,0.10,0.9542 pillaging,pillaging,8,8,8,8,0.16,0.9542,0.10,0.9542 pincushion,pincushion,9,8,7,7,0.18,1.0000,0.10,0.9542 pings,pings,12,8,11,7,0.24,1.1139,0.10,0.9542 pinpoints,pinpoints,8,8,7,7,0.16,0.9542,0.10,0.9542 pinprick,pinprick,8,8,8,8,0.16,0.9542,0.10,0.9542 pixels,pixels,10,8,8,7,0.20,1.0414,0.10,0.9542 plaques,plaques,8,8,8,8,0.16,0.9542,0.10,0.9542 plastering,plastering,8,8,7,7,0.16,0.9542,0.10,0.9542 plastique,plastique,11,8,9,6,0.22,1.0792,0.10,0.9542 playfully,playfully,8,8,7,7,0.16,0.9542,0.10,0.9542 pleaser,pleaser,8,8,8,8,0.16,0.9542,0.10,0.9542 Pleistocene,pleistocene,8,8,0,0,0.16,0.9542,0.10,0.9542 poetess,poetess,10,8,8,6,0.20,1.0414,0.10,0.9542 polloi,polloi,8,8,8,8,0.16,0.9542,0.10,0.9542 Polytechnic,polytechnic,8,8,1,1,0.16,0.9542,0.10,0.9542 Pomeranian,pomeranian,10,8,0,0,0.20,1.0414,0.10,0.9542 Pompadour,pompadour,17,8,4,4,0.33,1.2553,0.10,0.9542 pooping,pooping,9,8,9,8,0.18,1.0000,0.10,0.9542 poopsie,poopsie,20,8,10,6,0.39,1.3222,0.10,0.9542 popgun,popgun,11,8,11,8,0.22,1.0792,0.10,0.9542 popliteal,popliteal,8,8,8,8,0.16,0.9542,0.10,0.9542 porches,porches,9,8,9,8,0.18,1.0000,0.10,0.9542 porte,porte,8,8,6,6,0.16,0.9542,0.10,0.9542 portly,portly,8,8,7,7,0.16,0.9542,0.10,0.9542 posttraumatic,posttraumatic,8,8,7,7,0.16,0.9542,0.10,0.9542 potbellied,potbellied,8,8,8,8,0.16,0.9542,0.10,0.9542 pouches,pouches,8,8,8,8,0.16,0.9542,0.10,0.9542 pounced,pounced,9,8,9,8,0.18,1.0000,0.10,0.9542 Pourquoi,pourquoi,8,8,2,2,0.16,0.9542,0.10,0.9542 powerfully,powerfully,8,8,7,7,0.16,0.9542,0.10,0.9542 poxy,poxy,12,8,12,8,0.24,1.1139,0.10,0.9542 pragmatist,pragmatist,9,8,8,8,0.18,1.0000,0.10,0.9542 prairies,prairies,8,8,7,7,0.16,0.9542,0.10,0.9542 praline,praline,14,8,9,7,0.27,1.1761,0.10,0.9542 precipitating,precipitating,8,8,7,7,0.16,0.9542,0.10,0.9542 prednisone,prednisone,10,8,5,4,0.20,1.0414,0.10,0.9542 preemie,preemie,9,8,9,8,0.18,1.0000,0.10,0.9542 preeminent,preeminent,9,8,8,7,0.18,1.0000,0.10,0.9542 preemptively,preemptively,8,8,8,8,0.16,0.9542,0.10,0.9542 preparedness,preparedness,8,8,6,6,0.16,0.9542,0.10,0.9542 preppies,preppies,8,8,4,4,0.16,0.9542,0.10,0.9542 prepubescent,prepubescent,8,8,6,6,0.16,0.9542,0.10,0.9542 Presidio,presidio,13,8,1,1,0.25,1.1461,0.10,0.9542 pressurize,pressurize,9,8,5,5,0.18,1.0000,0.10,0.9542 preteen,preteen,9,8,9,8,0.18,1.0000,0.10,0.9542 preternatural,preternatural,10,8,10,8,0.20,1.0414,0.10,0.9542 Pringle,pringle,17,8,0,0,0.33,1.2553,0.10,0.9542 probationary,probationary,9,8,8,8,0.18,1.0000,0.10,0.9542 proclaiming,proclaiming,8,8,8,8,0.16,0.9542,0.10,0.9542 proclamations,proclamations,10,8,9,8,0.20,1.0414,0.10,0.9542 profilers,profilers,12,8,10,8,0.24,1.1139,0.10,0.9542 prohibitive,prohibitive,8,8,8,8,0.16,0.9542,0.10,0.9542 proletarian,proletarian,8,8,7,7,0.16,0.9542,0.10,0.9542 proletariat,proletariat,13,8,13,8,0.25,1.1461,0.10,0.9542 proofed,proofed,8,8,8,8,0.16,0.9542,0.10,0.9542 propagated,propagated,12,8,12,8,0.24,1.1139,0.10,0.9542 prophylactics,prophylactics,11,8,8,6,0.22,1.0792,0.10,0.9542 propositioned,propositioned,8,8,8,8,0.16,0.9542,0.10,0.9542 prosecutions,prosecutions,9,8,7,6,0.18,1.0000,0.10,0.9542 protections,protections,11,8,11,8,0.22,1.0792,0.10,0.9542 protester,protester,10,8,9,8,0.20,1.0414,0.10,0.9542 protons,protons,18,8,17,8,0.35,1.2788,0.10,0.9542 Prudential,prudential,8,8,0,0,0.16,0.9542,0.10,0.9542 pubescent,pubescent,10,8,10,8,0.20,1.0414,0.10,0.9542 puffin,puffin,8,8,7,7,0.16,0.9542,0.10,0.9542 punchline,punchline,18,8,13,5,0.35,1.2788,0.10,0.9542 punkin,punkin,8,8,8,8,0.16,0.9542,0.10,0.9542 puns,puns,11,8,9,8,0.22,1.0792,0.10,0.9542 pursuers,pursuers,8,8,8,8,0.16,0.9542,0.10,0.9542 puzzlement,puzzlement,10,8,10,8,0.20,1.0414,0.10,0.9542 Pyongyang,pyongyang,41,8,0,0,0.80,1.6232,0.10,0.9542 pyromaniac,pyromaniac,8,8,8,8,0.16,0.9542,0.10,0.9542 Quaalude,quaalude,9,8,1,1,0.18,1.0000,0.10,0.9542 querida,querida,9,8,7,6,0.18,1.0000,0.10,0.9542 queuing,queuing,8,8,8,8,0.16,0.9542,0.10,0.9542 quibbling,quibbling,8,8,8,8,0.16,0.9542,0.10,0.9542 quilting,quilting,11,8,11,8,0.22,1.0792,0.10,0.9542 Quint,quint,25,8,3,2,0.49,1.4150,0.10,0.9542 quitted,quitted,10,8,10,8,0.20,1.0414,0.10,0.9542 quivers,quivers,14,8,9,7,0.27,1.1761,0.10,0.9542 racketeer,racketeer,9,8,9,8,0.18,1.0000,0.10,0.9542 radiators,radiators,11,8,11,8,0.22,1.0792,0.10,0.9542 railroading,railroading,11,8,11,8,0.22,1.0792,0.10,0.9542 Rajah,rajah,20,8,4,2,0.39,1.3222,0.10,0.9542 rampaging,rampaging,9,8,8,7,0.18,1.0000,0.10,0.9542 Rangoon,rangoon,23,8,0,0,0.45,1.3802,0.10,0.9542 rapier,rapier,12,8,11,7,0.24,1.1139,0.10,0.9542 rappelling,rappelling,8,8,8,8,0.16,0.9542,0.10,0.9542 rarefied,rarefied,8,8,7,7,0.16,0.9542,0.10,0.9542 rarer,rarer,10,8,9,7,0.20,1.0414,0.10,0.9542 rashly,rashly,9,8,9,8,0.18,1.0000,0.10,0.9542 rationalizing,rationalizing,9,8,8,7,0.18,1.0000,0.10,0.9542 readable,readable,9,8,9,8,0.18,1.0000,0.10,0.9542 reagent,reagent,12,8,11,7,0.24,1.1139,0.10,0.9542 reals,reals,13,8,13,8,0.25,1.1461,0.10,0.9542 reams,reams,10,8,8,8,0.20,1.0414,0.10,0.9542 reappears,reappears,8,8,8,8,0.16,0.9542,0.10,0.9542 rebellions,rebellions,10,8,9,7,0.20,1.0414,0.10,0.9542 rebuked,rebuked,9,8,9,8,0.18,1.0000,0.10,0.9542 rebut,rebut,8,8,8,8,0.16,0.9542,0.10,0.9542 recalibrate,recalibrate,8,8,8,8,0.16,0.9542,0.10,0.9542 receptionists,receptionists,8,8,8,8,0.16,0.9542,0.10,0.9542 recline,recline,8,8,6,6,0.16,0.9542,0.10,0.9542 reconfigured,reconfigured,9,8,9,8,0.18,1.0000,0.10,0.9542 rectitude,rectitude,8,8,7,7,0.16,0.9542,0.10,0.9542 recycles,recycles,10,8,10,8,0.20,1.0414,0.10,0.9542 reddest,reddest,8,8,8,8,0.16,0.9542,0.10,0.9542 rededicate,rededicate,8,8,8,8,0.16,0.9542,0.10,0.9542 redefined,redefined,8,8,8,8,0.16,0.9542,0.10,0.9542 redesigning,redesigning,8,8,8,8,0.16,0.9542,0.10,0.9542 reenacting,reenacting,9,8,9,8,0.18,1.0000,0.10,0.9542 reevaluated,reevaluated,8,8,8,8,0.16,0.9542,0.10,0.9542 refit,refit,12,8,11,7,0.24,1.1139,0.10,0.9542 regaining,regaining,8,8,7,7,0.16,0.9542,0.10,0.9542 regale,regale,10,8,8,7,0.20,1.0414,0.10,0.9542 Regents,regents,13,8,2,2,0.25,1.1461,0.10,0.9542 regressing,regressing,8,8,6,6,0.16,0.9542,0.10,0.9542 reimbursed,reimbursed,8,8,8,8,0.16,0.9542,0.10,0.9542 rejoined,rejoined,8,8,8,8,0.16,0.9542,0.10,0.9542 rekindled,rekindled,8,8,8,8,0.16,0.9542,0.10,0.9542 relegated,relegated,9,8,8,7,0.18,1.0000,0.10,0.9542 reliever,reliever,9,8,9,8,0.18,1.0000,0.10,0.9542 remand,remand,8,8,7,7,0.16,0.9542,0.10,0.9542 renegades,renegades,8,8,7,7,0.16,0.9542,0.10,0.9542 renouncing,renouncing,8,8,8,8,0.16,0.9542,0.10,0.9542 repast,repast,8,8,8,8,0.16,0.9542,0.10,0.9542 repeal,repeal,8,8,8,8,0.16,0.9542,0.10,0.9542 repels,repels,9,8,9,8,0.18,1.0000,0.10,0.9542 repenting,repenting,9,8,9,8,0.18,1.0000,0.10,0.9542 replete,replete,8,8,7,7,0.16,0.9542,0.10,0.9542 replication,replication,11,8,11,8,0.22,1.0792,0.10,0.9542 repositioning,repositioning,9,8,8,7,0.18,1.0000,0.10,0.9542 repulsion,repulsion,8,8,7,7,0.16,0.9542,0.10,0.9542 resell,resell,8,8,8,8,0.16,0.9542,0.10,0.9542 resentments,resentments,8,8,8,8,0.16,0.9542,0.10,0.9542 reshoot,reshoot,12,8,12,8,0.24,1.1139,0.10,0.9542 residues,residues,8,8,7,7,0.16,0.9542,0.10,0.9542 respirations,respirations,9,8,9,8,0.18,1.0000,0.10,0.9542 resplendent,resplendent,11,8,9,7,0.22,1.0792,0.10,0.9542 restorer,restorer,11,8,10,7,0.22,1.0792,0.10,0.9542 restructured,restructured,15,8,15,8,0.29,1.2041,0.10,0.9542 retaliated,retaliated,8,8,8,8,0.16,0.9542,0.10,0.9542 retracting,retracting,8,8,8,8,0.16,0.9542,0.10,0.9542 retrofit,retrofit,9,8,9,8,0.18,1.0000,0.10,0.9542 reveling,reveling,11,8,11,8,0.22,1.0792,0.10,0.9542 reverb,reverb,8,8,8,8,0.16,0.9542,0.10,0.9542 reverently,reverently,8,8,7,7,0.16,0.9542,0.10,0.9542 revisited,revisited,8,8,6,6,0.16,0.9542,0.10,0.9542 rework,rework,8,8,7,7,0.16,0.9542,0.10,0.9542 Reykjavik,reykjavik,25,8,0,0,0.49,1.4150,0.10,0.9542 ricocheted,ricocheted,8,8,8,8,0.16,0.9542,0.10,0.9542 Ridgeway,ridgeway,16,8,0,0,0.31,1.2304,0.10,0.9542 riflemen,riflemen,10,8,10,8,0.20,1.0414,0.10,0.9542 rightness,rightness,9,8,9,8,0.18,1.0000,0.10,0.9542 rigidly,rigidly,8,8,8,8,0.16,0.9542,0.10,0.9542 rigorously,rigorously,10,8,10,8,0.20,1.0414,0.10,0.9542 Rin,rin,56,8,0,0,1.10,1.7559,0.10,0.9542 rind,rind,14,8,14,8,0.27,1.1761,0.10,0.9542 risers,risers,10,8,10,8,0.20,1.0414,0.10,0.9542 riskier,riskier,8,8,8,8,0.16,0.9542,0.10,0.9542 roadies,roadies,9,8,7,7,0.18,1.0000,0.10,0.9542 Rockaway,rockaway,12,8,0,0,0.24,1.1139,0.10,0.9542 rodeos,rodeos,11,8,8,6,0.22,1.0792,0.10,0.9542 rooked,rooked,10,8,10,8,0.20,1.0414,0.10,0.9542 Roquefort,roquefort,19,8,0,0,0.37,1.3010,0.10,0.9542 rosebuds,rosebuds,13,8,12,8,0.25,1.1461,0.10,0.9542 Rosewood,rosewood,16,8,3,3,0.31,1.2304,0.10,0.9542 rosin,rosin,10,8,10,8,0.20,1.0414,0.10,0.9542 rosters,rosters,8,8,8,8,0.16,0.9542,0.10,0.9542 rotations,rotations,9,8,9,8,0.18,1.0000,0.10,0.9542 router,router,15,8,15,8,0.29,1.2041,0.10,0.9542 Rubens,rubens,8,8,0,0,0.16,0.9542,0.10,0.9542 ruder,ruder,9,8,8,7,0.18,1.0000,0.10,0.9542 rumblings,rumblings,10,8,10,8,0.20,1.0414,0.10,0.9542 rutting,rutting,9,8,8,7,0.18,1.0000,0.10,0.9542 sackcloth,sackcloth,8,8,8,8,0.16,0.9542,0.10,0.9542 sacrosanct,sacrosanct,8,8,8,8,0.16,0.9542,0.10,0.9542 sadism,sadism,9,8,9,8,0.18,1.0000,0.10,0.9542 safeguarding,safeguarding,8,8,8,8,0.16,0.9542,0.10,0.9542 Salinas,salinas,23,8,0,0,0.45,1.3802,0.10,0.9542 Salle,salle,29,8,0,0,0.57,1.4771,0.10,0.9542 saltine,saltine,10,8,5,4,0.20,1.0414,0.10,0.9542 Samaritans,samaritans,8,8,1,1,0.16,0.9542,0.10,0.9542 sandal,sandal,11,8,8,6,0.22,1.0792,0.10,0.9542 sandbagged,sandbagged,8,8,8,8,0.16,0.9542,0.10,0.9542 sandbagging,sandbagging,8,8,8,8,0.16,0.9542,0.10,0.9542 Sandstone,sandstone,16,8,5,4,0.31,1.2304,0.10,0.9542 saphenous,saphenous,9,8,9,8,0.18,1.0000,0.10,0.9542 sapling,sapling,9,8,9,8,0.18,1.0000,0.10,0.9542 Saracen,saracen,38,8,0,0,0.75,1.5911,0.10,0.9542 sarcastically,sarcastically,11,8,9,7,0.22,1.0792,0.10,0.9542 satirical,satirical,9,8,8,7,0.18,1.0000,0.10,0.9542 scape,scape,9,8,9,8,0.18,1.0000,0.10,0.9542 scarcity,scarcity,8,8,8,8,0.16,0.9542,0.10,0.9542 scavenge,scavenge,10,8,9,7,0.20,1.0414,0.10,0.9542 scavenging,scavenging,10,8,10,8,0.20,1.0414,0.10,0.9542 schemed,schemed,11,8,11,8,0.22,1.0792,0.10,0.9542 Sci,sci,12,8,3,3,0.24,1.1139,0.10,0.9542 scooper,scooper,12,8,9,6,0.24,1.1139,0.10,0.9542 scopolamine,scopolamine,13,8,11,7,0.25,1.1461,0.10,0.9542 scorecard,scorecard,8,8,7,7,0.16,0.9542,0.10,0.9542 scraggly,scraggly,8,8,7,7,0.16,0.9542,0.10,0.9542 scratcher,scratcher,8,8,7,7,0.16,0.9542,0.10,0.9542 scrawled,scrawled,8,8,8,8,0.16,0.9542,0.10,0.9542 scribe,scribe,13,8,11,7,0.25,1.1461,0.10,0.9542 Scrounger,scrounger,22,8,7,6,0.43,1.3617,0.10,0.9542 scrupulous,scrupulous,8,8,8,8,0.16,0.9542,0.10,0.9542 scuffling,scuffling,9,8,8,7,0.18,1.0000,0.10,0.9542 scurrilous,scurrilous,9,8,8,7,0.18,1.0000,0.10,0.9542 scuzzy,scuzzy,9,8,9,8,0.18,1.0000,0.10,0.9542 Sd,sd,9,8,0,0,0.18,1.0000,0.10,0.9542 seaplane,seaplane,11,8,11,8,0.22,1.0792,0.10,0.9542 seaport,seaport,8,8,4,4,0.16,0.9542,0.10,0.9542 sedentary,sedentary,9,8,7,6,0.18,1.0000,0.10,0.9542 seedless,seedless,10,8,7,5,0.20,1.0414,0.10,0.9542 seeps,seeps,8,8,8,8,0.16,0.9542,0.10,0.9542 selectman,selectman,32,8,28,6,0.63,1.5185,0.10,0.9542 selenium,selenium,33,8,28,8,0.65,1.5315,0.10,0.9542 serendipitous,serendipitous,8,8,8,8,0.16,0.9542,0.10,0.9542 serials,serials,11,8,8,6,0.22,1.0792,0.10,0.9542 sexism,sexism,9,8,8,7,0.18,1.0000,0.10,0.9542 Shad,shad,23,8,5,3,0.45,1.3802,0.10,0.9542 shaded,shaded,8,8,8,8,0.16,0.9542,0.10,0.9542 shafted,shafted,10,8,9,7,0.20,1.0414,0.10,0.9542 shagged,shagged,13,8,12,7,0.25,1.1461,0.10,0.9542 shavers,shavers,11,8,6,6,0.22,1.0792,0.10,0.9542 sheepherder,sheepherder,11,8,11,8,0.22,1.0792,0.10,0.9542 shelve,shelve,10,8,6,5,0.20,1.0414,0.10,0.9542 shillelagh,shillelagh,9,8,9,8,0.18,1.0000,0.10,0.9542 shoplifters,shoplifters,9,8,7,6,0.18,1.0000,0.10,0.9542 shorn,shorn,13,8,11,7,0.25,1.1461,0.10,0.9542 shorties,shorties,17,8,9,7,0.33,1.2553,0.10,0.9542 shrivels,shrivels,8,8,8,8,0.16,0.9542,0.10,0.9542 shunning,shunning,9,8,7,7,0.18,1.0000,0.10,0.9542 shunted,shunted,8,8,8,8,0.16,0.9542,0.10,0.9542 shushed,shushed,8,8,8,8,0.16,0.9542,0.10,0.9542 shyly,shyly,8,8,5,5,0.16,0.9542,0.10,0.9542 sideboard,sideboard,13,8,11,8,0.25,1.1461,0.10,0.9542 sidelined,sidelined,8,8,8,8,0.16,0.9542,0.10,0.9542 sideswiped,sideswiped,8,8,8,8,0.16,0.9542,0.10,0.9542 sightseers,sightseers,9,8,9,8,0.18,1.0000,0.10,0.9542 silencing,silencing,9,8,8,8,0.18,1.0000,0.10,0.9542 silverback,silverback,10,8,9,7,0.20,1.0414,0.10,0.9542 simulates,simulates,8,8,8,8,0.16,0.9542,0.10,0.9542 simulators,simulators,11,8,11,8,0.22,1.0792,0.10,0.9542 Singleton,singleton,12,8,0,0,0.24,1.1139,0.10,0.9542 singly,singly,9,8,9,8,0.18,1.0000,0.10,0.9542 singsong,singsong,9,8,9,8,0.18,1.0000,0.10,0.9542 Sirius,sirius,21,8,0,0,0.41,1.3424,0.10,0.9542 sixer,sixer,12,8,12,8,0.24,1.1139,0.10,0.9542 sizzles,sizzles,8,8,7,7,0.16,0.9542,0.10,0.9542 skateboarder,skateboarder,9,8,9,8,0.18,1.0000,0.10,0.9542 skidding,skidding,10,8,9,8,0.20,1.0414,0.10,0.9542 skimping,skimping,8,8,7,7,0.16,0.9542,0.10,0.9542 skinflint,skinflint,9,8,7,7,0.18,1.0000,0.10,0.9542 skintight,skintight,8,8,8,8,0.16,0.9542,0.10,0.9542 slanting,slanting,8,8,6,6,0.16,0.9542,0.10,0.9542 Slappy,slappy,12,8,0,0,0.24,1.1139,0.10,0.9542 slaughterhouses,slaughterhouses,12,8,10,6,0.24,1.1139,0.10,0.9542 sleazeball,sleazeball,8,8,7,7,0.16,0.9542,0.10,0.9542 sledgehammers,sledgehammers,8,8,6,6,0.16,0.9542,0.10,0.9542 sleuthing,sleuthing,10,8,9,8,0.20,1.0414,0.10,0.9542 slickers,slickers,8,8,8,8,0.16,0.9542,0.10,0.9542 sloop,sloop,10,8,10,8,0.20,1.0414,0.10,0.9542 slumping,slumping,8,8,8,8,0.16,0.9542,0.10,0.9542 Sm,sm,11,8,2,2,0.22,1.0792,0.10,0.9542 smarmy,smarmy,8,8,8,8,0.16,0.9542,0.10,0.9542 smartly,smartly,8,8,8,8,0.16,0.9542,0.10,0.9542 smattering,smattering,9,8,6,6,0.18,1.0000,0.10,0.9542 smokescreen,smokescreen,8,8,8,8,0.16,0.9542,0.10,0.9542 smutty,smutty,11,8,10,8,0.22,1.0792,0.10,0.9542 sn,sn,12,8,7,5,0.24,1.1139,0.10,0.9542 snares,snares,9,8,9,8,0.18,1.0000,0.10,0.9542 Snider,snider,9,8,0,0,0.18,1.0000,0.10,0.9542 sniffers,sniffers,8,8,7,7,0.16,0.9542,0.10,0.9542 sniggering,sniggering,10,8,9,7,0.20,1.0414,0.10,0.9542 snowboarder,snowboarder,22,8,16,8,0.43,1.3617,0.10,0.9542 snowdrift,snowdrift,9,8,9,8,0.18,1.0000,0.10,0.9542 Snuffy,snuffy,32,8,3,2,0.63,1.5185,0.10,0.9542 soaping,soaping,8,8,7,7,0.16,0.9542,0.10,0.9542 soberly,soberly,8,8,8,8,0.16,0.9542,0.10,0.9542 socialists,socialists,9,8,8,7,0.18,1.0000,0.10,0.9542 socialization,socialization,10,8,10,8,0.20,1.0414,0.10,0.9542 societal,societal,8,8,7,7,0.16,0.9542,0.10,0.9542 socioeconomic,socioeconomic,8,8,8,8,0.16,0.9542,0.10,0.9542 socko,socko,18,8,12,4,0.35,1.2788,0.10,0.9542 solider,solider,9,8,8,7,0.18,1.0000,0.10,0.9542 solidified,solidified,8,8,8,8,0.16,0.9542,0.10,0.9542 soluble,soluble,8,8,7,7,0.16,0.9542,0.10,0.9542 songbirds,songbirds,9,8,8,7,0.18,1.0000,0.10,0.9542 spangles,spangles,10,8,10,8,0.20,1.0414,0.10,0.9542 Spartans,spartans,47,8,0,0,0.92,1.6812,0.10,0.9542 spate,spate,10,8,10,8,0.20,1.0414,0.10,0.9542 spayed,spayed,8,8,8,8,0.16,0.9542,0.10,0.9542 specialised,specialised,8,8,4,4,0.16,0.9542,0.10,0.9542 spectrometer,spectrometer,8,8,7,7,0.16,0.9542,0.10,0.9542 speculum,speculum,8,8,6,6,0.16,0.9542,0.10,0.9542 spellbound,spellbound,8,8,7,7,0.16,0.9542,0.10,0.9542 spinners,spinners,11,8,7,5,0.22,1.0792,0.10,0.9542 spittoons,spittoons,8,8,8,8,0.16,0.9542,0.10,0.9542 Spooner,spooner,70,8,0,0,1.37,1.8513,0.10,0.9542 spotlights,spotlights,9,8,8,7,0.18,1.0000,0.10,0.9542 sprains,sprains,8,8,8,8,0.16,0.9542,0.10,0.9542 spurn,spurn,11,8,9,6,0.22,1.0792,0.10,0.9542 spyglass,spyglass,14,8,11,6,0.27,1.1761,0.10,0.9542 squabbles,squabbles,8,8,8,8,0.16,0.9542,0.10,0.9542 squeaker,squeaker,14,8,11,8,0.27,1.1761,0.10,0.9542 squibs,squibs,16,8,14,8,0.31,1.2304,0.10,0.9542 squires,squires,8,8,5,5,0.16,0.9542,0.10,0.9542 stabilise,stabilise,11,8,9,8,0.22,1.0792,0.10,0.9542 stabilizers,stabilizers,14,8,13,8,0.27,1.1761,0.10,0.9542 stagehands,stagehands,12,8,12,8,0.24,1.1139,0.10,0.9542 Starling,starling,104,8,2,2,2.04,2.0212,0.10,0.9542 steerage,steerage,9,8,7,7,0.18,1.0000,0.10,0.9542 stencil,stencil,9,8,9,8,0.18,1.0000,0.10,0.9542 sterility,sterility,9,8,8,7,0.18,1.0000,0.10,0.9542 stickball,stickball,13,8,10,8,0.25,1.1461,0.10,0.9542 stiffness,stiffness,9,8,9,8,0.18,1.0000,0.10,0.9542 stifles,stifles,12,8,12,8,0.24,1.1139,0.10,0.9542 Stillwater,stillwater,29,8,0,0,0.57,1.4771,0.10,0.9542 stippling,stippling,12,8,10,6,0.24,1.1139,0.10,0.9542 stodgy,stodgy,8,8,8,8,0.16,0.9542,0.10,0.9542 stogies,stogies,8,8,5,5,0.16,0.9542,0.10,0.9542 stonewalled,stonewalled,8,8,8,8,0.16,0.9542,0.10,0.9542 Stoops,stoops,29,8,6,6,0.57,1.4771,0.10,0.9542 storey,storey,13,8,13,8,0.25,1.1461,0.10,0.9542 storyboard,storyboard,11,8,11,8,0.22,1.0792,0.10,0.9542 straddled,straddled,8,8,8,8,0.16,0.9542,0.10,0.9542 strafing,strafing,10,8,10,8,0.20,1.0414,0.10,0.9542 straightest,straightest,8,8,7,7,0.16,0.9542,0.10,0.9542 Strait,strait,9,8,4,3,0.18,1.0000,0.10,0.9542 streamed,streamed,8,8,8,8,0.16,0.9542,0.10,0.9542 streamlining,streamlining,8,8,8,8,0.16,0.9542,0.10,0.9542 streetwise,streetwise,9,8,9,8,0.18,1.0000,0.10,0.9542 striper,striper,10,8,10,8,0.20,1.0414,0.10,0.9542 strobes,strobes,8,8,7,7,0.16,0.9542,0.10,0.9542 studding,studding,8,8,8,8,0.16,0.9542,0.10,0.9542 stylists,stylists,13,8,10,8,0.25,1.1461,0.10,0.9542 submissions,submissions,12,8,12,8,0.24,1.1139,0.10,0.9542 subsidized,subsidized,10,8,9,8,0.20,1.0414,0.10,0.9542 subtleties,subtleties,8,8,8,8,0.16,0.9542,0.10,0.9542 Suffragette,suffragette,8,8,3,3,0.16,0.9542,0.10,0.9542 sugared,sugared,9,8,7,7,0.18,1.0000,0.10,0.9542 summat,summat,17,8,14,7,0.33,1.2553,0.10,0.9542 sump,sump,14,8,14,8,0.27,1.1761,0.10,0.9542 sunlit,sunlit,9,8,9,8,0.18,1.0000,0.10,0.9542 Sunspot,sunspot,13,8,6,4,0.25,1.1461,0.10,0.9542 supermen,supermen,13,8,10,6,0.25,1.1461,0.10,0.9542 superseded,superseded,8,8,8,8,0.16,0.9542,0.10,0.9542 suppositories,suppositories,11,8,9,7,0.22,1.0792,0.10,0.9542 swabbing,swabbing,12,8,11,8,0.24,1.1139,0.10,0.9542 swaddling,swaddling,10,8,9,8,0.20,1.0414,0.10,0.9542 Swain,swain,12,8,5,4,0.24,1.1139,0.10,0.9542 sweatbox,sweatbox,9,8,9,8,0.18,1.0000,0.10,0.9542 sweatpants,sweatpants,9,8,9,8,0.18,1.0000,0.10,0.9542 sweetening,sweetening,8,8,8,8,0.16,0.9542,0.10,0.9542 swiftest,swiftest,9,8,9,8,0.18,1.0000,0.10,0.9542 swimwear,swimwear,9,8,9,8,0.18,1.0000,0.10,0.9542 swooning,swooning,8,8,8,8,0.16,0.9542,0.10,0.9542 swordsmen,swordsmen,12,8,12,8,0.24,1.1139,0.10,0.9542 sycophants,sycophants,8,8,7,7,0.16,0.9542,0.10,0.9542 symbiosis,symbiosis,10,8,10,8,0.20,1.0414,0.10,0.9542 Symphonic,symphonic,22,8,7,5,0.43,1.3617,0.10,0.9542 syncope,syncope,8,8,5,5,0.16,0.9542,0.10,0.9542 synonym,synonym,9,8,9,8,0.18,1.0000,0.10,0.9542 synthetics,synthetics,8,8,5,5,0.16,0.9542,0.10,0.9542 tablespoon,tablespoon,9,8,9,8,0.18,1.0000,0.10,0.9542 taciturn,taciturn,8,8,7,7,0.16,0.9542,0.10,0.9542 tactician,tactician,8,8,8,8,0.16,0.9542,0.10,0.9542 tailback,tailback,9,8,7,6,0.18,1.0000,0.10,0.9542 tailgating,tailgating,15,8,13,8,0.29,1.2041,0.10,0.9542 takings,takings,8,8,8,8,0.16,0.9542,0.10,0.9542 talentless,talentless,10,8,8,6,0.20,1.0414,0.10,0.9542 tallied,tallied,8,8,8,8,0.16,0.9542,0.10,0.9542 tangerines,tangerines,8,8,6,6,0.16,0.9542,0.10,0.9542 tans,tans,8,8,6,6,0.16,0.9542,0.10,0.9542 Tanzania,tanzania,12,8,0,0,0.24,1.1139,0.10,0.9542 taskmaster,taskmaster,8,8,7,7,0.16,0.9542,0.10,0.9542 tattle,tattle,8,8,6,6,0.16,0.9542,0.10,0.9542 taunts,taunts,8,8,8,8,0.16,0.9542,0.10,0.9542 taxidermist,taxidermist,8,8,8,8,0.16,0.9542,0.10,0.9542 taxidermy,taxidermy,8,8,7,7,0.16,0.9542,0.10,0.9542 Tay,tay,17,8,3,1,0.33,1.2553,0.10,0.9542 Tbs,tbs,8,8,0,0,0.16,0.9542,0.10,0.9542 teacups,teacups,11,8,10,8,0.22,1.0792,0.10,0.9542 teeing,teeing,8,8,8,8,0.16,0.9542,0.10,0.9542 teenaged,teenaged,8,8,8,8,0.16,0.9542,0.10,0.9542 tele,tele,9,8,8,7,0.18,1.0000,0.10,0.9542 teleported,teleported,10,8,9,8,0.20,1.0414,0.10,0.9542 Templar,templar,14,8,0,0,0.27,1.1761,0.10,0.9542 tempura,tempura,12,8,8,6,0.24,1.1139,0.10,0.9542 tenors,tenors,10,8,6,5,0.20,1.0414,0.10,0.9542 Tesla,tesla,43,8,4,3,0.84,1.6435,0.10,0.9542 texted,texted,8,8,8,8,0.16,0.9542,0.10,0.9542 textiles,textiles,12,8,11,8,0.24,1.1139,0.10,0.9542 Thatch,thatch,38,8,6,5,0.75,1.5911,0.10,0.9542 thaws,thaws,8,8,8,8,0.16,0.9542,0.10,0.9542 theorist,theorist,9,8,8,8,0.18,1.0000,0.10,0.9542 thermite,thermite,29,8,24,7,0.57,1.4771,0.10,0.9542 thermo,thermo,8,8,8,8,0.16,0.9542,0.10,0.9542 theyre,theyre,24,8,14,6,0.47,1.3979,0.10,0.9542 thickening,thickening,9,8,9,8,0.18,1.0000,0.10,0.9542 thickest,thickest,8,8,8,8,0.16,0.9542,0.10,0.9542 throttles,throttles,9,8,7,6,0.18,1.0000,0.10,0.9542 throwaway,throwaway,9,8,9,8,0.18,1.0000,0.10,0.9542 thumbed,thumbed,8,8,8,8,0.16,0.9542,0.10,0.9542 thundercloud,thundercloud,8,8,7,7,0.16,0.9542,0.10,0.9542 thusly,thusly,8,8,6,6,0.16,0.9542,0.10,0.9542 thyme,thyme,10,8,7,7,0.20,1.0414,0.10,0.9542 Tien,tien,13,8,0,0,0.25,1.1461,0.10,0.9542 tiers,tiers,23,8,21,8,0.45,1.3802,0.10,0.9542 tinge,tinge,10,8,10,8,0.20,1.0414,0.10,0.9542 toddies,toddies,12,8,12,8,0.24,1.1139,0.10,0.9542 toiled,toiled,9,8,9,8,0.18,1.0000,0.10,0.9542 Tonga,tonga,18,8,0,0,0.35,1.2788,0.10,0.9542 Tonka,tonka,10,8,4,3,0.20,1.0414,0.10,0.9542 topiary,topiary,9,8,7,6,0.18,1.0000,0.10,0.9542 tort,tort,9,8,6,6,0.18,1.0000,0.10,0.9542 totalitarian,totalitarian,8,8,7,7,0.16,0.9542,0.10,0.9542 tradeoff,tradeoff,8,8,8,8,0.16,0.9542,0.10,0.9542 trafficker,trafficker,8,8,8,8,0.16,0.9542,0.10,0.9542 trammel,trammel,10,8,5,5,0.20,1.0414,0.10,0.9542 transformations,transformations,8,8,8,8,0.16,0.9542,0.10,0.9542 transfuse,transfuse,15,8,12,8,0.29,1.2041,0.10,0.9542 transistors,transistors,10,8,10,8,0.20,1.0414,0.10,0.9542 Trattoria,trattoria,15,8,4,4,0.29,1.2041,0.10,0.9542 Trav,trav,10,8,1,1,0.20,1.0414,0.10,0.9542 treacle,treacle,8,8,7,7,0.16,0.9542,0.10,0.9542 trestle,trestle,8,8,8,8,0.16,0.9542,0.10,0.9542 Trilling,trilling,15,8,1,1,0.29,1.2041,0.10,0.9542 trop,trop,9,8,6,5,0.18,1.0000,0.10,0.9542 trotted,trotted,8,8,8,8,0.16,0.9542,0.10,0.9542 trotters,trotters,10,8,6,6,0.20,1.0414,0.10,0.9542 truncheon,truncheon,14,8,9,6,0.27,1.1761,0.10,0.9542 tumbles,tumbles,9,8,9,8,0.18,1.0000,0.10,0.9542 Tumbleweed,tumbleweed,22,8,7,7,0.43,1.3617,0.10,0.9542 turgid,turgid,8,8,6,6,0.16,0.9542,0.10,0.9542 turnovers,turnovers,8,8,7,7,0.16,0.9542,0.10,0.9542 turtledoves,turtledoves,13,8,12,8,0.25,1.1461,0.10,0.9542 tweaker,tweaker,15,8,14,8,0.29,1.2041,0.10,0.9542 twirled,twirled,9,8,9,8,0.18,1.0000,0.10,0.9542 twofold,twofold,8,8,8,8,0.16,0.9542,0.10,0.9542 umbrage,umbrage,12,8,11,8,0.24,1.1139,0.10,0.9542 unapproved,unapproved,10,8,10,8,0.20,1.0414,0.10,0.9542 unblock,unblock,8,8,6,6,0.16,0.9542,0.10,0.9542 unceasing,unceasing,8,8,7,7,0.16,0.9542,0.10,0.9542 unchanging,unchanging,8,8,7,7,0.16,0.9542,0.10,0.9542 Unclench,unclench,9,8,4,4,0.18,1.0000,0.10,0.9542 unconvinced,unconvinced,8,8,8,8,0.16,0.9542,0.10,0.9542 uncovers,uncovers,8,8,8,8,0.16,0.9542,0.10,0.9542 underbrush,underbrush,9,8,9,8,0.18,1.0000,0.10,0.9542 undercurrent,undercurrent,8,8,8,8,0.16,0.9542,0.10,0.9542 undercut,undercut,8,8,8,8,0.16,0.9542,0.10,0.9542 underling,underling,8,8,8,8,0.16,0.9542,0.10,0.9542 underscores,underscores,8,8,8,8,0.16,0.9542,0.10,0.9542 undiluted,undiluted,8,8,7,7,0.16,0.9542,0.10,0.9542 uneasiness,uneasiness,9,8,9,8,0.18,1.0000,0.10,0.9542 uneaten,uneaten,8,8,8,8,0.16,0.9542,0.10,0.9542 unedited,unedited,9,8,9,8,0.18,1.0000,0.10,0.9542 unexploded,unexploded,10,8,9,8,0.20,1.0414,0.10,0.9542 unfairness,unfairness,11,8,11,8,0.22,1.0792,0.10,0.9542 unfashionable,unfashionable,8,8,7,7,0.16,0.9542,0.10,0.9542 unfiltered,unfiltered,8,8,5,5,0.16,0.9542,0.10,0.9542 unflattering,unflattering,9,8,9,8,0.18,1.0000,0.10,0.9542 unicycle,unicycle,11,8,10,7,0.22,1.0792,0.10,0.9542 unladylike,unladylike,8,8,8,8,0.16,0.9542,0.10,0.9542 unlikable,unlikable,9,8,9,8,0.18,1.0000,0.10,0.9542 unloads,unloads,9,8,9,8,0.18,1.0000,0.10,0.9542 unmentionable,unmentionable,10,8,10,8,0.20,1.0414,0.10,0.9542 unmentionables,unmentionables,10,8,9,8,0.20,1.0414,0.10,0.9542 unmilitary,unmilitary,9,8,9,8,0.18,1.0000,0.10,0.9542 unmotivated,unmotivated,8,8,7,7,0.16,0.9542,0.10,0.9542 unpardonable,unpardonable,8,8,7,7,0.16,0.9542,0.10,0.9542 unplanned,unplanned,9,8,8,8,0.18,1.0000,0.10,0.9542 unpredictability,unpredictability,9,8,8,8,0.18,1.0000,0.10,0.9542 unpredictably,unpredictably,8,8,8,8,0.16,0.9542,0.10,0.9542 unravelling,unravelling,8,8,8,8,0.16,0.9542,0.10,0.9542 unscrewed,unscrewed,8,8,8,8,0.16,0.9542,0.10,0.9542 unselfishly,unselfishly,8,8,8,8,0.16,0.9542,0.10,0.9542 unstuck,unstuck,11,8,11,8,0.22,1.0792,0.10,0.9542 unsuspected,unsuspected,8,8,7,7,0.16,0.9542,0.10,0.9542 unyielding,unyielding,8,8,8,8,0.16,0.9542,0.10,0.9542 uptake,uptake,8,8,8,8,0.16,0.9542,0.10,0.9542 upturned,upturned,8,8,8,8,0.16,0.9542,0.10,0.9542 utero,utero,9,8,9,8,0.18,1.0000,0.10,0.9542 vaporised,vaporised,8,8,7,7,0.16,0.9542,0.10,0.9542 Vee,vee,12,8,4,2,0.24,1.1139,0.10,0.9542 veering,veering,9,8,7,7,0.18,1.0000,0.10,0.9542 veers,veers,11,8,7,6,0.22,1.0792,0.10,0.9542 Vel,vel,26,8,11,3,0.51,1.4314,0.10,0.9542 velvety,velvety,8,8,7,7,0.16,0.9542,0.10,0.9542 vented,vented,8,8,8,8,0.16,0.9542,0.10,0.9542 ventilated,ventilated,9,8,9,8,0.18,1.0000,0.10,0.9542 ventral,ventral,9,8,8,8,0.18,1.0000,0.10,0.9542 ventricles,ventricles,8,8,8,8,0.16,0.9542,0.10,0.9542 verdicts,verdicts,11,8,11,8,0.22,1.0792,0.10,0.9542 veterinarians,veterinarians,8,8,6,6,0.16,0.9542,0.10,0.9542 vex,vex,10,8,9,7,0.20,1.0414,0.10,0.9542 viability,viability,9,8,9,8,0.18,1.0000,0.10,0.9542 victors,victors,8,8,6,6,0.16,0.9542,0.10,0.9542 vilify,vilify,8,8,8,8,0.16,0.9542,0.10,0.9542 violator,violator,9,8,8,8,0.18,1.0000,0.10,0.9542 visage,visage,10,8,10,8,0.20,1.0414,0.10,0.9542 visitations,visitations,9,8,9,8,0.18,1.0000,0.10,0.9542 visualized,visualized,8,8,8,8,0.16,0.9542,0.10,0.9542 Vite,vite,17,8,2,2,0.33,1.2553,0.10,0.9542 vocalizing,vocalizing,11,8,8,5,0.22,1.0792,0.10,0.9542 volleys,volleys,9,8,9,8,0.18,1.0000,0.10,0.9542 Vr,vr,22,8,0,0,0.43,1.3617,0.10,0.9542 waft,waft,8,8,8,8,0.16,0.9542,0.10,0.9542 wagonload,wagonload,10,8,10,8,0.20,1.0414,0.10,0.9542 Walkout,walkout,93,8,30,8,1.82,1.9731,0.10,0.9542 walloping,walloping,8,8,8,8,0.16,0.9542,0.10,0.9542 wangle,wangle,8,8,8,8,0.16,0.9542,0.10,0.9542 Wat,wat,35,8,1,1,0.69,1.5563,0.10,0.9542 waterways,waterways,11,8,10,8,0.22,1.0792,0.10,0.9542 wavered,wavered,9,8,9,8,0.18,1.0000,0.10,0.9542 Wc,wc,14,8,2,2,0.27,1.1761,0.10,0.9542 weeny,weeny,8,8,8,8,0.16,0.9542,0.10,0.9542 Weir,weir,47,8,4,2,0.92,1.6812,0.10,0.9542 weirds,weirds,8,8,8,8,0.16,0.9542,0.10,0.9542 welt,welt,9,8,8,7,0.18,1.0000,0.10,0.9542 Weve,weve,16,8,7,5,0.31,1.2304,0.10,0.9542 wheatgrass,wheatgrass,12,8,11,8,0.24,1.1139,0.10,0.9542 wheezy,wheezy,14,8,8,6,0.27,1.1761,0.10,0.9542 whet,whet,8,8,7,7,0.16,0.9542,0.10,0.9542 whippersnapper,whippersnapper,8,8,8,8,0.16,0.9542,0.10,0.9542 whittled,whittled,9,8,9,8,0.18,1.0000,0.10,0.9542 wich,wich,9,8,8,7,0.18,1.0000,0.10,0.9542 Wicks,wicks,25,8,7,6,0.49,1.4150,0.10,0.9542 widdle,widdle,11,8,11,8,0.22,1.0792,0.10,0.9542 wiggled,wiggled,10,8,9,8,0.20,1.0414,0.10,0.9542 winches,winches,9,8,9,8,0.18,1.0000,0.10,0.9542 windscreen,windscreen,14,8,12,7,0.27,1.1761,0.10,0.9542 windstorm,windstorm,9,8,9,8,0.18,1.0000,0.10,0.9542 Wir,wir,11,8,5,4,0.22,1.0792,0.10,0.9542 witticism,witticism,8,8,8,8,0.16,0.9542,0.10,0.9542 wobbles,wobbles,9,8,6,6,0.18,1.0000,0.10,0.9542 wolfing,wolfing,9,8,9,8,0.18,1.0000,0.10,0.9542 wolfsbane,wolfsbane,13,8,11,7,0.25,1.1461,0.10,0.9542 womanly,womanly,8,8,8,8,0.16,0.9542,0.10,0.9542 wombat,wombat,15,8,13,7,0.29,1.2041,0.10,0.9542 womenfolk,womenfolk,8,8,8,8,0.16,0.9542,0.10,0.9542 Woodman,woodman,18,8,2,2,0.35,1.2788,0.10,0.9542 Woodruff,woodruff,33,8,0,0,0.65,1.5315,0.10,0.9542 wordplay,wordplay,9,8,9,8,0.18,1.0000,0.10,0.9542 wordy,wordy,8,8,7,7,0.16,0.9542,0.10,0.9542 workingman,workingman,12,8,12,8,0.24,1.1139,0.10,0.9542 worming,worming,8,8,8,8,0.16,0.9542,0.10,0.9542 worsening,worsening,9,8,8,7,0.18,1.0000,0.10,0.9542 wraith,wraith,10,8,6,6,0.20,1.0414,0.10,0.9542 wranglers,wranglers,11,8,6,5,0.22,1.0792,0.10,0.9542 wrangling,wrangling,8,8,7,7,0.16,0.9542,0.10,0.9542 wronger,wronger,9,8,9,8,0.18,1.0000,0.10,0.9542 yarns,yarns,9,8,9,8,0.18,1.0000,0.10,0.9542 yellowing,yellowing,9,8,7,7,0.18,1.0000,0.10,0.9542 Yodels,yodels,12,8,3,3,0.24,1.1139,0.10,0.9542 yowling,yowling,8,8,8,8,0.16,0.9542,0.10,0.9542 zealot,zealot,10,8,10,8,0.20,1.0414,0.10,0.9542 zoological,zoological,8,8,5,5,0.16,0.9542,0.10,0.9542 abdicated,abdicated,7,7,7,7,0.14,0.9031,0.08,0.9031 abdominals,abdominals,7,7,7,7,0.14,0.9031,0.08,0.9031 abhorred,abhorred,7,7,7,7,0.14,0.9031,0.08,0.9031 abolitionist,abolitionist,11,7,11,7,0.22,1.0792,0.08,0.9031 abominations,abominations,7,7,7,7,0.14,0.9031,0.08,0.9031 aboveground,aboveground,7,7,6,6,0.14,0.9031,0.08,0.9031 abstracts,abstracts,7,7,5,5,0.14,0.9031,0.08,0.9031 Abyssinian,abyssinian,9,7,3,1,0.18,1.0000,0.08,0.9031 acacia,acacia,8,7,4,3,0.16,0.9542,0.08,0.9031 academies,academies,7,7,7,7,0.14,0.9031,0.08,0.9031 accede,accede,7,7,7,7,0.14,0.9031,0.08,0.9031 accomplishes,accomplishes,7,7,7,7,0.14,0.9031,0.08,0.9031 acetone,acetone,8,7,7,6,0.16,0.9542,0.08,0.9031 acolyte,acolyte,7,7,7,7,0.14,0.9031,0.08,0.9031 acronyms,acronyms,7,7,7,7,0.14,0.9031,0.08,0.9031 actionable,actionable,13,7,13,7,0.25,1.1461,0.08,0.9031 acupuncturist,acupuncturist,9,7,9,7,0.18,1.0000,0.08,0.9031 adaptability,adaptability,7,7,6,6,0.14,0.9031,0.08,0.9031 adapter,adapter,11,7,11,7,0.22,1.0792,0.08,0.9031 adhesions,adhesions,7,7,7,7,0.14,0.9031,0.08,0.9031 adjudication,adjudication,9,7,9,7,0.18,1.0000,0.08,0.9031 adoptions,adoptions,7,7,7,7,0.14,0.9031,0.08,0.9031 adorned,adorned,8,7,7,6,0.16,0.9542,0.08,0.9031 advancements,advancements,8,7,8,7,0.16,0.9542,0.08,0.9031 adventuress,adventuress,11,7,11,7,0.22,1.0792,0.08,0.9031 advertises,advertises,7,7,7,7,0.14,0.9031,0.08,0.9031 Aegean,aegean,19,7,0,0,0.37,1.3010,0.08,0.9031 aerials,aerials,9,7,8,6,0.18,1.0000,0.08,0.9031 affectation,affectation,7,7,6,6,0.14,0.9031,0.08,0.9031 affirmed,affirmed,7,7,7,7,0.14,0.9031,0.08,0.9031 aftereffects,aftereffects,7,7,7,7,0.14,0.9031,0.08,0.9031 Aga,aga,8,7,3,3,0.16,0.9542,0.08,0.9031 aggrieved,aggrieved,10,7,9,7,0.20,1.0414,0.08,0.9031 aghast,aghast,7,7,7,7,0.14,0.9031,0.08,0.9031 agitating,agitating,7,7,6,6,0.14,0.9031,0.08,0.9031 agonising,agonising,7,7,7,7,0.14,0.9031,0.08,0.9031 agoraphobia,agoraphobia,7,7,5,5,0.14,0.9031,0.08,0.9031 airfields,airfields,7,7,7,7,0.14,0.9031,0.08,0.9031 airliners,airliners,7,7,7,7,0.14,0.9031,0.08,0.9031 airplay,airplay,11,7,11,7,0.22,1.0792,0.08,0.9031 alarmingly,alarmingly,8,7,7,7,0.16,0.9542,0.08,0.9031 Alhambra,alhambra,21,7,0,0,0.41,1.3424,0.08,0.9031 allegorical,allegorical,8,7,8,7,0.16,0.9542,0.08,0.9031 Alleluia,alleluia,31,7,3,3,0.61,1.5051,0.08,0.9031 allocated,allocated,7,7,7,7,0.14,0.9031,0.08,0.9031 alopecia,alopecia,7,7,7,7,0.14,0.9031,0.08,0.9031 Althea,althea,46,7,0,0,0.90,1.6721,0.08,0.9031 alum,alum,7,7,6,6,0.14,0.9031,0.08,0.9031 alway,alway,7,7,6,6,0.14,0.9031,0.08,0.9031 Ame,ame,7,7,3,3,0.14,0.9031,0.08,0.9031 Amin,amin,11,7,0,0,0.22,1.0792,0.08,0.9031 Amity,amity,27,7,3,3,0.53,1.4472,0.08,0.9031 amplifying,amplifying,7,7,7,7,0.14,0.9031,0.08,0.9031 amputations,amputations,7,7,7,7,0.14,0.9031,0.08,0.9031 amusements,amusements,7,7,7,7,0.14,0.9031,0.08,0.9031 amyl,amyl,11,7,6,5,0.22,1.0792,0.08,0.9031 analyses,analyses,7,7,7,7,0.14,0.9031,0.08,0.9031 anathema,anathema,9,7,5,5,0.18,1.0000,0.08,0.9031 anchovy,anchovy,7,7,6,6,0.14,0.9031,0.08,0.9031 anemone,anemone,13,7,12,6,0.25,1.1461,0.08,0.9031 anesthetics,anesthetics,9,7,9,7,0.18,1.0000,0.08,0.9031 aneurysms,aneurysms,7,7,7,7,0.14,0.9031,0.08,0.9031 Anglophile,anglophile,7,7,0,0,0.14,0.9031,0.08,0.9031 angriest,angriest,8,7,8,7,0.16,0.9542,0.08,0.9031 angular,angular,7,7,6,6,0.14,0.9031,0.08,0.9031 Ankara,ankara,24,7,0,0,0.47,1.3979,0.08,0.9031 anklet,anklet,21,7,21,7,0.41,1.3424,0.08,0.9031 annexed,annexed,7,7,7,7,0.14,0.9031,0.08,0.9031 antacids,antacids,10,7,10,7,0.20,1.0414,0.08,0.9031 antagonists,antagonists,8,7,7,6,0.16,0.9542,0.08,0.9031 anteroom,anteroom,8,7,8,7,0.16,0.9542,0.08,0.9031 anticipates,anticipates,7,7,7,7,0.14,0.9031,0.08,0.9031 antidotes,antidotes,9,7,9,7,0.18,1.0000,0.08,0.9031 antigen,antigen,19,7,19,7,0.37,1.3010,0.08,0.9031 antiperspirant,antiperspirant,7,7,7,7,0.14,0.9031,0.08,0.9031 antiquing,antiquing,10,7,9,7,0.20,1.0414,0.08,0.9031 antitrust,antitrust,12,7,8,6,0.24,1.1139,0.08,0.9031 aphasia,aphasia,9,7,9,7,0.18,1.0000,0.08,0.9031 apnea,apnea,8,7,8,7,0.16,0.9542,0.08,0.9031 app,app,8,7,7,6,0.16,0.9542,0.08,0.9031 applejack,applejack,29,7,15,6,0.57,1.4771,0.08,0.9031 apprenticed,apprenticed,7,7,7,7,0.14,0.9031,0.08,0.9031 apprenticeship,apprenticeship,7,7,7,7,0.14,0.9031,0.08,0.9031 apprise,apprise,7,7,5,5,0.14,0.9031,0.08,0.9031 approvals,approvals,7,7,6,6,0.14,0.9031,0.08,0.9031 aquiver,aquiver,7,7,7,7,0.14,0.9031,0.08,0.9031 Arachnid,arachnid,13,7,5,5,0.25,1.1461,0.08,0.9031 arboretum,arboretum,10,7,7,5,0.20,1.0414,0.08,0.9031 archenemy,archenemy,13,7,13,7,0.25,1.1461,0.08,0.9031 archetypal,archetypal,7,7,7,7,0.14,0.9031,0.08,0.9031 Archimedes,archimedes,11,7,0,0,0.22,1.0792,0.08,0.9031 ardor,ardor,7,7,7,7,0.14,0.9031,0.08,0.9031 argon,argon,9,7,7,6,0.18,1.0000,0.08,0.9031 Argus,argus,21,7,0,0,0.41,1.3424,0.08,0.9031 Aries,aries,14,7,0,0,0.27,1.1761,0.08,0.9031 arraign,arraign,7,7,7,7,0.14,0.9031,0.08,0.9031 articulation,articulation,8,7,7,6,0.16,0.9542,0.08,0.9031 ashcan,ashcan,7,7,7,7,0.14,0.9031,0.08,0.9031 Asiatic,asiatic,8,7,0,0,0.16,0.9542,0.08,0.9031 aspic,aspic,15,7,14,6,0.29,1.2041,0.08,0.9031 aspires,aspires,8,7,7,6,0.16,0.9542,0.08,0.9031 assay,assay,8,7,8,7,0.16,0.9542,0.08,0.9031 assemblies,assemblies,7,7,5,5,0.14,0.9031,0.08,0.9031 asterisk,asterisk,23,7,15,7,0.45,1.3802,0.08,0.9031 astride,astride,8,7,8,7,0.16,0.9542,0.08,0.9031 astrologers,astrologers,9,7,9,7,0.18,1.0000,0.08,0.9031 atmospheres,atmospheres,7,7,7,7,0.14,0.9031,0.08,0.9031 atoll,atoll,27,7,22,4,0.53,1.4472,0.08,0.9031 atoning,atoning,8,7,7,6,0.16,0.9542,0.08,0.9031 attainable,attainable,7,7,7,7,0.14,0.9031,0.08,0.9031 attics,attics,7,7,7,7,0.14,0.9031,0.08,0.9031 attrition,attrition,9,7,8,7,0.18,1.0000,0.08,0.9031 audiotape,audiotape,9,7,9,7,0.18,1.0000,0.08,0.9031 Audiovisual,audiovisual,11,7,5,4,0.22,1.0792,0.08,0.9031 auditors,auditors,10,7,10,7,0.20,1.0414,0.08,0.9031 augmented,augmented,7,7,7,7,0.14,0.9031,0.08,0.9031 Auguste,auguste,14,7,0,0,0.27,1.1761,0.08,0.9031 auras,auras,11,7,10,7,0.22,1.0792,0.08,0.9031 automation,automation,9,7,9,7,0.18,1.0000,0.08,0.9031 Avengers,avengers,14,7,1,1,0.27,1.1761,0.08,0.9031 axial,axial,7,7,7,7,0.14,0.9031,0.08,0.9031 axiom,axiom,7,7,7,7,0.14,0.9031,0.08,0.9031 Bacharach,bacharach,8,7,1,1,0.16,0.9542,0.08,0.9031 backhanded,backhanded,7,7,5,5,0.14,0.9031,0.08,0.9031 backlash,backlash,7,7,7,7,0.14,0.9031,0.08,0.9031 backstretch,backstretch,16,7,16,7,0.31,1.2304,0.08,0.9031 backtracked,backtracked,7,7,7,7,0.14,0.9031,0.08,0.9031 backwaters,backwaters,7,7,7,7,0.14,0.9031,0.08,0.9031 bacterium,bacterium,9,7,9,7,0.18,1.0000,0.08,0.9031 baguettes,baguettes,7,7,7,7,0.14,0.9031,0.08,0.9031 Baht,baht,19,7,5,3,0.37,1.3010,0.08,0.9031 Baku,baku,25,7,0,0,0.49,1.4150,0.08,0.9031 balder,balder,8,7,5,5,0.16,0.9542,0.08,0.9031 bales,bales,9,7,9,7,0.18,1.0000,0.08,0.9031 baling,baling,7,7,7,7,0.14,0.9031,0.08,0.9031 Balkan,balkan,28,7,0,0,0.55,1.4624,0.08,0.9031 barbells,barbells,7,7,7,7,0.14,0.9031,0.08,0.9031 barefooted,barefooted,9,7,9,7,0.18,1.0000,0.08,0.9031 barehanded,barehanded,7,7,5,5,0.14,0.9031,0.08,0.9031 barrelful,barrelful,7,7,7,7,0.14,0.9031,0.08,0.9031 barrette,barrette,8,7,8,7,0.16,0.9542,0.08,0.9031 Barth,barth,35,7,0,0,0.69,1.5563,0.08,0.9031 bas,bas,9,7,7,5,0.18,1.0000,0.08,0.9031 basalt,basalt,11,7,10,7,0.22,1.0792,0.08,0.9031 baseboard,baseboard,9,7,9,7,0.18,1.0000,0.08,0.9031 basins,basins,7,7,7,7,0.14,0.9031,0.08,0.9031 Bast,bast,13,7,2,2,0.25,1.1461,0.08,0.9031 Bataan,bataan,23,7,0,0,0.45,1.3802,0.08,0.9031 batters,batters,8,7,8,7,0.16,0.9542,0.08,0.9031 Beano,beano,11,7,2,2,0.22,1.0792,0.08,0.9031 beardless,beardless,8,7,7,6,0.16,0.9542,0.08,0.9031 beasties,beasties,8,7,6,6,0.16,0.9542,0.08,0.9031 Beaufort,beaufort,53,7,0,0,1.04,1.7324,0.08,0.9031 beautification,beautification,7,7,5,5,0.14,0.9031,0.08,0.9031 beautify,beautify,8,7,5,4,0.16,0.9542,0.08,0.9031 Becks,becks,13,7,0,0,0.25,1.1461,0.08,0.9031 Bedazzled,bedazzled,9,7,4,4,0.18,1.0000,0.08,0.9031 bedclothes,bedclothes,9,7,9,7,0.18,1.0000,0.08,0.9031 bedtimes,bedtimes,7,7,7,7,0.14,0.9031,0.08,0.9031 bef,bef,28,7,27,7,0.55,1.4624,0.08,0.9031 begat,begat,16,7,16,7,0.31,1.2304,0.08,0.9031 beguiling,beguiling,8,7,8,7,0.16,0.9542,0.08,0.9031 belittled,belittled,7,7,7,7,0.14,0.9031,0.08,0.9031 belladonna,belladonna,11,7,10,7,0.22,1.0792,0.08,0.9031 bellhops,bellhops,8,7,8,7,0.16,0.9542,0.08,0.9031 Benedictine,benedictine,8,7,0,0,0.16,0.9542,0.08,0.9031 bennies,bennies,7,7,7,7,0.14,0.9031,0.08,0.9031 Beowulf,beowulf,15,7,0,0,0.29,1.2041,0.08,0.9031 berths,berths,7,7,7,7,0.14,0.9031,0.08,0.9031 bespeak,bespeak,7,7,6,6,0.14,0.9031,0.08,0.9031 bestial,bestial,7,7,7,7,0.14,0.9031,0.08,0.9031 Bethel,bethel,8,7,0,0,0.16,0.9542,0.08,0.9031 biddies,biddies,7,7,7,7,0.14,0.9031,0.08,0.9031 billeting,billeting,7,7,5,5,0.14,0.9031,0.08,0.9031 binders,binders,9,7,9,7,0.18,1.0000,0.08,0.9031 bindle,bindle,11,7,7,6,0.22,1.0792,0.08,0.9031 bipedal,bipedal,9,7,7,6,0.18,1.0000,0.08,0.9031 birdcalls,birdcalls,7,7,6,6,0.14,0.9031,0.08,0.9031 birthmarks,birthmarks,7,7,6,6,0.14,0.9031,0.08,0.9031 blabber,blabber,8,7,8,7,0.16,0.9542,0.08,0.9031 blackbirds,blackbirds,10,7,9,6,0.20,1.0414,0.08,0.9031 Blackfeet,blackfeet,14,7,0,0,0.27,1.1761,0.08,0.9031 blackmails,blackmails,7,7,6,6,0.14,0.9031,0.08,0.9031 blacksmiths,blacksmiths,7,7,6,6,0.14,0.9031,0.08,0.9031 blasters,blasters,9,7,9,7,0.18,1.0000,0.08,0.9031 blockheads,blockheads,7,7,5,5,0.14,0.9031,0.08,0.9031 Bloopers,bloopers,7,7,3,3,0.14,0.9031,0.08,0.9031 blotches,blotches,9,7,9,7,0.18,1.0000,0.08,0.9031 blotchy,blotchy,7,7,7,7,0.14,0.9031,0.08,0.9031 blots,blots,8,7,8,7,0.16,0.9542,0.08,0.9031 blowouts,blowouts,7,7,7,7,0.14,0.9031,0.08,0.9031 blunted,blunted,7,7,6,6,0.14,0.9031,0.08,0.9031 blushed,blushed,7,7,7,7,0.14,0.9031,0.08,0.9031 Bm,bm,12,7,0,0,0.24,1.1139,0.08,0.9031 boars,boars,12,7,10,6,0.24,1.1139,0.08,0.9031 Boba,boba,9,7,0,0,0.18,1.0000,0.08,0.9031 bobbin,bobbin,7,7,6,6,0.14,0.9031,0.08,0.9031 Bobcats,bobcats,10,7,4,4,0.20,1.0414,0.08,0.9031 Bock,bock,20,7,0,0,0.39,1.3222,0.08,0.9031 bogs,bogs,12,7,6,5,0.24,1.1139,0.08,0.9031 Bohemia,bohemia,11,7,1,1,0.22,1.0792,0.08,0.9031 boldest,boldest,7,7,6,6,0.14,0.9031,0.08,0.9031 Bolivar,bolivar,22,7,0,0,0.43,1.3617,0.08,0.9031 boneheaded,boneheaded,7,7,7,7,0.14,0.9031,0.08,0.9031 bonked,bonked,7,7,6,6,0.14,0.9031,0.08,0.9031 booklets,booklets,17,7,17,7,0.33,1.2553,0.08,0.9031 bookmarks,bookmarks,10,7,10,7,0.20,1.0414,0.08,0.9031 bootie,bootie,8,7,6,6,0.16,0.9542,0.08,0.9031 booting,booting,9,7,7,6,0.18,1.0000,0.08,0.9031 Bosh,bosh,14,7,4,3,0.27,1.1761,0.08,0.9031 bossa,bossa,15,7,11,5,0.29,1.2041,0.08,0.9031 Bouvier,bouvier,10,7,0,0,0.20,1.0414,0.08,0.9031 bowmen,bowmen,9,7,8,6,0.18,1.0000,0.08,0.9031 Brahma,brahma,10,7,0,0,0.20,1.0414,0.08,0.9031 brainpan,brainpan,8,7,8,7,0.16,0.9542,0.08,0.9031 brainstem,brainstem,11,7,11,7,0.22,1.0792,0.08,0.9031 branched,branched,7,7,7,7,0.14,0.9031,0.08,0.9031 breads,breads,7,7,6,6,0.14,0.9031,0.08,0.9031 breakable,breakable,8,7,8,7,0.16,0.9542,0.08,0.9031 breakables,breakables,7,7,7,7,0.14,0.9031,0.08,0.9031 breastbone,breastbone,9,7,9,7,0.18,1.0000,0.08,0.9031 brews,brews,8,7,8,7,0.16,0.9542,0.08,0.9031 bricklayer,bricklayer,10,7,10,7,0.20,1.0414,0.08,0.9031 brioche,brioche,8,7,5,4,0.16,0.9542,0.08,0.9031 broadcaster,broadcaster,7,7,6,6,0.14,0.9031,0.08,0.9031 Brodie,brodie,32,7,1,1,0.63,1.5185,0.08,0.9031 brokering,brokering,8,7,8,7,0.16,0.9542,0.08,0.9031 brontosaurus,brontosaurus,11,7,10,6,0.22,1.0792,0.08,0.9031 broody,broody,8,7,8,7,0.16,0.9542,0.08,0.9031 Brr,brr,11,7,2,1,0.22,1.0792,0.08,0.9031 Brut,brut,15,7,3,2,0.29,1.2041,0.08,0.9031 bubby,bubby,9,7,6,6,0.18,1.0000,0.08,0.9031 buckeye,buckeye,9,7,5,3,0.18,1.0000,0.08,0.9031 bucktoothed,bucktoothed,8,7,7,6,0.16,0.9542,0.08,0.9031 bucolic,bucolic,7,7,7,7,0.14,0.9031,0.08,0.9031 buffers,buffers,10,7,10,7,0.20,1.0414,0.08,0.9031 buffoonery,buffoonery,7,7,7,7,0.14,0.9031,0.08,0.9031 bugaboo,bugaboo,7,7,7,7,0.14,0.9031,0.08,0.9031 buggering,buggering,8,7,8,7,0.16,0.9542,0.08,0.9031 bulldozing,bulldozing,8,7,6,5,0.16,0.9542,0.08,0.9031 bullfighters,bullfighters,9,7,9,7,0.18,1.0000,0.08,0.9031 bumpkins,bumpkins,7,7,7,7,0.14,0.9031,0.08,0.9031 bungle,bungle,9,7,5,5,0.18,1.0000,0.08,0.9031 bushels,bushels,8,7,8,7,0.16,0.9542,0.08,0.9031 Bushman,bushman,9,7,4,4,0.18,1.0000,0.08,0.9031 busing,busing,14,7,14,7,0.27,1.1761,0.08,0.9031 bussing,bussing,10,7,10,7,0.20,1.0414,0.08,0.9031 buttinsky,buttinsky,7,7,6,6,0.14,0.9031,0.08,0.9031 buttoning,buttoning,7,7,7,7,0.14,0.9031,0.08,0.9031 bypasses,bypasses,7,7,7,7,0.14,0.9031,0.08,0.9031 Bytes,bytes,17,7,6,6,0.33,1.2553,0.08,0.9031 cabbies,cabbies,7,7,7,7,0.14,0.9031,0.08,0.9031 cablegram,cablegram,10,7,9,7,0.20,1.0414,0.08,0.9031 calcified,calcified,8,7,7,6,0.16,0.9542,0.08,0.9031 calla,calla,11,7,8,5,0.22,1.0792,0.08,0.9031 callousness,callousness,8,7,8,7,0.16,0.9542,0.08,0.9031 camellias,camellias,12,7,11,6,0.24,1.1139,0.08,0.9031 campout,campout,8,7,8,7,0.16,0.9542,0.08,0.9031 Camus,camus,9,7,0,0,0.18,1.0000,0.08,0.9031 Canaan,canaan,19,7,0,0,0.37,1.3010,0.08,0.9031 cannelloni,cannelloni,9,7,9,7,0.18,1.0000,0.08,0.9031 cannibalize,cannibalize,7,7,4,4,0.14,0.9031,0.08,0.9031 canoodling,canoodling,17,7,14,7,0.33,1.2553,0.08,0.9031 capitalization,capitalization,11,7,10,7,0.22,1.0792,0.08,0.9031 capper,capper,11,7,6,6,0.22,1.0792,0.08,0.9031 capstan,capstan,8,7,8,7,0.16,0.9542,0.08,0.9031 Captioned,captioned,7,7,1,1,0.14,0.9031,0.08,0.9031 caravans,caravans,10,7,9,6,0.20,1.0414,0.08,0.9031 Carbide,carbide,20,7,9,3,0.39,1.3222,0.08,0.9031 carbonate,carbonate,10,7,10,7,0.20,1.0414,0.08,0.9031 carburetors,carburetors,7,7,5,5,0.14,0.9031,0.08,0.9031 Cardigans,cardigans,7,7,3,3,0.14,0.9031,0.08,0.9031 Cardin,cardin,13,7,0,0,0.25,1.1461,0.08,0.9031 cardiogram,cardiogram,11,7,11,7,0.22,1.0792,0.08,0.9031 cardiomyopathy,cardiomyopathy,8,7,7,7,0.16,0.9542,0.08,0.9031 carefull,carefull,10,7,7,6,0.20,1.0414,0.08,0.9031 caresses,caresses,7,7,7,7,0.14,0.9031,0.08,0.9031 cargos,cargos,7,7,6,6,0.14,0.9031,0.08,0.9031 caricatures,caricatures,7,7,7,7,0.14,0.9031,0.08,0.9031 Carolinas,carolinas,7,7,0,0,0.14,0.9031,0.08,0.9031 carpetbaggers,carpetbaggers,11,7,9,6,0.22,1.0792,0.08,0.9031 carpooling,carpooling,8,7,8,7,0.16,0.9542,0.08,0.9031 carted,carted,7,7,7,7,0.14,0.9031,0.08,0.9031 cashew,cashew,11,7,8,5,0.22,1.0792,0.08,0.9031 categorized,categorized,7,7,7,7,0.14,0.9031,0.08,0.9031 caterwauling,caterwauling,7,7,7,7,0.14,0.9031,0.08,0.9031 cattleman,cattleman,8,7,8,7,0.16,0.9542,0.08,0.9031 Caucasians,caucasians,8,7,0,0,0.16,0.9542,0.08,0.9031 caustic,caustic,7,7,7,7,0.14,0.9031,0.08,0.9031 cauterized,cauterized,7,7,7,7,0.14,0.9031,0.08,0.9031 caw,caw,19,7,10,6,0.37,1.3010,0.08,0.9031 ceaselessly,ceaselessly,7,7,7,7,0.14,0.9031,0.08,0.9031 ceasing,ceasing,7,7,5,5,0.14,0.9031,0.08,0.9031 celebs,celebs,7,7,7,7,0.14,0.9031,0.08,0.9031 cellulitis,cellulitis,9,7,8,7,0.18,1.0000,0.08,0.9031 censure,censure,8,7,8,7,0.16,0.9542,0.08,0.9031 centralized,centralized,7,7,6,6,0.14,0.9031,0.08,0.9031 cerebrum,cerebrum,8,7,8,7,0.16,0.9542,0.08,0.9031 certainties,certainties,7,7,5,5,0.14,0.9031,0.08,0.9031 Ceylon,ceylon,16,7,0,0,0.31,1.2304,0.08,0.9031 Cf,cf,15,7,0,0,0.29,1.2041,0.08,0.9031 chainsaws,chainsaws,7,7,7,7,0.14,0.9031,0.08,0.9031 chanteuse,chanteuse,11,7,6,4,0.22,1.0792,0.08,0.9031 chaperoned,chaperoned,8,7,8,7,0.16,0.9542,0.08,0.9031 Charing,charing,10,7,0,0,0.20,1.0414,0.08,0.9031 Charlemagne,charlemagne,16,7,0,0,0.31,1.2304,0.08,0.9031 Charlottesville,charlottesville,7,7,0,0,0.14,0.9031,0.08,0.9031 Charon,charon,11,7,1,1,0.22,1.0792,0.08,0.9031 charters,charters,8,7,4,4,0.16,0.9542,0.08,0.9031 Cheapo,cheapo,7,7,3,3,0.14,0.9031,0.08,0.9031 chee,chee,20,7,16,4,0.39,1.3222,0.08,0.9031 cheesed,cheesed,9,7,9,7,0.18,1.0000,0.08,0.9031 chemin,chemin,7,7,6,6,0.14,0.9031,0.08,0.9031 cherishing,cherishing,7,7,6,6,0.14,0.9031,0.08,0.9031 Chicano,chicano,38,7,1,1,0.75,1.5911,0.08,0.9031 childishness,childishness,8,7,7,6,0.16,0.9542,0.08,0.9031 Chippewa,chippewa,16,7,1,1,0.31,1.2304,0.08,0.9031 chippie,chippie,11,7,6,6,0.22,1.0792,0.08,0.9031 Choate,choate,8,7,0,0,0.16,0.9542,0.08,0.9031 cholos,cholos,7,7,6,6,0.14,0.9031,0.08,0.9031 Chub,chub,13,7,2,2,0.25,1.1461,0.08,0.9031 churchgoing,churchgoing,7,7,7,7,0.14,0.9031,0.08,0.9031 churchman,churchman,7,7,7,7,0.14,0.9031,0.08,0.9031 churns,churns,9,7,8,7,0.18,1.0000,0.08,0.9031 cinched,cinched,7,7,6,6,0.14,0.9031,0.08,0.9031 Cinque,cinque,43,7,2,2,0.84,1.6435,0.08,0.9031 circs,circs,7,7,7,7,0.14,0.9031,0.08,0.9031 circumcisions,circumcisions,7,7,7,7,0.14,0.9031,0.08,0.9031 circumvented,circumvented,8,7,8,7,0.16,0.9542,0.08,0.9031 Ciudad,ciudad,8,7,2,2,0.16,0.9542,0.08,0.9031 claymores,claymores,10,7,8,6,0.20,1.0414,0.08,0.9031 Clements,clements,54,7,1,1,1.06,1.7404,0.08,0.9031 cliches,cliches,8,7,5,5,0.16,0.9542,0.08,0.9031 cliffhanger,cliffhanger,13,7,9,5,0.25,1.1461,0.08,0.9031 Clift,clift,10,7,0,0,0.20,1.0414,0.08,0.9031 climatic,climatic,7,7,5,5,0.14,0.9031,0.08,0.9031 clinker,clinker,11,7,11,7,0.22,1.0792,0.08,0.9031 cloaks,cloaks,7,7,7,7,0.14,0.9031,0.08,0.9031 clods,clods,7,7,5,5,0.14,0.9031,0.08,0.9031 clunker,clunker,10,7,9,7,0.20,1.0414,0.08,0.9031 Clunking,clunking,9,7,4,4,0.18,1.0000,0.08,0.9031 Clydesdale,clydesdale,7,7,0,0,0.14,0.9031,0.08,0.9031 coaxed,coaxed,8,7,8,7,0.16,0.9542,0.08,0.9031 coaxial,coaxial,7,7,7,7,0.14,0.9031,0.08,0.9031 coccyx,coccyx,7,7,7,7,0.14,0.9031,0.08,0.9031 cockatoo,cockatoo,8,7,7,6,0.16,0.9542,0.08,0.9031 Codex,codex,17,7,8,2,0.33,1.2553,0.08,0.9031 Coe,coe,16,7,0,0,0.31,1.2304,0.08,0.9031 coldly,coldly,7,7,7,7,0.14,0.9031,0.08,0.9031 colitis,colitis,9,7,8,6,0.18,1.0000,0.08,0.9031 collaborative,collaborative,7,7,7,7,0.14,0.9031,0.08,0.9031 collude,collude,9,7,9,7,0.18,1.0000,0.08,0.9031 colonized,colonized,8,7,7,7,0.16,0.9542,0.08,0.9031 colorist,colorist,7,7,7,7,0.14,0.9031,0.08,0.9031 comically,comically,7,7,7,7,0.14,0.9031,0.08,0.9031 comping,comping,8,7,7,7,0.16,0.9542,0.08,0.9031 completeness,completeness,7,7,7,7,0.14,0.9031,0.08,0.9031 complies,complies,7,7,7,7,0.14,0.9031,0.08,0.9031 comprehending,comprehending,7,7,6,6,0.14,0.9031,0.08,0.9031 comprehensible,comprehensible,10,7,7,7,0.20,1.0414,0.08,0.9031 Comte,comte,22,7,1,1,0.43,1.3617,0.08,0.9031 conceded,conceded,9,7,9,7,0.18,1.0000,0.08,0.9031 concertina,concertina,7,7,6,6,0.14,0.9031,0.08,0.9031 condiment,condiment,8,7,7,6,0.16,0.9542,0.08,0.9031 condoning,condoning,7,7,7,7,0.14,0.9031,0.08,0.9031 confection,confection,9,7,8,7,0.18,1.0000,0.08,0.9031 confounds,confounds,7,7,7,7,0.14,0.9031,0.08,0.9031 congealed,congealed,7,7,6,6,0.14,0.9031,0.08,0.9031 congruent,congruent,9,7,9,7,0.18,1.0000,0.08,0.9031 conical,conical,7,7,7,7,0.14,0.9031,0.08,0.9031 connector,connector,8,7,8,7,0.16,0.9542,0.08,0.9031 conniption,conniption,7,7,7,7,0.14,0.9031,0.08,0.9031 conscription,conscription,9,7,6,5,0.18,1.0000,0.08,0.9031 consecrate,consecrate,8,7,6,5,0.16,0.9542,0.08,0.9031 conserving,conserving,8,7,6,6,0.16,0.9542,0.08,0.9031 conspires,conspires,7,7,7,7,0.14,0.9031,0.08,0.9031 constricted,constricted,7,7,7,7,0.14,0.9031,0.08,0.9031 constructively,constructively,7,7,7,7,0.14,0.9031,0.08,0.9031 consumerism,consumerism,9,7,7,6,0.18,1.0000,0.08,0.9031 conveys,conveys,8,7,8,7,0.16,0.9542,0.08,0.9031 copycats,copycats,7,7,6,6,0.14,0.9031,0.08,0.9031 copyrighted,copyrighted,7,7,7,7,0.14,0.9031,0.08,0.9031 copywriter,copywriter,9,7,9,7,0.18,1.0000,0.08,0.9031 cornerback,cornerback,9,7,8,6,0.18,1.0000,0.08,0.9031 cornering,cornering,10,7,10,7,0.20,1.0414,0.08,0.9031 Cornet,cornet,11,7,5,5,0.22,1.0792,0.08,0.9031 cornhole,cornhole,7,7,7,7,0.14,0.9031,0.08,0.9031 Cornwallis,cornwallis,23,7,0,0,0.45,1.3802,0.08,0.9031 corporals,corporals,7,7,5,5,0.14,0.9031,0.08,0.9031 corpuscle,corpuscle,16,7,16,7,0.31,1.2304,0.08,0.9031 corrodes,corrodes,7,7,7,7,0.14,0.9031,0.08,0.9031 corrugated,corrugated,10,7,5,4,0.20,1.0414,0.08,0.9031 cosmetology,cosmetology,9,7,8,6,0.18,1.0000,0.08,0.9031 Cosmopolitans,cosmopolitans,7,7,2,2,0.14,0.9031,0.08,0.9031 cotter,cotter,16,7,11,3,0.31,1.2304,0.08,0.9031 cottontail,cottontail,9,7,5,4,0.18,1.0000,0.08,0.9031 couching,couching,7,7,7,7,0.14,0.9031,0.08,0.9031 couldnt,couldnt,11,7,10,7,0.22,1.0792,0.08,0.9031 Councillor,councillor,41,7,11,4,0.80,1.6232,0.08,0.9031 councils,councils,8,7,7,6,0.16,0.9542,0.08,0.9031 counsels,counsels,7,7,7,7,0.14,0.9031,0.08,0.9031 counterweight,counterweight,8,7,6,5,0.16,0.9542,0.08,0.9031 courtesan,courtesan,17,7,17,7,0.33,1.2553,0.08,0.9031 coverlet,coverlet,9,7,9,7,0.18,1.0000,0.08,0.9031 cowhands,cowhands,11,7,11,7,0.22,1.0792,0.08,0.9031 cowhide,cowhide,7,7,5,5,0.14,0.9031,0.08,0.9031 cradled,cradled,7,7,5,5,0.14,0.9031,0.08,0.9031 Crawley,crawley,30,7,0,0,0.59,1.4914,0.08,0.9031 creatine,creatine,9,7,6,6,0.18,1.0000,0.08,0.9031 creditor,creditor,7,7,6,6,0.14,0.9031,0.08,0.9031 creepers,creepers,11,7,8,6,0.22,1.0792,0.08,0.9031 Crewe,crewe,74,7,0,0,1.45,1.8751,0.08,0.9031 critiques,critiques,8,7,7,7,0.16,0.9542,0.08,0.9031 Croatian,croatian,10,7,0,0,0.20,1.0414,0.08,0.9031 crony,crony,9,7,7,7,0.18,1.0000,0.08,0.9031 cropping,cropping,7,7,5,5,0.14,0.9031,0.08,0.9031 crossings,crossings,7,7,5,5,0.14,0.9031,0.08,0.9031 crosswind,crosswind,7,7,7,7,0.14,0.9031,0.08,0.9031 Crowed,crowed,13,7,6,6,0.25,1.1461,0.08,0.9031 Crucible,crucible,9,7,4,4,0.18,1.0000,0.08,0.9031 crybabies,crybabies,7,7,7,7,0.14,0.9031,0.08,0.9031 cryptography,cryptography,11,7,6,6,0.22,1.0792,0.08,0.9031 Cuddles,cuddles,27,7,3,3,0.53,1.4472,0.08,0.9031 culminates,culminates,7,7,7,7,0.14,0.9031,0.08,0.9031 cultivation,cultivation,8,7,8,7,0.16,0.9542,0.08,0.9031 curbside,curbside,7,7,4,4,0.14,0.9031,0.08,0.9031 Cush,cush,14,7,5,5,0.27,1.1761,0.08,0.9031 cycled,cycled,8,7,7,6,0.16,0.9542,0.08,0.9031 cyclical,cyclical,8,7,7,6,0.16,0.9542,0.08,0.9031 Czechs,czechs,7,7,0,0,0.14,0.9031,0.08,0.9031 Dakotas,dakotas,8,7,0,0,0.16,0.9542,0.08,0.9031 Dal,dal,15,7,0,0,0.29,1.2041,0.08,0.9031 Dales,dales,9,7,1,1,0.18,1.0000,0.08,0.9031 dampened,dampened,7,7,7,7,0.14,0.9031,0.08,0.9031 dampness,dampness,7,7,7,7,0.14,0.9031,0.08,0.9031 dangles,dangles,7,7,7,7,0.14,0.9031,0.08,0.9031 Danton,danton,23,7,0,0,0.45,1.3802,0.08,0.9031 dauntless,dauntless,7,7,5,5,0.14,0.9031,0.08,0.9031 debit,debit,8,7,8,7,0.16,0.9542,0.08,0.9031 decals,decals,7,7,7,7,0.14,0.9031,0.08,0.9031 deceiver,deceiver,9,7,8,6,0.18,1.0000,0.08,0.9031 deceivers,deceivers,8,7,7,6,0.16,0.9542,0.08,0.9031 decelerating,decelerating,7,7,5,5,0.14,0.9031,0.08,0.9031 deckhand,deckhand,9,7,9,7,0.18,1.0000,0.08,0.9031 defecting,defecting,10,7,10,7,0.20,1.0414,0.08,0.9031 defectors,defectors,8,7,8,7,0.16,0.9542,0.08,0.9031 deflection,deflection,15,7,14,7,0.29,1.2041,0.08,0.9031 deflector,deflector,17,7,16,6,0.33,1.2553,0.08,0.9031 defusing,defusing,7,7,7,7,0.14,0.9031,0.08,0.9031 dehumanizing,dehumanizing,12,7,11,7,0.24,1.1139,0.08,0.9031 deigns,deigns,7,7,7,7,0.14,0.9031,0.08,0.9031 deleting,deleting,7,7,6,6,0.14,0.9031,0.08,0.9031 deliveryman,deliveryman,7,7,7,7,0.14,0.9031,0.08,0.9031 demonstrator,demonstrator,8,7,7,6,0.16,0.9542,0.08,0.9031 demoralized,demoralized,9,7,9,7,0.18,1.0000,0.08,0.9031 denouement,denouement,9,7,9,7,0.18,1.0000,0.08,0.9031 densely,densely,7,7,7,7,0.14,0.9031,0.08,0.9031 denting,denting,7,7,7,7,0.14,0.9031,0.08,0.9031 denture,denture,10,7,8,6,0.20,1.0414,0.08,0.9031 deplete,deplete,7,7,7,7,0.14,0.9031,0.08,0.9031 deporting,deporting,7,7,7,7,0.14,0.9031,0.08,0.9031 deposing,deposing,8,7,8,7,0.16,0.9542,0.08,0.9031 depreciate,depreciate,8,7,7,7,0.16,0.9542,0.08,0.9031 deputized,deputized,7,7,7,7,0.14,0.9031,0.08,0.9031 derangement,derangement,7,7,7,7,0.14,0.9031,0.08,0.9031 destabilizing,destabilizing,7,7,7,7,0.14,0.9031,0.08,0.9031 deviates,deviates,7,7,7,7,0.14,0.9031,0.08,0.9031 devotee,devotee,7,7,6,6,0.14,0.9031,0.08,0.9031 devotees,devotees,7,7,6,6,0.14,0.9031,0.08,0.9031 dices,dices,13,7,11,5,0.25,1.1461,0.08,0.9031 dictatorial,dictatorial,7,7,6,6,0.14,0.9031,0.08,0.9031 digitalis,digitalis,8,7,4,4,0.16,0.9542,0.08,0.9031 Dil,dil,17,7,0,0,0.33,1.2553,0.08,0.9031 diminishes,diminishes,7,7,6,6,0.14,0.9031,0.08,0.9031 dinette,dinette,9,7,8,6,0.18,1.0000,0.08,0.9031 dingbat,dingbat,7,7,7,7,0.14,0.9031,0.08,0.9031 diocese,diocese,41,7,39,7,0.80,1.6232,0.08,0.9031 disassociate,disassociate,7,7,7,7,0.14,0.9031,0.08,0.9031 disbelieve,disbelieve,8,7,8,7,0.16,0.9542,0.08,0.9031 discernible,discernible,9,7,9,7,0.18,1.0000,0.08,0.9031 discloses,discloses,7,7,7,7,0.14,0.9031,0.08,0.9031 discolored,discolored,7,7,6,6,0.14,0.9031,0.08,0.9031 discomfiture,discomfiture,7,7,7,7,0.14,0.9031,0.08,0.9031 discounting,discounting,7,7,6,6,0.14,0.9031,0.08,0.9031 discoverer,discoverer,10,7,7,6,0.20,1.0414,0.08,0.9031 disfigurement,disfigurement,7,7,7,7,0.14,0.9031,0.08,0.9031 disingenuous,disingenuous,7,7,7,7,0.14,0.9031,0.08,0.9031 disordered,disordered,7,7,7,7,0.14,0.9031,0.08,0.9031 disparate,disparate,7,7,7,7,0.14,0.9031,0.08,0.9031 disposes,disposes,7,7,7,7,0.14,0.9031,0.08,0.9031 dispositive,dispositive,7,7,7,7,0.14,0.9031,0.08,0.9031 disrepair,disrepair,8,7,8,7,0.16,0.9542,0.08,0.9031 disrepute,disrepute,7,7,7,7,0.14,0.9031,0.08,0.9031 disruptions,disruptions,8,7,8,7,0.16,0.9542,0.08,0.9031 dissuaded,dissuaded,7,7,7,7,0.14,0.9031,0.08,0.9031 distantly,distantly,8,7,8,7,0.16,0.9542,0.08,0.9031 distilling,distilling,7,7,7,7,0.14,0.9031,0.08,0.9031 distinguishes,distinguishes,7,7,7,7,0.14,0.9031,0.08,0.9031 diuretic,diuretic,9,7,9,7,0.18,1.0000,0.08,0.9031 divining,divining,8,7,8,7,0.16,0.9542,0.08,0.9031 divulged,divulged,7,7,7,7,0.14,0.9031,0.08,0.9031 dizzying,dizzying,7,7,7,7,0.14,0.9031,0.08,0.9031 dogfight,dogfight,8,7,8,7,0.16,0.9542,0.08,0.9031 dogies,dogies,7,7,7,7,0.14,0.9031,0.08,0.9031 Dollface,dollface,16,7,5,5,0.31,1.2304,0.08,0.9031 domestically,domestically,7,7,7,7,0.14,0.9031,0.08,0.9031 doodad,doodad,8,7,8,7,0.16,0.9542,0.08,0.9031 doormen,doormen,8,7,8,7,0.16,0.9542,0.08,0.9031 doorstops,doorstops,7,7,7,7,0.14,0.9031,0.08,0.9031 doping,doping,8,7,8,7,0.16,0.9542,0.08,0.9031 doubleheader,doubleheader,7,7,6,6,0.14,0.9031,0.08,0.9031 dour,dour,8,7,8,7,0.16,0.9542,0.08,0.9031 Dowager,dowager,15,7,3,3,0.29,1.2041,0.08,0.9031 drabs,drabs,8,7,8,7,0.16,0.9542,0.08,0.9031 draftees,draftees,10,7,8,6,0.20,1.0414,0.08,0.9031 dribbled,dribbled,7,7,7,7,0.14,0.9031,0.08,0.9031 driveways,driveways,9,7,9,7,0.18,1.0000,0.08,0.9031 drooping,drooping,7,7,7,7,0.14,0.9031,0.08,0.9031 dropouts,dropouts,7,7,7,7,0.14,0.9031,0.08,0.9031 drumbeat,drumbeat,8,7,6,6,0.16,0.9542,0.08,0.9031 Druthers,druthers,29,7,5,5,0.57,1.4771,0.08,0.9031 dryness,dryness,7,7,6,6,0.14,0.9031,0.08,0.9031 duets,duets,9,7,9,7,0.18,1.0000,0.08,0.9031 dulcet,dulcet,7,7,7,7,0.14,0.9031,0.08,0.9031 dumbfounded,dumbfounded,7,7,7,7,0.14,0.9031,0.08,0.9031 dumbness,dumbness,7,7,5,5,0.14,0.9031,0.08,0.9031 dunces,dunces,10,7,7,5,0.20,1.0414,0.08,0.9031 dynasties,dynasties,7,7,6,6,0.14,0.9031,0.08,0.9031 dystrophy,dystrophy,11,7,11,7,0.22,1.0792,0.08,0.9031 earthworm,earthworm,7,7,6,6,0.14,0.9031,0.08,0.9031 easterly,easterly,7,7,6,6,0.14,0.9031,0.08,0.9031 eastward,eastward,7,7,6,6,0.14,0.9031,0.08,0.9031 eavesdropped,eavesdropped,7,7,7,7,0.14,0.9031,0.08,0.9031 ebbs,ebbs,7,7,7,7,0.14,0.9031,0.08,0.9031 Ecclesiastes,ecclesiastes,8,7,1,1,0.16,0.9542,0.08,0.9031 ecosystems,ecosystems,8,7,8,7,0.16,0.9542,0.08,0.9031 ectopy,ectopy,7,7,6,6,0.14,0.9031,0.08,0.9031 effervescent,effervescent,10,7,7,5,0.20,1.0414,0.08,0.9031 Egads,egads,11,7,3,3,0.22,1.0792,0.08,0.9031 eggplants,eggplants,7,7,7,7,0.14,0.9031,0.08,0.9031 egotist,egotist,7,7,7,7,0.14,0.9031,0.08,0.9031 elaborating,elaborating,7,7,7,7,0.14,0.9031,0.08,0.9031 electorate,electorate,9,7,9,7,0.18,1.0000,0.08,0.9031 electrolysis,electrolysis,8,7,8,7,0.16,0.9542,0.08,0.9031 elevations,elevations,7,7,7,7,0.14,0.9031,0.08,0.9031 eliciting,eliciting,7,7,7,7,0.14,0.9031,0.08,0.9031 elses,elses,7,7,7,7,0.14,0.9031,0.08,0.9031 emanated,emanated,8,7,8,7,0.16,0.9542,0.08,0.9031 emanations,emanations,12,7,11,7,0.24,1.1139,0.08,0.9031 embalmer,embalmer,18,7,18,7,0.35,1.2788,0.08,0.9031 Embarcadero,embarcadero,8,7,0,0,0.16,0.9542,0.08,0.9031 embarkation,embarkation,10,7,8,6,0.20,1.0414,0.08,0.9031 embezzle,embezzle,8,7,6,5,0.16,0.9542,0.08,0.9031 emigrate,emigrate,14,7,14,7,0.27,1.1761,0.08,0.9031 emigration,emigration,13,7,10,6,0.25,1.1461,0.08,0.9031 Emir,emir,32,7,15,2,0.63,1.5185,0.08,0.9031 empathic,empathic,11,7,10,6,0.22,1.0792,0.08,0.9031 emphasizes,emphasizes,7,7,6,6,0.14,0.9031,0.08,0.9031 emulsion,emulsion,8,7,7,6,0.16,0.9542,0.08,0.9031 encoding,encoding,7,7,7,7,0.14,0.9031,0.08,0.9031 encompasses,encompasses,7,7,7,7,0.14,0.9031,0.08,0.9031 endeavours,endeavours,7,7,7,7,0.14,0.9031,0.08,0.9031 endemic,endemic,7,7,7,7,0.14,0.9031,0.08,0.9031 endive,endive,7,7,7,7,0.14,0.9031,0.08,0.9031 endocrine,endocrine,7,7,7,7,0.14,0.9031,0.08,0.9031 Englishwoman,englishwoman,10,7,0,0,0.20,1.0414,0.08,0.9031 engrossed,engrossed,7,7,7,7,0.14,0.9031,0.08,0.9031 enhancers,enhancers,10,7,10,7,0.20,1.0414,0.08,0.9031 enraptured,enraptured,8,7,7,6,0.16,0.9542,0.08,0.9031 enrichment,enrichment,7,7,6,6,0.14,0.9031,0.08,0.9031 enrol,enrol,7,7,6,6,0.14,0.9031,0.08,0.9031 enslaving,enslaving,7,7,6,6,0.14,0.9031,0.08,0.9031 entertainments,entertainments,10,7,10,7,0.20,1.0414,0.08,0.9031 enticed,enticed,8,7,8,7,0.16,0.9542,0.08,0.9031 entwine,entwine,8,7,8,7,0.16,0.9542,0.08,0.9031 enunciate,enunciate,7,7,6,6,0.14,0.9031,0.08,0.9031 eon,eon,13,7,11,6,0.25,1.1461,0.08,0.9031 Ephraim,ephraim,29,7,0,0,0.57,1.4771,0.08,0.9031 epidemiology,epidemiology,7,7,6,6,0.14,0.9031,0.08,0.9031 epithet,epithet,7,7,7,7,0.14,0.9031,0.08,0.9031 epoxy,epoxy,9,7,9,7,0.18,1.0000,0.08,0.9031 Epsom,epsom,7,7,0,0,0.14,0.9031,0.08,0.9031 equivalency,equivalency,11,7,11,7,0.22,1.0792,0.08,0.9031 erred,erred,7,7,7,7,0.14,0.9031,0.08,0.9031 escapist,escapist,7,7,7,7,0.14,0.9031,0.08,0.9031 espressos,espressos,7,7,7,7,0.14,0.9031,0.08,0.9031 etymology,etymology,7,7,7,7,0.14,0.9031,0.08,0.9031 Eu,eu,8,7,3,2,0.16,0.9542,0.08,0.9031 eunuchs,eunuchs,20,7,17,6,0.39,1.3222,0.08,0.9031 exalting,exalting,8,7,8,7,0.16,0.9542,0.08,0.9031 exclaim,exclaim,7,7,7,7,0.14,0.9031,0.08,0.9031 excursions,excursions,8,7,8,7,0.16,0.9542,0.08,0.9031 executioners,executioners,7,7,5,5,0.14,0.9031,0.08,0.9031 exerts,exerts,7,7,7,7,0.14,0.9031,0.08,0.9031 exhaling,exhaling,8,7,6,5,0.16,0.9542,0.08,0.9031 expiring,expiring,7,7,7,7,0.14,0.9031,0.08,0.9031 extracts,extracts,9,7,9,7,0.18,1.0000,0.08,0.9031 extremis,extremis,8,7,8,7,0.16,0.9542,0.08,0.9031 eyedropper,eyedropper,7,7,7,7,0.14,0.9031,0.08,0.9031 facelift,facelift,7,7,7,7,0.14,0.9031,0.08,0.9031 facie,facie,7,7,6,6,0.14,0.9031,0.08,0.9031 faeces,faeces,8,7,8,7,0.16,0.9542,0.08,0.9031 fakers,fakers,10,7,10,7,0.20,1.0414,0.08,0.9031 falsehoods,falsehoods,8,7,8,7,0.16,0.9542,0.08,0.9031 falsity,falsity,7,7,7,7,0.14,0.9031,0.08,0.9031 falters,falters,7,7,7,7,0.14,0.9031,0.08,0.9031 fannies,fannies,9,7,8,6,0.18,1.0000,0.08,0.9031 fantail,fantail,10,7,8,7,0.20,1.0414,0.08,0.9031 Fantasia,fantasia,36,7,0,0,0.71,1.5682,0.08,0.9031 fatties,fatties,7,7,7,7,0.14,0.9031,0.08,0.9031 fatuous,fatuous,7,7,7,7,0.14,0.9031,0.08,0.9031 faut,faut,9,7,8,6,0.18,1.0000,0.08,0.9031 felling,felling,16,7,16,7,0.31,1.2304,0.08,0.9031 feral,feral,9,7,9,7,0.18,1.0000,0.08,0.9031 fermentation,fermentation,7,7,6,6,0.14,0.9031,0.08,0.9031 festivity,festivity,8,7,8,7,0.16,0.9542,0.08,0.9031 fetid,fetid,7,7,7,7,0.14,0.9031,0.08,0.9031 fetuses,fetuses,7,7,6,6,0.14,0.9031,0.08,0.9031 fibber,fibber,8,7,6,5,0.16,0.9542,0.08,0.9031 fibreglass,fibreglass,12,7,11,7,0.24,1.1139,0.08,0.9031 fiddles,fiddles,7,7,7,7,0.14,0.9031,0.08,0.9031 fidgets,fidgets,7,7,7,7,0.14,0.9031,0.08,0.9031 fiftieth,fiftieth,7,7,6,6,0.14,0.9031,0.08,0.9031 figments,figments,7,7,7,7,0.14,0.9031,0.08,0.9031 fille,fille,11,7,7,5,0.22,1.0792,0.08,0.9031 filthiest,filthiest,30,7,25,7,0.59,1.4914,0.08,0.9031 fini,fini,8,7,5,5,0.16,0.9542,0.08,0.9031 finisher,finisher,8,7,5,4,0.16,0.9542,0.08,0.9031 firebug,firebug,12,7,11,7,0.24,1.1139,0.08,0.9031 firefighting,firefighting,8,7,8,7,0.16,0.9542,0.08,0.9031 fireproof,fireproof,8,7,8,7,0.16,0.9542,0.08,0.9031 Fisheries,fisheries,11,7,2,2,0.22,1.0792,0.08,0.9031 Fishers,fishers,9,7,2,2,0.18,1.0000,0.08,0.9031 fishery,fishery,11,7,10,6,0.22,1.0792,0.08,0.9031 fishwife,fishwife,7,7,7,7,0.14,0.9031,0.08,0.9031 fissures,fissures,8,7,7,6,0.16,0.9542,0.08,0.9031 fistfights,fistfights,7,7,6,6,0.14,0.9031,0.08,0.9031 flagrante,flagrante,8,7,7,6,0.16,0.9542,0.08,0.9031 flamed,flamed,8,7,8,7,0.16,0.9542,0.08,0.9031 Flappy,flappy,11,7,5,5,0.22,1.0792,0.08,0.9031 flattop,flattop,14,7,10,6,0.27,1.1761,0.08,0.9031 Flax,flax,24,7,8,6,0.47,1.3979,0.08,0.9031 flickered,flickered,7,7,7,7,0.14,0.9031,0.08,0.9031 floodlights,floodlights,7,7,5,5,0.14,0.9031,0.08,0.9031 florists,florists,7,7,5,5,0.14,0.9031,0.08,0.9031 foetal,foetal,7,7,7,7,0.14,0.9031,0.08,0.9031 forbear,forbear,8,7,7,6,0.16,0.9542,0.08,0.9031 forcefully,forcefully,8,7,6,6,0.16,0.9542,0.08,0.9031 foremen,foremen,7,7,7,7,0.14,0.9031,0.08,0.9031 forges,forges,8,7,8,7,0.16,0.9542,0.08,0.9031 formats,formats,9,7,7,6,0.18,1.0000,0.08,0.9031 forme,forme,8,7,8,7,0.16,0.9542,0.08,0.9031 fortifications,fortifications,11,7,11,7,0.22,1.0792,0.08,0.9031 fostering,fostering,7,7,7,7,0.14,0.9031,0.08,0.9031 Frack,frack,10,7,3,3,0.20,1.0414,0.08,0.9031 fractal,fractal,9,7,6,4,0.18,1.0000,0.08,0.9031 frag,frag,13,7,8,6,0.25,1.1461,0.08,0.9031 fragmentation,fragmentation,7,7,5,5,0.14,0.9031,0.08,0.9031 franchising,franchising,10,7,9,7,0.20,1.0414,0.08,0.9031 Frankfurter,frankfurter,11,7,5,5,0.22,1.0792,0.08,0.9031 freelancers,freelancers,8,7,7,7,0.16,0.9542,0.08,0.9031 freelancing,freelancing,7,7,7,7,0.14,0.9031,0.08,0.9031 Freemason,freemason,10,7,1,1,0.20,1.0414,0.08,0.9031 Freemasons,freemasons,14,7,0,0,0.27,1.1761,0.08,0.9031 frere,frere,7,7,4,4,0.14,0.9031,0.08,0.9031 Frigidaire,frigidaire,12,7,1,1,0.24,1.1139,0.08,0.9031 frisking,frisking,7,7,6,6,0.14,0.9031,0.08,0.9031 frittering,frittering,7,7,7,7,0.14,0.9031,0.08,0.9031 fritters,fritters,9,7,9,7,0.18,1.0000,0.08,0.9031 frostbitten,frostbitten,7,7,6,6,0.14,0.9031,0.08,0.9031 frug,frug,10,7,9,7,0.20,1.0414,0.08,0.9031 fuckheads,fuckheads,8,7,7,6,0.16,0.9542,0.08,0.9031 fundamentalists,fundamentalists,10,7,9,7,0.20,1.0414,0.08,0.9031 funneled,funneled,8,7,8,7,0.16,0.9542,0.08,0.9031 funnest,funnest,7,7,7,7,0.14,0.9031,0.08,0.9031 Furlong,furlong,31,7,5,5,0.61,1.5051,0.08,0.9031 Gaius,gaius,18,7,0,0,0.35,1.2788,0.08,0.9031 Gammy,gammy,16,7,4,3,0.31,1.2304,0.08,0.9031 gargling,gargling,8,7,7,6,0.16,0.9542,0.08,0.9031 Garibaldi,garibaldi,53,7,0,0,1.04,1.7324,0.08,0.9031 gashes,gashes,8,7,8,7,0.16,0.9542,0.08,0.9031 gastritis,gastritis,11,7,9,6,0.22,1.0792,0.08,0.9031 gastroenteritis,gastroenteritis,9,7,8,7,0.18,1.0000,0.08,0.9031 gatekeepers,gatekeepers,8,7,8,7,0.16,0.9542,0.08,0.9031 gauchos,gauchos,9,7,9,7,0.18,1.0000,0.08,0.9031 gauss,gauss,13,7,7,5,0.25,1.1461,0.08,0.9031 Gaz,gaz,9,7,4,4,0.18,1.0000,0.08,0.9031 geishas,geishas,9,7,6,4,0.18,1.0000,0.08,0.9031 Gelder,gelder,34,7,3,1,0.67,1.5441,0.08,0.9031 gendarmes,gendarmes,12,7,12,7,0.24,1.1139,0.08,0.9031 genders,genders,8,7,8,7,0.16,0.9542,0.08,0.9031 generalization,generalization,9,7,9,7,0.18,1.0000,0.08,0.9031 geologically,geologically,8,7,6,6,0.16,0.9542,0.08,0.9031 geopolitical,geopolitical,8,7,8,7,0.16,0.9542,0.08,0.9031 geosynchronous,geosynchronous,8,7,8,7,0.16,0.9542,0.08,0.9031 geothermal,geothermal,8,7,6,6,0.16,0.9542,0.08,0.9031 geriatrics,geriatrics,9,7,6,4,0.18,1.0000,0.08,0.9031 Germain,germain,11,7,1,1,0.22,1.0792,0.08,0.9031 germane,germane,8,7,8,7,0.16,0.9542,0.08,0.9031 getaways,getaways,7,7,6,6,0.14,0.9031,0.08,0.9031 Gib,gib,17,7,2,2,0.33,1.2553,0.08,0.9031 Gibsons,gibsons,9,7,0,0,0.18,1.0000,0.08,0.9031 gigolos,gigolos,17,7,17,7,0.33,1.2553,0.08,0.9031 Gilly,gilly,97,7,0,0,1.90,1.9912,0.08,0.9031 ginkgo,ginkgo,9,7,6,4,0.18,1.0000,0.08,0.9031 Gird,gird,7,7,3,3,0.14,0.9031,0.08,0.9031 girdles,girdles,10,7,10,7,0.20,1.0414,0.08,0.9031 Givens,givens,11,7,4,4,0.22,1.0792,0.08,0.9031 gizzards,gizzards,7,7,7,7,0.14,0.9031,0.08,0.9031 glasnost,glasnost,9,7,6,4,0.18,1.0000,0.08,0.9031 Glick,glick,28,7,0,0,0.55,1.4624,0.08,0.9031 globalization,globalization,14,7,14,7,0.27,1.1761,0.08,0.9031 globetrotter,globetrotter,8,7,5,5,0.16,0.9542,0.08,0.9031 glues,glues,8,7,8,7,0.16,0.9542,0.08,0.9031 glut,glut,7,7,7,7,0.14,0.9031,0.08,0.9031 gluten,gluten,8,7,8,7,0.16,0.9542,0.08,0.9031 gluteus,gluteus,7,7,6,6,0.14,0.9031,0.08,0.9031 gluttons,gluttons,7,7,6,6,0.14,0.9031,0.08,0.9031 glycerin,glycerin,7,7,4,4,0.14,0.9031,0.08,0.9031 gnashing,gnashing,7,7,7,7,0.14,0.9031,0.08,0.9031 gnaws,gnaws,7,7,5,5,0.14,0.9031,0.08,0.9031 goad,goad,7,7,6,6,0.14,0.9031,0.08,0.9031 goalkeeper,goalkeeper,16,7,16,7,0.31,1.2304,0.08,0.9031 Gobi,gobi,14,7,3,2,0.27,1.1761,0.08,0.9031 Goldsmith,goldsmith,17,7,5,3,0.33,1.2553,0.08,0.9031 Gonzalo,gonzalo,35,7,0,0,0.69,1.5563,0.08,0.9031 goofballs,goofballs,7,7,7,7,0.14,0.9031,0.08,0.9031 gooney,gooney,8,7,8,7,0.16,0.9542,0.08,0.9031 gorgeousness,gorgeousness,8,7,7,6,0.16,0.9542,0.08,0.9031 Goshen,goshen,7,7,1,1,0.14,0.9031,0.08,0.9031 Gosling,gosling,9,7,4,4,0.18,1.0000,0.08,0.9031 gradient,gradient,9,7,8,7,0.18,1.0000,0.08,0.9031 grads,grads,7,7,7,7,0.14,0.9031,0.08,0.9031 graduations,graduations,7,7,5,5,0.14,0.9031,0.08,0.9031 grafting,grafting,8,7,7,6,0.16,0.9542,0.08,0.9031 grainy,grainy,10,7,9,6,0.20,1.0414,0.08,0.9031 grandaddy,grandaddy,8,7,7,6,0.16,0.9542,0.08,0.9031 greasepaint,greasepaint,7,7,7,7,0.14,0.9031,0.08,0.9031 Greco,greco,31,7,0,0,0.61,1.5051,0.08,0.9031 greenery,greenery,7,7,7,7,0.14,0.9031,0.08,0.9031 Greenfield,greenfield,17,7,0,0,0.33,1.2553,0.08,0.9031 grills,grills,9,7,8,6,0.18,1.0000,0.08,0.9031 grimly,grimly,7,7,6,6,0.14,0.9031,0.08,0.9031 Gris,gris,11,7,4,2,0.22,1.0792,0.08,0.9031 grocers,grocers,7,7,7,7,0.14,0.9031,0.08,0.9031 grubstake,grubstake,9,7,7,5,0.18,1.0000,0.08,0.9031 guarantor,guarantor,9,7,8,6,0.18,1.0000,0.08,0.9031 Guardsmen,guardsmen,16,7,5,5,0.31,1.2304,0.08,0.9031 guiltless,guiltless,7,7,7,7,0.14,0.9031,0.08,0.9031 gumdrop,gumdrop,8,7,5,5,0.16,0.9542,0.08,0.9031 gumming,gumming,7,7,7,7,0.14,0.9031,0.08,0.9031 Gump,gump,85,7,0,0,1.67,1.9345,0.08,0.9031 gunboats,gunboats,10,7,8,7,0.20,1.0414,0.08,0.9031 gunfights,gunfights,7,7,6,6,0.14,0.9031,0.08,0.9031 gunsel,gunsel,11,7,9,6,0.22,1.0792,0.08,0.9031 gunship,gunship,10,7,8,6,0.20,1.0414,0.08,0.9031 Gutierrez,gutierrez,21,7,0,0,0.41,1.3424,0.08,0.9031 gyroscope,gyroscope,9,7,9,7,0.18,1.0000,0.08,0.9031 hab,hab,10,7,8,5,0.20,1.0414,0.08,0.9031 haberdashery,haberdashery,7,7,5,5,0.14,0.9031,0.08,0.9031 haemoglobin,haemoglobin,7,7,5,5,0.14,0.9031,0.08,0.9031 hairiest,hairiest,7,7,7,7,0.14,0.9031,0.08,0.9031 hairstyles,hairstyles,8,7,8,7,0.16,0.9542,0.08,0.9031 hairstylist,hairstylist,7,7,7,7,0.14,0.9031,0.08,0.9031 Halifax,halifax,13,7,0,0,0.25,1.1461,0.08,0.9031 hallmarks,hallmarks,7,7,7,7,0.14,0.9031,0.08,0.9031 Halloweens,halloweens,7,7,0,0,0.14,0.9031,0.08,0.9031 hallucinogens,hallucinogens,13,7,11,6,0.25,1.1461,0.08,0.9031 halting,halting,7,7,6,6,0.14,0.9031,0.08,0.9031 hampered,hampered,7,7,7,7,0.14,0.9031,0.08,0.9031 handlebar,handlebar,10,7,7,5,0.20,1.0414,0.08,0.9031 happenstance,happenstance,8,7,8,7,0.16,0.9542,0.08,0.9031 harasses,harasses,7,7,7,7,0.14,0.9031,0.08,0.9031 hardtop,hardtop,18,7,12,7,0.35,1.2788,0.08,0.9031 harelip,harelip,8,7,5,4,0.16,0.9542,0.08,0.9031 harlots,harlots,12,7,6,6,0.24,1.1139,0.08,0.9031 harpooned,harpooned,8,7,8,7,0.16,0.9542,0.08,0.9031 Harrow,harrow,9,7,1,1,0.18,1.0000,0.08,0.9031 harshest,harshest,7,7,7,7,0.14,0.9031,0.08,0.9031 harshness,harshness,7,7,7,7,0.14,0.9031,0.08,0.9031 hashed,hashed,8,7,8,7,0.16,0.9542,0.08,0.9031 hatchback,hatchback,8,7,8,7,0.16,0.9542,0.08,0.9031 hatchery,hatchery,7,7,7,7,0.14,0.9031,0.08,0.9031 hatful,hatful,8,7,8,7,0.16,0.9542,0.08,0.9031 hatreds,hatreds,7,7,7,7,0.14,0.9031,0.08,0.9031 hawkers,hawkers,7,7,5,5,0.14,0.9031,0.08,0.9031 haystacks,haystacks,7,7,7,7,0.14,0.9031,0.08,0.9031 headphone,headphone,8,7,7,7,0.16,0.9542,0.08,0.9031 heightens,heightens,7,7,7,7,0.14,0.9031,0.08,0.9031 Helios,helios,44,7,0,0,0.86,1.6532,0.08,0.9031 Hellespont,hellespont,7,7,0,0,0.14,0.9031,0.08,0.9031 hematocrit,hematocrit,8,7,6,5,0.16,0.9542,0.08,0.9031 hemline,hemline,10,7,9,6,0.20,1.0414,0.08,0.9031 hemorrhages,hemorrhages,8,7,8,7,0.16,0.9542,0.08,0.9031 herbicides,herbicides,7,7,6,6,0.14,0.9031,0.08,0.9031 herbivores,herbivores,8,7,8,7,0.16,0.9542,0.08,0.9031 Herculean,herculean,7,7,3,3,0.14,0.9031,0.08,0.9031 Hereford,hereford,13,7,0,0,0.25,1.1461,0.08,0.9031 hermitage,hermitage,11,7,6,4,0.22,1.0792,0.08,0.9031 hewn,hewn,10,7,5,5,0.20,1.0414,0.08,0.9031 hibachi,hibachi,7,7,6,6,0.14,0.9031,0.08,0.9031 hieroglyphic,hieroglyphic,7,7,7,7,0.14,0.9031,0.08,0.9031 hieroglyphs,hieroglyphs,9,7,9,7,0.18,1.0000,0.08,0.9031 Highlander,highlander,12,7,2,1,0.24,1.1139,0.08,0.9031 hightailing,hightailing,7,7,7,7,0.14,0.9031,0.08,0.9031 highwayman,highwayman,16,7,13,7,0.31,1.2304,0.08,0.9031 hilarity,hilarity,7,7,6,6,0.14,0.9031,0.08,0.9031 Himalayan,himalayan,9,7,0,0,0.18,1.0000,0.08,0.9031 hiney,hiney,11,7,9,6,0.22,1.0792,0.08,0.9031 hipper,hipper,7,7,7,7,0.14,0.9031,0.08,0.9031 hipsters,hipsters,11,7,11,7,0.22,1.0792,0.08,0.9031 hitherto,hitherto,7,7,7,7,0.14,0.9031,0.08,0.9031 hobbled,hobbled,7,7,6,6,0.14,0.9031,0.08,0.9031 hoboes,hoboes,9,7,9,7,0.18,1.0000,0.08,0.9031 hodgepodge,hodgepodge,7,7,6,6,0.14,0.9031,0.08,0.9031 holdups,holdups,10,7,10,7,0.20,1.0414,0.08,0.9031 holies,holies,10,7,10,7,0.20,1.0414,0.08,0.9031 homegrown,homegrown,7,7,5,5,0.14,0.9031,0.08,0.9031 homestretch,homestretch,7,7,7,7,0.14,0.9031,0.08,0.9031 hometowns,hometowns,7,7,7,7,0.14,0.9031,0.08,0.9031 honchos,honchos,7,7,7,7,0.14,0.9031,0.08,0.9031 honeysuckle,honeysuckle,9,7,7,5,0.18,1.0000,0.08,0.9031 hoofs,hoofs,12,7,12,7,0.24,1.1139,0.08,0.9031 hookups,hookups,7,7,7,7,0.14,0.9031,0.08,0.9031 Hoople,hoople,8,7,3,3,0.16,0.9542,0.08,0.9031 Horning,horning,17,7,6,5,0.33,1.2553,0.08,0.9031 horrify,horrify,7,7,6,6,0.14,0.9031,0.08,0.9031 Hosanna,hosanna,33,7,9,1,0.65,1.5315,0.08,0.9031 Hotchkiss,hotchkiss,19,7,0,0,0.37,1.3010,0.08,0.9031 housefly,housefly,9,7,9,7,0.18,1.0000,0.08,0.9031 houselights,houselights,7,7,5,5,0.14,0.9031,0.08,0.9031 housesitting,housesitting,10,7,10,7,0.20,1.0414,0.08,0.9031 hovers,hovers,7,7,7,7,0.14,0.9031,0.08,0.9031 hubcap,hubcap,7,7,6,6,0.14,0.9031,0.08,0.9031 hugest,hugest,7,7,6,6,0.14,0.9031,0.08,0.9031 huggers,huggers,7,7,7,7,0.14,0.9031,0.08,0.9031 hulking,hulking,8,7,8,7,0.16,0.9542,0.08,0.9031 humanoids,humanoids,8,7,8,7,0.16,0.9542,0.08,0.9031 humbles,humbles,7,7,7,7,0.14,0.9031,0.08,0.9031 humblest,humblest,9,7,9,7,0.18,1.0000,0.08,0.9031 Hungarians,hungarians,18,7,1,1,0.35,1.2788,0.08,0.9031 Huntley,huntley,28,7,0,0,0.55,1.4624,0.08,0.9031 hurtled,hurtled,8,7,8,7,0.16,0.9542,0.08,0.9031 hussies,hussies,8,7,7,6,0.16,0.9542,0.08,0.9031 hydrangea,hydrangea,8,7,8,7,0.16,0.9542,0.08,0.9031 hydration,hydration,7,7,6,6,0.14,0.9031,0.08,0.9031 hydrocarbons,hydrocarbons,10,7,8,6,0.20,1.0414,0.08,0.9031 hydrogenated,hydrogenated,7,7,7,7,0.14,0.9031,0.08,0.9031 hyperbolic,hyperbolic,7,7,7,7,0.14,0.9031,0.08,0.9031 hyphenate,hyphenate,7,7,6,6,0.14,0.9031,0.08,0.9031 hyphenated,hyphenated,7,7,6,6,0.14,0.9031,0.08,0.9031 hypochondria,hypochondria,8,7,8,7,0.16,0.9542,0.08,0.9031 hypos,hypos,7,7,7,7,0.14,0.9031,0.08,0.9031 hypotheses,hypotheses,9,7,9,7,0.18,1.0000,0.08,0.9031 hysteric,hysteric,9,7,9,7,0.18,1.0000,0.08,0.9031 ideological,ideological,7,7,7,7,0.14,0.9031,0.08,0.9031 idleness,idleness,8,7,7,7,0.16,0.9542,0.08,0.9031 idolize,idolize,7,7,7,7,0.14,0.9031,0.08,0.9031 Ids,ids,7,7,1,1,0.14,0.9031,0.08,0.9031 igneous,igneous,15,7,14,7,0.29,1.2041,0.08,0.9031 ignominious,ignominious,7,7,7,7,0.14,0.9031,0.08,0.9031 ileum,ileum,11,7,11,7,0.22,1.0792,0.08,0.9031 imbedded,imbedded,7,7,7,7,0.14,0.9031,0.08,0.9031 immobilize,immobilize,7,7,7,7,0.14,0.9031,0.08,0.9031 immovable,immovable,8,7,8,7,0.16,0.9542,0.08,0.9031 immutable,immutable,8,7,8,7,0.16,0.9542,0.08,0.9031 impeded,impeded,8,7,8,7,0.16,0.9542,0.08,0.9031 imperialistic,imperialistic,7,7,7,7,0.14,0.9031,0.08,0.9031 impetus,impetus,7,7,7,7,0.14,0.9031,0.08,0.9031 implacable,implacable,8,7,8,7,0.16,0.9542,0.08,0.9031 imps,imps,7,7,7,7,0.14,0.9031,0.08,0.9031 inaction,inaction,7,7,6,6,0.14,0.9031,0.08,0.9031 incase,incase,9,7,7,5,0.18,1.0000,0.08,0.9031 incisive,incisive,8,7,8,7,0.16,0.9542,0.08,0.9031 incitement,incitement,12,7,12,7,0.24,1.1139,0.08,0.9031 incomes,incomes,11,7,10,7,0.22,1.0792,0.08,0.9031 incongruous,incongruous,7,7,6,6,0.14,0.9031,0.08,0.9031 incriminated,incriminated,7,7,7,7,0.14,0.9031,0.08,0.9031 indecently,indecently,7,7,7,7,0.14,0.9031,0.08,0.9031 indigo,indigo,16,7,11,5,0.31,1.2304,0.08,0.9031 Indonesia,indonesia,17,7,0,0,0.33,1.2553,0.08,0.9031 inducer,inducer,8,7,8,7,0.16,0.9542,0.08,0.9031 inebriation,inebriation,8,7,8,7,0.16,0.9542,0.08,0.9031 inexorably,inexorably,7,7,7,7,0.14,0.9031,0.08,0.9031 infallibility,infallibility,8,7,8,7,0.16,0.9542,0.08,0.9031 inferred,inferred,8,7,8,7,0.16,0.9542,0.08,0.9031 infiltrators,infiltrators,9,7,9,7,0.18,1.0000,0.08,0.9031 inflates,inflates,7,7,7,7,0.14,0.9031,0.08,0.9031 informality,informality,7,7,7,7,0.14,0.9031,0.08,0.9031 infuriated,infuriated,7,7,7,7,0.14,0.9031,0.08,0.9031 ingles,ingles,11,7,7,6,0.22,1.0792,0.08,0.9031 ingratiating,ingratiating,7,7,7,7,0.14,0.9031,0.08,0.9031 initiatives,initiatives,7,7,7,7,0.14,0.9031,0.08,0.9031 injectors,injectors,7,7,7,7,0.14,0.9031,0.08,0.9031 injunctive,injunctive,7,7,7,7,0.14,0.9031,0.08,0.9031 Inky,inky,11,7,4,3,0.22,1.0792,0.08,0.9031 innuendoes,innuendoes,7,7,7,7,0.14,0.9031,0.08,0.9031 inoculations,inoculations,8,7,8,7,0.16,0.9542,0.08,0.9031 inscriptions,inscriptions,8,7,8,7,0.16,0.9542,0.08,0.9031 inseam,inseam,8,7,8,7,0.16,0.9542,0.08,0.9031 insoluble,insoluble,7,7,6,6,0.14,0.9031,0.08,0.9031 inspirations,inspirations,7,7,7,7,0.14,0.9031,0.08,0.9031 installs,installs,7,7,7,7,0.14,0.9031,0.08,0.9031 instructional,instructional,9,7,9,7,0.18,1.0000,0.08,0.9031 instrumentation,instrumentation,10,7,8,5,0.20,1.0414,0.08,0.9031 insures,insures,8,7,8,7,0.16,0.9542,0.08,0.9031 insuring,insuring,7,7,7,7,0.14,0.9031,0.08,0.9031 integer,integer,7,7,6,6,0.14,0.9031,0.08,0.9031 interceded,interceded,8,7,7,7,0.16,0.9542,0.08,0.9031 interfaces,interfaces,8,7,8,7,0.16,0.9542,0.08,0.9031 intersecting,intersecting,7,7,7,7,0.14,0.9031,0.08,0.9031 intersections,intersections,7,7,7,7,0.14,0.9031,0.08,0.9031 intimidates,intimidates,7,7,7,7,0.14,0.9031,0.08,0.9031 intonation,intonation,10,7,9,7,0.20,1.0414,0.08,0.9031 invigorated,invigorated,7,7,7,7,0.14,0.9031,0.08,0.9031 iodide,iodide,9,7,9,7,0.18,1.0000,0.08,0.9031 ionic,ionic,8,7,7,6,0.16,0.9542,0.08,0.9031 ionization,ionization,12,7,11,7,0.24,1.1139,0.08,0.9031 irksome,irksome,9,7,9,7,0.18,1.0000,0.08,0.9031 irradiated,irradiated,8,7,8,7,0.16,0.9542,0.08,0.9031 irresponsibility,irresponsibility,8,7,8,7,0.16,0.9542,0.08,0.9031 irreverence,irreverence,9,7,9,7,0.18,1.0000,0.08,0.9031 irreverent,irreverent,7,7,7,7,0.14,0.9031,0.08,0.9031 irrigated,irrigated,7,7,7,7,0.14,0.9031,0.08,0.9031 irrigating,irrigating,7,7,6,6,0.14,0.9031,0.08,0.9031 isolates,isolates,7,7,6,6,0.14,0.9031,0.08,0.9031 itsy,itsy,10,7,8,5,0.20,1.0414,0.08,0.9031 jabbed,jabbed,8,7,8,7,0.16,0.9542,0.08,0.9031 Jakarta,jakarta,8,7,0,0,0.16,0.9542,0.08,0.9031 Jennie,jennie,43,7,0,0,0.84,1.6435,0.08,0.9031 Jeon,jeon,12,7,3,1,0.24,1.1139,0.08,0.9031 jerkwater,jerkwater,7,7,5,5,0.14,0.9031,0.08,0.9031 jibe,jibe,18,7,13,7,0.35,1.2788,0.08,0.9031 jigaboo,jigaboo,8,7,7,7,0.16,0.9542,0.08,0.9031 jogged,jogged,7,7,7,7,0.14,0.9031,0.08,0.9031 Johannes,johannes,9,7,0,0,0.18,1.0000,0.08,0.9031 jokingly,jokingly,8,7,5,5,0.16,0.9542,0.08,0.9031 jotting,jotting,7,7,7,7,0.14,0.9031,0.08,0.9031 juggled,juggled,7,7,7,7,0.14,0.9031,0.08,0.9031 juiciest,juiciest,7,7,7,7,0.14,0.9031,0.08,0.9031 junker,junker,7,7,6,6,0.14,0.9031,0.08,0.9031 Kabbalah,kabbalah,8,7,1,1,0.16,0.9542,0.08,0.9031 karat,karat,8,7,8,7,0.16,0.9542,0.08,0.9031 keener,keener,9,7,5,5,0.18,1.0000,0.08,0.9031 keenest,keenest,8,7,8,7,0.16,0.9542,0.08,0.9031 Kerrie,kerrie,10,7,0,0,0.20,1.0414,0.08,0.9031 kettles,kettles,10,7,9,6,0.20,1.0414,0.08,0.9031 keyword,keyword,27,7,23,7,0.53,1.4472,0.08,0.9031 kilowatts,kilowatts,13,7,9,7,0.25,1.1461,0.08,0.9031 kindle,kindle,9,7,6,6,0.18,1.0000,0.08,0.9031 klaxon,klaxon,20,7,18,5,0.39,1.3222,0.08,0.9031 knightly,knightly,9,7,6,6,0.18,1.0000,0.08,0.9031 Kylie,kylie,28,7,0,0,0.55,1.4624,0.08,0.9031 lacing,lacing,7,7,6,6,0.14,0.9031,0.08,0.9031 lactating,lactating,8,7,8,7,0.16,0.9542,0.08,0.9031 Ladles,ladles,16,7,3,2,0.31,1.2304,0.08,0.9031 ladybugs,ladybugs,10,7,8,6,0.20,1.0414,0.08,0.9031 lags,lags,7,7,7,7,0.14,0.9031,0.08,0.9031 lamas,lamas,10,7,5,3,0.20,1.0414,0.08,0.9031 lamenting,lamenting,8,7,8,7,0.16,0.9542,0.08,0.9031 lampposts,lampposts,7,7,7,7,0.14,0.9031,0.08,0.9031 landmines,landmines,9,7,6,5,0.18,1.0000,0.08,0.9031 lapped,lapped,8,7,8,7,0.16,0.9542,0.08,0.9031 larval,larval,7,7,6,6,0.14,0.9031,0.08,0.9031 latches,latches,7,7,7,7,0.14,0.9031,0.08,0.9031 Latigo,latigo,27,7,0,0,0.53,1.4472,0.08,0.9031 laureate,laureate,7,7,4,4,0.14,0.9031,0.08,0.9031 lawbreaker,lawbreaker,7,7,7,7,0.14,0.9031,0.08,0.9031 lawbreakers,lawbreakers,7,7,7,7,0.14,0.9031,0.08,0.9031 layering,layering,7,7,7,7,0.14,0.9031,0.08,0.9031 laziest,laziest,8,7,8,7,0.16,0.9542,0.08,0.9031 Lc,lc,14,7,1,1,0.27,1.1761,0.08,0.9031 leeching,leeching,8,7,8,7,0.16,0.9542,0.08,0.9031 Leer,leer,26,7,7,6,0.51,1.4314,0.08,0.9031 legged,legged,7,7,6,6,0.14,0.9031,0.08,0.9031 lemur,lemur,9,7,7,6,0.18,1.0000,0.08,0.9031 lentil,lentil,11,7,9,5,0.22,1.0792,0.08,0.9031 lessened,lessened,7,7,7,7,0.14,0.9031,0.08,0.9031 letch,letch,10,7,9,6,0.20,1.0414,0.08,0.9031 lettered,lettered,7,7,6,6,0.14,0.9031,0.08,0.9031 levee,levee,26,7,26,7,0.51,1.4314,0.08,0.9031 lewdness,lewdness,10,7,10,7,0.20,1.0414,0.08,0.9031 liberates,liberates,7,7,7,7,0.14,0.9031,0.08,0.9031 lightens,lightens,7,7,7,7,0.14,0.9031,0.08,0.9031 limbic,limbic,9,7,9,7,0.18,1.0000,0.08,0.9031 limped,limped,7,7,6,6,0.14,0.9031,0.08,0.9031 Limpet,limpet,46,7,3,3,0.90,1.6721,0.08,0.9031 linchpin,linchpin,9,7,9,7,0.18,1.0000,0.08,0.9031 linin,linin,8,7,7,6,0.16,0.9542,0.08,0.9031 linseed,linseed,10,7,8,7,0.20,1.0414,0.08,0.9031 liquidating,liquidating,7,7,6,6,0.14,0.9031,0.08,0.9031 liquorice,liquorice,8,7,5,4,0.16,0.9542,0.08,0.9031 Lister,lister,12,7,1,1,0.24,1.1139,0.08,0.9031 Liszt,liszt,8,7,0,0,0.16,0.9542,0.08,0.9031 livelier,livelier,7,7,7,7,0.14,0.9031,0.08,0.9031 lobbied,lobbied,7,7,7,7,0.14,0.9031,0.08,0.9031 locates,locates,7,7,7,7,0.14,0.9031,0.08,0.9031 lodger,lodger,13,7,11,6,0.25,1.1461,0.08,0.9031 lofts,lofts,9,7,8,7,0.18,1.0000,0.08,0.9031 longshoremen,longshoremen,9,7,8,7,0.18,1.0000,0.08,0.9031 lordly,lordly,7,7,7,7,0.14,0.9031,0.08,0.9031 lowbrow,lowbrow,7,7,5,5,0.14,0.9031,0.08,0.9031 lowliest,lowliest,8,7,7,6,0.16,0.9542,0.08,0.9031 lozenge,lozenge,8,7,7,7,0.16,0.9542,0.08,0.9031 Lucite,lucite,8,7,1,1,0.16,0.9542,0.08,0.9031 lullabies,lullabies,9,7,9,7,0.18,1.0000,0.08,0.9031 lumbago,lumbago,11,7,7,5,0.22,1.0792,0.08,0.9031 lustre,lustre,7,7,6,6,0.14,0.9031,0.08,0.9031 Lutherans,lutherans,7,7,0,0,0.14,0.9031,0.08,0.9031 Lyn,lyn,17,7,2,1,0.33,1.2553,0.08,0.9031 Macedonia,macedonia,13,7,0,0,0.25,1.1461,0.08,0.9031 machinations,machinations,8,7,8,7,0.16,0.9542,0.08,0.9031 Macs,macs,7,7,0,0,0.14,0.9031,0.08,0.9031 Madeira,madeira,11,7,0,0,0.22,1.0792,0.08,0.9031 maidenhead,maidenhead,10,7,7,5,0.20,1.0414,0.08,0.9031 maize,maize,9,7,7,5,0.18,1.0000,0.08,0.9031 majorette,majorette,11,7,6,6,0.22,1.0792,0.08,0.9031 mako,mako,12,7,9,5,0.24,1.1139,0.08,0.9031 Maltese,maltese,10,7,0,0,0.20,1.0414,0.08,0.9031 manacled,manacled,7,7,6,6,0.14,0.9031,0.08,0.9031 mangrove,mangrove,9,7,7,6,0.18,1.0000,0.08,0.9031 mannered,mannered,7,7,6,6,0.14,0.9031,0.08,0.9031 Manticore,manticore,12,7,5,2,0.24,1.1139,0.08,0.9031 maracas,maracas,7,7,6,6,0.14,0.9031,0.08,0.9031 marigolds,marigolds,13,7,9,6,0.25,1.1461,0.08,0.9031 Marita,marita,19,7,0,0,0.37,1.3010,0.08,0.9031 markup,markup,8,7,8,7,0.16,0.9542,0.08,0.9031 marred,marred,7,7,7,7,0.14,0.9031,0.08,0.9031 Marxism,marxism,7,7,0,0,0.14,0.9031,0.08,0.9031 Masonic,masonic,10,7,0,0,0.20,1.0414,0.08,0.9031 massager,massager,16,7,16,7,0.31,1.2304,0.08,0.9031 matchless,matchless,7,7,5,5,0.14,0.9031,0.08,0.9031 maths,maths,7,7,5,5,0.14,0.9031,0.08,0.9031 Maud,maud,34,7,0,0,0.67,1.5441,0.08,0.9031 mayoral,mayoral,9,7,6,6,0.18,1.0000,0.08,0.9031 maypole,maypole,14,7,11,4,0.27,1.1761,0.08,0.9031 Mb,mb,7,7,0,0,0.14,0.9031,0.08,0.9031 Meadowlark,meadowlark,13,7,5,4,0.25,1.1461,0.08,0.9031 meandering,meandering,8,7,6,6,0.16,0.9542,0.08,0.9031 meaningfully,meaningfully,7,7,7,7,0.14,0.9031,0.08,0.9031 meatless,meatless,8,7,7,7,0.16,0.9542,0.08,0.9031 meddler,meddler,15,7,13,6,0.29,1.2041,0.08,0.9031 medicos,medicos,9,7,8,7,0.18,1.0000,0.08,0.9031 Meiji,meiji,11,7,0,0,0.22,1.0792,0.08,0.9031 melancholia,melancholia,7,7,6,6,0.14,0.9031,0.08,0.9031 Mellon,mellon,16,7,0,0,0.31,1.2304,0.08,0.9031 melodious,melodious,8,7,8,7,0.16,0.9542,0.08,0.9031 memorialize,memorialize,7,7,7,7,0.14,0.9031,0.08,0.9031 memorised,memorised,8,7,8,7,0.16,0.9542,0.08,0.9031 Mendel,mendel,19,7,0,0,0.37,1.3010,0.08,0.9031 mercurial,mercurial,9,7,9,7,0.18,1.0000,0.08,0.9031 Mesopotamia,mesopotamia,8,7,0,0,0.16,0.9542,0.08,0.9031 Mesozoic,mesozoic,13,7,0,0,0.25,1.1461,0.08,0.9031 metastasized,metastasized,7,7,6,6,0.14,0.9031,0.08,0.9031 methanol,methanol,12,7,10,5,0.24,1.1139,0.08,0.9031 microcosm,microcosm,7,7,7,7,0.14,0.9031,0.08,0.9031 micrograms,micrograms,7,7,7,7,0.14,0.9031,0.08,0.9031 Mig,mig,24,7,1,1,0.47,1.3979,0.08,0.9031 miked,miked,7,7,7,7,0.14,0.9031,0.08,0.9031 mildewed,mildewed,7,7,7,7,0.14,0.9031,0.08,0.9031 Millard,millard,18,7,0,0,0.35,1.2788,0.08,0.9031 Minerva,minerva,65,7,0,0,1.27,1.8195,0.08,0.9031 mingles,mingles,7,7,6,6,0.14,0.9031,0.08,0.9031 minibus,minibus,28,7,28,7,0.55,1.4624,0.08,0.9031 minimizing,minimizing,7,7,5,5,0.14,0.9031,0.08,0.9031 minks,minks,8,7,6,6,0.16,0.9542,0.08,0.9031 Minster,minster,7,7,1,1,0.14,0.9031,0.08,0.9031 miny,miny,10,7,9,6,0.20,1.0414,0.08,0.9031 misaligned,misaligned,7,7,7,7,0.14,0.9031,0.08,0.9031 misnomer,misnomer,7,7,7,7,0.14,0.9031,0.08,0.9031 miso,miso,27,7,14,6,0.53,1.4472,0.08,0.9031 moderator,moderator,8,7,8,7,0.16,0.9542,0.08,0.9031 modulation,modulation,7,7,7,7,0.14,0.9031,0.08,0.9031 moisturiser,moisturiser,12,7,12,7,0.24,1.1139,0.08,0.9031 Mol,mol,7,7,1,1,0.14,0.9031,0.08,0.9031 Momo,momo,38,7,1,1,0.75,1.5911,0.08,0.9031 Mong,mong,17,7,3,3,0.33,1.2553,0.08,0.9031 monocle,monocle,11,7,7,6,0.22,1.0792,0.08,0.9031 monograph,monograph,7,7,7,7,0.14,0.9031,0.08,0.9031 monolith,monolith,43,7,41,6,0.84,1.6435,0.08,0.9031 monopolizing,monopolizing,7,7,7,7,0.14,0.9031,0.08,0.9031 moola,moola,9,7,9,7,0.18,1.0000,0.08,0.9031 Moorish,moorish,11,7,0,0,0.22,1.0792,0.08,0.9031 Morgen,morgen,13,7,3,2,0.25,1.1461,0.08,0.9031 morgues,morgues,12,7,12,7,0.24,1.1139,0.08,0.9031 morphing,morphing,10,7,6,6,0.20,1.0414,0.08,0.9031 morticians,morticians,13,7,12,6,0.25,1.1461,0.08,0.9031 mortifying,mortifying,7,7,7,7,0.14,0.9031,0.08,0.9031 mosquitos,mosquitos,7,7,5,5,0.14,0.9031,0.08,0.9031 mothered,mothered,7,7,7,7,0.14,0.9031,0.08,0.9031 moulds,moulds,10,7,9,7,0.20,1.0414,0.08,0.9031 moveable,moveable,8,7,7,6,0.16,0.9542,0.08,0.9031 mowers,mowers,11,7,11,7,0.22,1.0792,0.08,0.9031 Msg,msg,10,7,1,1,0.20,1.0414,0.08,0.9031 mucked,mucked,7,7,7,7,0.14,0.9031,0.08,0.9031 Muir,muir,73,7,0,0,1.43,1.8692,0.08,0.9031 multicolored,multicolored,8,7,7,6,0.16,0.9542,0.08,0.9031 multitudes,multitudes,8,7,8,7,0.16,0.9542,0.08,0.9031 munition,munition,8,7,8,7,0.16,0.9542,0.08,0.9031 mushing,mushing,8,7,7,6,0.16,0.9542,0.08,0.9031 musings,musings,7,7,5,5,0.14,0.9031,0.08,0.9031 musky,musky,7,7,6,6,0.14,0.9031,0.08,0.9031 mutinous,mutinous,7,7,6,6,0.14,0.9031,0.08,0.9031 mutterings,mutterings,7,7,6,6,0.14,0.9031,0.08,0.9031 nabs,nabs,7,7,7,7,0.14,0.9031,0.08,0.9031 Nagasaki,nagasaki,9,7,0,0,0.18,1.0000,0.08,0.9031 Nagel,nagel,30,7,0,0,0.59,1.4914,0.08,0.9031 nameplate,nameplate,7,7,7,7,0.14,0.9031,0.08,0.9031 nanosecond,nanosecond,7,7,7,7,0.14,0.9031,0.08,0.9031 narrated,narrated,24,7,24,7,0.47,1.3979,0.08,0.9031 narrowest,narrowest,8,7,8,7,0.16,0.9542,0.08,0.9031 nasally,nasally,7,7,7,7,0.14,0.9031,0.08,0.9031 Natch,natch,9,7,4,3,0.18,1.0000,0.08,0.9031 natty,natty,12,7,7,6,0.24,1.1139,0.08,0.9031 navels,navels,7,7,7,7,0.14,0.9031,0.08,0.9031 neigh,neigh,12,7,7,6,0.24,1.1139,0.08,0.9031 neurosurgeons,neurosurgeons,7,7,7,7,0.14,0.9031,0.08,0.9031 neutralise,neutralise,10,7,9,7,0.20,1.0414,0.08,0.9031 neutrino,neutrino,12,7,9,6,0.24,1.1139,0.08,0.9031 neutrons,neutrons,14,7,11,7,0.27,1.1761,0.08,0.9031 Newburg,newburg,7,7,1,1,0.14,0.9031,0.08,0.9031 newsprint,newsprint,8,7,8,7,0.16,0.9542,0.08,0.9031 nibbled,nibbled,8,7,8,7,0.16,0.9542,0.08,0.9031 niblick,niblick,17,7,16,7,0.33,1.2553,0.08,0.9031 Nicaraguan,nicaraguan,9,7,0,0,0.18,1.0000,0.08,0.9031 nightgowns,nightgowns,11,7,11,7,0.22,1.0792,0.08,0.9031 nightshirt,nightshirt,11,7,11,7,0.22,1.0792,0.08,0.9031 Nighty,nighty,14,7,3,3,0.27,1.1761,0.08,0.9031 nihilistic,nihilistic,7,7,7,7,0.14,0.9031,0.08,0.9031 Nippon,nippon,12,7,0,0,0.24,1.1139,0.08,0.9031 noisier,noisier,7,7,7,7,0.14,0.9031,0.08,0.9031 noncommittal,noncommittal,7,7,7,7,0.14,0.9031,0.08,0.9031 noncompliance,noncompliance,11,7,7,6,0.22,1.0792,0.08,0.9031 nonlethal,nonlethal,7,7,6,6,0.14,0.9031,0.08,0.9031 nonpayment,nonpayment,8,7,6,5,0.16,0.9542,0.08,0.9031 nonrefundable,nonrefundable,7,7,5,5,0.14,0.9031,0.08,0.9031 nonthreatening,nonthreatening,8,7,8,7,0.16,0.9542,0.08,0.9031 nonverbal,nonverbal,7,7,7,7,0.14,0.9031,0.08,0.9031 notations,notations,10,7,10,7,0.20,1.0414,0.08,0.9031 notepad,notepad,8,7,7,6,0.16,0.9542,0.08,0.9031 nuanced,nuanced,7,7,7,7,0.14,0.9031,0.08,0.9031 nub,nub,7,7,7,7,0.14,0.9031,0.08,0.9031 nubile,nubile,9,7,8,7,0.18,1.0000,0.08,0.9031 numbs,numbs,9,7,6,6,0.18,1.0000,0.08,0.9031 numerals,numerals,9,7,9,7,0.18,1.0000,0.08,0.9031 nuzzle,nuzzle,7,7,5,5,0.14,0.9031,0.08,0.9031 nymphomania,nymphomania,10,7,9,7,0.20,1.0414,0.08,0.9031 Oakwood,oakwood,18,7,0,0,0.35,1.2788,0.08,0.9031 Obi,obi,13,7,3,3,0.25,1.1461,0.08,0.9031 obliges,obliges,7,7,6,6,0.14,0.9031,0.08,0.9031 obscura,obscura,8,7,6,5,0.16,0.9542,0.08,0.9031 obscures,obscures,7,7,7,7,0.14,0.9031,0.08,0.9031 occlusion,occlusion,7,7,7,7,0.14,0.9031,0.08,0.9031 octagon,octagon,11,7,9,5,0.22,1.0792,0.08,0.9031 offshoot,offshoot,7,7,7,7,0.14,0.9031,0.08,0.9031 Oilers,oilers,17,7,3,1,0.33,1.2553,0.08,0.9031 okays,okays,7,7,7,7,0.14,0.9031,0.08,0.9031 Olm,olm,32,7,0,0,0.63,1.5185,0.08,0.9031 omnipotence,omnipotence,9,7,6,5,0.18,1.0000,0.08,0.9031 opulent,opulent,7,7,7,7,0.14,0.9031,0.08,0.9031 orator,orator,8,7,7,7,0.16,0.9542,0.08,0.9031 oratory,oratory,9,7,8,7,0.18,1.0000,0.08,0.9031 orbited,orbited,7,7,7,7,0.14,0.9031,0.08,0.9031 orchestras,orchestras,8,7,5,5,0.16,0.9542,0.08,0.9031 ordain,ordain,9,7,7,6,0.18,1.0000,0.08,0.9031 oscillating,oscillating,7,7,7,7,0.14,0.9031,0.08,0.9031 Osmosis,osmosis,15,7,5,5,0.29,1.2041,0.08,0.9031 otters,otters,9,7,9,7,0.18,1.0000,0.08,0.9031 ough,ough,10,7,10,7,0.20,1.0414,0.08,0.9031 outbuilding,outbuilding,11,7,9,7,0.22,1.0792,0.08,0.9031 outfitting,outfitting,7,7,6,6,0.14,0.9031,0.08,0.9031 outmoded,outmoded,8,7,7,7,0.16,0.9542,0.08,0.9031 Outrigger,outrigger,16,7,1,1,0.31,1.2304,0.08,0.9031 outsides,outsides,8,7,8,7,0.16,0.9542,0.08,0.9031 outwards,outwards,7,7,7,7,0.14,0.9031,0.08,0.9031 overabundance,overabundance,7,7,7,7,0.14,0.9031,0.08,0.9031 overcook,overcook,7,7,7,7,0.14,0.9031,0.08,0.9031 overfed,overfed,8,7,7,6,0.16,0.9542,0.08,0.9031 overhand,overhand,13,7,9,5,0.25,1.1461,0.08,0.9031 overplay,overplay,7,7,7,7,0.14,0.9031,0.08,0.9031 overpopulated,overpopulated,7,7,6,6,0.14,0.9031,0.08,0.9031 oversaw,oversaw,9,7,9,7,0.18,1.0000,0.08,0.9031 overseers,overseers,9,7,5,4,0.18,1.0000,0.08,0.9031 overshadow,overshadow,7,7,7,7,0.14,0.9031,0.08,0.9031 oxidized,oxidized,12,7,11,7,0.24,1.1139,0.08,0.9031 pacifists,pacifists,8,7,7,6,0.16,0.9542,0.08,0.9031 pallor,pallor,7,7,7,7,0.14,0.9031,0.08,0.9031 Paloma,paloma,9,7,3,2,0.18,1.0000,0.08,0.9031 palpation,palpation,7,7,6,6,0.14,0.9031,0.08,0.9031 palpitating,palpitating,7,7,7,7,0.14,0.9031,0.08,0.9031 Pandit,pandit,24,7,0,0,0.47,1.3979,0.08,0.9031 paneling,paneling,9,7,9,7,0.18,1.0000,0.08,0.9031 panzers,panzers,12,7,9,4,0.24,1.1139,0.08,0.9031 papas,papas,8,7,6,5,0.16,0.9542,0.08,0.9031 papered,papered,8,7,8,7,0.16,0.9542,0.08,0.9031 paperweights,paperweights,11,7,11,7,0.22,1.0792,0.08,0.9031 paradoxical,paradoxical,7,7,7,7,0.14,0.9031,0.08,0.9031 paraphrasing,paraphrasing,8,7,8,7,0.16,0.9542,0.08,0.9031 Parapsychology,parapsychology,11,7,3,3,0.22,1.0792,0.08,0.9031 paratroops,paratroops,9,7,9,7,0.18,1.0000,0.08,0.9031 parlayed,parlayed,7,7,7,7,0.14,0.9031,0.08,0.9031 particulates,particulates,11,7,9,6,0.22,1.0792,0.08,0.9031 passbook,passbook,11,7,10,7,0.22,1.0792,0.08,0.9031 passerby,passerby,8,7,7,6,0.16,0.9542,0.08,0.9031 Pavlova,pavlova,13,7,0,0,0.25,1.1461,0.08,0.9031 Pawnee,pawnee,41,7,0,0,0.80,1.6232,0.08,0.9031 paymaster,paymaster,9,7,9,7,0.18,1.0000,0.08,0.9031 peaceable,peaceable,7,7,7,7,0.14,0.9031,0.08,0.9031 peckers,peckers,9,7,9,7,0.18,1.0000,0.08,0.9031 peeped,peeped,22,7,21,6,0.43,1.3617,0.08,0.9031 peeve,peeve,9,7,9,7,0.18,1.0000,0.08,0.9031 penciled,penciled,7,7,7,7,0.14,0.9031,0.08,0.9031 Peng,peng,19,7,0,0,0.37,1.3010,0.08,0.9031 penknife,penknife,8,7,8,7,0.16,0.9542,0.08,0.9031 Penobscot,penobscot,8,7,0,0,0.16,0.9542,0.08,0.9031 pentameter,pentameter,13,7,12,7,0.25,1.1461,0.08,0.9031 peptide,peptide,22,7,21,6,0.43,1.3617,0.08,0.9031 percolate,percolate,8,7,7,6,0.16,0.9542,0.08,0.9031 peremptory,peremptory,7,7,7,7,0.14,0.9031,0.08,0.9031 perfidious,perfidious,8,7,8,7,0.16,0.9542,0.08,0.9031 perineum,perineum,9,7,8,7,0.18,1.0000,0.08,0.9031 periwinkle,periwinkle,9,7,7,5,0.18,1.0000,0.08,0.9031 permutations,permutations,7,7,7,7,0.14,0.9031,0.08,0.9031 Perseid,perseid,24,7,0,0,0.47,1.3979,0.08,0.9031 Persephone,persephone,26,7,0,0,0.51,1.4314,0.08,0.9031 personages,personages,8,7,7,7,0.16,0.9542,0.08,0.9031 persuader,persuader,10,7,6,6,0.20,1.0414,0.08,0.9031 perusing,perusing,7,7,7,7,0.14,0.9031,0.08,0.9031 peso,peso,13,7,13,7,0.25,1.1461,0.08,0.9031 petechiae,petechiae,7,7,5,5,0.14,0.9031,0.08,0.9031 Petersen,petersen,40,7,0,0,0.78,1.6128,0.08,0.9031 pews,pews,7,7,7,7,0.14,0.9031,0.08,0.9031 phalanx,phalanx,7,7,7,7,0.14,0.9031,0.08,0.9031 pharmacies,pharmacies,7,7,7,7,0.14,0.9031,0.08,0.9031 philosophically,philosophically,10,7,7,6,0.20,1.0414,0.08,0.9031 photosynthesis,photosynthesis,11,7,9,7,0.22,1.0792,0.08,0.9031 Phu,phu,19,7,0,0,0.37,1.3010,0.08,0.9031 phylum,phylum,7,7,5,5,0.14,0.9031,0.08,0.9031 pianists,pianists,8,7,8,7,0.16,0.9542,0.08,0.9031 pickax,pickax,11,7,6,6,0.22,1.0792,0.08,0.9031 pickets,pickets,10,7,8,6,0.20,1.0414,0.08,0.9031 Piedmont,piedmont,25,7,0,0,0.49,1.4150,0.08,0.9031 piffle,piffle,14,7,7,5,0.27,1.1761,0.08,0.9031 piglets,piglets,8,7,7,6,0.16,0.9542,0.08,0.9031 pigtail,pigtail,8,7,8,7,0.16,0.9542,0.08,0.9031 pilaf,pilaf,10,7,7,6,0.20,1.0414,0.08,0.9031 Pinta,pinta,10,7,3,1,0.20,1.0414,0.08,0.9031 pirated,pirated,11,7,9,7,0.22,1.0792,0.08,0.9031 pirouettes,pirouettes,7,7,7,7,0.14,0.9031,0.08,0.9031 pith,pith,10,7,7,6,0.20,1.0414,0.08,0.9031 pitiable,pitiable,7,7,6,6,0.14,0.9031,0.08,0.9031 planed,planed,7,7,7,7,0.14,0.9031,0.08,0.9031 pleasanter,pleasanter,7,7,6,6,0.14,0.9031,0.08,0.9031 plebes,plebes,22,7,14,6,0.43,1.3617,0.08,0.9031 pliable,pliable,7,7,6,6,0.14,0.9031,0.08,0.9031 plied,plied,7,7,7,7,0.14,0.9031,0.08,0.9031 plumage,plumage,9,7,9,7,0.18,1.0000,0.08,0.9031 plundering,plundering,8,7,7,6,0.16,0.9542,0.08,0.9031 plunders,plunders,7,7,7,7,0.14,0.9031,0.08,0.9031 plunk,plunk,7,7,7,7,0.14,0.9031,0.08,0.9031 pluses,pluses,11,7,11,7,0.22,1.0792,0.08,0.9031 pocketed,pocketed,7,7,7,7,0.14,0.9031,0.08,0.9031 poisonings,poisonings,10,7,9,6,0.20,1.0414,0.08,0.9031 polishes,polishes,7,7,7,7,0.14,0.9031,0.08,0.9031 pollinate,pollinate,7,7,7,7,0.14,0.9031,0.08,0.9031 pollutants,pollutants,8,7,8,7,0.16,0.9542,0.08,0.9031 poltergeists,poltergeists,10,7,7,6,0.20,1.0414,0.08,0.9031 polymers,polymers,7,7,7,7,0.14,0.9031,0.08,0.9031 pompom,pompom,7,7,7,7,0.14,0.9031,0.08,0.9031 Ponderosa,ponderosa,10,7,1,1,0.20,1.0414,0.08,0.9031 Pont,pont,9,7,0,0,0.18,1.0000,0.08,0.9031 pontoon,pontoon,14,7,13,7,0.27,1.1761,0.08,0.9031 poofs,poofs,8,7,6,5,0.16,0.9542,0.08,0.9031 pornographers,pornographers,9,7,8,6,0.18,1.0000,0.08,0.9031 positional,positional,7,7,5,5,0.14,0.9031,0.08,0.9031 poss,poss,7,7,7,7,0.14,0.9031,0.08,0.9031 possums,possums,7,7,5,5,0.14,0.9031,0.08,0.9031 potentialities,potentialities,7,7,7,7,0.14,0.9031,0.08,0.9031 potholders,potholders,12,7,12,7,0.24,1.1139,0.08,0.9031 potshots,potshots,7,7,7,7,0.14,0.9031,0.08,0.9031 potting,potting,10,7,9,6,0.20,1.0414,0.08,0.9031 practicality,practicality,7,7,6,6,0.14,0.9031,0.08,0.9031 Prado,prado,46,7,0,0,0.90,1.6721,0.08,0.9031 pram,pram,11,7,11,7,0.22,1.0792,0.08,0.9031 Prancer,prancer,14,7,2,1,0.27,1.1761,0.08,0.9031 pranksters,pranksters,8,7,7,6,0.16,0.9542,0.08,0.9031 precept,precept,7,7,7,7,0.14,0.9031,0.08,0.9031 precepts,precepts,7,7,7,7,0.14,0.9031,0.08,0.9031 precursor,precursor,7,7,7,7,0.14,0.9031,0.08,0.9031 predation,predation,7,7,6,6,0.14,0.9031,0.08,0.9031 predominant,predominant,7,7,7,7,0.14,0.9031,0.08,0.9031 predominately,predominately,9,7,9,7,0.18,1.0000,0.08,0.9031 prefab,prefab,9,7,8,6,0.18,1.0000,0.08,0.9031 Presbyterians,presbyterians,8,7,0,0,0.16,0.9542,0.08,0.9031 presets,presets,9,7,8,7,0.18,1.0000,0.08,0.9031 Pressman,pressman,9,7,0,0,0.18,1.0000,0.08,0.9031 pressurization,pressurization,9,7,8,6,0.18,1.0000,0.08,0.9031 presumes,presumes,7,7,7,7,0.14,0.9031,0.08,0.9031 presumptive,presumptive,8,7,8,7,0.16,0.9542,0.08,0.9031 pretensions,pretensions,7,7,7,7,0.14,0.9031,0.08,0.9031 prettied,prettied,7,7,7,7,0.14,0.9031,0.08,0.9031 priestesses,priestesses,12,7,9,6,0.24,1.1139,0.08,0.9031 prithee,prithee,11,7,6,5,0.22,1.0792,0.08,0.9031 procrastination,procrastination,17,7,12,5,0.33,1.2553,0.08,0.9031 proctology,proctology,7,7,6,6,0.14,0.9031,0.08,0.9031 professed,professed,7,7,7,7,0.14,0.9031,0.08,0.9031 profiteering,profiteering,7,7,7,7,0.14,0.9031,0.08,0.9031 profiteers,profiteers,7,7,7,7,0.14,0.9031,0.08,0.9031 projectiles,projectiles,7,7,6,6,0.14,0.9031,0.08,0.9031 projectors,projectors,11,7,11,7,0.22,1.0792,0.08,0.9031 promissory,promissory,9,7,9,7,0.18,1.0000,0.08,0.9031 prong,prong,15,7,11,5,0.29,1.2041,0.08,0.9031 pronounces,pronounces,7,7,7,7,0.14,0.9031,0.08,0.9031 proportionate,proportionate,8,7,8,7,0.16,0.9542,0.08,0.9031 Prosit,prosit,12,7,0,0,0.24,1.1139,0.08,0.9031 protegee,protegee,12,7,11,7,0.24,1.1139,0.08,0.9031 prudes,prudes,8,7,8,7,0.16,0.9542,0.08,0.9031 Prussia,prussia,7,7,0,0,0.14,0.9031,0.08,0.9031 psychoanalysts,psychoanalysts,9,7,9,7,0.18,1.0000,0.08,0.9031 pucks,pucks,8,7,6,5,0.16,0.9542,0.08,0.9031 Puget,puget,18,7,0,0,0.35,1.2788,0.08,0.9031 pulsars,pulsars,17,7,15,6,0.33,1.2553,0.08,0.9031 pulverizing,pulverizing,8,7,7,6,0.16,0.9542,0.08,0.9031 puma,puma,7,7,5,5,0.14,0.9031,0.08,0.9031 pupa,pupa,14,7,11,5,0.27,1.1761,0.08,0.9031 purposefully,purposefully,8,7,8,7,0.16,0.9542,0.08,0.9031 pushovers,pushovers,7,7,7,7,0.14,0.9031,0.08,0.9031 pushup,pushup,12,7,12,7,0.24,1.1139,0.08,0.9031 pussyfoot,pussyfoot,7,7,7,7,0.14,0.9031,0.08,0.9031 Pygmalion,pygmalion,11,7,1,1,0.22,1.0792,0.08,0.9031 qua,qua,11,7,7,6,0.22,1.0792,0.08,0.9031 quacking,quacking,14,7,13,7,0.27,1.1761,0.08,0.9031 quadrangle,quadrangle,8,7,5,4,0.16,0.9542,0.08,0.9031 Quai,quai,8,7,0,0,0.16,0.9542,0.08,0.9031 Quan,quan,24,7,0,0,0.47,1.3979,0.08,0.9031 quarrelsome,quarrelsome,8,7,8,7,0.16,0.9542,0.08,0.9031 quatre,quatre,15,7,13,6,0.29,1.2041,0.08,0.9031 Queensberry,queensberry,8,7,0,0,0.16,0.9542,0.08,0.9031 queries,queries,8,7,8,7,0.16,0.9542,0.08,0.9031 questionnaires,questionnaires,10,7,9,6,0.20,1.0414,0.08,0.9031 quip,quip,7,7,7,7,0.14,0.9031,0.08,0.9031 radars,radars,8,7,7,6,0.16,0.9542,0.08,0.9031 radioman,radioman,11,7,7,6,0.22,1.0792,0.08,0.9031 Rainer,rainer,33,7,0,0,0.65,1.5315,0.08,0.9031 Ramadan,ramadan,11,7,0,0,0.22,1.0792,0.08,0.9031 rambler,rambler,10,7,5,3,0.20,1.0414,0.08,0.9031 Rance,rance,56,7,1,1,1.10,1.7559,0.08,0.9031 rancor,rancor,9,7,5,4,0.18,1.0000,0.08,0.9031 ranged,ranged,7,7,7,7,0.14,0.9031,0.08,0.9031 raze,raze,8,7,4,4,0.16,0.9542,0.08,0.9031 realer,realer,7,7,7,7,0.14,0.9031,0.08,0.9031 reamed,reamed,7,7,7,7,0.14,0.9031,0.08,0.9031 reappearance,reappearance,8,7,8,7,0.16,0.9542,0.08,0.9031 receded,receded,8,7,8,7,0.16,0.9542,0.08,0.9031 receivable,receivable,8,7,6,5,0.16,0.9542,0.08,0.9031 recidivism,recidivism,9,7,6,6,0.18,1.0000,0.08,0.9031 reciprocity,reciprocity,9,7,7,6,0.18,1.0000,0.08,0.9031 reconciling,reconciling,8,7,8,7,0.16,0.9542,0.08,0.9031 reconstitute,reconstitute,7,7,7,7,0.14,0.9031,0.08,0.9031 reconstituted,reconstituted,7,7,7,7,0.14,0.9031,0.08,0.9031 recounting,recounting,7,7,7,7,0.14,0.9031,0.08,0.9031 recrimination,recrimination,7,7,7,7,0.14,0.9031,0.08,0.9031 recriminations,recriminations,7,7,7,7,0.14,0.9031,0.08,0.9031 Redcoats,redcoats,19,7,9,6,0.37,1.3010,0.08,0.9031 Redd,redd,14,7,1,1,0.27,1.1761,0.08,0.9031 Reddy,reddy,19,7,0,0,0.37,1.3010,0.08,0.9031 redistribution,redistribution,10,7,9,7,0.20,1.0414,0.08,0.9031 redline,redline,7,7,4,4,0.14,0.9031,0.08,0.9031 redundancies,redundancies,27,7,23,7,0.53,1.4472,0.08,0.9031 Ree,ree,19,7,8,4,0.37,1.3010,0.08,0.9031 reenter,reenter,7,7,7,7,0.14,0.9031,0.08,0.9031 reestablished,reestablished,7,7,7,7,0.14,0.9031,0.08,0.9031 referees,referees,8,7,8,7,0.16,0.9542,0.08,0.9031 refilled,refilled,7,7,7,7,0.14,0.9031,0.08,0.9031 refinements,refinements,9,7,8,7,0.18,1.0000,0.08,0.9031 refraction,refraction,8,7,8,7,0.16,0.9542,0.08,0.9031 refreshingly,refreshingly,9,7,9,7,0.18,1.0000,0.08,0.9031 refried,refried,10,7,8,6,0.20,1.0414,0.08,0.9031 refuted,refuted,7,7,7,7,0.14,0.9031,0.08,0.9031 regurgitating,regurgitating,8,7,8,7,0.16,0.9542,0.08,0.9031 rehashing,rehashing,7,7,7,7,0.14,0.9031,0.08,0.9031 reinvented,reinvented,8,7,8,7,0.16,0.9542,0.08,0.9031 reinvest,reinvest,7,7,6,6,0.14,0.9031,0.08,0.9031 rejoices,rejoices,9,7,8,6,0.18,1.0000,0.08,0.9031 rejuvenated,rejuvenated,7,7,7,7,0.14,0.9031,0.08,0.9031 relived,relived,7,7,7,7,0.14,0.9031,0.08,0.9031 remodelling,remodelling,7,7,7,7,0.14,0.9031,0.08,0.9031 renewable,renewable,8,7,8,7,0.16,0.9542,0.08,0.9031 repack,repack,7,7,7,7,0.14,0.9031,0.08,0.9031 repairmen,repairmen,7,7,7,7,0.14,0.9031,0.08,0.9031 repatriated,repatriated,8,7,8,7,0.16,0.9542,0.08,0.9031 repeaters,repeaters,11,7,10,7,0.22,1.0792,0.08,0.9031 repented,repented,8,7,7,6,0.16,0.9542,0.08,0.9031 repetitious,repetitious,7,7,7,7,0.14,0.9031,0.08,0.9031 Replicant,replicant,15,7,5,5,0.29,1.2041,0.08,0.9031 reprise,reprise,7,7,7,7,0.14,0.9031,0.08,0.9031 reproduces,reproduces,8,7,8,7,0.16,0.9542,0.08,0.9031 republics,republics,7,7,6,6,0.14,0.9031,0.08,0.9031 residuals,residuals,7,7,6,6,0.14,0.9031,0.08,0.9031 resolutely,resolutely,7,7,6,6,0.14,0.9031,0.08,0.9031 resonating,resonating,8,7,7,6,0.16,0.9542,0.08,0.9031 restate,restate,7,7,5,5,0.14,0.9031,0.08,0.9031 resurfaces,resurfaces,7,7,7,7,0.14,0.9031,0.08,0.9031 resurrecting,resurrecting,7,7,7,7,0.14,0.9031,0.08,0.9031 reverberating,reverberating,7,7,6,6,0.14,0.9031,0.08,0.9031 revile,revile,7,7,7,7,0.14,0.9031,0.08,0.9031 revolted,revolted,10,7,9,7,0.20,1.0414,0.08,0.9031 rheumatoid,rheumatoid,7,7,6,6,0.14,0.9031,0.08,0.9031 rhinoplasty,rhinoplasty,7,7,5,5,0.14,0.9031,0.08,0.9031 ringed,ringed,8,7,8,7,0.16,0.9542,0.08,0.9031 riotous,riotous,8,7,8,7,0.16,0.9542,0.08,0.9031 riptide,riptide,7,7,7,7,0.14,0.9031,0.08,0.9031 Riv,riv,10,7,0,0,0.20,1.0414,0.08,0.9031 Roan,roan,13,7,5,4,0.25,1.1461,0.08,0.9031 robins,robins,19,7,16,4,0.37,1.3010,0.08,0.9031 rocketing,rocketing,7,7,6,6,0.14,0.9031,0.08,0.9031 roguish,roguish,7,7,6,6,0.14,0.9031,0.08,0.9031 Roker,roker,9,7,0,0,0.18,1.0000,0.08,0.9031 Romeos,romeos,7,7,0,0,0.14,0.9031,0.08,0.9031 roomier,roomier,7,7,6,6,0.14,0.9031,0.08,0.9031 Ropers,ropers,13,7,5,3,0.25,1.1461,0.08,0.9031 Rosier,rosier,12,7,5,5,0.24,1.1139,0.08,0.9031 rotter,rotter,9,7,6,6,0.18,1.0000,0.08,0.9031 roughhousing,roughhousing,7,7,7,7,0.14,0.9031,0.08,0.9031 ruck,ruck,11,7,8,6,0.22,1.0792,0.08,0.9031 Rugrats,rugrats,10,7,3,3,0.20,1.0414,0.08,0.9031 rumpled,rumpled,7,7,7,7,0.14,0.9031,0.08,0.9031 rupees,rupees,10,7,9,7,0.20,1.0414,0.08,0.9031 sables,sables,9,7,9,7,0.18,1.0000,0.08,0.9031 Sabre,sabre,9,7,3,3,0.18,1.0000,0.08,0.9031 sacking,sacking,8,7,7,7,0.16,0.9542,0.08,0.9031 sacraments,sacraments,7,7,6,6,0.14,0.9031,0.08,0.9031 Sae,sae,15,7,0,0,0.29,1.2041,0.08,0.9031 safecracker,safecracker,7,7,7,7,0.14,0.9031,0.08,0.9031 sages,sages,12,7,10,7,0.24,1.1139,0.08,0.9031 salamander,salamander,8,7,8,7,0.16,0.9542,0.08,0.9031 salubrious,salubrious,9,7,8,7,0.18,1.0000,0.08,0.9031 sameness,sameness,8,7,8,7,0.16,0.9542,0.08,0.9031 Samsonite,samsonite,11,7,0,0,0.22,1.0792,0.08,0.9031 sangria,sangria,8,7,6,5,0.16,0.9542,0.08,0.9031 sanitize,sanitize,7,7,7,7,0.14,0.9031,0.08,0.9031 Sant,sant,11,7,1,1,0.22,1.0792,0.08,0.9031 sapped,sapped,8,7,8,7,0.16,0.9542,0.08,0.9031 sarong,sarong,7,7,6,6,0.14,0.9031,0.08,0.9031 sashes,sashes,11,7,11,7,0.22,1.0792,0.08,0.9031 Saskatchewan,saskatchewan,8,7,0,0,0.16,0.9542,0.08,0.9031 scallop,scallop,9,7,9,7,0.18,1.0000,0.08,0.9031 scamps,scamps,7,7,7,7,0.14,0.9031,0.08,0.9031 scarecrows,scarecrows,12,7,7,5,0.24,1.1139,0.08,0.9031 scarfing,scarfing,7,7,7,7,0.14,0.9031,0.08,0.9031 scathing,scathing,8,7,7,6,0.16,0.9542,0.08,0.9031 scatterbrain,scatterbrain,7,7,7,7,0.14,0.9031,0.08,0.9031 schizoid,schizoid,7,7,7,7,0.14,0.9031,0.08,0.9031 schoolers,schoolers,7,7,6,6,0.14,0.9031,0.08,0.9031 schoolkids,schoolkids,8,7,8,7,0.16,0.9542,0.08,0.9031 schooners,schooners,7,7,7,7,0.14,0.9031,0.08,0.9031 Schwarz,schwarz,12,7,1,1,0.24,1.1139,0.08,0.9031 scoreless,scoreless,7,7,6,6,0.14,0.9031,0.08,0.9031 scowling,scowling,7,7,7,7,0.14,0.9031,0.08,0.9031 scrapper,scrapper,10,7,8,7,0.20,1.0414,0.08,0.9031 scrupulously,scrupulously,7,7,7,7,0.14,0.9031,0.08,0.9031 sculptress,sculptress,8,7,8,7,0.16,0.9542,0.08,0.9031 scums,scums,7,7,7,7,0.14,0.9031,0.08,0.9031 seahorse,seahorse,7,7,7,7,0.14,0.9031,0.08,0.9031 sealant,sealant,12,7,11,6,0.24,1.1139,0.08,0.9031 sear,sear,11,7,10,6,0.22,1.0792,0.08,0.9031 searchers,searchers,8,7,4,4,0.16,0.9542,0.08,0.9031 seasickness,seasickness,7,7,7,7,0.14,0.9031,0.08,0.9031 sedans,sedans,7,7,6,6,0.14,0.9031,0.08,0.9031 seditious,seditious,8,7,7,6,0.16,0.9542,0.08,0.9031 seductively,seductively,7,7,7,7,0.14,0.9031,0.08,0.9031 seemly,seemly,7,7,7,7,0.14,0.9031,0.08,0.9031 segregate,segregate,7,7,7,7,0.14,0.9031,0.08,0.9031 Sennett,sennett,17,7,0,0,0.33,1.2553,0.08,0.9031 sensationalism,sensationalism,7,7,7,7,0.14,0.9031,0.08,0.9031 sentinels,sentinels,16,7,9,6,0.31,1.2304,0.08,0.9031 Sep,sep,23,7,2,2,0.45,1.3802,0.08,0.9031 sequin,sequin,7,7,6,6,0.14,0.9031,0.08,0.9031 Serb,serb,16,7,0,0,0.31,1.2304,0.08,0.9031 Serbia,serbia,10,7,0,0,0.20,1.0414,0.08,0.9031 serenading,serenading,8,7,5,5,0.16,0.9542,0.08,0.9031 serenely,serenely,7,7,7,7,0.14,0.9031,0.08,0.9031 serf,serf,9,7,9,7,0.18,1.0000,0.08,0.9031 serializes,serializes,8,7,8,7,0.16,0.9542,0.08,0.9031 serviceman,serviceman,8,7,8,7,0.16,0.9542,0.08,0.9031 Shabbat,shabbat,18,7,1,1,0.35,1.2788,0.08,0.9031 Shackle,shackle,16,7,3,3,0.31,1.2304,0.08,0.9031 shale,shale,9,7,8,6,0.18,1.0000,0.08,0.9031 shamans,shamans,8,7,8,7,0.16,0.9542,0.08,0.9031 shampooed,shampooed,8,7,8,7,0.16,0.9542,0.08,0.9031 shampooing,shampooing,8,7,8,7,0.16,0.9542,0.08,0.9031 Shanti,shanti,26,7,7,1,0.51,1.4314,0.08,0.9031 Sharif,sharif,14,7,0,0,0.27,1.1761,0.08,0.9031 sharking,sharking,7,7,6,6,0.14,0.9031,0.08,0.9031 Sharpie,sharpie,7,7,2,2,0.14,0.9031,0.08,0.9031 shimmying,shimmying,8,7,8,7,0.16,0.9542,0.08,0.9031 shoeing,shoeing,10,7,10,7,0.20,1.0414,0.08,0.9031 showerhead,showerhead,9,7,9,7,0.18,1.0000,0.08,0.9031 showstopper,showstopper,11,7,11,7,0.22,1.0792,0.08,0.9031 shrieked,shrieked,7,7,7,7,0.14,0.9031,0.08,0.9031 shrinker,shrinker,7,7,7,7,0.14,0.9031,0.08,0.9031 shudders,shudders,9,7,9,7,0.18,1.0000,0.08,0.9031 sicked,sicked,7,7,7,7,0.14,0.9031,0.08,0.9031 signet,signet,11,7,9,6,0.22,1.0792,0.08,0.9031 Sikh,sikh,11,7,0,0,0.22,1.0792,0.08,0.9031 Simeon,simeon,28,7,0,0,0.55,1.4624,0.08,0.9031 simplifying,simplifying,8,7,8,7,0.16,0.9542,0.08,0.9031 simulating,simulating,7,7,7,7,0.14,0.9031,0.08,0.9031 sine,sine,9,7,6,6,0.18,1.0000,0.08,0.9031 sinew,sinew,7,7,7,7,0.14,0.9031,0.08,0.9031 sinews,sinews,7,7,7,7,0.14,0.9031,0.08,0.9031 sk,sk,8,7,6,5,0.16,0.9542,0.08,0.9031 skew,skew,7,7,7,7,0.14,0.9031,0.08,0.9031 skiers,skiers,12,7,11,6,0.24,1.1139,0.08,0.9031 skimmer,skimmer,7,7,6,6,0.14,0.9031,0.08,0.9031 Skylark,skylark,14,7,2,2,0.27,1.1761,0.08,0.9031 slagging,slagging,10,7,7,7,0.20,1.0414,0.08,0.9031 slants,slants,8,7,8,7,0.16,0.9542,0.08,0.9031 slates,slates,7,7,7,7,0.14,0.9031,0.08,0.9031 slathered,slathered,7,7,7,7,0.14,0.9031,0.08,0.9031 slaver,slaver,14,7,13,7,0.27,1.1761,0.08,0.9031 slayings,slayings,7,7,7,7,0.14,0.9031,0.08,0.9031 Sld,sld,32,7,0,0,0.63,1.5185,0.08,0.9031 slimmed,slimmed,7,7,5,5,0.14,0.9031,0.08,0.9031 slipshod,slipshod,7,7,7,7,0.14,0.9031,0.08,0.9031 slipup,slipup,8,7,8,7,0.16,0.9542,0.08,0.9031 slobbered,slobbered,7,7,7,7,0.14,0.9031,0.08,0.9031 slog,slog,8,7,8,7,0.16,0.9542,0.08,0.9031 slopped,slopped,7,7,7,7,0.14,0.9031,0.08,0.9031 sloppiness,sloppiness,7,7,5,5,0.14,0.9031,0.08,0.9031 slopping,slopping,7,7,7,7,0.14,0.9031,0.08,0.9031 slumlord,slumlord,9,7,7,6,0.18,1.0000,0.08,0.9031 smokestack,smokestack,9,7,8,6,0.18,1.0000,0.08,0.9031 smoothing,smoothing,8,7,7,6,0.16,0.9542,0.08,0.9031 smuggles,smuggles,7,7,7,7,0.14,0.9031,0.08,0.9031 sneering,sneering,7,7,7,7,0.14,0.9031,0.08,0.9031 snooped,snooped,7,7,7,7,0.14,0.9031,0.08,0.9031 snootful,snootful,7,7,7,7,0.14,0.9031,0.08,0.9031 Snuggles,snuggles,14,7,5,5,0.27,1.1761,0.08,0.9031 Socratic,socratic,7,7,1,1,0.14,0.9031,0.08,0.9031 sods,sods,7,7,7,7,0.14,0.9031,0.08,0.9031 soils,soils,8,7,7,6,0.16,0.9542,0.08,0.9031 solicitous,solicitous,7,7,7,7,0.14,0.9031,0.08,0.9031 solidify,solidify,10,7,10,7,0.20,1.0414,0.08,0.9031 solvents,solvents,9,7,9,7,0.18,1.0000,0.08,0.9031 sombre,sombre,7,7,7,7,0.14,0.9031,0.08,0.9031 somebodies,somebodies,7,7,7,7,0.14,0.9031,0.08,0.9031 sooth,sooth,11,7,10,7,0.22,1.0792,0.08,0.9031 sorties,sorties,8,7,8,7,0.16,0.9542,0.08,0.9031 sours,sours,8,7,8,7,0.16,0.9542,0.08,0.9031 souse,souse,16,7,10,6,0.31,1.2304,0.08,0.9031 southerly,southerly,7,7,7,7,0.14,0.9031,0.08,0.9031 sowed,sowed,7,7,7,7,0.14,0.9031,0.08,0.9031 sows,sows,8,7,6,5,0.16,0.9542,0.08,0.9031 spanning,spanning,10,7,10,7,0.20,1.0414,0.08,0.9031 sparingly,sparingly,7,7,7,7,0.14,0.9031,0.08,0.9031 sparsely,sparsely,7,7,7,7,0.14,0.9031,0.08,0.9031 spectra,spectra,10,7,6,4,0.20,1.0414,0.08,0.9031 spellbinding,spellbinding,7,7,6,6,0.14,0.9031,0.08,0.9031 spillage,spillage,7,7,7,7,0.14,0.9031,0.08,0.9031 spinsters,spinsters,7,7,7,7,0.14,0.9031,0.08,0.9031 spiraled,spiraled,7,7,7,7,0.14,0.9031,0.08,0.9031 Spires,spires,21,7,5,5,0.41,1.3424,0.08,0.9031 spitballs,spitballs,7,7,7,7,0.14,0.9031,0.08,0.9031 splattering,splattering,7,7,6,6,0.14,0.9031,0.08,0.9031 splendiferous,splendiferous,9,7,8,6,0.18,1.0000,0.08,0.9031 spliff,spliff,8,7,6,5,0.16,0.9542,0.08,0.9031 spluttering,spluttering,9,7,7,5,0.18,1.0000,0.08,0.9031 spools,spools,8,7,8,7,0.16,0.9542,0.08,0.9031 spooned,spooned,8,7,7,6,0.16,0.9542,0.08,0.9031 spoor,spoor,8,7,7,6,0.16,0.9542,0.08,0.9031 sprawl,sprawl,7,7,6,6,0.14,0.9031,0.08,0.9031 spreadsheet,spreadsheet,14,7,14,7,0.27,1.1761,0.08,0.9031 spurts,spurts,8,7,7,7,0.16,0.9542,0.08,0.9031 stabilization,stabilization,7,7,7,7,0.14,0.9031,0.08,0.9031 staccato,staccato,8,7,4,3,0.16,0.9542,0.08,0.9031 standout,standout,8,7,8,7,0.16,0.9542,0.08,0.9031 statuesque,statuesque,9,7,9,7,0.18,1.0000,0.08,0.9031 steamers,steamers,8,7,8,7,0.16,0.9542,0.08,0.9031 steins,steins,7,7,6,6,0.14,0.9031,0.08,0.9031 stepchild,stepchild,7,7,6,6,0.14,0.9031,0.08,0.9031 stews,stews,7,7,7,7,0.14,0.9031,0.08,0.9031 stiffened,stiffened,7,7,6,6,0.14,0.9031,0.08,0.9031 stinkers,stinkers,7,7,7,7,0.14,0.9031,0.08,0.9031 stoled,stoled,7,7,6,6,0.14,0.9031,0.08,0.9031 stooping,stooping,10,7,10,7,0.20,1.0414,0.08,0.9031 storytellers,storytellers,8,7,7,6,0.16,0.9542,0.08,0.9031 stovepipe,stovepipe,8,7,7,7,0.16,0.9542,0.08,0.9031 straying,straying,7,7,7,7,0.14,0.9031,0.08,0.9031 strikeouts,strikeouts,13,7,13,7,0.25,1.1461,0.08,0.9031 Strode,strode,34,7,3,3,0.67,1.5441,0.08,0.9031 strove,strove,7,7,7,7,0.14,0.9031,0.08,0.9031 stubbornly,stubbornly,7,7,7,7,0.14,0.9031,0.08,0.9031 stuns,stuns,7,7,4,4,0.14,0.9031,0.08,0.9031 stuttered,stuttered,10,7,10,7,0.20,1.0414,0.08,0.9031 subbasement,subbasement,9,7,8,6,0.18,1.0000,0.08,0.9031 subbed,subbed,8,7,6,5,0.16,0.9542,0.08,0.9031 subjugated,subjugated,8,7,8,7,0.16,0.9542,0.08,0.9031 subliminally,subliminally,7,7,6,6,0.14,0.9031,0.08,0.9031 submits,submits,7,7,7,7,0.14,0.9031,0.08,0.9031 subordinated,subordinated,7,7,7,7,0.14,0.9031,0.08,0.9031 substantiated,substantiated,7,7,7,7,0.14,0.9031,0.08,0.9031 substructure,substructure,7,7,7,7,0.14,0.9031,0.08,0.9031 Subzero,subzero,12,7,3,3,0.24,1.1139,0.08,0.9031 successive,successive,8,7,8,7,0.16,0.9542,0.08,0.9031 Succour,succour,10,7,4,4,0.20,1.0414,0.08,0.9031 suet,suet,11,7,11,7,0.22,1.0792,0.08,0.9031 suffices,suffices,12,7,6,5,0.24,1.1139,0.08,0.9031 suiting,suiting,7,7,6,6,0.14,0.9031,0.08,0.9031 sulfide,sulfide,9,7,9,7,0.18,1.0000,0.08,0.9031 sunbeam,sunbeam,18,7,17,6,0.35,1.2788,0.08,0.9031 sunspots,sunspots,10,7,9,6,0.20,1.0414,0.08,0.9031 supercilious,supercilious,7,7,6,6,0.14,0.9031,0.08,0.9031 supernaturally,supernaturally,7,7,7,7,0.14,0.9031,0.08,0.9031 supersede,supersede,8,7,8,7,0.16,0.9542,0.08,0.9031 supervises,supervises,8,7,7,7,0.16,0.9542,0.08,0.9031 suppresses,suppresses,7,7,7,7,0.14,0.9031,0.08,0.9031 surged,surged,7,7,7,7,0.14,0.9031,0.08,0.9031 surrealist,surrealist,7,7,7,7,0.14,0.9031,0.08,0.9031 surrealists,surrealists,11,7,9,5,0.22,1.0792,0.08,0.9031 sussed,sussed,7,7,6,6,0.14,0.9031,0.08,0.9031 sutured,sutured,7,7,6,6,0.14,0.9031,0.08,0.9031 sways,sways,7,7,6,6,0.14,0.9031,0.08,0.9031 swerving,swerving,11,7,11,7,0.22,1.0792,0.08,0.9031 swinish,swinish,7,7,6,6,0.14,0.9031,0.08,0.9031 swipes,swipes,7,7,7,7,0.14,0.9031,0.08,0.9031 swiveling,swiveling,8,7,6,6,0.16,0.9542,0.08,0.9031 synagogues,synagogues,9,7,9,7,0.18,1.0000,0.08,0.9031 synced,synced,7,7,5,5,0.14,0.9031,0.08,0.9031 syndicates,syndicates,8,7,8,7,0.16,0.9542,0.08,0.9031 synonyms,synonyms,8,7,7,7,0.16,0.9542,0.08,0.9031 synthesizing,synthesizing,7,7,7,7,0.14,0.9031,0.08,0.9031 tableau,tableau,8,7,8,7,0.16,0.9542,0.08,0.9031 takeoffs,takeoffs,8,7,8,7,0.16,0.9542,0.08,0.9031 talc,talc,12,7,10,6,0.24,1.1139,0.08,0.9031 tariff,tariff,7,7,5,5,0.14,0.9031,0.08,0.9031 tarps,tarps,7,7,6,6,0.14,0.9031,0.08,0.9031 tearfully,tearfully,7,7,4,4,0.14,0.9031,0.08,0.9031 tearoom,tearoom,7,7,7,7,0.14,0.9031,0.08,0.9031 tectonic,tectonic,10,7,5,4,0.20,1.0414,0.08,0.9031 tees,tees,9,7,7,5,0.18,1.0000,0.08,0.9031 teetering,teetering,7,7,6,6,0.14,0.9031,0.08,0.9031 teetotaler,teetotaler,7,7,7,7,0.14,0.9031,0.08,0.9031 telephonic,telephonic,8,7,8,7,0.16,0.9542,0.08,0.9031 Telluride,telluride,9,7,0,0,0.18,1.0000,0.08,0.9031 tem,tem,8,7,8,7,0.16,0.9542,0.08,0.9031 tempts,tempts,7,7,7,7,0.14,0.9031,0.08,0.9031 Tempus,tempus,21,7,2,2,0.41,1.3424,0.08,0.9031 tendering,tendering,7,7,7,7,0.14,0.9031,0.08,0.9031 tenderize,tenderize,7,7,6,6,0.14,0.9031,0.08,0.9031 tenderloin,tenderloin,20,7,19,7,0.39,1.3222,0.08,0.9031 tenders,tenders,10,7,6,5,0.20,1.0414,0.08,0.9031 tented,tented,10,7,10,7,0.20,1.0414,0.08,0.9031 testimonials,testimonials,7,7,6,6,0.14,0.9031,0.08,0.9031 tetherball,tetherball,9,7,9,7,0.18,1.0000,0.08,0.9031 Teutonic,teutonic,7,7,2,2,0.14,0.9031,0.08,0.9031 textured,textured,9,7,8,6,0.18,1.0000,0.08,0.9031 Thanksgivings,thanksgivings,7,7,0,0,0.14,0.9031,0.08,0.9031 theatricals,theatricals,8,7,7,6,0.16,0.9542,0.08,0.9031 themed,themed,8,7,8,7,0.16,0.9542,0.08,0.9031 thereabouts,thereabouts,7,7,7,7,0.14,0.9031,0.08,0.9031 theses,theses,7,7,6,6,0.14,0.9031,0.08,0.9031 thinners,thinners,7,7,6,6,0.14,0.9031,0.08,0.9031 threadbare,threadbare,7,7,7,7,0.14,0.9031,0.08,0.9031 threesomes,threesomes,16,7,13,7,0.31,1.2304,0.08,0.9031 throaty,throaty,9,7,8,6,0.18,1.0000,0.08,0.9031 thumbnail,thumbnail,7,7,7,7,0.14,0.9031,0.08,0.9031 thumbtacks,thumbtacks,7,7,6,6,0.14,0.9031,0.08,0.9031 thwarting,thwarting,7,7,6,6,0.14,0.9031,0.08,0.9031 timbre,timbre,7,7,7,7,0.14,0.9031,0.08,0.9031 timetables,timetables,7,7,6,6,0.14,0.9031,0.08,0.9031 tinnitus,tinnitus,8,7,5,5,0.16,0.9542,0.08,0.9031 tiptoed,tiptoed,7,7,7,7,0.14,0.9031,0.08,0.9031 Titian,titian,24,7,2,2,0.47,1.3979,0.08,0.9031 titillate,titillate,8,7,8,7,0.16,0.9542,0.08,0.9031 Tm,tm,8,7,0,0,0.16,0.9542,0.08,0.9031 todays,todays,8,7,8,7,0.16,0.9542,0.08,0.9031 toehold,toehold,7,7,7,7,0.14,0.9031,0.08,0.9031 Topsy,topsy,24,7,1,1,0.47,1.3979,0.08,0.9031 Tosca,tosca,10,7,0,0,0.20,1.0414,0.08,0.9031 tossers,tossers,7,7,7,7,0.14,0.9031,0.08,0.9031 totality,totality,7,7,7,7,0.14,0.9031,0.08,0.9031 tourney,tourney,7,7,6,6,0.14,0.9031,0.08,0.9031 tracers,tracers,12,7,10,6,0.24,1.1139,0.08,0.9031 trajectories,trajectories,7,7,7,7,0.14,0.9031,0.08,0.9031 tranquilize,tranquilize,7,7,6,6,0.14,0.9031,0.08,0.9031 tranquillizer,tranquillizer,10,7,8,6,0.20,1.0414,0.08,0.9031 transacted,transacted,9,7,9,7,0.18,1.0000,0.08,0.9031 transcendental,transcendental,7,7,4,4,0.14,0.9031,0.08,0.9031 transducer,transducer,10,7,9,7,0.20,1.0414,0.08,0.9031 transplantation,transplantation,8,7,6,6,0.16,0.9542,0.08,0.9031 Trappist,trappist,9,7,0,0,0.18,1.0000,0.08,0.9031 treed,treed,11,7,11,7,0.22,1.0792,0.08,0.9031 trepidation,trepidation,7,7,7,7,0.14,0.9031,0.08,0.9031 tributes,tributes,7,7,7,7,0.14,0.9031,0.08,0.9031 trickiest,trickiest,7,7,7,7,0.14,0.9031,0.08,0.9031 trivialities,trivialities,7,7,6,6,0.14,0.9031,0.08,0.9031 trivialized,trivialized,7,7,7,7,0.14,0.9031,0.08,0.9031 trombones,trombones,8,7,5,4,0.16,0.9542,0.08,0.9031 trowel,trowel,14,7,13,6,0.27,1.1761,0.08,0.9031 tunics,tunics,8,7,8,7,0.16,0.9542,0.08,0.9031 tuxes,tuxes,7,7,6,6,0.14,0.9031,0.08,0.9031 twang,twang,8,7,6,5,0.16,0.9542,0.08,0.9031 tweaks,tweaks,8,7,8,7,0.16,0.9542,0.08,0.9031 twinkly,twinkly,7,7,6,6,0.14,0.9031,0.08,0.9031 twisters,twisters,13,7,11,6,0.25,1.1461,0.08,0.9031 twitches,twitches,17,7,16,7,0.33,1.2553,0.08,0.9031 twitter,twitter,8,7,8,7,0.16,0.9542,0.08,0.9031 typeface,typeface,9,7,7,7,0.18,1.0000,0.08,0.9031 typewritten,typewritten,8,7,7,6,0.16,0.9542,0.08,0.9031 typhoons,typhoons,11,7,10,6,0.22,1.0792,0.08,0.9031 Ug,ug,29,7,2,2,0.57,1.4771,0.08,0.9031 unappreciative,unappreciative,7,7,7,7,0.14,0.9031,0.08,0.9031 unburned,unburned,9,7,5,5,0.18,1.0000,0.08,0.9031 unbuttoning,unbuttoning,9,7,7,6,0.18,1.0000,0.08,0.9031 uncensored,uncensored,8,7,7,6,0.16,0.9542,0.08,0.9031 underwriting,underwriting,8,7,7,6,0.16,0.9542,0.08,0.9031 undeserved,undeserved,7,7,7,7,0.14,0.9031,0.08,0.9031 undiagnosed,undiagnosed,7,7,7,7,0.14,0.9031,0.08,0.9031 unexamined,unexamined,7,7,7,7,0.14,0.9031,0.08,0.9031 unfasten,unfasten,8,7,6,5,0.16,0.9542,0.08,0.9031 unflinching,unflinching,7,7,6,6,0.14,0.9031,0.08,0.9031 unfulfilling,unfulfilling,7,7,7,7,0.14,0.9031,0.08,0.9031 ungenerous,ungenerous,8,7,8,7,0.16,0.9542,0.08,0.9031 unhitch,unhitch,7,7,6,6,0.14,0.9031,0.08,0.9031 unimaginably,unimaginably,8,7,7,6,0.16,0.9542,0.08,0.9031 unimpeachable,unimpeachable,7,7,6,6,0.14,0.9031,0.08,0.9031 Unitarian,unitarian,8,7,0,0,0.16,0.9542,0.08,0.9031 unjustified,unjustified,8,7,8,7,0.16,0.9542,0.08,0.9031 unluckiest,unluckiest,7,7,6,6,0.14,0.9031,0.08,0.9031 unmanly,unmanly,7,7,7,7,0.14,0.9031,0.08,0.9031 unmatched,unmatched,7,7,7,7,0.14,0.9031,0.08,0.9031 unnerve,unnerve,8,7,8,7,0.16,0.9542,0.08,0.9031 unobstructed,unobstructed,7,7,7,7,0.14,0.9031,0.08,0.9031 unpolished,unpolished,8,7,8,7,0.16,0.9542,0.08,0.9031 unrestrained,unrestrained,7,7,6,6,0.14,0.9031,0.08,0.9031 unrewarded,unrewarded,7,7,7,7,0.14,0.9031,0.08,0.9031 unroll,unroll,9,7,7,6,0.18,1.0000,0.08,0.9031 unsavoury,unsavoury,7,7,7,7,0.14,0.9031,0.08,0.9031 unsold,unsold,7,7,7,7,0.14,0.9031,0.08,0.9031 unsullied,unsullied,7,7,7,7,0.14,0.9031,0.08,0.9031 untreated,untreated,9,7,8,6,0.18,1.0000,0.08,0.9031 updraft,updraft,8,7,8,7,0.16,0.9542,0.08,0.9031 uplifted,uplifted,7,7,7,7,0.14,0.9031,0.08,0.9031 uprisings,uprisings,7,7,7,7,0.14,0.9031,0.08,0.9031 ureter,ureter,9,7,9,7,0.18,1.0000,0.08,0.9031 urns,urns,7,7,6,6,0.14,0.9031,0.08,0.9031 usurped,usurped,7,7,7,7,0.14,0.9031,0.08,0.9031 usurper,usurper,7,7,5,5,0.14,0.9031,0.08,0.9031 Uta,uta,11,7,0,0,0.22,1.0792,0.08,0.9031 utilitarian,utilitarian,10,7,10,7,0.20,1.0414,0.08,0.9031 utilization,utilization,9,7,8,6,0.18,1.0000,0.08,0.9031 vagrants,vagrants,10,7,8,6,0.20,1.0414,0.08,0.9031 vainly,vainly,7,7,6,6,0.14,0.9031,0.08,0.9031 vampirism,vampirism,7,7,6,6,0.14,0.9031,0.08,0.9031 vandalize,vandalize,7,7,7,7,0.14,0.9031,0.08,0.9031 varlet,varlet,10,7,10,7,0.20,1.0414,0.08,0.9031 vats,vats,7,7,7,7,0.14,0.9031,0.08,0.9031 vectoring,vectoring,7,7,7,7,0.14,0.9031,0.08,0.9031 veneers,veneers,7,7,6,6,0.14,0.9031,0.08,0.9031 ventriloquism,ventriloquism,9,7,9,7,0.18,1.0000,0.08,0.9031 vermilion,vermilion,9,7,8,6,0.18,1.0000,0.08,0.9031 versatility,versatility,8,7,7,6,0.16,0.9542,0.08,0.9031 vestiges,vestiges,7,7,6,6,0.14,0.9031,0.08,0.9031 vetoed,vetoed,10,7,10,7,0.20,1.0414,0.08,0.9031 viewpoints,viewpoints,8,7,8,7,0.16,0.9542,0.08,0.9031 vilest,vilest,8,7,8,7,0.16,0.9542,0.08,0.9031 vilified,vilified,7,7,7,7,0.14,0.9031,0.08,0.9031 vill,vill,13,7,11,7,0.25,1.1461,0.08,0.9031 vindaloo,vindaloo,8,7,6,5,0.16,0.9542,0.08,0.9031 virtuosity,virtuosity,9,7,7,6,0.18,1.0000,0.08,0.9031 viscosity,viscosity,7,7,7,7,0.14,0.9031,0.08,0.9031 visibly,visibly,8,7,8,7,0.16,0.9542,0.08,0.9031 visualise,visualise,8,7,6,5,0.16,0.9542,0.08,0.9031 vitriol,vitriol,8,7,8,7,0.16,0.9542,0.08,0.9031 voce,voce,7,7,7,7,0.14,0.9031,0.08,0.9031 Vox,vox,13,7,5,4,0.25,1.1461,0.08,0.9031 wads,wads,9,7,8,6,0.18,1.0000,0.08,0.9031 Wahoo,wahoo,12,7,3,1,0.24,1.1139,0.08,0.9031 walkies,walkies,11,7,9,7,0.22,1.0792,0.08,0.9031 Walla,walla,21,7,1,1,0.41,1.3424,0.08,0.9031 walleyed,walleyed,9,7,8,6,0.18,1.0000,0.08,0.9031 wallflowers,wallflowers,10,7,8,6,0.20,1.0414,0.08,0.9031 wanking,wanking,12,7,10,7,0.24,1.1139,0.08,0.9031 warmers,warmers,7,7,7,7,0.14,0.9031,0.08,0.9031 warmonger,warmonger,7,7,5,5,0.14,0.9031,0.08,0.9031 warranties,warranties,7,7,6,6,0.14,0.9031,0.08,0.9031 washboard,washboard,7,7,6,6,0.14,0.9031,0.08,0.9031 watchmen,watchmen,9,7,8,6,0.18,1.0000,0.08,0.9031 waterlogged,waterlogged,7,7,6,6,0.14,0.9031,0.08,0.9031 weevils,weevils,16,7,14,7,0.31,1.2304,0.08,0.9031 weightlessness,weightlessness,10,7,10,7,0.20,1.0414,0.08,0.9031 Weiner,weiner,11,7,2,2,0.22,1.0792,0.08,0.9031 wellspring,wellspring,7,7,7,7,0.14,0.9031,0.08,0.9031 welshed,welshed,8,7,8,7,0.16,0.9542,0.08,0.9031 westerly,westerly,8,7,7,6,0.16,0.9542,0.08,0.9031 Weymouth,weymouth,24,7,0,0,0.47,1.3979,0.08,0.9031 wheelie,wheelie,11,7,8,5,0.22,1.0792,0.08,0.9031 Wheres,wheres,15,7,5,5,0.29,1.2041,0.08,0.9031 wherewithal,wherewithal,7,7,7,7,0.14,0.9031,0.08,0.9031 whiskies,whiskies,8,7,8,7,0.16,0.9542,0.08,0.9031 whisperer,whisperer,9,7,7,5,0.18,1.0000,0.08,0.9031 whities,whities,8,7,5,5,0.16,0.9542,0.08,0.9031 whodunit,whodunit,8,7,8,7,0.16,0.9542,0.08,0.9031 wicket,wicket,7,7,6,6,0.14,0.9031,0.08,0.9031 widget,widget,10,7,9,6,0.20,1.0414,0.08,0.9031 wielded,wielded,8,7,8,7,0.16,0.9542,0.08,0.9031 wilting,wilting,7,7,7,7,0.14,0.9031,0.08,0.9031 winemaker,winemaker,9,7,9,7,0.18,1.0000,0.08,0.9031 Winnipeg,winnipeg,12,7,0,0,0.24,1.1139,0.08,0.9031 wonderment,wonderment,7,7,7,7,0.14,0.9031,0.08,0.9031 wonky,wonky,7,7,7,7,0.14,0.9031,0.08,0.9031 Woodside,woodside,12,7,0,0,0.24,1.1139,0.08,0.9031 woodwind,woodwind,15,7,10,4,0.29,1.2041,0.08,0.9031 Wooly,wooly,33,7,5,4,0.65,1.5315,0.08,0.9031 wops,wops,7,7,6,6,0.14,0.9031,0.08,0.9031 workups,workups,7,7,7,7,0.14,0.9031,0.08,0.9031 worser,worser,8,7,8,7,0.16,0.9542,0.08,0.9031 worshiper,worshiper,8,7,7,6,0.16,0.9542,0.08,0.9031 Wray,wray,8,7,0,0,0.16,0.9542,0.08,0.9031 Wuzzy,wuzzy,22,7,2,2,0.43,1.3617,0.08,0.9031 xylophone,xylophone,9,7,8,6,0.18,1.0000,0.08,0.9031 yelp,yelp,7,7,7,7,0.14,0.9031,0.08,0.9031 Yemen,yemen,18,7,0,0,0.35,1.2788,0.08,0.9031 Yeoman,yeoman,9,7,2,2,0.18,1.0000,0.08,0.9031 Yugoslavian,yugoslavian,9,7,0,0,0.18,1.0000,0.08,0.9031 yuh,yuh,8,7,7,6,0.16,0.9542,0.08,0.9031 Ywca,ywca,10,7,0,0,0.20,1.0414,0.08,0.9031 Zak,zak,76,7,1,1,1.49,1.8865,0.08,0.9031 zeroing,zeroing,7,7,7,7,0.14,0.9031,0.08,0.9031 zesty,zesty,8,7,5,5,0.16,0.9542,0.08,0.9031 zinnias,zinnias,9,7,9,7,0.18,1.0000,0.08,0.9031 Zs,zs,10,7,0,0,0.20,1.0414,0.08,0.9031 abdication,abdication,6,6,5,5,0.12,0.8451,0.07,0.8451 Abend,abend,9,6,0,0,0.18,1.0000,0.07,0.8451 abo,abo,6,6,5,5,0.12,0.8451,0.07,0.8451 abridged,abridged,9,6,7,5,0.18,1.0000,0.07,0.8451 abscesses,abscesses,7,6,6,5,0.14,0.9031,0.07,0.8451 absorbers,absorbers,8,6,8,6,0.16,0.9542,0.07,0.8451 absurdities,absurdities,6,6,6,6,0.12,0.8451,0.07,0.8451 accessorizing,accessorizing,6,6,6,6,0.12,0.8451,0.07,0.8451 accorded,accorded,7,6,7,6,0.14,0.9031,0.07,0.8451 accoutrements,accoutrements,6,6,5,5,0.12,0.8451,0.07,0.8451 accreditation,accreditation,9,6,8,6,0.18,1.0000,0.07,0.8451 Acetylcholine,acetylcholine,7,6,3,3,0.14,0.9031,0.07,0.8451 acrimony,acrimony,11,6,11,6,0.22,1.0792,0.07,0.8451 acrophobia,acrophobia,10,6,8,4,0.20,1.0414,0.07,0.8451 actuary,actuary,7,6,4,4,0.14,0.9031,0.07,0.8451 acupressure,acupressure,6,6,5,5,0.12,0.8451,0.07,0.8451 addressee,addressee,6,6,6,6,0.12,0.8451,0.07,0.8451 adhered,adhered,6,6,6,6,0.12,0.8451,0.07,0.8451 adhesion,adhesion,6,6,6,6,0.12,0.8451,0.07,0.8451 adjunct,adjunct,7,6,6,5,0.14,0.9031,0.07,0.8451 administers,administers,6,6,6,6,0.12,0.8451,0.07,0.8451 adroit,adroit,6,6,5,5,0.12,0.8451,0.07,0.8451 adulterers,adulterers,7,6,7,6,0.14,0.9031,0.07,0.8451 adverb,adverb,10,6,6,4,0.20,1.0414,0.07,0.8451 Advertiser,advertiser,8,6,3,3,0.16,0.9542,0.07,0.8451 Aeronautics,aeronautics,9,6,2,2,0.18,1.0000,0.07,0.8451 Aesop,aesop,14,6,0,0,0.27,1.1761,0.07,0.8451 aesthete,aesthete,6,6,6,6,0.12,0.8451,0.07,0.8451 affix,affix,6,6,4,4,0.12,0.8451,0.07,0.8451 affluence,affluence,7,6,6,5,0.14,0.9031,0.07,0.8451 afield,afield,6,6,6,6,0.12,0.8451,0.07,0.8451 Agamemnon,agamemnon,72,6,0,0,1.41,1.8633,0.07,0.8451 ageism,ageism,12,6,11,6,0.24,1.1139,0.07,0.8451 agog,agog,6,6,6,6,0.12,0.8451,0.07,0.8451 ail,ail,11,6,11,6,0.22,1.0792,0.07,0.8451 Airedale,airedale,6,6,1,1,0.12,0.8451,0.07,0.8451 airflow,airflow,7,6,5,5,0.14,0.9031,0.07,0.8451 airheads,airheads,6,6,6,6,0.12,0.8451,0.07,0.8451 Airstream,airstream,8,6,0,0,0.16,0.9542,0.07,0.8451 alack,alack,6,6,3,3,0.12,0.8451,0.07,0.8451 alchemists,alchemists,6,6,5,5,0.12,0.8451,0.07,0.8451 Ald,ald,12,6,0,0,0.24,1.1139,0.07,0.8451 alfresco,alfresco,7,6,6,6,0.14,0.9031,0.07,0.8451 algorithmic,algorithmic,10,6,10,6,0.20,1.0414,0.07,0.8451 aligning,aligning,6,6,6,6,0.12,0.8451,0.07,0.8451 alk,alk,6,6,6,6,0.12,0.8451,0.07,0.8451 Alp,alp,6,6,1,1,0.12,0.8451,0.07,0.8451 Alsatian,alsatian,8,6,0,0,0.16,0.9542,0.07,0.8451 Amalgamated,amalgamated,6,6,1,1,0.12,0.8451,0.07,0.8451 Amazons,amazons,9,6,0,0,0.18,1.0000,0.07,0.8451 ambushing,ambushing,7,6,6,5,0.14,0.9031,0.07,0.8451 amethyst,amethyst,6,6,6,6,0.12,0.8451,0.07,0.8451 amiga,amiga,6,6,5,5,0.12,0.8451,0.07,0.8451 amorphous,amorphous,7,6,6,6,0.14,0.9031,0.07,0.8451 amortization,amortization,7,6,6,5,0.14,0.9031,0.07,0.8451 amplitude,amplitude,6,6,6,6,0.12,0.8451,0.07,0.8451 ampule,ampule,19,6,19,6,0.37,1.3010,0.07,0.8451 amulets,amulets,15,6,14,5,0.29,1.2041,0.07,0.8451 amylase,amylase,8,6,8,6,0.16,0.9542,0.07,0.8451 analogies,analogies,6,6,6,6,0.12,0.8451,0.07,0.8451 Anc,anc,10,6,1,1,0.20,1.0414,0.07,0.8451 androgynous,androgynous,6,6,5,5,0.12,0.8451,0.07,0.8451 aneurism,aneurism,6,6,6,6,0.12,0.8451,0.07,0.8451 Angelique,angelique,22,6,0,0,0.43,1.3617,0.07,0.8451 annihilating,annihilating,7,6,6,5,0.14,0.9031,0.07,0.8451 announcers,announcers,6,6,4,4,0.12,0.8451,0.07,0.8451 annoyances,annoyances,6,6,6,6,0.12,0.8451,0.07,0.8451 ans,ans,7,6,4,4,0.14,0.9031,0.07,0.8451 antagonise,antagonise,7,6,7,6,0.14,0.9031,0.07,0.8451 Antares,antares,11,6,0,0,0.22,1.0792,0.07,0.8451 anthills,anthills,6,6,6,6,0.12,0.8451,0.07,0.8451 antimatter,antimatter,10,6,8,6,0.20,1.0414,0.07,0.8451 antioxidants,antioxidants,6,6,3,3,0.12,0.8451,0.07,0.8451 antipsychotic,antipsychotic,6,6,6,6,0.12,0.8451,0.07,0.8451 apneic,apneic,6,6,5,5,0.12,0.8451,0.07,0.8451 apolitical,apolitical,6,6,4,4,0.12,0.8451,0.07,0.8451 appoints,appoints,6,6,6,6,0.12,0.8451,0.07,0.8451 appreciatively,appreciatively,6,6,6,6,0.12,0.8451,0.07,0.8451 aquariums,aquariums,7,6,7,6,0.14,0.9031,0.07,0.8451 Aquinas,aquinas,6,6,0,0,0.12,0.8451,0.07,0.8451 arbitrage,arbitrage,9,6,5,5,0.18,1.0000,0.07,0.8451 archeologist,archeologist,13,6,13,6,0.25,1.1461,0.07,0.8451 arching,arching,6,6,6,6,0.12,0.8451,0.07,0.8451 archway,archway,12,6,11,5,0.24,1.1139,0.07,0.8451 arcing,arcing,7,6,5,4,0.14,0.9031,0.07,0.8451 Argentinean,argentinean,10,6,0,0,0.20,1.0414,0.07,0.8451 armadillos,armadillos,8,6,4,4,0.16,0.9542,0.07,0.8451 armrest,armrest,8,6,8,6,0.16,0.9542,0.07,0.8451 arpeggios,arpeggios,11,6,8,5,0.22,1.0792,0.07,0.8451 ars,ars,7,6,4,3,0.14,0.9031,0.07,0.8451 arsonists,arsonists,11,6,10,6,0.22,1.0792,0.07,0.8451 artfully,artfully,7,6,6,5,0.14,0.9031,0.07,0.8451 artisans,artisans,6,6,6,6,0.12,0.8451,0.07,0.8451 artistes,artistes,7,6,4,4,0.14,0.9031,0.07,0.8451 ascendancy,ascendancy,6,6,6,6,0.12,0.8451,0.07,0.8451 asp,asp,6,6,6,6,0.12,0.8451,0.07,0.8451 assemblage,assemblage,6,6,6,6,0.12,0.8451,0.07,0.8451 astounds,astounds,6,6,6,6,0.12,0.8451,0.07,0.8451 astringent,astringent,6,6,6,6,0.12,0.8451,0.07,0.8451 astrophysicist,astrophysicist,8,6,8,6,0.16,0.9542,0.07,0.8451 asymmetrical,asymmetrical,6,6,6,6,0.12,0.8451,0.07,0.8451 atrociously,atrociously,6,6,6,6,0.12,0.8451,0.07,0.8451 attendees,attendees,6,6,6,6,0.12,0.8451,0.07,0.8451 atter,atter,15,6,11,3,0.29,1.2041,0.07,0.8451 attested,attested,6,6,5,5,0.12,0.8451,0.07,0.8451 Aubergine,aubergine,11,6,3,3,0.22,1.0792,0.07,0.8451 audits,audits,7,6,6,5,0.14,0.9031,0.07,0.8451 auger,auger,11,6,11,6,0.22,1.0792,0.07,0.8451 auspices,auspices,6,6,6,6,0.12,0.8451,0.07,0.8451 automatons,automatons,6,6,6,6,0.12,0.8451,0.07,0.8451 autumnal,autumnal,8,6,8,6,0.16,0.9542,0.07,0.8451 avalanches,avalanches,13,6,9,5,0.25,1.1461,0.07,0.8451 avenges,avenges,6,6,6,6,0.12,0.8451,0.07,0.8451 avionics,avionics,13,6,13,6,0.25,1.1461,0.07,0.8451 awed,awed,6,6,6,6,0.12,0.8451,0.07,0.8451 awesomeness,awesomeness,7,6,6,6,0.14,0.9031,0.07,0.8451 axillary,axillary,6,6,5,5,0.12,0.8451,0.07,0.8451 Babylonian,babylonian,7,6,0,0,0.14,0.9031,0.07,0.8451 babysat,babysat,7,6,7,6,0.14,0.9031,0.07,0.8451 backbones,backbones,6,6,6,6,0.12,0.8451,0.07,0.8451 backbreaking,backbreaking,6,6,6,6,0.12,0.8451,0.07,0.8451 backstabber,backstabber,7,6,5,4,0.14,0.9031,0.07,0.8451 backstop,backstop,11,6,8,5,0.22,1.0792,0.07,0.8451 badgers,badgers,9,6,6,5,0.18,1.0000,0.07,0.8451 baffle,baffle,8,6,8,6,0.16,0.9542,0.07,0.8451 bakeries,bakeries,6,6,6,6,0.12,0.8451,0.07,0.8451 ballers,ballers,6,6,6,6,0.12,0.8451,0.07,0.8451 balsa,balsa,6,6,5,5,0.12,0.8451,0.07,0.8451 bandannas,bandannas,6,6,6,6,0.12,0.8451,0.07,0.8451 banjos,banjos,7,6,4,3,0.14,0.9031,0.07,0.8451 bankable,bankable,8,6,8,6,0.16,0.9542,0.07,0.8451 banns,banns,7,6,7,6,0.14,0.9031,0.07,0.8451 Banyan,banyan,12,6,3,2,0.24,1.1139,0.07,0.8451 baptismal,baptismal,6,6,6,6,0.12,0.8451,0.07,0.8451 baptisms,baptisms,9,6,7,4,0.18,1.0000,0.07,0.8451 Baretta,baretta,8,6,0,0,0.16,0.9542,0.07,0.8451 Barmy,barmy,9,6,4,4,0.18,1.0000,0.07,0.8451 barricading,barricading,6,6,5,5,0.12,0.8451,0.07,0.8451 bartered,bartered,6,6,5,5,0.12,0.8451,0.07,0.8451 baser,baser,7,6,7,6,0.14,0.9031,0.07,0.8451 basilica,basilica,9,6,7,4,0.18,1.0000,0.07,0.8451 basketful,basketful,6,6,6,6,0.12,0.8451,0.07,0.8451 basso,basso,6,6,5,5,0.12,0.8451,0.07,0.8451 bathhouses,bathhouses,6,6,6,6,0.12,0.8451,0.07,0.8451 battlement,battlement,8,6,8,6,0.16,0.9542,0.07,0.8451 beakers,beakers,8,6,8,6,0.16,0.9542,0.07,0.8451 beaned,beaned,6,6,6,6,0.12,0.8451,0.07,0.8451 Becket,becket,68,6,0,0,1.33,1.8388,0.07,0.8451 bedfellow,bedfellow,7,6,7,6,0.14,0.9031,0.07,0.8451 Beechwood,beechwood,31,6,2,1,0.61,1.5051,0.07,0.8451 beepers,beepers,12,6,11,5,0.24,1.1139,0.07,0.8451 behaviours,behaviours,6,6,6,6,0.12,0.8451,0.07,0.8451 beholding,beholding,6,6,6,6,0.12,0.8451,0.07,0.8451 Belgrade,belgrade,7,6,0,0,0.14,0.9031,0.07,0.8451 Bering,bering,11,6,0,0,0.22,1.0792,0.07,0.8451 berm,berm,9,6,8,5,0.18,1.0000,0.07,0.8451 Beryl,beryl,23,6,0,0,0.45,1.3802,0.07,0.8451 bests,bests,6,6,5,5,0.12,0.8451,0.07,0.8451 betide,betide,9,6,9,6,0.18,1.0000,0.07,0.8451 bettors,bettors,10,6,10,6,0.20,1.0414,0.07,0.8451 bewitch,bewitch,6,6,6,6,0.12,0.8451,0.07,0.8451 bidders,bidders,6,6,6,6,0.12,0.8451,0.07,0.8451 bilked,bilked,7,6,7,6,0.14,0.9031,0.07,0.8451 biologic,biologic,7,6,7,6,0.14,0.9031,0.07,0.8451 biotechnology,biotechnology,8,6,4,3,0.16,0.9542,0.07,0.8451 biweekly,biweekly,6,6,4,4,0.12,0.8451,0.07,0.8451 bizarrely,bizarrely,6,6,6,6,0.12,0.8451,0.07,0.8451 bladed,bladed,6,6,6,6,0.12,0.8451,0.07,0.8451 blanketed,blanketed,7,6,7,6,0.14,0.9031,0.07,0.8451 bleat,bleat,6,6,5,5,0.12,0.8451,0.07,0.8451 bleeped,bleeped,7,6,7,6,0.14,0.9031,0.07,0.8451 blenders,blenders,6,6,5,5,0.12,0.8451,0.07,0.8451 blighted,blighted,6,6,6,6,0.12,0.8451,0.07,0.8451 blinder,blinder,6,6,5,5,0.12,0.8451,0.07,0.8451 blinis,blinis,9,6,7,4,0.18,1.0000,0.07,0.8451 blithe,blithe,11,6,9,5,0.22,1.0792,0.07,0.8451 bloodletting,bloodletting,6,6,5,5,0.12,0.8451,0.07,0.8451 bloodlust,bloodlust,9,6,5,5,0.18,1.0000,0.07,0.8451 bludgeoning,bludgeoning,6,6,6,6,0.12,0.8451,0.07,0.8451 bluish,bluish,7,6,5,5,0.14,0.9031,0.07,0.8451 blunderbuss,blunderbuss,6,6,6,6,0.12,0.8451,0.07,0.8451 blundered,blundered,6,6,6,6,0.12,0.8451,0.07,0.8451 bobbies,bobbies,6,6,4,4,0.12,0.8451,0.07,0.8451 boche,boche,9,6,6,3,0.18,1.0000,0.07,0.8451 bods,bods,6,6,6,6,0.12,0.8451,0.07,0.8451 boffo,boffo,7,6,6,6,0.14,0.9031,0.07,0.8451 bogeymen,bogeymen,6,6,6,6,0.12,0.8451,0.07,0.8451 boh,boh,26,6,21,4,0.51,1.4314,0.07,0.8451 boilermakers,boilermakers,7,6,5,5,0.14,0.9031,0.07,0.8451 bookish,bookish,9,6,9,6,0.18,1.0000,0.07,0.8451 booksellers,booksellers,6,6,6,6,0.12,0.8451,0.07,0.8451 bookworms,bookworms,6,6,5,5,0.12,0.8451,0.07,0.8451 boomers,boomers,6,6,5,5,0.12,0.8451,0.07,0.8451 boors,boors,6,6,5,5,0.12,0.8451,0.07,0.8451 boos,boos,8,6,8,6,0.16,0.9542,0.07,0.8451 bootstraps,bootstraps,7,6,7,6,0.14,0.9031,0.07,0.8451 Bose,bose,10,6,0,0,0.20,1.0414,0.07,0.8451 bossed,bossed,6,6,6,6,0.12,0.8451,0.07,0.8451 bottomed,bottomed,6,6,6,6,0.12,0.8451,0.07,0.8451 bottoming,bottoming,6,6,6,6,0.12,0.8451,0.07,0.8451 bourbons,bourbons,6,6,6,6,0.12,0.8451,0.07,0.8451 boutiques,boutiques,7,6,7,6,0.14,0.9031,0.07,0.8451 boutonniere,boutonniere,6,6,5,5,0.12,0.8451,0.07,0.8451 bowlers,bowlers,9,6,9,6,0.18,1.0000,0.07,0.8451 bowtie,bowtie,6,6,4,4,0.12,0.8451,0.07,0.8451 boycotted,boycotted,7,6,7,6,0.14,0.9031,0.07,0.8451 bradycardic,bradycardic,6,6,3,3,0.12,0.8451,0.07,0.8451 Brannigan,brannigan,30,6,1,1,0.59,1.4914,0.07,0.8451 brassy,brassy,6,6,6,6,0.12,0.8451,0.07,0.8451 bratty,bratty,6,6,5,5,0.12,0.8451,0.07,0.8451 brays,brays,9,6,7,4,0.18,1.0000,0.07,0.8451 breadfruit,breadfruit,6,6,6,6,0.12,0.8451,0.07,0.8451 breasted,breasted,6,6,6,6,0.12,0.8451,0.07,0.8451 breaststroke,breaststroke,10,6,9,5,0.20,1.0414,0.07,0.8451 Brecht,brecht,9,6,0,0,0.18,1.0000,0.07,0.8451 bricked,bricked,7,6,7,6,0.14,0.9031,0.07,0.8451 bridgework,bridgework,6,6,6,6,0.12,0.8451,0.07,0.8451 brigands,brigands,6,6,6,6,0.12,0.8451,0.07,0.8451 brightened,brightened,6,6,5,5,0.12,0.8451,0.07,0.8451 brightening,brightening,6,6,6,6,0.12,0.8451,0.07,0.8451 bristle,bristle,11,6,11,6,0.22,1.0792,0.07,0.8451 Britisher,britisher,8,6,0,0,0.16,0.9542,0.07,0.8451 broadband,broadband,16,6,15,6,0.31,1.2304,0.07,0.8451 broadsides,broadsides,6,6,6,6,0.12,0.8451,0.07,0.8451 Brogan,brogan,68,6,0,0,1.33,1.8388,0.07,0.8451 brogue,brogue,8,6,8,6,0.16,0.9542,0.07,0.8451 brownnose,brownnose,7,6,6,6,0.14,0.9031,0.07,0.8451 brushstrokes,brushstrokes,9,6,9,6,0.18,1.0000,0.07,0.8451 Bt,bt,10,6,2,2,0.20,1.0414,0.07,0.8451 buccaneer,buccaneer,6,6,5,5,0.12,0.8451,0.07,0.8451 buckskin,buckskin,7,6,6,5,0.14,0.9031,0.07,0.8451 budged,budged,6,6,6,6,0.12,0.8451,0.07,0.8451 budgetary,budgetary,7,6,7,6,0.14,0.9031,0.07,0.8451 buffs,buffs,7,6,7,6,0.14,0.9031,0.07,0.8451 bulking,bulking,8,6,7,5,0.16,0.9542,0.07,0.8451 bullfights,bullfights,6,6,6,6,0.12,0.8451,0.07,0.8451 Bullseye,bullseye,34,6,3,3,0.67,1.5441,0.07,0.8451 bunco,bunco,10,6,6,4,0.20,1.0414,0.07,0.8451 bungler,bungler,6,6,5,5,0.12,0.8451,0.07,0.8451 bunked,bunked,7,6,7,6,0.14,0.9031,0.07,0.8451 bur,bur,6,6,4,4,0.12,0.8451,0.07,0.8451 bureaus,bureaus,7,6,7,6,0.14,0.9031,0.07,0.8451 burgle,burgle,8,6,8,6,0.16,0.9542,0.07,0.8451 Burl,burl,7,6,2,1,0.14,0.9031,0.07,0.8451 Burnside,burnside,26,6,0,0,0.51,1.4314,0.07,0.8451 burry,burry,6,6,5,5,0.12,0.8451,0.07,0.8451 bushwa,bushwa,6,6,3,3,0.12,0.8451,0.07,0.8451 businesswomen,businesswomen,10,6,10,6,0.20,1.0414,0.07,0.8451 bustier,bustier,9,6,8,6,0.18,1.0000,0.07,0.8451 buzzword,buzzword,6,6,6,6,0.12,0.8451,0.07,0.8451 byte,byte,6,6,6,6,0.12,0.8451,0.07,0.8451 Byzantium,byzantium,8,6,0,0,0.16,0.9542,0.07,0.8451 Cabala,cabala,7,6,3,2,0.14,0.9031,0.07,0.8451 Cahill,cahill,60,6,0,0,1.18,1.7853,0.07,0.8451 cajole,cajole,7,6,7,6,0.14,0.9031,0.07,0.8451 calamitous,calamitous,6,6,6,6,0.12,0.8451,0.07,0.8451 camouflaging,camouflaging,7,6,4,3,0.14,0.9031,0.07,0.8451 Campanella,campanella,7,6,0,0,0.14,0.9031,0.07,0.8451 camphor,camphor,6,6,6,6,0.12,0.8451,0.07,0.8451 campsites,campsites,6,6,5,5,0.12,0.8451,0.07,0.8451 campuses,campuses,6,6,6,6,0.12,0.8451,0.07,0.8451 camshaft,camshaft,11,6,10,5,0.22,1.0792,0.07,0.8451 Canberra,canberra,7,6,0,0,0.14,0.9031,0.07,0.8451 cannibalistic,cannibalistic,6,6,6,6,0.12,0.8451,0.07,0.8451 canoeing,canoeing,9,6,9,6,0.18,1.0000,0.07,0.8451 caped,caped,7,6,5,4,0.14,0.9031,0.07,0.8451 carajo,carajo,9,6,7,4,0.18,1.0000,0.07,0.8451 caramels,caramels,9,6,8,5,0.18,1.0000,0.07,0.8451 carcinogen,carcinogen,6,6,6,6,0.12,0.8451,0.07,0.8451 cardiopulmonary,cardiopulmonary,6,6,5,5,0.12,0.8451,0.07,0.8451 caregivers,caregivers,6,6,6,6,0.12,0.8451,0.07,0.8451 cargoes,cargoes,6,6,5,5,0.12,0.8451,0.07,0.8451 carolers,carolers,10,6,9,6,0.20,1.0414,0.07,0.8451 carouse,carouse,6,6,4,4,0.12,0.8451,0.07,0.8451 Casbah,casbah,8,6,1,1,0.16,0.9542,0.07,0.8451 castrating,castrating,6,6,5,5,0.12,0.8451,0.07,0.8451 catalytic,catalytic,7,6,7,6,0.14,0.9031,0.07,0.8451 cataract,cataract,6,6,5,5,0.12,0.8451,0.07,0.8451 catchphrases,catchphrases,7,6,6,5,0.14,0.9031,0.07,0.8451 Catskill,catskill,8,6,0,0,0.16,0.9542,0.07,0.8451 catwalks,catwalks,7,6,7,6,0.14,0.9031,0.07,0.8451 Caucus,caucus,15,6,5,3,0.29,1.2041,0.07,0.8451 caulking,caulking,8,6,8,6,0.16,0.9542,0.07,0.8451 cede,cede,6,6,6,6,0.12,0.8451,0.07,0.8451 Celestine,celestine,10,6,0,0,0.20,1.0414,0.07,0.8451 censoring,censoring,6,6,6,6,0.12,0.8451,0.07,0.8451 centred,centred,6,6,6,6,0.12,0.8451,0.07,0.8451 cesspools,cesspools,6,6,6,6,0.12,0.8451,0.07,0.8451 chafes,chafes,6,6,6,6,0.12,0.8451,0.07,0.8451 chagrined,chagrined,8,6,4,3,0.16,0.9542,0.07,0.8451 chairperson,chairperson,6,6,3,3,0.12,0.8451,0.07,0.8451 chalky,chalky,6,6,6,6,0.12,0.8451,0.07,0.8451 challah,challah,8,6,8,6,0.16,0.9542,0.07,0.8451 champagnes,champagnes,6,6,6,6,0.12,0.8451,0.07,0.8451 changeling,changeling,11,6,8,5,0.22,1.0792,0.07,0.8451 changeover,changeover,16,6,15,6,0.31,1.2304,0.07,0.8451 Chantilly,chantilly,13,6,0,0,0.25,1.1461,0.07,0.8451 chaperones,chaperones,7,6,7,6,0.14,0.9031,0.07,0.8451 characterization,characterization,7,6,6,5,0.14,0.9031,0.07,0.8451 chastise,chastise,6,6,6,6,0.12,0.8451,0.07,0.8451 chatters,chatters,6,6,4,4,0.12,0.8451,0.07,0.8451 cheetahs,cheetahs,8,6,6,5,0.16,0.9542,0.07,0.8451 Chenille,chenille,15,6,5,5,0.29,1.2041,0.07,0.8451 Chesterfield,chesterfield,13,6,4,3,0.25,1.1461,0.07,0.8451 Cheval,cheval,10,6,0,0,0.20,1.0414,0.07,0.8451 Chicanos,chicanos,15,6,0,0,0.29,1.2041,0.07,0.8451 chicory,chicory,8,6,8,6,0.16,0.9542,0.07,0.8451 childcare,childcare,6,6,3,3,0.12,0.8451,0.07,0.8451 chinos,chinos,6,6,6,6,0.12,0.8451,0.07,0.8451 Chippendale,chippendale,8,6,1,1,0.16,0.9542,0.07,0.8451 chiselers,chiselers,7,6,6,5,0.14,0.9031,0.07,0.8451 chiselled,chiselled,11,6,8,5,0.22,1.0792,0.07,0.8451 chiselling,chiselling,6,6,6,6,0.12,0.8451,0.07,0.8451 Chittering,chittering,7,6,2,2,0.14,0.9031,0.07,0.8451 chlorophyll,chlorophyll,12,6,10,6,0.24,1.1139,0.07,0.8451 chocolaty,chocolaty,7,6,7,6,0.14,0.9031,0.07,0.8451 Chows,chows,7,6,1,1,0.14,0.9031,0.07,0.8451 chronicled,chronicled,6,6,6,6,0.12,0.8451,0.07,0.8451 chronometer,chronometer,11,6,8,5,0.22,1.0792,0.07,0.8451 Chrysanthemum,chrysanthemum,12,6,5,3,0.24,1.1139,0.07,0.8451 chucklehead,chucklehead,11,6,10,5,0.22,1.0792,0.07,0.8451 chumming,chumming,6,6,6,6,0.12,0.8451,0.07,0.8451 churchmen,churchmen,7,6,4,3,0.14,0.9031,0.07,0.8451 cinemas,cinemas,6,6,6,6,0.12,0.8451,0.07,0.8451 ciphers,ciphers,6,6,6,6,0.12,0.8451,0.07,0.8451 cirrus,cirrus,6,6,4,4,0.12,0.8451,0.07,0.8451 clammed,clammed,6,6,6,6,0.12,0.8451,0.07,0.8451 clamming,clamming,7,6,5,5,0.14,0.9031,0.07,0.8451 clamour,clamour,8,6,8,6,0.16,0.9542,0.07,0.8451 Claro,claro,6,6,2,2,0.12,0.8451,0.07,0.8451 clashing,clashing,7,6,5,5,0.14,0.9031,0.07,0.8451 clasped,clasped,6,6,5,5,0.12,0.8451,0.07,0.8451 classiest,classiest,7,6,6,5,0.14,0.9031,0.07,0.8451 classifies,classifies,6,6,6,6,0.12,0.8451,0.07,0.8451 clenching,clenching,6,6,6,6,0.12,0.8451,0.07,0.8451 clime,clime,6,6,6,6,0.12,0.8451,0.07,0.8451 Cloisters,cloisters,7,6,0,0,0.14,0.9031,0.07,0.8451 clubfoot,clubfoot,9,6,8,5,0.18,1.0000,0.07,0.8451 coagulate,coagulate,6,6,5,5,0.12,0.8451,0.07,0.8451 coagulation,coagulation,6,6,4,4,0.12,0.8451,0.07,0.8451 Cochon,cochon,7,6,2,2,0.14,0.9031,0.07,0.8451 coconspirator,coconspirator,6,6,6,6,0.12,0.8451,0.07,0.8451 colas,colas,11,6,8,5,0.22,1.0792,0.07,0.8451 collating,collating,13,6,11,5,0.25,1.1461,0.07,0.8451 Colling,colling,6,6,0,0,0.12,0.8451,0.07,0.8451 Colosseum,colosseum,12,6,0,0,0.24,1.1139,0.07,0.8451 Comandante,comandante,19,6,7,2,0.37,1.3010,0.07,0.8451 comedic,comedic,6,6,6,6,0.12,0.8451,0.07,0.8451 comedienne,comedienne,6,6,6,6,0.12,0.8451,0.07,0.8451 comedown,comedown,6,6,6,6,0.12,0.8451,0.07,0.8451 comforters,comforters,8,6,8,6,0.16,0.9542,0.07,0.8451 commissars,commissars,10,6,10,6,0.20,1.0414,0.07,0.8451 communicative,communicative,6,6,6,6,0.12,0.8451,0.07,0.8451 communique,communique,8,6,8,6,0.16,0.9542,0.07,0.8451 competitiveness,competitiveness,7,6,5,5,0.14,0.9031,0.07,0.8451 complements,complements,6,6,6,6,0.12,0.8451,0.07,0.8451 comport,comport,6,6,5,5,0.12,0.8451,0.07,0.8451 computerised,computerised,6,6,6,6,0.12,0.8451,0.07,0.8451 comtesse,comtesse,33,6,21,2,0.65,1.5315,0.07,0.8451 concealer,concealer,6,6,6,6,0.12,0.8451,0.07,0.8451 conceding,conceding,6,6,6,6,0.12,0.8451,0.07,0.8451 conceptually,conceptually,6,6,5,5,0.12,0.8451,0.07,0.8451 concurred,concurred,7,6,7,6,0.14,0.9031,0.07,0.8451 confides,confides,7,6,7,6,0.14,0.9031,0.07,0.8451 confirmations,confirmations,8,6,8,6,0.16,0.9542,0.07,0.8451 conformist,conformist,6,6,5,5,0.12,0.8451,0.07,0.8451 confounding,confounding,8,6,7,5,0.16,0.9542,0.07,0.8451 confrontations,confrontations,6,6,6,6,0.12,0.8451,0.07,0.8451 congratulates,congratulates,6,6,6,6,0.12,0.8451,0.07,0.8451 congregating,congregating,7,6,6,5,0.14,0.9031,0.07,0.8451 conjoined,conjoined,12,6,11,6,0.24,1.1139,0.07,0.8451 conjunctivitis,conjunctivitis,6,6,5,5,0.12,0.8451,0.07,0.8451 consorted,consorted,7,6,6,6,0.14,0.9031,0.07,0.8451 constables,constables,9,6,5,5,0.18,1.0000,0.07,0.8451 Constabulary,constabulary,10,6,4,4,0.20,1.0414,0.07,0.8451 consternation,consternation,7,6,6,5,0.14,0.9031,0.07,0.8451 constituent,constituent,6,6,6,6,0.12,0.8451,0.07,0.8451 contended,contended,6,6,6,6,0.12,0.8451,0.07,0.8451 contested,contested,6,6,6,6,0.12,0.8451,0.07,0.8451 contortionist,contortionist,6,6,6,6,0.12,0.8451,0.07,0.8451 controllable,controllable,8,6,7,6,0.16,0.9542,0.07,0.8451 convalescing,convalescing,6,6,5,5,0.12,0.8451,0.07,0.8451 conventionally,conventionally,6,6,6,6,0.12,0.8451,0.07,0.8451 convents,convents,10,6,8,5,0.20,1.0414,0.07,0.8451 converters,converters,12,6,6,4,0.24,1.1139,0.07,0.8451 convivial,convivial,8,6,8,6,0.16,0.9542,0.07,0.8451 convulse,convulse,6,6,5,5,0.12,0.8451,0.07,0.8451 cookery,cookery,6,6,5,5,0.12,0.8451,0.07,0.8451 coolies,coolies,6,6,6,6,0.12,0.8451,0.07,0.8451 coolly,coolly,6,6,6,6,0.12,0.8451,0.07,0.8451 coordinators,coordinators,7,6,6,5,0.14,0.9031,0.07,0.8451 copiously,copiously,9,6,9,6,0.18,1.0000,0.07,0.8451 copulating,copulating,6,6,6,6,0.12,0.8451,0.07,0.8451 Cordoba,cordoba,26,6,0,0,0.51,1.4314,0.07,0.8451 corduroys,corduroys,7,6,5,5,0.14,0.9031,0.07,0.8451 Corinthian,corinthian,6,6,1,1,0.12,0.8451,0.07,0.8451 cornrows,cornrows,6,6,6,6,0.12,0.8451,0.07,0.8451 coroners,coroners,6,6,6,6,0.12,0.8451,0.07,0.8451 coronet,coronet,6,6,4,4,0.12,0.8451,0.07,0.8451 corralled,corralled,6,6,6,6,0.12,0.8451,0.07,0.8451 Cort,cort,20,6,0,0,0.39,1.3222,0.07,0.8451 cosmetologist,cosmetologist,7,6,7,6,0.14,0.9031,0.07,0.8451 cosmically,cosmically,9,6,7,5,0.18,1.0000,0.07,0.8451 coucher,coucher,13,6,13,6,0.25,1.1461,0.07,0.8451 countersigned,countersigned,6,6,5,5,0.12,0.8451,0.07,0.8451 couth,couth,7,6,7,6,0.14,0.9031,0.07,0.8451 couturier,couturier,8,6,8,6,0.16,0.9542,0.07,0.8451 Covent,covent,9,6,0,0,0.18,1.0000,0.07,0.8451 cowpokes,cowpokes,6,6,6,6,0.12,0.8451,0.07,0.8451 crabmeat,crabmeat,9,6,8,6,0.18,1.0000,0.07,0.8451 Crackerjacks,crackerjacks,6,6,0,0,0.12,0.8451,0.07,0.8451 crackup,crackup,7,6,7,6,0.14,0.9031,0.07,0.8451 crankcase,crankcase,8,6,7,5,0.16,0.9542,0.07,0.8451 crankshaft,crankshaft,6,6,4,4,0.12,0.8451,0.07,0.8451 Cravat,cravat,96,6,5,5,1.88,1.9868,0.07,0.8451 crawly,crawly,6,6,5,5,0.12,0.8451,0.07,0.8451 creepiest,creepiest,6,6,6,6,0.12,0.8451,0.07,0.8451 crematory,crematory,14,6,12,5,0.27,1.1761,0.07,0.8451 crests,crests,7,6,7,6,0.14,0.9031,0.07,0.8451 criminality,criminality,6,6,5,5,0.12,0.8451,0.07,0.8451 crisscross,crisscross,9,6,5,4,0.18,1.0000,0.07,0.8451 crowbars,crowbars,6,6,4,4,0.12,0.8451,0.07,0.8451 Cts,cts,11,6,2,1,0.22,1.0792,0.07,0.8451 cubed,cubed,9,6,8,5,0.18,1.0000,0.07,0.8451 cubism,cubism,6,6,6,6,0.12,0.8451,0.07,0.8451 Cuddy,cuddy,21,6,0,0,0.41,1.3424,0.07,0.8451 cuffing,cuffing,7,6,6,5,0.14,0.9031,0.07,0.8451 Cuidado,cuidado,14,6,1,1,0.27,1.1761,0.07,0.8451 culpability,culpability,6,6,6,6,0.12,0.8451,0.07,0.8451 cuppa,cuppa,8,6,5,5,0.16,0.9542,0.07,0.8451 curare,curare,10,6,8,6,0.20,1.0414,0.07,0.8451 curbing,curbing,6,6,6,6,0.12,0.8451,0.07,0.8451 curiouser,curiouser,12,6,9,6,0.24,1.1139,0.07,0.8451 curmudgeon,curmudgeon,9,6,9,6,0.18,1.0000,0.07,0.8451 Curran,curran,13,6,0,0,0.25,1.1461,0.07,0.8451 curtail,curtail,6,6,6,6,0.12,0.8451,0.07,0.8451 curvaceous,curvaceous,6,6,6,6,0.12,0.8451,0.07,0.8451 Cushing,cushing,8,6,0,0,0.16,0.9542,0.07,0.8451 cuttings,cuttings,7,6,7,6,0.14,0.9031,0.07,0.8451 cyanosis,cyanosis,6,6,4,4,0.12,0.8451,0.07,0.8451 cyclic,cyclic,9,6,7,5,0.18,1.0000,0.07,0.8451 cysts,cysts,7,6,7,6,0.14,0.9031,0.07,0.8451 damping,damping,8,6,7,5,0.16,0.9542,0.07,0.8451 Darjeeling,darjeeling,7,6,0,0,0.14,0.9031,0.07,0.8451 darkly,darkly,7,6,7,6,0.14,0.9031,0.07,0.8451 Datsun,datsun,9,6,0,0,0.18,1.0000,0.07,0.8451 dauphin,dauphin,24,6,16,4,0.47,1.3979,0.07,0.8451 dazzles,dazzles,8,6,8,6,0.16,0.9542,0.07,0.8451 deads,deads,8,6,5,4,0.16,0.9542,0.07,0.8451 debase,debase,6,6,6,6,0.12,0.8451,0.07,0.8451 debauched,debauched,6,6,6,6,0.12,0.8451,0.07,0.8451 decathlon,decathlon,20,6,17,6,0.39,1.3222,0.07,0.8451 deceives,deceives,7,6,7,6,0.14,0.9031,0.07,0.8451 decimating,decimating,6,6,6,6,0.12,0.8451,0.07,0.8451 decisively,decisively,6,6,6,6,0.12,0.8451,0.07,0.8451 declassified,declassified,6,6,5,5,0.12,0.8451,0.07,0.8451 decontaminated,decontaminated,6,6,5,5,0.12,0.8451,0.07,0.8451 decorates,decorates,7,6,7,6,0.14,0.9031,0.07,0.8451 decreases,decreases,6,6,5,5,0.12,0.8451,0.07,0.8451 defamed,defamed,8,6,8,6,0.16,0.9542,0.07,0.8451 deferring,deferring,6,6,6,6,0.12,0.8451,0.07,0.8451 defrosted,defrosted,7,6,7,6,0.14,0.9031,0.07,0.8451 degenerating,degenerating,6,6,6,6,0.12,0.8451,0.07,0.8451 dehydrate,dehydrate,6,6,6,6,0.12,0.8451,0.07,0.8451 deltoid,deltoid,6,6,6,6,0.12,0.8451,0.07,0.8451 deltoids,deltoids,7,6,7,6,0.14,0.9031,0.07,0.8451 demigods,demigods,7,6,6,5,0.14,0.9031,0.07,0.8451 deniable,deniable,8,6,8,6,0.16,0.9542,0.07,0.8451 Denning,denning,29,6,0,0,0.57,1.4771,0.07,0.8451 Depardieu,depardieu,8,6,0,0,0.16,0.9542,0.07,0.8451 dependant,dependant,7,6,7,6,0.14,0.9031,0.07,0.8451 depicts,depicts,9,6,9,6,0.18,1.0000,0.07,0.8451 depressions,depressions,7,6,7,6,0.14,0.9031,0.07,0.8451 depressor,depressor,6,6,6,6,0.12,0.8451,0.07,0.8451 depressurizing,depressurizing,10,6,9,5,0.20,1.0414,0.07,0.8451 Derry,derry,32,6,1,1,0.63,1.5185,0.07,0.8451 descendents,descendents,7,6,6,5,0.14,0.9031,0.07,0.8451 deservedly,deservedly,6,6,5,5,0.12,0.8451,0.07,0.8451 destabilized,destabilized,6,6,6,6,0.12,0.8451,0.07,0.8451 detainment,detainment,6,6,5,5,0.12,0.8451,0.07,0.8451 detests,detests,6,6,6,6,0.12,0.8451,0.07,0.8451 detractors,detractors,6,6,6,6,0.12,0.8451,0.07,0.8451 Deutsche,deutsche,8,6,3,3,0.16,0.9542,0.07,0.8451 devastates,devastates,6,6,6,6,0.12,0.8451,0.07,0.8451 devoutly,devoutly,7,6,5,5,0.14,0.9031,0.07,0.8451 dewdrop,dewdrop,8,6,6,4,0.16,0.9542,0.07,0.8451 dey,dey,9,6,6,4,0.18,1.0000,0.07,0.8451 dialectic,dialectic,7,6,6,6,0.14,0.9031,0.07,0.8451 dialog,dialog,6,6,6,6,0.12,0.8451,0.07,0.8451 dialogues,dialogues,7,6,7,6,0.14,0.9031,0.07,0.8451 dichotomy,dichotomy,6,6,6,6,0.12,0.8451,0.07,0.8451 dicker,dicker,8,6,5,5,0.16,0.9542,0.07,0.8451 diluting,diluting,7,6,7,6,0.14,0.9031,0.07,0.8451 dimwits,dimwits,6,6,5,5,0.12,0.8451,0.07,0.8451 dingleberry,dingleberry,9,6,7,5,0.18,1.0000,0.07,0.8451 dinnerware,dinnerware,7,6,7,6,0.14,0.9031,0.07,0.8451 diode,diode,7,6,7,6,0.14,0.9031,0.07,0.8451 dioramas,dioramas,6,6,6,6,0.12,0.8451,0.07,0.8451 diplomatically,diplomatically,6,6,6,6,0.12,0.8451,0.07,0.8451 directionality,directionality,6,6,4,4,0.12,0.8451,0.07,0.8451 dirtying,dirtying,6,6,6,6,0.12,0.8451,0.07,0.8451 disaffected,disaffected,7,6,7,6,0.14,0.9031,0.07,0.8451 disallowed,disallowed,12,6,10,5,0.24,1.1139,0.07,0.8451 disapproved,disapproved,7,6,7,6,0.14,0.9031,0.07,0.8451 disassembled,disassembled,8,6,7,6,0.16,0.9542,0.07,0.8451 disassociated,disassociated,6,6,6,6,0.12,0.8451,0.07,0.8451 disastrously,disastrously,7,6,6,5,0.14,0.9031,0.07,0.8451 disbanding,disbanding,6,6,4,4,0.12,0.8451,0.07,0.8451 disbarment,disbarment,6,6,6,6,0.12,0.8451,0.07,0.8451 disconnects,disconnects,6,6,6,6,0.12,0.8451,0.07,0.8451 discontented,discontented,6,6,6,6,0.12,0.8451,0.07,0.8451 discounted,discounted,7,6,7,6,0.14,0.9031,0.07,0.8451 discourtesy,discourtesy,6,6,5,5,0.12,0.8451,0.07,0.8451 Disengaging,disengaging,7,6,3,3,0.14,0.9031,0.07,0.8451 disillusioning,disillusioning,6,6,6,6,0.12,0.8451,0.07,0.8451 disinfected,disinfected,6,6,6,6,0.12,0.8451,0.07,0.8451 disinterest,disinterest,6,6,6,6,0.12,0.8451,0.07,0.8451 disorganization,disorganization,6,6,6,6,0.12,0.8451,0.07,0.8451 dispassionate,dispassionate,7,6,6,6,0.14,0.9031,0.07,0.8451 dispenses,dispenses,6,6,6,6,0.12,0.8451,0.07,0.8451 dispositions,dispositions,6,6,6,6,0.12,0.8451,0.07,0.8451 disproportionately,disproportionately,6,6,6,6,0.12,0.8451,0.07,0.8451 disquieting,disquieting,6,6,6,6,0.12,0.8451,0.07,0.8451 dissemble,dissemble,6,6,5,5,0.12,0.8451,0.07,0.8451 dissidents,dissidents,7,6,6,5,0.14,0.9031,0.07,0.8451 distaff,distaff,8,6,8,6,0.16,0.9542,0.07,0.8451 distally,distally,8,6,8,6,0.16,0.9542,0.07,0.8451 distancing,distancing,8,6,8,6,0.16,0.9542,0.07,0.8451 distillation,distillation,7,6,7,6,0.14,0.9031,0.07,0.8451 ditzy,ditzy,7,6,5,4,0.14,0.9031,0.07,0.8451 divan,divan,6,6,6,6,0.12,0.8451,0.07,0.8451 diverticulitis,diverticulitis,6,6,4,4,0.12,0.8451,0.07,0.8451 divisive,divisive,7,6,7,6,0.14,0.9031,0.07,0.8451 divorcees,divorcees,6,6,6,6,0.12,0.8451,0.07,0.8451 divulging,divulging,6,6,5,5,0.12,0.8451,0.07,0.8451 Dn,dn,8,6,2,2,0.16,0.9542,0.07,0.8451 Dobie,dobie,63,6,0,0,1.24,1.8062,0.07,0.8451 doctorates,doctorates,6,6,6,6,0.12,0.8451,0.07,0.8451 dodges,dodges,6,6,5,5,0.12,0.8451,0.07,0.8451 dogwood,dogwood,10,6,6,3,0.20,1.0414,0.07,0.8451 dolts,dolts,6,6,6,6,0.12,0.8451,0.07,0.8451 Dominus,dominus,11,6,1,1,0.22,1.0792,0.07,0.8451 Donne,donne,28,6,0,0,0.55,1.4624,0.07,0.8451 donning,donning,6,6,5,5,0.12,0.8451,0.07,0.8451 dormitories,dormitories,10,6,10,6,0.20,1.0414,0.07,0.8451 Dostoevsky,dostoevsky,10,6,0,0,0.20,1.0414,0.07,0.8451 doted,doted,6,6,5,5,0.12,0.8451,0.07,0.8451 downbeat,downbeat,13,6,12,5,0.25,1.1461,0.07,0.8451 downcast,downcast,7,6,7,6,0.14,0.9031,0.07,0.8451 Downlink,downlink,11,6,5,5,0.22,1.0792,0.07,0.8451 downstage,downstage,7,6,6,5,0.14,0.9031,0.07,0.8451 Draco,draco,22,6,0,0,0.43,1.3617,0.07,0.8451 draconian,draconian,7,6,5,5,0.14,0.9031,0.07,0.8451 draughty,draughty,6,6,6,6,0.12,0.8451,0.07,0.8451 dressers,dressers,6,6,6,6,0.12,0.8451,0.07,0.8451 drippings,drippings,6,6,6,6,0.12,0.8451,0.07,0.8451 drizzled,drizzled,6,6,5,5,0.12,0.8451,0.07,0.8451 drizzling,drizzling,6,6,6,6,0.12,0.8451,0.07,0.8451 droplets,droplets,8,6,7,5,0.16,0.9542,0.07,0.8451 droughts,droughts,7,6,6,5,0.14,0.9031,0.07,0.8451 drownings,drownings,6,6,6,6,0.12,0.8451,0.07,0.8451 druggies,druggies,6,6,6,6,0.12,0.8451,0.07,0.8451 ducklings,ducklings,6,6,6,6,0.12,0.8451,0.07,0.8451 dullness,dullness,7,6,7,6,0.14,0.9031,0.07,0.8451 Duper,duper,39,6,2,2,0.76,1.6021,0.07,0.8451 dural,dural,6,6,6,6,0.12,0.8451,0.07,0.8451 Durant,durant,30,6,1,1,0.59,1.4914,0.07,0.8451 Durante,durante,9,6,0,0,0.18,1.0000,0.07,0.8451 durian,durian,7,6,4,4,0.14,0.9031,0.07,0.8451 dustbin,dustbin,7,6,7,6,0.14,0.9031,0.07,0.8451 Dutchmen,dutchmen,8,6,0,0,0.16,0.9542,0.07,0.8451 earphone,earphone,6,6,6,6,0.12,0.8451,0.07,0.8451 earthworms,earthworms,11,6,10,6,0.22,1.0792,0.07,0.8451 Ecch,ecch,10,6,1,1,0.20,1.0414,0.07,0.8451 eclairs,eclairs,9,6,8,6,0.18,1.0000,0.07,0.8451 economists,economists,6,6,4,4,0.12,0.8451,0.07,0.8451 Ecru,ecru,7,6,3,3,0.14,0.9031,0.07,0.8451 Eddies,eddies,6,6,2,2,0.12,0.8451,0.07,0.8451 educations,educations,6,6,6,6,0.12,0.8451,0.07,0.8451 eff,eff,14,6,13,5,0.27,1.1761,0.07,0.8451 eggbeater,eggbeater,12,6,11,6,0.24,1.1139,0.07,0.8451 eightball,eightball,10,6,5,5,0.20,1.0414,0.07,0.8451 ejaculated,ejaculated,8,6,7,6,0.16,0.9542,0.07,0.8451 elbowing,elbowing,6,6,6,6,0.12,0.8451,0.07,0.8451 elderberry,elderberry,12,6,9,4,0.24,1.1139,0.07,0.8451 elsewheres,elsewheres,6,6,6,6,0.12,0.8451,0.07,0.8451 emanates,emanates,6,6,6,6,0.12,0.8451,0.07,0.8451 emancipate,emancipate,8,6,7,5,0.16,0.9542,0.07,0.8451 emboldened,emboldened,6,6,3,3,0.12,0.8451,0.07,0.8451 embroiled,embroiled,6,6,6,6,0.12,0.8451,0.07,0.8451 embryonic,embryonic,6,6,6,6,0.12,0.8451,0.07,0.8451 emptier,emptier,7,6,7,6,0.14,0.9031,0.07,0.8451 enabler,enabler,6,6,6,6,0.12,0.8451,0.07,0.8451 encamped,encamped,6,6,6,6,0.12,0.8451,0.07,0.8451 encephalopathy,encephalopathy,6,6,6,6,0.12,0.8451,0.07,0.8451 encircling,encircling,7,6,5,5,0.14,0.9031,0.07,0.8451 encores,encores,7,6,7,6,0.14,0.9031,0.07,0.8451 encumbered,encumbered,6,6,6,6,0.12,0.8451,0.07,0.8451 endear,endear,6,6,6,6,0.12,0.8451,0.07,0.8451 endeavored,endeavored,6,6,6,6,0.12,0.8451,0.07,0.8451 endorses,endorses,6,6,6,6,0.12,0.8451,0.07,0.8451 endowments,endowments,6,6,6,6,0.12,0.8451,0.07,0.8451 enforceable,enforceable,6,6,6,6,0.12,0.8451,0.07,0.8451 engender,engender,7,6,7,6,0.14,0.9031,0.07,0.8451 engrossing,engrossing,6,6,6,6,0.12,0.8451,0.07,0.8451 enjoin,enjoin,8,6,8,6,0.16,0.9542,0.07,0.8451 enlarging,enlarging,8,6,8,6,0.16,0.9542,0.07,0.8451 Enoch,enoch,20,6,0,0,0.39,1.3222,0.07,0.8451 enquiring,enquiring,6,6,5,5,0.12,0.8451,0.07,0.8451 ensnare,ensnare,6,6,6,6,0.12,0.8451,0.07,0.8451 entailed,entailed,6,6,6,6,0.12,0.8451,0.07,0.8451 entangle,entangle,6,6,6,6,0.12,0.8451,0.07,0.8451 enthusiasms,enthusiasms,9,6,7,6,0.18,1.0000,0.07,0.8451 entranced,entranced,6,6,3,3,0.12,0.8451,0.07,0.8451 entrancing,entrancing,12,6,12,6,0.24,1.1139,0.07,0.8451 Ep,ep,7,6,3,3,0.14,0.9031,0.07,0.8451 epiglottis,epiglottis,6,6,6,6,0.12,0.8451,0.07,0.8451 epilogue,epilogue,6,6,6,6,0.12,0.8451,0.07,0.8451 epoch,epoch,7,6,6,5,0.14,0.9031,0.07,0.8451 equine,equine,7,6,4,4,0.14,0.9031,0.07,0.8451 equivocal,equivocal,8,6,6,5,0.16,0.9542,0.07,0.8451 ersatz,ersatz,7,6,6,6,0.14,0.9031,0.07,0.8451 escapees,escapees,6,6,5,5,0.12,0.8451,0.07,0.8451 especial,especial,7,6,6,5,0.14,0.9031,0.07,0.8451 eval,eval,6,6,6,6,0.12,0.8451,0.07,0.8451 evangelist,evangelist,6,6,4,4,0.12,0.8451,0.07,0.8451 ewe,ewe,16,6,14,5,0.31,1.2304,0.07,0.8451 exacerbate,exacerbate,7,6,7,6,0.14,0.9031,0.07,0.8451 Excelente,excelente,7,6,0,0,0.14,0.9031,0.07,0.8451 excommunication,excommunication,7,6,7,6,0.14,0.9031,0.07,0.8451 excretion,excretion,6,6,6,6,0.12,0.8451,0.07,0.8451 excusable,excusable,7,6,7,6,0.14,0.9031,0.07,0.8451 executes,executes,7,6,7,6,0.14,0.9031,0.07,0.8451 exempted,exempted,9,6,8,5,0.18,1.0000,0.07,0.8451 exerting,exerting,6,6,6,6,0.12,0.8451,0.07,0.8451 exfoliating,exfoliating,6,6,5,5,0.12,0.8451,0.07,0.8451 exhausts,exhausts,6,6,6,6,0.12,0.8451,0.07,0.8451 exhibitions,exhibitions,6,6,6,6,0.12,0.8451,0.07,0.8451 exhibitors,exhibitors,7,6,7,6,0.14,0.9031,0.07,0.8451 expeditious,expeditious,7,6,7,6,0.14,0.9031,0.07,0.8451 experiencer,experiencer,6,6,5,5,0.12,0.8451,0.07,0.8451 extemporaneous,extemporaneous,6,6,6,6,0.12,0.8451,0.07,0.8451 exteriors,exteriors,7,6,7,6,0.14,0.9031,0.07,0.8451 exultation,exultation,6,6,6,6,0.12,0.8451,0.07,0.8451 eyeline,eyeline,9,6,9,6,0.18,1.0000,0.07,0.8451 facetious,facetious,6,6,6,6,0.12,0.8451,0.07,0.8451 faddle,faddle,9,6,5,3,0.18,1.0000,0.07,0.8451 Fagin,fagin,6,6,1,1,0.12,0.8451,0.07,0.8451 faltered,faltered,7,6,7,6,0.14,0.9031,0.07,0.8451 famines,famines,6,6,6,6,0.12,0.8451,0.07,0.8451 fanatically,fanatically,7,6,7,6,0.14,0.9031,0.07,0.8451 fanaticism,fanaticism,6,6,5,5,0.12,0.8451,0.07,0.8451 fantasise,fantasise,9,6,9,6,0.18,1.0000,0.07,0.8451 farcical,farcical,6,6,6,6,0.12,0.8451,0.07,0.8451 faring,faring,6,6,4,4,0.12,0.8451,0.07,0.8451 fastening,fastening,6,6,6,6,0.12,0.8451,0.07,0.8451 fave,fave,6,6,6,6,0.12,0.8451,0.07,0.8451 feigned,feigned,8,6,7,5,0.16,0.9542,0.07,0.8451 feldspar,feldspar,7,6,4,4,0.14,0.9031,0.07,0.8451 fellah,fellah,7,6,7,6,0.14,0.9031,0.07,0.8451 fells,fells,6,6,4,4,0.12,0.8451,0.07,0.8451 femmes,femmes,12,6,9,4,0.24,1.1139,0.07,0.8451 ferociously,ferociously,7,6,6,5,0.14,0.9031,0.07,0.8451 ferrets,ferrets,9,6,8,5,0.18,1.0000,0.07,0.8451 ferries,ferries,6,6,5,5,0.12,0.8451,0.07,0.8451 fettle,fettle,6,6,6,6,0.12,0.8451,0.07,0.8451 fibbing,fibbing,6,6,6,6,0.12,0.8451,0.07,0.8451 fibs,fibs,7,6,7,6,0.14,0.9031,0.07,0.8451 figgy,figgy,8,6,5,5,0.16,0.9542,0.07,0.8451 filaments,filaments,6,6,6,6,0.12,0.8451,0.07,0.8451 filibuster,filibuster,11,6,7,3,0.22,1.0792,0.07,0.8451 Filipinos,filipinos,26,6,0,0,0.51,1.4314,0.07,0.8451 financiers,financiers,6,6,6,6,0.12,0.8451,0.07,0.8451 finked,finked,9,6,8,6,0.18,1.0000,0.07,0.8451 fireplug,fireplug,10,6,10,6,0.20,1.0414,0.07,0.8451 firestorm,firestorm,6,6,6,6,0.12,0.8451,0.07,0.8451 fishmonger,fishmonger,6,6,6,6,0.12,0.8451,0.07,0.8451 fistula,fistula,9,6,9,6,0.18,1.0000,0.07,0.8451 fjord,fjord,24,6,24,6,0.47,1.3979,0.07,0.8451 flagellation,flagellation,6,6,5,5,0.12,0.8451,0.07,0.8451 flagon,flagon,16,6,14,6,0.31,1.2304,0.07,0.8451 flambe,flambe,6,6,5,5,0.12,0.8451,0.07,0.8451 flamingoes,flamingoes,6,6,4,4,0.12,0.8451,0.07,0.8451 flange,flange,12,6,10,4,0.24,1.1139,0.07,0.8451 flapped,flapped,6,6,6,6,0.12,0.8451,0.07,0.8451 Flatiron,flatiron,6,6,1,1,0.12,0.8451,0.07,0.8451 flattens,flattens,6,6,6,6,0.12,0.8451,0.07,0.8451 flatters,flatters,6,6,6,6,0.12,0.8451,0.07,0.8451 flautist,flautist,8,6,7,5,0.16,0.9542,0.07,0.8451 flay,flay,8,6,5,4,0.16,0.9542,0.07,0.8451 fleecing,fleecing,6,6,6,6,0.12,0.8451,0.07,0.8451 flicked,flicked,8,6,6,4,0.16,0.9542,0.07,0.8451 flied,flied,13,6,12,5,0.25,1.1461,0.07,0.8451 Florin,florin,18,6,6,3,0.35,1.2788,0.07,0.8451 Flossie,flossie,11,6,0,0,0.22,1.0792,0.07,0.8451 flourishes,flourishes,6,6,6,6,0.12,0.8451,0.07,0.8451 flukes,flukes,6,6,5,5,0.12,0.8451,0.07,0.8451 flummoxed,flummoxed,8,6,8,6,0.16,0.9542,0.07,0.8451 flusher,flusher,8,6,8,6,0.16,0.9542,0.07,0.8451 foibles,foibles,7,6,5,5,0.14,0.9031,0.07,0.8451 foils,foils,6,6,6,6,0.12,0.8451,0.07,0.8451 foisted,foisted,6,6,6,6,0.12,0.8451,0.07,0.8451 folic,folic,7,6,6,5,0.14,0.9031,0.07,0.8451 foots,foots,8,6,8,6,0.16,0.9542,0.07,0.8451 Fords,fords,22,6,1,1,0.43,1.3617,0.07,0.8451 forecasting,forecasting,9,6,9,6,0.18,1.0000,0.07,0.8451 forecastle,forecastle,6,6,5,5,0.12,0.8451,0.07,0.8451 foreclosing,foreclosing,7,6,7,6,0.14,0.9031,0.07,0.8451 foregoing,foregoing,6,6,6,6,0.12,0.8451,0.07,0.8451 forfeits,forfeits,7,6,7,6,0.14,0.9031,0.07,0.8451 forfeiture,forfeiture,10,6,9,5,0.20,1.0414,0.07,0.8451 forgivable,forgivable,6,6,6,6,0.12,0.8451,0.07,0.8451 formalize,formalize,6,6,6,6,0.12,0.8451,0.07,0.8451 formatted,formatted,10,6,10,6,0.20,1.0414,0.07,0.8451 formulating,formulating,7,6,6,5,0.14,0.9031,0.07,0.8451 fortieth,fortieth,6,6,5,5,0.12,0.8451,0.07,0.8451 Foss,foss,40,6,0,0,0.78,1.6128,0.07,0.8451 fot,fot,6,6,6,6,0.12,0.8451,0.07,0.8451 foully,foully,8,6,7,5,0.16,0.9542,0.07,0.8451 Foy,foy,17,6,2,2,0.33,1.2553,0.07,0.8451 fractious,fractious,8,6,8,6,0.16,0.9542,0.07,0.8451 fragility,fragility,7,6,7,6,0.14,0.9031,0.07,0.8451 frags,frags,6,6,5,5,0.12,0.8451,0.07,0.8451 Frazer,frazer,10,6,1,1,0.20,1.0414,0.07,0.8451 frazzle,frazzle,6,6,6,6,0.12,0.8451,0.07,0.8451 freckled,freckled,6,6,6,6,0.12,0.8451,0.07,0.8451 freebasing,freebasing,7,6,7,6,0.14,0.9031,0.07,0.8451 frequenting,frequenting,6,6,6,6,0.12,0.8451,0.07,0.8451 frogman,frogman,7,6,7,6,0.14,0.9031,0.07,0.8451 frolics,frolics,7,6,5,4,0.14,0.9031,0.07,0.8451 fruited,fruited,7,6,7,6,0.14,0.9031,0.07,0.8451 frump,frump,7,6,7,6,0.14,0.9031,0.07,0.8451 Fs,fs,11,6,0,0,0.22,1.0792,0.07,0.8451 fugit,fugit,8,6,8,6,0.16,0.9542,0.07,0.8451 fumigate,fumigate,7,6,7,6,0.14,0.9031,0.07,0.8451 fundraisers,fundraisers,6,6,6,6,0.12,0.8451,0.07,0.8451 fungi,fungi,9,6,9,6,0.18,1.0000,0.07,0.8451 funkier,funkier,7,6,5,5,0.14,0.9031,0.07,0.8451 funneling,funneling,6,6,6,6,0.12,0.8451,0.07,0.8451 furloughs,furloughs,6,6,6,6,0.12,0.8451,0.07,0.8451 furnishes,furnishes,7,6,7,6,0.14,0.9031,0.07,0.8451 furrier,furrier,13,6,11,5,0.25,1.1461,0.07,0.8451 furrows,furrows,6,6,6,6,0.12,0.8451,0.07,0.8451 furthering,furthering,6,6,6,6,0.12,0.8451,0.07,0.8451 fusing,fusing,6,6,5,5,0.12,0.8451,0.07,0.8451 gabardine,gabardine,6,6,5,5,0.12,0.8451,0.07,0.8451 gainful,gainful,6,6,6,6,0.12,0.8451,0.07,0.8451 gainst,gainst,9,6,8,5,0.18,1.0000,0.07,0.8451 galleons,galleons,6,6,4,4,0.12,0.8451,0.07,0.8451 Galloway,galloway,29,6,0,0,0.57,1.4771,0.07,0.8451 ganglia,ganglia,6,6,6,6,0.12,0.8451,0.07,0.8451 gasser,gasser,7,6,7,6,0.14,0.9031,0.07,0.8451 gateways,gateways,9,6,6,5,0.18,1.0000,0.07,0.8451 Gaucho,gaucho,28,6,7,5,0.55,1.4624,0.07,0.8451 gayness,gayness,6,6,6,6,0.12,0.8451,0.07,0.8451 Geist,geist,13,6,0,0,0.25,1.1461,0.07,0.8451 gemstones,gemstones,12,6,12,6,0.24,1.1139,0.07,0.8451 genies,genies,14,6,11,4,0.27,1.1761,0.07,0.8451 genres,genres,6,6,6,6,0.12,0.8451,0.07,0.8451 gentamicin,gentamicin,6,6,5,5,0.12,0.8451,0.07,0.8451 gentility,gentility,6,6,6,6,0.12,0.8451,0.07,0.8451 gentlewoman,gentlewoman,8,6,8,6,0.16,0.9542,0.07,0.8451 Ger,ger,69,6,1,1,1.35,1.8451,0.07,0.8451 Gethsemane,gethsemane,15,6,0,0,0.29,1.2041,0.07,0.8451 ghettos,ghettos,11,6,10,5,0.22,1.0792,0.07,0.8451 gigabytes,gigabytes,8,6,8,6,0.16,0.9542,0.07,0.8451 gilding,gilding,6,6,6,6,0.12,0.8451,0.07,0.8451 gilt,gilt,9,6,9,6,0.18,1.0000,0.07,0.8451 girders,girders,7,6,7,6,0.14,0.9031,0.07,0.8451 givers,givers,6,6,6,6,0.12,0.8451,0.07,0.8451 glacial,glacial,6,6,5,5,0.12,0.8451,0.07,0.8451 Glaucus,glaucus,12,6,2,2,0.24,1.1139,0.07,0.8451 gleeful,gleeful,7,6,4,4,0.14,0.9031,0.07,0.8451 gleefully,gleefully,6,6,4,4,0.12,0.8451,0.07,0.8451 glided,glided,6,6,6,6,0.12,0.8451,0.07,0.8451 glides,glides,8,6,8,6,0.16,0.9542,0.07,0.8451 glittered,glittered,7,6,7,6,0.14,0.9031,0.07,0.8451 glittery,glittery,6,6,6,6,0.12,0.8451,0.07,0.8451 glitz,glitz,6,6,5,5,0.12,0.8451,0.07,0.8451 glockenspiel,glockenspiel,9,6,7,5,0.18,1.0000,0.07,0.8451 glug,glug,15,6,12,6,0.29,1.2041,0.07,0.8451 gluttonous,gluttonous,6,6,6,6,0.12,0.8451,0.07,0.8451 gnocchi,gnocchi,9,6,7,5,0.18,1.0000,0.07,0.8451 goaded,goaded,9,6,9,6,0.18,1.0000,0.07,0.8451 godfathers,godfathers,12,6,12,6,0.24,1.1139,0.07,0.8451 godhood,godhood,6,6,6,6,0.12,0.8451,0.07,0.8451 Goldy,goldy,20,6,2,2,0.39,1.3222,0.07,0.8451 gondolier,gondolier,9,6,9,6,0.18,1.0000,0.07,0.8451 gongs,gongs,8,6,7,5,0.16,0.9542,0.07,0.8451 goofs,goofs,7,6,6,6,0.14,0.9031,0.07,0.8451 Goonies,goonies,14,6,0,0,0.27,1.1761,0.07,0.8451 Goosey,goosey,16,6,5,4,0.31,1.2304,0.07,0.8451 gorging,gorging,6,6,5,5,0.12,0.8451,0.07,0.8451 goyim,goyim,8,6,7,5,0.16,0.9542,0.07,0.8451 graceless,graceless,6,6,3,3,0.12,0.8451,0.07,0.8451 Graff,graff,8,6,0,0,0.16,0.9542,0.07,0.8451 grammatical,grammatical,6,6,6,6,0.12,0.8451,0.07,0.8451 grapefruits,grapefruits,7,6,7,6,0.14,0.9031,0.07,0.8451 graphically,graphically,6,6,6,6,0.12,0.8451,0.07,0.8451 grappa,grappa,9,6,6,5,0.18,1.0000,0.07,0.8451 grater,grater,7,6,7,6,0.14,0.9031,0.07,0.8451 graven,graven,6,6,5,5,0.12,0.8451,0.07,0.8451 graveside,graveside,6,6,4,4,0.12,0.8451,0.07,0.8451 gravitate,gravitate,7,6,7,6,0.14,0.9031,0.07,0.8451 greasiest,greasiest,6,6,6,6,0.12,0.8451,0.07,0.8451 grosser,grosser,6,6,5,5,0.12,0.8451,0.07,0.8451 grouped,grouped,7,6,7,6,0.14,0.9031,0.07,0.8451 grumbles,grumbles,6,6,5,5,0.12,0.8451,0.07,0.8451 Grunion,grunion,13,6,4,2,0.25,1.1461,0.07,0.8451 gt,gt,15,6,9,1,0.29,1.2041,0.07,0.8451 Guan,guan,10,6,1,1,0.20,1.0414,0.07,0.8451 guardroom,guardroom,10,6,10,6,0.20,1.0414,0.07,0.8451 guilts,guilts,6,6,5,5,0.12,0.8451,0.07,0.8451 gunfighters,gunfighters,9,6,8,6,0.18,1.0000,0.07,0.8451 gunrunner,gunrunner,6,6,6,6,0.12,0.8451,0.07,0.8451 gushy,gushy,7,6,7,6,0.14,0.9031,0.07,0.8451 gynecologists,gynecologists,7,6,6,6,0.14,0.9031,0.07,0.8451 gyros,gyros,7,6,6,5,0.14,0.9031,0.07,0.8451 gyroscopic,gyroscopic,6,6,6,6,0.12,0.8451,0.07,0.8451 haematoma,haematoma,11,6,11,6,0.22,1.0792,0.07,0.8451 hairballs,hairballs,6,6,5,5,0.12,0.8451,0.07,0.8451 hairdos,hairdos,6,6,5,5,0.12,0.8451,0.07,0.8451 hairnets,hairnets,6,6,6,6,0.12,0.8451,0.07,0.8451 Hallows,hallows,14,6,1,1,0.27,1.1761,0.07,0.8451 hallucinatory,hallucinatory,7,6,7,6,0.14,0.9031,0.07,0.8451 hamlets,hamlets,6,6,5,5,0.12,0.8451,0.07,0.8451 handbills,handbills,11,6,10,5,0.22,1.0792,0.07,0.8451 handicapper,handicapper,8,6,8,6,0.16,0.9542,0.07,0.8451 handicapping,handicapping,8,6,8,6,0.16,0.9542,0.07,0.8451 hansom,hansom,6,6,5,5,0.12,0.8451,0.07,0.8451 harbingers,harbingers,6,6,4,4,0.12,0.8451,0.07,0.8451 hardhead,hardhead,11,6,8,4,0.22,1.0792,0.07,0.8451 hardwired,hardwired,6,6,6,6,0.12,0.8451,0.07,0.8451 harmonics,harmonics,11,6,8,6,0.22,1.0792,0.07,0.8451 harried,harried,6,6,6,6,0.12,0.8451,0.07,0.8451 Hasan,hasan,30,6,0,0,0.59,1.4914,0.07,0.8451 hastening,hastening,7,6,6,5,0.14,0.9031,0.07,0.8451 hatpin,hatpin,7,6,7,6,0.14,0.9031,0.07,0.8451 hawing,hawing,6,6,6,6,0.12,0.8451,0.07,0.8451 Hawthorn,hawthorn,8,6,2,2,0.16,0.9542,0.07,0.8451 headhunter,headhunter,9,6,8,6,0.18,1.0000,0.07,0.8451 heaping,heaping,6,6,6,6,0.12,0.8451,0.07,0.8451 Hearken,hearken,6,6,1,1,0.12,0.8451,0.07,0.8451 Hecate,hecate,21,6,0,0,0.41,1.3424,0.07,0.8451 heelers,heelers,7,6,7,6,0.14,0.9031,0.07,0.8451 heisted,heisted,8,6,8,6,0.16,0.9542,0.07,0.8451 hematuria,hematuria,11,6,11,6,0.22,1.0792,0.07,0.8451 hemothorax,hemothorax,6,6,6,6,0.12,0.8451,0.07,0.8451 Heng,heng,78,6,2,1,1.53,1.8976,0.07,0.8451 Hiawatha,hiawatha,7,6,0,0,0.14,0.9031,0.07,0.8451 hic,hic,8,6,5,5,0.16,0.9542,0.07,0.8451 hideouts,hideouts,6,6,6,6,0.12,0.8451,0.07,0.8451 highlighter,highlighter,6,6,6,6,0.12,0.8451,0.07,0.8451 hightails,hightails,6,6,6,6,0.12,0.8451,0.07,0.8451 Hillman,hillman,23,6,0,0,0.45,1.3802,0.07,0.8451 hindering,hindering,7,6,7,6,0.14,0.9031,0.07,0.8451 hinged,hinged,6,6,6,6,0.12,0.8451,0.07,0.8451 hipped,hipped,6,6,6,6,0.12,0.8451,0.07,0.8451 hippest,hippest,8,6,8,6,0.16,0.9542,0.07,0.8451 Hippodrome,hippodrome,32,6,4,3,0.63,1.5185,0.07,0.8451 hoaxes,hoaxes,8,6,8,6,0.16,0.9542,0.07,0.8451 hogged,hogged,6,6,6,6,0.12,0.8451,0.07,0.8451 hoists,hoists,9,6,9,6,0.18,1.0000,0.07,0.8451 holing,holing,6,6,6,6,0.12,0.8451,0.07,0.8451 holograph,holograph,7,6,5,4,0.14,0.9031,0.07,0.8451 holstered,holstered,6,6,6,6,0.12,0.8451,0.07,0.8451 homesteaders,homesteaders,9,6,7,5,0.18,1.0000,0.07,0.8451 honker,honker,6,6,6,6,0.12,0.8451,0.07,0.8451 hoofing,hoofing,6,6,5,5,0.12,0.8451,0.07,0.8451 Hopi,hopi,12,6,0,0,0.24,1.1139,0.07,0.8451 hornier,hornier,7,6,7,6,0.14,0.9031,0.07,0.8451 horsemanship,horsemanship,7,6,7,6,0.14,0.9031,0.07,0.8451 horsewhipped,horsewhipped,6,6,6,6,0.12,0.8451,0.07,0.8451 horticultural,horticultural,6,6,5,5,0.12,0.8451,0.07,0.8451 hotly,hotly,6,6,6,6,0.12,0.8451,0.07,0.8451 housebreak,housebreak,6,6,5,5,0.12,0.8451,0.07,0.8451 housecoat,housecoat,6,6,6,6,0.12,0.8451,0.07,0.8451 Hoyle,hoyle,23,6,0,0,0.45,1.3802,0.07,0.8451 Hrs,hrs,13,6,4,4,0.25,1.1461,0.07,0.8451 ht,ht,11,6,7,4,0.22,1.0792,0.07,0.8451 huggable,huggable,6,6,6,6,0.12,0.8451,0.07,0.8451 humanities,humanities,6,6,4,4,0.12,0.8451,0.07,0.8451 humdinger,humdinger,7,6,7,6,0.14,0.9031,0.07,0.8451 humidifier,humidifier,6,6,6,6,0.12,0.8451,0.07,0.8451 humpback,humpback,21,6,21,6,0.41,1.3424,0.07,0.8451 humpbacked,humpbacked,7,6,6,5,0.14,0.9031,0.07,0.8451 hunchbacked,hunchbacked,6,6,6,6,0.12,0.8451,0.07,0.8451 hunh,hunh,14,6,8,3,0.27,1.1761,0.07,0.8451 hurdling,hurdling,6,6,6,6,0.12,0.8451,0.07,0.8451 hydrocarbon,hydrocarbon,6,6,6,6,0.12,0.8451,0.07,0.8451 hydrochloride,hydrochloride,7,6,6,5,0.14,0.9031,0.07,0.8451 hydroxide,hydroxide,8,6,8,6,0.16,0.9542,0.07,0.8451 hyoid,hyoid,6,6,6,6,0.12,0.8451,0.07,0.8451 hypnotise,hypnotise,9,6,8,6,0.18,1.0000,0.07,0.8451 hypoglycemia,hypoglycemia,6,6,6,6,0.12,0.8451,0.07,0.8451 Iago,iago,35,6,0,0,0.69,1.5563,0.07,0.8451 Icarus,icarus,16,6,0,0,0.31,1.2304,0.07,0.8451 idealize,idealize,6,6,6,6,0.12,0.8451,0.07,0.8451 identifier,identifier,6,6,6,6,0.12,0.8451,0.07,0.8451 idiosyncratic,idiosyncratic,8,6,8,6,0.16,0.9542,0.07,0.8451 idlers,idlers,7,6,6,6,0.14,0.9031,0.07,0.8451 idolatry,idolatry,6,6,5,5,0.12,0.8451,0.07,0.8451 ignoble,ignoble,6,6,6,6,0.12,0.8451,0.07,0.8451 illiteracy,illiteracy,6,6,4,4,0.12,0.8451,0.07,0.8451 illuminates,illuminates,6,6,5,5,0.12,0.8451,0.07,0.8451 illusive,illusive,6,6,6,6,0.12,0.8451,0.07,0.8451 illustrator,illustrator,12,6,9,5,0.24,1.1139,0.07,0.8451 imam,imam,17,6,11,4,0.33,1.2553,0.07,0.8451 imbalanced,imbalanced,6,6,6,6,0.12,0.8451,0.07,0.8451 imbalances,imbalances,6,6,6,6,0.12,0.8451,0.07,0.8451 imbibing,imbibing,6,6,4,4,0.12,0.8451,0.07,0.8451 impairment,impairment,10,6,10,6,0.20,1.0414,0.07,0.8451 impairs,impairs,6,6,6,6,0.12,0.8451,0.07,0.8451 impartiality,impartiality,6,6,6,6,0.12,0.8451,0.07,0.8451 impelled,impelled,6,6,6,6,0.12,0.8451,0.07,0.8451 implantation,implantation,6,6,5,5,0.12,0.8451,0.07,0.8451 impostors,impostors,7,6,6,5,0.14,0.9031,0.07,0.8451 imprinting,imprinting,13,6,12,5,0.25,1.1461,0.07,0.8451 imprisoning,imprisoning,8,6,7,5,0.16,0.9542,0.07,0.8451 improbability,improbability,8,6,7,5,0.16,0.9542,0.07,0.8451 impulsiveness,impulsiveness,7,6,7,6,0.14,0.9031,0.07,0.8451 inaugurated,inaugurated,7,6,7,6,0.14,0.9031,0.07,0.8451 incandescence,incandescence,7,6,6,5,0.14,0.9031,0.07,0.8451 inching,inching,6,6,6,6,0.12,0.8451,0.07,0.8451 incompatibility,incompatibility,7,6,7,6,0.14,0.9031,0.07,0.8451 incorporates,incorporates,7,6,5,4,0.14,0.9031,0.07,0.8451 incurring,incurring,6,6,6,6,0.12,0.8451,0.07,0.8451 indent,indent,6,6,6,6,0.12,0.8451,0.07,0.8451 indescribably,indescribably,6,6,5,5,0.12,0.8451,0.07,0.8451 indicting,indicting,6,6,6,6,0.12,0.8451,0.07,0.8451 ineffable,ineffable,10,6,7,6,0.20,1.0414,0.07,0.8451 inestimable,inestimable,6,6,6,6,0.12,0.8451,0.07,0.8451 inexact,inexact,6,6,6,6,0.12,0.8451,0.07,0.8451 inexorable,inexorable,6,6,6,6,0.12,0.8451,0.07,0.8451 inextricably,inextricably,7,6,7,6,0.14,0.9031,0.07,0.8451 infects,infects,7,6,7,6,0.14,0.9031,0.07,0.8451 inferring,inferring,7,6,7,6,0.14,0.9031,0.07,0.8451 inflating,inflating,6,6,5,5,0.12,0.8451,0.07,0.8451 inflicts,inflicts,6,6,6,6,0.12,0.8451,0.07,0.8451 infringe,infringe,7,6,7,6,0.14,0.9031,0.07,0.8451 infuriates,infuriates,6,6,6,6,0.12,0.8451,0.07,0.8451 inhabiting,inhabiting,6,6,6,6,0.12,0.8451,0.07,0.8451 inimitable,inimitable,8,6,6,6,0.16,0.9542,0.07,0.8451 injurious,injurious,6,6,5,5,0.12,0.8451,0.07,0.8451 inked,inked,8,6,8,6,0.16,0.9542,0.07,0.8451 inquisitor,inquisitor,23,6,19,6,0.45,1.3802,0.07,0.8451 insecticides,insecticides,6,6,6,6,0.12,0.8451,0.07,0.8451 insomniacs,insomniacs,6,6,6,6,0.12,0.8451,0.07,0.8451 insurgency,insurgency,8,6,7,6,0.16,0.9542,0.07,0.8451 intentionality,intentionality,6,6,6,6,0.12,0.8451,0.07,0.8451 intercontinental,intercontinental,6,6,6,6,0.12,0.8451,0.07,0.8451 interlaced,interlaced,8,6,8,6,0.16,0.9542,0.07,0.8451 interlocked,interlocked,6,6,6,6,0.12,0.8451,0.07,0.8451 interment,interment,6,6,6,6,0.12,0.8451,0.07,0.8451 interpreters,interpreters,6,6,6,6,0.12,0.8451,0.07,0.8451 intersects,intersects,6,6,6,6,0.12,0.8451,0.07,0.8451 intertwine,intertwine,8,6,8,6,0.16,0.9542,0.07,0.8451 interwoven,interwoven,6,6,6,6,0.12,0.8451,0.07,0.8451 intractable,intractable,6,6,6,6,0.12,0.8451,0.07,0.8451 invert,invert,6,6,6,6,0.12,0.8451,0.07,0.8451 invests,invests,6,6,5,5,0.12,0.8451,0.07,0.8451 involvements,involvements,6,6,6,6,0.12,0.8451,0.07,0.8451 ionized,ionized,9,6,9,6,0.18,1.0000,0.07,0.8451 Iq,iq,6,6,1,1,0.12,0.8451,0.07,0.8451 Irishman,irishman,7,6,0,0,0.14,0.9031,0.07,0.8451 ironworks,ironworks,8,6,7,5,0.16,0.9542,0.07,0.8451 irreconcilable,irreconcilable,6,6,5,5,0.12,0.8451,0.07,0.8451 irregardless,irregardless,6,6,3,3,0.12,0.8451,0.07,0.8451 irreparably,irreparably,6,6,6,6,0.12,0.8451,0.07,0.8451 irretrievably,irretrievably,6,6,6,6,0.12,0.8451,0.07,0.8451 irritant,irritant,6,6,6,6,0.12,0.8451,0.07,0.8451 irritations,irritations,6,6,6,6,0.12,0.8451,0.07,0.8451 Isis,isis,10,6,0,0,0.20,1.0414,0.07,0.8451 isles,isles,10,6,10,6,0.20,1.0414,0.07,0.8451 isolationist,isolationist,7,6,7,6,0.14,0.9031,0.07,0.8451 Isometrics,isometrics,7,6,3,3,0.14,0.9031,0.07,0.8451 isopropyl,isopropyl,7,6,6,5,0.14,0.9031,0.07,0.8451 Israelis,israelis,6,6,0,0,0.12,0.8451,0.07,0.8451 itched,itched,7,6,7,6,0.14,0.9031,0.07,0.8451 jags,jags,8,6,4,3,0.16,0.9542,0.07,0.8451 Jaguars,jaguars,14,6,4,2,0.27,1.1761,0.07,0.8451 jailers,jailers,6,6,6,6,0.12,0.8451,0.07,0.8451 jalapeno,jalapeno,6,6,5,5,0.12,0.8451,0.07,0.8451 Javanese,javanese,6,6,0,0,0.12,0.8451,0.07,0.8451 jawing,jawing,6,6,6,6,0.12,0.8451,0.07,0.8451 Jee,jee,13,6,0,0,0.25,1.1461,0.07,0.8451 jell,jell,6,6,6,6,0.12,0.8451,0.07,0.8451 jesting,jesting,6,6,6,6,0.12,0.8451,0.07,0.8451 Jewishness,jewishness,8,6,0,0,0.16,0.9542,0.07,0.8451 jigs,jigs,11,6,11,6,0.22,1.0792,0.07,0.8451 juleps,juleps,7,6,7,6,0.14,0.9031,0.07,0.8451 junks,junks,8,6,6,5,0.16,0.9542,0.07,0.8451 jurisdictions,jurisdictions,6,6,6,6,0.12,0.8451,0.07,0.8451 justifications,justifications,6,6,6,6,0.12,0.8451,0.07,0.8451 Kebabs,kebabs,13,6,6,5,0.25,1.1461,0.07,0.8451 keels,keels,6,6,6,6,0.12,0.8451,0.07,0.8451 keepsakes,keepsakes,7,6,5,4,0.14,0.9031,0.07,0.8451 Kendo,kendo,19,6,9,4,0.37,1.3010,0.07,0.8451 Kenyan,kenyan,6,6,0,0,0.12,0.8451,0.07,0.8451 kep,kep,12,6,6,5,0.24,1.1139,0.07,0.8451 Kibbles,kibbles,6,6,2,2,0.12,0.8451,0.07,0.8451 kibitz,kibitz,12,6,11,6,0.24,1.1139,0.07,0.8451 kielbasa,kielbasa,12,6,10,5,0.24,1.1139,0.07,0.8451 klatch,klatch,6,6,6,6,0.12,0.8451,0.07,0.8451 knifes,knifes,7,6,6,5,0.14,0.9031,0.07,0.8451 knish,knish,16,6,8,5,0.31,1.2304,0.07,0.8451 knotty,knotty,7,6,6,6,0.14,0.9031,0.07,0.8451 knowhow,knowhow,7,6,7,6,0.14,0.9031,0.07,0.8451 Korsakoff,korsakoff,14,6,0,0,0.27,1.1761,0.07,0.8451 Krantz,krantz,7,6,0,0,0.14,0.9031,0.07,0.8451 Kriss,kriss,37,6,0,0,0.73,1.5798,0.07,0.8451 Krome,krome,6,6,2,2,0.12,0.8451,0.07,0.8451 Kronos,kronos,19,6,0,0,0.37,1.3010,0.07,0.8451 Kuan,kuan,14,6,0,0,0.27,1.1761,0.07,0.8451 kumquats,kumquats,33,6,23,5,0.65,1.5315,0.07,0.8451 ky,ky,33,6,25,2,0.65,1.5315,0.07,0.8451 laborious,laborious,6,6,6,6,0.12,0.8451,0.07,0.8451 lacquered,lacquered,6,6,6,6,0.12,0.8451,0.07,0.8451 ladybird,ladybird,7,6,6,5,0.14,0.9031,0.07,0.8451 Lambda,lambda,8,6,2,2,0.16,0.9542,0.07,0.8451 lamentable,lamentable,7,6,4,4,0.14,0.9031,0.07,0.8451 lamination,lamination,6,6,6,6,0.12,0.8451,0.07,0.8451 Lancashire,lancashire,7,6,0,0,0.14,0.9031,0.07,0.8451 lanced,lanced,6,6,6,6,0.12,0.8451,0.07,0.8451 lander,lander,9,6,5,3,0.18,1.0000,0.07,0.8451 languished,languished,7,6,7,6,0.14,0.9031,0.07,0.8451 Lanier,lanier,11,6,0,0,0.22,1.0792,0.07,0.8451 lapis,lapis,7,6,5,5,0.14,0.9031,0.07,0.8451 Lapland,lapland,9,6,0,0,0.18,1.0000,0.07,0.8451 larboard,larboard,22,6,18,6,0.43,1.3617,0.07,0.8451 lariat,lariat,6,6,5,5,0.12,0.8451,0.07,0.8451 latchkey,latchkey,16,6,16,6,0.31,1.2304,0.07,0.8451 lathered,lathered,8,6,8,6,0.16,0.9542,0.07,0.8451 latitudes,latitudes,6,6,6,6,0.12,0.8451,0.07,0.8451 Latvia,latvia,9,6,0,0,0.18,1.0000,0.07,0.8451 laudable,laudable,6,6,5,5,0.12,0.8451,0.07,0.8451 laughingly,laughingly,6,6,6,6,0.12,0.8451,0.07,0.8451 Launchpad,launchpad,16,6,5,5,0.31,1.2304,0.07,0.8451 lazier,lazier,8,6,8,6,0.16,0.9542,0.07,0.8451 leathernecks,leathernecks,7,6,5,5,0.14,0.9031,0.07,0.8451 leche,leche,12,6,10,5,0.24,1.1139,0.07,0.8451 legacies,legacies,6,6,6,6,0.12,0.8451,0.07,0.8451 legislator,legislator,8,6,4,4,0.16,0.9542,0.07,0.8451 Leighton,leighton,21,6,0,0,0.41,1.3424,0.07,0.8451 leis,leis,9,6,7,5,0.18,1.0000,0.07,0.8451 Lemming,lemming,6,6,2,2,0.12,0.8451,0.07,0.8451 lentils,lentils,11,6,10,6,0.22,1.0792,0.07,0.8451 lethargy,lethargy,6,6,6,6,0.12,0.8451,0.07,0.8451 levees,levees,6,6,6,6,0.12,0.8451,0.07,0.8451 levelheaded,levelheaded,6,6,6,6,0.12,0.8451,0.07,0.8451 levelling,levelling,7,6,5,5,0.14,0.9031,0.07,0.8451 liaise,liaise,9,6,9,6,0.18,1.0000,0.07,0.8451 libation,libation,7,6,7,6,0.14,0.9031,0.07,0.8451 licentiousness,licentiousness,6,6,5,5,0.12,0.8451,0.07,0.8451 lief,lief,8,6,4,2,0.16,0.9542,0.07,0.8451 lightened,lightened,6,6,6,6,0.12,0.8451,0.07,0.8451 lilt,lilt,12,6,11,5,0.24,1.1139,0.07,0.8451 lilting,lilting,7,6,7,6,0.14,0.9031,0.07,0.8451 linemen,linemen,8,6,8,6,0.16,0.9542,0.07,0.8451 Lionheart,lionheart,12,6,0,0,0.24,1.1139,0.07,0.8451 liquefied,liquefied,6,6,6,6,0.12,0.8451,0.07,0.8451 litany,litany,6,6,6,6,0.12,0.8451,0.07,0.8451 lithographs,lithographs,7,6,7,6,0.14,0.9031,0.07,0.8451 litters,litters,6,6,6,6,0.12,0.8451,0.07,0.8451 Loach,loach,28,6,0,0,0.55,1.4624,0.07,0.8451 lobbed,lobbed,6,6,6,6,0.12,0.8451,0.07,0.8451 lobotomized,lobotomized,6,6,5,5,0.12,0.8451,0.07,0.8451 locality,locality,6,6,6,6,0.12,0.8451,0.07,0.8451 locksmiths,locksmiths,6,6,4,4,0.12,0.8451,0.07,0.8451 locomotion,locomotion,8,6,7,5,0.16,0.9542,0.07,0.8451 login,login,6,6,6,6,0.12,0.8451,0.07,0.8451 Loki,loki,53,6,0,0,1.04,1.7324,0.07,0.8451 longboats,longboats,8,6,7,5,0.16,0.9542,0.07,0.8451 longhaired,longhaired,8,6,5,5,0.16,0.9542,0.07,0.8451 longings,longings,7,6,6,5,0.14,0.9031,0.07,0.8451 longlegs,longlegs,6,6,6,6,0.12,0.8451,0.07,0.8451 lope,lope,6,6,5,5,0.12,0.8451,0.07,0.8451 lorries,lorries,6,6,6,6,0.12,0.8451,0.07,0.8451 lowland,lowland,6,6,4,4,0.12,0.8451,0.07,0.8451 lucre,lucre,6,6,6,6,0.12,0.8451,0.07,0.8451 lunger,lunger,11,6,10,6,0.22,1.0792,0.07,0.8451 Lunt,lunt,8,6,0,0,0.16,0.9542,0.07,0.8451 lusted,lusted,7,6,7,6,0.14,0.9031,0.07,0.8451 lynchings,lynchings,6,6,3,3,0.12,0.8451,0.07,0.8451 macroscopic,macroscopic,11,6,11,6,0.22,1.0792,0.07,0.8451 madrigal,madrigal,7,6,4,3,0.14,0.9031,0.07,0.8451 Mafioso,mafioso,6,6,2,2,0.12,0.8451,0.07,0.8451 maggoty,maggoty,6,6,4,4,0.12,0.8451,0.07,0.8451 Magi,magi,26,6,2,2,0.51,1.4314,0.07,0.8451 magnums,magnums,6,6,3,3,0.12,0.8451,0.07,0.8451 mailers,mailers,8,6,8,6,0.16,0.9542,0.07,0.8451 Mainlander,mainlander,10,6,3,2,0.20,1.0414,0.07,0.8451 majestically,majestically,8,6,8,6,0.16,0.9542,0.07,0.8451 malevolence,malevolence,6,6,6,6,0.12,0.8451,0.07,0.8451 Mamba,mamba,17,6,2,2,0.33,1.2553,0.07,0.8451 mammary,mammary,9,6,5,4,0.18,1.0000,0.07,0.8451 Manchus,manchus,9,6,0,0,0.18,1.0000,0.07,0.8451 maniacally,maniacally,9,6,9,6,0.18,1.0000,0.07,0.8451 manlike,manlike,6,6,6,6,0.12,0.8451,0.07,0.8451 mannerly,mannerly,7,6,7,6,0.14,0.9031,0.07,0.8451 manos,manos,6,6,5,5,0.12,0.8451,0.07,0.8451 Maori,maori,7,6,0,0,0.14,0.9031,0.07,0.8451 marathons,marathons,6,6,6,6,0.12,0.8451,0.07,0.8451 Marianna,marianna,7,6,0,0,0.14,0.9031,0.07,0.8451 Marigold,marigold,8,6,0,0,0.16,0.9542,0.07,0.8451 mascots,mascots,7,6,7,6,0.14,0.9031,0.07,0.8451 masochists,masochists,10,6,9,6,0.20,1.0414,0.07,0.8451 masthead,masthead,6,6,6,6,0.12,0.8451,0.07,0.8451 mastiff,mastiff,6,6,5,5,0.12,0.8451,0.07,0.8451 masturbatory,masturbatory,7,6,7,6,0.14,0.9031,0.07,0.8451 mateys,mateys,12,6,12,6,0.24,1.1139,0.07,0.8451 mattering,mattering,6,6,6,6,0.12,0.8451,0.07,0.8451 mealy,mealy,8,6,8,6,0.16,0.9542,0.07,0.8451 measurable,measurable,6,6,6,6,0.12,0.8451,0.07,0.8451 meditations,meditations,6,6,3,3,0.12,0.8451,0.07,0.8451 meekly,meekly,6,6,6,6,0.12,0.8451,0.07,0.8451 megabucks,megabucks,6,6,3,3,0.12,0.8451,0.07,0.8451 megaton,megaton,6,6,6,6,0.12,0.8451,0.07,0.8451 melding,melding,6,6,5,5,0.12,0.8451,0.07,0.8451 melodramas,melodramas,6,6,6,6,0.12,0.8451,0.07,0.8451 meltdowns,meltdowns,8,6,8,6,0.16,0.9542,0.07,0.8451 memorization,memorization,7,6,7,6,0.14,0.9031,0.07,0.8451 Meng,meng,19,6,0,0,0.37,1.3010,0.07,0.8451 menstruating,menstruating,6,6,6,6,0.12,0.8451,0.07,0.8451 mentholated,mentholated,6,6,5,5,0.12,0.8451,0.07,0.8451 meshuga,meshuga,6,6,6,6,0.12,0.8451,0.07,0.8451 mesmerised,mesmerised,6,6,6,6,0.12,0.8451,0.07,0.8451 mesmerizing,mesmerizing,6,6,6,6,0.12,0.8451,0.07,0.8451 metacarpal,metacarpal,7,6,7,6,0.14,0.9031,0.07,0.8451 metallurgy,metallurgy,6,6,5,5,0.12,0.8451,0.07,0.8451 metastatic,metastatic,9,6,8,5,0.18,1.0000,0.07,0.8451 meteorites,meteorites,10,6,8,6,0.20,1.0414,0.07,0.8451 Methodists,methodists,6,6,0,0,0.12,0.8451,0.07,0.8451 mew,mew,23,6,17,5,0.45,1.3802,0.07,0.8451 microcomputer,microcomputer,8,6,8,6,0.16,0.9542,0.07,0.8451 microdot,microdot,6,6,5,5,0.12,0.8451,0.07,0.8451 micromanaging,micromanaging,6,6,6,6,0.12,0.8451,0.07,0.8451 microns,microns,11,6,11,6,0.22,1.0792,0.07,0.8451 microorganism,microorganism,7,6,7,6,0.14,0.9031,0.07,0.8451 Mideast,mideast,7,6,1,1,0.14,0.9031,0.07,0.8451 midship,midship,8,6,6,4,0.16,0.9542,0.07,0.8451 midshipmen,midshipmen,9,6,7,6,0.18,1.0000,0.07,0.8451 midweek,midweek,6,6,5,5,0.12,0.8451,0.07,0.8451 Migs,migs,29,6,2,2,0.57,1.4771,0.07,0.8451 milestones,milestones,6,6,6,6,0.12,0.8451,0.07,0.8451 milksops,milksops,6,6,6,6,0.12,0.8451,0.07,0.8451 Millenium,millenium,23,6,3,3,0.45,1.3802,0.07,0.8451 Millet,millet,16,6,3,1,0.31,1.2304,0.07,0.8451 Milos,milos,8,6,0,0,0.16,0.9542,0.07,0.8451 Mim,mim,31,6,1,1,0.61,1.5051,0.07,0.8451 mimeograph,mimeograph,9,6,8,5,0.18,1.0000,0.07,0.8451 minimise,minimise,8,6,8,6,0.16,0.9542,0.07,0.8451 ministrations,ministrations,6,6,6,6,0.12,0.8451,0.07,0.8451 ministries,ministries,8,6,6,5,0.16,0.9542,0.07,0.8451 minored,minored,7,6,7,6,0.14,0.9031,0.07,0.8451 minutiae,minutiae,6,6,6,6,0.12,0.8451,0.07,0.8451 Miro,miro,28,6,1,1,0.55,1.4624,0.07,0.8451 misconceptions,misconceptions,6,6,6,6,0.12,0.8451,0.07,0.8451 miscreants,miscreants,6,6,6,6,0.12,0.8451,0.07,0.8451 misheard,misheard,6,6,6,6,0.12,0.8451,0.07,0.8451 misjudging,misjudging,6,6,6,6,0.12,0.8451,0.07,0.8451 mismanagement,mismanagement,7,6,6,5,0.14,0.9031,0.07,0.8451 misrepresenting,misrepresenting,6,6,5,5,0.12,0.8451,0.07,0.8451 Miter,miter,25,6,8,5,0.49,1.4150,0.07,0.8451 mobiles,mobiles,7,6,5,4,0.14,0.9031,0.07,0.8451 mobilise,mobilise,6,6,3,3,0.12,0.8451,0.07,0.8451 mobilised,mobilised,7,6,7,6,0.14,0.9031,0.07,0.8451 mockup,mockup,6,6,6,6,0.12,0.8451,0.07,0.8451 modulator,modulator,7,6,5,5,0.14,0.9031,0.07,0.8451 moisturizing,moisturizing,7,6,6,5,0.14,0.9031,0.07,0.8451 Moliere,moliere,8,6,0,0,0.16,0.9542,0.07,0.8451 Molt,molt,7,6,3,3,0.14,0.9031,0.07,0.8451 Mommie,mommie,8,6,0,0,0.16,0.9542,0.07,0.8451 monarchs,monarchs,6,6,4,4,0.12,0.8451,0.07,0.8451 monopolies,monopolies,7,6,7,6,0.14,0.9031,0.07,0.8451 Montevideo,montevideo,10,6,0,0,0.20,1.0414,0.07,0.8451 moralist,moralist,6,6,6,6,0.12,0.8451,0.07,0.8451 moralizing,moralizing,6,6,5,5,0.12,0.8451,0.07,0.8451 Morg,morg,47,6,1,1,0.92,1.6812,0.07,0.8451 morphed,morphed,6,6,5,5,0.12,0.8451,0.07,0.8451 morphology,morphology,6,6,4,4,0.12,0.8451,0.07,0.8451 Mortify,mortify,7,6,3,3,0.14,0.9031,0.07,0.8451 mota,mota,8,6,5,3,0.16,0.9542,0.07,0.8451 motocross,motocross,6,6,4,4,0.12,0.8451,0.07,0.8451 motorman,motorman,9,6,8,5,0.18,1.0000,0.07,0.8451 Motormouth,motormouth,15,6,3,3,0.29,1.2041,0.07,0.8451 mountainous,mountainous,8,6,7,6,0.16,0.9542,0.07,0.8451 mountaintops,mountaintops,6,6,6,6,0.12,0.8451,0.07,0.8451 mousetraps,mousetraps,6,6,6,6,0.12,0.8451,0.07,0.8451 Mouton,mouton,7,6,0,0,0.14,0.9031,0.07,0.8451 Muckle,muckle,40,6,0,0,0.78,1.6128,0.07,0.8451 Mucky,mucky,9,6,3,3,0.18,1.0000,0.07,0.8451 muffed,muffed,7,6,7,6,0.14,0.9031,0.07,0.8451 multifocal,multifocal,6,6,3,3,0.12,0.8451,0.07,0.8451 multimillion,multimillion,6,6,6,6,0.12,0.8451,0.07,0.8451 multivitamin,multivitamin,6,6,6,6,0.12,0.8451,0.07,0.8451 mumbled,mumbled,6,6,6,6,0.12,0.8451,0.07,0.8451 Mumsy,mumsy,12,6,0,0,0.24,1.1139,0.07,0.8451 Mun,mun,33,6,0,0,0.65,1.5315,0.07,0.8451 Mus,mus,14,6,5,4,0.27,1.1761,0.07,0.8451 mushed,mushed,6,6,6,6,0.12,0.8451,0.07,0.8451 Muskie,muskie,27,6,0,0,0.53,1.4472,0.07,0.8451 muslin,muslin,6,6,6,6,0.12,0.8451,0.07,0.8451 mystify,mystify,7,6,7,6,0.14,0.9031,0.07,0.8451 Naa,naa,7,6,1,1,0.14,0.9031,0.07,0.8451 nacelles,nacelles,6,6,4,4,0.12,0.8451,0.07,0.8451 nanotechnology,nanotechnology,7,6,7,6,0.14,0.9031,0.07,0.8451 napalmed,napalmed,6,6,6,6,0.12,0.8451,0.07,0.8451 Napier,napier,22,6,0,0,0.43,1.3617,0.07,0.8451 Napoleonic,napoleonic,14,6,0,0,0.27,1.1761,0.07,0.8451 nappies,nappies,8,6,8,6,0.16,0.9542,0.07,0.8451 narcoleptic,narcoleptic,7,6,6,5,0.14,0.9031,0.07,0.8451 navies,navies,6,6,5,5,0.12,0.8451,0.07,0.8451 naysayers,naysayers,6,6,6,6,0.12,0.8451,0.07,0.8451 neared,neared,6,6,6,6,0.12,0.8451,0.07,0.8451 Nebuchadnezzar,nebuchadnezzar,20,6,0,0,0.39,1.3222,0.07,0.8451 necrosis,necrosis,6,6,4,4,0.12,0.8451,0.07,0.8451 necrotic,necrotic,6,6,6,6,0.12,0.8451,0.07,0.8451 Nembutal,nembutal,6,6,0,0,0.12,0.8451,0.07,0.8451 Neolithic,neolithic,6,6,2,2,0.12,0.8451,0.07,0.8451 neophytes,neophytes,6,6,5,5,0.12,0.8451,0.07,0.8451 Neoprene,neoprene,11,6,5,3,0.22,1.0792,0.07,0.8451 nester,nester,8,6,6,4,0.16,0.9542,0.07,0.8451 nettle,nettle,8,6,8,6,0.16,0.9542,0.07,0.8451 nettles,nettles,7,6,5,5,0.14,0.9031,0.07,0.8451 neurologic,neurologic,7,6,7,6,0.14,0.9031,0.07,0.8451 neuron,neuron,7,6,7,6,0.14,0.9031,0.07,0.8451 neuronal,neuronal,6,6,6,6,0.12,0.8451,0.07,0.8451 neutering,neutering,9,6,9,6,0.18,1.0000,0.07,0.8451 neutralizing,neutralizing,6,6,6,6,0.12,0.8451,0.07,0.8451 newsbreak,newsbreak,6,6,5,5,0.12,0.8451,0.07,0.8451 newspaperwoman,newspaperwoman,8,6,8,6,0.16,0.9542,0.07,0.8451 Nig,nig,29,6,5,4,0.57,1.4771,0.07,0.8451 nighties,nighties,6,6,6,6,0.12,0.8451,0.07,0.8451 nightingales,nightingales,7,6,6,5,0.14,0.9031,0.07,0.8451 Nijinsky,nijinsky,7,6,0,0,0.14,0.9031,0.07,0.8451 Nikon,nikon,13,6,1,1,0.25,1.1461,0.07,0.8451 Nils,nils,10,6,0,0,0.20,1.0414,0.07,0.8451 nixed,nixed,8,6,8,6,0.16,0.9542,0.07,0.8451 nobs,nobs,6,6,6,6,0.12,0.8451,0.07,0.8451 nondisclosure,nondisclosure,7,6,7,6,0.14,0.9031,0.07,0.8451 nonexistence,nonexistence,6,6,6,6,0.12,0.8451,0.07,0.8451 nonhuman,nonhuman,8,6,7,5,0.16,0.9542,0.07,0.8451 noninvasive,noninvasive,6,6,6,6,0.12,0.8451,0.07,0.8451 Northerners,northerners,9,6,0,0,0.18,1.0000,0.07,0.8451 nosh,nosh,6,6,6,6,0.12,0.8451,0.07,0.8451 nota,nota,7,6,7,6,0.14,0.9031,0.07,0.8451 notables,notables,6,6,6,6,0.12,0.8451,0.07,0.8451 novelties,novelties,6,6,5,5,0.12,0.8451,0.07,0.8451 novitiate,novitiate,8,6,7,5,0.16,0.9542,0.07,0.8451 nucleotides,nucleotides,6,6,6,6,0.12,0.8451,0.07,0.8451 nullification,nullification,6,6,6,6,0.12,0.8451,0.07,0.8451 nullified,nullified,6,6,6,6,0.12,0.8451,0.07,0.8451 numbed,numbed,6,6,6,6,0.12,0.8451,0.07,0.8451 obit,obit,6,6,6,6,0.12,0.8451,0.07,0.8451 objectification,objectification,7,6,6,5,0.14,0.9031,0.07,0.8451 obligate,obligate,6,6,6,6,0.12,0.8451,0.07,0.8451 obliteration,obliteration,7,6,7,6,0.14,0.9031,0.07,0.8451 oblong,oblong,6,6,6,6,0.12,0.8451,0.07,0.8451 Obstetrics,obstetrics,7,6,1,1,0.14,0.9031,0.07,0.8451 Oceanographic,oceanographic,12,6,3,2,0.24,1.1139,0.07,0.8451 oceanography,oceanography,7,6,6,5,0.14,0.9031,0.07,0.8451 Oceanside,oceanside,7,6,0,0,0.14,0.9031,0.07,0.8451 oddity,oddity,6,6,6,6,0.12,0.8451,0.07,0.8451 oestrogen,oestrogen,8,6,8,6,0.16,0.9542,0.07,0.8451 oftener,oftener,6,6,6,6,0.12,0.8451,0.07,0.8451 Oho,oho,8,6,0,0,0.16,0.9542,0.07,0.8451 Ola,ola,27,6,2,1,0.53,1.4472,0.07,0.8451 Olde,olde,7,6,2,2,0.14,0.9031,0.07,0.8451 omnipresent,omnipresent,6,6,6,6,0.12,0.8451,0.07,0.8451 oolong,oolong,7,6,5,4,0.14,0.9031,0.07,0.8451 Oooo,oooo,6,6,1,1,0.12,0.8451,0.07,0.8451 Opa,opa,14,6,0,0,0.27,1.1761,0.07,0.8451 opaque,opaque,6,6,6,6,0.12,0.8451,0.07,0.8451 operetta,operetta,7,6,7,6,0.14,0.9031,0.07,0.8451 opine,opine,6,6,6,6,0.12,0.8451,0.07,0.8451 orangutans,orangutans,9,6,9,6,0.18,1.0000,0.07,0.8451 orchestration,orchestration,6,6,5,5,0.12,0.8451,0.07,0.8451 Orcs,orcs,54,6,0,0,1.06,1.7404,0.07,0.8451 ordinances,ordinances,8,6,8,6,0.16,0.9542,0.07,0.8451 orthopaedic,orthopaedic,7,6,7,6,0.14,0.9031,0.07,0.8451 outbreaks,outbreaks,7,6,7,6,0.14,0.9031,0.07,0.8451 outlay,outlay,6,6,6,6,0.12,0.8451,0.07,0.8451 outmanned,outmanned,6,6,6,6,0.12,0.8451,0.07,0.8451 outran,outran,6,6,6,6,0.12,0.8451,0.07,0.8451 outrunning,outrunning,6,6,6,6,0.12,0.8451,0.07,0.8451 outsells,outsells,8,6,8,6,0.16,0.9542,0.07,0.8451 outsourced,outsourced,6,6,6,6,0.12,0.8451,0.07,0.8451 outsourcing,outsourcing,8,6,7,5,0.16,0.9542,0.07,0.8451 overcrowding,overcrowding,6,6,5,5,0.12,0.8451,0.07,0.8451 overdoes,overdoes,6,6,6,6,0.12,0.8451,0.07,0.8451 overfeeding,overfeeding,6,6,6,6,0.12,0.8451,0.07,0.8451 overheads,overheads,7,6,7,6,0.14,0.9031,0.07,0.8451 overplayed,overplayed,6,6,6,6,0.12,0.8451,0.07,0.8451 oversell,oversell,6,6,6,6,0.12,0.8451,0.07,0.8451 oversensitive,oversensitive,6,6,6,6,0.12,0.8451,0.07,0.8451 overstay,overstay,6,6,6,6,0.12,0.8451,0.07,0.8451 overtaking,overtaking,6,6,6,6,0.12,0.8451,0.07,0.8451 overthrew,overthrew,6,6,4,4,0.12,0.8451,0.07,0.8451 overvalued,overvalued,9,6,6,6,0.18,1.0000,0.07,0.8451 ovum,ovum,7,6,7,6,0.14,0.9031,0.07,0.8451 oyez,oyez,19,6,11,5,0.37,1.3010,0.07,0.8451 paddled,paddled,9,6,9,6,0.18,1.0000,0.07,0.8451 paediatrician,paediatrician,6,6,6,6,0.12,0.8451,0.07,0.8451 pails,pails,6,6,6,6,0.12,0.8451,0.07,0.8451 palazzo,palazzo,12,6,8,5,0.24,1.1139,0.07,0.8451 Paleozoic,paleozoic,6,6,0,0,0.12,0.8451,0.07,0.8451 pallets,pallets,7,6,7,6,0.14,0.9031,0.07,0.8451 pancreatitis,pancreatitis,7,6,7,6,0.14,0.9031,0.07,0.8451 panhandlers,panhandlers,9,6,9,6,0.18,1.0000,0.07,0.8451 pantywaist,pantywaist,6,6,5,5,0.12,0.8451,0.07,0.8451 Pape,pape,9,6,1,1,0.18,1.0000,0.07,0.8451 parakeets,parakeets,6,6,5,5,0.12,0.8451,0.07,0.8451 paramour,paramour,8,6,6,5,0.16,0.9542,0.07,0.8451 parboiled,parboiled,6,6,6,6,0.12,0.8451,0.07,0.8451 pardoning,pardoning,6,6,6,6,0.12,0.8451,0.07,0.8451 pare,pare,6,6,6,6,0.12,0.8451,0.07,0.8451 parishioner,parishioner,8,6,8,6,0.16,0.9542,0.07,0.8451 parle,parle,6,6,5,5,0.12,0.8451,0.07,0.8451 parolees,parolees,6,6,5,5,0.12,0.8451,0.07,0.8451 partisans,partisans,8,6,6,5,0.16,0.9542,0.07,0.8451 passively,passively,6,6,6,6,0.12,0.8451,0.07,0.8451 pastimes,pastimes,6,6,6,6,0.12,0.8451,0.07,0.8451 pastoral,pastoral,7,6,5,5,0.14,0.9031,0.07,0.8451 Pater,pater,10,6,4,4,0.20,1.0414,0.07,0.8451 pathogens,pathogens,7,6,7,6,0.14,0.9031,0.07,0.8451 Patrice,patrice,30,6,0,0,0.59,1.4914,0.07,0.8451 pavements,pavements,6,6,6,6,0.12,0.8451,0.07,0.8451 pawnbroker,pawnbroker,9,6,8,5,0.18,1.0000,0.07,0.8451 pawnshops,pawnshops,7,6,7,6,0.14,0.9031,0.07,0.8451 payloads,payloads,6,6,6,6,0.12,0.8451,0.07,0.8451 payola,payola,7,6,6,6,0.14,0.9031,0.07,0.8451 payouts,payouts,6,6,5,5,0.12,0.8451,0.07,0.8451 peacefulness,peacefulness,7,6,7,6,0.14,0.9031,0.07,0.8451 peccadilloes,peccadilloes,6,6,6,6,0.12,0.8451,0.07,0.8451 pedigreed,pedigreed,6,6,6,6,0.12,0.8451,0.07,0.8451 Peele,peele,17,6,0,0,0.33,1.2553,0.07,0.8451 peignoir,peignoir,8,6,8,6,0.16,0.9542,0.07,0.8451 Pekingese,pekingese,6,6,0,0,0.12,0.8451,0.07,0.8451 pelting,pelting,9,6,7,5,0.18,1.0000,0.07,0.8451 pentacle,pentacle,7,6,7,6,0.14,0.9031,0.07,0.8451 pepperonis,pepperonis,6,6,6,6,0.12,0.8451,0.07,0.8451 peptides,peptides,14,6,14,6,0.27,1.1761,0.07,0.8451 perforation,perforation,8,6,7,5,0.16,0.9542,0.07,0.8451 peripherally,peripherally,6,6,5,5,0.12,0.8451,0.07,0.8451 perjuring,perjuring,6,6,6,6,0.12,0.8451,0.07,0.8451 permeated,permeated,6,6,6,6,0.12,0.8451,0.07,0.8451 Perseus,perseus,33,6,0,0,0.65,1.5315,0.07,0.8451 personify,personify,6,6,6,6,0.12,0.8451,0.07,0.8451 perversity,perversity,6,6,6,6,0.12,0.8451,0.07,0.8451 pesetas,pesetas,13,6,13,6,0.25,1.1461,0.07,0.8451 Peugeot,peugeot,7,6,0,0,0.14,0.9031,0.07,0.8451 pharmacists,pharmacists,10,6,9,6,0.20,1.0414,0.07,0.8451 phlebitis,phlebitis,6,6,6,6,0.12,0.8451,0.07,0.8451 pho,pho,8,6,8,6,0.16,0.9542,0.07,0.8451 phosphorescent,phosphorescent,6,6,6,6,0.12,0.8451,0.07,0.8451 photocopied,photocopied,7,6,7,6,0.14,0.9031,0.07,0.8451 physio,physio,8,6,8,6,0.16,0.9542,0.07,0.8451 pianoforte,pianoforte,12,6,11,6,0.24,1.1139,0.07,0.8451 pickaninny,pickaninny,7,6,7,6,0.14,0.9031,0.07,0.8451 pictorial,pictorial,10,6,9,6,0.20,1.0414,0.07,0.8451 piddling,piddling,6,6,6,6,0.12,0.8451,0.07,0.8451 piecemeal,piecemeal,6,6,6,6,0.12,0.8451,0.07,0.8451 pikers,pikers,7,6,7,6,0.14,0.9031,0.07,0.8451 Pimpernel,pimpernel,36,6,5,1,0.71,1.5682,0.07,0.8451 pincers,pincers,6,6,6,6,0.12,0.8451,0.07,0.8451 Pincher,pincher,11,6,5,4,0.22,1.0792,0.07,0.8451 Pinecone,pinecone,13,6,1,1,0.25,1.1461,0.07,0.8451 Pinewood,pinewood,15,6,1,1,0.29,1.2041,0.07,0.8451 piney,piney,8,6,8,6,0.16,0.9542,0.07,0.8451 pinwheel,pinwheel,7,6,7,6,0.14,0.9031,0.07,0.8451 Pipi,pipi,9,6,3,3,0.18,1.0000,0.07,0.8451 Pippen,pippen,12,6,0,0,0.24,1.1139,0.07,0.8451 piteous,piteous,8,6,8,6,0.16,0.9542,0.07,0.8451 pitiless,pitiless,6,6,5,5,0.12,0.8451,0.07,0.8451 pixel,pixel,7,6,6,5,0.14,0.9031,0.07,0.8451 placard,placard,6,6,6,6,0.12,0.8451,0.07,0.8451 placards,placards,6,6,6,6,0.12,0.8451,0.07,0.8451 placated,placated,6,6,6,6,0.12,0.8451,0.07,0.8451 plaids,plaids,9,6,6,5,0.18,1.0000,0.07,0.8451 plasterer,plasterer,6,6,4,4,0.12,0.8451,0.07,0.8451 plated,plated,8,6,8,6,0.16,0.9542,0.07,0.8451 playfulness,playfulness,7,6,6,5,0.14,0.9031,0.07,0.8451 pocketbooks,pocketbooks,6,6,6,6,0.12,0.8451,0.07,0.8451 Pointe,pointe,18,6,0,0,0.35,1.2788,0.07,0.8451 pokers,pokers,8,6,8,6,0.16,0.9542,0.07,0.8451 Politburo,politburo,8,6,1,1,0.16,0.9542,0.07,0.8451 polyps,polyps,7,6,7,6,0.14,0.9031,0.07,0.8451 pommel,pommel,10,6,10,6,0.20,1.0414,0.07,0.8451 ponders,ponders,6,6,6,6,0.12,0.8451,0.07,0.8451 Porgy,porgy,6,6,0,0,0.12,0.8451,0.07,0.8451 Porto,porto,8,6,0,0,0.16,0.9542,0.07,0.8451 portrays,portrays,6,6,6,6,0.12,0.8451,0.07,0.8451 posthypnotic,posthypnotic,6,6,4,4,0.12,0.8451,0.07,0.8451 postural,postural,6,6,6,6,0.12,0.8451,0.07,0.8451 postures,postures,7,6,7,6,0.14,0.9031,0.07,0.8451 potpie,potpie,10,6,8,5,0.20,1.0414,0.07,0.8451 potshot,potshot,7,6,7,6,0.14,0.9031,0.07,0.8451 Potsie,potsie,9,6,0,0,0.18,1.0000,0.07,0.8451 poulet,poulet,9,6,5,5,0.18,1.0000,0.07,0.8451 practises,practises,8,6,8,6,0.16,0.9542,0.07,0.8451 praecox,praecox,10,6,10,6,0.20,1.0414,0.07,0.8451 Praetorian,praetorian,10,6,1,1,0.20,1.0414,0.07,0.8451 precipitate,precipitate,6,6,6,6,0.12,0.8451,0.07,0.8451 precipitous,precipitous,6,6,6,6,0.12,0.8451,0.07,0.8451 precognition,precognition,8,6,5,4,0.16,0.9542,0.07,0.8451 predictably,predictably,6,6,6,6,0.12,0.8451,0.07,0.8451 pregame,pregame,6,6,6,6,0.12,0.8451,0.07,0.8451 premenstrual,premenstrual,6,6,6,6,0.12,0.8451,0.07,0.8451 premiering,premiering,8,6,8,6,0.16,0.9542,0.07,0.8451 prenups,prenups,7,6,6,5,0.14,0.9031,0.07,0.8451 preprogrammed,preprogrammed,6,6,5,5,0.12,0.8451,0.07,0.8451 preschools,preschools,6,6,6,6,0.12,0.8451,0.07,0.8451 Primavera,primavera,8,6,3,3,0.16,0.9542,0.07,0.8451 princely,princely,6,6,5,5,0.12,0.8451,0.07,0.8451 prioritized,prioritized,6,6,6,6,0.12,0.8451,0.07,0.8451 procuring,procuring,6,6,6,6,0.12,0.8451,0.07,0.8451 prodigies,prodigies,7,6,6,6,0.14,0.9031,0.07,0.8451 productively,productively,6,6,6,6,0.12,0.8451,0.07,0.8451 profaned,profaned,6,6,6,6,0.12,0.8451,0.07,0.8451 prohibiting,prohibiting,8,6,8,6,0.16,0.9542,0.07,0.8451 prolongs,prolongs,7,6,7,6,0.14,0.9031,0.07,0.8451 prompter,prompter,8,6,8,6,0.16,0.9542,0.07,0.8451 promptness,promptness,6,6,6,6,0.12,0.8451,0.07,0.8451 pronouncements,pronouncements,8,6,8,6,0.16,0.9542,0.07,0.8451 proportioned,proportioned,8,6,8,6,0.16,0.9542,0.07,0.8451 propositioning,propositioning,6,6,6,6,0.12,0.8451,0.07,0.8451 proprieties,proprieties,7,6,7,6,0.14,0.9031,0.07,0.8451 prostituting,prostituting,6,6,6,6,0.12,0.8451,0.07,0.8451 protease,protease,10,6,9,6,0.20,1.0414,0.07,0.8451 protectorate,protectorate,11,6,7,6,0.22,1.0792,0.07,0.8451 prow,prow,6,6,6,6,0.12,0.8451,0.07,0.8451 pseudomonas,pseudomonas,7,6,4,4,0.14,0.9031,0.07,0.8451 pseudonym,pseudonym,7,6,7,6,0.14,0.9031,0.07,0.8451 psychically,psychically,8,6,7,5,0.16,0.9542,0.07,0.8451 puddings,puddings,6,6,5,5,0.12,0.8451,0.07,0.8451 Pudge,pudge,8,6,2,2,0.16,0.9542,0.07,0.8451 pulchritude,pulchritude,12,6,8,6,0.24,1.1139,0.07,0.8451 pullout,pullout,6,6,5,5,0.12,0.8451,0.07,0.8451 pumice,pumice,7,6,6,5,0.14,0.9031,0.07,0.8451 punchbowl,punchbowl,9,6,8,5,0.18,1.0000,0.07,0.8451 pundits,pundits,6,6,6,6,0.12,0.8451,0.07,0.8451 punting,punting,6,6,5,5,0.12,0.8451,0.07,0.8451 purifies,purifies,6,6,6,6,0.12,0.8451,0.07,0.8451 pushcart,pushcart,17,6,15,6,0.33,1.2553,0.07,0.8451 putrefaction,putrefaction,6,6,6,6,0.12,0.8451,0.07,0.8451 Pvt,pvt,14,6,0,0,0.27,1.1761,0.07,0.8451 pyloric,pyloric,6,6,5,5,0.12,0.8451,0.07,0.8451 quarks,quarks,8,6,8,6,0.16,0.9542,0.07,0.8451 queenly,queenly,7,6,7,6,0.14,0.9031,0.07,0.8451 queered,queered,6,6,6,6,0.12,0.8451,0.07,0.8451 quickening,quickening,7,6,7,6,0.14,0.9031,0.07,0.8451 quickness,quickness,7,6,6,6,0.14,0.9031,0.07,0.8451 quietest,quietest,6,6,5,5,0.12,0.8451,0.07,0.8451 quietness,quietness,6,6,6,6,0.12,0.8451,0.07,0.8451 quizzed,quizzed,7,6,7,6,0.14,0.9031,0.07,0.8451 racetracks,racetracks,6,6,6,6,0.12,0.8451,0.07,0.8451 racketeers,racketeers,6,6,6,6,0.12,0.8451,0.07,0.8451 raconteur,raconteur,6,6,6,6,0.12,0.8451,0.07,0.8451 Radford,radford,9,6,0,0,0.18,1.0000,0.07,0.8451 radiated,radiated,7,6,6,5,0.14,0.9031,0.07,0.8451 Raff,raff,25,6,2,2,0.49,1.4150,0.07,0.8451 raffling,raffling,6,6,5,5,0.12,0.8451,0.07,0.8451 ragweed,ragweed,8,6,7,6,0.16,0.9542,0.07,0.8451 raiment,raiment,6,6,6,6,0.12,0.8451,0.07,0.8451 ramparts,ramparts,6,6,5,5,0.12,0.8451,0.07,0.8451 rantings,rantings,6,6,6,6,0.12,0.8451,0.07,0.8451 rapt,rapt,12,6,11,6,0.24,1.1139,0.07,0.8451 Ras,ras,9,6,1,1,0.18,1.0000,0.07,0.8451 raspy,raspy,8,6,7,5,0.16,0.9542,0.07,0.8451 rassle,rassle,8,6,7,5,0.16,0.9542,0.07,0.8451 Rastafarian,rastafarian,6,6,0,0,0.12,0.8451,0.07,0.8451 ratatouille,ratatouille,19,6,14,4,0.37,1.3010,0.07,0.8451 ratify,ratify,6,6,6,6,0.12,0.8451,0.07,0.8451 rationalized,rationalized,6,6,6,6,0.12,0.8451,0.07,0.8451 razed,razed,6,6,6,6,0.12,0.8451,0.07,0.8451 razzing,razzing,6,6,6,6,0.12,0.8451,0.07,0.8451 readied,readied,6,6,5,5,0.12,0.8451,0.07,0.8451 readmit,readmit,6,6,6,6,0.12,0.8451,0.07,0.8451 reaffirm,reaffirm,7,6,7,6,0.14,0.9031,0.07,0.8451 reaffirms,reaffirms,11,6,11,6,0.22,1.0792,0.07,0.8451 realest,realest,6,6,6,6,0.12,0.8451,0.07,0.8451 rearm,rearm,8,6,7,5,0.16,0.9542,0.07,0.8451 reassembled,reassembled,6,6,6,6,0.12,0.8451,0.07,0.8451 reattached,reattached,6,6,5,5,0.12,0.8451,0.07,0.8451 recalcitrant,recalcitrant,6,6,6,6,0.12,0.8451,0.07,0.8451 recede,recede,6,6,4,4,0.12,0.8451,0.07,0.8451 recedes,recedes,6,6,5,5,0.12,0.8451,0.07,0.8451 recharging,recharging,6,6,6,6,0.12,0.8451,0.07,0.8451 reciprocated,reciprocated,6,6,4,4,0.12,0.8451,0.07,0.8451 recliner,recliner,9,6,7,5,0.18,1.0000,0.07,0.8451 recombinant,recombinant,6,6,6,6,0.12,0.8451,0.07,0.8451 reconstructing,reconstructing,6,6,4,4,0.12,0.8451,0.07,0.8451 recused,recused,7,6,7,6,0.14,0.9031,0.07,0.8451 redecoration,redecoration,6,6,5,5,0.12,0.8451,0.07,0.8451 redeploy,redeploy,12,6,9,6,0.24,1.1139,0.07,0.8451 Redoubt,redoubt,9,6,0,0,0.18,1.0000,0.07,0.8451 redoubtable,redoubtable,6,6,6,6,0.12,0.8451,0.07,0.8451 Reebok,reebok,24,6,0,0,0.47,1.3979,0.07,0.8451 reentered,reentered,6,6,6,6,0.12,0.8451,0.07,0.8451 reet,reet,7,6,5,5,0.14,0.9031,0.07,0.8451 refile,refile,7,6,5,5,0.14,0.9031,0.07,0.8451 refinished,refinished,6,6,6,6,0.12,0.8451,0.07,0.8451 refitted,refitted,6,6,6,6,0.12,0.8451,0.07,0.8451 refitting,refitting,7,6,6,5,0.14,0.9031,0.07,0.8451 refuelling,refuelling,6,6,6,6,0.12,0.8451,0.07,0.8451 refundable,refundable,8,6,8,6,0.16,0.9542,0.07,0.8451 refurbished,refurbished,8,6,5,5,0.16,0.9542,0.07,0.8451 refurbishing,refurbishing,6,6,5,5,0.12,0.8451,0.07,0.8451 regrouped,regrouped,6,6,6,6,0.12,0.8451,0.07,0.8451 regulates,regulates,6,6,5,5,0.12,0.8451,0.07,0.8451 reimbursement,reimbursement,7,6,7,6,0.14,0.9031,0.07,0.8451 reintegrating,reintegrating,6,6,5,5,0.12,0.8451,0.07,0.8451 rejections,rejections,6,6,6,6,0.12,0.8451,0.07,0.8451 rejuvenating,rejuvenating,8,6,8,6,0.16,0.9542,0.07,0.8451 rekindling,rekindling,6,6,6,6,0.12,0.8451,0.07,0.8451 relapsed,relapsed,6,6,5,5,0.12,0.8451,0.07,0.8451 relaxin,relaxin,6,6,6,6,0.12,0.8451,0.07,0.8451 reliant,reliant,6,6,4,4,0.12,0.8451,0.07,0.8451 relight,relight,6,6,5,5,0.12,0.8451,0.07,0.8451 relinquished,relinquished,6,6,6,6,0.12,0.8451,0.07,0.8451 removable,removable,6,6,6,6,0.12,0.8451,0.07,0.8451 reneging,reneging,6,6,6,6,0.12,0.8451,0.07,0.8451 renegotiating,renegotiating,7,6,7,6,0.14,0.9031,0.07,0.8451 repelling,repelling,6,6,6,6,0.12,0.8451,0.07,0.8451 repents,repents,6,6,6,6,0.12,0.8451,0.07,0.8451 replant,replant,7,6,7,6,0.14,0.9031,0.07,0.8451 replays,replays,6,6,6,6,0.12,0.8451,0.07,0.8451 replenished,replenished,6,6,6,6,0.12,0.8451,0.07,0.8451 replicated,replicated,6,6,6,6,0.12,0.8451,0.07,0.8451 reprieved,reprieved,8,6,7,6,0.16,0.9542,0.07,0.8451 reprint,reprint,7,6,7,6,0.14,0.9031,0.07,0.8451 reprinted,reprinted,6,6,5,5,0.12,0.8451,0.07,0.8451 reprobates,reprobates,6,6,5,5,0.12,0.8451,0.07,0.8451 reservoirs,reservoirs,11,6,11,6,0.22,1.0792,0.07,0.8451 reshoots,reshoots,11,6,10,6,0.22,1.0792,0.07,0.8451 resigns,resigns,7,6,7,6,0.14,0.9031,0.07,0.8451 resonated,resonated,7,6,7,6,0.14,0.9031,0.07,0.8451 respondent,respondent,7,6,6,5,0.14,0.9031,0.07,0.8451 restocked,restocked,6,6,5,5,0.12,0.8451,0.07,0.8451 restricts,restricts,7,6,7,6,0.14,0.9031,0.07,0.8451 resurface,resurface,6,6,6,6,0.12,0.8451,0.07,0.8451 rethought,rethought,6,6,6,6,0.12,0.8451,0.07,0.8451 reticence,reticence,6,6,6,6,0.12,0.8451,0.07,0.8451 retractors,retractors,6,6,4,4,0.12,0.8451,0.07,0.8451 retrievers,retrievers,6,6,5,5,0.12,0.8451,0.07,0.8451 retrieves,retrieves,6,6,6,6,0.12,0.8451,0.07,0.8451 retroactively,retroactively,6,6,6,6,0.12,0.8451,0.07,0.8451 revenged,revenged,6,6,6,6,0.12,0.8451,0.07,0.8451 reverie,reverie,7,6,7,6,0.14,0.9031,0.07,0.8451 reverts,reverts,6,6,6,6,0.12,0.8451,0.07,0.8451 revolutionise,revolutionise,6,6,6,6,0.12,0.8451,0.07,0.8451 rheumatic,rheumatic,8,6,7,5,0.16,0.9542,0.07,0.8451 Rickey,rickey,33,6,5,3,0.65,1.5315,0.07,0.8451 riffs,riffs,10,6,5,5,0.20,1.0414,0.07,0.8451 rifled,rifled,6,6,6,6,0.12,0.8451,0.07,0.8451 righted,righted,6,6,6,6,0.12,0.8451,0.07,0.8451 rigmarole,rigmarole,6,6,6,6,0.12,0.8451,0.07,0.8451 rigour,rigour,6,6,6,6,0.12,0.8451,0.07,0.8451 rioted,rioted,6,6,6,6,0.12,0.8451,0.07,0.8451 ripening,ripening,6,6,6,6,0.12,0.8451,0.07,0.8451 risque,risque,7,6,7,6,0.14,0.9031,0.07,0.8451 Robles,robles,9,6,0,0,0.18,1.0000,0.07,0.8451 Roc,roc,15,6,1,1,0.29,1.2041,0.07,0.8451 rocketed,rocketed,6,6,6,6,0.12,0.8451,0.07,0.8451 Rohan,rohan,44,6,0,0,0.86,1.6532,0.07,0.8451 rollover,rollover,7,6,4,4,0.14,0.9031,0.07,0.8451 Romper,romper,7,6,3,2,0.14,0.9031,0.07,0.8451 rotational,rotational,7,6,7,6,0.14,0.9031,0.07,0.8451 Rottweilers,rottweilers,8,6,3,3,0.16,0.9542,0.07,0.8451 rotund,rotund,6,6,5,5,0.12,0.8451,0.07,0.8451 rounders,rounders,8,6,4,2,0.16,0.9542,0.07,0.8451 Rovers,rovers,9,6,2,2,0.18,1.0000,0.07,0.8451 rowdies,rowdies,7,6,4,4,0.14,0.9031,0.07,0.8451 rt,rt,37,6,31,1,0.73,1.5798,0.07,0.8451 rucksack,rucksack,8,6,8,6,0.16,0.9542,0.07,0.8451 rudest,rudest,6,6,6,6,0.12,0.8451,0.07,0.8451 ruffling,ruffling,6,6,6,6,0.12,0.8451,0.07,0.8451 rumbled,rumbled,6,6,5,5,0.12,0.8451,0.07,0.8451 rungs,rungs,6,6,6,6,0.12,0.8451,0.07,0.8451 Rusk,rusk,24,6,0,0,0.47,1.3979,0.07,0.8451 rustled,rustled,6,6,6,6,0.12,0.8451,0.07,0.8451 Sabres,sabres,13,6,5,5,0.25,1.1461,0.07,0.8451 sacroiliac,sacroiliac,8,6,8,6,0.16,0.9542,0.07,0.8451 saddling,saddling,6,6,5,5,0.12,0.8451,0.07,0.8451 saki,saki,25,6,13,2,0.49,1.4150,0.07,0.8451 saleslady,saleslady,8,6,8,6,0.16,0.9542,0.07,0.8451 salutation,salutation,6,6,5,5,0.12,0.8451,0.07,0.8451 Samoan,samoan,8,6,0,0,0.16,0.9542,0.07,0.8451 samosas,samosas,9,6,9,6,0.18,1.0000,0.07,0.8451 Sampan,sampan,13,6,6,4,0.25,1.1461,0.07,0.8451 Sanctus,sanctus,7,6,2,2,0.14,0.9031,0.07,0.8451 Sar,sar,6,6,2,2,0.12,0.8451,0.07,0.8451 Saracens,saracens,11,6,0,0,0.22,1.0792,0.07,0.8451 sarcoma,sarcoma,8,6,7,5,0.16,0.9542,0.07,0.8451 sarin,sarin,12,6,6,3,0.24,1.1139,0.07,0.8451 satay,satay,6,6,6,6,0.12,0.8451,0.07,0.8451 saucepan,saucepan,8,6,8,6,0.16,0.9542,0.07,0.8451 Saudis,saudis,6,6,0,0,0.12,0.8451,0.07,0.8451 saunter,saunter,8,6,6,5,0.16,0.9542,0.07,0.8451 savaged,savaged,6,6,6,6,0.12,0.8451,0.07,0.8451 Savile,savile,14,6,0,0,0.27,1.1761,0.07,0.8451 sawn,sawn,6,6,6,6,0.12,0.8451,0.07,0.8451 Saxony,saxony,7,6,0,0,0.14,0.9031,0.07,0.8451 Sayer,sayer,23,6,0,0,0.45,1.3802,0.07,0.8451 scallion,scallion,8,6,4,3,0.16,0.9542,0.07,0.8451 scampered,scampered,7,6,6,6,0.14,0.9031,0.07,0.8451 sceptic,sceptic,6,6,5,5,0.12,0.8451,0.07,0.8451 schlock,schlock,6,6,6,6,0.12,0.8451,0.07,0.8451 schmear,schmear,6,6,6,6,0.12,0.8451,0.07,0.8451 schmoozing,schmoozing,7,6,7,6,0.14,0.9031,0.07,0.8451 schoolmate,schoolmate,6,6,6,6,0.12,0.8451,0.07,0.8451 scintilla,scintilla,6,6,6,6,0.12,0.8451,0.07,0.8451 scoffing,scoffing,6,6,6,6,0.12,0.8451,0.07,0.8451 scooted,scooted,6,6,6,6,0.12,0.8451,0.07,0.8451 scorekeeper,scorekeeper,6,6,6,6,0.12,0.8451,0.07,0.8451 scrambles,scrambles,6,6,5,5,0.12,0.8451,0.07,0.8451 screenwriting,screenwriting,8,6,6,5,0.16,0.9542,0.07,0.8451 screwballs,screwballs,7,6,7,6,0.14,0.9031,0.07,0.8451 scribbler,scribbler,7,6,6,5,0.14,0.9031,0.07,0.8451 scrimp,scrimp,6,6,6,6,0.12,0.8451,0.07,0.8451 sculptors,sculptors,8,6,8,6,0.16,0.9542,0.07,0.8451 seasonings,seasonings,6,6,5,5,0.12,0.8451,0.07,0.8451 secs,secs,6,6,6,6,0.12,0.8451,0.07,0.8451 seeded,seeded,7,6,7,6,0.14,0.9031,0.07,0.8451 Seidel,seidel,17,6,0,0,0.33,1.2553,0.07,0.8451 Selden,selden,56,6,0,0,1.10,1.7559,0.07,0.8451 selectively,selectively,6,6,6,6,0.12,0.8451,0.07,0.8451 selflessly,selflessly,6,6,6,6,0.12,0.8451,0.07,0.8451 semicolon,semicolon,8,6,7,6,0.16,0.9542,0.07,0.8451 Seminole,seminole,8,6,0,0,0.16,0.9542,0.07,0.8451 Senegal,senegal,10,6,0,0,0.20,1.0414,0.07,0.8451 Senegalese,senegalese,6,6,1,1,0.12,0.8451,0.07,0.8451 separatist,separatist,8,6,8,6,0.16,0.9542,0.07,0.8451 sequenced,sequenced,7,6,6,5,0.14,0.9031,0.07,0.8451 sequentially,sequentially,6,6,5,5,0.12,0.8451,0.07,0.8451 Serrano,serrano,30,6,2,2,0.59,1.4914,0.07,0.8451 servings,servings,6,6,6,6,0.12,0.8451,0.07,0.8451 settee,settee,9,6,9,6,0.18,1.0000,0.07,0.8451 shames,shames,6,6,5,5,0.12,0.8451,0.07,0.8451 Sharky,sharky,12,6,1,1,0.24,1.1139,0.07,0.8451 shatterproof,shatterproof,7,6,5,5,0.14,0.9031,0.07,0.8451 Sheepshead,sheepshead,7,6,0,0,0.14,0.9031,0.07,0.8451 shekels,shekels,7,6,7,6,0.14,0.9031,0.07,0.8451 shelved,shelved,6,6,6,6,0.12,0.8451,0.07,0.8451 shepherdess,shepherdess,6,6,6,6,0.12,0.8451,0.07,0.8451 shills,shills,8,6,8,6,0.16,0.9542,0.07,0.8451 shinning,shinning,7,6,6,6,0.14,0.9031,0.07,0.8451 Shinto,shinto,6,6,0,0,0.12,0.8451,0.07,0.8451 shipper,shipper,6,6,5,5,0.12,0.8451,0.07,0.8451 shirking,shirking,6,6,5,5,0.12,0.8451,0.07,0.8451 shivered,shivered,7,6,7,6,0.14,0.9031,0.07,0.8451 shivery,shivery,6,6,5,5,0.12,0.8451,0.07,0.8451 Shoal,shoal,10,6,4,4,0.20,1.0414,0.07,0.8451 shockwave,shockwave,12,6,9,5,0.24,1.1139,0.07,0.8451 shod,shod,6,6,6,6,0.12,0.8451,0.07,0.8451 shooing,shooing,6,6,6,6,0.12,0.8451,0.07,0.8451 shortens,shortens,6,6,6,6,0.12,0.8451,0.07,0.8451 shrewdly,shrewdly,6,6,6,6,0.12,0.8451,0.07,0.8451 shrivelled,shrivelled,6,6,6,6,0.12,0.8451,0.07,0.8451 shul,shul,9,6,8,5,0.18,1.0000,0.07,0.8451 shushing,shushing,8,6,5,5,0.16,0.9542,0.07,0.8451 shutoff,shutoff,6,6,6,6,0.12,0.8451,0.07,0.8451 shuttled,shuttled,6,6,6,6,0.12,0.8451,0.07,0.8451 shysters,shysters,6,6,6,6,0.12,0.8451,0.07,0.8451 sidearms,sidearms,8,6,7,6,0.16,0.9542,0.07,0.8451 Siena,siena,13,6,0,0,0.25,1.1461,0.07,0.8451 sightless,sightless,7,6,7,6,0.14,0.9031,0.07,0.8451 sightsee,sightsee,6,6,6,6,0.12,0.8451,0.07,0.8451 signers,signers,6,6,6,6,0.12,0.8451,0.07,0.8451 sills,sills,9,6,5,3,0.18,1.0000,0.07,0.8451 sind,sind,7,6,7,6,0.14,0.9031,0.07,0.8451 sinfully,sinfully,6,6,5,5,0.12,0.8451,0.07,0.8451 Sirrah,sirrah,11,6,5,5,0.22,1.0792,0.07,0.8451 situational,situational,7,6,5,5,0.14,0.9031,0.07,0.8451 skycap,skycap,7,6,4,4,0.14,0.9031,0.07,0.8451 skyrockets,skyrockets,6,6,3,3,0.12,0.8451,0.07,0.8451 skyward,skyward,6,6,6,6,0.12,0.8451,0.07,0.8451 slanders,slanders,6,6,6,6,0.12,0.8451,0.07,0.8451 slather,slather,7,6,6,5,0.14,0.9031,0.07,0.8451 Slavic,slavic,11,6,0,0,0.22,1.0792,0.07,0.8451 slicked,slicked,6,6,6,6,0.12,0.8451,0.07,0.8451 slipknot,slipknot,7,6,6,5,0.14,0.9031,0.07,0.8451 slippage,slippage,6,6,6,6,0.12,0.8451,0.07,0.8451 slippy,slippy,6,6,5,5,0.12,0.8451,0.07,0.8451 slithers,slithers,7,6,6,5,0.14,0.9031,0.07,0.8451 slithery,slithery,6,6,5,5,0.12,0.8451,0.07,0.8451 slops,slops,8,6,4,4,0.16,0.9542,0.07,0.8451 Sloths,sloths,10,6,4,4,0.20,1.0414,0.07,0.8451 sloughed,sloughed,6,6,6,6,0.12,0.8451,0.07,0.8451 slumbers,slumbers,6,6,6,6,0.12,0.8451,0.07,0.8451 smalltime,smalltime,9,6,8,6,0.18,1.0000,0.07,0.8451 smelting,smelting,9,6,9,6,0.18,1.0000,0.07,0.8451 smoggy,smoggy,6,6,6,6,0.12,0.8451,0.07,0.8451 smoothness,smoothness,6,6,6,6,0.12,0.8451,0.07,0.8451 smush,smush,6,6,3,3,0.12,0.8451,0.07,0.8451 Smyrna,smyrna,9,6,0,0,0.18,1.0000,0.07,0.8451 snared,snared,6,6,6,6,0.12,0.8451,0.07,0.8451 snarled,snarled,6,6,6,6,0.12,0.8451,0.07,0.8451 snips,snips,6,6,5,5,0.12,0.8451,0.07,0.8451 snowballing,snowballing,6,6,6,6,0.12,0.8451,0.07,0.8451 snowbound,snowbound,7,6,7,6,0.14,0.9031,0.07,0.8451 Snowshoes,snowshoes,21,6,5,4,0.41,1.3424,0.07,0.8451 snugly,snugly,6,6,6,6,0.12,0.8451,0.07,0.8451 sociologist,sociologist,7,6,7,6,0.14,0.9031,0.07,0.8451 sodden,sodden,6,6,6,6,0.12,0.8451,0.07,0.8451 Somers,somers,9,6,0,0,0.18,1.0000,0.07,0.8451 soothsayer,soothsayer,6,6,6,6,0.12,0.8451,0.07,0.8451 soppy,soppy,6,6,6,6,0.12,0.8451,0.07,0.8451 sorter,sorter,7,6,6,5,0.14,0.9031,0.07,0.8451 sots,sots,8,6,7,6,0.16,0.9542,0.07,0.8451 sounder,sounder,6,6,6,6,0.12,0.8451,0.07,0.8451 spanner,spanner,9,6,5,5,0.18,1.0000,0.07,0.8451 spatulas,spatulas,13,6,13,6,0.25,1.1461,0.07,0.8451 spearmint,spearmint,6,6,3,3,0.12,0.8451,0.07,0.8451 spectrograph,spectrograph,7,6,4,4,0.14,0.9031,0.07,0.8451 speedster,speedster,8,6,6,4,0.16,0.9542,0.07,0.8451 sphenoid,sphenoid,6,6,6,6,0.12,0.8451,0.07,0.8451 spiff,spiff,8,6,5,3,0.16,0.9542,0.07,0.8451 spinnaker,spinnaker,10,6,6,4,0.20,1.0414,0.07,0.8451 spinny,spinny,10,6,6,4,0.20,1.0414,0.07,0.8451 Spiny,spiny,7,6,3,3,0.14,0.9031,0.07,0.8451 Spitz,spitz,7,6,0,0,0.14,0.9031,0.07,0.8451 splashy,splashy,8,6,8,6,0.16,0.9542,0.07,0.8451 splintering,splintering,10,6,10,6,0.20,1.0414,0.07,0.8451 spore,spore,7,6,7,6,0.14,0.9031,0.07,0.8451 sportscaster,sportscaster,7,6,4,4,0.14,0.9031,0.07,0.8451 sprawling,sprawling,7,6,7,6,0.14,0.9031,0.07,0.8451 sprayer,sprayer,6,6,6,6,0.12,0.8451,0.07,0.8451 sprees,sprees,6,6,6,6,0.12,0.8451,0.07,0.8451 spumoni,spumoni,7,6,6,5,0.14,0.9031,0.07,0.8451 squalling,squalling,6,6,6,6,0.12,0.8451,0.07,0.8451 squeezer,squeezer,7,6,6,5,0.14,0.9031,0.07,0.8451 squib,squib,8,6,8,6,0.16,0.9542,0.07,0.8451 staffs,staffs,6,6,6,6,0.12,0.8451,0.07,0.8451 starlit,starlit,7,6,6,5,0.14,0.9031,0.07,0.8451 starshine,starshine,11,6,10,6,0.22,1.0792,0.07,0.8451 starves,starves,6,6,6,6,0.12,0.8451,0.07,0.8451 stateless,stateless,7,6,5,5,0.14,0.9031,0.07,0.8451 statesmanship,statesmanship,6,6,5,5,0.12,0.8451,0.07,0.8451 staves,staves,7,6,5,5,0.14,0.9031,0.07,0.8451 steadier,steadier,6,6,6,6,0.12,0.8451,0.07,0.8451 stealthily,stealthily,6,6,5,5,0.12,0.8451,0.07,0.8451 steamroller,steamroller,12,6,10,6,0.24,1.1139,0.07,0.8451 steams,steams,7,6,7,6,0.14,0.9031,0.07,0.8451 steeds,steeds,8,6,5,5,0.16,0.9542,0.07,0.8451 steeper,steeper,7,6,7,6,0.14,0.9031,0.07,0.8451 steeplechase,steeplechase,7,6,7,6,0.14,0.9031,0.07,0.8451 stenosis,stenosis,6,6,6,6,0.12,0.8451,0.07,0.8451 stereotyped,stereotyped,6,6,5,5,0.12,0.8451,0.07,0.8451 sterilization,sterilization,17,6,13,6,0.33,1.2553,0.07,0.8451 Sterns,sterns,8,6,0,0,0.16,0.9542,0.07,0.8451 Steuben,steuben,8,6,0,0,0.16,0.9542,0.07,0.8451 sticklers,sticklers,6,6,5,5,0.12,0.8451,0.07,0.8451 stickpin,stickpin,6,6,6,6,0.12,0.8451,0.07,0.8451 stickups,stickups,6,6,6,6,0.12,0.8451,0.07,0.8451 stiffening,stiffening,8,6,6,6,0.16,0.9542,0.07,0.8451 stilted,stilted,8,6,8,6,0.16,0.9542,0.07,0.8451 Stingray,stingray,15,6,4,3,0.29,1.2041,0.07,0.8451 stipulations,stipulations,7,6,7,6,0.14,0.9031,0.07,0.8451 stoicism,stoicism,6,6,5,5,0.12,0.8451,0.07,0.8451 stoners,stoners,12,6,11,5,0.24,1.1139,0.07,0.8451 stonewalling,stonewalling,6,6,6,6,0.12,0.8451,0.07,0.8451 stooling,stooling,8,6,6,5,0.16,0.9542,0.07,0.8451 storyboards,storyboards,12,6,12,6,0.24,1.1139,0.07,0.8451 storyline,storyline,7,6,7,6,0.14,0.9031,0.07,0.8451 straightens,straightens,6,6,6,6,0.12,0.8451,0.07,0.8451 straightjacket,straightjacket,7,6,7,6,0.14,0.9031,0.07,0.8451 stranglers,stranglers,8,6,6,5,0.16,0.9542,0.07,0.8451 streamliner,streamliner,12,6,12,6,0.24,1.1139,0.07,0.8451 strikingly,strikingly,6,6,5,5,0.12,0.8451,0.07,0.8451 stripy,stripy,7,6,7,6,0.14,0.9031,0.07,0.8451 strop,strop,8,6,8,6,0.16,0.9542,0.07,0.8451 studious,studious,6,6,6,6,0.12,0.8451,0.07,0.8451 stuntmen,stuntmen,8,6,8,6,0.16,0.9542,0.07,0.8451 stupe,stupe,7,6,6,5,0.14,0.9031,0.07,0.8451 Stygian,stygian,6,6,0,0,0.12,0.8451,0.07,0.8451 styled,styled,6,6,6,6,0.12,0.8451,0.07,0.8451 stylus,stylus,6,6,6,6,0.12,0.8451,0.07,0.8451 subarachnoid,subarachnoid,6,6,6,6,0.12,0.8451,0.07,0.8451 subcontracted,subcontracted,6,6,6,6,0.12,0.8451,0.07,0.8451 subculture,subculture,6,6,6,6,0.12,0.8451,0.07,0.8451 submariner,submariner,8,6,7,5,0.16,0.9542,0.07,0.8451 submersibles,submersibles,14,6,13,6,0.27,1.1761,0.07,0.8451 subnet,subnet,8,6,8,6,0.16,0.9542,0.07,0.8451 subplot,subplot,6,6,6,6,0.12,0.8451,0.07,0.8451 subservience,subservience,7,6,7,6,0.14,0.9031,0.07,0.8451 subset,subset,6,6,6,6,0.12,0.8451,0.07,0.8451 substitutions,substitutions,9,6,9,6,0.18,1.0000,0.07,0.8451 subsystem,subsystem,6,6,6,6,0.12,0.8451,0.07,0.8451 subtraction,subtraction,10,6,9,6,0.20,1.0414,0.07,0.8451 suburbanite,suburbanite,7,6,4,4,0.14,0.9031,0.07,0.8451 subverting,subverting,6,6,6,6,0.12,0.8451,0.07,0.8451 suctioning,suctioning,6,6,5,5,0.12,0.8451,0.07,0.8451 sugarless,sugarless,9,6,8,6,0.18,1.0000,0.07,0.8451 sugarplums,sugarplums,6,6,5,5,0.12,0.8451,0.07,0.8451 suggestible,suggestible,8,6,8,6,0.16,0.9542,0.07,0.8451 suicidally,suicidally,6,6,5,5,0.12,0.8451,0.07,0.8451 sulks,sulks,6,6,6,6,0.12,0.8451,0.07,0.8451 summaries,summaries,6,6,6,6,0.12,0.8451,0.07,0.8451 sunburst,sunburst,6,6,3,3,0.12,0.8451,0.07,0.8451 Sunglass,sunglass,7,6,1,1,0.14,0.9031,0.07,0.8451 sunless,sunless,6,6,4,4,0.12,0.8451,0.07,0.8451 sunning,sunning,6,6,6,6,0.12,0.8451,0.07,0.8451 sunrises,sunrises,6,6,6,6,0.12,0.8451,0.07,0.8451 sunroom,sunroom,7,6,6,5,0.14,0.9031,0.07,0.8451 supercharger,supercharger,8,6,8,6,0.16,0.9542,0.07,0.8451 superconducting,superconducting,6,6,4,4,0.12,0.8451,0.07,0.8451 supermom,supermom,7,6,4,3,0.14,0.9031,0.07,0.8451 superposition,superposition,23,6,22,6,0.45,1.3802,0.07,0.8451 Superwoman,superwoman,17,6,1,1,0.33,1.2553,0.07,0.8451 surety,surety,7,6,7,6,0.14,0.9031,0.07,0.8451 surfs,surfs,6,6,6,6,0.12,0.8451,0.07,0.8451 swallower,swallower,9,6,7,5,0.18,1.0000,0.07,0.8451 swilling,swilling,7,6,7,6,0.14,0.9031,0.07,0.8451 Switcher,switcher,34,6,5,4,0.67,1.5441,0.07,0.8451 Synapse,synapse,37,6,7,5,0.73,1.5798,0.07,0.8451 synched,synched,7,6,6,5,0.14,0.9031,0.07,0.8451 synchronicity,synchronicity,6,6,4,4,0.12,0.8451,0.07,0.8451 synovial,synovial,6,6,5,5,0.12,0.8451,0.07,0.8451 tacit,tacit,7,6,7,6,0.14,0.9031,0.07,0.8451 tagger,tagger,6,6,6,6,0.12,0.8451,0.07,0.8451 tailwind,tailwind,6,6,6,6,0.12,0.8451,0.07,0.8451 takeovers,takeovers,7,6,7,6,0.14,0.9031,0.07,0.8451 Talon,talon,56,6,3,3,1.10,1.7559,0.07,0.8451 tambourines,tambourines,6,6,5,5,0.12,0.8451,0.07,0.8451 tandoori,tandoori,9,6,9,6,0.18,1.0000,0.07,0.8451 tangles,tangles,7,6,5,5,0.14,0.9031,0.07,0.8451 Tantra,tantra,24,6,3,3,0.47,1.3979,0.07,0.8451 tariffs,tariffs,9,6,7,5,0.18,1.0000,0.07,0.8451 tas,tas,10,6,7,3,0.20,1.0414,0.07,0.8451 teached,teached,7,6,7,6,0.14,0.9031,0.07,0.8451 techie,techie,6,6,6,6,0.12,0.8451,0.07,0.8451 teepee,teepee,6,6,6,6,0.12,0.8451,0.07,0.8451 telegraphing,telegraphing,6,6,6,6,0.12,0.8451,0.07,0.8451 tendrils,tendrils,11,6,11,6,0.22,1.0792,0.07,0.8451 tensile,tensile,6,6,5,5,0.12,0.8451,0.07,0.8451 terminates,terminates,6,6,6,6,0.12,0.8451,0.07,0.8451 terse,terse,8,6,7,6,0.16,0.9542,0.07,0.8451 testes,testes,8,6,7,5,0.16,0.9542,0.07,0.8451 tetracycline,tetracycline,10,6,5,5,0.20,1.0414,0.07,0.8451 theorists,theorists,6,6,6,6,0.12,0.8451,0.07,0.8451 theorizing,theorizing,6,6,6,6,0.12,0.8451,0.07,0.8451 Thicke,thicke,16,6,0,0,0.31,1.2304,0.07,0.8451 thickheaded,thickheaded,6,6,6,6,0.12,0.8451,0.07,0.8451 thoughtlessly,thoughtlessly,6,6,6,6,0.12,0.8451,0.07,0.8451 Thrall,thrall,14,6,3,3,0.27,1.1761,0.07,0.8451 thumped,thumped,7,6,7,6,0.14,0.9031,0.07,0.8451 tightness,tightness,6,6,5,5,0.12,0.8451,0.07,0.8451 Tilden,tilden,18,6,0,0,0.35,1.2788,0.07,0.8451 Timberland,timberland,6,6,1,1,0.12,0.8451,0.07,0.8451 timekeeper,timekeeper,6,6,5,5,0.12,0.8451,0.07,0.8451 timidity,timidity,6,6,5,5,0.12,0.8451,0.07,0.8451 tinned,tinned,6,6,5,5,0.12,0.8451,0.07,0.8451 Tippet,tippet,16,6,0,0,0.31,1.2304,0.07,0.8451 tipple,tipple,7,6,7,6,0.14,0.9031,0.07,0.8451 titillation,titillation,6,6,6,6,0.12,0.8451,0.07,0.8451 titular,titular,10,6,8,6,0.20,1.0414,0.07,0.8451 Toa,toa,157,6,1,1,3.08,2.1987,0.07,0.8451 toady,toady,11,6,6,5,0.22,1.0792,0.07,0.8451 Tobe,tobe,18,6,2,2,0.35,1.2788,0.07,0.8451 toff,toff,7,6,6,5,0.14,0.9031,0.07,0.8451 togas,togas,7,6,7,6,0.14,0.9031,0.07,0.8451 toils,toils,6,6,5,5,0.12,0.8451,0.07,0.8451 tolerances,tolerances,6,6,4,4,0.12,0.8451,0.07,0.8451 toolkit,toolkit,7,6,7,6,0.14,0.9031,0.07,0.8451 toon,toon,39,6,24,3,0.76,1.6021,0.07,0.8451 Topaz,topaz,51,6,2,2,1.00,1.7160,0.07,0.8451 Tories,tories,17,6,0,0,0.33,1.2553,0.07,0.8451 torrential,torrential,6,6,6,6,0.12,0.8451,0.07,0.8451 tortoises,tortoises,9,6,7,5,0.18,1.0000,0.07,0.8451 tortuous,tortuous,6,6,5,5,0.12,0.8451,0.07,0.8451 touristy,touristy,6,6,6,6,0.12,0.8451,0.07,0.8451 touted,touted,6,6,6,6,0.12,0.8451,0.07,0.8451 touting,touting,6,6,6,6,0.12,0.8451,0.07,0.8451 Tp,tp,12,6,2,2,0.24,1.1139,0.07,0.8451 trackless,trackless,9,6,7,6,0.18,1.0000,0.07,0.8451 tracts,tracts,8,6,8,6,0.16,0.9542,0.07,0.8451 trademarks,trademarks,7,6,7,6,0.14,0.9031,0.07,0.8451 trainload,trainload,6,6,6,6,0.12,0.8451,0.07,0.8451 tranquillizers,tranquillizers,6,6,6,6,0.12,0.8451,0.07,0.8451 transcribe,transcribe,6,6,6,6,0.12,0.8451,0.07,0.8451 transcribing,transcribing,6,6,6,6,0.12,0.8451,0.07,0.8451 transgress,transgress,7,6,6,5,0.14,0.9031,0.07,0.8451 transponders,transponders,6,6,5,5,0.12,0.8451,0.07,0.8451 transporters,transporters,12,6,10,5,0.24,1.1139,0.07,0.8451 transposed,transposed,6,6,6,6,0.12,0.8451,0.07,0.8451 treble,treble,9,6,8,5,0.18,1.0000,0.07,0.8451 tremens,tremens,6,6,6,6,0.12,0.8451,0.07,0.8451 trespasser,trespasser,6,6,6,6,0.12,0.8451,0.07,0.8451 tress,tress,6,6,5,5,0.12,0.8451,0.07,0.8451 Tri,tri,10,6,2,2,0.20,1.0414,0.07,0.8451 trier,trier,6,6,6,6,0.12,0.8451,0.07,0.8451 tristate,tristate,7,6,5,5,0.14,0.9031,0.07,0.8451 triumphantly,triumphantly,6,6,6,6,0.12,0.8451,0.07,0.8451 tromp,tromp,6,6,6,6,0.12,0.8451,0.07,0.8451 troubadours,troubadours,7,6,5,5,0.14,0.9031,0.07,0.8451 troublemaking,troublemaking,6,6,6,6,0.12,0.8451,0.07,0.8451 truckloads,truckloads,6,6,6,6,0.12,0.8451,0.07,0.8451 trumpeting,trumpeting,6,6,5,5,0.12,0.8451,0.07,0.8451 trumping,trumping,6,6,5,5,0.12,0.8451,0.07,0.8451 trundle,trundle,12,6,9,5,0.24,1.1139,0.07,0.8451 tuchis,tuchis,6,6,6,6,0.12,0.8451,0.07,0.8451 tungsten,tungsten,8,6,7,6,0.16,0.9542,0.07,0.8451 tunnelling,tunnelling,8,6,8,6,0.16,0.9542,0.07,0.8451 turbocharged,turbocharged,6,6,6,6,0.12,0.8451,0.07,0.8451 tureen,tureen,6,6,6,6,0.12,0.8451,0.07,0.8451 Turners,turners,8,6,2,2,0.16,0.9542,0.07,0.8451 Turnstiles,turnstiles,59,6,7,4,1.16,1.7782,0.07,0.8451 turntables,turntables,7,6,7,6,0.14,0.9031,0.07,0.8451 turtledove,turtledove,17,6,17,6,0.33,1.2553,0.07,0.8451 turtlenecks,turtlenecks,8,6,8,6,0.16,0.9542,0.07,0.8451 tushie,tushie,8,6,8,6,0.16,0.9542,0.07,0.8451 twaddle,twaddle,7,6,5,4,0.14,0.9031,0.07,0.8451 tweeds,tweeds,6,6,5,5,0.12,0.8451,0.07,0.8451 Tweedy,tweedy,26,6,2,2,0.51,1.4314,0.07,0.8451 tween,tween,11,6,9,6,0.22,1.0792,0.07,0.8451 tweeze,tweeze,7,6,6,5,0.14,0.9031,0.07,0.8451 Twink,twink,12,6,3,3,0.24,1.1139,0.07,0.8451 twirler,twirler,7,6,7,6,0.14,0.9031,0.07,0.8451 twitched,twitched,6,6,6,6,0.12,0.8451,0.07,0.8451 Twitty,twitty,20,6,1,1,0.39,1.3222,0.07,0.8451 twofer,twofer,7,6,7,6,0.14,0.9031,0.07,0.8451 typos,typos,8,6,8,6,0.16,0.9542,0.07,0.8451 unadorned,unadorned,6,6,6,6,0.12,0.8451,0.07,0.8451 unadvisedly,unadvisedly,6,6,6,6,0.12,0.8451,0.07,0.8451 unaltered,unaltered,7,6,7,6,0.14,0.9031,0.07,0.8451 unbalance,unbalance,6,6,6,6,0.12,0.8451,0.07,0.8451 uncertainties,uncertainties,6,6,6,6,0.12,0.8451,0.07,0.8451 unchained,unchained,6,6,4,4,0.12,0.8451,0.07,0.8451 unchangeable,unchangeable,7,6,6,5,0.14,0.9031,0.07,0.8451 uncharacteristically,uncharacteristically,6,6,6,6,0.12,0.8451,0.07,0.8451 uncoordinated,uncoordinated,7,6,7,6,0.14,0.9031,0.07,0.8451 uncouple,uncouple,8,6,5,4,0.16,0.9542,0.07,0.8451 underestimates,underestimates,6,6,6,6,0.12,0.8451,0.07,0.8451 undernourished,undernourished,6,6,6,6,0.12,0.8451,0.07,0.8451 undershorts,undershorts,6,6,6,6,0.12,0.8451,0.07,0.8451 underthings,underthings,6,6,6,6,0.12,0.8451,0.07,0.8451 undervalued,undervalued,6,6,6,6,0.12,0.8451,0.07,0.8451 undocumented,undocumented,6,6,5,5,0.12,0.8451,0.07,0.8451 unflappable,unflappable,7,6,7,6,0.14,0.9031,0.07,0.8451 unforeseeable,unforeseeable,6,6,6,6,0.12,0.8451,0.07,0.8451 unheeded,unheeded,6,6,6,6,0.12,0.8451,0.07,0.8451 unnaturally,unnaturally,6,6,6,6,0.12,0.8451,0.07,0.8451 unobserved,unobserved,7,6,6,6,0.14,0.9031,0.07,0.8451 unpremeditated,unpremeditated,7,6,7,6,0.14,0.9031,0.07,0.8451 unquestioning,unquestioning,6,6,6,6,0.12,0.8451,0.07,0.8451 unrecognized,unrecognized,6,6,5,5,0.12,0.8451,0.07,0.8451 unregulated,unregulated,6,6,4,4,0.12,0.8451,0.07,0.8451 unrighteous,unrighteous,7,6,7,6,0.14,0.9031,0.07,0.8451 unshaven,unshaven,6,6,6,6,0.12,0.8451,0.07,0.8451 unstrung,unstrung,6,6,6,6,0.12,0.8451,0.07,0.8451 untested,untested,8,6,7,5,0.16,0.9542,0.07,0.8451 Untouchables,untouchables,6,6,2,2,0.12,0.8451,0.07,0.8451 untreatable,untreatable,7,6,7,6,0.14,0.9031,0.07,0.8451 untrusting,untrusting,6,6,5,5,0.12,0.8451,0.07,0.8451 unwholesome,unwholesome,6,6,6,6,0.12,0.8451,0.07,0.8451 unwieldy,unwieldy,6,6,6,6,0.12,0.8451,0.07,0.8451 unworkable,unworkable,7,6,7,6,0.14,0.9031,0.07,0.8451 upcountry,upcountry,7,6,7,6,0.14,0.9031,0.07,0.8451 upperclassman,upperclassman,6,6,6,6,0.12,0.8451,0.07,0.8451 Ural,ural,7,6,0,0,0.14,0.9031,0.07,0.8451 uselessly,uselessly,7,6,6,6,0.14,0.9031,0.07,0.8451 uttering,uttering,6,6,6,6,0.12,0.8451,0.07,0.8451 utters,utters,9,6,9,6,0.18,1.0000,0.07,0.8451 uvula,uvula,9,6,7,4,0.18,1.0000,0.07,0.8451 vaccinate,vaccinate,6,6,5,5,0.12,0.8451,0.07,0.8451 vagabonds,vagabonds,8,6,8,6,0.16,0.9542,0.07,0.8451 vagueness,vagueness,6,6,6,6,0.12,0.8451,0.07,0.8451 Valance,valance,49,6,2,1,0.96,1.6990,0.07,0.8451 Valens,valens,8,6,0,0,0.16,0.9542,0.07,0.8451 vapours,vapours,9,6,9,6,0.18,1.0000,0.07,0.8451 var,var,7,6,6,5,0.14,0.9031,0.07,0.8451 vaulted,vaulted,8,6,7,6,0.16,0.9542,0.07,0.8451 vaunted,vaunted,6,6,6,6,0.12,0.8451,0.07,0.8451 veau,veau,11,6,6,5,0.22,1.0792,0.07,0.8451 vegans,vegans,6,6,3,3,0.12,0.8451,0.07,0.8451 vehement,vehement,6,6,6,6,0.12,0.8451,0.07,0.8451 venerated,venerated,8,6,8,6,0.16,0.9542,0.07,0.8451 verdant,verdant,8,6,5,5,0.16,0.9542,0.07,0.8451 Verdun,verdun,6,6,0,0,0.12,0.8451,0.07,0.8451 verisimilitude,verisimilitude,8,6,6,4,0.16,0.9542,0.07,0.8451 vertebral,vertebral,6,6,6,6,0.12,0.8451,0.07,0.8451 vertebrate,vertebrate,7,6,7,6,0.14,0.9031,0.07,0.8451 vetoes,vetoes,7,6,7,6,0.14,0.9031,0.07,0.8451 viciousness,viciousness,6,6,6,6,0.12,0.8451,0.07,0.8451 vicissitudes,vicissitudes,6,6,5,5,0.12,0.8451,0.07,0.8451 victimised,victimised,6,6,6,6,0.12,0.8451,0.07,0.8451 Victorians,victorians,8,6,0,0,0.16,0.9542,0.07,0.8451 videocassette,videocassette,7,6,6,6,0.14,0.9031,0.07,0.8451 vindicate,vindicate,6,6,6,6,0.12,0.8451,0.07,0.8451 visto,visto,7,6,7,6,0.14,0.9031,0.07,0.8451 vivo,vivo,8,6,7,6,0.16,0.9542,0.07,0.8451 vixens,vixens,6,6,4,4,0.12,0.8451,0.07,0.8451 vocab,vocab,6,6,5,5,0.12,0.8451,0.07,0.8451 Volta,volta,13,6,1,1,0.25,1.1461,0.07,0.8451 voyeuristic,voyeuristic,6,6,6,6,0.12,0.8451,0.07,0.8451 wafts,wafts,7,6,7,6,0.14,0.9031,0.07,0.8451 wagged,wagged,6,6,6,6,0.12,0.8451,0.07,0.8451 wakeful,wakeful,6,6,6,6,0.12,0.8451,0.07,0.8451 walkabouts,walkabouts,7,6,6,5,0.14,0.9031,0.07,0.8451 Wallaby,wallaby,27,6,4,4,0.53,1.4472,0.07,0.8451 wallpapered,wallpapered,6,6,6,6,0.12,0.8451,0.07,0.8451 wanderings,wanderings,8,6,8,6,0.16,0.9542,0.07,0.8451 waned,waned,6,6,6,6,0.12,0.8451,0.07,0.8451 warble,warble,10,6,7,5,0.20,1.0414,0.07,0.8451 warding,warding,6,6,6,6,0.12,0.8451,0.07,0.8451 washable,washable,6,6,6,6,0.12,0.8451,0.07,0.8451 washerwoman,washerwoman,6,6,4,4,0.12,0.8451,0.07,0.8451 waspy,waspy,6,6,3,3,0.12,0.8451,0.07,0.8451 wast,wast,9,6,8,6,0.18,1.0000,0.07,0.8451 wastelands,wastelands,6,6,6,6,0.12,0.8451,0.07,0.8451 watchmaker,watchmaker,7,6,7,6,0.14,0.9031,0.07,0.8451 watershed,watershed,6,6,6,6,0.12,0.8451,0.07,0.8451 waxer,waxer,11,6,11,6,0.22,1.0792,0.07,0.8451 waxes,waxes,6,6,6,6,0.12,0.8451,0.07,0.8451 weaved,weaved,8,6,7,6,0.16,0.9542,0.07,0.8451 weavers,weavers,7,6,7,6,0.14,0.9031,0.07,0.8451 weds,weds,6,6,4,4,0.12,0.8451,0.07,0.8451 Weedy,weedy,15,6,4,4,0.29,1.2041,0.07,0.8451 welshing,welshing,7,6,6,5,0.14,0.9031,0.07,0.8451 Welshman,welshman,9,6,0,0,0.18,1.0000,0.07,0.8451 wether,wether,7,6,6,5,0.14,0.9031,0.07,0.8451 wetness,wetness,6,6,6,6,0.12,0.8451,0.07,0.8451 whatsit,whatsit,7,6,4,3,0.14,0.9031,0.07,0.8451 wheelies,wheelies,6,6,5,5,0.12,0.8451,0.07,0.8451 whetstone,whetstone,9,6,5,5,0.18,1.0000,0.07,0.8451 whiners,whiners,7,6,4,4,0.14,0.9031,0.07,0.8451 Whiney,whiney,14,6,5,4,0.27,1.1761,0.07,0.8451 whirrs,whirrs,9,6,9,6,0.18,1.0000,0.07,0.8451 whisking,whisking,6,6,6,6,0.12,0.8451,0.07,0.8451 whiteout,whiteout,8,6,8,6,0.16,0.9542,0.07,0.8451 wholesalers,wholesalers,6,6,5,5,0.12,0.8451,0.07,0.8451 whooshes,whooshes,9,6,9,6,0.18,1.0000,0.07,0.8451 whooshing,whooshing,6,6,5,5,0.12,0.8451,0.07,0.8451 wickedest,wickedest,8,6,8,6,0.16,0.9542,0.07,0.8451 widest,widest,6,6,6,6,0.12,0.8451,0.07,0.8451 wildcatter,wildcatter,6,6,6,6,0.12,0.8451,0.07,0.8451 Wilding,wilding,8,6,3,2,0.16,0.9542,0.07,0.8451 wilfully,wilfully,7,6,6,5,0.14,0.9031,0.07,0.8451 wimple,wimple,8,6,8,6,0.16,0.9542,0.07,0.8451 windage,windage,10,6,7,6,0.20,1.0414,0.07,0.8451 windsurfing,windsurfing,8,6,6,4,0.16,0.9542,0.07,0.8451 windswept,windswept,6,6,5,5,0.12,0.8451,0.07,0.8451 winsome,winsome,6,6,4,4,0.12,0.8451,0.07,0.8451 wisecracking,wisecracking,7,6,5,5,0.14,0.9031,0.07,0.8451 wisps,wisps,6,6,6,6,0.12,0.8451,0.07,0.8451 withal,withal,15,6,14,6,0.29,1.2041,0.07,0.8451 Woa,woa,6,6,0,0,0.12,0.8451,0.07,0.8451 woeful,woeful,7,6,7,6,0.14,0.9031,0.07,0.8451 wolfbane,wolfbane,13,6,9,5,0.25,1.1461,0.07,0.8451 womanish,womanish,7,6,7,6,0.14,0.9031,0.07,0.8451 womanizers,womanizers,6,6,6,6,0.12,0.8451,0.07,0.8451 woofer,woofer,10,6,9,5,0.20,1.0414,0.07,0.8451 wordsmith,wordsmith,6,6,5,5,0.12,0.8451,0.07,0.8451 workaday,workaday,6,6,6,6,0.12,0.8451,0.07,0.8451 workaholics,workaholics,6,6,6,6,0.12,0.8451,0.07,0.8451 workbook,workbook,6,6,6,6,0.12,0.8451,0.07,0.8451 worshipper,worshipper,8,6,8,6,0.16,0.9542,0.07,0.8451 worths,worths,8,6,8,6,0.16,0.9542,0.07,0.8451 wraparound,wraparound,7,6,6,5,0.14,0.9031,0.07,0.8451 wrappings,wrappings,6,6,6,6,0.12,0.8451,0.07,0.8451 wrest,wrest,6,6,5,5,0.12,0.8451,0.07,0.8451 wrongdoings,wrongdoings,8,6,8,6,0.16,0.9542,0.07,0.8451 wroth,wroth,8,6,5,5,0.16,0.9542,0.07,0.8451 wusses,wusses,6,6,6,6,0.12,0.8451,0.07,0.8451 wussies,wussies,6,6,5,5,0.12,0.8451,0.07,0.8451 Xenon,xenon,34,6,6,4,0.67,1.5441,0.07,0.8451 yaks,yaks,7,6,7,6,0.14,0.9031,0.07,0.8451 yaps,yaps,8,6,8,6,0.16,0.9542,0.07,0.8451 Yar,yar,16,6,4,3,0.31,1.2304,0.07,0.8451 yearnings,yearnings,7,6,7,6,0.14,0.9031,0.07,0.8451 Yecch,yecch,8,6,3,2,0.16,0.9542,0.07,0.8451 yenta,yenta,8,6,7,6,0.16,0.9542,0.07,0.8451 yeshiva,yeshiva,17,6,15,5,0.33,1.2553,0.07,0.8451 yips,yips,9,6,9,6,0.18,1.0000,0.07,0.8451 yolks,yolks,8,6,8,6,0.16,0.9542,0.07,0.8451 yourn,yourn,17,6,17,6,0.33,1.2553,0.07,0.8451 Yugoslav,yugoslav,8,6,0,0,0.16,0.9542,0.07,0.8451 yummies,yummies,6,6,5,5,0.12,0.8451,0.07,0.8451 zag,zag,10,6,7,4,0.20,1.0414,0.07,0.8451 zaps,zaps,8,6,8,6,0.16,0.9542,0.07,0.8451 zat,zat,11,6,8,4,0.22,1.0792,0.07,0.8451 Zealots,zealots,9,6,4,4,0.18,1.0000,0.07,0.8451 Zeitgeist,zeitgeist,6,6,2,2,0.12,0.8451,0.07,0.8451 zillions,zillions,6,6,5,5,0.12,0.8451,0.07,0.8451 Zionist,zionist,6,6,1,1,0.12,0.8451,0.07,0.8451 Zira,zira,85,6,0,0,1.67,1.9345,0.07,0.8451 zircon,zircon,6,6,4,4,0.12,0.8451,0.07,0.8451 abattoir,abattoir,7,5,4,4,0.14,0.9031,0.06,0.7782 abet,abet,5,5,5,5,0.10,0.7782,0.06,0.7782 abraded,abraded,5,5,4,4,0.10,0.7782,0.06,0.7782 abruption,abruption,6,5,5,5,0.12,0.8451,0.06,0.7782 abscond,abscond,5,5,5,5,0.10,0.7782,0.06,0.7782 absconded,absconded,5,5,5,5,0.10,0.7782,0.06,0.7782 absenteeism,absenteeism,5,5,5,5,0.10,0.7782,0.06,0.7782 absolving,absolving,5,5,5,5,0.10,0.7782,0.06,0.7782 abstention,abstention,6,5,6,5,0.12,0.8451,0.06,0.7782 abt,abt,11,5,7,3,0.22,1.0792,0.06,0.7782 abut,abut,6,5,6,5,0.12,0.8451,0.06,0.7782 abutment,abutment,6,5,6,5,0.12,0.8451,0.06,0.7782 Abyssinia,abyssinia,8,5,0,0,0.16,0.9542,0.06,0.7782 accelerates,accelerates,5,5,5,5,0.10,0.7782,0.06,0.7782 accommodated,accommodated,5,5,5,5,0.10,0.7782,0.06,0.7782 accoutrement,accoutrement,6,5,6,5,0.12,0.8451,0.06,0.7782 accustom,accustom,6,5,6,5,0.12,0.8451,0.06,0.7782 acetate,acetate,6,5,5,4,0.12,0.8451,0.06,0.7782 Achievers,achievers,9,5,4,3,0.18,1.0000,0.06,0.7782 acidosis,acidosis,8,5,7,5,0.16,0.9542,0.06,0.7782 acquiesced,acquiesced,5,5,5,5,0.10,0.7782,0.06,0.7782 acquiescence,acquiescence,5,5,5,5,0.10,0.7782,0.06,0.7782 acrimonious,acrimonious,7,5,6,4,0.14,0.9031,0.06,0.7782 Acropolis,acropolis,6,5,0,0,0.12,0.8451,0.06,0.7782 acumen,acumen,7,5,7,5,0.14,0.9031,0.06,0.7782 Adc,adc,7,5,0,0,0.14,0.9031,0.06,0.7782 Addis,addis,10,5,0,0,0.20,1.0414,0.06,0.7782 adjoins,adjoins,5,5,5,5,0.10,0.7782,0.06,0.7782 adjudicated,adjudicated,6,5,6,5,0.12,0.8451,0.06,0.7782 adverbs,adverbs,5,5,4,4,0.10,0.7782,0.06,0.7782 advisedly,advisedly,5,5,5,5,0.10,0.7782,0.06,0.7782 advisee,advisee,13,5,12,4,0.25,1.1461,0.06,0.7782 advisees,advisees,22,5,22,5,0.43,1.3617,0.06,0.7782 aero,aero,5,5,3,3,0.10,0.7782,0.06,0.7782 afeared,afeared,5,5,5,5,0.10,0.7782,0.06,0.7782 affable,affable,6,5,6,5,0.12,0.8451,0.06,0.7782 affirmations,affirmations,10,5,9,4,0.20,1.0414,0.06,0.7782 afflicting,afflicting,6,5,6,5,0.12,0.8451,0.06,0.7782 Afghani,afghani,6,5,0,0,0.12,0.8451,0.06,0.7782 aficionados,aficionados,5,5,4,4,0.10,0.7782,0.06,0.7782 afterbirth,afterbirth,5,5,5,5,0.10,0.7782,0.06,0.7782 aftercare,aftercare,5,5,3,3,0.10,0.7782,0.06,0.7782 agitates,agitates,6,5,6,5,0.12,0.8451,0.06,0.7782 Agonal,agonal,5,5,2,2,0.10,0.7782,0.06,0.7782 agonize,agonize,5,5,5,5,0.10,0.7782,0.06,0.7782 agribusiness,agribusiness,7,5,6,4,0.14,0.9031,0.06,0.7782 airbrush,airbrush,9,5,8,5,0.18,1.0000,0.06,0.7782 airlifting,airlifting,5,5,5,5,0.10,0.7782,0.06,0.7782 alacrity,alacrity,5,5,4,4,0.10,0.7782,0.06,0.7782 albacore,albacore,8,5,4,4,0.16,0.9542,0.06,0.7782 alchemical,alchemical,6,5,5,4,0.12,0.8451,0.06,0.7782 Alder,alder,5,5,2,2,0.10,0.7782,0.06,0.7782 ales,ales,5,5,5,5,0.10,0.7782,0.06,0.7782 Aleutians,aleutians,8,5,0,0,0.16,0.9542,0.06,0.7782 alienist,alienist,8,5,7,5,0.16,0.9542,0.06,0.7782 allowable,allowable,5,5,5,5,0.10,0.7782,0.06,0.7782 allusion,allusion,6,5,6,5,0.12,0.8451,0.06,0.7782 alphabetize,alphabetize,5,5,5,5,0.10,0.7782,0.06,0.7782 altars,altars,6,5,5,4,0.12,0.8451,0.06,0.7782 alternated,alternated,5,5,5,5,0.10,0.7782,0.06,0.7782 alternatively,alternatively,5,5,4,4,0.10,0.7782,0.06,0.7782 Altos,altos,7,5,3,3,0.14,0.9031,0.06,0.7782 amalgam,amalgam,9,5,9,5,0.18,1.0000,0.06,0.7782 amble,amble,5,5,5,5,0.10,0.7782,0.06,0.7782 Amie,amie,36,5,3,3,0.71,1.5682,0.06,0.7782 amoebas,amoebas,5,5,4,4,0.10,0.7782,0.06,0.7782 amours,amours,6,5,5,4,0.12,0.8451,0.06,0.7782 ampoules,ampoules,15,5,15,5,0.29,1.2041,0.06,0.7782 anachronism,anachronism,5,5,5,5,0.10,0.7782,0.06,0.7782 Anacondas,anacondas,10,5,3,3,0.20,1.0414,0.06,0.7782 anally,anally,5,5,5,5,0.10,0.7782,0.06,0.7782 Anas,anas,7,5,0,0,0.14,0.9031,0.06,0.7782 anesthetist,anesthetist,6,5,5,5,0.12,0.8451,0.06,0.7782 angelfish,angelfish,5,5,4,4,0.10,0.7782,0.06,0.7782 aniline,aniline,6,5,3,2,0.12,0.8451,0.06,0.7782 Anima,anima,10,5,3,2,0.20,1.0414,0.06,0.7782 animalistic,animalistic,5,5,5,5,0.10,0.7782,0.06,0.7782 anime,anime,6,5,5,5,0.12,0.8451,0.06,0.7782 ankh,ankh,17,5,15,5,0.33,1.2553,0.06,0.7782 anklets,anklets,7,5,5,5,0.14,0.9031,0.06,0.7782 annexation,annexation,7,5,6,5,0.14,0.9031,0.06,0.7782 annum,annum,5,5,5,5,0.10,0.7782,0.06,0.7782 antecedents,antecedents,5,5,5,5,0.10,0.7782,0.06,0.7782 anthropologically,anthropologically,5,5,3,3,0.10,0.7782,0.06,0.7782 anticipatory,anticipatory,6,5,5,5,0.12,0.8451,0.06,0.7782 antigens,antigens,6,5,5,4,0.12,0.8451,0.06,0.7782 Antilles,antilles,6,5,0,0,0.12,0.8451,0.06,0.7782 antipersonnel,antipersonnel,5,5,4,4,0.10,0.7782,0.06,0.7782 aphids,aphids,12,5,9,4,0.24,1.1139,0.06,0.7782 aphorisms,aphorisms,5,5,3,3,0.10,0.7782,0.06,0.7782 apoplectic,apoplectic,8,5,5,5,0.16,0.9542,0.06,0.7782 Appalachian,appalachian,5,5,0,0,0.10,0.7782,0.06,0.7782 Appomattox,appomattox,8,5,0,0,0.16,0.9542,0.06,0.7782 appropriation,appropriation,8,5,8,5,0.16,0.9542,0.06,0.7782 apps,apps,10,5,9,5,0.20,1.0414,0.06,0.7782 aqueous,aqueous,5,5,4,4,0.10,0.7782,0.06,0.7782 Ara,ara,10,5,2,2,0.20,1.0414,0.06,0.7782 arabesque,arabesque,5,5,3,3,0.10,0.7782,0.06,0.7782 Arachnids,arachnids,12,5,5,4,0.24,1.1139,0.06,0.7782 arachnophobia,arachnophobia,6,5,3,3,0.12,0.8451,0.06,0.7782 arboreal,arboreal,6,5,5,4,0.12,0.8451,0.06,0.7782 archbishops,archbishops,6,5,6,5,0.12,0.8451,0.06,0.7782 archetype,archetype,6,5,6,5,0.12,0.8451,0.06,0.7782 archipelago,archipelago,7,5,5,4,0.14,0.9031,0.06,0.7782 areola,areola,7,5,4,3,0.14,0.9031,0.06,0.7782 argent,argent,5,5,3,3,0.10,0.7782,0.06,0.7782 Argonauts,argonauts,9,5,0,0,0.18,1.0000,0.06,0.7782 aromas,aromas,7,5,6,5,0.14,0.9031,0.06,0.7782 arrayed,arrayed,6,5,5,4,0.12,0.8451,0.06,0.7782 artisan,artisan,5,5,5,5,0.10,0.7782,0.06,0.7782 artworks,artworks,5,5,5,5,0.10,0.7782,0.06,0.7782 arugula,arugula,6,5,6,5,0.12,0.8451,0.06,0.7782 Aryans,aryans,12,5,0,0,0.24,1.1139,0.06,0.7782 ashcans,ashcans,5,5,5,5,0.10,0.7782,0.06,0.7782 assail,assail,5,5,4,4,0.10,0.7782,0.06,0.7782 assertions,assertions,5,5,5,5,0.10,0.7782,0.06,0.7782 assiduously,assiduously,5,5,5,5,0.10,0.7782,0.06,0.7782 assimilating,assimilating,5,5,5,5,0.10,0.7782,0.06,0.7782 assuage,assuage,6,5,6,5,0.12,0.8451,0.06,0.7782 asylums,asylums,5,5,5,5,0.10,0.7782,0.06,0.7782 atavistic,atavistic,5,5,4,4,0.10,0.7782,0.06,0.7782 atheism,atheism,5,5,3,3,0.10,0.7782,0.06,0.7782 attaining,attaining,5,5,5,5,0.10,0.7782,0.06,0.7782 attributable,attributable,5,5,5,5,0.10,0.7782,0.06,0.7782 augmenting,augmenting,5,5,4,4,0.10,0.7782,0.06,0.7782 Augustin,augustin,6,5,0,0,0.12,0.8451,0.06,0.7782 aunties,aunties,9,5,7,4,0.18,1.0000,0.06,0.7782 austerity,austerity,5,5,4,4,0.10,0.7782,0.06,0.7782 Australians,australians,6,5,0,0,0.12,0.8451,0.06,0.7782 Austrians,austrians,5,5,0,0,0.10,0.7782,0.06,0.7782 authorship,authorship,5,5,5,5,0.10,0.7782,0.06,0.7782 autopsied,autopsied,5,5,5,5,0.10,0.7782,0.06,0.7782 autre,autre,6,5,6,5,0.12,0.8451,0.06,0.7782 aviary,aviary,8,5,8,5,0.16,0.9542,0.06,0.7782 avidly,avidly,5,5,3,3,0.10,0.7782,0.06,0.7782 avuncular,avuncular,6,5,5,5,0.12,0.8451,0.06,0.7782 awesomely,awesomely,5,5,5,5,0.10,0.7782,0.06,0.7782 awfulness,awfulness,5,5,5,5,0.10,0.7782,0.06,0.7782 Babbitt,babbitt,35,5,0,0,0.69,1.5563,0.06,0.7782 babushka,babushka,5,5,5,5,0.10,0.7782,0.06,0.7782 babying,babying,6,5,6,5,0.12,0.8451,0.06,0.7782 babyish,babyish,5,5,5,5,0.10,0.7782,0.06,0.7782 Babylonians,babylonians,5,5,0,0,0.10,0.7782,0.06,0.7782 bacchanal,bacchanal,8,5,6,4,0.16,0.9542,0.06,0.7782 backbiting,backbiting,5,5,5,5,0.10,0.7782,0.06,0.7782 backcountry,backcountry,15,5,15,5,0.29,1.2041,0.06,0.7782 backcourt,backcourt,5,5,5,5,0.10,0.7782,0.06,0.7782 backflip,backflip,5,5,5,5,0.10,0.7782,0.06,0.7782 backlogged,backlogged,5,5,5,5,0.10,0.7782,0.06,0.7782 backstab,backstab,5,5,5,5,0.10,0.7782,0.06,0.7782 backstreets,backstreets,6,5,6,5,0.12,0.8451,0.06,0.7782 badmouthing,badmouthing,8,5,7,5,0.16,0.9542,0.06,0.7782 bailiwick,bailiwick,5,5,5,5,0.10,0.7782,0.06,0.7782 baits,baits,9,5,9,5,0.18,1.0000,0.06,0.7782 ballgames,ballgames,5,5,5,5,0.10,0.7782,0.06,0.7782 ballyhoo,ballyhoo,5,5,5,5,0.10,0.7782,0.06,0.7782 banding,banding,6,5,6,5,0.12,0.8451,0.06,0.7782 Banes,banes,25,5,0,0,0.49,1.4150,0.06,0.7782 Bangle,bangle,5,5,2,2,0.10,0.7782,0.06,0.7782 banishing,banishing,7,5,5,4,0.14,0.9031,0.06,0.7782 banknote,banknote,6,5,6,5,0.12,0.8451,0.06,0.7782 bankruptcies,bankruptcies,6,5,6,5,0.12,0.8451,0.06,0.7782 Bara,bara,6,5,0,0,0.12,0.8451,0.06,0.7782 Bardo,bardo,11,5,2,1,0.22,1.0792,0.06,0.7782 barest,barest,5,5,5,5,0.10,0.7782,0.06,0.7782 baronet,baronet,11,5,8,5,0.22,1.0792,0.06,0.7782 barristers,barristers,5,5,4,4,0.10,0.7782,0.06,0.7782 barstools,barstools,5,5,5,5,0.10,0.7782,0.06,0.7782 bashes,bashes,5,5,5,5,0.10,0.7782,0.06,0.7782 Basque,basque,8,5,0,0,0.16,0.9542,0.06,0.7782 batboy,batboy,6,5,4,4,0.12,0.8451,0.06,0.7782 bazoo,bazoo,8,5,7,5,0.16,0.9542,0.06,0.7782 beagles,beagles,7,5,7,5,0.14,0.9031,0.06,0.7782 Beanery,beanery,5,5,1,1,0.10,0.7782,0.06,0.7782 Bearcat,bearcat,6,5,1,1,0.12,0.8451,0.06,0.7782 beaux,beaux,6,5,4,4,0.12,0.8451,0.06,0.7782 Bedouins,bedouins,7,5,0,0,0.14,0.9031,0.06,0.7782 bedspreads,bedspreads,6,5,6,5,0.12,0.8451,0.06,0.7782 bedstead,bedstead,5,5,4,4,0.10,0.7782,0.06,0.7782 beezer,beezer,5,5,4,4,0.10,0.7782,0.06,0.7782 befits,befits,5,5,5,5,0.10,0.7782,0.06,0.7782 befriends,befriends,5,5,5,5,0.10,0.7782,0.06,0.7782 begetting,begetting,5,5,5,5,0.10,0.7782,0.06,0.7782 begot,begot,7,5,7,5,0.14,0.9031,0.06,0.7782 beguiled,beguiled,6,5,5,4,0.12,0.8451,0.06,0.7782 behooves,behooves,7,5,6,5,0.14,0.9031,0.06,0.7782 Belcher,belcher,11,5,1,1,0.22,1.0792,0.06,0.7782 Belgians,belgians,8,5,0,0,0.16,0.9542,0.06,0.7782 Belie,belie,9,5,1,1,0.18,1.0000,0.06,0.7782 belles,belles,8,5,4,3,0.16,0.9542,0.06,0.7782 bellied,bellied,5,5,5,5,0.10,0.7782,0.06,0.7782 belting,belting,5,5,5,5,0.10,0.7782,0.06,0.7782 beneficent,beneficent,5,5,5,5,0.10,0.7782,0.06,0.7782 benighted,benighted,5,5,4,4,0.10,0.7782,0.06,0.7782 Benjy,benjy,33,5,0,0,0.65,1.5315,0.06,0.7782 ber,ber,6,5,4,3,0.12,0.8451,0.06,0.7782 beryllium,beryllium,25,5,21,5,0.49,1.4150,0.06,0.7782 bestowing,bestowing,6,5,6,5,0.12,0.8451,0.06,0.7782 biathlon,biathlon,7,5,7,5,0.14,0.9031,0.06,0.7782 Bibi,bibi,29,5,0,0,0.57,1.4771,0.06,0.7782 bicuspid,bicuspid,5,5,3,3,0.10,0.7782,0.06,0.7782 bidden,bidden,5,5,4,4,0.10,0.7782,0.06,0.7782 Biggy,biggy,6,5,1,1,0.12,0.8451,0.06,0.7782 Bight,bight,7,5,3,2,0.14,0.9031,0.06,0.7782 bigness,bigness,6,5,6,5,0.12,0.8451,0.06,0.7782 bilirubin,bilirubin,5,5,3,3,0.10,0.7782,0.06,0.7782 billow,billow,5,5,5,5,0.10,0.7782,0.06,0.7782 billows,billows,5,5,5,5,0.10,0.7782,0.06,0.7782 Binh,binh,12,5,0,0,0.24,1.1139,0.06,0.7782 Bink,bink,42,5,0,0,0.82,1.6335,0.06,0.7782 biofeedback,biofeedback,5,5,5,5,0.10,0.7782,0.06,0.7782 bios,bios,5,5,4,4,0.10,0.7782,0.06,0.7782 birthstone,birthstone,6,5,6,5,0.12,0.8451,0.06,0.7782 Bisexuals,bisexuals,5,5,2,2,0.10,0.7782,0.06,0.7782 Bish,bish,17,5,0,0,0.33,1.2553,0.06,0.7782 bivouacked,bivouacked,5,5,5,5,0.10,0.7782,0.06,0.7782 Bizet,bizet,5,5,0,0,0.10,0.7782,0.06,0.7782 blackboards,blackboards,5,5,5,5,0.10,0.7782,0.06,0.7782 blackheads,blackheads,5,5,4,4,0.10,0.7782,0.06,0.7782 blackjacks,blackjacks,5,5,5,5,0.10,0.7782,0.06,0.7782 Blacky,blacky,6,5,0,0,0.12,0.8451,0.06,0.7782 Blanch,blanch,13,5,6,3,0.25,1.1461,0.06,0.7782 blanched,blanched,5,5,5,5,0.10,0.7782,0.06,0.7782 blandness,blandness,5,5,5,5,0.10,0.7782,0.06,0.7782 bleeders,bleeders,6,5,6,5,0.12,0.8451,0.06,0.7782 blest,blest,5,5,5,5,0.10,0.7782,0.06,0.7782 blini,blini,5,5,4,4,0.10,0.7782,0.06,0.7782 blips,blips,5,5,5,5,0.10,0.7782,0.06,0.7782 blitzing,blitzing,6,5,6,5,0.12,0.8451,0.06,0.7782 bloggers,bloggers,9,5,9,5,0.18,1.0000,0.06,0.7782 bluebells,bluebells,9,5,6,5,0.18,1.0000,0.06,0.7782 blueness,blueness,9,5,5,4,0.18,1.0000,0.06,0.7782 blurb,blurb,13,5,13,5,0.25,1.1461,0.06,0.7782 blurting,blurting,5,5,5,5,0.10,0.7782,0.06,0.7782 blurts,blurts,5,5,5,5,0.10,0.7782,0.06,0.7782 Bn,bn,7,5,2,2,0.14,0.9031,0.06,0.7782 boardinghouse,boardinghouse,6,5,5,4,0.12,0.8451,0.06,0.7782 boatmen,boatmen,5,5,3,3,0.10,0.7782,0.06,0.7782 bobbling,bobbling,5,5,5,5,0.10,0.7782,0.06,0.7782 bobtail,bobtail,5,5,5,5,0.10,0.7782,0.06,0.7782 Bodhi,bodhi,27,5,0,0,0.53,1.4472,0.06,0.7782 Bodhisattva,bodhisattva,5,5,0,0,0.10,0.7782,0.06,0.7782 bodkin,bodkin,5,5,3,3,0.10,0.7782,0.06,0.7782 boho,boho,5,5,3,3,0.10,0.7782,0.06,0.7782 bohunk,bohunk,9,5,9,5,0.18,1.0000,0.06,0.7782 Boilermaker,boilermaker,6,5,2,2,0.12,0.8451,0.06,0.7782 Bolero,bolero,6,5,2,2,0.12,0.8451,0.06,0.7782 Boll,boll,9,5,4,2,0.18,1.0000,0.06,0.7782 Bolshevism,bolshevism,6,5,0,0,0.12,0.8451,0.06,0.7782 bondsmen,bondsmen,5,5,5,5,0.10,0.7782,0.06,0.7782 boners,boners,6,5,5,5,0.12,0.8451,0.06,0.7782 bongs,bongs,5,5,5,5,0.10,0.7782,0.06,0.7782 bons,bons,6,5,3,3,0.12,0.8451,0.06,0.7782 boomtown,boomtown,5,5,4,4,0.10,0.7782,0.06,0.7782 bootlegs,bootlegs,5,5,5,5,0.10,0.7782,0.06,0.7782 boozers,boozers,6,5,5,4,0.12,0.8451,0.06,0.7782 bopped,bopped,5,5,5,5,0.10,0.7782,0.06,0.7782 boppers,boppers,11,5,11,5,0.22,1.0792,0.06,0.7782 Boron,boron,8,5,2,2,0.16,0.9542,0.06,0.7782 Bos,bos,31,5,6,3,0.61,1.5051,0.06,0.7782 botanists,botanists,6,5,5,4,0.12,0.8451,0.06,0.7782 Bougainvillea,bougainvillea,7,5,3,3,0.14,0.9031,0.06,0.7782 bouillon,bouillon,7,5,7,5,0.14,0.9031,0.06,0.7782 bounties,bounties,6,5,6,5,0.12,0.8451,0.06,0.7782 boutonnieres,boutonnieres,7,5,6,4,0.14,0.9031,0.06,0.7782 boyishly,boyishly,6,5,5,5,0.12,0.8451,0.06,0.7782 bracer,bracer,5,5,5,5,0.10,0.7782,0.06,0.7782 Bracken,bracken,32,5,2,2,0.63,1.5185,0.06,0.7782 braiding,braiding,5,5,4,4,0.10,0.7782,0.06,0.7782 brainwave,brainwave,5,5,4,4,0.10,0.7782,0.06,0.7782 brainwaves,brainwaves,6,5,6,5,0.12,0.8451,0.06,0.7782 brandished,brandished,5,5,5,5,0.10,0.7782,0.06,0.7782 Brandywine,brandywine,7,5,3,2,0.14,0.9031,0.06,0.7782 Bravos,bravos,6,5,2,2,0.12,0.8451,0.06,0.7782 brazenly,brazenly,7,5,6,5,0.14,0.9031,0.06,0.7782 breathtakingly,breathtakingly,7,5,5,3,0.14,0.9031,0.06,0.7782 Bren,bren,10,5,0,0,0.20,1.0414,0.06,0.7782 Brezhnev,brezhnev,5,5,0,0,0.10,0.7782,0.06,0.7782 bridgehead,bridgehead,6,5,6,5,0.12,0.8451,0.06,0.7782 Brinks,brinks,7,5,0,0,0.14,0.9031,0.06,0.7782 Brite,brite,10,5,0,0,0.20,1.0414,0.06,0.7782 broadens,broadens,5,5,4,4,0.10,0.7782,0.06,0.7782 brocade,brocade,5,5,5,5,0.10,0.7782,0.06,0.7782 Brougham,brougham,25,5,3,2,0.49,1.4150,0.06,0.7782 browned,browned,5,5,4,4,0.10,0.7782,0.06,0.7782 brownout,brownout,5,5,4,4,0.10,0.7782,0.06,0.7782 brunches,brunches,5,5,5,5,0.10,0.7782,0.06,0.7782 buckaroos,buckaroos,6,5,3,3,0.12,0.8451,0.06,0.7782 Buckler,buckler,15,5,4,4,0.29,1.2041,0.06,0.7782 buggery,buggery,5,5,4,4,0.10,0.7782,0.06,0.7782 Buicks,buicks,7,5,0,0,0.14,0.9031,0.06,0.7782 bulges,bulges,5,5,5,5,0.10,0.7782,0.06,0.7782 bullshitted,bullshitted,6,5,6,5,0.12,0.8451,0.06,0.7782 bunko,bunko,7,5,5,4,0.14,0.9031,0.06,0.7782 burglarizing,burglarizing,5,5,5,5,0.10,0.7782,0.06,0.7782 burgling,burgling,8,5,8,5,0.16,0.9542,0.06,0.7782 burgomaster,burgomaster,22,5,13,4,0.43,1.3617,0.06,0.7782 burnings,burnings,5,5,4,4,0.10,0.7782,0.06,0.7782 burros,burros,29,5,29,5,0.57,1.4771,0.06,0.7782 buss,buss,9,5,6,5,0.18,1.0000,0.06,0.7782 bussed,bussed,5,5,5,5,0.10,0.7782,0.06,0.7782 buxom,buxom,5,5,4,4,0.10,0.7782,0.06,0.7782 byway,byway,7,5,7,5,0.14,0.9031,0.06,0.7782 cabooses,cabooses,8,5,8,5,0.16,0.9542,0.06,0.7782 Cai,cai,17,5,0,0,0.33,1.2553,0.06,0.7782 Calabrese,calabrese,45,5,0,0,0.88,1.6628,0.06,0.7782 calc,calc,9,5,7,4,0.18,1.0000,0.06,0.7782 Calderon,calderon,15,5,0,0,0.29,1.2041,0.06,0.7782 camellia,camellia,6,5,5,4,0.12,0.8451,0.06,0.7782 cameos,cameos,5,5,5,5,0.10,0.7782,0.06,0.7782 canapes,canapes,5,5,5,5,0.10,0.7782,0.06,0.7782 canard,canard,6,5,5,4,0.12,0.8451,0.06,0.7782 Canari,canari,6,5,2,1,0.12,0.8451,0.06,0.7782 candids,candids,8,5,8,5,0.16,0.9542,0.06,0.7782 caned,caned,6,5,6,5,0.12,0.8451,0.06,0.7782 canners,canners,5,5,5,5,0.10,0.7782,0.06,0.7782 cannibalizing,cannibalizing,5,5,4,4,0.10,0.7782,0.06,0.7782 capitulation,capitulation,5,5,5,5,0.10,0.7782,0.06,0.7782 Caplan,caplan,27,5,0,0,0.53,1.4472,0.06,0.7782 capris,capris,5,5,4,4,0.10,0.7782,0.06,0.7782 carafe,carafe,5,5,5,5,0.10,0.7782,0.06,0.7782 carbonation,carbonation,5,5,4,4,0.10,0.7782,0.06,0.7782 Carbondale,carbondale,12,5,0,0,0.24,1.1139,0.06,0.7782 carcinogenic,carcinogenic,5,5,5,5,0.10,0.7782,0.06,0.7782 caretakers,caretakers,7,5,7,5,0.14,0.9031,0.06,0.7782 Carfax,carfax,15,5,0,0,0.29,1.2041,0.06,0.7782 Carters,carters,6,5,0,0,0.12,0.8451,0.06,0.7782 cartographer,cartographer,5,5,4,4,0.10,0.7782,0.06,0.7782 cascaded,cascaded,5,5,5,5,0.10,0.7782,0.06,0.7782 casks,casks,8,5,8,5,0.16,0.9542,0.06,0.7782 Cassino,cassino,14,5,0,0,0.27,1.1761,0.06,0.7782 cataloged,cataloged,6,5,6,5,0.12,0.8451,0.06,0.7782 Cates,cates,31,5,0,0,0.61,1.5051,0.06,0.7782 cathode,cathode,8,5,8,5,0.16,0.9542,0.06,0.7782 causality,causality,7,5,5,5,0.14,0.9031,0.06,0.7782 cautery,cautery,8,5,5,5,0.16,0.9542,0.06,0.7782 cautioned,cautioned,5,5,5,5,0.10,0.7782,0.06,0.7782 cellulose,cellulose,6,5,5,4,0.12,0.8451,0.06,0.7782 Celts,celts,6,5,0,0,0.12,0.8451,0.06,0.7782 Centaur,centaur,7,5,1,1,0.14,0.9031,0.06,0.7782 centimetre,centimetre,6,5,6,5,0.12,0.8451,0.06,0.7782 Cern,cern,5,5,0,0,0.10,0.7782,0.06,0.7782 certifying,certifying,6,5,6,5,0.12,0.8451,0.06,0.7782 cerulean,cerulean,16,5,9,4,0.31,1.2304,0.06,0.7782 chafed,chafed,5,5,5,5,0.10,0.7782,0.06,0.7782 chaired,chaired,5,5,5,5,0.10,0.7782,0.06,0.7782 chairlady,chairlady,7,5,7,5,0.14,0.9031,0.06,0.7782 champers,champers,5,5,5,5,0.10,0.7782,0.06,0.7782 channelling,channelling,5,5,3,3,0.10,0.7782,0.06,0.7782 Chappie,chappie,10,5,4,3,0.20,1.0414,0.06,0.7782 chard,chard,5,5,4,4,0.10,0.7782,0.06,0.7782 charitably,charitably,5,5,5,5,0.10,0.7782,0.06,0.7782 charmers,charmers,7,5,4,4,0.14,0.9031,0.06,0.7782 Chasse,chasse,5,5,2,2,0.10,0.7782,0.06,0.7782 chastised,chastised,5,5,5,5,0.10,0.7782,0.06,0.7782 Chateaubriand,chateaubriand,5,5,2,2,0.10,0.7782,0.06,0.7782 chateaux,chateaux,6,5,4,3,0.12,0.8451,0.06,0.7782 chattels,chattels,5,5,5,5,0.10,0.7782,0.06,0.7782 chauffer,chauffer,8,5,5,5,0.16,0.9542,0.06,0.7782 chauffeured,chauffeured,6,5,5,4,0.12,0.8451,0.06,0.7782 cheapened,cheapened,5,5,5,5,0.10,0.7782,0.06,0.7782 cheapens,cheapens,5,5,4,4,0.10,0.7782,0.06,0.7782 chimed,chimed,5,5,4,4,0.10,0.7782,0.06,0.7782 Chinook,chinook,7,5,0,0,0.14,0.9031,0.06,0.7782 chippies,chippies,7,5,7,5,0.14,0.9031,0.06,0.7782 chirpy,chirpy,5,5,5,5,0.10,0.7782,0.06,0.7782 chloral,chloral,6,5,3,3,0.12,0.8451,0.06,0.7782 choicest,choicest,5,5,4,4,0.10,0.7782,0.06,0.7782 chompers,chompers,6,5,6,5,0.12,0.8451,0.06,0.7782 Chon,chon,10,5,1,1,0.20,1.0414,0.06,0.7782 choppered,choppered,5,5,5,5,0.10,0.7782,0.06,0.7782 chortle,chortle,5,5,5,5,0.10,0.7782,0.06,0.7782 chortles,chortles,5,5,3,3,0.10,0.7782,0.06,0.7782 christenings,christenings,6,5,6,5,0.12,0.8451,0.06,0.7782 chronicling,chronicling,5,5,5,5,0.10,0.7782,0.06,0.7782 Chugalug,chugalug,5,5,2,2,0.10,0.7782,0.06,0.7782 chukker,chukker,6,5,6,5,0.12,0.8451,0.06,0.7782 Churchgoers,churchgoers,5,5,2,2,0.10,0.7782,0.06,0.7782 churlish,churlish,5,5,4,4,0.10,0.7782,0.06,0.7782 Cicely,cicely,24,5,0,0,0.47,1.3979,0.06,0.7782 ciggy,ciggy,5,5,4,4,0.10,0.7782,0.06,0.7782 cinches,cinches,5,5,5,5,0.10,0.7782,0.06,0.7782 circumnavigate,circumnavigate,6,5,4,3,0.12,0.8451,0.06,0.7782 circumventing,circumventing,5,5,5,5,0.10,0.7782,0.06,0.7782 civilizing,civilizing,5,5,5,5,0.10,0.7782,0.06,0.7782 clamor,clamor,7,5,7,5,0.14,0.9031,0.06,0.7782 clannish,clannish,5,5,5,5,0.10,0.7782,0.06,0.7782 clerkship,clerkship,7,5,7,5,0.14,0.9031,0.06,0.7782 Cleve,cleve,112,5,0,0,2.20,2.0531,0.06,0.7782 Cliffside,cliffside,7,5,3,2,0.14,0.9031,0.06,0.7782 clitoral,clitoral,7,5,7,5,0.14,0.9031,0.06,0.7782 clobbering,clobbering,7,5,7,5,0.14,0.9031,0.06,0.7782 Clomp,clomp,8,5,3,2,0.16,0.9542,0.06,0.7782 closeup,closeup,6,5,6,5,0.12,0.8451,0.06,0.7782 cloven,cloven,7,5,6,5,0.14,0.9031,0.06,0.7782 clumping,clumping,5,5,4,4,0.10,0.7782,0.06,0.7782 Clumpy,clumpy,15,5,4,3,0.29,1.2041,0.06,0.7782 cobble,cobble,5,5,4,4,0.10,0.7782,0.06,0.7782 cobbled,cobbled,5,5,5,5,0.10,0.7782,0.06,0.7782 cochineal,cochineal,9,5,8,4,0.18,1.0000,0.06,0.7782 cockatoos,cockatoos,6,5,5,4,0.12,0.8451,0.06,0.7782 coda,coda,7,5,5,3,0.14,0.9031,0.06,0.7782 codebook,codebook,10,5,10,5,0.20,1.0414,0.06,0.7782 codiscoverer,codiscoverer,5,5,5,5,0.10,0.7782,0.06,0.7782 coercive,coercive,7,5,7,5,0.14,0.9031,0.06,0.7782 coexisting,coexisting,5,5,5,5,0.10,0.7782,0.06,0.7782 cohesion,cohesion,5,5,5,5,0.10,0.7782,0.06,0.7782 cohost,cohost,5,5,5,5,0.10,0.7782,0.06,0.7782 coital,coital,5,5,5,5,0.10,0.7782,0.06,0.7782 coldhearted,coldhearted,5,5,5,5,0.10,0.7782,0.06,0.7782 colluded,colluded,5,5,5,5,0.10,0.7782,0.06,0.7782 colluding,colluding,5,5,5,5,0.10,0.7782,0.06,0.7782 colonials,colonials,5,5,4,4,0.10,0.7782,0.06,0.7782 colorfully,colorfully,5,5,5,5,0.10,0.7782,0.06,0.7782 combos,combos,5,5,5,5,0.10,0.7782,0.06,0.7782 commandoes,commandoes,5,5,3,3,0.10,0.7782,0.06,0.7782 commemoration,commemoration,5,5,5,5,0.10,0.7782,0.06,0.7782 commends,commends,5,5,5,5,0.10,0.7782,0.06,0.7782 Comminuted,comminuted,5,5,1,1,0.10,0.7782,0.06,0.7782 commonality,commonality,6,5,6,5,0.12,0.8451,0.06,0.7782 compactor,compactor,8,5,8,5,0.16,0.9542,0.06,0.7782 compacts,compacts,5,5,5,5,0.10,0.7782,0.06,0.7782 compartmentalized,compartmentalized,5,5,4,4,0.10,0.7782,0.06,0.7782 compasses,compasses,6,5,5,4,0.12,0.8451,0.06,0.7782 compensates,compensates,5,5,5,5,0.10,0.7782,0.06,0.7782 complainer,complainer,5,5,5,5,0.10,0.7782,0.06,0.7782 compote,compote,5,5,5,5,0.10,0.7782,0.06,0.7782 compressing,compressing,5,5,5,5,0.10,0.7782,0.06,0.7782 conceptions,conceptions,5,5,5,5,0.10,0.7782,0.06,0.7782 concurrently,concurrently,7,5,5,4,0.14,0.9031,0.06,0.7782 condones,condones,7,5,6,5,0.14,0.9031,0.06,0.7782 configurations,configurations,5,5,5,5,0.10,0.7782,0.06,0.7782 conflagration,conflagration,5,5,4,4,0.10,0.7782,0.06,0.7782 conformation,conformation,5,5,4,4,0.10,0.7782,0.06,0.7782 congeal,congeal,5,5,5,5,0.10,0.7782,0.06,0.7782 conglomeration,conglomeration,5,5,5,5,0.10,0.7782,0.06,0.7782 congratulatory,congratulatory,5,5,5,5,0.10,0.7782,0.06,0.7782 conjugating,conjugating,5,5,5,5,0.10,0.7782,0.06,0.7782 conks,conks,5,5,5,5,0.10,0.7782,0.06,0.7782 connectivity,connectivity,6,5,5,5,0.12,0.8451,0.06,0.7782 conscripts,conscripts,6,5,5,5,0.12,0.8451,0.06,0.7782 consequent,consequent,5,5,5,5,0.10,0.7782,0.06,0.7782 conspiratorial,conspiratorial,6,5,5,5,0.12,0.8451,0.06,0.7782 constitutionality,constitutionality,6,5,6,5,0.12,0.8451,0.06,0.7782 constricting,constricting,6,5,6,5,0.12,0.8451,0.06,0.7782 constrictive,constrictive,5,5,5,5,0.10,0.7782,0.06,0.7782 consular,consular,21,5,14,3,0.41,1.3424,0.06,0.7782 consulates,consulates,7,5,6,5,0.14,0.9031,0.06,0.7782 consumables,consumables,5,5,4,4,0.10,0.7782,0.06,0.7782 contemplative,contemplative,5,5,5,5,0.10,0.7782,0.06,0.7782 contentedly,contentedly,5,5,5,5,0.10,0.7782,0.06,0.7782 continuances,continuances,6,5,6,5,0.12,0.8451,0.06,0.7782 contort,contort,5,5,5,5,0.10,0.7782,0.06,0.7782 contorted,contorted,5,5,5,5,0.10,0.7782,0.06,0.7782 contrasting,contrasting,5,5,5,5,0.10,0.7782,0.06,0.7782 contretemps,contretemps,5,5,5,5,0.10,0.7782,0.06,0.7782 contrivance,contrivance,5,5,5,5,0.10,0.7782,0.06,0.7782 contrive,contrive,5,5,5,5,0.10,0.7782,0.06,0.7782 conversant,conversant,6,5,5,5,0.12,0.8451,0.06,0.7782 conversed,conversed,5,5,5,5,0.10,0.7782,0.06,0.7782 conversions,conversions,5,5,5,5,0.10,0.7782,0.06,0.7782 Convex,convex,9,5,2,2,0.18,1.0000,0.06,0.7782 coped,coped,5,5,4,4,0.10,0.7782,0.06,0.7782 copters,copters,6,5,5,5,0.12,0.8451,0.06,0.7782 cordis,cordis,5,5,3,3,0.10,0.7782,0.06,0.7782 cornerstones,cornerstones,5,5,5,5,0.10,0.7782,0.06,0.7782 cornfields,cornfields,5,5,5,5,0.10,0.7782,0.06,0.7782 cornflowers,cornflowers,6,5,6,5,0.12,0.8451,0.06,0.7782 Cornishman,cornishman,5,5,0,0,0.10,0.7782,0.06,0.7782 Coronal,coronal,7,5,3,3,0.14,0.9031,0.06,0.7782 corrals,corrals,9,5,9,5,0.18,1.0000,0.06,0.7782 correctable,correctable,5,5,5,5,0.10,0.7782,0.06,0.7782 corrects,corrects,5,5,5,5,0.10,0.7782,0.06,0.7782 corrode,corrode,5,5,5,5,0.10,0.7782,0.06,0.7782 Corvettes,corvettes,6,5,0,0,0.12,0.8451,0.06,0.7782 cosine,cosine,6,5,6,5,0.12,0.8451,0.06,0.7782 cosmology,cosmology,6,5,4,4,0.12,0.8451,0.06,0.7782 costars,costars,5,5,5,5,0.10,0.7782,0.06,0.7782 costumer,costumer,8,5,7,5,0.16,0.9542,0.06,0.7782 Coulee,coulee,7,5,1,1,0.14,0.9031,0.06,0.7782 counselled,counselled,5,5,5,5,0.10,0.7782,0.06,0.7782 counterattacks,counterattacks,5,5,4,4,0.10,0.7782,0.06,0.7782 counterculture,counterculture,9,5,9,5,0.18,1.0000,0.06,0.7782 counterespionage,counterespionage,8,5,7,4,0.16,0.9542,0.06,0.7782 countermanding,countermanding,5,5,5,5,0.10,0.7782,0.06,0.7782 counteroffensive,counteroffensive,6,5,6,5,0.12,0.8451,0.06,0.7782 countersign,countersign,8,5,7,5,0.16,0.9542,0.06,0.7782 Counterterrorist,counterterrorist,5,5,2,2,0.10,0.7782,0.06,0.7782 countrywoman,countrywoman,5,5,5,5,0.10,0.7782,0.06,0.7782 couplings,couplings,10,5,8,5,0.20,1.0414,0.06,0.7782 courtiers,courtiers,5,5,4,4,0.10,0.7782,0.06,0.7782 courtin,courtin,15,5,15,5,0.29,1.2041,0.06,0.7782 cowed,cowed,6,5,6,5,0.12,0.8451,0.06,0.7782 cowl,cowl,5,5,5,5,0.10,0.7782,0.06,0.7782 crabgrass,crabgrass,6,5,6,5,0.12,0.8451,0.06,0.7782 craniotomy,craniotomy,5,5,5,5,0.10,0.7782,0.06,0.7782 crankiness,crankiness,5,5,5,5,0.10,0.7782,0.06,0.7782 crated,crated,6,5,6,5,0.12,0.8451,0.06,0.7782 crawlers,crawlers,10,5,10,5,0.20,1.0414,0.06,0.7782 crazily,crazily,5,5,5,5,0.10,0.7782,0.06,0.7782 creamers,creamers,5,5,5,5,0.10,0.7782,0.06,0.7782 creaming,creaming,5,5,4,4,0.10,0.7782,0.06,0.7782 Creationism,creationism,16,5,6,4,0.31,1.2304,0.06,0.7782 credential,credential,5,5,4,4,0.10,0.7782,0.06,0.7782 creditable,creditable,5,5,5,5,0.10,0.7782,0.06,0.7782 creepier,creepier,5,5,5,5,0.10,0.7782,0.06,0.7782 crestfallen,crestfallen,6,5,5,4,0.12,0.8451,0.06,0.7782 crevices,crevices,5,5,5,5,0.10,0.7782,0.06,0.7782 crewed,crewed,6,5,6,5,0.12,0.8451,0.06,0.7782 crim,crim,5,5,3,3,0.10,0.7782,0.06,0.7782 criminalist,criminalist,7,5,6,4,0.14,0.9031,0.06,0.7782 criminologist,criminologist,5,5,5,5,0.10,0.7782,0.06,0.7782 crisscrossing,crisscrossing,5,5,3,3,0.10,0.7782,0.06,0.7782 criticising,criticising,7,5,6,4,0.14,0.9031,0.06,0.7782 critiquing,critiquing,5,5,5,5,0.10,0.7782,0.06,0.7782 crocheting,crocheting,5,5,5,5,0.10,0.7782,0.06,0.7782 crockery,crockery,5,5,4,4,0.10,0.7782,0.06,0.7782 crooners,crooners,6,5,4,4,0.12,0.8451,0.06,0.7782 crossbones,crossbones,5,5,5,5,0.10,0.7782,0.06,0.7782 croutons,croutons,5,5,5,5,0.10,0.7782,0.06,0.7782 Cruces,cruces,9,5,0,0,0.18,1.0000,0.06,0.7782 crucifixions,crucifixions,7,5,7,5,0.14,0.9031,0.06,0.7782 cruelties,cruelties,5,5,5,5,0.10,0.7782,0.06,0.7782 crumbly,crumbly,6,5,6,5,0.12,0.8451,0.06,0.7782 crushers,crushers,6,5,6,5,0.12,0.8451,0.06,0.7782 crustaceans,crustaceans,6,5,4,3,0.12,0.8451,0.06,0.7782 cryonics,cryonics,17,5,9,3,0.33,1.2553,0.06,0.7782 Cubbies,cubbies,8,5,1,1,0.16,0.9542,0.06,0.7782 culled,culled,5,5,5,5,0.10,0.7782,0.06,0.7782 culminate,culminate,6,5,6,5,0.12,0.8451,0.06,0.7782 culminated,culminated,5,5,5,5,0.10,0.7782,0.06,0.7782 cuneiform,cuneiform,6,5,6,5,0.12,0.8451,0.06,0.7782 Cunny,cunny,10,5,4,4,0.20,1.0414,0.06,0.7782 cupped,cupped,5,5,5,5,0.10,0.7782,0.06,0.7782 curate,curate,5,5,5,5,0.10,0.7782,0.06,0.7782 curbs,curbs,5,5,5,5,0.10,0.7782,0.06,0.7782 curios,curios,9,5,9,5,0.18,1.0000,0.06,0.7782 curler,curler,5,5,5,5,0.10,0.7782,0.06,0.7782 curlicues,curlicues,5,5,5,5,0.10,0.7782,0.06,0.7782 curs,curs,5,5,5,5,0.10,0.7782,0.06,0.7782 curving,curving,5,5,5,5,0.10,0.7782,0.06,0.7782 cushioned,cushioned,5,5,4,4,0.10,0.7782,0.06,0.7782 cybersex,cybersex,7,5,6,5,0.14,0.9031,0.06,0.7782 cyclist,cyclist,5,5,5,5,0.10,0.7782,0.06,0.7782 dabbing,dabbing,5,5,5,5,0.10,0.7782,0.06,0.7782 dalliances,dalliances,5,5,5,5,0.10,0.7782,0.06,0.7782 damask,damask,6,5,6,5,0.12,0.8451,0.06,0.7782 damns,damns,5,5,5,5,0.10,0.7782,0.06,0.7782 dampers,dampers,5,5,5,5,0.10,0.7782,0.06,0.7782 Dao,dao,12,5,0,0,0.24,1.1139,0.06,0.7782 daredevils,daredevils,5,5,5,5,0.10,0.7782,0.06,0.7782 darky,darky,7,5,4,3,0.14,0.9031,0.06,0.7782 darning,darning,5,5,5,5,0.10,0.7782,0.06,0.7782 dartboard,dartboard,6,5,6,5,0.12,0.8451,0.06,0.7782 databank,databank,11,5,11,5,0.22,1.0792,0.06,0.7782 datebook,datebook,5,5,5,5,0.10,0.7782,0.06,0.7782 deadhead,deadhead,10,5,6,3,0.20,1.0414,0.06,0.7782 deadlocked,deadlocked,6,5,5,5,0.12,0.8451,0.06,0.7782 deadpan,deadpan,5,5,4,4,0.10,0.7782,0.06,0.7782 deadweight,deadweight,5,5,4,4,0.10,0.7782,0.06,0.7782 debilitated,debilitated,7,5,7,5,0.14,0.9031,0.06,0.7782 debunk,debunk,6,5,6,5,0.12,0.8451,0.06,0.7782 deceits,deceits,5,5,5,5,0.10,0.7782,0.06,0.7782 deceleration,deceleration,6,5,5,5,0.12,0.8451,0.06,0.7782 decider,decider,6,5,6,5,0.12,0.8451,0.06,0.7782 declination,declination,5,5,3,3,0.10,0.7782,0.06,0.7782 decompressing,decompressing,5,5,5,5,0.10,0.7782,0.06,0.7782 decoupage,decoupage,11,5,9,5,0.22,1.0792,0.06,0.7782 deers,deers,5,5,3,3,0.10,0.7782,0.06,0.7782 deface,deface,5,5,5,5,0.10,0.7782,0.06,0.7782 deferment,deferment,7,5,7,5,0.14,0.9031,0.06,0.7782 defilers,defilers,6,5,3,3,0.12,0.8451,0.06,0.7782 deflower,deflower,6,5,5,5,0.12,0.8451,0.06,0.7782 deforestation,deforestation,5,5,4,4,0.10,0.7782,0.06,0.7782 deleterious,deleterious,9,5,9,5,0.18,1.0000,0.06,0.7782 deletion,deletion,6,5,5,4,0.12,0.8451,0.06,0.7782 Delicioso,delicioso,5,5,2,2,0.10,0.7782,0.06,0.7782 delicto,delicto,5,5,5,5,0.10,0.7782,0.06,0.7782 delighting,delighting,5,5,5,5,0.10,0.7782,0.06,0.7782 deloused,deloused,5,5,5,5,0.10,0.7782,0.06,0.7782 deluged,deluged,5,5,5,5,0.10,0.7782,0.06,0.7782 demarcation,demarcation,5,5,5,5,0.10,0.7782,0.06,0.7782 demeaned,demeaned,6,5,6,5,0.12,0.8451,0.06,0.7782 demeans,demeans,6,5,6,5,0.12,0.8451,0.06,0.7782 demigod,demigod,5,5,5,5,0.10,0.7782,0.06,0.7782 demonically,demonically,5,5,5,5,0.10,0.7782,0.06,0.7782 demonize,demonize,6,5,5,4,0.12,0.8451,0.06,0.7782 denims,denims,5,5,5,5,0.10,0.7782,0.06,0.7782 dentals,dentals,5,5,5,5,0.10,0.7782,0.06,0.7782 depilatory,depilatory,8,5,8,5,0.16,0.9542,0.06,0.7782 depressurization,depressurization,5,5,4,4,0.10,0.7782,0.06,0.7782 depressurized,depressurized,5,5,5,5,0.10,0.7782,0.06,0.7782 derailing,derailing,5,5,4,4,0.10,0.7782,0.06,0.7782 derails,derails,5,5,4,4,0.10,0.7782,0.06,0.7782 dermal,dermal,5,5,5,5,0.10,0.7782,0.06,0.7782 descendent,descendent,6,5,6,5,0.12,0.8451,0.06,0.7782 desiccation,desiccation,5,5,5,5,0.10,0.7782,0.06,0.7782 desirability,desirability,5,5,5,5,0.10,0.7782,0.06,0.7782 desktop,desktop,5,5,5,5,0.10,0.7782,0.06,0.7782 detainee,detainee,11,5,10,4,0.22,1.0792,0.06,0.7782 deterministic,deterministic,6,5,6,5,0.12,0.8451,0.06,0.7782 detonations,detonations,5,5,5,5,0.10,0.7782,0.06,0.7782 detract,detract,7,5,7,5,0.14,0.9031,0.06,0.7782 devalue,devalue,5,5,5,5,0.10,0.7782,0.06,0.7782 deviations,deviations,6,5,5,5,0.12,0.8451,0.06,0.7782 devilled,devilled,5,5,5,5,0.10,0.7782,0.06,0.7782 devises,devises,5,5,5,5,0.10,0.7782,0.06,0.7782 Devourer,devourer,8,5,2,2,0.16,0.9542,0.06,0.7782 Dewar,dewar,11,5,0,0,0.22,1.0792,0.06,0.7782 Dews,dews,5,5,2,2,0.10,0.7782,0.06,0.7782 dexterous,dexterous,5,5,5,5,0.10,0.7782,0.06,0.7782 diagonally,diagonally,7,5,5,4,0.14,0.9031,0.06,0.7782 dialectics,dialectics,9,5,5,4,0.18,1.0000,0.06,0.7782 Dian,dian,5,5,0,0,0.10,0.7782,0.06,0.7782 diaphanous,diaphanous,5,5,5,5,0.10,0.7782,0.06,0.7782 Dictaphone,dictaphone,6,5,2,2,0.12,0.8451,0.06,0.7782 dictations,dictations,6,5,6,5,0.12,0.8451,0.06,0.7782 Dieter,dieter,5,5,2,2,0.10,0.7782,0.06,0.7782 differentiated,differentiated,5,5,5,5,0.10,0.7782,0.06,0.7782 differentiating,differentiating,5,5,5,5,0.10,0.7782,0.06,0.7782 digoxin,digoxin,8,5,4,3,0.16,0.9542,0.06,0.7782 dilemmas,dilemmas,6,5,6,5,0.12,0.8451,0.06,0.7782 dingbats,dingbats,6,5,3,3,0.12,0.8451,0.06,0.7782 dinger,dinger,5,5,4,4,0.10,0.7782,0.06,0.7782 dinging,dinging,6,5,5,4,0.12,0.8451,0.06,0.7782 Dionysian,dionysian,5,5,0,0,0.10,0.7782,0.06,0.7782 Dipsy,dipsy,21,5,10,2,0.41,1.3424,0.06,0.7782 directorial,directorial,6,5,6,5,0.12,0.8451,0.06,0.7782 dirties,dirties,5,5,5,5,0.10,0.7782,0.06,0.7782 disavowed,disavowed,7,5,7,5,0.14,0.9031,0.06,0.7782 disclaim,disclaim,5,5,5,5,0.10,0.7782,0.06,0.7782 discos,discos,6,5,5,5,0.12,0.8451,0.06,0.7782 discrediting,discrediting,5,5,4,4,0.10,0.7782,0.06,0.7782 disembowel,disembowel,5,5,5,5,0.10,0.7782,0.06,0.7782 disenchanted,disenchanted,6,5,6,5,0.12,0.8451,0.06,0.7782 disengagement,disengagement,6,5,6,5,0.12,0.8451,0.06,0.7782 disgracefully,disgracefully,7,5,6,5,0.14,0.9031,0.06,0.7782 dishevelled,dishevelled,5,5,5,5,0.10,0.7782,0.06,0.7782 dishrag,dishrag,5,5,5,5,0.10,0.7782,0.06,0.7782 disintegrator,disintegrator,7,5,7,5,0.14,0.9031,0.06,0.7782 disinvite,disinvite,7,5,7,5,0.14,0.9031,0.06,0.7782 dispassionately,dispassionately,5,5,5,5,0.10,0.7782,0.06,0.7782 dispatchers,dispatchers,5,5,5,5,0.10,0.7782,0.06,0.7782 dispensers,dispensers,5,5,5,5,0.10,0.7782,0.06,0.7782 disperses,disperses,5,5,5,5,0.10,0.7782,0.06,0.7782 dispersing,dispersing,11,5,11,5,0.22,1.0792,0.06,0.7782 displacing,displacing,5,5,5,5,0.10,0.7782,0.06,0.7782 displeasing,displeasing,6,5,5,4,0.12,0.8451,0.06,0.7782 disproved,disproved,5,5,5,5,0.10,0.7782,0.06,0.7782 disseminated,disseminated,5,5,3,3,0.10,0.7782,0.06,0.7782 dissolution,dissolution,5,5,4,4,0.10,0.7782,0.06,0.7782 distension,distension,5,5,5,5,0.10,0.7782,0.06,0.7782 distresses,distresses,5,5,5,5,0.10,0.7782,0.06,0.7782 distrustful,distrustful,5,5,5,5,0.10,0.7782,0.06,0.7782 disused,disused,5,5,3,3,0.10,0.7782,0.06,0.7782 ditz,ditz,6,5,6,5,0.12,0.8451,0.06,0.7782 diversification,diversification,7,5,7,5,0.14,0.9031,0.06,0.7782 divots,divots,7,5,6,5,0.14,0.9031,0.06,0.7782 Dob,dob,7,5,1,1,0.14,0.9031,0.06,0.7782 docent,docent,7,5,6,4,0.14,0.9031,0.06,0.7782 doddering,doddering,5,5,5,5,0.10,0.7782,0.06,0.7782 doers,doers,6,5,6,5,0.12,0.8451,0.06,0.7782 dogleg,dogleg,6,5,5,4,0.12,0.8451,0.06,0.7782 doldrums,doldrums,5,5,5,5,0.10,0.7782,0.06,0.7782 Domini,domini,37,5,0,0,0.73,1.5798,0.06,0.7782 dominie,dominie,5,5,5,5,0.10,0.7782,0.06,0.7782 dominions,dominions,5,5,5,5,0.10,0.7782,0.06,0.7782 doodled,doodled,8,5,6,4,0.16,0.9542,0.06,0.7782 Dor,dor,33,5,3,1,0.65,1.5315,0.06,0.7782 dosing,dosing,5,5,5,5,0.10,0.7782,0.06,0.7782 dotage,dotage,5,5,5,5,0.10,0.7782,0.06,0.7782 dotting,dotting,5,5,5,5,0.10,0.7782,0.06,0.7782 doubters,doubters,5,5,5,5,0.10,0.7782,0.06,0.7782 Doughy,doughy,22,5,3,3,0.43,1.3617,0.06,0.7782 downgrade,downgrade,5,5,5,5,0.10,0.7782,0.06,0.7782 downrange,downrange,5,5,5,5,0.10,0.7782,0.06,0.7782 dowries,dowries,5,5,5,5,0.10,0.7782,0.06,0.7782 draftee,draftee,5,5,4,4,0.10,0.7782,0.06,0.7782 dramatist,dramatist,5,5,5,5,0.10,0.7782,0.06,0.7782 dray,dray,5,5,4,4,0.10,0.7782,0.06,0.7782 dreamlike,dreamlike,8,5,8,5,0.16,0.9542,0.06,0.7782 driest,driest,5,5,5,5,0.10,0.7782,0.06,0.7782 drizzly,drizzly,5,5,5,5,0.10,0.7782,0.06,0.7782 drowsiness,drowsiness,5,5,5,5,0.10,0.7782,0.06,0.7782 drunkenly,drunkenly,5,5,5,5,0.10,0.7782,0.06,0.7782 Duan,duan,5,5,1,1,0.10,0.7782,0.06,0.7782 dubbing,dubbing,6,5,6,5,0.12,0.8451,0.06,0.7782 Dubonnet,dubonnet,5,5,1,1,0.10,0.7782,0.06,0.7782 duchesses,duchesses,6,5,5,4,0.12,0.8451,0.06,0.7782 dumbbells,dumbbells,5,5,5,5,0.10,0.7782,0.06,0.7782 dumper,dumper,8,5,8,5,0.16,0.9542,0.06,0.7782 Dunning,dunning,10,5,0,0,0.20,1.0414,0.06,0.7782 duplication,duplication,7,5,7,5,0.14,0.9031,0.06,0.7782 dutifully,dutifully,5,5,4,4,0.10,0.7782,0.06,0.7782 dwelt,dwelt,5,5,4,4,0.10,0.7782,0.06,0.7782 dwindle,dwindle,5,5,5,5,0.10,0.7782,0.06,0.7782 dysplasia,dysplasia,6,5,5,5,0.12,0.8451,0.06,0.7782 ead,ead,9,5,9,5,0.18,1.0000,0.06,0.7782 earners,earners,8,5,8,5,0.16,0.9542,0.06,0.7782 Earthman,earthman,17,5,1,1,0.33,1.2553,0.06,0.7782 Earthmen,earthmen,5,5,2,2,0.10,0.7782,0.06,0.7782 easement,easement,8,5,8,5,0.16,0.9542,0.06,0.7782 eave,eave,5,5,4,4,0.10,0.7782,0.06,0.7782 eaves,eaves,5,5,3,3,0.10,0.7782,0.06,0.7782 ectopic,ectopic,8,5,6,5,0.16,0.9542,0.06,0.7782 edifying,edifying,5,5,4,4,0.10,0.7782,0.06,0.7782 effaced,effaced,5,5,5,5,0.10,0.7782,0.06,0.7782 effecting,effecting,5,5,5,5,0.10,0.7782,0.06,0.7782 effulgent,effulgent,7,5,6,4,0.14,0.9031,0.06,0.7782 effusive,effusive,7,5,7,5,0.14,0.9031,0.06,0.7782 Egad,egad,5,5,0,0,0.10,0.7782,0.06,0.7782 egregiously,egregiously,5,5,4,4,0.10,0.7782,0.06,0.7782 Egyptology,egyptology,5,5,0,0,0.10,0.7782,0.06,0.7782 eighths,eighths,6,5,6,5,0.12,0.8451,0.06,0.7782 ejaculates,ejaculates,5,5,4,4,0.10,0.7782,0.06,0.7782 elaborated,elaborated,5,5,5,5,0.10,0.7782,0.06,0.7782 elastin,elastin,5,5,5,5,0.10,0.7782,0.06,0.7782 elbowed,elbowed,7,5,6,4,0.14,0.9031,0.06,0.7782 electrostatic,electrostatic,10,5,8,5,0.20,1.0414,0.06,0.7782 elixirs,elixirs,5,5,5,5,0.10,0.7782,0.06,0.7782 Elmwood,elmwood,9,5,0,0,0.18,1.0000,0.06,0.7782 Elt,elt,10,5,1,1,0.20,1.0414,0.06,0.7782 elucidate,elucidate,6,5,6,5,0.12,0.8451,0.06,0.7782 emanation,emanation,5,5,5,5,0.10,0.7782,0.06,0.7782 embedding,embedding,6,5,5,4,0.12,0.8451,0.06,0.7782 embellishing,embellishing,7,5,7,5,0.14,0.9031,0.06,0.7782 emblazoned,emblazoned,5,5,5,5,0.10,0.7782,0.06,0.7782 embolus,embolus,5,5,5,5,0.10,0.7782,0.06,0.7782 emceeing,emceeing,5,5,5,5,0.10,0.7782,0.06,0.7782 emesis,emesis,5,5,4,4,0.10,0.7782,0.06,0.7782 emitter,emitter,7,5,7,5,0.14,0.9031,0.06,0.7782 emptor,emptor,5,5,5,5,0.10,0.7782,0.06,0.7782 encircle,encircle,7,5,7,5,0.14,0.9031,0.06,0.7782 encoder,encoder,11,5,8,2,0.22,1.0792,0.06,0.7782 encompassed,encompassed,6,5,6,5,0.12,0.8451,0.06,0.7782 encyclopedic,encyclopedic,6,5,5,5,0.12,0.8451,0.06,0.7782 endeavoring,endeavoring,5,5,5,5,0.10,0.7782,0.06,0.7782 endorphin,endorphin,5,5,4,4,0.10,0.7782,0.06,0.7782 energise,energise,6,5,3,3,0.12,0.8451,0.06,0.7782 Enfield,enfield,9,5,0,0,0.18,1.0000,0.06,0.7782 engravings,engravings,15,5,15,5,0.29,1.2041,0.06,0.7782 engulf,engulf,5,5,5,5,0.10,0.7782,0.06,0.7782 engulfs,engulfs,5,5,5,5,0.10,0.7782,0.06,0.7782 enjoined,enjoined,5,5,5,5,0.10,0.7782,0.06,0.7782 enlists,enlists,5,5,5,5,0.10,0.7782,0.06,0.7782 ennobled,ennobled,5,5,5,5,0.10,0.7782,0.06,0.7782 ensigns,ensigns,5,5,3,3,0.10,0.7782,0.06,0.7782 entanglement,entanglement,8,5,7,4,0.16,0.9542,0.06,0.7782 enthralling,enthralling,7,5,7,5,0.14,0.9031,0.06,0.7782 enunciation,enunciation,5,5,4,4,0.10,0.7782,0.06,0.7782 envisaged,envisaged,5,5,5,5,0.10,0.7782,0.06,0.7782 ephedrine,ephedrine,7,5,4,3,0.14,0.9031,0.06,0.7782 epistle,epistle,5,5,4,4,0.10,0.7782,0.06,0.7782 epithelial,epithelial,6,5,6,5,0.12,0.8451,0.06,0.7782 epithets,epithets,6,5,6,5,0.12,0.8451,0.06,0.7782 equated,equated,5,5,5,5,0.10,0.7782,0.06,0.7782 equips,equips,19,5,19,5,0.37,1.3010,0.06,0.7782 equivocate,equivocate,5,5,5,5,0.10,0.7782,0.06,0.7782 equivocation,equivocation,5,5,5,5,0.10,0.7782,0.06,0.7782 erecting,erecting,5,5,5,5,0.10,0.7782,0.06,0.7782 erector,erector,7,5,4,3,0.14,0.9031,0.06,0.7782 erode,erode,6,5,6,5,0.12,0.8451,0.06,0.7782 erstwhile,erstwhile,5,5,4,4,0.10,0.7782,0.06,0.7782 erythromycin,erythromycin,7,5,7,5,0.14,0.9031,0.06,0.7782 escapism,escapism,5,5,5,5,0.10,0.7782,0.06,0.7782 escargots,escargots,7,5,6,5,0.14,0.9031,0.06,0.7782 escarpment,escarpment,22,5,18,5,0.43,1.3617,0.06,0.7782 estuary,estuary,5,5,3,3,0.10,0.7782,0.06,0.7782 Esu,esu,14,5,0,0,0.27,1.1761,0.06,0.7782 ethnically,ethnically,5,5,5,5,0.10,0.7782,0.06,0.7782 ethos,ethos,7,5,7,5,0.14,0.9031,0.06,0.7782 Eurasian,eurasian,5,5,0,0,0.10,0.7782,0.06,0.7782 Euripides,euripides,7,5,0,0,0.14,0.9031,0.06,0.7782 eustachian,eustachian,7,5,5,3,0.14,0.9031,0.06,0.7782 euthanized,euthanized,7,5,7,5,0.14,0.9031,0.06,0.7782 evasions,evasions,7,5,6,5,0.14,0.9031,0.06,0.7782 eventualities,eventualities,6,5,6,5,0.12,0.8451,0.06,0.7782 everlastingly,everlastingly,5,5,3,3,0.10,0.7782,0.06,0.7782 Everly,everly,6,5,0,0,0.12,0.8451,0.06,0.7782 evisceration,evisceration,5,5,4,4,0.10,0.7782,0.06,0.7782 evoked,evoked,5,5,5,5,0.10,0.7782,0.06,0.7782 exacta,exacta,5,5,3,3,0.10,0.7782,0.06,0.7782 excavations,excavations,5,5,5,5,0.10,0.7782,0.06,0.7782 Excellencies,excellencies,8,5,1,1,0.16,0.9542,0.06,0.7782 exclaiming,exclaiming,7,5,7,5,0.14,0.9031,0.06,0.7782 exculpatory,exculpatory,5,5,4,4,0.10,0.7782,0.06,0.7782 exfoliate,exfoliate,6,5,6,5,0.12,0.8451,0.06,0.7782 exhibitionism,exhibitionism,6,5,6,5,0.12,0.8451,0.06,0.7782 exhuming,exhuming,5,5,5,5,0.10,0.7782,0.06,0.7782 exoneration,exoneration,5,5,5,5,0.10,0.7782,0.06,0.7782 exorcised,exorcised,6,5,6,5,0.12,0.8451,0.06,0.7782 exorcisms,exorcisms,7,5,7,5,0.14,0.9031,0.06,0.7782 expandable,expandable,5,5,5,5,0.10,0.7782,0.06,0.7782 expedience,expedience,6,5,5,5,0.12,0.8451,0.06,0.7782 expensively,expensively,5,5,5,5,0.10,0.7782,0.06,0.7782 expletive,expletive,13,5,12,5,0.25,1.1461,0.06,0.7782 explicating,explicating,5,5,5,5,0.10,0.7782,0.06,0.7782 exploitable,exploitable,5,5,5,5,0.10,0.7782,0.06,0.7782 exploitative,exploitative,6,5,6,5,0.12,0.8451,0.06,0.7782 exploitive,exploitive,5,5,4,4,0.10,0.7782,0.06,0.7782 exposures,exposures,5,5,5,5,0.10,0.7782,0.06,0.7782 expound,expound,5,5,5,5,0.10,0.7782,0.06,0.7782 expunge,expunge,5,5,5,5,0.10,0.7782,0.06,0.7782 extant,extant,6,5,6,5,0.12,0.8451,0.06,0.7782 extender,extender,6,5,5,4,0.12,0.8451,0.06,0.7782 extinguishing,extinguishing,5,5,4,4,0.10,0.7782,0.06,0.7782 extractor,extractor,5,5,5,5,0.10,0.7782,0.06,0.7782 extrapolating,extrapolating,5,5,4,4,0.10,0.7782,0.06,0.7782 extrication,extrication,5,5,4,4,0.10,0.7782,0.06,0.7782 eyeballed,eyeballed,6,5,6,5,0.12,0.8451,0.06,0.7782 eyewash,eyewash,7,5,6,5,0.14,0.9031,0.06,0.7782 eyewear,eyewear,6,5,6,5,0.12,0.8451,0.06,0.7782 facile,facile,6,5,5,4,0.12,0.8451,0.06,0.7782 factotum,factotum,6,5,5,5,0.12,0.8451,0.06,0.7782 faggoty,faggoty,6,5,6,5,0.12,0.8451,0.06,0.7782 failsafe,failsafe,12,5,9,4,0.24,1.1139,0.06,0.7782 fantasizes,fantasizes,5,5,5,5,0.10,0.7782,0.06,0.7782 fascia,fascia,5,5,4,4,0.10,0.7782,0.06,0.7782 fatales,fatales,7,5,7,5,0.14,0.9031,0.06,0.7782 fatback,fatback,5,5,4,4,0.10,0.7782,0.06,0.7782 fath,fath,5,5,3,3,0.10,0.7782,0.06,0.7782 faun,faun,26,5,17,4,0.51,1.4314,0.06,0.7782 favouritism,favouritism,5,5,5,5,0.10,0.7782,0.06,0.7782 fazed,fazed,7,5,7,5,0.14,0.9031,0.06,0.7782 fealty,fealty,8,5,6,5,0.16,0.9542,0.06,0.7782 feasibility,feasibility,5,5,5,5,0.10,0.7782,0.06,0.7782 featherbed,featherbed,8,5,4,4,0.16,0.9542,0.06,0.7782 featherweight,featherweight,7,5,7,5,0.14,0.9031,0.06,0.7782 feckless,feckless,5,5,5,5,0.10,0.7782,0.06,0.7782 federals,federals,6,5,3,3,0.12,0.8451,0.06,0.7782 feeb,feeb,6,5,6,5,0.12,0.8451,0.06,0.7782 feeler,feeler,7,5,7,5,0.14,0.9031,0.06,0.7782 Fen,fen,18,5,2,2,0.35,1.2788,0.06,0.7782 fens,fens,9,5,6,3,0.18,1.0000,0.06,0.7782 ferryboat,ferryboat,21,5,20,5,0.41,1.3424,0.06,0.7782 ferryman,ferryman,6,5,6,5,0.12,0.8451,0.06,0.7782 fertilizing,fertilizing,5,5,5,5,0.10,0.7782,0.06,0.7782 feta,feta,6,5,5,4,0.12,0.8451,0.06,0.7782 fetches,fetches,5,5,5,5,0.10,0.7782,0.06,0.7782 fettucini,fettucini,5,5,4,4,0.10,0.7782,0.06,0.7782 Fico,fico,44,5,6,4,0.86,1.6532,0.06,0.7782 fiercer,fiercer,5,5,5,5,0.10,0.7782,0.06,0.7782 fifths,fifths,6,5,5,5,0.12,0.8451,0.06,0.7782 Filippo,filippo,13,5,0,0,0.25,1.1461,0.06,0.7782 fillets,fillets,5,5,5,5,0.10,0.7782,0.06,0.7782 filthier,filthier,12,5,12,5,0.24,1.1139,0.06,0.7782 finagling,finagling,7,5,7,5,0.14,0.9031,0.06,0.7782 firebombed,firebombed,5,5,5,5,0.10,0.7782,0.06,0.7782 fishhooks,fishhooks,5,5,5,5,0.10,0.7782,0.06,0.7782 fixate,fixate,7,5,6,4,0.14,0.9031,0.06,0.7782 fizzled,fizzled,5,5,5,5,0.10,0.7782,0.06,0.7782 Fjords,fjords,9,5,3,3,0.18,1.0000,0.06,0.7782 flagstone,flagstone,8,5,4,3,0.16,0.9542,0.06,0.7782 flamer,flamer,8,5,8,5,0.16,0.9542,0.06,0.7782 flanker,flanker,5,5,4,4,0.10,0.7782,0.06,0.7782 flatfooted,flatfooted,5,5,5,5,0.10,0.7782,0.06,0.7782 Flemish,flemish,6,5,0,0,0.12,0.8451,0.06,0.7782 flexor,flexor,5,5,5,5,0.10,0.7782,0.06,0.7782 floatation,floatation,5,5,4,4,0.10,0.7782,0.06,0.7782 floes,floes,5,5,5,5,0.10,0.7782,0.06,0.7782 floodlight,floodlight,5,5,5,5,0.10,0.7782,0.06,0.7782 floozie,floozie,7,5,7,5,0.14,0.9031,0.06,0.7782 florescent,florescent,5,5,5,5,0.10,0.7782,0.06,0.7782 flowerbed,flowerbed,6,5,6,5,0.12,0.8451,0.06,0.7782 flowerpots,flowerpots,5,5,5,5,0.10,0.7782,0.06,0.7782 fluffer,fluffer,10,5,8,5,0.20,1.0414,0.06,0.7782 flunks,flunks,5,5,5,5,0.10,0.7782,0.06,0.7782 fluorine,fluorine,5,5,5,5,0.10,0.7782,0.06,0.7782 foams,foams,5,5,5,5,0.10,0.7782,0.06,0.7782 folie,folie,5,5,3,3,0.10,0.7782,0.06,0.7782 fondant,fondant,6,5,5,4,0.12,0.8451,0.06,0.7782 footbridge,footbridge,6,5,6,5,0.12,0.8451,0.06,0.7782 foreword,foreword,9,5,8,4,0.18,1.0000,0.06,0.7782 fornicated,fornicated,5,5,5,5,0.10,0.7782,0.06,0.7782 fornicator,fornicator,9,5,9,5,0.18,1.0000,0.06,0.7782 fortification,fortification,5,5,4,4,0.10,0.7782,0.06,0.7782 fortifying,fortifying,5,5,3,3,0.10,0.7782,0.06,0.7782 fossa,fossa,29,5,16,4,0.57,1.4771,0.06,0.7782 foundries,foundries,6,5,6,5,0.12,0.8451,0.06,0.7782 Fountainhead,fountainhead,7,5,1,1,0.14,0.9031,0.06,0.7782 freakout,freakout,8,5,6,4,0.16,0.9542,0.06,0.7782 Freeport,freeport,6,5,0,0,0.12,0.8451,0.06,0.7782 freewheeling,freewheeling,5,5,5,5,0.10,0.7782,0.06,0.7782 freewill,freewill,5,5,4,4,0.10,0.7782,0.06,0.7782 freshened,freshened,7,5,7,5,0.14,0.9031,0.06,0.7782 friable,friable,5,5,5,5,0.10,0.7782,0.06,0.7782 friendliness,friendliness,6,5,6,5,0.12,0.8451,0.06,0.7782 frogmen,frogmen,8,5,8,5,0.16,0.9542,0.06,0.7782 fromage,fromage,9,5,6,4,0.18,1.0000,0.06,0.7782 fronds,fronds,7,5,7,5,0.14,0.9031,0.06,0.7782 fruitcakes,fruitcakes,5,5,4,4,0.10,0.7782,0.06,0.7782 funner,funner,6,5,6,5,0.12,0.8451,0.06,0.7782 funnyman,funnyman,5,5,4,4,0.10,0.7782,0.06,0.7782 furl,furl,6,5,5,4,0.12,0.8451,0.06,0.7782 furor,furor,6,5,6,5,0.12,0.8451,0.06,0.7782 furrow,furrow,5,5,5,5,0.10,0.7782,0.06,0.7782 fussbudget,fussbudget,5,5,5,5,0.10,0.7782,0.06,0.7782 gallbladders,gallbladders,7,5,7,5,0.14,0.9031,0.06,0.7782 gallstone,gallstone,6,5,6,5,0.12,0.8451,0.06,0.7782 Galt,galt,51,5,0,0,1.00,1.7160,0.06,0.7782 Gammas,gammas,38,5,1,1,0.75,1.5911,0.06,0.7782 Gan,gan,10,5,4,2,0.20,1.0414,0.06,0.7782 gangbang,gangbang,5,5,4,4,0.10,0.7782,0.06,0.7782 garrisons,garrisons,5,5,5,5,0.10,0.7782,0.06,0.7782 gasses,gasses,5,5,5,5,0.10,0.7782,0.06,0.7782 gastroesophageal,gastroesophageal,5,5,5,5,0.10,0.7782,0.06,0.7782 gatehouse,gatehouse,8,5,8,5,0.16,0.9542,0.06,0.7782 gauging,gauging,5,5,4,4,0.10,0.7782,0.06,0.7782 Gawain,gawain,16,5,1,1,0.31,1.2304,0.06,0.7782 gawked,gawked,5,5,4,4,0.10,0.7782,0.06,0.7782 gazes,gazes,5,5,4,4,0.10,0.7782,0.06,0.7782 genuflect,genuflect,5,5,3,3,0.10,0.7782,0.06,0.7782 Geographics,geographics,5,5,0,0,0.10,0.7782,0.06,0.7782 geometrical,geometrical,6,5,5,4,0.12,0.8451,0.06,0.7782 geometrically,geometrically,5,5,5,5,0.10,0.7782,0.06,0.7782 Germanic,germanic,5,5,0,0,0.10,0.7782,0.06,0.7782 gesticulate,gesticulate,7,5,5,5,0.14,0.9031,0.06,0.7782 gherkins,gherkins,5,5,5,5,0.10,0.7782,0.06,0.7782 gigahertz,gigahertz,8,5,7,4,0.16,0.9542,0.06,0.7782 gink,gink,5,5,5,5,0.10,0.7782,0.06,0.7782 gins,gins,7,5,6,4,0.14,0.9031,0.06,0.7782 Gio,gio,16,5,0,0,0.31,1.2304,0.06,0.7782 glamor,glamor,5,5,4,4,0.10,0.7782,0.06,0.7782 glamourous,glamourous,5,5,5,5,0.10,0.7782,0.06,0.7782 glazing,glazing,5,5,5,5,0.10,0.7782,0.06,0.7782 gleams,gleams,6,5,6,5,0.12,0.8451,0.06,0.7782 glens,glens,8,5,5,3,0.16,0.9542,0.06,0.7782 glimmering,glimmering,5,5,5,5,0.10,0.7782,0.06,0.7782 glob,glob,6,5,6,5,0.12,0.8451,0.06,0.7782 globules,globules,6,5,6,5,0.12,0.8451,0.06,0.7782 glom,glom,5,5,5,5,0.10,0.7782,0.06,0.7782 glycol,glycol,5,5,3,3,0.10,0.7782,0.06,0.7782 goading,goading,6,5,6,5,0.12,0.8451,0.06,0.7782 goldarned,goldarned,5,5,5,5,0.10,0.7782,0.06,0.7782 golds,golds,7,5,6,4,0.14,0.9031,0.06,0.7782 golem,golem,14,5,13,4,0.27,1.1761,0.06,0.7782 goopy,goopy,5,5,5,5,0.10,0.7782,0.06,0.7782 Gorgon,gorgon,5,5,1,1,0.10,0.7782,0.06,0.7782 Goss,goss,20,5,1,1,0.39,1.3222,0.06,0.7782 gossiped,gossiped,5,5,5,5,0.10,0.7782,0.06,0.7782 gouges,gouges,7,5,7,5,0.14,0.9031,0.06,0.7782 governance,governance,5,5,5,5,0.10,0.7782,0.06,0.7782 governorship,governorship,5,5,4,4,0.10,0.7782,0.06,0.7782 gowned,gowned,5,5,5,5,0.10,0.7782,0.06,0.7782 Goy,goy,18,5,2,2,0.35,1.2788,0.06,0.7782 grandpas,grandpas,5,5,3,3,0.10,0.7782,0.06,0.7782 grasps,grasps,5,5,5,5,0.10,0.7782,0.06,0.7782 grassland,grassland,5,5,5,5,0.10,0.7782,0.06,0.7782 gratuities,gratuities,6,5,5,4,0.12,0.8451,0.06,0.7782 grayish,grayish,5,5,4,4,0.10,0.7782,0.06,0.7782 Grenadiers,grenadiers,5,5,0,0,0.10,0.7782,0.06,0.7782 Greys,greys,6,5,2,2,0.12,0.8451,0.06,0.7782 gridlocked,gridlocked,5,5,5,5,0.10,0.7782,0.06,0.7782 grievously,grievously,6,5,5,5,0.12,0.8451,0.06,0.7782 Grimoire,grimoire,19,5,1,1,0.37,1.3010,0.06,0.7782 grist,grist,5,5,4,4,0.10,0.7782,0.06,0.7782 grizzled,grizzled,5,5,4,4,0.10,0.7782,0.06,0.7782 Gro,gro,7,5,2,2,0.14,0.9031,0.06,0.7782 growled,growled,6,5,6,5,0.12,0.8451,0.06,0.7782 growths,growths,6,5,6,5,0.12,0.8451,0.06,0.7782 grudging,grudging,5,5,5,5,0.10,0.7782,0.06,0.7782 gruelling,gruelling,6,5,6,5,0.12,0.8451,0.06,0.7782 guardsman,guardsman,8,5,6,4,0.16,0.9542,0.06,0.7782 guck,guck,6,5,6,5,0.12,0.8451,0.06,0.7782 Guernsey,guernsey,5,5,0,0,0.10,0.7782,0.06,0.7782 guillotined,guillotined,5,5,5,5,0.10,0.7782,0.06,0.7782 Gulliver,gulliver,14,5,0,0,0.27,1.1761,0.06,0.7782 gunnysack,gunnysack,5,5,5,5,0.10,0.7782,0.06,0.7782 gusty,gusty,5,5,4,4,0.10,0.7782,0.06,0.7782 guttural,guttural,8,5,7,4,0.16,0.9542,0.06,0.7782 Guyana,guyana,7,5,0,0,0.14,0.9031,0.06,0.7782 guzzled,guzzled,5,5,5,5,0.10,0.7782,0.06,0.7782 gymnasts,gymnasts,10,5,9,5,0.20,1.0414,0.06,0.7782 gypsum,gypsum,13,5,13,5,0.25,1.1461,0.06,0.7782 habituated,habituated,6,5,6,5,0.12,0.8451,0.06,0.7782 Hackman,hackman,5,5,1,1,0.10,0.7782,0.06,0.7782 hackneyed,hackneyed,5,5,5,5,0.10,0.7782,0.06,0.7782 haemorrhoid,haemorrhoid,6,5,4,4,0.12,0.8451,0.06,0.7782 hairbrushes,hairbrushes,6,5,5,4,0.12,0.8451,0.06,0.7782 Hak,hak,5,5,1,1,0.10,0.7782,0.06,0.7782 Haloperidol,haloperidol,8,5,3,2,0.16,0.9542,0.06,0.7782 halos,halos,5,5,4,4,0.10,0.7782,0.06,0.7782 halve,halve,7,5,7,5,0.14,0.9031,0.06,0.7782 Hammersmith,hammersmith,6,5,0,0,0.12,0.8451,0.06,0.7782 handcuffing,handcuffing,5,5,5,5,0.10,0.7782,0.06,0.7782 handily,handily,5,5,4,4,0.10,0.7782,0.06,0.7782 handpick,handpick,5,5,5,5,0.10,0.7782,0.06,0.7782 handrail,handrail,6,5,6,5,0.12,0.8451,0.06,0.7782 handstand,handstand,7,5,7,5,0.14,0.9031,0.06,0.7782 hangdog,hangdog,5,5,5,5,0.10,0.7782,0.06,0.7782 hankies,hankies,5,5,5,5,0.10,0.7782,0.06,0.7782 happed,happed,5,5,5,5,0.10,0.7782,0.06,0.7782 Hapsburg,hapsburg,26,5,0,0,0.51,1.4314,0.06,0.7782 harbormaster,harbormaster,8,5,5,4,0.16,0.9542,0.06,0.7782 harmonize,harmonize,5,5,5,5,0.10,0.7782,0.06,0.7782 Harridan,harridan,15,5,3,2,0.29,1.2041,0.06,0.7782 harsher,harsher,5,5,5,5,0.10,0.7782,0.06,0.7782 Harvester,harvester,11,5,5,2,0.22,1.0792,0.06,0.7782 Hasenpfeffer,hasenpfeffer,7,5,3,3,0.14,0.9031,0.06,0.7782 hastened,hastened,5,5,5,5,0.10,0.7782,0.06,0.7782 Haver,haver,8,5,2,1,0.16,0.9542,0.06,0.7782 headbutt,headbutt,6,5,4,3,0.12,0.8451,0.06,0.7782 headquartered,headquartered,5,5,5,5,0.10,0.7782,0.06,0.7782 headrest,headrest,6,5,6,5,0.12,0.8451,0.06,0.7782 headsman,headsman,8,5,6,4,0.16,0.9542,0.06,0.7782 headwaters,headwaters,8,5,8,5,0.16,0.9542,0.06,0.7782 headwind,headwind,6,5,6,5,0.12,0.8451,0.06,0.7782 headwinds,headwinds,7,5,5,5,0.14,0.9031,0.06,0.7782 heatstroke,heatstroke,8,5,8,5,0.16,0.9542,0.06,0.7782 heaves,heaves,6,5,5,4,0.12,0.8451,0.06,0.7782 Hebe,hebe,12,5,1,1,0.24,1.1139,0.06,0.7782 heckled,heckled,5,5,5,5,0.10,0.7782,0.06,0.7782 hedonism,hedonism,5,5,4,4,0.10,0.7782,0.06,0.7782 hedonistic,hedonistic,5,5,5,5,0.10,0.7782,0.06,0.7782 hellcats,hellcats,22,5,21,4,0.43,1.3617,0.06,0.7782 helpmate,helpmate,5,5,5,5,0.10,0.7782,0.06,0.7782 hems,hems,6,5,6,5,0.12,0.8451,0.06,0.7782 hepcat,hepcat,5,5,5,5,0.10,0.7782,0.06,0.7782 herbivore,herbivore,6,5,6,5,0.12,0.8451,0.06,0.7782 hermaphrodites,hermaphrodites,6,5,4,4,0.12,0.8451,0.06,0.7782 Hesperus,hesperus,5,5,0,0,0.10,0.7782,0.06,0.7782 Hg,hg,53,5,2,2,1.04,1.7324,0.06,0.7782 hibiscus,hibiscus,5,5,4,4,0.10,0.7782,0.06,0.7782 hierarchical,hierarchical,5,5,5,5,0.10,0.7782,0.06,0.7782 highborn,highborn,5,5,3,3,0.10,0.7782,0.06,0.7782 highchair,highchair,8,5,7,5,0.16,0.9542,0.06,0.7782 highhanded,highhanded,5,5,5,5,0.10,0.7782,0.06,0.7782 hirsute,hirsute,5,5,5,5,0.10,0.7782,0.06,0.7782 Hispaniola,hispaniola,14,5,0,0,0.27,1.1761,0.06,0.7782 hobgoblin,hobgoblin,5,5,5,5,0.10,0.7782,0.06,0.7782 hoeing,hoeing,5,5,5,5,0.10,0.7782,0.06,0.7782 holdover,holdover,5,5,4,4,0.10,0.7782,0.06,0.7782 hollowness,hollowness,5,5,5,5,0.10,0.7782,0.06,0.7782 hom,hom,14,5,13,4,0.27,1.1761,0.06,0.7782 homelike,homelike,6,5,6,5,0.12,0.8451,0.06,0.7782 homers,homers,5,5,5,5,0.10,0.7782,0.06,0.7782 homesickness,homesickness,6,5,6,5,0.12,0.8451,0.06,0.7782 homme,homme,12,5,10,5,0.24,1.1139,0.06,0.7782 homunculus,homunculus,10,5,9,4,0.20,1.0414,0.06,0.7782 honeycombed,honeycombed,5,5,5,5,0.10,0.7782,0.06,0.7782 honeymooned,honeymooned,5,5,4,4,0.10,0.7782,0.06,0.7782 hoofed,hoofed,5,5,4,4,0.10,0.7782,0.06,0.7782 Hoosier,hoosier,5,5,1,1,0.10,0.7782,0.06,0.7782 hopefulness,hopefulness,8,5,5,5,0.16,0.9542,0.06,0.7782 hophead,hophead,8,5,8,5,0.16,0.9542,0.06,0.7782 Hoppers,hoppers,7,5,1,1,0.14,0.9031,0.06,0.7782 hornswoggled,hornswoggled,5,5,4,4,0.10,0.7782,0.06,0.7782 horsefeathers,horsefeathers,5,5,4,4,0.10,0.7782,0.06,0.7782 horticulturist,horticulturist,5,5,5,5,0.10,0.7782,0.06,0.7782 hosiery,hosiery,5,5,4,4,0.10,0.7782,0.06,0.7782 hostels,hostels,7,5,7,5,0.14,0.9031,0.06,0.7782 hotfooting,hotfooting,5,5,5,5,0.10,0.7782,0.06,0.7782 Householder,householder,11,5,4,4,0.22,1.0792,0.06,0.7782 humanitarians,humanitarians,6,5,6,5,0.12,0.8451,0.06,0.7782 humanizing,humanizing,5,5,5,5,0.10,0.7782,0.06,0.7782 humidor,humidor,9,5,9,5,0.18,1.0000,0.06,0.7782 Hummers,hummers,5,5,1,1,0.10,0.7782,0.06,0.7782 humungous,humungous,6,5,6,5,0.12,0.8451,0.06,0.7782 hundredfold,hundredfold,5,5,5,5,0.10,0.7782,0.06,0.7782 hungered,hungered,5,5,5,5,0.10,0.7782,0.06,0.7782 hunkered,hunkered,5,5,5,5,0.10,0.7782,0.06,0.7782 hurls,hurls,5,5,5,5,0.10,0.7782,0.06,0.7782 Hurly,hurly,13,5,1,1,0.25,1.1461,0.06,0.7782 hydrants,hydrants,6,5,5,4,0.12,0.8451,0.06,0.7782 hydrating,hydrating,5,5,5,5,0.10,0.7782,0.06,0.7782 hygienists,hygienists,5,5,5,5,0.10,0.7782,0.06,0.7782 hymnal,hymnal,5,5,5,5,0.10,0.7782,0.06,0.7782 hymnals,hymnals,7,5,6,5,0.14,0.9031,0.06,0.7782 hyperventilation,hyperventilation,6,5,5,5,0.12,0.8451,0.06,0.7782 hypodermics,hypodermics,5,5,3,3,0.10,0.7782,0.06,0.7782 hypotension,hypotension,6,5,5,4,0.12,0.8451,0.06,0.7782 icehouse,icehouse,9,5,9,5,0.18,1.0000,0.06,0.7782 idealizes,idealizes,5,5,5,5,0.10,0.7782,0.06,0.7782 ideogram,ideogram,6,5,6,5,0.12,0.8451,0.06,0.7782 idolaters,idolaters,5,5,5,5,0.10,0.7782,0.06,0.7782 iliac,iliac,6,5,5,4,0.12,0.8451,0.06,0.7782 ilium,ilium,8,5,8,5,0.16,0.9542,0.06,0.7782 illusionist,illusionist,7,5,6,4,0.14,0.9031,0.06,0.7782 imbue,imbue,5,5,5,5,0.10,0.7782,0.06,0.7782 immersion,immersion,6,5,6,5,0.12,0.8451,0.06,0.7782 immigrate,immigrate,5,5,5,5,0.10,0.7782,0.06,0.7782 immunities,immunities,5,5,5,5,0.10,0.7782,0.06,0.7782 impacting,impacting,5,5,5,5,0.10,0.7782,0.06,0.7782 impairing,impairing,5,5,5,5,0.10,0.7782,0.06,0.7782 impalement,impalement,6,5,6,5,0.12,0.8451,0.06,0.7782 impediments,impediments,5,5,5,5,0.10,0.7782,0.06,0.7782 impinge,impinge,6,5,6,5,0.12,0.8451,0.06,0.7782 impish,impish,5,5,4,4,0.10,0.7782,0.06,0.7782 implored,implored,5,5,5,5,0.10,0.7782,0.06,0.7782 imponderables,imponderables,5,5,5,5,0.10,0.7782,0.06,0.7782 impressively,impressively,5,5,4,4,0.10,0.7782,0.06,0.7782 impugned,impugned,9,5,7,5,0.18,1.0000,0.06,0.7782 impugning,impugning,7,5,7,5,0.14,0.9031,0.06,0.7782 impurity,impurity,7,5,5,5,0.14,0.9031,0.06,0.7782 inaugurate,inaugurate,5,5,5,5,0.10,0.7782,0.06,0.7782 inbox,inbox,5,5,5,5,0.10,0.7782,0.06,0.7782 inchworm,inchworm,12,5,6,5,0.24,1.1139,0.06,0.7782 incubating,incubating,5,5,5,5,0.10,0.7782,0.06,0.7782 incurably,incurably,5,5,5,5,0.10,0.7782,0.06,0.7782 indecipherable,indecipherable,5,5,5,5,0.10,0.7782,0.06,0.7782 indefinable,indefinable,5,5,5,5,0.10,0.7782,0.06,0.7782 indictable,indictable,5,5,5,5,0.10,0.7782,0.06,0.7782 indoctrinated,indoctrinated,6,5,6,5,0.12,0.8451,0.06,0.7782 inducements,inducements,7,5,7,5,0.14,0.9031,0.06,0.7782 ineptitude,ineptitude,5,5,5,5,0.10,0.7782,0.06,0.7782 inequity,inequity,6,5,6,5,0.12,0.8451,0.06,0.7782 infesting,infesting,6,5,6,5,0.12,0.8451,0.06,0.7782 inflections,inflections,5,5,5,5,0.10,0.7782,0.06,0.7782 infrequent,infrequent,5,5,5,5,0.10,0.7782,0.06,0.7782 infusing,infusing,5,5,3,3,0.10,0.7782,0.06,0.7782 infusions,infusions,5,5,5,5,0.10,0.7782,0.06,0.7782 inglorious,inglorious,5,5,5,5,0.10,0.7782,0.06,0.7782 inhere,inhere,5,5,5,5,0.10,0.7782,0.06,0.7782 innately,innately,5,5,5,5,0.10,0.7782,0.06,0.7782 inorganic,inorganic,7,5,7,5,0.14,0.9031,0.06,0.7782 inseminated,inseminated,8,5,8,5,0.16,0.9542,0.06,0.7782 inspects,inspects,5,5,5,5,0.10,0.7782,0.06,0.7782 instigation,instigation,5,5,5,5,0.10,0.7782,0.06,0.7782 instructs,instructs,5,5,5,5,0.10,0.7782,0.06,0.7782 insufferably,insufferably,5,5,5,5,0.10,0.7782,0.06,0.7782 insufficiency,insufficiency,5,5,5,5,0.10,0.7782,0.06,0.7782 intakes,intakes,5,5,5,5,0.10,0.7782,0.06,0.7782 intangibility,intangibility,9,5,9,5,0.18,1.0000,0.06,0.7782 intelligences,intelligences,6,5,6,5,0.12,0.8451,0.06,0.7782 interceptions,interceptions,5,5,4,4,0.10,0.7782,0.06,0.7782 intermingle,intermingle,5,5,5,5,0.10,0.7782,0.06,0.7782 internalized,internalized,6,5,6,5,0.12,0.8451,0.06,0.7782 internals,internals,5,5,5,5,0.10,0.7782,0.06,0.7782 intimacies,intimacies,5,5,4,4,0.10,0.7782,0.06,0.7782 intuitively,intuitively,5,5,5,5,0.10,0.7782,0.06,0.7782 invalided,invalided,6,5,6,5,0.12,0.8451,0.06,0.7782 inventiveness,inventiveness,6,5,6,5,0.12,0.8451,0.06,0.7782 invincibility,invincibility,5,5,5,5,0.10,0.7782,0.06,0.7782 invisibly,invisibly,5,5,5,5,0.10,0.7782,0.06,0.7782 inwards,inwards,6,5,5,4,0.12,0.8451,0.06,0.7782 irk,irk,5,5,5,5,0.10,0.7782,0.06,0.7782 ironical,ironical,6,5,5,4,0.12,0.8451,0.06,0.7782 irradiate,irradiate,6,5,5,5,0.12,0.8451,0.06,0.7782 irresistibly,irresistibly,5,5,4,4,0.10,0.7782,0.06,0.7782 ischemia,ischemia,5,5,4,4,0.10,0.7782,0.06,0.7782 iso,iso,5,5,5,5,0.10,0.7782,0.06,0.7782 ita,ita,5,5,4,4,0.10,0.7782,0.06,0.7782 italics,italics,5,5,4,4,0.10,0.7782,0.06,0.7782 itemize,itemize,5,5,4,4,0.10,0.7782,0.06,0.7782 jackknifed,jackknifed,5,5,5,5,0.10,0.7782,0.06,0.7782 Jackman,jackman,24,5,0,0,0.47,1.3979,0.06,0.7782 Jager,jager,9,5,0,0,0.18,1.0000,0.06,0.7782 Jamestown,jamestown,7,5,0,0,0.14,0.9031,0.06,0.7782 Jann,jann,5,5,0,0,0.10,0.7782,0.06,0.7782 Janus,janus,91,5,0,0,1.78,1.9638,0.06,0.7782 Jaspers,jaspers,6,5,2,2,0.12,0.8451,0.06,0.7782 jaywalk,jaywalk,5,5,5,5,0.10,0.7782,0.06,0.7782 jejune,jejune,8,5,6,5,0.16,0.9542,0.06,0.7782 Jellied,jellied,5,5,2,2,0.10,0.7782,0.06,0.7782 jetting,jetting,5,5,5,5,0.10,0.7782,0.06,0.7782 jewelled,jewelled,6,5,6,5,0.12,0.8451,0.06,0.7782 jewellers,jewellers,6,5,4,4,0.12,0.8451,0.06,0.7782 jibber,jibber,14,5,8,2,0.27,1.1761,0.06,0.7782 jiggled,jiggled,5,5,5,5,0.10,0.7782,0.06,0.7782 jimmies,jimmies,6,5,6,5,0.12,0.8451,0.06,0.7782 jinxing,jinxing,6,5,5,5,0.12,0.8451,0.06,0.7782 jism,jism,5,5,5,5,0.10,0.7782,0.06,0.7782 jitter,jitter,8,5,8,5,0.16,0.9542,0.06,0.7782 jockstraps,jockstraps,5,5,5,5,0.10,0.7782,0.06,0.7782 jodhpurs,jodhpurs,5,5,5,5,0.10,0.7782,0.06,0.7782 jolts,jolts,5,5,5,5,0.10,0.7782,0.06,0.7782 Josey,josey,42,5,0,0,0.82,1.6335,0.06,0.7782 jostle,jostle,5,5,5,5,0.10,0.7782,0.06,0.7782 jostled,jostled,5,5,5,5,0.10,0.7782,0.06,0.7782 journeying,journeying,5,5,5,5,0.10,0.7782,0.06,0.7782 jousts,jousts,5,5,5,5,0.10,0.7782,0.06,0.7782 joyless,joyless,5,5,4,4,0.10,0.7782,0.06,0.7782 Js,js,9,5,0,0,0.18,1.0000,0.06,0.7782 jubilation,jubilation,5,5,5,5,0.10,0.7782,0.06,0.7782 Jud,jud,32,5,1,1,0.63,1.5185,0.06,0.7782 judiciously,judiciously,5,5,5,5,0.10,0.7782,0.06,0.7782 juggles,juggles,5,5,5,5,0.10,0.7782,0.06,0.7782 juicing,juicing,7,5,5,4,0.14,0.9031,0.06,0.7782 jumbos,jumbos,6,5,4,4,0.12,0.8451,0.06,0.7782 junkets,junkets,5,5,5,5,0.10,0.7782,0.06,0.7782 junkman,junkman,5,5,5,5,0.10,0.7782,0.06,0.7782 Juno,juno,10,5,0,0,0.20,1.0414,0.06,0.7782 jut,jut,5,5,4,4,0.10,0.7782,0.06,0.7782 Kanes,kanes,6,5,0,0,0.12,0.8451,0.06,0.7782 keeling,keeling,6,5,4,4,0.12,0.8451,0.06,0.7782 kernels,kernels,7,5,7,5,0.14,0.9031,0.06,0.7782 keywords,keywords,5,5,5,5,0.10,0.7782,0.06,0.7782 Khartoum,khartoum,9,5,0,0,0.18,1.0000,0.06,0.7782 kibitzing,kibitzing,5,5,5,5,0.10,0.7782,0.06,0.7782 kiddos,kiddos,7,5,6,4,0.14,0.9031,0.06,0.7782 Kiley,kiley,6,5,0,0,0.12,0.8451,0.06,0.7782 kilometre,kilometre,5,5,5,5,0.10,0.7782,0.06,0.7782 kilowatt,kilowatt,6,5,4,4,0.12,0.8451,0.06,0.7782 Kingfish,kingfish,6,5,2,1,0.12,0.8451,0.06,0.7782 kinsmen,kinsmen,7,5,7,5,0.14,0.9031,0.06,0.7782 kissable,kissable,5,5,5,5,0.10,0.7782,0.06,0.7782 kissers,kissers,6,5,6,5,0.12,0.8451,0.06,0.7782 kiwis,kiwis,7,5,4,3,0.14,0.9031,0.06,0.7782 klutzy,klutzy,5,5,5,5,0.10,0.7782,0.06,0.7782 knackwurst,knackwurst,5,5,5,5,0.10,0.7782,0.06,0.7782 knead,knead,9,5,8,5,0.18,1.0000,0.06,0.7782 knishes,knishes,6,5,5,4,0.12,0.8451,0.06,0.7782 knockouts,knockouts,12,5,12,5,0.24,1.1139,0.06,0.7782 knothead,knothead,5,5,5,5,0.10,0.7782,0.06,0.7782 knothole,knothole,6,5,6,5,0.12,0.8451,0.06,0.7782 kopeck,kopeck,7,5,5,4,0.14,0.9031,0.06,0.7782 kowtowing,kowtowing,5,5,4,4,0.10,0.7782,0.06,0.7782 Kreplach,kreplach,5,5,2,2,0.10,0.7782,0.06,0.7782 krill,krill,8,5,7,5,0.16,0.9542,0.06,0.7782 Kudo,kudo,8,5,3,3,0.16,0.9542,0.06,0.7782 kugel,kugel,7,5,6,4,0.14,0.9031,0.06,0.7782 laboured,laboured,6,5,4,3,0.12,0.8451,0.06,0.7782 lacerating,lacerating,5,5,5,5,0.10,0.7782,0.06,0.7782 lackluster,lackluster,6,5,6,5,0.12,0.8451,0.06,0.7782 ladling,ladling,5,5,5,5,0.10,0.7782,0.06,0.7782 lakefront,lakefront,6,5,6,5,0.12,0.8451,0.06,0.7782 lamplight,lamplight,6,5,6,5,0.12,0.8451,0.06,0.7782 Lampoon,lampoon,5,5,1,1,0.10,0.7782,0.06,0.7782 Lanai,lanai,7,5,3,1,0.14,0.9031,0.06,0.7782 lancet,lancet,6,5,5,4,0.12,0.8451,0.06,0.7782 landmine,landmine,7,5,5,5,0.14,0.9031,0.06,0.7782 Larch,larch,7,5,2,2,0.14,0.9031,0.06,0.7782 lasagnas,lasagnas,5,5,5,5,0.10,0.7782,0.06,0.7782 lashings,lashings,6,5,6,5,0.12,0.8451,0.06,0.7782 latching,latching,5,5,5,5,0.10,0.7782,0.06,0.7782 laxity,laxity,5,5,5,5,0.10,0.7782,0.06,0.7782 layup,layup,8,5,6,4,0.16,0.9542,0.06,0.7782 Lazar,lazar,17,5,0,0,0.33,1.2553,0.06,0.7782 lazing,lazing,5,5,5,5,0.10,0.7782,0.06,0.7782 leaden,leaden,5,5,5,5,0.10,0.7782,0.06,0.7782 Leaguers,leaguers,5,5,1,1,0.10,0.7782,0.06,0.7782 learners,learners,5,5,5,5,0.10,0.7782,0.06,0.7782 lecher,lecher,5,5,5,5,0.10,0.7782,0.06,0.7782 Leda,leda,7,5,0,0,0.14,0.9031,0.06,0.7782 Lees,lees,5,5,1,1,0.10,0.7782,0.06,0.7782 legalities,legalities,5,5,5,5,0.10,0.7782,0.06,0.7782 legals,legals,5,5,3,3,0.10,0.7782,0.06,0.7782 Legation,legation,37,5,8,4,0.73,1.5798,0.06,0.7782 legitimize,legitimize,5,5,4,4,0.10,0.7782,0.06,0.7782 legless,legless,6,5,6,5,0.12,0.8451,0.06,0.7782 legroom,legroom,5,5,5,5,0.10,0.7782,0.06,0.7782 lemony,lemony,6,5,3,3,0.12,0.8451,0.06,0.7782 lessens,lessens,5,5,5,5,0.10,0.7782,0.06,0.7782 lett,lett,6,5,6,5,0.12,0.8451,0.06,0.7782 leukocytes,leukocytes,5,5,5,5,0.10,0.7782,0.06,0.7782 levitated,levitated,5,5,5,5,0.10,0.7782,0.06,0.7782 levitating,levitating,6,5,5,5,0.12,0.8451,0.06,0.7782 lexicon,lexicon,6,5,6,5,0.12,0.8451,0.06,0.7782 Lexis,lexis,6,5,0,0,0.12,0.8451,0.06,0.7782 Lh,lh,10,5,0,0,0.20,1.0414,0.06,0.7782 libations,libations,6,5,6,5,0.12,0.8451,0.06,0.7782 liberalism,liberalism,5,5,5,5,0.10,0.7782,0.06,0.7782 Liberia,liberia,18,5,0,0,0.35,1.2788,0.06,0.7782 librarians,librarians,6,5,4,4,0.12,0.8451,0.06,0.7782 libs,libs,5,5,3,3,0.10,0.7782,0.06,0.7782 licker,licker,5,5,5,5,0.10,0.7782,0.06,0.7782 lifelines,lifelines,11,5,9,5,0.22,1.0792,0.06,0.7782 Lilo,lilo,79,5,1,1,1.55,1.9031,0.06,0.7782 liquidation,liquidation,7,5,5,4,0.14,0.9031,0.06,0.7782 litigants,litigants,5,5,5,5,0.10,0.7782,0.06,0.7782 livest,livest,5,5,5,5,0.10,0.7782,0.06,0.7782 loath,loath,5,5,5,5,0.10,0.7782,0.06,0.7782 lobbing,lobbing,5,5,5,5,0.10,0.7782,0.06,0.7782 locators,locators,5,5,5,5,0.10,0.7782,0.06,0.7782 locomotives,locomotives,5,5,5,5,0.10,0.7782,0.06,0.7782 Locus,locus,17,5,6,3,0.33,1.2553,0.06,0.7782 loincloth,loincloth,9,5,8,5,0.18,1.0000,0.06,0.7782 Loma,loma,16,5,0,0,0.31,1.2304,0.06,0.7782 longbow,longbow,7,5,7,5,0.14,0.9031,0.06,0.7782 longshot,longshot,5,5,4,4,0.10,0.7782,0.06,0.7782 longue,longue,6,5,6,5,0.12,0.8451,0.06,0.7782 Longworth,longworth,8,5,0,0,0.16,0.9542,0.06,0.7782 loofa,loofa,8,5,7,4,0.16,0.9542,0.06,0.7782 Lora,lora,99,5,0,0,1.94,2.0000,0.06,0.7782 Lst,lst,6,5,2,2,0.12,0.8451,0.06,0.7782 lubricants,lubricants,6,5,6,5,0.12,0.8451,0.06,0.7782 Luddite,luddite,5,5,1,1,0.10,0.7782,0.06,0.7782 Lumina,lumina,7,5,2,1,0.14,0.9031,0.06,0.7782 luminaries,luminaries,5,5,5,5,0.10,0.7782,0.06,0.7782 lushes,lushes,5,5,5,5,0.10,0.7782,0.06,0.7782 Maam,maam,5,5,2,2,0.10,0.7782,0.06,0.7782 Macaroon,macaroon,5,5,2,2,0.10,0.7782,0.06,0.7782 macaw,macaw,12,5,12,5,0.24,1.1139,0.06,0.7782 Macedonian,macedonian,12,5,0,0,0.24,1.1139,0.06,0.7782 machismo,machismo,6,5,5,5,0.12,0.8451,0.06,0.7782 Mackinaw,mackinaw,16,5,0,0,0.31,1.2304,0.06,0.7782 maddened,maddened,6,5,6,5,0.12,0.8451,0.06,0.7782 maddest,maddest,5,5,5,5,0.10,0.7782,0.06,0.7782 maelstrom,maelstrom,5,5,5,5,0.10,0.7782,0.06,0.7782 Mage,mage,15,5,1,1,0.29,1.2041,0.06,0.7782 Maggle,maggle,35,5,0,0,0.69,1.5563,0.06,0.7782 magnetised,magnetised,5,5,5,5,0.10,0.7782,0.06,0.7782 magnetized,magnetized,5,5,5,5,0.10,0.7782,0.06,0.7782 Maharishi,maharishi,5,5,1,1,0.10,0.7782,0.06,0.7782 maidservant,maidservant,6,5,6,5,0.12,0.8451,0.06,0.7782 majeure,majeure,6,5,6,5,0.12,0.8451,0.06,0.7782 Malaga,malaga,15,5,0,0,0.29,1.2041,0.06,0.7782 malformation,malformation,6,5,6,5,0.12,0.8451,0.06,0.7782 malformed,malformed,7,5,7,5,0.14,0.9031,0.06,0.7782 malignancy,malignancy,7,5,7,5,0.14,0.9031,0.06,0.7782 malleable,malleable,5,5,5,5,0.10,0.7782,0.06,0.7782 mammalian,mammalian,6,5,5,5,0.12,0.8451,0.06,0.7782 mammies,mammies,5,5,5,5,0.10,0.7782,0.06,0.7782 mammogram,mammogram,6,5,6,5,0.12,0.8451,0.06,0.7782 manacles,manacles,5,5,4,4,0.10,0.7782,0.06,0.7782 manatee,manatee,10,5,7,4,0.20,1.0414,0.06,0.7782 mandates,mandates,5,5,5,5,0.10,0.7782,0.06,0.7782 maneuverability,maneuverability,6,5,6,5,0.12,0.8451,0.06,0.7782 manhandle,manhandle,5,5,5,5,0.10,0.7782,0.06,0.7782 manoeuvring,manoeuvring,5,5,5,5,0.10,0.7782,0.06,0.7782 Maples,maples,10,5,4,3,0.20,1.0414,0.06,0.7782 mapmaker,mapmaker,7,5,7,5,0.14,0.9031,0.06,0.7782 Marblehead,marblehead,13,5,0,0,0.25,1.1461,0.06,0.7782 Marcella,marcella,24,5,0,0,0.47,1.3979,0.06,0.7782 Mariana,mariana,15,5,0,0,0.29,1.2041,0.06,0.7782 marionette,marionette,7,5,7,5,0.14,0.9031,0.06,0.7782 marionettes,marionettes,9,5,9,5,0.18,1.0000,0.06,0.7782 Mariposa,mariposa,6,5,1,1,0.12,0.8451,0.06,0.7782 marketeers,marketeers,5,5,5,5,0.10,0.7782,0.06,0.7782 Marseillaise,marseillaise,6,5,0,0,0.12,0.8451,0.06,0.7782 marshland,marshland,5,5,5,5,0.10,0.7782,0.06,0.7782 Martel,martel,30,5,0,0,0.59,1.4914,0.06,0.7782 marveling,marveling,6,5,5,5,0.12,0.8451,0.06,0.7782 marvellously,marvellously,5,5,4,4,0.10,0.7782,0.06,0.7782 Masha,masha,37,5,0,0,0.73,1.5798,0.06,0.7782 mashie,mashie,8,5,7,5,0.16,0.9542,0.06,0.7782 masochism,masochism,6,5,5,4,0.12,0.8451,0.06,0.7782 masonry,masonry,5,5,3,3,0.10,0.7782,0.06,0.7782 masque,masque,8,5,7,4,0.16,0.9542,0.06,0.7782 masterminding,masterminding,5,5,5,5,0.10,0.7782,0.06,0.7782 matchbooks,matchbooks,6,5,4,4,0.12,0.8451,0.06,0.7782 materialise,materialise,7,5,7,5,0.14,0.9031,0.06,0.7782 materially,materially,5,5,4,4,0.10,0.7782,0.06,0.7782 Mather,mather,6,5,0,0,0.12,0.8451,0.06,0.7782 matted,matted,5,5,5,5,0.10,0.7782,0.06,0.7782 maturely,maturely,5,5,5,5,0.10,0.7782,0.06,0.7782 matures,matures,6,5,6,5,0.12,0.8451,0.06,0.7782 Mauser,mauser,21,5,0,0,0.41,1.3424,0.06,0.7782 maven,maven,5,5,3,3,0.10,0.7782,0.06,0.7782 mazurka,mazurka,11,5,9,4,0.22,1.0792,0.06,0.7782 Meanies,meanies,21,5,5,4,0.41,1.3424,0.06,0.7782 measle,measle,5,5,4,4,0.10,0.7782,0.06,0.7782 meatheads,meatheads,8,5,7,5,0.16,0.9542,0.06,0.7782 mediocracy,mediocracy,5,5,5,5,0.10,0.7782,0.06,0.7782 meditated,meditated,6,5,6,5,0.12,0.8451,0.06,0.7782 meekness,meekness,5,5,4,4,0.10,0.7782,0.06,0.7782 megalomania,megalomania,5,5,4,4,0.10,0.7782,0.06,0.7782 melaleuca,melaleuca,6,5,5,4,0.12,0.8451,0.06,0.7782 melancholic,melancholic,5,5,5,5,0.10,0.7782,0.06,0.7782 mendacious,mendacious,7,5,6,4,0.14,0.9031,0.06,0.7782 mendacity,mendacity,18,5,12,4,0.35,1.2788,0.06,0.7782 Menelaus,menelaus,44,5,0,0,0.86,1.6532,0.06,0.7782 meniscus,meniscus,6,5,6,5,0.12,0.8451,0.06,0.7782 mentalist,mentalist,9,5,8,4,0.18,1.0000,0.06,0.7782 mercies,mercies,5,5,5,5,0.10,0.7782,0.06,0.7782 merited,merited,5,5,5,5,0.10,0.7782,0.06,0.7782 Merl,merl,34,5,0,0,0.67,1.5441,0.06,0.7782 Merton,merton,7,5,0,0,0.14,0.9031,0.06,0.7782 mesenteric,mesenteric,8,5,7,5,0.16,0.9542,0.06,0.7782 messianic,messianic,7,5,4,3,0.14,0.9031,0.06,0.7782 Meta,meta,21,5,2,2,0.41,1.3424,0.06,0.7782 meteorology,meteorology,6,5,6,5,0.12,0.8451,0.06,0.7782 methylene,methylene,5,5,5,5,0.10,0.7782,0.06,0.7782 mewing,mewing,5,5,4,4,0.10,0.7782,0.06,0.7782 mewling,mewling,5,5,5,5,0.10,0.7782,0.06,0.7782 mews,mews,6,5,4,4,0.12,0.8451,0.06,0.7782 mezuzah,mezuzah,13,5,13,5,0.25,1.1461,0.06,0.7782 mica,mica,6,5,6,5,0.12,0.8451,0.06,0.7782 Mickeys,mickeys,17,5,4,1,0.33,1.2553,0.06,0.7782 Micronesia,micronesia,5,5,0,0,0.10,0.7782,0.06,0.7782 microscopy,microscopy,5,5,4,4,0.10,0.7782,0.06,0.7782 middling,middling,7,5,7,5,0.14,0.9031,0.06,0.7782 midwives,midwives,8,5,7,5,0.16,0.9542,0.06,0.7782 migrants,migrants,10,5,10,5,0.20,1.0414,0.06,0.7782 milder,milder,5,5,4,4,0.10,0.7782,0.06,0.7782 militaries,militaries,5,5,5,5,0.10,0.7782,0.06,0.7782 militaristic,militaristic,6,5,3,3,0.12,0.8451,0.06,0.7782 militias,militias,5,5,5,5,0.10,0.7782,0.06,0.7782 millenniums,millenniums,8,5,8,5,0.16,0.9542,0.06,0.7782 milliliters,milliliters,5,5,5,5,0.10,0.7782,0.06,0.7782 millinery,millinery,7,5,7,5,0.14,0.9031,0.06,0.7782 Millman,millman,25,5,0,0,0.49,1.4150,0.06,0.7782 Milords,milords,9,5,4,3,0.18,1.0000,0.06,0.7782 mimeographed,mimeographed,5,5,5,5,0.10,0.7782,0.06,0.7782 miming,miming,5,5,5,5,0.10,0.7782,0.06,0.7782 Minas,minas,18,5,0,0,0.35,1.2788,0.06,0.7782 minesweeper,minesweeper,7,5,6,4,0.14,0.9031,0.06,0.7782 miniaturize,miniaturize,5,5,5,5,0.10,0.7782,0.06,0.7782 minivans,minivans,7,5,7,5,0.14,0.9031,0.06,0.7782 mins,mins,5,5,5,5,0.10,0.7782,0.06,0.7782 Minstrels,minstrels,7,5,3,2,0.14,0.9031,0.06,0.7782 minutia,minutia,5,5,5,5,0.10,0.7782,0.06,0.7782 mirages,mirages,7,5,6,4,0.14,0.9031,0.06,0.7782 misanthropic,misanthropic,5,5,4,4,0.10,0.7782,0.06,0.7782 misbegotten,misbegotten,5,5,5,5,0.10,0.7782,0.06,0.7782 miscarry,miscarry,5,5,5,5,0.10,0.7782,0.06,0.7782 misconstrue,misconstrue,5,5,4,4,0.10,0.7782,0.06,0.7782 misdemeanours,misdemeanours,5,5,5,5,0.10,0.7782,0.06,0.7782 misfiled,misfiled,11,5,10,5,0.22,1.0792,0.06,0.7782 misfiring,misfiring,5,5,5,5,0.10,0.7782,0.06,0.7782 misogyny,misogyny,5,5,5,5,0.10,0.7782,0.06,0.7782 misrepresent,misrepresent,5,5,5,5,0.10,0.7782,0.06,0.7782 misusing,misusing,7,5,7,5,0.14,0.9031,0.06,0.7782 mitral,mitral,9,5,7,4,0.18,1.0000,0.06,0.7782 mizzen,mizzen,19,5,19,5,0.37,1.3010,0.06,0.7782 Mk,mk,9,5,0,0,0.18,1.0000,0.06,0.7782 Mobil,mobil,7,5,1,1,0.14,0.9031,0.06,0.7782 mobilising,mobilising,5,5,5,5,0.10,0.7782,0.06,0.7782 mocker,mocker,5,5,5,5,0.10,0.7782,0.06,0.7782 modernization,modernization,5,5,5,5,0.10,0.7782,0.06,0.7782 modernize,modernize,6,5,6,5,0.12,0.8451,0.06,0.7782 modulate,modulate,5,5,3,3,0.10,0.7782,0.06,0.7782 moisturize,moisturize,5,5,4,4,0.10,0.7782,0.06,0.7782 Mongols,mongols,13,5,0,0,0.25,1.1461,0.06,0.7782 Monmouth,monmouth,7,5,0,0,0.14,0.9031,0.06,0.7782 mononucleosis,mononucleosis,5,5,4,4,0.10,0.7782,0.06,0.7782 monosyllabic,monosyllabic,5,5,4,4,0.10,0.7782,0.06,0.7782 monotone,monotone,5,5,5,5,0.10,0.7782,0.06,0.7782 monstrously,monstrously,5,5,5,5,0.10,0.7782,0.06,0.7782 moochers,moochers,5,5,3,3,0.10,0.7782,0.06,0.7782 Moonglow,moonglow,9,5,2,2,0.18,1.0000,0.06,0.7782 moonlighted,moonlighted,5,5,5,5,0.10,0.7782,0.06,0.7782 Mopsy,mopsy,6,5,0,0,0.12,0.8451,0.06,0.7782 morass,morass,5,5,5,5,0.10,0.7782,0.06,0.7782 morbidity,morbidity,5,5,4,4,0.10,0.7782,0.06,0.7782 Moro,moro,6,5,0,0,0.12,0.8451,0.06,0.7782 mosaics,mosaics,10,5,9,5,0.20,1.0414,0.06,0.7782 Moslems,moslems,5,5,0,0,0.10,0.7782,0.06,0.7782 mothball,mothball,5,5,4,4,0.10,0.7782,0.06,0.7782 mothership,mothership,5,5,5,5,0.10,0.7782,0.06,0.7782 mots,mots,5,5,5,5,0.10,0.7782,0.06,0.7782 mountebank,mountebank,6,5,6,5,0.12,0.8451,0.06,0.7782 Mousey,mousey,12,5,3,3,0.24,1.1139,0.06,0.7782 moussaka,moussaka,6,5,6,5,0.12,0.8451,0.06,0.7782 muggy,muggy,5,5,5,5,0.10,0.7782,0.06,0.7782 multidimensional,multidimensional,5,5,5,5,0.10,0.7782,0.06,0.7782 multimillionaires,multimillionaires,7,5,7,5,0.14,0.9031,0.06,0.7782 mummification,mummification,5,5,5,5,0.10,0.7782,0.06,0.7782 Munsters,munsters,6,5,2,2,0.12,0.8451,0.06,0.7782 muscleman,muscleman,5,5,4,4,0.10,0.7782,0.06,0.7782 musketeer,musketeer,22,5,18,4,0.43,1.3617,0.06,0.7782 mussing,mussing,5,5,5,5,0.10,0.7782,0.06,0.7782 mustachioed,mustachioed,5,5,5,5,0.10,0.7782,0.06,0.7782 mutinies,mutinies,6,5,6,5,0.12,0.8451,0.06,0.7782 muumuus,muumuus,5,5,4,4,0.10,0.7782,0.06,0.7782 muzzled,muzzled,6,5,6,5,0.12,0.8451,0.06,0.7782 mythologies,mythologies,6,5,6,5,0.12,0.8451,0.06,0.7782 nacelle,nacelle,7,5,7,5,0.14,0.9031,0.06,0.7782 naivete,naivete,5,5,4,4,0.10,0.7782,0.06,0.7782 nanoseconds,nanoseconds,5,5,5,5,0.10,0.7782,0.06,0.7782 napped,napped,5,5,5,5,0.10,0.7782,0.06,0.7782 narwhal,narwhal,6,5,4,3,0.12,0.8451,0.06,0.7782 nascent,nascent,5,5,5,5,0.10,0.7782,0.06,0.7782 Naugahyde,naugahyde,5,5,1,1,0.10,0.7782,0.06,0.7782 Navajos,navajos,5,5,0,0,0.10,0.7782,0.06,0.7782 Nco,nco,6,5,0,0,0.12,0.8451,0.06,0.7782 Neapolitan,neapolitan,6,5,0,0,0.12,0.8451,0.06,0.7782 nebbish,nebbish,5,5,5,5,0.10,0.7782,0.06,0.7782 nebulizer,nebulizer,5,5,5,5,0.10,0.7782,0.06,0.7782 necessitating,necessitating,5,5,4,4,0.10,0.7782,0.06,0.7782 necromancer,necromancer,21,5,11,4,0.41,1.3424,0.06,0.7782 Necropolis,necropolis,13,5,1,1,0.25,1.1461,0.06,0.7782 negates,negates,5,5,5,5,0.10,0.7782,0.06,0.7782 negating,negating,6,5,6,5,0.12,0.8451,0.06,0.7782 negation,negation,5,5,5,5,0.10,0.7782,0.06,0.7782 negress,negress,8,5,4,2,0.16,0.9542,0.06,0.7782 Nehru,nehru,5,5,1,1,0.10,0.7782,0.06,0.7782 nephrology,nephrology,5,5,4,4,0.10,0.7782,0.06,0.7782 neurochemistry,neurochemistry,5,5,5,5,0.10,0.7782,0.06,0.7782 neurotics,neurotics,5,5,3,3,0.10,0.7782,0.06,0.7782 neurotoxin,neurotoxin,5,5,4,4,0.10,0.7782,0.06,0.7782 neurovascular,neurovascular,5,5,5,5,0.10,0.7782,0.06,0.7782 neutralization,neutralization,5,5,5,5,0.10,0.7782,0.06,0.7782 Newmarket,newmarket,6,5,0,0,0.12,0.8451,0.06,0.7782 newsletters,newsletters,5,5,5,5,0.10,0.7782,0.06,0.7782 newswoman,newswoman,8,5,6,4,0.16,0.9542,0.06,0.7782 nib,nib,5,5,5,5,0.10,0.7782,0.06,0.7782 nicking,nicking,5,5,5,5,0.10,0.7782,0.06,0.7782 nightsticks,nightsticks,5,5,5,5,0.10,0.7782,0.06,0.7782 nippers,nippers,5,5,5,5,0.10,0.7782,0.06,0.7782 nitpick,nitpick,5,5,5,5,0.10,0.7782,0.06,0.7782 nobleness,nobleness,5,5,5,5,0.10,0.7782,0.06,0.7782 nodules,nodules,7,5,7,5,0.14,0.9031,0.06,0.7782 nolo,nolo,5,5,3,3,0.10,0.7782,0.06,0.7782 nominates,nominates,5,5,5,5,0.10,0.7782,0.06,0.7782 Nona,nona,7,5,0,0,0.14,0.9031,0.06,0.7782 noncom,noncom,6,5,6,5,0.12,0.8451,0.06,0.7782 noncommissioned,noncommissioned,9,5,9,5,0.18,1.0000,0.06,0.7782 nonconformist,nonconformist,5,5,4,4,0.10,0.7782,0.06,0.7782 nondairy,nondairy,5,5,4,4,0.10,0.7782,0.06,0.7782 Nong,nong,16,5,1,1,0.31,1.2304,0.06,0.7782 nonmilitary,nonmilitary,5,5,5,5,0.10,0.7782,0.06,0.7782 nonphysical,nonphysical,6,5,6,5,0.12,0.8451,0.06,0.7782 nonplussed,nonplussed,5,5,5,5,0.10,0.7782,0.06,0.7782 nonsmoker,nonsmoker,6,5,4,3,0.12,0.8451,0.06,0.7782 nonspecific,nonspecific,5,5,5,5,0.10,0.7782,0.06,0.7782 nontoxic,nontoxic,5,5,5,5,0.10,0.7782,0.06,0.7782 nonviolence,nonviolence,7,5,5,4,0.14,0.9031,0.06,0.7782 norepinephrine,norepinephrine,5,5,4,4,0.10,0.7782,0.06,0.7782 Normans,normans,19,5,0,0,0.37,1.3010,0.06,0.7782 nowthe,nowthe,6,5,3,3,0.12,0.8451,0.06,0.7782 nr,nr,8,5,7,4,0.16,0.9542,0.06,0.7782 nudged,nudged,5,5,5,5,0.10,0.7782,0.06,0.7782 nutcases,nutcases,5,5,4,4,0.10,0.7782,0.06,0.7782 nymphomaniacs,nymphomaniacs,6,5,4,4,0.12,0.8451,0.06,0.7782 Obispo,obispo,7,5,2,1,0.14,0.9031,0.06,0.7782 oblongata,oblongata,6,5,6,5,0.12,0.8451,0.06,0.7782 Obs,obs,7,5,0,0,0.14,0.9031,0.06,0.7782 observational,observational,5,5,5,5,0.10,0.7782,0.06,0.7782 obstinacy,obstinacy,5,5,5,5,0.10,0.7782,0.06,0.7782 obtains,obtains,5,5,5,5,0.10,0.7782,0.06,0.7782 occluded,occluded,7,5,7,5,0.14,0.9031,0.06,0.7782 octogenarian,octogenarian,5,5,5,5,0.10,0.7782,0.06,0.7782 Odeon,odeon,7,5,0,0,0.14,0.9031,0.06,0.7782 Odysseus,odysseus,12,5,0,0,0.24,1.1139,0.06,0.7782 officious,officious,8,5,8,5,0.16,0.9542,0.06,0.7782 ogled,ogled,5,5,5,5,0.10,0.7782,0.06,0.7782 Oiler,oiler,6,5,2,2,0.12,0.8451,0.06,0.7782 omelettes,omelettes,6,5,5,4,0.12,0.8451,0.06,0.7782 Omicron,omicron,22,5,1,1,0.43,1.3617,0.06,0.7782 omitting,omitting,5,5,5,5,0.10,0.7782,0.06,0.7782 Ona,ona,8,5,3,3,0.16,0.9542,0.06,0.7782 ont,ont,10,5,9,4,0.20,1.0414,0.06,0.7782 oohing,oohing,6,5,5,4,0.12,0.8451,0.06,0.7782 oot,oot,6,5,6,5,0.12,0.8451,0.06,0.7782 opals,opals,5,5,4,4,0.10,0.7782,0.06,0.7782 opportunists,opportunists,5,5,4,4,0.10,0.7782,0.06,0.7782 optimize,optimize,5,5,4,4,0.10,0.7782,0.06,0.7782 opting,opting,5,5,5,5,0.10,0.7782,0.06,0.7782 optioned,optioned,6,5,6,5,0.12,0.8451,0.06,0.7782 opulence,opulence,5,5,5,5,0.10,0.7782,0.06,0.7782 orchards,orchards,5,5,5,5,0.10,0.7782,0.06,0.7782 Orestes,orestes,70,5,0,0,1.37,1.8513,0.06,0.7782 organdy,organdy,5,5,5,5,0.10,0.7782,0.06,0.7782 organics,organics,6,5,6,5,0.12,0.8451,0.06,0.7782 orientated,orientated,5,5,5,5,0.10,0.7782,0.06,0.7782 originates,originates,5,5,5,5,0.10,0.7782,0.06,0.7782 Orlon,orlon,5,5,0,0,0.10,0.7782,0.06,0.7782 Orly,orly,8,5,0,0,0.16,0.9542,0.06,0.7782 Orpheum,orpheum,6,5,0,0,0.12,0.8451,0.06,0.7782 Orth,orth,21,5,3,3,0.41,1.3424,0.06,0.7782 osteogenesis,osteogenesis,5,5,5,5,0.10,0.7782,0.06,0.7782 ousted,ousted,5,5,5,5,0.10,0.7782,0.06,0.7782 outbuildings,outbuildings,5,5,5,5,0.10,0.7782,0.06,0.7782 outfought,outfought,5,5,5,5,0.10,0.7782,0.06,0.7782 outlives,outlives,5,5,5,5,0.10,0.7782,0.06,0.7782 outride,outride,6,5,5,5,0.12,0.8451,0.06,0.7782 outshine,outshine,5,5,5,5,0.10,0.7782,0.06,0.7782 outtakes,outtakes,5,5,4,4,0.10,0.7782,0.06,0.7782 ovations,ovations,5,5,5,5,0.10,0.7782,0.06,0.7782 overage,overage,5,5,5,5,0.10,0.7782,0.06,0.7782 overcompensate,overcompensate,5,5,4,4,0.10,0.7782,0.06,0.7782 overconfidence,overconfidence,5,5,4,4,0.10,0.7782,0.06,0.7782 overeat,overeat,5,5,5,5,0.10,0.7782,0.06,0.7782 overhauled,overhauled,6,5,6,5,0.12,0.8451,0.06,0.7782 overlays,overlays,6,5,6,5,0.12,0.8451,0.06,0.7782 overruns,overruns,7,5,7,5,0.14,0.9031,0.06,0.7782 overs,overs,6,5,6,5,0.12,0.8451,0.06,0.7782 overshoot,overshoot,7,5,7,5,0.14,0.9031,0.06,0.7782 overturns,overturns,9,5,9,5,0.18,1.0000,0.06,0.7782 overuse,overuse,5,5,5,5,0.10,0.7782,0.06,0.7782 overworking,overworking,5,5,5,5,0.10,0.7782,0.06,0.7782 overwrite,overwrite,5,5,4,4,0.10,0.7782,0.06,0.7782 overwritten,overwritten,5,5,5,5,0.10,0.7782,0.06,0.7782 Ovid,ovid,6,5,0,0,0.12,0.8451,0.06,0.7782 ovulate,ovulate,5,5,5,5,0.10,0.7782,0.06,0.7782 oxfords,oxfords,6,5,3,3,0.12,0.8451,0.06,0.7782 pacifism,pacifism,7,5,6,5,0.14,0.9031,0.06,0.7782 paedophile,paedophile,6,5,6,5,0.12,0.8451,0.06,0.7782 paining,paining,6,5,6,5,0.12,0.8451,0.06,0.7782 painstakingly,painstakingly,5,5,5,5,0.10,0.7782,0.06,0.7782 Paiute,paiute,7,5,0,0,0.14,0.9031,0.06,0.7782 Pakistanis,pakistanis,7,5,0,0,0.14,0.9031,0.06,0.7782 paleontologists,paleontologists,6,5,4,3,0.12,0.8451,0.06,0.7782 palindrome,palindrome,8,5,6,5,0.16,0.9542,0.06,0.7782 palmistry,palmistry,5,5,5,5,0.10,0.7782,0.06,0.7782 pandemic,pandemic,5,5,5,5,0.10,0.7782,0.06,0.7782 pander,pander,6,5,6,5,0.12,0.8451,0.06,0.7782 Panorama,panorama,7,5,2,2,0.14,0.9031,0.06,0.7782 pantsuits,pantsuits,5,5,4,4,0.10,0.7782,0.06,0.7782 paperhanger,paperhanger,8,5,8,5,0.16,0.9542,0.06,0.7782 paragons,paragons,5,5,3,3,0.10,0.7782,0.06,0.7782 paralysing,paralysing,5,5,5,5,0.10,0.7782,0.06,0.7782 paranoids,paranoids,5,5,3,3,0.10,0.7782,0.06,0.7782 parapets,parapets,5,5,5,5,0.10,0.7782,0.06,0.7782 parasailing,parasailing,6,5,5,5,0.12,0.8451,0.06,0.7782 paring,paring,6,5,6,5,0.12,0.8451,0.06,0.7782 Parisians,parisians,11,5,1,1,0.22,1.0792,0.06,0.7782 parity,parity,5,5,5,5,0.10,0.7782,0.06,0.7782 parolee,parolee,8,5,7,5,0.16,0.9542,0.06,0.7782 Parr,parr,14,5,0,0,0.27,1.1761,0.06,0.7782 parse,parse,6,5,6,5,0.12,0.8451,0.06,0.7782 particulate,particulate,5,5,5,5,0.10,0.7782,0.06,0.7782 partitions,partitions,8,5,6,5,0.16,0.9542,0.06,0.7782 partnering,partnering,5,5,5,5,0.10,0.7782,0.06,0.7782 partway,partway,6,5,5,5,0.12,0.8451,0.06,0.7782 pastas,pastas,5,5,5,5,0.10,0.7782,0.06,0.7782 patchwork,patchwork,5,5,5,5,0.10,0.7782,0.06,0.7782 patina,patina,6,5,4,4,0.12,0.8451,0.06,0.7782 patrician,patrician,5,5,5,5,0.10,0.7782,0.06,0.7782 pattering,pattering,7,5,7,5,0.14,0.9031,0.06,0.7782 peal,peal,7,5,6,4,0.14,0.9031,0.06,0.7782 pealing,pealing,6,5,3,3,0.12,0.8451,0.06,0.7782 peccadillo,peccadillo,5,5,5,5,0.10,0.7782,0.06,0.7782 pectoris,pectoris,5,5,5,5,0.10,0.7782,0.06,0.7782 peculiarity,peculiarity,5,5,5,5,0.10,0.7782,0.06,0.7782 peculiarly,peculiarly,7,5,7,5,0.14,0.9031,0.06,0.7782 ped,ped,6,5,6,5,0.12,0.8451,0.06,0.7782 pedaled,pedaled,6,5,6,5,0.12,0.8451,0.06,0.7782 pedlar,pedlar,6,5,5,4,0.12,0.8451,0.06,0.7782 Peebles,peebles,35,5,0,0,0.69,1.5563,0.06,0.7782 Pelham,pelham,27,5,0,0,0.53,1.4472,0.06,0.7782 pelicans,pelicans,7,5,6,4,0.14,0.9031,0.06,0.7782 Pell,pell,30,5,0,0,0.59,1.4914,0.06,0.7782 pensioners,pensioners,5,5,5,5,0.10,0.7782,0.06,0.7782 peonies,peonies,5,5,3,3,0.10,0.7782,0.06,0.7782 peopled,peopled,5,5,5,5,0.10,0.7782,0.06,0.7782 peppered,peppered,8,5,7,4,0.16,0.9542,0.06,0.7782 peppering,peppering,7,5,7,5,0.14,0.9031,0.06,0.7782 perfectionists,perfectionists,5,5,5,5,0.10,0.7782,0.06,0.7782 permeates,permeates,5,5,5,5,0.10,0.7782,0.06,0.7782 permissive,permissive,5,5,5,5,0.10,0.7782,0.06,0.7782 perpetuated,perpetuated,5,5,5,5,0.10,0.7782,0.06,0.7782 persevering,persevering,5,5,5,5,0.10,0.7782,0.06,0.7782 Persians,persians,17,5,0,0,0.33,1.2553,0.06,0.7782 personalizing,personalizing,6,5,6,5,0.12,0.8451,0.06,0.7782 persuasions,persuasions,5,5,4,4,0.10,0.7782,0.06,0.7782 perusal,perusal,5,5,5,5,0.10,0.7782,0.06,0.7782 petard,petard,6,5,5,4,0.12,0.8451,0.06,0.7782 petered,petered,5,5,5,5,0.10,0.7782,0.06,0.7782 Petto,petto,13,5,0,0,0.25,1.1461,0.06,0.7782 petulance,petulance,5,5,4,4,0.10,0.7782,0.06,0.7782 phallus,phallus,5,5,5,5,0.10,0.7782,0.06,0.7782 Pharmacology,pharmacology,5,5,2,2,0.10,0.7782,0.06,0.7782 phenolphthalein,phenolphthalein,7,5,5,3,0.14,0.9031,0.06,0.7782 philodendron,philodendron,6,5,5,4,0.12,0.8451,0.06,0.7782 philosophize,philosophize,5,5,4,4,0.10,0.7782,0.06,0.7782 phonics,phonics,5,5,4,4,0.10,0.7782,0.06,0.7782 phosphorescence,phosphorescence,6,5,6,5,0.12,0.8451,0.06,0.7782 photoelectric,photoelectric,6,5,5,4,0.12,0.8451,0.06,0.7782 photojournalist,photojournalist,5,5,5,5,0.10,0.7782,0.06,0.7782 photostats,photostats,8,5,5,4,0.16,0.9542,0.06,0.7782 Pickman,pickman,7,5,0,0,0.14,0.9031,0.06,0.7782 picnicking,picnicking,5,5,4,4,0.10,0.7782,0.06,0.7782 piddly,piddly,5,5,5,5,0.10,0.7782,0.06,0.7782 pigged,pigged,5,5,4,4,0.10,0.7782,0.06,0.7782 pigging,pigging,5,5,3,3,0.10,0.7782,0.06,0.7782 piggybacked,piggybacked,5,5,5,5,0.10,0.7782,0.06,0.7782 piggybacking,piggybacking,5,5,5,5,0.10,0.7782,0.06,0.7782 Pili,pili,6,5,0,0,0.12,0.8451,0.06,0.7782 Pilis,pilis,8,5,0,0,0.16,0.9542,0.06,0.7782 pillboxes,pillboxes,5,5,5,5,0.10,0.7782,0.06,0.7782 Pimlico,pimlico,8,5,0,0,0.16,0.9542,0.06,0.7782 pinatas,pinatas,9,5,8,5,0.18,1.0000,0.06,0.7782 Pinchers,pinchers,9,5,3,3,0.18,1.0000,0.06,0.7782 Pingo,pingo,12,5,0,0,0.24,1.1139,0.06,0.7782 pinstripes,pinstripes,6,5,6,5,0.12,0.8451,0.06,0.7782 Pitocin,pitocin,5,5,0,0,0.10,0.7782,0.06,0.7782 Pius,pius,9,5,0,0,0.18,1.0000,0.06,0.7782 Pix,pix,7,5,2,1,0.14,0.9031,0.06,0.7782 placeholder,placeholder,5,5,5,5,0.10,0.7782,0.06,0.7782 plaintive,plaintive,6,5,6,5,0.12,0.8451,0.06,0.7782 platelet,platelet,5,5,4,4,0.10,0.7782,0.06,0.7782 Playland,playland,5,5,1,1,0.10,0.7782,0.06,0.7782 pleasured,pleasured,5,5,4,4,0.10,0.7782,0.06,0.7782 pleasuring,pleasuring,5,5,5,5,0.10,0.7782,0.06,0.7782 plebeian,plebeian,9,5,7,5,0.18,1.0000,0.06,0.7782 pleura,pleura,5,5,5,5,0.10,0.7782,0.06,0.7782 pleurisy,pleurisy,5,5,5,5,0.10,0.7782,0.06,0.7782 plod,plod,5,5,5,5,0.10,0.7782,0.06,0.7782 plodding,plodding,6,5,6,5,0.12,0.8451,0.06,0.7782 plonker,plonker,8,5,6,5,0.16,0.9542,0.06,0.7782 plopping,plopping,6,5,4,4,0.12,0.8451,0.06,0.7782 plotters,plotters,5,5,4,4,0.10,0.7782,0.06,0.7782 ploughing,ploughing,6,5,5,4,0.12,0.8451,0.06,0.7782 Pluribus,pluribus,9,5,2,2,0.18,1.0000,0.06,0.7782 podgy,podgy,6,5,4,4,0.12,0.8451,0.06,0.7782 politicize,politicize,5,5,5,5,0.10,0.7782,0.06,0.7782 polyethylene,polyethylene,6,5,4,3,0.12,0.8451,0.06,0.7782 polygraphs,polygraphs,5,5,4,4,0.10,0.7782,0.06,0.7782 polyvinyl,polyvinyl,6,5,6,5,0.12,0.8451,0.06,0.7782 pomade,pomade,6,5,6,5,0.12,0.8451,0.06,0.7782 poncey,poncey,5,5,5,5,0.10,0.7782,0.06,0.7782 Ponchos,ponchos,7,5,3,3,0.14,0.9031,0.06,0.7782 pone,pone,5,5,5,5,0.10,0.7782,0.06,0.7782 pontoons,pontoons,6,5,5,5,0.12,0.8451,0.06,0.7782 porpoises,porpoises,7,5,7,5,0.14,0.9031,0.06,0.7782 Porta,porta,6,5,2,2,0.12,0.8451,0.06,0.7782 portent,portent,6,5,6,5,0.12,0.8451,0.06,0.7782 portents,portents,6,5,3,3,0.12,0.8451,0.06,0.7782 portraiture,portraiture,5,5,3,3,0.10,0.7782,0.06,0.7782 poseur,poseur,5,5,4,4,0.10,0.7782,0.06,0.7782 poseurs,poseurs,5,5,5,5,0.10,0.7782,0.06,0.7782 posit,posit,6,5,4,4,0.12,0.8451,0.06,0.7782 postmarks,postmarks,5,5,5,5,0.10,0.7782,0.06,0.7782 postmen,postmen,5,5,3,3,0.10,0.7782,0.06,0.7782 postoperative,postoperative,6,5,5,4,0.12,0.8451,0.06,0.7782 postulated,postulated,5,5,5,5,0.10,0.7782,0.06,0.7782 potbelly,potbelly,5,5,5,5,0.10,0.7782,0.06,0.7782 pouncing,pouncing,6,5,4,3,0.12,0.8451,0.06,0.7782 pouts,pouts,5,5,5,5,0.10,0.7782,0.06,0.7782 powdery,powdery,5,5,5,5,0.10,0.7782,0.06,0.7782 pralines,pralines,7,5,4,3,0.14,0.9031,0.06,0.7782 pratfalls,pratfalls,6,5,6,5,0.12,0.8451,0.06,0.7782 precariously,precariously,5,5,5,5,0.10,0.7782,0.06,0.7782 precipitously,precipitously,5,5,5,5,0.10,0.7782,0.06,0.7782 precursors,precursors,5,5,5,5,0.10,0.7782,0.06,0.7782 predilections,predilections,7,5,7,5,0.14,0.9031,0.06,0.7782 preempted,preempted,5,5,5,5,0.10,0.7782,0.06,0.7782 preening,preening,5,5,5,5,0.10,0.7782,0.06,0.7782 prefecture,prefecture,17,5,17,5,0.33,1.2553,0.06,0.7782 preflight,preflight,5,5,5,5,0.10,0.7782,0.06,0.7782 Prelaunch,prelaunch,8,5,3,3,0.16,0.9542,0.06,0.7782 prelaw,prelaw,5,5,4,4,0.10,0.7782,0.06,0.7782 prelims,prelims,5,5,5,5,0.10,0.7782,0.06,0.7782 Prentice,prentice,42,5,2,1,0.82,1.6335,0.06,0.7782 prescribes,prescribes,5,5,5,5,0.10,0.7782,0.06,0.7782 presentiment,presentiment,5,5,5,5,0.10,0.7782,0.06,0.7782 preservers,preservers,5,5,5,5,0.10,0.7782,0.06,0.7782 presides,presides,5,5,5,5,0.10,0.7782,0.06,0.7782 pressurised,pressurised,5,5,3,3,0.10,0.7782,0.06,0.7782 prestidigitation,prestidigitation,7,5,6,5,0.14,0.9031,0.06,0.7782 presuppose,presuppose,5,5,5,5,0.10,0.7782,0.06,0.7782 presupposes,presupposes,5,5,5,5,0.10,0.7782,0.06,0.7782 prettily,prettily,5,5,5,5,0.10,0.7782,0.06,0.7782 prewar,prewar,6,5,5,4,0.12,0.8451,0.06,0.7782 prideful,prideful,5,5,5,5,0.10,0.7782,0.06,0.7782 priggish,priggish,5,5,5,5,0.10,0.7782,0.06,0.7782 primes,primes,8,5,7,4,0.16,0.9542,0.06,0.7782 prioritizing,prioritizing,5,5,4,4,0.10,0.7782,0.06,0.7782 privation,privation,5,5,5,5,0.10,0.7782,0.06,0.7782 procreating,procreating,5,5,5,5,0.10,0.7782,0.06,0.7782 professorial,professorial,5,5,5,5,0.10,0.7782,0.06,0.7782 professorship,professorship,5,5,5,5,0.10,0.7782,0.06,0.7782 profitably,profitably,5,5,5,5,0.10,0.7782,0.06,0.7782 profusion,profusion,5,5,5,5,0.10,0.7782,0.06,0.7782 progenitor,progenitor,10,5,7,4,0.20,1.0414,0.06,0.7782 pronouncement,pronouncement,6,5,6,5,0.12,0.8451,0.06,0.7782 propagating,propagating,5,5,5,5,0.10,0.7782,0.06,0.7782 propping,propping,5,5,4,4,0.10,0.7782,0.06,0.7782 propranolol,propranolol,18,5,13,3,0.35,1.2788,0.06,0.7782 prosthetics,prosthetics,5,5,5,5,0.10,0.7782,0.06,0.7782 prototypical,prototypical,7,5,7,5,0.14,0.9031,0.06,0.7782 provenance,provenance,9,5,9,5,0.18,1.0000,0.06,0.7782 prowls,prowls,5,5,5,5,0.10,0.7782,0.06,0.7782 proximally,proximally,5,5,5,5,0.10,0.7782,0.06,0.7782 proximate,proximate,5,5,5,5,0.10,0.7782,0.06,0.7782 Pshaw,pshaw,5,5,2,2,0.10,0.7782,0.06,0.7782 psyches,psyches,5,5,5,5,0.10,0.7782,0.06,0.7782 psychoanalyze,psychoanalyze,5,5,5,5,0.10,0.7782,0.06,0.7782 psychosexual,psychosexual,7,5,6,5,0.14,0.9031,0.06,0.7782 Ptolemy,ptolemy,8,5,0,0,0.16,0.9542,0.06,0.7782 ptomaine,ptomaine,7,5,7,5,0.14,0.9031,0.06,0.7782 pud,pud,6,5,6,5,0.12,0.8451,0.06,0.7782 puddy,puddy,8,5,7,4,0.16,0.9542,0.06,0.7782 puffiness,puffiness,6,5,6,5,0.12,0.8451,0.06,0.7782 puka,puka,5,5,5,5,0.10,0.7782,0.06,0.7782 puller,puller,9,5,9,5,0.18,1.0000,0.06,0.7782 pulsed,pulsed,5,5,4,4,0.10,0.7782,0.06,0.7782 Punisher,punisher,14,5,1,1,0.27,1.1761,0.06,0.7782 punter,punter,5,5,5,5,0.10,0.7782,0.06,0.7782 pupillary,pupillary,5,5,4,4,0.10,0.7782,0.06,0.7782 purchaser,purchaser,5,5,5,5,0.10,0.7782,0.06,0.7782 purifier,purifier,10,5,8,4,0.20,1.0414,0.06,0.7782 purl,purl,6,5,6,5,0.12,0.8451,0.06,0.7782 purported,purported,5,5,4,4,0.10,0.7782,0.06,0.7782 pushier,pushier,5,5,5,5,0.10,0.7782,0.06,0.7782 puttering,puttering,6,5,6,5,0.12,0.8451,0.06,0.7782 putters,putters,5,5,5,5,0.10,0.7782,0.06,0.7782 putts,putts,5,5,5,5,0.10,0.7782,0.06,0.7782 Pythagoras,pythagoras,9,5,0,0,0.18,1.0000,0.06,0.7782 Pythia,pythia,8,5,0,0,0.16,0.9542,0.06,0.7782 Qs,qs,5,5,0,0,0.10,0.7782,0.06,0.7782 quadratic,quadratic,5,5,3,3,0.10,0.7782,0.06,0.7782 quakes,quakes,6,5,6,5,0.12,0.8451,0.06,0.7782 qualifier,qualifier,7,5,7,5,0.14,0.9031,0.06,0.7782 quartering,quartering,5,5,3,3,0.10,0.7782,0.06,0.7782 Quatorze,quatorze,5,5,2,2,0.10,0.7782,0.06,0.7782 queerly,queerly,5,5,5,5,0.10,0.7782,0.06,0.7782 quenched,quenched,5,5,4,4,0.10,0.7782,0.06,0.7782 querido,querido,7,5,5,3,0.14,0.9031,0.06,0.7782 ques,ques,5,5,4,4,0.10,0.7782,0.06,0.7782 quickened,quickened,5,5,5,5,0.10,0.7782,0.06,0.7782 quippy,quippy,5,5,5,5,0.10,0.7782,0.06,0.7782 quixotic,quixotic,7,5,4,3,0.14,0.9031,0.06,0.7782 quotable,quotable,5,5,5,5,0.10,0.7782,0.06,0.7782 racecourse,racecourse,8,5,7,5,0.16,0.9542,0.06,0.7782 Raceway,raceway,8,5,2,1,0.16,0.9542,0.06,0.7782 radiates,radiates,5,5,5,5,0.10,0.7782,0.06,0.7782 raison,raison,5,5,5,5,0.10,0.7782,0.06,0.7782 ramping,ramping,5,5,4,4,0.10,0.7782,0.06,0.7782 rapacious,rapacious,5,5,5,5,0.10,0.7782,0.06,0.7782 rappel,rappel,6,5,6,5,0.12,0.8451,0.06,0.7782 ravin,ravin,5,5,5,5,0.10,0.7782,0.06,0.7782 Razzle,razzle,8,5,2,2,0.16,0.9542,0.06,0.7782 razzmatazz,razzmatazz,6,5,3,3,0.12,0.8451,0.06,0.7782 readjusted,readjusted,7,5,7,5,0.14,0.9031,0.06,0.7782 reaffirmed,reaffirmed,5,5,5,5,0.10,0.7782,0.06,0.7782 reassigning,reassigning,5,5,5,5,0.10,0.7782,0.06,0.7782 rebounded,rebounded,5,5,5,5,0.10,0.7782,0.06,0.7782 rebounding,rebounding,7,5,6,5,0.14,0.9031,0.06,0.7782 rebuffed,rebuffed,5,5,5,5,0.10,0.7782,0.06,0.7782 Recapping,recapping,5,5,2,2,0.10,0.7782,0.06,0.7782 recapturing,recapturing,5,5,4,4,0.10,0.7782,0.06,0.7782 receivership,receivership,5,5,5,5,0.10,0.7782,0.06,0.7782 rechecking,rechecking,6,5,5,5,0.12,0.8451,0.06,0.7782 recitations,recitations,6,5,6,5,0.12,0.8451,0.06,0.7782 reclined,reclined,5,5,5,5,0.10,0.7782,0.06,0.7782 recoilless,recoilless,6,5,6,5,0.12,0.8451,0.06,0.7782 recoils,recoils,5,5,5,5,0.10,0.7782,0.06,0.7782 reconfirm,reconfirm,5,5,4,4,0.10,0.7782,0.06,0.7782 recoverable,recoverable,5,5,5,5,0.10,0.7782,0.06,0.7782 rectally,rectally,6,5,4,4,0.12,0.8451,0.06,0.7782 rectus,rectus,5,5,5,5,0.10,0.7782,0.06,0.7782 recuperated,recuperated,6,5,6,5,0.12,0.8451,0.06,0.7782 recuperative,recuperative,5,5,5,5,0.10,0.7782,0.06,0.7782 recyclables,recyclables,5,5,5,5,0.10,0.7782,0.06,0.7782 redeemable,redeemable,5,5,5,5,0.10,0.7782,0.06,0.7782 redefining,redefining,5,5,4,4,0.10,0.7782,0.06,0.7782 redistribute,redistribute,8,5,8,5,0.16,0.9542,0.06,0.7782 redoubled,redoubled,7,5,6,5,0.14,0.9031,0.06,0.7782 redraw,redraw,7,5,5,3,0.14,0.9031,0.06,0.7782 reductions,reductions,5,5,5,5,0.10,0.7782,0.06,0.7782 redwoods,redwoods,5,5,4,4,0.10,0.7782,0.06,0.7782 reenacted,reenacted,5,5,5,5,0.10,0.7782,0.06,0.7782 reevaluation,reevaluation,5,5,5,5,0.10,0.7782,0.06,0.7782 referendum,referendum,5,5,5,5,0.10,0.7782,0.06,0.7782 reflectively,reflectively,7,5,7,5,0.14,0.9031,0.06,0.7782 reflectors,reflectors,7,5,7,5,0.14,0.9031,0.06,0.7782 refocused,refocused,5,5,5,5,0.10,0.7782,0.06,0.7782 reformers,reformers,6,5,6,5,0.12,0.8451,0.06,0.7782 refrained,refrained,5,5,5,5,0.10,0.7782,0.06,0.7782 refutes,refutes,5,5,5,5,0.10,0.7782,0.06,0.7782 regaled,regaled,5,5,5,5,0.10,0.7782,0.06,0.7782 regalia,regalia,6,5,4,4,0.12,0.8451,0.06,0.7782 regenerative,regenerative,5,5,5,5,0.10,0.7782,0.06,0.7782 reindeers,reindeers,5,5,5,5,0.10,0.7782,0.06,0.7782 rejoining,rejoining,5,5,5,5,0.10,0.7782,0.06,0.7782 rejuvenate,rejuvenate,7,5,4,4,0.14,0.9031,0.06,0.7782 relevancy,relevancy,5,5,5,5,0.10,0.7782,0.06,0.7782 relinquishes,relinquishes,5,5,5,5,0.10,0.7782,0.06,0.7782 relinquishing,relinquishing,7,5,7,5,0.14,0.9031,0.06,0.7782 relishing,relishing,5,5,5,5,0.10,0.7782,0.06,0.7782 remainders,remainders,6,5,6,5,0.12,0.8451,0.06,0.7782 remarrying,remarrying,6,5,6,5,0.12,0.8451,0.06,0.7782 remit,remit,7,5,7,5,0.14,0.9031,0.06,0.7782 remitted,remitted,8,5,8,5,0.16,0.9542,0.06,0.7782 remorseless,remorseless,5,5,4,4,0.10,0.7782,0.06,0.7782 rendezvoused,rendezvoused,5,5,5,5,0.10,0.7782,0.06,0.7782 renegotiation,renegotiation,6,5,5,4,0.12,0.8451,0.06,0.7782 reopens,reopens,6,5,6,5,0.12,0.8451,0.06,0.7782 reparation,reparation,6,5,4,4,0.12,0.8451,0.06,0.7782 repetitions,repetitions,5,5,5,5,0.10,0.7782,0.06,0.7782 rephrasing,rephrasing,5,5,4,4,0.10,0.7782,0.06,0.7782 replanting,replanting,7,5,5,5,0.14,0.9031,0.06,0.7782 replicas,replicas,6,5,6,5,0.12,0.8451,0.06,0.7782 replying,replying,7,5,7,5,0.14,0.9031,0.06,0.7782 repped,repped,7,5,7,5,0.14,0.9031,0.06,0.7782 reproaches,reproaches,6,5,5,4,0.12,0.8451,0.06,0.7782 rescinding,rescinding,7,5,6,5,0.14,0.9031,0.06,0.7782 resecting,resecting,5,5,5,5,0.10,0.7782,0.06,0.7782 resections,resections,7,5,7,5,0.14,0.9031,0.06,0.7782 resettlement,resettlement,5,5,4,4,0.10,0.7782,0.06,0.7782 resided,resided,7,5,7,5,0.14,0.9031,0.06,0.7782 resilience,resilience,7,5,5,3,0.14,0.9031,0.06,0.7782 resistors,resistors,5,5,5,5,0.10,0.7782,0.06,0.7782 resonant,resonant,6,5,5,5,0.12,0.8451,0.06,0.7782 respectably,respectably,5,5,4,4,0.10,0.7782,0.06,0.7782 respirators,respirators,6,5,6,5,0.12,0.8451,0.06,0.7782 restarts,restarts,5,5,5,5,0.10,0.7782,0.06,0.7782 resurfacing,resurfacing,5,5,5,5,0.10,0.7782,0.06,0.7782 retaken,retaken,5,5,5,5,0.10,0.7782,0.06,0.7782 retaking,retaking,7,5,7,5,0.14,0.9031,0.06,0.7782 retardant,retardant,5,5,5,5,0.10,0.7782,0.06,0.7782 retested,retested,5,5,5,5,0.10,0.7782,0.06,0.7782 Retinitis,retinitis,5,5,2,2,0.10,0.7782,0.06,0.7782 retrain,retrain,5,5,5,5,0.10,0.7782,0.06,0.7782 retread,retread,5,5,4,4,0.10,0.7782,0.06,0.7782 reupholstering,reupholstering,5,5,5,5,0.10,0.7782,0.06,0.7782 reusing,reusing,5,5,5,5,0.10,0.7782,0.06,0.7782 reviewers,reviewers,5,5,3,3,0.10,0.7782,0.06,0.7782 revitalizing,revitalizing,7,5,5,5,0.14,0.9031,0.06,0.7782 revives,revives,5,5,5,5,0.10,0.7782,0.06,0.7782 revolts,revolts,5,5,5,5,0.10,0.7782,0.06,0.7782 reworking,reworking,5,5,5,5,0.10,0.7782,0.06,0.7782 rhesus,rhesus,9,5,6,4,0.18,1.0000,0.06,0.7782 Rho,rho,7,5,1,1,0.14,0.9031,0.06,0.7782 ribald,ribald,8,5,7,5,0.16,0.9542,0.06,0.7782 riboflavin,riboflavin,6,5,5,5,0.12,0.8451,0.06,0.7782 ricochets,ricochets,5,5,5,5,0.10,0.7782,0.06,0.7782 ridiculing,ridiculing,5,5,4,4,0.10,0.7782,0.06,0.7782 Riga,riga,16,5,0,0,0.31,1.2304,0.06,0.7782 Rigel,rigel,8,5,0,0,0.16,0.9542,0.06,0.7782 riles,riles,5,5,4,4,0.10,0.7782,0.06,0.7782 ringworm,ringworm,5,5,4,4,0.10,0.7782,0.06,0.7782 Riped,riped,5,5,1,1,0.10,0.7782,0.06,0.7782 ripened,ripened,5,5,5,5,0.10,0.7782,0.06,0.7782 riposte,riposte,6,5,4,4,0.12,0.8451,0.06,0.7782 rit,rit,6,5,4,4,0.12,0.8451,0.06,0.7782 rivaling,rivaling,5,5,5,5,0.10,0.7782,0.06,0.7782 rivalries,rivalries,5,5,4,4,0.10,0.7782,0.06,0.7782 roadways,roadways,5,5,5,5,0.10,0.7782,0.06,0.7782 Roanoke,roanoke,8,5,0,0,0.16,0.9542,0.06,0.7782 robed,robed,5,5,4,4,0.10,0.7782,0.06,0.7782 Rolando,rolando,12,5,0,0,0.24,1.1139,0.06,0.7782 rollicking,rollicking,5,5,5,5,0.10,0.7782,0.06,0.7782 rollout,rollout,5,5,5,5,0.10,0.7782,0.06,0.7782 Rooks,rooks,41,5,4,3,0.80,1.6232,0.06,0.7782 roomers,roomers,6,5,6,5,0.12,0.8451,0.06,0.7782 roosting,roosting,5,5,5,5,0.10,0.7782,0.06,0.7782 Ros,ros,9,5,1,1,0.18,1.0000,0.06,0.7782 rosebush,rosebush,5,5,4,4,0.10,0.7782,0.06,0.7782 rote,rote,6,5,6,5,0.12,0.8451,0.06,0.7782 roubles,roubles,14,5,13,4,0.27,1.1761,0.06,0.7782 Rouen,rouen,26,5,0,0,0.51,1.4314,0.06,0.7782 Roundtree,roundtree,16,5,0,0,0.31,1.2304,0.06,0.7782 Rox,rox,6,5,0,0,0.12,0.8451,0.06,0.7782 Rubicon,rubicon,7,5,1,1,0.14,0.9031,0.06,0.7782 ruminate,ruminate,5,5,5,5,0.10,0.7782,0.06,0.7782 ruminating,ruminating,5,5,5,5,0.10,0.7782,0.06,0.7782 rummaged,rummaged,7,5,7,5,0.14,0.9031,0.06,0.7782 rumps,rumps,5,5,5,5,0.10,0.7782,0.06,0.7782 Ruskin,ruskin,27,5,0,0,0.53,1.4472,0.06,0.7782 ruthlessness,ruthlessness,5,5,4,4,0.10,0.7782,0.06,0.7782 Sabine,sabine,11,5,0,0,0.22,1.0792,0.06,0.7782 sadomasochist,sadomasochist,5,5,5,5,0.10,0.7782,0.06,0.7782 sadomasochistic,sadomasochistic,7,5,6,5,0.14,0.9031,0.06,0.7782 safaris,safaris,6,5,6,5,0.12,0.8451,0.06,0.7782 safecracking,safecracking,5,5,5,5,0.10,0.7782,0.06,0.7782 Sagan,sagan,8,5,0,0,0.16,0.9542,0.06,0.7782 sags,sags,5,5,4,4,0.10,0.7782,0.06,0.7782 saguaro,saguaro,7,5,5,4,0.14,0.9031,0.06,0.7782 Sala,sala,11,5,3,2,0.22,1.0792,0.06,0.7782 sallow,sallow,6,5,6,5,0.12,0.8451,0.06,0.7782 Salter,salter,6,5,0,0,0.12,0.8451,0.06,0.7782 saltier,saltier,5,5,4,4,0.10,0.7782,0.06,0.7782 saltshaker,saltshaker,6,5,6,5,0.12,0.8451,0.06,0.7782 samovar,samovar,7,5,6,5,0.14,0.9031,0.06,0.7782 samplers,samplers,6,5,6,5,0.12,0.8451,0.06,0.7782 sanctify,sanctify,5,5,4,4,0.10,0.7782,0.06,0.7782 sanctuaries,sanctuaries,5,5,5,5,0.10,0.7782,0.06,0.7782 sanguine,sanguine,7,5,6,5,0.14,0.9031,0.06,0.7782 Santee,santee,12,5,0,0,0.24,1.1139,0.06,0.7782 sappers,sappers,5,5,5,5,0.10,0.7782,0.06,0.7782 sardonic,sardonic,5,5,4,4,0.10,0.7782,0.06,0.7782 sare,sare,5,5,4,4,0.10,0.7782,0.06,0.7782 Sart,sart,6,5,0,0,0.12,0.8451,0.06,0.7782 sartorial,sartorial,6,5,4,4,0.12,0.8451,0.06,0.7782 satchels,satchels,5,5,5,5,0.10,0.7782,0.06,0.7782 sated,sated,5,5,5,5,0.10,0.7782,0.06,0.7782 satisfactions,satisfactions,5,5,5,5,0.10,0.7782,0.06,0.7782 sativa,sativa,9,5,5,5,0.18,1.0000,0.06,0.7782 satyr,satyr,29,5,28,5,0.57,1.4771,0.06,0.7782 satyrs,satyrs,5,5,5,5,0.10,0.7782,0.06,0.7782 saucier,saucier,9,5,7,4,0.18,1.0000,0.06,0.7782 saunas,saunas,5,5,5,5,0.10,0.7782,0.06,0.7782 sauteed,sauteed,5,5,4,4,0.10,0.7782,0.06,0.7782 savored,savored,5,5,5,5,0.10,0.7782,0.06,0.7782 saxophones,saxophones,6,5,4,4,0.12,0.8451,0.06,0.7782 saxophonist,saxophonist,6,5,6,5,0.12,0.8451,0.06,0.7782 scalawag,scalawag,6,5,6,5,0.12,0.8451,0.06,0.7782 scampi,scampi,20,5,19,5,0.39,1.3222,0.06,0.7782 scandalized,scandalized,5,5,5,5,0.10,0.7782,0.06,0.7782 scaphoid,scaphoid,5,5,3,3,0.10,0.7782,0.06,0.7782 scarab,scarab,16,5,14,4,0.31,1.2304,0.06,0.7782 Scarborough,scarborough,10,5,0,0,0.20,1.0414,0.06,0.7782 scattergun,scattergun,5,5,4,4,0.10,0.7782,0.06,0.7782 scatters,scatters,5,5,5,5,0.10,0.7782,0.06,0.7782 scepticism,scepticism,5,5,4,4,0.10,0.7782,0.06,0.7782 Scheherazade,scheherazade,5,5,0,0,0.10,0.7782,0.06,0.7782 schemer,schemer,9,5,5,4,0.18,1.0000,0.06,0.7782 Schick,schick,5,5,1,1,0.10,0.7782,0.06,0.7782 schlepped,schlepped,7,5,7,5,0.14,0.9031,0.06,0.7782 schmeer,schmeer,6,5,6,5,0.12,0.8451,0.06,0.7782 schoolbag,schoolbag,6,5,6,5,0.12,0.8451,0.06,0.7782 sconce,sconce,8,5,8,5,0.16,0.9542,0.06,0.7782 sconces,sconces,5,5,5,5,0.10,0.7782,0.06,0.7782 scorecards,scorecards,6,5,5,5,0.12,0.8451,0.06,0.7782 scornfully,scornfully,5,5,5,5,0.10,0.7782,0.06,0.7782 screeners,screeners,5,5,5,5,0.10,0.7782,0.06,0.7782 screenwriters,screenwriters,6,5,5,4,0.12,0.8451,0.06,0.7782 scribes,scribes,6,5,6,5,0.12,0.8451,0.06,0.7782 scrimping,scrimping,6,5,5,4,0.12,0.8451,0.06,0.7782 scrunchie,scrunchie,6,5,6,5,0.12,0.8451,0.06,0.7782 scrutinizing,scrutinizing,5,5,4,4,0.10,0.7782,0.06,0.7782 scurried,scurried,5,5,5,5,0.10,0.7782,0.06,0.7782 sealer,sealer,10,5,9,5,0.20,1.0414,0.06,0.7782 sealskin,sealskin,7,5,7,5,0.14,0.9031,0.06,0.7782 seamy,seamy,6,5,6,5,0.12,0.8451,0.06,0.7782 Searcher,searcher,17,5,3,3,0.33,1.2553,0.06,0.7782 seaward,seaward,6,5,4,4,0.12,0.8451,0.06,0.7782 sebaceous,sebaceous,5,5,4,4,0.10,0.7782,0.06,0.7782 secreting,secreting,5,5,5,5,0.10,0.7782,0.06,0.7782 sectionals,sectionals,12,5,11,4,0.24,1.1139,0.06,0.7782 sedge,sedge,6,5,5,4,0.12,0.8451,0.06,0.7782 seductress,seductress,5,5,5,5,0.10,0.7782,0.06,0.7782 seeding,seeding,8,5,8,5,0.16,0.9542,0.06,0.7782 seedling,seedling,5,5,5,5,0.10,0.7782,0.06,0.7782 seeped,seeped,5,5,5,5,0.10,0.7782,0.06,0.7782 seismographs,seismographs,8,5,7,4,0.16,0.9542,0.06,0.7782 seismologists,seismologists,6,5,3,3,0.12,0.8451,0.06,0.7782 selectmen,selectmen,9,5,9,5,0.18,1.0000,0.06,0.7782 semipro,semipro,5,5,5,5,0.10,0.7782,0.06,0.7782 sentients,sentients,5,5,5,5,0.10,0.7782,0.06,0.7782 separateness,separateness,7,5,7,5,0.14,0.9031,0.06,0.7782 seppuku,seppuku,6,5,5,4,0.12,0.8451,0.06,0.7782 Sept,sept,5,5,1,1,0.10,0.7782,0.06,0.7782 sequestering,sequestering,5,5,5,5,0.10,0.7782,0.06,0.7782 sequitur,sequitur,5,5,5,5,0.10,0.7782,0.06,0.7782 Sequoia,sequoia,7,5,0,0,0.14,0.9031,0.06,0.7782 ser,ser,9,5,6,4,0.18,1.0000,0.06,0.7782 serape,serape,5,5,5,5,0.10,0.7782,0.06,0.7782 seraphim,seraphim,6,5,4,3,0.12,0.8451,0.06,0.7782 servile,servile,6,5,5,5,0.12,0.8451,0.06,0.7782 severest,severest,5,5,5,5,0.10,0.7782,0.06,0.7782 sexed,sexed,6,5,6,5,0.12,0.8451,0.06,0.7782 sexiness,sexiness,5,5,4,4,0.10,0.7782,0.06,0.7782 sextant,sextant,8,5,8,5,0.16,0.9542,0.06,0.7782 sextet,sextet,6,5,5,4,0.12,0.8451,0.06,0.7782 sexualized,sexualized,6,5,6,5,0.12,0.8451,0.06,0.7782 Sg,sg,6,5,0,0,0.12,0.8451,0.06,0.7782 shallowness,shallowness,5,5,4,4,0.10,0.7782,0.06,0.7782 shams,shams,5,5,4,4,0.10,0.7782,0.06,0.7782 shapeless,shapeless,5,5,4,4,0.10,0.7782,0.06,0.7782 sharecroppers,sharecroppers,5,5,4,4,0.10,0.7782,0.06,0.7782 sharpies,sharpies,5,5,3,3,0.10,0.7782,0.06,0.7782 shavetail,shavetail,5,5,4,4,0.10,0.7782,0.06,0.7782 sheathe,sheathe,5,5,4,4,0.10,0.7782,0.06,0.7782 sheathed,sheathed,5,5,4,4,0.10,0.7782,0.06,0.7782 sheepish,sheepish,5,5,4,4,0.10,0.7782,0.06,0.7782 sheeting,sheeting,6,5,6,5,0.12,0.8451,0.06,0.7782 sheiks,sheiks,5,5,5,5,0.10,0.7782,0.06,0.7782 shellac,shellac,5,5,5,5,0.10,0.7782,0.06,0.7782 Sher,sher,8,5,0,0,0.16,0.9542,0.06,0.7782 shiksa,shiksa,7,5,6,4,0.14,0.9031,0.06,0.7782 Shim,shim,8,5,0,0,0.16,0.9542,0.06,0.7782 shinier,shinier,6,5,6,5,0.12,0.8451,0.06,0.7782 shippers,shippers,6,5,5,5,0.12,0.8451,0.06,0.7782 Shiraz,shiraz,6,5,0,0,0.12,0.8451,0.06,0.7782 shirttails,shirttails,7,5,6,5,0.14,0.9031,0.06,0.7782 shoestrings,shoestrings,5,5,5,5,0.10,0.7782,0.06,0.7782 Shoji,shoji,19,5,1,1,0.37,1.3010,0.06,0.7782 shopgirl,shopgirl,5,5,4,4,0.10,0.7782,0.06,0.7782 shoptalk,shoptalk,6,5,6,5,0.12,0.8451,0.06,0.7782 shortchanged,shortchanged,5,5,5,5,0.10,0.7782,0.06,0.7782 shortcoming,shortcoming,5,5,5,5,0.10,0.7782,0.06,0.7782 Shortie,shortie,11,5,3,2,0.22,1.0792,0.06,0.7782 shouldered,shouldered,5,5,5,5,0.10,0.7782,0.06,0.7782 shouldering,shouldering,6,5,6,5,0.12,0.8451,0.06,0.7782 shouldnt,shouldnt,8,5,7,5,0.16,0.9542,0.06,0.7782 showings,showings,5,5,5,5,0.10,0.7782,0.06,0.7782 showrooms,showrooms,5,5,5,5,0.10,0.7782,0.06,0.7782 shrimping,shrimping,21,5,17,4,0.41,1.3424,0.06,0.7782 Shriver,shriver,18,5,0,0,0.35,1.2788,0.06,0.7782 shrugged,shrugged,5,5,4,4,0.10,0.7782,0.06,0.7782 shrugs,shrugs,6,5,6,5,0.12,0.8451,0.06,0.7782 shucking,shucking,5,5,5,5,0.10,0.7782,0.06,0.7782 shuddered,shuddered,5,5,5,5,0.10,0.7782,0.06,0.7782 shuns,shuns,6,5,6,5,0.12,0.8451,0.06,0.7782 sickbed,sickbed,5,5,5,5,0.10,0.7782,0.06,0.7782 sickroom,sickroom,9,5,9,5,0.18,1.0000,0.06,0.7782 sidesaddle,sidesaddle,5,5,5,5,0.10,0.7782,0.06,0.7782 sifter,sifter,5,5,5,5,0.10,0.7782,0.06,0.7782 Signalman,signalman,9,5,4,3,0.18,1.0000,0.06,0.7782 signatories,signatories,7,5,6,5,0.14,0.9031,0.06,0.7782 signatory,signatory,5,5,5,5,0.10,0.7782,0.06,0.7782 signer,signer,5,5,5,5,0.10,0.7782,0.06,0.7782 Silesia,silesia,5,5,0,0,0.10,0.7782,0.06,0.7782 silica,silica,10,5,6,5,0.20,1.0414,0.06,0.7782 silicate,silicate,7,5,7,5,0.14,0.9031,0.06,0.7782 similes,similes,6,5,5,4,0.12,0.8451,0.06,0.7782 simoleons,simoleons,6,5,6,5,0.12,0.8451,0.06,0.7782 sipped,sipped,9,5,7,5,0.18,1.0000,0.06,0.7782 sippy,sippy,5,5,5,5,0.10,0.7782,0.06,0.7782 situate,situate,5,5,4,4,0.10,0.7782,0.06,0.7782 skag,skag,6,5,5,5,0.12,0.8451,0.06,0.7782 skelter,skelter,16,5,14,3,0.31,1.2304,0.06,0.7782 skinful,skinful,5,5,5,5,0.10,0.7782,0.06,0.7782 skirting,skirting,5,5,5,5,0.10,0.7782,0.06,0.7782 skits,skits,5,5,5,5,0.10,0.7782,0.06,0.7782 skittering,skittering,5,5,5,5,0.10,0.7782,0.06,0.7782 skullcap,skullcap,5,5,5,5,0.10,0.7782,0.06,0.7782 skullduggery,skullduggery,5,5,5,5,0.10,0.7782,0.06,0.7782 Skye,skye,14,5,0,0,0.27,1.1761,0.06,0.7782 skylarking,skylarking,5,5,5,5,0.10,0.7782,0.06,0.7782 skywriting,skywriting,7,5,7,5,0.14,0.9031,0.06,0.7782 slaphappy,slaphappy,5,5,3,3,0.10,0.7782,0.06,0.7782 Slattery,slattery,17,5,0,0,0.33,1.2553,0.06,0.7782 sleaziest,sleaziest,5,5,5,5,0.10,0.7782,0.06,0.7782 slicer,slicer,6,5,6,5,0.12,0.8451,0.06,0.7782 slimed,slimed,6,5,6,5,0.12,0.8451,0.06,0.7782 slinger,slinger,11,5,10,5,0.22,1.0792,0.06,0.7782 slingshots,slingshots,5,5,5,5,0.10,0.7782,0.06,0.7782 slipcovers,slipcovers,8,5,6,3,0.16,0.9542,0.06,0.7782 slobbery,slobbery,5,5,5,5,0.10,0.7782,0.06,0.7782 sloppiest,sloppiest,5,5,5,5,0.10,0.7782,0.06,0.7782 slosh,slosh,6,5,4,4,0.12,0.8451,0.06,0.7782 sloshed,sloshed,5,5,5,5,0.10,0.7782,0.06,0.7782 slotted,slotted,5,5,4,4,0.10,0.7782,0.06,0.7782 Slt,slt,5,5,1,1,0.10,0.7782,0.06,0.7782 slumps,slumps,7,5,7,5,0.14,0.9031,0.06,0.7782 slurps,slurps,5,5,3,3,0.10,0.7782,0.06,0.7782 smackeroos,smackeroos,6,5,6,5,0.12,0.8451,0.06,0.7782 smarties,smarties,5,5,4,4,0.10,0.7782,0.06,0.7782 smartness,smartness,5,5,4,4,0.10,0.7782,0.06,0.7782 smasher,smasher,6,5,4,4,0.12,0.8451,0.06,0.7782 smashup,smashup,6,5,6,5,0.12,0.8451,0.06,0.7782 smocks,smocks,5,5,5,5,0.10,0.7782,0.06,0.7782 snaking,snaking,6,5,5,5,0.12,0.8451,0.06,0.7782 Sniffy,sniffy,16,5,4,2,0.31,1.2304,0.06,0.7782 snipped,snipped,6,5,6,5,0.12,0.8451,0.06,0.7782 snippet,snippet,5,5,5,5,0.10,0.7782,0.06,0.7782 snivel,snivel,5,5,4,4,0.10,0.7782,0.06,0.7782 Snoops,snoops,21,5,4,4,0.41,1.3424,0.06,0.7782 snouts,snouts,6,5,6,5,0.12,0.8451,0.06,0.7782 snowblower,snowblower,16,5,13,4,0.31,1.2304,0.06,0.7782 snowsuit,snowsuit,6,5,5,4,0.12,0.8451,0.06,0.7782 snubbing,snubbing,6,5,4,4,0.12,0.8451,0.06,0.7782 snuffs,snuffs,5,5,5,5,0.10,0.7782,0.06,0.7782 socialise,socialise,5,5,5,5,0.10,0.7782,0.06,0.7782 socialized,socialized,6,5,6,5,0.12,0.8451,0.06,0.7782 socking,socking,6,5,5,4,0.12,0.8451,0.06,0.7782 sodomites,sodomites,6,5,3,3,0.12,0.8451,0.06,0.7782 softies,softies,5,5,5,5,0.10,0.7782,0.06,0.7782 soirees,soirees,5,5,5,5,0.10,0.7782,0.06,0.7782 soldierly,soldierly,5,5,4,4,0.10,0.7782,0.06,0.7782 somatic,somatic,6,5,6,5,0.12,0.8451,0.06,0.7782 sommelier,sommelier,6,5,4,4,0.12,0.8451,0.06,0.7782 soothed,soothed,5,5,4,4,0.10,0.7782,0.06,0.7782 sorghum,sorghum,8,5,7,5,0.16,0.9542,0.06,0.7782 souffles,souffles,9,5,9,5,0.18,1.0000,0.06,0.7782 soundproofing,soundproofing,6,5,6,5,0.12,0.8451,0.06,0.7782 souped,souped,5,5,5,5,0.10,0.7782,0.06,0.7782 soya,soya,8,5,7,4,0.16,0.9542,0.06,0.7782 spacemen,spacemen,5,5,5,5,0.10,0.7782,0.06,0.7782 spacesuit,spacesuit,6,5,6,5,0.12,0.8451,0.06,0.7782 spacesuits,spacesuits,7,5,7,5,0.14,0.9031,0.06,0.7782 spanned,spanned,5,5,5,5,0.10,0.7782,0.06,0.7782 sparerib,sparerib,5,5,5,5,0.10,0.7782,0.06,0.7782 spay,spay,6,5,6,5,0.12,0.8451,0.06,0.7782 speared,speared,5,5,4,4,0.10,0.7782,0.06,0.7782 Spearfish,spearfish,12,5,1,1,0.24,1.1139,0.06,0.7782 specialness,specialness,11,5,11,5,0.22,1.0792,0.06,0.7782 specification,specification,8,5,6,5,0.16,0.9542,0.06,0.7782 specificity,specificity,5,5,4,4,0.10,0.7782,0.06,0.7782 spectroscopy,spectroscopy,6,5,5,4,0.12,0.8451,0.06,0.7782 speculator,speculator,5,5,5,5,0.10,0.7782,0.06,0.7782 speechifying,speechifying,5,5,5,5,0.10,0.7782,0.06,0.7782 speechmaking,speechmaking,5,5,5,5,0.10,0.7782,0.06,0.7782 speechwriter,speechwriter,6,5,6,5,0.12,0.8451,0.06,0.7782 speeder,speeder,9,5,9,5,0.18,1.0000,0.06,0.7782 spina,spina,5,5,3,3,0.10,0.7782,0.06,0.7782 spiralling,spiralling,5,5,5,5,0.10,0.7782,0.06,0.7782 spire,spire,5,5,5,5,0.10,0.7782,0.06,0.7782 spiritualist,spiritualist,11,5,10,5,0.22,1.0792,0.06,0.7782 splashdown,splashdown,9,5,9,5,0.18,1.0000,0.06,0.7782 spoilers,spoilers,5,5,5,5,0.10,0.7782,0.06,0.7782 spoonfuls,spoonfuls,5,5,5,5,0.10,0.7782,0.06,0.7782 spotters,spotters,6,5,6,5,0.12,0.8451,0.06,0.7782 sprightly,sprightly,7,5,7,5,0.14,0.9031,0.06,0.7782 springy,springy,5,5,5,5,0.10,0.7782,0.06,0.7782 sprinter,sprinter,5,5,5,5,0.10,0.7782,0.06,0.7782 sprinters,sprinters,10,5,5,3,0.20,1.0414,0.06,0.7782 spurious,spurious,5,5,5,5,0.10,0.7782,0.06,0.7782 sputter,sputter,6,5,6,5,0.12,0.8451,0.06,0.7782 Sputters,sputters,5,5,2,2,0.10,0.7782,0.06,0.7782 squawked,squawked,5,5,5,5,0.10,0.7782,0.06,0.7782 squids,squids,7,5,5,5,0.14,0.9031,0.06,0.7782 squinty,squinty,6,5,6,5,0.12,0.8451,0.06,0.7782 Squirty,squirty,31,5,3,3,0.61,1.5051,0.06,0.7782 stabbings,stabbings,5,5,5,5,0.10,0.7782,0.06,0.7782 stabilised,stabilised,7,5,6,4,0.14,0.9031,0.06,0.7782 stagecoaches,stagecoaches,5,5,3,3,0.10,0.7782,0.06,0.7782 stagnation,stagnation,5,5,5,5,0.10,0.7782,0.06,0.7782 stags,stags,5,5,4,4,0.10,0.7782,0.06,0.7782 Stalag,stalag,17,5,3,1,0.33,1.2553,0.06,0.7782 stammered,stammered,7,5,6,5,0.14,0.9031,0.06,0.7782 stances,stances,5,5,5,5,0.10,0.7782,0.06,0.7782 standbys,standbys,5,5,5,5,0.10,0.7782,0.06,0.7782 stashes,stashes,5,5,5,5,0.10,0.7782,0.06,0.7782 statehood,statehood,16,5,16,5,0.31,1.2304,0.06,0.7782 stationmaster,stationmaster,8,5,8,5,0.16,0.9542,0.06,0.7782 staunchly,staunchly,5,5,5,5,0.10,0.7782,0.06,0.7782 steadies,steadies,6,5,5,5,0.12,0.8451,0.06,0.7782 stealers,stealers,5,5,5,5,0.10,0.7782,0.06,0.7782 Stebbins,stebbins,16,5,0,0,0.31,1.2304,0.06,0.7782 steels,steels,5,5,5,5,0.10,0.7782,0.06,0.7782 steeples,steeples,5,5,4,4,0.10,0.7782,0.06,0.7782 stegosaurus,stegosaurus,5,5,3,3,0.10,0.7782,0.06,0.7782 stellate,stellate,5,5,3,3,0.10,0.7782,0.06,0.7782 stenciled,stenciled,5,5,5,5,0.10,0.7782,0.06,0.7782 Steppers,steppers,20,5,3,3,0.39,1.3222,0.06,0.7782 stereophonic,stereophonic,5,5,4,4,0.10,0.7782,0.06,0.7782 stilled,stilled,5,5,5,5,0.10,0.7782,0.06,0.7782 stinkweed,stinkweed,6,5,6,5,0.12,0.8451,0.06,0.7782 Stirling,stirling,10,5,0,0,0.20,1.0414,0.06,0.7782 stirrings,stirrings,5,5,5,5,0.10,0.7782,0.06,0.7782 stockpiles,stockpiles,6,5,5,4,0.12,0.8451,0.06,0.7782 stoppers,stoppers,5,5,4,4,0.10,0.7782,0.06,0.7782 storybooks,storybooks,7,5,4,4,0.14,0.9031,0.06,0.7782 str,str,6,5,4,3,0.12,0.8451,0.06,0.7782 strafed,strafed,5,5,5,5,0.10,0.7782,0.06,0.7782 straightly,straightly,6,5,5,4,0.12,0.8451,0.06,0.7782 strategists,strategists,5,5,5,5,0.10,0.7782,0.06,0.7782 streaky,streaky,6,5,5,4,0.12,0.8451,0.06,0.7782 stria,stria,5,5,5,5,0.10,0.7782,0.06,0.7782 strictures,strictures,5,5,5,5,0.10,0.7782,0.06,0.7782 stringed,stringed,6,5,6,5,0.12,0.8451,0.06,0.7782 stringent,stringent,6,5,6,5,0.12,0.8451,0.06,0.7782 strongman,strongman,5,5,4,4,0.10,0.7782,0.06,0.7782 Stroud,stroud,54,5,0,0,1.06,1.7404,0.06,0.7782 structuring,structuring,5,5,5,5,0.10,0.7782,0.06,0.7782 Strums,strums,7,5,2,2,0.14,0.9031,0.06,0.7782 stupidities,stupidities,5,5,5,5,0.10,0.7782,0.06,0.7782 subjectivity,subjectivity,6,5,5,5,0.12,0.8451,0.06,0.7782 subjunctive,subjunctive,6,5,6,5,0.12,0.8451,0.06,0.7782 sublimate,sublimate,5,5,5,5,0.10,0.7782,0.06,0.7782 sublimated,sublimated,5,5,5,5,0.10,0.7782,0.06,0.7782 subroutine,subroutine,5,5,5,5,0.10,0.7782,0.06,0.7782 subsidiaries,subsidiaries,5,5,5,5,0.10,0.7782,0.06,0.7782 subsiding,subsiding,5,5,4,4,0.10,0.7782,0.06,0.7782 subsidy,subsidy,5,5,4,4,0.10,0.7782,0.06,0.7782 substantiation,substantiation,5,5,5,5,0.10,0.7782,0.06,0.7782 subversives,subversives,7,5,6,5,0.14,0.9031,0.06,0.7782 suckled,suckled,5,5,5,5,0.10,0.7782,0.06,0.7782 sud,sud,5,5,3,3,0.10,0.7782,0.06,0.7782 suffrage,suffrage,5,5,5,5,0.10,0.7782,0.06,0.7782 Sui,sui,20,5,0,0,0.39,1.3222,0.06,0.7782 suitability,suitability,5,5,5,5,0.10,0.7782,0.06,0.7782 summarise,summarise,6,5,6,5,0.12,0.8451,0.06,0.7782 summations,summations,5,5,5,5,0.10,0.7782,0.06,0.7782 summery,summery,6,5,6,5,0.12,0.8451,0.06,0.7782 summits,summits,5,5,5,5,0.10,0.7782,0.06,0.7782 sunburnt,sunburnt,5,5,4,4,0.10,0.7782,0.06,0.7782 sunlamp,sunlamp,6,5,4,4,0.12,0.8451,0.06,0.7782 superheated,superheated,7,5,7,5,0.14,0.9031,0.06,0.7782 superhighway,superhighway,5,5,5,5,0.10,0.7782,0.06,0.7782 superlatives,superlatives,5,5,5,5,0.10,0.7782,0.06,0.7782 supersecret,supersecret,5,5,4,4,0.10,0.7782,0.06,0.7782 supersize,supersize,5,5,3,3,0.10,0.7782,0.06,0.7782 supersized,supersized,5,5,5,5,0.10,0.7782,0.06,0.7782 supped,supped,5,5,5,5,0.10,0.7782,0.06,0.7782 supplanted,supplanted,5,5,5,5,0.10,0.7782,0.06,0.7782 supplication,supplication,6,5,6,5,0.12,0.8451,0.06,0.7782 surcease,surcease,5,5,3,3,0.10,0.7782,0.06,0.7782 surnames,surnames,5,5,5,5,0.10,0.7782,0.06,0.7782 surrealistic,surrealistic,11,5,10,5,0.22,1.0792,0.06,0.7782 survivalist,survivalist,5,5,5,5,0.10,0.7782,0.06,0.7782 susceptibility,susceptibility,5,5,5,5,0.10,0.7782,0.06,0.7782 sustainable,sustainable,7,5,7,5,0.14,0.9031,0.06,0.7782 svelte,svelte,5,5,5,5,0.10,0.7782,0.06,0.7782 swatters,swatters,7,5,7,5,0.14,0.9031,0.06,0.7782 swindlers,swindlers,6,5,6,5,0.12,0.8451,0.06,0.7782 swirled,swirled,5,5,5,5,0.10,0.7782,0.06,0.7782 swordsmanship,swordsmanship,9,5,8,5,0.18,1.0000,0.06,0.7782 sycophant,sycophant,7,5,7,5,0.14,0.9031,0.06,0.7782 symbolises,symbolises,5,5,5,5,0.10,0.7782,0.06,0.7782 symbolized,symbolized,5,5,5,5,0.10,0.7782,0.06,0.7782 symbolizing,symbolizing,5,5,5,5,0.10,0.7782,0.06,0.7782 symmetric,symmetric,5,5,4,4,0.10,0.7782,0.06,0.7782 syncopated,syncopated,5,5,5,5,0.10,0.7782,0.06,0.7782 syphilitic,syphilitic,5,5,3,3,0.10,0.7782,0.06,0.7782 Syrian,syrian,9,5,0,0,0.18,1.0000,0.06,0.7782 tachyon,tachyon,6,5,4,4,0.12,0.8451,0.06,0.7782 tailwinds,tailwinds,8,5,5,5,0.16,0.9542,0.06,0.7782 tallow,tallow,5,5,5,5,0.10,0.7782,0.06,0.7782 Tangier,tangier,11,5,1,1,0.22,1.0792,0.06,0.7782 tangling,tangling,5,5,5,5,0.10,0.7782,0.06,0.7782 tangos,tangos,5,5,5,5,0.10,0.7782,0.06,0.7782 tanking,tanking,5,5,5,5,0.10,0.7782,0.06,0.7782 tannins,tannins,12,5,11,5,0.24,1.1139,0.06,0.7782 Taoist,taoist,11,5,0,0,0.22,1.0792,0.06,0.7782 tapas,tapas,5,5,5,5,0.10,0.7782,0.06,0.7782 tarantella,tarantella,6,5,4,3,0.12,0.8451,0.06,0.7782 tarpon,tarpon,9,5,5,3,0.18,1.0000,0.06,0.7782 tarring,tarring,6,5,6,5,0.12,0.8451,0.06,0.7782 tasking,tasking,8,5,8,5,0.16,0.9542,0.06,0.7782 tastier,tastier,5,5,5,5,0.10,0.7782,0.06,0.7782 tatters,tatters,5,5,5,5,0.10,0.7782,0.06,0.7782 tattling,tattling,5,5,5,5,0.10,0.7782,0.06,0.7782 taxied,taxied,5,5,5,5,0.10,0.7782,0.06,0.7782 tearjerker,tearjerker,5,5,5,5,0.10,0.7782,0.06,0.7782 teaspoonful,teaspoonful,6,5,6,5,0.12,0.8451,0.06,0.7782 teepees,teepees,5,5,5,5,0.10,0.7782,0.06,0.7782 teeter,teeter,5,5,4,4,0.10,0.7782,0.06,0.7782 telegenic,telegenic,6,5,6,5,0.12,0.8451,0.06,0.7782 telegraphy,telegraphy,5,5,5,5,0.10,0.7782,0.06,0.7782 tenet,tenet,6,5,6,5,0.12,0.8451,0.06,0.7782 Teng,teng,18,5,0,0,0.35,1.2788,0.06,0.7782 Terminators,terminators,7,5,2,2,0.14,0.9031,0.06,0.7782 terr,terr,6,5,5,4,0.12,0.8451,0.06,0.7782 terracotta,terracotta,5,5,3,3,0.10,0.7782,0.06,0.7782 Terran,terran,7,5,0,0,0.14,0.9031,0.06,0.7782 terrarium,terrarium,11,5,11,5,0.22,1.0792,0.06,0.7782 terrycloth,terrycloth,5,5,5,5,0.10,0.7782,0.06,0.7782 tetched,tetched,5,5,5,5,0.10,0.7782,0.06,0.7782 thatched,thatched,5,5,4,4,0.10,0.7782,0.06,0.7782 Theseus,theseus,8,5,0,0,0.16,0.9542,0.06,0.7782 thicken,thicken,5,5,5,5,0.10,0.7782,0.06,0.7782 thinness,thinness,5,5,4,4,0.10,0.7782,0.06,0.7782 thresher,thresher,11,5,10,5,0.22,1.0792,0.06,0.7782 throngs,throngs,5,5,5,5,0.10,0.7782,0.06,0.7782 thundered,thundered,8,5,8,5,0.16,0.9542,0.06,0.7782 Tib,tib,9,5,3,3,0.18,1.0000,0.06,0.7782 Tiber,tiber,8,5,0,0,0.16,0.9542,0.06,0.7782 Tickler,tickler,11,5,5,2,0.22,1.0792,0.06,0.7782 tilling,tilling,7,5,7,5,0.14,0.9031,0.06,0.7782 timecards,timecards,6,5,6,5,0.12,0.8451,0.06,0.7782 timepieces,timepieces,6,5,5,4,0.12,0.8451,0.06,0.7782 tine,tine,9,5,8,4,0.18,1.0000,0.06,0.7782 tines,tines,7,5,7,5,0.14,0.9031,0.06,0.7782 tinkered,tinkered,7,5,7,5,0.14,0.9031,0.06,0.7782 tipsters,tipsters,10,5,8,4,0.20,1.0414,0.06,0.7782 titch,titch,5,5,4,4,0.10,0.7782,0.06,0.7782 toffs,toffs,7,5,6,4,0.14,0.9031,0.06,0.7782 Togo,togo,10,5,1,1,0.20,1.0414,0.06,0.7782 toilette,toilette,5,5,5,5,0.10,0.7782,0.06,0.7782 tolerably,tolerably,5,5,3,3,0.10,0.7782,0.06,0.7782 Tomcats,tomcats,9,5,2,2,0.18,1.0000,0.06,0.7782 tomcatting,tomcatting,5,5,4,4,0.10,0.7782,0.06,0.7782 tommies,tommies,8,5,4,3,0.16,0.9542,0.06,0.7782 tonguing,tonguing,5,5,5,5,0.10,0.7782,0.06,0.7782 topflight,topflight,5,5,4,4,0.10,0.7782,0.06,0.7782 topknot,topknot,8,5,7,5,0.16,0.9542,0.06,0.7782 topsail,topsail,7,5,7,5,0.14,0.9031,0.06,0.7782 Tora,tora,10,5,0,0,0.20,1.0414,0.06,0.7782 Toros,toros,57,5,2,2,1.12,1.7634,0.06,0.7782 tossup,tossup,5,5,5,5,0.10,0.7782,0.06,0.7782 totalling,totalling,5,5,5,5,0.10,0.7782,0.06,0.7782 tradesmen,tradesmen,5,5,5,5,0.10,0.7782,0.06,0.7782 traffics,traffics,6,5,6,5,0.12,0.8451,0.06,0.7782 trances,trances,9,5,7,5,0.18,1.0000,0.06,0.7782 tranquillisers,tranquillisers,5,5,4,4,0.10,0.7782,0.06,0.7782 transgressors,transgressors,5,5,5,5,0.10,0.7782,0.06,0.7782 transitive,transitive,6,5,6,5,0.12,0.8451,0.06,0.7782 transom,transom,6,5,6,5,0.12,0.8451,0.06,0.7782 transparency,transparency,5,5,5,5,0.10,0.7782,0.06,0.7782 transposition,transposition,5,5,4,4,0.10,0.7782,0.06,0.7782 trawl,trawl,5,5,4,4,0.10,0.7782,0.06,0.7782 treasonable,treasonable,6,5,6,5,0.12,0.8451,0.06,0.7782 treeline,treeline,7,5,7,5,0.14,0.9031,0.06,0.7782 triangulating,triangulating,5,5,4,4,0.10,0.7782,0.06,0.7782 trice,trice,6,5,3,3,0.12,0.8451,0.06,0.7782 trickled,trickled,6,5,6,5,0.12,0.8451,0.06,0.7782 trills,trills,5,5,4,4,0.10,0.7782,0.06,0.7782 Trin,trin,8,5,2,1,0.16,0.9542,0.06,0.7782 trippingly,trippingly,5,5,5,5,0.10,0.7782,0.06,0.7782 triviality,triviality,5,5,5,5,0.10,0.7782,0.06,0.7782 Truelove,truelove,5,5,2,2,0.10,0.7782,0.06,0.7782 trumpeters,trumpeters,5,5,3,3,0.10,0.7782,0.06,0.7782 Tsetse,tsetse,14,5,6,4,0.27,1.1761,0.06,0.7782 Tubal,tubal,15,5,4,3,0.29,1.2041,0.06,0.7782 Tufts,tufts,8,5,1,1,0.16,0.9542,0.06,0.7782 tumbleweeds,tumbleweeds,5,5,5,5,0.10,0.7782,0.06,0.7782 tuneless,tuneless,5,5,5,5,0.10,0.7782,0.06,0.7782 tunneled,tunneled,5,5,5,5,0.10,0.7782,0.06,0.7782 turbans,turbans,6,5,6,5,0.12,0.8451,0.06,0.7782 Tutankhamen,tutankhamen,12,5,0,0,0.24,1.1139,0.06,0.7782 tutorials,tutorials,5,5,5,5,0.10,0.7782,0.06,0.7782 twant,twant,5,5,5,5,0.10,0.7782,0.06,0.7782 twere,twere,8,5,7,4,0.16,0.9542,0.06,0.7782 Twinkles,twinkles,5,5,2,2,0.10,0.7782,0.06,0.7782 twirls,twirls,5,5,5,5,0.10,0.7782,0.06,0.7782 twittering,twittering,6,5,5,4,0.12,0.8451,0.06,0.7782 typecast,typecast,8,5,7,4,0.16,0.9542,0.06,0.7782 Ukrainians,ukrainians,7,5,0,0,0.14,0.9031,0.06,0.7782 ukuleles,ukuleles,6,5,6,5,0.12,0.8451,0.06,0.7782 ulcerated,ulcerated,5,5,5,5,0.10,0.7782,0.06,0.7782 unalterable,unalterable,5,5,4,4,0.10,0.7782,0.06,0.7782 unanswerable,unanswerable,5,5,5,5,0.10,0.7782,0.06,0.7782 unashamed,unashamed,6,5,5,4,0.12,0.8451,0.06,0.7782 unassigned,unassigned,5,5,5,5,0.10,0.7782,0.06,0.7782 unavenged,unavenged,5,5,4,4,0.10,0.7782,0.06,0.7782 unbeaten,unbeaten,6,5,4,4,0.12,0.8451,0.06,0.7782 unbelieving,unbelieving,5,5,5,5,0.10,0.7782,0.06,0.7782 unbounded,unbounded,7,5,7,5,0.14,0.9031,0.06,0.7782 unbowed,unbowed,5,5,5,5,0.10,0.7782,0.06,0.7782 unbuckled,unbuckled,12,5,12,5,0.24,1.1139,0.06,0.7782 unburdened,unburdened,5,5,5,5,0.10,0.7782,0.06,0.7782 unceasingly,unceasingly,5,5,5,5,0.10,0.7782,0.06,0.7782 unceremonious,unceremonious,6,5,5,4,0.12,0.8451,0.06,0.7782 unceremoniously,unceremoniously,5,5,4,4,0.10,0.7782,0.06,0.7782 uncharacteristic,uncharacteristic,5,5,5,5,0.10,0.7782,0.06,0.7782 unchristian,unchristian,7,5,5,5,0.14,0.9031,0.06,0.7782 uncivilised,uncivilised,5,5,5,5,0.10,0.7782,0.06,0.7782 uncommitted,uncommitted,6,5,6,5,0.12,0.8451,0.06,0.7782 uncommunicative,uncommunicative,5,5,5,5,0.10,0.7782,0.06,0.7782 uncontested,uncontested,5,5,5,5,0.10,0.7782,0.06,0.7782 unconvincing,unconvincing,5,5,5,5,0.10,0.7782,0.06,0.7782 uncooked,uncooked,5,5,5,5,0.10,0.7782,0.06,0.7782 uncross,uncross,5,5,4,4,0.10,0.7782,0.06,0.7782 unction,unction,8,5,7,4,0.16,0.9542,0.06,0.7782 undemanding,undemanding,6,5,6,5,0.12,0.8451,0.06,0.7782 undependable,undependable,7,5,4,4,0.14,0.9031,0.06,0.7782 underachievers,underachievers,5,5,5,5,0.10,0.7782,0.06,0.7782 underarms,underarms,5,5,4,4,0.10,0.7782,0.06,0.7782 underclothes,underclothes,5,5,5,5,0.10,0.7782,0.06,0.7782 undercoating,undercoating,5,5,3,3,0.10,0.7782,0.06,0.7782 undergarment,undergarment,7,5,6,4,0.14,0.9031,0.06,0.7782 undergraduates,undergraduates,6,5,6,5,0.12,0.8451,0.06,0.7782 undershirts,undershirts,5,5,5,5,0.10,0.7782,0.06,0.7782 undersigned,undersigned,5,5,5,5,0.10,0.7782,0.06,0.7782 understate,understate,5,5,5,5,0.10,0.7782,0.06,0.7782 underwhelming,underwhelming,5,5,4,4,0.10,0.7782,0.06,0.7782 undreamed,undreamed,5,5,5,5,0.10,0.7782,0.06,0.7782 undulating,undulating,5,5,4,4,0.10,0.7782,0.06,0.7782 unexposed,unexposed,5,5,5,5,0.10,0.7782,0.06,0.7782 unfitness,unfitness,5,5,5,5,0.10,0.7782,0.06,0.7782 unidentifiable,unidentifiable,6,5,6,5,0.12,0.8451,0.06,0.7782 uninjured,uninjured,5,5,5,5,0.10,0.7782,0.06,0.7782 uninterested,uninterested,5,5,5,5,0.10,0.7782,0.06,0.7782 uninvite,uninvite,6,5,6,5,0.12,0.8451,0.06,0.7782 unionize,unionize,5,5,4,4,0.10,0.7782,0.06,0.7782 unkindly,unkindly,5,5,5,5,0.10,0.7782,0.06,0.7782 unlovable,unlovable,5,5,5,5,0.10,0.7782,0.06,0.7782 unobtainable,unobtainable,6,5,6,5,0.12,0.8451,0.06,0.7782 unplugging,unplugging,6,5,5,4,0.12,0.8451,0.06,0.7782 unread,unread,5,5,4,4,0.10,0.7782,0.06,0.7782 unreadable,unreadable,6,5,6,5,0.12,0.8451,0.06,0.7782 unreality,unreality,5,5,5,5,0.10,0.7782,0.06,0.7782 unrehearsed,unrehearsed,5,5,5,5,0.10,0.7782,0.06,0.7782 unrolled,unrolled,6,5,6,5,0.12,0.8451,0.06,0.7782 unscrewing,unscrewing,5,5,4,4,0.10,0.7782,0.06,0.7782 unseasonably,unseasonably,5,5,5,5,0.10,0.7782,0.06,0.7782 unsinkable,unsinkable,5,5,3,3,0.10,0.7782,0.06,0.7782 unsociable,unsociable,6,5,6,5,0.12,0.8451,0.06,0.7782 unsportsmanlike,unsportsmanlike,6,5,5,5,0.12,0.8451,0.06,0.7782 unsuited,unsuited,5,5,5,5,0.10,0.7782,0.06,0.7782 untainted,untainted,5,5,4,4,0.10,0.7782,0.06,0.7782 untangling,untangling,5,5,5,5,0.10,0.7782,0.06,0.7782 untiring,untiring,6,5,6,5,0.12,0.8451,0.06,0.7782 untruth,untruth,5,5,5,5,0.10,0.7782,0.06,0.7782 untutored,untutored,5,5,5,5,0.10,0.7782,0.06,0.7782 unum,unum,11,5,7,3,0.22,1.0792,0.06,0.7782 unveils,unveils,5,5,5,5,0.10,0.7782,0.06,0.7782 unwinds,unwinds,6,5,6,5,0.12,0.8451,0.06,0.7782 uprights,uprights,5,5,5,5,0.10,0.7782,0.06,0.7782 upstair,upstair,5,5,4,4,0.10,0.7782,0.06,0.7782 upwardly,upwardly,6,5,6,5,0.12,0.8451,0.06,0.7782 upwith,upwith,6,5,6,5,0.12,0.8451,0.06,0.7782 uselessness,uselessness,5,5,5,5,0.10,0.7782,0.06,0.7782 ushered,ushered,5,5,5,5,0.10,0.7782,0.06,0.7782 Uva,uva,6,5,0,0,0.12,0.8451,0.06,0.7782 valerian,valerian,5,5,4,4,0.10,0.7782,0.06,0.7782 validating,validating,5,5,5,5,0.10,0.7782,0.06,0.7782 valkyrie,valkyrie,7,5,4,2,0.14,0.9031,0.06,0.7782 vaporizer,vaporizer,5,5,5,5,0.10,0.7782,0.06,0.7782 varlets,varlets,5,5,5,5,0.10,0.7782,0.06,0.7782 varnished,varnished,5,5,5,5,0.10,0.7782,0.06,0.7782 vasovagal,vasovagal,5,5,5,5,0.10,0.7782,0.06,0.7782 vaudevillian,vaudevillian,5,5,5,5,0.10,0.7782,0.06,0.7782 venoms,venoms,5,5,3,3,0.10,0.7782,0.06,0.7782 verbose,verbose,6,5,5,5,0.12,0.8451,0.06,0.7782 Verdugo,verdugo,9,5,0,0,0.18,1.0000,0.06,0.7782 verifiable,verifiable,6,5,5,5,0.12,0.8451,0.06,0.7782 vert,vert,10,5,10,5,0.20,1.0414,0.06,0.7782 vesting,vesting,7,5,7,5,0.14,0.9031,0.06,0.7782 vestments,vestments,5,5,5,5,0.10,0.7782,0.06,0.7782 vexes,vexes,5,5,5,5,0.10,0.7782,0.06,0.7782 victimization,victimization,10,5,10,5,0.20,1.0414,0.06,0.7782 vim,vim,7,5,6,4,0.14,0.9031,0.06,0.7782 vindictiveness,vindictiveness,6,5,6,5,0.12,0.8451,0.06,0.7782 Vineland,vineland,8,5,0,0,0.16,0.9542,0.06,0.7782 Virge,virge,55,5,0,0,1.08,1.7482,0.06,0.7782 Virginian,virginian,32,5,0,0,0.63,1.5185,0.06,0.7782 vitae,vitae,7,5,7,5,0.14,0.9031,0.06,0.7782 vodkas,vodkas,5,5,4,4,0.10,0.7782,0.06,0.7782 voided,voided,5,5,5,5,0.10,0.7782,0.06,0.7782 voids,voids,5,5,5,5,0.10,0.7782,0.06,0.7782 vouching,vouching,5,5,5,5,0.10,0.7782,0.06,0.7782 vouchsafe,vouchsafe,5,5,4,4,0.10,0.7782,0.06,0.7782 vowing,vowing,5,5,3,3,0.10,0.7782,0.06,0.7782 voyeurs,voyeurs,5,5,5,5,0.10,0.7782,0.06,0.7782 vulgarities,vulgarities,5,5,5,5,0.10,0.7782,0.06,0.7782 waddling,waddling,6,5,5,4,0.12,0.8451,0.06,0.7782 waffling,waffling,5,5,5,5,0.10,0.7782,0.06,0.7782 waistcoats,waistcoats,5,5,5,5,0.10,0.7782,0.06,0.7782 waists,waists,5,5,5,5,0.10,0.7782,0.06,0.7782 wakeup,wakeup,5,5,5,5,0.10,0.7782,0.06,0.7782 walkabout,walkabout,8,5,8,5,0.16,0.9542,0.06,0.7782 wallops,wallops,5,5,5,5,0.10,0.7782,0.06,0.7782 warbling,warbling,5,5,5,5,0.10,0.7782,0.06,0.7782 warhorses,warhorses,5,5,5,5,0.10,0.7782,0.06,0.7782 Waring,waring,16,5,0,0,0.31,1.2304,0.06,0.7782 warmongering,warmongering,6,5,5,5,0.12,0.8451,0.06,0.7782 warmongers,warmongers,5,5,5,5,0.10,0.7782,0.06,0.7782 washin,washin,6,5,6,5,0.12,0.8451,0.06,0.7782 washtub,washtub,5,5,4,4,0.10,0.7782,0.06,0.7782 watchword,watchword,6,5,6,5,0.12,0.8451,0.06,0.7782 Waterbury,waterbury,16,5,0,0,0.31,1.2304,0.06,0.7782 waterhole,waterhole,7,5,6,4,0.14,0.9031,0.06,0.7782 waterspout,waterspout,5,5,5,5,0.10,0.7782,0.06,0.7782 waterway,waterway,6,5,6,5,0.12,0.8451,0.06,0.7782 Waxman,waxman,16,5,0,0,0.31,1.2304,0.06,0.7782 weal,weal,5,5,4,4,0.10,0.7782,0.06,0.7782 wearied,wearied,7,5,7,5,0.14,0.9031,0.06,0.7782 weariness,weariness,5,5,5,5,0.10,0.7782,0.06,0.7782 Weeble,weeble,8,5,1,1,0.16,0.9542,0.06,0.7782 weeklies,weeklies,6,5,6,5,0.12,0.8451,0.06,0.7782 weeknight,weeknight,6,5,6,5,0.12,0.8451,0.06,0.7782 weeknights,weeknights,5,5,4,4,0.10,0.7782,0.06,0.7782 weensy,weensy,5,5,5,5,0.10,0.7782,0.06,0.7782 weightlifting,weightlifting,7,5,7,5,0.14,0.9031,0.06,0.7782 Wellman,wellman,10,5,0,0,0.20,1.0414,0.06,0.7782 Wendigo,wendigo,19,5,1,1,0.37,1.3010,0.06,0.7782 wer,wer,6,5,5,4,0.12,0.8451,0.06,0.7782 wetbacks,wetbacks,5,5,5,5,0.10,0.7782,0.06,0.7782 whan,whan,5,5,3,3,0.10,0.7782,0.06,0.7782 whang,whang,5,5,4,4,0.10,0.7782,0.06,0.7782 wheedle,wheedle,5,5,5,5,0.10,0.7782,0.06,0.7782 whereabout,whereabout,6,5,6,5,0.12,0.8451,0.06,0.7782 whetted,whetted,5,5,5,5,0.10,0.7782,0.06,0.7782 whined,whined,5,5,5,5,0.10,0.7782,0.06,0.7782 whirlybird,whirlybird,8,5,8,5,0.16,0.9542,0.06,0.7782 whisks,whisks,5,5,5,5,0.10,0.7782,0.06,0.7782 whistlers,whistlers,6,5,6,5,0.12,0.8451,0.06,0.7782 Whitechapel,whitechapel,10,5,0,0,0.20,1.0414,0.06,0.7782 whitefish,whitefish,25,5,22,5,0.49,1.4150,0.06,0.7782 whiteness,whiteness,6,5,6,5,0.12,0.8451,0.06,0.7782 whitewalls,whitewalls,6,5,4,4,0.12,0.8451,0.06,0.7782 Whitewood,whitewood,29,5,1,1,0.57,1.4771,0.06,0.7782 whiteys,whiteys,6,5,6,5,0.12,0.8451,0.06,0.7782 whizzed,whizzed,5,5,5,5,0.10,0.7782,0.06,0.7782 wholesomeness,wholesomeness,5,5,4,4,0.10,0.7782,0.06,0.7782 whomp,whomp,6,5,6,5,0.12,0.8451,0.06,0.7782 whored,whored,5,5,5,5,0.10,0.7782,0.06,0.7782 wildebeests,wildebeests,9,5,8,5,0.18,1.0000,0.06,0.7782 winces,winces,8,5,6,3,0.16,0.9542,0.06,0.7782 windward,windward,5,5,4,4,0.10,0.7782,0.06,0.7782 wining,wining,5,5,5,5,0.10,0.7782,0.06,0.7782 wiretapping,wiretapping,5,5,5,5,0.10,0.7782,0.06,0.7782 wiseacre,wiseacre,5,5,5,5,0.10,0.7782,0.06,0.7782 wispy,wispy,5,5,4,4,0.10,0.7782,0.06,0.7782 wistfully,wistfully,5,5,5,5,0.10,0.7782,0.06,0.7782 wittiest,wittiest,5,5,5,5,0.10,0.7782,0.06,0.7782 wonk,wonk,6,5,3,3,0.12,0.8451,0.06,0.7782 woodlands,woodlands,5,5,5,5,0.10,0.7782,0.06,0.7782 woodpeckers,woodpeckers,6,5,5,5,0.12,0.8451,0.06,0.7782 woodsmen,woodsmen,7,5,5,4,0.14,0.9031,0.06,0.7782 woofs,woofs,5,5,5,5,0.10,0.7782,0.06,0.7782 woos,woos,5,5,5,5,0.10,0.7782,0.06,0.7782 Wooster,wooster,16,5,0,0,0.31,1.2304,0.06,0.7782 workbooks,workbooks,5,5,5,5,0.10,0.7782,0.06,0.7782 worldview,worldview,5,5,5,5,0.10,0.7782,0.06,0.7782 worrywart,worrywart,5,5,4,4,0.10,0.7782,0.06,0.7782 worsted,worsted,7,5,6,5,0.14,0.9031,0.06,0.7782 worthier,worthier,5,5,5,5,0.10,0.7782,0.06,0.7782 wr,wr,6,5,3,2,0.12,0.8451,0.06,0.7782 wracking,wracking,5,5,5,5,0.10,0.7782,0.06,0.7782 Wraiths,wraiths,10,5,3,1,0.20,1.0414,0.06,0.7782 wrangled,wrangled,5,5,5,5,0.10,0.7782,0.06,0.7782 wrathful,wrathful,5,5,5,5,0.10,0.7782,0.06,0.7782 wreaked,wreaked,5,5,5,5,0.10,0.7782,0.06,0.7782 wreaks,wreaks,6,5,6,5,0.12,0.8451,0.06,0.7782 wrinkling,wrinkling,7,5,7,5,0.14,0.9031,0.06,0.7782 wristwatches,wristwatches,5,5,4,4,0.10,0.7782,0.06,0.7782 wrongdoers,wrongdoers,5,5,5,5,0.10,0.7782,0.06,0.7782 wt,wt,5,5,3,3,0.10,0.7782,0.06,0.7782 Wuthering,wuthering,23,5,0,0,0.45,1.3802,0.06,0.7782 Xu,xu,15,5,0,0,0.29,1.2041,0.06,0.7782 Xx,xx,5,5,0,0,0.10,0.7782,0.06,0.7782 Yahweh,yahweh,7,5,0,0,0.14,0.9031,0.06,0.7782 Yakima,yakima,6,5,0,0,0.12,0.8451,0.06,0.7782 yammer,yammer,6,5,5,5,0.12,0.8451,0.06,0.7782 Yangtze,yangtze,8,5,0,0,0.16,0.9542,0.06,0.7782 Yarmouth,yarmouth,10,5,0,0,0.20,1.0414,0.06,0.7782 Yearling,yearling,12,5,4,3,0.24,1.1139,0.06,0.7782 yeas,yeas,9,5,5,3,0.18,1.0000,0.06,0.7782 yellowtail,yellowtail,5,5,5,5,0.10,0.7782,0.06,0.7782 Yike,yike,7,5,0,0,0.14,0.9031,0.06,0.7782 yogurts,yogurts,5,5,5,5,0.10,0.7782,0.06,0.7782 youd,youd,6,5,5,4,0.12,0.8451,0.06,0.7782 Yoy,yoy,5,5,2,2,0.10,0.7782,0.06,0.7782 Yoyo,yoyo,14,5,2,2,0.27,1.1761,0.06,0.7782 Zambia,zambia,8,5,0,0,0.16,0.9542,0.06,0.7782 Zander,zander,25,5,0,0,0.49,1.4150,0.06,0.7782 zealotry,zealotry,5,5,5,5,0.10,0.7782,0.06,0.7782 zither,zither,7,5,7,5,0.14,0.9031,0.06,0.7782 Zo,zo,9,5,1,1,0.18,1.0000,0.06,0.7782 zygomatic,zygomatic,5,5,5,5,0.10,0.7782,0.06,0.7782 zygote,zygote,7,5,4,3,0.14,0.9031,0.06,0.7782 aahs,aahs,5,4,5,4,0.10,0.7782,0.05,0.6990 Aba,aba,4,4,1,1,0.08,0.6990,0.05,0.6990 Abaddon,abaddon,10,4,0,0,0.20,1.0414,0.05,0.6990 abated,abated,4,4,4,4,0.08,0.6990,0.05,0.6990 abeam,abeam,7,4,7,4,0.14,0.9031,0.05,0.6990 abolitionists,abolitionists,13,4,12,4,0.25,1.1461,0.05,0.6990 aborigine,aborigine,4,4,4,4,0.08,0.6990,0.05,0.6990 abortionist,abortionist,4,4,4,4,0.08,0.6990,0.05,0.6990 abruptness,abruptness,4,4,4,4,0.08,0.6990,0.05,0.6990 absentees,absentees,4,4,4,4,0.08,0.6990,0.05,0.6990 abstained,abstained,4,4,4,4,0.08,0.6990,0.05,0.6990 abstractions,abstractions,5,4,5,4,0.10,0.7782,0.05,0.6990 abyssus,abyssus,4,4,4,4,0.08,0.6990,0.05,0.6990 accentuates,accentuates,4,4,4,4,0.08,0.6990,0.05,0.6990 accomodate,accomodate,6,4,6,4,0.12,0.8451,0.05,0.6990 accosting,accosting,4,4,4,4,0.08,0.6990,0.05,0.6990 accrue,accrue,4,4,4,4,0.08,0.6990,0.05,0.6990 acerbic,acerbic,4,4,4,4,0.08,0.6990,0.05,0.6990 acetaminophen,acetaminophen,5,4,4,3,0.10,0.7782,0.05,0.6990 Achoo,achoo,5,4,1,1,0.10,0.7782,0.05,0.6990 acing,acing,4,4,4,4,0.08,0.6990,0.05,0.6990 acolytes,acolytes,6,4,6,4,0.12,0.8451,0.05,0.6990 acoustical,acoustical,6,4,5,3,0.12,0.8451,0.05,0.6990 acquaintanceship,acquaintanceship,4,4,4,4,0.08,0.6990,0.05,0.6990 activator,activator,4,4,3,3,0.08,0.6990,0.05,0.6990 Acton,acton,12,4,0,0,0.24,1.1139,0.05,0.6990 adaptor,adaptor,4,4,4,4,0.08,0.6990,0.05,0.6990 addendums,addendums,4,4,4,4,0.08,0.6990,0.05,0.6990 adenosine,adenosine,6,4,5,4,0.12,0.8451,0.05,0.6990 adipocere,adipocere,6,4,3,2,0.12,0.8451,0.05,0.6990 adjustor,adjustor,4,4,4,4,0.08,0.6990,0.05,0.6990 admonish,admonish,4,4,4,4,0.08,0.6990,0.05,0.6990 admonition,admonition,5,4,5,4,0.10,0.7782,0.05,0.6990 adventuring,adventuring,4,4,4,4,0.08,0.6990,0.05,0.6990 adverts,adverts,4,4,3,3,0.08,0.6990,0.05,0.6990 Aegis,aegis,5,4,2,2,0.10,0.7782,0.05,0.6990 afebrile,afebrile,4,4,2,2,0.08,0.6990,0.05,0.6990 affability,affability,4,4,4,4,0.08,0.6990,0.05,0.6990 affective,affective,4,4,4,4,0.08,0.6990,0.05,0.6990 aforesaid,aforesaid,4,4,4,4,0.08,0.6990,0.05,0.6990 afterschool,afterschool,5,4,3,3,0.10,0.7782,0.05,0.6990 agal,agal,4,4,4,4,0.08,0.6990,0.05,0.6990 Agee,agee,19,4,0,0,0.37,1.3010,0.05,0.6990 aggressions,aggressions,4,4,4,4,0.08,0.6990,0.05,0.6990 Ahchoo,ahchoo,12,4,0,0,0.24,1.1139,0.05,0.6990 ahs,ahs,4,4,2,2,0.08,0.6990,0.05,0.6990 aikido,aikido,4,4,3,3,0.08,0.6990,0.05,0.6990 airbase,airbase,5,4,5,4,0.10,0.7782,0.05,0.6990 airboat,airboat,4,4,4,4,0.08,0.6990,0.05,0.6990 airless,airless,5,4,5,4,0.10,0.7782,0.05,0.6990 ait,ait,4,4,3,3,0.08,0.6990,0.05,0.6990 akimbo,akimbo,4,4,4,4,0.08,0.6990,0.05,0.6990 ala,ala,4,4,3,3,0.08,0.6990,0.05,0.6990 Alban,alban,4,4,0,0,0.08,0.6990,0.05,0.6990 albinos,albinos,4,4,4,4,0.08,0.6990,0.05,0.6990 albumin,albumin,4,4,2,2,0.08,0.6990,0.05,0.6990 Albus,albus,11,4,0,0,0.22,1.0792,0.05,0.6990 alertness,alertness,4,4,4,4,0.08,0.6990,0.05,0.6990 aligns,aligns,5,4,5,4,0.10,0.7782,0.05,0.6990 alimentary,alimentary,4,4,3,3,0.08,0.6990,0.05,0.6990 Allemande,allemande,6,4,2,2,0.12,0.8451,0.05,0.6990 alleviating,alleviating,4,4,4,4,0.08,0.6990,0.05,0.6990 allocating,allocating,4,4,4,4,0.08,0.6990,0.05,0.6990 allusions,allusions,6,4,5,4,0.12,0.8451,0.05,0.6990 allying,allying,4,4,4,4,0.08,0.6990,0.05,0.6990 alphanumeric,alphanumeric,5,4,5,4,0.10,0.7782,0.05,0.6990 alternately,alternately,4,4,3,3,0.08,0.6990,0.05,0.6990 alums,alums,4,4,4,4,0.08,0.6990,0.05,0.6990 Alvar,alvar,5,4,1,1,0.10,0.7782,0.05,0.6990 alveolar,alveolar,4,4,3,3,0.08,0.6990,0.05,0.6990 Amal,amal,4,4,0,0,0.08,0.6990,0.05,0.6990 amas,amas,4,4,2,2,0.08,0.6990,0.05,0.6990 ambergris,ambergris,10,4,8,4,0.20,1.0414,0.05,0.6990 Ambers,ambers,5,4,2,2,0.10,0.7782,0.05,0.6990 ambiguities,ambiguities,4,4,4,4,0.08,0.6990,0.05,0.6990 Americanism,americanism,5,4,0,0,0.10,0.7782,0.05,0.6990 amiably,amiably,4,4,3,3,0.08,0.6990,0.05,0.6990 amidship,amidship,7,4,7,4,0.14,0.9031,0.05,0.6990 Amman,amman,5,4,0,0,0.10,0.7782,0.05,0.6990 Amoroso,amoroso,5,4,1,1,0.10,0.7782,0.05,0.6990 amortized,amortized,5,4,4,3,0.10,0.7782,0.05,0.6990 amphitheater,amphitheater,5,4,5,4,0.10,0.7782,0.05,0.6990 amplifiers,amplifiers,6,4,4,4,0.12,0.8451,0.05,0.6990 amusingly,amusingly,4,4,3,3,0.08,0.6990,0.05,0.6990 anaerobic,anaerobic,4,4,3,3,0.08,0.6990,0.05,0.6990 anaesthetised,anaesthetised,6,4,6,4,0.12,0.8451,0.05,0.6990 analgesic,analgesic,5,4,5,4,0.10,0.7782,0.05,0.6990 analogous,analogous,4,4,4,4,0.08,0.6990,0.05,0.6990 analyser,analyser,4,4,4,4,0.08,0.6990,0.05,0.6990 analytic,analytic,4,4,4,4,0.08,0.6990,0.05,0.6990 anchoring,anchoring,4,4,4,4,0.08,0.6990,0.05,0.6990 anchormen,anchormen,4,4,3,3,0.08,0.6990,0.05,0.6990 Angelito,angelito,28,4,7,2,0.55,1.4624,0.05,0.6990 angering,angering,4,4,4,4,0.08,0.6990,0.05,0.6990 Anglo,anglo,6,4,0,0,0.12,0.8451,0.05,0.6990 Ani,ani,6,4,2,2,0.12,0.8451,0.05,0.6990 animating,animating,4,4,4,4,0.08,0.6990,0.05,0.6990 animus,animus,5,4,4,4,0.10,0.7782,0.05,0.6990 anni,anni,5,4,4,3,0.10,0.7782,0.05,0.6990 annuities,annuities,5,4,4,3,0.10,0.7782,0.05,0.6990 anorexics,anorexics,4,4,3,3,0.08,0.6990,0.05,0.6990 anoxia,anoxia,6,4,6,4,0.12,0.8451,0.05,0.6990 antebellum,antebellum,5,4,4,4,0.10,0.7782,0.05,0.6990 antechamber,antechamber,4,4,4,4,0.08,0.6990,0.05,0.6990 antic,antic,4,4,3,3,0.08,0.6990,0.05,0.6990 anticlimax,anticlimax,4,4,4,4,0.08,0.6990,0.05,0.6990 antigovernment,antigovernment,4,4,4,4,0.08,0.6990,0.05,0.6990 antipathy,antipathy,4,4,4,4,0.08,0.6990,0.05,0.6990 antitank,antitank,5,4,5,4,0.10,0.7782,0.05,0.6990 Apl,apl,4,4,0,0,0.08,0.6990,0.05,0.6990 aplastic,aplastic,5,4,3,2,0.10,0.7782,0.05,0.6990 apogee,apogee,4,4,4,4,0.08,0.6990,0.05,0.6990 aport,aport,5,4,5,4,0.10,0.7782,0.05,0.6990 apotheosis,apotheosis,4,4,4,4,0.08,0.6990,0.05,0.6990 apparitions,apparitions,5,4,5,4,0.10,0.7782,0.05,0.6990 appended,appended,4,4,4,4,0.08,0.6990,0.05,0.6990 appetisers,appetisers,5,4,4,3,0.10,0.7782,0.05,0.6990 appointee,appointee,4,4,4,4,0.08,0.6990,0.05,0.6990 appraising,appraising,4,4,4,4,0.08,0.6990,0.05,0.6990 approachable,approachable,4,4,4,4,0.08,0.6990,0.05,0.6990 approbation,approbation,6,4,6,4,0.12,0.8451,0.05,0.6990 aqualung,aqualung,5,4,3,3,0.10,0.7782,0.05,0.6990 aqueducts,aqueducts,6,4,5,4,0.12,0.8451,0.05,0.6990 arbiters,arbiters,5,4,5,4,0.10,0.7782,0.05,0.6990 arbitrator,arbitrator,4,4,3,3,0.08,0.6990,0.05,0.6990 Archdeacon,archdeacon,6,4,1,1,0.12,0.8451,0.05,0.6990 archivist,archivist,4,4,3,3,0.08,0.6990,0.05,0.6990 Arco,arco,7,4,0,0,0.14,0.9031,0.05,0.6990 Argentines,argentines,4,4,0,0,0.08,0.6990,0.05,0.6990 Aristotelian,aristotelian,4,4,0,0,0.08,0.6990,0.05,0.6990 Arles,arles,6,4,0,0,0.12,0.8451,0.05,0.6990 armless,armless,4,4,4,4,0.08,0.6990,0.05,0.6990 armload,armload,4,4,4,4,0.08,0.6990,0.05,0.6990 arrant,arrant,5,4,5,4,0.10,0.7782,0.05,0.6990 Arras,arras,9,4,0,0,0.18,1.0000,0.05,0.6990 arrays,arrays,5,4,5,4,0.10,0.7782,0.05,0.6990 ascertaining,ascertaining,5,4,3,3,0.10,0.7782,0.05,0.6990 ascribe,ascribe,5,4,4,3,0.10,0.7782,0.05,0.6990 Ashman,ashman,6,4,0,0,0.12,0.8451,0.05,0.6990 asps,asps,5,4,3,3,0.10,0.7782,0.05,0.6990 assent,assent,4,4,4,4,0.08,0.6990,0.05,0.6990 Aster,aster,10,4,0,0,0.20,1.0414,0.05,0.6990 atomizer,atomizer,4,4,4,4,0.08,0.6990,0.05,0.6990 atresia,atresia,4,4,4,4,0.08,0.6990,0.05,0.6990 atria,atria,4,4,4,4,0.08,0.6990,0.05,0.6990 atrial,atrial,7,4,6,3,0.14,0.9031,0.05,0.6990 Attababy,attababy,5,4,1,1,0.10,0.7782,0.05,0.6990 attache,attache,5,4,3,3,0.10,0.7782,0.05,0.6990 Attractor,attractor,4,4,0,0,0.08,0.6990,0.05,0.6990 attribution,attribution,4,4,4,4,0.08,0.6990,0.05,0.6990 Aug,aug,8,4,0,0,0.16,0.9542,0.05,0.6990 Augean,augean,6,4,0,0,0.12,0.8451,0.05,0.6990 aural,aural,4,4,3,3,0.08,0.6990,0.05,0.6990 Autobahn,autobahn,4,4,1,1,0.08,0.6990,0.05,0.6990 autoclave,autoclave,4,4,4,4,0.08,0.6990,0.05,0.6990 autocratic,autocratic,4,4,4,4,0.08,0.6990,0.05,0.6990 autoimmune,autoimmune,9,4,9,4,0.18,1.0000,0.05,0.6990 autonomously,autonomously,4,4,4,4,0.08,0.6990,0.05,0.6990 autos,autos,4,4,3,3,0.08,0.6990,0.05,0.6990 avant,avant,4,4,4,4,0.08,0.6990,0.05,0.6990 avaricious,avaricious,4,4,2,2,0.08,0.6990,0.05,0.6990 Avaunt,avaunt,4,4,0,0,0.08,0.6990,0.05,0.6990 Avenida,avenida,4,4,0,0,0.08,0.6990,0.05,0.6990 avian,avian,4,4,4,4,0.08,0.6990,0.05,0.6990 avion,avion,4,4,4,4,0.08,0.6990,0.05,0.6990 avulsed,avulsed,4,4,2,2,0.08,0.6990,0.05,0.6990 awa,awa,4,4,4,4,0.08,0.6990,0.05,0.6990 awaked,awaked,5,4,5,4,0.10,0.7782,0.05,0.6990 aweary,aweary,4,4,4,4,0.08,0.6990,0.05,0.6990 aweek,aweek,4,4,2,2,0.08,0.6990,0.05,0.6990 awnings,awnings,4,4,3,3,0.08,0.6990,0.05,0.6990 ayatollahs,ayatollahs,4,4,3,3,0.08,0.6990,0.05,0.6990 azalea,azalea,6,4,5,3,0.12,0.8451,0.05,0.6990 Azores,azores,6,4,0,0,0.12,0.8451,0.05,0.6990 baas,baas,12,4,10,4,0.24,1.1139,0.05,0.6990 babblings,babblings,5,4,5,4,0.10,0.7782,0.05,0.6990 babied,babied,5,4,5,4,0.10,0.7782,0.05,0.6990 babysits,babysits,4,4,4,4,0.08,0.6990,0.05,0.6990 backbeat,backbeat,4,4,4,4,0.08,0.6990,0.05,0.6990 backlit,backlit,4,4,4,4,0.08,0.6990,0.05,0.6990 backslash,backslash,4,4,3,3,0.08,0.6990,0.05,0.6990 backsliding,backsliding,4,4,4,4,0.08,0.6990,0.05,0.6990 backspin,backspin,5,4,3,3,0.10,0.7782,0.05,0.6990 backstabbers,backstabbers,5,4,5,4,0.10,0.7782,0.05,0.6990 badged,badged,8,4,6,4,0.16,0.9542,0.05,0.6990 Bae,bae,12,4,0,0,0.24,1.1139,0.05,0.6990 bagful,bagful,5,4,5,4,0.10,0.7782,0.05,0.6990 bagmen,bagmen,5,4,4,3,0.10,0.7782,0.05,0.6990 balalaika,balalaika,5,4,4,3,0.10,0.7782,0.05,0.6990 baleful,baleful,5,4,5,4,0.10,0.7782,0.05,0.6990 balking,balking,4,4,3,3,0.08,0.6990,0.05,0.6990 ballooning,ballooning,5,4,5,4,0.10,0.7782,0.05,0.6990 balloting,balloting,4,4,3,3,0.08,0.6990,0.05,0.6990 banque,banque,16,4,14,2,0.31,1.2304,0.05,0.6990 bantam,bantam,4,4,3,3,0.08,0.6990,0.05,0.6990 baptise,baptise,6,4,6,4,0.12,0.8451,0.05,0.6990 Barabbas,barabbas,7,4,0,0,0.14,0.9031,0.05,0.6990 Baraka,baraka,4,4,0,0,0.08,0.6990,0.05,0.6990 barefaced,barefaced,4,4,4,4,0.08,0.6990,0.05,0.6990 barfly,barfly,6,4,6,4,0.12,0.8451,0.05,0.6990 barmaids,barmaids,5,4,5,4,0.10,0.7782,0.05,0.6990 barnstorming,barnstorming,6,4,6,4,0.12,0.8451,0.05,0.6990 Barret,barret,18,4,0,0,0.35,1.2788,0.05,0.6990 bartend,bartend,4,4,4,4,0.08,0.6990,0.05,0.6990 bartering,bartering,4,4,4,4,0.08,0.6990,0.05,0.6990 bashers,bashers,9,4,9,4,0.18,1.0000,0.05,0.6990 basting,basting,4,4,3,3,0.08,0.6990,0.05,0.6990 bathmat,bathmat,13,4,13,4,0.25,1.1461,0.05,0.6990 battened,battened,4,4,4,4,0.08,0.6990,0.05,0.6990 battlefront,battlefront,4,4,4,4,0.08,0.6990,0.05,0.6990 battler,battler,4,4,4,4,0.08,0.6990,0.05,0.6990 bawls,bawls,4,4,2,2,0.08,0.6990,0.05,0.6990 bayous,bayous,4,4,3,3,0.08,0.6990,0.05,0.6990 bazaars,bazaars,4,4,4,4,0.08,0.6990,0.05,0.6990 beachheads,beachheads,5,4,5,4,0.10,0.7782,0.05,0.6990 beanies,beanies,6,4,4,2,0.12,0.8451,0.05,0.6990 becalmed,becalmed,5,4,3,3,0.10,0.7782,0.05,0.6990 beehives,beehives,5,4,3,2,0.10,0.7782,0.05,0.6990 Beekeepers,beekeepers,4,4,1,1,0.08,0.6990,0.05,0.6990 befell,befell,4,4,4,4,0.08,0.6990,0.05,0.6990 begonia,begonia,4,4,4,4,0.08,0.6990,0.05,0.6990 believability,believability,4,4,4,4,0.08,0.6990,0.05,0.6990 bellicose,bellicose,4,4,3,3,0.08,0.6990,0.05,0.6990 bellowed,bellowed,4,4,4,4,0.08,0.6990,0.05,0.6990 benching,benching,4,4,3,3,0.08,0.6990,0.05,0.6990 benchwarmer,benchwarmer,10,4,7,4,0.20,1.0414,0.05,0.6990 Bendel,bendel,4,4,0,0,0.08,0.6990,0.05,0.6990 Benvenuto,benvenuto,4,4,0,0,0.08,0.6990,0.05,0.6990 Berber,berber,7,4,0,0,0.14,0.9031,0.05,0.6990 Bergere,bergere,6,4,0,0,0.12,0.8451,0.05,0.6990 bes,bes,4,4,3,3,0.08,0.6990,0.05,0.6990 beshrew,beshrew,5,4,4,4,0.10,0.7782,0.05,0.6990 besoin,besoin,6,4,6,4,0.12,0.8451,0.05,0.6990 besotted,besotted,4,4,3,3,0.08,0.6990,0.05,0.6990 bestows,bestows,4,4,4,4,0.08,0.6990,0.05,0.6990 betrayers,betrayers,4,4,3,3,0.08,0.6990,0.05,0.6990 bettering,bettering,4,4,3,3,0.08,0.6990,0.05,0.6990 Betties,betties,4,4,0,0,0.08,0.6990,0.05,0.6990 bewilderment,bewilderment,4,4,4,4,0.08,0.6990,0.05,0.6990 bialy,bialy,4,4,2,2,0.08,0.6990,0.05,0.6990 biannual,biannual,7,4,4,4,0.14,0.9031,0.05,0.6990 Bick,bick,11,4,0,0,0.22,1.0792,0.05,0.6990 bicuspids,bicuspids,4,4,4,4,0.08,0.6990,0.05,0.6990 bides,bides,4,4,4,4,0.08,0.6990,0.05,0.6990 Biffy,biffy,4,4,1,1,0.08,0.6990,0.05,0.6990 bighearted,bighearted,5,4,3,3,0.10,0.7782,0.05,0.6990 bilk,bilk,5,4,5,4,0.10,0.7782,0.05,0.6990 bilking,bilking,4,4,4,4,0.08,0.6990,0.05,0.6990 billeted,billeted,5,4,5,4,0.10,0.7782,0.05,0.6990 billionth,billionth,4,4,4,4,0.08,0.6990,0.05,0.6990 billowing,billowing,5,4,5,4,0.10,0.7782,0.05,0.6990 binges,binges,4,4,4,4,0.08,0.6990,0.05,0.6990 biochemists,biochemists,4,4,4,4,0.08,0.6990,0.05,0.6990 biomechanical,biomechanical,5,4,5,4,0.10,0.7782,0.05,0.6990 Biomedical,biomedical,4,4,1,1,0.08,0.6990,0.05,0.6990 biosphere,biosphere,5,4,4,3,0.10,0.7782,0.05,0.6990 bipartisan,bipartisan,4,4,4,4,0.08,0.6990,0.05,0.6990 bipeds,bipeds,4,4,4,4,0.08,0.6990,0.05,0.6990 Birdland,birdland,8,4,0,0,0.16,0.9542,0.05,0.6990 birdshot,birdshot,6,4,5,4,0.12,0.8451,0.05,0.6990 bitterest,bitterest,4,4,4,4,0.08,0.6990,0.05,0.6990 blabs,blabs,4,4,3,3,0.08,0.6990,0.05,0.6990 blackface,blackface,23,4,20,3,0.45,1.3802,0.05,0.6990 blackhead,blackhead,4,4,3,3,0.08,0.6990,0.05,0.6990 Blackman,blackman,8,4,1,1,0.16,0.9542,0.05,0.6990 blankly,blankly,4,4,4,4,0.08,0.6990,0.05,0.6990 blasphemed,blasphemed,4,4,4,4,0.08,0.6990,0.05,0.6990 blasphemers,blasphemers,4,4,3,3,0.08,0.6990,0.05,0.6990 blaspheming,blaspheming,4,4,4,4,0.08,0.6990,0.05,0.6990 bleaches,bleaches,4,4,2,2,0.08,0.6990,0.05,0.6990 bleats,bleats,4,4,4,4,0.08,0.6990,0.05,0.6990 blessedness,blessedness,4,4,4,4,0.08,0.6990,0.05,0.6990 blimps,blimps,11,4,9,4,0.22,1.0792,0.05,0.6990 blindingly,blindingly,4,4,2,2,0.08,0.6990,0.05,0.6990 blindside,blindside,4,4,4,4,0.08,0.6990,0.05,0.6990 blintz,blintz,4,4,4,4,0.08,0.6990,0.05,0.6990 bloats,bloats,4,4,4,4,0.08,0.6990,0.05,0.6990 blockades,blockades,4,4,3,3,0.08,0.6990,0.05,0.6990 blogs,blogs,7,4,7,4,0.14,0.9031,0.05,0.6990 blondish,blondish,4,4,3,3,0.08,0.6990,0.05,0.6990 bloodier,bloodier,4,4,3,3,0.08,0.6990,0.05,0.6990 bloodless,bloodless,4,4,3,3,0.08,0.6990,0.05,0.6990 blubbing,blubbing,4,4,4,4,0.08,0.6990,0.05,0.6990 bluecoats,bluecoats,4,4,3,3,0.08,0.6990,0.05,0.6990 bluefin,bluefin,4,4,4,4,0.08,0.6990,0.05,0.6990 bluefish,bluefish,8,4,7,4,0.16,0.9542,0.05,0.6990 bluffer,bluffer,5,4,4,3,0.10,0.7782,0.05,0.6990 blustering,blustering,4,4,4,4,0.08,0.6990,0.05,0.6990 Bobbins,bobbins,22,4,3,2,0.43,1.3617,0.05,0.6990 bobble,bobble,4,4,4,4,0.08,0.6990,0.05,0.6990 bobsled,bobsled,48,4,48,4,0.94,1.6902,0.05,0.6990 bobsledding,bobsledding,9,4,8,4,0.18,1.0000,0.05,0.6990 bodegas,bodegas,6,4,5,3,0.12,0.8451,0.05,0.6990 bodkins,bodkins,4,4,4,4,0.08,0.6990,0.05,0.6990 bodysurfing,bodysurfing,6,4,5,3,0.12,0.8451,0.05,0.6990 boggy,boggy,5,4,5,4,0.10,0.7782,0.05,0.6990 Bolas,bolas,4,4,1,1,0.08,0.6990,0.05,0.6990 Bolivians,bolivians,7,4,0,0,0.14,0.9031,0.05,0.6990 bolos,bolos,6,4,5,3,0.12,0.8451,0.05,0.6990 bombproof,bombproof,6,4,6,4,0.12,0.8451,0.05,0.6990 bombsight,bombsight,7,4,7,4,0.14,0.9031,0.05,0.6990 boneheads,boneheads,4,4,4,4,0.08,0.6990,0.05,0.6990 Boney,boney,5,4,2,2,0.10,0.7782,0.05,0.6990 Bonito,bonito,11,4,5,3,0.22,1.0792,0.05,0.6990 bonnets,bonnets,7,4,7,4,0.14,0.9031,0.05,0.6990 boogies,boogies,4,4,4,4,0.08,0.6990,0.05,0.6990 Boohoo,boohoo,5,4,0,0,0.10,0.7782,0.05,0.6990 bookcases,bookcases,4,4,3,3,0.08,0.6990,0.05,0.6990 bookmarked,bookmarked,4,4,4,4,0.08,0.6990,0.05,0.6990 bookseller,bookseller,5,4,5,4,0.10,0.7782,0.05,0.6990 boomerangs,boomerangs,4,4,3,3,0.08,0.6990,0.05,0.6990 bootees,bootees,5,4,4,3,0.10,0.7782,0.05,0.6990 bordelaise,bordelaise,4,4,3,3,0.08,0.6990,0.05,0.6990 bordered,bordered,4,4,4,4,0.08,0.6990,0.05,0.6990 borrower,borrower,4,4,4,4,0.08,0.6990,0.05,0.6990 Bors,bors,16,4,1,1,0.31,1.2304,0.05,0.6990 bottomland,bottomland,6,4,5,4,0.12,0.8451,0.05,0.6990 Bourne,bourne,60,4,1,1,1.18,1.7853,0.05,0.6990 Bowles,bowles,13,4,0,0,0.25,1.1461,0.05,0.6990 boxful,boxful,4,4,4,4,0.08,0.6990,0.05,0.6990 boycotts,boycotts,4,4,4,4,0.08,0.6990,0.05,0.6990 Brasserie,brasserie,5,4,1,1,0.10,0.7782,0.05,0.6990 breadbox,breadbox,6,4,6,4,0.12,0.8451,0.05,0.6990 breakneck,breakneck,5,4,3,3,0.10,0.7782,0.05,0.6990 breakouts,breakouts,4,4,4,4,0.08,0.6990,0.05,0.6990 breakwater,breakwater,5,4,3,3,0.10,0.7782,0.05,0.6990 breezed,breezed,4,4,4,4,0.08,0.6990,0.05,0.6990 Brest,brest,6,4,0,0,0.12,0.8451,0.05,0.6990 Brewers,brewers,5,4,2,2,0.10,0.7782,0.05,0.6990 bridged,bridged,4,4,4,4,0.08,0.6990,0.05,0.6990 Bridger,bridger,15,4,0,0,0.29,1.2041,0.05,0.6990 briers,briers,4,4,3,3,0.08,0.6990,0.05,0.6990 Brindisi,brindisi,5,4,0,0,0.10,0.7782,0.05,0.6990 bristling,bristling,5,4,4,4,0.10,0.7782,0.05,0.6990 broadened,broadened,6,4,6,4,0.12,0.8451,0.05,0.6990 broadest,broadest,5,4,5,4,0.10,0.7782,0.05,0.6990 broncs,broncs,4,4,4,4,0.08,0.6990,0.05,0.6990 bronzes,bronzes,5,4,5,4,0.10,0.7782,0.05,0.6990 brooches,brooches,4,4,4,4,0.08,0.6990,0.05,0.6990 brushoff,brushoff,4,4,4,4,0.08,0.6990,0.05,0.6990 brusque,brusque,4,4,4,4,0.08,0.6990,0.05,0.6990 brutalize,brutalize,4,4,4,4,0.08,0.6990,0.05,0.6990 bucketful,bucketful,4,4,3,3,0.08,0.6990,0.05,0.6990 buckteeth,buckteeth,5,4,4,4,0.10,0.7782,0.05,0.6990 Bucktooth,bucktooth,7,4,3,3,0.14,0.9031,0.05,0.6990 budgeting,budgeting,4,4,3,3,0.08,0.6990,0.05,0.6990 buffaloed,buffaloed,4,4,4,4,0.08,0.6990,0.05,0.6990 buffeted,buffeted,4,4,4,4,0.08,0.6990,0.05,0.6990 Bulgarians,bulgarians,4,4,0,0,0.08,0.6990,0.05,0.6990 bulkheads,bulkheads,4,4,4,4,0.08,0.6990,0.05,0.6990 bullshitters,bullshitters,4,4,4,4,0.08,0.6990,0.05,0.6990 bullshot,bullshot,4,4,4,4,0.08,0.6990,0.05,0.6990 bulwark,bulwark,8,4,7,4,0.16,0.9542,0.05,0.6990 bummers,bummers,5,4,5,4,0.10,0.7782,0.05,0.6990 bunged,bunged,4,4,3,3,0.08,0.6990,0.05,0.6990 Burnie,burnie,9,4,0,0,0.18,1.0000,0.05,0.6990 burnouts,burnouts,4,4,4,4,0.08,0.6990,0.05,0.6990 bushwhacking,bushwhacking,4,4,4,4,0.08,0.6990,0.05,0.6990 busily,busily,4,4,4,4,0.08,0.6990,0.05,0.6990 busybodies,busybodies,6,4,6,4,0.12,0.8451,0.05,0.6990 busywork,busywork,4,4,3,3,0.08,0.6990,0.05,0.6990 butterballs,butterballs,10,4,8,2,0.20,1.0414,0.05,0.6990 buttercups,buttercups,5,4,5,4,0.10,0.7782,0.05,0.6990 buttle,buttle,5,4,3,3,0.10,0.7782,0.05,0.6990 bylaw,bylaw,6,4,6,4,0.12,0.8451,0.05,0.6990 cabalistic,cabalistic,5,4,5,4,0.10,0.7782,0.05,0.6990 Cabriolet,cabriolet,4,4,1,1,0.08,0.6990,0.05,0.6990 cacti,cacti,4,4,3,3,0.08,0.6990,0.05,0.6990 caddying,caddying,4,4,4,4,0.08,0.6990,0.05,0.6990 Cade,cade,11,4,1,1,0.22,1.0792,0.05,0.6990 cadres,cadres,4,4,4,4,0.08,0.6990,0.05,0.6990 cads,cads,4,4,4,4,0.08,0.6990,0.05,0.6990 cafeterias,cafeterias,4,4,4,4,0.08,0.6990,0.05,0.6990 caftan,caftan,5,4,4,4,0.10,0.7782,0.05,0.6990 cajoling,cajoling,4,4,4,4,0.08,0.6990,0.05,0.6990 cajones,cajones,6,4,3,3,0.12,0.8451,0.05,0.6990 Cajuns,cajuns,8,4,0,0,0.16,0.9542,0.05,0.6990 calamities,calamities,4,4,3,3,0.08,0.6990,0.05,0.6990 calcite,calcite,4,4,3,3,0.08,0.6990,0.05,0.6990 caldera,caldera,6,4,4,2,0.12,0.8451,0.05,0.6990 callbacks,callbacks,14,4,12,3,0.27,1.1761,0.05,0.6990 callously,callously,5,4,5,4,0.10,0.7782,0.05,0.6990 calmness,calmness,5,4,5,4,0.10,0.7782,0.05,0.6990 calvarium,calvarium,4,4,4,4,0.08,0.6990,0.05,0.6990 calzone,calzone,5,4,5,4,0.10,0.7782,0.05,0.6990 camisole,camisole,5,4,5,4,0.10,0.7782,0.05,0.6990 campesinos,campesinos,18,4,14,4,0.35,1.2788,0.05,0.6990 Campion,campion,16,4,0,0,0.31,1.2304,0.05,0.6990 Campo,campo,5,4,2,1,0.10,0.7782,0.05,0.6990 candelabra,candelabra,6,4,6,4,0.12,0.8451,0.05,0.6990 canoodle,canoodle,5,4,4,4,0.10,0.7782,0.05,0.6990 cantata,cantata,4,4,2,2,0.08,0.6990,0.05,0.6990 Cantilever,cantilever,7,4,3,3,0.14,0.9031,0.05,0.6990 canto,canto,7,4,5,2,0.14,0.9031,0.05,0.6990 Canuck,canuck,9,4,0,0,0.18,1.0000,0.05,0.6990 canvasses,canvasses,4,4,4,4,0.08,0.6990,0.05,0.6990 Capa,capa,32,4,0,0,0.63,1.5185,0.05,0.6990 capacitors,capacitors,5,4,4,4,0.10,0.7782,0.05,0.6990 capful,capful,4,4,4,4,0.08,0.6990,0.05,0.6990 capitalise,capitalise,4,4,4,4,0.08,0.6990,0.05,0.6990 cappers,cappers,4,4,4,4,0.08,0.6990,0.05,0.6990 capping,capping,4,4,4,4,0.08,0.6990,0.05,0.6990 carbohydrate,carbohydrate,4,4,3,3,0.08,0.6990,0.05,0.6990 carbolic,carbolic,5,4,3,2,0.10,0.7782,0.05,0.6990 carcinogens,carcinogens,4,4,3,3,0.08,0.6990,0.05,0.6990 cardamom,cardamom,10,4,5,4,0.20,1.0414,0.05,0.6990 careen,careen,4,4,4,4,0.08,0.6990,0.05,0.6990 carjacker,carjacker,5,4,5,4,0.10,0.7782,0.05,0.6990 Carlie,carlie,38,4,0,0,0.75,1.5911,0.05,0.6990 carloads,carloads,6,4,6,4,0.12,0.8451,0.05,0.6990 carnies,carnies,5,4,4,3,0.10,0.7782,0.05,0.6990 carom,carom,5,4,4,3,0.10,0.7782,0.05,0.6990 carping,carping,4,4,4,4,0.08,0.6990,0.05,0.6990 carpooled,carpooled,6,4,6,4,0.12,0.8451,0.05,0.6990 carryon,carryon,5,4,4,4,0.10,0.7782,0.05,0.6990 Cartman,cartman,36,4,0,0,0.71,1.5682,0.05,0.6990 cartographers,cartographers,4,4,4,4,0.08,0.6990,0.05,0.6990 Cascades,cascades,5,4,1,1,0.10,0.7782,0.05,0.6990 cashiers,cashiers,10,4,9,4,0.20,1.0414,0.05,0.6990 cask,cask,6,4,6,4,0.12,0.8451,0.05,0.6990 cassoulet,cassoulet,4,4,4,4,0.08,0.6990,0.05,0.6990 castanets,castanets,4,4,4,4,0.08,0.6990,0.05,0.6990 Castaways,castaways,5,4,2,2,0.10,0.7782,0.05,0.6990 caster,caster,4,4,2,2,0.08,0.6990,0.05,0.6990 catacomb,catacomb,5,4,3,3,0.10,0.7782,0.05,0.6990 Catalan,catalan,9,4,0,0,0.18,1.0000,0.05,0.6990 cataleptic,cataleptic,4,4,3,3,0.08,0.6990,0.05,0.6990 catapulting,catapulting,4,4,4,4,0.08,0.6990,0.05,0.6990 catatonics,catatonics,6,4,6,4,0.12,0.8451,0.05,0.6990 catbird,catbird,4,4,3,3,0.08,0.6990,0.05,0.6990 categorizes,categorizes,4,4,4,4,0.08,0.6990,0.05,0.6990 categorizing,categorizing,4,4,3,3,0.08,0.6990,0.05,0.6990 Caucasus,caucasus,7,4,0,0,0.14,0.9031,0.05,0.6990 cavalcade,cavalcade,4,4,2,2,0.08,0.6990,0.05,0.6990 cavalryman,cavalryman,5,4,5,4,0.10,0.7782,0.05,0.6990 Cdr,cdr,10,4,0,0,0.20,1.0414,0.05,0.6990 Celadon,celadon,10,4,3,3,0.20,1.0414,0.05,0.6990 cellblocks,cellblocks,9,4,8,3,0.18,1.0000,0.05,0.6990 Celt,celt,4,4,0,0,0.08,0.6990,0.05,0.6990 Cenozoic,cenozoic,4,4,0,0,0.08,0.6990,0.05,0.6990 centrally,centrally,5,4,4,3,0.10,0.7782,0.05,0.6990 centrifuge,centrifuge,5,4,5,4,0.10,0.7782,0.05,0.6990 ceremoniously,ceremoniously,4,4,3,3,0.08,0.6990,0.05,0.6990 certitude,certitude,5,4,5,4,0.10,0.7782,0.05,0.6990 cesium,cesium,4,4,4,4,0.08,0.6990,0.05,0.6990 Cgs,cgs,6,4,0,0,0.12,0.8451,0.05,0.6990 Chaco,chaco,6,4,0,0,0.12,0.8451,0.05,0.6990 chads,chads,4,4,4,4,0.08,0.6990,0.05,0.6990 chaffs,chaffs,7,4,7,4,0.14,0.9031,0.05,0.6990 chaining,chaining,5,4,5,4,0.10,0.7782,0.05,0.6990 chambermaids,chambermaids,4,4,4,4,0.08,0.6990,0.05,0.6990 champing,champing,4,4,2,2,0.08,0.6990,0.05,0.6990 championed,championed,4,4,4,4,0.08,0.6990,0.05,0.6990 Changs,changs,7,4,0,0,0.14,0.9031,0.05,0.6990 channeled,channeled,5,4,4,3,0.10,0.7782,0.05,0.6990 chantey,chantey,4,4,4,4,0.08,0.6990,0.05,0.6990 Chanukah,chanukah,23,4,0,0,0.45,1.3802,0.05,0.6990 Chaparral,chaparral,5,4,0,0,0.10,0.7782,0.05,0.6990 chappies,chappies,5,4,5,4,0.10,0.7782,0.05,0.6990 Chappy,chappy,8,4,3,3,0.16,0.9542,0.05,0.6990 characterise,characterise,4,4,4,4,0.08,0.6990,0.05,0.6990 charring,charring,5,4,4,3,0.10,0.7782,0.05,0.6990 charwoman,charwoman,6,4,6,4,0.12,0.8451,0.05,0.6990 chasms,chasms,4,4,4,4,0.08,0.6990,0.05,0.6990 chastisement,chastisement,4,4,4,4,0.08,0.6990,0.05,0.6990 checkerboard,checkerboard,5,4,5,4,0.10,0.7782,0.05,0.6990 checkroom,checkroom,14,4,13,4,0.27,1.1761,0.05,0.6990 cheesecakes,cheesecakes,4,4,3,3,0.08,0.6990,0.05,0.6990 chevrons,chevrons,5,4,5,4,0.10,0.7782,0.05,0.6990 chiaroscuro,chiaroscuro,6,4,3,3,0.12,0.8451,0.05,0.6990 Chiba,chiba,7,4,1,1,0.14,0.9031,0.05,0.6990 chickenshits,chickenshits,4,4,3,3,0.08,0.6990,0.05,0.6990 chide,chide,5,4,5,4,0.10,0.7782,0.05,0.6990 chided,chided,4,4,4,4,0.08,0.6990,0.05,0.6990 chieftains,chieftains,6,4,4,3,0.12,0.8451,0.05,0.6990 childishly,childishly,4,4,2,2,0.08,0.6990,0.05,0.6990 chilidog,chilidog,6,4,5,3,0.12,0.8451,0.05,0.6990 chinchillas,chinchillas,4,4,4,4,0.08,0.6990,0.05,0.6990 chine,chine,4,4,2,2,0.08,0.6990,0.05,0.6990 chitchatting,chitchatting,4,4,4,4,0.08,0.6990,0.05,0.6990 chitlin,chitlin,5,4,4,3,0.10,0.7782,0.05,0.6990 chits,chits,6,4,5,3,0.12,0.8451,0.05,0.6990 chitterlings,chitterlings,5,4,4,4,0.10,0.7782,0.05,0.6990 Chitty,chitty,7,4,0,0,0.14,0.9031,0.05,0.6990 chlorate,chlorate,11,4,10,4,0.22,1.0792,0.05,0.6990 choc,choc,4,4,3,3,0.08,0.6990,0.05,0.6990 Choctaw,choctaw,19,4,0,0,0.37,1.3010,0.05,0.6990 chomped,chomped,4,4,4,4,0.08,0.6990,0.05,0.6990 choreographers,choreographers,6,4,6,4,0.12,0.8451,0.05,0.6990 Chorizo,chorizo,9,4,3,2,0.18,1.0000,0.05,0.6990 chromatograph,chromatograph,4,4,4,4,0.08,0.6990,0.05,0.6990 chromatography,chromatography,4,4,4,4,0.08,0.6990,0.05,0.6990 Chronicler,chronicler,10,4,4,4,0.20,1.0414,0.05,0.6990 chronometers,chronometers,5,4,5,4,0.10,0.7782,0.05,0.6990 chrysalis,chrysalis,4,4,4,4,0.08,0.6990,0.05,0.6990 chuckled,chuckled,4,4,4,4,0.08,0.6990,0.05,0.6990 churro,churro,4,4,4,4,0.08,0.6990,0.05,0.6990 Cicadas,cicadas,6,4,2,2,0.12,0.8451,0.05,0.6990 Circe,circe,4,4,1,1,0.08,0.6990,0.05,0.6990 circumcise,circumcise,4,4,4,4,0.08,0.6990,0.05,0.6990 circumcising,circumcising,4,4,4,4,0.08,0.6990,0.05,0.6990 cites,cites,5,4,5,4,0.10,0.7782,0.05,0.6990 civet,civet,6,4,6,4,0.12,0.8451,0.05,0.6990 civilisations,civilisations,6,4,6,4,0.12,0.8451,0.05,0.6990 clambered,clambered,4,4,4,4,0.08,0.6990,0.05,0.6990 Clary,clary,10,4,0,0,0.20,1.0414,0.05,0.6990 classed,classed,4,4,4,4,0.08,0.6990,0.05,0.6990 classicist,classicist,5,4,5,4,0.10,0.7782,0.05,0.6990 classless,classless,4,4,4,4,0.08,0.6990,0.05,0.6990 clearheaded,clearheaded,4,4,4,4,0.08,0.6990,0.05,0.6990 Clef,clef,6,4,2,2,0.12,0.8451,0.05,0.6990 clerics,clerics,4,4,4,4,0.08,0.6990,0.05,0.6990 clew,clew,5,4,3,3,0.10,0.7782,0.05,0.6990 climaxed,climaxed,4,4,4,4,0.08,0.6990,0.05,0.6990 clinks,clinks,4,4,4,4,0.08,0.6990,0.05,0.6990 Clio,clio,4,4,0,0,0.08,0.6990,0.05,0.6990 Clo,clo,4,4,1,1,0.08,0.6990,0.05,0.6990 clomping,clomping,4,4,3,3,0.08,0.6990,0.05,0.6990 Clos,clos,4,4,0,0,0.08,0.6990,0.05,0.6990 closures,closures,4,4,4,4,0.08,0.6990,0.05,0.6990 clothespins,clothespins,4,4,3,3,0.08,0.6990,0.05,0.6990 cloudbursts,cloudbursts,4,4,3,3,0.08,0.6990,0.05,0.6990 cloudiness,cloudiness,4,4,4,4,0.08,0.6990,0.05,0.6990 clubby,clubby,5,4,5,4,0.10,0.7782,0.05,0.6990 clumps,clumps,4,4,4,4,0.08,0.6990,0.05,0.6990 clunks,clunks,4,4,4,4,0.08,0.6990,0.05,0.6990 clustered,clustered,4,4,4,4,0.08,0.6990,0.05,0.6990 Clutters,clutters,12,4,4,3,0.24,1.1139,0.05,0.6990 coastlines,coastlines,4,4,4,4,0.08,0.6990,0.05,0.6990 coauthor,coauthor,5,4,4,4,0.10,0.7782,0.05,0.6990 cobblestones,cobblestones,4,4,3,3,0.08,0.6990,0.05,0.6990 cochlear,cochlear,8,4,8,4,0.16,0.9542,0.05,0.6990 cockerel,cockerel,6,4,6,4,0.12,0.8451,0.05,0.6990 cockfights,cockfights,5,4,5,4,0.10,0.7782,0.05,0.6990 cockle,cockle,4,4,4,4,0.08,0.6990,0.05,0.6990 cocooned,cocooned,5,4,5,4,0.10,0.7782,0.05,0.6990 cocreating,cocreating,4,4,4,4,0.08,0.6990,0.05,0.6990 codeword,codeword,9,4,6,4,0.18,1.0000,0.05,0.6990 codicil,codicil,5,4,5,4,0.10,0.7782,0.05,0.6990 coefficient,coefficient,8,4,8,4,0.16,0.9542,0.05,0.6990 coercing,coercing,4,4,4,4,0.08,0.6990,0.05,0.6990 Coffer,coffer,5,4,2,2,0.10,0.7782,0.05,0.6990 cofounder,cofounder,4,4,3,3,0.08,0.6990,0.05,0.6990 cognacs,cognacs,4,4,4,4,0.08,0.6990,0.05,0.6990 coherently,coherently,6,4,4,4,0.12,0.8451,0.05,0.6990 cohesive,cohesive,7,4,7,4,0.14,0.9031,0.05,0.6990 coiffure,coiffure,5,4,5,4,0.10,0.7782,0.05,0.6990 Cokie,cokie,6,4,0,0,0.12,0.8451,0.05,0.6990 colander,colander,6,4,6,4,0.12,0.8451,0.05,0.6990 colectomy,colectomy,5,4,5,4,0.10,0.7782,0.05,0.6990 colicky,colicky,4,4,4,4,0.08,0.6990,0.05,0.6990 Coll,coll,6,4,1,1,0.12,0.8451,0.05,0.6990 collies,collies,4,4,4,4,0.08,0.6990,0.05,0.6990 colonizing,colonizing,4,4,4,4,0.08,0.6990,0.05,0.6990 colons,colons,4,4,3,3,0.08,0.6990,0.05,0.6990 colossally,colossally,4,4,4,4,0.08,0.6990,0.05,0.6990 combustibles,combustibles,5,4,5,4,0.10,0.7782,0.05,0.6990 comida,comida,6,4,6,4,0.12,0.8451,0.05,0.6990 commercialized,commercialized,4,4,4,4,0.08,0.6990,0.05,0.6990 commissioning,commissioning,4,4,4,4,0.08,0.6990,0.05,0.6990 communes,communes,5,4,5,4,0.10,0.7782,0.05,0.6990 communiques,communiques,4,4,4,4,0.08,0.6990,0.05,0.6990 communistic,communistic,4,4,4,4,0.08,0.6990,0.05,0.6990 commutes,commutes,4,4,4,4,0.08,0.6990,0.05,0.6990 companionable,companionable,4,4,4,4,0.08,0.6990,0.05,0.6990 compatriot,compatriot,4,4,4,4,0.08,0.6990,0.05,0.6990 compere,compere,4,4,3,3,0.08,0.6990,0.05,0.6990 competitively,competitively,4,4,4,4,0.08,0.6990,0.05,0.6990 complainants,complainants,4,4,4,4,0.08,0.6990,0.05,0.6990 compounding,compounding,4,4,3,3,0.08,0.6990,0.05,0.6990 comprehends,comprehends,4,4,4,4,0.08,0.6990,0.05,0.6990 comprising,comprising,4,4,3,3,0.08,0.6990,0.05,0.6990 computation,computation,4,4,4,4,0.08,0.6990,0.05,0.6990 comradely,comradely,4,4,4,4,0.08,0.6990,0.05,0.6990 Comsat,comsat,4,4,1,1,0.08,0.6990,0.05,0.6990 conceives,conceives,4,4,4,4,0.08,0.6990,0.05,0.6990 conciliation,conciliation,4,4,3,3,0.08,0.6990,0.05,0.6990 concussed,concussed,7,4,5,4,0.14,0.9031,0.05,0.6990 concussive,concussive,4,4,2,2,0.08,0.6990,0.05,0.6990 condenser,condenser,7,4,7,4,0.14,0.9031,0.05,0.6990 condenses,condenses,6,4,6,4,0.12,0.8451,0.05,0.6990 conduction,conduction,6,4,5,3,0.12,0.8451,0.05,0.6990 confabulation,confabulation,5,4,5,4,0.10,0.7782,0.05,0.6990 confoundedly,confoundedly,5,4,5,4,0.10,0.7782,0.05,0.6990 congas,congas,5,4,5,4,0.10,0.7782,0.05,0.6990 congee,congee,4,4,4,4,0.08,0.6990,0.05,0.6990 congenitally,congenitally,4,4,4,4,0.08,0.6990,0.05,0.6990 congregated,congregated,4,4,4,4,0.08,0.6990,0.05,0.6990 congregations,congregations,4,4,4,4,0.08,0.6990,0.05,0.6990 conjurer,conjurer,5,4,5,4,0.10,0.7782,0.05,0.6990 conniver,conniver,4,4,4,4,0.08,0.6990,0.05,0.6990 connubial,connubial,4,4,4,4,0.08,0.6990,0.05,0.6990 Conquistador,conquistador,7,4,2,2,0.14,0.9031,0.05,0.6990 conscientiously,conscientiously,4,4,4,4,0.08,0.6990,0.05,0.6990 conscripted,conscripted,4,4,4,4,0.08,0.6990,0.05,0.6990 Conservancy,conservancy,17,4,8,2,0.33,1.2553,0.05,0.6990 conservator,conservator,8,4,8,4,0.16,0.9542,0.05,0.6990 conserved,conserved,4,4,4,4,0.08,0.6990,0.05,0.6990 consorts,consorts,5,4,5,4,0.10,0.7782,0.05,0.6990 constants,constants,4,4,4,4,0.08,0.6990,0.05,0.6990 constituting,constituting,4,4,4,4,0.08,0.6990,0.05,0.6990 constrictors,constrictors,8,4,6,4,0.16,0.9542,0.05,0.6990 constricts,constricts,4,4,4,4,0.08,0.6990,0.05,0.6990 constructions,constructions,4,4,4,4,0.08,0.6990,0.05,0.6990 containable,containable,4,4,4,4,0.08,0.6990,0.05,0.6990 contending,contending,4,4,4,4,0.08,0.6990,0.05,0.6990 contoured,contoured,4,4,4,4,0.08,0.6990,0.05,0.6990 convalescence,convalescence,4,4,4,4,0.08,0.6990,0.05,0.6990 convection,convection,4,4,4,4,0.08,0.6990,0.05,0.6990 conventioneers,conventioneers,5,4,5,4,0.10,0.7782,0.05,0.6990 converged,converged,5,4,5,4,0.10,0.7782,0.05,0.6990 convulsed,convulsed,4,4,4,4,0.08,0.6990,0.05,0.6990 cookouts,cookouts,5,4,4,4,0.10,0.7782,0.05,0.6990 coos,coos,5,4,4,4,0.10,0.7782,0.05,0.6990 copperhead,copperhead,7,4,5,3,0.14,0.9031,0.05,0.6990 coppin,coppin,4,4,4,4,0.08,0.6990,0.05,0.6990 copra,copra,4,4,4,4,0.08,0.6990,0.05,0.6990 copybook,copybook,4,4,4,4,0.08,0.6990,0.05,0.6990 cordillera,cordillera,6,4,3,1,0.12,0.8451,0.05,0.6990 coriander,coriander,4,4,3,3,0.08,0.6990,0.05,0.6990 cornices,cornices,4,4,4,4,0.08,0.6990,0.05,0.6990 Corning,corning,7,4,1,1,0.14,0.9031,0.05,0.6990 coronaries,coronaries,4,4,4,4,0.08,0.6990,0.05,0.6990 Corregidor,corregidor,11,4,0,0,0.22,1.0792,0.05,0.6990 corsages,corsages,5,4,4,3,0.10,0.7782,0.05,0.6990 Corsair,corsair,7,4,1,1,0.14,0.9031,0.05,0.6990 corse,corse,10,4,7,2,0.20,1.0414,0.05,0.6990 Cortes,cortes,8,4,0,0,0.16,0.9542,0.05,0.6990 Cortina,cortina,16,4,0,0,0.31,1.2304,0.05,0.6990 cosigned,cosigned,4,4,4,4,0.08,0.6990,0.05,0.6990 cosmological,cosmological,4,4,4,4,0.08,0.6990,0.05,0.6990 cottons,cottons,6,4,3,2,0.12,0.8451,0.05,0.6990 counteracts,counteracts,4,4,4,4,0.08,0.6990,0.05,0.6990 counterfeits,counterfeits,7,4,7,4,0.14,0.9031,0.05,0.6990 countermove,countermove,4,4,4,4,0.08,0.6990,0.05,0.6990 counterstrike,counterstrike,4,4,4,4,0.08,0.6990,0.05,0.6990 countesses,countesses,5,4,3,2,0.10,0.7782,0.05,0.6990 coupes,coupes,5,4,5,4,0.10,0.7782,0.05,0.6990 couplers,couplers,6,4,5,4,0.12,0.8451,0.05,0.6990 coups,coups,4,4,3,3,0.08,0.6990,0.05,0.6990 courtesans,courtesans,9,4,7,4,0.18,1.0000,0.05,0.6990 courtly,courtly,9,4,8,4,0.18,1.0000,0.05,0.6990 covenants,covenants,5,4,4,3,0.10,0.7782,0.05,0.6990 covetous,covetous,4,4,4,4,0.08,0.6990,0.05,0.6990 Cowan,cowan,6,4,0,0,0.12,0.8451,0.05,0.6990 cowlick,cowlick,4,4,4,4,0.08,0.6990,0.05,0.6990 Coxswain,coxswain,5,4,0,0,0.10,0.7782,0.05,0.6990 Cps,cps,6,4,1,1,0.12,0.8451,0.05,0.6990 Cpt,cpt,4,4,0,0,0.08,0.6990,0.05,0.6990 cracky,cracky,5,4,3,3,0.10,0.7782,0.05,0.6990 Crain,crain,38,4,0,0,0.75,1.5911,0.05,0.6990 crampy,crampy,5,4,5,4,0.10,0.7782,0.05,0.6990 crappiest,crappiest,4,4,4,4,0.08,0.6990,0.05,0.6990 crappin,crappin,4,4,4,4,0.08,0.6990,0.05,0.6990 cravats,cravats,4,4,4,4,0.08,0.6990,0.05,0.6990 crawdads,crawdads,4,4,3,3,0.08,0.6990,0.05,0.6990 credentialed,credentialed,4,4,4,4,0.08,0.6990,0.05,0.6990 credibly,credibly,4,4,3,3,0.08,0.6990,0.05,0.6990 creosote,creosote,7,4,6,3,0.14,0.9031,0.05,0.6990 Crimea,crimea,10,4,0,0,0.20,1.0414,0.05,0.6990 Criminalistics,criminalistics,9,4,0,0,0.18,1.0000,0.05,0.6990 crimped,crimped,4,4,4,4,0.08,0.6990,0.05,0.6990 cringed,cringed,4,4,4,4,0.08,0.6990,0.05,0.6990 crinkly,crinkly,4,4,4,4,0.08,0.6990,0.05,0.6990 crinoline,crinoline,4,4,4,4,0.08,0.6990,0.05,0.6990 Crispin,crispin,15,4,0,0,0.29,1.2041,0.05,0.6990 crisscrossed,crisscrossed,4,4,4,4,0.08,0.6990,0.05,0.6990 critiqued,critiqued,4,4,4,4,0.08,0.6990,0.05,0.6990 crossbar,crossbar,5,4,5,4,0.10,0.7782,0.05,0.6990 crosschecked,crosschecked,4,4,4,4,0.08,0.6990,0.05,0.6990 crosscut,crosscut,6,4,3,3,0.12,0.8451,0.05,0.6990 crosser,crosser,5,4,5,4,0.10,0.7782,0.05,0.6990 crotches,crotches,4,4,4,4,0.08,0.6990,0.05,0.6990 Croyden,croyden,5,4,0,0,0.10,0.7782,0.05,0.6990 crudites,crudites,4,4,4,4,0.08,0.6990,0.05,0.6990 crudity,crudity,4,4,4,4,0.08,0.6990,0.05,0.6990 cruds,cruds,5,4,5,4,0.10,0.7782,0.05,0.6990 cruellest,cruellest,4,4,4,4,0.08,0.6990,0.05,0.6990 crullers,crullers,5,4,5,4,0.10,0.7782,0.05,0.6990 cruncher,cruncher,4,4,4,4,0.08,0.6990,0.05,0.6990 crypto,crypto,4,4,4,4,0.08,0.6990,0.05,0.6990 crypts,crypts,5,4,5,4,0.10,0.7782,0.05,0.6990 crystallize,crystallize,4,4,4,4,0.08,0.6990,0.05,0.6990 cubbyhole,cubbyhole,5,4,5,4,0.10,0.7782,0.05,0.6990 Cuesta,cuesta,10,4,0,0,0.20,1.0414,0.05,0.6990 cufflink,cufflink,5,4,5,4,0.10,0.7782,0.05,0.6990 cull,cull,4,4,3,3,0.08,0.6990,0.05,0.6990 Cully,cully,57,4,1,1,1.12,1.7634,0.05,0.6990 culverts,culverts,5,4,5,4,0.10,0.7782,0.05,0.6990 cumming,cumming,13,4,12,3,0.25,1.1461,0.05,0.6990 Cummins,cummins,5,4,0,0,0.10,0.7782,0.05,0.6990 cuppy,cuppy,4,4,2,2,0.08,0.6990,0.05,0.6990 curators,curators,4,4,4,4,0.08,0.6990,0.05,0.6990 curdles,curdles,4,4,2,2,0.08,0.6990,0.05,0.6990 curds,curds,4,4,4,4,0.08,0.6990,0.05,0.6990 curfews,curfews,4,4,4,4,0.08,0.6990,0.05,0.6990 cursive,cursive,4,4,4,4,0.08,0.6990,0.05,0.6990 curtailed,curtailed,4,4,4,4,0.08,0.6990,0.05,0.6990 cuspidor,cuspidor,4,4,3,3,0.08,0.6990,0.05,0.6990 custodians,custodians,4,4,4,4,0.08,0.6990,0.05,0.6990 customize,customize,4,4,4,4,0.08,0.6990,0.05,0.6990 cutaway,cutaway,4,4,4,4,0.08,0.6990,0.05,0.6990 cutes,cutes,6,4,6,4,0.12,0.8451,0.05,0.6990 cutoffs,cutoffs,8,4,8,4,0.16,0.9542,0.05,0.6990 cuttlefish,cuttlefish,10,4,9,4,0.20,1.0414,0.05,0.6990 cutty,cutty,12,4,10,2,0.24,1.1139,0.05,0.6990 cutup,cutup,4,4,4,4,0.08,0.6990,0.05,0.6990 cyclotron,cyclotron,4,4,4,4,0.08,0.6990,0.05,0.6990 Cygnus,cygnus,25,4,0,0,0.49,1.4150,0.05,0.6990 cytoplasm,cytoplasm,4,4,4,4,0.08,0.6990,0.05,0.6990 czars,czars,4,4,4,4,0.08,0.6990,0.05,0.6990 Daedalus,daedalus,48,4,0,0,0.94,1.6902,0.05,0.6990 danishes,danishes,9,4,6,3,0.18,1.0000,0.05,0.6990 darkens,darkens,4,4,4,4,0.08,0.6990,0.05,0.6990 darkie,darkie,7,4,7,4,0.14,0.9031,0.05,0.6990 daub,daub,4,4,4,4,0.08,0.6990,0.05,0.6990 daunted,daunted,4,4,4,4,0.08,0.6990,0.05,0.6990 deacons,deacons,7,4,7,4,0.14,0.9031,0.05,0.6990 Deadbolt,deadbolt,5,4,2,2,0.10,0.7782,0.05,0.6990 deadened,deadened,4,4,4,4,0.08,0.6990,0.05,0.6990 dearth,dearth,5,4,5,4,0.10,0.7782,0.05,0.6990 Deathwatch,deathwatch,13,4,3,3,0.25,1.1461,0.05,0.6990 debuts,debuts,4,4,4,4,0.08,0.6990,0.05,0.6990 decays,decays,4,4,4,4,0.08,0.6990,0.05,0.6990 deceitfully,deceitfully,4,4,4,4,0.08,0.6990,0.05,0.6990 deceptively,deceptively,4,4,3,3,0.08,0.6990,0.05,0.6990 deciduous,deciduous,4,4,4,4,0.08,0.6990,0.05,0.6990 decking,decking,4,4,4,4,0.08,0.6990,0.05,0.6990 decommission,decommission,5,4,5,4,0.10,0.7782,0.05,0.6990 decommissioning,decommissioning,5,4,5,4,0.10,0.7782,0.05,0.6990 decompensated,decompensated,4,4,4,4,0.08,0.6990,0.05,0.6990 decompressed,decompressed,4,4,4,4,0.08,0.6990,0.05,0.6990 deconstructed,deconstructed,4,4,4,4,0.08,0.6990,0.05,0.6990 decoyed,decoyed,4,4,4,4,0.08,0.6990,0.05,0.6990 defaults,defaults,4,4,4,4,0.08,0.6990,0.05,0.6990 defecating,defecating,4,4,4,4,0.08,0.6990,0.05,0.6990 defectives,defectives,4,4,4,4,0.08,0.6990,0.05,0.6990 defiler,defiler,4,4,4,4,0.08,0.6990,0.05,0.6990 deflating,deflating,4,4,4,4,0.08,0.6990,0.05,0.6990 deflectors,deflectors,9,4,6,3,0.18,1.0000,0.05,0.6990 deform,deform,6,4,6,4,0.12,0.8451,0.05,0.6990 defray,defray,4,4,4,4,0.08,0.6990,0.05,0.6990 dehumanization,dehumanization,5,4,4,3,0.10,0.7782,0.05,0.6990 Dehydrating,dehydrating,5,4,2,2,0.10,0.7782,0.05,0.6990 delegating,delegating,4,4,4,4,0.08,0.6990,0.05,0.6990 delegations,delegations,4,4,4,4,0.08,0.6990,0.05,0.6990 delis,delis,4,4,3,3,0.08,0.6990,0.05,0.6990 delouse,delouse,4,4,2,2,0.08,0.6990,0.05,0.6990 Deltas,deltas,6,4,1,1,0.12,0.8451,0.05,0.6990 Demagnetize,demagnetize,4,4,1,1,0.08,0.6990,0.05,0.6990 demilitarized,demilitarized,6,4,6,4,0.12,0.8451,0.05,0.6990 demitasse,demitasse,4,4,3,3,0.08,0.6990,0.05,0.6990 demonizing,demonizing,4,4,4,4,0.08,0.6990,0.05,0.6990 demonstrable,demonstrable,5,4,5,4,0.10,0.7782,0.05,0.6990 denatured,denatured,4,4,3,3,0.08,0.6990,0.05,0.6990 denote,denote,4,4,4,4,0.08,0.6990,0.05,0.6990 densities,densities,5,4,5,4,0.10,0.7782,0.05,0.6990 Dep,dep,5,4,1,1,0.10,0.7782,0.05,0.6990 dependability,dependability,4,4,4,4,0.08,0.6990,0.05,0.6990 deployments,deployments,4,4,4,4,0.08,0.6990,0.05,0.6990 depositor,depositor,5,4,5,4,0.10,0.7782,0.05,0.6990 depressant,depressant,5,4,5,4,0.10,0.7782,0.05,0.6990 depressingly,depressingly,4,4,4,4,0.08,0.6990,0.05,0.6990 deprogram,deprogram,4,4,4,4,0.08,0.6990,0.05,0.6990 Dere,dere,9,4,2,1,0.18,1.0000,0.05,0.6990 deride,deride,5,4,5,4,0.10,0.7782,0.05,0.6990 derma,derma,5,4,4,3,0.10,0.7782,0.05,0.6990 desensitize,desensitize,4,4,3,3,0.08,0.6990,0.05,0.6990 designates,designates,4,4,4,4,0.08,0.6990,0.05,0.6990 desperados,desperados,4,4,4,4,0.08,0.6990,0.05,0.6990 destabilise,destabilise,4,4,4,4,0.08,0.6990,0.05,0.6990 deteriorates,deteriorates,5,4,5,4,0.10,0.7782,0.05,0.6990 determinants,determinants,4,4,4,4,0.08,0.6990,0.05,0.6990 dethroned,dethroned,4,4,4,4,0.08,0.6990,0.05,0.6990 deuterium,deuterium,6,4,6,4,0.12,0.8451,0.05,0.6990 devolve,devolve,5,4,4,3,0.10,0.7782,0.05,0.6990 devolved,devolved,5,4,5,4,0.10,0.7782,0.05,0.6990 Devonian,devonian,8,4,0,0,0.16,0.9542,0.05,0.6990 diabolic,diabolic,4,4,4,4,0.08,0.6990,0.05,0.6990 diamondback,diamondback,5,4,3,3,0.10,0.7782,0.05,0.6990 diaphragmatic,diaphragmatic,4,4,4,4,0.08,0.6990,0.05,0.6990 Dido,dido,4,4,0,0,0.08,0.6990,0.05,0.6990 Diehard,diehard,5,4,2,2,0.10,0.7782,0.05,0.6990 dieing,dieing,5,4,5,4,0.10,0.7782,0.05,0.6990 differentiates,differentiates,4,4,4,4,0.08,0.6990,0.05,0.6990 differentiation,differentiation,4,4,4,4,0.08,0.6990,0.05,0.6990 diffident,diffident,5,4,5,4,0.10,0.7782,0.05,0.6990 digestible,digestible,4,4,4,4,0.08,0.6990,0.05,0.6990 digged,digged,5,4,5,4,0.10,0.7782,0.05,0.6990 digitize,digitize,4,4,4,4,0.08,0.6990,0.05,0.6990 dignitary,dignitary,6,4,4,4,0.12,0.8451,0.05,0.6990 dilatation,dilatation,4,4,4,4,0.08,0.6990,0.05,0.6990 dilating,dilating,5,4,5,4,0.10,0.7782,0.05,0.6990 dilations,dilations,4,4,4,4,0.08,0.6990,0.05,0.6990 dilutes,dilutes,4,4,4,4,0.08,0.6990,0.05,0.6990 Dinge,dinge,10,4,4,3,0.20,1.0414,0.05,0.6990 dingoes,dingoes,6,4,5,4,0.12,0.8451,0.05,0.6990 dinning,dinning,4,4,4,4,0.08,0.6990,0.05,0.6990 Diogenes,diogenes,4,4,0,0,0.08,0.6990,0.05,0.6990 dipsomaniac,dipsomaniac,4,4,4,4,0.08,0.6990,0.05,0.6990 dir,dir,4,4,2,2,0.08,0.6990,0.05,0.6990 dirtiness,dirtiness,4,4,4,4,0.08,0.6990,0.05,0.6990 disables,disables,4,4,2,2,0.08,0.6990,0.05,0.6990 disabuse,disabuse,4,4,4,4,0.08,0.6990,0.05,0.6990 disavow,disavow,4,4,4,4,0.08,0.6990,0.05,0.6990 disbar,disbar,4,4,3,3,0.08,0.6990,0.05,0.6990 disciplines,disciplines,4,4,4,4,0.08,0.6990,0.05,0.6990 disclaimer,disclaimer,4,4,4,4,0.08,0.6990,0.05,0.6990 disconnection,disconnection,4,4,4,4,0.08,0.6990,0.05,0.6990 discontinuing,discontinuing,4,4,4,4,0.08,0.6990,0.05,0.6990 discouragement,discouragement,4,4,4,4,0.08,0.6990,0.05,0.6990 discourses,discourses,4,4,4,4,0.08,0.6990,0.05,0.6990 disembarking,disembarking,5,4,5,4,0.10,0.7782,0.05,0.6990 disenchantment,disenchantment,4,4,4,4,0.08,0.6990,0.05,0.6990 disfigure,disfigure,4,4,4,4,0.08,0.6990,0.05,0.6990 disharmony,disharmony,4,4,4,4,0.08,0.6990,0.05,0.6990 disheartening,disheartening,4,4,4,4,0.08,0.6990,0.05,0.6990 dishonoring,dishonoring,4,4,4,4,0.08,0.6990,0.05,0.6990 dismounted,dismounted,6,4,4,4,0.12,0.8451,0.05,0.6990 disorganised,disorganised,4,4,4,4,0.08,0.6990,0.05,0.6990 disorient,disorient,4,4,4,4,0.08,0.6990,0.05,0.6990 disorientated,disorientated,4,4,4,4,0.08,0.6990,0.05,0.6990 dispelled,dispelled,4,4,4,4,0.08,0.6990,0.05,0.6990 displeases,displeases,4,4,4,4,0.08,0.6990,0.05,0.6990 disposer,disposer,4,4,4,4,0.08,0.6990,0.05,0.6990 dispossess,dispossess,4,4,4,4,0.08,0.6990,0.05,0.6990 disquiet,disquiet,4,4,4,4,0.08,0.6990,0.05,0.6990 disrobed,disrobed,5,4,5,4,0.10,0.7782,0.05,0.6990 dissembling,dissembling,5,4,4,4,0.10,0.7782,0.05,0.6990 disseminate,disseminate,4,4,4,4,0.08,0.6990,0.05,0.6990 dissolute,dissolute,4,4,4,4,0.08,0.6990,0.05,0.6990 distention,distention,4,4,4,4,0.08,0.6990,0.05,0.6990 distill,distill,7,4,7,4,0.14,0.9031,0.05,0.6990 dither,dither,4,4,4,4,0.08,0.6990,0.05,0.6990 dithering,dithering,4,4,2,2,0.08,0.6990,0.05,0.6990 diuretics,diuretics,4,4,4,4,0.08,0.6990,0.05,0.6990 Divas,divas,4,4,1,1,0.08,0.6990,0.05,0.6990 divergent,divergent,4,4,4,4,0.08,0.6990,0.05,0.6990 diverticulum,diverticulum,6,4,6,4,0.12,0.8451,0.05,0.6990 diverts,diverts,4,4,4,4,0.08,0.6990,0.05,0.6990 divest,divest,4,4,3,3,0.08,0.6990,0.05,0.6990 divisi,divisi,5,4,5,4,0.10,0.7782,0.05,0.6990 divisible,divisible,4,4,4,4,0.08,0.6990,0.05,0.6990 Dk,dk,22,4,0,0,0.43,1.3617,0.05,0.6990 dobbin,dobbin,7,4,5,2,0.14,0.9031,0.05,0.6990 dockside,dockside,4,4,4,4,0.08,0.6990,0.05,0.6990 dogfaces,dogfaces,4,4,4,4,0.08,0.6990,0.05,0.6990 dol,dol,4,4,3,3,0.08,0.6990,0.05,0.6990 doled,doled,4,4,4,4,0.08,0.6990,0.05,0.6990 domed,domed,8,4,7,4,0.16,0.9542,0.05,0.6990 Dominator,dominator,9,4,1,1,0.18,1.0000,0.05,0.6990 Domine,domine,5,4,1,1,0.10,0.7782,0.05,0.6990 doorjamb,doorjamb,4,4,4,4,0.08,0.6990,0.05,0.6990 dopehead,dopehead,4,4,4,4,0.08,0.6990,0.05,0.6990 Dorn,dorn,9,4,0,0,0.18,1.0000,0.05,0.6990 Dotcom,dotcom,10,4,1,1,0.20,1.0414,0.05,0.6990 doubloon,doubloon,6,4,6,4,0.12,0.8451,0.05,0.6990 doughboys,doughboys,4,4,3,3,0.08,0.6990,0.05,0.6990 downshift,downshift,4,4,4,4,0.08,0.6990,0.05,0.6990 downturn,downturn,4,4,4,4,0.08,0.6990,0.05,0.6990 dozes,dozes,4,4,4,4,0.08,0.6990,0.05,0.6990 dozy,dozy,5,4,5,4,0.10,0.7782,0.05,0.6990 draftsman,draftsman,5,4,5,4,0.10,0.7782,0.05,0.6990 dramatise,dramatise,4,4,4,4,0.08,0.6990,0.05,0.6990 dramatization,dramatization,4,4,4,4,0.08,0.6990,0.05,0.6990 dramatized,dramatized,4,4,3,3,0.08,0.6990,0.05,0.6990 draping,draping,4,4,4,4,0.08,0.6990,0.05,0.6990 drawl,drawl,4,4,4,4,0.08,0.6990,0.05,0.6990 dreamless,dreamless,6,4,5,4,0.12,0.8451,0.05,0.6990 dressmaking,dressmaking,4,4,4,4,0.08,0.6990,0.05,0.6990 druggy,druggy,4,4,4,4,0.08,0.6990,0.05,0.6990 Drury,drury,5,4,0,0,0.10,0.7782,0.05,0.6990 dubs,dubs,4,4,4,4,0.08,0.6990,0.05,0.6990 duchy,duchy,5,4,3,2,0.10,0.7782,0.05,0.6990 ductless,ductless,4,4,4,4,0.08,0.6990,0.05,0.6990 dudgeon,dudgeon,6,4,5,4,0.12,0.8451,0.05,0.6990 dukedom,dukedom,5,4,5,4,0.10,0.7782,0.05,0.6990 Dulce,dulce,4,4,1,1,0.08,0.6990,0.05,0.6990 dulcimer,dulcimer,5,4,5,4,0.10,0.7782,0.05,0.6990 Dullsville,dullsville,5,4,0,0,0.10,0.7782,0.05,0.6990 Dumas,dumas,5,4,0,0,0.10,0.7782,0.05,0.6990 dusts,dusts,4,4,4,4,0.08,0.6990,0.05,0.6990 dwelled,dwelled,4,4,4,4,0.08,0.6990,0.05,0.6990 dyspeptic,dyspeptic,4,4,4,4,0.08,0.6990,0.05,0.6990 dysphoria,dysphoria,5,4,5,4,0.10,0.7782,0.05,0.6990 ea,ea,5,4,5,4,0.10,0.7782,0.05,0.6990 earless,earless,4,4,4,4,0.08,0.6990,0.05,0.6990 earwig,earwig,5,4,5,4,0.10,0.7782,0.05,0.6990 eavesdropper,eavesdropper,4,4,4,4,0.08,0.6990,0.05,0.6990 echelons,echelons,4,4,4,4,0.08,0.6990,0.05,0.6990 echolocation,echolocation,5,4,3,2,0.10,0.7782,0.05,0.6990 Eco,eco,6,4,1,1,0.12,0.8451,0.05,0.6990 ecstasies,ecstasies,4,4,4,4,0.08,0.6990,0.05,0.6990 edgier,edgier,5,4,5,4,0.10,0.7782,0.05,0.6990 editorialize,editorialize,4,4,4,4,0.08,0.6990,0.05,0.6990 editorializing,editorializing,5,4,5,4,0.10,0.7782,0.05,0.6990 Edwardian,edwardian,4,4,0,0,0.08,0.6990,0.05,0.6990 Ef,ef,22,4,1,1,0.43,1.3617,0.05,0.6990 effendi,effendi,17,4,11,2,0.33,1.2553,0.05,0.6990 effluent,effluent,4,4,4,4,0.08,0.6990,0.05,0.6990 egalitarian,egalitarian,4,4,3,3,0.08,0.6990,0.05,0.6990 eggnogs,eggnogs,5,4,5,4,0.10,0.7782,0.05,0.6990 egomaniacs,egomaniacs,4,4,3,3,0.08,0.6990,0.05,0.6990 ejects,ejects,4,4,2,2,0.08,0.6990,0.05,0.6990 eke,eke,4,4,4,4,0.08,0.6990,0.05,0.6990 eking,eking,4,4,4,4,0.08,0.6990,0.05,0.6990 elaborately,elaborately,4,4,4,4,0.08,0.6990,0.05,0.6990 electrocardiogram,electrocardiogram,4,4,4,4,0.08,0.6990,0.05,0.6990 electroconvulsive,electroconvulsive,4,4,4,4,0.08,0.6990,0.05,0.6990 electromagnet,electromagnet,5,4,5,4,0.10,0.7782,0.05,0.6990 elephantine,elephantine,4,4,4,4,0.08,0.6990,0.05,0.6990 elfin,elfin,8,4,8,4,0.16,0.9542,0.05,0.6990 eliminations,eliminations,4,4,3,3,0.08,0.6990,0.05,0.6990 ellipsis,ellipsis,9,4,8,4,0.18,1.0000,0.05,0.6990 Elms,elms,4,4,1,1,0.08,0.6990,0.05,0.6990 els,els,4,4,3,3,0.08,0.6990,0.05,0.6990 Elvish,elvish,14,4,2,1,0.27,1.1761,0.05,0.6990 emaciated,emaciated,4,4,4,4,0.08,0.6990,0.05,0.6990 embalm,embalm,4,4,3,3,0.08,0.6990,0.05,0.6990 embed,embed,4,4,3,3,0.08,0.6990,0.05,0.6990 emblematic,emblematic,4,4,3,3,0.08,0.6990,0.05,0.6990 Emeril,emeril,10,4,0,0,0.20,1.0414,0.05,0.6990 emotionalism,emotionalism,4,4,4,4,0.08,0.6990,0.05,0.6990 emphasise,emphasise,4,4,4,4,0.08,0.6990,0.05,0.6990 emphasising,emphasising,4,4,4,4,0.08,0.6990,0.05,0.6990 emphasizing,emphasizing,4,4,4,4,0.08,0.6990,0.05,0.6990 empowerment,empowerment,5,4,5,4,0.10,0.7782,0.05,0.6990 empowers,empowers,4,4,4,4,0.08,0.6990,0.05,0.6990 enchants,enchants,4,4,4,4,0.08,0.6990,0.05,0.6990 encode,encode,5,4,5,4,0.10,0.7782,0.05,0.6990 encryptions,encryptions,4,4,4,4,0.08,0.6990,0.05,0.6990 Englander,englander,8,4,0,0,0.16,0.9542,0.05,0.6990 Englanders,englanders,4,4,0,0,0.08,0.6990,0.05,0.6990 enhancements,enhancements,4,4,4,4,0.08,0.6990,0.05,0.6990 enlargements,enlargements,4,4,4,4,0.08,0.6990,0.05,0.6990 enlarger,enlarger,7,4,6,4,0.14,0.9031,0.05,0.6990 enlivened,enlivened,6,4,6,4,0.12,0.8451,0.05,0.6990 ennoble,ennoble,4,4,4,4,0.08,0.6990,0.05,0.6990 Enright,enright,26,4,1,1,0.51,1.4314,0.05,0.6990 enrolment,enrolment,7,4,7,4,0.14,0.9031,0.05,0.6990 enthroned,enthroned,4,4,4,4,0.08,0.6990,0.05,0.6990 enticement,enticement,4,4,3,3,0.08,0.6990,0.05,0.6990 entomb,entomb,5,4,5,4,0.10,0.7782,0.05,0.6990 entomological,entomological,4,4,3,3,0.08,0.6990,0.05,0.6990 entr,entr,4,4,4,4,0.08,0.6990,0.05,0.6990 envelop,envelop,4,4,4,4,0.08,0.6990,0.05,0.6990 enveloping,enveloping,4,4,4,4,0.08,0.6990,0.05,0.6990 envelops,envelops,4,4,4,4,0.08,0.6990,0.05,0.6990 envisioning,envisioning,4,4,4,4,0.08,0.6990,0.05,0.6990 Ephesians,ephesians,4,4,0,0,0.08,0.6990,0.05,0.6990 epically,epically,4,4,4,4,0.08,0.6990,0.05,0.6990 epicentre,epicentre,4,4,3,3,0.08,0.6990,0.05,0.6990 epiphanies,epiphanies,4,4,2,2,0.08,0.6990,0.05,0.6990 epistemic,epistemic,8,4,8,4,0.16,0.9542,0.05,0.6990 equaliser,equaliser,4,4,4,4,0.08,0.6990,0.05,0.6990 equalized,equalized,4,4,4,4,0.08,0.6990,0.05,0.6990 equalizing,equalizing,4,4,4,4,0.08,0.6990,0.05,0.6990 equidistant,equidistant,7,4,5,4,0.14,0.9031,0.05,0.6990 equiped,equiped,4,4,4,4,0.08,0.6990,0.05,0.6990 equipments,equipments,5,4,5,4,0.10,0.7782,0.05,0.6990 Erasmus,erasmus,7,4,0,0,0.14,0.9031,0.05,0.6990 erasures,erasures,4,4,4,4,0.08,0.6990,0.05,0.6990 Ern,ern,23,4,0,0,0.45,1.3802,0.05,0.6990 erotomania,erotomania,4,4,2,2,0.08,0.6990,0.05,0.6990 erythema,erythema,4,4,3,3,0.08,0.6990,0.05,0.6990 espousing,espousing,4,4,4,4,0.08,0.6990,0.05,0.6990 ess,ess,5,4,4,3,0.10,0.7782,0.05,0.6990 esse,esse,9,4,8,3,0.18,1.0000,0.05,0.6990 essences,essences,6,4,6,4,0.12,0.8451,0.05,0.6990 Estonian,estonian,8,4,0,0,0.16,0.9542,0.05,0.6990 Eth,eth,5,4,2,2,0.10,0.7782,0.05,0.6990 Ethiopians,ethiopians,4,4,0,0,0.08,0.6990,0.05,0.6990 ethmoid,ethmoid,4,4,4,4,0.08,0.6990,0.05,0.6990 ethylene,ethylene,10,4,10,4,0.20,1.0414,0.05,0.6990 etiology,etiology,4,4,3,3,0.08,0.6990,0.05,0.6990 eulogize,eulogize,4,4,4,4,0.08,0.6990,0.05,0.6990 evacuees,evacuees,5,4,5,4,0.10,0.7782,0.05,0.6990 evangelism,evangelism,4,4,3,3,0.08,0.6990,0.05,0.6990 eviscerating,eviscerating,5,4,5,4,0.10,0.7782,0.05,0.6990 exacts,exacts,4,4,4,4,0.08,0.6990,0.05,0.6990 excerpt,excerpt,5,4,4,4,0.10,0.7782,0.05,0.6990 excised,excised,5,4,5,4,0.10,0.7782,0.05,0.6990 exclaims,exclaims,4,4,3,3,0.08,0.6990,0.05,0.6990 exclusives,exclusives,5,4,4,3,0.10,0.7782,0.05,0.6990 excommunicate,excommunicate,5,4,5,4,0.10,0.7782,0.05,0.6990 excreted,excreted,4,4,3,3,0.08,0.6990,0.05,0.6990 excretes,excretes,4,4,4,4,0.08,0.6990,0.05,0.6990 exemptions,exemptions,6,4,6,4,0.12,0.8451,0.05,0.6990 exfoliated,exfoliated,4,4,4,4,0.08,0.6990,0.05,0.6990 exigent,exigent,5,4,4,4,0.10,0.7782,0.05,0.6990 existentialist,existentialist,5,4,5,4,0.10,0.7782,0.05,0.6990 exorcists,exorcists,6,4,5,4,0.12,0.8451,0.05,0.6990 expander,expander,4,4,4,4,0.08,0.6990,0.05,0.6990 expatriates,expatriates,4,4,4,4,0.08,0.6990,0.05,0.6990 expectorant,expectorant,4,4,4,4,0.08,0.6990,0.05,0.6990 expectorating,expectorating,5,4,5,4,0.10,0.7782,0.05,0.6990 expels,expels,4,4,4,4,0.08,0.6990,0.05,0.6990 expend,expend,4,4,4,4,0.08,0.6990,0.05,0.6990 experimentally,experimentally,4,4,4,4,0.08,0.6990,0.05,0.6990 expiry,expiry,4,4,4,4,0.08,0.6990,0.05,0.6990 exploder,exploder,8,4,8,4,0.16,0.9542,0.05,0.6990 exponent,exponent,4,4,3,3,0.08,0.6990,0.05,0.6990 exporter,exporter,4,4,4,4,0.08,0.6990,0.05,0.6990 expressionist,expressionist,4,4,2,2,0.08,0.6990,0.05,0.6990 expressionistic,expressionistic,4,4,4,4,0.08,0.6990,0.05,0.6990 expresso,expresso,5,4,5,4,0.10,0.7782,0.05,0.6990 exsanguinated,exsanguinated,4,4,4,4,0.08,0.6990,0.05,0.6990 extorting,extorting,4,4,3,3,0.08,0.6990,0.05,0.6990 extrapolation,extrapolation,4,4,4,4,0.08,0.6990,0.05,0.6990 extravagantly,extravagantly,5,4,4,3,0.10,0.7782,0.05,0.6990 extrovert,extrovert,5,4,5,4,0.10,0.7782,0.05,0.6990 Eyre,eyre,4,4,0,0,0.08,0.6990,0.05,0.6990 faceplate,faceplate,5,4,4,4,0.10,0.7782,0.05,0.6990 facilitators,facilitators,5,4,5,4,0.10,0.7782,0.05,0.6990 fads,fads,4,4,4,4,0.08,0.6990,0.05,0.6990 fagged,fagged,6,4,6,4,0.12,0.8451,0.05,0.6990 fakir,fakir,4,4,3,3,0.08,0.6990,0.05,0.6990 falconer,falconer,4,4,3,3,0.08,0.6990,0.05,0.6990 fallacies,fallacies,5,4,5,4,0.10,0.7782,0.05,0.6990 familiarized,familiarized,4,4,4,4,0.08,0.6990,0.05,0.6990 familiars,familiars,10,4,10,4,0.20,1.0414,0.05,0.6990 fandango,fandango,5,4,5,4,0.10,0.7782,0.05,0.6990 Fant,fant,5,4,2,2,0.10,0.7782,0.05,0.6990 farfetched,farfetched,4,4,4,4,0.08,0.6990,0.05,0.6990 farmhouses,farmhouses,5,4,5,4,0.10,0.7782,0.05,0.6990 Farmtown,farmtown,7,4,0,0,0.14,0.9031,0.05,0.6990 farris,farris,6,4,4,2,0.12,0.8451,0.05,0.6990 farsighted,farsighted,6,4,6,4,0.12,0.8451,0.05,0.6990 fasted,fasted,4,4,4,4,0.08,0.6990,0.05,0.6990 fastens,fastens,4,4,3,3,0.08,0.6990,0.05,0.6990 fatalistic,fatalistic,4,4,4,4,0.08,0.6990,0.05,0.6990 fatness,fatness,6,4,3,3,0.12,0.8451,0.05,0.6990 fawns,fawns,4,4,4,4,0.08,0.6990,0.05,0.6990 Feck,feck,42,4,6,3,0.82,1.6335,0.05,0.6990 Feh,feh,10,4,4,1,0.20,1.0414,0.05,0.6990 feigns,feigns,4,4,4,4,0.08,0.6990,0.05,0.6990 fem,fem,4,4,3,3,0.08,0.6990,0.05,0.6990 Fenster,fenster,27,4,0,0,0.53,1.4472,0.05,0.6990 fermenting,fermenting,6,4,6,4,0.12,0.8451,0.05,0.6990 Ferrer,ferrer,7,4,0,0,0.14,0.9031,0.05,0.6990 fertilizes,fertilizes,4,4,4,4,0.08,0.6990,0.05,0.6990 Fet,fet,5,4,2,2,0.10,0.7782,0.05,0.6990 fetishist,fetishist,4,4,4,4,0.08,0.6990,0.05,0.6990 fettucine,fettucine,5,4,4,3,0.10,0.7782,0.05,0.6990 fibbed,fibbed,4,4,3,3,0.08,0.6990,0.05,0.6990 fibrillating,fibrillating,5,4,5,4,0.10,0.7782,0.05,0.6990 fibrinogen,fibrinogen,4,4,4,4,0.08,0.6990,0.05,0.6990 fiddlers,fiddlers,4,4,3,3,0.08,0.6990,0.05,0.6990 fiddly,fiddly,4,4,4,4,0.08,0.6990,0.05,0.6990 Fidelis,fidelis,8,4,2,2,0.16,0.9542,0.05,0.6990 fidget,fidget,4,4,2,2,0.08,0.6990,0.05,0.6990 fielded,fielded,4,4,4,4,0.08,0.6990,0.05,0.6990 figurative,figurative,4,4,4,4,0.08,0.6990,0.05,0.6990 filigree,filigree,5,4,4,3,0.10,0.7782,0.05,0.6990 filleted,filleted,4,4,3,3,0.08,0.6990,0.05,0.6990 filmstrip,filmstrip,4,4,4,4,0.08,0.6990,0.05,0.6990 finalise,finalise,5,4,5,4,0.10,0.7782,0.05,0.6990 finalizing,finalizing,4,4,4,4,0.08,0.6990,0.05,0.6990 Finis,finis,7,4,2,2,0.14,0.9031,0.05,0.6990 finks,finks,4,4,4,4,0.08,0.6990,0.05,0.6990 Finns,finns,4,4,0,0,0.08,0.6990,0.05,0.6990 firebomb,firebomb,4,4,4,4,0.08,0.6990,0.05,0.6990 fireproofing,fireproofing,9,4,8,3,0.18,1.0000,0.05,0.6990 Firth,firth,8,4,2,2,0.16,0.9542,0.05,0.6990 fiscally,fiscally,4,4,3,3,0.08,0.6990,0.05,0.6990 flagrantly,flagrantly,4,4,4,4,0.08,0.6990,0.05,0.6990 flailed,flailed,4,4,4,4,0.08,0.6990,0.05,0.6990 flashpoint,flashpoint,4,4,3,3,0.08,0.6990,0.05,0.6990 Flatheads,flatheads,8,4,2,2,0.16,0.9542,0.05,0.6990 flatlands,flatlands,4,4,4,4,0.08,0.6990,0.05,0.6990 flatness,flatness,4,4,4,4,0.08,0.6990,0.05,0.6990 Flav,flav,4,4,1,1,0.08,0.6990,0.05,0.6990 flavorings,flavorings,5,4,5,4,0.10,0.7782,0.05,0.6990 flavoured,flavoured,5,4,5,4,0.10,0.7782,0.05,0.6990 flaxen,flaxen,7,4,5,4,0.14,0.9031,0.05,0.6990 fleabags,fleabags,5,4,4,3,0.10,0.7782,0.05,0.6990 Fleck,fleck,7,4,3,3,0.14,0.9031,0.05,0.6990 fledged,fledged,4,4,4,4,0.08,0.6990,0.05,0.6990 fleshed,fleshed,4,4,4,4,0.08,0.6990,0.05,0.6990 fleshpots,fleshpots,5,4,5,4,0.10,0.7782,0.05,0.6990 flexes,flexes,4,4,4,4,0.08,0.6990,0.05,0.6990 flightless,flightless,7,4,7,4,0.14,0.9031,0.05,0.6990 flintlock,flintlock,7,4,7,4,0.14,0.9031,0.05,0.6990 Flinty,flinty,8,4,2,2,0.16,0.9542,0.05,0.6990 flitted,flitted,5,4,4,4,0.10,0.7782,0.05,0.6990 floorwalker,floorwalker,6,4,5,3,0.12,0.8451,0.05,0.6990 Flor,flor,44,4,5,2,0.86,1.6532,0.05,0.6990 florid,florid,4,4,4,4,0.08,0.6990,0.05,0.6990 florins,florins,13,4,13,4,0.25,1.1461,0.05,0.6990 flounces,flounces,4,4,3,3,0.08,0.6990,0.05,0.6990 flouting,flouting,4,4,4,4,0.08,0.6990,0.05,0.6990 fluffing,fluffing,4,4,2,2,0.08,0.6990,0.05,0.6990 fluidity,fluidity,4,4,4,4,0.08,0.6990,0.05,0.6990 fluorocarbons,fluorocarbons,4,4,2,2,0.08,0.6990,0.05,0.6990 flyby,flyby,8,4,8,4,0.16,0.9542,0.05,0.6990 flyspeck,flyspeck,4,4,4,4,0.08,0.6990,0.05,0.6990 foisting,foisting,4,4,3,3,0.08,0.6990,0.05,0.6990 folate,folate,4,4,4,4,0.08,0.6990,0.05,0.6990 folderol,folderol,4,4,4,4,0.08,0.6990,0.05,0.6990 foldout,foldout,4,4,4,4,0.08,0.6990,0.05,0.6990 folktale,folktale,5,4,5,4,0.10,0.7782,0.05,0.6990 folktales,folktales,5,4,5,4,0.10,0.7782,0.05,0.6990 Folles,folles,6,4,0,0,0.12,0.8451,0.05,0.6990 foodie,foodie,6,4,3,3,0.12,0.8451,0.05,0.6990 foolery,foolery,4,4,4,4,0.08,0.6990,0.05,0.6990 footballers,footballers,6,4,3,3,0.12,0.8451,0.05,0.6990 footbath,footbath,4,4,4,4,0.08,0.6990,0.05,0.6990 footer,footer,5,4,3,3,0.10,0.7782,0.05,0.6990 Foothill,foothill,5,4,0,0,0.10,0.7782,0.05,0.6990 footman,footman,4,4,3,3,0.08,0.6990,0.05,0.6990 foramen,foramen,5,4,5,4,0.10,0.7782,0.05,0.6990 forbears,forbears,4,4,4,4,0.08,0.6990,0.05,0.6990 Fordo,fordo,6,4,0,0,0.12,0.8451,0.05,0.6990 forehand,forehand,5,4,5,4,0.10,0.7782,0.05,0.6990 forerunner,forerunner,4,4,4,4,0.08,0.6990,0.05,0.6990 foreshadow,foreshadow,6,4,3,3,0.12,0.8451,0.05,0.6990 forewoman,forewoman,4,4,3,3,0.08,0.6990,0.05,0.6990 forgers,forgers,6,4,5,4,0.12,0.8451,0.05,0.6990 forking,forking,5,4,5,4,0.10,0.7782,0.05,0.6990 formalized,formalized,4,4,4,4,0.08,0.6990,0.05,0.6990 formless,formless,4,4,4,4,0.08,0.6990,0.05,0.6990 formulae,formulae,4,4,4,4,0.08,0.6990,0.05,0.6990 formulaic,formulaic,5,4,5,4,0.10,0.7782,0.05,0.6990 fornicators,fornicators,7,4,6,3,0.14,0.9031,0.05,0.6990 forswear,forswear,4,4,2,2,0.08,0.6990,0.05,0.6990 forsworn,forsworn,4,4,4,4,0.08,0.6990,0.05,0.6990 fortuitously,fortuitously,5,4,5,4,0.10,0.7782,0.05,0.6990 Fosse,fosse,6,4,0,0,0.12,0.8451,0.05,0.6990 fou,fou,7,4,7,4,0.14,0.9031,0.05,0.6990 fouler,fouler,5,4,5,4,0.10,0.7782,0.05,0.6990 foundering,foundering,9,4,9,4,0.18,1.0000,0.05,0.6990 fount,fount,4,4,3,3,0.08,0.6990,0.05,0.6990 foursquare,foursquare,4,4,3,3,0.08,0.6990,0.05,0.6990 fowls,fowls,8,4,7,4,0.16,0.9542,0.05,0.6990 fractals,fractals,4,4,3,3,0.08,0.6990,0.05,0.6990 Fragrances,fragrances,4,4,1,1,0.08,0.6990,0.05,0.6990 framers,framers,4,4,3,3,0.08,0.6990,0.05,0.6990 franchised,franchised,4,4,4,4,0.08,0.6990,0.05,0.6990 Franklins,franklins,4,4,0,0,0.08,0.6990,0.05,0.6990 frappe,frappe,5,4,3,3,0.10,0.7782,0.05,0.6990 Frase,frase,5,4,0,0,0.10,0.7782,0.05,0.6990 fraternising,fraternising,11,4,10,3,0.22,1.0792,0.05,0.6990 Freddo,freddo,34,4,2,2,0.67,1.5441,0.05,0.6990 freebase,freebase,5,4,4,3,0.10,0.7782,0.05,0.6990 freeborn,freeborn,5,4,4,3,0.10,0.7782,0.05,0.6990 freest,freest,4,4,4,4,0.08,0.6990,0.05,0.6990 freestanding,freestanding,4,4,3,3,0.08,0.6990,0.05,0.6990 freethinking,freethinking,4,4,4,4,0.08,0.6990,0.05,0.6990 freighted,freighted,4,4,4,4,0.08,0.6990,0.05,0.6990 frenching,frenching,4,4,2,2,0.08,0.6990,0.05,0.6990 frescoes,frescoes,5,4,5,4,0.10,0.7782,0.05,0.6990 fresheners,fresheners,4,4,4,4,0.08,0.6990,0.05,0.6990 friars,friars,7,4,4,2,0.14,0.9031,0.05,0.6990 fricasseed,fricasseed,4,4,3,3,0.08,0.6990,0.05,0.6990 fridges,fridges,5,4,5,4,0.10,0.7782,0.05,0.6990 frittered,frittered,5,4,5,4,0.10,0.7782,0.05,0.6990 frosh,frosh,6,4,6,4,0.12,0.8451,0.05,0.6990 frosts,frosts,4,4,4,4,0.08,0.6990,0.05,0.6990 froufrou,froufrou,4,4,4,4,0.08,0.6990,0.05,0.6990 frustrates,frustrates,4,4,4,4,0.08,0.6990,0.05,0.6990 fudged,fudged,4,4,4,4,0.08,0.6990,0.05,0.6990 fudgy,fudgy,6,4,3,3,0.12,0.8451,0.05,0.6990 fuelling,fuelling,5,4,4,3,0.10,0.7782,0.05,0.6990 Fugu,fugu,24,4,8,2,0.47,1.3979,0.05,0.6990 fulsome,fulsome,4,4,4,4,0.08,0.6990,0.05,0.6990 fum,fum,10,4,10,4,0.20,1.0414,0.05,0.6990 functionally,functionally,4,4,4,4,0.08,0.6990,0.05,0.6990 Funt,funt,5,4,0,0,0.10,0.7782,0.05,0.6990 furosemide,furosemide,10,4,9,3,0.20,1.0414,0.05,0.6990 furrowed,furrowed,4,4,4,4,0.08,0.6990,0.05,0.6990 furthers,furthers,4,4,4,4,0.08,0.6990,0.05,0.6990 futons,futons,5,4,3,3,0.10,0.7782,0.05,0.6990 futzing,futzing,5,4,4,4,0.10,0.7782,0.05,0.6990 gabble,gabble,6,4,3,3,0.12,0.8451,0.05,0.6990 gabfest,gabfest,5,4,5,4,0.10,0.7782,0.05,0.6990 gadding,gadding,5,4,4,4,0.10,0.7782,0.05,0.6990 gainer,gainer,4,4,4,4,0.08,0.6990,0.05,0.6990 galea,galea,4,4,2,2,0.08,0.6990,0.05,0.6990 Galena,galena,4,4,0,0,0.08,0.6990,0.05,0.6990 gallants,gallants,6,4,4,3,0.12,0.8451,0.05,0.6990 galoots,galoots,5,4,5,4,0.10,0.7782,0.05,0.6990 galvanic,galvanic,5,4,4,3,0.10,0.7782,0.05,0.6990 galvanize,galvanize,4,4,4,4,0.08,0.6990,0.05,0.6990 Gam,gam,35,4,4,3,0.69,1.5563,0.05,0.6990 gamer,gamer,6,4,6,4,0.12,0.8451,0.05,0.6990 gamesmanship,gamesmanship,4,4,4,4,0.08,0.6990,0.05,0.6990 ganglion,ganglion,4,4,4,4,0.08,0.6990,0.05,0.6990 gangstas,gangstas,5,4,5,4,0.10,0.7782,0.05,0.6990 garbanzo,garbanzo,4,4,4,4,0.08,0.6990,0.05,0.6990 Garrick,garrick,7,4,0,0,0.14,0.9031,0.05,0.6990 gashed,gashed,4,4,4,4,0.08,0.6990,0.05,0.6990 gashouse,gashouse,4,4,2,2,0.08,0.6990,0.05,0.6990 gastrectomy,gastrectomy,5,4,5,4,0.10,0.7782,0.05,0.6990 gastroenterologist,gastroenterologist,4,4,3,3,0.08,0.6990,0.05,0.6990 gastroplasty,gastroplasty,5,4,5,4,0.10,0.7782,0.05,0.6990 Gasworks,gasworks,7,4,3,2,0.14,0.9031,0.05,0.6990 Gauls,gauls,9,4,0,0,0.18,1.0000,0.05,0.6990 Gault,gault,10,4,0,0,0.20,1.0414,0.05,0.6990 geckos,geckos,5,4,4,3,0.10,0.7782,0.05,0.6990 gelling,gelling,4,4,4,4,0.08,0.6990,0.05,0.6990 Geminis,geminis,4,4,0,0,0.08,0.6990,0.05,0.6990 generalize,generalize,4,4,4,4,0.08,0.6990,0.05,0.6990 generalized,generalized,4,4,4,4,0.08,0.6990,0.05,0.6990 generational,generational,4,4,4,4,0.08,0.6990,0.05,0.6990 geneticists,geneticists,5,4,4,3,0.10,0.7782,0.05,0.6990 Gentles,gentles,12,4,1,1,0.24,1.1139,0.05,0.6990 geopolitics,geopolitics,4,4,2,2,0.08,0.6990,0.05,0.6990 Geordie,geordie,4,4,0,0,0.08,0.6990,0.05,0.6990 germfree,germfree,5,4,4,3,0.10,0.7782,0.05,0.6990 gherkin,gherkin,4,4,3,3,0.08,0.6990,0.05,0.6990 Gibby,gibby,10,4,0,0,0.20,1.0414,0.05,0.6990 giblet,giblet,5,4,4,3,0.10,0.7782,0.05,0.6990 Gid,gid,10,4,0,0,0.20,1.0414,0.05,0.6990 giddiness,giddiness,4,4,4,4,0.08,0.6990,0.05,0.6990 gild,gild,4,4,3,3,0.08,0.6990,0.05,0.6990 Gilgamesh,gilgamesh,12,4,0,0,0.24,1.1139,0.05,0.6990 gimlets,gimlets,5,4,5,4,0.10,0.7782,0.05,0.6990 gimmicky,gimmicky,4,4,4,4,0.08,0.6990,0.05,0.6990 ginned,ginned,4,4,3,3,0.08,0.6990,0.05,0.6990 ginormous,ginormous,4,4,4,4,0.08,0.6990,0.05,0.6990 giveaways,giveaways,4,4,4,4,0.08,0.6990,0.05,0.6990 glaringly,glaringly,4,4,4,4,0.08,0.6990,0.05,0.6990 glassware,glassware,7,4,7,4,0.14,0.9031,0.05,0.6990 glimmers,glimmers,4,4,4,4,0.08,0.6990,0.05,0.6990 glioma,glioma,6,4,3,3,0.12,0.8451,0.05,0.6990 glitzy,glitzy,5,4,5,4,0.10,0.7782,0.05,0.6990 gloaming,gloaming,4,4,3,3,0.08,0.6990,0.05,0.6990 globs,globs,12,4,11,4,0.24,1.1139,0.05,0.6990 globular,globular,6,4,5,4,0.12,0.8451,0.05,0.6990 globulin,globulin,5,4,5,4,0.10,0.7782,0.05,0.6990 glossing,glossing,5,4,4,4,0.10,0.7782,0.05,0.6990 glutamate,glutamate,5,4,5,4,0.10,0.7782,0.05,0.6990 gluteal,gluteal,7,4,7,4,0.14,0.9031,0.05,0.6990 glyph,glyph,5,4,5,4,0.10,0.7782,0.05,0.6990 glyphs,glyphs,4,4,4,4,0.08,0.6990,0.05,0.6990 gnash,gnash,5,4,4,4,0.10,0.7782,0.05,0.6990 Goa,goa,10,4,1,1,0.20,1.0414,0.05,0.6990 gobbles,gobbles,4,4,4,4,0.08,0.6990,0.05,0.6990 Godlessness,godlessness,5,4,2,2,0.10,0.7782,0.05,0.6990 goer,goer,5,4,5,4,0.10,0.7782,0.05,0.6990 goldbricks,goldbricks,4,4,3,3,0.08,0.6990,0.05,0.6990 goldenrod,goldenrod,6,4,4,3,0.12,0.8451,0.05,0.6990 Goldwater,goldwater,4,4,0,0,0.08,0.6990,0.05,0.6990 gondolas,gondolas,5,4,4,3,0.10,0.7782,0.05,0.6990 gooder,gooder,6,4,4,3,0.12,0.8451,0.05,0.6990 Googling,googling,5,4,2,1,0.10,0.7782,0.05,0.6990 gossipy,gossipy,4,4,4,4,0.08,0.6990,0.05,0.6990 goths,goths,10,4,5,2,0.20,1.0414,0.05,0.6990 Gou,gou,12,4,2,1,0.24,1.1139,0.05,0.6990 gourds,gourds,5,4,5,4,0.10,0.7782,0.05,0.6990 gourmets,gourmets,4,4,4,4,0.08,0.6990,0.05,0.6990 grafters,grafters,5,4,5,4,0.10,0.7782,0.05,0.6990 grandfathered,grandfathered,4,4,4,4,0.08,0.6990,0.05,0.6990 graphing,graphing,5,4,4,4,0.10,0.7782,0.05,0.6990 grapples,grapples,4,4,4,4,0.08,0.6990,0.05,0.6990 grasslands,grasslands,5,4,4,3,0.10,0.7782,0.05,0.6990 gravediggers,gravediggers,4,4,3,3,0.08,0.6990,0.05,0.6990 graveling,graveling,10,4,8,4,0.20,1.0414,0.05,0.6990 gravestones,gravestones,4,4,4,4,0.08,0.6990,0.05,0.6990 gravitated,gravitated,4,4,4,4,0.08,0.6990,0.05,0.6990 greedier,greedier,5,4,5,4,0.10,0.7782,0.05,0.6990 greenhouses,greenhouses,4,4,2,2,0.08,0.6990,0.05,0.6990 Greenleaf,greenleaf,50,4,0,0,0.98,1.7076,0.05,0.6990 greenskeeper,greenskeeper,12,4,11,3,0.24,1.1139,0.05,0.6990 griefs,griefs,4,4,4,4,0.08,0.6990,0.05,0.6990 gripper,gripper,7,4,7,4,0.14,0.9031,0.05,0.6990 groins,groins,4,4,4,4,0.08,0.6990,0.05,0.6990 groomsman,groomsman,14,4,13,4,0.27,1.1761,0.05,0.6990 Groot,groot,32,4,0,0,0.63,1.5185,0.05,0.6990 grossness,grossness,4,4,4,4,0.08,0.6990,0.05,0.6990 Groundlings,groundlings,4,4,1,1,0.08,0.6990,0.05,0.6990 groundswell,groundswell,4,4,4,4,0.08,0.6990,0.05,0.6990 groundwater,groundwater,4,4,3,3,0.08,0.6990,0.05,0.6990 guesstimate,guesstimate,4,4,4,4,0.08,0.6990,0.05,0.6990 guestroom,guestroom,4,4,4,4,0.08,0.6990,0.05,0.6990 guilders,guilders,15,4,15,4,0.29,1.2041,0.05,0.6990 guilting,guilting,4,4,4,4,0.08,0.6990,0.05,0.6990 guitarists,guitarists,5,4,5,4,0.10,0.7782,0.05,0.6990 gullibility,gullibility,4,4,4,4,0.08,0.6990,0.05,0.6990 gumballs,gumballs,4,4,4,4,0.08,0.6990,0.05,0.6990 gummed,gummed,4,4,4,4,0.08,0.6990,0.05,0.6990 gunfighting,gunfighting,5,4,5,4,0.10,0.7782,0.05,0.6990 gunrunners,gunrunners,6,4,6,4,0.12,0.8451,0.05,0.6990 gunrunning,gunrunning,7,4,5,2,0.14,0.9031,0.05,0.6990 gunslingers,gunslingers,5,4,3,3,0.10,0.7782,0.05,0.6990 gushed,gushed,4,4,4,4,0.08,0.6990,0.05,0.6990 gushes,gushes,4,4,3,3,0.08,0.6990,0.05,0.6990 Gussy,gussy,6,4,2,2,0.12,0.8451,0.05,0.6990 guttersnipe,guttersnipe,7,4,7,4,0.14,0.9031,0.05,0.6990 gymnasiums,gymnasiums,4,4,4,4,0.08,0.6990,0.05,0.6990 Gynecology,gynecology,8,4,3,3,0.16,0.9542,0.05,0.6990 gyrate,gyrate,4,4,4,4,0.08,0.6990,0.05,0.6990 Hae,hae,4,4,0,0,0.08,0.6990,0.05,0.6990 haemorrhoids,haemorrhoids,4,4,3,3,0.08,0.6990,0.05,0.6990 Haggadah,haggadah,9,4,1,1,0.18,1.0000,0.05,0.6990 haggled,haggled,4,4,4,4,0.08,0.6990,0.05,0.6990 hailstones,hailstones,4,4,3,3,0.08,0.6990,0.05,0.6990 halberd,halberd,6,4,5,4,0.12,0.8451,0.05,0.6990 halfa,halfa,5,4,4,3,0.10,0.7782,0.05,0.6990 Halfling,halfling,5,4,1,1,0.10,0.7782,0.05,0.6990 halfwit,halfwit,4,4,4,4,0.08,0.6990,0.05,0.6990 hallelujahs,hallelujahs,5,4,5,4,0.10,0.7782,0.05,0.6990 Halothane,halothane,18,4,6,3,0.35,1.2788,0.05,0.6990 hammerheads,hammerheads,4,4,2,2,0.08,0.6990,0.05,0.6990 hamstrung,hamstrung,4,4,4,4,0.08,0.6990,0.05,0.6990 handbill,handbill,10,4,8,3,0.20,1.0414,0.05,0.6990 handcart,handcart,4,4,4,4,0.08,0.6990,0.05,0.6990 handicrafts,handicrafts,6,4,5,4,0.12,0.8451,0.05,0.6990 handrails,handrails,4,4,4,4,0.08,0.6990,0.05,0.6990 handsaw,handsaw,5,4,5,4,0.10,0.7782,0.05,0.6990 handshaking,handshaking,4,4,4,4,0.08,0.6990,0.05,0.6990 handspring,handspring,8,4,6,3,0.16,0.9542,0.05,0.6990 handwoven,handwoven,4,4,4,4,0.08,0.6990,0.05,0.6990 handymen,handymen,5,4,4,4,0.10,0.7782,0.05,0.6990 harangue,harangue,4,4,3,3,0.08,0.6990,0.05,0.6990 hardback,hardback,4,4,4,4,0.08,0.6990,0.05,0.6990 Haring,haring,6,4,1,1,0.12,0.8451,0.05,0.6990 Harken,harken,17,4,1,1,0.33,1.2553,0.05,0.6990 harmonicas,harmonicas,4,4,4,4,0.08,0.6990,0.05,0.6990 harmoniously,harmoniously,7,4,6,4,0.14,0.9031,0.05,0.6990 harmonizing,harmonizing,5,4,5,4,0.10,0.7782,0.05,0.6990 harrumph,harrumph,4,4,4,4,0.08,0.6990,0.05,0.6990 hastens,hastens,4,4,4,4,0.08,0.6990,0.05,0.6990 hatchway,hatchway,4,4,4,4,0.08,0.6990,0.05,0.6990 haulers,haulers,4,4,3,3,0.08,0.6990,0.05,0.6990 Havel,havel,4,4,1,1,0.08,0.6990,0.05,0.6990 Havelock,havelock,11,4,0,0,0.22,1.0792,0.05,0.6990 hawked,hawked,4,4,4,4,0.08,0.6990,0.05,0.6990 headings,headings,4,4,4,4,0.08,0.6990,0.05,0.6990 headland,headland,6,4,6,4,0.12,0.8451,0.05,0.6990 heartedness,heartedness,4,4,4,4,0.08,0.6990,0.05,0.6990 heartiest,heartiest,4,4,3,3,0.08,0.6990,0.05,0.6990 heartlessly,heartlessly,4,4,3,3,0.08,0.6990,0.05,0.6990 hed,hed,5,4,5,4,0.10,0.7782,0.05,0.6990 hedged,hedged,4,4,4,4,0.08,0.6990,0.05,0.6990 hedgehogs,hedgehogs,4,4,4,4,0.08,0.6990,0.05,0.6990 hedgerows,hedgerows,5,4,5,4,0.10,0.7782,0.05,0.6990 hegemony,hegemony,4,4,2,2,0.08,0.6990,0.05,0.6990 heinously,heinously,4,4,4,4,0.08,0.6990,0.05,0.6990 hellion,hellion,4,4,4,4,0.08,0.6990,0.05,0.6990 Helms,helms,5,4,0,0,0.10,0.7782,0.05,0.6990 hematology,hematology,4,4,2,2,0.08,0.6990,0.05,0.6990 heme,heme,5,4,5,4,0.10,0.7782,0.05,0.6990 hemlines,hemlines,9,4,8,4,0.18,1.0000,0.05,0.6990 hemolysis,hemolysis,4,4,4,4,0.08,0.6990,0.05,0.6990 Henrys,henrys,7,4,0,0,0.14,0.9031,0.05,0.6990 heralded,heralded,4,4,3,3,0.08,0.6990,0.05,0.6990 herbalist,herbalist,6,4,6,4,0.12,0.8451,0.05,0.6990 Herby,herby,7,4,1,1,0.14,0.9031,0.05,0.6990 herders,herders,5,4,5,4,0.10,0.7782,0.05,0.6990 Heres,heres,5,4,2,2,0.10,0.7782,0.05,0.6990 hereto,hereto,6,4,6,4,0.12,0.8451,0.05,0.6990 Herm,herm,20,4,2,1,0.39,1.3222,0.05,0.6990 herringbone,herringbone,4,4,4,4,0.08,0.6990,0.05,0.6990 Hertfordshire,hertfordshire,5,4,0,0,0.10,0.7782,0.05,0.6990 hesitations,hesitations,4,4,4,4,0.08,0.6990,0.05,0.6990 hexagonal,hexagonal,5,4,5,4,0.10,0.7782,0.05,0.6990 hexed,hexed,4,4,3,3,0.08,0.6990,0.05,0.6990 hexes,hexes,5,4,5,4,0.10,0.7782,0.05,0.6990 hf,hf,4,4,2,2,0.08,0.6990,0.05,0.6990 hideousness,hideousness,4,4,4,4,0.08,0.6990,0.05,0.6990 Hie,hie,7,4,3,3,0.14,0.9031,0.05,0.6990 hijackings,hijackings,6,4,6,4,0.12,0.8451,0.05,0.6990 hillsides,hillsides,5,4,5,4,0.10,0.7782,0.05,0.6990 hilum,hilum,6,4,4,3,0.12,0.8451,0.05,0.6990 Hindustani,hindustani,5,4,0,0,0.10,0.7782,0.05,0.6990 histology,histology,5,4,5,4,0.10,0.7782,0.05,0.6990 Hittite,hittite,11,4,0,0,0.22,1.0792,0.05,0.6990 hobbles,hobbles,4,4,4,4,0.08,0.6990,0.05,0.6990 hobnail,hobnail,4,4,3,3,0.08,0.6990,0.05,0.6990 hockshop,hockshop,4,4,4,4,0.08,0.6990,0.05,0.6990 hokum,hokum,4,4,4,4,0.08,0.6990,0.05,0.6990 holographically,holographically,4,4,4,4,0.08,0.6990,0.05,0.6990 Holstein,holstein,4,4,0,0,0.08,0.6990,0.05,0.6990 homelessness,homelessness,4,4,3,3,0.08,0.6990,0.05,0.6990 homeostasis,homeostasis,5,4,5,4,0.10,0.7782,0.05,0.6990 homeschooling,homeschooling,4,4,4,4,0.08,0.6990,0.05,0.6990 Hongkong,hongkong,4,4,0,0,0.08,0.6990,0.05,0.6990 Hoon,hoon,6,4,1,1,0.12,0.8451,0.05,0.6990 Hoosiers,hoosiers,8,4,0,0,0.16,0.9542,0.05,0.6990 hooted,hooted,4,4,4,4,0.08,0.6990,0.05,0.6990 hoovered,hoovered,4,4,3,3,0.08,0.6990,0.05,0.6990 hopefuls,hopefuls,6,4,6,4,0.12,0.8451,0.05,0.6990 Hor,hor,5,4,2,2,0.10,0.7782,0.05,0.6990 hora,hora,6,4,5,3,0.12,0.8451,0.05,0.6990 hormonally,hormonally,5,4,5,4,0.10,0.7782,0.05,0.6990 horsefly,horsefly,5,4,5,4,0.10,0.7782,0.05,0.6990 horsehair,horsehair,6,4,3,3,0.12,0.8451,0.05,0.6990 horselaugh,horselaugh,4,4,4,4,0.08,0.6990,0.05,0.6990 hospitalised,hospitalised,5,4,5,4,0.10,0.7782,0.05,0.6990 housebroke,housebroke,5,4,5,4,0.10,0.7782,0.05,0.6990 housemate,housemate,4,4,4,4,0.08,0.6990,0.05,0.6990 housemother,housemother,5,4,5,4,0.10,0.7782,0.05,0.6990 housetops,housetops,4,4,4,4,0.08,0.6990,0.05,0.6990 housewares,housewares,4,4,4,4,0.08,0.6990,0.05,0.6990 Howler,howler,4,4,1,1,0.08,0.6990,0.05,0.6990 huckleberries,huckleberries,6,4,6,4,0.12,0.8451,0.05,0.6990 hugeness,hugeness,4,4,4,4,0.08,0.6990,0.05,0.6990 huger,huger,4,4,2,2,0.08,0.6990,0.05,0.6990 Huguenots,huguenots,4,4,0,0,0.08,0.6990,0.05,0.6990 humanist,humanist,4,4,4,4,0.08,0.6990,0.05,0.6990 humorously,humorously,4,4,4,4,0.08,0.6990,0.05,0.6990 hunkers,hunkers,4,4,4,4,0.08,0.6990,0.05,0.6990 hurrahs,hurrahs,4,4,4,4,0.08,0.6990,0.05,0.6990 Hwan,hwan,5,4,0,0,0.10,0.7782,0.05,0.6990 hydrophobia,hydrophobia,4,4,2,2,0.08,0.6990,0.05,0.6990 hydrophone,hydrophone,6,4,6,4,0.12,0.8451,0.05,0.6990 Hyperactivity,hyperactivity,5,4,2,2,0.10,0.7782,0.05,0.6990 hypnotherapist,hypnotherapist,8,4,8,4,0.16,0.9542,0.05,0.6990 hypochondriacs,hypochondriacs,4,4,4,4,0.08,0.6990,0.05,0.6990 hypocrisies,hypocrisies,4,4,4,4,0.08,0.6990,0.05,0.6990 hypothesize,hypothesize,4,4,4,4,0.08,0.6990,0.05,0.6990 ibis,ibis,6,4,6,4,0.12,0.8451,0.05,0.6990 icecaps,icecaps,4,4,4,4,0.08,0.6990,0.05,0.6990 identifiers,identifiers,4,4,4,4,0.08,0.6990,0.05,0.6990 ideologically,ideologically,4,4,4,4,0.08,0.6990,0.05,0.6990 ides,ides,4,4,2,2,0.08,0.6990,0.05,0.6990 idolizes,idolizes,4,4,4,4,0.08,0.6990,0.05,0.6990 illegality,illegality,4,4,4,4,0.08,0.6990,0.05,0.6990 illiterates,illiterates,4,4,4,4,0.08,0.6990,0.05,0.6990 imager,imager,4,4,4,4,0.08,0.6990,0.05,0.6990 imbecility,imbecility,4,4,4,4,0.08,0.6990,0.05,0.6990 imitator,imitator,6,4,6,4,0.12,0.8451,0.05,0.6990 immemorial,immemorial,4,4,4,4,0.08,0.6990,0.05,0.6990 imminence,imminence,4,4,4,4,0.08,0.6990,0.05,0.6990 immobilise,immobilise,4,4,4,4,0.08,0.6990,0.05,0.6990 immoderate,immoderate,7,4,7,4,0.14,0.9031,0.05,0.6990 immolate,immolate,4,4,4,4,0.08,0.6990,0.05,0.6990 impala,impala,5,4,4,3,0.10,0.7782,0.05,0.6990 impedes,impedes,5,4,5,4,0.10,0.7782,0.05,0.6990 imperil,imperil,4,4,4,4,0.08,0.6990,0.05,0.6990 imperishable,imperishable,4,4,4,4,0.08,0.6990,0.05,0.6990 impermeable,impermeable,5,4,5,4,0.10,0.7782,0.05,0.6990 impinging,impinging,6,4,6,4,0.12,0.8451,0.05,0.6990 implausible,implausible,4,4,4,4,0.08,0.6990,0.05,0.6990 importation,importation,4,4,4,4,0.08,0.6990,0.05,0.6990 importers,importers,4,4,4,4,0.08,0.6990,0.05,0.6990 imposters,imposters,4,4,4,4,0.08,0.6990,0.05,0.6990 impressionism,impressionism,6,4,3,2,0.12,0.8451,0.05,0.6990 inadequately,inadequately,4,4,4,4,0.08,0.6990,0.05,0.6990 inadvisable,inadvisable,4,4,3,3,0.08,0.6990,0.05,0.6990 inattentive,inattentive,4,4,4,4,0.08,0.6990,0.05,0.6990 inauspicious,inauspicious,5,4,5,4,0.10,0.7782,0.05,0.6990 Inca,inca,9,4,0,0,0.18,1.0000,0.05,0.6990 incarcerating,incarcerating,4,4,4,4,0.08,0.6990,0.05,0.6990 incarnations,incarnations,4,4,4,4,0.08,0.6990,0.05,0.6990 incendiaries,incendiaries,4,4,4,4,0.08,0.6990,0.05,0.6990 incineration,incineration,5,4,5,4,0.10,0.7782,0.05,0.6990 incipient,incipient,4,4,4,4,0.08,0.6990,0.05,0.6990 inclusions,inclusions,4,4,4,4,0.08,0.6990,0.05,0.6990 incriminates,incriminates,5,4,5,4,0.10,0.7782,0.05,0.6990 incubate,incubate,5,4,5,4,0.10,0.7782,0.05,0.6990 incurs,incurs,4,4,4,4,0.08,0.6990,0.05,0.6990 incursions,incursions,4,4,3,3,0.08,0.6990,0.05,0.6990 indefatigable,indefatigable,4,4,4,4,0.08,0.6990,0.05,0.6990 indexes,indexes,4,4,4,4,0.08,0.6990,0.05,0.6990 indexing,indexing,5,4,5,4,0.10,0.7782,0.05,0.6990 individualists,individualists,5,4,3,3,0.10,0.7782,0.05,0.6990 indoctrinate,indoctrinate,4,4,4,4,0.08,0.6990,0.05,0.6990 indolent,indolent,4,4,4,4,0.08,0.6990,0.05,0.6990 indulgences,indulgences,5,4,5,4,0.10,0.7782,0.05,0.6990 indulges,indulges,4,4,4,4,0.08,0.6990,0.05,0.6990 inertness,inertness,4,4,4,4,0.08,0.6990,0.05,0.6990 inexpensively,inexpensively,4,4,4,4,0.08,0.6990,0.05,0.6990 inf,inf,4,4,4,4,0.08,0.6990,0.05,0.6990 infantryman,infantryman,5,4,5,4,0.10,0.7782,0.05,0.6990 inferiors,inferiors,4,4,4,4,0.08,0.6990,0.05,0.6990 infernally,infernally,6,4,5,4,0.12,0.8451,0.05,0.6990 infringed,infringed,4,4,4,4,0.08,0.6990,0.05,0.6990 infringing,infringing,4,4,4,4,0.08,0.6990,0.05,0.6990 infuriate,infuriate,4,4,4,4,0.08,0.6990,0.05,0.6990 ingress,ingress,4,4,3,3,0.08,0.6990,0.05,0.6990 inhibits,inhibits,4,4,4,4,0.08,0.6990,0.05,0.6990 inpatient,inpatient,6,4,5,4,0.12,0.8451,0.05,0.6990 inseminate,inseminate,4,4,4,4,0.08,0.6990,0.05,0.6990 insensate,insensate,4,4,4,4,0.08,0.6990,0.05,0.6990 insensible,insensible,4,4,4,4,0.08,0.6990,0.05,0.6990 inshore,inshore,5,4,5,4,0.10,0.7782,0.05,0.6990 insignias,insignias,4,4,4,4,0.08,0.6990,0.05,0.6990 instigating,instigating,4,4,4,4,0.08,0.6990,0.05,0.6990 instills,instills,4,4,4,4,0.08,0.6990,0.05,0.6990 Instyle,instyle,5,4,0,0,0.10,0.7782,0.05,0.6990 integrating,integrating,4,4,4,4,0.08,0.6990,0.05,0.6990 intemperate,intemperate,5,4,5,4,0.10,0.7782,0.05,0.6990 interceptors,interceptors,7,4,6,4,0.14,0.9031,0.05,0.6990 intercession,intercession,6,4,6,4,0.12,0.8451,0.05,0.6990 intercollegiate,intercollegiate,4,4,4,4,0.08,0.6990,0.05,0.6990 interconnectedness,interconnectedness,4,4,4,4,0.08,0.6990,0.05,0.6990 interdict,interdict,4,4,3,3,0.08,0.6990,0.05,0.6990 interdiction,interdiction,5,4,4,3,0.10,0.7782,0.05,0.6990 interfaced,interfaced,4,4,4,4,0.08,0.6990,0.05,0.6990 interlocks,interlocks,5,4,5,4,0.10,0.7782,0.05,0.6990 internalize,internalize,4,4,4,4,0.08,0.6990,0.05,0.6990 interplay,interplay,4,4,4,4,0.08,0.6990,0.05,0.6990 interrelated,interrelated,4,4,4,4,0.08,0.6990,0.05,0.6990 interrogators,interrogators,4,4,4,4,0.08,0.6990,0.05,0.6990 interviewee,interviewee,4,4,4,4,0.08,0.6990,0.05,0.6990 intracardiac,intracardiac,4,4,2,2,0.08,0.6990,0.05,0.6990 intramural,intramural,4,4,4,4,0.08,0.6990,0.05,0.6990 intransigent,intransigent,4,4,4,4,0.08,0.6990,0.05,0.6990 intrinsically,intrinsically,4,4,4,4,0.08,0.6990,0.05,0.6990 intros,intros,4,4,4,4,0.08,0.6990,0.05,0.6990 intussusception,intussusception,6,4,4,3,0.12,0.8451,0.05,0.6990 invariable,invariable,4,4,4,4,0.08,0.6990,0.05,0.6990 invertebrates,invertebrates,4,4,4,4,0.08,0.6990,0.05,0.6990 invitational,invitational,5,4,5,4,0.10,0.7782,0.05,0.6990 invokes,invokes,4,4,4,4,0.08,0.6990,0.05,0.6990 Iraqi,iraqi,5,4,2,2,0.10,0.7782,0.05,0.6990 irked,irked,4,4,4,4,0.08,0.6990,0.05,0.6990 irrespective,irrespective,4,4,4,4,0.08,0.6990,0.05,0.6990 irreversibly,irreversibly,4,4,4,4,0.08,0.6990,0.05,0.6990 Ishmael,ishmael,14,4,0,0,0.27,1.1761,0.05,0.6990 Islam,islam,7,4,3,1,0.14,0.9031,0.05,0.6990 islamic,islamic,6,4,4,2,0.12,0.8451,0.05,0.6990 isometric,isometric,4,4,2,2,0.08,0.6990,0.05,0.6990 isthmus,isthmus,5,4,5,4,0.10,0.7782,0.05,0.6990 Itll,itll,5,4,1,1,0.10,0.7782,0.05,0.6990 jackanapes,jackanapes,4,4,3,3,0.08,0.6990,0.05,0.6990 Jakes,jakes,5,4,1,1,0.10,0.7782,0.05,0.6990 Jamaicans,jamaicans,19,4,0,0,0.37,1.3010,0.05,0.6990 jammers,jammers,4,4,4,4,0.08,0.6990,0.05,0.6990 jawed,jawed,5,4,5,4,0.10,0.7782,0.05,0.6990 jazzing,jazzing,4,4,4,4,0.08,0.6990,0.05,0.6990 jeered,jeered,4,4,4,4,0.08,0.6990,0.05,0.6990 jejunum,jejunum,4,4,4,4,0.08,0.6990,0.05,0.6990 Jetsam,jetsam,9,4,2,2,0.18,1.0000,0.05,0.6990 Jewess,jewess,5,4,0,0,0.10,0.7782,0.05,0.6990 jiggles,jiggles,4,4,3,3,0.08,0.6990,0.05,0.6990 jimson,jimson,9,4,5,3,0.18,1.0000,0.05,0.6990 jimsonweed,jimsonweed,12,4,8,4,0.24,1.1139,0.05,0.6990 jingo,jingo,4,4,3,3,0.08,0.6990,0.05,0.6990 Jinny,jinny,5,4,1,1,0.10,0.7782,0.05,0.6990 jinxes,jinxes,5,4,5,4,0.10,0.7782,0.05,0.6990 jitney,jitney,7,4,6,4,0.14,0.9031,0.05,0.6990 jittering,jittering,4,4,4,4,0.08,0.6990,0.05,0.6990 jocund,jocund,4,4,4,4,0.08,0.6990,0.05,0.6990 jojoba,jojoba,6,4,5,3,0.12,0.8451,0.05,0.6990 jokester,jokester,4,4,4,4,0.08,0.6990,0.05,0.6990 jokey,jokey,4,4,3,3,0.08,0.6990,0.05,0.6990 jowl,jowl,4,4,3,3,0.08,0.6990,0.05,0.6990 juicier,juicier,4,4,4,4,0.08,0.6990,0.05,0.6990 jukeboxes,jukeboxes,4,4,4,4,0.08,0.6990,0.05,0.6990 junking,junking,4,4,4,4,0.08,0.6990,0.05,0.6990 juris,juris,4,4,2,2,0.08,0.6990,0.05,0.6990 jutting,jutting,5,4,5,4,0.10,0.7782,0.05,0.6990 kabob,kabob,4,4,4,4,0.08,0.6990,0.05,0.6990 Kaddish,kaddish,9,4,0,0,0.18,1.0000,0.05,0.6990 Kahala,kahala,5,4,0,0,0.10,0.7782,0.05,0.6990 Kala,kala,13,4,2,2,0.25,1.1461,0.05,0.6990 Kan,kan,27,4,1,1,0.53,1.4472,0.05,0.6990 Kanga,kanga,7,4,1,1,0.14,0.9031,0.05,0.6990 kasha,kasha,4,4,2,2,0.08,0.6990,0.05,0.6990 kava,kava,4,4,3,3,0.08,0.6990,0.05,0.6990 kayaking,kayaking,4,4,4,4,0.08,0.6990,0.05,0.6990 keenness,keenness,4,4,4,4,0.08,0.6990,0.05,0.6990 Kell,kell,6,4,0,0,0.12,0.8451,0.05,0.6990 Kerner,kerner,4,4,0,0,0.08,0.6990,0.05,0.6990 Kerplunk,kerplunk,6,4,2,2,0.12,0.8451,0.05,0.6990 ketones,ketones,4,4,4,4,0.08,0.6990,0.05,0.6990 Kha,kha,5,4,1,1,0.10,0.7782,0.05,0.6990 kickball,kickball,5,4,5,4,0.10,0.7782,0.05,0.6990 Kif,kif,8,4,2,2,0.16,0.9542,0.05,0.6990 kilograms,kilograms,5,4,5,4,0.10,0.7782,0.05,0.6990 kilter,kilter,4,4,4,4,0.08,0.6990,0.05,0.6990 kindergartners,kindergartners,4,4,4,4,0.08,0.6990,0.05,0.6990 Kingfisher,kingfisher,9,4,2,1,0.18,1.0000,0.05,0.6990 kingly,kingly,4,4,4,4,0.08,0.6990,0.05,0.6990 kith,kith,5,4,3,3,0.10,0.7782,0.05,0.6990 kludge,kludge,11,4,9,4,0.22,1.0792,0.05,0.6990 kludges,kludges,5,4,5,4,0.10,0.7782,0.05,0.6990 knickerbockers,knickerbockers,4,4,2,2,0.08,0.6990,0.05,0.6990 knickknack,knickknack,4,4,4,4,0.08,0.6990,0.05,0.6990 knighting,knighting,6,4,5,4,0.12,0.8451,0.05,0.6990 knobby,knobby,4,4,3,3,0.08,0.6990,0.05,0.6990 knoweth,knoweth,4,4,4,4,0.08,0.6990,0.05,0.6990 Kobi,kobi,8,4,0,0,0.16,0.9542,0.05,0.6990 Koto,koto,4,4,1,1,0.08,0.6990,0.05,0.6990 Kou,kou,6,4,0,0,0.12,0.8451,0.05,0.6990 Kraken,kraken,36,4,5,1,0.71,1.5682,0.05,0.6990 Kundalini,kundalini,5,4,2,2,0.10,0.7782,0.05,0.6990 Kurdistan,kurdistan,6,4,0,0,0.12,0.8451,0.05,0.6990 Kwanza,kwanza,4,4,0,0,0.08,0.6990,0.05,0.6990 labelling,labelling,4,4,4,4,0.08,0.6990,0.05,0.6990 lackadaisical,lackadaisical,4,4,4,4,0.08,0.6990,0.05,0.6990 lactated,lactated,4,4,4,4,0.08,0.6990,0.05,0.6990 lactic,lactic,5,4,5,4,0.10,0.7782,0.05,0.6990 lagged,lagged,4,4,4,4,0.08,0.6990,0.05,0.6990 lairs,lairs,4,4,4,4,0.08,0.6990,0.05,0.6990 Lalo,lalo,8,4,0,0,0.16,0.9542,0.05,0.6990 lambada,lambada,7,4,6,3,0.14,0.9031,0.05,0.6990 lameness,lameness,5,4,5,4,0.10,0.7782,0.05,0.6990 laminates,laminates,6,4,6,4,0.12,0.8451,0.05,0.6990 lammed,lammed,4,4,4,4,0.08,0.6990,0.05,0.6990 lampshades,lampshades,4,4,4,4,0.08,0.6990,0.05,0.6990 landlubber,landlubber,5,4,4,4,0.10,0.7782,0.05,0.6990 landlubbers,landlubbers,4,4,4,4,0.08,0.6990,0.05,0.6990 landmass,landmass,4,4,4,4,0.08,0.6990,0.05,0.6990 landscapers,landscapers,7,4,7,4,0.14,0.9031,0.05,0.6990 Laney,laney,33,4,0,0,0.65,1.5315,0.05,0.6990 lanyard,lanyard,4,4,2,2,0.08,0.6990,0.05,0.6990 laparoscopy,laparoscopy,6,4,6,4,0.12,0.8451,0.05,0.6990 lapdogs,lapdogs,5,4,4,4,0.10,0.7782,0.05,0.6990 larcenous,larcenous,4,4,4,4,0.08,0.6990,0.05,0.6990 lasciviously,lasciviously,5,4,5,4,0.10,0.7782,0.05,0.6990 lassies,lassies,4,4,4,4,0.08,0.6990,0.05,0.6990 lassoed,lassoed,4,4,4,4,0.08,0.6990,0.05,0.6990 latents,latents,4,4,3,3,0.08,0.6990,0.05,0.6990 lattice,lattice,4,4,4,4,0.08,0.6990,0.05,0.6990 laud,laud,6,4,6,4,0.12,0.8451,0.05,0.6990 laugher,laugher,4,4,4,4,0.08,0.6990,0.05,0.6990 launderers,launderers,4,4,4,4,0.08,0.6990,0.05,0.6990 laundromats,laundromats,4,4,2,2,0.08,0.6990,0.05,0.6990 Lawgiver,lawgiver,13,4,3,1,0.25,1.1461,0.05,0.6990 layabout,layabout,4,4,4,4,0.08,0.6990,0.05,0.6990 layabouts,layabouts,4,4,4,4,0.08,0.6990,0.05,0.6990 laymen,laymen,4,4,4,4,0.08,0.6990,0.05,0.6990 layperson,layperson,7,4,7,4,0.14,0.9031,0.05,0.6990 leaches,leaches,4,4,4,4,0.08,0.6990,0.05,0.6990 leadoff,leadoff,5,4,5,4,0.10,0.7782,0.05,0.6990 Leander,leander,10,4,0,0,0.20,1.0414,0.05,0.6990 leaner,leaner,5,4,5,4,0.10,0.7782,0.05,0.6990 leaper,leaper,4,4,3,3,0.08,0.6990,0.05,0.6990 leaver,leaver,7,4,6,3,0.14,0.9031,0.05,0.6990 lechery,lechery,4,4,3,3,0.08,0.6990,0.05,0.6990 lectern,lectern,4,4,4,4,0.08,0.6990,0.05,0.6990 ledges,ledges,4,4,4,4,0.08,0.6990,0.05,0.6990 leeched,leeched,4,4,4,4,0.08,0.6990,0.05,0.6990 Legate,legate,14,4,2,2,0.27,1.1761,0.05,0.6990 Legionnaire,legionnaire,4,4,1,1,0.08,0.6990,0.05,0.6990 lessening,lessening,4,4,3,3,0.08,0.6990,0.05,0.6990 Levis,levis,7,4,0,0,0.14,0.9031,0.05,0.6990 libertines,libertines,4,4,3,3,0.08,0.6990,0.05,0.6990 libidinous,libidinous,4,4,4,4,0.08,0.6990,0.05,0.6990 Libyans,libyans,8,4,0,0,0.16,0.9542,0.05,0.6990 lickspittle,lickspittle,8,4,6,3,0.16,0.9542,0.05,0.6990 liens,liens,4,4,4,4,0.08,0.6990,0.05,0.6990 ligation,ligation,5,4,5,4,0.10,0.7782,0.05,0.6990 limbering,limbering,4,4,4,4,0.08,0.6990,0.05,0.6990 limine,limine,4,4,4,4,0.08,0.6990,0.05,0.6990 limpid,limpid,4,4,4,4,0.08,0.6990,0.05,0.6990 lingual,lingual,4,4,4,4,0.08,0.6990,0.05,0.6990 linguists,linguists,4,4,4,4,0.08,0.6990,0.05,0.6990 Linn,linn,6,4,2,2,0.12,0.8451,0.05,0.6990 lipped,lipped,4,4,4,4,0.08,0.6990,0.05,0.6990 Lisette,lisette,4,4,0,0,0.08,0.6990,0.05,0.6990 lithography,lithography,4,4,4,4,0.08,0.6990,0.05,0.6990 litigate,litigate,4,4,3,3,0.08,0.6990,0.05,0.6990 litigators,litigators,4,4,4,4,0.08,0.6990,0.05,0.6990 litre,litre,5,4,5,4,0.10,0.7782,0.05,0.6990 livelihoods,livelihoods,4,4,4,4,0.08,0.6990,0.05,0.6990 livening,livening,4,4,4,4,0.08,0.6990,0.05,0.6990 lobectomy,lobectomy,7,4,7,4,0.14,0.9031,0.05,0.6990 lobotomies,lobotomies,4,4,4,4,0.08,0.6990,0.05,0.6990 lockout,lockout,16,4,16,4,0.31,1.2304,0.05,0.6990 Locum,locum,7,4,3,2,0.14,0.9031,0.05,0.6990 lod,lod,12,4,9,3,0.24,1.1139,0.05,0.6990 lodgers,lodgers,6,4,5,4,0.12,0.8451,0.05,0.6990 logjam,logjam,4,4,3,3,0.08,0.6990,0.05,0.6990 loll,loll,5,4,5,4,0.10,0.7782,0.05,0.6990 lollapalooza,lollapalooza,4,4,3,3,0.08,0.6990,0.05,0.6990 longhair,longhair,4,4,4,4,0.08,0.6990,0.05,0.6990 longhairs,longhairs,4,4,3,3,0.08,0.6990,0.05,0.6990 longitudinal,longitudinal,4,4,4,4,0.08,0.6990,0.05,0.6990 lordships,lordships,4,4,3,3,0.08,0.6990,0.05,0.6990 louts,louts,4,4,4,4,0.08,0.6990,0.05,0.6990 louver,louver,4,4,3,3,0.08,0.6990,0.05,0.6990 lovebird,lovebird,5,4,5,4,0.10,0.7782,0.05,0.6990 lowing,lowing,8,4,8,4,0.16,0.9542,0.05,0.6990 loyalists,loyalists,5,4,4,3,0.10,0.7782,0.05,0.6990 lozenges,lozenges,8,4,8,4,0.16,0.9542,0.05,0.6990 lubber,lubber,5,4,3,3,0.10,0.7782,0.05,0.6990 lubed,lubed,4,4,4,4,0.08,0.6990,0.05,0.6990 lubricating,lubricating,4,4,4,4,0.08,0.6990,0.05,0.6990 lucks,lucks,5,4,4,3,0.10,0.7782,0.05,0.6990 ludicrously,ludicrously,4,4,4,4,0.08,0.6990,0.05,0.6990 luminary,luminary,5,4,5,4,0.10,0.7782,0.05,0.6990 luminescence,luminescence,4,4,4,4,0.08,0.6990,0.05,0.6990 lunched,lunched,4,4,3,3,0.08,0.6990,0.05,0.6990 Lungfish,lungfish,11,4,5,3,0.22,1.0792,0.05,0.6990 lunk,lunk,4,4,4,4,0.08,0.6990,0.05,0.6990 lutes,lutes,5,4,3,3,0.10,0.7782,0.05,0.6990 luxe,luxe,9,4,9,4,0.18,1.0000,0.05,0.6990 lymphocytic,lymphocytic,4,4,3,3,0.08,0.6990,0.05,0.6990 lyre,lyre,4,4,4,4,0.08,0.6990,0.05,0.6990 lyrically,lyrically,5,4,5,4,0.10,0.7782,0.05,0.6990 Mab,mab,29,4,1,1,0.57,1.4771,0.05,0.6990 macaws,macaws,9,4,8,3,0.18,1.0000,0.05,0.6990 Macer,macer,9,4,0,0,0.18,1.0000,0.05,0.6990 Macfarlane,macfarlane,114,4,0,0,2.24,2.0607,0.05,0.6990 machined,machined,4,4,3,3,0.08,0.6990,0.05,0.6990 Mackintosh,mackintosh,6,4,0,0,0.12,0.8451,0.05,0.6990 macrobiotic,macrobiotic,4,4,4,4,0.08,0.6990,0.05,0.6990 macular,macular,5,4,5,4,0.10,0.7782,0.05,0.6990 Mademoiselles,mademoiselles,4,4,1,1,0.08,0.6990,0.05,0.6990 magistrates,magistrates,5,4,5,4,0.10,0.7782,0.05,0.6990 magnetically,magnetically,4,4,4,4,0.08,0.6990,0.05,0.6990 magnetometer,magnetometer,5,4,4,3,0.10,0.7782,0.05,0.6990 magnifies,magnifies,4,4,4,4,0.08,0.6990,0.05,0.6990 Magyar,magyar,6,4,0,0,0.12,0.8451,0.05,0.6990 maidenhood,maidenhood,6,4,6,4,0.12,0.8451,0.05,0.6990 mailbag,mailbag,5,4,5,4,0.10,0.7782,0.05,0.6990 mainframes,mainframes,4,4,4,4,0.08,0.6990,0.05,0.6990 mainlanders,mainlanders,12,4,11,3,0.24,1.1139,0.05,0.6990 Maire,maire,13,4,3,3,0.25,1.1461,0.05,0.6990 maki,maki,4,4,2,2,0.08,0.6990,0.05,0.6990 Makuta,makuta,35,4,0,0,0.69,1.5563,0.05,0.6990 maladjustment,maladjustment,4,4,3,3,0.08,0.6990,0.05,0.6990 Malayan,malayan,6,4,0,0,0.12,0.8451,0.05,0.6990 maligned,maligned,4,4,4,4,0.08,0.6990,0.05,0.6990 malleolus,malleolus,4,4,4,4,0.08,0.6990,0.05,0.6990 malleus,malleus,5,4,4,3,0.10,0.7782,0.05,0.6990 Manche,manche,6,4,0,0,0.12,0.8451,0.05,0.6990 mandibular,mandibular,4,4,4,4,0.08,0.6990,0.05,0.6990 mangos,mangos,8,4,7,3,0.16,0.9542,0.05,0.6990 Manito,manito,8,4,2,2,0.16,0.9542,0.05,0.6990 Manors,manors,22,4,2,2,0.43,1.3617,0.05,0.6990 mantlepiece,mantlepiece,4,4,4,4,0.08,0.6990,0.05,0.6990 mantras,mantras,4,4,4,4,0.08,0.6990,0.05,0.6990 Marais,marais,7,4,0,0,0.14,0.9031,0.05,0.6990 Marauder,marauder,7,4,2,2,0.14,0.9031,0.05,0.6990 Marlins,marlins,4,4,1,1,0.08,0.6990,0.05,0.6990 Marquise,marquise,9,4,3,2,0.18,1.0000,0.05,0.6990 marshaling,marshaling,5,4,3,3,0.10,0.7782,0.05,0.6990 marveled,marveled,5,4,4,4,0.10,0.7782,0.05,0.6990 Masa,masa,22,4,0,0,0.43,1.3617,0.05,0.6990 Masai,masai,5,4,0,0,0.10,0.7782,0.05,0.6990 maser,maser,13,4,9,2,0.25,1.1461,0.05,0.6990 mashes,mashes,4,4,2,2,0.08,0.6990,0.05,0.6990 massagers,massagers,5,4,5,4,0.10,0.7782,0.05,0.6990 masterfully,masterfully,4,4,4,4,0.08,0.6990,0.05,0.6990 materialised,materialised,4,4,4,4,0.08,0.6990,0.05,0.6990 maties,maties,6,4,5,3,0.12,0.8451,0.05,0.6990 matzah,matzah,13,4,12,4,0.25,1.1461,0.05,0.6990 Mavericks,mavericks,23,4,0,0,0.45,1.3802,0.05,0.6990 maw,maw,12,4,10,2,0.24,1.1139,0.05,0.6990 maxilla,maxilla,4,4,4,4,0.08,0.6990,0.05,0.6990 maximizes,maximizes,4,4,4,4,0.08,0.6990,0.05,0.6990 Maxis,maxis,6,4,2,2,0.12,0.8451,0.05,0.6990 mayst,mayst,5,4,5,4,0.10,0.7782,0.05,0.6990 mazes,mazes,5,4,5,4,0.10,0.7782,0.05,0.6990 Meany,meany,13,4,2,2,0.25,1.1461,0.05,0.6990 meatus,meatus,4,4,4,4,0.08,0.6990,0.05,0.6990 medalist,medalist,4,4,4,4,0.08,0.6990,0.05,0.6990 medially,medially,4,4,4,4,0.08,0.6990,0.05,0.6990 Meeker,meeker,27,4,0,0,0.53,1.4472,0.05,0.6990 Meer,meer,59,4,0,0,1.16,1.7782,0.05,0.6990 meerkat,meerkat,11,4,10,4,0.22,1.0792,0.05,0.6990 megabytes,megabytes,4,4,4,4,0.08,0.6990,0.05,0.6990 megalomaniacal,megalomaniacal,4,4,4,4,0.08,0.6990,0.05,0.6990 megastar,megastar,4,4,4,4,0.08,0.6990,0.05,0.6990 megastars,megastars,4,4,4,4,0.08,0.6990,0.05,0.6990 melange,melange,5,4,5,4,0.10,0.7782,0.05,0.6990 melatonin,melatonin,4,4,4,4,0.08,0.6990,0.05,0.6990 melded,melded,4,4,4,4,0.08,0.6990,0.05,0.6990 Mele,mele,5,4,0,0,0.10,0.7782,0.05,0.6990 mellifluous,mellifluous,4,4,4,4,0.08,0.6990,0.05,0.6990 mellows,mellows,4,4,4,4,0.08,0.6990,0.05,0.6990 memoranda,memoranda,5,4,5,4,0.10,0.7782,0.05,0.6990 memorising,memorising,4,4,3,3,0.08,0.6990,0.05,0.6990 menacingly,menacingly,5,4,4,3,0.10,0.7782,0.05,0.6990 mends,mends,6,4,6,4,0.12,0.8451,0.05,0.6990 menstruate,menstruate,4,4,4,4,0.08,0.6990,0.05,0.6990 menthols,menthols,7,4,6,4,0.14,0.9031,0.05,0.6990 merchandiser,merchandiser,4,4,4,4,0.08,0.6990,0.05,0.6990 mero,mero,4,4,4,4,0.08,0.6990,0.05,0.6990 mesas,mesas,4,4,4,4,0.08,0.6990,0.05,0.6990 meshugana,meshugana,4,4,3,3,0.08,0.6990,0.05,0.6990 meshuggenah,meshuggenah,4,4,4,4,0.08,0.6990,0.05,0.6990 mesmerism,mesmerism,4,4,4,4,0.08,0.6990,0.05,0.6990 messaged,messaged,4,4,4,4,0.08,0.6990,0.05,0.6990 messiahs,messiahs,4,4,4,4,0.08,0.6990,0.05,0.6990 messiest,messiest,4,4,4,4,0.08,0.6990,0.05,0.6990 metacarpals,metacarpals,4,4,3,3,0.08,0.6990,0.05,0.6990 metallurgical,metallurgical,4,4,4,4,0.08,0.6990,0.05,0.6990 metallurgist,metallurgist,4,4,2,2,0.08,0.6990,0.05,0.6990 metaphoric,metaphoric,4,4,4,4,0.08,0.6990,0.05,0.6990 metaphysician,metaphysician,4,4,4,4,0.08,0.6990,0.05,0.6990 mete,mete,4,4,4,4,0.08,0.6990,0.05,0.6990 methodologies,methodologies,4,4,3,3,0.08,0.6990,0.05,0.6990 methought,methought,6,4,4,4,0.12,0.8451,0.05,0.6990 Michaelmas,michaelmas,4,4,0,0,0.08,0.6990,0.05,0.6990 microprocessors,microprocessors,5,4,5,4,0.10,0.7782,0.05,0.6990 microscopically,microscopically,4,4,3,3,0.08,0.6990,0.05,0.6990 microwavable,microwavable,4,4,4,4,0.08,0.6990,0.05,0.6990 Midi,midi,5,4,1,1,0.10,0.7782,0.05,0.6990 midmorning,midmorning,4,4,4,4,0.08,0.6990,0.05,0.6990 migrations,migrations,4,4,4,4,0.08,0.6990,0.05,0.6990 militarism,militarism,5,4,4,3,0.10,0.7782,0.05,0.6990 milkmen,milkmen,4,4,4,4,0.08,0.6990,0.05,0.6990 milksop,milksop,4,4,4,4,0.08,0.6990,0.05,0.6990 millionairess,millionairess,5,4,5,4,0.10,0.7782,0.05,0.6990 Milner,milner,12,4,0,0,0.24,1.1139,0.05,0.6990 Milquetoast,milquetoast,5,4,2,2,0.10,0.7782,0.05,0.6990 mimed,mimed,5,4,5,4,0.10,0.7782,0.05,0.6990 mimicked,mimicked,4,4,4,4,0.08,0.6990,0.05,0.6990 mimicry,mimicry,4,4,4,4,0.08,0.6990,0.05,0.6990 minced,minced,4,4,4,4,0.08,0.6990,0.05,0.6990 minestrone,minestrone,5,4,4,3,0.10,0.7782,0.05,0.6990 mingler,mingler,4,4,4,4,0.08,0.6990,0.05,0.6990 miniatures,miniatures,4,4,4,4,0.08,0.6990,0.05,0.6990 minicam,minicam,4,4,4,4,0.08,0.6990,0.05,0.6990 ministerial,ministerial,5,4,3,2,0.10,0.7782,0.05,0.6990 Minos,minos,9,4,1,1,0.18,1.0000,0.05,0.6990 minuses,minuses,6,4,6,4,0.12,0.8451,0.05,0.6990 Mirabelle,mirabelle,24,4,0,0,0.47,1.3979,0.05,0.6990 misanthrope,misanthrope,5,4,4,3,0.10,0.7782,0.05,0.6990 misappropriated,misappropriated,4,4,4,4,0.08,0.6990,0.05,0.6990 misbehavior,misbehavior,5,4,5,4,0.10,0.7782,0.05,0.6990 miscalculations,miscalculations,4,4,4,4,0.08,0.6990,0.05,0.6990 Misdeal,misdeal,5,4,2,2,0.10,0.7782,0.05,0.6990 misdemeanour,misdemeanour,4,4,4,4,0.08,0.6990,0.05,0.6990 mishmash,mishmash,6,4,6,4,0.12,0.8451,0.05,0.6990 misinterpretation,misinterpretation,4,4,2,2,0.08,0.6990,0.05,0.6990 mismatches,mismatches,4,4,4,4,0.08,0.6990,0.05,0.6990 misquote,misquote,4,4,4,4,0.08,0.6990,0.05,0.6990 misrepresentation,misrepresentation,4,4,4,4,0.08,0.6990,0.05,0.6990 Missive,missive,6,4,2,2,0.12,0.8451,0.05,0.6990 missteps,missteps,4,4,4,4,0.08,0.6990,0.05,0.6990 mistral,mistral,6,4,3,2,0.12,0.8451,0.05,0.6990 mistrusted,mistrusted,4,4,3,3,0.08,0.6990,0.05,0.6990 mixtures,mixtures,4,4,4,4,0.08,0.6990,0.05,0.6990 mizzenmast,mizzenmast,6,4,5,4,0.12,0.8451,0.05,0.6990 mockingly,mockingly,4,4,4,4,0.08,0.6990,0.05,0.6990 moet,moet,4,4,2,2,0.08,0.6990,0.05,0.6990 moguls,moguls,4,4,3,3,0.08,0.6990,0.05,0.6990 mollified,mollified,4,4,4,4,0.08,0.6990,0.05,0.6990 mollify,mollify,4,4,4,4,0.08,0.6990,0.05,0.6990 mollusc,mollusc,9,4,9,4,0.18,1.0000,0.05,0.6990 molluscs,molluscs,4,4,4,4,0.08,0.6990,0.05,0.6990 monastic,monastic,4,4,4,4,0.08,0.6990,0.05,0.6990 moneylender,moneylender,4,4,4,4,0.08,0.6990,0.05,0.6990 moneylenders,moneylenders,5,4,4,3,0.10,0.7782,0.05,0.6990 monger,monger,4,4,4,4,0.08,0.6990,0.05,0.6990 monochromatic,monochromatic,8,4,8,4,0.16,0.9542,0.05,0.6990 monochrome,monochrome,4,4,3,3,0.08,0.6990,0.05,0.6990 monogamist,monogamist,4,4,4,4,0.08,0.6990,0.05,0.6990 monolithic,monolithic,4,4,4,4,0.08,0.6990,0.05,0.6990 Monseigneur,monseigneur,9,4,2,2,0.18,1.0000,0.05,0.6990 Montpelier,montpelier,4,4,0,0,0.08,0.6990,0.05,0.6990 moodiness,moodiness,4,4,3,3,0.08,0.6990,0.05,0.6990 moonless,moonless,4,4,4,4,0.08,0.6990,0.05,0.6990 moonlights,moonlights,4,4,4,4,0.08,0.6990,0.05,0.6990 Moonrise,moonrise,9,4,4,2,0.18,1.0000,0.05,0.6990 moonstruck,moonstruck,4,4,4,4,0.08,0.6990,0.05,0.6990 mortgaging,mortgaging,4,4,3,3,0.08,0.6990,0.05,0.6990 mortification,mortification,4,4,4,4,0.08,0.6990,0.05,0.6990 Moslem,moslem,5,4,1,1,0.10,0.7782,0.05,0.6990 mosques,mosques,5,4,4,3,0.10,0.7782,0.05,0.6990 Mot,mot,4,4,1,1,0.08,0.6990,0.05,0.6990 motifs,motifs,4,4,4,4,0.08,0.6990,0.05,0.6990 motorcades,motorcades,6,4,3,3,0.12,0.8451,0.05,0.6990 motorised,motorised,4,4,4,4,0.08,0.6990,0.05,0.6990 motorways,motorways,4,4,4,4,0.08,0.6990,0.05,0.6990 mou,mou,4,4,2,2,0.08,0.6990,0.05,0.6990 mountaineering,mountaineering,4,4,4,4,0.08,0.6990,0.05,0.6990 mournfully,mournfully,4,4,4,4,0.08,0.6990,0.05,0.6990 mousseline,mousseline,4,4,4,4,0.08,0.6990,0.05,0.6990 mouthwatering,mouthwatering,4,4,3,3,0.08,0.6990,0.05,0.6990 mouthy,mouthy,5,4,4,3,0.10,0.7782,0.05,0.6990 moviegoers,moviegoers,5,4,5,4,0.10,0.7782,0.05,0.6990 muckraking,muckraking,4,4,4,4,0.08,0.6990,0.05,0.6990 mudder,mudder,9,4,6,3,0.18,1.0000,0.05,0.6990 muddied,muddied,4,4,4,4,0.08,0.6990,0.05,0.6990 muddling,muddling,4,4,4,4,0.08,0.6990,0.05,0.6990 mudslide,mudslide,4,4,4,4,0.08,0.6990,0.05,0.6990 muffles,muffles,4,4,2,2,0.08,0.6990,0.05,0.6990 mugshot,mugshot,4,4,4,4,0.08,0.6990,0.05,0.6990 mukluks,mukluks,5,4,5,4,0.10,0.7782,0.05,0.6990 muling,muling,7,4,7,4,0.14,0.9031,0.05,0.6990 multi,multi,4,4,4,4,0.08,0.6990,0.05,0.6990 multinationals,multinationals,4,4,4,4,0.08,0.6990,0.05,0.6990 multiplicity,multiplicity,4,4,4,4,0.08,0.6990,0.05,0.6990 mummify,mummify,4,4,4,4,0.08,0.6990,0.05,0.6990 Muntz,muntz,19,4,0,0,0.37,1.3010,0.05,0.6990 mused,mused,4,4,4,4,0.08,0.6990,0.05,0.6990 Muskrats,muskrats,5,4,1,1,0.10,0.7782,0.05,0.6990 mutates,mutates,4,4,4,4,0.08,0.6990,0.05,0.6990 mutes,mutes,4,4,4,4,0.08,0.6990,0.05,0.6990 mutilates,mutilates,4,4,4,4,0.08,0.6990,0.05,0.6990 Mutilator,mutilator,6,4,1,1,0.12,0.8451,0.05,0.6990 mutineer,mutineer,8,4,8,4,0.16,0.9542,0.05,0.6990 mutineers,mutineers,4,4,4,4,0.08,0.6990,0.05,0.6990 muzzles,muzzles,4,4,4,4,0.08,0.6990,0.05,0.6990 mylar,mylar,5,4,3,3,0.10,0.7782,0.05,0.6990 myocardium,myocardium,4,4,4,4,0.08,0.6990,0.05,0.6990 Myrt,myrt,8,4,0,0,0.16,0.9542,0.05,0.6990 mysteriousness,mysteriousness,4,4,4,4,0.08,0.6990,0.05,0.6990 nabobs,nabobs,4,4,4,4,0.08,0.6990,0.05,0.6990 Nadir,nadir,15,4,2,2,0.29,1.2041,0.05,0.6990 Naga,naga,7,4,0,0,0.14,0.9031,0.05,0.6990 nakedly,nakedly,4,4,4,4,0.08,0.6990,0.05,0.6990 Nanking,nanking,5,4,0,0,0.10,0.7782,0.05,0.6990 Naphtha,naphtha,7,4,3,3,0.14,0.9031,0.05,0.6990 nar,nar,5,4,3,2,0.10,0.7782,0.05,0.6990 narcosis,narcosis,5,4,3,3,0.10,0.7782,0.05,0.6990 natal,natal,5,4,3,3,0.10,0.7782,0.05,0.6990 Natale,natale,7,4,0,0,0.14,0.9031,0.05,0.6990 nationalistic,nationalistic,4,4,4,4,0.08,0.6990,0.05,0.6990 Naturellement,naturellement,6,4,0,0,0.12,0.8451,0.05,0.6990 nauseam,nauseam,4,4,4,4,0.08,0.6990,0.05,0.6990 Navaho,navaho,4,4,0,0,0.08,0.6990,0.05,0.6990 navicular,navicular,4,4,2,2,0.08,0.6990,0.05,0.6990 nays,nays,8,4,7,3,0.16,0.9542,0.05,0.6990 Neapolitans,neapolitans,5,4,0,0,0.10,0.7782,0.05,0.6990 necropsy,necropsy,4,4,4,4,0.08,0.6990,0.05,0.6990 needled,needled,4,4,4,4,0.08,0.6990,0.05,0.6990 Needleman,needleman,7,4,0,0,0.14,0.9031,0.05,0.6990 negated,negated,4,4,4,4,0.08,0.6990,0.05,0.6990 negotiates,negotiates,4,4,4,4,0.08,0.6990,0.05,0.6990 negros,negros,8,4,4,2,0.16,0.9542,0.05,0.6990 neighbouring,neighbouring,4,4,4,4,0.08,0.6990,0.05,0.6990 neoclassical,neoclassical,4,4,4,4,0.08,0.6990,0.05,0.6990 neonatal,neonatal,4,4,3,3,0.08,0.6990,0.05,0.6990 neonate,neonate,5,4,5,4,0.10,0.7782,0.05,0.6990 nesters,nesters,9,4,8,4,0.18,1.0000,0.05,0.6990 neurologically,neurologically,4,4,3,3,0.08,0.6990,0.05,0.6990 neurologists,neurologists,4,4,3,3,0.08,0.6990,0.05,0.6990 neurotransmitters,neurotransmitters,6,4,6,4,0.12,0.8451,0.05,0.6990 neven,neven,8,4,4,1,0.16,0.9542,0.05,0.6990 newsboys,newsboys,4,4,4,4,0.08,0.6990,0.05,0.6990 Nibbler,nibbler,5,4,2,2,0.10,0.7782,0.05,0.6990 Nickle,nickle,5,4,2,2,0.10,0.7782,0.05,0.6990 nightdress,nightdress,4,4,4,4,0.08,0.6990,0.05,0.6990 nighter,nighter,4,4,4,4,0.08,0.6990,0.05,0.6990 nightlight,nightlight,4,4,4,4,0.08,0.6990,0.05,0.6990 nihilism,nihilism,4,4,4,4,0.08,0.6990,0.05,0.6990 nihilist,nihilist,9,4,9,4,0.18,1.0000,0.05,0.6990 Nim,nim,52,4,0,0,1.02,1.7243,0.05,0.6990 ninepence,ninepence,4,4,4,4,0.08,0.6990,0.05,0.6990 nocturne,nocturne,4,4,3,3,0.08,0.6990,0.05,0.6990 noisiest,noisiest,4,4,3,3,0.08,0.6990,0.05,0.6990 noisome,noisome,4,4,3,3,0.08,0.6990,0.05,0.6990 nol,nol,5,4,4,3,0.10,0.7782,0.05,0.6990 nonalcoholic,nonalcoholic,6,4,5,4,0.12,0.8451,0.05,0.6990 nonbeliever,nonbeliever,4,4,4,4,0.08,0.6990,0.05,0.6990 nonchalantly,nonchalantly,4,4,4,4,0.08,0.6990,0.05,0.6990 nondenominational,nondenominational,4,4,4,4,0.08,0.6990,0.05,0.6990 nonmetallic,nonmetallic,4,4,4,4,0.08,0.6990,0.05,0.6990 noodling,noodling,4,4,4,4,0.08,0.6990,0.05,0.6990 nooky,nooky,4,4,4,4,0.08,0.6990,0.05,0.6990 Nori,nori,16,4,0,0,0.31,1.2304,0.05,0.6990 notarised,notarised,4,4,4,4,0.08,0.6990,0.05,0.6990 nourishes,nourishes,4,4,4,4,0.08,0.6990,0.05,0.6990 Nov,nov,4,4,0,0,0.08,0.6990,0.05,0.6990 novellas,novellas,4,4,4,4,0.08,0.6990,0.05,0.6990 nunchaku,nunchaku,4,4,3,3,0.08,0.6990,0.05,0.6990 nurseries,nurseries,8,4,8,4,0.16,0.9542,0.05,0.6990 nutcrackers,nutcrackers,4,4,3,3,0.08,0.6990,0.05,0.6990 nutritionally,nutritionally,4,4,3,3,0.08,0.6990,0.05,0.6990 nuttiness,nuttiness,5,4,5,4,0.10,0.7782,0.05,0.6990 Nye,nye,4,4,0,0,0.08,0.6990,0.05,0.6990 Oad,oad,12,4,3,3,0.24,1.1139,0.05,0.6990 oafs,oafs,4,4,4,4,0.08,0.6990,0.05,0.6990 oaky,oaky,5,4,5,4,0.10,0.7782,0.05,0.6990 obeisance,obeisance,4,4,4,4,0.08,0.6990,0.05,0.6990 obelisk,obelisk,5,4,3,3,0.10,0.7782,0.05,0.6990 objectified,objectified,6,4,6,4,0.12,0.8451,0.05,0.6990 objectifying,objectifying,5,4,5,4,0.10,0.7782,0.05,0.6990 objet,objet,4,4,4,4,0.08,0.6990,0.05,0.6990 obligingly,obligingly,5,4,5,4,0.10,0.7782,0.05,0.6990 obliterates,obliterates,4,4,4,4,0.08,0.6990,0.05,0.6990 observable,observable,4,4,4,4,0.08,0.6990,0.05,0.6990 obsolescence,obsolescence,4,4,3,3,0.08,0.6990,0.05,0.6990 obstetricians,obstetricians,5,4,4,3,0.10,0.7782,0.05,0.6990 occidental,occidental,7,4,4,1,0.14,0.9031,0.05,0.6990 oclock,oclock,5,4,5,4,0.10,0.7782,0.05,0.6990 Octagonal,octagonal,6,4,2,2,0.12,0.8451,0.05,0.6990 octane,octane,4,4,4,4,0.08,0.6990,0.05,0.6990 octaves,octaves,4,4,3,3,0.08,0.6990,0.05,0.6990 oculist,oculist,4,4,4,4,0.08,0.6990,0.05,0.6990 oddballs,oddballs,5,4,5,4,0.10,0.7782,0.05,0.6990 ofay,ofay,6,4,5,3,0.12,0.8451,0.05,0.6990 offload,offload,4,4,3,3,0.08,0.6990,0.05,0.6990 Ohm,ohm,4,4,1,1,0.08,0.6990,0.05,0.6990 oilman,oilman,8,4,6,3,0.16,0.9542,0.05,0.6990 Oke,oke,28,4,5,2,0.55,1.4624,0.05,0.6990 Oki,oki,18,4,0,0,0.35,1.2788,0.05,0.6990 olam,olam,8,4,8,4,0.16,0.9542,0.05,0.6990 oleander,oleander,4,4,3,3,0.08,0.6990,0.05,0.6990 Olivet,olivet,12,4,0,0,0.24,1.1139,0.05,0.6990 ombudsman,ombudsman,7,4,7,4,0.14,0.9031,0.05,0.6990 omnibus,omnibus,4,4,3,3,0.08,0.6990,0.05,0.6990 omniscience,omniscience,4,4,4,4,0.08,0.6990,0.05,0.6990 onetime,onetime,4,4,4,4,0.08,0.6990,0.05,0.6990 onscreen,onscreen,4,4,3,3,0.08,0.6990,0.05,0.6990 onus,onus,5,4,3,3,0.10,0.7782,0.05,0.6990 oompah,oompah,6,4,4,2,0.12,0.8451,0.05,0.6990 oozed,oozed,4,4,4,4,0.08,0.6990,0.05,0.6990 optician,optician,4,4,4,4,0.08,0.6990,0.05,0.6990 oration,oration,4,4,4,4,0.08,0.6990,0.05,0.6990 orchestrations,orchestrations,4,4,3,3,0.08,0.6990,0.05,0.6990 ordination,ordination,5,4,5,4,0.10,0.7782,0.05,0.6990 Oregonian,oregonian,4,4,0,0,0.08,0.6990,0.05,0.6990 orgiastic,orgiastic,4,4,4,4,0.08,0.6990,0.05,0.6990 origination,origination,4,4,3,3,0.08,0.6990,0.05,0.6990 oriole,oriole,5,4,3,2,0.10,0.7782,0.05,0.6990 orneriest,orneriest,4,4,4,4,0.08,0.6990,0.05,0.6990 ornithologist,ornithologist,4,4,3,3,0.08,0.6990,0.05,0.6990 ornithology,ornithology,4,4,2,2,0.08,0.6990,0.05,0.6990 ors,ors,14,4,14,4,0.27,1.1761,0.05,0.6990 orthodoxy,orthodoxy,4,4,3,3,0.08,0.6990,0.05,0.6990 oscilloscope,oscilloscope,4,4,4,4,0.08,0.6990,0.05,0.6990 Ostend,ostend,6,4,0,0,0.12,0.8451,0.05,0.6990 outdoorsman,outdoorsman,4,4,3,3,0.08,0.6990,0.05,0.6990 outdraw,outdraw,7,4,7,4,0.14,0.9031,0.05,0.6990 outermost,outermost,4,4,3,3,0.08,0.6990,0.05,0.6990 outfielder,outfielder,5,4,3,2,0.10,0.7782,0.05,0.6990 outflow,outflow,7,4,7,4,0.14,0.9031,0.05,0.6990 outhouses,outhouses,5,4,4,4,0.10,0.7782,0.05,0.6990 outmaneuver,outmaneuver,4,4,4,4,0.08,0.6990,0.05,0.6990 outmaneuvered,outmaneuvered,4,4,4,4,0.08,0.6990,0.05,0.6990 outmatched,outmatched,4,4,4,4,0.08,0.6990,0.05,0.6990 outplayed,outplayed,5,4,5,4,0.10,0.7782,0.05,0.6990 outrace,outrace,5,4,4,3,0.10,0.7782,0.05,0.6990 outrages,outrages,6,4,5,4,0.12,0.8451,0.05,0.6990 outranked,outranked,4,4,4,4,0.08,0.6990,0.05,0.6990 outselling,outselling,4,4,3,3,0.08,0.6990,0.05,0.6990 outsource,outsource,4,4,4,4,0.08,0.6990,0.05,0.6990 outstayed,outstayed,4,4,4,4,0.08,0.6990,0.05,0.6990 outstrip,outstrip,4,4,4,4,0.08,0.6990,0.05,0.6990 outtake,outtake,7,4,7,4,0.14,0.9031,0.05,0.6990 outvoted,outvoted,4,4,4,4,0.08,0.6990,0.05,0.6990 overanalyzing,overanalyzing,4,4,4,4,0.08,0.6990,0.05,0.6990 overburdened,overburdened,5,4,5,4,0.10,0.7782,0.05,0.6990 overcompensates,overcompensates,4,4,4,4,0.08,0.6990,0.05,0.6990 overdeveloped,overdeveloped,4,4,3,3,0.08,0.6990,0.05,0.6990 overdraft,overdraft,5,4,5,4,0.10,0.7782,0.05,0.6990 overeating,overeating,4,4,3,3,0.08,0.6990,0.05,0.6990 overexposed,overexposed,5,4,4,4,0.10,0.7782,0.05,0.6990 overexposure,overexposure,4,4,3,3,0.08,0.6990,0.05,0.6990 overfeed,overfeed,5,4,5,4,0.10,0.7782,0.05,0.6990 overinflated,overinflated,4,4,4,4,0.08,0.6990,0.05,0.6990 overloads,overloads,4,4,4,4,0.08,0.6990,0.05,0.6990 overlords,overlords,5,4,5,4,0.10,0.7782,0.05,0.6990 overpaying,overpaying,4,4,4,4,0.08,0.6990,0.05,0.6990 overpowers,overpowers,4,4,4,4,0.08,0.6990,0.05,0.6990 overseen,overseen,4,4,4,4,0.08,0.6990,0.05,0.6990 overshooting,overshooting,4,4,4,4,0.08,0.6990,0.05,0.6990 oversimplified,oversimplified,4,4,4,4,0.08,0.6990,0.05,0.6990 oversleeping,oversleeping,4,4,4,4,0.08,0.6990,0.05,0.6990 overstate,overstate,4,4,4,4,0.08,0.6990,0.05,0.6990 overstatement,overstatement,4,4,4,4,0.08,0.6990,0.05,0.6990 overthrows,overthrows,6,4,6,4,0.12,0.8451,0.05,0.6990 overusing,overusing,4,4,4,4,0.08,0.6990,0.05,0.6990 overweening,overweening,4,4,4,4,0.08,0.6990,0.05,0.6990 overzealousness,overzealousness,4,4,3,3,0.08,0.6990,0.05,0.6990 oxygenate,oxygenate,4,4,4,4,0.08,0.6990,0.05,0.6990 oxygenating,oxygenating,4,4,3,3,0.08,0.6990,0.05,0.6990 oxygenation,oxygenation,6,4,3,2,0.12,0.8451,0.05,0.6990 Oxytocin,oxytocin,6,4,2,2,0.12,0.8451,0.05,0.6990 pacemakers,pacemakers,6,4,6,4,0.12,0.8451,0.05,0.6990 paedophiles,paedophiles,5,4,5,4,0.10,0.7782,0.05,0.6990 pais,pais,5,4,4,3,0.10,0.7782,0.05,0.6990 paisano,paisano,8,4,8,4,0.16,0.9542,0.05,0.6990 paisans,paisans,4,4,4,4,0.08,0.6990,0.05,0.6990 palanquin,palanquin,6,4,5,4,0.12,0.8451,0.05,0.6990 Palma,palma,5,4,1,1,0.10,0.7782,0.05,0.6990 palmers,palmers,7,4,6,3,0.14,0.9031,0.05,0.6990 palpitation,palpitation,6,4,6,4,0.12,0.8451,0.05,0.6990 pancaked,pancaked,4,4,4,4,0.08,0.6990,0.05,0.6990 panelists,panelists,6,4,6,4,0.12,0.8451,0.05,0.6990 Papist,papist,5,4,1,1,0.10,0.7782,0.05,0.6990 parables,parables,4,4,2,2,0.08,0.6990,0.05,0.6990 parachutist,parachutist,8,4,8,4,0.16,0.9542,0.05,0.6990 parachutists,parachutists,13,4,13,4,0.25,1.1461,0.05,0.6990 parentheses,parentheses,4,4,4,4,0.08,0.6990,0.05,0.6990 parentless,parentless,4,4,3,3,0.08,0.6990,0.05,0.6990 Parisienne,parisienne,4,4,0,0,0.08,0.6990,0.05,0.6990 parlays,parlays,4,4,4,4,0.08,0.6990,0.05,0.6990 Parliaments,parliaments,4,4,1,1,0.08,0.6990,0.05,0.6990 parquet,parquet,4,4,3,3,0.08,0.6990,0.05,0.6990 parsnip,parsnip,4,4,2,2,0.08,0.6990,0.05,0.6990 partaken,partaken,4,4,4,4,0.08,0.6990,0.05,0.6990 partaking,partaking,4,4,4,4,0.08,0.6990,0.05,0.6990 partings,partings,6,4,6,4,0.12,0.8451,0.05,0.6990 partitioned,partitioned,4,4,2,2,0.08,0.6990,0.05,0.6990 partook,partook,4,4,3,3,0.08,0.6990,0.05,0.6990 pash,pash,5,4,3,3,0.10,0.7782,0.05,0.6990 pashmina,pashmina,5,4,5,4,0.10,0.7782,0.05,0.6990 pasteurized,pasteurized,5,4,5,4,0.10,0.7782,0.05,0.6990 Pastis,pastis,5,4,1,1,0.10,0.7782,0.05,0.6990 Patagonia,patagonia,4,4,0,0,0.08,0.6990,0.05,0.6990 Pathfinder,pathfinder,6,4,0,0,0.12,0.8451,0.05,0.6990 pathologically,pathologically,4,4,4,4,0.08,0.6990,0.05,0.6990 Patria,patria,14,4,1,1,0.27,1.1761,0.05,0.6990 patroness,patroness,4,4,4,4,0.08,0.6990,0.05,0.6990 Patten,patten,6,4,0,0,0.12,0.8451,0.05,0.6990 Pattie,pattie,5,4,0,0,0.10,0.7782,0.05,0.6990 paunchy,paunchy,4,4,3,3,0.08,0.6990,0.05,0.6990 Pavlovian,pavlovian,4,4,0,0,0.08,0.6990,0.05,0.6990 peasantry,peasantry,5,4,5,4,0.10,0.7782,0.05,0.6990 pedant,pedant,5,4,3,3,0.10,0.7782,0.05,0.6990 pedestals,pedestals,5,4,4,4,0.10,0.7782,0.05,0.6990 pediatricians,pediatricians,4,4,4,4,0.08,0.6990,0.05,0.6990 pedophilia,pedophilia,5,4,5,4,0.10,0.7782,0.05,0.6990 peelings,peelings,5,4,5,4,0.10,0.7782,0.05,0.6990 peen,peen,5,4,5,4,0.10,0.7782,0.05,0.6990 peewees,peewees,4,4,3,3,0.08,0.6990,0.05,0.6990 pejorative,pejorative,4,4,4,4,0.08,0.6990,0.05,0.6990 Pekinese,pekinese,4,4,0,0,0.08,0.6990,0.05,0.6990 penalised,penalised,5,4,5,4,0.10,0.7782,0.05,0.6990 pencilled,pencilled,4,4,4,4,0.08,0.6990,0.05,0.6990 pendants,pendants,4,4,4,4,0.08,0.6990,0.05,0.6990 Pendragon,pendragon,21,4,0,0,0.41,1.3424,0.05,0.6990 penetrator,penetrator,4,4,3,3,0.08,0.6990,0.05,0.6990 penlight,penlight,6,4,6,4,0.12,0.8451,0.05,0.6990 pense,pense,5,4,5,4,0.10,0.7782,0.05,0.6990 pentagrams,pentagrams,11,4,10,3,0.22,1.0792,0.05,0.6990 perceptible,perceptible,4,4,4,4,0.08,0.6990,0.05,0.6990 perches,perches,4,4,4,4,0.08,0.6990,0.05,0.6990 percolator,percolator,4,4,4,4,0.08,0.6990,0.05,0.6990 Perdy,perdy,60,4,0,0,1.18,1.7853,0.05,0.6990 Pere,pere,4,4,0,0,0.08,0.6990,0.05,0.6990 peregrine,peregrine,4,4,2,2,0.08,0.6990,0.05,0.6990 perf,perf,4,4,4,4,0.08,0.6990,0.05,0.6990 perfectionism,perfectionism,4,4,4,4,0.08,0.6990,0.05,0.6990 perforations,perforations,5,4,5,4,0.10,0.7782,0.05,0.6990 periodontal,periodontal,4,4,4,4,0.08,0.6990,0.05,0.6990 perishes,perishes,4,4,4,4,0.08,0.6990,0.05,0.6990 perkiness,perkiness,4,4,4,4,0.08,0.6990,0.05,0.6990 permanganate,permanganate,4,4,4,4,0.08,0.6990,0.05,0.6990 permeate,permeate,4,4,4,4,0.08,0.6990,0.05,0.6990 permissiveness,permissiveness,4,4,3,3,0.08,0.6990,0.05,0.6990 perpetrate,perpetrate,4,4,4,4,0.08,0.6990,0.05,0.6990 persecutor,persecutor,4,4,4,4,0.08,0.6990,0.05,0.6990 persimmon,persimmon,4,4,3,3,0.08,0.6990,0.05,0.6990 personalised,personalised,4,4,4,4,0.08,0.6990,0.05,0.6990 personas,personas,4,4,4,4,0.08,0.6990,0.05,0.6990 perspicacious,perspicacious,5,4,4,4,0.10,0.7782,0.05,0.6990 perused,perused,4,4,4,4,0.08,0.6990,0.05,0.6990 pervades,pervades,4,4,4,4,0.08,0.6990,0.05,0.6990 perversely,perversely,4,4,4,4,0.08,0.6990,0.05,0.6990 pestle,pestle,31,4,31,4,0.61,1.5051,0.05,0.6990 petits,petits,4,4,4,4,0.08,0.6990,0.05,0.6990 Pharisees,pharisees,4,4,0,0,0.08,0.6990,0.05,0.6990 pharmacopoeia,pharmacopoeia,4,4,3,3,0.08,0.6990,0.05,0.6990 phenomenally,phenomenally,7,4,7,4,0.14,0.9031,0.05,0.6990 philanthropy,philanthropy,4,4,4,4,0.08,0.6990,0.05,0.6990 philosophic,philosophic,4,4,4,4,0.08,0.6990,0.05,0.6990 phoniness,phoniness,4,4,4,4,0.08,0.6990,0.05,0.6990 photophobia,photophobia,5,4,3,3,0.10,0.7782,0.05,0.6990 pian,pian,6,4,3,2,0.12,0.8451,0.05,0.6990 pianola,pianola,5,4,3,3,0.10,0.7782,0.05,0.6990 pickling,pickling,4,4,4,4,0.08,0.6990,0.05,0.6990 Piddle,piddle,5,4,2,2,0.10,0.7782,0.05,0.6990 piecework,piecework,5,4,4,4,0.10,0.7782,0.05,0.6990 Pierrot,pierrot,5,4,0,0,0.10,0.7782,0.05,0.6990 pigboat,pigboat,4,4,4,4,0.08,0.6990,0.05,0.6990 pigeonhole,pigeonhole,4,4,4,4,0.08,0.6990,0.05,0.6990 pigeonholed,pigeonholed,4,4,3,3,0.08,0.6990,0.05,0.6990 Piggie,piggie,20,4,3,2,0.39,1.3222,0.05,0.6990 pilferage,pilferage,6,4,6,4,0.12,0.8451,0.05,0.6990 pilgrimages,pilgrimages,4,4,4,4,0.08,0.6990,0.05,0.6990 pillock,pillock,4,4,3,3,0.08,0.6990,0.05,0.6990 pimento,pimento,4,4,4,4,0.08,0.6990,0.05,0.6990 Pinafore,pinafore,4,4,1,1,0.08,0.6990,0.05,0.6990 pinholes,pinholes,5,4,5,4,0.10,0.7782,0.05,0.6990 Pinion,pinion,8,4,3,3,0.16,0.9542,0.05,0.6990 pinkish,pinkish,4,4,4,4,0.08,0.6990,0.05,0.6990 pinpointing,pinpointing,4,4,4,4,0.08,0.6990,0.05,0.6990 pinstriped,pinstriped,4,4,2,2,0.08,0.6990,0.05,0.6990 pinups,pinups,4,4,4,4,0.08,0.6990,0.05,0.6990 pinwheels,pinwheels,5,4,4,3,0.10,0.7782,0.05,0.6990 pipers,pipers,4,4,3,3,0.08,0.6990,0.05,0.6990 Pirogi,pirogi,4,4,0,0,0.08,0.6990,0.05,0.6990 pitchman,pitchman,5,4,4,4,0.10,0.7782,0.05,0.6990 piton,piton,6,4,4,3,0.12,0.8451,0.05,0.6990 pizzicato,pizzicato,6,4,3,3,0.12,0.8451,0.05,0.6990 pizzle,pizzle,6,4,5,3,0.12,0.8451,0.05,0.6990 placating,placating,4,4,4,4,0.08,0.6990,0.05,0.6990 placebos,placebos,6,4,5,4,0.12,0.8451,0.05,0.6990 placer,placer,4,4,4,4,0.08,0.6990,0.05,0.6990 plainer,plainer,5,4,4,4,0.10,0.7782,0.05,0.6990 plasticity,plasticity,4,4,4,4,0.08,0.6990,0.05,0.6990 plausibility,plausibility,4,4,2,2,0.08,0.6990,0.05,0.6990 playlist,playlist,4,4,4,4,0.08,0.6990,0.05,0.6990 Pleiades,pleiades,6,4,1,1,0.12,0.8451,0.05,0.6990 Pleuritic,pleuritic,4,4,1,1,0.08,0.6990,0.05,0.6990 Plotter,plotter,4,4,1,1,0.08,0.6990,0.05,0.6990 ploughs,ploughs,4,4,4,4,0.08,0.6990,0.05,0.6990 plowshares,plowshares,7,4,7,4,0.14,0.9031,0.05,0.6990 Plutonic,plutonic,7,4,1,1,0.14,0.9031,0.05,0.6990 pock,pock,4,4,3,3,0.08,0.6990,0.05,0.6990 pocketing,pocketing,4,4,4,4,0.08,0.6990,0.05,0.6990 poetically,poetically,5,4,5,4,0.10,0.7782,0.05,0.6990 pogrom,pogrom,6,4,5,3,0.12,0.8451,0.05,0.6990 pogroms,pogroms,4,4,3,3,0.08,0.6990,0.05,0.6990 Pointillism,pointillism,5,4,0,0,0.10,0.7782,0.05,0.6990 poky,poky,5,4,5,4,0.10,0.7782,0.05,0.6990 polarization,polarization,4,4,4,4,0.08,0.6990,0.05,0.6990 polenta,polenta,6,4,6,4,0.12,0.8451,0.05,0.6990 policed,policed,4,4,4,4,0.08,0.6990,0.05,0.6990 polisher,polisher,5,4,5,4,0.10,0.7782,0.05,0.6990 polkas,polkas,11,4,10,3,0.22,1.0792,0.05,0.6990 Polonius,polonius,18,4,0,0,0.35,1.2788,0.05,0.6990 pomegranates,pomegranates,5,4,4,3,0.10,0.7782,0.05,0.6990 pomfret,pomfret,9,4,5,1,0.18,1.0000,0.05,0.6990 Pompano,pompano,6,4,2,1,0.12,0.8451,0.05,0.6990 pomposity,pomposity,4,4,4,4,0.08,0.6990,0.05,0.6990 pons,pons,4,4,2,2,0.08,0.6990,0.05,0.6990 ponytails,ponytails,4,4,4,4,0.08,0.6990,0.05,0.6990 poofter,poofter,4,4,4,4,0.08,0.6990,0.05,0.6990 poolrooms,poolrooms,4,4,4,4,0.08,0.6990,0.05,0.6990 popovers,popovers,7,4,5,4,0.14,0.9031,0.05,0.6990 populist,populist,4,4,4,4,0.08,0.6990,0.05,0.6990 porcine,porcine,5,4,4,4,0.10,0.7782,0.05,0.6990 porphyria,porphyria,11,4,7,3,0.22,1.0792,0.05,0.6990 portage,portage,6,4,3,2,0.12,0.8451,0.05,0.6990 portcullis,portcullis,4,4,4,4,0.08,0.6990,0.05,0.6990 portentous,portentous,4,4,3,3,0.08,0.6990,0.05,0.6990 portholes,portholes,5,4,5,4,0.10,0.7782,0.05,0.6990 potable,potable,6,4,6,4,0.12,0.8451,0.05,0.6990 potage,potage,4,4,4,4,0.08,0.6990,0.05,0.6990 potlucks,potlucks,4,4,3,3,0.08,0.6990,0.05,0.6990 pounces,pounces,4,4,4,4,0.08,0.6990,0.05,0.6990 pouted,pouted,4,4,4,4,0.08,0.6990,0.05,0.6990 powerboat,powerboat,4,4,4,4,0.08,0.6990,0.05,0.6990 powerlessness,powerlessness,4,4,4,4,0.08,0.6990,0.05,0.6990 Pps,pps,6,4,0,0,0.12,0.8451,0.05,0.6990 praiseworthy,praiseworthy,4,4,4,4,0.08,0.6990,0.05,0.6990 prattles,prattles,4,4,4,4,0.08,0.6990,0.05,0.6990 preadolescent,preadolescent,4,4,4,4,0.08,0.6990,0.05,0.6990 preciously,preciously,5,4,3,3,0.10,0.7782,0.05,0.6990 predictability,predictability,5,4,3,3,0.10,0.7782,0.05,0.6990 prefabricated,prefabricated,4,4,4,4,0.08,0.6990,0.05,0.6990 preheat,preheat,4,4,4,4,0.08,0.6990,0.05,0.6990 preheated,preheated,4,4,4,4,0.08,0.6990,0.05,0.6990 premiered,premiered,6,4,6,4,0.12,0.8451,0.05,0.6990 prepositions,prepositions,6,4,4,3,0.12,0.8451,0.05,0.6990 prerogatives,prerogatives,6,4,6,4,0.12,0.8451,0.05,0.6990 prescient,prescient,4,4,4,4,0.08,0.6990,0.05,0.6990 prettying,prettying,4,4,3,3,0.08,0.6990,0.05,0.6990 Priam,priam,20,4,0,0,0.39,1.3222,0.05,0.6990 pricy,pricy,4,4,4,4,0.08,0.6990,0.05,0.6990 pries,pries,4,4,4,4,0.08,0.6990,0.05,0.6990 Priestly,priestly,25,4,4,3,0.49,1.4150,0.05,0.6990 princeling,princeling,4,4,4,4,0.08,0.6990,0.05,0.6990 prioritizes,prioritizes,4,4,4,4,0.08,0.6990,0.05,0.6990 processional,processional,4,4,4,4,0.08,0.6990,0.05,0.6990 proctologists,proctologists,4,4,2,2,0.08,0.6990,0.05,0.6990 proffer,proffer,4,4,4,4,0.08,0.6990,0.05,0.6990 profiteroles,profiteroles,4,4,4,4,0.08,0.6990,0.05,0.6990 profligate,profligate,4,4,4,4,0.08,0.6990,0.05,0.6990 profundity,profundity,4,4,3,3,0.08,0.6990,0.05,0.6990 progesterone,progesterone,4,4,3,3,0.08,0.6990,0.05,0.6990 proofreading,proofreading,6,4,6,4,0.12,0.8451,0.05,0.6990 propitious,propitious,6,4,6,4,0.12,0.8451,0.05,0.6990 proprietors,proprietors,6,4,5,3,0.12,0.8451,0.05,0.6990 prorate,prorate,4,4,4,4,0.08,0.6990,0.05,0.6990 prosecutorial,prosecutorial,4,4,3,3,0.08,0.6990,0.05,0.6990 protectiveness,protectiveness,4,4,4,4,0.08,0.6990,0.05,0.6990 provocateur,provocateur,4,4,3,3,0.08,0.6990,0.05,0.6990 provocatively,provocatively,4,4,4,4,0.08,0.6990,0.05,0.6990 prudish,prudish,4,4,3,3,0.08,0.6990,0.05,0.6990 pruned,pruned,5,4,3,3,0.10,0.7782,0.05,0.6990 prurient,prurient,5,4,5,4,0.10,0.7782,0.05,0.6990 Pst,pst,6,4,0,0,0.12,0.8451,0.05,0.6990 psychoanalyse,psychoanalyse,4,4,4,4,0.08,0.6990,0.05,0.6990 psychokinetic,psychokinetic,5,4,5,4,0.10,0.7782,0.05,0.6990 psychoses,psychoses,4,4,4,4,0.08,0.6990,0.05,0.6990 publically,publically,4,4,4,4,0.08,0.6990,0.05,0.6990 publicizing,publicizing,4,4,4,4,0.08,0.6990,0.05,0.6990 puckering,puckering,4,4,4,4,0.08,0.6990,0.05,0.6990 puker,puker,4,4,4,4,0.08,0.6990,0.05,0.6990 pulsatile,pulsatile,4,4,3,3,0.08,0.6990,0.05,0.6990 pulverise,pulverise,4,4,3,3,0.08,0.6990,0.05,0.6990 Pupal,pupal,6,4,2,2,0.12,0.8451,0.05,0.6990 purges,purges,5,4,5,4,0.10,0.7782,0.05,0.6990 purifiers,purifiers,5,4,5,4,0.10,0.7782,0.05,0.6990 purloin,purloin,4,4,4,4,0.08,0.6990,0.05,0.6990 purples,purples,4,4,3,3,0.08,0.6990,0.05,0.6990 purport,purport,4,4,4,4,0.08,0.6990,0.05,0.6990 pursing,pursing,6,4,6,4,0.12,0.8451,0.05,0.6990 pustules,pustules,4,4,4,4,0.08,0.6990,0.05,0.6990 putdown,putdown,4,4,4,4,0.08,0.6990,0.05,0.6990 putrefied,putrefied,4,4,4,4,0.08,0.6990,0.05,0.6990 putzes,putzes,4,4,4,4,0.08,0.6990,0.05,0.6990 pyjama,pyjama,4,4,3,3,0.08,0.6990,0.05,0.6990 pylon,pylon,27,4,27,4,0.53,1.4472,0.05,0.6990 Pyrenees,pyrenees,7,4,0,0,0.14,0.9031,0.05,0.6990 pyroclastic,pyroclastic,9,4,8,4,0.18,1.0000,0.05,0.6990 Qatar,qatar,4,4,0,0,0.08,0.6990,0.05,0.6990 Qe,qe,5,4,0,0,0.10,0.7782,0.05,0.6990 quadriceps,quadriceps,4,4,4,4,0.08,0.6990,0.05,0.6990 quadrupled,quadrupled,4,4,3,3,0.08,0.6990,0.05,0.6990 quadruples,quadruples,4,4,4,4,0.08,0.6990,0.05,0.6990 quadruplets,quadruplets,4,4,4,4,0.08,0.6990,0.05,0.6990 quaff,quaff,4,4,4,4,0.08,0.6990,0.05,0.6990 quails,quails,4,4,4,4,0.08,0.6990,0.05,0.6990 qualitatively,qualitatively,4,4,3,3,0.08,0.6990,0.05,0.6990 quantifiable,quantifiable,4,4,4,4,0.08,0.6990,0.05,0.6990 quantified,quantified,4,4,4,4,0.08,0.6990,0.05,0.6990 quarantines,quarantines,4,4,4,4,0.08,0.6990,0.05,0.6990 quarterdeck,quarterdeck,10,4,9,4,0.20,1.0414,0.05,0.6990 quarterfinal,quarterfinal,7,4,6,3,0.14,0.9031,0.05,0.6990 quarterlies,quarterlies,4,4,4,4,0.08,0.6990,0.05,0.6990 quartets,quartets,4,4,4,4,0.08,0.6990,0.05,0.6990 quasar,quasar,15,4,13,3,0.29,1.2041,0.05,0.6990 Quasi,quasi,24,4,1,1,0.47,1.3979,0.05,0.6990 quay,quay,4,4,4,4,0.08,0.6990,0.05,0.6990 queerest,queerest,4,4,3,3,0.08,0.6990,0.05,0.6990 queried,queried,4,4,4,4,0.08,0.6990,0.05,0.6990 quesadillas,quesadillas,4,4,4,4,0.08,0.6990,0.05,0.6990 questing,questing,4,4,4,4,0.08,0.6990,0.05,0.6990 quickens,quickens,4,4,3,3,0.08,0.6990,0.05,0.6990 quickies,quickies,4,4,4,4,0.08,0.6990,0.05,0.6990 quicklime,quicklime,5,4,4,3,0.10,0.7782,0.05,0.6990 quietens,quietens,4,4,4,4,0.08,0.6990,0.05,0.6990 quilted,quilted,4,4,4,4,0.08,0.6990,0.05,0.6990 Quin,quin,10,4,0,0,0.20,1.0414,0.05,0.6990 quintessence,quintessence,4,4,4,4,0.08,0.6990,0.05,0.6990 Quinton,quinton,14,4,0,0,0.27,1.1761,0.05,0.6990 Quintus,quintus,9,4,0,0,0.18,1.0000,0.05,0.6990 quizzing,quizzing,4,4,3,3,0.08,0.6990,0.05,0.6990 Quod,quod,5,4,1,1,0.10,0.7782,0.05,0.6990 Quoth,quoth,4,4,1,1,0.08,0.6990,0.05,0.6990 Rabat,rabat,12,4,0,0,0.24,1.1139,0.05,0.6990 radiogram,radiogram,9,4,8,4,0.18,1.0000,0.05,0.6990 radiological,radiological,6,4,3,3,0.12,0.8451,0.05,0.6990 radon,radon,4,4,3,3,0.08,0.6990,0.05,0.6990 ragout,ragout,4,4,4,4,0.08,0.6990,0.05,0.6990 railed,railed,4,4,4,4,0.08,0.6990,0.05,0.6990 rainforests,rainforests,4,4,3,3,0.08,0.6990,0.05,0.6990 Rall,rall,4,4,1,1,0.08,0.6990,0.05,0.6990 rambled,rambled,4,4,4,4,0.08,0.6990,0.05,0.6990 ramblers,ramblers,4,4,4,4,0.08,0.6990,0.05,0.6990 rambles,rambles,4,4,4,4,0.08,0.6990,0.05,0.6990 rammer,rammer,5,4,4,3,0.10,0.7782,0.05,0.6990 rankings,rankings,4,4,4,4,0.08,0.6990,0.05,0.6990 raper,raper,4,4,4,4,0.08,0.6990,0.05,0.6990 rapidity,rapidity,5,4,5,4,0.10,0.7782,0.05,0.6990 rapprochement,rapprochement,5,4,4,3,0.10,0.7782,0.05,0.6990 rasa,rasa,4,4,3,3,0.08,0.6990,0.05,0.6990 rascally,rascally,4,4,4,4,0.08,0.6990,0.05,0.6990 rata,rata,4,4,3,3,0.08,0.6990,0.05,0.6990 ratchets,ratchets,5,4,4,3,0.10,0.7782,0.05,0.6990 ratification,ratification,5,4,3,3,0.10,0.7782,0.05,0.6990 rationalizations,rationalizations,4,4,4,4,0.08,0.6990,0.05,0.6990 rattan,rattan,4,4,3,3,0.08,0.6990,0.05,0.6990 raved,raved,6,4,6,4,0.12,0.8451,0.05,0.6990 razorbacks,razorbacks,4,4,3,3,0.08,0.6990,0.05,0.6990 Razz,razz,8,4,2,2,0.16,0.9542,0.05,0.6990 reacquaint,reacquaint,4,4,4,4,0.08,0.6990,0.05,0.6990 reacquire,reacquire,4,4,3,3,0.08,0.6990,0.05,0.6990 reacquired,reacquired,5,4,5,4,0.10,0.7782,0.05,0.6990 readjusting,readjusting,12,4,8,3,0.24,1.1139,0.05,0.6990 readmitted,readmitted,7,4,7,4,0.14,0.9031,0.05,0.6990 reanimate,reanimate,4,4,3,3,0.08,0.6990,0.05,0.6990 reanimated,reanimated,5,4,4,3,0.10,0.7782,0.05,0.6990 reappraisal,reappraisal,4,4,4,4,0.08,0.6990,0.05,0.6990 reaps,reaps,4,4,3,3,0.08,0.6990,0.05,0.6990 rearguard,rearguard,5,4,5,4,0.10,0.7782,0.05,0.6990 rearmament,rearmament,5,4,5,4,0.10,0.7782,0.05,0.6990 rearrests,rearrests,4,4,4,4,0.08,0.6990,0.05,0.6990 reassembling,reassembling,4,4,4,4,0.08,0.6990,0.05,0.6990 reawakened,reawakened,4,4,4,4,0.08,0.6990,0.05,0.6990 rebates,rebates,4,4,4,4,0.08,0.6990,0.05,0.6990 rebuff,rebuff,4,4,3,3,0.08,0.6990,0.05,0.6990 recalibrated,recalibrated,4,4,3,3,0.08,0.6990,0.05,0.6990 recessive,recessive,4,4,4,4,0.08,0.6990,0.05,0.6990 recharged,recharged,4,4,4,4,0.08,0.6990,0.05,0.6990 recharges,recharges,4,4,4,4,0.08,0.6990,0.05,0.6990 reciprocation,reciprocation,5,4,5,4,0.10,0.7782,0.05,0.6990 reclassified,reclassified,5,4,5,4,0.10,0.7782,0.05,0.6990 recognisable,recognisable,4,4,4,4,0.08,0.6990,0.05,0.6990 recognisance,recognisance,4,4,3,3,0.08,0.6990,0.05,0.6990 recommit,recommit,4,4,4,4,0.08,0.6990,0.05,0.6990 recommitted,recommitted,4,4,4,4,0.08,0.6990,0.05,0.6990 reconfiguration,reconfiguration,5,4,5,4,0.10,0.7782,0.05,0.6990 reconfiguring,reconfiguring,4,4,3,3,0.08,0.6990,0.05,0.6990 reconsideration,reconsideration,4,4,4,4,0.08,0.6990,0.05,0.6990 recreates,recreates,4,4,4,4,0.08,0.6990,0.05,0.6990 rectifying,rectifying,4,4,4,4,0.08,0.6990,0.05,0.6990 recuperation,recuperation,4,4,4,4,0.08,0.6990,0.05,0.6990 recyclable,recyclable,5,4,5,4,0.10,0.7782,0.05,0.6990 redcap,redcap,5,4,3,3,0.10,0.7782,0.05,0.6990 redcoat,redcoat,4,4,3,3,0.08,0.6990,0.05,0.6990 redeployment,redeployment,5,4,5,4,0.10,0.7782,0.05,0.6990 Reedy,reedy,7,4,2,2,0.14,0.9031,0.05,0.6990 reefers,reefers,6,4,5,3,0.12,0.8451,0.05,0.6990 reemerge,reemerge,4,4,4,4,0.08,0.6990,0.05,0.6990 reenactments,reenactments,5,4,4,4,0.10,0.7782,0.05,0.6990 reenlisting,reenlisting,4,4,4,4,0.08,0.6990,0.05,0.6990 reentering,reentering,4,4,4,4,0.08,0.6990,0.05,0.6990 reevaluating,reevaluating,4,4,4,4,0.08,0.6990,0.05,0.6990 refinanced,refinanced,4,4,4,4,0.08,0.6990,0.05,0.6990 reframe,reframe,4,4,4,4,0.08,0.6990,0.05,0.6990 refuelled,refuelled,4,4,4,4,0.08,0.6990,0.05,0.6990 refurbish,refurbish,4,4,4,4,0.08,0.6990,0.05,0.6990 regaling,regaling,4,4,4,4,0.08,0.6990,0.05,0.6990 regenerates,regenerates,4,4,4,4,0.08,0.6990,0.05,0.6990 regimentation,regimentation,5,4,4,4,0.10,0.7782,0.05,0.6990 regimented,regimented,4,4,4,4,0.08,0.6990,0.05,0.6990 regurgitation,regurgitation,4,4,3,3,0.08,0.6990,0.05,0.6990 reichsmarks,reichsmarks,5,4,4,3,0.10,0.7782,0.05,0.6990 reinvention,reinvention,4,4,4,4,0.08,0.6990,0.05,0.6990 reissued,reissued,4,4,4,4,0.08,0.6990,0.05,0.6990 Rel,rel,9,4,1,1,0.18,1.0000,0.05,0.6990 relatable,relatable,4,4,4,4,0.08,0.6990,0.05,0.6990 relational,relational,5,4,5,4,0.10,0.7782,0.05,0.6990 relaxants,relaxants,4,4,4,4,0.08,0.6990,0.05,0.6990 relented,relented,4,4,4,4,0.08,0.6990,0.05,0.6990 remaking,remaking,4,4,4,4,0.08,0.6990,0.05,0.6990 remarries,remarries,4,4,4,4,0.08,0.6990,0.05,0.6990 reminiscence,reminiscence,6,4,6,4,0.12,0.8451,0.05,0.6990 reminiscences,reminiscences,4,4,4,4,0.08,0.6990,0.05,0.6990 remittance,remittance,5,4,5,4,0.10,0.7782,0.05,0.6990 remoras,remoras,9,4,6,2,0.18,1.0000,0.05,0.6990 remoteness,remoteness,4,4,3,3,0.08,0.6990,0.05,0.6990 Remus,remus,13,4,0,0,0.25,1.1461,0.05,0.6990 renaming,renaming,4,4,4,4,0.08,0.6990,0.05,0.6990 rending,rending,4,4,4,4,0.08,0.6990,0.05,0.6990 renegotiated,renegotiated,4,4,4,4,0.08,0.6990,0.05,0.6990 renounces,renounces,4,4,4,4,0.08,0.6990,0.05,0.6990 renunciation,renunciation,11,4,9,2,0.22,1.0792,0.05,0.6990 reorder,reorder,4,4,4,4,0.08,0.6990,0.05,0.6990 repatriate,repatriate,4,4,3,3,0.08,0.6990,0.05,0.6990 repays,repays,4,4,3,3,0.08,0.6990,0.05,0.6990 repellant,repellant,4,4,3,3,0.08,0.6990,0.05,0.6990 repercussion,repercussion,4,4,3,3,0.08,0.6990,0.05,0.6990 replaying,replaying,4,4,4,4,0.08,0.6990,0.05,0.6990 replicates,replicates,4,4,4,4,0.08,0.6990,0.05,0.6990 reportage,reportage,6,4,5,4,0.12,0.8451,0.05,0.6990 reprimanding,reprimanding,4,4,4,4,0.08,0.6990,0.05,0.6990 reprimands,reprimands,4,4,4,4,0.08,0.6990,0.05,0.6990 reprinting,reprinting,4,4,4,4,0.08,0.6990,0.05,0.6990 repudiating,repudiating,4,4,4,4,0.08,0.6990,0.05,0.6990 requited,requited,4,4,4,4,0.08,0.6990,0.05,0.6990 resected,resected,4,4,4,4,0.08,0.6990,0.05,0.6990 reserving,reserving,4,4,4,4,0.08,0.6990,0.05,0.6990 Reservists,reservists,6,4,2,2,0.12,0.8451,0.05,0.6990 reshot,reshot,6,4,6,4,0.12,0.8451,0.05,0.6990 resized,resized,4,4,4,4,0.08,0.6990,0.05,0.6990 resold,resold,4,4,4,4,0.08,0.6990,0.05,0.6990 resounds,resounds,4,4,4,4,0.08,0.6990,0.05,0.6990 resp,resp,4,4,2,2,0.08,0.6990,0.05,0.6990 restarting,restarting,4,4,4,4,0.08,0.6990,0.05,0.6990 restaurateur,restaurateur,4,4,4,4,0.08,0.6990,0.05,0.6990 restorative,restorative,4,4,4,4,0.08,0.6990,0.05,0.6990 resurgence,resurgence,4,4,4,4,0.08,0.6990,0.05,0.6990 retailing,retailing,4,4,4,4,0.08,0.6990,0.05,0.6990 retainers,retainers,4,4,4,4,0.08,0.6990,0.05,0.6990 retakes,retakes,4,4,4,4,0.08,0.6990,0.05,0.6990 retaliating,retaliating,6,4,6,4,0.12,0.8451,0.05,0.6990 Retch,retch,15,4,3,3,0.29,1.2041,0.05,0.6990 reticular,reticular,5,4,3,3,0.10,0.7782,0.05,0.6990 retold,retold,4,4,4,4,0.08,0.6990,0.05,0.6990 retook,retook,4,4,4,4,0.08,0.6990,0.05,0.6990 retrofitted,retrofitted,4,4,4,4,0.08,0.6990,0.05,0.6990 retry,retry,5,4,5,4,0.10,0.7782,0.05,0.6990 returnable,returnable,5,4,4,3,0.10,0.7782,0.05,0.6990 reuse,reuse,6,4,6,4,0.12,0.8451,0.05,0.6990 reused,reused,4,4,4,4,0.08,0.6990,0.05,0.6990 revamp,revamp,4,4,4,4,0.08,0.6990,0.05,0.6990 reverends,reverends,4,4,4,4,0.08,0.6990,0.05,0.6990 reveres,reveres,4,4,4,4,0.08,0.6990,0.05,0.6990 reversion,reversion,4,4,4,4,0.08,0.6990,0.05,0.6990 rewound,rewound,4,4,4,4,0.08,0.6990,0.05,0.6990 rhetorically,rhetorically,7,4,6,4,0.14,0.9031,0.05,0.6990 Rhodesia,rhodesia,20,4,0,0,0.39,1.3222,0.05,0.6990 rhomboid,rhomboid,4,4,4,4,0.08,0.6990,0.05,0.6990 Riddler,riddler,8,4,0,0,0.16,0.9542,0.05,0.6990 riddling,riddling,5,4,4,4,0.10,0.7782,0.05,0.6990 ridicules,ridicules,4,4,3,3,0.08,0.6990,0.05,0.6990 Rie,rie,14,4,4,3,0.27,1.1761,0.05,0.6990 rifts,rifts,4,4,4,4,0.08,0.6990,0.05,0.6990 rigamarole,rigamarole,4,4,4,4,0.08,0.6990,0.05,0.6990 rigger,rigger,9,4,9,4,0.18,1.0000,0.05,0.6990 righter,righter,4,4,4,4,0.08,0.6990,0.05,0.6990 Rimes,rimes,4,4,1,1,0.08,0.6990,0.05,0.6990 Rincon,rincon,13,4,0,0,0.25,1.1461,0.05,0.6990 ringtone,ringtone,4,4,4,4,0.08,0.6990,0.05,0.6990 Ripa,ripa,4,4,0,0,0.08,0.6990,0.05,0.6990 ripens,ripens,4,4,4,4,0.08,0.6990,0.05,0.6990 Rippers,rippers,16,4,1,1,0.31,1.2304,0.05,0.6990 rippled,rippled,4,4,4,4,0.08,0.6990,0.05,0.6990 riverbanks,riverbanks,5,4,5,4,0.10,0.7782,0.05,0.6990 Roche,roche,18,4,0,0,0.35,1.2788,0.05,0.6990 rockabilly,rockabilly,5,4,5,4,0.10,0.7782,0.05,0.6990 rollaway,rollaway,7,4,7,4,0.14,0.9031,0.05,0.6990 romanticized,romanticized,4,4,4,4,0.08,0.6990,0.05,0.6990 romanticizing,romanticizing,4,4,4,4,0.08,0.6990,0.05,0.6990 Rooker,rooker,12,4,0,0,0.24,1.1139,0.05,0.6990 rooky,rooky,4,4,4,4,0.08,0.6990,0.05,0.6990 roomies,roomies,5,4,4,3,0.10,0.7782,0.05,0.6990 Rooty,rooty,7,4,1,1,0.14,0.9031,0.05,0.6990 Roque,roque,29,4,0,0,0.57,1.4771,0.05,0.6990 Rosalyn,rosalyn,4,4,0,0,0.08,0.6990,0.05,0.6990 rosaries,rosaries,6,4,5,3,0.12,0.8451,0.05,0.6990 rostrum,rostrum,4,4,4,4,0.08,0.6990,0.05,0.6990 rottenness,rottenness,4,4,4,4,0.08,0.6990,0.05,0.6990 roughness,roughness,4,4,4,4,0.08,0.6990,0.05,0.6990 roughs,roughs,4,4,4,4,0.08,0.6990,0.05,0.6990 roundelay,roundelay,6,4,6,4,0.12,0.8451,0.05,0.6990 roux,roux,4,4,2,2,0.08,0.6990,0.05,0.6990 rowboats,rowboats,4,4,3,3,0.08,0.6990,0.05,0.6990 rudderless,rudderless,4,4,4,4,0.08,0.6990,0.05,0.6990 rudiment,rudiment,4,4,4,4,0.08,0.6990,0.05,0.6990 ruinous,ruinous,5,4,3,3,0.10,0.7782,0.05,0.6990 rulings,rulings,4,4,4,4,0.08,0.6990,0.05,0.6990 rummies,rummies,4,4,4,4,0.08,0.6990,0.05,0.6990 runnings,runnings,10,4,7,2,0.20,1.0414,0.05,0.6990 Russet,russet,8,4,2,2,0.16,0.9542,0.05,0.6990 rusts,rusts,4,4,4,4,0.08,0.6990,0.05,0.6990 Ruths,ruths,4,4,1,1,0.08,0.6990,0.05,0.6990 Sabina,sabina,19,4,0,0,0.37,1.3010,0.05,0.6990 Sabir,sabir,12,4,0,0,0.24,1.1139,0.05,0.6990 saccharine,saccharine,6,4,6,4,0.12,0.8451,0.05,0.6990 sackful,sackful,6,4,6,4,0.12,0.8451,0.05,0.6990 sacramental,sacramental,6,4,6,4,0.12,0.8451,0.05,0.6990 sacristy,sacristy,4,4,4,4,0.08,0.6990,0.05,0.6990 sadden,sadden,4,4,4,4,0.08,0.6990,0.05,0.6990 saddleback,saddleback,4,4,2,2,0.08,0.6990,0.05,0.6990 sagittal,sagittal,4,4,3,3,0.08,0.6990,0.05,0.6990 Sakai,sakai,6,4,0,0,0.12,0.8451,0.05,0.6990 Salamanders,salamanders,5,4,2,2,0.10,0.7782,0.05,0.6990 salamis,salamis,8,4,4,3,0.16,0.9542,0.05,0.6990 salivate,salivate,4,4,4,4,0.08,0.6990,0.05,0.6990 Salomon,salomon,8,4,0,0,0.16,0.9542,0.05,0.6990 salutatorian,salutatorian,4,4,3,3,0.08,0.6990,0.05,0.6990 sanctifies,sanctifies,4,4,4,4,0.08,0.6990,0.05,0.6990 sandcastle,sandcastle,4,4,4,4,0.08,0.6990,0.05,0.6990 sandpiper,sandpiper,8,4,5,2,0.16,0.9542,0.05,0.6990 saplings,saplings,4,4,4,4,0.08,0.6990,0.05,0.6990 Sappho,sappho,7,4,0,0,0.14,0.9031,0.05,0.6990 sarcophagi,sarcophagi,4,4,4,4,0.08,0.6990,0.05,0.6990 Sargasso,sargasso,4,4,1,1,0.08,0.6990,0.05,0.6990 sari,sari,22,4,11,3,0.43,1.3617,0.05,0.6990 sate,sate,4,4,4,4,0.08,0.6990,0.05,0.6990 satins,satins,7,4,7,4,0.14,0.9031,0.05,0.6990 satirist,satirist,5,4,5,4,0.10,0.7782,0.05,0.6990 Satsuma,satsuma,5,4,0,0,0.10,0.7782,0.05,0.6990 Sau,sau,13,4,0,0,0.25,1.1461,0.05,0.6990 sauced,sauced,4,4,4,4,0.08,0.6990,0.05,0.6990 sauntered,sauntered,6,4,6,4,0.12,0.8451,0.05,0.6990 Savers,savers,11,4,0,0,0.22,1.0792,0.05,0.6990 savoury,savoury,4,4,4,4,0.08,0.6990,0.05,0.6990 sayest,sayest,6,4,6,4,0.12,0.8451,0.05,0.6990 Sb,sb,4,4,1,1,0.08,0.6990,0.05,0.6990 scabbing,scabbing,5,4,4,3,0.10,0.7782,0.05,0.6990 scallopini,scallopini,4,4,4,4,0.08,0.6990,0.05,0.6990 Scampering,scampering,8,4,3,3,0.16,0.9542,0.05,0.6990 scantily,scantily,4,4,4,4,0.08,0.6990,0.05,0.6990 scarcer,scarcer,4,4,4,4,0.08,0.6990,0.05,0.6990 scatological,scatological,7,4,6,4,0.14,0.9031,0.05,0.6990 scatting,scatting,4,4,4,4,0.08,0.6990,0.05,0.6990 scavenged,scavenged,4,4,4,4,0.08,0.6990,0.05,0.6990 scenting,scenting,4,4,3,3,0.08,0.6990,0.05,0.6990 schlepp,schlepp,4,4,4,4,0.08,0.6990,0.05,0.6990 Schnitz,schnitz,5,4,0,0,0.10,0.7782,0.05,0.6990 schoolbook,schoolbook,4,4,3,3,0.08,0.6990,0.05,0.6990 Scimitar,scimitar,11,4,3,3,0.22,1.0792,0.05,0.6990 sclera,sclera,4,4,4,4,0.08,0.6990,0.05,0.6990 scooting,scooting,4,4,4,4,0.08,0.6990,0.05,0.6990 scoreboards,scoreboards,4,4,3,3,0.08,0.6990,0.05,0.6990 scornful,scornful,4,4,3,3,0.08,0.6990,0.05,0.6990 Scotchman,scotchman,10,4,0,0,0.20,1.0414,0.05,0.6990 Scotsmen,scotsmen,5,4,0,0,0.10,0.7782,0.05,0.6990 scourged,scourged,5,4,5,4,0.10,0.7782,0.05,0.6990 scraper,scraper,5,4,5,4,0.10,0.7782,0.05,0.6990 scrapheap,scrapheap,4,4,4,4,0.08,0.6990,0.05,0.6990 scrapple,scrapple,6,4,5,4,0.12,0.8451,0.05,0.6990 screwier,screwier,4,4,4,4,0.08,0.6990,0.05,0.6990 scribbles,scribbles,4,4,4,4,0.08,0.6990,0.05,0.6990 scrimmaging,scrimmaging,4,4,4,4,0.08,0.6990,0.05,0.6990 scrimped,scrimped,4,4,3,3,0.08,0.6990,0.05,0.6990 scrips,scrips,7,4,6,3,0.14,0.9031,0.05,0.6990 scroungy,scroungy,4,4,4,4,0.08,0.6990,0.05,0.6990 scrubby,scrubby,6,4,6,4,0.12,0.8451,0.05,0.6990 scrunchies,scrunchies,5,4,5,4,0.10,0.7782,0.05,0.6990 scruple,scruple,5,4,5,4,0.10,0.7782,0.05,0.6990 scuffs,scuffs,6,4,6,4,0.12,0.8451,0.05,0.6990 sculptural,sculptural,4,4,4,4,0.08,0.6990,0.05,0.6990 scuppered,scuppered,4,4,4,4,0.08,0.6990,0.05,0.6990 Scylla,scylla,15,4,0,0,0.29,1.2041,0.05,0.6990 seabed,seabed,4,4,4,4,0.08,0.6990,0.05,0.6990 seabirds,seabirds,4,4,4,4,0.08,0.6990,0.05,0.6990 seamlessly,seamlessly,5,4,5,4,0.10,0.7782,0.05,0.6990 seamstresses,seamstresses,5,4,4,3,0.10,0.7782,0.05,0.6990 seances,seances,5,4,4,4,0.10,0.7782,0.05,0.6990 secede,secede,4,4,4,4,0.08,0.6990,0.05,0.6990 Secretariat,secretariat,5,4,0,0,0.10,0.7782,0.05,0.6990 sectioned,sectioned,5,4,4,3,0.10,0.7782,0.05,0.6990 sedimentary,sedimentary,4,4,4,4,0.08,0.6990,0.05,0.6990 seismologist,seismologist,5,4,5,4,0.10,0.7782,0.05,0.6990 Sel,sel,5,4,0,0,0.10,0.7782,0.05,0.6990 selfsame,selfsame,4,4,4,4,0.08,0.6990,0.05,0.6990 semantic,semantic,4,4,4,4,0.08,0.6990,0.05,0.6990 semaphore,semaphore,7,4,7,4,0.14,0.9031,0.05,0.6990 semiformal,semiformal,4,4,4,4,0.08,0.6990,0.05,0.6990 Semitic,semitic,4,4,0,0,0.08,0.6990,0.05,0.6990 senatorial,senatorial,12,4,9,3,0.24,1.1139,0.05,0.6990 senores,senores,4,4,4,4,0.08,0.6990,0.05,0.6990 sensitized,sensitized,5,4,5,4,0.10,0.7782,0.05,0.6990 separator,separator,5,4,4,3,0.10,0.7782,0.05,0.6990 Sepulcher,sepulcher,5,4,2,2,0.10,0.7782,0.05,0.6990 Sepulchre,sepulchre,7,4,3,3,0.14,0.9031,0.05,0.6990 sequels,sequels,4,4,2,2,0.08,0.6990,0.05,0.6990 Seraglio,seraglio,7,4,3,2,0.14,0.9031,0.05,0.6990 Serra,serra,9,4,0,0,0.18,1.0000,0.05,0.6990 serums,serums,4,4,4,4,0.08,0.6990,0.05,0.6990 sexpot,sexpot,7,4,6,4,0.14,0.9031,0.05,0.6990 shabbily,shabbily,4,4,4,4,0.08,0.6990,0.05,0.6990 shags,shags,4,4,3,3,0.08,0.6990,0.05,0.6990 shakedowns,shakedowns,4,4,3,3,0.08,0.6990,0.05,0.6990 Shamanism,shamanism,7,4,2,2,0.14,0.9031,0.05,0.6990 shanking,shanking,5,4,5,4,0.10,0.7782,0.05,0.6990 shantytown,shantytown,4,4,4,4,0.08,0.6990,0.05,0.6990 shaper,shaper,4,4,3,3,0.08,0.6990,0.05,0.6990 sharecropper,sharecropper,5,4,4,3,0.10,0.7782,0.05,0.6990 sharpshooting,sharpshooting,4,4,3,3,0.08,0.6990,0.05,0.6990 shawls,shawls,8,4,7,4,0.16,0.9542,0.05,0.6990 Shee,shee,14,4,1,1,0.27,1.1761,0.05,0.6990 Sheldrake,sheldrake,66,4,0,0,1.29,1.8261,0.05,0.6990 shiitake,shiitake,4,4,3,3,0.08,0.6990,0.05,0.6990 shimmery,shimmery,4,4,4,4,0.08,0.6990,0.05,0.6990 Shinbone,shinbone,15,4,4,3,0.29,1.2041,0.05,0.6990 shipbuilders,shipbuilders,4,4,4,4,0.08,0.6990,0.05,0.6990 shittier,shittier,4,4,4,4,0.08,0.6990,0.05,0.6990 shittiest,shittiest,4,4,3,3,0.08,0.6990,0.05,0.6990 shored,shored,6,4,6,4,0.12,0.8451,0.05,0.6990 shoring,shoring,6,4,6,4,0.12,0.8451,0.05,0.6990 shortfall,shortfall,4,4,4,4,0.08,0.6990,0.05,0.6990 Shoshone,shoshone,4,4,0,0,0.08,0.6990,0.05,0.6990 shovelful,shovelful,4,4,4,4,0.08,0.6990,0.05,0.6990 showcased,showcased,4,4,4,4,0.08,0.6990,0.05,0.6990 showcasing,showcasing,4,4,4,4,0.08,0.6990,0.05,0.6990 Shrike,shrike,17,4,5,2,0.33,1.2553,0.05,0.6990 shucked,shucked,4,4,3,3,0.08,0.6990,0.05,0.6990 shuffles,shuffles,4,4,4,4,0.08,0.6990,0.05,0.6990 Shug,shug,35,4,3,2,0.69,1.5563,0.05,0.6990 shutterbug,shutterbug,4,4,3,3,0.08,0.6990,0.05,0.6990 Shylocks,shylocks,4,4,1,1,0.08,0.6990,0.05,0.6990 sickie,sickie,4,4,4,4,0.08,0.6990,0.05,0.6990 sidecars,sidecars,4,4,2,2,0.08,0.6990,0.05,0.6990 sidewalls,sidewalls,4,4,4,4,0.08,0.6990,0.05,0.6990 Sidi,sidi,4,4,0,0,0.08,0.6990,0.05,0.6990 Signa,signa,10,4,2,2,0.20,1.0414,0.05,0.6990 signalled,signalled,4,4,4,4,0.08,0.6990,0.05,0.6990 signposts,signposts,4,4,2,2,0.08,0.6990,0.05,0.6990 Sikes,sikes,18,4,0,0,0.35,1.2788,0.05,0.6990 silhouetted,silhouetted,4,4,4,4,0.08,0.6990,0.05,0.6990 Silkwood,silkwood,5,4,0,0,0.10,0.7782,0.05,0.6990 simplifies,simplifies,4,4,3,3,0.08,0.6990,0.05,0.6990 sina,sina,5,4,5,4,0.10,0.7782,0.05,0.6990 sinkers,sinkers,4,4,4,4,0.08,0.6990,0.05,0.6990 sinkholes,sinkholes,4,4,3,3,0.08,0.6990,0.05,0.6990 situ,situ,6,4,3,3,0.12,0.8451,0.05,0.6990 ska,ska,6,4,5,3,0.12,0.8451,0.05,0.6990 skateboarders,skateboarders,4,4,3,3,0.08,0.6990,0.05,0.6990 skedaddled,skedaddled,5,4,4,3,0.10,0.7782,0.05,0.6990 Skeezix,skeezix,4,4,1,1,0.08,0.6990,0.05,0.6990 sketchbooks,sketchbooks,5,4,4,3,0.10,0.7782,0.05,0.6990 skewering,skewering,5,4,5,4,0.10,0.7782,0.05,0.6990 skidoo,skidoo,4,4,2,2,0.08,0.6990,0.05,0.6990 skilfully,skilfully,5,4,5,4,0.10,0.7782,0.05,0.6990 skillets,skillets,7,4,6,4,0.14,0.9031,0.05,0.6990 skint,skint,7,4,7,4,0.14,0.9031,0.05,0.6990 skulduggery,skulduggery,4,4,4,4,0.08,0.6990,0.05,0.6990 skulks,skulks,4,4,4,4,0.08,0.6990,0.05,0.6990 slacken,slacken,5,4,5,4,0.10,0.7782,0.05,0.6990 slapdash,slapdash,4,4,4,4,0.08,0.6990,0.05,0.6990 slavering,slavering,5,4,5,4,0.10,0.7782,0.05,0.6990 slavish,slavish,5,4,5,4,0.10,0.7782,0.05,0.6990 sleazier,sleazier,4,4,4,4,0.08,0.6990,0.05,0.6990 sleeplessness,sleeplessness,4,4,3,3,0.08,0.6990,0.05,0.6990 sleepwalkers,sleepwalkers,4,4,4,4,0.08,0.6990,0.05,0.6990 sleepwalks,sleepwalks,5,4,5,4,0.10,0.7782,0.05,0.6990 sleepyheads,sleepyheads,4,4,3,3,0.08,0.6990,0.05,0.6990 sleeveless,sleeveless,5,4,4,3,0.10,0.7782,0.05,0.6990 sloppier,sloppier,4,4,4,4,0.08,0.6990,0.05,0.6990 sloughing,sloughing,5,4,5,4,0.10,0.7782,0.05,0.6990 slumbering,slumbering,4,4,4,4,0.08,0.6990,0.05,0.6990 slunk,slunk,6,4,5,4,0.12,0.8451,0.05,0.6990 sluttiest,sluttiest,4,4,4,4,0.08,0.6990,0.05,0.6990 smartie,smartie,13,4,8,4,0.25,1.1461,0.05,0.6990 Smithfield,smithfield,6,4,0,0,0.12,0.8451,0.05,0.6990 smiting,smiting,4,4,4,4,0.08,0.6990,0.05,0.6990 Smoochy,smoochy,61,4,2,2,1.20,1.7924,0.05,0.6990 smugly,smugly,4,4,4,4,0.08,0.6990,0.05,0.6990 Snacky,snacky,6,4,2,2,0.12,0.8451,0.05,0.6990 snappers,snappers,7,4,7,4,0.14,0.9031,0.05,0.6990 Snell,snell,36,4,0,0,0.71,1.5682,0.05,0.6990 Snipes,snipes,11,4,1,1,0.22,1.0792,0.05,0.6990 snippers,snippers,5,4,5,4,0.10,0.7782,0.05,0.6990 Snippets,snippets,5,4,2,2,0.10,0.7782,0.05,0.6990 snog,snog,6,4,5,4,0.12,0.8451,0.05,0.6990 Snooks,snooks,5,4,2,1,0.10,0.7782,0.05,0.6990 snorkelling,snorkelling,4,4,4,4,0.08,0.6990,0.05,0.6990 snowboards,snowboards,5,4,5,4,0.10,0.7782,0.05,0.6990 snowcapped,snowcapped,4,4,4,4,0.08,0.6990,0.05,0.6990 snowmen,snowmen,4,4,4,4,0.08,0.6990,0.05,0.6990 snowplows,snowplows,4,4,3,3,0.08,0.6990,0.05,0.6990 snuggly,snuggly,4,4,4,4,0.08,0.6990,0.05,0.6990 soaped,soaped,5,4,4,4,0.10,0.7782,0.05,0.6990 socialites,socialites,5,4,5,4,0.10,0.7782,0.05,0.6990 sociologically,sociologically,6,4,6,4,0.12,0.8451,0.05,0.6990 sodomize,sodomize,4,4,4,4,0.08,0.6990,0.05,0.6990 solidity,solidity,4,4,4,4,0.08,0.6990,0.05,0.6990 solvency,solvency,4,4,4,4,0.08,0.6990,0.05,0.6990 Soma,soma,12,4,2,2,0.24,1.1139,0.05,0.6990 someway,someway,4,4,4,4,0.08,0.6990,0.05,0.6990 Sontag,sontag,5,4,0,0,0.10,0.7782,0.05,0.6990 sooty,sooty,5,4,5,4,0.10,0.7782,0.05,0.6990 soreness,soreness,5,4,5,4,0.10,0.7782,0.05,0.6990 sororities,sororities,6,4,5,4,0.12,0.8451,0.05,0.6990 sortie,sortie,4,4,4,4,0.08,0.6990,0.05,0.6990 soulmate,soulmate,6,4,5,4,0.12,0.8451,0.05,0.6990 soupcon,soupcon,4,4,4,4,0.08,0.6990,0.05,0.6990 sourball,sourball,5,4,5,4,0.10,0.7782,0.05,0.6990 southernmost,southernmost,4,4,4,4,0.08,0.6990,0.05,0.6990 souvlaki,souvlaki,5,4,3,3,0.10,0.7782,0.05,0.6990 sowbelly,sowbelly,7,4,6,3,0.14,0.9031,0.05,0.6990 Sower,sower,5,4,0,0,0.10,0.7782,0.05,0.6990 Spader,spader,5,4,0,0,0.10,0.7782,0.05,0.6990 spanks,spanks,4,4,4,4,0.08,0.6990,0.05,0.6990 speakeasies,speakeasies,5,4,4,3,0.10,0.7782,0.05,0.6990 spearheaded,spearheaded,4,4,4,4,0.08,0.6990,0.05,0.6990 spearheading,spearheading,4,4,4,4,0.08,0.6990,0.05,0.6990 specialises,specialises,4,4,4,4,0.08,0.6990,0.05,0.6990 specialities,specialities,4,4,4,4,0.08,0.6990,0.05,0.6990 specie,specie,4,4,3,3,0.08,0.6990,0.05,0.6990 spectrographic,spectrographic,4,4,2,2,0.08,0.6990,0.05,0.6990 speculators,speculators,4,4,4,4,0.08,0.6990,0.05,0.6990 speechmaker,speechmaker,4,4,4,4,0.08,0.6990,0.05,0.6990 speedboats,speedboats,4,4,2,2,0.08,0.6990,0.05,0.6990 speeders,speeders,6,4,6,4,0.12,0.8451,0.05,0.6990 spellcheck,spellcheck,6,4,6,4,0.12,0.8451,0.05,0.6990 spellers,spellers,16,4,15,3,0.31,1.2304,0.05,0.6990 spermatozoa,spermatozoa,5,4,4,3,0.10,0.7782,0.05,0.6990 sperms,sperms,4,4,3,3,0.08,0.6990,0.05,0.6990 Spicer,spicer,9,4,0,0,0.18,1.0000,0.05,0.6990 spicier,spicier,4,4,4,4,0.08,0.6990,0.05,0.6990 spick,spick,5,4,5,4,0.10,0.7782,0.05,0.6990 spicks,spicks,4,4,3,3,0.08,0.6990,0.05,0.6990 spiderweb,spiderweb,5,4,5,4,0.10,0.7782,0.05,0.6990 Spiegel,spiegel,4,4,0,0,0.08,0.6990,0.05,0.6990 spiffed,spiffed,5,4,5,4,0.10,0.7782,0.05,0.6990 spiffing,spiffing,5,4,5,4,0.10,0.7782,0.05,0.6990 Spik,spik,4,4,1,1,0.08,0.6990,0.05,0.6990 spirals,spirals,6,4,6,4,0.12,0.8451,0.05,0.6990 Spitzer,spitzer,6,4,0,0,0.12,0.8451,0.05,0.6990 splay,splay,4,4,3,3,0.08,0.6990,0.05,0.6990 splendors,splendors,4,4,4,4,0.08,0.6990,0.05,0.6990 splurging,splurging,4,4,4,4,0.08,0.6990,0.05,0.6990 sponger,sponger,4,4,3,3,0.08,0.6990,0.05,0.6990 spookier,spookier,5,4,4,4,0.10,0.7782,0.05,0.6990 Sprat,sprat,12,4,2,2,0.24,1.1139,0.05,0.6990 springboard,springboard,4,4,4,4,0.08,0.6990,0.05,0.6990 squabs,squabs,6,4,4,3,0.12,0.8451,0.05,0.6990 squarehead,squarehead,4,4,3,3,0.08,0.6990,0.05,0.6990 squatted,squatted,4,4,4,4,0.08,0.6990,0.05,0.6990 squealers,squealers,6,4,5,3,0.12,0.8451,0.05,0.6990 squeezy,squeezy,4,4,3,3,0.08,0.6990,0.05,0.6990 squiggles,squiggles,4,4,4,4,0.08,0.6990,0.05,0.6990 squinted,squinted,4,4,4,4,0.08,0.6990,0.05,0.6990 squints,squints,4,4,4,4,0.08,0.6990,0.05,0.6990 squiring,squiring,5,4,5,4,0.10,0.7782,0.05,0.6990 squirreled,squirreled,4,4,4,4,0.08,0.6990,0.05,0.6990 squishes,squishes,4,4,4,4,0.08,0.6990,0.05,0.6990 stabber,stabber,4,4,4,4,0.08,0.6990,0.05,0.6990 stabiliser,stabiliser,5,4,5,4,0.10,0.7782,0.05,0.6990 stabilisers,stabilisers,4,4,4,4,0.08,0.6990,0.05,0.6990 stabilising,stabilising,6,4,6,4,0.12,0.8451,0.05,0.6990 stabled,stabled,4,4,4,4,0.08,0.6990,0.05,0.6990 stagnate,stagnate,4,4,4,4,0.08,0.6990,0.05,0.6990 stairways,stairways,4,4,4,4,0.08,0.6990,0.05,0.6990 Stalinist,stalinist,5,4,0,0,0.10,0.7782,0.05,0.6990 standers,standers,4,4,3,3,0.08,0.6990,0.05,0.6990 Standish,standish,25,4,0,0,0.49,1.4150,0.05,0.6990 Stang,stang,7,4,1,1,0.14,0.9031,0.05,0.6990 stanzas,stanzas,4,4,4,4,0.08,0.6990,0.05,0.6990 starkers,starkers,4,4,4,4,0.08,0.6990,0.05,0.6990 starstruck,starstruck,4,4,4,4,0.08,0.6990,0.05,0.6990 startles,startles,4,4,4,4,0.08,0.6990,0.05,0.6990 statehouse,statehouse,6,4,5,3,0.12,0.8451,0.05,0.6990 staterooms,staterooms,4,4,3,3,0.08,0.6990,0.05,0.6990 steadfastly,steadfastly,4,4,4,4,0.08,0.6990,0.05,0.6990 steadying,steadying,4,4,4,4,0.08,0.6990,0.05,0.6990 steamroll,steamroll,4,4,3,3,0.08,0.6990,0.05,0.6990 steamrolled,steamrolled,4,4,4,4,0.08,0.6990,0.05,0.6990 steeled,steeled,4,4,4,4,0.08,0.6990,0.05,0.6990 steelhead,steelhead,6,4,5,3,0.12,0.8451,0.05,0.6990 stemware,stemware,6,4,5,3,0.12,0.8451,0.05,0.6990 stenography,stenography,4,4,2,2,0.08,0.6990,0.05,0.6990 stepchildren,stepchildren,6,4,6,4,0.12,0.8451,0.05,0.6990 stepmothers,stepmothers,4,4,3,3,0.08,0.6990,0.05,0.6990 Steppe,steppe,18,4,3,3,0.35,1.2788,0.05,0.6990 sterner,sterner,4,4,4,4,0.08,0.6990,0.05,0.6990 sternly,sternly,4,4,4,4,0.08,0.6990,0.05,0.6990 stiffener,stiffener,4,4,4,4,0.08,0.6990,0.05,0.6990 Stifler,stifler,128,4,0,0,2.51,2.1106,0.05,0.6990 stimulator,stimulator,5,4,5,4,0.10,0.7782,0.05,0.6990 Stipes,stipes,13,4,0,0,0.25,1.1461,0.05,0.6990 stirrer,stirrer,4,4,4,4,0.08,0.6990,0.05,0.6990 stokers,stokers,4,4,4,4,0.08,0.6990,0.05,0.6990 stoking,stoking,5,4,5,4,0.10,0.7782,0.05,0.6990 Stompers,stompers,6,4,1,1,0.12,0.8451,0.05,0.6990 stoning,stoning,4,4,4,4,0.08,0.6990,0.05,0.6990 stoolies,stoolies,5,4,5,4,0.10,0.7782,0.05,0.6990 stopgap,stopgap,4,4,4,4,0.08,0.6990,0.05,0.6990 Stormer,stormer,20,4,0,0,0.39,1.3222,0.05,0.6990 stouthearted,stouthearted,4,4,4,4,0.08,0.6990,0.05,0.6990 stra,stra,4,4,3,3,0.08,0.6990,0.05,0.6990 strafe,strafe,5,4,4,4,0.10,0.7782,0.05,0.6990 straggling,straggling,4,4,4,4,0.08,0.6990,0.05,0.6990 straightener,straightener,6,4,6,4,0.12,0.8451,0.05,0.6990 straightforwardly,straightforwardly,4,4,4,4,0.08,0.6990,0.05,0.6990 streetcars,streetcars,4,4,4,4,0.08,0.6990,0.05,0.6990 streetwalkers,streetwalkers,4,4,4,4,0.08,0.6990,0.05,0.6990 Strewth,strewth,5,4,1,1,0.10,0.7782,0.05,0.6990 stricter,stricter,5,4,3,3,0.10,0.7782,0.05,0.6990 Strider,strider,8,4,1,1,0.16,0.9542,0.05,0.6990 striked,striked,4,4,4,4,0.08,0.6990,0.05,0.6990 stripers,stripers,4,4,3,3,0.08,0.6990,0.05,0.6990 stroker,stroker,4,4,4,4,0.08,0.6990,0.05,0.6990 strollers,strollers,5,4,4,4,0.10,0.7782,0.05,0.6990 strudels,strudels,5,4,4,3,0.10,0.7782,0.05,0.6990 strumpets,strumpets,4,4,3,3,0.08,0.6990,0.05,0.6990 stunting,stunting,4,4,4,4,0.08,0.6990,0.05,0.6990 stupefy,stupefy,4,4,4,4,0.08,0.6990,0.05,0.6990 stupefying,stupefying,4,4,4,4,0.08,0.6990,0.05,0.6990 stylishly,stylishly,4,4,4,4,0.08,0.6990,0.05,0.6990 subcontract,subcontract,4,4,4,4,0.08,0.6990,0.05,0.6990 subcortical,subcortical,4,4,4,4,0.08,0.6990,0.05,0.6990 subdermal,subdermal,4,4,4,4,0.08,0.6990,0.05,0.6990 subdivide,subdivide,4,4,4,4,0.08,0.6990,0.05,0.6990 subito,subito,5,4,3,3,0.10,0.7782,0.05,0.6990 subjectively,subjectively,6,4,6,4,0.12,0.8451,0.05,0.6990 sublevels,sublevels,4,4,4,4,0.08,0.6990,0.05,0.6990 sublimation,sublimation,4,4,2,2,0.08,0.6990,0.05,0.6990 sublimely,sublimely,4,4,3,3,0.08,0.6990,0.05,0.6990 submerging,submerging,5,4,5,4,0.10,0.7782,0.05,0.6990 submersion,submersion,4,4,3,3,0.08,0.6990,0.05,0.6990 submolecular,submolecular,4,4,4,4,0.08,0.6990,0.05,0.6990 subnets,subnets,4,4,4,4,0.08,0.6990,0.05,0.6990 subpar,subpar,4,4,4,4,0.08,0.6990,0.05,0.6990 subparagraph,subparagraph,4,4,4,4,0.08,0.6990,0.05,0.6990 subroutines,subroutines,4,4,4,4,0.08,0.6990,0.05,0.6990 subscribing,subscribing,4,4,3,3,0.08,0.6990,0.05,0.6990 subsidizing,subsidizing,4,4,4,4,0.08,0.6990,0.05,0.6990 substantiates,substantiates,4,4,4,4,0.08,0.6990,0.05,0.6990 substations,substations,7,4,7,4,0.14,0.9031,0.05,0.6990 subsystems,subsystems,4,4,2,2,0.08,0.6990,0.05,0.6990 subtracted,subtracted,4,4,4,4,0.08,0.6990,0.05,0.6990 subverter,subverter,4,4,4,4,0.08,0.6990,0.05,0.6990 succumbs,succumbs,4,4,4,4,0.08,0.6990,0.05,0.6990 suchlike,suchlike,4,4,4,4,0.08,0.6990,0.05,0.6990 suerte,suerte,4,4,4,4,0.08,0.6990,0.05,0.6990 sufferance,sufferance,5,4,5,4,0.10,0.7782,0.05,0.6990 sufferer,sufferer,4,4,4,4,0.08,0.6990,0.05,0.6990 sufficiency,sufficiency,4,4,4,4,0.08,0.6990,0.05,0.6990 sugarcane,sugarcane,6,4,6,4,0.12,0.8451,0.05,0.6990 sukiyaki,sukiyaki,4,4,2,2,0.08,0.6990,0.05,0.6990 Sulla,sulla,5,4,0,0,0.10,0.7782,0.05,0.6990 Sultana,sultana,8,4,2,2,0.16,0.9542,0.05,0.6990 sumac,sumac,4,4,2,2,0.08,0.6990,0.05,0.6990 summing,summing,4,4,4,4,0.08,0.6990,0.05,0.6990 sunbaked,sunbaked,4,4,4,4,0.08,0.6990,0.05,0.6990 sunbeams,sunbeams,4,4,2,2,0.08,0.6990,0.05,0.6990 sundries,sundries,4,4,4,4,0.08,0.6990,0.05,0.6990 Sunfish,sunfish,8,4,3,1,0.16,0.9542,0.05,0.6990 suntanned,suntanned,6,4,6,4,0.12,0.8451,0.05,0.6990 suntans,suntans,4,4,4,4,0.08,0.6990,0.05,0.6990 Supe,supe,5,4,2,2,0.10,0.7782,0.05,0.6990 superego,superego,4,4,3,3,0.08,0.6990,0.05,0.6990 superfine,superfine,10,4,5,3,0.20,1.0414,0.05,0.6990 superlative,superlative,5,4,5,4,0.10,0.7782,0.05,0.6990 Supersonics,supersonics,4,4,0,0,0.08,0.6990,0.05,0.6990 supine,supine,4,4,3,3,0.08,0.6990,0.05,0.6990 supplicant,supplicant,4,4,3,3,0.08,0.6990,0.05,0.6990 supplications,supplications,4,4,4,4,0.08,0.6990,0.05,0.6990 suppositions,suppositions,5,4,5,4,0.10,0.7782,0.05,0.6990 suppressant,suppressant,4,4,4,4,0.08,0.6990,0.05,0.6990 suppressive,suppressive,4,4,3,3,0.08,0.6990,0.05,0.6990 sura,sura,4,4,2,2,0.08,0.6990,0.05,0.6990 surfeit,surfeit,4,4,4,4,0.08,0.6990,0.05,0.6990 surreptitious,surreptitious,7,4,5,3,0.14,0.9031,0.05,0.6990 suspends,suspends,4,4,4,4,0.08,0.6990,0.05,0.6990 suspensions,suspensions,4,4,4,4,0.08,0.6990,0.05,0.6990 Suz,suz,13,4,0,0,0.25,1.1461,0.05,0.6990 Swa,swa,9,4,0,0,0.18,1.0000,0.05,0.6990 swaddle,swaddle,4,4,3,3,0.08,0.6990,0.05,0.6990 swankiest,swankiest,5,4,5,4,0.10,0.7782,0.05,0.6990 swashbuckler,swashbuckler,4,4,4,4,0.08,0.6990,0.05,0.6990 swashbuckling,swashbuckling,4,4,4,4,0.08,0.6990,0.05,0.6990 swats,swats,4,4,3,3,0.08,0.6990,0.05,0.6990 sweatband,sweatband,4,4,4,4,0.08,0.6990,0.05,0.6990 sweepings,sweepings,6,4,6,4,0.12,0.8451,0.05,0.6990 sweepstake,sweepstake,12,4,10,4,0.24,1.1139,0.05,0.6990 swerves,swerves,4,4,4,4,0.08,0.6990,0.05,0.6990 swiftness,swiftness,4,4,4,4,0.08,0.6990,0.05,0.6990 swigs,swigs,4,4,4,4,0.08,0.6990,0.05,0.6990 swishes,swishes,6,4,6,4,0.12,0.8451,0.05,0.6990 swoops,swoops,4,4,4,4,0.08,0.6990,0.05,0.6990 syllogism,syllogism,6,4,6,4,0.12,0.8451,0.05,0.6990 sympathizes,sympathizes,4,4,4,4,0.08,0.6990,0.05,0.6990 sympathizing,sympathizing,4,4,4,4,0.08,0.6990,0.05,0.6990 syndromes,syndromes,5,4,3,3,0.10,0.7782,0.05,0.6990 tabletop,tabletop,5,4,5,4,0.10,0.7782,0.05,0.6990 tabling,tabling,4,4,3,3,0.08,0.6990,0.05,0.6990 tabula,tabula,4,4,2,2,0.08,0.6990,0.05,0.6990 tachypneic,tachypneic,4,4,2,2,0.08,0.6990,0.05,0.6990 tactfully,tactfully,4,4,3,3,0.08,0.6990,0.05,0.6990 tagalong,tagalong,4,4,3,3,0.08,0.6990,0.05,0.6990 tailbone,tailbone,4,4,4,4,0.08,0.6990,0.05,0.6990 tainting,tainting,4,4,3,3,0.08,0.6990,0.05,0.6990 takeaway,takeaway,6,4,5,3,0.12,0.8451,0.05,0.6990 tallies,tallies,5,4,5,4,0.10,0.7782,0.05,0.6990 Tallis,tallis,14,4,3,2,0.27,1.1761,0.05,0.6990 talus,talus,4,4,2,2,0.08,0.6990,0.05,0.6990 Tammany,tammany,15,4,0,0,0.29,1.2041,0.05,0.6990 tampers,tampers,4,4,4,4,0.08,0.6990,0.05,0.6990 tankard,tankard,4,4,4,4,0.08,0.6990,0.05,0.6990 tankful,tankful,7,4,7,4,0.14,0.9031,0.05,0.6990 tannery,tannery,10,4,10,4,0.20,1.0414,0.05,0.6990 Tanny,tanny,17,4,0,0,0.33,1.2553,0.05,0.6990 tantalize,tantalize,4,4,4,4,0.08,0.6990,0.05,0.6990 tapering,tapering,5,4,5,4,0.10,0.7782,0.05,0.6990 tapers,tapers,4,4,4,4,0.08,0.6990,0.05,0.6990 tarantulas,tarantulas,7,4,5,4,0.14,0.9031,0.05,0.6990 tars,tars,4,4,4,4,0.08,0.6990,0.05,0.6990 tarted,tarted,4,4,3,3,0.08,0.6990,0.05,0.6990 tarty,tarty,5,4,5,4,0.10,0.7782,0.05,0.6990 Tates,tates,8,4,3,2,0.16,0.9542,0.05,0.6990 tattled,tattled,4,4,4,4,0.08,0.6990,0.05,0.6990 taxable,taxable,4,4,4,4,0.08,0.6990,0.05,0.6990 taxman,taxman,9,4,5,4,0.18,1.0000,0.05,0.6990 teakettle,teakettle,7,4,6,4,0.14,0.9031,0.05,0.6990 teary,teary,4,4,4,4,0.08,0.6990,0.05,0.6990 teasers,teasers,4,4,4,4,0.08,0.6990,0.05,0.6990 Tedesco,tedesco,11,4,0,0,0.22,1.0792,0.05,0.6990 tediously,tediously,4,4,4,4,0.08,0.6990,0.05,0.6990 teel,teel,8,4,6,3,0.16,0.9542,0.05,0.6990 telegraphs,telegraphs,4,4,3,3,0.08,0.6990,0.05,0.6990 telepath,telepath,8,4,8,4,0.16,0.9542,0.05,0.6990 teleportation,teleportation,4,4,3,3,0.08,0.6990,0.05,0.6990 televangelist,televangelist,4,4,4,4,0.08,0.6990,0.05,0.6990 televising,televising,4,4,4,4,0.08,0.6990,0.05,0.6990 Telford,telford,19,4,0,0,0.37,1.3010,0.05,0.6990 tempeh,tempeh,5,4,4,3,0.10,0.7782,0.05,0.6990 Templars,templars,11,4,0,0,0.22,1.0792,0.05,0.6990 tenderest,tenderest,4,4,4,4,0.08,0.6990,0.05,0.6990 tenderhearted,tenderhearted,4,4,4,4,0.08,0.6990,0.05,0.6990 tenses,tenses,4,4,4,4,0.08,0.6990,0.05,0.6990 tenting,tenting,5,4,3,3,0.10,0.7782,0.05,0.6990 terrifyingly,terrifyingly,4,4,4,4,0.08,0.6990,0.05,0.6990 Testa,testa,8,4,2,2,0.16,0.9542,0.05,0.6990 Testaments,testaments,5,4,2,2,0.10,0.7782,0.05,0.6990 testers,testers,6,4,6,4,0.12,0.8451,0.05,0.6990 tethers,tethers,5,4,5,4,0.10,0.7782,0.05,0.6990 Tg,tg,4,4,0,0,0.08,0.6990,0.05,0.6990 Thalia,thalia,4,4,0,0,0.08,0.6990,0.05,0.6990 thematic,thematic,4,4,3,3,0.08,0.6990,0.05,0.6990 theorems,theorems,4,4,4,4,0.08,0.6990,0.05,0.6990 therefor,therefor,5,4,3,3,0.10,0.7782,0.05,0.6990 thermidor,thermidor,8,4,7,3,0.16,0.9542,0.05,0.6990 Thespians,thespians,8,4,3,3,0.16,0.9542,0.05,0.6990 thieve,thieve,6,4,6,4,0.12,0.8451,0.05,0.6990 thimbleful,thimbleful,4,4,3,3,0.08,0.6990,0.05,0.6990 thingamabobs,thingamabobs,4,4,4,4,0.08,0.6990,0.05,0.6990 thirsting,thirsting,4,4,3,3,0.08,0.6990,0.05,0.6990 thirtieth,thirtieth,4,4,2,2,0.08,0.6990,0.05,0.6990 thoughtlessness,thoughtlessness,4,4,4,4,0.08,0.6990,0.05,0.6990 threading,threading,5,4,3,3,0.10,0.7782,0.05,0.6990 threepence,threepence,4,4,3,3,0.08,0.6990,0.05,0.6990 thrombus,thrombus,7,4,7,4,0.14,0.9031,0.05,0.6990 throwers,throwers,6,4,5,4,0.12,0.8451,0.05,0.6990 Thruway,thruway,4,4,1,1,0.08,0.6990,0.05,0.6990 Thuggee,thuggee,13,4,0,0,0.25,1.1461,0.05,0.6990 thumps,thumps,5,4,3,2,0.10,0.7782,0.05,0.6990 thunderation,thunderation,4,4,2,2,0.08,0.6990,0.05,0.6990 Thunderhead,thunderhead,12,4,3,2,0.24,1.1139,0.05,0.6990 Tibetans,tibetans,11,4,1,1,0.22,1.0792,0.05,0.6990 tiddlywinks,tiddlywinks,4,4,3,3,0.08,0.6990,0.05,0.6990 tike,tike,6,4,5,3,0.12,0.8451,0.05,0.6990 tiling,tiling,4,4,3,3,0.08,0.6990,0.05,0.6990 tilled,tilled,4,4,4,4,0.08,0.6990,0.05,0.6990 tills,tills,5,4,3,3,0.10,0.7782,0.05,0.6990 Timberlands,timberlands,6,4,1,1,0.12,0.8451,0.05,0.6990 Timberline,timberline,17,4,2,2,0.33,1.2553,0.05,0.6990 timesaver,timesaver,4,4,3,3,0.08,0.6990,0.05,0.6990 timings,timings,5,4,3,2,0.10,0.7782,0.05,0.6990 tincture,tincture,4,4,2,2,0.08,0.6990,0.05,0.6990 tind,tind,9,4,9,4,0.18,1.0000,0.05,0.6990 tingled,tingled,4,4,4,4,0.08,0.6990,0.05,0.6990 tittle,tittle,6,4,4,2,0.12,0.8451,0.05,0.6990 Tob,tob,8,4,0,0,0.16,0.9542,0.05,0.6990 toboggan,toboggan,4,4,4,4,0.08,0.6990,0.05,0.6990 tobogganing,tobogganing,7,4,5,3,0.14,0.9031,0.05,0.6990 toed,toed,5,4,5,4,0.10,0.7782,0.05,0.6990 toggles,toggles,6,4,5,4,0.12,0.8451,0.05,0.6990 tolled,tolled,4,4,4,4,0.08,0.6990,0.05,0.6990 Toller,toller,20,4,0,0,0.39,1.3222,0.05,0.6990 tomahawks,tomahawks,4,4,3,3,0.08,0.6990,0.05,0.6990 tomes,tomes,4,4,3,3,0.08,0.6990,0.05,0.6990 tonsillectomy,tonsillectomy,4,4,4,4,0.08,0.6990,0.05,0.6990 Toodle,toodle,4,4,1,1,0.08,0.6990,0.05,0.6990 tooken,tooken,8,4,8,4,0.16,0.9542,0.05,0.6990 toolboxes,toolboxes,4,4,4,4,0.08,0.6990,0.05,0.6990 toothy,toothy,5,4,3,3,0.10,0.7782,0.05,0.6990 Tootles,tootles,9,4,0,0,0.18,1.0000,0.05,0.6990 Topo,topo,7,4,2,2,0.14,0.9031,0.05,0.6990 topographical,topographical,4,4,3,3,0.08,0.6990,0.05,0.6990 toppers,toppers,6,4,5,3,0.12,0.8451,0.05,0.6990 topsails,topsails,7,4,7,4,0.14,0.9031,0.05,0.6990 torchlight,torchlight,4,4,4,4,0.08,0.6990,0.05,0.6990 torqued,torqued,4,4,4,4,0.08,0.6990,0.05,0.6990 torrents,torrents,4,4,4,4,0.08,0.6990,0.05,0.6990 tostada,tostada,8,4,8,4,0.16,0.9542,0.05,0.6990 totes,totes,4,4,4,4,0.08,0.6990,0.05,0.6990 toucher,toucher,4,4,4,4,0.08,0.6990,0.05,0.6990 tousled,tousled,5,4,5,4,0.10,0.7782,0.05,0.6990 towelette,towelette,4,4,4,4,0.08,0.6990,0.05,0.6990 towered,towered,5,4,4,3,0.10,0.7782,0.05,0.6990 towline,towline,12,4,12,4,0.24,1.1139,0.05,0.6990 townships,townships,5,4,5,4,0.10,0.7782,0.05,0.6990 townsmen,townsmen,4,4,4,4,0.08,0.6990,0.05,0.6990 Towser,towser,12,4,0,0,0.24,1.1139,0.05,0.6990 tracksuit,tracksuit,4,4,4,4,0.08,0.6990,0.05,0.6990 tradesman,tradesman,6,4,6,4,0.12,0.8451,0.05,0.6990 tramped,tramped,4,4,4,4,0.08,0.6990,0.05,0.6990 tranquilized,tranquilized,6,4,6,4,0.12,0.8451,0.05,0.6990 transcendence,transcendence,5,4,4,3,0.10,0.7782,0.05,0.6990 transcending,transcending,4,4,4,4,0.08,0.6990,0.05,0.6990 transect,transect,4,4,4,4,0.08,0.6990,0.05,0.6990 transection,transection,4,4,4,4,0.08,0.6990,0.05,0.6990 transferable,transferable,4,4,3,3,0.08,0.6990,0.05,0.6990 transgenic,transgenic,4,4,4,4,0.08,0.6990,0.05,0.6990 transgressor,transgressor,4,4,4,4,0.08,0.6990,0.05,0.6990 transiting,transiting,4,4,3,3,0.08,0.6990,0.05,0.6990 transnational,transnational,4,4,3,3,0.08,0.6990,0.05,0.6990 transparently,transparently,4,4,3,3,0.08,0.6990,0.05,0.6990 transpire,transpire,5,4,4,4,0.10,0.7782,0.05,0.6990 transpires,transpires,4,4,4,4,0.08,0.6990,0.05,0.6990 transpose,transpose,4,4,4,4,0.08,0.6990,0.05,0.6990 transsexuals,transsexuals,4,4,2,2,0.08,0.6990,0.05,0.6990 trapezius,trapezius,4,4,4,4,0.08,0.6990,0.05,0.6990 traumatizing,traumatizing,8,4,8,4,0.16,0.9542,0.05,0.6990 travail,travail,4,4,3,3,0.08,0.6990,0.05,0.6990 treks,treks,4,4,2,2,0.08,0.6990,0.05,0.6990 trembler,trembler,5,4,5,4,0.10,0.7782,0.05,0.6990 tremulous,tremulous,5,4,5,4,0.10,0.7782,0.05,0.6990 trendsetter,trendsetter,4,4,4,4,0.08,0.6990,0.05,0.6990 Trianon,trianon,9,4,0,0,0.18,1.0000,0.05,0.6990 tribunals,tribunals,6,4,5,3,0.12,0.8451,0.05,0.6990 trilobal,trilobal,4,4,3,3,0.08,0.6990,0.05,0.6990 trimesters,trimesters,4,4,4,4,0.08,0.6990,0.05,0.6990 trims,trims,4,4,3,3,0.08,0.6990,0.05,0.6990 Tripper,tripper,7,4,2,2,0.14,0.9031,0.05,0.6990 tripwire,tripwire,4,4,3,3,0.08,0.6990,0.05,0.6990 triumphal,triumphal,4,4,4,4,0.08,0.6990,0.05,0.6990 trivet,trivet,4,4,4,4,0.08,0.6990,0.05,0.6990 trivializing,trivializing,4,4,4,4,0.08,0.6990,0.05,0.6990 trodden,trodden,4,4,4,4,0.08,0.6990,0.05,0.6990 trounced,trounced,4,4,4,4,0.08,0.6990,0.05,0.6990 trucked,trucked,4,4,4,4,0.08,0.6990,0.05,0.6990 truculent,truculent,4,4,4,4,0.08,0.6990,0.05,0.6990 trundling,trundling,4,4,4,4,0.08,0.6990,0.05,0.6990 trusses,trusses,8,4,8,4,0.16,0.9542,0.05,0.6990 trustful,trustful,5,4,5,4,0.10,0.7782,0.05,0.6990 tsunamis,tsunamis,4,4,3,3,0.08,0.6990,0.05,0.6990 Tuareg,tuareg,12,4,0,0,0.24,1.1139,0.05,0.6990 tubbing,tubbing,4,4,4,4,0.08,0.6990,0.05,0.6990 tubercular,tubercular,4,4,4,4,0.08,0.6990,0.05,0.6990 Tuckers,tuckers,7,4,0,0,0.14,0.9031,0.05,0.6990 Tuff,tuff,43,4,0,0,0.84,1.6435,0.05,0.6990 tumult,tumult,4,4,4,4,0.08,0.6990,0.05,0.6990 tun,tun,5,4,4,3,0.10,0.7782,0.05,0.6990 tunelessly,tunelessly,4,4,2,2,0.08,0.6990,0.05,0.6990 turfed,turfed,4,4,4,4,0.08,0.6990,0.05,0.6990 turnkey,turnkey,5,4,5,4,0.10,0.7782,0.05,0.6990 tussled,tussled,6,4,6,4,0.12,0.8451,0.05,0.6990 Tweedle,tweedle,8,4,0,0,0.16,0.9542,0.05,0.6990 tweezed,tweezed,5,4,5,4,0.10,0.7782,0.05,0.6990 Twelves,twelves,12,4,3,3,0.24,1.1139,0.05,0.6990 twirly,twirly,8,4,8,4,0.16,0.9542,0.05,0.6990 Tye,tye,11,4,2,2,0.22,1.0792,0.05,0.6990 typifies,typifies,4,4,4,4,0.08,0.6990,0.05,0.6990 typographical,typographical,4,4,4,4,0.08,0.6990,0.05,0.6990 Ubangi,ubangi,5,4,0,0,0.10,0.7782,0.05,0.6990 Uganda,uganda,4,4,0,0,0.08,0.6990,0.05,0.6990 ulceration,ulceration,4,4,4,4,0.08,0.6990,0.05,0.6990 ull,ull,11,4,11,4,0.22,1.0792,0.05,0.6990 ulnar,ulnar,4,4,4,4,0.08,0.6990,0.05,0.6990 ultrasounds,ultrasounds,4,4,4,4,0.08,0.6990,0.05,0.6990 umbilicus,umbilicus,5,4,4,4,0.10,0.7782,0.05,0.6990 Umph,umph,4,4,1,1,0.08,0.6990,0.05,0.6990 umpteen,umpteen,4,4,4,4,0.08,0.6990,0.05,0.6990 unabashed,unabashed,4,4,4,4,0.08,0.6990,0.05,0.6990 unabashedly,unabashedly,4,4,4,4,0.08,0.6990,0.05,0.6990 unaccountably,unaccountably,4,4,4,4,0.08,0.6990,0.05,0.6990 unacknowledged,unacknowledged,4,4,4,4,0.08,0.6990,0.05,0.6990 unacquainted,unacquainted,4,4,4,4,0.08,0.6990,0.05,0.6990 unaided,unaided,4,4,3,3,0.08,0.6990,0.05,0.6990 unamusing,unamusing,4,4,4,4,0.08,0.6990,0.05,0.6990 unanticipated,unanticipated,5,4,3,3,0.10,0.7782,0.05,0.6990 unapologetic,unapologetic,4,4,4,4,0.08,0.6990,0.05,0.6990 unbeliever,unbeliever,4,4,4,4,0.08,0.6990,0.05,0.6990 unbind,unbind,7,4,5,4,0.14,0.9031,0.05,0.6990 uncannily,uncannily,4,4,3,3,0.08,0.6990,0.05,0.6990 uncluttered,uncluttered,4,4,4,4,0.08,0.6990,0.05,0.6990 uncombed,uncombed,4,4,3,3,0.08,0.6990,0.05,0.6990 unconstrained,unconstrained,4,4,4,4,0.08,0.6990,0.05,0.6990 uncorroborated,uncorroborated,4,4,4,4,0.08,0.6990,0.05,0.6990 uncounted,uncounted,4,4,4,4,0.08,0.6990,0.05,0.6990 underappreciated,underappreciated,4,4,4,4,0.08,0.6990,0.05,0.6990 underarm,underarm,4,4,4,4,0.08,0.6990,0.05,0.6990 underdone,underdone,5,4,5,4,0.10,0.7782,0.05,0.6990 underfed,underfed,4,4,3,3,0.08,0.6990,0.05,0.6990 underlines,underlines,4,4,4,4,0.08,0.6990,0.05,0.6990 underlining,underlining,5,4,5,4,0.10,0.7782,0.05,0.6990 undersized,undersized,4,4,4,4,0.08,0.6990,0.05,0.6990 undersold,undersold,4,4,4,4,0.08,0.6990,0.05,0.6990 understandings,understandings,5,4,5,4,0.10,0.7782,0.05,0.6990 understudies,understudies,4,4,4,4,0.08,0.6990,0.05,0.6990 underwhelmed,underwhelmed,5,4,4,3,0.10,0.7782,0.05,0.6990 underwriter,underwriter,4,4,4,4,0.08,0.6990,0.05,0.6990 undeterred,undeterred,4,4,3,3,0.08,0.6990,0.05,0.6990 undrinkable,undrinkable,4,4,4,4,0.08,0.6990,0.05,0.6990 unease,unease,5,4,5,4,0.10,0.7782,0.05,0.6990 unencumbered,unencumbered,4,4,3,3,0.08,0.6990,0.05,0.6990 unenlightened,unenlightened,4,4,2,2,0.08,0.6990,0.05,0.6990 unequaled,unequaled,4,4,4,4,0.08,0.6990,0.05,0.6990 unevolved,unevolved,4,4,4,4,0.08,0.6990,0.05,0.6990 unfed,unfed,4,4,4,4,0.08,0.6990,0.05,0.6990 unflagging,unflagging,4,4,4,4,0.08,0.6990,0.05,0.6990 unfreezes,unfreezes,4,4,4,4,0.08,0.6990,0.05,0.6990 unfreezing,unfreezing,7,4,7,4,0.14,0.9031,0.05,0.6990 unfrozen,unfrozen,9,4,9,4,0.18,1.0000,0.05,0.6990 unfurl,unfurl,4,4,3,3,0.08,0.6990,0.05,0.6990 ungentlemanly,ungentlemanly,4,4,3,3,0.08,0.6990,0.05,0.6990 ungracious,ungracious,5,4,5,4,0.10,0.7782,0.05,0.6990 unhorse,unhorse,4,4,4,4,0.08,0.6990,0.05,0.6990 unhurt,unhurt,5,4,4,3,0.10,0.7782,0.05,0.6990 uniformity,uniformity,4,4,4,4,0.08,0.6990,0.05,0.6990 uniformly,uniformly,6,4,6,4,0.12,0.8451,0.05,0.6990 unimpeded,unimpeded,4,4,4,4,0.08,0.6990,0.05,0.6990 unintelligent,unintelligent,11,4,11,4,0.22,1.0792,0.05,0.6990 unkindness,unkindness,5,4,4,4,0.10,0.7782,0.05,0.6990 unlatched,unlatched,4,4,4,4,0.08,0.6990,0.05,0.6990 unlearn,unlearn,4,4,3,3,0.08,0.6990,0.05,0.6990 unlikeliest,unlikeliest,4,4,4,4,0.08,0.6990,0.05,0.6990 unloosen,unloosen,4,4,2,2,0.08,0.6990,0.05,0.6990 unmistakably,unmistakably,4,4,3,3,0.08,0.6990,0.05,0.6990 unobtrusively,unobtrusively,4,4,3,3,0.08,0.6990,0.05,0.6990 unorganized,unorganized,5,4,5,4,0.10,0.7782,0.05,0.6990 unproduced,unproduced,5,4,4,3,0.10,0.7782,0.05,0.6990 unprofitable,unprofitable,4,4,4,4,0.08,0.6990,0.05,0.6990 unpronounceable,unpronounceable,4,4,4,4,0.08,0.6990,0.05,0.6990 unravelled,unravelled,4,4,4,4,0.08,0.6990,0.05,0.6990 unrecorded,unrecorded,4,4,4,4,0.08,0.6990,0.05,0.6990 unrivalled,unrivalled,5,4,3,2,0.10,0.7782,0.05,0.6990 unsanctified,unsanctified,4,4,4,4,0.08,0.6990,0.05,0.6990 unseal,unseal,4,4,4,4,0.08,0.6990,0.05,0.6990 unseasonable,unseasonable,4,4,3,3,0.08,0.6990,0.05,0.6990 unsocial,unsocial,4,4,4,4,0.08,0.6990,0.05,0.6990 unsolvable,unsolvable,5,4,5,4,0.10,0.7782,0.05,0.6990 unspoilt,unspoilt,5,4,4,3,0.10,0.7782,0.05,0.6990 unsustainable,unsustainable,4,4,4,4,0.08,0.6990,0.05,0.6990 untamable,untamable,4,4,4,4,0.08,0.6990,0.05,0.6990 untarnished,untarnished,4,4,4,4,0.08,0.6990,0.05,0.6990 untitled,untitled,4,4,3,3,0.08,0.6990,0.05,0.6990 untroubled,untroubled,4,4,4,4,0.08,0.6990,0.05,0.6990 untruthful,untruthful,5,4,4,4,0.10,0.7782,0.05,0.6990 unverified,unverified,4,4,4,4,0.08,0.6990,0.05,0.6990 unwary,unwary,4,4,4,4,0.08,0.6990,0.05,0.6990 unwillingness,unwillingness,4,4,4,4,0.08,0.6990,0.05,0.6990 unwinding,unwinding,6,4,6,4,0.12,0.8451,0.05,0.6990 unzipping,unzipping,4,4,4,4,0.08,0.6990,0.05,0.6990 uplinks,uplinks,4,4,3,3,0.08,0.6990,0.05,0.6990 upperclassmen,upperclassmen,6,4,6,4,0.12,0.8451,0.05,0.6990 uppercuts,uppercuts,4,4,4,4,0.08,0.6990,0.05,0.6990 uppermost,uppermost,5,4,5,4,0.10,0.7782,0.05,0.6990 upslope,upslope,4,4,4,4,0.08,0.6990,0.05,0.6990 upstaging,upstaging,4,4,4,4,0.08,0.6990,0.05,0.6990 Upsy,upsy,4,4,0,0,0.08,0.6990,0.05,0.6990 Urbana,urbana,14,4,0,0,0.27,1.1761,0.05,0.6990 urbane,urbane,7,4,4,3,0.14,0.9031,0.05,0.6990 uric,uric,5,4,5,4,0.10,0.7782,0.05,0.6990 ute,ute,6,4,3,2,0.12,0.8451,0.05,0.6990 utilised,utilised,4,4,4,4,0.08,0.6990,0.05,0.6990 vacating,vacating,4,4,3,3,0.08,0.6990,0.05,0.6990 vag,vag,6,4,3,3,0.12,0.8451,0.05,0.6990 validates,validates,5,4,5,4,0.10,0.7782,0.05,0.6990 valuation,valuation,4,4,4,4,0.08,0.6990,0.05,0.6990 vamoosing,vamoosing,4,4,4,4,0.08,0.6990,0.05,0.6990 vane,vane,16,4,15,3,0.31,1.2304,0.05,0.6990 vaqueros,vaqueros,5,4,3,3,0.10,0.7782,0.05,0.6990 variances,variances,4,4,4,4,0.08,0.6990,0.05,0.6990 varices,varices,12,4,11,4,0.24,1.1139,0.05,0.6990 Varna,varna,26,4,0,0,0.51,1.4314,0.05,0.6990 vell,vell,5,4,3,3,0.10,0.7782,0.05,0.6990 velveteen,velveteen,4,4,2,2,0.08,0.6990,0.05,0.6990 Venetians,venetians,5,4,0,0,0.10,0.7782,0.05,0.6990 ventriloquists,ventriloquists,4,4,4,4,0.08,0.6990,0.05,0.6990 vermicelli,vermicelli,5,4,3,3,0.10,0.7782,0.05,0.6990 vestry,vestry,9,4,9,4,0.18,1.0000,0.05,0.6990 Veuve,veuve,4,4,0,0,0.08,0.6990,0.05,0.6990 viaduct,viaduct,11,4,11,4,0.22,1.0792,0.05,0.6990 vibrated,vibrated,4,4,4,4,0.08,0.6990,0.05,0.6990 victuals,victuals,6,4,6,4,0.12,0.8451,0.05,0.6990 videoed,videoed,4,4,4,4,0.08,0.6990,0.05,0.6990 viewership,viewership,4,4,4,4,0.08,0.6990,0.05,0.6990 viewfinder,viewfinder,4,4,4,4,0.08,0.6990,0.05,0.6990 Vil,vil,43,4,0,0,0.84,1.6435,0.05,0.6990 violinists,violinists,4,4,4,4,0.08,0.6990,0.05,0.6990 viscera,viscera,6,4,5,4,0.12,0.8451,0.05,0.6990 Vishnu,vishnu,7,4,0,0,0.14,0.9031,0.05,0.6990 vitriolic,vitriolic,4,4,4,4,0.08,0.6990,0.05,0.6990 vocalization,vocalization,4,4,4,4,0.08,0.6990,0.05,0.6990 vocalizations,vocalizations,5,4,5,4,0.10,0.7782,0.05,0.6990 Volant,volant,6,4,0,0,0.12,0.8451,0.05,0.6990 volatility,volatility,4,4,4,4,0.08,0.6990,0.05,0.6990 vomitus,vomitus,4,4,3,3,0.08,0.6990,0.05,0.6990 vouches,vouches,4,4,4,4,0.08,0.6990,0.05,0.6990 vulcanized,vulcanized,8,4,8,4,0.16,0.9542,0.05,0.6990 vulva,vulva,6,4,6,4,0.12,0.8451,0.05,0.6990 wadded,wadded,4,4,4,4,0.08,0.6990,0.05,0.6990 wadding,wadding,6,4,5,3,0.12,0.8451,0.05,0.6990 wades,wades,4,4,2,2,0.08,0.6990,0.05,0.6990 wafted,wafted,5,4,5,4,0.10,0.7782,0.05,0.6990 Wagnerian,wagnerian,4,4,0,0,0.08,0.6990,0.05,0.6990 wailer,wailer,5,4,3,3,0.10,0.7782,0.05,0.6990 waives,waives,4,4,4,4,0.08,0.6990,0.05,0.6990 wakefulness,wakefulness,4,4,4,4,0.08,0.6990,0.05,0.6990 walkup,walkup,5,4,5,4,0.10,0.7782,0.05,0.6990 wanderlust,wanderlust,4,4,3,3,0.08,0.6990,0.05,0.6990 warbler,warbler,4,4,4,4,0.08,0.6990,0.05,0.6990 warder,warder,7,4,6,3,0.14,0.9031,0.05,0.6990 Warfarin,warfarin,4,4,1,1,0.08,0.6990,0.05,0.6990 warmhearted,warmhearted,4,4,4,4,0.08,0.6990,0.05,0.6990 warplane,warplane,5,4,5,4,0.10,0.7782,0.05,0.6990 Warrens,warrens,16,4,0,0,0.31,1.2304,0.05,0.6990 washrooms,washrooms,4,4,4,4,0.08,0.6990,0.05,0.6990 wasters,wasters,4,4,4,4,0.08,0.6990,0.05,0.6990 watchband,watchband,7,4,7,4,0.14,0.9031,0.05,0.6990 watercolor,watercolor,5,4,5,4,0.10,0.7782,0.05,0.6990 watercolours,watercolours,4,4,4,4,0.08,0.6990,0.05,0.6990 watercress,watercress,4,4,3,3,0.08,0.6990,0.05,0.6990 waterline,waterline,4,4,4,4,0.08,0.6990,0.05,0.6990 waterproofing,waterproofing,4,4,4,4,0.08,0.6990,0.05,0.6990 waterskiing,waterskiing,4,4,4,4,0.08,0.6990,0.05,0.6990 weaning,weaning,6,4,6,4,0.12,0.8451,0.05,0.6990 weaseled,weaseled,4,4,4,4,0.08,0.6990,0.05,0.6990 weathermen,weathermen,4,4,3,3,0.08,0.6990,0.05,0.6990 webbing,webbing,4,4,4,4,0.08,0.6990,0.05,0.6990 webcast,webcast,5,4,4,3,0.10,0.7782,0.05,0.6990 weeded,weeded,5,4,4,3,0.10,0.7782,0.05,0.6990 weeklong,weeklong,4,4,4,4,0.08,0.6990,0.05,0.6990 welds,welds,6,4,6,4,0.12,0.8451,0.05,0.6990 wellborn,wellborn,6,4,5,3,0.12,0.8451,0.05,0.6990 welled,welled,4,4,4,4,0.08,0.6990,0.05,0.6990 Wessel,wessel,6,4,1,1,0.12,0.8451,0.05,0.6990 wettest,wettest,4,4,3,3,0.08,0.6990,0.05,0.6990 whalebone,whalebone,5,4,5,4,0.10,0.7782,0.05,0.6990 whap,whap,7,4,4,2,0.14,0.9031,0.05,0.6990 Whar,whar,4,4,1,1,0.08,0.6990,0.05,0.6990 whatnots,whatnots,4,4,4,4,0.08,0.6990,0.05,0.6990 whatshername,whatshername,4,4,4,4,0.08,0.6990,0.05,0.6990 whatsits,whatsits,4,4,4,4,0.08,0.6990,0.05,0.6990 wheelbase,wheelbase,4,4,4,4,0.08,0.6990,0.05,0.6990 Wheezer,wheezer,11,4,4,3,0.22,1.0792,0.05,0.6990 whey,whey,4,4,2,2,0.08,0.6990,0.05,0.6990 whimpered,whimpered,4,4,4,4,0.08,0.6990,0.05,0.6990 whir,whir,5,4,4,3,0.10,0.7782,0.05,0.6990 whirlpools,whirlpools,4,4,3,3,0.08,0.6990,0.05,0.6990 whish,whish,7,4,5,2,0.14,0.9031,0.05,0.6990 Whitely,whitely,12,4,0,0,0.24,1.1139,0.05,0.6990 whittler,whittler,4,4,4,4,0.08,0.6990,0.05,0.6990 Whizzer,whizzer,5,4,2,2,0.10,0.7782,0.05,0.6990 whizzes,whizzes,4,4,4,4,0.08,0.6990,0.05,0.6990 wholehearted,wholehearted,4,4,3,3,0.08,0.6990,0.05,0.6990 whomsoever,whomsoever,5,4,5,4,0.10,0.7782,0.05,0.6990 whopped,whopped,4,4,4,4,0.08,0.6990,0.05,0.6990 whorish,whorish,5,4,5,4,0.10,0.7782,0.05,0.6990 widescreen,widescreen,4,4,3,3,0.08,0.6990,0.05,0.6990 widowers,widowers,6,4,5,4,0.12,0.8451,0.05,0.6990 widowhood,widowhood,4,4,4,4,0.08,0.6990,0.05,0.6990 wienies,wienies,5,4,4,4,0.10,0.7782,0.05,0.6990 wierd,wierd,6,4,6,4,0.12,0.8451,0.05,0.6990 Wildwood,wildwood,12,4,0,0,0.24,1.1139,0.05,0.6990 wimping,wimping,5,4,5,4,0.10,0.7782,0.05,0.6990 winced,winced,4,4,4,4,0.08,0.6990,0.05,0.6990 Windblown,windblown,6,4,2,2,0.12,0.8451,0.05,0.6990 winder,winder,5,4,5,4,0.10,0.7782,0.05,0.6990 windowpanes,windowpanes,6,4,6,4,0.12,0.8451,0.05,0.6990 wintered,wintered,4,4,3,3,0.08,0.6990,0.05,0.6990 Wintergreen,wintergreen,4,4,1,1,0.08,0.6990,0.05,0.6990 wiseguys,wiseguys,9,4,7,4,0.18,1.0000,0.05,0.6990 Witten,witten,4,4,1,1,0.08,0.6990,0.05,0.6990 womaniser,womaniser,4,4,3,3,0.08,0.6990,0.05,0.6990 Wombats,wombats,8,4,3,3,0.16,0.9542,0.05,0.6990 womenfolks,womenfolks,4,4,4,4,0.08,0.6990,0.05,0.6990 Womp,womp,9,4,2,2,0.18,1.0000,0.05,0.6990 woodcock,woodcock,4,4,3,3,0.08,0.6990,0.05,0.6990 woodworking,woodworking,5,4,4,3,0.10,0.7782,0.05,0.6990 woofers,woofers,4,4,3,3,0.08,0.6990,0.05,0.6990 wools,wools,4,4,2,2,0.08,0.6990,0.05,0.6990 workhorse,workhorse,5,4,5,4,0.10,0.7782,0.05,0.6990 worksheets,worksheets,4,4,4,4,0.08,0.6990,0.05,0.6990 workstations,workstations,4,4,4,4,0.08,0.6990,0.05,0.6990 worshipful,worshipful,5,4,5,4,0.10,0.7782,0.05,0.6990 wouldnt,wouldnt,5,4,5,4,0.10,0.7782,0.05,0.6990 wrack,wrack,5,4,4,3,0.10,0.7782,0.05,0.6990 wunderkind,wunderkind,4,4,4,4,0.08,0.6990,0.05,0.6990 Xenia,xenia,21,4,0,0,0.41,1.3424,0.05,0.6990 Xs,xs,5,4,0,0,0.10,0.7782,0.05,0.6990 Xyz,xyz,7,4,0,0,0.14,0.9031,0.05,0.6990 yack,yack,7,4,6,4,0.14,0.9031,0.05,0.6990 yappy,yappy,5,4,3,3,0.10,0.7782,0.05,0.6990 yawned,yawned,5,4,5,4,0.10,0.7782,0.05,0.6990 yaya,yaya,9,4,5,2,0.18,1.0000,0.05,0.6990 yearlings,yearlings,10,4,9,3,0.20,1.0414,0.05,0.6990 yid,yid,6,4,4,3,0.12,0.8451,0.05,0.6990 Yipes,yipes,7,4,3,2,0.14,0.9031,0.05,0.6990 yipping,yipping,6,4,4,2,0.12,0.8451,0.05,0.6990 yoked,yoked,5,4,5,4,0.10,0.7782,0.05,0.6990 yor,yor,4,4,4,4,0.08,0.6990,0.05,0.6990 Youngstown,youngstown,10,4,1,1,0.20,1.0414,0.05,0.6990 Youve,youve,8,4,3,2,0.16,0.9542,0.05,0.6990 yuks,yuks,4,4,4,4,0.08,0.6990,0.05,0.6990 Zapper,zapper,5,4,2,2,0.10,0.7782,0.05,0.6990 zines,zines,5,4,5,4,0.10,0.7782,0.05,0.6990 zingers,zingers,5,4,5,4,0.10,0.7782,0.05,0.6990 Zounds,zounds,5,4,0,0,0.10,0.7782,0.05,0.6990 Zulus,zulus,5,4,1,1,0.10,0.7782,0.05,0.6990 abase,abase,3,3,2,2,0.06,0.6021,0.04,0.6021 abate,abate,5,3,5,3,0.10,0.7782,0.04,0.6021 abatement,abatement,3,3,3,3,0.06,0.6021,0.04,0.6021 Abb,abb,3,3,0,0,0.06,0.6021,0.04,0.6021 Abdicating,abdicating,3,3,1,1,0.06,0.6021,0.04,0.6021 abdomens,abdomens,3,3,3,3,0.06,0.6021,0.04,0.6021 abhors,abhors,4,3,4,3,0.08,0.6990,0.04,0.6021 abides,abides,4,3,4,3,0.08,0.6990,0.04,0.6021 abjectly,abjectly,3,3,3,3,0.06,0.6021,0.04,0.6021 ablutions,ablutions,4,3,4,3,0.08,0.6990,0.04,0.6021 abounded,abounded,3,3,3,3,0.06,0.6021,0.04,0.6021 abounding,abounding,4,3,4,3,0.08,0.6990,0.04,0.6021 Abraxas,abraxas,29,3,0,0,0.57,1.4771,0.04,0.6021 abscessed,abscessed,3,3,3,3,0.06,0.6021,0.04,0.6021 absconding,absconding,3,3,3,3,0.06,0.6021,0.04,0.6021 absolves,absolves,4,3,4,3,0.08,0.6990,0.04,0.6021 absorber,absorber,3,3,3,3,0.06,0.6021,0.04,0.6021 abstracted,abstracted,3,3,3,3,0.06,0.6021,0.04,0.6021 abstruse,abstruse,3,3,3,3,0.06,0.6021,0.04,0.6021 Acadia,acadia,3,3,0,0,0.06,0.6021,0.04,0.6021 accelerators,accelerators,4,3,3,2,0.08,0.6990,0.04,0.6021 accession,accession,6,3,6,3,0.12,0.8451,0.04,0.6021 acclimating,acclimating,3,3,3,3,0.06,0.6021,0.04,0.6021 accommodates,accommodates,3,3,3,3,0.06,0.6021,0.04,0.6021 accost,accost,3,3,3,3,0.06,0.6021,0.04,0.6021 Accra,accra,4,3,0,0,0.08,0.6990,0.04,0.6021 accusatory,accusatory,3,3,3,3,0.06,0.6021,0.04,0.6021 acidophilus,acidophilus,3,3,2,2,0.06,0.6021,0.04,0.6021 acidotic,acidotic,4,3,4,3,0.08,0.6990,0.04,0.6021 Acker,acker,8,3,0,0,0.16,0.9542,0.04,0.6021 acquiesce,acquiesce,3,3,2,2,0.06,0.6021,0.04,0.6021 acquisitive,acquisitive,3,3,3,3,0.06,0.6021,0.04,0.6021 acquitting,acquitting,6,3,6,3,0.12,0.8451,0.04,0.6021 acrylics,acrylics,3,3,3,3,0.06,0.6021,0.04,0.6021 actualization,actualization,3,3,3,3,0.06,0.6021,0.04,0.6021 actuated,actuated,3,3,3,3,0.06,0.6021,0.04,0.6021 adaptations,adaptations,3,3,3,3,0.06,0.6021,0.04,0.6021 adapts,adapts,3,3,3,3,0.06,0.6021,0.04,0.6021 addicting,addicting,3,3,3,3,0.06,0.6021,0.04,0.6021 Aden,aden,6,3,0,0,0.12,0.8451,0.04,0.6021 adherent,adherent,3,3,3,3,0.06,0.6021,0.04,0.6021 adheres,adheres,3,3,3,3,0.06,0.6021,0.04,0.6021 adipose,adipose,4,3,4,3,0.08,0.6990,0.04,0.6021 adjudged,adjudged,3,3,3,3,0.06,0.6021,0.04,0.6021 adjusters,adjusters,7,3,7,3,0.14,0.9031,0.04,0.6021 admissibility,admissibility,4,3,4,3,0.08,0.6990,0.04,0.6021 admonished,admonished,4,3,3,3,0.08,0.6990,0.04,0.6021 adoringly,adoringly,3,3,3,3,0.06,0.6021,0.04,0.6021 adornment,adornment,4,3,4,3,0.08,0.6990,0.04,0.6021 adorns,adorns,3,3,3,3,0.06,0.6021,0.04,0.6021 adrenals,adrenals,4,3,4,3,0.08,0.6990,0.04,0.6021 adroitly,adroitly,3,3,3,3,0.06,0.6021,0.04,0.6021 adventuresome,adventuresome,3,3,3,3,0.06,0.6021,0.04,0.6021 adversities,adversities,3,3,3,3,0.06,0.6021,0.04,0.6021 Aeneas,aeneas,4,3,0,0,0.08,0.6990,0.04,0.6021 aerodynamically,aerodynamically,3,3,3,3,0.06,0.6021,0.04,0.6021 aerosolized,aerosolized,3,3,3,3,0.06,0.6021,0.04,0.6021 Aeschylus,aeschylus,4,3,0,0,0.08,0.6990,0.04,0.6021 aet,aet,5,3,5,3,0.10,0.7782,0.04,0.6021 affaires,affaires,3,3,3,3,0.06,0.6021,0.04,0.6021 affianced,affianced,3,3,2,2,0.06,0.6021,0.04,0.6021 affirmatively,affirmatively,3,3,3,3,0.06,0.6021,0.04,0.6021 affirming,affirming,3,3,3,3,0.06,0.6021,0.04,0.6021 afflict,afflict,4,3,4,3,0.08,0.6990,0.04,0.6021 afflicts,afflicts,3,3,3,3,0.06,0.6021,0.04,0.6021 aflutter,aflutter,4,3,4,3,0.08,0.6990,0.04,0.6021 aforethought,aforethought,3,3,3,3,0.06,0.6021,0.04,0.6021 afros,afros,3,3,2,2,0.06,0.6021,0.04,0.6021 afterburners,afterburners,3,3,2,2,0.06,0.6021,0.04,0.6021 afters,afters,3,3,3,3,0.06,0.6021,0.04,0.6021 ageist,ageist,4,3,4,3,0.08,0.6990,0.04,0.6021 Aggies,aggies,3,3,1,1,0.06,0.6021,0.04,0.6021 agonised,agonised,4,3,3,2,0.08,0.6990,0.04,0.6021 agreeably,agreeably,3,3,2,2,0.06,0.6021,0.04,0.6021 Aho,aho,8,3,0,0,0.16,0.9542,0.04,0.6021 ailerons,ailerons,4,3,4,3,0.08,0.6990,0.04,0.6021 airships,airships,4,3,3,3,0.08,0.6990,0.04,0.6021 airstrike,airstrike,7,3,7,3,0.14,0.9031,0.04,0.6021 airstrips,airstrips,3,3,3,3,0.06,0.6021,0.04,0.6021 ais,ais,3,3,3,3,0.06,0.6021,0.04,0.6021 ajoint,ajoint,3,3,2,2,0.06,0.6021,0.04,0.6021 alarum,alarum,3,3,2,2,0.06,0.6021,0.04,0.6021 Albee,albee,3,3,0,0,0.06,0.6021,0.04,0.6021 alee,alee,5,3,5,3,0.10,0.7782,0.04,0.6021 Aleph,aleph,6,3,0,0,0.12,0.8451,0.04,0.6021 Alexanders,alexanders,4,3,0,0,0.08,0.6990,0.04,0.6021 Alexia,alexia,25,3,1,1,0.49,1.4150,0.04,0.6021 algebraic,algebraic,3,3,3,3,0.06,0.6021,0.04,0.6021 Algerians,algerians,4,3,0,0,0.08,0.6990,0.04,0.6021 alibied,alibied,3,3,3,3,0.06,0.6021,0.04,0.6021 alimonies,alimonies,3,3,3,3,0.06,0.6021,0.04,0.6021 alkaloids,alkaloids,3,3,2,2,0.06,0.6021,0.04,0.6021 allaying,allaying,3,3,3,3,0.06,0.6021,0.04,0.6021 aller,aller,4,3,4,3,0.08,0.6990,0.04,0.6021 alleviates,alleviates,3,3,3,3,0.06,0.6021,0.04,0.6021 allocations,allocations,3,3,3,3,0.06,0.6021,0.04,0.6021 allspice,allspice,3,3,3,3,0.06,0.6021,0.04,0.6021 Alphas,alphas,3,3,0,0,0.06,0.6021,0.04,0.6021 alveoli,alveoli,4,3,4,3,0.08,0.6990,0.04,0.6021 Aly,aly,9,3,2,2,0.18,1.0000,0.04,0.6021 Amaryllis,amaryllis,5,3,1,1,0.10,0.7782,0.04,0.6021 amass,amass,3,3,3,3,0.06,0.6021,0.04,0.6021 ambassadorship,ambassadorship,3,3,3,3,0.06,0.6021,0.04,0.6021 ambushes,ambushes,3,3,3,3,0.06,0.6021,0.04,0.6021 Americanized,americanized,3,3,1,1,0.06,0.6021,0.04,0.6021 amontillado,amontillado,3,3,3,3,0.06,0.6021,0.04,0.6021 amounting,amounting,3,3,3,3,0.06,0.6021,0.04,0.6021 amperage,amperage,5,3,5,3,0.10,0.7782,0.04,0.6021 ampersand,ampersand,3,3,3,3,0.06,0.6021,0.04,0.6021 amphitheatre,amphitheatre,3,3,2,2,0.06,0.6021,0.04,0.6021 Amphitryon,amphitryon,6,3,0,0,0.12,0.8451,0.04,0.6021 amputees,amputees,3,3,3,3,0.06,0.6021,0.04,0.6021 anachronistic,anachronistic,3,3,3,3,0.06,0.6021,0.04,0.6021 anaemia,anaemia,6,3,4,2,0.12,0.8451,0.04,0.6021 anaesthesiologist,anaesthesiologist,5,3,4,2,0.10,0.7782,0.04,0.6021 analgesics,analgesics,3,3,3,3,0.06,0.6021,0.04,0.6021 analogue,analogue,5,3,5,3,0.10,0.7782,0.04,0.6021 Anaphylaxis,anaphylaxis,3,3,1,1,0.06,0.6021,0.04,0.6021 anatomic,anatomic,4,3,4,3,0.08,0.6990,0.04,0.6021 anatomist,anatomist,3,3,3,3,0.06,0.6021,0.04,0.6021 Anchorperson,anchorperson,9,3,1,1,0.18,1.0000,0.04,0.6021 ancora,ancora,3,3,3,3,0.06,0.6021,0.04,0.6021 andirons,andirons,4,3,3,3,0.08,0.6990,0.04,0.6021 andouille,andouille,6,3,5,3,0.12,0.8451,0.04,0.6021 Anesthesiology,anesthesiology,9,3,4,1,0.18,1.0000,0.04,0.6021 Angeline,angeline,6,3,0,0,0.12,0.8451,0.04,0.6021 Anglican,anglican,3,3,0,0,0.06,0.6021,0.04,0.6021 Anglicized,anglicized,3,3,1,1,0.06,0.6021,0.04,0.6021 Anglos,anglos,3,3,0,0,0.06,0.6021,0.04,0.6021 angulated,angulated,3,3,2,2,0.06,0.6021,0.04,0.6021 angulation,angulation,3,3,3,3,0.06,0.6021,0.04,0.6021 animate,animate,3,3,3,3,0.06,0.6021,0.04,0.6021 anise,anise,3,3,3,3,0.06,0.6021,0.04,0.6021 Annas,annas,3,3,1,1,0.06,0.6021,0.04,0.6021 annexe,annexe,8,3,6,2,0.16,0.9542,0.04,0.6021 annexing,annexing,3,3,3,3,0.06,0.6021,0.04,0.6021 Anno,anno,3,3,1,1,0.06,0.6021,0.04,0.6021 annotated,annotated,3,3,2,2,0.06,0.6021,0.04,0.6021 antagonized,antagonized,4,3,4,3,0.08,0.6990,0.04,0.6021 antecedent,antecedent,3,3,3,3,0.06,0.6021,0.04,0.6021 anterograde,anterograde,4,3,4,3,0.08,0.6990,0.04,0.6021 anthems,anthems,3,3,3,3,0.06,0.6021,0.04,0.6021 anthracite,anthracite,3,3,2,2,0.06,0.6021,0.04,0.6021 anthropoid,anthropoid,3,3,3,3,0.06,0.6021,0.04,0.6021 anticoagulant,anticoagulant,3,3,3,3,0.06,0.6021,0.04,0.6021 Antigone,antigone,3,3,0,0,0.06,0.6021,0.04,0.6021 antivenin,antivenin,3,3,3,3,0.06,0.6021,0.04,0.6021 antivirals,antivirals,3,3,3,3,0.06,0.6021,0.04,0.6021 anvils,anvils,8,3,8,3,0.16,0.9542,0.04,0.6021 Apa,apa,3,3,0,0,0.06,0.6021,0.04,0.6021 apace,apace,3,3,3,3,0.06,0.6021,0.04,0.6021 aphid,aphid,4,3,4,3,0.08,0.6990,0.04,0.6021 aphrodisiacs,aphrodisiacs,21,3,19,3,0.41,1.3424,0.04,0.6021 apices,apices,3,3,3,3,0.06,0.6021,0.04,0.6021 apostate,apostate,3,3,3,3,0.06,0.6021,0.04,0.6021 apothecaries,apothecaries,3,3,3,3,0.06,0.6021,0.04,0.6021 Appalachians,appalachians,3,3,0,0,0.06,0.6021,0.04,0.6021 appallingly,appallingly,3,3,3,3,0.06,0.6021,0.04,0.6021 Appaloosa,appaloosa,3,3,0,0,0.06,0.6021,0.04,0.6021 appeasing,appeasing,3,3,3,3,0.06,0.6021,0.04,0.6021 Appellant,appellant,7,3,1,1,0.14,0.9031,0.04,0.6021 appetiser,appetiser,3,3,3,3,0.06,0.6021,0.04,0.6021 appetising,appetising,3,3,3,3,0.06,0.6021,0.04,0.6021 appraisals,appraisals,5,3,3,2,0.10,0.7782,0.04,0.6021 appreciable,appreciable,3,3,3,3,0.06,0.6021,0.04,0.6021 apprising,apprising,3,3,3,3,0.06,0.6021,0.04,0.6021 approximation,approximation,3,3,3,3,0.06,0.6021,0.04,0.6021 Apres,apres,3,3,0,0,0.06,0.6021,0.04,0.6021 Aquarian,aquarian,4,3,0,0,0.08,0.6990,0.04,0.6021 Aquarians,aquarians,3,3,0,0,0.06,0.6021,0.04,0.6021 aquavit,aquavit,3,3,3,3,0.06,0.6021,0.04,0.6021 arachnoid,arachnoid,3,3,3,3,0.06,0.6021,0.04,0.6021 Arango,arango,5,3,0,0,0.10,0.7782,0.04,0.6021 Arapaho,arapaho,5,3,0,0,0.10,0.7782,0.04,0.6021 arced,arced,3,3,3,3,0.06,0.6021,0.04,0.6021 archangels,archangels,3,3,2,2,0.06,0.6021,0.04,0.6021 archetypes,archetypes,3,3,3,3,0.06,0.6021,0.04,0.6021 architecturally,architecturally,3,3,3,3,0.06,0.6021,0.04,0.6021 archival,archival,3,3,3,3,0.06,0.6021,0.04,0.6021 archived,archived,4,3,4,3,0.08,0.6990,0.04,0.6021 ardour,ardour,4,3,4,3,0.08,0.6990,0.04,0.6021 ared,ared,3,3,3,3,0.06,0.6021,0.04,0.6021 areolas,areolas,4,3,4,3,0.08,0.6990,0.04,0.6021 Arista,arista,4,3,0,0,0.08,0.6990,0.04,0.6021 Aristo,aristo,8,3,1,1,0.16,0.9542,0.04,0.6021 arks,arks,3,3,3,3,0.06,0.6021,0.04,0.6021 Armagnac,armagnac,3,3,1,1,0.06,0.6021,0.04,0.6021 armchairs,armchairs,3,3,3,3,0.06,0.6021,0.04,0.6021 armorers,armorers,3,3,3,3,0.06,0.6021,0.04,0.6021 armrests,armrests,3,3,3,3,0.06,0.6021,0.04,0.6021 arn,arn,6,3,6,3,0.12,0.8451,0.04,0.6021 arr,arr,3,3,2,2,0.06,0.6021,0.04,0.6021 arrogantly,arrogantly,3,3,2,2,0.06,0.6021,0.04,0.6021 arroz,arroz,3,3,2,2,0.06,0.6021,0.04,0.6021 arseholes,arseholes,3,3,3,3,0.06,0.6021,0.04,0.6021 arsenals,arsenals,3,3,3,3,0.06,0.6021,0.04,0.6021 arteriogram,arteriogram,3,3,3,3,0.06,0.6021,0.04,0.6021 arthroscopic,arthroscopic,7,3,6,3,0.14,0.9031,0.04,0.6021 artic,artic,3,3,3,3,0.06,0.6021,0.04,0.6021 articulating,articulating,3,3,3,3,0.06,0.6021,0.04,0.6021 artifice,artifice,3,3,3,3,0.06,0.6021,0.04,0.6021 artificiality,artificiality,5,3,5,3,0.10,0.7782,0.04,0.6021 artilleryman,artilleryman,3,3,2,2,0.06,0.6021,0.04,0.6021 artless,artless,3,3,3,3,0.06,0.6021,0.04,0.6021 ascends,ascends,3,3,3,3,0.06,0.6021,0.04,0.6021 ascetic,ascetic,5,3,5,3,0.10,0.7782,0.04,0.6021 Ashanti,ashanti,16,3,0,0,0.31,1.2304,0.04,0.6021 Ashen,ashen,9,3,2,2,0.18,1.0000,0.04,0.6021 askance,askance,4,3,3,3,0.08,0.6990,0.04,0.6021 Asmodeus,asmodeus,11,3,0,0,0.22,1.0792,0.04,0.6021 Aspca,aspca,5,3,0,0,0.10,0.7782,0.04,0.6021 aspens,aspens,3,3,3,3,0.06,0.6021,0.04,0.6021 Aspergillus,aspergillus,10,3,3,2,0.20,1.0414,0.04,0.6021 Asphodel,asphodel,4,3,1,1,0.08,0.6990,0.04,0.6021 asphyxiating,asphyxiating,3,3,3,3,0.06,0.6021,0.04,0.6021 aspirants,aspirants,3,3,3,3,0.06,0.6021,0.04,0.6021 Assman,assman,3,3,0,0,0.06,0.6021,0.04,0.6021 asterisks,asterisks,3,3,3,3,0.06,0.6021,0.04,0.6021 asthmatics,asthmatics,5,3,5,3,0.10,0.7782,0.04,0.6021 Astrodome,astrodome,5,3,1,1,0.10,0.7782,0.04,0.6021 Astronautics,astronautics,3,3,0,0,0.06,0.6021,0.04,0.6021 Astronomic,astronomic,3,3,0,0,0.06,0.6021,0.04,0.6021 astrophysicists,astrophysicists,4,3,3,2,0.08,0.6990,0.04,0.6021 asymmetry,asymmetry,3,3,3,3,0.06,0.6021,0.04,0.6021 Atchison,atchison,4,3,0,0,0.08,0.6990,0.04,0.6021 Athenians,athenians,8,3,0,0,0.16,0.9542,0.04,0.6021 Atlantean,atlantean,21,3,0,0,0.41,1.3424,0.04,0.6021 atmo,atmo,3,3,2,2,0.06,0.6021,0.04,0.6021 atolls,atolls,3,3,2,2,0.06,0.6021,0.04,0.6021 atomize,atomize,3,3,3,3,0.06,0.6021,0.04,0.6021 atremble,atremble,3,3,2,2,0.06,0.6021,0.04,0.6021 atrophies,atrophies,3,3,3,3,0.06,0.6021,0.04,0.6021 att,att,3,3,3,3,0.06,0.6021,0.04,0.6021 attainment,attainment,3,3,3,3,0.06,0.6021,0.04,0.6021 attentiveness,attentiveness,3,3,3,3,0.06,0.6021,0.04,0.6021 attenuate,attenuate,3,3,3,3,0.06,0.6021,0.04,0.6021 attesting,attesting,3,3,3,3,0.06,0.6021,0.04,0.6021 Attn,attn,7,3,2,1,0.14,0.9031,0.04,0.6021 attractively,attractively,3,3,3,3,0.06,0.6021,0.04,0.6021 attributing,attributing,3,3,3,3,0.06,0.6021,0.04,0.6021 Aubusson,aubusson,3,3,0,0,0.06,0.6021,0.04,0.6021 Auckland,auckland,12,3,0,0,0.24,1.1139,0.04,0.6021 audibly,audibly,3,3,2,2,0.06,0.6021,0.04,0.6021 audiologist,audiologist,3,3,3,3,0.06,0.6021,0.04,0.6021 auditoriums,auditoriums,3,3,3,3,0.06,0.6021,0.04,0.6021 augury,augury,4,3,4,3,0.08,0.6990,0.04,0.6021 Aurelia,aurelia,5,3,0,0,0.10,0.7782,0.04,0.6021 Aussies,aussies,3,3,0,0,0.06,0.6021,0.04,0.6021 auteur,auteur,5,3,3,3,0.10,0.7782,0.04,0.6021 authentically,authentically,3,3,3,3,0.06,0.6021,0.04,0.6021 authored,authored,3,3,3,3,0.06,0.6021,0.04,0.6021 authoress,authoress,4,3,4,3,0.08,0.6990,0.04,0.6021 authorising,authorising,3,3,3,3,0.06,0.6021,0.04,0.6021 authoritarian,authoritarian,3,3,3,3,0.06,0.6021,0.04,0.6021 automate,automate,4,3,4,3,0.08,0.6990,0.04,0.6021 autopsying,autopsying,4,3,4,3,0.08,0.6990,0.04,0.6021 availed,availed,3,3,3,3,0.06,0.6021,0.04,0.6021 aver,aver,4,3,4,3,0.08,0.6990,0.04,0.6021 averting,averting,3,3,3,3,0.06,0.6021,0.04,0.6021 awakenings,awakenings,3,3,2,2,0.06,0.6021,0.04,0.6021 awestruck,awestruck,3,3,3,3,0.06,0.6021,0.04,0.6021 axing,axing,3,3,3,3,0.06,0.6021,0.04,0.6021 axles,axles,3,3,3,3,0.06,0.6021,0.04,0.6021 Az,az,3,3,1,1,0.06,0.6021,0.04,0.6021 Azteca,azteca,8,3,0,0,0.16,0.9542,0.04,0.6021 Bab,bab,4,3,1,1,0.08,0.6990,0.04,0.6021 backboards,backboards,3,3,3,3,0.06,0.6021,0.04,0.6021 backpacked,backpacked,3,3,3,3,0.06,0.6021,0.04,0.6021 backpedaling,backpedaling,3,3,3,3,0.06,0.6021,0.04,0.6021 backseats,backseats,3,3,3,3,0.06,0.6021,0.04,0.6021 backslid,backslid,3,3,3,3,0.06,0.6021,0.04,0.6021 backtalk,backtalk,3,3,3,3,0.06,0.6021,0.04,0.6021 bacteriological,bacteriological,3,3,2,2,0.06,0.6021,0.04,0.6021 badasses,badasses,4,3,4,3,0.08,0.6990,0.04,0.6021 baddy,baddy,5,3,5,3,0.10,0.7782,0.04,0.6021 badinage,badinage,3,3,3,3,0.06,0.6021,0.04,0.6021 baggages,baggages,3,3,3,3,0.06,0.6021,0.04,0.6021 Bagger,bagger,3,3,1,1,0.06,0.6021,0.04,0.6021 Bahamian,bahamian,4,3,0,0,0.08,0.6990,0.04,0.6021 baka,baka,5,3,4,2,0.10,0.7782,0.04,0.6021 Bakshi,bakshi,29,3,0,0,0.57,1.4771,0.04,0.6021 baled,baled,3,3,3,3,0.06,0.6021,0.04,0.6021 balk,balk,3,3,2,2,0.06,0.6021,0.04,0.6021 balladeer,balladeer,3,3,2,2,0.06,0.6021,0.04,0.6021 ballbuster,ballbuster,3,3,3,3,0.06,0.6021,0.04,0.6021 balletic,balletic,3,3,3,3,0.06,0.6021,0.04,0.6021 Ballon,ballon,41,3,1,1,0.80,1.6232,0.04,0.6021 ballooned,ballooned,3,3,3,3,0.06,0.6021,0.04,0.6021 balloonist,balloonist,3,3,3,3,0.06,0.6021,0.04,0.6021 ballsiest,ballsiest,4,3,4,3,0.08,0.6990,0.04,0.6021 bambinos,bambinos,5,3,5,3,0.10,0.7782,0.04,0.6021 bamboos,bamboos,4,3,4,3,0.08,0.6990,0.04,0.6021 bamboozle,bamboozle,3,3,3,3,0.06,0.6021,0.04,0.6021 banalities,banalities,3,3,3,3,0.06,0.6021,0.04,0.6021 Bandbox,bandbox,3,3,1,1,0.06,0.6021,0.04,0.6021 bandido,bandido,3,3,2,2,0.06,0.6021,0.04,0.6021 bandoleers,bandoleers,4,3,4,3,0.08,0.6990,0.04,0.6021 bandying,bandying,3,3,3,3,0.06,0.6021,0.04,0.6021 bankrupting,bankrupting,3,3,3,3,0.06,0.6021,0.04,0.6021 bankrupts,bankrupts,4,3,4,3,0.08,0.6990,0.04,0.6021 Banky,banky,28,3,0,0,0.55,1.4624,0.04,0.6021 Bannisters,bannisters,9,3,2,2,0.18,1.0000,0.04,0.6021 banqueting,banqueting,3,3,3,3,0.06,0.6021,0.04,0.6021 bantamweight,bantamweight,3,3,3,3,0.06,0.6021,0.04,0.6021 bantering,bantering,3,3,3,3,0.06,0.6021,0.04,0.6021 Bantu,bantu,6,3,0,0,0.12,0.8451,0.04,0.6021 baobab,baobab,4,3,3,2,0.08,0.6990,0.04,0.6021 Bap,bap,8,3,3,2,0.16,0.9542,0.04,0.6021 baptizing,baptizing,3,3,3,3,0.06,0.6021,0.04,0.6021 Barbar,barbar,3,3,0,0,0.06,0.6021,0.04,0.6021 barbarity,barbarity,3,3,3,3,0.06,0.6021,0.04,0.6021 Barbas,barbas,12,3,0,0,0.24,1.1139,0.04,0.6021 bares,bares,3,3,3,3,0.06,0.6021,0.04,0.6021 barhopping,barhopping,3,3,3,3,0.06,0.6021,0.04,0.6021 barista,barista,4,3,2,2,0.08,0.6990,0.04,0.6021 baritones,baritones,3,3,2,2,0.06,0.6021,0.04,0.6021 barkeeper,barkeeper,3,3,2,2,0.06,0.6021,0.04,0.6021 Barkers,barkers,3,3,1,1,0.06,0.6021,0.04,0.6021 Barolo,barolo,3,3,0,0,0.06,0.6021,0.04,0.6021 baronial,baronial,3,3,3,3,0.06,0.6021,0.04,0.6021 barouche,barouche,5,3,5,3,0.10,0.7782,0.04,0.6021 barreled,barreled,3,3,3,3,0.06,0.6021,0.04,0.6021 barrelhouse,barrelhouse,4,3,4,3,0.08,0.6990,0.04,0.6021 barrenness,barrenness,3,3,3,3,0.06,0.6021,0.04,0.6021 Barrens,barrens,3,3,1,1,0.06,0.6021,0.04,0.6021 barrettes,barrettes,4,3,4,3,0.08,0.6990,0.04,0.6021 basses,basses,4,3,3,3,0.08,0.6990,0.04,0.6021 bassinets,bassinets,3,3,3,3,0.06,0.6021,0.04,0.6021 bastardized,bastardized,3,3,3,3,0.06,0.6021,0.04,0.6021 bastions,bastions,3,3,3,3,0.06,0.6021,0.04,0.6021 batching,batching,3,3,3,3,0.06,0.6021,0.04,0.6021 bate,bate,3,3,2,2,0.06,0.6021,0.04,0.6021 bated,bated,4,3,4,3,0.08,0.6990,0.04,0.6021 bather,bather,3,3,3,3,0.06,0.6021,0.04,0.6021 batton,batton,8,3,5,2,0.16,0.9542,0.04,0.6021 Batts,batts,21,3,1,1,0.41,1.3424,0.04,0.6021 bawd,bawd,8,3,8,3,0.16,0.9542,0.04,0.6021 bayberry,bayberry,3,3,3,3,0.06,0.6021,0.04,0.6021 bayoneted,bayoneted,3,3,3,3,0.06,0.6021,0.04,0.6021 beachcomber,beachcomber,8,3,7,3,0.16,0.9542,0.04,0.6021 beaching,beaching,4,3,4,3,0.08,0.6990,0.04,0.6021 beachy,beachy,3,3,2,2,0.06,0.6021,0.04,0.6021 Beaky,beaky,29,3,1,1,0.57,1.4771,0.04,0.6021 beamish,beamish,4,3,2,2,0.08,0.6990,0.04,0.6021 beanbags,beanbags,5,3,5,3,0.10,0.7782,0.04,0.6021 beatific,beatific,3,3,3,3,0.06,0.6021,0.04,0.6021 bedeviled,bedeviled,3,3,3,3,0.06,0.6021,0.04,0.6021 bedposts,bedposts,3,3,3,3,0.06,0.6021,0.04,0.6021 bedsheet,bedsheet,3,3,3,3,0.06,0.6021,0.04,0.6021 bedsore,bedsore,4,3,4,3,0.08,0.6990,0.04,0.6021 bedsprings,bedsprings,3,3,2,2,0.06,0.6021,0.04,0.6021 Beefeater,beefeater,3,3,0,0,0.06,0.6021,0.04,0.6021 Beeman,beeman,13,3,0,0,0.25,1.1461,0.04,0.6021 Beery,beery,16,3,0,0,0.31,1.2304,0.04,0.6021 befouled,befouled,3,3,3,3,0.06,0.6021,0.04,0.6021 begrudging,begrudging,3,3,3,3,0.06,0.6021,0.04,0.6021 begrudgingly,begrudgingly,3,3,3,3,0.06,0.6021,0.04,0.6021 beholds,beholds,3,3,3,3,0.06,0.6021,0.04,0.6021 belabor,belabor,3,3,3,3,0.06,0.6021,0.04,0.6021 belched,belched,3,3,2,2,0.06,0.6021,0.04,0.6021 Belial,belial,3,3,0,0,0.06,0.6021,0.04,0.6021 belike,belike,7,3,4,3,0.14,0.9031,0.04,0.6021 belittles,belittles,3,3,3,3,0.06,0.6021,0.04,0.6021 Bellflower,bellflower,3,3,0,0,0.06,0.6021,0.04,0.6021 bellyaches,bellyaches,3,3,3,3,0.06,0.6021,0.04,0.6021 bemused,bemused,3,3,2,2,0.06,0.6021,0.04,0.6021 benchmark,benchmark,3,3,3,3,0.06,0.6021,0.04,0.6021 Benedick,benedick,41,3,0,0,0.80,1.6232,0.04,0.6021 benefactress,benefactress,3,3,3,3,0.06,0.6021,0.04,0.6021 benefitted,benefitted,3,3,3,3,0.06,0.6021,0.04,0.6021 Benet,benet,24,3,0,0,0.47,1.3979,0.04,0.6021 Benj,benj,3,3,0,0,0.06,0.6021,0.04,0.6021 Bens,bens,8,3,0,0,0.16,0.9542,0.04,0.6021 bequeathing,bequeathing,3,3,3,3,0.06,0.6021,0.04,0.6021 Bergamot,bergamot,3,3,0,0,0.06,0.6021,0.04,0.6021 Berliners,berliners,3,3,0,0,0.06,0.6021,0.04,0.6021 Berrigan,berrigan,3,3,0,0,0.06,0.6021,0.04,0.6021 berserker,berserker,10,3,6,3,0.20,1.0414,0.04,0.6021 berthing,berthing,3,3,3,3,0.06,0.6021,0.04,0.6021 bespoke,bespoke,3,3,2,2,0.06,0.6021,0.04,0.6021 bestsellers,bestsellers,4,3,3,2,0.08,0.6990,0.04,0.6021 bestselling,bestselling,4,3,4,3,0.08,0.6990,0.04,0.6021 Betas,betas,3,3,0,0,0.06,0.6021,0.04,0.6021 bethink,bethink,4,3,3,2,0.08,0.6990,0.04,0.6021 bettered,bettered,3,3,3,3,0.06,0.6021,0.04,0.6021 beveled,beveled,3,3,2,2,0.06,0.6021,0.04,0.6021 beveling,beveling,3,3,3,3,0.06,0.6021,0.04,0.6021 Bg,bg,4,3,0,0,0.08,0.6990,0.04,0.6021 Bhutan,bhutan,3,3,0,0,0.06,0.6021,0.04,0.6021 Bibby,bibby,3,3,0,0,0.06,0.6021,0.04,0.6021 bibliography,bibliography,3,3,3,3,0.06,0.6021,0.04,0.6021 bicycling,bicycling,3,3,2,2,0.06,0.6021,0.04,0.6021 bigheaded,bigheaded,3,3,3,3,0.06,0.6021,0.04,0.6021 bigmouths,bigmouths,3,3,3,3,0.06,0.6021,0.04,0.6021 biked,biked,3,3,3,3,0.06,0.6021,0.04,0.6021 biliary,biliary,3,3,3,3,0.06,0.6021,0.04,0.6021 billable,billable,3,3,3,3,0.06,0.6021,0.04,0.6021 bilocation,bilocation,5,3,4,2,0.10,0.7782,0.04,0.6021 binging,binging,4,3,4,3,0.08,0.6990,0.04,0.6021 bioengineering,bioengineering,3,3,3,3,0.06,0.6021,0.04,0.6021 biogenetic,biogenetic,4,3,4,3,0.08,0.6990,0.04,0.6021 Bioluminescence,bioluminescence,3,3,1,1,0.06,0.6021,0.04,0.6021 Bioluminescent,bioluminescent,3,3,1,1,0.06,0.6021,0.04,0.6021 biopsied,biopsied,4,3,4,3,0.08,0.6990,0.04,0.6021 biotics,biotics,3,3,3,3,0.06,0.6021,0.04,0.6021 biracial,biracial,9,3,7,3,0.18,1.0000,0.04,0.6021 Birdmen,birdmen,7,3,3,1,0.14,0.9031,0.04,0.6021 bis,bis,5,3,3,1,0.10,0.7782,0.04,0.6021 bitchery,bitchery,3,3,3,3,0.06,0.6021,0.04,0.6021 biters,biters,5,3,4,2,0.10,0.7782,0.04,0.6021 blackballing,blackballing,3,3,3,3,0.06,0.6021,0.04,0.6021 Blackies,blackies,4,3,1,1,0.08,0.6990,0.04,0.6021 blackly,blackly,3,3,3,3,0.06,0.6021,0.04,0.6021 Blackwood,blackwood,4,3,0,0,0.08,0.6990,0.04,0.6021 blading,blading,3,3,3,3,0.06,0.6021,0.04,0.6021 Blain,blain,10,3,0,0,0.20,1.0414,0.04,0.6021 Blancmange,blancmange,3,3,1,1,0.06,0.6021,0.04,0.6021 bleedings,bleedings,3,3,2,2,0.06,0.6021,0.04,0.6021 blessedly,blessedly,3,3,3,3,0.06,0.6021,0.04,0.6021 blights,blights,3,3,3,3,0.06,0.6021,0.04,0.6021 blipped,blipped,3,3,2,2,0.06,0.6021,0.04,0.6021 blockaded,blockaded,3,3,3,3,0.06,0.6021,0.04,0.6021 blockading,blockading,3,3,3,3,0.06,0.6021,0.04,0.6021 blockages,blockages,3,3,3,3,0.06,0.6021,0.04,0.6021 blogging,blogging,3,3,3,3,0.06,0.6021,0.04,0.6021 blonder,blonder,3,3,2,2,0.06,0.6021,0.04,0.6021 bloodroot,bloodroot,6,3,5,3,0.12,0.8451,0.04,0.6021 blowgun,blowgun,3,3,3,3,0.06,0.6021,0.04,0.6021 blowhole,blowhole,3,3,3,3,0.06,0.6021,0.04,0.6021 blowoff,blowoff,3,3,3,3,0.06,0.6021,0.04,0.6021 blowpipe,blowpipe,4,3,4,3,0.08,0.6990,0.04,0.6021 blowups,blowups,3,3,3,3,0.06,0.6021,0.04,0.6021 blubbery,blubbery,3,3,3,3,0.06,0.6021,0.04,0.6021 bluebottle,bluebottle,3,3,2,2,0.06,0.6021,0.04,0.6021 bluey,bluey,4,3,2,2,0.08,0.6990,0.04,0.6021 blurbs,blurbs,4,3,4,3,0.08,0.6990,0.04,0.6021 blustery,blustery,11,3,11,3,0.22,1.0792,0.04,0.6021 boastfulness,boastfulness,3,3,3,3,0.06,0.6021,0.04,0.6021 boaters,boaters,3,3,3,3,0.06,0.6021,0.04,0.6021 Boatloads,boatloads,6,3,2,2,0.12,0.8451,0.04,0.6021 bobwhite,bobwhite,5,3,3,2,0.10,0.7782,0.04,0.6021 bodybuilders,bodybuilders,5,3,5,3,0.10,0.7782,0.04,0.6021 bodysurf,bodysurf,4,3,4,3,0.08,0.6990,0.04,0.6021 Boer,boer,5,3,0,0,0.10,0.7782,0.04,0.6021 Bohemians,bohemians,3,3,1,1,0.06,0.6021,0.04,0.6021 Bol,bol,3,3,0,0,0.06,0.6021,0.04,0.6021 bollock,bollock,4,3,2,2,0.08,0.6990,0.04,0.6021 Bonanzas,bonanzas,7,3,1,1,0.14,0.9031,0.04,0.6021 bonhomie,bonhomie,3,3,3,3,0.06,0.6021,0.04,0.6021 bonier,bonier,3,3,2,2,0.06,0.6021,0.04,0.6021 Bonnes,bonnes,3,3,0,0,0.06,0.6021,0.04,0.6021 Boof,boof,19,3,1,1,0.37,1.3010,0.04,0.6021 boohooing,boohooing,3,3,3,3,0.06,0.6021,0.04,0.6021 Bookbinder,bookbinder,3,3,1,1,0.06,0.6021,0.04,0.6021 bookmakers,bookmakers,3,3,3,3,0.06,0.6021,0.04,0.6021 Boolean,boolean,4,3,0,0,0.08,0.6990,0.04,0.6021 boombox,boombox,4,3,4,3,0.08,0.6990,0.04,0.6021 boondoggle,boondoggle,3,3,3,3,0.06,0.6021,0.04,0.6021 boor,boor,3,3,3,3,0.06,0.6021,0.04,0.6021 bootblack,bootblack,4,3,4,3,0.08,0.6990,0.04,0.6021 bootless,bootless,3,3,3,3,0.06,0.6021,0.04,0.6021 bootlickers,bootlickers,3,3,3,3,0.06,0.6021,0.04,0.6021 bootlicking,bootlicking,3,3,2,2,0.06,0.6021,0.04,0.6021 borax,borax,5,3,4,2,0.10,0.7782,0.04,0.6021 borsch,borsch,4,3,2,2,0.08,0.6990,0.04,0.6021 Bosch,bosch,3,3,0,0,0.06,0.6021,0.04,0.6021 botches,botches,3,3,3,3,0.06,0.6021,0.04,0.6021 botheration,botheration,3,3,3,3,0.06,0.6021,0.04,0.6021 boudoirs,boudoirs,3,3,3,3,0.06,0.6021,0.04,0.6021 bouffant,bouffant,3,3,2,2,0.06,0.6021,0.04,0.6021 Boulanger,boulanger,5,3,1,1,0.10,0.7782,0.04,0.6021 bowlful,bowlful,3,3,3,3,0.06,0.6021,0.04,0.6021 Bowser,bowser,37,3,0,0,0.73,1.5798,0.04,0.6021 bowwow,bowwow,3,3,3,3,0.06,0.6021,0.04,0.6021 Brachiosaurus,brachiosaurus,5,3,0,0,0.10,0.7782,0.04,0.6021 brackish,brackish,4,3,4,3,0.08,0.6990,0.04,0.6021 braes,braes,5,3,3,2,0.10,0.7782,0.04,0.6021 braggadocio,braggadocio,3,3,3,3,0.06,0.6021,0.04,0.6021 Brahman,brahman,3,3,1,1,0.06,0.6021,0.04,0.6021 brakeman,brakeman,5,3,5,3,0.10,0.7782,0.04,0.6021 Brasil,brasil,3,3,0,0,0.06,0.6021,0.04,0.6021 brasses,brasses,4,3,4,3,0.08,0.6990,0.04,0.6021 braveness,braveness,3,3,2,2,0.06,0.6021,0.04,0.6021 breadline,breadline,4,3,4,3,0.08,0.6990,0.04,0.6021 breathalyzer,breathalyzer,3,3,3,3,0.06,0.6021,0.04,0.6021 breezing,breezing,3,3,3,3,0.06,0.6021,0.04,0.6021 Breton,breton,3,3,1,1,0.06,0.6021,0.04,0.6021 Breweries,breweries,7,3,1,1,0.14,0.9031,0.04,0.6021 Brickle,brickle,12,3,1,1,0.24,1.1139,0.04,0.6021 brickyard,brickyard,3,3,3,3,0.06,0.6021,0.04,0.6021 Bridewell,bridewell,5,3,0,0,0.10,0.7782,0.04,0.6021 Bridgewater,bridgewater,4,3,0,0,0.08,0.6990,0.04,0.6021 bridled,bridled,3,3,3,3,0.06,0.6021,0.04,0.6021 brigantine,brigantine,3,3,3,3,0.06,0.6021,0.04,0.6021 briquettes,briquettes,3,3,3,3,0.06,0.6021,0.04,0.6021 Britannic,britannic,4,3,0,0,0.08,0.6990,0.04,0.6021 Britons,britons,4,3,0,0,0.08,0.6990,0.04,0.6021 broadcasters,broadcasters,4,3,4,3,0.08,0.6990,0.04,0.6021 broadminded,broadminded,3,3,3,3,0.06,0.6021,0.04,0.6021 broadswords,broadswords,4,3,2,2,0.08,0.6990,0.04,0.6021 broiling,broiling,4,3,3,2,0.08,0.6990,0.04,0.6021 bronchus,bronchus,3,3,3,3,0.06,0.6021,0.04,0.6021 brooded,brooded,3,3,3,3,0.06,0.6021,0.04,0.6021 Brookie,brookie,4,3,0,0,0.08,0.6990,0.04,0.6021 browbeat,browbeat,3,3,3,3,0.06,0.6021,0.04,0.6021 browbeating,browbeating,3,3,3,3,0.06,0.6021,0.04,0.6021 brownstones,brownstones,3,3,3,3,0.06,0.6021,0.04,0.6021 bruisers,bruisers,4,3,2,2,0.08,0.6990,0.04,0.6021 brutalizing,brutalizing,3,3,3,3,0.06,0.6021,0.04,0.6021 bubbies,bubbies,6,3,6,3,0.12,0.8451,0.04,0.6021 bubbled,bubbled,3,3,3,3,0.06,0.6021,0.04,0.6021 buccal,buccal,3,3,2,2,0.06,0.6021,0.04,0.6021 Buckeyes,buckeyes,3,3,1,1,0.06,0.6021,0.04,0.6021 buffalos,buffalos,3,3,2,2,0.06,0.6021,0.04,0.6021 bugling,bugling,11,3,10,3,0.22,1.0792,0.04,0.6021 builded,builded,3,3,3,3,0.06,0.6021,0.04,0.6021 bulked,bulked,3,3,3,3,0.06,0.6021,0.04,0.6021 bulldozed,bulldozed,3,3,3,3,0.06,0.6021,0.04,0.6021 Bullethead,bullethead,5,3,1,1,0.10,0.7782,0.04,0.6021 bullshits,bullshits,3,3,3,3,0.06,0.6021,0.04,0.6021 bullyboys,bullyboys,3,3,3,3,0.06,0.6021,0.04,0.6021 bulrushes,bulrushes,3,3,3,3,0.06,0.6021,0.04,0.6021 bumbler,bumbler,3,3,3,3,0.06,0.6021,0.04,0.6021 bumpiness,bumpiness,3,3,3,3,0.06,0.6021,0.04,0.6021 bumptious,bumptious,4,3,4,3,0.08,0.6990,0.04,0.6021 bunching,bunching,3,3,3,3,0.06,0.6021,0.04,0.6021 Bund,bund,3,3,1,1,0.06,0.6021,0.04,0.6021 bundling,bundling,3,3,2,2,0.06,0.6021,0.04,0.6021 bunkered,bunkered,3,3,3,3,0.06,0.6021,0.04,0.6021 bunkmates,bunkmates,3,3,3,3,0.06,0.6021,0.04,0.6021 buoyed,buoyed,5,3,3,3,0.10,0.7782,0.04,0.6021 burbling,burbling,3,3,3,3,0.06,0.6021,0.04,0.6021 Burdon,burdon,22,3,0,0,0.43,1.3617,0.04,0.6021 bureaucracies,bureaucracies,3,3,2,2,0.06,0.6021,0.04,0.6021 burglarize,burglarize,3,3,3,3,0.06,0.6021,0.04,0.6021 burka,burka,3,3,3,3,0.06,0.6021,0.04,0.6021 Burked,burked,3,3,0,0,0.06,0.6021,0.04,0.6021 Burks,burks,7,3,0,0,0.14,0.9031,0.04,0.6021 burled,burled,3,3,3,3,0.06,0.6021,0.04,0.6021 burnoose,burnoose,3,3,3,3,0.06,0.6021,0.04,0.6021 burrs,burrs,3,3,3,3,0.06,0.6021,0.04,0.6021 Bursar,bursar,8,3,3,1,0.16,0.9542,0.04,0.6021 Burundi,burundi,5,3,0,0,0.10,0.7782,0.04,0.6021 Bushido,bushido,3,3,1,1,0.06,0.6021,0.04,0.6021 Bushmen,bushmen,6,3,2,2,0.12,0.8451,0.04,0.6021 busloads,busloads,3,3,3,3,0.06,0.6021,0.04,0.6021 busman,busman,3,3,3,3,0.06,0.6021,0.04,0.6021 bustard,bustard,3,3,3,3,0.06,0.6021,0.04,0.6021 Busto,busto,3,3,0,0,0.06,0.6021,0.04,0.6021 butties,butties,3,3,2,2,0.06,0.6021,0.04,0.6021 buttonholes,buttonholes,3,3,3,3,0.06,0.6021,0.04,0.6021 caballo,caballo,4,3,4,3,0.08,0.6990,0.04,0.6021 cablegrams,cablegrams,4,3,3,2,0.08,0.6990,0.04,0.6021 cabling,cabling,3,3,3,3,0.06,0.6021,0.04,0.6021 caches,caches,3,3,3,3,0.06,0.6021,0.04,0.6021 cactuses,cactuses,4,3,3,3,0.08,0.6990,0.04,0.6021 caddied,caddied,3,3,3,3,0.06,0.6021,0.04,0.6021 cadmium,cadmium,7,3,6,2,0.14,0.9031,0.04,0.6021 Caesarian,caesarian,5,3,1,1,0.10,0.7782,0.04,0.6021 Cag,cag,24,3,0,0,0.47,1.3979,0.04,0.6021 cajoled,cajoled,3,3,3,3,0.06,0.6021,0.04,0.6021 calabash,calabash,3,3,2,2,0.06,0.6021,0.04,0.6021 calaboose,calaboose,3,3,3,3,0.06,0.6021,0.04,0.6021 calculative,calculative,3,3,3,3,0.06,0.6021,0.04,0.6021 caldron,caldron,4,3,2,2,0.08,0.6990,0.04,0.6021 calender,calender,3,3,3,3,0.06,0.6021,0.04,0.6021 Calgon,calgon,3,3,0,0,0.06,0.6021,0.04,0.6021 Caliban,caliban,3,3,0,0,0.06,0.6021,0.04,0.6021 calibers,calibers,3,3,3,3,0.06,0.6021,0.04,0.6021 calibrating,calibrating,3,3,3,3,0.06,0.6021,0.04,0.6021 caliph,caliph,8,3,6,1,0.16,0.9542,0.04,0.6021 Callan,callan,26,3,0,0,0.51,1.4314,0.04,0.6021 Callas,callas,5,3,0,0,0.10,0.7782,0.04,0.6021 calligrapher,calligrapher,3,3,2,2,0.06,0.6021,0.04,0.6021 callused,callused,3,3,3,3,0.06,0.6021,0.04,0.6021 caloric,caloric,4,3,4,3,0.08,0.6990,0.04,0.6021 Calumet,calumet,7,3,0,0,0.14,0.9031,0.04,0.6021 Calvados,calvados,5,3,1,1,0.10,0.7782,0.04,0.6021 Calvinist,calvinist,3,3,0,0,0.06,0.6021,0.04,0.6021 calzones,calzones,4,3,2,1,0.08,0.6990,0.04,0.6021 Cambodians,cambodians,3,3,0,0,0.06,0.6021,0.04,0.6021 Campgrounds,campgrounds,3,3,1,1,0.06,0.6021,0.04,0.6021 campy,campy,3,3,2,2,0.06,0.6021,0.04,0.6021 candelabras,candelabras,3,3,3,3,0.06,0.6021,0.04,0.6021 Canfield,canfield,28,3,0,0,0.55,1.4624,0.04,0.6021 caning,caning,4,3,4,3,0.08,0.6990,0.04,0.6021 canna,canna,3,3,3,3,0.06,0.6021,0.04,0.6021 cannulate,cannulate,3,3,2,2,0.06,0.6021,0.04,0.6021 canopies,canopies,3,3,3,3,0.06,0.6021,0.04,0.6021 capacious,capacious,3,3,3,3,0.06,0.6021,0.04,0.6021 Capella,capella,7,3,2,2,0.14,0.9031,0.04,0.6021 Capetown,capetown,3,3,0,0,0.06,0.6021,0.04,0.6021 capitalizing,capitalizing,3,3,3,3,0.06,0.6021,0.04,0.6021 Capitano,capitano,4,3,0,0,0.08,0.6990,0.04,0.6021 capons,capons,3,3,3,3,0.06,0.6021,0.04,0.6021 Caporal,caporal,3,3,1,1,0.06,0.6021,0.04,0.6021 capos,capos,3,3,3,3,0.06,0.6021,0.04,0.6021 capsizing,capsizing,4,3,3,2,0.08,0.6990,0.04,0.6021 captaining,captaining,3,3,3,3,0.06,0.6021,0.04,0.6021 caramelized,caramelized,3,3,3,3,0.06,0.6021,0.04,0.6021 carbonised,carbonised,3,3,2,2,0.06,0.6021,0.04,0.6021 carbonite,carbonite,3,3,2,2,0.06,0.6021,0.04,0.6021 carbonizer,carbonizer,3,3,3,3,0.06,0.6021,0.04,0.6021 cardholder,cardholder,4,3,2,2,0.08,0.6990,0.04,0.6021 cardiologists,cardiologists,4,3,4,3,0.08,0.6990,0.04,0.6021 cardsharp,cardsharp,3,3,3,3,0.06,0.6021,0.04,0.6021 careening,careening,3,3,3,3,0.06,0.6021,0.04,0.6021 carer,carer,4,3,4,3,0.08,0.6990,0.04,0.6021 Caribe,caribe,6,3,0,0,0.12,0.8451,0.04,0.6021 caricaturist,caricaturist,3,3,3,3,0.06,0.6021,0.04,0.6021 Carioca,carioca,3,3,0,0,0.06,0.6021,0.04,0.6021 carjackers,carjackers,3,3,2,2,0.06,0.6021,0.04,0.6021 carminic,carminic,5,3,4,3,0.10,0.7782,0.04,0.6021 carnality,carnality,3,3,3,3,0.06,0.6021,0.04,0.6021 Carnet,carnet,3,3,1,1,0.06,0.6021,0.04,0.6021 Carnie,carnie,3,3,1,1,0.06,0.6021,0.04,0.6021 Carolines,carolines,3,3,0,0,0.06,0.6021,0.04,0.6021 carpetbagger,carpetbagger,5,3,4,2,0.10,0.7782,0.04,0.6021 carpools,carpools,3,3,3,3,0.06,0.6021,0.04,0.6021 carport,carport,5,3,5,3,0.10,0.7782,0.04,0.6021 Carrousel,carrousel,17,3,3,1,0.33,1.2553,0.04,0.6021 cartouche,cartouche,6,3,6,3,0.12,0.8451,0.04,0.6021 caseloads,caseloads,3,3,3,3,0.06,0.6021,0.04,0.6021 casework,casework,3,3,3,3,0.06,0.6021,0.04,0.6021 Castellano,castellano,4,3,0,0,0.08,0.6990,0.04,0.6021 castoff,castoff,3,3,3,3,0.06,0.6021,0.04,0.6021 castoffs,castoffs,3,3,3,3,0.06,0.6021,0.04,0.6021 castrati,castrati,4,3,3,3,0.08,0.6990,0.04,0.6021 casuals,casuals,4,3,2,2,0.08,0.6990,0.04,0.6021 catalyzed,catalyzed,3,3,3,3,0.06,0.6021,0.04,0.6021 catalyzing,catalyzing,3,3,3,3,0.06,0.6021,0.04,0.6021 catcalls,catcalls,3,3,2,2,0.06,0.6021,0.04,0.6021 catchment,catchment,5,3,5,3,0.10,0.7782,0.04,0.6021 Cate,cate,3,3,1,1,0.06,0.6021,0.04,0.6021 catsup,catsup,3,3,3,3,0.06,0.6021,0.04,0.6021 causalities,causalities,3,3,2,2,0.06,0.6021,0.04,0.6021 causative,causative,4,3,4,3,0.08,0.6990,0.04,0.6021 cavernous,cavernous,3,3,3,3,0.06,0.6021,0.04,0.6021 caviare,caviare,6,3,6,3,0.12,0.8451,0.04,0.6021 cavitation,cavitation,3,3,3,3,0.06,0.6021,0.04,0.6021 cavort,cavort,3,3,3,3,0.06,0.6021,0.04,0.6021 caws,caws,3,3,3,3,0.06,0.6021,0.04,0.6021 Ceil,ceil,20,3,1,1,0.39,1.3222,0.04,0.6021 celebrant,celebrant,3,3,3,3,0.06,0.6021,0.04,0.6021 cemetary,cemetary,3,3,2,2,0.06,0.6021,0.04,0.6021 centavo,centavo,5,3,5,3,0.10,0.7782,0.04,0.6021 centerboard,centerboard,7,3,6,3,0.14,0.9031,0.04,0.6021 centipedes,centipedes,3,3,3,3,0.06,0.6021,0.04,0.6021 centrepiece,centrepiece,3,3,3,3,0.06,0.6021,0.04,0.6021 Centro,centro,9,3,0,0,0.18,1.0000,0.04,0.6021 Cerberus,cerberus,3,3,0,0,0.06,0.6021,0.04,0.6021 cerebellar,cerebellar,4,3,4,3,0.08,0.6990,0.04,0.6021 ceremonious,ceremonious,3,3,3,3,0.06,0.6021,0.04,0.6021 cerium,cerium,3,3,3,3,0.06,0.6021,0.04,0.6021 cert,cert,3,3,3,3,0.06,0.6021,0.04,0.6021 certifies,certifies,3,3,3,3,0.06,0.6021,0.04,0.6021 cess,cess,3,3,2,2,0.06,0.6021,0.04,0.6021 cesspit,cesspit,3,3,3,3,0.06,0.6021,0.04,0.6021 chal,chal,3,3,3,3,0.06,0.6021,0.04,0.6021 Challis,challis,3,3,0,0,0.06,0.6021,0.04,0.6021 chambered,chambered,3,3,3,3,0.06,0.6021,0.04,0.6021 chammy,chammy,4,3,3,3,0.08,0.6990,0.04,0.6021 Champaign,champaign,5,3,1,1,0.10,0.7782,0.04,0.6021 champignons,champignons,6,3,4,2,0.12,0.8451,0.04,0.6021 Chancery,chancery,4,3,1,1,0.08,0.6990,0.04,0.6021 Chandlers,chandlers,3,3,0,0,0.06,0.6021,0.04,0.6021 changeless,changeless,3,3,3,3,0.06,0.6021,0.04,0.6021 channelled,channelled,3,3,3,3,0.06,0.6021,0.04,0.6021 chanson,chanson,3,3,2,2,0.06,0.6021,0.04,0.6021 chanteys,chanteys,5,3,5,3,0.10,0.7782,0.04,0.6021 chaperons,chaperons,3,3,2,2,0.06,0.6021,0.04,0.6021 chapping,chapping,3,3,3,3,0.06,0.6021,0.04,0.6021 characteristically,characteristically,3,3,3,3,0.06,0.6021,0.04,0.6021 characterizing,characterizing,3,3,3,3,0.06,0.6021,0.04,0.6021 charbroiled,charbroiled,3,3,3,3,0.06,0.6021,0.04,0.6021 charcoals,charcoals,4,3,4,3,0.08,0.6990,0.04,0.6021 charlies,charlies,4,3,2,1,0.08,0.6990,0.04,0.6021 charmless,charmless,3,3,2,2,0.06,0.6021,0.04,0.6021 charnel,charnel,3,3,3,3,0.06,0.6021,0.04,0.6021 chartering,chartering,3,3,3,3,0.06,0.6021,0.04,0.6021 chastising,chastising,3,3,3,3,0.06,0.6021,0.04,0.6021 chattered,chattered,3,3,3,3,0.06,0.6021,0.04,0.6021 chauffeuring,chauffeuring,3,3,3,3,0.06,0.6021,0.04,0.6021 cheapskates,cheapskates,3,3,3,3,0.06,0.6021,0.04,0.6021 cheep,cheep,6,3,4,3,0.12,0.8451,0.04,0.6021 cheeping,cheeping,3,3,3,3,0.06,0.6021,0.04,0.6021 cheerier,cheerier,4,3,3,3,0.08,0.6990,0.04,0.6021 cheesier,cheesier,3,3,3,3,0.06,0.6021,0.04,0.6021 cheesiest,cheesiest,3,3,3,3,0.06,0.6021,0.04,0.6021 chere,chere,3,3,3,3,0.06,0.6021,0.04,0.6021 Cherokees,cherokees,10,3,0,0,0.20,1.0414,0.04,0.6021 chested,chested,5,3,4,2,0.10,0.7782,0.04,0.6021 Chevrolets,chevrolets,3,3,0,0,0.06,0.6021,0.04,0.6021 chewable,chewable,4,3,2,2,0.08,0.6990,0.04,0.6021 chewer,chewer,4,3,3,3,0.08,0.6990,0.04,0.6021 chickadees,chickadees,3,3,3,3,0.06,0.6021,0.04,0.6021 Chickee,chickee,6,3,2,1,0.12,0.8451,0.04,0.6021 chid,chid,3,3,3,3,0.06,0.6021,0.04,0.6021 Chien,chien,6,3,1,1,0.12,0.8451,0.04,0.6021 chiffonade,chiffonade,4,3,4,3,0.08,0.6990,0.04,0.6021 Chihuahuas,chihuahuas,3,3,0,0,0.06,0.6021,0.04,0.6021 childproofed,childproofed,4,3,4,3,0.08,0.6990,0.04,0.6021 chillies,chillies,8,3,8,3,0.16,0.9542,0.04,0.6021 chintzy,chintzy,3,3,3,3,0.06,0.6021,0.04,0.6021 chiropractors,chiropractors,3,3,3,3,0.06,0.6021,0.04,0.6021 chirring,chirring,4,3,4,3,0.08,0.6990,0.04,0.6021 chisels,chisels,3,3,3,3,0.06,0.6021,0.04,0.6021 Chiv,chiv,9,3,1,1,0.18,1.0000,0.04,0.6021 chlorinated,chlorinated,3,3,3,3,0.06,0.6021,0.04,0.6021 chocked,chocked,3,3,3,3,0.06,0.6021,0.04,0.6021 chocolatier,chocolatier,6,3,6,3,0.12,0.8451,0.04,0.6021 cholecystitis,cholecystitis,3,3,3,3,0.06,0.6021,0.04,0.6021 choler,choler,3,3,3,3,0.06,0.6021,0.04,0.6021 choleric,choleric,3,3,3,3,0.06,0.6021,0.04,0.6021 cholinesterase,cholinesterase,4,3,3,3,0.08,0.6990,0.04,0.6021 chophouse,chophouse,4,3,3,3,0.08,0.6990,0.04,0.6021 choses,choses,3,3,3,3,0.06,0.6021,0.04,0.6021 Christs,christs,3,3,0,0,0.06,0.6021,0.04,0.6021 chromatic,chromatic,3,3,3,3,0.06,0.6021,0.04,0.6021 chromosomal,chromosomal,3,3,3,3,0.06,0.6021,0.04,0.6021 Chubb,chubb,4,3,0,0,0.08,0.6990,0.04,0.6021 chugged,chugged,3,3,3,3,0.06,0.6021,0.04,0.6021 chumping,chumping,3,3,3,3,0.06,0.6021,0.04,0.6021 chunder,chunder,3,3,2,2,0.06,0.6021,0.04,0.6021 chuppah,chuppah,8,3,8,3,0.16,0.9542,0.04,0.6021 cia,cia,7,3,5,2,0.14,0.9031,0.04,0.6021 cicerone,cicerone,3,3,3,3,0.06,0.6021,0.04,0.6021 Cid,cid,4,3,1,1,0.08,0.6990,0.04,0.6021 ciggies,ciggies,3,3,3,3,0.06,0.6021,0.04,0.6021 Cincinatti,cincinatti,3,3,0,0,0.06,0.6021,0.04,0.6021 Cine,cine,6,3,0,0,0.12,0.8451,0.04,0.6021 Cinnabar,cinnabar,10,3,1,1,0.20,1.0414,0.04,0.6021 circulars,circulars,3,3,3,3,0.06,0.6021,0.04,0.6021 circumferential,circumferential,3,3,2,2,0.06,0.6021,0.04,0.6021 cirrhotic,cirrhotic,3,3,2,2,0.06,0.6021,0.04,0.6021 civ,civ,3,3,2,2,0.06,0.6021,0.04,0.6021 civilly,civilly,3,3,3,3,0.06,0.6021,0.04,0.6021 clackers,clackers,4,3,2,2,0.08,0.6990,0.04,0.6021 clairvoyants,clairvoyants,3,3,3,3,0.06,0.6021,0.04,0.6021 clambakes,clambakes,3,3,3,3,0.06,0.6021,0.04,0.6021 Clamshell,clamshell,3,3,1,1,0.06,0.6021,0.04,0.6021 Clarksville,clarksville,6,3,0,0,0.12,0.8451,0.04,0.6021 clasping,clasping,3,3,2,2,0.06,0.6021,0.04,0.6021 classwork,classwork,10,3,10,3,0.20,1.0414,0.04,0.6021 cleansers,cleansers,3,3,3,3,0.06,0.6021,0.04,0.6021 clearings,clearings,3,3,2,2,0.06,0.6021,0.04,0.6021 clearness,clearness,3,3,3,3,0.06,0.6021,0.04,0.6021 cleaved,cleaved,3,3,3,3,0.06,0.6021,0.04,0.6021 cleaving,cleaving,3,3,3,3,0.06,0.6021,0.04,0.6021 clenches,clenches,5,3,4,2,0.10,0.7782,0.04,0.6021 cliched,cliched,4,3,4,3,0.08,0.6990,0.04,0.6021 clickers,clickers,4,3,4,3,0.08,0.6990,0.04,0.6021 Cliffhangers,cliffhangers,3,3,1,1,0.06,0.6021,0.04,0.6021 clinician,clinician,3,3,3,3,0.06,0.6021,0.04,0.6021 clobbers,clobbers,3,3,2,2,0.06,0.6021,0.04,0.6021 clodhoppers,clodhoppers,3,3,3,3,0.06,0.6021,0.04,0.6021 clomped,clomped,3,3,3,3,0.06,0.6021,0.04,0.6021 clop,clop,4,3,2,1,0.08,0.6990,0.04,0.6021 closeted,closeted,3,3,2,2,0.06,0.6021,0.04,0.6021 closetful,closetful,3,3,3,3,0.06,0.6021,0.04,0.6021 clothings,clothings,3,3,3,3,0.06,0.6021,0.04,0.6021 Cloverleaf,cloverleaf,10,3,2,2,0.20,1.0414,0.04,0.6021 Clubber,clubber,33,3,2,1,0.65,1.5315,0.04,0.6021 Clucks,clucks,6,3,1,1,0.12,0.8451,0.04,0.6021 Clucky,clucky,16,3,1,1,0.31,1.2304,0.04,0.6021 clumsiest,clumsiest,3,3,3,3,0.06,0.6021,0.04,0.6021 clunked,clunked,3,3,3,3,0.06,0.6021,0.04,0.6021 Clytemnestra,clytemnestra,7,3,0,0,0.14,0.9031,0.04,0.6021 coagulating,coagulating,3,3,3,3,0.06,0.6021,0.04,0.6021 coalesce,coalesce,3,3,3,3,0.06,0.6021,0.04,0.6021 coalmine,coalmine,3,3,3,3,0.06,0.6021,0.04,0.6021 coarctation,coarctation,3,3,3,3,0.06,0.6021,0.04,0.6021 coasted,coasted,3,3,3,3,0.06,0.6021,0.04,0.6021 coattail,coattail,3,3,3,3,0.06,0.6021,0.04,0.6021 cobblers,cobblers,4,3,2,2,0.08,0.6990,0.04,0.6021 Cobol,cobol,4,3,0,0,0.08,0.6990,0.04,0.6021 cockiness,cockiness,3,3,3,3,0.06,0.6021,0.04,0.6021 cockpits,cockpits,3,3,3,3,0.06,0.6021,0.04,0.6021 Cocoanut,cocoanut,31,3,0,0,0.61,1.5051,0.04,0.6021 codefendant,codefendant,3,3,3,3,0.06,0.6021,0.04,0.6021 codswallop,codswallop,4,3,2,2,0.08,0.6990,0.04,0.6021 coefficients,coefficients,3,3,3,3,0.06,0.6021,0.04,0.6021 coffeehouses,coffeehouses,3,3,3,3,0.06,0.6021,0.04,0.6021 cohosh,cohosh,3,3,3,3,0.06,0.6021,0.04,0.6021 coif,coif,3,3,3,3,0.06,0.6021,0.04,0.6021 coinage,coinage,3,3,2,2,0.06,0.6021,0.04,0.6021 coinciding,coinciding,3,3,3,3,0.06,0.6021,0.04,0.6021 coining,coining,4,3,4,3,0.08,0.6990,0.04,0.6021 Coit,coit,4,3,0,0,0.08,0.6990,0.04,0.6021 Coker,coker,4,3,1,1,0.08,0.6990,0.04,0.6021 Cokey,cokey,3,3,1,1,0.06,0.6021,0.04,0.6021 coldblooded,coldblooded,3,3,3,3,0.06,0.6021,0.04,0.6021 collaterals,collaterals,3,3,3,3,0.06,0.6021,0.04,0.6021 collation,collation,3,3,3,3,0.06,0.6021,0.04,0.6021 collectable,collectable,3,3,3,3,0.06,0.6021,0.04,0.6021 colloquial,colloquial,3,3,2,2,0.06,0.6021,0.04,0.6021 colloquialism,colloquialism,3,3,3,3,0.06,0.6021,0.04,0.6021 colorable,colorable,4,3,4,3,0.08,0.6990,0.04,0.6021 colorized,colorized,3,3,3,3,0.06,0.6021,0.04,0.6021 colouration,colouration,3,3,3,3,0.06,0.6021,0.04,0.6021 comfit,comfit,3,3,3,3,0.06,0.6021,0.04,0.6021 commemorated,commemorated,3,3,3,3,0.06,0.6021,0.04,0.6021 commentators,commentators,3,3,3,3,0.06,0.6021,0.04,0.6021 commercialize,commercialize,3,3,3,3,0.06,0.6021,0.04,0.6021 Commercializing,commercializing,3,3,0,0,0.06,0.6021,0.04,0.6021 committal,committal,7,3,6,3,0.14,0.9031,0.04,0.6021 commonsense,commonsense,3,3,3,3,0.06,0.6021,0.04,0.6021 compacted,compacted,3,3,3,3,0.06,0.6021,0.04,0.6021 companionway,companionway,4,3,4,3,0.08,0.6990,0.04,0.6021 compellingly,compellingly,3,3,3,3,0.06,0.6021,0.04,0.6021 compensator,compensator,3,3,3,3,0.06,0.6021,0.04,0.6021 complainers,complainers,3,3,3,3,0.06,0.6021,0.04,0.6021 complemented,complemented,4,3,4,3,0.08,0.6990,0.04,0.6021 composes,composes,3,3,3,3,0.06,0.6021,0.04,0.6021 comprises,comprises,4,3,4,3,0.08,0.6990,0.04,0.6021 Comptroller,comptroller,3,3,1,1,0.06,0.6021,0.04,0.6021 compulsives,compulsives,3,3,3,3,0.06,0.6021,0.04,0.6021 compunctious,compunctious,3,3,3,3,0.06,0.6021,0.04,0.6021 conc,conc,3,3,3,3,0.06,0.6021,0.04,0.6021 conceptualize,conceptualize,3,3,3,3,0.06,0.6021,0.04,0.6021 conceptualized,conceptualized,3,3,3,3,0.06,0.6021,0.04,0.6021 concerted,concerted,3,3,3,3,0.06,0.6021,0.04,0.6021 concisely,concisely,3,3,3,3,0.06,0.6021,0.04,0.6021 concoctions,concoctions,3,3,3,3,0.06,0.6021,0.04,0.6021 concomitant,concomitant,3,3,2,2,0.06,0.6021,0.04,0.6021 condensers,condensers,8,3,8,3,0.16,0.9542,0.04,0.6021 condensing,condensing,5,3,5,3,0.10,0.7782,0.04,0.6021 condescended,condescended,3,3,3,3,0.06,0.6021,0.04,0.6021 conductivity,conductivity,3,3,3,3,0.06,0.6021,0.04,0.6021 condyle,condyle,3,3,3,3,0.06,0.6021,0.04,0.6021 conf,conf,5,3,5,3,0.10,0.7782,0.04,0.6021 confectionary,confectionary,16,3,10,3,0.31,1.2304,0.04,0.6021 confiscates,confiscates,3,3,3,3,0.06,0.6021,0.04,0.6021 confusions,confusions,3,3,2,2,0.06,0.6021,0.04,0.6021 Conger,conger,5,3,1,1,0.10,0.7782,0.04,0.6021 congregants,congregants,3,3,3,3,0.06,0.6021,0.04,0.6021 congresswoman,congresswoman,16,3,11,3,0.31,1.2304,0.04,0.6021 conic,conic,3,3,3,3,0.06,0.6021,0.04,0.6021 conjectures,conjectures,3,3,3,3,0.06,0.6021,0.04,0.6021 conman,conman,4,3,4,3,0.08,0.6990,0.04,0.6021 connived,connived,3,3,3,3,0.06,0.6021,0.04,0.6021 connoisseurs,connoisseurs,3,3,3,3,0.06,0.6021,0.04,0.6021 Conquistadores,conquistadores,3,3,0,0,0.06,0.6021,0.04,0.6021 conquistadors,conquistadors,3,3,3,3,0.06,0.6021,0.04,0.6021 conscript,conscript,3,3,3,3,0.06,0.6021,0.04,0.6021 conservatories,conservatories,5,3,4,3,0.10,0.7782,0.04,0.6021 consignee,consignee,3,3,3,3,0.06,0.6021,0.04,0.6021 consigning,consigning,3,3,3,3,0.06,0.6021,0.04,0.6021 consistencies,consistencies,4,3,4,3,0.08,0.6990,0.04,0.6021 consoles,consoles,3,3,3,3,0.06,0.6021,0.04,0.6021 conspicuously,conspicuously,3,3,3,3,0.06,0.6021,0.04,0.6021 constitutions,constitutions,3,3,3,3,0.06,0.6021,0.04,0.6021 constrains,constrains,3,3,3,3,0.06,0.6021,0.04,0.6021 consummating,consummating,3,3,3,3,0.06,0.6021,0.04,0.6021 cont,cont,3,3,3,3,0.06,0.6021,0.04,0.6021 contaminates,contaminates,3,3,3,3,0.06,0.6021,0.04,0.6021 contemplates,contemplates,3,3,3,3,0.06,0.6021,0.04,0.6021 contemptuously,contemptuously,3,3,3,3,0.06,0.6021,0.04,0.6021 contin,contin,3,3,2,2,0.06,0.6021,0.04,0.6021 contortion,contortion,4,3,2,2,0.08,0.6990,0.04,0.6021 contortions,contortions,3,3,3,3,0.06,0.6021,0.04,0.6021 contraindications,contraindications,3,3,2,2,0.06,0.6021,0.04,0.6021 contravention,contravention,3,3,3,3,0.06,0.6021,0.04,0.6021 contributory,contributory,3,3,3,3,0.06,0.6021,0.04,0.6021 contrivances,contrivances,3,3,3,3,0.06,0.6021,0.04,0.6021 controling,controling,3,3,3,3,0.06,0.6021,0.04,0.6021 controversies,controversies,3,3,3,3,0.06,0.6021,0.04,0.6021 conv,conv,3,3,3,3,0.06,0.6021,0.04,0.6021 convalesce,convalesce,3,3,3,3,0.06,0.6021,0.04,0.6021 conventionality,conventionality,4,3,2,2,0.08,0.6990,0.04,0.6021 conviviality,conviviality,4,3,4,3,0.08,0.6990,0.04,0.6021 cookware,cookware,6,3,5,3,0.12,0.8451,0.04,0.6021 coolants,coolants,3,3,3,3,0.06,0.6021,0.04,0.6021 Cooly,cooly,14,3,2,2,0.27,1.1761,0.04,0.6021 coonskin,coonskin,5,3,5,3,0.10,0.7782,0.04,0.6021 Copasetic,copasetic,6,3,2,2,0.12,0.8451,0.04,0.6021 copiers,copiers,3,3,3,3,0.06,0.6021,0.04,0.6021 copperheads,copperheads,3,3,3,3,0.06,0.6021,0.04,0.6021 Coquilles,coquilles,6,3,2,1,0.12,0.8451,0.04,0.6021 Corbeau,corbeau,3,3,0,0,0.06,0.6021,0.04,0.6021 corkboard,corkboard,3,3,3,3,0.06,0.6021,0.04,0.6021 corking,corking,3,3,3,3,0.06,0.6021,0.04,0.6021 cormorant,cormorant,5,3,3,1,0.10,0.7782,0.04,0.6021 corniest,corniest,3,3,3,3,0.06,0.6021,0.04,0.6021 Corr,corr,3,3,1,1,0.06,0.6021,0.04,0.6021 corralling,corralling,3,3,2,2,0.06,0.6021,0.04,0.6021 correlates,correlates,3,3,3,3,0.06,0.6021,0.04,0.6021 corroding,corroding,3,3,3,3,0.06,0.6021,0.04,0.6021 corticosteroids,corticosteroids,8,3,7,2,0.16,0.9542,0.04,0.6021 corundum,corundum,3,3,3,3,0.06,0.6021,0.04,0.6021 Corvus,corvus,3,3,0,0,0.06,0.6021,0.04,0.6021 cose,cose,6,3,6,3,0.12,0.8451,0.04,0.6021 cosmonauts,cosmonauts,10,3,7,1,0.20,1.0414,0.04,0.6021 costliest,costliest,3,3,3,3,0.06,0.6021,0.04,0.6021 Cote,cote,3,3,0,0,0.06,0.6021,0.04,0.6021 coterie,coterie,3,3,3,3,0.06,0.6021,0.04,0.6021 cotillions,cotillions,3,3,2,2,0.06,0.6021,0.04,0.6021 cotta,cotta,4,3,4,3,0.08,0.6990,0.04,0.6021 cottonmouths,cottonmouths,6,3,6,3,0.12,0.8451,0.04,0.6021 cottony,cottony,3,3,2,2,0.06,0.6021,0.04,0.6021 couldst,couldst,6,3,5,3,0.12,0.8451,0.04,0.6021 Councilor,councilor,9,3,3,2,0.18,1.0000,0.04,0.6021 Councilwoman,councilwoman,7,3,3,2,0.14,0.9031,0.04,0.6021 counterattacked,counterattacked,4,3,4,3,0.08,0.6990,0.04,0.6021 counterfeiter,counterfeiter,5,3,5,3,0.10,0.7782,0.04,0.6021 countering,countering,3,3,3,3,0.06,0.6021,0.04,0.6021 counterinsurgency,counterinsurgency,3,3,2,2,0.06,0.6021,0.04,0.6021 counterintuitive,counterintuitive,3,3,3,3,0.06,0.6021,0.04,0.6021 counterproposal,counterproposal,3,3,3,3,0.06,0.6021,0.04,0.6021 counterrevolutionary,counterrevolutionary,6,3,6,3,0.12,0.8451,0.04,0.6021 countertraction,countertraction,3,3,3,3,0.06,0.6021,0.04,0.6021 countywide,countywide,5,3,5,3,0.10,0.7782,0.04,0.6021 coupler,coupler,4,3,4,3,0.08,0.6990,0.04,0.6021 courtships,courtships,3,3,3,3,0.06,0.6021,0.04,0.6021 covalent,covalent,5,3,5,3,0.10,0.7782,0.04,0.6021 covens,covens,5,3,4,3,0.10,0.7782,0.04,0.6021 coverall,coverall,3,3,3,3,0.06,0.6021,0.04,0.6021 coverings,coverings,4,3,4,3,0.08,0.6990,0.04,0.6021 coverup,coverup,4,3,4,3,0.08,0.6990,0.04,0.6021 Covey,covey,31,3,2,2,0.61,1.5051,0.04,0.6021 coxcomb,coxcomb,4,3,4,3,0.08,0.6990,0.04,0.6021 coyly,coyly,3,3,3,3,0.06,0.6021,0.04,0.6021 cozies,cozies,3,3,3,3,0.06,0.6021,0.04,0.6021 Cq,cq,16,3,0,0,0.31,1.2304,0.04,0.6021 crappier,crappier,3,3,3,3,0.06,0.6021,0.04,0.6021 crating,crating,3,3,3,3,0.06,0.6021,0.04,0.6021 crawlies,crawlies,6,3,6,3,0.12,0.8451,0.04,0.6021 crediting,crediting,3,3,3,3,0.06,0.6021,0.04,0.6021 credulity,credulity,3,3,3,3,0.06,0.6021,0.04,0.6021 Cree,cree,4,3,0,0,0.08,0.6990,0.04,0.6021 Crees,crees,6,3,1,1,0.12,0.8451,0.04,0.6021 cremating,cremating,4,3,4,3,0.08,0.6990,0.04,0.6021 Cressida,cressida,6,3,0,0,0.12,0.8451,0.04,0.6021 Crested,crested,5,3,2,2,0.10,0.7782,0.04,0.6021 crevasse,crevasse,3,3,3,3,0.06,0.6021,0.04,0.6021 cribbed,cribbed,3,3,3,3,0.06,0.6021,0.04,0.6021 cribbing,cribbing,3,3,3,3,0.06,0.6021,0.04,0.6021 criminologists,criminologists,3,3,3,3,0.06,0.6021,0.04,0.6021 crimping,crimping,3,3,3,3,0.06,0.6021,0.04,0.6021 crinkled,crinkled,3,3,3,3,0.06,0.6021,0.04,0.6021 crinkles,crinkles,5,3,5,3,0.10,0.7782,0.04,0.6021 criollo,criollo,7,3,6,2,0.14,0.9031,0.04,0.6021 crocheted,crocheted,3,3,3,3,0.06,0.6021,0.04,0.6021 crochets,crochets,4,3,2,2,0.08,0.6990,0.04,0.6021 crocks,crocks,3,3,3,3,0.06,0.6021,0.04,0.6021 crois,crois,3,3,3,3,0.06,0.6021,0.04,0.6021 crones,crones,3,3,3,3,0.06,0.6021,0.04,0.6021 crookedest,crookedest,3,3,3,3,0.06,0.6021,0.04,0.6021 crooned,crooned,3,3,3,3,0.06,0.6021,0.04,0.6021 Cropper,cropper,15,3,1,1,0.29,1.2041,0.04,0.6021 crossbows,crossbows,4,3,4,3,0.08,0.6990,0.04,0.6021 crossbreeding,crossbreeding,4,3,4,3,0.08,0.6990,0.04,0.6021 crosscheck,crosscheck,4,3,4,3,0.08,0.6990,0.04,0.6021 crossly,crossly,3,3,3,3,0.06,0.6021,0.04,0.6021 Croton,croton,4,3,0,0,0.08,0.6990,0.04,0.6021 croute,croute,3,3,3,3,0.06,0.6021,0.04,0.6021 Croydon,croydon,3,3,0,0,0.06,0.6021,0.04,0.6021 cru,cru,3,3,2,2,0.06,0.6021,0.04,0.6021 cruder,cruder,4,3,4,3,0.08,0.6990,0.04,0.6021 crudest,crudest,3,3,3,3,0.06,0.6021,0.04,0.6021 crumbed,crumbed,3,3,3,3,0.06,0.6021,0.04,0.6021 crummiest,crummiest,3,3,3,3,0.06,0.6021,0.04,0.6021 Crump,crump,5,3,1,1,0.10,0.7782,0.04,0.6021 crunk,crunk,5,3,4,3,0.10,0.7782,0.04,0.6021 crystallization,crystallization,7,3,7,3,0.14,0.9031,0.04,0.6021 cuarto,cuarto,3,3,3,3,0.06,0.6021,0.04,0.6021 cuing,cuing,3,3,3,3,0.06,0.6021,0.04,0.6021 Cuisines,cuisines,3,3,1,1,0.06,0.6021,0.04,0.6021 Cul,cul,4,3,1,1,0.08,0.6990,0.04,0.6021 Culp,culp,18,3,0,0,0.35,1.2788,0.04,0.6021 cultivates,cultivates,3,3,3,3,0.06,0.6021,0.04,0.6021 cultivator,cultivator,5,3,4,3,0.10,0.7782,0.04,0.6021 cultureless,cultureless,3,3,3,3,0.06,0.6021,0.04,0.6021 cums,cums,3,3,3,3,0.06,0.6021,0.04,0.6021 Cupids,cupids,4,3,1,1,0.08,0.6990,0.04,0.6021 Curdled,curdled,8,3,3,2,0.16,0.9542,0.04,0.6021 Curies,curies,6,3,2,2,0.12,0.8451,0.04,0.6021 currencies,currencies,3,3,3,3,0.06,0.6021,0.04,0.6021 curricular,curricular,3,3,3,3,0.06,0.6021,0.04,0.6021 curried,curried,3,3,3,3,0.06,0.6021,0.04,0.6021 currying,currying,3,3,3,3,0.06,0.6021,0.04,0.6021 cursor,cursor,3,3,3,3,0.06,0.6021,0.04,0.6021 curst,curst,7,3,6,2,0.14,0.9031,0.04,0.6021 curtained,curtained,3,3,3,3,0.06,0.6021,0.04,0.6021 curtsey,curtsey,8,3,7,3,0.16,0.9542,0.04,0.6021 customarily,customarily,3,3,2,2,0.06,0.6021,0.04,0.6021 cutaneous,cutaneous,3,3,2,2,0.06,0.6021,0.04,0.6021 cutey,cutey,3,3,3,3,0.06,0.6021,0.04,0.6021 Cutlasses,cutlasses,3,3,1,1,0.06,0.6021,0.04,0.6021 Cyan,cyan,9,3,2,2,0.18,1.0000,0.04,0.6021 cybernetics,cybernetics,4,3,2,1,0.08,0.6990,0.04,0.6021 cyclones,cyclones,3,3,2,2,0.06,0.6021,0.04,0.6021 cynically,cynically,6,3,3,2,0.12,0.8451,0.04,0.6021 dabbles,dabbles,4,3,2,2,0.08,0.6990,0.04,0.6021 dachshunds,dachshunds,3,3,3,3,0.06,0.6021,0.04,0.6021 Dae,dae,3,3,1,1,0.06,0.6021,0.04,0.6021 Dagon,dagon,19,3,0,0,0.37,1.3010,0.04,0.6021 daguerreotype,daguerreotype,4,3,2,2,0.08,0.6990,0.04,0.6021 daintily,daintily,3,3,2,2,0.06,0.6021,0.04,0.6021 daintiness,daintiness,3,3,3,3,0.06,0.6021,0.04,0.6021 damnably,damnably,3,3,3,3,0.06,0.6021,0.04,0.6021 dampens,dampens,3,3,2,2,0.06,0.6021,0.04,0.6021 danceable,danceable,4,3,4,3,0.08,0.6990,0.04,0.6021 Danner,danner,6,3,0,0,0.12,0.8451,0.04,0.6021 daringly,daringly,3,3,3,3,0.06,0.6021,0.04,0.6021 darks,darks,3,3,2,2,0.06,0.6021,0.04,0.6021 darter,darter,5,3,5,3,0.10,0.7782,0.04,0.6021 dau,dau,10,3,7,2,0.20,1.0414,0.04,0.6021 Davenports,davenports,3,3,1,1,0.06,0.6021,0.04,0.6021 daybook,daybook,3,3,3,3,0.06,0.6021,0.04,0.6021 daydreamed,daydreamed,3,3,3,3,0.06,0.6021,0.04,0.6021 daydreamer,daydreamer,4,3,2,2,0.08,0.6990,0.04,0.6021 Deadeye,deadeye,3,3,0,0,0.06,0.6021,0.04,0.6021 deadheads,deadheads,3,3,3,3,0.06,0.6021,0.04,0.6021 deadlock,deadlock,4,3,3,3,0.08,0.6990,0.04,0.6021 deafened,deafened,3,3,3,3,0.06,0.6021,0.04,0.6021 Deans,deans,3,3,1,1,0.06,0.6021,0.04,0.6021 debasing,debasing,3,3,3,3,0.06,0.6021,0.04,0.6021 debauch,debauch,3,3,2,2,0.06,0.6021,0.04,0.6021 debentures,debentures,3,3,3,3,0.06,0.6021,0.04,0.6021 debride,debride,3,3,2,2,0.06,0.6021,0.04,0.6021 debriefings,debriefings,3,3,3,3,0.06,0.6021,0.04,0.6021 debunked,debunked,3,3,3,3,0.06,0.6021,0.04,0.6021 debuted,debuted,3,3,3,3,0.06,0.6021,0.04,0.6021 decal,decal,6,3,6,3,0.12,0.8451,0.04,0.6021 Decalogue,decalogue,3,3,0,0,0.06,0.6021,0.04,0.6021 decapitations,decapitations,3,3,2,2,0.06,0.6021,0.04,0.6021 decimation,decimation,4,3,4,3,0.08,0.6990,0.04,0.6021 declaratory,declaratory,4,3,4,3,0.08,0.6990,0.04,0.6021 decomposes,decomposes,4,3,4,3,0.08,0.6990,0.04,0.6021 decubitus,decubitus,3,3,3,3,0.06,0.6021,0.04,0.6021 dedicates,dedicates,3,3,3,3,0.06,0.6021,0.04,0.6021 deeded,deeded,3,3,3,3,0.06,0.6021,0.04,0.6021 deejays,deejays,7,3,7,3,0.14,0.9031,0.04,0.6021 deepened,deepened,3,3,3,3,0.06,0.6021,0.04,0.6021 deepwater,deepwater,3,3,2,2,0.06,0.6021,0.04,0.6021 defamatory,defamatory,3,3,3,3,0.06,0.6021,0.04,0.6021 defaulted,defaulted,4,3,4,3,0.08,0.6990,0.04,0.6021 defaulting,defaulting,3,3,2,2,0.06,0.6021,0.04,0.6021 defeatism,defeatism,3,3,3,3,0.06,0.6021,0.04,0.6021 defecation,defecation,3,3,3,3,0.06,0.6021,0.04,0.6021 deferential,deferential,5,3,5,3,0.10,0.7782,0.04,0.6021 defiantly,defiantly,3,3,2,2,0.06,0.6021,0.04,0.6021 defibrillated,defibrillated,3,3,3,3,0.06,0.6021,0.04,0.6021 deflation,deflation,3,3,3,3,0.06,0.6021,0.04,0.6021 Deforest,deforest,7,3,0,0,0.14,0.9031,0.04,0.6021 defroster,defroster,4,3,4,3,0.08,0.6990,0.04,0.6021 degeneracy,degeneracy,3,3,3,3,0.06,0.6021,0.04,0.6021 deigned,deigned,3,3,3,3,0.06,0.6021,0.04,0.6021 delectation,delectation,3,3,3,3,0.06,0.6021,0.04,0.6021 Delft,delft,10,3,2,1,0.20,1.0414,0.04,0.6021 delicates,delicates,4,3,4,3,0.08,0.6990,0.04,0.6021 deliverer,deliverer,4,3,3,2,0.08,0.6990,0.04,0.6021 Delphine,delphine,15,3,0,0,0.29,1.2041,0.04,0.6021 Delves,delves,3,3,1,1,0.06,0.6021,0.04,0.6021 demagogue,demagogue,3,3,2,2,0.06,0.6021,0.04,0.6021 dematerialize,dematerialize,3,3,2,2,0.06,0.6021,0.04,0.6021 democratically,democratically,6,3,6,3,0.12,0.8451,0.04,0.6021 demonology,demonology,5,3,4,3,0.10,0.7782,0.04,0.6021 demoralize,demoralize,3,3,3,3,0.06,0.6021,0.04,0.6021 demoralizes,demoralizes,3,3,2,2,0.06,0.6021,0.04,0.6021 demotic,demotic,3,3,3,3,0.06,0.6021,0.04,0.6021 demoting,demoting,3,3,3,3,0.06,0.6021,0.04,0.6021 demurrer,demurrer,4,3,2,1,0.08,0.6990,0.04,0.6021 Dengue,dengue,4,3,1,1,0.08,0.6990,0.04,0.6021 denigrates,denigrates,3,3,3,3,0.06,0.6021,0.04,0.6021 denigrating,denigrating,3,3,3,3,0.06,0.6021,0.04,0.6021 densest,densest,3,3,3,3,0.06,0.6021,0.04,0.6021 densitometer,densitometer,3,3,3,3,0.06,0.6021,0.04,0.6021 deodorants,deodorants,3,3,2,2,0.06,0.6021,0.04,0.6021 dependants,dependants,3,3,3,3,0.06,0.6021,0.04,0.6021 depopulate,depopulate,3,3,3,3,0.06,0.6021,0.04,0.6021 depravation,depravation,3,3,3,3,0.06,0.6021,0.04,0.6021 deprave,deprave,3,3,3,3,0.06,0.6021,0.04,0.6021 deprives,deprives,4,3,4,3,0.08,0.6990,0.04,0.6021 deprogrammer,deprogrammer,3,3,3,3,0.06,0.6021,0.04,0.6021 deprogramming,deprogramming,3,3,2,2,0.06,0.6021,0.04,0.6021 deputation,deputation,3,3,3,3,0.06,0.6021,0.04,0.6021 deputise,deputise,3,3,3,3,0.06,0.6021,0.04,0.6021 deputised,deputised,3,3,3,3,0.06,0.6021,0.04,0.6021 derbies,derbies,3,3,2,2,0.06,0.6021,0.04,0.6021 deregulation,deregulation,3,3,3,3,0.06,0.6021,0.04,0.6021 derided,derided,3,3,3,3,0.06,0.6021,0.04,0.6021 derivatives,derivatives,3,3,3,3,0.06,0.6021,0.04,0.6021 dermatitis,dermatitis,4,3,4,3,0.08,0.6990,0.04,0.6021 dermatological,dermatological,3,3,3,3,0.06,0.6021,0.04,0.6021 dermis,dermis,3,3,3,3,0.06,0.6021,0.04,0.6021 Dern,dern,5,3,2,1,0.10,0.7782,0.04,0.6021 Derricks,derricks,4,3,1,1,0.08,0.6990,0.04,0.6021 Descartes,descartes,10,3,0,0,0.20,1.0414,0.04,0.6021 descender,descender,3,3,3,3,0.06,0.6021,0.04,0.6021 desensitization,desensitization,3,3,2,2,0.06,0.6021,0.04,0.6021 desertions,desertions,3,3,3,3,0.06,0.6021,0.04,0.6021 designations,designations,3,3,3,3,0.06,0.6021,0.04,0.6021 desolated,desolated,3,3,2,2,0.06,0.6021,0.04,0.6021 despatch,despatch,3,3,3,3,0.06,0.6021,0.04,0.6021 despondency,despondency,3,3,2,2,0.06,0.6021,0.04,0.6021 despotism,despotism,3,3,3,3,0.06,0.6021,0.04,0.6021 despots,despots,3,3,3,3,0.06,0.6021,0.04,0.6021 Detaching,detaching,3,3,1,1,0.06,0.6021,0.04,0.6021 Detente,detente,3,3,1,1,0.06,0.6021,0.04,0.6021 detentions,detentions,3,3,3,3,0.06,0.6021,0.04,0.6021 dethrone,dethrone,5,3,5,3,0.10,0.7782,0.04,0.6021 detoured,detoured,3,3,3,3,0.06,0.6021,0.04,0.6021 detoxify,detoxify,3,3,3,3,0.06,0.6021,0.04,0.6021 deva,deva,6,3,3,1,0.12,0.8451,0.04,0.6021 devalues,devalues,3,3,3,3,0.06,0.6021,0.04,0.6021 devant,devant,4,3,3,2,0.08,0.6990,0.04,0.6021 developmentally,developmentally,3,3,3,3,0.06,0.6021,0.04,0.6021 deviance,deviance,3,3,3,3,0.06,0.6021,0.04,0.6021 deviating,deviating,3,3,3,3,0.06,0.6021,0.04,0.6021 devotedly,devotedly,3,3,2,2,0.06,0.6021,0.04,0.6021 dextroamphetamine,dextroamphetamine,4,3,4,3,0.08,0.6990,0.04,0.6021 diabolically,diabolically,3,3,3,3,0.06,0.6021,0.04,0.6021 dialectical,dialectical,4,3,4,3,0.08,0.6990,0.04,0.6021 diamante,diamante,3,3,2,2,0.06,0.6021,0.04,0.6021 diapering,diapering,4,3,3,2,0.08,0.6990,0.04,0.6021 Diavolo,diavolo,29,3,0,0,0.57,1.4771,0.04,0.6021 Dibble,dibble,4,3,0,0,0.08,0.6990,0.04,0.6021 dicer,dicer,3,3,3,3,0.06,0.6021,0.04,0.6021 Dickensian,dickensian,4,3,0,0,0.08,0.6990,0.04,0.6021 diddled,diddled,5,3,5,3,0.10,0.7782,0.04,0.6021 diel,diel,4,3,3,2,0.08,0.6990,0.04,0.6021 dietician,dietician,3,3,3,3,0.06,0.6021,0.04,0.6021 dietitian,dietitian,3,3,3,3,0.06,0.6021,0.04,0.6021 diffuser,diffuser,7,3,7,3,0.14,0.9031,0.04,0.6021 diffuses,diffuses,3,3,3,3,0.06,0.6021,0.04,0.6021 digests,digests,3,3,3,3,0.06,0.6021,0.04,0.6021 dignifying,dignifying,4,3,4,3,0.08,0.6990,0.04,0.6021 digressing,digressing,3,3,3,3,0.06,0.6021,0.04,0.6021 digression,digression,3,3,3,3,0.06,0.6021,0.04,0.6021 dilettantes,dilettantes,4,3,4,3,0.08,0.6990,0.04,0.6021 Dimethyl,dimethyl,7,3,2,2,0.14,0.9031,0.04,0.6021 dimmest,dimmest,3,3,3,3,0.06,0.6021,0.04,0.6021 dinettes,dinettes,3,3,2,2,0.06,0.6021,0.04,0.6021 dingdong,dingdong,3,3,3,3,0.06,0.6021,0.04,0.6021 Dingman,dingman,8,3,0,0,0.16,0.9542,0.04,0.6021 dinos,dinos,8,3,7,2,0.16,0.9542,0.04,0.6021 dint,dint,4,3,4,3,0.08,0.6990,0.04,0.6021 diodes,diodes,3,3,3,3,0.06,0.6021,0.04,0.6021 Dionysus,dionysus,7,3,0,0,0.14,0.9031,0.04,0.6021 Dioxin,dioxin,5,3,2,2,0.10,0.7782,0.04,0.6021 dioxins,dioxins,3,3,3,3,0.06,0.6021,0.04,0.6021 directionless,directionless,4,3,2,2,0.08,0.6990,0.04,0.6021 directorship,directorship,3,3,3,3,0.06,0.6021,0.04,0.6021 direst,direst,3,3,3,3,0.06,0.6021,0.04,0.6021 disarranged,disarranged,3,3,3,3,0.06,0.6021,0.04,0.6021 disassembling,disassembling,3,3,2,2,0.06,0.6021,0.04,0.6021 disassembly,disassembly,3,3,3,3,0.06,0.6021,0.04,0.6021 disbeliever,disbeliever,4,3,4,3,0.08,0.6990,0.04,0.6021 disbelievers,disbelievers,3,3,3,3,0.06,0.6021,0.04,0.6021 disbursement,disbursement,4,3,4,3,0.08,0.6990,0.04,0.6021 discarding,discarding,3,3,3,3,0.06,0.6021,0.04,0.6021 disclaimers,disclaimers,3,3,3,3,0.06,0.6021,0.04,0.6021 disclosures,disclosures,3,3,3,3,0.06,0.6021,0.04,0.6021 discombobulated,discombobulated,4,3,3,3,0.08,0.6990,0.04,0.6021 discomforts,discomforts,3,3,3,3,0.06,0.6021,0.04,0.6021 disconnecting,disconnecting,3,3,3,3,0.06,0.6021,0.04,0.6021 disdainful,disdainful,3,3,2,2,0.06,0.6021,0.04,0.6021 disembarked,disembarked,3,3,3,3,0.06,0.6021,0.04,0.6021 disembowelling,disembowelling,4,3,4,3,0.08,0.6990,0.04,0.6021 disembowelment,disembowelment,3,3,3,3,0.06,0.6021,0.04,0.6021 disentangle,disentangle,3,3,3,3,0.06,0.6021,0.04,0.6021 disfavor,disfavor,3,3,3,3,0.06,0.6021,0.04,0.6021 disgraces,disgraces,3,3,3,3,0.06,0.6021,0.04,0.6021 dishtowels,dishtowels,3,3,3,3,0.06,0.6021,0.04,0.6021 disinclined,disinclined,3,3,3,3,0.06,0.6021,0.04,0.6021 disinfecting,disinfecting,3,3,3,3,0.06,0.6021,0.04,0.6021 disinfection,disinfection,4,3,2,1,0.08,0.6990,0.04,0.6021 disinfects,disinfects,3,3,3,3,0.06,0.6021,0.04,0.6021 diskette,diskette,15,3,15,3,0.29,1.2041,0.04,0.6021 dispassion,dispassion,3,3,3,3,0.06,0.6021,0.04,0.6021 dispersion,dispersion,3,3,3,3,0.06,0.6021,0.04,0.6021 disposals,disposals,4,3,4,3,0.08,0.6990,0.04,0.6021 disproven,disproven,3,3,3,3,0.06,0.6021,0.04,0.6021 disproves,disproves,3,3,3,3,0.06,0.6021,0.04,0.6021 Disraeli,disraeli,5,3,0,0,0.10,0.7782,0.04,0.6021 dissatisfactions,dissatisfactions,3,3,3,3,0.06,0.6021,0.04,0.6021 disseminating,disseminating,3,3,2,2,0.06,0.6021,0.04,0.6021 dissemination,dissemination,3,3,3,3,0.06,0.6021,0.04,0.6021 dissenters,dissenters,4,3,4,3,0.08,0.6990,0.04,0.6021 dissertations,dissertations,3,3,3,3,0.06,0.6021,0.04,0.6021 dissipating,dissipating,3,3,3,3,0.06,0.6021,0.04,0.6021 dissonance,dissonance,3,3,3,3,0.06,0.6021,0.04,0.6021 Dist,dist,3,3,1,1,0.06,0.6021,0.04,0.6021 distending,distending,3,3,3,3,0.06,0.6021,0.04,0.6021 distressingly,distressingly,3,3,2,2,0.06,0.6021,0.04,0.6021 disuse,disuse,3,3,3,3,0.06,0.6021,0.04,0.6021 ditsy,ditsy,3,3,3,3,0.06,0.6021,0.04,0.6021 ditties,ditties,5,3,5,3,0.10,0.7782,0.04,0.6021 diuresis,diuresis,3,3,3,3,0.06,0.6021,0.04,0.6021 divergence,divergence,3,3,3,3,0.06,0.6021,0.04,0.6021 diversified,diversified,3,3,3,3,0.06,0.6021,0.04,0.6021 diversifying,diversifying,3,3,3,3,0.06,0.6021,0.04,0.6021 divertissement,divertissement,3,3,3,3,0.06,0.6021,0.04,0.6021 divested,divested,3,3,3,3,0.06,0.6021,0.04,0.6021 divination,divination,5,3,5,3,0.10,0.7782,0.04,0.6021 divined,divined,4,3,4,3,0.08,0.6990,0.04,0.6021 divinities,divinities,3,3,2,2,0.06,0.6021,0.04,0.6021 divorcement,divorcement,4,3,2,2,0.08,0.6990,0.04,0.6021 Divot,divot,14,3,3,2,0.27,1.1761,0.04,0.6021 Dobbins,dobbins,9,3,0,0,0.18,1.0000,0.04,0.6021 doctrinal,doctrinal,4,3,4,3,0.08,0.6990,0.04,0.6021 doctrines,doctrines,3,3,3,3,0.06,0.6021,0.04,0.6021 docudrama,docudrama,3,3,3,3,0.06,0.6021,0.04,0.6021 documentarian,documentarian,3,3,3,3,0.06,0.6021,0.04,0.6021 doest,doest,4,3,4,3,0.08,0.6990,0.04,0.6021 dogfish,dogfish,4,3,3,3,0.08,0.6990,0.04,0.6021 doggedly,doggedly,3,3,3,3,0.06,0.6021,0.04,0.6021 doggerel,doggerel,4,3,3,3,0.08,0.6990,0.04,0.6021 dogie,dogie,4,3,4,3,0.08,0.6990,0.04,0.6021 doit,doit,3,3,3,3,0.06,0.6021,0.04,0.6021 dolichocephalic,dolichocephalic,3,3,3,3,0.06,0.6021,0.04,0.6021 dollhouses,dollhouses,3,3,3,3,0.06,0.6021,0.04,0.6021 dolling,dolling,3,3,3,3,0.06,0.6021,0.04,0.6021 dolor,dolor,3,3,3,3,0.06,0.6021,0.04,0.6021 domesticate,domesticate,3,3,3,3,0.06,0.6021,0.04,0.6021 domestics,domestics,3,3,2,2,0.06,0.6021,0.04,0.6021 dominos,dominos,5,3,5,3,0.10,0.7782,0.04,0.6021 donned,donned,3,3,3,3,0.06,0.6021,0.04,0.6021 doodlebug,doodlebug,6,3,6,3,0.12,0.8451,0.04,0.6021 doodler,doodler,3,3,3,3,0.06,0.6021,0.04,0.6021 doohickeys,doohickeys,3,3,3,3,0.06,0.6021,0.04,0.6021 dooms,dooms,3,3,3,3,0.06,0.6021,0.04,0.6021 doorframe,doorframe,3,3,3,3,0.06,0.6021,0.04,0.6021 doorkeeper,doorkeeper,3,3,3,3,0.06,0.6021,0.04,0.6021 doormats,doormats,3,3,2,2,0.06,0.6021,0.04,0.6021 Dop,dop,5,3,1,1,0.10,0.7782,0.04,0.6021 dormouse,dormouse,5,3,4,2,0.10,0.7782,0.04,0.6021 Dort,dort,20,3,0,0,0.39,1.3222,0.04,0.6021 dosh,dosh,4,3,4,3,0.08,0.6990,0.04,0.6021 doublet,doublet,4,3,4,3,0.08,0.6990,0.04,0.6021 doux,doux,3,3,3,3,0.06,0.6021,0.04,0.6021 dovetail,dovetail,4,3,4,3,0.08,0.6990,0.04,0.6021 dovey,dovey,4,3,2,2,0.08,0.6990,0.04,0.6021 downcourt,downcourt,3,3,3,3,0.06,0.6021,0.04,0.6021 downdraught,downdraught,3,3,3,3,0.06,0.6021,0.04,0.6021 downplayed,downplayed,3,3,3,3,0.06,0.6021,0.04,0.6021 downpour,downpour,3,3,3,3,0.06,0.6021,0.04,0.6021 downstair,downstair,3,3,3,3,0.06,0.6021,0.04,0.6021 downstroke,downstroke,3,3,2,2,0.06,0.6021,0.04,0.6021 doxy,doxy,3,3,3,3,0.06,0.6021,0.04,0.6021 doxycycline,doxycycline,3,3,2,2,0.06,0.6021,0.04,0.6021 Dozier,dozier,3,3,0,0,0.06,0.6021,0.04,0.6021 draggy,draggy,4,3,4,3,0.08,0.6990,0.04,0.6021 dragoon,dragoon,3,3,2,2,0.06,0.6021,0.04,0.6021 Dragoons,dragoons,6,3,1,1,0.12,0.8451,0.04,0.6021 drams,drams,3,3,2,2,0.06,0.6021,0.04,0.6021 drapery,drapery,3,3,3,3,0.06,0.6021,0.04,0.6021 dratted,dratted,3,3,3,3,0.06,0.6021,0.04,0.6021 drawstring,drawstring,3,3,3,3,0.06,0.6021,0.04,0.6021 dreg,dreg,4,3,3,2,0.08,0.6990,0.04,0.6021 dressmakers,dressmakers,3,3,3,3,0.06,0.6021,0.04,0.6021 dribs,dribs,3,3,3,3,0.06,0.6021,0.04,0.6021 drinkable,drinkable,4,3,4,3,0.08,0.6990,0.04,0.6021 drinky,drinky,3,3,3,3,0.06,0.6021,0.04,0.6021 drogue,drogue,7,3,7,3,0.14,0.9031,0.04,0.6021 Droit,droit,3,3,1,1,0.06,0.6021,0.04,0.6021 dromedary,dromedary,4,3,4,3,0.08,0.6990,0.04,0.6021 drooly,drooly,4,3,3,2,0.08,0.6990,0.04,0.6021 drooped,drooped,3,3,3,3,0.06,0.6021,0.04,0.6021 Dropkick,dropkick,3,3,1,1,0.06,0.6021,0.04,0.6021 drosophila,drosophila,4,3,3,3,0.08,0.6990,0.04,0.6021 dross,dross,4,3,4,3,0.08,0.6990,0.04,0.6021 drover,drover,5,3,5,3,0.10,0.7782,0.04,0.6021 drovers,drovers,4,3,3,2,0.08,0.6990,0.04,0.6021 drowse,drowse,3,3,3,3,0.06,0.6021,0.04,0.6021 Dt,dt,3,3,0,0,0.06,0.6021,0.04,0.6021 dubba,dubba,3,3,3,3,0.06,0.6021,0.04,0.6021 Ducal,ducal,27,3,4,3,0.53,1.4472,0.04,0.6021 ducat,ducat,4,3,4,3,0.08,0.6990,0.04,0.6021 ducting,ducting,4,3,4,3,0.08,0.6990,0.04,0.6021 ductwork,ductwork,4,3,4,3,0.08,0.6990,0.04,0.6021 duffs,duffs,3,3,3,3,0.06,0.6021,0.04,0.6021 Dui,dui,3,3,0,0,0.06,0.6021,0.04,0.6021 dullards,dullards,3,3,3,3,0.06,0.6021,0.04,0.6021 dumbing,dumbing,3,3,3,3,0.06,0.6021,0.04,0.6021 Dumbledore,dumbledore,44,3,0,0,0.86,1.6532,0.04,0.6021 dummied,dummied,3,3,3,3,0.06,0.6021,0.04,0.6021 dunghill,dunghill,4,3,4,3,0.08,0.6990,0.04,0.6021 Dunst,dunst,3,3,0,0,0.06,0.6021,0.04,0.6021 dupatta,dupatta,3,3,3,3,0.06,0.6021,0.04,0.6021 Durbar,durbar,3,3,1,1,0.06,0.6021,0.04,0.6021 durians,durians,5,3,5,3,0.10,0.7782,0.04,0.6021 Dvorak,dvorak,3,3,0,0,0.06,0.6021,0.04,0.6021 dwarfed,dwarfed,3,3,3,3,0.06,0.6021,0.04,0.6021 dwindled,dwindled,4,3,4,3,0.08,0.6990,0.04,0.6021 dynamiter,dynamiter,4,3,4,3,0.08,0.6990,0.04,0.6021 dynamiting,dynamiting,4,3,4,3,0.08,0.6990,0.04,0.6021 dysfunctions,dysfunctions,3,3,3,3,0.06,0.6021,0.04,0.6021 dyspnea,dyspnea,3,3,3,3,0.06,0.6021,0.04,0.6021 Dz,dz,6,3,0,0,0.12,0.8451,0.04,0.6021 earflaps,earflaps,3,3,3,3,0.06,0.6021,0.04,0.6021 earmark,earmark,3,3,3,3,0.06,0.6021,0.04,0.6021 earnestness,earnestness,3,3,3,3,0.06,0.6021,0.04,0.6021 earpieces,earpieces,3,3,3,3,0.06,0.6021,0.04,0.6021 earplug,earplug,3,3,3,3,0.06,0.6021,0.04,0.6021 earthen,earthen,3,3,3,3,0.06,0.6021,0.04,0.6021 earthward,earthward,3,3,3,3,0.06,0.6021,0.04,0.6021 easterner,easterner,3,3,2,2,0.06,0.6021,0.04,0.6021 eateries,eateries,3,3,2,2,0.06,0.6021,0.04,0.6021 ebbing,ebbing,3,3,3,3,0.06,0.6021,0.04,0.6021 eccentrics,eccentrics,3,3,3,3,0.06,0.6021,0.04,0.6021 Echidna,echidna,39,3,0,0,0.76,1.6021,0.04,0.6021 echos,echos,4,3,2,2,0.08,0.6990,0.04,0.6021 Ecole,ecole,4,3,0,0,0.08,0.6990,0.04,0.6021 ecstatically,ecstatically,3,3,3,3,0.06,0.6021,0.04,0.6021 Edelweiss,edelweiss,21,3,0,0,0.41,1.3424,0.04,0.6021 edematous,edematous,3,3,3,3,0.06,0.6021,0.04,0.6021 edgeways,edgeways,3,3,3,3,0.06,0.6021,0.04,0.6021 edify,edify,3,3,3,3,0.06,0.6021,0.04,0.6021 Eds,eds,4,3,0,0,0.08,0.6990,0.04,0.6021 educates,educates,3,3,3,3,0.06,0.6021,0.04,0.6021 effervescence,effervescence,6,3,6,3,0.12,0.8451,0.04,0.6021 effete,effete,3,3,3,3,0.06,0.6021,0.04,0.6021 efficiencies,efficiencies,4,3,3,3,0.08,0.6990,0.04,0.6021 effigies,effigies,3,3,2,2,0.06,0.6021,0.04,0.6021 eggy,eggy,3,3,3,3,0.06,0.6021,0.04,0.6021 eiderdown,eiderdown,3,3,3,3,0.06,0.6021,0.04,0.6021 eidetic,eidetic,3,3,2,2,0.06,0.6021,0.04,0.6021 Eisenberg,eisenberg,4,3,0,0,0.08,0.6990,0.04,0.6021 ejaculator,ejaculator,6,3,6,3,0.12,0.8451,0.04,0.6021 elaborates,elaborates,3,3,3,3,0.06,0.6021,0.04,0.6021 elaboration,elaboration,4,3,4,3,0.08,0.6990,0.04,0.6021 eld,eld,3,3,2,2,0.06,0.6021,0.04,0.6021 electrify,electrify,5,3,4,2,0.10,0.7782,0.04,0.6021 electrochemical,electrochemical,3,3,3,3,0.06,0.6021,0.04,0.6021 electromagnetism,electromagnetism,3,3,2,2,0.06,0.6021,0.04,0.6021 electromagnets,electromagnets,3,3,2,2,0.06,0.6021,0.04,0.6021 electrophoresis,electrophoresis,3,3,3,3,0.06,0.6021,0.04,0.6021 electroplating,electroplating,5,3,4,3,0.10,0.7782,0.04,0.6021 Elegante,elegante,3,3,1,1,0.06,0.6021,0.04,0.6021 Elegy,elegy,3,3,0,0,0.06,0.6021,0.04,0.6021 elev,elev,3,3,2,2,0.06,0.6021,0.04,0.6021 elevating,elevating,3,3,2,2,0.06,0.6021,0.04,0.6021 elevens,elevens,5,3,5,3,0.10,0.7782,0.04,0.6021 elevenses,elevenses,3,3,2,2,0.06,0.6021,0.04,0.6021 elites,elites,3,3,2,2,0.06,0.6021,0.04,0.6021 elling,elling,6,3,6,3,0.12,0.8451,0.04,0.6021 Elysium,elysium,4,3,0,0,0.08,0.6990,0.04,0.6021 embargoes,embargoes,3,3,3,3,0.06,0.6021,0.04,0.6021 embarrassments,embarrassments,3,3,3,3,0.06,0.6021,0.04,0.6021 embellishments,embellishments,3,3,3,3,0.06,0.6021,0.04,0.6021 emitters,emitters,4,3,3,3,0.08,0.6990,0.04,0.6021 emote,emote,3,3,3,3,0.06,0.6021,0.04,0.6021 emotionless,emotionless,3,3,3,3,0.06,0.6021,0.04,0.6021 emotive,emotive,3,3,3,3,0.06,0.6021,0.04,0.6021 empiricist,empiricist,3,3,3,3,0.06,0.6021,0.04,0.6021 emus,emus,4,3,4,3,0.08,0.6990,0.04,0.6021 enamoured,enamoured,3,3,3,3,0.06,0.6021,0.04,0.6021 encapsulate,encapsulate,3,3,3,3,0.06,0.6021,0.04,0.6021 encapsulated,encapsulated,3,3,3,3,0.06,0.6021,0.04,0.6021 encasing,encasing,3,3,3,3,0.06,0.6021,0.04,0.6021 encephalogram,encephalogram,3,3,3,3,0.06,0.6021,0.04,0.6021 encirclement,encirclement,3,3,3,3,0.06,0.6021,0.04,0.6021 encircles,encircles,3,3,3,3,0.06,0.6021,0.04,0.6021 enclave,enclave,3,3,3,3,0.06,0.6021,0.04,0.6021 encloses,encloses,3,3,3,3,0.06,0.6021,0.04,0.6021 enclosures,enclosures,3,3,3,3,0.06,0.6021,0.04,0.6021 encroach,encroach,3,3,3,3,0.06,0.6021,0.04,0.6021 endeared,endeared,3,3,3,3,0.06,0.6021,0.04,0.6021 endears,endears,3,3,3,3,0.06,0.6021,0.04,0.6021 endocarditis,endocarditis,3,3,2,2,0.06,0.6021,0.04,0.6021 Endocrinology,endocrinology,4,3,1,1,0.08,0.6990,0.04,0.6021 endoscopic,endoscopic,4,3,4,3,0.08,0.6990,0.04,0.6021 endotracheal,endotracheal,4,3,3,2,0.08,0.6990,0.04,0.6021 energizing,energizing,3,3,3,3,0.06,0.6021,0.04,0.6021 enforces,enforces,3,3,3,3,0.06,0.6021,0.04,0.6021 engendering,engendering,3,3,3,3,0.06,0.6021,0.04,0.6021 engrams,engrams,7,3,7,3,0.14,0.9031,0.04,0.6021 engulfing,engulfing,3,3,3,3,0.06,0.6021,0.04,0.6021 ennobling,ennobling,4,3,4,3,0.08,0.6990,0.04,0.6021 ensembles,ensembles,3,3,3,3,0.06,0.6021,0.04,0.6021 entendres,entendres,4,3,4,3,0.08,0.6990,0.04,0.6021 entrapped,entrapped,3,3,3,3,0.06,0.6021,0.04,0.6021 entreats,entreats,3,3,3,3,0.06,0.6021,0.04,0.6021 entrusts,entrusts,3,3,3,3,0.06,0.6021,0.04,0.6021 entryways,entryways,3,3,3,3,0.06,0.6021,0.04,0.6021 enunciating,enunciating,3,3,2,2,0.06,0.6021,0.04,0.6021 environmentalism,environmentalism,3,3,2,2,0.06,0.6021,0.04,0.6021 envisions,envisions,3,3,3,3,0.06,0.6021,0.04,0.6021 enzymatic,enzymatic,3,3,2,2,0.06,0.6021,0.04,0.6021 epaulet,epaulet,3,3,3,3,0.06,0.6021,0.04,0.6021 epicondyle,epicondyle,3,3,3,3,0.06,0.6021,0.04,0.6021 epics,epics,3,3,3,3,0.06,0.6021,0.04,0.6021 Epidemiologist,epidemiologist,3,3,1,1,0.06,0.6021,0.04,0.6021 epitomizes,epitomizes,3,3,3,3,0.06,0.6021,0.04,0.6021 epochal,epochal,3,3,3,3,0.06,0.6021,0.04,0.6021 Eppes,eppes,11,3,0,0,0.22,1.0792,0.04,0.6021 equalization,equalization,3,3,2,2,0.06,0.6021,0.04,0.6021 equanimity,equanimity,3,3,3,3,0.06,0.6021,0.04,0.6021 equipping,equipping,3,3,2,2,0.06,0.6021,0.04,0.6021 Equities,equities,3,3,1,1,0.06,0.6021,0.04,0.6021 eradicator,eradicator,3,3,3,3,0.06,0.6021,0.04,0.6021 erat,erat,3,3,3,3,0.06,0.6021,0.04,0.6021 ergonomic,ergonomic,5,3,5,3,0.10,0.7782,0.04,0.6021 Eris,eris,17,3,6,1,0.33,1.2553,0.04,0.6021 Erotically,erotically,3,3,1,1,0.06,0.6021,0.04,0.6021 erudite,erudite,3,3,3,3,0.06,0.6021,0.04,0.6021 erudition,erudition,3,3,3,3,0.06,0.6021,0.04,0.6021 Esc,esc,5,3,1,1,0.10,0.7782,0.04,0.6021 Escadrille,escadrille,9,3,0,0,0.18,1.0000,0.04,0.6021 Escobedo,escobedo,3,3,0,0,0.06,0.6021,0.04,0.6021 escutcheon,escutcheon,3,3,3,3,0.06,0.6021,0.04,0.6021 eses,eses,3,3,3,3,0.06,0.6021,0.04,0.6021 Esperanto,esperanto,5,3,0,0,0.10,0.7782,0.04,0.6021 Esq,esq,3,3,0,0,0.06,0.6021,0.04,0.6021 Etna,etna,3,3,0,0,0.06,0.6021,0.04,0.6021 Etudes,etudes,4,3,1,1,0.08,0.6990,0.04,0.6021 eugenics,eugenics,4,3,4,3,0.08,0.6990,0.04,0.6021 eulogized,eulogized,3,3,3,3,0.06,0.6021,0.04,0.6021 euphemistically,euphemistically,3,3,3,3,0.06,0.6021,0.04,0.6021 euphonious,euphonious,3,3,3,3,0.06,0.6021,0.04,0.6021 Eurydice,eurydice,4,3,0,0,0.08,0.6990,0.04,0.6021 evacuations,evacuations,4,3,3,2,0.08,0.6990,0.04,0.6021 evades,evades,3,3,3,3,0.06,0.6021,0.04,0.6021 Evangelists,evangelists,3,3,1,1,0.06,0.6021,0.04,0.6021 evasiveness,evasiveness,3,3,3,3,0.06,0.6021,0.04,0.6021 Evensong,evensong,4,3,0,0,0.08,0.6990,0.04,0.6021 evert,evert,4,3,2,2,0.08,0.6990,0.04,0.6021 Eves,eves,3,3,0,0,0.06,0.6021,0.04,0.6021 evildoer,evildoer,3,3,3,3,0.06,0.6021,0.04,0.6021 eviler,eviler,3,3,3,3,0.06,0.6021,0.04,0.6021 evilness,evilness,3,3,3,3,0.06,0.6021,0.04,0.6021 evinced,evinced,3,3,3,3,0.06,0.6021,0.04,0.6021 evocation,evocation,4,3,4,3,0.08,0.6990,0.04,0.6021 evoking,evoking,3,3,3,3,0.06,0.6021,0.04,0.6021 exaggerations,exaggerations,3,3,3,3,0.06,0.6021,0.04,0.6021 exaltation,exaltation,3,3,3,3,0.06,0.6021,0.04,0.6021 exalts,exalts,3,3,3,3,0.06,0.6021,0.04,0.6021 excelling,excelling,4,3,4,3,0.08,0.6990,0.04,0.6021 Exchequer,exchequer,5,3,0,0,0.10,0.7782,0.04,0.6021 excitation,excitation,3,3,3,3,0.06,0.6021,0.04,0.6021 Excitingly,excitingly,3,3,1,1,0.06,0.6021,0.04,0.6021 exclaimed,exclaimed,3,3,3,3,0.06,0.6021,0.04,0.6021 exemplify,exemplify,3,3,3,3,0.06,0.6021,0.04,0.6021 exempts,exempts,3,3,3,3,0.06,0.6021,0.04,0.6021 exeunt,exeunt,3,3,2,2,0.06,0.6021,0.04,0.6021 exhalation,exhalation,3,3,3,3,0.06,0.6021,0.04,0.6021 existent,existent,3,3,3,3,0.06,0.6021,0.04,0.6021 exonerates,exonerates,3,3,3,3,0.06,0.6021,0.04,0.6021 exotica,exotica,3,3,3,3,0.06,0.6021,0.04,0.6021 expediently,expediently,3,3,2,2,0.06,0.6021,0.04,0.6021 expediter,expediter,6,3,6,3,0.12,0.8451,0.04,0.6021 expediting,expediting,3,3,3,3,0.06,0.6021,0.04,0.6021 expletives,expletives,3,3,3,3,0.06,0.6021,0.04,0.6021 exploiter,exploiter,3,3,2,2,0.06,0.6021,0.04,0.6021 exploiters,exploiters,3,3,2,2,0.06,0.6021,0.04,0.6021 explorations,explorations,4,3,2,2,0.08,0.6990,0.04,0.6021 exported,exported,3,3,3,3,0.06,0.6021,0.04,0.6021 expressionless,expressionless,3,3,3,3,0.06,0.6021,0.04,0.6021 exterminates,exterminates,3,3,3,3,0.06,0.6021,0.04,0.6021 extinguishes,extinguishes,3,3,3,3,0.06,0.6021,0.04,0.6021 extolling,extolling,3,3,3,3,0.06,0.6021,0.04,0.6021 extortionists,extortionists,3,3,3,3,0.06,0.6021,0.04,0.6021 extraditing,extraditing,3,3,2,2,0.06,0.6021,0.04,0.6021 extrapolated,extrapolated,3,3,3,3,0.06,0.6021,0.04,0.6021 extravagances,extravagances,3,3,3,3,0.06,0.6021,0.04,0.6021 extremism,extremism,3,3,3,3,0.06,0.6021,0.04,0.6021 extroverted,extroverted,3,3,3,3,0.06,0.6021,0.04,0.6021 eyedrop,eyedrop,3,3,3,3,0.06,0.6021,0.04,0.6021 eyeglass,eyeglass,3,3,3,3,0.06,0.6021,0.04,0.6021 eyeless,eyeless,3,3,2,2,0.06,0.6021,0.04,0.6021 eyeshot,eyeshot,3,3,3,3,0.06,0.6021,0.04,0.6021 eyesores,eyesores,3,3,2,2,0.06,0.6021,0.04,0.6021 fabrications,fabrications,3,3,3,3,0.06,0.6021,0.04,0.6021 facades,facades,3,3,3,3,0.06,0.6021,0.04,0.6021 factoid,factoid,3,3,3,3,0.06,0.6021,0.04,0.6021 factually,factually,4,3,4,3,0.08,0.6990,0.04,0.6021 Fadeout,fadeout,3,3,0,0,0.06,0.6021,0.04,0.6021 Fajita,fajita,3,3,1,1,0.06,0.6021,0.04,0.6021 fakirs,fakirs,4,3,3,3,0.08,0.6990,0.04,0.6021 falsification,falsification,3,3,2,2,0.06,0.6021,0.04,0.6021 famille,famille,3,3,3,3,0.06,0.6021,0.04,0.6021 famish,famish,3,3,3,3,0.06,0.6021,0.04,0.6021 fana,fana,4,3,4,3,0.08,0.6990,0.04,0.6021 fantasised,fantasised,3,3,3,3,0.06,0.6021,0.04,0.6021 fantasises,fantasises,4,3,4,3,0.08,0.6990,0.04,0.6021 farmhand,farmhand,3,3,3,3,0.06,0.6021,0.04,0.6021 farmlands,farmlands,3,3,3,3,0.06,0.6021,0.04,0.6021 farrier,farrier,3,3,3,3,0.06,0.6021,0.04,0.6021 fas,fas,7,3,5,2,0.14,0.9031,0.04,0.6021 Fastback,fastback,4,3,1,1,0.08,0.6990,0.04,0.6021 fastballs,fastballs,3,3,3,3,0.06,0.6021,0.04,0.6021 fasts,fasts,3,3,3,3,0.06,0.6021,0.04,0.6021 fatalism,fatalism,4,3,4,3,0.08,0.6990,0.04,0.6021 fatheaded,fatheaded,3,3,3,3,0.06,0.6021,0.04,0.6021 fatheads,fatheads,5,3,5,3,0.10,0.7782,0.04,0.6021 fatiguing,fatiguing,3,3,3,3,0.06,0.6021,0.04,0.6021 fattened,fattened,3,3,3,3,0.06,0.6021,0.04,0.6021 Fatwa,fatwa,9,3,2,1,0.18,1.0000,0.04,0.6021 Faustian,faustian,3,3,0,0,0.06,0.6021,0.04,0.6021 favela,favela,19,3,18,2,0.37,1.3010,0.04,0.6021 fazes,fazes,4,3,4,3,0.08,0.6990,0.04,0.6021 Fc,fc,46,3,0,0,0.90,1.6721,0.04,0.6021 featherhead,featherhead,3,3,2,2,0.06,0.6021,0.04,0.6021 feathering,feathering,3,3,3,3,0.06,0.6021,0.04,0.6021 feely,feely,3,3,2,2,0.06,0.6021,0.04,0.6021 feinted,feinted,4,3,4,3,0.08,0.6990,0.04,0.6021 felicitous,felicitous,4,3,3,3,0.08,0.6990,0.04,0.6021 Feltman,feltman,4,3,0,0,0.08,0.6990,0.04,0.6021 fended,fended,3,3,3,3,0.06,0.6021,0.04,0.6021 Fenian,fenian,7,3,0,0,0.14,0.9031,0.04,0.6021 Fenner,fenner,12,3,0,0,0.24,1.1139,0.04,0.6021 Fennig,fennig,19,3,0,0,0.37,1.3010,0.04,0.6021 Fermi,fermi,3,3,0,0,0.06,0.6021,0.04,0.6021 fescue,fescue,4,3,3,3,0.08,0.6990,0.04,0.6021 festoon,festoon,3,3,3,3,0.06,0.6021,0.04,0.6021 fests,fests,3,3,3,3,0.06,0.6021,0.04,0.6021 fetishism,fetishism,6,3,6,3,0.12,0.8451,0.04,0.6021 fetishistic,fetishistic,3,3,3,3,0.06,0.6021,0.04,0.6021 fetishists,fetishists,3,3,3,3,0.06,0.6021,0.04,0.6021 fetlock,fetlock,4,3,2,2,0.08,0.6990,0.04,0.6021 feverishly,feverishly,3,3,3,3,0.06,0.6021,0.04,0.6021 fiances,fiances,3,3,3,3,0.06,0.6021,0.04,0.6021 fibular,fibular,7,3,7,3,0.14,0.9031,0.04,0.6021 fictionalized,fictionalized,3,3,3,3,0.06,0.6021,0.04,0.6021 fides,fides,3,3,3,3,0.06,0.6021,0.04,0.6021 figura,figura,5,3,4,3,0.10,0.7782,0.04,0.6021 Filch,filch,7,3,1,1,0.14,0.9031,0.04,0.6021 filleting,filleting,3,3,3,3,0.06,0.6021,0.04,0.6021 filmic,filmic,3,3,3,3,0.06,0.6021,0.04,0.6021 filmy,filmy,4,3,3,3,0.08,0.6990,0.04,0.6021 filthiness,filthiness,9,3,8,3,0.18,1.0000,0.04,0.6021 finagled,finagled,3,3,3,3,0.06,0.6021,0.04,0.6021 finales,finales,3,3,3,3,0.06,0.6021,0.04,0.6021 finessing,finessing,5,3,5,3,0.10,0.7782,0.04,0.6021 finishers,finishers,3,3,2,2,0.06,0.6021,0.04,0.6021 finking,finking,3,3,3,3,0.06,0.6021,0.04,0.6021 fireable,fireable,3,3,3,3,0.06,0.6021,0.04,0.6021 Firebase,firebase,3,3,0,0,0.06,0.6021,0.04,0.6021 firebombs,firebombs,3,3,3,3,0.06,0.6021,0.04,0.6021 firefights,firefights,3,3,3,3,0.06,0.6021,0.04,0.6021 firehouses,firehouses,4,3,4,3,0.08,0.6990,0.04,0.6021 firesides,firesides,3,3,3,3,0.06,0.6021,0.04,0.6021 firetraps,firetraps,3,3,3,3,0.06,0.6021,0.04,0.6021 firmware,firmware,3,3,3,3,0.06,0.6021,0.04,0.6021 firs,firs,9,3,5,2,0.18,1.0000,0.04,0.6021 fishmongers,fishmongers,3,3,3,3,0.06,0.6021,0.04,0.6021 fishpond,fishpond,3,3,3,3,0.06,0.6021,0.04,0.6021 fishtailing,fishtailing,3,3,3,3,0.06,0.6021,0.04,0.6021 fistfuls,fistfuls,3,3,3,3,0.06,0.6021,0.04,0.6021 fisting,fisting,3,3,2,2,0.06,0.6021,0.04,0.6021 fisty,fisty,4,3,2,2,0.08,0.6990,0.04,0.6021 fittingly,fittingly,3,3,2,2,0.06,0.6021,0.04,0.6021 fitty,fitty,5,3,4,2,0.10,0.7782,0.04,0.6021 flacks,flacks,3,3,3,3,0.06,0.6021,0.04,0.6021 flagons,flagons,4,3,4,3,0.08,0.6990,0.04,0.6021 flagpoles,flagpoles,3,3,3,3,0.06,0.6021,0.04,0.6021 flameout,flameout,5,3,4,2,0.10,0.7782,0.04,0.6021 flapdoodle,flapdoodle,3,3,3,3,0.06,0.6021,0.04,0.6021 flareup,flareup,3,3,3,3,0.06,0.6021,0.04,0.6021 flashbulb,flashbulb,3,3,3,3,0.06,0.6021,0.04,0.6021 flashcards,flashcards,4,3,4,3,0.08,0.6990,0.04,0.6021 flasks,flasks,3,3,3,3,0.06,0.6021,0.04,0.6021 flatcar,flatcar,5,3,5,3,0.10,0.7782,0.04,0.6021 flatmate,flatmate,3,3,3,3,0.06,0.6021,0.04,0.6021 flattest,flattest,3,3,3,3,0.06,0.6021,0.04,0.6021 Flatworms,flatworms,5,3,2,2,0.10,0.7782,0.04,0.6021 flaunts,flaunts,3,3,3,3,0.06,0.6021,0.04,0.6021 flavorful,flavorful,3,3,3,3,0.06,0.6021,0.04,0.6021 flavoring,flavoring,3,3,3,3,0.06,0.6021,0.04,0.6021 flavouring,flavouring,3,3,3,3,0.06,0.6021,0.04,0.6021 fleer,fleer,4,3,2,2,0.08,0.6990,0.04,0.6021 Fletchers,fletchers,3,3,1,1,0.06,0.6021,0.04,0.6021 flexure,flexure,3,3,3,3,0.06,0.6021,0.04,0.6021 flimflam,flimflam,3,3,3,3,0.06,0.6021,0.04,0.6021 flints,flints,3,3,2,2,0.06,0.6021,0.04,0.6021 flitter,flitter,3,3,2,2,0.06,0.6021,0.04,0.6021 floodwater,floodwater,3,3,3,3,0.06,0.6021,0.04,0.6021 flooey,flooey,4,3,4,3,0.08,0.6990,0.04,0.6021 Flossy,flossy,6,3,1,1,0.12,0.8451,0.04,0.6021 flounders,flounders,3,3,3,3,0.06,0.6021,0.04,0.6021 flouted,flouted,3,3,3,3,0.06,0.6021,0.04,0.6021 flub,flub,3,3,3,3,0.06,0.6021,0.04,0.6021 fluffier,fluffier,3,3,3,3,0.06,0.6021,0.04,0.6021 flume,flume,8,3,6,3,0.16,0.9542,0.04,0.6021 fluster,fluster,3,3,3,3,0.06,0.6021,0.04,0.6021 fluttered,fluttered,3,3,3,3,0.06,0.6021,0.04,0.6021 flyable,flyable,3,3,3,3,0.06,0.6021,0.04,0.6021 flyover,flyover,4,3,4,3,0.08,0.6990,0.04,0.6021 flyovers,flyovers,3,3,3,3,0.06,0.6021,0.04,0.6021 flyweight,flyweight,3,3,2,2,0.06,0.6021,0.04,0.6021 Flywheel,flywheel,24,3,1,1,0.47,1.3979,0.04,0.6021 fobbed,fobbed,3,3,3,3,0.06,0.6021,0.04,0.6021 focussed,focussed,3,3,3,3,0.06,0.6021,0.04,0.6021 fogies,fogies,3,3,3,3,0.06,0.6021,0.04,0.6021 Foll,foll,3,3,1,1,0.06,0.6021,0.04,0.6021 follicular,follicular,3,3,3,3,0.06,0.6021,0.04,0.6021 fooler,fooler,3,3,2,2,0.06,0.6021,0.04,0.6021 footed,footed,3,3,2,2,0.06,0.6021,0.04,0.6021 footmarks,footmarks,5,3,5,3,0.10,0.7782,0.04,0.6021 footpads,footpads,3,3,3,3,0.06,0.6021,0.04,0.6021 footrace,footrace,3,3,3,3,0.06,0.6021,0.04,0.6021 footrest,footrest,5,3,4,3,0.10,0.7782,0.04,0.6021 foppish,foppish,3,3,3,3,0.06,0.6021,0.04,0.6021 fops,fops,3,3,3,3,0.06,0.6021,0.04,0.6021 forebear,forebear,3,3,3,3,0.06,0.6021,0.04,0.6021 forebrain,forebrain,3,3,3,3,0.06,0.6021,0.04,0.6021 forecasted,forecasted,3,3,3,3,0.06,0.6021,0.04,0.6021 foreclosures,foreclosures,6,3,6,3,0.12,0.8451,0.04,0.6021 foreleg,foreleg,3,3,3,3,0.06,0.6021,0.04,0.6021 forepaw,forepaw,5,3,5,3,0.10,0.7782,0.04,0.6021 Forester,forester,3,3,1,1,0.06,0.6021,0.04,0.6021 foresters,foresters,3,3,3,3,0.06,0.6021,0.04,0.6021 foretelling,foretelling,3,3,3,3,0.06,0.6021,0.04,0.6021 forevers,forevers,4,3,4,3,0.08,0.6990,0.04,0.6021 forfend,forfend,4,3,4,3,0.08,0.6990,0.04,0.6021 forma,forma,3,3,3,3,0.06,0.6021,0.04,0.6021 fornicates,fornicates,3,3,2,2,0.06,0.6021,0.04,0.6021 fornications,fornications,3,3,3,3,0.06,0.6021,0.04,0.6021 forsakes,forsakes,3,3,2,2,0.06,0.6021,0.04,0.6021 forsooth,forsooth,3,3,2,2,0.06,0.6021,0.04,0.6021 fortifies,fortifies,3,3,3,3,0.06,0.6021,0.04,0.6021 Fortran,fortran,5,3,0,0,0.10,0.7782,0.04,0.6021 forums,forums,3,3,2,2,0.06,0.6021,0.04,0.6021 forwork,forwork,4,3,4,3,0.08,0.6990,0.04,0.6021 foulard,foulard,4,3,3,2,0.08,0.6990,0.04,0.6021 Fourier,fourier,5,3,0,0,0.10,0.7782,0.04,0.6021 fowling,fowling,3,3,3,3,0.06,0.6021,0.04,0.6021 foxed,foxed,3,3,3,3,0.06,0.6021,0.04,0.6021 foxglove,foxglove,4,3,3,2,0.08,0.6990,0.04,0.6021 foxhunt,foxhunt,3,3,3,3,0.06,0.6021,0.04,0.6021 foxiest,foxiest,3,3,3,3,0.06,0.6021,0.04,0.6021 Fra,fra,7,3,0,0,0.14,0.9031,0.04,0.6021 Fraiser,fraiser,5,3,0,0,0.10,0.7782,0.04,0.6021 framer,framer,3,3,2,2,0.06,0.6021,0.04,0.6021 frangible,frangible,4,3,4,3,0.08,0.6990,0.04,0.6021 Frankensteins,frankensteins,4,3,0,0,0.08,0.6990,0.04,0.6021 fraternization,fraternization,3,3,3,3,0.06,0.6021,0.04,0.6021 freakier,freakier,3,3,3,3,0.06,0.6021,0.04,0.6021 Freckling,freckling,10,3,1,1,0.20,1.0414,0.04,0.6021 freebee,freebee,3,3,3,3,0.06,0.6021,0.04,0.6021 freedmen,freedmen,4,3,2,1,0.08,0.6990,0.04,0.6021 freehand,freehand,4,3,3,3,0.08,0.6990,0.04,0.6021 freemen,freemen,3,3,2,2,0.06,0.6021,0.04,0.6021 freesia,freesia,7,3,6,2,0.14,0.9031,0.04,0.6021 freesias,freesias,4,3,4,3,0.08,0.6990,0.04,0.6021 freethinkers,freethinkers,4,3,3,3,0.08,0.6990,0.04,0.6021 freighting,freighting,3,3,3,3,0.06,0.6021,0.04,0.6021 freights,freights,3,3,3,3,0.06,0.6021,0.04,0.6021 frenetic,frenetic,3,3,3,3,0.06,0.6021,0.04,0.6021 Freya,freya,19,3,0,0,0.37,1.3010,0.04,0.6021 Frig,frig,4,3,1,1,0.08,0.6990,0.04,0.6021 frigidity,frigidity,3,3,2,2,0.06,0.6021,0.04,0.6021 fringed,fringed,3,3,2,2,0.06,0.6021,0.04,0.6021 frivolities,frivolities,3,3,3,3,0.06,0.6021,0.04,0.6021 frivolously,frivolously,3,3,3,3,0.06,0.6021,0.04,0.6021 frizzing,frizzing,3,3,3,3,0.06,0.6021,0.04,0.6021 Frogger,frogger,14,3,0,0,0.27,1.1761,0.04,0.6021 frostings,frostings,3,3,3,3,0.06,0.6021,0.04,0.6021 fructose,fructose,3,3,3,3,0.06,0.6021,0.04,0.6021 frumps,frumps,3,3,3,3,0.06,0.6021,0.04,0.6021 fryers,fryers,3,3,3,3,0.06,0.6021,0.04,0.6021 Fuehrer,fuehrer,6,3,0,0,0.12,0.8451,0.04,0.6021 fulfils,fulfils,3,3,3,3,0.06,0.6021,0.04,0.6021 Fumigating,fumigating,3,3,1,1,0.06,0.6021,0.04,0.6021 fumigation,fumigation,5,3,4,3,0.10,0.7782,0.04,0.6021 functionality,functionality,4,3,3,2,0.08,0.6990,0.04,0.6021 funerary,funerary,3,3,3,3,0.06,0.6021,0.04,0.6021 funfair,funfair,3,3,2,2,0.06,0.6021,0.04,0.6021 fungible,fungible,5,3,5,3,0.10,0.7782,0.04,0.6021 Funks,funks,13,3,2,2,0.25,1.1461,0.04,0.6021 funnelled,funnelled,3,3,2,2,0.06,0.6021,0.04,0.6021 furthered,furthered,4,3,3,2,0.08,0.6990,0.04,0.6021 Fusiliers,fusiliers,5,3,0,0,0.10,0.7782,0.04,0.6021 futilely,futilely,3,3,3,3,0.06,0.6021,0.04,0.6021 futz,futz,3,3,3,3,0.06,0.6021,0.04,0.6021 fuzzier,fuzzier,3,3,3,3,0.06,0.6021,0.04,0.6021 gabbed,gabbed,3,3,3,3,0.06,0.6021,0.04,0.6021 Gabler,gabler,7,3,0,0,0.14,0.9031,0.04,0.6021 Gabon,gabon,8,3,0,0,0.16,0.9542,0.04,0.6021 Gaddis,gaddis,5,3,0,0,0.10,0.7782,0.04,0.6021 gadgetry,gadgetry,3,3,3,3,0.06,0.6021,0.04,0.6021 gadolinium,gadolinium,6,3,6,3,0.12,0.8451,0.04,0.6021 Galatians,galatians,4,3,0,0,0.08,0.6990,0.04,0.6021 galvanised,galvanised,3,3,3,3,0.06,0.6021,0.04,0.6021 galvanizing,galvanizing,5,3,5,3,0.10,0.7782,0.04,0.6021 Gambia,gambia,3,3,0,0,0.06,0.6021,0.04,0.6021 gamey,gamey,3,3,3,3,0.06,0.6021,0.04,0.6021 Gamgee,gamgee,5,3,0,0,0.10,0.7782,0.04,0.6021 gamine,gamine,3,3,3,3,0.06,0.6021,0.04,0.6021 Gannet,gannet,9,3,1,1,0.18,1.0000,0.04,0.6021 gape,gape,3,3,3,3,0.06,0.6021,0.04,0.6021 Gard,gard,15,3,2,2,0.29,1.2041,0.04,0.6021 gargles,gargles,5,3,5,3,0.10,0.7782,0.04,0.6021 garishness,garishness,4,3,4,3,0.08,0.6990,0.04,0.6021 garnets,garnets,4,3,4,3,0.08,0.6990,0.04,0.6021 Garnett,garnett,14,3,0,0,0.27,1.1761,0.04,0.6021 garnished,garnished,4,3,4,3,0.08,0.6990,0.04,0.6021 garrulous,garrulous,5,3,4,3,0.10,0.7782,0.04,0.6021 gasbag,gasbag,3,3,3,3,0.06,0.6021,0.04,0.6021 gatecrashers,gatecrashers,3,3,3,3,0.06,0.6021,0.04,0.6021 Gauleiter,gauleiter,3,3,1,1,0.06,0.6021,0.04,0.6021 gearbox,gearbox,9,3,9,3,0.18,1.0000,0.04,0.6021 Gein,gein,4,3,0,0,0.08,0.6990,0.04,0.6021 Gelatine,gelatine,5,3,2,2,0.10,0.7782,0.04,0.6021 gemstone,gemstone,3,3,3,3,0.06,0.6021,0.04,0.6021 Gena,gena,13,3,0,0,0.25,1.1461,0.04,0.6021 generality,generality,4,3,3,3,0.08,0.6990,0.04,0.6021 gentlemanlike,gentlemanlike,3,3,3,3,0.06,0.6021,0.04,0.6021 gentlewomen,gentlewomen,3,3,2,2,0.06,0.6021,0.04,0.6021 gentrification,gentrification,3,3,2,2,0.06,0.6021,0.04,0.6021 genuflecting,genuflecting,3,3,3,3,0.06,0.6021,0.04,0.6021 geode,geode,3,3,3,3,0.06,0.6021,0.04,0.6021 geographer,geographer,5,3,5,3,0.10,0.7782,0.04,0.6021 geologic,geologic,3,3,3,3,0.06,0.6021,0.04,0.6021 geophysical,geophysical,3,3,3,3,0.06,0.6021,0.04,0.6021 Germantown,germantown,3,3,0,0,0.06,0.6021,0.04,0.6021 germy,germy,3,3,3,3,0.06,0.6021,0.04,0.6021 Gerontology,gerontology,6,3,0,0,0.12,0.8451,0.04,0.6021 gestate,gestate,3,3,3,3,0.06,0.6021,0.04,0.6021 gestating,gestating,4,3,4,3,0.08,0.6990,0.04,0.6021 gestational,gestational,3,3,3,3,0.06,0.6021,0.04,0.6021 gestured,gestured,3,3,3,3,0.06,0.6021,0.04,0.6021 geysers,geysers,3,3,3,3,0.06,0.6021,0.04,0.6021 Ghee,ghee,5,3,1,1,0.10,0.7782,0.04,0.6021 ghosting,ghosting,4,3,4,3,0.08,0.6990,0.04,0.6021 ghostwriter,ghostwriter,3,3,3,3,0.06,0.6021,0.04,0.6021 giantess,giantess,3,3,2,2,0.06,0.6021,0.04,0.6021 giardia,giardia,3,3,2,2,0.06,0.6021,0.04,0.6021 gibbers,gibbers,4,3,3,2,0.08,0.6990,0.04,0.6021 gibes,gibes,3,3,3,3,0.06,0.6021,0.04,0.6021 giddily,giddily,3,3,3,3,0.06,0.6021,0.04,0.6021 Giga,giga,3,3,1,1,0.06,0.6021,0.04,0.6021 gigawatts,gigawatts,3,3,3,3,0.06,0.6021,0.04,0.6021 Gim,gim,5,3,1,1,0.10,0.7782,0.04,0.6021 gimbal,gimbal,7,3,6,2,0.14,0.9031,0.04,0.6021 gimbals,gimbals,4,3,4,3,0.08,0.6990,0.04,0.6021 Gimble,gimble,5,3,2,1,0.10,0.7782,0.04,0.6021 gimcracks,gimcracks,3,3,3,3,0.06,0.6021,0.04,0.6021 gimps,gimps,4,3,4,3,0.08,0.6990,0.04,0.6021 Gingko,gingko,12,3,4,3,0.24,1.1139,0.04,0.6021 girded,girded,4,3,4,3,0.08,0.6990,0.04,0.6021 girlhood,girlhood,3,3,3,3,0.06,0.6021,0.04,0.6021 Gish,gish,6,3,0,0,0.12,0.8451,0.04,0.6021 glace,glace,5,3,5,3,0.10,0.7782,0.04,0.6021 gladiolas,gladiolas,7,3,5,2,0.14,0.9031,0.04,0.6021 glamorizing,glamorizing,3,3,2,2,0.06,0.6021,0.04,0.6021 glassful,glassful,3,3,3,3,0.06,0.6021,0.04,0.6021 Glastonbury,glastonbury,13,3,0,0,0.25,1.1461,0.04,0.6021 gleamed,gleamed,3,3,3,3,0.06,0.6021,0.04,0.6021 gleaned,gleaned,3,3,3,3,0.06,0.6021,0.04,0.6021 Glengarry,glengarry,3,3,0,0,0.06,0.6021,0.04,0.6021 Glenwood,glenwood,3,3,0,0,0.06,0.6021,0.04,0.6021 glibly,glibly,3,3,3,3,0.06,0.6021,0.04,0.6021 glibness,glibness,3,3,3,3,0.06,0.6021,0.04,0.6021 glimpsing,glimpsing,3,3,3,3,0.06,0.6021,0.04,0.6021 glims,glims,3,3,3,3,0.06,0.6021,0.04,0.6021 glinting,glinting,3,3,3,3,0.06,0.6021,0.04,0.6021 glistens,glistens,3,3,3,3,0.06,0.6021,0.04,0.6021 Glor,glor,3,3,0,0,0.06,0.6021,0.04,0.6021 glorification,glorification,3,3,2,2,0.06,0.6021,0.04,0.6021 glossed,glossed,3,3,3,3,0.06,0.6021,0.04,0.6021 gluey,gluey,3,3,2,2,0.06,0.6021,0.04,0.6021 glycoside,glycoside,3,3,3,3,0.06,0.6021,0.04,0.6021 Gnu,gnu,41,3,1,1,0.80,1.6232,0.04,0.6021 goalies,goalies,3,3,3,3,0.06,0.6021,0.04,0.6021 goaltender,goaltender,5,3,5,3,0.10,0.7782,0.04,0.6021 goateed,goateed,3,3,3,3,0.06,0.6021,0.04,0.6021 gobbledegook,gobbledegook,3,3,3,3,0.06,0.6021,0.04,0.6021 Gobstoppers,gobstoppers,4,3,0,0,0.08,0.6990,0.04,0.6021 goddamnedest,goddamnedest,3,3,3,3,0.06,0.6021,0.04,0.6021 godhead,godhead,3,3,2,2,0.06,0.6021,0.04,0.6021 godmothers,godmothers,3,3,3,3,0.06,0.6021,0.04,0.6021 Goff,goff,5,3,0,0,0.10,0.7782,0.04,0.6021 gog,gog,3,3,2,2,0.06,0.6021,0.04,0.6021 goggling,goggling,3,3,3,3,0.06,0.6021,0.04,0.6021 Golgotha,golgotha,3,3,0,0,0.06,0.6021,0.04,0.6021 gonne,gonne,5,3,5,3,0.10,0.7782,0.04,0.6021 gonorrhoea,gonorrhoea,4,3,4,3,0.08,0.6990,0.04,0.6021 goodby,goodby,3,3,3,3,0.06,0.6021,0.04,0.6021 goodhearted,goodhearted,3,3,3,3,0.06,0.6021,0.04,0.6021 Goodish,goodish,3,3,1,1,0.06,0.6021,0.04,0.6021 goofer,goofer,5,3,3,2,0.10,0.7782,0.04,0.6021 googly,googly,3,3,3,3,0.06,0.6021,0.04,0.6021 gooseflesh,gooseflesh,3,3,3,3,0.06,0.6021,0.04,0.6021 Gora,gora,31,3,4,2,0.61,1.5051,0.04,0.6021 Goran,goran,15,3,0,0,0.29,1.2041,0.04,0.6021 gorged,gorged,3,3,3,3,0.06,0.6021,0.04,0.6021 gorgeously,gorgeously,3,3,3,3,0.06,0.6021,0.04,0.6021 gorges,gorges,4,3,4,3,0.08,0.6990,0.04,0.6021 Goring,goring,36,3,3,2,0.71,1.5682,0.04,0.6021 gormless,gormless,4,3,4,3,0.08,0.6990,0.04,0.6021 governesses,governesses,4,3,3,2,0.08,0.6990,0.04,0.6021 Gowdy,gowdy,4,3,0,0,0.08,0.6990,0.04,0.6021 Gra,gra,3,3,1,1,0.06,0.6021,0.04,0.6021 grabbers,grabbers,3,3,3,3,0.06,0.6021,0.04,0.6021 gradations,gradations,3,3,3,3,0.06,0.6021,0.04,0.6021 grafter,grafter,3,3,3,3,0.06,0.6021,0.04,0.6021 Grahams,grahams,11,3,0,0,0.22,1.0792,0.04,0.6021 Grampa,grampa,11,3,1,1,0.22,1.0792,0.04,0.6021 grandsire,grandsire,3,3,3,3,0.06,0.6021,0.04,0.6021 grandstands,grandstands,3,3,3,3,0.06,0.6021,0.04,0.6021 grapevines,grapevines,3,3,3,3,0.06,0.6021,0.04,0.6021 graphology,graphology,5,3,4,2,0.10,0.7782,0.04,0.6021 grappled,grappled,3,3,3,3,0.06,0.6021,0.04,0.6021 grapplers,grapplers,4,3,2,2,0.08,0.6990,0.04,0.6021 gratia,gratia,3,3,2,2,0.06,0.6021,0.04,0.6021 gratifies,gratifies,3,3,3,3,0.06,0.6021,0.04,0.6021 grav,grav,4,3,3,3,0.08,0.6990,0.04,0.6021 Grazer,grazer,16,3,2,2,0.31,1.2304,0.04,0.6021 Greasers,greasers,13,3,2,2,0.25,1.1461,0.04,0.6021 greasier,greasier,4,3,4,3,0.08,0.6990,0.04,0.6021 greasiness,greasiness,3,3,3,3,0.06,0.6021,0.04,0.6021 greenhorns,greenhorns,3,3,2,2,0.06,0.6021,0.04,0.6021 greeny,greeny,3,3,3,3,0.06,0.6021,0.04,0.6021 greeter,greeter,3,3,3,3,0.06,0.6021,0.04,0.6021 Grego,grego,3,3,0,0,0.06,0.6021,0.04,0.6021 Gregorian,gregorian,3,3,0,0,0.06,0.6021,0.04,0.6021 greyer,greyer,3,3,3,3,0.06,0.6021,0.04,0.6021 Gribble,gribble,21,3,0,0,0.41,1.3424,0.04,0.6021 gridiron,gridiron,3,3,3,3,0.06,0.6021,0.04,0.6021 grinders,grinders,3,3,3,3,0.06,0.6021,0.04,0.6021 Griselda,griselda,11,3,0,0,0.22,1.0792,0.04,0.6021 grommet,grommet,6,3,5,2,0.12,0.8451,0.04,0.6021 grommets,grommets,3,3,3,3,0.06,0.6021,0.04,0.6021 groomer,groomer,6,3,6,3,0.12,0.8451,0.04,0.6021 Groover,groover,7,3,2,2,0.14,0.9031,0.04,0.6021 grooviest,grooviest,4,3,4,3,0.08,0.6990,0.04,0.6021 gropes,gropes,4,3,4,3,0.08,0.6990,0.04,0.6021 grottoes,grottoes,3,3,2,2,0.06,0.6021,0.04,0.6021 grotty,grotty,5,3,5,3,0.10,0.7782,0.04,0.6021 grounder,grounder,3,3,3,3,0.06,0.6021,0.04,0.6021 groupings,groupings,3,3,3,3,0.06,0.6021,0.04,0.6021 grouted,grouted,3,3,3,3,0.06,0.6021,0.04,0.6021 groveled,groveled,3,3,2,2,0.06,0.6021,0.04,0.6021 growler,growler,3,3,2,2,0.06,0.6021,0.04,0.6021 guanine,guanine,3,3,2,2,0.06,0.6021,0.04,0.6021 Guaranty,guaranty,3,3,1,1,0.06,0.6021,0.04,0.6021 Guatemalans,guatemalans,5,3,0,0,0.10,0.7782,0.04,0.6021 guffaw,guffaw,3,3,3,3,0.06,0.6021,0.04,0.6021 Guignol,guignol,3,3,0,0,0.06,0.6021,0.04,0.6021 Guilder,guilder,14,3,2,1,0.27,1.1761,0.04,0.6021 guises,guises,3,3,3,3,0.06,0.6021,0.04,0.6021 Gul,gul,4,3,0,0,0.08,0.6990,0.04,0.6021 gullets,gullets,3,3,3,3,0.06,0.6021,0.04,0.6021 gullies,gullies,3,3,3,3,0.06,0.6021,0.04,0.6021 Gundy,gundy,9,3,0,0,0.18,1.0000,0.04,0.6021 gunnel,gunnel,5,3,5,3,0.10,0.7782,0.04,0.6021 guss,guss,3,3,2,2,0.06,0.6021,0.04,0.6021 gusset,gusset,3,3,2,2,0.06,0.6021,0.04,0.6021 gutty,gutty,3,3,2,2,0.06,0.6021,0.04,0.6021 gymnastic,gymnastic,3,3,3,3,0.06,0.6021,0.04,0.6021 gypping,gypping,3,3,3,3,0.06,0.6021,0.04,0.6021 gyrations,gyrations,3,3,3,3,0.06,0.6021,0.04,0.6021 habituate,habituate,3,3,3,3,0.06,0.6021,0.04,0.6021 hackles,hackles,3,3,2,2,0.06,0.6021,0.04,0.6021 Hagrid,hagrid,68,3,0,0,1.33,1.8388,0.04,0.6021 hairsplitting,hairsplitting,3,3,2,2,0.06,0.6021,0.04,0.6021 hairstyling,hairstyling,3,3,3,3,0.06,0.6021,0.04,0.6021 halfcocked,halfcocked,4,3,4,3,0.08,0.6990,0.04,0.6021 Halloo,halloo,10,3,2,2,0.20,1.0414,0.04,0.6021 hallucinates,hallucinates,3,3,3,3,0.06,0.6021,0.04,0.6021 halyards,halyards,5,3,5,3,0.10,0.7782,0.04,0.6021 Hamada,hamada,9,3,0,0,0.18,1.0000,0.04,0.6021 Haman,haman,8,3,0,0,0.16,0.9542,0.04,0.6021 hamate,hamate,10,3,8,2,0.20,1.0414,0.04,0.6021 hamstrings,hamstrings,3,3,3,3,0.06,0.6021,0.04,0.6021 handmaidens,handmaidens,5,3,5,3,0.10,0.7782,0.04,0.6021 handover,handover,4,3,3,2,0.08,0.6990,0.04,0.6021 handsprings,handsprings,3,3,3,3,0.06,0.6021,0.04,0.6021 handstands,handstands,3,3,3,3,0.06,0.6021,0.04,0.6021 Hanuman,hanuman,6,3,0,0,0.12,0.8451,0.04,0.6021 haply,haply,5,3,3,2,0.10,0.7782,0.04,0.6021 harangued,harangued,3,3,3,3,0.06,0.6021,0.04,0.6021 Harasser,harasser,3,3,1,1,0.06,0.6021,0.04,0.6021 hardboiled,hardboiled,3,3,3,3,0.06,0.6021,0.04,0.6021 hardhearted,hardhearted,3,3,3,3,0.06,0.6021,0.04,0.6021 hares,hares,3,3,2,2,0.06,0.6021,0.04,0.6021 harmlessly,harmlessly,4,3,3,2,0.08,0.6990,0.04,0.6021 harped,harped,3,3,3,3,0.06,0.6021,0.04,0.6021 harpooning,harpooning,3,3,3,3,0.06,0.6021,0.04,0.6021 hasp,hasp,3,3,3,3,0.06,0.6021,0.04,0.6021 hatchets,hatchets,3,3,3,3,0.06,0.6021,0.04,0.6021 Hau,hau,13,3,0,0,0.25,1.1461,0.04,0.6021 haunches,haunches,3,3,3,3,0.06,0.6021,0.04,0.6021 haut,haut,3,3,2,2,0.06,0.6021,0.04,0.6021 haymaker,haymaker,3,3,3,3,0.06,0.6021,0.04,0.6021 Hazen,hazen,19,3,0,0,0.37,1.3010,0.04,0.6021 headbands,headbands,4,3,3,2,0.08,0.6990,0.04,0.6021 headcount,headcount,4,3,4,3,0.08,0.6990,0.04,0.6021 headlamps,headlamps,3,3,3,3,0.06,0.6021,0.04,0.6021 headrests,headrests,3,3,3,3,0.06,0.6021,0.04,0.6021 headroom,headroom,3,3,3,3,0.06,0.6021,0.04,0.6021 headstand,headstand,3,3,3,3,0.06,0.6021,0.04,0.6021 Hearses,hearses,3,3,1,1,0.06,0.6021,0.04,0.6021 Heathers,heathers,5,3,0,0,0.10,0.7782,0.04,0.6021 Heatwave,heatwave,5,3,1,1,0.10,0.7782,0.04,0.6021 heavers,heavers,6,3,6,3,0.12,0.8451,0.04,0.6021 hecklers,hecklers,3,3,3,3,0.06,0.6021,0.04,0.6021 hectares,hectares,3,3,3,3,0.06,0.6021,0.04,0.6021 heeding,heeding,3,3,3,3,0.06,0.6021,0.04,0.6021 heedless,heedless,3,3,2,2,0.06,0.6021,0.04,0.6021 heeled,heeled,4,3,4,3,0.08,0.6990,0.04,0.6021 heeling,heeling,3,3,3,3,0.06,0.6021,0.04,0.6021 heiresses,heiresses,3,3,3,3,0.06,0.6021,0.04,0.6021 helices,helices,3,3,3,3,0.06,0.6021,0.04,0.6021 helicoptered,helicoptered,3,3,3,3,0.06,0.6021,0.04,0.6021 heliotrope,heliotrope,3,3,2,2,0.06,0.6021,0.04,0.6021 hellbent,hellbent,3,3,3,3,0.06,0.6021,0.04,0.6021 hellfires,hellfires,3,3,2,2,0.06,0.6021,0.04,0.6021 hellholes,hellholes,3,3,3,3,0.06,0.6021,0.04,0.6021 hellhound,hellhound,3,3,2,2,0.06,0.6021,0.04,0.6021 hellishly,hellishly,3,3,3,3,0.06,0.6021,0.04,0.6021 hemopneumothorax,hemopneumothorax,3,3,3,3,0.06,0.6021,0.04,0.6021 hemorrhaged,hemorrhaged,3,3,3,3,0.06,0.6021,0.04,0.6021 hemostasis,hemostasis,4,3,4,3,0.08,0.6990,0.04,0.6021 hepcats,hepcats,3,3,2,2,0.06,0.6021,0.04,0.6021 Heraus,heraus,3,3,0,0,0.06,0.6021,0.04,0.6021 hermaphroditic,hermaphroditic,3,3,2,2,0.06,0.6021,0.04,0.6021 Hermits,hermits,3,3,1,1,0.06,0.6021,0.04,0.6021 Hern,hern,3,3,0,0,0.06,0.6021,0.04,0.6021 herniation,herniation,4,3,4,3,0.08,0.6990,0.04,0.6021 Herschel,herschel,5,3,0,0,0.10,0.7782,0.04,0.6021 Hessian,hessian,10,3,1,1,0.20,1.0414,0.04,0.6021 Hessians,hessians,3,3,0,0,0.06,0.6021,0.04,0.6021 Hezekiah,hezekiah,4,3,0,0,0.08,0.6990,0.04,0.6021 hiccupped,hiccupped,3,3,3,3,0.06,0.6021,0.04,0.6021 hickies,hickies,3,3,3,3,0.06,0.6021,0.04,0.6021 hidebound,hidebound,3,3,3,3,0.06,0.6021,0.04,0.6021 Hieratic,hieratic,3,3,1,1,0.06,0.6021,0.04,0.6021 hijacks,hijacks,3,3,2,2,0.06,0.6021,0.04,0.6021 hijinks,hijinks,3,3,2,2,0.06,0.6021,0.04,0.6021 Hilariously,hilariously,3,3,1,1,0.06,0.6021,0.04,0.6021 hilltops,hilltops,3,3,3,3,0.06,0.6021,0.04,0.6021 hims,hims,3,3,3,3,0.06,0.6021,0.04,0.6021 hin,hin,3,3,2,2,0.06,0.6021,0.04,0.6021 hindmost,hindmost,3,3,3,3,0.06,0.6021,0.04,0.6021 hindrances,hindrances,3,3,3,3,0.06,0.6021,0.04,0.6021 Hinds,hinds,3,3,1,1,0.06,0.6021,0.04,0.6021 hippocampus,hippocampus,3,3,3,3,0.06,0.6021,0.04,0.6021 hireling,hireling,3,3,3,3,0.06,0.6021,0.04,0.6021 histological,histological,3,3,3,3,0.06,0.6021,0.04,0.6021 histrionics,histrionics,3,3,3,3,0.06,0.6021,0.04,0.6021 hoagies,hoagies,3,3,2,2,0.06,0.6021,0.04,0.6021 hoarded,hoarded,3,3,3,3,0.06,0.6021,0.04,0.6021 Hoarsely,hoarsely,3,3,1,1,0.06,0.6021,0.04,0.6021 hoaxer,hoaxer,3,3,2,2,0.06,0.6021,0.04,0.6021 hobbyhorse,hobbyhorse,3,3,3,3,0.06,0.6021,0.04,0.6021 hobbyist,hobbyist,4,3,4,3,0.08,0.6990,0.04,0.6021 hobbyists,hobbyists,11,3,10,3,0.22,1.0792,0.04,0.6021 Hobnobs,hobnobs,3,3,1,1,0.06,0.6021,0.04,0.6021 hoch,hoch,6,3,6,3,0.12,0.8451,0.04,0.6021 Hoghead,hoghead,4,3,1,1,0.08,0.6990,0.04,0.6021 hogtie,hogtie,3,3,3,3,0.06,0.6021,0.04,0.6021 Hoho,hoho,4,3,1,1,0.08,0.6990,0.04,0.6021 Hoke,hoke,37,3,1,1,0.73,1.5798,0.04,0.6021 hol,hol,7,3,7,3,0.14,0.9031,0.04,0.6021 holey,holey,6,3,4,3,0.12,0.8451,0.04,0.6021 Holl,holl,3,3,0,0,0.06,0.6021,0.04,0.6021 hollyhocks,hollyhocks,7,3,6,3,0.14,0.9031,0.04,0.6021 holographs,holographs,3,3,3,3,0.06,0.6021,0.04,0.6021 homburg,homburg,5,3,5,3,0.10,0.7782,0.04,0.6021 Homebrew,homebrew,5,3,0,0,0.10,0.7782,0.04,0.6021 homed,homed,3,3,3,3,0.06,0.6021,0.04,0.6021 homelands,homelands,3,3,3,3,0.06,0.6021,0.04,0.6021 homemakers,homemakers,3,3,3,3,0.06,0.6021,0.04,0.6021 homepage,homepage,3,3,3,3,0.06,0.6021,0.04,0.6021 homesteader,homesteader,3,3,3,3,0.06,0.6021,0.04,0.6021 hominid,hominid,4,3,4,3,0.08,0.6990,0.04,0.6021 homoerotic,homoerotic,3,3,3,3,0.06,0.6021,0.04,0.6021 homogeneous,homogeneous,3,3,3,3,0.06,0.6021,0.04,0.6021 homogenized,homogenized,3,3,2,2,0.06,0.6021,0.04,0.6021 homonym,homonym,4,3,2,2,0.08,0.6990,0.04,0.6021 honeypot,honeypot,3,3,2,2,0.06,0.6021,0.04,0.6021 honkers,honkers,3,3,3,3,0.06,0.6021,0.04,0.6021 honorarium,honorarium,4,3,4,3,0.08,0.6990,0.04,0.6021 honoree,honoree,3,3,3,3,0.06,0.6021,0.04,0.6021 honourably,honourably,3,3,3,3,0.06,0.6021,0.04,0.6021 hookey,hookey,5,3,5,3,0.10,0.7782,0.04,0.6021 hootch,hootch,9,3,9,3,0.18,1.0000,0.04,0.6021 Hoppity,hoppity,9,3,1,1,0.18,1.0000,0.04,0.6021 Horatius,horatius,6,3,0,0,0.12,0.8451,0.04,0.6021 horniest,horniest,3,3,3,3,0.06,0.6021,0.04,0.6021 horrifyingly,horrifyingly,5,3,5,3,0.10,0.7782,0.04,0.6021 horsed,horsed,3,3,3,3,0.06,0.6021,0.04,0.6021 horticulturalist,horticulturalist,3,3,3,3,0.06,0.6021,0.04,0.6021 hospitalizations,hospitalizations,4,3,4,3,0.08,0.6990,0.04,0.6021 Hotcha,hotcha,4,3,1,1,0.08,0.6990,0.04,0.6021 hotplate,hotplate,5,3,4,3,0.10,0.7782,0.04,0.6021 hotrod,hotrod,7,3,4,3,0.14,0.9031,0.04,0.6021 housemaids,housemaids,3,3,3,3,0.06,0.6021,0.04,0.6021 housemates,housemates,3,3,3,3,0.06,0.6021,0.04,0.6021 houseplants,houseplants,4,3,3,3,0.08,0.6990,0.04,0.6021 housesit,housesit,4,3,3,3,0.08,0.6990,0.04,0.6021 howitzers,howitzers,5,3,4,3,0.10,0.7782,0.04,0.6021 Hp,hp,5,3,0,0,0.10,0.7782,0.04,0.6021 hs,hs,3,3,2,2,0.06,0.6021,0.04,0.6021 huckster,huckster,3,3,2,2,0.06,0.6021,0.04,0.6021 huddling,huddling,3,3,2,2,0.06,0.6021,0.04,0.6021 Huerta,huerta,21,3,0,0,0.41,1.3424,0.04,0.6021 humanism,humanism,3,3,3,3,0.06,0.6021,0.04,0.6021 humored,humored,3,3,3,3,0.06,0.6021,0.04,0.6021 humors,humors,3,3,3,3,0.06,0.6021,0.04,0.6021 humourless,humourless,4,3,4,3,0.08,0.6990,0.04,0.6021 Humpy,humpy,3,3,0,0,0.06,0.6021,0.04,0.6021 hunchbacks,hunchbacks,3,3,2,2,0.06,0.6021,0.04,0.6021 hunching,hunching,3,3,2,2,0.06,0.6021,0.04,0.6021 hundredths,hundredths,4,3,4,3,0.08,0.6990,0.04,0.6021 hungrily,hungrily,3,3,3,3,0.06,0.6021,0.04,0.6021 Huntsman,huntsman,4,3,1,1,0.08,0.6990,0.04,0.6021 huntsmen,huntsmen,3,3,3,3,0.06,0.6021,0.04,0.6021 huppah,huppah,5,3,5,3,0.10,0.7782,0.04,0.6021 hurdled,hurdled,3,3,3,3,0.06,0.6021,0.04,0.6021 Huron,huron,4,3,0,0,0.08,0.6990,0.04,0.6021 husbandly,husbandly,3,3,3,3,0.06,0.6021,0.04,0.6021 Huskers,huskers,4,3,0,0,0.08,0.6990,0.04,0.6021 husks,husks,3,3,3,3,0.06,0.6021,0.04,0.6021 hustings,hustings,6,3,6,3,0.12,0.8451,0.04,0.6021 hustles,hustles,3,3,3,3,0.06,0.6021,0.04,0.6021 hydrates,hydrates,5,3,5,3,0.10,0.7782,0.04,0.6021 hydrocortisone,hydrocortisone,3,3,2,2,0.06,0.6021,0.04,0.6021 hydroelectric,hydroelectric,5,3,5,3,0.10,0.7782,0.04,0.6021 hygienically,hygienically,3,3,2,2,0.06,0.6021,0.04,0.6021 hyperacidity,hyperacidity,3,3,3,3,0.06,0.6021,0.04,0.6021 hypercritical,hypercritical,3,3,3,3,0.06,0.6021,0.04,0.6021 hypersexuality,hypersexuality,4,3,4,3,0.08,0.6990,0.04,0.6021 hypertonic,hypertonic,3,3,3,3,0.06,0.6021,0.04,0.6021 Hyperventilates,hyperventilates,8,3,2,2,0.16,0.9542,0.04,0.6021 hyphenates,hyphenates,3,3,3,3,0.06,0.6021,0.04,0.6021 hypoglycaemic,hypoglycaemic,3,3,2,2,0.06,0.6021,0.04,0.6021 hypothesized,hypothesized,3,3,3,3,0.06,0.6021,0.04,0.6021 icecap,icecap,4,3,4,3,0.08,0.6990,0.04,0.6021 Icelandic,icelandic,7,3,0,0,0.14,0.9031,0.04,0.6021 ichthyologist,ichthyologist,13,3,7,3,0.25,1.1461,0.04,0.6021 ichthyology,ichthyology,9,3,7,3,0.18,1.0000,0.04,0.6021 iconography,iconography,3,3,3,3,0.06,0.6021,0.04,0.6021 idealised,idealised,3,3,3,3,0.06,0.6021,0.04,0.6021 identifications,identifications,3,3,2,2,0.06,0.6021,0.04,0.6021 idiomatic,idiomatic,3,3,3,3,0.06,0.6021,0.04,0.6021 idiopathic,idiopathic,3,3,3,3,0.06,0.6021,0.04,0.6021 idiotically,idiotically,3,3,3,3,0.06,0.6021,0.04,0.6021 idler,idler,7,3,7,3,0.14,0.9031,0.04,0.6021 igloos,igloos,3,3,3,3,0.06,0.6021,0.04,0.6021 Ignitor,ignitor,3,3,1,1,0.06,0.6021,0.04,0.6021 ignominy,ignominy,3,3,3,3,0.06,0.6021,0.04,0.6021 ik,ik,8,3,6,2,0.16,0.9542,0.04,0.6021 ileocecal,ileocecal,4,3,3,3,0.08,0.6990,0.04,0.6021 imbedding,imbedding,3,3,3,3,0.06,0.6021,0.04,0.6021 imbibed,imbibed,3,3,3,3,0.06,0.6021,0.04,0.6021 immensity,immensity,3,3,3,3,0.06,0.6021,0.04,0.6021 imminently,imminently,4,3,4,3,0.08,0.6990,0.04,0.6021 immobilised,immobilised,3,3,3,3,0.06,0.6021,0.04,0.6021 immolation,immolation,3,3,2,2,0.06,0.6021,0.04,0.6021 immunisations,immunisations,3,3,3,3,0.06,0.6021,0.04,0.6021 immunizations,immunizations,3,3,3,3,0.06,0.6021,0.04,0.6021 immunized,immunized,3,3,3,3,0.06,0.6021,0.04,0.6021 immunosuppressive,immunosuppressive,3,3,3,3,0.06,0.6021,0.04,0.6021 impactful,impactful,3,3,2,2,0.06,0.6021,0.04,0.6021 impanel,impanel,3,3,3,3,0.06,0.6021,0.04,0.6021 impartially,impartially,3,3,3,3,0.06,0.6021,0.04,0.6021 imparting,imparting,3,3,3,3,0.06,0.6021,0.04,0.6021 impeaching,impeaching,3,3,3,3,0.06,0.6021,0.04,0.6021 impel,impel,3,3,3,3,0.06,0.6021,0.04,0.6021 imperceptible,imperceptible,3,3,3,3,0.06,0.6021,0.04,0.6021 imperceptibly,imperceptibly,3,3,2,2,0.06,0.6021,0.04,0.6021 impersonates,impersonates,3,3,3,3,0.06,0.6021,0.04,0.6021 imploring,imploring,3,3,3,3,0.06,0.6021,0.04,0.6021 implosive,implosive,6,3,5,3,0.12,0.8451,0.04,0.6021 imposes,imposes,3,3,3,3,0.06,0.6021,0.04,0.6021 impounds,impounds,3,3,3,3,0.06,0.6021,0.04,0.6021 impracticable,impracticable,3,3,3,3,0.06,0.6021,0.04,0.6021 imprisons,imprisons,3,3,3,3,0.06,0.6021,0.04,0.6021 improvisational,improvisational,3,3,3,3,0.06,0.6021,0.04,0.6021 improvises,improvises,4,3,4,3,0.08,0.6990,0.04,0.6021 inaccessibility,inaccessibility,3,3,3,3,0.06,0.6021,0.04,0.6021 inactivity,inactivity,3,3,2,2,0.06,0.6021,0.04,0.6021 inamorata,inamorata,3,3,3,3,0.06,0.6021,0.04,0.6021 inattention,inattention,3,3,3,3,0.06,0.6021,0.04,0.6021 inborn,inborn,4,3,4,3,0.08,0.6990,0.04,0.6021 incinerating,incinerating,3,3,3,3,0.06,0.6021,0.04,0.6021 incinerators,incinerators,5,3,5,3,0.10,0.7782,0.04,0.6021 incites,incites,3,3,3,3,0.06,0.6021,0.04,0.6021 incomprehension,incomprehension,3,3,3,3,0.06,0.6021,0.04,0.6021 inconstant,inconstant,4,3,4,3,0.08,0.6990,0.04,0.6021 incremental,incremental,3,3,2,2,0.06,0.6021,0.04,0.6021 Incroyable,incroyable,4,3,1,1,0.08,0.6990,0.04,0.6021 incubators,incubators,7,3,7,3,0.14,0.9031,0.04,0.6021 indebtedness,indebtedness,3,3,3,3,0.06,0.6021,0.04,0.6021 indecorous,indecorous,3,3,3,3,0.06,0.6021,0.04,0.6021 indelibly,indelibly,3,3,3,3,0.06,0.6021,0.04,0.6021 indemnify,indemnify,3,3,3,3,0.06,0.6021,0.04,0.6021 indented,indented,3,3,3,3,0.06,0.6021,0.04,0.6021 indifferently,indifferently,3,3,3,3,0.06,0.6021,0.04,0.6021 indigestible,indigestible,3,3,3,3,0.06,0.6021,0.04,0.6021 indisposition,indisposition,3,3,3,3,0.06,0.6021,0.04,0.6021 individualized,individualized,3,3,3,3,0.06,0.6021,0.04,0.6021 indoctrinating,indoctrinating,4,3,4,3,0.08,0.6990,0.04,0.6021 Indonesian,indonesian,3,3,1,1,0.06,0.6021,0.04,0.6021 induct,induct,3,3,2,2,0.06,0.6021,0.04,0.6021 inductee,inductee,3,3,3,3,0.06,0.6021,0.04,0.6021 industrialization,industrialization,3,3,3,3,0.06,0.6021,0.04,0.6021 inebriate,inebriate,3,3,3,3,0.06,0.6021,0.04,0.6021 inelegant,inelegant,3,3,3,3,0.06,0.6021,0.04,0.6021 inequality,inequality,3,3,3,3,0.06,0.6021,0.04,0.6021 inexpressible,inexpressible,3,3,3,3,0.06,0.6021,0.04,0.6021 Infanta,infanta,12,3,0,0,0.24,1.1139,0.04,0.6021 infantilism,infantilism,3,3,2,2,0.06,0.6021,0.04,0.6021 infantrymen,infantrymen,3,3,3,3,0.06,0.6021,0.04,0.6021 infarcts,infarcts,3,3,3,3,0.06,0.6021,0.04,0.6021 infatuations,infatuations,3,3,3,3,0.06,0.6021,0.04,0.6021 infests,infests,3,3,3,3,0.06,0.6021,0.04,0.6021 infielders,infielders,4,3,3,3,0.08,0.6990,0.04,0.6021 infinitesimally,infinitesimally,6,3,6,3,0.12,0.8451,0.04,0.6021 infinitive,infinitive,3,3,3,3,0.06,0.6021,0.04,0.6021 inflames,inflames,4,3,4,3,0.08,0.6990,0.04,0.6021 inflow,inflow,4,3,3,3,0.08,0.6990,0.04,0.6021 infotainment,infotainment,4,3,3,2,0.08,0.6990,0.04,0.6021 infrequently,infrequently,3,3,3,3,0.06,0.6021,0.04,0.6021 infuriatingly,infuriatingly,3,3,2,2,0.06,0.6021,0.04,0.6021 infusers,infusers,3,3,3,3,0.06,0.6021,0.04,0.6021 inguinal,inguinal,3,3,3,3,0.06,0.6021,0.04,0.6021 ingurgitating,ingurgitating,3,3,3,3,0.06,0.6021,0.04,0.6021 inhabits,inhabits,3,3,3,3,0.06,0.6021,0.04,0.6021 inhalator,inhalator,3,3,2,2,0.06,0.6021,0.04,0.6021 inhibiting,inhibiting,4,3,4,3,0.08,0.6990,0.04,0.6021 iniquities,iniquities,3,3,3,3,0.06,0.6021,0.04,0.6021 Initializing,initializing,4,3,1,1,0.08,0.6990,0.04,0.6021 initialled,initialled,3,3,3,3,0.06,0.6021,0.04,0.6021 inmost,inmost,5,3,5,3,0.10,0.7782,0.04,0.6021 innocency,innocency,3,3,3,3,0.06,0.6021,0.04,0.6021 innovate,innovate,4,3,2,1,0.08,0.6990,0.04,0.6021 inoculating,inoculating,4,3,4,3,0.08,0.6990,0.04,0.6021 inputting,inputting,3,3,2,2,0.06,0.6021,0.04,0.6021 inquisitiveness,inquisitiveness,3,3,3,3,0.06,0.6021,0.04,0.6021 insanities,insanities,3,3,3,3,0.06,0.6021,0.04,0.6021 insertions,insertions,5,3,5,3,0.10,0.7782,0.04,0.6021 insignificance,insignificance,3,3,3,3,0.06,0.6021,0.04,0.6021 insistently,insistently,3,3,2,2,0.06,0.6021,0.04,0.6021 insoles,insoles,3,3,3,3,0.06,0.6021,0.04,0.6021 insolvent,insolvent,3,3,3,3,0.06,0.6021,0.04,0.6021 instabilities,instabilities,3,3,3,3,0.06,0.6021,0.04,0.6021 instar,instar,3,3,2,2,0.06,0.6021,0.04,0.6021 instated,instated,3,3,3,3,0.06,0.6021,0.04,0.6021 instigators,instigators,3,3,3,3,0.06,0.6021,0.04,0.6021 instilling,instilling,3,3,3,3,0.06,0.6021,0.04,0.6021 insular,insular,3,3,3,3,0.06,0.6021,0.04,0.6021 insuperable,insuperable,4,3,4,3,0.08,0.6990,0.04,0.6021 insupportable,insupportable,3,3,3,3,0.06,0.6021,0.04,0.6021 insurers,insurers,3,3,3,3,0.06,0.6021,0.04,0.6021 intangibles,intangibles,3,3,3,3,0.06,0.6021,0.04,0.6021 integrates,integrates,3,3,3,3,0.06,0.6021,0.04,0.6021 intelligentsia,intelligentsia,3,3,3,3,0.06,0.6021,0.04,0.6021 intelligible,intelligible,3,3,3,3,0.06,0.6021,0.04,0.6021 intensifier,intensifier,3,3,3,3,0.06,0.6021,0.04,0.6021 intensively,intensively,3,3,3,3,0.06,0.6021,0.04,0.6021 intercedes,intercedes,3,3,3,3,0.06,0.6021,0.04,0.6021 intercity,intercity,3,3,3,3,0.06,0.6021,0.04,0.6021 intercranial,intercranial,3,3,3,3,0.06,0.6021,0.04,0.6021 interfaith,interfaith,6,3,6,3,0.12,0.8451,0.04,0.6021 interferon,interferon,3,3,2,2,0.06,0.6021,0.04,0.6021 interjection,interjection,3,3,3,3,0.06,0.6021,0.04,0.6021 interlocutory,interlocutory,3,3,3,3,0.06,0.6021,0.04,0.6021 interminably,interminably,3,3,3,3,0.06,0.6021,0.04,0.6021 intermissions,intermissions,3,3,3,3,0.06,0.6021,0.04,0.6021 intermix,intermix,8,3,7,2,0.16,0.9542,0.04,0.6021 internalizing,internalizing,3,3,3,3,0.06,0.6021,0.04,0.6021 interphase,interphase,4,3,4,3,0.08,0.6990,0.04,0.6021 interrogates,interrogates,3,3,3,3,0.06,0.6021,0.04,0.6021 interrogatories,interrogatories,4,3,4,3,0.08,0.6990,0.04,0.6021 interrogatory,interrogatory,3,3,3,3,0.06,0.6021,0.04,0.6021 interspace,interspace,4,3,4,3,0.08,0.6990,0.04,0.6021 interspecies,interspecies,3,3,3,3,0.06,0.6021,0.04,0.6021 interventionist,interventionist,3,3,3,3,0.06,0.6021,0.04,0.6021 intimating,intimating,4,3,4,3,0.08,0.6990,0.04,0.6021 intransitive,intransitive,3,3,3,3,0.06,0.6021,0.04,0.6021 intrauterine,intrauterine,4,3,4,3,0.08,0.6990,0.04,0.6021 intricacy,intricacy,4,3,4,3,0.08,0.6990,0.04,0.6021 introducer,introducer,3,3,2,2,0.06,0.6021,0.04,0.6021 intrusions,intrusions,3,3,3,3,0.06,0.6021,0.04,0.6021 intubating,intubating,3,3,3,3,0.06,0.6021,0.04,0.6021 inured,inured,3,3,3,3,0.06,0.6021,0.04,0.6021 invigorate,invigorate,3,3,3,3,0.06,0.6021,0.04,0.6021 invocation,invocation,3,3,2,2,0.06,0.6021,0.04,0.6021 ionisation,ionisation,3,3,3,3,0.06,0.6021,0.04,0.6021 irascible,irascible,3,3,3,3,0.06,0.6021,0.04,0.6021 iridescent,iridescent,3,3,3,3,0.06,0.6021,0.04,0.6021 irks,irks,3,3,3,3,0.06,0.6021,0.04,0.6021 ironer,ironer,3,3,3,3,0.06,0.6021,0.04,0.6021 ironwork,ironwork,3,3,3,3,0.06,0.6021,0.04,0.6021 irredeemable,irredeemable,3,3,3,3,0.06,0.6021,0.04,0.6021 irrelevancy,irrelevancy,3,3,3,3,0.06,0.6021,0.04,0.6021 irretrievable,irretrievable,3,3,3,3,0.06,0.6021,0.04,0.6021 isms,isms,3,3,3,3,0.06,0.6021,0.04,0.6021 isolationism,isolationism,3,3,3,3,0.06,0.6021,0.04,0.6021 issuance,issuance,3,3,3,3,0.06,0.6021,0.04,0.6021 itemised,itemised,3,3,3,3,0.06,0.6021,0.04,0.6021 Iteration,iteration,3,3,0,0,0.06,0.6021,0.04,0.6021 ither,ither,4,3,4,3,0.08,0.6990,0.04,0.6021 jackboots,jackboots,3,3,3,3,0.06,0.6021,0.04,0.6021 jackhammers,jackhammers,3,3,3,3,0.06,0.6021,0.04,0.6021 jackpots,jackpots,3,3,3,3,0.06,0.6021,0.04,0.6021 Jad,jad,13,3,0,0,0.25,1.1461,0.04,0.6021 jalapenos,jalapenos,3,3,3,3,0.06,0.6021,0.04,0.6021 jape,jape,4,3,4,3,0.08,0.6990,0.04,0.6021 Jarrah,jarrah,3,3,0,0,0.06,0.6021,0.04,0.6021 Jasmin,jasmin,22,3,1,1,0.43,1.3617,0.04,0.6021 jaunts,jaunts,3,3,3,3,0.06,0.6021,0.04,0.6021 Jeannette,jeannette,11,3,0,0,0.22,1.0792,0.04,0.6021 jeer,jeer,3,3,3,3,0.06,0.6021,0.04,0.6021 jelling,jelling,3,3,3,3,0.06,0.6021,0.04,0.6021 jellyroll,jellyroll,4,3,4,3,0.08,0.6990,0.04,0.6021 jetliner,jetliner,3,3,3,3,0.06,0.6021,0.04,0.6021 jetliners,jetliners,3,3,3,3,0.06,0.6021,0.04,0.6021 jetted,jetted,3,3,3,3,0.06,0.6021,0.04,0.6021 jettisoned,jettisoned,4,3,4,3,0.08,0.6990,0.04,0.6021 Jeu,jeu,4,3,1,1,0.08,0.6990,0.04,0.6021 jeux,jeux,4,3,4,3,0.08,0.6990,0.04,0.6021 Jg,jg,7,3,0,0,0.14,0.9031,0.04,0.6021 jibed,jibed,9,3,9,3,0.18,1.0000,0.04,0.6021 jibes,jibes,4,3,4,3,0.08,0.6990,0.04,0.6021 jibs,jibs,4,3,4,3,0.08,0.6990,0.04,0.6021 jiggly,jiggly,3,3,2,2,0.06,0.6021,0.04,0.6021 jimmying,jimmying,3,3,3,3,0.06,0.6021,0.04,0.6021 Jingly,jingly,3,3,1,1,0.06,0.6021,0.04,0.6021 jink,jink,4,3,4,3,0.08,0.6990,0.04,0.6021 jitterbugging,jitterbugging,3,3,2,2,0.06,0.6021,0.04,0.6021 jives,jives,3,3,3,3,0.06,0.6021,0.04,0.6021 jocularity,jocularity,7,3,5,3,0.14,0.9031,0.04,0.6021 jollier,jollier,4,3,3,3,0.08,0.6990,0.04,0.6021 jostling,jostling,3,3,3,3,0.06,0.6021,0.04,0.6021 jours,jours,4,3,4,3,0.08,0.6990,0.04,0.6021 jouster,jouster,3,3,2,2,0.06,0.6021,0.04,0.6021 joysticks,joysticks,3,3,3,3,0.06,0.6021,0.04,0.6021 Juans,juans,3,3,0,0,0.06,0.6021,0.04,0.6021 Judases,judases,5,3,0,0,0.10,0.7782,0.04,0.6021 juicers,juicers,5,3,4,3,0.10,0.7782,0.04,0.6021 julienne,julienne,3,3,2,2,0.06,0.6021,0.04,0.6021 Jumba,jumba,75,3,0,0,1.47,1.8808,0.04,0.6021 junked,junked,3,3,2,2,0.06,0.6021,0.04,0.6021 jute,jute,12,3,10,2,0.24,1.1139,0.04,0.6021 juxtapose,juxtapose,3,3,3,3,0.06,0.6021,0.04,0.6021 Juxtaposing,juxtaposing,3,3,1,1,0.06,0.6021,0.04,0.6021 Kab,kab,53,3,0,0,1.04,1.7324,0.04,0.6021 kaffir,kaffir,13,3,7,1,0.25,1.1461,0.04,0.6021 kanji,kanji,5,3,3,1,0.10,0.7782,0.04,0.6021 Kapellmeister,kapellmeister,6,3,1,1,0.12,0.8451,0.04,0.6021 Kasbah,kasbah,3,3,1,1,0.06,0.6021,0.04,0.6021 katana,katana,4,3,3,2,0.08,0.6990,0.04,0.6021 kayaks,kayaks,3,3,2,2,0.06,0.6021,0.04,0.6021 Kellys,kellys,3,3,1,1,0.06,0.6021,0.04,0.6021 Kendal,kendal,12,3,0,0,0.24,1.1139,0.04,0.6021 Kersey,kersey,52,3,0,0,1.02,1.7243,0.04,0.6021 Ketch,ketch,8,3,2,2,0.16,0.9542,0.04,0.6021 keyboardist,keyboardist,3,3,3,3,0.06,0.6021,0.04,0.6021 kibitzer,kibitzer,3,3,3,3,0.06,0.6021,0.04,0.6021 kidders,kidders,3,3,3,3,0.06,0.6021,0.04,0.6021 kidnaping,kidnaping,3,3,3,3,0.06,0.6021,0.04,0.6021 kidnappee,kidnappee,3,3,3,3,0.06,0.6021,0.04,0.6021 Kiel,kiel,3,3,1,1,0.06,0.6021,0.04,0.6021 kiloton,kiloton,3,3,3,3,0.06,0.6021,0.04,0.6021 kilotons,kilotons,4,3,4,3,0.08,0.6990,0.04,0.6021 kilts,kilts,3,3,3,3,0.06,0.6021,0.04,0.6021 kimchee,kimchee,4,3,2,2,0.08,0.6990,0.04,0.6021 kindnesses,kindnesses,3,3,3,3,0.06,0.6021,0.04,0.6021 kinesiology,kinesiology,3,3,3,3,0.06,0.6021,0.04,0.6021 kingmaker,kingmaker,3,3,2,2,0.06,0.6021,0.04,0.6021 kingship,kingship,3,3,3,3,0.06,0.6021,0.04,0.6021 kinkier,kinkier,4,3,4,3,0.08,0.6990,0.04,0.6021 Kiowa,kiowa,7,3,0,0,0.14,0.9031,0.04,0.6021 kiting,kiting,4,3,3,3,0.08,0.6990,0.04,0.6021 kitschy,kitschy,3,3,3,3,0.06,0.6021,0.04,0.6021 knapsacks,knapsacks,3,3,3,3,0.06,0.6021,0.04,0.6021 kneeled,kneeled,3,3,3,3,0.06,0.6021,0.04,0.6021 kneepads,kneepads,4,3,3,2,0.08,0.6990,0.04,0.6021 knockdowns,knockdowns,3,3,3,3,0.06,0.6021,0.04,0.6021 knowns,knowns,3,3,3,3,0.06,0.6021,0.04,0.6021 Kola,kola,4,3,0,0,0.08,0.6990,0.04,0.6021 Konstantin,konstantin,12,3,0,0,0.24,1.1139,0.04,0.6021 Kookie,kookie,12,3,2,2,0.24,1.1139,0.04,0.6021 Kori,kori,7,3,0,0,0.14,0.9031,0.04,0.6021 Kroo,kroo,9,3,1,1,0.18,1.0000,0.04,0.6021 Kula,kula,4,3,0,0,0.08,0.6990,0.04,0.6021 Kurdish,kurdish,3,3,0,0,0.06,0.6021,0.04,0.6021 Kuru,kuru,11,3,1,1,0.22,1.0792,0.04,0.6021 Kyu,kyu,3,3,0,0,0.06,0.6021,0.04,0.6021 labourer,labourer,3,3,3,3,0.06,0.6021,0.04,0.6021 labourers,labourers,3,3,3,3,0.06,0.6021,0.04,0.6021 labyrinths,labyrinths,4,3,2,2,0.08,0.6990,0.04,0.6021 lactation,lactation,3,3,2,2,0.06,0.6021,0.04,0.6021 ladyfingers,ladyfingers,4,3,3,2,0.08,0.6990,0.04,0.6021 ladykiller,ladykiller,3,3,3,3,0.06,0.6021,0.04,0.6021 lagoons,lagoons,9,3,7,3,0.18,1.0000,0.04,0.6021 lah,lah,10,3,9,2,0.20,1.0414,0.04,0.6021 Lally,lally,9,3,2,1,0.18,1.0000,0.04,0.6021 lamebrains,lamebrains,3,3,3,3,0.06,0.6021,0.04,0.6021 lamely,lamely,3,3,3,3,0.06,0.6021,0.04,0.6021 lamentation,lamentation,3,3,3,3,0.06,0.6021,0.04,0.6021 Lamentations,lamentations,3,3,1,1,0.06,0.6021,0.04,0.6021 laments,laments,3,3,3,3,0.06,0.6021,0.04,0.6021 lamer,lamer,3,3,2,2,0.06,0.6021,0.04,0.6021 lames,lames,3,3,2,2,0.06,0.6021,0.04,0.6021 laminating,laminating,3,3,3,3,0.06,0.6021,0.04,0.6021 Lamplighter,lamplighter,3,3,1,1,0.06,0.6021,0.04,0.6021 lancing,lancing,3,3,2,2,0.06,0.6021,0.04,0.6021 landladies,landladies,3,3,3,3,0.06,0.6021,0.04,0.6021 landscaped,landscaped,3,3,3,3,0.06,0.6021,0.04,0.6021 landslides,landslides,3,3,3,3,0.06,0.6021,0.04,0.6021 landsman,landsman,6,3,3,2,0.12,0.8451,0.04,0.6021 languor,languor,10,3,9,2,0.20,1.0414,0.04,0.6021 lanolin,lanolin,3,3,2,2,0.06,0.6021,0.04,0.6021 Laotian,laotian,5,3,0,0,0.10,0.7782,0.04,0.6021 Lapp,lapp,10,3,0,0,0.20,1.0414,0.04,0.6021 largemouth,largemouth,3,3,3,3,0.06,0.6021,0.04,0.6021 larges,larges,4,3,4,3,0.08,0.6990,0.04,0.6021 largess,largess,3,3,3,3,0.06,0.6021,0.04,0.6021 lath,lath,3,3,3,3,0.06,0.6021,0.04,0.6021 Latimer,latimer,22,3,0,0,0.43,1.3617,0.04,0.6021 Latins,latins,5,3,0,0,0.10,0.7782,0.04,0.6021 launderer,launderer,3,3,3,3,0.06,0.6021,0.04,0.6021 launders,launders,3,3,3,3,0.06,0.6021,0.04,0.6021 laundries,laundries,3,3,3,3,0.06,0.6021,0.04,0.6021 laundryman,laundryman,4,3,4,3,0.08,0.6990,0.04,0.6021 laureates,laureates,3,3,2,2,0.06,0.6021,0.04,0.6021 lavaliere,lavaliere,3,3,3,3,0.06,0.6021,0.04,0.6021 Lave,lave,5,3,2,2,0.10,0.7782,0.04,0.6021 lawmaker,lawmaker,3,3,2,2,0.06,0.6021,0.04,0.6021 Layne,layne,56,3,0,0,1.10,1.7559,0.04,0.6021 Lcd,lcd,4,3,0,0,0.08,0.6990,0.04,0.6021 Leachman,leachman,3,3,0,0,0.06,0.6021,0.04,0.6021 leaderless,leaderless,3,3,3,3,0.06,0.6021,0.04,0.6021 leafs,leafs,3,3,2,2,0.06,0.6021,0.04,0.6021 leatherette,leatherette,3,3,2,2,0.06,0.6021,0.04,0.6021 leatherjacket,leatherjacket,3,3,2,2,0.06,0.6021,0.04,0.6021 Lector,lector,3,3,1,1,0.06,0.6021,0.04,0.6021 lecturers,lecturers,3,3,3,3,0.06,0.6021,0.04,0.6021 lectureship,lectureship,6,3,6,3,0.12,0.8451,0.04,0.6021 leeks,leeks,3,3,3,3,0.06,0.6021,0.04,0.6021 legato,legato,10,3,10,3,0.20,1.0414,0.04,0.6021 legerdemain,legerdemain,3,3,3,3,0.06,0.6021,0.04,0.6021 legionnaires,legionnaires,3,3,2,2,0.06,0.6021,0.04,0.6021 legislating,legislating,3,3,3,3,0.06,0.6021,0.04,0.6021 legitimized,legitimized,3,3,3,3,0.06,0.6021,0.04,0.6021 legitimizes,legitimizes,3,3,3,3,0.06,0.6021,0.04,0.6021 Lek,lek,4,3,1,1,0.08,0.6990,0.04,0.6021 lengthens,lengthens,3,3,3,3,0.06,0.6021,0.04,0.6021 lense,lense,3,3,3,3,0.06,0.6021,0.04,0.6021 Leos,leos,3,3,1,1,0.06,0.6021,0.04,0.6021 leprous,leprous,3,3,3,3,0.06,0.6021,0.04,0.6021 lessee,lessee,4,3,4,3,0.08,0.6990,0.04,0.6021 lethality,lethality,3,3,3,3,0.06,0.6021,0.04,0.6021 lethally,lethally,3,3,3,3,0.06,0.6021,0.04,0.6021 Leva,leva,5,3,0,0,0.10,0.7782,0.04,0.6021 Levant,levant,3,3,0,0,0.06,0.6021,0.04,0.6021 leveler,leveler,4,3,3,3,0.08,0.6990,0.04,0.6021 Lexic,lexic,3,3,0,0,0.06,0.6021,0.04,0.6021 Ley,ley,27,3,4,2,0.53,1.4472,0.04,0.6021 Leyden,leyden,7,3,0,0,0.14,0.9031,0.04,0.6021 Liane,liane,10,3,0,0,0.20,1.0414,0.04,0.6021 libelous,libelous,3,3,3,3,0.06,0.6021,0.04,0.6021 libertarian,libertarian,4,3,4,3,0.08,0.6990,0.04,0.6021 lichen,lichen,4,3,4,3,0.08,0.6990,0.04,0.6021 Lidia,lidia,21,3,0,0,0.41,1.3424,0.04,0.6021 Liechtenstein,liechtenstein,3,3,0,0,0.06,0.6021,0.04,0.6021 lier,lier,3,3,2,2,0.06,0.6021,0.04,0.6021 liest,liest,8,3,8,3,0.16,0.9542,0.04,0.6021 lifespans,lifespans,3,3,2,2,0.06,0.6021,0.04,0.6021 ligatures,ligatures,3,3,3,3,0.06,0.6021,0.04,0.6021 likeliest,likeliest,3,3,3,3,0.06,0.6021,0.04,0.6021 liken,liken,3,3,3,3,0.06,0.6021,0.04,0.6021 Limburger,limburger,3,3,1,1,0.06,0.6021,0.04,0.6021 limeade,limeade,5,3,4,3,0.10,0.7782,0.04,0.6021 limpin,limpin,4,3,4,3,0.08,0.6990,0.04,0.6021 limps,limps,4,3,3,2,0.08,0.6990,0.04,0.6021 Linesmen,linesmen,3,3,1,1,0.06,0.6021,0.04,0.6021 Lingonberry,lingonberry,5,3,2,1,0.10,0.7782,0.04,0.6021 linkages,linkages,4,3,4,3,0.08,0.6990,0.04,0.6021 linkups,linkups,3,3,3,3,0.06,0.6021,0.04,0.6021 lipid,lipid,3,3,3,3,0.06,0.6021,0.04,0.6021 Lippy,lippy,3,3,1,1,0.06,0.6021,0.04,0.6021 liquefaction,liquefaction,3,3,2,2,0.06,0.6021,0.04,0.6021 liquefies,liquefies,4,3,4,3,0.08,0.6990,0.04,0.6021 liquidity,liquidity,3,3,3,3,0.06,0.6021,0.04,0.6021 Lisle,lisle,8,3,1,1,0.16,0.9542,0.04,0.6021 listeria,listeria,3,3,3,3,0.06,0.6021,0.04,0.6021 literati,literati,3,3,3,3,0.06,0.6021,0.04,0.6021 lithograph,lithograph,3,3,3,3,0.06,0.6021,0.04,0.6021 litigating,litigating,3,3,3,3,0.06,0.6021,0.04,0.6021 litigations,litigations,3,3,3,3,0.06,0.6021,0.04,0.6021 litterbug,litterbug,3,3,2,2,0.06,0.6021,0.04,0.6021 littleness,littleness,4,3,4,3,0.08,0.6990,0.04,0.6021 Littles,littles,10,3,0,0,0.20,1.0414,0.04,0.6021 liveable,liveable,3,3,3,3,0.06,0.6021,0.04,0.6021 livened,livened,3,3,3,3,0.06,0.6021,0.04,0.6021 livens,livens,3,3,3,3,0.06,0.6021,0.04,0.6021 livings,livings,3,3,3,3,0.06,0.6021,0.04,0.6021 livre,livre,10,3,10,3,0.20,1.0414,0.04,0.6021 Llb,llb,3,3,0,0,0.06,0.6021,0.04,0.6021 loaders,loaders,4,3,2,2,0.08,0.6990,0.04,0.6021 loam,loam,3,3,3,3,0.06,0.6021,0.04,0.6021 loanin,loanin,3,3,3,3,0.06,0.6021,0.04,0.6021 Lobos,lobos,3,3,1,1,0.06,0.6021,0.04,0.6021 locales,locales,3,3,3,3,0.06,0.6021,0.04,0.6021 localizer,localizer,8,3,8,3,0.16,0.9542,0.04,0.6021 lockboxes,lockboxes,3,3,3,3,0.06,0.6021,0.04,0.6021 lodestone,lodestone,8,3,5,1,0.16,0.9542,0.04,0.6021 lodgepole,lodgepole,5,3,5,3,0.10,0.7782,0.04,0.6021 lofted,lofted,3,3,3,3,0.06,0.6021,0.04,0.6021 loftier,loftier,3,3,3,3,0.06,0.6021,0.04,0.6021 logbooks,logbooks,3,3,3,3,0.06,0.6021,0.04,0.6021 logger,logger,6,3,3,2,0.12,0.8451,0.04,0.6021 loggers,loggers,3,3,3,3,0.06,0.6021,0.04,0.6021 loincloths,loincloths,3,3,3,3,0.06,0.6021,0.04,0.6021 Londoner,londoner,6,3,2,1,0.12,0.8451,0.04,0.6021 Londoners,londoners,3,3,0,0,0.06,0.6021,0.04,0.6021 Longacre,longacre,3,3,0,0,0.06,0.6021,0.04,0.6021 Longish,longish,3,3,1,1,0.06,0.6021,0.04,0.6021 longways,longways,3,3,3,3,0.06,0.6021,0.04,0.6021 looey,looey,3,3,3,3,0.06,0.6021,0.04,0.6021 lookalike,lookalike,3,3,3,3,0.06,0.6021,0.04,0.6021 lookers,lookers,3,3,3,3,0.06,0.6021,0.04,0.6021 looper,looper,9,3,9,3,0.18,1.0000,0.04,0.6021 loos,loos,3,3,2,2,0.06,0.6021,0.04,0.6021 looseness,looseness,4,3,4,3,0.08,0.6990,0.04,0.6021 loquitur,loquitur,8,3,8,3,0.16,0.9542,0.04,0.6021 lording,lording,3,3,3,3,0.06,0.6021,0.04,0.6021 lorn,lorn,6,3,6,3,0.12,0.8451,0.04,0.6021 lotuses,lotuses,11,3,9,1,0.22,1.0792,0.04,0.6021 lounger,lounger,3,3,3,3,0.06,0.6021,0.04,0.6021 loverly,loverly,41,3,28,3,0.80,1.6232,0.04,0.6021 lovesickness,lovesickness,3,3,3,3,0.06,0.6021,0.04,0.6021 lowbrows,lowbrows,3,3,2,2,0.06,0.6021,0.04,0.6021 Lowery,lowery,7,3,0,0,0.14,0.9031,0.04,0.6021 lowlands,lowlands,4,3,2,2,0.08,0.6990,0.04,0.6021 lowness,lowness,3,3,2,2,0.06,0.6021,0.04,0.6021 lubricator,lubricator,3,3,2,2,0.06,0.6021,0.04,0.6021 Lucent,lucent,5,3,1,1,0.10,0.7782,0.04,0.6021 Lucian,lucian,7,3,0,0,0.14,0.9031,0.04,0.6021 lucking,lucking,3,3,2,2,0.06,0.6021,0.04,0.6021 Lud,lud,9,3,0,0,0.18,1.0000,0.04,0.6021 luff,luff,3,3,3,3,0.06,0.6021,0.04,0.6021 luffing,luffing,3,3,3,3,0.06,0.6021,0.04,0.6021 lugger,lugger,4,3,4,3,0.08,0.6990,0.04,0.6021 lugubrious,lugubrious,3,3,3,3,0.06,0.6021,0.04,0.6021 lumbered,lumbered,3,3,3,3,0.06,0.6021,0.04,0.6021 lumen,lumen,3,3,3,3,0.06,0.6021,0.04,0.6021 luminescent,luminescent,3,3,3,3,0.06,0.6021,0.04,0.6021 luncheonette,luncheonette,3,3,3,3,0.06,0.6021,0.04,0.6021 lunges,lunges,3,3,3,3,0.06,0.6021,0.04,0.6021 Lupin,lupin,7,3,1,1,0.14,0.9031,0.04,0.6021 lurched,lurched,3,3,3,3,0.06,0.6021,0.04,0.6021 Lusk,lusk,5,3,0,0,0.10,0.7782,0.04,0.6021 luxuriant,luxuriant,3,3,2,2,0.06,0.6021,0.04,0.6021 lycanthrope,lycanthrope,4,3,3,3,0.08,0.6990,0.04,0.6021 Lyceum,lyceum,5,3,0,0,0.10,0.7782,0.04,0.6021 lycopodium,lycopodium,3,3,2,2,0.06,0.6021,0.04,0.6021 lymphadenopathy,lymphadenopathy,3,3,2,2,0.06,0.6021,0.04,0.6021 lymphocyte,lymphocyte,8,3,6,2,0.16,0.9542,0.04,0.6021 lyricist,lyricist,9,3,9,3,0.18,1.0000,0.04,0.6021 lysergic,lysergic,3,3,2,2,0.06,0.6021,0.04,0.6021 macrame,macrame,4,3,4,3,0.08,0.6990,0.04,0.6021 madames,madames,8,3,6,1,0.16,0.9542,0.04,0.6021 maestra,maestra,3,3,2,2,0.06,0.6021,0.04,0.6021 Maffia,maffia,4,3,0,0,0.08,0.6990,0.04,0.6021 Magnific,magnific,4,3,1,1,0.08,0.6990,0.04,0.6021 magnifier,magnifier,3,3,3,3,0.06,0.6021,0.04,0.6021 Magus,magus,6,3,1,1,0.12,0.8451,0.04,0.6021 maharaja,maharaja,9,3,5,2,0.18,1.0000,0.04,0.6021 mailings,mailings,4,3,3,2,0.08,0.6990,0.04,0.6021 mainlining,mainlining,3,3,2,2,0.06,0.6021,0.04,0.6021 majordomo,majordomo,3,3,3,3,0.06,0.6021,0.04,0.6021 majorettes,majorettes,3,3,3,3,0.06,0.6021,0.04,0.6021 Malacca,malacca,3,3,0,0,0.06,0.6021,0.04,0.6021 malachite,malachite,3,3,2,2,0.06,0.6021,0.04,0.6021 malade,malade,3,3,3,3,0.06,0.6021,0.04,0.6021 maladies,maladies,3,3,3,3,0.06,0.6021,0.04,0.6021 malamute,malamute,3,3,3,3,0.06,0.6021,0.04,0.6021 malarial,malarial,3,3,3,3,0.06,0.6021,0.04,0.6021 maleness,maleness,4,3,4,3,0.08,0.6990,0.04,0.6021 malingerer,malingerer,3,3,3,3,0.06,0.6021,0.04,0.6021 malingerers,malingerers,3,3,3,3,0.06,0.6021,0.04,0.6021 mallets,mallets,3,3,3,3,0.06,0.6021,0.04,0.6021 malodorous,malodorous,3,3,2,2,0.06,0.6021,0.04,0.6021 maltreatment,maltreatment,4,3,4,3,0.08,0.6990,0.04,0.6021 mammoths,mammoths,4,3,3,2,0.08,0.6990,0.04,0.6021 mandibles,mandibles,5,3,5,3,0.10,0.7782,0.04,0.6021 mang,mang,5,3,3,1,0.10,0.7782,0.04,0.6021 Mangler,mangler,4,3,0,0,0.08,0.6990,0.04,0.6021 Mangles,mangles,10,3,0,0,0.20,1.0414,0.04,0.6021 mangling,mangling,3,3,3,3,0.06,0.6021,0.04,0.6021 manholes,manholes,3,3,3,3,0.06,0.6021,0.04,0.6021 manicuring,manicuring,3,3,3,3,0.06,0.6021,0.04,0.6021 manipulators,manipulators,3,3,3,3,0.06,0.6021,0.04,0.6021 Manitoba,manitoba,3,3,0,0,0.06,0.6021,0.04,0.6021 Manitou,manitou,24,3,0,0,0.47,1.3979,0.04,0.6021 manky,manky,5,3,5,3,0.10,0.7782,0.04,0.6021 Mannering,mannering,14,3,0,0,0.27,1.1761,0.04,0.6021 manoeuvrable,manoeuvrable,3,3,3,3,0.06,0.6021,0.04,0.6021 mantrap,mantrap,5,3,5,3,0.10,0.7782,0.04,0.6021 Mantua,mantua,15,3,0,0,0.29,1.2041,0.04,0.6021 manzanita,manzanita,4,3,2,1,0.08,0.6990,0.04,0.6021 Mapo,mapo,4,3,1,1,0.08,0.6990,0.04,0.6021 Maquis,maquis,29,3,0,0,0.57,1.4771,0.04,0.6021 maraca,maraca,3,3,3,3,0.06,0.6021,0.04,0.6021 marbled,marbled,3,3,3,3,0.06,0.6021,0.04,0.6021 Marchand,marchand,3,3,0,0,0.06,0.6021,0.04,0.6021 Marg,marg,3,3,0,0,0.06,0.6021,0.04,0.6021 mariachis,mariachis,3,3,2,2,0.06,0.6021,0.04,0.6021 marinade,marinade,3,3,3,3,0.06,0.6021,0.04,0.6021 markedly,markedly,3,3,3,3,0.06,0.6021,0.04,0.6021 marketability,marketability,3,3,3,3,0.06,0.6021,0.04,0.6021 marketplaces,marketplaces,3,3,3,3,0.06,0.6021,0.04,0.6021 marmoset,marmoset,3,3,3,3,0.06,0.6021,0.04,0.6021 maroons,maroons,3,3,3,3,0.06,0.6021,0.04,0.6021 marque,marque,7,3,4,2,0.14,0.9031,0.04,0.6021 Marquess,marquess,4,3,0,0,0.08,0.6990,0.04,0.6021 marrieds,marrieds,4,3,4,3,0.08,0.6990,0.04,0.6021 Marse,marse,3,3,0,0,0.06,0.6021,0.04,0.6021 marshlands,marshlands,3,3,3,3,0.06,0.6021,0.04,0.6021 marshmallowy,marshmallowy,3,3,2,2,0.06,0.6021,0.04,0.6021 marshy,marshy,3,3,2,2,0.06,0.6021,0.04,0.6021 marsupials,marsupials,3,3,3,3,0.06,0.6021,0.04,0.6021 Martens,martens,3,3,0,0,0.06,0.6021,0.04,0.6021 Marxists,marxists,3,3,0,0,0.06,0.6021,0.04,0.6021 masquerades,masquerades,3,3,3,3,0.06,0.6021,0.04,0.6021 masterly,masterly,3,3,3,3,0.06,0.6021,0.04,0.6021 masterstroke,masterstroke,3,3,3,3,0.06,0.6021,0.04,0.6021 mastoid,mastoid,5,3,5,3,0.10,0.7782,0.04,0.6021 materializes,materializes,3,3,3,3,0.06,0.6021,0.04,0.6021 materializing,materializing,3,3,3,3,0.06,0.6021,0.04,0.6021 matrices,matrices,3,3,3,3,0.06,0.6021,0.04,0.6021 matriculate,matriculate,3,3,3,3,0.06,0.6021,0.04,0.6021 maturation,maturation,3,3,3,3,0.06,0.6021,0.04,0.6021 Mauler,mauler,6,3,0,0,0.12,0.8451,0.04,0.6021 mawkish,mawkish,3,3,3,3,0.06,0.6021,0.04,0.6021 maws,maws,3,3,3,3,0.06,0.6021,0.04,0.6021 Maxes,maxes,3,3,1,1,0.06,0.6021,0.04,0.6021 maxillary,maxillary,3,3,3,3,0.06,0.6021,0.04,0.6021 maxims,maxims,3,3,3,3,0.06,0.6021,0.04,0.6021 maximums,maximums,3,3,3,3,0.06,0.6021,0.04,0.6021 maxing,maxing,3,3,3,3,0.06,0.6021,0.04,0.6021 Meadowlands,meadowlands,3,3,0,0,0.06,0.6021,0.04,0.6021 mealworms,mealworms,4,3,3,3,0.08,0.6990,0.04,0.6021 meander,meander,3,3,2,2,0.06,0.6021,0.04,0.6021 meaninglessness,meaninglessness,5,3,4,3,0.10,0.7782,0.04,0.6021 meanly,meanly,3,3,3,3,0.06,0.6021,0.04,0.6021 mediaeval,mediaeval,5,3,5,3,0.10,0.7782,0.04,0.6021 mediating,mediating,3,3,3,3,0.06,0.6021,0.04,0.6021 mediocrities,mediocrities,4,3,3,3,0.08,0.6990,0.04,0.6021 megaphones,megaphones,3,3,2,2,0.06,0.6021,0.04,0.6021 Megs,megs,4,3,1,1,0.08,0.6990,0.04,0.6021 mellowing,mellowing,3,3,3,3,0.06,0.6021,0.04,0.6021 Melton,melton,24,3,0,0,0.47,1.3979,0.04,0.6021 memberships,memberships,4,3,4,3,0.08,0.6990,0.04,0.6021 memorialized,memorialized,3,3,3,3,0.06,0.6021,0.04,0.6021 Menders,menders,3,3,1,1,0.06,0.6021,0.04,0.6021 meningeal,meningeal,3,3,3,3,0.06,0.6021,0.04,0.6021 Mennonite,mennonite,3,3,0,0,0.06,0.6021,0.04,0.6021 merest,merest,4,3,4,3,0.08,0.6990,0.04,0.6021 meringues,meringues,3,3,3,3,0.06,0.6021,0.04,0.6021 Merkin,merkin,5,3,2,1,0.10,0.7782,0.04,0.6021 Merovingian,merovingian,8,3,0,0,0.16,0.9542,0.04,0.6021 Merpeople,merpeople,5,3,2,1,0.10,0.7782,0.04,0.6021 merriest,merriest,3,3,3,3,0.06,0.6021,0.04,0.6021 Merrimack,merrimack,3,3,0,0,0.06,0.6021,0.04,0.6021 merrymakers,merrymakers,3,3,3,3,0.06,0.6021,0.04,0.6021 mesentery,mesentery,3,3,3,3,0.06,0.6021,0.04,0.6021 meshed,meshed,3,3,3,3,0.06,0.6021,0.04,0.6021 meshing,meshing,3,3,3,3,0.06,0.6021,0.04,0.6021 mesomorphic,mesomorphic,5,3,5,3,0.10,0.7782,0.04,0.6021 Messer,messer,31,3,1,1,0.61,1.5051,0.04,0.6021 metabolisms,metabolisms,4,3,4,3,0.08,0.6990,0.04,0.6021 metabolite,metabolite,3,3,3,3,0.06,0.6021,0.04,0.6021 metabolites,metabolites,5,3,5,3,0.10,0.7782,0.04,0.6021 metamorphic,metamorphic,3,3,3,3,0.06,0.6021,0.04,0.6021 metaphase,metaphase,3,3,2,2,0.06,0.6021,0.04,0.6021 metaphysic,metaphysic,3,3,2,2,0.06,0.6021,0.04,0.6021 metastasizing,metastasizing,3,3,3,3,0.06,0.6021,0.04,0.6021 metered,metered,3,3,3,3,0.06,0.6021,0.04,0.6021 Meuse,meuse,7,3,0,0,0.14,0.9031,0.04,0.6021 miaow,miaow,3,3,3,3,0.06,0.6021,0.04,0.6021 miaowing,miaowing,4,3,2,2,0.08,0.6990,0.04,0.6021 Mib,mib,3,3,0,0,0.06,0.6021,0.04,0.6021 Microcytic,microcytic,3,3,1,1,0.06,0.6021,0.04,0.6021 micron,micron,3,3,3,3,0.06,0.6021,0.04,0.6021 microorganisms,microorganisms,6,3,6,3,0.12,0.8451,0.04,0.6021 microscopes,microscopes,3,3,3,3,0.06,0.6021,0.04,0.6021 microsecond,microsecond,5,3,5,3,0.10,0.7782,0.04,0.6021 midnights,midnights,3,3,3,3,0.06,0.6021,0.04,0.6021 midrash,midrash,4,3,2,2,0.08,0.6990,0.04,0.6021 midseason,midseason,3,3,3,3,0.06,0.6021,0.04,0.6021 midships,midships,4,3,3,2,0.08,0.6990,0.04,0.6021 migrates,migrates,3,3,3,3,0.06,0.6021,0.04,0.6021 Mila,mila,4,3,1,1,0.08,0.6990,0.04,0.6021 Milken,milken,3,3,0,0,0.06,0.6021,0.04,0.6021 milkmaids,milkmaids,4,3,3,2,0.08,0.6990,0.04,0.6021 millibars,millibars,3,3,3,3,0.06,0.6021,0.04,0.6021 milliner,milliner,5,3,5,3,0.10,0.7782,0.04,0.6021 Minbar,minbar,10,3,0,0,0.20,1.0414,0.04,0.6021 mindlessly,mindlessly,3,3,3,3,0.06,0.6021,0.04,0.6021 minibars,minibars,6,3,6,3,0.12,0.8451,0.04,0.6021 minimally,minimally,3,3,3,3,0.06,0.6021,0.04,0.6021 ministering,ministering,3,3,3,3,0.06,0.6021,0.04,0.6021 Miniver,miniver,4,3,0,0,0.08,0.6990,0.04,0.6021 Minoan,minoan,5,3,0,0,0.10,0.7782,0.04,0.6021 Minoxidil,minoxidil,4,3,0,0,0.08,0.6990,0.04,0.6021 minutely,minutely,3,3,3,3,0.06,0.6021,0.04,0.6021 minyan,minyan,3,3,3,3,0.06,0.6021,0.04,0.6021 Mirador,mirador,9,3,0,0,0.18,1.0000,0.04,0.6021 mirroring,mirroring,3,3,3,3,0.06,0.6021,0.04,0.6021 misapplied,misapplied,3,3,3,3,0.06,0.6021,0.04,0.6021 miscast,miscast,3,3,3,3,0.06,0.6021,0.04,0.6021 mischance,mischance,3,3,2,2,0.06,0.6021,0.04,0.6021 miscue,miscue,4,3,3,3,0.08,0.6990,0.04,0.6021 misdiagnose,misdiagnose,3,3,3,3,0.06,0.6021,0.04,0.6021 miserly,miserly,3,3,2,2,0.06,0.6021,0.04,0.6021 misers,misers,3,3,3,3,0.06,0.6021,0.04,0.6021 misinterpretations,misinterpretations,3,3,3,3,0.06,0.6021,0.04,0.6021 mislay,mislay,3,3,3,3,0.06,0.6021,0.04,0.6021 misperception,misperception,5,3,5,3,0.10,0.7782,0.04,0.6021 mispronounced,mispronounced,3,3,3,3,0.06,0.6021,0.04,0.6021 misspell,misspell,3,3,3,3,0.06,0.6021,0.04,0.6021 misspoken,misspoken,3,3,3,3,0.06,0.6021,0.04,0.6021 misting,misting,3,3,3,3,0.06,0.6021,0.04,0.6021 mistranslated,mistranslated,3,3,3,3,0.06,0.6021,0.04,0.6021 mitigated,mitigated,4,3,4,3,0.08,0.6990,0.04,0.6021 mitigation,mitigation,3,3,3,3,0.06,0.6021,0.04,0.6021 moats,moats,3,3,2,2,0.06,0.6021,0.04,0.6021 mobbing,mobbing,3,3,3,3,0.06,0.6021,0.04,0.6021 mockeries,mockeries,3,3,3,3,0.06,0.6021,0.04,0.6021 mockers,mockers,3,3,3,3,0.06,0.6021,0.04,0.6021 moderates,moderates,3,3,3,3,0.06,0.6021,0.04,0.6021 moderating,moderating,3,3,3,3,0.06,0.6021,0.04,0.6021 modernity,modernity,3,3,3,3,0.06,0.6021,0.04,0.6021 modulating,modulating,3,3,3,3,0.06,0.6021,0.04,0.6021 Moff,moff,5,3,1,1,0.10,0.7782,0.04,0.6021 mogo,mogo,4,3,2,2,0.08,0.6990,0.04,0.6021 mohel,mohel,7,3,5,3,0.14,0.9031,0.04,0.6021 Mohican,mohican,4,3,0,0,0.08,0.6990,0.04,0.6021 moisten,moisten,4,3,4,3,0.08,0.6990,0.04,0.6021 moistened,moistened,5,3,5,3,0.10,0.7782,0.04,0.6021 moisturizers,moisturizers,3,3,3,3,0.06,0.6021,0.04,0.6021 molehills,molehills,3,3,3,3,0.06,0.6021,0.04,0.6021 Mollie,mollie,38,3,0,0,0.75,1.5911,0.04,0.6021 mollusk,mollusk,8,3,8,3,0.16,0.9542,0.04,0.6021 mollycoddling,mollycoddling,3,3,3,3,0.06,0.6021,0.04,0.6021 Moloch,moloch,18,3,0,0,0.35,1.2788,0.04,0.6021 molybdenum,molybdenum,3,3,2,2,0.06,0.6021,0.04,0.6021 momentos,momentos,3,3,2,2,0.06,0.6021,0.04,0.6021 mommas,mommas,5,3,3,2,0.10,0.7782,0.04,0.6021 moneychangers,moneychangers,3,3,3,3,0.06,0.6021,0.04,0.6021 moneygrubbing,moneygrubbing,3,3,3,3,0.06,0.6021,0.04,0.6021 moneymaking,moneymaking,4,3,4,3,0.08,0.6990,0.04,0.6021 moneywise,moneywise,3,3,3,3,0.06,0.6021,0.04,0.6021 mongers,mongers,3,3,2,2,0.06,0.6021,0.04,0.6021 Mongolians,mongolians,4,3,0,0,0.08,0.6990,0.04,0.6021 mongoloids,mongoloids,3,3,2,2,0.06,0.6021,0.04,0.6021 monopolise,monopolise,3,3,3,3,0.06,0.6021,0.04,0.6021 monopolized,monopolized,3,3,3,3,0.06,0.6021,0.04,0.6021 monopolizes,monopolizes,3,3,3,3,0.06,0.6021,0.04,0.6021 monorail,monorail,5,3,5,3,0.10,0.7782,0.04,0.6021 monosyllables,monosyllables,3,3,3,3,0.06,0.6021,0.04,0.6021 monsieurs,monsieurs,3,3,2,2,0.06,0.6021,0.04,0.6021 montages,montages,5,3,5,3,0.10,0.7782,0.04,0.6021 montagne,montagne,4,3,2,2,0.08,0.6990,0.04,0.6021 Montero,montero,21,3,0,0,0.41,1.3424,0.04,0.6021 moonlighter,moonlighter,3,3,2,2,0.06,0.6021,0.04,0.6021 Moonshee,moonshee,19,3,0,0,0.37,1.3010,0.04,0.6021 moorland,moorland,3,3,3,3,0.06,0.6021,0.04,0.6021 mophead,mophead,3,3,3,3,0.06,0.6021,0.04,0.6021 moppet,moppet,4,3,3,2,0.08,0.6990,0.04,0.6021 mortgagee,mortgagee,4,3,4,3,0.08,0.6990,0.04,0.6021 mortise,mortise,3,3,3,3,0.06,0.6021,0.04,0.6021 mortuaries,mortuaries,3,3,2,2,0.06,0.6021,0.04,0.6021 motherboards,motherboards,3,3,3,3,0.06,0.6021,0.04,0.6021 motioned,motioned,4,3,4,3,0.08,0.6990,0.04,0.6021 motiveless,motiveless,3,3,3,3,0.06,0.6021,0.04,0.6021 motorcyclists,motorcyclists,13,3,13,3,0.25,1.1461,0.04,0.6021 motorway,motorway,7,3,7,3,0.14,0.9031,0.04,0.6021 moulage,moulage,3,3,3,3,0.06,0.6021,0.04,0.6021 mouldy,mouldy,3,3,3,3,0.06,0.6021,0.04,0.6021 mountings,mountings,3,3,3,3,0.06,0.6021,0.04,0.6021 mouser,mouser,6,3,4,2,0.12,0.8451,0.04,0.6021 Mousing,mousing,3,3,1,1,0.06,0.6021,0.04,0.6021 Moya,moya,45,3,0,0,0.88,1.6628,0.04,0.6021 Mss,mss,3,3,1,1,0.06,0.6021,0.04,0.6021 mucker,mucker,4,3,4,3,0.08,0.6990,0.04,0.6021 mucks,mucks,4,3,4,3,0.08,0.6990,0.04,0.6021 mucosal,mucosal,3,3,3,3,0.06,0.6021,0.04,0.6021 muezzin,muezzin,4,3,4,3,0.08,0.6990,0.04,0.6021 mufflers,mufflers,4,3,4,3,0.08,0.6990,0.04,0.6021 mulish,mulish,3,3,3,3,0.06,0.6021,0.04,0.6021 mulled,mulled,4,3,3,2,0.08,0.6990,0.04,0.6021 mulligans,mulligans,3,3,2,2,0.06,0.6021,0.04,0.6021 Mulligatawny,mulligatawny,3,3,1,1,0.06,0.6021,0.04,0.6021 multilayered,multilayered,5,3,5,3,0.10,0.7782,0.04,0.6021 multilevel,multilevel,3,3,2,2,0.06,0.6021,0.04,0.6021 Multiphasic,multiphasic,3,3,1,1,0.06,0.6021,0.04,0.6021 multipurpose,multipurpose,3,3,3,3,0.06,0.6021,0.04,0.6021 multitudinous,multitudinous,3,3,2,2,0.06,0.6021,0.04,0.6021 Mumm,mumm,5,3,0,0,0.10,0.7782,0.04,0.6021 muncher,muncher,3,3,3,3,0.06,0.6021,0.04,0.6021 munchers,munchers,4,3,2,2,0.08,0.6990,0.04,0.6021 murk,murk,5,3,4,2,0.10,0.7782,0.04,0.6021 murkier,murkier,4,3,4,3,0.08,0.6990,0.04,0.6021 murmured,murmured,3,3,3,3,0.06,0.6021,0.04,0.6021 Murry,murry,6,3,0,0,0.12,0.8451,0.04,0.6021 mushers,mushers,3,3,3,3,0.06,0.6021,0.04,0.6021 mushier,mushier,3,3,2,2,0.06,0.6021,0.04,0.6021 mushroomed,mushroomed,3,3,3,3,0.06,0.6021,0.04,0.6021 musicale,musicale,8,3,8,3,0.16,0.9542,0.04,0.6021 mustering,mustering,3,3,3,3,0.06,0.6021,0.04,0.6021 mutable,mutable,3,3,2,2,0.06,0.6021,0.04,0.6021 mutism,mutism,4,3,4,3,0.08,0.6990,0.04,0.6021 mutuality,mutuality,3,3,3,3,0.06,0.6021,0.04,0.6021 muzzy,muzzy,3,3,3,3,0.06,0.6021,0.04,0.6021 Myrmidons,myrmidons,6,3,1,1,0.12,0.8451,0.04,0.6021 Naam,naam,93,3,5,2,1.82,1.9731,0.04,0.6021 Nabbing,nabbing,3,3,1,1,0.06,0.6021,0.04,0.6021 nach,nach,7,3,6,3,0.14,0.9031,0.04,0.6021 nailfile,nailfile,4,3,4,3,0.08,0.6990,0.04,0.6021 Nameplates,nameplates,5,3,2,2,0.10,0.7782,0.04,0.6021 nanograms,nanograms,3,3,3,3,0.06,0.6021,0.04,0.6021 Napoleons,napoleons,4,3,0,0,0.08,0.6990,0.04,0.6021 nark,nark,3,3,3,3,0.06,0.6021,0.04,0.6021 narratives,narratives,3,3,3,3,0.06,0.6021,0.04,0.6021 Nast,nast,5,3,1,1,0.10,0.7782,0.04,0.6021 nattering,nattering,3,3,3,3,0.06,0.6021,0.04,0.6021 naturalistic,naturalistic,3,3,3,3,0.06,0.6021,0.04,0.6021 naturalists,naturalists,3,3,3,3,0.06,0.6021,0.04,0.6021 nauseate,nauseate,3,3,3,3,0.06,0.6021,0.04,0.6021 nauseatingly,nauseatingly,3,3,3,3,0.06,0.6021,0.04,0.6021 Neb,neb,28,3,1,1,0.55,1.4624,0.04,0.6021 Nebs,nebs,11,3,2,2,0.22,1.0792,0.04,0.6021 Nebulized,nebulized,3,3,1,1,0.06,0.6021,0.04,0.6021 nebulous,nebulous,3,3,3,3,0.06,0.6021,0.04,0.6021 necked,necked,4,3,4,3,0.08,0.6990,0.04,0.6021 Necro,necro,3,3,1,1,0.06,0.6021,0.04,0.6021 necrophile,necrophile,3,3,3,3,0.06,0.6021,0.04,0.6021 nectarines,nectarines,3,3,3,3,0.06,0.6021,0.04,0.6021 neediness,neediness,3,3,3,3,0.06,0.6021,0.04,0.6021 Nene,nene,48,3,1,1,0.94,1.6902,0.04,0.6021 neoclassic,neoclassic,3,3,2,2,0.06,0.6021,0.04,0.6021 neocortex,neocortex,5,3,5,3,0.10,0.7782,0.04,0.6021 Neons,neons,5,3,1,1,0.10,0.7782,0.04,0.6021 nested,nested,3,3,3,3,0.06,0.6021,0.04,0.6021 neuromuscular,neuromuscular,3,3,3,3,0.06,0.6021,0.04,0.6021 Neve,neve,3,3,1,1,0.06,0.6021,0.04,0.6021 newscasters,newscasters,3,3,2,2,0.06,0.6021,0.04,0.6021 newscasts,newscasts,3,3,3,3,0.06,0.6021,0.04,0.6021 newshound,newshound,3,3,3,3,0.06,0.6021,0.04,0.6021 nicker,nicker,3,3,3,3,0.06,0.6021,0.04,0.6021 Nicolo,nicolo,12,3,0,0,0.24,1.1139,0.04,0.6021 Nieves,nieves,14,3,0,0,0.27,1.1761,0.04,0.6021 niggard,niggard,3,3,3,3,0.06,0.6021,0.04,0.6021 nightspots,nightspots,3,3,3,3,0.06,0.6021,0.04,0.6021 Nimbly,nimbly,5,3,2,2,0.10,0.7782,0.04,0.6021 Ninhydrin,ninhydrin,7,3,1,1,0.14,0.9031,0.04,0.6021 Niobe,niobe,37,3,0,0,0.73,1.5798,0.04,0.6021 Nitch,nitch,11,3,1,1,0.22,1.0792,0.04,0.6021 nits,nits,3,3,3,3,0.06,0.6021,0.04,0.6021 Noblesse,noblesse,3,3,1,1,0.06,0.6021,0.04,0.6021 nock,nock,5,3,4,2,0.10,0.7782,0.04,0.6021 noiseless,noiseless,3,3,3,3,0.06,0.6021,0.04,0.6021 noisemaker,noisemaker,3,3,3,3,0.06,0.6021,0.04,0.6021 noisemakers,noisemakers,3,3,2,2,0.06,0.6021,0.04,0.6021 nonbelievers,nonbelievers,3,3,2,2,0.06,0.6021,0.04,0.6021 nonce,nonce,3,3,3,3,0.06,0.6021,0.04,0.6021 nonchalance,nonchalance,3,3,3,3,0.06,0.6021,0.04,0.6021 noncombat,noncombat,3,3,3,3,0.06,0.6021,0.04,0.6021 noncoms,noncoms,3,3,2,2,0.06,0.6021,0.04,0.6021 nonentity,nonentity,3,3,3,3,0.06,0.6021,0.04,0.6021 nonessential,nonessential,3,3,3,3,0.06,0.6021,0.04,0.6021 nonexclusive,nonexclusive,3,3,3,3,0.06,0.6021,0.04,0.6021 nonfunctional,nonfunctional,4,3,4,3,0.08,0.6990,0.04,0.6021 noninfectious,noninfectious,3,3,3,3,0.06,0.6021,0.04,0.6021 nonnative,nonnative,4,3,3,2,0.08,0.6990,0.04,0.6021 nonporous,nonporous,3,3,3,3,0.06,0.6021,0.04,0.6021 nonsequential,nonsequential,3,3,3,3,0.06,0.6021,0.04,0.6021 nooses,nooses,3,3,3,3,0.06,0.6021,0.04,0.6021 normalizing,normalizing,3,3,2,2,0.06,0.6021,0.04,0.6021 normative,normative,3,3,2,2,0.06,0.6021,0.04,0.6021 Norther,norther,13,3,3,2,0.25,1.1461,0.04,0.6021 northerly,northerly,3,3,3,3,0.06,0.6021,0.04,0.6021 northernmost,northernmost,3,3,3,3,0.06,0.6021,0.04,0.6021 Northman,northman,4,3,0,0,0.08,0.6990,0.04,0.6021 northwesterly,northwesterly,4,3,4,3,0.08,0.6990,0.04,0.6021 nosed,nosed,3,3,3,3,0.06,0.6021,0.04,0.6021 nostrum,nostrum,9,3,9,3,0.18,1.0000,0.04,0.6021 notched,notched,3,3,2,2,0.06,0.6021,0.04,0.6021 notifications,notifications,3,3,3,3,0.06,0.6021,0.04,0.6021 Nouvelle,nouvelle,3,3,1,1,0.06,0.6021,0.04,0.6021 nouvelles,nouvelles,3,3,3,3,0.06,0.6021,0.04,0.6021 nowise,nowise,3,3,3,3,0.06,0.6021,0.04,0.6021 Nows,nows,3,3,1,1,0.06,0.6021,0.04,0.6021 nowt,nowt,9,3,6,3,0.18,1.0000,0.04,0.6021 nubbin,nubbin,4,3,2,2,0.08,0.6990,0.04,0.6021 nucleic,nucleic,5,3,5,3,0.10,0.7782,0.04,0.6021 nudges,nudges,3,3,3,3,0.06,0.6021,0.04,0.6021 nuisances,nuisances,3,3,3,3,0.06,0.6021,0.04,0.6021 numbering,numbering,3,3,3,3,0.06,0.6021,0.04,0.6021 numbskulls,numbskulls,3,3,3,3,0.06,0.6021,0.04,0.6021 numerator,numerator,5,3,5,3,0.10,0.7782,0.04,0.6021 Nuncio,nuncio,10,3,1,1,0.20,1.0414,0.04,0.6021 nursemaids,nursemaids,4,3,4,3,0.08,0.6990,0.04,0.6021 nurturer,nurturer,3,3,3,3,0.06,0.6021,0.04,0.6021 nutcake,nutcake,3,3,3,3,0.06,0.6021,0.04,0.6021 nutted,nutted,4,3,4,3,0.08,0.6990,0.04,0.6021 nymphomaniacal,nymphomaniacal,3,3,3,3,0.06,0.6021,0.04,0.6021 nymphos,nymphos,3,3,2,2,0.06,0.6021,0.04,0.6021 oakum,oakum,4,3,4,3,0.08,0.6990,0.04,0.6021 oarsman,oarsman,3,3,2,2,0.06,0.6021,0.04,0.6021 Oarsmen,oarsmen,6,3,2,2,0.12,0.8451,0.04,0.6021 obbligato,obbligato,3,3,3,3,0.06,0.6021,0.04,0.6021 Obeah,obeah,9,3,2,2,0.18,1.0000,0.04,0.6021 Oberon,oberon,7,3,0,0,0.14,0.9031,0.04,0.6021 obfuscate,obfuscate,5,3,5,3,0.10,0.7782,0.04,0.6021 objectifies,objectifies,3,3,3,3,0.06,0.6021,0.04,0.6021 objectors,objectors,3,3,3,3,0.06,0.6021,0.04,0.6021 observance,observance,3,3,3,3,0.06,0.6021,0.04,0.6021 observatories,observatories,5,3,5,3,0.10,0.7782,0.04,0.6021 obsessional,obsessional,3,3,2,2,0.06,0.6021,0.04,0.6021 obsessiveness,obsessiveness,5,3,4,3,0.10,0.7782,0.04,0.6021 obsidian,obsidian,3,3,2,2,0.06,0.6021,0.04,0.6021 obstetric,obstetric,6,3,6,3,0.12,0.8451,0.04,0.6021 obstructs,obstructs,3,3,2,2,0.06,0.6021,0.04,0.6021 ocarina,ocarina,3,3,2,2,0.06,0.6021,0.04,0.6021 Occidentals,occidentals,3,3,1,1,0.06,0.6021,0.04,0.6021 occultism,occultism,3,3,2,2,0.06,0.6021,0.04,0.6021 oceanfront,oceanfront,3,3,3,3,0.06,0.6021,0.04,0.6021 oceanographer,oceanographer,4,3,3,3,0.08,0.6990,0.04,0.6021 Ods,ods,3,3,0,0,0.06,0.6021,0.04,0.6021 oedema,oedema,3,3,2,2,0.06,0.6021,0.04,0.6021 oesophagus,oesophagus,4,3,4,3,0.08,0.6990,0.04,0.6021 offensiveness,offensiveness,3,3,3,3,0.06,0.6021,0.04,0.6021 offsets,offsets,3,3,3,3,0.06,0.6021,0.04,0.6021 oiling,oiling,3,3,3,3,0.06,0.6021,0.04,0.6021 ology,ology,4,3,3,2,0.08,0.6990,0.04,0.6021 onside,onside,4,3,4,3,0.08,0.6990,0.04,0.6021 ontological,ontological,3,3,3,3,0.06,0.6021,0.04,0.6021 ontology,ontology,5,3,3,2,0.10,0.7782,0.04,0.6021 ony,ony,4,3,4,3,0.08,0.6990,0.04,0.6021 ophthalmology,ophthalmology,5,3,5,3,0.10,0.7782,0.04,0.6021 opts,opts,3,3,3,3,0.06,0.6021,0.04,0.6021 Orale,orale,3,3,0,0,0.06,0.6021,0.04,0.6021 orangy,orangy,3,3,2,2,0.06,0.6021,0.04,0.6021 orations,orations,5,3,5,3,0.10,0.7782,0.04,0.6021 orbiter,orbiter,4,3,2,2,0.08,0.6990,0.04,0.6021 ordeals,ordeals,4,3,4,3,0.08,0.6990,0.04,0.6021 orderer,orderer,4,3,4,3,0.08,0.6990,0.04,0.6021 ordinaire,ordinaire,3,3,2,2,0.06,0.6021,0.04,0.6021 ordinaries,ordinaries,3,3,3,3,0.06,0.6021,0.04,0.6021 originator,originator,3,3,3,3,0.06,0.6021,0.04,0.6021 ornamentation,ornamentation,3,3,3,3,0.06,0.6021,0.04,0.6021 ornithological,ornithological,3,3,2,2,0.06,0.6021,0.04,0.6021 ort,ort,4,3,2,2,0.08,0.6990,0.04,0.6021 orthodontic,orthodontic,3,3,3,3,0.06,0.6021,0.04,0.6021 orthopedics,orthopedics,3,3,2,2,0.06,0.6021,0.04,0.6021 Orwellian,orwellian,3,3,0,0,0.06,0.6021,0.04,0.6021 oscillate,oscillate,3,3,3,3,0.06,0.6021,0.04,0.6021 oscillation,oscillation,5,3,4,3,0.10,0.7782,0.04,0.6021 osculation,osculation,3,3,3,3,0.06,0.6021,0.04,0.6021 osmotic,osmotic,3,3,3,3,0.06,0.6021,0.04,0.6021 ostensible,ostensible,3,3,3,3,0.06,0.6021,0.04,0.6021 osteomyelitis,osteomyelitis,3,3,3,3,0.06,0.6021,0.04,0.6021 ostracism,ostracism,3,3,2,2,0.06,0.6021,0.04,0.6021 otherness,otherness,3,3,3,3,0.06,0.6021,0.04,0.6021 ouf,ouf,5,3,5,3,0.10,0.7782,0.04,0.6021 oust,oust,3,3,3,3,0.06,0.6021,0.04,0.6021 ouster,ouster,3,3,3,3,0.06,0.6021,0.04,0.6021 outages,outages,3,3,3,3,0.06,0.6021,0.04,0.6021 outbox,outbox,3,3,3,3,0.06,0.6021,0.04,0.6021 outcries,outcries,4,3,4,3,0.08,0.6990,0.04,0.6021 outdrew,outdrew,3,3,3,3,0.06,0.6021,0.04,0.6021 outfight,outfight,3,3,3,3,0.06,0.6021,0.04,0.6021 Outfitters,outfitters,3,3,0,0,0.06,0.6021,0.04,0.6021 outgoings,outgoings,5,3,5,3,0.10,0.7782,0.04,0.6021 outlasted,outlasted,3,3,3,3,0.06,0.6021,0.04,0.6021 outliving,outliving,4,3,2,2,0.08,0.6990,0.04,0.6021 outmanoeuvre,outmanoeuvre,3,3,3,3,0.06,0.6021,0.04,0.6021 outnumbering,outnumbering,3,3,3,3,0.06,0.6021,0.04,0.6021 outnumbers,outnumbers,3,3,3,3,0.06,0.6021,0.04,0.6021 outperform,outperform,3,3,3,3,0.06,0.6021,0.04,0.6021 outperformed,outperformed,3,3,3,3,0.06,0.6021,0.04,0.6021 outshines,outshines,3,3,3,3,0.06,0.6021,0.04,0.6021 outsized,outsized,3,3,2,2,0.06,0.6021,0.04,0.6021 outsmarting,outsmarting,5,3,5,3,0.10,0.7782,0.04,0.6021 outsold,outsold,3,3,3,3,0.06,0.6021,0.04,0.6021 outtalk,outtalk,3,3,3,3,0.06,0.6021,0.04,0.6021 Outworld,outworld,23,3,0,0,0.45,1.3802,0.04,0.6021 outworn,outworn,7,3,7,3,0.14,0.9031,0.04,0.6021 overachievers,overachievers,3,3,2,2,0.06,0.6021,0.04,0.6021 overact,overact,4,3,4,3,0.08,0.6990,0.04,0.6021 overages,overages,3,3,3,3,0.06,0.6021,0.04,0.6021 overanalyze,overanalyze,3,3,3,3,0.06,0.6021,0.04,0.6021 overemotional,overemotional,3,3,3,3,0.06,0.6021,0.04,0.6021 overenthusiastic,overenthusiastic,3,3,3,3,0.06,0.6021,0.04,0.6021 overfilled,overfilled,3,3,3,3,0.06,0.6021,0.04,0.6021 overlaps,overlaps,3,3,3,3,0.06,0.6021,0.04,0.6021 overnighter,overnighter,3,3,3,3,0.06,0.6021,0.04,0.6021 overplaying,overplaying,3,3,3,3,0.06,0.6021,0.04,0.6021 overproduction,overproduction,3,3,2,2,0.06,0.6021,0.04,0.6021 overprotected,overprotected,7,3,7,3,0.14,0.9031,0.04,0.6021 overreached,overreached,3,3,3,3,0.06,0.6021,0.04,0.6021 overripe,overripe,3,3,3,3,0.06,0.6021,0.04,0.6021 overruling,overruling,3,3,3,3,0.06,0.6021,0.04,0.6021 overrunning,overrunning,3,3,3,3,0.06,0.6021,0.04,0.6021 overshadows,overshadows,3,3,3,3,0.06,0.6021,0.04,0.6021 oversimplify,oversimplify,3,3,3,3,0.06,0.6021,0.04,0.6021 overstressed,overstressed,3,3,3,3,0.06,0.6021,0.04,0.6021 overtone,overtone,3,3,3,3,0.06,0.6021,0.04,0.6021 Paar,paar,3,3,1,1,0.06,0.6021,0.04,0.6021 pabulum,pabulum,3,3,3,3,0.06,0.6021,0.04,0.6021 pachinko,pachinko,11,3,8,2,0.22,1.0792,0.04,0.6021 Pachyderm,pachyderm,6,3,2,2,0.12,0.8451,0.04,0.6021 pacification,pacification,3,3,2,2,0.06,0.6021,0.04,0.6021 pacifiers,pacifiers,3,3,3,3,0.06,0.6021,0.04,0.6021 Pacs,pacs,5,3,0,0,0.10,0.7782,0.04,0.6021 paddywhack,paddywhack,5,3,5,3,0.10,0.7782,0.04,0.6021 Padrino,padrino,11,3,2,1,0.22,1.0792,0.04,0.6021 Padrone,padrone,9,3,1,1,0.18,1.0000,0.04,0.6021 paean,paean,3,3,3,3,0.06,0.6021,0.04,0.6021 paintbox,paintbox,5,3,4,2,0.10,0.7782,0.04,0.6021 paintbrushes,paintbrushes,3,3,3,3,0.06,0.6021,0.04,0.6021 pairings,pairings,3,3,3,3,0.06,0.6021,0.04,0.6021 Paladin,paladin,7,3,1,1,0.14,0.9031,0.04,0.6021 paled,paled,3,3,3,3,0.06,0.6021,0.04,0.6021 palely,palely,3,3,3,3,0.06,0.6021,0.04,0.6021 Paleolithic,paleolithic,3,3,0,0,0.06,0.6021,0.04,0.6021 palimony,palimony,5,3,4,2,0.10,0.7782,0.04,0.6021 palliative,palliative,3,3,3,3,0.06,0.6021,0.04,0.6021 palling,palling,3,3,3,3,0.06,0.6021,0.04,0.6021 Palmar,palmar,6,3,2,2,0.12,0.8451,0.04,0.6021 palmetto,palmetto,4,3,3,2,0.08,0.6990,0.04,0.6021 Palmyra,palmyra,11,3,0,0,0.22,1.0792,0.04,0.6021 palpate,palpate,3,3,3,3,0.06,0.6021,0.04,0.6021 palpating,palpating,3,3,3,3,0.06,0.6021,0.04,0.6021 Palter,palter,5,3,2,2,0.10,0.7782,0.04,0.6021 panacea,panacea,4,3,2,2,0.08,0.6990,0.04,0.6021 pandered,pandered,3,3,3,3,0.06,0.6021,0.04,0.6021 panes,panes,3,3,3,3,0.06,0.6021,0.04,0.6021 panto,panto,10,3,5,2,0.20,1.0414,0.04,0.6021 paperclips,paperclips,3,3,3,3,0.06,0.6021,0.04,0.6021 papier,papier,3,3,3,3,0.06,0.6021,0.04,0.6021 papilledema,papilledema,3,3,2,2,0.06,0.6021,0.04,0.6021 papilloma,papilloma,4,3,4,3,0.08,0.6990,0.04,0.6021 Papillon,papillon,6,3,0,0,0.12,0.8451,0.04,0.6021 Papua,papua,10,3,0,0,0.20,1.0414,0.04,0.6021 papyrus,papyrus,4,3,3,3,0.08,0.6990,0.04,0.6021 Paraguayan,paraguayan,3,3,0,0,0.06,0.6021,0.04,0.6021 paralytics,paralytics,3,3,3,3,0.06,0.6021,0.04,0.6021 paramecium,paramecium,10,3,7,3,0.20,1.0414,0.04,0.6021 parasols,parasols,3,3,3,3,0.06,0.6021,0.04,0.6021 paratroop,paratroop,3,3,3,3,0.06,0.6021,0.04,0.6021 parceled,parceled,3,3,3,3,0.06,0.6021,0.04,0.6021 Parcher,parcher,3,3,0,0,0.06,0.6021,0.04,0.6021 pardonable,pardonable,3,3,3,3,0.06,0.6021,0.04,0.6021 pardoner,pardoner,3,3,2,2,0.06,0.6021,0.04,0.6021 paregoric,paregoric,3,3,2,2,0.06,0.6021,0.04,0.6021 parenthesis,parenthesis,3,3,3,3,0.06,0.6021,0.04,0.6021 pariahs,pariahs,3,3,2,2,0.06,0.6021,0.04,0.6021 parishes,parishes,3,3,3,3,0.06,0.6021,0.04,0.6021 Parkland,parkland,5,3,0,0,0.10,0.7782,0.04,0.6021 Parky,parky,7,3,1,1,0.14,0.9031,0.04,0.6021 parlours,parlours,3,3,3,3,0.06,0.6021,0.04,0.6021 parricide,parricide,3,3,3,3,0.06,0.6021,0.04,0.6021 parries,parries,3,3,3,3,0.06,0.6021,0.04,0.6021 partie,partie,3,3,3,3,0.06,0.6021,0.04,0.6021 Partridges,partridges,4,3,0,0,0.08,0.6990,0.04,0.6021 paseo,paseo,3,3,2,2,0.06,0.6021,0.04,0.6021 Pasha,pasha,27,3,1,1,0.53,1.4472,0.04,0.6021 passers,passers,3,3,3,3,0.06,0.6021,0.04,0.6021 passionless,passionless,3,3,3,3,0.06,0.6021,0.04,0.6021 passivity,passivity,3,3,3,3,0.06,0.6021,0.04,0.6021 pastors,pastors,4,3,4,3,0.08,0.6990,0.04,0.6021 patenting,patenting,3,3,3,3,0.06,0.6021,0.04,0.6021 Pathfinders,pathfinders,3,3,1,1,0.06,0.6021,0.04,0.6021 pathologies,pathologies,3,3,3,3,0.06,0.6021,0.04,0.6021 pathologists,pathologists,3,3,2,2,0.06,0.6021,0.04,0.6021 patriarchy,patriarchy,3,3,3,3,0.06,0.6021,0.04,0.6021 patters,patters,3,3,2,2,0.06,0.6021,0.04,0.6021 paucity,paucity,4,3,4,3,0.08,0.6990,0.04,0.6021 pavilions,pavilions,3,3,3,3,0.06,0.6021,0.04,0.6021 Pavone,pavone,6,3,0,0,0.12,0.8451,0.04,0.6021 paybacks,paybacks,3,3,2,2,0.06,0.6021,0.04,0.6021 paydays,paydays,3,3,2,2,0.06,0.6021,0.04,0.6021 payers,payers,4,3,4,3,0.08,0.6990,0.04,0.6021 Pbx,pbx,3,3,0,0,0.06,0.6021,0.04,0.6021 Pdl,pdl,5,3,0,0,0.10,0.7782,0.04,0.6021 peabrain,peabrain,3,3,3,3,0.06,0.6021,0.04,0.6021 Peacekeeper,peacekeeper,21,3,1,1,0.41,1.3424,0.04,0.6021 Pease,pease,5,3,2,1,0.10,0.7782,0.04,0.6021 peashooter,peashooter,3,3,3,3,0.06,0.6021,0.04,0.6021 peasy,peasy,3,3,3,3,0.06,0.6021,0.04,0.6021 pedalling,pedalling,3,3,2,2,0.06,0.6021,0.04,0.6021 pederast,pederast,4,3,4,3,0.08,0.6990,0.04,0.6021 pederasts,pederasts,3,3,3,3,0.06,0.6021,0.04,0.6021 peepholes,peepholes,3,3,2,2,0.06,0.6021,0.04,0.6021 peepshow,peepshow,3,3,3,3,0.06,0.6021,0.04,0.6021 peeves,peeves,4,3,2,2,0.08,0.6990,0.04,0.6021 pellagra,pellagra,3,3,2,2,0.06,0.6021,0.04,0.6021 pelvises,pelvises,4,3,4,3,0.08,0.6990,0.04,0.6021 pendulous,pendulous,3,3,3,3,0.06,0.6021,0.04,0.6021 pendulums,pendulums,4,3,4,3,0.08,0.6990,0.04,0.6021 penetrations,penetrations,3,3,3,3,0.06,0.6021,0.04,0.6021 penitence,penitence,3,3,3,3,0.06,0.6021,0.04,0.6021 Penner,penner,32,3,0,0,0.63,1.5185,0.04,0.6021 pensione,pensione,8,3,5,3,0.16,0.9542,0.04,0.6021 pensioned,pensioned,3,3,3,3,0.06,0.6021,0.04,0.6021 peons,peons,10,3,9,3,0.20,1.0414,0.04,0.6021 Peperoni,peperoni,3,3,1,1,0.06,0.6021,0.04,0.6021 peppercorn,peppercorn,6,3,3,3,0.12,0.8451,0.04,0.6021 peppercorns,peppercorns,3,3,3,3,0.06,0.6021,0.04,0.6021 Pepperidge,pepperidge,6,3,0,0,0.12,0.8451,0.04,0.6021 Pepsis,pepsis,5,3,1,1,0.10,0.7782,0.04,0.6021 perching,perching,3,3,3,3,0.06,0.6021,0.04,0.6021 percussive,percussive,3,3,2,2,0.06,0.6021,0.04,0.6021 Perdu,perdu,7,3,2,2,0.14,0.9031,0.04,0.6021 Pereira,pereira,10,3,0,0,0.20,1.0414,0.04,0.6021 perennials,perennials,4,3,3,2,0.08,0.6990,0.04,0.6021 perestroika,perestroika,3,3,2,2,0.06,0.6021,0.04,0.6021 perfects,perfects,3,3,3,3,0.06,0.6021,0.04,0.6021 perfidy,perfidy,5,3,5,3,0.10,0.7782,0.04,0.6021 perforce,perforce,3,3,2,2,0.06,0.6021,0.04,0.6021 pericarditis,pericarditis,3,3,3,3,0.06,0.6021,0.04,0.6021 Pericles,pericles,3,3,0,0,0.06,0.6021,0.04,0.6021 perigee,perigee,3,3,3,3,0.06,0.6021,0.04,0.6021 periodontist,periodontist,3,3,3,3,0.06,0.6021,0.04,0.6021 periorbital,periorbital,3,3,2,2,0.06,0.6021,0.04,0.6021 peristaltic,peristaltic,3,3,3,3,0.06,0.6021,0.04,0.6021 perjurer,perjurer,3,3,3,3,0.06,0.6021,0.04,0.6021 perjurers,perjurers,3,3,3,3,0.06,0.6021,0.04,0.6021 perked,perked,3,3,3,3,0.06,0.6021,0.04,0.6021 Perkin,perkin,4,3,1,1,0.08,0.6990,0.04,0.6021 permeable,permeable,3,3,3,3,0.06,0.6021,0.04,0.6021 permutation,permutation,3,3,3,3,0.06,0.6021,0.04,0.6021 perpetrating,perpetrating,3,3,3,3,0.06,0.6021,0.04,0.6021 pers,pers,3,3,3,3,0.06,0.6021,0.04,0.6021 perseveres,perseveres,3,3,3,3,0.06,0.6021,0.04,0.6021 persimmons,persimmons,4,3,4,3,0.08,0.6990,0.04,0.6021 persnickety,persnickety,3,3,3,3,0.06,0.6021,0.04,0.6021 perverseness,perverseness,3,3,3,3,0.06,0.6021,0.04,0.6021 Pesach,pesach,5,3,0,0,0.10,0.7782,0.04,0.6021 peseta,peseta,4,3,3,2,0.08,0.6990,0.04,0.6021 pestilential,pestilential,3,3,2,2,0.06,0.6021,0.04,0.6021 petites,petites,3,3,3,3,0.06,0.6021,0.04,0.6021 petitioners,petitioners,3,3,3,3,0.06,0.6021,0.04,0.6021 Petro,petro,3,3,1,1,0.06,0.6021,0.04,0.6021 Petrochemical,petrochemical,5,3,2,2,0.10,0.7782,0.04,0.6021 phalange,phalange,6,3,4,2,0.12,0.8451,0.04,0.6021 phenol,phenol,5,3,5,3,0.10,0.7782,0.04,0.6021 phenom,phenom,3,3,3,3,0.06,0.6021,0.04,0.6021 phentolamine,phentolamine,3,3,3,3,0.06,0.6021,0.04,0.6021 pheochromocytoma,pheochromocytoma,5,3,4,3,0.10,0.7782,0.04,0.6021 Phoebes,phoebes,4,3,0,0,0.08,0.6990,0.04,0.6021 Phoenicians,phoenicians,3,3,0,0,0.06,0.6021,0.04,0.6021 phonemes,phonemes,3,3,3,3,0.06,0.6021,0.04,0.6021 phosphates,phosphates,4,3,4,3,0.08,0.6990,0.04,0.6021 photic,photic,3,3,3,3,0.06,0.6021,0.04,0.6021 photocopiers,photocopiers,3,3,3,3,0.06,0.6021,0.04,0.6021 photoed,photoed,3,3,3,3,0.06,0.6021,0.04,0.6021 photog,photog,3,3,3,3,0.06,0.6021,0.04,0.6021 Photoplay,photoplay,4,3,1,1,0.08,0.6990,0.04,0.6021 phraseology,phraseology,3,3,3,3,0.06,0.6021,0.04,0.6021 phrenological,phrenological,3,3,3,3,0.06,0.6021,0.04,0.6021 phyllo,phyllo,3,3,3,3,0.06,0.6021,0.04,0.6021 physiologist,physiologist,5,3,5,3,0.10,0.7782,0.04,0.6021 Pia,pia,3,3,0,0,0.06,0.6021,0.04,0.6021 pianissimo,pianissimo,4,3,2,2,0.08,0.6990,0.04,0.6021 Pica,pica,4,3,1,1,0.08,0.6990,0.04,0.6021 Picayune,picayune,3,3,1,1,0.06,0.6021,0.04,0.6021 pidgin,pidgin,3,3,2,2,0.06,0.6021,0.04,0.6021 Piet,piet,6,3,1,1,0.12,0.8451,0.04,0.6021 Pilch,pilch,6,3,0,0,0.12,0.8451,0.04,0.6021 pilchards,pilchards,3,3,3,3,0.06,0.6021,0.04,0.6021 pilings,pilings,8,3,8,3,0.16,0.9542,0.04,0.6021 pillory,pillory,5,3,5,3,0.10,0.7782,0.04,0.6021 Pima,pima,4,3,1,1,0.08,0.6990,0.04,0.6021 pinecones,pinecones,3,3,3,3,0.06,0.6021,0.04,0.6021 pined,pined,5,3,3,3,0.10,0.7782,0.04,0.6021 pinpricks,pinpricks,3,3,3,3,0.06,0.6021,0.04,0.6021 pion,pion,6,3,5,2,0.12,0.8451,0.04,0.6021 Pipkin,pipkin,5,3,1,1,0.10,0.7782,0.04,0.6021 pis,pis,4,3,3,2,0.08,0.6990,0.04,0.6021 pissants,pissants,4,3,4,3,0.08,0.6990,0.04,0.6021 pistil,pistil,5,3,5,3,0.10,0.7782,0.04,0.6021 Pitman,pitman,4,3,1,1,0.08,0.6990,0.04,0.6021 pitons,pitons,5,3,3,2,0.10,0.7782,0.04,0.6021 pitter,pitter,4,3,2,2,0.08,0.6990,0.04,0.6021 pityriasis,pityriasis,3,3,2,2,0.06,0.6021,0.04,0.6021 Piu,piu,3,3,1,1,0.06,0.6021,0.04,0.6021 pivots,pivots,3,3,2,2,0.06,0.6021,0.04,0.6021 pixilated,pixilated,15,3,13,3,0.29,1.2041,0.04,0.6021 plagiarized,plagiarized,3,3,3,3,0.06,0.6021,0.04,0.6021 Plantagenet,plantagenet,5,3,0,0,0.10,0.7782,0.04,0.6021 plantar,plantar,4,3,4,3,0.08,0.6990,0.04,0.6021 plasterers,plasterers,3,3,3,3,0.06,0.6021,0.04,0.6021 plat,plat,4,3,4,3,0.08,0.6990,0.04,0.6021 plateful,plateful,3,3,3,3,0.06,0.6021,0.04,0.6021 platonically,platonically,3,3,2,2,0.06,0.6021,0.04,0.6021 platypus,platypus,3,3,2,2,0.06,0.6021,0.04,0.6021 playable,playable,3,3,2,2,0.06,0.6021,0.04,0.6021 playlet,playlet,3,3,3,3,0.06,0.6021,0.04,0.6021 playwriting,playwriting,3,3,3,3,0.06,0.6021,0.04,0.6021 pleat,pleat,3,3,3,3,0.06,0.6021,0.04,0.6021 pleated,pleated,4,3,3,2,0.08,0.6990,0.04,0.6021 Plebiscite,plebiscite,3,3,1,1,0.06,0.6021,0.04,0.6021 plesiosaur,plesiosaur,3,3,3,3,0.06,0.6021,0.04,0.6021 plex,plex,4,3,2,1,0.08,0.6990,0.04,0.6021 plies,plies,3,3,3,3,0.06,0.6021,0.04,0.6021 plonk,plonk,3,3,3,3,0.06,0.6021,0.04,0.6021 plops,plops,3,3,3,3,0.06,0.6021,0.04,0.6021 plucker,plucker,3,3,3,3,0.06,0.6021,0.04,0.6021 plummets,plummets,3,3,3,3,0.06,0.6021,0.04,0.6021 plumper,plumper,3,3,3,3,0.06,0.6021,0.04,0.6021 plungers,plungers,3,3,3,3,0.06,0.6021,0.04,0.6021 poinsettias,poinsettias,3,3,3,3,0.06,0.6021,0.04,0.6021 Poisoner,poisoner,18,3,5,3,0.35,1.2788,0.04,0.6021 poisoners,poisoners,3,3,3,3,0.06,0.6021,0.04,0.6021 policyholder,policyholder,3,3,3,3,0.06,0.6021,0.04,0.6021 politicizes,politicizes,3,3,3,3,0.06,0.6021,0.04,0.6021 politico,politico,3,3,3,3,0.06,0.6021,0.04,0.6021 politicos,politicos,3,3,2,2,0.06,0.6021,0.04,0.6021 pollinating,pollinating,3,3,3,3,0.06,0.6021,0.04,0.6021 Pollux,pollux,30,3,0,0,0.59,1.4914,0.04,0.6021 Polonaise,polonaise,3,3,1,1,0.06,0.6021,0.04,0.6021 poltroon,poltroon,3,3,3,3,0.06,0.6021,0.04,0.6021 polycarbonate,polycarbonate,3,3,2,2,0.06,0.6021,0.04,0.6021 polycystic,polycystic,3,3,3,3,0.06,0.6021,0.04,0.6021 polymorphic,polymorphic,3,3,3,3,0.06,0.6021,0.04,0.6021 polymorphously,polymorphously,4,3,2,2,0.08,0.6990,0.04,0.6021 polynomial,polynomial,3,3,2,2,0.06,0.6021,0.04,0.6021 Polyphonic,polyphonic,9,3,0,0,0.18,1.0000,0.04,0.6021 polysorbate,polysorbate,3,3,3,3,0.06,0.6021,0.04,0.6021 polysyllabic,polysyllabic,5,3,5,3,0.10,0.7782,0.04,0.6021 Pomeroy,pomeroy,6,3,0,0,0.12,0.8451,0.04,0.6021 pomme,pomme,4,3,2,2,0.08,0.6990,0.04,0.6021 Pommery,pommery,4,3,0,0,0.08,0.6990,0.04,0.6021 Pompey,pompey,36,3,0,0,0.71,1.5682,0.04,0.6021 pompons,pompons,4,3,4,3,0.08,0.6990,0.04,0.6021 pomps,pomps,3,3,3,3,0.06,0.6021,0.04,0.6021 ponied,ponied,3,3,3,3,0.06,0.6021,0.04,0.6021 Pontiff,pontiff,3,3,1,1,0.06,0.6021,0.04,0.6021 pontificating,pontificating,4,3,4,3,0.08,0.6990,0.04,0.6021 pooches,pooches,6,3,6,3,0.12,0.8451,0.04,0.6021 poofters,poofters,3,3,3,3,0.06,0.6021,0.04,0.6021 Pook,pook,3,3,1,1,0.06,0.6021,0.04,0.6021 Poplin,poplin,3,3,1,1,0.06,0.6021,0.04,0.6021 popularly,popularly,3,3,3,3,0.06,0.6021,0.04,0.6021 pored,pored,3,3,3,3,0.06,0.6021,0.04,0.6021 porkpie,porkpie,4,3,3,3,0.08,0.6990,0.04,0.6021 Portas,portas,5,3,2,2,0.10,0.7782,0.04,0.6021 portend,portend,3,3,3,3,0.06,0.6021,0.04,0.6021 Portico,portico,16,3,2,2,0.31,1.2304,0.04,0.6021 possessiveness,possessiveness,3,3,3,3,0.06,0.6021,0.04,0.6021 postdoctoral,postdoctoral,3,3,3,3,0.06,0.6021,0.04,0.6021 posteriorly,posteriorly,3,3,3,3,0.06,0.6021,0.04,0.6021 postnatal,postnatal,3,3,2,2,0.06,0.6021,0.04,0.6021 postprandial,postprandial,3,3,3,3,0.06,0.6021,0.04,0.6021 postulate,postulate,3,3,3,3,0.06,0.6021,0.04,0.6021 postulating,postulating,3,3,3,3,0.06,0.6021,0.04,0.6021 potash,potash,6,3,5,2,0.12,0.8451,0.04,0.6021 potsy,potsy,3,3,2,2,0.06,0.6021,0.04,0.6021 poundage,poundage,4,3,3,2,0.08,0.6990,0.04,0.6021 poundcake,poundcake,3,3,2,2,0.06,0.6021,0.04,0.6021 powerhouses,powerhouses,3,3,3,3,0.06,0.6021,0.04,0.6021 Pq,pq,3,3,0,0,0.06,0.6021,0.04,0.6021 practicalities,practicalities,3,3,3,3,0.06,0.6021,0.04,0.6021 Praetor,praetor,14,3,3,2,0.27,1.1761,0.04,0.6021 pragmatically,pragmatically,3,3,2,2,0.06,0.6021,0.04,0.6021 pranked,pranked,3,3,3,3,0.06,0.6021,0.04,0.6021 pratfall,pratfall,3,3,2,2,0.06,0.6021,0.04,0.6021 preapproved,preapproved,3,3,2,2,0.06,0.6021,0.04,0.6021 precocity,precocity,3,3,3,3,0.06,0.6021,0.04,0.6021 precondition,precondition,4,3,4,3,0.08,0.6990,0.04,0.6021 predated,predated,3,3,3,3,0.06,0.6021,0.04,0.6021 predawn,predawn,3,3,3,3,0.06,0.6021,0.04,0.6021 predictor,predictor,3,3,3,3,0.06,0.6021,0.04,0.6021 predispositions,predispositions,3,3,3,3,0.06,0.6021,0.04,0.6021 predominate,predominate,3,3,3,3,0.06,0.6021,0.04,0.6021 preemies,preemies,3,3,3,3,0.06,0.6021,0.04,0.6021 preeminence,preeminence,3,3,3,3,0.06,0.6021,0.04,0.6021 preemption,preemption,5,3,5,3,0.10,0.7782,0.04,0.6021 preen,preen,3,3,3,3,0.06,0.6021,0.04,0.6021 preggers,preggers,4,3,2,2,0.08,0.6990,0.04,0.6021 prejudged,prejudged,3,3,3,3,0.06,0.6021,0.04,0.6021 prejudging,prejudging,3,3,3,3,0.06,0.6021,0.04,0.6021 preliminarily,preliminarily,3,3,3,3,0.06,0.6021,0.04,0.6021 premised,premised,3,3,3,3,0.06,0.6021,0.04,0.6021 preoccupy,preoccupy,3,3,3,3,0.06,0.6021,0.04,0.6021 prepackaged,prepackaged,3,3,3,3,0.06,0.6021,0.04,0.6021 prepay,prepay,6,3,4,3,0.12,0.8451,0.04,0.6021 prepayment,prepayment,4,3,4,3,0.08,0.6990,0.04,0.6021 preplanned,preplanned,4,3,4,3,0.08,0.6990,0.04,0.6021 preproduction,preproduction,3,3,2,2,0.06,0.6021,0.04,0.6021 prequel,prequel,3,3,3,3,0.06,0.6021,0.04,0.6021 prerequisites,prerequisites,3,3,2,2,0.06,0.6021,0.04,0.6021 presenters,presenters,4,3,4,3,0.08,0.6990,0.04,0.6021 preshow,preshow,4,3,4,3,0.08,0.6990,0.04,0.6021 presoak,presoak,3,3,3,3,0.06,0.6021,0.04,0.6021 presupposed,presupposed,3,3,3,3,0.06,0.6021,0.04,0.6021 pretax,pretax,3,3,3,3,0.06,0.6021,0.04,0.6021 Pretoria,pretoria,5,3,0,0,0.10,0.7782,0.04,0.6021 prettiness,prettiness,3,3,3,3,0.06,0.6021,0.04,0.6021 previewed,previewed,4,3,4,3,0.08,0.6990,0.04,0.6021 Prf,prf,8,3,0,0,0.16,0.9542,0.04,0.6021 prickers,prickers,3,3,3,3,0.06,0.6021,0.04,0.6021 primitives,primitives,3,3,3,3,0.06,0.6021,0.04,0.6021 primp,primp,6,3,6,3,0.12,0.8451,0.04,0.6021 primroses,primroses,3,3,3,3,0.06,0.6021,0.04,0.6021 primus,primus,4,3,2,1,0.08,0.6990,0.04,0.6021 privatization,privatization,4,3,3,2,0.08,0.6990,0.04,0.6021 privatize,privatize,3,3,3,3,0.06,0.6021,0.04,0.6021 privatized,privatized,8,3,8,3,0.16,0.9542,0.04,0.6021 privies,privies,4,3,4,3,0.08,0.6990,0.04,0.6021 prizefighting,prizefighting,4,3,4,3,0.08,0.6990,0.04,0.6021 probables,probables,3,3,3,3,0.06,0.6021,0.04,0.6021 probated,probated,3,3,3,3,0.06,0.6021,0.04,0.6021 probity,probity,3,3,3,3,0.06,0.6021,0.04,0.6021 procaine,procaine,3,3,2,2,0.06,0.6021,0.04,0.6021 processions,processions,3,3,3,3,0.06,0.6021,0.04,0.6021 proclaimers,proclaimers,3,3,2,2,0.06,0.6021,0.04,0.6021 procreative,procreative,3,3,3,3,0.06,0.6021,0.04,0.6021 procurator,procurator,3,3,2,2,0.06,0.6021,0.04,0.6021 professing,professing,3,3,3,3,0.06,0.6021,0.04,0.6021 profiteer,profiteer,4,3,4,3,0.08,0.6990,0.04,0.6021 profoundest,profoundest,3,3,3,3,0.06,0.6021,0.04,0.6021 prognostication,prognostication,4,3,4,3,0.08,0.6990,0.04,0.6021 prognosticators,prognosticators,4,3,4,3,0.08,0.6990,0.04,0.6021 prolapsed,prolapsed,4,3,2,2,0.08,0.6990,0.04,0.6021 proles,proles,3,3,3,3,0.06,0.6021,0.04,0.6021 Promethean,promethean,4,3,0,0,0.08,0.6990,0.04,0.6021 promiss,promiss,3,3,3,3,0.06,0.6021,0.04,0.6021 promotable,promotable,3,3,3,3,0.06,0.6021,0.04,0.6021 promulgate,promulgate,3,3,3,3,0.06,0.6021,0.04,0.6021 propagandist,propagandist,4,3,4,3,0.08,0.6990,0.04,0.6021 propelling,propelling,3,3,3,3,0.06,0.6021,0.04,0.6021 prophetess,prophetess,3,3,3,3,0.06,0.6021,0.04,0.6021 proportionally,proportionally,3,3,3,3,0.06,0.6021,0.04,0.6021 proprietress,proprietress,3,3,2,2,0.06,0.6021,0.04,0.6021 prosecutes,prosecutes,3,3,3,3,0.06,0.6021,0.04,0.6021 Pross,pross,5,3,0,0,0.10,0.7782,0.04,0.6021 Prost,prost,4,3,0,0,0.08,0.6990,0.04,0.6021 prostrated,prostrated,3,3,3,3,0.06,0.6021,0.04,0.6021 prostration,prostration,4,3,4,3,0.08,0.6990,0.04,0.6021 protestor,protestor,3,3,3,3,0.06,0.6021,0.04,0.6021 protoplasm,protoplasm,7,3,7,3,0.14,0.9031,0.04,0.6021 protozoa,protozoa,3,3,3,3,0.06,0.6021,0.04,0.6021 protractor,protractor,3,3,2,2,0.06,0.6021,0.04,0.6021 protrude,protrude,3,3,3,3,0.06,0.6021,0.04,0.6021 protrudes,protrudes,3,3,3,3,0.06,0.6021,0.04,0.6021 protrusion,protrusion,3,3,3,3,0.06,0.6021,0.04,0.6021 provable,provable,3,3,3,3,0.06,0.6021,0.04,0.6021 providential,providential,3,3,3,3,0.06,0.6021,0.04,0.6021 provocations,provocations,3,3,3,3,0.06,0.6021,0.04,0.6021 proxies,proxies,11,3,7,3,0.22,1.0792,0.04,0.6021 Prussians,prussians,4,3,0,0,0.08,0.6990,0.04,0.6021 pseudoscientific,pseudoscientific,4,3,4,3,0.08,0.6990,0.04,0.6021 psilocybin,psilocybin,4,3,3,2,0.08,0.6990,0.04,0.6021 psychoanalysed,psychoanalysed,3,3,3,3,0.06,0.6021,0.04,0.6021 psychoanalytic,psychoanalytic,3,3,3,3,0.06,0.6021,0.04,0.6021 Psychoanalyzes,psychoanalyzes,3,3,1,1,0.06,0.6021,0.04,0.6021 psychoanalyzing,psychoanalyzing,4,3,4,3,0.08,0.6990,0.04,0.6021 psychodrama,psychodrama,4,3,3,3,0.08,0.6990,0.04,0.6021 psychodynamic,psychodynamic,3,3,2,2,0.06,0.6021,0.04,0.6021 psychoneurotic,psychoneurotic,3,3,2,2,0.06,0.6021,0.04,0.6021 psychosocial,psychosocial,3,3,3,3,0.06,0.6021,0.04,0.6021 psychotherapists,psychotherapists,3,3,2,2,0.06,0.6021,0.04,0.6021 Pteropus,pteropus,5,3,2,1,0.10,0.7782,0.04,0.6021 publican,publican,3,3,3,3,0.06,0.6021,0.04,0.6021 puffball,puffball,4,3,4,3,0.08,0.6990,0.04,0.6021 Pugh,pugh,6,3,0,0,0.12,0.8451,0.04,0.6021 pugilists,pugilists,3,3,3,3,0.06,0.6021,0.04,0.6021 pugs,pugs,3,3,3,3,0.06,0.6021,0.04,0.6021 pukka,pukka,4,3,3,3,0.08,0.6990,0.04,0.6021 pulsate,pulsate,3,3,3,3,0.06,0.6021,0.04,0.6021 pulsation,pulsation,3,3,3,3,0.06,0.6021,0.04,0.6021 pummelling,pummelling,3,3,3,3,0.06,0.6021,0.04,0.6021 pumpers,pumpers,3,3,3,3,0.06,0.6021,0.04,0.6021 Punchinello,punchinello,3,3,0,0,0.06,0.6021,0.04,0.6021 punctually,punctually,3,3,3,3,0.06,0.6021,0.04,0.6021 punctuate,punctuate,3,3,3,3,0.06,0.6021,0.04,0.6021 puncturing,puncturing,3,3,3,3,0.06,0.6021,0.04,0.6021 Pung,pung,6,3,0,0,0.12,0.8451,0.04,0.6021 Punjabi,punjabi,4,3,0,0,0.08,0.6990,0.04,0.6021 punted,punted,4,3,4,3,0.08,0.6990,0.04,0.6021 pupate,pupate,3,3,3,3,0.06,0.6021,0.04,0.6021 purgative,purgative,3,3,3,3,0.06,0.6021,0.04,0.6021 Purim,purim,40,3,0,0,0.78,1.6128,0.04,0.6021 purloined,purloined,3,3,2,2,0.06,0.6021,0.04,0.6021 purportedly,purportedly,3,3,3,3,0.06,0.6021,0.04,0.6021 purports,purports,3,3,3,3,0.06,0.6021,0.04,0.6021 purred,purred,3,3,3,3,0.06,0.6021,0.04,0.6021 pustule,pustule,3,3,3,3,0.06,0.6021,0.04,0.6021 putain,putain,4,3,3,2,0.08,0.6990,0.04,0.6021 putsch,putsch,6,3,6,3,0.12,0.8451,0.04,0.6021 pyramidal,pyramidal,5,3,5,3,0.10,0.7782,0.04,0.6021 Qed,qed,3,3,0,0,0.06,0.6021,0.04,0.6021 Qrs,qrs,6,3,0,0,0.12,0.8451,0.04,0.6021 quacked,quacked,3,3,3,3,0.06,0.6021,0.04,0.6021 quacky,quacky,5,3,3,1,0.10,0.7782,0.04,0.6021 quadrille,quadrille,3,3,3,3,0.06,0.6021,0.04,0.6021 quaintly,quaintly,3,3,3,3,0.06,0.6021,0.04,0.6021 quaintness,quaintness,3,3,3,3,0.06,0.6021,0.04,0.6021 qualifiers,qualifiers,3,3,3,3,0.06,0.6021,0.04,0.6021 quandaries,quandaries,3,3,3,3,0.06,0.6021,0.04,0.6021 Quant,quant,3,3,1,1,0.06,0.6021,0.04,0.6021 quarantining,quarantining,4,3,2,2,0.08,0.6990,0.04,0.6021 quarries,quarries,4,3,4,3,0.08,0.6990,0.04,0.6021 quarterfinals,quarterfinals,3,3,3,3,0.06,0.6021,0.04,0.6021 Quartermasters,quartermasters,3,3,1,1,0.06,0.6021,0.04,0.6021 quat,quat,3,3,2,2,0.06,0.6021,0.04,0.6021 Quechua,quechua,4,3,0,0,0.08,0.6990,0.04,0.6021 queendom,queendom,7,3,7,3,0.14,0.9031,0.04,0.6021 quests,quests,3,3,3,3,0.06,0.6021,0.04,0.6021 queued,queued,3,3,3,3,0.06,0.6021,0.04,0.6021 queues,queues,5,3,5,3,0.10,0.7782,0.04,0.6021 quiches,quiches,4,3,4,3,0.08,0.6990,0.04,0.6021 quickstep,quickstep,7,3,7,3,0.14,0.9031,0.04,0.6021 quids,quids,3,3,3,3,0.06,0.6021,0.04,0.6021 quieting,quieting,3,3,3,3,0.06,0.6021,0.04,0.6021 quietus,quietus,3,3,2,2,0.06,0.6021,0.04,0.6021 quim,quim,6,3,6,3,0.12,0.8451,0.04,0.6021 quinella,quinella,3,3,2,2,0.06,0.6021,0.04,0.6021 quisling,quisling,3,3,3,3,0.06,0.6021,0.04,0.6021 Quist,quist,26,3,0,0,0.51,1.4314,0.04,0.6021 Quonset,quonset,3,3,0,0,0.06,0.6021,0.04,0.6021 Racoon,racoon,10,3,4,2,0.20,1.0414,0.04,0.6021 Rada,rada,3,3,1,1,0.06,0.6021,0.04,0.6021 radiantly,radiantly,3,3,2,2,0.06,0.6021,0.04,0.6021 radiocarbon,radiocarbon,3,3,3,3,0.06,0.6021,0.04,0.6021 radioing,radioing,3,3,3,3,0.06,0.6021,0.04,0.6021 rads,rads,3,3,3,3,0.06,0.6021,0.04,0.6021 raffled,raffled,3,3,3,3,0.06,0.6021,0.04,0.6021 rafter,rafter,3,3,3,3,0.06,0.6021,0.04,0.6021 ragamuffin,ragamuffin,3,3,3,3,0.06,0.6021,0.04,0.6021 railhead,railhead,3,3,3,3,0.06,0.6021,0.04,0.6021 raincheck,raincheck,4,3,4,3,0.08,0.6990,0.04,0.6021 Rainier,rainier,31,3,0,0,0.61,1.5051,0.04,0.6021 rainmakers,rainmakers,3,3,3,3,0.06,0.6021,0.04,0.6021 Raja,raja,12,3,0,0,0.24,1.1139,0.04,0.6021 rakish,rakish,3,3,3,3,0.06,0.6021,0.04,0.6021 rame,rame,5,3,5,3,0.10,0.7782,0.04,0.6021 ramrods,ramrods,3,3,3,3,0.06,0.6021,0.04,0.6021 Rana,rana,8,3,0,0,0.16,0.9542,0.04,0.6021 randomized,randomized,3,3,3,3,0.06,0.6021,0.04,0.6021 Rani,rani,3,3,1,1,0.06,0.6021,0.04,0.6021 ransomed,ransomed,3,3,3,3,0.06,0.6021,0.04,0.6021 raptures,raptures,4,3,4,3,0.08,0.6990,0.04,0.6021 rapturous,rapturous,3,3,3,3,0.06,0.6021,0.04,0.6021 rascality,rascality,3,3,3,3,0.06,0.6021,0.04,0.6021 rashness,rashness,3,3,2,2,0.06,0.6021,0.04,0.6021 rasp,rasp,5,3,5,3,0.10,0.7782,0.04,0.6021 Rasping,rasping,3,3,1,1,0.06,0.6021,0.04,0.6021 raunchiest,raunchiest,3,3,3,3,0.06,0.6021,0.04,0.6021 raver,raver,4,3,4,3,0.08,0.6990,0.04,0.6021 ravines,ravines,3,3,3,3,0.06,0.6021,0.04,0.6021 rawest,rawest,3,3,3,3,0.06,0.6021,0.04,0.6021 razing,razing,3,3,3,3,0.06,0.6021,0.04,0.6021 razorback,razorback,5,3,5,3,0.10,0.7782,0.04,0.6021 reactionaries,reactionaries,3,3,3,3,0.06,0.6021,0.04,0.6021 readjustments,readjustments,3,3,3,3,0.06,0.6021,0.04,0.6021 realigned,realigned,3,3,3,3,0.06,0.6021,0.04,0.6021 realigning,realigning,3,3,3,3,0.06,0.6021,0.04,0.6021 realists,realists,3,3,2,2,0.06,0.6021,0.04,0.6021 reanimation,reanimation,7,3,6,3,0.14,0.9031,0.04,0.6021 reappearing,reappearing,3,3,2,2,0.06,0.6021,0.04,0.6021 rearrangement,rearrangement,3,3,3,3,0.06,0.6021,0.04,0.6021 rearranges,rearranges,3,3,3,3,0.06,0.6021,0.04,0.6021 reasonableness,reasonableness,3,3,3,3,0.06,0.6021,0.04,0.6021 Reaver,reaver,5,3,1,1,0.10,0.7782,0.04,0.6021 reawaken,reawaken,3,3,3,3,0.06,0.6021,0.04,0.6021 rebooting,rebooting,3,3,3,3,0.06,0.6021,0.04,0.6021 rebroadcast,rebroadcast,3,3,3,3,0.06,0.6021,0.04,0.6021 rebuilds,rebuilds,5,3,4,2,0.10,0.7782,0.04,0.6021 rebuttals,rebuttals,3,3,3,3,0.06,0.6021,0.04,0.6021 recasting,recasting,4,3,4,3,0.08,0.6990,0.04,0.6021 receivables,receivables,3,3,3,3,0.06,0.6021,0.04,0.6021 receptacles,receptacles,3,3,3,3,0.06,0.6021,0.04,0.6021 reclaims,reclaims,3,3,3,3,0.06,0.6021,0.04,0.6021 recoiled,recoiled,3,3,3,3,0.06,0.6021,0.04,0.6021 recollected,recollected,3,3,2,2,0.06,0.6021,0.04,0.6021 reconditioning,reconditioning,7,3,5,3,0.14,0.9031,0.04,0.6021 reconfirmed,reconfirmed,3,3,3,3,0.06,0.6021,0.04,0.6021 reconnoitering,reconnoitering,3,3,3,3,0.06,0.6021,0.04,0.6021 reconnoitre,reconnoitre,3,3,2,2,0.06,0.6021,0.04,0.6021 recordist,recordist,3,3,2,2,0.06,0.6021,0.04,0.6021 recounted,recounted,3,3,3,3,0.06,0.6021,0.04,0.6021 recoveries,recoveries,3,3,3,3,0.06,0.6021,0.04,0.6021 recreationally,recreationally,3,3,2,2,0.06,0.6021,0.04,0.6021 rectangles,rectangles,4,3,3,3,0.08,0.6990,0.04,0.6021 recursive,recursive,3,3,3,3,0.06,0.6021,0.04,0.6021 Redbeard,redbeard,15,3,0,0,0.29,1.2041,0.04,0.6021 reddened,reddened,3,3,3,3,0.06,0.6021,0.04,0.6021 redeployed,redeployed,5,3,5,3,0.10,0.7782,0.04,0.6021 redevelop,redevelop,3,3,3,3,0.06,0.6021,0.04,0.6021 Redfield,redfield,11,3,0,0,0.22,1.0792,0.04,0.6021 rediscovering,rediscovering,3,3,2,2,0.06,0.6021,0.04,0.6021 redistributed,redistributed,3,3,3,3,0.06,0.6021,0.04,0.6021 redraft,redraft,3,3,3,3,0.06,0.6021,0.04,0.6021 redressed,redressed,3,3,3,3,0.06,0.6021,0.04,0.6021 redrew,redrew,5,3,5,3,0.10,0.7782,0.04,0.6021 reducer,reducer,3,3,2,2,0.06,0.6021,0.04,0.6021 reducible,reducible,3,3,2,2,0.06,0.6021,0.04,0.6021 reeducation,reeducation,9,3,8,3,0.18,1.0000,0.04,0.6021 Reelect,reelect,7,3,1,1,0.14,0.9031,0.04,0.6021 reeled,reeled,3,3,3,3,0.06,0.6021,0.04,0.6021 reestablishing,reestablishing,3,3,3,3,0.06,0.6021,0.04,0.6021 Reeve,reeve,13,3,1,1,0.25,1.1461,0.04,0.6021 reexamined,reexamined,3,3,3,3,0.06,0.6021,0.04,0.6021 refereeing,refereeing,5,3,5,3,0.10,0.7782,0.04,0.6021 referential,referential,3,3,2,2,0.06,0.6021,0.04,0.6021 refinancing,refinancing,4,3,4,3,0.08,0.6990,0.04,0.6021 refinishing,refinishing,3,3,3,3,0.06,0.6021,0.04,0.6021 reflectivity,reflectivity,3,3,3,3,0.06,0.6021,0.04,0.6021 reformat,reformat,3,3,3,3,0.06,0.6021,0.04,0.6021 reformatories,reformatories,3,3,3,3,0.06,0.6021,0.04,0.6021 reformatted,reformatted,4,3,4,3,0.08,0.6990,0.04,0.6021 refracted,refracted,5,3,5,3,0.10,0.7782,0.04,0.6021 Refractions,refractions,3,3,1,1,0.06,0.6021,0.04,0.6021 refractory,refractory,3,3,3,3,0.06,0.6021,0.04,0.6021 refraining,refraining,3,3,3,3,0.06,0.6021,0.04,0.6021 reframed,reframed,3,3,3,3,0.06,0.6021,0.04,0.6021 refurnish,refurnish,3,3,3,3,0.06,0.6021,0.04,0.6021 regia,regia,3,3,2,2,0.06,0.6021,0.04,0.6021 regressive,regressive,3,3,2,2,0.06,0.6021,0.04,0.6021 regrowth,regrowth,3,3,3,3,0.06,0.6021,0.04,0.6021 Reheated,reheated,3,3,0,0,0.06,0.6021,0.04,0.6021 reimplantation,reimplantation,3,3,2,2,0.06,0.6021,0.04,0.6021 reincarnations,reincarnations,3,3,3,3,0.06,0.6021,0.04,0.6021 reinflate,reinflate,3,3,3,3,0.06,0.6021,0.04,0.6021 reinstitute,reinstitute,3,3,3,3,0.06,0.6021,0.04,0.6021 reinterview,reinterview,4,3,4,3,0.08,0.6990,0.04,0.6021 reintroduced,reintroduced,3,3,3,3,0.06,0.6021,0.04,0.6021 reintroducing,reintroducing,3,3,3,3,0.06,0.6021,0.04,0.6021 reintroduction,reintroduction,3,3,2,2,0.06,0.6021,0.04,0.6021 reinvigorated,reinvigorated,3,3,3,3,0.06,0.6021,0.04,0.6021 relearning,relearning,3,3,3,3,0.06,0.6021,0.04,0.6021 relining,relining,4,3,3,3,0.08,0.6990,0.04,0.6021 relishes,relishes,3,3,3,3,0.06,0.6021,0.04,0.6021 reloads,reloads,3,3,3,3,0.06,0.6021,0.04,0.6021 remakes,remakes,3,3,3,3,0.06,0.6021,0.04,0.6021 remarriage,remarriage,3,3,3,3,0.06,0.6021,0.04,0.6021 renderings,renderings,3,3,3,3,0.06,0.6021,0.04,0.6021 rendezvousing,rendezvousing,3,3,3,3,0.06,0.6021,0.04,0.6021 renditions,renditions,3,3,3,3,0.06,0.6021,0.04,0.6021 renewals,renewals,7,3,7,3,0.14,0.9031,0.04,0.6021 reoccur,reoccur,3,3,3,3,0.06,0.6021,0.04,0.6021 reorganise,reorganise,3,3,3,3,0.06,0.6021,0.04,0.6021 reorientation,reorientation,4,3,3,3,0.08,0.6990,0.04,0.6021 repackaged,repackaged,3,3,3,3,0.06,0.6021,0.04,0.6021 repacking,repacking,3,3,3,3,0.06,0.6021,0.04,0.6021 repatch,repatch,4,3,2,2,0.08,0.6990,0.04,0.6021 repaving,repaving,4,3,4,3,0.08,0.6990,0.04,0.6021 repeatable,repeatable,3,3,3,3,0.06,0.6021,0.04,0.6021 replanted,replanted,4,3,4,3,0.08,0.6990,0.04,0.6021 replayed,replayed,3,3,3,3,0.06,0.6021,0.04,0.6021 reposing,reposing,3,3,2,2,0.06,0.6021,0.04,0.6021 repossessing,repossessing,3,3,3,3,0.06,0.6021,0.04,0.6021 repot,repot,3,3,3,3,0.06,0.6021,0.04,0.6021 reproached,reproached,3,3,3,3,0.06,0.6021,0.04,0.6021 Reptilians,reptilians,17,3,6,2,0.33,1.2553,0.04,0.6021 repudiation,repudiation,5,3,4,3,0.10,0.7782,0.04,0.6021 repugnance,repugnance,3,3,3,3,0.06,0.6021,0.04,0.6021 repulses,repulses,3,3,3,3,0.06,0.6021,0.04,0.6021 reputedly,reputedly,3,3,3,3,0.06,0.6021,0.04,0.6021 requite,requite,3,3,3,3,0.06,0.6021,0.04,0.6021 reseal,reseal,3,3,2,2,0.06,0.6021,0.04,0.6021 resealed,resealed,3,3,3,3,0.06,0.6021,0.04,0.6021 reselling,reselling,3,3,3,3,0.06,0.6021,0.04,0.6021 Resequencing,resequencing,3,3,1,1,0.06,0.6021,0.04,0.6021 reshaped,reshaped,3,3,3,3,0.06,0.6021,0.04,0.6021 reshaping,reshaping,4,3,4,3,0.08,0.6990,0.04,0.6021 reshuffle,reshuffle,4,3,4,3,0.08,0.6990,0.04,0.6021 Residencies,residencies,3,3,1,1,0.06,0.6021,0.04,0.6021 resiliency,resiliency,3,3,3,3,0.06,0.6021,0.04,0.6021 resins,resins,3,3,3,3,0.06,0.6021,0.04,0.6021 respecter,respecter,3,3,3,3,0.06,0.6021,0.04,0.6021 restarted,restarted,3,3,3,3,0.06,0.6021,0.04,0.6021 restocking,restocking,3,3,3,3,0.06,0.6021,0.04,0.6021 restrains,restrains,3,3,3,3,0.06,0.6021,0.04,0.6021 resubmit,resubmit,3,3,2,2,0.06,0.6021,0.04,0.6021 resultant,resultant,3,3,3,3,0.06,0.6021,0.04,0.6021 resumption,resumption,3,3,3,3,0.06,0.6021,0.04,0.6021 resuscitating,resuscitating,3,3,3,3,0.06,0.6021,0.04,0.6021 resuscitator,resuscitator,3,3,3,3,0.06,0.6021,0.04,0.6021 Retails,retails,3,3,1,1,0.06,0.6021,0.04,0.6021 retched,retched,5,3,5,3,0.10,0.7782,0.04,0.6021 reticulum,reticulum,6,3,5,2,0.12,0.8451,0.04,0.6021 retiree,retiree,3,3,3,3,0.06,0.6021,0.04,0.6021 Retirees,retirees,3,3,1,1,0.06,0.6021,0.04,0.6021 retool,retool,5,3,4,3,0.10,0.7782,0.04,0.6021 retooled,retooled,3,3,3,3,0.06,0.6021,0.04,0.6021 retooling,retooling,4,3,2,2,0.08,0.6990,0.04,0.6021 retouched,retouched,3,3,3,3,0.06,0.6021,0.04,0.6021 retouching,retouching,4,3,4,3,0.08,0.6990,0.04,0.6021 retraced,retraced,3,3,3,3,0.06,0.6021,0.04,0.6021 retraining,retraining,4,3,4,3,0.08,0.6990,0.04,0.6021 retreads,retreads,3,3,3,3,0.06,0.6021,0.04,0.6021 retrofitting,retrofitting,4,3,3,3,0.08,0.6990,0.04,0.6021 retroperitoneal,retroperitoneal,3,3,3,3,0.06,0.6021,0.04,0.6021 Retros,retros,5,3,2,1,0.10,0.7782,0.04,0.6021 revamped,revamped,3,3,3,3,0.06,0.6021,0.04,0.6021 revelers,revelers,4,3,4,3,0.08,0.6990,0.04,0.6021 revellers,revellers,3,3,3,3,0.06,0.6021,0.04,0.6021 revengeful,revengeful,3,3,3,3,0.06,0.6021,0.04,0.6021 revenger,revenger,3,3,2,2,0.06,0.6021,0.04,0.6021 reverberates,reverberates,3,3,3,3,0.06,0.6021,0.04,0.6021 reverberation,reverberation,4,3,4,3,0.08,0.6990,0.04,0.6021 reversals,reversals,4,3,4,3,0.08,0.6990,0.04,0.6021 reverting,reverting,5,3,5,3,0.10,0.7782,0.04,0.6021 reviles,reviles,3,3,3,3,0.06,0.6021,0.04,0.6021 revivals,revivals,5,3,5,3,0.10,0.7782,0.04,0.6021 revocable,revocable,3,3,3,3,0.06,0.6021,0.04,0.6021 revolutionists,revolutionists,4,3,3,2,0.08,0.6990,0.04,0.6021 revolutionizing,revolutionizing,3,3,3,3,0.06,0.6021,0.04,0.6021 rewarming,rewarming,4,3,4,3,0.08,0.6990,0.04,0.6021 rewing,rewing,3,3,3,3,0.06,0.6021,0.04,0.6021 rezoned,rezoned,3,3,3,3,0.06,0.6021,0.04,0.6021 Rhd,rhd,3,3,0,0,0.06,0.6021,0.04,0.6021 Rheingold,rheingold,3,3,0,0,0.06,0.6021,0.04,0.6021 rheum,rheum,4,3,2,2,0.08,0.6990,0.04,0.6021 rhododendron,rhododendron,3,3,2,2,0.06,0.6021,0.04,0.6021 rhombus,rhombus,3,3,3,3,0.06,0.6021,0.04,0.6021 rhumba,rhumba,4,3,3,2,0.08,0.6990,0.04,0.6021 rhythmical,rhythmical,3,3,3,3,0.06,0.6021,0.04,0.6021 ricin,ricin,15,3,13,3,0.29,1.2041,0.04,0.6021 rideable,rideable,3,3,3,3,0.06,0.6021,0.04,0.6021 riderless,riderless,4,3,2,2,0.08,0.6990,0.04,0.6021 rids,rids,3,3,3,3,0.06,0.6021,0.04,0.6021 riffle,riffle,6,3,6,3,0.12,0.8451,0.04,0.6021 riling,riling,3,3,3,3,0.06,0.6021,0.04,0.6021 rill,rill,6,3,6,3,0.12,0.8451,0.04,0.6021 ringleaders,ringleaders,3,3,3,3,0.06,0.6021,0.04,0.6021 ringlets,ringlets,3,3,2,2,0.06,0.6021,0.04,0.6021 rinsing,rinsing,3,3,3,3,0.06,0.6021,0.04,0.6021 riper,riper,3,3,3,3,0.06,0.6021,0.04,0.6021 rivaled,rivaled,3,3,3,3,0.06,0.6021,0.04,0.6021 Rive,rive,3,3,1,1,0.06,0.6021,0.04,0.6021 riveter,riveter,3,3,2,2,0.06,0.6021,0.04,0.6021 Rm,rm,3,3,0,0,0.06,0.6021,0.04,0.6021 Roadmaster,roadmaster,4,3,0,0,0.08,0.6990,0.04,0.6021 roaster,roaster,3,3,3,3,0.06,0.6021,0.04,0.6021 Rockabye,rockabye,4,3,0,0,0.08,0.6990,0.04,0.6021 rockslide,rockslide,6,3,5,3,0.12,0.8451,0.04,0.6021 rococo,rococo,3,3,2,2,0.06,0.6021,0.04,0.6021 Rodham,rodham,3,3,0,0,0.06,0.6021,0.04,0.6021 rogering,rogering,3,3,2,2,0.06,0.6021,0.04,0.6021 roiling,roiling,3,3,3,3,0.06,0.6021,0.04,0.6021 Romanesque,romanesque,3,3,0,0,0.06,0.6021,0.04,0.6021 romantical,romantical,3,3,3,3,0.06,0.6021,0.04,0.6021 Romney,romney,5,3,0,0,0.10,0.7782,0.04,0.6021 rompers,rompers,3,3,3,3,0.06,0.6021,0.04,0.6021 Rondo,rondo,8,3,0,0,0.16,0.9542,0.04,0.6021 roofy,roofy,3,3,2,2,0.06,0.6021,0.04,0.6021 rookery,rookery,4,3,3,2,0.08,0.6990,0.04,0.6021 rooter,rooter,4,3,3,2,0.08,0.6990,0.04,0.6021 rosebushes,rosebushes,11,3,11,3,0.22,1.0792,0.04,0.6021 Rosella,rosella,10,3,0,0,0.20,1.0414,0.04,0.6021 Rosette,rosette,5,3,0,0,0.10,0.7782,0.04,0.6021 Rosser,rosser,4,3,0,0,0.08,0.6990,0.04,0.6021 Rotarian,rotarian,3,3,1,1,0.06,0.6021,0.04,0.6021 rotenone,rotenone,9,3,8,3,0.18,1.0000,0.04,0.6021 roundtable,roundtable,3,3,3,3,0.06,0.6021,0.04,0.6021 rowers,rowers,5,3,5,3,0.10,0.7782,0.04,0.6021 Royster,royster,3,3,0,0,0.06,0.6021,0.04,0.6021 rubberneck,rubberneck,3,3,3,3,0.06,0.6021,0.04,0.6021 ruble,ruble,3,3,2,2,0.06,0.6021,0.04,0.6021 Rucker,rucker,4,3,0,0,0.08,0.6990,0.04,0.6021 Rudd,rudd,37,3,0,0,0.73,1.5798,0.04,0.6021 rudders,rudders,3,3,3,3,0.06,0.6021,0.04,0.6021 rudiments,rudiments,3,3,3,3,0.06,0.6021,0.04,0.6021 ruggedly,ruggedly,3,3,2,2,0.06,0.6021,0.04,0.6021 Rumania,rumania,3,3,0,0,0.06,0.6021,0.04,0.6021 Rumanian,rumanian,7,3,1,1,0.14,0.9031,0.04,0.6021 rumbly,rumbly,6,3,5,2,0.12,0.8451,0.04,0.6021 Rumple,rumple,7,3,0,0,0.14,0.9031,0.04,0.6021 runabout,runabout,3,3,3,3,0.06,0.6021,0.04,0.6021 runty,runty,7,3,4,2,0.14,0.9031,0.04,0.6021 rustles,rustles,3,3,2,2,0.06,0.6021,0.04,0.6021 ruts,ruts,4,3,3,2,0.08,0.6990,0.04,0.6021 Sab,sab,3,3,1,1,0.06,0.6021,0.04,0.6021 Sabbaths,sabbaths,7,3,3,2,0.14,0.9031,0.04,0.6021 Sabian,sabian,58,3,0,0,1.14,1.7709,0.04,0.6021 Sabra,sabra,18,3,4,1,0.35,1.2788,0.04,0.6021 saccharin,saccharin,3,3,3,3,0.06,0.6021,0.04,0.6021 sachet,sachet,3,3,3,3,0.06,0.6021,0.04,0.6021 sachets,sachets,3,3,3,3,0.06,0.6021,0.04,0.6021 Sacker,sacker,13,3,4,2,0.25,1.1461,0.04,0.6021 sacral,sacral,3,3,2,2,0.06,0.6021,0.04,0.6021 sacredness,sacredness,3,3,3,3,0.06,0.6021,0.04,0.6021 sadistically,sadistically,3,3,3,3,0.06,0.6021,0.04,0.6021 safeguarded,safeguarded,3,3,3,3,0.06,0.6021,0.04,0.6021 sailmaker,sailmaker,5,3,3,3,0.10,0.7782,0.04,0.6021 Salade,salade,4,3,1,1,0.08,0.6990,0.04,0.6021 Salina,salina,20,3,0,0,0.39,1.3222,0.04,0.6021 salivary,salivary,5,3,5,3,0.10,0.7782,0.04,0.6021 salivated,salivated,3,3,3,3,0.06,0.6021,0.04,0.6021 Samoa,samoa,3,3,0,0,0.06,0.6021,0.04,0.6021 Samoans,samoans,3,3,0,0,0.06,0.6021,0.04,0.6021 samurais,samurais,3,3,2,2,0.06,0.6021,0.04,0.6021 sandbar,sandbar,3,3,3,3,0.06,0.6021,0.04,0.6021 sandbars,sandbars,3,3,3,3,0.06,0.6021,0.04,0.6021 sandboxes,sandboxes,4,3,4,3,0.08,0.6990,0.04,0.6021 sandcastles,sandcastles,4,3,3,2,0.08,0.6990,0.04,0.6021 sandlot,sandlot,11,3,11,3,0.22,1.0792,0.04,0.6021 sandstorms,sandstorms,3,3,2,2,0.06,0.6021,0.04,0.6021 Sasa,sasa,3,3,0,0,0.06,0.6021,0.04,0.6021 sashayed,sashayed,3,3,3,3,0.06,0.6021,0.04,0.6021 sashaying,sashaying,4,3,3,2,0.08,0.6990,0.04,0.6021 satiate,satiate,3,3,3,3,0.06,0.6021,0.04,0.6021 satiated,satiated,3,3,3,3,0.06,0.6021,0.04,0.6021 satiety,satiety,3,3,3,3,0.06,0.6021,0.04,0.6021 sauntering,sauntering,3,3,3,3,0.06,0.6021,0.04,0.6021 saunters,saunters,3,3,3,3,0.06,0.6021,0.04,0.6021 saute,saute,3,3,2,2,0.06,0.6021,0.04,0.6021 Savanna,savanna,3,3,1,1,0.06,0.6021,0.04,0.6021 savouring,savouring,3,3,3,3,0.06,0.6021,0.04,0.6021 sawhorses,sawhorses,3,3,3,3,0.06,0.6021,0.04,0.6021 scaler,scaler,7,3,6,2,0.14,0.9031,0.04,0.6021 scallions,scallions,5,3,4,3,0.10,0.7782,0.04,0.6021 scallywag,scallywag,3,3,3,3,0.06,0.6021,0.04,0.6021 scallywags,scallywags,3,3,2,2,0.06,0.6021,0.04,0.6021 Scandinavians,scandinavians,3,3,0,0,0.06,0.6021,0.04,0.6021 scarfs,scarfs,3,3,3,3,0.06,0.6021,0.04,0.6021 scatterbrained,scatterbrained,3,3,3,3,0.06,0.6021,0.04,0.6021 sch,sch,3,3,2,2,0.06,0.6021,0.04,0.6021 schism,schism,3,3,3,3,0.06,0.6021,0.04,0.6021 schlimazel,schlimazel,3,3,2,2,0.06,0.6021,0.04,0.6021 schmoes,schmoes,3,3,3,3,0.06,0.6021,0.04,0.6021 schooler,schooler,3,3,3,3,0.06,0.6021,0.04,0.6021 schoolhouses,schoolhouses,4,3,4,3,0.08,0.6990,0.04,0.6021 schoolmistress,schoolmistress,3,3,3,3,0.06,0.6021,0.04,0.6021 schoolyards,schoolyards,3,3,3,3,0.06,0.6021,0.04,0.6021 schtick,schtick,3,3,3,3,0.06,0.6021,0.04,0.6021 scleroderma,scleroderma,3,3,2,2,0.06,0.6021,0.04,0.6021 sclerosed,sclerosed,3,3,3,3,0.06,0.6021,0.04,0.6021 scoopers,scoopers,3,3,3,3,0.06,0.6021,0.04,0.6021 scoots,scoots,3,3,3,3,0.06,0.6021,0.04,0.6021 scrawling,scrawling,3,3,3,3,0.06,0.6021,0.04,0.6021 screeched,screeched,3,3,3,3,0.06,0.6021,0.04,0.6021 screwiest,screwiest,4,3,3,2,0.08,0.6990,0.04,0.6021 scrod,scrod,3,3,3,3,0.06,0.6021,0.04,0.6021 scrolling,scrolling,3,3,3,3,0.06,0.6021,0.04,0.6021 scrollwork,scrollwork,3,3,3,3,0.06,0.6021,0.04,0.6021 scrubbers,scrubbers,4,3,4,3,0.08,0.6990,0.04,0.6021 scrum,scrum,5,3,3,2,0.10,0.7782,0.04,0.6021 scrunched,scrunched,4,3,4,3,0.08,0.6990,0.04,0.6021 scrunchy,scrunchy,8,3,6,3,0.16,0.9542,0.04,0.6021 scrutinised,scrutinised,3,3,3,3,0.06,0.6021,0.04,0.6021 scuds,scuds,6,3,4,1,0.12,0.8451,0.04,0.6021 Scull,scull,3,3,1,1,0.06,0.6021,0.04,0.6021 sculpts,sculpts,3,3,3,3,0.06,0.6021,0.04,0.6021 sculptured,sculptured,3,3,2,2,0.06,0.6021,0.04,0.6021 scuppers,scuppers,4,3,4,3,0.08,0.6990,0.04,0.6021 scuttles,scuttles,3,3,3,3,0.06,0.6021,0.04,0.6021 Seaborne,seaborne,7,3,2,2,0.14,0.9031,0.04,0.6021 seafarer,seafarer,3,3,3,3,0.06,0.6021,0.04,0.6021 seafront,seafront,3,3,3,3,0.06,0.6021,0.04,0.6021 seaports,seaports,3,3,3,3,0.06,0.6021,0.04,0.6021 seceded,seceded,3,3,3,3,0.06,0.6021,0.04,0.6021 seceding,seceding,3,3,3,3,0.06,0.6021,0.04,0.6021 secondaries,secondaries,3,3,3,3,0.06,0.6021,0.04,0.6021 seconde,seconde,7,3,5,3,0.14,0.9031,0.04,0.6021 secretes,secretes,3,3,3,3,0.06,0.6021,0.04,0.6021 sediments,sediments,3,3,3,3,0.06,0.6021,0.04,0.6021 seersucker,seersucker,3,3,3,3,0.06,0.6021,0.04,0.6021 seethe,seethe,5,3,4,3,0.10,0.7782,0.04,0.6021 Sefton,sefton,35,3,0,0,0.69,1.5563,0.04,0.6021 Seg,seg,6,3,0,0,0.12,0.8451,0.04,0.6021 segues,segues,3,3,3,3,0.06,0.6021,0.04,0.6021 seismograph,seismograph,3,3,3,3,0.06,0.6021,0.04,0.6021 selectivity,selectivity,3,3,3,3,0.06,0.6021,0.04,0.6021 Sem,sem,4,3,1,1,0.08,0.6990,0.04,0.6021 semiautomatics,semiautomatics,3,3,3,3,0.06,0.6021,0.04,0.6021 semifinalists,semifinalists,5,3,5,3,0.10,0.7782,0.04,0.6021 semiprecious,semiprecious,3,3,3,3,0.06,0.6021,0.04,0.6021 Senhor,senhor,50,3,21,2,0.98,1.7076,0.04,0.6021 senhorita,senhorita,5,3,3,3,0.10,0.7782,0.04,0.6021 senoritas,senoritas,4,3,4,3,0.08,0.6990,0.04,0.6021 sensationally,sensationally,3,3,3,3,0.06,0.6021,0.04,0.6021 sensually,sensually,3,3,3,3,0.06,0.6021,0.04,0.6021 separators,separators,3,3,3,3,0.06,0.6021,0.04,0.6021 sepia,sepia,3,3,3,3,0.06,0.6021,0.04,0.6021 septal,septal,3,3,3,3,0.06,0.6021,0.04,0.6021 septicemia,septicemia,4,3,3,2,0.08,0.6990,0.04,0.6021 sequela,sequela,3,3,3,3,0.06,0.6021,0.04,0.6021 sequester,sequester,4,3,4,3,0.08,0.6990,0.04,0.6021 Seraph,seraph,8,3,0,0,0.16,0.9542,0.04,0.6021 Serbians,serbians,4,3,0,0,0.08,0.6990,0.04,0.6021 serenaded,serenaded,3,3,2,2,0.06,0.6021,0.04,0.6021 servo,servo,3,3,3,3,0.06,0.6021,0.04,0.6021 servos,servos,4,3,4,3,0.08,0.6990,0.04,0.6021 settler,settler,4,3,3,3,0.08,0.6990,0.04,0.6021 severals,severals,3,3,3,3,0.06,0.6021,0.04,0.6021 Sf,sf,3,3,0,0,0.06,0.6021,0.04,0.6021 Shabbos,shabbos,15,3,0,0,0.29,1.2041,0.04,0.6021 Shakespearian,shakespearian,3,3,0,0,0.06,0.6021,0.04,0.6021 shakeup,shakeup,3,3,3,3,0.06,0.6021,0.04,0.6021 shamanic,shamanic,4,3,3,3,0.08,0.6990,0.04,0.6021 shamming,shamming,3,3,2,2,0.06,0.6021,0.04,0.6021 shant,shant,3,3,3,3,0.06,0.6021,0.04,0.6021 shanties,shanties,3,3,2,2,0.06,0.6021,0.04,0.6021 Shantung,shantung,7,3,0,0,0.14,0.9031,0.04,0.6021 shapeshifter,shapeshifter,4,3,4,3,0.08,0.6990,0.04,0.6021 sharkskin,sharkskin,3,3,3,3,0.06,0.6021,0.04,0.6021 Shearer,shearer,7,3,1,1,0.14,0.9031,0.04,0.6021 sheeny,sheeny,10,3,9,3,0.20,1.0414,0.04,0.6021 sheepherders,sheepherders,3,3,3,3,0.06,0.6021,0.04,0.6021 sheepishly,sheepishly,3,3,2,2,0.06,0.6021,0.04,0.6021 sheered,sheered,3,3,3,3,0.06,0.6021,0.04,0.6021 Sheikhs,sheikhs,5,3,2,2,0.10,0.7782,0.04,0.6021 sheilas,sheilas,4,3,2,2,0.08,0.6990,0.04,0.6021 shellfire,shellfire,4,3,3,3,0.08,0.6990,0.04,0.6021 shenanigan,shenanigan,3,3,3,3,0.06,0.6021,0.04,0.6021 Sherpas,sherpas,3,3,0,0,0.06,0.6021,0.04,0.6021 sherries,sherries,4,3,4,3,0.08,0.6990,0.04,0.6021 Shiite,shiite,4,3,0,0,0.08,0.6990,0.04,0.6021 shimmers,shimmers,3,3,3,3,0.06,0.6021,0.04,0.6021 shimmied,shimmied,3,3,2,2,0.06,0.6021,0.04,0.6021 shinny,shinny,3,3,3,3,0.06,0.6021,0.04,0.6021 shipbuilding,shipbuilding,5,3,3,2,0.10,0.7782,0.04,0.6021 shipload,shipload,3,3,3,3,0.06,0.6021,0.04,0.6021 Shipman,shipman,6,3,0,0,0.12,0.8451,0.04,0.6021 shipwrecks,shipwrecks,3,3,2,2,0.06,0.6021,0.04,0.6021 shires,shires,4,3,4,3,0.08,0.6990,0.04,0.6021 shirker,shirker,3,3,2,2,0.06,0.6021,0.04,0.6021 shirtsleeves,shirtsleeves,3,3,3,3,0.06,0.6021,0.04,0.6021 shivah,shivah,4,3,4,3,0.08,0.6990,0.04,0.6021 shoehorns,shoehorns,3,3,3,3,0.06,0.6021,0.04,0.6021 shooed,shooed,3,3,3,3,0.06,0.6021,0.04,0.6021 Shoop,shoop,10,3,4,2,0.20,1.0414,0.04,0.6021 shootable,shootable,3,3,3,3,0.06,0.6021,0.04,0.6021 shopworn,shopworn,3,3,3,3,0.06,0.6021,0.04,0.6021 shorelines,shorelines,3,3,3,3,0.06,0.6021,0.04,0.6021 shortchange,shortchange,3,3,3,3,0.06,0.6021,0.04,0.6021 shotty,shotty,3,3,3,3,0.06,0.6021,0.04,0.6021 Shou,shou,7,3,1,1,0.14,0.9031,0.04,0.6021 shouldst,shouldst,4,3,4,3,0.08,0.6990,0.04,0.6021 shovelfuls,shovelfuls,3,3,3,3,0.06,0.6021,0.04,0.6021 shovelled,shovelled,4,3,3,3,0.08,0.6990,0.04,0.6021 shoveller,shoveller,5,3,5,3,0.10,0.7782,0.04,0.6021 showpiece,showpiece,4,3,4,3,0.08,0.6990,0.04,0.6021 showstoppers,showstoppers,3,3,3,3,0.06,0.6021,0.04,0.6021 shredders,shredders,3,3,2,2,0.06,0.6021,0.04,0.6021 shrift,shrift,4,3,4,3,0.08,0.6990,0.04,0.6021 shrilly,shrilly,3,3,3,3,0.06,0.6021,0.04,0.6021 Shrimpy,shrimpy,3,3,1,1,0.06,0.6021,0.04,0.6021 shrinky,shrinky,3,3,2,2,0.06,0.6021,0.04,0.6021 shriveling,shriveling,3,3,3,3,0.06,0.6021,0.04,0.6021 Shropshire,shropshire,7,3,0,0,0.14,0.9031,0.04,0.6021 shrugging,shrugging,6,3,6,3,0.12,0.8451,0.04,0.6021 shuttling,shuttling,3,3,3,3,0.06,0.6021,0.04,0.6021 Shyer,shyer,4,3,1,1,0.08,0.6990,0.04,0.6021 shyest,shyest,3,3,3,3,0.06,0.6021,0.04,0.6021 Sibilance,sibilance,5,3,1,1,0.10,0.7782,0.04,0.6021 siccing,siccing,3,3,2,2,0.06,0.6021,0.04,0.6021 sickles,sickles,3,3,2,2,0.06,0.6021,0.04,0.6021 sicknesses,sicknesses,3,3,3,3,0.06,0.6021,0.04,0.6021 sickout,sickout,11,3,11,3,0.22,1.0792,0.04,0.6021 sideburn,sideburn,4,3,4,3,0.08,0.6990,0.04,0.6021 Sideless,sideless,4,3,1,1,0.08,0.6990,0.04,0.6021 sidestep,sidestep,3,3,3,3,0.06,0.6021,0.04,0.6021 sidetrack,sidetrack,3,3,2,2,0.06,0.6021,0.04,0.6021 sidewall,sidewall,3,3,3,3,0.06,0.6021,0.04,0.6021 sidewinders,sidewinders,3,3,2,2,0.06,0.6021,0.04,0.6021 sigmoid,sigmoid,3,3,3,3,0.06,0.6021,0.04,0.6021 signified,signified,3,3,3,3,0.06,0.6021,0.04,0.6021 Signori,signori,4,3,1,1,0.08,0.6990,0.04,0.6021 Sikhs,sikhs,3,3,0,0,0.06,0.6021,0.04,0.6021 silencers,silencers,4,3,3,2,0.08,0.6990,0.04,0.6021 silents,silents,3,3,2,2,0.06,0.6021,0.04,0.6021 silverfish,silverfish,4,3,4,3,0.08,0.6990,0.04,0.6021 Silvers,silvers,4,3,0,0,0.08,0.6990,0.04,0.6021 silversmith,silversmith,3,3,3,3,0.06,0.6021,0.04,0.6021 simper,simper,3,3,3,3,0.06,0.6021,0.04,0.6021 simulacrum,simulacrum,3,3,3,3,0.06,0.6021,0.04,0.6021 siring,siring,3,3,2,2,0.06,0.6021,0.04,0.6021 sirocco,sirocco,5,3,5,3,0.10,0.7782,0.04,0.6021 Sisi,sisi,13,3,0,0,0.25,1.1461,0.04,0.6021 sited,sited,3,3,3,3,0.06,0.6021,0.04,0.6021 Sith,sith,35,3,0,0,0.69,1.5563,0.04,0.6021 situs,situs,6,3,5,2,0.12,0.8451,0.04,0.6021 sitz,sitz,3,3,2,2,0.06,0.6021,0.04,0.6021 sixtieth,sixtieth,4,3,3,2,0.08,0.6990,0.04,0.6021 sizzled,sizzled,3,3,3,3,0.06,0.6021,0.04,0.6021 sked,sked,3,3,2,2,0.06,0.6021,0.04,0.6021 skedaddling,skedaddling,3,3,3,3,0.06,0.6021,0.04,0.6021 skeeball,skeeball,5,3,5,3,0.10,0.7782,0.04,0.6021 skeeters,skeeters,3,3,3,3,0.06,0.6021,0.04,0.6021 skel,skel,3,3,3,3,0.06,0.6021,0.04,0.6021 skewing,skewing,4,3,4,3,0.08,0.6990,0.04,0.6021 skirmishers,skirmishers,4,3,4,3,0.08,0.6990,0.04,0.6021 skitter,skitter,3,3,2,2,0.06,0.6021,0.04,0.6021 skitters,skitters,3,3,3,3,0.06,0.6021,0.04,0.6021 Skully,skully,4,3,0,0,0.08,0.6990,0.04,0.6021 skunky,skunky,3,3,2,2,0.06,0.6021,0.04,0.6021 skydiver,skydiver,4,3,4,3,0.08,0.6990,0.04,0.6021 slags,slags,4,3,4,3,0.08,0.6990,0.04,0.6021 Slainte,slainte,4,3,0,0,0.08,0.6990,0.04,0.6021 slake,slake,3,3,3,3,0.06,0.6021,0.04,0.6021 slalom,slalom,3,3,3,3,0.06,0.6021,0.04,0.6021 slapper,slapper,5,3,5,3,0.10,0.7782,0.04,0.6021 slat,slat,4,3,3,2,0.08,0.6990,0.04,0.6021 slathering,slathering,3,3,3,3,0.06,0.6021,0.04,0.6021 slattern,slattern,3,3,3,3,0.06,0.6021,0.04,0.6021 Slav,slav,3,3,0,0,0.06,0.6021,0.04,0.6021 Slee,slee,3,3,1,1,0.06,0.6021,0.04,0.6021 sleeker,sleeker,3,3,2,2,0.06,0.6021,0.04,0.6021 sleepiness,sleepiness,3,3,2,2,0.06,0.6021,0.04,0.6021 slickest,slickest,3,3,3,3,0.06,0.6021,0.04,0.6021 slicks,slicks,3,3,2,2,0.06,0.6021,0.04,0.6021 slideshow,slideshow,3,3,3,3,0.06,0.6021,0.04,0.6021 slimiest,slimiest,3,3,3,3,0.06,0.6021,0.04,0.6021 slingbacks,slingbacks,3,3,3,3,0.06,0.6021,0.04,0.6021 sloped,sloped,3,3,3,3,0.06,0.6021,0.04,0.6021 sloppily,sloppily,3,3,3,3,0.06,0.6021,0.04,0.6021 slothful,slothful,3,3,2,2,0.06,0.6021,0.04,0.6021 Slouches,slouches,3,3,1,1,0.06,0.6021,0.04,0.6021 slovenly,slovenly,3,3,3,3,0.06,0.6021,0.04,0.6021 slowness,slowness,4,3,4,3,0.08,0.6990,0.04,0.6021 slowpokes,slowpokes,3,3,3,3,0.06,0.6021,0.04,0.6021 slugfest,slugfest,3,3,2,2,0.06,0.6021,0.04,0.6021 slumberland,slumberland,3,3,3,3,0.06,0.6021,0.04,0.6021 slumlords,slumlords,3,3,3,3,0.06,0.6021,0.04,0.6021 sma,sma,3,3,2,2,0.06,0.6021,0.04,0.6021 smartened,smartened,3,3,3,3,0.06,0.6021,0.04,0.6021 smartening,smartening,3,3,3,3,0.06,0.6021,0.04,0.6021 Smartypants,smartypants,3,3,1,1,0.06,0.6021,0.04,0.6021 Smee,smee,54,3,0,0,1.06,1.7404,0.04,0.6021 smeller,smeller,3,3,3,3,0.06,0.6021,0.04,0.6021 smelter,smelter,4,3,3,2,0.08,0.6990,0.04,0.6021 Smiler,smiler,3,3,1,1,0.06,0.6021,0.04,0.6021 smirks,smirks,3,3,3,3,0.06,0.6021,0.04,0.6021 smokeless,smokeless,4,3,2,2,0.08,0.6990,0.04,0.6021 Smoot,smoot,16,3,0,0,0.31,1.2304,0.04,0.6021 smoothes,smoothes,3,3,3,3,0.06,0.6021,0.04,0.6021 snacked,snacked,3,3,3,3,0.06,0.6021,0.04,0.6021 snagging,snagging,3,3,3,3,0.06,0.6021,0.04,0.6021 snaggletooth,snaggletooth,4,3,2,1,0.08,0.6990,0.04,0.6021 snappier,snappier,3,3,2,2,0.06,0.6021,0.04,0.6021 snappiest,snappiest,3,3,3,3,0.06,0.6021,0.04,0.6021 snarly,snarly,3,3,3,3,0.06,0.6021,0.04,0.6021 sneakiest,sneakiest,3,3,3,3,0.06,0.6021,0.04,0.6021 sneers,sneers,3,3,3,3,0.06,0.6021,0.04,0.6021 snipping,snipping,3,3,3,3,0.06,0.6021,0.04,0.6021 snogging,snogging,4,3,4,3,0.08,0.6990,0.04,0.6021 snood,snood,3,3,2,2,0.06,0.6021,0.04,0.6021 snookered,snookered,3,3,3,3,0.06,0.6021,0.04,0.6021 snoopers,snoopers,3,3,3,3,0.06,0.6021,0.04,0.6021 snoots,snoots,3,3,3,3,0.06,0.6021,0.04,0.6021 snorkeled,snorkeled,3,3,3,3,0.06,0.6021,0.04,0.6021 Snots,snots,5,3,2,2,0.10,0.7782,0.04,0.6021 snowbank,snowbank,3,3,3,3,0.06,0.6021,0.04,0.6021 snowdrifts,snowdrifts,3,3,3,3,0.06,0.6021,0.04,0.6021 snowmobiles,snowmobiles,4,3,3,2,0.08,0.6990,0.04,0.6021 snuffbox,snuffbox,3,3,3,3,0.06,0.6021,0.04,0.6021 Soc,soc,11,3,1,1,0.22,1.0792,0.04,0.6021 Sociables,sociables,3,3,1,1,0.06,0.6021,0.04,0.6021 socialising,socialising,3,3,3,3,0.06,0.6021,0.04,0.6021 socials,socials,3,3,3,3,0.06,0.6021,0.04,0.6021 sodbuster,sodbuster,14,3,12,2,0.27,1.1761,0.04,0.6021 sodomizing,sodomizing,4,3,4,3,0.08,0.6990,0.04,0.6021 softheaded,softheaded,3,3,2,2,0.06,0.6021,0.04,0.6021 softwares,softwares,3,3,2,2,0.06,0.6021,0.04,0.6021 sojourner,sojourner,3,3,3,3,0.06,0.6021,0.04,0.6021 Sok,sok,16,3,0,0,0.31,1.2304,0.04,0.6021 Sola,sola,6,3,2,2,0.12,0.8451,0.04,0.6021 soldered,soldered,3,3,3,3,0.06,0.6021,0.04,0.6021 solders,solders,3,3,3,3,0.06,0.6021,0.04,0.6021 soldiered,soldiered,3,3,3,3,0.06,0.6021,0.04,0.6021 solemnity,solemnity,3,3,3,3,0.06,0.6021,0.04,0.6021 solenoid,solenoid,5,3,4,3,0.10,0.7782,0.04,0.6021 solenoids,solenoids,3,3,3,3,0.06,0.6021,0.04,0.6021 solicitude,solicitude,3,3,3,3,0.06,0.6021,0.04,0.6021 solidifying,solidifying,3,3,2,2,0.06,0.6021,0.04,0.6021 solipsistic,solipsistic,4,3,4,3,0.08,0.6990,0.04,0.6021 soloed,soloed,3,3,3,3,0.06,0.6021,0.04,0.6021 sonatas,sonatas,4,3,3,3,0.08,0.6990,0.04,0.6021 sonde,sonde,6,3,4,3,0.12,0.8451,0.04,0.6021 Sone,sone,24,3,1,1,0.47,1.3979,0.04,0.6021 songbook,songbook,3,3,3,3,0.06,0.6021,0.04,0.6021 sophisticates,sophisticates,6,3,3,3,0.12,0.8451,0.04,0.6021 Sophistry,sophistry,3,3,1,1,0.06,0.6021,0.04,0.6021 Sophocles,sophocles,3,3,0,0,0.06,0.6021,0.04,0.6021 soporific,soporific,9,3,8,3,0.18,1.0000,0.04,0.6021 sorer,sorer,3,3,3,3,0.06,0.6021,0.04,0.6021 Sorrento,sorrento,5,3,0,0,0.10,0.7782,0.04,0.6021 sorrowing,sorrowing,3,3,3,3,0.06,0.6021,0.04,0.6021 soso,soso,4,3,4,3,0.08,0.6990,0.04,0.6021 souffl,souffl,3,3,3,3,0.06,0.6021,0.04,0.6021 soundings,soundings,6,3,6,3,0.12,0.8451,0.04,0.6021 soundtracks,soundtracks,3,3,3,3,0.06,0.6021,0.04,0.6021 sourced,sourced,3,3,3,3,0.06,0.6021,0.04,0.6021 sourpusses,sourpusses,3,3,3,3,0.06,0.6021,0.04,0.6021 sousaphone,sousaphone,3,3,3,3,0.06,0.6021,0.04,0.6021 southpaws,southpaws,3,3,3,3,0.06,0.6021,0.04,0.6021 Sov,sov,3,3,1,1,0.06,0.6021,0.04,0.6021 spacecrafts,spacecrafts,3,3,3,3,0.06,0.6021,0.04,0.6021 spaceport,spaceport,8,3,5,2,0.16,0.9542,0.04,0.6021 spacer,spacer,5,3,5,3,0.10,0.7782,0.04,0.6021 spadework,spadework,3,3,3,3,0.06,0.6021,0.04,0.6021 spaghettini,spaghettini,3,3,2,2,0.06,0.6021,0.04,0.6021 spangle,spangle,4,3,4,3,0.08,0.6990,0.04,0.6021 Spangler,spangler,7,3,0,0,0.14,0.9031,0.04,0.6021 spaniels,spaniels,3,3,3,3,0.06,0.6021,0.04,0.6021 Spann,spann,15,3,0,0,0.29,1.2041,0.04,0.6021 Sparkler,sparkler,3,3,1,1,0.06,0.6021,0.04,0.6021 spasmodic,spasmodic,3,3,3,3,0.06,0.6021,0.04,0.6021 spatters,spatters,3,3,3,3,0.06,0.6021,0.04,0.6021 spaying,spaying,3,3,2,2,0.06,0.6021,0.04,0.6021 spearing,spearing,4,3,4,3,0.08,0.6990,0.04,0.6021 specialization,specialization,3,3,3,3,0.06,0.6021,0.04,0.6021 specters,specters,4,3,4,3,0.08,0.6990,0.04,0.6021 speedball,speedball,3,3,3,3,0.06,0.6021,0.04,0.6021 speedily,speedily,3,3,3,3,0.06,0.6021,0.04,0.6021 Speer,speer,4,3,0,0,0.08,0.6990,0.04,0.6021 Spencers,spencers,3,3,0,0,0.06,0.6021,0.04,0.6021 spendthrift,spendthrift,3,3,3,3,0.06,0.6021,0.04,0.6021 spermicidal,spermicidal,4,3,4,3,0.08,0.6990,0.04,0.6021 spidery,spidery,4,3,4,3,0.08,0.6990,0.04,0.6021 Spiker,spiker,7,3,1,1,0.14,0.9031,0.04,0.6021 spillover,spillover,3,3,3,3,0.06,0.6021,0.04,0.6021 spillway,spillway,10,3,10,3,0.20,1.0414,0.04,0.6021 spinous,spinous,3,3,3,3,0.06,0.6021,0.04,0.6021 spinout,spinout,3,3,3,3,0.06,0.6021,0.04,0.6021 spinsterhood,spinsterhood,3,3,2,2,0.06,0.6021,0.04,0.6021 spiriting,spiriting,3,3,3,3,0.06,0.6021,0.04,0.6021 spirituals,spirituals,4,3,4,3,0.08,0.6990,0.04,0.6021 Spl,spl,3,3,0,0,0.06,0.6021,0.04,0.6021 splices,splices,4,3,4,3,0.08,0.6990,0.04,0.6021 splitter,splitter,4,3,4,3,0.08,0.6990,0.04,0.6021 spokespersons,spokespersons,5,3,5,3,0.10,0.7782,0.04,0.6021 sporadically,sporadically,3,3,2,2,0.06,0.6021,0.04,0.6021 sportive,sportive,3,3,3,3,0.06,0.6021,0.04,0.6021 sportsmanlike,sportsmanlike,4,3,3,3,0.08,0.6990,0.04,0.6021 spouted,spouted,3,3,3,3,0.06,0.6021,0.04,0.6021 spouts,spouts,3,3,3,3,0.06,0.6021,0.04,0.6021 Spreadeagle,spreadeagle,3,3,0,0,0.06,0.6021,0.04,0.6021 sprigs,sprigs,3,3,3,3,0.06,0.6021,0.04,0.6021 Springwood,springwood,6,3,0,0,0.12,0.8451,0.04,0.6021 sprites,sprites,3,3,3,3,0.06,0.6021,0.04,0.6021 spurring,spurring,3,3,3,3,0.06,0.6021,0.04,0.6021 spyglasses,spyglasses,3,3,3,3,0.06,0.6021,0.04,0.6021 Sq,sq,24,3,2,1,0.47,1.3979,0.04,0.6021 squalls,squalls,3,3,2,2,0.06,0.6021,0.04,0.6021 squasher,squasher,4,3,4,3,0.08,0.6990,0.04,0.6021 squeezebox,squeezebox,4,3,4,3,0.08,0.6990,0.04,0.6021 squelching,squelching,5,3,3,3,0.10,0.7782,0.04,0.6021 squirmy,squirmy,3,3,3,3,0.06,0.6021,0.04,0.6021 squoze,squoze,3,3,3,3,0.06,0.6021,0.04,0.6021 Ssp,ssp,3,3,0,0,0.06,0.6021,0.04,0.6021 stabilizes,stabilizes,3,3,3,3,0.06,0.6021,0.04,0.6021 Stacker,stacker,3,3,1,1,0.06,0.6021,0.04,0.6021 staggeringly,staggeringly,3,3,3,3,0.06,0.6021,0.04,0.6021 stamen,stamen,4,3,4,3,0.08,0.6990,0.04,0.6021 Stamper,stamper,34,3,1,1,0.67,1.5441,0.04,0.6021 standardize,standardize,3,3,2,2,0.06,0.6021,0.04,0.6021 standpipe,standpipe,4,3,4,3,0.08,0.6990,0.04,0.6021 Stanhope,stanhope,5,3,0,0,0.10,0.7782,0.04,0.6021 starches,starches,3,3,3,3,0.06,0.6021,0.04,0.6021 Starky,starky,3,3,1,1,0.06,0.6021,0.04,0.6021 starlings,starlings,4,3,4,3,0.08,0.6990,0.04,0.6021 statuary,statuary,3,3,3,3,0.06,0.6021,0.04,0.6021 steadiness,steadiness,3,3,3,3,0.06,0.6021,0.04,0.6021 steamboats,steamboats,3,3,3,3,0.06,0.6021,0.04,0.6021 steeling,steeling,3,3,3,3,0.06,0.6021,0.04,0.6021 steelworkers,steelworkers,3,3,3,3,0.06,0.6021,0.04,0.6021 steepest,steepest,3,3,3,3,0.06,0.6021,0.04,0.6021 Stell,stell,11,3,0,0,0.22,1.0792,0.04,0.6021 stemmed,stemmed,3,3,3,3,0.06,0.6021,0.04,0.6021 stencils,stencils,12,3,7,3,0.24,1.1139,0.04,0.6021 stepladders,stepladders,4,3,4,3,0.08,0.6990,0.04,0.6021 Stepney,stepney,6,3,0,0,0.12,0.8451,0.04,0.6021 ster,ster,4,3,4,3,0.08,0.6990,0.04,0.6021 stereoscopic,stereoscopic,3,3,3,3,0.06,0.6021,0.04,0.6021 sterilizing,sterilizing,3,3,3,3,0.06,0.6021,0.04,0.6021 sternest,sternest,3,3,3,3,0.06,0.6021,0.04,0.6021 Stetsons,stetsons,3,3,0,0,0.06,0.6021,0.04,0.6021 stickpins,stickpins,3,3,3,3,0.06,0.6021,0.04,0.6021 stigmatized,stigmatized,3,3,3,3,0.06,0.6021,0.04,0.6021 stilly,stilly,3,3,3,3,0.06,0.6021,0.04,0.6021 Stingrays,stingrays,3,3,1,1,0.06,0.6021,0.04,0.6021 Stockman,stockman,3,3,1,1,0.06,0.6021,0.04,0.6021 stoical,stoical,3,3,3,3,0.06,0.6021,0.04,0.6021 Stoneman,stoneman,15,3,1,1,0.29,1.2041,0.04,0.6021 stoplights,stoplights,3,3,3,3,0.06,0.6021,0.04,0.6021 storefronts,storefronts,3,3,3,3,0.06,0.6021,0.04,0.6021 storehouses,storehouses,3,3,3,3,0.06,0.6021,0.04,0.6021 storekeepers,storekeepers,3,3,3,3,0.06,0.6021,0.04,0.6021 storied,storied,4,3,4,3,0.08,0.6990,0.04,0.6021 strangulated,strangulated,3,3,2,2,0.06,0.6021,0.04,0.6021 streaked,streaked,3,3,3,3,0.06,0.6021,0.04,0.6021 streaker,streaker,3,3,3,3,0.06,0.6021,0.04,0.6021 streetwalking,streetwalking,3,3,2,2,0.06,0.6021,0.04,0.6021 streptomycin,streptomycin,6,3,6,3,0.12,0.8451,0.04,0.6021 stressors,stressors,3,3,3,3,0.06,0.6021,0.04,0.6021 stret,stret,3,3,3,3,0.06,0.6021,0.04,0.6021 striae,striae,3,3,2,2,0.06,0.6021,0.04,0.6021 Strick,strick,7,3,1,1,0.14,0.9031,0.04,0.6021 stridor,stridor,4,3,2,2,0.08,0.6990,0.04,0.6021 striping,striping,4,3,3,3,0.08,0.6990,0.04,0.6021 striven,striven,4,3,4,3,0.08,0.6990,0.04,0.6021 strontium,strontium,3,3,3,3,0.06,0.6021,0.04,0.6021 Strutter,strutter,6,3,2,2,0.12,0.8451,0.04,0.6021 stubbing,stubbing,3,3,3,3,0.06,0.6021,0.04,0.6021 stuffers,stuffers,3,3,3,3,0.06,0.6021,0.04,0.6021 stuffings,stuffings,3,3,3,3,0.06,0.6021,0.04,0.6021 stultifying,stultifying,3,3,3,3,0.06,0.6021,0.04,0.6021 stupids,stupids,3,3,3,3,0.06,0.6021,0.04,0.6021 Sturgeons,sturgeons,5,3,2,2,0.10,0.7782,0.04,0.6021 Stymie,stymie,8,3,1,1,0.16,0.9542,0.04,0.6021 Stymphalian,stymphalian,3,3,0,0,0.06,0.6021,0.04,0.6021 subchannel,subchannel,3,3,3,3,0.06,0.6021,0.04,0.6021 Subcommander,subcommander,3,3,1,1,0.06,0.6021,0.04,0.6021 subcompact,subcompact,3,3,3,3,0.06,0.6021,0.04,0.6021 subcontractors,subcontractors,4,3,4,3,0.08,0.6990,0.04,0.6021 subcutaneously,subcutaneously,3,3,3,3,0.06,0.6021,0.04,0.6021 subdivided,subdivided,4,3,4,3,0.08,0.6990,0.04,0.6021 subfloor,subfloor,4,3,4,3,0.08,0.6990,0.04,0.6021 subgroups,subgroups,4,3,4,3,0.08,0.6990,0.04,0.6021 subhumans,subhumans,3,3,3,3,0.06,0.6021,0.04,0.6021 sublimates,sublimates,4,3,3,3,0.08,0.6990,0.04,0.6021 sublimating,sublimating,3,3,3,3,0.06,0.6021,0.04,0.6021 sublimity,sublimity,3,3,3,3,0.06,0.6021,0.04,0.6021 suborning,suborning,4,3,4,3,0.08,0.6990,0.04,0.6021 subsidised,subsidised,3,3,3,3,0.06,0.6021,0.04,0.6021 subsist,subsist,3,3,3,3,0.06,0.6021,0.04,0.6021 subsoil,subsoil,3,3,3,3,0.06,0.6021,0.04,0.6021 subsonic,subsonic,4,3,4,3,0.08,0.6990,0.04,0.6021 subsurface,subsurface,4,3,4,3,0.08,0.6990,0.04,0.6021 suburbanites,suburbanites,3,3,3,3,0.06,0.6021,0.04,0.6021 subverted,subverted,3,3,3,3,0.06,0.6021,0.04,0.6021 suckage,suckage,4,3,3,3,0.08,0.6990,0.04,0.6021 sudsy,sudsy,3,3,2,2,0.06,0.6021,0.04,0.6021 suedes,suedes,3,3,3,3,0.06,0.6021,0.04,0.6021 suer,suer,3,3,2,2,0.06,0.6021,0.04,0.6021 sugarcoated,sugarcoated,3,3,3,3,0.06,0.6021,0.04,0.6021 sugarcoating,sugarcoating,4,3,4,3,0.08,0.6990,0.04,0.6021 Sugarloaf,sugarloaf,3,3,0,0,0.06,0.6021,0.04,0.6021 Suisse,suisse,4,3,0,0,0.08,0.6990,0.04,0.6021 sullies,sullies,3,3,3,3,0.06,0.6021,0.04,0.6021 sulphate,sulphate,4,3,4,3,0.08,0.6990,0.04,0.6021 sulphide,sulphide,3,3,3,3,0.06,0.6021,0.04,0.6021 sulphuric,sulphuric,11,3,10,3,0.22,1.0792,0.04,0.6021 sultans,sultans,4,3,4,3,0.08,0.6990,0.04,0.6021 summarized,summarized,3,3,3,3,0.06,0.6021,0.04,0.6021 summering,summering,3,3,2,2,0.06,0.6021,0.04,0.6021 Summerland,summerland,3,3,0,0,0.06,0.6021,0.04,0.6021 summonses,summonses,5,3,3,1,0.10,0.7782,0.04,0.6021 sunbath,sunbath,5,3,5,3,0.10,0.7782,0.04,0.6021 sundress,sundress,4,3,4,3,0.08,0.6990,0.04,0.6021 sundresses,sundresses,3,3,3,3,0.06,0.6021,0.04,0.6021 sunnier,sunnier,4,3,3,3,0.08,0.6990,0.04,0.6021 Sunt,sunt,3,3,1,1,0.06,0.6021,0.04,0.6021 supercomputers,supercomputers,3,3,3,3,0.06,0.6021,0.04,0.6021 superconductor,superconductor,4,3,4,3,0.08,0.6990,0.04,0.6021 superconductors,superconductors,3,3,3,3,0.06,0.6021,0.04,0.6021 supercool,supercool,5,3,4,3,0.10,0.7782,0.04,0.6021 Supergrass,supergrass,3,3,0,0,0.06,0.6021,0.04,0.6021 superheat,superheat,3,3,3,3,0.06,0.6021,0.04,0.6021 superintendents,superintendents,3,3,2,2,0.06,0.6021,0.04,0.6021 supers,supers,4,3,4,3,0.08,0.6990,0.04,0.6021 Superstore,superstore,22,3,3,1,0.43,1.3617,0.04,0.6021 superstrong,superstrong,3,3,3,3,0.06,0.6021,0.04,0.6021 supertanker,supertanker,3,3,3,3,0.06,0.6021,0.04,0.6021 Supertramp,supertramp,3,3,0,0,0.06,0.6021,0.04,0.6021 supping,supping,4,3,4,3,0.08,0.6990,0.04,0.6021 supplant,supplant,3,3,3,3,0.06,0.6021,0.04,0.6021 supplementing,supplementing,3,3,3,3,0.06,0.6021,0.04,0.6021 supplicate,supplicate,3,3,3,3,0.06,0.6021,0.04,0.6021 suppressor,suppressor,9,3,8,3,0.18,1.0000,0.04,0.6021 supremacist,supremacist,4,3,4,3,0.08,0.6990,0.04,0.6021 supremacists,supremacists,6,3,5,2,0.12,0.8451,0.04,0.6021 Supremo,supremo,9,3,3,2,0.18,1.0000,0.04,0.6021 surmount,surmount,5,3,5,3,0.10,0.7782,0.04,0.6021 surmountable,surmountable,3,3,3,3,0.06,0.6021,0.04,0.6021 surpluses,surpluses,3,3,2,2,0.06,0.6021,0.04,0.6021 surreptitiously,surreptitiously,3,3,3,3,0.06,0.6021,0.04,0.6021 surrogacy,surrogacy,5,3,5,3,0.10,0.7782,0.04,0.6021 survivability,survivability,3,3,3,3,0.06,0.6021,0.04,0.6021 survivorship,survivorship,3,3,3,3,0.06,0.6021,0.04,0.6021 Sutler,sutler,19,3,3,2,0.37,1.3010,0.04,0.6021 Swallowtail,swallowtail,3,3,1,1,0.06,0.6021,0.04,0.6021 swamis,swamis,4,3,2,2,0.08,0.6990,0.04,0.6021 swanning,swanning,3,3,3,3,0.06,0.6021,0.04,0.6021 swaps,swaps,4,3,4,3,0.08,0.6990,0.04,0.6021 Swash,swash,5,3,2,2,0.10,0.7782,0.04,0.6021 swathed,swathed,4,3,4,3,0.08,0.6990,0.04,0.6021 sweatsuit,sweatsuit,3,3,3,3,0.06,0.6021,0.04,0.6021 sweeteners,sweeteners,3,3,3,3,0.06,0.6021,0.04,0.6021 swellings,swellings,5,3,4,2,0.10,0.7782,0.04,0.6021 swigging,swigging,3,3,3,3,0.06,0.6021,0.04,0.6021 swingles,swingles,3,3,3,3,0.06,0.6021,0.04,0.6021 switchblades,switchblades,3,3,2,2,0.06,0.6021,0.04,0.6021 switchboards,switchboards,3,3,2,2,0.06,0.6021,0.04,0.6021 swivels,swivels,3,3,3,3,0.06,0.6021,0.04,0.6021 swoons,swoons,3,3,3,3,0.06,0.6021,0.04,0.6021 swooshing,swooshing,8,3,8,3,0.16,0.9542,0.04,0.6021 Sylvan,sylvan,5,3,1,1,0.10,0.7782,0.04,0.6021 sympathetically,sympathetically,3,3,3,3,0.06,0.6021,0.04,0.6021 Syn,syn,3,3,1,1,0.06,0.6021,0.04,0.6021 synching,synching,3,3,3,3,0.06,0.6021,0.04,0.6021 syncopal,syncopal,3,3,2,2,0.06,0.6021,0.04,0.6021 synergistically,synergistically,3,3,3,3,0.06,0.6021,0.04,0.6021 synthesizers,synthesizers,3,3,3,3,0.06,0.6021,0.04,0.6021 Syrians,syrians,5,3,0,0,0.10,0.7782,0.04,0.6021 syrups,syrups,3,3,3,3,0.06,0.6021,0.04,0.6021 Tabbouleh,tabbouleh,5,3,2,2,0.10,0.7782,0.04,0.6021 Tabor,tabor,10,3,1,1,0.20,1.0414,0.04,0.6021 tabulation,tabulation,3,3,2,2,0.06,0.6021,0.04,0.6021 tace,tace,4,3,4,3,0.08,0.6990,0.04,0.6021 Tachibana,tachibana,12,3,0,0,0.24,1.1139,0.04,0.6021 tacitly,tacitly,3,3,3,3,0.06,0.6021,0.04,0.6021 taels,taels,24,3,24,3,0.47,1.3979,0.04,0.6021 tailgated,tailgated,3,3,3,3,0.06,0.6021,0.04,0.6021 tailings,tailings,3,3,3,3,0.06,0.6021,0.04,0.6021 taipan,taipan,3,3,2,2,0.06,0.6021,0.04,0.6021 Tait,tait,46,3,0,0,0.90,1.6721,0.04,0.6021 takedowns,takedowns,5,3,5,3,0.10,0.7782,0.04,0.6021 talebearer,talebearer,3,3,3,3,0.06,0.6021,0.04,0.6021 Talmudic,talmudic,3,3,1,1,0.06,0.6021,0.04,0.6021 tamp,tamp,3,3,2,2,0.06,0.6021,0.04,0.6021 Tana,tana,3,3,1,1,0.06,0.6021,0.04,0.6021 tane,tane,46,3,41,3,0.90,1.6721,0.04,0.6021 tannic,tannic,3,3,2,2,0.06,0.6021,0.04,0.6021 Tansy,tansy,10,3,2,2,0.20,1.0414,0.04,0.6021 tantalum,tantalum,3,3,3,3,0.06,0.6021,0.04,0.6021 tarpaulin,tarpaulin,5,3,5,3,0.10,0.7782,0.04,0.6021 tarrying,tarrying,3,3,3,3,0.06,0.6021,0.04,0.6021 Tartars,tartars,38,3,0,0,0.75,1.5911,0.04,0.6021 Tartary,tartary,3,3,0,0,0.06,0.6021,0.04,0.6021 tastebuds,tastebuds,3,3,3,3,0.06,0.6021,0.04,0.6021 tastings,tastings,3,3,3,3,0.06,0.6021,0.04,0.6021 tatami,tatami,4,3,4,3,0.08,0.6990,0.04,0.6021 tatoos,tatoos,3,3,3,3,0.06,0.6021,0.04,0.6021 tatting,tatting,3,3,3,3,0.06,0.6021,0.04,0.6021 Tattler,tattler,24,3,0,0,0.47,1.3979,0.04,0.6021 tatty,tatty,3,3,3,3,0.06,0.6021,0.04,0.6021 taw,taw,7,3,7,3,0.14,0.9031,0.04,0.6021 Teague,teague,10,3,0,0,0.20,1.0414,0.04,0.6021 teashop,teashop,3,3,3,3,0.06,0.6021,0.04,0.6021 techies,techies,4,3,4,3,0.08,0.6990,0.04,0.6021 Technetium,technetium,3,3,1,1,0.06,0.6021,0.04,0.6021 tectonics,tectonics,4,3,2,2,0.08,0.6990,0.04,0.6021 teddies,teddies,3,3,3,3,0.06,0.6021,0.04,0.6021 Teds,teds,4,3,0,0,0.08,0.6990,0.04,0.6021 teetotaller,teetotaller,4,3,4,3,0.08,0.6990,0.04,0.6021 Tefillin,tefillin,5,3,0,0,0.10,0.7782,0.04,0.6021 Teheran,teheran,4,3,0,0,0.08,0.6990,0.04,0.6021 telecommunication,telecommunication,3,3,2,2,0.06,0.6021,0.04,0.6021 telemarketers,telemarketers,3,3,2,2,0.06,0.6021,0.04,0.6021 telescoping,telescoping,4,3,3,2,0.08,0.6990,0.04,0.6021 Tellus,tellus,12,3,2,2,0.24,1.1139,0.04,0.6021 tempests,tempests,5,3,5,3,0.10,0.7782,0.04,0.6021 temporally,temporally,3,3,2,2,0.06,0.6021,0.04,0.6021 tenable,tenable,3,3,3,3,0.06,0.6021,0.04,0.6021 tendentious,tendentious,4,3,3,3,0.08,0.6990,0.04,0.6021 tenderized,tenderized,3,3,3,3,0.06,0.6021,0.04,0.6021 tenderizer,tenderizer,4,3,4,3,0.08,0.6990,0.04,0.6021 tenderloins,tenderloins,3,3,3,3,0.06,0.6021,0.04,0.6021 Teniente,teniente,3,3,1,1,0.06,0.6021,0.04,0.6021 tenseness,tenseness,3,3,3,3,0.06,0.6021,0.04,0.6021 tenser,tenser,3,3,3,3,0.06,0.6021,0.04,0.6021 tensing,tensing,3,3,3,3,0.06,0.6021,0.04,0.6021 terahertz,terahertz,3,3,2,2,0.06,0.6021,0.04,0.6021 terns,terns,4,3,2,2,0.08,0.6990,0.04,0.6021 terraces,terraces,3,3,2,2,0.06,0.6021,0.04,0.6021 territoriality,territoriality,4,3,3,2,0.08,0.6990,0.04,0.6021 terrorised,terrorised,3,3,3,3,0.06,0.6021,0.04,0.6021 terrorising,terrorising,3,3,3,3,0.06,0.6021,0.04,0.6021 terrorizes,terrorizes,3,3,3,3,0.06,0.6021,0.04,0.6021 tetrazzini,tetrazzini,4,3,4,3,0.08,0.6990,0.04,0.6021 tetrodotoxin,tetrodotoxin,3,3,3,3,0.06,0.6021,0.04,0.6021 tew,tew,4,3,4,3,0.08,0.6990,0.04,0.6021 Thacker,thacker,8,3,0,0,0.16,0.9542,0.04,0.6021 thalamus,thalamus,3,3,3,3,0.06,0.6021,0.04,0.6021 Thanatos,thanatos,10,3,0,0,0.20,1.0414,0.04,0.6021 thankfulness,thankfulness,3,3,3,3,0.06,0.6021,0.04,0.6021 theophylline,theophylline,5,3,5,3,0.10,0.7782,0.04,0.6021 theorized,theorized,3,3,3,3,0.06,0.6021,0.04,0.6021 Therese,therese,4,3,0,0,0.08,0.6990,0.04,0.6021 thereupon,thereupon,3,3,3,3,0.06,0.6021,0.04,0.6021 theyll,theyll,4,3,2,2,0.08,0.6990,0.04,0.6021 Theyve,theyve,4,3,1,1,0.08,0.6990,0.04,0.6021 thiamine,thiamine,3,3,3,3,0.06,0.6021,0.04,0.6021 thickened,thickened,5,3,5,3,0.10,0.7782,0.04,0.6021 thighbones,thighbones,3,3,2,2,0.06,0.6021,0.04,0.6021 thimbles,thimbles,3,3,2,2,0.06,0.6021,0.04,0.6021 thingamajigs,thingamajigs,4,3,4,3,0.08,0.6990,0.04,0.6021 thirsted,thirsted,3,3,3,3,0.06,0.6021,0.04,0.6021 thirtyish,thirtyish,3,3,2,2,0.06,0.6021,0.04,0.6021 thistles,thistles,3,3,3,3,0.06,0.6021,0.04,0.6021 thos,thos,4,3,2,1,0.08,0.6990,0.04,0.6021 thousandfold,thousandfold,3,3,3,3,0.06,0.6021,0.04,0.6021 Thrasher,thrasher,3,3,1,1,0.06,0.6021,0.04,0.6021 threefold,threefold,5,3,5,3,0.10,0.7782,0.04,0.6021 threescore,threescore,3,3,3,3,0.06,0.6021,0.04,0.6021 threshing,threshing,3,3,3,3,0.06,0.6021,0.04,0.6021 thro,thro,5,3,5,3,0.10,0.7782,0.04,0.6021 throttled,throttled,3,3,3,3,0.06,0.6021,0.04,0.6021 throttling,throttling,3,3,3,3,0.06,0.6021,0.04,0.6021 throughput,throughput,5,3,5,3,0.10,0.7782,0.04,0.6021 Throughway,throughway,5,3,2,2,0.10,0.7782,0.04,0.6021 Thrums,thrums,5,3,1,1,0.10,0.7782,0.04,0.6021 Thule,thule,6,3,0,0,0.12,0.8451,0.04,0.6021 thumbprints,thumbprints,3,3,3,3,0.06,0.6021,0.04,0.6021 thumbscrew,thumbscrew,3,3,3,3,0.06,0.6021,0.04,0.6021 thumbscrews,thumbscrews,3,3,2,2,0.06,0.6021,0.04,0.6021 Thunderclaps,thunderclaps,7,3,1,1,0.14,0.9031,0.04,0.6021 thundershowers,thundershowers,7,3,7,3,0.14,0.9031,0.04,0.6021 thyroidectomy,thyroidectomy,3,3,3,3,0.06,0.6021,0.04,0.6021 tidier,tidier,3,3,3,3,0.06,0.6021,0.04,0.6021 tiffs,tiffs,4,3,4,3,0.08,0.6990,0.04,0.6021 tig,tig,3,3,3,3,0.06,0.6021,0.04,0.6021 timecard,timecard,4,3,4,3,0.08,0.6990,0.04,0.6021 Timor,timor,3,3,0,0,0.06,0.6021,0.04,0.6021 Timpani,timpani,5,3,2,2,0.10,0.7782,0.04,0.6021 tings,tings,3,3,2,2,0.06,0.6021,0.04,0.6021 tinier,tinier,3,3,3,3,0.06,0.6021,0.04,0.6021 tinkler,tinkler,3,3,3,3,0.06,0.6021,0.04,0.6021 tinkly,tinkly,3,3,3,3,0.06,0.6021,0.04,0.6021 tinting,tinting,5,3,4,3,0.10,0.7782,0.04,0.6021 tintype,tintype,3,3,3,3,0.06,0.6021,0.04,0.6021 Tippex,tippex,4,3,0,0,0.08,0.6990,0.04,0.6021 tirades,tirades,3,3,3,3,0.06,0.6021,0.04,0.6021 tireder,tireder,3,3,3,3,0.06,0.6021,0.04,0.6021 titbit,titbit,3,3,3,3,0.06,0.6021,0.04,0.6021 titbits,titbits,3,3,3,3,0.06,0.6021,0.04,0.6021 titillated,titillated,3,3,3,3,0.06,0.6021,0.04,0.6021 titmouse,titmouse,7,3,6,3,0.14,0.9031,0.04,0.6021 tittie,tittie,3,3,3,3,0.06,0.6021,0.04,0.6021 Tivoli,tivoli,16,3,0,0,0.31,1.2304,0.04,0.6021 toadstools,toadstools,6,3,5,3,0.12,0.8451,0.04,0.6021 toadying,toadying,3,3,3,3,0.06,0.6021,0.04,0.6021 Toastmaster,toastmaster,3,3,1,1,0.06,0.6021,0.04,0.6021 tobacconist,tobacconist,5,3,4,2,0.10,0.7782,0.04,0.6021 tobaccos,tobaccos,3,3,3,3,0.06,0.6021,0.04,0.6021 tollbooths,tollbooths,3,3,3,3,0.06,0.6021,0.04,0.6021 tomahawked,tomahawked,4,3,3,3,0.08,0.6990,0.04,0.6021 tomfool,tomfool,3,3,3,3,0.06,0.6021,0.04,0.6021 Tommyrot,tommyrot,3,3,1,1,0.06,0.6021,0.04,0.6021 tonal,tonal,3,3,3,3,0.06,0.6021,0.04,0.6021 toolshed,toolshed,3,3,3,3,0.06,0.6021,0.04,0.6021 toothaches,toothaches,4,3,4,3,0.08,0.6990,0.04,0.6021 topgallant,topgallant,6,3,6,3,0.12,0.8451,0.04,0.6021 topiaries,topiaries,3,3,3,3,0.06,0.6021,0.04,0.6021 topmost,topmost,3,3,3,3,0.06,0.6021,0.04,0.6021 topples,topples,3,3,3,3,0.06,0.6021,0.04,0.6021 topsides,topsides,4,3,4,3,0.08,0.6990,0.04,0.6021 toques,toques,5,3,5,3,0.10,0.7782,0.04,0.6021 torchbearer,torchbearer,3,3,3,3,0.06,0.6021,0.04,0.6021 Toreador,toreador,4,3,1,1,0.08,0.6990,0.04,0.6021 tormentor,tormentor,3,3,3,3,0.06,0.6021,0.04,0.6021 tormentors,tormentors,5,3,5,3,0.10,0.7782,0.04,0.6021 torpor,torpor,3,3,3,3,0.06,0.6021,0.04,0.6021 torsion,torsion,3,3,3,3,0.06,0.6021,0.04,0.6021 torsos,torsos,3,3,3,3,0.06,0.6021,0.04,0.6021 tortoiseshell,tortoiseshell,3,3,3,3,0.06,0.6021,0.04,0.6021 torts,torts,3,3,3,3,0.06,0.6021,0.04,0.6021 torturers,torturers,3,3,3,3,0.06,0.6021,0.04,0.6021 Toru,toru,5,3,0,0,0.10,0.7782,0.04,0.6021 tos,tos,3,3,2,2,0.06,0.6021,0.04,0.6021 Tosspot,tosspot,3,3,1,1,0.06,0.6021,0.04,0.6021 totems,totems,11,3,10,3,0.22,1.0792,0.04,0.6021 tou,tou,18,3,12,2,0.35,1.2788,0.04,0.6021 toucan,toucan,4,3,2,1,0.08,0.6990,0.04,0.6021 touchingly,touchingly,3,3,3,3,0.06,0.6021,0.04,0.6021 touchups,touchups,3,3,3,3,0.06,0.6021,0.04,0.6021 toughened,toughened,3,3,2,2,0.06,0.6021,0.04,0.6021 touts,touts,3,3,2,2,0.06,0.6021,0.04,0.6021 towelettes,towelettes,4,3,3,2,0.08,0.6990,0.04,0.6021 towheaded,towheaded,3,3,3,3,0.06,0.6021,0.04,0.6021 Toyland,toyland,3,3,1,1,0.06,0.6021,0.04,0.6021 tracings,tracings,5,3,5,3,0.10,0.7782,0.04,0.6021 tragical,tragical,3,3,3,3,0.06,0.6021,0.04,0.6021 trailblazer,trailblazer,3,3,2,2,0.06,0.6021,0.04,0.6021 trancing,trancing,3,3,3,3,0.06,0.6021,0.04,0.6021 trannie,trannie,3,3,2,2,0.06,0.6021,0.04,0.6021 transcriber,transcriber,3,3,3,3,0.06,0.6021,0.04,0.6021 transfigured,transfigured,3,3,3,3,0.06,0.6021,0.04,0.6021 transgender,transgender,4,3,4,3,0.08,0.6990,0.04,0.6021 transgendered,transgendered,3,3,3,3,0.06,0.6021,0.04,0.6021 transgressed,transgressed,5,3,5,3,0.10,0.7782,0.04,0.6021 transmigration,transmigration,4,3,4,3,0.08,0.6990,0.04,0.6021 transmute,transmute,3,3,2,2,0.06,0.6021,0.04,0.6021 transplanting,transplanting,3,3,3,3,0.06,0.6021,0.04,0.6021 transubstantiation,transubstantiation,3,3,3,3,0.06,0.6021,0.04,0.6021 trapezes,trapezes,3,3,3,3,0.06,0.6021,0.04,0.6021 trapezoid,trapezoid,3,3,3,3,0.06,0.6021,0.04,0.6021 trashes,trashes,3,3,3,3,0.06,0.6021,0.04,0.6021 traumatism,traumatism,4,3,4,3,0.08,0.6990,0.04,0.6021 travois,travois,3,3,3,3,0.06,0.6021,0.04,0.6021 treadmills,treadmills,3,3,2,2,0.06,0.6021,0.04,0.6021 Treebeard,treebeard,9,3,0,0,0.18,1.0000,0.04,0.6021 trekking,trekking,3,3,2,2,0.06,0.6021,0.04,0.6021 tresses,tresses,3,3,3,3,0.06,0.6021,0.04,0.6021 Triassic,triassic,3,3,0,0,0.06,0.6021,0.04,0.6021 tribesman,tribesman,3,3,3,3,0.06,0.6021,0.04,0.6021 trichinosis,trichinosis,3,3,3,3,0.06,0.6021,0.04,0.6021 tricksters,tricksters,3,3,2,2,0.06,0.6021,0.04,0.6021 tricyclic,tricyclic,3,3,3,3,0.06,0.6021,0.04,0.6021 trike,trike,3,3,2,2,0.06,0.6021,0.04,0.6021 Trilby,trilby,4,3,0,0,0.08,0.6990,0.04,0.6021 Trill,trill,6,3,2,1,0.12,0.8451,0.04,0.6021 Trine,trine,4,3,1,1,0.08,0.6990,0.04,0.6021 Tringle,tringle,11,3,0,0,0.22,1.0792,0.04,0.6021 Triplex,triplex,3,3,1,1,0.06,0.6021,0.04,0.6021 tripling,tripling,3,3,3,3,0.06,0.6021,0.04,0.6021 tripwires,tripwires,5,3,5,3,0.10,0.7782,0.04,0.6021 triquetra,triquetra,6,3,6,3,0.12,0.8451,0.04,0.6021 tritium,tritium,3,3,3,3,0.06,0.6021,0.04,0.6021 triumphing,triumphing,3,3,3,3,0.06,0.6021,0.04,0.6021 trog,trog,4,3,4,3,0.08,0.6990,0.04,0.6021 troglodytes,troglodytes,3,3,3,3,0.06,0.6021,0.04,0.6021 Troilus,troilus,3,3,0,0,0.06,0.6021,0.04,0.6021 trolled,trolled,3,3,3,3,0.06,0.6021,0.04,0.6021 trolleys,trolleys,5,3,4,3,0.10,0.7782,0.04,0.6021 trollops,trollops,3,3,2,2,0.06,0.6021,0.04,0.6021 trooping,trooping,3,3,3,3,0.06,0.6021,0.04,0.6021 troubleshooter,troubleshooter,7,3,5,3,0.14,0.9031,0.04,0.6021 troughs,troughs,3,3,3,3,0.06,0.6021,0.04,0.6021 trounce,trounce,3,3,3,3,0.06,0.6021,0.04,0.6021 trouncing,trouncing,3,3,3,3,0.06,0.6021,0.04,0.6021 trumpeted,trumpeted,3,3,3,3,0.06,0.6021,0.04,0.6021 trysts,trysts,3,3,3,3,0.06,0.6021,0.04,0.6021 Tsars,tsars,3,3,1,1,0.06,0.6021,0.04,0.6021 Tss,tss,5,3,2,1,0.10,0.7782,0.04,0.6021 Tst,tst,3,3,1,1,0.06,0.6021,0.04,0.6021 tsuris,tsuris,3,3,3,3,0.06,0.6021,0.04,0.6021 tty,tty,6,3,4,1,0.12,0.8451,0.04,0.6021 Tuan,tuan,18,3,0,0,0.35,1.2788,0.04,0.6021 Tuber,tuber,3,3,1,1,0.06,0.6021,0.04,0.6021 tue,tue,3,3,2,2,0.06,0.6021,0.04,0.6021 tuffet,tuffet,7,3,7,3,0.14,0.9031,0.04,0.6021 tuitions,tuitions,3,3,3,3,0.06,0.6021,0.04,0.6021 tumbly,tumbly,6,3,6,3,0.12,0.8451,0.04,0.6021 tumorous,tumorous,3,3,3,3,0.06,0.6021,0.04,0.6021 Tunny,tunny,11,3,1,1,0.22,1.0792,0.04,0.6021 turbojet,turbojet,3,3,2,2,0.06,0.6021,0.04,0.6021 turnarounds,turnarounds,3,3,2,2,0.06,0.6021,0.04,0.6021 tushies,tushies,3,3,3,3,0.06,0.6021,0.04,0.6021 tutto,tutto,6,3,3,1,0.12,0.8451,0.04,0.6021 twats,twats,3,3,3,3,0.06,0.6021,0.04,0.6021 Twee,twee,5,3,2,2,0.10,0.7782,0.04,0.6021 Tweedledum,tweedledum,4,3,0,0,0.08,0.6990,0.04,0.6021 Tweeter,tweeter,22,3,2,2,0.43,1.3617,0.04,0.6021 tweeters,tweeters,3,3,3,3,0.06,0.6021,0.04,0.6021 twinning,twinning,3,3,3,3,0.06,0.6021,0.04,0.6021 Twirlers,twirlers,4,3,1,1,0.08,0.6990,0.04,0.6021 typewriting,typewriting,3,3,2,2,0.06,0.6021,0.04,0.6021 Typhon,typhon,29,3,0,0,0.57,1.4771,0.04,0.6021 typified,typified,3,3,3,3,0.06,0.6021,0.04,0.6021 typify,typify,3,3,3,3,0.06,0.6021,0.04,0.6021 tyrannies,tyrannies,4,3,4,3,0.08,0.6990,0.04,0.6021 ubi,ubi,3,3,2,2,0.06,0.6021,0.04,0.6021 uke,uke,4,3,2,2,0.08,0.6990,0.04,0.6021 Ulla,ulla,3,3,1,1,0.06,0.6021,0.04,0.6021 Ulster,ulster,5,3,0,0,0.10,0.7782,0.04,0.6021 ultranationalist,ultranationalist,4,3,3,3,0.08,0.6990,0.04,0.6021 umlaut,umlaut,6,3,6,3,0.12,0.8451,0.04,0.6021 umpires,umpires,3,3,3,3,0.06,0.6021,0.04,0.6021 unaccountable,unaccountable,3,3,3,3,0.06,0.6021,0.04,0.6021 unambiguous,unambiguous,3,3,3,3,0.06,0.6021,0.04,0.6021 unambitious,unambitious,3,3,3,3,0.06,0.6021,0.04,0.6021 unappetizing,unappetizing,3,3,3,3,0.06,0.6021,0.04,0.6021 unartistic,unartistic,3,3,3,3,0.06,0.6021,0.04,0.6021 unavailing,unavailing,3,3,3,3,0.06,0.6021,0.04,0.6021 unbathed,unbathed,3,3,3,3,0.06,0.6021,0.04,0.6021 unbelievers,unbelievers,3,3,3,3,0.06,0.6021,0.04,0.6021 unbending,unbending,3,3,3,3,0.06,0.6021,0.04,0.6021 unblinking,unblinking,3,3,3,3,0.06,0.6021,0.04,0.6021 unblocked,unblocked,3,3,3,3,0.06,0.6021,0.04,0.6021 uncharitable,uncharitable,3,3,3,3,0.06,0.6021,0.04,0.6021 uncivil,uncivil,3,3,3,3,0.06,0.6021,0.04,0.6021 unclasp,unclasp,3,3,3,3,0.06,0.6021,0.04,0.6021 Unclassified,unclassified,3,3,1,1,0.06,0.6021,0.04,0.6021 unclog,unclog,3,3,3,3,0.06,0.6021,0.04,0.6021 unconquerable,unconquerable,3,3,2,2,0.06,0.6021,0.04,0.6021 unconquered,unconquered,4,3,3,2,0.08,0.6990,0.04,0.6021 uncontaminated,uncontaminated,3,3,3,3,0.06,0.6021,0.04,0.6021 uncorked,uncorked,3,3,3,3,0.06,0.6021,0.04,0.6021 uncorrupted,uncorrupted,3,3,3,3,0.06,0.6021,0.04,0.6021 uncoupled,uncoupled,3,3,3,3,0.06,0.6021,0.04,0.6021 uncrossed,uncrossed,5,3,5,3,0.10,0.7782,0.04,0.6021 uncrowned,uncrowned,3,3,3,3,0.06,0.6021,0.04,0.6021 uncuffed,uncuffed,3,3,3,3,0.06,0.6021,0.04,0.6021 uncultured,uncultured,3,3,2,2,0.06,0.6021,0.04,0.6021 undefinable,undefinable,3,3,3,3,0.06,0.6021,0.04,0.6021 undemocratic,undemocratic,3,3,3,3,0.06,0.6021,0.04,0.6021 underachievement,underachievement,3,3,3,3,0.06,0.6021,0.04,0.6021 underclass,underclass,3,3,3,3,0.06,0.6021,0.04,0.6021 underclassmen,underclassmen,3,3,3,3,0.06,0.6021,0.04,0.6021 undercurrents,undercurrents,3,3,3,3,0.06,0.6021,0.04,0.6021 underexposed,underexposed,3,3,3,3,0.06,0.6021,0.04,0.6021 undergrads,undergrads,3,3,3,3,0.06,0.6021,0.04,0.6021 undergrowth,undergrowth,3,3,3,3,0.06,0.6021,0.04,0.6021 Underhill,underhill,13,3,0,0,0.25,1.1461,0.04,0.6021 undermanned,undermanned,3,3,3,3,0.06,0.6021,0.04,0.6021 underpay,underpay,3,3,3,3,0.06,0.6021,0.04,0.6021 underpinning,underpinning,3,3,3,3,0.06,0.6021,0.04,0.6021 underpinnings,underpinnings,3,3,3,3,0.06,0.6021,0.04,0.6021 underplaying,underplaying,3,3,3,3,0.06,0.6021,0.04,0.6021 underpowered,underpowered,3,3,3,3,0.06,0.6021,0.04,0.6021 underprepared,underprepared,3,3,3,3,0.06,0.6021,0.04,0.6021 underscore,underscore,3,3,3,3,0.06,0.6021,0.04,0.6021 Undersecretaries,undersecretaries,4,3,1,1,0.08,0.6990,0.04,0.6021 undersexed,undersexed,3,3,3,3,0.06,0.6021,0.04,0.6021 undertones,undertones,3,3,3,3,0.06,0.6021,0.04,0.6021 undiminished,undiminished,3,3,3,3,0.06,0.6021,0.04,0.6021 undiplomatic,undiplomatic,3,3,3,3,0.06,0.6021,0.04,0.6021 undistinguished,undistinguished,3,3,3,3,0.06,0.6021,0.04,0.6021 undoes,undoes,5,3,5,3,0.10,0.7782,0.04,0.6021 undomesticated,undomesticated,3,3,3,3,0.06,0.6021,0.04,0.6021 undresses,undresses,3,3,3,3,0.06,0.6021,0.04,0.6021 unemotionally,unemotionally,3,3,3,3,0.06,0.6021,0.04,0.6021 unequalled,unequalled,3,3,2,2,0.06,0.6021,0.04,0.6021 unethically,unethically,3,3,3,3,0.06,0.6021,0.04,0.6021 uneventfully,uneventfully,3,3,3,3,0.06,0.6021,0.04,0.6021 unexcused,unexcused,5,3,4,3,0.10,0.7782,0.04,0.6021 unexpressed,unexpressed,5,3,4,3,0.10,0.7782,0.04,0.6021 unfavourable,unfavourable,5,3,5,3,0.10,0.7782,0.04,0.6021 unfazed,unfazed,3,3,3,3,0.06,0.6021,0.04,0.6021 unfix,unfix,5,3,5,3,0.10,0.7782,0.04,0.6021 unflushed,unflushed,3,3,3,3,0.06,0.6021,0.04,0.6021 unforgivably,unforgivably,3,3,3,3,0.06,0.6021,0.04,0.6021 unforgiven,unforgiven,3,3,3,3,0.06,0.6021,0.04,0.6021 unformed,unformed,4,3,4,3,0.08,0.6990,0.04,0.6021 unfroze,unfroze,3,3,3,3,0.06,0.6021,0.04,0.6021 unfurls,unfurls,3,3,3,3,0.06,0.6021,0.04,0.6021 unfurnished,unfurnished,4,3,3,2,0.08,0.6990,0.04,0.6021 ungainly,ungainly,3,3,3,3,0.06,0.6021,0.04,0.6021 ungoverned,ungoverned,3,3,3,3,0.06,0.6021,0.04,0.6021 ungraceful,ungraceful,3,3,3,3,0.06,0.6021,0.04,0.6021 ungraciously,ungraciously,3,3,3,3,0.06,0.6021,0.04,0.6021 ungrounded,ungrounded,4,3,4,3,0.08,0.6990,0.04,0.6021 unguent,unguent,5,3,4,3,0.10,0.7782,0.04,0.6021 unguided,unguided,3,3,3,3,0.06,0.6021,0.04,0.6021 unhallowed,unhallowed,3,3,3,3,0.06,0.6021,0.04,0.6021 unhappier,unhappier,4,3,4,3,0.08,0.6990,0.04,0.6021 unhesitatingly,unhesitatingly,3,3,3,3,0.06,0.6021,0.04,0.6021 unhip,unhip,3,3,3,3,0.06,0.6021,0.04,0.6021 unhooking,unhooking,3,3,3,3,0.06,0.6021,0.04,0.6021 unhygienic,unhygienic,3,3,3,3,0.06,0.6021,0.04,0.6021 unimportance,unimportance,3,3,3,3,0.06,0.6021,0.04,0.6021 unintelligibly,unintelligibly,3,3,2,2,0.06,0.6021,0.04,0.6021 Unionists,unionists,3,3,1,1,0.06,0.6021,0.04,0.6021 Unix,unix,17,3,0,0,0.33,1.2553,0.04,0.6021 unjam,unjam,3,3,2,2,0.06,0.6021,0.04,0.6021 unknow,unknow,3,3,3,3,0.06,0.6021,0.04,0.6021 unlatch,unlatch,3,3,3,3,0.06,0.6021,0.04,0.6021 unlit,unlit,3,3,2,2,0.06,0.6021,0.04,0.6021 unlivable,unlivable,3,3,3,3,0.06,0.6021,0.04,0.6021 unlived,unlived,4,3,4,3,0.08,0.6990,0.04,0.6021 Unluckily,unluckily,4,3,1,1,0.08,0.6990,0.04,0.6021 unmake,unmake,5,3,5,3,0.10,0.7782,0.04,0.6021 unmannerly,unmannerly,3,3,3,3,0.06,0.6021,0.04,0.6021 unmapped,unmapped,3,3,3,3,0.06,0.6021,0.04,0.6021 unmasking,unmasking,4,3,4,3,0.08,0.6990,0.04,0.6021 unmedicated,unmedicated,3,3,3,3,0.06,0.6021,0.04,0.6021 unmerciful,unmerciful,5,3,4,3,0.10,0.7782,0.04,0.6021 unmercifully,unmercifully,3,3,3,3,0.06,0.6021,0.04,0.6021 Unpainted,unpainted,6,3,2,2,0.12,0.8451,0.04,0.6021 unpaved,unpaved,3,3,2,2,0.06,0.6021,0.04,0.6021 Unphotographable,unphotographable,3,3,1,1,0.06,0.6021,0.04,0.6021 unpin,unpin,3,3,2,2,0.06,0.6021,0.04,0.6021 unplugs,unplugs,3,3,3,3,0.06,0.6021,0.04,0.6021 unpolluted,unpolluted,3,3,3,3,0.06,0.6021,0.04,0.6021 unprejudiced,unprejudiced,3,3,3,3,0.06,0.6021,0.04,0.6021 unprepossessing,unprepossessing,4,3,3,2,0.08,0.6990,0.04,0.6021 unpresentable,unpresentable,3,3,3,3,0.06,0.6021,0.04,0.6021 unprintable,unprintable,3,3,3,3,0.06,0.6021,0.04,0.6021 unpromising,unpromising,3,3,3,3,0.06,0.6021,0.04,0.6021 unprovable,unprovable,3,3,3,3,0.06,0.6021,0.04,0.6021 unreasoning,unreasoning,4,3,3,3,0.08,0.6990,0.04,0.6021 unrecoverable,unrecoverable,3,3,3,3,0.06,0.6021,0.04,0.6021 unrelentingly,unrelentingly,3,3,3,3,0.06,0.6021,0.04,0.6021 unremitting,unremitting,3,3,3,3,0.06,0.6021,0.04,0.6021 unrevenged,unrevenged,3,3,3,3,0.06,0.6021,0.04,0.6021 unring,unring,3,3,3,3,0.06,0.6021,0.04,0.6021 Unrivaled,unrivaled,5,3,2,1,0.10,0.7782,0.04,0.6021 unscented,unscented,3,3,2,2,0.06,0.6021,0.04,0.6021 unschooled,unschooled,3,3,3,3,0.06,0.6021,0.04,0.6021 unscrambled,unscrambled,3,3,2,2,0.06,0.6021,0.04,0.6021 unscripted,unscripted,3,3,3,3,0.06,0.6021,0.04,0.6021 unsealed,unsealed,4,3,4,3,0.08,0.6990,0.04,0.6021 unseat,unseat,3,3,3,3,0.06,0.6021,0.04,0.6021 unsentimental,unsentimental,3,3,3,3,0.06,0.6021,0.04,0.6021 unserious,unserious,3,3,3,3,0.06,0.6021,0.04,0.6021 unsettle,unsettle,3,3,3,3,0.06,0.6021,0.04,0.6021 unshackled,unshackled,3,3,3,3,0.06,0.6021,0.04,0.6021 unspectacular,unspectacular,3,3,3,3,0.06,0.6021,0.04,0.6021 unstated,unstated,3,3,3,3,0.06,0.6021,0.04,0.6021 unsterilized,unsterilized,3,3,3,3,0.06,0.6021,0.04,0.6021 unstick,unstick,3,3,3,3,0.06,0.6021,0.04,0.6021 untangled,untangled,3,3,3,3,0.06,0.6021,0.04,0.6021 untrammeled,untrammeled,3,3,3,3,0.06,0.6021,0.04,0.6021 Untranslatable,untranslatable,3,3,1,1,0.06,0.6021,0.04,0.6021 untucked,untucked,3,3,3,3,0.06,0.6021,0.04,0.6021 unutterably,unutterably,3,3,3,3,0.06,0.6021,0.04,0.6021 unvarnished,unvarnished,6,3,5,3,0.12,0.8451,0.04,0.6021 unwatchable,unwatchable,3,3,3,3,0.06,0.6021,0.04,0.6021 unworthiness,unworthiness,3,3,3,3,0.06,0.6021,0.04,0.6021 unwraps,unwraps,4,3,4,3,0.08,0.6990,0.04,0.6021 unwrinkled,unwrinkled,3,3,3,3,0.06,0.6021,0.04,0.6021 upended,upended,3,3,2,2,0.06,0.6021,0.04,0.6021 upfield,upfield,3,3,3,3,0.06,0.6021,0.04,0.6021 upgoing,upgoing,3,3,3,3,0.06,0.6021,0.04,0.6021 upholds,upholds,3,3,3,3,0.06,0.6021,0.04,0.6021 upstarts,upstarts,3,3,2,2,0.06,0.6021,0.04,0.6021 uptempo,uptempo,3,3,3,3,0.06,0.6021,0.04,0.6021 Urd,urd,21,3,0,0,0.41,1.3424,0.04,0.6021 urethane,urethane,5,3,4,3,0.10,0.7782,0.04,0.6021 Uriel,uriel,10,3,0,0,0.20,1.0414,0.04,0.6021 urticaria,urticaria,3,3,3,3,0.06,0.6021,0.04,0.6021 usar,usar,4,3,2,2,0.08,0.6990,0.04,0.6021 usefully,usefully,3,3,3,3,0.06,0.6021,0.04,0.6021 usurping,usurping,4,3,4,3,0.08,0.6990,0.04,0.6021 usury,usury,5,3,4,3,0.10,0.7782,0.04,0.6021 Uther,uther,54,3,0,0,1.06,1.7404,0.04,0.6021 utterances,utterances,4,3,4,3,0.08,0.6990,0.04,0.6021 uttermost,uttermost,3,3,3,3,0.06,0.6021,0.04,0.6021 vacationland,vacationland,3,3,2,2,0.06,0.6021,0.04,0.6021 vagal,vagal,4,3,3,3,0.08,0.6990,0.04,0.6021 vagaries,vagaries,3,3,3,3,0.06,0.6021,0.04,0.6021 vaginally,vaginally,3,3,3,3,0.06,0.6021,0.04,0.6021 vagus,vagus,4,3,3,3,0.08,0.6990,0.04,0.6021 vainglorious,vainglorious,3,3,3,3,0.06,0.6021,0.04,0.6021 valediction,valediction,6,3,3,2,0.12,0.8451,0.04,0.6021 valences,valences,3,3,3,3,0.06,0.6021,0.04,0.6021 valises,valises,3,3,3,3,0.06,0.6021,0.04,0.6021 valorous,valorous,3,3,2,2,0.06,0.6021,0.04,0.6021 vamoosed,vamoosed,4,3,3,3,0.08,0.6990,0.04,0.6021 vamping,vamping,3,3,3,3,0.06,0.6021,0.04,0.6021 Vancomycin,vancomycin,3,3,1,1,0.06,0.6021,0.04,0.6021 vanes,vanes,5,3,5,3,0.10,0.7782,0.04,0.6021 vanquishes,vanquishes,3,3,3,3,0.06,0.6021,0.04,0.6021 vaporizes,vaporizes,3,3,3,3,0.06,0.6021,0.04,0.6021 vaporizing,vaporizing,3,3,3,3,0.06,0.6021,0.04,0.6021 vaporous,vaporous,3,3,3,3,0.06,0.6021,0.04,0.6021 vaquero,vaquero,8,3,7,3,0.16,0.9542,0.04,0.6021 varietal,varietal,3,3,3,3,0.06,0.6021,0.04,0.6021 variously,variously,3,3,3,3,0.06,0.6021,0.04,0.6021 vasculitis,vasculitis,3,3,3,3,0.06,0.6021,0.04,0.6021 vasectomies,vasectomies,4,3,4,3,0.08,0.6990,0.04,0.6021 vasoconstrictor,vasoconstrictor,3,3,3,3,0.06,0.6021,0.04,0.6021 vegetarianism,vegetarianism,3,3,3,3,0.06,0.6021,0.04,0.6021 veldt,veldt,3,3,2,2,0.06,0.6021,0.04,0.6021 venality,venality,3,3,3,3,0.06,0.6021,0.04,0.6021 Venner,venner,18,3,3,1,0.35,1.2788,0.04,0.6021 verbalize,verbalize,3,3,3,3,0.06,0.6021,0.04,0.6021 verges,verges,3,3,2,2,0.06,0.6021,0.04,0.6021 Vermillion,vermillion,3,3,0,0,0.06,0.6021,0.04,0.6021 Veronal,veronal,4,3,0,0,0.08,0.6990,0.04,0.6021 vertebrates,vertebrates,3,3,2,2,0.06,0.6021,0.04,0.6021 vesicles,vesicles,3,3,3,3,0.06,0.6021,0.04,0.6021 Vesta,vesta,10,3,0,0,0.20,1.0414,0.04,0.6021 vetting,vetting,3,3,3,3,0.06,0.6021,0.04,0.6021 vexation,vexation,3,3,3,3,0.06,0.6021,0.04,0.6021 vicarage,vicarage,3,3,2,2,0.06,0.6021,0.04,0.6021 Viceroys,viceroys,3,3,1,1,0.06,0.6021,0.04,0.6021 victimise,victimise,3,3,3,3,0.06,0.6021,0.04,0.6021 videocassettes,videocassettes,3,3,3,3,0.06,0.6021,0.04,0.6021 videophone,videophone,3,3,3,3,0.06,0.6021,0.04,0.6021 vied,vied,4,3,2,2,0.08,0.6990,0.04,0.6021 vier,vier,3,3,2,2,0.06,0.6021,0.04,0.6021 Vietminh,vietminh,5,3,0,0,0.10,0.7782,0.04,0.6021 viewings,viewings,3,3,3,3,0.06,0.6021,0.04,0.6021 vigils,vigils,4,3,4,3,0.08,0.6990,0.04,0.6021 vinegary,vinegary,3,3,3,3,0.06,0.6021,0.04,0.6021 Violette,violette,3,3,0,0,0.06,0.6021,0.04,0.6021 Vip,vip,61,3,1,1,1.20,1.7924,0.04,0.6021 Viscount,viscount,5,3,0,0,0.10,0.7782,0.04,0.6021 Visigoth,visigoth,3,3,1,1,0.06,0.6021,0.04,0.6021 vocalize,vocalize,7,3,7,3,0.14,0.9031,0.04,0.6021 vocally,vocally,3,3,3,3,0.06,0.6021,0.04,0.6021 voiceless,voiceless,3,3,2,2,0.06,0.6021,0.04,0.6021 Vol,vol,8,3,0,0,0.16,0.9542,0.04,0.6021 volcanos,volcanos,3,3,3,3,0.06,0.6021,0.04,0.6021 voluble,voluble,3,3,3,3,0.06,0.6021,0.04,0.6021 vomitorium,vomitorium,3,3,3,3,0.06,0.6021,0.04,0.6021 vortices,vortices,9,3,7,3,0.18,1.0000,0.04,0.6021 vulgarian,vulgarian,4,3,4,3,0.08,0.6990,0.04,0.6021 vulnerabilities,vulnerabilities,3,3,3,3,0.06,0.6021,0.04,0.6021 waddles,waddles,4,3,4,3,0.08,0.6990,0.04,0.6021 Wadi,wadi,3,3,1,1,0.06,0.6021,0.04,0.6021 waggling,waggling,4,3,4,3,0.08,0.6990,0.04,0.6021 Waggoner,waggoner,10,3,1,1,0.20,1.0414,0.04,0.6021 waifs,waifs,3,3,3,3,0.06,0.6021,0.04,0.6021 wainscoting,wainscoting,3,3,3,3,0.06,0.6021,0.04,0.6021 Wainwrights,wainwrights,3,3,0,0,0.06,0.6021,0.04,0.6021 walkways,walkways,3,3,3,3,0.06,0.6021,0.04,0.6021 wallies,wallies,3,3,2,2,0.06,0.6021,0.04,0.6021 walloped,walloped,3,3,3,3,0.06,0.6021,0.04,0.6021 wallowed,wallowed,3,3,3,3,0.06,0.6021,0.04,0.6021 wanes,wanes,6,3,6,3,0.12,0.8451,0.04,0.6021 wanky,wanky,3,3,3,3,0.06,0.6021,0.04,0.6021 warping,warping,3,3,3,3,0.06,0.6021,0.04,0.6021 warps,warps,3,3,3,3,0.06,0.6021,0.04,0.6021 Warthogs,warthogs,3,3,1,1,0.06,0.6021,0.04,0.6021 warty,warty,4,3,4,3,0.08,0.6990,0.04,0.6021 washcloths,washcloths,3,3,3,3,0.06,0.6021,0.04,0.6021 washouts,washouts,3,3,3,3,0.06,0.6021,0.04,0.6021 washtubs,washtubs,4,3,4,3,0.08,0.6990,0.04,0.6021 waspish,waspish,3,3,3,3,0.06,0.6021,0.04,0.6021 wastebaskets,wastebaskets,3,3,3,3,0.06,0.6021,0.04,0.6021 watchable,watchable,4,3,4,3,0.08,0.6990,0.04,0.6021 watchtowers,watchtowers,4,3,4,3,0.08,0.6990,0.04,0.6021 waterbeds,waterbeds,3,3,3,3,0.06,0.6021,0.04,0.6021 watercolour,watercolour,4,3,4,3,0.08,0.6990,0.04,0.6021 watermarks,watermarks,3,3,2,2,0.06,0.6021,0.04,0.6021 wattles,wattles,3,3,3,3,0.06,0.6021,0.04,0.6021 wavers,wavers,3,3,3,3,0.06,0.6021,0.04,0.6021 waxen,waxen,6,3,6,3,0.12,0.8451,0.04,0.6021 waxworks,waxworks,5,3,5,3,0.10,0.7782,0.04,0.6021 Wayfarer,wayfarer,5,3,2,1,0.10,0.7782,0.04,0.6021 Wayfarers,wayfarers,5,3,2,2,0.10,0.7782,0.04,0.6021 waylay,waylay,3,3,3,3,0.06,0.6021,0.04,0.6021 waylaying,waylaying,3,3,3,3,0.06,0.6021,0.04,0.6021 weaponless,weaponless,3,3,3,3,0.06,0.6021,0.04,0.6021 wearable,wearable,3,3,3,3,0.06,0.6021,0.04,0.6021 wearies,wearies,4,3,4,3,0.08,0.6990,0.04,0.6021 wearily,wearily,3,3,2,2,0.06,0.6021,0.04,0.6021 wearying,wearying,3,3,2,2,0.06,0.6021,0.04,0.6021 Weatherly,weatherly,12,3,1,1,0.24,1.1139,0.04,0.6021 wedging,wedging,3,3,3,3,0.06,0.6021,0.04,0.6021 Wedgwood,wedgwood,7,3,1,1,0.14,0.9031,0.04,0.6021 weekender,weekender,3,3,2,2,0.06,0.6021,0.04,0.6021 weeper,weeper,3,3,3,3,0.06,0.6021,0.04,0.6021 weet,weet,28,3,25,3,0.55,1.4624,0.04,0.6021 weighting,weighting,3,3,3,3,0.06,0.6021,0.04,0.6021 Weimaraner,weimaraner,4,3,1,1,0.08,0.6990,0.04,0.6021 welched,welched,4,3,4,3,0.08,0.6990,0.04,0.6021 welders,welders,3,3,3,3,0.06,0.6021,0.04,0.6021 wellhead,wellhead,3,3,3,3,0.06,0.6021,0.04,0.6021 wend,wend,4,3,4,3,0.08,0.6990,0.04,0.6021 Wert,wert,8,3,3,2,0.16,0.9542,0.04,0.6021 Wesleyan,wesleyan,5,3,0,0,0.10,0.7782,0.04,0.6021 wetsuit,wetsuit,3,3,3,3,0.06,0.6021,0.04,0.6021 wetters,wetters,3,3,2,2,0.06,0.6021,0.04,0.6021 whaled,whaled,4,3,4,3,0.08,0.6990,0.04,0.6021 whalers,whalers,9,3,6,1,0.18,1.0000,0.04,0.6021 wheelbarrows,wheelbarrows,3,3,3,3,0.06,0.6021,0.04,0.6021 whereases,whereases,3,3,3,3,0.06,0.6021,0.04,0.6021 Whiffenpoof,whiffenpoof,7,3,0,0,0.14,0.9031,0.04,0.6021 whiffle,whiffle,3,3,2,2,0.06,0.6021,0.04,0.6021 whiffy,whiffy,4,3,4,3,0.08,0.6990,0.04,0.6021 Whig,whig,3,3,0,0,0.06,0.6021,0.04,0.6021 Whigs,whigs,5,3,0,0,0.10,0.7782,0.04,0.6021 whiles,whiles,4,3,3,2,0.08,0.6990,0.04,0.6021 whingeing,whingeing,3,3,2,2,0.06,0.6021,0.04,0.6021 whinging,whinging,3,3,3,3,0.06,0.6021,0.04,0.6021 whippings,whippings,3,3,2,2,0.06,0.6021,0.04,0.6021 whiskered,whiskered,3,3,3,3,0.06,0.6021,0.04,0.6021 whisperers,whisperers,6,3,5,2,0.12,0.8451,0.04,0.6021 whisperings,whisperings,3,3,3,3,0.06,0.6021,0.04,0.6021 whiten,whiten,3,3,3,3,0.06,0.6021,0.04,0.6021 whitewashing,whitewashing,3,3,3,3,0.06,0.6021,0.04,0.6021 Whitworth,whitworth,18,3,0,0,0.35,1.2788,0.04,0.6021 wholeness,wholeness,5,3,4,3,0.10,0.7782,0.04,0.6021 whomping,whomping,3,3,2,2,0.06,0.6021,0.04,0.6021 whoremaster,whoremaster,3,3,3,3,0.06,0.6021,0.04,0.6021 whoremonger,whoremonger,3,3,3,3,0.06,0.6021,0.04,0.6021 whorl,whorl,3,3,3,3,0.06,0.6021,0.04,0.6021 whosever,whosever,3,3,3,3,0.06,0.6021,0.04,0.6021 Whosis,whosis,3,3,1,1,0.06,0.6021,0.04,0.6021 wickets,wickets,3,3,2,2,0.06,0.6021,0.04,0.6021 widens,widens,3,3,3,3,0.06,0.6021,0.04,0.6021 widgets,widgets,3,3,3,3,0.06,0.6021,0.04,0.6021 Wigan,wigan,4,3,0,0,0.08,0.6990,0.04,0.6021 wiggler,wiggler,8,3,8,3,0.16,0.9542,0.04,0.6021 wigwams,wigwams,4,3,3,3,0.08,0.6990,0.04,0.6021 Wiki,wiki,67,3,1,1,1.31,1.8325,0.04,0.6021 wildcatters,wildcatters,3,3,3,3,0.06,0.6021,0.04,0.6021 wildcatting,wildcatting,6,3,6,3,0.12,0.8451,0.04,0.6021 wildflower,wildflower,3,3,3,3,0.06,0.6021,0.04,0.6021 wiling,wiling,3,3,2,2,0.06,0.6021,0.04,0.6021 Wilk,wilk,10,3,0,0,0.20,1.0414,0.04,0.6021 Willi,willi,32,3,0,0,0.63,1.5185,0.04,0.6021 willowy,willowy,3,3,3,3,0.06,0.6021,0.04,0.6021 wimped,wimped,6,3,6,3,0.12,0.8451,0.04,0.6021 Windjammer,windjammer,15,3,1,1,0.29,1.2041,0.04,0.6021 windsurfer,windsurfer,3,3,3,3,0.06,0.6021,0.04,0.6021 wineglass,wineglass,4,3,4,3,0.08,0.6990,0.04,0.6021 Wingate,wingate,4,3,0,0,0.08,0.6990,0.04,0.6021 wingtip,wingtip,5,3,5,3,0.10,0.7782,0.04,0.6021 wis,wis,3,3,2,2,0.06,0.6021,0.04,0.6021 wisdoms,wisdoms,4,3,4,3,0.08,0.6990,0.04,0.6021 witchery,witchery,3,3,2,2,0.06,0.6021,0.04,0.6021 Witters,witters,3,3,0,0,0.06,0.6021,0.04,0.6021 wive,wive,6,3,5,3,0.12,0.8451,0.04,0.6021 wolfed,wolfed,3,3,3,3,0.06,0.6021,0.04,0.6021 Wolfen,wolfen,3,3,0,0,0.06,0.6021,0.04,0.6021 wolfs,wolfs,3,3,2,2,0.06,0.6021,0.04,0.6021 Wolly,wolly,6,3,2,1,0.12,0.8451,0.04,0.6021 womanizing,womanizing,3,3,2,2,0.06,0.6021,0.04,0.6021 wombs,wombs,3,3,3,3,0.06,0.6021,0.04,0.6021 woodcarving,woodcarving,4,3,3,3,0.08,0.6990,0.04,0.6021 Woodhouse,woodhouse,92,3,0,0,1.80,1.9685,0.04,0.6021 woodshop,woodshop,3,3,3,3,0.06,0.6021,0.04,0.6021 woolgathering,woolgathering,3,3,3,3,0.06,0.6021,0.04,0.6021 woollen,woollen,3,3,3,3,0.06,0.6021,0.04,0.6021 Woolsey,woolsey,4,3,0,0,0.08,0.6990,0.04,0.6021 worksheet,worksheet,5,3,5,3,0.10,0.7782,0.04,0.6021 workweek,workweek,3,3,3,3,0.06,0.6021,0.04,0.6021 worldliness,worldliness,3,3,3,3,0.06,0.6021,0.04,0.6021 worshipers,worshipers,3,3,3,3,0.06,0.6021,0.04,0.6021 worshiping,worshiping,3,3,3,3,0.06,0.6021,0.04,0.6021 worthies,worthies,3,3,3,3,0.06,0.6021,0.04,0.6021 worthiest,worthiest,3,3,2,2,0.06,0.6021,0.04,0.6021 worthily,worthily,3,3,3,3,0.06,0.6021,0.04,0.6021 wrestles,wrestles,3,3,3,3,0.06,0.6021,0.04,0.6021 wriggly,wriggly,4,3,4,3,0.08,0.6990,0.04,0.6021 wrings,wrings,3,3,3,3,0.06,0.6021,0.04,0.6021 wrongness,wrongness,4,3,4,3,0.08,0.6990,0.04,0.6021 ws,ws,3,3,3,3,0.06,0.6021,0.04,0.6021 wurst,wurst,4,3,4,3,0.08,0.6990,0.04,0.6021 Wyle,wyle,5,3,0,0,0.10,0.7782,0.04,0.6021 xenophobic,xenophobic,3,3,2,2,0.06,0.6021,0.04,0.6021 Xeroxing,xeroxing,3,3,0,0,0.06,0.6021,0.04,0.6021 yakked,yakked,3,3,3,3,0.06,0.6021,0.04,0.6021 yapper,yapper,3,3,3,3,0.06,0.6021,0.04,0.6021 Yarborough,yarborough,5,3,0,0,0.10,0.7782,0.04,0.6021 yardage,yardage,3,3,3,3,0.06,0.6021,0.04,0.6021 yare,yare,10,3,8,3,0.20,1.0414,0.04,0.6021 yarmulka,yarmulka,3,3,3,3,0.06,0.6021,0.04,0.6021 Yashiro,yashiro,12,3,0,0,0.24,1.1139,0.04,0.6021 Yat,yat,25,3,0,0,0.49,1.4150,0.04,0.6021 Yd,yd,11,3,1,1,0.22,1.0792,0.04,0.6021 yeasts,yeasts,3,3,2,2,0.06,0.6021,0.04,0.6021 yegg,yegg,6,3,5,3,0.12,0.8451,0.04,0.6021 yelped,yelped,6,3,6,3,0.12,0.8451,0.04,0.6021 yens,yens,3,3,3,3,0.06,0.6021,0.04,0.6021 Yeth,yeth,3,3,0,0,0.06,0.6021,0.04,0.6021 Yggdrasil,yggdrasil,70,3,0,0,1.37,1.8513,0.04,0.6021 Yn,yn,10,3,0,0,0.20,1.0414,0.04,0.6021 yob,yob,3,3,3,3,0.06,0.6021,0.04,0.6021 Yogis,yogis,5,3,2,2,0.10,0.7782,0.04,0.6021 yoi,yoi,4,3,3,2,0.08,0.6990,0.04,0.6021 Yoruba,yoruba,5,3,0,0,0.10,0.7782,0.04,0.6021 yr,yr,13,3,11,3,0.25,1.1461,0.04,0.6021 Ys,ys,3,3,1,1,0.06,0.6021,0.04,0.6021 yuca,yuca,6,3,4,2,0.12,0.8451,0.04,0.6021 zabaglione,zabaglione,3,3,2,2,0.06,0.6021,0.04,0.6021 Zaire,zaire,14,3,0,0,0.27,1.1761,0.04,0.6021 Zambezi,zambezi,3,3,0,0,0.06,0.6021,0.04,0.6021 Zant,zant,18,3,0,0,0.35,1.2788,0.04,0.6021 zealously,zealously,3,3,3,3,0.06,0.6021,0.04,0.6021 Zeppelins,zeppelins,7,3,2,2,0.14,0.9031,0.04,0.6021 zigged,zigged,3,3,3,3,0.06,0.6021,0.04,0.6021 zigging,zigging,4,3,4,3,0.08,0.6990,0.04,0.6021 zigs,zigs,3,3,3,3,0.06,0.6021,0.04,0.6021 zigzagging,zigzagging,3,3,3,3,0.06,0.6021,0.04,0.6021 zine,zine,4,3,3,2,0.08,0.6990,0.04,0.6021 zinfandel,zinfandel,3,3,2,2,0.06,0.6021,0.04,0.6021 zippered,zippered,3,3,3,3,0.06,0.6021,0.04,0.6021 zlotys,zlotys,3,3,2,2,0.06,0.6021,0.04,0.6021 Zod,zod,38,3,0,0,0.75,1.5911,0.04,0.6021 zoologists,zoologists,3,3,2,2,0.06,0.6021,0.04,0.6021 zooms,zooms,3,3,3,3,0.06,0.6021,0.04,0.6021 zydeco,zydeco,14,3,9,2,0.27,1.1761,0.04,0.6021 aahing,aahing,2,2,2,2,0.04,0.4771,0.02,0.4771 aas,aas,2,2,1,1,0.04,0.4771,0.02,0.4771 Abalones,abalones,6,2,1,1,0.12,0.8451,0.02,0.4771 abates,abates,2,2,2,2,0.04,0.4771,0.02,0.4771 Abbas,abbas,5,2,0,0,0.10,0.7782,0.02,0.4771 Abbe,abbe,2,2,0,0,0.04,0.4771,0.02,0.4771 abbess,abbess,2,2,1,1,0.04,0.4771,0.02,0.4771 abeyance,abeyance,2,2,2,2,0.04,0.4771,0.02,0.4771 abided,abided,3,2,3,2,0.06,0.6021,0.02,0.4771 ablest,ablest,2,2,2,2,0.04,0.4771,0.02,0.4771 ablution,ablution,3,2,2,1,0.06,0.6021,0.02,0.4771 abogado,abogado,2,2,2,2,0.04,0.4771,0.02,0.4771 abolishing,abolishing,2,2,2,2,0.04,0.4771,0.02,0.4771 abominate,abominate,3,2,3,2,0.06,0.6021,0.02,0.4771 abridging,abridging,2,2,2,2,0.04,0.4771,0.02,0.4771 abrogated,abrogated,2,2,2,2,0.04,0.4771,0.02,0.4771 Abscam,abscam,3,2,0,0,0.06,0.6021,0.02,0.4771 absconders,absconders,2,2,2,2,0.04,0.4771,0.02,0.4771 absenting,absenting,2,2,1,1,0.04,0.4771,0.02,0.4771 absentminded,absentminded,3,2,3,2,0.06,0.6021,0.02,0.4771 abstains,abstains,2,2,2,2,0.04,0.4771,0.02,0.4771 abstinent,abstinent,3,2,2,2,0.06,0.6021,0.02,0.4771 abstractly,abstractly,2,2,2,2,0.04,0.4771,0.02,0.4771 abuts,abuts,2,2,2,2,0.04,0.4771,0.02,0.4771 abuzz,abuzz,2,2,2,2,0.04,0.4771,0.02,0.4771 abysses,abysses,2,2,2,2,0.04,0.4771,0.02,0.4771 academe,academe,2,2,2,2,0.04,0.4771,0.02,0.4771 accentuated,accentuated,2,2,2,2,0.04,0.4771,0.02,0.4771 acceptances,acceptances,2,2,2,2,0.04,0.4771,0.02,0.4771 accesses,accesses,2,2,2,2,0.04,0.4771,0.02,0.4771 accessibility,accessibility,2,2,2,2,0.04,0.4771,0.02,0.4771 accessorized,accessorized,2,2,2,2,0.04,0.4771,0.02,0.4771 acclaims,acclaims,2,2,2,2,0.04,0.4771,0.02,0.4771 acclimatized,acclimatized,2,2,2,2,0.04,0.4771,0.02,0.4771 accordions,accordions,3,2,2,2,0.06,0.6021,0.02,0.4771 accountancy,accountancy,3,2,2,2,0.06,0.6021,0.02,0.4771 accoutred,accoutred,2,2,2,2,0.04,0.4771,0.02,0.4771 accrual,accrual,2,2,2,2,0.04,0.4771,0.02,0.4771 accruing,accruing,2,2,2,2,0.04,0.4771,0.02,0.4771 accumulative,accumulative,3,2,3,2,0.06,0.6021,0.02,0.4771 Acetyl,acetyl,2,2,0,0,0.04,0.4771,0.02,0.4771 acetylsalicylic,acetylsalicylic,4,2,4,2,0.08,0.6990,0.02,0.4771 acher,acher,2,2,1,1,0.04,0.4771,0.02,0.4771 Acheron,acheron,25,2,0,0,0.49,1.4150,0.02,0.4771 achievable,achievable,2,2,2,2,0.04,0.4771,0.02,0.4771 achingly,achingly,2,2,1,1,0.04,0.4771,0.02,0.4771 achondroplasia,achondroplasia,2,2,2,2,0.04,0.4771,0.02,0.4771 acknowledgements,acknowledgements,4,2,4,2,0.08,0.6990,0.02,0.4771 aconitum,aconitum,4,2,4,2,0.08,0.6990,0.02,0.4771 acquainting,acquainting,2,2,1,1,0.04,0.4771,0.02,0.4771 acquiescing,acquiescing,2,2,2,2,0.04,0.4771,0.02,0.4771 acrid,acrid,2,2,2,2,0.04,0.4771,0.02,0.4771 acromion,acromion,2,2,2,2,0.04,0.4771,0.02,0.4771 actualize,actualize,2,2,2,2,0.04,0.4771,0.02,0.4771 actuals,actuals,2,2,2,2,0.04,0.4771,0.02,0.4771 actuator,actuator,2,2,2,2,0.04,0.4771,0.02,0.4771 adamantly,adamantly,2,2,2,2,0.04,0.4771,0.02,0.4771 addenda,addenda,2,2,2,2,0.04,0.4771,0.02,0.4771 Adders,adders,2,2,0,0,0.04,0.4771,0.02,0.4771 addictiveness,addictiveness,2,2,2,2,0.04,0.4771,0.02,0.4771 addio,addio,4,2,4,2,0.08,0.6990,0.02,0.4771 addlepated,addlepated,2,2,2,2,0.04,0.4771,0.02,0.4771 Adenine,adenine,2,2,0,0,0.04,0.4771,0.02,0.4771 adepts,adepts,2,2,2,2,0.04,0.4771,0.02,0.4771 Adeste,adeste,3,2,0,0,0.06,0.6021,0.02,0.4771 adjourning,adjourning,2,2,2,2,0.04,0.4771,0.02,0.4771 adjourns,adjourns,2,2,2,2,0.04,0.4771,0.02,0.4771 adjudicate,adjudicate,5,2,3,2,0.10,0.7782,0.02,0.4771 adjudicator,adjudicator,4,2,4,2,0.08,0.6990,0.02,0.4771 administrate,administrate,2,2,2,2,0.04,0.4771,0.02,0.4771 admonishing,admonishing,2,2,2,2,0.04,0.4771,0.02,0.4771 adnexal,adnexal,2,2,2,2,0.04,0.4771,0.02,0.4771 adorably,adorably,2,2,2,2,0.04,0.4771,0.02,0.4771 adorning,adorning,2,2,1,1,0.04,0.4771,0.02,0.4771 adornments,adornments,2,2,2,2,0.04,0.4771,0.02,0.4771 Adrenochrome,adrenochrome,6,2,2,2,0.12,0.8451,0.02,0.4771 advantaged,advantaged,2,2,2,2,0.04,0.4771,0.02,0.4771 Adventists,adventists,7,2,0,0,0.14,0.9031,0.02,0.4771 adverbial,adverbial,3,2,3,2,0.06,0.6021,0.02,0.4771 advices,advices,3,2,3,2,0.06,0.6021,0.02,0.4771 advisories,advisories,2,2,2,2,0.04,0.4771,0.02,0.4771 Aeon,aeon,25,2,0,0,0.49,1.4150,0.02,0.4771 Aer,aer,2,2,0,0,0.04,0.4771,0.02,0.4771 aerobically,aerobically,2,2,2,2,0.04,0.4771,0.02,0.4771 Afb,afb,2,2,0,0,0.04,0.4771,0.02,0.4771 Affa,affa,4,2,0,0,0.08,0.6990,0.02,0.4771 affably,affably,2,2,2,2,0.04,0.4771,0.02,0.4771 affectations,affectations,2,2,2,2,0.04,0.4771,0.02,0.4771 affirms,affirms,2,2,2,2,0.04,0.4771,0.02,0.4771 affright,affright,2,2,2,2,0.04,0.4771,0.02,0.4771 affronted,affronted,2,2,2,2,0.04,0.4771,0.02,0.4771 afikomen,afikomen,9,2,5,2,0.18,1.0000,0.02,0.4771 afterburner,afterburner,2,2,2,2,0.04,0.4771,0.02,0.4771 aftereffect,aftereffect,3,2,3,2,0.06,0.6021,0.02,0.4771 aftermarket,aftermarket,2,2,2,2,0.04,0.4771,0.02,0.4771 afterthoughts,afterthoughts,2,2,2,2,0.04,0.4771,0.02,0.4771 agapanthus,agapanthus,3,2,3,2,0.06,0.6021,0.02,0.4771 Agata,agata,11,2,0,0,0.22,1.0792,0.02,0.4771 agave,agave,2,2,1,1,0.04,0.4771,0.02,0.4771 agen,agen,2,2,2,2,0.04,0.4771,0.02,0.4771 aggregating,aggregating,2,2,2,2,0.04,0.4771,0.02,0.4771 aggregation,aggregation,2,2,2,2,0.04,0.4771,0.02,0.4771 agos,agos,2,2,2,2,0.04,0.4771,0.02,0.4771 agriculturalist,agriculturalist,2,2,2,2,0.04,0.4771,0.02,0.4771 ague,ague,2,2,2,2,0.04,0.4771,0.02,0.4771 agura,agura,2,2,1,1,0.04,0.4771,0.02,0.4771 ahu,ahu,4,2,4,2,0.08,0.6990,0.02,0.4771 ailed,ailed,2,2,2,2,0.04,0.4771,0.02,0.4771 aimer,aimer,3,2,3,2,0.06,0.6021,0.02,0.4771 airbrushing,airbrushing,2,2,2,2,0.04,0.4771,0.02,0.4771 airburst,airburst,2,2,2,2,0.04,0.4771,0.02,0.4771 Aircrew,aircrew,3,2,1,1,0.06,0.6021,0.02,0.4771 airdrome,airdrome,2,2,2,2,0.04,0.4771,0.02,0.4771 airdrop,airdrop,2,2,2,2,0.04,0.4771,0.02,0.4771 aire,aire,2,2,2,2,0.04,0.4771,0.02,0.4771 airfares,airfares,2,2,2,2,0.04,0.4771,0.02,0.4771 airsickness,airsickness,2,2,2,2,0.04,0.4771,0.02,0.4771 airstrikes,airstrikes,2,2,2,2,0.04,0.4771,0.02,0.4771 Akela,akela,11,2,0,0,0.22,1.0792,0.02,0.4771 aking,aking,2,2,2,2,0.04,0.4771,0.02,0.4771 Aku,aku,5,2,1,1,0.10,0.7782,0.02,0.4771 alai,alai,2,2,2,2,0.04,0.4771,0.02,0.4771 alarums,alarums,2,2,2,2,0.04,0.4771,0.02,0.4771 Alaskans,alaskans,2,2,0,0,0.04,0.4771,0.02,0.4771 albinism,albinism,2,2,2,2,0.04,0.4771,0.02,0.4771 Alc,alc,3,2,0,0,0.06,0.6021,0.02,0.4771 Alcazar,alcazar,2,2,0,0,0.04,0.4771,0.02,0.4771 Alcibiades,alcibiades,4,2,0,0,0.08,0.6990,0.02,0.4771 alcoves,alcoves,2,2,2,2,0.04,0.4771,0.02,0.4771 Aldrins,aldrins,2,2,0,0,0.04,0.4771,0.02,0.4771 Aleutian,aleutian,2,2,0,0,0.04,0.4771,0.02,0.4771 Alia,alia,12,2,0,0,0.24,1.1139,0.02,0.4771 alighted,alighted,2,2,2,2,0.04,0.4771,0.02,0.4771 alighting,alighting,2,2,2,2,0.04,0.4771,0.02,0.4771 Aline,aline,24,2,0,0,0.47,1.3979,0.02,0.4771 alit,alit,2,2,2,2,0.04,0.4771,0.02,0.4771 alkalosis,alkalosis,2,2,2,2,0.04,0.4771,0.02,0.4771 allayed,allayed,4,2,4,2,0.08,0.6990,0.02,0.4771 allegiant,allegiant,2,2,2,2,0.04,0.4771,0.02,0.4771 allele,allele,2,2,2,2,0.04,0.4771,0.02,0.4771 allene,allene,4,2,3,2,0.08,0.6990,0.02,0.4771 allergen,allergen,3,2,3,2,0.06,0.6021,0.02,0.4771 allergist,allergist,2,2,2,2,0.04,0.4771,0.02,0.4771 alleviated,alleviated,2,2,2,2,0.04,0.4771,0.02,0.4771 allocates,allocates,2,2,2,2,0.04,0.4771,0.02,0.4771 allocution,allocution,2,2,1,1,0.04,0.4771,0.02,0.4771 allot,allot,8,2,8,2,0.16,0.9542,0.02,0.4771 allover,allover,2,2,2,2,0.04,0.4771,0.02,0.4771 allyou,allyou,2,2,1,1,0.04,0.4771,0.02,0.4771 almandine,almandine,2,2,2,2,0.04,0.4771,0.02,0.4771 almightiness,almightiness,2,2,1,1,0.04,0.4771,0.02,0.4771 almshouse,almshouse,2,2,2,2,0.04,0.4771,0.02,0.4771 Alouette,alouette,6,2,2,2,0.12,0.8451,0.02,0.4771 alphabetised,alphabetised,2,2,2,2,0.04,0.4771,0.02,0.4771 altarpiece,altarpiece,2,2,2,2,0.04,0.4771,0.02,0.4771 alternators,alternators,2,2,1,1,0.04,0.4771,0.02,0.4771 amalgamation,amalgamation,6,2,4,2,0.12,0.8451,0.02,0.4771 amanuensis,amanuensis,2,2,2,2,0.04,0.4771,0.02,0.4771 Amar,amar,3,2,0,0,0.06,0.6021,0.02,0.4771 Amargosa,amargosa,14,2,0,0,0.27,1.1761,0.02,0.4771 Amba,amba,7,2,0,0,0.14,0.9031,0.02,0.4771 ambassadorial,ambassadorial,2,2,2,2,0.04,0.4771,0.02,0.4771 ambled,ambled,2,2,2,2,0.04,0.4771,0.02,0.4771 Ameer,ameer,9,2,0,0,0.18,1.0000,0.02,0.4771 ameliorate,ameliorate,2,2,2,2,0.04,0.4771,0.02,0.4771 amending,amending,2,2,2,2,0.04,0.4771,0.02,0.4771 amethysts,amethysts,2,2,2,2,0.04,0.4771,0.02,0.4771 amnesiac,amnesiac,2,2,1,1,0.04,0.4771,0.02,0.4771 amnesic,amnesic,2,2,2,2,0.04,0.4771,0.02,0.4771 amniocentesis,amniocentesis,3,2,2,2,0.06,0.6021,0.02,0.4771 amoebic,amoebic,3,2,3,2,0.06,0.6021,0.02,0.4771 amorality,amorality,2,2,1,1,0.04,0.4771,0.02,0.4771 amortize,amortize,4,2,3,2,0.08,0.6990,0.02,0.4771 amortizing,amortizing,2,2,2,2,0.04,0.4771,0.02,0.4771 Amparo,amparo,3,2,0,0,0.06,0.6021,0.02,0.4771 ampicillin,ampicillin,2,2,1,1,0.04,0.4771,0.02,0.4771 amputates,amputates,2,2,2,2,0.04,0.4771,0.02,0.4771 amputating,amputating,2,2,2,2,0.04,0.4771,0.02,0.4771 amygdala,amygdala,3,2,2,2,0.06,0.6021,0.02,0.4771 amyls,amyls,2,2,2,2,0.04,0.4771,0.02,0.4771 anachronisms,anachronisms,2,2,2,2,0.04,0.4771,0.02,0.4771 anaesthetist,anaesthetist,3,2,3,2,0.06,0.6021,0.02,0.4771 analgesia,analgesia,3,2,2,2,0.06,0.6021,0.02,0.4771 analogs,analogs,3,2,2,2,0.06,0.6021,0.02,0.4771 analogues,analogues,3,2,3,2,0.06,0.6021,0.02,0.4771 analyzers,analyzers,2,2,2,2,0.04,0.4771,0.02,0.4771 Anan,anan,9,2,1,1,0.18,1.0000,0.02,0.4771 Ananda,ananda,6,2,0,0,0.12,0.8451,0.02,0.4771 anaphase,anaphase,3,2,2,2,0.06,0.6021,0.02,0.4771 anarchic,anarchic,2,2,2,2,0.04,0.4771,0.02,0.4771 anarchism,anarchism,2,2,2,2,0.04,0.4771,0.02,0.4771 Anatolian,anatolian,2,2,0,0,0.04,0.4771,0.02,0.4771 anatomize,anatomize,2,2,2,2,0.04,0.4771,0.02,0.4771 ancestrally,ancestrally,2,2,2,2,0.04,0.4771,0.02,0.4771 Andante,andante,3,2,1,1,0.06,0.6021,0.02,0.4771 Androcles,androcles,9,2,0,0,0.18,1.0000,0.02,0.4771 angelically,angelically,3,2,3,2,0.06,0.6021,0.02,0.4771 angiography,angiography,3,2,2,2,0.06,0.6021,0.02,0.4771 angiomas,angiomas,4,2,4,2,0.08,0.6990,0.02,0.4771 anglers,anglers,2,2,2,2,0.04,0.4771,0.02,0.4771 Angstrom,angstrom,4,2,1,1,0.08,0.6990,0.02,0.4771 anhedonic,anhedonic,4,2,2,2,0.08,0.6990,0.02,0.4771 animality,animality,6,2,6,2,0.12,0.8451,0.02,0.4771 animates,animates,2,2,2,2,0.04,0.4771,0.02,0.4771 animator,animator,2,2,2,2,0.04,0.4771,0.02,0.4771 animosities,animosities,2,2,2,2,0.04,0.4771,0.02,0.4771 anions,anions,2,2,2,2,0.04,0.4771,0.02,0.4771 anisette,anisette,2,2,1,1,0.04,0.4771,0.02,0.4771 annotate,annotate,3,2,3,2,0.06,0.6021,0.02,0.4771 annuals,annuals,2,2,2,2,0.04,0.4771,0.02,0.4771 annulling,annulling,2,2,2,2,0.04,0.4771,0.02,0.4771 Anode,anode,8,2,1,1,0.16,0.9542,0.02,0.4771 anodized,anodized,3,2,3,2,0.06,0.6021,0.02,0.4771 Anschluss,anschluss,4,2,0,0,0.08,0.6990,0.02,0.4771 antagonising,antagonising,2,2,2,2,0.04,0.4771,0.02,0.4771 antagonizes,antagonizes,2,2,2,2,0.04,0.4771,0.02,0.4771 antecubital,antecubital,2,2,2,2,0.04,0.4771,0.02,0.4771 Antediluvian,antediluvian,4,2,1,1,0.08,0.6990,0.02,0.4771 antelopes,antelopes,2,2,2,2,0.04,0.4771,0.02,0.4771 antemortem,antemortem,2,2,1,1,0.04,0.4771,0.02,0.4771 antenatal,antenatal,2,2,2,2,0.04,0.4771,0.02,0.4771 anterooms,anterooms,2,2,2,2,0.04,0.4771,0.02,0.4771 antes,antes,2,2,2,2,0.04,0.4771,0.02,0.4771 anther,anther,2,2,2,2,0.04,0.4771,0.02,0.4771 Anthozoa,anthozoa,3,2,0,0,0.06,0.6021,0.02,0.4771 anthropic,anthropic,2,2,2,2,0.04,0.4771,0.02,0.4771 anticlockwise,anticlockwise,2,2,2,2,0.04,0.4771,0.02,0.4771 antidisestablishmentarianism,antidisestablishmentarianism,2,2,1,1,0.04,0.4771,0.02,0.4771 antiestablishment,antiestablishment,3,2,3,2,0.06,0.6021,0.02,0.4771 antifeminist,antifeminist,2,2,2,2,0.04,0.4771,0.02,0.4771 antigravitational,antigravitational,2,2,2,2,0.04,0.4771,0.02,0.4771 antimissile,antimissile,2,2,2,2,0.04,0.4771,0.02,0.4771 Antipodes,antipodes,2,2,0,0,0.04,0.4771,0.02,0.4771 antiseptics,antiseptics,3,2,2,2,0.06,0.6021,0.02,0.4771 antithetical,antithetical,2,2,2,2,0.04,0.4771,0.02,0.4771 antivenom,antivenom,13,2,13,2,0.25,1.1461,0.02,0.4771 apatite,apatite,2,2,1,1,0.04,0.4771,0.02,0.4771 apelike,apelike,2,2,2,2,0.04,0.4771,0.02,0.4771 aphasic,aphasic,3,2,3,2,0.06,0.6021,0.02,0.4771 apiary,apiary,2,2,2,2,0.04,0.4771,0.02,0.4771 Apocrypha,apocrypha,2,2,0,0,0.04,0.4771,0.02,0.4771 appal,appal,2,2,2,2,0.04,0.4771,0.02,0.4771 Appaloosas,appaloosas,3,2,1,1,0.06,0.6021,0.02,0.4771 appals,appals,2,2,2,2,0.04,0.4771,0.02,0.4771 apparatchik,apparatchik,2,2,2,2,0.04,0.4771,0.02,0.4771 apparatuses,apparatuses,2,2,2,2,0.04,0.4771,0.02,0.4771 appartement,appartement,2,2,2,2,0.04,0.4771,0.02,0.4771 appeaser,appeaser,2,2,2,2,0.04,0.4771,0.02,0.4771 appendices,appendices,2,2,1,1,0.04,0.4771,0.02,0.4771 appertaining,appertaining,2,2,2,2,0.04,0.4771,0.02,0.4771 applicability,applicability,2,2,2,2,0.04,0.4771,0.02,0.4771 appointees,appointees,3,2,3,2,0.06,0.6021,0.02,0.4771 apportioned,apportioned,2,2,2,2,0.04,0.4771,0.02,0.4771 appraisers,appraisers,4,2,4,2,0.08,0.6990,0.02,0.4771 appreciator,appreciator,3,2,3,2,0.06,0.6021,0.02,0.4771 apprenticing,apprenticing,2,2,1,1,0.04,0.4771,0.02,0.4771 appropriateness,appropriateness,2,2,2,2,0.04,0.4771,0.02,0.4771 approximates,approximates,2,2,2,2,0.04,0.4771,0.02,0.4771 approximating,approximating,2,2,2,2,0.04,0.4771,0.02,0.4771 Apr,apr,2,2,0,0,0.04,0.4771,0.02,0.4771 apriority,apriority,2,2,1,1,0.04,0.4771,0.02,0.4771 aptitudes,aptitudes,2,2,1,1,0.04,0.4771,0.02,0.4771 Aquatics,aquatics,3,2,1,1,0.06,0.6021,0.02,0.4771 aquifer,aquifer,2,2,2,2,0.04,0.4771,0.02,0.4771 Aquila,aquila,18,2,0,0,0.35,1.2788,0.02,0.4771 arb,arb,3,2,2,1,0.06,0.6021,0.02,0.4771 arbitrate,arbitrate,2,2,1,1,0.04,0.4771,0.02,0.4771 arborist,arborist,2,2,2,2,0.04,0.4771,0.02,0.4771 arbour,arbour,2,2,1,1,0.04,0.4771,0.02,0.4771 Arcanum,arcanum,2,2,0,0,0.04,0.4771,0.02,0.4771 archaism,archaism,2,2,1,1,0.04,0.4771,0.02,0.4771 archduchess,archduchess,2,2,1,1,0.04,0.4771,0.02,0.4771 Archdukes,archdukes,5,2,0,0,0.10,0.7782,0.02,0.4771 archeopteryx,archeopteryx,2,2,2,2,0.04,0.4771,0.02,0.4771 architectures,architectures,2,2,2,2,0.04,0.4771,0.02,0.4771 Arcturus,arcturus,2,2,0,0,0.04,0.4771,0.02,0.4771 areally,areally,2,2,1,1,0.04,0.4771,0.02,0.4771 Argentineans,argentineans,5,2,0,0,0.10,0.7782,0.02,0.4771 Argle,argle,2,2,0,0,0.04,0.4771,0.02,0.4771 Argyll,argyll,3,2,0,0,0.06,0.6021,0.02,0.4771 arised,arised,3,2,3,2,0.06,0.6021,0.02,0.4771 aristos,aristos,3,2,3,2,0.06,0.6021,0.02,0.4771 arithmetical,arithmetical,2,2,1,1,0.04,0.4771,0.02,0.4771 armourer,armourer,3,2,2,2,0.06,0.6021,0.02,0.4771 armouries,armouries,2,2,2,2,0.04,0.4771,0.02,0.4771 arrangers,arrangers,3,2,3,2,0.06,0.6021,0.02,0.4771 arrestee,arrestee,2,2,2,2,0.04,0.4771,0.02,0.4771 arround,arround,7,2,7,2,0.14,0.9031,0.02,0.4771 arsine,arsine,2,2,1,1,0.04,0.4771,0.02,0.4771 arsing,arsing,2,2,2,2,0.04,0.4771,0.02,0.4771 arteritis,arteritis,2,2,2,2,0.04,0.4771,0.02,0.4771 arthropods,arthropods,2,2,2,2,0.04,0.4771,0.02,0.4771 ary,ary,2,2,2,2,0.04,0.4771,0.02,0.4771 asana,asana,2,2,1,1,0.04,0.4771,0.02,0.4771 ascared,ascared,3,2,3,2,0.06,0.6021,0.02,0.4771 ascetics,ascetics,2,2,2,2,0.04,0.4771,0.02,0.4771 ascites,ascites,2,2,1,1,0.04,0.4771,0.02,0.4771 Asclepius,asclepius,2,2,0,0,0.04,0.4771,0.02,0.4771 ascorbic,ascorbic,2,2,2,2,0.04,0.4771,0.02,0.4771 ascribed,ascribed,2,2,2,2,0.04,0.4771,0.02,0.4771 aseptic,aseptic,2,2,2,2,0.04,0.4771,0.02,0.4771 Asgard,asgard,7,2,0,0,0.14,0.9031,0.02,0.4771 Ashkenazi,ashkenazi,2,2,0,0,0.04,0.4771,0.02,0.4771 aspidistra,aspidistra,2,2,2,2,0.04,0.4771,0.02,0.4771 assailed,assailed,2,2,2,2,0.04,0.4771,0.02,0.4771 assailing,assailing,2,2,2,2,0.04,0.4771,0.02,0.4771 Assam,assam,2,2,0,0,0.04,0.4771,0.02,0.4771 assassinates,assassinates,2,2,2,2,0.04,0.4771,0.02,0.4771 assaultive,assaultive,2,2,2,2,0.04,0.4771,0.02,0.4771 assayed,assayed,2,2,1,1,0.04,0.4771,0.02,0.4771 assiduous,assiduous,2,2,2,2,0.04,0.4771,0.02,0.4771 assignees,assignees,2,2,2,2,0.04,0.4771,0.02,0.4771 assizes,assizes,2,2,1,1,0.04,0.4771,0.02,0.4771 Asst,asst,2,2,0,0,0.04,0.4771,0.02,0.4771 assuaged,assuaged,2,2,2,2,0.04,0.4771,0.02,0.4771 Assyrian,assyrian,3,2,0,0,0.06,0.6021,0.02,0.4771 astonishes,astonishes,2,2,2,2,0.04,0.4771,0.02,0.4771 Astrakhan,astrakhan,3,2,1,1,0.06,0.6021,0.02,0.4771 astrally,astrally,2,2,2,2,0.04,0.4771,0.02,0.4771 astrocytoma,astrocytoma,2,2,2,2,0.04,0.4771,0.02,0.4771 astrogation,astrogation,2,2,1,1,0.04,0.4771,0.02,0.4771 astrogational,astrogational,2,2,2,2,0.04,0.4771,0.02,0.4771 astrologist,astrologist,2,2,2,2,0.04,0.4771,0.02,0.4771 astronomically,astronomically,3,2,3,2,0.06,0.6021,0.02,0.4771 asymmetric,asymmetric,2,2,2,2,0.04,0.4771,0.02,0.4771 Atabrine,atabrine,4,2,0,0,0.08,0.6990,0.02,0.4771 atavism,atavism,3,2,2,2,0.06,0.6021,0.02,0.4771 atelectasis,atelectasis,2,2,2,2,0.04,0.4771,0.02,0.4771 atelier,atelier,2,2,2,2,0.04,0.4771,0.02,0.4771 atheistic,atheistic,2,2,1,1,0.04,0.4771,0.02,0.4771 athing,athing,2,2,2,2,0.04,0.4771,0.02,0.4771 athwart,athwart,2,2,2,2,0.04,0.4771,0.02,0.4771 atlases,atlases,2,2,2,2,0.04,0.4771,0.02,0.4771 atomies,atomies,2,2,2,2,0.04,0.4771,0.02,0.4771 atomiser,atomiser,2,2,2,2,0.04,0.4771,0.02,0.4771 Atreus,atreus,8,2,0,0,0.16,0.9542,0.02,0.4771 atrophying,atrophying,2,2,2,2,0.04,0.4771,0.02,0.4771 Atropos,atropos,2,2,0,0,0.04,0.4771,0.02,0.4771 attains,attains,2,2,2,2,0.04,0.4771,0.02,0.4771 attenuated,attenuated,2,2,2,2,0.04,0.4771,0.02,0.4771 attractors,attractors,2,2,1,1,0.04,0.4771,0.02,0.4771 Auberge,auberge,2,2,0,0,0.04,0.4771,0.02,0.4771 auctioneers,auctioneers,2,2,2,2,0.04,0.4771,0.02,0.4771 audibles,audibles,3,2,3,2,0.06,0.6021,0.02,0.4771 audiology,audiology,2,2,1,1,0.04,0.4771,0.02,0.4771 audiotapes,audiotapes,2,2,2,2,0.04,0.4771,0.02,0.4771 augh,augh,4,2,3,1,0.08,0.6990,0.02,0.4771 augmentations,augmentations,2,2,1,1,0.04,0.4771,0.02,0.4771 auguries,auguries,2,2,1,1,0.04,0.4771,0.02,0.4771 aureole,aureole,2,2,2,2,0.04,0.4771,0.02,0.4771 aureus,aureus,2,2,2,2,0.04,0.4771,0.02,0.4771 auscultation,auscultation,2,2,2,2,0.04,0.4771,0.02,0.4771 ausgespielt,ausgespielt,2,2,1,1,0.04,0.4771,0.02,0.4771 Auster,auster,6,2,0,0,0.12,0.8451,0.02,0.4771 authenticator,authenticator,6,2,6,2,0.12,0.8451,0.02,0.4771 authorises,authorises,2,2,2,2,0.04,0.4771,0.02,0.4771 autobiographies,autobiographies,3,2,3,2,0.06,0.6021,0.02,0.4771 autobus,autobus,2,2,2,2,0.04,0.4771,0.02,0.4771 autocracy,autocracy,2,2,2,2,0.04,0.4771,0.02,0.4771 autoerotic,autoerotic,2,2,2,2,0.04,0.4771,0.02,0.4771 autographing,autographing,2,2,2,2,0.04,0.4771,0.02,0.4771 autohypnosis,autohypnosis,2,2,2,2,0.04,0.4771,0.02,0.4771 autologous,autologous,2,2,1,1,0.04,0.4771,0.02,0.4771 automates,automates,2,2,2,2,0.04,0.4771,0.02,0.4771 Autotransfusion,autotransfusion,2,2,0,0,0.04,0.4771,0.02,0.4771 autumns,autumns,2,2,2,2,0.04,0.4771,0.02,0.4771 availing,availing,2,2,2,2,0.04,0.4771,0.02,0.4771 avails,avails,3,2,3,2,0.06,0.6021,0.02,0.4771 avance,avance,2,2,1,1,0.04,0.4771,0.02,0.4771 avoidable,avoidable,2,2,2,2,0.04,0.4771,0.02,0.4771 avoider,avoider,2,2,2,2,0.04,0.4771,0.02,0.4771 avow,avow,2,2,2,2,0.04,0.4771,0.02,0.4771 avowed,avowed,2,2,2,2,0.04,0.4771,0.02,0.4771 avulsion,avulsion,2,2,2,2,0.04,0.4771,0.02,0.4771 Awapuhi,awapuhi,7,2,3,2,0.14,0.9031,0.02,0.4771 aways,aways,2,2,2,2,0.04,0.4771,0.02,0.4771 awee,awee,2,2,1,1,0.04,0.4771,0.02,0.4771 awl,awl,2,2,2,2,0.04,0.4771,0.02,0.4771 axeman,axeman,5,2,5,2,0.10,0.7782,0.02,0.4771 axilla,axilla,2,2,2,2,0.04,0.4771,0.02,0.4771 axiomatic,axiomatic,2,2,2,2,0.04,0.4771,0.02,0.4771 Azazel,azazel,22,2,0,0,0.43,1.3617,0.02,0.4771 Baal,baal,3,2,0,0,0.06,0.6021,0.02,0.4771 Babbage,babbage,9,2,0,0,0.18,1.0000,0.02,0.4771 Babbit,babbit,9,2,0,0,0.18,1.0000,0.02,0.4771 Babu,babu,2,2,0,0,0.04,0.4771,0.02,0.4771 bacchanalia,bacchanalia,2,2,2,2,0.04,0.4771,0.02,0.4771 bacchanals,bacchanals,2,2,2,2,0.04,0.4771,0.02,0.4771 bacilli,bacilli,2,2,2,2,0.04,0.4771,0.02,0.4771 backbend,backbend,2,2,2,2,0.04,0.4771,0.02,0.4771 backdrops,backdrops,2,2,2,2,0.04,0.4771,0.02,0.4771 backhands,backhands,2,2,2,2,0.04,0.4771,0.02,0.4771 backie,backie,2,2,1,1,0.04,0.4771,0.02,0.4771 backlighting,backlighting,2,2,2,2,0.04,0.4771,0.02,0.4771 backpacker,backpacker,2,2,2,2,0.04,0.4771,0.02,0.4771 backpedal,backpedal,2,2,2,2,0.04,0.4771,0.02,0.4771 backrooms,backrooms,2,2,2,2,0.04,0.4771,0.02,0.4771 backscratcher,backscratcher,5,2,5,2,0.10,0.7782,0.02,0.4771 Backus,backus,4,2,0,0,0.08,0.6990,0.02,0.4771 bacteriologically,bacteriologically,2,2,2,2,0.04,0.4771,0.02,0.4771 baddies,baddies,2,2,2,2,0.04,0.4771,0.02,0.4771 Bafta,bafta,9,2,0,0,0.18,1.0000,0.02,0.4771 bagatelle,bagatelle,2,2,2,2,0.04,0.4771,0.02,0.4771 baggers,baggers,2,2,2,2,0.04,0.4771,0.02,0.4771 Bago,bago,2,2,0,0,0.04,0.4771,0.02,0.4771 bailer,bailer,9,2,9,2,0.18,1.0000,0.02,0.4771 Baileys,baileys,5,2,0,0,0.10,0.7782,0.02,0.4771 Bailies,bailies,4,2,0,0,0.08,0.6990,0.02,0.4771 bairn,bairn,12,2,11,2,0.24,1.1139,0.02,0.4771 bakeshop,bakeshop,2,2,2,2,0.04,0.4771,0.02,0.4771 baksheesh,baksheesh,8,2,5,2,0.16,0.9542,0.02,0.4771 Bakula,bakula,4,2,0,0,0.08,0.6990,0.02,0.4771 balaclava,balaclava,2,2,2,2,0.04,0.4771,0.02,0.4771 balalaikas,balalaikas,2,2,2,2,0.04,0.4771,0.02,0.4771 baldhead,baldhead,2,2,1,1,0.04,0.4771,0.02,0.4771 baldric,baldric,2,2,2,2,0.04,0.4771,0.02,0.4771 balers,balers,2,2,2,2,0.04,0.4771,0.02,0.4771 ballade,ballade,2,2,1,1,0.04,0.4771,0.02,0.4771 ballasts,ballasts,3,2,3,2,0.06,0.6021,0.02,0.4771 ballcock,ballcock,2,2,2,2,0.04,0.4771,0.02,0.4771 ballista,ballista,2,2,1,1,0.04,0.4771,0.02,0.4771 ballo,ballo,2,2,1,1,0.04,0.4771,0.02,0.4771 balloonists,balloonists,2,2,2,2,0.04,0.4771,0.02,0.4771 ballparks,ballparks,2,2,2,2,0.04,0.4771,0.02,0.4771 ballute,ballute,2,2,2,2,0.04,0.4771,0.02,0.4771 Balsam,balsam,8,2,1,1,0.16,0.9542,0.02,0.4771 Balu,balu,29,2,0,0,0.57,1.4771,0.02,0.4771 bambini,bambini,3,2,2,2,0.06,0.6021,0.02,0.4771 banda,banda,7,2,6,1,0.14,0.9031,0.02,0.4771 bandanas,bandanas,2,2,2,2,0.04,0.4771,0.02,0.4771 Bandicoot,bandicoot,4,2,0,0,0.08,0.6990,0.02,0.4771 bandoleer,bandoleer,3,2,2,1,0.06,0.6021,0.02,0.4771 bandoliers,bandoliers,2,2,2,2,0.04,0.4771,0.02,0.4771 bangalow,bangalow,2,2,2,2,0.04,0.4771,0.02,0.4771 banishes,banishes,2,2,2,2,0.04,0.4771,0.02,0.4771 banisters,banisters,2,2,2,2,0.04,0.4771,0.02,0.4771 bankrolls,bankrolls,2,2,1,1,0.04,0.4771,0.02,0.4771 bannock,bannock,29,2,17,1,0.57,1.4771,0.02,0.4771 Banquo,banquo,34,2,0,0,0.67,1.5441,0.02,0.4771 Baphomet,baphomet,7,2,0,0,0.14,0.9031,0.02,0.4771 barbeques,barbeques,2,2,2,2,0.04,0.4771,0.02,0.4771 barbiturate,barbiturate,2,2,2,2,0.04,0.4771,0.02,0.4771 barbwire,barbwire,2,2,2,2,0.04,0.4771,0.02,0.4771 barflies,barflies,2,2,2,2,0.04,0.4771,0.02,0.4771 bargainer,bargainer,2,2,2,2,0.04,0.4771,0.02,0.4771 barhop,barhop,2,2,2,2,0.04,0.4771,0.02,0.4771 baristas,baristas,4,2,2,2,0.08,0.6990,0.02,0.4771 barmen,barmen,3,2,3,2,0.06,0.6021,0.02,0.4771 Barnabas,barnabas,4,2,0,0,0.08,0.6990,0.02,0.4771 barnstormers,barnstormers,2,2,1,1,0.04,0.4771,0.02,0.4771 barrelling,barrelling,2,2,2,2,0.04,0.4771,0.02,0.4771 Barres,barres,2,2,0,0,0.04,0.4771,0.02,0.4771 Barrios,barrios,6,2,1,1,0.12,0.8451,0.02,0.4771 bartended,bartended,3,2,3,2,0.06,0.6021,0.02,0.4771 bartends,bartends,2,2,2,2,0.04,0.4771,0.02,0.4771 baseness,baseness,2,2,2,2,0.04,0.4771,0.02,0.4771 Basileus,basileus,10,2,0,0,0.20,1.0414,0.02,0.4771 basilisk,basilisk,10,2,9,1,0.20,1.0414,0.02,0.4771 bassist,bassist,6,2,5,2,0.12,0.8451,0.02,0.4771 bassoons,bassoons,2,2,1,1,0.04,0.4771,0.02,0.4771 Bastian,bastian,8,2,0,0,0.16,0.9542,0.02,0.4771 bathers,bathers,2,2,2,2,0.04,0.4771,0.02,0.4771 bathyal,bathyal,2,2,2,2,0.04,0.4771,0.02,0.4771 bathysphere,bathysphere,5,2,5,2,0.10,0.7782,0.02,0.4771 Batik,batik,5,2,2,2,0.10,0.7782,0.02,0.4771 Batiste,batiste,3,2,0,0,0.06,0.6021,0.02,0.4771 Batt,batt,4,2,1,1,0.08,0.6990,0.02,0.4771 batwing,batwing,2,2,2,2,0.04,0.4771,0.02,0.4771 bauxite,bauxite,3,2,3,2,0.06,0.6021,0.02,0.4771 Bayard,bayard,3,2,0,0,0.06,0.6021,0.02,0.4771 beachcombers,beachcombers,2,2,2,2,0.04,0.4771,0.02,0.4771 beading,beading,3,2,3,2,0.06,0.6021,0.02,0.4771 beadwork,beadwork,2,2,2,2,0.04,0.4771,0.02,0.4771 beaning,beaning,2,2,2,2,0.04,0.4771,0.02,0.4771 Beany,beany,15,2,0,0,0.29,1.2041,0.02,0.4771 bearish,bearish,2,2,2,2,0.04,0.4771,0.02,0.4771 beatable,beatable,2,2,2,2,0.04,0.4771,0.02,0.4771 Beatitudes,beatitudes,2,2,0,0,0.04,0.4771,0.02,0.4771 beauticians,beauticians,2,2,2,2,0.04,0.4771,0.02,0.4771 bedevilled,bedevilled,2,2,2,2,0.04,0.4771,0.02,0.4771 Bedraggled,bedraggled,2,2,0,0,0.04,0.4771,0.02,0.4771 bedrolls,bedrolls,2,2,2,2,0.04,0.4771,0.02,0.4771 Beebee,beebee,2,2,0,0,0.04,0.4771,0.02,0.4771 beefer,beefer,2,2,2,2,0.04,0.4771,0.02,0.4771 beekeeping,beekeeping,2,2,2,2,0.04,0.4771,0.02,0.4771 beetroot,beetroot,4,2,4,2,0.08,0.6990,0.02,0.4771 beeves,beeves,11,2,11,2,0.22,1.0792,0.02,0.4771 befoul,befoul,2,2,2,2,0.04,0.4771,0.02,0.4771 begats,begats,2,2,2,2,0.04,0.4771,0.02,0.4771 begrudged,begrudged,2,2,2,2,0.04,0.4771,0.02,0.4771 behaviorally,behaviorally,2,2,2,2,0.04,0.4771,0.02,0.4771 behemoths,behemoths,3,2,3,2,0.06,0.6021,0.02,0.4771 behooved,behooved,2,2,2,2,0.04,0.4771,0.02,0.4771 behove,behove,2,2,2,2,0.04,0.4771,0.02,0.4771 behoves,behoves,2,2,2,2,0.04,0.4771,0.02,0.4771 beiges,beiges,3,2,2,2,0.06,0.6021,0.02,0.4771 bejeweled,bejeweled,2,2,2,2,0.04,0.4771,0.02,0.4771 belabour,belabour,2,2,2,2,0.04,0.4771,0.02,0.4771 beldame,beldame,2,2,2,2,0.04,0.4771,0.02,0.4771 belfries,belfries,2,2,2,2,0.04,0.4771,0.02,0.4771 belied,belied,5,2,5,2,0.10,0.7782,0.02,0.4771 belies,belies,2,2,2,2,0.04,0.4771,0.02,0.4771 believably,believably,2,2,2,2,0.04,0.4771,0.02,0.4771 Bellarmine,bellarmine,18,2,0,0,0.35,1.2788,0.02,0.4771 Belli,belli,26,2,0,0,0.51,1.4314,0.02,0.4771 belligerency,belligerency,3,2,3,2,0.06,0.6021,0.02,0.4771 Belling,belling,15,2,0,0,0.29,1.2041,0.02,0.4771 bellyband,bellyband,2,2,2,2,0.04,0.4771,0.02,0.4771 bellying,bellying,2,2,2,2,0.04,0.4771,0.02,0.4771 belowdecks,belowdecks,2,2,2,2,0.04,0.4771,0.02,0.4771 belter,belter,2,2,2,2,0.04,0.4771,0.02,0.4771 beltless,beltless,2,2,1,1,0.04,0.4771,0.02,0.4771 belying,belying,2,2,2,2,0.04,0.4771,0.02,0.4771 bemoaning,bemoaning,2,2,2,2,0.04,0.4771,0.02,0.4771 bemusement,bemusement,2,2,2,2,0.04,0.4771,0.02,0.4771 benefactory,benefactory,2,2,1,1,0.04,0.4771,0.02,0.4771 beneficially,beneficially,2,2,2,2,0.04,0.4771,0.02,0.4771 Benes,benes,22,2,0,0,0.43,1.3617,0.02,0.4771 Bengals,bengals,2,2,0,0,0.04,0.4771,0.02,0.4771 benignly,benignly,2,2,2,2,0.04,0.4771,0.02,0.4771 Benin,benin,2,2,0,0,0.04,0.4771,0.02,0.4771 Benthic,benthic,14,2,1,1,0.27,1.1761,0.02,0.4771 Benzine,benzine,2,2,0,0,0.04,0.4771,0.02,0.4771 benzo,benzo,2,2,1,1,0.04,0.4771,0.02,0.4771 Berettas,berettas,3,2,0,0,0.06,0.6021,0.02,0.4771 beriberi,beriberi,6,2,6,2,0.12,0.8451,0.02,0.4771 Berkshire,berkshire,21,2,0,0,0.41,1.3424,0.02,0.4771 Berliner,berliner,2,2,0,0,0.04,0.4771,0.02,0.4771 Berne,berne,2,2,0,0,0.04,0.4771,0.02,0.4771 berretta,berretta,2,2,2,2,0.04,0.4771,0.02,0.4771 berthed,berthed,2,2,2,2,0.04,0.4771,0.02,0.4771 Berwick,berwick,2,2,0,0,0.04,0.4771,0.02,0.4771 beseeching,beseeching,2,2,2,2,0.04,0.4771,0.02,0.4771 besieges,besieges,2,2,2,2,0.04,0.4771,0.02,0.4771 besmirched,besmirched,2,2,2,2,0.04,0.4771,0.02,0.4771 bespeaks,bespeaks,2,2,2,2,0.04,0.4771,0.02,0.4771 bestrides,bestrides,2,2,2,2,0.04,0.4771,0.02,0.4771 Betelgeuse,betelgeuse,11,2,0,0,0.22,1.0792,0.02,0.4771 betoken,betoken,4,2,4,2,0.08,0.6990,0.02,0.4771 betroth,betroth,2,2,2,2,0.04,0.4771,0.02,0.4771 betta,betta,2,2,2,2,0.04,0.4771,0.02,0.4771 beurre,beurre,3,2,3,2,0.06,0.6021,0.02,0.4771 bewilder,bewilder,2,2,2,2,0.04,0.4771,0.02,0.4771 bewilders,bewilders,2,2,2,2,0.04,0.4771,0.02,0.4771 bewitchment,bewitchment,2,2,2,2,0.04,0.4771,0.02,0.4771 bezoar,bezoar,4,2,4,2,0.08,0.6990,0.02,0.4771 Bf,bf,6,2,0,0,0.12,0.8451,0.02,0.4771 bhisti,bhisti,7,2,6,2,0.14,0.9031,0.02,0.4771 biannually,biannually,3,2,3,2,0.06,0.6021,0.02,0.4771 Bibbs,bibbs,6,2,0,0,0.12,0.8451,0.02,0.4771 bidets,bidets,2,2,2,2,0.04,0.4771,0.02,0.4771 Biennale,biennale,2,2,0,0,0.04,0.4771,0.02,0.4771 bier,bier,2,2,1,1,0.04,0.4771,0.02,0.4771 bifurcated,bifurcated,2,2,1,1,0.04,0.4771,0.02,0.4771 biggety,biggety,2,2,2,2,0.04,0.4771,0.02,0.4771 bigotries,bigotries,2,2,2,2,0.04,0.4771,0.02,0.4771 bijoux,bijoux,2,2,2,2,0.04,0.4771,0.02,0.4771 Bilder,bilder,2,2,0,0,0.04,0.4771,0.02,0.4771 bilged,bilged,2,2,1,1,0.04,0.4771,0.02,0.4771 bilges,bilges,8,2,8,2,0.16,0.9542,0.02,0.4771 Bilgewater,bilgewater,4,2,1,1,0.08,0.6990,0.02,0.4771 billets,billets,2,2,2,2,0.04,0.4771,0.02,0.4771 billowy,billowy,3,2,3,2,0.06,0.6021,0.02,0.4771 binaries,binaries,2,2,2,2,0.04,0.4771,0.02,0.4771 binged,binged,2,2,2,2,0.04,0.4771,0.02,0.4771 bingeing,bingeing,2,2,2,2,0.04,0.4771,0.02,0.4771 binocs,binocs,2,2,2,2,0.04,0.4771,0.02,0.4771 binomial,binomial,2,2,2,2,0.04,0.4771,0.02,0.4771 bint,bint,2,2,2,2,0.04,0.4771,0.02,0.4771 biodiversity,biodiversity,2,2,2,2,0.04,0.4771,0.02,0.4771 biogenetics,biogenetics,4,2,3,1,0.08,0.6990,0.02,0.4771 biographers,biographers,3,2,3,2,0.06,0.6021,0.02,0.4771 biometrics,biometrics,3,2,2,2,0.06,0.6021,0.02,0.4771 biophysical,biophysical,2,2,1,1,0.04,0.4771,0.02,0.4771 biophysics,biophysics,2,2,2,2,0.04,0.4771,0.02,0.4771 biopic,biopic,2,2,2,2,0.04,0.4771,0.02,0.4771 bioplasmic,bioplasmic,2,2,2,2,0.04,0.4771,0.02,0.4771 biorhythm,biorhythm,2,2,2,2,0.04,0.4771,0.02,0.4771 biotoxin,biotoxin,6,2,4,2,0.12,0.8451,0.02,0.4771 biplane,biplane,2,2,2,2,0.04,0.4771,0.02,0.4771 biplanes,biplanes,2,2,2,2,0.04,0.4771,0.02,0.4771 Birches,birches,4,2,1,1,0.08,0.6990,0.02,0.4771 birdbrains,birdbrains,2,2,2,2,0.04,0.4771,0.02,0.4771 birdied,birdied,2,2,2,2,0.04,0.4771,0.02,0.4771 Birks,birks,4,2,0,0,0.08,0.6990,0.02,0.4771 bisect,bisect,2,2,2,2,0.04,0.4771,0.02,0.4771 bisects,bisects,2,2,2,2,0.04,0.4771,0.02,0.4771 bisexuality,bisexuality,2,2,2,2,0.04,0.4771,0.02,0.4771 Bismark,bismark,2,2,0,0,0.04,0.4771,0.02,0.4771 bist,bist,2,2,2,2,0.04,0.4771,0.02,0.4771 bitchier,bitchier,4,2,4,2,0.08,0.6990,0.02,0.4771 bittern,bittern,2,2,2,2,0.04,0.4771,0.02,0.4771 bitumen,bitumen,2,2,2,2,0.04,0.4771,0.02,0.4771 blackens,blackens,2,2,2,2,0.04,0.4771,0.02,0.4771 blacksnake,blacksnake,2,2,2,2,0.04,0.4771,0.02,0.4771 Blag,blag,9,2,1,1,0.18,1.0000,0.02,0.4771 blaggard,blaggard,2,2,2,2,0.04,0.4771,0.02,0.4771 blander,blander,2,2,2,2,0.04,0.4771,0.02,0.4771 Blanquette,blanquette,2,2,0,0,0.04,0.4771,0.02,0.4771 blasphemes,blasphemes,3,2,3,2,0.06,0.6021,0.02,0.4771 blasphemies,blasphemies,2,2,2,2,0.04,0.4771,0.02,0.4771 blat,blat,3,2,3,2,0.06,0.6021,0.02,0.4771 Bldg,bldg,3,2,0,0,0.06,0.6021,0.02,0.4771 Bleacher,bleacher,3,2,1,1,0.06,0.6021,0.02,0.4771 bleary,bleary,2,2,2,2,0.04,0.4771,0.02,0.4771 Blenheim,blenheim,4,2,0,0,0.08,0.6990,0.02,0.4771 blepharoplasty,blepharoplasty,2,2,2,2,0.04,0.4771,0.02,0.4771 blindfolding,blindfolding,2,2,2,2,0.04,0.4771,0.02,0.4771 blindsiding,blindsiding,2,2,2,2,0.04,0.4771,0.02,0.4771 blindworm,blindworm,2,2,2,2,0.04,0.4771,0.02,0.4771 blo,blo,2,2,1,1,0.04,0.4771,0.02,0.4771 bloater,bloater,2,2,1,1,0.04,0.4771,0.02,0.4771 blobby,blobby,5,2,5,2,0.10,0.7782,0.02,0.4771 blocs,blocs,2,2,2,2,0.04,0.4771,0.02,0.4771 blondest,blondest,2,2,2,2,0.04,0.4771,0.02,0.4771 blooey,blooey,2,2,2,2,0.04,0.4771,0.02,0.4771 Bloop,bloop,6,2,1,1,0.12,0.8451,0.02,0.4771 blotched,blotched,2,2,1,1,0.04,0.4771,0.02,0.4771 blotters,blotters,2,2,2,2,0.04,0.4771,0.02,0.4771 blowflies,blowflies,2,2,2,2,0.04,0.4771,0.02,0.4771 blowfly,blowfly,2,2,1,1,0.04,0.4771,0.02,0.4771 Bls,bls,3,2,0,0,0.06,0.6021,0.02,0.4771 Blub,blub,3,2,1,1,0.06,0.6021,0.02,0.4771 blubbed,blubbed,2,2,2,2,0.04,0.4771,0.02,0.4771 blubbered,blubbered,2,2,2,2,0.04,0.4771,0.02,0.4771 Bludger,bludger,6,2,0,0,0.12,0.8451,0.02,0.4771 blueblood,blueblood,2,2,2,2,0.04,0.4771,0.02,0.4771 Bluebook,bluebook,5,2,1,1,0.10,0.7782,0.02,0.4771 bluejacket,bluejacket,2,2,2,2,0.04,0.4771,0.02,0.4771 Bluejay,bluejay,18,2,0,0,0.35,1.2788,0.02,0.4771 Bluejays,bluejays,4,2,0,0,0.08,0.6990,0.02,0.4771 bluenose,bluenose,2,2,2,2,0.04,0.4771,0.02,0.4771 bluenoses,bluenoses,2,2,2,2,0.04,0.4771,0.02,0.4771 blueprinted,blueprinted,2,2,2,2,0.04,0.4771,0.02,0.4771 bluesman,bluesman,15,2,14,2,0.29,1.2041,0.02,0.4771 blunderer,blunderer,2,2,2,2,0.04,0.4771,0.02,0.4771 blurs,blurs,2,2,2,2,0.04,0.4771,0.02,0.4771 boas,boas,2,2,2,2,0.04,0.4771,0.02,0.4771 boaster,boaster,2,2,2,2,0.04,0.4771,0.02,0.4771 Boatel,boatel,2,2,0,0,0.04,0.4771,0.02,0.4771 boatsman,boatsman,3,2,2,2,0.06,0.6021,0.02,0.4771 bobsleds,bobsleds,3,2,3,2,0.06,0.6021,0.02,0.4771 bobsleigh,bobsleigh,12,2,12,2,0.24,1.1139,0.02,0.4771 bobtailed,bobtailed,2,2,2,2,0.04,0.4771,0.02,0.4771 boddle,boddle,2,2,1,1,0.04,0.4771,0.02,0.4771 bodements,bodements,2,2,2,2,0.04,0.4771,0.02,0.4771 bodied,bodied,2,2,2,2,0.04,0.4771,0.02,0.4771 bodiless,bodiless,2,2,2,2,0.04,0.4771,0.02,0.4771 Boers,boers,4,2,0,0,0.08,0.6990,0.02,0.4771 bogging,bogging,2,2,2,2,0.04,0.4771,0.02,0.4771 boggled,boggled,2,2,2,2,0.04,0.4771,0.02,0.4771 boisterously,boisterously,2,2,1,1,0.04,0.4771,0.02,0.4771 boldface,boldface,2,2,2,2,0.04,0.4771,0.02,0.4771 Bolling,bolling,2,2,0,0,0.04,0.4771,0.02,0.4771 bollix,bollix,2,2,2,2,0.04,0.4771,0.02,0.4771 bollixed,bollixed,2,2,2,2,0.04,0.4771,0.02,0.4771 bolstered,bolstered,2,2,2,2,0.04,0.4771,0.02,0.4771 bolsters,bolsters,2,2,2,2,0.04,0.4771,0.02,0.4771 Boma,boma,4,2,1,1,0.08,0.6990,0.02,0.4771 bombardments,bombardments,5,2,5,2,0.10,0.7782,0.02,0.4771 bombards,bombards,2,2,2,2,0.04,0.4771,0.02,0.4771 bombe,bombe,2,2,2,2,0.04,0.4771,0.02,0.4771 Bombshells,bombshells,14,2,1,1,0.27,1.1761,0.02,0.4771 bonder,bonder,2,2,1,1,0.04,0.4771,0.02,0.4771 Bondoc,bondoc,4,2,0,0,0.08,0.6990,0.02,0.4771 boneshaker,boneshaker,3,2,2,1,0.06,0.6021,0.02,0.4771 Boniface,boniface,2,2,0,0,0.04,0.4771,0.02,0.4771 bonitos,bonitos,3,2,2,1,0.06,0.6021,0.02,0.4771 bonking,bonking,2,2,2,2,0.04,0.4771,0.02,0.4771 booboo,booboo,2,2,2,2,0.04,0.4771,0.02,0.4771 Boodles,boodles,2,2,0,0,0.04,0.4771,0.02,0.4771 boogied,boogied,2,2,1,1,0.04,0.4771,0.02,0.4771 boogieman,boogieman,3,2,3,2,0.06,0.6021,0.02,0.4771 bookend,bookend,2,2,2,2,0.04,0.4771,0.02,0.4771 bookers,bookers,2,2,1,1,0.04,0.4771,0.02,0.4771 bookkeepers,bookkeepers,3,2,3,2,0.06,0.6021,0.02,0.4771 Bookman,bookman,8,2,0,0,0.16,0.9542,0.02,0.4771 bookmobile,bookmobile,2,2,1,1,0.04,0.4771,0.02,0.4771 boomtowns,boomtowns,2,2,2,2,0.04,0.4771,0.02,0.4771 boorishness,boorishness,2,2,2,2,0.04,0.4771,0.02,0.4771 bootlicker,bootlicker,3,2,3,2,0.06,0.6021,0.02,0.4771 Bootstrap,bootstrap,3,2,1,1,0.06,0.6021,0.02,0.4771 bops,bops,2,2,2,2,0.04,0.4771,0.02,0.4771 bord,bord,2,2,2,2,0.04,0.4771,0.02,0.4771 borrowers,borrowers,2,2,2,2,0.04,0.4771,0.02,0.4771 Borzoi,borzoi,5,2,0,0,0.10,0.7782,0.02,0.4771 Bosporus,bosporus,3,2,0,0,0.06,0.6021,0.02,0.4771 bossiest,bossiest,2,2,1,1,0.04,0.4771,0.02,0.4771 Bostonians,bostonians,2,2,0,0,0.04,0.4771,0.02,0.4771 bota,bota,2,2,2,2,0.04,0.4771,0.02,0.4771 botanically,botanically,2,2,1,1,0.04,0.4771,0.02,0.4771 bottlenecks,bottlenecks,2,2,2,2,0.04,0.4771,0.02,0.4771 bottlers,bottlers,6,2,6,2,0.12,0.8451,0.02,0.4771 botulin,botulin,2,2,2,2,0.04,0.4771,0.02,0.4771 Boucher,boucher,2,2,0,0,0.04,0.4771,0.02,0.4771 boulevardier,boulevardier,2,2,2,2,0.04,0.4771,0.02,0.4771 bouncier,bouncier,2,2,2,2,0.04,0.4771,0.02,0.4771 bounden,bounden,2,2,2,2,0.04,0.4771,0.02,0.4771 bounteous,bounteous,2,2,1,1,0.04,0.4771,0.02,0.4771 bourn,bourn,2,2,2,2,0.04,0.4771,0.02,0.4771 Bourse,bourse,3,2,0,0,0.06,0.6021,0.02,0.4771 Bouton,bouton,5,2,1,1,0.10,0.7782,0.02,0.4771 bowlegs,bowlegs,2,2,2,2,0.04,0.4771,0.02,0.4771 bowlines,bowlines,2,2,2,2,0.04,0.4771,0.02,0.4771 boychick,boychick,2,2,2,2,0.04,0.4771,0.02,0.4771 boyos,boyos,2,2,2,2,0.04,0.4771,0.02,0.4771 boysenberries,boysenberries,2,2,2,2,0.04,0.4771,0.02,0.4771 brach,brach,2,2,1,1,0.04,0.4771,0.02,0.4771 braciole,braciole,26,2,23,2,0.51,1.4314,0.02,0.4771 Brack,brack,12,2,0,0,0.24,1.1139,0.02,0.4771 bracketed,bracketed,2,2,2,2,0.04,0.4771,0.02,0.4771 brae,brae,4,2,3,1,0.08,0.6990,0.02,0.4771 Brahmin,brahmin,4,2,0,0,0.08,0.6990,0.02,0.4771 brained,brained,2,2,2,2,0.04,0.4771,0.02,0.4771 brainer,brainer,2,2,2,2,0.04,0.4771,0.02,0.4771 brainpans,brainpans,4,2,4,2,0.08,0.6990,0.02,0.4771 Brainteasers,brainteasers,2,2,0,0,0.04,0.4771,0.02,0.4771 brakemen,brakemen,2,2,2,2,0.04,0.4771,0.02,0.4771 brakie,brakie,2,2,1,1,0.04,0.4771,0.02,0.4771 brandish,brandish,2,2,1,1,0.04,0.4771,0.02,0.4771 Brasilia,brasilia,2,2,0,0,0.04,0.4771,0.02,0.4771 brassie,brassie,2,2,1,1,0.04,0.4771,0.02,0.4771 Brattle,brattle,4,2,1,1,0.08,0.6990,0.02,0.4771 braw,braw,2,2,2,2,0.04,0.4771,0.02,0.4771 braying,braying,2,2,1,1,0.04,0.4771,0.02,0.4771 brazier,brazier,2,2,1,1,0.04,0.4771,0.02,0.4771 breading,breading,2,2,2,2,0.04,0.4771,0.02,0.4771 breakfasted,breakfasted,2,2,2,2,0.04,0.4771,0.02,0.4771 breakfasting,breakfasting,2,2,1,1,0.04,0.4771,0.02,0.4771 breakfront,breakfront,2,2,1,1,0.04,0.4771,0.02,0.4771 breastfed,breastfed,2,2,2,2,0.04,0.4771,0.02,0.4771 breathers,breathers,3,2,3,2,0.06,0.6021,0.02,0.4771 breathlessness,breathlessness,2,2,2,2,0.04,0.4771,0.02,0.4771 breezeway,breezeway,2,2,2,2,0.04,0.4771,0.02,0.4771 briard,briard,5,2,5,2,0.10,0.7782,0.02,0.4771 briars,briars,2,2,1,1,0.04,0.4771,0.02,0.4771 Briarwood,briarwood,2,2,0,0,0.04,0.4771,0.02,0.4771 bricking,bricking,2,2,2,2,0.04,0.4771,0.02,0.4771 bricklayers,bricklayers,2,2,2,2,0.04,0.4771,0.02,0.4771 brickwork,brickwork,2,2,2,2,0.04,0.4771,0.02,0.4771 Brier,brier,30,2,1,1,0.59,1.4914,0.02,0.4771 brights,brights,2,2,2,2,0.04,0.4771,0.02,0.4771 brilliancy,brilliancy,2,2,2,2,0.04,0.4771,0.02,0.4771 brilliantine,brilliantine,2,2,2,2,0.04,0.4771,0.02,0.4771 Brimmer,brimmer,50,2,0,0,0.98,1.7076,0.02,0.4771 brims,brims,2,2,2,2,0.04,0.4771,0.02,0.4771 Brin,brin,3,2,1,1,0.06,0.6021,0.02,0.4771 brindle,brindle,2,2,2,2,0.04,0.4771,0.02,0.4771 bringed,bringed,2,2,2,2,0.04,0.4771,0.02,0.4771 bringers,bringers,2,2,2,2,0.04,0.4771,0.02,0.4771 briquette,briquette,2,2,1,1,0.04,0.4771,0.02,0.4771 Briseis,briseis,16,2,0,0,0.31,1.2304,0.02,0.4771 Briton,briton,4,2,0,0,0.08,0.6990,0.02,0.4771 broadcloth,broadcloth,2,2,1,1,0.04,0.4771,0.02,0.4771 brobdingnagian,brobdingnagian,2,2,2,2,0.04,0.4771,0.02,0.4771 broccolis,broccolis,2,2,2,2,0.04,0.4771,0.02,0.4771 Brod,brod,5,2,0,0,0.10,0.7782,0.02,0.4771 brogues,brogues,3,2,3,2,0.06,0.6021,0.02,0.4771 brokerages,brokerages,2,2,2,2,0.04,0.4771,0.02,0.4771 bromides,bromides,2,2,2,2,0.04,0.4771,0.02,0.4771 bronchioles,bronchioles,2,2,2,2,0.04,0.4771,0.02,0.4771 bronchopulmonary,bronchopulmonary,2,2,2,2,0.04,0.4771,0.02,0.4771 broncobuster,broncobuster,2,2,2,2,0.04,0.4771,0.02,0.4771 brooder,brooder,2,2,2,2,0.04,0.4771,0.02,0.4771 Brough,brough,5,2,1,1,0.10,0.7782,0.02,0.4771 brownouts,brownouts,2,2,2,2,0.04,0.4771,0.02,0.4771 bruja,bruja,2,2,2,2,0.04,0.4771,0.02,0.4771 brujo,brujo,3,2,2,1,0.06,0.6021,0.02,0.4771 brushfire,brushfire,2,2,2,2,0.04,0.4771,0.02,0.4771 brussel,brussel,3,2,3,2,0.06,0.6021,0.02,0.4771 bubs,bubs,2,2,2,2,0.04,0.4771,0.02,0.4771 buckboards,buckboards,2,2,1,1,0.04,0.4771,0.02,0.4771 Buckhorn,buckhorn,2,2,0,0,0.04,0.4771,0.02,0.4771 Buda,buda,3,2,0,0,0.06,0.6021,0.02,0.4771 buddie,buddie,2,2,2,2,0.04,0.4771,0.02,0.4771 Budgie,budgie,2,2,0,0,0.04,0.4771,0.02,0.4771 buffered,buffered,2,2,2,2,0.04,0.4771,0.02,0.4771 buffering,buffering,4,2,4,2,0.08,0.6990,0.02,0.4771 buglers,buglers,2,2,2,2,0.04,0.4771,0.02,0.4771 buildups,buildups,2,2,2,2,0.04,0.4771,0.02,0.4771 bulbar,bulbar,2,2,1,1,0.04,0.4771,0.02,0.4771 bulgur,bulgur,5,2,5,2,0.10,0.7782,0.02,0.4771 bulgy,bulgy,2,2,2,2,0.04,0.4771,0.02,0.4771 bulimics,bulimics,2,2,2,2,0.04,0.4771,0.02,0.4771 bulkier,bulkier,2,2,2,2,0.04,0.4771,0.02,0.4771 bulldogging,bulldogging,2,2,2,2,0.04,0.4771,0.02,0.4771 bulldozes,bulldozes,2,2,2,2,0.04,0.4771,0.02,0.4771 bulled,bulled,2,2,2,2,0.04,0.4771,0.02,0.4771 Bullfinch,bullfinch,3,2,1,1,0.06,0.6021,0.02,0.4771 bullfrogs,bullfrogs,2,2,2,2,0.04,0.4771,0.02,0.4771 bullheadedness,bullheadedness,2,2,2,2,0.04,0.4771,0.02,0.4771 bullheads,bullheads,2,2,2,2,0.04,0.4771,0.02,0.4771 bullhorns,bullhorns,2,2,2,2,0.04,0.4771,0.02,0.4771 bulwarks,bulwarks,2,2,2,2,0.04,0.4771,0.02,0.4771 bumbershoot,bumbershoot,3,2,3,2,0.06,0.6021,0.02,0.4771 bumblebees,bumblebees,2,2,1,1,0.04,0.4771,0.02,0.4771 bumpier,bumpier,2,2,2,2,0.04,0.4771,0.02,0.4771 bumpity,bumpity,10,2,8,2,0.20,1.0414,0.02,0.4771 bungholes,bungholes,2,2,2,2,0.04,0.4771,0.02,0.4771 bunglers,bunglers,3,2,3,2,0.06,0.6021,0.02,0.4771 Bungo,bungo,22,2,0,0,0.43,1.3617,0.02,0.4771 Bunning,bunning,2,2,0,0,0.04,0.4771,0.02,0.4771 Bunty,bunty,3,2,0,0,0.06,0.6021,0.02,0.4771 bunyip,bunyip,2,2,2,2,0.04,0.4771,0.02,0.4771 burgh,burgh,6,2,6,2,0.12,0.8451,0.02,0.4771 Burgher,burgher,4,2,1,1,0.08,0.6990,0.02,0.4771 burgs,burgs,2,2,2,2,0.04,0.4771,0.02,0.4771 Burian,burian,2,2,0,0,0.04,0.4771,0.02,0.4771 Burk,burk,4,2,0,0,0.08,0.6990,0.02,0.4771 burkas,burkas,2,2,1,1,0.04,0.4771,0.02,0.4771 Burkes,burkes,8,2,0,0,0.16,0.9542,0.02,0.4771 Burley,burley,56,2,0,0,1.10,1.7559,0.02,0.4771 burnished,burnished,2,2,2,2,0.04,0.4771,0.02,0.4771 buro,buro,2,2,1,1,0.04,0.4771,0.02,0.4771 burring,burring,2,2,2,2,0.04,0.4771,0.02,0.4771 bursa,bursa,3,2,3,2,0.06,0.6021,0.02,0.4771 Busby,busby,2,2,0,0,0.04,0.4771,0.02,0.4771 bushings,bushings,2,2,1,1,0.04,0.4771,0.02,0.4771 Bushwah,bushwah,2,2,0,0,0.04,0.4771,0.02,0.4771 bushwhacker,bushwhacker,2,2,1,1,0.04,0.4771,0.02,0.4771 Bushwood,bushwood,8,2,0,0,0.16,0.9542,0.02,0.4771 busied,busied,2,2,2,2,0.04,0.4771,0.02,0.4771 businessperson,businessperson,2,2,2,2,0.04,0.4771,0.02,0.4771 bustled,bustled,2,2,2,2,0.04,0.4771,0.02,0.4771 Bustles,bustles,3,2,1,1,0.06,0.6021,0.02,0.4771 butling,butling,4,2,4,2,0.08,0.6990,0.02,0.4771 butterfat,butterfat,2,2,2,2,0.04,0.4771,0.02,0.4771 Buttes,buttes,7,2,2,2,0.14,0.9031,0.02,0.4771 buttinski,buttinski,13,2,10,2,0.25,1.1461,0.02,0.4771 Buttonhook,buttonhook,3,2,1,1,0.06,0.6021,0.02,0.4771 buttress,buttress,2,2,2,2,0.04,0.4771,0.02,0.4771 buttresses,buttresses,2,2,2,2,0.04,0.4771,0.02,0.4771 buyouts,buyouts,2,2,2,2,0.04,0.4771,0.02,0.4771 buzzwords,buzzwords,2,2,2,2,0.04,0.4771,0.02,0.4771 bylines,bylines,2,2,2,2,0.04,0.4771,0.02,0.4771 Byronic,byronic,2,2,0,0,0.04,0.4771,0.02,0.4771 byword,byword,2,2,2,2,0.04,0.4771,0.02,0.4771 caba,caba,2,2,2,2,0.04,0.4771,0.02,0.4771 cabalists,cabalists,6,2,6,2,0.12,0.8451,0.02,0.4771 caballos,caballos,2,2,2,2,0.04,0.4771,0.02,0.4771 cabals,cabals,2,2,2,2,0.04,0.4771,0.02,0.4771 cabanas,cabanas,2,2,2,2,0.04,0.4771,0.02,0.4771 caber,caber,12,2,12,2,0.24,1.1139,0.02,0.4771 cabman,cabman,8,2,4,2,0.16,0.9542,0.02,0.4771 cack,cack,2,2,2,2,0.04,0.4771,0.02,0.4771 cacophonous,cacophonous,2,2,2,2,0.04,0.4771,0.02,0.4771 Cadaveric,cadaveric,4,2,1,1,0.08,0.6990,0.02,0.4771 caddies,caddies,2,2,1,1,0.04,0.4771,0.02,0.4771 cadenza,cadenza,2,2,2,2,0.04,0.4771,0.02,0.4771 cadging,cadging,3,2,3,2,0.06,0.6021,0.02,0.4771 caduceus,caduceus,2,2,1,1,0.04,0.4771,0.02,0.4771 caftans,caftans,2,2,2,2,0.04,0.4771,0.02,0.4771 cahoot,cahoot,2,2,2,2,0.04,0.4771,0.02,0.4771 cairn,cairn,3,2,3,2,0.06,0.6021,0.02,0.4771 caisson,caisson,2,2,2,2,0.04,0.4771,0.02,0.4771 caissons,caissons,6,2,6,2,0.12,0.8451,0.02,0.4771 cakey,cakey,2,2,2,2,0.04,0.4771,0.02,0.4771 calcining,calcining,2,2,2,2,0.04,0.4771,0.02,0.4771 calendared,calendared,2,2,2,2,0.04,0.4771,0.02,0.4771 calendula,calendula,2,2,2,2,0.04,0.4771,0.02,0.4771 calibrations,calibrations,2,2,2,2,0.04,0.4771,0.02,0.4771 californicus,californicus,2,2,2,2,0.04,0.4771,0.02,0.4771 californium,californium,4,2,3,2,0.08,0.6990,0.02,0.4771 calles,calles,2,2,2,2,0.04,0.4771,0.02,0.4771 callipers,callipers,2,2,1,1,0.04,0.4771,0.02,0.4771 Callo,callo,3,2,1,1,0.06,0.6021,0.02,0.4771 calomel,calomel,6,2,6,2,0.12,0.8451,0.02,0.4771 cambrian,cambrian,5,2,5,2,0.10,0.7782,0.02,0.4771 camcorders,camcorders,3,2,3,2,0.06,0.6021,0.02,0.4771 camelback,camelback,2,2,1,1,0.04,0.4771,0.02,0.4771 camerawork,camerawork,2,2,1,1,0.04,0.4771,0.02,0.4771 camion,camion,2,2,2,2,0.04,0.4771,0.02,0.4771 camomile,camomile,2,2,2,2,0.04,0.4771,0.02,0.4771 Campeche,campeche,2,2,0,0,0.04,0.4771,0.02,0.4771 Campos,campos,3,2,0,0,0.06,0.6021,0.02,0.4771 camshafts,camshafts,2,2,2,2,0.04,0.4771,0.02,0.4771 Canaanite,canaanite,2,2,0,0,0.04,0.4771,0.02,0.4771 Canaanites,canaanites,2,2,0,0,0.04,0.4771,0.02,0.4771 canape,canape,2,2,1,1,0.04,0.4771,0.02,0.4771 Candela,candela,2,2,0,0,0.04,0.4771,0.02,0.4771 candida,candida,2,2,1,1,0.04,0.4771,0.02,0.4771 Candide,candide,2,2,0,0,0.04,0.4771,0.02,0.4771 candiru,candiru,2,2,2,2,0.04,0.4771,0.02,0.4771 candyfloss,candyfloss,2,2,1,1,0.04,0.4771,0.02,0.4771 cannelle,cannelle,2,2,2,2,0.04,0.4771,0.02,0.4771 canner,canner,4,2,2,1,0.08,0.6990,0.02,0.4771 canneries,canneries,2,2,2,2,0.04,0.4771,0.02,0.4771 cannibalise,cannibalise,2,2,2,2,0.04,0.4771,0.02,0.4771 cannibalized,cannibalized,3,2,2,2,0.06,0.6021,0.02,0.4771 cannister,cannister,2,2,2,2,0.04,0.4771,0.02,0.4771 canonize,canonize,2,2,2,2,0.04,0.4771,0.02,0.4771 cantabile,cantabile,2,2,2,2,0.04,0.4771,0.02,0.4771 Cantare,cantare,4,2,1,1,0.08,0.6990,0.02,0.4771 cantatas,cantatas,4,2,4,2,0.08,0.6990,0.02,0.4771 capably,capably,2,2,2,2,0.04,0.4771,0.02,0.4771 capitalisation,capitalisation,2,2,2,2,0.04,0.4771,0.02,0.4771 capitalised,capitalised,2,2,2,2,0.04,0.4771,0.02,0.4771 capitols,capitols,2,2,1,1,0.04,0.4771,0.02,0.4771 capitulating,capitulating,2,2,1,1,0.04,0.4771,0.02,0.4771 caplet,caplet,2,2,2,2,0.04,0.4771,0.02,0.4771 Caplin,caplin,2,2,0,0,0.04,0.4771,0.02,0.4771 capon,capon,4,2,4,2,0.08,0.6990,0.02,0.4771 caprices,caprices,2,2,2,2,0.04,0.4771,0.02,0.4771 capsaicin,capsaicin,3,2,3,2,0.06,0.6021,0.02,0.4771 capsular,capsular,3,2,3,2,0.06,0.6021,0.02,0.4771 captaincy,captaincy,2,2,2,2,0.04,0.4771,0.02,0.4771 capuchin,capuchin,5,2,3,1,0.10,0.7782,0.02,0.4771 Caput,caput,2,2,0,0,0.04,0.4771,0.02,0.4771 capybaras,capybaras,2,2,2,2,0.04,0.4771,0.02,0.4771 Carabid,carabid,2,2,0,0,0.04,0.4771,0.02,0.4771 carabinieri,carabinieri,3,2,2,2,0.06,0.6021,0.02,0.4771 carbines,carbines,2,2,2,2,0.04,0.4771,0.02,0.4771 carbonaceous,carbonaceous,3,2,3,2,0.06,0.6021,0.02,0.4771 Carbone,carbone,7,2,0,0,0.14,0.9031,0.02,0.4771 carbonic,carbonic,2,2,2,2,0.04,0.4771,0.02,0.4771 Carborundum,carborundum,7,2,2,1,0.14,0.9031,0.02,0.4771 carboxyhemoglobin,carboxyhemoglobin,2,2,2,2,0.04,0.4771,0.02,0.4771 cardiograms,cardiograms,2,2,2,2,0.04,0.4771,0.02,0.4771 careened,careened,3,2,3,2,0.06,0.6021,0.02,0.4771 careworn,careworn,2,2,2,2,0.04,0.4771,0.02,0.4771 carhop,carhop,2,2,2,2,0.04,0.4771,0.02,0.4771 caricatured,caricatured,2,2,2,2,0.04,0.4771,0.02,0.4771 caricaturing,caricaturing,3,2,3,2,0.06,0.6021,0.02,0.4771 Carina,carina,11,2,1,1,0.22,1.0792,0.02,0.4771 carjackings,carjackings,2,2,1,1,0.04,0.4771,0.02,0.4771 Carmelite,carmelite,2,2,0,0,0.04,0.4771,0.02,0.4771 Carnac,carnac,2,2,0,0,0.04,0.4771,0.02,0.4771 carnauba,carnauba,2,2,1,1,0.04,0.4771,0.02,0.4771 carolling,carolling,3,2,3,2,0.06,0.6021,0.02,0.4771 carotene,carotene,7,2,7,2,0.14,0.9031,0.02,0.4771 carotids,carotids,2,2,2,2,0.04,0.4771,0.02,0.4771 carpel,carpel,2,2,2,2,0.04,0.4771,0.02,0.4771 carpetbag,carpetbag,3,2,3,2,0.06,0.6021,0.02,0.4771 carps,carps,2,2,2,2,0.04,0.4771,0.02,0.4771 carrozza,carrozza,3,2,3,2,0.06,0.6021,0.02,0.4771 carryall,carryall,4,2,3,1,0.08,0.6990,0.02,0.4771 carryout,carryout,2,2,2,2,0.04,0.4771,0.02,0.4771 cartage,cartage,2,2,1,1,0.04,0.4771,0.02,0.4771 Cartes,cartes,4,2,1,1,0.08,0.6990,0.02,0.4771 cartilaginous,cartilaginous,2,2,1,1,0.04,0.4771,0.02,0.4771 cartographic,cartographic,2,2,2,2,0.04,0.4771,0.02,0.4771 cartwheeling,cartwheeling,2,2,1,1,0.04,0.4771,0.02,0.4771 Caryl,caryl,19,2,0,0,0.37,1.3010,0.02,0.4771 casal,casal,2,2,1,1,0.04,0.4771,0.02,0.4771 Casanovas,casanovas,2,2,0,0,0.04,0.4771,0.02,0.4771 casco,casco,3,2,3,2,0.06,0.6021,0.02,0.4771 casebook,casebook,2,2,2,2,0.04,0.4771,0.02,0.4771 caseful,caseful,2,2,2,2,0.04,0.4771,0.02,0.4771 caseless,caseless,2,2,2,2,0.04,0.4771,0.02,0.4771 casement,casement,2,2,2,2,0.04,0.4771,0.02,0.4771 casements,casements,2,2,2,2,0.04,0.4771,0.02,0.4771 cashbox,cashbox,4,2,3,1,0.08,0.6990,0.02,0.4771 cashiered,cashiered,2,2,2,2,0.04,0.4771,0.02,0.4771 Casitas,casitas,7,2,0,0,0.14,0.9031,0.02,0.4771 Casse,casse,6,2,0,0,0.12,0.8451,0.02,0.4771 cassis,cassis,4,2,2,1,0.08,0.6990,0.02,0.4771 cassone,cassone,2,2,1,1,0.04,0.4771,0.02,0.4771 Cassy,cassy,2,2,0,0,0.04,0.4771,0.02,0.4771 Castalia,castalia,11,2,0,0,0.22,1.0792,0.02,0.4771 catalepsy,catalepsy,9,2,8,2,0.18,1.0000,0.02,0.4771 catalpa,catalpa,3,2,2,1,0.06,0.6021,0.02,0.4771 catamaran,catamaran,3,2,3,2,0.06,0.6021,0.02,0.4771 catamite,catamite,2,2,1,1,0.04,0.4771,0.02,0.4771 catchable,catchable,3,2,3,2,0.06,0.6021,0.02,0.4771 categorised,categorised,2,2,2,2,0.04,0.4771,0.02,0.4771 Catlin,catlin,4,2,0,0,0.08,0.6990,0.02,0.4771 catnapped,catnapped,4,2,4,2,0.08,0.6990,0.02,0.4771 catnapper,catnapper,4,2,3,2,0.08,0.6990,0.02,0.4771 cattery,cattery,2,2,2,2,0.04,0.4771,0.02,0.4771 Caucasoid,caucasoid,2,2,0,0,0.04,0.4771,0.02,0.4771 cauchemar,cauchemar,2,2,2,2,0.04,0.4771,0.02,0.4771 caucuses,caucuses,2,2,1,1,0.04,0.4771,0.02,0.4771 cauldrons,cauldrons,2,2,2,2,0.04,0.4771,0.02,0.4771 causer,causer,4,2,4,2,0.08,0.6990,0.02,0.4771 cauterised,cauterised,3,2,3,2,0.06,0.6021,0.02,0.4771 cautions,cautions,2,2,2,2,0.04,0.4771,0.02,0.4771 Cavaliere,cavaliere,4,2,0,0,0.08,0.6990,0.02,0.4771 cavalierly,cavalierly,2,2,2,2,0.04,0.4771,0.02,0.4771 cavelike,cavelike,2,2,2,2,0.04,0.4771,0.02,0.4771 cavorts,cavorts,2,2,2,2,0.04,0.4771,0.02,0.4771 Cay,cay,6,2,0,0,0.12,0.8451,0.02,0.4771 Cayuga,cayuga,5,2,0,0,0.10,0.7782,0.02,0.4771 cayuse,cayuse,2,2,2,2,0.04,0.4771,0.02,0.4771 Ccw,ccw,2,2,0,0,0.04,0.4771,0.02,0.4771 ceded,ceded,2,2,2,2,0.04,0.4771,0.02,0.4771 ceding,ceding,2,2,2,2,0.04,0.4771,0.02,0.4771 ceilidh,ceilidh,3,2,3,2,0.06,0.6021,0.02,0.4771 cellists,cellists,2,2,2,2,0.04,0.4771,0.02,0.4771 cements,cements,2,2,2,2,0.04,0.4771,0.02,0.4771 centerline,centerline,2,2,2,2,0.04,0.4771,0.02,0.4771 centimes,centimes,2,2,2,2,0.04,0.4771,0.02,0.4771 centralizing,centralizing,2,2,2,2,0.04,0.4771,0.02,0.4771 centripetal,centripetal,2,2,2,2,0.04,0.4771,0.02,0.4771 cephalexin,cephalexin,3,2,2,1,0.06,0.6021,0.02,0.4771 cephalic,cephalic,2,2,2,2,0.04,0.4771,0.02,0.4771 cerebrospinal,cerebrospinal,2,2,2,2,0.04,0.4771,0.02,0.4771 Ceres,ceres,8,2,0,0,0.16,0.9542,0.02,0.4771 certifications,certifications,2,2,2,2,0.04,0.4771,0.02,0.4771 Certs,certs,4,2,0,0,0.08,0.6990,0.02,0.4771 Cesare,cesare,34,2,0,0,0.67,1.5441,0.02,0.4771 cesareans,cesareans,2,2,1,1,0.04,0.4771,0.02,0.4771 Cetacean,cetacean,5,2,2,2,0.10,0.7782,0.02,0.4771 Cetus,cetus,3,2,1,1,0.06,0.6021,0.02,0.4771 ceviche,ceviche,2,2,2,2,0.04,0.4771,0.02,0.4771 chairlift,chairlift,3,2,3,2,0.06,0.6021,0.02,0.4771 chairmen,chairmen,2,2,2,2,0.04,0.4771,0.02,0.4771 chakram,chakram,5,2,5,2,0.10,0.7782,0.02,0.4771 chalking,chalking,2,2,2,2,0.04,0.4771,0.02,0.4771 cham,cham,2,2,1,1,0.04,0.4771,0.02,0.4771 chamberlains,chamberlains,2,2,1,1,0.04,0.4771,0.02,0.4771 chametz,chametz,2,2,1,1,0.04,0.4771,0.02,0.4771 championing,championing,2,2,2,2,0.04,0.4771,0.02,0.4771 Chancellery,chancellery,7,2,1,1,0.14,0.9031,0.02,0.4771 Chanchito,chanchito,3,2,0,0,0.06,0.6021,0.02,0.4771 chandlery,chandlery,2,2,2,2,0.04,0.4771,0.02,0.4771 Chandu,chandu,2,2,0,0,0.04,0.4771,0.02,0.4771 changeovers,changeovers,2,2,2,2,0.04,0.4771,0.02,0.4771 chanticleer,chanticleer,2,2,1,1,0.04,0.4771,0.02,0.4771 chapbook,chapbook,2,2,2,2,0.04,0.4771,0.02,0.4771 chara,chara,2,2,1,1,0.04,0.4771,0.02,0.4771 characterisations,characterisations,2,2,2,2,0.04,0.4771,0.02,0.4771 characterizes,characterizes,2,2,2,2,0.04,0.4771,0.02,0.4771 charbroiling,charbroiling,2,2,2,2,0.04,0.4771,0.02,0.4771 charioteer,charioteer,2,2,2,2,0.04,0.4771,0.02,0.4771 charioteers,charioteers,2,2,2,2,0.04,0.4771,0.02,0.4771 Charro,charro,2,2,0,0,0.04,0.4771,0.02,0.4771 Charybdis,charybdis,12,2,0,0,0.24,1.1139,0.02,0.4771 chasten,chasten,2,2,2,2,0.04,0.4771,0.02,0.4771 chateaus,chateaus,2,2,2,2,0.04,0.4771,0.02,0.4771 Chatelet,chatelet,2,2,0,0,0.04,0.4771,0.02,0.4771 chaussures,chaussures,2,2,2,2,0.04,0.4771,0.02,0.4771 Chautauqua,chautauqua,3,2,0,0,0.06,0.6021,0.02,0.4771 cheapie,cheapie,3,2,2,2,0.06,0.6021,0.02,0.4771 cheapness,cheapness,2,2,2,2,0.04,0.4771,0.02,0.4771 cheerfulness,cheerfulness,2,2,2,2,0.04,0.4771,0.02,0.4771 cheeriest,cheeriest,2,2,2,2,0.04,0.4771,0.02,0.4771 cheerily,cheerily,2,2,2,2,0.04,0.4771,0.02,0.4771 cheerless,cheerless,2,2,2,2,0.04,0.4771,0.02,0.4771 cheeseboard,cheeseboard,2,2,2,2,0.04,0.4771,0.02,0.4771 cheesecloth,cheesecloth,2,2,2,2,0.04,0.4771,0.02,0.4771 cheesing,cheesing,2,2,2,2,0.04,0.4771,0.02,0.4771 chelation,chelation,3,2,3,2,0.06,0.6021,0.02,0.4771 chello,chello,7,2,5,2,0.14,0.9031,0.02,0.4771 chemmy,chemmy,2,2,2,2,0.04,0.4771,0.02,0.4771 Chenier,chenier,2,2,0,0,0.04,0.4771,0.02,0.4771 chequebooks,chequebooks,2,2,2,2,0.04,0.4771,0.02,0.4771 chequered,chequered,2,2,2,2,0.04,0.4771,0.02,0.4771 chequers,chequers,2,2,2,2,0.04,0.4771,0.02,0.4771 cherubic,cherubic,2,2,2,2,0.04,0.4771,0.02,0.4771 cherubim,cherubim,2,2,2,2,0.04,0.4771,0.02,0.4771 chervil,chervil,3,2,2,2,0.06,0.6021,0.02,0.4771 chessboards,chessboards,2,2,1,1,0.04,0.4771,0.02,0.4771 Chesser,chesser,2,2,0,0,0.04,0.4771,0.02,0.4771 chessman,chessman,2,2,1,1,0.04,0.4771,0.02,0.4771 Chesterfields,chesterfields,2,2,0,0,0.04,0.4771,0.02,0.4771 Cheyennes,cheyennes,4,2,0,0,0.08,0.6990,0.02,0.4771 Chiao,chiao,6,2,0,0,0.12,0.8451,0.02,0.4771 chiasm,chiasm,2,2,2,2,0.04,0.4771,0.02,0.4771 chichi,chichi,2,2,2,2,0.04,0.4771,0.02,0.4771 chiefest,chiefest,2,2,1,1,0.04,0.4771,0.02,0.4771 chiggers,chiggers,2,2,1,1,0.04,0.4771,0.02,0.4771 Chil,chil,3,2,1,1,0.06,0.6021,0.02,0.4771 chilblains,chilblains,2,2,2,2,0.04,0.4771,0.02,0.4771 childbed,childbed,2,2,2,2,0.04,0.4771,0.02,0.4771 Chiles,chiles,2,2,0,0,0.04,0.4771,0.02,0.4771 chilidogs,chilidogs,2,2,2,2,0.04,0.4771,0.02,0.4771 chiller,chiller,3,2,3,2,0.06,0.6021,0.02,0.4771 chinaware,chinaware,2,2,2,2,0.04,0.4771,0.02,0.4771 chinch,chinch,2,2,2,2,0.04,0.4771,0.02,0.4771 chinning,chinning,2,2,2,2,0.04,0.4771,0.02,0.4771 Chippers,chippers,11,2,0,0,0.22,1.0792,0.02,0.4771 Chippewas,chippewas,3,2,0,0,0.06,0.6021,0.02,0.4771 Chiro,chiro,5,2,0,0,0.10,0.7782,0.02,0.4771 chiropodist,chiropodist,3,2,3,2,0.06,0.6021,0.02,0.4771 Chirruping,chirruping,6,2,0,0,0.12,0.8451,0.02,0.4771 chloroformed,chloroformed,3,2,3,2,0.06,0.6021,0.02,0.4771 chloromethane,chloromethane,2,2,2,2,0.04,0.4771,0.02,0.4771 chloroquine,chloroquine,6,2,4,1,0.12,0.8451,0.02,0.4771 choiring,choiring,3,2,3,2,0.06,0.6021,0.02,0.4771 chokers,chokers,2,2,1,1,0.04,0.4771,0.02,0.4771 Chokey,chokey,7,2,0,0,0.14,0.9031,0.02,0.4771 choky,choky,2,2,1,1,0.04,0.4771,0.02,0.4771 cholangitis,cholangitis,3,2,3,2,0.06,0.6021,0.02,0.4771 chooser,chooser,2,2,2,2,0.04,0.4771,0.02,0.4771 choosey,choosey,2,2,2,2,0.04,0.4771,0.02,0.4771 chordata,chordata,2,2,2,2,0.04,0.4771,0.02,0.4771 choreographing,choreographing,2,2,2,2,0.04,0.4771,0.02,0.4771 chortling,chortling,2,2,2,2,0.04,0.4771,0.02,0.4771 chowderhead,chowderhead,2,2,2,2,0.04,0.4771,0.02,0.4771 chowhound,chowhound,2,2,2,2,0.04,0.4771,0.02,0.4771 Chrestomathy,chrestomathy,3,2,0,0,0.06,0.6021,0.02,0.4771 Christies,christies,2,2,0,0,0.04,0.4771,0.02,0.4771 Chroma,chroma,3,2,1,1,0.06,0.6021,0.02,0.4771 chromeplated,chromeplated,2,2,2,2,0.04,0.4771,0.02,0.4771 chroniclers,chroniclers,2,2,2,2,0.04,0.4771,0.02,0.4771 chronograph,chronograph,2,2,1,1,0.04,0.4771,0.02,0.4771 chronometric,chronometric,3,2,3,2,0.06,0.6021,0.02,0.4771 chugger,chugger,3,2,2,1,0.06,0.6021,0.02,0.4771 Chugs,chugs,2,2,0,0,0.04,0.4771,0.02,0.4771 chumped,chumped,3,2,3,2,0.06,0.6021,0.02,0.4771 Chungking,chungking,3,2,0,0,0.06,0.6021,0.02,0.4771 chunking,chunking,3,2,3,2,0.06,0.6021,0.02,0.4771 churching,churching,2,2,2,2,0.04,0.4771,0.02,0.4771 churchy,churchy,3,2,2,2,0.06,0.6021,0.02,0.4771 churchyards,churchyards,3,2,3,2,0.06,0.6021,0.02,0.4771 cicada,cicada,3,2,3,2,0.06,0.6021,0.02,0.4771 cilia,cilia,2,2,2,2,0.04,0.4771,0.02,0.4771 Cimmerian,cimmerian,3,2,0,0,0.06,0.6021,0.02,0.4771 cinematically,cinematically,2,2,2,2,0.04,0.4771,0.02,0.4771 cioppino,cioppino,2,2,2,2,0.04,0.4771,0.02,0.4771 ciphertext,ciphertext,3,2,3,2,0.06,0.6021,0.02,0.4771 circadian,circadian,6,2,6,2,0.12,0.8451,0.02,0.4771 circuitous,circuitous,2,2,2,2,0.04,0.4771,0.02,0.4771 circulations,circulations,2,2,2,2,0.04,0.4771,0.02,0.4771 circumscribed,circumscribed,2,2,2,2,0.04,0.4771,0.02,0.4771 cit,cit,2,2,1,1,0.04,0.4771,0.02,0.4771 citric,citric,2,2,2,2,0.04,0.4771,0.02,0.4771 cityscape,cityscape,2,2,2,2,0.04,0.4771,0.02,0.4771 civvy,civvy,2,2,1,1,0.04,0.4771,0.02,0.4771 clamber,clamber,2,2,2,2,0.04,0.4771,0.02,0.4771 clamors,clamors,2,2,2,2,0.04,0.4771,0.02,0.4771 clampdown,clampdown,2,2,2,2,0.04,0.4771,0.02,0.4771 clanked,clanked,2,2,2,2,0.04,0.4771,0.02,0.4771 clansman,clansman,3,2,3,2,0.06,0.6021,0.02,0.4771 clapboard,clapboard,2,2,2,2,0.04,0.4771,0.02,0.4771 Clar,clar,2,2,0,0,0.04,0.4771,0.02,0.4771 clarifications,clarifications,2,2,2,2,0.04,0.4771,0.02,0.4771 clarifier,clarifier,2,2,2,2,0.04,0.4771,0.02,0.4771 clarinets,clarinets,2,2,1,1,0.04,0.4771,0.02,0.4771 classifications,classifications,2,2,1,1,0.04,0.4771,0.02,0.4771 classism,classism,2,2,2,2,0.04,0.4771,0.02,0.4771 classmen,classmen,2,2,2,2,0.04,0.4771,0.02,0.4771 Clave,clave,5,2,1,1,0.10,0.7782,0.02,0.4771 clavicles,clavicles,2,2,2,2,0.04,0.4771,0.02,0.4771 Clavier,clavier,2,2,0,0,0.04,0.4771,0.02,0.4771 Clayman,clayman,15,2,0,0,0.29,1.2041,0.02,0.4771 clays,clays,2,2,1,1,0.04,0.4771,0.02,0.4771 cleanness,cleanness,2,2,2,2,0.04,0.4771,0.02,0.4771 cleavers,cleavers,2,2,1,1,0.04,0.4771,0.02,0.4771 clept,clept,2,2,2,2,0.04,0.4771,0.02,0.4771 clerked,clerked,3,2,3,2,0.06,0.6021,0.02,0.4771 clifftop,clifftop,2,2,2,2,0.04,0.4771,0.02,0.4771 Cliffy,cliffy,2,2,0,0,0.04,0.4771,0.02,0.4771 climaxing,climaxing,2,2,2,2,0.04,0.4771,0.02,0.4771 clinching,clinching,2,2,2,2,0.04,0.4771,0.02,0.4771 clinger,clinger,4,2,2,2,0.08,0.6990,0.02,0.4771 clinicians,clinicians,3,2,2,2,0.06,0.6021,0.02,0.4771 cliquey,cliquey,3,2,3,2,0.06,0.6021,0.02,0.4771 Clk,clk,2,2,0,0,0.04,0.4771,0.02,0.4771 cloaca,cloaca,3,2,3,2,0.06,0.6021,0.02,0.4771 clobberer,clobberer,2,2,1,1,0.04,0.4771,0.02,0.4771 clotheshorse,clotheshorse,2,2,2,2,0.04,0.4771,0.02,0.4771 clotheslines,clotheslines,2,2,2,2,0.04,0.4771,0.02,0.4771 clothier,clothier,2,2,2,2,0.04,0.4771,0.02,0.4771 Clothiers,clothiers,2,2,0,0,0.04,0.4771,0.02,0.4771 cloudburst,cloudburst,2,2,2,2,0.04,0.4771,0.02,0.4771 clouts,clouts,2,2,2,2,0.04,0.4771,0.02,0.4771 clowned,clowned,2,2,2,2,0.04,0.4771,0.02,0.4771 clownish,clownish,2,2,2,2,0.04,0.4771,0.02,0.4771 cloy,cloy,2,2,1,1,0.04,0.4771,0.02,0.4771 cloying,cloying,2,2,2,2,0.04,0.4771,0.02,0.4771 clubhouses,clubhouses,2,2,2,2,0.04,0.4771,0.02,0.4771 clubwoman,clubwoman,3,2,3,2,0.06,0.6021,0.02,0.4771 clucked,clucked,2,2,2,2,0.04,0.4771,0.02,0.4771 Clum,clum,6,2,0,0,0.12,0.8451,0.02,0.4771 clumped,clumped,2,2,2,2,0.04,0.4771,0.02,0.4771 clumsier,clumsier,2,2,2,2,0.04,0.4771,0.02,0.4771 clustering,clustering,2,2,2,2,0.04,0.4771,0.02,0.4771 clutchy,clutchy,2,2,2,2,0.04,0.4771,0.02,0.4771 coagulant,coagulant,3,2,3,2,0.06,0.6021,0.02,0.4771 coagulated,coagulated,2,2,1,1,0.04,0.4771,0.02,0.4771 coagulates,coagulates,2,2,2,2,0.04,0.4771,0.02,0.4771 coalitions,coalitions,3,2,2,2,0.06,0.6021,0.02,0.4771 coatrack,coatrack,4,2,4,2,0.08,0.6990,0.02,0.4771 coauthors,coauthors,2,2,2,2,0.04,0.4771,0.02,0.4771 cobber,cobber,2,2,2,2,0.04,0.4771,0.02,0.4771 Cobbs,cobbs,3,2,0,0,0.06,0.6021,0.02,0.4771 Cobby,cobby,27,2,0,0,0.53,1.4472,0.02,0.4771 cobs,cobs,2,2,2,2,0.04,0.4771,0.02,0.4771 cocain,cocain,5,2,5,2,0.10,0.7782,0.02,0.4771 cockamamy,cockamamy,2,2,2,2,0.04,0.4771,0.02,0.4771 cockatiel,cockatiel,2,2,2,2,0.04,0.4771,0.02,0.4771 cockfighting,cockfighting,5,2,5,2,0.10,0.7782,0.02,0.4771 cocktailing,cocktailing,3,2,2,2,0.06,0.6021,0.02,0.4771 Cockup,cockup,3,2,1,1,0.06,0.6021,0.02,0.4771 codependency,codependency,2,2,2,2,0.04,0.4771,0.02,0.4771 coder,coder,6,2,6,2,0.12,0.8451,0.02,0.4771 codicils,codicils,2,2,2,2,0.04,0.4771,0.02,0.4771 codling,codling,2,2,2,2,0.04,0.4771,0.02,0.4771 coelenterata,coelenterata,3,2,3,2,0.06,0.6021,0.02,0.4771 Coenzyme,coenzyme,2,2,0,0,0.04,0.4771,0.02,0.4771 coerces,coerces,2,2,2,2,0.04,0.4771,0.02,0.4771 coercively,coercively,2,2,2,2,0.04,0.4771,0.02,0.4771 coexisted,coexisted,2,2,2,2,0.04,0.4771,0.02,0.4771 coff,coff,2,2,1,1,0.04,0.4771,0.02,0.4771 coffeemakers,coffeemakers,4,2,4,2,0.08,0.6990,0.02,0.4771 cogitate,cogitate,3,2,2,2,0.06,0.6021,0.02,0.4771 cogito,cogito,2,2,2,2,0.04,0.4771,0.02,0.4771 cognitively,cognitively,2,2,2,2,0.04,0.4771,0.02,0.4771 cohabitate,cohabitate,2,2,2,2,0.04,0.4771,0.02,0.4771 cohabitation,cohabitation,2,2,2,2,0.04,0.4771,0.02,0.4771 coifed,coifed,2,2,2,2,0.04,0.4771,0.02,0.4771 coiffeur,coiffeur,2,2,2,2,0.04,0.4771,0.02,0.4771 coiling,coiling,2,2,2,2,0.04,0.4771,0.02,0.4771 coincidently,coincidently,2,2,2,2,0.04,0.4771,0.02,0.4771 collaborates,collaborates,2,2,2,2,0.04,0.4771,0.02,0.4771 collages,collages,3,2,3,2,0.06,0.6021,0.02,0.4771 collarbones,collarbones,2,2,2,2,0.04,0.4771,0.02,0.4771 collards,collards,2,2,2,2,0.04,0.4771,0.02,0.4771 collated,collated,2,2,2,2,0.04,0.4771,0.02,0.4771 Collet,collet,4,2,1,1,0.08,0.6990,0.02,0.4771 collides,collides,2,2,2,2,0.04,0.4771,0.02,0.4771 colliers,colliers,2,2,1,1,0.04,0.4771,0.02,0.4771 colloquialisms,colloquialisms,2,2,2,2,0.04,0.4771,0.02,0.4771 colly,colly,2,2,2,2,0.04,0.4771,0.02,0.4771 collywobbles,collywobbles,2,2,2,2,0.04,0.4771,0.02,0.4771 colonialist,colonialist,2,2,2,2,0.04,0.4771,0.02,0.4771 colonialists,colonialists,3,2,3,2,0.06,0.6021,0.02,0.4771 colonist,colonist,3,2,3,2,0.06,0.6021,0.02,0.4771 colonizers,colonizers,2,2,2,2,0.04,0.4771,0.02,0.4771 coloratura,coloratura,2,2,2,2,0.04,0.4771,0.02,0.4771 colorings,colorings,2,2,2,2,0.04,0.4771,0.02,0.4771 Colossians,colossians,2,2,0,0,0.04,0.4771,0.02,0.4771 coloureds,coloureds,3,2,3,2,0.06,0.6021,0.02,0.4771 colourless,colourless,2,2,2,2,0.04,0.4771,0.02,0.4771 combating,combating,2,2,1,1,0.04,0.4771,0.02,0.4771 combattants,combattants,2,2,2,2,0.04,0.4771,0.02,0.4771 combusted,combusted,2,2,2,2,0.04,0.4771,0.02,0.4771 cometary,cometary,2,2,1,1,0.04,0.4771,0.02,0.4771 comfortless,comfortless,2,2,2,2,0.04,0.4771,0.02,0.4771 commemorates,commemorates,2,2,2,2,0.04,0.4771,0.02,0.4771 commending,commending,2,2,1,1,0.04,0.4771,0.02,0.4771 commercialization,commercialization,4,2,4,2,0.08,0.6990,0.02,0.4771 commingle,commingle,2,2,2,2,0.04,0.4771,0.02,0.4771 commingled,commingled,6,2,6,2,0.12,0.8451,0.02,0.4771 Commiserations,commiserations,2,2,0,0,0.04,0.4771,0.02,0.4771 commissariat,commissariat,3,2,3,2,0.06,0.6021,0.02,0.4771 committable,committable,2,2,2,2,0.04,0.4771,0.02,0.4771 committeewoman,committeewoman,2,2,1,1,0.04,0.4771,0.02,0.4771 commonest,commonest,3,2,3,2,0.06,0.6021,0.02,0.4771 communally,communally,2,2,2,2,0.04,0.4771,0.02,0.4771 communed,communed,2,2,2,2,0.04,0.4771,0.02,0.4771 communis,communis,3,2,2,1,0.06,0.6021,0.02,0.4771 commutation,commutation,2,2,2,2,0.04,0.4771,0.02,0.4771 companero,companero,2,2,2,2,0.04,0.4771,0.02,0.4771 companeros,companeros,2,2,1,1,0.04,0.4771,0.02,0.4771 compartmentalizing,compartmentalizing,2,2,1,1,0.04,0.4771,0.02,0.4771 compassed,compassed,2,2,2,2,0.04,0.4771,0.02,0.4771 compassionately,compassionately,3,2,3,2,0.06,0.6021,0.02,0.4771 competences,competences,2,2,2,2,0.04,0.4771,0.02,0.4771 competently,competently,2,2,2,2,0.04,0.4771,0.02,0.4771 compiler,compiler,7,2,6,2,0.14,0.9031,0.02,0.4771 complexions,complexions,2,2,2,2,0.04,0.4771,0.02,0.4771 comporting,comporting,2,2,2,2,0.04,0.4771,0.02,0.4771 comportment,comportment,2,2,2,2,0.04,0.4771,0.02,0.4771 compressors,compressors,2,2,2,2,0.04,0.4771,0.02,0.4771 compte,compte,2,2,2,2,0.04,0.4771,0.02,0.4771 compulsories,compulsories,2,2,2,2,0.04,0.4771,0.02,0.4771 computes,computes,2,2,2,2,0.04,0.4771,0.02,0.4771 concatenate,concatenate,2,2,2,2,0.04,0.4771,0.02,0.4771 Concentrator,concentrator,5,2,1,1,0.10,0.7782,0.02,0.4771 Concertos,concertos,2,2,0,0,0.04,0.4771,0.02,0.4771 concha,concha,2,2,1,1,0.04,0.4771,0.02,0.4771 conciliatory,conciliatory,3,2,3,2,0.06,0.6021,0.02,0.4771 conclave,conclave,2,2,1,1,0.04,0.4771,0.02,0.4771 concurrence,concurrence,2,2,2,2,0.04,0.4771,0.02,0.4771 cond,cond,3,2,3,2,0.06,0.6021,0.02,0.4771 condescendingly,condescendingly,2,2,2,2,0.04,0.4771,0.02,0.4771 condors,condors,4,2,2,2,0.08,0.6990,0.02,0.4771 Conelrad,conelrad,4,2,0,0,0.08,0.6990,0.02,0.4771 coneys,coneys,2,2,1,1,0.04,0.4771,0.02,0.4771 confabulating,confabulating,2,2,2,2,0.04,0.4771,0.02,0.4771 confectioner,confectioner,2,2,2,2,0.04,0.4771,0.02,0.4771 confectionery,confectionery,2,2,2,2,0.04,0.4771,0.02,0.4771 confections,confections,2,2,2,2,0.04,0.4771,0.02,0.4771 confiscation,confiscation,2,2,2,2,0.04,0.4771,0.02,0.4771 confit,confit,2,2,2,2,0.04,0.4771,0.02,0.4771 Conformable,conformable,3,2,1,1,0.06,0.6021,0.02,0.4771 confreres,confreres,2,2,2,2,0.04,0.4771,0.02,0.4771 Confucian,confucian,2,2,0,0,0.04,0.4771,0.02,0.4771 conjecturing,conjecturing,2,2,2,2,0.04,0.4771,0.02,0.4771 conjugated,conjugated,2,2,2,2,0.04,0.4771,0.02,0.4771 conjugations,conjugations,2,2,2,2,0.04,0.4771,0.02,0.4771 conjunctival,conjunctival,2,2,2,2,0.04,0.4771,0.02,0.4771 conjuration,conjuration,2,2,2,2,0.04,0.4771,0.02,0.4771 conjurers,conjurers,2,2,1,1,0.04,0.4771,0.02,0.4771 connectedness,connectedness,2,2,2,2,0.04,0.4771,0.02,0.4771 connective,connective,2,2,2,2,0.04,0.4771,0.02,0.4771 connive,connive,2,2,2,2,0.04,0.4771,0.02,0.4771 connote,connote,2,2,2,2,0.04,0.4771,0.02,0.4771 Consarn,consarn,15,2,6,2,0.29,1.2041,0.02,0.4771 consarned,consarned,2,2,1,1,0.04,0.4771,0.02,0.4771 consciousnesses,consciousnesses,2,2,2,2,0.04,0.4771,0.02,0.4771 consecration,consecration,2,2,2,2,0.04,0.4771,0.02,0.4771 consequential,consequential,2,2,2,2,0.04,0.4771,0.02,0.4771 conservationist,conservationist,3,2,3,2,0.06,0.6021,0.02,0.4771 conservatoire,conservatoire,7,2,4,1,0.14,0.9031,0.02,0.4771 consolations,consolations,2,2,2,2,0.04,0.4771,0.02,0.4771 conspiration,conspiration,2,2,2,2,0.04,0.4771,0.02,0.4771 constrain,constrain,2,2,2,2,0.04,0.4771,0.02,0.4771 constraint,constraint,2,2,2,2,0.04,0.4771,0.02,0.4771 constrict,constrict,3,2,3,2,0.06,0.6021,0.02,0.4771 constriction,constriction,3,2,3,2,0.06,0.6021,0.02,0.4771 Constructors,constructors,2,2,0,0,0.04,0.4771,0.02,0.4771 consumedly,consumedly,2,2,2,2,0.04,0.4771,0.02,0.4771 contaminant,contaminant,3,2,3,2,0.06,0.6021,0.02,0.4771 Conte,conte,2,2,0,0,0.04,0.4771,0.02,0.4771 contendere,contendere,2,2,2,2,0.04,0.4771,0.02,0.4771 contently,contently,2,2,2,2,0.04,0.4771,0.02,0.4771 contestation,contestation,2,2,2,2,0.04,0.4771,0.02,0.4771 contextual,contextual,2,2,2,2,0.04,0.4771,0.02,0.4771 contextualizing,contextualizing,2,2,1,1,0.04,0.4771,0.02,0.4771 contiguous,contiguous,3,2,3,2,0.06,0.6021,0.02,0.4771 contingents,contingents,2,2,2,2,0.04,0.4771,0.02,0.4771 contorts,contorts,2,2,2,2,0.04,0.4771,0.02,0.4771 contouring,contouring,2,2,2,2,0.04,0.4771,0.02,0.4771 contra,contra,3,2,2,1,0.06,0.6021,0.02,0.4771 contrail,contrail,2,2,2,2,0.04,0.4771,0.02,0.4771 contraindicated,contraindicated,3,2,3,2,0.06,0.6021,0.02,0.4771 contrapuntal,contrapuntal,7,2,7,2,0.14,0.9031,0.02,0.4771 contrariness,contrariness,2,2,2,2,0.04,0.4771,0.02,0.4771 contrariwise,contrariwise,2,2,1,1,0.04,0.4771,0.02,0.4771 contrasted,contrasted,2,2,2,2,0.04,0.4771,0.02,0.4771 contravened,contravened,2,2,2,2,0.04,0.4771,0.02,0.4771 contravenes,contravenes,2,2,2,2,0.04,0.4771,0.02,0.4771 contravening,contravening,3,2,2,2,0.06,0.6021,0.02,0.4771 contrecoup,contrecoup,2,2,2,2,0.04,0.4771,0.02,0.4771 contriving,contriving,2,2,2,2,0.04,0.4771,0.02,0.4771 conundrums,conundrums,2,2,2,2,0.04,0.4771,0.02,0.4771 Conus,conus,3,2,0,0,0.06,0.6021,0.02,0.4771 convective,convective,2,2,1,1,0.04,0.4771,0.02,0.4771 convergent,convergent,2,2,2,2,0.04,0.4771,0.02,0.4771 conveyances,conveyances,2,2,2,2,0.04,0.4771,0.02,0.4771 convincer,convincer,2,2,2,2,0.04,0.4771,0.02,0.4771 convocation,convocation,3,2,2,1,0.06,0.6021,0.02,0.4771 convolutions,convolutions,2,2,2,2,0.04,0.4771,0.02,0.4771 convulsively,convulsively,2,2,2,2,0.04,0.4771,0.02,0.4771 Coombe,coombe,17,2,0,0,0.33,1.2553,0.02,0.4771 Coonhound,coonhound,3,2,1,1,0.06,0.6021,0.02,0.4771 cooperage,cooperage,2,2,1,1,0.04,0.4771,0.02,0.4771 coordinations,coordinations,7,2,7,2,0.14,0.9031,0.02,0.4771 coppery,coppery,2,2,2,2,0.04,0.4771,0.02,0.4771 copulatory,copulatory,3,2,3,2,0.06,0.6021,0.02,0.4771 Coquille,coquille,3,2,1,1,0.06,0.6021,0.02,0.4771 coracoid,coracoid,2,2,2,2,0.04,0.4771,0.02,0.4771 corals,corals,4,2,3,1,0.08,0.6990,0.02,0.4771 coranto,coranto,2,2,2,2,0.04,0.4771,0.02,0.4771 Corbeil,corbeil,2,2,0,0,0.04,0.4771,0.02,0.4771 Corbeille,corbeille,2,2,0,0,0.04,0.4771,0.02,0.4771 Corbet,corbet,2,2,0,0,0.04,0.4771,0.02,0.4771 Corby,corby,11,2,0,0,0.22,1.0792,0.02,0.4771 cordiality,cordiality,2,2,2,2,0.04,0.4771,0.02,0.4771 cordoning,cordoning,2,2,2,2,0.04,0.4771,0.02,0.4771 cordwood,cordwood,3,2,3,2,0.06,0.6021,0.02,0.4771 corespondent,corespondent,7,2,7,2,0.14,0.9031,0.02,0.4771 corgis,corgis,3,2,3,2,0.06,0.6021,0.02,0.4771 corkscrews,corkscrews,3,2,2,1,0.06,0.6021,0.02,0.4771 cornballs,cornballs,4,2,4,2,0.08,0.6990,0.02,0.4771 cornflower,cornflower,3,2,3,2,0.06,0.6021,0.02,0.4771 cornice,cornice,2,2,2,2,0.04,0.4771,0.02,0.4771 cornrow,cornrow,2,2,2,2,0.04,0.4771,0.02,0.4771 cornstalk,cornstalk,2,2,2,2,0.04,0.4771,0.02,0.4771 cornu,cornu,2,2,2,2,0.04,0.4771,0.02,0.4771 coronals,coronals,2,2,2,2,0.04,0.4771,0.02,0.4771 coronas,coronas,3,2,2,1,0.06,0.6021,0.02,0.4771 coronated,coronated,3,2,3,2,0.06,0.6021,0.02,0.4771 coronations,coronations,2,2,2,2,0.04,0.4771,0.02,0.4771 Coronel,coronel,6,2,2,1,0.12,0.8451,0.02,0.4771 corpulent,corpulent,2,2,2,2,0.04,0.4771,0.02,0.4771 correlated,correlated,3,2,3,2,0.06,0.6021,0.02,0.4771 correlating,correlating,2,2,2,2,0.04,0.4771,0.02,0.4771 corroborative,corroborative,2,2,1,1,0.04,0.4771,0.02,0.4771 Corrupter,corrupter,2,2,0,0,0.04,0.4771,0.02,0.4771 corruptions,corruptions,2,2,2,2,0.04,0.4771,0.02,0.4771 cortege,cortege,2,2,2,2,0.04,0.4771,0.02,0.4771 cortisol,cortisol,6,2,6,2,0.12,0.8451,0.02,0.4771 Corvina,corvina,2,2,0,0,0.04,0.4771,0.02,0.4771 cosmetically,cosmetically,2,2,1,1,0.04,0.4771,0.02,0.4771 cosmetician,cosmetician,3,2,3,2,0.06,0.6021,0.02,0.4771 costed,costed,2,2,2,2,0.04,0.4771,0.02,0.4771 costumers,costumers,2,2,2,2,0.04,0.4771,0.02,0.4771 costuming,costuming,2,2,2,2,0.04,0.4771,0.02,0.4771 Cotes,cotes,2,2,0,0,0.04,0.4771,0.02,0.4771 cottonmouth,cottonmouth,2,2,2,2,0.04,0.4771,0.02,0.4771 cottonwoods,cottonwoods,2,2,2,2,0.04,0.4771,0.02,0.4771 couchant,couchant,2,2,2,2,0.04,0.4771,0.02,0.4771 couche,couche,2,2,1,1,0.04,0.4771,0.02,0.4771 couched,couched,2,2,2,2,0.04,0.4771,0.02,0.4771 coud,coud,2,2,2,2,0.04,0.4771,0.02,0.4771 coul,coul,3,2,3,2,0.06,0.6021,0.02,0.4771 coulier,coulier,2,2,1,1,0.04,0.4771,0.02,0.4771 countable,countable,10,2,9,2,0.20,1.0414,0.02,0.4771 counteracting,counteracting,2,2,2,2,0.04,0.4771,0.02,0.4771 counterclaimed,counterclaimed,2,2,2,2,0.04,0.4771,0.02,0.4771 counterfeited,counterfeited,2,2,2,2,0.04,0.4771,0.02,0.4771 countermine,countermine,2,2,2,2,0.04,0.4771,0.02,0.4771 counterpoise,counterpoise,2,2,2,2,0.04,0.4771,0.02,0.4771 counterrevolution,counterrevolution,2,2,2,2,0.04,0.4771,0.02,0.4771 counterrevolutionaries,counterrevolutionaries,2,2,2,2,0.04,0.4771,0.02,0.4771 countersignature,countersignature,2,2,2,2,0.04,0.4771,0.02,0.4771 countersuit,countersuit,2,2,2,2,0.04,0.4771,0.02,0.4771 counterweighted,counterweighted,2,2,2,2,0.04,0.4771,0.02,0.4771 counterweights,counterweights,2,2,2,2,0.04,0.4771,0.02,0.4771 couplet,couplet,2,2,2,2,0.04,0.4771,0.02,0.4771 coursed,coursed,2,2,2,2,0.04,0.4771,0.02,0.4771 courteously,courteously,3,2,2,2,0.06,0.6021,0.02,0.4771 courtier,courtier,3,2,3,2,0.06,0.6021,0.02,0.4771 cousinly,cousinly,2,2,2,2,0.04,0.4771,0.02,0.4771 covariance,covariance,2,2,2,2,0.04,0.4771,0.02,0.4771 coverts,coverts,2,2,2,2,0.04,0.4771,0.02,0.4771 coves,coves,2,2,2,2,0.04,0.4771,0.02,0.4771 Covin,covin,7,2,0,0,0.14,0.9031,0.02,0.4771 cowered,cowered,2,2,2,2,0.04,0.4771,0.02,0.4771 cowling,cowling,3,2,3,2,0.06,0.6021,0.02,0.4771 Cowlings,cowlings,5,2,0,0,0.10,0.7782,0.02,0.4771 cowman,cowman,3,2,3,2,0.06,0.6021,0.02,0.4771 cowpoke,cowpoke,2,2,2,2,0.04,0.4771,0.02,0.4771 cowpox,cowpox,6,2,6,2,0.12,0.8451,0.02,0.4771 cowpuncher,cowpuncher,2,2,1,1,0.04,0.4771,0.02,0.4771 cowshed,cowshed,2,2,2,2,0.04,0.4771,0.02,0.4771 coyness,coyness,2,2,2,2,0.04,0.4771,0.02,0.4771 cozened,cozened,4,2,4,2,0.08,0.6990,0.02,0.4771 Cpd,cpd,2,2,0,0,0.04,0.4771,0.02,0.4771 crabbed,crabbed,2,2,2,2,0.04,0.4771,0.02,0.4771 crabbiness,crabbiness,2,2,1,1,0.04,0.4771,0.02,0.4771 crackbrained,crackbrained,2,2,2,2,0.04,0.4771,0.02,0.4771 crackly,crackly,2,2,2,2,0.04,0.4771,0.02,0.4771 craftier,craftier,2,2,2,2,0.04,0.4771,0.02,0.4771 craftiest,craftiest,2,2,2,2,0.04,0.4771,0.02,0.4771 craggy,craggy,2,2,2,2,0.04,0.4771,0.02,0.4771 crampon,crampon,2,2,2,2,0.04,0.4771,0.02,0.4771 craned,craned,2,2,1,1,0.04,0.4771,0.02,0.4771 craning,craning,2,2,2,2,0.04,0.4771,0.02,0.4771 crapehanger,crapehanger,2,2,2,2,0.04,0.4771,0.02,0.4771 crappers,crappers,2,2,2,2,0.04,0.4771,0.02,0.4771 cravenly,cravenly,2,2,2,2,0.04,0.4771,0.02,0.4771 crawdad,crawdad,5,2,5,2,0.10,0.7782,0.02,0.4771 crayfish,crayfish,2,2,2,2,0.04,0.4771,0.02,0.4771 Cre,cre,3,2,1,1,0.06,0.6021,0.02,0.4771 creaked,creaked,2,2,2,2,0.04,0.4771,0.02,0.4771 creat,creat,2,2,1,1,0.04,0.4771,0.02,0.4771 creatin,creatin,2,2,2,2,0.04,0.4771,0.02,0.4771 creationist,creationist,2,2,2,2,0.04,0.4771,0.02,0.4771 Creen,creen,3,2,0,0,0.06,0.6021,0.02,0.4771 crematoria,crematoria,8,2,4,1,0.16,0.9542,0.02,0.4771 Cremona,cremona,2,2,0,0,0.04,0.4771,0.02,0.4771 Creoles,creoles,2,2,0,0,0.04,0.4771,0.02,0.4771 crescendos,crescendos,2,2,2,2,0.04,0.4771,0.02,0.4771 cresson,cresson,3,2,3,2,0.06,0.6021,0.02,0.4771 crewcut,crewcut,3,2,3,2,0.06,0.6021,0.02,0.4771 cricketer,cricketer,2,2,2,2,0.04,0.4771,0.02,0.4771 crippler,crippler,2,2,2,2,0.04,0.4771,0.02,0.4771 crispness,crispness,2,2,1,1,0.04,0.4771,0.02,0.4771 Criss,criss,8,2,0,0,0.16,0.9542,0.02,0.4771 Crl,crl,3,2,1,1,0.06,0.6021,0.02,0.4771 croakers,croakers,2,2,1,1,0.04,0.4771,0.02,0.4771 Crofts,crofts,2,2,0,0,0.04,0.4771,0.02,0.4771 crookedness,crookedness,2,2,2,2,0.04,0.4771,0.02,0.4771 croquette,croquette,2,2,2,2,0.04,0.4771,0.02,0.4771 crossbeam,crossbeam,2,2,2,2,0.04,0.4771,0.02,0.4771 crossbreed,crossbreed,2,2,2,2,0.04,0.4771,0.02,0.4771 Crosse,crosse,2,2,0,0,0.04,0.4771,0.02,0.4771 Crossley,crossley,2,2,0,0,0.04,0.4771,0.02,0.4771 crosspatch,crosspatch,2,2,1,1,0.04,0.4771,0.02,0.4771 crosswalks,crosswalks,2,2,2,2,0.04,0.4771,0.02,0.4771 crossways,crossways,3,2,2,1,0.06,0.6021,0.02,0.4771 crosswinds,crosswinds,5,2,5,2,0.10,0.7782,0.02,0.4771 Crost,crost,6,2,1,1,0.12,0.8451,0.02,0.4771 crotchet,crotchet,2,2,2,2,0.04,0.4771,0.02,0.4771 croupiers,croupiers,2,2,1,1,0.04,0.4771,0.02,0.4771 Crozier,crozier,4,2,0,0,0.08,0.6990,0.02,0.4771 Crs,crs,12,2,0,0,0.24,1.1139,0.02,0.4771 crucially,crucially,2,2,2,2,0.04,0.4771,0.02,0.4771 cruciate,cruciate,2,2,2,2,0.04,0.4771,0.02,0.4771 crudeness,crudeness,2,2,2,2,0.04,0.4771,0.02,0.4771 crumby,crumby,3,2,3,2,0.06,0.6021,0.02,0.4771 crumping,crumping,2,2,2,2,0.04,0.4771,0.02,0.4771 crumples,crumples,2,2,1,1,0.04,0.4771,0.02,0.4771 crunchable,crunchable,2,2,2,2,0.04,0.4771,0.02,0.4771 crunchers,crunchers,2,2,2,2,0.04,0.4771,0.02,0.4771 crustaceous,crustaceous,2,2,1,1,0.04,0.4771,0.02,0.4771 crustless,crustless,2,2,2,2,0.04,0.4771,0.02,0.4771 cruzeiros,cruzeiros,3,2,3,2,0.06,0.6021,0.02,0.4771 Cryobiology,cryobiology,3,2,1,1,0.06,0.6021,0.02,0.4771 cryonic,cryonic,3,2,3,2,0.06,0.6021,0.02,0.4771 cryptographer,cryptographer,2,2,2,2,0.04,0.4771,0.02,0.4771 cryptology,cryptology,2,2,2,2,0.04,0.4771,0.02,0.4771 crystallizes,crystallizes,2,2,2,2,0.04,0.4771,0.02,0.4771 crystallizing,crystallizing,2,2,1,1,0.04,0.4771,0.02,0.4771 crystalloid,crystalloid,2,2,2,2,0.04,0.4771,0.02,0.4771 ctenophora,ctenophora,3,2,3,2,0.06,0.6021,0.02,0.4771 cubist,cubist,2,2,2,2,0.04,0.4771,0.02,0.4771 cubit,cubit,2,2,2,2,0.04,0.4771,0.02,0.4771 cuckolded,cuckolded,2,2,1,1,0.04,0.4771,0.02,0.4771 Cuda,cuda,2,2,0,0,0.04,0.4771,0.02,0.4771 cueball,cueball,2,2,2,2,0.04,0.4771,0.02,0.4771 cueing,cueing,2,2,2,2,0.04,0.4771,0.02,0.4771 cukes,cukes,5,2,5,2,0.10,0.7782,0.02,0.4771 Culebra,culebra,11,2,0,0,0.22,1.0792,0.02,0.4771 culottes,culottes,2,2,2,2,0.04,0.4771,0.02,0.4771 culturing,culturing,2,2,2,2,0.04,0.4771,0.02,0.4771 cummerbunds,cummerbunds,2,2,2,2,0.04,0.4771,0.02,0.4771 cumulonimbus,cumulonimbus,2,2,2,2,0.04,0.4771,0.02,0.4771 curating,curating,2,2,2,2,0.04,0.4771,0.02,0.4771 curbstone,curbstone,3,2,3,2,0.06,0.6021,0.02,0.4771 curette,curette,2,2,2,2,0.04,0.4771,0.02,0.4771 Curney,curney,2,2,0,0,0.04,0.4771,0.02,0.4771 currant,currant,2,2,2,2,0.04,0.4771,0.02,0.4771 currants,currants,2,2,1,1,0.04,0.4771,0.02,0.4771 curricula,curricula,2,2,2,2,0.04,0.4771,0.02,0.4771 Currie,currie,3,2,0,0,0.06,0.6021,0.02,0.4771 curtsies,curtsies,2,2,2,2,0.04,0.4771,0.02,0.4771 curtsying,curtsying,2,2,2,2,0.04,0.4771,0.02,0.4771 curvatures,curvatures,2,2,2,2,0.04,0.4771,0.02,0.4771 cuspidors,cuspidors,2,2,2,2,0.04,0.4771,0.02,0.4771 cusping,cusping,2,2,2,2,0.04,0.4771,0.02,0.4771 custards,custards,3,2,3,2,0.06,0.6021,0.02,0.4771 custodianship,custodianship,2,2,2,2,0.04,0.4771,0.02,0.4771 cutaways,cutaways,2,2,2,2,0.04,0.4771,0.02,0.4771 Cutlers,cutlers,5,2,0,0,0.10,0.7782,0.02,0.4771 cutups,cutups,2,2,2,2,0.04,0.4771,0.02,0.4771 Cuvee,cuvee,25,2,0,0,0.49,1.4150,0.02,0.4771 cyanic,cyanic,3,2,2,2,0.06,0.6021,0.02,0.4771 Cyc,cyc,4,2,0,0,0.08,0.6990,0.02,0.4771 cyclo,cyclo,5,2,5,2,0.10,0.7782,0.02,0.4771 Cyclopes,cyclopes,9,2,0,0,0.18,1.0000,0.02,0.4771 cynosure,cynosure,2,2,2,2,0.04,0.4771,0.02,0.4771 Cypher,cypher,17,2,0,0,0.33,1.2553,0.02,0.4771 cytosine,cytosine,2,2,2,2,0.04,0.4771,0.02,0.4771 czardas,czardas,3,2,2,2,0.06,0.6021,0.02,0.4771 Czarina,czarina,3,2,0,0,0.06,0.6021,0.02,0.4771 czarist,czarist,2,2,2,2,0.04,0.4771,0.02,0.4771 dabba,dabba,2,2,2,2,0.04,0.4771,0.02,0.4771 dabbed,dabbed,2,2,2,2,0.04,0.4771,0.02,0.4771 Dacron,dacron,2,2,0,0,0.04,0.4771,0.02,0.4771 Daemon,daemon,13,2,0,0,0.25,1.1461,0.02,0.4771 Daff,daff,6,2,1,1,0.12,0.8451,0.02,0.4771 dahlias,dahlias,2,2,2,2,0.04,0.4771,0.02,0.4771 Daimyo,daimyo,15,2,2,1,0.29,1.2041,0.02,0.4771 dainties,dainties,4,2,4,2,0.08,0.6990,0.02,0.4771 Dak,dak,6,2,0,0,0.12,0.8451,0.02,0.4771 dama,dama,2,2,1,1,0.04,0.4771,0.02,0.4771 dampeners,dampeners,2,2,2,2,0.04,0.4771,0.02,0.4771 dampening,dampening,3,2,3,2,0.06,0.6021,0.02,0.4771 Dand,dand,7,2,0,0,0.14,0.9031,0.02,0.4771 Dangler,dangler,14,2,2,1,0.27,1.1761,0.02,0.4771 danglers,danglers,2,2,2,2,0.04,0.4771,0.02,0.4771 Danker,danker,23,2,0,0,0.45,1.3802,0.02,0.4771 danseuse,danseuse,2,2,2,2,0.04,0.4771,0.02,0.4771 dap,dap,2,2,1,1,0.04,0.4771,0.02,0.4771 dappled,dappled,2,2,1,1,0.04,0.4771,0.02,0.4771 Darb,darb,4,2,1,1,0.08,0.6990,0.02,0.4771 dareful,dareful,2,2,2,2,0.04,0.4771,0.02,0.4771 darted,darted,2,2,2,2,0.04,0.4771,0.02,0.4771 Darvon,darvon,3,2,0,0,0.06,0.6021,0.02,0.4771 darwinistic,darwinistic,2,2,1,1,0.04,0.4771,0.02,0.4771 dashboards,dashboards,2,2,2,2,0.04,0.4771,0.02,0.4771 dashiki,dashiki,5,2,5,2,0.10,0.7782,0.02,0.4771 dastards,dastards,2,2,1,1,0.04,0.4771,0.02,0.4771 databanks,databanks,2,2,2,2,0.04,0.4771,0.02,0.4771 daters,daters,2,2,2,2,0.04,0.4771,0.02,0.4771 daubs,daubs,2,2,2,2,0.04,0.4771,0.02,0.4771 daunt,daunt,2,2,2,2,0.04,0.4771,0.02,0.4771 daven,daven,6,2,4,1,0.12,0.8451,0.02,0.4771 Daws,daws,3,2,1,1,0.06,0.6021,0.02,0.4771 daylong,daylong,2,2,2,2,0.04,0.4771,0.02,0.4771 daymare,daymare,2,2,1,1,0.04,0.4771,0.02,0.4771 daytimes,daytimes,2,2,2,2,0.04,0.4771,0.02,0.4771 Deactivators,deactivators,2,2,0,0,0.04,0.4771,0.02,0.4771 deadbolts,deadbolts,3,2,3,2,0.06,0.6021,0.02,0.4771 deadens,deadens,2,2,2,2,0.04,0.4771,0.02,0.4771 deadheading,deadheading,2,2,2,2,0.04,0.4771,0.02,0.4771 deadman,deadman,2,2,1,1,0.04,0.4771,0.02,0.4771 deafen,deafen,2,2,2,2,0.04,0.4771,0.02,0.4771 deathbeds,deathbeds,2,2,2,2,0.04,0.4771,0.02,0.4771 debark,debark,3,2,3,2,0.06,0.6021,0.02,0.4771 debarkation,debarkation,3,2,3,2,0.06,0.6021,0.02,0.4771 debater,debater,2,2,2,2,0.04,0.4771,0.02,0.4771 debauching,debauching,2,2,2,2,0.04,0.4771,0.02,0.4771 Debbies,debbies,2,2,0,0,0.04,0.4771,0.02,0.4771 debits,debits,2,2,2,2,0.04,0.4771,0.02,0.4771 debone,debone,3,2,3,2,0.06,0.6021,0.02,0.4771 deboned,deboned,2,2,2,2,0.04,0.4771,0.02,0.4771 debridement,debridement,3,2,2,2,0.06,0.6021,0.02,0.4771 debugger,debugger,3,2,3,2,0.06,0.6021,0.02,0.4771 debugging,debugging,2,2,2,2,0.04,0.4771,0.02,0.4771 debunking,debunking,2,2,1,1,0.04,0.4771,0.02,0.4771 decaff,decaff,3,2,3,2,0.06,0.6021,0.02,0.4771 decathlons,decathlons,2,2,2,2,0.04,0.4771,0.02,0.4771 decease,decease,2,2,2,2,0.04,0.4771,0.02,0.4771 decedents,decedents,2,2,2,2,0.04,0.4771,0.02,0.4771 deceitfulness,deceitfulness,2,2,2,2,0.04,0.4771,0.02,0.4771 Decelerate,decelerate,4,2,1,1,0.08,0.6990,0.02,0.4771 deciliter,deciliter,2,2,2,2,0.04,0.4771,0.02,0.4771 decimals,decimals,4,2,4,2,0.08,0.6990,0.02,0.4771 deciphers,deciphers,2,2,2,2,0.04,0.4771,0.02,0.4771 deckhands,deckhands,2,2,2,2,0.04,0.4771,0.02,0.4771 declarant,declarant,2,2,2,2,0.04,0.4771,0.02,0.4771 deconstruct,deconstruct,2,2,2,2,0.04,0.4771,0.02,0.4771 deconstructing,deconstructing,2,2,2,2,0.04,0.4771,0.02,0.4771 decorous,decorous,2,2,2,2,0.04,0.4771,0.02,0.4771 decorticate,decorticate,2,2,1,1,0.04,0.4771,0.02,0.4771 decoying,decoying,2,2,2,2,0.04,0.4771,0.02,0.4771 decrepitude,decrepitude,2,2,2,2,0.04,0.4771,0.02,0.4771 decrypting,decrypting,2,2,2,2,0.04,0.4771,0.02,0.4771 dedications,dedications,2,2,2,2,0.04,0.4771,0.02,0.4771 deducing,deducing,2,2,1,1,0.04,0.4771,0.02,0.4771 deductibles,deductibles,2,2,2,2,0.04,0.4771,0.02,0.4771 Deemer,deemer,31,2,0,0,0.61,1.5051,0.02,0.4771 deerstalker,deerstalker,2,2,1,1,0.04,0.4771,0.02,0.4771 Dees,dees,5,2,0,0,0.10,0.7782,0.02,0.4771 defecates,defecates,2,2,2,2,0.04,0.4771,0.02,0.4771 defections,defections,2,2,1,1,0.04,0.4771,0.02,0.4771 deferens,deferens,2,2,2,2,0.04,0.4771,0.02,0.4771 defibrillation,defibrillation,2,2,2,2,0.04,0.4771,0.02,0.4771 defiles,defiles,2,2,2,2,0.04,0.4771,0.02,0.4771 deflowering,deflowering,2,2,2,2,0.04,0.4771,0.02,0.4771 defoliants,defoliants,2,2,2,2,0.04,0.4771,0.02,0.4771 defusion,defusion,2,2,2,2,0.04,0.4771,0.02,0.4771 degaussed,degaussed,3,2,3,2,0.06,0.6021,0.02,0.4771 degression,degression,2,2,2,2,0.04,0.4771,0.02,0.4771 deified,deified,2,2,2,2,0.04,0.4771,0.02,0.4771 delate,delate,2,2,2,2,0.04,0.4771,0.02,0.4771 Delator,delator,3,2,1,1,0.06,0.6021,0.02,0.4771 dele,dele,2,2,2,2,0.04,0.4771,0.02,0.4771 Delftware,delftware,3,2,1,1,0.06,0.6021,0.02,0.4771 deliberated,deliberated,2,2,2,2,0.04,0.4771,0.02,0.4771 delineated,delineated,2,2,2,2,0.04,0.4771,0.02,0.4771 Dells,dells,7,2,0,0,0.14,0.9031,0.02,0.4771 delphinium,delphinium,2,2,1,1,0.04,0.4771,0.02,0.4771 delphiniums,delphiniums,2,2,2,2,0.04,0.4771,0.02,0.4771 demagnetized,demagnetized,2,2,1,1,0.04,0.4771,0.02,0.4771 demagoguery,demagoguery,2,2,2,2,0.04,0.4771,0.02,0.4771 Demeter,demeter,3,2,0,0,0.06,0.6021,0.02,0.4771 demilitarised,demilitarised,4,2,4,2,0.08,0.6990,0.02,0.4771 demised,demised,2,2,2,2,0.04,0.4771,0.02,0.4771 demobilized,demobilized,3,2,3,2,0.06,0.6021,0.02,0.4771 demolishes,demolishes,2,2,2,2,0.04,0.4771,0.02,0.4771 demonologist,demonologist,2,2,2,2,0.04,0.4771,0.02,0.4771 demonstrably,demonstrably,2,2,2,2,0.04,0.4771,0.02,0.4771 demoralise,demoralise,2,2,2,2,0.04,0.4771,0.02,0.4771 demoralised,demoralised,2,2,2,2,0.04,0.4771,0.02,0.4771 demoralising,demoralising,4,2,4,2,0.08,0.6990,0.02,0.4771 demote,demote,2,2,2,2,0.04,0.4771,0.02,0.4771 demotivate,demotivate,2,2,2,2,0.04,0.4771,0.02,0.4771 demurely,demurely,2,2,2,2,0.04,0.4771,0.02,0.4771 demurred,demurred,3,2,2,2,0.06,0.6021,0.02,0.4771 demurrers,demurrers,4,2,4,2,0.08,0.6990,0.02,0.4771 demystify,demystify,3,2,3,2,0.06,0.6021,0.02,0.4771 dene,dene,4,2,3,1,0.08,0.6990,0.02,0.4771 denizen,denizen,2,2,1,1,0.04,0.4771,0.02,0.4771 denominated,denominated,2,2,2,2,0.04,0.4771,0.02,0.4771 denominators,denominators,2,2,1,1,0.04,0.4771,0.02,0.4771 denounces,denounces,2,2,2,2,0.04,0.4771,0.02,0.4771 dentifrice,dentifrice,2,2,2,2,0.04,0.4771,0.02,0.4771 dentition,dentition,2,2,2,2,0.04,0.4771,0.02,0.4771 denuded,denuded,2,2,2,2,0.04,0.4771,0.02,0.4771 denunciations,denunciations,2,2,2,2,0.04,0.4771,0.02,0.4771 deodorize,deodorize,2,2,2,2,0.04,0.4771,0.02,0.4771 deodorizer,deodorizer,2,2,2,2,0.04,0.4771,0.02,0.4771 deodorizers,deodorizers,2,2,2,2,0.04,0.4771,0.02,0.4771 deoxygenation,deoxygenation,2,2,2,2,0.04,0.4771,0.02,0.4771 Deoxyribonucleic,deoxyribonucleic,2,2,0,0,0.04,0.4771,0.02,0.4771 departement,departement,2,2,2,2,0.04,0.4771,0.02,0.4771 Depeche,depeche,3,2,0,0,0.06,0.6021,0.02,0.4771 deplane,deplane,2,2,2,2,0.04,0.4771,0.02,0.4771 deplaning,deplaning,2,2,1,1,0.04,0.4771,0.02,0.4771 depleting,depleting,2,2,2,2,0.04,0.4771,0.02,0.4771 deplores,deplores,2,2,2,2,0.04,0.4771,0.02,0.4771 deploys,deploys,2,2,2,2,0.04,0.4771,0.02,0.4771 depositories,depositories,2,2,2,2,0.04,0.4771,0.02,0.4771 depravities,depravities,2,2,2,2,0.04,0.4771,0.02,0.4771 deprecate,deprecate,2,2,2,2,0.04,0.4771,0.02,0.4771 depreciated,depreciated,2,2,2,2,0.04,0.4771,0.02,0.4771 depredation,depredation,2,2,2,2,0.04,0.4771,0.02,0.4771 depressants,depressants,2,2,2,2,0.04,0.4771,0.02,0.4771 depressives,depressives,2,2,1,1,0.04,0.4771,0.02,0.4771 depressurize,depressurize,2,2,1,1,0.04,0.4771,0.02,0.4771 deprivations,deprivations,2,2,2,2,0.04,0.4771,0.02,0.4771 deprogrammed,deprogrammed,2,2,2,2,0.04,0.4771,0.02,0.4771 deranges,deranges,2,2,2,2,0.04,0.4771,0.02,0.4771 derecho,derecho,2,2,1,1,0.04,0.4771,0.02,0.4771 derisions,derisions,3,2,3,2,0.06,0.6021,0.02,0.4771 derisive,derisive,2,2,2,2,0.04,0.4771,0.02,0.4771 Derk,derk,6,2,0,0,0.12,0.8451,0.02,0.4771 dermatologists,dermatologists,2,2,2,2,0.04,0.4771,0.02,0.4771 dermestid,dermestid,2,2,2,2,0.04,0.4771,0.02,0.4771 derrieres,derrieres,2,2,1,1,0.04,0.4771,0.02,0.4771 Dervishes,dervishes,3,2,1,1,0.06,0.6021,0.02,0.4771 desalinization,desalinization,3,2,2,1,0.06,0.6021,0.02,0.4771 descents,descents,2,2,2,2,0.04,0.4771,0.02,0.4771 desecrates,desecrates,2,2,2,2,0.04,0.4771,0.02,0.4771 desecrations,desecrations,2,2,2,2,0.04,0.4771,0.02,0.4771 desegregation,desegregation,2,2,2,2,0.04,0.4771,0.02,0.4771 desensitised,desensitised,2,2,2,2,0.04,0.4771,0.02,0.4771 deservingly,deservingly,2,2,2,2,0.04,0.4771,0.02,0.4771 designator,designator,2,2,1,1,0.04,0.4771,0.02,0.4771 despairs,despairs,2,2,2,2,0.04,0.4771,0.02,0.4771 Despert,despert,2,2,0,0,0.04,0.4771,0.02,0.4771 despoil,despoil,2,2,2,2,0.04,0.4771,0.02,0.4771 despoilers,despoilers,2,2,2,2,0.04,0.4771,0.02,0.4771 destitution,destitution,2,2,1,1,0.04,0.4771,0.02,0.4771 destructed,destructed,2,2,2,2,0.04,0.4771,0.02,0.4771 Destructor,destructor,5,2,1,1,0.10,0.7782,0.02,0.4771 Destry,destry,36,2,0,0,0.71,1.5682,0.02,0.4771 desultory,desultory,2,2,2,2,0.04,0.4771,0.02,0.4771 detachments,detachments,2,2,2,2,0.04,0.4771,0.02,0.4771 detailer,detailer,2,2,2,2,0.04,0.4771,0.02,0.4771 detergents,detergents,3,2,3,2,0.06,0.6021,0.02,0.4771 determinations,determinations,2,2,2,2,0.04,0.4771,0.02,0.4771 deterrence,deterrence,2,2,2,2,0.04,0.4771,0.02,0.4771 deterring,deterring,2,2,2,2,0.04,0.4771,0.02,0.4771 detouring,detouring,2,2,2,2,0.04,0.4771,0.02,0.4771 detoxed,detoxed,2,2,2,2,0.04,0.4771,0.02,0.4771 Detriments,detriments,5,2,1,1,0.10,0.7782,0.02,0.4771 detuned,detuned,4,2,4,2,0.08,0.6990,0.02,0.4771 deucedly,deucedly,3,2,2,2,0.06,0.6021,0.02,0.4771 devaluation,devaluation,2,2,2,2,0.04,0.4771,0.02,0.4771 devi,devi,2,2,1,1,0.04,0.4771,0.02,0.4771 deviancy,deviancy,2,2,2,2,0.04,0.4771,0.02,0.4771 deviling,deviling,3,2,3,2,0.06,0.6021,0.02,0.4771 devilry,devilry,2,2,2,2,0.04,0.4771,0.02,0.4771 deviousness,deviousness,2,2,2,2,0.04,0.4771,0.02,0.4771 devolves,devolves,2,2,1,1,0.04,0.4771,0.02,0.4771 devolving,devolving,3,2,3,2,0.06,0.6021,0.02,0.4771 devotional,devotional,2,2,2,2,0.04,0.4771,0.02,0.4771 deworming,deworming,2,2,2,2,0.04,0.4771,0.02,0.4771 dexies,dexies,2,2,2,2,0.04,0.4771,0.02,0.4771 dg,dg,2,2,1,1,0.04,0.4771,0.02,0.4771 Dhow,dhow,3,2,1,1,0.06,0.6021,0.02,0.4771 Diable,diable,2,2,0,0,0.04,0.4771,0.02,0.4771 diagnosticians,diagnosticians,2,2,2,2,0.04,0.4771,0.02,0.4771 diagrammed,diagrammed,2,2,2,2,0.04,0.4771,0.02,0.4771 dialer,dialer,2,2,2,2,0.04,0.4771,0.02,0.4771 Dianetics,dianetics,2,2,0,0,0.04,0.4771,0.02,0.4771 diapered,diapered,2,2,2,2,0.04,0.4771,0.02,0.4771 diaphragms,diaphragms,2,2,2,2,0.04,0.4771,0.02,0.4771 diarist,diarist,4,2,4,2,0.08,0.6990,0.02,0.4771 diatomaceous,diatomaceous,2,2,2,2,0.04,0.4771,0.02,0.4771 diatribes,diatribes,2,2,2,2,0.04,0.4771,0.02,0.4771 Dib,dib,94,2,31,1,1.84,1.9777,0.02,0.4771 dickeys,dickeys,2,2,2,2,0.04,0.4771,0.02,0.4771 dickies,dickies,2,2,1,1,0.04,0.4771,0.02,0.4771 Dictograph,dictograph,3,2,1,1,0.06,0.6021,0.02,0.4771 didactic,didactic,2,2,2,2,0.04,0.4771,0.02,0.4771 diddlysquat,diddlysquat,2,2,2,2,0.04,0.4771,0.02,0.4771 didgeridoo,didgeridoo,2,2,1,1,0.04,0.4771,0.02,0.4771 didie,didie,2,2,2,2,0.04,0.4771,0.02,0.4771 didies,didies,4,2,4,2,0.08,0.6990,0.02,0.4771 didoes,didoes,2,2,2,2,0.04,0.4771,0.02,0.4771 dielectric,dielectric,3,2,3,2,0.06,0.6021,0.02,0.4771 Dienes,dienes,3,2,0,0,0.06,0.6021,0.02,0.4771 dietetic,dietetic,2,2,1,1,0.04,0.4771,0.02,0.4771 diethylamide,diethylamide,2,2,2,2,0.04,0.4771,0.02,0.4771 diffraction,diffraction,3,2,3,2,0.06,0.6021,0.02,0.4771 digestif,digestif,2,2,2,2,0.04,0.4771,0.02,0.4771 digitizing,digitizing,2,2,2,2,0.04,0.4771,0.02,0.4771 digresses,digresses,2,2,2,2,0.04,0.4771,0.02,0.4771 dilates,dilates,2,2,2,2,0.04,0.4771,0.02,0.4771 dilatory,dilatory,2,2,2,2,0.04,0.4771,0.02,0.4771 dills,dills,2,2,2,2,0.04,0.4771,0.02,0.4771 dillydally,dillydally,2,2,2,2,0.04,0.4771,0.02,0.4771 dilution,dilution,2,2,2,2,0.04,0.4771,0.02,0.4771 dimensionally,dimensionally,3,2,3,2,0.06,0.6021,0.02,0.4771 diminishment,diminishment,2,2,2,2,0.04,0.4771,0.02,0.4771 diminution,diminution,2,2,2,2,0.04,0.4771,0.02,0.4771 dimmers,dimmers,2,2,2,2,0.04,0.4771,0.02,0.4771 Dimmock,dimmock,2,2,0,0,0.04,0.4771,0.02,0.4771 Dimmy,dimmy,11,2,1,1,0.22,1.0792,0.02,0.4771 dineros,dineros,2,2,2,2,0.04,0.4771,0.02,0.4771 dingly,dingly,2,2,1,1,0.04,0.4771,0.02,0.4771 Dinkey,dinkey,4,2,0,0,0.08,0.6990,0.02,0.4771 diocesan,diocesan,3,2,2,2,0.06,0.6021,0.02,0.4771 dioceses,dioceses,3,2,3,2,0.06,0.6021,0.02,0.4771 diphthong,diphthong,4,2,4,2,0.08,0.6990,0.02,0.4771 diphthongs,diphthongs,2,2,2,2,0.04,0.4771,0.02,0.4771 diplomatist,diplomatist,3,2,2,1,0.06,0.6021,0.02,0.4771 dipsomania,dipsomania,2,2,1,1,0.04,0.4771,0.02,0.4771 dirts,dirts,2,2,1,1,0.04,0.4771,0.02,0.4771 disallows,disallows,2,2,2,2,0.04,0.4771,0.02,0.4771 disapprovingly,disapprovingly,2,2,2,2,0.04,0.4771,0.02,0.4771 disarticulated,disarticulated,2,2,2,2,0.04,0.4771,0.02,0.4771 disassociating,disassociating,2,2,1,1,0.04,0.4771,0.02,0.4771 disburse,disburse,2,2,2,2,0.04,0.4771,0.02,0.4771 disburses,disburses,2,2,2,2,0.04,0.4771,0.02,0.4771 discards,discards,3,2,3,2,0.06,0.6021,0.02,0.4771 discernable,discernable,2,2,2,2,0.04,0.4771,0.02,0.4771 discerned,discerned,2,2,2,2,0.04,0.4771,0.02,0.4771 discernment,discernment,2,2,2,2,0.04,0.4771,0.02,0.4771 discipleship,discipleship,2,2,2,2,0.04,0.4771,0.02,0.4771 discloser,discloser,2,2,2,2,0.04,0.4771,0.02,0.4771 discombobulation,discombobulation,2,2,2,2,0.04,0.4771,0.02,0.4771 discomfited,discomfited,2,2,2,2,0.04,0.4771,0.02,0.4771 discomfiting,discomfiting,2,2,2,2,0.04,0.4771,0.02,0.4771 discomforting,discomforting,2,2,2,2,0.04,0.4771,0.02,0.4771 disconcerted,disconcerted,4,2,4,2,0.08,0.6990,0.02,0.4771 discords,discords,3,2,3,2,0.06,0.6021,0.02,0.4771 discotheques,discotheques,2,2,2,2,0.04,0.4771,0.02,0.4771 discourteously,discourteously,2,2,1,1,0.04,0.4771,0.02,0.4771 discoverers,discoverers,2,2,1,1,0.04,0.4771,0.02,0.4771 discretely,discretely,2,2,2,2,0.04,0.4771,0.02,0.4771 disdains,disdains,2,2,2,2,0.04,0.4771,0.02,0.4771 Disembarkation,disembarkation,2,2,0,0,0.04,0.4771,0.02,0.4771 disempower,disempower,2,2,2,2,0.04,0.4771,0.02,0.4771 disfigurements,disfigurements,2,2,2,2,0.04,0.4771,0.02,0.4771 disfigures,disfigures,2,2,2,2,0.04,0.4771,0.02,0.4771 disgustingness,disgustingness,2,2,2,2,0.04,0.4771,0.02,0.4771 disheartened,disheartened,2,2,2,2,0.04,0.4771,0.02,0.4771 Disher,disher,6,2,0,0,0.12,0.8451,0.02,0.4771 dishonors,dishonors,2,2,2,2,0.04,0.4771,0.02,0.4771 dishtowel,dishtowel,2,2,2,2,0.04,0.4771,0.02,0.4771 disinclination,disinclination,2,2,2,2,0.04,0.4771,0.02,0.4771 disintegrators,disintegrators,2,2,2,2,0.04,0.4771,0.02,0.4771 disinterment,disinterment,2,2,1,1,0.04,0.4771,0.02,0.4771 disjoint,disjoint,2,2,2,2,0.04,0.4771,0.02,0.4771 diskettes,diskettes,2,2,2,2,0.04,0.4771,0.02,0.4771 dismantles,dismantles,2,2,2,2,0.04,0.4771,0.02,0.4771 dismembering,dismembering,3,2,3,2,0.06,0.6021,0.02,0.4771 dismisses,dismisses,2,2,2,2,0.04,0.4771,0.02,0.4771 dismounting,dismounting,2,2,2,2,0.04,0.4771,0.02,0.4771 dismounts,dismounts,2,2,2,2,0.04,0.4771,0.02,0.4771 disorientate,disorientate,2,2,2,2,0.04,0.4771,0.02,0.4771 disowning,disowning,3,2,3,2,0.06,0.6021,0.02,0.4771 disparagingly,disparagingly,2,2,2,2,0.04,0.4771,0.02,0.4771 disparities,disparities,3,2,3,2,0.06,0.6021,0.02,0.4771 dispirit,dispirit,3,2,3,2,0.06,0.6021,0.02,0.4771 dispirited,dispirited,2,2,2,2,0.04,0.4771,0.02,0.4771 displaces,displaces,2,2,2,2,0.04,0.4771,0.02,0.4771 disproving,disproving,3,2,3,2,0.06,0.6021,0.02,0.4771 disregards,disregards,2,2,2,2,0.04,0.4771,0.02,0.4771 disrupter,disrupter,2,2,2,2,0.04,0.4771,0.02,0.4771 disruptor,disruptor,3,2,3,2,0.06,0.6021,0.02,0.4771 dissector,dissector,2,2,2,2,0.04,0.4771,0.02,0.4771 dissects,dissects,2,2,2,2,0.04,0.4771,0.02,0.4771 dissented,dissented,2,2,2,2,0.04,0.4771,0.02,0.4771 disses,disses,2,2,2,2,0.04,0.4771,0.02,0.4771 dissimilarities,dissimilarities,2,2,2,2,0.04,0.4771,0.02,0.4771 dissipates,dissipates,2,2,2,2,0.04,0.4771,0.02,0.4771 dissociate,dissociate,2,2,2,2,0.04,0.4771,0.02,0.4771 dissociation,dissociation,2,2,2,2,0.04,0.4771,0.02,0.4771 dissonant,dissonant,2,2,1,1,0.04,0.4771,0.02,0.4771 distillers,distillers,2,2,1,1,0.04,0.4771,0.02,0.4771 distrusted,distrusted,2,2,2,2,0.04,0.4771,0.02,0.4771 disturbers,disturbers,3,2,3,2,0.06,0.6021,0.02,0.4771 diurnal,diurnal,2,2,2,2,0.04,0.4771,0.02,0.4771 div,div,2,2,2,2,0.04,0.4771,0.02,0.4771 divergences,divergences,3,2,3,2,0.06,0.6021,0.02,0.4771 diverging,diverging,2,2,2,2,0.04,0.4771,0.02,0.4771 diversities,diversities,2,2,2,2,0.04,0.4771,0.02,0.4771 divestiture,divestiture,3,2,3,2,0.06,0.6021,0.02,0.4771 dividers,dividers,2,2,2,2,0.04,0.4771,0.02,0.4771 Diviner,diviner,4,2,1,1,0.08,0.6990,0.02,0.4771 divvied,divvied,2,2,2,2,0.04,0.4771,0.02,0.4771 divvying,divvying,2,2,2,2,0.04,0.4771,0.02,0.4771 dizzies,dizzies,2,2,2,2,0.04,0.4771,0.02,0.4771 doats,doats,6,2,4,2,0.12,0.8451,0.02,0.4771 docker,docker,2,2,1,1,0.04,0.4771,0.02,0.4771 Dockyard,dockyard,4,2,0,0,0.08,0.6990,0.02,0.4771 dodos,dodos,2,2,2,2,0.04,0.4771,0.02,0.4771 doeth,doeth,2,2,2,2,0.04,0.4771,0.02,0.4771 doffed,doffed,2,2,2,2,0.04,0.4771,0.02,0.4771 doge,doge,7,2,5,2,0.14,0.9031,0.02,0.4771 Dognapping,dognapping,2,2,0,0,0.04,0.4771,0.02,0.4771 dogsbody,dogsbody,2,2,2,2,0.04,0.4771,0.02,0.4771 dogwoods,dogwoods,2,2,2,2,0.04,0.4771,0.02,0.4771 doles,doles,2,2,1,1,0.04,0.4771,0.02,0.4771 Dolf,dolf,5,2,0,0,0.10,0.7782,0.02,0.4771 dollops,dollops,2,2,2,2,0.04,0.4771,0.02,0.4771 Dolomite,dolomite,2,2,0,0,0.04,0.4771,0.02,0.4771 domineer,domineer,2,2,2,2,0.04,0.4771,0.02,0.4771 Dominica,dominica,7,2,0,0,0.14,0.9031,0.02,0.4771 Donar,donar,4,2,0,0,0.08,0.6990,0.02,0.4771 Donkeyman,donkeyman,8,2,1,1,0.16,0.9542,0.02,0.4771 Doob,doob,6,2,1,1,0.12,0.8451,0.02,0.4771 doolally,doolally,2,2,2,2,0.04,0.4771,0.02,0.4771 dooming,dooming,2,2,2,2,0.04,0.4771,0.02,0.4771 doorknocker,doorknocker,5,2,5,2,0.10,0.7782,0.02,0.4771 doozies,doozies,3,2,3,2,0.06,0.6021,0.02,0.4771 doppelgangers,doppelgangers,2,2,1,1,0.04,0.4771,0.02,0.4771 Dorcas,dorcas,10,2,0,0,0.20,1.0414,0.02,0.4771 Doria,doria,2,2,0,0,0.04,0.4771,0.02,0.4771 dorkiest,dorkiest,2,2,1,1,0.04,0.4771,0.02,0.4771 Dorking,dorking,2,2,0,0,0.04,0.4771,0.02,0.4771 dormer,dormer,4,2,2,1,0.08,0.6990,0.02,0.4771 dorsalis,dorsalis,2,2,2,2,0.04,0.4771,0.02,0.4771 dorsi,dorsi,2,2,2,2,0.04,0.4771,0.02,0.4771 dotard,dotard,2,2,2,2,0.04,0.4771,0.02,0.4771 doub,doub,2,2,1,1,0.04,0.4771,0.02,0.4771 doublespeak,doublespeak,2,2,2,2,0.04,0.4771,0.02,0.4771 doubtlessly,doubtlessly,2,2,2,2,0.04,0.4771,0.02,0.4771 douches,douches,2,2,2,2,0.04,0.4771,0.02,0.4771 douses,douses,2,2,1,1,0.04,0.4771,0.02,0.4771 dovetails,dovetails,2,2,2,2,0.04,0.4771,0.02,0.4771 dowagers,dowagers,3,2,3,2,0.06,0.6021,0.02,0.4771 dowel,dowel,3,2,3,2,0.06,0.6021,0.02,0.4771 downbeats,downbeats,2,2,2,2,0.04,0.4771,0.02,0.4771 downgrades,downgrades,2,2,2,2,0.04,0.4771,0.02,0.4771 downpours,downpours,2,2,1,1,0.04,0.4771,0.02,0.4771 downsides,downsides,2,2,2,2,0.04,0.4771,0.02,0.4771 dowse,dowse,2,2,2,2,0.04,0.4771,0.02,0.4771 dowsed,dowsed,2,2,2,2,0.04,0.4771,0.02,0.4771 dowsers,dowsers,2,2,2,2,0.04,0.4771,0.02,0.4771 doz,doz,2,2,1,1,0.04,0.4771,0.02,0.4771 dozers,dozers,2,2,2,2,0.04,0.4771,0.02,0.4771 drachma,drachma,3,2,3,2,0.06,0.6021,0.02,0.4771 drachmas,drachmas,2,2,2,2,0.04,0.4771,0.02,0.4771 draftsmen,draftsmen,2,2,2,2,0.04,0.4771,0.02,0.4771 Dragline,dragline,5,2,1,1,0.10,0.7782,0.02,0.4771 dragonroot,dragonroot,3,2,2,2,0.06,0.6021,0.02,0.4771 dragsters,dragsters,2,2,2,2,0.04,0.4771,0.02,0.4771 drainpipes,drainpipes,2,2,1,1,0.04,0.4771,0.02,0.4771 dramatists,dramatists,2,2,2,2,0.04,0.4771,0.02,0.4771 draughted,draughted,2,2,2,2,0.04,0.4771,0.02,0.4771 draughts,draughts,5,2,5,2,0.10,0.7782,0.02,0.4771 dreadnought,dreadnought,3,2,2,1,0.06,0.6021,0.02,0.4771 dreadnoughts,dreadnoughts,2,2,2,2,0.04,0.4771,0.02,0.4771 Dreamily,dreamily,2,2,0,0,0.04,0.4771,0.02,0.4771 drear,drear,2,2,2,2,0.04,0.4771,0.02,0.4771 Drek,drek,3,2,1,1,0.06,0.6021,0.02,0.4771 drenching,drenching,2,2,2,2,0.04,0.4771,0.02,0.4771 Drey,drey,35,2,0,0,0.69,1.5563,0.02,0.4771 dribbler,dribbler,2,2,2,2,0.04,0.4771,0.02,0.4771 driller,driller,2,2,2,2,0.04,0.4771,0.02,0.4771 drillmaster,drillmaster,2,2,2,2,0.04,0.4771,0.02,0.4771 drizzles,drizzles,2,2,1,1,0.04,0.4771,0.02,0.4771 drollery,drollery,3,2,3,2,0.06,0.6021,0.02,0.4771 droplet,droplet,2,2,2,2,0.04,0.4771,0.02,0.4771 droppage,droppage,2,2,2,2,0.04,0.4771,0.02,0.4771 dropsies,dropsies,3,2,3,2,0.06,0.6021,0.02,0.4771 drownded,drownded,2,2,2,2,0.04,0.4771,0.02,0.4771 drubbing,drubbing,2,2,2,2,0.04,0.4771,0.02,0.4771 druggists,druggists,3,2,3,2,0.06,0.6021,0.02,0.4771 Druidic,druidic,3,2,1,1,0.06,0.6021,0.02,0.4771 Drumbeats,drumbeats,2,2,0,0,0.04,0.4771,0.02,0.4771 drunkest,drunkest,2,2,2,2,0.04,0.4771,0.02,0.4771 dualistic,dualistic,2,2,2,2,0.04,0.4771,0.02,0.4771 duelist,duelist,2,2,2,2,0.04,0.4771,0.02,0.4771 dugouts,dugouts,2,2,2,2,0.04,0.4771,0.02,0.4771 Dulcinea,dulcinea,6,2,0,0,0.12,0.8451,0.02,0.4771 dully,dully,2,2,2,2,0.04,0.4771,0.02,0.4771 dumbed,dumbed,2,2,2,2,0.04,0.4771,0.02,0.4771 dumbfound,dumbfound,3,2,2,1,0.06,0.6021,0.02,0.4771 dumbhead,dumbhead,2,2,2,2,0.04,0.4771,0.02,0.4771 dumbly,dumbly,2,2,2,2,0.04,0.4771,0.02,0.4771 dumpers,dumpers,2,2,2,2,0.04,0.4771,0.02,0.4771 dumpier,dumpier,2,2,1,1,0.04,0.4771,0.02,0.4771 dumpings,dumpings,2,2,2,2,0.04,0.4771,0.02,0.4771 dungaree,dungaree,3,2,3,2,0.06,0.6021,0.02,0.4771 dunnest,dunnest,2,2,2,2,0.04,0.4771,0.02,0.4771 duodenal,duodenal,2,2,2,2,0.04,0.4771,0.02,0.4771 duplications,duplications,2,2,2,2,0.04,0.4771,0.02,0.4771 durned,durned,2,2,2,2,0.04,0.4771,0.02,0.4771 Durning,durning,8,2,1,1,0.16,0.9542,0.02,0.4771 dustman,dustman,4,2,4,2,0.08,0.6990,0.02,0.4771 dustpans,dustpans,2,2,2,2,0.04,0.4771,0.02,0.4771 dustup,dustup,2,2,1,1,0.04,0.4771,0.02,0.4771 Dux,dux,20,2,0,0,0.39,1.3222,0.02,0.4771 dwarfing,dwarfing,2,2,2,2,0.04,0.4771,0.02,0.4771 dwarfish,dwarfish,2,2,2,2,0.04,0.4771,0.02,0.4771 dweebs,dweebs,4,2,4,2,0.08,0.6990,0.02,0.4771 dy,dy,2,2,2,2,0.04,0.4771,0.02,0.4771 dybbuk,dybbuk,2,2,2,2,0.04,0.4771,0.02,0.4771 dynamometer,dynamometer,2,2,1,1,0.04,0.4771,0.02,0.4771 dynamos,dynamos,3,2,3,2,0.06,0.6021,0.02,0.4771 dysphoric,dysphoric,3,2,3,2,0.06,0.6021,0.02,0.4771 dystonic,dystonic,2,2,2,2,0.04,0.4771,0.02,0.4771 Eam,eam,10,2,1,1,0.20,1.0414,0.02,0.4771 earaches,earaches,2,2,2,2,0.04,0.4771,0.02,0.4771 earings,earings,2,2,2,2,0.04,0.4771,0.02,0.4771 earmuff,earmuff,3,2,3,2,0.06,0.6021,0.02,0.4771 eatable,eatable,3,2,3,2,0.06,0.6021,0.02,0.4771 Eatables,eatables,4,2,0,0,0.08,0.6990,0.02,0.4771 ebbed,ebbed,2,2,2,2,0.04,0.4771,0.02,0.4771 ebullient,ebullient,2,2,2,2,0.04,0.4771,0.02,0.4771 eccentrically,eccentrically,2,2,2,2,0.04,0.4771,0.02,0.4771 echocardiogram,echocardiogram,2,2,2,2,0.04,0.4771,0.02,0.4771 ecologically,ecologically,2,2,2,2,0.04,0.4771,0.02,0.4771 ecologist,ecologist,2,2,1,1,0.04,0.4771,0.02,0.4771 economizing,economizing,2,2,2,2,0.04,0.4771,0.02,0.4771 ecoute,ecoute,2,2,1,1,0.04,0.4771,0.02,0.4771 ectodermal,ectodermal,2,2,2,2,0.04,0.4771,0.02,0.4771 Edam,edam,2,2,0,0,0.04,0.4771,0.02,0.4771 edibles,edibles,2,2,2,2,0.04,0.4771,0.02,0.4771 edified,edified,2,2,2,2,0.04,0.4771,0.02,0.4771 editorialise,editorialise,2,2,2,2,0.04,0.4771,0.02,0.4771 editorialising,editorialising,2,2,2,2,0.04,0.4771,0.02,0.4771 editorially,editorially,2,2,2,2,0.04,0.4771,0.02,0.4771 educationally,educationally,2,2,2,2,0.04,0.4771,0.02,0.4771 effable,effable,2,2,2,2,0.04,0.4771,0.02,0.4771 effectors,effectors,6,2,5,1,0.12,0.8451,0.02,0.4771 eggbeaters,eggbeaters,3,2,3,2,0.06,0.6021,0.02,0.4771 Eggers,eggers,2,2,0,0,0.04,0.4771,0.02,0.4771 eggless,eggless,2,2,1,1,0.04,0.4771,0.02,0.4771 egoism,egoism,2,2,2,2,0.04,0.4771,0.02,0.4771 egoist,egoist,5,2,5,2,0.10,0.7782,0.02,0.4771 egomania,egomania,2,2,2,2,0.04,0.4771,0.02,0.4771 egotistic,egotistic,2,2,1,1,0.04,0.4771,0.02,0.4771 egret,egret,2,2,2,2,0.04,0.4771,0.02,0.4771 egrets,egrets,3,2,3,2,0.06,0.6021,0.02,0.4771 eider,eider,2,2,2,2,0.04,0.4771,0.02,0.4771 Eightfold,eightfold,3,2,1,1,0.06,0.6021,0.02,0.4771 ejaculatory,ejaculatory,2,2,2,2,0.04,0.4771,0.02,0.4771 ejecta,ejecta,2,2,2,2,0.04,0.4771,0.02,0.4771 ejectors,ejectors,3,2,3,2,0.06,0.6021,0.02,0.4771 eldritch,eldritch,3,2,2,1,0.06,0.6021,0.02,0.4771 electronica,electronica,2,2,2,2,0.04,0.4771,0.02,0.4771 Elementals,elementals,4,2,1,1,0.08,0.6990,0.02,0.4771 elicited,elicited,2,2,2,2,0.04,0.4771,0.02,0.4771 eliminator,eliminator,3,2,2,2,0.06,0.6021,0.02,0.4771 Elisha,elisha,21,2,0,0,0.41,1.3424,0.02,0.4771 elongation,elongation,2,2,2,2,0.04,0.4771,0.02,0.4771 elopes,elopes,2,2,2,2,0.04,0.4771,0.02,0.4771 elucidation,elucidation,2,2,2,2,0.04,0.4771,0.02,0.4771 emailing,emailing,2,2,2,2,0.04,0.4771,0.02,0.4771 emancipator,emancipator,2,2,2,2,0.04,0.4771,0.02,0.4771 embalmers,embalmers,2,2,2,2,0.04,0.4771,0.02,0.4771 embarks,embarks,2,2,2,2,0.04,0.4771,0.02,0.4771 embarras,embarras,2,2,2,2,0.04,0.4771,0.02,0.4771 embassage,embassage,2,2,2,2,0.04,0.4771,0.02,0.4771 embellishment,embellishment,2,2,2,2,0.04,0.4771,0.02,0.4771 embezzlers,embezzlers,2,2,1,1,0.04,0.4771,0.02,0.4771 embitter,embitter,2,2,2,2,0.04,0.4771,0.02,0.4771 embolectomy,embolectomy,4,2,4,2,0.08,0.6990,0.02,0.4771 embolization,embolization,2,2,2,2,0.04,0.4771,0.02,0.4771 embolize,embolize,4,2,4,2,0.08,0.6990,0.02,0.4771 embouchure,embouchure,5,2,5,2,0.10,0.7782,0.02,0.4771 embraceable,embraceable,2,2,1,1,0.04,0.4771,0.02,0.4771 embrasure,embrasure,3,2,3,2,0.06,0.6021,0.02,0.4771 embrasures,embrasures,2,2,2,2,0.04,0.4771,0.02,0.4771 Embroiders,embroiders,6,2,1,1,0.12,0.8451,0.02,0.4771 emer,emer,2,2,1,1,0.04,0.4771,0.02,0.4771 emetic,emetic,2,2,2,2,0.04,0.4771,0.02,0.4771 Eminences,eminences,2,2,0,0,0.04,0.4771,0.02,0.4771 Eminency,eminency,2,2,0,0,0.04,0.4771,0.02,0.4771 emoting,emoting,2,2,2,2,0.04,0.4771,0.02,0.4771 empathise,empathise,2,2,2,2,0.04,0.4771,0.02,0.4771 empathizing,empathizing,2,2,2,2,0.04,0.4771,0.02,0.4771 empennage,empennage,2,2,1,1,0.04,0.4771,0.02,0.4771 emphasised,emphasised,2,2,2,2,0.04,0.4771,0.02,0.4771 empiric,empiric,2,2,2,2,0.04,0.4771,0.02,0.4771 employable,employable,2,2,2,2,0.04,0.4771,0.02,0.4771 emporiums,emporiums,2,2,2,2,0.04,0.4771,0.02,0.4771 empresses,empresses,2,2,2,2,0.04,0.4771,0.02,0.4771 emptiest,emptiest,2,2,1,1,0.04,0.4771,0.02,0.4771 emulating,emulating,4,2,4,2,0.08,0.6990,0.02,0.4771 emulsified,emulsified,2,2,2,2,0.04,0.4771,0.02,0.4771 emulsify,emulsify,2,2,2,2,0.04,0.4771,0.02,0.4771 enacting,enacting,2,2,2,2,0.04,0.4771,0.02,0.4771 enameled,enameled,2,2,2,2,0.04,0.4771,0.02,0.4771 encapsulates,encapsulates,2,2,2,2,0.04,0.4771,0.02,0.4771 encase,encase,2,2,2,2,0.04,0.4771,0.02,0.4771 encasement,encasement,2,2,2,2,0.04,0.4771,0.02,0.4771 encephalopathic,encephalopathic,2,2,2,2,0.04,0.4771,0.02,0.4771 enchantingly,enchantingly,2,2,2,2,0.04,0.4771,0.02,0.4771 encompassing,encompassing,2,2,1,1,0.04,0.4771,0.02,0.4771 encroaches,encroaches,2,2,2,2,0.04,0.4771,0.02,0.4771 encroachment,encroachment,2,2,2,2,0.04,0.4771,0.02,0.4771 encrypting,encrypting,2,2,1,1,0.04,0.4771,0.02,0.4771 encumbrances,encumbrances,2,2,2,2,0.04,0.4771,0.02,0.4771 endeavouring,endeavouring,2,2,2,2,0.04,0.4771,0.02,0.4771 enders,enders,2,2,1,1,0.04,0.4771,0.02,0.4771 endocrinologist,endocrinologist,2,2,2,2,0.04,0.4771,0.02,0.4771 endogenous,endogenous,3,2,3,2,0.06,0.6021,0.02,0.4771 endoscope,endoscope,4,2,4,2,0.08,0.6990,0.02,0.4771 endoskeleton,endoskeleton,2,2,2,2,0.04,0.4771,0.02,0.4771 endothermic,endothermic,2,2,2,2,0.04,0.4771,0.02,0.4771 endowing,endowing,2,2,2,2,0.04,0.4771,0.02,0.4771 endows,endows,2,2,1,1,0.04,0.4771,0.02,0.4771 endurable,endurable,2,2,2,2,0.04,0.4771,0.02,0.4771 Endymion,endymion,4,2,0,0,0.08,0.6990,0.02,0.4771 energetically,energetically,2,2,2,2,0.04,0.4771,0.02,0.4771 energising,energising,3,2,3,2,0.06,0.6021,0.02,0.4771 enfant,enfant,2,2,1,1,0.04,0.4771,0.02,0.4771 enfolded,enfolded,2,2,2,2,0.04,0.4771,0.02,0.4771 enfolding,enfolding,2,2,2,2,0.04,0.4771,0.02,0.4771 Engelmann,engelmann,4,2,1,1,0.08,0.6990,0.02,0.4771 engenders,engenders,2,2,2,2,0.04,0.4771,0.02,0.4771 Engle,engle,63,2,0,0,1.24,1.8062,0.02,0.4771 Englishwomen,englishwomen,2,2,0,0,0.04,0.4771,0.02,0.4771 engram,engram,4,2,3,1,0.08,0.6990,0.02,0.4771 engravers,engravers,2,2,2,2,0.04,0.4771,0.02,0.4771 engrosses,engrosses,2,2,2,2,0.04,0.4771,0.02,0.4771 enigmas,enigmas,2,2,2,2,0.04,0.4771,0.02,0.4771 enjoining,enjoining,2,2,2,2,0.04,0.4771,0.02,0.4771 enkindle,enkindle,2,2,2,2,0.04,0.4771,0.02,0.4771 enlarges,enlarges,2,2,1,1,0.04,0.4771,0.02,0.4771 enlightens,enlightens,2,2,2,2,0.04,0.4771,0.02,0.4771 enlistments,enlistments,2,2,2,2,0.04,0.4771,0.02,0.4771 enmeshed,enmeshed,2,2,2,2,0.04,0.4771,0.02,0.4771 enrages,enrages,2,2,2,2,0.04,0.4771,0.02,0.4771 enraging,enraging,2,2,2,2,0.04,0.4771,0.02,0.4771 enriches,enriches,2,2,2,2,0.04,0.4771,0.02,0.4771 ens,ens,3,2,2,1,0.06,0.6021,0.02,0.4771 enshrine,enshrine,2,2,1,1,0.04,0.4771,0.02,0.4771 enshrouded,enshrouded,2,2,2,2,0.04,0.4771,0.02,0.4771 enslaver,enslaver,3,2,2,2,0.06,0.6021,0.02,0.4771 enslaves,enslaves,2,2,2,2,0.04,0.4771,0.02,0.4771 ensnared,ensnared,2,2,2,2,0.04,0.4771,0.02,0.4771 enthral,enthral,2,2,2,2,0.04,0.4771,0.02,0.4771 enthronement,enthronement,4,2,4,2,0.08,0.6990,0.02,0.4771 entices,entices,2,2,1,1,0.04,0.4771,0.02,0.4771 entombment,entombment,3,2,3,2,0.06,0.6021,0.02,0.4771 entrants,entrants,2,2,2,2,0.04,0.4771,0.02,0.4771 entreaty,entreaty,2,2,2,2,0.04,0.4771,0.02,0.4771 entrer,entrer,2,2,2,2,0.04,0.4771,0.02,0.4771 enviously,enviously,2,2,2,2,0.04,0.4771,0.02,0.4771 eo,eo,2,2,2,2,0.04,0.4771,0.02,0.4771 epicure,epicure,2,2,1,1,0.04,0.4771,0.02,0.4771 epicures,epicures,2,2,2,2,0.04,0.4771,0.02,0.4771 epidemiological,epidemiological,2,2,2,2,0.04,0.4771,0.02,0.4771 epidiascope,epidiascope,2,2,2,2,0.04,0.4771,0.02,0.4771 epididymis,epididymis,2,2,2,2,0.04,0.4771,0.02,0.4771 epigastric,epigastric,2,2,2,2,0.04,0.4771,0.02,0.4771 epigram,epigram,3,2,2,2,0.06,0.6021,0.02,0.4771 Episcopalians,episcopalians,2,2,0,0,0.04,0.4771,0.02,0.4771 epitaphs,epitaphs,2,2,2,2,0.04,0.4771,0.02,0.4771 epithelium,epithelium,2,2,2,2,0.04,0.4771,0.02,0.4771 epitomize,epitomize,2,2,2,2,0.04,0.4771,0.02,0.4771 Epsilons,epsilons,2,2,0,0,0.04,0.4771,0.02,0.4771 equalled,equalled,2,2,2,2,0.04,0.4771,0.02,0.4771 equating,equating,3,2,2,2,0.06,0.6021,0.02,0.4771 equilateral,equilateral,2,2,1,1,0.04,0.4771,0.02,0.4771 equitation,equitation,2,2,1,1,0.04,0.4771,0.02,0.4771 equivalents,equivalents,2,2,2,2,0.04,0.4771,0.02,0.4771 equivocating,equivocating,2,2,2,2,0.04,0.4771,0.02,0.4771 erasure,erasure,3,2,3,2,0.06,0.6021,0.02,0.4771 Erebus,erebus,4,2,0,0,0.08,0.6990,0.02,0.4771 erotics,erotics,3,2,2,1,0.06,0.6021,0.02,0.4771 erring,erring,2,2,2,2,0.04,0.4771,0.02,0.4771 errs,errs,3,2,3,2,0.06,0.6021,0.02,0.4771 erythematous,erythematous,2,2,2,2,0.04,0.4771,0.02,0.4771 escarole,escarole,2,2,2,2,0.04,0.4771,0.02,0.4771 eschewing,eschewing,2,2,2,2,0.04,0.4771,0.02,0.4771 eschews,eschews,2,2,2,2,0.04,0.4771,0.02,0.4771 escuela,escuela,2,2,2,2,0.04,0.4771,0.02,0.4771 Espace,espace,7,2,0,0,0.14,0.9031,0.02,0.4771 Espanoles,espanoles,3,2,0,0,0.06,0.6021,0.02,0.4771 espouse,espouse,2,2,2,2,0.04,0.4771,0.02,0.4771 espoused,espoused,2,2,2,2,0.04,0.4771,0.02,0.4771 estado,estado,2,2,1,1,0.04,0.4771,0.02,0.4771 esteems,esteems,2,2,2,2,0.04,0.4771,0.02,0.4771 ester,ester,2,2,1,1,0.04,0.4771,0.02,0.4771 esthetic,esthetic,2,2,2,2,0.04,0.4771,0.02,0.4771 estimable,estimable,2,2,2,2,0.04,0.4771,0.02,0.4771 estimations,estimations,2,2,2,2,0.04,0.4771,0.02,0.4771 estoppel,estoppel,3,2,3,2,0.06,0.6021,0.02,0.4771 eternities,eternities,2,2,2,2,0.04,0.4771,0.02,0.4771 ethernet,ethernet,2,2,1,1,0.04,0.4771,0.02,0.4771 ethnographic,ethnographic,2,2,2,2,0.04,0.4771,0.02,0.4771 Eucharist,eucharist,3,2,0,0,0.06,0.6021,0.02,0.4771 Eugenia,eugenia,2,2,0,0,0.04,0.4771,0.02,0.4771 eulogizing,eulogizing,2,2,2,2,0.04,0.4771,0.02,0.4771 Euphrates,euphrates,2,2,0,0,0.04,0.4771,0.02,0.4771 evacuates,evacuates,2,2,2,2,0.04,0.4771,0.02,0.4771 evaluates,evaluates,2,2,2,2,0.04,0.4771,0.02,0.4771 Evangelion,evangelion,4,2,0,0,0.08,0.6990,0.02,0.4771 evaporation,evaporation,2,2,1,1,0.04,0.4771,0.02,0.4771 evergreens,evergreens,2,2,2,2,0.04,0.4771,0.02,0.4771 everyway,everyway,2,2,1,1,0.04,0.4771,0.02,0.4771 Everywoman,everywoman,2,2,0,0,0.04,0.4771,0.02,0.4771 Evidentially,evidentially,2,2,0,0,0.04,0.4771,0.02,0.4771 evilest,evilest,2,2,2,2,0.04,0.4771,0.02,0.4771 evilly,evilly,2,2,2,2,0.04,0.4771,0.02,0.4771 evincing,evincing,2,2,2,2,0.04,0.4771,0.02,0.4771 evolutional,evolutional,2,2,2,2,0.04,0.4771,0.02,0.4771 evolutionist,evolutionist,2,2,2,2,0.04,0.4771,0.02,0.4771 evolutions,evolutions,2,2,2,2,0.04,0.4771,0.02,0.4771 evolvement,evolvement,2,2,2,2,0.04,0.4771,0.02,0.4771 exacerbates,exacerbates,2,2,2,2,0.04,0.4771,0.02,0.4771 exacerbating,exacerbating,2,2,2,2,0.04,0.4771,0.02,0.4771 exacerbation,exacerbation,2,2,1,1,0.04,0.4771,0.02,0.4771 exaggerator,exaggerator,2,2,2,2,0.04,0.4771,0.02,0.4771 exasperate,exasperate,2,2,2,2,0.04,0.4771,0.02,0.4771 excercise,excercise,2,2,2,2,0.04,0.4771,0.02,0.4771 excitability,excitability,2,2,2,2,0.04,0.4771,0.02,0.4771 excitements,excitements,2,2,2,2,0.04,0.4771,0.02,0.4771 exclusionary,exclusionary,2,2,2,2,0.04,0.4771,0.02,0.4771 exclusiveness,exclusiveness,3,2,3,2,0.06,0.6021,0.02,0.4771 excoriates,excoriates,2,2,1,1,0.04,0.4771,0.02,0.4771 excremental,excremental,2,2,1,1,0.04,0.4771,0.02,0.4771 excrements,excrements,4,2,4,2,0.08,0.6990,0.02,0.4771 excrete,excrete,2,2,2,2,0.04,0.4771,0.02,0.4771 excreting,excreting,2,2,2,2,0.04,0.4771,0.02,0.4771 excretions,excretions,2,2,2,2,0.04,0.4771,0.02,0.4771 executors,executors,2,2,2,2,0.04,0.4771,0.02,0.4771 exemplars,exemplars,2,2,2,2,0.04,0.4771,0.02,0.4771 exerciser,exerciser,2,2,2,2,0.04,0.4771,0.02,0.4771 exfiltration,exfiltration,3,2,3,2,0.06,0.6021,0.02,0.4771 exfoliates,exfoliates,2,2,2,2,0.04,0.4771,0.02,0.4771 exhaled,exhaled,2,2,2,2,0.04,0.4771,0.02,0.4771 exhaustively,exhaustively,2,2,2,2,0.04,0.4771,0.02,0.4771 exhibitor,exhibitor,2,2,2,2,0.04,0.4771,0.02,0.4771 exhortation,exhortation,2,2,2,2,0.04,0.4771,0.02,0.4771 exhorting,exhorting,2,2,1,1,0.04,0.4771,0.02,0.4771 exobiology,exobiology,3,2,2,2,0.06,0.6021,0.02,0.4771 exorcize,exorcize,2,2,2,2,0.04,0.4771,0.02,0.4771 exothermic,exothermic,2,2,2,2,0.04,0.4771,0.02,0.4771 exotics,exotics,2,2,2,2,0.04,0.4771,0.02,0.4771 exp,exp,3,2,3,2,0.06,0.6021,0.02,0.4771 Expansionism,expansionism,2,2,0,0,0.04,0.4771,0.02,0.4771 expansionist,expansionist,3,2,3,2,0.06,0.6021,0.02,0.4771 expat,expat,2,2,1,1,0.04,0.4771,0.02,0.4771 expectantly,expectantly,2,2,2,2,0.04,0.4771,0.02,0.4771 expeditiously,expeditiously,2,2,2,2,0.04,0.4771,0.02,0.4771 expendables,expendables,2,2,2,2,0.04,0.4771,0.02,0.4771 expending,expending,2,2,2,2,0.04,0.4771,0.02,0.4771 experimenter,experimenter,2,2,2,2,0.04,0.4771,0.02,0.4771 expiation,expiation,2,2,2,2,0.04,0.4771,0.02,0.4771 expiatory,expiatory,2,2,2,2,0.04,0.4771,0.02,0.4771 expiratory,expiratory,2,2,2,2,0.04,0.4771,0.02,0.4771 explanatory,explanatory,2,2,2,2,0.04,0.4771,0.02,0.4771 explication,explication,3,2,3,2,0.06,0.6021,0.02,0.4771 exploders,exploders,3,2,3,2,0.06,0.6021,0.02,0.4771 exponents,exponents,2,2,2,2,0.04,0.4771,0.02,0.4771 expos,expos,2,2,2,2,0.04,0.4771,0.02,0.4771 expositional,expositional,2,2,2,2,0.04,0.4771,0.02,0.4771 expounding,expounding,2,2,2,2,0.04,0.4771,0.02,0.4771 expressionism,expressionism,2,2,2,2,0.04,0.4771,0.02,0.4771 expressways,expressways,2,2,2,2,0.04,0.4771,0.02,0.4771 expropriated,expropriated,2,2,2,2,0.04,0.4771,0.02,0.4771 ext,ext,3,2,2,1,0.06,0.6021,0.02,0.4771 extenders,extenders,2,2,2,2,0.04,0.4771,0.02,0.4771 extensor,extensor,2,2,2,2,0.04,0.4771,0.02,0.4771 exteriorize,exteriorize,3,2,2,1,0.06,0.6021,0.02,0.4771 exteriorizing,exteriorizing,5,2,3,1,0.10,0.7782,0.02,0.4771 extol,extol,2,2,2,2,0.04,0.4771,0.02,0.4771 extolled,extolled,2,2,2,2,0.04,0.4771,0.02,0.4771 extorsion,extorsion,3,2,3,2,0.06,0.6021,0.02,0.4771 extravaganzas,extravaganzas,2,2,2,2,0.04,0.4771,0.02,0.4771 extremest,extremest,2,2,2,2,0.04,0.4771,0.02,0.4771 extricating,extricating,2,2,2,2,0.04,0.4771,0.02,0.4771 extroverts,extroverts,2,2,2,2,0.04,0.4771,0.02,0.4771 exuded,exuded,3,2,3,2,0.06,0.6021,0.02,0.4771 exuding,exuding,2,2,2,2,0.04,0.4771,0.02,0.4771 eyeholes,eyeholes,3,2,2,2,0.06,0.6021,0.02,0.4771 eyepiece,eyepiece,2,2,2,2,0.04,0.4771,0.02,0.4771 eyestrain,eyestrain,2,2,2,2,0.04,0.4771,0.02,0.4771 eyetooth,eyetooth,2,2,2,2,0.04,0.4771,0.02,0.4771 fabricates,fabricates,2,2,2,2,0.04,0.4771,0.02,0.4771 fabulousness,fabulousness,3,2,3,2,0.06,0.6021,0.02,0.4771 facially,facially,2,2,2,2,0.04,0.4771,0.02,0.4771 facilitation,facilitation,6,2,6,2,0.12,0.8451,0.02,0.4771 fack,fack,3,2,3,2,0.06,0.6021,0.02,0.4771 facsimiles,facsimiles,2,2,2,2,0.04,0.4771,0.02,0.4771 fader,fader,2,2,2,2,0.04,0.4771,0.02,0.4771 faecal,faecal,5,2,4,2,0.10,0.7782,0.02,0.4771 faery,faery,3,2,3,2,0.06,0.6021,0.02,0.4771 faggotry,faggotry,9,2,8,2,0.18,1.0000,0.02,0.4771 fainthearted,fainthearted,2,2,2,2,0.04,0.4771,0.02,0.4771 faintness,faintness,2,2,2,2,0.04,0.4771,0.02,0.4771 fairing,fairing,2,2,2,2,0.04,0.4771,0.02,0.4771 faits,faits,2,2,2,2,0.04,0.4771,0.02,0.4771 fakery,fakery,9,2,9,2,0.18,1.0000,0.02,0.4771 faky,faky,2,2,2,2,0.04,0.4771,0.02,0.4771 falconry,falconry,2,2,2,2,0.04,0.4771,0.02,0.4771 faller,faller,2,2,1,1,0.04,0.4771,0.02,0.4771 fallibility,fallibility,2,2,2,2,0.04,0.4771,0.02,0.4771 Falun,falun,2,2,0,0,0.04,0.4771,0.02,0.4771 familiarise,familiarise,2,2,2,2,0.04,0.4771,0.02,0.4771 fantasising,fantasising,2,2,2,2,0.04,0.4771,0.02,0.4771 Fantom,fantom,7,2,0,0,0.14,0.9031,0.02,0.4771 farandole,farandole,2,2,2,2,0.04,0.4771,0.02,0.4771 fardels,fardels,2,2,2,2,0.04,0.4771,0.02,0.4771 farmhands,farmhands,3,2,3,2,0.06,0.6021,0.02,0.4771 Farrel,farrel,16,2,0,0,0.31,1.2304,0.02,0.4771 farriers,farriers,2,2,2,2,0.04,0.4771,0.02,0.4771 farthings,farthings,2,2,1,1,0.04,0.4771,0.02,0.4771 fascial,fascial,2,2,2,2,0.04,0.4771,0.02,0.4771 fascinations,fascinations,4,2,3,1,0.08,0.6990,0.02,0.4771 fash,fash,2,2,2,2,0.04,0.4771,0.02,0.4771 fasteners,fasteners,2,2,2,2,0.04,0.4771,0.02,0.4771 fasthold,fasthold,2,2,2,2,0.04,0.4771,0.02,0.4771 fatalist,fatalist,3,2,3,2,0.06,0.6021,0.02,0.4771 fatals,fatals,2,2,2,2,0.04,0.4771,0.02,0.4771 fathomed,fathomed,2,2,2,2,0.04,0.4771,0.02,0.4771 fathometer,fathometer,2,2,1,1,0.04,0.4771,0.02,0.4771 fattens,fattens,2,2,2,2,0.04,0.4771,0.02,0.4771 fauns,fauns,2,2,2,2,0.04,0.4771,0.02,0.4771 favouring,favouring,2,2,2,2,0.04,0.4771,0.02,0.4771 Fb,fb,2,2,0,0,0.04,0.4771,0.02,0.4771 fearfulness,fearfulness,2,2,2,2,0.04,0.4771,0.02,0.4771 fearlessness,fearlessness,2,2,2,2,0.04,0.4771,0.02,0.4771 featherless,featherless,2,2,2,2,0.04,0.4771,0.02,0.4771 featherweights,featherweights,2,2,2,2,0.04,0.4771,0.02,0.4771 featureless,featureless,2,2,2,2,0.04,0.4771,0.02,0.4771 fecund,fecund,2,2,2,2,0.04,0.4771,0.02,0.4771 fecundity,fecundity,2,2,1,1,0.04,0.4771,0.02,0.4771 Federated,federated,2,2,0,0,0.04,0.4771,0.02,0.4771 federations,federations,2,2,1,1,0.04,0.4771,0.02,0.4771 fedoras,fedoras,2,2,2,2,0.04,0.4771,0.02,0.4771 feedlot,feedlot,5,2,5,2,0.10,0.7782,0.02,0.4771 fels,fels,3,2,3,2,0.06,0.6021,0.02,0.4771 feminization,feminization,2,2,2,2,0.04,0.4771,0.02,0.4771 fencer,fencer,2,2,2,2,0.04,0.4771,0.02,0.4771 fends,fends,2,2,1,1,0.04,0.4771,0.02,0.4771 feria,feria,4,2,4,2,0.08,0.6990,0.02,0.4771 ferments,ferments,2,2,2,2,0.04,0.4771,0.02,0.4771 fermium,fermium,2,2,1,1,0.04,0.4771,0.02,0.4771 ferociousness,ferociousness,2,2,2,2,0.04,0.4771,0.02,0.4771 Ferrier,ferrier,5,2,1,1,0.10,0.7782,0.02,0.4771 ferrous,ferrous,2,2,1,1,0.04,0.4771,0.02,0.4771 ferryboats,ferryboats,2,2,2,2,0.04,0.4771,0.02,0.4771 fertilisation,fertilisation,2,2,2,2,0.04,0.4771,0.02,0.4771 fertilise,fertilise,2,2,2,2,0.04,0.4771,0.02,0.4771 fervour,fervour,2,2,2,2,0.04,0.4771,0.02,0.4771 fessed,fessed,2,2,2,2,0.04,0.4771,0.02,0.4771 festa,festa,2,2,2,2,0.04,0.4771,0.02,0.4771 festered,festered,2,2,2,2,0.04,0.4771,0.02,0.4771 festers,festers,2,2,2,2,0.04,0.4771,0.02,0.4771 fetlocks,fetlocks,3,2,2,2,0.06,0.6021,0.02,0.4771 fetters,fetters,2,2,2,2,0.04,0.4771,0.02,0.4771 feudalism,feudalism,2,2,1,1,0.04,0.4771,0.02,0.4771 feverous,feverous,2,2,2,2,0.04,0.4771,0.02,0.4771 Fezzy,fezzy,2,2,0,0,0.04,0.4771,0.02,0.4771 fiancees,fiancees,2,2,2,2,0.04,0.4771,0.02,0.4771 Fibbers,fibbers,2,2,0,0,0.04,0.4771,0.02,0.4771 fictions,fictions,3,2,2,2,0.06,0.6021,0.02,0.4771 fidding,fidding,2,2,2,2,0.04,0.4771,0.02,0.4771 Fideles,fideles,3,2,0,0,0.06,0.6021,0.02,0.4771 fied,fied,2,2,2,2,0.04,0.4771,0.02,0.4771 fielders,fielders,3,2,3,2,0.06,0.6021,0.02,0.4771 fierceness,fierceness,2,2,2,2,0.04,0.4771,0.02,0.4771 fifes,fifes,2,2,1,1,0.04,0.4771,0.02,0.4771 fightings,fightings,2,2,1,1,0.04,0.4771,0.02,0.4771 figureheads,figureheads,2,2,2,2,0.04,0.4771,0.02,0.4771 filariasis,filariasis,2,2,2,2,0.04,0.4771,0.02,0.4771 filbert,filbert,2,2,2,2,0.04,0.4771,0.02,0.4771 filberts,filberts,2,2,2,2,0.04,0.4771,0.02,0.4771 filched,filched,2,2,2,2,0.04,0.4771,0.02,0.4771 filibustering,filibustering,2,2,2,2,0.04,0.4771,0.02,0.4771 filmgoer,filmgoer,2,2,2,2,0.04,0.4771,0.02,0.4771 filmland,filmland,2,2,1,1,0.04,0.4771,0.02,0.4771 filo,filo,3,2,3,2,0.06,0.6021,0.02,0.4771 fingerboard,fingerboard,4,2,4,2,0.08,0.6990,0.02,0.4771 Fingerling,fingerling,18,2,1,1,0.35,1.2788,0.02,0.4771 Finny,finny,2,2,0,0,0.04,0.4771,0.02,0.4771 fip,fip,2,2,2,2,0.04,0.4771,0.02,0.4771 firebombing,firebombing,2,2,2,2,0.04,0.4771,0.02,0.4771 firebox,firebox,2,2,2,2,0.04,0.4771,0.02,0.4771 firebreak,firebreak,3,2,3,2,0.06,0.6021,0.02,0.4771 firebugs,firebugs,2,2,1,1,0.04,0.4771,0.02,0.4771 fireplugs,fireplugs,2,2,2,2,0.04,0.4771,0.02,0.4771 firmed,firmed,2,2,2,2,0.04,0.4771,0.02,0.4771 firmest,firmest,2,2,2,2,0.04,0.4771,0.02,0.4771 fisheye,fisheye,2,2,2,2,0.04,0.4771,0.02,0.4771 fishhook,fishhook,2,2,2,2,0.04,0.4771,0.02,0.4771 fishmeal,fishmeal,2,2,2,2,0.04,0.4771,0.02,0.4771 fishtail,fishtail,2,2,2,2,0.04,0.4771,0.02,0.4771 fissile,fissile,7,2,5,2,0.14,0.9031,0.02,0.4771 fissionable,fissionable,2,2,2,2,0.04,0.4771,0.02,0.4771 fitful,fitful,2,2,2,2,0.04,0.4771,0.02,0.4771 fitters,fitters,2,2,2,2,0.04,0.4771,0.02,0.4771 fixe,fixe,2,2,2,2,0.04,0.4771,0.02,0.4771 fizzed,fizzed,2,2,2,2,0.04,0.4771,0.02,0.4771 flagellate,flagellate,2,2,2,2,0.04,0.4771,0.02,0.4771 flagman,flagman,3,2,3,2,0.06,0.6021,0.02,0.4771 flagstones,flagstones,2,2,2,2,0.04,0.4771,0.02,0.4771 flails,flails,2,2,2,2,0.04,0.4771,0.02,0.4771 flannels,flannels,2,2,2,2,0.04,0.4771,0.02,0.4771 flashers,flashers,2,2,2,2,0.04,0.4771,0.02,0.4771 Flashiness,flashiness,2,2,0,0,0.04,0.4771,0.02,0.4771 flashover,flashover,3,2,3,2,0.06,0.6021,0.02,0.4771 flatcars,flatcars,4,2,4,2,0.08,0.6990,0.02,0.4771 Flatfish,flatfish,5,2,0,0,0.10,0.7782,0.02,0.4771 flatland,flatland,2,2,1,1,0.04,0.4771,0.02,0.4771 flatmates,flatmates,2,2,2,2,0.04,0.4771,0.02,0.4771 flatteries,flatteries,2,2,2,2,0.04,0.4771,0.02,0.4771 flavorless,flavorless,3,2,3,2,0.06,0.6021,0.02,0.4771 Flaying,flaying,2,2,0,0,0.04,0.4771,0.02,0.4771 flecked,flecked,2,2,2,2,0.04,0.4771,0.02,0.4771 fledge,fledge,2,2,1,1,0.04,0.4771,0.02,0.4771 fledging,fledging,2,2,2,2,0.04,0.4771,0.02,0.4771 fleecy,fleecy,3,2,3,2,0.06,0.6021,0.02,0.4771 Flemings,flemings,2,2,0,0,0.04,0.4771,0.02,0.4771 fleshless,fleshless,6,2,6,2,0.12,0.8451,0.02,0.4771 fleshpot,fleshpot,2,2,1,1,0.04,0.4771,0.02,0.4771 Fleury,fleury,3,2,0,0,0.06,0.6021,0.02,0.4771 flibbertigibbet,flibbertigibbet,4,2,3,1,0.08,0.6990,0.02,0.4771 flimflammed,flimflammed,2,2,2,2,0.04,0.4771,0.02,0.4771 flimflamming,flimflamming,2,2,2,2,0.04,0.4771,0.02,0.4771 flitty,flitty,4,2,4,2,0.08,0.6990,0.02,0.4771 floodgate,floodgate,2,2,2,2,0.04,0.4771,0.02,0.4771 flopper,flopper,2,2,1,1,0.04,0.4771,0.02,0.4771 Floridian,floridian,2,2,0,0,0.04,0.4771,0.02,0.4771 Floridians,floridians,2,2,0,0,0.04,0.4771,0.02,0.4771 floridly,floridly,2,2,2,2,0.04,0.4771,0.02,0.4771 flosser,flosser,2,2,2,2,0.04,0.4771,0.02,0.4771 flosses,flosses,2,2,2,2,0.04,0.4771,0.02,0.4771 flouncing,flouncing,2,2,2,2,0.04,0.4771,0.02,0.4771 flouncy,flouncy,5,2,5,2,0.10,0.7782,0.02,0.4771 floury,floury,2,2,2,2,0.04,0.4771,0.02,0.4771 flubbed,flubbed,2,2,2,2,0.04,0.4771,0.02,0.4771 flubs,flubs,3,2,3,2,0.06,0.6021,0.02,0.4771 fluence,fluence,3,2,3,2,0.06,0.6021,0.02,0.4771 fluffed,fluffed,2,2,2,2,0.04,0.4771,0.02,0.4771 flunkey,flunkey,5,2,5,2,0.10,0.7782,0.02,0.4771 fluoresce,fluoresce,2,2,2,2,0.04,0.4771,0.02,0.4771 fluorescein,fluorescein,2,2,1,1,0.04,0.4771,0.02,0.4771 fluoresces,fluoresces,2,2,2,2,0.04,0.4771,0.02,0.4771 fluorite,fluorite,3,2,2,2,0.06,0.6021,0.02,0.4771 fluorocarbon,fluorocarbon,2,2,2,2,0.04,0.4771,0.02,0.4771 Flyaway,flyaway,5,2,1,1,0.10,0.7782,0.02,0.4771 flybys,flybys,2,2,2,2,0.04,0.4771,0.02,0.4771 flyleaf,flyleaf,3,2,3,2,0.06,0.6021,0.02,0.4771 flyswatter,flyswatter,2,2,1,1,0.04,0.4771,0.02,0.4771 Fn,fn,2,2,0,0,0.04,0.4771,0.02,0.4771 fobs,fobs,2,2,2,2,0.04,0.4771,0.02,0.4771 Fod,fod,6,2,1,1,0.12,0.8451,0.02,0.4771 foder,foder,13,2,13,2,0.25,1.1461,0.02,0.4771 foetuses,foetuses,2,2,2,2,0.04,0.4771,0.02,0.4771 fogbound,fogbound,2,2,2,2,0.04,0.4771,0.02,0.4771 fogey,fogey,3,2,3,2,0.06,0.6021,0.02,0.4771 fogy,fogy,2,2,2,2,0.04,0.4771,0.02,0.4771 foible,foible,2,2,2,2,0.04,0.4771,0.02,0.4771 foiling,foiling,2,2,2,2,0.04,0.4771,0.02,0.4771 Fokker,fokker,7,2,1,1,0.14,0.9031,0.02,0.4771 folacin,folacin,2,2,2,2,0.04,0.4771,0.02,0.4771 followeth,followeth,2,2,2,2,0.04,0.4771,0.02,0.4771 foment,foment,2,2,2,2,0.04,0.4771,0.02,0.4771 fomenting,fomenting,2,2,2,2,0.04,0.4771,0.02,0.4771 fon,fon,3,2,2,1,0.06,0.6021,0.02,0.4771 Fontanelle,fontanelle,3,2,1,1,0.06,0.6021,0.02,0.4771 fonts,fonts,2,2,2,2,0.04,0.4771,0.02,0.4771 foodless,foodless,2,2,2,2,0.04,0.4771,0.02,0.4771 foodstuff,foodstuff,2,2,2,2,0.04,0.4771,0.02,0.4771 foody,foody,2,2,2,2,0.04,0.4771,0.02,0.4771 footfall,footfall,2,2,2,2,0.04,0.4771,0.02,0.4771 footling,footling,3,2,3,2,0.06,0.6021,0.02,0.4771 footlockers,footlockers,3,2,3,2,0.06,0.6021,0.02,0.4771 footpad,footpad,4,2,4,2,0.08,0.6990,0.02,0.4771 footslogger,footslogger,2,2,2,2,0.04,0.4771,0.02,0.4771 footsoldiers,footsoldiers,2,2,2,2,0.04,0.4771,0.02,0.4771 footsy,footsy,2,2,2,2,0.04,0.4771,0.02,0.4771 foppery,foppery,2,2,1,1,0.04,0.4771,0.02,0.4771 Foragers,foragers,4,2,1,1,0.08,0.6990,0.02,0.4771 forasmuch,forasmuch,2,2,1,1,0.04,0.4771,0.02,0.4771 forays,forays,3,2,3,2,0.06,0.6021,0.02,0.4771 forearmed,forearmed,2,2,2,2,0.04,0.4771,0.02,0.4771 forecasters,forecasters,2,2,1,1,0.04,0.4771,0.02,0.4771 forecloses,forecloses,2,2,2,2,0.04,0.4771,0.02,0.4771 forecourt,forecourt,2,2,2,2,0.04,0.4771,0.02,0.4771 foredeck,foredeck,4,2,4,2,0.08,0.6990,0.02,0.4771 foredoomed,foredoomed,2,2,2,2,0.04,0.4771,0.02,0.4771 forefingers,forefingers,2,2,2,2,0.04,0.4771,0.02,0.4771 forelegs,forelegs,2,2,2,2,0.04,0.4771,0.02,0.4771 forelock,forelock,2,2,2,2,0.04,0.4771,0.02,0.4771 Fores,fores,3,2,1,1,0.06,0.6021,0.02,0.4771 foresail,foresail,2,2,2,2,0.04,0.4771,0.02,0.4771 foresightedness,foresightedness,2,2,2,2,0.04,0.4771,0.02,0.4771 forestalled,forestalled,2,2,2,2,0.04,0.4771,0.02,0.4771 forested,forested,2,2,2,2,0.04,0.4771,0.02,0.4771 foretells,foretells,2,2,2,2,0.04,0.4771,0.02,0.4771 foretop,foretop,4,2,4,2,0.08,0.6990,0.02,0.4771 foreyard,foreyard,3,2,3,2,0.06,0.6021,0.02,0.4771 forgiver,forgiver,2,2,2,2,0.04,0.4771,0.02,0.4771 formalin,formalin,2,2,1,1,0.04,0.4771,0.02,0.4771 formals,formals,2,2,2,2,0.04,0.4771,0.02,0.4771 formin,formin,2,2,2,2,0.04,0.4771,0.02,0.4771 formulary,formulary,2,2,2,2,0.04,0.4771,0.02,0.4771 formulates,formulates,3,2,2,2,0.06,0.6021,0.02,0.4771 Formy,formy,2,2,0,0,0.04,0.4771,0.02,0.4771 forsee,forsee,2,2,2,2,0.04,0.4771,0.02,0.4771 forthrightness,forthrightness,2,2,1,1,0.04,0.4771,0.02,0.4771 Fortier,fortier,2,2,0,0,0.04,0.4771,0.02,0.4771 fortissimo,fortissimo,2,2,1,1,0.04,0.4771,0.02,0.4771 fortnightly,fortnightly,2,2,1,1,0.04,0.4771,0.02,0.4771 fortunetellers,fortunetellers,2,2,2,2,0.04,0.4771,0.02,0.4771 fossilised,fossilised,3,2,3,2,0.06,0.6021,0.02,0.4771 foulness,foulness,2,2,2,2,0.04,0.4771,0.02,0.4771 foundered,foundered,2,2,2,2,0.04,0.4771,0.02,0.4771 founds,founds,2,2,2,2,0.04,0.4771,0.02,0.4771 Fourche,fourche,9,2,0,0,0.18,1.0000,0.02,0.4771 fourths,fourths,2,2,2,2,0.04,0.4771,0.02,0.4771 foutre,foutre,3,2,3,2,0.06,0.6021,0.02,0.4771 fow,fow,2,2,1,1,0.04,0.4771,0.02,0.4771 foxhound,foxhound,2,2,2,2,0.04,0.4771,0.02,0.4771 foxhunting,foxhunting,3,2,3,2,0.06,0.6021,0.02,0.4771 foxier,foxier,2,2,2,2,0.04,0.4771,0.02,0.4771 foxtrots,foxtrots,2,2,1,1,0.04,0.4771,0.02,0.4771 fractionating,fractionating,3,2,3,2,0.06,0.6021,0.02,0.4771 fragged,fragged,2,2,2,2,0.04,0.4771,0.02,0.4771 fragging,fragging,3,2,3,2,0.06,0.6021,0.02,0.4771 fragmentary,fragmentary,2,2,1,1,0.04,0.4771,0.02,0.4771 fragmenting,fragmenting,2,2,2,2,0.04,0.4771,0.02,0.4771 Franciscans,franciscans,2,2,0,0,0.04,0.4771,0.02,0.4771 Frankfort,frankfort,3,2,0,0,0.06,0.6021,0.02,0.4771 fraternisation,fraternisation,2,2,2,2,0.04,0.4771,0.02,0.4771 fraternise,fraternise,4,2,4,2,0.08,0.6990,0.02,0.4771 fraudulently,fraudulently,2,2,2,2,0.04,0.4771,0.02,0.4771 fraying,fraying,2,2,2,2,0.04,0.4771,0.02,0.4771 freebooters,freebooters,2,2,2,2,0.04,0.4771,0.02,0.4771 freeholders,freeholders,2,2,2,2,0.04,0.4771,0.02,0.4771 freelanced,freelanced,2,2,1,1,0.04,0.4771,0.02,0.4771 freelances,freelances,2,2,2,2,0.04,0.4771,0.02,0.4771 freemasonry,freemasonry,3,2,3,2,0.06,0.6021,0.02,0.4771 Freestone,freestone,20,2,1,1,0.39,1.3222,0.02,0.4771 freezy,freezy,2,2,1,1,0.04,0.4771,0.02,0.4771 frequenter,frequenter,2,2,2,2,0.04,0.4771,0.02,0.4771 frescos,frescos,3,2,3,2,0.06,0.6021,0.02,0.4771 fretful,fretful,2,2,2,2,0.04,0.4771,0.02,0.4771 Freudians,freudians,2,2,0,0,0.04,0.4771,0.02,0.4771 Frey,frey,7,2,0,0,0.14,0.9031,0.02,0.4771 fricasseeing,fricasseeing,2,2,2,2,0.04,0.4771,0.02,0.4771 frieze,frieze,2,2,2,2,0.04,0.4771,0.02,0.4771 frigates,frigates,2,2,2,2,0.04,0.4771,0.02,0.4771 frighted,frighted,2,2,2,2,0.04,0.4771,0.02,0.4771 frightener,frightener,2,2,2,2,0.04,0.4771,0.02,0.4771 frights,frights,2,2,2,2,0.04,0.4771,0.02,0.4771 frijole,frijole,2,2,2,2,0.04,0.4771,0.02,0.4771 frijoles,frijoles,2,2,2,2,0.04,0.4771,0.02,0.4771 fringing,fringing,2,2,1,1,0.04,0.4771,0.02,0.4771 fritillaries,fritillaries,3,2,2,2,0.06,0.6021,0.02,0.4771 frocking,frocking,2,2,2,2,0.04,0.4771,0.02,0.4771 frontways,frontways,2,2,1,1,0.04,0.4771,0.02,0.4771 froward,froward,3,2,3,2,0.06,0.6021,0.02,0.4771 frowzy,frowzy,2,2,2,2,0.04,0.4771,0.02,0.4771 frugging,frugging,2,2,2,2,0.04,0.4771,0.02,0.4771 fruiter,fruiter,4,2,4,2,0.08,0.6990,0.02,0.4771 fruiting,fruiting,2,2,2,2,0.04,0.4771,0.02,0.4771 fuddle,fuddle,3,2,2,2,0.06,0.6021,0.02,0.4771 fuddled,fuddled,5,2,5,2,0.10,0.7782,0.02,0.4771 fuder,fuder,4,2,4,2,0.08,0.6990,0.02,0.4771 fudging,fudging,2,2,2,2,0.04,0.4771,0.02,0.4771 Fuerte,fuerte,2,2,0,0,0.04,0.4771,0.02,0.4771 Fullers,fullers,8,2,1,1,0.16,0.9542,0.02,0.4771 fulltime,fulltime,2,2,2,2,0.04,0.4771,0.02,0.4771 fumed,fumed,2,2,2,2,0.04,0.4771,0.02,0.4771 fumigators,fumigators,4,2,3,2,0.08,0.6990,0.02,0.4771 functionaries,functionaries,2,2,2,2,0.04,0.4771,0.02,0.4771 functionary,functionary,2,2,2,2,0.04,0.4771,0.02,0.4771 fundamentalism,fundamentalism,2,2,2,2,0.04,0.4771,0.02,0.4771 fundi,fundi,2,2,2,2,0.04,0.4771,0.02,0.4771 fungicide,fungicide,3,2,2,1,0.06,0.6021,0.02,0.4771 funicular,funicular,3,2,3,2,0.06,0.6021,0.02,0.4771 funked,funked,2,2,2,2,0.04,0.4771,0.02,0.4771 furbelow,furbelow,2,2,2,2,0.04,0.4771,0.02,0.4771 furfural,furfural,6,2,6,2,0.12,0.8451,0.02,0.4771 furled,furled,4,2,4,2,0.08,0.6990,0.02,0.4771 furore,furore,2,2,2,2,0.04,0.4771,0.02,0.4771 furtherance,furtherance,2,2,2,2,0.04,0.4771,0.02,0.4771 furthermost,furthermost,2,2,2,2,0.04,0.4771,0.02,0.4771 furtively,furtively,2,2,1,1,0.04,0.4771,0.02,0.4771 fusils,fusils,2,2,1,1,0.04,0.4771,0.02,0.4771 fusses,fusses,2,2,2,2,0.04,0.4771,0.02,0.4771 fusspot,fusspot,2,2,2,2,0.04,0.4771,0.02,0.4771 fuzziness,fuzziness,2,2,2,2,0.04,0.4771,0.02,0.4771 Fw,fw,4,2,1,1,0.08,0.6990,0.02,0.4771 gabbling,gabbling,2,2,2,2,0.04,0.4771,0.02,0.4771 gabbro,gabbro,3,2,2,2,0.06,0.6021,0.02,0.4771 gaberdine,gaberdine,2,2,2,2,0.04,0.4771,0.02,0.4771 gadabout,gadabout,2,2,2,2,0.04,0.4771,0.02,0.4771 gadfly,gadfly,3,2,3,2,0.06,0.6021,0.02,0.4771 gaffe,gaffe,2,2,2,2,0.04,0.4771,0.02,0.4771 Gaillard,gaillard,6,2,0,0,0.12,0.8451,0.02,0.4771 gainers,gainers,2,2,2,2,0.04,0.4771,0.02,0.4771 Galatea,galatea,5,2,0,0,0.10,0.7782,0.02,0.4771 Galilean,galilean,7,2,0,0,0.14,0.9031,0.02,0.4771 Galilei,galilei,4,2,0,0,0.08,0.6990,0.02,0.4771 gallantries,gallantries,2,2,2,2,0.04,0.4771,0.02,0.4771 galled,galled,2,2,2,2,0.04,0.4771,0.02,0.4771 Galler,galler,3,2,0,0,0.06,0.6021,0.02,0.4771 galloped,galloped,2,2,2,2,0.04,0.4771,0.02,0.4771 Gamba,gamba,6,2,1,1,0.12,0.8451,0.02,0.4771 Gamely,gamely,3,2,1,1,0.06,0.6021,0.02,0.4771 gamete,gamete,2,2,2,2,0.04,0.4771,0.02,0.4771 gametes,gametes,2,2,2,2,0.04,0.4771,0.02,0.4771 gamin,gamin,2,2,1,1,0.04,0.4771,0.02,0.4771 gangsterism,gangsterism,2,2,2,2,0.04,0.4771,0.02,0.4771 Gantang,gantang,2,2,0,0,0.04,0.4771,0.02,0.4771 Ganymede,ganymede,3,2,0,0,0.06,0.6021,0.02,0.4771 garbanzos,garbanzos,2,2,2,2,0.04,0.4771,0.02,0.4771 Gardy,gardy,11,2,0,0,0.22,1.0792,0.02,0.4771 Gargantua,gargantua,2,2,0,0,0.04,0.4771,0.02,0.4771 Garn,garn,6,2,2,1,0.12,0.8451,0.02,0.4771 garnered,garnered,2,2,2,2,0.04,0.4771,0.02,0.4771 garnishing,garnishing,2,2,2,2,0.04,0.4771,0.02,0.4771 garnishment,garnishment,3,2,3,2,0.06,0.6021,0.02,0.4771 garrets,garrets,2,2,2,2,0.04,0.4771,0.02,0.4771 garrisoned,garrisoned,2,2,2,2,0.04,0.4771,0.02,0.4771 garrotte,garrotte,4,2,4,2,0.08,0.6990,0.02,0.4771 gasman,gasman,6,2,5,2,0.12,0.8451,0.02,0.4771 gastrocnemius,gastrocnemius,2,2,2,2,0.04,0.4771,0.02,0.4771 gastronomical,gastronomical,2,2,2,2,0.04,0.4771,0.02,0.4771 gatecrasher,gatecrasher,2,2,2,2,0.04,0.4771,0.02,0.4771 gatherer,gatherer,2,2,2,2,0.04,0.4771,0.02,0.4771 gaufrette,gaufrette,2,2,2,2,0.04,0.4771,0.02,0.4771 gauntlets,gauntlets,2,2,1,1,0.04,0.4771,0.02,0.4771 gavotte,gavotte,3,2,2,2,0.06,0.6021,0.02,0.4771 Gaw,gaw,2,2,0,0,0.04,0.4771,0.02,0.4771 gawd,gawd,3,2,2,1,0.06,0.6021,0.02,0.4771 gawkers,gawkers,2,2,2,2,0.04,0.4771,0.02,0.4771 gazer,gazer,3,2,3,2,0.06,0.6021,0.02,0.4771 geb,geb,2,2,1,1,0.04,0.4771,0.02,0.4771 geeing,geeing,2,2,2,2,0.04,0.4771,0.02,0.4771 geekier,geekier,2,2,2,2,0.04,0.4771,0.02,0.4771 geld,geld,2,2,2,2,0.04,0.4771,0.02,0.4771 Gelignite,gelignite,5,2,2,1,0.10,0.7782,0.02,0.4771 Gemma,gemma,12,2,0,0,0.24,1.1139,0.02,0.4771 genealogical,genealogical,3,2,3,2,0.06,0.6021,0.02,0.4771 genera,genera,2,2,1,1,0.04,0.4771,0.02,0.4771 generalizations,generalizations,2,2,2,2,0.04,0.4771,0.02,0.4771 generalizing,generalizing,2,2,2,2,0.04,0.4771,0.02,0.4771 generically,generically,2,2,1,1,0.04,0.4771,0.02,0.4771 Genet,genet,2,2,0,0,0.04,0.4771,0.02,0.4771 genomes,genomes,2,2,2,2,0.04,0.4771,0.02,0.4771 gentil,gentil,2,2,2,2,0.04,0.4771,0.02,0.4771 gentled,gentled,2,2,2,2,0.04,0.4771,0.02,0.4771 gentlefolk,gentlefolk,2,2,2,2,0.04,0.4771,0.02,0.4771 gentlemens,gentlemens,10,2,7,2,0.20,1.0414,0.02,0.4771 geodesic,geodesic,3,2,3,2,0.06,0.6021,0.02,0.4771 geodetic,geodetic,2,2,1,1,0.04,0.4771,0.02,0.4771 geographers,geographers,2,2,2,2,0.04,0.4771,0.02,0.4771 geomagnetic,geomagnetic,2,2,2,2,0.04,0.4771,0.02,0.4771 germinal,germinal,2,2,1,1,0.04,0.4771,0.02,0.4771 germinated,germinated,2,2,2,2,0.04,0.4771,0.02,0.4771 germinating,germinating,2,2,2,2,0.04,0.4771,0.02,0.4771 gerrymandering,gerrymandering,2,2,1,1,0.04,0.4771,0.02,0.4771 Geste,geste,7,2,0,0,0.14,0.9031,0.02,0.4771 Gestes,gestes,6,2,1,1,0.12,0.8451,0.02,0.4771 gesticulating,gesticulating,3,2,2,2,0.06,0.6021,0.02,0.4771 gesturing,gesturing,2,2,2,2,0.04,0.4771,0.02,0.4771 geta,geta,2,2,2,2,0.04,0.4771,0.02,0.4771 getter,getter,2,2,2,2,0.04,0.4771,0.02,0.4771 getups,getups,2,2,2,2,0.04,0.4771,0.02,0.4771 ghats,ghats,2,2,1,1,0.04,0.4771,0.02,0.4771 ghosted,ghosted,2,2,2,2,0.04,0.4771,0.02,0.4771 ghosty,ghosty,2,2,2,2,0.04,0.4771,0.02,0.4771 gibber,gibber,2,2,2,2,0.04,0.4771,0.02,0.4771 gibbet,gibbet,2,2,2,2,0.04,0.4771,0.02,0.4771 gibe,gibe,2,2,1,1,0.04,0.4771,0.02,0.4771 Gibs,gibs,4,2,0,0,0.08,0.6990,0.02,0.4771 gigantism,gigantism,2,2,2,2,0.04,0.4771,0.02,0.4771 gigged,gigged,2,2,2,2,0.04,0.4771,0.02,0.4771 gigging,gigging,2,2,2,2,0.04,0.4771,0.02,0.4771 Giggler,giggler,4,2,0,0,0.08,0.6990,0.02,0.4771 Gilberts,gilberts,2,2,0,0,0.04,0.4771,0.02,0.4771 Gilder,gilder,5,2,0,0,0.10,0.7782,0.02,0.4771 Gillie,gillie,3,2,1,1,0.06,0.6021,0.02,0.4771 Gillies,gillies,6,2,0,0,0.12,0.8451,0.02,0.4771 gimmes,gimmes,3,2,3,2,0.06,0.6021,0.02,0.4771 ginks,ginks,2,2,1,1,0.04,0.4771,0.02,0.4771 Ginn,ginn,2,2,0,0,0.04,0.4771,0.02,0.4771 gippy,gippy,2,2,2,2,0.04,0.4771,0.02,0.4771 gipsies,gipsies,2,2,1,1,0.04,0.4771,0.02,0.4771 gipsy,gipsy,8,2,8,2,0.16,0.9542,0.02,0.4771 Gismo,gismo,12,2,1,1,0.24,1.1139,0.02,0.4771 Gitano,gitano,3,2,1,1,0.06,0.6021,0.02,0.4771 gits,gits,2,2,2,2,0.04,0.4771,0.02,0.4771 Giulio,giulio,19,2,0,0,0.37,1.3010,0.02,0.4771 Giveback,giveback,2,2,0,0,0.04,0.4771,0.02,0.4771 gladden,gladden,2,2,1,1,0.04,0.4771,0.02,0.4771 gladdened,gladdened,2,2,2,2,0.04,0.4771,0.02,0.4771 gladioli,gladioli,3,2,3,2,0.06,0.6021,0.02,0.4771 glares,glares,2,2,1,1,0.04,0.4771,0.02,0.4771 glassmaking,glassmaking,2,2,2,2,0.04,0.4771,0.02,0.4771 Glassman,glassman,2,2,0,0,0.04,0.4771,0.02,0.4771 glasswork,glasswork,2,2,2,2,0.04,0.4771,0.02,0.4771 glazier,glazier,2,2,2,2,0.04,0.4771,0.02,0.4771 glean,glean,2,2,2,2,0.04,0.4771,0.02,0.4771 gleaning,gleaning,3,2,3,2,0.06,0.6021,0.02,0.4771 gleet,gleet,3,2,3,2,0.06,0.6021,0.02,0.4771 glints,glints,2,2,1,1,0.04,0.4771,0.02,0.4771 Glissando,glissando,5,2,1,1,0.10,0.7782,0.02,0.4771 glistened,glistened,2,2,2,2,0.04,0.4771,0.02,0.4771 glitterati,glitterati,2,2,2,2,0.04,0.4771,0.02,0.4771 globalisation,globalisation,2,2,2,2,0.04,0.4771,0.02,0.4771 Globus,globus,5,2,1,1,0.10,0.7782,0.02,0.4771 glockenspiels,glockenspiels,3,2,3,2,0.06,0.6021,0.02,0.4771 glommed,glommed,2,2,2,2,0.04,0.4771,0.02,0.4771 glooming,glooming,2,2,2,2,0.04,0.4771,0.02,0.4771 glooms,glooms,2,2,2,2,0.04,0.4771,0.02,0.4771 glop,glop,2,2,2,2,0.04,0.4771,0.02,0.4771 glorifies,glorifies,2,2,2,2,0.04,0.4771,0.02,0.4771 glossary,glossary,2,2,2,2,0.04,0.4771,0.02,0.4771 glowworm,glowworm,2,2,2,2,0.04,0.4771,0.02,0.4771 gluconate,gluconate,2,2,2,2,0.04,0.4771,0.02,0.4771 gluhwein,gluhwein,2,2,2,2,0.04,0.4771,0.02,0.4771 gluon,gluon,3,2,3,2,0.06,0.6021,0.02,0.4771 glycerine,glycerine,2,2,2,2,0.04,0.4771,0.02,0.4771 glycerol,glycerol,2,2,2,2,0.04,0.4771,0.02,0.4771 gnarled,gnarled,3,2,3,2,0.06,0.6021,0.02,0.4771 gnarliest,gnarliest,3,2,3,2,0.06,0.6021,0.02,0.4771 Gnosis,gnosis,5,2,0,0,0.10,0.7782,0.02,0.4771 goanna,goanna,3,2,3,2,0.06,0.6021,0.02,0.4771 goatees,goatees,2,2,2,2,0.04,0.4771,0.02,0.4771 goatherd,goatherd,8,2,8,2,0.16,0.9542,0.02,0.4771 goatskin,goatskin,3,2,2,2,0.06,0.6021,0.02,0.4771 goatskins,goatskins,2,2,2,2,0.04,0.4771,0.02,0.4771 gobblers,gobblers,2,2,1,1,0.04,0.4771,0.02,0.4771 Gobby,gobby,6,2,0,0,0.12,0.8451,0.02,0.4771 goby,goby,2,2,1,1,0.04,0.4771,0.02,0.4771 godchild,godchild,2,2,2,2,0.04,0.4771,0.02,0.4771 godown,godown,3,2,3,2,0.06,0.6021,0.02,0.4771 godparent,godparent,4,2,4,2,0.08,0.6990,0.02,0.4771 Goen,goen,2,2,0,0,0.04,0.4771,0.02,0.4771 gola,gola,3,2,3,2,0.06,0.6021,0.02,0.4771 goldbricking,goldbricking,4,2,4,2,0.08,0.6990,0.02,0.4771 goldfields,goldfields,3,2,3,2,0.06,0.6021,0.02,0.4771 goldurn,goldurn,3,2,2,2,0.06,0.6021,0.02,0.4771 golfs,golfs,2,2,2,2,0.04,0.4771,0.02,0.4771 gollies,gollies,2,2,2,2,0.04,0.4771,0.02,0.4771 gonad,gonad,11,2,11,2,0.22,1.0792,0.02,0.4771 gonged,gonged,2,2,2,2,0.04,0.4771,0.02,0.4771 goofier,goofier,2,2,2,2,0.04,0.4771,0.02,0.4771 goofiness,goofiness,2,2,2,2,0.04,0.4771,0.02,0.4771 googol,googol,3,2,3,2,0.06,0.6021,0.02,0.4771 Goonie,goonie,12,2,0,0,0.24,1.1139,0.02,0.4771 goos,goos,2,2,1,1,0.04,0.4771,0.02,0.4771 gooses,gooses,2,2,2,2,0.04,0.4771,0.02,0.4771 goosing,goosing,2,2,2,2,0.04,0.4771,0.02,0.4771 goosy,goosy,2,2,1,1,0.04,0.4771,0.02,0.4771 Gor,gor,5,2,1,1,0.10,0.7782,0.02,0.4771 Gores,gores,2,2,0,0,0.04,0.4771,0.02,0.4771 gorse,gorse,5,2,5,2,0.10,0.7782,0.02,0.4771 gossipers,gossipers,3,2,3,2,0.06,0.6021,0.02,0.4771 gouger,gouger,2,2,2,2,0.04,0.4771,0.02,0.4771 goup,goup,2,2,1,1,0.04,0.4771,0.02,0.4771 gouts,gouts,2,2,2,2,0.04,0.4771,0.02,0.4771 governmentally,governmentally,2,2,2,2,0.04,0.4771,0.02,0.4771 Goyle,goyle,9,2,0,0,0.18,1.0000,0.02,0.4771 grails,grails,2,2,2,2,0.04,0.4771,0.02,0.4771 grammars,grammars,2,2,2,2,0.04,0.4771,0.02,0.4771 Gramp,gramp,11,2,0,0,0.22,1.0792,0.02,0.4771 granary,granary,2,2,2,2,0.04,0.4771,0.02,0.4771 granddaddies,granddaddies,2,2,2,2,0.04,0.4771,0.02,0.4771 grandiosity,grandiosity,2,2,2,2,0.04,0.4771,0.02,0.4771 grandly,grandly,2,2,1,1,0.04,0.4771,0.02,0.4771 Grandmamma,grandmamma,10,2,3,2,0.20,1.0414,0.02,0.4771 grandnephew,grandnephew,2,2,2,2,0.04,0.4771,0.02,0.4771 grandniece,grandniece,2,2,2,2,0.04,0.4771,0.02,0.4771 grands,grands,2,2,2,2,0.04,0.4771,0.02,0.4771 grandstander,grandstander,2,2,2,2,0.04,0.4771,0.02,0.4771 Grannie,grannie,5,2,1,1,0.10,0.7782,0.02,0.4771 grano,grano,2,2,2,2,0.04,0.4771,0.02,0.4771 granular,granular,2,2,2,2,0.04,0.4771,0.02,0.4771 granulated,granulated,2,2,1,1,0.04,0.4771,0.02,0.4771 granules,granules,2,2,2,2,0.04,0.4771,0.02,0.4771 grapeshot,grapeshot,2,2,2,2,0.04,0.4771,0.02,0.4771 graphical,graphical,2,2,1,1,0.04,0.4771,0.02,0.4771 grappler,grappler,2,2,1,1,0.04,0.4771,0.02,0.4771 grassed,grassed,2,2,2,2,0.04,0.4771,0.02,0.4771 Grat,grat,29,2,0,0,0.57,1.4771,0.02,0.4771 gratefulness,gratefulness,2,2,2,2,0.04,0.4771,0.02,0.4771 graverobber,graverobber,2,2,2,2,0.04,0.4771,0.02,0.4771 gravimetric,gravimetric,7,2,6,2,0.14,0.9031,0.02,0.4771 gravitas,gravitas,2,2,2,2,0.04,0.4771,0.02,0.4771 gravities,gravities,4,2,4,2,0.08,0.6990,0.02,0.4771 graviton,graviton,7,2,7,2,0.14,0.9031,0.02,0.4771 grayer,grayer,2,2,2,2,0.04,0.4771,0.02,0.4771 graying,graying,2,2,2,2,0.04,0.4771,0.02,0.4771 grazers,grazers,2,2,1,1,0.04,0.4771,0.02,0.4771 grazes,grazes,2,2,2,2,0.04,0.4771,0.02,0.4771 gre,gre,2,2,2,2,0.04,0.4771,0.02,0.4771 greedily,greedily,2,2,2,2,0.04,0.4771,0.02,0.4771 Greening,greening,10,2,1,1,0.20,1.0414,0.02,0.4771 Greenly,greenly,19,2,0,0,0.37,1.3010,0.02,0.4771 greenness,greenness,2,2,2,2,0.04,0.4771,0.02,0.4771 greenroom,greenroom,2,2,2,2,0.04,0.4771,0.02,0.4771 greeters,greeters,2,2,2,2,0.04,0.4771,0.02,0.4771 gregarious,gregarious,2,2,1,1,0.04,0.4771,0.02,0.4771 Gremio,gremio,8,2,0,0,0.16,0.9542,0.02,0.4771 Grenadier,grenadier,3,2,0,0,0.06,0.6021,0.02,0.4771 Gret,gret,2,2,0,0,0.04,0.4771,0.02,0.4771 griffon,griffon,2,2,2,2,0.04,0.4771,0.02,0.4771 grilles,grilles,2,2,2,2,0.04,0.4771,0.02,0.4771 grillwork,grillwork,2,2,2,2,0.04,0.4771,0.02,0.4771 grimaces,grimaces,2,2,2,2,0.04,0.4771,0.02,0.4771 grimacing,grimacing,2,2,2,2,0.04,0.4771,0.02,0.4771 grinded,grinded,2,2,2,2,0.04,0.4771,0.02,0.4771 grindingly,grindingly,2,2,2,2,0.04,0.4771,0.02,0.4771 Grindle,grindle,10,2,1,1,0.20,1.0414,0.02,0.4771 gritted,gritted,2,2,2,2,0.04,0.4771,0.02,0.4771 grittier,grittier,2,2,2,2,0.04,0.4771,0.02,0.4771 gritting,gritting,2,2,2,2,0.04,0.4771,0.02,0.4771 grizzle,grizzle,2,2,2,2,0.04,0.4771,0.02,0.4771 groat,groat,3,2,3,2,0.06,0.6021,0.02,0.4771 groomers,groomers,2,2,2,2,0.04,0.4771,0.02,0.4771 gropers,gropers,2,2,1,1,0.04,0.4771,0.02,0.4771 Grote,grote,2,2,0,0,0.04,0.4771,0.02,0.4771 grotesquerie,grotesquerie,2,2,1,1,0.04,0.4771,0.02,0.4771 grotesqueries,grotesqueries,2,2,2,2,0.04,0.4771,0.02,0.4771 grouching,grouching,2,2,2,2,0.04,0.4771,0.02,0.4771 grounders,grounders,2,2,2,2,0.04,0.4771,0.02,0.4771 groundhogs,groundhogs,2,2,1,1,0.04,0.4771,0.02,0.4771 groundskeepers,groundskeepers,2,2,2,2,0.04,0.4771,0.02,0.4771 Grovers,grovers,2,2,0,0,0.04,0.4771,0.02,0.4771 Grubber,grubber,5,2,1,1,0.10,0.7782,0.02,0.4771 grubstaked,grubstaked,2,2,2,2,0.04,0.4771,0.02,0.4771 grubworms,grubworms,2,2,2,2,0.04,0.4771,0.02,0.4771 grumbled,grumbled,2,2,1,1,0.04,0.4771,0.02,0.4771 grumbler,grumbler,2,2,2,2,0.04,0.4771,0.02,0.4771 grumblings,grumblings,2,2,2,2,0.04,0.4771,0.02,0.4771 grumps,grumps,2,2,1,1,0.04,0.4771,0.02,0.4771 Grunions,grunions,2,2,0,0,0.04,0.4771,0.02,0.4771 Gruyere,gruyere,3,2,0,0,0.06,0.6021,0.02,0.4771 Guajira,guajira,3,2,0,0,0.06,0.6021,0.02,0.4771 guar,guar,2,2,2,2,0.04,0.4771,0.02,0.4771 guarantors,guarantors,2,2,1,1,0.04,0.4771,0.02,0.4771 guardhouses,guardhouses,2,2,2,2,0.04,0.4771,0.02,0.4771 guardrails,guardrails,2,2,2,2,0.04,0.4771,0.02,0.4771 gubernatorial,gubernatorial,2,2,2,2,0.04,0.4771,0.02,0.4771 gudgeon,gudgeon,2,2,1,1,0.04,0.4771,0.02,0.4771 Gue,gue,8,2,0,0,0.16,0.9542,0.02,0.4771 Guelph,guelph,2,2,0,0,0.04,0.4771,0.02,0.4771 guffawing,guffawing,2,2,2,2,0.04,0.4771,0.02,0.4771 guidepost,guidepost,2,2,1,1,0.04,0.4771,0.02,0.4771 guileless,guileless,3,2,2,2,0.06,0.6021,0.02,0.4771 guilted,guilted,2,2,2,2,0.04,0.4771,0.02,0.4771 gulped,gulped,2,2,2,2,0.04,0.4771,0.02,0.4771 Gummer,gummer,30,2,0,0,0.59,1.4914,0.02,0.4771 gunky,gunky,3,2,3,2,0.06,0.6021,0.02,0.4771 gunmetal,gunmetal,2,2,2,2,0.04,0.4771,0.02,0.4771 gunslinging,gunslinging,2,2,2,2,0.04,0.4771,0.02,0.4771 gunwales,gunwales,2,2,2,2,0.04,0.4771,0.02,0.4771 gurdy,gurdy,11,2,9,2,0.22,1.0792,0.02,0.4771 gurgled,gurgled,5,2,5,2,0.10,0.7782,0.02,0.4771 Gurkha,gurkha,6,2,0,0,0.12,0.8451,0.02,0.4771 gutsiest,gutsiest,2,2,1,1,0.04,0.4771,0.02,0.4771 guzzles,guzzles,2,2,2,2,0.04,0.4771,0.02,0.4771 gyrene,gyrene,3,2,2,2,0.06,0.6021,0.02,0.4771 gyrenes,gyrenes,2,2,2,2,0.04,0.4771,0.02,0.4771 gyrus,gyrus,2,2,2,2,0.04,0.4771,0.02,0.4771 habitability,habitability,3,2,3,2,0.06,0.6021,0.02,0.4771 Hackie,hackie,2,2,0,0,0.04,0.4771,0.02,0.4771 hackin,hackin,2,2,2,2,0.04,0.4771,0.02,0.4771 hackney,hackney,2,2,1,1,0.04,0.4771,0.02,0.4771 Hadden,hadden,12,2,0,0,0.24,1.1139,0.02,0.4771 haddie,haddie,2,2,1,1,0.04,0.4771,0.02,0.4771 hade,hade,2,2,2,2,0.04,0.4771,0.02,0.4771 hadst,hadst,3,2,3,2,0.06,0.6021,0.02,0.4771 Haft,haft,3,2,1,1,0.06,0.6021,0.02,0.4771 Hagia,hagia,2,2,0,0,0.04,0.4771,0.02,0.4771 hairlines,hairlines,2,2,2,2,0.04,0.4771,0.02,0.4771 hairpieces,hairpieces,2,2,1,1,0.04,0.4771,0.02,0.4771 hajj,hajj,2,2,1,1,0.04,0.4771,0.02,0.4771 Halbert,halbert,9,2,1,1,0.18,1.0000,0.02,0.4771 halfbacks,halfbacks,2,2,2,2,0.04,0.4771,0.02,0.4771 Halflings,halflings,4,2,0,0,0.08,0.6990,0.02,0.4771 halfpenny,halfpenny,3,2,3,2,0.06,0.6021,0.02,0.4771 halftrack,halftrack,2,2,2,2,0.04,0.4771,0.02,0.4771 halogen,halogen,2,2,2,2,0.04,0.4771,0.02,0.4771 haltered,haltered,2,2,2,2,0.04,0.4771,0.02,0.4771 haltingly,haltingly,2,2,1,1,0.04,0.4771,0.02,0.4771 Halts,halts,3,2,1,1,0.06,0.6021,0.02,0.4771 halved,halved,2,2,2,2,0.04,0.4771,0.02,0.4771 hambone,hambone,2,2,1,1,0.04,0.4771,0.02,0.4771 hame,hame,3,2,3,2,0.06,0.6021,0.02,0.4771 hammerlock,hammerlock,2,2,2,2,0.04,0.4771,0.02,0.4771 hammerlocks,hammerlocks,3,2,3,2,0.06,0.6021,0.02,0.4771 hammertoes,hammertoes,6,2,5,2,0.12,0.8451,0.02,0.4771 hamming,hamming,2,2,2,2,0.04,0.4771,0.02,0.4771 Hamzah,hamzah,4,2,0,0,0.08,0.6990,0.02,0.4771 handbooks,handbooks,2,2,2,2,0.04,0.4771,0.02,0.4771 handcraft,handcraft,3,2,2,2,0.06,0.6021,0.02,0.4771 handedness,handedness,3,2,2,2,0.06,0.6021,0.02,0.4771 handhelds,handhelds,3,2,3,2,0.06,0.6021,0.02,0.4771 handhold,handhold,3,2,3,2,0.06,0.6021,0.02,0.4771 handier,handier,2,2,2,2,0.04,0.4771,0.02,0.4771 handiest,handiest,2,2,2,2,0.04,0.4771,0.02,0.4771 Handmaid,handmaid,5,2,1,1,0.10,0.7782,0.02,0.4771 handpicking,handpicking,2,2,2,2,0.04,0.4771,0.02,0.4771 handshaker,handshaker,2,2,2,2,0.04,0.4771,0.02,0.4771 handsomeness,handsomeness,2,2,1,1,0.04,0.4771,0.02,0.4771 hangmen,hangmen,2,2,2,2,0.04,0.4771,0.02,0.4771 hangnails,hangnails,2,2,2,2,0.04,0.4771,0.02,0.4771 hankered,hankered,2,2,2,2,0.04,0.4771,0.02,0.4771 hankers,hankers,2,2,2,2,0.04,0.4771,0.02,0.4771 hants,hants,7,2,7,2,0.14,0.9031,0.02,0.4771 haoles,haoles,2,2,2,2,0.04,0.4771,0.02,0.4771 harassers,harassers,2,2,2,2,0.04,0.4771,0.02,0.4771 harassments,harassments,2,2,2,2,0.04,0.4771,0.02,0.4771 harboured,harboured,2,2,2,2,0.04,0.4771,0.02,0.4771 hardhat,hardhat,2,2,1,1,0.04,0.4771,0.02,0.4771 hardhats,hardhats,2,2,2,2,0.04,0.4771,0.02,0.4771 hardheads,hardheads,2,2,2,2,0.04,0.4771,0.02,0.4771 hardline,hardline,2,2,1,1,0.04,0.4771,0.02,0.4771 hardliners,hardliners,2,2,2,2,0.04,0.4771,0.02,0.4771 hardscrabble,hardscrabble,2,2,2,2,0.04,0.4771,0.02,0.4771 harems,harems,2,2,2,2,0.04,0.4771,0.02,0.4771 Haricots,haricots,4,2,1,1,0.08,0.6990,0.02,0.4771 Harman,harman,2,2,0,0,0.04,0.4771,0.02,0.4771 Harmer,harmer,3,2,1,1,0.06,0.6021,0.02,0.4771 Harmonia,harmonia,18,2,4,1,0.35,1.2788,0.02,0.4771 harmonium,harmonium,2,2,2,2,0.04,0.4771,0.02,0.4771 harn,harn,3,2,3,2,0.06,0.6021,0.02,0.4771 Harpers,harpers,2,2,0,0,0.04,0.4771,0.02,0.4771 Harpin,harpin,3,2,1,1,0.06,0.6021,0.02,0.4771 harpist,harpist,2,2,2,2,0.04,0.4771,0.02,0.4771 harpists,harpists,2,2,2,2,0.04,0.4771,0.02,0.4771 harpooner,harpooner,3,2,3,2,0.06,0.6021,0.02,0.4771 harrows,harrows,2,2,1,1,0.04,0.4771,0.02,0.4771 harvesters,harvesters,2,2,2,2,0.04,0.4771,0.02,0.4771 Hasidim,hasidim,4,2,0,0,0.08,0.6990,0.02,0.4771 hasnt,hasnt,2,2,2,2,0.04,0.4771,0.02,0.4771 Hassel,hassel,16,2,0,0,0.31,1.2304,0.02,0.4771 hasting,hasting,2,2,1,1,0.04,0.4771,0.02,0.4771 Hatchling,hatchling,3,2,1,1,0.06,0.6021,0.02,0.4771 hateable,hateable,2,2,2,2,0.04,0.4771,0.02,0.4771 hatless,hatless,2,2,1,1,0.04,0.4771,0.02,0.4771 haulage,haulage,2,2,2,2,0.04,0.4771,0.02,0.4771 hauler,hauler,3,2,3,2,0.06,0.6021,0.02,0.4771 haunch,haunch,4,2,4,2,0.08,0.6990,0.02,0.4771 hauntingly,hauntingly,3,2,3,2,0.06,0.6021,0.02,0.4771 Hause,hause,2,2,0,0,0.04,0.4771,0.02,0.4771 hav,hav,7,2,5,2,0.14,0.9031,0.02,0.4771 Havelocks,havelocks,4,2,0,0,0.08,0.6990,0.02,0.4771 Havers,havers,13,2,0,0,0.25,1.1461,0.02,0.4771 haversack,haversack,2,2,2,2,0.04,0.4771,0.02,0.4771 hawed,hawed,2,2,2,2,0.04,0.4771,0.02,0.4771 hawser,hawser,3,2,3,2,0.06,0.6021,0.02,0.4771 Haycock,haycock,2,2,0,0,0.04,0.4771,0.02,0.4771 hayseeds,hayseeds,4,2,4,2,0.08,0.6990,0.02,0.4771 hazed,hazed,2,2,2,2,0.04,0.4771,0.02,0.4771 hazelnuts,hazelnuts,2,2,2,2,0.04,0.4771,0.02,0.4771 Hb,hb,15,2,0,0,0.29,1.2041,0.02,0.4771 headachy,headachy,2,2,2,2,0.04,0.4771,0.02,0.4771 headdresses,headdresses,2,2,2,2,0.04,0.4771,0.02,0.4771 headhunted,headhunted,2,2,2,2,0.04,0.4771,0.02,0.4771 headlands,headlands,2,2,2,2,0.04,0.4771,0.02,0.4771 headlined,headlined,2,2,2,2,0.04,0.4771,0.02,0.4771 headstands,headstands,3,2,3,2,0.06,0.6021,0.02,0.4771 headstock,headstock,2,2,2,2,0.04,0.4771,0.02,0.4771 headwaiters,headwaiters,3,2,3,2,0.06,0.6021,0.02,0.4771 headwater,headwater,6,2,6,2,0.12,0.8451,0.02,0.4771 headwear,headwear,2,2,2,2,0.04,0.4771,0.02,0.4771 heartbreakingly,heartbreakingly,2,2,2,2,0.04,0.4771,0.02,0.4771 heartbreaks,heartbreaks,2,2,1,1,0.04,0.4771,0.02,0.4771 heartedly,heartedly,3,2,3,2,0.06,0.6021,0.02,0.4771 heartening,heartening,2,2,2,2,0.04,0.4771,0.02,0.4771 hearths,hearths,2,2,2,2,0.04,0.4771,0.02,0.4771 heartier,heartier,2,2,2,2,0.04,0.4771,0.02,0.4771 Hebraic,hebraic,2,2,0,0,0.04,0.4771,0.02,0.4771 heckles,heckles,2,2,2,2,0.04,0.4771,0.02,0.4771 hedgehopping,hedgehopping,2,2,2,2,0.04,0.4771,0.02,0.4771 hedgerow,hedgerow,3,2,3,2,0.06,0.6021,0.02,0.4771 hedonist,hedonist,2,2,2,2,0.04,0.4771,0.02,0.4771 heer,heer,2,2,2,2,0.04,0.4771,0.02,0.4771 hefted,hefted,2,2,2,2,0.04,0.4771,0.02,0.4771 hegemonic,hegemonic,2,2,2,2,0.04,0.4771,0.02,0.4771 Heigh,heigh,14,2,0,0,0.27,1.1761,0.02,0.4771 heightening,heightening,2,2,2,2,0.04,0.4771,0.02,0.4771 helical,helical,2,2,1,1,0.04,0.4771,0.02,0.4771 Hellebore,hellebore,5,2,2,1,0.10,0.7782,0.02,0.4771 Hellenistic,hellenistic,2,2,0,0,0.04,0.4771,0.02,0.4771 Helvetic,helvetic,2,2,0,0,0.04,0.4771,0.02,0.4771 Heman,heman,47,2,0,0,0.92,1.6812,0.02,0.4771 hemlocks,hemlocks,3,2,3,2,0.06,0.6021,0.02,0.4771 hemodynamically,hemodynamically,2,2,1,1,0.04,0.4771,0.02,0.4771 hemophilia,hemophilia,2,2,2,2,0.04,0.4771,0.02,0.4771 hemorrhoidal,hemorrhoidal,2,2,1,1,0.04,0.4771,0.02,0.4771 hemostatic,hemostatic,2,2,2,2,0.04,0.4771,0.02,0.4771 hemostats,hemostats,3,2,2,2,0.06,0.6021,0.02,0.4771 henceforward,henceforward,2,2,2,2,0.04,0.4771,0.02,0.4771 hencoop,hencoop,2,2,2,2,0.04,0.4771,0.02,0.4771 Heo,heo,2,2,0,0,0.04,0.4771,0.02,0.4771 heralds,heralds,2,2,2,2,0.04,0.4771,0.02,0.4771 Herefords,herefords,4,2,0,0,0.08,0.6990,0.02,0.4771 hereinafter,hereinafter,3,2,2,1,0.06,0.6021,0.02,0.4771 heresies,heresies,2,2,2,2,0.04,0.4771,0.02,0.4771 herl,herl,2,2,2,2,0.04,0.4771,0.02,0.4771 hermetic,hermetic,2,2,2,2,0.04,0.4771,0.02,0.4771 herniate,herniate,2,2,2,2,0.04,0.4771,0.02,0.4771 herons,herons,2,2,2,2,0.04,0.4771,0.02,0.4771 herpetologist,herpetologist,2,2,2,2,0.04,0.4771,0.02,0.4771 hesitancy,hesitancy,2,2,2,2,0.04,0.4771,0.02,0.4771 hesitantly,hesitantly,4,2,4,2,0.08,0.6990,0.02,0.4771 heteros,heteros,2,2,2,2,0.04,0.4771,0.02,0.4771 hewed,hewed,2,2,2,2,0.04,0.4771,0.02,0.4771 Hexagon,hexagon,4,2,1,1,0.08,0.6990,0.02,0.4771 hexavalent,hexavalent,9,2,8,2,0.18,1.0000,0.02,0.4771 hexing,hexing,2,2,2,2,0.04,0.4771,0.02,0.4771 hiccupping,hiccupping,3,2,3,2,0.06,0.6021,0.02,0.4771 hierarchies,hierarchies,2,2,2,2,0.04,0.4771,0.02,0.4771 highboy,highboy,4,2,4,2,0.08,0.6990,0.02,0.4771 highlife,highlife,2,2,1,1,0.04,0.4771,0.02,0.4771 highlighters,highlighters,4,2,4,2,0.08,0.6990,0.02,0.4771 Highline,highline,14,2,1,1,0.27,1.1761,0.02,0.4771 Highpockets,highpockets,5,2,0,0,0.10,0.7782,0.02,0.4771 hight,hight,3,2,3,2,0.06,0.6021,0.02,0.4771 hilar,hilar,2,2,2,2,0.04,0.4771,0.02,0.4771 Hilts,hilts,28,2,0,0,0.55,1.4624,0.02,0.4771 hinders,hinders,2,2,2,2,0.04,0.4771,0.02,0.4771 hinging,hinging,2,2,1,1,0.04,0.4771,0.02,0.4771 hinterland,hinterland,2,2,2,2,0.04,0.4771,0.02,0.4771 hinterlands,hinterlands,2,2,2,2,0.04,0.4771,0.02,0.4771 hippopotami,hippopotami,2,2,2,2,0.04,0.4771,0.02,0.4771 hippopotamuses,hippopotamuses,2,2,2,2,0.04,0.4771,0.02,0.4771 Hirst,hirst,2,2,0,0,0.04,0.4771,0.02,0.4771 hist,hist,2,2,1,1,0.04,0.4771,0.02,0.4771 histamine,histamine,2,2,1,1,0.04,0.4771,0.02,0.4771 hitcher,hitcher,5,2,4,1,0.10,0.7782,0.02,0.4771 hitchhikes,hitchhikes,2,2,2,2,0.04,0.4771,0.02,0.4771 Hoagy,hoagy,2,2,0,0,0.04,0.4771,0.02,0.4771 hoards,hoards,2,2,2,2,0.04,0.4771,0.02,0.4771 Hob,hob,3,2,1,1,0.06,0.6021,0.02,0.4771 hobbledehoys,hobbledehoys,2,2,2,2,0.04,0.4771,0.02,0.4771 hobgoblins,hobgoblins,2,2,2,2,0.04,0.4771,0.02,0.4771 hoboing,hoboing,2,2,2,2,0.04,0.4771,0.02,0.4771 hobs,hobs,2,2,1,1,0.04,0.4771,0.02,0.4771 hoedowns,hoedowns,2,2,2,2,0.04,0.4771,0.02,0.4771 Hogmanay,hogmanay,3,2,0,0,0.06,0.6021,0.02,0.4771 hogtied,hogtied,2,2,2,2,0.04,0.4771,0.02,0.4771 hoister,hoister,2,2,2,2,0.04,0.4771,0.02,0.4771 holdouts,holdouts,2,2,2,2,0.04,0.4771,0.02,0.4771 holi,holi,2,2,1,1,0.04,0.4771,0.02,0.4771 holidaying,holidaying,2,2,1,1,0.04,0.4771,0.02,0.4771 Hollo,hollo,7,2,0,0,0.14,0.9031,0.02,0.4771 hollyhock,hollyhock,2,2,1,1,0.04,0.4771,0.02,0.4771 homebodies,homebodies,2,2,2,2,0.04,0.4771,0.02,0.4771 homebound,homebound,2,2,2,2,0.04,0.4771,0.02,0.4771 homemaking,homemaking,2,2,1,1,0.04,0.4771,0.02,0.4771 homeopathy,homeopathy,2,2,2,2,0.04,0.4771,0.02,0.4771 homerooms,homerooms,2,2,2,2,0.04,0.4771,0.02,0.4771 homesteading,homesteading,2,2,2,2,0.04,0.4771,0.02,0.4771 hominoid,hominoid,2,2,2,2,0.04,0.4771,0.02,0.4771 homogenizing,homogenizing,2,2,2,2,0.04,0.4771,0.02,0.4771 homogenous,homogenous,2,2,2,2,0.04,0.4771,0.02,0.4771 homologous,homologous,2,2,2,2,0.04,0.4771,0.02,0.4771 Hondas,hondas,3,2,0,0,0.06,0.6021,0.02,0.4771 Honduran,honduran,2,2,0,0,0.04,0.4771,0.02,0.4771 hooches,hooches,2,2,2,2,0.04,0.4771,0.02,0.4771 hoodies,hoodies,2,2,1,1,0.04,0.4771,0.02,0.4771 hoofprint,hoofprint,3,2,3,2,0.06,0.6021,0.02,0.4771 hookah,hookah,2,2,2,2,0.04,0.4771,0.02,0.4771 hookworm,hookworm,3,2,3,2,0.06,0.6021,0.02,0.4771 Hoovers,hoovers,2,2,0,0,0.04,0.4771,0.02,0.4771 hoper,hoper,2,2,2,2,0.04,0.4771,0.02,0.4771 hopscotching,hopscotching,2,2,2,2,0.04,0.4771,0.02,0.4771 Hornblower,hornblower,31,2,0,0,0.61,1.5051,0.02,0.4771 horribleness,horribleness,2,2,2,2,0.04,0.4771,0.02,0.4771 horrifically,horrifically,2,2,2,2,0.04,0.4771,0.02,0.4771 horrifies,horrifies,2,2,2,2,0.04,0.4771,0.02,0.4771 horsehead,horsehead,2,2,1,1,0.04,0.4771,0.02,0.4771 horsehide,horsehide,2,2,2,2,0.04,0.4771,0.02,0.4771 horseplayer,horseplayer,6,2,3,2,0.12,0.8451,0.02,0.4771 horsewhipping,horsewhipping,2,2,1,1,0.04,0.4771,0.02,0.4771 hortensia,hortensia,2,2,1,1,0.04,0.4771,0.02,0.4771 Hosea,hosea,5,2,0,0,0.10,0.7782,0.02,0.4771 hosen,hosen,5,2,3,2,0.10,0.7782,0.02,0.4771 hospitalize,hospitalize,2,2,2,2,0.04,0.4771,0.02,0.4771 hotbox,hotbox,2,2,2,2,0.04,0.4771,0.02,0.4771 hotcake,hotcake,2,2,2,2,0.04,0.4771,0.02,0.4771 hotdogging,hotdogging,2,2,1,1,0.04,0.4771,0.02,0.4771 hotlines,hotlines,2,2,1,1,0.04,0.4771,0.02,0.4771 hotpot,hotpot,2,2,2,2,0.04,0.4771,0.02,0.4771 hotspot,hotspot,2,2,2,2,0.04,0.4771,0.02,0.4771 hotspots,hotspots,2,2,1,1,0.04,0.4771,0.02,0.4771 hotspur,hotspur,2,2,1,1,0.04,0.4771,0.02,0.4771 Hottentot,hottentot,2,2,0,0,0.04,0.4771,0.02,0.4771 Hough,hough,2,2,0,0,0.04,0.4771,0.02,0.4771 houseboats,houseboats,2,2,2,2,0.04,0.4771,0.02,0.4771 housebreaking,housebreaking,2,2,2,2,0.04,0.4771,0.02,0.4771 houseflies,houseflies,2,2,2,2,0.04,0.4771,0.02,0.4771 househusband,househusband,2,2,2,2,0.04,0.4771,0.02,0.4771 housel,housel,2,2,2,2,0.04,0.4771,0.02,0.4771 housemaster,housemaster,4,2,3,2,0.08,0.6990,0.02,0.4771 houseplant,houseplant,2,2,1,1,0.04,0.4771,0.02,0.4771 hovercrafts,hovercrafts,2,2,2,2,0.04,0.4771,0.02,0.4771 howlers,howlers,7,2,6,1,0.14,0.9031,0.02,0.4771 howsoever,howsoever,3,2,3,2,0.06,0.6021,0.02,0.4771 Hts,hts,2,2,0,0,0.04,0.4771,0.02,0.4771 hubbies,hubbies,2,2,2,2,0.04,0.4771,0.02,0.4771 hucksters,hucksters,2,2,2,2,0.04,0.4771,0.02,0.4771 hulas,hulas,2,2,2,2,0.04,0.4771,0.02,0.4771 hulked,hulked,2,2,1,1,0.04,0.4771,0.02,0.4771 hulks,hulks,2,2,2,2,0.04,0.4771,0.02,0.4771 humanises,humanises,2,2,2,2,0.04,0.4771,0.02,0.4771 humanistic,humanistic,2,2,2,2,0.04,0.4771,0.02,0.4771 humanizes,humanizes,2,2,2,2,0.04,0.4771,0.02,0.4771 humanness,humanness,2,2,2,2,0.04,0.4771,0.02,0.4771 humbleness,humbleness,2,2,2,2,0.04,0.4771,0.02,0.4771 humbugs,humbugs,2,2,2,2,0.04,0.4771,0.02,0.4771 humidified,humidified,2,2,2,2,0.04,0.4771,0.02,0.4771 humidifiers,humidifiers,2,2,1,1,0.04,0.4771,0.02,0.4771 humiliatingly,humiliatingly,2,2,2,2,0.04,0.4771,0.02,0.4771 humorist,humorist,2,2,2,2,0.04,0.4771,0.02,0.4771 humorists,humorists,2,2,2,2,0.04,0.4771,0.02,0.4771 humoured,humoured,2,2,2,2,0.04,0.4771,0.02,0.4771 humouring,humouring,3,2,3,2,0.06,0.6021,0.02,0.4771 humpbacks,humpbacks,8,2,6,2,0.16,0.9542,0.02,0.4771 Humus,humus,3,2,1,1,0.06,0.6021,0.02,0.4771 hungering,hungering,2,2,2,2,0.04,0.4771,0.02,0.4771 Hussars,hussars,4,2,1,1,0.08,0.6990,0.02,0.4771 hutches,hutches,2,2,2,2,0.04,0.4771,0.02,0.4771 hybridization,hybridization,2,2,2,2,0.04,0.4771,0.02,0.4771 hydrazine,hydrazine,11,2,11,2,0.22,1.0792,0.02,0.4771 hydrocephalic,hydrocephalic,2,2,2,2,0.04,0.4771,0.02,0.4771 hydrocephalus,hydrocephalus,2,2,2,2,0.04,0.4771,0.02,0.4771 hydrocyanic,hydrocyanic,5,2,5,2,0.10,0.7782,0.02,0.4771 hydrofluoric,hydrofluoric,5,2,3,2,0.10,0.7782,0.02,0.4771 hydrothermal,hydrothermal,10,2,9,2,0.20,1.0414,0.02,0.4771 hydrozoa,hydrozoa,3,2,2,2,0.06,0.6021,0.02,0.4771 Hye,hye,2,2,0,0,0.04,0.4771,0.02,0.4771 hyperbaric,hyperbaric,2,2,1,1,0.04,0.4771,0.02,0.4771 hypercalcemia,hypercalcemia,2,2,2,2,0.04,0.4771,0.02,0.4771 Hypercoagulability,hypercoagulability,2,2,0,0,0.04,0.4771,0.02,0.4771 hyperglycemic,hyperglycemic,2,2,2,2,0.04,0.4771,0.02,0.4771 hyperhidrosis,hyperhidrosis,5,2,5,2,0.10,0.7782,0.02,0.4771 hyperkalemia,hyperkalemia,2,2,2,2,0.04,0.4771,0.02,0.4771 hypertense,hypertense,2,2,1,1,0.04,0.4771,0.02,0.4771 hyperthyroid,hyperthyroid,2,2,2,2,0.04,0.4771,0.02,0.4771 hypertrophic,hypertrophic,3,2,2,2,0.06,0.6021,0.02,0.4771 hyphema,hyphema,2,2,2,2,0.04,0.4771,0.02,0.4771 hyping,hyping,2,2,2,2,0.04,0.4771,0.02,0.4771 hypnagogic,hypnagogic,2,2,1,1,0.04,0.4771,0.02,0.4771 hypnotizes,hypnotizes,2,2,2,2,0.04,0.4771,0.02,0.4771 hypochlorite,hypochlorite,5,2,5,2,0.10,0.7782,0.02,0.4771 hypochromic,hypochromic,2,2,2,2,0.04,0.4771,0.02,0.4771 hypocritic,hypocritic,2,2,1,1,0.04,0.4771,0.02,0.4771 hypogastric,hypogastric,2,2,2,2,0.04,0.4771,0.02,0.4771 hypokalemia,hypokalemia,2,2,1,1,0.04,0.4771,0.02,0.4771 hypokalemic,hypokalemic,2,2,2,2,0.04,0.4771,0.02,0.4771 hypoplastic,hypoplastic,2,2,1,1,0.04,0.4771,0.02,0.4771 hypospadias,hypospadias,4,2,4,2,0.08,0.6990,0.02,0.4771 hypospray,hypospray,2,2,1,1,0.04,0.4771,0.02,0.4771 hypothalamic,hypothalamic,5,2,5,2,0.10,0.7782,0.02,0.4771 hypothesizing,hypothesizing,2,2,2,2,0.04,0.4771,0.02,0.4771 hyrax,hyrax,2,2,2,2,0.04,0.4771,0.02,0.4771 hyssop,hyssop,3,2,3,2,0.06,0.6021,0.02,0.4771 iamb,iamb,2,2,2,2,0.04,0.4771,0.02,0.4771 iatrogenic,iatrogenic,4,2,3,1,0.08,0.6990,0.02,0.4771 iba,iba,2,2,1,1,0.04,0.4771,0.02,0.4771 ibex,ibex,3,2,3,2,0.06,0.6021,0.02,0.4771 icebound,icebound,2,2,2,2,0.04,0.4771,0.02,0.4771 icefall,icefall,2,2,2,2,0.04,0.4771,0.02,0.4771 ideation,ideation,2,2,2,2,0.04,0.4771,0.02,0.4771 identically,identically,2,2,2,2,0.04,0.4771,0.02,0.4771 idlest,idlest,2,2,2,2,0.04,0.4771,0.02,0.4771 idolise,idolise,2,2,2,2,0.04,0.4771,0.02,0.4771 idolises,idolises,2,2,2,2,0.04,0.4771,0.02,0.4771 idyll,idyll,2,2,2,2,0.04,0.4771,0.02,0.4771 igniter,igniter,4,2,4,2,0.08,0.6990,0.02,0.4771 ignorer,ignorer,2,2,2,2,0.04,0.4771,0.02,0.4771 iii,iii,2,2,2,2,0.04,0.4771,0.02,0.4771 Ilea,ilea,2,2,0,0,0.04,0.4771,0.02,0.4771 Ilia,ilia,11,2,1,1,0.22,1.0792,0.02,0.4771 illegitimacy,illegitimacy,2,2,2,2,0.04,0.4771,0.02,0.4771 illest,illest,2,2,2,2,0.04,0.4771,0.02,0.4771 illicitly,illicitly,2,2,1,1,0.04,0.4771,0.02,0.4771 illimitable,illimitable,2,2,2,2,0.04,0.4771,0.02,0.4771 illing,illing,4,2,4,2,0.08,0.6990,0.02,0.4771 illogic,illogic,2,2,2,2,0.04,0.4771,0.02,0.4771 illuminati,illuminati,2,2,2,2,0.04,0.4771,0.02,0.4771 illusionists,illusionists,2,2,1,1,0.04,0.4771,0.02,0.4771 illusory,illusory,2,2,2,2,0.04,0.4771,0.02,0.4771 imaged,imaged,2,2,2,2,0.04,0.4771,0.02,0.4771 imbed,imbed,2,2,2,2,0.04,0.4771,0.02,0.4771 imbuing,imbuing,2,2,2,2,0.04,0.4771,0.02,0.4771 immaculately,immaculately,2,2,2,2,0.04,0.4771,0.02,0.4771 immersing,immersing,2,2,1,1,0.04,0.4771,0.02,0.4771 immobility,immobility,2,2,2,2,0.04,0.4771,0.02,0.4771 immobilizer,immobilizer,2,2,2,2,0.04,0.4771,0.02,0.4771 immunize,immunize,2,2,2,2,0.04,0.4771,0.02,0.4771 immunizing,immunizing,2,2,2,2,0.04,0.4771,0.02,0.4771 immunosuppressant,immunosuppressant,2,2,2,2,0.04,0.4771,0.02,0.4771 impaling,impaling,2,2,2,2,0.04,0.4771,0.02,0.4771 impaneled,impaneled,2,2,2,2,0.04,0.4771,0.02,0.4771 imparts,imparts,2,2,2,2,0.04,0.4771,0.02,0.4771 impasto,impasto,2,2,2,2,0.04,0.4771,0.02,0.4771 impatiens,impatiens,2,2,1,1,0.04,0.4771,0.02,0.4771 impecunious,impecunious,3,2,2,2,0.06,0.6021,0.02,0.4771 imperatives,imperatives,2,2,2,2,0.04,0.4771,0.02,0.4771 imperilled,imperilled,3,2,3,2,0.06,0.6021,0.02,0.4771 impermanence,impermanence,2,2,2,2,0.04,0.4771,0.02,0.4771 Impetigo,impetigo,3,2,1,1,0.06,0.6021,0.02,0.4771 impetuosity,impetuosity,2,2,2,2,0.04,0.4771,0.02,0.4771 impetuousness,impetuousness,2,2,2,2,0.04,0.4771,0.02,0.4771 impinged,impinged,2,2,2,2,0.04,0.4771,0.02,0.4771 impious,impious,2,2,1,1,0.04,0.4771,0.02,0.4771 implodes,implodes,2,2,2,2,0.04,0.4771,0.02,0.4771 implosions,implosions,4,2,4,2,0.08,0.6990,0.02,0.4771 impoliteness,impoliteness,2,2,2,2,0.04,0.4771,0.02,0.4771 importunate,importunate,2,2,2,2,0.04,0.4771,0.02,0.4771 importune,importune,2,2,1,1,0.04,0.4771,0.02,0.4771 impotency,impotency,2,2,2,2,0.04,0.4771,0.02,0.4771 impoverishment,impoverishment,2,2,2,2,0.04,0.4771,0.02,0.4771 imprecision,imprecision,2,2,2,2,0.04,0.4771,0.02,0.4771 imprimatur,imprimatur,2,2,2,2,0.04,0.4771,0.02,0.4771 improbabilities,improbabilities,2,2,2,2,0.04,0.4771,0.02,0.4771 imprudently,imprudently,2,2,2,2,0.04,0.4771,0.02,0.4771 impulsivity,impulsivity,2,2,2,2,0.04,0.4771,0.02,0.4771 imputation,imputation,2,2,2,2,0.04,0.4771,0.02,0.4771 imputations,imputations,4,2,4,2,0.08,0.6990,0.02,0.4771 imputed,imputed,2,2,2,2,0.04,0.4771,0.02,0.4771 imu,imu,2,2,1,1,0.04,0.4771,0.02,0.4771 inabilities,inabilities,2,2,2,2,0.04,0.4771,0.02,0.4771 inaccuracy,inaccuracy,2,2,2,2,0.04,0.4771,0.02,0.4771 inapplicable,inapplicable,2,2,2,2,0.04,0.4771,0.02,0.4771 inauthentic,inauthentic,2,2,2,2,0.04,0.4771,0.02,0.4771 incalculably,incalculably,2,2,2,2,0.04,0.4771,0.02,0.4771 incapacitates,incapacitates,2,2,2,2,0.04,0.4771,0.02,0.4771 incapacitating,incapacitating,2,2,2,2,0.04,0.4771,0.02,0.4771 incarnadine,incarnadine,2,2,2,2,0.04,0.4771,0.02,0.4771 incarnated,incarnated,2,2,2,2,0.04,0.4771,0.02,0.4771 Incas,incas,4,2,0,0,0.08,0.6990,0.02,0.4771 Incept,incept,5,2,1,1,0.10,0.7782,0.02,0.4771 incestuously,incestuously,2,2,2,2,0.04,0.4771,0.02,0.4771 Inchoate,inchoate,3,2,1,1,0.06,0.6021,0.02,0.4771 incidences,incidences,2,2,2,2,0.04,0.4771,0.02,0.4771 Incising,incising,2,2,0,0,0.04,0.4771,0.02,0.4771 inclining,inclining,2,2,2,2,0.04,0.4771,0.02,0.4771 incognita,incognita,2,2,2,2,0.04,0.4771,0.02,0.4771 incompetently,incompetently,2,2,2,2,0.04,0.4771,0.02,0.4771 inconveniently,inconveniently,2,2,2,2,0.04,0.4771,0.02,0.4771 incorrigibly,incorrigibly,2,2,2,2,0.04,0.4771,0.02,0.4771 incorruptibility,incorruptibility,2,2,2,2,0.04,0.4771,0.02,0.4771 incredulity,incredulity,2,2,2,2,0.04,0.4771,0.02,0.4771 increment,increment,2,2,2,2,0.04,0.4771,0.02,0.4771 incrementally,incrementally,2,2,2,2,0.04,0.4771,0.02,0.4771 incubates,incubates,2,2,2,2,0.04,0.4771,0.02,0.4771 incubi,incubi,2,2,2,2,0.04,0.4771,0.02,0.4771 inculcated,inculcated,2,2,2,2,0.04,0.4771,0.02,0.4771 inculcating,inculcating,2,2,2,2,0.04,0.4771,0.02,0.4771 incurables,incurables,2,2,2,2,0.04,0.4771,0.02,0.4771 ind,ind,4,2,3,1,0.08,0.6990,0.02,0.4771 indemnification,indemnification,3,2,3,2,0.06,0.6021,0.02,0.4771 indemnified,indemnified,2,2,2,2,0.04,0.4771,0.02,0.4771 indenture,indenture,2,2,2,2,0.04,0.4771,0.02,0.4771 indexed,indexed,2,2,2,2,0.04,0.4771,0.02,0.4771 indexer,indexer,2,2,2,2,0.04,0.4771,0.02,0.4771 indices,indices,2,2,2,2,0.04,0.4771,0.02,0.4771 indies,indies,2,2,2,2,0.04,0.4771,0.02,0.4771 indigents,indigents,2,2,2,2,0.04,0.4771,0.02,0.4771 indignantly,indignantly,2,2,2,2,0.04,0.4771,0.02,0.4771 indiscrete,indiscrete,2,2,2,2,0.04,0.4771,0.02,0.4771 individualist,individualist,2,2,1,1,0.04,0.4771,0.02,0.4771 individualistic,individualistic,2,2,2,2,0.04,0.4771,0.02,0.4771 individualize,individualize,4,2,2,2,0.08,0.6990,0.02,0.4771 inductive,inductive,2,2,2,2,0.04,0.4771,0.02,0.4771 inductor,inductor,3,2,3,2,0.06,0.6021,0.02,0.4771 indulgement,indulgement,2,2,2,2,0.04,0.4771,0.02,0.4771 industrialized,industrialized,2,2,2,2,0.04,0.4771,0.02,0.4771 ineffectually,ineffectually,2,2,2,2,0.04,0.4771,0.02,0.4771 inefficiently,inefficiently,2,2,1,1,0.04,0.4771,0.02,0.4771 ineluctable,ineluctable,2,2,2,2,0.04,0.4771,0.02,0.4771 inequities,inequities,4,2,4,2,0.08,0.6990,0.02,0.4771 infame,infame,2,2,2,2,0.04,0.4771,0.02,0.4771 infanticide,infanticide,3,2,3,2,0.06,0.6021,0.02,0.4771 infantilize,infantilize,3,2,3,2,0.06,0.6021,0.02,0.4771 infarct,infarct,2,2,2,2,0.04,0.4771,0.02,0.4771 infarctions,infarctions,2,2,2,2,0.04,0.4771,0.02,0.4771 infers,infers,2,2,2,2,0.04,0.4771,0.02,0.4771 infielder,infielder,2,2,2,2,0.04,0.4771,0.02,0.4771 infinites,infinites,2,2,2,2,0.04,0.4771,0.02,0.4771 infinitives,infinitives,2,2,2,2,0.04,0.4771,0.02,0.4771 inflaming,inflaming,2,2,2,2,0.04,0.4771,0.02,0.4771 infra,infra,2,2,2,2,0.04,0.4771,0.02,0.4771 infrareds,infrareds,2,2,2,2,0.04,0.4771,0.02,0.4771 infringes,infringes,2,2,2,2,0.04,0.4771,0.02,0.4771 ingests,ingests,2,2,2,2,0.04,0.4771,0.02,0.4771 ingle,ingle,2,2,1,1,0.04,0.4771,0.02,0.4771 ingot,ingot,2,2,2,2,0.04,0.4771,0.02,0.4771 ingots,ingots,3,2,3,2,0.06,0.6021,0.02,0.4771 inheritor,inheritor,2,2,2,2,0.04,0.4771,0.02,0.4771 inhumanly,inhumanly,2,2,2,2,0.04,0.4771,0.02,0.4771 inimical,inimical,2,2,2,2,0.04,0.4771,0.02,0.4771 inimitably,inimitably,2,2,2,2,0.04,0.4771,0.02,0.4771 initialize,initialize,2,2,2,2,0.04,0.4771,0.02,0.4771 initialized,initialized,2,2,2,2,0.04,0.4771,0.02,0.4771 injures,injures,2,2,2,2,0.04,0.4771,0.02,0.4771 injust,injust,2,2,1,1,0.04,0.4771,0.02,0.4771 inkblot,inkblot,2,2,2,2,0.04,0.4771,0.02,0.4771 inkblots,inkblots,2,2,2,2,0.04,0.4771,0.02,0.4771 inker,inker,2,2,2,2,0.04,0.4771,0.02,0.4771 inputs,inputs,2,2,2,2,0.04,0.4771,0.02,0.4771 inquires,inquires,2,2,2,2,0.04,0.4771,0.02,0.4771 insectivore,insectivore,2,2,2,2,0.04,0.4771,0.02,0.4771 insensitively,insensitively,2,2,2,2,0.04,0.4771,0.02,0.4771 inseparate,inseparate,2,2,2,2,0.04,0.4771,0.02,0.4771 insidiously,insidiously,2,2,2,2,0.04,0.4771,0.02,0.4771 insincerity,insincerity,2,2,2,2,0.04,0.4771,0.02,0.4771 insole,insole,2,2,2,2,0.04,0.4771,0.02,0.4771 insolvency,insolvency,2,2,2,2,0.04,0.4771,0.02,0.4771 Insouciant,insouciant,3,2,1,1,0.06,0.6021,0.02,0.4771 instable,instable,2,2,2,2,0.04,0.4771,0.02,0.4771 instants,instants,2,2,2,2,0.04,0.4771,0.02,0.4771 instate,instate,2,2,2,2,0.04,0.4771,0.02,0.4771 instigates,instigates,2,2,1,1,0.04,0.4771,0.02,0.4771 institutes,institutes,2,2,2,2,0.04,0.4771,0.02,0.4771 institutionalised,institutionalised,2,2,2,2,0.04,0.4771,0.02,0.4771 insufficiently,insufficiently,2,2,2,2,0.04,0.4771,0.02,0.4771 insufflated,insufflated,2,2,2,2,0.04,0.4771,0.02,0.4771 insulates,insulates,2,2,2,2,0.04,0.4771,0.02,0.4771 insulating,insulating,2,2,2,2,0.04,0.4771,0.02,0.4771 insulator,insulator,2,2,2,2,0.04,0.4771,0.02,0.4771 insulter,insulter,3,2,3,2,0.06,0.6021,0.02,0.4771 insurances,insurances,2,2,2,2,0.04,0.4771,0.02,0.4771 int,int,2,2,1,1,0.04,0.4771,0.02,0.4771 intaglio,intaglio,4,2,3,2,0.08,0.6990,0.02,0.4771 integers,integers,2,2,1,1,0.04,0.4771,0.02,0.4771 integrator,integrator,2,2,2,2,0.04,0.4771,0.02,0.4771 intellectualism,intellectualism,2,2,2,2,0.04,0.4771,0.02,0.4771 intellectualize,intellectualize,2,2,2,2,0.04,0.4771,0.02,0.4771 intentioned,intentioned,2,2,2,2,0.04,0.4771,0.02,0.4771 intercoms,intercoms,2,2,2,2,0.04,0.4771,0.02,0.4771 interconnecting,interconnecting,2,2,2,2,0.04,0.4771,0.02,0.4771 intercut,intercut,2,2,2,2,0.04,0.4771,0.02,0.4771 interdepartmental,interdepartmental,2,2,2,2,0.04,0.4771,0.02,0.4771 interfacing,interfacing,2,2,2,2,0.04,0.4771,0.02,0.4771 interjecting,interjecting,2,2,2,2,0.04,0.4771,0.02,0.4771 Interlace,interlace,2,2,0,0,0.04,0.4771,0.02,0.4771 interleague,interleague,2,2,2,2,0.04,0.4771,0.02,0.4771 interlinked,interlinked,2,2,2,2,0.04,0.4771,0.02,0.4771 interludes,interludes,2,2,2,2,0.04,0.4771,0.02,0.4771 intermediaries,intermediaries,2,2,2,2,0.04,0.4771,0.02,0.4771 internationalist,internationalist,2,2,2,2,0.04,0.4771,0.02,0.4771 internationalizing,internationalizing,2,2,2,2,0.04,0.4771,0.02,0.4771 internationals,internationals,3,2,2,2,0.06,0.6021,0.02,0.4771 internecine,internecine,2,2,2,2,0.04,0.4771,0.02,0.4771 internees,internees,2,2,2,2,0.04,0.4771,0.02,0.4771 interosseus,interosseus,2,2,2,2,0.04,0.4771,0.02,0.4771 interpolation,interpolation,2,2,2,2,0.04,0.4771,0.02,0.4771 interrelationship,interrelationship,2,2,2,2,0.04,0.4771,0.02,0.4771 interrogative,interrogative,2,2,1,1,0.04,0.4771,0.02,0.4771 interrupter,interrupter,3,2,3,2,0.06,0.6021,0.02,0.4771 interscholastic,interscholastic,2,2,2,2,0.04,0.4771,0.02,0.4771 intersected,intersected,2,2,2,2,0.04,0.4771,0.02,0.4771 interservice,interservice,2,2,2,2,0.04,0.4771,0.02,0.4771 interspersed,interspersed,2,2,2,2,0.04,0.4771,0.02,0.4771 interstitial,interstitial,2,2,2,2,0.04,0.4771,0.02,0.4771 interviewees,interviewees,2,2,2,2,0.04,0.4771,0.02,0.4771 intimal,intimal,2,2,2,2,0.04,0.4771,0.02,0.4771 intimidations,intimidations,2,2,2,2,0.04,0.4771,0.02,0.4771 intolerably,intolerably,2,2,2,2,0.04,0.4771,0.02,0.4771 intoned,intoned,3,2,3,2,0.06,0.6021,0.02,0.4771 intoxicate,intoxicate,2,2,2,2,0.04,0.4771,0.02,0.4771 intoxicates,intoxicates,3,2,2,2,0.06,0.6021,0.02,0.4771 intramuscular,intramuscular,3,2,2,1,0.06,0.6021,0.02,0.4771 intranet,intranet,4,2,4,2,0.08,0.6990,0.02,0.4771 intransigence,intransigence,3,2,3,2,0.06,0.6021,0.02,0.4771 intrastate,intrastate,2,2,2,2,0.04,0.4771,0.02,0.4771 intravascular,intravascular,2,2,2,2,0.04,0.4771,0.02,0.4771 intrepidity,intrepidity,2,2,2,2,0.04,0.4771,0.02,0.4771 intrepidly,intrepidly,2,2,2,2,0.04,0.4771,0.02,0.4771 intriguingly,intriguingly,2,2,2,2,0.04,0.4771,0.02,0.4771 introitus,introitus,2,2,2,2,0.04,0.4771,0.02,0.4771 introvert,introvert,3,2,2,1,0.06,0.6021,0.02,0.4771 intuited,intuited,2,2,2,2,0.04,0.4771,0.02,0.4771 inv,inv,2,2,2,2,0.04,0.4771,0.02,0.4771 invariance,invariance,2,2,2,2,0.04,0.4771,0.02,0.4771 invective,invective,2,2,2,2,0.04,0.4771,0.02,0.4771 Inverness,inverness,2,2,0,0,0.04,0.4771,0.02,0.4771 inversely,inversely,2,2,2,2,0.04,0.4771,0.02,0.4771 inverting,inverting,2,2,1,1,0.04,0.4771,0.02,0.4771 inverts,inverts,2,2,2,2,0.04,0.4771,0.02,0.4771 inveterate,inveterate,2,2,2,2,0.04,0.4771,0.02,0.4771 inviolability,inviolability,2,2,2,2,0.04,0.4771,0.02,0.4771 inviolable,inviolable,2,2,2,2,0.04,0.4771,0.02,0.4771 invitee,invitee,2,2,2,2,0.04,0.4771,0.02,0.4771 iodized,iodized,2,2,2,2,0.04,0.4771,0.02,0.4771 ionised,ionised,2,2,2,2,0.04,0.4771,0.02,0.4771 Iou,iou,2,2,0,0,0.04,0.4771,0.02,0.4771 ipse,ipse,2,2,1,1,0.04,0.4771,0.02,0.4771 ipsilateral,ipsilateral,3,2,3,2,0.06,0.6021,0.02,0.4771 Iranian,iranian,2,2,0,0,0.04,0.4771,0.02,0.4771 iridium,iridium,12,2,8,1,0.24,1.1139,0.02,0.4771 irradiating,irradiating,2,2,2,2,0.04,0.4771,0.02,0.4771 irredeemably,irredeemably,2,2,2,2,0.04,0.4771,0.02,0.4771 irrelevancies,irrelevancies,2,2,2,2,0.04,0.4771,0.02,0.4771 irreligious,irreligious,2,2,2,2,0.04,0.4771,0.02,0.4771 irreproachable,irreproachable,2,2,2,2,0.04,0.4771,0.02,0.4771 irritants,irritants,2,2,2,2,0.04,0.4771,0.02,0.4771 ise,ise,2,2,2,2,0.04,0.4771,0.02,0.4771 islander,islander,2,2,2,2,0.04,0.4771,0.02,0.4771 isocyanate,isocyanate,2,2,2,2,0.04,0.4771,0.02,0.4771 Isolde,isolde,19,2,0,0,0.37,1.3010,0.02,0.4771 isomagnetic,isomagnetic,2,2,2,2,0.04,0.4771,0.02,0.4771 isomerism,isomerism,6,2,3,2,0.12,0.8451,0.02,0.4771 isotonic,isotonic,2,2,2,2,0.04,0.4771,0.02,0.4771 itd,itd,3,2,2,2,0.06,0.6021,0.02,0.4771 itemizing,itemizing,2,2,2,2,0.04,0.4771,0.02,0.4771 iterations,iterations,2,2,2,2,0.04,0.4771,0.02,0.4771 iwa,iwa,2,2,1,1,0.04,0.4771,0.02,0.4771 Ix,ix,2,2,0,0,0.04,0.4771,0.02,0.4771 jabberwocky,jabberwocky,3,2,2,1,0.06,0.6021,0.02,0.4771 jacketed,jacketed,3,2,3,2,0.06,0.6021,0.02,0.4771 jackknives,jackknives,3,2,3,2,0.06,0.6021,0.02,0.4771 jackstraws,jackstraws,2,2,2,2,0.04,0.4771,0.02,0.4771 Jacobean,jacobean,2,2,0,0,0.04,0.4771,0.02,0.4771 Jaeger,jaeger,3,2,0,0,0.06,0.6021,0.02,0.4771 jailing,jailing,2,2,1,1,0.04,0.4771,0.02,0.4771 jailor,jailor,2,2,1,1,0.04,0.4771,0.02,0.4771 jalopies,jalopies,2,2,2,2,0.04,0.4771,0.02,0.4771 jama,jama,4,2,3,1,0.08,0.6990,0.02,0.4771 jamb,jamb,2,2,2,2,0.04,0.4771,0.02,0.4771 jambo,jambo,2,2,1,1,0.04,0.4771,0.02,0.4771 jangled,jangled,2,2,1,1,0.04,0.4771,0.02,0.4771 jangles,jangles,2,2,1,1,0.04,0.4771,0.02,0.4771 Jarret,jarret,11,2,0,0,0.22,1.0792,0.02,0.4771 jawboning,jawboning,2,2,2,2,0.04,0.4771,0.02,0.4771 jawbreaker,jawbreaker,6,2,5,2,0.12,0.8451,0.02,0.4771 jawbreakers,jawbreakers,2,2,2,2,0.04,0.4771,0.02,0.4771 jawline,jawline,2,2,2,2,0.04,0.4771,0.02,0.4771 jaybirds,jaybirds,3,2,3,2,0.06,0.6021,0.02,0.4771 Jaywalker,jaywalker,3,2,1,1,0.06,0.6021,0.02,0.4771 jazzman,jazzman,2,2,1,1,0.04,0.4771,0.02,0.4771 Jemmy,jemmy,5,2,0,0,0.10,0.7782,0.02,0.4771 jete,jete,2,2,2,2,0.04,0.4771,0.02,0.4771 Jetes,jetes,3,2,1,1,0.06,0.6021,0.02,0.4771 Jewry,jewry,2,2,0,0,0.04,0.4771,0.02,0.4771 jiffies,jiffies,2,2,2,2,0.04,0.4771,0.02,0.4771 jigaboos,jigaboos,2,2,2,2,0.04,0.4771,0.02,0.4771 jigsaws,jigsaws,2,2,1,1,0.04,0.4771,0.02,0.4771 jilt,jilt,2,2,2,2,0.04,0.4771,0.02,0.4771 jilting,jilting,2,2,2,2,0.04,0.4771,0.02,0.4771 jimjams,jimjams,2,2,2,2,0.04,0.4771,0.02,0.4771 jingled,jingled,2,2,2,2,0.04,0.4771,0.02,0.4771 Jobbers,jobbers,2,2,0,0,0.04,0.4771,0.02,0.4771 jocker,jocker,2,2,2,2,0.04,0.4771,0.02,0.4771 jockeyed,jockeyed,2,2,2,2,0.04,0.4771,0.02,0.4771 jocose,jocose,4,2,4,2,0.08,0.6990,0.02,0.4771 jointed,jointed,2,2,1,1,0.04,0.4771,0.02,0.4771 joist,joist,3,2,3,2,0.06,0.6021,0.02,0.4771 jokesters,jokesters,2,2,2,2,0.04,0.4771,0.02,0.4771 jolliest,jolliest,2,2,2,2,0.04,0.4771,0.02,0.4771 jolting,jolting,2,2,2,2,0.04,0.4771,0.02,0.4771 jonquil,jonquil,2,2,1,1,0.04,0.4771,0.02,0.4771 journeyman,journeyman,2,2,2,2,0.04,0.4771,0.02,0.4771 journeymen,journeymen,2,2,2,2,0.04,0.4771,0.02,0.4771 judgemental,judgemental,2,2,2,2,0.04,0.4771,0.02,0.4771 jugheads,jugheads,2,2,2,2,0.04,0.4771,0.02,0.4771 juicehead,juicehead,2,2,2,2,0.04,0.4771,0.02,0.4771 jujube,jujube,2,2,1,1,0.04,0.4771,0.02,0.4771 juked,juked,2,2,2,2,0.04,0.4771,0.02,0.4771 junglegym,junglegym,4,2,3,1,0.08,0.6990,0.02,0.4771 junkers,junkers,2,2,2,2,0.04,0.4771,0.02,0.4771 juntas,juntas,2,2,1,1,0.04,0.4771,0.02,0.4771 juridical,juridical,3,2,3,2,0.06,0.6021,0.02,0.4771 Justo,justo,4,2,0,0,0.08,0.6990,0.02,0.4771 Jutes,jutes,2,2,0,0,0.04,0.4771,0.02,0.4771 Kaaba,kaaba,10,2,0,0,0.20,1.0414,0.02,0.4771 Kabala,kabala,4,2,1,1,0.08,0.6990,0.02,0.4771 kaffeeklatsch,kaffeeklatsch,2,2,2,2,0.04,0.4771,0.02,0.4771 kaffirs,kaffirs,2,2,1,1,0.04,0.4771,0.02,0.4771 Kail,kail,6,2,0,0,0.12,0.8451,0.02,0.4771 Kaisers,kaisers,2,2,0,0,0.04,0.4771,0.02,0.4771 kaleidoscopes,kaleidoscopes,3,2,2,2,0.06,0.6021,0.02,0.4771 Kamala,kamala,4,2,0,0,0.08,0.6990,0.02,0.4771 Kamerad,kamerad,3,2,0,0,0.06,0.6021,0.02,0.4771 Kana,kana,17,2,0,0,0.33,1.2553,0.02,0.4771 kapok,kapok,2,2,1,1,0.04,0.4771,0.02,0.4771 kaputt,kaputt,6,2,5,2,0.12,0.8451,0.02,0.4771 Karo,karo,2,2,0,0,0.04,0.4771,0.02,0.4771 Karts,karts,3,2,1,1,0.06,0.6021,0.02,0.4771 Kats,kats,2,2,0,0,0.04,0.4771,0.02,0.4771 Katydid,katydid,3,2,1,1,0.06,0.6021,0.02,0.4771 kayakers,kayakers,3,2,3,2,0.06,0.6021,0.02,0.4771 Kayo,kayo,16,2,0,0,0.31,1.2304,0.02,0.4771 kazoos,kazoos,2,2,1,1,0.04,0.4771,0.02,0.4771 Kb,kb,4,2,0,0,0.08,0.6990,0.02,0.4771 Keat,keat,2,2,0,0,0.04,0.4771,0.02,0.4771 Keck,keck,8,2,0,0,0.16,0.9542,0.02,0.4771 Keek,keek,4,2,0,0,0.08,0.6990,0.02,0.4771 keelhauled,keelhauled,2,2,2,2,0.04,0.4771,0.02,0.4771 keisters,keisters,2,2,2,2,0.04,0.4771,0.02,0.4771 Keita,keita,4,2,0,0,0.08,0.6990,0.02,0.4771 kenneled,kenneled,2,2,2,2,0.04,0.4771,0.02,0.4771 Kens,kens,4,2,0,0,0.08,0.6990,0.02,0.4771 Kerel,kerel,2,2,0,0,0.04,0.4771,0.02,0.4771 kerf,kerf,4,2,4,2,0.08,0.6990,0.02,0.4771 kerns,kerns,2,2,1,1,0.04,0.4771,0.02,0.4771 ketchups,ketchups,4,2,4,2,0.08,0.6990,0.02,0.4771 ketone,ketone,2,2,1,1,0.04,0.4771,0.02,0.4771 kettledrum,kettledrum,2,2,2,2,0.04,0.4771,0.02,0.4771 kickshaws,kickshaws,2,2,2,2,0.04,0.4771,0.02,0.4771 Kiddush,kiddush,4,2,0,0,0.08,0.6990,0.02,0.4771 kifs,kifs,2,2,2,2,0.04,0.4771,0.02,0.4771 kilim,kilim,3,2,2,1,0.06,0.6021,0.02,0.4771 Killy,killy,2,2,0,0,0.04,0.4771,0.02,0.4771 kilobytes,kilobytes,2,2,2,2,0.04,0.4771,0.02,0.4771 kilogram,kilogram,3,2,3,2,0.06,0.6021,0.02,0.4771 kindergartner,kindergartner,2,2,2,2,0.04,0.4771,0.02,0.4771 kindles,kindles,2,2,2,2,0.04,0.4771,0.02,0.4771 kindlier,kindlier,2,2,2,2,0.04,0.4771,0.02,0.4771 kindliness,kindliness,2,2,2,2,0.04,0.4771,0.02,0.4771 kinfolks,kinfolks,2,2,2,2,0.04,0.4771,0.02,0.4771 kingpins,kingpins,3,2,2,2,0.06,0.6021,0.02,0.4771 Kips,kips,4,2,0,0,0.08,0.6990,0.02,0.4771 Kiri,kiri,2,2,0,0,0.04,0.4771,0.02,0.4771 Kirkyard,kirkyard,2,2,0,0,0.04,0.4771,0.02,0.4771 Kirsch,kirsch,31,2,0,0,0.61,1.5051,0.02,0.4771 kitchenware,kitchenware,2,2,1,1,0.04,0.4771,0.02,0.4771 kitted,kitted,2,2,2,2,0.04,0.4771,0.02,0.4771 Kittles,kittles,2,2,0,0,0.04,0.4771,0.02,0.4771 Kivu,kivu,3,2,0,0,0.06,0.6021,0.02,0.4771 kleptomania,kleptomania,4,2,4,2,0.08,0.6990,0.02,0.4771 kleptomaniacs,kleptomaniacs,2,2,1,1,0.04,0.4771,0.02,0.4771 Kluck,kluck,4,2,0,0,0.08,0.6990,0.02,0.4771 kneader,kneader,4,2,3,1,0.08,0.6990,0.02,0.4771 kneeler,kneeler,2,2,2,2,0.04,0.4771,0.02,0.4771 knifing,knifing,2,2,2,2,0.04,0.4771,0.02,0.4771 knifings,knifings,2,2,2,2,0.04,0.4771,0.02,0.4771 knitter,knitter,2,2,2,2,0.04,0.4771,0.02,0.4771 Knolls,knolls,3,2,0,0,0.06,0.6021,0.02,0.4771 knotting,knotting,2,2,2,2,0.04,0.4771,0.02,0.4771 knuckleball,knuckleball,2,2,2,2,0.04,0.4771,0.02,0.4771 knuckler,knuckler,2,2,2,2,0.04,0.4771,0.02,0.4771 knucks,knucks,3,2,3,2,0.06,0.6021,0.02,0.4771 Knut,knut,9,2,0,0,0.18,1.0000,0.02,0.4771 koalas,koalas,4,2,3,2,0.08,0.6990,0.02,0.4771 Koda,koda,42,2,0,0,0.82,1.6335,0.02,0.4771 Kojima,kojima,15,2,0,0,0.29,1.2041,0.02,0.4771 Kolinsky,kolinsky,10,2,0,0,0.20,1.0414,0.02,0.4771 Kon,kon,2,2,0,0,0.04,0.4771,0.02,0.4771 Kondo,kondo,15,2,0,0,0.29,1.2041,0.02,0.4771 kopecks,kopecks,6,2,6,2,0.12,0.8451,0.02,0.4771 Kopi,kopi,3,2,0,0,0.06,0.6021,0.02,0.4771 Kops,kops,2,2,0,0,0.04,0.4771,0.02,0.4771 Kor,kor,3,2,0,0,0.06,0.6021,0.02,0.4771 korma,korma,3,2,3,2,0.06,0.6021,0.02,0.4771 Kors,kors,2,2,0,0,0.04,0.4771,0.02,0.4771 Kos,kos,4,2,0,0,0.08,0.6990,0.02,0.4771 kowtowed,kowtowed,2,2,2,2,0.04,0.4771,0.02,0.4771 kronen,kronen,7,2,4,1,0.14,0.9031,0.02,0.4771 kudu,kudu,4,2,4,2,0.08,0.6990,0.02,0.4771 Kudzu,kudzu,5,2,2,2,0.10,0.7782,0.02,0.4771 Kuei,kuei,50,2,0,0,0.98,1.7076,0.02,0.4771 Kultur,kultur,2,2,0,0,0.04,0.4771,0.02,0.4771 Kummel,kummel,3,2,1,1,0.06,0.6021,0.02,0.4771 Kurta,kurta,2,2,0,0,0.04,0.4771,0.02,0.4771 Kv,kv,2,2,0,0,0.04,0.4771,0.02,0.4771 Kyrie,kyrie,5,2,0,0,0.10,0.7782,0.02,0.4771 labile,labile,2,2,2,2,0.04,0.4771,0.02,0.4771 labyrinthine,labyrinthine,2,2,1,1,0.04,0.4771,0.02,0.4771 lacerates,lacerates,2,2,1,1,0.04,0.4771,0.02,0.4771 lackaday,lackaday,3,2,3,2,0.06,0.6021,0.02,0.4771 Lackland,lackland,2,2,0,0,0.04,0.4771,0.02,0.4771 laconic,laconic,2,2,2,2,0.04,0.4771,0.02,0.4771 laddered,laddered,2,2,2,2,0.04,0.4771,0.02,0.4771 lades,lades,2,2,2,2,0.04,0.4771,0.02,0.4771 Ladyfish,ladyfish,17,2,1,1,0.33,1.2553,0.02,0.4771 Laertes,laertes,3,2,0,0,0.06,0.6021,0.02,0.4771 lagniappe,lagniappe,3,2,2,2,0.06,0.6021,0.02,0.4771 lairy,lairy,2,2,2,2,0.04,0.4771,0.02,0.4771 laissez,laissez,2,2,1,1,0.04,0.4771,0.02,0.4771 Lakeland,lakeland,3,2,0,0,0.06,0.6021,0.02,0.4771 lamasery,lamasery,4,2,4,2,0.08,0.6990,0.02,0.4771 lambasting,lambasting,2,2,2,2,0.04,0.4771,0.02,0.4771 lambeau,lambeau,2,2,1,1,0.04,0.4771,0.02,0.4771 lambie,lambie,3,2,2,1,0.06,0.6021,0.02,0.4771 lambkin,lambkin,2,2,2,2,0.04,0.4771,0.02,0.4771 lambkins,lambkins,3,2,3,2,0.06,0.6021,0.02,0.4771 lamby,lamby,3,2,3,2,0.06,0.6021,0.02,0.4771 lamed,lamed,2,2,2,2,0.04,0.4771,0.02,0.4771 Lamentably,lamentably,2,2,0,0,0.04,0.4771,0.02,0.4771 laminectomy,laminectomy,2,2,2,2,0.04,0.4771,0.02,0.4771 Lammie,lammie,6,2,0,0,0.12,0.8451,0.02,0.4771 Lampwick,lampwick,14,2,0,0,0.27,1.1761,0.02,0.4771 lancets,lancets,2,2,1,1,0.04,0.4771,0.02,0.4771 landfills,landfills,2,2,2,2,0.04,0.4771,0.02,0.4771 languorous,languorous,2,2,2,2,0.04,0.4771,0.02,0.4771 lanyards,lanyards,2,2,1,1,0.04,0.4771,0.02,0.4771 laparotomies,laparotomies,2,2,2,2,0.04,0.4771,0.02,0.4771 lapsing,lapsing,2,2,2,2,0.04,0.4771,0.02,0.4771 lare,lare,3,2,2,1,0.06,0.6021,0.02,0.4771 largeness,largeness,2,2,1,1,0.04,0.4771,0.02,0.4771 largish,largish,4,2,4,2,0.08,0.6990,0.02,0.4771 Larkspur,larkspur,2,2,0,0,0.04,0.4771,0.02,0.4771 lascar,lascar,3,2,3,2,0.06,0.6021,0.02,0.4771 Laserjet,laserjet,2,2,0,0,0.04,0.4771,0.02,0.4771 lassitude,lassitude,2,2,2,2,0.04,0.4771,0.02,0.4771 lassoing,lassoing,2,2,1,1,0.04,0.4771,0.02,0.4771 lated,lated,2,2,2,2,0.04,0.4771,0.02,0.4771 latency,latency,2,2,2,2,0.04,0.4771,0.02,0.4771 Latinate,latinate,2,2,0,0,0.04,0.4771,0.02,0.4771 latissimus,latissimus,2,2,2,2,0.04,0.4771,0.02,0.4771 latke,latke,2,2,2,2,0.04,0.4771,0.02,0.4771 lauded,lauded,2,2,2,2,0.04,0.4771,0.02,0.4771 laughably,laughably,2,2,2,2,0.04,0.4771,0.02,0.4771 Laury,laury,26,2,0,0,0.51,1.4314,0.02,0.4771 lav,lav,2,2,2,2,0.04,0.4771,0.02,0.4771 Laver,laver,3,2,0,0,0.06,0.6021,0.02,0.4771 lavishing,lavishing,2,2,1,1,0.04,0.4771,0.02,0.4771 lavishly,lavishly,2,2,2,2,0.04,0.4771,0.02,0.4771 lawyerly,lawyerly,2,2,2,2,0.04,0.4771,0.02,0.4771 layette,layette,4,2,3,2,0.08,0.6990,0.02,0.4771 laypeople,laypeople,2,2,2,2,0.04,0.4771,0.02,0.4771 laze,laze,2,2,2,2,0.04,0.4771,0.02,0.4771 Lbw,lbw,2,2,0,0,0.04,0.4771,0.02,0.4771 leached,leached,2,2,2,2,0.04,0.4771,0.02,0.4771 leaching,leaching,2,2,2,2,0.04,0.4771,0.02,0.4771 leafed,leafed,4,2,4,2,0.08,0.6990,0.02,0.4771 leaflet,leaflet,2,2,2,2,0.04,0.4771,0.02,0.4771 leakages,leakages,2,2,2,2,0.04,0.4771,0.02,0.4771 leanest,leanest,3,2,3,2,0.06,0.6021,0.02,0.4771 leant,leant,2,2,2,2,0.04,0.4771,0.02,0.4771 leaseholder,leaseholder,3,2,3,2,0.06,0.6021,0.02,0.4771 leavened,leavened,2,2,2,2,0.04,0.4771,0.02,0.4771 Leavers,leavers,2,2,0,0,0.04,0.4771,0.02,0.4771 Lebensraum,lebensraum,4,2,1,1,0.08,0.6990,0.02,0.4771 lechers,lechers,2,2,2,2,0.04,0.4771,0.02,0.4771 lecithin,lecithin,3,2,2,2,0.06,0.6021,0.02,0.4771 Leds,leds,2,2,0,0,0.04,0.4771,0.02,0.4771 leered,leered,2,2,2,2,0.04,0.4771,0.02,0.4771 leeward,leeward,2,2,2,2,0.04,0.4771,0.02,0.4771 leftists,leftists,2,2,2,2,0.04,0.4771,0.02,0.4771 legalizing,legalizing,2,2,2,2,0.04,0.4771,0.02,0.4771 legatos,legatos,2,2,1,1,0.04,0.4771,0.02,0.4771 Leger,leger,9,2,0,0,0.18,1.0000,0.02,0.4771 legging,legging,2,2,1,1,0.04,0.4771,0.02,0.4771 leghorn,leghorn,3,2,2,1,0.06,0.6021,0.02,0.4771 legitimizing,legitimizing,2,2,2,2,0.04,0.4771,0.02,0.4771 Legman,legman,2,2,0,0,0.04,0.4771,0.02,0.4771 legumes,legumes,3,2,2,1,0.06,0.6021,0.02,0.4771 leitmotif,leitmotif,2,2,2,2,0.04,0.4771,0.02,0.4771 lemongrass,lemongrass,2,2,2,2,0.04,0.4771,0.02,0.4771 lemurs,lemurs,2,2,2,2,0.04,0.4771,0.02,0.4771 lenders,lenders,3,2,3,2,0.06,0.6021,0.02,0.4771 lene,lene,6,2,3,1,0.12,0.8451,0.02,0.4771 Leng,leng,20,2,1,1,0.39,1.3222,0.02,0.4771 lengthening,lengthening,2,2,2,2,0.04,0.4771,0.02,0.4771 lenience,lenience,2,2,1,1,0.04,0.4771,0.02,0.4771 Lenten,lenten,2,2,0,0,0.04,0.4771,0.02,0.4771 Lethe,lethe,2,2,0,0,0.04,0.4771,0.02,0.4771 Leto,leto,15,2,0,0,0.29,1.2041,0.02,0.4771 letterbox,letterbox,2,2,2,2,0.04,0.4771,0.02,0.4771 leviathans,leviathans,2,2,1,1,0.04,0.4771,0.02,0.4771 levying,levying,2,2,2,2,0.04,0.4771,0.02,0.4771 lewdly,lewdly,2,2,2,2,0.04,0.4771,0.02,0.4771 libbers,libbers,2,2,2,2,0.04,0.4771,0.02,0.4771 libeled,libeled,2,2,2,2,0.04,0.4771,0.02,0.4771 libera,libera,2,2,1,1,0.04,0.4771,0.02,0.4771 liberian,liberian,3,2,2,1,0.06,0.6021,0.02,0.4771 licentious,licentious,2,2,2,2,0.04,0.4771,0.02,0.4771 lickers,lickers,2,2,1,1,0.04,0.4771,0.02,0.4771 lickety,lickety,2,2,2,2,0.04,0.4771,0.02,0.4771 lidless,lidless,2,2,2,2,0.04,0.4771,0.02,0.4771 lieder,lieder,3,2,2,2,0.06,0.6021,0.02,0.4771 Lieut,lieut,6,2,1,1,0.12,0.8451,0.02,0.4771 lifebelts,lifebelts,2,2,2,2,0.04,0.4771,0.02,0.4771 Lifebuoy,lifebuoy,3,2,0,0,0.06,0.6021,0.02,0.4771 lifelessly,lifelessly,2,2,2,2,0.04,0.4771,0.02,0.4771 ligated,ligated,2,2,2,2,0.04,0.4771,0.02,0.4771 Lightfoot,lightfoot,11,2,0,0,0.22,1.0792,0.02,0.4771 lightish,lightish,2,2,2,2,0.04,0.4771,0.02,0.4771 lightweights,lightweights,2,2,2,2,0.04,0.4771,0.02,0.4771 likability,likability,2,2,1,1,0.04,0.4771,0.02,0.4771 likeability,likeability,3,2,3,2,0.06,0.6021,0.02,0.4771 likening,likening,2,2,2,2,0.04,0.4771,0.02,0.4771 likest,likest,2,2,2,2,0.04,0.4771,0.02,0.4771 lile,lile,2,2,1,1,0.04,0.4771,0.02,0.4771 Lilium,lilium,2,2,0,0,0.04,0.4771,0.02,0.4771 Lilliputian,lilliputian,2,2,0,0,0.04,0.4771,0.02,0.4771 lim,lim,2,2,1,1,0.04,0.4771,0.02,0.4771 Liman,liman,2,2,0,0,0.04,0.4771,0.02,0.4771 limiteds,limiteds,2,2,2,2,0.04,0.4771,0.02,0.4771 Limpy,limpy,3,2,1,1,0.06,0.6021,0.02,0.4771 Lindo,lindo,3,2,1,1,0.06,0.6021,0.02,0.4771 lineaments,lineaments,2,2,2,2,0.04,0.4771,0.02,0.4771 Linker,linker,2,2,0,0,0.04,0.4771,0.02,0.4771 linnet,linnet,2,2,2,2,0.04,0.4771,0.02,0.4771 Lino,lino,18,2,1,1,0.35,1.2788,0.02,0.4771 linotype,linotype,2,2,1,1,0.04,0.4771,0.02,0.4771 lionesses,lionesses,2,2,2,2,0.04,0.4771,0.02,0.4771 lionfish,lionfish,6,2,5,2,0.12,0.8451,0.02,0.4771 lionhearted,lionhearted,4,2,3,2,0.08,0.6990,0.02,0.4771 lipids,lipids,2,2,2,2,0.04,0.4771,0.02,0.4771 liqueurs,liqueurs,2,2,2,2,0.04,0.4771,0.02,0.4771 Liquidator,liquidator,3,2,0,0,0.06,0.6021,0.02,0.4771 listlessly,listlessly,2,2,1,1,0.04,0.4771,0.02,0.4771 listlessness,listlessness,2,2,2,2,0.04,0.4771,0.02,0.4771 lithe,lithe,2,2,2,2,0.04,0.4771,0.02,0.4771 litigant,litigant,3,2,3,2,0.06,0.6021,0.02,0.4771 liveliest,liveliest,2,2,2,2,0.04,0.4771,0.02,0.4771 liveries,liveries,2,2,2,2,0.04,0.4771,0.02,0.4771 liverish,liverish,2,2,2,2,0.04,0.4771,0.02,0.4771 Llano,llano,3,2,1,1,0.06,0.6021,0.02,0.4771 loa,loa,4,2,3,1,0.08,0.6990,0.02,0.4771 loafs,loafs,2,2,2,2,0.04,0.4771,0.02,0.4771 loather,loather,2,2,1,1,0.04,0.4771,0.02,0.4771 lobotomize,lobotomize,2,2,2,2,0.04,0.4771,0.02,0.4771 lobs,lobs,2,2,1,1,0.04,0.4771,0.02,0.4771 localities,localities,2,2,2,2,0.04,0.4771,0.02,0.4771 locater,locater,2,2,2,2,0.04,0.4771,0.02,0.4771 loci,loci,2,2,2,2,0.04,0.4771,0.02,0.4771 lockets,lockets,2,2,2,2,0.04,0.4771,0.02,0.4771 lockups,lockups,2,2,2,2,0.04,0.4771,0.02,0.4771 Locky,locky,18,2,2,1,0.35,1.2788,0.02,0.4771 locoweed,locoweed,2,2,1,1,0.04,0.4771,0.02,0.4771 loculated,loculated,3,2,2,1,0.06,0.6021,0.02,0.4771 logarithm,logarithm,2,2,2,2,0.04,0.4771,0.02,0.4771 logarithmic,logarithmic,2,2,2,2,0.04,0.4771,0.02,0.4771 logarithms,logarithms,2,2,2,2,0.04,0.4771,0.02,0.4771 loggin,loggin,3,2,2,1,0.06,0.6021,0.02,0.4771 logistically,logistically,2,2,2,2,0.04,0.4771,0.02,0.4771 logon,logon,2,2,2,2,0.04,0.4771,0.02,0.4771 Logorrhea,logorrhea,7,2,3,2,0.14,0.9031,0.02,0.4771 logy,logy,2,2,2,2,0.04,0.4771,0.02,0.4771 loiterers,loiterers,2,2,2,2,0.04,0.4771,0.02,0.4771 loiters,loiters,2,2,2,2,0.04,0.4771,0.02,0.4771 lollies,lollies,2,2,2,2,0.04,0.4771,0.02,0.4771 lollygag,lollygag,3,2,3,2,0.06,0.6021,0.02,0.4771 lollypop,lollypop,2,2,1,1,0.04,0.4771,0.02,0.4771 lonesomes,lonesomes,2,2,2,2,0.04,0.4771,0.02,0.4771 longies,longies,2,2,2,2,0.04,0.4771,0.02,0.4771 longingly,longingly,2,2,2,2,0.04,0.4771,0.02,0.4771 longship,longship,2,2,2,2,0.04,0.4771,0.02,0.4771 longshore,longshore,2,2,1,1,0.04,0.4771,0.02,0.4771 lood,lood,2,2,2,2,0.04,0.4771,0.02,0.4771 loof,loof,2,2,2,2,0.04,0.4771,0.02,0.4771 lookalikes,lookalikes,2,2,2,2,0.04,0.4771,0.02,0.4771 lookup,lookup,2,2,2,2,0.04,0.4771,0.02,0.4771 loomed,loomed,2,2,2,2,0.04,0.4771,0.02,0.4771 loonie,loonie,3,2,3,2,0.06,0.6021,0.02,0.4771 looses,looses,2,2,2,2,0.04,0.4771,0.02,0.4771 loosest,loosest,2,2,1,1,0.04,0.4771,0.02,0.4771 loping,loping,2,2,2,2,0.04,0.4771,0.02,0.4771 lopping,lopping,2,2,2,2,0.04,0.4771,0.02,0.4771 lorded,lorded,2,2,1,1,0.04,0.4771,0.02,0.4771 lordosis,lordosis,2,2,2,2,0.04,0.4771,0.02,0.4771 Lorgnette,lorgnette,4,2,1,1,0.08,0.6990,0.02,0.4771 Lorimer,lorimer,3,2,0,0,0.06,0.6021,0.02,0.4771 loudness,loudness,2,2,1,1,0.04,0.4771,0.02,0.4771 loupe,loupe,2,2,2,2,0.04,0.4771,0.02,0.4771 lour,lour,4,2,4,2,0.08,0.6990,0.02,0.4771 louses,louses,2,2,2,2,0.04,0.4771,0.02,0.4771 lousing,lousing,2,2,2,2,0.04,0.4771,0.02,0.4771 louvers,louvers,2,2,2,2,0.04,0.4771,0.02,0.4771 lowercase,lowercase,2,2,1,1,0.04,0.4771,0.02,0.4771 Lowlander,lowlander,2,2,0,0,0.04,0.4771,0.02,0.4771 Lowrie,lowrie,6,2,0,0,0.12,0.8451,0.02,0.4771 lub,lub,3,2,3,2,0.06,0.6021,0.02,0.4771 lubberly,lubberly,2,2,2,2,0.04,0.4771,0.02,0.4771 lubbers,lubbers,3,2,3,2,0.06,0.6021,0.02,0.4771 lubricates,lubricates,2,2,1,1,0.04,0.4771,0.02,0.4771 Lucan,lucan,2,2,0,0,0.04,0.4771,0.02,0.4771 Lucerne,lucerne,24,2,0,0,0.47,1.3979,0.02,0.4771 luckies,luckies,2,2,1,1,0.04,0.4771,0.02,0.4771 luckless,luckless,2,2,2,2,0.04,0.4771,0.02,0.4771 Ludo,ludo,24,2,0,0,0.47,1.3979,0.02,0.4771 lugubriousness,lugubriousness,2,2,2,2,0.04,0.4771,0.02,0.4771 lumbers,lumbers,2,2,2,2,0.04,0.4771,0.02,0.4771 Luminal,luminal,5,2,0,0,0.10,0.7782,0.02,0.4771 luminosity,luminosity,2,2,2,2,0.04,0.4771,0.02,0.4771 Lummy,lummy,2,2,0,0,0.04,0.4771,0.02,0.4771 lumpectomy,lumpectomy,3,2,3,2,0.06,0.6021,0.02,0.4771 lumpiest,lumpiest,2,2,2,2,0.04,0.4771,0.02,0.4771 Lunas,lunas,2,2,0,0,0.04,0.4771,0.02,0.4771 lunate,lunate,2,2,2,2,0.04,0.4771,0.02,0.4771 lunchboxes,lunchboxes,2,2,2,2,0.04,0.4771,0.02,0.4771 lunging,lunging,2,2,2,2,0.04,0.4771,0.02,0.4771 lupine,lupine,2,2,2,2,0.04,0.4771,0.02,0.4771 lurches,lurches,2,2,1,1,0.04,0.4771,0.02,0.4771 lurked,lurked,2,2,2,2,0.04,0.4771,0.02,0.4771 Lurkers,lurkers,3,2,1,1,0.06,0.6021,0.02,0.4771 lushing,lushing,2,2,2,2,0.04,0.4771,0.02,0.4771 lustily,lustily,2,2,2,2,0.04,0.4771,0.02,0.4771 lut,lut,2,2,1,1,0.04,0.4771,0.02,0.4771 luxuriate,luxuriate,2,2,2,2,0.04,0.4771,0.02,0.4771 luxuriating,luxuriating,2,2,2,2,0.04,0.4771,0.02,0.4771 luxuriously,luxuriously,2,2,2,2,0.04,0.4771,0.02,0.4771 luxuriousness,luxuriousness,2,2,2,2,0.04,0.4771,0.02,0.4771 lymphocytes,lymphocytes,2,2,2,2,0.04,0.4771,0.02,0.4771 lynchers,lynchers,2,2,2,2,0.04,0.4771,0.02,0.4771 lynches,lynches,2,2,2,2,0.04,0.4771,0.02,0.4771 lyonnaise,lyonnaise,3,2,2,1,0.06,0.6021,0.02,0.4771 Lyra,lyra,2,2,0,0,0.04,0.4771,0.02,0.4771 lyricism,lyricism,2,2,2,2,0.04,0.4771,0.02,0.4771 Maccabees,maccabees,4,2,0,0,0.08,0.6990,0.02,0.4771 macerated,macerated,4,2,3,2,0.08,0.6990,0.02,0.4771 maces,maces,2,2,2,2,0.04,0.4771,0.02,0.4771 machination,machination,2,2,2,2,0.04,0.4771,0.02,0.4771 machinists,machinists,4,2,4,2,0.08,0.6990,0.02,0.4771 Machree,machree,5,2,0,0,0.10,0.7782,0.02,0.4771 Madding,madding,3,2,1,1,0.06,0.6021,0.02,0.4771 Maestros,maestros,2,2,0,0,0.04,0.4771,0.02,0.4771 Mafiosi,mafiosi,2,2,0,0,0.04,0.4771,0.02,0.4771 Magdalen,magdalen,2,2,0,0,0.04,0.4771,0.02,0.4771 magister,magister,7,2,7,2,0.14,0.9031,0.02,0.4771 magistrature,magistrature,2,2,2,2,0.04,0.4771,0.02,0.4771 magnanimity,magnanimity,2,2,2,2,0.04,0.4771,0.02,0.4771 magnetics,magnetics,2,2,1,1,0.04,0.4771,0.02,0.4771 Magnetize,magnetize,3,2,1,1,0.06,0.6021,0.02,0.4771 Magots,magots,2,2,0,0,0.04,0.4771,0.02,0.4771 magpies,magpies,2,2,2,2,0.04,0.4771,0.02,0.4771 Magyars,magyars,2,2,0,0,0.04,0.4771,0.02,0.4771 Maha,maha,2,2,0,0,0.04,0.4771,0.02,0.4771 maharajas,maharajas,2,2,1,1,0.04,0.4771,0.02,0.4771 Mahone,mahone,2,2,0,0,0.04,0.4771,0.02,0.4771 mailwoman,mailwoman,2,2,2,2,0.04,0.4771,0.02,0.4771 mainliner,mainliner,2,2,2,2,0.04,0.4771,0.02,0.4771 mainsails,mainsails,2,2,2,2,0.04,0.4771,0.02,0.4771 mainspring,mainspring,2,2,2,2,0.04,0.4771,0.02,0.4771 majora,majora,2,2,1,1,0.04,0.4771,0.02,0.4771 makable,makable,2,2,2,2,0.04,0.4771,0.02,0.4771 makeups,makeups,2,2,2,2,0.04,0.4771,0.02,0.4771 Mala,mala,3,2,1,1,0.06,0.6021,0.02,0.4771 Malaya,malaya,2,2,0,0,0.04,0.4771,0.02,0.4771 Malaysians,malaysians,2,2,0,0,0.04,0.4771,0.02,0.4771 maligning,maligning,2,2,2,2,0.04,0.4771,0.02,0.4771 Malkin,malkin,5,2,0,0,0.10,0.7782,0.02,0.4771 mallards,mallards,2,2,2,2,0.04,0.4771,0.02,0.4771 malnourishment,malnourishment,2,2,2,2,0.04,0.4771,0.02,0.4771 maltreat,maltreat,2,2,2,2,0.04,0.4771,0.02,0.4771 Malvin,malvin,2,2,0,0,0.04,0.4771,0.02,0.4771 Mammon,mammon,14,2,0,0,0.27,1.1761,0.02,0.4771 mana,mana,2,2,1,1,0.04,0.4771,0.02,0.4771 manatees,manatees,2,2,2,2,0.04,0.4771,0.02,0.4771 mandala,mandala,2,2,2,2,0.04,0.4771,0.02,0.4771 Mandi,mandi,4,2,0,0,0.08,0.6990,0.02,0.4771 mandragora,mandragora,2,2,1,1,0.04,0.4771,0.02,0.4771 manes,manes,2,2,2,2,0.04,0.4771,0.02,0.4771 maneuverings,maneuverings,2,2,2,2,0.04,0.4771,0.02,0.4771 manfully,manfully,2,2,2,2,0.04,0.4771,0.02,0.4771 mangroves,mangroves,2,2,2,2,0.04,0.4771,0.02,0.4771 manhoods,manhoods,2,2,2,2,0.04,0.4771,0.02,0.4771 manhunts,manhunts,2,2,2,2,0.04,0.4771,0.02,0.4771 manias,manias,3,2,3,2,0.06,0.6021,0.02,0.4771 manicurists,manicurists,2,2,2,2,0.04,0.4771,0.02,0.4771 manifestos,manifestos,2,2,2,2,0.04,0.4771,0.02,0.4771 manifolds,manifolds,2,2,2,2,0.04,0.4771,0.02,0.4771 Manilla,manilla,4,2,0,0,0.08,0.6990,0.02,0.4771 mannerism,mannerism,2,2,2,2,0.04,0.4771,0.02,0.4771 manometer,manometer,3,2,3,2,0.06,0.6021,0.02,0.4771 manometers,manometers,3,2,3,2,0.06,0.6021,0.02,0.4771 manse,manse,2,2,2,2,0.04,0.4771,0.02,0.4771 mantilla,mantilla,5,2,5,2,0.10,0.7782,0.02,0.4771 Manton,manton,2,2,0,0,0.04,0.4771,0.02,0.4771 manubrium,manubrium,2,2,2,2,0.04,0.4771,0.02,0.4771 manumission,manumission,2,2,2,2,0.04,0.4771,0.02,0.4771 manuring,manuring,2,2,2,2,0.04,0.4771,0.02,0.4771 Manus,manus,2,2,0,0,0.04,0.4771,0.02,0.4771 Mapache,mapache,16,2,0,0,0.31,1.2304,0.02,0.4771 mapmaking,mapmaking,3,2,2,2,0.06,0.6021,0.02,0.4771 maquette,maquette,2,2,2,2,0.04,0.4771,0.02,0.4771 maraschinos,maraschinos,2,2,2,2,0.04,0.4771,0.02,0.4771 marathoner,marathoner,2,2,2,2,0.04,0.4771,0.02,0.4771 marbleize,marbleize,2,2,2,2,0.04,0.4771,0.02,0.4771 marbling,marbling,3,2,2,2,0.06,0.6021,0.02,0.4771 Marcato,marcato,10,2,1,1,0.20,1.0414,0.02,0.4771 marcher,marcher,3,2,3,2,0.06,0.6021,0.02,0.4771 marimba,marimba,2,2,2,2,0.04,0.4771,0.02,0.4771 Maritimes,maritimes,3,2,0,0,0.06,0.6021,0.02,0.4771 markable,markable,4,2,4,2,0.08,0.6990,0.02,0.4771 marketeer,marketeer,2,2,2,2,0.04,0.4771,0.02,0.4771 marm,marm,2,2,1,1,0.04,0.4771,0.02,0.4771 marmalades,marmalades,2,2,2,2,0.04,0.4771,0.02,0.4771 Marmite,marmite,3,2,0,0,0.06,0.6021,0.02,0.4771 marmot,marmot,3,2,3,2,0.06,0.6021,0.02,0.4771 Maro,maro,2,2,0,0,0.04,0.4771,0.02,0.4771 marring,marring,2,2,2,2,0.04,0.4771,0.02,0.4771 Marron,marron,16,2,0,0,0.31,1.2304,0.02,0.4771 marrowless,marrowless,2,2,2,2,0.04,0.4771,0.02,0.4771 marshaled,marshaled,3,2,3,2,0.06,0.6021,0.02,0.4771 marshalls,marshalls,2,2,2,2,0.04,0.4771,0.02,0.4771 marsupial,marsupial,2,2,2,2,0.04,0.4771,0.02,0.4771 Marten,marten,4,2,1,1,0.08,0.6990,0.02,0.4771 marts,marts,3,2,2,1,0.06,0.6021,0.02,0.4771 masculinism,masculinism,2,2,2,2,0.04,0.4771,0.02,0.4771 Mashers,mashers,3,2,1,1,0.06,0.6021,0.02,0.4771 masques,masques,3,2,3,2,0.06,0.6021,0.02,0.4771 Masseter,masseter,5,2,2,2,0.10,0.7782,0.02,0.4771 masseuses,masseuses,3,2,3,2,0.06,0.6021,0.02,0.4771 masterwork,masterwork,2,2,2,2,0.04,0.4771,0.02,0.4771 masterworks,masterworks,2,2,2,2,0.04,0.4771,0.02,0.4771 mastodons,mastodons,2,2,1,1,0.04,0.4771,0.02,0.4771 mastoiditis,mastoiditis,4,2,4,2,0.08,0.6990,0.02,0.4771 matadors,matadors,2,2,2,2,0.04,0.4771,0.02,0.4771 materialist,materialist,2,2,2,2,0.04,0.4771,0.02,0.4771 materiality,materiality,4,2,4,2,0.08,0.6990,0.02,0.4771 materialization,materialization,2,2,1,1,0.04,0.4771,0.02,0.4771 materiel,materiel,2,2,2,2,0.04,0.4771,0.02,0.4771 Mathematic,mathematic,18,2,1,1,0.35,1.2788,0.02,0.4771 matrons,matrons,2,2,2,2,0.04,0.4771,0.02,0.4771 mattock,mattock,2,2,2,2,0.04,0.4771,0.02,0.4771 Mattocks,mattocks,16,2,0,0,0.31,1.2304,0.02,0.4771 matza,matza,2,2,2,2,0.04,0.4771,0.02,0.4771 mauls,mauls,2,2,2,2,0.04,0.4771,0.02,0.4771 Maupassant,maupassant,2,2,0,0,0.04,0.4771,0.02,0.4771 Mauricio,mauricio,4,2,0,0,0.08,0.6990,0.02,0.4771 Mauritania,mauritania,2,2,0,0,0.04,0.4771,0.02,0.4771 mausoleums,mausoleums,2,2,2,2,0.04,0.4771,0.02,0.4771 maxima,maxima,2,2,1,1,0.04,0.4771,0.02,0.4771 maximal,maximal,2,2,2,2,0.04,0.4771,0.02,0.4771 maximise,maximise,2,2,2,2,0.04,0.4771,0.02,0.4771 maximising,maximising,2,2,2,2,0.04,0.4771,0.02,0.4771 maximized,maximized,2,2,2,2,0.04,0.4771,0.02,0.4771 mayest,mayest,2,2,2,2,0.04,0.4771,0.02,0.4771 mayfly,mayfly,3,2,2,2,0.06,0.6021,0.02,0.4771 mayhap,mayhap,3,2,2,2,0.06,0.6021,0.02,0.4771 Mccarthyism,mccarthyism,2,2,0,0,0.04,0.4771,0.02,0.4771 mcg,mcg,2,2,2,2,0.04,0.4771,0.02,0.4771 meads,meads,2,2,1,1,0.04,0.4771,0.02,0.4771 mealtimes,mealtimes,2,2,2,2,0.04,0.4771,0.02,0.4771 meatier,meatier,2,2,2,2,0.04,0.4771,0.02,0.4771 Mech,mech,3,2,1,1,0.06,0.6021,0.02,0.4771 mechanised,mechanised,2,2,1,1,0.04,0.4771,0.02,0.4771 mechanistic,mechanistic,3,2,3,2,0.06,0.6021,0.02,0.4771 meconium,meconium,2,2,2,2,0.04,0.4771,0.02,0.4771 medalists,medalists,2,2,1,1,0.04,0.4771,0.02,0.4771 mediastinal,mediastinal,2,2,1,1,0.04,0.4771,0.02,0.4771 mediated,mediated,2,2,2,2,0.04,0.4771,0.02,0.4771 Medica,medica,2,2,0,0,0.04,0.4771,0.02,0.4771 medicals,medicals,2,2,1,1,0.04,0.4771,0.02,0.4771 meed,meed,2,2,2,2,0.04,0.4771,0.02,0.4771 Meerschaum,meerschaum,5,2,2,1,0.10,0.7782,0.02,0.4771 Meese,meese,3,2,0,0,0.06,0.6021,0.02,0.4771 megabits,megabits,2,2,2,2,0.04,0.4771,0.02,0.4771 megabyte,megabyte,2,2,2,2,0.04,0.4771,0.02,0.4771 megacycles,megacycles,2,2,2,2,0.04,0.4771,0.02,0.4771 megalith,megalith,9,2,8,1,0.18,1.0000,0.02,0.4771 megalomaniacs,megalomaniacs,2,2,2,2,0.04,0.4771,0.02,0.4771 Megara,megara,2,2,0,0,0.04,0.4771,0.02,0.4771 Megatron,megatron,34,2,0,0,0.67,1.5441,0.02,0.4771 megawatt,megawatt,2,2,2,2,0.04,0.4771,0.02,0.4771 megawatts,megawatts,2,2,2,2,0.04,0.4771,0.02,0.4771 megillah,megillah,2,2,2,2,0.04,0.4771,0.02,0.4771 Melanesian,melanesian,2,2,0,0,0.04,0.4771,0.02,0.4771 melanin,melanin,4,2,4,2,0.08,0.6990,0.02,0.4771 Melling,melling,5,2,0,0,0.10,0.7782,0.02,0.4771 melodically,melodically,2,2,2,2,0.04,0.4771,0.02,0.4771 membered,membered,3,2,3,2,0.06,0.6021,0.02,0.4771 memorials,memorials,3,2,3,2,0.06,0.6021,0.02,0.4771 mendelevium,mendelevium,2,2,1,1,0.04,0.4771,0.02,0.4771 mendicant,mendicant,2,2,2,2,0.04,0.4771,0.02,0.4771 Mendy,mendy,30,2,0,0,0.59,1.4914,0.02,0.4771 Meningioma,meningioma,4,2,0,0,0.08,0.6990,0.02,0.4771 menorahs,menorahs,2,2,2,2,0.04,0.4771,0.02,0.4771 menses,menses,2,2,2,2,0.04,0.4771,0.02,0.4771 mentored,mentored,2,2,2,2,0.04,0.4771,0.02,0.4771 mercerized,mercerized,2,2,1,1,0.04,0.4771,0.02,0.4771 merchandised,merchandised,2,2,2,2,0.04,0.4771,0.02,0.4771 merchantman,merchantman,2,2,2,2,0.04,0.4771,0.02,0.4771 merchantmen,merchantmen,2,2,2,2,0.04,0.4771,0.02,0.4771 merfolk,merfolk,2,2,2,2,0.04,0.4771,0.02,0.4771 Merino,merino,3,2,0,0,0.06,0.6021,0.02,0.4771 Merk,merk,3,2,0,0,0.06,0.6021,0.02,0.4771 Mesdemoiselles,mesdemoiselles,2,2,0,0,0.04,0.4771,0.02,0.4771 meshugaas,meshugaas,2,2,2,2,0.04,0.4771,0.02,0.4771 mesmerise,mesmerise,3,2,2,2,0.06,0.6021,0.02,0.4771 mesmerising,mesmerising,2,2,2,2,0.04,0.4771,0.02,0.4771 meson,meson,2,2,1,1,0.04,0.4771,0.02,0.4771 mesopelagic,mesopelagic,2,2,1,1,0.04,0.4771,0.02,0.4771 Mesopotamian,mesopotamian,2,2,0,0,0.04,0.4771,0.02,0.4771 mesosphere,mesosphere,2,2,2,2,0.04,0.4771,0.02,0.4771 mestizos,mestizos,2,2,2,2,0.04,0.4771,0.02,0.4771 metabolized,metabolized,2,2,2,2,0.04,0.4771,0.02,0.4771 metalwork,metalwork,2,2,2,2,0.04,0.4771,0.02,0.4771 metalworker,metalworker,2,2,2,2,0.04,0.4771,0.02,0.4771 metalworking,metalworking,2,2,2,2,0.04,0.4771,0.02,0.4771 metamorphically,metamorphically,2,2,2,2,0.04,0.4771,0.02,0.4771 metamorphoses,metamorphoses,2,2,2,2,0.04,0.4771,0.02,0.4771 metastasis,metastasis,2,2,1,1,0.04,0.4771,0.02,0.4771 metastasised,metastasised,2,2,2,2,0.04,0.4771,0.02,0.4771 metastasize,metastasize,2,2,2,2,0.04,0.4771,0.02,0.4771 metatarsal,metatarsal,2,2,2,2,0.04,0.4771,0.02,0.4771 meteorologists,meteorologists,2,2,2,2,0.04,0.4771,0.02,0.4771 methotrexate,methotrexate,2,2,1,1,0.04,0.4771,0.02,0.4771 meting,meting,2,2,2,2,0.04,0.4771,0.02,0.4771 metroliner,metroliner,2,2,1,1,0.04,0.4771,0.02,0.4771 Metropole,metropole,5,2,0,0,0.10,0.7782,0.02,0.4771 metros,metros,2,2,2,2,0.04,0.4771,0.02,0.4771 Meu,meu,3,2,0,0,0.06,0.6021,0.02,0.4771 mezzo,mezzo,3,2,2,2,0.06,0.6021,0.02,0.4771 Mfd,mfd,2,2,0,0,0.04,0.4771,0.02,0.4771 mh,mh,3,2,2,1,0.06,0.6021,0.02,0.4771 miaows,miaows,2,2,2,2,0.04,0.4771,0.02,0.4771 Mickle,mickle,14,2,0,0,0.27,1.1761,0.02,0.4771 Micmac,micmac,7,2,0,0,0.14,0.9031,0.02,0.4771 Mico,mico,6,2,0,0,0.12,0.8451,0.02,0.4771 microeconomic,microeconomic,4,2,4,2,0.08,0.6990,0.02,0.4771 microeconomics,microeconomics,2,2,2,2,0.04,0.4771,0.02,0.4771 microelectronic,microelectronic,2,2,2,2,0.04,0.4771,0.02,0.4771 microfilms,microfilms,2,2,2,2,0.04,0.4771,0.02,0.4771 micrometer,micrometer,2,2,2,2,0.04,0.4771,0.02,0.4771 microseconds,microseconds,2,2,2,2,0.04,0.4771,0.02,0.4771 Microsystems,microsystems,2,2,0,0,0.04,0.4771,0.02,0.4771 midafternoon,midafternoon,2,2,2,2,0.04,0.4771,0.02,0.4771 midbrain,midbrain,3,2,3,2,0.06,0.6021,0.02,0.4771 middlebrow,middlebrow,2,2,1,1,0.04,0.4771,0.02,0.4771 middled,middled,3,2,3,2,0.06,0.6021,0.02,0.4771 midpoint,midpoint,2,2,2,2,0.04,0.4771,0.02,0.4771 midriffs,midriffs,2,2,2,2,0.04,0.4771,0.02,0.4771 midsized,midsized,2,2,2,2,0.04,0.4771,0.02,0.4771 midstream,midstream,2,2,2,2,0.04,0.4771,0.02,0.4771 midwifed,midwifed,2,2,2,2,0.04,0.4771,0.02,0.4771 midwinter,midwinter,2,2,1,1,0.04,0.4771,0.02,0.4771 Mightly,mightly,2,2,0,0,0.04,0.4771,0.02,0.4771 milanese,milanese,2,2,1,1,0.04,0.4771,0.02,0.4771 mildest,mildest,2,2,2,2,0.04,0.4771,0.02,0.4771 mildness,mildness,3,2,3,2,0.06,0.6021,0.02,0.4771 miler,miler,2,2,1,1,0.04,0.4771,0.02,0.4771 Milkless,milkless,4,2,1,1,0.08,0.6990,0.02,0.4771 millenia,millenia,2,2,2,2,0.04,0.4771,0.02,0.4771 milliliter,milliliter,2,2,2,2,0.04,0.4771,0.02,0.4771 milliners,milliners,2,2,2,2,0.04,0.4771,0.02,0.4771 Milter,milter,2,2,0,0,0.04,0.4771,0.02,0.4771 Milty,milty,6,2,0,0,0.12,0.8451,0.02,0.4771 Mima,mima,2,2,0,0,0.04,0.4771,0.02,0.4771 mimeo,mimeo,4,2,4,2,0.08,0.6990,0.02,0.4771 mimetic,mimetic,2,2,2,2,0.04,0.4771,0.02,0.4771 mimsy,mimsy,3,2,2,1,0.06,0.6021,0.02,0.4771 minaret,minaret,2,2,2,2,0.04,0.4771,0.02,0.4771 minces,minces,2,2,2,2,0.04,0.4771,0.02,0.4771 mindedness,mindedness,3,2,3,2,0.06,0.6021,0.02,0.4771 minders,minders,2,2,2,2,0.04,0.4771,0.02,0.4771 minge,minge,2,2,2,2,0.04,0.4771,0.02,0.4771 miniaturisation,miniaturisation,2,2,2,2,0.04,0.4771,0.02,0.4771 miniaturise,miniaturise,2,2,2,2,0.04,0.4771,0.02,0.4771 miniaturised,miniaturised,2,2,2,2,0.04,0.4771,0.02,0.4771 miniaturization,miniaturization,9,2,7,2,0.18,1.0000,0.02,0.4771 minibike,minibike,5,2,5,2,0.10,0.7782,0.02,0.4771 minibuses,minibuses,2,2,2,2,0.04,0.4771,0.02,0.4771 minim,minim,2,2,2,2,0.04,0.4771,0.02,0.4771 minimax,minimax,2,2,2,2,0.04,0.4771,0.02,0.4771 minimums,minimums,2,2,2,2,0.04,0.4771,0.02,0.4771 minimus,minimus,2,2,2,2,0.04,0.4771,0.02,0.4771 minis,minis,2,2,2,2,0.04,0.4771,0.02,0.4771 minisub,minisub,2,2,2,2,0.04,0.4771,0.02,0.4771 Minny,minny,4,2,0,0,0.08,0.6990,0.02,0.4771 Minot,minot,2,2,0,0,0.04,0.4771,0.02,0.4771 misappropriation,misappropriation,2,2,1,1,0.04,0.4771,0.02,0.4771 misc,misc,2,2,1,1,0.04,0.4771,0.02,0.4771 miscalculate,miscalculate,2,2,2,2,0.04,0.4771,0.02,0.4771 Miscellany,miscellany,2,2,0,0,0.04,0.4771,0.02,0.4771 misdiagnoses,misdiagnoses,2,2,2,2,0.04,0.4771,0.02,0.4771 misdiagnosis,misdiagnosis,2,2,2,2,0.04,0.4771,0.02,0.4771 misdirecting,misdirecting,2,2,2,2,0.04,0.4771,0.02,0.4771 mise,mise,2,2,2,2,0.04,0.4771,0.02,0.4771 misgiving,misgiving,3,2,2,1,0.06,0.6021,0.02,0.4771 mishear,mishear,2,2,2,2,0.04,0.4771,0.02,0.4771 misidentification,misidentification,2,2,1,1,0.04,0.4771,0.02,0.4771 misidentified,misidentified,2,2,2,2,0.04,0.4771,0.02,0.4771 mislabelled,mislabelled,2,2,2,2,0.04,0.4771,0.02,0.4771 mismanage,mismanage,3,2,3,2,0.06,0.6021,0.02,0.4771 mismanaged,mismanaged,2,2,2,2,0.04,0.4771,0.02,0.4771 mispronounces,mispronounces,2,2,1,1,0.04,0.4771,0.02,0.4771 mispronouncing,mispronouncing,2,2,2,2,0.04,0.4771,0.02,0.4771 misquoting,misquoting,2,2,2,2,0.04,0.4771,0.02,0.4771 misremember,misremember,2,2,2,2,0.04,0.4771,0.02,0.4771 missable,missable,3,2,3,2,0.06,0.6021,0.02,0.4771 missives,missives,2,2,2,2,0.04,0.4771,0.02,0.4771 mistery,mistery,2,2,2,2,0.04,0.4771,0.02,0.4771 mistreats,mistreats,3,2,3,2,0.06,0.6021,0.02,0.4771 mistrustful,mistrustful,3,2,3,2,0.06,0.6021,0.02,0.4771 mither,mither,3,2,3,2,0.06,0.6021,0.02,0.4771 mitochondria,mitochondria,2,2,2,2,0.04,0.4771,0.02,0.4771 Mizar,mizar,2,2,0,0,0.04,0.4771,0.02,0.4771 Mmf,mmf,3,2,0,0,0.06,0.6021,0.02,0.4771 mn,mn,10,2,10,2,0.20,1.0414,0.02,0.4771 mnemonics,mnemonics,2,2,1,1,0.04,0.4771,0.02,0.4771 moaners,moaners,2,2,2,2,0.04,0.4771,0.02,0.4771 moccasin,moccasin,2,2,2,2,0.04,0.4771,0.02,0.4771 mochas,mochas,4,2,4,2,0.08,0.6990,0.02,0.4771 modality,modality,2,2,2,2,0.04,0.4771,0.02,0.4771 moderated,moderated,2,2,2,2,0.04,0.4771,0.02,0.4771 modernised,modernised,3,2,3,2,0.06,0.6021,0.02,0.4771 modernism,modernism,2,2,2,2,0.04,0.4771,0.02,0.4771 moderns,moderns,2,2,2,2,0.04,0.4771,0.02,0.4771 modiste,modiste,3,2,2,1,0.06,0.6021,0.02,0.4771 modulated,modulated,2,2,2,2,0.04,0.4771,0.02,0.4771 modulates,modulates,2,2,2,2,0.04,0.4771,0.02,0.4771 mohawks,mohawks,2,2,1,1,0.04,0.4771,0.02,0.4771 Moko,moko,2,2,0,0,0.04,0.4771,0.02,0.4771 Mola,mola,5,2,1,1,0.10,0.7782,0.02,0.4771 moldering,moldering,2,2,2,2,0.04,0.4771,0.02,0.4771 molted,molted,3,2,3,2,0.06,0.6021,0.02,0.4771 monarchical,monarchical,2,2,2,2,0.04,0.4771,0.02,0.4771 mone,mone,2,2,2,2,0.04,0.4771,0.02,0.4771 moneybag,moneybag,4,2,4,2,0.08,0.6990,0.02,0.4771 moneyed,moneyed,2,2,2,2,0.04,0.4771,0.02,0.4771 moneymakers,moneymakers,4,2,4,2,0.08,0.6990,0.02,0.4771 moneyman,moneyman,2,2,2,2,0.04,0.4771,0.02,0.4771 mongering,mongering,2,2,2,2,0.04,0.4771,0.02,0.4771 mongery,mongery,4,2,4,2,0.08,0.6990,0.02,0.4771 monic,monic,2,2,1,1,0.04,0.4771,0.02,0.4771 monkeyshine,monkeyshine,2,2,2,2,0.04,0.4771,0.02,0.4771 monkfish,monkfish,2,2,2,2,0.04,0.4771,0.02,0.4771 monkshood,monkshood,2,2,2,2,0.04,0.4771,0.02,0.4771 monoamine,monoamine,2,2,2,2,0.04,0.4771,0.02,0.4771 monofilament,monofilament,2,2,2,2,0.04,0.4771,0.02,0.4771 monogramming,monogramming,2,2,2,2,0.04,0.4771,0.02,0.4771 monographs,monographs,2,2,2,2,0.04,0.4771,0.02,0.4771 monoliths,monoliths,2,2,2,2,0.04,0.4771,0.02,0.4771 monoplane,monoplane,2,2,2,2,0.04,0.4771,0.02,0.4771 monopolising,monopolising,2,2,2,2,0.04,0.4771,0.02,0.4771 Monosodium,monosodium,3,2,1,1,0.06,0.6021,0.02,0.4771 monosyllable,monosyllable,2,2,2,2,0.04,0.4771,0.02,0.4771 monotheism,monotheism,2,2,2,2,0.04,0.4771,0.02,0.4771 monozygotic,monozygotic,2,2,2,2,0.04,0.4771,0.02,0.4771 monsoons,monsoons,4,2,4,2,0.08,0.6990,0.02,0.4771 Montes,montes,10,2,0,0,0.20,1.0414,0.02,0.4771 Montessori,montessori,2,2,0,0,0.04,0.4771,0.02,0.4771 monthlies,monthlies,2,2,2,2,0.04,0.4771,0.02,0.4771 mooched,mooched,2,2,2,2,0.04,0.4771,0.02,0.4771 moodily,moodily,2,2,2,2,0.04,0.4771,0.02,0.4771 mooncalf,mooncalf,3,2,2,1,0.06,0.6021,0.02,0.4771 moonface,moonface,3,2,3,2,0.06,0.6021,0.02,0.4771 Moonraker,moonraker,42,2,0,0,0.82,1.6335,0.02,0.4771 moonshiner,moonshiner,4,2,4,2,0.08,0.6990,0.02,0.4771 moonshiners,moonshiners,4,2,3,1,0.08,0.6990,0.02,0.4771 moonshining,moonshining,4,2,3,2,0.08,0.6990,0.02,0.4771 moonstones,moonstones,2,2,2,2,0.04,0.4771,0.02,0.4771 moony,moony,2,2,2,2,0.04,0.4771,0.02,0.4771 Mopeds,mopeds,3,2,1,1,0.06,0.6021,0.02,0.4771 moraine,moraine,4,2,4,2,0.08,0.6990,0.02,0.4771 moralists,moralists,2,2,2,2,0.04,0.4771,0.02,0.4771 moribund,moribund,3,2,3,2,0.06,0.6021,0.02,0.4771 Mornay,mornay,7,2,0,0,0.14,0.9031,0.02,0.4771 Moroccans,moroccans,2,2,0,0,0.04,0.4771,0.02,0.4771 morphia,morphia,4,2,2,2,0.08,0.6990,0.02,0.4771 morphs,morphs,2,2,2,2,0.04,0.4771,0.02,0.4771 mortadella,mortadella,2,2,2,2,0.04,0.4771,0.02,0.4771 mortared,mortared,2,2,2,2,0.04,0.4771,0.02,0.4771 Moselle,moselle,3,2,0,0,0.06,0.6021,0.02,0.4771 moseys,moseys,2,2,2,2,0.04,0.4771,0.02,0.4771 moshing,moshing,2,2,1,1,0.04,0.4771,0.02,0.4771 mossy,mossy,2,2,2,2,0.04,0.4771,0.02,0.4771 mothballed,mothballed,2,2,2,2,0.04,0.4771,0.02,0.4771 motile,motile,2,2,1,1,0.04,0.4771,0.02,0.4771 motorboats,motorboats,2,2,2,2,0.04,0.4771,0.02,0.4771 Mottled,mottled,2,2,0,0,0.04,0.4771,0.02,0.4771 mouldering,mouldering,2,2,2,2,0.04,0.4771,0.02,0.4771 Moulding,moulding,4,2,1,1,0.08,0.6990,0.02,0.4771 mouses,mouses,3,2,3,2,0.06,0.6021,0.02,0.4771 moussed,moussed,2,2,2,2,0.04,0.4771,0.02,0.4771 mouthfuls,mouthfuls,2,2,2,2,0.04,0.4771,0.02,0.4771 moviegoing,moviegoing,2,2,2,2,0.04,0.4771,0.02,0.4771 Movieland,movieland,2,2,0,0,0.04,0.4771,0.02,0.4771 movingly,movingly,2,2,2,2,0.04,0.4771,0.02,0.4771 mown,mown,2,2,2,2,0.04,0.4771,0.02,0.4771 Moy,moy,5,2,0,0,0.10,0.7782,0.02,0.4771 mucilage,mucilage,3,2,2,1,0.06,0.6021,0.02,0.4771 muckers,muckers,2,2,2,2,0.04,0.4771,0.02,0.4771 muckraker,muckraker,2,2,2,2,0.04,0.4771,0.02,0.4771 muckrakers,muckrakers,2,2,2,2,0.04,0.4771,0.02,0.4771 muddying,muddying,3,2,2,2,0.06,0.6021,0.02,0.4771 mudpack,mudpack,2,2,1,1,0.04,0.4771,0.02,0.4771 Muds,muds,2,2,0,0,0.04,0.4771,0.02,0.4771 mudsling,mudsling,2,2,2,2,0.04,0.4771,0.02,0.4771 muesli,muesli,3,2,2,2,0.06,0.6021,0.02,0.4771 muffs,muffs,2,2,2,2,0.04,0.4771,0.02,0.4771 Muggs,muggs,2,2,0,0,0.04,0.4771,0.02,0.4771 Mujeres,mujeres,3,2,1,1,0.06,0.6021,0.02,0.4771 mukluk,mukluk,2,2,1,1,0.04,0.4771,0.02,0.4771 Muktar,muktar,2,2,0,0,0.04,0.4771,0.02,0.4771 Mulberries,mulberries,2,2,0,0,0.04,0.4771,0.02,0.4771 mulefoot,mulefoot,2,2,2,2,0.04,0.4771,0.02,0.4771 Mullah,mullah,2,2,0,0,0.04,0.4771,0.02,0.4771 mullens,mullens,2,2,1,1,0.04,0.4771,0.02,0.4771 mullets,mullets,2,2,2,2,0.04,0.4771,0.02,0.4771 multicultural,multicultural,3,2,3,2,0.06,0.6021,0.02,0.4771 multifaceted,multifaceted,2,2,2,2,0.04,0.4771,0.02,0.4771 multiplexes,multiplexes,2,2,2,2,0.04,0.4771,0.02,0.4771 mumblings,mumblings,3,2,2,2,0.06,0.6021,0.02,0.4771 mummers,mummers,2,2,1,1,0.04,0.4771,0.02,0.4771 mummery,mummery,2,2,2,2,0.04,0.4771,0.02,0.4771 mumming,mumming,2,2,1,1,0.04,0.4771,0.02,0.4771 Munchausen,munchausen,2,2,0,0,0.04,0.4771,0.02,0.4771 Mund,mund,2,2,0,0,0.04,0.4771,0.02,0.4771 Mungo,mungo,5,2,0,0,0.10,0.7782,0.02,0.4771 murderously,murderously,2,2,2,2,0.04,0.4771,0.02,0.4771 murmurings,murmurings,2,2,2,2,0.04,0.4771,0.02,0.4771 muscly,muscly,2,2,2,2,0.04,0.4771,0.02,0.4771 musher,musher,11,2,7,2,0.22,1.0792,0.02,0.4771 mushrooming,mushrooming,2,2,2,2,0.04,0.4771,0.02,0.4771 musicologists,musicologists,2,2,1,1,0.04,0.4771,0.02,0.4771 Muskies,muskies,4,2,1,1,0.08,0.6990,0.02,0.4771 Muskogee,muskogee,3,2,0,0,0.06,0.6021,0.02,0.4771 mustards,mustards,2,2,2,2,0.04,0.4771,0.02,0.4771 mutely,mutely,2,2,2,2,0.04,0.4771,0.02,0.4771 mutinied,mutinied,2,2,2,2,0.04,0.4771,0.02,0.4771 mutinying,mutinying,2,2,2,2,0.04,0.4771,0.02,0.4771 muttons,muttons,2,2,2,2,0.04,0.4771,0.02,0.4771 mutuals,mutuals,2,2,2,2,0.04,0.4771,0.02,0.4771 mutuel,mutuel,3,2,3,2,0.06,0.6021,0.02,0.4771 muzzler,muzzler,2,2,2,2,0.04,0.4771,0.02,0.4771 Mycenaean,mycenaean,2,2,0,0,0.04,0.4771,0.02,0.4771 myelin,myelin,13,2,12,2,0.25,1.1461,0.02,0.4771 myeloid,myeloid,3,2,2,1,0.06,0.6021,0.02,0.4771 Mynheer,mynheer,7,2,0,0,0.14,0.9031,0.02,0.4771 mysel,mysel,2,2,2,2,0.04,0.4771,0.02,0.4771 mystically,mystically,2,2,2,2,0.04,0.4771,0.02,0.4771 mystification,mystification,3,2,3,2,0.06,0.6021,0.02,0.4771 Naan,naan,8,2,2,2,0.16,0.9542,0.02,0.4771 Nable,nable,11,2,3,1,0.22,1.0792,0.02,0.4771 Naiad,naiad,2,2,0,0,0.04,0.4771,0.02,0.4771 naively,naively,2,2,2,2,0.04,0.4771,0.02,0.4771 namby,namby,2,2,2,2,0.04,0.4771,0.02,0.4771 Nants,nants,4,2,0,0,0.08,0.6990,0.02,0.4771 narcosynthesis,narcosynthesis,2,2,1,1,0.04,0.4771,0.02,0.4771 narked,narked,5,2,5,2,0.10,0.7782,0.02,0.4771 Nasi,nasi,8,2,2,1,0.16,0.9542,0.02,0.4771 nasopharynx,nasopharynx,2,2,2,2,0.04,0.4771,0.02,0.4771 nasturtiums,nasturtiums,3,2,3,2,0.06,0.6021,0.02,0.4771 natatorium,natatorium,2,2,2,2,0.04,0.4771,0.02,0.4771 nationalization,nationalization,2,2,1,1,0.04,0.4771,0.02,0.4771 Natron,natron,2,2,0,0,0.04,0.4771,0.02,0.4771 natter,natter,2,2,2,2,0.04,0.4771,0.02,0.4771 naughtiest,naughtiest,2,2,1,1,0.04,0.4771,0.02,0.4771 naughtiness,naughtiness,2,2,2,2,0.04,0.4771,0.02,0.4771 nauseum,nauseum,2,2,2,2,0.04,0.4771,0.02,0.4771 navigable,navigable,3,2,3,2,0.06,0.6021,0.02,0.4771 navigators,navigators,4,2,4,2,0.08,0.6990,0.02,0.4771 nawab,nawab,2,2,1,1,0.04,0.4771,0.02,0.4771 naysayer,naysayer,3,2,3,2,0.06,0.6021,0.02,0.4771 nb,nb,2,2,1,1,0.04,0.4771,0.02,0.4771 Nea,nea,2,2,0,0,0.04,0.4771,0.02,0.4771 Nebraskans,nebraskans,2,2,0,0,0.04,0.4771,0.02,0.4771 nebulae,nebulae,2,2,1,1,0.04,0.4771,0.02,0.4771 necessaries,necessaries,2,2,2,2,0.04,0.4771,0.02,0.4771 necessitate,necessitate,2,2,2,2,0.04,0.4771,0.02,0.4771 necessitated,necessitated,2,2,2,2,0.04,0.4771,0.02,0.4771 necessitates,necessitates,2,2,2,2,0.04,0.4771,0.02,0.4771 neckerchief,neckerchief,2,2,2,2,0.04,0.4771,0.02,0.4771 neckwear,neckwear,2,2,2,2,0.04,0.4771,0.02,0.4771 necromancy,necromancy,3,2,2,2,0.06,0.6021,0.02,0.4771 needful,needful,2,2,2,2,0.04,0.4771,0.02,0.4771 Needham,needham,2,2,0,0,0.04,0.4771,0.02,0.4771 negativism,negativism,2,2,2,2,0.04,0.4771,0.02,0.4771 negligees,negligees,2,2,2,2,0.04,0.4771,0.02,0.4771 Negrito,negrito,10,2,1,1,0.20,1.0414,0.02,0.4771 Negroid,negroid,2,2,0,0,0.04,0.4771,0.02,0.4771 Nehemiah,nehemiah,6,2,0,0,0.12,0.8451,0.02,0.4771 neighed,neighed,2,2,2,2,0.04,0.4771,0.02,0.4771 Nemean,nemean,3,2,0,0,0.06,0.6021,0.02,0.4771 neodymium,neodymium,6,2,6,2,0.12,0.8451,0.02,0.4771 neomycin,neomycin,2,2,2,2,0.04,0.4771,0.02,0.4771 neonates,neonates,2,2,2,2,0.04,0.4771,0.02,0.4771 neoplasms,neoplasms,2,2,2,2,0.04,0.4771,0.02,0.4771 Nepalese,nepalese,2,2,0,0,0.04,0.4771,0.02,0.4771 nepenthe,nepenthe,5,2,3,2,0.10,0.7782,0.02,0.4771 nephilim,nephilim,6,2,6,2,0.12,0.8451,0.02,0.4771 nephrectomy,nephrectomy,2,2,2,2,0.04,0.4771,0.02,0.4771 nertz,nertz,2,2,1,1,0.04,0.4771,0.02,0.4771 Nessus,nessus,2,2,0,0,0.04,0.4771,0.02,0.4771 netball,netball,3,2,3,2,0.06,0.6021,0.02,0.4771 neurasthenia,neurasthenia,5,2,5,2,0.10,0.7782,0.02,0.4771 neuritis,neuritis,2,2,2,2,0.04,0.4771,0.02,0.4771 neurobiological,neurobiological,2,2,2,2,0.04,0.4771,0.02,0.4771 neurobiologist,neurobiologist,2,2,2,2,0.04,0.4771,0.02,0.4771 neurone,neurone,2,2,2,2,0.04,0.4771,0.02,0.4771 neuropathic,neuropathic,2,2,2,2,0.04,0.4771,0.02,0.4771 neuropathy,neuropathy,2,2,1,1,0.04,0.4771,0.02,0.4771 neuroscience,neuroscience,2,2,1,1,0.04,0.4771,0.02,0.4771 neuroscientist,neuroscientist,2,2,2,2,0.04,0.4771,0.02,0.4771 neurotoxic,neurotoxic,2,2,2,2,0.04,0.4771,0.02,0.4771 neutralisation,neutralisation,2,2,1,1,0.04,0.4771,0.02,0.4771 neutralises,neutralises,2,2,2,2,0.04,0.4771,0.02,0.4771 neutralising,neutralising,2,2,2,2,0.04,0.4771,0.02,0.4771 neutralizer,neutralizer,2,2,2,2,0.04,0.4771,0.02,0.4771 neutrals,neutrals,2,2,2,2,0.04,0.4771,0.02,0.4771 neutrinos,neutrinos,2,2,2,2,0.04,0.4771,0.02,0.4771 Newel,newel,3,2,1,1,0.06,0.6021,0.02,0.4771 Newish,newish,5,2,2,1,0.10,0.7782,0.02,0.4771 newsy,newsy,2,2,2,2,0.04,0.4771,0.02,0.4771 niacin,niacin,2,2,2,2,0.04,0.4771,0.02,0.4771 Niagra,niagra,2,2,0,0,0.04,0.4771,0.02,0.4771 Nicaraguans,nicaraguans,2,2,0,0,0.04,0.4771,0.02,0.4771 nicety,nicety,2,2,2,2,0.04,0.4771,0.02,0.4771 nichts,nichts,2,2,1,1,0.04,0.4771,0.02,0.4771 nickering,nickering,6,2,4,1,0.12,0.8451,0.02,0.4771 Nickers,nickers,4,2,1,1,0.08,0.6990,0.02,0.4771 Nickey,nickey,10,2,0,0,0.20,1.0414,0.02,0.4771 Nigella,nigella,2,2,0,0,0.04,0.4771,0.02,0.4771 Nigerians,nigerians,3,2,0,0,0.06,0.6021,0.02,0.4771 Niggaz,niggaz,9,2,1,1,0.18,1.0000,0.02,0.4771 nightcrawlers,nightcrawlers,2,2,2,2,0.04,0.4771,0.02,0.4771 Nighthawks,nighthawks,2,2,0,0,0.04,0.4771,0.02,0.4771 nightwear,nightwear,2,2,2,2,0.04,0.4771,0.02,0.4771 nill,nill,3,2,3,2,0.06,0.6021,0.02,0.4771 nimbostratus,nimbostratus,2,2,2,2,0.04,0.4771,0.02,0.4771 nimrods,nimrods,2,2,2,2,0.04,0.4771,0.02,0.4771 ninos,ninos,2,2,2,2,0.04,0.4771,0.02,0.4771 Nisei,nisei,3,2,0,0,0.06,0.6021,0.02,0.4771 nitpicking,nitpicking,2,2,2,2,0.04,0.4771,0.02,0.4771 nitrite,nitrite,2,2,2,2,0.04,0.4771,0.02,0.4771 Nitta,nitta,7,2,0,0,0.14,0.9031,0.02,0.4771 nitty,nitty,2,2,2,2,0.04,0.4771,0.02,0.4771 nixing,nixing,2,2,2,2,0.04,0.4771,0.02,0.4771 Noa,noa,5,2,0,0,0.10,0.7782,0.02,0.4771 Nobby,nobby,2,2,0,0,0.04,0.4771,0.02,0.4771 nobelium,nobelium,2,2,1,1,0.04,0.4771,0.02,0.4771 nobis,nobis,3,2,2,1,0.06,0.6021,0.02,0.4771 noblewoman,noblewoman,2,2,2,2,0.04,0.4771,0.02,0.4771 nodule,nodule,2,2,2,2,0.04,0.4771,0.02,0.4771 noes,noes,2,2,2,2,0.04,0.4771,0.02,0.4771 noiselessly,noiselessly,2,2,2,2,0.04,0.4771,0.02,0.4771 nominating,nominating,2,2,2,2,0.04,0.4771,0.02,0.4771 noncommunication,noncommunication,2,2,2,2,0.04,0.4771,0.02,0.4771 noncompetitive,noncompetitive,2,2,2,2,0.04,0.4771,0.02,0.4771 nonconducting,nonconducting,2,2,2,2,0.04,0.4771,0.02,0.4771 nonconformists,nonconformists,2,2,2,2,0.04,0.4771,0.02,0.4771 noncritical,noncritical,2,2,2,2,0.04,0.4771,0.02,0.4771 nonentities,nonentities,2,2,2,2,0.04,0.4771,0.02,0.4771 nonevent,nonevent,2,2,2,2,0.04,0.4771,0.02,0.4771 nonfunctioning,nonfunctioning,2,2,1,1,0.04,0.4771,0.02,0.4771 nonlinear,nonlinear,2,2,2,2,0.04,0.4771,0.02,0.4771 nonoperational,nonoperational,2,2,2,2,0.04,0.4771,0.02,0.4771 nonpareil,nonpareil,2,2,1,1,0.04,0.4771,0.02,0.4771 nonprofessional,nonprofessional,2,2,2,2,0.04,0.4771,0.02,0.4771 nonproliferation,nonproliferation,2,2,2,2,0.04,0.4771,0.02,0.4771 nonreactive,nonreactive,3,2,3,2,0.06,0.6021,0.02,0.4771 nonregulation,nonregulation,2,2,2,2,0.04,0.4771,0.02,0.4771 nonsenses,nonsenses,2,2,2,2,0.04,0.4771,0.02,0.4771 nonsexual,nonsexual,2,2,1,1,0.04,0.4771,0.02,0.4771 nonspirited,nonspirited,2,2,2,2,0.04,0.4771,0.02,0.4771 nonunion,nonunion,2,2,2,2,0.04,0.4771,0.02,0.4771 noonday,noonday,2,2,2,2,0.04,0.4771,0.02,0.4771 Noons,noons,13,2,0,0,0.25,1.1461,0.02,0.4771 Norland,norland,16,2,0,0,0.31,1.2304,0.02,0.4771 normalize,normalize,4,2,4,2,0.08,0.6990,0.02,0.4771 normalized,normalized,2,2,2,2,0.04,0.4771,0.02,0.4771 normals,normals,2,2,2,2,0.04,0.4771,0.02,0.4771 Northerner,northerner,3,2,0,0,0.06,0.6021,0.02,0.4771 nosedives,nosedives,2,2,2,2,0.04,0.4771,0.02,0.4771 nosegay,nosegay,2,2,2,2,0.04,0.4771,0.02,0.4771 noshing,noshing,2,2,2,2,0.04,0.4771,0.02,0.4771 Nostic,nostic,2,2,0,0,0.04,0.4771,0.02,0.4771 notarizing,notarizing,2,2,2,2,0.04,0.4771,0.02,0.4771 notepads,notepads,2,2,2,2,0.04,0.4771,0.02,0.4771 notepaper,notepaper,2,2,2,2,0.04,0.4771,0.02,0.4771 Nougats,nougats,3,2,1,1,0.06,0.6021,0.02,0.4771 nourisher,nourisher,2,2,2,2,0.04,0.4771,0.02,0.4771 novela,novela,2,2,2,2,0.04,0.4771,0.02,0.4771 novelette,novelette,2,2,2,2,0.04,0.4771,0.02,0.4771 novella,novella,2,2,1,1,0.04,0.4771,0.02,0.4771 novitiates,novitiates,2,2,1,1,0.04,0.4771,0.02,0.4771 noways,noways,2,2,2,2,0.04,0.4771,0.02,0.4771 Np,np,5,2,2,1,0.10,0.7782,0.02,0.4771 nth,nth,2,2,2,2,0.04,0.4771,0.02,0.4771 nubs,nubs,2,2,2,2,0.04,0.4771,0.02,0.4771 nudibranch,nudibranch,5,2,5,2,0.10,0.7782,0.02,0.4771 nudism,nudism,2,2,1,1,0.04,0.4771,0.02,0.4771 nuking,nuking,2,2,2,2,0.04,0.4771,0.02,0.4771 nul,nul,2,2,2,2,0.04,0.4771,0.02,0.4771 numerically,numerically,2,2,2,2,0.04,0.4771,0.02,0.4771 numerology,numerology,2,2,2,2,0.04,0.4771,0.02,0.4771 numskulls,numskulls,2,2,2,2,0.04,0.4771,0.02,0.4771 nunc,nunc,2,2,2,2,0.04,0.4771,0.02,0.4771 nuthatch,nuthatch,4,2,4,2,0.08,0.6990,0.02,0.4771 nuttiest,nuttiest,3,2,3,2,0.06,0.6021,0.02,0.4771 nuzzled,nuzzled,2,2,2,2,0.04,0.4771,0.02,0.4771 nystagmus,nystagmus,2,2,2,2,0.04,0.4771,0.02,0.4771 oafish,oafish,2,2,2,2,0.04,0.4771,0.02,0.4771 oaken,oaken,2,2,1,1,0.04,0.4771,0.02,0.4771 Oaty,oaty,6,2,2,1,0.12,0.8451,0.02,0.4771 obdurate,obdurate,2,2,2,2,0.04,0.4771,0.02,0.4771 obediently,obediently,2,2,2,2,0.04,0.4771,0.02,0.4771 Oblate,oblate,2,2,0,0,0.04,0.4771,0.02,0.4771 obliquely,obliquely,2,2,2,2,0.04,0.4771,0.02,0.4771 obliquity,obliquity,2,2,2,2,0.04,0.4771,0.02,0.4771 obliterating,obliterating,2,2,2,2,0.04,0.4771,0.02,0.4771 obnoxiously,obnoxiously,2,2,2,2,0.04,0.4771,0.02,0.4771 obnoxiousness,obnoxiousness,2,2,2,2,0.04,0.4771,0.02,0.4771 oboes,oboes,2,2,2,2,0.04,0.4771,0.02,0.4771 obsesses,obsesses,2,2,2,2,0.04,0.4771,0.02,0.4771 obtrusive,obtrusive,2,2,2,2,0.04,0.4771,0.02,0.4771 obviate,obviate,2,2,2,2,0.04,0.4771,0.02,0.4771 occiput,occiput,2,2,2,2,0.04,0.4771,0.02,0.4771 occlude,occlude,2,2,1,1,0.04,0.4771,0.02,0.4771 ocelot,ocelot,2,2,2,2,0.04,0.4771,0.02,0.4771 ocotillo,ocotillo,2,2,2,2,0.04,0.4771,0.02,0.4771 Oct,oct,2,2,0,0,0.04,0.4771,0.02,0.4771 octopi,octopi,2,2,2,2,0.04,0.4771,0.02,0.4771 oculomotor,oculomotor,2,2,2,2,0.04,0.4771,0.02,0.4771 Oculus,oculus,2,2,0,0,0.04,0.4771,0.02,0.4771 odder,odder,2,2,2,2,0.04,0.4771,0.02,0.4771 oddness,oddness,3,2,3,2,0.06,0.6021,0.02,0.4771 odourless,odourless,2,2,2,2,0.04,0.4771,0.02,0.4771 odours,odours,2,2,2,2,0.04,0.4771,0.02,0.4771 oe,oe,2,2,2,2,0.04,0.4771,0.02,0.4771 oesophageal,oesophageal,2,2,2,2,0.04,0.4771,0.02,0.4771 offensively,offensively,2,2,2,2,0.04,0.4771,0.02,0.4771 officiating,officiating,2,2,2,2,0.04,0.4771,0.02,0.4771 officiously,officiously,2,2,2,2,0.04,0.4771,0.02,0.4771 officiousness,officiousness,2,2,2,2,0.04,0.4771,0.02,0.4771 offshoots,offshoots,2,2,2,2,0.04,0.4771,0.02,0.4771 ohms,ohms,2,2,2,2,0.04,0.4771,0.02,0.4771 Oii,oii,2,2,0,0,0.04,0.4771,0.02,0.4771 oik,oik,2,2,1,1,0.04,0.4771,0.02,0.4771 oilcan,oilcan,6,2,5,2,0.12,0.8451,0.02,0.4771 oilfields,oilfields,3,2,3,2,0.06,0.6021,0.02,0.4771 oilpaper,oilpaper,2,2,2,2,0.04,0.4771,0.02,0.4771 oinks,oinks,2,2,2,2,0.04,0.4771,0.02,0.4771 ointments,ointments,2,2,2,2,0.04,0.4771,0.02,0.4771 okaying,okaying,2,2,2,2,0.04,0.4771,0.02,0.4771 Olease,olease,9,2,0,0,0.18,1.0000,0.02,0.4771 oleic,oleic,13,2,11,1,0.25,1.1461,0.02,0.4771 Olla,olla,18,2,1,1,0.35,1.2788,0.02,0.4771 Olympiad,olympiad,2,2,0,0,0.04,0.4771,0.02,0.4771 Olympians,olympians,2,2,0,0,0.04,0.4771,0.02,0.4771 Omer,omer,41,2,0,0,0.80,1.6232,0.02,0.4771 omnium,omnium,3,2,3,2,0.06,0.6021,0.02,0.4771 omnivorous,omnivorous,2,2,2,2,0.04,0.4771,0.02,0.4771 onca,onca,2,2,2,2,0.04,0.4771,0.02,0.4771 oncological,oncological,2,2,2,2,0.04,0.4771,0.02,0.4771 oncologists,oncologists,2,2,2,2,0.04,0.4771,0.02,0.4771 Ondine,ondine,7,2,0,0,0.14,0.9031,0.02,0.4771 Oneida,oneida,2,2,0,0,0.04,0.4771,0.02,0.4771 onerous,onerous,2,2,2,2,0.04,0.4771,0.02,0.4771 onliest,onliest,2,2,2,2,0.04,0.4771,0.02,0.4771 onlooker,onlooker,2,2,1,1,0.04,0.4771,0.02,0.4771 onrushing,onrushing,2,2,2,2,0.04,0.4771,0.02,0.4771 oozy,oozy,2,2,2,2,0.04,0.4771,0.02,0.4771 Ophir,ophir,2,2,0,0,0.04,0.4771,0.02,0.4771 opining,opining,2,2,2,2,0.04,0.4771,0.02,0.4771 opossum,opossum,4,2,4,2,0.08,0.6990,0.02,0.4771 Opp,opp,3,2,0,0,0.06,0.6021,0.02,0.4771 opportunely,opportunely,2,2,2,2,0.04,0.4771,0.02,0.4771 opposer,opposer,2,2,2,2,0.04,0.4771,0.02,0.4771 Opposers,opposers,3,2,1,1,0.06,0.6021,0.02,0.4771 optioning,optioning,2,2,2,2,0.04,0.4771,0.02,0.4771 optometry,optometry,2,2,2,2,0.04,0.4771,0.02,0.4771 orang,orang,5,2,4,2,0.10,0.7782,0.02,0.4771 orate,orate,2,2,2,2,0.04,0.4771,0.02,0.4771 orators,orators,2,2,2,2,0.04,0.4771,0.02,0.4771 orbitals,orbitals,6,2,6,2,0.12,0.8451,0.02,0.4771 orcas,orcas,5,2,5,2,0.10,0.7782,0.02,0.4771 orchestrates,orchestrates,2,2,1,1,0.04,0.4771,0.02,0.4771 orderliness,orderliness,2,2,2,2,0.04,0.4771,0.02,0.4771 Organa,organa,4,2,0,0,0.08,0.6990,0.02,0.4771 organiser,organiser,4,2,4,2,0.08,0.6990,0.02,0.4771 organises,organises,2,2,2,2,0.04,0.4771,0.02,0.4771 orl,orl,2,2,1,1,0.04,0.4771,0.02,0.4771 orotund,orotund,2,2,2,2,0.04,0.4771,0.02,0.4771 orthodontics,orthodontics,2,2,2,2,0.04,0.4771,0.02,0.4771 orthodontists,orthodontists,2,2,1,1,0.04,0.4771,0.02,0.4771 orthopedists,orthopedists,2,2,1,1,0.04,0.4771,0.02,0.4771 orthotics,orthotics,16,2,15,2,0.31,1.2304,0.02,0.4771 orts,orts,3,2,3,2,0.06,0.6021,0.02,0.4771 ory,ory,3,2,3,2,0.06,0.6021,0.02,0.4771 osseous,osseous,2,2,2,2,0.04,0.4771,0.02,0.4771 osteoarthritic,osteoarthritic,2,2,2,2,0.04,0.4771,0.02,0.4771 osteosarcoma,osteosarcoma,2,2,2,2,0.04,0.4771,0.02,0.4771 Ostler,ostler,3,2,1,1,0.06,0.6021,0.02,0.4771 ostracised,ostracised,2,2,2,2,0.04,0.4771,0.02,0.4771 otosclerosis,otosclerosis,2,2,2,2,0.04,0.4771,0.02,0.4771 otoscope,otoscope,2,2,1,1,0.04,0.4771,0.02,0.4771 Ottomans,ottomans,3,2,1,1,0.06,0.6021,0.02,0.4771 oubliette,oubliette,5,2,5,2,0.10,0.7782,0.02,0.4771 outcroppings,outcroppings,2,2,2,2,0.04,0.4771,0.02,0.4771 outdoing,outdoing,2,2,2,2,0.04,0.4771,0.02,0.4771 outdrink,outdrink,2,2,2,2,0.04,0.4771,0.02,0.4771 outdrive,outdrive,3,2,3,2,0.06,0.6021,0.02,0.4771 outfielders,outfielders,2,2,1,1,0.04,0.4771,0.02,0.4771 outfitter,outfitter,2,2,1,1,0.04,0.4771,0.02,0.4771 outfly,outfly,2,2,2,2,0.04,0.4771,0.02,0.4771 outfox,outfox,2,2,2,2,0.04,0.4771,0.02,0.4771 outgassing,outgassing,4,2,4,2,0.08,0.6990,0.02,0.4771 outgrows,outgrows,2,2,2,2,0.04,0.4771,0.02,0.4771 outgrowth,outgrowth,2,2,2,2,0.04,0.4771,0.02,0.4771 outguess,outguess,2,2,2,2,0.04,0.4771,0.02,0.4771 outguessed,outguessed,2,2,2,2,0.04,0.4771,0.02,0.4771 outlasts,outlasts,2,2,2,2,0.04,0.4771,0.02,0.4771 outlays,outlays,2,2,2,2,0.04,0.4771,0.02,0.4771 outpacing,outpacing,2,2,2,2,0.04,0.4771,0.02,0.4771 outruns,outruns,2,2,2,2,0.04,0.4771,0.02,0.4771 outscored,outscored,2,2,2,2,0.04,0.4771,0.02,0.4771 outsell,outsell,2,2,2,2,0.04,0.4771,0.02,0.4771 outshining,outshining,2,2,1,1,0.04,0.4771,0.02,0.4771 outsmarts,outsmarts,2,2,2,2,0.04,0.4771,0.02,0.4771 outstandingly,outstandingly,2,2,2,2,0.04,0.4771,0.02,0.4771 outstandings,outstandings,2,2,2,2,0.04,0.4771,0.02,0.4771 outstare,outstare,2,2,2,2,0.04,0.4771,0.02,0.4771 outstay,outstay,2,2,2,2,0.04,0.4771,0.02,0.4771 outstrips,outstrips,2,2,2,2,0.04,0.4771,0.02,0.4771 outswim,outswim,2,2,1,1,0.04,0.4771,0.02,0.4771 outthinking,outthinking,2,2,2,2,0.04,0.4771,0.02,0.4771 outwork,outwork,2,2,2,2,0.04,0.4771,0.02,0.4771 overachieve,overachieve,2,2,2,2,0.04,0.4771,0.02,0.4771 overate,overate,2,2,2,2,0.04,0.4771,0.02,0.4771 overbid,overbid,2,2,2,2,0.04,0.4771,0.02,0.4771 overbill,overbill,2,2,2,2,0.04,0.4771,0.02,0.4771 overbooking,overbooking,2,2,2,2,0.04,0.4771,0.02,0.4771 overbuilt,overbuilt,2,2,2,2,0.04,0.4771,0.02,0.4771 Overby,overby,2,2,0,0,0.04,0.4771,0.02,0.4771 overcharges,overcharges,2,2,2,2,0.04,0.4771,0.02,0.4771 overcooking,overcooking,2,2,2,2,0.04,0.4771,0.02,0.4771 overdescribe,overdescribe,2,2,2,2,0.04,0.4771,0.02,0.4771 overdosing,overdosing,2,2,2,2,0.04,0.4771,0.02,0.4771 overdramatize,overdramatize,3,2,3,2,0.06,0.6021,0.02,0.4771 overdub,overdub,2,2,2,2,0.04,0.4771,0.02,0.4771 overexerted,overexerted,2,2,2,2,0.04,0.4771,0.02,0.4771 overexploited,overexploited,2,2,2,2,0.04,0.4771,0.02,0.4771 overfishing,overfishing,2,2,1,1,0.04,0.4771,0.02,0.4771 overflown,overflown,2,2,2,2,0.04,0.4771,0.02,0.4771 overfond,overfond,2,2,2,2,0.04,0.4771,0.02,0.4771 overhanging,overhanging,4,2,4,2,0.08,0.6990,0.02,0.4771 overhauling,overhauling,2,2,2,2,0.04,0.4771,0.02,0.4771 overhears,overhears,2,2,2,2,0.04,0.4771,0.02,0.4771 overheats,overheats,2,2,2,2,0.04,0.4771,0.02,0.4771 overindulge,overindulge,2,2,2,2,0.04,0.4771,0.02,0.4771 overindulging,overindulging,2,2,2,2,0.04,0.4771,0.02,0.4771 overinvolved,overinvolved,2,2,2,2,0.04,0.4771,0.02,0.4771 overlaid,overlaid,2,2,2,2,0.04,0.4771,0.02,0.4771 overlying,overlying,2,2,2,2,0.04,0.4771,0.02,0.4771 Overman,overman,13,2,0,0,0.25,1.1461,0.02,0.4771 overpay,overpay,2,2,2,2,0.04,0.4771,0.02,0.4771 overpayment,overpayment,2,2,2,2,0.04,0.4771,0.02,0.4771 overpays,overpays,2,2,2,2,0.04,0.4771,0.02,0.4771 overpopulate,overpopulate,2,2,2,2,0.04,0.4771,0.02,0.4771 overpraised,overpraised,2,2,2,2,0.04,0.4771,0.02,0.4771 overprotect,overprotect,2,2,2,2,0.04,0.4771,0.02,0.4771 overrate,overrate,2,2,2,2,0.04,0.4771,0.02,0.4771 overreach,overreach,3,2,3,2,0.06,0.6021,0.02,0.4771 oversea,oversea,2,2,1,1,0.04,0.4771,0.02,0.4771 oversew,oversew,2,2,2,2,0.04,0.4771,0.02,0.4771 overshadowing,overshadowing,2,2,2,2,0.04,0.4771,0.02,0.4771 oversights,oversights,2,2,2,2,0.04,0.4771,0.02,0.4771 oversimplification,oversimplification,2,2,2,2,0.04,0.4771,0.02,0.4771 overspeed,overspeed,3,2,2,2,0.06,0.6021,0.02,0.4771 overspend,overspend,2,2,1,1,0.04,0.4771,0.02,0.4771 overspending,overspending,2,2,2,2,0.04,0.4771,0.02,0.4771 overstaffed,overstaffed,2,2,2,2,0.04,0.4771,0.02,0.4771 overstaying,overstaying,2,2,2,2,0.04,0.4771,0.02,0.4771 overstimulating,overstimulating,2,2,2,2,0.04,0.4771,0.02,0.4771 overstock,overstock,2,2,2,2,0.04,0.4771,0.02,0.4771 overstocked,overstocked,2,2,2,2,0.04,0.4771,0.02,0.4771 overstretched,overstretched,2,2,2,2,0.04,0.4771,0.02,0.4771 overtax,overtax,2,2,2,2,0.04,0.4771,0.02,0.4771 overtaxed,overtaxed,3,2,2,2,0.06,0.6021,0.02,0.4771 overtrained,overtrained,2,2,2,2,0.04,0.4771,0.02,0.4771 overwater,overwater,4,2,4,2,0.08,0.6990,0.02,0.4771 ovoid,ovoid,2,2,1,1,0.04,0.4771,0.02,0.4771 owt,owt,5,2,5,2,0.10,0.7782,0.02,0.4771 oxacillin,oxacillin,2,2,1,1,0.04,0.4771,0.02,0.4771 oxalate,oxalate,3,2,3,2,0.06,0.6021,0.02,0.4771 oxblood,oxblood,2,2,2,2,0.04,0.4771,0.02,0.4771 oxidants,oxidants,2,2,2,2,0.04,0.4771,0.02,0.4771 oxidase,oxidase,2,2,2,2,0.04,0.4771,0.02,0.4771 oxidization,oxidization,2,2,1,1,0.04,0.4771,0.02,0.4771 oxidizer,oxidizer,2,2,2,2,0.04,0.4771,0.02,0.4771 oxidizing,oxidizing,2,2,1,1,0.04,0.4771,0.02,0.4771 oximeter,oximeter,3,2,3,2,0.06,0.6021,0.02,0.4771 Pacha,pacha,18,2,0,0,0.35,1.2788,0.02,0.4771 pachuco,pachuco,3,2,2,1,0.06,0.6021,0.02,0.4771 Pacifica,pacifica,9,2,0,0,0.18,1.0000,0.02,0.4771 packhorses,packhorses,2,2,2,2,0.04,0.4771,0.02,0.4771 packings,packings,2,2,2,2,0.04,0.4771,0.02,0.4771 Paediatrics,paediatrics,2,2,0,0,0.04,0.4771,0.02,0.4771 paginates,paginates,3,2,3,2,0.06,0.6021,0.02,0.4771 Paik,paik,3,2,0,0,0.06,0.6021,0.02,0.4771 paisanos,paisanos,2,2,1,1,0.04,0.4771,0.02,0.4771 pala,pala,2,2,1,1,0.04,0.4771,0.02,0.4771 Palaeolithic,palaeolithic,4,2,0,0,0.08,0.6990,0.02,0.4771 palaeontologist,palaeontologist,4,2,4,2,0.08,0.6990,0.02,0.4771 Palais,palais,2,2,0,0,0.04,0.4771,0.02,0.4771 Palatine,palatine,9,2,0,0,0.18,1.0000,0.02,0.4771 palefaces,palefaces,2,2,2,2,0.04,0.4771,0.02,0.4771 palfrey,palfrey,2,2,1,1,0.04,0.4771,0.02,0.4771 palmettos,palmettos,3,2,3,2,0.06,0.6021,0.02,0.4771 palmtop,palmtop,2,2,2,2,0.04,0.4771,0.02,0.4771 palmy,palmy,2,2,2,2,0.04,0.4771,0.02,0.4771 palpitate,palpitate,2,2,2,2,0.04,0.4771,0.02,0.4771 palsied,palsied,2,2,2,2,0.04,0.4771,0.02,0.4771 paly,paly,2,2,1,1,0.04,0.4771,0.02,0.4771 pancreatectomy,pancreatectomy,5,2,3,2,0.10,0.7782,0.02,0.4771 panders,panders,2,2,2,2,0.04,0.4771,0.02,0.4771 pandowdy,pandowdy,2,2,2,2,0.04,0.4771,0.02,0.4771 panelled,panelled,2,2,2,2,0.04,0.4771,0.02,0.4771 Panini,panini,3,2,1,1,0.06,0.6021,0.02,0.4771 panjandrum,panjandrum,2,2,1,1,0.04,0.4771,0.02,0.4771 panoramic,panoramic,2,2,2,2,0.04,0.4771,0.02,0.4771 pansexual,pansexual,2,2,2,2,0.04,0.4771,0.02,0.4771 pantalettes,pantalettes,2,2,2,2,0.04,0.4771,0.02,0.4771 pantheistic,pantheistic,3,2,3,2,0.06,0.6021,0.02,0.4771 pantograph,pantograph,3,2,3,2,0.06,0.6021,0.02,0.4771 pantomimes,pantomimes,3,2,3,2,0.06,0.6021,0.02,0.4771 pantywaists,pantywaists,2,2,2,2,0.04,0.4771,0.02,0.4771 papacy,papacy,2,2,1,1,0.04,0.4771,0.02,0.4771 paperclip,paperclip,2,2,2,2,0.04,0.4771,0.02,0.4771 paperless,paperless,3,2,2,2,0.06,0.6021,0.02,0.4771 papillary,papillary,2,2,2,2,0.04,0.4771,0.02,0.4771 papillons,papillons,2,2,2,2,0.04,0.4771,0.02,0.4771 papists,papists,2,2,1,1,0.04,0.4771,0.02,0.4771 papooses,papooses,2,2,2,2,0.04,0.4771,0.02,0.4771 papules,papules,2,2,2,2,0.04,0.4771,0.02,0.4771 paradigms,paradigms,3,2,3,2,0.06,0.6021,0.02,0.4771 paradoxically,paradoxically,2,2,2,2,0.04,0.4771,0.02,0.4771 paraglider,paraglider,2,2,1,1,0.04,0.4771,0.02,0.4771 parallelogram,parallelogram,2,2,2,2,0.04,0.4771,0.02,0.4771 paralyzation,paralyzation,2,2,2,2,0.04,0.4771,0.02,0.4771 paranoiacs,paranoiacs,2,2,2,2,0.04,0.4771,0.02,0.4771 paraphrased,paraphrased,2,2,2,2,0.04,0.4771,0.02,0.4771 paras,paras,2,2,2,2,0.04,0.4771,0.02,0.4771 parasternal,parasternal,2,2,2,2,0.04,0.4771,0.02,0.4771 paravanes,paravanes,4,2,4,2,0.08,0.6990,0.02,0.4771 parc,parc,2,2,1,1,0.04,0.4771,0.02,0.4771 parcelled,parcelled,2,2,2,2,0.04,0.4771,0.02,0.4771 parch,parch,2,2,2,2,0.04,0.4771,0.02,0.4771 pardners,pardners,4,2,4,2,0.08,0.6990,0.02,0.4771 pared,pared,2,2,2,2,0.04,0.4771,0.02,0.4771 paren,paren,2,2,1,1,0.04,0.4771,0.02,0.4771 parenthetically,parenthetically,2,2,1,1,0.04,0.4771,0.02,0.4771 parentis,parentis,2,2,2,2,0.04,0.4771,0.02,0.4771 paresis,paresis,2,2,1,1,0.04,0.4771,0.02,0.4771 parleying,parleying,2,2,2,2,0.04,0.4771,0.02,0.4771 parli,parli,2,2,1,1,0.04,0.4771,0.02,0.4771 parmigiano,parmigiano,2,2,2,2,0.04,0.4771,0.02,0.4771 paroles,paroles,4,2,4,2,0.08,0.6990,0.02,0.4771 parotid,parotid,3,2,3,2,0.06,0.6021,0.02,0.4771 paroxysm,paroxysm,2,2,1,1,0.04,0.4771,0.02,0.4771 paroxysmal,paroxysmal,2,2,1,1,0.04,0.4771,0.02,0.4771 parried,parried,2,2,2,2,0.04,0.4771,0.02,0.4771 pars,pars,2,2,2,2,0.04,0.4771,0.02,0.4771 parsec,parsec,2,2,2,2,0.04,0.4771,0.02,0.4771 parsnips,parsnips,2,2,2,2,0.04,0.4771,0.02,0.4771 parsonage,parsonage,5,2,5,2,0.10,0.7782,0.02,0.4771 partiality,partiality,4,2,4,2,0.08,0.6990,0.02,0.4771 participle,participle,3,2,3,2,0.06,0.6021,0.02,0.4771 participles,participles,2,2,2,2,0.04,0.4771,0.02,0.4771 parvenus,parvenus,2,2,2,2,0.04,0.4771,0.02,0.4771 pase,pase,2,2,1,1,0.04,0.4771,0.02,0.4771 passings,passings,2,2,2,2,0.04,0.4771,0.02,0.4771 passionato,passionato,3,2,3,2,0.06,0.6021,0.02,0.4771 passkeys,passkeys,2,2,2,2,0.04,0.4771,0.02,0.4771 pasteboard,pasteboard,2,2,2,2,0.04,0.4771,0.02,0.4771 pasteurizing,pasteurizing,2,2,2,2,0.04,0.4771,0.02,0.4771 pastiche,pastiche,3,2,2,2,0.06,0.6021,0.02,0.4771 pata,pata,2,2,2,2,0.04,0.4771,0.02,0.4771 Patagonian,patagonian,2,2,0,0,0.04,0.4771,0.02,0.4771 paterfamilias,paterfamilias,2,2,2,2,0.04,0.4771,0.02,0.4771 patheticness,patheticness,2,2,2,2,0.04,0.4771,0.02,0.4771 pathless,pathless,2,2,2,2,0.04,0.4771,0.02,0.4771 pato,pato,2,2,1,1,0.04,0.4771,0.02,0.4771 patriarchs,patriarchs,2,2,2,2,0.04,0.4771,0.02,0.4771 patricide,patricide,3,2,3,2,0.06,0.6021,0.02,0.4771 patriotically,patriotically,2,2,2,2,0.04,0.4771,0.02,0.4771 patrollers,patrollers,4,2,4,2,0.08,0.6990,0.02,0.4771 patronised,patronised,2,2,1,1,0.04,0.4771,0.02,0.4771 patterning,patterning,2,2,2,2,0.04,0.4771,0.02,0.4771 pau,pau,2,2,1,1,0.04,0.4771,0.02,0.4771 paves,paves,2,2,1,1,0.04,0.4771,0.02,0.4771 pawnbrokers,pawnbrokers,2,2,2,2,0.04,0.4771,0.02,0.4771 Pawnees,pawnees,8,2,0,0,0.16,0.9542,0.02,0.4771 payphones,payphones,2,2,2,2,0.04,0.4771,0.02,0.4771 peacekeeping,peacekeeping,2,2,1,1,0.04,0.4771,0.02,0.4771 peacenik,peacenik,3,2,3,2,0.06,0.6021,0.02,0.4771 peacoat,peacoat,2,2,2,2,0.04,0.4771,0.02,0.4771 peahen,peahen,4,2,4,2,0.08,0.6990,0.02,0.4771 peaky,peaky,2,2,2,2,0.04,0.4771,0.02,0.4771 Pean,pean,2,2,0,0,0.04,0.4771,0.02,0.4771 Peart,peart,2,2,0,0,0.04,0.4771,0.02,0.4771 peccadillos,peccadillos,3,2,2,2,0.06,0.6021,0.02,0.4771 pectoralis,pectoralis,2,2,1,1,0.04,0.4771,0.02,0.4771 pedagogue,pedagogue,5,2,4,1,0.10,0.7782,0.02,0.4771 pedalled,pedalled,2,2,2,2,0.04,0.4771,0.02,0.4771 peddlar,peddlar,2,2,2,2,0.04,0.4771,0.02,0.4771 Peddled,peddled,2,2,0,0,0.04,0.4771,0.02,0.4771 pedicurist,pedicurist,2,2,2,2,0.04,0.4771,0.02,0.4771 pedigrees,pedigrees,2,2,2,2,0.04,0.4771,0.02,0.4771 pedlars,pedlars,2,2,1,1,0.04,0.4771,0.02,0.4771 peds,peds,2,2,1,1,0.04,0.4771,0.02,0.4771 peelers,peelers,2,2,2,2,0.04,0.4771,0.02,0.4771 peepy,peepy,6,2,6,2,0.12,0.8451,0.02,0.4771 pejoratively,pejoratively,3,2,2,1,0.06,0.6021,0.02,0.4771 Pekin,pekin,6,2,0,0,0.12,0.8451,0.02,0.4771 Pele,pele,6,2,0,0,0.12,0.8451,0.02,0.4771 pelvics,pelvics,2,2,2,2,0.04,0.4771,0.02,0.4771 penalizing,penalizing,2,2,2,2,0.04,0.4771,0.02,0.4771 pendent,pendent,2,2,2,2,0.04,0.4771,0.02,0.4771 penitentiaries,penitentiaries,2,2,2,2,0.04,0.4771,0.02,0.4771 penning,penning,2,2,2,2,0.04,0.4771,0.02,0.4771 pennyroyal,pennyroyal,2,2,2,2,0.04,0.4771,0.02,0.4771 pennyweight,pennyweight,2,2,2,2,0.04,0.4771,0.02,0.4771 Pennyworth,pennyworth,2,2,0,0,0.04,0.4771,0.02,0.4771 penologist,penologist,2,2,2,2,0.04,0.4771,0.02,0.4771 penology,penology,2,2,2,2,0.04,0.4771,0.02,0.4771 Pentecost,pentecost,2,2,0,0,0.04,0.4771,0.02,0.4771 pentimento,pentimento,2,2,2,2,0.04,0.4771,0.02,0.4771 pentobarbital,pentobarbital,2,2,2,2,0.04,0.4771,0.02,0.4771 peony,peony,2,2,2,2,0.04,0.4771,0.02,0.4771 Pepino,pepino,3,2,0,0,0.06,0.6021,0.02,0.4771 pepped,pepped,2,2,2,2,0.04,0.4771,0.02,0.4771 peppier,peppier,2,2,1,1,0.04,0.4771,0.02,0.4771 pepsin,pepsin,2,2,2,2,0.04,0.4771,0.02,0.4771 perambulate,perambulate,3,2,2,2,0.06,0.6021,0.02,0.4771 perambulator,perambulator,4,2,4,2,0.08,0.6990,0.02,0.4771 percale,percale,3,2,3,2,0.06,0.6021,0.02,0.4771 perceptiveness,perceptiveness,2,2,2,2,0.04,0.4771,0.02,0.4771 perceptual,perceptual,4,2,4,2,0.08,0.6990,0.02,0.4771 percolated,percolated,2,2,2,2,0.04,0.4771,0.02,0.4771 Peres,peres,8,2,0,0,0.16,0.9542,0.02,0.4771 Perforating,perforating,2,2,0,0,0.04,0.4771,0.02,0.4771 perfumer,perfumer,6,2,6,2,0.12,0.8451,0.02,0.4771 perfuse,perfuse,2,2,1,1,0.04,0.4771,0.02,0.4771 perianal,perianal,2,2,2,2,0.04,0.4771,0.02,0.4771 periosteal,periosteal,2,2,1,1,0.04,0.4771,0.02,0.4771 peripherals,peripherals,7,2,6,2,0.14,0.9031,0.02,0.4771 periscopes,periscopes,2,2,2,2,0.04,0.4771,0.02,0.4771 peristalsis,peristalsis,2,2,2,2,0.04,0.4771,0.02,0.4771 periumbilical,periumbilical,2,2,1,1,0.04,0.4771,0.02,0.4771 permanency,permanency,2,2,2,2,0.04,0.4771,0.02,0.4771 permeating,permeating,2,2,2,2,0.04,0.4771,0.02,0.4771 permed,permed,2,2,2,2,0.04,0.4771,0.02,0.4771 perms,perms,2,2,2,2,0.04,0.4771,0.02,0.4771 perpetuation,perpetuation,2,2,2,2,0.04,0.4771,0.02,0.4771 perplex,perplex,2,2,2,2,0.04,0.4771,0.02,0.4771 perse,perse,2,2,2,2,0.04,0.4771,0.02,0.4771 persecutes,persecutes,2,2,2,2,0.04,0.4771,0.02,0.4771 persecutions,persecutions,3,2,3,2,0.06,0.6021,0.02,0.4771 persecutors,persecutors,2,2,2,2,0.04,0.4771,0.02,0.4771 personifies,personifies,2,2,2,2,0.04,0.4771,0.02,0.4771 perspicacity,perspicacity,2,2,2,2,0.04,0.4771,0.02,0.4771 perspired,perspired,2,2,2,2,0.04,0.4771,0.02,0.4771 persuaders,persuaders,2,2,2,2,0.04,0.4771,0.02,0.4771 persuasiveness,persuasiveness,2,2,2,2,0.04,0.4771,0.02,0.4771 perturbation,perturbation,2,2,2,2,0.04,0.4771,0.02,0.4771 perverting,perverting,2,2,2,2,0.04,0.4771,0.02,0.4771 pessimists,pessimists,2,2,2,2,0.04,0.4771,0.02,0.4771 pesters,pesters,2,2,2,2,0.04,0.4771,0.02,0.4771 pesthole,pesthole,2,2,2,2,0.04,0.4771,0.02,0.4771 Peterman,peterman,4,2,0,0,0.08,0.6990,0.02,0.4771 petrify,petrify,2,2,1,1,0.04,0.4771,0.02,0.4771 petrolatum,petrolatum,2,2,1,1,0.04,0.4771,0.02,0.4771 Petronella,petronella,3,2,0,0,0.06,0.6021,0.02,0.4771 pfennig,pfennig,2,2,2,2,0.04,0.4771,0.02,0.4771 Phaedra,phaedra,5,2,0,0,0.10,0.7782,0.02,0.4771 phagocytes,phagocytes,6,2,6,2,0.12,0.8451,0.02,0.4771 Phantasm,phantasm,4,2,1,1,0.08,0.6990,0.02,0.4771 phantasms,phantasms,2,2,2,2,0.04,0.4771,0.02,0.4771 pharmacological,pharmacological,2,2,2,2,0.04,0.4771,0.02,0.4771 pharmacotherapy,pharmacotherapy,2,2,2,2,0.04,0.4771,0.02,0.4771 pharyngeal,pharyngeal,2,2,2,2,0.04,0.4771,0.02,0.4771 phial,phial,3,2,2,2,0.06,0.6021,0.02,0.4771 philanderers,philanderers,2,2,2,2,0.04,0.4771,0.02,0.4771 Philippians,philippians,2,2,0,0,0.04,0.4771,0.02,0.4771 philologist,philologist,4,2,3,2,0.08,0.6990,0.02,0.4771 philosophizing,philosophizing,2,2,2,2,0.04,0.4771,0.02,0.4771 phlegmy,phlegmy,2,2,2,2,0.04,0.4771,0.02,0.4771 Phoebus,phoebus,21,2,0,0,0.41,1.3424,0.02,0.4771 Phoenicia,phoenicia,5,2,0,0,0.10,0.7782,0.02,0.4771 Phoenician,phoenician,2,2,0,0,0.04,0.4771,0.02,0.4771 phonetics,phonetics,5,2,5,2,0.10,0.7782,0.02,0.4771 phono,phono,2,2,2,2,0.04,0.4771,0.02,0.4771 Phoo,phoo,2,2,0,0,0.04,0.4771,0.02,0.4771 phosphatase,phosphatase,2,2,2,2,0.04,0.4771,0.02,0.4771 photocopier,photocopier,2,2,2,2,0.04,0.4771,0.02,0.4771 photocopying,photocopying,2,2,2,2,0.04,0.4771,0.02,0.4771 photogrammetry,photogrammetry,2,2,2,2,0.04,0.4771,0.02,0.4771 photographically,photographically,2,2,2,2,0.04,0.4771,0.02,0.4771 photojournalism,photojournalism,2,2,2,2,0.04,0.4771,0.02,0.4771 photosensitive,photosensitive,2,2,2,2,0.04,0.4771,0.02,0.4771 phrasebook,phrasebook,2,2,2,2,0.04,0.4771,0.02,0.4771 phrenologist,phrenologist,6,2,6,2,0.12,0.8451,0.02,0.4771 phrenology,phrenology,6,2,6,2,0.12,0.8451,0.02,0.4771 Phrygia,phrygia,2,2,0,0,0.04,0.4771,0.02,0.4771 phut,phut,2,2,1,1,0.04,0.4771,0.02,0.4771 phylogenetic,phylogenetic,3,2,2,2,0.06,0.6021,0.02,0.4771 physiologists,physiologists,2,2,2,2,0.04,0.4771,0.02,0.4771 physiotherapy,physiotherapy,2,2,2,2,0.04,0.4771,0.02,0.4771 picadors,picadors,2,2,2,2,0.04,0.4771,0.02,0.4771 picante,picante,2,2,2,2,0.04,0.4771,0.02,0.4771 piccalilli,piccalilli,2,2,2,2,0.04,0.4771,0.02,0.4771 pickaxes,pickaxes,2,2,2,2,0.04,0.4771,0.02,0.4771 picketed,picketed,3,2,3,2,0.06,0.6021,0.02,0.4771 picketers,picketers,2,2,2,2,0.04,0.4771,0.02,0.4771 pickler,pickler,2,2,1,1,0.04,0.4771,0.02,0.4771 Pickwick,pickwick,3,2,0,0,0.06,0.6021,0.02,0.4771 pictographic,pictographic,3,2,2,2,0.06,0.6021,0.02,0.4771 pictographs,pictographs,2,2,2,2,0.04,0.4771,0.02,0.4771 pictorially,pictorially,2,2,2,2,0.04,0.4771,0.02,0.4771 picturesquely,picturesquely,2,2,2,2,0.04,0.4771,0.02,0.4771 piedra,piedra,2,2,1,1,0.04,0.4771,0.02,0.4771 Pieta,pieta,2,2,0,0,0.04,0.4771,0.02,0.4771 Pigfoot,pigfoot,7,2,1,1,0.14,0.9031,0.02,0.4771 piggybacks,piggybacks,2,2,2,2,0.04,0.4771,0.02,0.4771 pigheadedly,pigheadedly,2,2,2,2,0.04,0.4771,0.02,0.4771 Pigmies,pigmies,2,2,0,0,0.04,0.4771,0.02,0.4771 pigmy,pigmy,4,2,3,2,0.08,0.6990,0.02,0.4771 pigtailed,pigtailed,2,2,2,2,0.04,0.4771,0.02,0.4771 Pik,pik,3,2,0,0,0.06,0.6021,0.02,0.4771 Pil,pil,2,2,0,0,0.04,0.4771,0.02,0.4771 Pilcher,pilcher,2,2,0,0,0.04,0.4771,0.02,0.4771 Pilgrimess,pilgrimess,4,2,0,0,0.08,0.6990,0.02,0.4771 pilin,pilin,2,2,1,1,0.04,0.4771,0.02,0.4771 pillowy,pillowy,4,2,4,2,0.08,0.6990,0.02,0.4771 pilothouse,pilothouse,4,2,4,2,0.08,0.6990,0.02,0.4771 pilsner,pilsner,2,2,1,1,0.04,0.4771,0.02,0.4771 pimientos,pimientos,6,2,6,2,0.12,0.8451,0.02,0.4771 pimpled,pimpled,2,2,2,2,0.04,0.4771,0.02,0.4771 pinafores,pinafores,2,2,2,2,0.04,0.4771,0.02,0.4771 pinballs,pinballs,2,2,2,2,0.04,0.4771,0.02,0.4771 Pinchbeck,pinchbeck,21,2,0,0,0.41,1.3424,0.02,0.4771 pincushions,pincushions,2,2,2,2,0.04,0.4771,0.02,0.4771 Pinder,pinder,3,2,0,0,0.06,0.6021,0.02,0.4771 pinfeathers,pinfeathers,2,2,2,2,0.04,0.4771,0.02,0.4771 pinged,pinged,4,2,4,2,0.08,0.6990,0.02,0.4771 pinked,pinked,2,2,2,2,0.04,0.4771,0.02,0.4771 pinker,pinker,2,2,2,2,0.04,0.4771,0.02,0.4771 pinkeye,pinkeye,2,2,1,1,0.04,0.4771,0.02,0.4771 pinkos,pinkos,2,2,2,2,0.04,0.4771,0.02,0.4771 pinnacles,pinnacles,2,2,2,2,0.04,0.4771,0.02,0.4771 pinon,pinon,2,2,2,2,0.04,0.4771,0.02,0.4771 Pintos,pintos,2,2,0,0,0.04,0.4771,0.02,0.4771 Pinus,pinus,2,2,0,0,0.04,0.4771,0.02,0.4771 pions,pions,2,2,2,2,0.04,0.4771,0.02,0.4771 Pipa,pipa,4,2,1,1,0.08,0.6990,0.02,0.4771 pippins,pippins,2,2,2,2,0.04,0.4771,0.02,0.4771 Pippy,pippy,6,2,0,0,0.12,0.8451,0.02,0.4771 piquancy,piquancy,2,2,2,2,0.04,0.4771,0.02,0.4771 piques,piques,2,2,2,2,0.04,0.4771,0.02,0.4771 Piquet,piquet,8,2,2,1,0.16,0.9542,0.02,0.4771 piratical,piratical,2,2,2,2,0.04,0.4771,0.02,0.4771 pirozhki,pirozhki,2,2,2,2,0.04,0.4771,0.02,0.4771 piscatorial,piscatorial,3,2,3,2,0.06,0.6021,0.02,0.4771 Piscine,piscine,2,2,0,0,0.04,0.4771,0.02,0.4771 pissers,pissers,2,2,2,2,0.04,0.4771,0.02,0.4771 pitchblende,pitchblende,6,2,5,1,0.12,0.8451,0.02,0.4771 Pithecanthropus,pithecanthropus,8,2,0,0,0.16,0.9542,0.02,0.4771 pitilessly,pitilessly,2,2,2,2,0.04,0.4771,0.02,0.4771 pizazz,pizazz,2,2,1,1,0.04,0.4771,0.02,0.4771 Pk,pk,2,2,0,0,0.04,0.4771,0.02,0.4771 placekicker,placekicker,2,2,2,2,0.04,0.4771,0.02,0.4771 placements,placements,2,2,2,2,0.04,0.4771,0.02,0.4771 placental,placental,2,2,2,2,0.04,0.4771,0.02,0.4771 plagiarize,plagiarize,2,2,2,2,0.04,0.4771,0.02,0.4771 plaice,plaice,2,2,1,1,0.04,0.4771,0.02,0.4771 plainclothesmen,plainclothesmen,2,2,2,2,0.04,0.4771,0.02,0.4771 plainest,plainest,2,2,2,2,0.04,0.4771,0.02,0.4771 plainness,plainness,2,2,2,2,0.04,0.4771,0.02,0.4771 planeload,planeload,3,2,3,2,0.06,0.6021,0.02,0.4771 planer,planer,5,2,5,2,0.10,0.7782,0.02,0.4771 planetoid,planetoid,2,2,2,2,0.04,0.4771,0.02,0.4771 Planking,planking,2,2,0,0,0.04,0.4771,0.02,0.4771 plantains,plantains,2,2,1,1,0.04,0.4771,0.02,0.4771 Plash,plash,5,2,1,1,0.10,0.7782,0.02,0.4771 plateaus,plateaus,2,2,2,2,0.04,0.4771,0.02,0.4771 plater,plater,2,2,2,2,0.04,0.4771,0.02,0.4771 playactor,playactor,2,2,2,2,0.04,0.4771,0.02,0.4771 Playbill,playbill,4,2,1,1,0.08,0.6990,0.02,0.4771 playbooks,playbooks,2,2,1,1,0.04,0.4771,0.02,0.4771 playlists,playlists,2,2,2,2,0.04,0.4771,0.02,0.4771 playrooms,playrooms,2,2,2,2,0.04,0.4771,0.02,0.4771 pleasantest,pleasantest,2,2,2,2,0.04,0.4771,0.02,0.4771 pleasantry,pleasantry,2,2,2,2,0.04,0.4771,0.02,0.4771 pleasingly,pleasingly,2,2,2,2,0.04,0.4771,0.02,0.4771 Pleasurer,pleasurer,2,2,0,0,0.04,0.4771,0.02,0.4771 plenary,plenary,5,2,4,2,0.10,0.7782,0.02,0.4771 pleny,pleny,3,2,3,2,0.06,0.6021,0.02,0.4771 plexiglass,plexiglass,2,2,1,1,0.04,0.4771,0.02,0.4771 plink,plink,15,2,12,2,0.29,1.2041,0.02,0.4771 plinking,plinking,2,2,2,2,0.04,0.4771,0.02,0.4771 Pliocene,pliocene,2,2,0,0,0.04,0.4771,0.02,0.4771 plodders,plodders,2,2,2,2,0.04,0.4771,0.02,0.4771 plods,plods,2,2,2,2,0.04,0.4771,0.02,0.4771 Plowman,plowman,3,2,0,0,0.06,0.6021,0.02,0.4771 Plowmen,plowmen,2,2,0,0,0.04,0.4771,0.02,0.4771 plugger,plugger,2,2,2,2,0.04,0.4771,0.02,0.4771 plummy,plummy,2,2,2,2,0.04,0.4771,0.02,0.4771 plumped,plumped,2,2,2,2,0.04,0.4771,0.02,0.4771 plunked,plunked,2,2,2,2,0.04,0.4771,0.02,0.4771 plunks,plunks,2,2,2,2,0.04,0.4771,0.02,0.4771 pluralist,pluralist,2,2,2,2,0.04,0.4771,0.02,0.4771 plushy,plushy,2,2,2,2,0.04,0.4771,0.02,0.4771 Plutarch,plutarch,3,2,0,0,0.06,0.6021,0.02,0.4771 pluton,pluton,2,2,2,2,0.04,0.4771,0.02,0.4771 Plutonian,plutonian,2,2,0,0,0.04,0.4771,0.02,0.4771 pneumonic,pneumonic,9,2,7,2,0.18,1.0000,0.02,0.4771 poaches,poaches,2,2,2,2,0.04,0.4771,0.02,0.4771 pocketknives,pocketknives,2,2,2,2,0.04,0.4771,0.02,0.4771 pockmarks,pockmarks,2,2,2,2,0.04,0.4771,0.02,0.4771 podcast,podcast,2,2,1,1,0.04,0.4771,0.02,0.4771 podiatric,podiatric,2,2,2,2,0.04,0.4771,0.02,0.4771 poetical,poetical,2,2,2,2,0.04,0.4771,0.02,0.4771 poignancy,poignancy,2,2,2,2,0.04,0.4771,0.02,0.4771 poinsettia,poinsettia,3,2,2,1,0.06,0.6021,0.02,0.4771 pointedly,pointedly,2,2,2,2,0.04,0.4771,0.02,0.4771 pois,pois,5,2,5,2,0.10,0.7782,0.02,0.4771 polarised,polarised,2,2,2,2,0.04,0.4771,0.02,0.4771 polarities,polarities,2,2,2,2,0.04,0.4771,0.02,0.4771 polarizing,polarizing,2,2,1,1,0.04,0.4771,0.02,0.4771 polecats,polecats,2,2,2,2,0.04,0.4771,0.02,0.4771 polemic,polemic,2,2,2,2,0.04,0.4771,0.02,0.4771 polestar,polestar,3,2,3,2,0.06,0.6021,0.02,0.4771 poling,poling,3,2,3,2,0.06,0.6021,0.02,0.4771 politest,politest,3,2,3,2,0.06,0.6021,0.02,0.4771 politicized,politicized,3,2,3,2,0.06,0.6021,0.02,0.4771 politick,politick,2,2,2,2,0.04,0.4771,0.02,0.4771 polluter,polluter,2,2,2,2,0.04,0.4771,0.02,0.4771 polluters,polluters,2,2,2,2,0.04,0.4771,0.02,0.4771 pollywog,pollywog,4,2,4,2,0.08,0.6990,0.02,0.4771 polycyclic,polycyclic,4,2,3,2,0.08,0.6990,0.02,0.4771 polygamist,polygamist,2,2,2,2,0.04,0.4771,0.02,0.4771 polygamous,polygamous,2,2,2,2,0.04,0.4771,0.02,0.4771 Polygon,polygon,3,2,1,1,0.06,0.6021,0.02,0.4771 polythene,polythene,7,2,6,2,0.14,0.9031,0.02,0.4771 pommy,pommy,2,2,1,1,0.04,0.4771,0.02,0.4771 poms,poms,2,2,2,2,0.04,0.4771,0.02,0.4771 pontifex,pontifex,2,2,1,1,0.04,0.4771,0.02,0.4771 pontificate,pontificate,2,2,2,2,0.04,0.4771,0.02,0.4771 Ponton,ponton,54,2,0,0,1.06,1.7404,0.02,0.4771 pooed,pooed,2,2,2,2,0.04,0.4771,0.02,0.4771 Pooka,pooka,24,2,10,1,0.47,1.3979,0.02,0.4771 poorhouses,poorhouses,2,2,2,2,0.04,0.4771,0.02,0.4771 Poot,poot,12,2,0,0,0.24,1.1139,0.02,0.4771 popery,popery,2,2,2,2,0.04,0.4771,0.02,0.4771 popinjays,popinjays,2,2,2,2,0.04,0.4771,0.02,0.4771 poppets,poppets,5,2,4,2,0.10,0.7782,0.02,0.4771 popularised,popularised,2,2,2,2,0.04,0.4771,0.02,0.4771 popularized,popularized,2,2,2,2,0.04,0.4771,0.02,0.4771 populating,populating,2,2,2,2,0.04,0.4771,0.02,0.4771 populous,populous,2,2,2,2,0.04,0.4771,0.02,0.4771 porc,porc,2,2,1,1,0.04,0.4771,0.02,0.4771 porifera,porifera,3,2,2,2,0.06,0.6021,0.02,0.4771 Porkchop,porkchop,3,2,0,0,0.06,0.6021,0.02,0.4771 portmanteau,portmanteau,2,2,2,2,0.04,0.4771,0.02,0.4771 portrayals,portrayals,2,2,2,2,0.04,0.4771,0.02,0.4771 posada,posada,4,2,3,1,0.08,0.6990,0.02,0.4771 Posey,posey,28,2,0,0,0.55,1.4624,0.02,0.4771 posited,posited,2,2,2,2,0.04,0.4771,0.02,0.4771 posits,posits,2,2,2,2,0.04,0.4771,0.02,0.4771 possessory,possessory,2,2,2,2,0.04,0.4771,0.02,0.4771 postcoital,postcoital,2,2,2,2,0.04,0.4771,0.02,0.4771 postdated,postdated,2,2,2,2,0.04,0.4771,0.02,0.4771 postdoctorate,postdoctorate,2,2,2,2,0.04,0.4771,0.02,0.4771 posteriori,posteriori,2,2,2,2,0.04,0.4771,0.02,0.4771 postmeridian,postmeridian,2,2,2,2,0.04,0.4771,0.02,0.4771 postmodernist,postmodernist,2,2,1,1,0.04,0.4771,0.02,0.4771 Postmodernists,postmodernists,2,2,0,0,0.04,0.4771,0.02,0.4771 postmortems,postmortems,2,2,2,2,0.04,0.4771,0.02,0.4771 postnasal,postnasal,2,2,2,2,0.04,0.4771,0.02,0.4771 postpones,postpones,2,2,2,2,0.04,0.4771,0.02,0.4771 potations,potations,2,2,2,2,0.04,0.4771,0.02,0.4771 potful,potful,2,2,2,2,0.04,0.4771,0.02,0.4771 Potrero,potrero,3,2,0,0,0.06,0.6021,0.02,0.4771 potties,potties,3,2,2,1,0.06,0.6021,0.02,0.4771 Potus,potus,3,2,0,0,0.06,0.6021,0.02,0.4771 pouched,pouched,2,2,2,2,0.04,0.4771,0.02,0.4771 poulterers,poulterers,2,2,1,1,0.04,0.4771,0.02,0.4771 pounders,pounders,2,2,2,2,0.04,0.4771,0.02,0.4771 pourer,pourer,4,2,4,2,0.08,0.6990,0.02,0.4771 poussin,poussin,2,2,1,1,0.04,0.4771,0.02,0.4771 pouter,pouter,2,2,2,2,0.04,0.4771,0.02,0.4771 powermonger,powermonger,2,2,1,1,0.04,0.4771,0.02,0.4771 pranced,pranced,2,2,2,2,0.04,0.4771,0.02,0.4771 pranging,pranging,2,2,2,2,0.04,0.4771,0.02,0.4771 praseodymium,praseodymium,2,2,2,2,0.04,0.4771,0.02,0.4771 prate,prate,2,2,2,2,0.04,0.4771,0.02,0.4771 Prater,prater,3,2,0,0,0.06,0.6021,0.02,0.4771 prating,prating,2,2,2,2,0.04,0.4771,0.02,0.4771 Praxis,praxis,11,2,1,1,0.22,1.0792,0.02,0.4771 prearrange,prearrange,2,2,2,2,0.04,0.4771,0.02,0.4771 prearrangement,prearrangement,2,2,2,2,0.04,0.4771,0.02,0.4771 preassigned,preassigned,2,2,2,2,0.04,0.4771,0.02,0.4771 preciousness,preciousness,2,2,2,2,0.04,0.4771,0.02,0.4771 precognitive,precognitive,2,2,2,2,0.04,0.4771,0.02,0.4771 preconscious,preconscious,2,2,2,2,0.04,0.4771,0.02,0.4771 predate,predate,2,2,2,2,0.04,0.4771,0.02,0.4771 predestination,predestination,2,2,2,2,0.04,0.4771,0.02,0.4771 predicaments,predicaments,2,2,2,2,0.04,0.4771,0.02,0.4771 predication,predication,2,2,2,2,0.04,0.4771,0.02,0.4771 predigest,predigest,2,2,2,2,0.04,0.4771,0.02,0.4771 predisposes,predisposes,2,2,2,2,0.04,0.4771,0.02,0.4771 predominance,predominance,2,2,2,2,0.04,0.4771,0.02,0.4771 predominates,predominates,2,2,2,2,0.04,0.4771,0.02,0.4771 pree,pree,4,2,2,1,0.08,0.6990,0.02,0.4771 prefaced,prefaced,2,2,2,2,0.04,0.4771,0.02,0.4771 prefaces,prefaces,2,2,2,2,0.04,0.4771,0.02,0.4771 prefects,prefects,2,2,2,2,0.04,0.4771,0.02,0.4771 preferentially,preferentially,2,2,2,2,0.04,0.4771,0.02,0.4771 preferment,preferment,2,2,2,2,0.04,0.4771,0.02,0.4771 prefixes,prefixes,2,2,2,2,0.04,0.4771,0.02,0.4771 prefrontal,prefrontal,2,2,2,2,0.04,0.4771,0.02,0.4771 preheating,preheating,2,2,2,2,0.04,0.4771,0.02,0.4771 prehistorical,prehistorical,2,2,2,2,0.04,0.4771,0.02,0.4771 preindustrial,preindustrial,2,2,2,2,0.04,0.4771,0.02,0.4771 preoccupations,preoccupations,2,2,2,2,0.04,0.4771,0.02,0.4771 preordered,preordered,2,2,2,2,0.04,0.4771,0.02,0.4771 preperitoneal,preperitoneal,2,2,2,2,0.04,0.4771,0.02,0.4771 prepositional,prepositional,2,2,2,2,0.04,0.4771,0.02,0.4771 preposterously,preposterously,2,2,2,2,0.04,0.4771,0.02,0.4771 preps,preps,2,2,1,1,0.04,0.4771,0.02,0.4771 preregistered,preregistered,3,2,3,2,0.06,0.6021,0.02,0.4771 presage,presage,2,2,2,2,0.04,0.4771,0.02,0.4771 preschooler,preschooler,2,2,1,1,0.04,0.4771,0.02,0.4771 preschoolers,preschoolers,2,2,2,2,0.04,0.4771,0.02,0.4771 prescience,prescience,2,2,2,2,0.04,0.4771,0.02,0.4771 preseason,preseason,7,2,7,2,0.14,0.9031,0.02,0.4771 presell,presell,3,2,3,2,0.06,0.6021,0.02,0.4771 presidium,presidium,2,2,1,1,0.04,0.4771,0.02,0.4771 presold,presold,2,2,2,2,0.04,0.4771,0.02,0.4771 presser,presser,2,2,1,1,0.04,0.4771,0.02,0.4771 pressie,pressie,2,2,1,1,0.04,0.4771,0.02,0.4771 pressings,pressings,2,2,2,2,0.04,0.4771,0.02,0.4771 Pressly,pressly,4,2,0,0,0.08,0.6990,0.02,0.4771 pressurizing,pressurizing,6,2,6,2,0.12,0.8451,0.02,0.4771 presupposition,presupposition,2,2,2,2,0.04,0.4771,0.02,0.4771 pret,pret,2,2,2,2,0.04,0.4771,0.02,0.4771 Preta,preta,2,2,0,0,0.04,0.4771,0.02,0.4771 pretentiousness,pretentiousness,2,2,2,2,0.04,0.4771,0.02,0.4771 pretexts,pretexts,2,2,2,2,0.04,0.4771,0.02,0.4771 preventable,preventable,2,2,2,2,0.04,0.4771,0.02,0.4771 preventer,preventer,2,2,2,2,0.04,0.4771,0.02,0.4771 priapism,priapism,2,2,1,1,0.04,0.4771,0.02,0.4771 pricier,pricier,2,2,2,2,0.04,0.4771,0.02,0.4771 prie,prie,2,2,2,2,0.04,0.4771,0.02,0.4771 prigs,prigs,2,2,1,1,0.04,0.4771,0.02,0.4771 primatologist,primatologist,2,2,2,2,0.04,0.4771,0.02,0.4771 primers,primers,2,2,2,2,0.04,0.4771,0.02,0.4771 primitively,primitively,2,2,2,2,0.04,0.4771,0.02,0.4771 primos,primos,2,2,1,1,0.04,0.4771,0.02,0.4771 primped,primped,2,2,1,1,0.04,0.4771,0.02,0.4771 Prin,prin,4,2,1,1,0.08,0.6990,0.02,0.4771 Printings,printings,3,2,1,1,0.06,0.6021,0.02,0.4771 priori,priori,2,2,2,2,0.04,0.4771,0.02,0.4771 prioritise,prioritise,2,2,2,2,0.04,0.4771,0.02,0.4771 prismatic,prismatic,2,2,2,2,0.04,0.4771,0.02,0.4771 prisms,prisms,3,2,3,2,0.06,0.6021,0.02,0.4771 Priv,priv,3,2,1,1,0.06,0.6021,0.02,0.4771 privateer,privateer,4,2,3,2,0.08,0.6990,0.02,0.4771 prizefight,prizefight,2,2,2,2,0.04,0.4771,0.02,0.4771 prizefighters,prizefighters,2,2,2,2,0.04,0.4771,0.02,0.4771 Prn,prn,2,2,0,0,0.04,0.4771,0.02,0.4771 procrastinator,procrastinator,2,2,2,2,0.04,0.4771,0.02,0.4771 proctoring,proctoring,2,2,2,2,0.04,0.4771,0.02,0.4771 profanation,profanation,2,2,2,2,0.04,0.4771,0.02,0.4771 profaner,profaner,2,2,2,2,0.04,0.4771,0.02,0.4771 profanities,profanities,2,2,2,2,0.04,0.4771,0.02,0.4771 professes,professes,2,2,2,2,0.04,0.4771,0.02,0.4771 proficiently,proficiently,3,2,2,2,0.06,0.6021,0.02,0.4771 profs,profs,2,2,2,2,0.04,0.4771,0.02,0.4771 profuse,profuse,2,2,1,1,0.04,0.4771,0.02,0.4771 prog,prog,2,2,2,2,0.04,0.4771,0.02,0.4771 progenitors,progenitors,2,2,2,2,0.04,0.4771,0.02,0.4771 Progeria,progeria,5,2,2,2,0.10,0.7782,0.02,0.4771 programing,programing,2,2,1,1,0.04,0.4771,0.02,0.4771 programmable,programmable,2,2,1,1,0.04,0.4771,0.02,0.4771 prohibitively,prohibitively,2,2,2,2,0.04,0.4771,0.02,0.4771 promazine,promazine,9,2,8,2,0.18,1.0000,0.02,0.4771 promenading,promenading,2,2,2,2,0.04,0.4771,0.02,0.4771 promethium,promethium,2,2,2,2,0.04,0.4771,0.02,0.4771 promontory,promontory,2,2,1,1,0.04,0.4771,0.02,0.4771 promulgated,promulgated,2,2,2,2,0.04,0.4771,0.02,0.4771 promulgating,promulgating,2,2,2,2,0.04,0.4771,0.02,0.4771 pronating,pronating,2,2,2,2,0.04,0.4771,0.02,0.4771 pronged,pronged,2,2,2,2,0.04,0.4771,0.02,0.4771 pronging,pronging,3,2,3,2,0.06,0.6021,0.02,0.4771 pronunciations,pronunciations,3,2,3,2,0.06,0.6021,0.02,0.4771 propagandized,propagandized,2,2,2,2,0.04,0.4771,0.02,0.4771 propagates,propagates,2,2,2,2,0.04,0.4771,0.02,0.4771 propensities,propensities,2,2,2,2,0.04,0.4771,0.02,0.4771 prophesying,prophesying,2,2,2,2,0.04,0.4771,0.02,0.4771 prophylaxis,prophylaxis,3,2,3,2,0.06,0.6021,0.02,0.4771 proportionately,proportionately,2,2,2,2,0.04,0.4771,0.02,0.4771 propound,propound,2,2,2,2,0.04,0.4771,0.02,0.4771 proprietorial,proprietorial,2,2,2,2,0.04,0.4771,0.02,0.4771 propulsions,propulsions,2,2,2,2,0.04,0.4771,0.02,0.4771 propylene,propylene,2,2,1,1,0.04,0.4771,0.02,0.4771 proscenium,proscenium,2,2,2,2,0.04,0.4771,0.02,0.4771 proscribe,proscribe,2,2,2,2,0.04,0.4771,0.02,0.4771 prospected,prospected,2,2,2,2,0.04,0.4771,0.02,0.4771 prostatectomy,prostatectomy,2,2,2,2,0.04,0.4771,0.02,0.4771 protectress,protectress,2,2,1,1,0.04,0.4771,0.02,0.4771 proteges,proteges,2,2,2,2,0.04,0.4771,0.02,0.4771 proteinuria,proteinuria,2,2,2,2,0.04,0.4771,0.02,0.4771 protestation,protestation,2,2,2,2,0.04,0.4771,0.02,0.4771 protestations,protestations,2,2,2,2,0.04,0.4771,0.02,0.4771 protohuman,protohuman,2,2,2,2,0.04,0.4771,0.02,0.4771 protrusions,protrusions,2,2,2,2,0.04,0.4771,0.02,0.4771 prov,prov,2,2,1,1,0.04,0.4771,0.02,0.4771 proverbially,proverbially,2,2,2,2,0.04,0.4771,0.02,0.4771 provident,provident,2,2,2,2,0.04,0.4771,0.02,0.4771 provisionally,provisionally,2,2,1,1,0.04,0.4771,0.02,0.4771 provisos,provisos,3,2,3,2,0.06,0.6021,0.02,0.4771 prowled,prowled,2,2,2,2,0.04,0.4771,0.02,0.4771 Proxima,proxima,2,2,0,0,0.04,0.4771,0.02,0.4771 proximo,proximo,4,2,4,2,0.08,0.6990,0.02,0.4771 prudently,prudently,2,2,2,2,0.04,0.4771,0.02,0.4771 prudery,prudery,2,2,2,2,0.04,0.4771,0.02,0.4771 prussic,prussic,2,2,1,1,0.04,0.4771,0.02,0.4771 psalmist,psalmist,3,2,2,1,0.06,0.6021,0.02,0.4771 pseudocyst,pseudocyst,4,2,3,2,0.08,0.6990,0.02,0.4771 pseudonyms,pseudonyms,2,2,1,1,0.04,0.4771,0.02,0.4771 psychedelia,psychedelia,2,2,2,2,0.04,0.4771,0.02,0.4771 psychoactive,psychoactive,2,2,2,2,0.04,0.4771,0.02,0.4771 psychodynamics,psychodynamics,2,2,2,2,0.04,0.4771,0.02,0.4771 psychometric,psychometric,2,2,2,2,0.04,0.4771,0.02,0.4771 Psychopathically,psychopathically,2,2,0,0,0.04,0.4771,0.02,0.4771 psychopathology,psychopathology,3,2,3,2,0.06,0.6021,0.02,0.4771 psychosurgery,psychosurgery,4,2,4,2,0.08,0.6990,0.02,0.4771 publicised,publicised,2,2,2,2,0.04,0.4771,0.02,0.4771 publishable,publishable,2,2,1,1,0.04,0.4771,0.02,0.4771 Puddler,puddler,4,2,1,1,0.08,0.6990,0.02,0.4771 Puggy,puggy,4,2,1,1,0.08,0.6990,0.02,0.4771 pugilism,pugilism,2,2,2,2,0.04,0.4771,0.02,0.4771 pugilist,pugilist,2,2,2,2,0.04,0.4771,0.02,0.4771 pugilistic,pugilistic,3,2,2,1,0.06,0.6021,0.02,0.4771 pugnacious,pugnacious,2,2,2,2,0.04,0.4771,0.02,0.4771 puky,puky,2,2,2,2,0.04,0.4771,0.02,0.4771 pul,pul,2,2,1,1,0.04,0.4771,0.02,0.4771 Pulis,pulis,2,2,0,0,0.04,0.4771,0.02,0.4771 pullers,pullers,2,2,2,2,0.04,0.4771,0.02,0.4771 Pullings,pullings,17,2,0,0,0.33,1.2553,0.02,0.4771 Pullmans,pullmans,2,2,0,0,0.04,0.4771,0.02,0.4771 pulpy,pulpy,3,2,3,2,0.06,0.6021,0.02,0.4771 pulsated,pulsated,2,2,2,2,0.04,0.4771,0.02,0.4771 pulsations,pulsations,2,2,2,2,0.04,0.4771,0.02,0.4771 pulverised,pulverised,2,2,2,2,0.04,0.4771,0.02,0.4771 Pumas,pumas,3,2,0,0,0.06,0.6021,0.02,0.4771 pummeled,pummeled,4,2,4,2,0.08,0.6990,0.02,0.4771 pummeling,pummeling,2,2,2,2,0.04,0.4771,0.02,0.4771 punchier,punchier,2,2,2,2,0.04,0.4771,0.02,0.4771 Punctilious,punctilious,3,2,1,1,0.06,0.6021,0.02,0.4771 Punic,punic,3,2,0,0,0.06,0.6021,0.02,0.4771 punny,punny,2,2,2,2,0.04,0.4771,0.02,0.4771 pupae,pupae,2,2,2,2,0.04,0.4771,0.02,0.4771 pupas,pupas,2,2,2,2,0.04,0.4771,0.02,0.4771 puppeteers,puppeteers,3,2,2,2,0.06,0.6021,0.02,0.4771 pur,pur,2,2,1,1,0.04,0.4771,0.02,0.4771 purebreds,purebreds,2,2,2,2,0.04,0.4771,0.02,0.4771 purists,purists,2,2,2,2,0.04,0.4771,0.02,0.4771 purled,purled,2,2,2,2,0.04,0.4771,0.02,0.4771 purporting,purporting,2,2,2,2,0.04,0.4771,0.02,0.4771 purposefulness,purposefulness,2,2,2,2,0.04,0.4771,0.02,0.4771 purposeless,purposeless,2,2,2,2,0.04,0.4771,0.02,0.4771 purs,purs,2,2,2,2,0.04,0.4771,0.02,0.4771 pursed,pursed,2,2,2,2,0.04,0.4771,0.02,0.4771 purulent,purulent,2,2,2,2,0.04,0.4771,0.02,0.4771 purveyors,purveyors,2,2,2,2,0.04,0.4771,0.02,0.4771 pusillanimous,pusillanimous,2,2,2,2,0.04,0.4771,0.02,0.4771 putrefy,putrefy,2,2,2,2,0.04,0.4771,0.02,0.4771 putrescence,putrescence,2,2,1,1,0.04,0.4771,0.02,0.4771 putrescent,putrescent,2,2,2,2,0.04,0.4771,0.02,0.4771 pylori,pylori,2,2,1,1,0.04,0.4771,0.02,0.4771 pyloroplasty,pyloroplasty,2,2,2,2,0.04,0.4771,0.02,0.4771 pyorrhea,pyorrhea,2,2,2,2,0.04,0.4771,0.02,0.4771 pyres,pyres,2,2,2,2,0.04,0.4771,0.02,0.4771 pyrite,pyrite,2,2,1,1,0.04,0.4771,0.02,0.4771 pyrotechnic,pyrotechnic,2,2,2,2,0.04,0.4771,0.02,0.4771 Pyrrhic,pyrrhic,5,2,0,0,0.10,0.7782,0.02,0.4771 Pythagorean,pythagorean,3,2,0,0,0.06,0.6021,0.02,0.4771 Pythias,pythias,2,2,0,0,0.04,0.4771,0.02,0.4771 Ql,ql,2,2,0,0,0.04,0.4771,0.02,0.4771 quackery,quackery,2,2,2,2,0.04,0.4771,0.02,0.4771 quaintest,quaintest,2,2,2,2,0.04,0.4771,0.02,0.4771 Qual,qual,2,2,0,0,0.04,0.4771,0.02,0.4771 Quale,quale,8,2,0,0,0.16,0.9542,0.02,0.4771 qualitative,qualitative,2,2,2,2,0.04,0.4771,0.02,0.4771 quanti,quanti,2,2,1,1,0.04,0.4771,0.02,0.4771 quantifying,quantifying,2,2,2,2,0.04,0.4771,0.02,0.4771 quantitative,quantitative,3,2,3,2,0.06,0.6021,0.02,0.4771 quartersawn,quartersawn,2,2,2,2,0.04,0.4771,0.02,0.4771 quarterstaff,quarterstaff,3,2,3,2,0.06,0.6021,0.02,0.4771 quasars,quasars,3,2,3,2,0.06,0.6021,0.02,0.4771 quashed,quashed,2,2,2,2,0.04,0.4771,0.02,0.4771 quatrain,quatrain,2,2,2,2,0.04,0.4771,0.02,0.4771 queerer,queerer,2,2,2,2,0.04,0.4771,0.02,0.4771 queering,queering,2,2,2,2,0.04,0.4771,0.02,0.4771 quelled,quelled,2,2,2,2,0.04,0.4771,0.02,0.4771 quenches,quenches,3,2,3,2,0.06,0.6021,0.02,0.4771 quenching,quenching,2,2,2,2,0.04,0.4771,0.02,0.4771 quenelle,quenelle,2,2,2,2,0.04,0.4771,0.02,0.4771 questionably,questionably,2,2,2,2,0.04,0.4771,0.02,0.4771 quibbles,quibbles,2,2,2,2,0.04,0.4771,0.02,0.4771 Quicksands,quicksands,6,2,1,1,0.12,0.8451,0.02,0.4771 quietude,quietude,2,2,2,2,0.04,0.4771,0.02,0.4771 quiff,quiff,3,2,3,2,0.06,0.6021,0.02,0.4771 Quinones,quinones,2,2,0,0,0.04,0.4771,0.02,0.4771 Quinta,quinta,2,2,0,0,0.04,0.4771,0.02,0.4771 quintal,quintal,2,2,2,2,0.04,0.4771,0.02,0.4771 quintals,quintals,5,2,5,2,0.10,0.7782,0.02,0.4771 quintessentially,quintessentially,4,2,4,2,0.08,0.6990,0.02,0.4771 Quinto,quinto,13,2,0,0,0.25,1.1461,0.02,0.4771 quints,quints,9,2,9,2,0.18,1.0000,0.02,0.4771 Quinze,quinze,2,2,0,0,0.04,0.4771,0.02,0.4771 Quirt,quirt,45,2,1,1,0.88,1.6628,0.02,0.4771 quitclaim,quitclaim,3,2,3,2,0.06,0.6021,0.02,0.4771 quiting,quiting,2,2,2,2,0.04,0.4771,0.02,0.4771 Quito,quito,2,2,0,0,0.04,0.4771,0.02,0.4771 Quixotes,quixotes,2,2,0,0,0.04,0.4771,0.02,0.4771 Rab,rab,5,2,0,0,0.10,0.7782,0.02,0.4771 rabbinical,rabbinical,2,2,2,2,0.04,0.4771,0.02,0.4771 rabbiting,rabbiting,2,2,2,2,0.04,0.4771,0.02,0.4771 rabbity,rabbity,2,2,2,2,0.04,0.4771,0.02,0.4771 racialism,racialism,2,2,2,2,0.04,0.4771,0.02,0.4771 racialist,racialist,2,2,2,2,0.04,0.4771,0.02,0.4771 racoons,racoons,3,2,3,2,0.06,0.6021,0.02,0.4771 racquets,racquets,3,2,3,2,0.06,0.6021,0.02,0.4771 radiations,radiations,2,2,2,2,0.04,0.4771,0.02,0.4771 radicalism,radicalism,3,2,3,2,0.06,0.6021,0.02,0.4771 radicalized,radicalized,2,2,2,2,0.04,0.4771,0.02,0.4771 radicchio,radicchio,2,2,2,2,0.04,0.4771,0.02,0.4771 radiograph,radiograph,2,2,2,2,0.04,0.4771,0.02,0.4771 radioisotope,radioisotope,4,2,4,2,0.08,0.6990,0.02,0.4771 radiometer,radiometer,6,2,6,2,0.12,0.8451,0.02,0.4771 radion,radion,2,2,1,1,0.04,0.4771,0.02,0.4771 raffia,raffia,2,2,2,2,0.04,0.4771,0.02,0.4771 rafted,rafted,2,2,2,2,0.04,0.4771,0.02,0.4771 raga,raga,4,2,3,1,0.08,0.6990,0.02,0.4771 rageous,rageous,2,2,2,2,0.04,0.4771,0.02,0.4771 raggy,raggy,2,2,1,1,0.04,0.4771,0.02,0.4771 Raglan,raglan,4,2,0,0,0.08,0.6990,0.02,0.4771 ragpicker,ragpicker,2,2,1,1,0.04,0.4771,0.02,0.4771 railcar,railcar,2,2,1,1,0.04,0.4771,0.02,0.4771 raisers,raisers,2,2,1,1,0.04,0.4771,0.02,0.4771 rajahs,rajahs,2,2,1,1,0.04,0.4771,0.02,0.4771 raki,raki,2,2,1,1,0.04,0.4771,0.02,0.4771 Raku,raku,30,2,1,1,0.59,1.4914,0.02,0.4771 rale,rale,5,2,5,2,0.10,0.7782,0.02,0.4771 Ramjet,ramjet,5,2,2,1,0.10,0.7782,0.02,0.4771 rampages,rampages,2,2,2,2,0.04,0.4771,0.02,0.4771 ramrodding,ramrodding,2,2,2,2,0.04,0.4771,0.02,0.4771 ramshackle,ramshackle,2,2,2,2,0.04,0.4771,0.02,0.4771 Ramson,ramson,22,2,1,1,0.43,1.3617,0.02,0.4771 ranched,ranched,2,2,2,2,0.04,0.4771,0.02,0.4771 ranchero,ranchero,2,2,1,1,0.04,0.4771,0.02,0.4771 rancorous,rancorous,2,2,2,2,0.04,0.4771,0.02,0.4771 rancour,rancour,3,2,3,2,0.06,0.6021,0.02,0.4771 Randle,randle,2,2,0,0,0.04,0.4771,0.02,0.4771 randoms,randoms,2,2,2,2,0.04,0.4771,0.02,0.4771 rangeland,rangeland,2,2,2,2,0.04,0.4771,0.02,0.4771 ranker,ranker,2,2,2,2,0.04,0.4771,0.02,0.4771 rankest,rankest,2,2,2,2,0.04,0.4771,0.02,0.4771 ransoming,ransoming,2,2,2,2,0.04,0.4771,0.02,0.4771 ransoms,ransoms,2,2,2,2,0.04,0.4771,0.02,0.4771 ranted,ranted,2,2,2,2,0.04,0.4771,0.02,0.4771 ranunculus,ranunculus,2,2,1,1,0.04,0.4771,0.02,0.4771 rapacity,rapacity,2,2,2,2,0.04,0.4771,0.02,0.4771 rapiers,rapiers,6,2,6,2,0.12,0.8451,0.02,0.4771 rapscallion,rapscallion,2,2,2,2,0.04,0.4771,0.02,0.4771 rapturously,rapturously,2,2,2,2,0.04,0.4771,0.02,0.4771 rarified,rarified,2,2,2,2,0.04,0.4771,0.02,0.4771 rassling,rassling,2,2,2,2,0.04,0.4771,0.02,0.4771 Ratbag,ratbag,7,2,1,1,0.14,0.9031,0.02,0.4771 ratfink,ratfink,3,2,2,1,0.06,0.6021,0.02,0.4771 Rathe,rathe,14,2,0,0,0.27,1.1761,0.02,0.4771 Ratiocination,ratiocination,3,2,1,1,0.06,0.6021,0.02,0.4771 rationalisations,rationalisations,2,2,2,2,0.04,0.4771,0.02,0.4771 rationalise,rationalise,2,2,2,2,0.04,0.4771,0.02,0.4771 rationalising,rationalising,2,2,2,2,0.04,0.4771,0.02,0.4771 rationalist,rationalist,3,2,3,2,0.06,0.6021,0.02,0.4771 rationals,rationals,2,2,2,2,0.04,0.4771,0.02,0.4771 rattlebrained,rattlebrained,2,2,2,2,0.04,0.4771,0.02,0.4771 rattraps,rattraps,2,2,2,2,0.04,0.4771,0.02,0.4771 Rattus,rattus,2,2,0,0,0.04,0.4771,0.02,0.4771 ravening,ravening,5,2,5,2,0.10,0.7782,0.02,0.4771 ravers,ravers,2,2,2,2,0.04,0.4771,0.02,0.4771 rawness,rawness,2,2,1,1,0.04,0.4771,0.02,0.4771 reabsorbed,reabsorbed,2,2,2,2,0.04,0.4771,0.02,0.4771 reabsorption,reabsorption,2,2,2,2,0.04,0.4771,0.02,0.4771 reactivating,reactivating,2,2,2,2,0.04,0.4771,0.02,0.4771 reaffirmation,reaffirmation,2,2,2,2,0.04,0.4771,0.02,0.4771 Reaganomics,reaganomics,2,2,0,0,0.04,0.4771,0.02,0.4771 reagents,reagents,2,2,2,2,0.04,0.4771,0.02,0.4771 realignment,realignment,2,2,2,2,0.04,0.4771,0.02,0.4771 realizations,realizations,2,2,2,2,0.04,0.4771,0.02,0.4771 reallocation,reallocation,4,2,3,1,0.08,0.6990,0.02,0.4771 realpolitik,realpolitik,2,2,1,1,0.04,0.4771,0.02,0.4771 reanimating,reanimating,2,2,2,2,0.04,0.4771,0.02,0.4771 rearming,rearming,2,2,2,2,0.04,0.4771,0.02,0.4771 reassert,reassert,2,2,2,2,0.04,0.4771,0.02,0.4771 reassume,reassume,2,2,2,2,0.04,0.4771,0.02,0.4771 reave,reave,2,2,2,2,0.04,0.4771,0.02,0.4771 Reavers,reavers,23,2,4,1,0.45,1.3802,0.02,0.4771 rebalancing,rebalancing,2,2,2,2,0.04,0.4771,0.02,0.4771 Rebekah,rebekah,2,2,0,0,0.04,0.4771,0.02,0.4771 rebelliousness,rebelliousness,3,2,3,2,0.06,0.6021,0.02,0.4771 reboard,reboard,5,2,5,2,0.10,0.7782,0.02,0.4771 rebounder,rebounder,2,2,2,2,0.04,0.4771,0.02,0.4771 rebury,rebury,2,2,2,2,0.04,0.4771,0.02,0.4771 reburying,reburying,2,2,2,2,0.04,0.4771,0.02,0.4771 recalcitrance,recalcitrance,3,2,2,2,0.06,0.6021,0.02,0.4771 recalculate,recalculate,3,2,3,2,0.06,0.6021,0.02,0.4771 recalibration,recalibration,2,2,2,2,0.04,0.4771,0.02,0.4771 recapitulate,recapitulate,2,2,2,2,0.04,0.4771,0.02,0.4771 receipted,receipted,2,2,2,2,0.04,0.4771,0.02,0.4771 recertified,recertified,2,2,2,2,0.04,0.4771,0.02,0.4771 recharger,recharger,2,2,1,1,0.04,0.4771,0.02,0.4771 recherche,recherche,2,2,2,2,0.04,0.4771,0.02,0.4771 recidivist,recidivist,2,2,2,2,0.04,0.4771,0.02,0.4771 recirculated,recirculated,2,2,1,1,0.04,0.4771,0.02,0.4771 recking,recking,2,2,2,2,0.04,0.4771,0.02,0.4771 recliners,recliners,2,2,1,1,0.04,0.4771,0.02,0.4771 reclines,reclines,3,2,3,2,0.06,0.6021,0.02,0.4771 reclothe,reclothe,2,2,1,1,0.04,0.4771,0.02,0.4771 recognizably,recognizably,3,2,3,2,0.06,0.6021,0.02,0.4771 recollects,recollects,4,2,4,2,0.08,0.6990,0.02,0.4771 recombine,recombine,2,2,2,2,0.04,0.4771,0.02,0.4771 recombining,recombining,2,2,2,2,0.04,0.4771,0.02,0.4771 recommence,recommence,2,2,2,2,0.04,0.4771,0.02,0.4771 recompute,recompute,4,2,3,2,0.08,0.6990,0.02,0.4771 reconceive,reconceive,3,2,2,2,0.06,0.6021,0.02,0.4771 reconciles,reconciles,2,2,2,2,0.04,0.4771,0.02,0.4771 reconfigures,reconfigures,2,2,2,2,0.04,0.4771,0.02,0.4771 reconquer,reconquer,2,2,2,2,0.04,0.4771,0.02,0.4771 reconstructions,reconstructions,2,2,2,2,0.04,0.4771,0.02,0.4771 recontact,recontact,2,2,2,2,0.04,0.4771,0.02,0.4771 reconvenes,reconvenes,3,2,3,2,0.06,0.6021,0.02,0.4771 reconversion,reconversion,2,2,2,2,0.04,0.4771,0.02,0.4771 recordable,recordable,2,2,2,2,0.04,0.4771,0.02,0.4771 recreations,recreations,4,2,4,2,0.08,0.6990,0.02,0.4771 recriminate,recriminate,2,2,2,2,0.04,0.4771,0.02,0.4771 rectums,rectums,2,2,2,2,0.04,0.4771,0.02,0.4771 recur,recur,2,2,2,2,0.04,0.4771,0.02,0.4771 recurs,recurs,2,2,1,1,0.04,0.4771,0.02,0.4771 Redbird,redbird,2,2,0,0,0.04,0.4771,0.02,0.4771 redbreast,redbreast,6,2,5,2,0.12,0.8451,0.02,0.4771 redden,redden,2,2,2,2,0.04,0.4771,0.02,0.4771 rededicated,rededicated,2,2,2,2,0.04,0.4771,0.02,0.4771 rededication,rededication,5,2,4,2,0.10,0.7782,0.02,0.4771 redefines,redefines,2,2,2,2,0.04,0.4771,0.02,0.4771 redefinition,redefinition,2,2,2,2,0.04,0.4771,0.02,0.4771 redlined,redlined,2,2,2,2,0.04,0.4771,0.02,0.4771 redlining,redlining,2,2,2,2,0.04,0.4771,0.02,0.4771 redrawing,redrawing,7,2,7,2,0.14,0.9031,0.02,0.4771 redressing,redressing,2,2,2,2,0.04,0.4771,0.02,0.4771 reductionist,reductionist,2,2,2,2,0.04,0.4771,0.02,0.4771 reductive,reductive,2,2,2,2,0.04,0.4771,0.02,0.4771 reemphasize,reemphasize,2,2,2,2,0.04,0.4771,0.02,0.4771 reengaging,reengaging,2,2,1,1,0.04,0.4771,0.02,0.4771 reenlists,reenlists,2,2,2,2,0.04,0.4771,0.02,0.4771 Rees,rees,6,2,1,1,0.12,0.8451,0.02,0.4771 reexperience,reexperience,2,2,2,2,0.04,0.4771,0.02,0.4771 refashioning,refashioning,2,2,2,2,0.04,0.4771,0.02,0.4771 refered,refered,2,2,2,2,0.04,0.4771,0.02,0.4771 Refilter,refilter,2,2,0,0,0.04,0.4771,0.02,0.4771 refinish,refinish,2,2,1,1,0.04,0.4771,0.02,0.4771 reflectance,reflectance,2,2,2,2,0.04,0.4771,0.02,0.4771 reflexology,reflexology,2,2,2,2,0.04,0.4771,0.02,0.4771 reformist,reformist,2,2,1,1,0.04,0.4771,0.02,0.4771 reformulate,reformulate,2,2,2,2,0.04,0.4771,0.02,0.4771 refract,refract,2,2,2,2,0.04,0.4771,0.02,0.4771 refractive,refractive,2,2,2,2,0.04,0.4771,0.02,0.4771 refractor,refractor,4,2,2,2,0.08,0.6990,0.02,0.4771 refreeze,refreeze,2,2,2,2,0.04,0.4771,0.02,0.4771 refs,refs,2,2,2,2,0.04,0.4771,0.02,0.4771 refunding,refunding,2,2,2,2,0.04,0.4771,0.02,0.4771 refusals,refusals,2,2,2,2,0.04,0.4771,0.02,0.4771 regally,regally,2,2,2,2,0.04,0.4771,0.02,0.4771 Regenerator,regenerator,6,2,1,1,0.12,0.8451,0.02,0.4771 regimens,regimens,3,2,3,2,0.06,0.6021,0.02,0.4771 Rego,rego,2,2,0,0,0.04,0.4771,0.02,0.4771 regresses,regresses,3,2,3,2,0.06,0.6021,0.02,0.4771 regrow,regrow,3,2,3,2,0.06,0.6021,0.02,0.4771 regurgitations,regurgitations,2,2,1,1,0.04,0.4771,0.02,0.4771 rehabilitating,rehabilitating,3,2,3,2,0.06,0.6021,0.02,0.4771 rehabs,rehabs,2,2,2,2,0.04,0.4771,0.02,0.4771 rehiring,rehiring,2,2,2,2,0.04,0.4771,0.02,0.4771 rehung,rehung,2,2,2,2,0.04,0.4771,0.02,0.4771 rehydrating,rehydrating,2,2,1,1,0.04,0.4771,0.02,0.4771 reichsmark,reichsmark,2,2,1,1,0.04,0.4771,0.02,0.4771 reimbursements,reimbursements,2,2,2,2,0.04,0.4771,0.02,0.4771 reimburses,reimburses,2,2,2,2,0.04,0.4771,0.02,0.4771 reimbursing,reimbursing,2,2,2,2,0.04,0.4771,0.02,0.4771 reined,reined,2,2,2,2,0.04,0.4771,0.02,0.4771 reinitiate,reinitiate,2,2,2,2,0.04,0.4771,0.02,0.4771 reinsert,reinsert,3,2,3,2,0.06,0.6021,0.02,0.4771 reinsertion,reinsertion,2,2,2,2,0.04,0.4771,0.02,0.4771 reinstall,reinstall,2,2,2,2,0.04,0.4771,0.02,0.4771 reintegrated,reintegrated,3,2,3,2,0.06,0.6021,0.02,0.4771 reintroduces,reintroduces,2,2,2,2,0.04,0.4771,0.02,0.4771 reinvested,reinvested,2,2,2,2,0.04,0.4771,0.02,0.4771 reinvestigate,reinvestigate,2,2,2,2,0.04,0.4771,0.02,0.4771 reinvite,reinvite,2,2,2,2,0.04,0.4771,0.02,0.4771 reissue,reissue,4,2,4,2,0.08,0.6990,0.02,0.4771 reissues,reissues,2,2,2,2,0.04,0.4771,0.02,0.4771 Reiter,reiter,5,2,0,0,0.10,0.7782,0.02,0.4771 reiterated,reiterated,2,2,2,2,0.04,0.4771,0.02,0.4771 rejoinder,rejoinder,2,2,2,2,0.04,0.4771,0.02,0.4771 rejuvenation,rejuvenation,4,2,4,2,0.08,0.6990,0.02,0.4771 relativism,relativism,2,2,2,2,0.04,0.4771,0.02,0.4771 relativistic,relativistic,2,2,2,2,0.04,0.4771,0.02,0.4771 relaxer,relaxer,2,2,2,2,0.04,0.4771,0.02,0.4771 relearn,relearn,2,2,2,2,0.04,0.4771,0.02,0.4771 relegating,relegating,2,2,2,2,0.04,0.4771,0.02,0.4771 relents,relents,2,2,2,2,0.04,0.4771,0.02,0.4771 Reles,reles,39,2,0,0,0.76,1.6021,0.02,0.4771 religiosity,religiosity,2,2,2,2,0.04,0.4771,0.02,0.4771 relives,relives,2,2,2,2,0.04,0.4771,0.02,0.4771 relocates,relocates,2,2,2,2,0.04,0.4771,0.02,0.4771 relock,relock,3,2,3,2,0.06,0.6021,0.02,0.4771 remembrancer,remembrancer,2,2,2,2,0.04,0.4771,0.02,0.4771 remembrances,remembrances,2,2,2,2,0.04,0.4771,0.02,0.4771 remixed,remixed,3,2,3,2,0.06,0.6021,0.02,0.4771 remodelled,remodelled,2,2,2,2,0.04,0.4771,0.02,0.4771 Remodulate,remodulate,3,2,1,1,0.06,0.6021,0.02,0.4771 Remora,remora,8,2,3,1,0.16,0.9542,0.02,0.4771 remortgage,remortgage,3,2,3,2,0.06,0.6021,0.02,0.4771 remortgaged,remortgaged,3,2,2,2,0.06,0.6021,0.02,0.4771 remoulade,remoulade,2,2,2,2,0.04,0.4771,0.02,0.4771 remount,remount,2,2,2,2,0.04,0.4771,0.02,0.4771 remounts,remounts,2,2,2,2,0.04,0.4771,0.02,0.4771 removals,removals,2,2,1,1,0.04,0.4771,0.02,0.4771 remuda,remuda,2,2,2,2,0.04,0.4771,0.02,0.4771 remunerated,remunerated,2,2,2,2,0.04,0.4771,0.02,0.4771 rends,rends,2,2,2,2,0.04,0.4771,0.02,0.4771 renews,renews,2,2,2,2,0.04,0.4771,0.02,0.4771 Renwick,renwick,5,2,0,0,0.10,0.7782,0.02,0.4771 reoccurs,reoccurs,2,2,2,2,0.04,0.4771,0.02,0.4771 reorient,reorient,2,2,2,2,0.04,0.4771,0.02,0.4771 repackage,repackage,3,2,2,2,0.06,0.6021,0.02,0.4771 repairable,repairable,2,2,2,2,0.04,0.4771,0.02,0.4771 reparative,reparative,4,2,2,2,0.08,0.6990,0.02,0.4771 repatriation,repatriation,2,2,1,1,0.04,0.4771,0.02,0.4771 replate,replate,2,2,2,2,0.04,0.4771,0.02,0.4771 repledge,repledge,2,2,2,2,0.04,0.4771,0.02,0.4771 replenishes,replenishes,2,2,2,2,0.04,0.4771,0.02,0.4771 reportorial,reportorial,2,2,2,2,0.04,0.4771,0.02,0.4771 reposed,reposed,2,2,2,2,0.04,0.4771,0.02,0.4771 reposit,reposit,2,2,2,2,0.04,0.4771,0.02,0.4771 Repossession,repossession,2,2,0,0,0.04,0.4771,0.02,0.4771 repossessor,repossessor,3,2,3,2,0.06,0.6021,0.02,0.4771 representational,representational,2,2,2,2,0.04,0.4771,0.02,0.4771 reprieves,reprieves,3,2,3,2,0.06,0.6021,0.02,0.4771 reprising,reprising,2,2,2,2,0.04,0.4771,0.02,0.4771 reproachful,reproachful,3,2,3,2,0.06,0.6021,0.02,0.4771 reprocess,reprocess,2,2,2,2,0.04,0.4771,0.02,0.4771 reprocessing,reprocessing,2,2,1,1,0.04,0.4771,0.02,0.4771 reproducible,reproducible,2,2,1,1,0.04,0.4771,0.02,0.4771 reprogramme,reprogramme,2,2,2,2,0.04,0.4771,0.02,0.4771 reproof,reproof,2,2,2,2,0.04,0.4771,0.02,0.4771 reprove,reprove,2,2,2,2,0.04,0.4771,0.02,0.4771 reproving,reproving,2,2,2,2,0.04,0.4771,0.02,0.4771 Republica,republica,2,2,0,0,0.04,0.4771,0.02,0.4771 repulsively,repulsively,2,2,2,2,0.04,0.4771,0.02,0.4771 req,req,3,2,3,2,0.06,0.6021,0.02,0.4771 requiescat,requiescat,2,2,1,1,0.04,0.4771,0.02,0.4771 reran,reran,2,2,2,2,0.04,0.4771,0.02,0.4771 reseed,reseed,2,2,2,2,0.04,0.4771,0.02,0.4771 reseeded,reseeded,2,2,2,2,0.04,0.4771,0.02,0.4771 reseeding,reseeding,7,2,7,2,0.14,0.9031,0.02,0.4771 resend,resend,2,2,2,2,0.04,0.4771,0.02,0.4771 reservist,reservist,3,2,2,1,0.06,0.6021,0.02,0.4771 reshapes,reshapes,2,2,2,2,0.04,0.4771,0.02,0.4771 reship,reship,2,2,2,2,0.04,0.4771,0.02,0.4771 reshooting,reshooting,2,2,2,2,0.04,0.4771,0.02,0.4771 reshuffling,reshuffling,2,2,2,2,0.04,0.4771,0.02,0.4771 resistor,resistor,6,2,6,2,0.12,0.8451,0.02,0.4771 responsiveness,responsiveness,2,2,2,2,0.04,0.4771,0.02,0.4771 restage,restage,2,2,2,2,0.04,0.4771,0.02,0.4771 restaged,restaged,2,2,2,2,0.04,0.4771,0.02,0.4771 restaurateurs,restaurateurs,2,2,2,2,0.04,0.4771,0.02,0.4771 restitch,restitch,2,2,2,2,0.04,0.4771,0.02,0.4771 restorations,restorations,2,2,2,2,0.04,0.4771,0.02,0.4771 resty,resty,2,2,2,2,0.04,0.4771,0.02,0.4771 resupplied,resupplied,2,2,2,2,0.04,0.4771,0.02,0.4771 retailer,retailer,2,2,2,2,0.04,0.4771,0.02,0.4771 retelling,retelling,2,2,2,2,0.04,0.4771,0.02,0.4771 retentive,retentive,3,2,3,2,0.06,0.6021,0.02,0.4771 retesting,retesting,2,2,2,2,0.04,0.4771,0.02,0.4771 reticulated,reticulated,2,2,2,2,0.04,0.4771,0.02,0.4771 retorts,retorts,2,2,2,2,0.04,0.4771,0.02,0.4771 retraces,retraces,2,2,2,2,0.04,0.4771,0.02,0.4771 retracing,retracing,2,2,2,2,0.04,0.4771,0.02,0.4771 retractions,retractions,2,2,2,2,0.04,0.4771,0.02,0.4771 retracts,retracts,2,2,2,2,0.04,0.4771,0.02,0.4771 retrained,retrained,3,2,3,2,0.06,0.6021,0.02,0.4771 retreaded,retreaded,2,2,2,2,0.04,0.4771,0.02,0.4771 retrievable,retrievable,2,2,2,2,0.04,0.4771,0.02,0.4771 retrocecal,retrocecal,2,2,2,2,0.04,0.4771,0.02,0.4771 retrovirus,retrovirus,2,2,2,2,0.04,0.4771,0.02,0.4771 retroviruses,retroviruses,2,2,2,2,0.04,0.4771,0.02,0.4771 retune,retune,2,2,2,2,0.04,0.4771,0.02,0.4771 returnees,returnees,3,2,3,2,0.06,0.6021,0.02,0.4771 retype,retype,2,2,2,2,0.04,0.4771,0.02,0.4771 reunified,reunified,2,2,2,2,0.04,0.4771,0.02,0.4771 reunites,reunites,2,2,2,2,0.04,0.4771,0.02,0.4771 reupholster,reupholster,2,2,2,2,0.04,0.4771,0.02,0.4771 revamping,revamping,2,2,2,2,0.04,0.4771,0.02,0.4771 revelling,revelling,2,2,2,2,0.04,0.4771,0.02,0.4771 Revenants,revenants,2,2,0,0,0.04,0.4771,0.02,0.4771 reverberate,reverberate,2,2,2,2,0.04,0.4771,0.02,0.4771 reverberations,reverberations,2,2,2,2,0.04,0.4771,0.02,0.4771 reverenced,reverenced,3,2,3,2,0.06,0.6021,0.02,0.4771 reveries,reveries,2,2,2,2,0.04,0.4771,0.02,0.4771 revitalise,revitalise,2,2,2,2,0.04,0.4771,0.02,0.4771 revocation,revocation,2,2,2,2,0.04,0.4771,0.02,0.4771 revolutionised,revolutionised,2,2,2,2,0.04,0.4771,0.02,0.4771 revote,revote,2,2,2,2,0.04,0.4771,0.02,0.4771 revues,revues,2,2,2,2,0.04,0.4771,0.02,0.4771 rewashing,rewashing,2,2,2,2,0.04,0.4771,0.02,0.4771 rewinds,rewinds,2,2,1,1,0.04,0.4771,0.02,0.4771 rg,rg,2,2,1,1,0.04,0.4771,0.02,0.4771 Rhenish,rhenish,2,2,0,0,0.04,0.4771,0.02,0.4771 rhinitis,rhinitis,2,2,2,2,0.04,0.4771,0.02,0.4771 rhizome,rhizome,6,2,6,2,0.12,0.8451,0.02,0.4771 rhodium,rhodium,2,2,1,1,0.04,0.4771,0.02,0.4771 rhododendrons,rhododendrons,2,2,2,2,0.04,0.4771,0.02,0.4771 rhonchi,rhonchi,3,2,2,1,0.06,0.6021,0.02,0.4771 rhymer,rhymer,2,2,2,2,0.04,0.4771,0.02,0.4771 Richfield,richfield,4,2,0,0,0.08,0.6990,0.02,0.4771 Ricks,ricks,10,2,1,1,0.20,1.0414,0.02,0.4771 rickshaws,rickshaws,5,2,5,2,0.10,0.7782,0.02,0.4771 ricocheting,ricocheting,2,2,1,1,0.04,0.4771,0.02,0.4771 ridged,ridged,2,2,2,2,0.04,0.4771,0.02,0.4771 ridiculousness,ridiculousness,2,2,2,2,0.04,0.4771,0.02,0.4771 ries,ries,2,2,2,2,0.04,0.4771,0.02,0.4771 Riesling,riesling,3,2,0,0,0.06,0.6021,0.02,0.4771 righten,righten,2,2,2,2,0.04,0.4771,0.02,0.4771 righthand,righthand,3,2,3,2,0.06,0.6021,0.02,0.4771 righties,righties,2,2,1,1,0.04,0.4771,0.02,0.4771 rightists,rightists,2,2,2,2,0.04,0.4771,0.02,0.4771 Rima,rima,5,2,0,0,0.10,0.7782,0.02,0.4771 Rime,rime,6,2,0,0,0.12,0.8451,0.02,0.4771 Rimmer,rimmer,2,2,0,0,0.04,0.4771,0.02,0.4771 rine,rine,3,2,2,1,0.06,0.6021,0.02,0.4771 ringtones,ringtones,2,2,2,2,0.04,0.4771,0.02,0.4771 Rinker,rinker,3,2,0,0,0.06,0.6021,0.02,0.4771 rinses,rinses,2,2,2,2,0.04,0.4771,0.02,0.4771 ripcord,ripcord,2,2,2,2,0.04,0.4771,0.02,0.4771 ripeness,ripeness,2,2,2,2,0.04,0.4771,0.02,0.4771 ripest,ripest,2,2,2,2,0.04,0.4771,0.02,0.4771 Ripoff,ripoff,5,2,1,1,0.10,0.7782,0.02,0.4771 riskiest,riskiest,2,2,2,2,0.04,0.4771,0.02,0.4771 risus,risus,2,2,1,1,0.04,0.4771,0.02,0.4771 rivulet,rivulet,2,2,2,2,0.04,0.4771,0.02,0.4771 rivulets,rivulets,2,2,2,2,0.04,0.4771,0.02,0.4771 Rix,rix,2,2,0,0,0.04,0.4771,0.02,0.4771 roadbed,roadbed,2,2,2,2,0.04,0.4771,0.02,0.4771 Roadrunners,roadrunners,4,2,0,0,0.08,0.6990,0.02,0.4771 Roadshow,roadshow,4,2,0,0,0.08,0.6990,0.02,0.4771 roaringly,roaringly,2,2,1,1,0.04,0.4771,0.02,0.4771 Rochet,rochet,3,2,0,0,0.06,0.6021,0.02,0.4771 rocketeer,rocketeer,2,2,1,1,0.04,0.4771,0.02,0.4771 Rockman,rockman,4,2,0,0,0.08,0.6990,0.02,0.4771 Roemer,roemer,16,2,0,0,0.31,1.2304,0.02,0.4771 Roentgen,roentgen,4,2,1,1,0.08,0.6990,0.02,0.4771 Rogan,rogan,2,2,0,0,0.04,0.4771,0.02,0.4771 rogered,rogered,2,2,2,2,0.04,0.4771,0.02,0.4771 roistered,roistered,2,2,2,2,0.04,0.4771,0.02,0.4771 Romana,romana,4,2,0,0,0.08,0.6990,0.02,0.4771 romancer,romancer,3,2,3,2,0.06,0.6021,0.02,0.4771 romanticise,romanticise,2,2,2,2,0.04,0.4771,0.02,0.4771 romanticist,romanticist,2,2,2,2,0.04,0.4771,0.02,0.4771 romanticizes,romanticizes,2,2,2,2,0.04,0.4771,0.02,0.4771 romped,romped,2,2,2,2,0.04,0.4771,0.02,0.4771 rongeur,rongeur,2,2,2,2,0.04,0.4771,0.02,0.4771 Ronin,ronin,8,2,0,0,0.16,0.9542,0.02,0.4771 Rood,rood,3,2,0,0,0.06,0.6021,0.02,0.4771 roofers,roofers,2,2,2,2,0.04,0.4771,0.02,0.4771 Rool,rool,11,2,0,0,0.22,1.0792,0.02,0.4771 roosts,roosts,2,2,2,2,0.04,0.4771,0.02,0.4771 rootless,rootless,2,2,1,1,0.04,0.4771,0.02,0.4771 Roquet,roquet,3,2,0,0,0.06,0.6021,0.02,0.4771 Rosaria,rosaria,3,2,0,0,0.06,0.6021,0.02,0.4771 Rosehill,rosehill,2,2,0,0,0.04,0.4771,0.02,0.4771 rosewater,rosewater,2,2,1,1,0.04,0.4771,0.02,0.4771 rota,rota,2,2,1,1,0.04,0.4771,0.02,0.4771 rottener,rottener,2,2,2,2,0.04,0.4771,0.02,0.4771 rouble,rouble,2,2,2,2,0.04,0.4771,0.02,0.4771 roundly,roundly,2,2,2,2,0.04,0.4771,0.02,0.4771 roundness,roundness,2,2,2,2,0.04,0.4771,0.02,0.4771 roundups,roundups,2,2,2,2,0.04,0.4771,0.02,0.4771 Roundy,roundy,5,2,2,1,0.10,0.7782,0.02,0.4771 rouses,rouses,2,2,2,2,0.04,0.4771,0.02,0.4771 roustabout,roustabout,2,2,2,2,0.04,0.4771,0.02,0.4771 roved,roved,2,2,2,2,0.04,0.4771,0.02,0.4771 rowels,rowels,2,2,2,2,0.04,0.4771,0.02,0.4771 royalists,royalists,2,2,2,2,0.04,0.4771,0.02,0.4771 rte,rte,4,2,3,1,0.08,0.6990,0.02,0.4771 Rubbernecker,rubbernecker,2,2,0,0,0.04,0.4771,0.02,0.4771 rubbernecking,rubbernecking,3,2,3,2,0.06,0.6021,0.02,0.4771 rubric,rubric,2,2,2,2,0.04,0.4771,0.02,0.4771 Rud,rud,6,2,0,0,0.12,0.8451,0.02,0.4771 Ruffin,ruffin,19,2,0,0,0.37,1.3010,0.02,0.4771 ruffly,ruffly,2,2,2,2,0.04,0.4771,0.02,0.4771 rugger,rugger,3,2,2,1,0.06,0.6021,0.02,0.4771 ruiner,ruiner,2,2,2,2,0.04,0.4771,0.02,0.4771 ruing,ruing,2,2,1,1,0.04,0.4771,0.02,0.4771 Rukh,rukh,32,2,0,0,0.63,1.5185,0.02,0.4771 rumpy,rumpy,2,2,1,1,0.04,0.4771,0.02,0.4771 rumrunners,rumrunners,2,2,2,2,0.04,0.4771,0.02,0.4771 runic,runic,2,2,2,2,0.04,0.4771,0.02,0.4771 Runnion,runnion,2,2,0,0,0.04,0.4771,0.02,0.4771 runout,runout,2,2,2,2,0.04,0.4771,0.02,0.4771 runover,runover,2,2,2,2,0.04,0.4771,0.02,0.4771 Rustical,rustical,22,2,0,0,0.43,1.3617,0.02,0.4771 rustics,rustics,2,2,2,2,0.04,0.4771,0.02,0.4771 rutabagas,rutabagas,3,2,3,2,0.06,0.6021,0.02,0.4771 rutter,rutter,7,2,7,2,0.14,0.9031,0.02,0.4771 Ryen,ryen,2,2,0,0,0.04,0.4771,0.02,0.4771 saa,saa,2,2,1,1,0.04,0.4771,0.02,0.4771 Sabin,sabin,2,2,0,0,0.04,0.4771,0.02,0.4771 Sabras,sabras,3,2,1,1,0.06,0.6021,0.02,0.4771 Sabretooth,sabretooth,4,2,0,0,0.08,0.6990,0.02,0.4771 sacrificers,sacrificers,3,2,3,2,0.06,0.6021,0.02,0.4771 sacrum,sacrum,2,2,2,2,0.04,0.4771,0.02,0.4771 saddler,saddler,2,2,2,2,0.04,0.4771,0.02,0.4771 Sadi,sadi,8,2,0,0,0.16,0.9542,0.02,0.4771 sadomasochism,sadomasochism,2,2,1,1,0.04,0.4771,0.02,0.4771 safflower,safflower,2,2,2,2,0.04,0.4771,0.02,0.4771 sagacious,sagacious,2,2,2,2,0.04,0.4771,0.02,0.4771 sagas,sagas,3,2,3,2,0.06,0.6021,0.02,0.4771 Sager,sager,2,2,0,0,0.04,0.4771,0.02,0.4771 Sah,sah,3,2,0,0,0.06,0.6021,0.02,0.4771 sailcloth,sailcloth,2,2,2,2,0.04,0.4771,0.02,0.4771 sailfish,sailfish,2,2,1,1,0.04,0.4771,0.02,0.4771 sailings,sailings,2,2,2,2,0.04,0.4771,0.02,0.4771 Sainte,sainte,2,2,0,0,0.04,0.4771,0.02,0.4771 Saladin,saladin,26,2,0,0,0.51,1.4314,0.02,0.4771 Salat,salat,3,2,1,1,0.06,0.6021,0.02,0.4771 Salchow,salchow,2,2,0,0,0.04,0.4771,0.02,0.4771 saleable,saleable,2,2,2,2,0.04,0.4771,0.02,0.4771 saleswomen,saleswomen,2,2,2,2,0.04,0.4771,0.02,0.4771 salicylate,salicylate,2,2,2,2,0.04,0.4771,0.02,0.4771 salinity,salinity,2,2,2,2,0.04,0.4771,0.02,0.4771 Salish,salish,5,2,0,0,0.10,0.7782,0.02,0.4771 salivates,salivates,2,2,2,2,0.04,0.4771,0.02,0.4771 sall,sall,2,2,1,1,0.04,0.4771,0.02,0.4771 salmons,salmons,2,2,1,1,0.04,0.4771,0.02,0.4771 saltpetre,saltpetre,3,2,3,2,0.06,0.6021,0.02,0.4771 salutary,salutary,2,2,2,2,0.04,0.4771,0.02,0.4771 salver,salver,5,2,5,2,0.10,0.7782,0.02,0.4771 salvoed,salvoed,2,2,2,2,0.04,0.4771,0.02,0.4771 salvos,salvos,2,2,2,2,0.04,0.4771,0.02,0.4771 saman,saman,2,2,1,1,0.04,0.4771,0.02,0.4771 sambos,sambos,2,2,1,1,0.04,0.4771,0.02,0.4771 Sanctifying,sanctifying,2,2,0,0,0.04,0.4771,0.02,0.4771 sanctimony,sanctimony,2,2,2,2,0.04,0.4771,0.02,0.4771 sanctorium,sanctorium,3,2,3,2,0.06,0.6021,0.02,0.4771 sandbank,sandbank,2,2,2,2,0.04,0.4771,0.02,0.4771 sandblasting,sandblasting,2,2,2,2,0.04,0.4771,0.02,0.4771 Sandier,sandier,2,2,0,0,0.04,0.4771,0.02,0.4771 Sandmen,sandmen,6,2,1,1,0.12,0.8451,0.02,0.4771 sanforized,sanforized,2,2,1,1,0.04,0.4771,0.02,0.4771 Sanger,sanger,3,2,0,0,0.06,0.6021,0.02,0.4771 sangfroid,sangfroid,2,2,2,2,0.04,0.4771,0.02,0.4771 sanitariums,sanitariums,2,2,2,2,0.04,0.4771,0.02,0.4771 sanitorium,sanitorium,2,2,2,2,0.04,0.4771,0.02,0.4771 saponification,saponification,2,2,2,2,0.04,0.4771,0.02,0.4771 sapper,sapper,2,2,2,2,0.04,0.4771,0.02,0.4771 sapphic,sapphic,2,2,1,1,0.04,0.4771,0.02,0.4771 sapsucker,sapsucker,3,2,3,2,0.06,0.6021,0.02,0.4771 sarongs,sarongs,2,2,2,2,0.04,0.4771,0.02,0.4771 sates,sates,2,2,1,1,0.04,0.4771,0.02,0.4771 satiny,satiny,2,2,1,1,0.04,0.4771,0.02,0.4771 satiric,satiric,2,2,2,2,0.04,0.4771,0.02,0.4771 saucepans,saucepans,2,2,1,1,0.04,0.4771,0.02,0.4771 sauerbraten,sauerbraten,2,2,2,2,0.04,0.4771,0.02,0.4771 Saurian,saurian,6,2,0,0,0.12,0.8451,0.02,0.4771 sav,sav,2,2,2,2,0.04,0.4771,0.02,0.4771 savaging,savaging,2,2,1,1,0.04,0.4771,0.02,0.4771 saviours,saviours,3,2,3,2,0.06,0.6021,0.02,0.4771 savoured,savoured,2,2,2,2,0.04,0.4771,0.02,0.4771 Sawtooth,sawtooth,11,2,0,0,0.22,1.0792,0.02,0.4771 scaffolds,scaffolds,2,2,2,2,0.04,0.4771,0.02,0.4771 scalable,scalable,2,2,2,2,0.04,0.4771,0.02,0.4771 Scalary,scalary,2,2,0,0,0.04,0.4771,0.02,0.4771 scalawags,scalawags,2,2,2,2,0.04,0.4771,0.02,0.4771 scalloped,scalloped,2,2,2,2,0.04,0.4771,0.02,0.4771 scalpers,scalpers,3,2,2,2,0.06,0.6021,0.02,0.4771 scampers,scampers,2,2,1,1,0.04,0.4771,0.02,0.4771 scandalise,scandalise,2,2,2,2,0.04,0.4771,0.02,0.4771 scandalmongers,scandalmongers,2,2,2,2,0.04,0.4771,0.02,0.4771 scapegoating,scapegoating,2,2,2,2,0.04,0.4771,0.02,0.4771 scapegrace,scapegrace,2,2,2,2,0.04,0.4771,0.02,0.4771 scareder,scareder,2,2,2,2,0.04,0.4771,0.02,0.4771 scarify,scarify,4,2,4,2,0.08,0.6990,0.02,0.4771 Scarpa,scarpa,11,2,4,1,0.22,1.0792,0.02,0.4771 scarpered,scarpered,2,2,2,2,0.04,0.4771,0.02,0.4771 scatology,scatology,2,2,1,1,0.04,0.4771,0.02,0.4771 Scats,scats,2,2,0,0,0.04,0.4771,0.02,0.4771 scatterbrains,scatterbrains,2,2,2,2,0.04,0.4771,0.02,0.4771 scepters,scepters,2,2,2,2,0.04,0.4771,0.02,0.4771 Schadenfreude,schadenfreude,5,2,2,1,0.10,0.7782,0.02,0.4771 scherzo,scherzo,2,2,2,2,0.04,0.4771,0.02,0.4771 schillings,schillings,3,2,3,2,0.06,0.6021,0.02,0.4771 Schimmel,schimmel,6,2,0,0,0.12,0.8451,0.02,0.4771 Schist,schist,20,2,1,1,0.39,1.3222,0.02,0.4771 schistosomiasis,schistosomiasis,3,2,2,2,0.06,0.6021,0.02,0.4771 schiz,schiz,2,2,2,2,0.04,0.4771,0.02,0.4771 schizos,schizos,3,2,2,1,0.06,0.6021,0.02,0.4771 schlepper,schlepper,2,2,1,1,0.04,0.4771,0.02,0.4771 Schloss,schloss,6,2,0,0,0.12,0.8451,0.02,0.4771 schmaltzy,schmaltzy,2,2,2,2,0.04,0.4771,0.02,0.4771 schmos,schmos,2,2,2,2,0.04,0.4771,0.02,0.4771 Schnabel,schnabel,6,2,0,0,0.12,0.8451,0.02,0.4771 schnooks,schnooks,2,2,2,2,0.04,0.4771,0.02,0.4771 schnozzle,schnozzle,3,2,3,2,0.06,0.6021,0.02,0.4771 scholastically,scholastically,2,2,2,2,0.04,0.4771,0.02,0.4771 schoolmasters,schoolmasters,5,2,3,2,0.10,0.7782,0.02,0.4771 schottische,schottische,2,2,2,2,0.04,0.4771,0.02,0.4771 scintillation,scintillation,2,2,2,2,0.04,0.4771,0.02,0.4771 scion,scion,12,2,11,2,0.24,1.1139,0.02,0.4771 scofflaws,scofflaws,2,2,2,2,0.04,0.4771,0.02,0.4771 scolds,scolds,2,2,2,2,0.04,0.4771,0.02,0.4771 scorekeeping,scorekeeping,2,2,2,2,0.04,0.4771,0.02,0.4771 scorers,scorers,3,2,3,2,0.06,0.6021,0.02,0.4771 scorning,scorning,2,2,1,1,0.04,0.4771,0.02,0.4771 Scotchmen,scotchmen,4,2,0,0,0.08,0.6990,0.02,0.4771 scourges,scourges,2,2,2,2,0.04,0.4771,0.02,0.4771 scours,scours,2,2,2,2,0.04,0.4771,0.02,0.4771 scr,scr,2,2,1,1,0.04,0.4771,0.02,0.4771 scrabbling,scrabbling,2,2,2,2,0.04,0.4771,0.02,0.4771 scrag,scrag,2,2,2,2,0.04,0.4771,0.02,0.4771 scraggy,scraggy,2,2,1,1,0.04,0.4771,0.02,0.4771 scrapyard,scrapyard,2,2,2,2,0.04,0.4771,0.02,0.4771 scratchers,scratchers,2,2,2,2,0.04,0.4771,0.02,0.4771 scrawnier,scrawnier,2,2,2,2,0.04,0.4771,0.02,0.4771 screamingly,screamingly,2,2,2,2,0.04,0.4771,0.02,0.4771 scree,scree,2,2,1,1,0.04,0.4771,0.02,0.4771 screecher,screecher,2,2,1,1,0.04,0.4771,0.02,0.4771 screwdrivers,screwdrivers,3,2,3,2,0.06,0.6021,0.02,0.4771 scribblers,scribblers,2,2,2,2,0.04,0.4771,0.02,0.4771 scribbly,scribbly,2,2,2,2,0.04,0.4771,0.02,0.4771 scrimmages,scrimmages,2,2,2,2,0.04,0.4771,0.02,0.4771 Scrimshaw,scrimshaw,8,2,1,1,0.16,0.9542,0.02,0.4771 scriptwriter,scriptwriter,2,2,2,2,0.04,0.4771,0.02,0.4771 Scrivener,scrivener,2,2,0,0,0.04,0.4771,0.02,0.4771 Scroop,scroop,7,2,0,0,0.14,0.9031,0.02,0.4771 scrotal,scrotal,2,2,2,2,0.04,0.4771,0.02,0.4771 scrounges,scrounges,2,2,2,2,0.04,0.4771,0.02,0.4771 scrumpy,scrumpy,2,2,1,1,0.04,0.4771,0.02,0.4771 scrutinise,scrutinise,2,2,2,2,0.04,0.4771,0.02,0.4771 Scudder,scudder,3,2,0,0,0.06,0.6021,0.02,0.4771 scuffled,scuffled,2,2,2,2,0.04,0.4771,0.02,0.4771 scullion,scullion,4,2,2,1,0.08,0.6990,0.02,0.4771 scullions,scullions,3,2,2,1,0.06,0.6021,0.02,0.4771 scungili,scungili,2,2,2,2,0.04,0.4771,0.02,0.4771 scungilli,scungilli,2,2,1,1,0.04,0.4771,0.02,0.4771 Scythian,scythian,2,2,0,0,0.04,0.4771,0.02,0.4771 Sds,sds,2,2,0,0,0.04,0.4771,0.02,0.4771 Sealy,sealy,3,2,0,0,0.06,0.6021,0.02,0.4771 seaplanes,seaplanes,3,2,2,2,0.06,0.6021,0.02,0.4771 seascape,seascape,3,2,2,1,0.06,0.6021,0.02,0.4771 seascapes,seascapes,2,2,2,2,0.04,0.4771,0.02,0.4771 seashores,seashores,2,2,2,2,0.04,0.4771,0.02,0.4771 seasonable,seasonable,2,2,2,2,0.04,0.4771,0.02,0.4771 seasonally,seasonally,2,2,2,2,0.04,0.4771,0.02,0.4771 seater,seater,2,2,1,1,0.04,0.4771,0.02,0.4771 seatings,seatings,2,2,2,2,0.04,0.4771,0.02,0.4771 seawall,seawall,2,2,2,2,0.04,0.4771,0.02,0.4771 seborrhea,seborrhea,4,2,2,2,0.08,0.6990,0.02,0.4771 seclude,seclude,2,2,2,2,0.04,0.4771,0.02,0.4771 secrecies,secrecies,3,2,3,2,0.06,0.6021,0.02,0.4771 secretiveness,secretiveness,2,2,2,2,0.04,0.4771,0.02,0.4771 secretor,secretor,2,2,2,2,0.04,0.4771,0.02,0.4771 sectarian,sectarian,2,2,2,2,0.04,0.4771,0.02,0.4771 sedating,sedating,2,2,2,2,0.04,0.4771,0.02,0.4771 sedges,sedges,2,2,2,2,0.04,0.4771,0.02,0.4771 sedimentation,sedimentation,2,2,2,2,0.04,0.4771,0.02,0.4771 seductiveness,seductiveness,2,2,2,2,0.04,0.4771,0.02,0.4771 seediest,seediest,2,2,2,2,0.04,0.4771,0.02,0.4771 seeling,seeling,2,2,2,2,0.04,0.4771,0.02,0.4771 segued,segued,2,2,2,2,0.04,0.4771,0.02,0.4771 seismology,seismology,2,2,2,2,0.04,0.4771,0.02,0.4771 Selah,selah,6,2,0,0,0.12,0.8451,0.02,0.4771 selectees,selectees,3,2,3,2,0.06,0.6021,0.02,0.4771 selector,selector,3,2,3,2,0.06,0.6021,0.02,0.4771 selectors,selectors,2,2,1,1,0.04,0.4771,0.02,0.4771 sellable,sellable,2,2,2,2,0.04,0.4771,0.02,0.4771 semiannual,semiannual,2,2,2,2,0.04,0.4771,0.02,0.4771 semicircle,semicircle,3,2,3,2,0.06,0.6021,0.02,0.4771 semicolons,semicolons,2,2,2,2,0.04,0.4771,0.02,0.4771 semiconscious,semiconscious,2,2,1,1,0.04,0.4771,0.02,0.4771 semilunar,semilunar,2,2,2,2,0.04,0.4771,0.02,0.4771 seminiferous,seminiferous,2,2,1,1,0.04,0.4771,0.02,0.4771 Seminoles,seminoles,4,2,0,0,0.08,0.6990,0.02,0.4771 semiprivate,semiprivate,2,2,2,2,0.04,0.4771,0.02,0.4771 semiretired,semiretired,2,2,1,1,0.04,0.4771,0.02,0.4771 Semite,semite,2,2,0,0,0.04,0.4771,0.02,0.4771 Senoras,senoras,2,2,0,0,0.04,0.4771,0.02,0.4771 Sensa,sensa,30,2,0,0,0.59,1.4914,0.02,0.4771 sensationalist,sensationalist,2,2,1,1,0.04,0.4771,0.02,0.4771 sensationalize,sensationalize,2,2,2,2,0.04,0.4771,0.02,0.4771 sensationalizing,sensationalizing,2,2,2,2,0.04,0.4771,0.02,0.4771 senselessly,senselessly,2,2,2,2,0.04,0.4771,0.02,0.4771 sensile,sensile,2,2,2,2,0.04,0.4771,0.02,0.4771 sensuousness,sensuousness,2,2,2,2,0.04,0.4771,0.02,0.4771 sensus,sensus,2,2,2,2,0.04,0.4771,0.02,0.4771 sentience,sentience,2,2,2,2,0.04,0.4771,0.02,0.4771 sentimentalists,sentimentalists,2,2,2,2,0.04,0.4771,0.02,0.4771 sentimentally,sentimentally,2,2,2,2,0.04,0.4771,0.02,0.4771 sepoy,sepoy,2,2,1,1,0.04,0.4771,0.02,0.4771 Septuagint,septuagint,2,2,0,0,0.04,0.4771,0.02,0.4771 sequelae,sequelae,2,2,2,2,0.04,0.4771,0.02,0.4771 serapes,serapes,3,2,3,2,0.06,0.6021,0.02,0.4771 serenades,serenades,2,2,2,2,0.04,0.4771,0.02,0.4771 serfdom,serfdom,2,2,1,1,0.04,0.4771,0.02,0.4771 Serg,serg,24,2,0,0,0.47,1.3979,0.02,0.4771 sermonizing,sermonizing,2,2,2,2,0.04,0.4771,0.02,0.4771 serosa,serosa,4,2,3,2,0.08,0.6990,0.02,0.4771 serosal,serosal,2,2,2,2,0.04,0.4771,0.02,0.4771 serration,serration,2,2,2,2,0.04,0.4771,0.02,0.4771 serratus,serratus,2,2,2,2,0.04,0.4771,0.02,0.4771 Sert,sert,8,2,2,1,0.16,0.9542,0.02,0.4771 Setons,setons,4,2,0,0,0.08,0.6990,0.02,0.4771 setters,setters,2,2,2,2,0.04,0.4771,0.02,0.4771 seventieth,seventieth,2,2,1,1,0.04,0.4771,0.02,0.4771 Severer,severer,2,2,0,0,0.04,0.4771,0.02,0.4771 severs,severs,2,2,2,2,0.04,0.4771,0.02,0.4771 sexing,sexing,24,2,24,2,0.47,1.3979,0.02,0.4771 sexists,sexists,2,2,1,1,0.04,0.4771,0.02,0.4771 Sfm,sfm,2,2,0,0,0.04,0.4771,0.02,0.4771 shadowboxing,shadowboxing,2,2,2,2,0.04,0.4771,0.02,0.4771 shadowless,shadowless,12,2,8,2,0.24,1.1139,0.02,0.4771 Shadrach,shadrach,2,2,0,0,0.04,0.4771,0.02,0.4771 Shafter,shafter,4,2,0,0,0.08,0.6990,0.02,0.4771 shallot,shallot,2,2,2,2,0.04,0.4771,0.02,0.4771 shallower,shallower,2,2,1,1,0.04,0.4771,0.02,0.4771 shallowest,shallowest,2,2,2,2,0.04,0.4771,0.02,0.4771 shallowing,shallowing,4,2,3,1,0.08,0.6990,0.02,0.4771 shamble,shamble,2,2,2,2,0.04,0.4771,0.02,0.4771 shambling,shambling,2,2,2,2,0.04,0.4771,0.02,0.4771 Shamrocks,shamrocks,2,2,0,0,0.04,0.4771,0.02,0.4771 sharecropping,sharecropping,2,2,2,2,0.04,0.4771,0.02,0.4771 sharer,sharer,2,2,2,2,0.04,0.4771,0.02,0.4771 sharpeners,sharpeners,2,2,2,2,0.04,0.4771,0.02,0.4771 sharpish,sharpish,2,2,2,2,0.04,0.4771,0.02,0.4771 sharpshoot,sharpshoot,2,2,2,2,0.04,0.4771,0.02,0.4771 sheaf,sheaf,2,2,1,1,0.04,0.4771,0.02,0.4771 shearwater,shearwater,2,2,1,1,0.04,0.4771,0.02,0.4771 sheathing,sheathing,2,2,2,2,0.04,0.4771,0.02,0.4771 sheaves,sheaves,4,2,4,2,0.08,0.6990,0.02,0.4771 sheepdogs,sheepdogs,4,2,4,2,0.08,0.6990,0.02,0.4771 sheeted,sheeted,2,2,2,2,0.04,0.4771,0.02,0.4771 Shem,shem,11,2,0,0,0.22,1.0792,0.02,0.4771 shepherding,shepherding,2,2,2,2,0.04,0.4771,0.02,0.4771 Sherif,sherif,8,2,1,1,0.16,0.9542,0.02,0.4771 Shiel,shiel,8,2,0,0,0.16,0.9542,0.02,0.4771 shies,shies,2,2,1,1,0.04,0.4771,0.02,0.4771 shiftiest,shiftiest,2,2,2,2,0.04,0.4771,0.02,0.4771 Shilla,shilla,2,2,0,0,0.04,0.4771,0.02,0.4771 shillelaghs,shillelaghs,2,2,2,2,0.04,0.4771,0.02,0.4771 shimmered,shimmered,2,2,2,2,0.04,0.4771,0.02,0.4771 shimmies,shimmies,2,2,2,2,0.04,0.4771,0.02,0.4771 shindigs,shindigs,2,2,2,2,0.04,0.4771,0.02,0.4771 shiners,shiners,5,2,5,2,0.10,0.7782,0.02,0.4771 shiniest,shiniest,2,2,2,2,0.04,0.4771,0.02,0.4771 shipbuilder,shipbuilder,2,2,2,2,0.04,0.4771,0.02,0.4771 shirked,shirked,2,2,2,2,0.04,0.4771,0.02,0.4771 shirkers,shirkers,2,2,2,2,0.04,0.4771,0.02,0.4771 Shirks,shirks,3,2,1,1,0.06,0.6021,0.02,0.4771 shirtmaker,shirtmaker,2,2,2,2,0.04,0.4771,0.02,0.4771 shirty,shirty,2,2,2,2,0.04,0.4771,0.02,0.4771 shivaree,shivaree,2,2,1,1,0.04,0.4771,0.02,0.4771 shoed,shoed,3,2,3,2,0.06,0.6021,0.02,0.4771 shoeshines,shoeshines,2,2,2,2,0.04,0.4771,0.02,0.4771 shoetree,shoetree,2,2,2,2,0.04,0.4771,0.02,0.4771 shogunate,shogunate,4,2,3,1,0.08,0.6990,0.02,0.4771 Shola,shola,3,2,0,0,0.06,0.6021,0.02,0.4771 shole,shole,2,2,2,2,0.04,0.4771,0.02,0.4771 shootist,shootist,2,2,2,2,0.04,0.4771,0.02,0.4771 shootouts,shootouts,2,2,1,1,0.04,0.4771,0.02,0.4771 shopkeep,shopkeep,3,2,3,2,0.06,0.6021,0.02,0.4771 shor,shor,2,2,1,1,0.04,0.4771,0.02,0.4771 shoreside,shoreside,2,2,1,1,0.04,0.4771,0.02,0.4771 shortchanging,shortchanging,2,2,2,2,0.04,0.4771,0.02,0.4771 shortfalls,shortfalls,2,2,2,2,0.04,0.4771,0.02,0.4771 shortsightedness,shortsightedness,2,2,2,2,0.04,0.4771,0.02,0.4771 shotgunned,shotgunned,2,2,2,2,0.04,0.4771,0.02,0.4771 shouters,shouters,2,2,2,2,0.04,0.4771,0.02,0.4771 showcases,showcases,2,2,2,2,0.04,0.4771,0.02,0.4771 showmen,showmen,2,2,1,1,0.04,0.4771,0.02,0.4771 showplace,showplace,2,2,2,2,0.04,0.4771,0.02,0.4771 shrewdness,shrewdness,2,2,2,2,0.04,0.4771,0.02,0.4771 Shrimpton,shrimpton,2,2,0,0,0.04,0.4771,0.02,0.4771 shucker,shucker,4,2,4,2,0.08,0.6990,0.02,0.4771 shuting,shuting,2,2,2,2,0.04,0.4771,0.02,0.4771 shutouts,shutouts,3,2,3,2,0.06,0.6021,0.02,0.4771 shuttered,shuttered,2,2,2,2,0.04,0.4771,0.02,0.4771 shying,shying,2,2,2,2,0.04,0.4771,0.02,0.4771 sibilants,sibilants,2,2,2,2,0.04,0.4771,0.02,0.4771 Sibyl,sibyl,4,2,0,0,0.08,0.6990,0.02,0.4771 sickler,sickler,2,2,1,1,0.04,0.4771,0.02,0.4771 sideboards,sideboards,2,2,2,2,0.04,0.4771,0.02,0.4771 sidelining,sidelining,2,2,2,2,0.04,0.4771,0.02,0.4771 sidelong,sidelong,2,2,2,2,0.04,0.4771,0.02,0.4771 sideswipe,sideswipe,2,2,1,1,0.04,0.4771,0.02,0.4771 sidewise,sidewise,2,2,2,2,0.04,0.4771,0.02,0.4771 sieges,sieges,3,2,3,2,0.06,0.6021,0.02,0.4771 Siemens,siemens,2,2,0,0,0.04,0.4771,0.02,0.4771 sifters,sifters,3,2,3,2,0.06,0.6021,0.02,0.4771 sifts,sifts,3,2,3,2,0.06,0.6021,0.02,0.4771 signboard,signboard,4,2,4,2,0.08,0.6990,0.02,0.4771 Signior,signior,45,2,9,2,0.88,1.6628,0.02,0.4771 silicates,silicates,3,2,3,2,0.06,0.6021,0.02,0.4771 silkworm,silkworm,3,2,3,2,0.06,0.6021,0.02,0.4771 sillies,sillies,2,2,2,2,0.04,0.4771,0.02,0.4771 Silurian,silurian,2,2,0,0,0.04,0.4771,0.02,0.4771 simians,simians,2,2,2,2,0.04,0.4771,0.02,0.4771 Simkin,simkin,5,2,0,0,0.10,0.7782,0.02,0.4771 simmered,simmered,2,2,2,2,0.04,0.4771,0.02,0.4771 simmers,simmers,2,2,2,2,0.04,0.4771,0.02,0.4771 simonize,simonize,2,2,1,1,0.04,0.4771,0.02,0.4771 simpers,simpers,2,2,2,2,0.04,0.4771,0.02,0.4771 singable,singable,4,2,2,2,0.08,0.6990,0.02,0.4771 singes,singes,2,2,2,2,0.04,0.4771,0.02,0.4771 singlehandedly,singlehandedly,2,2,2,2,0.04,0.4771,0.02,0.4771 singleness,singleness,2,2,2,2,0.04,0.4771,0.02,0.4771 singularities,singularities,3,2,3,2,0.06,0.6021,0.02,0.4771 Sinter,sinter,2,2,0,0,0.04,0.4771,0.02,0.4771 Sinusitis,sinusitis,5,2,2,1,0.10,0.7782,0.02,0.4771 sirup,sirup,2,2,2,2,0.04,0.4771,0.02,0.4771 sissified,sissified,2,2,2,2,0.04,0.4771,0.02,0.4771 sissonne,sissonne,2,2,2,2,0.04,0.4771,0.02,0.4771 sistren,sistren,2,2,2,2,0.04,0.4771,0.02,0.4771 sitch,sitch,2,2,2,2,0.04,0.4771,0.02,0.4771 siting,siting,2,2,2,2,0.04,0.4771,0.02,0.4771 sitrep,sitrep,4,2,2,1,0.08,0.6990,0.02,0.4771 sittings,sittings,2,2,2,2,0.04,0.4771,0.02,0.4771 situationally,situationally,2,2,2,2,0.04,0.4771,0.02,0.4771 sixish,sixish,2,2,2,2,0.04,0.4771,0.02,0.4771 sizer,sizer,2,2,2,2,0.04,0.4771,0.02,0.4771 Skee,skee,19,2,2,1,0.37,1.3010,0.02,0.4771 Skeets,skeets,5,2,0,0,0.10,0.7782,0.02,0.4771 skein,skein,5,2,5,2,0.10,0.7782,0.02,0.4771 Skelly,skelly,5,2,0,0,0.10,0.7782,0.02,0.4771 Skilling,skilling,65,2,0,0,1.27,1.8195,0.02,0.4771 skimpiest,skimpiest,2,2,2,2,0.04,0.4771,0.02,0.4771 skipjack,skipjack,3,2,2,1,0.06,0.6021,0.02,0.4771 skirl,skirl,3,2,3,2,0.06,0.6021,0.02,0.4771 skirmishing,skirmishing,3,2,2,1,0.06,0.6021,0.02,0.4771 skydivers,skydivers,2,2,1,1,0.04,0.4771,0.02,0.4771 skylarks,skylarks,2,2,2,2,0.04,0.4771,0.02,0.4771 Sla,sla,2,2,0,0,0.04,0.4771,0.02,0.4771 slackened,slackened,2,2,2,2,0.04,0.4771,0.02,0.4771 slackening,slackening,2,2,2,2,0.04,0.4771,0.02,0.4771 slackness,slackness,2,2,2,2,0.04,0.4771,0.02,0.4771 slaked,slaked,2,2,2,2,0.04,0.4771,0.02,0.4771 slanderers,slanderers,3,2,3,2,0.06,0.6021,0.02,0.4771 slanging,slanging,2,2,1,1,0.04,0.4771,0.02,0.4771 slaughterer,slaughterer,2,2,2,2,0.04,0.4771,0.02,0.4771 slavey,slavey,2,2,1,1,0.04,0.4771,0.02,0.4771 slavishly,slavishly,2,2,2,2,0.04,0.4771,0.02,0.4771 sleave,sleave,2,2,2,2,0.04,0.4771,0.02,0.4771 sleazebags,sleazebags,2,2,2,2,0.04,0.4771,0.02,0.4771 sleazeballs,sleazeballs,2,2,2,2,0.04,0.4771,0.02,0.4771 sledders,sledders,4,2,4,2,0.08,0.6990,0.02,0.4771 sledgehammered,sledgehammered,3,2,3,2,0.06,0.6021,0.02,0.4771 sleepier,sleepier,7,2,4,1,0.14,0.9031,0.02,0.4771 sleepily,sleepily,2,2,2,2,0.04,0.4771,0.02,0.4771 sleighing,sleighing,2,2,2,2,0.04,0.4771,0.02,0.4771 sleighs,sleighs,2,2,2,2,0.04,0.4771,0.02,0.4771 slenderizing,slenderizing,2,2,2,2,0.04,0.4771,0.02,0.4771 sliming,sliming,2,2,2,2,0.04,0.4771,0.02,0.4771 slimmest,slimmest,2,2,2,2,0.04,0.4771,0.02,0.4771 slims,slims,2,2,2,2,0.04,0.4771,0.02,0.4771 slingers,slingers,4,2,4,2,0.08,0.6990,0.02,0.4771 slinked,slinked,2,2,1,1,0.04,0.4771,0.02,0.4771 slinks,slinks,2,2,2,2,0.04,0.4771,0.02,0.4771 slipcover,slipcover,2,2,2,2,0.04,0.4771,0.02,0.4771 Slivovitz,slivovitz,4,2,0,0,0.08,0.6990,0.02,0.4771 slobberer,slobberer,2,2,2,2,0.04,0.4771,0.02,0.4771 Sloe,sloe,3,2,1,1,0.06,0.6021,0.02,0.4771 sloganeer,sloganeer,2,2,2,2,0.04,0.4771,0.02,0.4771 slogged,slogged,2,2,2,2,0.04,0.4771,0.02,0.4771 slogging,slogging,2,2,2,2,0.04,0.4771,0.02,0.4771 sloshes,sloshes,2,2,2,2,0.04,0.4771,0.02,0.4771 Slote,slote,18,2,0,0,0.35,1.2788,0.02,0.4771 slouched,slouched,2,2,2,2,0.04,0.4771,0.02,0.4771 sloucher,sloucher,2,2,2,2,0.04,0.4771,0.02,0.4771 Slugabed,slugabed,2,2,0,0,0.04,0.4771,0.02,0.4771 slugabeds,slugabeds,2,2,2,2,0.04,0.4771,0.02,0.4771 sluggers,sluggers,2,2,2,2,0.04,0.4771,0.02,0.4771 sluicing,sluicing,2,2,2,2,0.04,0.4771,0.02,0.4771 slumbered,slumbered,2,2,2,2,0.04,0.4771,0.02,0.4771 slummy,slummy,2,2,2,2,0.04,0.4771,0.02,0.4771 slushy,slushy,3,2,3,2,0.06,0.6021,0.02,0.4771 slutting,slutting,2,2,2,2,0.04,0.4771,0.02,0.4771 Smacker,smacker,2,2,0,0,0.04,0.4771,0.02,0.4771 smallness,smallness,2,2,2,2,0.04,0.4771,0.02,0.4771 smarting,smarting,2,2,1,1,0.04,0.4771,0.02,0.4771 smegma,smegma,3,2,3,2,0.06,0.6021,0.02,0.4771 smelts,smelts,2,2,1,1,0.04,0.4771,0.02,0.4771 Smilers,smilers,3,2,0,0,0.06,0.6021,0.02,0.4771 smileys,smileys,2,2,2,2,0.04,0.4771,0.02,0.4771 smit,smit,2,2,2,2,0.04,0.4771,0.02,0.4771 smogless,smogless,2,2,2,2,0.04,0.4771,0.02,0.4771 smokies,smokies,2,2,1,1,0.04,0.4771,0.02,0.4771 smoldered,smoldered,2,2,2,2,0.04,0.4771,0.02,0.4771 smooched,smooched,2,2,2,2,0.04,0.4771,0.02,0.4771 smudging,smudging,3,2,3,2,0.06,0.6021,0.02,0.4771 snafus,snafus,2,2,2,2,0.04,0.4771,0.02,0.4771 snakebites,snakebites,2,2,2,2,0.04,0.4771,0.02,0.4771 Snakehead,snakehead,16,2,0,0,0.31,1.2304,0.02,0.4771 snaky,snaky,2,2,2,2,0.04,0.4771,0.02,0.4771 snapdragons,snapdragons,2,2,2,2,0.04,0.4771,0.02,0.4771 Snape,snape,27,2,0,0,0.53,1.4472,0.02,0.4771 snaring,snaring,2,2,2,2,0.04,0.4771,0.02,0.4771 sneakier,sneakier,2,2,2,2,0.04,0.4771,0.02,0.4771 sneakiness,sneakiness,2,2,2,2,0.04,0.4771,0.02,0.4771 sneezer,sneezer,2,2,2,2,0.04,0.4771,0.02,0.4771 Sneller,sneller,10,2,0,0,0.20,1.0414,0.02,0.4771 Snidely,snidely,41,2,0,0,0.80,1.6232,0.02,0.4771 sniffly,sniffly,2,2,2,2,0.04,0.4771,0.02,0.4771 sniggles,sniggles,2,2,1,1,0.04,0.4771,0.02,0.4771 sniped,sniped,2,2,2,2,0.04,0.4771,0.02,0.4771 snitcher,snitcher,2,2,2,2,0.04,0.4771,0.02,0.4771 Snook,snook,6,2,0,0,0.12,0.8451,0.02,0.4771 snooper,snooper,3,2,3,2,0.06,0.6021,0.02,0.4771 snoozer,snoozer,2,2,2,2,0.04,0.4771,0.02,0.4771 snoozy,snoozy,2,2,1,1,0.04,0.4771,0.02,0.4771 snorkeler,snorkeler,2,2,2,2,0.04,0.4771,0.02,0.4771 snottiness,snottiness,2,2,2,2,0.04,0.4771,0.02,0.4771 Snowbell,snowbell,40,2,0,0,0.78,1.6128,0.02,0.4771 snowshoe,snowshoe,2,2,2,2,0.04,0.4771,0.02,0.4771 snowstorms,snowstorms,2,2,2,2,0.04,0.4771,0.02,0.4771 snubs,snubs,2,2,2,2,0.04,0.4771,0.02,0.4771 snuffles,snuffles,2,2,2,2,0.04,0.4771,0.02,0.4771 sociability,sociability,2,2,2,2,0.04,0.4771,0.02,0.4771 socialised,socialised,3,2,3,2,0.06,0.6021,0.02,0.4771 socialistic,socialistic,3,2,2,2,0.06,0.6021,0.02,0.4771 socializes,socializes,2,2,2,2,0.04,0.4771,0.02,0.4771 Sociologists,sociologists,3,2,1,1,0.06,0.6021,0.02,0.4771 sociopathy,sociopathy,2,2,1,1,0.04,0.4771,0.02,0.4771 socky,socky,2,2,1,1,0.04,0.4771,0.02,0.4771 sodomise,sodomise,2,2,2,2,0.04,0.4771,0.02,0.4771 soever,soever,2,2,2,2,0.04,0.4771,0.02,0.4771 Soh,soh,2,2,0,0,0.04,0.4771,0.02,0.4771 Soke,soke,2,2,0,0,0.04,0.4771,0.02,0.4771 Solan,solan,12,2,0,0,0.24,1.1139,0.02,0.4771 solder,solder,2,2,1,1,0.04,0.4771,0.02,0.4771 soldiery,soldiery,2,2,2,2,0.04,0.4771,0.02,0.4771 solicitations,solicitations,2,2,2,2,0.04,0.4771,0.02,0.4771 solitudes,solitudes,2,2,2,2,0.04,0.4771,0.02,0.4771 soloing,soloing,2,2,2,2,0.04,0.4771,0.02,0.4771 Solon,solon,8,2,0,0,0.16,0.9542,0.02,0.4771 solute,solute,2,2,2,2,0.04,0.4771,0.02,0.4771 solvable,solvable,2,2,2,2,0.04,0.4771,0.02,0.4771 solvers,solvers,2,2,2,2,0.04,0.4771,0.02,0.4771 sombreros,sombreros,3,2,2,1,0.06,0.6021,0.02,0.4771 somersaulting,somersaulting,2,2,2,2,0.04,0.4771,0.02,0.4771 someways,someways,2,2,2,2,0.04,0.4771,0.02,0.4771 songster,songster,2,2,2,2,0.04,0.4771,0.02,0.4771 songstress,songstress,4,2,3,2,0.08,0.6990,0.02,0.4771 songy,songy,2,2,2,2,0.04,0.4771,0.02,0.4771 sonically,sonically,2,2,2,2,0.04,0.4771,0.02,0.4771 sooey,sooey,2,2,2,2,0.04,0.4771,0.02,0.4771 Sooners,sooners,3,2,1,1,0.06,0.6021,0.02,0.4771 soothsayers,soothsayers,2,2,2,2,0.04,0.4771,0.02,0.4771 sophisticate,sophisticate,2,2,1,1,0.04,0.4771,0.02,0.4771 Sophy,sophy,6,2,0,0,0.12,0.8451,0.02,0.4771 sopped,sopped,3,2,3,2,0.06,0.6021,0.02,0.4771 Sora,sora,2,2,0,0,0.04,0.4771,0.02,0.4771 sorbets,sorbets,2,2,2,2,0.04,0.4771,0.02,0.4771 sorbitol,sorbitol,2,2,1,1,0.04,0.4771,0.02,0.4771 sorceries,sorceries,3,2,2,2,0.06,0.6021,0.02,0.4771 sordidness,sordidness,2,2,2,2,0.04,0.4771,0.02,0.4771 sorest,sorest,2,2,2,2,0.04,0.4771,0.02,0.4771 sortied,sortied,2,2,2,2,0.04,0.4771,0.02,0.4771 soubrette,soubrette,2,2,2,2,0.04,0.4771,0.02,0.4771 Souchong,souchong,2,2,0,0,0.04,0.4771,0.02,0.4771 soulfully,soulfully,2,2,1,1,0.04,0.4771,0.02,0.4771 Sounders,sounders,2,2,0,0,0.04,0.4771,0.02,0.4771 soundlessly,soundlessly,2,2,2,2,0.04,0.4771,0.02,0.4771 soundness,soundness,2,2,2,2,0.04,0.4771,0.02,0.4771 sourballs,sourballs,2,2,2,2,0.04,0.4771,0.02,0.4771 souring,souring,2,2,2,2,0.04,0.4771,0.02,0.4771 southwester,southwester,5,2,5,2,0.10,0.7782,0.02,0.4771 southwesterly,southwesterly,2,2,1,1,0.04,0.4771,0.02,0.4771 spacers,spacers,3,2,3,2,0.06,0.6021,0.02,0.4771 spacial,spacial,2,2,2,2,0.04,0.4771,0.02,0.4771 spackled,spackled,2,2,1,1,0.04,0.4771,0.02,0.4771 spaetzle,spaetzle,3,2,3,2,0.06,0.6021,0.02,0.4771 spanker,spanker,3,2,2,1,0.06,0.6021,0.02,0.4771 spanners,spanners,2,2,2,2,0.04,0.4771,0.02,0.4771 sparkled,sparkled,2,2,2,2,0.04,0.4771,0.02,0.4771 sparred,sparred,2,2,2,2,0.04,0.4771,0.02,0.4771 spars,spars,2,2,2,2,0.04,0.4771,0.02,0.4771 spatially,spatially,2,2,2,2,0.04,0.4771,0.02,0.4771 spawns,spawns,2,2,2,2,0.04,0.4771,0.02,0.4771 spearheads,spearheads,2,2,2,2,0.04,0.4771,0.02,0.4771 spect,spect,3,2,2,1,0.06,0.6021,0.02,0.4771 spectaculars,spectaculars,2,2,2,2,0.04,0.4771,0.02,0.4771 spectate,spectate,2,2,2,2,0.04,0.4771,0.02,0.4771 spectres,spectres,2,2,2,2,0.04,0.4771,0.02,0.4771 spectrometry,spectrometry,3,2,3,2,0.06,0.6021,0.02,0.4771 spectroscope,spectroscope,2,2,2,2,0.04,0.4771,0.02,0.4771 spectroscopic,spectroscopic,2,2,1,1,0.04,0.4771,0.02,0.4771 speculates,speculates,2,2,2,2,0.04,0.4771,0.02,0.4771 speediest,speediest,2,2,1,1,0.04,0.4771,0.02,0.4771 spellbinder,spellbinder,2,2,2,2,0.04,0.4771,0.02,0.4771 spellchecked,spellchecked,2,2,2,2,0.04,0.4771,0.02,0.4771 spellings,spellings,2,2,2,2,0.04,0.4771,0.02,0.4771 Spelman,spelman,5,2,0,0,0.10,0.7782,0.02,0.4771 spendthrifts,spendthrifts,2,2,2,2,0.04,0.4771,0.02,0.4771 Spense,spense,2,2,0,0,0.04,0.4771,0.02,0.4771 Sperling,sperling,3,2,0,0,0.06,0.6021,0.02,0.4771 spews,spews,2,2,2,2,0.04,0.4771,0.02,0.4771 spherically,spherically,3,2,3,2,0.06,0.6021,0.02,0.4771 sphincters,sphincters,2,2,2,2,0.04,0.4771,0.02,0.4771 Sphinxes,sphinxes,4,2,1,1,0.08,0.6990,0.02,0.4771 Spica,spica,3,2,1,1,0.06,0.6021,0.02,0.4771 spiderwebs,spiderwebs,2,2,2,2,0.04,0.4771,0.02,0.4771 Spig,spig,76,2,0,0,1.49,1.8865,0.02,0.4771 spigots,spigots,2,2,2,2,0.04,0.4771,0.02,0.4771 spinet,spinet,2,2,2,2,0.04,0.4771,0.02,0.4771 Spinney,spinney,2,2,0,0,0.04,0.4771,0.02,0.4771 spinsterish,spinsterish,2,2,2,2,0.04,0.4771,0.02,0.4771 spiritualists,spiritualists,2,2,2,2,0.04,0.4771,0.02,0.4771 spitfires,spitfires,2,2,1,1,0.04,0.4771,0.02,0.4771 splatters,splatters,2,2,2,2,0.04,0.4771,0.02,0.4771 splayed,splayed,2,2,2,2,0.04,0.4771,0.02,0.4771 spleens,spleens,2,2,2,2,0.04,0.4771,0.02,0.4771 splines,splines,2,2,2,2,0.04,0.4771,0.02,0.4771 splinted,splinted,2,2,2,2,0.04,0.4771,0.02,0.4771 splinting,splinting,2,2,1,1,0.04,0.4771,0.02,0.4771 splitters,splitters,2,2,2,2,0.04,0.4771,0.02,0.4771 splotch,splotch,4,2,4,2,0.08,0.6990,0.02,0.4771 splotches,splotches,2,2,2,2,0.04,0.4771,0.02,0.4771 Spode,spode,3,2,1,1,0.06,0.6021,0.02,0.4771 spoilsports,spoilsports,3,2,2,1,0.06,0.6021,0.02,0.4771 spokeswoman,spokeswoman,3,2,3,2,0.06,0.6021,0.02,0.4771 spongiform,spongiform,2,2,2,2,0.04,0.4771,0.02,0.4771 sponsorships,sponsorships,2,2,2,2,0.04,0.4771,0.02,0.4771 Spooney,spooney,2,2,0,0,0.04,0.4771,0.02,0.4771 sporran,sporran,2,2,2,2,0.04,0.4771,0.02,0.4771 sportswoman,sportswoman,2,2,1,1,0.04,0.4771,0.02,0.4771 spreaders,spreaders,2,2,2,2,0.04,0.4771,0.02,0.4771 springboards,springboards,2,2,1,1,0.04,0.4771,0.02,0.4771 springers,springers,2,2,1,1,0.04,0.4771,0.02,0.4771 springlike,springlike,2,2,2,2,0.04,0.4771,0.02,0.4771 sprits,sprits,2,2,2,2,0.04,0.4771,0.02,0.4771 spritzed,spritzed,2,2,2,2,0.04,0.4771,0.02,0.4771 spritzers,spritzers,2,2,2,2,0.04,0.4771,0.02,0.4771 Sps,sps,2,2,0,0,0.04,0.4771,0.02,0.4771 spudding,spudding,3,2,3,2,0.06,0.6021,0.02,0.4771 spurns,spurns,2,2,2,2,0.04,0.4771,0.02,0.4771 squalus,squalus,4,2,3,1,0.08,0.6990,0.02,0.4771 squarest,squarest,2,2,2,2,0.04,0.4771,0.02,0.4771 squarish,squarish,3,2,3,2,0.06,0.6021,0.02,0.4771 squashy,squashy,2,2,2,2,0.04,0.4771,0.02,0.4771 squatty,squatty,2,2,2,2,0.04,0.4771,0.02,0.4771 squelched,squelched,2,2,2,2,0.04,0.4771,0.02,0.4771 squiffed,squiffed,2,2,2,2,0.04,0.4771,0.02,0.4771 squiffy,squiffy,2,2,2,2,0.04,0.4771,0.02,0.4771 squiggle,squiggle,2,2,2,2,0.04,0.4771,0.02,0.4771 squiggling,squiggling,2,2,2,2,0.04,0.4771,0.02,0.4771 squirmed,squirmed,2,2,2,2,0.04,0.4771,0.02,0.4771 squirms,squirms,2,2,2,2,0.04,0.4771,0.02,0.4771 squirter,squirter,2,2,2,2,0.04,0.4771,0.02,0.4771 squit,squit,2,2,2,2,0.04,0.4771,0.02,0.4771 stabile,stabile,2,2,1,1,0.04,0.4771,0.02,0.4771 stabilisation,stabilisation,9,2,9,2,0.18,1.0000,0.02,0.4771 Stade,stade,4,2,1,1,0.08,0.6990,0.02,0.4771 stagnates,stagnates,2,2,2,2,0.04,0.4771,0.02,0.4771 stagy,stagy,2,2,2,2,0.04,0.4771,0.02,0.4771 staid,staid,3,2,2,2,0.06,0.6021,0.02,0.4771 stalactites,stalactites,4,2,3,2,0.08,0.6990,0.02,0.4771 Stallings,stallings,2,2,0,0,0.04,0.4771,0.02,0.4771 stampeder,stampeder,4,2,3,1,0.08,0.6990,0.02,0.4771 stampedes,stampedes,2,2,2,2,0.04,0.4771,0.02,0.4771 stanchion,stanchion,2,2,2,2,0.04,0.4771,0.02,0.4771 standardization,standardization,2,2,1,1,0.04,0.4771,0.02,0.4771 standee,standee,2,2,2,2,0.04,0.4771,0.02,0.4771 standeth,standeth,2,2,2,2,0.04,0.4771,0.02,0.4771 stanza,stanza,2,2,2,2,0.04,0.4771,0.02,0.4771 stapes,stapes,3,2,3,2,0.06,0.6021,0.02,0.4771 Staphylococcus,staphylococcus,3,2,1,1,0.06,0.6021,0.02,0.4771 staplers,staplers,2,2,2,2,0.04,0.4771,0.02,0.4771 Starbright,starbright,3,2,0,0,0.06,0.6021,0.02,0.4771 stargazer,stargazer,2,2,2,2,0.04,0.4771,0.02,0.4771 starless,starless,2,2,2,2,0.04,0.4771,0.02,0.4771 statuette,statuette,4,2,4,2,0.08,0.6990,0.02,0.4771 staunchest,staunchest,2,2,2,2,0.04,0.4771,0.02,0.4771 staving,staving,3,2,3,2,0.06,0.6021,0.02,0.4771 stayer,stayer,2,2,2,2,0.04,0.4771,0.02,0.4771 staysail,staysail,2,2,2,2,0.04,0.4771,0.02,0.4771 steadfastness,steadfastness,8,2,8,2,0.16,0.9542,0.02,0.4771 stealy,stealy,2,2,2,2,0.04,0.4771,0.02,0.4771 steamships,steamships,2,2,2,2,0.04,0.4771,0.02,0.4771 steelworks,steelworks,4,2,3,2,0.08,0.6990,0.02,0.4771 Steen,steen,3,2,0,0,0.06,0.6021,0.02,0.4771 Steersman,steersman,3,2,0,0,0.06,0.6021,0.02,0.4771 stenciling,stenciling,8,2,8,2,0.16,0.9542,0.02,0.4771 stenographic,stenographic,2,2,2,2,0.04,0.4771,0.02,0.4771 stenos,stenos,2,2,2,2,0.04,0.4771,0.02,0.4771 stent,stent,2,2,1,1,0.04,0.4771,0.02,0.4771 stepfathers,stepfathers,2,2,1,1,0.04,0.4771,0.02,0.4771 Stephanos,stephanos,5,2,0,0,0.10,0.7782,0.02,0.4771 stepparent,stepparent,2,2,2,2,0.04,0.4771,0.02,0.4771 stepstool,stepstool,2,2,2,2,0.04,0.4771,0.02,0.4771 Steptoe,steptoe,2,2,0,0,0.04,0.4771,0.02,0.4771 stereopticon,stereopticon,2,2,2,2,0.04,0.4771,0.02,0.4771 stereotyping,stereotyping,2,2,2,2,0.04,0.4771,0.02,0.4771 sterilisation,sterilisation,2,2,1,1,0.04,0.4771,0.02,0.4771 sterilised,sterilised,2,2,2,2,0.04,0.4771,0.02,0.4771 sterilizer,sterilizer,2,2,2,2,0.04,0.4771,0.02,0.4771 sterilizes,sterilizes,3,2,3,2,0.06,0.6021,0.02,0.4771 sternocleidomastoid,sternocleidomastoid,2,2,2,2,0.04,0.4771,0.02,0.4771 stethoscopes,stethoscopes,2,2,1,1,0.04,0.4771,0.02,0.4771 stevedore,stevedore,2,2,2,2,0.04,0.4771,0.02,0.4771 stewardship,stewardship,2,2,2,2,0.04,0.4771,0.02,0.4771 sticked,sticked,2,2,2,2,0.04,0.4771,0.02,0.4771 stickier,stickier,2,2,2,2,0.04,0.4771,0.02,0.4771 stickiness,stickiness,3,2,3,2,0.06,0.6021,0.02,0.4771 stickman,stickman,2,2,2,2,0.04,0.4771,0.02,0.4771 stickum,stickum,4,2,4,2,0.08,0.6990,0.02,0.4771 stiffeners,stiffeners,4,2,4,2,0.08,0.6990,0.02,0.4771 stiffest,stiffest,2,2,2,2,0.04,0.4771,0.02,0.4771 stiffing,stiffing,3,2,3,2,0.06,0.6021,0.02,0.4771 stiffly,stiffly,2,2,2,2,0.04,0.4771,0.02,0.4771 Stiflers,stiflers,3,2,0,0,0.06,0.6021,0.02,0.4771 stillbirths,stillbirths,4,2,4,2,0.08,0.6990,0.02,0.4771 stilt,stilt,2,2,1,1,0.04,0.4771,0.02,0.4771 Stilton,stilton,2,2,0,0,0.04,0.4771,0.02,0.4771 stim,stim,3,2,2,2,0.06,0.6021,0.02,0.4771 Stine,stine,2,2,0,0,0.04,0.4771,0.02,0.4771 stinginess,stinginess,3,2,3,2,0.06,0.6021,0.02,0.4771 stinkbug,stinkbug,2,2,2,2,0.04,0.4771,0.02,0.4771 stinkiest,stinkiest,3,2,3,2,0.06,0.6021,0.02,0.4771 stinkpot,stinkpot,2,2,2,2,0.04,0.4771,0.02,0.4771 stinting,stinting,2,2,2,2,0.04,0.4771,0.02,0.4771 stints,stints,2,2,2,2,0.04,0.4771,0.02,0.4771 stockades,stockades,2,2,2,2,0.04,0.4771,0.02,0.4771 stocker,stocker,2,2,1,1,0.04,0.4771,0.02,0.4771 stockpiled,stockpiled,2,2,2,2,0.04,0.4771,0.02,0.4771 stoics,stoics,3,2,2,1,0.06,0.6021,0.02,0.4771 stoles,stoles,2,2,2,2,0.04,0.4771,0.02,0.4771 stolid,stolid,2,2,2,2,0.04,0.4771,0.02,0.4771 stomper,stomper,11,2,7,2,0.22,1.0792,0.02,0.4771 stonemason,stonemason,5,2,3,2,0.10,0.7782,0.02,0.4771 stoneware,stoneware,2,2,2,2,0.04,0.4771,0.02,0.4771 stonewashed,stonewashed,2,2,1,1,0.04,0.4771,0.02,0.4771 stoped,stoped,2,2,2,2,0.04,0.4771,0.02,0.4771 stopovers,stopovers,2,2,2,2,0.04,0.4771,0.02,0.4771 stoppered,stoppered,2,2,2,2,0.04,0.4771,0.02,0.4771 stopwatches,stopwatches,2,2,2,2,0.04,0.4771,0.02,0.4771 Stosh,stosh,17,2,0,0,0.33,1.2553,0.02,0.4771 stoutly,stoutly,2,2,2,2,0.04,0.4771,0.02,0.4771 stoved,stoved,2,2,2,2,0.04,0.4771,0.02,0.4771 stowing,stowing,2,2,2,2,0.04,0.4771,0.02,0.4771 Strack,strack,5,2,0,0,0.10,0.7782,0.02,0.4771 Strad,strad,2,2,0,0,0.04,0.4771,0.02,0.4771 straddles,straddles,2,2,2,2,0.04,0.4771,0.02,0.4771 strafes,strafes,2,2,2,2,0.04,0.4771,0.02,0.4771 straggled,straggled,2,2,2,2,0.04,0.4771,0.02,0.4771 straggly,straggly,3,2,3,2,0.06,0.6021,0.02,0.4771 straightedge,straightedge,2,2,1,1,0.04,0.4771,0.02,0.4771 straightjackets,straightjackets,2,2,1,1,0.04,0.4771,0.02,0.4771 stranding,stranding,2,2,2,2,0.04,0.4771,0.02,0.4771 stranglings,stranglings,7,2,6,1,0.14,0.9031,0.02,0.4771 stratagems,stratagems,2,2,2,2,0.04,0.4771,0.02,0.4771 stratospheric,stratospheric,2,2,1,1,0.04,0.4771,0.02,0.4771 stratum,stratum,2,2,2,2,0.04,0.4771,0.02,0.4771 streamer,streamer,2,2,1,1,0.04,0.4771,0.02,0.4771 streetlamp,streetlamp,2,2,2,2,0.04,0.4771,0.02,0.4771 Strelitz,strelitz,5,2,0,0,0.10,0.7782,0.02,0.4771 Streptococcus,streptococcus,2,2,0,0,0.04,0.4771,0.02,0.4771 strew,strew,2,2,2,2,0.04,0.4771,0.02,0.4771 strewed,strewed,2,2,2,2,0.04,0.4771,0.02,0.4771 striation,striation,2,2,2,2,0.04,0.4771,0.02,0.4771 strident,strident,2,2,2,2,0.04,0.4771,0.02,0.4771 stringency,stringency,2,2,2,2,0.04,0.4771,0.02,0.4771 strived,strived,2,2,2,2,0.04,0.4771,0.02,0.4771 strongpoint,strongpoint,2,2,2,2,0.04,0.4771,0.02,0.4771 strutted,strutted,2,2,2,2,0.04,0.4771,0.02,0.4771 strutters,strutters,2,2,2,2,0.04,0.4771,0.02,0.4771 stubbly,stubbly,2,2,2,2,0.04,0.4771,0.02,0.4771 stuccoing,stuccoing,2,2,2,2,0.04,0.4771,0.02,0.4771 stuffier,stuffier,2,2,2,2,0.04,0.4771,0.02,0.4771 stumper,stumper,2,2,2,2,0.04,0.4771,0.02,0.4771 stumping,stumping,2,2,2,2,0.04,0.4771,0.02,0.4771 stupefied,stupefied,2,2,2,2,0.04,0.4771,0.02,0.4771 sturdiest,sturdiest,2,2,2,2,0.04,0.4771,0.02,0.4771 stutterers,stutterers,2,2,2,2,0.04,0.4771,0.02,0.4771 stylet,stylet,2,2,2,2,0.04,0.4771,0.02,0.4771 stylised,stylised,2,2,2,2,0.04,0.4771,0.02,0.4771 stylo,stylo,2,2,2,2,0.04,0.4771,0.02,0.4771 Suba,suba,2,2,0,0,0.04,0.4771,0.02,0.4771 subcategories,subcategories,2,2,2,2,0.04,0.4771,0.02,0.4771 subcontinent,subcontinent,2,2,2,2,0.04,0.4771,0.02,0.4771 subcontractor,subcontractor,2,2,2,2,0.04,0.4771,0.02,0.4771 subdeltoid,subdeltoid,3,2,2,2,0.06,0.6021,0.02,0.4771 Subdirectories,subdirectories,2,2,0,0,0.04,0.4771,0.02,0.4771 subdivisions,subdivisions,2,2,2,2,0.04,0.4771,0.02,0.4771 subduing,subduing,2,2,2,2,0.04,0.4771,0.02,0.4771 Subedit,subedit,3,2,1,1,0.06,0.6021,0.02,0.4771 Subfix,subfix,2,2,0,0,0.04,0.4771,0.02,0.4771 subjection,subjection,2,2,2,2,0.04,0.4771,0.02,0.4771 sublease,sublease,2,2,2,2,0.04,0.4771,0.02,0.4771 subliterate,subliterate,2,2,2,2,0.04,0.4771,0.02,0.4771 submandibular,submandibular,2,2,2,2,0.04,0.4771,0.02,0.4771 submariners,submariners,3,2,3,2,0.06,0.6021,0.02,0.4771 submerges,submerges,2,2,2,2,0.04,0.4771,0.02,0.4771 subnormal,subnormal,2,2,2,2,0.04,0.4771,0.02,0.4771 subornation,subornation,2,2,2,2,0.04,0.4771,0.02,0.4771 suborned,suborned,2,2,2,2,0.04,0.4771,0.02,0.4771 subsections,subsections,2,2,2,2,0.04,0.4771,0.02,0.4771 subsistence,subsistence,3,2,3,2,0.06,0.6021,0.02,0.4771 substernal,substernal,2,2,2,2,0.04,0.4771,0.02,0.4771 substrata,substrata,2,2,2,2,0.04,0.4771,0.02,0.4771 substrate,substrate,2,2,2,2,0.04,0.4771,0.02,0.4771 subsumed,subsumed,2,2,2,2,0.04,0.4771,0.02,0.4771 subtlest,subtlest,2,2,2,2,0.04,0.4771,0.02,0.4771 subtotal,subtotal,2,2,2,2,0.04,0.4771,0.02,0.4771 successors,successors,2,2,2,2,0.04,0.4771,0.02,0.4771 succincter,succincter,2,2,2,2,0.04,0.4771,0.02,0.4771 succulents,succulents,2,2,2,2,0.04,0.4771,0.02,0.4771 suckerfish,suckerfish,2,2,2,2,0.04,0.4771,0.02,0.4771 suckles,suckles,4,2,3,1,0.08,0.6990,0.02,0.4771 sudser,sudser,2,2,2,2,0.04,0.4771,0.02,0.4771 suff,suff,2,2,1,1,0.04,0.4771,0.02,0.4771 suffix,suffix,2,2,2,2,0.04,0.4771,0.02,0.4771 Sufi,sufi,4,2,0,0,0.08,0.6990,0.02,0.4771 suggestibility,suggestibility,2,2,2,2,0.04,0.4771,0.02,0.4771 suggestively,suggestively,2,2,2,2,0.04,0.4771,0.02,0.4771 Sugi,sugi,3,2,0,0,0.06,0.6021,0.02,0.4771 sulfanilamide,sulfanilamide,2,2,2,2,0.04,0.4771,0.02,0.4771 sulfuryl,sulfuryl,5,2,5,2,0.10,0.7782,0.02,0.4771 Sull,sull,2,2,0,0,0.04,0.4771,0.02,0.4771 sullying,sullying,2,2,2,2,0.04,0.4771,0.02,0.4771 summarising,summarising,2,2,2,2,0.04,0.4771,0.02,0.4771 Summoner,summoner,2,2,0,0,0.04,0.4771,0.02,0.4771 sunbathes,sunbathes,2,2,2,2,0.04,0.4771,0.02,0.4771 sunbaths,sunbaths,2,2,2,2,0.04,0.4771,0.02,0.4771 sunbird,sunbird,2,2,1,1,0.04,0.4771,0.02,0.4771 sunburns,sunburns,2,2,1,1,0.04,0.4771,0.02,0.4771 sunder,sunder,2,2,2,2,0.04,0.4771,0.02,0.4771 sundowner,sundowner,2,2,1,1,0.04,0.4771,0.02,0.4771 Sunni,sunni,2,2,0,0,0.04,0.4771,0.02,0.4771 sunray,sunray,5,2,4,1,0.10,0.7782,0.02,0.4771 Superchargers,superchargers,3,2,1,1,0.06,0.6021,0.02,0.4771 supercritical,supercritical,2,2,2,2,0.04,0.4771,0.02,0.4771 superduper,superduper,6,2,6,2,0.12,0.8451,0.02,0.4771 superfluously,superfluously,2,2,1,1,0.04,0.4771,0.02,0.4771 superheating,superheating,2,2,2,2,0.04,0.4771,0.02,0.4771 superimposed,superimposed,2,2,2,2,0.04,0.4771,0.02,0.4771 superimposing,superimposing,2,2,1,1,0.04,0.4771,0.02,0.4771 superimposition,superimposition,2,2,2,2,0.04,0.4771,0.02,0.4771 superoxide,superoxide,2,2,2,2,0.04,0.4771,0.02,0.4771 supersensitive,supersensitive,2,2,1,1,0.04,0.4771,0.02,0.4771 supervening,supervening,2,2,2,2,0.04,0.4771,0.02,0.4771 supplemented,supplemented,2,2,2,2,0.04,0.4771,0.02,0.4771 supportable,supportable,2,2,2,2,0.04,0.4771,0.02,0.4771 supraorbital,supraorbital,2,2,2,2,0.04,0.4771,0.02,0.4771 supraventricular,supraventricular,2,2,1,1,0.04,0.4771,0.02,0.4771 supressed,supressed,2,2,1,1,0.04,0.4771,0.02,0.4771 surfactant,surfactant,3,2,2,1,0.06,0.6021,0.02,0.4771 surfeiting,surfeiting,2,2,2,2,0.04,0.4771,0.02,0.4771 Surfrider,surfrider,4,2,0,0,0.08,0.6990,0.02,0.4771 surg,surg,2,2,2,2,0.04,0.4771,0.02,0.4771 surliness,surliness,2,2,2,2,0.04,0.4771,0.02,0.4771 surtout,surtout,2,2,2,2,0.04,0.4771,0.02,0.4771 survivable,survivable,2,2,2,2,0.04,0.4771,0.02,0.4771 survivalists,survivalists,2,2,1,1,0.04,0.4771,0.02,0.4771 survivals,survivals,2,2,1,1,0.04,0.4771,0.02,0.4771 suspender,suspender,2,2,1,1,0.04,0.4771,0.02,0.4771 suspicioned,suspicioned,2,2,2,2,0.04,0.4771,0.02,0.4771 sustainability,sustainability,3,2,3,2,0.06,0.6021,0.02,0.4771 sustainer,sustainer,2,2,1,1,0.04,0.4771,0.02,0.4771 Susu,susu,5,2,0,0,0.10,0.7782,0.02,0.4771 sutras,sutras,2,2,2,2,0.04,0.4771,0.02,0.4771 swabbie,swabbie,4,2,4,2,0.08,0.6990,0.02,0.4771 swacked,swacked,3,2,3,2,0.06,0.6021,0.02,0.4771 swaddled,swaddled,2,2,2,2,0.04,0.4771,0.02,0.4771 swags,swags,2,2,1,1,0.04,0.4771,0.02,0.4771 Swanny,swanny,23,2,0,0,0.45,1.3802,0.02,0.4771 swastikas,swastikas,3,2,2,1,0.06,0.6021,0.02,0.4771 sweatiest,sweatiest,3,2,3,2,0.06,0.6021,0.02,0.4771 sweetens,sweetens,2,2,2,2,0.04,0.4771,0.02,0.4771 sweetmeats,sweetmeats,2,2,2,2,0.04,0.4771,0.02,0.4771 swelter,swelter,2,2,2,2,0.04,0.4771,0.02,0.4771 swifter,swifter,3,2,2,2,0.06,0.6021,0.02,0.4771 swiggers,swiggers,2,2,2,2,0.04,0.4771,0.02,0.4771 swimmy,swimmy,12,2,11,2,0.24,1.1139,0.02,0.4771 swindles,swindles,2,2,2,2,0.04,0.4771,0.02,0.4771 swiper,swiper,2,2,2,2,0.04,0.4771,0.02,0.4771 swished,swished,2,2,2,2,0.04,0.4771,0.02,0.4771 Swisher,swisher,3,2,1,1,0.06,0.6021,0.02,0.4771 swishy,swishy,2,2,2,2,0.04,0.4771,0.02,0.4771 switchback,switchback,2,2,1,1,0.04,0.4771,0.02,0.4771 swiveled,swiveled,2,2,2,2,0.04,0.4771,0.02,0.4771 Swizz,swizz,2,2,0,0,0.04,0.4771,0.02,0.4771 sycophantic,sycophantic,2,2,2,2,0.04,0.4771,0.02,0.4771 symbolise,symbolise,2,2,2,2,0.04,0.4771,0.02,0.4771 symbology,symbology,2,2,2,2,0.04,0.4771,0.02,0.4771 sympathisers,sympathisers,2,2,2,2,0.04,0.4771,0.02,0.4771 sympathising,sympathising,2,2,2,2,0.04,0.4771,0.02,0.4771 sympathized,sympathized,2,2,2,2,0.04,0.4771,0.02,0.4771 sympathomimetic,sympathomimetic,3,2,3,2,0.06,0.6021,0.02,0.4771 synchronising,synchronising,2,2,1,1,0.04,0.4771,0.02,0.4771 synchronizing,synchronizing,2,2,2,2,0.04,0.4771,0.02,0.4771 synchs,synchs,2,2,2,2,0.04,0.4771,0.02,0.4771 syncopation,syncopation,2,2,2,2,0.04,0.4771,0.02,0.4771 synergistic,synergistic,2,2,2,2,0.04,0.4771,0.02,0.4771 synoptic,synoptic,2,2,1,1,0.04,0.4771,0.02,0.4771 synovitis,synovitis,2,2,2,2,0.04,0.4771,0.02,0.4771 synthesiser,synthesiser,2,2,2,2,0.04,0.4771,0.02,0.4771 synthetically,synthetically,2,2,2,2,0.04,0.4771,0.02,0.4771 syrupy,syrupy,2,2,1,1,0.04,0.4771,0.02,0.4771 systematics,systematics,4,2,3,1,0.08,0.6990,0.02,0.4771 systematized,systematized,2,2,2,2,0.04,0.4771,0.02,0.4771 systemized,systemized,2,2,2,2,0.04,0.4771,0.02,0.4771 Tabac,tabac,3,2,1,1,0.06,0.6021,0.02,0.4771 tabbies,tabbies,2,2,2,2,0.04,0.4771,0.02,0.4771 Taber,taber,21,2,0,0,0.41,1.3424,0.02,0.4771 tabletops,tabletops,3,2,3,2,0.06,0.6021,0.02,0.4771 tableware,tableware,2,2,2,2,0.04,0.4771,0.02,0.4771 tabulations,tabulations,2,2,1,1,0.04,0.4771,0.02,0.4771 tache,tache,2,2,1,1,0.04,0.4771,0.02,0.4771 tachometer,tachometer,3,2,3,2,0.06,0.6021,0.02,0.4771 tackiest,tackiest,2,2,2,2,0.04,0.4771,0.02,0.4771 tacking,tacking,2,2,2,2,0.04,0.4771,0.02,0.4771 taenia,taenia,5,2,4,2,0.10,0.7782,0.02,0.4771 tagliarini,tagliarini,2,2,2,2,0.04,0.4771,0.02,0.4771 tagliatelle,tagliatelle,2,2,2,2,0.04,0.4771,0.02,0.4771 Tahitians,tahitians,2,2,0,0,0.04,0.4771,0.02,0.4771 tailcoats,tailcoats,2,2,2,2,0.04,0.4771,0.02,0.4771 tailgaters,tailgaters,2,2,2,2,0.04,0.4771,0.02,0.4771 taints,taints,2,2,2,2,0.04,0.4771,0.02,0.4771 taked,taked,2,2,2,2,0.04,0.4771,0.02,0.4771 tallish,tallish,2,2,1,1,0.04,0.4771,0.02,0.4771 tallying,tallying,2,2,2,2,0.04,0.4771,0.02,0.4771 tamarind,tamarind,3,2,3,2,0.06,0.6021,0.02,0.4771 Tambo,tambo,3,2,0,0,0.06,0.6021,0.02,0.4771 tames,tames,2,2,2,2,0.04,0.4771,0.02,0.4771 tamperproof,tamperproof,2,2,2,2,0.04,0.4771,0.02,0.4771 tamping,tamping,2,2,2,2,0.04,0.4771,0.02,0.4771 Tams,tams,3,2,1,1,0.06,0.6021,0.02,0.4771 tanager,tanager,5,2,5,2,0.10,0.7782,0.02,0.4771 tangelo,tangelo,2,2,2,2,0.04,0.4771,0.02,0.4771 tangential,tangential,2,2,2,2,0.04,0.4771,0.02,0.4771 tangoed,tangoed,2,2,2,2,0.04,0.4771,0.02,0.4771 Tangs,tangs,5,2,1,1,0.10,0.7782,0.02,0.4771 Tanka,tanka,13,2,0,0,0.25,1.1461,0.02,0.4771 tantalized,tantalized,2,2,1,1,0.04,0.4771,0.02,0.4771 tantalizer,tantalizer,2,2,2,2,0.04,0.4771,0.02,0.4771 tanzanian,tanzanian,2,2,2,2,0.04,0.4771,0.02,0.4771 tapeworms,tapeworms,2,2,2,2,0.04,0.4771,0.02,0.4771 tapper,tapper,2,2,2,2,0.04,0.4771,0.02,0.4771 tappings,tappings,2,2,2,2,0.04,0.4771,0.02,0.4771 tapu,tapu,2,2,2,2,0.04,0.4771,0.02,0.4771 tardies,tardies,3,2,3,2,0.06,0.6021,0.02,0.4771 tardily,tardily,2,2,2,2,0.04,0.4771,0.02,0.4771 Tarr,tarr,2,2,0,0,0.04,0.4771,0.02,0.4771 tarried,tarried,2,2,2,2,0.04,0.4771,0.02,0.4771 Tarsus,tarsus,6,2,0,0,0.12,0.8451,0.02,0.4771 tartrazine,tartrazine,2,2,2,2,0.04,0.4771,0.02,0.4771 Tash,tash,7,2,0,0,0.14,0.9031,0.02,0.4771 Tasker,tasker,15,2,1,1,0.29,1.2041,0.02,0.4771 Tass,tass,2,2,0,0,0.04,0.4771,0.02,0.4771 Tassie,tassie,2,2,0,0,0.04,0.4771,0.02,0.4771 tastelessness,tastelessness,2,2,2,2,0.04,0.4771,0.02,0.4771 tastiest,tastiest,2,2,2,2,0.04,0.4771,0.02,0.4771 tattletales,tattletales,2,2,1,1,0.04,0.4771,0.02,0.4771 Tatu,tatu,2,2,0,0,0.04,0.4771,0.02,0.4771 tautness,tautness,2,2,2,2,0.04,0.4771,0.02,0.4771 tautology,tautology,2,2,2,2,0.04,0.4771,0.02,0.4771 taverna,taverna,2,2,2,2,0.04,0.4771,0.02,0.4771 taxmen,taxmen,2,2,2,2,0.04,0.4771,0.02,0.4771 Teabag,teabag,2,2,0,0,0.04,0.4771,0.02,0.4771 teachable,teachable,2,2,2,2,0.04,0.4771,0.02,0.4771 teapots,teapots,5,2,3,2,0.10,0.7782,0.02,0.4771 teared,teared,2,2,1,1,0.04,0.4771,0.02,0.4771 tearjerkers,tearjerkers,2,2,2,2,0.04,0.4771,0.02,0.4771 Tec,tec,17,2,3,1,0.33,1.2553,0.02,0.4771 Teched,teched,3,2,1,1,0.06,0.6021,0.02,0.4771 technic,technic,2,2,2,2,0.04,0.4771,0.02,0.4771 technocracy,technocracy,3,2,3,2,0.06,0.6021,0.02,0.4771 technologists,technologists,2,2,2,2,0.04,0.4771,0.02,0.4771 Tedder,tedder,2,2,0,0,0.04,0.4771,0.02,0.4771 Tedeschi,tedeschi,2,2,0,0,0.04,0.4771,0.02,0.4771 tediousness,tediousness,2,2,2,2,0.04,0.4771,0.02,0.4771 teems,teems,2,2,2,2,0.04,0.4771,0.02,0.4771 Teenie,teenie,4,2,1,1,0.08,0.6990,0.02,0.4771 teensiest,teensiest,2,2,2,2,0.04,0.4771,0.02,0.4771 teenybopper,teenybopper,2,2,2,2,0.04,0.4771,0.02,0.4771 Teet,teet,4,2,1,1,0.08,0.6990,0.02,0.4771 teetotalers,teetotalers,2,2,1,1,0.04,0.4771,0.02,0.4771 telegrapher,telegrapher,3,2,3,2,0.06,0.6021,0.02,0.4771 teleph,teleph,2,2,2,2,0.04,0.4771,0.02,0.4771 teleporting,teleporting,2,2,1,1,0.04,0.4771,0.02,0.4771 Televiewer,televiewer,3,2,1,1,0.06,0.6021,0.02,0.4771 temped,temped,3,2,3,2,0.06,0.6021,0.02,0.4771 temperamentally,temperamentally,2,2,2,2,0.04,0.4771,0.02,0.4771 tempering,tempering,2,2,2,2,0.04,0.4771,0.02,0.4771 templates,templates,15,2,15,2,0.29,1.2041,0.02,0.4771 templum,templum,2,2,2,2,0.04,0.4771,0.02,0.4771 tempos,tempos,2,2,1,1,0.04,0.4771,0.02,0.4771 tenaciously,tenaciously,2,2,2,2,0.04,0.4771,0.02,0.4771 tenancy,tenancy,2,2,2,2,0.04,0.4771,0.02,0.4771 tenderizing,tenderizing,3,2,3,2,0.06,0.6021,0.02,0.4771 tendonitis,tendonitis,2,2,1,1,0.04,0.4771,0.02,0.4771 tendril,tendril,2,2,1,1,0.04,0.4771,0.02,0.4771 tenon,tenon,3,2,3,2,0.06,0.6021,0.02,0.4771 Tensor,tensor,4,2,1,1,0.08,0.6990,0.02,0.4771 tenterhooks,tenterhooks,2,2,2,2,0.04,0.4771,0.02,0.4771 tenuously,tenuously,2,2,2,2,0.04,0.4771,0.02,0.4771 tepees,tepees,2,2,2,2,0.04,0.4771,0.02,0.4771 Tercel,tercel,2,2,0,0,0.04,0.4771,0.02,0.4771 Terek,terek,12,2,0,0,0.24,1.1139,0.02,0.4771 terminations,terminations,2,2,2,2,0.04,0.4771,0.02,0.4771 terming,terming,2,2,2,2,0.04,0.4771,0.02,0.4771 Terrapin,terrapin,8,2,0,0,0.16,0.9542,0.02,0.4771 terrariums,terrariums,2,2,2,2,0.04,0.4771,0.02,0.4771 terrazzo,terrazzo,2,2,2,2,0.04,0.4771,0.02,0.4771 Terriers,terriers,4,2,1,1,0.08,0.6990,0.02,0.4771 terrifical,terrifical,2,2,2,2,0.04,0.4771,0.02,0.4771 terrine,terrine,5,2,4,2,0.10,0.7782,0.02,0.4771 terrorise,terrorise,2,2,2,2,0.04,0.4771,0.02,0.4771 terroristic,terroristic,2,2,2,2,0.04,0.4771,0.02,0.4771 terseness,terseness,2,2,2,2,0.04,0.4771,0.02,0.4771 tessera,tessera,2,2,1,1,0.04,0.4771,0.02,0.4771 testator,testator,2,2,2,2,0.04,0.4771,0.02,0.4771 Tete,tete,28,2,1,1,0.55,1.4624,0.02,0.4771 Tetra,tetra,3,2,0,0,0.06,0.6021,0.02,0.4771 tetras,tetras,2,2,1,1,0.04,0.4771,0.02,0.4771 thalidomide,thalidomide,2,2,1,1,0.04,0.4771,0.02,0.4771 thallium,thallium,8,2,7,2,0.16,0.9542,0.02,0.4771 thane,thane,36,2,20,2,0.71,1.5682,0.02,0.4771 thanes,thanes,5,2,5,2,0.10,0.7782,0.02,0.4771 Thankee,thankee,2,2,0,0,0.04,0.4771,0.02,0.4771 Thatll,thatll,4,2,0,0,0.08,0.6990,0.02,0.4771 theatergoer,theatergoer,2,2,2,2,0.04,0.4771,0.02,0.4771 theatrically,theatrically,2,2,2,2,0.04,0.4771,0.02,0.4771 thematically,thematically,2,2,2,2,0.04,0.4771,0.02,0.4771 theocracy,theocracy,2,2,2,2,0.04,0.4771,0.02,0.4771 theorise,theorise,3,2,3,2,0.06,0.6021,0.02,0.4771 Theosophy,theosophy,3,2,0,0,0.06,0.6021,0.02,0.4771 therapeutically,therapeutically,2,2,2,2,0.04,0.4771,0.02,0.4771 thereabout,thereabout,3,2,3,2,0.06,0.6021,0.02,0.4771 Theremin,theremin,3,2,1,1,0.06,0.6021,0.02,0.4771 therewith,therewith,2,2,2,2,0.04,0.4771,0.02,0.4771 thermodynamic,thermodynamic,2,2,1,1,0.04,0.4771,0.02,0.4771 thermoplastic,thermoplastic,2,2,2,2,0.04,0.4771,0.02,0.4771 thickener,thickener,2,2,2,2,0.04,0.4771,0.02,0.4771 thickly,thickly,4,2,4,2,0.08,0.6990,0.02,0.4771 thicko,thicko,2,2,1,1,0.04,0.4771,0.02,0.4771 thicky,thicky,2,2,1,1,0.04,0.4771,0.02,0.4771 thighbone,thighbone,2,2,2,2,0.04,0.4771,0.02,0.4771 thingumajig,thingumajig,2,2,2,2,0.04,0.4771,0.02,0.4771 thirstier,thirstier,2,2,2,2,0.04,0.4771,0.02,0.4771 thirsts,thirsts,2,2,2,2,0.04,0.4771,0.02,0.4771 thoracentesis,thoracentesis,2,2,2,2,0.04,0.4771,0.02,0.4771 thoracostomy,thoracostomy,3,2,3,2,0.06,0.6021,0.02,0.4771 thoracotomies,thoracotomies,2,2,2,2,0.04,0.4771,0.02,0.4771 Thornbush,thornbush,4,2,1,1,0.08,0.6990,0.02,0.4771 thoroughfares,thoroughfares,2,2,2,2,0.04,0.4771,0.02,0.4771 Thracian,thracian,4,2,0,0,0.08,0.6990,0.02,0.4771 thresh,thresh,2,2,2,2,0.04,0.4771,0.02,0.4771 thrillingly,thrillingly,2,2,2,2,0.04,0.4771,0.02,0.4771 throu,throu,2,2,2,2,0.04,0.4771,0.02,0.4771 Thuggees,thuggees,3,2,0,0,0.06,0.6021,0.02,0.4771 thuggery,thuggery,2,2,2,2,0.04,0.4771,0.02,0.4771 thuggish,thuggish,2,2,2,2,0.04,0.4771,0.02,0.4771 thumbhole,thumbhole,2,2,2,2,0.04,0.4771,0.02,0.4771 thumbless,thumbless,2,2,2,2,0.04,0.4771,0.02,0.4771 thumbnails,thumbnails,2,2,2,2,0.04,0.4771,0.02,0.4771 Thunderball,thunderball,30,2,0,0,0.59,1.4914,0.02,0.4771 thunderheads,thunderheads,2,2,2,2,0.04,0.4771,0.02,0.4771 thunderously,thunderously,3,2,3,2,0.06,0.6021,0.02,0.4771 thundershower,thundershower,2,2,2,2,0.04,0.4771,0.02,0.4771 thunderstruck,thunderstruck,2,2,2,2,0.04,0.4771,0.02,0.4771 thwack,thwack,2,2,2,2,0.04,0.4771,0.02,0.4771 thymectomy,thymectomy,3,2,3,2,0.06,0.6021,0.02,0.4771 thymus,thymus,3,2,3,2,0.06,0.6021,0.02,0.4771 ticketing,ticketing,2,2,2,2,0.04,0.4771,0.02,0.4771 tickly,tickly,2,2,1,1,0.04,0.4771,0.02,0.4771 Ticky,ticky,14,2,1,1,0.27,1.1761,0.02,0.4771 Tidewater,tidewater,9,2,1,1,0.18,1.0000,0.02,0.4771 tidiness,tidiness,2,2,2,2,0.04,0.4771,0.02,0.4771 tightfisted,tightfisted,3,2,3,2,0.06,0.6021,0.02,0.4771 tightlipped,tightlipped,2,2,2,2,0.04,0.4771,0.02,0.4771 tightropes,tightropes,2,2,1,1,0.04,0.4771,0.02,0.4771 tikes,tikes,2,2,2,2,0.04,0.4771,0.02,0.4771 tikka,tikka,2,2,2,2,0.04,0.4771,0.02,0.4771 Tilbury,tilbury,2,2,0,0,0.04,0.4771,0.02,0.4771 tiled,tiled,2,2,2,2,0.04,0.4771,0.02,0.4771 tiler,tiler,4,2,4,2,0.08,0.6990,0.02,0.4771 tilter,tilter,2,2,2,2,0.04,0.4771,0.02,0.4771 Timbo,timbo,5,2,0,0,0.10,0.7782,0.02,0.4771 timelessness,timelessness,2,2,2,2,0.04,0.4771,0.02,0.4771 timidly,timidly,2,2,1,1,0.04,0.4771,0.02,0.4771 Timon,timon,65,2,0,0,1.27,1.8195,0.02,0.4771 tinder,tinder,3,2,3,2,0.06,0.6021,0.02,0.4771 tinderbox,tinderbox,2,2,2,2,0.04,0.4771,0.02,0.4771 tinhorns,tinhorns,2,2,2,2,0.04,0.4771,0.02,0.4771 tinkled,tinkled,2,2,2,2,0.04,0.4771,0.02,0.4771 tinny,tinny,2,2,2,2,0.04,0.4771,0.02,0.4771 tipoff,tipoff,3,2,3,2,0.06,0.6021,0.02,0.4771 tiredness,tiredness,2,2,2,2,0.04,0.4771,0.02,0.4771 tiro,tiro,2,2,2,2,0.04,0.4771,0.02,0.4771 tithes,tithes,2,2,2,2,0.04,0.4771,0.02,0.4771 tithing,tithing,2,2,2,2,0.04,0.4771,0.02,0.4771 Titi,titi,2,2,0,0,0.04,0.4771,0.02,0.4771 titleholders,titleholders,2,2,2,2,0.04,0.4771,0.02,0.4771 tittering,tittering,2,2,2,2,0.04,0.4771,0.02,0.4771 titters,titters,2,2,1,1,0.04,0.4771,0.02,0.4771 Tiu,tiu,22,2,0,0,0.43,1.3617,0.02,0.4771 tln,tln,2,2,1,1,0.04,0.4771,0.02,0.4771 tn,tn,2,2,1,1,0.04,0.4771,0.02,0.4771 tng,tng,2,2,1,1,0.04,0.4771,0.02,0.4771 toadies,toadies,3,2,3,2,0.06,0.6021,0.02,0.4771 toasties,toasties,2,2,1,1,0.04,0.4771,0.02,0.4771 toboggans,toboggans,2,2,1,1,0.04,0.4771,0.02,0.4771 toccata,toccata,2,2,2,2,0.04,0.4771,0.02,0.4771 toeing,toeing,2,2,2,2,0.04,0.4771,0.02,0.4771 Toffy,toffy,2,2,0,0,0.04,0.4771,0.02,0.4771 toiletry,toiletry,3,2,3,2,0.06,0.6021,0.02,0.4771 toilettes,toilettes,2,2,2,2,0.04,0.4771,0.02,0.4771 toking,toking,2,2,2,2,0.04,0.4771,0.02,0.4771 tole,tole,2,2,1,1,0.04,0.4771,0.02,0.4771 tolerantly,tolerantly,2,2,2,2,0.04,0.4771,0.02,0.4771 tollgate,tollgate,2,2,2,2,0.04,0.4771,0.02,0.4771 tollhouse,tollhouse,2,2,1,1,0.04,0.4771,0.02,0.4771 Toltec,toltec,2,2,0,0,0.04,0.4771,0.02,0.4771 toluene,toluene,4,2,3,2,0.08,0.6990,0.02,0.4771 tomography,tomography,2,2,1,1,0.04,0.4771,0.02,0.4771 tonality,tonality,2,2,2,2,0.04,0.4771,0.02,0.4771 tonights,tonights,3,2,3,2,0.06,0.6021,0.02,0.4771 tonite,tonite,4,2,4,2,0.08,0.6990,0.02,0.4771 Tonk,tonk,2,2,0,0,0.04,0.4771,0.02,0.4771 tonne,tonne,2,2,2,2,0.04,0.4771,0.02,0.4771 tonnes,tonnes,4,2,4,2,0.08,0.6990,0.02,0.4771 tonsorial,tonsorial,2,2,1,1,0.04,0.4771,0.02,0.4771 tonsure,tonsure,2,2,2,2,0.04,0.4771,0.02,0.4771 tooted,tooted,2,2,2,2,0.04,0.4771,0.02,0.4771 tooter,tooter,2,2,2,2,0.04,0.4771,0.02,0.4771 toothier,toothier,2,2,2,2,0.04,0.4771,0.02,0.4771 toothsome,toothsome,2,2,2,2,0.04,0.4771,0.02,0.4771 tootsy,tootsy,3,2,3,2,0.06,0.6021,0.02,0.4771 topman,topman,2,2,2,2,0.04,0.4771,0.02,0.4771 topsiders,topsiders,2,2,1,1,0.04,0.4771,0.02,0.4771 topspin,topspin,2,2,2,2,0.04,0.4771,0.02,0.4771 toque,toque,4,2,2,1,0.08,0.6990,0.02,0.4771 torchy,torchy,2,2,1,1,0.04,0.4771,0.02,0.4771 Toreadors,toreadors,2,2,0,0,0.04,0.4771,0.02,0.4771 torte,torte,2,2,1,1,0.04,0.4771,0.02,0.4771 tortes,tortes,2,2,2,2,0.04,0.4771,0.02,0.4771 torticollis,torticollis,2,2,2,2,0.04,0.4771,0.02,0.4771 totalitarianism,totalitarianism,2,2,2,2,0.04,0.4771,0.02,0.4771 Totten,totten,2,2,0,0,0.04,0.4771,0.02,0.4771 totter,totter,2,2,1,1,0.04,0.4771,0.02,0.4771 totty,totty,2,2,2,2,0.04,0.4771,0.02,0.4771 touchhole,touchhole,4,2,4,2,0.08,0.6990,0.02,0.4771 touchline,touchline,2,2,2,2,0.04,0.4771,0.02,0.4771 toughening,toughening,2,2,1,1,0.04,0.4771,0.02,0.4771 toughens,toughens,2,2,2,2,0.04,0.4771,0.02,0.4771 toughs,toughs,2,2,1,1,0.04,0.4771,0.02,0.4771 toupees,toupees,2,2,2,2,0.04,0.4771,0.02,0.4771 tourniquets,tourniquets,2,2,2,2,0.04,0.4771,0.02,0.4771 tovarich,tovarich,2,2,2,2,0.04,0.4771,0.02,0.4771 Tovarisch,tovarisch,3,2,1,1,0.06,0.6021,0.02,0.4771 toweling,toweling,2,2,2,2,0.04,0.4771,0.02,0.4771 townsman,townsman,3,2,3,2,0.06,0.6021,0.02,0.4771 Toxemia,toxemia,3,2,1,1,0.06,0.6021,0.02,0.4771 toxicological,toxicological,2,2,2,2,0.04,0.4771,0.02,0.4771 toxicologists,toxicologists,2,2,2,2,0.04,0.4771,0.02,0.4771 toxify,toxify,2,2,2,2,0.04,0.4771,0.02,0.4771 Toymaker,toymaker,45,2,1,1,0.88,1.6628,0.02,0.4771 tracheostomy,tracheostomy,3,2,2,2,0.06,0.6021,0.02,0.4771 tracheotomies,tracheotomies,2,2,2,2,0.04,0.4771,0.02,0.4771 tradecraft,tradecraft,2,2,2,2,0.04,0.4771,0.02,0.4771 trademarked,trademarked,2,2,2,2,0.04,0.4771,0.02,0.4771 tradespeople,tradespeople,2,2,1,1,0.04,0.4771,0.02,0.4771 traditionalism,traditionalism,2,2,2,2,0.04,0.4771,0.02,0.4771 traditionalists,traditionalists,2,2,2,2,0.04,0.4771,0.02,0.4771 traffickers,traffickers,2,2,2,2,0.04,0.4771,0.02,0.4771 tragedian,tragedian,2,2,2,2,0.04,0.4771,0.02,0.4771 Trailblazers,trailblazers,2,2,0,0,0.04,0.4771,0.02,0.4771 trainings,trainings,4,2,4,2,0.08,0.6990,0.02,0.4771 Tramell,tramell,21,2,0,0,0.41,1.3424,0.02,0.4771 trams,trams,7,2,5,2,0.14,0.9031,0.02,0.4771 tramway,tramway,2,2,2,2,0.04,0.4771,0.02,0.4771 trancelike,trancelike,2,2,2,2,0.04,0.4771,0.02,0.4771 tranquillise,tranquillise,2,2,2,2,0.04,0.4771,0.02,0.4771 transacting,transacting,2,2,2,2,0.04,0.4771,0.02,0.4771 transaxle,transaxle,2,2,2,2,0.04,0.4771,0.02,0.4771 transceivers,transceivers,2,2,2,2,0.04,0.4771,0.02,0.4771 transcriptions,transcriptions,2,2,2,2,0.04,0.4771,0.02,0.4771 transfixed,transfixed,2,2,2,2,0.04,0.4771,0.02,0.4771 transfuser,transfuser,2,2,2,2,0.04,0.4771,0.02,0.4771 transgenders,transgenders,2,2,2,2,0.04,0.4771,0.02,0.4771 transgressive,transgressive,2,2,2,2,0.04,0.4771,0.02,0.4771 transistorised,transistorised,2,2,2,2,0.04,0.4771,0.02,0.4771 transited,transited,3,2,3,2,0.06,0.6021,0.02,0.4771 transitioned,transitioned,3,2,2,2,0.06,0.6021,0.02,0.4771 transmittable,transmittable,2,2,2,2,0.04,0.4771,0.02,0.4771 transmogrification,transmogrification,3,2,3,2,0.06,0.6021,0.02,0.4771 transmutations,transmutations,2,2,2,2,0.04,0.4771,0.02,0.4771 transoceanic,transoceanic,2,2,2,2,0.04,0.4771,0.02,0.4771 transorbital,transorbital,2,2,2,2,0.04,0.4771,0.02,0.4771 transparencies,transparencies,2,2,2,2,0.04,0.4771,0.02,0.4771 transpersonal,transpersonal,2,2,2,2,0.04,0.4771,0.02,0.4771 transpiring,transpiring,2,2,2,2,0.04,0.4771,0.02,0.4771 transportable,transportable,2,2,2,2,0.04,0.4771,0.02,0.4771 transthoracic,transthoracic,2,2,2,2,0.04,0.4771,0.02,0.4771 trashcans,trashcans,2,2,2,2,0.04,0.4771,0.02,0.4771 travelogue,travelogue,2,2,2,2,0.04,0.4771,0.02,0.4771 traversed,traversed,2,2,2,2,0.04,0.4771,0.02,0.4771 traverses,traverses,2,2,2,2,0.04,0.4771,0.02,0.4771 trawlers,trawlers,3,2,3,2,0.06,0.6021,0.02,0.4771 treacheries,treacheries,2,2,2,2,0.04,0.4771,0.02,0.4771 treacherously,treacherously,2,2,2,2,0.04,0.4771,0.02,0.4771 treacly,treacly,2,2,2,2,0.04,0.4771,0.02,0.4771 treaded,treaded,2,2,2,2,0.04,0.4771,0.02,0.4771 treater,treater,2,2,2,2,0.04,0.4771,0.02,0.4771 trebled,trebled,6,2,5,2,0.12,0.8451,0.02,0.4771 Trebuchet,trebuchet,10,2,1,1,0.20,1.0414,0.02,0.4771 treeing,treeing,2,2,2,2,0.04,0.4771,0.02,0.4771 treeless,treeless,2,2,2,2,0.04,0.4771,0.02,0.4771 trekked,trekked,2,2,2,2,0.04,0.4771,0.02,0.4771 tremolo,tremolo,2,2,2,2,0.04,0.4771,0.02,0.4771 trenchant,trenchant,2,2,1,1,0.04,0.4771,0.02,0.4771 trenched,trenched,2,2,2,2,0.04,0.4771,0.02,0.4771 Trencher,trencher,5,2,1,1,0.10,0.7782,0.02,0.4771 trendiest,trendiest,2,2,2,2,0.04,0.4771,0.02,0.4771 trendiness,trendiness,2,2,2,2,0.04,0.4771,0.02,0.4771 trending,trending,2,2,2,2,0.04,0.4771,0.02,0.4771 trepanation,trepanation,2,2,2,2,0.04,0.4771,0.02,0.4771 treys,treys,2,2,2,2,0.04,0.4771,0.02,0.4771 trialed,trialed,2,2,2,2,0.04,0.4771,0.02,0.4771 tribulation,tribulation,2,2,2,2,0.04,0.4771,0.02,0.4771 Triceratops,triceratops,2,2,0,0,0.04,0.4771,0.02,0.4771 trichloride,trichloride,3,2,3,2,0.06,0.6021,0.02,0.4771 trichosis,trichosis,2,2,2,2,0.04,0.4771,0.02,0.4771 tricker,tricker,5,2,3,1,0.10,0.7782,0.02,0.4771 trickles,trickles,2,2,2,2,0.04,0.4771,0.02,0.4771 tricksy,tricksy,4,2,2,2,0.08,0.6990,0.02,0.4771 tricuspid,tricuspid,2,2,2,2,0.04,0.4771,0.02,0.4771 Trigram,trigram,2,2,0,0,0.04,0.4771,0.02,0.4771 trinary,trinary,2,2,2,2,0.04,0.4771,0.02,0.4771 trios,trios,2,2,2,2,0.04,0.4771,0.02,0.4771 triphenylmethane,triphenylmethane,2,2,2,2,0.04,0.4771,0.02,0.4771 triplet,triplet,2,2,2,2,0.04,0.4771,0.02,0.4771 Tripods,tripods,3,2,1,1,0.06,0.6021,0.02,0.4771 triptych,triptych,2,2,2,2,0.04,0.4771,0.02,0.4771 trisome,trisome,2,2,2,2,0.04,0.4771,0.02,0.4771 trisomy,trisomy,2,2,2,2,0.04,0.4771,0.02,0.4771 triste,triste,2,2,2,2,0.04,0.4771,0.02,0.4771 Tristram,tristram,2,2,0,0,0.04,0.4771,0.02,0.4771 trivializes,trivializes,2,2,2,2,0.04,0.4771,0.02,0.4771 tromped,tromped,2,2,2,2,0.04,0.4771,0.02,0.4771 trooped,trooped,2,2,2,2,0.04,0.4771,0.02,0.4771 tropes,tropes,2,2,2,2,0.04,0.4771,0.02,0.4771 troths,troths,2,2,2,2,0.04,0.4771,0.02,0.4771 troubleshooting,troubleshooting,2,2,2,2,0.04,0.4771,0.02,0.4771 troupers,troupers,2,2,1,1,0.04,0.4771,0.02,0.4771 troupes,troupes,2,2,2,2,0.04,0.4771,0.02,0.4771 trouts,trouts,2,2,2,2,0.04,0.4771,0.02,0.4771 Trovatore,trovatore,2,2,0,0,0.04,0.4771,0.02,0.4771 trow,trow,2,2,2,2,0.04,0.4771,0.02,0.4771 Truckman,truckman,3,2,0,0,0.06,0.6021,0.02,0.4771 truism,truism,2,2,2,2,0.04,0.4771,0.02,0.4771 trun,trun,2,2,2,2,0.04,0.4771,0.02,0.4771 truncated,truncated,2,2,2,2,0.04,0.4771,0.02,0.4771 truncheons,truncheons,2,2,2,2,0.04,0.4771,0.02,0.4771 trunkless,trunkless,2,2,2,2,0.04,0.4771,0.02,0.4771 Tryptophan,tryptophan,4,2,1,1,0.08,0.6990,0.02,0.4771 trysting,trysting,2,2,2,2,0.04,0.4771,0.02,0.4771 tsp,tsp,3,2,2,2,0.06,0.6021,0.02,0.4771 Tsun,tsun,7,2,0,0,0.14,0.9031,0.02,0.4771 tua,tua,2,2,1,1,0.04,0.4771,0.02,0.4771 tubas,tubas,2,2,1,1,0.04,0.4771,0.02,0.4771 tuberoses,tuberoses,3,2,2,2,0.06,0.6021,0.02,0.4771 tubful,tubful,2,2,2,2,0.04,0.4771,0.02,0.4771 tubules,tubules,2,2,2,2,0.04,0.4771,0.02,0.4771 Tuckahoe,tuckahoe,2,2,0,0,0.04,0.4771,0.02,0.4771 Tufan,tufan,3,2,0,0,0.06,0.6021,0.02,0.4771 tuft,tuft,2,2,2,2,0.04,0.4771,0.02,0.4771 tufted,tufted,2,2,2,2,0.04,0.4771,0.02,0.4771 tugboats,tugboats,2,2,1,1,0.04,0.4771,0.02,0.4771 Tula,tula,4,2,0,0,0.08,0.6990,0.02,0.4771 Tumescent,tumescent,3,2,1,1,0.06,0.6021,0.02,0.4771 tuppenny,tuppenny,2,2,2,2,0.04,0.4771,0.02,0.4771 turbocharger,turbocharger,2,2,2,2,0.04,0.4771,0.02,0.4771 turbos,turbos,2,2,1,1,0.04,0.4771,0.02,0.4771 turfdom,turfdom,2,2,1,1,0.04,0.4771,0.02,0.4771 turfs,turfs,4,2,4,2,0.08,0.6990,0.02,0.4771 turmeric,turmeric,2,2,2,2,0.04,0.4771,0.02,0.4771 Turnbuckle,turnbuckle,3,2,1,1,0.06,0.6021,0.02,0.4771 turnoffs,turnoffs,4,2,2,2,0.08,0.6990,0.02,0.4771 turtled,turtled,2,2,2,2,0.04,0.4771,0.02,0.4771 turtlehead,turtlehead,2,2,2,2,0.04,0.4771,0.02,0.4771 Tuscarora,tuscarora,21,2,0,0,0.41,1.3424,0.02,0.4771 tutting,tutting,2,2,1,1,0.04,0.4771,0.02,0.4771 tuxedoes,tuxedoes,2,2,2,2,0.04,0.4771,0.02,0.4771 twanging,twanging,2,2,2,2,0.04,0.4771,0.02,0.4771 twangling,twangling,2,2,1,1,0.04,0.4771,0.02,0.4771 Twanky,twanky,11,2,0,0,0.22,1.0792,0.02,0.4771 tweaky,tweaky,2,2,2,2,0.04,0.4771,0.02,0.4771 tweeting,tweeting,3,2,3,2,0.06,0.6021,0.02,0.4771 tweezer,tweezer,2,2,2,2,0.04,0.4771,0.02,0.4771 tweezes,tweezes,2,2,2,2,0.04,0.4771,0.02,0.4771 twentyfold,twentyfold,2,2,2,2,0.04,0.4771,0.02,0.4771 twi,twi,2,2,1,1,0.04,0.4771,0.02,0.4771 twiddled,twiddled,2,2,2,2,0.04,0.4771,0.02,0.4771 twigged,twigged,2,2,2,2,0.04,0.4771,0.02,0.4771 twilights,twilights,2,2,1,1,0.04,0.4771,0.02,0.4771 twilit,twilit,2,2,2,2,0.04,0.4771,0.02,0.4771 twitcher,twitcher,5,2,4,2,0.10,0.7782,0.02,0.4771 tympanic,tympanic,2,2,2,2,0.04,0.4771,0.02,0.4771 Tyne,tyne,2,2,0,0,0.04,0.4771,0.02,0.4771 Typecasting,typecasting,2,2,0,0,0.04,0.4771,0.02,0.4771 typesetter,typesetter,2,2,1,1,0.04,0.4771,0.02,0.4771 tyrannis,tyrannis,2,2,2,2,0.04,0.4771,0.02,0.4771 Tyrolean,tyrolean,2,2,0,0,0.04,0.4771,0.02,0.4771 Tyros,tyros,4,2,1,1,0.08,0.6990,0.02,0.4771 Tzedakah,tzedakah,3,2,0,0,0.06,0.6021,0.02,0.4771 ubiquity,ubiquity,2,2,2,2,0.04,0.4771,0.02,0.4771 Ufology,ufology,3,2,1,1,0.06,0.6021,0.02,0.4771 Uhuru,uhuru,3,2,0,0,0.06,0.6021,0.02,0.4771 ui,ui,3,2,3,2,0.06,0.6021,0.02,0.4771 ulcerative,ulcerative,2,2,1,1,0.04,0.4771,0.02,0.4771 ultimo,ultimo,2,2,2,2,0.04,0.4771,0.02,0.4771 ultrarapid,ultrarapid,7,2,6,2,0.14,0.9031,0.02,0.4771 ultrasuede,ultrasuede,2,2,1,1,0.04,0.4771,0.02,0.4771 Umlauts,umlauts,4,2,1,1,0.08,0.6990,0.02,0.4771 umpiring,umpiring,2,2,2,2,0.04,0.4771,0.02,0.4771 Unabridged,unabridged,2,2,0,0,0.04,0.4771,0.02,0.4771 unaccepting,unaccepting,2,2,2,2,0.04,0.4771,0.02,0.4771 unaccommodating,unaccommodating,2,2,2,2,0.04,0.4771,0.02,0.4771 Unadventurous,unadventurous,2,2,0,0,0.04,0.4771,0.02,0.4771 unadvised,unadvised,2,2,2,2,0.04,0.4771,0.02,0.4771 unaffiliated,unaffiliated,2,2,2,2,0.04,0.4771,0.02,0.4771 unaffordable,unaffordable,2,2,2,2,0.04,0.4771,0.02,0.4771 unalienable,unalienable,2,2,2,2,0.04,0.4771,0.02,0.4771 unanimity,unanimity,2,2,2,2,0.04,0.4771,0.02,0.4771 unapt,unapt,2,2,1,1,0.04,0.4771,0.02,0.4771 unarguably,unarguably,2,2,1,1,0.04,0.4771,0.02,0.4771 unasked,unasked,2,2,2,2,0.04,0.4771,0.02,0.4771 unassailable,unassailable,4,2,4,2,0.08,0.6990,0.02,0.4771 unassailed,unassailed,2,2,2,2,0.04,0.4771,0.02,0.4771 unavailability,unavailability,2,2,2,2,0.04,0.4771,0.02,0.4771 unbeautiful,unbeautiful,2,2,2,2,0.04,0.4771,0.02,0.4771 unbelieve,unbelieve,2,2,1,1,0.04,0.4771,0.02,0.4771 unbend,unbend,2,2,1,1,0.04,0.4771,0.02,0.4771 unbleached,unbleached,2,2,2,2,0.04,0.4771,0.02,0.4771 unblessed,unblessed,3,2,3,2,0.06,0.6021,0.02,0.4771 unbolt,unbolt,2,2,1,1,0.04,0.4771,0.02,0.4771 unbottle,unbottle,2,2,1,1,0.04,0.4771,0.02,0.4771 unbought,unbought,2,2,2,2,0.04,0.4771,0.02,0.4771 unbuild,unbuild,2,2,2,2,0.04,0.4771,0.02,0.4771 uncashed,uncashed,2,2,2,2,0.04,0.4771,0.02,0.4771 uncatchable,uncatchable,4,2,4,2,0.08,0.6990,0.02,0.4771 uncaught,uncaught,2,2,2,2,0.04,0.4771,0.02,0.4771 unchaperoned,unchaperoned,2,2,2,2,0.04,0.4771,0.02,0.4771 unchartered,unchartered,2,2,2,2,0.04,0.4771,0.02,0.4771 unchaste,unchaste,2,2,2,2,0.04,0.4771,0.02,0.4771 uncheck,uncheck,2,2,1,1,0.04,0.4771,0.02,0.4771 unclouded,unclouded,2,2,2,2,0.04,0.4771,0.02,0.4771 uncock,uncock,2,2,1,1,0.04,0.4771,0.02,0.4771 uncoded,uncoded,2,2,2,2,0.04,0.4771,0.02,0.4771 uncoil,uncoil,2,2,2,2,0.04,0.4771,0.02,0.4771 uncomfortableness,uncomfortableness,2,2,2,2,0.04,0.4771,0.02,0.4771 uncompromised,uncompromised,2,2,2,2,0.04,0.4771,0.02,0.4771 unconfined,unconfined,2,2,2,2,0.04,0.4771,0.02,0.4771 unconscionably,unconscionably,2,2,2,2,0.04,0.4771,0.02,0.4771 unconsecrated,unconsecrated,2,2,2,2,0.04,0.4771,0.02,0.4771 unconsoled,unconsoled,2,2,2,2,0.04,0.4771,0.02,0.4771 uncontestable,uncontestable,2,2,2,2,0.04,0.4771,0.02,0.4771 uncontroversial,uncontroversial,8,2,8,2,0.16,0.9542,0.02,0.4771 unconventionality,unconventionality,2,2,2,2,0.04,0.4771,0.02,0.4771 uncorking,uncorking,2,2,2,2,0.04,0.4771,0.02,0.4771 uncreative,uncreative,2,2,2,2,0.04,0.4771,0.02,0.4771 uncredited,uncredited,2,2,2,2,0.04,0.4771,0.02,0.4771 uncritical,uncritical,2,2,2,2,0.04,0.4771,0.02,0.4771 uncurl,uncurl,4,2,3,2,0.08,0.6990,0.02,0.4771 undefiled,undefiled,2,2,2,2,0.04,0.4771,0.02,0.4771 underachieving,underachieving,2,2,2,2,0.04,0.4771,0.02,0.4771 underbidding,underbidding,2,2,2,2,0.04,0.4771,0.02,0.4771 undercharged,undercharged,2,2,2,2,0.04,0.4771,0.02,0.4771 undercook,undercook,2,2,2,2,0.04,0.4771,0.02,0.4771 underlies,underlies,2,2,2,2,0.04,0.4771,0.02,0.4771 underpaying,underpaying,2,2,2,2,0.04,0.4771,0.02,0.4771 underqualified,underqualified,2,2,2,2,0.04,0.4771,0.02,0.4771 underrating,underrating,2,2,2,2,0.04,0.4771,0.02,0.4771 underscoring,underscoring,2,2,2,2,0.04,0.4771,0.02,0.4771 undersell,undersell,2,2,2,2,0.04,0.4771,0.02,0.4771 undershoot,undershoot,2,2,2,2,0.04,0.4771,0.02,0.4771 understudying,understudying,2,2,2,2,0.04,0.4771,0.02,0.4771 underwritten,underwritten,2,2,2,2,0.04,0.4771,0.02,0.4771 undirected,undirected,2,2,1,1,0.04,0.4771,0.02,0.4771 undischarged,undischarged,2,2,2,2,0.04,0.4771,0.02,0.4771 undistracted,undistracted,2,2,2,2,0.04,0.4771,0.02,0.4771 undoable,undoable,2,2,2,2,0.04,0.4771,0.02,0.4771 undoubted,undoubted,2,2,2,2,0.04,0.4771,0.02,0.4771 undramatic,undramatic,2,2,1,1,0.04,0.4771,0.02,0.4771 undyingly,undyingly,2,2,2,2,0.04,0.4771,0.02,0.4771 unearthing,unearthing,2,2,2,2,0.04,0.4771,0.02,0.4771 unelected,unelected,2,2,2,2,0.04,0.4771,0.02,0.4771 unemploy,unemploy,2,2,2,2,0.04,0.4771,0.02,0.4771 Unenthusiastic,unenthusiastic,2,2,0,0,0.04,0.4771,0.02,0.4771 unequipped,unequipped,2,2,1,1,0.04,0.4771,0.02,0.4771 unerring,unerring,2,2,2,2,0.04,0.4771,0.02,0.4771 unessential,unessential,2,2,2,2,0.04,0.4771,0.02,0.4771 unevenly,unevenly,2,2,2,2,0.04,0.4771,0.02,0.4771 unexceptional,unexceptional,3,2,3,2,0.06,0.6021,0.02,0.4771 unexciting,unexciting,2,2,2,2,0.04,0.4771,0.02,0.4771 unexplainably,unexplainably,2,2,2,2,0.04,0.4771,0.02,0.4771 unexpurgated,unexpurgated,2,2,2,2,0.04,0.4771,0.02,0.4771 unfailingly,unfailingly,2,2,2,2,0.04,0.4771,0.02,0.4771 unfaithfulness,unfaithfulness,2,2,2,2,0.04,0.4771,0.02,0.4771 unfashionably,unfashionably,2,2,2,2,0.04,0.4771,0.02,0.4771 unfeminine,unfeminine,2,2,2,2,0.04,0.4771,0.02,0.4771 unfertilized,unfertilized,2,2,2,2,0.04,0.4771,0.02,0.4771 unfired,unfired,2,2,2,2,0.04,0.4771,0.02,0.4771 unflinchingly,unflinchingly,2,2,2,2,0.04,0.4771,0.02,0.4771 Ung,ung,4,2,0,0,0.08,0.6990,0.02,0.4771 ungallant,ungallant,2,2,2,2,0.04,0.4771,0.02,0.4771 ungettable,ungettable,3,2,3,2,0.06,0.6021,0.02,0.4771 unharness,unharness,2,2,1,1,0.04,0.4771,0.02,0.4771 unhitched,unhitched,2,2,2,2,0.04,0.4771,0.02,0.4771 unhitching,unhitching,2,2,2,2,0.04,0.4771,0.02,0.4771 unhittable,unhittable,2,2,2,2,0.04,0.4771,0.02,0.4771 unhooks,unhooks,2,2,2,2,0.04,0.4771,0.02,0.4771 unhorsed,unhorsed,2,2,2,2,0.04,0.4771,0.02,0.4771 unimpaired,unimpaired,2,2,2,2,0.04,0.4771,0.02,0.4771 uninspected,uninspected,2,2,2,2,0.04,0.4771,0.02,0.4771 uninsurable,uninsurable,2,2,1,1,0.04,0.4771,0.02,0.4771 uninviting,uninviting,2,2,2,2,0.04,0.4771,0.02,0.4771 unionism,unionism,2,2,2,2,0.04,0.4771,0.02,0.4771 unjustifiably,unjustifiably,2,2,2,2,0.04,0.4771,0.02,0.4771 unkenneled,unkenneled,2,2,2,2,0.04,0.4771,0.02,0.4771 unkillable,unkillable,3,2,2,2,0.06,0.6021,0.02,0.4771 unkindest,unkindest,2,2,2,2,0.04,0.4771,0.02,0.4771 unkissed,unkissed,2,2,2,2,0.04,0.4771,0.02,0.4771 unlighted,unlighted,2,2,2,2,0.04,0.4771,0.02,0.4771 unlikelihood,unlikelihood,2,2,2,2,0.04,0.4771,0.02,0.4771 unlineal,unlineal,2,2,2,2,0.04,0.4771,0.02,0.4771 unliving,unliving,3,2,3,2,0.06,0.6021,0.02,0.4771 unlovely,unlovely,2,2,2,2,0.04,0.4771,0.02,0.4771 unloving,unloving,2,2,2,2,0.04,0.4771,0.02,0.4771 unlubricated,unlubricated,3,2,3,2,0.06,0.6021,0.02,0.4771 Unmanner,unmanner,3,2,0,0,0.06,0.6021,0.02,0.4771 unmannered,unmannered,2,2,2,2,0.04,0.4771,0.02,0.4771 unmasks,unmasks,2,2,2,2,0.04,0.4771,0.02,0.4771 unmaterialistic,unmaterialistic,2,2,2,2,0.04,0.4771,0.02,0.4771 unmended,unmended,2,2,2,2,0.04,0.4771,0.02,0.4771 unmentioned,unmentioned,2,2,2,2,0.04,0.4771,0.02,0.4771 unmodified,unmodified,2,2,2,2,0.04,0.4771,0.02,0.4771 unmolested,unmolested,2,2,2,2,0.04,0.4771,0.02,0.4771 unmount,unmount,2,2,1,1,0.04,0.4771,0.02,0.4771 unmounted,unmounted,2,2,1,1,0.04,0.4771,0.02,0.4771 unnameable,unnameable,2,2,2,2,0.04,0.4771,0.02,0.4771 unneeded,unneeded,3,2,3,2,0.06,0.6021,0.02,0.4771 unnumbered,unnumbered,5,2,4,1,0.10,0.7782,0.02,0.4771 unopinionated,unopinionated,2,2,2,2,0.04,0.4771,0.02,0.4771 unordained,unordained,2,2,2,2,0.04,0.4771,0.02,0.4771 unpalatable,unpalatable,2,2,2,2,0.04,0.4771,0.02,0.4771 unpatrolled,unpatrolled,2,2,2,2,0.04,0.4771,0.02,0.4771 unpeel,unpeel,2,2,2,2,0.04,0.4771,0.02,0.4771 unpeeled,unpeeled,2,2,1,1,0.04,0.4771,0.02,0.4771 unpick,unpick,2,2,2,2,0.04,0.4771,0.02,0.4771 unpickable,unpickable,3,2,3,2,0.06,0.6021,0.02,0.4771 unpleasantly,unpleasantly,2,2,2,2,0.04,0.4771,0.02,0.4771 unpleasantries,unpleasantries,2,2,2,2,0.04,0.4771,0.02,0.4771 unplucked,unplucked,2,2,2,2,0.04,0.4771,0.02,0.4771 unpopularity,unpopularity,2,2,2,2,0.04,0.4771,0.02,0.4771 unpractical,unpractical,2,2,2,2,0.04,0.4771,0.02,0.4771 unpretty,unpretty,2,2,2,2,0.04,0.4771,0.02,0.4771 unpriestly,unpriestly,2,2,2,2,0.04,0.4771,0.02,0.4771 Unpure,unpure,6,2,2,2,0.12,0.8451,0.02,0.4771 unquestionable,unquestionable,2,2,2,2,0.04,0.4771,0.02,0.4771 unquiet,unquiet,2,2,2,2,0.04,0.4771,0.02,0.4771 unrealized,unrealized,2,2,2,2,0.04,0.4771,0.02,0.4771 unreason,unreason,2,2,2,2,0.04,0.4771,0.02,0.4771 unrecognisable,unrecognisable,2,2,2,2,0.04,0.4771,0.02,0.4771 unrecognised,unrecognised,2,2,1,1,0.04,0.4771,0.02,0.4771 unreconstructed,unreconstructed,2,2,2,2,0.04,0.4771,0.02,0.4771 unredeemable,unredeemable,2,2,2,2,0.04,0.4771,0.02,0.4771 unrefrigerated,unrefrigerated,2,2,2,2,0.04,0.4771,0.02,0.4771 unrefuted,unrefuted,2,2,2,2,0.04,0.4771,0.02,0.4771 unreleased,unreleased,2,2,2,2,0.04,0.4771,0.02,0.4771 unremittingly,unremittingly,2,2,2,2,0.04,0.4771,0.02,0.4771 unrepresented,unrepresented,2,2,2,2,0.04,0.4771,0.02,0.4771 unreservedly,unreservedly,2,2,2,2,0.04,0.4771,0.02,0.4771 unrevealed,unrevealed,2,2,2,2,0.04,0.4771,0.02,0.4771 unrewarding,unrewarding,3,2,3,2,0.06,0.6021,0.02,0.4771 unripe,unripe,2,2,2,2,0.04,0.4771,0.02,0.4771 unrolling,unrolling,2,2,2,2,0.04,0.4771,0.02,0.4771 unrolls,unrolls,2,2,2,2,0.04,0.4771,0.02,0.4771 unruffled,unruffled,2,2,2,2,0.04,0.4771,0.02,0.4771 Unsaddle,unsaddle,3,2,1,1,0.06,0.6021,0.02,0.4771 unsaddled,unsaddled,2,2,2,2,0.04,0.4771,0.02,0.4771 unsanctioned,unsanctioned,2,2,2,2,0.04,0.4771,0.02,0.4771 unsaved,unsaved,2,2,2,2,0.04,0.4771,0.02,0.4771 unscrambles,unscrambles,2,2,2,2,0.04,0.4771,0.02,0.4771 unscrews,unscrews,2,2,2,2,0.04,0.4771,0.02,0.4771 unsealing,unsealing,2,2,2,2,0.04,0.4771,0.02,0.4771 unseated,unseated,2,2,2,2,0.04,0.4771,0.02,0.4771 unsee,unsee,2,2,2,2,0.04,0.4771,0.02,0.4771 unsettlement,unsettlement,2,2,2,2,0.04,0.4771,0.02,0.4771 unsex,unsex,2,2,1,1,0.04,0.4771,0.02,0.4771 unshakeable,unshakeable,2,2,2,2,0.04,0.4771,0.02,0.4771 unshaved,unshaved,2,2,2,2,0.04,0.4771,0.02,0.4771 unsheathed,unsheathed,2,2,2,2,0.04,0.4771,0.02,0.4771 unship,unship,2,2,2,2,0.04,0.4771,0.02,0.4771 unshod,unshod,2,2,2,2,0.04,0.4771,0.02,0.4771 unshrink,unshrink,2,2,1,1,0.04,0.4771,0.02,0.4771 unskilled,unskilled,3,2,3,2,0.06,0.6021,0.02,0.4771 Unsmiling,unsmiling,6,2,2,2,0.12,0.8451,0.02,0.4771 unsnapped,unsnapped,2,2,2,2,0.04,0.4771,0.02,0.4771 unspecific,unspecific,2,2,2,2,0.04,0.4771,0.02,0.4771 unsponsored,unsponsored,2,2,2,2,0.04,0.4771,0.02,0.4771 unsporting,unsporting,2,2,2,2,0.04,0.4771,0.02,0.4771 unstably,unstably,2,2,2,2,0.04,0.4771,0.02,0.4771 unstained,unstained,3,2,3,2,0.06,0.6021,0.02,0.4771 unstructured,unstructured,2,2,2,2,0.04,0.4771,0.02,0.4771 unsupportable,unsupportable,2,2,2,2,0.04,0.4771,0.02,0.4771 unswerving,unswerving,2,2,2,2,0.04,0.4771,0.02,0.4771 unthinking,unthinking,2,2,2,2,0.04,0.4771,0.02,0.4771 unthreatened,unthreatened,2,2,1,1,0.04,0.4771,0.02,0.4771 unties,unties,2,2,2,2,0.04,0.4771,0.02,0.4771 untimed,untimed,2,2,2,2,0.04,0.4771,0.02,0.4771 untruths,untruths,2,2,2,2,0.04,0.4771,0.02,0.4771 untwist,untwist,2,2,2,2,0.04,0.4771,0.02,0.4771 unvanquished,unvanquished,4,2,4,2,0.08,0.6990,0.02,0.4771 unwedded,unwedded,2,2,2,2,0.04,0.4771,0.02,0.4771 unwelcomed,unwelcomed,2,2,2,2,0.04,0.4771,0.02,0.4771 unwinnable,unwinnable,11,2,11,2,0.22,1.0792,0.02,0.4771 unwisely,unwisely,2,2,2,2,0.04,0.4771,0.02,0.4771 unworldly,unworldly,2,2,2,2,0.04,0.4771,0.02,0.4771 unworthiest,unworthiest,2,2,2,2,0.04,0.4771,0.02,0.4771 unwound,unwound,2,2,1,1,0.04,0.4771,0.02,0.4771 upbringings,upbringings,2,2,2,2,0.04,0.4771,0.02,0.4771 upheavals,upheavals,2,2,2,2,0.04,0.4771,0.02,0.4771 Upland,upland,2,2,0,0,0.04,0.4771,0.02,0.4771 Uplands,uplands,5,2,1,1,0.10,0.7782,0.02,0.4771 uplinking,uplinking,2,2,2,2,0.04,0.4771,0.02,0.4771 upmarket,upmarket,2,2,2,2,0.04,0.4771,0.02,0.4771 upraised,upraised,2,2,2,2,0.04,0.4771,0.02,0.4771 uproarious,uproarious,2,2,2,2,0.04,0.4771,0.02,0.4771 Upsadaisy,upsadaisy,3,2,0,0,0.06,0.6021,0.02,0.4771 upsides,upsides,2,2,2,2,0.04,0.4771,0.02,0.4771 upsurge,upsurge,2,2,2,2,0.04,0.4771,0.02,0.4771 uptick,uptick,2,2,2,2,0.04,0.4771,0.02,0.4771 upway,upway,2,2,2,2,0.04,0.4771,0.02,0.4771 urbanites,urbanites,2,2,1,1,0.04,0.4771,0.02,0.4771 Urdu,urdu,3,2,0,0,0.06,0.6021,0.02,0.4771 ure,ure,2,2,2,2,0.04,0.4771,0.02,0.4771 urea,urea,2,2,1,1,0.04,0.4771,0.02,0.4771 uremia,uremia,3,2,2,2,0.06,0.6021,0.02,0.4771 urethral,urethral,2,2,2,2,0.04,0.4771,0.02,0.4771 urological,urological,2,2,2,2,0.04,0.4771,0.02,0.4771 urologists,urologists,2,2,2,2,0.04,0.4771,0.02,0.4771 urosepsis,urosepsis,2,2,1,1,0.04,0.4771,0.02,0.4771 useable,useable,2,2,2,2,0.04,0.4771,0.02,0.4771 usuals,usuals,2,2,2,2,0.04,0.4771,0.02,0.4771 usurer,usurer,4,2,2,2,0.08,0.6990,0.02,0.4771 usurpation,usurpation,2,2,2,2,0.04,0.4771,0.02,0.4771 utilise,utilise,2,2,2,2,0.04,0.4771,0.02,0.4771 utilising,utilising,2,2,2,2,0.04,0.4771,0.02,0.4771 utilizes,utilizes,2,2,2,2,0.04,0.4771,0.02,0.4771 Utrecht,utrecht,5,2,0,0,0.10,0.7782,0.02,0.4771 uvres,uvres,2,2,2,2,0.04,0.4771,0.02,0.4771 Uzbek,uzbek,4,2,0,0,0.08,0.6990,0.02,0.4771 vacationers,vacationers,2,2,2,2,0.04,0.4771,0.02,0.4771 vache,vache,2,2,2,2,0.04,0.4771,0.02,0.4771 vacillates,vacillates,2,2,2,2,0.04,0.4771,0.02,0.4771 vacillating,vacillating,2,2,2,2,0.04,0.4771,0.02,0.4771 vadis,vadis,2,2,1,1,0.04,0.4771,0.02,0.4771 vagary,vagary,2,2,2,2,0.04,0.4771,0.02,0.4771 vainest,vainest,2,2,2,2,0.04,0.4771,0.02,0.4771 valedictorians,valedictorians,2,2,2,2,0.04,0.4771,0.02,0.4771 valedictory,valedictory,3,2,3,2,0.06,0.6021,0.02,0.4771 Valentinian,valentinian,10,2,0,0,0.20,1.0414,0.02,0.4771 Vales,vales,3,2,1,1,0.06,0.6021,0.02,0.4771 valeting,valeting,3,2,2,2,0.06,0.6021,0.02,0.4771 vallecula,vallecula,2,2,2,2,0.04,0.4771,0.02,0.4771 valse,valse,2,2,1,1,0.04,0.4771,0.02,0.4771 valuing,valuing,2,2,2,2,0.04,0.4771,0.02,0.4771 vamped,vamped,3,2,3,2,0.06,0.6021,0.02,0.4771 Vandyke,vandyke,2,2,0,0,0.04,0.4771,0.02,0.4771 Vanir,vanir,5,2,0,0,0.10,0.7782,0.02,0.4771 vaporise,vaporise,3,2,2,2,0.06,0.6021,0.02,0.4771 variability,variability,2,2,2,2,0.04,0.4771,0.02,0.4771 variants,variants,2,2,2,2,0.04,0.4771,0.02,0.4771 Variola,variola,3,2,1,1,0.06,0.6021,0.02,0.4771 varyingly,varyingly,4,2,4,2,0.08,0.6990,0.02,0.4771 vasodilator,vasodilator,2,2,2,2,0.04,0.4771,0.02,0.4771 vassals,vassals,2,2,2,2,0.04,0.4771,0.02,0.4771 vaster,vaster,2,2,2,2,0.04,0.4771,0.02,0.4771 vaudevillians,vaudevillians,2,2,2,2,0.04,0.4771,0.02,0.4771 Veals,veals,4,2,0,0,0.08,0.6990,0.02,0.4771 vectored,vectored,2,2,2,2,0.04,0.4771,0.02,0.4771 Veda,veda,71,2,0,0,1.39,1.8573,0.02,0.4771 vegetated,vegetated,2,2,1,1,0.04,0.4771,0.02,0.4771 veggieburger,veggieburger,4,2,3,1,0.08,0.6990,0.02,0.4771 vellum,vellum,2,2,2,2,0.04,0.4771,0.02,0.4771 velocipede,velocipede,2,2,2,2,0.04,0.4771,0.02,0.4771 velocities,velocities,3,2,3,2,0.06,0.6021,0.02,0.4771 Velvets,velvets,2,2,0,0,0.04,0.4771,0.02,0.4771 veneration,veneration,2,2,2,2,0.04,0.4771,0.02,0.4771 venging,venging,2,2,2,2,0.04,0.4771,0.02,0.4771 venta,venta,2,2,1,1,0.04,0.4771,0.02,0.4771 Ventana,ventana,12,2,1,1,0.24,1.1139,0.02,0.4771 venturi,venturi,4,2,2,1,0.08,0.6990,0.02,0.4771 Venusian,venusian,3,2,0,0,0.06,0.6021,0.02,0.4771 verandah,verandah,4,2,4,2,0.08,0.6990,0.02,0.4771 verbalized,verbalized,2,2,2,2,0.04,0.4771,0.02,0.4771 verbalizing,verbalizing,2,2,2,2,0.04,0.4771,0.02,0.4771 verbals,verbals,2,2,2,2,0.04,0.4771,0.02,0.4771 Verbena,verbena,2,2,0,0,0.04,0.4771,0.02,0.4771 Verbum,verbum,2,2,0,0,0.04,0.4771,0.02,0.4771 verdigris,verdigris,2,2,2,2,0.04,0.4771,0.02,0.4771 Verger,verger,17,2,1,1,0.33,1.2553,0.02,0.4771 verity,verity,3,2,2,1,0.06,0.6021,0.02,0.4771 Vermeil,vermeil,15,2,1,1,0.29,1.2041,0.02,0.4771 verruca,verruca,2,2,2,2,0.04,0.4771,0.02,0.4771 vertex,vertex,2,2,2,2,0.04,0.4771,0.02,0.4771 vertices,vertices,2,2,2,2,0.04,0.4771,0.02,0.4771 verts,verts,4,2,4,2,0.08,0.6990,0.02,0.4771 verus,verus,2,2,1,1,0.04,0.4771,0.02,0.4771 vesicle,vesicle,2,2,2,2,0.04,0.4771,0.02,0.4771 Vesper,vesper,5,2,0,0,0.10,0.7782,0.02,0.4771 vexatious,vexatious,2,2,2,2,0.04,0.4771,0.02,0.4771 viaducts,viaducts,2,2,2,2,0.04,0.4771,0.02,0.4771 vibratory,vibratory,2,2,2,2,0.04,0.4771,0.02,0.4771 vicars,vicars,2,2,2,2,0.04,0.4771,0.02,0.4771 Vicomte,vicomte,12,2,0,0,0.24,1.1139,0.02,0.4771 Victorias,victorias,2,2,0,0,0.04,0.4771,0.02,0.4771 vicuna,vicuna,3,2,3,2,0.06,0.6021,0.02,0.4771 vide,vide,3,2,2,1,0.06,0.6021,0.02,0.4771 Vietnamization,vietnamization,4,2,0,0,0.08,0.6990,0.02,0.4771 vigilantly,vigilantly,2,2,2,2,0.04,0.4771,0.02,0.4771 vignettes,vignettes,2,2,2,2,0.04,0.4771,0.02,0.4771 vigorish,vigorish,2,2,2,2,0.04,0.4771,0.02,0.4771 vilely,vilely,3,2,3,2,0.06,0.6021,0.02,0.4771 vina,vina,2,2,1,1,0.04,0.4771,0.02,0.4771 vireo,vireo,3,2,3,2,0.06,0.6021,0.02,0.4771 Virginians,virginians,2,2,0,0,0.04,0.4771,0.02,0.4771 virology,virology,2,2,2,2,0.04,0.4771,0.02,0.4771 vis,vis,2,2,1,1,0.04,0.4771,0.02,0.4771 viscose,viscose,2,2,2,2,0.04,0.4771,0.02,0.4771 viscus,viscus,2,2,2,2,0.04,0.4771,0.02,0.4771 vison,vison,2,2,2,2,0.04,0.4771,0.02,0.4771 visualised,visualised,2,2,2,2,0.04,0.4771,0.02,0.4771 visualises,visualises,2,2,2,2,0.04,0.4771,0.02,0.4771 Vitruvian,vitruvian,2,2,0,0,0.04,0.4771,0.02,0.4771 Vitry,vitry,4,2,0,0,0.08,0.6990,0.02,0.4771 vivace,vivace,2,2,1,1,0.04,0.4771,0.02,0.4771 vividness,vividness,2,2,2,2,0.04,0.4771,0.02,0.4771 vizier,vizier,13,2,13,2,0.25,1.1461,0.02,0.4771 vocalising,vocalising,2,2,2,2,0.04,0.4771,0.02,0.4771 vocalists,vocalists,2,2,2,2,0.04,0.4771,0.02,0.4771 voile,voile,2,2,1,1,0.04,0.4771,0.02,0.4771 voiture,voiture,3,2,3,2,0.06,0.6021,0.02,0.4771 Volkswagens,volkswagens,2,2,0,0,0.04,0.4771,0.02,0.4771 Volumen,volumen,2,2,0,0,0.04,0.4771,0.02,0.4771 voluminous,voluminous,2,2,2,2,0.04,0.4771,0.02,0.4771 volvulus,volvulus,6,2,6,2,0.12,0.8451,0.02,0.4771 vomitous,vomitous,2,2,2,2,0.04,0.4771,0.02,0.4771 voodooism,voodooism,2,2,2,2,0.04,0.4771,0.02,0.4771 vorpal,vorpal,2,2,2,2,0.04,0.4771,0.02,0.4771 vouchsafed,vouchsafed,2,2,2,2,0.04,0.4771,0.02,0.4771 voyagers,voyagers,2,2,2,2,0.04,0.4771,0.02,0.4771 voyaging,voyaging,2,2,2,2,0.04,0.4771,0.02,0.4771 vulcanise,vulcanise,2,2,2,2,0.04,0.4771,0.02,0.4771 Vulgarism,vulgarism,2,2,0,0,0.04,0.4771,0.02,0.4771 wackier,wackier,2,2,2,2,0.04,0.4771,0.02,0.4771 wackiness,wackiness,2,2,2,2,0.04,0.4771,0.02,0.4771 Wacs,wacs,2,2,0,0,0.04,0.4771,0.02,0.4771 waddies,waddies,2,2,2,2,0.04,0.4771,0.02,0.4771 waggly,waggly,2,2,2,2,0.04,0.4771,0.02,0.4771 Wagoneer,wagoneer,3,2,0,0,0.06,0.6021,0.02,0.4771 Wagoner,wagoner,8,2,0,0,0.16,0.9542,0.02,0.4771 Wahine,wahine,12,2,1,1,0.24,1.1139,0.02,0.4771 wain,wain,2,2,1,1,0.04,0.4771,0.02,0.4771 wainscot,wainscot,2,2,2,2,0.04,0.4771,0.02,0.4771 Waka,waka,3,2,0,0,0.06,0.6021,0.02,0.4771 Wakan,wakan,12,2,0,0,0.24,1.1139,0.02,0.4771 walkaway,walkaway,2,2,2,2,0.04,0.4771,0.02,0.4771 walkouts,walkouts,7,2,7,2,0.14,0.9031,0.02,0.4771 wallahs,wallahs,2,2,2,2,0.04,0.4771,0.02,0.4771 Walleye,walleye,7,2,1,1,0.14,0.9031,0.02,0.4771 wallower,wallower,3,2,3,2,0.06,0.6021,0.02,0.4771 wallpapers,wallpapers,2,2,2,2,0.04,0.4771,0.02,0.4771 Waltzer,waltzer,16,2,0,0,0.31,1.2304,0.02,0.4771 wangled,wangled,2,2,2,2,0.04,0.4771,0.02,0.4771 wannabees,wannabees,2,2,2,2,0.04,0.4771,0.02,0.4771 wantonness,wantonness,2,2,2,2,0.04,0.4771,0.02,0.4771 wanty,wanty,2,2,1,1,0.04,0.4771,0.02,0.4771 warders,warders,5,2,3,2,0.10,0.7782,0.02,0.4771 wardrobes,wardrobes,2,2,2,2,0.04,0.4771,0.02,0.4771 warehousing,warehousing,3,2,3,2,0.06,0.6021,0.02,0.4771 wariness,wariness,2,2,2,2,0.04,0.4771,0.02,0.4771 warmup,warmup,2,2,2,2,0.04,0.4771,0.02,0.4771 warplanes,warplanes,4,2,4,2,0.08,0.6990,0.02,0.4771 warrantless,warrantless,2,2,2,2,0.04,0.4771,0.02,0.4771 warred,warred,2,2,2,2,0.04,0.4771,0.02,0.4771 washday,washday,2,2,1,1,0.04,0.4771,0.02,0.4771 washerwomen,washerwomen,2,2,2,2,0.04,0.4771,0.02,0.4771 washstand,washstand,2,2,2,2,0.04,0.4771,0.02,0.4771 washy,washy,2,2,2,2,0.04,0.4771,0.02,0.4771 wassail,wassail,2,2,2,2,0.04,0.4771,0.02,0.4771 waster,waster,2,2,2,2,0.04,0.4771,0.02,0.4771 Wastrel,wastrel,2,2,0,0,0.04,0.4771,0.02,0.4771 wastrels,wastrels,2,2,2,2,0.04,0.4771,0.02,0.4771 Waugh,waugh,2,2,0,0,0.04,0.4771,0.02,0.4771 wavery,wavery,2,2,2,2,0.04,0.4771,0.02,0.4771 waxwork,waxwork,2,2,2,2,0.04,0.4771,0.02,0.4771 waybills,waybills,2,2,2,2,0.04,0.4771,0.02,0.4771 Wazir,wazir,3,2,1,1,0.06,0.6021,0.02,0.4771 weariest,weariest,2,2,2,2,0.04,0.4771,0.02,0.4771 weathercock,weathercock,2,2,2,2,0.04,0.4771,0.02,0.4771 weatherproof,weatherproof,2,2,2,2,0.04,0.4771,0.02,0.4771 webmaster,webmaster,2,2,1,1,0.04,0.4771,0.02,0.4771 webpage,webpage,4,2,4,2,0.08,0.6990,0.02,0.4771 Websters,websters,2,2,0,0,0.04,0.4771,0.02,0.4771 wedgy,wedgy,2,2,2,2,0.04,0.4771,0.02,0.4771 Ween,ween,4,2,1,1,0.08,0.6990,0.02,0.4771 weepers,weepers,2,2,2,2,0.04,0.4771,0.02,0.4771 weft,weft,2,2,2,2,0.04,0.4771,0.02,0.4771 weirdie,weirdie,2,2,2,2,0.04,0.4771,0.02,0.4771 welchers,welchers,2,2,2,2,0.04,0.4771,0.02,0.4771 Wendish,wendish,4,2,0,0,0.08,0.6990,0.02,0.4771 wends,wends,2,2,2,2,0.04,0.4771,0.02,0.4771 werent,werent,2,2,2,2,0.04,0.4771,0.02,0.4771 westernized,westernized,2,2,2,2,0.04,0.4771,0.02,0.4771 Westland,westland,2,2,0,0,0.04,0.4771,0.02,0.4771 Westy,westy,5,2,0,0,0.10,0.7782,0.02,0.4771 wf,wf,3,2,2,1,0.06,0.6021,0.02,0.4771 whacky,whacky,2,2,2,2,0.04,0.4771,0.02,0.4771 Whatd,whatd,2,2,0,0,0.04,0.4771,0.02,0.4771 whatsis,whatsis,2,2,2,2,0.04,0.4771,0.02,0.4771 wheedling,wheedling,2,2,2,2,0.04,0.4771,0.02,0.4771 wheelers,wheelers,6,2,5,2,0.12,0.8451,0.02,0.4771 wheelwright,wheelwright,2,2,2,2,0.04,0.4771,0.02,0.4771 whelk,whelk,2,2,2,2,0.04,0.4771,0.02,0.4771 whelmed,whelmed,2,2,2,2,0.04,0.4771,0.02,0.4771 Whens,whens,2,2,0,0,0.04,0.4771,0.02,0.4771 wherefores,wherefores,2,2,2,2,0.04,0.4771,0.02,0.4771 Wherry,wherry,4,2,1,1,0.08,0.6990,0.02,0.4771 whets,whets,2,2,2,2,0.04,0.4771,0.02,0.4771 whiffed,whiffed,3,2,2,2,0.06,0.6021,0.02,0.4771 whiffing,whiffing,2,2,1,1,0.04,0.4771,0.02,0.4771 whiffs,whiffs,2,2,2,2,0.04,0.4771,0.02,0.4771 whillikers,whillikers,2,2,2,2,0.04,0.4771,0.02,0.4771 whimsicalities,whimsicalities,2,2,2,2,0.04,0.4771,0.02,0.4771 whippersnappers,whippersnappers,2,2,2,2,0.04,0.4771,0.02,0.4771 whippet,whippet,5,2,5,2,0.10,0.7782,0.02,0.4771 whippy,whippy,2,2,1,1,0.04,0.4771,0.02,0.4771 whirled,whirled,2,2,1,1,0.04,0.4771,0.02,0.4771 whirligig,whirligig,2,2,2,2,0.04,0.4771,0.02,0.4771 whispery,whispery,3,2,3,2,0.06,0.6021,0.02,0.4771 whited,whited,2,2,2,2,0.04,0.4771,0.02,0.4771 whiteheads,whiteheads,2,2,2,2,0.04,0.4771,0.02,0.4771 whitening,whitening,2,2,1,1,0.04,0.4771,0.02,0.4771 Whitestone,whitestone,3,2,0,0,0.06,0.6021,0.02,0.4771 Whitewater,whitewater,3,2,0,0,0.06,0.6021,0.02,0.4771 whithersoever,whithersoever,4,2,2,2,0.08,0.6990,0.02,0.4771 whittles,whittles,2,2,2,2,0.04,0.4771,0.02,0.4771 whity,whity,2,2,2,2,0.04,0.4771,0.02,0.4771 whizzers,whizzers,6,2,6,2,0.12,0.8451,0.02,0.4771 whodunits,whodunits,2,2,2,2,0.04,0.4771,0.02,0.4771 wholegrain,wholegrain,3,2,2,2,0.06,0.6021,0.02,0.4771 wholewheat,wholewheat,2,2,1,1,0.04,0.4771,0.02,0.4771 Whoof,whoof,2,2,0,0,0.04,0.4771,0.02,0.4771 whooshed,whooshed,3,2,3,2,0.06,0.6021,0.02,0.4771 Wibble,wibble,7,2,3,1,0.14,0.9031,0.02,0.4771 wickiup,wickiup,14,2,13,2,0.27,1.1761,0.02,0.4771 wicky,wicky,3,2,3,2,0.06,0.6021,0.02,0.4771 wielder,wielder,3,2,3,2,0.06,0.6021,0.02,0.4771 Willer,willer,3,2,0,0,0.06,0.6021,0.02,0.4771 Willet,willet,23,2,0,0,0.45,1.3802,0.02,0.4771 wilts,wilts,2,2,2,2,0.04,0.4771,0.02,0.4771 Wiltshire,wiltshire,2,2,0,0,0.04,0.4771,0.02,0.4771 windiest,windiest,3,2,3,2,0.06,0.6021,0.02,0.4771 windowsills,windowsills,2,2,2,2,0.04,0.4771,0.02,0.4771 windpipes,windpipes,2,2,2,2,0.04,0.4771,0.02,0.4771 windscreens,windscreens,2,2,2,2,0.04,0.4771,0.02,0.4771 windstorms,windstorms,2,2,2,2,0.04,0.4771,0.02,0.4771 windsurf,windsurf,2,2,2,2,0.04,0.4771,0.02,0.4771 wingers,wingers,2,2,2,2,0.04,0.4771,0.02,0.4771 wingless,wingless,2,2,1,1,0.04,0.4771,0.02,0.4771 wingspread,wingspread,2,2,2,2,0.04,0.4771,0.02,0.4771 wingtips,wingtips,2,2,2,2,0.04,0.4771,0.02,0.4771 winkles,winkles,2,2,2,2,0.04,0.4771,0.02,0.4771 winkling,winkling,2,2,2,2,0.04,0.4771,0.02,0.4771 winless,winless,2,2,2,2,0.04,0.4771,0.02,0.4771 winningest,winningest,2,2,2,2,0.04,0.4771,0.02,0.4771 winningly,winningly,3,2,2,1,0.06,0.6021,0.02,0.4771 Wiseman,wiseman,6,2,0,0,0.12,0.8451,0.02,0.4771 wisen,wisen,2,2,2,2,0.04,0.4771,0.02,0.4771 wishy,wishy,2,2,1,1,0.04,0.4771,0.02,0.4771 wising,wising,2,2,2,2,0.04,0.4771,0.02,0.4771 wite,wite,5,2,5,2,0.10,0.7782,0.02,0.4771 withholds,withholds,2,2,2,2,0.04,0.4771,0.02,0.4771 withstands,withstands,2,2,2,2,0.04,0.4771,0.02,0.4771 wittering,wittering,2,2,2,2,0.04,0.4771,0.02,0.4771 witticisms,witticisms,2,2,2,2,0.04,0.4771,0.02,0.4771 wittier,wittier,2,2,2,2,0.04,0.4771,0.02,0.4771 wizened,wizened,2,2,2,2,0.04,0.4771,0.02,0.4771 Wk,wk,3,2,1,1,0.06,0.6021,0.02,0.4771 wobbled,wobbled,2,2,2,2,0.04,0.4771,0.02,0.4771 wobblies,wobblies,2,2,2,2,0.04,0.4771,0.02,0.4771 wog,wog,2,2,2,2,0.04,0.4771,0.02,0.4771 wogs,wogs,2,2,2,2,0.04,0.4771,0.02,0.4771 woks,woks,2,2,2,2,0.04,0.4771,0.02,0.4771 wolfish,wolfish,2,2,2,2,0.04,0.4771,0.02,0.4771 womans,womans,5,2,5,2,0.10,0.7782,0.02,0.4771 wonderfulness,wonderfulness,3,2,3,2,0.06,0.6021,0.02,0.4771 wonks,wonks,3,2,2,2,0.06,0.6021,0.02,0.4771 woodburning,woodburning,2,2,2,2,0.04,0.4771,0.02,0.4771 woodcarver,woodcarver,2,2,2,2,0.04,0.4771,0.02,0.4771 woolens,woolens,2,2,2,2,0.04,0.4771,0.02,0.4771 Woops,woops,3,2,0,0,0.06,0.6021,0.02,0.4771 wordage,wordage,2,2,2,2,0.04,0.4771,0.02,0.4771 wordless,wordless,2,2,2,2,0.04,0.4771,0.02,0.4771 Wordlessly,wordlessly,2,2,0,0,0.04,0.4771,0.02,0.4771 workdays,workdays,2,2,2,2,0.04,0.4771,0.02,0.4771 workhouses,workhouses,4,2,4,2,0.08,0.6990,0.02,0.4771 Wormer,wormer,13,2,0,0,0.25,1.1461,0.02,0.4771 worthlessness,worthlessness,2,2,2,2,0.04,0.4771,0.02,0.4771 wot,wot,2,2,1,1,0.04,0.4771,0.02,0.4771 wowing,wowing,2,2,2,2,0.04,0.4771,0.02,0.4771 wows,wows,2,2,2,2,0.04,0.4771,0.02,0.4771 Wowser,wowser,8,2,0,0,0.16,0.9542,0.02,0.4771 wretchedly,wretchedly,2,2,1,1,0.04,0.4771,0.02,0.4771 wretchedness,wretchedness,2,2,2,2,0.04,0.4771,0.02,0.4771 wriggled,wriggled,2,2,1,1,0.04,0.4771,0.02,0.4771 wriggles,wriggles,2,2,2,2,0.04,0.4771,0.02,0.4771 Wrights,wrights,6,2,0,0,0.12,0.8451,0.02,0.4771 writs,writs,2,2,2,2,0.04,0.4771,0.02,0.4771 wro,wro,2,2,2,2,0.04,0.4771,0.02,0.4771 wrongest,wrongest,3,2,3,2,0.06,0.6021,0.02,0.4771 wryly,wryly,2,2,1,1,0.04,0.4771,0.02,0.4771 Wyvern,wyvern,2,2,0,0,0.04,0.4771,0.02,0.4771 xenogenesis,xenogenesis,2,2,1,1,0.04,0.4771,0.02,0.4771 Xenophobia,xenophobia,3,2,1,1,0.06,0.6021,0.02,0.4771 Xeroxes,xeroxes,2,2,0,0,0.04,0.4771,0.02,0.4771 xylophonist,xylophonist,2,2,1,1,0.04,0.4771,0.02,0.4771 Yabu,yabu,10,2,0,0,0.20,1.0414,0.02,0.4771 yachtsman,yachtsman,3,2,2,1,0.06,0.6021,0.02,0.4771 yacking,yacking,2,2,2,2,0.04,0.4771,0.02,0.4771 Yakitori,yakitori,2,2,0,0,0.04,0.4771,0.02,0.4771 yapped,yapped,3,2,3,2,0.06,0.6021,0.02,0.4771 yardarms,yardarms,2,2,2,2,0.04,0.4771,0.02,0.4771 Yardbird,yardbird,7,2,0,0,0.14,0.9031,0.02,0.4771 yardsticks,yardsticks,2,2,2,2,0.04,0.4771,0.02,0.4771 Yarmulkes,yarmulkes,4,2,1,1,0.08,0.6990,0.02,0.4771 yate,yate,2,2,1,1,0.04,0.4771,0.02,0.4771 Yatter,yatter,4,2,1,1,0.08,0.6990,0.02,0.4771 yawing,yawing,3,2,3,2,0.06,0.6021,0.02,0.4771 yawls,yawls,2,2,1,1,0.04,0.4771,0.02,0.4771 yeahs,yeahs,2,2,1,1,0.04,0.4771,0.02,0.4771 yearlong,yearlong,2,2,2,2,0.04,0.4771,0.02,0.4771 Yellowbird,yellowbird,3,2,0,0,0.06,0.6021,0.02,0.4771 yellowy,yellowy,2,2,2,2,0.04,0.4771,0.02,0.4771 Yeo,yeo,24,2,0,0,0.47,1.3979,0.02,0.4771 yerba,yerba,2,2,2,2,0.04,0.4771,0.02,0.4771 yester,yester,2,2,1,1,0.04,0.4771,0.02,0.4771 yew,yew,2,2,2,2,0.04,0.4771,0.02,0.4771 Yids,yids,2,2,0,0,0.04,0.4771,0.02,0.4771 Yipe,yipe,2,2,0,0,0.04,0.4771,0.02,0.4771 Yod,yod,30,2,0,0,0.59,1.4914,0.02,0.4771 yodeled,yodeled,3,2,3,2,0.06,0.6021,0.02,0.4771 yodeler,yodeler,2,2,2,2,0.04,0.4771,0.02,0.4771 yodelers,yodelers,2,2,1,1,0.04,0.4771,0.02,0.4771 yodeller,yodeller,2,2,2,2,0.04,0.4771,0.02,0.4771 yogic,yogic,2,2,2,2,0.04,0.4771,0.02,0.4771 Yohimbine,yohimbine,4,2,0,0,0.08,0.6990,0.02,0.4771 yond,yond,3,2,3,2,0.06,0.6021,0.02,0.4771 Yoni,yoni,5,2,0,0,0.10,0.7782,0.02,0.4771 Youngers,youngers,11,2,0,0,0.22,1.0792,0.02,0.4771 Youngs,youngs,3,2,0,0,0.06,0.6021,0.02,0.4771 Yowie,yowie,26,2,1,1,0.51,1.4314,0.02,0.4771 yrs,yrs,3,2,3,2,0.06,0.6021,0.02,0.4771 yt,yt,18,2,18,2,0.35,1.2788,0.02,0.4771 Zac,zac,16,2,0,0,0.31,1.2304,0.02,0.4771 zaftig,zaftig,2,2,2,2,0.04,0.4771,0.02,0.4771 zagged,zagged,2,2,2,2,0.04,0.4771,0.02,0.4771 zar,zar,2,2,1,1,0.04,0.4771,0.02,0.4771 zealousness,zealousness,2,2,2,2,0.04,0.4771,0.02,0.4771 Zebedee,zebedee,2,2,0,0,0.04,0.4771,0.02,0.4771 Zechariah,zechariah,11,2,0,0,0.22,1.0792,0.02,0.4771 Zigzags,zigzags,3,2,1,1,0.06,0.6021,0.02,0.4771 zillionth,zillionth,3,2,3,2,0.06,0.6021,0.02,0.4771 zink,zink,2,2,1,1,0.04,0.4771,0.02,0.4771 Zinnia,zinnia,3,2,1,1,0.06,0.6021,0.02,0.4771 zirconium,zirconium,2,2,1,1,0.04,0.4771,0.02,0.4771 Zn,zn,2,2,0,0,0.04,0.4771,0.02,0.4771 zodiacal,zodiacal,2,2,2,2,0.04,0.4771,0.02,0.4771 Zona,zona,3,2,0,0,0.06,0.6021,0.02,0.4771 zucchinis,zucchinis,2,2,2,2,0.04,0.4771,0.02,0.4771 Zuni,zuni,2,2,0,0,0.04,0.4771,0.02,0.4771 zwieback,zwieback,2,2,2,2,0.04,0.4771,0.02,0.4771 zygoma,zygoma,2,2,1,1,0.04,0.4771,0.02,0.4771 aahed,aahed,1,1,1,1,0.02,0.3010,0.01,0.3010 aal,aal,1,1,1,1,0.02,0.3010,0.01,0.3010 Aarrgh,aarrgh,1,1,0,0,0.02,0.3010,0.01,0.3010 Aarrghh,aarrghh,1,1,0,0,0.02,0.3010,0.01,0.3010 Abaca,abaca,1,1,0,0,0.02,0.3010,0.01,0.3010 Abacuses,abacuses,1,1,0,0,0.02,0.3010,0.01,0.3010 abaft,abaft,2,1,2,1,0.04,0.4771,0.01,0.3010 abandoner,abandoner,1,1,1,1,0.02,0.3010,0.01,0.3010 Abastard,abastard,1,1,0,0,0.02,0.3010,0.01,0.3010 abating,abating,1,1,1,1,0.02,0.3010,0.01,0.3010 Abay,abay,3,1,0,0,0.06,0.6021,0.01,0.3010 abbesses,abbesses,1,1,1,1,0.02,0.3010,0.01,0.3010 abbreviate,abbreviate,1,1,1,1,0.02,0.3010,0.01,0.3010 Abd,abd,1,1,0,0,0.02,0.3010,0.01,0.3010 abdicates,abdicates,1,1,1,1,0.02,0.3010,0.01,0.3010 abele,abele,1,1,1,1,0.02,0.3010,0.01,0.3010 Abernethy,abernethy,1,1,0,0,0.02,0.3010,0.01,0.3010 abettor,abettor,1,1,1,1,0.02,0.3010,0.01,0.3010 abiders,abiders,1,1,1,1,0.02,0.3010,0.01,0.3010 Abiogenist,abiogenist,3,1,0,0,0.06,0.6021,0.01,0.3010 Abit,abit,1,1,0,0,0.02,0.3010,0.01,0.3010 abjure,abjure,1,1,1,1,0.02,0.3010,0.01,0.3010 ablate,ablate,1,1,1,1,0.02,0.3010,0.01,0.3010 ablated,ablated,1,1,1,1,0.02,0.3010,0.01,0.3010 ablation,ablation,1,1,1,1,0.02,0.3010,0.01,0.3010 abler,abler,1,1,1,1,0.02,0.3010,0.01,0.3010 abloom,abloom,3,1,3,1,0.06,0.6021,0.01,0.3010 abnormity,abnormity,1,1,1,1,0.02,0.3010,0.01,0.3010 abolishes,abolishes,1,1,1,1,0.02,0.3010,0.01,0.3010 abolitionism,abolitionism,1,1,1,1,0.02,0.3010,0.01,0.3010 abomasum,abomasum,1,1,1,1,0.02,0.3010,0.01,0.3010 Aboriginally,aboriginally,1,1,0,0,0.02,0.3010,0.01,0.3010 Aboriginals,aboriginals,1,1,0,0,0.02,0.3010,0.01,0.3010 aborning,aborning,1,1,1,1,0.02,0.3010,0.01,0.3010 abortionists,abortionists,1,1,1,1,0.02,0.3010,0.01,0.3010 abortive,abortive,1,1,1,1,0.02,0.3010,0.01,0.3010 Abortively,abortively,1,1,0,0,0.02,0.3010,0.01,0.3010 aborts,aborts,1,1,1,1,0.02,0.3010,0.01,0.3010 abovementioned,abovementioned,1,1,1,1,0.02,0.3010,0.01,0.3010 abrade,abrade,1,1,1,1,0.02,0.3010,0.01,0.3010 abraid,abraid,1,1,1,1,0.02,0.3010,0.01,0.3010 abrasiveness,abrasiveness,2,1,2,1,0.04,0.4771,0.01,0.3010 abrasives,abrasives,4,1,4,1,0.08,0.6990,0.01,0.3010 abreaction,abreaction,1,1,1,1,0.02,0.3010,0.01,0.3010 abridge,abridge,1,1,1,1,0.02,0.3010,0.01,0.3010 abridgement,abridgement,1,1,1,1,0.02,0.3010,0.01,0.3010 abrogate,abrogate,1,1,1,1,0.02,0.3010,0.01,0.3010 abrogating,abrogating,1,1,1,1,0.02,0.3010,0.01,0.3010 absconder,absconder,1,1,1,1,0.02,0.3010,0.01,0.3010 abseiling,abseiling,1,1,1,1,0.02,0.3010,0.01,0.3010 absentmindedness,absentmindedness,1,1,1,1,0.02,0.3010,0.01,0.3010 absinthes,absinthes,3,1,3,1,0.06,0.6021,0.01,0.3010 absinthium,absinthium,1,1,1,1,0.02,0.3010,0.01,0.3010 absit,absit,1,1,1,1,0.02,0.3010,0.01,0.3010 Absoluteness,absoluteness,1,1,0,0,0.02,0.3010,0.01,0.3010 Absolutions,absolutions,1,1,0,0,0.02,0.3010,0.01,0.3010 Absolver,absolver,4,1,0,0,0.08,0.6990,0.01,0.3010 Absorbtion,absorbtion,3,1,1,1,0.06,0.6021,0.01,0.3010 absorptions,absorptions,1,1,1,1,0.02,0.3010,0.01,0.3010 Abstainers,abstainers,1,1,0,0,0.02,0.3010,0.01,0.3010 abstentions,abstentions,1,1,1,1,0.02,0.3010,0.01,0.3010 Abstracting,abstracting,1,1,0,0,0.02,0.3010,0.01,0.3010 abstractionist,abstractionist,1,1,1,1,0.02,0.3010,0.01,0.3010 absurdist,absurdist,1,1,1,1,0.02,0.3010,0.01,0.3010 abulia,abulia,1,1,1,1,0.02,0.3010,0.01,0.3010 abusiveness,abusiveness,1,1,1,1,0.02,0.3010,0.01,0.3010 abutments,abutments,1,1,1,1,0.02,0.3010,0.01,0.3010 abutting,abutting,1,1,1,1,0.02,0.3010,0.01,0.3010 abysmally,abysmally,1,1,1,1,0.02,0.3010,0.01,0.3010 abyssal,abyssal,1,1,1,1,0.02,0.3010,0.01,0.3010 academes,academes,1,1,1,1,0.02,0.3010,0.01,0.3010 academician,academician,1,1,1,1,0.02,0.3010,0.01,0.3010 acanthus,acanthus,1,1,1,1,0.02,0.3010,0.01,0.3010 Accademia,accademia,1,1,0,0,0.02,0.3010,0.01,0.3010 Accadian,accadian,1,1,0,0,0.02,0.3010,0.01,0.3010 acceded,acceded,1,1,1,1,0.02,0.3010,0.01,0.3010 accented,accented,1,1,1,1,0.02,0.3010,0.01,0.3010 accentuating,accentuating,1,1,1,1,0.02,0.3010,0.01,0.3010 acceptant,acceptant,1,1,1,1,0.02,0.3010,0.01,0.3010 accessorise,accessorise,1,1,1,1,0.02,0.3010,0.01,0.3010 accidentals,accidentals,1,1,1,1,0.02,0.3010,0.01,0.3010 acclamation,acclamation,1,1,1,1,0.02,0.3010,0.01,0.3010 acclimates,acclimates,1,1,1,1,0.02,0.3010,0.01,0.3010 acclimatization,acclimatization,1,1,1,1,0.02,0.3010,0.01,0.3010 acclimatize,acclimatize,1,1,1,1,0.02,0.3010,0.01,0.3010 accolade,accolade,1,1,1,1,0.02,0.3010,0.01,0.3010 accommodative,accommodative,1,1,1,1,0.02,0.3010,0.01,0.3010 accompanier,accompanier,1,1,1,1,0.02,0.3010,0.01,0.3010 accompanists,accompanists,1,1,1,1,0.02,0.3010,0.01,0.3010 accordable,accordable,1,1,1,1,0.02,0.3010,0.01,0.3010 accosts,accosts,1,1,1,1,0.02,0.3010,0.01,0.3010 accoutered,accoutered,1,1,1,1,0.02,0.3010,0.01,0.3010 accoutre,accoutre,1,1,1,1,0.02,0.3010,0.01,0.3010 accrediting,accrediting,1,1,1,1,0.02,0.3010,0.01,0.3010 Accrete,accrete,1,1,0,0,0.02,0.3010,0.01,0.3010 accrues,accrues,1,1,1,1,0.02,0.3010,0.01,0.3010 accumulations,accumulations,1,1,1,1,0.02,0.3010,0.01,0.3010 accumulator,accumulator,1,1,1,1,0.02,0.3010,0.01,0.3010 acentric,acentric,1,1,1,1,0.02,0.3010,0.01,0.3010 acetabulum,acetabulum,2,1,2,1,0.04,0.4771,0.01,0.3010 acetates,acetates,1,1,1,1,0.02,0.3010,0.01,0.3010 acetic,acetic,1,1,1,1,0.02,0.3010,0.01,0.3010 achar,achar,1,1,1,1,0.02,0.3010,0.01,0.3010 achiness,achiness,1,1,1,1,0.02,0.3010,0.01,0.3010 acidemia,acidemia,2,1,2,1,0.04,0.4771,0.01,0.3010 acidizing,acidizing,1,1,1,1,0.02,0.3010,0.01,0.3010 ackee,ackee,1,1,1,1,0.02,0.3010,0.01,0.3010 acknowledgments,acknowledgments,1,1,1,1,0.02,0.3010,0.01,0.3010 acnes,acnes,1,1,1,1,0.02,0.3010,0.01,0.3010 Acoma,acoma,3,1,0,0,0.06,0.6021,0.01,0.3010 acoustically,acoustically,1,1,1,1,0.02,0.3010,0.01,0.3010 acquiescent,acquiescent,1,1,1,1,0.02,0.3010,0.01,0.3010 acquirer,acquirer,1,1,1,1,0.02,0.3010,0.01,0.3010 acquisitiveness,acquisitiveness,1,1,1,1,0.02,0.3010,0.01,0.3010 acquittals,acquittals,1,1,1,1,0.02,0.3010,0.01,0.3010 acromegalia,acromegalia,10,1,6,1,0.20,1.0414,0.01,0.3010 Acta,acta,1,1,0,0,0.02,0.3010,0.01,0.3010 Actg,actg,1,1,0,0,0.02,0.3010,0.01,0.3010 actings,actings,1,1,1,1,0.02,0.3010,0.01,0.3010 actinic,actinic,1,1,1,1,0.02,0.3010,0.01,0.3010 actioner,actioner,1,1,1,1,0.02,0.3010,0.01,0.3010 actives,actives,1,1,1,1,0.02,0.3010,0.01,0.3010 actory,actory,1,1,1,1,0.02,0.3010,0.01,0.3010 actu,actu,1,1,1,1,0.02,0.3010,0.01,0.3010 actualisation,actualisation,2,1,2,1,0.04,0.4771,0.01,0.3010 actualised,actualised,1,1,1,1,0.02,0.3010,0.01,0.3010 actualities,actualities,1,1,1,1,0.02,0.3010,0.01,0.3010 actuarially,actuarially,1,1,1,1,0.02,0.3010,0.01,0.3010 actuaries,actuaries,1,1,1,1,0.02,0.3010,0.01,0.3010 actuate,actuate,1,1,1,1,0.02,0.3010,0.01,0.3010 actuating,actuating,1,1,1,1,0.02,0.3010,0.01,0.3010 actuation,actuation,1,1,1,1,0.02,0.3010,0.01,0.3010 actuators,actuators,2,1,2,1,0.04,0.4771,0.01,0.3010 acupuncturists,acupuncturists,2,1,2,1,0.04,0.4771,0.01,0.3010 acuteness,acuteness,1,1,1,1,0.02,0.3010,0.01,0.3010 acyclovir,acyclovir,1,1,1,1,0.02,0.3010,0.01,0.3010 adages,adages,1,1,1,1,0.02,0.3010,0.01,0.3010 adamantine,adamantine,1,1,1,1,0.02,0.3010,0.01,0.3010 adamas,adamas,1,1,1,1,0.02,0.3010,0.01,0.3010 adance,adance,1,1,1,1,0.02,0.3010,0.01,0.3010 adaption,adaption,1,1,1,1,0.02,0.3010,0.01,0.3010 adaptors,adaptors,1,1,1,1,0.02,0.3010,0.01,0.3010 Adar,adar,3,1,0,0,0.06,0.6021,0.01,0.3010 Addle,addle,8,1,0,0,0.16,0.9542,0.01,0.3010 addling,addling,1,1,1,1,0.02,0.3010,0.01,0.3010 addr,addr,2,1,2,1,0.04,0.4771,0.01,0.3010 Addresser,addresser,2,1,0,0,0.04,0.4771,0.01,0.3010 adduce,adduce,1,1,1,1,0.02,0.3010,0.01,0.3010 adduced,adduced,1,1,1,1,0.02,0.3010,0.01,0.3010 adductor,adductor,1,1,1,1,0.02,0.3010,0.01,0.3010 Adelante,adelante,1,1,0,0,0.02,0.3010,0.01,0.3010 Adenia,adenia,1,1,0,0,0.02,0.3010,0.01,0.3010 adenocarcinoma,adenocarcinoma,1,1,1,1,0.02,0.3010,0.01,0.3010 Adenoid,adenoid,5,1,0,0,0.10,0.7782,0.01,0.3010 adenoidal,adenoidal,1,1,1,1,0.02,0.3010,0.01,0.3010 adenoma,adenoma,1,1,1,1,0.02,0.3010,0.01,0.3010 adenopathy,adenopathy,1,1,1,1,0.02,0.3010,0.01,0.3010 adeptness,adeptness,1,1,1,1,0.02,0.3010,0.01,0.3010 adequacy,adequacy,1,1,1,1,0.02,0.3010,0.01,0.3010 adherents,adherents,1,1,1,1,0.02,0.3010,0.01,0.3010 adhesives,adhesives,1,1,1,1,0.02,0.3010,0.01,0.3010 adiabatic,adiabatic,1,1,1,1,0.02,0.3010,0.01,0.3010 adieus,adieus,1,1,1,1,0.02,0.3010,0.01,0.3010 adiposity,adiposity,1,1,1,1,0.02,0.3010,0.01,0.3010 adjacencies,adjacencies,1,1,1,1,0.02,0.3010,0.01,0.3010 Adjoined,adjoined,1,1,0,0,0.02,0.3010,0.01,0.3010 adjoints,adjoints,1,1,1,1,0.02,0.3010,0.01,0.3010 adjudge,adjudge,1,1,1,1,0.02,0.3010,0.01,0.3010 adjudicating,adjudicating,1,1,1,1,0.02,0.3010,0.01,0.3010 adjure,adjure,1,1,1,1,0.02,0.3010,0.01,0.3010 adjustability,adjustability,1,1,1,1,0.02,0.3010,0.01,0.3010 adjutants,adjutants,1,1,1,1,0.02,0.3010,0.01,0.3010 adjuvant,adjuvant,1,1,1,1,0.02,0.3010,0.01,0.3010 Administerial,administerial,1,1,0,0,0.02,0.3010,0.01,0.3010 administrates,administrates,1,1,1,1,0.02,0.3010,0.01,0.3010 adminstration,adminstration,1,1,1,1,0.02,0.3010,0.01,0.3010 Admittances,admittances,2,1,0,0,0.04,0.4771,0.01,0.3010 admittee,admittee,1,1,1,1,0.02,0.3010,0.01,0.3010 admittible,admittible,1,1,1,1,0.02,0.3010,0.01,0.3010 admixture,admixture,1,1,1,1,0.02,0.3010,0.01,0.3010 admonishments,admonishments,1,1,1,1,0.02,0.3010,0.01,0.3010 admonitions,admonitions,1,1,1,1,0.02,0.3010,0.01,0.3010 adnexa,adnexa,1,1,1,1,0.02,0.3010,0.01,0.3010 Adolescences,adolescences,1,1,0,0,0.02,0.3010,0.01,0.3010 adoptable,adoptable,1,1,1,1,0.02,0.3010,0.01,0.3010 adopter,adopter,1,1,1,1,0.02,0.3010,0.01,0.3010 adorability,adorability,1,1,1,1,0.02,0.3010,0.01,0.3010 adorableness,adorableness,1,1,1,1,0.02,0.3010,0.01,0.3010 adorers,adorers,1,1,1,1,0.02,0.3010,0.01,0.3010 adrenalectomy,adrenalectomy,2,1,2,1,0.04,0.4771,0.01,0.3010 adroitness,adroitness,1,1,1,1,0.02,0.3010,0.01,0.3010 Adrop,adrop,1,1,0,0,0.02,0.3010,0.01,0.3010 adulterant,adulterant,1,1,1,1,0.02,0.3010,0.01,0.3010 adulterate,adulterate,1,1,1,1,0.02,0.3010,0.01,0.3010 Adulterated,adulterated,1,1,0,0,0.02,0.3010,0.01,0.3010 Adulterating,adulterating,1,1,0,0,0.02,0.3010,0.01,0.3010 adulterize,adulterize,1,1,1,1,0.02,0.3010,0.01,0.3010 adust,adust,1,1,1,1,0.02,0.3010,0.01,0.3010 Adv,adv,1,1,0,0,0.02,0.3010,0.01,0.3010 adventurist,adventurist,1,1,1,1,0.02,0.3010,0.01,0.3010 adventurousness,adventurousness,1,1,1,1,0.02,0.3010,0.01,0.3010 adverted,adverted,1,1,1,1,0.02,0.3010,0.01,0.3010 advertently,advertently,1,1,1,1,0.02,0.3010,0.01,0.3010 advocaat,advocaat,3,1,2,1,0.06,0.6021,0.01,0.3010 aedes,aedes,1,1,1,1,0.02,0.3010,0.01,0.3010 Aegisthus,aegisthus,7,1,0,0,0.14,0.9031,0.01,0.3010 Aeolian,aeolian,1,1,0,0,0.02,0.3010,0.01,0.3010 aeons,aeons,1,1,1,1,0.02,0.3010,0.01,0.3010 aerate,aerate,1,1,1,1,0.02,0.3010,0.01,0.3010 aerating,aerating,1,1,1,1,0.02,0.3010,0.01,0.3010 Aeration,aeration,1,1,0,0,0.02,0.3010,0.01,0.3010 aerialist,aerialist,1,1,1,1,0.02,0.3010,0.01,0.3010 aerie,aerie,1,1,1,1,0.02,0.3010,0.01,0.3010 aeries,aeries,1,1,1,1,0.02,0.3010,0.01,0.3010 aerobatics,aerobatics,1,1,1,1,0.02,0.3010,0.01,0.3010 aerodromes,aerodromes,1,1,1,1,0.02,0.3010,0.01,0.3010 Aerodyne,aerodyne,3,1,0,0,0.06,0.6021,0.01,0.3010 aeroelastic,aeroelastic,2,1,1,1,0.04,0.4771,0.01,0.3010 aerofoils,aerofoils,1,1,1,1,0.02,0.3010,0.01,0.3010 Aeron,aeron,1,1,0,0,0.02,0.3010,0.01,0.3010 Aerosols,aerosols,1,1,0,0,0.02,0.3010,0.01,0.3010 aery,aery,1,1,1,1,0.02,0.3010,0.01,0.3010 Aesir,aesir,2,1,0,0,0.04,0.4771,0.01,0.3010 aesthetes,aesthetes,1,1,1,1,0.02,0.3010,0.01,0.3010 Afd,afd,2,1,0,0,0.04,0.4771,0.01,0.3010 afer,afer,1,1,1,1,0.02,0.3010,0.01,0.3010 affaire,affaire,1,1,1,1,0.02,0.3010,0.01,0.3010 affectedly,affectedly,1,1,1,1,0.02,0.3010,0.01,0.3010 affectless,affectless,1,1,1,1,0.02,0.3010,0.01,0.3010 affenpinscher,affenpinscher,1,1,1,1,0.02,0.3010,0.01,0.3010 affiant,affiant,1,1,1,1,0.02,0.3010,0.01,0.3010 affiche,affiche,1,1,1,1,0.02,0.3010,0.01,0.3010 afficionado,afficionado,1,1,1,1,0.02,0.3010,0.01,0.3010 affixed,affixed,1,1,1,1,0.02,0.3010,0.01,0.3010 afflatus,afflatus,1,1,1,1,0.02,0.3010,0.01,0.3010 afflictive,afflictive,1,1,1,1,0.02,0.3010,0.01,0.3010 affordability,affordability,1,1,1,1,0.02,0.3010,0.01,0.3010 Afghanis,afghanis,1,1,0,0,0.02,0.3010,0.01,0.3010 aforehand,aforehand,1,1,1,1,0.02,0.3010,0.01,0.3010 Afrikaans,afrikaans,3,1,0,0,0.06,0.6021,0.01,0.3010 Afrikaner,afrikaner,2,1,0,0,0.04,0.4771,0.01,0.3010 afterdeck,afterdeck,2,1,2,1,0.04,0.4771,0.01,0.3010 afterimage,afterimage,2,1,2,1,0.04,0.4771,0.01,0.3010 aftermast,aftermast,1,1,1,1,0.02,0.3010,0.01,0.3010 aftermaths,aftermaths,1,1,1,1,0.02,0.3010,0.01,0.3010 afternight,afternight,2,1,2,1,0.04,0.4771,0.01,0.3010 aftershaves,aftershaves,1,1,1,1,0.02,0.3010,0.01,0.3010 aftershocks,aftershocks,1,1,1,1,0.02,0.3010,0.01,0.3010 afterwords,afterwords,2,1,1,1,0.04,0.4771,0.01,0.3010 Afterwork,afterwork,1,1,0,0,0.02,0.3010,0.01,0.3010 afterworld,afterworld,1,1,1,1,0.02,0.3010,0.01,0.3010 Agar,agar,1,1,0,0,0.02,0.3010,0.01,0.3010 agarose,agarose,1,1,1,1,0.02,0.3010,0.01,0.3010 agate,agate,2,1,2,1,0.04,0.4771,0.01,0.3010 agates,agates,1,1,1,1,0.02,0.3010,0.01,0.3010 agenting,agenting,1,1,1,1,0.02,0.3010,0.01,0.3010 Ager,ager,1,1,0,0,0.02,0.3010,0.01,0.3010 ageratum,ageratum,1,1,1,1,0.02,0.3010,0.01,0.3010 agglutinate,agglutinate,1,1,1,1,0.02,0.3010,0.01,0.3010 agglutinin,agglutinin,1,1,1,1,0.02,0.3010,0.01,0.3010 aggrandize,aggrandize,1,1,1,1,0.02,0.3010,0.01,0.3010 aggrandizement,aggrandizement,1,1,1,1,0.02,0.3010,0.01,0.3010 aggrandizing,aggrandizing,1,1,1,1,0.02,0.3010,0.01,0.3010 aggress,aggress,2,1,2,1,0.04,0.4771,0.01,0.3010 aggressed,aggressed,1,1,1,1,0.02,0.3010,0.01,0.3010 aggresses,aggresses,2,1,2,1,0.04,0.4771,0.01,0.3010 aggro,aggro,1,1,1,1,0.02,0.3010,0.01,0.3010 Agha,agha,1,1,0,0,0.02,0.3010,0.01,0.3010 agist,agist,1,1,1,1,0.02,0.3010,0.01,0.3010 agists,agists,1,1,1,1,0.02,0.3010,0.01,0.3010 agit,agit,1,1,1,1,0.02,0.3010,0.01,0.3010 agitato,agitato,3,1,3,1,0.06,0.6021,0.01,0.3010 agitprop,agitprop,1,1,1,1,0.02,0.3010,0.01,0.3010 aglet,aglet,1,1,1,1,0.02,0.3010,0.01,0.3010 agnate,agnate,5,1,5,1,0.10,0.7782,0.01,0.3010 agnates,agnates,4,1,4,1,0.08,0.6990,0.01,0.3010 agnosia,agnosia,1,1,1,1,0.02,0.3010,0.01,0.3010 agonist,agonist,1,1,1,1,0.02,0.3010,0.01,0.3010 agora,agora,1,1,1,1,0.02,0.3010,0.01,0.3010 Agoraphobiac,agoraphobiac,2,1,0,0,0.04,0.4771,0.01,0.3010 agoraphobics,agoraphobics,1,1,1,1,0.02,0.3010,0.01,0.3010 agoras,agoras,1,1,1,1,0.02,0.3010,0.01,0.3010 agr,agr,1,1,1,1,0.02,0.3010,0.01,0.3010 Agreat,agreat,1,1,0,0,0.02,0.3010,0.01,0.3010 agrement,agrement,1,1,1,1,0.02,0.3010,0.01,0.3010 agricultures,agricultures,1,1,1,1,0.02,0.3010,0.01,0.3010 Agt,agt,1,1,0,0,0.02,0.3010,0.01,0.3010 aguacate,aguacate,1,1,1,1,0.02,0.3010,0.01,0.3010 aguardiente,aguardiente,4,1,4,1,0.08,0.6990,0.01,0.3010 Aguinaldo,aguinaldo,1,1,0,0,0.02,0.3010,0.01,0.3010 Agust,agust,3,1,0,0,0.06,0.6021,0.01,0.3010 agy,agy,1,1,1,1,0.02,0.3010,0.01,0.3010 ahorse,ahorse,1,1,1,1,0.02,0.3010,0.01,0.3010 aidable,aidable,1,1,1,1,0.02,0.3010,0.01,0.3010 aider,aider,1,1,1,1,0.02,0.3010,0.01,0.3010 aileron,aileron,1,1,1,1,0.02,0.3010,0.01,0.3010 Ainu,ainu,3,1,0,0,0.06,0.6021,0.01,0.3010 aioli,aioli,1,1,1,1,0.02,0.3010,0.01,0.3010 aircraftsman,aircraftsman,1,1,1,1,0.02,0.3010,0.01,0.3010 Airdate,airdate,1,1,0,0,0.02,0.3010,0.01,0.3010 airdromes,airdromes,1,1,1,1,0.02,0.3010,0.01,0.3010 Airedales,airedales,1,1,0,0,0.02,0.3010,0.01,0.3010 airfoil,airfoil,1,1,1,1,0.02,0.3010,0.01,0.3010 airiness,airiness,1,1,1,1,0.02,0.3010,0.01,0.3010 airings,airings,1,1,1,1,0.02,0.3010,0.01,0.3010 Airlifts,airlifts,1,1,0,0,0.02,0.3010,0.01,0.3010 airlocks,airlocks,1,1,1,1,0.02,0.3010,0.01,0.3010 airmobile,airmobile,1,1,1,1,0.02,0.3010,0.01,0.3010 airwave,airwave,1,1,1,1,0.02,0.3010,0.01,0.3010 airworthy,airworthy,1,1,1,1,0.02,0.3010,0.01,0.3010 aiwan,aiwan,2,1,2,1,0.04,0.4771,0.01,0.3010 ajog,ajog,1,1,1,1,0.02,0.3010,0.01,0.3010 Akamatsu,akamatsu,1,1,0,0,0.02,0.3010,0.01,0.3010 Akasa,akasa,1,1,0,0,0.02,0.3010,0.01,0.3010 Akasha,akasha,13,1,0,0,0.25,1.1461,0.01,0.3010 aked,aked,1,1,1,1,0.02,0.3010,0.01,0.3010 Akee,akee,3,1,1,1,0.06,0.6021,0.01,0.3010 akey,akey,5,1,5,1,0.10,0.7782,0.01,0.3010 Akkadian,akkadian,1,1,0,0,0.02,0.3010,0.01,0.3010 ako,ako,1,1,1,1,0.02,0.3010,0.01,0.3010 Akra,akra,1,1,0,0,0.02,0.3010,0.01,0.3010 alackaday,alackaday,1,1,1,1,0.02,0.3010,0.01,0.3010 Alar,alar,7,1,0,0,0.14,0.9031,0.01,0.3010 Alaskas,alaskas,1,1,0,0,0.02,0.3010,0.01,0.3010 Alastor,alastor,5,1,0,0,0.10,0.7782,0.01,0.3010 Alb,alb,1,1,0,0,0.02,0.3010,0.01,0.3010 Albanians,albanians,1,1,0,0,0.02,0.3010,0.01,0.3010 Albatrosses,albatrosses,2,1,0,0,0.04,0.4771,0.01,0.3010 Albe,albe,2,1,0,0,0.04,0.4771,0.01,0.3010 Alberich,alberich,5,1,0,0,0.10,0.7782,0.01,0.3010 Albion,albion,1,1,0,0,0.02,0.3010,0.01,0.3010 albumens,albumens,5,1,5,1,0.10,0.7782,0.01,0.3010 alcalde,alcalde,14,1,14,1,0.27,1.1761,0.01,0.3010 alce,alce,1,1,1,1,0.02,0.3010,0.01,0.3010 alchemically,alchemically,1,1,1,1,0.02,0.3010,0.01,0.3010 alchemize,alchemize,1,1,1,1,0.02,0.3010,0.01,0.3010 Aldebaran,aldebaran,3,1,0,0,0.06,0.6021,0.01,0.3010 aldehydes,aldehydes,1,1,1,1,0.02,0.3010,0.01,0.3010 aldermen,aldermen,1,1,1,1,0.02,0.3010,0.01,0.3010 alders,alders,3,1,3,1,0.06,0.6021,0.01,0.3010 alecs,alecs,1,1,1,1,0.02,0.3010,0.01,0.3010 alef,alef,2,1,2,1,0.04,0.4771,0.01,0.3010 alehouse,alehouse,1,1,1,1,0.02,0.3010,0.01,0.3010 aleikum,aleikum,3,1,2,1,0.06,0.6021,0.01,0.3010 Alem,alem,1,1,0,0,0.02,0.3010,0.01,0.3010 alembic,alembic,1,1,1,1,0.02,0.3010,0.01,0.3010 alertly,alertly,2,1,2,1,0.04,0.4771,0.01,0.3010 Alexandrian,alexandrian,1,1,0,0,0.02,0.3010,0.01,0.3010 Alexandrine,alexandrine,7,1,0,0,0.14,0.9031,0.01,0.3010 Alg,alg,1,1,0,0,0.02,0.3010,0.01,0.3010 algin,algin,1,1,1,1,0.02,0.3010,0.01,0.3010 alginate,alginate,2,1,2,1,0.04,0.4771,0.01,0.3010 algorismic,algorismic,1,1,1,1,0.02,0.3010,0.01,0.3010 algorithmically,algorithmically,1,1,1,1,0.02,0.3010,0.01,0.3010 alguacil,alguacil,1,1,1,1,0.02,0.3010,0.01,0.3010 alibiing,alibiing,2,1,2,1,0.04,0.4771,0.01,0.3010 alignments,alignments,1,1,1,1,0.02,0.3010,0.01,0.3010 alinements,alinements,1,1,1,1,0.02,0.3010,0.01,0.3010 ality,ality,1,1,1,1,0.02,0.3010,0.01,0.3010 Aliyah,aliyah,3,1,0,0,0.06,0.6021,0.01,0.3010 alkalinize,alkalinize,1,1,1,1,0.02,0.3010,0.01,0.3010 alkalize,alkalize,1,1,1,1,0.02,0.3010,0.01,0.3010 alkane,alkane,1,1,1,1,0.02,0.3010,0.01,0.3010 alkyd,alkyd,1,1,1,1,0.02,0.3010,0.01,0.3010 alkylating,alkylating,1,1,1,1,0.02,0.3010,0.01,0.3010 allays,allays,1,1,1,1,0.02,0.3010,0.01,0.3010 allegories,allegories,1,1,1,1,0.02,0.3010,0.01,0.3010 allemands,allemands,1,1,1,1,0.02,0.3010,0.01,0.3010 allergens,allergens,1,1,1,1,0.02,0.3010,0.01,0.3010 allergists,allergists,1,1,1,1,0.02,0.3010,0.01,0.3010 Allgood,allgood,1,1,0,0,0.02,0.3010,0.01,0.3010 Allhallows,allhallows,1,1,0,0,0.02,0.3010,0.01,0.3010 alliterations,alliterations,1,1,1,1,0.02,0.3010,0.01,0.3010 alliterative,alliterative,1,1,1,1,0.02,0.3010,0.01,0.3010 Allium,allium,1,1,0,0,0.02,0.3010,0.01,0.3010 allograft,allograft,3,1,3,1,0.06,0.6021,0.01,0.3010 Allopurinol,allopurinol,1,1,0,0,0.02,0.3010,0.01,0.3010 allotments,allotments,1,1,1,1,0.02,0.3010,0.01,0.3010 allots,allots,1,1,1,1,0.02,0.3010,0.01,0.3010 allotting,allotting,1,1,1,1,0.02,0.3010,0.01,0.3010 alludes,alludes,1,1,1,1,0.02,0.3010,0.01,0.3010 allumette,allumette,1,1,1,1,0.02,0.3010,0.01,0.3010 allured,allured,1,1,1,1,0.02,0.3010,0.01,0.3010 allurements,allurements,1,1,1,1,0.02,0.3010,0.01,0.3010 Alluvial,alluvial,1,1,0,0,0.02,0.3010,0.01,0.3010 alluvials,alluvials,1,1,1,1,0.02,0.3010,0.01,0.3010 almanacs,almanacs,1,1,1,1,0.02,0.3010,0.01,0.3010 aln,aln,3,1,3,1,0.06,0.6021,0.01,0.3010 alo,alo,2,1,2,1,0.04,0.4771,0.01,0.3010 aloes,aloes,1,1,1,1,0.02,0.3010,0.01,0.3010 aloneness,aloneness,1,1,1,1,0.02,0.3010,0.01,0.3010 alow,alow,1,1,1,1,0.02,0.3010,0.01,0.3010 alpacas,alpacas,1,1,1,1,0.02,0.3010,0.01,0.3010 alpenstocks,alpenstocks,1,1,1,1,0.02,0.3010,0.01,0.3010 alphabetising,alphabetising,1,1,1,1,0.02,0.3010,0.01,0.3010 Alpheus,alpheus,2,1,0,0,0.04,0.4771,0.01,0.3010 alternatingly,alternatingly,1,1,1,1,0.02,0.3010,0.01,0.3010 alternation,alternation,2,1,2,1,0.04,0.4771,0.01,0.3010 Alteza,alteza,1,1,0,0,0.02,0.3010,0.01,0.3010 althaea,althaea,1,1,1,1,0.02,0.3010,0.01,0.3010 Altimeters,altimeters,1,1,0,0,0.02,0.3010,0.01,0.3010 Altiplano,altiplano,2,1,0,0,0.04,0.4771,0.01,0.3010 altruist,altruist,1,1,1,1,0.02,0.3010,0.01,0.3010 altruistically,altruistically,1,1,1,1,0.02,0.3010,0.01,0.3010 alumna,alumna,1,1,1,1,0.02,0.3010,0.01,0.3010 alumnae,alumnae,4,1,4,1,0.08,0.6990,0.01,0.3010 alveolus,alveolus,1,1,1,1,0.02,0.3010,0.01,0.3010 alw,alw,2,1,1,1,0.04,0.4771,0.01,0.3010 amable,amable,2,1,2,1,0.04,0.4771,0.01,0.3010 amah,amah,1,1,1,1,0.02,0.3010,0.01,0.3010 amandine,amandine,2,1,2,1,0.04,0.4771,0.01,0.3010 amanita,amanita,1,1,1,1,0.02,0.3010,0.01,0.3010 amant,amant,2,1,1,1,0.04,0.4771,0.01,0.3010 amaranth,amaranth,2,1,1,1,0.04,0.4771,0.01,0.3010 amasses,amasses,1,1,1,1,0.02,0.3010,0.01,0.3010 amassment,amassment,1,1,1,1,0.02,0.3010,0.01,0.3010 amateurism,amateurism,1,1,1,1,0.02,0.3010,0.01,0.3010 Ambach,ambach,10,1,0,0,0.20,1.0414,0.01,0.3010 ambients,ambients,1,1,1,1,0.02,0.3010,0.01,0.3010 ambisexual,ambisexual,1,1,1,1,0.02,0.3010,0.01,0.3010 ambitiously,ambitiously,1,1,1,1,0.02,0.3010,0.01,0.3010 Ambler,ambler,6,1,0,0,0.12,0.8451,0.01,0.3010 ambling,ambling,1,1,1,1,0.02,0.3010,0.01,0.3010 Amblyopia,amblyopia,1,1,0,0,0.02,0.3010,0.01,0.3010 Ambos,ambos,4,1,0,0,0.08,0.6990,0.01,0.3010 ambrosial,ambrosial,1,1,1,1,0.02,0.3010,0.01,0.3010 ambulation,ambulation,1,1,1,1,0.02,0.3010,0.01,0.3010 ambulatories,ambulatories,1,1,1,1,0.02,0.3010,0.01,0.3010 amebas,amebas,1,1,1,1,0.02,0.3010,0.01,0.3010 amebic,amebic,1,1,1,1,0.02,0.3010,0.01,0.3010 Amel,amel,3,1,0,0,0.06,0.6021,0.01,0.3010 ameliorated,ameliorated,1,1,1,1,0.02,0.3010,0.01,0.3010 amelioration,amelioration,1,1,1,1,0.02,0.3010,0.01,0.3010 Americanization,americanization,1,1,0,0,0.02,0.3010,0.01,0.3010 Americanize,americanize,1,1,0,0,0.02,0.3010,0.01,0.3010 Americanizing,americanizing,1,1,0,0,0.02,0.3010,0.01,0.3010 amharic,amharic,1,1,1,1,0.02,0.3010,0.01,0.3010 amiability,amiability,1,1,1,1,0.02,0.3010,0.01,0.3010 amice,amice,1,1,1,1,0.02,0.3010,0.01,0.3010 Amicus,amicus,1,1,0,0,0.02,0.3010,0.01,0.3010 amigas,amigas,2,1,1,1,0.04,0.4771,0.01,0.3010 Amil,amil,2,1,0,0,0.04,0.4771,0.01,0.3010 amination,amination,1,1,1,1,0.02,0.3010,0.01,0.3010 Amine,amine,1,1,0,0,0.02,0.3010,0.01,0.3010 amiral,amiral,1,1,1,1,0.02,0.3010,0.01,0.3010 Ammer,ammer,10,1,0,0,0.20,1.0414,0.01,0.3010 ammeter,ammeter,1,1,1,1,0.02,0.3010,0.01,0.3010 Ammoniac,ammoniac,1,1,0,0,0.02,0.3010,0.01,0.3010 ammos,ammos,1,1,1,1,0.02,0.3010,0.01,0.3010 amnesiacs,amnesiacs,1,1,1,1,0.02,0.3010,0.01,0.3010 amnesias,amnesias,1,1,1,1,0.02,0.3010,0.01,0.3010 amnestied,amnestied,1,1,1,1,0.02,0.3010,0.01,0.3010 amobarbital,amobarbital,1,1,1,1,0.02,0.3010,0.01,0.3010 Amoebae,amoebae,1,1,0,0,0.02,0.3010,0.01,0.3010 amoeboid,amoeboid,1,1,1,1,0.02,0.3010,0.01,0.3010 amortised,amortised,1,1,1,1,0.02,0.3010,0.01,0.3010 amortizes,amortizes,1,1,1,1,0.02,0.3010,0.01,0.3010 amperes,amperes,1,1,1,1,0.02,0.3010,0.01,0.3010 amphib,amphib,1,1,1,1,0.02,0.3010,0.01,0.3010 Amphibial,amphibial,1,1,0,0,0.02,0.3010,0.01,0.3010 amphipods,amphipods,1,1,1,1,0.02,0.3010,0.01,0.3010 amphora,amphora,1,1,1,1,0.02,0.3010,0.01,0.3010 Amphotericin,amphotericin,1,1,0,0,0.02,0.3010,0.01,0.3010 amputator,amputator,1,1,1,1,0.02,0.3010,0.01,0.3010 Amt,amt,1,1,0,0,0.02,0.3010,0.01,0.3010 amtracs,amtracs,1,1,1,1,0.02,0.3010,0.01,0.3010 Amu,amu,1,1,0,0,0.02,0.3010,0.01,0.3010 amusedly,amusedly,1,1,1,1,0.02,0.3010,0.01,0.3010 amusers,amusers,2,1,2,1,0.04,0.4771,0.01,0.3010 amyloidosis,amyloidosis,2,1,1,1,0.04,0.4771,0.01,0.3010 Anabaptist,anabaptist,1,1,0,0,0.02,0.3010,0.01,0.3010 anaesthesiology,anaesthesiology,5,1,5,1,0.10,0.7782,0.01,0.3010 anaesthetise,anaesthetise,1,1,1,1,0.02,0.3010,0.01,0.3010 anaesthetize,anaesthetize,1,1,1,1,0.02,0.3010,0.01,0.3010 anaesthetized,anaesthetized,1,1,1,1,0.02,0.3010,0.01,0.3010 anaesthetizes,anaesthetizes,1,1,1,1,0.02,0.3010,0.01,0.3010 Anaglyphics,anaglyphics,1,1,0,0,0.02,0.3010,0.01,0.3010 anaglypta,anaglypta,3,1,3,1,0.06,0.6021,0.01,0.3010 anagogic,anagogic,1,1,1,1,0.02,0.3010,0.01,0.3010 Anagrammed,anagrammed,1,1,0,0,0.02,0.3010,0.01,0.3010 analeptic,analeptic,1,1,1,1,0.02,0.3010,0.01,0.3010 analysation,analysation,1,1,1,1,0.02,0.3010,0.01,0.3010 analyzable,analyzable,1,1,1,1,0.02,0.3010,0.01,0.3010 Ananias,ananias,1,1,0,0,0.02,0.3010,0.01,0.3010 anarchistic,anarchistic,1,1,1,1,0.02,0.3010,0.01,0.3010 anastomose,anastomose,1,1,1,1,0.02,0.3010,0.01,0.3010 anastomosed,anastomosed,1,1,1,1,0.02,0.3010,0.01,0.3010 Anat,anat,1,1,0,0,0.02,0.3010,0.01,0.3010 anatomies,anatomies,1,1,1,1,0.02,0.3010,0.01,0.3010 anatomise,anatomise,1,1,1,1,0.02,0.3010,0.01,0.3010 Anchorites,anchorites,1,1,0,0,0.02,0.3010,0.01,0.3010 anchorpersons,anchorpersons,1,1,1,1,0.02,0.3010,0.01,0.3010 anciently,anciently,1,1,1,1,0.02,0.3010,0.01,0.3010 Andantes,andantes,1,1,0,0,0.02,0.3010,0.01,0.3010 Andean,andean,1,1,0,0,0.02,0.3010,0.01,0.3010 andiron,andiron,3,1,2,1,0.06,0.6021,0.01,0.3010 androgyny,androgyny,1,1,1,1,0.02,0.3010,0.01,0.3010 Andromache,andromache,5,1,0,0,0.10,0.7782,0.01,0.3010 Ane,ane,1,1,0,0,0.02,0.3010,0.01,0.3010 anecdotalist,anecdotalist,1,1,1,1,0.02,0.3010,0.01,0.3010 anecdotally,anecdotally,1,1,1,1,0.02,0.3010,0.01,0.3010 anemias,anemias,1,1,1,1,0.02,0.3010,0.01,0.3010 Anemometer,anemometer,1,1,0,0,0.02,0.3010,0.01,0.3010 Aneroid,aneroid,6,1,0,0,0.12,0.8451,0.01,0.3010 Anesthesiologists,anesthesiologists,1,1,0,0,0.02,0.3010,0.01,0.3010 anesthetists,anesthetists,2,1,2,1,0.04,0.4771,0.01,0.3010 anesthetizing,anesthetizing,1,1,1,1,0.02,0.3010,0.01,0.3010 angelical,angelical,1,1,1,1,0.02,0.3010,0.01,0.3010 angioma,angioma,7,1,7,1,0.14,0.9031,0.01,0.3010 angiosperms,angiosperms,1,1,1,1,0.02,0.3010,0.01,0.3010 angleworm,angleworm,1,1,1,1,0.02,0.3010,0.01,0.3010 Anglophilia,anglophilia,1,1,0,0,0.02,0.3010,0.01,0.3010 angstroms,angstroms,1,1,1,1,0.02,0.3010,0.01,0.3010 anguishes,anguishes,1,1,1,1,0.02,0.3010,0.01,0.3010 anharmonic,anharmonic,1,1,1,1,0.02,0.3010,0.01,0.3010 anhedonia,anhedonia,1,1,1,1,0.02,0.3010,0.01,0.3010 anhedral,anhedral,1,1,1,1,0.02,0.3010,0.01,0.3010 anhydride,anhydride,1,1,1,1,0.02,0.3010,0.01,0.3010 anhydrotic,anhydrotic,1,1,1,1,0.02,0.3010,0.01,0.3010 Anil,anil,5,1,0,0,0.10,0.7782,0.01,0.3010 Animala,animala,16,1,0,0,0.31,1.2304,0.01,0.3010 animalculous,animalculous,1,1,1,1,0.02,0.3010,0.01,0.3010 animas,animas,2,1,2,1,0.04,0.4771,0.01,0.3010 animations,animations,1,1,1,1,0.02,0.3010,0.01,0.3010 animators,animators,1,1,1,1,0.02,0.3010,0.01,0.3010 animists,animists,1,1,1,1,0.02,0.3010,0.01,0.3010 anion,anion,1,1,1,1,0.02,0.3010,0.01,0.3010 ankhs,ankhs,1,1,1,1,0.02,0.3010,0.01,0.3010 anklebone,anklebone,1,1,1,1,0.02,0.3010,0.01,0.3010 ankus,ankus,1,1,1,1,0.02,0.3010,0.01,0.3010 Ankylosis,ankylosis,1,1,0,0,0.02,0.3010,0.01,0.3010 annal,annal,1,1,1,1,0.02,0.3010,0.01,0.3010 Annatto,annatto,1,1,0,0,0.02,0.3010,0.01,0.3010 annexes,annexes,1,1,1,1,0.02,0.3010,0.01,0.3010 annihilates,annihilates,1,1,1,1,0.02,0.3010,0.01,0.3010 Annihilators,annihilators,1,1,0,0,0.02,0.3010,0.01,0.3010 annotating,annotating,1,1,1,1,0.02,0.3010,0.01,0.3010 annotations,annotations,1,1,1,1,0.02,0.3010,0.01,0.3010 annoyer,annoyer,1,1,1,1,0.02,0.3010,0.01,0.3010 annular,annular,1,1,1,1,0.02,0.3010,0.01,0.3010 annulments,annulments,1,1,1,1,0.02,0.3010,0.01,0.3010 annuls,annuls,1,1,1,1,0.02,0.3010,0.01,0.3010 Annunciation,annunciation,1,1,0,0,0.02,0.3010,0.01,0.3010 annunciator,annunciator,1,1,1,1,0.02,0.3010,0.01,0.3010 anodised,anodised,1,1,1,1,0.02,0.3010,0.01,0.3010 anodization,anodization,1,1,1,1,0.02,0.3010,0.01,0.3010 anodyne,anodyne,1,1,1,1,0.02,0.3010,0.01,0.3010 anoints,anoints,1,1,1,1,0.02,0.3010,0.01,0.3010 anonyme,anonyme,2,1,1,1,0.04,0.4771,0.01,0.3010 Anonyms,anonyms,1,1,0,0,0.02,0.3010,0.01,0.3010 anopheles,anopheles,1,1,1,1,0.02,0.3010,0.01,0.3010 anorectic,anorectic,2,1,2,1,0.04,0.4771,0.01,0.3010 anoscopy,anoscopy,1,1,1,1,0.02,0.3010,0.01,0.3010 anosmatic,anosmatic,1,1,1,1,0.02,0.3010,0.01,0.3010 anosmia,anosmia,2,1,1,1,0.04,0.4771,0.01,0.3010 Antaeus,antaeus,1,1,0,0,0.02,0.3010,0.01,0.3010 Anted,anted,1,1,0,0,0.02,0.3010,0.01,0.3010 anteflexed,anteflexed,1,1,1,1,0.02,0.3010,0.01,0.3010 anteing,anteing,1,1,1,1,0.02,0.3010,0.01,0.3010 anteriorly,anteriorly,1,1,1,1,0.02,0.3010,0.01,0.3010 anterolateral,anterolateral,1,1,1,1,0.02,0.3010,0.01,0.3010 anteverted,anteverted,1,1,1,1,0.02,0.3010,0.01,0.3010 Anthelmintic,anthelmintic,1,1,0,0,0.02,0.3010,0.01,0.3010 anthers,anthers,1,1,1,1,0.02,0.3010,0.01,0.3010 anthologies,anthologies,1,1,1,1,0.02,0.3010,0.01,0.3010 anthologized,anthologized,1,1,1,1,0.02,0.3010,0.01,0.3010 Anthropomancy,anthropomancy,1,1,0,0,0.02,0.3010,0.01,0.3010 anthropomorphise,anthropomorphise,1,1,1,1,0.02,0.3010,0.01,0.3010 anthropomorphization,anthropomorphization,1,1,1,1,0.02,0.3010,0.01,0.3010 anthropomorphizing,anthropomorphizing,2,1,2,1,0.04,0.4771,0.01,0.3010 anthropophagy,anthropophagy,3,1,2,1,0.06,0.6021,0.01,0.3010 anticholinergic,anticholinergic,1,1,1,1,0.02,0.3010,0.01,0.3010 antichrists,antichrists,1,1,1,1,0.02,0.3010,0.01,0.3010 anticipations,anticipations,1,1,1,1,0.02,0.3010,0.01,0.3010 anticline,anticline,1,1,1,1,0.02,0.3010,0.01,0.3010 anticoagulants,anticoagulants,1,1,1,1,0.02,0.3010,0.01,0.3010 anticoagulation,anticoagulation,2,1,2,1,0.04,0.4771,0.01,0.3010 anticommunism,anticommunism,1,1,1,1,0.02,0.3010,0.01,0.3010 anticommunist,anticommunist,1,1,1,1,0.02,0.3010,0.01,0.3010 anticorrosive,anticorrosive,1,1,1,1,0.02,0.3010,0.01,0.3010 antidemocratic,antidemocratic,1,1,1,1,0.02,0.3010,0.01,0.3010 antidepressive,antidepressive,1,1,1,1,0.02,0.3010,0.01,0.3010 antidotal,antidotal,1,1,1,1,0.02,0.3010,0.01,0.3010 antifascist,antifascist,1,1,1,1,0.02,0.3010,0.01,0.3010 antifungal,antifungal,1,1,1,1,0.02,0.3010,0.01,0.3010 antigun,antigun,1,1,1,1,0.02,0.3010,0.01,0.3010 Antihero,antihero,1,1,0,0,0.02,0.3010,0.01,0.3010 antiheroes,antiheroes,1,1,1,1,0.02,0.3010,0.01,0.3010 antihuman,antihuman,1,1,1,1,0.02,0.3010,0.01,0.3010 antimilitary,antimilitary,1,1,1,1,0.02,0.3010,0.01,0.3010 antimony,antimony,1,1,1,1,0.02,0.3010,0.01,0.3010 antineoplastic,antineoplastic,1,1,1,1,0.02,0.3010,0.01,0.3010 antineutrons,antineutrons,1,1,1,1,0.02,0.3010,0.01,0.3010 antinuclear,antinuclear,1,1,1,1,0.02,0.3010,0.01,0.3010 antioxidant,antioxidant,1,1,1,1,0.02,0.3010,0.01,0.3010 antiprotons,antiprotons,1,1,1,1,0.02,0.3010,0.01,0.3010 antiquarian,antiquarian,2,1,2,1,0.04,0.4771,0.01,0.3010 Antisepsis,antisepsis,1,1,0,0,0.02,0.3010,0.01,0.3010 antiserum,antiserum,9,1,9,1,0.18,1.0000,0.01,0.3010 antiship,antiship,1,1,1,1,0.02,0.3010,0.01,0.3010 antislavery,antislavery,1,1,1,1,0.02,0.3010,0.01,0.3010 antispasmodic,antispasmodic,1,1,1,1,0.02,0.3010,0.01,0.3010 antiviral,antiviral,1,1,1,1,0.02,0.3010,0.01,0.3010 antivirus,antivirus,1,1,1,1,0.02,0.3010,0.01,0.3010 antivivisection,antivivisection,2,1,2,1,0.04,0.4771,0.01,0.3010 antivivisectionist,antivivisectionist,1,1,1,1,0.02,0.3010,0.01,0.3010 antonyms,antonyms,2,1,1,1,0.04,0.4771,0.01,0.3010 antres,antres,1,1,1,1,0.02,0.3010,0.01,0.3010 antrum,antrum,1,1,1,1,0.02,0.3010,0.01,0.3010 antsier,antsier,1,1,1,1,0.02,0.3010,0.01,0.3010 anuran,anuran,2,1,1,1,0.04,0.4771,0.01,0.3010 anuses,anuses,1,1,1,1,0.02,0.3010,0.01,0.3010 anybodies,anybodies,1,1,1,1,0.02,0.3010,0.01,0.3010 Anythings,anythings,1,1,0,0,0.02,0.3010,0.01,0.3010 anywhy,anywhy,1,1,1,1,0.02,0.3010,0.01,0.3010 aoli,aoli,1,1,1,1,0.02,0.3010,0.01,0.3010 aortal,aortal,1,1,1,1,0.02,0.3010,0.01,0.3010 aortography,aortography,1,1,1,1,0.02,0.3010,0.01,0.3010 Apaid,apaid,1,1,0,0,0.02,0.3010,0.01,0.3010 apartness,apartness,1,1,1,1,0.02,0.3010,0.01,0.3010 Apatosaurus,apatosaurus,1,1,0,0,0.02,0.3010,0.01,0.3010 apeman,apeman,1,1,1,1,0.02,0.3010,0.01,0.3010 aperitifs,aperitifs,1,1,1,1,0.02,0.3010,0.01,0.3010 apert,apert,1,1,1,1,0.02,0.3010,0.01,0.3010 aphis,aphis,3,1,3,1,0.06,0.6021,0.01,0.3010 aphonia,aphonia,2,1,2,1,0.04,0.4771,0.01,0.3010 aphorism,aphorism,1,1,1,1,0.02,0.3010,0.01,0.3010 Aphrodisia,aphrodisia,1,1,0,0,0.02,0.3010,0.01,0.3010 aping,aping,1,1,1,1,0.02,0.3010,0.01,0.3010 apish,apish,1,1,1,1,0.02,0.3010,0.01,0.3010 aplasia,aplasia,1,1,1,1,0.02,0.3010,0.01,0.3010 apocrine,apocrine,1,1,1,1,0.02,0.3010,0.01,0.3010 Apollonian,apollonian,1,1,0,0,0.02,0.3010,0.01,0.3010 apologia,apologia,2,1,2,1,0.04,0.4771,0.01,0.3010 apologias,apologias,1,1,1,1,0.02,0.3010,0.01,0.3010 apologist,apologist,1,1,1,1,0.02,0.3010,0.01,0.3010 apologists,apologists,1,1,1,1,0.02,0.3010,0.01,0.3010 apostatized,apostatized,1,1,1,1,0.02,0.3010,0.01,0.3010 apostolate,apostolate,1,1,1,1,0.02,0.3010,0.01,0.3010 apostrophes,apostrophes,1,1,1,1,0.02,0.3010,0.01,0.3010 appalls,appalls,1,1,1,1,0.02,0.3010,0.01,0.3010 apparelled,apparelled,1,1,1,1,0.02,0.3010,0.01,0.3010 Appassionata,appassionata,1,1,0,0,0.02,0.3010,0.01,0.3010 appassionato,appassionato,1,1,1,1,0.02,0.3010,0.01,0.3010 appeasements,appeasements,1,1,1,1,0.02,0.3010,0.01,0.3010 appeases,appeases,1,1,1,1,0.02,0.3010,0.01,0.3010 appel,appel,1,1,1,1,0.02,0.3010,0.01,0.3010 appendectomies,appendectomies,1,1,1,1,0.02,0.3010,0.01,0.3010 appendicectomy,appendicectomy,1,1,1,1,0.02,0.3010,0.01,0.3010 appendixes,appendixes,1,1,1,1,0.02,0.3010,0.01,0.3010 Apperception,apperception,1,1,0,0,0.02,0.3010,0.01,0.3010 applauders,applauders,1,1,1,1,0.02,0.3010,0.01,0.3010 applecart,applecart,1,1,1,1,0.02,0.3010,0.01,0.3010 applewood,applewood,2,1,2,1,0.04,0.4771,0.01,0.3010 applicate,applicate,1,1,1,1,0.02,0.3010,0.01,0.3010 Appling,appling,1,1,0,0,0.02,0.3010,0.01,0.3010 appreciably,appreciably,1,1,1,1,0.02,0.3010,0.01,0.3010 appreciations,appreciations,1,1,1,1,0.02,0.3010,0.01,0.3010 apprehensibility,apprehensibility,1,1,1,1,0.02,0.3010,0.01,0.3010 apprehensions,apprehensions,1,1,1,1,0.02,0.3010,0.01,0.3010 apprenticeships,apprenticeships,1,1,1,1,0.02,0.3010,0.01,0.3010 appropriating,appropriating,1,1,1,1,0.02,0.3010,0.01,0.3010 approximal,approximal,1,1,1,1,0.02,0.3010,0.01,0.3010 approximations,approximations,1,1,1,1,0.02,0.3010,0.01,0.3010 approximatively,approximatively,1,1,1,1,0.02,0.3010,0.01,0.3010 apraxia,apraxia,1,1,1,1,0.02,0.3010,0.01,0.3010 aproned,aproned,1,1,1,1,0.02,0.3010,0.01,0.3010 Apterygote,apterygote,1,1,0,0,0.02,0.3010,0.01,0.3010 Aq,aq,1,1,0,0,0.02,0.3010,0.01,0.3010 aquacade,aquacade,1,1,1,1,0.02,0.3010,0.01,0.3010 aqualungs,aqualungs,1,1,1,1,0.02,0.3010,0.01,0.3010 aquiline,aquiline,1,1,1,1,0.02,0.3010,0.01,0.3010 Aquilino,aquilino,2,1,0,0,0.04,0.4771,0.01,0.3010 Arable,arable,1,1,0,0,0.02,0.3010,0.01,0.3010 Arachne,arachne,5,1,0,0,0.10,0.7782,0.01,0.3010 aragonite,aragonite,1,1,1,1,0.02,0.3010,0.01,0.3010 Araucanian,araucanian,1,1,0,0,0.02,0.3010,0.01,0.3010 arbitrager,arbitrager,1,1,1,1,0.02,0.3010,0.01,0.3010 arbitrageurs,arbitrageurs,1,1,1,1,0.02,0.3010,0.01,0.3010 arbitrament,arbitrament,1,1,1,1,0.02,0.3010,0.01,0.3010 arbitrates,arbitrates,1,1,1,1,0.02,0.3010,0.01,0.3010 arbitrations,arbitrations,1,1,1,1,0.02,0.3010,0.01,0.3010 arboretums,arboretums,2,1,2,1,0.04,0.4771,0.01,0.3010 arbors,arbors,2,1,2,1,0.04,0.4771,0.01,0.3010 arbs,arbs,1,1,1,1,0.02,0.3010,0.01,0.3010 Arbutus,arbutus,2,1,0,0,0.04,0.4771,0.01,0.3010 Arcadians,arcadians,1,1,0,0,0.02,0.3010,0.01,0.3010 arcana,arcana,4,1,4,1,0.08,0.6990,0.01,0.3010 archaeopteryx,archaeopteryx,1,1,1,1,0.02,0.3010,0.01,0.3010 Archean,archean,1,1,0,0,0.02,0.3010,0.01,0.3010 archest,archest,1,1,1,1,0.02,0.3010,0.01,0.3010 archetypally,archetypally,1,1,1,1,0.02,0.3010,0.01,0.3010 archetypically,archetypically,1,1,1,1,0.02,0.3010,0.01,0.3010 Archfiend,archfiend,1,1,0,0,0.02,0.3010,0.01,0.3010 architectonic,architectonic,1,1,1,1,0.02,0.3010,0.01,0.3010 architrave,architrave,2,1,2,1,0.04,0.4771,0.01,0.3010 archiving,archiving,1,1,1,1,0.02,0.3010,0.01,0.3010 archivists,archivists,1,1,1,1,0.02,0.3010,0.01,0.3010 Archminister,archminister,1,1,0,0,0.02,0.3010,0.01,0.3010 archy,archy,1,1,1,1,0.02,0.3010,0.01,0.3010 Arcsine,arcsine,1,1,0,0,0.02,0.3010,0.01,0.3010 arcuate,arcuate,2,1,2,1,0.04,0.4771,0.01,0.3010 ardency,ardency,1,1,1,1,0.02,0.3010,0.01,0.3010 ardently,ardently,1,1,1,1,0.02,0.3010,0.01,0.3010 arder,arder,2,1,2,1,0.04,0.4771,0.01,0.3010 ardors,ardors,1,1,1,1,0.02,0.3010,0.01,0.3010 areal,areal,1,1,1,1,0.02,0.3010,0.01,0.3010 arest,arest,2,1,2,1,0.04,0.4771,0.01,0.3010 aretes,aretes,1,1,1,1,0.02,0.3010,0.01,0.3010 Arethusa,arethusa,1,1,0,0,0.02,0.3010,0.01,0.3010 arette,arette,2,1,2,1,0.04,0.4771,0.01,0.3010 arew,arew,2,1,2,1,0.04,0.4771,0.01,0.3010 Arg,arg,1,1,0,0,0.02,0.3010,0.01,0.3010 Argand,argand,3,1,0,0,0.06,0.6021,0.01,0.3010 Argenton,argenton,1,1,0,0,0.02,0.3010,0.01,0.3010 Argillaceous,argillaceous,4,1,1,1,0.08,0.6990,0.01,0.3010 arginine,arginine,1,1,1,1,0.02,0.3010,0.01,0.3010 Argonaut,argonaut,1,1,0,0,0.02,0.3010,0.01,0.3010 Argos,argos,10,1,0,0,0.20,1.0414,0.01,0.3010 argosies,argosies,1,1,1,1,0.02,0.3010,0.01,0.3010 argot,argot,1,1,1,1,0.02,0.3010,0.01,0.3010 arguendo,arguendo,1,1,1,1,0.02,0.3010,0.01,0.3010 argufying,argufying,1,1,1,1,0.02,0.3010,0.01,0.3010 argumentum,argumentum,1,1,1,1,0.02,0.3010,0.01,0.3010 argyles,argyles,1,1,1,1,0.02,0.3010,0.01,0.3010 Ariadne,ariadne,5,1,0,0,0.10,0.7782,0.01,0.3010 aridity,aridity,1,1,1,1,0.02,0.3010,0.01,0.3010 Ariki,ariki,2,1,0,0,0.04,0.4771,0.01,0.3010 Arioso,arioso,2,1,0,0,0.04,0.4771,0.01,0.3010 Arizonans,arizonans,1,1,0,0,0.02,0.3010,0.01,0.3010 Arjun,arjun,1,1,0,0,0.02,0.3010,0.01,0.3010 armature,armature,1,1,1,1,0.02,0.3010,0.01,0.3010 armfuls,armfuls,1,1,1,1,0.02,0.3010,0.01,0.3010 armlock,armlock,1,1,1,1,0.02,0.3010,0.01,0.3010 armorial,armorial,1,1,1,1,0.02,0.3010,0.01,0.3010 Arna,arna,3,1,0,0,0.06,0.6021,0.01,0.3010 Aroon,aroon,11,1,0,0,0.22,1.0792,0.01,0.3010 arousable,arousable,1,1,1,1,0.02,0.3010,0.01,0.3010 arpeggio,arpeggio,1,1,1,1,0.02,0.3010,0.01,0.3010 arraigning,arraigning,1,1,1,1,0.02,0.3010,0.01,0.3010 arraignments,arraignments,1,1,1,1,0.02,0.3010,0.01,0.3010 arrestment,arrestment,1,1,1,1,0.02,0.3010,0.01,0.3010 Arretez,arretez,2,1,0,0,0.04,0.4771,0.01,0.3010 arrhythmias,arrhythmias,1,1,1,1,0.02,0.3010,0.01,0.3010 arrhythmic,arrhythmic,2,1,2,1,0.04,0.4771,0.01,0.3010 Arriere,arriere,4,1,0,0,0.08,0.6990,0.01,0.3010 arrogancy,arrogancy,1,1,1,1,0.02,0.3010,0.01,0.3010 arrogates,arrogates,1,1,1,1,0.02,0.3010,0.01,0.3010 Arrowing,arrowing,1,1,0,0,0.02,0.3010,0.01,0.3010 arrowroot,arrowroot,1,1,1,1,0.02,0.3010,0.01,0.3010 Arroya,arroya,1,1,0,0,0.02,0.3010,0.01,0.3010 arsed,arsed,1,1,1,1,0.02,0.3010,0.01,0.3010 arsphenamine,arsphenamine,1,1,1,1,0.02,0.3010,0.01,0.3010 Artemisia,artemisia,9,1,0,0,0.18,1.0000,0.01,0.3010 arterioles,arterioles,1,1,1,1,0.02,0.3010,0.01,0.3010 arteriosclerosis,arteriosclerosis,1,1,1,1,0.02,0.3010,0.01,0.3010 arteriovenous,arteriovenous,1,1,1,1,0.02,0.3010,0.01,0.3010 artha,artha,1,1,1,1,0.02,0.3010,0.01,0.3010 Arthel,arthel,1,1,0,0,0.02,0.3010,0.01,0.3010 arthropod,arthropod,1,1,1,1,0.02,0.3010,0.01,0.3010 Arthurian,arthurian,1,1,0,0,0.02,0.3010,0.01,0.3010 articular,articular,1,1,1,1,0.02,0.3010,0.01,0.3010 articulates,articulates,1,1,1,1,0.02,0.3010,0.01,0.3010 articulatory,articulatory,1,1,1,1,0.02,0.3010,0.01,0.3010 artifices,artifices,1,1,1,1,0.02,0.3010,0.01,0.3010 artillerymen,artillerymen,1,1,1,1,0.02,0.3010,0.01,0.3010 artlessly,artlessly,1,1,1,1,0.02,0.3010,0.01,0.3010 Artlet,artlet,1,1,0,0,0.02,0.3010,0.01,0.3010 Arusha,arusha,10,1,0,0,0.20,1.0414,0.01,0.3010 Arx,arx,4,1,0,0,0.08,0.6990,0.01,0.3010 asafoetida,asafoetida,2,1,1,1,0.04,0.4771,0.01,0.3010 Asb,asb,1,1,0,0,0.02,0.3010,0.01,0.3010 ascenders,ascenders,1,1,1,1,0.02,0.3010,0.01,0.3010 ascensionist,ascensionist,1,1,1,1,0.02,0.3010,0.01,0.3010 ascents,ascents,1,1,1,1,0.02,0.3010,0.01,0.3010 ascertainable,ascertainable,1,1,1,1,0.02,0.3010,0.01,0.3010 ascorbate,ascorbate,1,1,1,1,0.02,0.3010,0.01,0.3010 Ascribing,ascribing,1,1,0,0,0.02,0.3010,0.01,0.3010 Ashberry,ashberry,1,1,0,0,0.02,0.3010,0.01,0.3010 ashed,ashed,1,1,1,1,0.02,0.3010,0.01,0.3010 Ashet,ashet,3,1,0,0,0.06,0.6021,0.01,0.3010 ashrams,ashrams,1,1,1,1,0.02,0.3010,0.01,0.3010 asides,asides,1,1,1,1,0.02,0.3010,0.01,0.3010 Asker,asker,3,1,0,0,0.06,0.6021,0.01,0.3010 askings,askings,1,1,1,1,0.02,0.3010,0.01,0.3010 asmile,asmile,1,1,1,1,0.02,0.3010,0.01,0.3010 asperges,asperges,1,1,1,1,0.02,0.3010,0.01,0.3010 asperse,asperse,1,1,1,1,0.02,0.3010,0.01,0.3010 aspersion,aspersion,1,1,1,1,0.02,0.3010,0.01,0.3010 asphyxiates,asphyxiates,1,1,1,1,0.02,0.3010,0.01,0.3010 aspirant,aspirant,1,1,1,1,0.02,0.3010,0.01,0.3010 asport,asport,1,1,1,1,0.02,0.3010,0.01,0.3010 assai,assai,1,1,1,1,0.02,0.3010,0.01,0.3010 assailable,assailable,1,1,1,1,0.02,0.3010,0.01,0.3010 assassinator,assassinator,1,1,1,1,0.02,0.3010,0.01,0.3010 assaulters,assaulters,1,1,1,1,0.02,0.3010,0.01,0.3010 assayers,assayers,1,1,1,1,0.02,0.3010,0.01,0.3010 assaying,assaying,1,1,1,1,0.02,0.3010,0.01,0.3010 assays,assays,1,1,1,1,0.02,0.3010,0.01,0.3010 assegai,assegai,4,1,4,1,0.08,0.6990,0.01,0.3010 assemblers,assemblers,1,1,1,1,0.02,0.3010,0.01,0.3010 assemblymen,assemblymen,1,1,1,1,0.02,0.3010,0.01,0.3010 asserted,asserted,1,1,1,1,0.02,0.3010,0.01,0.3010 assesses,assesses,1,1,1,1,0.02,0.3010,0.01,0.3010 assessors,assessors,1,1,1,1,0.02,0.3010,0.01,0.3010 asseth,asseth,1,1,1,1,0.02,0.3010,0.01,0.3010 Assi,assi,1,1,0,0,0.02,0.3010,0.01,0.3010 Assiette,assiette,1,1,0,0,0.02,0.3010,0.01,0.3010 assignations,assignations,1,1,1,1,0.02,0.3010,0.01,0.3010 assimilable,assimilable,2,1,1,1,0.04,0.4771,0.01,0.3010 assimilationist,assimilationist,2,1,2,1,0.04,0.4771,0.01,0.3010 Assis,assis,1,1,0,0,0.02,0.3010,0.01,0.3010 assistances,assistances,1,1,1,1,0.02,0.3010,0.01,0.3010 assuredness,assuredness,1,1,1,1,0.02,0.3010,0.01,0.3010 Assyria,assyria,1,1,0,0,0.02,0.3010,0.01,0.3010 Assyrians,assyrians,1,1,0,0,0.02,0.3010,0.01,0.3010 Asta,asta,16,1,0,0,0.31,1.2304,0.01,0.3010 astarboard,astarboard,1,1,1,1,0.02,0.3010,0.01,0.3010 Asteria,asteria,1,1,0,0,0.02,0.3010,0.01,0.3010 Astigmatisms,astigmatisms,1,1,0,0,0.02,0.3010,0.01,0.3010 astir,astir,1,1,1,1,0.02,0.3010,0.01,0.3010 astoundingly,astoundingly,1,1,1,1,0.02,0.3010,0.01,0.3010 astr,astr,2,1,2,1,0.04,0.4771,0.01,0.3010 Astrachan,astrachan,2,1,0,0,0.04,0.4771,0.01,0.3010 Astre,astre,2,1,0,0,0.04,0.4771,0.01,0.3010 astringents,astringents,1,1,1,1,0.02,0.3010,0.01,0.3010 astrobiologist,astrobiologist,1,1,1,1,0.02,0.3010,0.01,0.3010 astrobiologists,astrobiologists,3,1,3,1,0.06,0.6021,0.01,0.3010 Astrobiology,astrobiology,1,1,0,0,0.02,0.3010,0.01,0.3010 astrogator,astrogator,2,1,1,1,0.04,0.4771,0.01,0.3010 astrometric,astrometric,1,1,1,1,0.02,0.3010,0.01,0.3010 astronautical,astronautical,1,1,1,1,0.02,0.3010,0.01,0.3010 astrophysical,astrophysical,1,1,1,1,0.02,0.3010,0.01,0.3010 astroscope,astroscope,1,1,1,1,0.02,0.3010,0.01,0.3010 astuteness,astuteness,1,1,1,1,0.02,0.3010,0.01,0.3010 aswell,aswell,1,1,1,1,0.02,0.3010,0.01,0.3010 asymmetries,asymmetries,1,1,1,1,0.02,0.3010,0.01,0.3010 asynchronously,asynchronously,1,1,1,1,0.02,0.3010,0.01,0.3010 Atalanta,atalanta,16,1,0,0,0.31,1.2304,0.01,0.3010 Ataraxia,ataraxia,2,1,0,0,0.04,0.4771,0.01,0.3010 Atef,atef,2,1,0,0,0.04,0.4771,0.01,0.3010 ately,ately,1,1,1,1,0.02,0.3010,0.01,0.3010 atheistical,atheistical,1,1,1,1,0.02,0.3010,0.01,0.3010 Atheneum,atheneum,1,1,0,0,0.02,0.3010,0.01,0.3010 atherine,atherine,1,1,1,1,0.02,0.3010,0.01,0.3010 athirst,athirst,1,1,1,1,0.02,0.3010,0.01,0.3010 athletically,athletically,1,1,1,1,0.02,0.3010,0.01,0.3010 athwartships,athwartships,1,1,1,1,0.02,0.3010,0.01,0.3010 ating,ating,1,1,1,1,0.02,0.3010,0.01,0.3010 Atman,atman,1,1,0,0,0.02,0.3010,0.01,0.3010 atmos,atmos,1,1,1,1,0.02,0.3010,0.01,0.3010 atmospherics,atmospherics,1,1,1,1,0.02,0.3010,0.01,0.3010 Atocha,atocha,1,1,0,0,0.02,0.3010,0.01,0.3010 atomics,atomics,3,1,2,1,0.06,0.6021,0.01,0.3010 atonal,atonal,1,1,1,1,0.02,0.3010,0.01,0.3010 atonality,atonality,1,1,1,1,0.02,0.3010,0.01,0.3010 atoned,atoned,1,1,1,1,0.02,0.3010,0.01,0.3010 atonements,atonements,1,1,1,1,0.02,0.3010,0.01,0.3010 atones,atones,1,1,1,1,0.02,0.3010,0.01,0.3010 atonic,atonic,1,1,1,1,0.02,0.3010,0.01,0.3010 atrabilious,atrabilious,1,1,1,1,0.02,0.3010,0.01,0.3010 atraumatic,atraumatic,1,1,1,1,0.02,0.3010,0.01,0.3010 attacher,attacher,1,1,1,1,0.02,0.3010,0.01,0.3010 attainments,attainments,1,1,1,1,0.02,0.3010,0.01,0.3010 attainted,attainted,1,1,1,1,0.02,0.3010,0.01,0.3010 attar,attar,1,1,1,1,0.02,0.3010,0.01,0.3010 attatched,attatched,1,1,1,1,0.02,0.3010,0.01,0.3010 attendee,attendee,1,1,1,1,0.02,0.3010,0.01,0.3010 attent,attent,1,1,1,1,0.02,0.3010,0.01,0.3010 attenuating,attenuating,1,1,1,1,0.02,0.3010,0.01,0.3010 Attenuation,attenuation,2,1,0,0,0.04,0.4771,0.01,0.3010 Attercop,attercop,1,1,0,0,0.02,0.3010,0.01,0.3010 attests,attests,1,1,1,1,0.02,0.3010,0.01,0.3010 Atticism,atticism,1,1,0,0,0.02,0.3010,0.01,0.3010 attitudinal,attitudinal,1,1,1,1,0.02,0.3010,0.01,0.3010 attorn,attorn,1,1,1,1,0.02,0.3010,0.01,0.3010 attractants,attractants,1,1,1,1,0.02,0.3010,0.01,0.3010 attune,attune,1,1,1,1,0.02,0.3010,0.01,0.3010 attunement,attunement,1,1,1,1,0.02,0.3010,0.01,0.3010 Atty,atty,1,1,0,0,0.02,0.3010,0.01,0.3010 atypically,atypically,1,1,1,1,0.02,0.3010,0.01,0.3010 Aube,aube,1,1,0,0,0.02,0.3010,0.01,0.3010 Aud,aud,1,1,0,0,0.02,0.3010,0.01,0.3010 audace,audace,3,1,3,1,0.06,0.6021,0.01,0.3010 audiometry,audiometry,1,1,1,1,0.02,0.3010,0.01,0.3010 Audion,audion,1,1,0,0,0.02,0.3010,0.01,0.3010 audiophile,audiophile,1,1,1,1,0.02,0.3010,0.01,0.3010 auditorily,auditorily,1,1,1,1,0.02,0.3010,0.01,0.3010 augments,augments,1,1,1,1,0.02,0.3010,0.01,0.3010 augur,augur,1,1,1,1,0.02,0.3010,0.01,0.3010 augured,augured,1,1,1,1,0.02,0.3010,0.01,0.3010 Augurs,augurs,1,1,0,0,0.02,0.3010,0.01,0.3010 Augustan,augustan,1,1,0,0,0.02,0.3010,0.01,0.3010 Auh,auh,3,1,0,0,0.06,0.6021,0.01,0.3010 auk,auk,2,1,2,1,0.04,0.4771,0.01,0.3010 Aureomycin,aureomycin,1,1,0,0,0.02,0.3010,0.01,0.3010 Auric,auric,3,1,0,0,0.06,0.6021,0.01,0.3010 auricle,auricle,1,1,1,1,0.02,0.3010,0.01,0.3010 auricular,auricular,1,1,1,1,0.02,0.3010,0.01,0.3010 Auriga,auriga,3,1,0,0,0.06,0.6021,0.01,0.3010 Aurignacian,aurignacian,1,1,0,0,0.02,0.3010,0.01,0.3010 auroral,auroral,2,1,2,1,0.04,0.4771,0.01,0.3010 Aurore,aurore,1,1,0,0,0.02,0.3010,0.01,0.3010 austerely,austerely,1,1,1,1,0.02,0.3010,0.01,0.3010 Austral,austral,2,1,0,0,0.04,0.4771,0.01,0.3010 australopithecine,australopithecine,2,1,2,1,0.04,0.4771,0.01,0.3010 Auth,auth,1,1,0,0,0.02,0.3010,0.01,0.3010 authenticating,authenticating,1,1,1,1,0.02,0.3010,0.01,0.3010 authorial,authorial,1,1,1,1,0.02,0.3010,0.01,0.3010 authorisations,authorisations,1,1,1,1,0.02,0.3010,0.01,0.3010 authoritarianism,authoritarianism,1,1,1,1,0.02,0.3010,0.01,0.3010 Authoritatively,authoritatively,1,1,0,0,0.02,0.3010,0.01,0.3010 authorizations,authorizations,1,1,1,1,0.02,0.3010,0.01,0.3010 authorizers,authorizers,1,1,1,1,0.02,0.3010,0.01,0.3010 autobiographer,autobiographer,1,1,1,1,0.02,0.3010,0.01,0.3010 autoclaved,autoclaved,1,1,1,1,0.02,0.3010,0.01,0.3010 autocrat,autocrat,1,1,1,1,0.02,0.3010,0.01,0.3010 autodidactic,autodidactic,1,1,1,1,0.02,0.3010,0.01,0.3010 autogenesis,autogenesis,2,1,2,1,0.04,0.4771,0.01,0.3010 autogiro,autogiro,1,1,1,1,0.02,0.3010,0.01,0.3010 autogiros,autogiros,1,1,1,1,0.02,0.3010,0.01,0.3010 autogyro,autogyro,1,1,1,1,0.02,0.3010,0.01,0.3010 Autoharp,autoharp,1,1,0,0,0.02,0.3010,0.01,0.3010 Autoloaders,autoloaders,1,1,0,0,0.02,0.3010,0.01,0.3010 autolysis,autolysis,1,1,1,1,0.02,0.3010,0.01,0.3010 automaker,automaker,1,1,1,1,0.02,0.3010,0.01,0.3010 automakers,automakers,12,1,10,1,0.24,1.1139,0.01,0.3010 automating,automating,1,1,1,1,0.02,0.3010,0.01,0.3010 Automatism,automatism,1,1,0,0,0.02,0.3010,0.01,0.3010 automats,automats,1,1,1,1,0.02,0.3010,0.01,0.3010 Automotor,automotor,1,1,0,0,0.02,0.3010,0.01,0.3010 autopilots,autopilots,1,1,1,1,0.02,0.3010,0.01,0.3010 autosomal,autosomal,1,1,1,1,0.02,0.3010,0.01,0.3010 autosuggestion,autosuggestion,1,1,1,1,0.02,0.3010,0.01,0.3010 avalanching,avalanching,1,1,1,1,0.02,0.3010,0.01,0.3010 Avariciousness,avariciousness,1,1,0,0,0.02,0.3010,0.01,0.3010 aventure,aventure,1,1,1,1,0.02,0.3010,0.01,0.3010 Averil,averil,3,1,0,0,0.06,0.6021,0.01,0.3010 aviatrix,aviatrix,1,1,1,1,0.02,0.3010,0.01,0.3010 Avie,avie,2,1,0,0,0.04,0.4771,0.01,0.3010 Avions,avions,1,1,0,0,0.02,0.3010,0.01,0.3010 Avn,avn,1,1,0,0,0.02,0.3010,0.01,0.3010 Avo,avo,3,1,0,0,0.06,0.6021,0.01,0.3010 avoidances,avoidances,1,1,1,1,0.02,0.3010,0.01,0.3010 avoidant,avoidant,1,1,1,1,0.02,0.3010,0.01,0.3010 avouch,avouch,1,1,1,1,0.02,0.3010,0.01,0.3010 avouches,avouches,1,1,1,1,0.02,0.3010,0.01,0.3010 awakener,awakener,1,1,1,1,0.02,0.3010,0.01,0.3010 awardee,awardee,1,1,1,1,0.02,0.3010,0.01,0.3010 awaste,awaste,1,1,1,1,0.02,0.3010,0.01,0.3010 aweless,aweless,1,1,1,1,0.02,0.3010,0.01,0.3010 awhirl,awhirl,1,1,1,1,0.02,0.3010,0.01,0.3010 Awikiwiki,awikiwiki,4,1,0,0,0.08,0.6990,0.01,0.3010 Awing,awing,1,1,0,0,0.02,0.3010,0.01,0.3010 Awk,awk,4,1,0,0,0.08,0.6990,0.01,0.3010 awn,awn,1,1,1,1,0.02,0.3010,0.01,0.3010 awork,awork,1,1,1,1,0.02,0.3010,0.01,0.3010 awreck,awreck,1,1,1,1,0.02,0.3010,0.01,0.3010 axiomatically,axiomatically,1,1,1,1,0.02,0.3010,0.01,0.3010 axioms,axioms,1,1,1,1,0.02,0.3010,0.01,0.3010 axman,axman,1,1,1,1,0.02,0.3010,0.01,0.3010 Axminster,axminster,1,1,0,0,0.02,0.3010,0.01,0.3010 Axon,axon,2,1,0,0,0.04,0.4771,0.01,0.3010 axonal,axonal,1,1,1,1,0.02,0.3010,0.01,0.3010 Ayah,ayah,1,1,0,0,0.02,0.3010,0.01,0.3010 ayurveda,ayurveda,1,1,1,1,0.02,0.3010,0.01,0.3010 Azan,azan,5,1,0,0,0.10,0.7782,0.01,0.3010 azimuths,azimuths,1,1,1,1,0.02,0.3010,0.01,0.3010 Azrael,azrael,7,1,0,0,0.14,0.9031,0.01,0.3010 Baaing,baaing,2,1,0,0,0.04,0.4771,0.01,0.3010 Babbie,babbie,2,1,0,0,0.04,0.4771,0.01,0.3010 Babish,babish,5,1,0,0,0.10,0.7782,0.01,0.3010 babushkas,babushkas,1,1,1,1,0.02,0.3010,0.01,0.3010 babyhood,babyhood,1,1,1,1,0.02,0.3010,0.01,0.3010 baccalaureate,baccalaureate,1,1,1,1,0.02,0.3010,0.01,0.3010 Baccalaureus,baccalaureus,1,1,0,0,0.02,0.3010,0.01,0.3010 Baccar,baccar,1,1,0,0,0.02,0.3010,0.01,0.3010 Bacchae,bacchae,1,1,0,0,0.02,0.3010,0.01,0.3010 baccy,baccy,1,1,1,1,0.02,0.3010,0.01,0.3010 Bache,bache,22,1,0,0,0.43,1.3617,0.01,0.3010 baches,baches,2,1,1,1,0.04,0.4771,0.01,0.3010 bacillus,bacillus,1,1,1,1,0.02,0.3010,0.01,0.3010 bacitracin,bacitracin,2,1,2,1,0.04,0.4771,0.01,0.3010 backage,backage,1,1,1,1,0.02,0.3010,0.01,0.3010 Backbencher,backbencher,1,1,0,0,0.02,0.3010,0.01,0.3010 backbiter,backbiter,1,1,1,1,0.02,0.3010,0.01,0.3010 backbiters,backbiters,1,1,1,1,0.02,0.3010,0.01,0.3010 backbreaker,backbreaker,1,1,1,1,0.02,0.3010,0.01,0.3010 backcast,backcast,1,1,1,1,0.02,0.3010,0.01,0.3010 backchat,backchat,1,1,1,1,0.02,0.3010,0.01,0.3010 backdated,backdated,1,1,1,1,0.02,0.3010,0.01,0.3010 backdown,backdown,1,1,1,1,0.02,0.3010,0.01,0.3010 backfill,backfill,1,1,1,1,0.02,0.3010,0.01,0.3010 backflow,backflow,1,1,1,1,0.02,0.3010,0.01,0.3010 backgrounder,backgrounder,1,1,1,1,0.02,0.3010,0.01,0.3010 backgrounders,backgrounders,1,1,1,1,0.02,0.3010,0.01,0.3010 backhanders,backhanders,1,1,1,1,0.02,0.3010,0.01,0.3010 backhanding,backhanding,2,1,2,1,0.04,0.4771,0.01,0.3010 backhoes,backhoes,1,1,1,1,0.02,0.3010,0.01,0.3010 backlogs,backlogs,1,1,1,1,0.02,0.3010,0.01,0.3010 backorder,backorder,3,1,2,1,0.06,0.6021,0.01,0.3010 backpackers,backpackers,1,1,1,1,0.02,0.3010,0.01,0.3010 backpedals,backpedals,1,1,1,1,0.02,0.3010,0.01,0.3010 backplane,backplane,1,1,1,1,0.02,0.3010,0.01,0.3010 backrest,backrest,1,1,1,1,0.02,0.3010,0.01,0.3010 backrests,backrests,1,1,1,1,0.02,0.3010,0.01,0.3010 backscatter,backscatter,1,1,1,1,0.02,0.3010,0.01,0.3010 backslapper,backslapper,1,1,1,1,0.02,0.3010,0.01,0.3010 backslapping,backslapping,1,1,1,1,0.02,0.3010,0.01,0.3010 backslaps,backslaps,1,1,1,1,0.02,0.3010,0.01,0.3010 backslide,backslide,1,1,1,1,0.02,0.3010,0.01,0.3010 backstopping,backstopping,1,1,1,1,0.02,0.3010,0.01,0.3010 backstrap,backstrap,1,1,1,1,0.02,0.3010,0.01,0.3010 backstroking,backstroking,1,1,1,1,0.02,0.3010,0.01,0.3010 backswept,backswept,1,1,1,1,0.02,0.3010,0.01,0.3010 backtrace,backtrace,1,1,1,1,0.02,0.3010,0.01,0.3010 backwardness,backwardness,1,1,1,1,0.02,0.3010,0.01,0.3010 backwashed,backwashed,1,1,1,1,0.02,0.3010,0.01,0.3010 backwashing,backwashing,1,1,1,1,0.02,0.3010,0.01,0.3010 backway,backway,2,1,2,1,0.04,0.4771,0.01,0.3010 backwoodsmen,backwoodsmen,2,1,2,1,0.04,0.4771,0.01,0.3010 bacons,bacons,2,1,2,1,0.04,0.4771,0.01,0.3010 bacteremic,bacteremic,1,1,1,1,0.02,0.3010,0.01,0.3010 Bacterian,bacterian,3,1,0,0,0.06,0.6021,0.01,0.3010 bacteriophage,bacteriophage,1,1,1,1,0.02,0.3010,0.01,0.3010 bacteriostatic,bacteriostatic,1,1,1,1,0.02,0.3010,0.01,0.3010 badan,badan,4,1,2,1,0.08,0.6990,0.01,0.3010 baddie,baddie,1,1,1,1,0.02,0.3010,0.01,0.3010 badgeless,badgeless,1,1,1,1,0.02,0.3010,0.01,0.3010 Badland,badland,1,1,0,0,0.02,0.3010,0.01,0.3010 Badmash,badmash,1,1,0,0,0.02,0.3010,0.01,0.3010 badmouthed,badmouthed,1,1,1,1,0.02,0.3010,0.01,0.3010 Baedeker,baedeker,1,1,0,0,0.02,0.3010,0.01,0.3010 Bafflers,bafflers,1,1,0,0,0.02,0.3010,0.01,0.3010 baft,baft,1,1,1,1,0.02,0.3010,0.01,0.3010 bagpiper,bagpiper,1,1,1,1,0.02,0.3010,0.01,0.3010 Bagworms,bagworms,1,1,0,0,0.02,0.3010,0.01,0.3010 Bahadur,bahadur,1,1,0,0,0.02,0.3010,0.01,0.3010 Bahamians,bahamians,1,1,0,0,0.02,0.3010,0.01,0.3010 baile,baile,1,1,1,1,0.02,0.3010,0.01,0.3010 bailers,bailers,1,1,1,1,0.02,0.3010,0.01,0.3010 bailo,bailo,2,1,2,1,0.04,0.4771,0.01,0.3010 bailouts,bailouts,1,1,1,1,0.02,0.3010,0.01,0.3010 Bakshis,bakshis,1,1,0,0,0.02,0.3010,0.01,0.3010 balancer,balancer,2,1,2,1,0.04,0.4771,0.01,0.3010 Balao,balao,2,1,0,0,0.04,0.4771,0.01,0.3010 balas,balas,1,1,1,1,0.02,0.3010,0.01,0.3010 Balat,balat,1,1,0,0,0.02,0.3010,0.01,0.3010 Balden,balden,2,1,0,0,0.04,0.4771,0.01,0.3010 Baldies,baldies,1,1,0,0,0.02,0.3010,0.01,0.3010 baleen,baleen,1,1,1,1,0.02,0.3010,0.01,0.3010 baler,baler,1,1,1,1,0.02,0.3010,0.01,0.3010 Balian,balian,13,1,0,0,0.25,1.1461,0.01,0.3010 balks,balks,1,1,1,1,0.02,0.3010,0.01,0.3010 Ballas,ballas,1,1,0,0,0.02,0.3010,0.01,0.3010 ballcocks,ballcocks,1,1,1,1,0.02,0.3010,0.01,0.3010 ballgown,ballgown,1,1,1,1,0.02,0.3010,0.01,0.3010 ballpoints,ballpoints,1,1,1,1,0.02,0.3010,0.01,0.3010 ballrooms,ballrooms,1,1,1,1,0.02,0.3010,0.01,0.3010 balms,balms,1,1,1,1,0.02,0.3010,0.01,0.3010 baloneys,baloneys,1,1,1,1,0.02,0.3010,0.01,0.3010 Balow,balow,9,1,0,0,0.18,1.0000,0.01,0.3010 balsams,balsams,1,1,1,1,0.02,0.3010,0.01,0.3010 balsawood,balsawood,1,1,1,1,0.02,0.3010,0.01,0.3010 bamboozling,bamboozling,1,1,1,1,0.02,0.3010,0.01,0.3010 bamming,bamming,1,1,1,1,0.02,0.3010,0.01,0.3010 Bams,bams,1,1,0,0,0.02,0.3010,0.01,0.3010 Banbury,banbury,4,1,0,0,0.08,0.6990,0.01,0.3010 Bandar,bandar,5,1,0,0,0.10,0.7782,0.01,0.3010 Bande,bande,4,1,0,0,0.08,0.6990,0.01,0.3010 Bander,bander,1,1,0,0,0.02,0.3010,0.01,0.3010 banderilleros,banderilleros,1,1,1,1,0.02,0.3010,0.01,0.3010 Bandi,bandi,7,1,0,0,0.14,0.9031,0.01,0.3010 bandies,bandies,1,1,1,1,0.02,0.3010,0.01,0.3010 banditry,banditry,1,1,1,1,0.02,0.3010,0.01,0.3010 bandleaders,bandleaders,1,1,1,1,0.02,0.3010,0.01,0.3010 Bandmaster,bandmaster,1,1,0,0,0.02,0.3010,0.01,0.3010 Bando,bando,5,1,0,0,0.10,0.7782,0.01,0.3010 bandolero,bandolero,2,1,2,1,0.04,0.4771,0.01,0.3010 Bandoleros,bandoleros,1,1,0,0,0.02,0.3010,0.01,0.3010 bandolier,bandolier,1,1,1,1,0.02,0.3010,0.01,0.3010 Bandon,bandon,1,1,0,0,0.02,0.3010,0.01,0.3010 Bandura,bandura,1,1,0,0,0.02,0.3010,0.01,0.3010 baneful,baneful,1,1,1,1,0.02,0.3010,0.01,0.3010 bangled,bangled,2,1,2,1,0.04,0.4771,0.01,0.3010 bangtail,bangtail,3,1,3,1,0.06,0.6021,0.01,0.3010 Bani,bani,1,1,0,0,0.02,0.3010,0.01,0.3010 banjoes,banjoes,1,1,1,1,0.02,0.3010,0.01,0.3010 bankbooks,bankbooks,2,1,2,1,0.04,0.4771,0.01,0.3010 bankcards,bankcards,1,1,1,1,0.02,0.3010,0.01,0.3010 bankside,bankside,2,1,2,1,0.04,0.4771,0.01,0.3010 banquette,banquette,1,1,1,1,0.02,0.3010,0.01,0.3010 banquettes,banquettes,1,1,1,1,0.02,0.3010,0.01,0.3010 bans,bans,1,1,1,1,0.02,0.3010,0.01,0.3010 Bantams,bantams,1,1,0,0,0.02,0.3010,0.01,0.3010 banters,banters,1,1,1,1,0.02,0.3010,0.01,0.3010 baobabs,baobabs,3,1,3,1,0.06,0.6021,0.01,0.3010 baps,baps,1,1,1,1,0.02,0.3010,0.01,0.3010 baptising,baptising,1,1,1,1,0.02,0.3010,0.01,0.3010 baptizer,baptizer,1,1,1,1,0.02,0.3010,0.01,0.3010 Barba,barba,1,1,0,0,0.02,0.3010,0.01,0.3010 barbequed,barbequed,1,1,1,1,0.02,0.3010,0.01,0.3010 Barbera,barbera,1,1,0,0,0.02,0.3010,0.01,0.3010 barbering,barbering,1,1,1,1,0.02,0.3010,0.01,0.3010 Barbero,barbero,2,1,0,0,0.04,0.4771,0.01,0.3010 barbershops,barbershops,1,1,1,1,0.02,0.3010,0.01,0.3010 barbet,barbet,2,1,2,1,0.04,0.4771,0.01,0.3010 barbets,barbets,1,1,1,1,0.02,0.3010,0.01,0.3010 barbican,barbican,2,1,2,1,0.04,0.4771,0.01,0.3010 barbicels,barbicels,1,1,1,1,0.02,0.3010,0.01,0.3010 barbital,barbital,1,1,1,1,0.02,0.3010,0.01,0.3010 Barbone,barbone,2,1,0,0,0.04,0.4771,0.01,0.3010 barbules,barbules,1,1,1,1,0.02,0.3010,0.01,0.3010 Barcarolle,barcarolle,1,1,0,0,0.02,0.3010,0.01,0.3010 bardic,bardic,1,1,1,1,0.02,0.3010,0.01,0.3010 bards,bards,1,1,1,1,0.02,0.3010,0.01,0.3010 barebacked,barebacked,4,1,4,1,0.08,0.6990,0.01,0.3010 bareheaded,bareheaded,1,1,1,1,0.02,0.3010,0.01,0.3010 barer,barer,1,1,1,1,0.02,0.3010,0.01,0.3010 barfs,barfs,1,1,1,1,0.02,0.3010,0.01,0.3010 bargee,bargee,1,1,1,1,0.02,0.3010,0.01,0.3010 bargemen,bargemen,2,1,2,1,0.04,0.4771,0.01,0.3010 Barger,barger,11,1,0,0,0.22,1.0792,0.01,0.3010 Bari,bari,4,1,0,0,0.08,0.6990,0.01,0.3010 Barile,barile,1,1,0,0,0.02,0.3010,0.01,0.3010 Barish,barish,19,1,0,0,0.37,1.3010,0.01,0.3010 barite,barite,1,1,1,1,0.02,0.3010,0.01,0.3010 Barleycorn,barleycorn,1,1,0,0,0.02,0.3010,0.01,0.3010 barnstorm,barnstorm,1,1,1,1,0.02,0.3010,0.01,0.3010 barnstormed,barnstormed,1,1,1,1,0.02,0.3010,0.01,0.3010 barnstormer,barnstormer,2,1,1,1,0.04,0.4771,0.01,0.3010 Barny,barny,6,1,0,0,0.12,0.8451,0.01,0.3010 barometers,barometers,2,1,1,1,0.04,0.4771,0.01,0.3010 baronets,baronets,1,1,1,1,0.02,0.3010,0.01,0.3010 Baroni,baroni,9,1,0,0,0.18,1.0000,0.01,0.3010 barony,barony,2,1,1,1,0.04,0.4771,0.01,0.3010 Barracan,barracan,2,1,0,0,0.04,0.4771,0.01,0.3010 Barragan,barragan,3,1,0,0,0.06,0.6021,0.01,0.3010 barrages,barrages,1,1,1,1,0.02,0.3010,0.01,0.3010 Barranca,barranca,3,1,0,0,0.06,0.6021,0.01,0.3010 barratry,barratry,1,1,1,1,0.02,0.3010,0.01,0.3010 Barre,barre,1,1,0,0,0.02,0.3010,0.01,0.3010 barrelled,barrelled,1,1,1,1,0.02,0.3010,0.01,0.3010 Barringer,barringer,9,1,0,0,0.18,1.0000,0.01,0.3010 barrooms,barrooms,1,1,1,1,0.02,0.3010,0.01,0.3010 Bartizan,bartizan,1,1,0,0,0.02,0.3010,0.01,0.3010 Bartletts,bartletts,1,1,0,0,0.02,0.3010,0.01,0.3010 baseboards,baseboards,4,1,3,1,0.08,0.6990,0.01,0.3010 baselines,baselines,1,1,1,1,0.02,0.3010,0.01,0.3010 basely,basely,1,1,1,1,0.02,0.3010,0.01,0.3010 bashfully,bashfully,1,1,1,1,0.02,0.3010,0.01,0.3010 bashfulness,bashfulness,1,1,1,1,0.02,0.3010,0.01,0.3010 basilicas,basilicas,1,1,1,1,0.02,0.3010,0.01,0.3010 basked,basked,1,1,1,1,0.02,0.3010,0.01,0.3010 basophilic,basophilic,1,1,1,1,0.02,0.3010,0.01,0.3010 Basques,basques,1,1,0,0,0.02,0.3010,0.01,0.3010 bassets,bassets,1,1,1,1,0.02,0.3010,0.01,0.3010 Bassie,bassie,2,1,0,0,0.04,0.4771,0.01,0.3010 bastardisation,bastardisation,1,1,1,1,0.02,0.3010,0.01,0.3010 bastardize,bastardize,1,1,1,1,0.02,0.3010,0.01,0.3010 bastardy,bastardy,1,1,1,1,0.02,0.3010,0.01,0.3010 basti,basti,1,1,1,1,0.02,0.3010,0.01,0.3010 Bastide,bastide,5,1,0,0,0.10,0.7782,0.01,0.3010 Bastinado,bastinado,1,1,0,0,0.02,0.3010,0.01,0.3010 batata,batata,1,1,1,1,0.02,0.3010,0.01,0.3010 Bateaux,bateaux,1,1,0,0,0.02,0.3010,0.01,0.3010 Batel,batel,4,1,0,0,0.08,0.6990,0.01,0.3010 batsman,batsman,2,1,2,1,0.04,0.4771,0.01,0.3010 batsmen,batsmen,1,1,1,1,0.02,0.3010,0.01,0.3010 battleaxe,battleaxe,1,1,1,1,0.02,0.3010,0.01,0.3010 battledress,battledress,2,1,2,1,0.04,0.4771,0.01,0.3010 battlegrounds,battlegrounds,1,1,1,1,0.02,0.3010,0.01,0.3010 battlewagon,battlewagon,2,1,2,1,0.04,0.4771,0.01,0.3010 Batwoman,batwoman,1,1,0,0,0.02,0.3010,0.01,0.3010 baud,baud,1,1,1,1,0.02,0.3010,0.01,0.3010 Bauhinia,bauhinia,1,1,0,0,0.02,0.3010,0.01,0.3010 bawdiest,bawdiest,1,1,1,1,0.02,0.3010,0.01,0.3010 bawds,bawds,2,1,2,1,0.04,0.4771,0.01,0.3010 bayaderes,bayaderes,1,1,1,1,0.02,0.3010,0.01,0.3010 Bayesian,bayesian,1,1,0,0,0.02,0.3010,0.01,0.3010 baymen,baymen,1,1,1,1,0.02,0.3010,0.01,0.3010 Bazar,bazar,1,1,0,0,0.02,0.3010,0.01,0.3010 Baze,baze,1,1,0,0,0.02,0.3010,0.01,0.3010 Bcd,bcd,1,1,0,0,0.02,0.3010,0.01,0.3010 Bcf,bcf,1,1,0,0,0.02,0.3010,0.01,0.3010 Bd,bd,1,1,0,0,0.02,0.3010,0.01,0.3010 Beachcombing,beachcombing,1,1,0,0,0.02,0.3010,0.01,0.3010 beachside,beachside,1,1,1,1,0.02,0.3010,0.01,0.3010 beachwear,beachwear,2,1,2,1,0.04,0.4771,0.01,0.3010 beadier,beadier,2,1,2,1,0.04,0.4771,0.01,0.3010 Beadle,beadle,1,1,0,0,0.02,0.3010,0.01,0.3010 Beagling,beagling,1,1,0,0,0.02,0.3010,0.01,0.3010 beaked,beaked,3,1,3,1,0.06,0.6021,0.01,0.3010 beakhead,beakhead,1,1,1,1,0.02,0.3010,0.01,0.3010 beal,beal,1,1,1,1,0.02,0.3010,0.01,0.3010 Beamers,beamers,1,1,0,0,0.02,0.3010,0.01,0.3010 beaners,beaners,3,1,3,1,0.06,0.6021,0.01,0.3010 beanshooter,beanshooter,1,1,1,1,0.02,0.3010,0.01,0.3010 bearder,bearder,1,1,1,1,0.02,0.3010,0.01,0.3010 bearding,bearding,1,1,1,1,0.02,0.3010,0.01,0.3010 beardy,beardy,1,1,1,1,0.02,0.3010,0.01,0.3010 beared,beared,1,1,1,1,0.02,0.3010,0.01,0.3010 bearlike,bearlike,1,1,1,1,0.02,0.3010,0.01,0.3010 Bearnaise,bearnaise,2,1,0,0,0.04,0.4771,0.01,0.3010 Bearpaw,bearpaw,4,1,0,0,0.08,0.6990,0.01,0.3010 bearskins,bearskins,1,1,1,1,0.02,0.3010,0.01,0.3010 beastliest,beastliest,1,1,1,1,0.02,0.3010,0.01,0.3010 beastliness,beastliness,1,1,1,1,0.02,0.3010,0.01,0.3010 Beastman,beastman,1,1,0,0,0.02,0.3010,0.01,0.3010 Beata,beata,2,1,0,0,0.04,0.4771,0.01,0.3010 Beatus,beatus,1,1,0,0,0.02,0.3010,0.01,0.3010 beauti,beauti,1,1,1,1,0.02,0.3010,0.01,0.3010 beautified,beautified,1,1,1,1,0.02,0.3010,0.01,0.3010 beautifying,beautifying,1,1,1,1,0.02,0.3010,0.01,0.3010 beaverboard,beaverboard,1,1,1,1,0.02,0.3010,0.01,0.3010 beavering,beavering,1,1,1,1,0.02,0.3010,0.01,0.3010 Bebay,bebay,1,1,0,0,0.02,0.3010,0.01,0.3010 bechamel,bechamel,1,1,1,1,0.02,0.3010,0.01,0.3010 becloud,becloud,1,1,1,1,0.02,0.3010,0.01,0.3010 beclouded,beclouded,1,1,1,1,0.02,0.3010,0.01,0.3010 Becquerel,becquerel,5,1,0,0,0.10,0.7782,0.01,0.3010 bedaubing,bedaubing,1,1,1,1,0.02,0.3010,0.01,0.3010 bedcovers,bedcovers,1,1,1,1,0.02,0.3010,0.01,0.3010 bedecked,bedecked,1,1,1,1,0.02,0.3010,0.01,0.3010 Bedell,bedell,9,1,0,0,0.18,1.0000,0.01,0.3010 bedim,bedim,1,1,1,1,0.02,0.3010,0.01,0.3010 Bedivere,bedivere,4,1,0,0,0.08,0.6990,0.01,0.3010 bedlamite,bedlamite,2,1,2,1,0.04,0.4771,0.01,0.3010 bedmate,bedmate,1,1,1,1,0.02,0.3010,0.01,0.3010 bedsit,bedsit,1,1,1,1,0.02,0.3010,0.01,0.3010 bedspring,bedspring,1,1,1,1,0.02,0.3010,0.01,0.3010 bedsteads,bedsteads,1,1,1,1,0.02,0.3010,0.01,0.3010 Beechnuts,beechnuts,1,1,0,0,0.02,0.3010,0.01,0.3010 beefalo,beefalo,1,1,1,1,0.02,0.3010,0.01,0.3010 beefburger,beefburger,2,1,2,1,0.04,0.4771,0.01,0.3010 beefsteaks,beefsteaks,1,1,1,1,0.02,0.3010,0.01,0.3010 Beek,beek,6,1,0,0,0.12,0.8451,0.01,0.3010 beerhouse,beerhouse,1,1,1,1,0.02,0.3010,0.01,0.3010 Beeth,beeth,3,1,0,0,0.06,0.6021,0.01,0.3010 befalling,befalling,1,1,1,1,0.02,0.3010,0.01,0.3010 Beforetime,beforetime,1,1,0,0,0.02,0.3010,0.01,0.3010 befuddling,befuddling,1,1,1,1,0.02,0.3010,0.01,0.3010 beggared,beggared,1,1,1,1,0.02,0.3010,0.01,0.3010 beggarly,beggarly,1,1,1,1,0.02,0.3010,0.01,0.3010 beggary,beggary,1,1,1,1,0.02,0.3010,0.01,0.3010 begnaw,begnaw,1,1,1,1,0.02,0.3010,0.01,0.3010 Bego,bego,4,1,0,0,0.08,0.6990,0.01,0.3010 begorra,begorra,1,1,1,1,0.02,0.3010,0.01,0.3010 begrimed,begrimed,1,1,1,1,0.02,0.3010,0.01,0.3010 begrudges,begrudges,1,1,1,1,0.02,0.3010,0.01,0.3010 beguilement,beguilement,1,1,1,1,0.02,0.3010,0.01,0.3010 behaviorist,behaviorist,1,1,1,1,0.02,0.3010,0.01,0.3010 behaviourist,behaviourist,1,1,1,1,0.02,0.3010,0.01,0.3010 behaviourists,behaviourists,1,1,1,1,0.02,0.3010,0.01,0.3010 Behn,behn,1,1,0,0,0.02,0.3010,0.01,0.3010 behoved,behoved,1,1,1,1,0.02,0.3010,0.01,0.3010 beignets,beignets,1,1,1,1,0.02,0.3010,0.01,0.3010 belaboring,belaboring,1,1,1,1,0.02,0.3010,0.01,0.3010 belaying,belaying,3,1,2,1,0.06,0.6021,0.01,0.3010 beleve,beleve,1,1,1,1,0.02,0.3010,0.01,0.3010 belled,belled,1,1,1,1,0.02,0.3010,0.01,0.3010 belligerence,belligerence,1,1,1,1,0.02,0.3010,0.01,0.3010 belligerently,belligerently,1,1,1,1,0.02,0.3010,0.01,0.3010 belligerents,belligerents,1,1,1,1,0.02,0.3010,0.01,0.3010 bellmen,bellmen,1,1,1,1,0.02,0.3010,0.01,0.3010 Bellona,bellona,1,1,0,0,0.02,0.3010,0.01,0.3010 Bellware,bellware,3,1,0,0,0.06,0.6021,0.01,0.3010 Bellwether,bellwether,9,1,0,0,0.18,1.0000,0.01,0.3010 Bellwood,bellwood,8,1,0,0,0.16,0.9542,0.01,0.3010 bellybuttons,bellybuttons,1,1,1,1,0.02,0.3010,0.01,0.3010 beloveds,beloveds,1,1,1,1,0.02,0.3010,0.01,0.3010 Beltane,beltane,7,1,0,0,0.14,0.9031,0.01,0.3010 beltline,beltline,1,1,1,1,0.02,0.3010,0.01,0.3010 Belton,belton,1,1,0,0,0.02,0.3010,0.01,0.3010 Belugas,belugas,1,1,0,0,0.02,0.3010,0.01,0.3010 bemete,bemete,1,1,1,1,0.02,0.3010,0.01,0.3010 bemoan,bemoan,1,1,1,1,0.02,0.3010,0.01,0.3010 Benchmarking,benchmarking,3,1,1,1,0.06,0.6021,0.01,0.3010 benchmarks,benchmarks,1,1,1,1,0.02,0.3010,0.01,0.3010 Benedicite,benedicite,1,1,0,0,0.02,0.3010,0.01,0.3010 Benedictus,benedictus,1,1,0,0,0.02,0.3010,0.01,0.3010 benefaction,benefaction,1,1,1,1,0.02,0.3010,0.01,0.3010 benefactions,benefactions,1,1,1,1,0.02,0.3010,0.01,0.3010 benefactresses,benefactresses,1,1,1,1,0.02,0.3010,0.01,0.3010 beneficence,beneficence,1,1,1,1,0.02,0.3010,0.01,0.3010 benevolently,benevolently,1,1,1,1,0.02,0.3010,0.01,0.3010 Beng,beng,36,1,0,0,0.71,1.5682,0.01,0.3010 Bengali,bengali,3,1,0,0,0.06,0.6021,0.01,0.3010 bengaline,bengaline,1,1,1,1,0.02,0.3010,0.01,0.3010 Beni,beni,3,1,0,0,0.06,0.6021,0.01,0.3010 Benic,benic,2,1,0,0,0.04,0.4771,0.01,0.3010 benison,benison,1,1,1,1,0.02,0.3010,0.01,0.3010 Benn,benn,17,1,0,0,0.33,1.2553,0.01,0.3010 Benne,benne,1,1,0,0,0.02,0.3010,0.01,0.3010 Beno,beno,2,1,0,0,0.04,0.4771,0.01,0.3010 bentwood,bentwood,1,1,1,1,0.02,0.3010,0.01,0.3010 benumbs,benumbs,1,1,1,1,0.02,0.3010,0.01,0.3010 benzenes,benzenes,2,1,2,1,0.04,0.4771,0.01,0.3010 benzidine,benzidine,1,1,1,1,0.02,0.3010,0.01,0.3010 benzoate,benzoate,1,1,1,1,0.02,0.3010,0.01,0.3010 benzophenone,benzophenone,2,1,1,1,0.04,0.4771,0.01,0.3010 bepaint,bepaint,1,1,1,1,0.02,0.3010,0.01,0.3010 bequeaths,bequeaths,1,1,1,1,0.02,0.3010,0.01,0.3010 bequests,bequests,1,1,1,1,0.02,0.3010,0.01,0.3010 Berbers,berbers,2,1,0,0,0.04,0.4771,0.01,0.3010 bere,bere,1,1,1,1,0.02,0.3010,0.01,0.3010 bereavements,bereavements,1,1,1,1,0.02,0.3010,0.01,0.3010 bereaving,bereaving,1,1,1,1,0.02,0.3010,0.01,0.3010 Bergeres,bergeres,1,1,0,0,0.02,0.3010,0.01,0.3010 bergs,bergs,1,1,1,1,0.02,0.3010,0.01,0.3010 berkelium,berkelium,1,1,1,1,0.02,0.3010,0.01,0.3010 Berlins,berlins,2,1,0,0,0.04,0.4771,0.01,0.3010 berms,berms,1,1,1,1,0.02,0.3010,0.01,0.3010 Bermudas,bermudas,1,1,0,0,0.02,0.3010,0.01,0.3010 Berrendo,berrendo,1,1,0,0,0.02,0.3010,0.01,0.3010 Berryman,berryman,4,1,0,0,0.08,0.6990,0.01,0.3010 Bertin,bertin,2,1,0,0,0.04,0.4771,0.01,0.3010 Besant,besant,3,1,0,0,0.06,0.6021,0.01,0.3010 bescreened,bescreened,1,1,1,1,0.02,0.3010,0.01,0.3010 besetting,besetting,1,1,1,1,0.02,0.3010,0.01,0.3010 besmeared,besmeared,1,1,1,1,0.02,0.3010,0.01,0.3010 besmirching,besmirching,1,1,1,1,0.02,0.3010,0.01,0.3010 bespattered,bespattered,1,1,1,1,0.02,0.3010,0.01,0.3010 bespeaking,bespeaking,1,1,1,1,0.02,0.3010,0.01,0.3010 bespeckled,bespeckled,1,1,1,1,0.02,0.3010,0.01,0.3010 bespectacled,bespectacled,1,1,1,1,0.02,0.3010,0.01,0.3010 Bespin,bespin,1,1,0,0,0.02,0.3010,0.01,0.3010 bestead,bestead,1,1,1,1,0.02,0.3010,0.01,0.3010 Bester,bester,1,1,0,0,0.02,0.3010,0.01,0.3010 bestowment,bestowment,1,1,1,1,0.02,0.3010,0.01,0.3010 bestride,bestride,1,1,1,1,0.02,0.3010,0.01,0.3010 bestriding,bestriding,1,1,1,1,0.02,0.3010,0.01,0.3010 betake,betake,1,1,1,1,0.02,0.3010,0.01,0.3010 bete,bete,1,1,1,1,0.02,0.3010,0.01,0.3010 betel,betel,1,1,1,1,0.02,0.3010,0.01,0.3010 betides,betides,1,1,1,1,0.02,0.3010,0.01,0.3010 betimes,betimes,1,1,1,1,0.02,0.3010,0.01,0.3010 betokened,betokened,2,1,2,1,0.04,0.4771,0.01,0.3010 betokens,betokens,1,1,1,1,0.02,0.3010,0.01,0.3010 Beton,beton,1,1,0,0,0.02,0.3010,0.01,0.3010 betted,betted,1,1,1,1,0.02,0.3010,0.01,0.3010 betweens,betweens,1,1,1,1,0.02,0.3010,0.01,0.3010 Bevel,bevel,4,1,0,0,0.08,0.6990,0.01,0.3010 Bevels,bevels,1,1,0,0,0.02,0.3010,0.01,0.3010 bevies,bevies,1,1,1,1,0.02,0.3010,0.01,0.3010 Bevil,bevil,4,1,0,0,0.08,0.6990,0.01,0.3010 Bevvy,bevvy,1,1,0,0,0.02,0.3010,0.01,0.3010 beweep,beweep,1,1,1,1,0.02,0.3010,0.01,0.3010 bewept,bewept,1,1,1,1,0.02,0.3010,0.01,0.3010 bewitcher,bewitcher,1,1,1,1,0.02,0.3010,0.01,0.3010 bewitches,bewitches,1,1,1,1,0.02,0.3010,0.01,0.3010 Bewitchingly,bewitchingly,1,1,0,0,0.02,0.3010,0.01,0.3010 bewitchments,bewitchments,1,1,1,1,0.02,0.3010,0.01,0.3010 beyonds,beyonds,1,1,1,1,0.02,0.3010,0.01,0.3010 bezant,bezant,1,1,1,1,0.02,0.3010,0.01,0.3010 bezants,bezants,3,1,2,1,0.06,0.6021,0.01,0.3010 bezel,bezel,1,1,1,1,0.02,0.3010,0.01,0.3010 bezels,bezels,1,1,1,1,0.02,0.3010,0.01,0.3010 bezique,bezique,3,1,2,1,0.06,0.6021,0.01,0.3010 bhaji,bhaji,1,1,1,1,0.02,0.3010,0.01,0.3010 Bhandari,bhandari,2,1,0,0,0.04,0.4771,0.01,0.3010 bialys,bialys,1,1,1,1,0.02,0.3010,0.01,0.3010 biases,biases,1,1,1,1,0.02,0.3010,0.01,0.3010 Bibb,bibb,2,1,0,0,0.04,0.4771,0.01,0.3010 bibble,bibble,1,1,1,1,0.02,0.3010,0.01,0.3010 bibelots,bibelots,2,1,2,1,0.04,0.4771,0.01,0.3010 Biblically,biblically,1,1,0,0,0.02,0.3010,0.01,0.3010 Bibliomania,bibliomania,1,1,0,0,0.02,0.3010,0.01,0.3010 bibliophiles,bibliophiles,1,1,1,1,0.02,0.3010,0.01,0.3010 Bibliotheque,bibliotheque,1,1,0,0,0.02,0.3010,0.01,0.3010 Bice,bice,1,1,0,0,0.02,0.3010,0.01,0.3010 bicentennials,bicentennials,1,1,1,1,0.02,0.3010,0.01,0.3010 bickered,bickered,1,1,1,1,0.02,0.3010,0.01,0.3010 biconvex,biconvex,1,1,1,1,0.02,0.3010,0.01,0.3010 bicultural,bicultural,1,1,1,1,0.02,0.3010,0.01,0.3010 Biennial,biennial,1,1,0,0,0.02,0.3010,0.01,0.3010 Bienvenu,bienvenu,1,1,0,0,0.02,0.3010,0.01,0.3010 bifocal,bifocal,1,1,1,1,0.02,0.3010,0.01,0.3010 bifrontal,bifrontal,1,1,1,1,0.02,0.3010,0.01,0.3010 bifurcate,bifurcate,2,1,2,1,0.04,0.4771,0.01,0.3010 Bifurcation,bifurcation,1,1,0,0,0.02,0.3010,0.01,0.3010 bigamous,bigamous,1,1,1,1,0.02,0.3010,0.01,0.3010 Bigeminy,bigeminy,1,1,0,0,0.02,0.3010,0.01,0.3010 Biggins,biggins,2,1,0,0,0.04,0.4771,0.01,0.3010 biggish,biggish,1,1,1,1,0.02,0.3010,0.01,0.3010 biggity,biggity,1,1,1,1,0.02,0.3010,0.01,0.3010 Bighead,bighead,1,1,0,0,0.02,0.3010,0.01,0.3010 Bighorns,bighorns,1,1,0,0,0.02,0.3010,0.01,0.3010 biguanide,biguanide,1,1,1,1,0.02,0.3010,0.01,0.3010 Bijous,bijous,1,1,0,0,0.02,0.3010,0.01,0.3010 bilberry,bilberry,1,1,1,1,0.02,0.3010,0.01,0.3010 bilbies,bilbies,4,1,2,1,0.08,0.6990,0.01,0.3010 Bilker,bilker,1,1,0,0,0.02,0.3010,0.01,0.3010 bilks,bilks,1,1,1,1,0.02,0.3010,0.01,0.3010 billabong,billabong,1,1,1,1,0.02,0.3010,0.01,0.3010 Billard,billard,1,1,0,0,0.02,0.3010,0.01,0.3010 billfolds,billfolds,1,1,1,1,0.02,0.3010,0.01,0.3010 billhooks,billhooks,1,1,1,1,0.02,0.3010,0.01,0.3010 billies,billies,1,1,1,1,0.02,0.3010,0.01,0.3010 Billingsgate,billingsgate,1,1,0,0,0.02,0.3010,0.01,0.3010 billon,billon,1,1,1,1,0.02,0.3010,0.01,0.3010 billowed,billowed,1,1,1,1,0.02,0.3010,0.01,0.3010 billyboy,billyboy,1,1,1,1,0.02,0.3010,0.01,0.3010 bima,bima,2,1,2,1,0.04,0.4771,0.01,0.3010 bimanual,bimanual,1,1,1,1,0.02,0.3010,0.01,0.3010 bimodal,bimodal,1,1,1,1,0.02,0.3010,0.01,0.3010 bindery,bindery,1,1,1,1,0.02,0.3010,0.01,0.3010 Bingos,bingos,2,1,0,0,0.04,0.4771,0.01,0.3010 Bingy,bingy,11,1,0,0,0.22,1.0792,0.01,0.3010 binnacle,binnacle,1,1,1,1,0.02,0.3010,0.01,0.3010 Binny,binny,1,1,0,0,0.02,0.3010,0.01,0.3010 binocular,binocular,1,1,1,1,0.02,0.3010,0.01,0.3010 binucleated,binucleated,1,1,1,1,0.02,0.3010,0.01,0.3010 Bioassay,bioassay,2,1,0,0,0.04,0.4771,0.01,0.3010 biodegrades,biodegrades,1,1,1,1,0.02,0.3010,0.01,0.3010 bioelectric,bioelectric,1,1,1,1,0.02,0.3010,0.01,0.3010 bioelectrical,bioelectrical,1,1,1,1,0.02,0.3010,0.01,0.3010 bioelectricity,bioelectricity,1,1,1,1,0.02,0.3010,0.01,0.3010 biogenic,biogenic,2,1,2,1,0.04,0.4771,0.01,0.3010 Biograph,biograph,1,1,0,0,0.02,0.3010,0.01,0.3010 Biographically,biographically,1,1,0,0,0.02,0.3010,0.01,0.3010 biologics,biologics,1,1,1,1,0.02,0.3010,0.01,0.3010 biomass,biomass,1,1,1,1,0.02,0.3010,0.01,0.3010 biometrically,biometrically,1,1,1,1,0.02,0.3010,0.01,0.3010 biomorphic,biomorphic,1,1,1,1,0.02,0.3010,0.01,0.3010 Bion,bion,1,1,0,0,0.02,0.3010,0.01,0.3010 biophysicist,biophysicist,1,1,1,1,0.02,0.3010,0.01,0.3010 biorhythms,biorhythms,1,1,1,1,0.02,0.3010,0.01,0.3010 Bioscience,bioscience,2,1,0,0,0.04,0.4771,0.01,0.3010 biosynthesis,biosynthesis,9,1,7,1,0.18,1.0000,0.01,0.3010 Biotechnics,biotechnics,1,1,0,0,0.02,0.3010,0.01,0.3010 Birchwood,birchwood,1,1,0,0,0.02,0.3010,0.01,0.3010 birdbaths,birdbaths,1,1,1,1,0.02,0.3010,0.01,0.3010 Birdbrained,birdbrained,1,1,0,0,0.02,0.3010,0.01,0.3010 birding,birding,2,1,2,1,0.04,0.4771,0.01,0.3010 Birdseye,birdseye,1,1,0,0,0.02,0.3010,0.01,0.3010 birefringence,birefringence,1,1,1,1,0.02,0.3010,0.01,0.3010 Birk,birk,1,1,0,0,0.02,0.3010,0.01,0.3010 Birkie,birkie,1,1,0,0,0.02,0.3010,0.01,0.3010 Birt,birt,2,1,0,0,0.04,0.4771,0.01,0.3010 birthrate,birthrate,1,1,1,1,0.02,0.3010,0.01,0.3010 bisected,bisected,1,1,1,1,0.02,0.3010,0.01,0.3010 Bisecting,bisecting,1,1,0,0,0.02,0.3010,0.01,0.3010 bisection,bisection,1,1,1,1,0.02,0.3010,0.01,0.3010 bistros,bistros,1,1,1,1,0.02,0.3010,0.01,0.3010 Bitartrate,bitartrate,1,1,0,0,0.02,0.3010,0.01,0.3010 bitchiness,bitchiness,1,1,1,1,0.02,0.3010,0.01,0.3010 bitmaps,bitmaps,1,1,1,1,0.02,0.3010,0.01,0.3010 bitt,bitt,1,1,1,1,0.02,0.3010,0.01,0.3010 bitterer,bitterer,1,1,1,1,0.02,0.3010,0.01,0.3010 bitting,bitting,1,1,1,1,0.02,0.3010,0.01,0.3010 Bituminous,bituminous,1,1,0,0,0.02,0.3010,0.01,0.3010 bivalves,bivalves,1,1,1,1,0.02,0.3010,0.01,0.3010 bivoltine,bivoltine,1,1,1,1,0.02,0.3010,0.01,0.3010 bk,bk,1,1,1,1,0.02,0.3010,0.01,0.3010 blabbers,blabbers,1,1,1,1,0.02,0.3010,0.01,0.3010 blackballs,blackballs,1,1,1,1,0.02,0.3010,0.01,0.3010 Blackcurrant,blackcurrant,1,1,0,0,0.02,0.3010,0.01,0.3010 blackeyes,blackeyes,1,1,1,1,0.02,0.3010,0.01,0.3010 blackfish,blackfish,1,1,1,1,0.02,0.3010,0.01,0.3010 blackguards,blackguards,1,1,1,1,0.02,0.3010,0.01,0.3010 blackhearted,blackhearted,1,1,1,1,0.02,0.3010,0.01,0.3010 blacklisting,blacklisting,1,1,1,1,0.02,0.3010,0.01,0.3010 Blacklists,blacklists,1,1,0,0,0.02,0.3010,0.01,0.3010 blacksmithing,blacksmithing,1,1,1,1,0.02,0.3010,0.01,0.3010 blacktail,blacktail,1,1,1,1,0.02,0.3010,0.01,0.3010 blader,blader,1,1,1,1,0.02,0.3010,0.01,0.3010 Blagueur,blagueur,1,1,0,0,0.02,0.3010,0.01,0.3010 blahs,blahs,1,1,1,1,0.02,0.3010,0.01,0.3010 blameful,blameful,1,1,1,1,0.02,0.3010,0.01,0.3010 blamer,blamer,1,1,1,1,0.02,0.3010,0.01,0.3010 Blan,blan,1,1,0,0,0.02,0.3010,0.01,0.3010 Blancher,blancher,1,1,0,0,0.02,0.3010,0.01,0.3010 blanching,blanching,3,1,2,1,0.06,0.6021,0.01,0.3010 blancs,blancs,1,1,1,1,0.02,0.3010,0.01,0.3010 blandish,blandish,1,1,1,1,0.02,0.3010,0.01,0.3010 blandishments,blandishments,1,1,1,1,0.02,0.3010,0.01,0.3010 blandly,blandly,1,1,1,1,0.02,0.3010,0.01,0.3010 blanketing,blanketing,1,1,1,1,0.02,0.3010,0.01,0.3010 blankety,blankety,1,1,1,1,0.02,0.3010,0.01,0.3010 blankness,blankness,1,1,1,1,0.02,0.3010,0.01,0.3010 blared,blared,1,1,1,1,0.02,0.3010,0.01,0.3010 blarneying,blarneying,1,1,1,1,0.02,0.3010,0.01,0.3010 blase,blase,1,1,1,1,0.02,0.3010,0.01,0.3010 blatted,blatted,1,1,1,1,0.02,0.3010,0.01,0.3010 blatting,blatting,1,1,1,1,0.02,0.3010,0.01,0.3010 blazon,blazon,1,1,1,1,0.02,0.3010,0.01,0.3010 blazoned,blazoned,1,1,1,1,0.02,0.3010,0.01,0.3010 Bld,bld,1,1,0,0,0.02,0.3010,0.01,0.3010 bleaker,bleaker,1,1,1,1,0.02,0.3010,0.01,0.3010 bleakest,bleakest,1,1,1,1,0.02,0.3010,0.01,0.3010 Bleakness,bleakness,1,1,0,0,0.02,0.3010,0.01,0.3010 blemished,blemished,1,1,1,1,0.02,0.3010,0.01,0.3010 blenched,blenched,1,1,1,1,0.02,0.3010,0.01,0.3010 blende,blende,23,1,23,1,0.45,1.3802,0.01,0.3010 blickey,blickey,1,1,1,1,0.02,0.3010,0.01,0.3010 Blier,blier,3,1,0,0,0.06,0.6021,0.01,0.3010 blighting,blighting,1,1,1,1,0.02,0.3010,0.01,0.3010 blin,blin,1,1,1,1,0.02,0.3010,0.01,0.3010 blindest,blindest,1,1,1,1,0.02,0.3010,0.01,0.3010 blindman,blindman,1,1,1,1,0.02,0.3010,0.01,0.3010 blindsides,blindsides,1,1,1,1,0.02,0.3010,0.01,0.3010 blintze,blintze,2,1,2,1,0.04,0.4771,0.01,0.3010 blipping,blipping,1,1,1,1,0.02,0.3010,0.01,0.3010 blisses,blisses,1,1,1,1,0.02,0.3010,0.01,0.3010 blit,blit,1,1,1,1,0.02,0.3010,0.01,0.3010 blite,blite,1,1,1,1,0.02,0.3010,0.01,0.3010 blitzes,blitzes,2,1,2,1,0.04,0.4771,0.01,0.3010 blitzkrieging,blitzkrieging,1,1,1,1,0.02,0.3010,0.01,0.3010 blockbusting,blockbusting,3,1,3,1,0.06,0.6021,0.01,0.3010 blockheaded,blockheaded,1,1,1,1,0.02,0.3010,0.01,0.3010 blockhouses,blockhouses,1,1,1,1,0.02,0.3010,0.01,0.3010 blocky,blocky,1,1,1,1,0.02,0.3010,0.01,0.3010 blondeness,blondeness,1,1,1,1,0.02,0.3010,0.01,0.3010 blondness,blondness,1,1,1,1,0.02,0.3010,0.01,0.3010 bloodbaths,bloodbaths,1,1,1,1,0.02,0.3010,0.01,0.3010 Bloodies,bloodies,1,1,0,0,0.02,0.3010,0.01,0.3010 bloodily,bloodily,1,1,1,1,0.02,0.3010,0.01,0.3010 blooding,blooding,1,1,1,1,0.02,0.3010,0.01,0.3010 bloodmobile,bloodmobile,2,1,2,1,0.04,0.4771,0.01,0.3010 bloodred,bloodred,1,1,1,1,0.02,0.3010,0.01,0.3010 Bloodstone,bloodstone,1,1,0,0,0.02,0.3010,0.01,0.3010 Bloodworm,bloodworm,1,1,0,0,0.02,0.3010,0.01,0.3010 Blooie,blooie,1,1,0,0,0.02,0.3010,0.01,0.3010 Blore,blore,5,1,0,0,0.10,0.7782,0.01,0.3010 blotching,blotching,1,1,1,1,0.02,0.3010,0.01,0.3010 blouson,blouson,1,1,1,1,0.02,0.3010,0.01,0.3010 blowguns,blowguns,1,1,1,1,0.02,0.3010,0.01,0.3010 Blowhards,blowhards,1,1,0,0,0.02,0.3010,0.01,0.3010 blowtorched,blowtorched,1,1,1,1,0.02,0.3010,0.01,0.3010 blowtorches,blowtorches,1,1,1,1,0.02,0.3010,0.01,0.3010 Blowy,blowy,1,1,0,0,0.02,0.3010,0.01,0.3010 blowzy,blowzy,1,1,1,1,0.02,0.3010,0.01,0.3010 blubberhead,blubberhead,3,1,3,1,0.06,0.6021,0.01,0.3010 blubbers,blubbers,1,1,1,1,0.02,0.3010,0.01,0.3010 blubs,blubs,1,1,1,1,0.02,0.3010,0.01,0.3010 Blucher,blucher,24,1,0,0,0.47,1.3979,0.01,0.3010 Bludge,bludge,1,1,0,0,0.02,0.3010,0.01,0.3010 blueballs,blueballs,1,1,1,1,0.02,0.3010,0.01,0.3010 bluebell,bluebell,1,1,1,1,0.02,0.3010,0.01,0.3010 bluebonnet,bluebonnet,1,1,1,1,0.02,0.3010,0.01,0.3010 bluebooks,bluebooks,1,1,1,1,0.02,0.3010,0.01,0.3010 Bluebush,bluebush,5,1,0,0,0.10,0.7782,0.01,0.3010 bluegills,bluegills,1,1,1,1,0.02,0.3010,0.01,0.3010 blueish,blueish,2,1,2,1,0.04,0.4771,0.01,0.3010 bluejeans,bluejeans,1,1,1,1,0.02,0.3010,0.01,0.3010 bluely,bluely,1,1,1,1,0.02,0.3010,0.01,0.3010 bluepoint,bluepoint,1,1,1,1,0.02,0.3010,0.01,0.3010 bluesmen,bluesmen,3,1,3,1,0.06,0.6021,0.01,0.3010 Bluestone,bluestone,3,1,0,0,0.06,0.6021,0.01,0.3010 bluesy,bluesy,1,1,1,1,0.02,0.3010,0.01,0.3010 bluetick,bluetick,1,1,1,1,0.02,0.3010,0.01,0.3010 bluffers,bluffers,2,1,2,1,0.04,0.4771,0.01,0.3010 bluing,bluing,1,1,1,1,0.02,0.3010,0.01,0.3010 blunderers,blunderers,1,1,1,1,0.02,0.3010,0.01,0.3010 blunderhead,blunderhead,2,1,1,1,0.04,0.4771,0.01,0.3010 blurriness,blurriness,1,1,1,1,0.02,0.3010,0.01,0.3010 blusher,blusher,1,1,1,1,0.02,0.3010,0.01,0.3010 blushy,blushy,2,1,2,1,0.04,0.4771,0.01,0.3010 blustered,blustered,1,1,1,1,0.02,0.3010,0.01,0.3010 blusters,blusters,1,1,1,1,0.02,0.3010,0.01,0.3010 boardman,boardman,1,1,1,1,0.02,0.3010,0.01,0.3010 boardwalks,boardwalks,1,1,1,1,0.02,0.3010,0.01,0.3010 boasters,boasters,1,1,1,1,0.02,0.3010,0.01,0.3010 boater,boater,1,1,1,1,0.02,0.3010,0.01,0.3010 Boatwright,boatwright,3,1,0,0,0.06,0.6021,0.01,0.3010 boatyards,boatyards,4,1,4,1,0.08,0.6990,0.01,0.3010 bobolink,bobolink,1,1,1,1,0.02,0.3010,0.01,0.3010 bobsledder,bobsledder,5,1,5,1,0.10,0.7782,0.01,0.3010 bobsledders,bobsledders,2,1,2,1,0.04,0.4771,0.01,0.3010 bobwhites,bobwhites,6,1,6,1,0.12,0.8451,0.01,0.3010 bocage,bocage,1,1,1,1,0.02,0.3010,0.01,0.3010 Bocca,bocca,3,1,0,0,0.06,0.6021,0.01,0.3010 Boccaro,boccaro,1,1,0,0,0.02,0.3010,0.01,0.3010 Bocci,bocci,2,1,0,0,0.04,0.4771,0.01,0.3010 Boccie,boccie,1,1,0,0,0.02,0.3010,0.01,0.3010 bocher,bocher,1,1,1,1,0.02,0.3010,0.01,0.3010 Boches,boches,1,1,0,0,0.02,0.3010,0.01,0.3010 bocks,bocks,1,1,1,1,0.02,0.3010,0.01,0.3010 bodaciously,bodaciously,1,1,1,1,0.02,0.3010,0.01,0.3010 Boden,boden,4,1,0,0,0.08,0.6990,0.01,0.3010 bodge,bodge,1,1,1,1,0.02,0.3010,0.01,0.3010 bodysurfed,bodysurfed,1,1,1,1,0.02,0.3010,0.01,0.3010 Boe,boe,2,1,0,0,0.04,0.4771,0.01,0.3010 boggling,boggling,1,1,1,1,0.02,0.3010,0.01,0.3010 Bogle,bogle,1,1,0,0,0.02,0.3010,0.01,0.3010 Bogo,bogo,4,1,0,0,0.08,0.6990,0.01,0.3010 Bogtrotter,bogtrotter,2,1,0,0,0.04,0.4771,0.01,0.3010 Bogy,bogy,1,1,0,0,0.02,0.3010,0.01,0.3010 bogyman,bogyman,1,1,1,1,0.02,0.3010,0.01,0.3010 bohunks,bohunks,3,1,3,1,0.06,0.6021,0.01,0.3010 Bojo,bojo,2,1,0,0,0.04,0.4771,0.01,0.3010 Boke,boke,1,1,0,0,0.02,0.3010,0.01,0.3010 Boko,boko,10,1,0,0,0.20,1.0414,0.01,0.3010 Bola,bola,1,1,0,0,0.02,0.3010,0.01,0.3010 bolded,bolded,1,1,1,1,0.02,0.3010,0.01,0.3010 Bolden,bolden,1,1,0,0,0.02,0.3010,0.01,0.3010 boldfaced,boldfaced,1,1,1,1,0.02,0.3010,0.01,0.3010 Boles,boles,2,1,0,0,0.04,0.4771,0.01,0.3010 bolide,bolide,2,1,2,1,0.04,0.4771,0.01,0.3010 Bolivias,bolivias,1,1,0,0,0.02,0.3010,0.01,0.3010 Bollito,bollito,1,1,0,0,0.02,0.3010,0.01,0.3010 bolly,bolly,1,1,1,1,0.02,0.3010,0.01,0.3010 bolognas,bolognas,1,1,1,1,0.02,0.3010,0.01,0.3010 Bolsheviki,bolsheviki,3,1,0,0,0.06,0.6021,0.01,0.3010 bolstering,bolstering,1,1,1,1,0.02,0.3010,0.01,0.3010 boltcutter,boltcutter,1,1,1,1,0.02,0.3010,0.01,0.3010 boluses,boluses,1,1,1,1,0.02,0.3010,0.01,0.3010 bombardiers,bombardiers,1,1,1,1,0.02,0.3010,0.01,0.3010 bombast,bombast,1,1,1,1,0.02,0.3010,0.01,0.3010 bombinating,bombinating,1,1,1,1,0.02,0.3010,0.01,0.3010 Bombo,bombo,10,1,0,0,0.20,1.0414,0.01,0.3010 Bonair,bonair,1,1,0,0,0.02,0.3010,0.01,0.3010 Bonaire,bonaire,1,1,0,0,0.02,0.3010,0.01,0.3010 bonbonnieres,bonbonnieres,1,1,1,1,0.02,0.3010,0.01,0.3010 bondages,bondages,1,1,1,1,0.02,0.3010,0.01,0.3010 Bonderman,bonderman,4,1,0,0,0.08,0.6990,0.01,0.3010 bondmaid,bondmaid,1,1,1,1,0.02,0.3010,0.01,0.3010 bondservant,bondservant,1,1,1,1,0.02,0.3010,0.01,0.3010 Bonesetter,bonesetter,1,1,0,0,0.02,0.3010,0.01,0.3010 bonged,bonged,1,1,1,1,0.02,0.3010,0.01,0.3010 Bonging,bonging,1,1,0,0,0.02,0.3010,0.01,0.3010 bonnier,bonnier,1,1,1,1,0.02,0.3010,0.01,0.3010 bonniest,bonniest,1,1,1,1,0.02,0.3010,0.01,0.3010 bonum,bonum,5,1,5,1,0.10,0.7782,0.01,0.3010 boobed,boobed,1,1,1,1,0.02,0.3010,0.01,0.3010 boobery,boobery,1,1,1,1,0.02,0.3010,0.01,0.3010 Booboos,booboos,1,1,0,0,0.02,0.3010,0.01,0.3010 Boodlers,boodlers,2,1,0,0,0.04,0.4771,0.01,0.3010 boogieing,boogieing,1,1,1,1,0.02,0.3010,0.01,0.3010 bookery,bookery,1,1,1,1,0.02,0.3010,0.01,0.3010 bookless,bookless,1,1,1,1,0.02,0.3010,0.01,0.3010 bookmarker,bookmarker,1,1,1,1,0.02,0.3010,0.01,0.3010 bookshops,bookshops,1,1,1,1,0.02,0.3010,0.01,0.3010 bookwork,bookwork,1,1,1,1,0.02,0.3010,0.01,0.3010 booky,booky,1,1,1,1,0.02,0.3010,0.01,0.3010 boomed,boomed,1,1,1,1,0.02,0.3010,0.01,0.3010 Boomy,boomy,1,1,0,0,0.02,0.3010,0.01,0.3010 boondock,boondock,1,1,1,1,0.02,0.3010,0.01,0.3010 boondoggled,boondoggled,1,1,1,1,0.02,0.3010,0.01,0.3010 boondoggling,boondoggling,3,1,3,1,0.06,0.6021,0.01,0.3010 bootheel,bootheel,1,1,1,1,0.02,0.3010,0.01,0.3010 bootlace,bootlace,1,1,1,1,0.02,0.3010,0.01,0.3010 bootlaces,bootlaces,1,1,1,1,0.02,0.3010,0.01,0.3010 bootle,bootle,1,1,1,1,0.02,0.3010,0.01,0.3010 bootstrapping,bootstrapping,1,1,1,1,0.02,0.3010,0.01,0.3010 boozed,boozed,1,1,1,1,0.02,0.3010,0.01,0.3010 boozehound,boozehound,1,1,1,1,0.02,0.3010,0.01,0.3010 boozes,boozes,1,1,1,1,0.02,0.3010,0.01,0.3010 Borachio,borachio,3,1,0,0,0.06,0.6021,0.01,0.3010 Borak,borak,1,1,0,0,0.02,0.3010,0.01,0.3010 Boras,boras,1,1,0,0,0.02,0.3010,0.01,0.3010 borates,borates,2,1,1,1,0.04,0.4771,0.01,0.3010 bordereau,bordereau,8,1,8,1,0.16,0.9542,0.01,0.3010 borderland,borderland,1,1,1,1,0.02,0.3010,0.01,0.3010 borderlands,borderlands,1,1,1,1,0.02,0.3010,0.01,0.3010 borderlines,borderlines,1,1,1,1,0.02,0.3010,0.01,0.3010 borehole,borehole,3,1,3,1,0.06,0.6021,0.01,0.3010 boreholes,boreholes,1,1,1,1,0.02,0.3010,0.01,0.3010 borer,borer,2,1,2,1,0.04,0.4771,0.01,0.3010 boresome,boresome,1,1,1,1,0.02,0.3010,0.01,0.3010 boric,boric,1,1,1,1,0.02,0.3010,0.01,0.3010 boringly,boringly,1,1,1,1,0.02,0.3010,0.01,0.3010 boringness,boringness,2,1,1,1,0.04,0.4771,0.01,0.3010 Borings,borings,1,1,0,0,0.02,0.3010,0.01,0.3010 Bornite,bornite,1,1,0,0,0.02,0.3010,0.01,0.3010 boro,boro,1,1,1,1,0.02,0.3010,0.01,0.3010 borrowings,borrowings,2,1,2,1,0.04,0.4771,0.01,0.3010 Borstal,borstal,2,1,0,0,0.04,0.4771,0.01,0.3010 bosomy,bosomy,1,1,1,1,0.02,0.3010,0.01,0.3010 bosque,bosque,1,1,1,1,0.02,0.3010,0.01,0.3010 bossier,bossier,1,1,1,1,0.02,0.3010,0.01,0.3010 Bostonian,bostonian,1,1,0,0,0.02,0.3010,0.01,0.3010 Botanic,botanic,4,1,0,0,0.08,0.6990,0.01,0.3010 botas,botas,1,1,1,1,0.02,0.3010,0.01,0.3010 botching,botching,1,1,1,1,0.02,0.3010,0.01,0.3010 botella,botella,1,1,1,1,0.02,0.3010,0.01,0.3010 botfly,botfly,1,1,1,1,0.02,0.3010,0.01,0.3010 Bott,bott,2,1,0,0,0.04,0.4771,0.01,0.3010 Bottega,bottega,1,1,0,0,0.02,0.3010,0.01,0.3010 bottlenose,bottlenose,2,1,1,1,0.04,0.4771,0.01,0.3010 bottler,bottler,1,1,1,1,0.02,0.3010,0.01,0.3010 botulinum,botulinum,1,1,1,1,0.02,0.3010,0.01,0.3010 Bouche,bouche,1,1,0,0,0.02,0.3010,0.01,0.3010 Bouchon,bouchon,10,1,0,0,0.20,1.0414,0.01,0.3010 boudin,boudin,1,1,1,1,0.02,0.3010,0.01,0.3010 bougie,bougie,1,1,1,1,0.02,0.3010,0.01,0.3010 Boule,boule,11,1,0,0,0.22,1.0792,0.01,0.3010 Boulle,boulle,5,1,0,0,0.10,0.7782,0.01,0.3010 bounciest,bounciest,1,1,1,1,0.02,0.3010,0.01,0.3010 bounciness,bounciness,1,1,1,1,0.02,0.3010,0.01,0.3010 bounders,bounders,1,1,1,1,0.02,0.3010,0.01,0.3010 bountifully,bountifully,1,1,1,1,0.02,0.3010,0.01,0.3010 Bourdon,bourdon,3,1,0,0,0.06,0.6021,0.01,0.3010 bove,bove,1,1,1,1,0.02,0.3010,0.01,0.3010 bovines,bovines,2,1,2,1,0.04,0.4771,0.01,0.3010 Bovver,bovver,17,1,0,0,0.33,1.2553,0.01,0.3010 Bowe,bowe,4,1,0,0,0.08,0.6990,0.01,0.3010 Bowker,bowker,1,1,0,0,0.02,0.3010,0.01,0.3010 bowlin,bowlin,1,1,1,1,0.02,0.3010,0.01,0.3010 boxfuls,boxfuls,1,1,1,1,0.02,0.3010,0.01,0.3010 boxiana,boxiana,1,1,1,1,0.02,0.3010,0.01,0.3010 boxman,boxman,2,1,2,1,0.04,0.4771,0.01,0.3010 boxwoods,boxwoods,1,1,1,1,0.02,0.3010,0.01,0.3010 boychicks,boychicks,1,1,1,1,0.02,0.3010,0.01,0.3010 boychik,boychik,1,1,1,1,0.02,0.3010,0.01,0.3010 Braca,braca,5,1,0,0,0.10,0.7782,0.01,0.3010 braccia,braccia,1,1,1,1,0.02,0.3010,0.01,0.3010 bracero,bracero,10,1,10,1,0.20,1.0414,0.01,0.3010 braceros,braceros,21,1,20,1,0.41,1.3424,0.01,0.3010 Bracers,bracers,1,1,0,0,0.02,0.3010,0.01,0.3010 Bradycardia,bradycardia,1,1,0,0,0.02,0.3010,0.01,0.3010 braggarts,braggarts,1,1,1,1,0.02,0.3010,0.01,0.3010 bragger,bragger,1,1,1,1,0.02,0.3010,0.01,0.3010 braggy,braggy,1,1,1,1,0.02,0.3010,0.01,0.3010 Brahm,brahm,2,1,0,0,0.04,0.4771,0.01,0.3010 Brahmanism,brahmanism,2,1,0,0,0.04,0.4771,0.01,0.3010 brainiest,brainiest,1,1,1,1,0.02,0.3010,0.01,0.3010 braining,braining,1,1,1,1,0.02,0.3010,0.01,0.3010 brainstorms,brainstorms,1,1,1,1,0.02,0.3010,0.01,0.3010 brainwasher,brainwasher,1,1,1,1,0.02,0.3010,0.01,0.3010 brainwashes,brainwashes,1,1,1,1,0.02,0.3010,0.01,0.3010 brainwork,brainwork,1,1,1,1,0.02,0.3010,0.01,0.3010 braises,braises,1,1,1,1,0.02,0.3010,0.01,0.3010 braising,braising,1,1,1,1,0.02,0.3010,0.01,0.3010 braked,braked,1,1,1,1,0.02,0.3010,0.01,0.3010 braless,braless,1,1,1,1,0.02,0.3010,0.01,0.3010 branchy,branchy,1,1,1,1,0.02,0.3010,0.01,0.3010 Brander,brander,21,1,0,0,0.41,1.3424,0.01,0.3010 brandied,brandied,1,1,1,1,0.02,0.3010,0.01,0.3010 brandying,brandying,1,1,1,1,0.02,0.3010,0.01,0.3010 brank,brank,1,1,1,1,0.02,0.3010,0.01,0.3010 Branner,branner,7,1,0,0,0.14,0.9031,0.01,0.3010 Branning,branning,1,1,0,0,0.02,0.3010,0.01,0.3010 Brasher,brasher,1,1,0,0,0.02,0.3010,0.01,0.3010 brashly,brashly,1,1,1,1,0.02,0.3010,0.01,0.3010 brashness,brashness,1,1,1,1,0.02,0.3010,0.01,0.3010 Brasier,brasier,7,1,0,0,0.14,0.9031,0.01,0.3010 Brassier,brassier,1,1,0,0,0.02,0.3010,0.01,0.3010 Brassily,brassily,1,1,0,0,0.02,0.3010,0.01,0.3010 braveries,braveries,1,1,1,1,0.02,0.3010,0.01,0.3010 bravoed,bravoed,1,1,1,1,0.02,0.3010,0.01,0.3010 brawlers,brawlers,1,1,1,1,0.02,0.3010,0.01,0.3010 Brawly,brawly,2,1,0,0,0.04,0.4771,0.01,0.3010 Brawner,brawner,1,1,0,0,0.02,0.3010,0.01,0.3010 brawns,brawns,1,1,1,1,0.02,0.3010,0.01,0.3010 Braziers,braziers,1,1,0,0,0.02,0.3010,0.01,0.3010 Brazils,brazils,1,1,0,0,0.02,0.3010,0.01,0.3010 breadboard,breadboard,1,1,1,1,0.02,0.3010,0.01,0.3010 breadlines,breadlines,1,1,1,1,0.02,0.3010,0.01,0.3010 breadmaker,breadmaker,1,1,1,1,0.02,0.3010,0.01,0.3010 breadstuffs,breadstuffs,1,1,1,1,0.02,0.3010,0.01,0.3010 breadwinners,breadwinners,1,1,1,1,0.02,0.3010,0.01,0.3010 breakages,breakages,2,1,2,1,0.04,0.4771,0.01,0.3010 breakbone,breakbone,1,1,1,1,0.02,0.3010,0.01,0.3010 breastful,breastful,2,1,2,1,0.04,0.4771,0.01,0.3010 breastplates,breastplates,2,1,2,1,0.04,0.4771,0.01,0.3010 breastworks,breastworks,1,1,1,1,0.02,0.3010,0.01,0.3010 breathalyse,breathalyse,1,1,1,1,0.02,0.3010,0.01,0.3010 Breathalysed,breathalysed,3,1,1,1,0.06,0.6021,0.01,0.3010 Breathalyser,breathalyser,1,1,0,0,0.02,0.3010,0.01,0.3010 breathy,breathy,1,1,1,1,0.02,0.3010,0.01,0.3010 breeched,breeched,1,1,1,1,0.02,0.3010,0.01,0.3010 breezier,breezier,1,1,1,1,0.02,0.3010,0.01,0.3010 brekky,brekky,1,1,1,1,0.02,0.3010,0.01,0.3010 Bretons,bretons,2,1,0,0,0.04,0.4771,0.01,0.3010 breve,breve,1,1,1,1,0.02,0.3010,0.01,0.3010 breves,breves,1,1,1,1,0.02,0.3010,0.01,0.3010 Brevet,brevet,3,1,0,0,0.06,0.6021,0.01,0.3010 brevis,brevis,5,1,5,1,0.10,0.7782,0.01,0.3010 brewmaster,brewmaster,1,1,1,1,0.02,0.3010,0.01,0.3010 bribable,bribable,1,1,1,1,0.02,0.3010,0.01,0.3010 Brickbat,brickbat,1,1,0,0,0.02,0.3010,0.01,0.3010 brickbats,brickbats,1,1,1,1,0.02,0.3010,0.01,0.3010 Bricker,bricker,3,1,0,0,0.06,0.6021,0.01,0.3010 bricklaying,bricklaying,1,1,1,1,0.02,0.3010,0.01,0.3010 brid,brid,1,1,1,1,0.02,0.3010,0.01,0.3010 bridgeless,bridgeless,1,1,1,1,0.02,0.3010,0.01,0.3010 Bridgeman,bridgeman,1,1,0,0,0.02,0.3010,0.01,0.3010 Bridgeway,bridgeway,1,1,0,0,0.02,0.3010,0.01,0.3010 brigaded,brigaded,1,1,1,1,0.02,0.3010,0.01,0.3010 Brigandage,brigandage,2,1,0,0,0.04,0.4771,0.01,0.3010 brightwork,brightwork,1,1,1,1,0.02,0.3010,0.01,0.3010 brillante,brillante,1,1,1,1,0.02,0.3010,0.01,0.3010 brilliantined,brilliantined,3,1,3,1,0.06,0.6021,0.01,0.3010 Brills,brills,1,1,0,0,0.02,0.3010,0.01,0.3010 bringdown,bringdown,1,1,1,1,0.02,0.3010,0.01,0.3010 brining,brining,1,1,1,1,0.02,0.3010,0.01,0.3010 brinksmanship,brinksmanship,1,1,1,1,0.02,0.3010,0.01,0.3010 brio,brio,1,1,1,1,0.02,0.3010,0.01,0.3010 brisky,brisky,1,1,1,1,0.02,0.3010,0.01,0.3010 Briss,briss,4,1,0,0,0.08,0.6990,0.01,0.3010 bristled,bristled,1,1,1,1,0.02,0.3010,0.01,0.3010 bristly,bristly,1,1,1,1,0.02,0.3010,0.01,0.3010 Britishers,britishers,1,1,0,0,0.02,0.3010,0.01,0.3010 Britten,britten,1,1,0,0,0.02,0.3010,0.01,0.3010 broaches,broaches,1,1,1,1,0.02,0.3010,0.01,0.3010 broaching,broaching,1,1,1,1,0.02,0.3010,0.01,0.3010 broadbill,broadbill,1,1,1,1,0.02,0.3010,0.01,0.3010 broadloom,broadloom,1,1,1,1,0.02,0.3010,0.01,0.3010 Broadmouth,broadmouth,1,1,0,0,0.02,0.3010,0.01,0.3010 broadsided,broadsided,1,1,1,1,0.02,0.3010,0.01,0.3010 brocades,brocades,1,1,1,1,0.02,0.3010,0.01,0.3010 broche,broche,1,1,1,1,0.02,0.3010,0.01,0.3010 Brochette,brochette,1,1,0,0,0.02,0.3010,0.01,0.3010 broils,broils,1,1,1,1,0.02,0.3010,0.01,0.3010 brolly,brolly,1,1,1,1,0.02,0.3010,0.01,0.3010 bromeliad,bromeliad,1,1,1,1,0.02,0.3010,0.01,0.3010 Bromine,bromine,2,1,0,0,0.04,0.4771,0.01,0.3010 bronchi,bronchi,1,1,1,1,0.02,0.3010,0.01,0.3010 bronchiolitis,bronchiolitis,2,1,2,1,0.04,0.4771,0.01,0.3010 Broncho,broncho,1,1,0,0,0.02,0.3010,0.01,0.3010 Bronchodilator,bronchodilator,1,1,0,0,0.02,0.3010,0.01,0.3010 bronchovesicular,bronchovesicular,1,1,1,1,0.02,0.3010,0.01,0.3010 Brontosauruses,brontosauruses,1,1,0,0,0.02,0.3010,0.01,0.3010 bronzer,bronzer,1,1,1,1,0.02,0.3010,0.01,0.3010 bronzing,bronzing,1,1,1,1,0.02,0.3010,0.01,0.3010 bronzy,bronzy,1,1,1,1,0.02,0.3010,0.01,0.3010 broodiness,broodiness,1,1,1,1,0.02,0.3010,0.01,0.3010 Broods,broods,1,1,0,0,0.02,0.3010,0.01,0.3010 brooking,brooking,1,1,1,1,0.02,0.3010,0.01,0.3010 brothe,brothe,1,1,1,1,0.02,0.3010,0.01,0.3010 brotherless,brotherless,1,1,1,1,0.02,0.3010,0.01,0.3010 broths,broths,1,1,1,1,0.02,0.3010,0.01,0.3010 browbeaten,browbeaten,1,1,1,1,0.02,0.3010,0.01,0.3010 Browner,browner,1,1,0,0,0.02,0.3010,0.01,0.3010 Browniest,browniest,1,1,0,0,0.02,0.3010,0.01,0.3010 Brownnoser,brownnoser,1,1,0,0,0.02,0.3010,0.01,0.3010 browsers,browsers,1,1,1,1,0.02,0.3010,0.01,0.3010 Brucine,brucine,1,1,0,0,0.02,0.3010,0.01,0.3010 Bruin,bruin,3,1,0,0,0.06,0.6021,0.01,0.3010 Brumby,brumby,3,1,0,0,0.06,0.6021,0.01,0.3010 Brummagem,brummagem,1,1,0,0,0.02,0.3010,0.01,0.3010 brunching,brunching,1,1,1,1,0.02,0.3010,0.01,0.3010 Brunel,brunel,7,1,0,0,0.14,0.9031,0.01,0.3010 brunet,brunet,1,1,1,1,0.02,0.3010,0.01,0.3010 Brunhild,brunhild,21,1,0,0,0.41,1.3424,0.01,0.3010 Brunneous,brunneous,5,1,1,1,0.10,0.7782,0.01,0.3010 brushback,brushback,1,1,1,1,0.02,0.3010,0.01,0.3010 brushers,brushers,2,1,2,1,0.04,0.4771,0.01,0.3010 Brushless,brushless,1,1,0,0,0.02,0.3010,0.01,0.3010 brushstroke,brushstroke,1,1,1,1,0.02,0.3010,0.01,0.3010 Brushwood,brushwood,1,1,0,0,0.02,0.3010,0.01,0.3010 brushwork,brushwork,1,1,1,1,0.02,0.3010,0.01,0.3010 Brusker,brusker,1,1,0,0,0.02,0.3010,0.01,0.3010 brutalise,brutalise,1,1,1,1,0.02,0.3010,0.01,0.3010 brutalised,brutalised,1,1,1,1,0.02,0.3010,0.01,0.3010 brutalities,brutalities,1,1,1,1,0.02,0.3010,0.01,0.3010 brutalizes,brutalizes,1,1,1,1,0.02,0.3010,0.01,0.3010 Bubber,bubber,3,1,0,0,0.06,0.6021,0.01,0.3010 bubbliest,bubbliest,1,1,1,1,0.02,0.3010,0.01,0.3010 bubbliness,bubbliness,1,1,1,1,0.02,0.3010,0.01,0.3010 Bubo,bubo,4,1,0,0,0.08,0.6990,0.01,0.3010 buccaneering,buccaneering,1,1,1,1,0.02,0.3010,0.01,0.3010 bucketing,bucketing,1,1,1,1,0.02,0.3010,0.01,0.3010 buckoes,buckoes,1,1,1,1,0.02,0.3010,0.01,0.3010 Buckshots,buckshots,1,1,0,0,0.02,0.3010,0.01,0.3010 buckskins,buckskins,1,1,1,1,0.02,0.3010,0.01,0.3010 buckwheats,buckwheats,13,1,7,1,0.25,1.1461,0.01,0.3010 buckyball,buckyball,1,1,1,1,0.02,0.3010,0.01,0.3010 budded,budded,1,1,1,1,0.02,0.3010,0.01,0.3010 Buddle,buddle,2,1,0,0,0.04,0.4771,0.01,0.3010 Budger,budger,3,1,0,0,0.06,0.6021,0.01,0.3010 buffeting,buffeting,1,1,1,1,0.02,0.3010,0.01,0.3010 Buffi,buffi,3,1,0,0,0.06,0.6021,0.01,0.3010 buffo,buffo,1,1,1,1,0.02,0.3010,0.01,0.3010 Bufo,bufo,1,1,0,0,0.02,0.3010,0.01,0.3010 bugaboos,bugaboos,1,1,1,1,0.02,0.3010,0.01,0.3010 Bugbear,bugbear,2,1,0,0,0.04,0.4771,0.01,0.3010 bugdom,bugdom,1,1,1,1,0.02,0.3010,0.01,0.3010 Bughead,bughead,1,1,0,0,0.02,0.3010,0.01,0.3010 bulbed,bulbed,2,1,2,1,0.04,0.4771,0.01,0.3010 bulbul,bulbul,1,1,1,1,0.02,0.3010,0.01,0.3010 bulgar,bulgar,1,1,1,1,0.02,0.3010,0.01,0.3010 bulged,bulged,1,1,1,1,0.02,0.3010,0.01,0.3010 Bulger,bulger,10,1,0,0,0.20,1.0414,0.01,0.3010 bulkheading,bulkheading,1,1,1,1,0.02,0.3010,0.01,0.3010 bulks,bulks,1,1,1,1,0.02,0.3010,0.01,0.3010 bulla,bulla,1,1,1,1,0.02,0.3010,0.01,0.3010 bullae,bullae,1,1,1,1,0.02,0.3010,0.01,0.3010 Bulldogger,bulldogger,1,1,0,0,0.02,0.3010,0.01,0.3010 bulldoggy,bulldoggy,1,1,1,1,0.02,0.3010,0.01,0.3010 buller,buller,1,1,1,1,0.02,0.3010,0.01,0.3010 Bulletproofing,bulletproofing,1,1,0,0,0.02,0.3010,0.01,0.3010 bullfist,bullfist,1,1,1,1,0.02,0.3010,0.01,0.3010 Bullhead,bullhead,1,1,0,0,0.02,0.3010,0.01,0.3010 bullions,bullions,1,1,1,1,0.02,0.3010,0.01,0.3010 bullish,bullish,1,1,1,1,0.02,0.3010,0.01,0.3010 Bullit,bullit,1,1,0,0,0.02,0.3010,0.01,0.3010 bullrings,bullrings,1,1,1,1,0.02,0.3010,0.01,0.3010 bullshots,bullshots,1,1,1,1,0.02,0.3010,0.01,0.3010 bullwhacker,bullwhacker,1,1,1,1,0.02,0.3010,0.01,0.3010 bullwhipped,bullwhipped,1,1,1,1,0.02,0.3010,0.01,0.3010 Bullwhips,bullwhips,1,1,0,0,0.02,0.3010,0.01,0.3010 bullyboy,bullyboy,1,1,1,1,0.02,0.3010,0.01,0.3010 bullyrag,bullyrag,1,1,1,1,0.02,0.3010,0.01,0.3010 bullyragging,bullyragging,1,1,1,1,0.02,0.3010,0.01,0.3010 bunce,bunce,2,1,1,1,0.04,0.4771,0.01,0.3010 Buncher,buncher,1,1,0,0,0.02,0.3010,0.01,0.3010 bunchy,bunchy,1,1,1,1,0.02,0.3010,0.01,0.3010 Bundist,bundist,1,1,0,0,0.02,0.3010,0.01,0.3010 Bundler,bundler,3,1,0,0,0.06,0.6021,0.01,0.3010 bunging,bunging,1,1,1,1,0.02,0.3010,0.01,0.3010 bungles,bungles,1,1,1,1,0.02,0.3010,0.01,0.3010 bunkhouses,bunkhouses,1,1,1,1,0.02,0.3010,0.01,0.3010 Bunkum,bunkum,1,1,0,0,0.02,0.3010,0.01,0.3010 bunted,bunted,1,1,1,1,0.02,0.3010,0.01,0.3010 bunter,bunter,2,1,2,1,0.04,0.4771,0.01,0.3010 Buntline,buntline,9,1,0,0,0.18,1.0000,0.01,0.3010 Bunton,bunton,2,1,0,0,0.04,0.4771,0.01,0.3010 bunts,bunts,1,1,1,1,0.02,0.3010,0.01,0.3010 Bura,bura,2,1,0,0,0.04,0.4771,0.01,0.3010 burble,burble,2,1,1,1,0.04,0.4771,0.01,0.3010 burbled,burbled,2,1,2,1,0.04,0.4771,0.01,0.3010 burbles,burbles,1,1,1,1,0.02,0.3010,0.01,0.3010 burdensome,burdensome,1,1,1,1,0.02,0.3010,0.01,0.3010 Burdock,burdock,3,1,0,0,0.06,0.6021,0.01,0.3010 bureaucratical,bureaucratical,1,1,1,1,0.02,0.3010,0.01,0.3010 bureaux,bureaux,1,1,1,1,0.02,0.3010,0.01,0.3010 burghers,burghers,1,1,1,1,0.02,0.3010,0.01,0.3010 Burglarproof,burglarproof,1,1,0,0,0.02,0.3010,0.01,0.3010 Burgundian,burgundian,1,1,0,0,0.02,0.3010,0.01,0.3010 Buri,buri,2,1,0,0,0.04,0.4771,0.01,0.3010 burliness,burliness,1,1,1,1,0.02,0.3010,0.01,0.3010 burnishing,burnishing,1,1,1,1,0.02,0.3010,0.01,0.3010 burny,burny,2,1,2,1,0.04,0.4771,0.01,0.3010 burrower,burrower,3,1,2,1,0.06,0.6021,0.01,0.3010 burs,burs,1,1,1,1,0.02,0.3010,0.01,0.3010 burse,burse,1,1,1,1,0.02,0.3010,0.01,0.3010 bursted,bursted,1,1,1,1,0.02,0.3010,0.01,0.3010 burster,burster,4,1,4,1,0.08,0.6990,0.01,0.3010 bursty,bursty,1,1,1,1,0.02,0.3010,0.01,0.3010 burthen,burthen,3,1,3,1,0.06,0.6021,0.01,0.3010 bused,bused,1,1,1,1,0.02,0.3010,0.01,0.3010 busher,busher,1,1,1,1,0.02,0.3010,0.01,0.3010 bushier,bushier,1,1,1,1,0.02,0.3010,0.01,0.3010 bushmaster,bushmaster,1,1,1,1,0.02,0.3010,0.01,0.3010 bushwhackers,bushwhackers,1,1,1,1,0.02,0.3010,0.01,0.3010 busies,busies,1,1,1,1,0.02,0.3010,0.01,0.3010 businessese,businessese,1,1,1,1,0.02,0.3010,0.01,0.3010 busking,busking,1,1,1,1,0.02,0.3010,0.01,0.3010 busyness,busyness,1,1,1,1,0.02,0.3010,0.01,0.3010 butat,butat,1,1,1,1,0.02,0.3010,0.01,0.3010 butcherbird,butcherbird,1,1,1,1,0.02,0.3010,0.01,0.3010 butcherer,butcherer,1,1,1,1,0.02,0.3010,0.01,0.3010 butches,butches,1,1,1,1,0.02,0.3010,0.01,0.3010 butlery,butlery,1,1,1,1,0.02,0.3010,0.01,0.3010 butterless,butterless,1,1,1,1,0.02,0.3010,0.01,0.3010 Buttermaker,buttermaker,39,1,0,0,0.76,1.6021,0.01,0.3010 Butterman,butterman,2,1,0,0,0.04,0.4771,0.01,0.3010 Buttinskies,buttinskies,1,1,0,0,0.02,0.3010,0.01,0.3010 buttling,buttling,2,1,2,1,0.04,0.4771,0.01,0.3010 buttocked,buttocked,1,1,1,1,0.02,0.3010,0.01,0.3010 buttonholed,buttonholed,1,1,1,1,0.02,0.3010,0.01,0.3010 buttressed,buttressed,1,1,1,1,0.02,0.3010,0.01,0.3010 buttressing,buttressing,1,1,1,1,0.02,0.3010,0.01,0.3010 Buxomly,buxomly,3,1,0,0,0.06,0.6021,0.01,0.3010 buyable,buyable,1,1,1,1,0.02,0.3010,0.01,0.3010 buzzbomb,buzzbomb,1,1,1,1,0.02,0.3010,0.01,0.3010 Bv,bv,1,1,0,0,0.02,0.3010,0.01,0.3010 Byelorussian,byelorussian,1,1,0,0,0.02,0.3010,0.01,0.3010 byes,byes,1,1,1,1,0.02,0.3010,0.01,0.3010 byss,byss,1,1,1,1,0.02,0.3010,0.01,0.3010 bywords,bywords,1,1,1,1,0.02,0.3010,0.01,0.3010 Bz,bz,10,1,0,0,0.20,1.0414,0.01,0.3010 cabalism,cabalism,8,1,7,1,0.16,0.9542,0.01,0.3010 cabalist,cabalist,3,1,3,1,0.06,0.6021,0.01,0.3010 cabbalistic,cabbalistic,1,1,1,1,0.02,0.3010,0.01,0.3010 cabbing,cabbing,1,1,1,1,0.02,0.3010,0.01,0.3010 cabdrivers,cabdrivers,1,1,1,1,0.02,0.3010,0.01,0.3010 cabernets,cabernets,1,1,1,1,0.02,0.3010,0.01,0.3010 cabezones,cabezones,1,1,1,1,0.02,0.3010,0.01,0.3010 cabined,cabined,1,1,1,1,0.02,0.3010,0.01,0.3010 cabmen,cabmen,1,1,1,1,0.02,0.3010,0.01,0.3010 Cabots,cabots,1,1,0,0,0.02,0.3010,0.01,0.3010 cabriole,cabriole,2,1,1,1,0.04,0.4771,0.01,0.3010 Cabrito,cabrito,4,1,0,0,0.08,0.6990,0.01,0.3010 cabstand,cabstand,4,1,4,1,0.08,0.6990,0.01,0.3010 cachexia,cachexia,1,1,1,1,0.02,0.3010,0.01,0.3010 caching,caching,1,1,1,1,0.02,0.3010,0.01,0.3010 Cacique,cacique,1,1,0,0,0.02,0.3010,0.01,0.3010 cacked,cacked,1,1,1,1,0.02,0.3010,0.01,0.3010 cadastre,cadastre,1,1,1,1,0.02,0.3010,0.01,0.3010 cadaverous,cadaverous,1,1,1,1,0.02,0.3010,0.01,0.3010 cadeau,cadeau,1,1,1,1,0.02,0.3010,0.01,0.3010 cadences,cadences,1,1,1,1,0.02,0.3010,0.01,0.3010 cadge,cadge,1,1,1,1,0.02,0.3010,0.01,0.3010 Cadwell,cadwell,2,1,0,0,0.04,0.4771,0.01,0.3010 caecum,caecum,2,1,2,1,0.04,0.4771,0.01,0.3010 caelum,caelum,1,1,1,1,0.02,0.3010,0.01,0.3010 Caesareans,caesareans,1,1,0,0,0.02,0.3010,0.01,0.3010 cafard,cafard,1,1,1,1,0.02,0.3010,0.01,0.3010 cafetorium,cafetorium,1,1,1,1,0.02,0.3010,0.01,0.3010 caff,caff,1,1,1,1,0.02,0.3010,0.01,0.3010 caffein,caffein,1,1,1,1,0.02,0.3010,0.01,0.3010 Cager,cager,25,1,0,0,0.49,1.4150,0.01,0.3010 caging,caging,1,1,1,1,0.02,0.3010,0.01,0.3010 Cahiers,cahiers,1,1,0,0,0.02,0.3010,0.01,0.3010 caid,caid,1,1,1,1,0.02,0.3010,0.01,0.3010 caimans,caimans,1,1,1,1,0.02,0.3010,0.01,0.3010 Cair,cair,3,1,0,0,0.06,0.6021,0.01,0.3010 cairns,cairns,1,1,1,1,0.02,0.3010,0.01,0.3010 Cajon,cajon,1,1,0,0,0.02,0.3010,0.01,0.3010 Cakebread,cakebread,1,1,0,0,0.02,0.3010,0.01,0.3010 calabozo,calabozo,1,1,1,1,0.02,0.3010,0.01,0.3010 Calamar,calamar,1,1,0,0,0.02,0.3010,0.01,0.3010 Calamite,calamite,1,1,0,0,0.02,0.3010,0.01,0.3010 calamitously,calamitously,1,1,1,1,0.02,0.3010,0.01,0.3010 calcaneus,calcaneus,1,1,1,1,0.02,0.3010,0.01,0.3010 calceolaria,calceolaria,1,1,1,1,0.02,0.3010,0.01,0.3010 Calchas,calchas,2,1,0,0,0.04,0.4771,0.01,0.3010 calcification,calcification,1,1,1,1,0.02,0.3010,0.01,0.3010 calcify,calcify,1,1,1,1,0.02,0.3010,0.01,0.3010 calcimined,calcimined,1,1,1,1,0.02,0.3010,0.01,0.3010 calculably,calculably,1,1,1,1,0.02,0.3010,0.01,0.3010 Calculatedly,calculatedly,1,1,0,0,0.02,0.3010,0.01,0.3010 calculous,calculous,1,1,1,1,0.02,0.3010,0.01,0.3010 Calden,calden,14,1,0,0,0.27,1.1761,0.01,0.3010 calicoes,calicoes,1,1,1,1,0.02,0.3010,0.01,0.3010 calicos,calicos,1,1,1,1,0.02,0.3010,0.01,0.3010 Calif,calif,1,1,0,0,0.02,0.3010,0.01,0.3010 Caliga,caliga,1,1,0,0,0.02,0.3010,0.01,0.3010 caliginous,caliginous,1,1,1,1,0.02,0.3010,0.01,0.3010 calipers,calipers,1,1,1,1,0.02,0.3010,0.01,0.3010 Callans,callans,4,1,0,0,0.08,0.6990,0.01,0.3010 Callate,callate,4,1,0,0,0.08,0.6990,0.01,0.3010 Calli,calli,3,1,0,0,0.06,0.6021,0.01,0.3010 calligraphic,calligraphic,1,1,1,1,0.02,0.3010,0.01,0.3010 callings,callings,1,1,1,1,0.02,0.3010,0.01,0.3010 Calloo,calloo,3,1,0,0,0.06,0.6021,0.01,0.3010 callout,callout,1,1,1,1,0.02,0.3010,0.01,0.3010 calmative,calmative,1,1,1,1,0.02,0.3010,0.01,0.3010 Calmest,calmest,1,1,0,0,0.02,0.3010,0.01,0.3010 calmy,calmy,1,1,1,1,0.02,0.3010,0.01,0.3010 calor,calor,1,1,1,1,0.02,0.3010,0.01,0.3010 calorically,calorically,1,1,1,1,0.02,0.3010,0.01,0.3010 calorimeter,calorimeter,1,1,1,1,0.02,0.3010,0.01,0.3010 calp,calp,1,1,1,1,0.02,0.3010,0.01,0.3010 cals,cals,1,1,1,1,0.02,0.3010,0.01,0.3010 Calumba,calumba,1,1,0,0,0.02,0.3010,0.01,0.3010 Calver,calver,9,1,0,0,0.18,1.0000,0.01,0.3010 Calving,calving,1,1,0,0,0.02,0.3010,0.01,0.3010 Calvinists,calvinists,2,1,0,0,0.04,0.4771,0.01,0.3010 calypsos,calypsos,1,1,1,1,0.02,0.3010,0.01,0.3010 Camara,camara,1,1,0,0,0.02,0.3010,0.01,0.3010 camarada,camarada,1,1,1,1,0.02,0.3010,0.01,0.3010 camarade,camarade,1,1,1,1,0.02,0.3010,0.01,0.3010 Camay,camay,1,1,0,0,0.02,0.3010,0.01,0.3010 Cambio,cambio,2,1,0,0,0.04,0.4771,0.01,0.3010 cames,cames,1,1,1,1,0.02,0.3010,0.01,0.3010 Camions,camions,1,1,0,0,0.02,0.3010,0.01,0.3010 Cammock,cammock,1,1,0,0,0.02,0.3010,0.01,0.3010 Camorra,camorra,2,1,0,0,0.04,0.4771,0.01,0.3010 campagne,campagne,2,1,2,1,0.04,0.4771,0.01,0.3010 campaigners,campaigners,1,1,1,1,0.02,0.3010,0.01,0.3010 campanile,campanile,1,1,1,1,0.02,0.3010,0.01,0.3010 campesino,campesino,1,1,1,1,0.02,0.3010,0.01,0.3010 camphorated,camphorated,1,1,1,1,0.02,0.3010,0.01,0.3010 camporee,camporee,1,1,1,1,0.02,0.3010,0.01,0.3010 Canale,canale,1,1,0,0,0.02,0.3010,0.01,0.3010 Canales,canales,1,1,0,0,0.02,0.3010,0.01,0.3010 Canali,canali,1,1,0,0,0.02,0.3010,0.01,0.3010 canalization,canalization,1,1,1,1,0.02,0.3010,0.01,0.3010 Canalla,canalla,1,1,0,0,0.02,0.3010,0.01,0.3010 canards,canards,1,1,1,1,0.02,0.3010,0.01,0.3010 cancelation,cancelation,1,1,1,1,0.02,0.3010,0.01,0.3010 canceler,canceler,1,1,1,1,0.02,0.3010,0.01,0.3010 canceller,canceller,1,1,1,1,0.02,0.3010,0.01,0.3010 cancered,cancered,1,1,1,1,0.02,0.3010,0.01,0.3010 cancerogenic,cancerogenic,1,1,1,1,0.02,0.3010,0.01,0.3010 candelabrum,candelabrum,1,1,1,1,0.02,0.3010,0.01,0.3010 candidness,candidness,1,1,1,1,0.02,0.3010,0.01,0.3010 Candlebox,candlebox,1,1,0,0,0.02,0.3010,0.01,0.3010 candleholder,candleholder,1,1,1,1,0.02,0.3010,0.01,0.3010 candlemaking,candlemaking,1,1,1,1,0.02,0.3010,0.01,0.3010 candlepower,candlepower,1,1,1,1,0.02,0.3010,0.01,0.3010 Candler,candler,32,1,0,0,0.63,1.5185,0.01,0.3010 Candlers,candlers,1,1,0,0,0.02,0.3010,0.01,0.3010 canebrake,canebrake,2,1,2,1,0.04,0.4771,0.01,0.3010 Canid,canid,3,1,0,0,0.06,0.6021,0.01,0.3010 Canion,canion,2,1,0,0,0.04,0.4771,0.01,0.3010 cannie,cannie,3,1,3,1,0.06,0.6021,0.01,0.3010 canniest,canniest,1,1,1,1,0.02,0.3010,0.01,0.3010 cannonade,cannonade,1,1,1,1,0.02,0.3010,0.01,0.3010 cannonading,cannonading,1,1,1,1,0.02,0.3010,0.01,0.3010 cannonballed,cannonballed,1,1,1,1,0.02,0.3010,0.01,0.3010 cannulation,cannulation,1,1,1,1,0.02,0.3010,0.01,0.3010 Canola,canola,1,1,0,0,0.02,0.3010,0.01,0.3010 canoness,canoness,1,1,1,1,0.02,0.3010,0.01,0.3010 canonical,canonical,1,1,1,1,0.02,0.3010,0.01,0.3010 canonized,canonized,2,1,2,1,0.04,0.4771,0.01,0.3010 canoodles,canoodles,1,1,1,1,0.02,0.3010,0.01,0.3010 canopic,canopic,1,1,1,1,0.02,0.3010,0.01,0.3010 Canopus,canopus,1,1,0,0,0.02,0.3010,0.01,0.3010 Cantab,cantab,1,1,0,0,0.02,0.3010,0.01,0.3010 cantando,cantando,1,1,1,1,0.02,0.3010,0.01,0.3010 Cantatrice,cantatrice,1,1,0,0,0.02,0.3010,0.01,0.3010 cantering,cantering,1,1,1,1,0.02,0.3010,0.01,0.3010 canthus,canthus,1,1,1,1,0.02,0.3010,0.01,0.3010 cantinas,cantinas,1,1,1,1,0.02,0.3010,0.01,0.3010 cantle,cantle,1,1,1,1,0.02,0.3010,0.01,0.3010 cantonments,cantonments,1,1,1,1,0.02,0.3010,0.01,0.3010 cantons,cantons,1,1,1,1,0.02,0.3010,0.01,0.3010 cantrips,cantrips,2,1,2,1,0.04,0.4771,0.01,0.3010 canty,canty,2,1,1,1,0.04,0.4771,0.01,0.3010 Canvasback,canvasback,2,1,0,0,0.04,0.4771,0.01,0.3010 canvasing,canvasing,1,1,1,1,0.02,0.3010,0.01,0.3010 cany,cany,1,1,1,1,0.02,0.3010,0.01,0.3010 capacitance,capacitance,1,1,1,1,0.02,0.3010,0.01,0.3010 capering,capering,1,1,1,1,0.02,0.3010,0.01,0.3010 capitalizes,capitalizes,1,1,1,1,0.02,0.3010,0.01,0.3010 Capitoline,capitoline,2,1,0,0,0.04,0.4771,0.01,0.3010 capitulated,capitulated,1,1,1,1,0.02,0.3010,0.01,0.3010 capitulum,capitulum,1,1,1,1,0.02,0.3010,0.01,0.3010 caplock,caplock,1,1,1,1,0.02,0.3010,0.01,0.3010 Cappelletti,cappelletti,1,1,0,0,0.02,0.3010,0.01,0.3010 Capron,capron,2,1,0,0,0.04,0.4771,0.01,0.3010 capsicum,capsicum,1,1,1,1,0.02,0.3010,0.01,0.3010 capsizes,capsizes,1,1,1,1,0.02,0.3010,0.01,0.3010 capstone,capstone,3,1,3,1,0.06,0.6021,0.01,0.3010 capsulized,capsulized,1,1,1,1,0.02,0.3010,0.01,0.3010 captainship,captainship,2,1,1,1,0.04,0.4771,0.01,0.3010 captivates,captivates,1,1,1,1,0.02,0.3010,0.01,0.3010 carabao,carabao,2,1,2,1,0.04,0.4771,0.01,0.3010 carabiner,carabiner,1,1,1,1,0.02,0.3010,0.01,0.3010 Carabiniere,carabiniere,1,1,0,0,0.02,0.3010,0.01,0.3010 caracal,caracal,1,1,1,1,0.02,0.3010,0.01,0.3010 caracals,caracals,1,1,1,1,0.02,0.3010,0.01,0.3010 caramelised,caramelised,2,1,2,1,0.04,0.4771,0.01,0.3010 caramelize,caramelize,1,1,1,1,0.02,0.3010,0.01,0.3010 caramelizing,caramelizing,2,1,2,1,0.04,0.4771,0.01,0.3010 Carapace,carapace,3,1,0,0,0.06,0.6021,0.01,0.3010 caravanning,caravanning,1,1,1,1,0.02,0.3010,0.01,0.3010 caravel,caravel,1,1,1,1,0.02,0.3010,0.01,0.3010 carbamide,carbamide,1,1,1,1,0.02,0.3010,0.01,0.3010 Carbo,carbo,3,1,0,0,0.06,0.6021,0.01,0.3010 Carboniferous,carboniferous,1,1,0,0,0.02,0.3010,0.01,0.3010 carboxylic,carboxylic,1,1,1,1,0.02,0.3010,0.01,0.3010 carbuncles,carbuncles,1,1,1,1,0.02,0.3010,0.01,0.3010 carburation,carburation,1,1,1,1,0.02,0.3010,0.01,0.3010 carburetion,carburetion,1,1,1,1,0.02,0.3010,0.01,0.3010 carburettors,carburettors,1,1,1,1,0.02,0.3010,0.01,0.3010 carcel,carcel,1,1,1,1,0.02,0.3010,0.01,0.3010 carder,carder,1,1,1,1,0.02,0.3010,0.01,0.3010 cardiacs,cardiacs,1,1,1,1,0.02,0.3010,0.01,0.3010 cardial,cardial,1,1,1,1,0.02,0.3010,0.01,0.3010 carding,carding,1,1,1,1,0.02,0.3010,0.01,0.3010 cardiogenic,cardiogenic,1,1,1,1,0.02,0.3010,0.01,0.3010 cardiograph,cardiograph,1,1,1,1,0.02,0.3010,0.01,0.3010 cardiographs,cardiographs,1,1,1,1,0.02,0.3010,0.01,0.3010 Cardiological,cardiological,1,1,0,0,0.02,0.3010,0.01,0.3010 cardiomegaly,cardiomegaly,1,1,1,1,0.02,0.3010,0.01,0.3010 Cardiorespiratory,cardiorespiratory,1,1,0,0,0.02,0.3010,0.01,0.3010 Cardioscope,cardioscope,1,1,0,0,0.02,0.3010,0.01,0.3010 cardiotoxic,cardiotoxic,1,1,1,1,0.02,0.3010,0.01,0.3010 Cardon,cardon,1,1,0,0,0.02,0.3010,0.01,0.3010 Cardplayer,cardplayer,2,1,0,0,0.04,0.4771,0.01,0.3010 cardsharper,cardsharper,1,1,1,1,0.02,0.3010,0.01,0.3010 careering,careering,1,1,1,1,0.02,0.3010,0.01,0.3010 caressable,caressable,1,1,1,1,0.02,0.3010,0.01,0.3010 caretaking,caretaking,1,1,1,1,0.02,0.3010,0.01,0.3010 Careys,careys,14,1,0,0,0.27,1.1761,0.01,0.3010 carf,carf,1,1,1,1,0.02,0.3010,0.01,0.3010 carfuffle,carfuffle,1,1,1,1,0.02,0.3010,0.01,0.3010 carful,carful,1,1,1,1,0.02,0.3010,0.01,0.3010 caricaturists,caricaturists,1,1,1,1,0.02,0.3010,0.01,0.3010 Caried,caried,1,1,0,0,0.02,0.3010,0.01,0.3010 Carillon,carillon,1,1,0,0,0.02,0.3010,0.01,0.3010 carillons,carillons,1,1,1,1,0.02,0.3010,0.01,0.3010 carisoprodol,carisoprodol,1,1,1,1,0.02,0.3010,0.01,0.3010 carless,carless,1,1,1,1,0.02,0.3010,0.01,0.3010 Carlings,carlings,1,1,0,0,0.02,0.3010,0.01,0.3010 Carlino,carlino,17,1,0,0,0.33,1.2553,0.01,0.3010 carloadings,carloadings,1,1,1,1,0.02,0.3010,0.01,0.3010 Carls,carls,3,1,0,0,0.06,0.6021,0.01,0.3010 carmagnole,carmagnole,2,1,1,1,0.04,0.4771,0.01,0.3010 carmaker,carmaker,1,1,1,1,0.02,0.3010,0.01,0.3010 Carmakers,carmakers,3,1,1,1,0.06,0.6021,0.01,0.3010 Carman,carman,1,1,0,0,0.02,0.3010,0.01,0.3010 Carn,carn,6,1,0,0,0.12,0.8451,0.01,0.3010 carnally,carnally,1,1,1,1,0.02,0.3010,0.01,0.3010 Carnel,carnel,1,1,0,0,0.02,0.3010,0.01,0.3010 carnelian,carnelian,1,1,1,1,0.02,0.3010,0.01,0.3010 carnivora,carnivora,9,1,9,1,0.18,1.0000,0.01,0.3010 caroled,caroled,1,1,1,1,0.02,0.3010,0.01,0.3010 caroler,caroler,1,1,1,1,0.02,0.3010,0.01,0.3010 carollers,carollers,1,1,1,1,0.02,0.3010,0.01,0.3010 caromed,caromed,1,1,1,1,0.02,0.3010,0.01,0.3010 carotte,carotte,1,1,1,1,0.02,0.3010,0.01,0.3010 carousal,carousal,1,1,1,1,0.02,0.3010,0.01,0.3010 caroused,caroused,1,1,1,1,0.02,0.3010,0.01,0.3010 carouses,carouses,1,1,1,1,0.02,0.3010,0.01,0.3010 carpentering,carpentering,1,1,1,1,0.02,0.3010,0.01,0.3010 carpetbagging,carpetbagging,1,1,1,1,0.02,0.3010,0.01,0.3010 carpi,carpi,1,1,1,1,0.02,0.3010,0.01,0.3010 carports,carports,1,1,1,1,0.02,0.3010,0.01,0.3010 Carrefour,carrefour,3,1,0,0,0.06,0.6021,0.01,0.3010 Carrel,carrel,1,1,0,0,0.02,0.3010,0.01,0.3010 Carrell,carrell,4,1,0,0,0.08,0.6990,0.01,0.3010 Carrells,carrells,1,1,0,0,0.02,0.3010,0.01,0.3010 carrels,carrels,1,1,1,1,0.02,0.3010,0.01,0.3010 carronade,carronade,2,1,2,1,0.04,0.4771,0.01,0.3010 carrottop,carrottop,3,1,3,1,0.06,0.6021,0.01,0.3010 Carrow,carrow,2,1,0,0,0.04,0.4771,0.01,0.3010 Carryalls,carryalls,1,1,0,0,0.02,0.3010,0.01,0.3010 carryings,carryings,1,1,1,1,0.02,0.3010,0.01,0.3010 carryons,carryons,1,1,1,1,0.02,0.3010,0.01,0.3010 carryovers,carryovers,1,1,1,1,0.02,0.3010,0.01,0.3010 carsickness,carsickness,1,1,1,1,0.02,0.3010,0.01,0.3010 cartload,cartload,1,1,1,1,0.02,0.3010,0.01,0.3010 cartograph,cartograph,1,1,1,1,0.02,0.3010,0.01,0.3010 cartographical,cartographical,1,1,1,1,0.02,0.3010,0.01,0.3010 cartooned,cartooned,1,1,1,1,0.02,0.3010,0.01,0.3010 cartooning,cartooning,1,1,1,1,0.02,0.3010,0.01,0.3010 cartoonists,cartoonists,2,1,2,1,0.04,0.4771,0.01,0.3010 cartwheeled,cartwheeled,1,1,1,1,0.02,0.3010,0.01,0.3010 Carvers,carvers,2,1,0,0,0.04,0.4771,0.01,0.3010 casaba,casaba,2,1,2,1,0.04,0.4771,0.01,0.3010 cascara,cascara,6,1,4,1,0.12,0.8451,0.01,0.3010 casebooks,casebooks,1,1,1,1,0.02,0.3010,0.01,0.3010 Casein,casein,1,1,0,0,0.02,0.3010,0.01,0.3010 caseinate,caseinate,1,1,1,1,0.02,0.3010,0.01,0.3010 caseworkers,caseworkers,1,1,1,1,0.02,0.3010,0.01,0.3010 cashbook,cashbook,1,1,1,1,0.02,0.3010,0.01,0.3010 casher,casher,1,1,1,1,0.02,0.3010,0.01,0.3010 Cashless,cashless,1,1,0,0,0.02,0.3010,0.01,0.3010 casita,casita,1,1,1,1,0.02,0.3010,0.01,0.3010 Cassady,cassady,3,1,0,0,0.06,0.6021,0.01,0.3010 Cassandras,cassandras,1,1,0,0,0.02,0.3010,0.01,0.3010 cassava,cassava,2,1,1,1,0.04,0.4771,0.01,0.3010 Cassia,cassia,1,1,0,0,0.02,0.3010,0.01,0.3010 castanet,castanet,1,1,1,1,0.02,0.3010,0.01,0.3010 Castellan,castellan,1,1,0,0,0.02,0.3010,0.01,0.3010 castigate,castigate,1,1,1,1,0.02,0.3010,0.01,0.3010 Castile,castile,1,1,0,0,0.02,0.3010,0.01,0.3010 castings,castings,1,1,1,1,0.02,0.3010,0.01,0.3010 casualist,casualist,1,1,1,1,0.02,0.3010,0.01,0.3010 casualness,casualness,1,1,1,1,0.02,0.3010,0.01,0.3010 casuistry,casuistry,2,1,1,1,0.04,0.4771,0.01,0.3010 catabolic,catabolic,1,1,1,1,0.02,0.3010,0.01,0.3010 catabolizing,catabolizing,1,1,1,1,0.02,0.3010,0.01,0.3010 cataclysms,cataclysms,1,1,1,1,0.02,0.3010,0.01,0.3010 catadioptric,catadioptric,1,1,1,1,0.02,0.3010,0.01,0.3010 catalepsis,catalepsis,1,1,1,1,0.02,0.3010,0.01,0.3010 cataloger,cataloger,1,1,1,1,0.02,0.3010,0.01,0.3010 cataloguer,cataloguer,1,1,1,1,0.02,0.3010,0.01,0.3010 catalyses,catalyses,1,1,1,1,0.02,0.3010,0.01,0.3010 catalysts,catalysts,1,1,1,1,0.02,0.3010,0.01,0.3010 catalytically,catalytically,1,1,1,1,0.02,0.3010,0.01,0.3010 catalyze,catalyze,1,1,1,1,0.02,0.3010,0.01,0.3010 catamount,catamount,1,1,1,1,0.02,0.3010,0.01,0.3010 cataplexy,cataplexy,1,1,1,1,0.02,0.3010,0.01,0.3010 catarrh,catarrh,2,1,2,1,0.04,0.4771,0.01,0.3010 catarrhal,catarrhal,1,1,1,1,0.02,0.3010,0.01,0.3010 Catastasis,catastasis,3,1,0,0,0.06,0.6021,0.01,0.3010 catastrophically,catastrophically,1,1,1,1,0.02,0.3010,0.01,0.3010 catcalling,catcalling,2,1,2,1,0.04,0.4771,0.01,0.3010 catchier,catchier,1,1,1,1,0.02,0.3010,0.01,0.3010 Catchiest,catchiest,1,1,0,0,0.02,0.3010,0.01,0.3010 catecholamines,catecholamines,1,1,1,1,0.02,0.3010,0.01,0.3010 categorical,categorical,1,1,1,1,0.02,0.3010,0.01,0.3010 categorisation,categorisation,1,1,1,1,0.02,0.3010,0.01,0.3010 categorise,categorise,1,1,1,1,0.02,0.3010,0.01,0.3010 categorising,categorising,1,1,1,1,0.02,0.3010,0.01,0.3010 Categorization,categorization,1,1,0,0,0.02,0.3010,0.01,0.3010 Catena,catena,6,1,0,0,0.12,0.8451,0.01,0.3010 cateress,cateress,1,1,1,1,0.02,0.3010,0.01,0.3010 Catharine,catharine,6,1,0,0,0.12,0.8451,0.01,0.3010 cathartically,cathartically,1,1,1,1,0.02,0.3010,0.01,0.3010 Cathead,cathead,1,1,0,0,0.02,0.3010,0.01,0.3010 catheterization,catheterization,1,1,1,1,0.02,0.3010,0.01,0.3010 cathexis,cathexis,1,1,1,1,0.02,0.3010,0.01,0.3010 cathodes,cathodes,1,1,1,1,0.02,0.3010,0.01,0.3010 cathouses,cathouses,1,1,1,1,0.02,0.3010,0.01,0.3010 cation,cation,1,1,1,1,0.02,0.3010,0.01,0.3010 catling,catling,1,1,1,1,0.02,0.3010,0.01,0.3010 catnaps,catnaps,2,1,2,1,0.04,0.4771,0.01,0.3010 catskin,catskin,1,1,1,1,0.02,0.3010,0.01,0.3010 catspaw,catspaw,1,1,1,1,0.02,0.3010,0.01,0.3010 cattiest,cattiest,1,1,1,1,0.02,0.3010,0.01,0.3010 cattiness,cattiness,1,1,1,1,0.02,0.3010,0.01,0.3010 catting,catting,1,1,1,1,0.02,0.3010,0.01,0.3010 cauch,cauch,1,1,1,1,0.02,0.3010,0.01,0.3010 caucho,caucho,4,1,4,1,0.08,0.6990,0.01,0.3010 caucused,caucused,1,1,1,1,0.02,0.3010,0.01,0.3010 caudad,caudad,1,1,1,1,0.02,0.3010,0.01,0.3010 caudally,caudally,2,1,2,1,0.04,0.4771,0.01,0.3010 caudate,caudate,1,1,1,1,0.02,0.3010,0.01,0.3010 Caudillo,caudillo,11,1,0,0,0.22,1.0792,0.01,0.3010 cauliflowers,cauliflowers,1,1,1,1,0.02,0.3010,0.01,0.3010 caulks,caulks,1,1,1,1,0.02,0.3010,0.01,0.3010 caus,caus,1,1,1,1,0.02,0.3010,0.01,0.3010 causa,causa,1,1,1,1,0.02,0.3010,0.01,0.3010 causable,causable,1,1,1,1,0.02,0.3010,0.01,0.3010 causations,causations,1,1,1,1,0.02,0.3010,0.01,0.3010 Causatum,causatum,1,1,0,0,0.02,0.3010,0.01,0.3010 causey,causey,1,1,1,1,0.02,0.3010,0.01,0.3010 caustics,caustics,1,1,1,1,0.02,0.3010,0.01,0.3010 Cauter,cauter,1,1,0,0,0.02,0.3010,0.01,0.3010 Cauterising,cauterising,1,1,0,0,0.02,0.3010,0.01,0.3010 cauterization,cauterization,1,1,1,1,0.02,0.3010,0.01,0.3010 cauterizing,cauterizing,1,1,1,1,0.02,0.3010,0.01,0.3010 cautiousness,cautiousness,1,1,1,1,0.02,0.3010,0.01,0.3010 caval,caval,1,1,1,1,0.02,0.3010,0.01,0.3010 cavalcades,cavalcades,1,1,1,1,0.02,0.3010,0.01,0.3010 Cavalero,cavalero,2,1,0,0,0.04,0.4771,0.01,0.3010 Cavalieri,cavalieri,1,1,0,0,0.02,0.3010,0.01,0.3010 cavalries,cavalries,1,1,1,1,0.02,0.3010,0.01,0.3010 cavalrymen,cavalrymen,2,1,2,1,0.04,0.4771,0.01,0.3010 caveats,caveats,1,1,1,1,0.02,0.3010,0.01,0.3010 cavers,cavers,1,1,1,1,0.02,0.3010,0.01,0.3010 cavey,cavey,2,1,1,1,0.04,0.4771,0.01,0.3010 cavin,cavin,1,1,1,1,0.02,0.3010,0.01,0.3010 Cavitate,cavitate,2,1,0,0,0.04,0.4771,0.01,0.3010 cavitating,cavitating,1,1,1,1,0.02,0.3010,0.01,0.3010 cavitations,cavitations,1,1,1,1,0.02,0.3010,0.01,0.3010 cavum,cavum,1,1,1,1,0.02,0.3010,0.01,0.3010 cavy,cavy,1,1,1,1,0.02,0.3010,0.01,0.3010 Cawker,cawker,3,1,0,0,0.06,0.6021,0.01,0.3010 Caxton,caxton,14,1,0,0,0.27,1.1761,0.01,0.3010 cays,cays,2,1,2,1,0.04,0.4771,0.01,0.3010 ccm,ccm,1,1,1,1,0.02,0.3010,0.01,0.3010 Cdg,cdg,1,1,0,0,0.02,0.3010,0.01,0.3010 Cecils,cecils,1,1,0,0,0.02,0.3010,0.01,0.3010 cedarwood,cedarwood,1,1,1,1,0.02,0.3010,0.01,0.3010 Ceiba,ceiba,1,1,0,0,0.02,0.3010,0.01,0.3010 celebre,celebre,1,1,1,1,0.02,0.3010,0.01,0.3010 celeriac,celeriac,1,1,1,1,0.02,0.3010,0.01,0.3010 celeries,celeries,2,1,1,1,0.04,0.4771,0.01,0.3010 Celesta,celesta,5,1,0,0,0.10,0.7782,0.01,0.3010 Celestina,celestina,1,1,0,0,0.02,0.3010,0.01,0.3010 celiac,celiac,1,1,1,1,0.02,0.3010,0.01,0.3010 Cella,cella,8,1,0,0,0.16,0.9542,0.01,0.3010 celling,celling,1,1,1,1,0.02,0.3010,0.01,0.3010 cen,cen,1,1,1,1,0.02,0.3010,0.01,0.3010 Cenobites,cenobites,1,1,0,0,0.02,0.3010,0.01,0.3010 censorable,censorable,1,1,1,1,0.02,0.3010,0.01,0.3010 centenary,centenary,1,1,1,1,0.02,0.3010,0.01,0.3010 centerfolds,centerfolds,2,1,2,1,0.04,0.4771,0.01,0.3010 centesis,centesis,1,1,1,1,0.02,0.3010,0.01,0.3010 centi,centi,1,1,1,1,0.02,0.3010,0.01,0.3010 centigram,centigram,1,1,1,1,0.02,0.3010,0.01,0.3010 centigrams,centigrams,2,1,2,1,0.04,0.4771,0.01,0.3010 centime,centime,1,1,1,1,0.02,0.3010,0.01,0.3010 centimo,centimo,1,1,1,1,0.02,0.3010,0.01,0.3010 centralization,centralization,1,1,1,1,0.02,0.3010,0.01,0.3010 centralize,centralize,1,1,1,1,0.02,0.3010,0.01,0.3010 centrepieces,centrepieces,1,1,1,1,0.02,0.3010,0.01,0.3010 Centrex,centrex,1,1,0,0,0.02,0.3010,0.01,0.3010 centrifugation,centrifugation,1,1,1,1,0.02,0.3010,0.01,0.3010 centrifuges,centrifuges,1,1,1,1,0.02,0.3010,0.01,0.3010 centrist,centrist,1,1,1,1,0.02,0.3010,0.01,0.3010 centroid,centroid,2,1,2,1,0.04,0.4771,0.01,0.3010 centromere,centromere,1,1,1,1,0.02,0.3010,0.01,0.3010 cephalopod,cephalopod,2,1,2,1,0.04,0.4771,0.01,0.3010 Cepheid,cepheid,2,1,0,0,0.04,0.4771,0.01,0.3010 Cepheids,cepheids,3,1,0,0,0.06,0.6021,0.01,0.3010 Cera,cera,29,1,0,0,0.57,1.4771,0.01,0.3010 ceral,ceral,1,1,1,1,0.02,0.3010,0.01,0.3010 cercle,cercle,1,1,1,1,0.02,0.3010,0.01,0.3010 cerebrally,cerebrally,1,1,1,1,0.02,0.3010,0.01,0.3010 cerebrate,cerebrate,1,1,1,1,0.02,0.3010,0.01,0.3010 cerebri,cerebri,1,1,1,1,0.02,0.3010,0.01,0.3010 cerebritis,cerebritis,2,1,2,1,0.04,0.4771,0.01,0.3010 cerebrovascular,cerebrovascular,1,1,1,1,0.02,0.3010,0.01,0.3010 cerements,cerements,1,1,1,1,0.02,0.3010,0.01,0.3010 ceremonially,ceremonially,1,1,1,1,0.02,0.3010,0.01,0.3010 Cerillo,cerillo,1,1,0,0,0.02,0.3010,0.01,0.3010 certainer,certainer,1,1,1,1,0.02,0.3010,0.01,0.3010 certainest,certainest,2,1,2,1,0.04,0.4771,0.01,0.3010 certiorari,certiorari,2,1,2,1,0.04,0.4771,0.01,0.3010 cesarian,cesarian,1,1,1,1,0.02,0.3010,0.01,0.3010 cest,cest,2,1,1,1,0.04,0.4771,0.01,0.3010 cestus,cestus,1,1,1,1,0.02,0.3010,0.01,0.3010 cesure,cesure,1,1,1,1,0.02,0.3010,0.01,0.3010 cetaceans,cetaceans,2,1,1,1,0.04,0.4771,0.01,0.3010 Ceti,ceti,1,1,0,0,0.02,0.3010,0.01,0.3010 cetyl,cetyl,1,1,1,1,0.02,0.3010,0.01,0.3010 Chabot,chabot,1,1,0,0,0.02,0.3010,0.01,0.3010 Chacun,chacun,1,1,0,0,0.02,0.3010,0.01,0.3010 Chaetodon,chaetodon,1,1,0,0,0.02,0.3010,0.01,0.3010 Chafer,chafer,1,1,0,0,0.02,0.3010,0.01,0.3010 chaffed,chaffed,1,1,1,1,0.02,0.3010,0.01,0.3010 chaffing,chaffing,1,1,1,1,0.02,0.3010,0.01,0.3010 chainsawing,chainsawing,1,1,1,1,0.02,0.3010,0.01,0.3010 chalazia,chalazia,1,1,1,1,0.02,0.3010,0.01,0.3010 Chaldean,chaldean,1,1,0,0,0.02,0.3010,0.01,0.3010 chalices,chalices,1,1,1,1,0.02,0.3010,0.01,0.3010 chalkboards,chalkboards,2,1,2,1,0.04,0.4771,0.01,0.3010 Chalks,chalks,1,1,0,0,0.02,0.3010,0.01,0.3010 Challa,challa,4,1,0,0,0.08,0.6990,0.01,0.3010 Chalmer,chalmer,1,1,0,0,0.02,0.3010,0.01,0.3010 Chalon,chalon,1,1,0,0,0.02,0.3010,0.01,0.3010 Chalumeau,chalumeau,2,1,0,0,0.04,0.4771,0.01,0.3010 chalybeate,chalybeate,1,1,1,1,0.02,0.3010,0.01,0.3010 Chama,chama,30,1,0,0,0.59,1.4914,0.01,0.3010 chamade,chamade,1,1,1,1,0.02,0.3010,0.01,0.3010 Chamar,chamar,1,1,0,0,0.02,0.3010,0.01,0.3010 chambering,chambering,1,1,1,1,0.02,0.3010,0.01,0.3010 Chambertin,chambertin,1,1,0,0,0.02,0.3010,0.01,0.3010 Chambre,chambre,1,1,0,0,0.02,0.3010,0.01,0.3010 chameleonlike,chameleonlike,1,1,1,1,0.02,0.3010,0.01,0.3010 chameleons,chameleons,1,1,1,1,0.02,0.3010,0.01,0.3010 chammies,chammies,2,1,1,1,0.04,0.4771,0.01,0.3010 chancellors,chancellors,1,1,1,1,0.02,0.3010,0.01,0.3010 chanceries,chanceries,1,1,1,1,0.02,0.3010,0.01,0.3010 chanciness,chanciness,1,1,1,1,0.02,0.3010,0.01,0.3010 Chancing,chancing,11,1,0,0,0.22,1.0792,0.01,0.3010 chancre,chancre,1,1,1,1,0.02,0.3010,0.01,0.3010 chandelle,chandelle,1,1,1,1,0.02,0.3010,0.01,0.3010 changefulness,changefulness,1,1,1,1,0.02,0.3010,0.01,0.3010 changelessness,changelessness,1,1,1,1,0.02,0.3010,0.01,0.3010 changelings,changelings,1,1,1,1,0.02,0.3010,0.01,0.3010 Changers,changers,1,1,0,0,0.02,0.3010,0.01,0.3010 channeler,channeler,3,1,3,1,0.06,0.6021,0.01,0.3010 chanter,chanter,1,1,1,1,0.02,0.3010,0.01,0.3010 chanterelle,chanterelle,1,1,1,1,0.02,0.3010,0.01,0.3010 chanticleers,chanticleers,1,1,1,1,0.02,0.3010,0.01,0.3010 chanty,chanty,1,1,1,1,0.02,0.3010,0.01,0.3010 chapatis,chapatis,2,1,1,1,0.04,0.4771,0.01,0.3010 chapattis,chapattis,1,1,1,1,0.02,0.3010,0.01,0.3010 chapeaux,chapeaux,1,1,1,1,0.02,0.3010,0.01,0.3010 chaplet,chaplet,2,1,2,1,0.04,0.4771,0.01,0.3010 Chappe,chappe,4,1,0,0,0.08,0.6990,0.01,0.3010 characterising,characterising,1,1,1,1,0.02,0.3010,0.01,0.3010 characterizations,characterizations,1,1,1,1,0.02,0.3010,0.01,0.3010 characterology,characterology,3,1,3,1,0.06,0.6021,0.01,0.3010 Charas,charas,11,1,0,0,0.22,1.0792,0.01,0.3010 Charbroil,charbroil,1,1,0,0,0.02,0.3010,0.01,0.3010 charbroils,charbroils,1,1,1,1,0.02,0.3010,0.01,0.3010 charcoaled,charcoaled,1,1,1,1,0.02,0.3010,0.01,0.3010 charcuteries,charcuteries,1,1,1,1,0.02,0.3010,0.01,0.3010 chardonnays,chardonnays,1,1,1,1,0.02,0.3010,0.01,0.3010 charlady,charlady,1,1,1,1,0.02,0.3010,0.01,0.3010 charlatanism,charlatanism,1,1,1,1,0.02,0.3010,0.01,0.3010 Charlet,charlet,7,1,0,0,0.14,0.9031,0.01,0.3010 charmeuse,charmeuse,1,1,1,1,0.02,0.3010,0.01,0.3010 charoses,charoses,1,1,1,1,0.02,0.3010,0.01,0.3010 charoset,charoset,1,1,1,1,0.02,0.3010,0.01,0.3010 Chasseur,chasseur,5,1,0,0,0.10,0.7782,0.01,0.3010 chasseurs,chasseurs,1,1,1,1,0.02,0.3010,0.01,0.3010 chastely,chastely,1,1,1,1,0.02,0.3010,0.01,0.3010 chastened,chastened,1,1,1,1,0.02,0.3010,0.01,0.3010 chastens,chastens,1,1,1,1,0.02,0.3010,0.01,0.3010 chastises,chastises,1,1,1,1,0.02,0.3010,0.01,0.3010 Chasuble,chasuble,10,1,0,0,0.20,1.0414,0.01,0.3010 Chatchka,chatchka,2,1,0,0,0.04,0.4771,0.01,0.3010 chatta,chatta,8,1,4,1,0.16,0.9542,0.01,0.3010 chatterboxes,chatterboxes,1,1,1,1,0.02,0.3010,0.01,0.3010 chatterers,chatterers,2,1,2,1,0.04,0.4771,0.01,0.3010 Chaucerian,chaucerian,1,1,0,0,0.02,0.3010,0.01,0.3010 chauvinists,chauvinists,1,1,1,1,0.02,0.3010,0.01,0.3010 Chawk,chawk,13,1,0,0,0.25,1.1461,0.01,0.3010 Chaya,chaya,1,1,0,0,0.02,0.3010,0.01,0.3010 cheapies,cheapies,1,1,1,1,0.02,0.3010,0.01,0.3010 cheapish,cheapish,1,1,1,1,0.02,0.3010,0.01,0.3010 cheapjack,cheapjack,1,1,1,1,0.02,0.3010,0.01,0.3010 cheapos,cheapos,1,1,1,1,0.02,0.3010,0.01,0.3010 checklists,checklists,1,1,1,1,0.02,0.3010,0.01,0.3010 checkmark,checkmark,1,1,1,1,0.02,0.3010,0.01,0.3010 checksum,checksum,1,1,1,1,0.02,0.3010,0.01,0.3010 cheeked,cheeked,1,1,1,1,0.02,0.3010,0.01,0.3010 Cheekiness,cheekiness,1,1,0,0,0.02,0.3010,0.01,0.3010 cheeking,cheeking,1,1,1,1,0.02,0.3010,0.01,0.3010 cheeper,cheeper,1,1,1,1,0.02,0.3010,0.01,0.3010 Cheero,cheero,2,1,0,0,0.04,0.4771,0.01,0.3010 cheesemaker,cheesemaker,1,1,1,1,0.02,0.3010,0.01,0.3010 cheesemonger,cheesemonger,1,1,1,1,0.02,0.3010,0.01,0.3010 cheet,cheet,3,1,3,1,0.06,0.6021,0.01,0.3010 Chela,chela,2,1,0,0,0.04,0.4771,0.01,0.3010 chelate,chelate,1,1,1,1,0.02,0.3010,0.01,0.3010 chelicerae,chelicerae,1,1,1,1,0.02,0.3010,0.01,0.3010 chemiluminescence,chemiluminescence,1,1,1,1,0.02,0.3010,0.01,0.3010 chemise,chemise,1,1,1,1,0.02,0.3010,0.01,0.3010 chemistries,chemistries,2,1,2,1,0.04,0.4771,0.01,0.3010 chemosynthesis,chemosynthesis,3,1,3,1,0.06,0.6021,0.01,0.3010 chemotherapeutic,chemotherapeutic,2,1,2,1,0.04,0.4771,0.01,0.3010 cheongsam,cheongsam,1,1,1,1,0.02,0.3010,0.01,0.3010 Cherenkov,cherenkov,1,1,0,0,0.02,0.3010,0.01,0.3010 Cherna,cherna,1,1,0,0,0.02,0.3010,0.01,0.3010 cheroot,cheroot,1,1,1,1,0.02,0.3010,0.01,0.3010 cherubin,cherubin,1,1,1,1,0.02,0.3010,0.01,0.3010 Chevvy,chevvy,1,1,0,0,0.02,0.3010,0.01,0.3010 Chewinks,chewinks,2,1,0,0,0.04,0.4771,0.01,0.3010 Cheyney,cheyney,3,1,0,0,0.06,0.6021,0.01,0.3010 chiasma,chiasma,1,1,1,1,0.02,0.3010,0.01,0.3010 Chicagoan,chicagoan,1,1,0,0,0.02,0.3010,0.01,0.3010 chicane,chicane,1,1,1,1,0.02,0.3010,0.01,0.3010 chicer,chicer,1,1,1,1,0.02,0.3010,0.01,0.3010 chicest,chicest,1,1,1,1,0.02,0.3010,0.01,0.3010 Chich,chich,1,1,0,0,0.02,0.3010,0.01,0.3010 Chicha,chicha,5,1,0,0,0.10,0.7782,0.01,0.3010 Chickasaw,chickasaw,1,1,0,0,0.02,0.3010,0.01,0.3010 chickenfeed,chickenfeed,3,1,2,1,0.06,0.6021,0.01,0.3010 chickenhearted,chickenhearted,1,1,1,1,0.02,0.3010,0.01,0.3010 Chicker,chicker,1,1,0,0,0.02,0.3010,0.01,0.3010 chickweed,chickweed,1,1,1,1,0.02,0.3010,0.01,0.3010 chickweeds,chickweeds,1,1,1,1,0.02,0.3010,0.01,0.3010 Chicness,chicness,1,1,0,0,0.02,0.3010,0.01,0.3010 chicos,chicos,1,1,1,1,0.02,0.3010,0.01,0.3010 Chics,chics,1,1,0,0,0.02,0.3010,0.01,0.3010 chiding,chiding,1,1,1,1,0.02,0.3010,0.01,0.3010 Chiffons,chiffons,1,1,0,0,0.02,0.3010,0.01,0.3010 Chiffre,chiffre,21,1,0,0,0.41,1.3424,0.01,0.3010 chigger,chigger,6,1,4,1,0.12,0.8451,0.01,0.3010 Chih,chih,4,1,0,0,0.08,0.6990,0.01,0.3010 childing,childing,1,1,1,1,0.02,0.3010,0.01,0.3010 Childre,childre,3,1,0,0,0.06,0.6021,0.01,0.3010 Chiliastic,chiliastic,2,1,0,0,0.04,0.4771,0.01,0.3010 Chilicote,chilicote,1,1,0,0,0.02,0.3010,0.01,0.3010 chillers,chillers,1,1,1,1,0.02,0.3010,0.01,0.3010 chilliness,chilliness,1,1,1,1,0.02,0.3010,0.01,0.3010 chillingly,chillingly,1,1,1,1,0.02,0.3010,0.01,0.3010 Chiltern,chiltern,18,1,2,1,0.35,1.2788,0.01,0.3010 Chimbley,chimbley,1,1,0,0,0.02,0.3010,0.01,0.3010 chimeras,chimeras,1,1,1,1,0.02,0.3010,0.01,0.3010 Chinas,chinas,1,1,0,0,0.02,0.3010,0.01,0.3010 Chinawoman,chinawoman,1,1,0,0,0.02,0.3010,0.01,0.3010 Chinkapin,chinkapin,1,1,0,0,0.02,0.3010,0.01,0.3010 chinked,chinked,1,1,1,1,0.02,0.3010,0.01,0.3010 chinking,chinking,1,1,1,1,0.02,0.3010,0.01,0.3010 chinless,chinless,1,1,1,1,0.02,0.3010,0.01,0.3010 chinny,chinny,1,1,1,1,0.02,0.3010,0.01,0.3010 Chinois,chinois,4,1,0,0,0.08,0.6990,0.01,0.3010 Chinquapin,chinquapin,5,1,0,0,0.10,0.7782,0.01,0.3010 chinstraps,chinstraps,1,1,1,1,0.02,0.3010,0.01,0.3010 chint,chint,1,1,1,1,0.02,0.3010,0.01,0.3010 chintzes,chintzes,2,1,2,1,0.04,0.4771,0.01,0.3010 chinwag,chinwag,1,1,1,1,0.02,0.3010,0.01,0.3010 chinwags,chinwags,1,1,1,1,0.02,0.3010,0.01,0.3010 Chiral,chiral,1,1,0,0,0.02,0.3010,0.01,0.3010 chirality,chirality,1,1,1,1,0.02,0.3010,0.01,0.3010 chiropody,chiropody,2,1,1,1,0.04,0.4771,0.01,0.3010 chiropractics,chiropractics,1,1,1,1,0.02,0.3010,0.01,0.3010 chirpier,chirpier,1,1,1,1,0.02,0.3010,0.01,0.3010 chirrup,chirrup,1,1,1,1,0.02,0.3010,0.01,0.3010 chiseller,chiseller,1,1,1,1,0.02,0.3010,0.01,0.3010 chisellers,chisellers,1,1,1,1,0.02,0.3010,0.01,0.3010 chitchatted,chitchatted,1,1,1,1,0.02,0.3010,0.01,0.3010 chitchatty,chitchatty,1,1,1,1,0.02,0.3010,0.01,0.3010 chitin,chitin,1,1,1,1,0.02,0.3010,0.01,0.3010 chitinous,chitinous,1,1,1,1,0.02,0.3010,0.01,0.3010 chitlings,chitlings,1,1,1,1,0.02,0.3010,0.01,0.3010 Chitose,chitose,2,1,0,0,0.04,0.4771,0.01,0.3010 Chitra,chitra,1,1,0,0,0.02,0.3010,0.01,0.3010 chivalric,chivalric,2,1,2,1,0.04,0.4771,0.01,0.3010 Chloramphenicol,chloramphenicol,1,1,0,0,0.02,0.3010,0.01,0.3010 chlordane,chlordane,3,1,2,1,0.06,0.6021,0.01,0.3010 chloric,chloric,4,1,4,1,0.08,0.6990,0.01,0.3010 chlorin,chlorin,1,1,1,1,0.02,0.3010,0.01,0.3010 chlorinate,chlorinate,2,1,2,1,0.04,0.4771,0.01,0.3010 chlorinating,chlorinating,1,1,1,1,0.02,0.3010,0.01,0.3010 chloroformic,chloroformic,1,1,1,1,0.02,0.3010,0.01,0.3010 chloroforming,chloroforming,1,1,1,1,0.02,0.3010,0.01,0.3010 chlorophyllous,chlorophyllous,1,1,1,1,0.02,0.3010,0.01,0.3010 chlorpromazine,chlorpromazine,1,1,1,1,0.02,0.3010,0.01,0.3010 chloryl,chloryl,2,1,1,1,0.04,0.4771,0.01,0.3010 Chocaholic,chocaholic,6,1,0,0,0.12,0.8451,0.01,0.3010 chockablock,chockablock,1,1,1,1,0.02,0.3010,0.01,0.3010 Chocking,chocking,1,1,0,0,0.02,0.3010,0.01,0.3010 chocoholic,chocoholic,1,1,1,1,0.02,0.3010,0.01,0.3010 chocs,chocs,1,1,1,1,0.02,0.3010,0.01,0.3010 choiceless,choiceless,1,1,1,1,0.02,0.3010,0.01,0.3010 choirboys,choirboys,1,1,1,1,0.02,0.3010,0.01,0.3010 chok,chok,1,1,1,1,0.02,0.3010,0.01,0.3010 chokecherries,chokecherries,1,1,1,1,0.02,0.3010,0.01,0.3010 chokecherry,chokecherry,1,1,1,1,0.02,0.3010,0.01,0.3010 Choko,choko,5,1,0,0,0.10,0.7782,0.01,0.3010 Chola,chola,1,1,0,0,0.02,0.3010,0.01,0.3010 cholate,cholate,1,1,1,1,0.02,0.3010,0.01,0.3010 Cholecystectomy,cholecystectomy,1,1,0,0,0.02,0.3010,0.01,0.3010 choli,choli,1,1,1,1,0.02,0.3010,0.01,0.3010 choline,choline,1,1,1,1,0.02,0.3010,0.01,0.3010 Cholla,cholla,2,1,0,0,0.04,0.4771,0.01,0.3010 chomper,chomper,1,1,1,1,0.02,0.3010,0.01,0.3010 Chondrus,chondrus,1,1,0,0,0.02,0.3010,0.01,0.3010 choochoo,choochoo,1,1,1,1,0.02,0.3010,0.01,0.3010 Chook,chook,5,1,0,0,0.10,0.7782,0.01,0.3010 choop,choop,1,1,1,1,0.02,0.3010,0.01,0.3010 chophouses,chophouses,1,1,1,1,0.02,0.3010,0.01,0.3010 choppering,choppering,1,1,1,1,0.02,0.3010,0.01,0.3010 chorale,chorale,3,1,3,1,0.06,0.6021,0.01,0.3010 chorister,chorister,1,1,1,1,0.02,0.3010,0.01,0.3010 chorography,chorography,2,1,2,1,0.04,0.4771,0.01,0.3010 chorology,chorology,2,1,1,1,0.04,0.4771,0.01,0.3010 chorusing,chorusing,1,1,1,1,0.02,0.3010,0.01,0.3010 choughs,choughs,1,1,1,1,0.02,0.3010,0.01,0.3010 Choule,choule,16,1,0,0,0.31,1.2304,0.01,0.3010 Chowderheaded,chowderheaded,3,1,1,1,0.06,0.6021,0.01,0.3010 Chowtime,chowtime,1,1,0,0,0.02,0.3010,0.01,0.3010 Choya,choya,46,1,0,0,0.90,1.6721,0.01,0.3010 Chreotechnics,chreotechnics,1,1,0,0,0.02,0.3010,0.01,0.3010 chrism,chrism,1,1,1,1,0.02,0.3010,0.01,0.3010 Christiania,christiania,1,1,0,0,0.02,0.3010,0.01,0.3010 chromaticism,chromaticism,1,1,1,1,0.02,0.3010,0.01,0.3010 chromed,chromed,1,1,1,1,0.02,0.3010,0.01,0.3010 Chromes,chromes,1,1,0,0,0.02,0.3010,0.01,0.3010 chroming,chroming,1,1,1,1,0.02,0.3010,0.01,0.3010 chromos,chromos,1,1,1,1,0.02,0.3010,0.01,0.3010 chronics,chronics,1,1,1,1,0.02,0.3010,0.01,0.3010 chronologies,chronologies,1,1,1,1,0.02,0.3010,0.01,0.3010 Chryslers,chryslers,1,1,0,0,0.02,0.3010,0.01,0.3010 chrysolite,chrysolite,1,1,1,1,0.02,0.3010,0.01,0.3010 chubs,chubs,1,1,1,1,0.02,0.3010,0.01,0.3010 chucker,chucker,1,1,1,1,0.02,0.3010,0.01,0.3010 chuff,chuff,2,1,2,1,0.04,0.4771,0.01,0.3010 chuffed,chuffed,1,1,1,1,0.02,0.3010,0.01,0.3010 chuffs,chuffs,1,1,1,1,0.02,0.3010,0.01,0.3010 chuggers,chuggers,1,1,1,1,0.02,0.3010,0.01,0.3010 chukka,chukka,1,1,1,1,0.02,0.3010,0.01,0.3010 Chunga,chunga,1,1,0,0,0.02,0.3010,0.01,0.3010 chunked,chunked,1,1,1,1,0.02,0.3010,0.01,0.3010 Chunkier,chunkier,1,1,0,0,0.02,0.3010,0.01,0.3010 chunkiest,chunkiest,1,1,1,1,0.02,0.3010,0.01,0.3010 Churel,churel,1,1,0,0,0.02,0.3010,0.01,0.3010 churl,churl,1,1,1,1,0.02,0.3010,0.01,0.3010 Chut,chut,3,1,0,0,0.06,0.6021,0.01,0.3010 chuted,chuted,1,1,1,1,0.02,0.3010,0.01,0.3010 ciabatta,ciabatta,1,1,1,1,0.02,0.3010,0.01,0.3010 Cicatrice,cicatrice,2,1,0,0,0.04,0.4771,0.01,0.3010 cicatrisation,cicatrisation,1,1,1,1,0.02,0.3010,0.01,0.3010 cicatriser,cicatriser,1,1,1,1,0.02,0.3010,0.01,0.3010 cicatrization,cicatrization,1,1,1,1,0.02,0.3010,0.01,0.3010 Ciceros,ciceros,1,1,0,0,0.02,0.3010,0.01,0.3010 cigaret,cigaret,2,1,2,1,0.04,0.4771,0.01,0.3010 cigarillo,cigarillo,1,1,1,1,0.02,0.3010,0.01,0.3010 ciliate,ciliate,1,1,1,1,0.02,0.3010,0.01,0.3010 cindering,cindering,2,1,2,1,0.04,0.4771,0.01,0.3010 Cinematheque,cinematheque,7,1,1,1,0.14,0.9031,0.01,0.3010 cinematograph,cinematograph,2,1,2,1,0.04,0.4771,0.01,0.3010 cinematographers,cinematographers,2,1,2,1,0.04,0.4771,0.01,0.3010 cinematographically,cinematographically,1,1,1,1,0.02,0.3010,0.01,0.3010 Cinerama,cinerama,1,1,0,0,0.02,0.3010,0.01,0.3010 ciphering,ciphering,1,1,1,1,0.02,0.3010,0.01,0.3010 circ,circ,1,1,1,1,0.02,0.3010,0.01,0.3010 Circassian,circassian,2,1,0,0,0.04,0.4771,0.01,0.3010 circuiting,circuiting,1,1,1,1,0.02,0.3010,0.01,0.3010 circulators,circulators,1,1,1,1,0.02,0.3010,0.01,0.3010 circum,circum,1,1,1,1,0.02,0.3010,0.01,0.3010 circumambulating,circumambulating,2,1,1,1,0.04,0.4771,0.01,0.3010 circumnavigating,circumnavigating,1,1,1,1,0.02,0.3010,0.01,0.3010 circumspection,circumspection,1,1,1,1,0.02,0.3010,0.01,0.3010 circumstantially,circumstantially,1,1,1,1,0.02,0.3010,0.01,0.3010 circumvents,circumvents,1,1,1,1,0.02,0.3010,0.01,0.3010 Cis,cis,1,1,0,0,0.02,0.3010,0.01,0.3010 Cisalpine,cisalpine,1,1,0,0,0.02,0.3010,0.01,0.3010 Cisterna,cisterna,4,1,0,0,0.08,0.6990,0.01,0.3010 citadels,citadels,1,1,1,1,0.02,0.3010,0.01,0.3010 cithara,cithara,1,1,1,1,0.02,0.3010,0.01,0.3010 citified,citified,1,1,1,1,0.02,0.3010,0.01,0.3010 Citizeness,citizeness,1,1,0,0,0.02,0.3010,0.01,0.3010 citizenries,citizenries,1,1,1,1,0.02,0.3010,0.01,0.3010 citrate,citrate,1,1,1,1,0.02,0.3010,0.01,0.3010 Citrine,citrine,1,1,0,0,0.02,0.3010,0.01,0.3010 Citron,citron,1,1,0,0,0.02,0.3010,0.01,0.3010 Cive,cive,2,1,0,0,0.04,0.4771,0.01,0.3010 civets,civets,1,1,1,1,0.02,0.3010,0.01,0.3010 civie,civie,1,1,1,1,0.02,0.3010,0.01,0.3010 civies,civies,1,1,1,1,0.02,0.3010,0.01,0.3010 civilise,civilise,7,1,7,1,0.14,0.9031,0.01,0.3010 civilities,civilities,1,1,1,1,0.02,0.3010,0.01,0.3010 civilizes,civilizes,1,1,1,1,0.02,0.3010,0.01,0.3010 clabber,clabber,1,1,1,1,0.02,0.3010,0.01,0.3010 clacked,clacked,1,1,1,1,0.02,0.3010,0.01,0.3010 clacker,clacker,4,1,4,1,0.08,0.6990,0.01,0.3010 clackety,clackety,2,1,2,1,0.04,0.4771,0.01,0.3010 Clacks,clacks,1,1,0,0,0.02,0.3010,0.01,0.3010 cladding,cladding,1,1,1,1,0.02,0.3010,0.01,0.3010 clagging,clagging,1,1,1,1,0.02,0.3010,0.01,0.3010 claimants,claimants,1,1,1,1,0.02,0.3010,0.01,0.3010 claimer,claimer,1,1,1,1,0.02,0.3010,0.01,0.3010 Clairaudient,clairaudient,2,1,0,0,0.04,0.4771,0.01,0.3010 clairsentience,clairsentience,1,1,1,1,0.02,0.3010,0.01,0.3010 clairvoyancy,clairvoyancy,1,1,1,1,0.02,0.3010,0.01,0.3010 Clake,clake,2,1,0,0,0.04,0.4771,0.01,0.3010 clammiest,clammiest,1,1,1,1,0.02,0.3010,0.01,0.3010 clammily,clammily,1,1,1,1,0.02,0.3010,0.01,0.3010 clamored,clamored,1,1,1,1,0.02,0.3010,0.01,0.3010 clampers,clampers,1,1,1,1,0.02,0.3010,0.01,0.3010 clandestinely,clandestinely,1,1,1,1,0.02,0.3010,0.01,0.3010 clanged,clanged,1,1,1,1,0.02,0.3010,0.01,0.3010 clansmen,clansmen,1,1,1,1,0.02,0.3010,0.01,0.3010 Clapperboard,clapperboard,4,1,1,1,0.08,0.6990,0.01,0.3010 clappers,clappers,1,1,1,1,0.02,0.3010,0.01,0.3010 claque,claque,2,1,2,1,0.04,0.4771,0.01,0.3010 Clarenceux,clarenceux,1,1,0,0,0.02,0.3010,0.01,0.3010 Clarendon,clarendon,1,1,0,0,0.02,0.3010,0.01,0.3010 Clares,clares,1,1,0,0,0.02,0.3010,0.01,0.3010 clarets,clarets,1,1,1,1,0.02,0.3010,0.01,0.3010 clarifies,clarifies,1,1,1,1,0.02,0.3010,0.01,0.3010 clarinetist,clarinetist,1,1,1,1,0.02,0.3010,0.01,0.3010 clarionet,clarionet,1,1,1,1,0.02,0.3010,0.01,0.3010 classicists,classicists,3,1,2,1,0.06,0.6021,0.01,0.3010 classis,classis,1,1,1,1,0.02,0.3010,0.01,0.3010 classist,classist,1,1,1,1,0.02,0.3010,0.01,0.3010 Clavering,clavering,9,1,0,0,0.18,1.0000,0.01,0.3010 clavichord,clavichord,1,1,1,1,0.02,0.3010,0.01,0.3010 clavicular,clavicular,1,1,1,1,0.02,0.3010,0.01,0.3010 clawless,clawless,2,1,2,1,0.04,0.4771,0.01,0.3010 clawlike,clawlike,1,1,1,1,0.02,0.3010,0.01,0.3010 Claxon,claxon,7,1,0,0,0.14,0.9031,0.01,0.3010 cleanings,cleanings,1,1,1,1,0.02,0.3010,0.01,0.3010 cleanish,cleanish,1,1,1,1,0.02,0.3010,0.01,0.3010 clearway,clearway,5,1,3,1,0.10,0.7782,0.01,0.3010 clearways,clearways,1,1,1,1,0.02,0.3010,0.01,0.3010 cleek,cleek,1,1,1,1,0.02,0.3010,0.01,0.3010 clefts,clefts,1,1,1,1,0.02,0.3010,0.01,0.3010 cleptomaniac,cleptomaniac,1,1,1,1,0.02,0.3010,0.01,0.3010 clergymen,clergymen,2,1,2,1,0.04,0.4771,0.01,0.3010 clerkships,clerkships,1,1,1,1,0.02,0.3010,0.01,0.3010 clevis,clevis,1,1,1,1,0.02,0.3010,0.01,0.3010 Clews,clews,3,1,0,0,0.06,0.6021,0.01,0.3010 cli,cli,1,1,1,1,0.02,0.3010,0.01,0.3010 climatological,climatological,1,1,1,1,0.02,0.3010,0.01,0.3010 climatologists,climatologists,1,1,1,1,0.02,0.3010,0.01,0.3010 climbable,climbable,1,1,1,1,0.02,0.3010,0.01,0.3010 clinked,clinked,1,1,1,1,0.02,0.3010,0.01,0.3010 clipboards,clipboards,1,1,1,1,0.02,0.3010,0.01,0.3010 clitoridectomy,clitoridectomy,3,1,3,1,0.06,0.6021,0.01,0.3010 Cliver,cliver,1,1,0,0,0.02,0.3010,0.01,0.3010 cloacal,cloacal,1,1,1,1,0.02,0.3010,0.01,0.3010 Cloche,cloche,9,1,0,0,0.18,1.0000,0.01,0.3010 Clockers,clockers,2,1,0,0,0.04,0.4771,0.01,0.3010 clockmaker,clockmaker,1,1,1,1,0.02,0.3010,0.01,0.3010 clodhopper,clodhopper,1,1,1,1,0.02,0.3010,0.01,0.3010 clodpoll,clodpoll,1,1,1,1,0.02,0.3010,0.01,0.3010 clogger,clogger,1,1,1,1,0.02,0.3010,0.01,0.3010 cloggy,cloggy,1,1,1,1,0.02,0.3010,0.01,0.3010 Cloisonne,cloisonne,1,1,0,0,0.02,0.3010,0.01,0.3010 Clomiphene,clomiphene,1,1,0,0,0.02,0.3010,0.01,0.3010 clomps,clomps,1,1,1,1,0.02,0.3010,0.01,0.3010 clonic,clonic,1,1,1,1,0.02,0.3010,0.01,0.3010 clopping,clopping,1,1,1,1,0.02,0.3010,0.01,0.3010 closers,closers,1,1,1,1,0.02,0.3010,0.01,0.3010 Clote,clote,1,1,0,0,0.02,0.3010,0.01,0.3010 Clotho,clotho,1,1,0,0,0.02,0.3010,0.01,0.3010 clotter,clotter,1,1,1,1,0.02,0.3010,0.01,0.3010 Clou,clou,1,1,0,0,0.02,0.3010,0.01,0.3010 cloudier,cloudier,1,1,1,1,0.02,0.3010,0.01,0.3010 cloudlike,cloudlike,1,1,1,1,0.02,0.3010,0.01,0.3010 Clough,clough,1,1,0,0,0.02,0.3010,0.01,0.3010 clouted,clouted,1,1,1,1,0.02,0.3010,0.01,0.3010 clownishly,clownishly,1,1,1,1,0.02,0.3010,0.01,0.3010 clownishness,clownishness,1,1,1,1,0.02,0.3010,0.01,0.3010 clubbers,clubbers,1,1,1,1,0.02,0.3010,0.01,0.3010 clueing,clueing,1,1,1,1,0.02,0.3010,0.01,0.3010 clunkers,clunkers,1,1,1,1,0.02,0.3010,0.01,0.3010 clypeiform,clypeiform,1,1,1,1,0.02,0.3010,0.01,0.3010 coachmen,coachmen,1,1,1,1,0.02,0.3010,0.01,0.3010 coachy,coachy,3,1,3,1,0.06,0.6021,0.01,0.3010 coagulator,coagulator,1,1,1,1,0.02,0.3010,0.01,0.3010 coaled,coaled,1,1,1,1,0.02,0.3010,0.01,0.3010 coalesced,coalesced,1,1,1,1,0.02,0.3010,0.01,0.3010 coalescence,coalescence,2,1,2,1,0.04,0.4771,0.01,0.3010 coalescing,coalescing,1,1,1,1,0.02,0.3010,0.01,0.3010 coalfields,coalfields,1,1,1,1,0.02,0.3010,0.01,0.3010 Coalsack,coalsack,1,1,0,0,0.02,0.3010,0.01,0.3010 coarseness,coarseness,1,1,1,1,0.02,0.3010,0.01,0.3010 coastwise,coastwise,1,1,1,1,0.02,0.3010,0.01,0.3010 coatings,coatings,1,1,1,1,0.02,0.3010,0.01,0.3010 coatrooms,coatrooms,1,1,1,1,0.02,0.3010,0.01,0.3010 coauthored,coauthored,1,1,1,1,0.02,0.3010,0.01,0.3010 coauthoring,coauthoring,1,1,1,1,0.02,0.3010,0.01,0.3010 coaxes,coaxes,1,1,1,1,0.02,0.3010,0.01,0.3010 cobbers,cobbers,1,1,1,1,0.02,0.3010,0.01,0.3010 cobbles,cobbles,1,1,1,1,0.02,0.3010,0.01,0.3010 cobbling,cobbling,1,1,1,1,0.02,0.3010,0.01,0.3010 Coble,coble,12,1,0,0,0.24,1.1139,0.01,0.3010 Cocci,cocci,1,1,0,0,0.02,0.3010,0.01,0.3010 cochair,cochair,2,1,2,1,0.04,0.4771,0.01,0.3010 Cochin,cochin,1,1,0,0,0.02,0.3010,0.01,0.3010 cocinera,cocinera,1,1,1,1,0.02,0.3010,0.01,0.3010 cockalorum,cockalorum,1,1,1,1,0.02,0.3010,0.01,0.3010 cockapoo,cockapoo,1,1,1,1,0.02,0.3010,0.01,0.3010 cockatrice,cockatrice,1,1,1,1,0.02,0.3010,0.01,0.3010 cockcrow,cockcrow,1,1,1,1,0.02,0.3010,0.01,0.3010 cockerels,cockerels,1,1,1,1,0.02,0.3010,0.01,0.3010 cockers,cockers,1,1,1,1,0.02,0.3010,0.01,0.3010 Cockeye,cockeye,4,1,0,0,0.08,0.6990,0.01,0.3010 cockfighter,cockfighter,1,1,1,1,0.02,0.3010,0.01,0.3010 cockhorse,cockhorse,2,1,2,1,0.04,0.4771,0.01,0.3010 cockier,cockier,1,1,1,1,0.02,0.3010,0.01,0.3010 cockmaster,cockmaster,2,1,2,1,0.04,0.4771,0.01,0.3010 cockneys,cockneys,1,1,1,1,0.02,0.3010,0.01,0.3010 cocksy,cocksy,1,1,1,1,0.02,0.3010,0.01,0.3010 cocoas,cocoas,1,1,1,1,0.02,0.3010,0.01,0.3010 Cocytus,cocytus,2,1,0,0,0.04,0.4771,0.01,0.3010 Codal,codal,1,1,0,0,0.02,0.3010,0.01,0.3010 Codder,codder,1,1,0,0,0.02,0.3010,0.01,0.3010 codebooks,codebooks,1,1,1,1,0.02,0.3010,0.01,0.3010 codependents,codependents,1,1,1,1,0.02,0.3010,0.01,0.3010 coders,coders,3,1,3,1,0.06,0.6021,0.01,0.3010 codify,codify,1,1,1,1,0.02,0.3010,0.01,0.3010 codifying,codifying,1,1,1,1,0.02,0.3010,0.01,0.3010 codirector,codirector,1,1,1,1,0.02,0.3010,0.01,0.3010 codlings,codlings,1,1,1,1,0.02,0.3010,0.01,0.3010 Codman,codman,5,1,0,0,0.10,0.7782,0.01,0.3010 codon,codon,1,1,1,1,0.02,0.3010,0.01,0.3010 Cods,cods,1,1,0,0,0.02,0.3010,0.01,0.3010 coeducational,coeducational,2,1,1,1,0.04,0.4771,0.01,0.3010 coelacanth,coelacanth,2,1,2,1,0.04,0.4771,0.01,0.3010 Coes,coes,1,1,0,0,0.02,0.3010,0.01,0.3010 coexists,coexists,1,1,1,1,0.02,0.3010,0.01,0.3010 Coffeecake,coffeecake,5,1,0,0,0.10,0.7782,0.01,0.3010 coffeepots,coffeepots,1,1,1,1,0.02,0.3010,0.01,0.3010 cofferdam,cofferdam,1,1,1,1,0.02,0.3010,0.01,0.3010 coffered,coffered,1,1,1,1,0.02,0.3010,0.01,0.3010 coffle,coffle,2,1,2,1,0.04,0.4771,0.01,0.3010 Cofounded,cofounded,2,1,0,0,0.04,0.4771,0.01,0.3010 cofounding,cofounding,1,1,1,1,0.02,0.3010,0.01,0.3010 cogently,cogently,1,1,1,1,0.02,0.3010,0.01,0.3010 cogitating,cogitating,1,1,1,1,0.02,0.3010,0.01,0.3010 cogitation,cogitation,1,1,1,1,0.02,0.3010,0.01,0.3010 cognition,cognition,1,1,1,1,0.02,0.3010,0.01,0.3010 Cognitives,cognitives,1,1,0,0,0.02,0.3010,0.01,0.3010 cognizance,cognizance,1,1,1,1,0.02,0.3010,0.01,0.3010 cognomen,cognomen,1,1,1,1,0.02,0.3010,0.01,0.3010 cogwheel,cogwheel,2,1,2,1,0.04,0.4771,0.01,0.3010 cohabited,cohabited,1,1,1,1,0.02,0.3010,0.01,0.3010 cohabiting,cohabiting,1,1,1,1,0.02,0.3010,0.01,0.3010 Cohanim,cohanim,2,1,0,0,0.04,0.4771,0.01,0.3010 coherency,coherency,1,1,1,1,0.02,0.3010,0.01,0.3010 cohos,cohos,1,1,1,1,0.02,0.3010,0.01,0.3010 cohosting,cohosting,1,1,1,1,0.02,0.3010,0.01,0.3010 Cohosts,cohosts,1,1,0,0,0.02,0.3010,0.01,0.3010 coiffing,coiffing,1,1,1,1,0.02,0.3010,0.01,0.3010 coign,coign,1,1,1,1,0.02,0.3010,0.01,0.3010 colanders,colanders,1,1,1,1,0.02,0.3010,0.01,0.3010 coldcock,coldcock,1,1,1,1,0.02,0.3010,0.01,0.3010 Colet,colet,29,1,0,0,0.57,1.4771,0.01,0.3010 coleus,coleus,1,1,1,1,0.02,0.3010,0.01,0.3010 colics,colics,1,1,1,1,0.02,0.3010,0.01,0.3010 coliform,coliform,1,1,1,1,0.02,0.3010,0.01,0.3010 Colima,colima,1,1,0,0,0.02,0.3010,0.01,0.3010 collaborationist,collaborationist,1,1,1,1,0.02,0.3010,0.01,0.3010 collaborations,collaborations,1,1,1,1,0.02,0.3010,0.01,0.3010 collagenase,collagenase,1,1,1,1,0.02,0.3010,0.01,0.3010 Collaring,collaring,1,1,0,0,0.02,0.3010,0.01,0.3010 collarless,collarless,1,1,1,1,0.02,0.3010,0.01,0.3010 collateralized,collateralized,1,1,1,1,0.02,0.3010,0.01,0.3010 collaterally,collaterally,1,1,1,1,0.02,0.3010,0.01,0.3010 collations,collations,1,1,1,1,0.02,0.3010,0.01,0.3010 collectivists,collectivists,1,1,1,1,0.02,0.3010,0.01,0.3010 collegial,collegial,1,1,1,1,0.02,0.3010,0.01,0.3010 collegian,collegian,1,1,1,1,0.02,0.3010,0.01,0.3010 Collen,collen,1,1,0,0,0.02,0.3010,0.01,0.3010 collieries,collieries,2,1,2,1,0.04,0.4771,0.01,0.3010 colliery,colliery,8,1,8,1,0.16,0.9542,0.01,0.3010 collodion,collodion,3,1,3,1,0.06,0.6021,0.01,0.3010 colloids,colloids,1,1,1,1,0.02,0.3010,0.01,0.3010 colloquium,colloquium,1,1,1,1,0.02,0.3010,0.01,0.3010 colloquy,colloquy,1,1,1,1,0.02,0.3010,0.01,0.3010 Colludes,colludes,3,1,1,1,0.06,0.6021,0.01,0.3010 Collum,collum,1,1,0,0,0.02,0.3010,0.01,0.3010 Colmar,colmar,2,1,0,0,0.04,0.4771,0.01,0.3010 colocated,colocated,2,1,2,1,0.04,0.4771,0.01,0.3010 colognes,colognes,1,1,1,1,0.02,0.3010,0.01,0.3010 Colomb,colomb,1,1,0,0,0.02,0.3010,0.01,0.3010 colones,colones,5,1,5,1,0.10,0.7782,0.01,0.3010 colonise,colonise,1,1,1,1,0.02,0.3010,0.01,0.3010 colonised,colonised,1,1,1,1,0.02,0.3010,0.01,0.3010 colonizer,colonizer,1,1,1,1,0.02,0.3010,0.01,0.3010 Colonoscopies,colonoscopies,1,1,0,0,0.02,0.3010,0.01,0.3010 Colophon,colophon,1,1,0,0,0.02,0.3010,0.01,0.3010 colorfast,colorfast,1,1,1,1,0.02,0.3010,0.01,0.3010 colorize,colorize,1,1,1,1,0.02,0.3010,0.01,0.3010 colourfully,colourfully,1,1,1,1,0.02,0.3010,0.01,0.3010 colourised,colourised,1,1,1,1,0.02,0.3010,0.01,0.3010 colourist,colourist,1,1,1,1,0.02,0.3010,0.01,0.3010 Colourization,colourization,1,1,0,0,0.02,0.3010,0.01,0.3010 colporteurs,colporteurs,1,1,1,1,0.02,0.3010,0.01,0.3010 coltish,coltish,1,1,1,1,0.02,0.3010,0.01,0.3010 Columba,columba,3,1,0,0,0.06,0.6021,0.01,0.3010 Columbines,columbines,1,1,0,0,0.02,0.3010,0.01,0.3010 combativeness,combativeness,1,1,1,1,0.02,0.3010,0.01,0.3010 combatted,combatted,1,1,1,1,0.02,0.3010,0.01,0.3010 combatting,combatting,1,1,1,1,0.02,0.3010,0.01,0.3010 Combe,combe,4,1,0,0,0.08,0.6990,0.01,0.3010 Combers,combers,1,1,0,0,0.02,0.3010,0.01,0.3010 Combes,combes,16,1,0,0,0.31,1.2304,0.01,0.3010 combinate,combinate,2,1,1,1,0.04,0.4771,0.01,0.3010 combless,combless,1,1,1,1,0.02,0.3010,0.01,0.3010 combusting,combusting,1,1,1,1,0.02,0.3010,0.01,0.3010 combusts,combusts,1,1,1,1,0.02,0.3010,0.01,0.3010 Comdr,comdr,1,1,0,0,0.02,0.3010,0.01,0.3010 comedically,comedically,1,1,1,1,0.02,0.3010,0.01,0.3010 comfier,comfier,1,1,1,1,0.02,0.3010,0.01,0.3010 Comfits,comfits,1,1,0,0,0.02,0.3010,0.01,0.3010 comfrey,comfrey,1,1,1,1,0.02,0.3010,0.01,0.3010 Comintern,comintern,1,1,0,0,0.02,0.3010,0.01,0.3010 Comique,comique,1,1,0,0,0.02,0.3010,0.01,0.3010 comitatus,comitatus,1,1,1,1,0.02,0.3010,0.01,0.3010 comite,comite,3,1,3,1,0.06,0.6021,0.01,0.3010 Comitia,comitia,1,1,0,0,0.02,0.3010,0.01,0.3010 commandants,commandants,1,1,1,1,0.02,0.3010,0.01,0.3010 commendably,commendably,1,1,1,1,0.02,0.3010,0.01,0.3010 commendatory,commendatory,1,1,1,1,0.02,0.3010,0.01,0.3010 commensal,commensal,2,1,2,1,0.04,0.4771,0.01,0.3010 commensurating,commensurating,1,1,1,1,0.02,0.3010,0.01,0.3010 commentate,commentate,1,1,1,1,0.02,0.3010,0.01,0.3010 commercialises,commercialises,1,1,1,1,0.02,0.3010,0.01,0.3010 commercialising,commercialising,1,1,1,1,0.02,0.3010,0.01,0.3010 commers,commers,1,1,1,1,0.02,0.3010,0.01,0.3010 commingling,commingling,4,1,2,1,0.08,0.6990,0.01,0.3010 commissaries,commissaries,1,1,1,1,0.02,0.3010,0.01,0.3010 commodious,commodious,1,1,1,1,0.02,0.3010,0.01,0.3010 commonalities,commonalities,1,1,1,1,0.02,0.3010,0.01,0.3010 commonness,commonness,1,1,1,1,0.02,0.3010,0.01,0.3010 communalist,communalist,1,1,1,1,0.02,0.3010,0.01,0.3010 communer,communer,1,1,1,1,0.02,0.3010,0.01,0.3010 communicability,communicability,1,1,1,1,0.02,0.3010,0.01,0.3010 communicational,communicational,1,1,1,1,0.02,0.3010,0.01,0.3010 communizing,communizing,1,1,1,1,0.02,0.3010,0.01,0.3010 commutable,commutable,1,1,1,1,0.02,0.3010,0.01,0.3010 commutator,commutator,1,1,1,1,0.02,0.3010,0.01,0.3010 compacter,compacter,3,1,3,1,0.06,0.6021,0.01,0.3010 compactification,compactification,2,1,2,1,0.04,0.4771,0.01,0.3010 compactify,compactify,1,1,1,1,0.02,0.3010,0.01,0.3010 compagnie,compagnie,2,1,2,1,0.04,0.4771,0.01,0.3010 companied,companied,1,1,1,1,0.02,0.3010,0.01,0.3010 comparatives,comparatives,1,1,1,1,0.02,0.3010,0.01,0.3010 compartmentalised,compartmentalised,1,1,1,1,0.02,0.3010,0.01,0.3010 compartmentalization,compartmentalization,2,1,1,1,0.04,0.4771,0.01,0.3010 compartmented,compartmented,1,1,1,1,0.02,0.3010,0.01,0.3010 compatibly,compatibly,1,1,1,1,0.02,0.3010,0.01,0.3010 Compeers,compeers,1,1,0,0,0.02,0.3010,0.01,0.3010 compensators,compensators,1,1,1,1,0.02,0.3010,0.01,0.3010 compiles,compiles,1,1,1,1,0.02,0.3010,0.01,0.3010 complacently,complacently,1,1,1,1,0.02,0.3010,0.01,0.3010 Compleat,compleat,1,1,0,0,0.02,0.3010,0.01,0.3010 complementing,complementing,1,1,1,1,0.02,0.3010,0.01,0.3010 complexly,complexly,1,1,1,1,0.02,0.3010,0.01,0.3010 complicator,complicator,1,1,1,1,0.02,0.3010,0.01,0.3010 complicitous,complicitous,1,1,1,1,0.02,0.3010,0.01,0.3010 complots,complots,1,1,1,1,0.02,0.3010,0.01,0.3010 composited,composited,1,1,1,1,0.02,0.3010,0.01,0.3010 composites,composites,1,1,1,1,0.02,0.3010,0.01,0.3010 compositional,compositional,1,1,1,1,0.02,0.3010,0.01,0.3010 Compositive,compositive,1,1,0,0,0.02,0.3010,0.01,0.3010 compounder,compounder,1,1,1,1,0.02,0.3010,0.01,0.3010 comprehended,comprehended,1,1,1,1,0.02,0.3010,0.01,0.3010 comprehensions,comprehensions,1,1,1,1,0.02,0.3010,0.01,0.3010 comprehensiveness,comprehensiveness,1,1,1,1,0.02,0.3010,0.01,0.3010 comprend,comprend,1,1,1,1,0.02,0.3010,0.01,0.3010 compressional,compressional,1,1,1,1,0.02,0.3010,0.01,0.3010 Compromiser,compromiser,1,1,0,0,0.02,0.3010,0.01,0.3010 compulsiveness,compulsiveness,1,1,1,1,0.02,0.3010,0.01,0.3010 computational,computational,1,1,1,1,0.02,0.3010,0.01,0.3010 computerise,computerise,1,1,1,1,0.02,0.3010,0.01,0.3010 computerization,computerization,1,1,1,1,0.02,0.3010,0.01,0.3010 computerize,computerize,1,1,1,1,0.02,0.3010,0.01,0.3010 comradery,comradery,1,1,1,1,0.02,0.3010,0.01,0.3010 concatenated,concatenated,1,1,1,1,0.02,0.3010,0.01,0.3010 concatenation,concatenation,1,1,1,1,0.02,0.3010,0.01,0.3010 concealable,concealable,1,1,1,1,0.02,0.3010,0.01,0.3010 concedes,concedes,1,1,1,1,0.02,0.3010,0.01,0.3010 conceits,conceits,1,1,1,1,0.02,0.3010,0.01,0.3010 concent,concent,1,1,1,1,0.02,0.3010,0.01,0.3010 concentred,concentred,1,1,1,1,0.02,0.3010,0.01,0.3010 conceptualizing,conceptualizing,2,1,1,1,0.04,0.4771,0.01,0.3010 concertized,concertized,1,1,1,1,0.02,0.3010,0.01,0.3010 concessionaires,concessionaires,1,1,1,1,0.02,0.3010,0.01,0.3010 concessionary,concessionary,1,1,1,1,0.02,0.3010,0.01,0.3010 conches,conches,1,1,1,1,0.02,0.3010,0.01,0.3010 conchie,conchie,1,1,1,1,0.02,0.3010,0.01,0.3010 Concho,concho,11,1,0,0,0.22,1.0792,0.01,0.3010 conchological,conchological,1,1,1,1,0.02,0.3010,0.01,0.3010 Conciliarly,conciliarly,1,1,0,0,0.02,0.3010,0.01,0.3010 conciliators,conciliators,3,1,3,1,0.06,0.6021,0.01,0.3010 conciousness,conciousness,1,1,1,1,0.02,0.3010,0.01,0.3010 concolor,concolor,1,1,1,1,0.02,0.3010,0.01,0.3010 concordance,concordance,1,1,1,1,0.02,0.3010,0.01,0.3010 Concordantly,concordantly,1,1,0,0,0.02,0.3010,0.01,0.3010 concours,concours,1,1,1,1,0.02,0.3010,0.01,0.3010 concretely,concretely,1,1,1,1,0.02,0.3010,0.01,0.3010 concuss,concuss,1,1,1,1,0.02,0.3010,0.01,0.3010 concussively,concussively,1,1,1,1,0.02,0.3010,0.01,0.3010 condemnations,condemnations,1,1,1,1,0.02,0.3010,0.01,0.3010 condensates,condensates,1,1,1,1,0.02,0.3010,0.01,0.3010 condescensions,condescensions,1,1,1,1,0.02,0.3010,0.01,0.3010 conditionals,conditionals,1,1,1,1,0.02,0.3010,0.01,0.3010 condole,condole,1,1,1,1,0.02,0.3010,0.01,0.3010 condoled,condoled,1,1,1,1,0.02,0.3010,0.01,0.3010 coned,coned,1,1,1,1,0.02,0.3010,0.01,0.3010 conehead,conehead,1,1,1,1,0.02,0.3010,0.01,0.3010 Coner,coner,5,1,0,0,0.10,0.7782,0.01,0.3010 Conestoga,conestoga,1,1,0,0,0.02,0.3010,0.01,0.3010 confectioners,confectioners,1,1,1,1,0.02,0.3010,0.01,0.3010 conferral,conferral,1,1,1,1,0.02,0.3010,0.01,0.3010 confessant,confessant,1,1,1,1,0.02,0.3010,0.01,0.3010 confidantes,confidantes,1,1,1,1,0.02,0.3010,0.01,0.3010 confidants,confidants,3,1,3,1,0.06,0.6021,0.01,0.3010 configurating,configurating,1,1,1,1,0.02,0.3010,0.01,0.3010 confinements,confinements,1,1,1,1,0.02,0.3010,0.01,0.3010 confiscatory,confiscatory,1,1,1,1,0.02,0.3010,0.01,0.3010 confiture,confiture,1,1,1,1,0.02,0.3010,0.01,0.3010 conflictual,conflictual,1,1,1,1,0.02,0.3010,0.01,0.3010 confluent,confluent,1,1,1,1,0.02,0.3010,0.01,0.3010 conflux,conflux,1,1,1,1,0.02,0.3010,0.01,0.3010 confocal,confocal,1,1,1,1,0.02,0.3010,0.01,0.3010 conformance,conformance,1,1,1,1,0.02,0.3010,0.01,0.3010 conformational,conformational,1,1,1,1,0.02,0.3010,0.01,0.3010 conformism,conformism,1,1,1,1,0.02,0.3010,0.01,0.3010 confrere,confrere,1,1,1,1,0.02,0.3010,0.01,0.3010 Confucianism,confucianism,2,1,0,0,0.04,0.4771,0.01,0.3010 Confucians,confucians,1,1,0,0,0.02,0.3010,0.01,0.3010 confuser,confuser,1,1,1,1,0.02,0.3010,0.01,0.3010 Confusers,confusers,4,1,1,1,0.08,0.6990,0.01,0.3010 congeals,congeals,1,1,1,1,0.02,0.3010,0.01,0.3010 congelation,congelation,1,1,1,1,0.02,0.3010,0.01,0.3010 congeners,congeners,1,1,1,1,0.02,0.3010,0.01,0.3010 congest,congest,1,1,1,1,0.02,0.3010,0.01,0.3010 conglomerations,conglomerations,1,1,1,1,0.02,0.3010,0.01,0.3010 Congolese,congolese,2,1,0,0,0.04,0.4771,0.01,0.3010 congregates,congregates,1,1,1,1,0.02,0.3010,0.01,0.3010 Congreve,congreve,1,1,0,0,0.02,0.3010,0.01,0.3010 Congruity,congruity,1,1,0,0,0.02,0.3010,0.01,0.3010 conidial,conidial,1,1,1,1,0.02,0.3010,0.01,0.3010 conifers,conifers,1,1,1,1,0.02,0.3010,0.01,0.3010 Conine,conine,4,1,0,0,0.08,0.6990,0.01,0.3010 coning,coning,1,1,1,1,0.02,0.3010,0.01,0.3010 conjectural,conjectural,1,1,1,1,0.02,0.3010,0.01,0.3010 conjugates,conjugates,1,1,1,1,0.02,0.3010,0.01,0.3010 conjugation,conjugation,1,1,1,1,0.02,0.3010,0.01,0.3010 conjuror,conjuror,1,1,1,1,0.02,0.3010,0.01,0.3010 conkers,conkers,1,1,1,1,0.02,0.3010,0.01,0.3010 connectible,connectible,1,1,1,1,0.02,0.3010,0.01,0.3010 Connex,connex,14,1,0,0,0.27,1.1761,0.01,0.3010 connexions,connexions,1,1,1,1,0.02,0.3010,0.01,0.3010 conniptions,conniptions,1,1,1,1,0.02,0.3010,0.01,0.3010 connivance,connivance,1,1,1,1,0.02,0.3010,0.01,0.3010 connivers,connivers,1,1,1,1,0.02,0.3010,0.01,0.3010 connives,connives,1,1,1,1,0.02,0.3010,0.01,0.3010 Conquerer,conquerer,1,1,0,0,0.02,0.3010,0.01,0.3010 Conscientiousness,conscientiousness,1,1,0,0,0.02,0.3010,0.01,0.3010 conscripting,conscripting,1,1,1,1,0.02,0.3010,0.01,0.3010 consecrates,consecrates,1,1,1,1,0.02,0.3010,0.01,0.3010 consensually,consensually,1,1,1,1,0.02,0.3010,0.01,0.3010 conservationists,conservationists,1,1,1,1,0.02,0.3010,0.01,0.3010 Conservatism,conservatism,1,1,0,0,0.02,0.3010,0.01,0.3010 conservatorium,conservatorium,1,1,1,1,0.02,0.3010,0.01,0.3010 conservators,conservators,1,1,1,1,0.02,0.3010,0.01,0.3010 conservatorship,conservatorship,1,1,1,1,0.02,0.3010,0.01,0.3010 Conserves,conserves,1,1,0,0,0.02,0.3010,0.01,0.3010 considerately,considerately,1,1,1,1,0.02,0.3010,0.01,0.3010 consignments,consignments,1,1,1,1,0.02,0.3010,0.01,0.3010 consignor,consignor,1,1,1,1,0.02,0.3010,0.01,0.3010 consistence,consistence,1,1,1,1,0.02,0.3010,0.01,0.3010 consolidates,consolidates,1,1,1,1,0.02,0.3010,0.01,0.3010 consolidators,consolidators,1,1,1,1,0.02,0.3010,0.01,0.3010 consortia,consortia,1,1,1,1,0.02,0.3010,0.01,0.3010 conspirer,conspirer,1,1,1,1,0.02,0.3010,0.01,0.3010 Const,const,1,1,0,0,0.02,0.3010,0.01,0.3010 Constances,constances,2,1,0,0,0.04,0.4771,0.01,0.3010 constituencies,constituencies,1,1,1,1,0.02,0.3010,0.01,0.3010 constitutionals,constitutionals,2,1,1,1,0.04,0.4771,0.01,0.3010 Constr,constr,1,1,0,0,0.02,0.3010,0.01,0.3010 constructionist,constructionist,1,1,1,1,0.02,0.3010,0.01,0.3010 constructor,constructor,2,1,2,1,0.04,0.4771,0.01,0.3010 construes,construes,1,1,1,1,0.02,0.3010,0.01,0.3010 consubstantiation,consubstantiation,1,1,1,1,0.02,0.3010,0.01,0.3010 Consuls,consuls,1,1,0,0,0.02,0.3010,0.01,0.3010 consulto,consulto,1,1,1,1,0.02,0.3010,0.01,0.3010 consumated,consumated,1,1,1,1,0.02,0.3010,0.01,0.3010 consumation,consumation,1,1,1,1,0.02,0.3010,0.01,0.3010 consummately,consummately,1,1,1,1,0.02,0.3010,0.01,0.3010 consummates,consummates,1,1,1,1,0.02,0.3010,0.01,0.3010 Consummations,consummations,1,1,0,0,0.02,0.3010,0.01,0.3010 consumptive,consumptive,1,1,1,1,0.02,0.3010,0.01,0.3010 consumptives,consumptives,1,1,1,1,0.02,0.3010,0.01,0.3010 contagions,contagions,1,1,1,1,0.02,0.3010,0.01,0.3010 contagiously,contagiously,1,1,1,1,0.02,0.3010,0.01,0.3010 contaminative,contaminative,1,1,1,1,0.02,0.3010,0.01,0.3010 contd,contd,1,1,1,1,0.02,0.3010,0.01,0.3010 contemned,contemned,1,1,1,1,0.02,0.3010,0.01,0.3010 contemporaneously,contemporaneously,1,1,1,1,0.02,0.3010,0.01,0.3010 contemporize,contemporize,1,1,1,1,0.02,0.3010,0.01,0.3010 contemptibly,contemptibly,1,1,1,1,0.02,0.3010,0.01,0.3010 contestable,contestable,1,1,1,1,0.02,0.3010,0.01,0.3010 contester,contester,1,1,1,1,0.02,0.3010,0.01,0.3010 contexts,contexts,1,1,1,1,0.02,0.3010,0.01,0.3010 contextualized,contextualized,1,1,1,1,0.02,0.3010,0.01,0.3010 Contextually,contextually,1,1,0,0,0.02,0.3010,0.01,0.3010 Continentals,continentals,1,1,0,0,0.02,0.3010,0.01,0.3010 continuations,continuations,1,1,1,1,0.02,0.3010,0.01,0.3010 continuums,continuums,1,1,1,1,0.02,0.3010,0.01,0.3010 conto,conto,1,1,1,1,0.02,0.3010,0.01,0.3010 contorting,contorting,1,1,1,1,0.02,0.3010,0.01,0.3010 Contortionists,contortionists,1,1,0,0,0.02,0.3010,0.01,0.3010 contr,contr,1,1,1,1,0.02,0.3010,0.01,0.3010 contracture,contracture,1,1,1,1,0.02,0.3010,0.01,0.3010 contrails,contrails,1,1,1,1,0.02,0.3010,0.01,0.3010 contraries,contraries,1,1,1,1,0.02,0.3010,0.01,0.3010 contravene,contravene,1,1,1,1,0.02,0.3010,0.01,0.3010 contributable,contributable,1,1,1,1,0.02,0.3010,0.01,0.3010 contritely,contritely,1,1,1,1,0.02,0.3010,0.01,0.3010 contriteness,contriteness,1,1,1,1,0.02,0.3010,0.01,0.3010 contriver,contriver,1,1,1,1,0.02,0.3010,0.01,0.3010 controled,controled,1,1,1,1,0.02,0.3010,0.01,0.3010 controlment,controlment,1,1,1,1,0.02,0.3010,0.01,0.3010 controversially,controversially,1,1,1,1,0.02,0.3010,0.01,0.3010 controverted,controverted,1,1,1,1,0.02,0.3010,0.01,0.3010 contumely,contumely,1,1,1,1,0.02,0.3010,0.01,0.3010 contused,contused,1,1,1,1,0.02,0.3010,0.01,0.3010 contusing,contusing,1,1,1,1,0.02,0.3010,0.01,0.3010 convalesced,convalesced,1,1,1,1,0.02,0.3010,0.01,0.3010 convalesces,convalesces,1,1,1,1,0.02,0.3010,0.01,0.3010 convector,convector,1,1,1,1,0.02,0.3010,0.01,0.3010 conveniency,conveniency,1,1,1,1,0.02,0.3010,0.01,0.3010 conversable,conversable,1,1,1,1,0.02,0.3010,0.01,0.3010 conversationalists,conversationalists,1,1,1,1,0.02,0.3010,0.01,0.3010 converses,converses,1,1,1,1,0.02,0.3010,0.01,0.3010 conversi,conversi,1,1,1,1,0.02,0.3010,0.01,0.3010 convertable,convertable,1,1,1,1,0.02,0.3010,0.01,0.3010 convocations,convocations,1,1,1,1,0.02,0.3010,0.01,0.3010 convoluting,convoluting,1,1,1,1,0.02,0.3010,0.01,0.3010 convolution,convolution,1,1,1,1,0.02,0.3010,0.01,0.3010 convulses,convulses,1,1,1,1,0.02,0.3010,0.01,0.3010 cony,cony,1,1,1,1,0.02,0.3010,0.01,0.3010 cooed,cooed,1,1,1,1,0.02,0.3010,0.01,0.3010 cooer,cooer,1,1,1,1,0.02,0.3010,0.01,0.3010 Cooey,cooey,1,1,0,0,0.02,0.3010,0.01,0.3010 cookers,cookers,1,1,1,1,0.02,0.3010,0.01,0.3010 cookhouse,cookhouse,1,1,1,1,0.02,0.3010,0.01,0.3010 cooky,cooky,1,1,1,1,0.02,0.3010,0.01,0.3010 Coombes,coombes,7,1,0,0,0.14,0.9031,0.01,0.3010 coonhounds,coonhounds,1,1,1,1,0.02,0.3010,0.01,0.3010 coonskins,coonskins,1,1,1,1,0.02,0.3010,0.01,0.3010 cooperatives,cooperatives,1,1,1,1,0.02,0.3010,0.01,0.3010 cooperator,cooperator,1,1,1,1,0.02,0.3010,0.01,0.3010 cooping,cooping,1,1,1,1,0.02,0.3010,0.01,0.3010 coops,coops,1,1,1,1,0.02,0.3010,0.01,0.3010 coopted,coopted,1,1,1,1,0.02,0.3010,0.01,0.3010 cootch,cootch,1,1,1,1,0.02,0.3010,0.01,0.3010 Coots,coots,1,1,0,0,0.02,0.3010,0.01,0.3010 cooty,cooty,1,1,1,1,0.02,0.3010,0.01,0.3010 copepods,copepods,1,1,1,1,0.02,0.3010,0.01,0.3010 coper,coper,2,1,2,1,0.04,0.4771,0.01,0.3010 Copernican,copernican,9,1,0,0,0.18,1.0000,0.01,0.3010 Copernicans,copernicans,1,1,0,0,0.02,0.3010,0.01,0.3010 copes,copes,1,1,1,1,0.02,0.3010,0.01,0.3010 copout,copout,1,1,1,1,0.02,0.3010,0.01,0.3010 Copperbottom,copperbottom,11,1,0,0,0.22,1.0792,0.01,0.3010 copperplate,copperplate,1,1,1,1,0.02,0.3010,0.01,0.3010 coprocessors,coprocessors,1,1,1,1,0.02,0.3010,0.01,0.3010 coproducer,coproducer,1,1,1,1,0.02,0.3010,0.01,0.3010 coprophilia,coprophilia,2,1,2,1,0.04,0.4771,0.01,0.3010 Coptic,coptic,1,1,0,0,0.02,0.3010,0.01,0.3010 Copula,copula,1,1,0,0,0.02,0.3010,0.01,0.3010 copulated,copulated,1,1,1,1,0.02,0.3010,0.01,0.3010 copulates,copulates,1,1,1,1,0.02,0.3010,0.01,0.3010 copulations,copulations,1,1,1,1,0.02,0.3010,0.01,0.3010 copulative,copulative,1,1,1,1,0.02,0.3010,0.01,0.3010 copycatted,copycatted,1,1,1,1,0.02,0.3010,0.01,0.3010 copycatting,copycatting,2,1,2,1,0.04,0.4771,0.01,0.3010 copyhold,copyhold,1,1,1,1,0.02,0.3010,0.01,0.3010 copyist,copyist,6,1,5,1,0.12,0.8451,0.01,0.3010 copyrights,copyrights,1,1,1,1,0.02,0.3010,0.01,0.3010 copywriters,copywriters,1,1,1,1,0.02,0.3010,0.01,0.3010 coquettish,coquettish,1,1,1,1,0.02,0.3010,0.01,0.3010 coquin,coquin,1,1,1,1,0.02,0.3010,0.01,0.3010 coracobrachialis,coracobrachialis,1,1,1,1,0.02,0.3010,0.01,0.3010 Coraggio,coraggio,1,1,0,0,0.02,0.3010,0.01,0.3010 Coran,coran,1,1,0,0,0.02,0.3010,0.01,0.3010 cordage,cordage,5,1,5,1,0.10,0.7782,0.01,0.3010 corded,corded,1,1,1,1,0.02,0.3010,0.01,0.3010 Corder,corder,1,1,0,0,0.02,0.3010,0.01,0.3010 cordilleras,cordilleras,1,1,1,1,0.02,0.3010,0.01,0.3010 cording,cording,1,1,1,1,0.02,0.3010,0.01,0.3010 Cordite,cordite,3,1,1,1,0.06,0.6021,0.01,0.3010 cordons,cordons,1,1,1,1,0.02,0.3010,0.01,0.3010 cordovan,cordovan,1,1,1,1,0.02,0.3010,0.01,0.3010 cordyline,cordyline,1,1,1,1,0.02,0.3010,0.01,0.3010 cored,cored,1,1,1,1,0.02,0.3010,0.01,0.3010 coregent,coregent,3,1,2,1,0.06,0.6021,0.01,0.3010 corgi,corgi,1,1,1,1,0.02,0.3010,0.01,0.3010 coriaceous,coriaceous,1,1,1,1,0.02,0.3010,0.01,0.3010 cormorants,cormorants,1,1,1,1,0.02,0.3010,0.01,0.3010 corncobs,corncobs,9,1,8,1,0.18,1.0000,0.01,0.3010 corncracker,corncracker,1,1,1,1,0.02,0.3010,0.01,0.3010 corncrib,corncrib,1,1,1,1,0.02,0.3010,0.01,0.3010 Cornel,cornel,1,1,0,0,0.02,0.3010,0.01,0.3010 cornhusks,cornhusks,1,1,1,1,0.02,0.3010,0.01,0.3010 cornier,cornier,1,1,1,1,0.02,0.3010,0.01,0.3010 cornstalks,cornstalks,1,1,1,1,0.02,0.3010,0.01,0.3010 Cornuto,cornuto,1,1,0,0,0.02,0.3010,0.01,0.3010 Corolla,corolla,1,1,0,0,0.02,0.3010,0.01,0.3010 Coronados,coronados,1,1,0,0,0.02,0.3010,0.01,0.3010 coronavirus,coronavirus,1,1,1,1,0.02,0.3010,0.01,0.3010 corpora,corpora,1,1,1,1,0.02,0.3010,0.01,0.3010 corporative,corporative,1,1,1,1,0.02,0.3010,0.01,0.3010 corpuscular,corpuscular,1,1,1,1,0.02,0.3010,0.01,0.3010 corpuses,corpuses,1,1,1,1,0.02,0.3010,0.01,0.3010 correlative,correlative,1,1,1,1,0.02,0.3010,0.01,0.3010 Corrente,corrente,1,1,0,0,0.02,0.3010,0.01,0.3010 correspondingly,correspondingly,1,1,1,1,0.02,0.3010,0.01,0.3010 corrido,corrido,1,1,1,1,0.02,0.3010,0.01,0.3010 Corrie,corrie,20,1,0,0,0.39,1.3222,0.01,0.3010 corrosives,corrosives,2,1,2,1,0.04,0.4771,0.01,0.3010 corrosivity,corrosivity,1,1,1,1,0.02,0.3010,0.01,0.3010 corruptly,corruptly,1,1,1,1,0.02,0.3010,0.01,0.3010 corruptness,corruptness,1,1,1,1,0.02,0.3010,0.01,0.3010 corruptor,corruptor,1,1,1,1,0.02,0.3010,0.01,0.3010 corseted,corseted,1,1,1,1,0.02,0.3010,0.01,0.3010 corticospinal,corticospinal,1,1,1,1,0.02,0.3010,0.01,0.3010 Coruscant,coruscant,1,1,0,0,0.02,0.3010,0.01,0.3010 Coruscation,coruscation,1,1,0,0,0.02,0.3010,0.01,0.3010 Corven,corven,1,1,0,0,0.02,0.3010,0.01,0.3010 Corvo,corvo,3,1,0,0,0.06,0.6021,0.01,0.3010 coset,coset,1,1,1,1,0.02,0.3010,0.01,0.3010 cosier,cosier,1,1,1,1,0.02,0.3010,0.01,0.3010 cosigning,cosigning,1,1,1,1,0.02,0.3010,0.01,0.3010 cosiness,cosiness,2,1,2,1,0.04,0.4771,0.01,0.3010 cosmologies,cosmologies,2,1,1,1,0.04,0.4771,0.01,0.3010 cosmologist,cosmologist,1,1,1,1,0.02,0.3010,0.01,0.3010 cosponsor,cosponsor,1,1,1,1,0.02,0.3010,0.01,0.3010 cosponsoring,cosponsoring,1,1,1,1,0.02,0.3010,0.01,0.3010 costosternal,costosternal,1,1,1,1,0.02,0.3010,0.01,0.3010 costumier,costumier,1,1,1,1,0.02,0.3010,0.01,0.3010 Coteau,coteau,2,1,0,0,0.04,0.4771,0.01,0.3010 Cotillon,cotillon,9,1,0,0,0.18,1.0000,0.01,0.3010 Cott,cott,1,1,0,0,0.02,0.3010,0.01,0.3010 cottoned,cottoned,1,1,1,1,0.02,0.3010,0.01,0.3010 cottoner,cottoner,1,1,1,1,0.02,0.3010,0.01,0.3010 cottonpicking,cottonpicking,1,1,1,1,0.02,0.3010,0.01,0.3010 Cotyledon,cotyledon,6,1,1,1,0.12,0.8451,0.01,0.3010 cougher,cougher,1,1,1,1,0.02,0.3010,0.01,0.3010 coulees,coulees,2,1,2,1,0.04,0.4771,0.01,0.3010 coulis,coulis,1,1,1,1,0.02,0.3010,0.01,0.3010 coulisse,coulisse,1,1,1,1,0.02,0.3010,0.01,0.3010 Coulomb,coulomb,1,1,0,0,0.02,0.3010,0.01,0.3010 coumarin,coumarin,2,1,2,1,0.04,0.4771,0.01,0.3010 councillors,councillors,1,1,1,1,0.02,0.3010,0.01,0.3010 councilors,councilors,1,1,1,1,0.02,0.3010,0.01,0.3010 countenanced,countenanced,1,1,1,1,0.02,0.3010,0.01,0.3010 counteractant,counteractant,1,1,1,1,0.02,0.3010,0.01,0.3010 counteracted,counteracted,1,1,1,1,0.02,0.3010,0.01,0.3010 counteraction,counteraction,1,1,1,1,0.02,0.3010,0.01,0.3010 counteractive,counteractive,8,1,8,1,0.16,0.9542,0.01,0.3010 counteragent,counteragent,1,1,1,1,0.02,0.3010,0.01,0.3010 counterargument,counterargument,1,1,1,1,0.02,0.3010,0.01,0.3010 Counterattacking,counterattacking,1,1,0,0,0.02,0.3010,0.01,0.3010 counterforce,counterforce,1,1,1,1,0.02,0.3010,0.01,0.3010 counterirritant,counterirritant,1,1,1,1,0.02,0.3010,0.01,0.3010 Counterman,counterman,1,1,0,0,0.02,0.3010,0.01,0.3010 counteroffers,counteroffers,1,1,1,1,0.02,0.3010,0.01,0.3010 counterorder,counterorder,1,1,1,1,0.02,0.3010,0.01,0.3010 counterplay,counterplay,1,1,1,1,0.02,0.3010,0.01,0.3010 counterpunch,counterpunch,1,1,1,1,0.02,0.3010,0.01,0.3010 counterpuncher,counterpuncher,1,1,1,1,0.02,0.3010,0.01,0.3010 counterspies,counterspies,1,1,1,1,0.02,0.3010,0.01,0.3010 Countertenor,countertenor,1,1,0,0,0.02,0.3010,0.01,0.3010 counterterrorism,counterterrorism,2,1,2,1,0.04,0.4771,0.01,0.3010 countertransference,countertransference,2,1,1,1,0.04,0.4771,0.01,0.3010 countervail,countervail,1,1,1,1,0.02,0.3010,0.01,0.3010 countinghouse,countinghouse,1,1,1,1,0.02,0.3010,0.01,0.3010 countrified,countrified,1,1,1,1,0.02,0.3010,0.01,0.3010 countrywomen,countrywomen,1,1,1,1,0.02,0.3010,0.01,0.3010 couplets,couplets,1,1,1,1,0.02,0.3010,0.01,0.3010 courgette,courgette,1,1,1,1,0.02,0.3010,0.01,0.3010 couriered,couriered,1,1,1,1,0.02,0.3010,0.01,0.3010 courthouses,courthouses,1,1,1,1,0.02,0.3010,0.01,0.3010 cousinhood,cousinhood,1,1,1,1,0.02,0.3010,0.01,0.3010 Couturiers,couturiers,1,1,0,0,0.02,0.3010,0.01,0.3010 covariant,covariant,1,1,1,1,0.02,0.3010,0.01,0.3010 Covenanter,covenanter,1,1,0,0,0.02,0.3010,0.01,0.3010 coverless,coverless,1,1,1,1,0.02,0.3010,0.01,0.3010 Coverups,coverups,1,1,0,0,0.02,0.3010,0.01,0.3010 Covetousness,covetousness,1,1,0,0,0.02,0.3010,0.01,0.3010 coveys,coveys,1,1,1,1,0.02,0.3010,0.01,0.3010 Cowardy,cowardy,1,1,0,0,0.02,0.3010,0.01,0.3010 cowmen,cowmen,1,1,1,1,0.02,0.3010,0.01,0.3010 cowpat,cowpat,1,1,1,1,0.02,0.3010,0.01,0.3010 cowpath,cowpath,1,1,1,1,0.02,0.3010,0.01,0.3010 cowpats,cowpats,1,1,1,1,0.02,0.3010,0.01,0.3010 cowpunchers,cowpunchers,1,1,1,1,0.02,0.3010,0.01,0.3010 cowrie,cowrie,3,1,3,1,0.06,0.6021,0.01,0.3010 cowry,cowry,1,1,1,1,0.02,0.3010,0.01,0.3010 cowsheds,cowsheds,1,1,1,1,0.02,0.3010,0.01,0.3010 cowskin,cowskin,1,1,1,1,0.02,0.3010,0.01,0.3010 Coxes,coxes,1,1,0,0,0.02,0.3010,0.01,0.3010 cozed,cozed,1,1,1,1,0.02,0.3010,0.01,0.3010 cozen,cozen,1,1,1,1,0.02,0.3010,0.01,0.3010 cozenage,cozenage,1,1,1,1,0.02,0.3010,0.01,0.3010 coziest,coziest,1,1,1,1,0.02,0.3010,0.01,0.3010 cozily,cozily,1,1,1,1,0.02,0.3010,0.01,0.3010 Cpo,cpo,1,1,0,0,0.02,0.3010,0.01,0.3010 crabber,crabber,2,1,1,1,0.04,0.4771,0.01,0.3010 Crabbit,crabbit,1,1,0,0,0.02,0.3010,0.01,0.3010 Crabman,crabman,1,1,0,0,0.02,0.3010,0.01,0.3010 crackable,crackable,1,1,1,1,0.02,0.3010,0.01,0.3010 Crackback,crackback,2,1,0,0,0.04,0.4771,0.01,0.3010 crackdowns,crackdowns,1,1,1,1,0.02,0.3010,0.01,0.3010 crackled,crackled,1,1,1,1,0.02,0.3010,0.01,0.3010 crackups,crackups,1,1,1,1,0.02,0.3010,0.01,0.3010 Craddy,craddy,1,1,0,0,0.02,0.3010,0.01,0.3010 crafter,crafter,1,1,1,1,0.02,0.3010,0.01,0.3010 craftily,craftily,1,1,1,1,0.02,0.3010,0.01,0.3010 Cragged,cragged,1,1,0,0,0.02,0.3010,0.01,0.3010 crags,crags,1,1,1,1,0.02,0.3010,0.01,0.3010 Crambo,crambo,1,1,0,0,0.02,0.3010,0.01,0.3010 crampons,crampons,1,1,1,1,0.02,0.3010,0.01,0.3010 Craner,craner,4,1,0,0,0.08,0.6990,0.01,0.3010 crang,crang,1,1,1,1,0.02,0.3010,0.01,0.3010 craniofacial,craniofacial,1,1,1,1,0.02,0.3010,0.01,0.3010 craniopharyngioma,craniopharyngioma,1,1,1,1,0.02,0.3010,0.01,0.3010 craniums,craniums,1,1,1,1,0.02,0.3010,0.01,0.3010 crankier,crankier,1,1,1,1,0.02,0.3010,0.01,0.3010 crankiest,crankiest,1,1,1,1,0.02,0.3010,0.01,0.3010 Crape,crape,1,1,0,0,0.02,0.3010,0.01,0.3010 crapes,crapes,1,1,1,1,0.02,0.3010,0.01,0.3010 crapshooter,crapshooter,1,1,1,1,0.02,0.3010,0.01,0.3010 crapshooters,crapshooters,1,1,1,1,0.02,0.3010,0.01,0.3010 crapulous,crapulous,1,1,1,1,0.02,0.3010,0.01,0.3010 crapy,crapy,1,1,1,1,0.02,0.3010,0.01,0.3010 Craquelure,craquelure,2,1,0,0,0.04,0.4771,0.01,0.3010 crashingly,crashingly,1,1,1,1,0.02,0.3010,0.01,0.3010 crashworthiness,crashworthiness,2,1,2,1,0.04,0.4771,0.01,0.3010 crassness,crassness,1,1,1,1,0.02,0.3010,0.01,0.3010 cratch,cratch,2,1,2,1,0.04,0.4771,0.01,0.3010 crateful,crateful,1,1,1,1,0.02,0.3010,0.01,0.3010 Cravens,cravens,9,1,0,0,0.18,1.0000,0.01,0.3010 crawfished,crawfished,1,1,1,1,0.02,0.3010,0.01,0.3010 crawlspaces,crawlspaces,1,1,1,1,0.02,0.3010,0.01,0.3010 crazes,crazes,1,1,1,1,0.02,0.3010,0.01,0.3010 creamery,creamery,6,1,6,1,0.12,0.8451,0.01,0.3010 creamier,creamier,1,1,1,1,0.02,0.3010,0.01,0.3010 creamiest,creamiest,1,1,1,1,0.02,0.3010,0.01,0.3010 Creasy,creasy,63,1,0,0,1.24,1.8062,0.01,0.3010 creationists,creationists,1,1,1,1,0.02,0.3010,0.01,0.3010 creatives,creatives,1,1,1,1,0.02,0.3010,0.01,0.3010 credere,credere,2,1,2,1,0.04,0.4771,0.01,0.3010 credulous,credulous,1,1,1,1,0.02,0.3010,0.01,0.3010 Creedmore,creedmore,1,1,0,0,0.02,0.3010,0.01,0.3010 Creekside,creekside,3,1,0,0,0.06,0.6021,0.01,0.3010 Creel,creel,4,1,0,0,0.08,0.6990,0.01,0.3010 Creem,creem,4,1,0,0,0.08,0.6990,0.01,0.3010 creepies,creepies,1,1,1,1,0.02,0.3010,0.01,0.3010 cremains,cremains,1,1,1,1,0.02,0.3010,0.01,0.3010 Cremaster,cremaster,5,1,0,0,0.10,0.7782,0.01,0.3010 cremates,cremates,1,1,1,1,0.02,0.3010,0.01,0.3010 Cremator,cremator,1,1,0,0,0.02,0.3010,0.01,0.3010 creosotes,creosotes,1,1,1,1,0.02,0.3010,0.01,0.3010 crepehanger,crepehanger,2,1,2,1,0.04,0.4771,0.01,0.3010 crepey,crepey,1,1,1,1,0.02,0.3010,0.01,0.3010 crepitation,crepitation,1,1,1,1,0.02,0.3010,0.01,0.3010 crepitus,crepitus,1,1,1,1,0.02,0.3010,0.01,0.3010 crepuscular,crepuscular,1,1,1,1,0.02,0.3010,0.01,0.3010 Crepuscule,crepuscule,2,1,0,0,0.04,0.4771,0.01,0.3010 crescentic,crescentic,1,1,1,1,0.02,0.3010,0.01,0.3010 Cress,cress,1,1,0,0,0.02,0.3010,0.01,0.3010 Cressy,cressy,3,1,0,0,0.06,0.6021,0.01,0.3010 cresting,cresting,1,1,1,1,0.02,0.3010,0.01,0.3010 cresyl,cresyl,1,1,1,1,0.02,0.3010,0.01,0.3010 Crevasses,crevasses,1,1,0,0,0.02,0.3010,0.01,0.3010 creviced,creviced,1,1,1,1,0.02,0.3010,0.01,0.3010 crewing,crewing,1,1,1,1,0.02,0.3010,0.01,0.3010 Crile,crile,1,1,0,0,0.02,0.3010,0.01,0.3010 criminalizes,criminalizes,1,1,1,1,0.02,0.3010,0.01,0.3010 criminological,criminological,3,1,3,1,0.06,0.6021,0.01,0.3010 crimpling,crimpling,1,1,1,1,0.02,0.3010,0.01,0.3010 cringle,cringle,1,1,1,1,0.02,0.3010,0.01,0.3010 crinite,crinite,1,1,1,1,0.02,0.3010,0.01,0.3010 crinoid,crinoid,2,1,2,1,0.04,0.4771,0.01,0.3010 crinums,crinums,1,1,1,1,0.02,0.3010,0.01,0.3010 criolla,criolla,1,1,1,1,0.02,0.3010,0.01,0.3010 criollos,criollos,1,1,1,1,0.02,0.3010,0.01,0.3010 crippingly,crippingly,1,1,1,1,0.02,0.3010,0.01,0.3010 crispier,crispier,1,1,1,1,0.02,0.3010,0.01,0.3010 crispiness,crispiness,1,1,1,1,0.02,0.3010,0.01,0.3010 crisping,crisping,1,1,1,1,0.02,0.3010,0.01,0.3010 crisply,crisply,1,1,1,1,0.02,0.3010,0.01,0.3010 crisscrosses,crisscrosses,1,1,1,1,0.02,0.3010,0.01,0.3010 criticises,criticises,1,1,1,1,0.02,0.3010,0.01,0.3010 critism,critism,1,1,1,1,0.02,0.3010,0.01,0.3010 Cro,cro,1,1,0,0,0.02,0.3010,0.01,0.3010 croaky,croaky,1,1,1,1,0.02,0.3010,0.01,0.3010 Croat,croat,2,1,0,0,0.04,0.4771,0.01,0.3010 crocheter,crocheter,1,1,1,1,0.02,0.3010,0.01,0.3010 Crocidolite,crocidolite,3,1,0,0,0.06,0.6021,0.01,0.3010 crocus,crocus,3,1,3,1,0.06,0.6021,0.01,0.3010 crocuses,crocuses,1,1,1,1,0.02,0.3010,0.01,0.3010 Crofters,crofters,2,1,0,0,0.04,0.4771,0.01,0.3010 croker,croker,1,1,1,1,0.02,0.3010,0.01,0.3010 Cronk,cronk,2,1,0,0,0.04,0.4771,0.01,0.3010 Cronus,cronus,8,1,0,0,0.16,0.9542,0.01,0.3010 cronyism,cronyism,1,1,1,1,0.02,0.3010,0.01,0.3010 Crookback,crookback,1,1,0,0,0.02,0.3010,0.01,0.3010 crookery,crookery,1,1,1,1,0.02,0.3010,0.01,0.3010 crooking,crooking,1,1,1,1,0.02,0.3010,0.01,0.3010 Croppers,croppers,1,1,0,0,0.02,0.3010,0.01,0.3010 croquettes,croquettes,1,1,1,1,0.02,0.3010,0.01,0.3010 crores,crores,1,1,1,1,0.02,0.3010,0.01,0.3010 crossbreds,crossbreds,1,1,1,1,0.02,0.3010,0.01,0.3010 crosscurrent,crosscurrent,1,1,1,1,0.02,0.3010,0.01,0.3010 crosscurrents,crosscurrents,1,1,1,1,0.02,0.3010,0.01,0.3010 crosscuts,crosscuts,3,1,3,1,0.06,0.6021,0.01,0.3010 Crosscutting,crosscutting,1,1,0,0,0.02,0.3010,0.01,0.3010 crosshatch,crosshatch,1,1,1,1,0.02,0.3010,0.01,0.3010 crossjack,crossjack,1,1,1,1,0.02,0.3010,0.01,0.3010 crosslet,crosslet,2,1,2,1,0.04,0.4771,0.01,0.3010 crossness,crossness,1,1,1,1,0.02,0.3010,0.01,0.3010 crossovers,crossovers,1,1,1,1,0.02,0.3010,0.01,0.3010 crosstie,crosstie,1,1,1,1,0.02,0.3010,0.01,0.3010 Crosstrees,crosstrees,1,1,0,0,0.02,0.3010,0.01,0.3010 crossway,crossway,1,1,1,1,0.02,0.3010,0.01,0.3010 crosswise,crosswise,1,1,1,1,0.02,0.3010,0.01,0.3010 crotalid,crotalid,1,1,1,1,0.02,0.3010,0.01,0.3010 Crotalus,crotalus,1,1,0,0,0.02,0.3010,0.01,0.3010 crotchets,crotchets,1,1,1,1,0.02,0.3010,0.01,0.3010 Croucher,croucher,3,1,0,0,0.06,0.6021,0.01,0.3010 crowberries,crowberries,1,1,1,1,0.02,0.3010,0.01,0.3010 Crowberry,crowberry,5,1,0,0,0.10,0.7782,0.01,0.3010 Crts,crts,1,1,0,0,0.02,0.3010,0.01,0.3010 cruciferous,cruciferous,1,1,1,1,0.02,0.3010,0.01,0.3010 Cruciform,cruciform,1,1,0,0,0.02,0.3010,0.01,0.3010 crueller,crueller,1,1,1,1,0.02,0.3010,0.01,0.3010 cruet,cruet,1,1,1,1,0.02,0.3010,0.01,0.3010 Crull,crull,1,1,0,0,0.02,0.3010,0.01,0.3010 crum,crum,2,1,2,1,0.04,0.4771,0.01,0.3010 crumblings,crumblings,1,1,1,1,0.02,0.3010,0.01,0.3010 crumminess,crumminess,1,1,1,1,0.02,0.3010,0.01,0.3010 Crummock,crummock,1,1,0,0,0.02,0.3010,0.01,0.3010 crumps,crumps,1,1,1,1,0.02,0.3010,0.01,0.3010 crunchier,crunchier,1,1,1,1,0.02,0.3010,0.01,0.3010 crunchiness,crunchiness,1,1,1,1,0.02,0.3010,0.01,0.3010 cruppers,cruppers,1,1,1,1,0.02,0.3010,0.01,0.3010 crushingly,crushingly,1,1,1,1,0.02,0.3010,0.01,0.3010 crustacea,crustacea,2,1,1,1,0.04,0.4771,0.01,0.3010 crusting,crusting,1,1,1,1,0.02,0.3010,0.01,0.3010 Crut,crut,1,1,0,0,0.02,0.3010,0.01,0.3010 Cruzeiro,cruzeiro,4,1,0,0,0.08,0.6990,0.01,0.3010 cryobiologist,cryobiologist,1,1,1,1,0.02,0.3010,0.01,0.3010 Cryogen,cryogen,2,1,0,0,0.04,0.4771,0.01,0.3010 Cryptanalysis,cryptanalysis,1,1,0,0,0.02,0.3010,0.01,0.3010 Cryptococcus,cryptococcus,1,1,0,0,0.02,0.3010,0.01,0.3010 cryptogenic,cryptogenic,1,1,1,1,0.02,0.3010,0.01,0.3010 cryptogram,cryptogram,1,1,1,1,0.02,0.3010,0.01,0.3010 cryptograms,cryptograms,1,1,1,1,0.02,0.3010,0.01,0.3010 Cryptograph,cryptograph,1,1,0,0,0.02,0.3010,0.01,0.3010 cryptographers,cryptographers,1,1,1,1,0.02,0.3010,0.01,0.3010 cryptologic,cryptologic,1,1,1,1,0.02,0.3010,0.01,0.3010 cryptologist,cryptologist,1,1,1,1,0.02,0.3010,0.01,0.3010 cryptonym,cryptonym,1,1,1,1,0.02,0.3010,0.01,0.3010 cryptos,cryptos,1,1,1,1,0.02,0.3010,0.01,0.3010 crystallic,crystallic,3,1,2,1,0.06,0.6021,0.01,0.3010 crystallised,crystallised,1,1,1,1,0.02,0.3010,0.01,0.3010 crystallography,crystallography,1,1,1,1,0.02,0.3010,0.01,0.3010 Csc,csc,1,1,0,0,0.02,0.3010,0.01,0.3010 cst,cst,1,1,1,1,0.02,0.3010,0.01,0.3010 cubage,cubage,1,1,1,1,0.02,0.3010,0.01,0.3010 cubbyholes,cubbyholes,1,1,1,1,0.02,0.3010,0.01,0.3010 cubeb,cubeb,1,1,1,1,0.02,0.3010,0.01,0.3010 cubical,cubical,1,1,1,1,0.02,0.3010,0.01,0.3010 cubics,cubics,3,1,3,1,0.06,0.6021,0.01,0.3010 cubing,cubing,3,1,3,1,0.06,0.6021,0.01,0.3010 cubistic,cubistic,1,1,1,1,0.02,0.3010,0.01,0.3010 cubmaster,cubmaster,1,1,1,1,0.02,0.3010,0.01,0.3010 Cuca,cuca,10,1,0,0,0.20,1.0414,0.01,0.3010 cuckolds,cuckolds,1,1,1,1,0.02,0.3010,0.01,0.3010 Cuckooing,cuckooing,1,1,0,0,0.02,0.3010,0.01,0.3010 cudbear,cudbear,3,1,3,1,0.06,0.6021,0.01,0.3010 cuddies,cuddies,2,1,2,1,0.04,0.4771,0.01,0.3010 cuddlier,cuddlier,1,1,1,1,0.02,0.3010,0.01,0.3010 cudgel,cudgel,1,1,1,1,0.02,0.3010,0.01,0.3010 cudgels,cudgels,1,1,1,1,0.02,0.3010,0.01,0.3010 cuerpo,cuerpo,1,1,1,1,0.02,0.3010,0.01,0.3010 cuirass,cuirass,1,1,1,1,0.02,0.3010,0.01,0.3010 Culbert,culbert,1,1,0,0,0.02,0.3010,0.01,0.3010 culex,culex,1,1,1,1,0.02,0.3010,0.01,0.3010 cullies,cullies,1,1,1,1,0.02,0.3010,0.01,0.3010 Culling,culling,1,1,0,0,0.02,0.3010,0.01,0.3010 culls,culls,2,1,2,1,0.04,0.4771,0.01,0.3010 cultch,cultch,1,1,1,1,0.02,0.3010,0.01,0.3010 Culter,culter,7,1,0,0,0.14,0.9031,0.01,0.3010 cultish,cultish,1,1,1,1,0.02,0.3010,0.01,0.3010 cultists,cultists,1,1,1,1,0.02,0.3010,0.01,0.3010 cultivar,cultivar,2,1,2,1,0.04,0.4771,0.01,0.3010 cultus,cultus,1,1,1,1,0.02,0.3010,0.01,0.3010 cumquat,cumquat,1,1,1,1,0.02,0.3010,0.01,0.3010 cumulated,cumulated,1,1,1,1,0.02,0.3010,0.01,0.3010 cunners,cunners,2,1,1,1,0.04,0.4771,0.01,0.3010 cunninger,cunninger,1,1,1,1,0.02,0.3010,0.01,0.3010 cunningest,cunningest,1,1,1,1,0.02,0.3010,0.01,0.3010 cunningness,cunningness,1,1,1,1,0.02,0.3010,0.01,0.3010 cupful,cupful,1,1,1,1,0.02,0.3010,0.01,0.3010 cupholder,cupholder,1,1,1,1,0.02,0.3010,0.01,0.3010 cupidity,cupidity,1,1,1,1,0.02,0.3010,0.01,0.3010 Cuppin,cuppin,2,1,0,0,0.04,0.4771,0.01,0.3010 cupric,cupric,1,1,1,1,0.02,0.3010,0.01,0.3010 curated,curated,1,1,1,1,0.02,0.3010,0.01,0.3010 curatorship,curatorship,1,1,1,1,0.02,0.3010,0.01,0.3010 curbed,curbed,1,1,1,1,0.02,0.3010,0.01,0.3010 curbstones,curbstones,1,1,1,1,0.02,0.3010,0.01,0.3010 Curcas,curcas,1,1,0,0,0.02,0.3010,0.01,0.3010 curculio,curculio,1,1,1,1,0.02,0.3010,0.01,0.3010 curdling,curdling,1,1,1,1,0.02,0.3010,0.01,0.3010 cureless,cureless,1,1,1,1,0.02,0.3010,0.01,0.3010 curia,curia,1,1,1,1,0.02,0.3010,0.01,0.3010 curium,curium,1,1,1,1,0.02,0.3010,0.01,0.3010 Curlew,curlew,1,1,0,0,0.02,0.3010,0.01,0.3010 Curlylocks,curlylocks,2,1,0,0,0.04,0.4771,0.01,0.3010 curn,curn,1,1,1,1,0.02,0.3010,0.01,0.3010 currentness,currentness,1,1,1,1,0.02,0.3010,0.01,0.3010 Currier,currier,1,1,0,0,0.02,0.3010,0.01,0.3010 curries,curries,1,1,1,1,0.02,0.3010,0.01,0.3010 currish,currish,1,1,1,1,0.02,0.3010,0.01,0.3010 cursorily,cursorily,1,1,1,1,0.02,0.3010,0.01,0.3010 cursus,cursus,1,1,1,1,0.02,0.3010,0.01,0.3010 curtailment,curtailment,1,1,1,1,0.02,0.3010,0.01,0.3010 curtal,curtal,2,1,2,1,0.04,0.4771,0.01,0.3010 curtseying,curtseying,1,1,1,1,0.02,0.3010,0.01,0.3010 Cushie,cushie,8,1,0,0,0.16,0.9542,0.01,0.3010 cushier,cushier,1,1,1,1,0.02,0.3010,0.01,0.3010 cuspids,cuspids,1,1,1,1,0.02,0.3010,0.01,0.3010 cusps,cusps,1,1,1,1,0.02,0.3010,0.01,0.3010 cussedness,cussedness,1,1,1,1,0.02,0.3010,0.01,0.3010 customed,customed,1,1,1,1,0.02,0.3010,0.01,0.3010 customizer,customizer,1,1,1,1,0.02,0.3010,0.01,0.3010 customizing,customizing,1,1,1,1,0.02,0.3010,0.01,0.3010 cutted,cutted,1,1,1,1,0.02,0.3010,0.01,0.3010 cuttle,cuttle,1,1,1,1,0.02,0.3010,0.01,0.3010 cuttlebone,cuttlebone,1,1,1,1,0.02,0.3010,0.01,0.3010 Cwm,cwm,3,1,0,0,0.06,0.6021,0.01,0.3010 cyanate,cyanate,1,1,1,1,0.02,0.3010,0.01,0.3010 cyaniding,cyaniding,1,1,1,1,0.02,0.3010,0.01,0.3010 cyanoacrylate,cyanoacrylate,1,1,1,1,0.02,0.3010,0.01,0.3010 cyclamen,cyclamen,1,1,1,1,0.02,0.3010,0.01,0.3010 cycler,cycler,1,1,1,1,0.02,0.3010,0.01,0.3010 cyclists,cyclists,1,1,1,1,0.02,0.3010,0.01,0.3010 cycloid,cycloid,1,1,1,1,0.02,0.3010,0.01,0.3010 cyclopedia,cyclopedia,1,1,1,1,0.02,0.3010,0.01,0.3010 cyclos,cyclos,1,1,1,1,0.02,0.3010,0.01,0.3010 cyclothymic,cyclothymic,1,1,1,1,0.02,0.3010,0.01,0.3010 cyclotomic,cyclotomic,1,1,1,1,0.02,0.3010,0.01,0.3010 cygnets,cygnets,1,1,1,1,0.02,0.3010,0.01,0.3010 cymbidium,cymbidium,1,1,1,1,0.02,0.3010,0.01,0.3010 cyme,cyme,1,1,1,1,0.02,0.3010,0.01,0.3010 cynips,cynips,2,1,1,1,0.04,0.4771,0.01,0.3010 cypresses,cypresses,1,1,1,1,0.02,0.3010,0.01,0.3010 cystogram,cystogram,7,1,7,1,0.14,0.9031,0.01,0.3010 cystoscopy,cystoscopy,1,1,1,1,0.02,0.3010,0.01,0.3010 cytogeneticist,cytogeneticist,6,1,6,1,0.12,0.8451,0.01,0.3010 Cytomegalovirus,cytomegalovirus,1,1,0,0,0.02,0.3010,0.01,0.3010 cytosines,cytosines,1,1,1,1,0.02,0.3010,0.01,0.3010 cytotoxic,cytotoxic,1,1,1,1,0.02,0.3010,0.01,0.3010 dabbler,dabbler,1,1,1,1,0.02,0.3010,0.01,0.3010 Dabblers,dabblers,1,1,0,0,0.02,0.3010,0.01,0.3010 Dace,dace,5,1,0,0,0.10,0.7782,0.01,0.3010 dacha,dacha,4,1,3,1,0.08,0.6990,0.01,0.3010 dacoits,dacoits,2,1,1,1,0.04,0.4771,0.01,0.3010 dactyl,dactyl,1,1,1,1,0.02,0.3010,0.01,0.3010 Dadas,dadas,1,1,0,0,0.02,0.3010,0.01,0.3010 dadburned,dadburned,1,1,1,1,0.02,0.3010,0.01,0.3010 daddle,daddle,1,1,1,1,0.02,0.3010,0.01,0.3010 Dado,dado,28,1,0,0,0.55,1.4624,0.01,0.3010 daggered,daggered,1,1,1,1,0.02,0.3010,0.01,0.3010 daguerreotypes,daguerreotypes,1,1,1,1,0.02,0.3010,0.01,0.3010 Daimon,daimon,4,1,0,0,0.08,0.6990,0.01,0.3010 Dain,dain,1,1,0,0,0.02,0.3010,0.01,0.3010 dairies,dairies,1,1,1,1,0.02,0.3010,0.01,0.3010 Dairymen,dairymen,1,1,0,0,0.02,0.3010,0.01,0.3010 Daleth,daleth,2,1,0,0,0.04,0.4771,0.01,0.3010 dallied,dallied,1,1,1,1,0.02,0.3010,0.01,0.3010 Dallis,dallis,19,1,0,0,0.37,1.3010,0.01,0.3010 dallying,dallying,2,1,2,1,0.04,0.4771,0.01,0.3010 damas,damas,1,1,1,1,0.02,0.3010,0.01,0.3010 Damiana,damiana,2,1,0,0,0.04,0.4771,0.01,0.3010 Damie,damie,1,1,0,0,0.02,0.3010,0.01,0.3010 Dammers,dammers,3,1,0,0,0.06,0.6021,0.01,0.3010 damming,damming,1,1,1,1,0.02,0.3010,0.01,0.3010 damnum,damnum,1,1,1,1,0.02,0.3010,0.01,0.3010 damson,damson,1,1,1,1,0.02,0.3010,0.01,0.3010 Danae,danae,6,1,0,0,0.12,0.8451,0.01,0.3010 dancery,dancery,1,1,1,1,0.02,0.3010,0.01,0.3010 dancette,dancette,1,1,1,1,0.02,0.3010,0.01,0.3010 dancy,dancy,1,1,1,1,0.02,0.3010,0.01,0.3010 dandiest,dandiest,1,1,1,1,0.02,0.3010,0.01,0.3010 Dandler,dandler,4,1,0,0,0.08,0.6990,0.01,0.3010 Dandlers,dandlers,2,1,0,0,0.04,0.4771,0.01,0.3010 dandruffy,dandruffy,1,1,1,1,0.02,0.3010,0.01,0.3010 dandyish,dandyish,1,1,1,1,0.02,0.3010,0.01,0.3010 dangering,dangering,1,1,1,1,0.02,0.3010,0.01,0.3010 dangerousness,dangerousness,1,1,1,1,0.02,0.3010,0.01,0.3010 Dankish,dankish,1,1,0,0,0.02,0.3010,0.01,0.3010 danseur,danseur,1,1,1,1,0.02,0.3010,0.01,0.3010 Danta,danta,3,1,0,0,0.06,0.6021,0.01,0.3010 darer,darer,1,1,1,1,0.02,0.3010,0.01,0.3010 Dari,dari,3,1,0,0,0.06,0.6021,0.01,0.3010 Daric,daric,19,1,0,0,0.37,1.3010,0.01,0.3010 darkling,darkling,5,1,5,1,0.10,0.7782,0.01,0.3010 darknesses,darknesses,1,1,1,1,0.02,0.3010,0.01,0.3010 Darkrooms,darkrooms,1,1,0,0,0.02,0.3010,0.01,0.3010 Darnel,darnel,5,1,0,0,0.10,0.7782,0.01,0.3010 Darns,darns,1,1,0,0,0.02,0.3010,0.01,0.3010 Darwinist,darwinist,1,1,0,0,0.02,0.3010,0.01,0.3010 Darya,darya,13,1,0,0,0.25,1.1461,0.01,0.3010 dase,dase,1,1,1,1,0.02,0.3010,0.01,0.3010 Dashers,dashers,5,1,0,0,0.10,0.7782,0.01,0.3010 dashingly,dashingly,1,1,1,1,0.02,0.3010,0.01,0.3010 datable,datable,2,1,2,1,0.04,0.4771,0.01,0.3010 dato,dato,2,1,2,1,0.04,0.4771,0.01,0.3010 Datura,datura,1,1,0,0,0.02,0.3010,0.01,0.3010 daube,daube,1,1,1,1,0.02,0.3010,0.01,0.3010 daubing,daubing,2,1,1,1,0.04,0.4771,0.01,0.3010 daughterly,daughterly,1,1,1,1,0.02,0.3010,0.01,0.3010 Dauner,dauner,2,1,0,0,0.04,0.4771,0.01,0.3010 dauntingly,dauntingly,1,1,1,1,0.02,0.3010,0.01,0.3010 daunts,daunts,2,1,2,1,0.04,0.4771,0.01,0.3010 davening,davening,3,1,3,1,0.06,0.6021,0.01,0.3010 davits,davits,1,1,1,1,0.02,0.3010,0.01,0.3010 dawdled,dawdled,1,1,1,1,0.02,0.3010,0.01,0.3010 Dawen,dawen,1,1,0,0,0.02,0.3010,0.01,0.3010 Dawny,dawny,1,1,0,0,0.02,0.3010,0.01,0.3010 Dayan,dayan,2,1,0,0,0.04,0.4771,0.01,0.3010 daybed,daybed,1,1,1,1,0.02,0.3010,0.01,0.3010 daybeds,daybeds,1,1,1,1,0.02,0.3010,0.01,0.3010 daydreamers,daydreamers,1,1,1,1,0.02,0.3010,0.01,0.3010 daymares,daymares,2,1,2,1,0.04,0.4771,0.01,0.3010 Daystar,daystar,2,1,0,0,0.04,0.4771,0.01,0.3010 Dazzler,dazzler,1,1,0,0,0.02,0.3010,0.01,0.3010 dazzlingly,dazzlingly,1,1,1,1,0.02,0.3010,0.01,0.3010 Dbl,dbl,2,1,0,0,0.04,0.4771,0.01,0.3010 Deaconess,deaconess,1,1,0,0,0.02,0.3010,0.01,0.3010 Deaconship,deaconship,1,1,0,0,0.02,0.3010,0.01,0.3010 deactivates,deactivates,1,1,1,1,0.02,0.3010,0.01,0.3010 deactivator,deactivator,1,1,1,1,0.02,0.3010,0.01,0.3010 deadening,deadening,1,1,1,1,0.02,0.3010,0.01,0.3010 deadfall,deadfall,1,1,1,1,0.02,0.3010,0.01,0.3010 deading,deading,1,1,1,1,0.02,0.3010,0.01,0.3010 deadliness,deadliness,1,1,1,1,0.02,0.3010,0.01,0.3010 deadweights,deadweights,1,1,1,1,0.02,0.3010,0.01,0.3010 deafens,deafens,1,1,1,1,0.02,0.3010,0.01,0.3010 deafer,deafer,1,1,1,1,0.02,0.3010,0.01,0.3010 dealable,dealable,1,1,1,1,0.02,0.3010,0.01,0.3010 Deaness,deaness,1,1,0,0,0.02,0.3010,0.01,0.3010 Deare,deare,25,1,0,0,0.49,1.4150,0.01,0.3010 deathin,deathin,1,1,1,1,0.02,0.3010,0.01,0.3010 debacles,debacles,1,1,1,1,0.02,0.3010,0.01,0.3010 debagging,debagging,1,1,1,1,0.02,0.3010,0.01,0.3010 debarked,debarked,1,1,1,1,0.02,0.3010,0.01,0.3010 debarking,debarking,1,1,1,1,0.02,0.3010,0.01,0.3010 debarred,debarred,1,1,1,1,0.02,0.3010,0.01,0.3010 debaters,debaters,1,1,1,1,0.02,0.3010,0.01,0.3010 debaucher,debaucher,1,1,1,1,0.02,0.3010,0.01,0.3010 debe,debe,1,1,1,1,0.02,0.3010,0.01,0.3010 deben,deben,1,1,1,1,0.02,0.3010,0.01,0.3010 debenture,debenture,1,1,1,1,0.02,0.3010,0.01,0.3010 debiting,debiting,1,1,1,1,0.02,0.3010,0.01,0.3010 debout,debout,1,1,1,1,0.02,0.3010,0.01,0.3010 debrided,debrided,1,1,1,1,0.02,0.3010,0.01,0.3010 Debriding,debriding,1,1,0,0,0.02,0.3010,0.01,0.3010 debriefs,debriefs,1,1,1,1,0.02,0.3010,0.01,0.3010 debugged,debugged,1,1,1,1,0.02,0.3010,0.01,0.3010 debuting,debuting,1,1,1,1,0.02,0.3010,0.01,0.3010 decagrams,decagrams,2,1,2,1,0.04,0.4771,0.01,0.3010 decaliters,decaliters,1,1,1,1,0.02,0.3010,0.01,0.3010 Decameron,decameron,1,1,0,0,0.02,0.3010,0.01,0.3010 decamp,decamp,1,1,1,1,0.02,0.3010,0.01,0.3010 decamped,decamped,1,1,1,1,0.02,0.3010,0.01,0.3010 decamping,decamping,1,1,1,1,0.02,0.3010,0.01,0.3010 decanted,decanted,1,1,1,1,0.02,0.3010,0.01,0.3010 decanting,decanting,1,1,1,1,0.02,0.3010,0.01,0.3010 decapitates,decapitates,1,1,1,1,0.02,0.3010,0.01,0.3010 decapitating,decapitating,1,1,1,1,0.02,0.3010,0.01,0.3010 decapod,decapod,1,1,1,1,0.02,0.3010,0.01,0.3010 decapods,decapods,1,1,1,1,0.02,0.3010,0.01,0.3010 decathlete,decathlete,1,1,1,1,0.02,0.3010,0.01,0.3010 decencies,decencies,1,1,1,1,0.02,0.3010,0.01,0.3010 decentest,decentest,1,1,1,1,0.02,0.3010,0.01,0.3010 decentralization,decentralization,1,1,1,1,0.02,0.3010,0.01,0.3010 decentralized,decentralized,1,1,1,1,0.02,0.3010,0.01,0.3010 Decerebrate,decerebrate,1,1,0,0,0.02,0.3010,0.01,0.3010 decerebrating,decerebrating,2,1,2,1,0.04,0.4771,0.01,0.3010 Decertified,decertified,1,1,0,0,0.02,0.3010,0.01,0.3010 decigram,decigram,1,1,1,1,0.02,0.3010,0.01,0.3010 decilitre,decilitre,1,1,1,1,0.02,0.3010,0.01,0.3010 Decimator,decimator,3,1,0,0,0.06,0.6021,0.01,0.3010 decisiveness,decisiveness,1,1,1,1,0.02,0.3010,0.01,0.3010 deckers,deckers,1,1,1,1,0.02,0.3010,0.01,0.3010 declaim,declaim,1,1,1,1,0.02,0.3010,0.01,0.3010 declasse,declasse,2,1,1,1,0.04,0.4771,0.01,0.3010 declension,declension,2,1,2,1,0.04,0.4771,0.01,0.3010 decodable,decodable,1,1,1,1,0.02,0.3010,0.01,0.3010 decoders,decoders,1,1,1,1,0.02,0.3010,0.01,0.3010 decolletage,decolletage,1,1,1,1,0.02,0.3010,0.01,0.3010 decolouration,decolouration,1,1,1,1,0.02,0.3010,0.01,0.3010 decompensate,decompensate,1,1,1,1,0.02,0.3010,0.01,0.3010 decompensating,decompensating,1,1,1,1,0.02,0.3010,0.01,0.3010 decomposure,decomposure,1,1,1,1,0.02,0.3010,0.01,0.3010 decompresses,decompresses,1,1,1,1,0.02,0.3010,0.01,0.3010 decondition,decondition,1,1,1,1,0.02,0.3010,0.01,0.3010 decongestant,decongestant,1,1,1,1,0.02,0.3010,0.01,0.3010 Decongestants,decongestants,1,1,0,0,0.02,0.3010,0.01,0.3010 deconsecrate,deconsecrate,1,1,1,1,0.02,0.3010,0.01,0.3010 deconsecrated,deconsecrated,1,1,1,1,0.02,0.3010,0.01,0.3010 Deconstructionist,deconstructionist,1,1,0,0,0.02,0.3010,0.01,0.3010 decontaminate,decontaminate,1,1,1,1,0.02,0.3010,0.01,0.3010 decontaminating,decontaminating,1,1,1,1,0.02,0.3010,0.01,0.3010 decontaminators,decontaminators,2,1,2,1,0.04,0.4771,0.01,0.3010 Decontrol,decontrol,2,1,0,0,0.04,0.4771,0.01,0.3010 Decontrols,decontrols,1,1,0,0,0.02,0.3010,0.01,0.3010 decoupaging,decoupaging,1,1,1,1,0.02,0.3010,0.01,0.3010 decoupling,decoupling,1,1,1,1,0.02,0.3010,0.01,0.3010 decreeing,decreeing,1,1,1,1,0.02,0.3010,0.01,0.3010 decriminalised,decriminalised,1,1,1,1,0.02,0.3010,0.01,0.3010 decriminalized,decriminalized,1,1,1,1,0.02,0.3010,0.01,0.3010 decrypts,decrypts,1,1,1,1,0.02,0.3010,0.01,0.3010 decuple,decuple,1,1,1,1,0.02,0.3010,0.01,0.3010 decurion,decurion,3,1,3,1,0.06,0.6021,0.01,0.3010 dedicatedly,dedicatedly,1,1,1,1,0.02,0.3010,0.01,0.3010 Dedo,dedo,1,1,0,0,0.02,0.3010,0.01,0.3010 deduces,deduces,1,1,1,1,0.02,0.3010,0.01,0.3010 deducts,deducts,1,1,1,1,0.02,0.3010,0.01,0.3010 deeming,deeming,2,1,2,1,0.04,0.4771,0.01,0.3010 Deeping,deeping,1,1,0,0,0.02,0.3010,0.01,0.3010 deepness,deepness,1,1,1,1,0.02,0.3010,0.01,0.3010 deeps,deeps,1,1,1,1,0.02,0.3010,0.01,0.3010 deerhorn,deerhorn,1,1,1,1,0.02,0.3010,0.01,0.3010 deerskin,deerskin,1,1,1,1,0.02,0.3010,0.01,0.3010 deerwood,deerwood,1,1,1,1,0.02,0.3010,0.01,0.3010 deescalate,deescalate,1,1,1,1,0.02,0.3010,0.01,0.3010 Deescalating,deescalating,1,1,0,0,0.02,0.3010,0.01,0.3010 Deescalation,deescalation,1,1,0,0,0.02,0.3010,0.01,0.3010 defacement,defacement,1,1,1,1,0.02,0.3010,0.01,0.3010 Defaces,defaces,1,1,0,0,0.02,0.3010,0.01,0.3010 defacto,defacto,1,1,1,1,0.02,0.3010,0.01,0.3010 defame,defame,1,1,1,1,0.02,0.3010,0.01,0.3010 defames,defames,1,1,1,1,0.02,0.3010,0.01,0.3010 Defaming,defaming,1,1,0,0,0.02,0.3010,0.01,0.3010 defatting,defatting,1,1,1,1,0.02,0.3010,0.01,0.3010 defaulters,defaulters,1,1,1,1,0.02,0.3010,0.01,0.3010 Defenestration,defenestration,1,1,0,0,0.02,0.3010,0.01,0.3010 defenseman,defenseman,1,1,1,1,0.02,0.3010,0.01,0.3010 defensiveness,defensiveness,1,1,1,1,0.02,0.3010,0.01,0.3010 Deferentially,deferentially,1,1,0,0,0.02,0.3010,0.01,0.3010 defervescing,defervescing,1,1,1,1,0.02,0.3010,0.01,0.3010 Defet,defet,1,1,0,0,0.02,0.3010,0.01,0.3010 defibrillating,defibrillating,1,1,1,1,0.02,0.3010,0.01,0.3010 defibrillators,defibrillators,1,1,1,1,0.02,0.3010,0.01,0.3010 defilade,defilade,5,1,3,1,0.10,0.7782,0.01,0.3010 defilement,defilement,1,1,1,1,0.02,0.3010,0.01,0.3010 deflates,deflates,2,1,1,1,0.04,0.4771,0.01,0.3010 deflects,deflects,1,1,1,1,0.02,0.3010,0.01,0.3010 defoliant,defoliant,1,1,1,1,0.02,0.3010,0.01,0.3010 defoliate,defoliate,1,1,1,1,0.02,0.3010,0.01,0.3010 deformation,deformation,3,1,3,1,0.06,0.6021,0.01,0.3010 deformers,deformers,1,1,1,1,0.02,0.3010,0.01,0.3010 defrauder,defrauder,2,1,2,1,0.04,0.4771,0.01,0.3010 defrayed,defrayed,1,1,1,1,0.02,0.3010,0.01,0.3010 defrock,defrock,1,1,1,1,0.02,0.3010,0.01,0.3010 deftness,deftness,1,1,1,1,0.02,0.3010,0.01,0.3010 degausser,degausser,1,1,1,1,0.02,0.3010,0.01,0.3010 degaussing,degaussing,1,1,1,1,0.02,0.3010,0.01,0.3010 degradable,degradable,1,1,1,1,0.02,0.3010,0.01,0.3010 degradations,degradations,1,1,1,1,0.02,0.3010,0.01,0.3010 Degreasing,degreasing,1,1,0,0,0.02,0.3010,0.01,0.3010 degreed,degreed,1,1,1,1,0.02,0.3010,0.01,0.3010 dehiscence,dehiscence,1,1,1,1,0.02,0.3010,0.01,0.3010 dehorned,dehorned,1,1,1,1,0.02,0.3010,0.01,0.3010 Dehorning,dehorning,1,1,0,0,0.02,0.3010,0.01,0.3010 dehorns,dehorns,1,1,1,1,0.02,0.3010,0.01,0.3010 dehumanise,dehumanise,1,1,1,1,0.02,0.3010,0.01,0.3010 dehumanizes,dehumanizes,1,1,1,1,0.02,0.3010,0.01,0.3010 Dehydrates,dehydrates,1,1,0,0,0.02,0.3010,0.01,0.3010 dehydrogenase,dehydrogenase,3,1,3,1,0.06,0.6021,0.01,0.3010 deify,deify,1,1,1,1,0.02,0.3010,0.01,0.3010 deigning,deigning,1,1,1,1,0.02,0.3010,0.01,0.3010 Deinstitutionalization,deinstitutionalization,1,1,0,0,0.02,0.3010,0.01,0.3010 deject,deject,1,1,1,1,0.02,0.3010,0.01,0.3010 dejeuner,dejeuner,1,1,1,1,0.02,0.3010,0.01,0.3010 Dekes,dekes,1,1,0,0,0.02,0.3010,0.01,0.3010 Dekle,dekle,1,1,0,0,0.02,0.3010,0.01,0.3010 deliberates,deliberates,1,1,1,1,0.02,0.3010,0.01,0.3010 delicatessens,delicatessens,1,1,1,1,0.02,0.3010,0.01,0.3010 delict,delict,2,1,2,1,0.04,0.4771,0.01,0.3010 delightedly,delightedly,1,1,1,1,0.02,0.3010,0.01,0.3010 delimited,delimited,1,1,1,1,0.02,0.3010,0.01,0.3010 delineate,delineate,1,1,1,1,0.02,0.3010,0.01,0.3010 delineating,delineating,1,1,1,1,0.02,0.3010,0.01,0.3010 delineation,delineation,1,1,1,1,0.02,0.3010,0.01,0.3010 delinquencies,delinquencies,1,1,1,1,0.02,0.3010,0.01,0.3010 deliquesced,deliquesced,1,1,1,1,0.02,0.3010,0.01,0.3010 deliverable,deliverable,1,1,1,1,0.02,0.3010,0.01,0.3010 deliverers,deliverers,1,1,1,1,0.02,0.3010,0.01,0.3010 delusionary,delusionary,1,1,1,1,0.02,0.3010,0.01,0.3010 delved,delved,1,1,1,1,0.02,0.3010,0.01,0.3010 Demagnetizing,demagnetizing,1,1,0,0,0.02,0.3010,0.01,0.3010 Demagogues,demagogues,1,1,0,0,0.02,0.3010,0.01,0.3010 demain,demain,1,1,1,1,0.02,0.3010,0.01,0.3010 demander,demander,1,1,1,1,0.02,0.3010,0.01,0.3010 demarcated,demarcated,1,1,1,1,0.02,0.3010,0.01,0.3010 dematerialised,dematerialised,1,1,1,1,0.02,0.3010,0.01,0.3010 dematerialized,dematerialized,2,1,2,1,0.04,0.4771,0.01,0.3010 dematerializing,dematerializing,1,1,1,1,0.02,0.3010,0.01,0.3010 demeanors,demeanors,1,1,1,1,0.02,0.3010,0.01,0.3010 dement,dement,1,1,1,1,0.02,0.3010,0.01,0.3010 Dementedly,dementedly,1,1,0,0,0.02,0.3010,0.01,0.3010 demimonde,demimonde,1,1,1,1,0.02,0.3010,0.01,0.3010 demineralization,demineralization,1,1,1,1,0.02,0.3010,0.01,0.3010 demiurge,demiurge,1,1,1,1,0.02,0.3010,0.01,0.3010 demobilization,demobilization,1,1,1,1,0.02,0.3010,0.01,0.3010 Democratize,democratize,1,1,0,0,0.02,0.3010,0.01,0.3010 demoiselles,demoiselles,1,1,1,1,0.02,0.3010,0.01,0.3010 demoness,demoness,1,1,1,1,0.02,0.3010,0.01,0.3010 demoniac,demoniac,1,1,1,1,0.02,0.3010,0.01,0.3010 demoniacal,demoniacal,1,1,1,1,0.02,0.3010,0.01,0.3010 demonise,demonise,1,1,1,1,0.02,0.3010,0.01,0.3010 demonism,demonism,1,1,1,1,0.02,0.3010,0.01,0.3010 demonized,demonized,1,1,1,1,0.02,0.3010,0.01,0.3010 demonizes,demonizes,1,1,1,1,0.02,0.3010,0.01,0.3010 demonstrandum,demonstrandum,1,1,1,1,0.02,0.3010,0.01,0.3010 demonstratively,demonstratively,1,1,1,1,0.02,0.3010,0.01,0.3010 demoralization,demoralization,1,1,1,1,0.02,0.3010,0.01,0.3010 demoralizer,demoralizer,1,1,1,1,0.02,0.3010,0.01,0.3010 demotes,demotes,1,1,1,1,0.02,0.3010,0.01,0.3010 demount,demount,1,1,1,1,0.02,0.3010,0.01,0.3010 demur,demur,1,1,1,1,0.02,0.3010,0.01,0.3010 demurest,demurest,1,1,1,1,0.02,0.3010,0.01,0.3010 demurring,demurring,1,1,1,1,0.02,0.3010,0.01,0.3010 demurs,demurs,1,1,1,1,0.02,0.3010,0.01,0.3010 demythologised,demythologised,1,1,1,1,0.02,0.3010,0.01,0.3010 denarii,denarii,1,1,1,1,0.02,0.3010,0.01,0.3010 Denaturalization,denaturalization,1,1,0,0,0.02,0.3010,0.01,0.3010 denaturation,denaturation,1,1,1,1,0.02,0.3010,0.01,0.3010 denazification,denazification,1,1,1,1,0.02,0.3010,0.01,0.3010 denazify,denazify,1,1,1,1,0.02,0.3010,0.01,0.3010 Dendroid,dendroid,1,1,0,0,0.02,0.3010,0.01,0.3010 Deneb,deneb,2,1,0,0,0.04,0.4771,0.01,0.3010 deniers,deniers,1,1,1,1,0.02,0.3010,0.01,0.3010 denigrated,denigrated,1,1,1,1,0.02,0.3010,0.01,0.3010 denigration,denigration,1,1,1,1,0.02,0.3010,0.01,0.3010 denned,denned,1,1,1,1,0.02,0.3010,0.01,0.3010 denominating,denominating,1,1,1,1,0.02,0.3010,0.01,0.3010 denominational,denominational,1,1,1,1,0.02,0.3010,0.01,0.3010 denoted,denoted,1,1,1,1,0.02,0.3010,0.01,0.3010 denoting,denoting,1,1,1,1,0.02,0.3010,0.01,0.3010 denseness,denseness,1,1,1,1,0.02,0.3010,0.01,0.3010 dentalized,dentalized,1,1,1,1,0.02,0.3010,0.01,0.3010 dentin,dentin,1,1,1,1,0.02,0.3010,0.01,0.3010 denty,denty,1,1,1,1,0.02,0.3010,0.01,0.3010 deodorizing,deodorizing,1,1,1,1,0.02,0.3010,0.01,0.3010 deoxygenated,deoxygenated,1,1,1,1,0.02,0.3010,0.01,0.3010 Depa,depa,1,1,0,0,0.02,0.3010,0.01,0.3010 Departmentally,departmentally,1,1,0,0,0.02,0.3010,0.01,0.3010 dependance,dependance,2,1,2,1,0.04,0.4771,0.01,0.3010 dependencies,dependencies,1,1,1,1,0.02,0.3010,0.01,0.3010 depersonalized,depersonalized,1,1,1,1,0.02,0.3010,0.01,0.3010 depictions,depictions,2,1,2,1,0.04,0.4771,0.01,0.3010 depigmentation,depigmentation,3,1,3,1,0.06,0.6021,0.01,0.3010 depletes,depletes,1,1,1,1,0.02,0.3010,0.01,0.3010 deplorably,deplorably,1,1,1,1,0.02,0.3010,0.01,0.3010 deploring,deploring,1,1,1,1,0.02,0.3010,0.01,0.3010 deployable,deployable,1,1,1,1,0.02,0.3010,0.01,0.3010 depolarization,depolarization,1,1,1,1,0.02,0.3010,0.01,0.3010 depolarized,depolarized,1,1,1,1,0.02,0.3010,0.01,0.3010 deponent,deponent,1,1,1,1,0.02,0.3010,0.01,0.3010 depopulation,depopulation,1,1,1,1,0.02,0.3010,0.01,0.3010 deportees,deportees,1,1,1,1,0.02,0.3010,0.01,0.3010 deports,deports,1,1,1,1,0.02,0.3010,0.01,0.3010 deposer,deposer,1,1,1,1,0.02,0.3010,0.01,0.3010 depositaries,depositaries,1,1,1,1,0.02,0.3010,0.01,0.3010 deprecating,deprecating,1,1,1,1,0.02,0.3010,0.01,0.3010 depredations,depredations,1,1,1,1,0.02,0.3010,0.01,0.3010 depressurise,depressurise,1,1,1,1,0.02,0.3010,0.01,0.3010 Depressurising,depressurising,2,1,0,0,0.04,0.4771,0.01,0.3010 depressurizes,depressurizes,1,1,1,1,0.02,0.3010,0.01,0.3010 deprogrammers,deprogrammers,1,1,1,1,0.02,0.3010,0.01,0.3010 depute,depute,1,1,1,1,0.02,0.3010,0.01,0.3010 Deputes,deputes,1,1,0,0,0.02,0.3010,0.01,0.3010 deputising,deputising,1,1,1,1,0.02,0.3010,0.01,0.3010 deracinate,deracinate,2,1,1,1,0.04,0.4771,0.01,0.3010 Derbyshire,derbyshire,1,1,0,0,0.02,0.3010,0.01,0.3010 deregulate,deregulate,1,1,1,1,0.02,0.3010,0.01,0.3010 deregulating,deregulating,1,1,1,1,0.02,0.3010,0.01,0.3010 Deric,deric,21,1,0,0,0.41,1.3424,0.01,0.3010 deriving,deriving,1,1,1,1,0.02,0.3010,0.01,0.3010 Derm,derm,3,1,1,1,0.06,0.6021,0.01,0.3010 dermabrasion,dermabrasion,1,1,1,1,0.02,0.3010,0.01,0.3010 dermatographic,dermatographic,1,1,1,1,0.02,0.3010,0.01,0.3010 dermatome,dermatome,1,1,1,1,0.02,0.3010,0.01,0.3010 Dermographia,dermographia,1,1,0,0,0.02,0.3010,0.01,0.3010 dermographic,dermographic,1,1,1,1,0.02,0.3010,0.01,0.3010 dernier,dernier,1,1,1,1,0.02,0.3010,0.01,0.3010 derogated,derogated,1,1,1,1,0.02,0.3010,0.01,0.3010 derringers,derringers,1,1,1,1,0.02,0.3010,0.01,0.3010 Derris,derris,5,1,0,0,0.10,0.7782,0.01,0.3010 desaturation,desaturation,2,1,2,1,0.04,0.4771,0.01,0.3010 desc,desc,1,1,1,1,0.02,0.3010,0.01,0.3010 descamisados,descamisados,4,1,3,1,0.08,0.6990,0.01,0.3010 descant,descant,1,1,1,1,0.02,0.3010,0.01,0.3010 descript,descript,1,1,1,1,0.02,0.3010,0.01,0.3010 descriptor,descriptor,1,1,1,1,0.02,0.3010,0.01,0.3010 descriptors,descriptors,1,1,1,1,0.02,0.3010,0.01,0.3010 Desecrater,desecrater,1,1,0,0,0.02,0.3010,0.01,0.3010 desecrator,desecrator,1,1,1,1,0.02,0.3010,0.01,0.3010 desegregate,desegregate,1,1,1,1,0.02,0.3010,0.01,0.3010 desegregated,desegregated,1,1,1,1,0.02,0.3010,0.01,0.3010 desensitise,desensitise,3,1,3,1,0.06,0.6021,0.01,0.3010 desensitizes,desensitizes,1,1,1,1,0.02,0.3010,0.01,0.3010 desensitizing,desensitizing,1,1,1,1,0.02,0.3010,0.01,0.3010 desiccate,desiccate,1,1,1,1,0.02,0.3010,0.01,0.3010 desiderata,desiderata,2,1,1,1,0.04,0.4771,0.01,0.3010 designating,designating,1,1,1,1,0.02,0.3010,0.01,0.3010 designee,designee,1,1,1,1,0.02,0.3010,0.01,0.3010 desipramine,desipramine,1,1,1,1,0.02,0.3010,0.01,0.3010 desireless,desireless,1,1,1,1,0.02,0.3010,0.01,0.3010 desisting,desisting,1,1,1,1,0.02,0.3010,0.01,0.3010 deskbound,deskbound,1,1,1,1,0.02,0.3010,0.01,0.3010 Desolately,desolately,1,1,0,0,0.02,0.3010,0.01,0.3010 despatched,despatched,1,1,1,1,0.02,0.3010,0.01,0.3010 desperateness,desperateness,1,1,1,1,0.02,0.3010,0.01,0.3010 despitefully,despitefully,1,1,1,1,0.02,0.3010,0.01,0.3010 despoiling,despoiling,1,1,1,1,0.02,0.3010,0.01,0.3010 Despond,despond,1,1,0,0,0.02,0.3010,0.01,0.3010 destabilised,destabilised,1,1,1,1,0.02,0.3010,0.01,0.3010 destabilising,destabilising,1,1,1,1,0.02,0.3010,0.01,0.3010 Destabilization,destabilization,1,1,0,0,0.02,0.3010,0.01,0.3010 destabilizes,destabilizes,1,1,1,1,0.02,0.3010,0.01,0.3010 Destin,destin,1,1,0,0,0.02,0.3010,0.01,0.3010 Destine,destine,1,1,0,0,0.02,0.3010,0.01,0.3010 destituted,destituted,1,1,1,1,0.02,0.3010,0.01,0.3010 destructible,destructible,1,1,1,1,0.02,0.3010,0.01,0.3010 Destructors,destructors,1,1,0,0,0.02,0.3010,0.01,0.3010 detering,detering,1,1,1,1,0.02,0.3010,0.01,0.3010 determinably,determinably,1,1,1,1,0.02,0.3010,0.01,0.3010 determinate,determinate,1,1,1,1,0.02,0.3010,0.01,0.3010 determinative,determinative,1,1,1,1,0.02,0.3010,0.01,0.3010 determinedly,determinedly,1,1,1,1,0.02,0.3010,0.01,0.3010 Determinism,determinism,1,1,0,0,0.02,0.3010,0.01,0.3010 determinist,determinist,2,1,2,1,0.04,0.4771,0.01,0.3010 deterrents,deterrents,1,1,1,1,0.02,0.3010,0.01,0.3010 detesting,detesting,1,1,1,1,0.02,0.3010,0.01,0.3010 dethronement,dethronement,1,1,1,1,0.02,0.3010,0.01,0.3010 detonative,detonative,1,1,1,1,0.02,0.3010,0.01,0.3010 detoxification,detoxification,1,1,1,1,0.02,0.3010,0.01,0.3010 detoxified,detoxified,1,1,1,1,0.02,0.3010,0.01,0.3010 detoxifier,detoxifier,1,1,1,1,0.02,0.3010,0.01,0.3010 detractions,detractions,1,1,1,1,0.02,0.3010,0.01,0.3010 detrain,detrain,1,1,1,1,0.02,0.3010,0.01,0.3010 detrained,detrained,1,1,1,1,0.02,0.3010,0.01,0.3010 detraining,detraining,2,1,2,1,0.04,0.4771,0.01,0.3010 detune,detune,2,1,2,1,0.04,0.4771,0.01,0.3010 Deucalion,deucalion,5,1,0,0,0.10,0.7782,0.01,0.3010 deuced,deuced,1,1,1,1,0.02,0.3010,0.01,0.3010 deuterons,deuterons,1,1,1,1,0.02,0.3010,0.01,0.3010 Devall,devall,2,1,0,0,0.04,0.4771,0.01,0.3010 devaluate,devaluate,1,1,1,1,0.02,0.3010,0.01,0.3010 devaluated,devaluated,1,1,1,1,0.02,0.3010,0.01,0.3010 devastations,devastations,1,1,1,1,0.02,0.3010,0.01,0.3010 Devastator,devastator,3,1,0,0,0.06,0.6021,0.01,0.3010 devastators,devastators,1,1,1,1,0.02,0.3010,0.01,0.3010 devel,devel,1,1,1,1,0.02,0.3010,0.01,0.3010 develope,develope,1,1,1,1,0.02,0.3010,0.01,0.3010 developmentalist,developmentalist,1,1,1,1,0.02,0.3010,0.01,0.3010 deviationism,deviationism,1,1,1,1,0.02,0.3010,0.01,0.3010 Devilfish,devilfish,5,1,0,0,0.10,0.7782,0.01,0.3010 devilishness,devilishness,1,1,1,1,0.02,0.3010,0.01,0.3010 deviltry,deviltry,1,1,1,1,0.02,0.3010,0.01,0.3010 devily,devily,1,1,1,1,0.02,0.3010,0.01,0.3010 deviously,deviously,1,1,1,1,0.02,0.3010,0.01,0.3010 Devirginator,devirginator,1,1,0,0,0.02,0.3010,0.01,0.3010 devolution,devolution,1,1,1,1,0.02,0.3010,0.01,0.3010 devorative,devorative,1,1,1,1,0.02,0.3010,0.01,0.3010 Devotions,devotions,1,1,0,0,0.02,0.3010,0.01,0.3010 Devoto,devoto,1,1,0,0,0.02,0.3010,0.01,0.3010 devoutness,devoutness,1,1,1,1,0.02,0.3010,0.01,0.3010 devs,devs,1,1,1,1,0.02,0.3010,0.01,0.3010 dewatering,dewatering,1,1,1,1,0.02,0.3010,0.01,0.3010 dewberry,dewberry,1,1,1,1,0.02,0.3010,0.01,0.3010 dewlap,dewlap,1,1,1,1,0.02,0.3010,0.01,0.3010 dewlaps,dewlaps,1,1,1,1,0.02,0.3010,0.01,0.3010 Dexamethasone,dexamethasone,1,1,0,0,0.02,0.3010,0.01,0.3010 dextral,dextral,1,1,1,1,0.02,0.3010,0.01,0.3010 Dextrocardia,dextrocardia,1,1,0,0,0.02,0.3010,0.01,0.3010 dhal,dhal,1,1,1,1,0.02,0.3010,0.01,0.3010 dhamma,dhamma,2,1,2,1,0.04,0.4771,0.01,0.3010 Dhole,dhole,1,1,0,0,0.02,0.3010,0.01,0.3010 dhows,dhows,1,1,1,1,0.02,0.3010,0.01,0.3010 dhu,dhu,1,1,1,1,0.02,0.3010,0.01,0.3010 Diabolism,diabolism,1,1,0,0,0.02,0.3010,0.01,0.3010 diabolist,diabolist,1,1,1,1,0.02,0.3010,0.01,0.3010 diabolus,diabolus,1,1,1,1,0.02,0.3010,0.01,0.3010 Diacetylene,diacetylene,1,1,0,0,0.02,0.3010,0.01,0.3010 diadem,diadem,2,1,2,1,0.04,0.4771,0.01,0.3010 diagnosable,diagnosable,1,1,1,1,0.02,0.3010,0.01,0.3010 diagnostically,diagnostically,1,1,1,1,0.02,0.3010,0.01,0.3010 diagonals,diagonals,1,1,1,1,0.02,0.3010,0.01,0.3010 diagramed,diagramed,1,1,1,1,0.02,0.3010,0.01,0.3010 dialectician,dialectician,1,1,1,1,0.02,0.3010,0.01,0.3010 dialers,dialers,1,1,1,1,0.02,0.3010,0.01,0.3010 dialler,dialler,3,1,3,1,0.06,0.6021,0.01,0.3010 Dialogical,dialogical,1,1,0,0,0.02,0.3010,0.01,0.3010 dialogued,dialogued,1,1,1,1,0.02,0.3010,0.01,0.3010 dialyze,dialyze,1,1,1,1,0.02,0.3010,0.01,0.3010 dialyzed,dialyzed,3,1,3,1,0.06,0.6021,0.01,0.3010 diametric,diametric,1,1,1,1,0.02,0.3010,0.01,0.3010 Diametrically,diametrically,1,1,0,0,0.02,0.3010,0.01,0.3010 diammonium,diammonium,1,1,1,1,0.02,0.3010,0.01,0.3010 diamondbacks,diamondbacks,1,1,1,1,0.02,0.3010,0.01,0.3010 diapason,diapason,1,1,1,1,0.02,0.3010,0.01,0.3010 diaphoresis,diaphoresis,1,1,1,1,0.02,0.3010,0.01,0.3010 diaphragming,diaphragming,1,1,1,1,0.02,0.3010,0.01,0.3010 diarrhoeic,diarrhoeic,1,1,1,1,0.02,0.3010,0.01,0.3010 diaspora,diaspora,1,1,1,1,0.02,0.3010,0.01,0.3010 diaster,diaster,1,1,1,1,0.02,0.3010,0.01,0.3010 diatoms,diatoms,4,1,3,1,0.08,0.6990,0.01,0.3010 diatonic,diatonic,1,1,1,1,0.02,0.3010,0.01,0.3010 diazomethane,diazomethane,1,1,1,1,0.02,0.3010,0.01,0.3010 dibber,dibber,1,1,1,1,0.02,0.3010,0.01,0.3010 Dibbles,dibbles,1,1,0,0,0.02,0.3010,0.01,0.3010 dich,dich,3,1,3,1,0.06,0.6021,0.01,0.3010 dichlorodiphenyltrichloroethane,dichlorodiphenyltrichloroethane,1,1,1,1,0.02,0.3010,0.01,0.3010 dichondra,dichondra,1,1,1,1,0.02,0.3010,0.01,0.3010 dichotomous,dichotomous,1,1,1,1,0.02,0.3010,0.01,0.3010 dichromate,dichromate,2,1,2,1,0.04,0.4771,0.01,0.3010 dicht,dicht,1,1,1,1,0.02,0.3010,0.01,0.3010 dicier,dicier,1,1,1,1,0.02,0.3010,0.01,0.3010 dickcissel,dickcissel,1,1,1,1,0.02,0.3010,0.01,0.3010 Dictaphones,dictaphones,1,1,0,0,0.02,0.3010,0.01,0.3010 dictatorships,dictatorships,1,1,1,1,0.02,0.3010,0.01,0.3010 dictum,dictum,1,1,1,1,0.02,0.3010,0.01,0.3010 didacticism,didacticism,1,1,1,1,0.02,0.3010,0.01,0.3010 diddles,diddles,1,1,1,1,0.02,0.3010,0.01,0.3010 diddums,diddums,2,1,2,1,0.04,0.4771,0.01,0.3010 didos,didos,1,1,1,1,0.02,0.3010,0.01,0.3010 Didy,didy,1,1,0,0,0.02,0.3010,0.01,0.3010 Didymus,didymus,8,1,0,0,0.16,0.9542,0.01,0.3010 Dier,dier,1,1,0,0,0.02,0.3010,0.01,0.3010 dieters,dieters,1,1,1,1,0.02,0.3010,0.01,0.3010 Diethyl,diethyl,1,1,0,0,0.02,0.3010,0.01,0.3010 differentially,differentially,1,1,1,1,0.02,0.3010,0.01,0.3010 differentials,differentials,1,1,1,1,0.02,0.3010,0.01,0.3010 difficile,difficile,1,1,1,1,0.02,0.3010,0.01,0.3010 diffusing,diffusing,1,1,1,1,0.02,0.3010,0.01,0.3010 diffusive,diffusive,1,1,1,1,0.02,0.3010,0.01,0.3010 diffusor,diffusor,2,1,2,1,0.04,0.4771,0.01,0.3010 digestions,digestions,1,1,1,1,0.02,0.3010,0.01,0.3010 Digitalization,digitalization,1,1,0,0,0.02,0.3010,0.01,0.3010 Digitalize,digitalize,1,1,0,0,0.02,0.3010,0.01,0.3010 digitalized,digitalized,1,1,1,1,0.02,0.3010,0.01,0.3010 digitals,digitals,1,1,1,1,0.02,0.3010,0.01,0.3010 Digitise,digitise,3,1,0,0,0.06,0.6021,0.01,0.3010 digitization,digitization,4,1,3,1,0.08,0.6990,0.01,0.3010 digitizes,digitizes,1,1,1,1,0.02,0.3010,0.01,0.3010 Digne,digne,1,1,0,0,0.02,0.3010,0.01,0.3010 dignifies,dignifies,1,1,1,1,0.02,0.3010,0.01,0.3010 dihedral,dihedral,1,1,1,1,0.02,0.3010,0.01,0.3010 Diker,diker,7,1,0,0,0.14,0.9031,0.01,0.3010 diktat,diktat,1,1,1,1,0.02,0.3010,0.01,0.3010 Dilapidation,dilapidation,1,1,0,0,0.02,0.3010,0.01,0.3010 dilator,dilator,1,1,1,1,0.02,0.3010,0.01,0.3010 dilators,dilators,1,1,1,1,0.02,0.3010,0.01,0.3010 dildoes,dildoes,1,1,1,1,0.02,0.3010,0.01,0.3010 dilettanti,dilettanti,1,1,1,1,0.02,0.3010,0.01,0.3010 dilling,dilling,2,1,1,1,0.04,0.4771,0.01,0.3010 dillydallying,dillydallying,1,1,1,1,0.02,0.3010,0.01,0.3010 dimensionality,dimensionality,1,1,1,1,0.02,0.3010,0.01,0.3010 dimer,dimer,1,1,1,1,0.02,0.3010,0.01,0.3010 dimethyltryptamine,dimethyltryptamine,1,1,1,1,0.02,0.3010,0.01,0.3010 diminuendo,diminuendo,1,1,1,1,0.02,0.3010,0.01,0.3010 Dimity,dimity,1,1,0,0,0.02,0.3010,0.01,0.3010 dimply,dimply,1,1,1,1,0.02,0.3010,0.01,0.3010 dims,dims,1,1,1,1,0.02,0.3010,0.01,0.3010 dimwittedness,dimwittedness,1,1,1,1,0.02,0.3010,0.01,0.3010 dinghies,dinghies,1,1,1,1,0.02,0.3010,0.01,0.3010 dinked,dinked,1,1,1,1,0.02,0.3010,0.01,0.3010 dinkies,dinkies,1,1,1,1,0.02,0.3010,0.01,0.3010 dinking,dinking,1,1,1,1,0.02,0.3010,0.01,0.3010 dinkum,dinkum,1,1,1,1,0.02,0.3010,0.01,0.3010 dinnery,dinnery,1,1,1,1,0.02,0.3010,0.01,0.3010 dioramic,dioramic,1,1,1,1,0.02,0.3010,0.01,0.3010 diphenyl,diphenyl,1,1,1,1,0.02,0.3010,0.01,0.3010 diphenyls,diphenyls,1,1,1,1,0.02,0.3010,0.01,0.3010 diphthongization,diphthongization,1,1,1,1,0.02,0.3010,0.01,0.3010 diplex,diplex,1,1,1,1,0.02,0.3010,0.01,0.3010 diplococci,diplococci,1,1,1,1,0.02,0.3010,0.01,0.3010 Dippers,dippers,1,1,0,0,0.02,0.3010,0.01,0.3010 Dippiest,dippiest,1,1,0,0,0.02,0.3010,0.01,0.3010 dipsomaniacs,dipsomaniacs,1,1,1,1,0.02,0.3010,0.01,0.3010 dipsos,dipsos,1,1,1,1,0.02,0.3010,0.01,0.3010 dipsticks,dipsticks,1,1,1,1,0.02,0.3010,0.01,0.3010 diptych,diptych,1,1,1,1,0.02,0.3010,0.01,0.3010 directable,directable,1,1,1,1,0.02,0.3010,0.01,0.3010 Directress,directress,1,1,0,0,0.02,0.3010,0.01,0.3010 Direness,direness,1,1,0,0,0.02,0.3010,0.01,0.3010 dirges,dirges,1,1,1,1,0.02,0.3010,0.01,0.3010 dirham,dirham,3,1,3,1,0.06,0.6021,0.01,0.3010 dirhams,dirhams,2,1,2,1,0.04,0.4771,0.01,0.3010 dirigible,dirigible,1,1,1,1,0.02,0.3010,0.01,0.3010 Dirks,dirks,1,1,0,0,0.02,0.3010,0.01,0.3010 dirndl,dirndl,1,1,1,1,0.02,0.3010,0.01,0.3010 Dirtily,dirtily,1,1,0,0,0.02,0.3010,0.01,0.3010 disabused,disabused,1,1,1,1,0.02,0.3010,0.01,0.3010 disadvantageous,disadvantageous,1,1,1,1,0.02,0.3010,0.01,0.3010 disallow,disallow,1,1,1,1,0.02,0.3010,0.01,0.3010 Disappearer,disappearer,1,1,0,0,0.02,0.3010,0.01,0.3010 disarmingly,disarmingly,1,1,1,1,0.02,0.3010,0.01,0.3010 disarrange,disarrange,1,1,1,1,0.02,0.3010,0.01,0.3010 disarranging,disarranging,1,1,1,1,0.02,0.3010,0.01,0.3010 disarticulation,disarticulation,1,1,1,1,0.02,0.3010,0.01,0.3010 disassociates,disassociates,1,1,1,1,0.02,0.3010,0.01,0.3010 disavowing,disavowing,1,1,1,1,0.02,0.3010,0.01,0.3010 disbelieving,disbelieving,1,1,1,1,0.02,0.3010,0.01,0.3010 disboweled,disboweled,1,1,1,1,0.02,0.3010,0.01,0.3010 disbursal,disbursal,1,1,1,1,0.02,0.3010,0.01,0.3010 disbursed,disbursed,1,1,1,1,0.02,0.3010,0.01,0.3010 disbursements,disbursements,1,1,1,1,0.02,0.3010,0.01,0.3010 disbursing,disbursing,2,1,2,1,0.04,0.4771,0.01,0.3010 discardable,discardable,1,1,1,1,0.02,0.3010,0.01,0.3010 discarnate,discarnate,1,1,1,1,0.02,0.3010,0.01,0.3010 discoed,discoed,1,1,1,1,0.02,0.3010,0.01,0.3010 discoing,discoing,1,1,1,1,0.02,0.3010,0.01,0.3010 discolorations,discolorations,1,1,1,1,0.02,0.3010,0.01,0.3010 discolour,discolour,1,1,1,1,0.02,0.3010,0.01,0.3010 discombobulate,discombobulate,1,1,1,1,0.02,0.3010,0.01,0.3010 discomforted,discomforted,1,1,1,1,0.02,0.3010,0.01,0.3010 disconcerts,disconcerts,1,1,1,1,0.02,0.3010,0.01,0.3010 disconfirm,disconfirm,1,1,1,1,0.02,0.3010,0.01,0.3010 discontents,discontents,1,1,1,1,0.02,0.3010,0.01,0.3010 Discontiguous,discontiguous,1,1,0,0,0.02,0.3010,0.01,0.3010 discontinuation,discontinuation,1,1,1,1,0.02,0.3010,0.01,0.3010 discontinues,discontinues,1,1,1,1,0.02,0.3010,0.01,0.3010 discontinuities,discontinuities,1,1,1,1,0.02,0.3010,0.01,0.3010 discordance,discordance,4,1,3,1,0.08,0.6990,0.01,0.3010 discordantly,discordantly,2,1,2,1,0.04,0.4771,0.01,0.3010 discreditable,discreditable,1,1,1,1,0.02,0.3010,0.01,0.3010 discredits,discredits,1,1,1,1,0.02,0.3010,0.01,0.3010 discriminative,discriminative,1,1,1,1,0.02,0.3010,0.01,0.3010 discriminator,discriminator,1,1,1,1,0.02,0.3010,0.01,0.3010 discussable,discussable,1,1,1,1,0.02,0.3010,0.01,0.3010 disdained,disdained,1,1,1,1,0.02,0.3010,0.01,0.3010 Disdaining,disdaining,1,1,0,0,0.02,0.3010,0.01,0.3010 disembodiment,disembodiment,1,1,1,1,0.02,0.3010,0.01,0.3010 disembody,disembody,1,1,1,1,0.02,0.3010,0.01,0.3010 disembogue,disembogue,1,1,1,1,0.02,0.3010,0.01,0.3010 disemboweling,disemboweling,1,1,1,1,0.02,0.3010,0.01,0.3010 Disembowelled,disembowelled,1,1,0,0,0.02,0.3010,0.01,0.3010 disenchanting,disenchanting,1,1,1,1,0.02,0.3010,0.01,0.3010 disenfranchise,disenfranchise,1,1,1,1,0.02,0.3010,0.01,0.3010 Disenfranchisement,disenfranchisement,1,1,0,0,0.02,0.3010,0.01,0.3010 disentangled,disentangled,1,1,1,1,0.02,0.3010,0.01,0.3010 disentwine,disentwine,1,1,1,1,0.02,0.3010,0.01,0.3010 disequilibrium,disequilibrium,1,1,1,1,0.02,0.3010,0.01,0.3010 disfavour,disfavour,1,1,1,1,0.02,0.3010,0.01,0.3010 disfunction,disfunction,1,1,1,1,0.02,0.3010,0.01,0.3010 disfunctions,disfunctions,1,1,1,1,0.02,0.3010,0.01,0.3010 disgorged,disgorged,1,1,1,1,0.02,0.3010,0.01,0.3010 disgorgement,disgorgement,1,1,1,1,0.02,0.3010,0.01,0.3010 disgorging,disgorging,1,1,1,1,0.02,0.3010,0.01,0.3010 disguiser,disguiser,1,1,1,1,0.02,0.3010,0.01,0.3010 disgustedly,disgustedly,1,1,1,1,0.02,0.3010,0.01,0.3010 dishabille,dishabille,1,1,1,1,0.02,0.3010,0.01,0.3010 dishcloths,dishcloths,1,1,1,1,0.02,0.3010,0.01,0.3010 dishearten,dishearten,1,1,1,1,0.02,0.3010,0.01,0.3010 disheartens,disheartens,1,1,1,1,0.02,0.3010,0.01,0.3010 dishevelment,dishevelment,1,1,1,1,0.02,0.3010,0.01,0.3010 dishonestly,dishonestly,1,1,1,1,0.02,0.3010,0.01,0.3010 dishonouring,dishonouring,1,1,1,1,0.02,0.3010,0.01,0.3010 dishrags,dishrags,1,1,1,1,0.02,0.3010,0.01,0.3010 dishware,dishware,1,1,1,1,0.02,0.3010,0.01,0.3010 disillusions,disillusions,1,1,1,1,0.02,0.3010,0.01,0.3010 disimpassioned,disimpassioned,1,1,1,1,0.02,0.3010,0.01,0.3010 disinheritance,disinheritance,1,1,1,1,0.02,0.3010,0.01,0.3010 disinheriting,disinheriting,1,1,1,1,0.02,0.3010,0.01,0.3010 disinhibition,disinhibition,1,1,1,1,0.02,0.3010,0.01,0.3010 disintegrations,disintegrations,1,1,1,1,0.02,0.3010,0.01,0.3010 Disinter,disinter,3,1,1,1,0.06,0.6021,0.01,0.3010 disinterestedness,disinterestedness,1,1,1,1,0.02,0.3010,0.01,0.3010 disinterred,disinterred,1,1,1,1,0.02,0.3010,0.01,0.3010 disjoin,disjoin,1,1,1,1,0.02,0.3010,0.01,0.3010 disjunct,disjunct,1,1,1,1,0.02,0.3010,0.01,0.3010 dislocates,dislocates,1,1,1,1,0.02,0.3010,0.01,0.3010 Dislocations,dislocations,1,1,0,0,0.02,0.3010,0.01,0.3010 dislodging,dislodging,1,1,1,1,0.02,0.3010,0.01,0.3010 dismasted,dismasted,1,1,1,1,0.02,0.3010,0.01,0.3010 dismaying,dismaying,1,1,1,1,0.02,0.3010,0.01,0.3010 dismemberments,dismemberments,1,1,1,1,0.02,0.3010,0.01,0.3010 dismissible,dismissible,1,1,1,1,0.02,0.3010,0.01,0.3010 dismissively,dismissively,2,1,2,1,0.04,0.4771,0.01,0.3010 disodium,disodium,2,1,1,1,0.04,0.4771,0.01,0.3010 disorganize,disorganize,2,1,2,1,0.04,0.4771,0.01,0.3010 Disorientates,disorientates,1,1,0,0,0.02,0.3010,0.01,0.3010 disorients,disorients,1,1,1,1,0.02,0.3010,0.01,0.3010 disowns,disowns,1,1,1,1,0.02,0.3010,0.01,0.3010 disparagement,disparagement,1,1,1,1,0.02,0.3010,0.01,0.3010 disparages,disparages,1,1,1,1,0.02,0.3010,0.01,0.3010 dispelling,dispelling,1,1,1,1,0.02,0.3010,0.01,0.3010 dispels,dispels,1,1,1,1,0.02,0.3010,0.01,0.3010 dispensations,dispensations,1,1,1,1,0.02,0.3010,0.01,0.3010 dispersions,dispersions,1,1,1,1,0.02,0.3010,0.01,0.3010 displacements,displacements,1,1,1,1,0.02,0.3010,0.01,0.3010 disposables,disposables,1,1,1,1,0.02,0.3010,0.01,0.3010 dispositional,dispositional,2,1,2,1,0.04,0.4771,0.01,0.3010 Dispossesses,dispossesses,1,1,0,0,0.02,0.3010,0.01,0.3010 dispossessing,dispossessing,1,1,1,1,0.02,0.3010,0.01,0.3010 disputatious,disputatious,1,1,1,1,0.02,0.3010,0.01,0.3010 disqualifies,disqualifies,1,1,1,1,0.02,0.3010,0.01,0.3010 disremember,disremember,1,1,1,1,0.02,0.3010,0.01,0.3010 disreputation,disreputation,1,1,1,1,0.02,0.3010,0.01,0.3010 disrobement,disrobement,1,1,1,1,0.02,0.3010,0.01,0.3010 disseat,disseat,1,1,1,1,0.02,0.3010,0.01,0.3010 dissections,dissections,3,1,3,1,0.06,0.6021,0.01,0.3010 dissectors,dissectors,1,1,1,1,0.02,0.3010,0.01,0.3010 dissembled,dissembled,2,1,2,1,0.04,0.4771,0.01,0.3010 dissembler,dissembler,1,1,1,1,0.02,0.3010,0.01,0.3010 dissemblers,dissemblers,1,1,1,1,0.02,0.3010,0.01,0.3010 dissembly,dissembly,1,1,1,1,0.02,0.3010,0.01,0.3010 disseminator,disseminator,1,1,1,1,0.02,0.3010,0.01,0.3010 Dissenter,dissenter,1,1,0,0,0.02,0.3010,0.01,0.3010 disseverance,disseverance,1,1,1,1,0.02,0.3010,0.01,0.3010 dissimilarity,dissimilarity,1,1,1,1,0.02,0.3010,0.01,0.3010 dissimulate,dissimulate,1,1,1,1,0.02,0.3010,0.01,0.3010 dissimulated,dissimulated,1,1,1,1,0.02,0.3010,0.01,0.3010 dissimulation,dissimulation,1,1,1,1,0.02,0.3010,0.01,0.3010 dissociated,dissociated,1,1,1,1,0.02,0.3010,0.01,0.3010 dissolutely,dissolutely,1,1,1,1,0.02,0.3010,0.01,0.3010 dissuading,dissuading,1,1,1,1,0.02,0.3010,0.01,0.3010 distain,distain,1,1,1,1,0.02,0.3010,0.01,0.3010 distempered,distempered,1,1,1,1,0.02,0.3010,0.01,0.3010 distend,distend,1,1,1,1,0.02,0.3010,0.01,0.3010 distillate,distillate,1,1,1,1,0.02,0.3010,0.01,0.3010 Distiller,distiller,3,1,0,0,0.06,0.6021,0.01,0.3010 distinctively,distinctively,1,1,1,1,0.02,0.3010,0.01,0.3010 distinctiveness,distinctiveness,1,1,1,1,0.02,0.3010,0.01,0.3010 distinguishable,distinguishable,1,1,1,1,0.02,0.3010,0.01,0.3010 distorters,distorters,1,1,1,1,0.02,0.3010,0.01,0.3010 Distracter,distracter,1,1,0,0,0.02,0.3010,0.01,0.3010 distributable,distributable,1,1,1,1,0.02,0.3010,0.01,0.3010 distributer,distributer,1,1,1,1,0.02,0.3010,0.01,0.3010 distributorship,distributorship,1,1,1,1,0.02,0.3010,0.01,0.3010 distrusts,distrusts,1,1,1,1,0.02,0.3010,0.01,0.3010 disturber,disturber,1,1,1,1,0.02,0.3010,0.01,0.3010 disulphide,disulphide,1,1,1,1,0.02,0.3010,0.01,0.3010 Dita,dita,1,1,0,0,0.02,0.3010,0.01,0.3010 ditchdigger,ditchdigger,2,1,2,1,0.04,0.4771,0.01,0.3010 Dite,dite,2,1,0,0,0.04,0.4771,0.01,0.3010 ditsiest,ditsiest,1,1,1,1,0.02,0.3010,0.01,0.3010 diverge,diverge,1,1,1,1,0.02,0.3010,0.01,0.3010 diverges,diverges,1,1,1,1,0.02,0.3010,0.01,0.3010 diversifies,diversifies,1,1,1,1,0.02,0.3010,0.01,0.3010 diverter,diverter,1,1,1,1,0.02,0.3010,0.01,0.3010 divertissements,divertissements,1,1,1,1,0.02,0.3010,0.01,0.3010 divertive,divertive,3,1,3,1,0.06,0.6021,0.01,0.3010 divesting,divesting,1,1,1,1,0.02,0.3010,0.01,0.3010 divests,divests,1,1,1,1,0.02,0.3010,0.01,0.3010 divisibility,divisibility,1,1,1,1,0.02,0.3010,0.01,0.3010 Divisiveness,divisiveness,1,1,0,0,0.02,0.3010,0.01,0.3010 divisors,divisors,1,1,1,1,0.02,0.3010,0.01,0.3010 Divorcer,divorcer,2,1,0,0,0.04,0.4771,0.01,0.3010 divulger,divulger,1,1,1,1,0.02,0.3010,0.01,0.3010 divulges,divulges,1,1,1,1,0.02,0.3010,0.01,0.3010 dixit,dixit,1,1,1,1,0.02,0.3010,0.01,0.3010 dizaine,dizaine,1,1,1,1,0.02,0.3010,0.01,0.3010 Djakarta,djakarta,1,1,0,0,0.02,0.3010,0.01,0.3010 Djibouti,djibouti,2,1,0,0,0.04,0.4771,0.01,0.3010 djinn,djinn,1,1,1,1,0.02,0.3010,0.01,0.3010 Dlr,dlr,2,1,0,0,0.04,0.4771,0.01,0.3010 Dm,dm,1,1,0,0,0.02,0.3010,0.01,0.3010 Dnieper,dnieper,1,1,0,0,0.02,0.3010,0.01,0.3010 doating,doating,1,1,1,1,0.02,0.3010,0.01,0.3010 Dobby,dobby,56,1,0,0,1.10,1.7559,0.01,0.3010 Dobs,dobs,2,1,0,0,0.04,0.4771,0.01,0.3010 Doby,doby,5,1,0,0,0.10,0.7782,0.01,0.3010 docility,docility,1,1,1,1,0.02,0.3010,0.01,0.3010 dockage,dockage,1,1,1,1,0.02,0.3010,0.01,0.3010 Docken,docken,3,1,0,0,0.06,0.6021,0.01,0.3010 Dockman,dockman,1,1,0,0,0.02,0.3010,0.01,0.3010 dockmaster,dockmaster,1,1,1,1,0.02,0.3010,0.01,0.3010 docksides,docksides,1,1,1,1,0.02,0.3010,0.01,0.3010 dockworker,dockworker,1,1,1,1,0.02,0.3010,0.01,0.3010 Dockworkers,dockworkers,1,1,0,0,0.02,0.3010,0.01,0.3010 doctorly,doctorly,1,1,1,1,0.02,0.3010,0.01,0.3010 doctrinaire,doctrinaire,1,1,1,1,0.02,0.3010,0.01,0.3010 documentarist,documentarist,2,1,2,1,0.04,0.4771,0.01,0.3010 dodder,dodder,1,1,1,1,0.02,0.3010,0.01,0.3010 doddle,doddle,1,1,1,1,0.02,0.3010,0.01,0.3010 dodecahedra,dodecahedra,1,1,1,1,0.02,0.3010,0.01,0.3010 dodecahedron,dodecahedron,1,1,1,1,0.02,0.3010,0.01,0.3010 dodoes,dodoes,1,1,1,1,0.02,0.3010,0.01,0.3010 Dodoma,dodoma,1,1,0,0,0.02,0.3010,0.01,0.3010 doffing,doffing,1,1,1,1,0.02,0.3010,0.01,0.3010 Dogbite,dogbite,1,1,0,0,0.02,0.3010,0.01,0.3010 dogcatchers,dogcatchers,1,1,1,1,0.02,0.3010,0.01,0.3010 Doges,doges,1,1,0,0,0.02,0.3010,0.01,0.3010 dogfall,dogfall,1,1,1,1,0.02,0.3010,0.01,0.3010 dogfighting,dogfighting,2,1,1,1,0.04,0.4771,0.01,0.3010 doggishly,doggishly,1,1,1,1,0.02,0.3010,0.01,0.3010 Doggle,doggle,1,1,0,0,0.02,0.3010,0.01,0.3010 doggonedest,doggonedest,1,1,1,1,0.02,0.3010,0.01,0.3010 Doghead,doghead,1,1,0,0,0.02,0.3010,0.01,0.3010 dogmas,dogmas,1,1,1,1,0.02,0.3010,0.01,0.3010 dogmatically,dogmatically,1,1,1,1,0.02,0.3010,0.01,0.3010 Dogmen,dogmen,2,1,0,0,0.04,0.4771,0.01,0.3010 dognapped,dognapped,1,1,1,1,0.02,0.3010,0.01,0.3010 dogsled,dogsled,2,1,2,1,0.04,0.4771,0.01,0.3010 Dogsleds,dogsleds,1,1,0,0,0.02,0.3010,0.01,0.3010 dogwatch,dogwatch,1,1,1,1,0.02,0.3010,0.01,0.3010 dojos,dojos,1,1,1,1,0.02,0.3010,0.01,0.3010 doke,doke,1,1,1,1,0.02,0.3010,0.01,0.3010 Dolley,dolley,1,1,0,0,0.02,0.3010,0.01,0.3010 Dollie,dollie,4,1,0,0,0.08,0.6990,0.01,0.3010 Dolomites,dolomites,1,1,0,0,0.02,0.3010,0.01,0.3010 dolour,dolour,1,1,1,1,0.02,0.3010,0.01,0.3010 domiciles,domiciles,1,1,1,1,0.02,0.3010,0.01,0.3010 dominants,dominants,1,1,1,1,0.02,0.3010,0.01,0.3010 Dominators,dominators,1,1,0,0,0.02,0.3010,0.01,0.3010 dominatrixes,dominatrixes,1,1,1,1,0.02,0.3010,0.01,0.3010 Domus,domus,1,1,0,0,0.02,0.3010,0.01,0.3010 Donat,donat,1,1,0,0,0.02,0.3010,0.01,0.3010 Donet,donet,2,1,0,0,0.04,0.4771,0.01,0.3010 donicker,donicker,1,1,1,1,0.02,0.3010,0.01,0.3010 donnybrook,donnybrook,1,1,1,1,0.02,0.3010,0.01,0.3010 Donum,donum,2,1,0,0,0.04,0.4771,0.01,0.3010 doodah,doodah,1,1,1,1,0.02,0.3010,0.01,0.3010 doodlebugs,doodlebugs,1,1,1,1,0.02,0.3010,0.01,0.3010 doodlers,doodlers,2,1,1,1,0.04,0.4771,0.01,0.3010 Dool,dool,2,1,0,0,0.04,0.4771,0.01,0.3010 Doolie,doolie,2,1,0,0,0.04,0.4771,0.01,0.3010 doomsayer,doomsayer,1,1,1,1,0.02,0.3010,0.01,0.3010 doomsayers,doomsayers,1,1,1,1,0.02,0.3010,0.01,0.3010 Doon,doon,1,1,0,0,0.02,0.3010,0.01,0.3010 doorjambs,doorjambs,1,1,1,1,0.02,0.3010,0.01,0.3010 doornails,doornails,1,1,1,1,0.02,0.3010,0.01,0.3010 doorpost,doorpost,1,1,1,1,0.02,0.3010,0.01,0.3010 doorsteps,doorsteps,1,1,1,1,0.02,0.3010,0.01,0.3010 Doover,doover,8,1,0,0,0.16,0.9542,0.01,0.3010 dopa,dopa,1,1,1,1,0.02,0.3010,0.01,0.3010 Dorey,dorey,3,1,0,0,0.06,0.6021,0.01,0.3010 doric,doric,1,1,1,1,0.02,0.3010,0.01,0.3010 dormancy,dormancy,1,1,1,1,0.02,0.3010,0.01,0.3010 dormeuse,dormeuse,1,1,1,1,0.02,0.3010,0.01,0.3010 Dors,dors,1,1,0,0,0.02,0.3010,0.01,0.3010 dorsiflexion,dorsiflexion,1,1,1,1,0.02,0.3010,0.01,0.3010 dorsomedial,dorsomedial,1,1,1,1,0.02,0.3010,0.01,0.3010 dosimeter,dosimeter,2,1,2,1,0.04,0.4771,0.01,0.3010 dosis,dosis,1,1,1,1,0.02,0.3010,0.01,0.3010 doss,doss,1,1,1,1,0.02,0.3010,0.01,0.3010 dossed,dossed,1,1,1,1,0.02,0.3010,0.01,0.3010 dotter,dotter,1,1,1,1,0.02,0.3010,0.01,0.3010 Doty,doty,3,1,0,0,0.06,0.6021,0.01,0.3010 Douane,douane,3,1,0,0,0.06,0.6021,0.01,0.3010 Doubler,doubler,2,1,0,0,0.04,0.4771,0.01,0.3010 Doubletree,doubletree,1,1,0,0,0.02,0.3010,0.01,0.3010 doubter,doubter,1,1,1,1,0.02,0.3010,0.01,0.3010 doubtfully,doubtfully,1,1,1,1,0.02,0.3010,0.01,0.3010 douce,douce,1,1,1,1,0.02,0.3010,0.01,0.3010 Doucet,doucet,2,1,0,0,0.04,0.4771,0.01,0.3010 Doudle,doudle,1,1,0,0,0.02,0.3010,0.01,0.3010 Doughty,doughty,11,1,0,0,0.22,1.0792,0.01,0.3010 Douma,douma,2,1,0,0,0.04,0.4771,0.01,0.3010 dourine,dourine,4,1,3,1,0.08,0.6990,0.01,0.3010 douser,douser,1,1,1,1,0.02,0.3010,0.01,0.3010 dousing,dousing,2,1,2,1,0.04,0.4771,0.01,0.3010 dovetailed,dovetailed,1,1,1,1,0.02,0.3010,0.01,0.3010 dower,dower,1,1,1,1,0.02,0.3010,0.01,0.3010 dowered,dowered,1,1,1,1,0.02,0.3010,0.01,0.3010 dowerless,dowerless,1,1,1,1,0.02,0.3010,0.01,0.3010 downby,downby,1,1,1,1,0.02,0.3010,0.01,0.3010 downdraft,downdraft,1,1,1,1,0.02,0.3010,0.01,0.3010 downhauls,downhauls,1,1,1,1,0.02,0.3010,0.01,0.3010 downlinked,downlinked,1,1,1,1,0.02,0.3010,0.01,0.3010 downloadable,downloadable,1,1,1,1,0.02,0.3010,0.01,0.3010 downplaying,downplaying,1,1,1,1,0.02,0.3010,0.01,0.3010 downslope,downslope,1,1,1,1,0.02,0.3010,0.01,0.3010 downswing,downswing,1,1,1,1,0.02,0.3010,0.01,0.3010 downwardly,downwardly,3,1,2,1,0.06,0.6021,0.01,0.3010 downwash,downwash,1,1,1,1,0.02,0.3010,0.01,0.3010 dowser,dowser,5,1,3,1,0.10,0.7782,0.01,0.3010 doxie,doxie,1,1,1,1,0.02,0.3010,0.01,0.3010 Doxology,doxology,1,1,0,0,0.02,0.3010,0.01,0.3010 doyen,doyen,1,1,1,1,0.02,0.3010,0.01,0.3010 doyens,doyens,1,1,1,1,0.02,0.3010,0.01,0.3010 Dpt,dpt,1,1,0,0,0.02,0.3010,0.01,0.3010 drabble,drabble,1,1,1,1,0.02,0.3010,0.01,0.3010 drably,drably,1,1,1,1,0.02,0.3010,0.01,0.3010 dracaena,dracaena,1,1,1,1,0.02,0.3010,0.01,0.3010 Drad,drad,1,1,0,0,0.02,0.3010,0.01,0.3010 dragger,dragger,2,1,2,1,0.04,0.4771,0.01,0.3010 draggers,draggers,1,1,1,1,0.02,0.3010,0.01,0.3010 draggly,draggly,1,1,1,1,0.02,0.3010,0.01,0.3010 dragoman,dragoman,2,1,2,1,0.04,0.4771,0.01,0.3010 Dragonfish,dragonfish,1,1,0,0,0.02,0.3010,0.01,0.3010 dragooned,dragooned,1,1,1,1,0.02,0.3010,0.01,0.3010 drainages,drainages,1,1,1,1,0.02,0.3010,0.01,0.3010 drainboards,drainboards,1,1,1,1,0.02,0.3010,0.01,0.3010 drainer,drainer,1,1,1,1,0.02,0.3010,0.01,0.3010 dramatis,dramatis,1,1,1,1,0.02,0.3010,0.01,0.3010 dramatisation,dramatisation,1,1,1,1,0.02,0.3010,0.01,0.3010 dramatizing,dramatizing,1,1,1,1,0.02,0.3010,0.01,0.3010 Dramaturgically,dramaturgically,1,1,0,0,0.02,0.3010,0.01,0.3010 Drame,drame,1,1,0,0,0.02,0.3010,0.01,0.3010 Drapetomania,drapetomania,3,1,0,0,0.06,0.6021,0.01,0.3010 Drats,drats,1,1,0,0,0.02,0.3010,0.01,0.3010 draughtsman,draughtsman,1,1,1,1,0.02,0.3010,0.01,0.3010 drawling,drawling,1,1,1,1,0.02,0.3010,0.01,0.3010 drawls,drawls,1,1,1,1,0.02,0.3010,0.01,0.3010 dreadfuls,dreadfuls,2,1,2,1,0.04,0.4771,0.01,0.3010 Dreadnaught,dreadnaught,1,1,0,0,0.02,0.3010,0.01,0.3010 Dreadnaughts,dreadnaughts,1,1,0,0,0.02,0.3010,0.01,0.3010 dreamboats,dreamboats,1,1,1,1,0.02,0.3010,0.01,0.3010 dreamiest,dreamiest,1,1,1,1,0.02,0.3010,0.01,0.3010 dreamworld,dreamworld,1,1,1,1,0.02,0.3010,0.01,0.3010 dreamworlds,dreamworlds,1,1,1,1,0.02,0.3010,0.01,0.3010 dreariest,dreariest,1,1,1,1,0.02,0.3010,0.01,0.3010 dredgers,dredgers,1,1,1,1,0.02,0.3010,0.01,0.3010 Dredges,dredges,2,1,0,0,0.04,0.4771,0.01,0.3010 dreidels,dreidels,1,1,1,1,0.02,0.3010,0.01,0.3010 dressier,dressier,1,1,1,1,0.02,0.3010,0.01,0.3010 drest,drest,1,1,1,1,0.02,0.3010,0.01,0.3010 drib,drib,1,1,1,1,0.02,0.3010,0.01,0.3010 dribblers,dribblers,1,1,1,1,0.02,0.3010,0.01,0.3010 driers,driers,1,1,1,1,0.02,0.3010,0.01,0.3010 drillers,drillers,1,1,1,1,0.02,0.3010,0.01,0.3010 drillings,drillings,1,1,1,1,0.02,0.3010,0.01,0.3010 Dripper,dripper,2,1,0,0,0.04,0.4771,0.01,0.3010 drippers,drippers,1,1,1,1,0.02,0.3010,0.01,0.3010 drivable,drivable,1,1,1,1,0.02,0.3010,0.01,0.3010 Drogues,drogues,5,1,0,0,0.10,0.7782,0.01,0.3010 drolleries,drolleries,1,1,1,1,0.02,0.3010,0.01,0.3010 drollest,drollest,1,1,1,1,0.02,0.3010,0.01,0.3010 drolling,drolling,1,1,1,1,0.02,0.3010,0.01,0.3010 drome,drome,1,1,1,1,0.02,0.3010,0.01,0.3010 Drona,drona,6,1,0,0,0.12,0.8451,0.01,0.3010 drongo,drongo,1,1,1,1,0.02,0.3010,0.01,0.3010 droops,droops,1,1,1,1,0.02,0.3010,0.01,0.3010 dropperful,dropperful,1,1,1,1,0.02,0.3010,0.01,0.3010 dropsy,dropsy,1,1,1,1,0.02,0.3010,0.01,0.3010 Drow,drow,2,1,0,0,0.04,0.4771,0.01,0.3010 drownding,drownding,1,1,1,1,0.02,0.3010,0.01,0.3010 drowses,drowses,1,1,1,1,0.02,0.3010,0.01,0.3010 drowsier,drowsier,2,1,1,1,0.04,0.4771,0.01,0.3010 drowsily,drowsily,1,1,1,1,0.02,0.3010,0.01,0.3010 drowsing,drowsing,1,1,1,1,0.02,0.3010,0.01,0.3010 drudging,drudging,1,1,1,1,0.02,0.3010,0.01,0.3010 Druidism,druidism,1,1,0,0,0.02,0.3010,0.01,0.3010 Drumlin,drumlin,17,1,0,0,0.33,1.2553,0.01,0.3010 Druze,druze,1,1,0,0,0.02,0.3010,0.01,0.3010 dryad,dryad,1,1,1,1,0.02,0.3010,0.01,0.3010 drys,drys,1,1,1,1,0.02,0.3010,0.01,0.3010 Dsp,dsp,1,1,0,0,0.02,0.3010,0.01,0.3010 dualism,dualism,1,1,1,1,0.02,0.3010,0.01,0.3010 dualities,dualities,1,1,1,1,0.02,0.3010,0.01,0.3010 dually,dually,1,1,1,1,0.02,0.3010,0.01,0.3010 dubber,dubber,1,1,1,1,0.02,0.3010,0.01,0.3010 dubiously,dubiously,1,1,1,1,0.02,0.3010,0.01,0.3010 Duchesse,duchesse,4,1,0,0,0.08,0.6990,0.01,0.3010 Ducker,ducker,1,1,0,0,0.02,0.3010,0.01,0.3010 Duckers,duckers,1,1,0,0,0.02,0.3010,0.01,0.3010 ducktail,ducktail,1,1,1,1,0.02,0.3010,0.01,0.3010 ducktails,ducktails,1,1,1,1,0.02,0.3010,0.01,0.3010 duckweed,duckweed,1,1,1,1,0.02,0.3010,0.01,0.3010 ductile,ductile,1,1,1,1,0.02,0.3010,0.01,0.3010 Duddie,duddie,2,1,0,0,0.04,0.4771,0.01,0.3010 duddle,duddle,1,1,1,1,0.02,0.3010,0.01,0.3010 Duddy,duddy,1,1,0,0,0.02,0.3010,0.01,0.3010 Dudeen,dudeen,3,1,0,0,0.06,0.6021,0.01,0.3010 duding,duding,1,1,1,1,0.02,0.3010,0.01,0.3010 dueler,dueler,1,1,1,1,0.02,0.3010,0.01,0.3010 duellist,duellist,2,1,2,1,0.04,0.4771,0.01,0.3010 Duellists,duellists,1,1,0,0,0.02,0.3010,0.01,0.3010 duenna,duenna,1,1,1,1,0.02,0.3010,0.01,0.3010 duffels,duffels,1,1,1,1,0.02,0.3010,0.01,0.3010 duffers,duffers,1,1,1,1,0.02,0.3010,0.01,0.3010 Duka,duka,1,1,0,0,0.02,0.3010,0.01,0.3010 dukeship,dukeship,1,1,1,1,0.02,0.3010,0.01,0.3010 dult,dult,1,1,1,1,0.02,0.3010,0.01,0.3010 Duma,duma,41,1,0,0,0.80,1.6232,0.01,0.3010 dumbos,dumbos,2,1,2,1,0.04,0.4771,0.01,0.3010 dumbstruck,dumbstruck,3,1,2,1,0.06,0.6021,0.01,0.3010 dumbwaiters,dumbwaiters,1,1,1,1,0.02,0.3010,0.01,0.3010 Dumby,dumby,7,1,0,0,0.14,0.9031,0.01,0.3010 Dumdum,dumdum,1,1,0,0,0.02,0.3010,0.01,0.3010 Dumdums,dumdums,1,1,0,0,0.02,0.3010,0.01,0.3010 Dumfounded,dumfounded,1,1,0,0,0.02,0.3010,0.01,0.3010 dummkopfs,dummkopfs,1,1,1,1,0.02,0.3010,0.01,0.3010 dummying,dummying,1,1,1,1,0.02,0.3010,0.01,0.3010 dunder,dunder,1,1,1,1,0.02,0.3010,0.01,0.3010 dunderheads,dunderheads,1,1,1,1,0.02,0.3010,0.01,0.3010 Dunger,dunger,2,1,0,0,0.04,0.4771,0.01,0.3010 dungy,dungy,1,1,1,1,0.02,0.3010,0.01,0.3010 Dunker,dunker,1,1,0,0,0.02,0.3010,0.01,0.3010 Dunkers,dunkers,2,1,0,0,0.04,0.4771,0.01,0.3010 Dunkle,dunkle,1,1,0,0,0.02,0.3010,0.01,0.3010 Dunner,dunner,5,1,0,0,0.10,0.7782,0.01,0.3010 dunny,dunny,1,1,1,1,0.02,0.3010,0.01,0.3010 Dunster,dunster,1,1,0,0,0.02,0.3010,0.01,0.3010 duodena,duodena,1,1,1,1,0.02,0.3010,0.01,0.3010 Duomo,duomo,1,1,0,0,0.02,0.3010,0.01,0.3010 dup,dup,1,1,1,1,0.02,0.3010,0.01,0.3010 dupes,dupes,1,1,1,1,0.02,0.3010,0.01,0.3010 duping,duping,1,1,1,1,0.02,0.3010,0.01,0.3010 duplicator,duplicator,1,1,1,1,0.02,0.3010,0.01,0.3010 Duppy,duppy,1,1,0,0,0.02,0.3010,0.01,0.3010 Dur,dur,14,1,0,0,0.27,1.1761,0.01,0.3010 dustier,dustier,1,1,1,1,0.02,0.3010,0.01,0.3010 Dutching,dutching,2,1,0,0,0.04,0.4771,0.01,0.3010 dutiable,dutiable,1,1,1,1,0.02,0.3010,0.01,0.3010 Dutra,dutra,10,1,0,0,0.20,1.0414,0.01,0.3010 Duvetyn,duvetyn,1,1,0,0,0.02,0.3010,0.01,0.3010 dwarfism,dwarfism,1,1,1,1,0.02,0.3010,0.01,0.3010 dwindles,dwindles,1,1,1,1,0.02,0.3010,0.01,0.3010 dybbuks,dybbuks,1,1,1,1,0.02,0.3010,0.01,0.3010 dyked,dyked,1,1,1,1,0.02,0.3010,0.01,0.3010 dynamism,dynamism,1,1,1,1,0.02,0.3010,0.01,0.3010 dynamites,dynamites,1,1,1,1,0.02,0.3010,0.01,0.3010 dynamotor,dynamotor,1,1,1,1,0.02,0.3010,0.01,0.3010 dynastic,dynastic,1,1,1,1,0.02,0.3010,0.01,0.3010 Dys,dys,2,1,0,0,0.04,0.4771,0.01,0.3010 dysarthria,dysarthria,1,1,1,1,0.02,0.3010,0.01,0.3010 Dysautonomia,dysautonomia,1,1,0,0,0.02,0.3010,0.01,0.3010 Dysgenics,dysgenics,2,1,0,0,0.04,0.4771,0.01,0.3010 dyslectic,dyslectic,1,1,1,1,0.02,0.3010,0.01,0.3010 dyslogistic,dyslogistic,1,1,1,1,0.02,0.3010,0.01,0.3010 dysmenorrhea,dysmenorrhea,1,1,1,1,0.02,0.3010,0.01,0.3010 dysphasia,dysphasia,1,1,1,1,0.02,0.3010,0.01,0.3010 Dysprosium,dysprosium,1,1,0,0,0.02,0.3010,0.01,0.3010 dystonia,dystonia,1,1,1,1,0.02,0.3010,0.01,0.3010 dystopia,dystopia,1,1,1,1,0.02,0.3010,0.01,0.3010 eardrop,eardrop,2,1,2,1,0.04,0.4771,0.01,0.3010 eardrops,eardrops,1,1,1,1,0.02,0.3010,0.01,0.3010 eared,eared,1,1,1,1,0.02,0.3010,0.01,0.3010 earhole,earhole,1,1,1,1,0.02,0.3010,0.01,0.3010 earing,earing,1,1,1,1,0.02,0.3010,0.01,0.3010 earldom,earldom,3,1,3,1,0.06,0.6021,0.01,0.3010 earthed,earthed,1,1,1,1,0.02,0.3010,0.01,0.3010 Earthlight,earthlight,1,1,0,0,0.02,0.3010,0.01,0.3010 earwigs,earwigs,1,1,1,1,0.02,0.3010,0.01,0.3010 earwitness,earwitness,1,1,1,1,0.02,0.3010,0.01,0.3010 easeful,easeful,2,1,2,1,0.04,0.4771,0.01,0.3010 easels,easels,1,1,1,1,0.02,0.3010,0.01,0.3010 Easer,easer,1,1,0,0,0.02,0.3010,0.01,0.3010 easiness,easiness,1,1,1,1,0.02,0.3010,0.01,0.3010 easternmost,easternmost,1,1,1,1,0.02,0.3010,0.01,0.3010 Easters,easters,1,1,0,0,0.02,0.3010,0.01,0.3010 easting,easting,1,1,1,1,0.02,0.3010,0.01,0.3010 Eastland,eastland,1,1,0,0,0.02,0.3010,0.01,0.3010 easylike,easylike,1,1,1,1,0.02,0.3010,0.01,0.3010 eath,eath,1,1,1,1,0.02,0.3010,0.01,0.3010 Eaver,eaver,2,1,0,0,0.04,0.4771,0.01,0.3010 eavesdroppers,eavesdroppers,1,1,1,1,0.02,0.3010,0.01,0.3010 ebonite,ebonite,1,1,1,1,0.02,0.3010,0.01,0.3010 ecchymoses,ecchymoses,1,1,1,1,0.02,0.3010,0.01,0.3010 Ecdysis,ecdysis,1,1,0,0,0.02,0.3010,0.01,0.3010 echoey,echoey,1,1,1,1,0.02,0.3010,0.01,0.3010 echogram,echogram,2,1,2,1,0.04,0.4771,0.01,0.3010 echolocate,echolocate,1,1,1,1,0.02,0.3010,0.01,0.3010 eclat,eclat,1,1,1,1,0.02,0.3010,0.01,0.3010 eclipsing,eclipsing,1,1,1,1,0.02,0.3010,0.01,0.3010 Eclogues,eclogues,1,1,0,0,0.02,0.3010,0.01,0.3010 ecocidal,ecocidal,1,1,1,1,0.02,0.3010,0.01,0.3010 economise,economise,1,1,1,1,0.02,0.3010,0.01,0.3010 ectoderm,ectoderm,1,1,1,1,0.02,0.3010,0.01,0.3010 ectomorph,ectomorph,1,1,1,1,0.02,0.3010,0.01,0.3010 Ecu,ecu,1,1,0,0,0.02,0.3010,0.01,0.3010 eczemas,eczemas,1,1,1,1,0.02,0.3010,0.01,0.3010 edaphology,edaphology,1,1,1,1,0.02,0.3010,0.01,0.3010 Edda,edda,1,1,0,0,0.02,0.3010,0.01,0.3010 Edger,edger,1,1,0,0,0.02,0.3010,0.01,0.3010 edginess,edginess,1,1,1,1,0.02,0.3010,0.01,0.3010 edibility,edibility,1,1,1,1,0.02,0.3010,0.01,0.3010 edifices,edifices,1,1,1,1,0.02,0.3010,0.01,0.3010 editorialized,editorialized,1,1,1,1,0.02,0.3010,0.01,0.3010 editorship,editorship,1,1,1,1,0.02,0.3010,0.01,0.3010 edutainment,edutainment,1,1,1,1,0.02,0.3010,0.01,0.3010 eelskin,eelskin,1,1,1,1,0.02,0.3010,0.01,0.3010 eery,eery,1,1,1,1,0.02,0.3010,0.01,0.3010 efface,efface,1,1,1,1,0.02,0.3010,0.01,0.3010 Effacement,effacement,1,1,0,0,0.02,0.3010,0.01,0.3010 effectual,effectual,3,1,3,1,0.06,0.6021,0.01,0.3010 effectuated,effectuated,2,1,1,1,0.04,0.4771,0.01,0.3010 effed,effed,1,1,1,1,0.02,0.3010,0.01,0.3010 effeminacy,effeminacy,1,1,1,1,0.02,0.3010,0.01,0.3010 effendis,effendis,1,1,1,1,0.02,0.3010,0.01,0.3010 effervesce,effervesce,1,1,1,1,0.02,0.3010,0.01,0.3010 effervesces,effervesces,1,1,1,1,0.02,0.3010,0.01,0.3010 effleurage,effleurage,3,1,2,1,0.06,0.6021,0.01,0.3010 efflorescing,efflorescing,1,1,1,1,0.02,0.3010,0.01,0.3010 effluvia,effluvia,1,1,1,1,0.02,0.3010,0.01,0.3010 effluvium,effluvium,1,1,1,1,0.02,0.3010,0.01,0.3010 efforce,efforce,1,1,1,1,0.02,0.3010,0.01,0.3010 effraction,effraction,1,1,1,1,0.02,0.3010,0.01,0.3010 effulgence,effulgence,1,1,1,1,0.02,0.3010,0.01,0.3010 effused,effused,1,1,1,1,0.02,0.3010,0.01,0.3010 effusions,effusions,2,1,2,1,0.04,0.4771,0.01,0.3010 effusively,effusively,1,1,1,1,0.02,0.3010,0.01,0.3010 eg,eg,1,1,1,1,0.02,0.3010,0.01,0.3010 eggcup,eggcup,1,1,1,1,0.02,0.3010,0.01,0.3010 eggheaded,eggheaded,1,1,1,1,0.02,0.3010,0.01,0.3010 eggheadedness,eggheadedness,1,1,1,1,0.02,0.3010,0.01,0.3010 eggroll,eggroll,1,1,1,1,0.02,0.3010,0.01,0.3010 eggrolls,eggrolls,1,1,1,1,0.02,0.3010,0.01,0.3010 egoistic,egoistic,1,1,1,1,0.02,0.3010,0.01,0.3010 Egyptologist,egyptologist,1,1,0,0,0.02,0.3010,0.01,0.3010 eigenvalue,eigenvalue,1,1,1,1,0.02,0.3010,0.01,0.3010 eigenvalues,eigenvalues,1,1,1,1,0.02,0.3010,0.01,0.3010 eightieth,eightieth,1,1,1,1,0.02,0.3010,0.01,0.3010 einsteinium,einsteinium,1,1,1,1,0.02,0.3010,0.01,0.3010 ejaculating,ejaculating,1,1,1,1,0.02,0.3010,0.01,0.3010 ejaculators,ejaculators,3,1,3,1,0.06,0.6021,0.01,0.3010 ejectable,ejectable,2,1,2,1,0.04,0.4771,0.01,0.3010 elaborations,elaborations,1,1,1,1,0.02,0.3010,0.01,0.3010 Elan,elan,3,1,0,0,0.06,0.6021,0.01,0.3010 eland,eland,1,1,1,1,0.02,0.3010,0.01,0.3010 elasmosaur,elasmosaur,2,1,2,1,0.04,0.4771,0.01,0.3010 elasticized,elasticized,1,1,1,1,0.02,0.3010,0.01,0.3010 elastomer,elastomer,1,1,1,1,0.02,0.3010,0.01,0.3010 elastomers,elastomers,1,1,1,1,0.02,0.3010,0.01,0.3010 Elating,elating,1,1,0,0,0.02,0.3010,0.01,0.3010 elations,elations,1,1,1,1,0.02,0.3010,0.01,0.3010 Elb,elb,1,1,0,0,0.02,0.3010,0.01,0.3010 elderberries,elderberries,1,1,1,1,0.02,0.3010,0.01,0.3010 elderlies,elderlies,1,1,1,1,0.02,0.3010,0.01,0.3010 Eldrich,eldrich,1,1,0,0,0.02,0.3010,0.01,0.3010 electability,electability,1,1,1,1,0.02,0.3010,0.01,0.3010 electioneering,electioneering,1,1,1,1,0.02,0.3010,0.01,0.3010 electorial,electorial,1,1,1,1,0.02,0.3010,0.01,0.3010 Electors,electors,1,1,0,0,0.02,0.3010,0.01,0.3010 electrification,electrification,1,1,1,1,0.02,0.3010,0.01,0.3010 electrifies,electrifies,1,1,1,1,0.02,0.3010,0.01,0.3010 electrochemist,electrochemist,1,1,1,1,0.02,0.3010,0.01,0.3010 electrochemistry,electrochemistry,1,1,1,1,0.02,0.3010,0.01,0.3010 electrocutions,electrocutions,1,1,1,1,0.02,0.3010,0.01,0.3010 electroencephalograph,electroencephalograph,1,1,1,1,0.02,0.3010,0.01,0.3010 electrokinetic,electrokinetic,1,1,1,1,0.02,0.3010,0.01,0.3010 electrologist,electrologist,1,1,1,1,0.02,0.3010,0.01,0.3010 Electroluminescence,electroluminescence,1,1,0,0,0.02,0.3010,0.01,0.3010 electromagnetically,electromagnetically,1,1,1,1,0.02,0.3010,0.01,0.3010 electromagnetics,electromagnetics,1,1,1,1,0.02,0.3010,0.01,0.3010 electrometer,electrometer,6,1,6,1,0.12,0.8451,0.01,0.3010 electromyogram,electromyogram,1,1,1,1,0.02,0.3010,0.01,0.3010 Electromyography,electromyography,1,1,0,0,0.02,0.3010,0.01,0.3010 electroplate,electroplate,1,1,1,1,0.02,0.3010,0.01,0.3010 Electros,electros,1,1,0,0,0.02,0.3010,0.01,0.3010 electrostatically,electrostatically,1,1,1,1,0.02,0.3010,0.01,0.3010 electrostatics,electrostatics,1,1,1,1,0.02,0.3010,0.01,0.3010 Electrotherapy,electrotherapy,1,1,0,0,0.02,0.3010,0.01,0.3010 elementally,elementally,1,1,1,1,0.02,0.3010,0.01,0.3010 elevato,elevato,1,1,1,1,0.02,0.3010,0.01,0.3010 elevenths,elevenths,1,1,1,1,0.02,0.3010,0.01,0.3010 elicits,elicits,1,1,1,1,0.02,0.3010,0.01,0.3010 eliminators,eliminators,1,1,1,1,0.02,0.3010,0.01,0.3010 elitism,elitism,2,1,1,1,0.04,0.4771,0.01,0.3010 Elkhorn,elkhorn,3,1,0,0,0.06,0.6021,0.01,0.3010 Elkwood,elkwood,1,1,0,0,0.02,0.3010,0.01,0.3010 Elliptic,elliptic,1,1,0,0,0.02,0.3010,0.01,0.3010 elocutionary,elocutionary,1,1,1,1,0.02,0.3010,0.01,0.3010 elongate,elongate,1,1,1,1,0.02,0.3010,0.01,0.3010 elongates,elongates,1,1,1,1,0.02,0.3010,0.01,0.3010 elongating,elongating,1,1,1,1,0.02,0.3010,0.01,0.3010 elopements,elopements,1,1,1,1,0.02,0.3010,0.01,0.3010 elsewise,elsewise,1,1,1,1,0.02,0.3010,0.01,0.3010 elusion,elusion,1,1,1,1,0.02,0.3010,0.01,0.3010 elutriation,elutriation,1,1,1,1,0.02,0.3010,0.01,0.3010 Elysia,elysia,1,1,0,0,0.02,0.3010,0.01,0.3010 Elzevir,elzevir,1,1,0,0,0.02,0.3010,0.01,0.3010 emancipationist,emancipationist,1,1,1,1,0.02,0.3010,0.01,0.3010 emancipators,emancipators,1,1,1,1,0.02,0.3010,0.01,0.3010 emasculates,emasculates,1,1,1,1,0.02,0.3010,0.01,0.3010 Emasculation,emasculation,1,1,0,0,0.02,0.3010,0.01,0.3010 embankments,embankments,1,1,1,1,0.02,0.3010,0.01,0.3010 embargoing,embargoing,1,1,1,1,0.02,0.3010,0.01,0.3010 embargos,embargos,1,1,1,1,0.02,0.3010,0.01,0.3010 embarrased,embarrased,1,1,1,1,0.02,0.3010,0.01,0.3010 embattled,embattled,1,1,1,1,0.02,0.3010,0.01,0.3010 embezzles,embezzles,1,1,1,1,0.02,0.3010,0.01,0.3010 embodiments,embodiments,1,1,1,1,0.02,0.3010,0.01,0.3010 embodying,embodying,1,1,1,1,0.02,0.3010,0.01,0.3010 embolden,embolden,1,1,1,1,0.02,0.3010,0.01,0.3010 embolic,embolic,2,1,2,1,0.04,0.4771,0.01,0.3010 emboss,emboss,1,1,1,1,0.02,0.3010,0.01,0.3010 embrangle,embrangle,2,1,1,1,0.04,0.4771,0.01,0.3010 embrocation,embrocation,1,1,1,1,0.02,0.3010,0.01,0.3010 embroidering,embroidering,1,1,1,1,0.02,0.3010,0.01,0.3010 embroil,embroil,1,1,1,1,0.02,0.3010,0.01,0.3010 embryologist,embryologist,1,1,1,1,0.02,0.3010,0.01,0.3010 embryology,embryology,1,1,1,1,0.02,0.3010,0.01,0.3010 embryotic,embryotic,1,1,1,1,0.02,0.3010,0.01,0.3010 embush,embush,1,1,1,1,0.02,0.3010,0.01,0.3010 emcees,emcees,1,1,1,1,0.02,0.3010,0.01,0.3010 Emend,emend,2,1,0,0,0.04,0.4771,0.01,0.3010 emersion,emersion,1,1,1,1,0.02,0.3010,0.01,0.3010 emf,emf,1,1,1,1,0.02,0.3010,0.01,0.3010 emigrational,emigrational,1,1,1,1,0.02,0.3010,0.01,0.3010 emigres,emigres,1,1,1,1,0.02,0.3010,0.01,0.3010 emirates,emirates,1,1,1,1,0.02,0.3010,0.01,0.3010 emittance,emittance,1,1,1,1,0.02,0.3010,0.01,0.3010 Emmers,emmers,5,1,0,0,0.10,0.7782,0.01,0.3010 emolument,emolument,1,1,1,1,0.02,0.3010,0.01,0.3010 emotes,emotes,1,1,1,1,0.02,0.3010,0.01,0.3010 emotionality,emotionality,1,1,1,1,0.02,0.3010,0.01,0.3010 emotionalizing,emotionalizing,1,1,1,1,0.02,0.3010,0.01,0.3010 emove,emove,1,1,1,1,0.02,0.3010,0.01,0.3010 empanada,empanada,1,1,1,1,0.02,0.3010,0.01,0.3010 empanelled,empanelled,1,1,1,1,0.02,0.3010,0.01,0.3010 empathized,empathized,1,1,1,1,0.02,0.3010,0.01,0.3010 Emperess,emperess,1,1,0,0,0.02,0.3010,0.01,0.3010 empery,empery,1,1,1,1,0.02,0.3010,0.01,0.3010 emphasises,emphasises,1,1,1,1,0.02,0.3010,0.01,0.3010 empiricism,empiricism,1,1,1,1,0.02,0.3010,0.01,0.3010 empirics,empirics,1,1,1,1,0.02,0.3010,0.01,0.3010 emplacement,emplacement,1,1,1,1,0.02,0.3010,0.01,0.3010 Empleomania,empleomania,1,1,0,0,0.02,0.3010,0.01,0.3010 employments,employments,1,1,1,1,0.02,0.3010,0.01,0.3010 emprint,emprint,1,1,1,1,0.02,0.3010,0.01,0.3010 empt,empt,1,1,1,1,0.02,0.3010,0.01,0.3010 emptily,emptily,1,1,1,1,0.02,0.3010,0.01,0.3010 emption,emption,1,1,1,1,0.02,0.3010,0.01,0.3010 Empyrean,empyrean,2,1,0,0,0.04,0.4771,0.01,0.3010 emulated,emulated,1,1,1,1,0.02,0.3010,0.01,0.3010 Emulation,emulation,1,1,0,0,0.02,0.3010,0.01,0.3010 emulsification,emulsification,1,1,1,1,0.02,0.3010,0.01,0.3010 enablement,enablement,1,1,1,1,0.02,0.3010,0.01,0.3010 enablers,enablers,1,1,1,1,0.02,0.3010,0.01,0.3010 Enactment,enactment,1,1,0,0,0.02,0.3010,0.01,0.3010 enactments,enactments,1,1,1,1,0.02,0.3010,0.01,0.3010 Enamelled,enamelled,1,1,0,0,0.02,0.3010,0.01,0.3010 enamelware,enamelware,1,1,1,1,0.02,0.3010,0.01,0.3010 enamour,enamour,1,1,1,1,0.02,0.3010,0.01,0.3010 enc,enc,2,1,2,1,0.04,0.4771,0.01,0.3010 encamp,encamp,1,1,1,1,0.02,0.3010,0.01,0.3010 encases,encases,1,1,1,1,0.02,0.3010,0.01,0.3010 encephalitic,encephalitic,1,1,1,1,0.02,0.3010,0.01,0.3010 encephalographic,encephalographic,1,1,1,1,0.02,0.3010,0.01,0.3010 encephalography,encephalography,1,1,1,1,0.02,0.3010,0.01,0.3010 enchanter,enchanter,1,1,1,1,0.02,0.3010,0.01,0.3010 enchantments,enchantments,1,1,1,1,0.02,0.3010,0.01,0.3010 enclaves,enclaves,1,1,1,1,0.02,0.3010,0.01,0.3010 encoring,encoring,1,1,1,1,0.02,0.3010,0.01,0.3010 encourager,encourager,1,1,1,1,0.02,0.3010,0.01,0.3010 encroachments,encroachments,1,1,1,1,0.02,0.3010,0.01,0.3010 encrust,encrust,1,1,1,1,0.02,0.3010,0.01,0.3010 encrustation,encrustation,1,1,1,1,0.02,0.3010,0.01,0.3010 encumbrance,encumbrance,1,1,1,1,0.02,0.3010,0.01,0.3010 encyclopaedic,encyclopaedic,1,1,1,1,0.02,0.3010,0.01,0.3010 endarterectomy,endarterectomy,1,1,1,1,0.02,0.3010,0.01,0.3010 ende,ende,1,1,1,1,0.02,0.3010,0.01,0.3010 endeavoured,endeavoured,1,1,1,1,0.02,0.3010,0.01,0.3010 endives,endives,1,1,1,1,0.02,0.3010,0.01,0.3010 endlessness,endlessness,1,1,1,1,0.02,0.3010,0.01,0.3010 endnotes,endnotes,1,1,1,1,0.02,0.3010,0.01,0.3010 endocentric,endocentric,1,1,1,1,0.02,0.3010,0.01,0.3010 endocrinic,endocrinic,1,1,1,1,0.02,0.3010,0.01,0.3010 Endocrinologists,endocrinologists,1,1,0,0,0.02,0.3010,0.01,0.3010 endocytotic,endocytotic,1,1,1,1,0.02,0.3010,0.01,0.3010 endodontist,endodontist,1,1,1,1,0.02,0.3010,0.01,0.3010 endolymphatic,endolymphatic,1,1,1,1,0.02,0.3010,0.01,0.3010 endometrial,endometrial,1,1,1,1,0.02,0.3010,0.01,0.3010 endometrium,endometrium,1,1,1,1,0.02,0.3010,0.01,0.3010 endomorph,endomorph,1,1,1,1,0.02,0.3010,0.01,0.3010 endopelvic,endopelvic,1,1,1,1,0.02,0.3010,0.01,0.3010 endoplasmic,endoplasmic,3,1,3,1,0.06,0.6021,0.01,0.3010 endoscopically,endoscopically,1,1,1,1,0.02,0.3010,0.01,0.3010 endoskeletal,endoskeletal,1,1,1,1,0.02,0.3010,0.01,0.3010 endplate,endplate,1,1,1,1,0.02,0.3010,0.01,0.3010 endpoint,endpoint,1,1,1,1,0.02,0.3010,0.01,0.3010 enduro,enduro,1,1,1,1,0.02,0.3010,0.01,0.3010 Energico,energico,8,1,0,0,0.16,0.9542,0.01,0.3010 Energizers,energizers,1,1,0,0,0.02,0.3010,0.01,0.3010 energizes,energizes,1,1,1,1,0.02,0.3010,0.01,0.3010 energumen,energumen,1,1,1,1,0.02,0.3010,0.01,0.3010 enervated,enervated,1,1,1,1,0.02,0.3010,0.01,0.3010 enfeebled,enfeebled,1,1,1,1,0.02,0.3010,0.01,0.3010 enfilade,enfilade,1,1,1,1,0.02,0.3010,0.01,0.3010 enfiladed,enfiladed,1,1,1,1,0.02,0.3010,0.01,0.3010 enfilading,enfilading,1,1,1,1,0.02,0.3010,0.01,0.3010 Enfin,enfin,1,1,0,0,0.02,0.3010,0.01,0.3010 enflame,enflame,3,1,3,1,0.06,0.6021,0.01,0.3010 enfleurage,enfleurage,4,1,4,1,0.08,0.6990,0.01,0.3010 enfranchised,enfranchised,1,1,1,1,0.02,0.3010,0.01,0.3010 enfranchisement,enfranchisement,1,1,1,1,0.02,0.3010,0.01,0.3010 engastrimythic,engastrimythic,1,1,1,1,0.02,0.3010,0.01,0.3010 engendered,engendered,1,1,1,1,0.02,0.3010,0.01,0.3010 Engineman,engineman,2,1,0,0,0.04,0.4771,0.01,0.3010 engirdled,engirdled,1,1,1,1,0.02,0.3010,0.01,0.3010 Englished,englished,1,1,0,0,0.02,0.3010,0.01,0.3010 Englishing,englishing,1,1,0,0,0.02,0.3010,0.01,0.3010 engorgement,engorgement,1,1,1,1,0.02,0.3010,0.01,0.3010 engrained,engrained,1,1,1,1,0.02,0.3010,0.01,0.3010 engraves,engraves,1,1,1,1,0.02,0.3010,0.01,0.3010 engross,engross,1,1,1,1,0.02,0.3010,0.01,0.3010 enigmatical,enigmatical,1,1,1,1,0.02,0.3010,0.01,0.3010 enjoyments,enjoyments,1,1,1,1,0.02,0.3010,0.01,0.3010 Enlight,enlight,1,1,0,0,0.02,0.3010,0.01,0.3010 enliven,enliven,1,1,1,1,0.02,0.3010,0.01,0.3010 enlivens,enlivens,1,1,1,1,0.02,0.3010,0.01,0.3010 enmesh,enmesh,1,1,1,1,0.02,0.3010,0.01,0.3010 Ennoblement,ennoblement,1,1,0,0,0.02,0.3010,0.01,0.3010 ennobles,ennobles,1,1,1,1,0.02,0.3010,0.01,0.3010 Enology,enology,1,1,0,0,0.02,0.3010,0.01,0.3010 Enormousness,enormousness,1,1,0,0,0.02,0.3010,0.01,0.3010 enounced,enounced,2,1,2,1,0.04,0.4771,0.01,0.3010 enow,enow,1,1,1,1,0.02,0.3010,0.01,0.3010 enplane,enplane,1,1,1,1,0.02,0.3010,0.01,0.3010 enquired,enquired,1,1,1,1,0.02,0.3010,0.01,0.3010 enquires,enquires,1,1,1,1,0.02,0.3010,0.01,0.3010 enrapture,enrapture,1,1,1,1,0.02,0.3010,0.01,0.3010 enrichments,enrichments,1,1,1,1,0.02,0.3010,0.01,0.3010 Enrollees,enrollees,1,1,0,0,0.02,0.3010,0.01,0.3010 enrolls,enrolls,1,1,1,1,0.02,0.3010,0.01,0.3010 ense,ense,1,1,1,1,0.02,0.3010,0.01,0.3010 enshrinement,enshrinement,1,1,1,1,0.02,0.3010,0.01,0.3010 enshrines,enshrines,1,1,1,1,0.02,0.3010,0.01,0.3010 enshroud,enshroud,1,1,1,1,0.02,0.3010,0.01,0.3010 enslavers,enslavers,1,1,1,1,0.02,0.3010,0.01,0.3010 ensnares,ensnares,1,1,1,1,0.02,0.3010,0.01,0.3010 ensouled,ensouled,1,1,1,1,0.02,0.3010,0.01,0.3010 Ensuite,ensuite,1,1,0,0,0.02,0.3010,0.01,0.3010 entailing,entailing,1,1,1,1,0.02,0.3010,0.01,0.3010 entente,entente,1,1,1,1,0.02,0.3010,0.01,0.3010 enteritis,enteritis,1,1,1,1,0.02,0.3010,0.01,0.3010 enterocolitis,enterocolitis,1,1,1,1,0.02,0.3010,0.01,0.3010 enterprised,enterprised,1,1,1,1,0.02,0.3010,0.01,0.3010 enterpriser,enterpriser,3,1,3,1,0.06,0.6021,0.01,0.3010 entertainingly,entertainingly,1,1,1,1,0.02,0.3010,0.01,0.3010 enthralls,enthralls,1,1,1,1,0.02,0.3010,0.01,0.3010 enthuses,enthuses,1,1,1,1,0.02,0.3010,0.01,0.3010 enticements,enticements,1,1,1,1,0.02,0.3010,0.01,0.3010 entify,entify,1,1,1,1,0.02,0.3010,0.01,0.3010 entombing,entombing,1,1,1,1,0.02,0.3010,0.01,0.3010 entomologists,entomologists,1,1,1,1,0.02,0.3010,0.01,0.3010 entrained,entrained,1,1,1,1,0.02,0.3010,0.01,0.3010 entrainment,entrainment,1,1,1,1,0.02,0.3010,0.01,0.3010 entranceway,entranceway,1,1,1,1,0.02,0.3010,0.01,0.3010 entrant,entrant,1,1,1,1,0.02,0.3010,0.01,0.3010 entrapments,entrapments,1,1,1,1,0.02,0.3010,0.01,0.3010 entrapping,entrapping,1,1,1,1,0.02,0.3010,0.01,0.3010 entreated,entreated,1,1,1,1,0.02,0.3010,0.01,0.3010 entreaties,entreaties,1,1,1,1,0.02,0.3010,0.01,0.3010 Entrechat,entrechat,1,1,0,0,0.02,0.3010,0.01,0.3010 entrechats,entrechats,2,1,2,1,0.04,0.4771,0.01,0.3010 entrepeneur,entrepeneur,1,1,1,1,0.02,0.3010,0.01,0.3010 entwining,entwining,1,1,1,1,0.02,0.3010,0.01,0.3010 enucleated,enucleated,1,1,1,1,0.02,0.3010,0.01,0.3010 enumerate,enumerate,1,1,1,1,0.02,0.3010,0.01,0.3010 enumerated,enumerated,1,1,1,1,0.02,0.3010,0.01,0.3010 enumeration,enumeration,1,1,1,1,0.02,0.3010,0.01,0.3010 enumerators,enumerators,1,1,1,1,0.02,0.3010,0.01,0.3010 enunciated,enunciated,1,1,1,1,0.02,0.3010,0.01,0.3010 enunciates,enunciates,1,1,1,1,0.02,0.3010,0.01,0.3010 enunciators,enunciators,1,1,1,1,0.02,0.3010,0.01,0.3010 enured,enured,1,1,1,1,0.02,0.3010,0.01,0.3010 envisage,envisage,1,1,1,1,0.02,0.3010,0.01,0.3010 envisaging,envisaging,1,1,1,1,0.02,0.3010,0.01,0.3010 Enwrought,enwrought,1,1,0,0,0.02,0.3010,0.01,0.3010 Eocene,eocene,2,1,0,0,0.04,0.4771,0.01,0.3010 eohippus,eohippus,2,1,1,1,0.04,0.4771,0.01,0.3010 eosin,eosin,1,1,1,1,0.02,0.3010,0.01,0.3010 eosinophil,eosinophil,1,1,1,1,0.02,0.3010,0.01,0.3010 eparch,eparch,2,1,2,1,0.04,0.4771,0.01,0.3010 epaulettes,epaulettes,1,1,1,1,0.02,0.3010,0.01,0.3010 Epee,epee,1,1,0,0,0.02,0.3010,0.01,0.3010 Ephedra,ephedra,1,1,0,0,0.02,0.3010,0.01,0.3010 ephemera,ephemera,2,1,2,1,0.04,0.4771,0.01,0.3010 Ephesian,ephesian,20,1,0,0,0.39,1.3222,0.01,0.3010 Ephialtes,ephialtes,5,1,0,0,0.10,0.7782,0.01,0.3010 epical,epical,1,1,1,1,0.02,0.3010,0.01,0.3010 epicardium,epicardium,1,1,1,1,0.02,0.3010,0.01,0.3010 epicurean,epicurean,1,1,1,1,0.02,0.3010,0.01,0.3010 epicureans,epicureans,1,1,1,1,0.02,0.3010,0.01,0.3010 epidemiologists,epidemiologists,1,1,1,1,0.02,0.3010,0.01,0.3010 epidermic,epidermic,1,1,1,1,0.02,0.3010,0.01,0.3010 Epidurals,epidurals,1,1,0,0,0.02,0.3010,0.01,0.3010 epigrams,epigrams,1,1,1,1,0.02,0.3010,0.01,0.3010 Epileptics,epileptics,1,1,0,0,0.02,0.3010,0.01,0.3010 epileptoid,epileptoid,1,1,1,1,0.02,0.3010,0.01,0.3010 epipelagic,epipelagic,1,1,1,1,0.02,0.3010,0.01,0.3010 epiphenomenalism,epiphenomenalism,1,1,1,1,0.02,0.3010,0.01,0.3010 Epiphyseal,epiphyseal,1,1,0,0,0.02,0.3010,0.01,0.3010 epiphysial,epiphysial,1,1,1,1,0.02,0.3010,0.01,0.3010 epiphyte,epiphyte,1,1,1,1,0.02,0.3010,0.01,0.3010 Epiphytes,epiphytes,1,1,0,0,0.02,0.3010,0.01,0.3010 episiotomy,episiotomy,1,1,1,1,0.02,0.3010,0.01,0.3010 episodal,episodal,1,1,1,1,0.02,0.3010,0.01,0.3010 episodic,episodic,1,1,1,1,0.02,0.3010,0.01,0.3010 epistemological,epistemological,1,1,1,1,0.02,0.3010,0.01,0.3010 epistles,epistles,1,1,1,1,0.02,0.3010,0.01,0.3010 epitomised,epitomised,1,1,1,1,0.02,0.3010,0.01,0.3010 epitomized,epitomized,1,1,1,1,0.02,0.3010,0.01,0.3010 epoxide,epoxide,1,1,1,1,0.02,0.3010,0.01,0.3010 epoxies,epoxies,1,1,1,1,0.02,0.3010,0.01,0.3010 epulis,epulis,1,1,1,1,0.02,0.3010,0.01,0.3010 Eq,eq,1,1,0,0,0.02,0.3010,0.01,0.3010 equalised,equalised,1,1,1,1,0.02,0.3010,0.01,0.3010 equalizes,equalizes,1,1,1,1,0.02,0.3010,0.01,0.3010 equalling,equalling,1,1,1,1,0.02,0.3010,0.01,0.3010 equates,equates,1,1,1,1,0.02,0.3010,0.01,0.3010 equerry,equerry,1,1,1,1,0.02,0.3010,0.01,0.3010 equilibrator,equilibrator,1,1,1,1,0.02,0.3010,0.01,0.3010 Equipoise,equipoise,8,1,0,0,0.16,0.9542,0.01,0.3010 equivocations,equivocations,1,1,1,1,0.02,0.3010,0.01,0.3010 erasable,erasable,1,1,1,1,0.02,0.3010,0.01,0.3010 erbium,erbium,1,1,1,1,0.02,0.3010,0.01,0.3010 erd,erd,1,1,1,1,0.02,0.3010,0.01,0.3010 erectly,erectly,1,1,1,1,0.02,0.3010,0.01,0.3010 Erf,erf,1,1,0,0,0.02,0.3010,0.01,0.3010 erg,erg,5,1,5,1,0.10,0.7782,0.01,0.3010 ergonomically,ergonomically,1,1,1,1,0.02,0.3010,0.01,0.3010 ergot,ergot,3,1,2,1,0.06,0.6021,0.01,0.3010 ergotism,ergotism,1,1,1,1,0.02,0.3010,0.01,0.3010 Ericas,ericas,2,1,0,0,0.04,0.4771,0.01,0.3010 Erk,erk,27,1,0,0,0.53,1.4472,0.01,0.3010 ermined,ermined,1,1,1,1,0.02,0.3010,0.01,0.3010 ermines,ermines,1,1,1,1,0.02,0.3010,0.01,0.3010 erodent,erodent,1,1,1,1,0.02,0.3010,0.01,0.3010 erosions,erosions,1,1,1,1,0.02,0.3010,0.01,0.3010 erosive,erosive,1,1,1,1,0.02,0.3010,0.01,0.3010 erotical,erotical,1,1,1,1,0.02,0.3010,0.01,0.3010 eroticize,eroticize,1,1,1,1,0.02,0.3010,0.01,0.3010 erotogenic,erotogenic,1,1,1,1,0.02,0.3010,0.01,0.3010 errantly,errantly,1,1,1,1,0.02,0.3010,0.01,0.3010 errantry,errantry,1,1,1,1,0.02,0.3010,0.01,0.3010 erratum,erratum,1,1,1,1,0.02,0.3010,0.01,0.3010 errorless,errorless,1,1,1,1,0.02,0.3010,0.01,0.3010 erucic,erucic,10,1,8,1,0.20,1.0414,0.01,0.3010 eruptive,eruptive,1,1,1,1,0.02,0.3010,0.01,0.3010 erythroblastosis,erythroblastosis,1,1,1,1,0.02,0.3010,0.01,0.3010 Erythrocyte,erythrocyte,1,1,0,0,0.02,0.3010,0.01,0.3010 erythrocytes,erythrocytes,1,1,1,1,0.02,0.3010,0.01,0.3010 Erythrosine,erythrosine,1,1,0,0,0.02,0.3010,0.01,0.3010 Esau,esau,1,1,0,0,0.02,0.3010,0.01,0.3010 Escadrilles,escadrilles,1,1,0,0,0.02,0.3010,0.01,0.3010 Escalades,escalades,1,1,0,0,0.02,0.3010,0.01,0.3010 Escalan,escalan,2,1,0,0,0.04,0.4771,0.01,0.3010 escalations,escalations,1,1,1,1,0.02,0.3010,0.01,0.3010 Escalope,escalope,1,1,0,0,0.02,0.3010,0.01,0.3010 escalopes,escalopes,1,1,1,1,0.02,0.3010,0.01,0.3010 escapable,escapable,1,1,1,1,0.02,0.3010,0.01,0.3010 escaper,escaper,1,1,1,1,0.02,0.3010,0.01,0.3010 escapology,escapology,1,1,1,1,0.02,0.3010,0.01,0.3010 eschar,eschar,1,1,1,1,0.02,0.3010,0.01,0.3010 Escharotic,escharotic,1,1,0,0,0.02,0.3010,0.01,0.3010 escheated,escheated,1,1,1,1,0.02,0.3010,0.01,0.3010 eschew,eschew,1,1,1,1,0.02,0.3010,0.01,0.3010 eschewed,eschewed,1,1,1,1,0.02,0.3010,0.01,0.3010 Escudero,escudero,11,1,0,0,0.22,1.0792,0.01,0.3010 escudos,escudos,2,1,2,1,0.04,0.4771,0.01,0.3010 Esd,esd,1,1,0,0,0.02,0.3010,0.01,0.3010 esophagectomy,esophagectomy,1,1,1,1,0.02,0.3010,0.01,0.3010 esophagi,esophagi,1,1,1,1,0.02,0.3010,0.01,0.3010 esophagitis,esophagitis,1,1,1,1,0.02,0.3010,0.01,0.3010 esophagoscopy,esophagoscopy,1,1,1,1,0.02,0.3010,0.01,0.3010 Espadrille,espadrille,1,1,0,0,0.02,0.3010,0.01,0.3010 espadrilles,espadrilles,1,1,1,1,0.02,0.3010,0.01,0.3010 espagnole,espagnole,1,1,1,1,0.02,0.3010,0.01,0.3010 espece,espece,1,1,1,1,0.02,0.3010,0.01,0.3010 espouses,espouses,1,1,1,1,0.02,0.3010,0.01,0.3010 Espressivo,espressivo,1,1,0,0,0.02,0.3010,0.01,0.3010 espundia,espundia,1,1,1,1,0.02,0.3010,0.01,0.3010 espy,espy,2,1,2,1,0.04,0.4771,0.01,0.3010 Estadio,estadio,1,1,0,0,0.02,0.3010,0.01,0.3010 Esthetically,esthetically,1,1,0,0,0.02,0.3010,0.01,0.3010 estopped,estopped,1,1,1,1,0.02,0.3010,0.01,0.3010 Estragon,estragon,1,1,0,0,0.02,0.3010,0.01,0.3010 estrange,estrange,2,1,2,1,0.04,0.4771,0.01,0.3010 estrangements,estrangements,1,1,1,1,0.02,0.3010,0.01,0.3010 Estrin,estrin,1,1,0,0,0.02,0.3010,0.01,0.3010 Estrogens,estrogens,1,1,0,0,0.02,0.3010,0.01,0.3010 Etang,etang,1,1,0,0,0.02,0.3010,0.01,0.3010 Etas,etas,1,1,0,0,0.02,0.3010,0.01,0.3010 etcher,etcher,2,1,2,1,0.04,0.4771,0.01,0.3010 eten,eten,1,1,1,1,0.02,0.3010,0.01,0.3010 Eteocles,eteocles,11,1,0,0,0.22,1.0792,0.01,0.3010 eternalization,eternalization,1,1,1,1,0.02,0.3010,0.01,0.3010 eterne,eterne,1,1,1,1,0.02,0.3010,0.01,0.3010 etheric,etheric,1,1,1,1,0.02,0.3010,0.01,0.3010 ethers,ethers,1,1,1,1,0.02,0.3010,0.01,0.3010 Ethiop,ethiop,1,1,0,0,0.02,0.3010,0.01,0.3010 Ethnocentric,ethnocentric,1,1,0,0,0.02,0.3010,0.01,0.3010 etiological,etiological,1,1,1,1,0.02,0.3010,0.01,0.3010 Etoile,etoile,2,1,0,0,0.04,0.4771,0.01,0.3010 Etruria,etruria,1,1,0,0,0.02,0.3010,0.01,0.3010 ety,ety,1,1,1,1,0.02,0.3010,0.01,0.3010 etymological,etymological,1,1,1,1,0.02,0.3010,0.01,0.3010 etymologically,etymologically,1,1,1,1,0.02,0.3010,0.01,0.3010 eucalypti,eucalypti,1,1,1,1,0.02,0.3010,0.01,0.3010 euchring,euchring,1,1,1,1,0.02,0.3010,0.01,0.3010 Euclidean,euclidean,1,1,0,0,0.02,0.3010,0.01,0.3010 Euclidian,euclidian,2,1,0,0,0.04,0.4771,0.01,0.3010 eudaemon,eudaemon,1,1,1,1,0.02,0.3010,0.01,0.3010 eudaemonic,eudaemonic,1,1,1,1,0.02,0.3010,0.01,0.3010 eugenism,eugenism,1,1,1,1,0.02,0.3010,0.01,0.3010 euphemistic,euphemistic,1,1,1,1,0.02,0.3010,0.01,0.3010 euphony,euphony,1,1,1,1,0.02,0.3010,0.01,0.3010 Eurasia,eurasia,1,1,0,0,0.02,0.3010,0.01,0.3010 Eurocentric,eurocentric,1,1,0,0,0.02,0.3010,0.01,0.3010 eurodollar,eurodollar,1,1,1,1,0.02,0.3010,0.01,0.3010 euthanasy,euthanasy,4,1,3,1,0.08,0.6990,0.01,0.3010 euthanizing,euthanizing,1,1,1,1,0.02,0.3010,0.01,0.3010 evader,evader,1,1,1,1,0.02,0.3010,0.01,0.3010 evaluator,evaluator,1,1,1,1,0.02,0.3010,0.01,0.3010 evaluators,evaluators,3,1,3,1,0.06,0.6021,0.01,0.3010 Evanescence,evanescence,1,1,0,0,0.02,0.3010,0.01,0.3010 evangelicals,evangelicals,1,1,1,1,0.02,0.3010,0.01,0.3010 evangelise,evangelise,1,1,1,1,0.02,0.3010,0.01,0.3010 evangelised,evangelised,1,1,1,1,0.02,0.3010,0.01,0.3010 Evangelistic,evangelistic,1,1,0,0,0.02,0.3010,0.01,0.3010 evaporator,evaporator,3,1,3,1,0.06,0.6021,0.01,0.3010 evaporators,evaporators,1,1,1,1,0.02,0.3010,0.01,0.3010 evenhanded,evenhanded,1,1,1,1,0.02,0.3010,0.01,0.3010 eventide,eventide,1,1,1,1,0.02,0.3010,0.01,0.3010 eventration,eventration,1,1,1,1,0.02,0.3010,0.01,0.3010 eventuate,eventuate,1,1,1,1,0.02,0.3010,0.01,0.3010 Eveque,eveque,5,1,0,0,0.10,0.7782,0.01,0.3010 Everglade,everglade,3,1,0,0,0.06,0.6021,0.01,0.3010 everymen,everymen,1,1,1,1,0.02,0.3010,0.01,0.3010 everywheres,everywheres,1,1,1,1,0.02,0.3010,0.01,0.3010 evictions,evictions,1,1,1,1,0.02,0.3010,0.01,0.3010 evicts,evicts,2,1,2,1,0.04,0.4771,0.01,0.3010 evidential,evidential,1,1,1,1,0.02,0.3010,0.01,0.3010 evildoing,evildoing,1,1,1,1,0.02,0.3010,0.01,0.3010 evinces,evinces,1,1,1,1,0.02,0.3010,0.01,0.3010 eviscerates,eviscerates,2,1,2,1,0.04,0.4771,0.01,0.3010 eviscerator,eviscerator,1,1,1,1,0.02,0.3010,0.01,0.3010 evitable,evitable,1,1,1,1,0.02,0.3010,0.01,0.3010 evite,evite,1,1,1,1,0.02,0.3010,0.01,0.3010 ewes,ewes,2,1,2,1,0.04,0.4771,0.01,0.3010 exactingly,exactingly,1,1,1,1,0.02,0.3010,0.01,0.3010 exaction,exaction,1,1,1,1,0.02,0.3010,0.01,0.3010 exactions,exactions,1,1,1,1,0.02,0.3010,0.01,0.3010 exactitude,exactitude,1,1,1,1,0.02,0.3010,0.01,0.3010 exactness,exactness,1,1,1,1,0.02,0.3010,0.01,0.3010 examen,examen,1,1,1,1,0.02,0.3010,0.01,0.3010 exasperation,exasperation,1,1,1,1,0.02,0.3010,0.01,0.3010 excavator,excavator,4,1,4,1,0.08,0.6990,0.01,0.3010 excavators,excavators,1,1,1,1,0.02,0.3010,0.01,0.3010 excepts,excepts,1,1,1,1,0.02,0.3010,0.01,0.3010 exchanger,exchanger,1,1,1,1,0.02,0.3010,0.01,0.3010 excided,excided,1,1,1,1,0.02,0.3010,0.01,0.3010 excising,excising,2,1,2,1,0.04,0.4771,0.01,0.3010 Excision,excision,1,1,0,0,0.02,0.3010,0.01,0.3010 excitatory,excitatory,1,1,1,1,0.02,0.3010,0.01,0.3010 exciter,exciter,1,1,1,1,0.02,0.3010,0.01,0.3010 exclamatory,exclamatory,1,1,1,1,0.02,0.3010,0.01,0.3010 excluders,excluders,1,1,1,1,0.02,0.3010,0.01,0.3010 exclusions,exclusions,2,1,2,1,0.04,0.4771,0.01,0.3010 excommunicating,excommunicating,1,1,1,1,0.02,0.3010,0.01,0.3010 excoriated,excoriated,1,1,1,1,0.02,0.3010,0.01,0.3010 excoriation,excoriation,1,1,1,1,0.02,0.3010,0.01,0.3010 excrementitious,excrementitious,1,1,1,1,0.02,0.3010,0.01,0.3010 excreta,excreta,1,1,1,1,0.02,0.3010,0.01,0.3010 excruciate,excruciate,1,1,1,1,0.02,0.3010,0.01,0.3010 exculpate,exculpate,1,1,1,1,0.02,0.3010,0.01,0.3010 excursus,excursus,1,1,1,1,0.02,0.3010,0.01,0.3010 excuser,excuser,1,1,1,1,0.02,0.3010,0.01,0.3010 exeat,exeat,1,1,1,1,0.02,0.3010,0.01,0.3010 execrable,execrable,1,1,1,1,0.02,0.3010,0.01,0.3010 execrate,execrate,1,1,1,1,0.02,0.3010,0.01,0.3010 executable,executable,1,1,1,1,0.02,0.3010,0.01,0.3010 executrix,executrix,1,1,1,1,0.02,0.3010,0.01,0.3010 exemplifying,exemplifying,1,1,1,1,0.02,0.3010,0.01,0.3010 exertions,exertions,1,1,1,1,0.02,0.3010,0.01,0.3010 exfiltrate,exfiltrate,1,1,1,1,0.02,0.3010,0.01,0.3010 Exfoliation,exfoliation,6,1,1,1,0.12,0.8451,0.01,0.3010 exhalations,exhalations,1,1,1,1,0.02,0.3010,0.01,0.3010 exhibitionists,exhibitionists,1,1,1,1,0.02,0.3010,0.01,0.3010 exhilarate,exhilarate,2,1,2,1,0.04,0.4771,0.01,0.3010 Exhortations,exhortations,1,1,0,0,0.02,0.3010,0.01,0.3010 exhumating,exhumating,1,1,1,1,0.02,0.3010,0.01,0.3010 exhumations,exhumations,1,1,1,1,0.02,0.3010,0.01,0.3010 exigencies,exigencies,1,1,1,1,0.02,0.3010,0.01,0.3010 exiling,exiling,1,1,1,1,0.02,0.3010,0.01,0.3010 existences,existences,2,1,2,1,0.04,0.4771,0.01,0.3010 existentialists,existentialists,1,1,1,1,0.02,0.3010,0.01,0.3010 Exmoor,exmoor,1,1,0,0,0.02,0.3010,0.01,0.3010 exobiological,exobiological,1,1,1,1,0.02,0.3010,0.01,0.3010 exobiologist,exobiologist,1,1,1,1,0.02,0.3010,0.01,0.3010 exobiologists,exobiologists,1,1,1,1,0.02,0.3010,0.01,0.3010 exoccipital,exoccipital,1,1,1,1,0.02,0.3010,0.01,0.3010 exocrine,exocrine,1,1,1,1,0.02,0.3010,0.01,0.3010 exorcized,exorcized,1,1,1,1,0.02,0.3010,0.01,0.3010 exoskeletons,exoskeletons,1,1,1,1,0.02,0.3010,0.01,0.3010 exothermal,exothermal,1,1,1,1,0.02,0.3010,0.01,0.3010 exotically,exotically,1,1,1,1,0.02,0.3010,0.01,0.3010 expansionistic,expansionistic,1,1,1,1,0.02,0.3010,0.01,0.3010 expansions,expansions,1,1,1,1,0.02,0.3010,0.01,0.3010 expansiveness,expansiveness,1,1,1,1,0.02,0.3010,0.01,0.3010 expats,expats,1,1,1,1,0.02,0.3010,0.01,0.3010 expectable,expectable,1,1,1,1,0.02,0.3010,0.01,0.3010 expectorated,expectorated,1,1,1,1,0.02,0.3010,0.01,0.3010 expectoration,expectoration,1,1,1,1,0.02,0.3010,0.01,0.3010 Expender,expender,1,1,0,0,0.02,0.3010,0.01,0.3010 expendible,expendible,1,1,1,1,0.02,0.3010,0.01,0.3010 experimentations,experimentations,1,1,1,1,0.02,0.3010,0.01,0.3010 expiate,expiate,1,1,1,1,0.02,0.3010,0.01,0.3010 expiated,expiated,1,1,1,1,0.02,0.3010,0.01,0.3010 expiating,expiating,1,1,1,1,0.02,0.3010,0.01,0.3010 expirate,expirate,1,1,1,1,0.02,0.3010,0.01,0.3010 explainer,explainer,1,1,1,1,0.02,0.3010,0.01,0.3010 explicable,explicable,1,1,1,1,0.02,0.3010,0.01,0.3010 exploitations,exploitations,1,1,1,1,0.02,0.3010,0.01,0.3010 explosively,explosively,1,1,1,1,0.02,0.3010,0.01,0.3010 explosiveness,explosiveness,1,1,1,1,0.02,0.3010,0.01,0.3010 exportation,exportation,1,1,1,1,0.02,0.3010,0.01,0.3010 exposable,exposable,1,1,1,1,0.02,0.3010,0.01,0.3010 expositions,expositions,1,1,1,1,0.02,0.3010,0.01,0.3010 expounded,expounded,1,1,1,1,0.02,0.3010,0.01,0.3010 expressible,expressible,1,1,1,1,0.02,0.3010,0.01,0.3010 expressional,expressional,1,1,1,1,0.02,0.3010,0.01,0.3010 expressively,expressively,1,1,1,1,0.02,0.3010,0.01,0.3010 expressiveness,expressiveness,1,1,1,1,0.02,0.3010,0.01,0.3010 expropriation,expropriation,2,1,2,1,0.04,0.4771,0.01,0.3010 expulse,expulse,1,1,1,1,0.02,0.3010,0.01,0.3010 expulsive,expulsive,1,1,1,1,0.02,0.3010,0.01,0.3010 extbook,extbook,1,1,1,1,0.02,0.3010,0.01,0.3010 extemporaneously,extemporaneously,1,1,1,1,0.02,0.3010,0.01,0.3010 extemporary,extemporary,1,1,1,1,0.02,0.3010,0.01,0.3010 extempore,extempore,1,1,1,1,0.02,0.3010,0.01,0.3010 extendable,extendable,1,1,1,1,0.02,0.3010,0.01,0.3010 extensible,extensible,1,1,1,1,0.02,0.3010,0.01,0.3010 extensors,extensors,1,1,1,1,0.02,0.3010,0.01,0.3010 Extenuate,extenuate,1,1,0,0,0.02,0.3010,0.01,0.3010 externalised,externalised,1,1,1,1,0.02,0.3010,0.01,0.3010 externalization,externalization,1,1,1,1,0.02,0.3010,0.01,0.3010 externalized,externalized,2,1,2,1,0.04,0.4771,0.01,0.3010 externalizing,externalizing,1,1,1,1,0.02,0.3010,0.01,0.3010 extincted,extincted,1,1,1,1,0.02,0.3010,0.01,0.3010 Extine,extine,1,1,0,0,0.02,0.3010,0.01,0.3010 extols,extols,1,1,1,1,0.02,0.3010,0.01,0.3010 extortionate,extortionate,1,1,1,1,0.02,0.3010,0.01,0.3010 extortions,extortions,1,1,1,1,0.02,0.3010,0.01,0.3010 extraditions,extraditions,1,1,1,1,0.02,0.3010,0.01,0.3010 extradural,extradural,1,1,1,1,0.02,0.3010,0.01,0.3010 extrajudicial,extrajudicial,1,1,1,1,0.02,0.3010,0.01,0.3010 extralegal,extralegal,1,1,1,1,0.02,0.3010,0.01,0.3010 extrapolations,extrapolations,2,1,2,1,0.04,0.4771,0.01,0.3010 extravasated,extravasated,1,1,1,1,0.02,0.3010,0.01,0.3010 extravehicular,extravehicular,1,1,1,1,0.02,0.3010,0.01,0.3010 extruded,extruded,1,1,1,1,0.02,0.3010,0.01,0.3010 extruder,extruder,1,1,1,1,0.02,0.3010,0.01,0.3010 extrusion,extrusion,1,1,1,1,0.02,0.3010,0.01,0.3010 extubation,extubation,1,1,1,1,0.02,0.3010,0.01,0.3010 exuberantly,exuberantly,1,1,1,1,0.02,0.3010,0.01,0.3010 exuberation,exuberation,1,1,1,1,0.02,0.3010,0.01,0.3010 exudate,exudate,1,1,1,1,0.02,0.3010,0.01,0.3010 exudative,exudative,2,1,2,1,0.04,0.4771,0.01,0.3010 exultant,exultant,1,1,1,1,0.02,0.3010,0.01,0.3010 Exulted,exulted,2,1,0,0,0.04,0.4771,0.01,0.3010 exulting,exulting,1,1,1,1,0.02,0.3010,0.01,0.3010 exurban,exurban,1,1,1,1,0.02,0.3010,0.01,0.3010 eyebath,eyebath,1,1,1,1,0.02,0.3010,0.01,0.3010 eyelets,eyelets,1,1,1,1,0.02,0.3010,0.01,0.3010 Eyepieces,eyepieces,1,1,0,0,0.02,0.3010,0.01,0.3010 eyeshades,eyeshades,1,1,1,1,0.02,0.3010,0.01,0.3010 eyess,eyess,1,1,1,1,0.02,0.3010,0.01,0.3010 Eyrie,eyrie,1,1,0,0,0.02,0.3010,0.01,0.3010 Fabricators,fabricators,2,1,0,0,0.04,0.4771,0.01,0.3010 fac,fac,1,1,1,1,0.02,0.3010,0.01,0.3010 facelifts,facelifts,1,1,1,1,0.02,0.3010,0.01,0.3010 facer,facer,1,1,1,1,0.02,0.3010,0.01,0.3010 facetiae,facetiae,1,1,1,1,0.02,0.3010,0.01,0.3010 Facetiously,facetiously,1,1,0,0,0.02,0.3010,0.01,0.3010 faceup,faceup,1,1,1,1,0.02,0.3010,0.01,0.3010 facias,facias,2,1,2,1,0.04,0.4771,0.01,0.3010 facilitates,facilitates,1,1,1,1,0.02,0.3010,0.01,0.3010 factitious,factitious,1,1,1,1,0.02,0.3010,0.01,0.3010 factoids,factoids,5,1,3,1,0.10,0.7782,0.01,0.3010 Faden,faden,2,1,0,0,0.04,0.4771,0.01,0.3010 faders,faders,1,1,1,1,0.02,0.3010,0.01,0.3010 fado,fado,4,1,3,1,0.08,0.6990,0.01,0.3010 faenas,faenas,1,1,1,1,0.02,0.3010,0.01,0.3010 Faeries,faeries,2,1,0,0,0.04,0.4771,0.01,0.3010 Faffle,faffle,1,1,0,0,0.02,0.3010,0.01,0.3010 faffs,faffs,1,1,1,1,0.02,0.3010,0.01,0.3010 Fafnir,fafnir,17,1,0,0,0.33,1.2553,0.01,0.3010 fagots,fagots,1,1,1,1,0.02,0.3010,0.01,0.3010 faille,faille,1,1,1,1,0.02,0.3010,0.01,0.3010 faintheart,faintheart,1,1,1,1,0.02,0.3010,0.01,0.3010 fairlead,fairlead,1,1,1,1,0.02,0.3010,0.01,0.3010 Fairwater,fairwater,4,1,0,0,0.08,0.6990,0.01,0.3010 Fairways,fairways,2,1,0,0,0.04,0.4771,0.01,0.3010 Faisan,faisan,1,1,0,0,0.02,0.3010,0.01,0.3010 faithlessness,faithlessness,1,1,1,1,0.02,0.3010,0.01,0.3010 fallacious,fallacious,1,1,1,1,0.02,0.3010,0.01,0.3010 fallowed,fallowed,1,1,1,1,0.02,0.3010,0.01,0.3010 falsie,falsie,1,1,1,1,0.02,0.3010,0.01,0.3010 falsifications,falsifications,1,1,1,1,0.02,0.3010,0.01,0.3010 falsifies,falsifies,1,1,1,1,0.02,0.3010,0.01,0.3010 falx,falx,1,1,1,1,0.02,0.3010,0.01,0.3010 fames,fames,1,1,1,1,0.02,0.3010,0.01,0.3010 familiarised,familiarised,1,1,1,1,0.02,0.3010,0.01,0.3010 familiarization,familiarization,1,1,1,1,0.02,0.3010,0.01,0.3010 fancifully,fancifully,1,1,1,1,0.02,0.3010,0.01,0.3010 fanciness,fanciness,1,1,1,1,0.02,0.3010,0.01,0.3010 fandangos,fandangos,1,1,1,1,0.02,0.3010,0.01,0.3010 fandom,fandom,2,1,2,1,0.04,0.4771,0.01,0.3010 fanfares,fanfares,1,1,1,1,0.02,0.3010,0.01,0.3010 fangled,fangled,1,1,1,1,0.02,0.3010,0.01,0.3010 fangy,fangy,1,1,1,1,0.02,0.3010,0.01,0.3010 Fanjet,fanjet,1,1,0,0,0.02,0.3010,0.01,0.3010 fanleaf,fanleaf,2,1,1,1,0.04,0.4771,0.01,0.3010 fantails,fantails,1,1,1,1,0.02,0.3010,0.01,0.3010 fantasie,fantasie,2,1,2,1,0.04,0.4771,0.01,0.3010 fanzine,fanzine,1,1,1,1,0.02,0.3010,0.01,0.3010 Faq,faq,1,1,0,0,0.02,0.3010,0.01,0.3010 faqir,faqir,1,1,1,1,0.02,0.3010,0.01,0.3010 Farad,farad,1,1,0,0,0.02,0.3010,0.01,0.3010 Faradays,faradays,1,1,0,0,0.02,0.3010,0.01,0.3010 farces,farces,1,1,1,1,0.02,0.3010,0.01,0.3010 farceur,farceur,1,1,1,1,0.02,0.3010,0.01,0.3010 farceurs,farceurs,1,1,1,1,0.02,0.3010,0.01,0.3010 farcically,farcically,1,1,1,1,0.02,0.3010,0.01,0.3010 Fard,fard,1,1,0,0,0.02,0.3010,0.01,0.3010 Farina,farina,1,1,0,0,0.02,0.3010,0.01,0.3010 farmstead,farmstead,1,1,1,1,0.02,0.3010,0.01,0.3010 Farmyards,farmyards,1,1,0,0,0.02,0.3010,0.01,0.3010 Farouche,farouche,2,1,0,0,0.04,0.4771,0.01,0.3010 farthingale,farthingale,1,1,1,1,0.02,0.3010,0.01,0.3010 farthingales,farthingales,1,1,1,1,0.02,0.3010,0.01,0.3010 fasciation,fasciation,1,1,1,1,0.02,0.3010,0.01,0.3010 fasciculus,fasciculus,2,1,2,1,0.04,0.4771,0.01,0.3010 fascinatingly,fascinatingly,1,1,1,1,0.02,0.3010,0.01,0.3010 fasciotomy,fasciotomy,2,1,2,1,0.04,0.4771,0.01,0.3010 fascistic,fascistic,1,1,1,1,0.02,0.3010,0.01,0.3010 Fashioning,fashioning,1,1,0,0,0.02,0.3010,0.01,0.3010 Fass,fass,1,1,0,0,0.02,0.3010,0.01,0.3010 fastener,fastener,1,1,1,1,0.02,0.3010,0.01,0.3010 fastenings,fastenings,1,1,1,1,0.02,0.3010,0.01,0.3010 fastidiousness,fastidiousness,1,1,1,1,0.02,0.3010,0.01,0.3010 fathoming,fathoming,1,1,1,1,0.02,0.3010,0.01,0.3010 fatigability,fatigability,1,1,1,1,0.02,0.3010,0.01,0.3010 fatling,fatling,1,1,1,1,0.02,0.3010,0.01,0.3010 Fatting,fatting,1,1,0,0,0.02,0.3010,0.01,0.3010 fattish,fattish,1,1,1,1,0.02,0.3010,0.01,0.3010 fatwas,fatwas,1,1,1,1,0.02,0.3010,0.01,0.3010 Faubourg,faubourg,1,1,0,0,0.02,0.3010,0.01,0.3010 faulted,faulted,1,1,1,1,0.02,0.3010,0.01,0.3010 faulting,faulting,1,1,1,1,0.02,0.3010,0.01,0.3010 faultless,faultless,1,1,1,1,0.02,0.3010,0.01,0.3010 faultlessly,faultlessly,1,1,1,1,0.02,0.3010,0.01,0.3010 fauvism,fauvism,1,1,1,1,0.02,0.3010,0.01,0.3010 favelas,favelas,7,1,7,1,0.14,0.9031,0.01,0.3010 faves,faves,1,1,1,1,0.02,0.3010,0.01,0.3010 fawned,fawned,1,1,1,1,0.02,0.3010,0.01,0.3010 Fazenda,fazenda,9,1,0,0,0.18,1.0000,0.01,0.3010 Fcs,fcs,1,1,0,0,0.02,0.3010,0.01,0.3010 feal,feal,1,1,1,1,0.02,0.3010,0.01,0.3010 feastful,feastful,1,1,1,1,0.02,0.3010,0.01,0.3010 Featherbrain,featherbrain,1,1,0,0,0.02,0.3010,0.01,0.3010 featherbrained,featherbrained,1,1,1,1,0.02,0.3010,0.01,0.3010 featherheaded,featherheaded,2,1,2,1,0.04,0.4771,0.01,0.3010 featurette,featurette,1,1,1,1,0.02,0.3010,0.01,0.3010 feculent,feculent,1,1,1,1,0.02,0.3010,0.01,0.3010 fecundated,fecundated,1,1,1,1,0.02,0.3010,0.01,0.3010 fedayeen,fedayeen,5,1,4,1,0.10,0.7782,0.01,0.3010 federalize,federalize,1,1,1,1,0.02,0.3010,0.01,0.3010 feebleminded,feebleminded,1,1,1,1,0.02,0.3010,0.01,0.3010 feeblest,feeblest,1,1,1,1,0.02,0.3010,0.01,0.3010 feebling,feebling,1,1,1,1,0.02,0.3010,0.01,0.3010 feebly,feebly,1,1,1,1,0.02,0.3010,0.01,0.3010 feedlots,feedlots,1,1,1,1,0.02,0.3010,0.01,0.3010 feedwater,feedwater,7,1,6,1,0.14,0.9031,0.01,0.3010 Feedy,feedy,1,1,0,0,0.02,0.3010,0.01,0.3010 feeing,feeing,1,1,1,1,0.02,0.3010,0.01,0.3010 Feelies,feelies,2,1,0,0,0.04,0.4771,0.01,0.3010 feelingly,feelingly,2,1,2,1,0.04,0.4771,0.01,0.3010 feinting,feinting,1,1,1,1,0.02,0.3010,0.01,0.3010 Feis,feis,2,1,0,0,0.04,0.4771,0.01,0.3010 Feist,feist,1,1,0,0,0.02,0.3010,0.01,0.3010 feldspathic,feldspathic,1,1,1,1,0.02,0.3010,0.01,0.3010 Fele,fele,1,1,0,0,0.02,0.3010,0.01,0.3010 felicitate,felicitate,2,1,1,1,0.04,0.4771,0.01,0.3010 felines,felines,7,1,5,1,0.14,0.9031,0.01,0.3010 Felis,felis,1,1,0,0,0.02,0.3010,0.01,0.3010 fellahs,fellahs,1,1,1,1,0.02,0.3010,0.01,0.3010 fellate,fellate,1,1,1,1,0.02,0.3010,0.01,0.3010 fellating,fellating,1,1,1,1,0.02,0.3010,0.01,0.3010 fellatrix,fellatrix,1,1,1,1,0.02,0.3010,0.01,0.3010 feloniously,feloniously,1,1,1,1,0.02,0.3010,0.01,0.3010 Felspar,felspar,1,1,0,0,0.02,0.3010,0.01,0.3010 feltlike,feltlike,1,1,1,1,0.02,0.3010,0.01,0.3010 Felts,felts,1,1,0,0,0.02,0.3010,0.01,0.3010 femaleness,femaleness,1,1,1,1,0.02,0.3010,0.01,0.3010 feministic,feministic,1,1,1,1,0.02,0.3010,0.01,0.3010 feminized,feminized,1,1,1,1,0.02,0.3010,0.01,0.3010 femurs,femurs,1,1,1,1,0.02,0.3010,0.01,0.3010 fenny,fenny,1,1,1,1,0.02,0.3010,0.01,0.3010 fent,fent,2,1,2,1,0.04,0.4771,0.01,0.3010 Ferme,ferme,1,1,0,0,0.02,0.3010,0.01,0.3010 Ferreiro,ferreiro,2,1,0,0,0.04,0.4771,0.01,0.3010 Ferrel,ferrel,1,1,0,0,0.02,0.3010,0.01,0.3010 ferreting,ferreting,1,1,1,1,0.02,0.3010,0.01,0.3010 ferricyanide,ferricyanide,1,1,1,1,0.02,0.3010,0.01,0.3010 ferrite,ferrite,1,1,1,1,0.02,0.3010,0.01,0.3010 fervency,fervency,1,1,1,1,0.02,0.3010,0.01,0.3010 fesse,fesse,1,1,1,1,0.02,0.3010,0.01,0.3010 fessing,fessing,1,1,1,1,0.02,0.3010,0.01,0.3010 festiveness,festiveness,1,1,1,1,0.02,0.3010,0.01,0.3010 festoons,festoons,1,1,1,1,0.02,0.3010,0.01,0.3010 fetchingly,fetchingly,1,1,1,1,0.02,0.3010,0.01,0.3010 feted,feted,1,1,1,1,0.02,0.3010,0.01,0.3010 fetes,fetes,2,1,2,1,0.04,0.4771,0.01,0.3010 feting,feting,1,1,1,1,0.02,0.3010,0.01,0.3010 fetishize,fetishize,1,1,1,1,0.02,0.3010,0.01,0.3010 Fetor,fetor,1,1,0,0,0.02,0.3010,0.01,0.3010 Fets,fets,7,1,0,0,0.14,0.9031,0.01,0.3010 fetter,fetter,1,1,1,1,0.02,0.3010,0.01,0.3010 fettered,fettered,1,1,1,1,0.02,0.3010,0.01,0.3010 fettler,fettler,1,1,1,1,0.02,0.3010,0.01,0.3010 feu,feu,1,1,1,1,0.02,0.3010,0.01,0.3010 feuilleton,feuilleton,1,1,1,1,0.02,0.3010,0.01,0.3010 fezzes,fezzes,2,1,2,1,0.04,0.4771,0.01,0.3010 Fg,fg,2,1,0,0,0.04,0.4771,0.01,0.3010 fiacre,fiacre,2,1,2,1,0.04,0.4771,0.01,0.3010 fianchetto,fianchetto,3,1,3,1,0.06,0.6021,0.01,0.3010 fibred,fibred,1,1,1,1,0.02,0.3010,0.01,0.3010 fibril,fibril,1,1,1,1,0.02,0.3010,0.01,0.3010 fibrinous,fibrinous,1,1,1,1,0.02,0.3010,0.01,0.3010 fibroblast,fibroblast,1,1,1,1,0.02,0.3010,0.01,0.3010 fibroid,fibroid,2,1,1,1,0.04,0.4771,0.01,0.3010 fibroids,fibroids,1,1,1,1,0.02,0.3010,0.01,0.3010 fibrotic,fibrotic,1,1,1,1,0.02,0.3010,0.01,0.3010 fibster,fibster,1,1,1,1,0.02,0.3010,0.01,0.3010 fiche,fiche,1,1,1,1,0.02,0.3010,0.01,0.3010 fichus,fichus,2,1,2,1,0.04,0.4771,0.01,0.3010 fictionalised,fictionalised,1,1,1,1,0.02,0.3010,0.01,0.3010 fictionalize,fictionalize,1,1,1,1,0.02,0.3010,0.01,0.3010 fictionally,fictionally,1,1,1,1,0.02,0.3010,0.01,0.3010 Fiddlehead,fiddlehead,1,1,0,0,0.02,0.3010,0.01,0.3010 fiddlestick,fiddlestick,1,1,1,1,0.02,0.3010,0.01,0.3010 fief,fief,1,1,1,1,0.02,0.3010,0.01,0.3010 fiefdoms,fiefdoms,1,1,1,1,0.02,0.3010,0.01,0.3010 fieldpieces,fieldpieces,1,1,1,1,0.02,0.3010,0.01,0.3010 Fieldstone,fieldstone,10,1,0,0,0.20,1.0414,0.01,0.3010 Fieldstrip,fieldstrip,1,1,0,0,0.02,0.3010,0.01,0.3010 fiestas,fiestas,1,1,1,1,0.02,0.3010,0.01,0.3010 fifteens,fifteens,1,1,1,1,0.02,0.3010,0.01,0.3010 fightable,fightable,1,1,1,1,0.02,0.3010,0.01,0.3010 Figo,figo,1,1,0,0,0.02,0.3010,0.01,0.3010 figural,figural,1,1,1,1,0.02,0.3010,0.01,0.3010 figurate,figurate,1,1,1,1,0.02,0.3010,0.01,0.3010 figureless,figureless,1,1,1,1,0.02,0.3010,0.01,0.3010 figurer,figurer,1,1,1,1,0.02,0.3010,0.01,0.3010 Fike,fike,2,1,0,0,0.04,0.4771,0.01,0.3010 Filcher,filcher,1,1,0,0,0.02,0.3010,0.01,0.3010 filer,filer,1,1,1,1,0.02,0.3010,0.01,0.3010 filers,filers,1,1,1,1,0.02,0.3010,0.01,0.3010 filets,filets,3,1,3,1,0.06,0.6021,0.01,0.3010 Filiety,filiety,1,1,0,0,0.02,0.3010,0.01,0.3010 filiform,filiform,1,1,1,1,0.02,0.3010,0.01,0.3010 Filiopietistic,filiopietistic,2,1,0,0,0.04,0.4771,0.01,0.3010 filioque,filioque,5,1,5,1,0.10,0.7782,0.01,0.3010 Filius,filius,1,1,0,0,0.02,0.3010,0.01,0.3010 fillers,fillers,1,1,1,1,0.02,0.3010,0.01,0.3010 filles,filles,1,1,1,1,0.02,0.3010,0.01,0.3010 filmgoers,filmgoers,1,1,1,1,0.02,0.3010,0.01,0.3010 filmography,filmography,1,1,1,1,0.02,0.3010,0.01,0.3010 fils,fils,1,1,1,1,0.02,0.3010,0.01,0.3010 fimbriated,fimbriated,1,1,1,1,0.02,0.3010,0.01,0.3010 finalising,finalising,1,1,1,1,0.02,0.3010,0.01,0.3010 fineness,fineness,1,1,1,1,0.02,0.3010,0.01,0.3010 finessed,finessed,1,1,1,1,0.02,0.3010,0.01,0.3010 finesser,finesser,1,1,1,1,0.02,0.3010,0.01,0.3010 fingerboards,fingerboards,1,1,1,1,0.02,0.3010,0.01,0.3010 fingery,fingery,1,1,1,1,0.02,0.3010,0.01,0.3010 Finkel,finkel,3,1,0,0,0.06,0.6021,0.01,0.3010 finnan,finnan,1,1,1,1,0.02,0.3010,0.01,0.3010 Fino,fino,3,1,0,0,0.06,0.6021,0.01,0.3010 fireback,fireback,1,1,1,1,0.02,0.3010,0.01,0.3010 Fireboats,fireboats,1,1,0,0,0.02,0.3010,0.01,0.3010 Firebombings,firebombings,1,1,0,0,0.02,0.3010,0.01,0.3010 firebrand,firebrand,1,1,1,1,0.02,0.3010,0.01,0.3010 firebreaks,firebreaks,1,1,1,1,0.02,0.3010,0.01,0.3010 firelighters,firelighters,1,1,1,1,0.02,0.3010,0.01,0.3010 fireproofed,fireproofed,1,1,1,1,0.02,0.3010,0.01,0.3010 firetruck,firetruck,3,1,3,1,0.06,0.6021,0.01,0.3010 fireweed,fireweed,1,1,1,1,0.02,0.3010,0.01,0.3010 fireworm,fireworm,4,1,4,1,0.08,0.6990,0.01,0.3010 Firkins,firkins,1,1,0,0,0.02,0.3010,0.01,0.3010 firmamental,firmamental,1,1,1,1,0.02,0.3010,0.01,0.3010 firming,firming,1,1,1,1,0.02,0.3010,0.01,0.3010 firring,firring,1,1,1,1,0.02,0.3010,0.01,0.3010 firstborns,firstborns,1,1,1,1,0.02,0.3010,0.01,0.3010 firstling,firstling,1,1,1,1,0.02,0.3010,0.01,0.3010 Fishback,fishback,1,1,0,0,0.02,0.3010,0.01,0.3010 Fishbone,fishbone,4,1,0,0,0.08,0.6990,0.01,0.3010 fishbowls,fishbowls,1,1,1,1,0.02,0.3010,0.01,0.3010 fisherboy,fisherboy,1,1,1,1,0.02,0.3010,0.01,0.3010 fisherfolk,fisherfolk,1,1,1,1,0.02,0.3010,0.01,0.3010 fisherwoman,fisherwoman,3,1,3,1,0.06,0.6021,0.01,0.3010 fishiest,fishiest,1,1,1,1,0.02,0.3010,0.01,0.3010 fishless,fishless,1,1,1,1,0.02,0.3010,0.01,0.3010 fishpot,fishpot,2,1,2,1,0.04,0.4771,0.01,0.3010 fishwives,fishwives,1,1,1,1,0.02,0.3010,0.01,0.3010 fisted,fisted,1,1,1,1,0.02,0.3010,0.01,0.3010 Fister,fister,1,1,0,0,0.02,0.3010,0.01,0.3010 fistic,fistic,1,1,1,1,0.02,0.3010,0.01,0.3010 Fitchee,fitchee,3,1,0,0,0.06,0.6021,0.01,0.3010 Fitchy,fitchy,1,1,0,0,0.02,0.3010,0.01,0.3010 fitfully,fitfully,1,1,1,1,0.02,0.3010,0.01,0.3010 fitly,fitly,1,1,1,1,0.02,0.3010,0.01,0.3010 Fivefold,fivefold,1,1,0,0,0.02,0.3010,0.01,0.3010 fivers,fivers,1,1,1,1,0.02,0.3010,0.01,0.3010 fivesome,fivesome,1,1,1,1,0.02,0.3010,0.01,0.3010 fixates,fixates,1,1,1,1,0.02,0.3010,0.01,0.3010 fixations,fixations,1,1,1,1,0.02,0.3010,0.01,0.3010 fixers,fixers,1,1,1,1,0.02,0.3010,0.01,0.3010 fizzes,fizzes,1,1,1,1,0.02,0.3010,0.01,0.3010 Fizzles,fizzles,1,1,0,0,0.02,0.3010,0.01,0.3010 flaffer,flaffer,1,1,1,1,0.02,0.3010,0.01,0.3010 flagellant,flagellant,1,1,1,1,0.02,0.3010,0.01,0.3010 Flagellations,flagellations,1,1,0,0,0.02,0.3010,0.01,0.3010 flageolet,flageolet,1,1,1,1,0.02,0.3010,0.01,0.3010 flakier,flakier,1,1,1,1,0.02,0.3010,0.01,0.3010 flakiness,flakiness,1,1,1,1,0.02,0.3010,0.01,0.3010 flam,flam,1,1,1,1,0.02,0.3010,0.01,0.3010 Flamb,flamb,1,1,0,0,0.02,0.3010,0.01,0.3010 flamboyance,flamboyance,1,1,1,1,0.02,0.3010,0.01,0.3010 Flamming,flamming,1,1,0,0,0.02,0.3010,0.01,0.3010 Flams,flams,1,1,0,0,0.02,0.3010,0.01,0.3010 flang,flang,1,1,1,1,0.02,0.3010,0.01,0.3010 flanged,flanged,1,1,1,1,0.02,0.3010,0.01,0.3010 Flanken,flanken,2,1,0,0,0.04,0.4771,0.01,0.3010 flanky,flanky,1,1,1,1,0.02,0.3010,0.01,0.3010 Flannelmouth,flannelmouth,1,1,0,0,0.02,0.3010,0.01,0.3010 flans,flans,1,1,1,1,0.02,0.3010,0.01,0.3010 flappers,flappers,1,1,1,1,0.02,0.3010,0.01,0.3010 Flashgun,flashgun,1,1,0,0,0.02,0.3010,0.01,0.3010 flashiest,flashiest,1,1,1,1,0.02,0.3010,0.01,0.3010 flashlamp,flashlamp,1,1,1,1,0.02,0.3010,0.01,0.3010 Flasket,flasket,1,1,0,0,0.02,0.3010,0.01,0.3010 flatbeds,flatbeds,1,1,1,1,0.02,0.3010,0.01,0.3010 flatlander,flatlander,3,1,3,1,0.06,0.6021,0.01,0.3010 Flatlanders,flatlanders,1,1,0,0,0.02,0.3010,0.01,0.3010 flatted,flatted,1,1,1,1,0.02,0.3010,0.01,0.3010 flatterers,flatterers,1,1,1,1,0.02,0.3010,0.01,0.3010 Flattops,flattops,1,1,0,0,0.02,0.3010,0.01,0.3010 flatus,flatus,1,1,1,1,0.02,0.3010,0.01,0.3010 flatwork,flatwork,1,1,1,1,0.02,0.3010,0.01,0.3010 flatworm,flatworm,1,1,1,1,0.02,0.3010,0.01,0.3010 flaunters,flaunters,1,1,1,1,0.02,0.3010,0.01,0.3010 flavourings,flavourings,1,1,1,1,0.02,0.3010,0.01,0.3010 flavoursome,flavoursome,1,1,1,1,0.02,0.3010,0.01,0.3010 Flaxman,flaxman,1,1,0,0,0.02,0.3010,0.01,0.3010 flaxseed,flaxseed,5,1,4,1,0.10,0.7782,0.01,0.3010 flechette,flechette,1,1,1,1,0.02,0.3010,0.01,0.3010 flection,flection,2,1,2,1,0.04,0.4771,0.01,0.3010 fleeces,fleeces,1,1,1,1,0.02,0.3010,0.01,0.3010 fleetingly,fleetingly,1,1,1,1,0.02,0.3010,0.01,0.3010 fleetly,fleetly,2,1,2,1,0.04,0.4771,0.01,0.3010 fleetness,fleetness,1,1,1,1,0.02,0.3010,0.01,0.3010 Fleing,fleing,4,1,0,0,0.08,0.6990,0.01,0.3010 flenser,flenser,1,1,1,1,0.02,0.3010,0.01,0.3010 flensers,flensers,1,1,1,1,0.02,0.3010,0.01,0.3010 Flensing,flensing,3,1,0,0,0.06,0.6021,0.01,0.3010 fleshly,fleshly,1,1,1,1,0.02,0.3010,0.01,0.3010 Fleurette,fleurette,1,1,0,0,0.02,0.3010,0.01,0.3010 flexibly,flexibly,1,1,1,1,0.02,0.3010,0.01,0.3010 flexors,flexors,2,1,2,1,0.04,0.4771,0.01,0.3010 flibbertigibbets,flibbertigibbets,1,1,1,1,0.02,0.3010,0.01,0.3010 flics,flics,1,1,1,1,0.02,0.3010,0.01,0.3010 fliest,fliest,1,1,1,1,0.02,0.3010,0.01,0.3010 flimflammery,flimflammery,1,1,1,1,0.02,0.3010,0.01,0.3010 flimsier,flimsier,1,1,1,1,0.02,0.3010,0.01,0.3010 flimsies,flimsies,1,1,1,1,0.02,0.3010,0.01,0.3010 flimsiest,flimsiest,1,1,1,1,0.02,0.3010,0.01,0.3010 flincher,flincher,3,1,3,1,0.06,0.6021,0.01,0.3010 flinches,flinches,1,1,1,1,0.02,0.3010,0.01,0.3010 Flinders,flinders,1,1,0,0,0.02,0.3010,0.01,0.3010 Flinger,flinger,2,1,0,0,0.04,0.4771,0.01,0.3010 flingers,flingers,1,1,1,1,0.02,0.3010,0.01,0.3010 flippancy,flippancy,1,1,1,1,0.02,0.3010,0.01,0.3010 flippantly,flippantly,1,1,1,1,0.02,0.3010,0.01,0.3010 flirter,flirter,1,1,1,1,0.02,0.3010,0.01,0.3010 flittering,flittering,9,1,8,1,0.18,1.0000,0.01,0.3010 flivver,flivver,1,1,1,1,0.02,0.3010,0.01,0.3010 Flix,flix,4,1,0,0,0.08,0.6990,0.01,0.3010 Fll,fll,1,1,0,0,0.02,0.3010,0.01,0.3010 floatability,floatability,1,1,1,1,0.02,0.3010,0.01,0.3010 Flocculation,flocculation,2,1,0,0,0.04,0.4771,0.01,0.3010 Flogger,flogger,4,1,1,1,0.08,0.6990,0.01,0.3010 Floggings,floggings,1,1,0,0,0.02,0.3010,0.01,0.3010 floodplain,floodplain,2,1,2,1,0.04,0.4771,0.01,0.3010 floorman,floorman,2,1,2,1,0.04,0.4771,0.01,0.3010 floorwalkers,floorwalkers,1,1,1,1,0.02,0.3010,0.01,0.3010 flophouses,flophouses,3,1,3,1,0.06,0.6021,0.01,0.3010 floreat,floreat,1,1,1,1,0.02,0.3010,0.01,0.3010 Florescence,florescence,1,1,0,0,0.02,0.3010,0.01,0.3010 florets,florets,1,1,1,1,0.02,0.3010,0.01,0.3010 Florette,florette,1,1,0,0,0.02,0.3010,0.01,0.3010 floribunda,floribunda,2,1,1,1,0.04,0.4771,0.01,0.3010 flotilla,flotilla,1,1,1,1,0.02,0.3010,0.01,0.3010 flounce,flounce,1,1,1,1,0.02,0.3010,0.01,0.3010 floundered,floundered,1,1,1,1,0.02,0.3010,0.01,0.3010 Flourescent,flourescent,1,1,0,0,0.02,0.3010,0.01,0.3010 flourless,flourless,1,1,1,1,0.02,0.3010,0.01,0.3010 flours,flours,4,1,3,1,0.08,0.6990,0.01,0.3010 flouts,flouts,1,1,1,1,0.02,0.3010,0.01,0.3010 flowcharting,flowcharting,1,1,1,1,0.02,0.3010,0.01,0.3010 flowerbeds,flowerbeds,1,1,1,1,0.02,0.3010,0.01,0.3010 flowerless,flowerless,1,1,1,1,0.02,0.3010,0.01,0.3010 flowstone,flowstone,1,1,1,1,0.02,0.3010,0.01,0.3010 flubdubbery,flubdubbery,1,1,1,1,0.02,0.3010,0.01,0.3010 fluctuant,fluctuant,1,1,1,1,0.02,0.3010,0.01,0.3010 fluey,fluey,1,1,1,1,0.02,0.3010,0.01,0.3010 fluffs,fluffs,1,1,1,1,0.02,0.3010,0.01,0.3010 fluidly,fluidly,1,1,1,1,0.02,0.3010,0.01,0.3010 flumadiddle,flumadiddle,1,1,1,1,0.02,0.3010,0.01,0.3010 flummox,flummox,1,1,1,1,0.02,0.3010,0.01,0.3010 flumps,flumps,1,1,1,1,0.02,0.3010,0.01,0.3010 fluoridated,fluoridated,1,1,1,1,0.02,0.3010,0.01,0.3010 fluoridation,fluoridation,1,1,1,1,0.02,0.3010,0.01,0.3010 fluorometer,fluorometer,2,1,2,1,0.04,0.4771,0.01,0.3010 fluoroscoped,fluoroscoped,1,1,1,1,0.02,0.3010,0.01,0.3010 fluoroscoping,fluoroscoping,1,1,1,1,0.02,0.3010,0.01,0.3010 fluorspar,fluorspar,1,1,1,1,0.02,0.3010,0.01,0.3010 flus,flus,1,1,1,1,0.02,0.3010,0.01,0.3010 flustering,flustering,1,1,1,1,0.02,0.3010,0.01,0.3010 flutist,flutist,1,1,1,1,0.02,0.3010,0.01,0.3010 flycatcher,flycatcher,2,1,2,1,0.04,0.4771,0.01,0.3010 flyflap,flyflap,1,1,1,1,0.02,0.3010,0.01,0.3010 flyleaves,flyleaves,1,1,1,1,0.02,0.3010,0.01,0.3010 flyspecked,flyspecked,1,1,1,1,0.02,0.3010,0.01,0.3010 Flyspecks,flyspecks,2,1,0,0,0.04,0.4771,0.01,0.3010 Flyte,flyte,15,1,0,0,0.29,1.2041,0.01,0.3010 foaled,foaled,1,1,1,1,0.02,0.3010,0.01,0.3010 foals,foals,1,1,1,1,0.02,0.3010,0.01,0.3010 Foamed,foamed,2,1,0,0,0.04,0.4771,0.01,0.3010 foci,foci,1,1,1,1,0.02,0.3010,0.01,0.3010 focusses,focusses,1,1,1,1,0.02,0.3010,0.01,0.3010 Foge,foge,7,1,0,0,0.14,0.9031,0.01,0.3010 fogger,fogger,1,1,1,1,0.02,0.3010,0.01,0.3010 Foggers,foggers,1,1,0,0,0.02,0.3010,0.01,0.3010 fogginess,fogginess,1,1,1,1,0.02,0.3010,0.01,0.3010 Foghorns,foghorns,1,1,0,0,0.02,0.3010,0.01,0.3010 fogs,fogs,1,1,1,1,0.02,0.3010,0.01,0.3010 Foh,foh,7,1,0,0,0.14,0.9031,0.01,0.3010 foining,foining,1,1,1,1,0.02,0.3010,0.01,0.3010 fol,fol,1,1,1,1,0.02,0.3010,0.01,0.3010 folderols,folderols,1,1,1,1,0.02,0.3010,0.01,0.3010 Fole,fole,1,1,0,0,0.02,0.3010,0.01,0.3010 folio,folio,4,1,4,1,0.08,0.6990,0.01,0.3010 folios,folios,3,1,2,1,0.06,0.6021,0.01,0.3010 folkloric,folkloric,1,1,1,1,0.02,0.3010,0.01,0.3010 folksingers,folksingers,2,1,1,1,0.04,0.4771,0.01,0.3010 folksinging,folksinging,1,1,1,1,0.02,0.3010,0.01,0.3010 folksong,folksong,1,1,1,1,0.02,0.3010,0.01,0.3010 folky,folky,2,1,2,1,0.04,0.4771,0.01,0.3010 folliculitis,folliculitis,6,1,6,1,0.12,0.8451,0.01,0.3010 Followings,followings,1,1,0,0,0.02,0.3010,0.01,0.3010 fondon,fondon,1,1,1,1,0.02,0.3010,0.01,0.3010 fondu,fondu,1,1,1,1,0.02,0.3010,0.01,0.3010 fono,fono,1,1,1,1,0.02,0.3010,0.01,0.3010 Fontanel,fontanel,1,1,0,0,0.02,0.3010,0.01,0.3010 Fontina,fontina,1,1,0,0,0.02,0.3010,0.01,0.3010 Foodies,foodies,9,1,0,0,0.18,1.0000,0.01,0.3010 foofaraw,foofaraw,1,1,1,1,0.02,0.3010,0.01,0.3010 foolscap,foolscap,1,1,1,1,0.02,0.3010,0.01,0.3010 footboard,footboard,1,1,1,1,0.02,0.3010,0.01,0.3010 footfalls,footfalls,2,1,2,1,0.04,0.4771,0.01,0.3010 footgear,footgear,1,1,1,1,0.02,0.3010,0.01,0.3010 footings,footings,1,1,1,1,0.02,0.3010,0.01,0.3010 Footlight,footlight,1,1,0,0,0.02,0.3010,0.01,0.3010 footmark,footmark,1,1,1,1,0.02,0.3010,0.01,0.3010 footnoted,footnoted,1,1,1,1,0.02,0.3010,0.01,0.3010 footpaths,footpaths,1,1,1,1,0.02,0.3010,0.01,0.3010 footplate,footplate,1,1,1,1,0.02,0.3010,0.01,0.3010 footrests,footrests,3,1,3,1,0.06,0.6021,0.01,0.3010 footrope,footrope,1,1,1,1,0.02,0.3010,0.01,0.3010 footstone,footstone,1,1,1,1,0.02,0.3010,0.01,0.3010 footweary,footweary,1,1,1,1,0.02,0.3010,0.01,0.3010 footy,footy,2,1,1,1,0.04,0.4771,0.01,0.3010 foppishness,foppishness,1,1,1,1,0.02,0.3010,0.01,0.3010 foramina,foramina,1,1,1,1,0.02,0.3010,0.01,0.3010 foraminifera,foraminifera,3,1,3,1,0.06,0.6021,0.01,0.3010 forbad,forbad,1,1,1,1,0.02,0.3010,0.01,0.3010 forbar,forbar,1,1,1,1,0.02,0.3010,0.01,0.3010 forbearers,forbearers,3,1,3,1,0.06,0.6021,0.01,0.3010 forbearing,forbearing,1,1,1,1,0.02,0.3010,0.01,0.3010 forbore,forbore,1,1,1,1,0.02,0.3010,0.01,0.3010 forceable,forceable,1,1,1,1,0.02,0.3010,0.01,0.3010 forded,forded,1,1,1,1,0.02,0.3010,0.01,0.3010 forecastles,forecastles,1,1,1,1,0.02,0.3010,0.01,0.3010 forefather,forefather,1,1,1,1,0.02,0.3010,0.01,0.3010 foreignly,foreignly,1,1,1,1,0.02,0.3010,0.01,0.3010 foreignness,foreignness,1,1,1,1,0.02,0.3010,0.01,0.3010 foreigns,foreigns,1,1,1,1,0.02,0.3010,0.01,0.3010 foreknowledge,foreknowledge,1,1,1,1,0.02,0.3010,0.01,0.3010 forelimb,forelimb,1,1,1,1,0.02,0.3010,0.01,0.3010 foremast,foremast,1,1,1,1,0.02,0.3010,0.01,0.3010 foreseeing,foreseeing,1,1,1,1,0.02,0.3010,0.01,0.3010 foreshadowing,foreshadowing,1,1,1,1,0.02,0.3010,0.01,0.3010 foresheet,foresheet,1,1,1,1,0.02,0.3010,0.01,0.3010 foresheets,foresheets,2,1,2,1,0.04,0.4771,0.01,0.3010 foreshock,foreshock,1,1,1,1,0.02,0.3010,0.01,0.3010 foreshortened,foreshortened,1,1,1,1,0.02,0.3010,0.01,0.3010 foreshortening,foreshortening,1,1,1,1,0.02,0.3010,0.01,0.3010 foreskins,foreskins,1,1,1,1,0.02,0.3010,0.01,0.3010 forestation,forestation,1,1,1,1,0.02,0.3010,0.01,0.3010 forestay,forestay,2,1,2,1,0.04,0.4771,0.01,0.3010 forestology,forestology,2,1,2,1,0.04,0.4771,0.01,0.3010 Foreswear,foreswear,1,1,0,0,0.02,0.3010,0.01,0.3010 foresworn,foresworn,1,1,1,1,0.02,0.3010,0.01,0.3010 foret,foret,1,1,1,1,0.02,0.3010,0.01,0.3010 foretaste,foretaste,1,1,1,1,0.02,0.3010,0.01,0.3010 Foreteller,foreteller,1,1,0,0,0.02,0.3010,0.01,0.3010 forethink,forethink,1,1,1,1,0.02,0.3010,0.01,0.3010 Foretopman,foretopman,1,1,0,0,0.02,0.3010,0.01,0.3010 forewarn,forewarn,1,1,1,1,0.02,0.3010,0.01,0.3010 forewarning,forewarning,1,1,1,1,0.02,0.3010,0.01,0.3010 forewords,forewords,1,1,1,1,0.02,0.3010,0.01,0.3010 forgathering,forgathering,1,1,1,1,0.02,0.3010,0.01,0.3010 forgetness,forgetness,1,1,1,1,0.02,0.3010,0.01,0.3010 forgoing,forgoing,1,1,1,1,0.02,0.3010,0.01,0.3010 forgone,forgone,1,1,1,1,0.02,0.3010,0.01,0.3010 forhow,forhow,1,1,1,1,0.02,0.3010,0.01,0.3010 forint,forint,1,1,1,1,0.02,0.3010,0.01,0.3010 forints,forints,2,1,2,1,0.04,0.4771,0.01,0.3010 forkful,forkful,1,1,1,1,0.02,0.3010,0.01,0.3010 forklifts,forklifts,1,1,1,1,0.02,0.3010,0.01,0.3010 forlornly,forlornly,1,1,1,1,0.02,0.3010,0.01,0.3010 formable,formable,1,1,1,1,0.02,0.3010,0.01,0.3010 formalism,formalism,1,1,1,1,0.02,0.3010,0.01,0.3010 formalizing,formalizing,1,1,1,1,0.02,0.3010,0.01,0.3010 formatters,formatters,1,1,1,1,0.02,0.3010,0.01,0.3010 formatting,formatting,2,1,2,1,0.04,0.4771,0.01,0.3010 Formfitting,formfitting,1,1,0,0,0.02,0.3010,0.01,0.3010 formic,formic,5,1,3,1,0.10,0.7782,0.01,0.3010 formidably,formidably,1,1,1,1,0.02,0.3010,0.01,0.3010 formly,formly,1,1,1,1,0.02,0.3010,0.01,0.3010 formularies,formularies,1,1,1,1,0.02,0.3010,0.01,0.3010 formulations,formulations,1,1,1,1,0.02,0.3010,0.01,0.3010 forseen,forseen,1,1,1,1,0.02,0.3010,0.01,0.3010 forsook,forsook,2,1,2,1,0.04,0.4771,0.01,0.3010 forswore,forswore,1,1,1,1,0.02,0.3010,0.01,0.3010 Fortescue,fortescue,1,1,0,0,0.02,0.3010,0.01,0.3010 forthrightly,forthrightly,3,1,3,1,0.06,0.6021,0.01,0.3010 forthtell,forthtell,1,1,1,1,0.02,0.3010,0.01,0.3010 Fortin,fortin,1,1,0,0,0.02,0.3010,0.01,0.3010 fortiori,fortiori,1,1,1,1,0.02,0.3010,0.01,0.3010 Fortis,fortis,1,1,0,0,0.02,0.3010,0.01,0.3010 fortressed,fortressed,1,1,1,1,0.02,0.3010,0.01,0.3010 fortunetelling,fortunetelling,1,1,1,1,0.02,0.3010,0.01,0.3010 Fortyish,fortyish,1,1,0,0,0.02,0.3010,0.01,0.3010 forwarder,forwarder,2,1,2,1,0.04,0.4771,0.01,0.3010 fossilization,fossilization,1,1,1,1,0.02,0.3010,0.01,0.3010 fountained,fountained,1,1,1,1,0.02,0.3010,0.01,0.3010 fourchette,fourchette,1,1,1,1,0.02,0.3010,0.01,0.3010 Fourierism,fourierism,2,1,0,0,0.04,0.4771,0.01,0.3010 fourpence,fourpence,2,1,2,1,0.04,0.4771,0.01,0.3010 foursomes,foursomes,1,1,1,1,0.02,0.3010,0.01,0.3010 fourteens,fourteens,1,1,1,1,0.02,0.3010,0.01,0.3010 Fourthly,fourthly,1,1,0,0,0.02,0.3010,0.01,0.3010 foutra,foutra,1,1,1,1,0.02,0.3010,0.01,0.3010 fovea,fovea,1,1,1,1,0.02,0.3010,0.01,0.3010 foxery,foxery,1,1,1,1,0.02,0.3010,0.01,0.3010 Foxfire,foxfire,1,1,0,0,0.02,0.3010,0.01,0.3010 Fp,fp,6,1,0,0,0.12,0.8451,0.01,0.3010 fractional,fractional,1,1,1,1,0.02,0.3010,0.01,0.3010 fractioned,fractioned,1,1,1,1,0.02,0.3010,0.01,0.3010 frae,frae,1,1,1,1,0.02,0.3010,0.01,0.3010 fragilities,fragilities,1,1,1,1,0.02,0.3010,0.01,0.3010 fraise,fraise,1,1,1,1,0.02,0.3010,0.01,0.3010 fraises,fraises,1,1,1,1,0.02,0.3010,0.01,0.3010 framable,framable,1,1,1,1,0.02,0.3010,0.01,0.3010 framboise,framboise,1,1,1,1,0.02,0.3010,0.01,0.3010 franchisee,franchisee,1,1,1,1,0.02,0.3010,0.01,0.3010 francium,francium,1,1,1,1,0.02,0.3010,0.01,0.3010 franger,franger,1,1,1,1,0.02,0.3010,0.01,0.3010 frangipani,frangipani,2,1,1,1,0.04,0.4771,0.01,0.3010 franking,franking,2,1,2,1,0.04,0.4771,0.01,0.3010 Frankish,frankish,1,1,0,0,0.02,0.3010,0.01,0.3010 frap,frap,1,1,1,1,0.02,0.3010,0.01,0.3010 frapp,frapp,1,1,1,1,0.02,0.3010,0.01,0.3010 frapped,frapped,1,1,1,1,0.02,0.3010,0.01,0.3010 frappes,frappes,1,1,1,1,0.02,0.3010,0.01,0.3010 Frass,frass,1,1,0,0,0.02,0.3010,0.01,0.3010 fraternally,fraternally,1,1,1,1,0.02,0.3010,0.01,0.3010 fraternised,fraternised,1,1,1,1,0.02,0.3010,0.01,0.3010 fraternizes,fraternizes,1,1,1,1,0.02,0.3010,0.01,0.3010 fratricidal,fratricidal,1,1,1,1,0.02,0.3010,0.01,0.3010 frats,frats,1,1,1,1,0.02,0.3010,0.01,0.3010 Fraunch,fraunch,3,1,0,0,0.06,0.6021,0.01,0.3010 Frayne,frayne,1,1,0,0,0.02,0.3010,0.01,0.3010 frazzles,frazzles,1,1,1,1,0.02,0.3010,0.01,0.3010 freakdom,freakdom,1,1,1,1,0.02,0.3010,0.01,0.3010 freakiness,freakiness,1,1,1,1,0.02,0.3010,0.01,0.3010 Freck,freck,11,1,0,0,0.22,1.0792,0.01,0.3010 Freckly,freckly,1,1,0,0,0.02,0.3010,0.01,0.3010 Frederik,frederik,1,1,0,0,0.02,0.3010,0.01,0.3010 freeholds,freeholds,1,1,1,1,0.02,0.3010,0.01,0.3010 Freen,freen,2,1,0,0,0.04,0.4771,0.01,0.3010 freethinker,freethinker,1,1,1,1,0.02,0.3010,0.01,0.3010 freeware,freeware,1,1,1,1,0.02,0.3010,0.01,0.3010 fremitus,fremitus,1,1,1,1,0.02,0.3010,0.01,0.3010 frenched,frenched,1,1,1,1,0.02,0.3010,0.01,0.3010 frenetically,frenetically,1,1,1,1,0.02,0.3010,0.01,0.3010 frenulum,frenulum,1,1,1,1,0.02,0.3010,0.01,0.3010 frenzies,frenzies,1,1,1,1,0.02,0.3010,0.01,0.3010 freq,freq,1,1,1,1,0.02,0.3010,0.01,0.3010 Freres,freres,1,1,0,0,0.02,0.3010,0.01,0.3010 Freshed,freshed,1,1,0,0,0.02,0.3010,0.01,0.3010 freshet,freshet,1,1,1,1,0.02,0.3010,0.01,0.3010 fretfulness,fretfulness,1,1,1,1,0.02,0.3010,0.01,0.3010 fricatives,fricatives,1,1,1,1,0.02,0.3010,0.01,0.3010 frictionless,frictionless,1,1,1,1,0.02,0.3010,0.01,0.3010 frictions,frictions,2,1,1,1,0.04,0.4771,0.01,0.3010 friending,friending,1,1,1,1,0.02,0.3010,0.01,0.3010 friers,friers,1,1,1,1,0.02,0.3010,0.01,0.3010 friezes,friezes,1,1,1,1,0.02,0.3010,0.01,0.3010 frightenedly,frightenedly,1,1,1,1,0.02,0.3010,0.01,0.3010 frighting,frighting,1,1,1,1,0.02,0.3010,0.01,0.3010 frill,frill,1,1,1,1,0.02,0.3010,0.01,0.3010 fripperies,fripperies,1,1,1,1,0.02,0.3010,0.01,0.3010 Fris,fris,1,1,0,0,0.02,0.3010,0.01,0.3010 Frise,frise,2,1,0,0,0.04,0.4771,0.01,0.3010 Frises,frises,2,1,0,0,0.04,0.4771,0.01,0.3010 friskiness,friskiness,1,1,1,1,0.02,0.3010,0.01,0.3010 frisks,frisks,1,1,1,1,0.02,0.3010,0.01,0.3010 frist,frist,1,1,1,1,0.02,0.3010,0.01,0.3010 frit,frit,1,1,1,1,0.02,0.3010,0.01,0.3010 Friz,friz,1,1,0,0,0.02,0.3010,0.01,0.3010 frizz,frizz,2,1,2,1,0.04,0.4771,0.01,0.3010 frizzed,frizzed,1,1,1,1,0.02,0.3010,0.01,0.3010 Frizzled,frizzled,1,1,0,0,0.02,0.3010,0.01,0.3010 frizzly,frizzly,1,1,1,1,0.02,0.3010,0.01,0.3010 frocked,frocked,1,1,1,1,0.02,0.3010,0.01,0.3010 frogface,frogface,3,1,2,1,0.06,0.6021,0.01,0.3010 frogfish,frogfish,2,1,2,1,0.04,0.4771,0.01,0.3010 frogged,frogged,1,1,1,1,0.02,0.3010,0.01,0.3010 froggies,froggies,3,1,3,1,0.06,0.6021,0.01,0.3010 frogging,frogging,1,1,1,1,0.02,0.3010,0.01,0.3010 frogskins,frogskins,1,1,1,1,0.02,0.3010,0.01,0.3010 frolicked,frolicked,1,1,1,1,0.02,0.3010,0.01,0.3010 frolicsome,frolicsome,1,1,1,1,0.02,0.3010,0.01,0.3010 frond,frond,2,1,2,1,0.04,0.4771,0.01,0.3010 frontally,frontally,1,1,1,1,0.02,0.3010,0.01,0.3010 frontals,frontals,1,1,1,1,0.02,0.3010,0.01,0.3010 frontiersman,frontiersman,1,1,1,1,0.02,0.3010,0.01,0.3010 frontiersmen,frontiersmen,2,1,1,1,0.04,0.4771,0.01,0.3010 frontspiece,frontspiece,3,1,2,1,0.06,0.6021,0.01,0.3010 frontwards,frontwards,1,1,1,1,0.02,0.3010,0.01,0.3010 froster,froster,1,1,1,1,0.02,0.3010,0.01,0.3010 Frostproof,frostproof,2,1,0,0,0.04,0.4771,0.01,0.3010 frothier,frothier,1,1,1,1,0.02,0.3010,0.01,0.3010 frottage,frottage,1,1,1,1,0.02,0.3010,0.01,0.3010 frow,frow,1,1,1,1,0.02,0.3010,0.01,0.3010 frowner,frowner,1,1,1,1,0.02,0.3010,0.01,0.3010 frowny,frowny,2,1,2,1,0.04,0.4771,0.01,0.3010 frowsy,frowsy,1,1,1,1,0.02,0.3010,0.01,0.3010 Frs,frs,1,1,0,0,0.02,0.3010,0.01,0.3010 fructus,fructus,1,1,1,1,0.02,0.3010,0.01,0.3010 fruitier,fruitier,1,1,1,1,0.02,0.3010,0.01,0.3010 Fruitlessly,fruitlessly,1,1,0,0,0.02,0.3010,0.01,0.3010 frumpier,frumpier,1,1,1,1,0.02,0.3010,0.01,0.3010 frustratingly,frustratingly,1,1,1,1,0.02,0.3010,0.01,0.3010 frutex,frutex,1,1,1,1,0.02,0.3010,0.01,0.3010 fubsy,fubsy,1,1,1,1,0.02,0.3010,0.01,0.3010 fuchsias,fuchsias,1,1,1,1,0.02,0.3010,0.01,0.3010 fuchsine,fuchsine,1,1,1,1,0.02,0.3010,0.01,0.3010 Fud,fud,2,1,0,0,0.04,0.4771,0.01,0.3010 fudges,fudges,1,1,1,1,0.02,0.3010,0.01,0.3010 Fueler,fueler,3,1,1,1,0.06,0.6021,0.01,0.3010 Fueller,fueller,1,1,0,0,0.02,0.3010,0.01,0.3010 Fug,fug,14,1,1,1,0.27,1.1761,0.01,0.3010 fugle,fugle,1,1,1,1,0.02,0.3010,0.01,0.3010 Fula,fula,1,1,0,0,0.02,0.3010,0.01,0.3010 Fulani,fulani,1,1,0,0,0.02,0.3010,0.01,0.3010 fulcrums,fulcrums,1,1,1,1,0.02,0.3010,0.01,0.3010 fulfillments,fulfillments,1,1,1,1,0.02,0.3010,0.01,0.3010 fullbacks,fullbacks,1,1,1,1,0.02,0.3010,0.01,0.3010 fulminant,fulminant,1,1,1,1,0.02,0.3010,0.01,0.3010 fulminate,fulminate,1,1,1,1,0.02,0.3010,0.01,0.3010 Fulminates,fulminates,1,1,0,0,0.02,0.3010,0.01,0.3010 fulminating,fulminating,1,1,1,1,0.02,0.3010,0.01,0.3010 fumbler,fumbler,1,1,1,1,0.02,0.3010,0.01,0.3010 fumette,fumette,1,1,1,1,0.02,0.3010,0.01,0.3010 fumigant,fumigant,3,1,3,1,0.06,0.6021,0.01,0.3010 fumigants,fumigants,1,1,1,1,0.02,0.3010,0.01,0.3010 fumigator,fumigator,1,1,1,1,0.02,0.3010,0.01,0.3010 fumy,fumy,1,1,1,1,0.02,0.3010,0.01,0.3010 fundable,fundable,1,1,1,1,0.02,0.3010,0.01,0.3010 Fundal,fundal,1,1,0,0,0.02,0.3010,0.01,0.3010 fundament,fundament,1,1,1,1,0.02,0.3010,0.01,0.3010 Fundamentalistic,fundamentalistic,1,1,0,0,0.02,0.3010,0.01,0.3010 Fundus,fundus,1,1,0,0,0.02,0.3010,0.01,0.3010 funereal,funereal,1,1,1,1,0.02,0.3010,0.01,0.3010 funfest,funfest,1,1,1,1,0.02,0.3010,0.01,0.3010 fungicidal,fungicidal,1,1,1,1,0.02,0.3010,0.01,0.3010 fungicides,fungicides,1,1,1,1,0.02,0.3010,0.01,0.3010 Funiculi,funiculi,1,1,0,0,0.02,0.3010,0.01,0.3010 funned,funned,1,1,1,1,0.02,0.3010,0.01,0.3010 funnelling,funnelling,1,1,1,1,0.02,0.3010,0.01,0.3010 funs,funs,1,1,1,1,0.02,0.3010,0.01,0.3010 furbelows,furbelows,1,1,1,1,0.02,0.3010,0.01,0.3010 furbished,furbished,1,1,1,1,0.02,0.3010,0.01,0.3010 furcation,furcation,1,1,1,1,0.02,0.3010,0.01,0.3010 furioso,furioso,1,1,1,1,0.02,0.3010,0.01,0.3010 furless,furless,1,1,1,1,0.02,0.3010,0.01,0.3010 furling,furling,1,1,1,1,0.02,0.3010,0.01,0.3010 furloughed,furloughed,1,1,1,1,0.02,0.3010,0.01,0.3010 furnitures,furnitures,1,1,1,1,0.02,0.3010,0.01,0.3010 furred,furred,3,1,3,1,0.06,0.6021,0.01,0.3010 Furriers,furriers,2,1,0,0,0.04,0.4771,0.01,0.3010 Furze,furze,1,1,0,0,0.02,0.3010,0.01,0.3010 fusel,fusel,1,1,1,1,0.02,0.3010,0.01,0.3010 Fusty,fusty,1,1,0,0,0.02,0.3010,0.01,0.3010 Futurama,futurama,1,1,0,0,0.02,0.3010,0.01,0.3010 futurist,futurist,1,1,1,1,0.02,0.3010,0.01,0.3010 futurity,futurity,2,1,2,1,0.04,0.4771,0.01,0.3010 futuro,futuro,1,1,1,1,0.02,0.3010,0.01,0.3010 futzed,futzed,1,1,1,1,0.02,0.3010,0.01,0.3010 fuzziest,fuzziest,1,1,1,1,0.02,0.3010,0.01,0.3010 Fz,fz,1,1,0,0,0.02,0.3010,0.01,0.3010 gabber,gabber,1,1,1,1,0.02,0.3010,0.01,0.3010 gabbler,gabbler,1,1,1,1,0.02,0.3010,0.01,0.3010 Gabi,gabi,10,1,0,0,0.20,1.0414,0.01,0.3010 Gachupin,gachupin,1,1,0,0,0.02,0.3010,0.01,0.3010 gadflies,gadflies,1,1,1,1,0.02,0.3010,0.01,0.3010 Gads,gads,1,1,0,0,0.02,0.3010,0.01,0.3010 Gadwall,gadwall,2,1,0,0,0.04,0.4771,0.01,0.3010 gaffed,gaffed,1,1,1,1,0.02,0.3010,0.01,0.3010 gages,gages,1,1,1,1,0.02,0.3010,0.01,0.3010 Gagger,gagger,1,1,0,0,0.02,0.3010,0.01,0.3010 gagman,gagman,1,1,1,1,0.02,0.3010,0.01,0.3010 gagster,gagster,2,1,2,1,0.04,0.4771,0.01,0.3010 Gaine,gaine,1,1,0,0,0.02,0.3010,0.01,0.3010 gainsay,gainsay,1,1,1,1,0.02,0.3010,0.01,0.3010 gaited,gaited,1,1,1,1,0.02,0.3010,0.01,0.3010 gaiting,gaiting,2,1,2,1,0.04,0.4771,0.01,0.3010 gaits,gaits,1,1,1,1,0.02,0.3010,0.01,0.3010 galactorrhea,galactorrhea,1,1,1,1,0.02,0.3010,0.01,0.3010 galantine,galantine,2,1,2,1,0.04,0.4771,0.01,0.3010 galas,galas,2,1,2,1,0.04,0.4771,0.01,0.3010 Gali,gali,6,1,0,0,0.12,0.8451,0.01,0.3010 galleta,galleta,1,1,1,1,0.02,0.3010,0.01,0.3010 Gallic,gallic,1,1,0,0,0.02,0.3010,0.01,0.3010 gallivant,gallivant,1,1,1,1,0.02,0.3010,0.01,0.3010 gallivanted,gallivanted,1,1,1,1,0.02,0.3010,0.01,0.3010 gallow,gallow,1,1,1,1,0.02,0.3010,0.01,0.3010 galluses,galluses,1,1,1,1,0.02,0.3010,0.01,0.3010 galosh,galosh,2,1,2,1,0.04,0.4771,0.01,0.3010 galumph,galumph,1,1,1,1,0.02,0.3010,0.01,0.3010 gambits,gambits,1,1,1,1,0.02,0.3010,0.01,0.3010 gambol,gambol,1,1,1,1,0.02,0.3010,0.01,0.3010 gamboled,gamboled,1,1,1,1,0.02,0.3010,0.01,0.3010 gamboling,gamboling,1,1,1,1,0.02,0.3010,0.01,0.3010 Gambone,gambone,1,1,0,0,0.02,0.3010,0.01,0.3010 gambs,gambs,1,1,1,1,0.02,0.3010,0.01,0.3010 gamecocks,gamecocks,1,1,1,1,0.02,0.3010,0.01,0.3010 gamed,gamed,1,1,1,1,0.02,0.3010,0.01,0.3010 gamesome,gamesome,1,1,1,1,0.02,0.3010,0.01,0.3010 Gamester,gamester,1,1,0,0,0.02,0.3010,0.01,0.3010 gamier,gamier,1,1,1,1,0.02,0.3010,0.01,0.3010 gammon,gammon,1,1,1,1,0.02,0.3010,0.01,0.3010 ganders,ganders,1,1,1,1,0.02,0.3010,0.01,0.3010 ganef,ganef,1,1,1,1,0.02,0.3010,0.01,0.3010 gangbuster,gangbuster,1,1,1,1,0.02,0.3010,0.01,0.3010 gange,gange,1,1,1,1,0.02,0.3010,0.01,0.3010 ganger,ganger,1,1,1,1,0.02,0.3010,0.01,0.3010 gangplanks,gangplanks,1,1,1,1,0.02,0.3010,0.01,0.3010 gangrel,gangrel,1,1,1,1,0.02,0.3010,0.01,0.3010 gangways,gangways,1,1,1,1,0.02,0.3010,0.01,0.3010 gaol,gaol,1,1,1,1,0.02,0.3010,0.01,0.3010 Gaoler,gaoler,2,1,0,0,0.04,0.4771,0.01,0.3010 gaolers,gaolers,1,1,1,1,0.02,0.3010,0.01,0.3010 Gaper,gaper,1,1,0,0,0.02,0.3010,0.01,0.3010 gapes,gapes,1,1,1,1,0.02,0.3010,0.01,0.3010 gapped,gapped,1,1,1,1,0.02,0.3010,0.01,0.3010 Gara,gara,2,1,0,0,0.04,0.4771,0.01,0.3010 garbages,garbages,1,1,1,1,0.02,0.3010,0.01,0.3010 garbles,garbles,1,1,1,1,0.02,0.3010,0.01,0.3010 garbling,garbling,1,1,1,1,0.02,0.3010,0.01,0.3010 garbs,garbs,1,1,1,1,0.02,0.3010,0.01,0.3010 gardant,gardant,1,1,1,1,0.02,0.3010,0.01,0.3010 gardened,gardened,1,1,1,1,0.02,0.3010,0.01,0.3010 garfish,garfish,3,1,3,1,0.06,0.6021,0.01,0.3010 gargled,gargled,1,1,1,1,0.02,0.3010,0.01,0.3010 garishly,garishly,1,1,1,1,0.02,0.3010,0.01,0.3010 garlicky,garlicky,2,1,1,1,0.04,0.4771,0.01,0.3010 garni,garni,1,1,1,1,0.02,0.3010,0.01,0.3010 garnisher,garnisher,3,1,3,1,0.06,0.6021,0.01,0.3010 Garon,garon,2,1,0,0,0.04,0.4771,0.01,0.3010 garroting,garroting,2,1,2,1,0.04,0.4771,0.01,0.3010 garrotted,garrotted,1,1,1,1,0.02,0.3010,0.01,0.3010 Garston,garston,1,1,0,0,0.02,0.3010,0.01,0.3010 Garten,garten,1,1,0,0,0.02,0.3010,0.01,0.3010 Garths,garths,1,1,0,0,0.02,0.3010,0.01,0.3010 Gascon,gascon,9,1,0,0,0.18,1.0000,0.01,0.3010 gasification,gasification,1,1,1,1,0.02,0.3010,0.01,0.3010 Gaskin,gaskin,1,1,0,0,0.02,0.3010,0.01,0.3010 gaslighting,gaslighting,1,1,1,1,0.02,0.3010,0.01,0.3010 gaslights,gaslights,1,1,1,1,0.02,0.3010,0.01,0.3010 gaslit,gaslit,1,1,1,1,0.02,0.3010,0.01,0.3010 gasolene,gasolene,1,1,1,1,0.02,0.3010,0.01,0.3010 Gassiness,gassiness,1,1,0,0,0.02,0.3010,0.01,0.3010 Gast,gast,1,1,0,0,0.02,0.3010,0.01,0.3010 gasthaus,gasthaus,2,1,2,1,0.04,0.4771,0.01,0.3010 gastroenterologists,gastroenterologists,1,1,1,1,0.02,0.3010,0.01,0.3010 gastrograph,gastrograph,1,1,1,1,0.02,0.3010,0.01,0.3010 gastronomic,gastronomic,1,1,1,1,0.02,0.3010,0.01,0.3010 gastronomically,gastronomically,1,1,1,1,0.02,0.3010,0.01,0.3010 gastronomy,gastronomy,1,1,1,1,0.02,0.3010,0.01,0.3010 gatecrash,gatecrash,1,1,1,1,0.02,0.3010,0.01,0.3010 gateman,gateman,1,1,1,1,0.02,0.3010,0.01,0.3010 Gatemen,gatemen,2,1,0,0,0.04,0.4771,0.01,0.3010 Gau,gau,1,1,0,0,0.02,0.3010,0.01,0.3010 Gaucher,gaucher,1,1,0,0,0.02,0.3010,0.01,0.3010 gaucherie,gaucherie,2,1,2,1,0.04,0.4771,0.01,0.3010 Gaudeamus,gaudeamus,2,1,0,0,0.04,0.4771,0.01,0.3010 gaudier,gaudier,1,1,1,1,0.02,0.3010,0.01,0.3010 gauds,gauds,1,1,1,1,0.02,0.3010,0.01,0.3010 gauged,gauged,1,1,1,1,0.02,0.3010,0.01,0.3010 Gaulish,gaulish,1,1,0,0,0.02,0.3010,0.01,0.3010 gauzy,gauzy,1,1,1,1,0.02,0.3010,0.01,0.3010 gavage,gavage,1,1,1,1,0.02,0.3010,0.01,0.3010 gawkiness,gawkiness,1,1,1,1,0.02,0.3010,0.01,0.3010 gawks,gawks,1,1,1,1,0.02,0.3010,0.01,0.3010 gawp,gawp,1,1,1,1,0.02,0.3010,0.01,0.3010 gawping,gawping,1,1,1,1,0.02,0.3010,0.01,0.3010 gayish,gayish,1,1,1,1,0.02,0.3010,0.01,0.3010 gazabo,gazabo,1,1,1,1,0.02,0.3010,0.01,0.3010 gazehound,gazehound,1,1,1,1,0.02,0.3010,0.01,0.3010 gazettes,gazettes,1,1,1,1,0.02,0.3010,0.01,0.3010 Gd,gd,2,1,0,0,0.04,0.4771,0.01,0.3010 gearboxes,gearboxes,1,1,1,1,0.02,0.3010,0.01,0.3010 gearset,gearset,1,1,1,1,0.02,0.3010,0.01,0.3010 Geat,geat,2,1,0,0,0.04,0.4771,0.01,0.3010 geet,geet,1,1,1,1,0.02,0.3010,0.01,0.3010 Gehenna,gehenna,1,1,0,0,0.02,0.3010,0.01,0.3010 Geir,geir,17,1,0,0,0.33,1.2553,0.01,0.3010 gelatinized,gelatinized,1,1,1,1,0.02,0.3010,0.01,0.3010 gelded,gelded,1,1,1,1,0.02,0.3010,0.01,0.3010 geldings,geldings,2,1,2,1,0.04,0.4771,0.01,0.3010 gelled,gelled,1,1,1,1,0.02,0.3010,0.01,0.3010 gels,gels,1,1,1,1,0.02,0.3010,0.01,0.3010 gelt,gelt,1,1,1,1,0.02,0.3010,0.01,0.3010 Gemeinde,gemeinde,1,1,0,0,0.02,0.3010,0.01,0.3010 Gendarmerie,gendarmerie,1,1,0,0,0.02,0.3010,0.01,0.3010 genealogies,genealogies,1,1,1,1,0.02,0.3010,0.01,0.3010 genealogist,genealogist,4,1,4,1,0.08,0.6990,0.01,0.3010 generale,generale,1,1,1,1,0.02,0.3010,0.01,0.3010 generalisation,generalisation,1,1,1,1,0.02,0.3010,0.01,0.3010 generalissimos,generalissimos,1,1,1,1,0.02,0.3010,0.01,0.3010 generall,generall,1,1,1,1,0.02,0.3010,0.01,0.3010 generater,generater,1,1,1,1,0.02,0.3010,0.01,0.3010 generative,generative,1,1,1,1,0.02,0.3010,0.01,0.3010 generics,generics,1,1,1,1,0.02,0.3010,0.01,0.3010 geniality,geniality,1,1,1,1,0.02,0.3010,0.01,0.3010 genii,genii,1,1,1,1,0.02,0.3010,0.01,0.3010 genitally,genitally,1,1,1,1,0.02,0.3010,0.01,0.3010 genocides,genocides,1,1,1,1,0.02,0.3010,0.01,0.3010 genomic,genomic,1,1,1,1,0.02,0.3010,0.01,0.3010 genotypes,genotypes,1,1,1,1,0.02,0.3010,0.01,0.3010 gens,gens,1,1,1,1,0.02,0.3010,0.01,0.3010 genteelly,genteelly,1,1,1,1,0.02,0.3010,0.01,0.3010 gentlemanliness,gentlemanliness,1,1,1,1,0.02,0.3010,0.01,0.3010 gentrify,gentrify,1,1,1,1,0.02,0.3010,0.01,0.3010 Genty,genty,1,1,0,0,0.02,0.3010,0.01,0.3010 genuflected,genuflected,1,1,1,1,0.02,0.3010,0.01,0.3010 genuflects,genuflects,1,1,1,1,0.02,0.3010,0.01,0.3010 geodes,geodes,1,1,1,1,0.02,0.3010,0.01,0.3010 geogen,geogen,1,1,1,1,0.02,0.3010,0.01,0.3010 geographies,geographies,2,1,1,1,0.04,0.4771,0.01,0.3010 geomagnetics,geomagnetics,1,1,1,1,0.02,0.3010,0.01,0.3010 geomancy,geomancy,2,1,1,1,0.04,0.4771,0.01,0.3010 geophone,geophone,1,1,1,1,0.02,0.3010,0.01,0.3010 geophones,geophones,2,1,2,1,0.04,0.4771,0.01,0.3010 geophysicists,geophysicists,1,1,1,1,0.02,0.3010,0.01,0.3010 geophysics,geophysics,1,1,1,1,0.02,0.3010,0.01,0.3010 Georgics,georgics,1,1,0,0,0.02,0.3010,0.01,0.3010 Geoscience,geoscience,1,1,0,0,0.02,0.3010,0.01,0.3010 geostationary,geostationary,1,1,1,1,0.02,0.3010,0.01,0.3010 gerberas,gerberas,1,1,1,1,0.02,0.3010,0.01,0.3010 geriatrist,geriatrist,1,1,1,1,0.02,0.3010,0.01,0.3010 Gerkin,gerkin,2,1,0,0,0.04,0.4771,0.01,0.3010 germanium,germanium,4,1,4,1,0.08,0.6990,0.01,0.3010 germens,germens,1,1,1,1,0.02,0.3010,0.01,0.3010 germicidal,germicidal,1,1,1,1,0.02,0.3010,0.01,0.3010 germinate,germinate,1,1,1,1,0.02,0.3010,0.01,0.3010 germinates,germinates,1,1,1,1,0.02,0.3010,0.01,0.3010 germination,germination,1,1,1,1,0.02,0.3010,0.01,0.3010 Germinator,germinator,2,1,0,0,0.04,0.4771,0.01,0.3010 gerunds,gerunds,1,1,1,1,0.02,0.3010,0.01,0.3010 Gervais,gervais,2,1,0,0,0.04,0.4771,0.01,0.3010 Geryon,geryon,2,1,0,0,0.04,0.4771,0.01,0.3010 Gess,gess,1,1,0,0,0.02,0.3010,0.01,0.3010 gestated,gestated,1,1,1,1,0.02,0.3010,0.01,0.3010 gestates,gestates,1,1,1,1,0.02,0.3010,0.01,0.3010 gested,gested,1,1,1,1,0.02,0.3010,0.01,0.3010 gether,gether,1,1,1,1,0.02,0.3010,0.01,0.3010 Geulah,geulah,1,1,0,0,0.02,0.3010,0.01,0.3010 gewgaws,gewgaws,1,1,1,1,0.02,0.3010,0.01,0.3010 Ghanaian,ghanaian,1,1,0,0,0.02,0.3010,0.01,0.3010 ghastlier,ghastlier,1,1,1,1,0.02,0.3010,0.01,0.3010 ghastliest,ghastliest,1,1,1,1,0.02,0.3010,0.01,0.3010 Ghat,ghat,3,1,0,0,0.06,0.6021,0.01,0.3010 Ghazi,ghazi,1,1,0,0,0.02,0.3010,0.01,0.3010 ghettoes,ghettoes,4,1,4,1,0.08,0.6990,0.01,0.3010 Ghi,ghi,5,1,0,0,0.10,0.7782,0.01,0.3010 ghostlike,ghostlike,1,1,1,1,0.02,0.3010,0.01,0.3010 ghostwrite,ghostwrite,1,1,1,1,0.02,0.3010,0.01,0.3010 ghostwriting,ghostwriting,1,1,1,1,0.02,0.3010,0.01,0.3010 ghostwritten,ghostwritten,2,1,2,1,0.04,0.4771,0.01,0.3010 giantism,giantism,1,1,1,1,0.02,0.3010,0.01,0.3010 gibbeting,gibbeting,1,1,1,1,0.02,0.3010,0.01,0.3010 Gies,gies,4,1,0,0,0.08,0.6990,0.01,0.3010 giftwrap,giftwrap,1,1,1,1,0.02,0.3010,0.01,0.3010 Gigabyte,gigabyte,1,1,0,0,0.02,0.3010,0.01,0.3010 Gigameter,gigameter,1,1,0,0,0.02,0.3010,0.01,0.3010 gigawatt,gigawatt,1,1,1,1,0.02,0.3010,0.01,0.3010 gigglers,gigglers,1,1,1,1,0.02,0.3010,0.01,0.3010 Gilbertine,gilbertine,2,1,0,0,0.04,0.4771,0.01,0.3010 gilts,gilts,1,1,1,1,0.02,0.3010,0.01,0.3010 gimcrack,gimcrack,1,1,1,1,0.02,0.3010,0.01,0.3010 Gimel,gimel,2,1,0,0,0.04,0.4771,0.01,0.3010 gimped,gimped,1,1,1,1,0.02,0.3010,0.01,0.3010 gimping,gimping,1,1,1,1,0.02,0.3010,0.01,0.3010 gingerly,gingerly,1,1,1,1,0.02,0.3010,0.01,0.3010 Gingernut,gingernut,1,1,0,0,0.02,0.3010,0.01,0.3010 gingerroot,gingerroot,1,1,1,1,0.02,0.3010,0.01,0.3010 gingersnap,gingersnap,1,1,1,1,0.02,0.3010,0.01,0.3010 gingersnaps,gingersnaps,1,1,1,1,0.02,0.3010,0.01,0.3010 Gingiva,gingiva,1,1,0,0,0.02,0.3010,0.01,0.3010 gingivae,gingivae,1,1,1,1,0.02,0.3010,0.01,0.3010 gingkos,gingkos,1,1,1,1,0.02,0.3010,0.01,0.3010 Ginglymus,ginglymus,1,1,0,0,0.02,0.3010,0.01,0.3010 ginning,ginning,2,1,2,1,0.04,0.4771,0.01,0.3010 Ginnings,ginnings,1,1,0,0,0.02,0.3010,0.01,0.3010 ginzo,ginzo,1,1,1,1,0.02,0.3010,0.01,0.3010 Gip,gip,8,1,0,0,0.16,0.9542,0.01,0.3010 Gippo,gippo,1,1,0,0,0.02,0.3010,0.01,0.3010 girding,girding,1,1,1,1,0.02,0.3010,0.01,0.3010 Girling,girling,2,1,0,0,0.04,0.4771,0.01,0.3010 girlishness,girlishness,1,1,1,1,0.02,0.3010,0.01,0.3010 Giron,giron,18,1,0,0,0.35,1.2788,0.01,0.3010 Gironde,gironde,1,1,0,0,0.02,0.3010,0.01,0.3010 girt,girt,2,1,2,1,0.04,0.4771,0.01,0.3010 gismos,gismos,1,1,1,1,0.02,0.3010,0.01,0.3010 Gitana,gitana,3,1,0,0,0.06,0.6021,0.01,0.3010 Gitter,gitter,1,1,0,0,0.02,0.3010,0.01,0.3010 Glabella,glabella,2,1,0,0,0.04,0.4771,0.01,0.3010 glacially,glacially,1,1,1,1,0.02,0.3010,0.01,0.3010 glaciated,glaciated,1,1,1,1,0.02,0.3010,0.01,0.3010 gladder,gladder,1,1,1,1,0.02,0.3010,0.01,0.3010 Gladier,gladier,2,1,0,0,0.04,0.4771,0.01,0.3010 gladiola,gladiola,1,1,1,1,0.02,0.3010,0.01,0.3010 gladiolus,gladiolus,2,1,1,1,0.04,0.4771,0.01,0.3010 glads,glads,1,1,1,1,0.02,0.3010,0.01,0.3010 glair,glair,1,1,1,1,0.02,0.3010,0.01,0.3010 glamorize,glamorize,1,1,1,1,0.02,0.3010,0.01,0.3010 glamorizes,glamorizes,1,1,1,1,0.02,0.3010,0.01,0.3010 glamoured,glamoured,1,1,1,1,0.02,0.3010,0.01,0.3010 glamouring,glamouring,1,1,1,1,0.02,0.3010,0.01,0.3010 glans,glans,1,1,1,1,0.02,0.3010,0.01,0.3010 glary,glary,1,1,1,1,0.02,0.3010,0.01,0.3010 glassblower,glassblower,1,1,1,1,0.02,0.3010,0.01,0.3010 glassed,glassed,1,1,1,1,0.02,0.3010,0.01,0.3010 Glasser,glasser,2,1,0,0,0.04,0.4771,0.01,0.3010 glasshouse,glasshouse,1,1,1,1,0.02,0.3010,0.01,0.3010 glassine,glassine,1,1,1,1,0.02,0.3010,0.01,0.3010 glazes,glazes,1,1,1,1,0.02,0.3010,0.01,0.3010 Gleaner,gleaner,2,1,0,0,0.04,0.4771,0.01,0.3010 Gleba,gleba,8,1,1,1,0.16,0.9542,0.01,0.3010 gleets,gleets,3,1,2,1,0.06,0.6021,0.01,0.3010 glenohumeral,glenohumeral,1,1,1,1,0.02,0.3010,0.01,0.3010 glenoid,glenoid,1,1,1,1,0.02,0.3010,0.01,0.3010 Glim,glim,1,1,0,0,0.02,0.3010,0.01,0.3010 glimmery,glimmery,1,1,1,1,0.02,0.3010,0.01,0.3010 glinted,glinted,1,1,1,1,0.02,0.3010,0.01,0.3010 gliomas,gliomas,1,1,1,1,0.02,0.3010,0.01,0.3010 glist,glist,2,1,2,1,0.04,0.4771,0.01,0.3010 gloated,gloated,1,1,1,1,0.02,0.3010,0.01,0.3010 gloater,gloater,3,1,3,1,0.06,0.6021,0.01,0.3010 gloaters,gloaters,3,1,2,1,0.06,0.6021,0.01,0.3010 globetrotting,globetrotting,1,1,1,1,0.02,0.3010,0.01,0.3010 Globin,globin,1,1,0,0,0.02,0.3010,0.01,0.3010 globule,globule,2,1,2,1,0.04,0.4771,0.01,0.3010 globulins,globulins,1,1,1,1,0.02,0.3010,0.01,0.3010 globulous,globulous,1,1,1,1,0.02,0.3010,0.01,0.3010 glomming,glomming,1,1,1,1,0.02,0.3010,0.01,0.3010 gloppy,gloppy,1,1,1,1,0.02,0.3010,0.01,0.3010 Glorias,glorias,1,1,0,0,0.02,0.3010,0.01,0.3010 glorying,glorying,1,1,1,1,0.02,0.3010,0.01,0.3010 glossier,glossier,1,1,1,1,0.02,0.3010,0.01,0.3010 glossies,glossies,1,1,1,1,0.02,0.3010,0.01,0.3010 glossitis,glossitis,1,1,1,1,0.02,0.3010,0.01,0.3010 glossless,glossless,1,1,1,1,0.02,0.3010,0.01,0.3010 glossolalia,glossolalia,1,1,1,1,0.02,0.3010,0.01,0.3010 glossophobia,glossophobia,1,1,1,1,0.02,0.3010,0.01,0.3010 glottal,glottal,1,1,1,1,0.02,0.3010,0.01,0.3010 glottis,glottis,1,1,1,1,0.02,0.3010,0.01,0.3010 Glovey,glovey,1,1,0,0,0.02,0.3010,0.01,0.3010 gloving,gloving,2,1,2,1,0.04,0.4771,0.01,0.3010 glowering,glowering,1,1,1,1,0.02,0.3010,0.01,0.3010 glowers,glowers,1,1,1,1,0.02,0.3010,0.01,0.3010 glowworms,glowworms,1,1,1,1,0.02,0.3010,0.01,0.3010 glucocorticoid,glucocorticoid,2,1,2,1,0.04,0.4771,0.01,0.3010 glueing,glueing,1,1,1,1,0.02,0.3010,0.01,0.3010 glutathione,glutathione,1,1,1,1,0.02,0.3010,0.01,0.3010 Glutinous,glutinous,1,1,0,0,0.02,0.3010,0.01,0.3010 gluts,gluts,1,1,1,1,0.02,0.3010,0.01,0.3010 glutted,glutted,1,1,1,1,0.02,0.3010,0.01,0.3010 glyceryl,glyceryl,1,1,1,1,0.02,0.3010,0.01,0.3010 glycine,glycine,1,1,1,1,0.02,0.3010,0.01,0.3010 glycogen,glycogen,1,1,1,1,0.02,0.3010,0.01,0.3010 Glyn,glyn,1,1,0,0,0.02,0.3010,0.01,0.3010 Gn,gn,1,1,0,0,0.02,0.3010,0.01,0.3010 gnarlier,gnarlier,1,1,1,1,0.02,0.3010,0.01,0.3010 gnashed,gnashed,1,1,1,1,0.02,0.3010,0.01,0.3010 gnashes,gnashes,1,1,1,1,0.02,0.3010,0.01,0.3010 Gnostic,gnostic,1,1,0,0,0.02,0.3010,0.01,0.3010 Gnosticism,gnosticism,1,1,0,0,0.02,0.3010,0.01,0.3010 goaler,goaler,1,1,1,1,0.02,0.3010,0.01,0.3010 goalkeepers,goalkeepers,1,1,1,1,0.02,0.3010,0.01,0.3010 goalkeeping,goalkeeping,1,1,1,1,0.02,0.3010,0.01,0.3010 goalposts,goalposts,1,1,1,1,0.02,0.3010,0.01,0.3010 goaltending,goaltending,1,1,1,1,0.02,0.3010,0.01,0.3010 gobbet,gobbet,1,1,1,1,0.02,0.3010,0.01,0.3010 gobbets,gobbets,1,1,1,1,0.02,0.3010,0.01,0.3010 Gobelin,gobelin,5,1,0,0,0.10,0.7782,0.01,0.3010 gobies,gobies,1,1,1,1,0.02,0.3010,0.01,0.3010 gobstopper,gobstopper,1,1,1,1,0.02,0.3010,0.01,0.3010 godchildren,godchildren,1,1,1,1,0.02,0.3010,0.01,0.3010 Goddammed,goddammed,2,1,0,0,0.04,0.4771,0.01,0.3010 goddaughters,goddaughters,11,1,10,1,0.22,1.0792,0.01,0.3010 gode,gode,1,1,1,1,0.02,0.3010,0.01,0.3010 Godkin,godkin,1,1,0,0,0.02,0.3010,0.01,0.3010 godsons,godsons,1,1,1,1,0.02,0.3010,0.01,0.3010 gofers,gofers,1,1,1,1,0.02,0.3010,0.01,0.3010 goggly,goggly,1,1,1,1,0.02,0.3010,0.01,0.3010 goi,goi,1,1,1,1,0.02,0.3010,0.01,0.3010 goiters,goiters,2,1,2,1,0.04,0.4771,0.01,0.3010 goldang,goldang,1,1,1,1,0.02,0.3010,0.01,0.3010 goldbricker,goldbricker,1,1,1,1,0.02,0.3010,0.01,0.3010 goldbrickers,goldbrickers,2,1,2,1,0.04,0.4771,0.01,0.3010 Goldeneye,goldeneye,13,1,0,0,0.25,1.1461,0.01,0.3010 Goldeneyes,goldeneyes,1,1,0,0,0.02,0.3010,0.01,0.3010 goldenseal,goldenseal,1,1,1,1,0.02,0.3010,0.01,0.3010 Goldfield,goldfield,1,1,0,0,0.02,0.3010,0.01,0.3010 Goldfinch,goldfinch,2,1,0,0,0.04,0.4771,0.01,0.3010 goldfinches,goldfinches,1,1,1,1,0.02,0.3010,0.01,0.3010 Golding,golding,2,1,0,0,0.04,0.4771,0.01,0.3010 goldmines,goldmines,1,1,1,1,0.02,0.3010,0.01,0.3010 goldsmiths,goldsmiths,1,1,1,1,0.02,0.3010,0.01,0.3010 Goldstone,goldstone,1,1,0,0,0.02,0.3010,0.01,0.3010 golems,golems,1,1,1,1,0.02,0.3010,0.01,0.3010 Goli,goli,1,1,0,0,0.02,0.3010,0.01,0.3010 Goliaths,goliaths,1,1,0,0,0.02,0.3010,0.01,0.3010 Goll,goll,1,1,0,0,0.02,0.3010,0.01,0.3010 golliwog,golliwog,2,1,2,1,0.04,0.4771,0.01,0.3010 golpe,golpe,1,1,1,1,0.02,0.3010,0.01,0.3010 gome,gome,1,1,1,1,0.02,0.3010,0.01,0.3010 goney,goney,1,1,1,1,0.02,0.3010,0.01,0.3010 gonging,gonging,1,1,1,1,0.02,0.3010,0.01,0.3010 gonif,gonif,1,1,1,1,0.02,0.3010,0.01,0.3010 gonk,gonk,1,1,1,1,0.02,0.3010,0.01,0.3010 Gooding,gooding,2,1,0,0,0.04,0.4771,0.01,0.3010 goofiest,goofiest,1,1,1,1,0.02,0.3010,0.01,0.3010 googolplex,googolplex,1,1,1,1,0.02,0.3010,0.01,0.3010 Goony,goony,9,1,0,0,0.18,1.0000,0.01,0.3010 goops,goops,1,1,1,1,0.02,0.3010,0.01,0.3010 gooseberries,gooseberries,1,1,1,1,0.02,0.3010,0.01,0.3010 gooseneck,gooseneck,1,1,1,1,0.02,0.3010,0.01,0.3010 Gooseries,gooseries,1,1,0,0,0.02,0.3010,0.01,0.3010 gorger,gorger,1,1,1,1,0.02,0.3010,0.01,0.3010 Gorgonia,gorgonia,1,1,0,0,0.02,0.3010,0.01,0.3010 Gorki,gorki,1,1,0,0,0.02,0.3010,0.01,0.3010 Gorlois,gorlois,13,1,0,0,0.25,1.1461,0.01,0.3010 gorp,gorp,2,1,2,1,0.04,0.4771,0.01,0.3010 Gorry,gorry,4,1,1,1,0.08,0.6990,0.01,0.3010 Gos,gos,1,1,0,0,0.02,0.3010,0.01,0.3010 goslings,goslings,1,1,1,1,0.02,0.3010,0.01,0.3010 gossipmonger,gossipmonger,2,1,1,1,0.04,0.4771,0.01,0.3010 gossipped,gossipped,1,1,1,1,0.02,0.3010,0.01,0.3010 gote,gote,1,1,1,1,0.02,0.3010,0.01,0.3010 Gougers,gougers,2,1,0,0,0.04,0.4771,0.01,0.3010 gourmandise,gourmandise,1,1,1,1,0.02,0.3010,0.01,0.3010 gourmands,gourmands,1,1,1,1,0.02,0.3010,0.01,0.3010 gouty,gouty,1,1,1,1,0.02,0.3010,0.01,0.3010 Gove,gove,1,1,0,0,0.02,0.3010,0.01,0.3010 govt,govt,1,1,1,1,0.02,0.3010,0.01,0.3010 gowans,gowans,2,1,2,1,0.04,0.4771,0.01,0.3010 Gowland,gowland,2,1,0,0,0.04,0.4771,0.01,0.3010 gowning,gowning,1,1,1,1,0.02,0.3010,0.01,0.3010 goys,goys,1,1,1,1,0.02,0.3010,0.01,0.3010 Gpss,gpss,1,1,0,0,0.02,0.3010,0.01,0.3010 graben,graben,1,1,1,1,0.02,0.3010,0.01,0.3010 gracefulness,gracefulness,1,1,1,1,0.02,0.3010,0.01,0.3010 gracilis,gracilis,1,1,1,1,0.02,0.3010,0.01,0.3010 grackle,grackle,2,1,2,1,0.04,0.4771,0.01,0.3010 Gracy,gracy,1,1,0,0,0.02,0.3010,0.01,0.3010 gradated,gradated,1,1,1,1,0.02,0.3010,0.01,0.3010 gradation,gradation,1,1,1,1,0.02,0.3010,0.01,0.3010 gradeless,gradeless,1,1,1,1,0.02,0.3010,0.01,0.3010 gradin,gradin,1,1,1,1,0.02,0.3010,0.01,0.3010 graffito,graffito,6,1,6,1,0.12,0.8451,0.01,0.3010 Graine,graine,4,1,0,0,0.08,0.6990,0.01,0.3010 grained,grained,1,1,1,1,0.02,0.3010,0.01,0.3010 Grallatorial,grallatorial,1,1,0,0,0.02,0.3010,0.01,0.3010 Grama,grama,23,1,0,0,0.45,1.3802,0.01,0.3010 gramma,gramma,1,1,1,1,0.02,0.3010,0.01,0.3010 grammarian,grammarian,1,1,1,1,0.02,0.3010,0.01,0.3010 grammes,grammes,1,1,1,1,0.02,0.3010,0.01,0.3010 gramophones,gramophones,2,1,2,1,0.04,0.4771,0.01,0.3010 grampus,grampus,1,1,1,1,0.02,0.3010,0.01,0.3010 Granado,granado,9,1,0,0,0.18,1.0000,0.01,0.3010 granate,granate,1,1,1,1,0.02,0.3010,0.01,0.3010 Grandee,grandee,4,1,1,1,0.08,0.6990,0.01,0.3010 grandfathering,grandfathering,1,1,1,1,0.02,0.3010,0.01,0.3010 granites,granites,1,1,1,1,0.02,0.3010,0.01,0.3010 Granma,granma,11,1,0,0,0.22,1.0792,0.01,0.3010 Grans,grans,4,1,0,0,0.08,0.6990,0.01,0.3010 granulating,granulating,1,1,1,1,0.02,0.3010,0.01,0.3010 granule,granule,2,1,2,1,0.04,0.4771,0.01,0.3010 granulomatosis,granulomatosis,1,1,1,1,0.02,0.3010,0.01,0.3010 Grapenuts,grapenuts,1,1,0,0,0.02,0.3010,0.01,0.3010 graphologist,graphologist,1,1,1,1,0.02,0.3010,0.01,0.3010 graphologists,graphologists,1,1,1,1,0.02,0.3010,0.01,0.3010 graphomania,graphomania,1,1,1,1,0.02,0.3010,0.01,0.3010 graphomaniac,graphomaniac,1,1,1,1,0.02,0.3010,0.01,0.3010 graphophone,graphophone,1,1,1,1,0.02,0.3010,0.01,0.3010 Grapnels,grapnels,1,1,0,0,0.02,0.3010,0.01,0.3010 grasper,grasper,1,1,1,1,0.02,0.3010,0.01,0.3010 graspers,graspers,1,1,1,1,0.02,0.3010,0.01,0.3010 grassers,grassers,1,1,1,1,0.02,0.3010,0.01,0.3010 grassing,grassing,1,1,1,1,0.02,0.3010,0.01,0.3010 gratae,gratae,1,1,1,1,0.02,0.3010,0.01,0.3010 Grateman,grateman,3,1,0,0,0.06,0.6021,0.01,0.3010 gratias,gratias,1,1,1,1,0.02,0.3010,0.01,0.3010 gratifyingly,gratifyingly,1,1,1,1,0.02,0.3010,0.01,0.3010 gratings,gratings,1,1,1,1,0.02,0.3010,0.01,0.3010 gratuitously,gratuitously,1,1,1,1,0.02,0.3010,0.01,0.3010 gravamen,gravamen,1,1,1,1,0.02,0.3010,0.01,0.3010 graved,graved,1,1,1,1,0.02,0.3010,0.01,0.3010 gravelled,gravelled,1,1,1,1,0.02,0.3010,0.01,0.3010 gravelly,gravelly,1,1,1,1,0.02,0.3010,0.01,0.3010 Gravers,gravers,1,1,0,0,0.02,0.3010,0.01,0.3010 gravid,gravid,1,1,1,1,0.02,0.3010,0.01,0.3010 gravitation,gravitation,1,1,1,1,0.02,0.3010,0.01,0.3010 gravitic,gravitic,1,1,1,1,0.02,0.3010,0.01,0.3010 graybeards,graybeards,1,1,1,1,0.02,0.3010,0.01,0.3010 grayed,grayed,2,1,2,1,0.04,0.4771,0.01,0.3010 grayhead,grayhead,1,1,1,1,0.02,0.3010,0.01,0.3010 grayness,grayness,1,1,1,1,0.02,0.3010,0.01,0.3010 greases,greases,1,1,1,1,0.02,0.3010,0.01,0.3010 Greasewood,greasewood,9,1,0,0,0.18,1.0000,0.01,0.3010 Greatcoat,greatcoat,1,1,0,0,0.02,0.3010,0.01,0.3010 greatcoats,greatcoats,1,1,1,1,0.02,0.3010,0.01,0.3010 greaves,greaves,1,1,1,1,0.02,0.3010,0.01,0.3010 Gree,gree,2,1,0,0,0.04,0.4771,0.01,0.3010 greediest,greediest,2,1,2,1,0.04,0.4771,0.01,0.3010 greenback,greenback,1,1,1,1,0.02,0.3010,0.01,0.3010 Greeney,greeney,1,1,0,0,0.02,0.3010,0.01,0.3010 greenmail,greenmail,3,1,2,1,0.06,0.6021,0.01,0.3010 Gremmie,gremmie,1,1,0,0,0.02,0.3010,0.01,0.3010 Grenier,grenier,1,1,0,0,0.02,0.3010,0.01,0.3010 gres,gres,1,1,1,1,0.02,0.3010,0.01,0.3010 Grete,grete,5,1,0,0,0.10,0.7782,0.01,0.3010 grex,grex,1,1,1,1,0.02,0.3010,0.01,0.3010 greyish,greyish,1,1,1,1,0.02,0.3010,0.01,0.3010 Greystone,greystone,1,1,0,0,0.02,0.3010,0.01,0.3010 Griddlecakes,griddlecakes,2,1,0,0,0.04,0.4771,0.01,0.3010 griddles,griddles,1,1,1,1,0.02,0.3010,0.01,0.3010 grifted,grifted,2,1,2,1,0.04,0.4771,0.01,0.3010 grifting,grifting,1,1,1,1,0.02,0.3010,0.01,0.3010 grigri,grigri,1,1,1,1,0.02,0.3010,0.01,0.3010 Grigs,grigs,5,1,0,0,0.10,0.7782,0.01,0.3010 grimaced,grimaced,1,1,1,1,0.02,0.3010,0.01,0.3010 grimalkin,grimalkin,1,1,1,1,0.02,0.3010,0.01,0.3010 grimmer,grimmer,1,1,1,1,0.02,0.3010,0.01,0.3010 grindstones,grindstones,1,1,1,1,0.02,0.3010,0.01,0.3010 griped,griped,1,1,1,1,0.02,0.3010,0.01,0.3010 gripers,gripers,1,1,1,1,0.02,0.3010,0.01,0.3010 grippers,grippers,1,1,1,1,0.02,0.3010,0.01,0.3010 grippingly,grippingly,1,1,1,1,0.02,0.3010,0.01,0.3010 grisliest,grisliest,1,1,1,1,0.02,0.3010,0.01,0.3010 gristles,gristles,1,1,1,1,0.02,0.3010,0.01,0.3010 gristly,gristly,2,1,2,1,0.04,0.4771,0.01,0.3010 gristmill,gristmill,2,1,2,1,0.04,0.4771,0.01,0.3010 grizzler,grizzler,1,1,1,1,0.02,0.3010,0.01,0.3010 grizzlers,grizzlers,1,1,1,1,0.02,0.3010,0.01,0.3010 grizzling,grizzling,1,1,1,1,0.02,0.3010,0.01,0.3010 groaners,groaners,1,1,1,1,0.02,0.3010,0.01,0.3010 Groff,groff,2,1,0,0,0.04,0.4771,0.01,0.3010 Groggily,groggily,1,1,0,0,0.02,0.3010,0.01,0.3010 Grond,grond,1,1,0,0,0.02,0.3010,0.01,0.3010 grooved,grooved,3,1,3,1,0.06,0.6021,0.01,0.3010 Groovers,groovers,6,1,0,0,0.12,0.8451,0.01,0.3010 groovier,groovier,1,1,1,1,0.02,0.3010,0.01,0.3010 groper,groper,1,1,1,1,0.02,0.3010,0.01,0.3010 Grosbeak,grosbeak,3,1,1,1,0.06,0.6021,0.01,0.3010 grosso,grosso,1,1,1,1,0.02,0.3010,0.01,0.3010 grot,grot,1,1,1,1,0.02,0.3010,0.01,0.3010 groundings,groundings,1,1,1,1,0.02,0.3010,0.01,0.3010 Groundling,groundling,1,1,0,0,0.02,0.3010,0.01,0.3010 groundout,groundout,1,1,1,1,0.02,0.3010,0.01,0.3010 groundsheet,groundsheet,1,1,1,1,0.02,0.3010,0.01,0.3010 groundsman,groundsman,1,1,1,1,0.02,0.3010,0.01,0.3010 grouting,grouting,1,1,1,1,0.02,0.3010,0.01,0.3010 grovelled,grovelled,1,1,1,1,0.02,0.3010,0.01,0.3010 growlers,growlers,1,1,1,1,0.02,0.3010,0.01,0.3010 growly,growly,1,1,1,1,0.02,0.3010,0.01,0.3010 growse,growse,4,1,2,1,0.08,0.6990,0.01,0.3010 Grubbiness,grubbiness,1,1,0,0,0.02,0.3010,0.01,0.3010 grubstaker,grubstaker,2,1,2,1,0.04,0.4771,0.01,0.3010 Grue,grue,3,1,0,0,0.06,0.6021,0.01,0.3010 gruesomeness,gruesomeness,1,1,1,1,0.02,0.3010,0.01,0.3010 gruffer,gruffer,1,1,1,1,0.02,0.3010,0.01,0.3010 gruffest,gruffest,1,1,1,1,0.02,0.3010,0.01,0.3010 Grum,grum,1,1,0,0,0.02,0.3010,0.01,0.3010 grumblers,grumblers,1,1,1,1,0.02,0.3010,0.01,0.3010 Grumpiest,grumpiest,1,1,0,0,0.02,0.3010,0.01,0.3010 Grun,grun,1,1,0,0,0.02,0.3010,0.01,0.3010 grundel,grundel,1,1,1,1,0.02,0.3010,0.01,0.3010 Grundy,grundy,17,1,0,0,0.33,1.2553,0.01,0.3010 Gruss,gruss,1,1,0,0,0.02,0.3010,0.01,0.3010 Gryllus,gryllus,4,1,0,0,0.08,0.6990,0.01,0.3010 gryphon,gryphon,1,1,1,1,0.02,0.3010,0.01,0.3010 guardant,guardant,1,1,1,1,0.02,0.3010,0.01,0.3010 guarder,guarder,1,1,1,1,0.02,0.3010,0.01,0.3010 Guardo,guardo,2,1,0,0,0.04,0.4771,0.01,0.3010 Guariba,guariba,1,1,0,0,0.02,0.3010,0.01,0.3010 Guarneri,guarneri,1,1,0,0,0.02,0.3010,0.01,0.3010 Guarnerius,guarnerius,1,1,0,0,0.02,0.3010,0.01,0.3010 guerdon,guerdon,1,1,1,1,0.02,0.3010,0.01,0.3010 guesthouses,guesthouses,1,1,1,1,0.02,0.3010,0.01,0.3010 guestimate,guestimate,1,1,1,1,0.02,0.3010,0.01,0.3010 guestimating,guestimating,1,1,1,1,0.02,0.3010,0.01,0.3010 guesting,guesting,1,1,1,1,0.02,0.3010,0.01,0.3010 gugu,gugu,5,1,5,1,0.10,0.7782,0.01,0.3010 Guiana,guiana,3,1,0,0,0.06,0.6021,0.01,0.3010 Guichet,guichet,1,1,0,0,0.02,0.3010,0.01,0.3010 Guider,guider,1,1,0,0,0.02,0.3010,0.01,0.3010 Guidon,guidon,6,1,0,0,0.12,0.8451,0.01,0.3010 Guidons,guidons,1,1,0,0,0.02,0.3010,0.01,0.3010 guilds,guilds,1,1,1,1,0.02,0.3010,0.01,0.3010 guiles,guiles,1,1,1,1,0.02,0.3010,0.01,0.3010 guillotines,guillotines,1,1,1,1,0.02,0.3010,0.01,0.3010 guiltiness,guiltiness,1,1,1,1,0.02,0.3010,0.01,0.3010 Guinean,guinean,1,1,0,0,0.02,0.3010,0.01,0.3010 guiro,guiro,1,1,1,1,0.02,0.3010,0.01,0.3010 guised,guised,1,1,1,1,0.02,0.3010,0.01,0.3010 gulags,gulags,1,1,1,1,0.02,0.3010,0.01,0.3010 Gulden,gulden,1,1,0,0,0.02,0.3010,0.01,0.3010 gules,gules,1,1,1,1,0.02,0.3010,0.01,0.3010 gulfing,gulfing,2,1,2,1,0.04,0.4771,0.01,0.3010 gulfs,gulfs,1,1,1,1,0.02,0.3010,0.01,0.3010 gulled,gulled,1,1,1,1,0.02,0.3010,0.01,0.3010 gulley,gulley,1,1,1,1,0.02,0.3010,0.01,0.3010 gullied,gullied,1,1,1,1,0.02,0.3010,0.01,0.3010 gullying,gullying,1,1,1,1,0.02,0.3010,0.01,0.3010 Gulpin,gulpin,1,1,0,0,0.02,0.3010,0.01,0.3010 guly,guly,1,1,1,1,0.02,0.3010,0.01,0.3010 gumboil,gumboil,2,1,2,1,0.04,0.4771,0.01,0.3010 gumminess,gumminess,1,1,1,1,0.02,0.3010,0.01,0.3010 gumshoeing,gumshoeing,1,1,1,1,0.02,0.3010,0.01,0.3010 guncotton,guncotton,1,1,1,1,0.02,0.3010,0.01,0.3010 Gunda,gunda,2,1,0,0,0.04,0.4771,0.01,0.3010 gunl,gunl,1,1,1,1,0.02,0.3010,0.01,0.3010 gunmaker,gunmaker,1,1,1,1,0.02,0.3010,0.01,0.3010 gunnels,gunnels,1,1,1,1,0.02,0.3010,0.01,0.3010 gunnies,gunnies,1,1,1,1,0.02,0.3010,0.01,0.3010 gunnysacks,gunnysacks,2,1,2,1,0.04,0.4771,0.01,0.3010 gunroom,gunroom,3,1,3,1,0.06,0.6021,0.01,0.3010 gunsmithery,gunsmithery,1,1,1,1,0.02,0.3010,0.01,0.3010 gunsmiths,gunsmiths,1,1,1,1,0.02,0.3010,0.01,0.3010 guntub,guntub,1,1,1,1,0.02,0.3010,0.01,0.3010 Gunung,gunung,1,1,0,0,0.02,0.3010,0.01,0.3010 gunwale,gunwale,2,1,2,1,0.04,0.4771,0.01,0.3010 Gup,gup,1,1,0,0,0.02,0.3010,0.01,0.3010 Gurk,gurk,1,1,0,0,0.02,0.3010,0.01,0.3010 Gurr,gurr,1,1,0,0,0.02,0.3010,0.01,0.3010 Gurrah,gurrah,1,1,0,0,0.02,0.3010,0.01,0.3010 gusseted,gusseted,1,1,1,1,0.02,0.3010,0.01,0.3010 gustatory,gustatory,1,1,1,1,0.02,0.3010,0.01,0.3010 gustily,gustily,1,1,1,1,0.02,0.3010,0.01,0.3010 Gutbucket,gutbucket,1,1,0,0,0.02,0.3010,0.01,0.3010 gutlessness,gutlessness,1,1,1,1,0.02,0.3010,0.01,0.3010 gutt,gutt,1,1,1,1,0.02,0.3010,0.01,0.3010 guttering,guttering,2,1,2,1,0.04,0.4771,0.01,0.3010 Gutterman,gutterman,2,1,0,0,0.04,0.4771,0.01,0.3010 guttersnipes,guttersnipes,1,1,1,1,0.02,0.3010,0.01,0.3010 guzzlers,guzzlers,1,1,1,1,0.02,0.3010,0.01,0.3010 Gye,gye,2,1,0,0,0.04,0.4771,0.01,0.3010 gynaecological,gynaecological,1,1,1,1,0.02,0.3010,0.01,0.3010 gynaecology,gynaecology,2,1,2,1,0.04,0.4771,0.01,0.3010 gynandromorphic,gynandromorphic,1,1,1,1,0.02,0.3010,0.01,0.3010 gynecological,gynecological,1,1,1,1,0.02,0.3010,0.01,0.3010 gyps,gyps,1,1,1,1,0.02,0.3010,0.01,0.3010 gyration,gyration,1,1,1,1,0.02,0.3010,0.01,0.3010 gyre,gyre,2,1,2,1,0.04,0.4771,0.01,0.3010 Gyron,gyron,3,1,0,0,0.06,0.6021,0.01,0.3010 Habakkuk,habakkuk,1,1,0,0,0.02,0.3010,0.01,0.3010 habiliment,habiliment,1,1,1,1,0.02,0.3010,0.01,0.3010 habiliments,habiliments,1,1,1,1,0.02,0.3010,0.01,0.3010 hability,hability,1,1,1,1,0.02,0.3010,0.01,0.3010 habitant,habitant,1,1,1,1,0.02,0.3010,0.01,0.3010 habitualize,habitualize,1,1,1,1,0.02,0.3010,0.01,0.3010 hable,hable,1,1,1,1,0.02,0.3010,0.01,0.3010 Habsburg,habsburg,1,1,0,0,0.02,0.3010,0.01,0.3010 Habu,habu,3,1,0,0,0.06,0.6021,0.01,0.3010 habus,habus,1,1,1,1,0.02,0.3010,0.01,0.3010 Hache,hache,1,1,0,0,0.02,0.3010,0.01,0.3010 hackamore,hackamore,2,1,2,1,0.04,0.4771,0.01,0.3010 hackberry,hackberry,1,1,1,1,0.02,0.3010,0.01,0.3010 Hackery,hackery,1,1,0,0,0.02,0.3010,0.01,0.3010 hackled,hackled,1,1,1,1,0.02,0.3010,0.01,0.3010 hackling,hackling,1,1,1,1,0.02,0.3010,0.01,0.3010 hacksaws,hacksaws,1,1,1,1,0.02,0.3010,0.01,0.3010 hackwork,hackwork,1,1,1,1,0.02,0.3010,0.01,0.3010 Hadith,hadith,1,1,0,0,0.02,0.3010,0.01,0.3010 Hadj,hadj,6,1,0,0,0.12,0.8451,0.01,0.3010 Hadji,hadji,3,1,0,0,0.06,0.6021,0.01,0.3010 hadnt,hadnt,1,1,1,1,0.02,0.3010,0.01,0.3010 Hadrons,hadrons,1,1,0,0,0.02,0.3010,0.01,0.3010 Haec,haec,1,1,0,0,0.02,0.3010,0.01,0.3010 haematologist,haematologist,1,1,1,1,0.02,0.3010,0.01,0.3010 Haematology,haematology,2,1,0,0,0.04,0.4771,0.01,0.3010 haematomas,haematomas,1,1,1,1,0.02,0.3010,0.01,0.3010 haemolysis,haemolysis,1,1,1,1,0.02,0.3010,0.01,0.3010 haemolytic,haemolytic,1,1,1,1,0.02,0.3010,0.01,0.3010 haemophilia,haemophilia,7,1,6,1,0.14,0.9031,0.01,0.3010 haemorrhaged,haemorrhaged,1,1,1,1,0.02,0.3010,0.01,0.3010 haemorrhagic,haemorrhagic,1,1,1,1,0.02,0.3010,0.01,0.3010 haemorrhoidal,haemorrhoidal,1,1,1,1,0.02,0.3010,0.01,0.3010 haen,haen,1,1,1,1,0.02,0.3010,0.01,0.3010 Haff,haff,16,1,0,0,0.31,1.2304,0.01,0.3010 Hafiz,hafiz,4,1,0,0,0.08,0.6990,0.01,0.3010 hafnium,hafnium,1,1,1,1,0.02,0.3010,0.01,0.3010 haftorah,haftorah,1,1,1,1,0.02,0.3010,0.01,0.3010 hagged,hagged,1,1,1,1,0.02,0.3010,0.01,0.3010 hagiographic,hagiographic,1,1,1,1,0.02,0.3010,0.01,0.3010 hailstone,hailstone,2,1,2,1,0.04,0.4771,0.01,0.3010 Haily,haily,1,1,0,0,0.02,0.3010,0.01,0.3010 haircutting,haircutting,1,1,1,1,0.02,0.3010,0.01,0.3010 hairdress,hairdress,1,1,1,1,0.02,0.3010,0.01,0.3010 hairlike,hairlike,1,1,1,1,0.02,0.3010,0.01,0.3010 hairstylists,hairstylists,1,1,1,1,0.02,0.3010,0.01,0.3010 Hairtail,hairtail,2,1,0,0,0.04,0.4771,0.01,0.3010 Haji,haji,10,1,0,0,0.20,1.0414,0.01,0.3010 Hajji,hajji,1,1,0,0,0.02,0.3010,0.01,0.3010 Hajjis,hajjis,1,1,0,0,0.02,0.3010,0.01,0.3010 Hake,hake,2,1,0,0,0.04,0.4771,0.01,0.3010 Hakeem,hakeem,4,1,0,0,0.08,0.6990,0.01,0.3010 hala,hala,4,1,2,1,0.08,0.6990,0.01,0.3010 Halas,halas,10,1,0,0,0.20,1.0414,0.01,0.3010 Haler,haler,1,1,0,0,0.02,0.3010,0.01,0.3010 Halfen,halfen,1,1,0,0,0.02,0.3010,0.01,0.3010 halfmoon,halfmoon,1,1,1,1,0.02,0.3010,0.01,0.3010 halfpence,halfpence,1,1,1,1,0.02,0.3010,0.01,0.3010 halfwits,halfwits,1,1,1,1,0.02,0.3010,0.01,0.3010 Hallan,hallan,1,1,0,0,0.02,0.3010,0.01,0.3010 Hallel,hallel,1,1,0,0,0.02,0.3010,0.01,0.3010 Halliard,halliard,1,1,0,0,0.02,0.3010,0.01,0.3010 hallooed,hallooed,1,1,1,1,0.02,0.3010,0.01,0.3010 halloos,halloos,1,1,1,1,0.02,0.3010,0.01,0.3010 hallux,hallux,1,1,1,1,0.02,0.3010,0.01,0.3010 halocline,halocline,2,1,2,1,0.04,0.4771,0.01,0.3010 halogens,halogens,1,1,1,1,0.02,0.3010,0.01,0.3010 Halver,halver,1,1,0,0,0.02,0.3010,0.01,0.3010 Hamadryas,hamadryas,1,1,0,0,0.02,0.3010,0.01,0.3010 Hamel,hamel,2,1,0,0,0.04,0.4771,0.01,0.3010 hames,hames,2,1,2,1,0.04,0.4771,0.01,0.3010 Hamiltonian,hamiltonian,1,1,0,0,0.02,0.3010,0.01,0.3010 Hamotzi,hamotzi,1,1,0,0,0.02,0.3010,0.01,0.3010 hampers,hampers,1,1,1,1,0.02,0.3010,0.01,0.3010 Hamza,hamza,6,1,0,0,0.12,0.8451,0.01,0.3010 Hanbury,hanbury,1,1,0,0,0.02,0.3010,0.01,0.3010 handbrakes,handbrakes,1,1,1,1,0.02,0.3010,0.01,0.3010 handclap,handclap,6,1,6,1,0.12,0.8451,0.01,0.3010 handclasp,handclasp,3,1,3,1,0.06,0.6021,0.01,0.3010 handgrips,handgrips,1,1,1,1,0.02,0.3010,0.01,0.3010 handicraft,handicraft,1,1,1,1,0.02,0.3010,0.01,0.3010 handkerchieves,handkerchieves,1,1,1,1,0.02,0.3010,0.01,0.3010 Handmaids,handmaids,3,1,0,0,0.06,0.6021,0.01,0.3010 handoffs,handoffs,1,1,1,1,0.02,0.3010,0.01,0.3010 handsel,handsel,2,1,2,1,0.04,0.4771,0.01,0.3010 handsets,handsets,1,1,1,1,0.02,0.3010,0.01,0.3010 Handwork,handwork,1,1,0,0,0.02,0.3010,0.01,0.3010 Hangup,hangup,1,1,0,0,0.02,0.3010,0.01,0.3010 hangups,hangups,1,1,1,1,0.02,0.3010,0.01,0.3010 Hansard,hansard,1,1,0,0,0.02,0.3010,0.01,0.3010 Hansels,hansels,1,1,0,0,0.02,0.3010,0.01,0.3010 haole,haole,1,1,1,1,0.02,0.3010,0.01,0.3010 haphazardly,haphazardly,1,1,1,1,0.02,0.3010,0.01,0.3010 haranguing,haranguing,1,1,1,1,0.02,0.3010,0.01,0.3010 Haras,haras,6,1,0,0,0.12,0.8451,0.01,0.3010 harbours,harbours,1,1,1,1,0.02,0.3010,0.01,0.3010 hardbacks,hardbacks,1,1,1,1,0.02,0.3010,0.01,0.3010 Hardcase,hardcase,1,1,0,0,0.02,0.3010,0.01,0.3010 hardcopy,hardcopy,1,1,1,1,0.02,0.3010,0.01,0.3010 hardier,hardier,1,1,1,1,0.02,0.3010,0.01,0.3010 hardiest,hardiest,1,1,1,1,0.02,0.3010,0.01,0.3010 hardily,hardily,2,1,2,1,0.04,0.4771,0.01,0.3010 hardliner,hardliner,3,1,3,1,0.06,0.6021,0.01,0.3010 hardnose,hardnose,1,1,1,1,0.02,0.3010,0.01,0.3010 harebells,harebells,1,1,1,1,0.02,0.3010,0.01,0.3010 harebrain,harebrain,1,1,1,1,0.02,0.3010,0.01,0.3010 Hareem,hareem,2,1,0,0,0.04,0.4771,0.01,0.3010 harelipped,harelipped,1,1,1,1,0.02,0.3010,0.01,0.3010 harelips,harelips,1,1,1,1,0.02,0.3010,0.01,0.3010 Harish,harish,1,1,0,0,0.02,0.3010,0.01,0.3010 harka,harka,1,1,1,1,0.02,0.3010,0.01,0.3010 harkee,harkee,1,1,1,1,0.02,0.3010,0.01,0.3010 harkened,harkened,1,1,1,1,0.02,0.3010,0.01,0.3010 Harkens,harkens,1,1,0,0,0.02,0.3010,0.01,0.3010 Harle,harle,1,1,0,0,0.02,0.3010,0.01,0.3010 Harlequinade,harlequinade,2,1,0,0,0.04,0.4771,0.01,0.3010 harlequins,harlequins,1,1,1,1,0.02,0.3010,0.01,0.3010 Harling,harling,5,1,0,0,0.10,0.7782,0.01,0.3010 Harlock,harlock,16,1,0,0,0.31,1.2304,0.01,0.3010 Harmel,harmel,2,1,0,0,0.04,0.4771,0.01,0.3010 harmin,harmin,1,1,1,1,0.02,0.3010,0.01,0.3010 harmonizer,harmonizer,1,1,1,1,0.02,0.3010,0.01,0.3010 haroset,haroset,1,1,1,1,0.02,0.3010,0.01,0.3010 harpooners,harpooners,1,1,1,1,0.02,0.3010,0.01,0.3010 Harr,harr,1,1,0,0,0.02,0.3010,0.01,0.3010 Harrid,harrid,1,1,0,0,0.02,0.3010,0.01,0.3010 harridans,harridans,1,1,1,1,0.02,0.3010,0.01,0.3010 Harriers,harriers,4,1,0,0,0.08,0.6990,0.01,0.3010 harrowingly,harrowingly,1,1,1,1,0.02,0.3010,0.01,0.3010 harrumphing,harrumphing,1,1,1,1,0.02,0.3010,0.01,0.3010 harrying,harrying,1,1,1,1,0.02,0.3010,0.01,0.3010 harvestry,harvestry,2,1,2,1,0.04,0.4771,0.01,0.3010 harvesttime,harvesttime,1,1,1,1,0.02,0.3010,0.01,0.3010 hasheesh,hasheesh,1,1,1,1,0.02,0.3010,0.01,0.3010 hashing,hashing,1,1,1,1,0.02,0.3010,0.01,0.3010 Hasid,hasid,3,1,0,0,0.06,0.6021,0.01,0.3010 hassock,hassock,1,1,1,1,0.02,0.3010,0.01,0.3010 hastes,hastes,1,1,1,1,0.02,0.3010,0.01,0.3010 hastiness,hastiness,1,1,1,1,0.02,0.3010,0.01,0.3010 hatband,hatband,1,1,1,1,0.02,0.3010,0.01,0.3010 Hatcheries,hatcheries,1,1,0,0,0.02,0.3010,0.01,0.3010 hatchings,hatchings,1,1,1,1,0.02,0.3010,0.01,0.3010 hatefulness,hatefulness,1,1,1,1,0.02,0.3010,0.01,0.3010 hatemongering,hatemongering,1,1,1,1,0.02,0.3010,0.01,0.3010 hatemongers,hatemongers,1,1,1,1,0.02,0.3010,0.01,0.3010 hatrack,hatrack,6,1,6,1,0.12,0.8451,0.01,0.3010 Hattery,hattery,2,1,0,0,0.04,0.4771,0.01,0.3010 hauberk,hauberk,1,1,1,1,0.02,0.3010,0.01,0.3010 Hault,hault,1,1,0,0,0.02,0.3010,0.01,0.3010 haunty,haunty,1,1,1,1,0.02,0.3010,0.01,0.3010 hausfraus,hausfraus,1,1,1,1,0.02,0.3010,0.01,0.3010 haversacks,haversacks,1,1,1,1,0.02,0.3010,0.01,0.3010 Hawkey,hawkey,1,1,0,0,0.02,0.3010,0.01,0.3010 hawknose,hawknose,1,1,1,1,0.02,0.3010,0.01,0.3010 hawkshaw,hawkshaw,1,1,1,1,0.02,0.3010,0.01,0.3010 Hawky,hawky,1,1,0,0,0.02,0.3010,0.01,0.3010 Hawthorns,hawthorns,1,1,0,0,0.02,0.3010,0.01,0.3010 Haya,haya,1,1,0,0,0.02,0.3010,0.01,0.3010 Haye,haye,15,1,1,1,0.29,1.2041,0.01,0.3010 hayfield,hayfield,1,1,1,1,0.02,0.3010,0.01,0.3010 hayfields,hayfields,1,1,1,1,0.02,0.3010,0.01,0.3010 haying,haying,1,1,1,1,0.02,0.3010,0.01,0.3010 haymakers,haymakers,1,1,1,1,0.02,0.3010,0.01,0.3010 Hayne,hayne,1,1,0,0,0.02,0.3010,0.01,0.3010 hazarded,hazarded,1,1,1,1,0.02,0.3010,0.01,0.3010 Hazers,hazers,1,1,0,0,0.02,0.3010,0.01,0.3010 headbanger,headbanger,1,1,1,1,0.02,0.3010,0.01,0.3010 headbangers,headbangers,1,1,1,1,0.02,0.3010,0.01,0.3010 headbanging,headbanging,1,1,1,1,0.02,0.3010,0.01,0.3010 headbutted,headbutted,2,1,1,1,0.04,0.4771,0.01,0.3010 headcheese,headcheese,1,1,1,1,0.02,0.3010,0.01,0.3010 headmastership,headmastership,1,1,1,1,0.02,0.3010,0.01,0.3010 headmen,headmen,1,1,1,1,0.02,0.3010,0.01,0.3010 headpin,headpin,1,1,1,1,0.02,0.3010,0.01,0.3010 headsail,headsail,1,1,1,1,0.02,0.3010,0.01,0.3010 headsails,headsails,1,1,1,1,0.02,0.3010,0.01,0.3010 headsheets,headsheets,1,1,1,1,0.02,0.3010,0.01,0.3010 Headspace,headspace,1,1,0,0,0.02,0.3010,0.01,0.3010 Headwall,headwall,1,1,0,0,0.02,0.3010,0.01,0.3010 headwork,headwork,1,1,1,1,0.02,0.3010,0.01,0.3010 healthily,healthily,1,1,1,1,0.02,0.3010,0.01,0.3010 hearer,hearer,2,1,2,1,0.04,0.4771,0.01,0.3010 hearers,hearers,1,1,1,1,0.02,0.3010,0.01,0.3010 hearkens,hearkens,1,1,1,1,0.02,0.3010,0.01,0.3010 heartburns,heartburns,1,1,1,1,0.02,0.3010,0.01,0.3010 heartened,heartened,1,1,1,1,0.02,0.3010,0.01,0.3010 heartful,heartful,2,1,2,1,0.04,0.4771,0.01,0.3010 heartlands,heartlands,1,1,1,1,0.02,0.3010,0.01,0.3010 heartlessness,heartlessness,1,1,1,1,0.02,0.3010,0.01,0.3010 heartrending,heartrending,2,1,2,1,0.04,0.4771,0.01,0.3010 heartsore,heartsore,1,1,1,1,0.02,0.3010,0.01,0.3010 heartstring,heartstring,3,1,3,1,0.06,0.6021,0.01,0.3010 heartthrobs,heartthrobs,1,1,1,1,0.02,0.3010,0.01,0.3010 heartworm,heartworm,1,1,1,1,0.02,0.3010,0.01,0.3010 heatedly,heatedly,1,1,1,1,0.02,0.3010,0.01,0.3010 heathenism,heathenism,1,1,1,1,0.02,0.3010,0.01,0.3010 heathy,heathy,1,1,1,1,0.02,0.3010,0.01,0.3010 heavenward,heavenward,1,1,1,1,0.02,0.3010,0.01,0.3010 Heaver,heaver,1,1,0,0,0.02,0.3010,0.01,0.3010 hectare,hectare,2,1,2,1,0.04,0.4771,0.01,0.3010 hectical,hectical,1,1,1,1,0.02,0.3010,0.01,0.3010 hedgehopped,hedgehopped,1,1,1,1,0.02,0.3010,0.01,0.3010 hedger,hedger,1,1,1,1,0.02,0.3010,0.01,0.3010 heedful,heedful,1,1,1,1,0.02,0.3010,0.01,0.3010 heedlessly,heedlessly,1,1,1,1,0.02,0.3010,0.01,0.3010 heehaw,heehaw,1,1,1,1,0.02,0.3010,0.01,0.3010 heeler,heeler,1,1,1,1,0.02,0.3010,0.01,0.3010 heezy,heezy,1,1,1,1,0.02,0.3010,0.01,0.3010 heftier,heftier,1,1,1,1,0.02,0.3010,0.01,0.3010 Hegemon,hegemon,1,1,0,0,0.02,0.3010,0.01,0.3010 heiau,heiau,1,1,1,1,0.02,0.3010,0.01,0.3010 heiling,heiling,1,1,1,1,0.02,0.3010,0.01,0.3010 heinousness,heinousness,1,1,1,1,0.02,0.3010,0.01,0.3010 heister,heister,1,1,1,1,0.02,0.3010,0.01,0.3010 heisters,heisters,1,1,1,1,0.02,0.3010,0.01,0.3010 heisting,heisting,2,1,2,1,0.04,0.4771,0.01,0.3010 Helder,helder,1,1,0,0,0.02,0.3010,0.01,0.3010 Hele,hele,1,1,0,0,0.02,0.3010,0.01,0.3010 helicoptering,helicoptering,1,1,1,1,0.02,0.3010,0.01,0.3010 Helled,helled,1,1,0,0,0.02,0.3010,0.01,0.3010 Hellenic,hellenic,1,1,0,0,0.02,0.3010,0.01,0.3010 helling,helling,1,1,1,1,0.02,0.3010,0.01,0.3010 Hellions,hellions,3,1,0,0,0.06,0.6021,0.01,0.3010 helmeted,helmeted,1,1,1,1,0.02,0.3010,0.01,0.3010 helminth,helminth,2,1,2,1,0.04,0.4771,0.01,0.3010 helminths,helminths,1,1,1,1,0.02,0.3010,0.01,0.3010 helmsmanship,helmsmanship,1,1,1,1,0.02,0.3010,0.01,0.3010 helpfully,helpfully,1,1,1,1,0.02,0.3010,0.01,0.3010 helpline,helpline,1,1,1,1,0.02,0.3010,0.01,0.3010 hemachrosis,hemachrosis,1,1,1,1,0.02,0.3010,0.01,0.3010 hemangioma,hemangioma,1,1,1,1,0.02,0.3010,0.01,0.3010 hematin,hematin,1,1,1,1,0.02,0.3010,0.01,0.3010 hematite,hematite,2,1,2,1,0.04,0.4771,0.01,0.3010 hematological,hematological,1,1,1,1,0.02,0.3010,0.01,0.3010 hematologist,hematologist,1,1,1,1,0.02,0.3010,0.01,0.3010 hemianopia,hemianopia,1,1,1,1,0.02,0.3010,0.01,0.3010 hemiparesis,hemiparesis,1,1,1,1,0.02,0.3010,0.01,0.3010 hemiplegia,hemiplegia,1,1,1,1,0.02,0.3010,0.01,0.3010 hemodynamic,hemodynamic,1,1,1,1,0.02,0.3010,0.01,0.3010 hemolyzed,hemolyzed,1,1,1,1,0.02,0.3010,0.01,0.3010 hemometer,hemometer,1,1,1,1,0.02,0.3010,0.01,0.3010 hemoperitoneum,hemoperitoneum,1,1,1,1,0.02,0.3010,0.01,0.3010 Hemophage,hemophage,4,1,0,0,0.08,0.6990,0.01,0.3010 hemophiliacs,hemophiliacs,1,1,1,1,0.02,0.3010,0.01,0.3010 hemoptysis,hemoptysis,1,1,1,1,0.02,0.3010,0.01,0.3010 hemorrhoidectomy,hemorrhoidectomy,3,1,3,1,0.06,0.6021,0.01,0.3010 hemotoxic,hemotoxic,1,1,1,1,0.02,0.3010,0.01,0.3010 Hendy,hendy,1,1,0,0,0.02,0.3010,0.01,0.3010 henhouses,henhouses,1,1,1,1,0.02,0.3010,0.01,0.3010 hennaed,hennaed,1,1,1,1,0.02,0.3010,0.01,0.3010 henpeck,henpeck,1,1,1,1,0.02,0.3010,0.01,0.3010 henpecks,henpecks,1,1,1,1,0.02,0.3010,0.01,0.3010 heparinize,heparinize,1,1,1,1,0.02,0.3010,0.01,0.3010 heparinized,heparinized,1,1,1,1,0.02,0.3010,0.01,0.3010 hepatectomy,hepatectomy,1,1,1,1,0.02,0.3010,0.01,0.3010 Hepatorenal,hepatorenal,1,1,0,0,0.02,0.3010,0.01,0.3010 heralding,heralding,1,1,1,1,0.02,0.3010,0.01,0.3010 heraldry,heraldry,1,1,1,1,0.02,0.3010,0.01,0.3010 herba,herba,1,1,1,1,0.02,0.3010,0.01,0.3010 herbaceous,herbaceous,1,1,1,1,0.02,0.3010,0.01,0.3010 herbalists,herbalists,1,1,1,1,0.02,0.3010,0.01,0.3010 herbals,herbals,1,1,1,1,0.02,0.3010,0.01,0.3010 herbarium,herbarium,1,1,1,1,0.02,0.3010,0.01,0.3010 herbivorous,herbivorous,1,1,1,1,0.02,0.3010,0.01,0.3010 herbless,herbless,1,1,1,1,0.02,0.3010,0.01,0.3010 Herculeses,herculeses,1,1,0,0,0.02,0.3010,0.01,0.3010 herdsman,herdsman,1,1,1,1,0.02,0.3010,0.01,0.3010 hereabout,hereabout,1,1,1,1,0.02,0.3010,0.01,0.3010 herefrom,herefrom,1,1,1,1,0.02,0.3010,0.01,0.3010 hereunder,hereunder,1,1,1,1,0.02,0.3010,0.01,0.3010 Heriot,heriot,3,1,0,0,0.06,0.6021,0.01,0.3010 heritages,heritages,1,1,1,1,0.02,0.3010,0.01,0.3010 Herma,herma,1,1,0,0,0.02,0.3010,0.01,0.3010 Hermandad,hermandad,7,1,0,0,0.14,0.9031,0.01,0.3010 hermeneutical,hermeneutical,1,1,1,1,0.02,0.3010,0.01,0.3010 herniates,herniates,1,1,1,1,0.02,0.3010,0.01,0.3010 herp,herp,1,1,1,1,0.02,0.3010,0.01,0.3010 Herpetological,herpetological,2,1,0,0,0.04,0.4771,0.01,0.3010 herpetologists,herpetologists,1,1,1,1,0.02,0.3010,0.01,0.3010 herpetology,herpetology,1,1,1,1,0.02,0.3010,0.01,0.3010 herrenvolk,herrenvolk,1,1,1,1,0.02,0.3010,0.01,0.3010 Herry,herry,6,1,0,0,0.12,0.8451,0.01,0.3010 Hert,hert,9,1,0,0,0.18,1.0000,0.01,0.3010 hesitance,hesitance,1,1,1,1,0.02,0.3010,0.01,0.3010 hesitancies,hesitancies,1,1,1,1,0.02,0.3010,0.01,0.3010 heterodoxy,heterodoxy,1,1,1,1,0.02,0.3010,0.01,0.3010 heterogeneous,heterogeneous,2,1,2,1,0.04,0.4771,0.01,0.3010 heterosis,heterosis,2,1,2,1,0.04,0.4771,0.01,0.3010 heterotic,heterotic,1,1,1,1,0.02,0.3010,0.01,0.3010 Heths,heths,1,1,0,0,0.02,0.3010,0.01,0.3010 hetter,hetter,1,1,1,1,0.02,0.3010,0.01,0.3010 hewgag,hewgag,1,1,1,1,0.02,0.3010,0.01,0.3010 hewing,hewing,1,1,1,1,0.02,0.3010,0.01,0.3010 Hexapod,hexapod,1,1,0,0,0.02,0.3010,0.01,0.3010 Hia,hia,15,1,0,0,0.29,1.2041,0.01,0.3010 hiatal,hiatal,2,1,2,1,0.04,0.4771,0.01,0.3010 hibachis,hibachis,1,1,1,1,0.02,0.3010,0.01,0.3010 hibernated,hibernated,1,1,1,1,0.02,0.3010,0.01,0.3010 hibernates,hibernates,1,1,1,1,0.02,0.3010,0.01,0.3010 Hibernian,hibernian,1,1,0,0,0.02,0.3010,0.01,0.3010 hiccuped,hiccuped,1,1,1,1,0.02,0.3010,0.01,0.3010 hiccuping,hiccuping,4,1,4,1,0.08,0.6990,0.01,0.3010 hicky,hicky,1,1,1,1,0.02,0.3010,0.01,0.3010 hidalgos,hidalgos,1,1,1,1,0.02,0.3010,0.01,0.3010 hideaways,hideaways,1,1,1,1,0.02,0.3010,0.01,0.3010 hiders,hiders,1,1,1,1,0.02,0.3010,0.01,0.3010 Hierarch,hierarch,4,1,0,0,0.08,0.6990,0.01,0.3010 hieroglyph,hieroglyph,1,1,1,1,0.02,0.3010,0.01,0.3010 Higgle,higgle,1,1,0,0,0.02,0.3010,0.01,0.3010 highballing,highballing,1,1,1,1,0.02,0.3010,0.01,0.3010 highchairs,highchairs,1,1,1,1,0.02,0.3010,0.01,0.3010 highflier,highflier,1,1,1,1,0.02,0.3010,0.01,0.3010 highjack,highjack,1,1,1,1,0.02,0.3010,0.01,0.3010 highjacked,highjacked,1,1,1,1,0.02,0.3010,0.01,0.3010 highroad,highroad,1,1,1,1,0.02,0.3010,0.01,0.3010 highroads,highroads,1,1,1,1,0.02,0.3010,0.01,0.3010 Hightop,hightop,5,1,0,0,0.10,0.7782,0.01,0.3010 Highveld,highveld,1,1,0,0,0.02,0.3010,0.01,0.3010 highwaymen,highwaymen,1,1,1,1,0.02,0.3010,0.01,0.3010 hilding,hilding,1,1,1,1,0.02,0.3010,0.01,0.3010 Hillers,hillers,1,1,0,0,0.02,0.3010,0.01,0.3010 Hillier,hillier,1,1,0,0,0.02,0.3010,0.01,0.3010 hillo,hillo,1,1,1,1,0.02,0.3010,0.01,0.3010 hillocks,hillocks,1,1,1,1,0.02,0.3010,0.01,0.3010 Hillsman,hillsman,1,1,0,0,0.02,0.3010,0.01,0.3010 Hinch,hinch,4,1,0,0,0.08,0.6990,0.01,0.3010 hinduism,hinduism,1,1,1,1,0.02,0.3010,0.01,0.3010 Hindustan,hindustan,1,1,0,0,0.02,0.3010,0.01,0.3010 hine,hine,1,1,1,1,0.02,0.3010,0.01,0.3010 Hingle,hingle,1,1,0,0,0.02,0.3010,0.01,0.3010 hipbone,hipbone,2,1,2,1,0.04,0.4771,0.01,0.3010 hipness,hipness,1,1,1,1,0.02,0.3010,0.01,0.3010 hippocampal,hippocampal,1,1,1,1,0.02,0.3010,0.01,0.3010 Hippolytus,hippolytus,1,1,0,0,0.02,0.3010,0.01,0.3010 hippopotamic,hippopotamic,1,1,1,1,0.02,0.3010,0.01,0.3010 hir,hir,1,1,1,1,0.02,0.3010,0.01,0.3010 hirelings,hirelings,1,1,1,1,0.02,0.3010,0.01,0.3010 Hirondelle,hirondelle,2,1,0,0,0.04,0.4771,0.01,0.3010 Hish,hish,1,1,0,0,0.02,0.3010,0.01,0.3010 hisser,hisser,1,1,1,1,0.02,0.3010,0.01,0.3010 histoplasmosis,histoplasmosis,1,1,1,1,0.02,0.3010,0.01,0.3010 historiography,historiography,1,1,1,1,0.02,0.3010,0.01,0.3010 histrionic,histrionic,1,1,1,1,0.02,0.3010,0.01,0.3010 hitchers,hitchers,1,1,1,1,0.02,0.3010,0.01,0.3010 Hiver,hiver,3,1,0,0,0.06,0.6021,0.01,0.3010 Hoarders,hoarders,1,1,0,0,0.02,0.3010,0.01,0.3010 hoarseness,hoarseness,7,1,7,1,0.14,0.9031,0.01,0.3010 hoary,hoary,1,1,1,1,0.02,0.3010,0.01,0.3010 hoaxed,hoaxed,2,1,2,1,0.04,0.4771,0.01,0.3010 hobbing,hobbing,1,1,1,1,0.02,0.3010,0.01,0.3010 hobnailed,hobnailed,1,1,1,1,0.02,0.3010,0.01,0.3010 hockshops,hockshops,1,1,1,1,0.02,0.3010,0.01,0.3010 hod,hod,1,1,1,1,0.02,0.3010,0.01,0.3010 Hodaddy,hodaddy,1,1,0,0,0.02,0.3010,0.01,0.3010 Hogans,hogans,11,1,0,0,0.22,1.0792,0.01,0.3010 hogfish,hogfish,1,1,1,1,0.02,0.3010,0.01,0.3010 hogger,hogger,2,1,2,1,0.04,0.4771,0.01,0.3010 hoggish,hoggish,1,1,1,1,0.02,0.3010,0.01,0.3010 Hoggs,hoggs,1,1,0,0,0.02,0.3010,0.01,0.3010 hoggy,hoggy,1,1,1,1,0.02,0.3010,0.01,0.3010 Hogmenay,hogmenay,1,1,0,0,0.02,0.3010,0.01,0.3010 hogshead,hogshead,1,1,1,1,0.02,0.3010,0.01,0.3010 hoick,hoick,1,1,1,1,0.02,0.3010,0.01,0.3010 hoise,hoise,1,1,1,1,0.02,0.3010,0.01,0.3010 hokeypokey,hokeypokey,1,1,1,1,0.02,0.3010,0.01,0.3010 hokier,hokier,1,1,1,1,0.02,0.3010,0.01,0.3010 Holdall,holdall,1,1,0,0,0.02,0.3010,0.01,0.3010 holdbacks,holdbacks,1,1,1,1,0.02,0.3010,0.01,0.3010 Holdman,holdman,1,1,0,0,0.02,0.3010,0.01,0.3010 Holgate,holgate,1,1,0,0,0.02,0.3010,0.01,0.3010 holidayed,holidayed,1,1,1,1,0.02,0.3010,0.01,0.3010 holidaymakers,holidaymakers,1,1,1,1,0.02,0.3010,0.01,0.3010 holily,holily,1,1,1,1,0.02,0.3010,0.01,0.3010 Hollanders,hollanders,1,1,0,0,0.02,0.3010,0.01,0.3010 Hollands,hollands,1,1,0,0,0.02,0.3010,0.01,0.3010 hollies,hollies,1,1,1,1,0.02,0.3010,0.01,0.3010 Holm,holm,11,1,0,0,0.22,1.0792,0.01,0.3010 holmium,holmium,1,1,1,1,0.02,0.3010,0.01,0.3010 Holms,holms,1,1,0,0,0.02,0.3010,0.01,0.3010 holocausts,holocausts,1,1,1,1,0.02,0.3010,0.01,0.3010 holpen,holpen,1,1,1,1,0.02,0.3010,0.01,0.3010 hols,hols,1,1,1,1,0.02,0.3010,0.01,0.3010 Holsteins,holsteins,1,1,0,0,0.02,0.3010,0.01,0.3010 holstering,holstering,1,1,1,1,0.02,0.3010,0.01,0.3010 Holts,holts,1,1,0,0,0.02,0.3010,0.01,0.3010 homebuilding,homebuilding,1,1,1,1,0.02,0.3010,0.01,0.3010 homefolks,homefolks,1,1,1,1,0.02,0.3010,0.01,0.3010 Homeliest,homeliest,1,1,0,0,0.02,0.3010,0.01,0.3010 homelife,homelife,1,1,1,1,0.02,0.3010,0.01,0.3010 homeling,homeling,2,1,1,1,0.04,0.4771,0.01,0.3010 Homeothermic,homeothermic,1,1,0,0,0.02,0.3010,0.01,0.3010 homeplace,homeplace,1,1,1,1,0.02,0.3010,0.01,0.3010 homered,homered,1,1,1,1,0.02,0.3010,0.01,0.3010 Homeric,homeric,3,1,0,0,0.06,0.6021,0.01,0.3010 homesteaded,homesteaded,1,1,1,1,0.02,0.3010,0.01,0.3010 homeworks,homeworks,1,1,1,1,0.02,0.3010,0.01,0.3010 homeyness,homeyness,1,1,1,1,0.02,0.3010,0.01,0.3010 homicidally,homicidally,1,1,1,1,0.02,0.3010,0.01,0.3010 homilies,homilies,1,1,1,1,0.02,0.3010,0.01,0.3010 hominids,hominids,1,1,1,1,0.02,0.3010,0.01,0.3010 homish,homish,1,1,1,1,0.02,0.3010,0.01,0.3010 homogenizes,homogenizes,1,1,1,1,0.02,0.3010,0.01,0.3010 homophonic,homophonic,1,1,1,1,0.02,0.3010,0.01,0.3010 homuncular,homuncular,1,1,1,1,0.02,0.3010,0.01,0.3010 Homunculi,homunculi,1,1,0,0,0.02,0.3010,0.01,0.3010 Honan,honan,1,1,0,0,0.02,0.3010,0.01,0.3010 Hondurans,hondurans,1,1,0,0,0.02,0.3010,0.01,0.3010 hones,hones,1,1,1,1,0.02,0.3010,0.01,0.3010 Honeybees,honeybees,5,1,0,0,0.10,0.7782,0.01,0.3010 Honeycombs,honeycombs,1,1,0,0,0.02,0.3010,0.01,0.3010 honeyed,honeyed,1,1,1,1,0.02,0.3010,0.01,0.3010 honeysuckles,honeysuckles,4,1,4,1,0.08,0.6990,0.01,0.3010 Hongs,hongs,12,1,0,0,0.24,1.1139,0.01,0.3010 honkey,honkey,1,1,1,1,0.02,0.3010,0.01,0.3010 Honkie,honkie,1,1,0,0,0.02,0.3010,0.01,0.3010 honkytonks,honkytonks,3,1,3,1,0.06,0.6021,0.01,0.3010 honoraria,honoraria,1,1,1,1,0.02,0.3010,0.01,0.3010 honorific,honorific,1,1,1,1,0.02,0.3010,0.01,0.3010 hoodlumism,hoodlumism,1,1,1,1,0.02,0.3010,0.01,0.3010 hoodooed,hoodooed,1,1,1,1,0.02,0.3010,0.01,0.3010 hoodwinks,hoodwinks,1,1,1,1,0.02,0.3010,0.01,0.3010 hoofers,hoofers,1,1,1,1,0.02,0.3010,0.01,0.3010 Hooka,hooka,1,1,0,0,0.02,0.3010,0.01,0.3010 hoolihan,hoolihan,1,1,1,1,0.02,0.3010,0.01,0.3010 hooly,hooly,1,1,1,1,0.02,0.3010,0.01,0.3010 Hooperman,hooperman,1,1,0,0,0.02,0.3010,0.01,0.3010 hooping,hooping,1,1,1,1,0.02,0.3010,0.01,0.3010 hoopoe,hoopoe,1,1,1,1,0.02,0.3010,0.01,0.3010 hoopskirt,hoopskirt,1,1,1,1,0.02,0.3010,0.01,0.3010 hootenannies,hootenannies,1,1,1,1,0.02,0.3010,0.01,0.3010 hoovering,hoovering,1,1,1,1,0.02,0.3010,0.01,0.3010 hoptoad,hoptoad,1,1,1,1,0.02,0.3010,0.01,0.3010 horah,horah,1,1,1,1,0.02,0.3010,0.01,0.3010 Hore,hore,1,1,0,0,0.02,0.3010,0.01,0.3010 horehound,horehound,1,1,1,1,0.02,0.3010,0.01,0.3010 horizonal,horizonal,1,1,1,1,0.02,0.3010,0.01,0.3010 hornbills,hornbills,1,1,1,1,0.02,0.3010,0.01,0.3010 hornero,hornero,2,1,2,1,0.04,0.4771,0.01,0.3010 hornless,hornless,1,1,1,1,0.02,0.3010,0.01,0.3010 Hornpipe,hornpipe,4,1,0,0,0.08,0.6990,0.01,0.3010 hornswoggling,hornswoggling,1,1,1,1,0.02,0.3010,0.01,0.3010 horribles,horribles,1,1,1,1,0.02,0.3010,0.01,0.3010 horseboy,horseboy,1,1,1,1,0.02,0.3010,0.01,0.3010 horseflies,horseflies,1,1,1,1,0.02,0.3010,0.01,0.3010 horsewoman,horsewoman,1,1,1,1,0.02,0.3010,0.01,0.3010 hortator,hortator,1,1,1,1,0.02,0.3010,0.01,0.3010 horticulturalists,horticulturalists,1,1,1,1,0.02,0.3010,0.01,0.3010 Hory,hory,3,1,0,0,0.06,0.6021,0.01,0.3010 hosannas,hosannas,1,1,1,1,0.02,0.3010,0.01,0.3010 hosel,hosel,2,1,2,1,0.04,0.4771,0.01,0.3010 hospitableness,hospitableness,1,1,1,1,0.02,0.3010,0.01,0.3010 hospitalisation,hospitalisation,1,1,1,1,0.02,0.3010,0.01,0.3010 hospitalise,hospitalise,1,1,1,1,0.02,0.3010,0.01,0.3010 hospitalizing,hospitalizing,1,1,1,1,0.02,0.3010,0.01,0.3010 Hosta,hosta,1,1,0,0,0.02,0.3010,0.01,0.3010 hostelry,hostelry,1,1,1,1,0.02,0.3010,0.01,0.3010 hostessed,hostessed,1,1,1,1,0.02,0.3010,0.01,0.3010 hostessing,hostessing,1,1,1,1,0.02,0.3010,0.01,0.3010 Hostilely,hostilely,1,1,0,0,0.02,0.3010,0.01,0.3010 hostler,hostler,1,1,1,1,0.02,0.3010,0.01,0.3010 hostlers,hostlers,1,1,1,1,0.02,0.3010,0.01,0.3010 hotbeds,hotbeds,1,1,1,1,0.02,0.3010,0.01,0.3010 hotchpotch,hotchpotch,1,1,1,1,0.02,0.3010,0.01,0.3010 hote,hote,1,1,1,1,0.02,0.3010,0.01,0.3010 hotelier,hotelier,1,1,1,1,0.02,0.3010,0.01,0.3010 hotelkeeper,hotelkeeper,1,1,1,1,0.02,0.3010,0.01,0.3010 hotfooted,hotfooted,1,1,1,1,0.02,0.3010,0.01,0.3010 hotfoots,hotfoots,1,1,1,1,0.02,0.3010,0.01,0.3010 hotting,hotting,1,1,1,1,0.02,0.3010,0.01,0.3010 housebound,housebound,1,1,1,1,0.02,0.3010,0.01,0.3010 housecleaner,housecleaner,1,1,1,1,0.02,0.3010,0.01,0.3010 housedress,housedress,1,1,1,1,0.02,0.3010,0.01,0.3010 housefuls,housefuls,1,1,1,1,0.02,0.3010,0.01,0.3010 housephone,housephone,1,1,1,1,0.02,0.3010,0.01,0.3010 Houser,houser,2,1,0,0,0.04,0.4771,0.01,0.3010 Housers,housers,2,1,0,0,0.04,0.4771,0.01,0.3010 housetop,housetop,1,1,1,1,0.02,0.3010,0.01,0.3010 housewifely,housewifely,1,1,1,1,0.02,0.3010,0.01,0.3010 housewifery,housewifery,1,1,1,1,0.02,0.3010,0.01,0.3010 houseworker,houseworker,1,1,1,1,0.02,0.3010,0.01,0.3010 housings,housings,1,1,1,1,0.02,0.3010,0.01,0.3010 hout,hout,1,1,1,1,0.02,0.3010,0.01,0.3010 houting,houting,1,1,1,1,0.02,0.3010,0.01,0.3010 hovels,hovels,1,1,1,1,0.02,0.3010,0.01,0.3010 howdah,howdah,1,1,1,1,0.02,0.3010,0.01,0.3010 howlet,howlet,1,1,1,1,0.02,0.3010,0.01,0.3010 Howsomever,howsomever,1,1,0,0,0.02,0.3010,0.01,0.3010 hoyden,hoyden,1,1,1,1,0.02,0.3010,0.01,0.3010 Hsien,hsien,5,1,0,0,0.10,0.7782,0.01,0.3010 huarache,huarache,1,1,1,1,0.02,0.3010,0.01,0.3010 huckle,huckle,1,1,1,1,0.02,0.3010,0.01,0.3010 hucks,hucks,1,1,1,1,0.02,0.3010,0.01,0.3010 huffer,huffer,1,1,1,1,0.02,0.3010,0.01,0.3010 hugeous,hugeous,1,1,1,1,0.02,0.3010,0.01,0.3010 Huguenot,huguenot,1,1,0,0,0.02,0.3010,0.01,0.3010 hulling,hulling,1,1,1,1,0.02,0.3010,0.01,0.3010 Hullo,hullo,6,1,0,0,0.12,0.8451,0.01,0.3010 Hulu,hulu,1,1,0,0,0.02,0.3010,0.01,0.3010 humaneness,humaneness,1,1,1,1,0.02,0.3010,0.01,0.3010 humanify,humanify,1,1,1,1,0.02,0.3010,0.01,0.3010 humanisation,humanisation,1,1,1,1,0.02,0.3010,0.01,0.3010 humanise,humanise,1,1,1,1,0.02,0.3010,0.01,0.3010 humanists,humanists,1,1,1,1,0.02,0.3010,0.01,0.3010 humanization,humanization,1,1,1,1,0.02,0.3010,0.01,0.3010 humhum,humhum,1,1,1,1,0.02,0.3010,0.01,0.3010 humidification,humidification,1,1,1,1,0.02,0.3010,0.01,0.3010 humidifying,humidifying,1,1,1,1,0.02,0.3010,0.01,0.3010 humidors,humidors,1,1,1,1,0.02,0.3010,0.01,0.3010 Humiliator,humiliator,1,1,0,0,0.02,0.3010,0.01,0.3010 hummable,hummable,3,1,2,1,0.06,0.6021,0.01,0.3010 Humoresque,humoresque,2,1,0,0,0.04,0.4771,0.01,0.3010 Humours,humours,1,1,0,0,0.02,0.3010,0.01,0.3010 Humphs,humphs,1,1,0,0,0.02,0.3010,0.01,0.3010 hunchy,hunchy,1,1,1,1,0.02,0.3010,0.01,0.3010 hundredweight,hundredweight,1,1,1,1,0.02,0.3010,0.01,0.3010 hunkering,hunkering,1,1,1,1,0.02,0.3010,0.01,0.3010 Huntings,huntings,1,1,0,0,0.02,0.3010,0.01,0.3010 huppahs,huppahs,1,1,1,1,0.02,0.3010,0.01,0.3010 hura,hura,1,1,1,1,0.02,0.3010,0.01,0.3010 hurdler,hurdler,1,1,1,1,0.02,0.3010,0.01,0.3010 hurlers,hurlers,1,1,1,1,0.02,0.3010,0.01,0.3010 Hurlock,hurlock,4,1,0,0,0.08,0.6990,0.01,0.3010 hurrier,hurrier,1,1,1,1,0.02,0.3010,0.01,0.3010 hurtle,hurtle,1,1,1,1,0.02,0.3010,0.01,0.3010 hurtles,hurtles,1,1,1,1,0.02,0.3010,0.01,0.3010 hurty,hurty,1,1,1,1,0.02,0.3010,0.01,0.3010 hushing,hushing,1,1,1,1,0.02,0.3010,0.01,0.3010 hushpuppies,hushpuppies,1,1,1,1,0.02,0.3010,0.01,0.3010 huss,huss,1,1,1,1,0.02,0.3010,0.01,0.3010 hussar,hussar,1,1,1,1,0.02,0.3010,0.01,0.3010 Huzza,huzza,1,1,0,0,0.02,0.3010,0.01,0.3010 huzzahs,huzzahs,1,1,1,1,0.02,0.3010,0.01,0.3010 Hv,hv,1,1,0,0,0.02,0.3010,0.01,0.3010 Hw,hw,1,1,0,0,0.02,0.3010,0.01,0.3010 hyacinths,hyacinths,1,1,1,1,0.02,0.3010,0.01,0.3010 hyaline,hyaline,1,1,1,1,0.02,0.3010,0.01,0.3010 hyaluronic,hyaluronic,1,1,1,1,0.02,0.3010,0.01,0.3010 hybrida,hybrida,2,1,2,1,0.04,0.4771,0.01,0.3010 hybridized,hybridized,1,1,1,1,0.02,0.3010,0.01,0.3010 Hyd,hyd,2,1,0,0,0.04,0.4771,0.01,0.3010 hydraulically,hydraulically,1,1,1,1,0.02,0.3010,0.01,0.3010 hydrobromide,hydrobromide,1,1,1,1,0.02,0.3010,0.01,0.3010 hydrochlorothiazide,hydrochlorothiazide,2,1,1,1,0.04,0.4771,0.01,0.3010 hydrodynamic,hydrodynamic,1,1,1,1,0.02,0.3010,0.01,0.3010 hydrodynamics,hydrodynamics,1,1,1,1,0.02,0.3010,0.01,0.3010 Hydrofoil,hydrofoil,1,1,0,0,0.02,0.3010,0.01,0.3010 hydrogenation,hydrogenation,1,1,1,1,0.02,0.3010,0.01,0.3010 hydrographic,hydrographic,1,1,1,1,0.02,0.3010,0.01,0.3010 hydrology,hydrology,1,1,1,1,0.02,0.3010,0.01,0.3010 hydrolytic,hydrolytic,3,1,2,1,0.06,0.6021,0.01,0.3010 Hydrometeor,hydrometeor,1,1,0,0,0.02,0.3010,0.01,0.3010 hydrophones,hydrophones,1,1,1,1,0.02,0.3010,0.01,0.3010 hydropic,hydropic,1,1,1,1,0.02,0.3010,0.01,0.3010 hydroplane,hydroplane,1,1,1,1,0.02,0.3010,0.01,0.3010 hydroplaning,hydroplaning,1,1,1,1,0.02,0.3010,0.01,0.3010 Hydropneumatic,hydropneumatic,1,1,0,0,0.02,0.3010,0.01,0.3010 hydrosolic,hydrosolic,2,1,2,1,0.04,0.4771,0.01,0.3010 hydrospheres,hydrospheres,1,1,1,1,0.02,0.3010,0.01,0.3010 hydrosulfide,hydrosulfide,1,1,1,1,0.02,0.3010,0.01,0.3010 hydrosulphide,hydrosulphide,1,1,1,1,0.02,0.3010,0.01,0.3010 hydrous,hydrous,1,1,1,1,0.02,0.3010,0.01,0.3010 hydroxy,hydroxy,1,1,1,1,0.02,0.3010,0.01,0.3010 hygroma,hygroma,1,1,1,1,0.02,0.3010,0.01,0.3010 Hylas,hylas,8,1,0,0,0.16,0.9542,0.01,0.3010 hymenoptera,hymenoptera,1,1,1,1,0.02,0.3010,0.01,0.3010 hymens,hymens,1,1,1,1,0.02,0.3010,0.01,0.3010 Hynde,hynde,1,1,0,0,0.02,0.3010,0.01,0.3010 hyp,hyp,1,1,1,1,0.02,0.3010,0.01,0.3010 hypallage,hypallage,1,1,1,1,0.02,0.3010,0.01,0.3010 hyperaldosteronism,hyperaldosteronism,1,1,1,1,0.02,0.3010,0.01,0.3010 hyperbolae,hyperbolae,1,1,1,1,0.02,0.3010,0.01,0.3010 Hyperchloremia,hyperchloremia,1,1,0,0,0.02,0.3010,0.01,0.3010 hypercholesterolemia,hypercholesterolemia,1,1,1,1,0.02,0.3010,0.01,0.3010 hyperemesis,hyperemesis,1,1,1,1,0.02,0.3010,0.01,0.3010 hyperemia,hyperemia,1,1,1,1,0.02,0.3010,0.01,0.3010 hyperemic,hyperemic,1,1,1,1,0.02,0.3010,0.01,0.3010 hyperinflation,hyperinflation,1,1,1,1,0.02,0.3010,0.01,0.3010 hyperintelligent,hyperintelligent,2,1,2,1,0.04,0.4771,0.01,0.3010 hyperkalemic,hyperkalemic,1,1,1,1,0.02,0.3010,0.01,0.3010 hyperkaliemia,hyperkaliemia,1,1,1,1,0.02,0.3010,0.01,0.3010 hyperkinetic,hyperkinetic,1,1,1,1,0.02,0.3010,0.01,0.3010 hypernephroma,hypernephroma,1,1,1,1,0.02,0.3010,0.01,0.3010 hyperparathyroidism,hyperparathyroidism,3,1,3,1,0.06,0.6021,0.01,0.3010 Hyperphagia,hyperphagia,1,1,0,0,0.02,0.3010,0.01,0.3010 hyperpituitary,hyperpituitary,1,1,1,1,0.02,0.3010,0.01,0.3010 hyperplasia,hyperplasia,1,1,1,1,0.02,0.3010,0.01,0.3010 Hyperresonant,hyperresonant,1,1,0,0,0.02,0.3010,0.01,0.3010 hypersensitivity,hypersensitivity,1,1,1,1,0.02,0.3010,0.01,0.3010 hypersexual,hypersexual,1,1,1,1,0.02,0.3010,0.01,0.3010 hypersonic,hypersonic,2,1,2,1,0.04,0.4771,0.01,0.3010 hyperthermia,hyperthermia,1,1,1,1,0.02,0.3010,0.01,0.3010 hyperthermic,hyperthermic,1,1,1,1,0.02,0.3010,0.01,0.3010 hypertrophied,hypertrophied,1,1,1,1,0.02,0.3010,0.01,0.3010 hypertrophy,hypertrophy,1,1,1,1,0.02,0.3010,0.01,0.3010 hypervelocity,hypervelocity,1,1,1,1,0.02,0.3010,0.01,0.3010 hyperventilated,hyperventilated,1,1,1,1,0.02,0.3010,0.01,0.3010 Hypes,hypes,1,1,0,0,0.02,0.3010,0.01,0.3010 hyphae,hyphae,2,1,2,1,0.04,0.4771,0.01,0.3010 Hyphenation,hyphenation,1,1,0,0,0.02,0.3010,0.01,0.3010 hypnogogic,hypnogogic,1,1,1,1,0.02,0.3010,0.01,0.3010 hypnotics,hypnotics,1,1,1,1,0.02,0.3010,0.01,0.3010 hypnotisable,hypnotisable,1,1,1,1,0.02,0.3010,0.01,0.3010 hypocalcemia,hypocalcemia,1,1,1,1,0.02,0.3010,0.01,0.3010 hypocalcemic,hypocalcemic,1,1,1,1,0.02,0.3010,0.01,0.3010 hypochondriacal,hypochondriacal,1,1,1,1,0.02,0.3010,0.01,0.3010 hypodermis,hypodermis,1,1,1,1,0.02,0.3010,0.01,0.3010 hypoglossus,hypoglossus,1,1,1,1,0.02,0.3010,0.01,0.3010 hypomania,hypomania,1,1,1,1,0.02,0.3010,0.01,0.3010 hypomanic,hypomanic,1,1,1,1,0.02,0.3010,0.01,0.3010 hyponatremia,hyponatremia,1,1,1,1,0.02,0.3010,0.01,0.3010 hypopharynx,hypopharynx,1,1,1,1,0.02,0.3010,0.01,0.3010 hypoplasia,hypoplasia,1,1,1,1,0.02,0.3010,0.01,0.3010 hypostome,hypostome,1,1,1,1,0.02,0.3010,0.01,0.3010 hyposulfite,hyposulfite,1,1,1,1,0.02,0.3010,0.01,0.3010 hypothesising,hypothesising,1,1,1,1,0.02,0.3010,0.01,0.3010 hypothesizes,hypothesizes,1,1,1,1,0.02,0.3010,0.01,0.3010 hypothyroidism,hypothyroidism,1,1,1,1,0.02,0.3010,0.01,0.3010 hypotonia,hypotonia,1,1,1,1,0.02,0.3010,0.01,0.3010 Hypoxemia,hypoxemia,1,1,0,0,0.02,0.3010,0.01,0.3010 Hystericus,hystericus,1,1,0,0,0.02,0.3010,0.01,0.3010 iambics,iambics,2,1,2,1,0.04,0.4771,0.01,0.3010 iambs,iambs,1,1,1,1,0.02,0.3010,0.01,0.3010 Ib,ib,1,1,0,0,0.02,0.3010,0.01,0.3010 Ibid,ibid,1,1,0,0,0.02,0.3010,0.01,0.3010 ic,ic,1,1,1,1,0.02,0.3010,0.01,0.3010 iceboat,iceboat,2,1,2,1,0.04,0.4771,0.01,0.3010 iceboxes,iceboxes,2,1,2,1,0.04,0.4771,0.01,0.3010 icebreakers,icebreakers,1,1,1,1,0.02,0.3010,0.01,0.3010 Icelander,icelander,1,1,0,0,0.02,0.3010,0.01,0.3010 icelanders,icelanders,1,1,1,1,0.02,0.3010,0.01,0.3010 icepick,icepick,1,1,1,1,0.02,0.3010,0.01,0.3010 iceskating,iceskating,1,1,1,1,0.02,0.3010,0.01,0.3010 ichthyologists,ichthyologists,1,1,1,1,0.02,0.3010,0.01,0.3010 icily,icily,1,1,1,1,0.02,0.3010,0.01,0.3010 ickle,ickle,1,1,1,1,0.02,0.3010,0.01,0.3010 iconically,iconically,1,1,1,1,0.02,0.3010,0.01,0.3010 iconoclast,iconoclast,1,1,1,1,0.02,0.3010,0.01,0.3010 iconoclastic,iconoclastic,1,1,1,1,0.02,0.3010,0.01,0.3010 iconoclasts,iconoclasts,1,1,1,1,0.02,0.3010,0.01,0.3010 iconographic,iconographic,1,1,1,1,0.02,0.3010,0.01,0.3010 iconographies,iconographies,1,1,1,1,0.02,0.3010,0.01,0.3010 iconoscope,iconoscope,1,1,1,1,0.02,0.3010,0.01,0.3010 icteric,icteric,1,1,1,1,0.02,0.3010,0.01,0.3010 idealise,idealise,1,1,1,1,0.02,0.3010,0.01,0.3010 idealising,idealising,1,1,1,1,0.02,0.3010,0.01,0.3010 idealistically,idealistically,1,1,1,1,0.02,0.3010,0.01,0.3010 idealization,idealization,1,1,1,1,0.02,0.3010,0.01,0.3010 idealizing,idealizing,1,1,1,1,0.02,0.3010,0.01,0.3010 idealogy,idealogy,1,1,1,1,0.02,0.3010,0.01,0.3010 Idee,idee,2,1,0,0,0.04,0.4771,0.01,0.3010 idence,idence,1,1,1,1,0.02,0.3010,0.01,0.3010 identifiably,identifiably,1,1,1,1,0.02,0.3010,0.01,0.3010 ideograms,ideograms,1,1,1,1,0.02,0.3010,0.01,0.3010 ideographs,ideographs,1,1,1,1,0.02,0.3010,0.01,0.3010 idioms,idioms,1,1,1,1,0.02,0.3010,0.01,0.3010 idled,idled,1,1,1,1,0.02,0.3010,0.01,0.3010 Idles,idles,1,1,0,0,0.02,0.3010,0.01,0.3010 Ido,ido,1,1,0,0,0.02,0.3010,0.01,0.3010 Idolater,idolater,3,1,1,1,0.06,0.6021,0.01,0.3010 idolizing,idolizing,1,1,1,1,0.02,0.3010,0.01,0.3010 ifrit,ifrit,2,1,2,1,0.04,0.4771,0.01,0.3010 igitur,igitur,2,1,2,1,0.04,0.4771,0.01,0.3010 ign,ign,1,1,1,1,0.02,0.3010,0.01,0.3010 igniters,igniters,1,1,1,1,0.02,0.3010,0.01,0.3010 ignobly,ignobly,1,1,1,1,0.02,0.3010,0.01,0.3010 ignominiously,ignominiously,1,1,1,1,0.02,0.3010,0.01,0.3010 ignorable,ignorable,1,1,1,1,0.02,0.3010,0.01,0.3010 Ignoramuses,ignoramuses,1,1,0,0,0.02,0.3010,0.01,0.3010 ignorantly,ignorantly,1,1,1,1,0.02,0.3010,0.01,0.3010 Igraine,igraine,1,1,0,0,0.02,0.3010,0.01,0.3010 ihram,ihram,1,1,1,1,0.02,0.3010,0.01,0.3010 Ilama,ilama,1,1,0,0,0.02,0.3010,0.01,0.3010 Ile,ile,1,1,0,0,0.02,0.3010,0.01,0.3010 ileectomy,ileectomy,1,1,1,1,0.02,0.3010,0.01,0.3010 ileocolic,ileocolic,2,1,2,1,0.04,0.4771,0.01,0.3010 ileus,ileus,2,1,2,1,0.04,0.4771,0.01,0.3010 Iliad,iliad,1,1,0,0,0.02,0.3010,0.01,0.3010 Ilioinguinal,ilioinguinal,1,1,0,0,0.02,0.3010,0.01,0.3010 Ilka,ilka,1,1,0,0,0.02,0.3010,0.01,0.3010 ilks,ilks,1,1,1,1,0.02,0.3010,0.01,0.3010 illegibility,illegibility,1,1,1,1,0.02,0.3010,0.01,0.3010 iller,iller,1,1,1,1,0.02,0.3010,0.01,0.3010 illicitness,illicitness,1,1,1,1,0.02,0.3010,0.01,0.3010 illiteral,illiteral,1,1,1,1,0.02,0.3010,0.01,0.3010 Illume,illume,1,1,0,0,0.02,0.3010,0.01,0.3010 illumined,illumined,1,1,1,1,0.02,0.3010,0.01,0.3010 illusionary,illusionary,2,1,2,1,0.04,0.4771,0.01,0.3010 illusioned,illusioned,1,1,1,1,0.02,0.3010,0.01,0.3010 illustrative,illustrative,1,1,1,1,0.02,0.3010,0.01,0.3010 illustrators,illustrators,1,1,1,1,0.02,0.3010,0.01,0.3010 illustrous,illustrous,1,1,1,1,0.02,0.3010,0.01,0.3010 illy,illy,1,1,1,1,0.02,0.3010,0.01,0.3010 imageable,imageable,1,1,1,1,0.02,0.3010,0.01,0.3010 imams,imams,1,1,1,1,0.02,0.3010,0.01,0.3010 imbibes,imbibes,1,1,1,1,0.02,0.3010,0.01,0.3010 imbowers,imbowers,1,1,1,1,0.02,0.3010,0.01,0.3010 Imbricate,imbricate,1,1,0,0,0.02,0.3010,0.01,0.3010 imbroglio,imbroglio,1,1,1,1,0.02,0.3010,0.01,0.3010 imidazole,imidazole,2,1,1,1,0.04,0.4771,0.01,0.3010 imitative,imitative,1,1,1,1,0.02,0.3010,0.01,0.3010 immediatly,immediatly,1,1,1,1,0.02,0.3010,0.01,0.3010 immerged,immerged,1,1,1,1,0.02,0.3010,0.01,0.3010 immerses,immerses,1,1,1,1,0.02,0.3010,0.01,0.3010 Immigrations,immigrations,1,1,0,0,0.02,0.3010,0.01,0.3010 immitigable,immitigable,1,1,1,1,0.02,0.3010,0.01,0.3010 immobilising,immobilising,1,1,1,1,0.02,0.3010,0.01,0.3010 immobilization,immobilization,1,1,1,1,0.02,0.3010,0.01,0.3010 immobilizes,immobilizes,1,1,1,1,0.02,0.3010,0.01,0.3010 immobilizing,immobilizing,1,1,1,1,0.02,0.3010,0.01,0.3010 Immoderately,immoderately,1,1,0,0,0.02,0.3010,0.01,0.3010 immodestly,immodestly,1,1,1,1,0.02,0.3010,0.01,0.3010 immodesty,immodesty,1,1,1,1,0.02,0.3010,0.01,0.3010 immolated,immolated,1,1,1,1,0.02,0.3010,0.01,0.3010 immortalise,immortalise,1,1,1,1,0.02,0.3010,0.01,0.3010 immortalised,immortalised,1,1,1,1,0.02,0.3010,0.01,0.3010 immortalizing,immortalizing,1,1,1,1,0.02,0.3010,0.01,0.3010 immortally,immortally,1,1,1,1,0.02,0.3010,0.01,0.3010 immunised,immunised,1,1,1,1,0.02,0.3010,0.01,0.3010 immunoassay,immunoassay,1,1,1,1,0.02,0.3010,0.01,0.3010 immunofluorescent,immunofluorescent,1,1,1,1,0.02,0.3010,0.01,0.3010 immunologist,immunologist,1,1,1,1,0.02,0.3010,0.01,0.3010 immunosuppressants,immunosuppressants,1,1,1,1,0.02,0.3010,0.01,0.3010 immunosuppression,immunosuppression,4,1,4,1,0.08,0.6990,0.01,0.3010 immunotherapy,immunotherapy,1,1,1,1,0.02,0.3010,0.01,0.3010 immunotoxin,immunotoxin,1,1,1,1,0.02,0.3010,0.01,0.3010 immured,immured,1,1,1,1,0.02,0.3010,0.01,0.3010 immurement,immurement,1,1,1,1,0.02,0.3010,0.01,0.3010 immutability,immutability,1,1,1,1,0.02,0.3010,0.01,0.3010 immutably,immutably,1,1,1,1,0.02,0.3010,0.01,0.3010 immy,immy,1,1,1,1,0.02,0.3010,0.01,0.3010 impaction,impaction,1,1,1,1,0.02,0.3010,0.01,0.3010 Impalas,impalas,1,1,0,0,0.02,0.3010,0.01,0.3010 impales,impales,1,1,1,1,0.02,0.3010,0.01,0.3010 impanelled,impanelled,1,1,1,1,0.02,0.3010,0.01,0.3010 impassion,impassion,1,1,1,1,0.02,0.3010,0.01,0.3010 impassive,impassive,1,1,1,1,0.02,0.3010,0.01,0.3010 impeachable,impeachable,1,1,1,1,0.02,0.3010,0.01,0.3010 impeder,impeder,1,1,1,1,0.02,0.3010,0.01,0.3010 impeller,impeller,7,1,7,1,0.14,0.9031,0.01,0.3010 impellers,impellers,1,1,1,1,0.02,0.3010,0.01,0.3010 impels,impels,1,1,1,1,0.02,0.3010,0.01,0.3010 imperativeness,imperativeness,1,1,1,1,0.02,0.3010,0.01,0.3010 Imperator,imperator,1,1,0,0,0.02,0.3010,0.01,0.3010 imperceptibility,imperceptibility,1,1,1,1,0.02,0.3010,0.01,0.3010 imperfectly,imperfectly,1,1,1,1,0.02,0.3010,0.01,0.3010 imperilling,imperilling,1,1,1,1,0.02,0.3010,0.01,0.3010 imperils,imperils,1,1,1,1,0.02,0.3010,0.01,0.3010 imperium,imperium,1,1,1,1,0.02,0.3010,0.01,0.3010 impermeably,impermeably,1,1,1,1,0.02,0.3010,0.01,0.3010 impermissibly,impermissibly,1,1,1,1,0.02,0.3010,0.01,0.3010 impersonally,impersonally,1,1,1,1,0.02,0.3010,0.01,0.3010 impertinently,impertinently,1,1,1,1,0.02,0.3010,0.01,0.3010 impetuously,impetuously,1,1,1,1,0.02,0.3010,0.01,0.3010 impetuses,impetuses,1,1,1,1,0.02,0.3010,0.01,0.3010 impinges,impinges,1,1,1,1,0.02,0.3010,0.01,0.3010 impishly,impishly,1,1,1,1,0.02,0.3010,0.01,0.3010 implacability,implacability,1,1,1,1,0.02,0.3010,0.01,0.3010 implacably,implacably,1,1,1,1,0.02,0.3010,0.01,0.3010 implantable,implantable,1,1,1,1,0.02,0.3010,0.01,0.3010 implementer,implementer,1,1,1,1,0.02,0.3010,0.01,0.3010 imposers,imposers,1,1,1,1,0.02,0.3010,0.01,0.3010 impoverish,impoverish,1,1,1,1,0.02,0.3010,0.01,0.3010 impoverishes,impoverishes,1,1,1,1,0.02,0.3010,0.01,0.3010 impracticality,impracticality,1,1,1,1,0.02,0.3010,0.01,0.3010 impregnation,impregnation,1,1,1,1,0.02,0.3010,0.01,0.3010 impressional,impressional,1,1,1,1,0.02,0.3010,0.01,0.3010 impressionistic,impressionistic,1,1,1,1,0.02,0.3010,0.01,0.3010 impressionists,impressionists,1,1,1,1,0.02,0.3010,0.01,0.3010 impressment,impressment,1,1,1,1,0.02,0.3010,0.01,0.3010 improbity,improbity,3,1,2,1,0.06,0.6021,0.01,0.3010 improvident,improvident,1,1,1,1,0.02,0.3010,0.01,0.3010 improviser,improviser,1,1,1,1,0.02,0.3010,0.01,0.3010 imprudence,imprudence,1,1,1,1,0.02,0.3010,0.01,0.3010 impugns,impugns,1,1,1,1,0.02,0.3010,0.01,0.3010 impulsed,impulsed,1,1,1,1,0.02,0.3010,0.01,0.3010 impulsions,impulsions,1,1,1,1,0.02,0.3010,0.01,0.3010 impute,impute,1,1,1,1,0.02,0.3010,0.01,0.3010 imputes,imputes,1,1,1,1,0.02,0.3010,0.01,0.3010 inacceptable,inacceptable,1,1,1,1,0.02,0.3010,0.01,0.3010 inaccuracies,inaccuracies,1,1,1,1,0.02,0.3010,0.01,0.3010 inaccurately,inaccurately,1,1,1,1,0.02,0.3010,0.01,0.3010 inactions,inactions,1,1,1,1,0.02,0.3010,0.01,0.3010 inadmissable,inadmissable,1,1,1,1,0.02,0.3010,0.01,0.3010 inadvertant,inadvertant,1,1,1,1,0.02,0.3010,0.01,0.3010 inadvertence,inadvertence,1,1,1,1,0.02,0.3010,0.01,0.3010 inadvertency,inadvertency,1,1,1,1,0.02,0.3010,0.01,0.3010 inanely,inanely,2,1,2,1,0.04,0.4771,0.01,0.3010 inanimated,inanimated,1,1,1,1,0.02,0.3010,0.01,0.3010 inanities,inanities,1,1,1,1,0.02,0.3010,0.01,0.3010 inanity,inanity,1,1,1,1,0.02,0.3010,0.01,0.3010 inappropriateness,inappropriateness,1,1,1,1,0.02,0.3010,0.01,0.3010 inarguable,inarguable,1,1,1,1,0.02,0.3010,0.01,0.3010 Inarguably,inarguably,1,1,0,0,0.02,0.3010,0.01,0.3010 inartistic,inartistic,1,1,1,1,0.02,0.3010,0.01,0.3010 inaugurates,inaugurates,1,1,1,1,0.02,0.3010,0.01,0.3010 inbounded,inbounded,1,1,1,1,0.02,0.3010,0.01,0.3010 Incan,incan,1,1,0,0,0.02,0.3010,0.01,0.3010 incapacitation,incapacitation,1,1,1,1,0.02,0.3010,0.01,0.3010 incapacities,incapacities,1,1,1,1,0.02,0.3010,0.01,0.3010 incautious,incautious,1,1,1,1,0.02,0.3010,0.01,0.3010 incautiously,incautiously,1,1,1,1,0.02,0.3010,0.01,0.3010 incenses,incenses,1,1,1,1,0.02,0.3010,0.01,0.3010 inched,inched,1,1,1,1,0.02,0.3010,0.01,0.3010 incinerates,incinerates,1,1,1,1,0.02,0.3010,0.01,0.3010 incliners,incliners,1,1,1,1,0.02,0.3010,0.01,0.3010 inclines,inclines,1,1,1,1,0.02,0.3010,0.01,0.3010 inclusiveness,inclusiveness,1,1,1,1,0.02,0.3010,0.01,0.3010 incognizant,incognizant,1,1,1,1,0.02,0.3010,0.01,0.3010 incommunicability,incommunicability,1,1,1,1,0.02,0.3010,0.01,0.3010 incommunicative,incommunicative,1,1,1,1,0.02,0.3010,0.01,0.3010 incomparably,incomparably,1,1,1,1,0.02,0.3010,0.01,0.3010 incompetency,incompetency,1,1,1,1,0.02,0.3010,0.01,0.3010 Incompleted,incompleted,1,1,0,0,0.02,0.3010,0.01,0.3010 incompleteness,incompleteness,1,1,1,1,0.02,0.3010,0.01,0.3010 inconceivability,inconceivability,1,1,1,1,0.02,0.3010,0.01,0.3010 incongruity,incongruity,1,1,1,1,0.02,0.3010,0.01,0.3010 inconsequence,inconsequence,1,1,1,1,0.02,0.3010,0.01,0.3010 inconsequentiality,inconsequentiality,2,1,2,1,0.04,0.4771,0.01,0.3010 inconsequentially,inconsequentially,1,1,1,1,0.02,0.3010,0.01,0.3010 inconsiderable,inconsiderable,1,1,1,1,0.02,0.3010,0.01,0.3010 inconsiderably,inconsiderably,1,1,1,1,0.02,0.3010,0.01,0.3010 inconsideration,inconsideration,1,1,1,1,0.02,0.3010,0.01,0.3010 incontestable,incontestable,1,1,1,1,0.02,0.3010,0.01,0.3010 incontinently,incontinently,1,1,1,1,0.02,0.3010,0.01,0.3010 incontrovertibly,incontrovertibly,1,1,1,1,0.02,0.3010,0.01,0.3010 inconvertible,inconvertible,1,1,1,1,0.02,0.3010,0.01,0.3010 incorporeal,incorporeal,1,1,1,1,0.02,0.3010,0.01,0.3010 incorrupt,incorrupt,2,1,2,1,0.04,0.4771,0.01,0.3010 incorruption,incorruption,2,1,2,1,0.04,0.4771,0.01,0.3010 incrementing,incrementing,1,1,1,1,0.02,0.3010,0.01,0.3010 incrustations,incrustations,1,1,1,1,0.02,0.3010,0.01,0.3010 inculcation,inculcation,1,1,1,1,0.02,0.3010,0.01,0.3010 incumbents,incumbents,1,1,1,1,0.02,0.3010,0.01,0.3010 incus,incus,1,1,1,1,0.02,0.3010,0.01,0.3010 indecencies,indecencies,1,1,1,1,0.02,0.3010,0.01,0.3010 indecisiveness,indecisiveness,1,1,1,1,0.02,0.3010,0.01,0.3010 indeclinable,indeclinable,3,1,3,1,0.06,0.6021,0.01,0.3010 Indef,indef,2,1,0,0,0.04,0.4771,0.01,0.3010 indelicacy,indelicacy,1,1,1,1,0.02,0.3010,0.01,0.3010 indelicately,indelicately,1,1,1,1,0.02,0.3010,0.01,0.3010 indenting,indenting,1,1,1,1,0.02,0.3010,0.01,0.3010 indentures,indentures,1,1,1,1,0.02,0.3010,0.01,0.3010 indeterminacy,indeterminacy,1,1,1,1,0.02,0.3010,0.01,0.3010 indetermined,indetermined,1,1,1,1,0.02,0.3010,0.01,0.3010 indicts,indicts,1,1,1,1,0.02,0.3010,0.01,0.3010 indirection,indirection,1,1,1,1,0.02,0.3010,0.01,0.3010 indiscernible,indiscernible,1,1,1,1,0.02,0.3010,0.01,0.3010 indiscipline,indiscipline,1,1,1,1,0.02,0.3010,0.01,0.3010 indisciplined,indisciplined,1,1,1,1,0.02,0.3010,0.01,0.3010 indiscreetly,indiscreetly,1,1,1,1,0.02,0.3010,0.01,0.3010 indiscrimination,indiscrimination,1,1,1,1,0.02,0.3010,0.01,0.3010 indispositions,indispositions,1,1,1,1,0.02,0.3010,0.01,0.3010 indisputably,indisputably,1,1,1,1,0.02,0.3010,0.01,0.3010 indissoluble,indissoluble,1,1,1,1,0.02,0.3010,0.01,0.3010 indite,indite,1,1,1,1,0.02,0.3010,0.01,0.3010 inditement,inditement,1,1,1,1,0.02,0.3010,0.01,0.3010 individ,individ,1,1,1,1,0.02,0.3010,0.01,0.3010 individualities,individualities,1,1,1,1,0.02,0.3010,0.01,0.3010 Indochina,indochina,1,1,0,0,0.02,0.3010,0.01,0.3010 indoctrinates,indoctrinates,1,1,1,1,0.02,0.3010,0.01,0.3010 indole,indole,1,1,1,1,0.02,0.3010,0.01,0.3010 indolence,indolence,1,1,1,1,0.02,0.3010,0.01,0.3010 Indomable,indomable,1,1,0,0,0.02,0.3010,0.01,0.3010 Indomethacin,indomethacin,1,1,0,0,0.02,0.3010,0.01,0.3010 indorse,indorse,1,1,1,1,0.02,0.3010,0.01,0.3010 indubitable,indubitable,1,1,1,1,0.02,0.3010,0.01,0.3010 inducers,inducers,1,1,1,1,0.02,0.3010,0.01,0.3010 inducting,inducting,1,1,1,1,0.02,0.3010,0.01,0.3010 inductions,inductions,1,1,1,1,0.02,0.3010,0.01,0.3010 indurite,indurite,2,1,2,1,0.04,0.4771,0.01,0.3010 Indus,indus,1,1,0,0,0.02,0.3010,0.01,0.3010 Industrials,industrials,1,1,0,0,0.02,0.3010,0.01,0.3010 industriousness,industriousness,1,1,1,1,0.02,0.3010,0.01,0.3010 inebriates,inebriates,1,1,1,1,0.02,0.3010,0.01,0.3010 inebriating,inebriating,1,1,1,1,0.02,0.3010,0.01,0.3010 ineffectively,ineffectively,1,1,1,1,0.02,0.3010,0.01,0.3010 ineffectiveness,ineffectiveness,1,1,1,1,0.02,0.3010,0.01,0.3010 Ineptly,ineptly,1,1,0,0,0.02,0.3010,0.01,0.3010 ineptness,ineptness,1,1,1,1,0.02,0.3010,0.01,0.3010 inequalities,inequalities,1,1,1,1,0.02,0.3010,0.01,0.3010 inequitable,inequitable,1,1,1,1,0.02,0.3010,0.01,0.3010 inessential,inessential,1,1,1,1,0.02,0.3010,0.01,0.3010 inevitabilities,inevitabilities,1,1,1,1,0.02,0.3010,0.01,0.3010 inexactitude,inexactitude,1,1,1,1,0.02,0.3010,0.01,0.3010 inexactly,inexactly,1,1,1,1,0.02,0.3010,0.01,0.3010 inexcusably,inexcusably,1,1,1,1,0.02,0.3010,0.01,0.3010 inexecrable,inexecrable,1,1,1,1,0.02,0.3010,0.01,0.3010 inexistence,inexistence,1,1,1,1,0.02,0.3010,0.01,0.3010 Inexpensiveness,inexpensiveness,1,1,0,0,0.02,0.3010,0.01,0.3010 inexpert,inexpert,1,1,1,1,0.02,0.3010,0.01,0.3010 inexpertly,inexpertly,1,1,1,1,0.02,0.3010,0.01,0.3010 inexplainable,inexplainable,1,1,1,1,0.02,0.3010,0.01,0.3010 inexpressibly,inexpressibly,1,1,1,1,0.02,0.3010,0.01,0.3010 inexpressive,inexpressive,1,1,1,1,0.02,0.3010,0.01,0.3010 infamia,infamia,1,1,1,1,0.02,0.3010,0.01,0.3010 Infantas,infantas,1,1,0,0,0.02,0.3010,0.01,0.3010 infarcted,infarcted,1,1,1,1,0.02,0.3010,0.01,0.3010 infatuates,infatuates,1,1,1,1,0.02,0.3010,0.01,0.3010 infectant,infectant,1,1,1,1,0.02,0.3010,0.01,0.3010 infector,infector,1,1,1,1,0.02,0.3010,0.01,0.3010 infectors,infectors,1,1,1,1,0.02,0.3010,0.01,0.3010 inferences,inferences,1,1,1,1,0.02,0.3010,0.01,0.3010 inferiorly,inferiorly,1,1,1,1,0.02,0.3010,0.01,0.3010 infernos,infernos,1,1,1,1,0.02,0.3010,0.01,0.3010 infestations,infestations,1,1,1,1,0.02,0.3010,0.01,0.3010 infiltrator,infiltrator,1,1,1,1,0.02,0.3010,0.01,0.3010 infinities,infinities,1,1,1,1,0.02,0.3010,0.01,0.3010 infirmities,infirmities,1,1,1,1,0.02,0.3010,0.01,0.3010 inflammations,inflammations,1,1,1,1,0.02,0.3010,0.01,0.3010 inflatables,inflatables,1,1,1,1,0.02,0.3010,0.01,0.3010 inflationary,inflationary,2,1,2,1,0.04,0.4771,0.01,0.3010 inflect,inflect,1,1,1,1,0.02,0.3010,0.01,0.3010 inflexibility,inflexibility,1,1,1,1,0.02,0.3010,0.01,0.3010 inflictor,inflictor,1,1,1,1,0.02,0.3010,0.01,0.3010 influents,influents,1,1,1,1,0.02,0.3010,0.01,0.3010 infos,infos,1,1,1,1,0.02,0.3010,0.01,0.3010 infracting,infracting,1,1,1,1,0.02,0.3010,0.01,0.3010 infraorbital,infraorbital,1,1,1,1,0.02,0.3010,0.01,0.3010 infrarenal,infrarenal,1,1,1,1,0.02,0.3010,0.01,0.3010 infraspinous,infraspinous,1,1,1,1,0.02,0.3010,0.01,0.3010 infrastructures,infrastructures,1,1,1,1,0.02,0.3010,0.01,0.3010 infuses,infuses,1,1,1,1,0.02,0.3010,0.01,0.3010 ingenues,ingenues,1,1,1,1,0.02,0.3010,0.01,0.3010 ingenuously,ingenuously,1,1,1,1,0.02,0.3010,0.01,0.3010 ingrain,ingrain,1,1,1,1,0.02,0.3010,0.01,0.3010 ingraining,ingraining,1,1,1,1,0.02,0.3010,0.01,0.3010 ingurgitate,ingurgitate,1,1,1,1,0.02,0.3010,0.01,0.3010 inhabitable,inhabitable,1,1,1,1,0.02,0.3010,0.01,0.3010 inhalations,inhalations,1,1,1,1,0.02,0.3010,0.01,0.3010 inharmonious,inharmonious,1,1,1,1,0.02,0.3010,0.01,0.3010 inheritability,inheritability,1,1,1,1,0.02,0.3010,0.01,0.3010 inheritable,inheritable,1,1,1,1,0.02,0.3010,0.01,0.3010 inheritors,inheritors,1,1,1,1,0.02,0.3010,0.01,0.3010 inhumanely,inhumanely,1,1,1,1,0.02,0.3010,0.01,0.3010 inhumanities,inhumanities,1,1,1,1,0.02,0.3010,0.01,0.3010 iniquitous,iniquitous,1,1,1,1,0.02,0.3010,0.01,0.3010 init,init,1,1,1,1,0.02,0.3010,0.01,0.3010 inital,inital,1,1,1,1,0.02,0.3010,0.01,0.3010 initialing,initialing,1,1,1,1,0.02,0.3010,0.01,0.3010 initiations,initiations,1,1,1,1,0.02,0.3010,0.01,0.3010 injudicial,injudicial,1,1,1,1,0.02,0.3010,0.01,0.3010 injudicious,injudicious,1,1,1,1,0.02,0.3010,0.01,0.3010 injudiciously,injudiciously,1,1,1,1,0.02,0.3010,0.01,0.3010 injunctions,injunctions,1,1,1,1,0.02,0.3010,0.01,0.3010 inkings,inkings,1,1,1,1,0.02,0.3010,0.01,0.3010 inkless,inkless,1,1,1,1,0.02,0.3010,0.01,0.3010 inkstands,inkstands,1,1,1,1,0.02,0.3010,0.01,0.3010 inkwells,inkwells,1,1,1,1,0.02,0.3010,0.01,0.3010 inlays,inlays,2,1,2,1,0.04,0.4771,0.01,0.3010 inlets,inlets,1,1,1,1,0.02,0.3010,0.01,0.3010 inlike,inlike,1,1,1,1,0.02,0.3010,0.01,0.3010 innerspring,innerspring,1,1,1,1,0.02,0.3010,0.01,0.3010 innest,innest,1,1,1,1,0.02,0.3010,0.01,0.3010 innoculation,innoculation,2,1,2,1,0.04,0.4771,0.01,0.3010 innovated,innovated,1,1,1,1,0.02,0.3010,0.01,0.3010 innovates,innovates,1,1,1,1,0.02,0.3010,0.01,0.3010 innovating,innovating,1,1,1,1,0.02,0.3010,0.01,0.3010 innovators,innovators,1,1,1,1,0.02,0.3010,0.01,0.3010 inoculator,inoculator,1,1,1,1,0.02,0.3010,0.01,0.3010 inopportunely,inopportunely,1,1,1,1,0.02,0.3010,0.01,0.3010 inotropic,inotropic,1,1,1,1,0.02,0.3010,0.01,0.3010 inquests,inquests,1,1,1,1,0.02,0.3010,0.01,0.3010 Inquirer,inquirer,1,1,0,0,0.02,0.3010,0.01,0.3010 inquisitions,inquisitions,1,1,1,1,0.02,0.3010,0.01,0.3010 insame,insame,1,1,1,1,0.02,0.3010,0.01,0.3010 insaner,insaner,1,1,1,1,0.02,0.3010,0.01,0.3010 insanitary,insanitary,1,1,1,1,0.02,0.3010,0.01,0.3010 Insatiably,insatiably,1,1,0,0,0.02,0.3010,0.01,0.3010 inscribing,inscribing,1,1,1,1,0.02,0.3010,0.01,0.3010 inseams,inseams,1,1,1,1,0.02,0.3010,0.01,0.3010 insecta,insecta,1,1,1,1,0.02,0.3010,0.01,0.3010 insectivorous,insectivorous,1,1,1,1,0.02,0.3010,0.01,0.3010 inseminating,inseminating,1,1,1,1,0.02,0.3010,0.01,0.3010 inseminations,inseminations,1,1,1,1,0.02,0.3010,0.01,0.3010 Insentient,insentient,1,1,0,0,0.02,0.3010,0.01,0.3010 inset,inset,1,1,1,1,0.02,0.3010,0.01,0.3010 insets,insets,1,1,1,1,0.02,0.3010,0.01,0.3010 insinuates,insinuates,1,1,1,1,0.02,0.3010,0.01,0.3010 insipidities,insipidities,1,1,1,1,0.02,0.3010,0.01,0.3010 insol,insol,1,1,1,1,0.02,0.3010,0.01,0.3010 insolate,insolate,1,1,1,1,0.02,0.3010,0.01,0.3010 insouciance,insouciance,1,1,1,1,0.02,0.3010,0.01,0.3010 inspirationally,inspirationally,1,1,1,1,0.02,0.3010,0.01,0.3010 Inspiratory,inspiratory,1,1,0,0,0.02,0.3010,0.01,0.3010 inspirer,inspirer,1,1,1,1,0.02,0.3010,0.01,0.3010 installers,installers,1,1,1,1,0.02,0.3010,0.01,0.3010 insteps,insteps,1,1,1,1,0.02,0.3010,0.01,0.3010 instil,instil,1,1,1,1,0.02,0.3010,0.01,0.3010 instils,instils,1,1,1,1,0.02,0.3010,0.01,0.3010 instinctually,instinctually,1,1,1,1,0.02,0.3010,0.01,0.3010 institutionalization,institutionalization,1,1,1,1,0.02,0.3010,0.01,0.3010 institutionalizing,institutionalizing,1,1,1,1,0.02,0.3010,0.01,0.3010 instrumentalists,instrumentalists,1,1,1,1,0.02,0.3010,0.01,0.3010 instrumentalities,instrumentalities,3,1,3,1,0.06,0.6021,0.01,0.3010 instrumentals,instrumentals,1,1,1,1,0.02,0.3010,0.01,0.3010 insulters,insulters,2,1,2,1,0.04,0.4771,0.01,0.3010 insurable,insurable,1,1,1,1,0.02,0.3010,0.01,0.3010 insurgence,insurgence,1,1,1,1,0.02,0.3010,0.01,0.3010 insurrectional,insurrectional,1,1,1,1,0.02,0.3010,0.01,0.3010 insurrections,insurrections,1,1,1,1,0.02,0.3010,0.01,0.3010 integrationist,integrationist,1,1,1,1,0.02,0.3010,0.01,0.3010 integrities,integrities,1,1,1,1,0.02,0.3010,0.01,0.3010 intellectualising,intellectualising,1,1,1,1,0.02,0.3010,0.01,0.3010 intellectuality,intellectuality,1,1,1,1,0.02,0.3010,0.01,0.3010 intellectualization,intellectualization,1,1,1,1,0.02,0.3010,0.01,0.3010 intellectualized,intellectualized,1,1,1,1,0.02,0.3010,0.01,0.3010 intellectualizing,intellectualizing,1,1,1,1,0.02,0.3010,0.01,0.3010 intemperance,intemperance,1,1,1,1,0.02,0.3010,0.01,0.3010 intendant,intendant,1,1,1,1,0.02,0.3010,0.01,0.3010 intenser,intenser,1,1,1,1,0.02,0.3010,0.01,0.3010 intensifying,intensifying,1,1,1,1,0.02,0.3010,0.01,0.3010 interactively,interactively,1,1,1,1,0.02,0.3010,0.01,0.3010 interbank,interbank,1,1,1,1,0.02,0.3010,0.01,0.3010 interbred,interbred,1,1,1,1,0.02,0.3010,0.01,0.3010 interceding,interceding,1,1,1,1,0.02,0.3010,0.01,0.3010 intercellular,intercellular,1,1,1,1,0.02,0.3010,0.01,0.3010 intercess,intercess,1,1,1,1,0.02,0.3010,0.01,0.3010 intercessions,intercessions,1,1,1,1,0.02,0.3010,0.01,0.3010 intercessors,intercessors,1,1,1,1,0.02,0.3010,0.01,0.3010 interchangeability,interchangeability,1,1,1,1,0.02,0.3010,0.01,0.3010 interchanging,interchanging,1,1,1,1,0.02,0.3010,0.01,0.3010 interconnect,interconnect,1,1,1,1,0.02,0.3010,0.01,0.3010 interconnection,interconnection,1,1,1,1,0.02,0.3010,0.01,0.3010 interconnects,interconnects,1,1,1,1,0.02,0.3010,0.01,0.3010 intercooler,intercooler,1,1,1,1,0.02,0.3010,0.01,0.3010 intercuts,intercuts,1,1,1,1,0.02,0.3010,0.01,0.3010 intercutting,intercutting,2,1,1,1,0.04,0.4771,0.01,0.3010 interdependent,interdependent,1,1,1,1,0.02,0.3010,0.01,0.3010 interdicts,interdicts,1,1,1,1,0.02,0.3010,0.01,0.3010 interdisciplinary,interdisciplinary,1,1,1,1,0.02,0.3010,0.01,0.3010 interferences,interferences,1,1,1,1,0.02,0.3010,0.01,0.3010 interferometry,interferometry,1,1,1,1,0.02,0.3010,0.01,0.3010 interjections,interjections,1,1,1,1,0.02,0.3010,0.01,0.3010 interlinking,interlinking,1,1,1,1,0.02,0.3010,0.01,0.3010 interloping,interloping,1,1,1,1,0.02,0.3010,0.01,0.3010 intermarry,intermarry,1,1,1,1,0.02,0.3010,0.01,0.3010 intermarrying,intermarrying,1,1,1,1,0.02,0.3010,0.01,0.3010 intermastoid,intermastoid,1,1,1,1,0.02,0.3010,0.01,0.3010 intermediately,intermediately,1,1,1,1,0.02,0.3010,0.01,0.3010 intermediates,intermediates,1,1,1,1,0.02,0.3010,0.01,0.3010 intermediator,intermediator,1,1,1,1,0.02,0.3010,0.01,0.3010 intermingled,intermingled,1,1,1,1,0.02,0.3010,0.01,0.3010 intermingling,intermingling,1,1,1,1,0.02,0.3010,0.01,0.3010 Intermountain,intermountain,1,1,0,0,0.02,0.3010,0.01,0.3010 intermural,intermural,1,1,1,1,0.02,0.3010,0.01,0.3010 internalisation,internalisation,1,1,1,1,0.02,0.3010,0.01,0.3010 internalise,internalise,1,1,1,1,0.02,0.3010,0.01,0.3010 internalised,internalised,1,1,1,1,0.02,0.3010,0.01,0.3010 internalises,internalises,1,1,1,1,0.02,0.3010,0.01,0.3010 internes,internes,1,1,1,1,0.02,0.3010,0.01,0.3010 internode,internode,1,1,1,1,0.02,0.3010,0.01,0.3010 interorbital,interorbital,1,1,1,1,0.02,0.3010,0.01,0.3010 interpenetrate,interpenetrate,1,1,1,1,0.02,0.3010,0.01,0.3010 interpolating,interpolating,1,1,1,1,0.02,0.3010,0.01,0.3010 interpolations,interpolations,1,1,1,1,0.02,0.3010,0.01,0.3010 interpose,interpose,1,1,1,1,0.02,0.3010,0.01,0.3010 interpretational,interpretational,1,1,1,1,0.02,0.3010,0.01,0.3010 interpretative,interpretative,1,1,1,1,0.02,0.3010,0.01,0.3010 interrelationships,interrelationships,1,1,1,1,0.02,0.3010,0.01,0.3010 interrogatives,interrogatives,1,1,1,1,0.02,0.3010,0.01,0.3010 interruptive,interruptive,1,1,1,1,0.02,0.3010,0.01,0.3010 interscapular,interscapular,1,1,1,1,0.02,0.3010,0.01,0.3010 intersperse,intersperse,1,1,1,1,0.02,0.3010,0.01,0.3010 interstates,interstates,1,1,1,1,0.02,0.3010,0.01,0.3010 intertwining,intertwining,1,1,1,1,0.02,0.3010,0.01,0.3010 intervenor,intervenor,1,1,1,1,0.02,0.3010,0.01,0.3010 interventionists,interventionists,2,1,2,1,0.04,0.4771,0.01,0.3010 interventricular,interventricular,1,1,1,1,0.02,0.3010,0.01,0.3010 intervertebral,intervertebral,1,1,1,1,0.02,0.3010,0.01,0.3010 interviewers,interviewers,1,1,1,1,0.02,0.3010,0.01,0.3010 interweave,interweave,1,1,1,1,0.02,0.3010,0.01,0.3010 interworld,interworld,2,1,2,1,0.04,0.4771,0.01,0.3010 intima,intima,2,1,2,1,0.04,0.4771,0.01,0.3010 intimations,intimations,1,1,1,1,0.02,0.3010,0.01,0.3010 intime,intime,2,1,2,1,0.04,0.4771,0.01,0.3010 intimidatingly,intimidatingly,1,1,1,1,0.02,0.3010,0.01,0.3010 intimidator,intimidator,1,1,1,1,0.02,0.3010,0.01,0.3010 intimity,intimity,1,1,1,1,0.02,0.3010,0.01,0.3010 intonations,intonations,1,1,1,1,0.02,0.3010,0.01,0.3010 intone,intone,1,1,1,1,0.02,0.3010,0.01,0.3010 intoxicants,intoxicants,1,1,1,1,0.02,0.3010,0.01,0.3010 intracerebral,intracerebral,1,1,1,1,0.02,0.3010,0.01,0.3010 Intraocular,intraocular,1,1,0,0,0.02,0.3010,0.01,0.3010 intraoffice,intraoffice,1,1,1,1,0.02,0.3010,0.01,0.3010 intraparty,intraparty,1,1,1,1,0.02,0.3010,0.01,0.3010 intraperitoneal,intraperitoneal,1,1,1,1,0.02,0.3010,0.01,0.3010 intraventricular,intraventricular,1,1,1,1,0.02,0.3010,0.01,0.3010 intricately,intricately,1,1,1,1,0.02,0.3010,0.01,0.3010 intrinsicate,intrinsicate,1,1,1,1,0.02,0.3010,0.01,0.3010 introspect,introspect,1,1,1,1,0.02,0.3010,0.01,0.3010 introspectively,introspectively,1,1,1,1,0.02,0.3010,0.01,0.3010 intrudes,intrudes,1,1,1,1,0.02,0.3010,0.01,0.3010 intubates,intubates,1,1,1,1,0.02,0.3010,0.01,0.3010 intuit,intuit,1,1,1,1,0.02,0.3010,0.01,0.3010 intumescence,intumescence,1,1,1,1,0.02,0.3010,0.01,0.3010 inundating,inundating,1,1,1,1,0.02,0.3010,0.01,0.3010 inundation,inundation,1,1,1,1,0.02,0.3010,0.01,0.3010 inundatory,inundatory,1,1,1,1,0.02,0.3010,0.01,0.3010 inure,inure,1,1,1,1,0.02,0.3010,0.01,0.3010 inuring,inuring,1,1,1,1,0.02,0.3010,0.01,0.3010 inurnment,inurnment,1,1,1,1,0.02,0.3010,0.01,0.3010 invalidates,invalidates,1,1,1,1,0.02,0.3010,0.01,0.3010 invalidation,invalidation,1,1,1,1,0.02,0.3010,0.01,0.3010 Invalidism,invalidism,1,1,0,0,0.02,0.3010,0.01,0.3010 invaluably,invaluably,1,1,1,1,0.02,0.3010,0.01,0.3010 inveigle,inveigle,3,1,3,1,0.06,0.6021,0.01,0.3010 inveigles,inveigles,1,1,1,1,0.02,0.3010,0.01,0.3010 inventively,inventively,1,1,1,1,0.02,0.3010,0.01,0.3010 inventress,inventress,1,1,1,1,0.02,0.3010,0.01,0.3010 inversions,inversions,1,1,1,1,0.02,0.3010,0.01,0.3010 invertebrate,invertebrate,1,1,1,1,0.02,0.3010,0.01,0.3010 inverter,inverter,2,1,2,1,0.04,0.4771,0.01,0.3010 investiture,investiture,2,1,2,1,0.04,0.4771,0.01,0.3010 invidia,invidia,1,1,1,1,0.02,0.3010,0.01,0.3010 invigilate,invigilate,2,1,1,1,0.04,0.4771,0.01,0.3010 invincibly,invincibly,1,1,1,1,0.02,0.3010,0.01,0.3010 invitable,invitable,1,1,1,1,0.02,0.3010,0.01,0.3010 invitees,invitees,1,1,1,1,0.02,0.3010,0.01,0.3010 inviter,inviter,1,1,1,1,0.02,0.3010,0.01,0.3010 invitingly,invitingly,1,1,1,1,0.02,0.3010,0.01,0.3010 invocations,invocations,1,1,1,1,0.02,0.3010,0.01,0.3010 invoiced,invoiced,1,1,1,1,0.02,0.3010,0.01,0.3010 inwith,inwith,1,1,1,1,0.02,0.3010,0.01,0.3010 iodoform,iodoform,1,1,1,1,0.02,0.3010,0.01,0.3010 ionise,ionise,1,1,1,1,0.02,0.3010,0.01,0.3010 iontophoresis,iontophoresis,1,1,1,1,0.02,0.3010,0.01,0.3010 Iranians,iranians,1,1,0,0,0.02,0.3010,0.01,0.3010 irately,irately,1,1,1,1,0.02,0.3010,0.01,0.3010 ired,ired,1,1,1,1,0.02,0.3010,0.01,0.3010 Irides,irides,1,1,0,0,0.02,0.3010,0.01,0.3010 Irishmen,irishmen,1,1,0,0,0.02,0.3010,0.01,0.3010 irking,irking,1,1,1,1,0.02,0.3010,0.01,0.3010 Ironbark,ironbark,1,1,0,0,0.02,0.3010,0.01,0.3010 ironbound,ironbound,1,1,1,1,0.02,0.3010,0.01,0.3010 ironclads,ironclads,1,1,1,1,0.02,0.3010,0.01,0.3010 Ironhead,ironhead,3,1,0,0,0.06,0.6021,0.01,0.3010 Ironman,ironman,1,1,0,0,0.02,0.3010,0.01,0.3010 ironmonger,ironmonger,1,1,1,1,0.02,0.3010,0.01,0.3010 Ironside,ironside,1,1,0,0,0.02,0.3010,0.01,0.3010 Ironsides,ironsides,1,1,0,0,0.02,0.3010,0.01,0.3010 ironstone,ironstone,1,1,1,1,0.02,0.3010,0.01,0.3010 Ironweed,ironweed,1,1,0,0,0.02,0.3010,0.01,0.3010 ironwood,ironwood,1,1,1,1,0.02,0.3010,0.01,0.3010 Ironworkers,ironworkers,1,1,0,0,0.02,0.3010,0.01,0.3010 Iroquois,iroquois,1,1,0,0,0.02,0.3010,0.01,0.3010 irradiates,irradiates,1,1,1,1,0.02,0.3010,0.01,0.3010 irradiation,irradiation,1,1,1,1,0.02,0.3010,0.01,0.3010 irrationalities,irrationalities,1,1,1,1,0.02,0.3010,0.01,0.3010 irrationality,irrationality,1,1,1,1,0.02,0.3010,0.01,0.3010 irrecoverable,irrecoverable,1,1,1,1,0.02,0.3010,0.01,0.3010 irreducible,irreducible,1,1,1,1,0.02,0.3010,0.01,0.3010 Irreferable,irreferable,1,1,0,0,0.02,0.3010,0.01,0.3010 irrefutably,irrefutably,1,1,1,1,0.02,0.3010,0.01,0.3010 irregulated,irregulated,1,1,1,1,0.02,0.3010,0.01,0.3010 irremovable,irremovable,1,1,1,1,0.02,0.3010,0.01,0.3010 irresilient,irresilient,1,1,1,1,0.02,0.3010,0.01,0.3010 irresistable,irresistable,1,1,1,1,0.02,0.3010,0.01,0.3010 irresistibility,irresistibility,1,1,1,1,0.02,0.3010,0.01,0.3010 irrevocability,irrevocability,1,1,1,1,0.02,0.3010,0.01,0.3010 irrigant,irrigant,1,1,1,1,0.02,0.3010,0.01,0.3010 irrigations,irrigations,1,1,1,1,0.02,0.3010,0.01,0.3010 irritatingly,irritatingly,1,1,1,1,0.02,0.3010,0.01,0.3010 Iscariot,iscariot,1,1,0,0,0.02,0.3010,0.01,0.3010 Ischia,ischia,1,1,0,0,0.02,0.3010,0.01,0.3010 ischial,ischial,1,1,1,1,0.02,0.3010,0.01,0.3010 ised,ised,1,1,1,1,0.02,0.3010,0.01,0.3010 isinglass,isinglass,1,1,1,1,0.02,0.3010,0.01,0.3010 islandic,islandic,1,1,1,1,0.02,0.3010,0.01,0.3010 isolationists,isolationists,1,1,1,1,0.02,0.3010,0.01,0.3010 isolators,isolators,1,1,1,1,0.02,0.3010,0.01,0.3010 isophthalic,isophthalic,1,1,1,1,0.02,0.3010,0.01,0.3010 Isothermal,isothermal,1,1,0,0,0.02,0.3010,0.01,0.3010 isotopic,isotopic,3,1,3,1,0.06,0.6021,0.01,0.3010 italic,italic,3,1,2,1,0.06,0.6021,0.01,0.3010 itchiness,itchiness,1,1,1,1,0.02,0.3010,0.01,0.3010 Iterate,iterate,1,1,0,0,0.02,0.3010,0.01,0.3010 iterated,iterated,1,1,1,1,0.02,0.3010,0.01,0.3010 itinerant,itinerant,1,1,1,1,0.02,0.3010,0.01,0.3010 Iud,iud,1,1,0,0,0.02,0.3010,0.01,0.3010 Iva,iva,3,1,0,0,0.06,0.6021,0.01,0.3010 Ivies,ivies,1,1,0,0,0.02,0.3010,0.01,0.3010 ivin,ivin,1,1,1,1,0.02,0.3010,0.01,0.3010 izzat,izzat,1,1,1,1,0.02,0.3010,0.01,0.3010 jabbered,jabbered,1,1,1,1,0.02,0.3010,0.01,0.3010 jabbernowl,jabbernowl,2,1,2,1,0.04,0.4771,0.01,0.3010 Jabble,jabble,1,1,0,0,0.02,0.3010,0.01,0.3010 jacaranda,jacaranda,1,1,1,1,0.02,0.3010,0.01,0.3010 Jackaroo,jackaroo,1,1,0,0,0.02,0.3010,0.01,0.3010 jackboot,jackboot,1,1,1,1,0.02,0.3010,0.01,0.3010 jackbooted,jackbooted,1,1,1,1,0.02,0.3010,0.01,0.3010 jackdaw,jackdaw,1,1,1,1,0.02,0.3010,0.01,0.3010 jacker,jacker,3,1,3,1,0.06,0.6021,0.01,0.3010 jackleg,jackleg,1,1,1,1,0.02,0.3010,0.01,0.3010 Jacksaw,jacksaw,1,1,0,0,0.02,0.3010,0.01,0.3010 Jacksonian,jacksonian,2,1,0,0,0.04,0.4771,0.01,0.3010 Jacobins,jacobins,1,1,0,0,0.02,0.3010,0.01,0.3010 jacquard,jacquard,2,1,1,1,0.04,0.4771,0.01,0.3010 Jagers,jagers,1,1,0,0,0.02,0.3010,0.01,0.3010 jagging,jagging,1,1,1,1,0.02,0.3010,0.01,0.3010 jaguarundi,jaguarundi,2,1,2,1,0.04,0.4771,0.01,0.3010 jailbreaker,jailbreaker,1,1,1,1,0.02,0.3010,0.01,0.3010 jailbreaks,jailbreaks,1,1,1,1,0.02,0.3010,0.01,0.3010 jailish,jailish,1,1,1,1,0.02,0.3010,0.01,0.3010 jailors,jailors,1,1,1,1,0.02,0.3010,0.01,0.3010 jain,jain,1,1,1,1,0.02,0.3010,0.01,0.3010 jalops,jalops,2,1,2,1,0.04,0.4771,0.01,0.3010 Jambon,jambon,2,1,0,0,0.04,0.4771,0.01,0.3010 jamborees,jamborees,1,1,1,1,0.02,0.3010,0.01,0.3010 Jamesian,jamesian,3,1,0,0,0.06,0.6021,0.01,0.3010 jamoke,jamoke,1,1,1,1,0.02,0.3010,0.01,0.3010 Jangly,jangly,1,1,0,0,0.02,0.3010,0.01,0.3010 janitress,janitress,1,1,1,1,0.02,0.3010,0.01,0.3010 Jansenist,jansenist,1,1,0,0,0.02,0.3010,0.01,0.3010 japanning,japanning,3,1,3,1,0.06,0.6021,0.01,0.3010 Japans,japans,8,1,0,0,0.16,0.9542,0.01,0.3010 japed,japed,1,1,1,1,0.02,0.3010,0.01,0.3010 japers,japers,3,1,2,1,0.06,0.6021,0.01,0.3010 japery,japery,1,1,1,1,0.02,0.3010,0.01,0.3010 Japheth,japheth,3,1,0,0,0.06,0.6021,0.01,0.3010 Jara,jara,1,1,0,0,0.02,0.3010,0.01,0.3010 jarabe,jarabe,1,1,1,1,0.02,0.3010,0.01,0.3010 Jardin,jardin,1,1,0,0,0.02,0.3010,0.01,0.3010 jarosite,jarosite,1,1,1,1,0.02,0.3010,0.01,0.3010 Jarvey,jarvey,1,1,0,0,0.02,0.3010,0.01,0.3010 Jasp,jasp,1,1,0,0,0.02,0.3010,0.01,0.3010 Jaspered,jaspered,1,1,0,0,0.02,0.3010,0.01,0.3010 jat,jat,3,1,3,1,0.06,0.6021,0.01,0.3010 Jato,jato,1,1,0,0,0.02,0.3010,0.01,0.3010 jaunce,jaunce,1,1,1,1,0.02,0.3010,0.01,0.3010 jauntily,jauntily,1,1,1,1,0.02,0.3010,0.01,0.3010 javas,javas,1,1,1,1,0.02,0.3010,0.01,0.3010 javelins,javelins,1,1,1,1,0.02,0.3010,0.01,0.3010 jawbones,jawbones,1,1,1,1,0.02,0.3010,0.01,0.3010 Jaycee,jaycee,1,1,0,0,0.02,0.3010,0.01,0.3010 Jaycees,jaycees,1,1,0,0,0.02,0.3010,0.01,0.3010 Jayhawk,jayhawk,3,1,0,0,0.06,0.6021,0.01,0.3010 Jayhawker,jayhawker,1,1,0,0,0.02,0.3010,0.01,0.3010 jaywalked,jaywalked,1,1,1,1,0.02,0.3010,0.01,0.3010 Jees,jees,3,1,1,1,0.06,0.6021,0.01,0.3010 Jefes,jefes,1,1,0,0,0.02,0.3010,0.01,0.3010 jejunal,jejunal,1,1,1,1,0.02,0.3010,0.01,0.3010 jelled,jelled,1,1,1,1,0.02,0.3010,0.01,0.3010 Jellico,jellico,1,1,0,0,0.02,0.3010,0.01,0.3010 jellylike,jellylike,1,1,1,1,0.02,0.3010,0.01,0.3010 Jennies,jennies,1,1,0,0,0.02,0.3010,0.01,0.3010 jeopardising,jeopardising,1,1,1,1,0.02,0.3010,0.01,0.3010 Jere,jere,1,1,0,0,0.02,0.3010,0.01,0.3010 jerker,jerker,1,1,1,1,0.02,0.3010,0.01,0.3010 Jerkins,jerkins,1,1,0,0,0.02,0.3010,0.01,0.3010 jerkish,jerkish,1,1,1,1,0.02,0.3010,0.01,0.3010 jeroboam,jeroboam,1,1,1,1,0.02,0.3010,0.01,0.3010 jerricans,jerricans,1,1,1,1,0.02,0.3010,0.01,0.3010 Jesses,jesses,1,1,0,0,0.02,0.3010,0.01,0.3010 jesuitic,jesuitic,1,1,1,1,0.02,0.3010,0.01,0.3010 Jesuitical,jesuitical,1,1,0,0,0.02,0.3010,0.01,0.3010 Jetstream,jetstream,8,1,0,0,0.16,0.9542,0.01,0.3010 jetties,jetties,1,1,1,1,0.02,0.3010,0.01,0.3010 jettisons,jettisons,1,1,1,1,0.02,0.3010,0.01,0.3010 Jeunesse,jeunesse,2,1,0,0,0.04,0.4771,0.01,0.3010 Jezebels,jezebels,1,1,0,0,0.02,0.3010,0.01,0.3010 Jiao,jiao,2,1,0,0,0.04,0.4771,0.01,0.3010 jiggered,jiggered,1,1,1,1,0.02,0.3010,0.01,0.3010 jiggering,jiggering,1,1,1,1,0.02,0.3010,0.01,0.3010 jigging,jigging,1,1,1,1,0.02,0.3010,0.01,0.3010 jigsawing,jigsawing,1,1,1,1,0.02,0.3010,0.01,0.3010 jihads,jihads,1,1,1,1,0.02,0.3010,0.01,0.3010 Jillaroo,jillaroo,1,1,0,0,0.02,0.3010,0.01,0.3010 Jilling,jilling,1,1,0,0,0.02,0.3010,0.01,0.3010 jillions,jillions,1,1,1,1,0.02,0.3010,0.01,0.3010 Jills,jills,1,1,0,0,0.02,0.3010,0.01,0.3010 jimminy,jimminy,1,1,1,1,0.02,0.3010,0.01,0.3010 jimp,jimp,4,1,3,1,0.08,0.6990,0.01,0.3010 Jina,jina,1,1,0,0,0.02,0.3010,0.01,0.3010 jinglebob,jinglebob,2,1,2,1,0.04,0.4771,0.01,0.3010 jingoist,jingoist,1,1,1,1,0.02,0.3010,0.01,0.3010 jinked,jinked,1,1,1,1,0.02,0.3010,0.01,0.3010 Jinni,jinni,8,1,1,1,0.16,0.9542,0.01,0.3010 jitneys,jitneys,1,1,1,1,0.02,0.3010,0.01,0.3010 jitterbugger,jitterbugger,1,1,1,1,0.02,0.3010,0.01,0.3010 jitterbugs,jitterbugs,2,1,2,1,0.04,0.4771,0.01,0.3010 jiujitsu,jiujitsu,1,1,1,1,0.02,0.3010,0.01,0.3010 jived,jived,1,1,1,1,0.02,0.3010,0.01,0.3010 jobbed,jobbed,1,1,1,1,0.02,0.3010,0.01,0.3010 jobber,jobber,1,1,1,1,0.02,0.3010,0.01,0.3010 Jobson,jobson,2,1,0,0,0.04,0.4771,0.01,0.3010 Jocasta,jocasta,1,1,0,0,0.02,0.3010,0.01,0.3010 jocular,jocular,1,1,1,1,0.02,0.3010,0.01,0.3010 Jodhpur,jodhpur,2,1,0,0,0.04,0.4771,0.01,0.3010 Joeys,joeys,1,1,0,0,0.02,0.3010,0.01,0.3010 joggle,joggle,1,1,1,1,0.02,0.3010,0.01,0.3010 joggled,joggled,1,1,1,1,0.02,0.3010,0.01,0.3010 joinery,joinery,1,1,1,1,0.02,0.3010,0.01,0.3010 joinings,joinings,1,1,1,1,0.02,0.3010,0.01,0.3010 jollification,jollification,1,1,1,1,0.02,0.3010,0.01,0.3010 jolliness,jolliness,1,1,1,1,0.02,0.3010,0.01,0.3010 jollity,jollity,1,1,1,1,0.02,0.3010,0.01,0.3010 jolty,jolty,1,1,1,1,0.02,0.3010,0.01,0.3010 joshed,joshed,1,1,1,1,0.02,0.3010,0.01,0.3010 Josher,josher,1,1,0,0,0.02,0.3010,0.01,0.3010 jostlers,jostlers,1,1,1,1,0.02,0.3010,0.01,0.3010 jottings,jottings,1,1,1,1,0.02,0.3010,0.01,0.3010 Joule,joule,1,1,0,0,0.02,0.3010,0.01,0.3010 journalistically,journalistically,1,1,1,1,0.02,0.3010,0.01,0.3010 journeyings,journeyings,1,1,1,1,0.02,0.3010,0.01,0.3010 journo,journo,10,1,10,1,0.20,1.0414,0.01,0.3010 journos,journos,2,1,2,1,0.04,0.4771,0.01,0.3010 jousted,jousted,1,1,1,1,0.02,0.3010,0.01,0.3010 joviality,joviality,1,1,1,1,0.02,0.3010,0.01,0.3010 jovially,jovially,1,1,1,1,0.02,0.3010,0.01,0.3010 Jovian,jovian,2,1,0,0,0.04,0.4771,0.01,0.3010 Jow,jow,1,1,0,0,0.02,0.3010,0.01,0.3010 jowly,jowly,1,1,1,1,0.02,0.3010,0.01,0.3010 Joyant,joyant,2,1,0,0,0.04,0.4771,0.01,0.3010 Joyed,joyed,1,1,0,0,0.02,0.3010,0.01,0.3010 joyfullest,joyfullest,1,1,1,1,0.02,0.3010,0.01,0.3010 joyfulness,joyfulness,1,1,1,1,0.02,0.3010,0.01,0.3010 joying,joying,1,1,1,1,0.02,0.3010,0.01,0.3010 joyrider,joyrider,1,1,1,1,0.02,0.3010,0.01,0.3010 joyrides,joyrides,1,1,1,1,0.02,0.3010,0.01,0.3010 Jube,jube,67,1,0,0,1.31,1.8325,0.01,0.3010 jubilantly,jubilantly,1,1,1,1,0.02,0.3010,0.01,0.3010 Judaic,judaic,1,1,0,0,0.02,0.3010,0.01,0.3010 Judaica,judaica,1,1,0,0,0.02,0.3010,0.01,0.3010 judgeships,judgeships,1,1,1,1,0.02,0.3010,0.01,0.3010 jugful,jugful,1,1,1,1,0.02,0.3010,0.01,0.3010 jugged,jugged,1,1,1,1,0.02,0.3010,0.01,0.3010 juggernauts,juggernauts,1,1,1,1,0.02,0.3010,0.01,0.3010 jugulars,jugulars,1,1,1,1,0.02,0.3010,0.01,0.3010 jukes,jukes,1,1,1,1,0.02,0.3010,0.01,0.3010 juking,juking,4,1,3,1,0.08,0.6990,0.01,0.3010 Junco,junco,15,1,0,0,0.29,1.2041,0.01,0.3010 Junctional,junctional,1,1,0,0,0.02,0.3010,0.01,0.3010 jungly,jungly,1,1,1,1,0.02,0.3010,0.01,0.3010 junipers,junipers,1,1,1,1,0.02,0.3010,0.01,0.3010 Junkyards,junkyards,1,1,0,0,0.02,0.3010,0.01,0.3010 juntos,juntos,1,1,1,1,0.02,0.3010,0.01,0.3010 jura,jura,3,1,3,1,0.06,0.6021,0.01,0.3010 jure,jure,1,1,1,1,0.02,0.3010,0.01,0.3010 Jurisprudential,jurisprudential,1,1,0,0,0.02,0.3010,0.01,0.3010 jurists,jurists,1,1,1,1,0.02,0.3010,0.01,0.3010 justest,justest,1,1,1,1,0.02,0.3010,0.01,0.3010 justicer,justicer,2,1,1,1,0.04,0.4771,0.01,0.3010 Justinian,justinian,1,1,0,0,0.02,0.3010,0.01,0.3010 justitia,justitia,1,1,1,1,0.02,0.3010,0.01,0.3010 justness,justness,1,1,1,1,0.02,0.3010,0.01,0.3010 juts,juts,1,1,1,1,0.02,0.3010,0.01,0.3010 jutty,jutty,1,1,1,1,0.02,0.3010,0.01,0.3010 juxtaposed,juxtaposed,1,1,1,1,0.02,0.3010,0.01,0.3010 Kaas,kaas,3,1,0,0,0.06,0.6021,0.01,0.3010 kabel,kabel,1,1,1,1,0.02,0.3010,0.01,0.3010 Kaf,kaf,5,1,0,0,0.10,0.7782,0.01,0.3010 Kafiri,kafiri,2,1,0,0,0.04,0.4771,0.01,0.3010 Kafirs,kafirs,1,1,0,0,0.02,0.3010,0.01,0.3010 Kafta,kafta,6,1,0,0,0.12,0.8451,0.01,0.3010 Kago,kago,6,1,0,0,0.12,0.8451,0.01,0.3010 Kaha,kaha,1,1,0,0,0.02,0.3010,0.01,0.3010 Kain,kain,2,1,0,0,0.04,0.4771,0.01,0.3010 Kaka,kaka,2,1,0,0,0.04,0.4771,0.01,0.3010 Kal,kal,1,1,0,0,0.02,0.3010,0.01,0.3010 kalo,kalo,4,1,3,1,0.08,0.6990,0.01,0.3010 kame,kame,3,1,3,1,0.06,0.6021,0.01,0.3010 Kami,kami,1,1,0,0,0.02,0.3010,0.01,0.3010 Kampong,kampong,1,1,0,0,0.02,0.3010,0.01,0.3010 Kampuchea,kampuchea,1,1,0,0,0.02,0.3010,0.01,0.3010 Kanae,kanae,1,1,0,0,0.02,0.3010,0.01,0.3010 Kansans,kansans,2,1,0,0,0.04,0.4771,0.01,0.3010 Kapa,kapa,1,1,0,0,0.02,0.3010,0.01,0.3010 kaph,kaph,2,1,1,1,0.04,0.4771,0.01,0.3010 kapp,kapp,1,1,1,1,0.02,0.3010,0.01,0.3010 Karn,karn,5,1,0,0,0.10,0.7782,0.01,0.3010 Karoo,karoo,2,1,0,0,0.04,0.4771,0.01,0.3010 karpas,karpas,1,1,1,1,0.02,0.3010,0.01,0.3010 Karst,karst,16,1,0,0,0.31,1.2304,0.01,0.3010 Kart,kart,4,1,0,0,0.08,0.6990,0.01,0.3010 karting,karting,1,1,1,1,0.02,0.3010,0.01,0.3010 Karuna,karuna,1,1,0,0,0.02,0.3010,0.01,0.3010 karyotype,karyotype,1,1,1,1,0.02,0.3010,0.01,0.3010 kashi,kashi,1,1,1,1,0.02,0.3010,0.01,0.3010 Kashima,kashima,1,1,0,0,0.02,0.3010,0.01,0.3010 Kashmiri,kashmiri,1,1,0,0,0.02,0.3010,0.01,0.3010 Katakana,katakana,1,1,0,0,0.02,0.3010,0.01,0.3010 Katatonic,katatonic,1,1,0,0,0.02,0.3010,0.01,0.3010 Katha,katha,6,1,0,0,0.12,0.8451,0.01,0.3010 Kaw,kaw,1,1,0,0,0.02,0.3010,0.01,0.3010 kayaker,kayaker,1,1,1,1,0.02,0.3010,0.01,0.3010 kayoed,kayoed,1,1,1,1,0.02,0.3010,0.01,0.3010 kazatsky,kazatsky,1,1,1,1,0.02,0.3010,0.01,0.3010 Kazi,kazi,12,1,0,0,0.24,1.1139,0.01,0.3010 Kbar,kbar,1,1,0,0,0.02,0.3010,0.01,0.3010 Keach,keach,1,1,0,0,0.02,0.3010,0.01,0.3010 keap,keap,1,1,1,1,0.02,0.3010,0.01,0.3010 Keb,keb,5,1,0,0,0.10,0.7782,0.01,0.3010 kebob,kebob,1,1,1,1,0.02,0.3010,0.01,0.3010 Kedgeree,kedgeree,1,1,0,0,0.02,0.3010,0.01,0.3010 Keef,keef,4,1,0,0,0.08,0.6990,0.01,0.3010 Keeks,keeks,1,1,0,0,0.02,0.3010,0.01,0.3010 keelhaul,keelhaul,1,1,1,1,0.02,0.3010,0.01,0.3010 Keelie,keelie,6,1,0,0,0.12,0.8451,0.01,0.3010 Keena,keena,1,1,0,0,0.02,0.3010,0.01,0.3010 keening,keening,1,1,1,1,0.02,0.3010,0.01,0.3010 Keens,keens,1,1,0,0,0.02,0.3010,0.01,0.3010 Keets,keets,1,1,0,0,0.02,0.3010,0.01,0.3010 keffiyeh,keffiyeh,2,1,2,1,0.04,0.4771,0.01,0.3010 Kella,kella,5,1,0,0,0.10,0.7782,0.01,0.3010 kelpie,kelpie,6,1,6,1,0.12,0.8451,0.01,0.3010 kelpies,kelpies,1,1,1,1,0.02,0.3010,0.01,0.3010 Kelson,kelson,6,1,0,0,0.12,0.8451,0.01,0.3010 Kelter,kelter,1,1,0,0,0.02,0.3010,0.01,0.3010 Kennelly,kennelly,5,1,0,0,0.10,0.7782,0.01,0.3010 Kennet,kennet,1,1,0,0,0.02,0.3010,0.01,0.3010 Kenscoff,kenscoff,5,1,0,0,0.10,0.7782,0.01,0.3010 Kente,kente,1,1,0,0,0.02,0.3010,0.01,0.3010 Kepi,kepi,2,1,0,0,0.04,0.4771,0.01,0.3010 keratin,keratin,2,1,2,1,0.04,0.4771,0.01,0.3010 keratoconus,keratoconus,1,1,1,1,0.02,0.3010,0.01,0.3010 Kercher,kercher,10,1,0,0,0.20,1.0414,0.01,0.3010 kerchiefs,kerchiefs,1,1,1,1,0.02,0.3010,0.01,0.3010 kerfuffle,kerfuffle,1,1,1,1,0.02,0.3010,0.01,0.3010 Kerman,kerman,1,1,0,0,0.02,0.3010,0.01,0.3010 kerning,kerning,1,1,1,1,0.02,0.3010,0.01,0.3010 Kero,kero,2,1,0,0,0.04,0.4771,0.01,0.3010 kerosine,kerosine,1,1,1,1,0.02,0.3010,0.01,0.3010 kers,kers,1,1,1,1,0.02,0.3010,0.01,0.3010 kesar,kesar,2,1,2,1,0.04,0.4771,0.01,0.3010 ketches,ketches,1,1,1,1,0.02,0.3010,0.01,0.3010 keyless,keyless,1,1,1,1,0.02,0.3010,0.01,0.3010 Keyman,keyman,1,1,0,0,0.02,0.3010,0.01,0.3010 Keynesian,keynesian,1,1,0,0,0.02,0.3010,0.01,0.3010 keynotes,keynotes,1,1,1,1,0.02,0.3010,0.01,0.3010 Khalifa,khalifa,3,1,0,0,0.06,0.6021,0.01,0.3010 Khalsa,khalsa,12,1,0,0,0.24,1.1139,0.01,0.3010 khedive,khedive,9,1,9,1,0.18,1.0000,0.01,0.3010 khi,khi,1,1,1,1,0.02,0.3010,0.01,0.3010 Khitmutgar,khitmutgar,1,1,0,0,0.02,0.3010,0.01,0.3010 Kiang,kiang,8,1,0,0,0.16,0.9542,0.01,0.3010 kiangs,kiangs,1,1,1,1,0.02,0.3010,0.01,0.3010 kibitzes,kibitzes,1,1,1,1,0.02,0.3010,0.01,0.3010 kickable,kickable,1,1,1,1,0.02,0.3010,0.01,0.3010 kidhood,kidhood,1,1,1,1,0.02,0.3010,0.01,0.3010 kidskin,kidskin,2,1,2,1,0.04,0.4771,0.01,0.3010 Kie,kie,1,1,0,0,0.02,0.3010,0.01,0.3010 Kief,kief,1,1,0,0,0.02,0.3010,0.01,0.3010 kieselguhr,kieselguhr,7,1,7,1,0.14,0.9031,0.01,0.3010 Kil,kil,3,1,0,0,0.06,0.6021,0.01,0.3010 Killick,killick,13,1,0,0,0.25,1.1461,0.01,0.3010 killjoys,killjoys,1,1,1,1,0.02,0.3010,0.01,0.3010 kilobyte,kilobyte,1,1,1,1,0.02,0.3010,0.01,0.3010 kilocycles,kilocycles,2,1,2,1,0.04,0.4771,0.01,0.3010 kilohertz,kilohertz,1,1,1,1,0.02,0.3010,0.01,0.3010 kilted,kilted,1,1,1,1,0.02,0.3010,0.01,0.3010 Kimbo,kimbo,2,1,0,0,0.04,0.4771,0.01,0.3010 Kina,kina,1,1,0,0,0.02,0.3010,0.01,0.3010 kinase,kinase,1,1,1,1,0.02,0.3010,0.01,0.3010 Kinbote,kinbote,2,1,0,0,0.04,0.4771,0.01,0.3010 kindergartener,kindergartener,1,1,1,1,0.02,0.3010,0.01,0.3010 kindergartens,kindergartens,1,1,1,1,0.02,0.3010,0.01,0.3010 kindler,kindler,1,1,1,1,0.02,0.3010,0.01,0.3010 kine,kine,2,1,2,1,0.04,0.4771,0.01,0.3010 Kines,kines,1,1,0,0,0.02,0.3010,0.01,0.3010 kinescope,kinescope,1,1,1,1,0.02,0.3010,0.01,0.3010 kinescopes,kinescopes,1,1,1,1,0.02,0.3010,0.01,0.3010 kinesis,kinesis,1,1,1,1,0.02,0.3010,0.01,0.3010 kinesthesia,kinesthesia,1,1,1,1,0.02,0.3010,0.01,0.3010 kineticism,kineticism,1,1,1,1,0.02,0.3010,0.01,0.3010 kinetics,kinetics,1,1,1,1,0.02,0.3010,0.01,0.3010 kinetoscope,kinetoscope,1,1,1,1,0.02,0.3010,0.01,0.3010 kingdomed,kingdomed,1,1,1,1,0.02,0.3010,0.01,0.3010 kingsize,kingsize,1,1,1,1,0.02,0.3010,0.01,0.3010 Kingsman,kingsman,1,1,0,0,0.02,0.3010,0.01,0.3010 Kinkajou,kinkajou,1,1,0,0,0.02,0.3010,0.01,0.3010 Kinkajous,kinkajous,1,1,0,0,0.02,0.3010,0.01,0.3010 kinked,kinked,1,1,1,1,0.02,0.3010,0.01,0.3010 kinkiness,kinkiness,1,1,1,1,0.02,0.3010,0.01,0.3010 kinking,kinking,1,1,1,1,0.02,0.3010,0.01,0.3010 Kinkle,kinkle,1,1,0,0,0.02,0.3010,0.01,0.3010 Kino,kino,1,1,0,0,0.02,0.3010,0.01,0.3010 kinos,kinos,1,1,1,1,0.02,0.3010,0.01,0.3010 kinswoman,kinswoman,1,1,1,1,0.02,0.3010,0.01,0.3010 kippered,kippered,1,1,1,1,0.02,0.3010,0.01,0.3010 kipping,kipping,1,1,1,1,0.02,0.3010,0.01,0.3010 Kippy,kippy,1,1,0,0,0.02,0.3010,0.01,0.3010 Kirks,kirks,1,1,0,0,0.02,0.3010,0.01,0.3010 kirtle,kirtle,1,1,1,1,0.02,0.3010,0.01,0.3010 Kishka,kishka,4,1,0,0,0.08,0.6990,0.01,0.3010 Kishon,kishon,2,1,0,0,0.04,0.4771,0.01,0.3010 kismetic,kismetic,1,1,1,1,0.02,0.3010,0.01,0.3010 kiswa,kiswa,1,1,1,1,0.02,0.3010,0.01,0.3010 kitbag,kitbag,1,1,1,1,0.02,0.3010,0.01,0.3010 Kitchener,kitchener,1,1,0,0,0.02,0.3010,0.01,0.3010 kitchenettes,kitchenettes,1,1,1,1,0.02,0.3010,0.01,0.3010 Kited,kited,1,1,0,0,0.02,0.3010,0.01,0.3010 kiter,kiter,1,1,1,1,0.02,0.3010,0.01,0.3010 Kittel,kittel,3,1,0,0,0.06,0.6021,0.01,0.3010 Kitter,kitter,3,1,0,0,0.06,0.6021,0.01,0.3010 klaxons,klaxons,2,1,2,1,0.04,0.4771,0.01,0.3010 kleptophobia,kleptophobia,1,1,1,1,0.02,0.3010,0.01,0.3010 klutzes,klutzes,1,1,1,1,0.02,0.3010,0.01,0.3010 klutziness,klutziness,1,1,1,1,0.02,0.3010,0.01,0.3010 Klystron,klystron,4,1,0,0,0.08,0.6990,0.01,0.3010 Knab,knab,2,1,0,0,0.04,0.4771,0.01,0.3010 knacker,knacker,2,1,2,1,0.04,0.4771,0.01,0.3010 knackers,knackers,2,1,2,1,0.04,0.4771,0.01,0.3010 knacking,knacking,1,1,1,1,0.02,0.3010,0.01,0.3010 Knappy,knappy,1,1,0,0,0.02,0.3010,0.01,0.3010 knavery,knavery,1,1,1,1,0.02,0.3010,0.01,0.3010 knavish,knavish,1,1,1,1,0.02,0.3010,0.01,0.3010 kneaded,kneaded,1,1,1,1,0.02,0.3010,0.01,0.3010 kneecappings,kneecappings,1,1,1,1,0.02,0.3010,0.01,0.3010 kneeing,kneeing,1,1,1,1,0.02,0.3010,0.01,0.3010 kneepad,kneepad,2,1,1,1,0.04,0.4771,0.01,0.3010 knicker,knicker,1,1,1,1,0.02,0.3010,0.01,0.3010 knifer,knifer,1,1,1,1,0.02,0.3010,0.01,0.3010 Knightess,knightess,6,1,0,0,0.12,0.8451,0.01,0.3010 knighthoods,knighthoods,1,1,1,1,0.02,0.3010,0.01,0.3010 knobbed,knobbed,1,1,1,1,0.02,0.3010,0.01,0.3010 knobbing,knobbing,1,1,1,1,0.02,0.3010,0.01,0.3010 knockabout,knockabout,1,1,1,1,0.02,0.3010,0.01,0.3010 knockings,knockings,1,1,1,1,0.02,0.3010,0.01,0.3010 knockup,knockup,1,1,1,1,0.02,0.3010,0.01,0.3010 Knorr,knorr,1,1,0,0,0.02,0.3010,0.01,0.3010 knowable,knowable,1,1,1,1,0.02,0.3010,0.01,0.3010 knowe,knowe,1,1,1,1,0.02,0.3010,0.01,0.3010 knower,knower,1,1,1,1,0.02,0.3010,0.01,0.3010 knowings,knowings,1,1,1,1,0.02,0.3010,0.01,0.3010 knowledgable,knowledgable,1,1,1,1,0.02,0.3010,0.01,0.3010 knuckled,knuckled,1,1,1,1,0.02,0.3010,0.01,0.3010 knuckling,knuckling,1,1,1,1,0.02,0.3010,0.01,0.3010 knurled,knurled,1,1,1,1,0.02,0.3010,0.01,0.3010 Kob,kob,11,1,0,0,0.22,1.0792,0.01,0.3010 Kofta,kofta,1,1,0,0,0.02,0.3010,0.01,0.3010 kokam,kokam,2,1,2,1,0.04,0.4771,0.01,0.3010 Kolas,kolas,2,1,0,0,0.04,0.4771,0.01,0.3010 Koller,koller,4,1,0,0,0.08,0.6990,0.01,0.3010 Kongu,kongu,1,1,0,0,0.02,0.3010,0.01,0.3010 kookaburra,kookaburra,1,1,1,1,0.02,0.3010,0.01,0.3010 kookier,kookier,1,1,1,1,0.02,0.3010,0.01,0.3010 Koolau,koolau,2,1,0,0,0.04,0.4771,0.01,0.3010 Kop,kop,2,1,0,0,0.04,0.4771,0.01,0.3010 kopeks,kopeks,1,1,1,1,0.02,0.3010,0.01,0.3010 Kore,kore,1,1,0,0,0.02,0.3010,0.01,0.3010 Korin,korin,2,1,0,0,0.04,0.4771,0.01,0.3010 Korova,korova,1,1,0,0,0.02,0.3010,0.01,0.3010 koshered,koshered,1,1,1,1,0.02,0.3010,0.01,0.3010 koumiss,koumiss,1,1,1,1,0.02,0.3010,0.01,0.3010 kowtows,kowtows,1,1,1,1,0.02,0.3010,0.01,0.3010 Kozo,kozo,1,1,0,0,0.02,0.3010,0.01,0.3010 Kph,kph,1,1,0,0,0.02,0.3010,0.01,0.3010 Kra,kra,1,1,0,0,0.02,0.3010,0.01,0.3010 Kraal,kraal,1,1,0,0,0.02,0.3010,0.01,0.3010 kraits,kraits,1,1,1,1,0.02,0.3010,0.01,0.3010 Krakens,krakens,1,1,0,0,0.02,0.3010,0.01,0.3010 Krebs,krebs,1,1,0,0,0.02,0.3010,0.01,0.3010 Kreese,kreese,10,1,0,0,0.20,1.0414,0.01,0.3010 Krems,krems,1,1,0,0,0.02,0.3010,0.01,0.3010 Kreutzer,kreutzer,1,1,0,0,0.02,0.3010,0.01,0.3010 krone,krone,1,1,1,1,0.02,0.3010,0.01,0.3010 Krs,krs,1,1,0,0,0.02,0.3010,0.01,0.3010 Kufic,kufic,1,1,0,0,0.02,0.3010,0.01,0.3010 Kurd,kurd,1,1,0,0,0.02,0.3010,0.01,0.3010 Kusa,kusa,6,1,0,0,0.12,0.8451,0.01,0.3010 kvetch,kvetch,1,1,1,1,0.02,0.3010,0.01,0.3010 kvetched,kvetched,1,1,1,1,0.02,0.3010,0.01,0.3010 Kw,kw,1,1,0,0,0.02,0.3010,0.01,0.3010 kwacha,kwacha,1,1,1,1,0.02,0.3010,0.01,0.3010 kyah,kyah,3,1,2,1,0.06,0.6021,0.01,0.3010 Kyd,kyd,1,1,0,0,0.02,0.3010,0.01,0.3010 kyphosis,kyphosis,1,1,1,1,0.02,0.3010,0.01,0.3010 labeler,labeler,1,1,1,1,0.02,0.3010,0.01,0.3010 Labella,labella,1,1,0,0,0.02,0.3010,0.01,0.3010 labial,labial,1,1,1,1,0.02,0.3010,0.01,0.3010 laboriously,laboriously,1,1,1,1,0.02,0.3010,0.01,0.3010 laborously,laborously,1,1,1,1,0.02,0.3010,0.01,0.3010 laborsaving,laborsaving,1,1,1,1,0.02,0.3010,0.01,0.3010 laboursome,laboursome,1,1,1,1,0.02,0.3010,0.01,0.3010 lacerate,lacerate,1,1,1,1,0.02,0.3010,0.01,0.3010 Lachesis,lachesis,1,1,0,0,0.02,0.3010,0.01,0.3010 Lachrymose,lachrymose,6,1,0,0,0.12,0.8451,0.01,0.3010 laciest,laciest,1,1,1,1,0.02,0.3010,0.01,0.3010 lackadaisically,lackadaisically,1,1,1,1,0.02,0.3010,0.01,0.3010 Lacker,lacker,1,1,0,0,0.02,0.3010,0.01,0.3010 lacklustre,lacklustre,1,1,1,1,0.02,0.3010,0.01,0.3010 lacquers,lacquers,1,1,1,1,0.02,0.3010,0.01,0.3010 lacquerwork,lacquerwork,1,1,1,1,0.02,0.3010,0.01,0.3010 lacrimation,lacrimation,1,1,1,1,0.02,0.3010,0.01,0.3010 Lacuna,lacuna,2,1,0,0,0.04,0.4771,0.01,0.3010 Lacunar,lacunar,1,1,0,0,0.02,0.3010,0.01,0.3010 laddering,laddering,1,1,1,1,0.02,0.3010,0.01,0.3010 Ladens,ladens,1,1,0,0,0.02,0.3010,0.01,0.3010 ladino,ladino,1,1,1,1,0.02,0.3010,0.01,0.3010 ladled,ladled,1,1,1,1,0.02,0.3010,0.01,0.3010 ladylove,ladylove,1,1,1,1,0.02,0.3010,0.01,0.3010 Laetrile,laetrile,1,1,0,0,0.02,0.3010,0.01,0.3010 Lagarto,lagarto,1,1,0,0,0.02,0.3010,0.01,0.3010 lagers,lagers,1,1,1,1,0.02,0.3010,0.01,0.3010 laggard,laggard,1,1,1,1,0.02,0.3010,0.01,0.3010 Lagunas,lagunas,7,1,0,0,0.14,0.9031,0.01,0.3010 Lahore,lahore,1,1,0,0,0.02,0.3010,0.01,0.3010 Laius,laius,1,1,0,0,0.02,0.3010,0.01,0.3010 Lak,lak,1,1,0,0,0.02,0.3010,0.01,0.3010 lakhs,lakhs,1,1,1,1,0.02,0.3010,0.01,0.3010 Lakish,lakish,1,1,0,0,0.02,0.3010,0.01,0.3010 lallygagging,lallygagging,1,1,1,1,0.02,0.3010,0.01,0.3010 Lamba,lamba,3,1,0,0,0.06,0.6021,0.01,0.3010 lambasted,lambasted,1,1,1,1,0.02,0.3010,0.01,0.3010 lambent,lambent,2,1,2,1,0.04,0.4771,0.01,0.3010 lambskin,lambskin,4,1,2,1,0.08,0.6990,0.01,0.3010 lambswool,lambswool,1,1,1,1,0.02,0.3010,0.01,0.3010 Lamia,lamia,8,1,0,0,0.16,0.9542,0.01,0.3010 lamina,lamina,1,1,1,1,0.02,0.3010,0.01,0.3010 laminator,laminator,1,1,1,1,0.02,0.3010,0.01,0.3010 lamister,lamister,1,1,1,1,0.02,0.3010,0.01,0.3010 Lammas,lammas,1,1,0,0,0.02,0.3010,0.01,0.3010 lamping,lamping,1,1,1,1,0.02,0.3010,0.01,0.3010 lamplighters,lamplighters,2,1,2,1,0.04,0.4771,0.01,0.3010 lampooning,lampooning,1,1,1,1,0.02,0.3010,0.01,0.3010 lams,lams,1,1,1,1,0.02,0.3010,0.01,0.3010 lamsters,lamsters,1,1,1,1,0.02,0.3010,0.01,0.3010 lanceolate,lanceolate,1,1,1,1,0.02,0.3010,0.01,0.3010 lancha,lancha,1,1,1,1,0.02,0.3010,0.01,0.3010 landforms,landforms,1,1,1,1,0.02,0.3010,0.01,0.3010 landlubberly,landlubberly,1,1,1,1,0.02,0.3010,0.01,0.3010 Landsat,landsat,1,1,0,0,0.02,0.3010,0.01,0.3010 landslip,landslip,1,1,1,1,0.02,0.3010,0.01,0.3010 landsmen,landsmen,1,1,1,1,0.02,0.3010,0.01,0.3010 landward,landward,1,1,1,1,0.02,0.3010,0.01,0.3010 langue,langue,1,1,1,1,0.02,0.3010,0.01,0.3010 Languedoc,languedoc,1,1,0,0,0.02,0.3010,0.01,0.3010 languidly,languidly,1,1,1,1,0.02,0.3010,0.01,0.3010 lank,lank,1,1,1,1,0.02,0.3010,0.01,0.3010 Lansdowne,lansdowne,7,1,0,0,0.14,0.9031,0.01,0.3010 Lanugo,lanugo,1,1,0,0,0.02,0.3010,0.01,0.3010 Laplander,laplander,1,1,0,0,0.02,0.3010,0.01,0.3010 lappers,lappers,1,1,1,1,0.02,0.3010,0.01,0.3010 lapwing,lapwing,1,1,1,1,0.02,0.3010,0.01,0.3010 larcenies,larcenies,1,1,1,1,0.02,0.3010,0.01,0.3010 larcenist,larcenist,1,1,1,1,0.02,0.3010,0.01,0.3010 larcenists,larcenists,1,1,1,1,0.02,0.3010,0.01,0.3010 lards,lards,1,1,1,1,0.02,0.3010,0.01,0.3010 lares,lares,3,1,3,1,0.06,0.6021,0.01,0.3010 Largos,largos,1,1,0,0,0.02,0.3010,0.01,0.3010 lariats,lariats,1,1,1,1,0.02,0.3010,0.01,0.3010 Larin,larin,3,1,0,0,0.06,0.6021,0.01,0.3010 Larker,larker,2,1,0,0,0.04,0.4771,0.01,0.3010 larking,larking,1,1,1,1,0.02,0.3010,0.01,0.3010 Larn,larn,4,1,0,0,0.08,0.6990,0.01,0.3010 Larrup,larrup,1,1,0,0,0.02,0.3010,0.01,0.3010 larums,larums,1,1,1,1,0.02,0.3010,0.01,0.3010 laryngoscopy,laryngoscopy,1,1,1,1,0.02,0.3010,0.01,0.3010 lasciviousness,lasciviousness,1,1,1,1,0.02,0.3010,0.01,0.3010 lasing,lasing,1,1,1,1,0.02,0.3010,0.01,0.3010 lassoes,lassoes,2,1,1,1,0.04,0.4771,0.01,0.3010 lassos,lassos,1,1,1,1,0.02,0.3010,0.01,0.3010 lastjob,lastjob,1,1,1,1,0.02,0.3010,0.01,0.3010 latchkeys,latchkeys,1,1,1,1,0.02,0.3010,0.01,0.3010 latecomer,latecomer,1,1,1,1,0.02,0.3010,0.01,0.3010 laterals,laterals,1,1,1,1,0.02,0.3010,0.01,0.3010 Lateran,lateran,1,1,0,0,0.02,0.3010,0.01,0.3010 lathering,lathering,1,1,1,1,0.02,0.3010,0.01,0.3010 lathers,lathers,1,1,1,1,0.02,0.3010,0.01,0.3010 lathery,lathery,1,1,1,1,0.02,0.3010,0.01,0.3010 lathes,lathes,1,1,1,1,0.02,0.3010,0.01,0.3010 Latron,latron,1,1,0,0,0.02,0.3010,0.01,0.3010 Latticed,latticed,1,1,0,0,0.02,0.3010,0.01,0.3010 Lattin,lattin,43,1,0,0,0.84,1.6435,0.01,0.3010 laudanin,laudanin,1,1,1,1,0.02,0.3010,0.01,0.3010 lauding,lauding,1,1,1,1,0.02,0.3010,0.01,0.3010 lauds,lauds,2,1,1,1,0.04,0.4771,0.01,0.3010 laughingstocks,laughingstocks,1,1,1,1,0.02,0.3010,0.01,0.3010 Launchings,launchings,1,1,0,0,0.02,0.3010,0.01,0.3010 launderettes,launderettes,1,1,1,1,0.02,0.3010,0.01,0.3010 laundrywoman,laundrywoman,1,1,1,1,0.02,0.3010,0.01,0.3010 Laurentian,laurentian,1,1,0,0,0.02,0.3010,0.01,0.3010 lauryl,lauryl,1,1,1,1,0.02,0.3010,0.01,0.3010 lavalier,lavalier,1,1,1,1,0.02,0.3010,0.01,0.3010 Lavaliers,lavaliers,1,1,0,0,0.02,0.3010,0.01,0.3010 Lavant,lavant,1,1,0,0,0.02,0.3010,0.01,0.3010 laving,laving,1,1,1,1,0.02,0.3010,0.01,0.3010 lawbook,lawbook,1,1,1,1,0.02,0.3010,0.01,0.3010 lawbreaking,lawbreaking,1,1,1,1,0.02,0.3010,0.01,0.3010 Lawks,lawks,1,1,0,0,0.02,0.3010,0.01,0.3010 Lawrencium,lawrencium,1,1,0,0,0.02,0.3010,0.01,0.3010 lawyerlike,lawyerlike,1,1,1,1,0.02,0.3010,0.01,0.3010 layback,layback,1,1,1,1,0.02,0.3010,0.01,0.3010 lazaret,lazaret,1,1,1,1,0.02,0.3010,0.01,0.3010 lazed,lazed,1,1,1,1,0.02,0.3010,0.01,0.3010 Lazyboots,lazyboots,8,1,0,0,0.16,0.9542,0.01,0.3010 Lcm,lcm,1,1,0,0,0.02,0.3010,0.01,0.3010 Leacher,leacher,2,1,0,0,0.04,0.4771,0.01,0.3010 leafing,leafing,1,1,1,1,0.02,0.3010,0.01,0.3010 leaker,leaker,1,1,1,1,0.02,0.3010,0.01,0.3010 leakproof,leakproof,1,1,1,1,0.02,0.3010,0.01,0.3010 leapers,leapers,1,1,1,1,0.02,0.3010,0.01,0.3010 Leapfrogged,leapfrogged,1,1,0,0,0.02,0.3010,0.01,0.3010 leapfrogging,leapfrogging,1,1,1,1,0.02,0.3010,0.01,0.3010 leapfrogs,leapfrogs,1,1,1,1,0.02,0.3010,0.01,0.3010 learnable,learnable,1,1,1,1,0.02,0.3010,0.01,0.3010 Learnings,learnings,1,1,0,0,0.02,0.3010,0.01,0.3010 Lears,lears,1,1,0,0,0.02,0.3010,0.01,0.3010 leas,leas,1,1,1,1,0.02,0.3010,0.01,0.3010 leaseholders,leaseholders,2,1,2,1,0.04,0.4771,0.01,0.3010 leashed,leashed,1,1,1,1,0.02,0.3010,0.01,0.3010 leat,leat,1,1,1,1,0.02,0.3010,0.01,0.3010 Leatherhead,leatherhead,1,1,0,0,0.02,0.3010,0.01,0.3010 leathering,leathering,1,1,1,1,0.02,0.3010,0.01,0.3010 leatherneck,leatherneck,2,1,2,1,0.04,0.4771,0.01,0.3010 leaved,leaved,1,1,1,1,0.02,0.3010,0.01,0.3010 leavening,leavening,1,1,1,1,0.02,0.3010,0.01,0.3010 leavens,leavens,1,1,1,1,0.02,0.3010,0.01,0.3010 Leavy,leavy,1,1,0,0,0.02,0.3010,0.01,0.3010 leches,leches,1,1,1,1,0.02,0.3010,0.01,0.3010 lection,lection,1,1,1,1,0.02,0.3010,0.01,0.3010 leechcraft,leechcraft,1,1,1,1,0.02,0.3010,0.01,0.3010 leers,leers,1,1,1,1,0.02,0.3010,0.01,0.3010 leetle,leetle,1,1,1,1,0.02,0.3010,0.01,0.3010 leeways,leeways,1,1,1,1,0.02,0.3010,0.01,0.3010 Lefter,lefter,1,1,0,0,0.02,0.3010,0.01,0.3010 legalise,legalise,3,1,3,1,0.06,0.6021,0.01,0.3010 legalised,legalised,1,1,1,1,0.02,0.3010,0.01,0.3010 legalist,legalist,1,1,1,1,0.02,0.3010,0.01,0.3010 legalistic,legalistic,2,1,2,1,0.04,0.4771,0.01,0.3010 legalization,legalization,1,1,1,1,0.02,0.3010,0.01,0.3010 legatee,legatee,1,1,1,1,0.02,0.3010,0.01,0.3010 legations,legations,1,1,1,1,0.02,0.3010,0.01,0.3010 leghorns,leghorns,1,1,1,1,0.02,0.3010,0.01,0.3010 legibly,legibly,1,1,1,1,0.02,0.3010,0.01,0.3010 legionary,legionary,1,1,1,1,0.02,0.3010,0.01,0.3010 legioned,legioned,1,1,1,1,0.02,0.3010,0.01,0.3010 legislates,legislates,1,1,1,1,0.02,0.3010,0.01,0.3010 legislatures,legislatures,1,1,1,1,0.02,0.3010,0.01,0.3010 legitimates,legitimates,1,1,1,1,0.02,0.3010,0.01,0.3010 legitimise,legitimise,1,1,1,1,0.02,0.3010,0.01,0.3010 legitimizer,legitimizer,1,1,1,1,0.02,0.3010,0.01,0.3010 legits,legits,1,1,1,1,0.02,0.3010,0.01,0.3010 legwarmer,legwarmer,1,1,1,1,0.02,0.3010,0.01,0.3010 legwarmers,legwarmers,1,1,1,1,0.02,0.3010,0.01,0.3010 Lehrman,lehrman,2,1,0,0,0.04,0.4771,0.01,0.3010 Lehua,lehua,8,1,0,0,0.16,0.9542,0.01,0.3010 leisures,leisures,1,1,1,1,0.02,0.3010,0.01,0.3010 leisurewear,leisurewear,1,1,1,1,0.02,0.3010,0.01,0.3010 lekker,lekker,2,1,2,1,0.04,0.4771,0.01,0.3010 leme,leme,1,1,1,1,0.02,0.3010,0.01,0.3010 Lemma,lemma,1,1,0,0,0.02,0.3010,0.01,0.3010 lempiras,lempiras,1,1,1,1,0.02,0.3010,0.01,0.3010 leniently,leniently,1,1,1,1,0.02,0.3010,0.01,0.3010 Leninist,leninist,1,1,0,0,0.02,0.3010,0.01,0.3010 lensman,lensman,1,1,1,1,0.02,0.3010,0.01,0.3010 Lento,lento,2,1,0,0,0.04,0.4771,0.01,0.3010 Lep,lep,21,1,0,0,0.41,1.3424,0.01,0.3010 Lepidoptera,lepidoptera,1,1,0,0,0.02,0.3010,0.01,0.3010 lepidopterist,lepidopterist,1,1,1,1,0.02,0.3010,0.01,0.3010 lepton,lepton,1,1,1,1,0.02,0.3010,0.01,0.3010 leptons,leptons,1,1,1,1,0.02,0.3010,0.01,0.3010 leptospirosis,leptospirosis,1,1,1,1,0.02,0.3010,0.01,0.3010 lesed,lesed,1,1,1,1,0.02,0.3010,0.01,0.3010 lessees,lessees,1,1,1,1,0.02,0.3010,0.01,0.3010 lessor,lessor,1,1,1,1,0.02,0.3010,0.01,0.3010 Leste,leste,1,1,0,0,0.02,0.3010,0.01,0.3010 letchy,letchy,1,1,1,1,0.02,0.3010,0.01,0.3010 letdowns,letdowns,1,1,1,1,0.02,0.3010,0.01,0.3010 lete,lete,1,1,1,1,0.02,0.3010,0.01,0.3010 Lethean,lethean,1,1,0,0,0.02,0.3010,0.01,0.3010 lethes,lethes,1,1,1,1,0.02,0.3010,0.01,0.3010 letterheads,letterheads,1,1,1,1,0.02,0.3010,0.01,0.3010 lettuces,lettuces,1,1,1,1,0.02,0.3010,0.01,0.3010 letup,letup,1,1,1,1,0.02,0.3010,0.01,0.3010 Leu,leu,1,1,0,0,0.02,0.3010,0.01,0.3010 leucocyte,leucocyte,1,1,1,1,0.02,0.3010,0.01,0.3010 Leucocytosis,leucocytosis,1,1,0,0,0.02,0.3010,0.01,0.3010 leucotomy,leucotomy,1,1,1,1,0.02,0.3010,0.01,0.3010 leukocyte,leukocyte,1,1,1,1,0.02,0.3010,0.01,0.3010 Levantine,levantine,1,1,0,0,0.02,0.3010,0.01,0.3010 levator,levator,1,1,1,1,0.02,0.3010,0.01,0.3010 leve,leve,6,1,5,1,0.12,0.8451,0.01,0.3010 levelers,levelers,1,1,1,1,0.02,0.3010,0.01,0.3010 levelheadedness,levelheadedness,1,1,1,1,0.02,0.3010,0.01,0.3010 leveller,leveller,5,1,5,1,0.10,0.7782,0.01,0.3010 Leveraging,leveraging,1,1,0,0,0.02,0.3010,0.01,0.3010 Leveret,leveret,2,1,0,0,0.04,0.4771,0.01,0.3010 Levins,levins,1,1,0,0,0.02,0.3010,0.01,0.3010 Levite,levite,1,1,0,0,0.02,0.3010,0.01,0.3010 Lewises,lewises,2,1,0,0,0.04,0.4771,0.01,0.3010 Lhb,lhb,1,1,0,0,0.02,0.3010,0.01,0.3010 liaising,liaising,1,1,1,1,0.02,0.3010,0.01,0.3010 Liana,liana,6,1,0,0,0.12,0.8451,0.01,0.3010 Libeling,libeling,1,1,0,0,0.02,0.3010,0.01,0.3010 libelled,libelled,1,1,1,1,0.02,0.3010,0.01,0.3010 Liber,liber,2,1,0,0,0.04,0.4771,0.01,0.3010 liberalization,liberalization,4,1,4,1,0.08,0.6990,0.01,0.3010 libertarianism,libertarianism,1,1,1,1,0.02,0.3010,0.01,0.3010 libertarians,libertarians,1,1,1,1,0.02,0.3010,0.01,0.3010 liberum,liberum,2,1,2,1,0.04,0.4771,0.01,0.3010 libidinal,libidinal,1,1,1,1,0.02,0.3010,0.01,0.3010 libidinally,libidinally,1,1,1,1,0.02,0.3010,0.01,0.3010 Librairie,librairie,1,1,0,0,0.02,0.3010,0.01,0.3010 libration,libration,1,1,1,1,0.02,0.3010,0.01,0.3010 Libri,libri,3,1,0,0,0.06,0.6021,0.01,0.3010 Libris,libris,6,1,0,0,0.12,0.8451,0.01,0.3010 licensee,licensee,1,1,1,1,0.02,0.3010,0.01,0.3010 licensure,licensure,1,1,1,1,0.02,0.3010,0.01,0.3010 lickings,lickings,1,1,1,1,0.02,0.3010,0.01,0.3010 licour,licour,1,1,1,1,0.02,0.3010,0.01,0.3010 lidded,lidded,1,1,1,1,0.02,0.3010,0.01,0.3010 Liebig,liebig,3,1,0,0,0.06,0.6021,0.01,0.3010 Liederkranz,liederkranz,1,1,0,0,0.02,0.3010,0.01,0.3010 lieutenancy,lieutenancy,1,1,1,1,0.02,0.3010,0.01,0.3010 lieutenantship,lieutenantship,1,1,1,1,0.02,0.3010,0.01,0.3010 lifebelt,lifebelt,1,1,1,1,0.02,0.3010,0.01,0.3010 lifeboatmen,lifeboatmen,1,1,1,1,0.02,0.3010,0.01,0.3010 lifelessness,lifelessness,1,1,1,1,0.02,0.3010,0.01,0.3010 ligamental,ligamental,1,1,1,1,0.02,0.3010,0.01,0.3010 ligas,ligas,1,1,1,1,0.02,0.3010,0.01,0.3010 ligate,ligate,1,1,1,1,0.02,0.3010,0.01,0.3010 ligating,ligating,1,1,1,1,0.02,0.3010,0.01,0.3010 ligatured,ligatured,1,1,1,1,0.02,0.3010,0.01,0.3010 liger,liger,2,1,2,1,0.04,0.4771,0.01,0.3010 ligger,ligger,1,1,1,1,0.02,0.3010,0.01,0.3010 lightener,lightener,1,1,1,1,0.02,0.3010,0.01,0.3010 lightful,lightful,1,1,1,1,0.02,0.3010,0.01,0.3010 lightheadedness,lightheadedness,1,1,1,1,0.02,0.3010,0.01,0.3010 lightheartedness,lightheartedness,1,1,1,1,0.02,0.3010,0.01,0.3010 lightings,lightings,1,1,1,1,0.02,0.3010,0.01,0.3010 Lightman,lightman,7,1,0,0,0.14,0.9031,0.01,0.3010 lightplane,lightplane,1,1,1,1,0.02,0.3010,0.01,0.3010 lightsome,lightsome,1,1,1,1,0.02,0.3010,0.01,0.3010 ligne,ligne,1,1,1,1,0.02,0.3010,0.01,0.3010 Lignite,lignite,1,1,0,0,0.02,0.3010,0.01,0.3010 Ligurian,ligurian,1,1,0,0,0.02,0.3010,0.01,0.3010 likelier,likelier,1,1,1,1,0.02,0.3010,0.01,0.3010 likenesses,likenesses,1,1,1,1,0.02,0.3010,0.01,0.3010 Lilas,lilas,1,1,0,0,0.02,0.3010,0.01,0.3010 Lill,lill,1,1,0,0,0.02,0.3010,0.01,0.3010 lilts,lilts,1,1,1,1,0.02,0.3010,0.01,0.3010 limas,limas,1,1,1,1,0.02,0.3010,0.01,0.3010 limbless,limbless,1,1,1,1,0.02,0.3010,0.01,0.3010 limed,limed,1,1,1,1,0.02,0.3010,0.01,0.3010 Limestones,limestones,1,1,0,0,0.02,0.3010,0.01,0.3010 liminal,liminal,1,1,1,1,0.02,0.3010,0.01,0.3010 limiters,limiters,1,1,1,1,0.02,0.3010,0.01,0.3010 limitlessness,limitlessness,1,1,1,1,0.02,0.3010,0.01,0.3010 limpers,limpers,1,1,1,1,0.02,0.3010,0.01,0.3010 limpest,limpest,1,1,1,1,0.02,0.3010,0.01,0.3010 linch,linch,1,1,1,1,0.02,0.3010,0.01,0.3010 lindane,lindane,4,1,3,1,0.08,0.6990,0.01,0.3010 linea,linea,1,1,1,1,0.02,0.3010,0.01,0.3010 linesman,linesman,1,1,1,1,0.02,0.3010,0.01,0.3010 Linge,linge,4,1,0,0,0.08,0.6990,0.01,0.3010 lingeringly,lingeringly,2,1,2,1,0.04,0.4771,0.01,0.3010 lings,lings,1,1,1,1,0.02,0.3010,0.01,0.3010 lingua,lingua,3,1,2,1,0.06,0.6021,0.01,0.3010 linguinis,linguinis,1,1,1,1,0.02,0.3010,0.01,0.3010 linguistically,linguistically,1,1,1,1,0.02,0.3010,0.01,0.3010 Linky,linky,2,1,0,0,0.04,0.4771,0.01,0.3010 Linnaean,linnaean,1,1,0,0,0.02,0.3010,0.01,0.3010 linnets,linnets,1,1,1,1,0.02,0.3010,0.01,0.3010 Lins,lins,24,1,0,0,0.47,1.3979,0.01,0.3010 lintels,lintels,5,1,5,1,0.10,0.7782,0.01,0.3010 Linten,linten,4,1,0,0,0.08,0.6990,0.01,0.3010 linty,linty,2,1,1,1,0.04,0.4771,0.01,0.3010 lionize,lionize,1,1,1,1,0.02,0.3010,0.01,0.3010 Lipa,lipa,4,1,0,0,0.08,0.6990,0.01,0.3010 lipase,lipase,1,1,1,1,0.02,0.3010,0.01,0.3010 lipless,lipless,1,1,1,1,0.02,0.3010,0.01,0.3010 lipoma,lipoma,2,1,2,1,0.04,0.4771,0.01,0.3010 lippen,lippen,1,1,1,1,0.02,0.3010,0.01,0.3010 Lipper,lipper,3,1,0,0,0.06,0.6021,0.01,0.3010 lipping,lipping,1,1,1,1,0.02,0.3010,0.01,0.3010 lipreading,lipreading,1,1,1,1,0.02,0.3010,0.01,0.3010 liquescence,liquescence,1,1,1,1,0.02,0.3010,0.01,0.3010 liquidates,liquidates,2,1,2,1,0.04,0.4771,0.01,0.3010 Liquidators,liquidators,1,1,0,0,0.02,0.3010,0.01,0.3010 liquidness,liquidness,1,1,1,1,0.02,0.3010,0.01,0.3010 liquified,liquified,1,1,1,1,0.02,0.3010,0.01,0.3010 liquify,liquify,1,1,1,1,0.02,0.3010,0.01,0.3010 liquifying,liquifying,1,1,1,1,0.02,0.3010,0.01,0.3010 liquorish,liquorish,1,1,1,1,0.02,0.3010,0.01,0.3010 Lir,lir,12,1,0,0,0.24,1.1139,0.01,0.3010 liras,liras,1,1,1,1,0.02,0.3010,0.01,0.3010 Lish,lish,1,1,0,0,0.02,0.3010,0.01,0.3010 lisps,lisps,1,1,1,1,0.02,0.3010,0.01,0.3010 lissome,lissome,1,1,1,1,0.02,0.3010,0.01,0.3010 listenings,listenings,1,1,1,1,0.02,0.3010,0.01,0.3010 Listers,listers,1,1,0,0,0.02,0.3010,0.01,0.3010 Litch,litch,16,1,1,1,0.31,1.2304,0.01,0.3010 litchis,litchis,1,1,1,1,0.02,0.3010,0.01,0.3010 Literately,literately,1,1,0,0,0.02,0.3010,0.01,0.3010 literatures,literatures,2,1,2,1,0.04,0.4771,0.01,0.3010 Lites,lites,1,1,0,0,0.02,0.3010,0.01,0.3010 Lith,lith,1,1,0,0,0.02,0.3010,0.01,0.3010 lithic,lithic,1,1,1,1,0.02,0.3010,0.01,0.3010 Litho,litho,1,1,0,0,0.02,0.3010,0.01,0.3010 lithographic,lithographic,1,1,1,1,0.02,0.3010,0.01,0.3010 lithophytic,lithophytic,1,1,1,1,0.02,0.3010,0.01,0.3010 lithosphere,lithosphere,2,1,2,1,0.04,0.4771,0.01,0.3010 Lithuanians,lithuanians,1,1,0,0,0.02,0.3010,0.01,0.3010 litigated,litigated,1,1,1,1,0.02,0.3010,0.01,0.3010 Lits,lits,1,1,0,0,0.02,0.3010,0.01,0.3010 litterbugs,litterbugs,1,1,1,1,0.02,0.3010,0.01,0.3010 liturgy,liturgy,1,1,1,1,0.02,0.3010,0.01,0.3010 liverwort,liverwort,2,1,1,1,0.04,0.4771,0.01,0.3010 livor,livor,2,1,2,1,0.04,0.4771,0.01,0.3010 livres,livres,1,1,1,1,0.02,0.3010,0.01,0.3010 loaches,loaches,1,1,1,1,0.02,0.3010,0.01,0.3010 loadings,loadings,1,1,1,1,0.02,0.3010,0.01,0.3010 loaners,loaners,1,1,1,1,0.02,0.3010,0.01,0.3010 loanshark,loanshark,1,1,1,1,0.02,0.3010,0.01,0.3010 loansharking,loansharking,1,1,1,1,0.02,0.3010,0.01,0.3010 loathsomeness,loathsomeness,1,1,1,1,0.02,0.3010,0.01,0.3010 loave,loave,1,1,1,1,0.02,0.3010,0.01,0.3010 lobar,lobar,1,1,1,1,0.02,0.3010,0.01,0.3010 Lobi,lobi,1,1,0,0,0.02,0.3010,0.01,0.3010 lobotomizes,lobotomizes,1,1,1,1,0.02,0.3010,0.01,0.3010 Lobscouse,lobscouse,1,1,0,0,0.02,0.3010,0.01,0.3010 localisation,localisation,1,1,1,1,0.02,0.3010,0.01,0.3010 localised,localised,2,1,2,1,0.04,0.4771,0.01,0.3010 localiser,localiser,1,1,1,1,0.02,0.3010,0.01,0.3010 localization,localization,1,1,1,1,0.02,0.3010,0.01,0.3010 localize,localize,1,1,1,1,0.02,0.3010,0.01,0.3010 locaters,locaters,2,1,1,1,0.04,0.4771,0.01,0.3010 Lochan,lochan,1,1,0,0,0.02,0.3010,0.01,0.3010 Loche,loche,1,1,0,0,0.02,0.3010,0.01,0.3010 locknut,locknut,3,1,3,1,0.06,0.6021,0.01,0.3010 lockouts,lockouts,1,1,1,1,0.02,0.3010,0.01,0.3010 locoed,locoed,1,1,1,1,0.02,0.3010,0.01,0.3010 locomote,locomote,1,1,1,1,0.02,0.3010,0.01,0.3010 Loden,loden,1,1,0,0,0.02,0.3010,0.01,0.3010 lodestones,lodestones,1,1,1,1,0.02,0.3010,0.01,0.3010 loftiness,loftiness,1,1,1,1,0.02,0.3010,0.01,0.3010 Logans,logans,1,1,0,0,0.02,0.3010,0.01,0.3010 logarithmically,logarithmically,1,1,1,1,0.02,0.3010,0.01,0.3010 loge,loge,1,1,1,1,0.02,0.3010,0.01,0.3010 loggerheaded,loggerheaded,1,1,1,1,0.02,0.3010,0.01,0.3010 logics,logics,1,1,1,1,0.02,0.3010,0.01,0.3010 logistic,logistic,2,1,2,1,0.04,0.4771,0.01,0.3010 logistician,logistician,1,1,1,1,0.02,0.3010,0.01,0.3010 logotypes,logotypes,1,1,1,1,0.02,0.3010,0.01,0.3010 logroller,logroller,3,1,3,1,0.06,0.6021,0.01,0.3010 logwood,logwood,4,1,4,1,0.08,0.6990,0.01,0.3010 Lohengrin,lohengrin,1,1,0,0,0.02,0.3010,0.01,0.3010 loiterer,loiterer,1,1,1,1,0.02,0.3010,0.01,0.3010 Loka,loka,3,1,0,0,0.06,0.6021,0.01,0.3010 Loli,loli,1,1,0,0,0.02,0.3010,0.01,0.3010 lolls,lolls,1,1,1,1,0.02,0.3010,0.01,0.3010 Lomita,lomita,1,1,0,0,0.02,0.3010,0.01,0.3010 loneness,loneness,1,1,1,1,0.02,0.3010,0.01,0.3010 lonesomeness,lonesomeness,1,1,1,1,0.02,0.3010,0.01,0.3010 longbowman,longbowman,1,1,1,1,0.02,0.3010,0.01,0.3010 longe,longe,1,1,1,1,0.02,0.3010,0.01,0.3010 longitudes,longitudes,1,1,1,1,0.02,0.3010,0.01,0.3010 longneck,longneck,4,1,3,1,0.08,0.6990,0.01,0.3010 Longshanks,longshanks,21,1,0,0,0.41,1.3424,0.01,0.3010 Longyi,longyi,5,1,0,0,0.10,0.7782,0.01,0.3010 loofahs,loofahs,1,1,1,1,0.02,0.3010,0.01,0.3010 lookdown,lookdown,1,1,1,1,0.02,0.3010,0.01,0.3010 Loomer,loomer,1,1,0,0,0.02,0.3010,0.01,0.3010 loonier,loonier,1,1,1,1,0.02,0.3010,0.01,0.3010 loopholed,loopholed,1,1,1,1,0.02,0.3010,0.01,0.3010 looseners,looseners,1,1,1,1,0.02,0.3010,0.01,0.3010 loots,loots,1,1,1,1,0.02,0.3010,0.01,0.3010 lopes,lopes,1,1,1,1,0.02,0.3010,0.01,0.3010 Lops,lops,7,1,0,0,0.14,0.9031,0.01,0.3010 Loran,loran,2,1,0,0,0.04,0.4771,0.01,0.3010 Lorate,lorate,1,1,0,0,0.02,0.3010,0.01,0.3010 lordlings,lordlings,1,1,1,1,0.02,0.3010,0.01,0.3010 Lorel,lorel,17,1,0,0,0.33,1.2553,0.01,0.3010 Loris,loris,1,1,0,0,0.02,0.3010,0.01,0.3010 Loros,loros,1,1,0,0,0.02,0.3010,0.01,0.3010 lors,lors,1,1,1,1,0.02,0.3010,0.01,0.3010 Lory,lory,1,1,0,0,0.02,0.3010,0.01,0.3010 Losh,losh,1,1,0,0,0.02,0.3010,0.01,0.3010 loto,loto,1,1,1,1,0.02,0.3010,0.01,0.3010 lottos,lottos,1,1,1,1,0.02,0.3010,0.01,0.3010 loudering,loudering,1,1,1,1,0.02,0.3010,0.01,0.3010 Lough,lough,1,1,0,0,0.02,0.3010,0.01,0.3010 Louisianan,louisianan,1,1,0,0,0.02,0.3010,0.01,0.3010 lounged,lounged,1,1,1,1,0.02,0.3010,0.01,0.3010 loungy,loungy,1,1,1,1,0.02,0.3010,0.01,0.3010 Loup,loup,12,1,0,0,0.24,1.1139,0.01,0.3010 lousier,lousier,1,1,1,1,0.02,0.3010,0.01,0.3010 louvered,louvered,1,1,1,1,0.02,0.3010,0.01,0.3010 lovably,lovably,1,1,1,1,0.02,0.3010,0.01,0.3010 Lovat,lovat,3,1,0,0,0.06,0.6021,0.01,0.3010 loveful,loveful,2,1,2,1,0.04,0.4771,0.01,0.3010 Lovelock,lovelock,1,1,0,0,0.02,0.3010,0.01,0.3010 loveseat,loveseat,3,1,3,1,0.06,0.6021,0.01,0.3010 lovingkindness,lovingkindness,1,1,1,1,0.02,0.3010,0.01,0.3010 lowborn,lowborn,1,1,1,1,0.02,0.3010,0.01,0.3010 Lowboy,lowboy,1,1,0,0,0.02,0.3010,0.01,0.3010 Lowder,lowder,1,1,0,0,0.02,0.3010,0.01,0.3010 lowerclassmen,lowerclassmen,1,1,1,1,0.02,0.3010,0.01,0.3010 Lowman,lowman,1,1,0,0,0.02,0.3010,0.01,0.3010 loxed,loxed,1,1,1,1,0.02,0.3010,0.01,0.3010 Loxodrome,loxodrome,1,1,0,0,0.02,0.3010,0.01,0.3010 loyalest,loyalest,1,1,1,1,0.02,0.3010,0.01,0.3010 Lsc,lsc,1,1,0,0,0.02,0.3010,0.01,0.3010 luaus,luaus,1,1,1,1,0.02,0.3010,0.01,0.3010 lubes,lubes,1,1,1,1,0.02,0.3010,0.01,0.3010 luces,luces,1,1,1,1,0.02,0.3010,0.01,0.3010 Lucifee,lucifee,1,1,0,0,0.02,0.3010,0.01,0.3010 Luckly,luckly,1,1,0,0,0.02,0.3010,0.01,0.3010 Ludden,ludden,1,1,0,0,0.02,0.3010,0.01,0.3010 Luddy,luddy,1,1,0,0,0.02,0.3010,0.01,0.3010 ludicrousness,ludicrousness,1,1,1,1,0.02,0.3010,0.01,0.3010 luges,luges,1,1,1,1,0.02,0.3010,0.01,0.3010 luggages,luggages,1,1,1,1,0.02,0.3010,0.01,0.3010 Lully,lully,3,1,0,0,0.06,0.6021,0.01,0.3010 lumberman,lumberman,1,1,1,1,0.02,0.3010,0.01,0.3010 lumbermen,lumbermen,1,1,1,1,0.02,0.3010,0.01,0.3010 Lumbricus,lumbricus,1,1,0,0,0.02,0.3010,0.01,0.3010 lumens,lumens,1,1,1,1,0.02,0.3010,0.01,0.3010 luminare,luminare,1,1,1,1,0.02,0.3010,0.01,0.3010 luminesce,luminesce,1,1,1,1,0.02,0.3010,0.01,0.3010 Lumme,lumme,1,1,0,0,0.02,0.3010,0.01,0.3010 lumping,lumping,1,1,1,1,0.02,0.3010,0.01,0.3010 lunars,lunars,2,1,2,1,0.04,0.4771,0.01,0.3010 luncher,luncher,1,1,1,1,0.02,0.3010,0.01,0.3010 lunchrooms,lunchrooms,1,1,1,1,0.02,0.3010,0.01,0.3010 lunchtimes,lunchtimes,1,1,1,1,0.02,0.3010,0.01,0.3010 lunettes,lunettes,1,1,1,1,0.02,0.3010,0.01,0.3010 lungful,lungful,1,1,1,1,0.02,0.3010,0.01,0.3010 lungwort,lungwort,1,1,1,1,0.02,0.3010,0.01,0.3010 lunker,lunker,1,1,1,1,0.02,0.3010,0.01,0.3010 Lunts,lunts,1,1,0,0,0.02,0.3010,0.01,0.3010 lupis,lupis,1,1,1,1,0.02,0.3010,0.01,0.3010 Lurcher,lurcher,1,1,0,0,0.02,0.3010,0.01,0.3010 lurching,lurching,1,1,1,1,0.02,0.3010,0.01,0.3010 lurg,lurg,4,1,4,1,0.08,0.6990,0.01,0.3010 lurker,lurker,3,1,3,1,0.06,0.6021,0.01,0.3010 lustering,lustering,1,1,1,1,0.02,0.3010,0.01,0.3010 lustfully,lustfully,1,1,1,1,0.02,0.3010,0.01,0.3010 lustfulness,lustfulness,1,1,1,1,0.02,0.3010,0.01,0.3010 lustrum,lustrum,1,1,1,1,0.02,0.3010,0.01,0.3010 Lutheranism,lutheranism,1,1,0,0,0.02,0.3010,0.01,0.3010 Luxemburg,luxemburg,1,1,0,0,0.02,0.3010,0.01,0.3010 luxuriantly,luxuriantly,1,1,1,1,0.02,0.3010,0.01,0.3010 Lvov,lvov,1,1,0,0,0.02,0.3010,0.01,0.3010 lyam,lyam,5,1,5,1,0.10,0.7782,0.01,0.3010 lycanthropia,lycanthropia,1,1,1,1,0.02,0.3010,0.01,0.3010 lycanthropic,lycanthropic,1,1,1,1,0.02,0.3010,0.01,0.3010 lycanthropy,lycanthropy,1,1,1,1,0.02,0.3010,0.01,0.3010 Lychee,lychee,1,1,0,0,0.02,0.3010,0.01,0.3010 Lychgate,lychgate,2,1,0,0,0.04,0.4771,0.01,0.3010 Lygus,lygus,2,1,0,0,0.04,0.4771,0.01,0.3010 lymphedema,lymphedema,1,1,1,1,0.02,0.3010,0.01,0.3010 Lymphoblastic,lymphoblastic,1,1,0,0,0.02,0.3010,0.01,0.3010 Lymphomas,lymphomas,1,1,0,0,0.02,0.3010,0.01,0.3010 Lymphomatoid,lymphomatoid,1,1,0,0,0.02,0.3010,0.01,0.3010 Lynchpin,lynchpin,5,1,0,0,0.10,0.7782,0.01,0.3010 lynx,lynx,1,1,1,1,0.02,0.3010,0.01,0.3010 Lyophilize,lyophilize,1,1,0,0,0.02,0.3010,0.01,0.3010 lys,lys,1,1,1,1,0.02,0.3010,0.01,0.3010 lyse,lyse,2,1,2,1,0.04,0.4771,0.01,0.3010 lysed,lysed,1,1,1,1,0.02,0.3010,0.01,0.3010 lysine,lysine,4,1,4,1,0.08,0.6990,0.01,0.3010 lysis,lysis,2,1,1,1,0.04,0.4771,0.01,0.3010 Lyssa,lyssa,4,1,0,0,0.08,0.6990,0.01,0.3010 lytic,lytic,1,1,1,1,0.02,0.3010,0.01,0.3010 Maar,maar,1,1,0,0,0.02,0.3010,0.01,0.3010 macadamias,macadamias,1,1,1,1,0.02,0.3010,0.01,0.3010 macaque,macaque,1,1,1,1,0.02,0.3010,0.01,0.3010 macaronis,macaronis,2,1,1,1,0.04,0.4771,0.01,0.3010 Macartney,macartney,3,1,0,0,0.06,0.6021,0.01,0.3010 maccaroni,maccaroni,1,1,1,1,0.02,0.3010,0.01,0.3010 macedoine,macedoine,1,1,1,1,0.02,0.3010,0.01,0.3010 Macedonians,macedonians,1,1,0,0,0.02,0.3010,0.01,0.3010 macerate,macerate,1,1,1,1,0.02,0.3010,0.01,0.3010 maceration,maceration,1,1,1,1,0.02,0.3010,0.01,0.3010 machan,machan,2,1,1,1,0.04,0.4771,0.01,0.3010 Machin,machin,3,1,0,0,0.06,0.6021,0.01,0.3010 Machinal,machinal,1,1,0,0,0.02,0.3010,0.01,0.3010 machineries,machineries,1,1,1,1,0.02,0.3010,0.01,0.3010 Machmeter,machmeter,2,1,0,0,0.04,0.4771,0.01,0.3010 mackerels,mackerels,1,1,1,1,0.02,0.3010,0.01,0.3010 Macrobiotics,macrobiotics,1,1,0,0,0.02,0.3010,0.01,0.3010 macroeconomic,macroeconomic,1,1,1,1,0.02,0.3010,0.01,0.3010 Macroeconomics,macroeconomics,1,1,0,0,0.02,0.3010,0.01,0.3010 Macrosomia,macrosomia,1,1,0,0,0.02,0.3010,0.01,0.3010 macula,macula,1,1,1,1,0.02,0.3010,0.01,0.3010 maculate,maculate,1,1,1,1,0.02,0.3010,0.01,0.3010 macules,macules,1,1,1,1,0.02,0.3010,0.01,0.3010 Macumba,macumba,1,1,0,0,0.02,0.3010,0.01,0.3010 madams,madams,1,1,1,1,0.02,0.3010,0.01,0.3010 maddens,maddens,1,1,1,1,0.02,0.3010,0.01,0.3010 maddish,maddish,1,1,1,1,0.02,0.3010,0.01,0.3010 Maddock,maddock,1,1,0,0,0.02,0.3010,0.01,0.3010 Madonnas,madonnas,1,1,0,0,0.02,0.3010,0.01,0.3010 Madres,madres,2,1,0,0,0.04,0.4771,0.01,0.3010 madrigals,madrigals,1,1,1,1,0.02,0.3010,0.01,0.3010 Madrona,madrona,1,1,0,0,0.02,0.3010,0.01,0.3010 Madrone,madrone,1,1,0,0,0.02,0.3010,0.01,0.3010 Maduro,maduro,1,1,0,0,0.02,0.3010,0.01,0.3010 Mages,mages,12,1,0,0,0.24,1.1139,0.01,0.3010 maggiore,maggiore,2,1,2,1,0.04,0.4771,0.01,0.3010 magisterially,magisterially,1,1,1,1,0.02,0.3010,0.01,0.3010 magisterium,magisterium,1,1,1,1,0.02,0.3010,0.01,0.3010 magistracies,magistracies,1,1,1,1,0.02,0.3010,0.01,0.3010 magistracy,magistracy,1,1,1,1,0.02,0.3010,0.01,0.3010 magmata,magmata,1,1,1,1,0.02,0.3010,0.01,0.3010 magnates,magnates,2,1,2,1,0.04,0.4771,0.01,0.3010 Magnetise,magnetise,1,1,0,0,0.02,0.3010,0.01,0.3010 magnetizes,magnetizes,1,1,1,1,0.02,0.3010,0.01,0.3010 Magnetos,magnetos,2,1,0,0,0.04,0.4771,0.01,0.3010 magnetosphere,magnetosphere,1,1,1,1,0.02,0.3010,0.01,0.3010 magnifically,magnifically,1,1,1,1,0.02,0.3010,0.01,0.3010 magnificoes,magnificoes,1,1,1,1,0.02,0.3010,0.01,0.3010 Mahdi,mahdi,2,1,0,0,0.04,0.4771,0.01,0.3010 mahimahi,mahimahi,1,1,1,1,0.02,0.3010,0.01,0.3010 maidenly,maidenly,1,1,1,1,0.02,0.3010,0.01,0.3010 mainlined,mainlined,1,1,1,1,0.02,0.3010,0.01,0.3010 mainlines,mainlines,1,1,1,1,0.02,0.3010,0.01,0.3010 mainmast,mainmast,2,1,2,1,0.04,0.4771,0.01,0.3010 mainsheet,mainsheet,1,1,1,1,0.02,0.3010,0.01,0.3010 mainstays,mainstays,1,1,1,1,0.02,0.3010,0.01,0.3010 maintainer,maintainer,5,1,5,1,0.10,0.7782,0.01,0.3010 Maintenon,maintenon,5,1,0,0,0.10,0.7782,0.01,0.3010 maintop,maintop,1,1,1,1,0.02,0.3010,0.01,0.3010 maitresse,maitresse,2,1,1,1,0.04,0.4771,0.01,0.3010 majestical,majestical,1,1,1,1,0.02,0.3010,0.01,0.3010 majolica,majolica,1,1,1,1,0.02,0.3010,0.01,0.3010 Majorship,majorship,1,1,0,0,0.02,0.3010,0.01,0.3010 makos,makos,1,1,1,1,0.02,0.3010,0.01,0.3010 maladapted,maladapted,1,1,1,1,0.02,0.3010,0.01,0.3010 maladaptive,maladaptive,1,1,1,1,0.02,0.3010,0.01,0.3010 Malaguena,malaguena,1,1,0,0,0.02,0.3010,0.01,0.3010 malambo,malambo,1,1,1,1,0.02,0.3010,0.01,0.3010 malamutes,malamutes,1,1,1,1,0.02,0.3010,0.01,0.3010 Malaprops,malaprops,1,1,0,0,0.02,0.3010,0.01,0.3010 Malar,malar,2,1,0,0,0.04,0.4771,0.01,0.3010 malathion,malathion,2,1,2,1,0.04,0.4771,0.01,0.3010 Malawi,malawi,1,1,0,0,0.02,0.3010,0.01,0.3010 Malayans,malayans,1,1,0,0,0.02,0.3010,0.01,0.3010 Malays,malays,2,1,0,0,0.04,0.4771,0.01,0.3010 malcontented,malcontented,1,1,1,1,0.02,0.3010,0.01,0.3010 maldistribution,maldistribution,1,1,1,1,0.02,0.3010,0.01,0.3010 Maleate,maleate,1,1,0,0,0.02,0.3010,0.01,0.3010 malediction,malediction,1,1,1,1,0.02,0.3010,0.01,0.3010 maledictions,maledictions,1,1,1,1,0.02,0.3010,0.01,0.3010 Malee,malee,15,1,0,0,0.29,1.2041,0.01,0.3010 malefactor,malefactor,1,1,1,1,0.02,0.3010,0.01,0.3010 malefactors,malefactors,1,1,1,1,0.02,0.3010,0.01,0.3010 malefic,malefic,2,1,2,1,0.04,0.4771,0.01,0.3010 Maleficent,maleficent,13,1,0,0,0.25,1.1461,0.01,0.3010 Maleficio,maleficio,1,1,0,0,0.02,0.3010,0.01,0.3010 malformations,malformations,1,1,1,1,0.02,0.3010,0.01,0.3010 malignantly,malignantly,2,1,2,1,0.04,0.4771,0.01,0.3010 Maline,maline,1,1,0,0,0.02,0.3010,0.01,0.3010 malleability,malleability,1,1,1,1,0.02,0.3010,0.01,0.3010 malleoli,malleoli,1,1,1,1,0.02,0.3010,0.01,0.3010 Malling,malling,1,1,0,0,0.02,0.3010,0.01,0.3010 Malloseismic,malloseismic,2,1,0,0,0.04,0.4771,0.01,0.3010 malocchio,malocchio,2,1,2,1,0.04,0.4771,0.01,0.3010 malolactic,malolactic,1,1,1,1,0.02,0.3010,0.01,0.3010 malrotation,malrotation,2,1,2,1,0.04,0.4771,0.01,0.3010 Malthus,malthus,3,1,0,0,0.06,0.6021,0.01,0.3010 Malthusian,malthusian,1,1,0,0,0.02,0.3010,0.01,0.3010 malting,malting,1,1,1,1,0.02,0.3010,0.01,0.3010 maltreated,maltreated,1,1,1,1,0.02,0.3010,0.01,0.3010 malum,malum,4,1,3,1,0.08,0.6990,0.01,0.3010 mammee,mammee,1,1,1,1,0.02,0.3010,0.01,0.3010 Mammie,mammie,1,1,0,0,0.02,0.3010,0.01,0.3010 mammillary,mammillary,1,1,1,1,0.02,0.3010,0.01,0.3010 manacle,manacle,1,1,1,1,0.02,0.3010,0.01,0.3010 managements,managements,1,1,1,1,0.02,0.3010,0.01,0.3010 manageress,manageress,1,1,1,1,0.02,0.3010,0.01,0.3010 manchild,manchild,1,1,1,1,0.02,0.3010,0.01,0.3010 manciples,manciples,1,1,1,1,0.02,0.3010,0.01,0.3010 mandarins,mandarins,1,1,1,1,0.02,0.3010,0.01,0.3010 mandat,mandat,1,1,1,1,0.02,0.3010,0.01,0.3010 mandatories,mandatories,1,1,1,1,0.02,0.3010,0.01,0.3010 mandolins,mandolins,1,1,1,1,0.02,0.3010,0.01,0.3010 Mandrakes,mandrakes,3,1,0,0,0.06,0.6021,0.01,0.3010 mandrill,mandrill,1,1,1,1,0.02,0.3010,0.01,0.3010 maneuverer,maneuverer,2,1,2,1,0.04,0.4771,0.01,0.3010 manful,manful,1,1,1,1,0.02,0.3010,0.01,0.3010 Mangiest,mangiest,1,1,0,0,0.02,0.3010,0.01,0.3010 Mangold,mangold,3,1,0,0,0.06,0.6021,0.01,0.3010 manhunter,manhunter,1,1,1,1,0.02,0.3010,0.01,0.3010 manhunting,manhunting,1,1,1,1,0.02,0.3010,0.01,0.3010 manically,manically,2,1,2,1,0.04,0.4771,0.01,0.3010 Manics,manics,2,1,0,0,0.04,0.4771,0.01,0.3010 manifestly,manifestly,1,1,1,1,0.02,0.3010,0.01,0.3010 manifestoes,manifestoes,1,1,1,1,0.02,0.3010,0.01,0.3010 Manit,manit,1,1,0,0,0.02,0.3010,0.01,0.3010 Manitous,manitous,11,1,0,0,0.22,1.0792,0.01,0.3010 Manless,manless,1,1,0,0,0.02,0.3010,0.01,0.3010 manlier,manlier,1,1,1,1,0.02,0.3010,0.01,0.3010 mannerist,mannerist,1,1,1,1,0.02,0.3010,0.01,0.3010 mannerless,mannerless,1,1,1,1,0.02,0.3010,0.01,0.3010 manoeuver,manoeuver,1,1,1,1,0.02,0.3010,0.01,0.3010 manoeuvering,manoeuvering,1,1,1,1,0.02,0.3010,0.01,0.3010 manoeuvrings,manoeuvrings,1,1,1,1,0.02,0.3010,0.01,0.3010 Manoir,manoir,1,1,0,0,0.02,0.3010,0.01,0.3010 manship,manship,1,1,1,1,0.02,0.3010,0.01,0.3010 mansionry,mansionry,1,1,1,1,0.02,0.3010,0.01,0.3010 manslaughterer,manslaughterer,3,1,3,1,0.06,0.6021,0.01,0.3010 manslayer,manslayer,2,1,1,1,0.04,0.4771,0.01,0.3010 Mant,mant,1,1,0,0,0.02,0.3010,0.01,0.3010 Mantes,mantes,4,1,0,0,0.08,0.6990,0.01,0.3010 mantic,mantic,1,1,1,1,0.02,0.3010,0.01,0.3010 mantles,mantles,2,1,2,1,0.04,0.4771,0.01,0.3010 Manto,manto,1,1,0,0,0.02,0.3010,0.01,0.3010 Manty,manty,42,1,0,0,0.82,1.6335,0.01,0.3010 manuever,manuever,1,1,1,1,0.02,0.3010,0.01,0.3010 Manx,manx,2,1,0,0,0.04,0.4771,0.01,0.3010 Manzana,manzana,1,1,0,0,0.02,0.3010,0.01,0.3010 Maoism,maoism,1,1,0,0,0.02,0.3010,0.01,0.3010 Maoist,maoist,1,1,0,0,0.02,0.3010,0.01,0.3010 Maoists,maoists,1,1,0,0,0.02,0.3010,0.01,0.3010 Maoris,maoris,9,1,0,0,0.18,1.0000,0.01,0.3010 mapmakers,mapmakers,1,1,1,1,0.02,0.3010,0.01,0.3010 mapper,mapper,1,1,1,1,0.02,0.3010,0.01,0.3010 maquereau,maquereau,1,1,1,1,0.02,0.3010,0.01,0.3010 maquillage,maquillage,1,1,1,1,0.02,0.3010,0.01,0.3010 marabou,marabou,1,1,1,1,0.02,0.3010,0.01,0.3010 Marabunta,marabunta,11,1,4,1,0.22,1.0792,0.01,0.3010 marathoners,marathoners,1,1,1,1,0.02,0.3010,0.01,0.3010 maraud,maraud,1,1,1,1,0.02,0.3010,0.01,0.3010 marauds,marauds,1,1,1,1,0.02,0.3010,0.01,0.3010 maravedis,maravedis,1,1,1,1,0.02,0.3010,0.01,0.3010 marbleised,marbleised,1,1,1,1,0.02,0.3010,0.01,0.3010 marcelled,marcelled,1,1,1,1,0.02,0.3010,0.01,0.3010 Marcels,marcels,1,1,0,0,0.02,0.3010,0.01,0.3010 Marchers,marchers,1,1,0,0,0.02,0.3010,0.01,0.3010 marchioness,marchioness,2,1,2,1,0.04,0.4771,0.01,0.3010 Marchman,marchman,1,1,0,0,0.02,0.3010,0.01,0.3010 mardy,mardy,1,1,1,1,0.02,0.3010,0.01,0.3010 Marengo,marengo,1,1,0,0,0.02,0.3010,0.01,0.3010 marginalise,marginalise,1,1,1,1,0.02,0.3010,0.01,0.3010 marginalised,marginalised,1,1,1,1,0.02,0.3010,0.01,0.3010 marginalize,marginalize,1,1,1,1,0.02,0.3010,0.01,0.3010 marginalizes,marginalizes,1,1,1,1,0.02,0.3010,0.01,0.3010 marginalizing,marginalizing,1,1,1,1,0.02,0.3010,0.01,0.3010 marianist,marianist,2,1,2,1,0.04,0.4771,0.01,0.3010 Marica,marica,3,1,0,0,0.06,0.6021,0.01,0.3010 Marid,marid,1,1,0,0,0.02,0.3010,0.01,0.3010 marihuana,marihuana,1,1,1,1,0.02,0.3010,0.01,0.3010 marinas,marinas,4,1,4,1,0.08,0.6990,0.01,0.3010 marinates,marinates,1,1,1,1,0.02,0.3010,0.01,0.3010 markdowns,markdowns,1,1,1,1,0.02,0.3010,0.01,0.3010 marketer,marketer,1,1,1,1,0.02,0.3010,0.01,0.3010 marketers,marketers,1,1,1,1,0.02,0.3010,0.01,0.3010 Markstone,markstone,2,1,0,0,0.04,0.4771,0.01,0.3010 Marl,marl,1,1,0,0,0.02,0.3010,0.01,0.3010 marled,marled,2,1,2,1,0.04,0.4771,0.01,0.3010 Marlier,marlier,1,1,0,0,0.02,0.3010,0.01,0.3010 Marly,marly,2,1,0,0,0.04,0.4771,0.01,0.3010 maror,maror,1,1,1,1,0.02,0.3010,0.01,0.3010 marquees,marquees,1,1,1,1,0.02,0.3010,0.01,0.3010 Marques,marques,3,1,0,0,0.06,0.6021,0.01,0.3010 marquises,marquises,1,1,1,1,0.02,0.3010,0.01,0.3010 marrier,marrier,1,1,1,1,0.02,0.3010,0.01,0.3010 marrons,marrons,5,1,5,1,0.10,0.7782,0.01,0.3010 marrowbones,marrowbones,1,1,1,1,0.02,0.3010,0.01,0.3010 marshalling,marshalling,1,1,1,1,0.02,0.3010,0.01,0.3010 marsupia,marsupia,1,1,1,1,0.02,0.3010,0.01,0.3010 martialled,martialled,1,1,1,1,0.02,0.3010,0.01,0.3010 Martingale,martingale,2,1,0,0,0.04,0.4771,0.01,0.3010 martlet,martlet,1,1,1,1,0.02,0.3010,0.01,0.3010 martyring,martyring,1,1,1,1,0.02,0.3010,0.01,0.3010 martyrized,martyrized,1,1,1,1,0.02,0.3010,0.01,0.3010 marvelled,marvelled,1,1,1,1,0.02,0.3010,0.01,0.3010 marvelling,marvelling,1,1,1,1,0.02,0.3010,0.01,0.3010 marvy,marvy,6,1,6,1,0.12,0.8451,0.01,0.3010 Maryknoll,maryknoll,1,1,0,0,0.02,0.3010,0.01,0.3010 marzipans,marzipans,1,1,1,1,0.02,0.3010,0.01,0.3010 Masais,masais,1,1,0,0,0.02,0.3010,0.01,0.3010 mascaras,mascaras,1,1,1,1,0.02,0.3010,0.01,0.3010 Maschera,maschera,1,1,0,0,0.02,0.3010,0.01,0.3010 masers,masers,2,1,1,1,0.04,0.4771,0.01,0.3010 Maslin,maslin,10,1,4,1,0.20,1.0414,0.01,0.3010 masquerader,masquerader,1,1,1,1,0.02,0.3010,0.01,0.3010 Masquers,masquers,1,1,0,0,0.02,0.3010,0.01,0.3010 massacring,massacring,1,1,1,1,0.02,0.3010,0.01,0.3010 masseurs,masseurs,1,1,1,1,0.02,0.3010,0.01,0.3010 Massif,massif,6,1,0,0,0.12,0.8451,0.01,0.3010 massless,massless,1,1,1,1,0.02,0.3010,0.01,0.3010 mastectomies,mastectomies,2,1,2,1,0.04,0.4771,0.01,0.3010 Masterhood,masterhood,1,1,0,0,0.02,0.3010,0.01,0.3010 mastership,mastership,1,1,1,1,0.02,0.3010,0.01,0.3010 mastheads,mastheads,1,1,1,1,0.02,0.3010,0.01,0.3010 mastic,mastic,1,1,1,1,0.02,0.3010,0.01,0.3010 masticated,masticated,1,1,1,1,0.02,0.3010,0.01,0.3010 mastications,mastications,1,1,1,1,0.02,0.3010,0.01,0.3010 masticatory,masticatory,1,1,1,1,0.02,0.3010,0.01,0.3010 masturbators,masturbators,1,1,1,1,0.02,0.3010,0.01,0.3010 matchboxes,matchboxes,1,1,1,1,0.02,0.3010,0.01,0.3010 matchet,matchet,1,1,1,1,0.02,0.3010,0.01,0.3010 matchlock,matchlock,1,1,1,1,0.02,0.3010,0.01,0.3010 matchstick,matchstick,1,1,1,1,0.02,0.3010,0.01,0.3010 matchwood,matchwood,1,1,1,1,0.02,0.3010,0.01,0.3010 matchy,matchy,3,1,2,1,0.06,0.6021,0.01,0.3010 mateless,mateless,2,1,1,1,0.04,0.4771,0.01,0.3010 matelote,matelote,1,1,1,1,0.02,0.3010,0.01,0.3010 Materia,materia,1,1,0,0,0.02,0.3010,0.01,0.3010 materialising,materialising,1,1,1,1,0.02,0.3010,0.01,0.3010 materialistically,materialistically,1,1,1,1,0.02,0.3010,0.01,0.3010 materialists,materialists,1,1,1,1,0.02,0.3010,0.01,0.3010 mathematize,mathematize,1,1,1,1,0.02,0.3010,0.01,0.3010 Matina,matina,1,1,0,0,0.02,0.3010,0.01,0.3010 Matins,matins,1,1,0,0,0.02,0.3010,0.01,0.3010 Matlow,matlow,6,1,0,0,0.12,0.8451,0.01,0.3010 matriarchal,matriarchal,1,1,1,1,0.02,0.3010,0.01,0.3010 matriarchs,matriarchs,4,1,2,1,0.08,0.6990,0.01,0.3010 matriarchy,matriarchy,1,1,1,1,0.02,0.3010,0.01,0.3010 Matric,matric,1,1,0,0,0.02,0.3010,0.01,0.3010 matricidal,matricidal,1,1,1,1,0.02,0.3010,0.01,0.3010 Matricide,matricide,1,1,0,0,0.02,0.3010,0.01,0.3010 matriculation,matriculation,1,1,1,1,0.02,0.3010,0.01,0.3010 Matrilineal,matrilineal,1,1,0,0,0.02,0.3010,0.01,0.3010 Matronage,matronage,1,1,0,0,0.02,0.3010,0.01,0.3010 matronly,matronly,1,1,1,1,0.02,0.3010,0.01,0.3010 Matsu,matsu,1,1,0,0,0.02,0.3010,0.01,0.3010 Mattes,mattes,1,1,0,0,0.02,0.3010,0.01,0.3010 matting,matting,1,1,1,1,0.02,0.3010,0.01,0.3010 Maty,maty,1,1,0,0,0.02,0.3010,0.01,0.3010 Matzoh,matzoh,1,1,0,0,0.02,0.3010,0.01,0.3010 matzos,matzos,1,1,1,1,0.02,0.3010,0.01,0.3010 Matzoth,matzoth,1,1,0,0,0.02,0.3010,0.01,0.3010 maun,maun,1,1,1,1,0.02,0.3010,0.01,0.3010 mausolea,mausolea,1,1,1,1,0.02,0.3010,0.01,0.3010 Mavin,mavin,1,1,0,0,0.02,0.3010,0.01,0.3010 Mawk,mawk,1,1,0,0,0.02,0.3010,0.01,0.3010 mawkishness,mawkishness,1,1,1,1,0.02,0.3010,0.01,0.3010 maximally,maximally,1,1,1,1,0.02,0.3010,0.01,0.3010 maximization,maximization,1,1,1,1,0.02,0.3010,0.01,0.3010 Maxwells,maxwells,1,1,0,0,0.02,0.3010,0.01,0.3010 Mayflies,mayflies,1,1,0,0,0.02,0.3010,0.01,0.3010 Mayflowers,mayflowers,11,1,0,0,0.22,1.0792,0.01,0.3010 mayhems,mayhems,1,1,1,1,0.02,0.3010,0.01,0.3010 mayoralty,mayoralty,1,1,1,1,0.02,0.3010,0.01,0.3010 Maza,maza,1,1,0,0,0.02,0.3010,0.01,0.3010 mazuma,mazuma,1,1,1,1,0.02,0.3010,0.01,0.3010 mazzard,mazzard,1,1,1,1,0.02,0.3010,0.01,0.3010 meacock,meacock,1,1,1,1,0.02,0.3010,0.01,0.3010 meadowsweet,meadowsweet,3,1,3,1,0.06,0.6021,0.01,0.3010 mealymouthed,mealymouthed,2,1,2,1,0.04,0.4771,0.01,0.3010 meandered,meandered,1,1,1,1,0.02,0.3010,0.01,0.3010 meanderings,meanderings,1,1,1,1,0.02,0.3010,0.01,0.3010 meanders,meanders,1,1,1,1,0.02,0.3010,0.01,0.3010 meaned,meaned,1,1,1,1,0.02,0.3010,0.01,0.3010 Meaners,meaners,1,1,0,0,0.02,0.3010,0.01,0.3010 meaningfulness,meaningfulness,1,1,1,1,0.02,0.3010,0.01,0.3010 measurably,measurably,1,1,1,1,0.02,0.3010,0.01,0.3010 measurer,measurer,1,1,1,1,0.02,0.3010,0.01,0.3010 Meath,meath,1,1,0,0,0.02,0.3010,0.01,0.3010 meathooks,meathooks,1,1,1,1,0.02,0.3010,0.01,0.3010 meatman,meatman,1,1,1,1,0.02,0.3010,0.01,0.3010 Meaw,meaw,1,1,0,0,0.02,0.3010,0.01,0.3010 Meccano,meccano,1,1,0,0,0.02,0.3010,0.01,0.3010 mechanicalness,mechanicalness,1,1,1,1,0.02,0.3010,0.01,0.3010 mechanization,mechanization,1,1,1,1,0.02,0.3010,0.01,0.3010 Meck,meck,1,1,0,0,0.02,0.3010,0.01,0.3010 medaled,medaled,1,1,1,1,0.02,0.3010,0.01,0.3010 medalled,medalled,1,1,1,1,0.02,0.3010,0.01,0.3010 medallist,medallist,2,1,2,1,0.04,0.4771,0.01,0.3010 medallists,medallists,1,1,1,1,0.02,0.3010,0.01,0.3010 meddlers,meddlers,1,1,1,1,0.02,0.3010,0.01,0.3010 meddles,meddles,1,1,1,1,0.02,0.3010,0.01,0.3010 medialization,medialization,5,1,4,1,0.10,0.7782,0.01,0.3010 mediary,mediary,1,1,1,1,0.02,0.3010,0.01,0.3010 medias,medias,1,1,1,1,0.02,0.3010,0.01,0.3010 mediastinum,mediastinum,2,1,2,1,0.04,0.4771,0.01,0.3010 mediations,mediations,1,1,1,1,0.02,0.3010,0.01,0.3010 mediators,mediators,1,1,1,1,0.02,0.3010,0.01,0.3010 medicates,medicates,1,1,1,1,0.02,0.3010,0.01,0.3010 medicator,medicator,1,1,1,1,0.02,0.3010,0.01,0.3010 medicinable,medicinable,1,1,1,1,0.02,0.3010,0.01,0.3010 medievalism,medievalism,1,1,1,1,0.02,0.3010,0.01,0.3010 medio,medio,2,1,2,1,0.04,0.4771,0.01,0.3010 mediolateral,mediolateral,1,1,1,1,0.02,0.3010,0.01,0.3010 meditator,meditator,1,1,1,1,0.02,0.3010,0.01,0.3010 medius,medius,1,1,1,1,0.02,0.3010,0.01,0.3010 medleys,medleys,1,1,1,1,0.02,0.3010,0.01,0.3010 Medoc,medoc,1,1,0,0,0.02,0.3010,0.01,0.3010 medullary,medullary,1,1,1,1,0.02,0.3010,0.01,0.3010 medullas,medullas,1,1,1,1,0.02,0.3010,0.01,0.3010 Medusan,medusan,2,1,0,0,0.04,0.4771,0.01,0.3010 meetinghouse,meetinghouse,1,1,1,1,0.02,0.3010,0.01,0.3010 megacolon,megacolon,1,1,1,1,0.02,0.3010,0.01,0.3010 megalopolis,megalopolis,1,1,1,1,0.02,0.3010,0.01,0.3010 Megalopolitan,megalopolitan,1,1,0,0,0.02,0.3010,0.01,0.3010 megalosaur,megalosaur,1,1,1,1,0.02,0.3010,0.01,0.3010 Megatherium,megatherium,2,1,0,0,0.04,0.4771,0.01,0.3010 meio,meio,1,1,1,1,0.02,0.3010,0.01,0.3010 meiosis,meiosis,2,1,1,1,0.04,0.4771,0.01,0.3010 melamine,melamine,1,1,1,1,0.02,0.3010,0.01,0.3010 melancholiac,melancholiac,1,1,1,1,0.02,0.3010,0.01,0.3010 melancholiacs,melancholiacs,1,1,1,1,0.02,0.3010,0.01,0.3010 melanomas,melanomas,1,1,1,1,0.02,0.3010,0.01,0.3010 melanosome,melanosome,1,1,1,1,0.02,0.3010,0.01,0.3010 Melchizedek,melchizedek,1,1,0,0,0.02,0.3010,0.01,0.3010 Meleager,meleager,41,1,0,0,0.80,1.6232,0.01,0.3010 Melior,melior,1,1,0,0,0.02,0.3010,0.01,0.3010 mellower,mellower,1,1,1,1,0.02,0.3010,0.01,0.3010 Melodeons,melodeons,1,1,0,0,0.02,0.3010,0.01,0.3010 Melos,melos,1,1,0,0,0.02,0.3010,0.01,0.3010 Melosa,melosa,7,1,0,0,0.14,0.9031,0.01,0.3010 Melpomene,melpomene,1,1,0,0,0.02,0.3010,0.01,0.3010 melters,melters,1,1,1,1,0.02,0.3010,0.01,0.3010 Melteth,melteth,1,1,0,0,0.02,0.3010,0.01,0.3010 membranous,membranous,1,1,1,1,0.02,0.3010,0.01,0.3010 mementoes,mementoes,1,1,1,1,0.02,0.3010,0.01,0.3010 memoire,memoire,2,1,2,1,0.04,0.4771,0.01,0.3010 memoirist,memoirist,1,1,1,1,0.02,0.3010,0.01,0.3010 memorandums,memorandums,1,1,1,1,0.02,0.3010,0.01,0.3010 memoria,memoria,1,1,1,1,0.02,0.3010,0.01,0.3010 memorializing,memorializing,1,1,1,1,0.02,0.3010,0.01,0.3010 memorisation,memorisation,3,1,3,1,0.06,0.6021,0.01,0.3010 memorizes,memorizes,1,1,1,1,0.02,0.3010,0.01,0.3010 menaced,menaced,1,1,1,1,0.02,0.3010,0.01,0.3010 menageries,menageries,1,1,1,1,0.02,0.3010,0.01,0.3010 mendacities,mendacities,1,1,1,1,0.02,0.3010,0.01,0.3010 Mendelian,mendelian,1,1,0,0,0.02,0.3010,0.01,0.3010 mender,mender,1,1,1,1,0.02,0.3010,0.01,0.3010 mendicants,mendicants,1,1,1,1,0.02,0.3010,0.01,0.3010 Menehune,menehune,1,1,0,0,0.02,0.3010,0.01,0.3010 Menfolks,menfolks,1,1,0,0,0.02,0.3010,0.01,0.3010 menials,menials,1,1,1,1,0.02,0.3010,0.01,0.3010 meninges,meninges,3,1,2,1,0.06,0.6021,0.01,0.3010 meningismus,meningismus,1,1,1,1,0.02,0.3010,0.01,0.3010 meniscectomy,meniscectomy,1,1,1,1,0.02,0.3010,0.01,0.3010 Mennonites,mennonites,1,1,0,0,0.02,0.3010,0.01,0.3010 meno,meno,1,1,1,1,0.02,0.3010,0.01,0.3010 Menshevik,menshevik,1,1,0,0,0.02,0.3010,0.01,0.3010 menstruated,menstruated,1,1,1,1,0.02,0.3010,0.01,0.3010 mensurate,mensurate,1,1,1,1,0.02,0.3010,0.01,0.3010 mentalism,mentalism,1,1,1,1,0.02,0.3010,0.01,0.3010 Mentalists,mentalists,1,1,0,0,0.02,0.3010,0.01,0.3010 mentalities,mentalities,1,1,1,1,0.02,0.3010,0.01,0.3010 mentation,mentation,1,1,1,1,0.02,0.3010,0.01,0.3010 mentioner,mentioner,1,1,1,1,0.02,0.3010,0.01,0.3010 meowed,meowed,1,1,1,1,0.02,0.3010,0.01,0.3010 mepacrine,mepacrine,3,1,3,1,0.06,0.6021,0.01,0.3010 Mephistopheles,mephistopheles,1,1,0,0,0.02,0.3010,0.01,0.3010 mercaptan,mercaptan,1,1,1,1,0.02,0.3010,0.01,0.3010 Merce,merce,6,1,0,0,0.12,0.8451,0.01,0.3010 Mercers,mercers,2,1,0,0,0.04,0.4771,0.01,0.3010 Merchandisers,merchandisers,1,1,0,0,0.02,0.3010,0.01,0.3010 Mercifulness,mercifulness,1,1,0,0,0.02,0.3010,0.01,0.3010 mercuric,mercuric,1,1,1,1,0.02,0.3010,0.01,0.3010 Mercuries,mercuries,1,1,0,0,0.02,0.3010,0.01,0.3010 mercurized,mercurized,1,1,1,1,0.02,0.3010,0.01,0.3010 Merd,merd,2,1,0,0,0.04,0.4771,0.01,0.3010 Mered,mered,1,1,0,0,0.02,0.3010,0.01,0.3010 meretricious,meretricious,1,1,1,1,0.02,0.3010,0.01,0.3010 meridians,meridians,1,1,1,1,0.02,0.3010,0.01,0.3010 meridiem,meridiem,1,1,1,1,0.02,0.3010,0.01,0.3010 Merinos,merinos,1,1,0,0,0.02,0.3010,0.01,0.3010 meritocracy,meritocracy,1,1,1,1,0.02,0.3010,0.01,0.3010 Merling,merling,2,1,0,0,0.04,0.4771,0.01,0.3010 Mermen,mermen,1,1,0,0,0.02,0.3010,0.01,0.3010 Merrow,merrow,1,1,0,0,0.02,0.3010,0.01,0.3010 merrymaking,merrymaking,1,1,1,1,0.02,0.3010,0.01,0.3010 Merrymen,merrymen,1,1,0,0,0.02,0.3010,0.01,0.3010 Merveilleux,merveilleux,1,1,0,0,0.02,0.3010,0.01,0.3010 mese,mese,1,1,1,1,0.02,0.3010,0.01,0.3010 Meshugga,meshugga,2,1,0,0,0.04,0.4771,0.01,0.3010 meshuggah,meshuggah,1,1,1,1,0.02,0.3010,0.01,0.3010 Mesilla,mesilla,2,1,0,0,0.04,0.4771,0.01,0.3010 mesmerize,mesmerize,1,1,1,1,0.02,0.3010,0.01,0.3010 meso,meso,1,1,1,1,0.02,0.3010,0.01,0.3010 mesoderm,mesoderm,1,1,1,1,0.02,0.3010,0.01,0.3010 mesomorph,mesomorph,1,1,1,1,0.02,0.3010,0.01,0.3010 mesons,mesons,1,1,1,1,0.02,0.3010,0.01,0.3010 Mesquita,mesquita,4,1,0,0,0.08,0.6990,0.01,0.3010 messily,messily,1,1,1,1,0.02,0.3010,0.01,0.3010 messiness,messiness,1,1,1,1,0.02,0.3010,0.01,0.3010 Mesteno,mesteno,1,1,0,0,0.02,0.3010,0.01,0.3010 mestizo,mestizo,1,1,1,1,0.02,0.3010,0.01,0.3010 metabolise,metabolise,1,1,1,1,0.02,0.3010,0.01,0.3010 metabolises,metabolises,1,1,1,1,0.02,0.3010,0.01,0.3010 metabolizes,metabolizes,1,1,1,1,0.02,0.3010,0.01,0.3010 metacarpi,metacarpi,1,1,1,1,0.02,0.3010,0.01,0.3010 metairie,metairie,1,1,1,1,0.02,0.3010,0.01,0.3010 metall,metall,1,1,1,1,0.02,0.3010,0.01,0.3010 metalloid,metalloid,1,1,1,1,0.02,0.3010,0.01,0.3010 Metalworks,metalworks,1,1,0,0,0.02,0.3010,0.01,0.3010 metamorphose,metamorphose,1,1,1,1,0.02,0.3010,0.01,0.3010 metaphyseal,metaphyseal,1,1,1,1,0.02,0.3010,0.01,0.3010 Metaphysically,metaphysically,1,1,0,0,0.02,0.3010,0.01,0.3010 metastable,metastable,2,1,2,1,0.04,0.4771,0.01,0.3010 metastases,metastases,2,1,1,1,0.04,0.4771,0.01,0.3010 metastasizes,metastasizes,1,1,1,1,0.02,0.3010,0.01,0.3010 metatarsals,metatarsals,1,1,1,1,0.02,0.3010,0.01,0.3010 meteorolite,meteorolite,3,1,3,1,0.06,0.6021,0.01,0.3010 metering,metering,1,1,1,1,0.02,0.3010,0.01,0.3010 methacrylate,methacrylate,1,1,1,1,0.02,0.3010,0.01,0.3010 methaqualone,methaqualone,1,1,1,1,0.02,0.3010,0.01,0.3010 methemoglobin,methemoglobin,1,1,1,1,0.02,0.3010,0.01,0.3010 methemoglobinemia,methemoglobinemia,3,1,2,1,0.06,0.6021,0.01,0.3010 methodological,methodological,1,1,1,1,0.02,0.3010,0.01,0.3010 methylated,methylated,1,1,1,1,0.02,0.3010,0.01,0.3010 methylparaben,methylparaben,1,1,1,1,0.02,0.3010,0.01,0.3010 methylphenidate,methylphenidate,1,1,1,1,0.02,0.3010,0.01,0.3010 Metis,metis,1,1,0,0,0.02,0.3010,0.01,0.3010 Metritis,metritis,1,1,0,0,0.02,0.3010,0.01,0.3010 metropolises,metropolises,1,1,1,1,0.02,0.3010,0.01,0.3010 Metropolite,metropolite,1,1,0,0,0.02,0.3010,0.01,0.3010 mettlesome,mettlesome,1,1,1,1,0.02,0.3010,0.01,0.3010 mewed,mewed,1,1,1,1,0.02,0.3010,0.01,0.3010 mewl,mewl,1,1,1,1,0.02,0.3010,0.01,0.3010 mezcal,mezcal,2,1,1,1,0.04,0.4771,0.01,0.3010 Mf,mf,1,1,0,0,0.02,0.3010,0.01,0.3010 Mgd,mgd,1,1,0,0,0.02,0.3010,0.01,0.3010 Mgr,mgr,2,1,0,0,0.04,0.4771,0.01,0.3010 Mhz,mhz,1,1,0,0,0.02,0.3010,0.01,0.3010 Mian,mian,1,1,0,0,0.02,0.3010,0.01,0.3010 miasma,miasma,1,1,1,1,0.02,0.3010,0.01,0.3010 miasms,miasms,2,1,2,1,0.04,0.4771,0.01,0.3010 micas,micas,1,1,1,1,0.02,0.3010,0.01,0.3010 Micawber,micawber,36,1,0,0,0.71,1.5682,0.01,0.3010 micelles,micelles,1,1,1,1,0.02,0.3010,0.01,0.3010 Miche,miche,1,1,0,0,0.02,0.3010,0.01,0.3010 Mickies,mickies,1,1,0,0,0.02,0.3010,0.01,0.3010 Mickler,mickler,7,1,0,0,0.14,0.9031,0.01,0.3010 microbeam,microbeam,1,1,1,1,0.02,0.3010,0.01,0.3010 microbial,microbial,2,1,2,1,0.04,0.4771,0.01,0.3010 Microbiological,microbiological,1,1,0,0,0.02,0.3010,0.01,0.3010 microbiologist,microbiologist,1,1,1,1,0.02,0.3010,0.01,0.3010 microbiotic,microbiotic,1,1,1,1,0.02,0.3010,0.01,0.3010 microcamera,microcamera,1,1,1,1,0.02,0.3010,0.01,0.3010 microcellular,microcellular,1,1,1,1,0.02,0.3010,0.01,0.3010 microchemistry,microchemistry,2,1,2,1,0.04,0.4771,0.01,0.3010 microcircuitry,microcircuitry,1,1,1,1,0.02,0.3010,0.01,0.3010 microcomputers,microcomputers,3,1,3,1,0.06,0.6021,0.01,0.3010 microculture,microculture,1,1,1,1,0.02,0.3010,0.01,0.3010 microelectronics,microelectronics,1,1,1,1,0.02,0.3010,0.01,0.3010 microgram,microgram,1,1,1,1,0.02,0.3010,0.01,0.3010 micrographs,micrographs,1,1,1,1,0.02,0.3010,0.01,0.3010 microlight,microlight,1,1,1,1,0.02,0.3010,0.01,0.3010 Micromanipulators,micromanipulators,1,1,0,0,0.02,0.3010,0.01,0.3010 microphotograph,microphotograph,1,1,1,1,0.02,0.3010,0.01,0.3010 Microprobe,microprobe,1,1,0,0,0.02,0.3010,0.01,0.3010 microreader,microreader,1,1,1,1,0.02,0.3010,0.01,0.3010 micros,micros,1,1,1,1,0.02,0.3010,0.01,0.3010 microstomia,microstomia,1,1,1,1,0.02,0.3010,0.01,0.3010 microwaveable,microwaveable,1,1,1,1,0.02,0.3010,0.01,0.3010 Microzoospore,microzoospore,1,1,0,0,0.02,0.3010,0.01,0.3010 micturated,micturated,1,1,1,1,0.02,0.3010,0.01,0.3010 midaxillary,midaxillary,1,1,1,1,0.02,0.3010,0.01,0.3010 midcourse,midcourse,1,1,1,1,0.02,0.3010,0.01,0.3010 Midden,midden,5,1,0,0,0.10,0.7782,0.01,0.3010 middleclass,middleclass,1,1,1,1,0.02,0.3010,0.01,0.3010 middles,middles,1,1,1,1,0.02,0.3010,0.01,0.3010 middy,middy,3,1,3,1,0.06,0.6021,0.01,0.3010 midfielder,midfielder,1,1,1,1,0.02,0.3010,0.01,0.3010 Midgard,midgard,1,1,0,0,0.02,0.3010,0.01,0.3010 midis,midis,1,1,1,1,0.02,0.3010,0.01,0.3010 Midrashic,midrashic,1,1,0,0,0.02,0.3010,0.01,0.3010 midwatch,midwatch,1,1,1,1,0.02,0.3010,0.01,0.3010 Midwesterners,midwesterners,1,1,0,0,0.02,0.3010,0.01,0.3010 Mien,mien,1,1,0,0,0.02,0.3010,0.01,0.3010 miff,miff,1,1,1,1,0.02,0.3010,0.01,0.3010 Miggs,miggs,9,1,0,0,0.18,1.0000,0.01,0.3010 mightiness,mightiness,1,1,1,1,0.02,0.3010,0.01,0.3010 mignonne,mignonne,1,1,1,1,0.02,0.3010,0.01,0.3010 mignons,mignons,3,1,3,1,0.06,0.6021,0.01,0.3010 Mikie,mikie,1,1,0,0,0.02,0.3010,0.01,0.3010 miking,miking,1,1,1,1,0.02,0.3010,0.01,0.3010 mikvah,mikvah,2,1,1,1,0.04,0.4771,0.01,0.3010 Milch,milch,1,1,0,0,0.02,0.3010,0.01,0.3010 milchig,milchig,4,1,4,1,0.08,0.6990,0.01,0.3010 mildews,mildews,1,1,1,1,0.02,0.3010,0.01,0.3010 mileometer,mileometer,1,1,1,1,0.02,0.3010,0.01,0.3010 milepost,milepost,1,1,1,1,0.02,0.3010,0.01,0.3010 mileposts,mileposts,1,1,1,1,0.02,0.3010,0.01,0.3010 militarist,militarist,1,1,1,1,0.02,0.3010,0.01,0.3010 militarists,militarists,1,1,1,1,0.02,0.3010,0.01,0.3010 militarization,militarization,1,1,1,1,0.02,0.3010,0.01,0.3010 militarize,militarize,1,1,1,1,0.02,0.3010,0.01,0.3010 militarized,militarized,1,1,1,1,0.02,0.3010,0.01,0.3010 militate,militate,2,1,2,1,0.04,0.4771,0.01,0.3010 milker,milker,1,1,1,1,0.02,0.3010,0.01,0.3010 milkiness,milkiness,1,1,1,1,0.02,0.3010,0.01,0.3010 Milko,milko,1,1,0,0,0.02,0.3010,0.01,0.3010 milkweed,milkweed,1,1,1,1,0.02,0.3010,0.01,0.3010 Millage,millage,1,1,0,0,0.02,0.3010,0.01,0.3010 milled,milled,1,1,1,1,0.02,0.3010,0.01,0.3010 millenarian,millenarian,1,1,1,1,0.02,0.3010,0.01,0.3010 millennial,millennial,1,1,1,1,0.02,0.3010,0.01,0.3010 Milles,milles,1,1,0,0,0.02,0.3010,0.01,0.3010 millimicrons,millimicrons,2,1,2,1,0.04,0.4771,0.01,0.3010 millionairesses,millionairesses,1,1,1,1,0.02,0.3010,0.01,0.3010 millpond,millpond,1,1,1,1,0.02,0.3010,0.01,0.3010 millstones,millstones,1,1,1,1,0.02,0.3010,0.01,0.3010 millwright,millwright,2,1,2,1,0.04,0.4771,0.01,0.3010 milpa,milpa,3,1,3,1,0.06,0.6021,0.01,0.3010 Mimsey,mimsey,7,1,0,0,0.14,0.9031,0.01,0.3010 minable,minable,1,1,1,1,0.02,0.3010,0.01,0.3010 Minae,minae,3,1,1,1,0.06,0.6021,0.01,0.3010 minarets,minarets,1,1,1,1,0.02,0.3010,0.01,0.3010 mindblower,mindblower,1,1,1,1,0.02,0.3010,0.01,0.3010 minder,minder,1,1,1,1,0.02,0.3010,0.01,0.3010 mineralogy,mineralogy,1,1,1,1,0.02,0.3010,0.01,0.3010 minesweepers,minesweepers,1,1,1,1,0.02,0.3010,0.01,0.3010 minesweeping,minesweeping,1,1,1,1,0.02,0.3010,0.01,0.3010 Minette,minette,11,1,0,0,0.22,1.0792,0.01,0.3010 miniaturizes,miniaturizes,1,1,1,1,0.02,0.3010,0.01,0.3010 miniaturizing,miniaturizing,1,1,1,1,0.02,0.3010,0.01,0.3010 minibikes,minibikes,2,1,2,1,0.04,0.4771,0.01,0.3010 minicab,minicab,1,1,1,1,0.02,0.3010,0.01,0.3010 minicabs,minicabs,1,1,1,1,0.02,0.3010,0.01,0.3010 Minicams,minicams,2,1,0,0,0.04,0.4771,0.01,0.3010 minimising,minimising,1,1,1,1,0.02,0.3010,0.01,0.3010 minimized,minimized,1,1,1,1,0.02,0.3010,0.01,0.3010 minimizes,minimizes,1,1,1,1,0.02,0.3010,0.01,0.3010 ministership,ministership,2,1,2,1,0.04,0.4771,0.01,0.3010 minnesinger,minnesinger,1,1,1,1,0.02,0.3010,0.01,0.3010 Mino,mino,13,1,0,0,0.25,1.1461,0.01,0.3010 minoring,minoring,1,1,1,1,0.02,0.3010,0.01,0.3010 minstrelsy,minstrelsy,1,1,1,1,0.02,0.3010,0.01,0.3010 mintage,mintage,1,1,1,1,0.02,0.3010,0.01,0.3010 minting,minting,1,1,1,1,0.02,0.3010,0.01,0.3010 minuteness,minuteness,1,1,1,1,0.02,0.3010,0.01,0.3010 minyans,minyans,1,1,1,1,0.02,0.3010,0.01,0.3010 Mirabile,mirabile,1,1,0,0,0.02,0.3010,0.01,0.3010 miracled,miracled,1,1,1,1,0.02,0.3010,0.01,0.3010 mirate,mirate,1,1,1,1,0.02,0.3010,0.01,0.3010 mirepoix,mirepoix,1,1,1,1,0.02,0.3010,0.01,0.3010 mirthless,mirthless,1,1,1,1,0.02,0.3010,0.01,0.3010 Mirza,mirza,7,1,0,0,0.14,0.9031,0.01,0.3010 misalignment,misalignment,1,1,1,1,0.02,0.3010,0.01,0.3010 misallocation,misallocation,1,1,1,1,0.02,0.3010,0.01,0.3010 misanthropy,misanthropy,1,1,1,1,0.02,0.3010,0.01,0.3010 misapplication,misapplication,1,1,1,1,0.02,0.3010,0.01,0.3010 misapprehensions,misapprehensions,1,1,1,1,0.02,0.3010,0.01,0.3010 misappropriations,misappropriations,1,1,1,1,0.02,0.3010,0.01,0.3010 misbegot,misbegot,1,1,1,1,0.02,0.3010,0.01,0.3010 misbelief,misbelief,1,1,1,1,0.02,0.3010,0.01,0.3010 misbeliever,misbeliever,1,1,1,1,0.02,0.3010,0.01,0.3010 miscalculating,miscalculating,1,1,1,1,0.02,0.3010,0.01,0.3010 miscalled,miscalled,1,1,1,1,0.02,0.3010,0.01,0.3010 miscarrying,miscarrying,1,1,1,1,0.02,0.3010,0.01,0.3010 miscegenation,miscegenation,1,1,1,1,0.02,0.3010,0.01,0.3010 mischievousness,mischievousness,1,1,1,1,0.02,0.3010,0.01,0.3010 miscible,miscible,1,1,1,1,0.02,0.3010,0.01,0.3010 miscommunications,miscommunications,1,1,1,1,0.02,0.3010,0.01,0.3010 misconstrues,misconstrues,1,1,1,1,0.02,0.3010,0.01,0.3010 misconstruing,misconstruing,1,1,1,1,0.02,0.3010,0.01,0.3010 miscues,miscues,1,1,1,1,0.02,0.3010,0.01,0.3010 misdeed,misdeed,1,1,1,1,0.02,0.3010,0.01,0.3010 misdoubt,misdoubt,1,1,1,1,0.02,0.3010,0.01,0.3010 Miserere,miserere,4,1,0,0,0.08,0.6990,0.01,0.3010 Misereres,misereres,1,1,0,0,0.02,0.3010,0.01,0.3010 miserliness,miserliness,2,1,2,1,0.04,0.4771,0.01,0.3010 misfeasance,misfeasance,1,1,1,1,0.02,0.3010,0.01,0.3010 misfile,misfile,1,1,1,1,0.02,0.3010,0.01,0.3010 Misfires,misfires,1,1,0,0,0.02,0.3010,0.01,0.3010 misfortunate,misfortunate,1,1,1,1,0.02,0.3010,0.01,0.3010 misfortunately,misfortunately,1,1,1,1,0.02,0.3010,0.01,0.3010 misgives,misgives,1,1,1,1,0.02,0.3010,0.01,0.3010 misguidance,misguidance,1,1,1,1,0.02,0.3010,0.01,0.3010 misguide,misguide,1,1,1,1,0.02,0.3010,0.01,0.3010 mishandling,mishandling,1,1,1,1,0.02,0.3010,0.01,0.3010 mishappen,mishappen,1,1,1,1,0.02,0.3010,0.01,0.3010 mishave,mishave,1,1,1,1,0.02,0.3010,0.01,0.3010 Mishnah,mishnah,1,1,0,0,0.02,0.3010,0.01,0.3010 misidentify,misidentify,1,1,1,1,0.02,0.3010,0.01,0.3010 misjudgment,misjudgment,1,1,1,1,0.02,0.3010,0.01,0.3010 misjudgments,misjudgments,2,1,2,1,0.04,0.4771,0.01,0.3010 mislabel,mislabel,1,1,1,1,0.02,0.3010,0.01,0.3010 mislike,mislike,1,1,1,1,0.02,0.3010,0.01,0.3010 mismanaging,mismanaging,1,1,1,1,0.02,0.3010,0.01,0.3010 misnamed,misnamed,1,1,1,1,0.02,0.3010,0.01,0.3010 misogynists,misogynists,1,1,1,1,0.02,0.3010,0.01,0.3010 misplaces,misplaces,1,1,1,1,0.02,0.3010,0.01,0.3010 misprinted,misprinted,1,1,1,1,0.02,0.3010,0.01,0.3010 misprints,misprints,1,1,1,1,0.02,0.3010,0.01,0.3010 misprising,misprising,1,1,1,1,0.02,0.3010,0.01,0.3010 misprision,misprision,1,1,1,1,0.02,0.3010,0.01,0.3010 misremembered,misremembered,1,1,1,1,0.02,0.3010,0.01,0.3010 misrepresentations,misrepresentations,1,1,1,1,0.02,0.3010,0.01,0.3010 misrepresents,misrepresents,1,1,1,1,0.02,0.3010,0.01,0.3010 misrule,misrule,1,1,1,1,0.02,0.3010,0.01,0.3010 missa,missa,1,1,1,1,0.02,0.3010,0.01,0.3010 missal,missal,4,1,4,1,0.08,0.6990,0.01,0.3010 misshapes,misshapes,1,1,1,1,0.02,0.3010,0.01,0.3010 misshaping,misshaping,1,1,1,1,0.02,0.3010,0.01,0.3010 Missourian,missourian,1,1,0,0,0.02,0.3010,0.01,0.3010 Missourians,missourians,1,1,0,0,0.02,0.3010,0.01,0.3010 misspeak,misspeak,1,1,1,1,0.02,0.3010,0.01,0.3010 misspeaking,misspeaking,1,1,1,1,0.02,0.3010,0.01,0.3010 misspells,misspells,1,1,1,1,0.02,0.3010,0.01,0.3010 Mistassini,mistassini,1,1,0,0,0.02,0.3010,0.01,0.3010 mistemper,mistemper,2,1,2,1,0.04,0.4771,0.01,0.3010 mistermed,mistermed,1,1,1,1,0.02,0.3010,0.01,0.3010 mistless,mistless,1,1,1,1,0.02,0.3010,0.01,0.3010 mistranslation,mistranslation,1,1,1,1,0.02,0.3010,0.01,0.3010 mistrusting,mistrusting,1,1,1,1,0.02,0.3010,0.01,0.3010 misuses,misuses,1,1,1,1,0.02,0.3010,0.01,0.3010 miswrote,miswrote,1,1,1,1,0.02,0.3010,0.01,0.3010 mitered,mitered,1,1,1,1,0.02,0.3010,0.01,0.3010 mithridatism,mithridatism,1,1,1,1,0.02,0.3010,0.01,0.3010 mitigates,mitigates,1,1,1,1,0.02,0.3010,0.01,0.3010 mitochondrial,mitochondrial,1,1,1,1,0.02,0.3010,0.01,0.3010 mitre,mitre,2,1,1,1,0.04,0.4771,0.01,0.3010 mittimus,mittimus,1,1,1,1,0.02,0.3010,0.01,0.3010 Mitty,mitty,1,1,0,0,0.02,0.3010,0.01,0.3010 mixologist,mixologist,1,1,1,1,0.02,0.3010,0.01,0.3010 mixolydian,mixolydian,1,1,1,1,0.02,0.3010,0.01,0.3010 mixup,mixup,1,1,1,1,0.02,0.3010,0.01,0.3010 Mize,mize,1,1,0,0,0.02,0.3010,0.01,0.3010 mizzling,mizzling,1,1,1,1,0.02,0.3010,0.01,0.3010 moaner,moaner,1,1,1,1,0.02,0.3010,0.01,0.3010 mobilisation,mobilisation,1,1,1,1,0.02,0.3010,0.01,0.3010 mobocracy,mobocracy,1,1,1,1,0.02,0.3010,0.01,0.3010 Moca,moca,1,1,0,0,0.02,0.3010,0.01,0.3010 mockable,mockable,1,1,1,1,0.02,0.3010,0.01,0.3010 mockingbirds,mockingbirds,1,1,1,1,0.02,0.3010,0.01,0.3010 mockups,mockups,3,1,3,1,0.06,0.6021,0.01,0.3010 Moco,moco,20,1,0,0,0.39,1.3222,0.01,0.3010 modalities,modalities,1,1,1,1,0.02,0.3010,0.01,0.3010 Moderato,moderato,1,1,0,0,0.02,0.3010,0.01,0.3010 Moderne,moderne,3,1,0,0,0.06,0.6021,0.01,0.3010 moderner,moderner,1,1,1,1,0.02,0.3010,0.01,0.3010 modernistic,modernistic,2,1,2,1,0.04,0.4771,0.01,0.3010 modernists,modernists,1,1,1,1,0.02,0.3010,0.01,0.3010 modernizes,modernizes,1,1,1,1,0.02,0.3010,0.01,0.3010 modester,modester,1,1,1,1,0.02,0.3010,0.01,0.3010 modifier,modifier,2,1,2,1,0.04,0.4771,0.01,0.3010 modifies,modifies,2,1,2,1,0.04,0.4771,0.01,0.3010 Modred,modred,13,1,0,0,0.25,1.1461,0.01,0.3010 modularity,modularity,1,1,1,1,0.02,0.3010,0.01,0.3010 modulations,modulations,1,1,1,1,0.02,0.3010,0.01,0.3010 modulo,modulo,3,1,3,1,0.06,0.6021,0.01,0.3010 mog,mog,3,1,2,1,0.06,0.6021,0.01,0.3010 mogs,mogs,1,1,1,1,0.02,0.3010,0.01,0.3010 Mohammedan,mohammedan,1,1,0,0,0.02,0.3010,0.01,0.3010 Mohr,mohr,1,1,0,0,0.02,0.3010,0.01,0.3010 moidores,moidores,8,1,8,1,0.16,0.9542,0.01,0.3010 Moire,moire,1,1,0,0,0.02,0.3010,0.01,0.3010 Moise,moise,1,1,0,0,0.02,0.3010,0.01,0.3010 moissanite,moissanite,1,1,1,1,0.02,0.3010,0.01,0.3010 moistening,moistening,1,1,1,1,0.02,0.3010,0.01,0.3010 moistens,moistens,1,1,1,1,0.02,0.3010,0.01,0.3010 moisturise,moisturise,1,1,1,1,0.02,0.3010,0.01,0.3010 moisturised,moisturised,1,1,1,1,0.02,0.3010,0.01,0.3010 moisturising,moisturising,2,1,2,1,0.04,0.4771,0.01,0.3010 moisturized,moisturized,1,1,1,1,0.02,0.3010,0.01,0.3010 mojos,mojos,1,1,1,1,0.02,0.3010,0.01,0.3010 Moke,moke,2,1,0,0,0.04,0.4771,0.01,0.3010 Molas,molas,1,1,0,0,0.02,0.3010,0.01,0.3010 molder,molder,1,1,1,1,0.02,0.3010,0.01,0.3010 moleskin,moleskin,1,1,1,1,0.02,0.3010,0.01,0.3010 Moline,moline,1,1,0,0,0.02,0.3010,0.01,0.3010 Molle,molle,1,1,0,0,0.02,0.3010,0.01,0.3010 Mollies,mollies,3,1,0,0,0.06,0.6021,0.01,0.3010 molls,molls,1,1,1,1,0.02,0.3010,0.01,0.3010 Mollusca,mollusca,1,1,0,0,0.02,0.3010,0.01,0.3010 mollusks,mollusks,1,1,1,1,0.02,0.3010,0.01,0.3010 mollycoddles,mollycoddles,4,1,4,1,0.08,0.6990,0.01,0.3010 molybdate,molybdate,1,1,1,1,0.02,0.3010,0.01,0.3010 mome,mome,7,1,7,1,0.14,0.9031,0.01,0.3010 momentously,momentously,1,1,1,1,0.02,0.3010,0.01,0.3010 Momi,momi,1,1,0,0,0.02,0.3010,0.01,0.3010 Momus,momus,1,1,0,0,0.02,0.3010,0.01,0.3010 monarchies,monarchies,1,1,1,1,0.02,0.3010,0.01,0.3010 monarchist,monarchist,1,1,1,1,0.02,0.3010,0.01,0.3010 monarchists,monarchists,1,1,1,1,0.02,0.3010,0.01,0.3010 monasticism,monasticism,1,1,1,1,0.02,0.3010,0.01,0.3010 Mondego,mondego,3,1,0,0,0.06,0.6021,0.01,0.3010 monetarily,monetarily,1,1,1,1,0.02,0.3010,0.01,0.3010 monetize,monetize,2,1,2,1,0.04,0.4771,0.01,0.3010 monetizing,monetizing,1,1,1,1,0.02,0.3010,0.01,0.3010 mongrelization,mongrelization,1,1,1,1,0.02,0.3010,0.01,0.3010 mongrelized,mongrelized,1,1,1,1,0.02,0.3010,0.01,0.3010 mongrelizing,mongrelizing,1,1,1,1,0.02,0.3010,0.01,0.3010 monikers,monikers,1,1,1,1,0.02,0.3010,0.01,0.3010 Moniliasis,moniliasis,1,1,0,0,0.02,0.3010,0.01,0.3010 Monitory,monitory,1,1,0,0,0.02,0.3010,0.01,0.3010 monkeyed,monkeyed,1,1,1,1,0.02,0.3010,0.01,0.3010 Monkeyface,monkeyface,15,1,0,0,0.29,1.2041,0.01,0.3010 monocalcium,monocalcium,1,1,1,1,0.02,0.3010,0.01,0.3010 Monoclonal,monoclonal,1,1,0,0,0.02,0.3010,0.01,0.3010 monogamists,monogamists,1,1,1,1,0.02,0.3010,0.01,0.3010 monolayer,monolayer,1,1,1,1,0.02,0.3010,0.01,0.3010 monologists,monologists,1,1,1,1,0.02,0.3010,0.01,0.3010 monomaniacal,monomaniacal,1,1,1,1,0.02,0.3010,0.01,0.3010 monomers,monomers,1,1,1,1,0.02,0.3010,0.01,0.3010 mononitrate,mononitrate,1,1,1,1,0.02,0.3010,0.01,0.3010 monoplanes,monoplanes,1,1,1,1,0.02,0.3010,0.01,0.3010 monopolised,monopolised,1,1,1,1,0.02,0.3010,0.01,0.3010 monopolist,monopolist,1,1,1,1,0.02,0.3010,0.01,0.3010 monopolistic,monopolistic,1,1,1,1,0.02,0.3010,0.01,0.3010 monosyllabically,monosyllabically,1,1,1,1,0.02,0.3010,0.01,0.3010 Monotones,monotones,1,1,0,0,0.02,0.3010,0.01,0.3010 monounsaturated,monounsaturated,6,1,4,1,0.12,0.8451,0.01,0.3010 monsterlike,monsterlike,1,1,1,1,0.02,0.3010,0.01,0.3010 Montagnard,montagnard,2,1,0,0,0.04,0.4771,0.01,0.3010 Monteith,monteith,19,1,0,0,0.37,1.3010,0.01,0.3010 Monteros,monteros,1,1,0,0,0.02,0.3010,0.01,0.3010 Montgolfier,montgolfier,7,1,0,0,0.14,0.9031,0.01,0.3010 monthlong,monthlong,1,1,1,1,0.02,0.3010,0.01,0.3010 monton,monton,1,1,1,1,0.02,0.3010,0.01,0.3010 Mony,mony,1,1,0,0,0.02,0.3010,0.01,0.3010 mooches,mooches,1,1,1,1,0.02,0.3010,0.01,0.3010 moodiest,moodiest,1,1,1,1,0.02,0.3010,0.01,0.3010 mooed,mooed,1,1,1,1,0.02,0.3010,0.01,0.3010 Moondog,moondog,1,1,0,0,0.02,0.3010,0.01,0.3010 Moonhead,moonhead,1,1,0,0,0.02,0.3010,0.01,0.3010 Moonier,moonier,1,1,0,0,0.02,0.3010,0.01,0.3010 moonlighters,moonlighters,1,1,1,1,0.02,0.3010,0.01,0.3010 moonscape,moonscape,3,1,3,1,0.06,0.6021,0.01,0.3010 moonscapes,moonscapes,2,1,2,1,0.04,0.4771,0.01,0.3010 moonshot,moonshot,1,1,1,1,0.02,0.3010,0.01,0.3010 Moonstone,moonstone,6,1,0,0,0.12,0.8451,0.01,0.3010 Moonwalking,moonwalking,1,1,0,0,0.02,0.3010,0.01,0.3010 moorage,moorage,1,1,1,1,0.02,0.3010,0.01,0.3010 moorhen,moorhen,1,1,1,1,0.02,0.3010,0.01,0.3010 Moorman,moorman,2,1,0,0,0.04,0.4771,0.01,0.3010 mooted,mooted,1,1,1,1,0.02,0.3010,0.01,0.3010 Mooth,mooth,2,1,0,0,0.04,0.4771,0.01,0.3010 mooting,mooting,1,1,1,1,0.02,0.3010,0.01,0.3010 mopers,mopers,1,1,1,1,0.02,0.3010,0.01,0.3010 Mopery,mopery,1,1,0,0,0.02,0.3010,0.01,0.3010 moralising,moralising,1,1,1,1,0.02,0.3010,0.01,0.3010 moralistic,moralistic,1,1,1,1,0.02,0.3010,0.01,0.3010 moralities,moralities,2,1,2,1,0.04,0.4771,0.01,0.3010 moralize,moralize,1,1,1,1,0.02,0.3010,0.01,0.3010 moralizes,moralizes,1,1,1,1,0.02,0.3010,0.01,0.3010 morel,morel,1,1,1,1,0.02,0.3010,0.01,0.3010 Morella,morella,1,1,0,0,0.02,0.3010,0.01,0.3010 morels,morels,2,1,1,1,0.04,0.4771,0.01,0.3010 Morena,morena,1,1,0,0,0.02,0.3010,0.01,0.3010 Morin,morin,7,1,0,0,0.14,0.9031,0.01,0.3010 Mormonism,mormonism,1,1,0,0,0.02,0.3010,0.01,0.3010 Morningstar,morningstar,4,1,0,0,0.08,0.6990,0.01,0.3010 morphic,morphic,1,1,1,1,0.02,0.3010,0.01,0.3010 Morphin,morphin,1,1,0,0,0.02,0.3010,0.01,0.3010 morphogenetic,morphogenetic,1,1,1,1,0.02,0.3010,0.01,0.3010 morphological,morphological,1,1,1,1,0.02,0.3010,0.01,0.3010 morphosis,morphosis,1,1,1,1,0.02,0.3010,0.01,0.3010 Morrises,morrises,1,1,0,0,0.02,0.3010,0.01,0.3010 Mors,mors,3,1,1,1,0.06,0.6021,0.01,0.3010 mortalities,mortalities,1,1,1,1,0.02,0.3010,0.01,0.3010 Mortier,mortier,1,1,0,0,0.02,0.3010,0.01,0.3010 mortifies,mortifies,1,1,1,1,0.02,0.3010,0.01,0.3010 Mortising,mortising,1,1,0,0,0.02,0.3010,0.01,0.3010 Mortlake,mortlake,1,1,0,0,0.02,0.3010,0.01,0.3010 mortmain,mortmain,1,1,1,1,0.02,0.3010,0.01,0.3010 Mosel,mosel,1,1,0,0,0.02,0.3010,0.01,0.3010 mossback,mossback,1,1,1,1,0.02,0.3010,0.01,0.3010 Motes,motes,1,1,0,0,0.02,0.3010,0.01,0.3010 motet,motet,1,1,1,1,0.02,0.3010,0.01,0.3010 mothballing,mothballing,1,1,1,1,0.02,0.3010,0.01,0.3010 motherhouse,motherhouse,1,1,1,1,0.02,0.3010,0.01,0.3010 motherlike,motherlike,1,1,1,1,0.02,0.3010,0.01,0.3010 Mothproof,mothproof,1,1,0,0,0.02,0.3010,0.01,0.3010 mothy,mothy,1,1,1,1,0.02,0.3010,0.01,0.3010 motioning,motioning,2,1,2,1,0.04,0.4771,0.01,0.3010 motionlessness,motionlessness,1,1,1,1,0.02,0.3010,0.01,0.3010 motivators,motivators,1,1,1,1,0.02,0.3010,0.01,0.3010 motorbus,motorbus,3,1,3,1,0.06,0.6021,0.01,0.3010 motorcoach,motorcoach,1,1,1,1,0.02,0.3010,0.01,0.3010 motorcycling,motorcycling,1,1,1,1,0.02,0.3010,0.01,0.3010 motored,motored,1,1,1,1,0.02,0.3010,0.01,0.3010 motte,motte,1,1,1,1,0.02,0.3010,0.01,0.3010 mottoes,mottoes,1,1,1,1,0.02,0.3010,0.01,0.3010 Mouche,mouche,1,1,0,0,0.02,0.3010,0.01,0.3010 mounded,mounded,1,1,1,1,0.02,0.3010,0.01,0.3010 mountaineers,mountaineers,1,1,1,1,0.02,0.3010,0.01,0.3010 mounter,mounter,1,1,1,1,0.02,0.3010,0.01,0.3010 Mourne,mourne,1,1,0,0,0.02,0.3010,0.01,0.3010 mousses,mousses,1,1,1,1,0.02,0.3010,0.01,0.3010 moussing,moussing,1,1,1,1,0.02,0.3010,0.01,0.3010 moustachio,moustachio,1,1,1,1,0.02,0.3010,0.01,0.3010 moustachioed,moustachioed,1,1,1,1,0.02,0.3010,0.01,0.3010 mouthier,mouthier,1,1,1,1,0.02,0.3010,0.01,0.3010 Mouthless,mouthless,1,1,0,0,0.02,0.3010,0.01,0.3010 moveables,moveables,2,1,2,1,0.04,0.4771,0.01,0.3010 moviegoer,moviegoer,1,1,1,1,0.02,0.3010,0.01,0.3010 moviemaker,moviemaker,1,1,1,1,0.02,0.3010,0.01,0.3010 moviemakers,moviemakers,1,1,1,1,0.02,0.3010,0.01,0.3010 Mowana,mowana,1,1,0,0,0.02,0.3010,0.01,0.3010 Moze,moze,16,1,0,0,0.31,1.2304,0.01,0.3010 Mozo,mozo,3,1,1,1,0.06,0.6021,0.01,0.3010 Mpb,mpb,4,1,0,0,0.08,0.6990,0.01,0.3010 mpg,mpg,1,1,1,1,0.02,0.3010,0.01,0.3010 muchly,muchly,1,1,1,1,0.02,0.3010,0.01,0.3010 muchness,muchness,1,1,1,1,0.02,0.3010,0.01,0.3010 muckhole,muckhole,1,1,1,1,0.02,0.3010,0.01,0.3010 muckrake,muckrake,1,1,1,1,0.02,0.3010,0.01,0.3010 mucoid,mucoid,1,1,1,1,0.02,0.3010,0.01,0.3010 Mucor,mucor,1,1,0,0,0.02,0.3010,0.01,0.3010 mucormycosis,mucormycosis,1,1,1,1,0.02,0.3010,0.01,0.3010 Muddiness,muddiness,1,1,0,0,0.02,0.3010,0.01,0.3010 Mudra,mudra,1,1,0,0,0.02,0.3010,0.01,0.3010 mudroom,mudroom,3,1,3,1,0.06,0.6021,0.01,0.3010 mudskipper,mudskipper,1,1,1,1,0.02,0.3010,0.01,0.3010 mudslinger,mudslinger,1,1,1,1,0.02,0.3010,0.01,0.3010 mudslingers,mudslingers,1,1,1,1,0.02,0.3010,0.01,0.3010 mudslinging,mudslinging,1,1,1,1,0.02,0.3010,0.01,0.3010 muenster,muenster,1,1,1,1,0.02,0.3010,0.01,0.3010 Mufflin,mufflin,1,1,0,0,0.02,0.3010,0.01,0.3010 Muffling,muffling,5,1,0,0,0.10,0.7782,0.01,0.3010 mugg,mugg,1,1,1,1,0.02,0.3010,0.01,0.3010 mugshots,mugshots,1,1,1,1,0.02,0.3010,0.01,0.3010 mugwort,mugwort,1,1,1,1,0.02,0.3010,0.01,0.3010 mujaheddin,mujaheddin,4,1,3,1,0.08,0.6990,0.01,0.3010 Mujahedin,mujahedin,3,1,0,0,0.06,0.6021,0.01,0.3010 mulattos,mulattos,1,1,1,1,0.02,0.3010,0.01,0.3010 mulched,mulched,1,1,1,1,0.02,0.3010,0.01,0.3010 mulcher,mulcher,1,1,1,1,0.02,0.3010,0.01,0.3010 mulching,mulching,2,1,2,1,0.04,0.4771,0.01,0.3010 Mulctuary,mulctuary,2,1,0,0,0.04,0.4771,0.01,0.3010 muleskinner,muleskinner,1,1,1,1,0.02,0.3010,0.01,0.3010 muleta,muleta,7,1,7,1,0.14,0.9031,0.01,0.3010 muleteer,muleteer,1,1,1,1,0.02,0.3010,0.01,0.3010 Muley,muley,9,1,0,0,0.18,1.0000,0.01,0.3010 Mulier,mulier,1,1,0,0,0.02,0.3010,0.01,0.3010 mulishness,mulishness,1,1,1,1,0.02,0.3010,0.01,0.3010 mullahs,mullahs,1,1,1,1,0.02,0.3010,0.01,0.3010 mullioned,mullioned,1,1,1,1,0.02,0.3010,0.01,0.3010 mult,mult,1,1,1,1,0.02,0.3010,0.01,0.3010 multangular,multangular,2,1,2,1,0.04,0.4771,0.01,0.3010 multicellular,multicellular,1,1,1,1,0.02,0.3010,0.01,0.3010 multidimensionality,multidimensionality,1,1,1,1,0.02,0.3010,0.01,0.3010 multidirectional,multidirectional,1,1,1,1,0.02,0.3010,0.01,0.3010 multiengine,multiengine,1,1,1,1,0.02,0.3010,0.01,0.3010 multigravida,multigravida,1,1,1,1,0.02,0.3010,0.01,0.3010 multilateral,multilateral,1,1,1,1,0.02,0.3010,0.01,0.3010 multiphase,multiphase,1,1,1,1,0.02,0.3010,0.01,0.3010 Multiplan,multiplan,1,1,0,0,0.02,0.3010,0.01,0.3010 multiplexed,multiplexed,1,1,1,1,0.02,0.3010,0.01,0.3010 multiplicities,multiplicities,1,1,1,1,0.02,0.3010,0.01,0.3010 multiprocessing,multiprocessing,1,1,1,1,0.02,0.3010,0.01,0.3010 multiprocessor,multiprocessor,1,1,1,1,0.02,0.3010,0.01,0.3010 multispecies,multispecies,1,1,1,1,0.02,0.3010,0.01,0.3010 Multistage,multistage,1,1,0,0,0.02,0.3010,0.01,0.3010 multistory,multistory,1,1,1,1,0.02,0.3010,0.01,0.3010 multisystem,multisystem,1,1,1,1,0.02,0.3010,0.01,0.3010 multiverse,multiverse,1,1,1,1,0.02,0.3010,0.01,0.3010 multivitamins,multivitamins,1,1,1,1,0.02,0.3010,0.01,0.3010 multivolume,multivolume,1,1,1,1,0.02,0.3010,0.01,0.3010 Mumbler,mumbler,1,1,0,0,0.02,0.3010,0.01,0.3010 mummer,mummer,1,1,1,1,0.02,0.3010,0.01,0.3010 Mumms,mumms,1,1,0,0,0.02,0.3010,0.01,0.3010 Mump,mump,1,1,0,0,0.02,0.3010,0.01,0.3010 mumped,mumped,1,1,1,1,0.02,0.3010,0.01,0.3010 Munches,munches,1,1,0,0,0.02,0.3010,0.01,0.3010 Munchy,munchy,1,1,0,0,0.02,0.3010,0.01,0.3010 municipals,municipals,1,1,1,1,0.02,0.3010,0.01,0.3010 munificence,munificence,1,1,1,1,0.02,0.3010,0.01,0.3010 Muns,muns,1,1,0,0,0.02,0.3010,0.01,0.3010 muon,muon,1,1,1,1,0.02,0.3010,0.01,0.3010 Mura,mura,1,1,0,0,0.02,0.3010,0.01,0.3010 muralist,muralist,1,1,1,1,0.02,0.3010,0.01,0.3010 murderesses,murderesses,1,1,1,1,0.02,0.3010,0.01,0.3010 murine,murine,1,1,1,1,0.02,0.3010,0.01,0.3010 murkiest,murkiest,1,1,1,1,0.02,0.3010,0.01,0.3010 Murphies,murphies,1,1,0,0,0.02,0.3010,0.01,0.3010 Murr,murr,1,1,0,0,0.02,0.3010,0.01,0.3010 murres,murres,1,1,1,1,0.02,0.3010,0.01,0.3010 Muscat,muscat,1,1,0,0,0.02,0.3010,0.01,0.3010 Muscatels,muscatels,1,1,0,0,0.02,0.3010,0.01,0.3010 Muscats,muscats,1,1,0,0,0.02,0.3010,0.01,0.3010 musclebound,musclebound,1,1,1,1,0.02,0.3010,0.01,0.3010 Musclemen,musclemen,1,1,0,0,0.02,0.3010,0.01,0.3010 Muscovite,muscovite,1,1,0,0,0.02,0.3010,0.01,0.3010 muscularity,muscularity,1,1,1,1,0.02,0.3010,0.01,0.3010 musette,musette,1,1,1,1,0.02,0.3010,0.01,0.3010 musica,musica,1,1,1,1,0.02,0.3010,0.01,0.3010 musicales,musicales,2,1,2,1,0.04,0.4771,0.01,0.3010 musicality,musicality,1,1,1,1,0.02,0.3010,0.01,0.3010 musicianship,musicianship,1,1,1,1,0.02,0.3010,0.01,0.3010 musicologist,musicologist,1,1,1,1,0.02,0.3010,0.01,0.3010 Musicology,musicology,1,1,0,0,0.02,0.3010,0.01,0.3010 Musics,musics,1,1,0,0,0.02,0.3010,0.01,0.3010 musketry,musketry,1,1,1,1,0.02,0.3010,0.01,0.3010 muslins,muslins,1,1,1,1,0.02,0.3010,0.01,0.3010 musses,musses,1,1,1,1,0.02,0.3010,0.01,0.3010 mussy,mussy,1,1,1,1,0.02,0.3010,0.01,0.3010 Mustached,mustached,1,1,0,0,0.02,0.3010,0.01,0.3010 mustachio,mustachio,1,1,1,1,0.02,0.3010,0.01,0.3010 musters,musters,1,1,1,1,0.02,0.3010,0.01,0.3010 mustnt,mustnt,2,1,2,1,0.04,0.4771,0.01,0.3010 musts,musts,1,1,1,1,0.02,0.3010,0.01,0.3010 mutagen,mutagen,1,1,1,1,0.02,0.3010,0.01,0.3010 mutagenesis,mutagenesis,1,1,1,1,0.02,0.3010,0.01,0.3010 mutative,mutative,1,1,1,1,0.02,0.3010,0.01,0.3010 Muth,muth,1,1,0,0,0.02,0.3010,0.01,0.3010 mutine,mutine,1,1,1,1,0.02,0.3010,0.01,0.3010 Muting,muting,1,1,0,0,0.02,0.3010,0.01,0.3010 muttonchops,muttonchops,1,1,1,1,0.02,0.3010,0.01,0.3010 Muttonhead,muttonhead,1,1,0,0,0.02,0.3010,0.01,0.3010 muzhik,muzhik,1,1,1,1,0.02,0.3010,0.01,0.3010 Muzz,muzz,1,1,0,0,0.02,0.3010,0.01,0.3010 muzzlers,muzzlers,1,1,1,1,0.02,0.3010,0.01,0.3010 muzzling,muzzling,1,1,1,1,0.02,0.3010,0.01,0.3010 mycologist,mycologist,1,1,1,1,0.02,0.3010,0.01,0.3010 mycoplasma,mycoplasma,1,1,1,1,0.02,0.3010,0.01,0.3010 mydriasis,mydriasis,1,1,1,1,0.02,0.3010,0.01,0.3010 myelitis,myelitis,1,1,1,1,0.02,0.3010,0.01,0.3010 myelogenous,myelogenous,1,1,1,1,0.02,0.3010,0.01,0.3010 myeloma,myeloma,1,1,1,1,0.02,0.3010,0.01,0.3010 myocarditis,myocarditis,1,1,1,1,0.02,0.3010,0.01,0.3010 myoglobin,myoglobin,1,1,1,1,0.02,0.3010,0.01,0.3010 myoglobinuria,myoglobinuria,1,1,1,1,0.02,0.3010,0.01,0.3010 myopathy,myopathy,1,1,1,1,0.02,0.3010,0.01,0.3010 myriads,myriads,1,1,1,1,0.02,0.3010,0.01,0.3010 myristate,myristate,1,1,1,1,0.02,0.3010,0.01,0.3010 Myrmidon,myrmidon,1,1,0,0,0.02,0.3010,0.01,0.3010 mysophilia,mysophilia,1,1,1,1,0.02,0.3010,0.01,0.3010 Myst,myst,1,1,0,0,0.02,0.3010,0.01,0.3010 mystifies,mystifies,1,1,1,1,0.02,0.3010,0.01,0.3010 mythmaking,mythmaking,1,1,1,1,0.02,0.3010,0.01,0.3010 mythomaniac,mythomaniac,1,1,1,1,0.02,0.3010,0.01,0.3010 mythos,mythos,1,1,1,1,0.02,0.3010,0.01,0.3010 myxedema,myxedema,1,1,1,1,0.02,0.3010,0.01,0.3010 Mzee,mzee,2,1,0,0,0.04,0.4771,0.01,0.3010 nabob,nabob,1,1,1,1,0.02,0.3010,0.01,0.3010 Nad,nad,4,1,0,0,0.08,0.6990,0.01,0.3010 Nae,nae,1,1,0,0,0.02,0.3010,0.01,0.3010 naf,naf,1,1,1,1,0.02,0.3010,0.01,0.3010 Naff,naff,1,1,0,0,0.02,0.3010,0.01,0.3010 Nagara,nagara,1,1,0,0,0.02,0.3010,0.01,0.3010 naggy,naggy,1,1,1,1,0.02,0.3010,0.01,0.3010 Naik,naik,3,1,0,0,0.06,0.6021,0.01,0.3010 nailhead,nailhead,2,1,2,1,0.04,0.4771,0.01,0.3010 Naira,naira,1,1,0,0,0.02,0.3010,0.01,0.3010 Naish,naish,7,1,0,0,0.14,0.9031,0.01,0.3010 naivety,naivety,1,1,1,1,0.02,0.3010,0.01,0.3010 Nak,nak,2,1,0,0,0.04,0.4771,0.01,0.3010 nakedest,nakedest,1,1,1,1,0.02,0.3010,0.01,0.3010 Nako,nako,1,1,0,0,0.02,0.3010,0.01,0.3010 nanas,nanas,1,1,1,1,0.02,0.3010,0.01,0.3010 nances,nances,1,1,1,1,0.02,0.3010,0.01,0.3010 Nanga,nanga,3,1,0,0,0.06,0.6021,0.01,0.3010 nannie,nannie,1,1,1,1,0.02,0.3010,0.01,0.3010 nanoid,nanoid,2,1,2,1,0.04,0.4771,0.01,0.3010 Nantz,nantz,1,1,0,0,0.02,0.3010,0.01,0.3010 napalming,napalming,2,1,2,1,0.04,0.4771,0.01,0.3010 napoo,napoo,1,1,1,1,0.02,0.3010,0.01,0.3010 napper,napper,1,1,1,1,0.02,0.3010,0.01,0.3010 nappie,nappie,1,1,1,1,0.02,0.3010,0.01,0.3010 Napu,napu,1,1,0,0,0.02,0.3010,0.01,0.3010 narceine,narceine,1,1,1,1,0.02,0.3010,0.01,0.3010 narcissistically,narcissistically,1,1,1,1,0.02,0.3010,0.01,0.3010 narcos,narcos,1,1,1,1,0.02,0.3010,0.01,0.3010 narcotize,narcotize,1,1,1,1,0.02,0.3010,0.01,0.3010 nard,nard,1,1,1,1,0.02,0.3010,0.01,0.3010 Nards,nards,2,1,0,0,0.04,0.4771,0.01,0.3010 Nare,nare,1,1,0,0,0.02,0.3010,0.01,0.3010 narking,narking,1,1,1,1,0.02,0.3010,0.01,0.3010 Narky,narky,1,1,0,0,0.02,0.3010,0.01,0.3010 narrators,narrators,1,1,1,1,0.02,0.3010,0.01,0.3010 narrowness,narrowness,1,1,1,1,0.02,0.3010,0.01,0.3010 Narwhals,narwhals,2,1,0,0,0.04,0.4771,0.01,0.3010 nasturtium,nasturtium,1,1,1,1,0.02,0.3010,0.01,0.3010 Nataka,nataka,1,1,0,0,0.02,0.3010,0.01,0.3010 nationalisation,nationalisation,1,1,1,1,0.02,0.3010,0.01,0.3010 nationalized,nationalized,1,1,1,1,0.02,0.3010,0.01,0.3010 Nativist,nativist,1,1,0,0,0.02,0.3010,0.01,0.3010 Nativities,nativities,1,1,0,0,0.02,0.3010,0.01,0.3010 Natl,natl,1,1,0,0,0.02,0.3010,0.01,0.3010 natrium,natrium,2,1,2,1,0.04,0.4771,0.01,0.3010 natriuretic,natriuretic,1,1,1,1,0.02,0.3010,0.01,0.3010 nattily,nattily,1,1,1,1,0.02,0.3010,0.01,0.3010 Natu,natu,1,1,0,0,0.02,0.3010,0.01,0.3010 natura,natura,1,1,1,1,0.02,0.3010,0.01,0.3010 natured,natured,1,1,1,1,0.02,0.3010,0.01,0.3010 naturopathic,naturopathic,1,1,1,1,0.02,0.3010,0.01,0.3010 natus,natus,1,1,1,1,0.02,0.3010,0.01,0.3010 naughtier,naughtier,1,1,1,1,0.02,0.3010,0.01,0.3010 Naur,naur,1,1,0,0,0.02,0.3010,0.01,0.3010 nauseates,nauseates,1,1,1,1,0.02,0.3010,0.01,0.3010 nautch,nautch,1,1,1,1,0.02,0.3010,0.01,0.3010 nautically,nautically,1,1,1,1,0.02,0.3010,0.01,0.3010 Nautili,nautili,1,1,0,0,0.02,0.3010,0.01,0.3010 Nautiloid,nautiloid,2,1,0,0,0.04,0.4771,0.01,0.3010 navigates,navigates,1,1,1,1,0.02,0.3010,0.01,0.3010 nawabs,nawabs,1,1,1,1,0.02,0.3010,0.01,0.3010 naysay,naysay,1,1,1,1,0.02,0.3010,0.01,0.3010 Nazarite,nazarite,1,1,0,0,0.02,0.3010,0.01,0.3010 neap,neap,1,1,1,1,0.02,0.3010,0.01,0.3010 nearness,nearness,1,1,1,1,0.02,0.3010,0.01,0.3010 Nearside,nearside,1,1,0,0,0.02,0.3010,0.01,0.3010 nearsightedness,nearsightedness,1,1,1,1,0.02,0.3010,0.01,0.3010 neaten,neaten,1,1,1,1,0.02,0.3010,0.01,0.3010 nebbishes,nebbishes,1,1,1,1,0.02,0.3010,0.01,0.3010 nebuliser,nebuliser,3,1,3,1,0.06,0.6021,0.01,0.3010 Neckar,neckar,1,1,0,0,0.02,0.3010,0.01,0.3010 neckband,neckband,1,1,1,1,0.02,0.3010,0.01,0.3010 Necker,necker,3,1,0,0,0.06,0.6021,0.01,0.3010 neckless,neckless,1,1,1,1,0.02,0.3010,0.01,0.3010 necrology,necrology,3,1,3,1,0.06,0.6021,0.01,0.3010 necromantic,necromantic,1,1,1,1,0.02,0.3010,0.01,0.3010 Necrophagia,necrophagia,1,1,0,0,0.02,0.3010,0.01,0.3010 necrophagous,necrophagous,1,1,1,1,0.02,0.3010,0.01,0.3010 necrophiliacs,necrophiliacs,1,1,1,1,0.02,0.3010,0.01,0.3010 Necrophilic,necrophilic,1,1,0,0,0.02,0.3010,0.01,0.3010 necrotized,necrotized,1,1,1,1,0.02,0.3010,0.01,0.3010 necrotizing,necrotizing,1,1,1,1,0.02,0.3010,0.01,0.3010 nectarine,nectarine,3,1,2,1,0.06,0.6021,0.01,0.3010 nectarous,nectarous,1,1,1,1,0.02,0.3010,0.01,0.3010 nectary,nectary,1,1,1,1,0.02,0.3010,0.01,0.3010 needers,needers,1,1,1,1,0.02,0.3010,0.01,0.3010 needleful,needleful,1,1,1,1,0.02,0.3010,0.01,0.3010 needlepoints,needlepoints,1,1,1,1,0.02,0.3010,0.01,0.3010 neem,neem,1,1,1,1,0.02,0.3010,0.01,0.3010 Neer,neer,2,1,0,0,0.04,0.4771,0.01,0.3010 Neet,neet,1,1,0,0,0.02,0.3010,0.01,0.3010 neeze,neeze,1,1,1,1,0.02,0.3010,0.01,0.3010 negativeness,negativeness,1,1,1,1,0.02,0.3010,0.01,0.3010 neglige,neglige,1,1,1,1,0.02,0.3010,0.01,0.3010 negligently,negligently,1,1,1,1,0.02,0.3010,0.01,0.3010 negroish,negroish,1,1,1,1,0.02,0.3010,0.01,0.3010 Negus,negus,2,1,0,0,0.04,0.4771,0.01,0.3010 nelsons,nelsons,1,1,1,1,0.02,0.3010,0.01,0.3010 Nema,nema,1,1,0,0,0.02,0.3010,0.01,0.3010 nematodes,nematodes,1,1,1,1,0.02,0.3010,0.01,0.3010 nemertean,nemertean,1,1,1,1,0.02,0.3010,0.01,0.3010 Nemeses,nemeses,1,1,0,0,0.02,0.3010,0.01,0.3010 neoclassicism,neoclassicism,1,1,1,1,0.02,0.3010,0.01,0.3010 neoconservative,neoconservative,1,1,1,1,0.02,0.3010,0.01,0.3010 neofascism,neofascism,1,1,1,1,0.02,0.3010,0.01,0.3010 neologisms,neologisms,1,1,1,1,0.02,0.3010,0.01,0.3010 neopaganism,neopaganism,1,1,1,1,0.02,0.3010,0.01,0.3010 neoplasia,neoplasia,2,1,1,1,0.04,0.4771,0.01,0.3010 neoplastic,neoplastic,2,1,1,1,0.04,0.4771,0.01,0.3010 Neoplatonic,neoplatonic,1,1,0,0,0.02,0.3010,0.01,0.3010 neorealism,neorealism,3,1,3,1,0.06,0.6021,0.01,0.3010 nephralgia,nephralgia,1,1,1,1,0.02,0.3010,0.01,0.3010 nephritis,nephritis,2,1,1,1,0.04,0.4771,0.01,0.3010 nephrologist,nephrologist,1,1,1,1,0.02,0.3010,0.01,0.3010 nephrotoxic,nephrotoxic,1,1,1,1,0.02,0.3010,0.01,0.3010 nephrotoxicity,nephrotoxicity,2,1,1,1,0.04,0.4771,0.01,0.3010 Neptunian,neptunian,1,1,0,0,0.02,0.3010,0.01,0.3010 Nerka,nerka,7,1,0,0,0.14,0.9031,0.01,0.3010 nerval,nerval,1,1,1,1,0.02,0.3010,0.01,0.3010 nerviness,nerviness,1,1,1,1,0.02,0.3010,0.01,0.3010 nerving,nerving,1,1,1,1,0.02,0.3010,0.01,0.3010 Nesh,nesh,2,1,0,0,0.04,0.4771,0.01,0.3010 Nesselrode,nesselrode,1,1,0,0,0.02,0.3010,0.01,0.3010 nestful,nestful,1,1,1,1,0.02,0.3010,0.01,0.3010 nethermost,nethermost,1,1,1,1,0.02,0.3010,0.01,0.3010 netmen,netmen,1,1,1,1,0.02,0.3010,0.01,0.3010 netsuke,netsuke,3,1,2,1,0.06,0.6021,0.01,0.3010 neurasthenic,neurasthenic,1,1,1,1,0.02,0.3010,0.01,0.3010 neuroanatomic,neuroanatomic,1,1,1,1,0.02,0.3010,0.01,0.3010 neurobiology,neurobiology,1,1,1,1,0.02,0.3010,0.01,0.3010 Neurogenic,neurogenic,1,1,0,0,0.02,0.3010,0.01,0.3010 neuroglia,neuroglia,1,1,1,1,0.02,0.3010,0.01,0.3010 neuromas,neuromas,1,1,1,1,0.02,0.3010,0.01,0.3010 neuropath,neuropath,2,1,2,1,0.04,0.4771,0.01,0.3010 neuropathology,neuropathology,1,1,1,1,0.02,0.3010,0.01,0.3010 neuropharmacological,neuropharmacological,1,1,1,1,0.02,0.3010,0.01,0.3010 Neuropharmacologist,neuropharmacologist,1,1,0,0,0.02,0.3010,0.01,0.3010 neuropharmacology,neuropharmacology,1,1,1,1,0.02,0.3010,0.01,0.3010 neurophysiologist,neurophysiologist,1,1,1,1,0.02,0.3010,0.01,0.3010 neuropsychiatry,neuropsychiatry,1,1,1,1,0.02,0.3010,0.01,0.3010 neuropsychological,neuropsychological,1,1,1,1,0.02,0.3010,0.01,0.3010 neuropsychologist,neuropsychologist,1,1,1,1,0.02,0.3010,0.01,0.3010 neurosurgical,neurosurgical,1,1,1,1,0.02,0.3010,0.01,0.3010 Neurosyphilis,neurosyphilis,3,1,1,1,0.06,0.6021,0.01,0.3010 neurotically,neurotically,1,1,1,1,0.02,0.3010,0.01,0.3010 Neurotomy,neurotomy,1,1,0,0,0.02,0.3010,0.01,0.3010 Neuters,neuters,7,1,0,0,0.14,0.9031,0.01,0.3010 neutralist,neutralist,1,1,1,1,0.02,0.3010,0.01,0.3010 neutrally,neutrally,1,1,1,1,0.02,0.3010,0.01,0.3010 neutropenia,neutropenia,3,1,3,1,0.06,0.6021,0.01,0.3010 neutrophil,neutrophil,2,1,2,1,0.04,0.4771,0.01,0.3010 Nevadan,nevadan,1,1,0,0,0.02,0.3010,0.01,0.3010 nevus,nevus,1,1,1,1,0.02,0.3010,0.01,0.3010 Newfoundlander,newfoundlander,1,1,0,0,0.02,0.3010,0.01,0.3010 Newgate,newgate,1,1,0,0,0.02,0.3010,0.01,0.3010 newsagent,newsagent,1,1,1,1,0.02,0.3010,0.01,0.3010 Newsbeat,newsbeat,1,1,0,0,0.02,0.3010,0.01,0.3010 newscasting,newscasting,1,1,1,1,0.02,0.3010,0.01,0.3010 newsdealers,newsdealers,1,1,1,1,0.02,0.3010,0.01,0.3010 newsgroup,newsgroup,1,1,1,1,0.02,0.3010,0.01,0.3010 newshounds,newshounds,1,1,1,1,0.02,0.3010,0.01,0.3010 Newsreaders,newsreaders,1,1,0,0,0.02,0.3010,0.01,0.3010 newsrooms,newsrooms,1,1,1,1,0.02,0.3010,0.01,0.3010 Newtonian,newtonian,1,1,0,0,0.02,0.3010,0.01,0.3010 nextdoor,nextdoor,1,1,1,1,0.02,0.3010,0.01,0.3010 Ngai,ngai,1,1,0,0,0.02,0.3010,0.01,0.3010 Ngaio,ngaio,1,1,0,0,0.02,0.3010,0.01,0.3010 nibbing,nibbing,1,1,1,1,0.02,0.3010,0.01,0.3010 Nibblers,nibblers,1,1,0,0,0.02,0.3010,0.01,0.3010 Nibelung,nibelung,3,1,0,0,0.06,0.6021,0.01,0.3010 niblicks,niblicks,1,1,1,1,0.02,0.3010,0.01,0.3010 Niccolo,niccolo,1,1,0,0,0.02,0.3010,0.01,0.3010 nicknacks,nicknacks,1,1,1,1,0.02,0.3010,0.01,0.3010 nicknaming,nicknaming,1,1,1,1,0.02,0.3010,0.01,0.3010 Nicol,nicol,1,1,0,0,0.02,0.3010,0.01,0.3010 Nidal,nidal,2,1,0,0,0.04,0.4771,0.01,0.3010 nife,nife,1,1,1,1,0.02,0.3010,0.01,0.3010 nifties,nifties,1,1,1,1,0.02,0.3010,0.01,0.3010 niftiness,niftiness,1,1,1,1,0.02,0.3010,0.01,0.3010 niggle,niggle,1,1,1,1,0.02,0.3010,0.01,0.3010 niggling,niggling,1,1,1,1,0.02,0.3010,0.01,0.3010 nightcaps,nightcaps,1,1,1,1,0.02,0.3010,0.01,0.3010 nightclubbing,nightclubbing,1,1,1,1,0.02,0.3010,0.01,0.3010 Nightcrawler,nightcrawler,1,1,0,0,0.02,0.3010,0.01,0.3010 nighters,nighters,1,1,1,1,0.02,0.3010,0.01,0.3010 nightjars,nightjars,1,1,1,1,0.02,0.3010,0.01,0.3010 nightless,nightless,1,1,1,1,0.02,0.3010,0.01,0.3010 Nightman,nightman,1,1,0,0,0.02,0.3010,0.01,0.3010 nightmarishly,nightmarishly,1,1,1,1,0.02,0.3010,0.01,0.3010 nightriders,nightriders,1,1,1,1,0.02,0.3010,0.01,0.3010 nightshirts,nightshirts,1,1,1,1,0.02,0.3010,0.01,0.3010 nighttimes,nighttimes,1,1,1,1,0.02,0.3010,0.01,0.3010 Nightwalker,nightwalker,4,1,0,0,0.08,0.6990,0.01,0.3010 nightwatchman,nightwatchman,1,1,1,1,0.02,0.3010,0.01,0.3010 nihilists,nihilists,3,1,2,1,0.06,0.6021,0.01,0.3010 nihility,nihility,1,1,1,1,0.02,0.3010,0.01,0.3010 Nimbleness,nimbleness,1,1,0,0,0.02,0.3010,0.01,0.3010 ninepin,ninepin,1,1,1,1,0.02,0.3010,0.01,0.3010 ninepins,ninepins,1,1,1,1,0.02,0.3010,0.01,0.3010 nineteenths,nineteenths,1,1,1,1,0.02,0.3010,0.01,0.3010 ninetieth,ninetieth,1,1,1,1,0.02,0.3010,0.01,0.3010 ninths,ninths,1,1,1,1,0.02,0.3010,0.01,0.3010 nipmuck,nipmuck,1,1,1,1,0.02,0.3010,0.01,0.3010 Nipponese,nipponese,1,1,0,0,0.02,0.3010,0.01,0.3010 Nishiki,nishiki,1,1,0,0,0.02,0.3010,0.01,0.3010 nitrating,nitrating,1,1,1,1,0.02,0.3010,0.01,0.3010 nitre,nitre,1,1,1,1,0.02,0.3010,0.01,0.3010 nitrocellulose,nitrocellulose,1,1,1,1,0.02,0.3010,0.01,0.3010 Nj,nj,1,1,0,0,0.02,0.3010,0.01,0.3010 Nm,nm,1,1,0,0,0.02,0.3010,0.01,0.3010 Noachian,noachian,1,1,0,0,0.02,0.3010,0.01,0.3010 nobble,nobble,1,1,1,1,0.02,0.3010,0.01,0.3010 Nobbling,nobbling,1,1,0,0,0.02,0.3010,0.01,0.3010 Noctiluca,noctiluca,1,1,0,0,0.02,0.3010,0.01,0.3010 noctis,noctis,3,1,3,1,0.06,0.6021,0.01,0.3010 Noctivagant,noctivagant,1,1,0,0,0.02,0.3010,0.01,0.3010 nocturnes,nocturnes,1,1,1,1,0.02,0.3010,0.01,0.3010 nodal,nodal,1,1,1,1,0.02,0.3010,0.01,0.3010 nodder,nodder,1,1,1,1,0.02,0.3010,0.01,0.3010 noddle,noddle,1,1,1,1,0.02,0.3010,0.01,0.3010 noggins,noggins,1,1,1,1,0.02,0.3010,0.01,0.3010 noire,noire,1,1,1,1,0.02,0.3010,0.01,0.3010 noires,noires,1,1,1,1,0.02,0.3010,0.01,0.3010 Noisette,noisette,1,1,0,0,0.02,0.3010,0.01,0.3010 noisiness,noisiness,1,1,1,1,0.02,0.3010,0.01,0.3010 noising,noising,1,1,1,1,0.02,0.3010,0.01,0.3010 Noll,noll,21,1,0,0,0.41,1.3424,0.01,0.3010 nolle,nolle,2,1,2,1,0.04,0.4771,0.01,0.3010 Nolt,nolt,9,1,0,0,0.18,1.0000,0.01,0.3010 noma,noma,1,1,1,1,0.02,0.3010,0.01,0.3010 nomen,nomen,2,1,2,1,0.04,0.4771,0.01,0.3010 Nomic,nomic,1,1,0,0,0.02,0.3010,0.01,0.3010 nomina,nomina,1,1,1,1,0.02,0.3010,0.01,0.3010 Nominative,nominative,1,1,0,0,0.02,0.3010,0.01,0.3010 nonaccidental,nonaccidental,1,1,1,1,0.02,0.3010,0.01,0.3010 nonadaptive,nonadaptive,1,1,1,1,0.02,0.3010,0.01,0.3010 nonaddictive,nonaddictive,1,1,1,1,0.02,0.3010,0.01,0.3010 nonagenarian,nonagenarian,1,1,1,1,0.02,0.3010,0.01,0.3010 nonaggression,nonaggression,1,1,1,1,0.02,0.3010,0.01,0.3010 nonaligned,nonaligned,1,1,1,1,0.02,0.3010,0.01,0.3010 nonanalytical,nonanalytical,1,1,1,1,0.02,0.3010,0.01,0.3010 nonanswer,nonanswer,1,1,1,1,0.02,0.3010,0.01,0.3010 nonattendance,nonattendance,1,1,1,1,0.02,0.3010,0.01,0.3010 nonbinding,nonbinding,1,1,1,1,0.02,0.3010,0.01,0.3010 noncaloric,noncaloric,1,1,1,1,0.02,0.3010,0.01,0.3010 Noncancerous,noncancerous,1,1,0,0,0.02,0.3010,0.01,0.3010 noncatastrophic,noncatastrophic,1,1,1,1,0.02,0.3010,0.01,0.3010 nonces,nonces,1,1,1,1,0.02,0.3010,0.01,0.3010 nonchalantness,nonchalantness,1,1,1,1,0.02,0.3010,0.01,0.3010 noncognitive,noncognitive,1,1,1,1,0.02,0.3010,0.01,0.3010 noncombatant,noncombatant,1,1,1,1,0.02,0.3010,0.01,0.3010 noncombatants,noncombatants,1,1,1,1,0.02,0.3010,0.01,0.3010 noncombustible,noncombustible,1,1,1,1,0.02,0.3010,0.01,0.3010 noncommunicative,noncommunicative,1,1,1,1,0.02,0.3010,0.01,0.3010 Noncommutative,noncommutative,1,1,0,0,0.02,0.3010,0.01,0.3010 noncomplicity,noncomplicity,1,1,1,1,0.02,0.3010,0.01,0.3010 noncontact,noncontact,1,1,1,1,0.02,0.3010,0.01,0.3010 noncontextual,noncontextual,1,1,1,1,0.02,0.3010,0.01,0.3010 noncooperative,noncooperative,1,1,1,1,0.02,0.3010,0.01,0.3010 noncorporeal,noncorporeal,1,1,1,1,0.02,0.3010,0.01,0.3010 nondenial,nondenial,1,1,1,1,0.02,0.3010,0.01,0.3010 nondrinking,nondrinking,1,1,1,1,0.02,0.3010,0.01,0.3010 nonengagement,nonengagement,1,1,1,1,0.02,0.3010,0.01,0.3010 Nonesuch,nonesuch,1,1,0,0,0.02,0.3010,0.01,0.3010 Nonexperimental,nonexperimental,1,1,0,0,0.02,0.3010,0.01,0.3010 nonfamily,nonfamily,1,1,1,1,0.02,0.3010,0.01,0.3010 nonfarm,nonfarm,1,1,1,1,0.02,0.3010,0.01,0.3010 nonfatal,nonfatal,1,1,1,1,0.02,0.3010,0.01,0.3010 nonfocal,nonfocal,1,1,1,1,0.02,0.3010,0.01,0.3010 nonfraternal,nonfraternal,2,1,2,1,0.04,0.4771,0.01,0.3010 nonhumorous,nonhumorous,1,1,1,1,0.02,0.3010,0.01,0.3010 nonintervention,nonintervention,1,1,1,1,0.02,0.3010,0.01,0.3010 noninvolvement,noninvolvement,1,1,1,1,0.02,0.3010,0.01,0.3010 nonjudgmental,nonjudgmental,1,1,1,1,0.02,0.3010,0.01,0.3010 nonluminous,nonluminous,1,1,1,1,0.02,0.3010,0.01,0.3010 nonmailable,nonmailable,1,1,1,1,0.02,0.3010,0.01,0.3010 nonmechanical,nonmechanical,1,1,1,1,0.02,0.3010,0.01,0.3010 nonmembers,nonmembers,1,1,1,1,0.02,0.3010,0.01,0.3010 nonmonogamous,nonmonogamous,2,1,2,1,0.04,0.4771,0.01,0.3010 nonnatives,nonnatives,1,1,1,1,0.02,0.3010,0.01,0.3010 nonofficial,nonofficial,1,1,1,1,0.02,0.3010,0.01,0.3010 nonorganic,nonorganic,1,1,1,1,0.02,0.3010,0.01,0.3010 nonpaid,nonpaid,2,1,2,1,0.04,0.4771,0.01,0.3010 nonparticipation,nonparticipation,1,1,1,1,0.02,0.3010,0.01,0.3010 nonpartisan,nonpartisan,1,1,1,1,0.02,0.3010,0.01,0.3010 nonpaying,nonpaying,1,1,1,1,0.02,0.3010,0.01,0.3010 nonperformance,nonperformance,1,1,1,1,0.02,0.3010,0.01,0.3010 nonpermanence,nonpermanence,2,1,2,1,0.04,0.4771,0.01,0.3010 nonpermanent,nonpermanent,2,1,2,1,0.04,0.4771,0.01,0.3010 nonperson,nonperson,1,1,1,1,0.02,0.3010,0.01,0.3010 nonpolitical,nonpolitical,2,1,2,1,0.04,0.4771,0.01,0.3010 nonpractical,nonpractical,1,1,1,1,0.02,0.3010,0.01,0.3010 nonprescribed,nonprescribed,1,1,1,1,0.02,0.3010,0.01,0.3010 nonproductive,nonproductive,1,1,1,1,0.02,0.3010,0.01,0.3010 Nonpublic,nonpublic,1,1,0,0,0.02,0.3010,0.01,0.3010 nonrandom,nonrandom,1,1,1,1,0.02,0.3010,0.01,0.3010 nonreligious,nonreligious,1,1,1,1,0.02,0.3010,0.01,0.3010 nonresidential,nonresidential,1,1,1,1,0.02,0.3010,0.01,0.3010 nonresidents,nonresidents,1,1,1,1,0.02,0.3010,0.01,0.3010 nonrestricted,nonrestricted,1,1,1,1,0.02,0.3010,0.01,0.3010 nonreturn,nonreturn,1,1,1,1,0.02,0.3010,0.01,0.3010 nonreturnable,nonreturnable,2,1,2,1,0.04,0.4771,0.01,0.3010 nonrevolutionary,nonrevolutionary,1,1,1,1,0.02,0.3010,0.01,0.3010 nonromantic,nonromantic,1,1,1,1,0.02,0.3010,0.01,0.3010 nonsectarian,nonsectarian,3,1,3,1,0.06,0.6021,0.01,0.3010 nonsequentially,nonsequentially,1,1,1,1,0.02,0.3010,0.01,0.3010 nonserious,nonserious,1,1,1,1,0.02,0.3010,0.01,0.3010 nonsingle,nonsingle,1,1,1,1,0.02,0.3010,0.01,0.3010 nonskid,nonskid,1,1,1,1,0.02,0.3010,0.01,0.3010 nonslip,nonslip,2,1,2,1,0.04,0.4771,0.01,0.3010 nonstandard,nonstandard,1,1,1,1,0.02,0.3010,0.01,0.3010 nonstarter,nonstarter,1,1,1,1,0.02,0.3010,0.01,0.3010 nonsteroidal,nonsteroidal,1,1,1,1,0.02,0.3010,0.01,0.3010 nonstick,nonstick,1,1,1,1,0.02,0.3010,0.01,0.3010 nonsupport,nonsupport,1,1,1,1,0.02,0.3010,0.01,0.3010 nonsurgical,nonsurgical,1,1,1,1,0.02,0.3010,0.01,0.3010 Nontaxable,nontaxable,1,1,0,0,0.02,0.3010,0.01,0.3010 nonterminals,nonterminals,1,1,1,1,0.02,0.3010,0.01,0.3010 nonterrestrial,nonterrestrial,1,1,1,1,0.02,0.3010,0.01,0.3010 nontraditional,nontraditional,1,1,1,1,0.02,0.3010,0.01,0.3010 nonvenereal,nonvenereal,1,1,1,1,0.02,0.3010,0.01,0.3010 nonverbally,nonverbally,1,1,1,1,0.02,0.3010,0.01,0.3010 nonviable,nonviable,1,1,1,1,0.02,0.3010,0.01,0.3010 Nonviolently,nonviolently,1,1,0,0,0.02,0.3010,0.01,0.3010 nonvoting,nonvoting,1,1,1,1,0.02,0.3010,0.01,0.3010 Nonya,nonya,3,1,0,0,0.06,0.6021,0.01,0.3010 Noonish,noonish,1,1,0,0,0.02,0.3010,0.01,0.3010 noop,noop,1,1,1,1,0.02,0.3010,0.01,0.3010 Nordhausen,nordhausen,3,1,0,0,0.06,0.6021,0.01,0.3010 Norito,norito,1,1,0,0,0.02,0.3010,0.01,0.3010 normalise,normalise,2,1,2,1,0.04,0.4771,0.01,0.3010 normalising,normalising,1,1,1,1,0.02,0.3010,0.01,0.3010 normalness,normalness,1,1,1,1,0.02,0.3010,0.01,0.3010 norry,norry,1,1,1,1,0.02,0.3010,0.01,0.3010 Norsemen,norsemen,1,1,0,0,0.02,0.3010,0.01,0.3010 northeaster,northeaster,1,1,1,1,0.02,0.3010,0.01,0.3010 northeasterly,northeasterly,1,1,1,1,0.02,0.3010,0.01,0.3010 Northen,northen,1,1,0,0,0.02,0.3010,0.01,0.3010 northers,northers,1,1,1,1,0.02,0.3010,0.01,0.3010 norths,norths,1,1,1,1,0.02,0.3010,0.01,0.3010 nosebag,nosebag,1,1,1,1,0.02,0.3010,0.01,0.3010 noshes,noshes,1,1,1,1,0.02,0.3010,0.01,0.3010 nosier,nosier,1,1,1,1,0.02,0.3010,0.01,0.3010 nosiest,nosiest,1,1,1,1,0.02,0.3010,0.01,0.3010 nosiness,nosiness,1,1,1,1,0.02,0.3010,0.01,0.3010 nosocomial,nosocomial,1,1,1,1,0.02,0.3010,0.01,0.3010 nostalgically,nostalgically,1,1,1,1,0.02,0.3010,0.01,0.3010 noster,noster,1,1,1,1,0.02,0.3010,0.01,0.3010 nostrums,nostrums,1,1,1,1,0.02,0.3010,0.01,0.3010 notarize,notarize,1,1,1,1,0.02,0.3010,0.01,0.3010 notate,notate,1,1,1,1,0.02,0.3010,0.01,0.3010 notating,notating,1,1,1,1,0.02,0.3010,0.01,0.3010 nothingly,nothingly,1,1,1,1,0.02,0.3010,0.01,0.3010 notifies,notifies,1,1,1,1,0.02,0.3010,0.01,0.3010 notochord,notochord,1,1,1,1,0.02,0.3010,0.01,0.3010 novae,novae,1,1,1,1,0.02,0.3010,0.01,0.3010 novelisation,novelisation,2,1,2,1,0.04,0.4771,0.01,0.3010 novelisations,novelisations,1,1,1,1,0.02,0.3010,0.01,0.3010 novelistic,novelistic,1,1,1,1,0.02,0.3010,0.01,0.3010 novenas,novenas,1,1,1,1,0.02,0.3010,0.01,0.3010 novo,novo,1,1,1,1,0.02,0.3010,0.01,0.3010 Novus,novus,8,1,0,0,0.16,0.9542,0.01,0.3010 nowaday,nowaday,1,1,1,1,0.02,0.3010,0.01,0.3010 noway,noway,1,1,1,1,0.02,0.3010,0.01,0.3010 Nowhat,nowhat,1,1,0,0,0.02,0.3010,0.01,0.3010 nowness,nowness,1,1,1,1,0.02,0.3010,0.01,0.3010 nubbins,nubbins,1,1,1,1,0.02,0.3010,0.01,0.3010 nubbly,nubbly,1,1,1,1,0.02,0.3010,0.01,0.3010 nubby,nubby,1,1,1,1,0.02,0.3010,0.01,0.3010 nuchal,nuchal,5,1,4,1,0.10,0.7782,0.01,0.3010 nucleoid,nucleoid,3,1,2,1,0.06,0.6021,0.01,0.3010 nucleoside,nucleoside,2,1,2,1,0.04,0.4771,0.01,0.3010 nuddle,nuddle,1,1,1,1,0.02,0.3010,0.01,0.3010 nuddy,nuddy,1,1,1,1,0.02,0.3010,0.01,0.3010 nudeness,nudeness,1,1,1,1,0.02,0.3010,0.01,0.3010 nudies,nudies,1,1,1,1,0.02,0.3010,0.01,0.3010 nudnik,nudnik,2,1,2,1,0.04,0.4771,0.01,0.3010 nulled,nulled,1,1,1,1,0.02,0.3010,0.01,0.3010 nullus,nullus,2,1,2,1,0.04,0.4771,0.01,0.3010 Numbly,numbly,1,1,0,0,0.02,0.3010,0.01,0.3010 numerators,numerators,1,1,1,1,0.02,0.3010,0.01,0.3010 numeric,numeric,1,1,1,1,0.02,0.3010,0.01,0.3010 numerologist,numerologist,1,1,1,1,0.02,0.3010,0.01,0.3010 Numeros,numeros,1,1,0,0,0.02,0.3010,0.01,0.3010 numinous,numinous,1,1,1,1,0.02,0.3010,0.01,0.3010 numismatist,numismatist,1,1,1,1,0.02,0.3010,0.01,0.3010 nuncle,nuncle,3,1,3,1,0.06,0.6021,0.01,0.3010 nurl,nurl,1,1,1,1,0.02,0.3010,0.01,0.3010 nursy,nursy,1,1,1,1,0.02,0.3010,0.01,0.3010 nurtures,nurtures,1,1,1,1,0.02,0.3010,0.01,0.3010 Nus,nus,1,1,0,0,0.02,0.3010,0.01,0.3010 nutpick,nutpick,4,1,4,1,0.08,0.6990,0.01,0.3010 nutritive,nutritive,1,1,1,1,0.02,0.3010,0.01,0.3010 nutters,nutters,1,1,1,1,0.02,0.3010,0.01,0.3010 nuzzles,nuzzles,1,1,1,1,0.02,0.3010,0.01,0.3010 Nyanza,nyanza,1,1,0,0,0.02,0.3010,0.01,0.3010 nyctophobia,nyctophobia,1,1,1,1,0.02,0.3010,0.01,0.3010 nymphal,nymphal,2,1,2,1,0.04,0.4771,0.01,0.3010 nymphet,nymphet,2,1,2,1,0.04,0.4771,0.01,0.3010 nymphets,nymphets,1,1,1,1,0.02,0.3010,0.01,0.3010 Oaring,oaring,1,1,0,0,0.02,0.3010,0.01,0.3010 Oary,oary,1,1,0,0,0.02,0.3010,0.01,0.3010 oast,oast,1,1,1,1,0.02,0.3010,0.01,0.3010 Oba,oba,2,1,0,0,0.04,0.4771,0.01,0.3010 Oban,oban,1,1,0,0,0.02,0.3010,0.01,0.3010 Obe,obe,1,1,0,0,0.02,0.3010,0.01,0.3010 Obelus,obelus,1,1,0,0,0.02,0.3010,0.01,0.3010 obfuscates,obfuscates,1,1,1,1,0.02,0.3010,0.01,0.3010 obfuscating,obfuscating,1,1,1,1,0.02,0.3010,0.01,0.3010 obfuscation,obfuscation,1,1,1,1,0.02,0.3010,0.01,0.3010 obis,obis,1,1,1,1,0.02,0.3010,0.01,0.3010 Obituarist,obituarist,1,1,0,0,0.02,0.3010,0.01,0.3010 Obl,obl,1,1,0,0,0.02,0.3010,0.01,0.3010 obligates,obligates,1,1,1,1,0.02,0.3010,0.01,0.3010 obligating,obligating,1,1,1,1,0.02,0.3010,0.01,0.3010 Obligato,obligato,1,1,0,0,0.02,0.3010,0.01,0.3010 obliviousness,obliviousness,1,1,1,1,0.02,0.3010,0.01,0.3010 Obloquy,obloquy,1,1,0,0,0.02,0.3010,0.01,0.3010 obscenest,obscenest,1,1,1,1,0.02,0.3010,0.01,0.3010 obscurantism,obscurantism,1,1,1,1,0.02,0.3010,0.01,0.3010 obscurantist,obscurantist,1,1,1,1,0.02,0.3010,0.01,0.3010 obscurely,obscurely,1,1,1,1,0.02,0.3010,0.01,0.3010 observative,observative,1,1,1,1,0.02,0.3010,0.01,0.3010 obsolescent,obsolescent,1,1,1,1,0.02,0.3010,0.01,0.3010 obstante,obstante,1,1,1,1,0.02,0.3010,0.01,0.3010 obstinance,obstinance,1,1,1,1,0.02,0.3010,0.01,0.3010 Obtainer,obtainer,1,1,0,0,0.02,0.3010,0.01,0.3010 obtrude,obtrude,1,1,1,1,0.02,0.3010,0.01,0.3010 obtunded,obtunded,1,1,1,1,0.02,0.3010,0.01,0.3010 obviousness,obviousness,1,1,1,1,0.02,0.3010,0.01,0.3010 occas,occas,1,1,1,1,0.02,0.3010,0.01,0.3010 occident,occident,1,1,1,1,0.02,0.3010,0.01,0.3010 occlusal,occlusal,1,1,1,1,0.02,0.3010,0.01,0.3010 occlusions,occlusions,1,1,1,1,0.02,0.3010,0.01,0.3010 occultist,occultist,1,1,1,1,0.02,0.3010,0.01,0.3010 occults,occults,1,1,1,1,0.02,0.3010,0.01,0.3010 oceanarium,oceanarium,4,1,3,1,0.08,0.6990,0.01,0.3010 Oceangoing,oceangoing,1,1,0,0,0.02,0.3010,0.01,0.3010 Ocht,ocht,4,1,0,0,0.08,0.6990,0.01,0.3010 ock,ock,1,1,1,1,0.02,0.3010,0.01,0.3010 Oconnor,oconnor,1,1,0,0,0.02,0.3010,0.01,0.3010 octant,octant,3,1,3,1,0.06,0.6021,0.01,0.3010 octavo,octavo,1,1,1,1,0.02,0.3010,0.01,0.3010 octet,octet,1,1,1,1,0.02,0.3010,0.01,0.3010 Octillion,octillion,1,1,0,0,0.02,0.3010,0.01,0.3010 octogenarians,octogenarians,1,1,1,1,0.02,0.3010,0.01,0.3010 Octonal,octonal,15,1,0,0,0.29,1.2041,0.01,0.3010 octopuses,octopuses,1,1,1,1,0.02,0.3010,0.01,0.3010 octoroon,octoroon,1,1,1,1,0.02,0.3010,0.01,0.3010 oculists,oculists,1,1,1,1,0.02,0.3010,0.01,0.3010 ocurred,ocurred,1,1,1,1,0.02,0.3010,0.01,0.3010 Oda,oda,17,1,0,0,0.33,1.2553,0.01,0.3010 Odalisque,odalisque,1,1,0,0,0.02,0.3010,0.01,0.3010 oddments,oddments,1,1,1,1,0.02,0.3010,0.01,0.3010 Odel,odel,2,1,0,0,0.04,0.4771,0.01,0.3010 Odes,odes,1,1,0,0,0.02,0.3010,0.01,0.3010 odiferous,odiferous,1,1,1,1,0.02,0.3010,0.01,0.3010 odontoid,odontoid,1,1,1,1,0.02,0.3010,0.01,0.3010 odontological,odontological,1,1,1,1,0.02,0.3010,0.01,0.3010 odontology,odontology,1,1,1,1,0.02,0.3010,0.01,0.3010 odorant,odorant,1,1,1,1,0.02,0.3010,0.01,0.3010 odorous,odorous,1,1,1,1,0.02,0.3010,0.01,0.3010 odysseys,odysseys,1,1,1,1,0.02,0.3010,0.01,0.3010 Oersted,oersted,1,1,0,0,0.02,0.3010,0.01,0.3010 Offertory,offertory,1,1,0,0,0.02,0.3010,0.01,0.3010 offic,offic,1,1,1,1,0.02,0.3010,0.01,0.3010 officemate,officemate,1,1,1,1,0.02,0.3010,0.01,0.3010 officialdom,officialdom,1,1,1,1,0.02,0.3010,0.01,0.3010 officiated,officiated,1,1,1,1,0.02,0.3010,0.01,0.3010 officiates,officiates,1,1,1,1,0.02,0.3010,0.01,0.3010 offish,offish,1,1,1,1,0.02,0.3010,0.01,0.3010 offloaded,offloaded,1,1,1,1,0.02,0.3010,0.01,0.3010 offloads,offloads,1,1,1,1,0.02,0.3010,0.01,0.3010 offscreen,offscreen,1,1,1,1,0.02,0.3010,0.01,0.3010 oftenest,oftenest,1,1,1,1,0.02,0.3010,0.01,0.3010 ofttimes,ofttimes,1,1,1,1,0.02,0.3010,0.01,0.3010 oglers,oglers,1,1,1,1,0.02,0.3010,0.01,0.3010 Ogress,ogress,1,1,0,0,0.02,0.3010,0.01,0.3010 ohing,ohing,1,1,1,1,0.02,0.3010,0.01,0.3010 oilcloth,oilcloth,1,1,1,1,0.02,0.3010,0.01,0.3010 oilmen,oilmen,1,1,1,1,0.02,0.3010,0.01,0.3010 oilskin,oilskin,1,1,1,1,0.02,0.3010,0.01,0.3010 Oilskins,oilskins,1,1,0,0,0.02,0.3010,0.01,0.3010 oint,oint,2,1,2,1,0.04,0.4771,0.01,0.3010 okolehao,okolehao,9,1,7,1,0.18,1.0000,0.01,0.3010 oldness,oldness,1,1,1,1,0.02,0.3010,0.01,0.3010 oldy,oldy,1,1,1,1,0.02,0.3010,0.01,0.3010 oleanders,oleanders,1,1,1,1,0.02,0.3010,0.01,0.3010 olecranon,olecranon,1,1,1,1,0.02,0.3010,0.01,0.3010 olefins,olefins,1,1,1,1,0.02,0.3010,0.01,0.3010 oleomargarine,oleomargarine,1,1,1,1,0.02,0.3010,0.01,0.3010 Oleos,oleos,1,1,0,0,0.02,0.3010,0.01,0.3010 oligarch,oligarch,1,1,1,1,0.02,0.3010,0.01,0.3010 oligarchical,oligarchical,1,1,1,1,0.02,0.3010,0.01,0.3010 oligarchs,oligarchs,1,1,1,1,0.02,0.3010,0.01,0.3010 olio,olio,1,1,1,1,0.02,0.3010,0.01,0.3010 Oliphant,oliphant,7,1,0,0,0.14,0.9031,0.01,0.3010 Oliva,oliva,1,1,0,0,0.02,0.3010,0.01,0.3010 ological,ological,1,1,1,1,0.02,0.3010,0.01,0.3010 ologies,ologies,1,1,1,1,0.02,0.3010,0.01,0.3010 Omadhaun,omadhaun,1,1,0,0,0.02,0.3010,0.01,0.3010 omasum,omasum,1,1,1,1,0.02,0.3010,0.01,0.3010 ombudsperson,ombudsperson,1,1,1,1,0.02,0.3010,0.01,0.3010 Omegas,omegas,1,1,0,0,0.02,0.3010,0.01,0.3010 omentum,omentum,1,1,1,1,0.02,0.3010,0.01,0.3010 ominously,ominously,1,1,1,1,0.02,0.3010,0.01,0.3010 omissions,omissions,1,1,1,1,0.02,0.3010,0.01,0.3010 omnes,omnes,5,1,5,1,0.10,0.7782,0.01,0.3010 Omnidirectional,omnidirectional,1,1,0,0,0.02,0.3010,0.01,0.3010 Oncidium,oncidium,2,1,0,0,0.04,0.4771,0.01,0.3010 oner,oner,1,1,1,1,0.02,0.3010,0.01,0.3010 Oni,oni,1,1,0,0,0.02,0.3010,0.01,0.3010 Onondaga,onondaga,1,1,0,0,0.02,0.3010,0.01,0.3010 oohed,oohed,1,1,1,1,0.02,0.3010,0.01,0.3010 Oomiak,oomiak,14,1,0,0,0.27,1.1761,0.01,0.3010 oophorectomy,oophorectomy,1,1,1,1,0.02,0.3010,0.01,0.3010 oos,oos,1,1,1,1,0.02,0.3010,0.01,0.3010 oose,oose,1,1,1,1,0.02,0.3010,0.01,0.3010 ootheca,ootheca,1,1,1,1,0.02,0.3010,0.01,0.3010 opacity,opacity,1,1,1,1,0.02,0.3010,0.01,0.3010 Opah,opah,1,1,0,0,0.02,0.3010,0.01,0.3010 Opaline,opaline,1,1,0,0,0.02,0.3010,0.01,0.3010 openest,openest,1,1,1,1,0.02,0.3010,0.01,0.3010 operatee,operatee,1,1,1,1,0.02,0.3010,0.01,0.3010 operatively,operatively,1,1,1,1,0.02,0.3010,0.01,0.3010 operculum,operculum,1,1,1,1,0.02,0.3010,0.01,0.3010 operettas,operettas,1,1,1,1,0.02,0.3010,0.01,0.3010 Ophelimity,ophelimity,1,1,0,0,0.02,0.3010,0.01,0.3010 ophiologist,ophiologist,2,1,2,1,0.04,0.4771,0.01,0.3010 ophthalmic,ophthalmic,1,1,1,1,0.02,0.3010,0.01,0.3010 opinioned,opinioned,1,1,1,1,0.02,0.3010,0.01,0.3010 Opossums,opossums,1,1,0,0,0.02,0.3010,0.01,0.3010 Oppidan,oppidan,5,1,0,0,0.10,0.7782,0.01,0.3010 opportunism,opportunism,1,1,1,1,0.02,0.3010,0.01,0.3010 oppositions,oppositions,1,1,1,1,0.02,0.3010,0.01,0.3010 oppresses,oppresses,1,1,1,1,0.02,0.3010,0.01,0.3010 oppressionist,oppressionist,2,1,2,1,0.04,0.4771,0.01,0.3010 oppressiveness,oppressiveness,1,1,1,1,0.02,0.3010,0.01,0.3010 optically,optically,1,1,1,1,0.02,0.3010,0.01,0.3010 Optimally,optimally,1,1,0,0,0.02,0.3010,0.01,0.3010 optimistically,optimistically,1,1,1,1,0.02,0.3010,0.01,0.3010 optimization,optimization,1,1,1,1,0.02,0.3010,0.01,0.3010 optionals,optionals,1,1,1,1,0.02,0.3010,0.01,0.3010 optometrists,optometrists,1,1,1,1,0.02,0.3010,0.01,0.3010 orals,orals,1,1,1,1,0.02,0.3010,0.01,0.3010 Orangeade,orangeade,1,1,0,0,0.02,0.3010,0.01,0.3010 orangey,orangey,1,1,1,1,0.02,0.3010,0.01,0.3010 oras,oras,1,1,1,1,0.02,0.3010,0.01,0.3010 oratorio,oratorio,2,1,2,1,0.04,0.4771,0.01,0.3010 orbicularis,orbicularis,1,1,1,1,0.02,0.3010,0.01,0.3010 orbiters,orbiters,1,1,1,1,0.02,0.3010,0.01,0.3010 Orchestre,orchestre,1,1,0,0,0.02,0.3010,0.01,0.3010 orchidaceous,orchidaceous,1,1,1,1,0.02,0.3010,0.01,0.3010 orchiectomy,orchiectomy,1,1,1,1,0.02,0.3010,0.01,0.3010 orchis,orchis,1,1,1,1,0.02,0.3010,0.01,0.3010 ordains,ordains,1,1,1,1,0.02,0.3010,0.01,0.3010 ordinals,ordinals,1,1,1,1,0.02,0.3010,0.01,0.3010 Ordinariness,ordinariness,1,1,0,0,0.02,0.3010,0.01,0.3010 ordinate,ordinate,1,1,1,1,0.02,0.3010,0.01,0.3010 ordo,ordo,8,1,8,1,0.16,0.9542,0.01,0.3010 Ordovician,ordovician,1,1,0,0,0.02,0.3010,0.01,0.3010 orf,orf,1,1,1,1,0.02,0.3010,0.01,0.3010 organisational,organisational,1,1,1,1,0.02,0.3010,0.01,0.3010 organisers,organisers,1,1,1,1,0.02,0.3010,0.01,0.3010 organismic,organismic,1,1,1,1,0.02,0.3010,0.01,0.3010 orientate,orientate,1,1,1,1,0.02,0.3010,0.01,0.3010 orientations,orientations,1,1,1,1,0.02,0.3010,0.01,0.3010 Orison,orison,10,1,0,0,0.20,1.0414,0.01,0.3010 Orlean,orlean,12,1,0,0,0.24,1.1139,0.01,0.3010 orlop,orlop,3,1,3,1,0.06,0.6021,0.01,0.3010 Ormer,ormer,1,1,0,0,0.02,0.3010,0.01,0.3010 ormolu,ormolu,2,1,2,1,0.04,0.4771,0.01,0.3010 ornerier,ornerier,1,1,1,1,0.02,0.3010,0.01,0.3010 orneriness,orneriness,1,1,1,1,0.02,0.3010,0.01,0.3010 ornithopter,ornithopter,1,1,1,1,0.02,0.3010,0.01,0.3010 oropharynx,oropharynx,2,1,2,1,0.04,0.4771,0.01,0.3010 orphic,orphic,1,1,1,1,0.02,0.3010,0.01,0.3010 orris,orris,1,1,1,1,0.02,0.3010,0.01,0.3010 orrow,orrow,1,1,1,1,0.02,0.3010,0.01,0.3010 orthoclase,orthoclase,1,1,1,1,0.02,0.3010,0.01,0.3010 orthoepy,orthoepy,1,1,1,1,0.02,0.3010,0.01,0.3010 Orthographic,orthographic,1,1,0,0,0.02,0.3010,0.01,0.3010 orthography,orthography,1,1,1,1,0.02,0.3010,0.01,0.3010 Orthopaedics,orthopaedics,1,1,0,0,0.02,0.3010,0.01,0.3010 Orthopedically,orthopedically,1,1,0,0,0.02,0.3010,0.01,0.3010 orthopod,orthopod,1,1,1,1,0.02,0.3010,0.01,0.3010 orthoscopic,orthoscopic,1,1,1,1,0.02,0.3010,0.01,0.3010 orthotic,orthotic,1,1,1,1,0.02,0.3010,0.01,0.3010 oryx,oryx,1,1,1,1,0.02,0.3010,0.01,0.3010 Osage,osage,1,1,0,0,0.02,0.3010,0.01,0.3010 oscillated,oscillated,1,1,1,1,0.02,0.3010,0.01,0.3010 oscillates,oscillates,1,1,1,1,0.02,0.3010,0.01,0.3010 oscillators,oscillators,1,1,1,1,0.02,0.3010,0.01,0.3010 Oscillograph,oscillograph,1,1,0,0,0.02,0.3010,0.01,0.3010 Ose,ose,2,1,0,0,0.04,0.4771,0.01,0.3010 oside,oside,1,1,1,1,0.02,0.3010,0.01,0.3010 Osirian,osirian,1,1,0,0,0.02,0.3010,0.01,0.3010 osmium,osmium,1,1,1,1,0.02,0.3010,0.01,0.3010 Osmolal,osmolal,1,1,0,0,0.02,0.3010,0.01,0.3010 osmolality,osmolality,1,1,1,1,0.02,0.3010,0.01,0.3010 osmolar,osmolar,1,1,1,1,0.02,0.3010,0.01,0.3010 osmunda,osmunda,3,1,2,1,0.06,0.6021,0.01,0.3010 Osprey,osprey,1,1,0,0,0.02,0.3010,0.01,0.3010 ospreys,ospreys,1,1,1,1,0.02,0.3010,0.01,0.3010 Ossa,ossa,2,1,0,0,0.04,0.4771,0.01,0.3010 osseocartilaginous,osseocartilaginous,1,1,1,1,0.02,0.3010,0.01,0.3010 ossification,ossification,1,1,1,1,0.02,0.3010,0.01,0.3010 ossified,ossified,1,1,1,1,0.02,0.3010,0.01,0.3010 ossuary,ossuary,1,1,1,1,0.02,0.3010,0.01,0.3010 Ostentatiously,ostentatiously,1,1,0,0,0.02,0.3010,0.01,0.3010 ostentatiousness,ostentatiousness,1,1,1,1,0.02,0.3010,0.01,0.3010 osteodermia,osteodermia,1,1,1,1,0.02,0.3010,0.01,0.3010 Osteogenic,osteogenic,1,1,0,0,0.02,0.3010,0.01,0.3010 osteological,osteological,1,1,1,1,0.02,0.3010,0.01,0.3010 Osteology,osteology,1,1,0,0,0.02,0.3010,0.01,0.3010 osteoplasty,osteoplasty,1,1,1,1,0.02,0.3010,0.01,0.3010 ostinato,ostinato,2,1,1,1,0.04,0.4771,0.01,0.3010 ostium,ostium,1,1,1,1,0.02,0.3010,0.01,0.3010 ostomy,ostomy,1,1,1,1,0.02,0.3010,0.01,0.3010 Ostracize,ostracize,1,1,0,0,0.02,0.3010,0.01,0.3010 ostracizing,ostracizing,1,1,1,1,0.02,0.3010,0.01,0.3010 Oswego,oswego,9,1,0,0,0.18,1.0000,0.01,0.3010 Otc,otc,1,1,0,0,0.02,0.3010,0.01,0.3010 otherworld,otherworld,1,1,1,1,0.02,0.3010,0.01,0.3010 Otoplasty,otoplasty,1,1,0,0,0.02,0.3010,0.01,0.3010 ototoxic,ototoxic,2,1,2,1,0.04,0.4771,0.01,0.3010 Ottinger,ottinger,1,1,0,0,0.02,0.3010,0.01,0.3010 ousting,ousting,1,1,1,1,0.02,0.3010,0.01,0.3010 Ousts,ousts,1,1,0,0,0.02,0.3010,0.01,0.3010 outact,outact,1,1,1,1,0.02,0.3010,0.01,0.3010 outbids,outbids,1,1,1,1,0.02,0.3010,0.01,0.3010 Outboxed,outboxed,1,1,0,0,0.02,0.3010,0.01,0.3010 outclass,outclass,1,1,1,1,0.02,0.3010,0.01,0.3010 outcoming,outcoming,1,1,1,1,0.02,0.3010,0.01,0.3010 outcropping,outcropping,1,1,1,1,0.02,0.3010,0.01,0.3010 outdance,outdance,1,1,1,1,0.02,0.3010,0.01,0.3010 outdistance,outdistance,1,1,1,1,0.02,0.3010,0.01,0.3010 outdistanced,outdistanced,1,1,1,1,0.02,0.3010,0.01,0.3010 outdoes,outdoes,1,1,1,1,0.02,0.3010,0.01,0.3010 outdoorsmen,outdoorsmen,1,1,1,1,0.02,0.3010,0.01,0.3010 Outerwear,outerwear,1,1,0,0,0.02,0.3010,0.01,0.3010 outfacing,outfacing,1,1,1,1,0.02,0.3010,0.01,0.3010 outfront,outfront,1,1,1,1,0.02,0.3010,0.01,0.3010 outgeneraled,outgeneraled,1,1,1,1,0.02,0.3010,0.01,0.3010 outgo,outgo,1,1,1,1,0.02,0.3010,0.01,0.3010 outgrowing,outgrowing,1,1,1,1,0.02,0.3010,0.01,0.3010 outgrowths,outgrowths,1,1,1,1,0.02,0.3010,0.01,0.3010 outgun,outgun,1,1,1,1,0.02,0.3010,0.01,0.3010 outgush,outgush,1,1,1,1,0.02,0.3010,0.01,0.3010 outhitting,outhitting,1,1,1,1,0.02,0.3010,0.01,0.3010 outjump,outjump,1,1,1,1,0.02,0.3010,0.01,0.3010 outlander,outlander,1,1,1,1,0.02,0.3010,0.01,0.3010 outlawing,outlawing,1,1,1,1,0.02,0.3010,0.01,0.3010 outlawry,outlawry,2,1,2,1,0.04,0.4771,0.01,0.3010 Outmaneuvering,outmaneuvering,1,1,0,0,0.02,0.3010,0.01,0.3010 outmate,outmate,1,1,1,1,0.02,0.3010,0.01,0.3010 outmode,outmode,5,1,5,1,0.10,0.7782,0.01,0.3010 outmodes,outmodes,7,1,7,1,0.14,0.9031,0.01,0.3010 outmoding,outmoding,1,1,1,1,0.02,0.3010,0.01,0.3010 outpaced,outpaced,1,1,1,1,0.02,0.3010,0.01,0.3010 outpatients,outpatients,2,1,2,1,0.04,0.4771,0.01,0.3010 outplacement,outplacement,2,1,2,1,0.04,0.4771,0.01,0.3010 outplay,outplay,2,1,2,1,0.04,0.4771,0.01,0.3010 outplaying,outplaying,1,1,1,1,0.02,0.3010,0.01,0.3010 outpour,outpour,1,1,1,1,0.02,0.3010,0.01,0.3010 outpourings,outpourings,1,1,1,1,0.02,0.3010,0.01,0.3010 outproducing,outproducing,1,1,1,1,0.02,0.3010,0.01,0.3010 outputs,outputs,1,1,1,1,0.02,0.3010,0.01,0.3010 outraced,outraced,1,1,1,1,0.02,0.3010,0.01,0.3010 outrageousness,outrageousness,1,1,1,1,0.02,0.3010,0.01,0.3010 outrange,outrange,1,1,1,1,0.02,0.3010,0.01,0.3010 outreaching,outreaching,1,1,1,1,0.02,0.3010,0.01,0.3010 outriders,outriders,1,1,1,1,0.02,0.3010,0.01,0.3010 outriggers,outriggers,1,1,1,1,0.02,0.3010,0.01,0.3010 outsail,outsail,1,1,1,1,0.02,0.3010,0.01,0.3010 outscoring,outscoring,1,1,1,1,0.02,0.3010,0.01,0.3010 Outseam,outseam,1,1,0,0,0.02,0.3010,0.01,0.3010 outshone,outshone,1,1,1,1,0.02,0.3010,0.01,0.3010 Outshooting,outshooting,1,1,0,0,0.02,0.3010,0.01,0.3010 outsize,outsize,1,1,1,1,0.02,0.3010,0.01,0.3010 outsmell,outsmell,1,1,1,1,0.02,0.3010,0.01,0.3010 outsmoked,outsmoked,1,1,1,1,0.02,0.3010,0.01,0.3010 outspend,outspend,1,1,1,1,0.02,0.3010,0.01,0.3010 outspokenness,outspokenness,1,1,1,1,0.02,0.3010,0.01,0.3010 outstays,outstays,1,1,1,1,0.02,0.3010,0.01,0.3010 outstripped,outstripped,1,1,1,1,0.02,0.3010,0.01,0.3010 outtalks,outtalks,1,1,1,1,0.02,0.3010,0.01,0.3010 outthought,outthought,2,1,1,1,0.04,0.4771,0.01,0.3010 outturn,outturn,1,1,1,1,0.02,0.3010,0.01,0.3010 outwater,outwater,2,1,2,1,0.04,0.4771,0.01,0.3010 outway,outway,1,1,1,1,0.02,0.3010,0.01,0.3010 outwear,outwear,1,1,1,1,0.02,0.3010,0.01,0.3010 outweighed,outweighed,1,1,1,1,0.02,0.3010,0.01,0.3010 outweighing,outweighing,1,1,1,1,0.02,0.3010,0.01,0.3010 outwitting,outwitting,1,1,1,1,0.02,0.3010,0.01,0.3010 outworked,outworked,1,1,1,1,0.02,0.3010,0.01,0.3010 ouverte,ouverte,1,1,1,1,0.02,0.3010,0.01,0.3010 ovated,ovated,1,1,1,1,0.02,0.3010,0.01,0.3010 overachieves,overachieves,1,1,1,1,0.02,0.3010,0.01,0.3010 overachieving,overachieving,1,1,1,1,0.02,0.3010,0.01,0.3010 Overambitious,overambitious,1,1,0,0,0.02,0.3010,0.01,0.3010 overanalyzed,overanalyzed,1,1,1,1,0.02,0.3010,0.01,0.3010 overattentive,overattentive,1,1,1,1,0.02,0.3010,0.01,0.3010 overawe,overawe,1,1,1,1,0.02,0.3010,0.01,0.3010 overbalanced,overbalanced,1,1,1,1,0.02,0.3010,0.01,0.3010 overbearingly,overbearingly,1,1,1,1,0.02,0.3010,0.01,0.3010 overbites,overbites,1,1,1,1,0.02,0.3010,0.01,0.3010 overblowing,overblowing,1,1,1,1,0.02,0.3010,0.01,0.3010 overbred,overbred,1,1,1,1,0.02,0.3010,0.01,0.3010 overburden,overburden,1,1,1,1,0.02,0.3010,0.01,0.3010 overburdening,overburdening,1,1,1,1,0.02,0.3010,0.01,0.3010 overburnt,overburnt,1,1,1,1,0.02,0.3010,0.01,0.3010 overcall,overcall,1,1,1,1,0.02,0.3010,0.01,0.3010 overcareful,overcareful,1,1,1,1,0.02,0.3010,0.01,0.3010 overcivilized,overcivilized,1,1,1,1,0.02,0.3010,0.01,0.3010 overclose,overclose,1,1,1,1,0.02,0.3010,0.01,0.3010 overcompensation,overcompensation,1,1,1,1,0.02,0.3010,0.01,0.3010 overcomplicating,overcomplicating,1,1,1,1,0.02,0.3010,0.01,0.3010 overcrowd,overcrowd,1,1,1,1,0.02,0.3010,0.01,0.3010 overdecorated,overdecorated,1,1,1,1,0.02,0.3010,0.01,0.3010 overdependent,overdependent,1,1,1,1,0.02,0.3010,0.01,0.3010 overdoor,overdoor,1,1,1,1,0.02,0.3010,0.01,0.3010 overdramatized,overdramatized,1,1,1,1,0.02,0.3010,0.01,0.3010 overdramatizing,overdramatizing,1,1,1,1,0.02,0.3010,0.01,0.3010 overdress,overdress,1,1,1,1,0.02,0.3010,0.01,0.3010 overdressing,overdressing,2,1,2,1,0.04,0.4771,0.01,0.3010 overdrink,overdrink,1,1,1,1,0.02,0.3010,0.01,0.3010 overdry,overdry,3,1,3,1,0.06,0.6021,0.01,0.3010 overdubbed,overdubbed,2,1,2,1,0.04,0.4771,0.01,0.3010 overdubbing,overdubbing,1,1,1,1,0.02,0.3010,0.01,0.3010 overdubs,overdubs,1,1,1,1,0.02,0.3010,0.01,0.3010 overeagerness,overeagerness,1,1,1,1,0.02,0.3010,0.01,0.3010 overeasy,overeasy,1,1,1,1,0.02,0.3010,0.01,0.3010 overeater,overeater,1,1,1,1,0.02,0.3010,0.01,0.3010 overeats,overeats,1,1,1,1,0.02,0.3010,0.01,0.3010 overemphasis,overemphasis,1,1,1,1,0.02,0.3010,0.01,0.3010 overemphasised,overemphasised,1,1,1,1,0.02,0.3010,0.01,0.3010 overemphasized,overemphasized,1,1,1,1,0.02,0.3010,0.01,0.3010 overenthusiastically,overenthusiastically,1,1,1,1,0.02,0.3010,0.01,0.3010 overestimates,overestimates,1,1,1,1,0.02,0.3010,0.01,0.3010 overestimation,overestimation,1,1,1,1,0.02,0.3010,0.01,0.3010 overexcite,overexcite,1,1,1,1,0.02,0.3010,0.01,0.3010 overexcitement,overexcitement,1,1,1,1,0.02,0.3010,0.01,0.3010 overexerting,overexerting,1,1,1,1,0.02,0.3010,0.01,0.3010 overexpose,overexpose,1,1,1,1,0.02,0.3010,0.01,0.3010 overextend,overextend,1,1,1,1,0.02,0.3010,0.01,0.3010 overextension,overextension,1,1,1,1,0.02,0.3010,0.01,0.3010 overfill,overfill,1,1,1,1,0.02,0.3010,0.01,0.3010 overflight,overflight,2,1,2,1,0.04,0.4771,0.01,0.3010 overfunctioning,overfunctioning,1,1,1,1,0.02,0.3010,0.01,0.3010 overhalf,overhalf,1,1,1,1,0.02,0.3010,0.01,0.3010 overhung,overhung,1,1,1,1,0.02,0.3010,0.01,0.3010 overindulgence,overindulgence,1,1,1,1,0.02,0.3010,0.01,0.3010 overindulgent,overindulgent,1,1,1,1,0.02,0.3010,0.01,0.3010 overjoyous,overjoyous,1,1,1,1,0.02,0.3010,0.01,0.3010 overjust,overjust,1,1,1,1,0.02,0.3010,0.01,0.3010 overkeen,overkeen,1,1,1,1,0.02,0.3010,0.01,0.3010 overkindness,overkindness,1,1,1,1,0.02,0.3010,0.01,0.3010 overlaying,overlaying,3,1,2,1,0.06,0.6021,0.01,0.3010 Overleaf,overleaf,2,1,0,0,0.04,0.4771,0.01,0.3010 overlock,overlock,2,1,2,1,0.04,0.4771,0.01,0.3010 overlong,overlong,1,1,1,1,0.02,0.3010,0.01,0.3010 overmastering,overmastering,1,1,1,1,0.02,0.3010,0.01,0.3010 overmatch,overmatch,1,1,1,1,0.02,0.3010,0.01,0.3010 overmuch,overmuch,1,1,1,1,0.02,0.3010,0.01,0.3010 overpaint,overpaint,2,1,2,1,0.04,0.4771,0.01,0.3010 overparted,overparted,1,1,1,1,0.02,0.3010,0.01,0.3010 Overpopulation,overpopulation,1,1,0,0,0.02,0.3010,0.01,0.3010 Overpraise,overpraise,1,1,0,0,0.02,0.3010,0.01,0.3010 overpressure,overpressure,1,1,1,1,0.02,0.3010,0.01,0.3010 overpresumptuous,overpresumptuous,1,1,1,1,0.02,0.3010,0.01,0.3010 overprice,overprice,1,1,1,1,0.02,0.3010,0.01,0.3010 overpricing,overpricing,1,1,1,1,0.02,0.3010,0.01,0.3010 overproduce,overproduce,1,1,1,1,0.02,0.3010,0.01,0.3010 overproduced,overproduced,1,1,1,1,0.02,0.3010,0.01,0.3010 overproducing,overproducing,2,1,2,1,0.04,0.4771,0.01,0.3010 overquick,overquick,1,1,1,1,0.02,0.3010,0.01,0.3010 overreactive,overreactive,1,1,1,1,0.02,0.3010,0.01,0.3010 overready,overready,1,1,1,1,0.02,0.3010,0.01,0.3010 overrepresentation,overrepresentation,1,1,1,1,0.02,0.3010,0.01,0.3010 overrules,overrules,1,1,1,1,0.02,0.3010,0.01,0.3010 oversalt,oversalt,1,1,1,1,0.02,0.3010,0.01,0.3010 overselling,overselling,1,1,1,1,0.02,0.3010,0.01,0.3010 oversimple,oversimple,1,1,1,1,0.02,0.3010,0.01,0.3010 oversold,oversold,1,1,1,1,0.02,0.3010,0.01,0.3010 overspecialized,overspecialized,1,1,1,1,0.02,0.3010,0.01,0.3010 overspent,overspent,1,1,1,1,0.02,0.3010,0.01,0.3010 overspread,overspread,1,1,1,1,0.02,0.3010,0.01,0.3010 overstand,overstand,1,1,1,1,0.02,0.3010,0.01,0.3010 overstates,overstates,1,1,1,1,0.02,0.3010,0.01,0.3010 oversteps,oversteps,1,1,1,1,0.02,0.3010,0.01,0.3010 overstimulation,overstimulation,1,1,1,1,0.02,0.3010,0.01,0.3010 overstress,overstress,1,1,1,1,0.02,0.3010,0.01,0.3010 overstuff,overstuff,1,1,1,1,0.02,0.3010,0.01,0.3010 overtakes,overtakes,1,1,1,1,0.02,0.3010,0.01,0.3010 overtill,overtill,1,1,1,1,0.02,0.3010,0.01,0.3010 overtip,overtip,1,1,1,1,0.02,0.3010,0.01,0.3010 overtrain,overtrain,1,1,1,1,0.02,0.3010,0.01,0.3010 overtraining,overtraining,1,1,1,1,0.02,0.3010,0.01,0.3010 overviews,overviews,1,1,1,1,0.02,0.3010,0.01,0.3010 overweighted,overweighted,1,1,1,1,0.02,0.3010,0.01,0.3010 overwet,overwet,1,1,1,1,0.02,0.3010,0.01,0.3010 overworks,overworks,1,1,1,1,0.02,0.3010,0.01,0.3010 overwound,overwound,1,1,1,1,0.02,0.3010,0.01,0.3010 overwrites,overwrites,1,1,1,1,0.02,0.3010,0.01,0.3010 overwriting,overwriting,1,1,1,1,0.02,0.3010,0.01,0.3010 ovulated,ovulated,1,1,1,1,0.02,0.3010,0.01,0.3010 ovulations,ovulations,1,1,1,1,0.02,0.3010,0.01,0.3010 owd,owd,3,1,3,1,0.06,0.6021,0.01,0.3010 ower,ower,1,1,1,1,0.02,0.3010,0.01,0.3010 owlery,owlery,1,1,1,1,0.02,0.3010,0.01,0.3010 owlet,owlet,1,1,1,1,0.02,0.3010,0.01,0.3010 owling,owling,1,1,1,1,0.02,0.3010,0.01,0.3010 ownself,ownself,1,1,1,1,0.02,0.3010,0.01,0.3010 Oxbow,oxbow,2,1,0,0,0.04,0.4771,0.01,0.3010 oxcart,oxcart,1,1,1,1,0.02,0.3010,0.01,0.3010 oxes,oxes,1,1,1,1,0.02,0.3010,0.01,0.3010 oxides,oxides,1,1,1,1,0.02,0.3010,0.01,0.3010 oxidises,oxidises,1,1,1,1,0.02,0.3010,0.01,0.3010 oxidizers,oxidizers,1,1,1,1,0.02,0.3010,0.01,0.3010 oxidizes,oxidizes,1,1,1,1,0.02,0.3010,0.01,0.3010 oximetry,oximetry,1,1,1,1,0.02,0.3010,0.01,0.3010 oxlips,oxlips,1,1,1,1,0.02,0.3010,0.01,0.3010 Oxman,oxman,2,1,0,0,0.04,0.4771,0.01,0.3010 oxtail,oxtail,1,1,1,1,0.02,0.3010,0.01,0.3010 oxyacetylene,oxyacetylene,1,1,1,1,0.02,0.3010,0.01,0.3010 oxygenized,oxygenized,1,1,1,1,0.02,0.3010,0.01,0.3010 oxymorons,oxymorons,1,1,1,1,0.02,0.3010,0.01,0.3010 oxytocins,oxytocins,1,1,1,1,0.02,0.3010,0.01,0.3010 oyer,oyer,3,1,3,1,0.06,0.6021,0.01,0.3010 oyes,oyes,1,1,1,1,0.02,0.3010,0.01,0.3010 Pablum,pablum,1,1,0,0,0.02,0.3010,0.01,0.3010 Paca,paca,1,1,0,0,0.02,0.3010,0.01,0.3010 Pacas,pacas,1,1,0,0,0.02,0.3010,0.01,0.3010 Pacers,pacers,1,1,0,0,0.02,0.3010,0.01,0.3010 pacesetters,pacesetters,1,1,1,1,0.02,0.3010,0.01,0.3010 Pachanga,pachanga,6,1,0,0,0.12,0.8451,0.01,0.3010 pachucos,pachucos,1,1,1,1,0.02,0.3010,0.01,0.3010 pachyemia,pachyemia,1,1,1,1,0.02,0.3010,0.01,0.3010 pacifically,pacifically,1,1,1,1,0.02,0.3010,0.01,0.3010 Pacifico,pacifico,1,1,0,0,0.02,0.3010,0.01,0.3010 pacifistic,pacifistic,2,1,2,1,0.04,0.4771,0.01,0.3010 pacifying,pacifying,1,1,1,1,0.02,0.3010,0.01,0.3010 packable,packable,1,1,1,1,0.02,0.3010,0.01,0.3010 packagers,packagers,1,1,1,1,0.02,0.3010,0.01,0.3010 packhorse,packhorse,1,1,1,1,0.02,0.3010,0.01,0.3010 packinghouse,packinghouse,2,1,2,1,0.04,0.4771,0.01,0.3010 Pacquet,pacquet,5,1,0,0,0.10,0.7782,0.01,0.3010 padder,padder,1,1,1,1,0.02,0.3010,0.01,0.3010 paddleball,paddleball,2,1,2,1,0.04,0.4771,0.01,0.3010 Paddlefoot,paddlefoot,1,1,0,0,0.02,0.3010,0.01,0.3010 paddler,paddler,1,1,1,1,0.02,0.3010,0.01,0.3010 paddlers,paddlers,1,1,1,1,0.02,0.3010,0.01,0.3010 paddocks,paddocks,1,1,1,1,0.02,0.3010,0.01,0.3010 Padishah,padishah,1,1,0,0,0.02,0.3010,0.01,0.3010 Padroni,padroni,2,1,0,0,0.04,0.4771,0.01,0.3010 paediatric,paediatric,1,1,1,1,0.02,0.3010,0.01,0.3010 paesano,paesano,3,1,3,1,0.06,0.6021,0.01,0.3010 Paga,paga,27,1,0,0,0.53,1.4472,0.01,0.3010 paganism,paganism,1,1,1,1,0.02,0.3010,0.01,0.3010 pageboys,pageboys,2,1,1,1,0.04,0.4771,0.01,0.3010 paginate,paginate,5,1,5,1,0.10,0.7782,0.01,0.3010 pagodas,pagodas,1,1,1,1,0.02,0.3010,0.01,0.3010 painterly,painterly,1,1,1,1,0.02,0.3010,0.01,0.3010 paintwork,paintwork,1,1,1,1,0.02,0.3010,0.01,0.3010 painty,painty,1,1,1,1,0.02,0.3010,0.01,0.3010 paisas,paisas,1,1,1,1,0.02,0.3010,0.01,0.3010 Paise,paise,3,1,1,1,0.06,0.6021,0.01,0.3010 Palach,palach,1,1,0,0,0.02,0.3010,0.01,0.3010 Paladins,paladins,1,1,0,0,0.02,0.3010,0.01,0.3010 palaeontological,palaeontological,1,1,1,1,0.02,0.3010,0.01,0.3010 palaeontologists,palaeontologists,2,1,2,1,0.04,0.4771,0.01,0.3010 palaeontology,palaeontology,2,1,2,1,0.04,0.4771,0.01,0.3010 palavering,palavering,2,1,2,1,0.04,0.4771,0.01,0.3010 paleness,paleness,1,1,1,1,0.02,0.3010,0.01,0.3010 paleobiologist,paleobiologist,1,1,1,1,0.02,0.3010,0.01,0.3010 paleobotanist,paleobotanist,2,1,2,1,0.04,0.4771,0.01,0.3010 paleon,paleon,1,1,1,1,0.02,0.3010,0.01,0.3010 palest,palest,2,1,2,1,0.04,0.4771,0.01,0.3010 Palestra,palestra,1,1,0,0,0.02,0.3010,0.01,0.3010 palettes,palettes,1,1,1,1,0.02,0.3010,0.01,0.3010 Pali,pali,3,1,0,0,0.06,0.6021,0.01,0.3010 palilalia,palilalia,1,1,1,1,0.02,0.3010,0.01,0.3010 palindromes,palindromes,1,1,1,1,0.02,0.3010,0.01,0.3010 palled,palled,1,1,1,1,0.02,0.3010,0.01,0.3010 palliating,palliating,1,1,1,1,0.02,0.3010,0.01,0.3010 pallone,pallone,1,1,1,1,0.02,0.3010,0.01,0.3010 palming,palming,1,1,1,1,0.02,0.3010,0.01,0.3010 Palominos,palominos,1,1,0,0,0.02,0.3010,0.01,0.3010 palpated,palpated,1,1,1,1,0.02,0.3010,0.01,0.3010 palpitates,palpitates,1,1,1,1,0.02,0.3010,0.01,0.3010 palps,palps,1,1,1,1,0.02,0.3010,0.01,0.3010 palynological,palynological,1,1,1,1,0.02,0.3010,0.01,0.3010 palynology,palynology,1,1,1,1,0.02,0.3010,0.01,0.3010 panaceas,panaceas,1,1,1,1,0.02,0.3010,0.01,0.3010 panatela,panatela,2,1,2,1,0.04,0.4771,0.01,0.3010 panderers,panderers,1,1,1,1,0.02,0.3010,0.01,0.3010 Pandy,pandy,2,1,0,0,0.04,0.4771,0.01,0.3010 panegyric,panegyric,1,1,1,1,0.02,0.3010,0.01,0.3010 panelist,panelist,1,1,1,1,0.02,0.3010,0.01,0.3010 panelling,panelling,1,1,1,1,0.02,0.3010,0.01,0.3010 panettone,panettone,3,1,3,1,0.06,0.6021,0.01,0.3010 panfry,panfry,1,1,1,1,0.02,0.3010,0.01,0.3010 Panjabi,panjabi,1,1,0,0,0.02,0.3010,0.01,0.3010 pank,pank,3,1,2,1,0.06,0.6021,0.01,0.3010 panocha,panocha,1,1,1,1,0.02,0.3010,0.01,0.3010 panoply,panoply,1,1,1,1,0.02,0.3010,0.01,0.3010 panpipe,panpipe,1,1,1,1,0.02,0.3010,0.01,0.3010 Pantagraph,pantagraph,1,1,0,0,0.02,0.3010,0.01,0.3010 pantalone,pantalone,2,1,1,1,0.04,0.4771,0.01,0.3010 pantheists,pantheists,1,1,1,1,0.02,0.3010,0.01,0.3010 pantophobia,pantophobia,3,1,3,1,0.06,0.6021,0.01,0.3010 pantries,pantries,1,1,1,1,0.02,0.3010,0.01,0.3010 pantryman,pantryman,1,1,1,1,0.02,0.3010,0.01,0.3010 Papain,papain,1,1,0,0,0.02,0.3010,0.01,0.3010 paparazzo,paparazzo,2,1,2,1,0.04,0.4771,0.01,0.3010 papaw,papaw,4,1,3,1,0.08,0.6990,0.01,0.3010 paperboys,paperboys,1,1,1,1,0.02,0.3010,0.01,0.3010 papering,papering,1,1,1,1,0.02,0.3010,0.01,0.3010 papermaking,papermaking,1,1,1,1,0.02,0.3010,0.01,0.3010 papery,papery,4,1,4,1,0.08,0.6990,0.01,0.3010 papilionaceous,papilionaceous,1,1,1,1,0.02,0.3010,0.01,0.3010 papilla,papilla,1,1,1,1,0.02,0.3010,0.01,0.3010 papillomatous,papillomatous,2,1,2,1,0.04,0.4771,0.01,0.3010 Pappies,pappies,1,1,0,0,0.02,0.3010,0.01,0.3010 Paps,paps,10,1,0,0,0.20,1.0414,0.01,0.3010 papular,papular,1,1,1,1,0.02,0.3010,0.01,0.3010 Parabolas,parabolas,1,1,0,0,0.02,0.3010,0.01,0.3010 parabolically,parabolically,2,1,2,1,0.04,0.4771,0.01,0.3010 paraboloid,paraboloid,1,1,1,1,0.02,0.3010,0.01,0.3010 parachuter,parachuter,3,1,3,1,0.06,0.6021,0.01,0.3010 Parada,parada,5,1,0,0,0.10,0.7782,0.01,0.3010 paradidymal,paradidymal,1,1,1,1,0.02,0.3010,0.01,0.3010 paradigmatic,paradigmatic,1,1,1,1,0.02,0.3010,0.01,0.3010 paradises,paradises,1,1,1,1,0.02,0.3010,0.01,0.3010 paradisiacal,paradisiacal,1,1,1,1,0.02,0.3010,0.01,0.3010 paragliding,paragliding,3,1,2,1,0.06,0.6021,0.01,0.3010 paragram,paragram,1,1,1,1,0.02,0.3010,0.01,0.3010 paraldehyde,paraldehyde,1,1,1,1,0.02,0.3010,0.01,0.3010 paralleled,paralleled,1,1,1,1,0.02,0.3010,0.01,0.3010 parallelism,parallelism,1,1,1,1,0.02,0.3010,0.01,0.3010 parallelled,parallelled,1,1,1,1,0.02,0.3010,0.01,0.3010 paralyses,paralyses,1,1,1,1,0.02,0.3010,0.01,0.3010 paralyzer,paralyzer,1,1,1,1,0.02,0.3010,0.01,0.3010 paramecia,paramecia,1,1,1,1,0.02,0.3010,0.01,0.3010 paramedical,paramedical,1,1,1,1,0.02,0.3010,0.01,0.3010 parameterization,parameterization,1,1,1,1,0.02,0.3010,0.01,0.3010 paramnesia,paramnesia,1,1,1,1,0.02,0.3010,0.01,0.3010 paramours,paramours,1,1,1,1,0.02,0.3010,0.01,0.3010 paranoea,paranoea,1,1,1,1,0.02,0.3010,0.01,0.3010 paranoidal,paranoidal,1,1,1,1,0.02,0.3010,0.01,0.3010 paranomia,paranomia,1,1,1,1,0.02,0.3010,0.01,0.3010 parao,parao,1,1,1,1,0.02,0.3010,0.01,0.3010 paraphysical,paraphysical,1,1,1,1,0.02,0.3010,0.01,0.3010 paraplegia,paraplegia,1,1,1,1,0.02,0.3010,0.01,0.3010 paraplegics,paraplegics,1,1,1,1,0.02,0.3010,0.01,0.3010 parapsychologist,parapsychologist,3,1,3,1,0.06,0.6021,0.01,0.3010 parapsychologists,parapsychologists,1,1,1,1,0.02,0.3010,0.01,0.3010 paraquat,paraquat,1,1,1,1,0.02,0.3010,0.01,0.3010 parasitism,parasitism,1,1,1,1,0.02,0.3010,0.01,0.3010 parasitosis,parasitosis,1,1,1,1,0.02,0.3010,0.01,0.3010 Parate,parate,3,1,1,1,0.06,0.6021,0.01,0.3010 parathyroid,parathyroid,1,1,1,1,0.02,0.3010,0.01,0.3010 parathyroidectomy,parathyroidectomy,1,1,1,1,0.02,0.3010,0.01,0.3010 paratyphoid,paratyphoid,1,1,1,1,0.02,0.3010,0.01,0.3010 parboil,parboil,1,1,1,1,0.02,0.3010,0.01,0.3010 parboiling,parboiling,1,1,1,1,0.02,0.3010,0.01,0.3010 parchments,parchments,1,1,1,1,0.02,0.3010,0.01,0.3010 Pardo,pardo,15,1,0,0,0.29,1.2041,0.01,0.3010 pards,pards,1,1,1,1,0.02,0.3010,0.01,0.3010 parecious,parecious,2,1,2,1,0.04,0.4771,0.01,0.3010 Parens,parens,1,1,0,0,0.02,0.3010,0.01,0.3010 parented,parented,1,1,1,1,0.02,0.3010,0.01,0.3010 parers,parers,1,1,1,1,0.02,0.3010,0.01,0.3010 pares,pares,1,1,1,1,0.02,0.3010,0.01,0.3010 Paretta,paretta,16,1,0,0,0.31,1.2304,0.01,0.3010 Pareus,pareus,2,1,0,0,0.04,0.4771,0.01,0.3010 Parfaits,parfaits,3,1,0,0,0.06,0.6021,0.01,0.3010 parfum,parfum,1,1,1,1,0.02,0.3010,0.01,0.3010 pargo,pargo,1,1,1,1,0.02,0.3010,0.01,0.3010 pari,pari,1,1,1,1,0.02,0.3010,0.01,0.3010 parilla,parilla,1,1,1,1,0.02,0.3010,0.01,0.3010 Parkinsonian,parkinsonian,3,1,0,0,0.06,0.6021,0.01,0.3010 parl,parl,1,1,1,1,0.02,0.3010,0.01,0.3010 parleyed,parleyed,1,1,1,1,0.02,0.3010,0.01,0.3010 parlous,parlous,1,1,1,1,0.02,0.3010,0.01,0.3010 parodies,parodies,2,1,1,1,0.04,0.4771,0.01,0.3010 parol,parol,3,1,3,1,0.06,0.6021,0.01,0.3010 Paroli,paroli,4,1,0,0,0.08,0.6990,0.01,0.3010 paronomasia,paronomasia,1,1,1,1,0.02,0.3010,0.01,0.3010 Parred,parred,1,1,0,0,0.02,0.3010,0.01,0.3010 Parrhesia,parrhesia,1,1,0,0,0.02,0.3010,0.01,0.3010 Parrotfish,parrotfish,1,1,0,0,0.02,0.3010,0.01,0.3010 parroting,parroting,1,1,1,1,0.02,0.3010,0.01,0.3010 parrying,parrying,1,1,1,1,0.02,0.3010,0.01,0.3010 parsecs,parsecs,1,1,1,1,0.02,0.3010,0.01,0.3010 parser,parser,1,1,1,1,0.02,0.3010,0.01,0.3010 Parsifal,parsifal,1,1,0,0,0.02,0.3010,0.01,0.3010 parsimonious,parsimonious,1,1,1,1,0.02,0.3010,0.01,0.3010 parsing,parsing,2,1,2,1,0.04,0.4771,0.01,0.3010 parsleys,parsleys,1,1,1,1,0.02,0.3010,0.01,0.3010 partaker,partaker,1,1,1,1,0.02,0.3010,0.01,0.3010 partakes,partakes,1,1,1,1,0.02,0.3010,0.01,0.3010 parter,parter,1,1,1,1,0.02,0.3010,0.01,0.3010 Parters,parters,1,1,0,0,0.02,0.3010,0.01,0.3010 Parthenogenesis,parthenogenesis,1,1,0,0,0.02,0.3010,0.01,0.3010 Parthian,parthian,1,1,0,0,0.02,0.3010,0.01,0.3010 parti,parti,1,1,1,1,0.02,0.3010,0.01,0.3010 Participator,participator,1,1,0,0,0.02,0.3010,0.01,0.3010 participatory,participatory,1,1,1,1,0.02,0.3010,0.01,0.3010 particleboard,particleboard,1,1,1,1,0.02,0.3010,0.01,0.3010 particule,particule,1,1,1,1,0.02,0.3010,0.01,0.3010 pashas,pashas,1,1,1,1,0.02,0.3010,0.01,0.3010 passably,passably,1,1,1,1,0.02,0.3010,0.01,0.3010 passado,passado,1,1,1,1,0.02,0.3010,0.01,0.3010 passant,passant,1,1,1,1,0.02,0.3010,0.01,0.3010 passen,passen,1,1,1,1,0.02,0.3010,0.01,0.3010 Passionflower,passionflower,1,1,0,0,0.02,0.3010,0.01,0.3010 passionfruit,passionfruit,1,1,1,1,0.02,0.3010,0.01,0.3010 passives,passives,2,1,1,1,0.04,0.4771,0.01,0.3010 passivism,passivism,1,1,1,1,0.02,0.3010,0.01,0.3010 Passo,passo,1,1,0,0,0.02,0.3010,0.01,0.3010 passu,passu,1,1,1,1,0.02,0.3010,0.01,0.3010 pasteboards,pasteboards,1,1,1,1,0.02,0.3010,0.01,0.3010 pastern,pastern,1,1,1,1,0.02,0.3010,0.01,0.3010 pastes,pastes,1,1,1,1,0.02,0.3010,0.01,0.3010 pasteurised,pasteurised,1,1,1,1,0.02,0.3010,0.01,0.3010 pasteurize,pasteurize,1,1,1,1,0.02,0.3010,0.01,0.3010 pastille,pastille,1,1,1,1,0.02,0.3010,0.01,0.3010 pastilles,pastilles,1,1,1,1,0.02,0.3010,0.01,0.3010 Pastorale,pastorale,1,1,0,0,0.02,0.3010,0.01,0.3010 pastored,pastored,1,1,1,1,0.02,0.3010,0.01,0.3010 pastramis,pastramis,2,1,2,1,0.04,0.4771,0.01,0.3010 pastureland,pastureland,1,1,1,1,0.02,0.3010,0.01,0.3010 Patcher,patcher,4,1,0,0,0.08,0.6990,0.01,0.3010 patellar,patellar,1,1,1,1,0.02,0.3010,0.01,0.3010 patellas,patellas,1,1,1,1,0.02,0.3010,0.01,0.3010 patentable,patentable,2,1,2,1,0.04,0.4771,0.01,0.3010 Pathan,pathan,1,1,0,0,0.02,0.3010,0.01,0.3010 Pathogenic,pathogenic,1,1,0,0,0.02,0.3010,0.01,0.3010 pathognomonic,pathognomonic,1,1,1,1,0.02,0.3010,0.01,0.3010 pathologic,pathologic,1,1,1,1,0.02,0.3010,0.01,0.3010 pathophysiology,pathophysiology,1,1,1,1,0.02,0.3010,0.01,0.3010 pathosis,pathosis,1,1,1,1,0.02,0.3010,0.01,0.3010 pathy,pathy,1,1,1,1,0.02,0.3010,0.01,0.3010 Patin,patin,2,1,0,0,0.04,0.4771,0.01,0.3010 patisserie,patisserie,1,1,1,1,0.02,0.3010,0.01,0.3010 patois,patois,1,1,1,1,0.02,0.3010,0.01,0.3010 patricidal,patricidal,1,1,1,1,0.02,0.3010,0.01,0.3010 Patridge,patridge,1,1,0,0,0.02,0.3010,0.01,0.3010 patrimony,patrimony,1,1,1,1,0.02,0.3010,0.01,0.3010 patriotics,patriotics,1,1,1,1,0.02,0.3010,0.01,0.3010 Patroclus,patroclus,6,1,0,0,0.12,0.8451,0.01,0.3010 Patronne,patronne,1,1,0,0,0.02,0.3010,0.01,0.3010 patronymic,patronymic,3,1,3,1,0.06,0.6021,0.01,0.3010 patroon,patroon,1,1,1,1,0.02,0.3010,0.01,0.3010 Pattee,pattee,2,1,0,0,0.04,0.4771,0.01,0.3010 pattypan,pattypan,2,1,1,1,0.04,0.4771,0.01,0.3010 paunch,paunch,1,1,1,1,0.02,0.3010,0.01,0.3010 paunches,paunches,1,1,1,1,0.02,0.3010,0.01,0.3010 pauperization,pauperization,2,1,2,1,0.04,0.4771,0.01,0.3010 pauser,pauser,1,1,1,1,0.02,0.3010,0.01,0.3010 Pav,pav,1,1,0,0,0.02,0.3010,0.01,0.3010 Pavane,pavane,1,1,0,0,0.02,0.3010,0.01,0.3010 paver,paver,1,1,1,1,0.02,0.3010,0.01,0.3010 pavers,pavers,1,1,1,1,0.02,0.3010,0.01,0.3010 Pavia,pavia,1,1,0,0,0.02,0.3010,0.01,0.3010 pavin,pavin,1,1,1,1,0.02,0.3010,0.01,0.3010 pawpaw,pawpaw,1,1,1,1,0.02,0.3010,0.01,0.3010 paymasters,paymasters,1,1,1,1,0.02,0.3010,0.01,0.3010 pct,pct,1,1,1,1,0.02,0.3010,0.01,0.3010 Pdq,pdq,1,1,0,0,0.02,0.3010,0.01,0.3010 peacemaking,peacemaking,2,1,2,1,0.04,0.4771,0.01,0.3010 peaces,peaces,1,1,1,1,0.02,0.3010,0.01,0.3010 peached,peached,1,1,1,1,0.02,0.3010,0.01,0.3010 Peaker,peaker,3,1,0,0,0.06,0.6021,0.01,0.3010 peans,peans,1,1,1,1,0.02,0.3010,0.01,0.3010 peashooters,peashooters,1,1,1,1,0.02,0.3010,0.01,0.3010 Peason,peason,2,1,0,0,0.04,0.4771,0.01,0.3010 peaty,peaty,1,1,1,1,0.02,0.3010,0.01,0.3010 pebbled,pebbled,1,1,1,1,0.02,0.3010,0.01,0.3010 peccant,peccant,1,1,1,1,0.02,0.3010,0.01,0.3010 peccary,peccary,1,1,1,1,0.02,0.3010,0.01,0.3010 Pecksniffian,pecksniffian,1,1,0,0,0.02,0.3010,0.01,0.3010 pecorino,pecorino,1,1,1,1,0.02,0.3010,0.01,0.3010 pectins,pectins,2,1,2,1,0.04,0.4771,0.01,0.3010 peculated,peculated,2,1,1,1,0.04,0.4771,0.01,0.3010 pecunia,pecunia,1,1,1,1,0.02,0.3010,0.01,0.3010 pecuniary,pecuniary,1,1,1,1,0.02,0.3010,0.01,0.3010 pedants,pedants,1,1,1,1,0.02,0.3010,0.01,0.3010 Pederasty,pederasty,1,1,0,0,0.02,0.3010,0.01,0.3010 pediment,pediment,1,1,1,1,0.02,0.3010,0.01,0.3010 pedipalps,pedipalps,1,1,1,1,0.02,0.3010,0.01,0.3010 pedodontist,pedodontist,1,1,1,1,0.02,0.3010,0.01,0.3010 pedometer,pedometer,1,1,1,1,0.02,0.3010,0.01,0.3010 pedunculated,pedunculated,1,1,1,1,0.02,0.3010,0.01,0.3010 peepshows,peepshows,2,1,2,1,0.04,0.4771,0.01,0.3010 peeving,peeving,1,1,1,1,0.02,0.3010,0.01,0.3010 pegboard,pegboard,1,1,1,1,0.02,0.3010,0.01,0.3010 pegging,pegging,1,1,1,1,0.02,0.3010,0.01,0.3010 Peiping,peiping,2,1,0,0,0.04,0.4771,0.01,0.3010 Peiser,peiser,4,1,0,0,0.08,0.6990,0.01,0.3010 pekoe,pekoe,1,1,1,1,0.02,0.3010,0.01,0.3010 pelargonium,pelargonium,1,1,1,1,0.02,0.3010,0.01,0.3010 Pelias,pelias,16,1,0,0,0.31,1.2304,0.01,0.3010 Peller,peller,1,1,0,0,0.02,0.3010,0.01,0.3010 Pelops,pelops,1,1,0,0,0.02,0.3010,0.01,0.3010 Peloton,peloton,1,1,0,0,0.02,0.3010,0.01,0.3010 pelter,pelter,1,1,1,1,0.02,0.3010,0.01,0.3010 penalizes,penalizes,1,1,1,1,0.02,0.3010,0.01,0.3010 penances,penances,2,1,2,1,0.04,0.4771,0.01,0.3010 Penang,penang,13,1,0,0,0.25,1.1461,0.01,0.3010 pencilling,pencilling,1,1,1,1,0.02,0.3010,0.01,0.3010 pendente,pendente,2,1,2,1,0.04,0.4771,0.01,0.3010 penetrative,penetrative,1,1,1,1,0.02,0.3010,0.01,0.3010 Penfold,penfold,1,1,0,0,0.02,0.3010,0.01,0.3010 pengo,pengo,3,1,3,1,0.06,0.6021,0.01,0.3010 peninsulas,peninsulas,1,1,1,1,0.02,0.3010,0.01,0.3010 Penistone,penistone,5,1,0,0,0.10,0.7782,0.01,0.3010 penitential,penitential,1,1,1,1,0.02,0.3010,0.01,0.3010 penknives,penknives,1,1,1,1,0.02,0.3010,0.01,0.3010 penlights,penlights,1,1,1,1,0.02,0.3010,0.01,0.3010 Penna,penna,1,1,0,0,0.02,0.3010,0.01,0.3010 Penni,penni,1,1,0,0,0.02,0.3010,0.01,0.3010 pennied,pennied,1,1,1,1,0.02,0.3010,0.01,0.3010 Pennsylvanian,pennsylvanian,1,1,0,0,0.02,0.3010,0.01,0.3010 pensively,pensively,1,1,1,1,0.02,0.3010,0.01,0.3010 pentangle,pentangle,2,1,2,1,0.04,0.4771,0.01,0.3010 pentathlon,pentathlon,3,1,3,1,0.06,0.6021,0.01,0.3010 pentathlons,pentathlons,1,1,1,1,0.02,0.3010,0.01,0.3010 Pentecostals,pentecostals,1,1,0,0,0.02,0.3010,0.01,0.3010 Penumbra,penumbra,1,1,0,0,0.02,0.3010,0.01,0.3010 penurious,penurious,1,1,1,1,0.02,0.3010,0.01,0.3010 penury,penury,1,1,1,1,0.02,0.3010,0.01,0.3010 peopler,peopler,1,1,1,1,0.02,0.3010,0.01,0.3010 peplum,peplum,2,1,2,1,0.04,0.4771,0.01,0.3010 pepperbox,pepperbox,1,1,1,1,0.02,0.3010,0.01,0.3010 Peppery,peppery,1,1,0,0,0.02,0.3010,0.01,0.3010 peptic,peptic,1,1,1,1,0.02,0.3010,0.01,0.3010 Pequot,pequot,4,1,0,0,0.08,0.6990,0.01,0.3010 peradventure,peradventure,1,1,1,1,0.02,0.3010,0.01,0.3010 perambulations,perambulations,2,1,2,1,0.04,0.4771,0.01,0.3010 perambulators,perambulators,1,1,1,1,0.02,0.3010,0.01,0.3010 percenter,percenter,1,1,1,1,0.02,0.3010,0.01,0.3010 percents,percents,1,1,1,1,0.02,0.3010,0.01,0.3010 percept,percept,1,1,1,1,0.02,0.3010,0.01,0.3010 perceptively,perceptively,1,1,1,1,0.02,0.3010,0.01,0.3010 perche,perche,1,1,1,1,0.02,0.3010,0.01,0.3010 Percheron,percheron,1,1,0,0,0.02,0.3010,0.01,0.3010 perchloric,perchloric,1,1,1,1,0.02,0.3010,0.01,0.3010 perchloride,perchloride,1,1,1,1,0.02,0.3010,0.01,0.3010 perchloroethylene,perchloroethylene,1,1,1,1,0.02,0.3010,0.01,0.3010 percipi,percipi,1,1,1,1,0.02,0.3010,0.01,0.3010 percussional,percussional,1,1,1,1,0.02,0.3010,0.01,0.3010 percussionists,percussionists,1,1,1,1,0.02,0.3010,0.01,0.3010 percussions,percussions,1,1,1,1,0.02,0.3010,0.01,0.3010 percutaneous,percutaneous,1,1,1,1,0.02,0.3010,0.01,0.3010 Perdix,perdix,5,1,0,0,0.10,0.7782,0.01,0.3010 Perdue,perdue,1,1,0,0,0.02,0.3010,0.01,0.3010 Peregrin,peregrin,1,1,0,0,0.02,0.3010,0.01,0.3010 peregrinations,peregrinations,1,1,1,1,0.02,0.3010,0.01,0.3010 peremptorily,peremptorily,1,1,1,1,0.02,0.3010,0.01,0.3010 perennially,perennially,1,1,1,1,0.02,0.3010,0.01,0.3010 perfectest,perfectest,1,1,1,1,0.02,0.3010,0.01,0.3010 perfectible,perfectible,1,1,1,1,0.02,0.3010,0.01,0.3010 perfections,perfections,1,1,1,1,0.02,0.3010,0.01,0.3010 perfective,perfective,1,1,1,1,0.02,0.3010,0.01,0.3010 perforator,perforator,1,1,1,1,0.02,0.3010,0.01,0.3010 perfumers,perfumers,1,1,1,1,0.02,0.3010,0.01,0.3010 perfumery,perfumery,2,1,2,1,0.04,0.4771,0.01,0.3010 perfusing,perfusing,1,1,1,1,0.02,0.3010,0.01,0.3010 perfusion,perfusion,1,1,1,1,0.02,0.3010,0.01,0.3010 Peri,peri,1,1,0,0,0.02,0.3010,0.01,0.3010 periaortic,periaortic,1,1,1,1,0.02,0.3010,0.01,0.3010 periarteritis,periarteritis,2,1,1,1,0.04,0.4771,0.01,0.3010 pericranium,pericranium,2,1,2,1,0.04,0.4771,0.01,0.3010 peridot,peridot,1,1,1,1,0.02,0.3010,0.01,0.3010 peridotite,peridotite,2,1,2,1,0.04,0.4771,0.01,0.3010 Perigord,perigord,3,1,0,0,0.06,0.6021,0.01,0.3010 Perine,perine,1,1,0,0,0.02,0.3010,0.01,0.3010 perineal,perineal,1,1,1,1,0.02,0.3010,0.01,0.3010 perionychium,perionychium,1,1,1,1,0.02,0.3010,0.01,0.3010 peripatetic,peripatetic,1,1,1,1,0.02,0.3010,0.01,0.3010 Perique,perique,1,1,0,0,0.02,0.3010,0.01,0.3010 peritonsillar,peritonsillar,1,1,1,1,0.02,0.3010,0.01,0.3010 perivascular,perivascular,1,1,1,1,0.02,0.3010,0.01,0.3010 periwinkles,periwinkles,1,1,1,1,0.02,0.3010,0.01,0.3010 perjures,perjures,1,1,1,1,0.02,0.3010,0.01,0.3010 perjurious,perjurious,1,1,1,1,0.02,0.3010,0.01,0.3010 perkier,perkier,1,1,1,1,0.02,0.3010,0.01,0.3010 perle,perle,1,1,1,1,0.02,0.3010,0.01,0.3010 permafrost,permafrost,1,1,1,1,0.02,0.3010,0.01,0.3010 Permalloy,permalloy,2,1,0,0,0.04,0.4771,0.01,0.3010 permanents,permanents,1,1,1,1,0.02,0.3010,0.01,0.3010 permeability,permeability,1,1,1,1,0.02,0.3010,0.01,0.3010 perming,perming,1,1,1,1,0.02,0.3010,0.01,0.3010 permittivity,permittivity,1,1,1,1,0.02,0.3010,0.01,0.3010 Permute,permute,6,1,1,1,0.12,0.8451,0.01,0.3010 pernod,pernod,1,1,1,1,0.02,0.3010,0.01,0.3010 peroneal,peroneal,1,1,1,1,0.02,0.3010,0.01,0.3010 peroxided,peroxided,1,1,1,1,0.02,0.3010,0.01,0.3010 perpetration,perpetration,1,1,1,1,0.02,0.3010,0.01,0.3010 perquisites,perquisites,1,1,1,1,0.02,0.3010,0.01,0.3010 Perryman,perryman,12,1,0,0,0.24,1.1139,0.01,0.3010 Persecutory,persecutory,1,1,0,0,0.02,0.3010,0.01,0.3010 Perses,perses,1,1,0,0,0.02,0.3010,0.01,0.3010 perseverate,perseverate,1,1,1,1,0.02,0.3010,0.01,0.3010 persevered,persevered,1,1,1,1,0.02,0.3010,0.01,0.3010 persiflage,persiflage,2,1,2,1,0.04,0.4771,0.01,0.3010 Persis,persis,1,1,0,0,0.02,0.3010,0.01,0.3010 persistance,persistance,1,1,1,1,0.02,0.3010,0.01,0.3010 persistency,persistency,1,1,1,1,0.02,0.3010,0.01,0.3010 persisting,persisting,1,1,1,1,0.02,0.3010,0.01,0.3010 personably,personably,1,1,1,1,0.02,0.3010,0.01,0.3010 personae,personae,1,1,1,1,0.02,0.3010,0.01,0.3010 personalise,personalise,1,1,1,1,0.02,0.3010,0.01,0.3010 personalizes,personalizes,1,1,1,1,0.02,0.3010,0.01,0.3010 personam,personam,1,1,1,1,0.02,0.3010,0.01,0.3010 personhood,personhood,1,1,1,1,0.02,0.3010,0.01,0.3010 perspectively,perspectively,1,1,1,1,0.02,0.3010,0.01,0.3010 perspex,perspex,1,1,1,1,0.02,0.3010,0.01,0.3010 perspicuous,perspicuous,5,1,3,1,0.10,0.7782,0.01,0.3010 perspires,perspires,1,1,1,1,0.02,0.3010,0.01,0.3010 persuasively,persuasively,1,1,1,1,0.02,0.3010,0.01,0.3010 pertained,pertained,1,1,1,1,0.02,0.3010,0.01,0.3010 pertinence,pertinence,1,1,1,1,0.02,0.3010,0.01,0.3010 perturb,perturb,2,1,2,1,0.04,0.4771,0.01,0.3010 perturbing,perturbing,2,1,2,1,0.04,0.4771,0.01,0.3010 perty,perty,1,1,1,1,0.02,0.3010,0.01,0.3010 peruses,peruses,1,1,1,1,0.02,0.3010,0.01,0.3010 Peruvians,peruvians,2,1,0,0,0.04,0.4771,0.01,0.3010 pervade,pervade,1,1,1,1,0.02,0.3010,0.01,0.3010 pervaded,pervaded,1,1,1,1,0.02,0.3010,0.01,0.3010 pervertedly,pervertedly,1,1,1,1,0.02,0.3010,0.01,0.3010 Perviously,perviously,1,1,0,0,0.02,0.3010,0.01,0.3010 peskier,peskier,1,1,1,1,0.02,0.3010,0.01,0.3010 pess,pess,1,1,1,1,0.02,0.3010,0.01,0.3010 peste,peste,2,1,1,1,0.04,0.4771,0.01,0.3010 pestilent,pestilent,1,1,1,1,0.02,0.3010,0.01,0.3010 petalled,petalled,1,1,1,1,0.02,0.3010,0.01,0.3010 petrifies,petrifies,1,1,1,1,0.02,0.3010,0.01,0.3010 petrochemicals,petrochemicals,1,1,1,1,0.02,0.3010,0.01,0.3010 petrology,petrology,1,1,1,1,0.02,0.3010,0.01,0.3010 petrosal,petrosal,1,1,1,1,0.02,0.3010,0.01,0.3010 pettier,pettier,1,1,1,1,0.02,0.3010,0.01,0.3010 pettiest,pettiest,1,1,1,1,0.02,0.3010,0.01,0.3010 pettifogging,pettifogging,1,1,1,1,0.02,0.3010,0.01,0.3010 pettling,pettling,1,1,1,1,0.02,0.3010,0.01,0.3010 petulantly,petulantly,1,1,1,1,0.02,0.3010,0.01,0.3010 pewters,pewters,1,1,1,1,0.02,0.3010,0.01,0.3010 phage,phage,1,1,1,1,0.02,0.3010,0.01,0.3010 Phages,phages,1,1,0,0,0.02,0.3010,0.01,0.3010 phalangeal,phalangeal,1,1,1,1,0.02,0.3010,0.01,0.3010 phantasmagoria,phantasmagoria,1,1,1,1,0.02,0.3010,0.01,0.3010 Phantasy,phantasy,1,1,0,0,0.02,0.3010,0.01,0.3010 pharmaceutically,pharmaceutically,1,1,1,1,0.02,0.3010,0.01,0.3010 phasmid,phasmid,3,1,3,1,0.06,0.6021,0.01,0.3010 phattest,phattest,1,1,1,1,0.02,0.3010,0.01,0.3010 Phenix,phenix,2,1,0,0,0.04,0.4771,0.01,0.3010 phenols,phenols,1,1,1,1,0.02,0.3010,0.01,0.3010 phenomenological,phenomenological,2,1,2,1,0.04,0.4771,0.01,0.3010 phenomenons,phenomenons,1,1,1,1,0.02,0.3010,0.01,0.3010 phenotype,phenotype,1,1,1,1,0.02,0.3010,0.01,0.3010 phenotypes,phenotypes,1,1,1,1,0.02,0.3010,0.01,0.3010 phenyl,phenyl,1,1,1,1,0.02,0.3010,0.01,0.3010 Phenylenediamine,phenylenediamine,1,1,0,0,0.02,0.3010,0.01,0.3010 phials,phials,1,1,1,1,0.02,0.3010,0.01,0.3010 Philadelphians,philadelphians,1,1,0,0,0.02,0.3010,0.01,0.3010 philander,philander,2,1,2,1,0.04,0.4771,0.01,0.3010 philanthropically,philanthropically,1,1,1,1,0.02,0.3010,0.01,0.3010 philanthropies,philanthropies,1,1,1,1,0.02,0.3010,0.01,0.3010 Philanthropists,philanthropists,2,1,0,0,0.04,0.4771,0.01,0.3010 Philistia,philistia,2,1,0,0,0.04,0.4771,0.01,0.3010 Phillippi,phillippi,1,1,0,0,0.02,0.3010,0.01,0.3010 Philomela,philomela,3,1,0,0,0.06,0.6021,0.01,0.3010 philosophe,philosophe,1,1,1,1,0.02,0.3010,0.01,0.3010 philosophise,philosophise,1,1,1,1,0.02,0.3010,0.01,0.3010 philosophiser,philosophiser,1,1,1,1,0.02,0.3010,0.01,0.3010 philosophising,philosophising,1,1,1,1,0.02,0.3010,0.01,0.3010 philosophizer,philosophizer,1,1,1,1,0.02,0.3010,0.01,0.3010 philosophizes,philosophizes,1,1,1,1,0.02,0.3010,0.01,0.3010 phimosis,phimosis,1,1,1,1,0.02,0.3010,0.01,0.3010 Phlebotomy,phlebotomy,1,1,0,0,0.02,0.3010,0.01,0.3010 phoenixes,phoenixes,1,1,1,1,0.02,0.3010,0.01,0.3010 phon,phon,1,1,1,1,0.02,0.3010,0.01,0.3010 phonecards,phonecards,1,1,1,1,0.02,0.3010,0.01,0.3010 phoner,phoner,1,1,1,1,0.02,0.3010,0.01,0.3010 phonied,phonied,1,1,1,1,0.02,0.3010,0.01,0.3010 phoniest,phoniest,1,1,1,1,0.02,0.3010,0.01,0.3010 phonographic,phonographic,1,1,1,1,0.02,0.3010,0.01,0.3010 phos,phos,1,1,1,1,0.02,0.3010,0.01,0.3010 Phosgene,phosgene,1,1,0,0,0.02,0.3010,0.01,0.3010 phospholipid,phospholipid,1,1,1,1,0.02,0.3010,0.01,0.3010 Phosphor,phosphor,1,1,0,0,0.02,0.3010,0.01,0.3010 Phosphoric,phosphoric,1,1,0,0,0.02,0.3010,0.01,0.3010 phosphorylated,phosphorylated,1,1,1,1,0.02,0.3010,0.01,0.3010 photochemical,photochemical,1,1,1,1,0.02,0.3010,0.01,0.3010 photodynamic,photodynamic,1,1,1,1,0.02,0.3010,0.01,0.3010 photoelectron,photoelectron,1,1,1,1,0.02,0.3010,0.01,0.3010 photomontage,photomontage,1,1,1,1,0.02,0.3010,0.01,0.3010 photomultiplier,photomultiplier,1,1,1,1,0.02,0.3010,0.01,0.3010 photoperiodic,photoperiodic,1,1,1,1,0.02,0.3010,0.01,0.3010 Photophygous,photophygous,4,1,0,0,0.08,0.6990,0.01,0.3010 photostatic,photostatic,1,1,1,1,0.02,0.3010,0.01,0.3010 photosynthesize,photosynthesize,1,1,1,1,0.02,0.3010,0.01,0.3010 phototropism,phototropism,1,1,1,1,0.02,0.3010,0.01,0.3010 Photovoltaic,photovoltaic,1,1,0,0,0.02,0.3010,0.01,0.3010 phrasemaker,phrasemaker,1,1,1,1,0.02,0.3010,0.01,0.3010 phrenic,phrenic,1,1,1,1,0.02,0.3010,0.01,0.3010 phyla,phyla,1,1,1,1,0.02,0.3010,0.01,0.3010 phylloxera,phylloxera,4,1,4,1,0.08,0.6990,0.01,0.3010 Phylon,phylon,18,1,0,0,0.35,1.2788,0.01,0.3010 physalia,physalia,2,1,1,1,0.04,0.4771,0.01,0.3010 physiognomic,physiognomic,1,1,1,1,0.02,0.3010,0.01,0.3010 physiognomies,physiognomies,1,1,1,1,0.02,0.3010,0.01,0.3010 physiognomy,physiognomy,1,1,1,1,0.02,0.3010,0.01,0.3010 physiologic,physiologic,1,1,1,1,0.02,0.3010,0.01,0.3010 physiques,physiques,1,1,1,1,0.02,0.3010,0.01,0.3010 physostigmine,physostigmine,1,1,1,1,0.02,0.3010,0.01,0.3010 Phytolacca,phytolacca,1,1,0,0,0.02,0.3010,0.01,0.3010 Phyton,phyton,4,1,0,0,0.08,0.6990,0.01,0.3010 piastres,piastres,1,1,1,1,0.02,0.3010,0.01,0.3010 pibroch,pibroch,2,1,2,1,0.04,0.4771,0.01,0.3010 picador,picador,1,1,1,1,0.02,0.3010,0.01,0.3010 picaroon,picaroon,3,1,3,1,0.06,0.6021,0.01,0.3010 picaroons,picaroons,1,1,1,1,0.02,0.3010,0.01,0.3010 Picas,picas,1,1,0,0,0.02,0.3010,0.01,0.3010 piccante,piccante,1,1,1,1,0.02,0.3010,0.01,0.3010 piccolos,piccolos,1,1,1,1,0.02,0.3010,0.01,0.3010 pice,pice,1,1,1,1,0.02,0.3010,0.01,0.3010 picea,picea,1,1,1,1,0.02,0.3010,0.01,0.3010 pickaninnies,pickaninnies,1,1,1,1,0.02,0.3010,0.01,0.3010 pickery,pickery,1,1,1,1,0.02,0.3010,0.01,0.3010 pickier,pickier,1,1,1,1,0.02,0.3010,0.01,0.3010 pickiest,pickiest,1,1,1,1,0.02,0.3010,0.01,0.3010 picklock,picklock,1,1,1,1,0.02,0.3010,0.01,0.3010 picklocks,picklocks,4,1,4,1,0.08,0.6990,0.01,0.3010 pickoff,pickoff,1,1,1,1,0.02,0.3010,0.01,0.3010 picnicker,picnicker,1,1,1,1,0.02,0.3010,0.01,0.3010 Pict,pict,2,1,0,0,0.04,0.4771,0.01,0.3010 pictogram,pictogram,1,1,1,1,0.02,0.3010,0.01,0.3010 pictograph,pictograph,1,1,1,1,0.02,0.3010,0.01,0.3010 pictorialist,pictorialist,1,1,1,1,0.02,0.3010,0.01,0.3010 pictorials,pictorials,2,1,2,1,0.04,0.4771,0.01,0.3010 picturization,picturization,1,1,1,1,0.02,0.3010,0.01,0.3010 piddled,piddled,1,1,1,1,0.02,0.3010,0.01,0.3010 piercer,piercer,3,1,3,1,0.06,0.6021,0.01,0.3010 Pierrette,pierrette,1,1,0,0,0.02,0.3010,0.01,0.3010 pieties,pieties,1,1,1,1,0.02,0.3010,0.01,0.3010 piff,piff,2,1,2,1,0.04,0.4771,0.01,0.3010 piffling,piffling,1,1,1,1,0.02,0.3010,0.01,0.3010 pigeonhearted,pigeonhearted,1,1,1,1,0.02,0.3010,0.01,0.3010 pigeonholes,pigeonholes,1,1,1,1,0.02,0.3010,0.01,0.3010 piggery,piggery,1,1,1,1,0.02,0.3010,0.01,0.3010 Pigmeat,pigmeat,1,1,0,0,0.02,0.3010,0.01,0.3010 pigmentally,pigmentally,1,1,1,1,0.02,0.3010,0.01,0.3010 pigments,pigments,1,1,1,1,0.02,0.3010,0.01,0.3010 Pigpens,pigpens,1,1,0,0,0.02,0.3010,0.01,0.3010 pigskins,pigskins,2,1,2,1,0.04,0.4771,0.01,0.3010 pigsticker,pigsticker,2,1,2,1,0.04,0.4771,0.01,0.3010 pigswill,pigswill,1,1,1,1,0.02,0.3010,0.01,0.3010 pikelet,pikelet,1,1,1,1,0.02,0.3010,0.01,0.3010 pikestaff,pikestaff,2,1,1,1,0.04,0.4771,0.01,0.3010 Piki,piki,1,1,0,0,0.02,0.3010,0.01,0.3010 pilasters,pilasters,1,1,1,1,0.02,0.3010,0.01,0.3010 pilfer,pilfer,1,1,1,1,0.02,0.3010,0.01,0.3010 pilferer,pilferer,1,1,1,1,0.02,0.3010,0.01,0.3010 pilgrimaging,pilgrimaging,1,1,1,1,0.02,0.3010,0.01,0.3010 Pilgrimatic,pilgrimatic,1,1,0,0,0.02,0.3010,0.01,0.3010 pillages,pillages,1,1,1,1,0.02,0.3010,0.01,0.3010 pilled,pilled,1,1,1,1,0.02,0.3010,0.01,0.3010 Piller,piller,7,1,0,0,0.14,0.9031,0.01,0.3010 pillion,pillion,1,1,1,1,0.02,0.3010,0.01,0.3010 pillories,pillories,1,1,1,1,0.02,0.3010,0.01,0.3010 pilose,pilose,1,1,1,1,0.02,0.3010,0.01,0.3010 pilotage,pilotage,1,1,1,1,0.02,0.3010,0.01,0.3010 pilotless,pilotless,1,1,1,1,0.02,0.3010,0.01,0.3010 Pimas,pimas,1,1,0,0,0.02,0.3010,0.01,0.3010 pimentos,pimentos,1,1,1,1,0.02,0.3010,0.01,0.3010 pimiento,pimiento,1,1,1,1,0.02,0.3010,0.01,0.3010 pinacle,pinacle,1,1,1,1,0.02,0.3010,0.01,0.3010 Pinchbelly,pinchbelly,1,1,0,0,0.02,0.3010,0.01,0.3010 pinchpenny,pinchpenny,1,1,1,1,0.02,0.3010,0.01,0.3010 pingers,pingers,1,1,1,1,0.02,0.3010,0.01,0.3010 pinheaded,pinheaded,1,1,1,1,0.02,0.3010,0.01,0.3010 pinkest,pinkest,1,1,1,1,0.02,0.3010,0.01,0.3010 pinkly,pinkly,3,1,3,1,0.06,0.6021,0.01,0.3010 pinniped,pinniped,1,1,1,1,0.02,0.3010,0.01,0.3010 pinocle,pinocle,2,1,2,1,0.04,0.4771,0.01,0.3010 Pinole,pinole,3,1,0,0,0.06,0.6021,0.01,0.3010 pinscher,pinscher,1,1,1,1,0.02,0.3010,0.01,0.3010 pinschers,pinschers,1,1,1,1,0.02,0.3010,0.01,0.3010 pinsetters,pinsetters,1,1,1,1,0.02,0.3010,0.01,0.3010 pintle,pintle,1,1,1,1,0.02,0.3010,0.01,0.3010 pintsize,pintsize,1,1,1,1,0.02,0.3010,0.01,0.3010 Pinworm,pinworm,1,1,0,0,0.02,0.3010,0.01,0.3010 pinworms,pinworms,2,1,2,1,0.04,0.4771,0.01,0.3010 pipal,pipal,3,1,3,1,0.06,0.6021,0.01,0.3010 piperidine,piperidine,1,1,1,1,0.02,0.3010,0.01,0.3010 pipette,pipette,1,1,1,1,0.02,0.3010,0.01,0.3010 pipistrelle,pipistrelle,1,1,1,1,0.02,0.3010,0.01,0.3010 Pipper,pipper,1,1,0,0,0.02,0.3010,0.01,0.3010 pipping,pipping,1,1,1,1,0.02,0.3010,0.01,0.3010 pipsqueaks,pipsqueaks,2,1,2,1,0.04,0.4771,0.01,0.3010 Piquette,piquette,1,1,0,0,0.02,0.3010,0.01,0.3010 piquing,piquing,1,1,1,1,0.02,0.3010,0.01,0.3010 pirogues,pirogues,1,1,1,1,0.02,0.3010,0.01,0.3010 piroshki,piroshki,1,1,1,1,0.02,0.3010,0.01,0.3010 pirouetted,pirouetted,1,1,1,1,0.02,0.3010,0.01,0.3010 pirouetting,pirouetting,1,1,1,1,0.02,0.3010,0.01,0.3010 pisco,pisco,1,1,1,1,0.02,0.3010,0.01,0.3010 pishes,pishes,1,1,1,1,0.02,0.3010,0.01,0.3010 pishposh,pishposh,1,1,1,1,0.02,0.3010,0.01,0.3010 pisk,pisk,2,1,2,1,0.04,0.4771,0.01,0.3010 pismire,pismire,1,1,1,1,0.02,0.3010,0.01,0.3010 piste,piste,1,1,1,1,0.02,0.3010,0.01,0.3010 Pistils,pistils,1,1,0,0,0.02,0.3010,0.01,0.3010 pistolier,pistolier,1,1,1,1,0.02,0.3010,0.01,0.3010 pistonhead,pistonhead,1,1,1,1,0.02,0.3010,0.01,0.3010 pitas,pitas,1,1,1,1,0.02,0.3010,0.01,0.3010 pitcherful,pitcherful,1,1,1,1,0.02,0.3010,0.01,0.3010 pitchmen,pitchmen,1,1,1,1,0.02,0.3010,0.01,0.3010 pitchpot,pitchpot,1,1,1,1,0.02,0.3010,0.01,0.3010 piteously,piteously,1,1,1,1,0.02,0.3010,0.01,0.3010 pitfall,pitfall,1,1,1,1,0.02,0.3010,0.01,0.3010 pithing,pithing,1,1,1,1,0.02,0.3010,0.01,0.3010 Piute,piute,1,1,0,0,0.02,0.3010,0.01,0.3010 pivoting,pivoting,1,1,1,1,0.02,0.3010,0.01,0.3010 pixy,pixy,1,1,1,1,0.02,0.3010,0.01,0.3010 placentas,placentas,1,1,1,1,0.02,0.3010,0.01,0.3010 placet,placet,1,1,1,1,0.02,0.3010,0.01,0.3010 plagiarised,plagiarised,1,1,1,1,0.02,0.3010,0.01,0.3010 plagiarist,plagiarist,1,1,1,1,0.02,0.3010,0.01,0.3010 plaguey,plaguey,1,1,1,1,0.02,0.3010,0.01,0.3010 plainclothesman,plainclothesman,1,1,1,1,0.02,0.3010,0.01,0.3010 Plainfield,plainfield,1,1,0,0,0.02,0.3010,0.01,0.3010 plaint,plaint,1,1,1,1,0.02,0.3010,0.01,0.3010 plaintively,plaintively,1,1,1,1,0.02,0.3010,0.01,0.3010 plaisanterie,plaisanterie,1,1,1,1,0.02,0.3010,0.01,0.3010 planaria,planaria,1,1,1,1,0.02,0.3010,0.01,0.3010 Planchet,planchet,17,1,0,0,0.33,1.2553,0.01,0.3010 Planchette,planchette,1,1,0,0,0.02,0.3010,0.01,0.3010 planeloads,planeloads,1,1,1,1,0.02,0.3010,0.01,0.3010 planetoids,planetoids,1,1,1,1,0.02,0.3010,0.01,0.3010 planished,planished,1,1,1,1,0.02,0.3010,0.01,0.3010 planishes,planishes,1,1,1,1,0.02,0.3010,0.01,0.3010 planked,planked,1,1,1,1,0.02,0.3010,0.01,0.3010 plantain,plantain,1,1,1,1,0.02,0.3010,0.01,0.3010 plantings,plantings,1,1,1,1,0.02,0.3010,0.01,0.3010 plasm,plasm,2,1,2,1,0.04,0.4771,0.01,0.3010 plasmid,plasmid,1,1,1,1,0.02,0.3010,0.01,0.3010 plasmids,plasmids,12,1,12,1,0.24,1.1139,0.01,0.3010 Plasticine,plasticine,1,1,0,0,0.02,0.3010,0.01,0.3010 plasticise,plasticise,1,1,1,1,0.02,0.3010,0.01,0.3010 plasticized,plasticized,1,1,1,1,0.02,0.3010,0.01,0.3010 plasticizer,plasticizer,1,1,1,1,0.02,0.3010,0.01,0.3010 plastisol,plastisol,1,1,1,1,0.02,0.3010,0.01,0.3010 plateaued,plateaued,1,1,1,1,0.02,0.3010,0.01,0.3010 platitude,platitude,1,1,1,1,0.02,0.3010,0.01,0.3010 plaudits,plaudits,1,1,1,1,0.02,0.3010,0.01,0.3010 playact,playact,1,1,1,1,0.02,0.3010,0.01,0.3010 Playas,playas,5,1,0,0,0.10,0.7782,0.01,0.3010 playclothes,playclothes,1,1,1,1,0.02,0.3010,0.01,0.3010 playhouses,playhouses,3,1,2,1,0.06,0.6021,0.01,0.3010 playmaker,playmaker,6,1,5,1,0.12,0.8451,0.01,0.3010 playpens,playpens,1,1,1,1,0.02,0.3010,0.01,0.3010 playsuit,playsuit,1,1,1,1,0.02,0.3010,0.01,0.3010 playsuits,playsuits,1,1,1,1,0.02,0.3010,0.01,0.3010 pleader,pleader,1,1,1,1,0.02,0.3010,0.01,0.3010 Pleasance,pleasance,1,1,0,0,0.02,0.3010,0.01,0.3010 pleasantness,pleasantness,1,1,1,1,0.02,0.3010,0.01,0.3010 pleasers,pleasers,1,1,1,1,0.02,0.3010,0.01,0.3010 Plebeians,plebeians,1,1,0,0,0.02,0.3010,0.01,0.3010 plebian,plebian,1,1,1,1,0.02,0.3010,0.01,0.3010 plebs,plebs,1,1,1,1,0.02,0.3010,0.01,0.3010 pledgers,pledgers,1,1,1,1,0.02,0.3010,0.01,0.3010 plena,plena,1,1,1,1,0.02,0.3010,0.01,0.3010 plenipotent,plenipotent,1,1,1,1,0.02,0.3010,0.01,0.3010 Plenipotentiary,plenipotentiary,2,1,0,0,0.04,0.4771,0.01,0.3010 plenitude,plenitude,2,1,1,1,0.04,0.4771,0.01,0.3010 plenties,plenties,3,1,2,1,0.06,0.6021,0.01,0.3010 plentifully,plentifully,1,1,1,1,0.02,0.3010,0.01,0.3010 plenum,plenum,1,1,1,1,0.02,0.3010,0.01,0.3010 plesiosaurus,plesiosaurus,1,1,1,1,0.02,0.3010,0.01,0.3010 plethysmograph,plethysmograph,1,1,1,1,0.02,0.3010,0.01,0.3010 Pli,pli,1,1,0,0,0.02,0.3010,0.01,0.3010 pliability,pliability,1,1,1,1,0.02,0.3010,0.01,0.3010 plighted,plighted,1,1,1,1,0.02,0.3010,0.01,0.3010 plighting,plighting,1,1,1,1,0.02,0.3010,0.01,0.3010 Plimsoll,plimsoll,10,1,0,0,0.20,1.0414,0.01,0.3010 plodder,plodder,1,1,1,1,0.02,0.3010,0.01,0.3010 Ploesti,ploesti,1,1,0,0,0.02,0.3010,0.01,0.3010 plonked,plonked,1,1,1,1,0.02,0.3010,0.01,0.3010 plonking,plonking,4,1,3,1,0.08,0.6990,0.01,0.3010 plosive,plosive,1,1,1,1,0.02,0.3010,0.01,0.3010 Plott,plott,1,1,0,0,0.02,0.3010,0.01,0.3010 ploughshares,ploughshares,1,1,1,1,0.02,0.3010,0.01,0.3010 plowboy,plowboy,1,1,1,1,0.02,0.3010,0.01,0.3010 ploys,ploys,1,1,1,1,0.02,0.3010,0.01,0.3010 Plu,plu,10,1,0,0,0.20,1.0414,0.01,0.3010 pluckers,pluckers,1,1,1,1,0.02,0.3010,0.01,0.3010 pluggers,pluggers,1,1,1,1,0.02,0.3010,0.01,0.3010 plumbed,plumbed,1,1,1,1,0.02,0.3010,0.01,0.3010 plumed,plumed,1,1,1,1,0.02,0.3010,0.01,0.3010 plunderers,plunderers,1,1,1,1,0.02,0.3010,0.01,0.3010 plunking,plunking,1,1,1,1,0.02,0.3010,0.01,0.3010 Pluperfect,pluperfect,1,1,0,0,0.02,0.3010,0.01,0.3010 Plur,plur,1,1,0,0,0.02,0.3010,0.01,0.3010 pluralise,pluralise,2,1,2,1,0.04,0.4771,0.01,0.3010 Pluralism,pluralism,1,1,0,0,0.02,0.3010,0.01,0.3010 pluralistic,pluralistic,1,1,1,1,0.02,0.3010,0.01,0.3010 plurality,plurality,1,1,1,1,0.02,0.3010,0.01,0.3010 plutons,plutons,1,1,1,1,0.02,0.3010,0.01,0.3010 pluviosity,pluviosity,4,1,2,1,0.08,0.6990,0.01,0.3010 plyer,plyer,1,1,1,1,0.02,0.3010,0.01,0.3010 pneumatics,pneumatics,2,1,2,1,0.04,0.4771,0.01,0.3010 pneumatograph,pneumatograph,1,1,1,1,0.02,0.3010,0.01,0.3010 pneumococci,pneumococci,1,1,1,1,0.02,0.3010,0.01,0.3010 pneumoencephalogram,pneumoencephalogram,1,1,1,1,0.02,0.3010,0.01,0.3010 pneumograph,pneumograph,1,1,1,1,0.02,0.3010,0.01,0.3010 pneumonectomy,pneumonectomy,1,1,1,1,0.02,0.3010,0.01,0.3010 pneumonitis,pneumonitis,1,1,1,1,0.02,0.3010,0.01,0.3010 pneumoperitoneum,pneumoperitoneum,1,1,1,1,0.02,0.3010,0.01,0.3010 pockmark,pockmark,1,1,1,1,0.02,0.3010,0.01,0.3010 pocks,pocks,1,1,1,1,0.02,0.3010,0.01,0.3010 podcasts,podcasts,1,1,1,1,0.02,0.3010,0.01,0.3010 Podesta,podesta,2,1,0,0,0.04,0.4771,0.01,0.3010 Podge,podge,3,1,0,0,0.06,0.6021,0.01,0.3010 podiums,podiums,1,1,1,1,0.02,0.3010,0.01,0.3010 poetesses,poetesses,1,1,1,1,0.02,0.3010,0.01,0.3010 pogey,pogey,1,1,1,1,0.02,0.3010,0.01,0.3010 Poha,poha,2,1,0,0,0.04,0.4771,0.01,0.3010 poignance,poignance,1,1,1,1,0.02,0.3010,0.01,0.3010 poignantly,poignantly,1,1,1,1,0.02,0.3010,0.01,0.3010 poignard,poignard,3,1,3,1,0.06,0.6021,0.01,0.3010 pointier,pointier,2,1,2,1,0.04,0.4771,0.01,0.3010 Pokie,pokie,1,1,0,0,0.02,0.3010,0.01,0.3010 Polarize,polarize,1,1,0,0,0.02,0.3010,0.01,0.3010 polarizes,polarizes,1,1,1,1,0.02,0.3010,0.01,0.3010 Polars,polars,2,1,0,0,0.04,0.4771,0.01,0.3010 poleax,poleax,1,1,1,1,0.02,0.3010,0.01,0.3010 poleaxed,poleaxed,2,1,2,1,0.04,0.4771,0.01,0.3010 polemics,polemics,1,1,1,1,0.02,0.3010,0.01,0.3010 policewomen,policewomen,1,1,1,1,0.02,0.3010,0.01,0.3010 policyholders,policyholders,1,1,1,1,0.02,0.3010,0.01,0.3010 polishers,polishers,1,1,1,1,0.02,0.3010,0.01,0.3010 Politicked,politicked,1,1,0,0,0.02,0.3010,0.01,0.3010 politicking,politicking,1,1,1,1,0.02,0.3010,0.01,0.3010 politicly,politicly,1,1,1,1,0.02,0.3010,0.01,0.3010 Polje,polje,3,1,0,0,0.06,0.6021,0.01,0.3010 pollens,pollens,1,1,1,1,0.02,0.3010,0.01,0.3010 pollinated,pollinated,1,1,1,1,0.02,0.3010,0.01,0.3010 pollinates,pollinates,1,1,1,1,0.02,0.3010,0.01,0.3010 pollination,pollination,1,1,1,1,0.02,0.3010,0.01,0.3010 polliwog,polliwog,1,1,1,1,0.02,0.3010,0.01,0.3010 polliwogs,polliwogs,1,1,1,1,0.02,0.3010,0.01,0.3010 Pollocks,pollocks,1,1,0,0,0.02,0.3010,0.01,0.3010 pollsters,pollsters,1,1,1,1,0.02,0.3010,0.01,0.3010 pollutant,pollutant,1,1,1,1,0.02,0.3010,0.01,0.3010 pollywogs,pollywogs,1,1,1,1,0.02,0.3010,0.01,0.3010 polonaises,polonaises,1,1,1,1,0.02,0.3010,0.01,0.3010 polonium,polonium,1,1,1,1,0.02,0.3010,0.01,0.3010 Pols,pols,1,1,0,0,0.02,0.3010,0.01,0.3010 polt,polt,1,1,1,1,0.02,0.3010,0.01,0.3010 poltroons,poltroons,1,1,1,1,0.02,0.3010,0.01,0.3010 polyantha,polyantha,1,1,1,1,0.02,0.3010,0.01,0.3010 polychromatic,polychromatic,1,1,1,1,0.02,0.3010,0.01,0.3010 polydactylism,polydactylism,1,1,1,1,0.02,0.3010,0.01,0.3010 Polydactyly,polydactyly,1,1,0,0,0.02,0.3010,0.01,0.3010 polygamists,polygamists,1,1,1,1,0.02,0.3010,0.01,0.3010 polygenic,polygenic,1,1,1,1,0.02,0.3010,0.01,0.3010 polyglot,polyglot,1,1,1,1,0.02,0.3010,0.01,0.3010 polygonal,polygonal,2,1,2,1,0.04,0.4771,0.01,0.3010 polygraphed,polygraphed,1,1,1,1,0.02,0.3010,0.01,0.3010 polygraphist,polygraphist,1,1,1,1,0.02,0.3010,0.01,0.3010 polymerization,polymerization,1,1,1,1,0.02,0.3010,0.01,0.3010 polymorph,polymorph,1,1,1,1,0.02,0.3010,0.01,0.3010 polymorphous,polymorphous,1,1,1,1,0.02,0.3010,0.01,0.3010 polynesia,polynesia,1,1,1,1,0.02,0.3010,0.01,0.3010 Polynesians,polynesians,1,1,0,0,0.02,0.3010,0.01,0.3010 polys,polys,1,1,1,1,0.02,0.3010,0.01,0.3010 polystyrene,polystyrene,1,1,1,1,0.02,0.3010,0.01,0.3010 Polytheism,polytheism,1,1,0,0,0.02,0.3010,0.01,0.3010 polytheist,polytheist,1,1,1,1,0.02,0.3010,0.01,0.3010 polyunsaturated,polyunsaturated,1,1,1,1,0.02,0.3010,0.01,0.3010 polyunsaturates,polyunsaturates,1,1,1,1,0.02,0.3010,0.01,0.3010 Pomaded,pomaded,1,1,0,0,0.02,0.3010,0.01,0.3010 Pomander,pomander,1,1,0,0,0.02,0.3010,0.01,0.3010 pome,pome,1,1,1,1,0.02,0.3010,0.01,0.3010 Pomes,pomes,1,1,0,0,0.02,0.3010,0.01,0.3010 pompon,pompon,1,1,1,1,0.02,0.3010,0.01,0.3010 Pompoon,pompoon,11,1,0,0,0.22,1.0792,0.01,0.3010 Pomposo,pomposo,3,1,0,0,0.06,0.6021,0.01,0.3010 pompously,pompously,1,1,1,1,0.02,0.3010,0.01,0.3010 ponces,ponces,1,1,1,1,0.02,0.3010,0.01,0.3010 Ponderer,ponderer,1,1,0,0,0.02,0.3010,0.01,0.3010 pongs,pongs,1,1,1,1,0.02,0.3010,0.01,0.3010 poniards,poniards,1,1,1,1,0.02,0.3010,0.01,0.3010 Pontiacs,pontiacs,1,1,0,0,0.02,0.3010,0.01,0.3010 pontiffs,pontiffs,1,1,1,1,0.02,0.3010,0.01,0.3010 Pontile,pontile,1,1,0,0,0.02,0.3010,0.01,0.3010 Pontus,pontus,1,1,0,0,0.02,0.3010,0.01,0.3010 Pooler,pooler,3,1,0,0,0.06,0.6021,0.01,0.3010 poorboys,poorboys,1,1,1,1,0.02,0.3010,0.01,0.3010 pooty,pooty,3,1,3,1,0.06,0.6021,0.01,0.3010 popcorns,popcorns,1,1,1,1,0.02,0.3010,0.01,0.3010 popguns,popguns,1,1,1,1,0.02,0.3010,0.01,0.3010 Popjoy,popjoy,1,1,0,0,0.02,0.3010,0.01,0.3010 poplars,poplars,1,1,1,1,0.02,0.3010,0.01,0.3010 Popover,popover,2,1,0,0,0.04,0.4771,0.01,0.3010 poppadoms,poppadoms,1,1,1,1,0.02,0.3010,0.01,0.3010 Popsy,popsy,5,1,0,0,0.10,0.7782,0.01,0.3010 popularize,popularize,1,1,1,1,0.02,0.3010,0.01,0.3010 populi,populi,1,1,1,1,0.02,0.3010,0.01,0.3010 porgies,porgies,1,1,1,1,0.02,0.3010,0.01,0.3010 porkers,porkers,2,1,1,1,0.04,0.4771,0.01,0.3010 porkin,porkin,1,1,1,1,0.02,0.3010,0.01,0.3010 porkpies,porkpies,1,1,1,1,0.02,0.3010,0.01,0.3010 pornographies,pornographies,1,1,1,1,0.02,0.3010,0.01,0.3010 porosity,porosity,1,1,1,1,0.02,0.3010,0.01,0.3010 porousness,porousness,1,1,1,1,0.02,0.3010,0.01,0.3010 porphyry,porphyry,1,1,1,1,0.02,0.3010,0.01,0.3010 porr,porr,1,1,1,1,0.02,0.3010,0.01,0.3010 porridges,porridges,1,1,1,1,0.02,0.3010,0.01,0.3010 porringer,porringer,1,1,1,1,0.02,0.3010,0.01,0.3010 portability,portability,1,1,1,1,0.02,0.3010,0.01,0.3010 portages,portages,1,1,1,1,0.02,0.3010,0.01,0.3010 Portaging,portaging,1,1,0,0,0.02,0.3010,0.01,0.3010 portative,portative,1,1,1,1,0.02,0.3010,0.01,0.3010 portcullises,portcullises,1,1,1,1,0.02,0.3010,0.01,0.3010 portends,portends,1,1,1,1,0.02,0.3010,0.01,0.3010 portentously,portentously,1,1,1,1,0.02,0.3010,0.01,0.3010 porterage,porterage,1,1,1,1,0.02,0.3010,0.01,0.3010 porterhouses,porterhouses,1,1,1,1,0.02,0.3010,0.01,0.3010 porticoes,porticoes,1,1,1,1,0.02,0.3010,0.01,0.3010 porting,porting,1,1,1,1,0.02,0.3010,0.01,0.3010 portioned,portioned,1,1,1,1,0.02,0.3010,0.01,0.3010 portmanteaus,portmanteaus,1,1,1,1,0.02,0.3010,0.01,0.3010 portmanteaux,portmanteaux,1,1,1,1,0.02,0.3010,0.01,0.3010 portraitist,portraitist,1,1,1,1,0.02,0.3010,0.01,0.3010 portrayer,portrayer,1,1,1,1,0.02,0.3010,0.01,0.3010 portress,portress,1,1,1,1,0.02,0.3010,0.01,0.3010 Portugese,portugese,1,1,0,0,0.02,0.3010,0.01,0.3010 posable,posable,1,1,1,1,0.02,0.3010,0.01,0.3010 Posadas,posadas,1,1,0,0,0.02,0.3010,0.01,0.3010 posher,posher,1,1,1,1,0.02,0.3010,0.01,0.3010 Poshly,poshly,1,1,0,0,0.02,0.3010,0.01,0.3010 Posho,posho,1,1,0,0,0.02,0.3010,0.01,0.3010 positron,positron,2,1,2,1,0.04,0.4771,0.01,0.3010 positrons,positrons,1,1,1,1,0.02,0.3010,0.01,0.3010 possessors,possessors,1,1,1,1,0.02,0.3010,0.01,0.3010 posset,posset,1,1,1,1,0.02,0.3010,0.01,0.3010 possets,possets,1,1,1,1,0.02,0.3010,0.01,0.3010 possie,possie,3,1,3,1,0.06,0.6021,0.01,0.3010 possy,possy,1,1,1,1,0.02,0.3010,0.01,0.3010 postboxes,postboxes,1,1,1,1,0.02,0.3010,0.01,0.3010 postcentral,postcentral,1,1,1,1,0.02,0.3010,0.01,0.3010 postdate,postdate,1,1,1,1,0.02,0.3010,0.01,0.3010 postdates,postdates,1,1,1,1,0.02,0.3010,0.01,0.3010 posteriors,posteriors,1,1,1,1,0.02,0.3010,0.01,0.3010 posthole,posthole,4,1,4,1,0.08,0.6990,0.01,0.3010 postmasters,postmasters,1,1,1,1,0.02,0.3010,0.01,0.3010 postmistress,postmistress,1,1,1,1,0.02,0.3010,0.01,0.3010 postmodernism,postmodernism,1,1,1,1,0.02,0.3010,0.01,0.3010 postoperatively,postoperatively,1,1,1,1,0.02,0.3010,0.01,0.3010 Postpubescent,postpubescent,1,1,0,0,0.02,0.3010,0.01,0.3010 postreduction,postreduction,1,1,1,1,0.02,0.3010,0.01,0.3010 postrider,postrider,2,1,2,1,0.04,0.4771,0.01,0.3010 postscriptum,postscriptum,1,1,1,1,0.02,0.3010,0.01,0.3010 postulant,postulant,1,1,1,1,0.02,0.3010,0.01,0.3010 postulants,postulants,3,1,2,1,0.06,0.6021,0.01,0.3010 postulates,postulates,1,1,1,1,0.02,0.3010,0.01,0.3010 postured,postured,1,1,1,1,0.02,0.3010,0.01,0.3010 postward,postward,1,1,1,1,0.02,0.3010,0.01,0.3010 potables,potables,2,1,1,1,0.04,0.4771,0.01,0.3010 potass,potass,1,1,1,1,0.02,0.3010,0.01,0.3010 potbellies,potbellies,1,1,1,1,0.02,0.3010,0.01,0.3010 potboiler,potboiler,1,1,1,1,0.02,0.3010,0.01,0.3010 potch,potch,1,1,1,1,0.02,0.3010,0.01,0.3010 potencies,potencies,1,1,1,1,0.02,0.3010,0.01,0.3010 potentates,potentates,1,1,1,1,0.02,0.3010,0.01,0.3010 potentiality,potentiality,2,1,2,1,0.04,0.4771,0.01,0.3010 potentiate,potentiate,1,1,1,1,0.02,0.3010,0.01,0.3010 potestas,potestas,1,1,1,1,0.02,0.3010,0.01,0.3010 Potholers,potholers,1,1,0,0,0.02,0.3010,0.01,0.3010 potholing,potholing,1,1,1,1,0.02,0.3010,0.01,0.3010 pothouse,pothouse,1,1,1,1,0.02,0.3010,0.01,0.3010 potlatch,potlatch,1,1,1,1,0.02,0.3010,0.01,0.3010 potmaker,potmaker,1,1,1,1,0.02,0.3010,0.01,0.3010 Potman,potman,1,1,0,0,0.02,0.3010,0.01,0.3010 pottage,pottage,1,1,1,1,0.02,0.3010,0.01,0.3010 Potti,potti,2,1,0,0,0.04,0.4771,0.01,0.3010 potto,potto,1,1,1,1,0.02,0.3010,0.01,0.3010 Pouff,pouff,1,1,0,0,0.02,0.3010,0.01,0.3010 Poulard,poulard,1,1,0,0,0.02,0.3010,0.01,0.3010 pouncy,pouncy,4,1,4,1,0.08,0.6990,0.01,0.3010 Poundstone,poundstone,1,1,0,0,0.02,0.3010,0.01,0.3010 Pousse,pousse,1,1,0,0,0.02,0.3010,0.01,0.3010 pouters,pouters,1,1,1,1,0.02,0.3010,0.01,0.3010 Powderpuff,powderpuff,1,1,0,0,0.02,0.3010,0.01,0.3010 powerboats,powerboats,1,1,1,1,0.02,0.3010,0.01,0.3010 Powter,powter,1,1,0,0,0.02,0.3010,0.01,0.3010 powwows,powwows,1,1,1,1,0.02,0.3010,0.01,0.3010 poy,poy,2,1,1,1,0.04,0.4771,0.01,0.3010 Ppd,ppd,1,1,0,0,0.02,0.3010,0.01,0.3010 ppl,ppl,7,1,7,1,0.14,0.9031,0.01,0.3010 practic,practic,1,1,1,1,0.02,0.3010,0.01,0.3010 practive,practive,1,1,1,1,0.02,0.3010,0.01,0.3010 Prana,prana,1,1,0,0,0.02,0.3010,0.01,0.3010 prances,prances,1,1,1,1,0.02,0.3010,0.01,0.3010 pranged,pranged,1,1,1,1,0.02,0.3010,0.01,0.3010 pranking,pranking,1,1,1,1,0.02,0.3010,0.01,0.3010 prats,prats,1,1,1,1,0.02,0.3010,0.01,0.3010 prattler,prattler,1,1,1,1,0.02,0.3010,0.01,0.3010 Praya,praya,1,1,0,0,0.02,0.3010,0.01,0.3010 prayerful,prayerful,1,1,1,1,0.02,0.3010,0.01,0.3010 preachings,preachings,1,1,1,1,0.02,0.3010,0.01,0.3010 preamps,preamps,1,1,1,1,0.02,0.3010,0.01,0.3010 preborn,preborn,1,1,1,1,0.02,0.3010,0.01,0.3010 precancerous,precancerous,1,1,1,1,0.02,0.3010,0.01,0.3010 precautious,precautious,1,1,1,1,0.02,0.3010,0.01,0.3010 preceeding,preceeding,1,1,1,1,0.02,0.3010,0.01,0.3010 precentral,precentral,2,1,2,1,0.04,0.4771,0.01,0.3010 preceptor,preceptor,5,1,5,1,0.10,0.7782,0.01,0.3010 preceptors,preceptors,1,1,1,1,0.02,0.3010,0.01,0.3010 precheck,precheck,1,1,1,1,0.02,0.3010,0.01,0.3010 preciouses,preciouses,1,1,1,1,0.02,0.3010,0.01,0.3010 precis,precis,1,1,1,1,0.02,0.3010,0.01,0.3010 preciso,preciso,2,1,2,1,0.04,0.4771,0.01,0.3010 precluded,precluded,1,1,1,1,0.02,0.3010,0.01,0.3010 precluding,precluding,1,1,1,1,0.02,0.3010,0.01,0.3010 precociously,precociously,1,1,1,1,0.02,0.3010,0.01,0.3010 precompiled,precompiled,1,1,1,1,0.02,0.3010,0.01,0.3010 preconception,preconception,1,1,1,1,0.02,0.3010,0.01,0.3010 preconcerted,preconcerted,1,1,1,1,0.02,0.3010,0.01,0.3010 preconditioned,preconditioned,1,1,1,1,0.02,0.3010,0.01,0.3010 preconstructed,preconstructed,1,1,1,1,0.02,0.3010,0.01,0.3010 precooked,precooked,1,1,1,1,0.02,0.3010,0.01,0.3010 precut,precut,1,1,1,1,0.02,0.3010,0.01,0.3010 pred,pred,1,1,1,1,0.02,0.3010,0.01,0.3010 predates,predates,1,1,1,1,0.02,0.3010,0.01,0.3010 predating,predating,1,1,1,1,0.02,0.3010,0.01,0.3010 predatorial,predatorial,1,1,1,1,0.02,0.3010,0.01,0.3010 predecease,predecease,1,1,1,1,0.02,0.3010,0.01,0.3010 predicate,predicate,1,1,1,1,0.02,0.3010,0.01,0.3010 predictors,predictors,1,1,1,1,0.02,0.3010,0.01,0.3010 predigests,predigests,1,1,1,1,0.02,0.3010,0.01,0.3010 predilect,predilect,1,1,1,1,0.02,0.3010,0.01,0.3010 predispose,predispose,1,1,1,1,0.02,0.3010,0.01,0.3010 predisposing,predisposing,1,1,1,1,0.02,0.3010,0.01,0.3010 Preed,preed,17,1,0,0,0.33,1.2553,0.01,0.3010 preempting,preempting,1,1,1,1,0.02,0.3010,0.01,0.3010 Preemptory,preemptory,3,1,0,0,0.06,0.6021,0.01,0.3010 preens,preens,1,1,1,1,0.02,0.3010,0.01,0.3010 prefectural,prefectural,3,1,3,1,0.06,0.6021,0.01,0.3010 Preglacial,preglacial,1,1,0,0,0.02,0.3010,0.01,0.3010 pregnable,pregnable,1,1,1,1,0.02,0.3010,0.01,0.3010 prehensile,prehensile,1,1,1,1,0.02,0.3010,0.01,0.3010 prehistory,prehistory,1,1,1,1,0.02,0.3010,0.01,0.3010 preinterview,preinterview,1,1,1,1,0.02,0.3010,0.01,0.3010 prejudge,prejudge,1,1,1,1,0.02,0.3010,0.01,0.3010 prelate,prelate,1,1,1,1,0.02,0.3010,0.01,0.3010 prelates,prelates,1,1,1,1,0.02,0.3010,0.01,0.3010 preludes,preludes,1,1,1,1,0.02,0.3010,0.01,0.3010 Prem,prem,9,1,0,0,0.18,1.0000,0.01,0.3010 premade,premade,1,1,1,1,0.02,0.3010,0.01,0.3010 Preman,preman,2,1,0,0,0.04,0.4771,0.01,0.3010 prematurity,prematurity,1,1,1,1,0.02,0.3010,0.01,0.3010 premedical,premedical,1,1,1,1,0.02,0.3010,0.01,0.3010 premeditate,premeditate,1,1,1,1,0.02,0.3010,0.01,0.3010 Premio,premio,4,1,0,0,0.08,0.6990,0.01,0.3010 premolar,premolar,1,1,1,1,0.02,0.3010,0.01,0.3010 premonitory,premonitory,1,1,1,1,0.02,0.3010,0.01,0.3010 prendre,prendre,2,1,2,1,0.04,0.4771,0.01,0.3010 preoccupies,preoccupies,1,1,1,1,0.02,0.3010,0.01,0.3010 preoperative,preoperative,1,1,1,1,0.02,0.3010,0.01,0.3010 preorder,preorder,1,1,1,1,0.02,0.3010,0.01,0.3010 preparer,preparer,1,1,1,1,0.02,0.3010,0.01,0.3010 preplanning,preplanning,1,1,1,1,0.02,0.3010,0.01,0.3010 prepossessed,prepossessed,3,1,3,1,0.06,0.6021,0.01,0.3010 Preprinted,preprinted,1,1,0,0,0.02,0.3010,0.01,0.3010 preprogram,preprogram,1,1,1,1,0.02,0.3010,0.01,0.3010 Prepupal,prepupal,1,1,0,0,0.02,0.3010,0.01,0.3010 prerecord,prerecord,1,1,1,1,0.02,0.3010,0.01,0.3010 presages,presages,1,1,1,1,0.02,0.3010,0.01,0.3010 Prescriptive,prescriptive,2,1,0,0,0.04,0.4771,0.01,0.3010 prescripts,prescripts,1,1,1,1,0.02,0.3010,0.01,0.3010 preselected,preselected,3,1,3,1,0.06,0.6021,0.01,0.3010 presentably,presentably,1,1,1,1,0.02,0.3010,0.01,0.3010 presential,presential,1,1,1,1,0.02,0.3010,0.01,0.3010 presentment,presentment,1,1,1,1,0.02,0.3010,0.01,0.3010 presexual,presexual,1,1,1,1,0.02,0.3010,0.01,0.3010 preshrunk,preshrunk,1,1,1,1,0.02,0.3010,0.01,0.3010 Pressboard,pressboard,1,1,0,0,0.02,0.3010,0.01,0.3010 pressies,pressies,1,1,1,1,0.02,0.3010,0.01,0.3010 Pression,pression,1,1,0,0,0.02,0.3010,0.01,0.3010 pressmen,pressmen,1,1,1,1,0.02,0.3010,0.01,0.3010 pressors,pressors,1,1,1,1,0.02,0.3010,0.01,0.3010 pressroom,pressroom,1,1,1,1,0.02,0.3010,0.01,0.3010 pressureless,pressureless,1,1,1,1,0.02,0.3010,0.01,0.3010 pressurisation,pressurisation,1,1,1,1,0.02,0.3010,0.01,0.3010 pressurizer,pressurizer,1,1,1,1,0.02,0.3010,0.01,0.3010 pressurizes,pressurizes,1,1,1,1,0.02,0.3010,0.01,0.3010 Prester,prester,2,1,0,0,0.04,0.4771,0.01,0.3010 presternal,presternal,1,1,1,1,0.02,0.3010,0.01,0.3010 prestidigitator,prestidigitator,1,1,1,1,0.02,0.3010,0.01,0.3010 Prestidigitators,prestidigitators,1,1,0,0,0.02,0.3010,0.01,0.3010 presumptions,presumptions,1,1,1,1,0.02,0.3010,0.01,0.3010 presumptuousness,presumptuousness,1,1,1,1,0.02,0.3010,0.01,0.3010 presupposing,presupposing,1,1,1,1,0.02,0.3010,0.01,0.3010 preteens,preteens,1,1,1,1,0.02,0.3010,0.01,0.3010 pretentiously,pretentiously,1,1,1,1,0.02,0.3010,0.01,0.3010 prettifying,prettifying,1,1,1,1,0.02,0.3010,0.01,0.3010 prettyface,prettyface,1,1,1,1,0.02,0.3010,0.01,0.3010 prevalence,prevalence,1,1,1,1,0.02,0.3010,0.01,0.3010 prevarication,prevarication,1,1,1,1,0.02,0.3010,0.01,0.3010 prevarications,prevarications,1,1,1,1,0.02,0.3010,0.01,0.3010 preventible,preventible,1,1,1,1,0.02,0.3010,0.01,0.3010 preverbal,preverbal,1,1,1,1,0.02,0.3010,0.01,0.3010 previewing,previewing,1,1,1,1,0.02,0.3010,0.01,0.3010 previsible,previsible,1,1,1,1,0.02,0.3010,0.01,0.3010 Prevost,prevost,1,1,0,0,0.02,0.3010,0.01,0.3010 prewarn,prewarn,1,1,1,1,0.02,0.3010,0.01,0.3010 prewashed,prewashed,2,1,2,1,0.04,0.4771,0.01,0.3010 prexies,prexies,1,1,1,1,0.02,0.3010,0.01,0.3010 prexy,prexy,1,1,1,1,0.02,0.3010,0.01,0.3010 priapic,priapic,1,1,1,1,0.02,0.3010,0.01,0.3010 Priapismic,priapismic,1,1,0,0,0.02,0.3010,0.01,0.3010 pricer,pricer,1,1,1,1,0.02,0.3010,0.01,0.3010 prickles,prickles,1,1,1,1,0.02,0.3010,0.01,0.3010 Prill,prill,2,1,0,0,0.04,0.4771,0.01,0.3010 primacies,primacies,1,1,1,1,0.02,0.3010,0.01,0.3010 Primacord,primacord,1,1,0,0,0.02,0.3010,0.01,0.3010 Primero,primero,2,1,0,0,0.04,0.4771,0.01,0.3010 primevalism,primevalism,1,1,1,1,0.02,0.3010,0.01,0.3010 Primigenous,primigenous,1,1,0,0,0.02,0.3010,0.01,0.3010 Primordium,primordium,2,1,0,0,0.04,0.4771,0.01,0.3010 primps,primps,1,1,1,1,0.02,0.3010,0.01,0.3010 princedom,princedom,1,1,1,1,0.02,0.3010,0.01,0.3010 Princesse,princesse,1,1,0,0,0.02,0.3010,0.01,0.3010 principalities,principalities,1,1,1,1,0.02,0.3010,0.01,0.3010 Principia,principia,1,1,0,0,0.02,0.3010,0.01,0.3010 Prio,prio,7,1,0,0,0.14,0.9031,0.01,0.3010 priorly,priorly,1,1,1,1,0.02,0.3010,0.01,0.3010 Priory,priory,1,1,0,0,0.02,0.3010,0.01,0.3010 prise,prise,1,1,1,1,0.02,0.3010,0.01,0.3010 prisses,prisses,1,1,1,1,0.02,0.3010,0.01,0.3010 Pritch,pritch,4,1,0,0,0.08,0.6990,0.01,0.3010 privata,privata,1,1,1,1,0.02,0.3010,0.01,0.3010 privateering,privateering,1,1,1,1,0.02,0.3010,0.01,0.3010 privations,privations,1,1,1,1,0.02,0.3010,0.01,0.3010 privatizing,privatizing,2,1,2,1,0.04,0.4771,0.01,0.3010 privet,privet,1,1,1,1,0.02,0.3010,0.01,0.3010 Privileging,privileging,1,1,0,0,0.02,0.3010,0.01,0.3010 privily,privily,1,1,1,1,0.02,0.3010,0.01,0.3010 Prizefights,prizefights,1,1,0,0,0.02,0.3010,0.01,0.3010 prizewinning,prizewinning,1,1,1,1,0.02,0.3010,0.01,0.3010 probabilistic,probabilistic,2,1,2,1,0.04,0.4771,0.01,0.3010 probational,probational,1,1,1,1,0.02,0.3010,0.01,0.3010 probeer,probeer,1,1,1,1,0.02,0.3010,0.01,0.3010 Prober,prober,1,1,0,0,0.02,0.3010,0.01,0.3010 problematical,problematical,1,1,1,1,0.02,0.3010,0.01,0.3010 proc,proc,1,1,1,1,0.02,0.3010,0.01,0.3010 procedurals,procedurals,1,1,1,1,0.02,0.3010,0.01,0.3010 processionist,processionist,1,1,1,1,0.02,0.3010,0.01,0.3010 prochain,prochain,1,1,1,1,0.02,0.3010,0.01,0.3010 prochemical,prochemical,1,1,1,1,0.02,0.3010,0.01,0.3010 Proconsul,proconsul,1,1,0,0,0.02,0.3010,0.01,0.3010 procrastinated,procrastinated,1,1,1,1,0.02,0.3010,0.01,0.3010 procrastinators,procrastinators,1,1,1,1,0.02,0.3010,0.01,0.3010 procreant,procreant,1,1,1,1,0.02,0.3010,0.01,0.3010 procreator,procreator,1,1,1,1,0.02,0.3010,0.01,0.3010 proctological,proctological,1,1,1,1,0.02,0.3010,0.01,0.3010 proctoscope,proctoscope,1,1,1,1,0.02,0.3010,0.01,0.3010 procurements,procurements,1,1,1,1,0.02,0.3010,0.01,0.3010 procurer,procurer,1,1,1,1,0.02,0.3010,0.01,0.3010 procurers,procurers,3,1,3,1,0.06,0.6021,0.01,0.3010 procuress,procuress,1,1,1,1,0.02,0.3010,0.01,0.3010 prodigals,prodigals,1,1,1,1,0.02,0.3010,0.01,0.3010 prodigiously,prodigiously,1,1,1,1,0.02,0.3010,0.01,0.3010 profanely,profanely,1,1,1,1,0.02,0.3010,0.01,0.3010 profanes,profanes,1,1,1,1,0.02,0.3010,0.01,0.3010 profaning,profaning,1,1,1,1,0.02,0.3010,0.01,0.3010 Professionality,professionality,1,1,0,0,0.02,0.3010,0.01,0.3010 proficiencies,proficiencies,1,1,1,1,0.02,0.3010,0.01,0.3010 profitless,profitless,1,1,1,1,0.02,0.3010,0.01,0.3010 profligates,profligates,1,1,1,1,0.02,0.3010,0.01,0.3010 progenies,progenies,1,1,1,1,0.02,0.3010,0.01,0.3010 prognathic,prognathic,1,1,1,1,0.02,0.3010,0.01,0.3010 prognostic,prognostic,1,1,1,1,0.02,0.3010,0.01,0.3010 prognosticated,prognosticated,1,1,1,1,0.02,0.3010,0.01,0.3010 prognostications,prognostications,1,1,1,1,0.02,0.3010,0.01,0.3010 prognosticator,prognosticator,2,1,2,1,0.04,0.4771,0.01,0.3010 Programed,programed,1,1,0,0,0.02,0.3010,0.01,0.3010 programmatic,programmatic,1,1,1,1,0.02,0.3010,0.01,0.3010 progressionist,progressionist,2,1,2,1,0.04,0.4771,0.01,0.3010 progressions,progressions,1,1,1,1,0.02,0.3010,0.01,0.3010 prohibitor,prohibitor,1,1,1,1,0.02,0.3010,0.01,0.3010 prohibitum,prohibitum,3,1,3,1,0.06,0.6021,0.01,0.3010 prolactin,prolactin,1,1,1,1,0.02,0.3010,0.01,0.3010 prolapse,prolapse,1,1,1,1,0.02,0.3010,0.01,0.3010 Prole,prole,2,1,0,0,0.04,0.4771,0.01,0.3010 proletarians,proletarians,1,1,1,1,0.02,0.3010,0.01,0.3010 Proline,proline,1,1,0,0,0.02,0.3010,0.01,0.3010 prolixity,prolixity,1,1,1,1,0.02,0.3010,0.01,0.3010 prolongations,prolongations,4,1,3,1,0.08,0.6990,0.01,0.3010 prominences,prominences,1,1,1,1,0.02,0.3010,0.01,0.3010 promiscuously,promiscuously,1,1,1,1,0.02,0.3010,0.01,0.3010 promisingly,promisingly,1,1,1,1,0.02,0.3010,0.01,0.3010 promulgates,promulgates,1,1,1,1,0.02,0.3010,0.01,0.3010 promulgation,promulgation,1,1,1,1,0.02,0.3010,0.01,0.3010 pron,pron,1,1,1,1,0.02,0.3010,0.01,0.3010 pronate,pronate,1,1,1,1,0.02,0.3010,0.01,0.3010 pronation,pronation,1,1,1,1,0.02,0.3010,0.01,0.3010 pronator,pronator,1,1,1,1,0.02,0.3010,0.01,0.3010 pronators,pronators,1,1,1,1,0.02,0.3010,0.01,0.3010 proneness,proneness,1,1,1,1,0.02,0.3010,0.01,0.3010 proofers,proofers,1,1,1,1,0.02,0.3010,0.01,0.3010 proofreader,proofreader,1,1,1,1,0.02,0.3010,0.01,0.3010 proofreaders,proofreaders,1,1,1,1,0.02,0.3010,0.01,0.3010 propagandists,propagandists,1,1,1,1,0.02,0.3010,0.01,0.3010 propagandize,propagandize,1,1,1,1,0.02,0.3010,0.01,0.3010 propagandizing,propagandizing,1,1,1,1,0.02,0.3010,0.01,0.3010 properer,properer,1,1,1,1,0.02,0.3010,0.01,0.3010 propers,propers,1,1,1,1,0.02,0.3010,0.01,0.3010 propertied,propertied,2,1,2,1,0.04,0.4771,0.01,0.3010 prophase,prophase,1,1,1,1,0.02,0.3010,0.01,0.3010 prophetically,prophetically,1,1,1,1,0.02,0.3010,0.01,0.3010 Propinquity,propinquity,1,1,0,0,0.02,0.3010,0.01,0.3010 proponents,proponents,1,1,1,1,0.02,0.3010,0.01,0.3010 Propontis,propontis,1,1,0,0,0.02,0.3010,0.01,0.3010 proportionality,proportionality,1,1,1,1,0.02,0.3010,0.01,0.3010 propos,propos,1,1,1,1,0.02,0.3010,0.01,0.3010 proposer,proposer,1,1,1,1,0.02,0.3010,0.01,0.3010 proprietarily,proprietarily,1,1,1,1,0.02,0.3010,0.01,0.3010 proprietory,proprietory,4,1,4,1,0.08,0.6990,0.01,0.3010 proprioceptive,proprioceptive,1,1,1,1,0.02,0.3010,0.01,0.3010 prorated,prorated,1,1,1,1,0.02,0.3010,0.01,0.3010 prorogued,prorogued,1,1,1,1,0.02,0.3010,0.01,0.3010 proscribed,proscribed,1,1,1,1,0.02,0.3010,0.01,0.3010 prosecting,prosecting,1,1,1,1,0.02,0.3010,0.01,0.3010 prosecutrix,prosecutrix,5,1,5,1,0.10,0.7782,0.01,0.3010 proselyted,proselyted,5,1,5,1,0.10,0.7782,0.01,0.3010 proselytize,proselytize,1,1,1,1,0.02,0.3010,0.01,0.3010 prosequi,prosequi,2,1,2,1,0.04,0.4771,0.01,0.3010 proslavery,proslavery,2,1,2,1,0.04,0.4771,0.01,0.3010 prospers,prospers,1,1,1,1,0.02,0.3010,0.01,0.3010 prostatic,prostatic,1,1,1,1,0.02,0.3010,0.01,0.3010 prostatitis,prostatitis,1,1,1,1,0.02,0.3010,0.01,0.3010 prostituted,prostituted,1,1,1,1,0.02,0.3010,0.01,0.3010 prostrating,prostrating,1,1,1,1,0.02,0.3010,0.01,0.3010 prostrations,prostrations,1,1,1,1,0.02,0.3010,0.01,0.3010 prosy,prosy,1,1,1,1,0.02,0.3010,0.01,0.3010 protagonists,protagonists,1,1,1,1,0.02,0.3010,0.01,0.3010 prote,prote,1,1,1,1,0.02,0.3010,0.01,0.3010 Protean,protean,1,1,0,0,0.02,0.3010,0.01,0.3010 Protectee,protectee,1,1,0,0,0.02,0.3010,0.01,0.3010 protectionist,protectionist,1,1,1,1,0.02,0.3010,0.01,0.3010 protectorates,protectorates,1,1,1,1,0.02,0.3010,0.01,0.3010 Proterozoic,proterozoic,1,1,0,0,0.02,0.3010,0.01,0.3010 Protestantism,protestantism,1,1,0,0,0.02,0.3010,0.01,0.3010 prothrombin,prothrombin,1,1,1,1,0.02,0.3010,0.01,0.3010 protistic,protistic,1,1,1,1,0.02,0.3010,0.01,0.3010 Proto,proto,3,1,0,0,0.06,0.6021,0.01,0.3010 protonic,protonic,1,1,1,1,0.02,0.3010,0.01,0.3010 protoplasma,protoplasma,1,1,1,1,0.02,0.3010,0.01,0.3010 protoplasmic,protoplasmic,2,1,2,1,0.04,0.4771,0.01,0.3010 protoplastic,protoplastic,1,1,1,1,0.02,0.3010,0.01,0.3010 protraction,protraction,1,1,1,1,0.02,0.3010,0.01,0.3010 protuberance,protuberance,2,1,2,1,0.04,0.4771,0.01,0.3010 proudness,proudness,1,1,1,1,0.02,0.3010,0.01,0.3010 provably,provably,1,1,1,1,0.02,0.3010,0.01,0.3010 provender,provender,1,1,1,1,0.02,0.3010,0.01,0.3010 Providentially,providentially,1,1,0,0,0.02,0.3010,0.01,0.3010 provincials,provincials,1,1,1,1,0.02,0.3010,0.01,0.3010 provisioned,provisioned,1,1,1,1,0.02,0.3010,0.01,0.3010 provisioning,provisioning,3,1,3,1,0.06,0.6021,0.01,0.3010 provoker,provoker,1,1,1,1,0.02,0.3010,0.01,0.3010 prowesses,prowesses,1,1,1,1,0.02,0.3010,0.01,0.3010 Prox,prox,1,1,0,0,0.02,0.3010,0.01,0.3010 Prp,prp,1,1,0,0,0.02,0.3010,0.01,0.3010 Prs,prs,1,1,0,0,0.02,0.3010,0.01,0.3010 Prunella,prunella,21,1,0,0,0.41,1.3424,0.01,0.3010 Pruner,pruner,1,1,0,0,0.02,0.3010,0.01,0.3010 Pruritic,pruritic,1,1,0,0,0.02,0.3010,0.01,0.3010 pruritus,pruritus,1,1,1,1,0.02,0.3010,0.01,0.3010 psalmists,psalmists,1,1,1,1,0.02,0.3010,0.01,0.3010 Psalmody,psalmody,3,1,1,1,0.06,0.6021,0.01,0.3010 Psammead,psammead,3,1,0,0,0.06,0.6021,0.01,0.3010 Pseudocyesis,pseudocyesis,1,1,0,0,0.02,0.3010,0.01,0.3010 pseudohermaphrodite,pseudohermaphrodite,1,1,1,1,0.02,0.3010,0.01,0.3010 pseudointellectuals,pseudointellectuals,1,1,1,1,0.02,0.3010,0.01,0.3010 pseudopod,pseudopod,1,1,1,1,0.02,0.3010,0.01,0.3010 pseudopsychological,pseudopsychological,1,1,1,1,0.02,0.3010,0.01,0.3010 pseudoscience,pseudoscience,1,1,1,1,0.02,0.3010,0.01,0.3010 psia,psia,2,1,2,1,0.04,0.4771,0.01,0.3010 Psittacosis,psittacosis,1,1,0,0,0.02,0.3010,0.01,0.3010 psuedo,psuedo,1,1,1,1,0.02,0.3010,0.01,0.3010 psychiatrically,psychiatrically,1,1,1,1,0.02,0.3010,0.01,0.3010 psychical,psychical,1,1,1,1,0.02,0.3010,0.01,0.3010 psychoanalysing,psychoanalysing,1,1,1,1,0.02,0.3010,0.01,0.3010 psychoanalyzed,psychoanalyzed,1,1,1,1,0.02,0.3010,0.01,0.3010 Psychobiological,psychobiological,1,1,0,0,0.02,0.3010,0.01,0.3010 psychobiologist,psychobiologist,2,1,2,1,0.04,0.4771,0.01,0.3010 psychodramas,psychodramas,1,1,1,1,0.02,0.3010,0.01,0.3010 psychogenic,psychogenic,2,1,1,1,0.04,0.4771,0.01,0.3010 psychography,psychography,2,1,2,1,0.04,0.4771,0.01,0.3010 psycholinguistics,psycholinguistics,1,1,1,1,0.02,0.3010,0.01,0.3010 psychologies,psychologies,1,1,1,1,0.02,0.3010,0.01,0.3010 psychologize,psychologize,1,1,1,1,0.02,0.3010,0.01,0.3010 psychoneurosis,psychoneurosis,1,1,1,1,0.02,0.3010,0.01,0.3010 psychopathological,psychopathological,1,1,1,1,0.02,0.3010,0.01,0.3010 psychopathy,psychopathy,1,1,1,1,0.02,0.3010,0.01,0.3010 psychophysics,psychophysics,1,1,1,1,0.02,0.3010,0.01,0.3010 psychophysiological,psychophysiological,2,1,1,1,0.04,0.4771,0.01,0.3010 psychophysiology,psychophysiology,1,1,1,1,0.02,0.3010,0.01,0.3010 psychosensory,psychosensory,1,1,1,1,0.02,0.3010,0.01,0.3010 psychotropics,psychotropics,1,1,1,1,0.02,0.3010,0.01,0.3010 Psychs,psychs,1,1,0,0,0.02,0.3010,0.01,0.3010 pteranodon,pteranodon,1,1,1,1,0.02,0.3010,0.01,0.3010 pterodactyls,pterodactyls,1,1,1,1,0.02,0.3010,0.01,0.3010 Ptolemaic,ptolemaic,2,1,0,0,0.04,0.4771,0.01,0.3010 Pua,pua,2,1,0,0,0.04,0.4771,0.01,0.3010 pubertal,pubertal,1,1,1,1,0.02,0.3010,0.01,0.3010 pubescence,pubescence,1,1,1,1,0.02,0.3010,0.01,0.3010 publica,publica,1,1,1,1,0.02,0.3010,0.01,0.3010 publicise,publicise,1,1,1,1,0.02,0.3010,0.01,0.3010 publics,publics,1,1,1,1,0.02,0.3010,0.01,0.3010 Puca,puca,1,1,0,0,0.02,0.3010,0.01,0.3010 puckish,puckish,1,1,1,1,0.02,0.3010,0.01,0.3010 puddled,puddled,1,1,1,1,0.02,0.3010,0.01,0.3010 puddly,puddly,3,1,2,1,0.06,0.6021,0.01,0.3010 pudenda,pudenda,1,1,1,1,0.02,0.3010,0.01,0.3010 pudendal,pudendal,1,1,1,1,0.02,0.3010,0.01,0.3010 Pueblos,pueblos,2,1,0,0,0.04,0.4771,0.01,0.3010 puerility,puerility,1,1,1,1,0.02,0.3010,0.01,0.3010 Puerpera,puerpera,1,1,0,0,0.02,0.3010,0.01,0.3010 puffery,puffery,1,1,1,1,0.02,0.3010,0.01,0.3010 Puffiest,puffiest,1,1,0,0,0.02,0.3010,0.01,0.3010 Pugnacity,pugnacity,1,1,0,0,0.02,0.3010,0.01,0.3010 puja,puja,1,1,1,1,0.02,0.3010,0.01,0.3010 pulchritudinous,pulchritudinous,1,1,1,1,0.02,0.3010,0.01,0.3010 Pule,pule,1,1,0,0,0.02,0.3010,0.01,0.3010 puling,puling,2,1,2,1,0.04,0.4771,0.01,0.3010 pullback,pullback,1,1,1,1,0.02,0.3010,0.01,0.3010 pullet,pullet,1,1,1,1,0.02,0.3010,0.01,0.3010 pullets,pullets,1,1,1,1,0.02,0.3010,0.01,0.3010 pulping,pulping,2,1,2,1,0.04,0.4771,0.01,0.3010 pulpits,pulpits,1,1,1,1,0.02,0.3010,0.01,0.3010 pulps,pulps,1,1,1,1,0.02,0.3010,0.01,0.3010 pulque,pulque,1,1,1,1,0.02,0.3010,0.01,0.3010 pulser,pulser,1,1,1,1,0.02,0.3010,0.01,0.3010 pulsus,pulsus,1,1,1,1,0.02,0.3010,0.01,0.3010 pultaceous,pultaceous,1,1,1,1,0.02,0.3010,0.01,0.3010 Pulu,pulu,1,1,0,0,0.02,0.3010,0.01,0.3010 pulveriser,pulveriser,1,1,1,1,0.02,0.3010,0.01,0.3010 pulverising,pulverising,1,1,1,1,0.02,0.3010,0.01,0.3010 pumicing,pumicing,1,1,1,1,0.02,0.3010,0.01,0.3010 pummelled,pummelled,1,1,1,1,0.02,0.3010,0.01,0.3010 punchers,punchers,1,1,1,1,0.02,0.3010,0.01,0.3010 punctate,punctate,1,1,1,1,0.02,0.3010,0.01,0.3010 punctiliously,punctiliously,1,1,1,1,0.02,0.3010,0.01,0.3010 punctuating,punctuating,2,1,2,1,0.04,0.4771,0.01,0.3010 pundit,pundit,1,1,1,1,0.02,0.3010,0.01,0.3010 pungency,pungency,1,1,1,1,0.02,0.3010,0.01,0.3010 pungi,pungi,1,1,1,1,0.02,0.3010,0.01,0.3010 punier,punier,1,1,1,1,0.02,0.3010,0.01,0.3010 puniest,puniest,1,1,1,1,0.02,0.3010,0.01,0.3010 punitory,punitory,3,1,3,1,0.06,0.6021,0.01,0.3010 punnage,punnage,1,1,1,1,0.02,0.3010,0.01,0.3010 punning,punning,1,1,1,1,0.02,0.3010,0.01,0.3010 punster,punster,1,1,1,1,0.02,0.3010,0.01,0.3010 punsters,punsters,1,1,1,1,0.02,0.3010,0.01,0.3010 punta,punta,1,1,1,1,0.02,0.3010,0.01,0.3010 punto,punto,1,1,1,1,0.02,0.3010,0.01,0.3010 punts,punts,1,1,1,1,0.02,0.3010,0.01,0.3010 puppetmaster,puppetmaster,1,1,1,1,0.02,0.3010,0.01,0.3010 puppetry,puppetry,2,1,1,1,0.04,0.4771,0.01,0.3010 puppyism,puppyism,1,1,1,1,0.02,0.3010,0.01,0.3010 purblind,purblind,2,1,2,1,0.04,0.4771,0.01,0.3010 Purdon,purdon,2,1,0,0,0.04,0.4771,0.01,0.3010 pureblood,pureblood,5,1,5,1,0.10,0.7782,0.01,0.3010 pureed,pureed,1,1,1,1,0.02,0.3010,0.01,0.3010 pureness,pureness,1,1,1,1,0.02,0.3010,0.01,0.3010 Purgation,purgation,1,1,0,0,0.02,0.3010,0.01,0.3010 Purgatorial,purgatorial,1,1,0,0,0.02,0.3010,0.01,0.3010 Puritanism,puritanism,1,1,0,0,0.02,0.3010,0.01,0.3010 purlins,purlins,1,1,1,1,0.02,0.3010,0.01,0.3010 purpleness,purpleness,1,1,1,1,0.02,0.3010,0.01,0.3010 purplish,purplish,1,1,1,1,0.02,0.3010,0.01,0.3010 purposed,purposed,1,1,1,1,0.02,0.3010,0.01,0.3010 Purslane,purslane,21,1,2,1,0.41,1.3424,0.01,0.3010 Pursuivant,pursuivant,4,1,0,0,0.08,0.6990,0.01,0.3010 Purveying,purveying,1,1,0,0,0.02,0.3010,0.01,0.3010 pushbutton,pushbutton,1,1,1,1,0.02,0.3010,0.01,0.3010 pushcarts,pushcarts,1,1,1,1,0.02,0.3010,0.01,0.3010 pushiest,pushiest,1,1,1,1,0.02,0.3010,0.01,0.3010 pushrod,pushrod,1,1,1,1,0.02,0.3010,0.01,0.3010 pusses,pusses,1,1,1,1,0.02,0.3010,0.01,0.3010 pussyfooted,pussyfooted,1,1,1,1,0.02,0.3010,0.01,0.3010 pustular,pustular,1,1,1,1,0.02,0.3010,0.01,0.3010 putative,putative,1,1,1,1,0.02,0.3010,0.01,0.3010 putdowns,putdowns,2,1,2,1,0.04,0.4771,0.01,0.3010 puting,puting,2,1,2,1,0.04,0.4771,0.01,0.3010 putridity,putridity,1,1,1,1,0.02,0.3010,0.01,0.3010 putted,putted,1,1,1,1,0.02,0.3010,0.01,0.3010 puttees,puttees,1,1,1,1,0.02,0.3010,0.01,0.3010 puttered,puttered,1,1,1,1,0.02,0.3010,0.01,0.3010 putterer,putterer,8,1,8,1,0.16,0.9542,0.01,0.3010 putterers,putterers,2,1,2,1,0.04,0.4771,0.01,0.3010 Putti,putti,2,1,0,0,0.04,0.4771,0.01,0.3010 puzzlingly,puzzlingly,1,1,1,1,0.02,0.3010,0.01,0.3010 Pye,pye,4,1,0,0,0.08,0.6990,0.01,0.3010 pyelonephritis,pyelonephritis,1,1,1,1,0.02,0.3010,0.01,0.3010 pygal,pygal,1,1,1,1,0.02,0.3010,0.01,0.3010 pyometra,pyometra,1,1,1,1,0.02,0.3010,0.01,0.3010 Pyrethrum,pyrethrum,1,1,0,0,0.02,0.3010,0.01,0.3010 Pyrex,pyrex,1,1,0,0,0.02,0.3010,0.01,0.3010 pyrites,pyrites,1,1,1,1,0.02,0.3010,0.01,0.3010 pyrogenic,pyrogenic,1,1,1,1,0.02,0.3010,0.01,0.3010 pyrolysis,pyrolysis,1,1,1,1,0.02,0.3010,0.01,0.3010 Pyromania,pyromania,1,1,0,0,0.02,0.3010,0.01,0.3010 pyromaniacs,pyromaniacs,1,1,1,1,0.02,0.3010,0.01,0.3010 pyrophosphate,pyrophosphate,1,1,1,1,0.02,0.3010,0.01,0.3010 pyroxenes,pyroxenes,1,1,1,1,0.02,0.3010,0.01,0.3010 Pyrrhus,pyrrhus,2,1,0,0,0.04,0.4771,0.01,0.3010 Qiana,qiana,3,1,0,0,0.06,0.6021,0.01,0.3010 Qm,qm,1,1,0,0,0.02,0.3010,0.01,0.3010 quackeries,quackeries,2,1,1,1,0.04,0.4771,0.01,0.3010 Quackster,quackster,1,1,0,0,0.02,0.3010,0.01,0.3010 quadratical,quadratical,1,1,1,1,0.02,0.3010,0.01,0.3010 quadratus,quadratus,1,1,1,1,0.02,0.3010,0.01,0.3010 quadrennially,quadrennially,1,1,1,1,0.02,0.3010,0.01,0.3010 quadrigeminal,quadrigeminal,1,1,1,1,0.02,0.3010,0.01,0.3010 quadrilles,quadrilles,1,1,1,1,0.02,0.3010,0.01,0.3010 quadrillion,quadrillion,1,1,1,1,0.02,0.3010,0.01,0.3010 quadrillionth,quadrillionth,1,1,1,1,0.02,0.3010,0.01,0.3010 quadriplegia,quadriplegia,1,1,1,1,0.02,0.3010,0.01,0.3010 quadriplegic,quadriplegic,1,1,1,1,0.02,0.3010,0.01,0.3010 quadriplegics,quadriplegics,1,1,1,1,0.02,0.3010,0.01,0.3010 quadroon,quadroon,1,1,1,1,0.02,0.3010,0.01,0.3010 quadrupedal,quadrupedal,1,1,1,1,0.02,0.3010,0.01,0.3010 quadrupeds,quadrupeds,1,1,1,1,0.02,0.3010,0.01,0.3010 Quadruplet,quadruplet,1,1,0,0,0.02,0.3010,0.01,0.3010 quadrupling,quadrupling,1,1,1,1,0.02,0.3010,0.01,0.3010 Quae,quae,1,1,0,0,0.02,0.3010,0.01,0.3010 quaffing,quaffing,1,1,1,1,0.02,0.3010,0.01,0.3010 Quag,quag,1,1,0,0,0.02,0.3010,0.01,0.3010 quainter,quainter,1,1,1,1,0.02,0.3010,0.01,0.3010 Quakerism,quakerism,2,1,0,0,0.04,0.4771,0.01,0.3010 qualm,qualm,2,1,2,1,0.04,0.4771,0.01,0.3010 quam,quam,1,1,1,1,0.02,0.3010,0.01,0.3010 quantifiers,quantifiers,6,1,6,1,0.12,0.8451,0.01,0.3010 quants,quants,1,1,1,1,0.02,0.3010,0.01,0.3010 quarrymen,quarrymen,1,1,1,1,0.02,0.3010,0.01,0.3010 quarte,quarte,1,1,1,1,0.02,0.3010,0.01,0.3010 quarterbacked,quarterbacked,1,1,1,1,0.02,0.3010,0.01,0.3010 quarterbacking,quarterbacking,1,1,1,1,0.02,0.3010,0.01,0.3010 quarterdecks,quarterdecks,1,1,1,1,0.02,0.3010,0.01,0.3010 quarto,quarto,1,1,1,1,0.02,0.3010,0.01,0.3010 quartus,quartus,1,1,1,1,0.02,0.3010,0.01,0.3010 quaternary,quaternary,1,1,1,1,0.02,0.3010,0.01,0.3010 quaters,quaters,1,1,1,1,0.02,0.3010,0.01,0.3010 quavers,quavers,1,1,1,1,0.02,0.3010,0.01,0.3010 quease,quease,1,1,1,1,0.02,0.3010,0.01,0.3010 queasiness,queasiness,1,1,1,1,0.02,0.3010,0.01,0.3010 Queenhood,queenhood,1,1,0,0,0.02,0.3010,0.01,0.3010 queenliness,queenliness,1,1,1,1,0.02,0.3010,0.01,0.3010 Queensware,queensware,1,1,0,0,0.02,0.3010,0.01,0.3010 quelling,quelling,1,1,1,1,0.02,0.3010,0.01,0.3010 quells,quells,1,1,1,1,0.02,0.3010,0.01,0.3010 quem,quem,1,1,1,1,0.02,0.3010,0.01,0.3010 quencher,quencher,1,1,1,1,0.02,0.3010,0.01,0.3010 querying,querying,1,1,1,1,0.02,0.3010,0.01,0.3010 questioner,questioner,1,1,1,1,0.02,0.3010,0.01,0.3010 questionings,questionings,1,1,1,1,0.02,0.3010,0.01,0.3010 questionless,questionless,1,1,1,1,0.02,0.3010,0.01,0.3010 quetzal,quetzal,1,1,1,1,0.02,0.3010,0.01,0.3010 Quetzalcoatl,quetzalcoatl,1,1,0,0,0.02,0.3010,0.01,0.3010 quibbled,quibbled,1,1,1,1,0.02,0.3010,0.01,0.3010 quibus,quibus,1,1,1,1,0.02,0.3010,0.01,0.3010 quicks,quicks,2,1,2,1,0.04,0.4771,0.01,0.3010 quieten,quieten,1,1,1,1,0.02,0.3010,0.01,0.3010 quila,quila,3,1,3,1,0.06,0.6021,0.01,0.3010 quillet,quillet,1,1,1,1,0.02,0.3010,0.01,0.3010 quilter,quilter,1,1,1,1,0.02,0.3010,0.01,0.3010 quinaldine,quinaldine,1,1,1,1,0.02,0.3010,0.01,0.3010 quinces,quinces,1,1,1,1,0.02,0.3010,0.01,0.3010 quinidine,quinidine,1,1,1,1,0.02,0.3010,0.01,0.3010 quinoa,quinoa,1,1,1,1,0.02,0.3010,0.01,0.3010 quinoid,quinoid,1,1,1,1,0.02,0.3010,0.01,0.3010 quintillion,quintillion,1,1,1,1,0.02,0.3010,0.01,0.3010 quintillions,quintillions,4,1,2,1,0.08,0.6990,0.01,0.3010 Quintin,quintin,3,1,0,0,0.06,0.6021,0.01,0.3010 quintuple,quintuple,1,1,1,1,0.02,0.3010,0.01,0.3010 quintuplicate,quintuplicate,1,1,1,1,0.02,0.3010,0.01,0.3010 quintuplicated,quintuplicated,1,1,1,1,0.02,0.3010,0.01,0.3010 quipped,quipped,1,1,1,1,0.02,0.3010,0.01,0.3010 quipu,quipu,4,1,2,1,0.08,0.6990,0.01,0.3010 quire,quire,1,1,1,1,0.02,0.3010,0.01,0.3010 quirkier,quirkier,1,1,1,1,0.02,0.3010,0.01,0.3010 quirkiness,quirkiness,1,1,1,1,0.02,0.3010,0.01,0.3010 Quis,quis,1,1,0,0,0.02,0.3010,0.01,0.3010 quivered,quivered,1,1,1,1,0.02,0.3010,0.01,0.3010 quivery,quivery,1,1,1,1,0.02,0.3010,0.01,0.3010 quizmaster,quizmaster,2,1,2,1,0.04,0.4771,0.01,0.3010 quizzical,quizzical,1,1,1,1,0.02,0.3010,0.01,0.3010 quizzically,quizzically,1,1,1,1,0.02,0.3010,0.01,0.3010 quoad,quoad,1,1,1,1,0.02,0.3010,0.01,0.3010 quodlibet,quodlibet,1,1,1,1,0.02,0.3010,0.01,0.3010 quoit,quoit,1,1,1,1,0.02,0.3010,0.01,0.3010 quondam,quondam,1,1,1,1,0.02,0.3010,0.01,0.3010 Quor,quor,1,1,0,0,0.02,0.3010,0.01,0.3010 quos,quos,1,1,1,1,0.02,0.3010,0.01,0.3010 quotidian,quotidian,1,1,1,1,0.02,0.3010,0.01,0.3010 Qv,qv,1,1,0,0,0.02,0.3010,0.01,0.3010 Raad,raad,1,1,0,0,0.02,0.3010,0.01,0.3010 Rabban,rabban,9,1,0,0,0.18,1.0000,0.01,0.3010 rabbet,rabbet,1,1,1,1,0.02,0.3010,0.01,0.3010 rabbeted,rabbeted,3,1,3,1,0.06,0.6021,0.01,0.3010 rabbinic,rabbinic,1,1,1,1,0.02,0.3010,0.01,0.3010 Rabbinically,rabbinically,1,1,0,0,0.02,0.3010,0.01,0.3010 racecard,racecard,1,1,1,1,0.02,0.3010,0.01,0.3010 racemic,racemic,1,1,1,1,0.02,0.3010,0.01,0.3010 racialistic,racialistic,1,1,1,1,0.02,0.3010,0.01,0.3010 racker,racker,2,1,2,1,0.04,0.4771,0.01,0.3010 Radeau,radeau,2,1,0,0,0.04,0.4771,0.01,0.3010 radialis,radialis,1,1,1,1,0.02,0.3010,0.01,0.3010 radicalised,radicalised,1,1,1,1,0.02,0.3010,0.01,0.3010 radicalize,radicalize,1,1,1,1,0.02,0.3010,0.01,0.3010 radicalizing,radicalizing,1,1,1,1,0.02,0.3010,0.01,0.3010 radii,radii,1,1,1,1,0.02,0.3010,0.01,0.3010 radiographs,radiographs,2,1,2,1,0.04,0.4771,0.01,0.3010 radioisotopes,radioisotopes,1,1,1,1,0.02,0.3010,0.01,0.3010 radiologic,radiologic,2,1,2,1,0.04,0.4771,0.01,0.3010 Radiologists,radiologists,1,1,0,0,0.02,0.3010,0.01,0.3010 radiomen,radiomen,1,1,1,1,0.02,0.3010,0.01,0.3010 radiometers,radiometers,1,1,1,1,0.02,0.3010,0.01,0.3010 radionics,radionics,1,1,1,1,0.02,0.3010,0.01,0.3010 radionuclide,radionuclide,1,1,1,1,0.02,0.3010,0.01,0.3010 radiophones,radiophones,1,1,1,1,0.02,0.3010,0.01,0.3010 Radiotherapy,radiotherapy,1,1,0,0,0.02,0.3010,0.01,0.3010 radix,radix,1,1,1,1,0.02,0.3010,0.01,0.3010 Radman,radman,1,1,0,0,0.02,0.3010,0.01,0.3010 raffish,raffish,1,1,1,1,0.02,0.3010,0.01,0.3010 rafty,rafty,1,1,1,1,0.02,0.3010,0.01,0.3010 ragamuffins,ragamuffins,1,1,1,1,0.02,0.3010,0.01,0.3010 ragbags,ragbags,2,1,2,1,0.04,0.4771,0.01,0.3010 rageful,rageful,1,1,1,1,0.02,0.3010,0.01,0.3010 raggle,raggle,1,1,1,1,0.02,0.3010,0.01,0.3010 ragman,ragman,2,1,1,1,0.04,0.4771,0.01,0.3010 Ragnarok,ragnarok,9,1,0,0,0.18,1.0000,0.01,0.3010 ragtags,ragtags,1,1,1,1,0.02,0.3010,0.01,0.3010 ragwort,ragwort,1,1,1,1,0.02,0.3010,0.01,0.3010 railbird,railbird,1,1,1,1,0.02,0.3010,0.01,0.3010 railheads,railheads,1,1,1,1,0.02,0.3010,0.01,0.3010 Railly,railly,1,1,0,0,0.02,0.3010,0.01,0.3010 railwayman,railwayman,1,1,1,1,0.02,0.3010,0.01,0.3010 Rainbird,rainbird,29,1,0,0,0.57,1.4771,0.01,0.3010 rainiest,rainiest,1,1,1,1,0.02,0.3010,0.01,0.3010 rakishly,rakishly,1,1,1,1,0.02,0.3010,0.01,0.3010 Rakshasa,rakshasa,1,1,0,0,0.02,0.3010,0.01,0.3010 rallye,rallye,2,1,2,1,0.04,0.4771,0.01,0.3010 Rambouillet,rambouillet,1,1,0,0,0.02,0.3010,0.01,0.3010 Rami,rami,3,1,0,0,0.06,0.6021,0.01,0.3010 ramjets,ramjets,1,1,1,1,0.02,0.3010,0.01,0.3010 rammers,rammers,1,1,1,1,0.02,0.3010,0.01,0.3010 Ramose,ramose,1,1,0,0,0.02,0.3010,0.01,0.3010 ramped,ramped,1,1,1,1,0.02,0.3010,0.01,0.3010 Rampler,rampler,2,1,0,0,0.04,0.4771,0.01,0.3010 ramus,ramus,1,1,1,1,0.02,0.3010,0.01,0.3010 Rances,rances,1,1,0,0,0.02,0.3010,0.01,0.3010 ranchos,ranchos,1,1,1,1,0.02,0.3010,0.01,0.3010 rancours,rancours,1,1,1,1,0.02,0.3010,0.01,0.3010 Randier,randier,2,1,0,0,0.04,0.4771,0.01,0.3010 randomise,randomise,1,1,1,1,0.02,0.3010,0.01,0.3010 Randomises,randomises,1,1,0,0,0.02,0.3010,0.01,0.3010 randomization,randomization,1,1,1,1,0.02,0.3010,0.01,0.3010 randomizing,randomizing,1,1,1,1,0.02,0.3010,0.01,0.3010 rands,rands,1,1,1,1,0.02,0.3010,0.01,0.3010 Rane,rane,17,1,0,0,0.33,1.2553,0.01,0.3010 Rangatira,rangatira,3,1,0,0,0.06,0.6021,0.01,0.3010 rangler,rangler,1,1,1,1,0.02,0.3010,0.01,0.3010 rankers,rankers,1,1,1,1,0.02,0.3010,0.01,0.3010 rankled,rankled,1,1,1,1,0.02,0.3010,0.01,0.3010 rankles,rankles,1,1,1,1,0.02,0.3010,0.01,0.3010 rankly,rankly,1,1,1,1,0.02,0.3010,0.01,0.3010 rankness,rankness,1,1,1,1,0.02,0.3010,0.01,0.3010 ranter,ranter,1,1,1,1,0.02,0.3010,0.01,0.3010 ranters,ranters,1,1,1,1,0.02,0.3010,0.01,0.3010 rapaciously,rapaciously,1,1,1,1,0.02,0.3010,0.01,0.3010 rapers,rapers,1,1,1,1,0.02,0.3010,0.01,0.3010 rapeseed,rapeseed,4,1,3,1,0.08,0.6990,0.01,0.3010 Rapidamente,rapidamente,1,1,0,0,0.02,0.3010,0.01,0.3010 Rapide,rapide,1,1,0,0,0.02,0.3010,0.01,0.3010 rappelled,rappelled,1,1,1,1,0.02,0.3010,0.01,0.3010 rapscallions,rapscallions,1,1,1,1,0.02,0.3010,0.01,0.3010 raptured,raptured,1,1,1,1,0.02,0.3010,0.01,0.3010 rara,rara,1,1,1,1,0.02,0.3010,0.01,0.3010 Rasen,rasen,1,1,0,0,0.02,0.3010,0.01,0.3010 rasher,rasher,1,1,1,1,0.02,0.3010,0.01,0.3010 rashers,rashers,1,1,1,1,0.02,0.3010,0.01,0.3010 raspier,raspier,1,1,1,1,0.02,0.3010,0.01,0.3010 raspiness,raspiness,1,1,1,1,0.02,0.3010,0.01,0.3010 rasps,rasps,1,1,1,1,0.02,0.3010,0.01,0.3010 rassled,rassled,1,1,1,1,0.02,0.3010,0.01,0.3010 rataplan,rataplan,11,1,7,1,0.22,1.0792,0.01,0.3010 ratcatcher,ratcatcher,1,1,1,1,0.02,0.3010,0.01,0.3010 Ratcher,ratcher,19,1,0,0,0.37,1.3010,0.01,0.3010 ratcheting,ratcheting,1,1,1,1,0.02,0.3010,0.01,0.3010 rath,rath,1,1,1,1,0.02,0.3010,0.01,0.3010 raticide,raticide,1,1,1,1,0.02,0.3010,0.01,0.3010 ratifies,ratifies,1,1,1,1,0.02,0.3010,0.01,0.3010 ratifying,ratifying,1,1,1,1,0.02,0.3010,0.01,0.3010 ratiocinate,ratiocinate,3,1,2,1,0.06,0.6021,0.01,0.3010 Rationalisation,rationalisation,1,1,0,0,0.02,0.3010,0.01,0.3010 rationalised,rationalised,1,1,1,1,0.02,0.3010,0.01,0.3010 rationalities,rationalities,1,1,1,1,0.02,0.3010,0.01,0.3010 ratlike,ratlike,1,1,1,1,0.02,0.3010,0.01,0.3010 rato,rato,1,1,1,1,0.02,0.3010,0.01,0.3010 ratoon,ratoon,1,1,1,1,0.02,0.3010,0.01,0.3010 rattail,rattail,1,1,1,1,0.02,0.3010,0.01,0.3010 Raun,raun,7,1,0,0,0.14,0.9031,0.01,0.3010 Raunchier,raunchier,1,1,0,0,0.02,0.3010,0.01,0.3010 Ravager,ravager,2,1,0,0,0.04,0.4771,0.01,0.3010 Ravagers,ravagers,1,1,0,0,0.02,0.3010,0.01,0.3010 raveled,raveled,1,1,1,1,0.02,0.3010,0.01,0.3010 ravelled,ravelled,1,1,1,1,0.02,0.3010,0.01,0.3010 Ravelling,ravelling,1,1,0,0,0.02,0.3010,0.01,0.3010 ravels,ravels,1,1,1,1,0.02,0.3010,0.01,0.3010 ravingly,ravingly,1,1,1,1,0.02,0.3010,0.01,0.3010 raviolis,raviolis,2,1,2,1,0.04,0.4771,0.01,0.3010 Ravisher,ravisher,1,1,0,0,0.02,0.3010,0.01,0.3010 ravishingly,ravishingly,1,1,1,1,0.02,0.3010,0.01,0.3010 rawhided,rawhided,3,1,2,1,0.06,0.6021,0.01,0.3010 Rawhider,rawhider,3,1,0,0,0.06,0.6021,0.01,0.3010 rawhiding,rawhiding,1,1,1,1,0.02,0.3010,0.01,0.3010 Raya,raya,5,1,1,1,0.10,0.7782,0.01,0.3010 rayons,rayons,1,1,1,1,0.02,0.3010,0.01,0.3010 razzamatazz,razzamatazz,1,1,1,1,0.02,0.3010,0.01,0.3010 razzed,razzed,1,1,1,1,0.02,0.3010,0.01,0.3010 razzes,razzes,1,1,1,1,0.02,0.3010,0.01,0.3010 Rcd,rcd,1,1,0,0,0.02,0.3010,0.01,0.3010 reaccumulate,reaccumulate,1,1,1,1,0.02,0.3010,0.01,0.3010 reachers,reachers,1,1,1,1,0.02,0.3010,0.01,0.3010 reacquainting,reacquainting,1,1,1,1,0.02,0.3010,0.01,0.3010 reacquisition,reacquisition,2,1,2,1,0.04,0.4771,0.01,0.3010 reactant,reactant,2,1,2,1,0.04,0.4771,0.01,0.3010 Reactants,reactants,1,1,0,0,0.02,0.3010,0.01,0.3010 reactivates,reactivates,1,1,1,1,0.02,0.3010,0.01,0.3010 reactivation,reactivation,1,1,1,1,0.02,0.3010,0.01,0.3010 readdicted,readdicted,1,1,1,1,0.02,0.3010,0.01,0.3010 readdress,readdress,1,1,1,1,0.02,0.3010,0.01,0.3010 Readier,readier,1,1,0,0,0.02,0.3010,0.01,0.3010 readies,readies,1,1,1,1,0.02,0.3010,0.01,0.3010 readiest,readiest,1,1,1,1,0.02,0.3010,0.01,0.3010 readmittance,readmittance,1,1,1,1,0.02,0.3010,0.01,0.3010 readymade,readymade,1,1,1,1,0.02,0.3010,0.01,0.3010 Reaffirming,reaffirming,1,1,0,0,0.02,0.3010,0.01,0.3010 reaffix,reaffix,1,1,1,1,0.02,0.3010,0.01,0.3010 Reaks,reaks,1,1,0,0,0.02,0.3010,0.01,0.3010 Realestate,realestate,1,1,0,0,0.02,0.3010,0.01,0.3010 realigns,realigns,1,1,1,1,0.02,0.3010,0.01,0.3010 realness,realness,1,1,1,1,0.02,0.3010,0.01,0.3010 reamer,reamer,1,1,1,1,0.02,0.3010,0.01,0.3010 reamers,reamers,1,1,1,1,0.02,0.3010,0.01,0.3010 reaming,reaming,1,1,1,1,0.02,0.3010,0.01,0.3010 reapplied,reapplied,1,1,1,1,0.02,0.3010,0.01,0.3010 reappointed,reappointed,1,1,1,1,0.02,0.3010,0.01,0.3010 reapportionment,reapportionment,1,1,1,1,0.02,0.3010,0.01,0.3010 reappraise,reappraise,1,1,1,1,0.02,0.3010,0.01,0.3010 rearguing,rearguing,1,1,1,1,0.02,0.3010,0.01,0.3010 rearmed,rearmed,4,1,4,1,0.08,0.6990,0.01,0.3010 rearms,rearms,1,1,1,1,0.02,0.3010,0.01,0.3010 rearranger,rearranger,1,1,1,1,0.02,0.3010,0.01,0.3010 rearward,rearward,3,1,3,1,0.06,0.6021,0.01,0.3010 reasearch,reasearch,1,1,1,1,0.02,0.3010,0.01,0.3010 reassembly,reassembly,1,1,1,1,0.02,0.3010,0.01,0.3010 reasserts,reasserts,1,1,1,1,0.02,0.3010,0.01,0.3010 reassessed,reassessed,1,1,1,1,0.02,0.3010,0.01,0.3010 reassessing,reassessing,1,1,1,1,0.02,0.3010,0.01,0.3010 reassessment,reassessment,1,1,1,1,0.02,0.3010,0.01,0.3010 reassimilated,reassimilated,1,1,1,1,0.02,0.3010,0.01,0.3010 reassuming,reassuming,1,1,1,1,0.02,0.3010,0.01,0.3010 reassurances,reassurances,1,1,1,1,0.02,0.3010,0.01,0.3010 reassures,reassures,1,1,1,1,0.02,0.3010,0.01,0.3010 Reata,reata,6,1,0,0,0.12,0.8451,0.01,0.3010 reattaching,reattaching,1,1,1,1,0.02,0.3010,0.01,0.3010 Reattachment,reattachment,1,1,0,0,0.02,0.3010,0.01,0.3010 Reaumur,reaumur,3,1,0,0,0.06,0.6021,0.01,0.3010 reawakening,reawakening,1,1,1,1,0.02,0.3010,0.01,0.3010 reawakens,reawakens,1,1,1,1,0.02,0.3010,0.01,0.3010 rebalance,rebalance,1,1,1,1,0.02,0.3010,0.01,0.3010 rebalanced,rebalanced,1,1,1,1,0.02,0.3010,0.01,0.3010 rebandage,rebandage,1,1,1,1,0.02,0.3010,0.01,0.3010 rebaptized,rebaptized,1,1,1,1,0.02,0.3010,0.01,0.3010 rebar,rebar,1,1,1,1,0.02,0.3010,0.01,0.3010 Rebbe,rebbe,10,1,0,0,0.20,1.0414,0.01,0.3010 rebook,rebook,1,1,1,1,0.02,0.3010,0.01,0.3010 rebooted,rebooted,1,1,1,1,0.02,0.3010,0.01,0.3010 rebop,rebop,2,1,2,1,0.04,0.4771,0.01,0.3010 Rebozo,rebozo,3,1,0,0,0.06,0.6021,0.01,0.3010 rebroadcasting,rebroadcasting,1,1,1,1,0.02,0.3010,0.01,0.3010 rebuffs,rebuffs,1,1,1,1,0.02,0.3010,0.01,0.3010 rebuker,rebuker,1,1,1,1,0.02,0.3010,0.01,0.3010 rebuking,rebuking,1,1,1,1,0.02,0.3010,0.01,0.3010 reburial,reburial,2,1,2,1,0.04,0.4771,0.01,0.3010 reburied,reburied,1,1,1,1,0.02,0.3010,0.01,0.3010 rebused,rebused,1,1,1,1,0.02,0.3010,0.01,0.3010 rebute,rebute,1,1,1,1,0.02,0.3010,0.01,0.3010 rebuttable,rebuttable,1,1,1,1,0.02,0.3010,0.01,0.3010 rebutted,rebutted,1,1,1,1,0.02,0.3010,0.01,0.3010 recalibrating,recalibrating,1,1,1,1,0.02,0.3010,0.01,0.3010 recanting,recanting,1,1,1,1,0.02,0.3010,0.01,0.3010 Recanvas,recanvas,1,1,0,0,0.02,0.3010,0.01,0.3010 recapitalize,recapitalize,1,1,1,1,0.02,0.3010,0.01,0.3010 recapitulating,recapitulating,1,1,1,1,0.02,0.3010,0.01,0.3010 recapitulation,recapitulation,1,1,1,1,0.02,0.3010,0.01,0.3010 recaps,recaps,1,1,1,1,0.02,0.3010,0.01,0.3010 recarpet,recarpet,1,1,1,1,0.02,0.3010,0.01,0.3010 recatalog,recatalog,1,1,1,1,0.02,0.3010,0.01,0.3010 recce,recce,1,1,1,1,0.02,0.3010,0.01,0.3010 recept,recept,3,1,3,1,0.06,0.6021,0.01,0.3010 receptivity,receptivity,1,1,1,1,0.02,0.3010,0.01,0.3010 recertification,recertification,1,1,1,1,0.02,0.3010,0.01,0.3010 recessionary,recessionary,1,1,1,1,0.02,0.3010,0.01,0.3010 Rechecks,rechecks,1,1,0,0,0.02,0.3010,0.01,0.3010 rechristen,rechristen,1,1,1,1,0.02,0.3010,0.01,0.3010 recidivists,recidivists,1,1,1,1,0.02,0.3010,0.01,0.3010 reciprocating,reciprocating,1,1,1,1,0.02,0.3010,0.01,0.3010 recirculation,recirculation,1,1,1,1,0.02,0.3010,0.01,0.3010 recitatives,recitatives,1,1,1,1,0.02,0.3010,0.01,0.3010 reclaimer,reclaimer,1,1,1,1,0.02,0.3010,0.01,0.3010 Reclassifying,reclassifying,1,1,0,0,0.02,0.3010,0.01,0.3010 recluses,recluses,1,1,1,1,0.02,0.3010,0.01,0.3010 recombination,recombination,1,1,1,1,0.02,0.3010,0.01,0.3010 recombined,recombined,1,1,1,1,0.02,0.3010,0.01,0.3010 recomember,recomember,1,1,1,1,0.02,0.3010,0.01,0.3010 recommenced,recommenced,1,1,1,1,0.02,0.3010,0.01,0.3010 recommission,recommission,1,1,1,1,0.02,0.3010,0.01,0.3010 recommissioned,recommissioned,1,1,1,1,0.02,0.3010,0.01,0.3010 recompensated,recompensated,1,1,1,1,0.02,0.3010,0.01,0.3010 recomposed,recomposed,1,1,1,1,0.02,0.3010,0.01,0.3010 recomposition,recomposition,1,1,1,1,0.02,0.3010,0.01,0.3010 recompression,recompression,3,1,3,1,0.06,0.6021,0.01,0.3010 reconcentration,reconcentration,1,1,1,1,0.02,0.3010,0.01,0.3010 reconcilement,reconcilement,1,1,1,1,0.02,0.3010,0.01,0.3010 reconciliate,reconciliate,4,1,4,1,0.08,0.6990,0.01,0.3010 reconciliated,reconciliated,1,1,1,1,0.02,0.3010,0.01,0.3010 reconciliatory,reconciliatory,1,1,1,1,0.02,0.3010,0.01,0.3010 recondition,recondition,1,1,1,1,0.02,0.3010,0.01,0.3010 reconnection,reconnection,1,1,1,1,0.02,0.3010,0.01,0.3010 reconnoitered,reconnoitered,1,1,1,1,0.02,0.3010,0.01,0.3010 reconnoitring,reconnoitring,1,1,1,1,0.02,0.3010,0.01,0.3010 reconquest,reconquest,1,1,1,1,0.02,0.3010,0.01,0.3010 reconsiders,reconsiders,1,1,1,1,0.02,0.3010,0.01,0.3010 reconstitutes,reconstitutes,1,1,1,1,0.02,0.3010,0.01,0.3010 reconstituting,reconstituting,1,1,1,1,0.02,0.3010,0.01,0.3010 reconstitution,reconstitution,1,1,1,1,0.02,0.3010,0.01,0.3010 reconstructionism,reconstructionism,1,1,1,1,0.02,0.3010,0.01,0.3010 reconstructionist,reconstructionist,1,1,1,1,0.02,0.3010,0.01,0.3010 reconvened,reconvened,1,1,1,1,0.02,0.3010,0.01,0.3010 reconvening,reconvening,1,1,1,1,0.02,0.3010,0.01,0.3010 reconvict,reconvict,1,1,1,1,0.02,0.3010,0.01,0.3010 recook,recook,1,1,1,1,0.02,0.3010,0.01,0.3010 recooked,recooked,1,1,1,1,0.02,0.3010,0.01,0.3010 recouping,recouping,1,1,1,1,0.02,0.3010,0.01,0.3010 recourses,recourses,1,1,1,1,0.02,0.3010,0.01,0.3010 recrossed,recrossed,1,1,1,1,0.02,0.3010,0.01,0.3010 recrossing,recrossing,1,1,1,1,0.02,0.3010,0.01,0.3010 recrystallizing,recrystallizing,1,1,1,1,0.02,0.3010,0.01,0.3010 recs,recs,1,1,1,1,0.02,0.3010,0.01,0.3010 rectification,rectification,1,1,1,1,0.02,0.3010,0.01,0.3010 rectifiers,rectifiers,2,1,2,1,0.04,0.4771,0.01,0.3010 rectorship,rectorship,1,1,1,1,0.02,0.3010,0.01,0.3010 recumbent,recumbent,1,1,1,1,0.02,0.3010,0.01,0.3010 recuperates,recuperates,1,1,1,1,0.02,0.3010,0.01,0.3010 recurrences,recurrences,1,1,1,1,0.02,0.3010,0.01,0.3010 recurrently,recurrently,1,1,1,1,0.02,0.3010,0.01,0.3010 recurve,recurve,1,1,1,1,0.02,0.3010,0.01,0.3010 recusing,recusing,1,1,1,1,0.02,0.3010,0.01,0.3010 recutting,recutting,1,1,1,1,0.02,0.3010,0.01,0.3010 redate,redate,1,1,1,1,0.02,0.3010,0.01,0.3010 redbaiting,redbaiting,1,1,1,1,0.02,0.3010,0.01,0.3010 Redbirds,redbirds,2,1,0,0,0.04,0.4771,0.01,0.3010 redbone,redbone,1,1,1,1,0.02,0.3010,0.01,0.3010 redbones,redbones,3,1,3,1,0.06,0.6021,0.01,0.3010 reddendo,reddendo,1,1,1,1,0.02,0.3010,0.01,0.3010 reddening,reddening,1,1,1,1,0.02,0.3010,0.01,0.3010 reddens,reddens,1,1,1,1,0.02,0.3010,0.01,0.3010 Rede,rede,1,1,0,0,0.02,0.3010,0.01,0.3010 redeal,redeal,1,1,1,1,0.02,0.3010,0.01,0.3010 Rededicating,rededicating,1,1,0,0,0.02,0.3010,0.01,0.3010 redeemers,redeemers,1,1,1,1,0.02,0.3010,0.01,0.3010 redeems,redeems,1,1,1,1,0.02,0.3010,0.01,0.3010 Redemptor,redemptor,1,1,0,0,0.02,0.3010,0.01,0.3010 redeveloped,redeveloped,1,1,1,1,0.02,0.3010,0.01,0.3010 Redfoot,redfoot,12,1,0,0,0.24,1.1139,0.01,0.3010 rediscovery,rediscovery,1,1,1,1,0.02,0.3010,0.01,0.3010 redistributing,redistributing,1,1,1,1,0.02,0.3010,0.01,0.3010 redistricting,redistricting,4,1,4,1,0.08,0.6990,0.01,0.3010 Redleg,redleg,4,1,0,0,0.08,0.6990,0.01,0.3010 redlines,redlines,1,1,1,1,0.02,0.3010,0.01,0.3010 redly,redly,1,1,1,1,0.02,0.3010,0.01,0.3010 redock,redock,1,1,1,1,0.02,0.3010,0.01,0.3010 Redoute,redoute,1,1,0,0,0.02,0.3010,0.01,0.3010 redrafted,redrafted,1,1,1,1,0.02,0.3010,0.01,0.3010 redrawn,redrawn,1,1,1,1,0.02,0.3010,0.01,0.3010 redream,redream,1,1,1,1,0.02,0.3010,0.01,0.3010 redux,redux,3,1,3,1,0.06,0.6021,0.01,0.3010 reeding,reeding,1,1,1,1,0.02,0.3010,0.01,0.3010 reedit,reedit,1,1,1,1,0.02,0.3010,0.01,0.3010 reeducated,reeducated,1,1,1,1,0.02,0.3010,0.01,0.3010 reefed,reefed,1,1,1,1,0.02,0.3010,0.01,0.3010 reembarked,reembarked,1,1,1,1,0.02,0.3010,0.01,0.3010 reemerging,reemerging,1,1,1,1,0.02,0.3010,0.01,0.3010 reengage,reengage,1,1,1,1,0.02,0.3010,0.01,0.3010 reenlarged,reenlarged,1,1,1,1,0.02,0.3010,0.01,0.3010 reenlistment,reenlistment,1,1,1,1,0.02,0.3010,0.01,0.3010 reeving,reeving,1,1,1,1,0.02,0.3010,0.01,0.3010 reexamination,reexamination,1,1,1,1,0.02,0.3010,0.01,0.3010 reexperiencing,reexperiencing,1,1,1,1,0.02,0.3010,0.01,0.3010 Refaced,refaced,1,1,0,0,0.02,0.3010,0.01,0.3010 refallen,refallen,1,1,1,1,0.02,0.3010,0.01,0.3010 refamiliarize,refamiliarize,1,1,1,1,0.02,0.3010,0.01,0.3010 refection,refection,2,1,2,1,0.04,0.4771,0.01,0.3010 refereed,refereed,1,1,1,1,0.02,0.3010,0.01,0.3010 referendums,referendums,1,1,1,1,0.02,0.3010,0.01,0.3010 referent,referent,1,1,1,1,0.02,0.3010,0.01,0.3010 reffed,reffed,1,1,1,1,0.02,0.3010,0.01,0.3010 reffing,reffing,2,1,2,1,0.04,0.4771,0.01,0.3010 refight,refight,1,1,1,1,0.02,0.3010,0.01,0.3010 refiled,refiled,1,1,1,1,0.02,0.3010,0.01,0.3010 refiles,refiles,1,1,1,1,0.02,0.3010,0.01,0.3010 refinance,refinance,1,1,1,1,0.02,0.3010,0.01,0.3010 refiner,refiner,2,1,2,1,0.04,0.4771,0.01,0.3010 refire,refire,1,1,1,1,0.02,0.3010,0.01,0.3010 refired,refired,2,1,2,1,0.04,0.4771,0.01,0.3010 reflash,reflash,1,1,1,1,0.02,0.3010,0.01,0.3010 reflets,reflets,2,1,2,1,0.04,0.4771,0.01,0.3010 reflexive,reflexive,1,1,1,1,0.02,0.3010,0.01,0.3010 reflexively,reflexively,1,1,1,1,0.02,0.3010,0.01,0.3010 reflexivity,reflexivity,1,1,1,1,0.02,0.3010,0.01,0.3010 refloated,refloated,2,1,2,1,0.04,0.4771,0.01,0.3010 refold,refold,1,1,1,1,0.02,0.3010,0.01,0.3010 refolded,refolded,1,1,1,1,0.02,0.3010,0.01,0.3010 reforge,reforge,1,1,1,1,0.02,0.3010,0.01,0.3010 refr,refr,1,1,1,1,0.02,0.3010,0.01,0.3010 refracting,refracting,2,1,2,1,0.04,0.4771,0.01,0.3010 refracts,refracts,1,1,1,1,0.02,0.3010,0.01,0.3010 reframes,reframes,1,1,1,1,0.02,0.3010,0.01,0.3010 reframing,reframing,1,1,1,1,0.02,0.3010,0.01,0.3010 refreshen,refreshen,1,1,1,1,0.02,0.3010,0.01,0.3010 refreshener,refreshener,1,1,1,1,0.02,0.3010,0.01,0.3010 refrig,refrig,1,1,1,1,0.02,0.3010,0.01,0.3010 refrigerant,refrigerant,1,1,1,1,0.02,0.3010,0.01,0.3010 reft,reft,3,1,3,1,0.06,0.6021,0.01,0.3010 refurbishment,refurbishment,1,1,1,1,0.02,0.3010,0.01,0.3010 refuser,refuser,1,1,1,1,0.02,0.3010,0.01,0.3010 refusion,refusion,1,1,1,1,0.02,0.3010,0.01,0.3010 refutation,refutation,1,1,1,1,0.02,0.3010,0.01,0.3010 refuting,refuting,1,1,1,1,0.02,0.3010,0.01,0.3010 regalo,regalo,2,1,2,1,0.04,0.4771,0.01,0.3010 regear,regear,1,1,1,1,0.02,0.3010,0.01,0.3010 Regencies,regencies,1,1,0,0,0.02,0.3010,0.01,0.3010 regenerating,regenerating,1,1,1,1,0.02,0.3010,0.01,0.3010 Reget,reget,2,1,0,0,0.04,0.4771,0.01,0.3010 regift,regift,1,1,1,1,0.02,0.3010,0.01,0.3010 regionalism,regionalism,1,1,1,1,0.02,0.3010,0.01,0.3010 Regionally,regionally,1,1,0,0,0.02,0.3010,0.01,0.3010 registrants,registrants,1,1,1,1,0.02,0.3010,0.01,0.3010 registries,registries,1,1,1,1,0.02,0.3010,0.01,0.3010 regiven,regiven,1,1,1,1,0.02,0.3010,0.01,0.3010 reglaze,reglaze,1,1,1,1,0.02,0.3010,0.01,0.3010 reglazed,reglazed,1,1,1,1,0.02,0.3010,0.01,0.3010 reglove,reglove,1,1,1,1,0.02,0.3010,0.01,0.3010 regressions,regressions,1,1,1,1,0.02,0.3010,0.01,0.3010 regretable,regretable,1,1,1,1,0.02,0.3010,0.01,0.3010 regrew,regrew,1,1,1,1,0.02,0.3010,0.01,0.3010 Regrowing,regrowing,1,1,0,0,0.02,0.3010,0.01,0.3010 regula,regula,1,1,1,1,0.02,0.3010,0.01,0.3010 regularization,regularization,1,1,1,1,0.02,0.3010,0.01,0.3010 regularize,regularize,1,1,1,1,0.02,0.3010,0.01,0.3010 regurge,regurge,1,1,1,1,0.02,0.3010,0.01,0.3010 regurgitated,regurgitated,2,1,2,1,0.04,0.4771,0.01,0.3010 rehabbed,rehabbed,1,1,1,1,0.02,0.3010,0.01,0.3010 rehabbing,rehabbing,1,1,1,1,0.02,0.3010,0.01,0.3010 rehashed,rehashed,1,1,1,1,0.02,0.3010,0.01,0.3010 rehearser,rehearser,1,1,1,1,0.02,0.3010,0.01,0.3010 rehearses,rehearses,1,1,1,1,0.02,0.3010,0.01,0.3010 reheating,reheating,1,1,1,1,0.02,0.3010,0.01,0.3010 reheats,reheats,1,1,1,1,0.02,0.3010,0.01,0.3010 rehid,rehid,1,1,1,1,0.02,0.3010,0.01,0.3010 rehydration,rehydration,1,1,1,1,0.02,0.3010,0.01,0.3010 rehypnotized,rehypnotized,1,1,1,1,0.02,0.3010,0.01,0.3010 reignite,reignite,1,1,1,1,0.02,0.3010,0.01,0.3010 reimagine,reimagine,1,1,1,1,0.02,0.3010,0.01,0.3010 reimpose,reimpose,1,1,1,1,0.02,0.3010,0.01,0.3010 reincarnating,reincarnating,1,1,1,1,0.02,0.3010,0.01,0.3010 reinduction,reinduction,1,1,1,1,0.02,0.3010,0.01,0.3010 Reining,reining,1,1,0,0,0.02,0.3010,0.01,0.3010 reinitialize,reinitialize,1,1,1,1,0.02,0.3010,0.01,0.3010 reinitializing,reinitializing,1,1,1,1,0.02,0.3010,0.01,0.3010 reinject,reinject,1,1,1,1,0.02,0.3010,0.01,0.3010 reinjured,reinjured,1,1,1,1,0.02,0.3010,0.01,0.3010 reinjures,reinjures,1,1,1,1,0.02,0.3010,0.01,0.3010 reinserted,reinserted,1,1,1,1,0.02,0.3010,0.01,0.3010 reinserting,reinserting,1,1,1,1,0.02,0.3010,0.01,0.3010 reinstalling,reinstalling,1,1,1,1,0.02,0.3010,0.01,0.3010 reinstates,reinstates,1,1,1,1,0.02,0.3010,0.01,0.3010 reinstituted,reinstituted,1,1,1,1,0.02,0.3010,0.01,0.3010 reinsure,reinsure,1,1,1,1,0.02,0.3010,0.01,0.3010 Reintegrate,reintegrate,1,1,0,0,0.02,0.3010,0.01,0.3010 reintegration,reintegration,1,1,1,1,0.02,0.3010,0.01,0.3010 reinterpretation,reinterpretation,1,1,1,1,0.02,0.3010,0.01,0.3010 reinvents,reinvents,1,1,1,1,0.02,0.3010,0.01,0.3010 reinvestigated,reinvestigated,1,1,1,1,0.02,0.3010,0.01,0.3010 reinvestigating,reinvestigating,1,1,1,1,0.02,0.3010,0.01,0.3010 reinvestment,reinvestment,1,1,1,1,0.02,0.3010,0.01,0.3010 reinvigorate,reinvigorate,2,1,2,1,0.04,0.4771,0.01,0.3010 reinvolved,reinvolved,1,1,1,1,0.02,0.3010,0.01,0.3010 Reis,reis,1,1,0,0,0.02,0.3010,0.01,0.3010 Reisner,reisner,11,1,0,0,0.22,1.0792,0.01,0.3010 reiteration,reiteration,1,1,1,1,0.02,0.3010,0.01,0.3010 Reiterator,reiterator,1,1,0,0,0.02,0.3010,0.01,0.3010 reivers,reivers,2,1,2,1,0.04,0.4771,0.01,0.3010 rejig,rejig,1,1,1,1,0.02,0.3010,0.01,0.3010 rejigger,rejigger,2,1,1,1,0.04,0.4771,0.01,0.3010 rejoins,rejoins,1,1,1,1,0.02,0.3010,0.01,0.3010 rejuvenates,rejuvenates,1,1,1,1,0.02,0.3010,0.01,0.3010 rekindles,rekindles,1,1,1,1,0.02,0.3010,0.01,0.3010 relabel,relabel,1,1,1,1,0.02,0.3010,0.01,0.3010 relabeling,relabeling,1,1,1,1,0.02,0.3010,0.01,0.3010 reland,reland,1,1,1,1,0.02,0.3010,0.01,0.3010 relapsing,relapsing,1,1,1,1,0.02,0.3010,0.01,0.3010 relatability,relatability,1,1,1,1,0.02,0.3010,0.01,0.3010 relaunch,relaunch,1,1,1,1,0.02,0.3010,0.01,0.3010 relaunching,relaunching,1,1,1,1,0.02,0.3010,0.01,0.3010 releasable,releasable,1,1,1,1,0.02,0.3010,0.01,0.3010 relegate,relegate,2,1,2,1,0.04,0.4771,0.01,0.3010 relenting,relenting,1,1,1,1,0.02,0.3010,0.01,0.3010 relentlessness,relentlessness,1,1,1,1,0.02,0.3010,0.01,0.3010 relevent,relevent,1,1,1,1,0.02,0.3010,0.01,0.3010 relict,relict,2,1,2,1,0.04,0.4771,0.01,0.3010 reliefs,reliefs,1,1,1,1,0.02,0.3010,0.01,0.3010 religionist,religionist,1,1,1,1,0.02,0.3010,0.01,0.3010 relined,relined,1,1,1,1,0.02,0.3010,0.01,0.3010 relinquishment,relinquishment,2,1,2,1,0.04,0.4771,0.01,0.3010 reliquary,reliquary,2,1,2,1,0.04,0.4771,0.01,0.3010 reliquiae,reliquiae,1,1,1,1,0.02,0.3010,0.01,0.3010 reloader,reloader,2,1,2,1,0.04,0.4771,0.01,0.3010 relume,relume,2,1,2,1,0.04,0.4771,0.01,0.3010 remailing,remailing,1,1,1,1,0.02,0.3010,0.01,0.3010 remaindered,remaindered,1,1,1,1,0.02,0.3010,0.01,0.3010 Reman,reman,11,1,0,0,0.22,1.0792,0.01,0.3010 remanding,remanding,1,1,1,1,0.02,0.3010,0.01,0.3010 Remans,remans,5,1,0,0,0.10,0.7782,0.01,0.3010 remapping,remapping,1,1,1,1,0.02,0.3010,0.01,0.3010 remastered,remastered,1,1,1,1,0.02,0.3010,0.01,0.3010 rematerialize,rematerialize,1,1,1,1,0.02,0.3010,0.01,0.3010 rematerializing,rematerializing,1,1,1,1,0.02,0.3010,0.01,0.3010 remedying,remedying,1,1,1,1,0.02,0.3010,0.01,0.3010 remelt,remelt,1,1,1,1,0.02,0.3010,0.01,0.3010 reminisced,reminisced,1,1,1,1,0.02,0.3010,0.01,0.3010 reminisces,reminisces,1,1,1,1,0.02,0.3010,0.01,0.3010 remittances,remittances,1,1,1,1,0.02,0.3010,0.01,0.3010 remitting,remitting,4,1,4,1,0.08,0.6990,0.01,0.3010 remixes,remixes,1,1,1,1,0.02,0.3010,0.01,0.3010 remodeler,remodeler,1,1,1,1,0.02,0.3010,0.01,0.3010 remodulated,remodulated,1,1,1,1,0.02,0.3010,0.01,0.3010 Remodulating,remodulating,1,1,0,0,0.02,0.3010,0.01,0.3010 remold,remold,1,1,1,1,0.02,0.3010,0.01,0.3010 remolding,remolding,1,1,1,1,0.02,0.3010,0.01,0.3010 remonstrating,remonstrating,1,1,1,1,0.02,0.3010,0.01,0.3010 remorses,remorses,2,1,2,1,0.04,0.4771,0.01,0.3010 remoulded,remoulded,2,1,2,1,0.04,0.4771,0.01,0.3010 Rems,rems,1,1,0,0,0.02,0.3010,0.01,0.3010 remunerative,remunerative,1,1,1,1,0.02,0.3010,0.01,0.3010 renderer,renderer,1,1,1,1,0.02,0.3010,0.01,0.3010 renegate,renegate,1,1,1,1,0.02,0.3010,0.01,0.3010 Renegotiations,renegotiations,1,1,0,0,0.02,0.3010,0.01,0.3010 renin,renin,1,1,1,1,0.02,0.3010,0.01,0.3010 renitent,renitent,1,1,1,1,0.02,0.3010,0.01,0.3010 Renn,renn,10,1,0,0,0.20,1.0414,0.01,0.3010 Renner,renner,6,1,0,0,0.12,0.8451,0.01,0.3010 rennet,rennet,2,1,2,1,0.04,0.4771,0.01,0.3010 rennin,rennin,1,1,1,1,0.02,0.3010,0.01,0.3010 renomination,renomination,4,1,4,1,0.08,0.6990,0.01,0.3010 Renouncers,renouncers,2,1,0,0,0.04,0.4771,0.01,0.3010 renumbering,renumbering,1,1,1,1,0.02,0.3010,0.01,0.3010 reoccurrence,reoccurrence,1,1,1,1,0.02,0.3010,0.01,0.3010 reoffering,reoffering,1,1,1,1,0.02,0.3010,0.01,0.3010 reordered,reordered,1,1,1,1,0.02,0.3010,0.01,0.3010 reordering,reordering,1,1,1,1,0.02,0.3010,0.01,0.3010 reorders,reorders,1,1,1,1,0.02,0.3010,0.01,0.3010 reorganisation,reorganisation,1,1,1,1,0.02,0.3010,0.01,0.3010 Reorganising,reorganising,1,1,0,0,0.02,0.3010,0.01,0.3010 reorganizes,reorganizes,1,1,1,1,0.02,0.3010,0.01,0.3010 reorientating,reorientating,1,1,1,1,0.02,0.3010,0.01,0.3010 reoriented,reoriented,1,1,1,1,0.02,0.3010,0.01,0.3010 repacked,repacked,1,1,1,1,0.02,0.3010,0.01,0.3010 repagination,repagination,1,1,1,1,0.02,0.3010,0.01,0.3010 Repairer,repairer,1,1,0,0,0.02,0.3010,0.01,0.3010 repaneling,repaneling,1,1,1,1,0.02,0.3010,0.01,0.3010 repaper,repaper,1,1,1,1,0.02,0.3010,0.01,0.3010 repart,repart,1,1,1,1,0.02,0.3010,0.01,0.3010 repaved,repaved,1,1,1,1,0.02,0.3010,0.01,0.3010 repayments,repayments,1,1,1,1,0.02,0.3010,0.01,0.3010 Repenters,repenters,1,1,0,0,0.02,0.3010,0.01,0.3010 repetitively,repetitively,1,1,1,1,0.02,0.3010,0.01,0.3010 replacer,replacer,1,1,1,1,0.02,0.3010,0.01,0.3010 replating,replating,1,1,1,1,0.02,0.3010,0.01,0.3010 replenishment,replenishment,1,1,1,1,0.02,0.3010,0.01,0.3010 repletion,repletion,1,1,1,1,0.02,0.3010,0.01,0.3010 replevin,replevin,1,1,1,1,0.02,0.3010,0.01,0.3010 replicable,replicable,1,1,1,1,0.02,0.3010,0.01,0.3010 replotted,replotted,1,1,1,1,0.02,0.3010,0.01,0.3010 replowing,replowing,1,1,1,1,0.02,0.3010,0.01,0.3010 repopulation,repopulation,1,1,1,1,0.02,0.3010,0.01,0.3010 reportable,reportable,1,1,1,1,0.02,0.3010,0.01,0.3010 reportingly,reportingly,1,1,1,1,0.02,0.3010,0.01,0.3010 reposes,reposes,2,1,1,1,0.04,0.4771,0.01,0.3010 repositories,repositories,1,1,1,1,0.02,0.3010,0.01,0.3010 repossesses,repossesses,1,1,1,1,0.02,0.3010,0.01,0.3010 repossessions,repossessions,1,1,1,1,0.02,0.3010,0.01,0.3010 Repower,repower,1,1,0,0,0.02,0.3010,0.01,0.3010 repowering,repowering,1,1,1,1,0.02,0.3010,0.01,0.3010 reprehend,reprehend,1,1,1,1,0.02,0.3010,0.01,0.3010 reprehending,reprehending,1,1,1,1,0.02,0.3010,0.01,0.3010 representant,representant,1,1,1,1,0.02,0.3010,0.01,0.3010 representer,representer,2,1,1,1,0.04,0.4771,0.01,0.3010 represses,represses,1,1,1,1,0.02,0.3010,0.01,0.3010 repressions,repressions,1,1,1,1,0.02,0.3010,0.01,0.3010 repressiveness,repressiveness,1,1,1,1,0.02,0.3010,0.01,0.3010 repressor,repressor,1,1,1,1,0.02,0.3010,0.01,0.3010 repricing,repricing,1,1,1,1,0.02,0.3010,0.01,0.3010 reprises,reprises,1,1,1,1,0.02,0.3010,0.01,0.3010 repro,repro,1,1,1,1,0.02,0.3010,0.01,0.3010 reproaching,reproaching,1,1,1,1,0.02,0.3010,0.01,0.3010 reprobated,reprobated,1,1,1,1,0.02,0.3010,0.01,0.3010 reprocessed,reprocessed,1,1,1,1,0.02,0.3010,0.01,0.3010 reproductively,reproductively,2,1,2,1,0.04,0.4771,0.01,0.3010 reproved,reproved,1,1,1,1,0.02,0.3010,0.01,0.3010 reprover,reprover,1,1,1,1,0.02,0.3010,0.01,0.3010 republish,republish,1,1,1,1,0.02,0.3010,0.01,0.3010 repudiates,repudiates,1,1,1,1,0.02,0.3010,0.01,0.3010 repulser,repulser,1,1,1,1,0.02,0.3010,0.01,0.3010 Repulsers,repulsers,1,1,0,0,0.02,0.3010,0.01,0.3010 repulsing,repulsing,1,1,1,1,0.02,0.3010,0.01,0.3010 repulsions,repulsions,1,1,1,1,0.02,0.3010,0.01,0.3010 repulsiveness,repulsiveness,1,1,1,1,0.02,0.3010,0.01,0.3010 repurchase,repurchase,1,1,1,1,0.02,0.3010,0.01,0.3010 repurchased,repurchased,1,1,1,1,0.02,0.3010,0.01,0.3010 repurchasing,repurchasing,1,1,1,1,0.02,0.3010,0.01,0.3010 repurified,repurified,1,1,1,1,0.02,0.3010,0.01,0.3010 requester,requester,1,1,1,1,0.02,0.3010,0.01,0.3010 requisitioning,requisitioning,1,1,1,1,0.02,0.3010,0.01,0.3010 Requiter,requiter,4,1,0,0,0.08,0.6990,0.01,0.3010 rerate,rerate,1,1,1,1,0.02,0.3010,0.01,0.3010 rereads,rereads,1,1,1,1,0.02,0.3010,0.01,0.3010 rerecord,rerecord,2,1,2,1,0.04,0.4771,0.01,0.3010 rerelease,rerelease,1,1,1,1,0.02,0.3010,0.01,0.3010 rerig,rerig,2,1,2,1,0.04,0.4771,0.01,0.3010 reroutes,reroutes,1,1,1,1,0.02,0.3010,0.01,0.3010 rescan,rescan,2,1,2,1,0.04,0.4771,0.01,0.3010 rescission,rescission,1,1,1,1,0.02,0.3010,0.01,0.3010 rescore,rescore,1,1,1,1,0.02,0.3010,0.01,0.3010 rescored,rescored,1,1,1,1,0.02,0.3010,0.01,0.3010 reseat,reseat,1,1,1,1,0.02,0.3010,0.01,0.3010 resemblances,resemblances,1,1,1,1,0.02,0.3010,0.01,0.3010 resentencing,resentencing,1,1,1,1,0.02,0.3010,0.01,0.3010 reshake,reshake,1,1,1,1,0.02,0.3010,0.01,0.3010 reshingle,reshingle,1,1,1,1,0.02,0.3010,0.01,0.3010 reshipped,reshipped,1,1,1,1,0.02,0.3010,0.01,0.3010 reshod,reshod,1,1,1,1,0.02,0.3010,0.01,0.3010 reshoe,reshoe,1,1,1,1,0.02,0.3010,0.01,0.3010 reshoeing,reshoeing,1,1,1,1,0.02,0.3010,0.01,0.3010 reshuffles,reshuffles,1,1,1,1,0.02,0.3010,0.01,0.3010 resilvering,resilvering,1,1,1,1,0.02,0.3010,0.01,0.3010 resipiscence,resipiscence,1,1,1,1,0.02,0.3010,0.01,0.3010 resisters,resisters,1,1,1,1,0.02,0.3010,0.01,0.3010 resistible,resistible,1,1,1,1,0.02,0.3010,0.01,0.3010 Resistless,resistless,1,1,0,0,0.02,0.3010,0.01,0.3010 Resize,resize,1,1,0,0,0.02,0.3010,0.01,0.3010 resizing,resizing,1,1,1,1,0.02,0.3010,0.01,0.3010 resole,resole,1,1,1,1,0.02,0.3010,0.01,0.3010 resoled,resoled,1,1,1,1,0.02,0.3010,0.01,0.3010 resorb,resorb,1,1,1,1,0.02,0.3010,0.01,0.3010 resounded,resounded,1,1,1,1,0.02,0.3010,0.01,0.3010 resoundingly,resoundingly,1,1,1,1,0.02,0.3010,0.01,0.3010 resown,resown,1,1,1,1,0.02,0.3010,0.01,0.3010 respectabilities,respectabilities,1,1,1,1,0.02,0.3010,0.01,0.3010 respired,respired,1,1,1,1,0.02,0.3010,0.01,0.3010 respirometry,respirometry,2,1,2,1,0.04,0.4771,0.01,0.3010 responder,responder,1,1,1,1,0.02,0.3010,0.01,0.3010 responsibles,responsibles,2,1,2,1,0.04,0.4771,0.01,0.3010 responsivity,responsivity,1,1,1,1,0.02,0.3010,0.01,0.3010 restack,restack,1,1,1,1,0.02,0.3010,0.01,0.3010 restaffing,restaffing,1,1,1,1,0.02,0.3010,0.01,0.3010 restamp,restamp,1,1,1,1,0.02,0.3010,0.01,0.3010 restated,restated,1,1,1,1,0.02,0.3010,0.01,0.3010 restatement,restatement,1,1,1,1,0.02,0.3010,0.01,0.3010 restates,restates,1,1,1,1,0.02,0.3010,0.01,0.3010 restating,restating,1,1,1,1,0.02,0.3010,0.01,0.3010 restauranteur,restauranteur,1,1,1,1,0.02,0.3010,0.01,0.3010 Rester,rester,1,1,0,0,0.02,0.3010,0.01,0.3010 restes,restes,1,1,1,1,0.02,0.3010,0.01,0.3010 restfulness,restfulness,1,1,1,1,0.02,0.3010,0.01,0.3010 restorable,restorable,1,1,1,1,0.02,0.3010,0.01,0.3010 restrainer,restrainer,1,1,1,1,0.02,0.3010,0.01,0.3010 restrengthen,restrengthen,1,1,1,1,0.02,0.3010,0.01,0.3010 restring,restring,1,1,1,1,0.02,0.3010,0.01,0.3010 restyled,restyled,1,1,1,1,0.02,0.3010,0.01,0.3010 resubmitted,resubmitted,1,1,1,1,0.02,0.3010,0.01,0.3010 resubscribe,resubscribe,1,1,1,1,0.02,0.3010,0.01,0.3010 resupplies,resupplies,1,1,1,1,0.02,0.3010,0.01,0.3010 resurged,resurged,1,1,1,1,0.02,0.3010,0.01,0.3010 resurging,resurging,1,1,1,1,0.02,0.3010,0.01,0.3010 resurrections,resurrections,1,1,1,1,0.02,0.3010,0.01,0.3010 resurvey,resurvey,1,1,1,1,0.02,0.3010,0.01,0.3010 resynchronized,resynchronized,1,1,1,1,0.02,0.3010,0.01,0.3010 ret,ret,1,1,1,1,0.02,0.3010,0.01,0.3010 retablo,retablo,1,1,1,1,0.02,0.3010,0.01,0.3010 Retal,retal,1,1,0,0,0.02,0.3010,0.01,0.3010 retaliates,retaliates,1,1,1,1,0.02,0.3010,0.01,0.3010 retaliations,retaliations,1,1,1,1,0.02,0.3010,0.01,0.3010 retape,retape,1,1,1,1,0.02,0.3010,0.01,0.3010 retaped,retaped,1,1,1,1,0.02,0.3010,0.01,0.3010 retar,retar,1,1,1,1,0.02,0.3010,0.01,0.3010 retarding,retarding,1,1,1,1,0.02,0.3010,0.01,0.3010 retasted,retasted,1,1,1,1,0.02,0.3010,0.01,0.3010 retell,retell,1,1,1,1,0.02,0.3010,0.01,0.3010 retentiveness,retentiveness,1,1,1,1,0.02,0.3010,0.01,0.3010 rethe,rethe,1,1,1,1,0.02,0.3010,0.01,0.3010 rethread,rethread,2,1,1,1,0.04,0.4771,0.01,0.3010 reticle,reticle,1,1,1,1,0.02,0.3010,0.01,0.3010 Reticula,reticula,1,1,0,0,0.02,0.3010,0.01,0.3010 reticulation,reticulation,1,1,1,1,0.02,0.3010,0.01,0.3010 Reticuli,reticuli,1,1,0,0,0.02,0.3010,0.01,0.3010 reticulin,reticulin,1,1,1,1,0.02,0.3010,0.01,0.3010 retie,retie,1,1,1,1,0.02,0.3010,0.01,0.3010 retiling,retiling,1,1,1,1,0.02,0.3010,0.01,0.3010 retime,retime,1,1,1,1,0.02,0.3010,0.01,0.3010 retiming,retiming,1,1,1,1,0.02,0.3010,0.01,0.3010 retinoblastoma,retinoblastoma,1,1,1,1,0.02,0.3010,0.01,0.3010 retinopathy,retinopathy,1,1,1,1,0.02,0.3010,0.01,0.3010 Retinues,retinues,1,1,0,0,0.02,0.3010,0.01,0.3010 retirements,retirements,1,1,1,1,0.02,0.3010,0.01,0.3010 retore,retore,1,1,1,1,0.02,0.3010,0.01,0.3010 retorted,retorted,1,1,1,1,0.02,0.3010,0.01,0.3010 retoucher,retoucher,3,1,3,1,0.06,0.6021,0.01,0.3010 Retrack,retrack,1,1,0,0,0.02,0.3010,0.01,0.3010 retractive,retractive,3,1,3,1,0.06,0.6021,0.01,0.3010 retransmit,retransmit,1,1,1,1,0.02,0.3010,0.01,0.3010 retrench,retrench,1,1,1,1,0.02,0.3010,0.01,0.3010 retrenchment,retrenchment,1,1,1,1,0.02,0.3010,0.01,0.3010 retributions,retributions,1,1,1,1,0.02,0.3010,0.01,0.3010 retributive,retributive,1,1,1,1,0.02,0.3010,0.01,0.3010 retried,retried,1,1,1,1,0.02,0.3010,0.01,0.3010 retrievement,retrievement,1,1,1,1,0.02,0.3010,0.01,0.3010 Retrocede,retrocede,1,1,0,0,0.02,0.3010,0.01,0.3010 retrogressing,retrogressing,2,1,1,1,0.04,0.4771,0.01,0.3010 retrogression,retrogression,1,1,1,1,0.02,0.3010,0.01,0.3010 retrogressive,retrogressive,1,1,1,1,0.02,0.3010,0.01,0.3010 retrorocket,retrorocket,1,1,1,1,0.02,0.3010,0.01,0.3010 retrorockets,retrorockets,2,1,2,1,0.04,0.4771,0.01,0.3010 retrying,retrying,1,1,1,1,0.02,0.3010,0.01,0.3010 rettery,rettery,1,1,1,1,0.02,0.3010,0.01,0.3010 retunes,retunes,2,1,2,1,0.04,0.4771,0.01,0.3010 returnee,returnee,1,1,1,1,0.02,0.3010,0.01,0.3010 returner,returner,1,1,1,1,0.02,0.3010,0.01,0.3010 retying,retying,1,1,1,1,0.02,0.3010,0.01,0.3010 retyped,retyped,1,1,1,1,0.02,0.3010,0.01,0.3010 reunify,reunify,1,1,1,1,0.02,0.3010,0.01,0.3010 reupholstered,reupholstered,1,1,1,1,0.02,0.3010,0.01,0.3010 reupholstery,reupholstery,1,1,1,1,0.02,0.3010,0.01,0.3010 reusable,reusable,1,1,1,1,0.02,0.3010,0.01,0.3010 revalue,revalue,1,1,1,1,0.02,0.3010,0.01,0.3010 revamps,revamps,1,1,1,1,0.02,0.3010,0.01,0.3010 revarnished,revarnished,1,1,1,1,0.02,0.3010,0.01,0.3010 Reve,reve,11,1,0,0,0.22,1.0792,0.01,0.3010 revealer,revealer,1,1,1,1,0.02,0.3010,0.01,0.3010 reveled,reveled,1,1,1,1,0.02,0.3010,0.01,0.3010 revelled,revelled,1,1,1,1,0.02,0.3010,0.01,0.3010 revelries,revelries,1,1,1,1,0.02,0.3010,0.01,0.3010 Revenuers,revenuers,2,1,0,0,0.04,0.4771,0.01,0.3010 reverberant,reverberant,1,1,1,1,0.02,0.3010,0.01,0.3010 reverberated,reverberated,1,1,1,1,0.02,0.3010,0.01,0.3010 reverberatory,reverberatory,1,1,1,1,0.02,0.3010,0.01,0.3010 reverentially,reverentially,1,1,1,1,0.02,0.3010,0.01,0.3010 Reverify,reverify,1,1,0,0,0.02,0.3010,0.01,0.3010 reversely,reversely,1,1,1,1,0.02,0.3010,0.01,0.3010 reverso,reverso,1,1,1,1,0.02,0.3010,0.01,0.3010 revises,revises,1,1,1,1,0.02,0.3010,0.01,0.3010 revisionists,revisionists,1,1,1,1,0.02,0.3010,0.01,0.3010 revitalisation,revitalisation,1,1,1,1,0.02,0.3010,0.01,0.3010 revitalized,revitalized,1,1,1,1,0.02,0.3010,0.01,0.3010 reviver,reviver,1,1,1,1,0.02,0.3010,0.01,0.3010 revivified,revivified,1,1,1,1,0.02,0.3010,0.01,0.3010 revoices,revoices,1,1,1,1,0.02,0.3010,0.01,0.3010 revoltingly,revoltingly,1,1,1,1,0.02,0.3010,0.01,0.3010 Rew,rew,2,1,0,0,0.04,0.4771,0.01,0.3010 rewarm,rewarm,1,1,1,1,0.02,0.3010,0.01,0.3010 rewash,rewash,1,1,1,1,0.02,0.3010,0.01,0.3010 rewashes,rewashes,2,1,2,1,0.04,0.4771,0.01,0.3010 reweaving,reweaving,1,1,1,1,0.02,0.3010,0.01,0.3010 rewed,rewed,1,1,1,1,0.02,0.3010,0.01,0.3010 reweigh,reweigh,1,1,1,1,0.02,0.3010,0.01,0.3010 rewelcome,rewelcome,1,1,1,1,0.02,0.3010,0.01,0.3010 reword,reword,1,1,1,1,0.02,0.3010,0.01,0.3010 reworded,reworded,1,1,1,1,0.02,0.3010,0.01,0.3010 rewrap,rewrap,1,1,1,1,0.02,0.3010,0.01,0.3010 rewrapped,rewrapped,1,1,1,1,0.02,0.3010,0.01,0.3010 rewrapping,rewrapping,1,1,1,1,0.02,0.3010,0.01,0.3010 rewriter,rewriter,1,1,1,1,0.02,0.3010,0.01,0.3010 Rexes,rexes,2,1,0,0,0.04,0.4771,0.01,0.3010 Reynard,reynard,6,1,0,0,0.12,0.8451,0.01,0.3010 Reynards,reynards,1,1,0,0,0.02,0.3010,0.01,0.3010 rezoning,rezoning,1,1,1,1,0.02,0.3010,0.01,0.3010 Rfb,rfb,1,1,0,0,0.02,0.3010,0.01,0.3010 rhapsodically,rhapsodically,1,1,1,1,0.02,0.3010,0.01,0.3010 Rhea,rhea,2,1,0,0,0.04,0.4771,0.01,0.3010 Rhein,rhein,1,1,0,0,0.02,0.3010,0.01,0.3010 rheostats,rheostats,1,1,1,1,0.02,0.3010,0.01,0.3010 rheumatology,rheumatology,1,1,1,1,0.02,0.3010,0.01,0.3010 rhinoceroses,rhinoceroses,1,1,1,1,0.02,0.3010,0.01,0.3010 Rhinosporidiosis,rhinosporidiosis,1,1,0,0,0.02,0.3010,0.01,0.3010 rhizopus,rhizopus,3,1,3,1,0.06,0.6021,0.01,0.3010 rhodamine,rhodamine,1,1,1,1,0.02,0.3010,0.01,0.3010 rhus,rhus,1,1,1,1,0.02,0.3010,0.01,0.3010 rhymester,rhymester,1,1,1,1,0.02,0.3010,0.01,0.3010 ria,ria,1,1,1,1,0.02,0.3010,0.01,0.3010 rial,rial,1,1,1,1,0.02,0.3010,0.01,0.3010 ribaldry,ribaldry,1,1,1,1,0.02,0.3010,0.01,0.3010 ribbet,ribbet,1,1,1,1,0.02,0.3010,0.01,0.3010 ribbings,ribbings,1,1,1,1,0.02,0.3010,0.01,0.3010 Ribble,ribble,38,1,0,0,0.75,1.5911,0.01,0.3010 ribby,ribby,6,1,4,1,0.12,0.8451,0.01,0.3010 ribonucleic,ribonucleic,1,1,1,1,0.02,0.3010,0.01,0.3010 ricers,ricers,2,1,2,1,0.04,0.4771,0.01,0.3010 ricey,ricey,1,1,1,1,0.02,0.3010,0.01,0.3010 Ricinus,ricinus,2,1,0,0,0.04,0.4771,0.01,0.3010 Ricket,ricket,4,1,0,0,0.08,0.6990,0.01,0.3010 rickeys,rickeys,1,1,1,1,0.02,0.3010,0.01,0.3010 ricksha,ricksha,1,1,1,1,0.02,0.3010,0.01,0.3010 ridable,ridable,2,1,2,1,0.04,0.4771,0.01,0.3010 ridded,ridded,1,1,1,1,0.02,0.3010,0.01,0.3010 Ridders,ridders,1,1,0,0,0.02,0.3010,0.01,0.3010 ridgepole,ridgepole,5,1,5,1,0.10,0.7782,0.01,0.3010 ridging,ridging,1,1,1,1,0.02,0.3010,0.01,0.3010 ridgy,ridgy,2,1,2,1,0.04,0.4771,0.01,0.3010 ridings,ridings,1,1,1,1,0.02,0.3010,0.01,0.3010 riffing,riffing,1,1,1,1,0.02,0.3010,0.01,0.3010 riffraffs,riffraffs,1,1,1,1,0.02,0.3010,0.01,0.3010 riflery,riflery,1,1,1,1,0.02,0.3010,0.01,0.3010 rifleshot,rifleshot,2,1,2,1,0.04,0.4771,0.01,0.3010 rifted,rifted,1,1,1,1,0.02,0.3010,0.01,0.3010 rifting,rifting,1,1,1,1,0.02,0.3010,0.01,0.3010 rightest,rightest,1,1,1,1,0.02,0.3010,0.01,0.3010 rightist,rightist,1,1,1,1,0.02,0.3010,0.01,0.3010 rightward,rightward,1,1,1,1,0.02,0.3010,0.01,0.3010 rigidities,rigidities,1,1,1,1,0.02,0.3010,0.01,0.3010 rigorousness,rigorousness,1,1,1,1,0.02,0.3010,0.01,0.3010 rigours,rigours,1,1,1,1,0.02,0.3010,0.01,0.3010 rigueur,rigueur,1,1,1,1,0.02,0.3010,0.01,0.3010 rille,rille,1,1,1,1,0.02,0.3010,0.01,0.3010 Rillow,rillow,6,1,0,0,0.12,0.8451,0.01,0.3010 rills,rills,1,1,1,1,0.02,0.3010,0.01,0.3010 rimless,rimless,1,1,1,1,0.02,0.3010,0.01,0.3010 rimming,rimming,1,1,1,1,0.02,0.3010,0.01,0.3010 rimption,rimption,1,1,1,1,0.02,0.3010,0.01,0.3010 Rimrock,rimrock,1,1,0,0,0.02,0.3010,0.01,0.3010 rimy,rimy,1,1,1,1,0.02,0.3010,0.01,0.3010 ringe,ringe,1,1,1,1,0.02,0.3010,0.01,0.3010 Ringle,ringle,4,1,0,0,0.08,0.6990,0.01,0.3010 ringless,ringless,1,1,1,1,0.02,0.3010,0.01,0.3010 ringtail,ringtail,3,1,3,1,0.06,0.6021,0.01,0.3010 ringtailed,ringtailed,1,1,1,1,0.02,0.3010,0.01,0.3010 ringtails,ringtails,2,1,2,1,0.04,0.4771,0.01,0.3010 Ringy,ringy,1,1,0,0,0.02,0.3010,0.01,0.3010 rinks,rinks,1,1,1,1,0.02,0.3010,0.01,0.3010 riping,riping,1,1,1,1,0.02,0.3010,0.01,0.3010 ripoffs,ripoffs,1,1,1,1,0.02,0.3010,0.01,0.3010 Ripost,ripost,1,1,0,0,0.02,0.3010,0.01,0.3010 riptides,riptides,1,1,1,1,0.02,0.3010,0.01,0.3010 risorius,risorius,1,1,1,1,0.02,0.3010,0.01,0.3010 risqu,risqu,1,1,1,1,0.02,0.3010,0.01,0.3010 rissole,rissole,1,1,1,1,0.02,0.3010,0.01,0.3010 rissoles,rissoles,1,1,1,1,0.02,0.3010,0.01,0.3010 rissom,rissom,1,1,1,1,0.02,0.3010,0.01,0.3010 ritualistically,ritualistically,1,1,1,1,0.02,0.3010,0.01,0.3010 ritualize,ritualize,1,1,1,1,0.02,0.3010,0.01,0.3010 ritually,ritually,2,1,2,1,0.04,0.4771,0.01,0.3010 Ritus,ritus,10,1,0,0,0.20,1.0414,0.01,0.3010 Ritzes,ritzes,1,1,0,0,0.02,0.3010,0.01,0.3010 ritziest,ritziest,1,1,1,1,0.02,0.3010,0.01,0.3010 Riva,riva,1,1,0,0,0.02,0.3010,0.01,0.3010 Rivage,rivage,4,1,0,0,0.08,0.6990,0.01,0.3010 rivalled,rivalled,1,1,1,1,0.02,0.3010,0.01,0.3010 rived,rived,1,1,1,1,0.02,0.3010,0.01,0.3010 riven,riven,1,1,1,1,0.02,0.3010,0.01,0.3010 Riverbeds,riverbeds,1,1,0,0,0.02,0.3010,0.01,0.3010 riverboats,riverboats,1,1,1,1,0.02,0.3010,0.01,0.3010 Rives,rives,1,1,0,0,0.02,0.3010,0.01,0.3010 Rivieras,rivieras,1,1,0,0,0.02,0.3010,0.01,0.3010 Riviere,riviere,2,1,0,0,0.04,0.4771,0.01,0.3010 riving,riving,1,1,1,1,0.02,0.3010,0.01,0.3010 riyals,riyals,1,1,1,1,0.02,0.3010,0.01,0.3010 rld,rld,1,1,1,1,0.02,0.3010,0.01,0.3010 Rly,rly,1,1,0,0,0.02,0.3010,0.01,0.3010 roadsides,roadsides,1,1,1,1,0.02,0.3010,0.01,0.3010 roadstead,roadstead,2,1,2,1,0.04,0.4771,0.01,0.3010 roadsteads,roadsteads,1,1,1,1,0.02,0.3010,0.01,0.3010 roadsters,roadsters,1,1,1,1,0.02,0.3010,0.01,0.3010 Roamer,roamer,1,1,0,0,0.02,0.3010,0.01,0.3010 roarer,roarer,1,1,1,1,0.02,0.3010,0.01,0.3010 roarings,roarings,1,1,1,1,0.02,0.3010,0.01,0.3010 Rober,rober,1,1,0,0,0.02,0.3010,0.01,0.3010 robing,robing,1,1,1,1,0.02,0.3010,0.01,0.3010 robustly,robustly,1,1,1,1,0.02,0.3010,0.01,0.3010 rocketry,rocketry,1,1,1,1,0.02,0.3010,0.01,0.3010 rockety,rockety,1,1,1,1,0.02,0.3010,0.01,0.3010 rockfall,rockfall,1,1,1,1,0.02,0.3010,0.01,0.3010 rockfalls,rockfalls,1,1,1,1,0.02,0.3010,0.01,0.3010 rockier,rockier,1,1,1,1,0.02,0.3010,0.01,0.3010 rockling,rockling,1,1,1,1,0.02,0.3010,0.01,0.3010 rodder,rodder,1,1,1,1,0.02,0.3010,0.01,0.3010 Rodders,rodders,1,1,0,0,0.02,0.3010,0.01,0.3010 rodential,rodential,1,1,1,1,0.02,0.3010,0.01,0.3010 Roebucks,roebucks,1,1,0,0,0.02,0.3010,0.01,0.3010 roentgenology,roentgenology,1,1,1,1,0.02,0.3010,0.01,0.3010 roentgens,roentgens,1,1,1,1,0.02,0.3010,0.01,0.3010 roguishly,roguishly,1,1,1,1,0.02,0.3010,0.01,0.3010 roid,roid,1,1,1,1,0.02,0.3010,0.01,0.3010 roil,roil,1,1,1,1,0.02,0.3010,0.01,0.3010 roister,roister,1,1,1,1,0.02,0.3010,0.01,0.3010 roistering,roistering,1,1,1,1,0.02,0.3010,0.01,0.3010 Rojak,rojak,1,1,0,0,0.02,0.3010,0.01,0.3010 Roky,roky,6,1,0,0,0.12,0.8451,0.01,0.3010 roleplaying,roleplaying,1,1,1,1,0.02,0.3010,0.01,0.3010 rollback,rollback,1,1,1,1,0.02,0.3010,0.01,0.3010 rollerskating,rollerskating,1,1,1,1,0.02,0.3010,0.01,0.3010 rollick,rollick,2,1,2,1,0.04,0.4771,0.01,0.3010 Rollings,rollings,1,1,0,0,0.02,0.3010,0.01,0.3010 Romanized,romanized,1,1,0,0,0.02,0.3010,0.01,0.3010 Romanos,romanos,1,1,0,0,0.02,0.3010,0.01,0.3010 romanticised,romanticised,1,1,1,1,0.02,0.3010,0.01,0.3010 Romeros,romeros,1,1,0,0,0.02,0.3010,0.01,0.3010 Romic,romic,1,1,0,0,0.02,0.3010,0.01,0.3010 Roms,roms,1,1,0,0,0.02,0.3010,0.01,0.3010 rond,rond,2,1,1,1,0.04,0.4771,0.01,0.3010 roodles,roodles,1,1,1,1,0.02,0.3010,0.01,0.3010 roofline,roofline,1,1,1,1,0.02,0.3010,0.01,0.3010 rooftree,rooftree,1,1,1,1,0.02,0.3010,0.01,0.3010 roomer,roomer,1,1,1,1,0.02,0.3010,0.01,0.3010 roomiest,roomiest,1,1,1,1,0.02,0.3010,0.01,0.3010 Roon,roon,3,1,0,0,0.06,0.6021,0.01,0.3010 roosted,roosted,2,1,2,1,0.04,0.4771,0.01,0.3010 rootling,rootling,2,1,2,1,0.04,0.4771,0.01,0.3010 ropey,ropey,1,1,1,1,0.02,0.3010,0.01,0.3010 ropy,ropy,1,1,1,1,0.02,0.3010,0.01,0.3010 Roquette,roquette,1,1,0,0,0.02,0.3010,0.01,0.3010 rosed,rosed,1,1,1,1,0.02,0.3010,0.01,0.3010 roseola,roseola,1,1,1,1,0.02,0.3010,0.01,0.3010 Rosettes,rosettes,2,1,0,0,0.04,0.4771,0.01,0.3010 Roshi,roshi,11,1,0,0,0.22,1.0792,0.01,0.3010 Rosicrucian,rosicrucian,2,1,0,0,0.04,0.4771,0.01,0.3010 Rotatory,rotatory,1,1,0,0,0.02,0.3010,0.01,0.3010 rotch,rotch,1,1,1,1,0.02,0.3010,0.01,0.3010 rother,rother,1,1,1,1,0.02,0.3010,0.01,0.3010 Roti,roti,1,1,0,0,0.02,0.3010,0.01,0.3010 roto,roto,1,1,1,1,0.02,0.3010,0.01,0.3010 rototilled,rototilled,1,1,1,1,0.02,0.3010,0.01,0.3010 Rotta,rotta,1,1,0,0,0.02,0.3010,0.01,0.3010 rottenly,rottenly,1,1,1,1,0.02,0.3010,0.01,0.3010 rotters,rotters,1,1,1,1,0.02,0.3010,0.01,0.3010 rotundas,rotundas,1,1,1,1,0.02,0.3010,0.01,0.3010 Rouche,rouche,2,1,0,0,0.04,0.4771,0.01,0.3010 roue,roue,1,1,1,1,0.02,0.3010,0.01,0.3010 rouged,rouged,2,1,2,1,0.04,0.4771,0.01,0.3010 roughnecked,roughnecked,1,1,1,1,0.02,0.3010,0.01,0.3010 roughnecking,roughnecking,1,1,1,1,0.02,0.3010,0.01,0.3010 Roumanian,roumanian,1,1,0,0,0.02,0.3010,0.01,0.3010 Roun,roun,1,1,0,0,0.02,0.3010,0.01,0.3010 roundabouts,roundabouts,1,1,1,1,0.02,0.3010,0.01,0.3010 Roundish,roundish,1,1,0,0,0.02,0.3010,0.01,0.3010 Roundwood,roundwood,11,1,0,0,0.22,1.0792,0.01,0.3010 Roundworms,roundworms,1,1,0,0,0.02,0.3010,0.01,0.3010 rous,rous,1,1,1,1,0.02,0.3010,0.01,0.3010 rouser,rouser,1,1,1,1,0.02,0.3010,0.01,0.3010 roustabouts,roustabouts,1,1,1,1,0.02,0.3010,0.01,0.3010 rousts,rousts,1,1,1,1,0.02,0.3010,0.01,0.3010 Routh,routh,1,1,0,0,0.02,0.3010,0.01,0.3010 routs,routs,1,1,1,1,0.02,0.3010,0.01,0.3010 Roves,roves,1,1,0,0,0.02,0.3010,0.01,0.3010 rowdier,rowdier,2,1,1,1,0.04,0.4771,0.01,0.3010 rowel,rowel,3,1,3,1,0.06,0.6021,0.01,0.3010 rower,rower,1,1,1,1,0.02,0.3010,0.01,0.3010 royalist,royalist,1,1,1,1,0.02,0.3010,0.01,0.3010 rozzers,rozzers,1,1,1,1,0.02,0.3010,0.01,0.3010 rsum,rsum,1,1,1,1,0.02,0.3010,0.01,0.3010 Rubaiyat,rubaiyat,1,1,0,0,0.02,0.3010,0.01,0.3010 Rubberlike,rubberlike,1,1,0,0,0.02,0.3010,0.01,0.3010 rubberneckers,rubberneckers,1,1,1,1,0.02,0.3010,0.01,0.3010 rubbernecks,rubbernecks,1,1,1,1,0.02,0.3010,0.01,0.3010 rubbings,rubbings,1,1,1,1,0.02,0.3010,0.01,0.3010 rubbishy,rubbishy,1,1,1,1,0.02,0.3010,0.01,0.3010 rubdowns,rubdowns,1,1,1,1,0.02,0.3010,0.01,0.3010 Rubella,rubella,1,1,0,0,0.02,0.3010,0.01,0.3010 rubout,rubout,1,1,1,1,0.02,0.3010,0.01,0.3010 Rubrospinal,rubrospinal,1,1,0,0,0.02,0.3010,0.01,0.3010 ruching,ruching,1,1,1,1,0.02,0.3010,0.01,0.3010 rucked,rucked,1,1,1,1,0.02,0.3010,0.01,0.3010 rucks,rucks,1,1,1,1,0.02,0.3010,0.01,0.3010 rucksacks,rucksacks,1,1,1,1,0.02,0.3010,0.01,0.3010 ruddiness,ruddiness,1,1,1,1,0.02,0.3010,0.01,0.3010 Ruddle,ruddle,7,1,0,0,0.14,0.9031,0.01,0.3010 Ruddock,ruddock,2,1,0,0,0.04,0.4771,0.01,0.3010 rues,rues,1,1,1,1,0.02,0.3010,0.01,0.3010 ruffs,ruffs,1,1,1,1,0.02,0.3010,0.01,0.3010 ruinated,ruinated,1,1,1,1,0.02,0.3010,0.01,0.3010 ruinously,ruinously,1,1,1,1,0.02,0.3010,0.01,0.3010 rulership,rulership,1,1,1,1,0.02,0.3010,0.01,0.3010 Rull,rull,1,1,0,0,0.02,0.3010,0.01,0.3010 ruly,ruly,1,1,1,1,0.02,0.3010,0.01,0.3010 Rumanians,rumanians,2,1,0,0,0.04,0.4771,0.01,0.3010 rumdum,rumdum,1,1,1,1,0.02,0.3010,0.01,0.3010 Rumen,rumen,1,1,0,0,0.02,0.3010,0.01,0.3010 ruminant,ruminant,1,1,1,1,0.02,0.3010,0.01,0.3010 ruminates,ruminates,1,1,1,1,0.02,0.3010,0.01,0.3010 rumination,rumination,1,1,1,1,0.02,0.3010,0.01,0.3010 ruminations,ruminations,1,1,1,1,0.02,0.3010,0.01,0.3010 rummiest,rummiest,1,1,1,1,0.02,0.3010,0.01,0.3010 rumormonger,rumormonger,1,1,1,1,0.02,0.3010,0.01,0.3010 rumormongers,rumormongers,1,1,1,1,0.02,0.3010,0.01,0.3010 rumpot,rumpot,1,1,1,1,0.02,0.3010,0.01,0.3010 Rums,rums,1,1,0,0,0.02,0.3010,0.01,0.3010 Rundle,rundle,2,1,0,0,0.04,0.4771,0.01,0.3010 rundowns,rundowns,1,1,1,1,0.02,0.3010,0.01,0.3010 Runeless,runeless,1,1,0,0,0.02,0.3010,0.01,0.3010 runnel,runnel,1,1,1,1,0.02,0.3010,0.01,0.3010 runnier,runnier,1,1,1,1,0.02,0.3010,0.01,0.3010 rupee,rupee,2,1,2,1,0.04,0.4771,0.01,0.3010 rusa,rusa,3,1,2,1,0.06,0.6021,0.01,0.3010 rusher,rusher,1,1,1,1,0.02,0.3010,0.01,0.3010 Rusky,rusky,1,1,0,0,0.02,0.3010,0.01,0.3010 rusticate,rusticate,2,1,2,1,0.04,0.4771,0.01,0.3010 rusticated,rusticated,1,1,1,1,0.02,0.3010,0.01,0.3010 Rusticating,rusticating,1,1,0,0,0.02,0.3010,0.01,0.3010 rusticity,rusticity,1,1,1,1,0.02,0.3010,0.01,0.3010 rustier,rustier,1,1,1,1,0.02,0.3010,0.01,0.3010 rustlings,rustlings,1,1,1,1,0.02,0.3010,0.01,0.3010 rustproof,rustproof,1,1,1,1,0.02,0.3010,0.01,0.3010 Rustproofing,rustproofing,1,1,0,0,0.02,0.3010,0.01,0.3010 ryes,ryes,1,1,1,1,0.02,0.3010,0.01,0.3010 Ryke,ryke,1,1,0,0,0.02,0.3010,0.01,0.3010 Ryokan,ryokan,1,1,0,0,0.02,0.3010,0.01,0.3010 Sabana,sabana,1,1,0,0,0.02,0.3010,0.01,0.3010 sabbat,sabbat,3,1,3,1,0.06,0.6021,0.01,0.3010 sabbats,sabbats,1,1,1,1,0.02,0.3010,0.01,0.3010 sabering,sabering,1,1,1,1,0.02,0.3010,0.01,0.3010 sabots,sabots,1,1,1,1,0.02,0.3010,0.01,0.3010 Sabreur,sabreur,1,1,0,0,0.02,0.3010,0.01,0.3010 Sacciform,sacciform,1,1,0,0,0.02,0.3010,0.01,0.3010 Sacculate,sacculate,2,1,0,0,0.04,0.4771,0.01,0.3010 sackers,sackers,4,1,2,1,0.08,0.6990,0.01,0.3010 sackfuls,sackfuls,1,1,1,1,0.02,0.3010,0.01,0.3010 sacrify,sacrify,1,1,1,1,0.02,0.3010,0.01,0.3010 sacrileges,sacrileges,1,1,1,1,0.02,0.3010,0.01,0.3010 sacristan,sacristan,1,1,1,1,0.02,0.3010,0.01,0.3010 sacry,sacry,1,1,1,1,0.02,0.3010,0.01,0.3010 Saddlery,saddlery,1,1,0,0,0.02,0.3010,0.01,0.3010 Sadhu,sadhu,1,1,0,0,0.02,0.3010,0.01,0.3010 sadnesses,sadnesses,1,1,1,1,0.02,0.3010,0.01,0.3010 Sadr,sadr,1,1,0,0,0.02,0.3010,0.01,0.3010 saecula,saecula,1,1,1,1,0.02,0.3010,0.01,0.3010 safegaurds,safegaurds,1,1,1,1,0.02,0.3010,0.01,0.3010 safeness,safeness,1,1,1,1,0.02,0.3010,0.01,0.3010 safetied,safetied,1,1,1,1,0.02,0.3010,0.01,0.3010 Saffian,saffian,1,1,0,0,0.02,0.3010,0.01,0.3010 sagacity,sagacity,1,1,1,1,0.02,0.3010,0.01,0.3010 sagely,sagely,1,1,1,1,0.02,0.3010,0.01,0.3010 Sagesse,sagesse,3,1,0,0,0.06,0.6021,0.01,0.3010 sagged,sagged,1,1,1,1,0.02,0.3010,0.01,0.3010 sagger,sagger,1,1,1,1,0.02,0.3010,0.01,0.3010 sahibs,sahibs,2,1,1,1,0.04,0.4771,0.01,0.3010 saic,saic,1,1,1,1,0.02,0.3010,0.01,0.3010 sailboarders,sailboarders,1,1,1,1,0.02,0.3010,0.01,0.3010 sailorman,sailorman,4,1,4,1,0.08,0.6990,0.01,0.3010 saily,saily,1,1,1,1,0.02,0.3010,0.01,0.3010 Saim,saim,1,1,0,0,0.02,0.3010,0.01,0.3010 saintdom,saintdom,1,1,1,1,0.02,0.3010,0.01,0.3010 salaams,salaams,1,1,1,1,0.02,0.3010,0.01,0.3010 salable,salable,1,1,1,1,0.02,0.3010,0.01,0.3010 saleratus,saleratus,1,1,1,1,0.02,0.3010,0.01,0.3010 salesgirls,salesgirls,1,1,1,1,0.02,0.3010,0.01,0.3010 salespersons,salespersons,1,1,1,1,0.02,0.3010,0.01,0.3010 salicylic,salicylic,1,1,1,1,0.02,0.3010,0.01,0.3010 Salma,salma,1,1,0,0,0.02,0.3010,0.01,0.3010 salmonberries,salmonberries,1,1,1,1,0.02,0.3010,0.01,0.3010 saloonkeeper,saloonkeeper,1,1,1,1,0.02,0.3010,0.01,0.3010 Saltatory,saltatory,1,1,0,0,0.02,0.3010,0.01,0.3010 saltboxes,saltboxes,1,1,1,1,0.02,0.3010,0.01,0.3010 Saltery,saltery,1,1,0,0,0.02,0.3010,0.01,0.3010 Saltgrass,saltgrass,4,1,0,0,0.08,0.6990,0.01,0.3010 salties,salties,1,1,1,1,0.02,0.3010,0.01,0.3010 saltiest,saltiest,1,1,1,1,0.02,0.3010,0.01,0.3010 saltpan,saltpan,1,1,1,1,0.02,0.3010,0.01,0.3010 saltshakers,saltshakers,1,1,1,1,0.02,0.3010,0.01,0.3010 Salus,salus,3,1,0,0,0.06,0.6021,0.01,0.3010 salvagers,salvagers,1,1,1,1,0.02,0.3010,0.01,0.3010 salvarsan,salvarsan,1,1,1,1,0.02,0.3010,0.01,0.3010 salves,salves,1,1,1,1,0.02,0.3010,0.01,0.3010 salving,salving,1,1,1,1,0.02,0.3010,0.01,0.3010 Salvor,salvor,3,1,0,0,0.06,0.6021,0.01,0.3010 Salvy,salvy,2,1,0,0,0.04,0.4771,0.01,0.3010 Samara,samara,3,1,0,0,0.06,0.6021,0.01,0.3010 Samaria,samaria,1,1,0,0,0.02,0.3010,0.01,0.3010 sambas,sambas,2,1,2,1,0.04,0.4771,0.01,0.3010 sambucas,sambucas,1,1,1,1,0.02,0.3010,0.01,0.3010 Samel,samel,9,1,0,0,0.18,1.0000,0.01,0.3010 samen,samen,1,1,1,1,0.02,0.3010,0.01,0.3010 samosa,samosa,1,1,1,1,0.02,0.3010,0.01,0.3010 samovars,samovars,1,1,1,1,0.02,0.3010,0.01,0.3010 sampans,sampans,1,1,1,1,0.02,0.3010,0.01,0.3010 samplings,samplings,1,1,1,1,0.02,0.3010,0.01,0.3010 samsara,samsara,1,1,1,1,0.02,0.3010,0.01,0.3010 sanatarium,sanatarium,1,1,1,1,0.02,0.3010,0.01,0.3010 sanatory,sanatory,1,1,1,1,0.02,0.3010,0.01,0.3010 sanctioning,sanctioning,1,1,1,1,0.02,0.3010,0.01,0.3010 sanctums,sanctums,1,1,1,1,0.02,0.3010,0.01,0.3010 sandalled,sandalled,1,1,1,1,0.02,0.3010,0.01,0.3010 sandbanks,sandbanks,1,1,1,1,0.02,0.3010,0.01,0.3010 sandblaster,sandblaster,1,1,1,1,0.02,0.3010,0.01,0.3010 sandglass,sandglass,1,1,1,1,0.02,0.3010,0.01,0.3010 Sandhill,sandhill,1,1,0,0,0.02,0.3010,0.01,0.3010 sandhogs,sandhogs,3,1,3,1,0.06,0.6021,0.01,0.3010 sandpapered,sandpapered,1,1,1,1,0.02,0.3010,0.01,0.3010 sandpapering,sandpapering,1,1,1,1,0.02,0.3010,0.01,0.3010 sandpits,sandpits,1,1,1,1,0.02,0.3010,0.01,0.3010 Sandrock,sandrock,14,1,0,0,0.27,1.1761,0.01,0.3010 sandworms,sandworms,2,1,1,1,0.04,0.4771,0.01,0.3010 sanely,sanely,1,1,1,1,0.02,0.3010,0.01,0.3010 Sangamon,sangamon,2,1,0,0,0.04,0.4771,0.01,0.3010 Sangha,sangha,3,1,0,0,0.06,0.6021,0.01,0.3010 Sanhedrin,sanhedrin,2,1,0,0,0.04,0.4771,0.01,0.3010 sanitise,sanitise,1,1,1,1,0.02,0.3010,0.01,0.3010 sanitised,sanitised,1,1,1,1,0.02,0.3010,0.01,0.3010 sanitises,sanitises,1,1,1,1,0.02,0.3010,0.01,0.3010 sanitizer,sanitizer,1,1,1,1,0.02,0.3010,0.01,0.3010 sanitizes,sanitizes,1,1,1,1,0.02,0.3010,0.01,0.3010 saphead,saphead,1,1,1,1,0.02,0.3010,0.01,0.3010 sapience,sapience,1,1,1,1,0.02,0.3010,0.01,0.3010 Sapin,sapin,2,1,0,0,0.04,0.4771,0.01,0.3010 sapo,sapo,1,1,1,1,0.02,0.3010,0.01,0.3010 saponified,saponified,1,1,1,1,0.02,0.3010,0.01,0.3010 sappily,sappily,1,1,1,1,0.02,0.3010,0.01,0.3010 Sapping,sapping,1,1,0,0,0.02,0.3010,0.01,0.3010 sapsuckers,sapsuckers,1,1,1,1,0.02,0.3010,0.01,0.3010 sarcasms,sarcasms,1,1,1,1,0.02,0.3010,0.01,0.3010 sard,sard,1,1,1,1,0.02,0.3010,0.01,0.3010 Sardinian,sardinian,2,1,0,0,0.04,0.4771,0.01,0.3010 saris,saris,1,1,1,1,0.02,0.3010,0.01,0.3010 Sarkit,sarkit,1,1,0,0,0.02,0.3010,0.01,0.3010 sarks,sarks,1,1,1,1,0.02,0.3010,0.01,0.3010 Sarmatian,sarmatian,6,1,0,0,0.12,0.8451,0.01,0.3010 sarnies,sarnies,1,1,1,1,0.02,0.3010,0.01,0.3010 Sartain,sartain,26,1,0,0,0.51,1.4314,0.01,0.3010 sartorially,sartorially,1,1,1,1,0.02,0.3010,0.01,0.3010 Saskatoon,saskatoon,1,1,0,0,0.02,0.3010,0.01,0.3010 sassed,sassed,1,1,1,1,0.02,0.3010,0.01,0.3010 Satai,satai,2,1,0,0,0.04,0.4771,0.01,0.3010 sateen,sateen,1,1,1,1,0.02,0.3010,0.01,0.3010 satellited,satellited,1,1,1,1,0.02,0.3010,0.01,0.3010 Sati,sati,7,1,0,0,0.14,0.9031,0.01,0.3010 satinwood,satinwood,1,1,1,1,0.02,0.3010,0.01,0.3010 satirise,satirise,1,1,1,1,0.02,0.3010,0.01,0.3010 satirists,satirists,1,1,1,1,0.02,0.3010,0.01,0.3010 Satirize,satirize,1,1,0,0,0.02,0.3010,0.01,0.3010 satirized,satirized,1,1,1,1,0.02,0.3010,0.01,0.3010 saturates,saturates,5,1,5,1,0.10,0.7782,0.01,0.3010 saturating,saturating,1,1,1,1,0.02,0.3010,0.01,0.3010 Satyagraha,satyagraha,1,1,0,0,0.02,0.3010,0.01,0.3010 satyriasis,satyriasis,1,1,1,1,0.02,0.3010,0.01,0.3010 saucebox,saucebox,1,1,1,1,0.02,0.3010,0.01,0.3010 sauceless,sauceless,1,1,1,1,0.02,0.3010,0.01,0.3010 saucily,saucily,1,1,1,1,0.02,0.3010,0.01,0.3010 sauciness,sauciness,1,1,1,1,0.02,0.3010,0.01,0.3010 Sault,sault,1,1,0,0,0.02,0.3010,0.01,0.3010 Saur,saur,2,1,0,0,0.04,0.4771,0.01,0.3010 Saurians,saurians,9,1,0,0,0.18,1.0000,0.01,0.3010 Saury,saury,1,1,0,0,0.02,0.3010,0.01,0.3010 saut,saut,1,1,1,1,0.02,0.3010,0.01,0.3010 sauternes,sauternes,1,1,1,1,0.02,0.3010,0.01,0.3010 savageries,savageries,1,1,1,1,0.02,0.3010,0.01,0.3010 savagerous,savagerous,1,1,1,1,0.02,0.3010,0.01,0.3010 Savannahs,savannahs,1,1,0,0,0.02,0.3010,0.01,0.3010 savannas,savannas,1,1,1,1,0.02,0.3010,0.01,0.3010 savants,savants,1,1,1,1,0.02,0.3010,0.01,0.3010 saveloy,saveloy,1,1,1,1,0.02,0.3010,0.01,0.3010 savors,savors,1,1,1,1,0.02,0.3010,0.01,0.3010 Savoyard,savoyard,2,1,0,0,0.04,0.4771,0.01,0.3010 sawhorse,sawhorse,1,1,1,1,0.02,0.3010,0.01,0.3010 sawmills,sawmills,1,1,1,1,0.02,0.3010,0.01,0.3010 sawteeth,sawteeth,1,1,1,1,0.02,0.3010,0.01,0.3010 sawyers,sawyers,1,1,1,1,0.02,0.3010,0.01,0.3010 saxes,saxes,1,1,1,1,0.02,0.3010,0.01,0.3010 saxitoxin,saxitoxin,1,1,1,1,0.02,0.3010,0.01,0.3010 sayst,sayst,1,1,1,1,0.02,0.3010,0.01,0.3010 Sazerac,sazerac,1,1,0,0,0.02,0.3010,0.01,0.3010 scabbed,scabbed,1,1,1,1,0.02,0.3010,0.01,0.3010 scabies,scabies,1,1,1,1,0.02,0.3010,0.01,0.3010 Scabland,scabland,1,1,0,0,0.02,0.3010,0.01,0.3010 scabrous,scabrous,1,1,1,1,0.02,0.3010,0.01,0.3010 scaffolded,scaffolded,1,1,1,1,0.02,0.3010,0.01,0.3010 scaffolder,scaffolder,2,1,2,1,0.04,0.4771,0.01,0.3010 Scaglia,scaglia,3,1,0,0,0.06,0.6021,0.01,0.3010 scags,scags,1,1,1,1,0.02,0.3010,0.01,0.3010 Scalars,scalars,1,1,0,0,0.02,0.3010,0.01,0.3010 scalds,scalds,1,1,1,1,0.02,0.3010,0.01,0.3010 scalene,scalene,1,1,1,1,0.02,0.3010,0.01,0.3010 scalier,scalier,1,1,1,1,0.02,0.3010,0.01,0.3010 Scaliger,scaliger,8,1,0,0,0.16,0.9542,0.01,0.3010 scaloppine,scaloppine,1,1,1,1,0.02,0.3010,0.01,0.3010 scambling,scambling,1,1,1,1,0.02,0.3010,0.01,0.3010 scamped,scamped,1,1,1,1,0.02,0.3010,0.01,0.3010 scandalising,scandalising,2,1,2,1,0.04,0.4771,0.01,0.3010 scandalize,scandalize,1,1,1,1,0.02,0.3010,0.01,0.3010 scandalmonger,scandalmonger,1,1,1,1,0.02,0.3010,0.01,0.3010 Scandia,scandia,1,1,0,0,0.02,0.3010,0.01,0.3010 scandium,scandium,1,1,1,1,0.02,0.3010,0.01,0.3010 scansion,scansion,1,1,1,1,0.02,0.3010,0.01,0.3010 scanty,scanty,1,1,1,1,0.02,0.3010,0.01,0.3010 Scap,scap,3,1,0,0,0.06,0.6021,0.01,0.3010 scaped,scaped,1,1,1,1,0.02,0.3010,0.01,0.3010 scapegoated,scapegoated,1,1,1,1,0.02,0.3010,0.01,0.3010 scapulars,scapulars,1,1,1,1,0.02,0.3010,0.01,0.3010 Scaramouche,scaramouche,24,1,0,0,0.47,1.3979,0.01,0.3010 scaremonger,scaremonger,1,1,1,1,0.02,0.3010,0.01,0.3010 scarer,scarer,4,1,4,1,0.08,0.6990,0.01,0.3010 scarers,scarers,5,1,5,1,0.10,0.7782,0.01,0.3010 scarily,scarily,1,1,1,1,0.02,0.3010,0.01,0.3010 Scariness,scariness,1,1,0,0,0.02,0.3010,0.01,0.3010 scarper,scarper,1,1,1,1,0.02,0.3010,0.01,0.3010 scarps,scarps,1,1,1,1,0.02,0.3010,0.01,0.3010 Scart,scart,2,1,0,0,0.04,0.4771,0.01,0.3010 Scathe,scathe,2,1,0,0,0.04,0.4771,0.01,0.3010 scathingly,scathingly,7,1,7,1,0.14,0.9031,0.01,0.3010 scatted,scatted,1,1,1,1,0.02,0.3010,0.01,0.3010 scattershot,scattershot,1,1,1,1,0.02,0.3010,0.01,0.3010 scenarist,scenarist,1,1,1,1,0.02,0.3010,0.01,0.3010 sceneries,sceneries,1,1,1,1,0.02,0.3010,0.01,0.3010 Sceneshifter,sceneshifter,1,1,0,0,0.02,0.3010,0.01,0.3010 sceptically,sceptically,1,1,1,1,0.02,0.3010,0.01,0.3010 sceptred,sceptred,1,1,1,1,0.02,0.3010,0.01,0.3010 Scharf,scharf,1,1,0,0,0.02,0.3010,0.01,0.3010 scheduler,scheduler,1,1,1,1,0.02,0.3010,0.01,0.3010 Schelling,schelling,3,1,0,0,0.06,0.6021,0.01,0.3010 schemers,schemers,1,1,1,1,0.02,0.3010,0.01,0.3010 schlieren,schlieren,3,1,2,1,0.06,0.6021,0.01,0.3010 schlocky,schlocky,1,1,1,1,0.02,0.3010,0.01,0.3010 schlump,schlump,2,1,2,1,0.04,0.4771,0.01,0.3010 schmatte,schmatte,1,1,1,1,0.02,0.3010,0.01,0.3010 schmoe,schmoe,1,1,1,1,0.02,0.3010,0.01,0.3010 schmoozed,schmoozed,1,1,1,1,0.02,0.3010,0.01,0.3010 schmoozes,schmoozes,1,1,1,1,0.02,0.3010,0.01,0.3010 schnecken,schnecken,3,1,3,1,0.06,0.6021,0.01,0.3010 Scho,scho,1,1,0,0,0.02,0.3010,0.01,0.3010 schoolbags,schoolbags,1,1,1,1,0.02,0.3010,0.01,0.3010 schoolchild,schoolchild,2,1,2,1,0.04,0.4771,0.01,0.3010 schooldays,schooldays,1,1,1,1,0.02,0.3010,0.01,0.3010 schoolma,schoolma,1,1,1,1,0.02,0.3010,0.01,0.3010 schoolmen,schoolmen,1,1,1,1,0.02,0.3010,0.01,0.3010 schoolrooms,schoolrooms,1,1,1,1,0.02,0.3010,0.01,0.3010 schoolteaching,schoolteaching,2,1,2,1,0.04,0.4771,0.01,0.3010 schooltime,schooltime,1,1,1,1,0.02,0.3010,0.01,0.3010 Schrank,schrank,4,1,0,0,0.08,0.6990,0.01,0.3010 Schreiner,schreiner,8,1,0,0,0.16,0.9542,0.01,0.3010 schussing,schussing,2,1,2,1,0.04,0.4771,0.01,0.3010 schwa,schwa,1,1,1,1,0.02,0.3010,0.01,0.3010 scientologist,scientologist,2,1,2,1,0.04,0.4771,0.01,0.3010 Scintillate,scintillate,2,1,0,0,0.04,0.4771,0.01,0.3010 Scirocco,scirocco,2,1,0,0,0.04,0.4771,0.01,0.3010 sclerae,sclerae,1,1,1,1,0.02,0.3010,0.01,0.3010 sclerectasia,sclerectasia,1,1,1,1,0.02,0.3010,0.01,0.3010 scoffers,scoffers,1,1,1,1,0.02,0.3010,0.01,0.3010 Scolex,scolex,23,1,0,0,0.45,1.3802,0.01,0.3010 scorchers,scorchers,1,1,1,1,0.02,0.3010,0.01,0.3010 scorches,scorches,1,1,1,1,0.02,0.3010,0.01,0.3010 Scorekeepers,scorekeepers,1,1,0,0,0.02,0.3010,0.01,0.3010 scorepad,scorepad,1,1,1,1,0.02,0.3010,0.01,0.3010 Scorpios,scorpios,1,1,0,0,0.02,0.3010,0.01,0.3010 scotoma,scotoma,3,1,2,1,0.06,0.6021,0.01,0.3010 Scotties,scotties,2,1,0,0,0.04,0.4771,0.01,0.3010 scoundrelly,scoundrelly,1,1,1,1,0.02,0.3010,0.01,0.3010 Scove,scove,1,1,0,0,0.02,0.3010,0.01,0.3010 scows,scows,1,1,1,1,0.02,0.3010,0.01,0.3010 scrabbled,scrabbled,1,1,1,1,0.02,0.3010,0.01,0.3010 scragging,scragging,1,1,1,1,0.02,0.3010,0.01,0.3010 scrags,scrags,1,1,1,1,0.02,0.3010,0.01,0.3010 scramblers,scramblers,1,1,1,1,0.02,0.3010,0.01,0.3010 scrammed,scrammed,1,1,1,1,0.02,0.3010,0.01,0.3010 Scramming,scramming,1,1,0,0,0.02,0.3010,0.01,0.3010 scrams,scrams,1,1,1,1,0.02,0.3010,0.01,0.3010 scrapers,scrapers,1,1,1,1,0.02,0.3010,0.01,0.3010 scrappier,scrappier,1,1,1,1,0.02,0.3010,0.01,0.3010 scrawls,scrawls,1,1,1,1,0.02,0.3010,0.01,0.3010 screamy,screamy,1,1,1,1,0.02,0.3010,0.01,0.3010 screechy,screechy,1,1,1,1,0.02,0.3010,0.01,0.3010 Screenland,screenland,1,1,0,0,0.02,0.3010,0.01,0.3010 screwer,screwer,1,1,1,1,0.02,0.3010,0.01,0.3010 Screwless,screwless,3,1,1,1,0.06,0.6021,0.01,0.3010 scribing,scribing,1,1,1,1,0.02,0.3010,0.01,0.3010 scrimmaged,scrimmaged,1,1,1,1,0.02,0.3010,0.01,0.3010 scrimper,scrimper,1,1,1,1,0.02,0.3010,0.01,0.3010 scrimshawed,scrimshawed,1,1,1,1,0.02,0.3010,0.01,0.3010 scripting,scripting,1,1,1,1,0.02,0.3010,0.01,0.3010 Scriptural,scriptural,1,1,0,0,0.02,0.3010,0.01,0.3010 Scripturally,scripturally,1,1,0,0,0.02,0.3010,0.01,0.3010 scriptwriters,scriptwriters,1,1,1,1,0.02,0.3010,0.01,0.3010 Scrivello,scrivello,2,1,0,0,0.04,0.4771,0.01,0.3010 scrods,scrods,1,1,1,1,0.02,0.3010,0.01,0.3010 Scroo,scroo,1,1,0,0,0.02,0.3010,0.01,0.3010 scrotums,scrotums,1,1,1,1,0.02,0.3010,0.01,0.3010 scrubwoman,scrubwoman,1,1,1,1,0.02,0.3010,0.01,0.3010 scrums,scrums,1,1,1,1,0.02,0.3010,0.01,0.3010 scrunches,scrunches,1,1,1,1,0.02,0.3010,0.01,0.3010 scrunching,scrunching,2,1,2,1,0.04,0.4771,0.01,0.3010 scrupulosity,scrupulosity,1,1,1,1,0.02,0.3010,0.01,0.3010 scrutinization,scrutinization,1,1,1,1,0.02,0.3010,0.01,0.3010 scudding,scudding,2,1,2,1,0.04,0.4771,0.01,0.3010 scuffing,scuffing,1,1,1,1,0.02,0.3010,0.01,0.3010 scuffler,scuffler,1,1,1,1,0.02,0.3010,0.01,0.3010 Scuffy,scuffy,1,1,0,0,0.02,0.3010,0.01,0.3010 scug,scug,1,1,1,1,0.02,0.3010,0.01,0.3010 Sculled,sculled,1,1,0,0,0.02,0.3010,0.01,0.3010 sculls,sculls,1,1,1,1,0.02,0.3010,0.01,0.3010 sculped,sculped,1,1,1,1,0.02,0.3010,0.01,0.3010 Sculpin,sculpin,1,1,0,0,0.02,0.3010,0.01,0.3010 scummiest,scummiest,1,1,1,1,0.02,0.3010,0.01,0.3010 scunge,scunge,1,1,1,1,0.02,0.3010,0.01,0.3010 scup,scup,1,1,1,1,0.02,0.3010,0.01,0.3010 scupper,scupper,1,1,1,1,0.02,0.3010,0.01,0.3010 scuppernong,scuppernong,2,1,2,1,0.04,0.4771,0.01,0.3010 scurf,scurf,1,1,1,1,0.02,0.3010,0.01,0.3010 scurries,scurries,2,1,1,1,0.04,0.4771,0.01,0.3010 Scutellate,scutellate,1,1,0,0,0.02,0.3010,0.01,0.3010 Scutters,scutters,1,1,0,0,0.02,0.3010,0.01,0.3010 scuz,scuz,1,1,1,1,0.02,0.3010,0.01,0.3010 Scytale,scytale,2,1,0,0,0.04,0.4771,0.01,0.3010 scythes,scythes,1,1,1,1,0.02,0.3010,0.01,0.3010 seabag,seabag,1,1,1,1,0.02,0.3010,0.01,0.3010 seacoast,seacoast,1,1,1,1,0.02,0.3010,0.01,0.3010 seacraft,seacraft,2,1,1,1,0.04,0.4771,0.01,0.3010 seadog,seadog,1,1,1,1,0.02,0.3010,0.01,0.3010 seafarers,seafarers,1,1,1,1,0.02,0.3010,0.01,0.3010 seafloor,seafloor,1,1,1,1,0.02,0.3010,0.01,0.3010 seafoam,seafoam,1,1,1,1,0.02,0.3010,0.01,0.3010 Seafoods,seafoods,1,1,0,0,0.02,0.3010,0.01,0.3010 sealants,sealants,1,1,1,1,0.02,0.3010,0.01,0.3010 sealers,sealers,1,1,1,1,0.02,0.3010,0.01,0.3010 seamed,seamed,1,1,1,1,0.02,0.3010,0.01,0.3010 seamier,seamier,1,1,1,1,0.02,0.3010,0.01,0.3010 seamlessness,seamlessness,1,1,1,1,0.02,0.3010,0.01,0.3010 seaquake,seaquake,1,1,1,1,0.02,0.3010,0.01,0.3010 Seaway,seaway,1,1,0,0,0.02,0.3010,0.01,0.3010 seaways,seaways,1,1,1,1,0.02,0.3010,0.01,0.3010 seborrhoea,seborrhoea,2,1,2,1,0.04,0.4771,0.01,0.3010 secession,secession,1,1,1,1,0.02,0.3010,0.01,0.3010 secessionists,secessionists,1,1,1,1,0.02,0.3010,0.01,0.3010 seclusive,seclusive,1,1,1,1,0.02,0.3010,0.01,0.3010 secondarily,secondarily,1,1,1,1,0.02,0.3010,0.01,0.3010 secondment,secondment,1,1,1,1,0.02,0.3010,0.01,0.3010 secondo,secondo,1,1,1,1,0.02,0.3010,0.01,0.3010 secours,secours,2,1,2,1,0.04,0.4771,0.01,0.3010 secre,secre,1,1,1,1,0.02,0.3010,0.01,0.3010 secretaire,secretaire,1,1,1,1,0.02,0.3010,0.01,0.3010 secretively,secretively,1,1,1,1,0.02,0.3010,0.01,0.3010 Secreto,secreto,1,1,0,0,0.02,0.3010,0.01,0.3010 secularist,secularist,1,1,1,1,0.02,0.3010,0.01,0.3010 Secunda,secunda,11,1,0,0,0.22,1.0792,0.01,0.3010 Secundus,secundus,2,1,0,0,0.04,0.4771,0.01,0.3010 sedately,sedately,1,1,1,1,0.02,0.3010,0.01,0.3010 Seders,seders,3,1,0,0,0.06,0.6021,0.01,0.3010 seducible,seducible,1,1,1,1,0.02,0.3010,0.01,0.3010 seduct,seduct,1,1,1,1,0.02,0.3010,0.01,0.3010 seductions,seductions,1,1,1,1,0.02,0.3010,0.01,0.3010 seductresses,seductresses,1,1,1,1,0.02,0.3010,0.01,0.3010 seeable,seeable,1,1,1,1,0.02,0.3010,0.01,0.3010 seech,seech,1,1,1,1,0.02,0.3010,0.01,0.3010 seediness,seediness,1,1,1,1,0.02,0.3010,0.01,0.3010 Seedman,seedman,1,1,0,0,0.02,0.3010,0.01,0.3010 seedpod,seedpod,2,1,1,1,0.04,0.4771,0.01,0.3010 Seel,seel,1,1,0,0,0.02,0.3010,0.01,0.3010 seethed,seethed,1,1,1,1,0.02,0.3010,0.01,0.3010 seethes,seethes,1,1,1,1,0.02,0.3010,0.01,0.3010 segmentation,segmentation,1,1,1,1,0.02,0.3010,0.01,0.3010 segmented,segmented,1,1,1,1,0.02,0.3010,0.01,0.3010 segueing,segueing,1,1,1,1,0.02,0.3010,0.01,0.3010 seigneur,seigneur,1,1,1,1,0.02,0.3010,0.01,0.3010 seigneurs,seigneurs,1,1,1,1,0.02,0.3010,0.01,0.3010 seiner,seiner,1,1,1,1,0.02,0.3010,0.01,0.3010 seis,seis,1,1,1,1,0.02,0.3010,0.01,0.3010 seise,seise,1,1,1,1,0.02,0.3010,0.01,0.3010 seises,seises,1,1,1,1,0.02,0.3010,0.01,0.3010 seismically,seismically,1,1,1,1,0.02,0.3010,0.01,0.3010 seismographic,seismographic,2,1,1,1,0.04,0.4771,0.01,0.3010 seismological,seismological,1,1,1,1,0.02,0.3010,0.01,0.3010 seismologically,seismologically,1,1,1,1,0.02,0.3010,0.01,0.3010 seismometer,seismometer,1,1,1,1,0.02,0.3010,0.01,0.3010 seismometers,seismometers,1,1,1,1,0.02,0.3010,0.01,0.3010 Seizer,seizer,1,1,0,0,0.02,0.3010,0.01,0.3010 seld,seld,1,1,1,1,0.02,0.3010,0.01,0.3010 selectee,selectee,1,1,1,1,0.02,0.3010,0.01,0.3010 Selene,selene,1,1,0,0,0.02,0.3010,0.01,0.3010 Selenic,selenic,3,1,0,0,0.06,0.6021,0.01,0.3010 selenite,selenite,2,1,2,1,0.04,0.4771,0.01,0.3010 selfness,selfness,1,1,1,1,0.02,0.3010,0.01,0.3010 selfs,selfs,1,1,1,1,0.02,0.3010,0.01,0.3010 Sella,sella,1,1,0,0,0.02,0.3010,0.01,0.3010 selle,selle,4,1,4,1,0.08,0.6990,0.01,0.3010 sellouts,sellouts,1,1,1,1,0.02,0.3010,0.01,0.3010 selva,selva,1,1,1,1,0.02,0.3010,0.01,0.3010 semaphoring,semaphoring,1,1,1,1,0.02,0.3010,0.01,0.3010 semblances,semblances,1,1,1,1,0.02,0.3010,0.01,0.3010 semblence,semblence,1,1,1,1,0.02,0.3010,0.01,0.3010 semiaquatic,semiaquatic,1,1,1,1,0.02,0.3010,0.01,0.3010 semiarid,semiarid,1,1,1,1,0.02,0.3010,0.01,0.3010 semiarticulate,semiarticulate,1,1,1,1,0.02,0.3010,0.01,0.3010 semibreve,semibreve,1,1,1,1,0.02,0.3010,0.01,0.3010 semicircles,semicircles,1,1,1,1,0.02,0.3010,0.01,0.3010 semiclassical,semiclassical,1,1,1,1,0.02,0.3010,0.01,0.3010 semiconductor,semiconductor,1,1,1,1,0.02,0.3010,0.01,0.3010 semiconductors,semiconductors,2,1,1,1,0.04,0.4771,0.01,0.3010 semiliterate,semiliterate,1,1,1,1,0.02,0.3010,0.01,0.3010 seminarian,seminarian,1,1,1,1,0.02,0.3010,0.01,0.3010 seminaries,seminaries,1,1,1,1,0.02,0.3010,0.01,0.3010 seminormal,seminormal,1,1,1,1,0.02,0.3010,0.01,0.3010 semiotics,semiotics,1,1,1,1,0.02,0.3010,0.01,0.3010 semipros,semipros,1,1,1,1,0.02,0.3010,0.01,0.3010 semiquaver,semiquaver,1,1,1,1,0.02,0.3010,0.01,0.3010 semiregular,semiregular,1,1,1,1,0.02,0.3010,0.01,0.3010 semirigid,semirigid,1,1,1,1,0.02,0.3010,0.01,0.3010 semiserious,semiserious,2,1,1,1,0.04,0.4771,0.01,0.3010 semiskilled,semiskilled,1,1,1,1,0.02,0.3010,0.01,0.3010 semisolid,semisolid,1,1,1,1,0.02,0.3010,0.01,0.3010 semisweet,semisweet,1,1,1,1,0.02,0.3010,0.01,0.3010 semitrailer,semitrailer,1,1,1,1,0.02,0.3010,0.01,0.3010 semolina,semolina,1,1,1,1,0.02,0.3010,0.01,0.3010 Semple,semple,23,1,0,0,0.45,1.3802,0.01,0.3010 Sempre,sempre,1,1,0,0,0.02,0.3010,0.01,0.3010 Sena,sena,5,1,0,0,0.10,0.7782,0.01,0.3010 senatorship,senatorship,1,1,1,1,0.02,0.3010,0.01,0.3010 senders,senders,1,1,1,1,0.02,0.3010,0.01,0.3010 sendoffs,sendoffs,1,1,1,1,0.02,0.3010,0.01,0.3010 Senescence,senescence,4,1,1,1,0.08,0.6990,0.01,0.3010 Seneschal,seneschal,2,1,0,0,0.04,0.4771,0.01,0.3010 senhora,senhora,4,1,4,1,0.08,0.6990,0.01,0.3010 Senhoras,senhoras,1,1,0,0,0.02,0.3010,0.01,0.3010 senhores,senhores,1,1,1,1,0.02,0.3010,0.01,0.3010 senhoritas,senhoritas,1,1,1,1,0.02,0.3010,0.01,0.3010 senna,senna,1,1,1,1,0.02,0.3010,0.01,0.3010 Senors,senors,4,1,0,0,0.08,0.6990,0.01,0.3010 sensationalistic,sensationalistic,2,1,2,1,0.04,0.4771,0.01,0.3010 sensationalists,sensationalists,1,1,1,1,0.02,0.3010,0.01,0.3010 senselessness,senselessness,1,1,1,1,0.02,0.3010,0.01,0.3010 sensitively,sensitively,1,1,1,1,0.02,0.3010,0.01,0.3010 sensitizes,sensitizes,1,1,1,1,0.02,0.3010,0.01,0.3010 senso,senso,1,1,1,1,0.02,0.3010,0.01,0.3010 sensorial,sensorial,1,1,1,1,0.02,0.3010,0.01,0.3010 sensorineural,sensorineural,1,1,1,1,0.02,0.3010,0.01,0.3010 sensuously,sensuously,1,1,1,1,0.02,0.3010,0.01,0.3010 sentimentalize,sentimentalize,1,1,1,1,0.02,0.3010,0.01,0.3010 sentimentalized,sentimentalized,1,1,1,1,0.02,0.3010,0.01,0.3010 senza,senza,1,1,1,1,0.02,0.3010,0.01,0.3010 seor,seor,1,1,1,1,0.02,0.3010,0.01,0.3010 sepals,sepals,1,1,1,1,0.02,0.3010,0.01,0.3010 separable,separable,1,1,1,1,0.02,0.3010,0.01,0.3010 sepoys,sepoys,2,1,2,1,0.04,0.4771,0.01,0.3010 septate,septate,1,1,1,1,0.02,0.3010,0.01,0.3010 septet,septet,1,1,1,1,0.02,0.3010,0.01,0.3010 septicaemia,septicaemia,1,1,1,1,0.02,0.3010,0.01,0.3010 septicemic,septicemic,3,1,3,1,0.06,0.6021,0.01,0.3010 septics,septics,1,1,1,1,0.02,0.3010,0.01,0.3010 Septuplet,septuplet,1,1,0,0,0.02,0.3010,0.01,0.3010 septuplets,septuplets,1,1,1,1,0.02,0.3010,0.01,0.3010 sequencers,sequencers,1,1,1,1,0.02,0.3010,0.01,0.3010 sequent,sequent,1,1,1,1,0.02,0.3010,0.01,0.3010 sequestration,sequestration,1,1,1,1,0.02,0.3010,0.01,0.3010 sequinned,sequinned,1,1,1,1,0.02,0.3010,0.01,0.3010 sequiturs,sequiturs,1,1,1,1,0.02,0.3010,0.01,0.3010 sequoias,sequoias,1,1,1,1,0.02,0.3010,0.01,0.3010 serais,serais,1,1,1,1,0.02,0.3010,0.01,0.3010 Seraphine,seraphine,1,1,0,0,0.02,0.3010,0.01,0.3010 seraphs,seraphs,1,1,1,1,0.02,0.3010,0.01,0.3010 Serenaders,serenaders,1,1,0,0,0.02,0.3010,0.01,0.3010 serenata,serenata,1,1,1,1,0.02,0.3010,0.01,0.3010 serenatas,serenatas,1,1,1,1,0.02,0.3010,0.01,0.3010 Sereno,sereno,1,1,0,0,0.02,0.3010,0.01,0.3010 seres,seres,1,1,1,1,0.02,0.3010,0.01,0.3010 serialization,serialization,1,1,1,1,0.02,0.3010,0.01,0.3010 serialized,serialized,1,1,1,1,0.02,0.3010,0.01,0.3010 serially,serially,1,1,1,1,0.02,0.3010,0.01,0.3010 serif,serif,1,1,1,1,0.02,0.3010,0.01,0.3010 serifs,serifs,1,1,1,1,0.02,0.3010,0.01,0.3010 Serine,serine,1,1,0,0,0.02,0.3010,0.01,0.3010 sermonette,sermonette,1,1,1,1,0.02,0.3010,0.01,0.3010 sermonised,sermonised,1,1,1,1,0.02,0.3010,0.01,0.3010 serological,serological,1,1,1,1,0.02,0.3010,0.01,0.3010 Serologies,serologies,1,1,0,0,0.02,0.3010,0.01,0.3010 seron,seron,1,1,1,1,0.02,0.3010,0.01,0.3010 serosanguineous,serosanguineous,1,1,1,1,0.02,0.3010,0.01,0.3010 serpentinization,serpentinization,1,1,1,1,0.02,0.3010,0.01,0.3010 serpiginous,serpiginous,1,1,1,1,0.02,0.3010,0.01,0.3010 Serrations,serrations,1,1,0,0,0.02,0.3010,0.01,0.3010 Serta,serta,7,1,0,0,0.14,0.9031,0.01,0.3010 serv,serv,2,1,2,1,0.04,0.4771,0.01,0.3010 servery,servery,1,1,1,1,0.02,0.3010,0.01,0.3010 servitor,servitor,2,1,2,1,0.04,0.4771,0.01,0.3010 servomechanism,servomechanism,1,1,1,1,0.02,0.3010,0.01,0.3010 sesamoid,sesamoid,1,1,1,1,0.02,0.3010,0.01,0.3010 sesquioxide,sesquioxide,1,1,1,1,0.02,0.3010,0.01,0.3010 sesquipedalian,sesquipedalian,1,1,1,1,0.02,0.3010,0.01,0.3010 Sessa,sessa,1,1,0,0,0.02,0.3010,0.01,0.3010 sessile,sessile,1,1,1,1,0.02,0.3010,0.01,0.3010 Seta,seta,1,1,0,0,0.02,0.3010,0.01,0.3010 sevenths,sevenths,1,1,1,1,0.02,0.3010,0.01,0.3010 Sevres,sevres,1,1,0,0,0.02,0.3010,0.01,0.3010 sewerage,sewerage,1,1,1,1,0.02,0.3010,0.01,0.3010 sexagenarian,sexagenarian,2,1,2,1,0.04,0.4771,0.01,0.3010 sexology,sexology,1,1,1,1,0.02,0.3010,0.01,0.3010 sexploitation,sexploitation,1,1,1,1,0.02,0.3010,0.01,0.3010 sextants,sextants,2,1,2,1,0.04,0.4771,0.01,0.3010 Sextette,sextette,1,1,0,0,0.02,0.3010,0.01,0.3010 sextile,sextile,1,1,1,1,0.02,0.3010,0.01,0.3010 sextuplet,sextuplet,1,1,1,1,0.02,0.3010,0.01,0.3010 Sextuplets,sextuplets,1,1,0,0,0.02,0.3010,0.01,0.3010 Sextus,sextus,3,1,0,0,0.06,0.6021,0.01,0.3010 sexualization,sexualization,2,1,2,1,0.04,0.4771,0.01,0.3010 Sey,sey,1,1,0,0,0.02,0.3010,0.01,0.3010 shab,shab,1,1,1,1,0.02,0.3010,0.01,0.3010 Shabash,shabash,1,1,0,0,0.02,0.3010,0.01,0.3010 shabbier,shabbier,2,1,2,1,0.04,0.4771,0.01,0.3010 shabbiest,shabbiest,1,1,1,1,0.02,0.3010,0.01,0.3010 Shackling,shackling,1,1,0,0,0.02,0.3010,0.01,0.3010 shadings,shadings,1,1,1,1,0.02,0.3010,0.01,0.3010 shadowboxes,shadowboxes,1,1,1,1,0.02,0.3010,0.01,0.3010 Shadowland,shadowland,1,1,0,0,0.02,0.3010,0.01,0.3010 Shagbag,shagbag,4,1,0,0,0.08,0.6990,0.01,0.3010 shaggiest,shaggiest,1,1,1,1,0.02,0.3010,0.01,0.3010 Shaitan,shaitan,1,1,0,0,0.02,0.3010,0.01,0.3010 Shakespeareans,shakespeareans,1,1,0,0,0.02,0.3010,0.01,0.3010 shakier,shakier,2,1,2,1,0.04,0.4771,0.01,0.3010 shakiest,shakiest,8,1,8,1,0.16,0.9542,0.01,0.3010 shakily,shakily,1,1,1,1,0.02,0.3010,0.01,0.3010 shakings,shakings,1,1,1,1,0.02,0.3010,0.01,0.3010 Shakti,shakti,1,1,0,0,0.02,0.3010,0.01,0.3010 Shally,shally,3,1,0,0,0.06,0.6021,0.01,0.3010 Shama,shama,1,1,0,0,0.02,0.3010,0.01,0.3010 shamanistic,shamanistic,1,1,1,1,0.02,0.3010,0.01,0.3010 Shamelessness,shamelessness,1,1,0,0,0.02,0.3010,0.01,0.3010 shammas,shammas,1,1,1,1,0.02,0.3010,0.01,0.3010 Shammos,shammos,1,1,0,0,0.02,0.3010,0.01,0.3010 shandy,shandy,2,1,2,1,0.04,0.4771,0.01,0.3010 shanghaiing,shanghaiing,1,1,1,1,0.02,0.3010,0.01,0.3010 Shanna,shanna,1,1,0,0,0.02,0.3010,0.01,0.3010 shantytowns,shantytowns,1,1,1,1,0.02,0.3010,0.01,0.3010 shap,shap,1,1,1,1,0.02,0.3010,0.01,0.3010 Shapelier,shapelier,1,1,0,0,0.02,0.3010,0.01,0.3010 sharia,sharia,1,1,1,1,0.02,0.3010,0.01,0.3010 sharpers,sharpers,4,1,4,1,0.08,0.6990,0.01,0.3010 Shashlik,shashlik,1,1,0,0,0.02,0.3010,0.01,0.3010 Shawnee,shawnee,2,1,0,0,0.04,0.4771,0.01,0.3010 Shaws,shaws,1,1,0,0,0.02,0.3010,0.01,0.3010 shearling,shearling,1,1,1,1,0.02,0.3010,0.01,0.3010 Shearman,shearman,1,1,0,0,0.02,0.3010,0.01,0.3010 sheaths,sheaths,2,1,2,1,0.04,0.4771,0.01,0.3010 Shebeen,shebeen,1,1,0,0,0.02,0.3010,0.01,0.3010 shedder,shedder,1,1,1,1,0.02,0.3010,0.01,0.3010 shedders,shedders,1,1,1,1,0.02,0.3010,0.01,0.3010 Sheely,sheely,1,1,0,0,0.02,0.3010,0.01,0.3010 sheenies,sheenies,1,1,1,1,0.02,0.3010,0.01,0.3010 sheens,sheens,1,1,1,1,0.02,0.3010,0.01,0.3010 sheepfold,sheepfold,1,1,1,1,0.02,0.3010,0.01,0.3010 sheepshank,sheepshank,1,1,1,1,0.02,0.3010,0.01,0.3010 sheerest,sheerest,1,1,1,1,0.02,0.3010,0.01,0.3010 shegetz,shegetz,1,1,1,1,0.02,0.3010,0.01,0.3010 sheikdom,sheikdom,1,1,1,1,0.02,0.3010,0.01,0.3010 shekel,shekel,7,1,7,1,0.14,0.9031,0.01,0.3010 Sheldrakes,sheldrakes,4,1,0,0,0.08,0.6990,0.01,0.3010 shelfy,shelfy,1,1,1,1,0.02,0.3010,0.01,0.3010 shellack,shellack,1,1,1,1,0.02,0.3010,0.01,0.3010 Sheltie,sheltie,1,1,0,0,0.02,0.3010,0.01,0.3010 Shema,shema,1,1,0,0,0.02,0.3010,0.01,0.3010 Sheol,sheol,1,1,0,0,0.02,0.3010,0.01,0.3010 shepherded,shepherded,1,1,1,1,0.02,0.3010,0.01,0.3010 sherbert,sherbert,1,1,1,1,0.02,0.3010,0.01,0.3010 sherbets,sherbets,1,1,1,1,0.02,0.3010,0.01,0.3010 shetlands,shetlands,1,1,1,1,0.02,0.3010,0.01,0.3010 shiai,shiai,1,1,1,1,0.02,0.3010,0.01,0.3010 shier,shier,1,1,1,1,0.02,0.3010,0.01,0.3010 shikara,shikara,1,1,1,1,0.02,0.3010,0.01,0.3010 shikker,shikker,1,1,1,1,0.02,0.3010,0.01,0.3010 shilled,shilled,1,1,1,1,0.02,0.3010,0.01,0.3010 Shiller,shiller,3,1,0,0,0.06,0.6021,0.01,0.3010 shinbones,shinbones,1,1,1,1,0.02,0.3010,0.01,0.3010 shingled,shingled,1,1,1,1,0.02,0.3010,0.01,0.3010 shingling,shingling,1,1,1,1,0.02,0.3010,0.01,0.3010 Shinner,shinner,1,1,0,0,0.02,0.3010,0.01,0.3010 shinplaster,shinplaster,1,1,1,1,0.02,0.3010,0.01,0.3010 shipless,shipless,1,1,1,1,0.02,0.3010,0.01,0.3010 shiploads,shiploads,1,1,1,1,0.02,0.3010,0.01,0.3010 Shippen,shippen,15,1,0,0,0.29,1.2041,0.01,0.3010 Shippy,shippy,2,1,0,0,0.04,0.4771,0.01,0.3010 shipwards,shipwards,1,1,1,1,0.02,0.3010,0.01,0.3010 Shipway,shipway,1,1,0,0,0.02,0.3010,0.01,0.3010 shipwrecking,shipwrecking,1,1,1,1,0.02,0.3010,0.01,0.3010 Shirra,shirra,20,1,0,0,0.39,1.3222,0.01,0.3010 shirtfront,shirtfront,1,1,1,1,0.02,0.3010,0.01,0.3010 shirtsleeve,shirtsleeve,1,1,1,1,0.02,0.3010,0.01,0.3010 shita,shita,1,1,1,1,0.02,0.3010,0.01,0.3010 shitted,shitted,6,1,6,1,0.12,0.8451,0.01,0.3010 Shivas,shivas,1,1,0,0,0.02,0.3010,0.01,0.3010 shive,shive,1,1,1,1,0.02,0.3010,0.01,0.3010 shivs,shivs,1,1,1,1,0.02,0.3010,0.01,0.3010 Shivvy,shivvy,4,1,0,0,0.08,0.6990,0.01,0.3010 shlepping,shlepping,1,1,1,1,0.02,0.3010,0.01,0.3010 shmo,shmo,1,1,1,1,0.02,0.3010,0.01,0.3010 shoat,shoat,1,1,1,1,0.02,0.3010,0.01,0.3010 shoats,shoats,1,1,1,1,0.02,0.3010,0.01,0.3010 Shockability,shockability,1,1,0,0,0.02,0.3010,0.01,0.3010 Shockers,shockers,1,1,0,0,0.02,0.3010,0.01,0.3010 shockproof,shockproof,1,1,1,1,0.02,0.3010,0.01,0.3010 shoddiest,shoddiest,2,1,2,1,0.04,0.4771,0.01,0.3010 Shoeboy,shoeboy,1,1,0,0,0.02,0.3010,0.01,0.3010 shoehorning,shoehorning,1,1,1,1,0.02,0.3010,0.01,0.3010 shoemakers,shoemakers,1,1,1,1,0.02,0.3010,0.01,0.3010 shoeman,shoeman,1,1,1,1,0.02,0.3010,0.01,0.3010 shoetrees,shoetrees,2,1,2,1,0.04,0.4771,0.01,0.3010 shofar,shofar,1,1,1,1,0.02,0.3010,0.01,0.3010 shoguns,shoguns,2,1,2,1,0.04,0.4771,0.01,0.3010 Sholom,sholom,1,1,0,0,0.02,0.3010,0.01,0.3010 shools,shools,1,1,1,1,0.02,0.3010,0.01,0.3010 shoon,shoon,2,1,2,1,0.04,0.4771,0.01,0.3010 shoos,shoos,1,1,1,1,0.02,0.3010,0.01,0.3010 shoppy,shoppy,1,1,1,1,0.02,0.3010,0.01,0.3010 Shoreland,shoreland,1,1,0,0,0.02,0.3010,0.01,0.3010 shortcakes,shortcakes,1,1,1,1,0.02,0.3010,0.01,0.3010 shortchanges,shortchanges,1,1,1,1,0.02,0.3010,0.01,0.3010 Shorthorn,shorthorn,1,1,0,0,0.02,0.3010,0.01,0.3010 shorthorns,shorthorns,1,1,1,1,0.02,0.3010,0.01,0.3010 shortish,shortish,1,1,1,1,0.02,0.3010,0.01,0.3010 shortlist,shortlist,1,1,1,1,0.02,0.3010,0.01,0.3010 shotgunning,shotgunning,1,1,1,1,0.02,0.3010,0.01,0.3010 shouter,shouter,2,1,2,1,0.04,0.4771,0.01,0.3010 Shoveler,shoveler,8,1,0,0,0.16,0.9542,0.01,0.3010 shovelers,shovelers,1,1,1,1,0.02,0.3010,0.01,0.3010 showboater,showboater,1,1,1,1,0.02,0.3010,0.01,0.3010 showboats,showboats,1,1,1,1,0.02,0.3010,0.01,0.3010 Showdowns,showdowns,1,1,0,0,0.02,0.3010,0.01,0.3010 showground,showground,1,1,1,1,0.02,0.3010,0.01,0.3010 showoffs,showoffs,1,1,1,1,0.02,0.3010,0.01,0.3010 shpt,shpt,1,1,1,1,0.02,0.3010,0.01,0.3010 shrewder,shrewder,1,1,1,1,0.02,0.3010,0.01,0.3010 shrewish,shrewish,1,1,1,1,0.02,0.3010,0.01,0.3010 shrewishness,shrewishness,1,1,1,1,0.02,0.3010,0.01,0.3010 shrews,shrews,1,1,1,1,0.02,0.3010,0.01,0.3010 Shri,shri,1,1,0,0,0.02,0.3010,0.01,0.3010 shrieker,shrieker,5,1,5,1,0.10,0.7782,0.01,0.3010 shriekers,shriekers,12,1,10,1,0.24,1.1139,0.01,0.3010 shrillest,shrillest,1,1,1,1,0.02,0.3010,0.01,0.3010 shrilling,shrilling,1,1,1,1,0.02,0.3010,0.01,0.3010 Shrimper,shrimper,1,1,0,0,0.02,0.3010,0.01,0.3010 shrimpers,shrimpers,1,1,1,1,0.02,0.3010,0.01,0.3010 shrived,shrived,1,1,1,1,0.02,0.3010,0.01,0.3010 shriving,shriving,1,1,1,1,0.02,0.3010,0.01,0.3010 shrubberies,shrubberies,1,1,1,1,0.02,0.3010,0.01,0.3010 shtetl,shtetl,1,1,1,1,0.02,0.3010,0.01,0.3010 shuffler,shuffler,1,1,1,1,0.02,0.3010,0.01,0.3010 shufty,shufty,1,1,1,1,0.02,0.3010,0.01,0.3010 Shunting,shunting,1,1,0,0,0.02,0.3010,0.01,0.3010 shure,shure,1,1,1,1,0.02,0.3010,0.01,0.3010 shushes,shushes,1,1,1,1,0.02,0.3010,0.01,0.3010 shutoffs,shutoffs,1,1,1,1,0.02,0.3010,0.01,0.3010 shuttering,shuttering,1,1,1,1,0.02,0.3010,0.01,0.3010 shuttlecocks,shuttlecocks,2,1,2,1,0.04,0.4771,0.01,0.3010 Sibby,sibby,1,1,0,0,0.02,0.3010,0.01,0.3010 Sibilant,sibilant,1,1,0,0,0.02,0.3010,0.01,0.3010 sibs,sibs,2,1,2,1,0.04,0.4771,0.01,0.3010 Sibylla,sibylla,8,1,0,0,0.16,0.9542,0.01,0.3010 Sibylline,sibylline,1,1,0,0,0.02,0.3010,0.01,0.3010 Sicca,sicca,3,1,0,0,0.06,0.6021,0.01,0.3010 sich,sich,1,1,1,1,0.02,0.3010,0.01,0.3010 sickbeds,sickbeds,1,1,1,1,0.02,0.3010,0.01,0.3010 sics,sics,1,1,1,1,0.02,0.3010,0.01,0.3010 sideband,sideband,1,1,1,1,0.02,0.3010,0.01,0.3010 sideburned,sideburned,1,1,1,1,0.02,0.3010,0.01,0.3010 sidelights,sidelights,1,1,1,1,0.02,0.3010,0.01,0.3010 sideman,sideman,2,1,2,1,0.04,0.4771,0.01,0.3010 Sider,sider,1,1,0,0,0.02,0.3010,0.01,0.3010 siderite,siderite,1,1,1,1,0.02,0.3010,0.01,0.3010 sideshows,sideshows,1,1,1,1,0.02,0.3010,0.01,0.3010 sideslipped,sideslipped,1,1,1,1,0.02,0.3010,0.01,0.3010 sidesplitting,sidesplitting,1,1,1,1,0.02,0.3010,0.01,0.3010 sidestepped,sidestepped,1,1,1,1,0.02,0.3010,0.01,0.3010 sidestroke,sidestroke,2,1,1,1,0.04,0.4771,0.01,0.3010 sideswipes,sideswipes,1,1,1,1,0.02,0.3010,0.01,0.3010 sideway,sideway,1,1,1,1,0.02,0.3010,0.01,0.3010 sidings,sidings,1,1,1,1,0.02,0.3010,0.01,0.3010 sidled,sidled,1,1,1,1,0.02,0.3010,0.01,0.3010 sidling,sidling,1,1,1,1,0.02,0.3010,0.01,0.3010 sieged,sieged,1,1,1,1,0.02,0.3010,0.01,0.3010 sieur,sieur,2,1,2,1,0.04,0.4771,0.01,0.3010 siftings,siftings,1,1,1,1,0.02,0.3010,0.01,0.3010 Sightseer,sightseer,1,1,0,0,0.02,0.3010,0.01,0.3010 Sigil,sigil,1,1,0,0,0.02,0.3010,0.01,0.3010 sigils,sigils,1,1,1,1,0.02,0.3010,0.01,0.3010 signalers,signalers,3,1,3,1,0.06,0.6021,0.01,0.3010 signaller,signaller,1,1,1,1,0.02,0.3010,0.01,0.3010 signboards,signboards,1,1,1,1,0.02,0.3010,0.01,0.3010 signifier,signifier,1,1,1,1,0.02,0.3010,0.01,0.3010 signiors,signiors,1,1,1,1,0.02,0.3010,0.01,0.3010 Sikhism,sikhism,1,1,0,0,0.02,0.3010,0.01,0.3010 silicium,silicium,1,1,1,1,0.02,0.3010,0.01,0.3010 silkscreen,silkscreen,1,1,1,1,0.02,0.3010,0.01,0.3010 silphid,silphid,3,1,3,1,0.06,0.6021,0.01,0.3010 Silvan,silvan,4,1,0,0,0.08,0.6990,0.01,0.3010 Silvas,silvas,2,1,0,0,0.04,0.4771,0.01,0.3010 silvered,silvered,1,1,1,1,0.02,0.3010,0.01,0.3010 Silverleaf,silverleaf,1,1,0,0,0.02,0.3010,0.01,0.3010 Silversides,silversides,1,1,0,0,0.02,0.3010,0.01,0.3010 silversmiths,silversmiths,1,1,1,1,0.02,0.3010,0.01,0.3010 Silvester,silvester,1,1,0,0,0.02,0.3010,0.01,0.3010 simas,simas,1,1,1,1,0.02,0.3010,0.01,0.3010 similarily,similarily,1,1,1,1,0.02,0.3010,0.01,0.3010 Simmon,simmon,1,1,0,0,0.02,0.3010,0.01,0.3010 simoleon,simoleon,1,1,1,1,0.02,0.3010,0.01,0.3010 Simonized,simonized,1,1,0,0,0.02,0.3010,0.01,0.3010 simonizing,simonizing,1,1,1,1,0.02,0.3010,0.01,0.3010 simoon,simoon,1,1,1,1,0.02,0.3010,0.01,0.3010 simpered,simpered,1,1,1,1,0.02,0.3010,0.01,0.3010 simperer,simperer,1,1,1,1,0.02,0.3010,0.01,0.3010 simples,simples,1,1,1,1,0.02,0.3010,0.01,0.3010 simplicities,simplicities,1,1,1,1,0.02,0.3010,0.01,0.3010 simplification,simplification,1,1,1,1,0.02,0.3010,0.01,0.3010 simplifiers,simplifiers,1,1,1,1,0.02,0.3010,0.01,0.3010 Simplistically,simplistically,1,1,0,0,0.02,0.3010,0.01,0.3010 simps,simps,1,1,1,1,0.02,0.3010,0.01,0.3010 Simson,simson,2,1,0,0,0.04,0.4771,0.01,0.3010 simulacra,simulacra,1,1,1,1,0.02,0.3010,0.01,0.3010 sinder,sinder,1,1,1,1,0.02,0.3010,0.01,0.3010 sines,sines,1,1,1,1,0.02,0.3010,0.01,0.3010 singeing,singeing,1,1,1,1,0.02,0.3010,0.01,0.3010 Singhalese,singhalese,1,1,0,0,0.02,0.3010,0.01,0.3010 singsongy,singsongy,1,1,1,1,0.02,0.3010,0.01,0.3010 singulars,singulars,1,1,1,1,0.02,0.3010,0.01,0.3010 Sinky,sinky,2,1,0,0,0.04,0.4771,0.01,0.3010 sinless,sinless,1,1,1,1,0.02,0.3010,0.01,0.3010 Sinuating,sinuating,1,1,0,0,0.02,0.3010,0.01,0.3010 Sipes,sipes,2,1,0,0,0.04,0.4771,0.01,0.3010 sipper,sipper,1,1,1,1,0.02,0.3010,0.01,0.3010 Sipple,sipple,2,1,0,0,0.04,0.4771,0.01,0.3010 Sires,sires,1,1,0,0,0.02,0.3010,0.01,0.3010 sisal,sisal,2,1,1,1,0.04,0.4771,0.01,0.3010 Sisyphus,sisyphus,1,1,0,0,0.02,0.3010,0.01,0.3010 situps,situps,1,1,1,1,0.02,0.3010,0.01,0.3010 Siva,siva,10,1,0,0,0.20,1.0414,0.01,0.3010 Siwash,siwash,5,1,0,0,0.10,0.7782,0.01,0.3010 sixteens,sixteens,1,1,1,1,0.02,0.3010,0.01,0.3010 sixteenths,sixteenths,1,1,1,1,0.02,0.3010,0.01,0.3010 sixths,sixths,1,1,1,1,0.02,0.3010,0.01,0.3010 Skaff,skaff,4,1,0,0,0.08,0.6990,0.01,0.3010 skags,skags,1,1,1,1,0.02,0.3010,0.01,0.3010 skateboarded,skateboarded,1,1,1,1,0.02,0.3010,0.01,0.3010 skeane,skeane,2,1,2,1,0.04,0.4771,0.01,0.3010 skedge,skedge,2,1,2,1,0.04,0.4771,0.01,0.3010 Skeins,skeins,1,1,0,0,0.02,0.3010,0.01,0.3010 skeletonized,skeletonized,1,1,1,1,0.02,0.3010,0.01,0.3010 Skeller,skeller,7,1,0,0,0.14,0.9031,0.01,0.3010 skelp,skelp,2,1,2,1,0.04,0.4771,0.01,0.3010 skelping,skelping,7,1,5,1,0.14,0.9031,0.01,0.3010 skeptically,skeptically,1,1,1,1,0.02,0.3010,0.01,0.3010 sketcher,sketcher,1,1,1,1,0.02,0.3010,0.01,0.3010 sketchiest,sketchiest,1,1,1,1,0.02,0.3010,0.01,0.3010 sketchpad,sketchpad,1,1,1,1,0.02,0.3010,0.01,0.3010 Skete,skete,1,1,0,0,0.02,0.3010,0.01,0.3010 Skiddoo,skiddoo,1,1,0,0,0.02,0.3010,0.01,0.3010 skiddooed,skiddooed,1,1,1,1,0.02,0.3010,0.01,0.3010 skiffle,skiffle,1,1,1,1,0.02,0.3010,0.01,0.3010 Skil,skil,1,1,0,0,0.02,0.3010,0.01,0.3010 skillings,skillings,1,1,1,1,0.02,0.3010,0.01,0.3010 skillion,skillion,1,1,1,1,0.02,0.3010,0.01,0.3010 skilly,skilly,1,1,1,1,0.02,0.3010,0.01,0.3010 skimmers,skimmers,1,1,1,1,0.02,0.3010,0.01,0.3010 skimped,skimped,1,1,1,1,0.02,0.3010,0.01,0.3010 skims,skims,1,1,1,1,0.02,0.3010,0.01,0.3010 skincare,skincare,1,1,1,1,0.02,0.3010,0.01,0.3010 skinflints,skinflints,1,1,1,1,0.02,0.3010,0.01,0.3010 Skinker,skinker,1,1,0,0,0.02,0.3010,0.01,0.3010 skinners,skinners,1,1,1,1,0.02,0.3010,0.01,0.3010 skinniest,skinniest,1,1,1,1,0.02,0.3010,0.01,0.3010 skippered,skippered,1,1,1,1,0.02,0.3010,0.01,0.3010 skippering,skippering,1,1,1,1,0.02,0.3010,0.01,0.3010 Skirr,skirr,1,1,0,0,0.02,0.3010,0.01,0.3010 skirted,skirted,1,1,1,1,0.02,0.3010,0.01,0.3010 Skirtless,skirtless,1,1,0,0,0.02,0.3010,0.01,0.3010 Skittle,skittle,1,1,0,0,0.02,0.3010,0.01,0.3010 skive,skive,1,1,1,1,0.02,0.3010,0.01,0.3010 skiwies,skiwies,1,1,1,1,0.02,0.3010,0.01,0.3010 Skookum,skookum,1,1,0,0,0.02,0.3010,0.01,0.3010 Skulker,skulker,1,1,0,0,0.02,0.3010,0.01,0.3010 Skullcaps,skullcaps,1,1,0,0,0.02,0.3010,0.01,0.3010 skunkbush,skunkbush,1,1,1,1,0.02,0.3010,0.01,0.3010 Skunkhead,skunkhead,1,1,0,0,0.02,0.3010,0.01,0.3010 skycaps,skycaps,2,1,2,1,0.04,0.4771,0.01,0.3010 Skyhook,skyhook,3,1,0,0,0.06,0.6021,0.01,0.3010 Skyman,skyman,5,1,0,0,0.10,0.7782,0.01,0.3010 skyways,skyways,2,1,2,1,0.04,0.4771,0.01,0.3010 skywriter,skywriter,1,1,1,1,0.02,0.3010,0.01,0.3010 slabbed,slabbed,1,1,1,1,0.02,0.3010,0.01,0.3010 slabbering,slabbering,1,1,1,1,0.02,0.3010,0.01,0.3010 slabby,slabby,1,1,1,1,0.02,0.3010,0.01,0.3010 slacked,slacked,1,1,1,1,0.02,0.3010,0.01,0.3010 slagheap,slagheap,1,1,1,1,0.02,0.3010,0.01,0.3010 Slaker,slaker,1,1,0,0,0.02,0.3010,0.01,0.3010 slaking,slaking,3,1,2,1,0.06,0.6021,0.01,0.3010 slalomed,slalomed,1,1,1,1,0.02,0.3010,0.01,0.3010 slaloming,slaloming,2,1,1,1,0.04,0.4771,0.01,0.3010 slaloms,slaloms,1,1,1,1,0.02,0.3010,0.01,0.3010 slammers,slammers,1,1,1,1,0.02,0.3010,0.01,0.3010 slanderer,slanderer,1,1,1,1,0.02,0.3010,0.01,0.3010 Slane,slane,1,1,0,0,0.02,0.3010,0.01,0.3010 slangs,slangs,1,1,1,1,0.02,0.3010,0.01,0.3010 slantways,slantways,1,1,1,1,0.02,0.3010,0.01,0.3010 slappers,slappers,1,1,1,1,0.02,0.3010,0.01,0.3010 Slapshot,slapshot,1,1,0,0,0.02,0.3010,0.01,0.3010 slapsticky,slapsticky,1,1,1,1,0.02,0.3010,0.01,0.3010 slashers,slashers,1,1,1,1,0.02,0.3010,0.01,0.3010 Slaters,slaters,1,1,0,0,0.02,0.3010,0.01,0.3010 Slating,slating,1,1,0,0,0.02,0.3010,0.01,0.3010 slatted,slatted,1,1,1,1,0.02,0.3010,0.01,0.3010 slaughterers,slaughterers,1,1,1,1,0.02,0.3010,0.01,0.3010 slaughterous,slaughterous,1,1,1,1,0.02,0.3010,0.01,0.3010 Slaughtery,slaughtery,3,1,0,0,0.06,0.6021,0.01,0.3010 slaveholder,slaveholder,2,1,2,1,0.04,0.4771,0.01,0.3010 slaveholders,slaveholders,1,1,1,1,0.02,0.3010,0.01,0.3010 Slavs,slavs,1,1,0,0,0.02,0.3010,0.01,0.3010 sleathy,sleathy,1,1,1,1,0.02,0.3010,0.01,0.3010 sleekest,sleekest,1,1,1,1,0.02,0.3010,0.01,0.3010 sleeky,sleeky,1,1,1,1,0.02,0.3010,0.01,0.3010 Sleepwear,sleepwear,1,1,0,0,0.02,0.3010,0.01,0.3010 sleety,sleety,1,1,1,1,0.02,0.3010,0.01,0.3010 sleeving,sleeving,1,1,1,1,0.02,0.3010,0.01,0.3010 sleezy,sleezy,1,1,1,1,0.02,0.3010,0.01,0.3010 sleuthhound,sleuthhound,1,1,1,1,0.02,0.3010,0.01,0.3010 sleuths,sleuths,2,1,1,1,0.04,0.4771,0.01,0.3010 slews,slews,1,1,1,1,0.02,0.3010,0.01,0.3010 slickens,slickens,1,1,1,1,0.02,0.3010,0.01,0.3010 slickered,slickered,1,1,1,1,0.02,0.3010,0.01,0.3010 slickery,slickery,1,1,1,1,0.02,0.3010,0.01,0.3010 slicking,slicking,1,1,1,1,0.02,0.3010,0.01,0.3010 slighter,slighter,1,1,1,1,0.02,0.3010,0.01,0.3010 slightingly,slightingly,1,1,1,1,0.02,0.3010,0.01,0.3010 slightness,slightness,1,1,1,1,0.02,0.3010,0.01,0.3010 slimes,slimes,1,1,1,1,0.02,0.3010,0.01,0.3010 slimier,slimier,2,1,2,1,0.04,0.4771,0.01,0.3010 slimline,slimline,1,1,1,1,0.02,0.3010,0.01,0.3010 Sline,sline,4,1,0,0,0.08,0.6990,0.01,0.3010 slingback,slingback,2,1,2,1,0.04,0.4771,0.01,0.3010 slinkiest,slinkiest,1,1,1,1,0.02,0.3010,0.01,0.3010 slipknots,slipknots,1,1,1,1,0.02,0.3010,0.01,0.3010 slippered,slippered,1,1,1,1,0.02,0.3010,0.01,0.3010 slipperier,slipperier,1,1,1,1,0.02,0.3010,0.01,0.3010 slipperiest,slipperiest,1,1,1,1,0.02,0.3010,0.01,0.3010 slipups,slipups,1,1,1,1,0.02,0.3010,0.01,0.3010 slipway,slipway,2,1,2,1,0.04,0.4771,0.01,0.3010 slitch,slitch,2,1,2,1,0.04,0.4771,0.01,0.3010 slithy,slithy,2,1,2,1,0.04,0.4771,0.01,0.3010 slitted,slitted,1,1,1,1,0.02,0.3010,0.01,0.3010 slivered,slivered,1,1,1,1,0.02,0.3010,0.01,0.3010 Slobbers,slobbers,1,1,0,0,0.02,0.3010,0.01,0.3010 Slod,slod,3,1,0,0,0.06,0.6021,0.01,0.3010 slogs,slogs,1,1,1,1,0.02,0.3010,0.01,0.3010 Sloper,sloper,38,1,0,0,0.75,1.5911,0.01,0.3010 slothfulness,slothfulness,2,1,1,1,0.04,0.4771,0.01,0.3010 slouchy,slouchy,1,1,1,1,0.02,0.3010,0.01,0.3010 sloven,sloven,1,1,1,1,0.02,0.3010,0.01,0.3010 Slovenian,slovenian,1,1,0,0,0.02,0.3010,0.01,0.3010 slowdowns,slowdowns,1,1,1,1,0.02,0.3010,0.01,0.3010 slugfests,slugfests,1,1,1,1,0.02,0.3010,0.01,0.3010 sluggards,sluggards,1,1,1,1,0.02,0.3010,0.01,0.3010 sluiced,sluiced,1,1,1,1,0.02,0.3010,0.01,0.3010 sluices,sluices,1,1,1,1,0.02,0.3010,0.01,0.3010 slumberer,slumberer,1,1,1,1,0.02,0.3010,0.01,0.3010 slumberous,slumberous,1,1,1,1,0.02,0.3010,0.01,0.3010 slummers,slummers,1,1,1,1,0.02,0.3010,0.01,0.3010 slurped,slurped,1,1,1,1,0.02,0.3010,0.01,0.3010 slurry,slurry,2,1,2,1,0.04,0.4771,0.01,0.3010 slushed,slushed,1,1,1,1,0.02,0.3010,0.01,0.3010 Slusher,slusher,1,1,0,0,0.02,0.3010,0.01,0.3010 sluttier,sluttier,1,1,1,1,0.02,0.3010,0.01,0.3010 slyboots,slyboots,1,1,1,1,0.02,0.3010,0.01,0.3010 slyer,slyer,1,1,1,1,0.02,0.3010,0.01,0.3010 slyly,slyly,1,1,1,1,0.02,0.3010,0.01,0.3010 smashingly,smashingly,2,1,1,1,0.04,0.4771,0.01,0.3010 smashups,smashups,1,1,1,1,0.02,0.3010,0.01,0.3010 smearcase,smearcase,1,1,1,1,0.02,0.3010,0.01,0.3010 smearer,smearer,1,1,1,1,0.02,0.3010,0.01,0.3010 smeariness,smeariness,1,1,1,1,0.02,0.3010,0.01,0.3010 Smeeks,smeeks,1,1,0,0,0.02,0.3010,0.01,0.3010 smellier,smellier,1,1,1,1,0.02,0.3010,0.01,0.3010 smelliest,smelliest,1,1,1,1,0.02,0.3010,0.01,0.3010 Smelters,smelters,5,1,0,0,0.10,0.7782,0.01,0.3010 Smew,smew,1,1,0,0,0.02,0.3010,0.01,0.3010 smidgin,smidgin,2,1,2,1,0.04,0.4771,0.01,0.3010 smilingly,smilingly,5,1,3,1,0.10,0.7782,0.01,0.3010 Smilodon,smilodon,1,1,0,0,0.02,0.3010,0.01,0.3010 smily,smily,1,1,1,1,0.02,0.3010,0.01,0.3010 smirked,smirked,1,1,1,1,0.02,0.3010,0.01,0.3010 smitch,smitch,2,1,2,1,0.04,0.4771,0.01,0.3010 smiter,smiter,2,1,2,1,0.04,0.4771,0.01,0.3010 smites,smites,1,1,1,1,0.02,0.3010,0.01,0.3010 Smither,smither,1,1,0,0,0.02,0.3010,0.01,0.3010 smithereen,smithereen,1,1,1,1,0.02,0.3010,0.01,0.3010 smithies,smithies,1,1,1,1,0.02,0.3010,0.01,0.3010 Sml,sml,5,1,0,0,0.10,0.7782,0.01,0.3010 smokestacks,smokestacks,2,1,2,1,0.04,0.4771,0.01,0.3010 smokier,smokier,1,1,1,1,0.02,0.3010,0.01,0.3010 smokings,smokings,1,1,1,1,0.02,0.3010,0.01,0.3010 smooches,smooches,1,1,1,1,0.02,0.3010,0.01,0.3010 smoothbore,smoothbore,1,1,1,1,0.02,0.3010,0.01,0.3010 Smooths,smooths,1,1,0,0,0.02,0.3010,0.01,0.3010 smoothy,smoothy,1,1,1,1,0.02,0.3010,0.01,0.3010 Smore,smore,1,1,0,0,0.02,0.3010,0.01,0.3010 smothery,smothery,1,1,1,1,0.02,0.3010,0.01,0.3010 smoulder,smoulder,1,1,1,1,0.02,0.3010,0.01,0.3010 Smudgeproof,smudgeproof,1,1,0,0,0.02,0.3010,0.01,0.3010 Smudgy,smudgy,1,1,0,0,0.02,0.3010,0.01,0.3010 smugger,smugger,1,1,1,1,0.02,0.3010,0.01,0.3010 Smyth,smyth,11,1,0,0,0.22,1.0792,0.01,0.3010 snaffle,snaffle,1,1,1,1,0.02,0.3010,0.01,0.3010 snaffles,snaffles,1,1,1,1,0.02,0.3010,0.01,0.3010 snafued,snafued,1,1,1,1,0.02,0.3010,0.01,0.3010 snaggy,snaggy,2,1,1,1,0.04,0.4771,0.01,0.3010 Snaith,snaith,1,1,0,0,0.02,0.3010,0.01,0.3010 snakelike,snakelike,1,1,1,1,0.02,0.3010,0.01,0.3010 snaker,snaker,1,1,1,1,0.02,0.3010,0.01,0.3010 snakeroot,snakeroot,2,1,1,1,0.04,0.4771,0.01,0.3010 snakey,snakey,1,1,1,1,0.02,0.3010,0.01,0.3010 Snapdragon,snapdragon,1,1,0,0,0.02,0.3010,0.01,0.3010 snappishness,snappishness,1,1,1,1,0.02,0.3010,0.01,0.3010 snarliest,snarliest,1,1,1,1,0.02,0.3010,0.01,0.3010 snazzier,snazzier,1,1,1,1,0.02,0.3010,0.01,0.3010 Snead,snead,1,1,0,0,0.02,0.3010,0.01,0.3010 snee,snee,1,1,1,1,0.02,0.3010,0.01,0.3010 snew,snew,3,1,2,1,0.06,0.6021,0.01,0.3010 snib,snib,1,1,1,1,0.02,0.3010,0.01,0.3010 Snibbed,snibbed,1,1,0,0,0.02,0.3010,0.01,0.3010 snick,snick,1,1,1,1,0.02,0.3010,0.01,0.3010 snicked,snicked,1,1,1,1,0.02,0.3010,0.01,0.3010 snickered,snickered,1,1,1,1,0.02,0.3010,0.01,0.3010 Snicket,snicket,1,1,0,0,0.02,0.3010,0.01,0.3010 sniffled,sniffled,1,1,1,1,0.02,0.3010,0.01,0.3010 snigger,snigger,1,1,1,1,0.02,0.3010,0.01,0.3010 sniggered,sniggered,1,1,1,1,0.02,0.3010,0.01,0.3010 snippety,snippety,2,1,2,1,0.04,0.4771,0.01,0.3010 snitchy,snitchy,1,1,1,1,0.02,0.3010,0.01,0.3010 snits,snits,1,1,1,1,0.02,0.3010,0.01,0.3010 snively,snively,1,1,1,1,0.02,0.3010,0.01,0.3010 snobberies,snobberies,1,1,1,1,0.02,0.3010,0.01,0.3010 snobbiest,snobbiest,1,1,1,1,0.02,0.3010,0.01,0.3010 snock,snock,1,1,1,1,0.02,0.3010,0.01,0.3010 Snod,snod,1,1,0,0,0.02,0.3010,0.01,0.3010 snogged,snogged,1,1,1,1,0.02,0.3010,0.01,0.3010 Snogs,snogs,1,1,0,0,0.02,0.3010,0.01,0.3010 snootiest,snootiest,2,1,2,1,0.04,0.4771,0.01,0.3010 snoozers,snoozers,1,1,1,1,0.02,0.3010,0.01,0.3010 snorer,snorer,1,1,1,1,0.02,0.3010,0.01,0.3010 snorers,snorers,1,1,1,1,0.02,0.3010,0.01,0.3010 snorkels,snorkels,1,1,1,1,0.02,0.3010,0.01,0.3010 snortle,snortle,1,1,1,1,0.02,0.3010,0.01,0.3010 snotter,snotter,1,1,1,1,0.02,0.3010,0.01,0.3010 snowbelt,snowbelt,1,1,1,1,0.02,0.3010,0.01,0.3010 snowberry,snowberry,1,1,1,1,0.02,0.3010,0.01,0.3010 snowbird,snowbird,1,1,1,1,0.02,0.3010,0.01,0.3010 snowblowers,snowblowers,2,1,2,1,0.04,0.4771,0.01,0.3010 snowcap,snowcap,1,1,1,1,0.02,0.3010,0.01,0.3010 snowcaps,snowcaps,1,1,1,1,0.02,0.3010,0.01,0.3010 Snowdrop,snowdrop,1,1,0,0,0.02,0.3010,0.01,0.3010 snowfalls,snowfalls,1,1,1,1,0.02,0.3010,0.01,0.3010 Snowfield,snowfield,3,1,0,0,0.06,0.6021,0.01,0.3010 snowmobilers,snowmobilers,2,1,2,1,0.04,0.4771,0.01,0.3010 snowmobiling,snowmobiling,1,1,1,1,0.02,0.3010,0.01,0.3010 snowshoeing,snowshoeing,6,1,6,1,0.12,0.8451,0.01,0.3010 snubby,snubby,6,1,5,1,0.12,0.8451,0.01,0.3010 snuffing,snuffing,1,1,1,1,0.02,0.3010,0.01,0.3010 snuffling,snuffling,1,1,1,1,0.02,0.3010,0.01,0.3010 Snugged,snugged,1,1,0,0,0.02,0.3010,0.01,0.3010 snugger,snugger,1,1,1,1,0.02,0.3010,0.01,0.3010 Snugs,snugs,1,1,0,0,0.02,0.3010,0.01,0.3010 Snup,snup,1,1,0,0,0.02,0.3010,0.01,0.3010 Soaker,soaker,1,1,0,0,0.02,0.3010,0.01,0.3010 Soaky,soaky,1,1,0,0,0.02,0.3010,0.01,0.3010 soapstone,soapstone,2,1,2,1,0.04,0.4771,0.01,0.3010 Soapwort,soapwort,1,1,0,0,0.02,0.3010,0.01,0.3010 Soave,soave,2,1,0,0,0.04,0.4771,0.01,0.3010 sobbingly,sobbingly,1,1,1,1,0.02,0.3010,0.01,0.3010 soberness,soberness,1,1,1,1,0.02,0.3010,0.01,0.3010 sobersides,sobersides,1,1,1,1,0.02,0.3010,0.01,0.3010 sobriquet,sobriquet,1,1,1,1,0.02,0.3010,0.01,0.3010 sociably,sociably,1,1,1,1,0.02,0.3010,0.01,0.3010 socialises,socialises,1,1,1,1,0.02,0.3010,0.01,0.3010 societally,societally,1,1,1,1,0.02,0.3010,0.01,0.3010 Societe,societe,1,1,0,0,0.02,0.3010,0.01,0.3010 Socioeconomically,socioeconomically,1,1,0,0,0.02,0.3010,0.01,0.3010 sociopolitical,sociopolitical,1,1,1,1,0.02,0.3010,0.01,0.3010 sociopsychological,sociopsychological,1,1,1,1,0.02,0.3010,0.01,0.3010 socker,socker,1,1,1,1,0.02,0.3010,0.01,0.3010 sockless,sockless,1,1,1,1,0.02,0.3010,0.01,0.3010 Soco,soco,1,1,0,0,0.02,0.3010,0.01,0.3010 sody,sody,1,1,1,1,0.02,0.3010,0.01,0.3010 sofar,sofar,1,1,1,1,0.02,0.3010,0.01,0.3010 softballs,softballs,1,1,1,1,0.02,0.3010,0.01,0.3010 softcover,softcover,2,1,2,1,0.04,0.4771,0.01,0.3010 softnesses,softnesses,1,1,1,1,0.02,0.3010,0.01,0.3010 softwood,softwood,1,1,1,1,0.02,0.3010,0.01,0.3010 Sog,sog,1,1,0,0,0.02,0.3010,0.01,0.3010 soggier,soggier,1,1,1,1,0.02,0.3010,0.01,0.3010 Soko,soko,1,1,0,0,0.02,0.3010,0.01,0.3010 Solano,solano,1,1,0,0,0.02,0.3010,0.01,0.3010 soldados,soldados,1,1,1,1,0.02,0.3010,0.01,0.3010 soldat,soldat,1,1,1,1,0.02,0.3010,0.01,0.3010 solemnify,solemnify,1,1,1,1,0.02,0.3010,0.01,0.3010 solemnize,solemnize,1,1,1,1,0.02,0.3010,0.01,0.3010 solenite,solenite,1,1,1,1,0.02,0.3010,0.01,0.3010 Solera,solera,1,1,0,0,0.02,0.3010,0.01,0.3010 Solferino,solferino,2,1,0,0,0.04,0.4771,0.01,0.3010 solicits,solicits,1,1,1,1,0.02,0.3010,0.01,0.3010 solidi,solidi,1,1,1,1,0.02,0.3010,0.01,0.3010 solidifies,solidifies,1,1,1,1,0.02,0.3010,0.01,0.3010 soliloquies,soliloquies,3,1,3,1,0.06,0.6021,0.01,0.3010 Solipsism,solipsism,6,1,0,0,0.12,0.8451,0.01,0.3010 Soliterraneous,soliterraneous,1,1,0,0,0.02,0.3010,0.01,0.3010 soloists,soloists,1,1,1,1,0.02,0.3010,0.01,0.3010 Somali,somali,1,1,0,0,0.02,0.3010,0.01,0.3010 somedays,somedays,1,1,1,1,0.02,0.3010,0.01,0.3010 somersaulted,somersaulted,1,1,1,1,0.02,0.3010,0.01,0.3010 somewhen,somewhen,1,1,1,1,0.02,0.3010,0.01,0.3010 somnambulant,somnambulant,1,1,1,1,0.02,0.3010,0.01,0.3010 somnambular,somnambular,1,1,1,1,0.02,0.3010,0.01,0.3010 somnambulism,somnambulism,1,1,1,1,0.02,0.3010,0.01,0.3010 somnambulistic,somnambulistic,1,1,1,1,0.02,0.3010,0.01,0.3010 somnolent,somnolent,1,1,1,1,0.02,0.3010,0.01,0.3010 sonagram,sonagram,1,1,1,1,0.02,0.3010,0.01,0.3010 sonarman,sonarman,1,1,1,1,0.02,0.3010,0.01,0.3010 sonars,sonars,1,1,1,1,0.02,0.3010,0.01,0.3010 Sond,sond,1,1,0,0,0.02,0.3010,0.01,0.3010 songsters,songsters,1,1,1,1,0.02,0.3010,0.01,0.3010 Soniferous,soniferous,1,1,0,0,0.02,0.3010,0.01,0.3010 sonorous,sonorous,2,1,1,1,0.04,0.4771,0.01,0.3010 Soogan,soogan,1,1,0,0,0.02,0.3010,0.01,0.3010 Sooky,sooky,2,1,0,0,0.04,0.4771,0.01,0.3010 sool,sool,1,1,1,1,0.02,0.3010,0.01,0.3010 soonish,soonish,2,1,2,1,0.04,0.4771,0.01,0.3010 Soony,soony,21,1,0,0,0.41,1.3424,0.01,0.3010 soothingly,soothingly,1,1,1,1,0.02,0.3010,0.01,0.3010 Soothingness,soothingness,3,1,0,0,0.06,0.6021,0.01,0.3010 Sooths,sooths,1,1,0,0,0.02,0.3010,0.01,0.3010 Soothsaying,soothsaying,1,1,0,0,0.02,0.3010,0.01,0.3010 sooting,sooting,1,1,1,1,0.02,0.3010,0.01,0.3010 sophisticator,sophisticator,1,1,1,1,0.02,0.3010,0.01,0.3010 Sophrosyne,sophrosyne,1,1,0,0,0.02,0.3010,0.01,0.3010 sops,sops,1,1,1,1,0.02,0.3010,0.01,0.3010 sorbic,sorbic,1,1,1,1,0.02,0.3010,0.01,0.3010 Sord,sord,5,1,0,0,0.10,0.7782,0.01,0.3010 sorda,sorda,1,1,1,1,0.02,0.3010,0.01,0.3010 Sordo,sordo,18,1,0,0,0.35,1.2788,0.01,0.3010 Sorehead,sorehead,1,1,0,0,0.02,0.3010,0.01,0.3010 Sorren,sorren,3,1,0,0,0.06,0.6021,0.01,0.3010 sorriness,sorriness,1,1,1,1,0.02,0.3010,0.01,0.3010 Soss,soss,1,1,0,0,0.02,0.3010,0.01,0.3010 sotted,sotted,1,1,1,1,0.02,0.3010,0.01,0.3010 Soubise,soubise,2,1,0,0,0.04,0.4771,0.01,0.3010 Souchet,souchet,1,1,0,0,0.02,0.3010,0.01,0.3010 souk,souk,1,1,1,1,0.02,0.3010,0.01,0.3010 souled,souled,2,1,2,1,0.04,0.4771,0.01,0.3010 soulfulness,soulfulness,1,1,1,1,0.02,0.3010,0.01,0.3010 soulmates,soulmates,2,1,1,1,0.04,0.4771,0.01,0.3010 soundest,soundest,1,1,1,1,0.02,0.3010,0.01,0.3010 Soundless,soundless,1,1,0,0,0.02,0.3010,0.01,0.3010 sourcing,sourcing,1,1,1,1,0.02,0.3010,0.01,0.3010 sourdine,sourdine,1,1,1,1,0.02,0.3010,0.01,0.3010 sourer,sourer,1,1,1,1,0.02,0.3010,0.01,0.3010 sourest,sourest,1,1,1,1,0.02,0.3010,0.01,0.3010 sourly,sourly,1,1,1,1,0.02,0.3010,0.01,0.3010 sousaphones,sousaphones,2,1,2,1,0.04,0.4771,0.01,0.3010 Souter,souter,1,1,0,0,0.02,0.3010,0.01,0.3010 Southdown,southdown,1,1,0,0,0.02,0.3010,0.01,0.3010 southeasterly,southeasterly,1,1,1,1,0.02,0.3010,0.01,0.3010 Souther,souther,1,1,0,0,0.02,0.3010,0.01,0.3010 southing,southing,2,1,2,1,0.04,0.4771,0.01,0.3010 Southrons,southrons,1,1,0,0,0.02,0.3010,0.01,0.3010 southwards,southwards,1,1,1,1,0.02,0.3010,0.01,0.3010 spaceless,spaceless,1,1,1,1,0.02,0.3010,0.01,0.3010 spacetime,spacetime,1,1,1,1,0.02,0.3010,0.01,0.3010 spacier,spacier,1,1,1,1,0.02,0.3010,0.01,0.3010 spaciness,spaciness,1,1,1,1,0.02,0.3010,0.01,0.3010 spacings,spacings,1,1,1,1,0.02,0.3010,0.01,0.3010 spackling,spackling,1,1,1,1,0.02,0.3010,0.01,0.3010 spacy,spacy,1,1,1,1,0.02,0.3010,0.01,0.3010 spading,spading,1,1,1,1,0.02,0.3010,0.01,0.3010 spall,spall,4,1,3,1,0.08,0.6990,0.01,0.3010 spams,spams,1,1,1,1,0.02,0.3010,0.01,0.3010 spangly,spangly,1,1,1,1,0.02,0.3010,0.01,0.3010 spankers,spankers,1,1,1,1,0.02,0.3010,0.01,0.3010 spankingly,spankingly,1,1,1,1,0.02,0.3010,0.01,0.3010 spareness,spareness,1,1,1,1,0.02,0.3010,0.01,0.3010 sparest,sparest,1,1,1,1,0.02,0.3010,0.01,0.3010 sparker,sparker,2,1,2,1,0.04,0.4771,0.01,0.3010 Sparkier,sparkier,1,1,0,0,0.02,0.3010,0.01,0.3010 sparkplug,sparkplug,1,1,1,1,0.02,0.3010,0.01,0.3010 sparrowgrass,sparrowgrass,1,1,1,1,0.02,0.3010,0.01,0.3010 sparser,sparser,1,1,1,1,0.02,0.3010,0.01,0.3010 spasmodically,spasmodically,1,1,1,1,0.02,0.3010,0.01,0.3010 spatted,spatted,1,1,1,1,0.02,0.3010,0.01,0.3010 spattering,spattering,1,1,1,1,0.02,0.3010,0.01,0.3010 spatulate,spatulate,1,1,1,1,0.02,0.3010,0.01,0.3010 spavins,spavins,1,1,1,1,0.02,0.3010,0.01,0.3010 speakable,speakable,1,1,1,1,0.02,0.3010,0.01,0.3010 speakies,speakies,1,1,1,1,0.02,0.3010,0.01,0.3010 spearfishing,spearfishing,1,1,1,1,0.02,0.3010,0.01,0.3010 spearman,spearman,1,1,1,1,0.02,0.3010,0.01,0.3010 specced,specced,1,1,1,1,0.02,0.3010,0.01,0.3010 specialer,specialer,1,1,1,1,0.02,0.3010,0.01,0.3010 specialisation,specialisation,1,1,1,1,0.02,0.3010,0.01,0.3010 specialising,specialising,1,1,1,1,0.02,0.3010,0.01,0.3010 speciesism,speciesism,3,1,3,1,0.06,0.6021,0.01,0.3010 specifying,specifying,1,1,1,1,0.02,0.3010,0.01,0.3010 speciousness,speciousness,1,1,1,1,0.02,0.3010,0.01,0.3010 speckles,speckles,3,1,3,1,0.06,0.6021,0.01,0.3010 speckly,speckly,2,1,1,1,0.04,0.4771,0.01,0.3010 spectating,spectating,1,1,1,1,0.02,0.3010,0.01,0.3010 specting,specting,1,1,1,1,0.02,0.3010,0.01,0.3010 spectrogram,spectrogram,1,1,1,1,0.02,0.3010,0.01,0.3010 spectrometers,spectrometers,1,1,1,1,0.02,0.3010,0.01,0.3010 spectrophotometric,spectrophotometric,1,1,1,1,0.02,0.3010,0.01,0.3010 speechcraft,speechcraft,1,1,1,1,0.02,0.3010,0.01,0.3010 speechify,speechify,1,1,1,1,0.02,0.3010,0.01,0.3010 Speedup,speedup,1,1,0,0,0.02,0.3010,0.01,0.3010 spellchecking,spellchecking,3,1,3,1,0.06,0.6021,0.01,0.3010 Spencerian,spencerian,2,1,0,0,0.04,0.4771,0.01,0.3010 Spences,spences,2,1,0,0,0.04,0.4771,0.01,0.3010 Spendable,spendable,1,1,0,0,0.02,0.3010,0.01,0.3010 spermaceti,spermaceti,6,1,6,1,0.12,0.8451,0.01,0.3010 spermatogenesis,spermatogenesis,4,1,3,1,0.08,0.6990,0.01,0.3010 spermatozoan,spermatozoan,1,1,1,1,0.02,0.3010,0.01,0.3010 spermic,spermic,1,1,1,1,0.02,0.3010,0.01,0.3010 spermy,spermy,1,1,1,1,0.02,0.3010,0.01,0.3010 Sphecius,sphecius,1,1,0,0,0.02,0.3010,0.01,0.3010 Sphenoidal,sphenoidal,1,1,0,0,0.02,0.3010,0.01,0.3010 spheroids,spheroids,1,1,1,1,0.02,0.3010,0.01,0.3010 Sphingid,sphingid,1,1,0,0,0.02,0.3010,0.01,0.3010 sphygmomanometer,sphygmomanometer,1,1,1,1,0.02,0.3010,0.01,0.3010 spiccato,spiccato,1,1,1,1,0.02,0.3010,0.01,0.3010 Spicey,spicey,2,1,0,0,0.04,0.4771,0.01,0.3010 spicula,spicula,1,1,1,1,0.02,0.3010,0.01,0.3010 spieler,spieler,1,1,1,1,0.02,0.3010,0.01,0.3010 spiketail,spiketail,2,1,2,1,0.04,0.4771,0.01,0.3010 spikier,spikier,1,1,1,1,0.02,0.3010,0.01,0.3010 Spillages,spillages,1,1,0,0,0.02,0.3010,0.01,0.3010 spinals,spinals,1,1,1,1,0.02,0.3010,0.01,0.3010 Spindler,spindler,8,1,0,0,0.16,0.9542,0.01,0.3010 spindling,spindling,1,1,1,1,0.02,0.3010,0.01,0.3010 spinelessness,spinelessness,1,1,1,1,0.02,0.3010,0.01,0.3010 spinneys,spinneys,4,1,4,1,0.08,0.6990,0.01,0.3010 Spira,spira,1,1,0,0,0.02,0.3010,0.01,0.3010 spiracles,spiracles,2,1,1,1,0.04,0.4771,0.01,0.3010 spiraea,spiraea,1,1,1,1,0.02,0.3010,0.01,0.3010 Spiritland,spiritland,1,1,0,0,0.02,0.3010,0.01,0.3010 spiritless,spiritless,1,1,1,1,0.02,0.3010,0.01,0.3010 spiritualistic,spiritualistic,1,1,1,1,0.02,0.3010,0.01,0.3010 Spiritualize,spiritualize,1,1,0,0,0.02,0.3010,0.01,0.3010 spirograph,spirograph,1,1,1,1,0.02,0.3010,0.01,0.3010 spirometry,spirometry,1,1,1,1,0.02,0.3010,0.01,0.3010 spirt,spirt,1,1,1,1,0.02,0.3010,0.01,0.3010 spited,spited,1,1,1,1,0.02,0.3010,0.01,0.3010 spitefully,spitefully,1,1,1,1,0.02,0.3010,0.01,0.3010 spiting,spiting,1,1,1,1,0.02,0.3010,0.01,0.3010 spitten,spitten,1,1,1,1,0.02,0.3010,0.01,0.3010 spitters,spitters,1,1,1,1,0.02,0.3010,0.01,0.3010 splats,splats,1,1,1,1,0.02,0.3010,0.01,0.3010 spleeny,spleeny,1,1,1,1,0.02,0.3010,0.01,0.3010 Splendours,splendours,1,1,0,0,0.02,0.3010,0.01,0.3010 Splenectomies,splenectomies,1,1,0,0,0.02,0.3010,0.01,0.3010 Splet,splet,2,1,0,0,0.04,0.4771,0.01,0.3010 splicer,splicer,1,1,1,1,0.02,0.3010,0.01,0.3010 spliffs,spliffs,1,1,1,1,0.02,0.3010,0.01,0.3010 spline,spline,1,1,1,1,0.02,0.3010,0.01,0.3010 sploshing,sploshing,2,1,1,1,0.04,0.4771,0.01,0.3010 splotched,splotched,1,1,1,1,0.02,0.3010,0.01,0.3010 splotchy,splotchy,1,1,1,1,0.02,0.3010,0.01,0.3010 splurgy,splurgy,1,1,1,1,0.02,0.3010,0.01,0.3010 splutter,splutter,1,1,1,1,0.02,0.3010,0.01,0.3010 spluttered,spluttered,1,1,1,1,0.02,0.3010,0.01,0.3010 spoked,spoked,1,1,1,1,0.02,0.3010,0.01,0.3010 spoliation,spoliation,1,1,1,1,0.02,0.3010,0.01,0.3010 spondulicks,spondulicks,1,1,1,1,0.02,0.3010,0.01,0.3010 spongers,spongers,2,1,2,1,0.04,0.4771,0.01,0.3010 spongier,spongier,1,1,1,1,0.02,0.3010,0.01,0.3010 sponsibility,sponsibility,1,1,1,1,0.02,0.3010,0.01,0.3010 spoofed,spoofed,1,1,1,1,0.02,0.3010,0.01,0.3010 spookies,spookies,1,1,1,1,0.02,0.3010,0.01,0.3010 spooled,spooled,1,1,1,1,0.02,0.3010,0.01,0.3010 Spooling,spooling,1,1,0,0,0.02,0.3010,0.01,0.3010 spoonbill,spoonbill,1,1,1,1,0.02,0.3010,0.01,0.3010 Spoony,spoony,1,1,0,0,0.02,0.3010,0.01,0.3010 sported,sported,1,1,1,1,0.02,0.3010,0.01,0.3010 sportiest,sportiest,1,1,1,1,0.02,0.3010,0.01,0.3010 sportily,sportily,1,1,1,1,0.02,0.3010,0.01,0.3010 sportingly,sportingly,1,1,1,1,0.02,0.3010,0.01,0.3010 Sportscast,sportscast,2,1,0,0,0.04,0.4771,0.01,0.3010 Sportscasters,sportscasters,1,1,0,0,0.02,0.3010,0.01,0.3010 sportswriting,sportswriting,1,1,1,1,0.02,0.3010,0.01,0.3010 spotlessly,spotlessly,1,1,1,1,0.02,0.3010,0.01,0.3010 spottiest,spottiest,1,1,1,1,0.02,0.3010,0.01,0.3010 spraddle,spraddle,1,1,1,1,0.02,0.3010,0.01,0.3010 sprawls,sprawls,1,1,1,1,0.02,0.3010,0.01,0.3010 Sprayers,sprayers,1,1,0,0,0.02,0.3010,0.01,0.3010 spreadeagled,spreadeagled,2,1,2,1,0.04,0.4771,0.01,0.3010 springbok,springbok,1,1,1,1,0.02,0.3010,0.01,0.3010 springiest,springiest,2,1,2,1,0.04,0.4771,0.01,0.3010 Sprink,sprink,1,1,0,0,0.02,0.3010,0.01,0.3010 Sprinted,sprinted,1,1,0,0,0.02,0.3010,0.01,0.3010 sprit,sprit,1,1,1,1,0.02,0.3010,0.01,0.3010 spritsail,spritsail,1,1,1,1,0.02,0.3010,0.01,0.3010 spritzing,spritzing,1,1,1,1,0.02,0.3010,0.01,0.3010 sprog,sprog,1,1,1,1,0.02,0.3010,0.01,0.3010 Sprong,sprong,1,1,0,0,0.02,0.3010,0.01,0.3010 sprucier,sprucier,1,1,1,1,0.02,0.3010,0.01,0.3010 spudded,spudded,3,1,3,1,0.06,0.6021,0.01,0.3010 spunkier,spunkier,1,1,1,1,0.02,0.3010,0.01,0.3010 spurge,spurge,2,1,2,1,0.04,0.4771,0.01,0.3010 spurning,spurning,1,1,1,1,0.02,0.3010,0.01,0.3010 spurted,spurted,1,1,1,1,0.02,0.3010,0.01,0.3010 Sputniks,sputniks,1,1,0,0,0.02,0.3010,0.01,0.3010 sputtery,sputtery,1,1,1,1,0.02,0.3010,0.01,0.3010 spymasters,spymasters,1,1,1,1,0.02,0.3010,0.01,0.3010 spyware,spyware,4,1,3,1,0.08,0.6990,0.01,0.3010 squalled,squalled,1,1,1,1,0.02,0.3010,0.01,0.3010 squally,squally,1,1,1,1,0.02,0.3010,0.01,0.3010 Squam,squam,1,1,0,0,0.02,0.3010,0.01,0.3010 squamosal,squamosal,1,1,1,1,0.02,0.3010,0.01,0.3010 squamous,squamous,1,1,1,1,0.02,0.3010,0.01,0.3010 squanders,squanders,1,1,1,1,0.02,0.3010,0.01,0.3010 squashers,squashers,3,1,3,1,0.06,0.6021,0.01,0.3010 squashes,squashes,1,1,1,1,0.02,0.3010,0.01,0.3010 squawker,squawker,1,1,1,1,0.02,0.3010,0.01,0.3010 squdge,squdge,2,1,2,1,0.04,0.4771,0.01,0.3010 squeamishly,squeamishly,1,1,1,1,0.02,0.3010,0.01,0.3010 squeezers,squeezers,1,1,1,1,0.02,0.3010,0.01,0.3010 squelches,squelches,1,1,1,1,0.02,0.3010,0.01,0.3010 squelchy,squelchy,1,1,1,1,0.02,0.3010,0.01,0.3010 squills,squills,4,1,4,1,0.08,0.6990,0.01,0.3010 squinch,squinch,1,1,1,1,0.02,0.3010,0.01,0.3010 squinched,squinched,1,1,1,1,0.02,0.3010,0.01,0.3010 squinters,squinters,1,1,1,1,0.02,0.3010,0.01,0.3010 squintier,squintier,1,1,1,1,0.02,0.3010,0.01,0.3010 squired,squired,3,1,2,1,0.06,0.6021,0.01,0.3010 squireen,squireen,2,1,1,1,0.04,0.4771,0.01,0.3010 squirreling,squirreling,1,1,1,1,0.02,0.3010,0.01,0.3010 squirrely,squirrely,1,1,1,1,0.02,0.3010,0.01,0.3010 squishier,squishier,1,1,1,1,0.02,0.3010,0.01,0.3010 squoosh,squoosh,1,1,1,1,0.02,0.3010,0.01,0.3010 Ssu,ssu,8,1,0,0,0.16,0.9542,0.01,0.3010 stabbers,stabbers,1,1,1,1,0.02,0.3010,0.01,0.3010 stabilises,stabilises,1,1,1,1,0.02,0.3010,0.01,0.3010 stabilities,stabilities,1,1,1,1,0.02,0.3010,0.01,0.3010 stableboy,stableboy,2,1,2,1,0.04,0.4771,0.01,0.3010 stableman,stableman,1,1,1,1,0.02,0.3010,0.01,0.3010 Stabler,stabler,1,1,0,0,0.02,0.3010,0.01,0.3010 stablest,stablest,1,1,1,1,0.02,0.3010,0.01,0.3010 stably,stably,1,1,1,1,0.02,0.3010,0.01,0.3010 Stad,stad,1,1,0,0,0.02,0.3010,0.01,0.3010 Stades,stades,1,1,0,0,0.02,0.3010,0.01,0.3010 Stagecraft,stagecraft,1,1,0,0,0.02,0.3010,0.01,0.3010 stagestruck,stagestruck,2,1,2,1,0.04,0.4771,0.01,0.3010 stagey,stagey,1,1,1,1,0.02,0.3010,0.01,0.3010 staggard,staggard,1,1,1,1,0.02,0.3010,0.01,0.3010 Staggy,staggy,1,1,0,0,0.02,0.3010,0.01,0.3010 stagnated,stagnated,1,1,1,1,0.02,0.3010,0.01,0.3010 stainable,stainable,1,1,1,1,0.02,0.3010,0.01,0.3010 stakeholders,stakeholders,1,1,1,1,0.02,0.3010,0.01,0.3010 stalagmite,stalagmite,1,1,1,1,0.02,0.3010,0.01,0.3010 stalagmites,stalagmites,1,1,1,1,0.02,0.3010,0.01,0.3010 stalemated,stalemated,1,1,1,1,0.02,0.3010,0.01,0.3010 staleness,staleness,1,1,1,1,0.02,0.3010,0.01,0.3010 staler,staler,1,1,1,1,0.02,0.3010,0.01,0.3010 Stalinism,stalinism,1,1,0,0,0.02,0.3010,0.01,0.3010 Staller,staller,4,1,0,0,0.08,0.6990,0.01,0.3010 Stallman,stallman,13,1,0,0,0.25,1.1461,0.01,0.3010 stamens,stamens,1,1,1,1,0.02,0.3010,0.01,0.3010 stammerers,stammerers,1,1,1,1,0.02,0.3010,0.01,0.3010 Stampers,stampers,3,1,0,0,0.06,0.6021,0.01,0.3010 stanch,stanch,1,1,1,1,0.02,0.3010,0.01,0.3010 Stander,stander,2,1,0,0,0.04,0.4771,0.01,0.3010 standoffs,standoffs,1,1,1,1,0.02,0.3010,0.01,0.3010 standouts,standouts,1,1,1,1,0.02,0.3010,0.01,0.3010 standpoints,standpoints,1,1,1,1,0.02,0.3010,0.01,0.3010 stannary,stannary,1,1,1,1,0.02,0.3010,0.01,0.3010 Stap,stap,1,1,0,0,0.02,0.3010,0.01,0.3010 staphylococci,staphylococci,2,1,1,1,0.04,0.4771,0.01,0.3010 Starcraft,starcraft,3,1,0,0,0.06,0.6021,0.01,0.3010 starer,starer,1,1,1,1,0.02,0.3010,0.01,0.3010 starers,starers,1,1,1,1,0.02,0.3010,0.01,0.3010 stargaze,stargaze,1,1,1,1,0.02,0.3010,0.01,0.3010 stargazers,stargazers,1,1,1,1,0.02,0.3010,0.01,0.3010 Starker,starker,2,1,0,0,0.04,0.4771,0.01,0.3010 starkly,starkly,1,1,1,1,0.02,0.3010,0.01,0.3010 starquake,starquake,1,1,1,1,0.02,0.3010,0.01,0.3010 statecraft,statecraft,1,1,1,1,0.02,0.3010,0.01,0.3010 Staters,staters,1,1,0,0,0.02,0.3010,0.01,0.3010 statesmanlike,statesmanlike,1,1,1,1,0.02,0.3010,0.01,0.3010 stationmasters,stationmasters,1,1,1,1,0.02,0.3010,0.01,0.3010 statism,statism,1,1,1,1,0.02,0.3010,0.01,0.3010 statistician,statistician,1,1,1,1,0.02,0.3010,0.01,0.3010 stators,stators,1,1,1,1,0.02,0.3010,0.01,0.3010 statures,statures,1,1,1,1,0.02,0.3010,0.01,0.3010 statuses,statuses,1,1,1,1,0.02,0.3010,0.01,0.3010 staunched,staunched,1,1,1,1,0.02,0.3010,0.01,0.3010 staunching,staunching,1,1,1,1,0.02,0.3010,0.01,0.3010 Steadied,steadied,1,1,0,0,0.02,0.3010,0.01,0.3010 stealthier,stealthier,1,1,1,1,0.02,0.3010,0.01,0.3010 stealthiest,stealthiest,1,1,1,1,0.02,0.3010,0.01,0.3010 steamcar,steamcar,3,1,3,1,0.06,0.6021,0.01,0.3010 steamrollers,steamrollers,1,1,1,1,0.02,0.3010,0.01,0.3010 Stean,stean,1,1,0,0,0.02,0.3010,0.01,0.3010 stearate,stearate,2,1,2,1,0.04,0.4771,0.01,0.3010 stearic,stearic,1,1,1,1,0.02,0.3010,0.01,0.3010 steatosis,steatosis,1,1,1,1,0.02,0.3010,0.01,0.3010 Steeler,steeler,1,1,0,0,0.02,0.3010,0.01,0.3010 steelmaking,steelmaking,1,1,1,1,0.02,0.3010,0.01,0.3010 steelworker,steelworker,1,1,1,1,0.02,0.3010,0.01,0.3010 steeplechaser,steeplechaser,2,1,2,1,0.04,0.4771,0.01,0.3010 steeplejack,steeplejack,1,1,1,1,0.02,0.3010,0.01,0.3010 steerageway,steerageway,1,1,1,1,0.02,0.3010,0.01,0.3010 steerers,steerers,1,1,1,1,0.02,0.3010,0.01,0.3010 stele,stele,3,1,2,1,0.06,0.6021,0.01,0.3010 Stellas,stellas,3,1,0,0,0.06,0.6021,0.01,0.3010 stellated,stellated,1,1,1,1,0.02,0.3010,0.01,0.3010 Stempel,stempel,1,1,0,0,0.02,0.3010,0.01,0.3010 stencilling,stencilling,1,1,1,1,0.02,0.3010,0.01,0.3010 stenotic,stenotic,1,1,1,1,0.02,0.3010,0.01,0.3010 stenotype,stenotype,1,1,1,1,0.02,0.3010,0.01,0.3010 Stenton,stenton,2,1,0,0,0.04,0.4771,0.01,0.3010 Stentor,stentor,3,1,0,0,0.06,0.6021,0.01,0.3010 stepbrothers,stepbrothers,1,1,1,1,0.02,0.3010,0.01,0.3010 stepdaughters,stepdaughters,1,1,1,1,0.02,0.3010,0.01,0.3010 stepdown,stepdown,1,1,1,1,0.02,0.3010,0.01,0.3010 stepper,stepper,1,1,1,1,0.02,0.3010,0.01,0.3010 steppes,steppes,3,1,3,1,0.06,0.6021,0.01,0.3010 steppingstone,steppingstone,1,1,1,1,0.02,0.3010,0.01,0.3010 stept,stept,1,1,1,1,0.02,0.3010,0.01,0.3010 stereochemistry,stereochemistry,1,1,1,1,0.02,0.3010,0.01,0.3010 stereoisomerism,stereoisomerism,1,1,1,1,0.02,0.3010,0.01,0.3010 stereomicroscope,stereomicroscope,1,1,1,1,0.02,0.3010,0.01,0.3010 stereotaxically,stereotaxically,1,1,1,1,0.02,0.3010,0.01,0.3010 steriliser,steriliser,3,1,3,1,0.06,0.6021,0.01,0.3010 sterilising,sterilising,3,1,3,1,0.06,0.6021,0.01,0.3010 Sterilizers,sterilizers,1,1,0,0,0.02,0.3010,0.01,0.3010 sternness,sternness,1,1,1,1,0.02,0.3010,0.01,0.3010 stewbum,stewbum,1,1,1,1,0.02,0.3010,0.01,0.3010 stewpot,stewpot,2,1,2,1,0.04,0.4771,0.01,0.3010 stewy,stewy,1,1,1,1,0.02,0.3010,0.01,0.3010 stickiest,stickiest,1,1,1,1,0.02,0.3010,0.01,0.3010 Stickle,stickle,25,1,0,0,0.49,1.4150,0.01,0.3010 Stickles,stickles,12,1,0,0,0.24,1.1139,0.01,0.3010 stickmen,stickmen,1,1,1,1,0.02,0.3010,0.01,0.3010 stiflingly,stiflingly,1,1,1,1,0.02,0.3010,0.01,0.3010 stigmatic,stigmatic,1,1,1,1,0.02,0.3010,0.01,0.3010 stigmatism,stigmatism,1,1,1,1,0.02,0.3010,0.01,0.3010 stigmatizes,stigmatizes,1,1,1,1,0.02,0.3010,0.01,0.3010 stigmatizing,stigmatizing,1,1,1,1,0.02,0.3010,0.01,0.3010 stilling,stilling,1,1,1,1,0.02,0.3010,0.01,0.3010 stimulatory,stimulatory,1,1,1,1,0.02,0.3010,0.01,0.3010 stinkeroos,stinkeroos,1,1,1,1,0.02,0.3010,0.01,0.3010 stinkingly,stinkingly,1,1,1,1,0.02,0.3010,0.01,0.3010 Stipe,stipe,2,1,0,0,0.04,0.4771,0.01,0.3010 stipple,stipple,1,1,1,1,0.02,0.3010,0.01,0.3010 stippled,stippled,1,1,1,1,0.02,0.3010,0.01,0.3010 stitchwork,stitchwork,1,1,1,1,0.02,0.3010,0.01,0.3010 Stith,stith,10,1,0,0,0.20,1.0414,0.01,0.3010 Stivers,stivers,2,1,0,0,0.04,0.4771,0.01,0.3010 Stlg,stlg,1,1,0,0,0.02,0.3010,0.01,0.3010 stoat,stoat,1,1,1,1,0.02,0.3010,0.01,0.3010 stob,stob,1,1,1,1,0.02,0.3010,0.01,0.3010 stockers,stockers,2,1,1,1,0.04,0.4771,0.01,0.3010 Stockinette,stockinette,1,1,0,0,0.02,0.3010,0.01,0.3010 stockinged,stockinged,1,1,1,1,0.02,0.3010,0.01,0.3010 stockmen,stockmen,1,1,1,1,0.02,0.3010,0.01,0.3010 stockpot,stockpot,1,1,1,1,0.02,0.3010,0.01,0.3010 stocktaking,stocktaking,1,1,1,1,0.02,0.3010,0.01,0.3010 stogey,stogey,1,1,1,1,0.02,0.3010,0.01,0.3010 stogy,stogy,1,1,1,1,0.02,0.3010,0.01,0.3010 stoically,stoically,1,1,1,1,0.02,0.3010,0.01,0.3010 stokehold,stokehold,1,1,1,1,0.02,0.3010,0.01,0.3010 stoma,stoma,1,1,1,1,0.02,0.3010,0.01,0.3010 stomached,stomached,1,1,1,1,0.02,0.3010,0.01,0.3010 stonecutter,stonecutter,1,1,1,1,0.02,0.3010,0.01,0.3010 stonefish,stonefish,1,1,1,1,0.02,0.3010,0.01,0.3010 Stonehead,stonehead,3,1,0,0,0.06,0.6021,0.01,0.3010 stonemasonry,stonemasonry,1,1,1,1,0.02,0.3010,0.01,0.3010 stonework,stonework,1,1,1,1,0.02,0.3010,0.01,0.3010 stonier,stonier,3,1,3,1,0.06,0.6021,0.01,0.3010 stoniest,stoniest,1,1,1,1,0.02,0.3010,0.01,0.3010 stonkered,stonkered,1,1,1,1,0.02,0.3010,0.01,0.3010 Stoper,stoper,2,1,0,0,0.04,0.4771,0.01,0.3010 stopgaps,stopgaps,1,1,1,1,0.02,0.3010,0.01,0.3010 stoppages,stoppages,1,1,1,1,0.02,0.3010,0.01,0.3010 stor,stor,1,1,1,1,0.02,0.3010,0.01,0.3010 storable,storable,1,1,1,1,0.02,0.3010,0.01,0.3010 storages,storages,1,1,1,1,0.02,0.3010,0.01,0.3010 Storax,storax,3,1,0,0,0.06,0.6021,0.01,0.3010 storekeep,storekeep,1,1,1,1,0.02,0.3010,0.01,0.3010 storekeeping,storekeeping,1,1,1,1,0.02,0.3010,0.01,0.3010 storewide,storewide,1,1,1,1,0.02,0.3010,0.01,0.3010 storks,storks,6,1,6,1,0.12,0.8451,0.01,0.3010 stormily,stormily,1,1,1,1,0.02,0.3010,0.01,0.3010 storminess,storminess,1,1,1,1,0.02,0.3010,0.01,0.3010 storywriter,storywriter,1,1,1,1,0.02,0.3010,0.01,0.3010 Stott,stott,1,1,0,0,0.02,0.3010,0.01,0.3010 stoup,stoup,1,1,1,1,0.02,0.3010,0.01,0.3010 stoutest,stoutest,1,1,1,1,0.02,0.3010,0.01,0.3010 stoutness,stoutness,1,1,1,1,0.02,0.3010,0.01,0.3010 Stouts,stouts,3,1,0,0,0.06,0.6021,0.01,0.3010 stovepipes,stovepipes,1,1,1,1,0.02,0.3010,0.01,0.3010 Stover,stover,1,1,0,0,0.02,0.3010,0.01,0.3010 stows,stows,1,1,1,1,0.02,0.3010,0.01,0.3010 strabismus,strabismus,1,1,1,1,0.02,0.3010,0.01,0.3010 strafers,strafers,1,1,1,1,0.02,0.3010,0.01,0.3010 straggle,straggle,1,1,1,1,0.02,0.3010,0.01,0.3010 straightaways,straightaways,1,1,1,1,0.02,0.3010,0.01,0.3010 straighted,straighted,1,1,1,1,0.02,0.3010,0.01,0.3010 straighteners,straighteners,1,1,1,1,0.02,0.3010,0.01,0.3010 straightforwardness,straightforwardness,1,1,1,1,0.02,0.3010,0.01,0.3010 straightlaced,straightlaced,1,1,1,1,0.02,0.3010,0.01,0.3010 straightness,straightness,1,1,1,1,0.02,0.3010,0.01,0.3010 straitlaced,straitlaced,1,1,1,1,0.02,0.3010,0.01,0.3010 Strasburg,strasburg,2,1,0,0,0.04,0.4771,0.01,0.3010 Strate,strate,2,1,0,0,0.04,0.4771,0.01,0.3010 strategical,strategical,1,1,1,1,0.02,0.3010,0.01,0.3010 stratification,stratification,1,1,1,1,0.02,0.3010,0.01,0.3010 stratified,stratified,1,1,1,1,0.02,0.3010,0.01,0.3010 stratus,stratus,1,1,1,1,0.02,0.3010,0.01,0.3010 strawhat,strawhat,1,1,1,1,0.02,0.3010,0.01,0.3010 Streakers,streakers,1,1,0,0,0.02,0.3010,0.01,0.3010 streamlet,streamlet,12,1,12,1,0.24,1.1139,0.01,0.3010 stree,stree,1,1,1,1,0.02,0.3010,0.01,0.3010 Streel,streel,1,1,0,0,0.02,0.3010,0.01,0.3010 Streeters,streeters,1,1,0,0,0.02,0.3010,0.01,0.3010 Streetfighter,streetfighter,3,1,0,0,0.06,0.6021,0.01,0.3010 streetlamps,streetlamps,1,1,1,1,0.02,0.3010,0.01,0.3010 Strelitzia,strelitzia,1,1,0,0,0.02,0.3010,0.01,0.3010 streng,streng,1,1,1,1,0.02,0.3010,0.01,0.3010 streps,streps,1,1,1,1,0.02,0.3010,0.01,0.3010 streptococcal,streptococcal,1,1,1,1,0.02,0.3010,0.01,0.3010 streptokinase,streptokinase,1,1,1,1,0.02,0.3010,0.01,0.3010 stressless,stressless,1,1,1,1,0.02,0.3010,0.01,0.3010 stretchered,stretchered,1,1,1,1,0.02,0.3010,0.01,0.3010 strewing,strewing,1,1,1,1,0.02,0.3010,0.01,0.3010 Striated,striated,1,1,0,0,0.02,0.3010,0.01,0.3010 striatum,striatum,1,1,1,1,0.02,0.3010,0.01,0.3010 Strickler,strickler,4,1,0,0,0.08,0.6990,0.01,0.3010 Strickling,strickling,3,1,0,0,0.06,0.6021,0.01,0.3010 strictness,strictness,1,1,1,1,0.02,0.3010,0.01,0.3010 stricture,stricture,2,1,2,1,0.04,0.4771,0.01,0.3010 stridden,stridden,1,1,1,1,0.02,0.3010,0.01,0.3010 stridently,stridently,1,1,1,1,0.02,0.3010,0.01,0.3010 Stridors,stridors,1,1,0,0,0.02,0.3010,0.01,0.3010 stridulation,stridulation,1,1,1,1,0.02,0.3010,0.01,0.3010 strikebreaker,strikebreaker,1,1,1,1,0.02,0.3010,0.01,0.3010 strikebreakers,strikebreakers,1,1,1,1,0.02,0.3010,0.01,0.3010 stringently,stringently,1,1,1,1,0.02,0.3010,0.01,0.3010 stringiest,stringiest,1,1,1,1,0.02,0.3010,0.01,0.3010 Stringless,stringless,1,1,0,0,0.02,0.3010,0.01,0.3010 Stripey,stripey,5,1,0,0,0.10,0.7782,0.01,0.3010 stripling,stripling,1,1,1,1,0.02,0.3010,0.01,0.3010 stripteasers,stripteasers,1,1,1,1,0.02,0.3010,0.01,0.3010 strivings,strivings,1,1,1,1,0.02,0.3010,0.01,0.3010 stroboscope,stroboscope,2,1,2,1,0.04,0.4771,0.01,0.3010 Stroboscopic,stroboscopic,1,1,0,0,0.02,0.3010,0.01,0.3010 strongholds,strongholds,2,1,2,1,0.04,0.4771,0.01,0.3010 strongmen,strongmen,1,1,1,1,0.02,0.3010,0.01,0.3010 strongness,strongness,1,1,1,1,0.02,0.3010,0.01,0.3010 Strongylid,strongylid,3,1,0,0,0.06,0.6021,0.01,0.3010 stropping,stropping,1,1,1,1,0.02,0.3010,0.01,0.3010 stroppy,stroppy,1,1,1,1,0.02,0.3010,0.01,0.3010 Strout,strout,10,1,0,0,0.20,1.0414,0.01,0.3010 Strub,strub,1,1,0,0,0.02,0.3010,0.01,0.3010 structureless,structureless,1,1,1,1,0.02,0.3010,0.01,0.3010 Strummer,strummer,4,1,0,0,0.08,0.6990,0.01,0.3010 strychnos,strychnos,1,1,1,1,0.02,0.3010,0.01,0.3010 Stubb,stubb,1,1,0,0,0.02,0.3010,0.01,0.3010 stubbled,stubbled,2,1,2,1,0.04,0.4771,0.01,0.3010 stubbles,stubbles,1,1,1,1,0.02,0.3010,0.01,0.3010 stubbornest,stubbornest,1,1,1,1,0.02,0.3010,0.01,0.3010 Stuber,stuber,3,1,0,0,0.06,0.6021,0.01,0.3010 studiers,studiers,1,1,1,1,0.02,0.3010,0.01,0.3010 studiously,studiously,1,1,1,1,0.02,0.3010,0.01,0.3010 Studiousness,studiousness,1,1,0,0,0.02,0.3010,0.01,0.3010 stuffiness,stuffiness,1,1,1,1,0.02,0.3010,0.01,0.3010 stull,stull,1,1,1,1,0.02,0.3010,0.01,0.3010 stumblebum,stumblebum,1,1,1,1,0.02,0.3010,0.01,0.3010 Stunners,stunners,2,1,0,0,0.04,0.4771,0.01,0.3010 stunter,stunter,1,1,1,1,0.02,0.3010,0.01,0.3010 stupa,stupa,1,1,1,1,0.02,0.3010,0.01,0.3010 stupendious,stupendious,1,1,1,1,0.02,0.3010,0.01,0.3010 stupes,stupes,1,1,1,1,0.02,0.3010,0.01,0.3010 stupidhead,stupidhead,1,1,1,1,0.02,0.3010,0.01,0.3010 stuporous,stuporous,1,1,1,1,0.02,0.3010,0.01,0.3010 sturdier,sturdier,1,1,1,1,0.02,0.3010,0.01,0.3010 stutterer,stutterer,1,1,1,1,0.02,0.3010,0.01,0.3010 Styler,styler,7,1,0,0,0.14,0.9031,0.01,0.3010 stylistic,stylistic,1,1,1,1,0.02,0.3010,0.01,0.3010 stylistically,stylistically,1,1,1,1,0.02,0.3010,0.01,0.3010 stylization,stylization,1,1,1,1,0.02,0.3010,0.01,0.3010 stylize,stylize,1,1,1,1,0.02,0.3010,0.01,0.3010 stylographic,stylographic,1,1,1,1,0.02,0.3010,0.01,0.3010 styloid,styloid,1,1,1,1,0.02,0.3010,0.01,0.3010 stymies,stymies,1,1,1,1,0.02,0.3010,0.01,0.3010 styrax,styrax,1,1,1,1,0.02,0.3010,0.01,0.3010 styrene,styrene,1,1,1,1,0.02,0.3010,0.01,0.3010 styrenes,styrenes,1,1,1,1,0.02,0.3010,0.01,0.3010 suavity,suavity,1,1,1,1,0.02,0.3010,0.01,0.3010 subadult,subadult,2,1,2,1,0.04,0.4771,0.01,0.3010 Subahdar,subahdar,1,1,0,0,0.02,0.3010,0.01,0.3010 subaltern,subaltern,1,1,1,1,0.02,0.3010,0.01,0.3010 Subassembly,subassembly,1,1,0,0,0.02,0.3010,0.01,0.3010 subcellular,subcellular,1,1,1,1,0.02,0.3010,0.01,0.3010 subchapter,subchapter,1,1,1,1,0.02,0.3010,0.01,0.3010 subcommittees,subcommittees,1,1,1,1,0.02,0.3010,0.01,0.3010 subconjunctival,subconjunctival,1,1,1,1,0.02,0.3010,0.01,0.3010 subconsciousness,subconsciousness,1,1,1,1,0.02,0.3010,0.01,0.3010 subcontracting,subcontracting,1,1,1,1,0.02,0.3010,0.01,0.3010 subcontracts,subcontracts,1,1,1,1,0.02,0.3010,0.01,0.3010 subcultural,subcultural,1,1,1,1,0.02,0.3010,0.01,0.3010 subcultures,subcultures,1,1,1,1,0.02,0.3010,0.01,0.3010 subcuticular,subcuticular,1,1,1,1,0.02,0.3010,0.01,0.3010 Subdepartment,subdepartment,1,1,0,0,0.02,0.3010,0.01,0.3010 subdiaphragmatic,subdiaphragmatic,1,1,1,1,0.02,0.3010,0.01,0.3010 subdivides,subdivides,1,1,1,1,0.02,0.3010,0.01,0.3010 subdividing,subdividing,1,1,1,1,0.02,0.3010,0.01,0.3010 subdominant,subdominant,1,1,1,1,0.02,0.3010,0.01,0.3010 subducted,subducted,1,1,1,1,0.02,0.3010,0.01,0.3010 Subduction,subduction,1,1,0,0,0.02,0.3010,0.01,0.3010 subfloors,subfloors,1,1,1,1,0.02,0.3010,0.01,0.3010 subfreezing,subfreezing,1,1,1,1,0.02,0.3010,0.01,0.3010 subglacial,subglacial,1,1,1,1,0.02,0.3010,0.01,0.3010 subhead,subhead,1,1,1,1,0.02,0.3010,0.01,0.3010 Subheading,subheading,2,1,0,0,0.04,0.4771,0.01,0.3010 subjugate,subjugate,1,1,1,1,0.02,0.3010,0.01,0.3010 subjugates,subjugates,1,1,1,1,0.02,0.3010,0.01,0.3010 subleased,subleased,1,1,1,1,0.02,0.3010,0.01,0.3010 subleasing,subleasing,1,1,1,1,0.02,0.3010,0.01,0.3010 sublethal,sublethal,1,1,1,1,0.02,0.3010,0.01,0.3010 sublets,sublets,2,1,2,1,0.04,0.4771,0.01,0.3010 sublieutenant,sublieutenant,1,1,1,1,0.02,0.3010,0.01,0.3010 sublimations,sublimations,1,1,1,1,0.02,0.3010,0.01,0.3010 Sublimator,sublimator,1,1,0,0,0.02,0.3010,0.01,0.3010 sublingual,sublingual,1,1,1,1,0.02,0.3010,0.01,0.3010 submarined,submarined,1,1,1,1,0.02,0.3010,0.01,0.3010 submaxillary,submaxillary,1,1,1,1,0.02,0.3010,0.01,0.3010 submergence,submergence,1,1,1,1,0.02,0.3010,0.01,0.3010 submerse,submerse,1,1,1,1,0.02,0.3010,0.01,0.3010 submitter,submitter,1,1,1,1,0.02,0.3010,0.01,0.3010 submodule,submodule,1,1,1,1,0.02,0.3010,0.01,0.3010 subnatural,subnatural,1,1,1,1,0.02,0.3010,0.01,0.3010 suboccipital,suboccipital,1,1,1,1,0.02,0.3010,0.01,0.3010 suborbital,suborbital,1,1,1,1,0.02,0.3010,0.01,0.3010 subordinating,subordinating,1,1,1,1,0.02,0.3010,0.01,0.3010 subordination,subordination,3,1,3,1,0.06,0.6021,0.01,0.3010 suborn,suborn,1,1,1,1,0.02,0.3010,0.01,0.3010 Subpart,subpart,1,1,0,0,0.02,0.3010,0.01,0.3010 Subpatellar,subpatellar,1,1,0,0,0.02,0.3010,0.01,0.3010 subplots,subplots,1,1,1,1,0.02,0.3010,0.01,0.3010 subpoenaing,subpoenaing,1,1,1,1,0.02,0.3010,0.01,0.3010 subscapularis,subscapularis,1,1,1,1,0.02,0.3010,0.01,0.3010 subsect,subsect,1,1,1,1,0.02,0.3010,0.01,0.3010 subsidising,subsidising,1,1,1,1,0.02,0.3010,0.01,0.3010 subsidizes,subsidizes,1,1,1,1,0.02,0.3010,0.01,0.3010 subsisting,subsisting,1,1,1,1,0.02,0.3010,0.01,0.3010 subspecialty,subspecialty,1,1,1,1,0.02,0.3010,0.01,0.3010 substantiating,substantiating,1,1,1,1,0.02,0.3010,0.01,0.3010 substrat,substrat,1,1,1,1,0.02,0.3010,0.01,0.3010 subsumes,subsumes,1,1,1,1,0.02,0.3010,0.01,0.3010 subtilized,subtilized,1,1,1,1,0.02,0.3010,0.01,0.3010 subtleness,subtleness,1,1,1,1,0.02,0.3010,0.01,0.3010 subtype,subtype,2,1,2,1,0.04,0.4771,0.01,0.3010 subungual,subungual,2,1,1,1,0.04,0.4771,0.01,0.3010 subunits,subunits,1,1,1,1,0.02,0.3010,0.01,0.3010 suburbanizing,suburbanizing,1,1,1,1,0.02,0.3010,0.01,0.3010 subverts,subverts,1,1,1,1,0.02,0.3010,0.01,0.3010 subvocal,subvocal,1,1,1,1,0.02,0.3010,0.01,0.3010 Succedaneum,succedaneum,1,1,0,0,0.02,0.3010,0.01,0.3010 succes,succes,1,1,1,1,0.02,0.3010,0.01,0.3010 succesful,succesful,1,1,1,1,0.02,0.3010,0.01,0.3010 successions,successions,1,1,1,1,0.02,0.3010,0.01,0.3010 successively,successively,1,1,1,1,0.02,0.3010,0.01,0.3010 succinylcholine,succinylcholine,3,1,3,1,0.06,0.6021,0.01,0.3010 succuba,succuba,1,1,1,1,0.02,0.3010,0.01,0.3010 succubae,succubae,3,1,2,1,0.06,0.6021,0.01,0.3010 suckering,suckering,1,1,1,1,0.02,0.3010,0.01,0.3010 sucrose,sucrose,1,1,1,1,0.02,0.3010,0.01,0.3010 suctioned,suctioned,1,1,1,1,0.02,0.3010,0.01,0.3010 Sudd,sudd,2,1,0,0,0.04,0.4771,0.01,0.3010 sufficing,sufficing,1,1,1,1,0.02,0.3010,0.01,0.3010 suffixes,suffixes,1,1,1,1,0.02,0.3010,0.01,0.3010 suffragist,suffragist,1,1,1,1,0.02,0.3010,0.01,0.3010 Sugarbush,sugarbush,6,1,0,0,0.12,0.8451,0.01,0.3010 Sugg,sugg,1,1,0,0,0.02,0.3010,0.01,0.3010 suicided,suicided,1,1,1,1,0.02,0.3010,0.01,0.3010 suiters,suiters,2,1,2,1,0.04,0.4771,0.01,0.3010 sulfides,sulfides,1,1,1,1,0.02,0.3010,0.01,0.3010 sulfite,sulfite,1,1,1,1,0.02,0.3010,0.01,0.3010 sulfonamide,sulfonamide,1,1,1,1,0.02,0.3010,0.01,0.3010 Sulfonate,sulfonate,1,1,0,0,0.02,0.3010,0.01,0.3010 sulfone,sulfone,1,1,1,1,0.02,0.3010,0.01,0.3010 sulked,sulked,1,1,1,1,0.02,0.3010,0.01,0.3010 sulphates,sulphates,1,1,1,1,0.02,0.3010,0.01,0.3010 sulphites,sulphites,1,1,1,1,0.02,0.3010,0.01,0.3010 sulphoxide,sulphoxide,1,1,1,1,0.02,0.3010,0.01,0.3010 sulphurous,sulphurous,1,1,1,1,0.02,0.3010,0.01,0.3010 Sultanate,sultanate,1,1,0,0,0.02,0.3010,0.01,0.3010 Sumi,sumi,4,1,0,0,0.08,0.6990,0.01,0.3010 summarised,summarised,1,1,1,1,0.02,0.3010,0.01,0.3010 summarization,summarization,1,1,1,1,0.02,0.3010,0.01,0.3010 summarizes,summarizes,1,1,1,1,0.02,0.3010,0.01,0.3010 summerhouses,summerhouses,2,1,2,1,0.04,0.4771,0.01,0.3010 summonable,summonable,2,1,2,1,0.04,0.4771,0.01,0.3010 sumos,sumos,1,1,1,1,0.02,0.3010,0.01,0.3010 Sumpsimus,sumpsimus,1,1,0,0,0.02,0.3010,0.01,0.3010 Sumpter,sumpter,7,1,0,0,0.14,0.9031,0.01,0.3010 sumptuously,sumptuously,1,1,1,1,0.02,0.3010,0.01,0.3010 sumptuousness,sumptuousness,1,1,1,1,0.02,0.3010,0.01,0.3010 Sunbather,sunbather,1,1,0,0,0.02,0.3010,0.01,0.3010 sunbathers,sunbathers,1,1,1,1,0.02,0.3010,0.01,0.3010 Sunbelt,sunbelt,3,1,0,0,0.06,0.6021,0.01,0.3010 sunbirds,sunbirds,1,1,1,1,0.02,0.3010,0.01,0.3010 sundeck,sundeck,1,1,1,1,0.02,0.3010,0.01,0.3010 sundered,sundered,2,1,2,1,0.04,0.4771,0.01,0.3010 sundogs,sundogs,1,1,1,1,0.02,0.3010,0.01,0.3010 Sundowning,sundowning,2,1,0,0,0.04,0.4771,0.01,0.3010 sunlamps,sunlamps,1,1,1,1,0.02,0.3010,0.01,0.3010 Sunna,sunna,1,1,0,0,0.02,0.3010,0.01,0.3010 sunniest,sunniest,1,1,1,1,0.02,0.3010,0.01,0.3010 sunscreens,sunscreens,1,1,1,1,0.02,0.3010,0.01,0.3010 sunshines,sunshines,1,1,1,1,0.02,0.3010,0.01,0.3010 sunstruck,sunstruck,1,1,1,1,0.02,0.3010,0.01,0.3010 sunsuit,sunsuit,1,1,1,1,0.02,0.3010,0.01,0.3010 Sunways,sunways,22,1,0,0,0.43,1.3617,0.01,0.3010 supari,supari,1,1,1,1,0.02,0.3010,0.01,0.3010 superagency,superagency,1,1,1,1,0.02,0.3010,0.01,0.3010 Superbrain,superbrain,1,1,0,0,0.02,0.3010,0.01,0.3010 supercargo,supercargo,1,1,1,1,0.02,0.3010,0.01,0.3010 supercede,supercede,1,1,1,1,0.02,0.3010,0.01,0.3010 superceded,superceded,1,1,1,1,0.02,0.3010,0.01,0.3010 supercedes,supercedes,1,1,1,1,0.02,0.3010,0.01,0.3010 Supercharge,supercharge,1,1,0,0,0.02,0.3010,0.01,0.3010 superconductivity,superconductivity,2,1,2,1,0.04,0.4771,0.01,0.3010 supercooled,supercooled,1,1,1,1,0.02,0.3010,0.01,0.3010 superdominant,superdominant,1,1,1,1,0.02,0.3010,0.01,0.3010 Superfecta,superfecta,1,1,0,0,0.02,0.3010,0.01,0.3010 superficialities,superficialities,1,1,1,1,0.02,0.3010,0.01,0.3010 superfluity,superfluity,1,1,1,1,0.02,0.3010,0.01,0.3010 supergoddess,supergoddess,1,1,1,1,0.02,0.3010,0.01,0.3010 Superhighways,superhighways,1,1,0,0,0.02,0.3010,0.01,0.3010 superimposes,superimposes,1,1,1,1,0.02,0.3010,0.01,0.3010 superimpositions,superimpositions,1,1,1,1,0.02,0.3010,0.01,0.3010 Superintendant,superintendant,1,1,0,0,0.02,0.3010,0.01,0.3010 Superintended,superintended,1,1,0,0,0.02,0.3010,0.01,0.3010 superintends,superintends,1,1,1,1,0.02,0.3010,0.01,0.3010 superlatively,superlatively,1,1,1,1,0.02,0.3010,0.01,0.3010 supernormal,supernormal,1,1,1,1,0.02,0.3010,0.01,0.3010 supernormally,supernormally,1,1,1,1,0.02,0.3010,0.01,0.3010 supernovae,supernovae,1,1,1,1,0.02,0.3010,0.01,0.3010 supernovas,supernovas,1,1,1,1,0.02,0.3010,0.01,0.3010 superorganism,superorganism,1,1,1,1,0.02,0.3010,0.01,0.3010 superpatriotic,superpatriotic,1,1,1,1,0.02,0.3010,0.01,0.3010 superposed,superposed,1,1,1,1,0.02,0.3010,0.01,0.3010 superpositions,superpositions,1,1,1,1,0.02,0.3010,0.01,0.3010 superpowered,superpowered,1,1,1,1,0.02,0.3010,0.01,0.3010 supersecretive,supersecretive,1,1,1,1,0.02,0.3010,0.01,0.3010 superseding,superseding,1,1,1,1,0.02,0.3010,0.01,0.3010 supersensory,supersensory,1,1,1,1,0.02,0.3010,0.01,0.3010 supersession,supersession,1,1,1,1,0.02,0.3010,0.01,0.3010 superset,superset,1,1,1,1,0.02,0.3010,0.01,0.3010 supersmart,supersmart,1,1,1,1,0.02,0.3010,0.01,0.3010 superstate,superstate,1,1,1,1,0.02,0.3010,0.01,0.3010 Superstrain,superstrain,1,1,0,0,0.02,0.3010,0.01,0.3010 supersufficiency,supersufficiency,1,1,1,1,0.02,0.3010,0.01,0.3010 supertankers,supertankers,1,1,1,1,0.02,0.3010,0.01,0.3010 superterrestrial,superterrestrial,1,1,1,1,0.02,0.3010,0.01,0.3010 supertrain,supertrain,4,1,4,1,0.08,0.6990,0.01,0.3010 superuser,superuser,1,1,1,1,0.02,0.3010,0.01,0.3010 supervalue,supervalue,1,1,1,1,0.02,0.3010,0.01,0.3010 supinates,supinates,1,1,1,1,0.02,0.3010,0.01,0.3010 supinating,supinating,1,1,1,1,0.02,0.3010,0.01,0.3010 supp,supp,1,1,1,1,0.02,0.3010,0.01,0.3010 supplanting,supplanting,1,1,1,1,0.02,0.3010,0.01,0.3010 supplants,supplants,1,1,1,1,0.02,0.3010,0.01,0.3010 supplementals,supplementals,2,1,2,1,0.04,0.4771,0.01,0.3010 supplementaries,supplementaries,1,1,1,1,0.02,0.3010,0.01,0.3010 suppleness,suppleness,1,1,1,1,0.02,0.3010,0.01,0.3010 supplicants,supplicants,1,1,1,1,0.02,0.3010,0.01,0.3010 supplicating,supplicating,1,1,1,1,0.02,0.3010,0.01,0.3010 supposably,supposably,1,1,1,1,0.02,0.3010,0.01,0.3010 suppositionally,suppositionally,2,1,2,1,0.04,0.4771,0.01,0.3010 suppresser,suppresser,1,1,1,1,0.02,0.3010,0.01,0.3010 suppurate,suppurate,1,1,1,1,0.02,0.3010,0.01,0.3010 suppurating,suppurating,1,1,1,1,0.02,0.3010,0.01,0.3010 suppurative,suppurative,1,1,1,1,0.02,0.3010,0.01,0.3010 supratrochlear,supratrochlear,1,1,1,1,0.02,0.3010,0.01,0.3010 supremos,supremos,2,1,2,1,0.04,0.4771,0.01,0.3010 sups,sups,1,1,1,1,0.02,0.3010,0.01,0.3010 surance,surance,1,1,1,1,0.02,0.3010,0.01,0.3010 Surat,surat,19,1,0,0,0.37,1.3010,0.01,0.3010 surcingle,surcingle,1,1,1,1,0.02,0.3010,0.01,0.3010 Surd,surd,3,1,0,0,0.06,0.6021,0.01,0.3010 surfboarding,surfboarding,2,1,2,1,0.04,0.4771,0.01,0.3010 surfeited,surfeited,1,1,1,1,0.02,0.3010,0.01,0.3010 Surinam,surinam,1,1,0,0,0.02,0.3010,0.01,0.3010 surlier,surlier,1,1,1,1,0.02,0.3010,0.01,0.3010 surliest,surliest,1,1,1,1,0.02,0.3010,0.01,0.3010 surmises,surmises,1,1,1,1,0.02,0.3010,0.01,0.3010 surmounted,surmounted,1,1,1,1,0.02,0.3010,0.01,0.3010 surmounting,surmounting,1,1,1,1,0.02,0.3010,0.01,0.3010 surnamed,surnamed,4,1,4,1,0.08,0.6990,0.01,0.3010 surplice,surplice,1,1,1,1,0.02,0.3010,0.01,0.3010 surplices,surplices,1,1,1,1,0.02,0.3010,0.01,0.3010 surplused,surplused,1,1,1,1,0.02,0.3010,0.01,0.3010 surplussed,surplussed,1,1,1,1,0.02,0.3010,0.01,0.3010 surrealistically,surrealistically,1,1,1,1,0.02,0.3010,0.01,0.3010 surreys,surreys,1,1,1,1,0.02,0.3010,0.01,0.3010 surrogating,surrogating,1,1,1,1,0.02,0.3010,0.01,0.3010 surrogation,surrogation,1,1,1,1,0.02,0.3010,0.01,0.3010 surrounder,surrounder,1,1,1,1,0.02,0.3010,0.01,0.3010 surtax,surtax,2,1,2,1,0.04,0.4771,0.01,0.3010 surv,surv,1,1,1,1,0.02,0.3010,0.01,0.3010 Susans,susans,1,1,0,0,0.02,0.3010,0.01,0.3010 suscept,suscept,1,1,1,1,0.02,0.3010,0.01,0.3010 susceptibilities,susceptibilities,1,1,1,1,0.02,0.3010,0.01,0.3010 Suspensor,suspensor,1,1,0,0,0.02,0.3010,0.01,0.3010 suspiciousness,suspiciousness,2,1,2,1,0.04,0.4771,0.01,0.3010 Susurration,susurration,1,1,0,0,0.02,0.3010,0.01,0.3010 sutlers,sutlers,1,1,1,1,0.02,0.3010,0.01,0.3010 Sutor,sutor,5,1,0,0,0.10,0.7782,0.01,0.3010 Suzettes,suzettes,2,1,0,0,0.04,0.4771,0.01,0.3010 svastika,svastika,1,1,1,1,0.02,0.3010,0.01,0.3010 swabber,swabber,1,1,1,1,0.02,0.3010,0.01,0.3010 swabbies,swabbies,2,1,2,1,0.04,0.4771,0.01,0.3010 swabby,swabby,1,1,1,1,0.02,0.3010,0.01,0.3010 swaggered,swaggered,1,1,1,1,0.02,0.3010,0.01,0.3010 Swales,swales,14,1,0,0,0.27,1.1761,0.01,0.3010 swamping,swamping,1,1,1,1,0.02,0.3010,0.01,0.3010 swampland,swampland,1,1,1,1,0.02,0.3010,0.01,0.3010 swang,swang,1,1,1,1,0.02,0.3010,0.01,0.3010 swanked,swanked,1,1,1,1,0.02,0.3010,0.01,0.3010 swankier,swankier,1,1,1,1,0.02,0.3010,0.01,0.3010 swansdown,swansdown,1,1,1,1,0.02,0.3010,0.01,0.3010 swashbucklers,swashbucklers,1,1,1,1,0.02,0.3010,0.01,0.3010 swashes,swashes,1,1,1,1,0.02,0.3010,0.01,0.3010 swashing,swashing,1,1,1,1,0.02,0.3010,0.01,0.3010 swayback,swayback,1,1,1,1,0.02,0.3010,0.01,0.3010 Swaziland,swaziland,1,1,0,0,0.02,0.3010,0.01,0.3010 swearer,swearer,1,1,1,1,0.02,0.3010,0.01,0.3010 swearers,swearers,2,1,2,1,0.04,0.4771,0.01,0.3010 sweathouse,sweathouse,1,1,1,1,0.02,0.3010,0.01,0.3010 sweatier,sweatier,1,1,1,1,0.02,0.3010,0.01,0.3010 sweatsuits,sweatsuits,1,1,1,1,0.02,0.3010,0.01,0.3010 Sweeny,sweeny,1,1,0,0,0.02,0.3010,0.01,0.3010 sweepback,sweepback,1,1,1,1,0.02,0.3010,0.01,0.3010 sweetcorn,sweetcorn,1,1,1,1,0.02,0.3010,0.01,0.3010 sweetfish,sweetfish,2,1,2,1,0.04,0.4771,0.01,0.3010 sweeting,sweeting,1,1,1,1,0.02,0.3010,0.01,0.3010 sweetshop,sweetshop,1,1,1,1,0.02,0.3010,0.01,0.3010 sweller,sweller,1,1,1,1,0.02,0.3010,0.01,0.3010 swellfish,swellfish,1,1,1,1,0.02,0.3010,0.01,0.3010 swellhead,swellhead,1,1,1,1,0.02,0.3010,0.01,0.3010 Sweltered,sweltered,1,1,0,0,0.02,0.3010,0.01,0.3010 swelters,swelters,1,1,1,1,0.02,0.3010,0.01,0.3010 swep,swep,1,1,1,1,0.02,0.3010,0.01,0.3010 swifts,swifts,1,1,1,1,0.02,0.3010,0.01,0.3010 swiggle,swiggle,1,1,1,1,0.02,0.3010,0.01,0.3010 swines,swines,1,1,1,1,0.02,0.3010,0.01,0.3010 swingman,swingman,1,1,1,1,0.02,0.3010,0.01,0.3010 swingy,swingy,1,1,1,1,0.02,0.3010,0.01,0.3010 Swink,swink,29,1,0,0,0.57,1.4771,0.01,0.3010 Swinney,swinney,3,1,0,0,0.06,0.6021,0.01,0.3010 Switchmen,switchmen,1,1,0,0,0.02,0.3010,0.01,0.3010 switchover,switchover,1,1,1,1,0.02,0.3010,0.01,0.3010 swith,swith,1,1,1,1,0.02,0.3010,0.01,0.3010 swizzled,swizzled,1,1,1,1,0.02,0.3010,0.01,0.3010 swizzles,swizzles,1,1,1,1,0.02,0.3010,0.01,0.3010 swoony,swoony,1,1,1,1,0.02,0.3010,0.01,0.3010 swop,swop,1,1,1,1,0.02,0.3010,0.01,0.3010 swordfisherman,swordfisherman,1,1,1,1,0.02,0.3010,0.01,0.3010 swordmaker,swordmaker,1,1,1,1,0.02,0.3010,0.01,0.3010 swordsmith,swordsmith,11,1,11,1,0.22,1.0792,0.01,0.3010 swordswoman,swordswoman,1,1,1,1,0.02,0.3010,0.01,0.3010 swot,swot,1,1,1,1,0.02,0.3010,0.01,0.3010 swotting,swotting,1,1,1,1,0.02,0.3010,0.01,0.3010 sybarite,sybarite,1,1,1,1,0.02,0.3010,0.01,0.3010 sycamores,sycamores,1,1,1,1,0.02,0.3010,0.01,0.3010 syconia,syconia,1,1,1,1,0.02,0.3010,0.01,0.3010 syenite,syenite,1,1,1,1,0.02,0.3010,0.01,0.3010 Syke,syke,1,1,0,0,0.02,0.3010,0.01,0.3010 Syl,syl,1,1,0,0,0.02,0.3010,0.01,0.3010 syllogize,syllogize,1,1,1,1,0.02,0.3010,0.01,0.3010 sylphid,sylphid,1,1,1,1,0.02,0.3010,0.01,0.3010 Sylvian,sylvian,1,1,0,0,0.02,0.3010,0.01,0.3010 Sylvius,sylvius,4,1,0,0,0.08,0.6990,0.01,0.3010 sym,sym,1,1,1,1,0.02,0.3010,0.01,0.3010 symbiont,symbiont,12,1,12,1,0.24,1.1139,0.01,0.3010 symbiote,symbiote,1,1,1,1,0.02,0.3010,0.01,0.3010 symbolised,symbolised,1,1,1,1,0.02,0.3010,0.01,0.3010 symmetries,symmetries,1,1,1,1,0.02,0.3010,0.01,0.3010 sympathectomy,sympathectomy,6,1,6,1,0.12,0.8451,0.01,0.3010 sympathique,sympathique,1,1,1,1,0.02,0.3010,0.01,0.3010 sympathised,sympathised,1,1,1,1,0.02,0.3010,0.01,0.3010 sympathiser,sympathiser,1,1,1,1,0.02,0.3010,0.01,0.3010 symphysis,symphysis,1,1,1,1,0.02,0.3010,0.01,0.3010 symposiums,symposiums,1,1,1,1,0.02,0.3010,0.01,0.3010 symptomology,symptomology,1,1,1,1,0.02,0.3010,0.01,0.3010 synchromesh,synchromesh,1,1,1,1,0.02,0.3010,0.01,0.3010 synchronistic,synchronistic,1,1,1,1,0.02,0.3010,0.01,0.3010 synchronizer,synchronizer,4,1,4,1,0.08,0.6990,0.01,0.3010 synchronizes,synchronizes,1,1,1,1,0.02,0.3010,0.01,0.3010 synchronous,synchronous,1,1,1,1,0.02,0.3010,0.01,0.3010 synchros,synchros,1,1,1,1,0.02,0.3010,0.01,0.3010 syncopate,syncopate,1,1,1,1,0.02,0.3010,0.01,0.3010 syncs,syncs,1,1,1,1,0.02,0.3010,0.01,0.3010 syncytial,syncytial,1,1,1,1,0.02,0.3010,0.01,0.3010 Syndactyly,syndactyly,3,1,1,1,0.06,0.6021,0.01,0.3010 syndicalist,syndicalist,1,1,1,1,0.02,0.3010,0.01,0.3010 Synecdoche,synecdoche,4,1,1,1,0.08,0.6990,0.01,0.3010 synergies,synergies,1,1,1,1,0.02,0.3010,0.01,0.3010 synergize,synergize,1,1,1,1,0.02,0.3010,0.01,0.3010 synod,synod,1,1,1,1,0.02,0.3010,0.01,0.3010 synopses,synopses,1,1,1,1,0.02,0.3010,0.01,0.3010 Synopsise,synopsise,1,1,0,0,0.02,0.3010,0.01,0.3010 Syntactically,syntactically,1,1,0,0,0.02,0.3010,0.01,0.3010 synthesise,synthesise,1,1,1,1,0.02,0.3010,0.01,0.3010 synthesised,synthesised,1,1,1,1,0.02,0.3010,0.01,0.3010 synthesizes,synthesizes,1,1,1,1,0.02,0.3010,0.01,0.3010 Syphilitics,syphilitics,1,1,0,0,0.02,0.3010,0.01,0.3010 syphilization,syphilization,1,1,1,1,0.02,0.3010,0.01,0.3010 Syren,syren,1,1,0,0,0.02,0.3010,0.01,0.3010 systemically,systemically,1,1,1,1,0.02,0.3010,0.01,0.3010 systemize,systemize,1,1,1,1,0.02,0.3010,0.01,0.3010 syzygy,syzygy,2,1,1,1,0.04,0.4771,0.01,0.3010 Taa,taa,1,1,0,0,0.02,0.3010,0.01,0.3010 taal,taal,2,1,1,1,0.04,0.4771,0.01,0.3010 tabbed,tabbed,1,1,1,1,0.02,0.3010,0.01,0.3010 Tabes,tabes,11,1,0,0,0.22,1.0792,0.01,0.3010 tabla,tabla,1,1,1,1,0.02,0.3010,0.01,0.3010 tableaux,tableaux,1,1,1,1,0.02,0.3010,0.01,0.3010 tabled,tabled,1,1,1,1,0.02,0.3010,0.01,0.3010 tablespoonful,tablespoonful,1,1,1,1,0.02,0.3010,0.01,0.3010 tablespoons,tablespoons,3,1,3,1,0.06,0.6021,0.01,0.3010 tabulate,tabulate,1,1,1,1,0.02,0.3010,0.01,0.3010 tabulating,tabulating,1,1,1,1,0.02,0.3010,0.01,0.3010 tabule,tabule,1,1,1,1,0.02,0.3010,0.01,0.3010 tacan,tacan,1,1,1,1,0.02,0.3010,0.01,0.3010 tacet,tacet,1,1,1,1,0.02,0.3010,0.01,0.3010 Tachistoscopic,tachistoscopic,1,1,0,0,0.02,0.3010,0.01,0.3010 Tachycardiac,tachycardiac,1,1,0,0,0.02,0.3010,0.01,0.3010 tachypnea,tachypnea,1,1,1,1,0.02,0.3010,0.01,0.3010 tacker,tacker,1,1,1,1,0.02,0.3010,0.01,0.3010 Tacket,tacket,1,1,0,0,0.02,0.3010,0.01,0.3010 tackiness,tackiness,1,1,1,1,0.02,0.3010,0.01,0.3010 tackler,tackler,2,1,2,1,0.04,0.4771,0.01,0.3010 tacklers,tacklers,1,1,1,1,0.02,0.3010,0.01,0.3010 Taconite,taconite,3,1,1,1,0.06,0.6021,0.01,0.3010 tacticians,tacticians,1,1,1,1,0.02,0.3010,0.01,0.3010 tael,tael,1,1,1,1,0.02,0.3010,0.01,0.3010 taenias,taenias,1,1,1,1,0.02,0.3010,0.01,0.3010 taffies,taffies,1,1,1,1,0.02,0.3010,0.01,0.3010 taffrail,taffrail,2,1,2,1,0.04,0.4771,0.01,0.3010 Tagalog,tagalog,1,1,0,0,0.02,0.3010,0.01,0.3010 Taha,taha,3,1,0,0,0.06,0.6021,0.01,0.3010 tailbones,tailbones,1,1,1,1,0.02,0.3010,0.01,0.3010 tailcoat,tailcoat,1,1,1,1,0.02,0.3010,0.01,0.3010 tailers,tailers,1,1,1,1,0.02,0.3010,0.01,0.3010 tailgater,tailgater,1,1,1,1,0.02,0.3010,0.01,0.3010 tailgates,tailgates,1,1,1,1,0.02,0.3010,0.01,0.3010 tailless,tailless,1,1,1,1,0.02,0.3010,0.01,0.3010 tailpipes,tailpipes,1,1,1,1,0.02,0.3010,0.01,0.3010 Taipo,taipo,3,1,0,0,0.06,0.6021,0.01,0.3010 Taka,taka,2,1,0,0,0.04,0.4771,0.01,0.3010 talar,talar,1,1,1,1,0.02,0.3010,0.01,0.3010 Taler,taler,1,1,0,0,0.02,0.3010,0.01,0.3010 Talionis,talionis,1,1,0,0,0.02,0.3010,0.01,0.3010 talkativeness,talkativeness,1,1,1,1,0.02,0.3010,0.01,0.3010 tallboy,tallboy,1,1,1,1,0.02,0.3010,0.01,0.3010 Talles,talles,2,1,0,0,0.04,0.4771,0.01,0.3010 tallith,tallith,1,1,1,1,0.02,0.3010,0.01,0.3010 tallness,tallness,1,1,1,1,0.02,0.3010,0.01,0.3010 tallows,tallows,1,1,1,1,0.02,0.3010,0.01,0.3010 Tallyman,tallyman,1,1,0,0,0.02,0.3010,0.01,0.3010 taloned,taloned,2,1,2,1,0.04,0.4771,0.01,0.3010 Talpa,talpa,1,1,0,0,0.02,0.3010,0.01,0.3010 Tamarack,tamarack,2,1,0,0,0.04,0.4771,0.01,0.3010 tamaracks,tamaracks,1,1,1,1,0.02,0.3010,0.01,0.3010 tamarin,tamarin,1,1,1,1,0.02,0.3010,0.01,0.3010 tamarisk,tamarisk,1,1,1,1,0.02,0.3010,0.01,0.3010 Tamas,tamas,1,1,0,0,0.02,0.3010,0.01,0.3010 tamely,tamely,1,1,1,1,0.02,0.3010,0.01,0.3010 tamest,tamest,1,1,1,1,0.02,0.3010,0.01,0.3010 Tamil,tamil,4,1,0,0,0.08,0.6990,0.01,0.3010 Tammie,tammie,11,1,0,0,0.22,1.0792,0.01,0.3010 tamperer,tamperer,1,1,1,1,0.02,0.3010,0.01,0.3010 tamponing,tamponing,1,1,1,1,0.02,0.3010,0.01,0.3010 tampoon,tampoon,1,1,1,1,0.02,0.3010,0.01,0.3010 tanagers,tanagers,1,1,1,1,0.02,0.3010,0.01,0.3010 tanbark,tanbark,1,1,1,1,0.02,0.3010,0.01,0.3010 tangents,tangents,1,1,1,1,0.02,0.3010,0.01,0.3010 tanginess,tanginess,1,1,1,1,0.02,0.3010,0.01,0.3010 tanglefoot,tanglefoot,1,1,1,1,0.02,0.3010,0.01,0.3010 tanglement,tanglement,1,1,1,1,0.02,0.3010,0.01,0.3010 Tangler,tangler,1,1,0,0,0.02,0.3010,0.01,0.3010 tangly,tangly,1,1,1,1,0.02,0.3010,0.01,0.3010 Tanjong,tanjong,1,1,0,0,0.02,0.3010,0.01,0.3010 tankless,tankless,1,1,1,1,0.02,0.3010,0.01,0.3010 tanneries,tanneries,2,1,2,1,0.04,0.4771,0.01,0.3010 tanners,tanners,1,1,1,1,0.02,0.3010,0.01,0.3010 Tannhauser,tannhauser,1,1,0,0,0.02,0.3010,0.01,0.3010 tannish,tannish,1,1,1,1,0.02,0.3010,0.01,0.3010 Tansey,tansey,2,1,0,0,0.04,0.4771,0.01,0.3010 tantalising,tantalising,1,1,1,1,0.02,0.3010,0.01,0.3010 tantalisingly,tantalisingly,1,1,1,1,0.02,0.3010,0.01,0.3010 tantalizingly,tantalizingly,1,1,1,1,0.02,0.3010,0.01,0.3010 Tantalus,tantalus,1,1,0,0,0.02,0.3010,0.01,0.3010 Taoists,taoists,1,1,0,0,0.02,0.3010,0.01,0.3010 tapeline,tapeline,1,1,1,1,0.02,0.3010,0.01,0.3010 tapings,tapings,1,1,1,1,0.02,0.3010,0.01,0.3010 tapir,tapir,4,1,3,1,0.08,0.6990,0.01,0.3010 tappers,tappers,1,1,1,1,0.02,0.3010,0.01,0.3010 Taproom,taproom,1,1,0,0,0.02,0.3010,0.01,0.3010 taprooms,taprooms,1,1,1,1,0.02,0.3010,0.01,0.3010 tapster,tapster,1,1,1,1,0.02,0.3010,0.01,0.3010 taradiddle,taradiddle,1,1,1,1,0.02,0.3010,0.01,0.3010 Taramasalata,taramasalata,1,1,0,0,0.02,0.3010,0.01,0.3010 Tare,tare,4,1,0,0,0.08,0.6990,0.01,0.3010 Tares,tares,1,1,0,0,0.02,0.3010,0.01,0.3010 Tarlatan,tarlatan,1,1,0,0,0.02,0.3010,0.01,0.3010 tarmacked,tarmacked,1,1,1,1,0.02,0.3010,0.01,0.3010 Tarman,tarman,1,1,0,0,0.02,0.3010,0.01,0.3010 tarnishing,tarnishing,1,1,1,1,0.02,0.3010,0.01,0.3010 tarots,tarots,1,1,1,1,0.02,0.3010,0.01,0.3010 Tarpeian,tarpeian,1,1,0,0,0.02,0.3010,0.01,0.3010 tartans,tartans,1,1,1,1,0.02,0.3010,0.01,0.3010 tartlets,tartlets,1,1,1,1,0.02,0.3010,0.01,0.3010 tartly,tartly,1,1,1,1,0.02,0.3010,0.01,0.3010 Tartuffe,tartuffe,1,1,0,0,0.02,0.3010,0.01,0.3010 Tasco,tasco,1,1,0,0,0.02,0.3010,0.01,0.3010 taskless,taskless,1,1,1,1,0.02,0.3010,0.01,0.3010 tasse,tasse,1,1,1,1,0.02,0.3010,0.01,0.3010 tatler,tatler,1,1,1,1,0.02,0.3010,0.01,0.3010 Tatou,tatou,2,1,0,0,0.04,0.4771,0.01,0.3010 tatted,tatted,2,1,2,1,0.04,0.4771,0.01,0.3010 Tattersall,tattersall,3,1,0,0,0.06,0.6021,0.01,0.3010 tattooer,tattooer,1,1,1,1,0.02,0.3010,0.01,0.3010 tattooist,tattooist,1,1,1,1,0.02,0.3010,0.01,0.3010 Tattva,tattva,1,1,0,0,0.02,0.3010,0.01,0.3010 Taupo,taupo,7,1,0,0,0.14,0.9031,0.01,0.3010 Tauruses,tauruses,1,1,0,0,0.02,0.3010,0.01,0.3010 tav,tav,1,1,1,1,0.02,0.3010,0.01,0.3010 Tave,tave,19,1,0,0,0.37,1.3010,0.01,0.3010 Tavers,tavers,1,1,0,0,0.02,0.3010,0.01,0.3010 Tawney,tawney,1,1,0,0,0.02,0.3010,0.01,0.3010 taxations,taxations,1,1,1,1,0.02,0.3010,0.01,0.3010 taxiing,taxiing,1,1,1,1,0.02,0.3010,0.01,0.3010 taxonomic,taxonomic,1,1,1,1,0.02,0.3010,0.01,0.3010 taxpaying,taxpaying,1,1,1,1,0.02,0.3010,0.01,0.3010 taxwise,taxwise,1,1,1,1,0.02,0.3010,0.01,0.3010 Tazia,tazia,1,1,0,0,0.02,0.3010,0.01,0.3010 Tck,tck,2,1,0,0,0.04,0.4771,0.01,0.3010 Tdr,tdr,1,1,0,0,0.02,0.3010,0.01,0.3010 teabags,teabags,2,1,2,1,0.04,0.4771,0.01,0.3010 teachery,teachery,2,1,1,1,0.04,0.4771,0.01,0.3010 Teagle,teagle,1,1,0,0,0.02,0.3010,0.01,0.3010 teakwood,teakwood,1,1,1,1,0.02,0.3010,0.01,0.3010 tealights,tealights,1,1,1,1,0.02,0.3010,0.01,0.3010 teals,teals,1,1,1,1,0.02,0.3010,0.01,0.3010 tean,tean,1,1,1,1,0.02,0.3010,0.01,0.3010 teardown,teardown,1,1,1,1,0.02,0.3010,0.01,0.3010 tearer,tearer,1,1,1,1,0.02,0.3010,0.01,0.3010 teargas,teargas,1,1,1,1,0.02,0.3010,0.01,0.3010 tearooms,tearooms,1,1,1,1,0.02,0.3010,0.01,0.3010 teasingly,teasingly,1,1,1,1,0.02,0.3010,0.01,0.3010 Teasle,teasle,2,1,0,0,0.04,0.4771,0.01,0.3010 Teather,teather,1,1,0,0,0.02,0.3010,0.01,0.3010 technicolour,technicolour,1,1,1,1,0.02,0.3010,0.01,0.3010 technocrat,technocrat,2,1,2,1,0.04,0.4771,0.01,0.3010 technocrats,technocrats,1,1,1,1,0.02,0.3010,0.01,0.3010 technophobe,technophobe,1,1,1,1,0.02,0.3010,0.01,0.3010 tecum,tecum,2,1,2,1,0.04,0.4771,0.01,0.3010 Tedded,tedded,1,1,0,0,0.02,0.3010,0.01,0.3010 teem,teem,2,1,2,1,0.04,0.4771,0.01,0.3010 teenyboppers,teenyboppers,1,1,1,1,0.02,0.3010,0.01,0.3010 Teer,teer,2,1,0,0,0.04,0.4771,0.01,0.3010 teethe,teethe,1,1,1,1,0.02,0.3010,0.01,0.3010 teetotal,teetotal,1,1,1,1,0.02,0.3010,0.01,0.3010 teetotaling,teetotaling,1,1,1,1,0.02,0.3010,0.01,0.3010 Tejano,tejano,1,1,0,0,0.02,0.3010,0.01,0.3010 Telangiectasia,telangiectasia,1,1,0,0,0.02,0.3010,0.01,0.3010 Telecaster,telecaster,1,1,0,0,0.02,0.3010,0.01,0.3010 Telecasters,telecasters,1,1,0,0,0.02,0.3010,0.01,0.3010 telecasts,telecasts,1,1,1,1,0.02,0.3010,0.01,0.3010 telecommuter,telecommuter,1,1,1,1,0.02,0.3010,0.01,0.3010 Telecomputer,telecomputer,1,1,0,0,0.02,0.3010,0.01,0.3010 teleconferenced,teleconferenced,1,1,1,1,0.02,0.3010,0.01,0.3010 teleconferencing,teleconferencing,1,1,1,1,0.02,0.3010,0.01,0.3010 telegraphic,telegraphic,1,1,1,1,0.02,0.3010,0.01,0.3010 telemetric,telemetric,1,1,1,1,0.02,0.3010,0.01,0.3010 telephonically,telephonically,1,1,1,1,0.02,0.3010,0.01,0.3010 teleplasmic,teleplasmic,1,1,1,1,0.02,0.3010,0.01,0.3010 teleplays,teleplays,1,1,1,1,0.02,0.3010,0.01,0.3010 telethons,telethons,2,1,2,1,0.04,0.4771,0.01,0.3010 Teletyped,teletyped,2,1,0,0,0.04,0.4771,0.01,0.3010 televangelism,televangelism,1,1,1,1,0.02,0.3010,0.01,0.3010 televangelists,televangelists,1,1,1,1,0.02,0.3010,0.01,0.3010 teleview,teleview,1,1,1,1,0.02,0.3010,0.01,0.3010 televise,televise,1,1,1,1,0.02,0.3010,0.01,0.3010 televisor,televisor,2,1,2,1,0.04,0.4771,0.01,0.3010 telexed,telexed,1,1,1,1,0.02,0.3010,0.01,0.3010 Telfer,telfer,20,1,0,0,0.39,1.3222,0.01,0.3010 tellies,tellies,1,1,1,1,0.02,0.3010,0.01,0.3010 telltales,telltales,1,1,1,1,0.02,0.3010,0.01,0.3010 tellurium,tellurium,1,1,1,1,0.02,0.3010,0.01,0.3010 telophase,telophase,1,1,1,1,0.02,0.3010,0.01,0.3010 telt,telt,2,1,2,1,0.04,0.4771,0.01,0.3010 temblor,temblor,2,1,2,1,0.04,0.4771,0.01,0.3010 Temescal,temescal,1,1,0,0,0.02,0.3010,0.01,0.3010 tempera,tempera,2,1,2,1,0.04,0.4771,0.01,0.3010 temperable,temperable,1,1,1,1,0.02,0.3010,0.01,0.3010 temperaments,temperaments,1,1,1,1,0.02,0.3010,0.01,0.3010 Tempora,tempora,1,1,0,0,0.02,0.3010,0.01,0.3010 temporalis,temporalis,1,1,1,1,0.02,0.3010,0.01,0.3010 temporaries,temporaries,8,1,8,1,0.16,0.9542,0.01,0.3010 tempore,tempore,1,1,1,1,0.02,0.3010,0.01,0.3010 temporize,temporize,1,1,1,1,0.02,0.3010,0.01,0.3010 temporomandibular,temporomandibular,1,1,1,1,0.02,0.3010,0.01,0.3010 tempter,tempter,1,1,1,1,0.02,0.3010,0.01,0.3010 temptingly,temptingly,1,1,1,1,0.02,0.3010,0.01,0.3010 Tenace,tenace,1,1,0,0,0.02,0.3010,0.01,0.3010 tenantless,tenantless,1,1,1,1,0.02,0.3010,0.01,0.3010 Tench,tench,1,1,0,0,0.02,0.3010,0.01,0.3010 tenderer,tenderer,1,1,1,1,0.02,0.3010,0.01,0.3010 tenderfeet,tenderfeet,1,1,1,1,0.02,0.3010,0.01,0.3010 tenderising,tenderising,1,1,1,1,0.02,0.3010,0.01,0.3010 tendinitis,tendinitis,2,1,2,1,0.04,0.4771,0.01,0.3010 tendo,tendo,1,1,1,1,0.02,0.3010,0.01,0.3010 Tengu,tengu,1,1,0,0,0.02,0.3010,0.01,0.3010 Tennessean,tennessean,1,1,0,0,0.02,0.3010,0.01,0.3010 tenpenny,tenpenny,1,1,1,1,0.02,0.3010,0.01,0.3010 tenpins,tenpins,1,1,1,1,0.02,0.3010,0.01,0.3010 tensely,tensely,1,1,1,1,0.02,0.3010,0.01,0.3010 tensest,tensest,1,1,1,1,0.02,0.3010,0.01,0.3010 tenspot,tenspot,1,1,1,1,0.02,0.3010,0.01,0.3010 tentacled,tentacled,1,1,1,1,0.02,0.3010,0.01,0.3010 Tention,tention,2,1,0,0,0.04,0.4771,0.01,0.3010 Tentmaker,tentmaker,1,1,0,0,0.02,0.3010,0.01,0.3010 Tera,tera,1,1,0,0,0.02,0.3010,0.01,0.3010 terabyte,terabyte,1,1,1,1,0.02,0.3010,0.01,0.3010 terabytes,terabytes,1,1,1,1,0.02,0.3010,0.01,0.3010 teratoma,teratoma,1,1,1,1,0.02,0.3010,0.01,0.3010 Teratomas,teratomas,2,1,0,0,0.04,0.4771,0.01,0.3010 terbium,terbium,1,1,1,1,0.02,0.3010,0.01,0.3010 Terebellum,terebellum,1,1,0,0,0.02,0.3010,0.01,0.3010 teres,teres,1,1,1,1,0.02,0.3010,0.01,0.3010 Tergiversation,tergiversation,1,1,0,0,0.02,0.3010,0.01,0.3010 Terma,terma,1,1,0,0,0.02,0.3010,0.01,0.3010 termagant,termagant,1,1,1,1,0.02,0.3010,0.01,0.3010 termin,termin,1,1,1,1,0.02,0.3010,0.01,0.3010 terminatory,terminatory,1,1,1,1,0.02,0.3010,0.01,0.3010 terminer,terminer,3,1,3,1,0.06,0.6021,0.01,0.3010 terminologies,terminologies,1,1,1,1,0.02,0.3010,0.01,0.3010 tern,tern,1,1,1,1,0.02,0.3010,0.01,0.3010 terpsichore,terpsichore,1,1,1,1,0.02,0.3010,0.01,0.3010 terpsichorean,terpsichorean,1,1,1,1,0.02,0.3010,0.01,0.3010 Terral,terral,1,1,0,0,0.02,0.3010,0.01,0.3010 terraneous,terraneous,1,1,1,1,0.02,0.3010,0.01,0.3010 Terrasse,terrasse,1,1,0,0,0.02,0.3010,0.01,0.3010 Terrene,terrene,1,1,0,0,0.02,0.3010,0.01,0.3010 terribles,terribles,1,1,1,1,0.02,0.3010,0.01,0.3010 Terrie,terrie,3,1,0,0,0.06,0.6021,0.01,0.3010 territorialism,territorialism,1,1,1,1,0.02,0.3010,0.01,0.3010 tersely,tersely,1,1,1,1,0.02,0.3010,0.01,0.3010 tersest,tersest,1,1,1,1,0.02,0.3010,0.01,0.3010 Tertius,tertius,7,1,0,0,0.14,0.9031,0.01,0.3010 Teste,teste,5,1,0,0,0.10,0.7782,0.01,0.3010 testiness,testiness,1,1,1,1,0.02,0.3010,0.01,0.3010 testings,testings,1,1,1,1,0.02,0.3010,0.01,0.3010 Testudo,testudo,1,1,0,0,0.02,0.3010,0.01,0.3010 tetchy,tetchy,1,1,1,1,0.02,0.3010,0.01,0.3010 tethering,tethering,1,1,1,1,0.02,0.3010,0.01,0.3010 Tetragrammaton,tetragrammaton,6,1,0,0,0.12,0.8451,0.01,0.3010 tetrahedrons,tetrahedrons,1,1,1,1,0.02,0.3010,0.01,0.3010 Tetralogy,tetralogy,1,1,0,0,0.02,0.3010,0.01,0.3010 tetrameter,tetrameter,1,1,1,1,0.02,0.3010,0.01,0.3010 tetrapods,tetrapods,1,1,1,1,0.02,0.3010,0.01,0.3010 tetter,tetter,1,1,1,1,0.02,0.3010,0.01,0.3010 Teuton,teuton,2,1,0,0,0.04,0.4771,0.01,0.3010 Teutons,teutons,2,1,0,0,0.04,0.4771,0.01,0.3010 textural,textural,1,1,1,1,0.02,0.3010,0.01,0.3010 thak,thak,1,1,1,1,0.02,0.3010,0.01,0.3010 thalassemia,thalassemia,1,1,1,1,0.02,0.3010,0.01,0.3010 thalassophobia,thalassophobia,1,1,1,1,0.02,0.3010,0.01,0.3010 thalers,thalers,1,1,1,1,0.02,0.3010,0.01,0.3010 Thanatophidia,thanatophidia,1,1,0,0,0.02,0.3010,0.01,0.3010 thatching,thatching,1,1,1,1,0.02,0.3010,0.01,0.3010 Thatd,thatd,1,1,0,0,0.02,0.3010,0.01,0.3010 theat,theat,1,1,1,1,0.02,0.3010,0.01,0.3010 theatregoer,theatregoer,2,1,2,1,0.04,0.4771,0.01,0.3010 theatregoers,theatregoers,1,1,1,1,0.02,0.3010,0.01,0.3010 theatregoing,theatregoing,1,1,1,1,0.02,0.3010,0.01,0.3010 theatric,theatric,1,1,1,1,0.02,0.3010,0.01,0.3010 theatricalism,theatricalism,1,1,1,1,0.02,0.3010,0.01,0.3010 theatricality,theatricality,1,1,1,1,0.02,0.3010,0.01,0.3010 thed,thed,1,1,1,1,0.02,0.3010,0.01,0.3010 theistic,theistic,2,1,2,1,0.04,0.4771,0.01,0.3010 thema,thema,1,1,1,1,0.02,0.3010,0.01,0.3010 thenar,thenar,2,1,2,1,0.04,0.4771,0.01,0.3010 thens,thens,1,1,1,1,0.02,0.3010,0.01,0.3010 theodolite,theodolite,1,1,1,1,0.02,0.3010,0.01,0.3010 theodolites,theodolites,3,1,3,1,0.06,0.6021,0.01,0.3010 theologically,theologically,1,1,1,1,0.02,0.3010,0.01,0.3010 Theophilus,theophilus,1,1,0,0,0.02,0.3010,0.01,0.3010 theoretic,theoretic,1,1,1,1,0.02,0.3010,0.01,0.3010 theoretics,theoretics,1,1,1,1,0.02,0.3010,0.01,0.3010 theorised,theorised,1,1,1,1,0.02,0.3010,0.01,0.3010 theorizes,theorizes,1,1,1,1,0.02,0.3010,0.01,0.3010 Theosophical,theosophical,2,1,0,0,0.04,0.4771,0.01,0.3010 therapeutics,therapeutics,1,1,1,1,0.02,0.3010,0.01,0.3010 thereat,thereat,1,1,1,1,0.02,0.3010,0.01,0.3010 therefrom,therefrom,1,1,1,1,0.02,0.3010,0.01,0.3010 thereon,thereon,1,1,1,1,0.02,0.3010,0.01,0.3010 thereunder,thereunder,1,1,1,1,0.02,0.3010,0.01,0.3010 thereunto,thereunto,1,1,1,1,0.02,0.3010,0.01,0.3010 therm,therm,1,1,1,1,0.02,0.3010,0.01,0.3010 thermally,thermally,1,1,1,1,0.02,0.3010,0.01,0.3010 Thermic,thermic,1,1,0,0,0.02,0.3010,0.01,0.3010 thermionic,thermionic,1,1,1,1,0.02,0.3010,0.01,0.3010 thermocouple,thermocouple,1,1,1,1,0.02,0.3010,0.01,0.3010 thermodynamically,thermodynamically,1,1,1,1,0.02,0.3010,0.01,0.3010 thermograph,thermograph,4,1,3,1,0.08,0.6990,0.01,0.3010 Thermoses,thermoses,2,1,0,0,0.04,0.4771,0.01,0.3010 thermoset,thermoset,1,1,1,1,0.02,0.3010,0.01,0.3010 thermosetting,thermosetting,1,1,1,1,0.02,0.3010,0.01,0.3010 Thermostatically,thermostatically,1,1,0,0,0.02,0.3010,0.01,0.3010 theropod,theropod,1,1,1,1,0.02,0.3010,0.01,0.3010 theropods,theropods,1,1,1,1,0.02,0.3010,0.01,0.3010 Thessalonians,thessalonians,1,1,0,0,0.02,0.3010,0.01,0.3010 Thetas,thetas,37,1,0,0,0.73,1.5798,0.01,0.3010 thetic,thetic,1,1,1,1,0.02,0.3010,0.01,0.3010 Thetis,thetis,5,1,0,0,0.10,0.7782,0.01,0.3010 theurgic,theurgic,1,1,1,1,0.02,0.3010,0.01,0.3010 thew,thew,1,1,1,1,0.02,0.3010,0.01,0.3010 Theyd,theyd,1,1,0,0,0.02,0.3010,0.01,0.3010 thickets,thickets,1,1,1,1,0.02,0.3010,0.01,0.3010 thicklips,thicklips,1,1,1,1,0.02,0.3010,0.01,0.3010 thicks,thicks,1,1,1,1,0.02,0.3010,0.01,0.3010 thingless,thingless,1,1,1,1,0.02,0.3010,0.01,0.3010 thinglet,thinglet,2,1,2,1,0.04,0.4771,0.01,0.3010 Thio,thio,1,1,0,0,0.02,0.3010,0.01,0.3010 Thiokol,thiokol,1,1,0,0,0.02,0.3010,0.01,0.3010 thiols,thiols,1,1,1,1,0.02,0.3010,0.01,0.3010 thionyl,thionyl,1,1,1,1,0.02,0.3010,0.01,0.3010 Thioridazine,thioridazine,1,1,0,0,0.02,0.3010,0.01,0.3010 thir,thir,3,1,3,1,0.06,0.6021,0.01,0.3010 thirdhand,thirdhand,1,1,1,1,0.02,0.3010,0.01,0.3010 thirteenths,thirteenths,1,1,1,1,0.02,0.3010,0.01,0.3010 Thisbe,thisbe,1,1,0,0,0.02,0.3010,0.01,0.3010 thistledown,thistledown,1,1,1,1,0.02,0.3010,0.01,0.3010 tholes,tholes,1,1,1,1,0.02,0.3010,0.01,0.3010 thoracal,thoracal,1,1,1,1,0.02,0.3010,0.01,0.3010 thoracolumbar,thoracolumbar,1,1,1,1,0.02,0.3010,0.01,0.3010 thoracoscope,thoracoscope,1,1,1,1,0.02,0.3010,0.01,0.3010 thoracoscopy,thoracoscopy,1,1,1,1,0.02,0.3010,0.01,0.3010 thorium,thorium,10,1,10,1,0.20,1.0414,0.01,0.3010 thoughted,thoughted,1,1,1,1,0.02,0.3010,0.01,0.3010 thous,thous,1,1,1,1,0.02,0.3010,0.01,0.3010 thousandths,thousandths,1,1,1,1,0.02,0.3010,0.01,0.3010 thraldom,thraldom,1,1,1,1,0.02,0.3010,0.01,0.3010 thralls,thralls,8,1,7,1,0.16,0.9542,0.01,0.3010 thrashers,thrashers,2,1,1,1,0.04,0.4771,0.01,0.3010 thrashes,thrashes,1,1,1,1,0.02,0.3010,0.01,0.3010 Threadlike,threadlike,1,1,0,0,0.02,0.3010,0.01,0.3010 Threating,threating,1,1,0,0,0.02,0.3010,0.01,0.3010 threepenny,threepenny,1,1,1,1,0.02,0.3010,0.01,0.3010 thresholds,thresholds,1,1,1,1,0.02,0.3010,0.01,0.3010 thriftiness,thriftiness,1,1,1,1,0.02,0.3010,0.01,0.3010 thrifts,thrifts,1,1,1,1,0.02,0.3010,0.01,0.3010 thrillful,thrillful,1,1,1,1,0.02,0.3010,0.01,0.3010 thrombocytopenia,thrombocytopenia,1,1,1,1,0.02,0.3010,0.01,0.3010 Thrombocytopenic,thrombocytopenic,1,1,0,0,0.02,0.3010,0.01,0.3010 thrombolysis,thrombolysis,1,1,1,1,0.02,0.3010,0.01,0.3010 thrombosed,thrombosed,1,1,1,1,0.02,0.3010,0.01,0.3010 throned,throned,1,1,1,1,0.02,0.3010,0.01,0.3010 thronging,thronging,1,1,1,1,0.02,0.3010,0.01,0.3010 throstle,throstle,1,1,1,1,0.02,0.3010,0.01,0.3010 throwbacks,throwbacks,2,1,2,1,0.04,0.4771,0.01,0.3010 thrum,thrum,6,1,6,1,0.12,0.8451,0.01,0.3010 thrumming,thrumming,7,1,7,1,0.14,0.9031,0.01,0.3010 thruppence,thruppence,1,1,1,1,0.02,0.3010,0.01,0.3010 thrusted,thrusted,1,1,1,1,0.02,0.3010,0.01,0.3010 thugged,thugged,1,1,1,1,0.02,0.3010,0.01,0.3010 thugging,thugging,1,1,1,1,0.02,0.3010,0.01,0.3010 thujone,thujone,2,1,1,1,0.04,0.4771,0.01,0.3010 thumbkin,thumbkin,1,1,1,1,0.02,0.3010,0.01,0.3010 thumpers,thumpers,1,1,1,1,0.02,0.3010,0.01,0.3010 thunderclouds,thunderclouds,1,1,1,1,0.02,0.3010,0.01,0.3010 Thunderfish,thunderfish,2,1,0,0,0.04,0.4771,0.01,0.3010 Thunderstick,thunderstick,2,1,0,0,0.04,0.4771,0.01,0.3010 Thung,thung,1,1,0,0,0.02,0.3010,0.01,0.3010 thwacking,thwacking,1,1,1,1,0.02,0.3010,0.01,0.3010 thwacks,thwacks,1,1,1,1,0.02,0.3010,0.01,0.3010 Thwaite,thwaite,13,1,0,0,0.25,1.1461,0.01,0.3010 thymine,thymine,1,1,1,1,0.02,0.3010,0.01,0.3010 thyroglossal,thyroglossal,2,1,2,1,0.04,0.4771,0.01,0.3010 Tibby,tibby,30,1,0,0,0.59,1.4914,0.01,0.3010 tibial,tibial,2,1,2,1,0.04,0.4771,0.01,0.3010 Tibicen,tibicen,1,1,0,0,0.02,0.3010,0.01,0.3010 tickers,tickers,1,1,1,1,0.02,0.3010,0.01,0.3010 ticklers,ticklers,1,1,1,1,0.02,0.3010,0.01,0.3010 tid,tid,1,1,1,1,0.02,0.3010,0.01,0.3010 tiddle,tiddle,1,1,1,1,0.02,0.3010,0.01,0.3010 Tiddlers,tiddlers,1,1,0,0,0.02,0.3010,0.01,0.3010 Tiddley,tiddley,1,1,0,0,0.02,0.3010,0.01,0.3010 tiddlywinking,tiddlywinking,1,1,1,1,0.02,0.3010,0.01,0.3010 Tiddy,tiddy,3,1,0,0,0.06,0.6021,0.01,0.3010 tided,tided,1,1,1,1,0.02,0.3010,0.01,0.3010 tidelands,tidelands,2,1,2,1,0.04,0.4771,0.01,0.3010 tidiest,tidiest,1,1,1,1,0.02,0.3010,0.01,0.3010 tidily,tidily,1,1,1,1,0.02,0.3010,0.01,0.3010 tieing,tieing,1,1,1,1,0.02,0.3010,0.01,0.3010 tienda,tienda,1,1,1,1,0.02,0.3010,0.01,0.3010 Tiens,tiens,1,1,0,0,0.02,0.3010,0.01,0.3010 tiepin,tiepin,2,1,2,1,0.04,0.4771,0.01,0.3010 tierce,tierce,1,1,1,1,0.02,0.3010,0.01,0.3010 tiered,tiered,1,1,1,1,0.02,0.3010,0.01,0.3010 tiffin,tiffin,2,1,2,1,0.04,0.4771,0.01,0.3010 tiffins,tiffins,1,1,1,1,0.02,0.3010,0.01,0.3010 tiffy,tiffy,2,1,1,1,0.04,0.4771,0.01,0.3010 Tift,tift,2,1,0,0,0.04,0.4771,0.01,0.3010 tightenings,tightenings,1,1,1,1,0.02,0.3010,0.01,0.3010 tightknit,tightknit,1,1,1,1,0.02,0.3010,0.01,0.3010 tightwire,tightwire,1,1,1,1,0.02,0.3010,0.01,0.3010 tigresses,tigresses,1,1,1,1,0.02,0.3010,0.01,0.3010 Tigris,tigris,2,1,0,0,0.04,0.4771,0.01,0.3010 tikis,tikis,6,1,3,1,0.12,0.8451,0.01,0.3010 Tikkun,tikkun,4,1,1,1,0.08,0.6990,0.01,0.3010 tilers,tilers,1,1,1,1,0.02,0.3010,0.01,0.3010 Tillet,tillet,2,1,0,0,0.04,0.4771,0.01,0.3010 tilty,tilty,1,1,1,1,0.02,0.3010,0.01,0.3010 Timar,timar,8,1,0,0,0.16,0.9542,0.01,0.3010 timbal,timbal,2,1,2,1,0.04,0.4771,0.01,0.3010 timbale,timbale,1,1,1,1,0.02,0.3010,0.01,0.3010 timbered,timbered,1,1,1,1,0.02,0.3010,0.01,0.3010 timbrel,timbrel,2,1,2,1,0.04,0.4771,0.01,0.3010 timekeeping,timekeeping,1,1,1,1,0.02,0.3010,0.01,0.3010 Timeliness,timeliness,1,1,0,0,0.02,0.3010,0.01,0.3010 timeshares,timeshares,1,1,1,1,0.02,0.3010,0.01,0.3010 Timestamp,timestamp,1,1,0,0,0.02,0.3010,0.01,0.3010 Timmer,timmer,20,1,0,0,0.39,1.3222,0.01,0.3010 tinged,tinged,1,1,1,1,0.02,0.3010,0.01,0.3010 Tingler,tingler,27,1,0,0,0.53,1.4472,0.01,0.3010 tinkerer,tinkerer,1,1,1,1,0.02,0.3010,0.01,0.3010 tinkers,tinkers,1,1,1,1,0.02,0.3010,0.01,0.3010 Tinman,tinman,1,1,0,0,0.02,0.3010,0.01,0.3010 tinplate,tinplate,5,1,5,1,0.10,0.7782,0.01,0.3010 tinsmith,tinsmith,1,1,1,1,0.02,0.3010,0.01,0.3010 tints,tints,5,1,5,1,0.10,0.7782,0.01,0.3010 tintypes,tintypes,1,1,1,1,0.02,0.3010,0.01,0.3010 tinware,tinware,1,1,1,1,0.02,0.3010,0.01,0.3010 tipless,tipless,1,1,1,1,0.02,0.3010,0.01,0.3010 Tippets,tippets,1,1,0,0,0.02,0.3010,0.01,0.3010 tippler,tippler,1,1,1,1,0.02,0.3010,0.01,0.3010 tippytoe,tippytoe,1,1,1,1,0.02,0.3010,0.01,0.3010 tipsiness,tipsiness,1,1,1,1,0.02,0.3010,0.01,0.3010 tiredest,tiredest,1,1,1,1,0.02,0.3010,0.01,0.3010 Tiresias,tiresias,3,1,0,0,0.06,0.6021,0.01,0.3010 tiresomely,tiresomely,2,1,1,1,0.04,0.4771,0.01,0.3010 tiros,tiros,2,1,2,1,0.04,0.4771,0.01,0.3010 tissu,tissu,1,1,1,1,0.02,0.3010,0.01,0.3010 Titania,titania,2,1,0,0,0.04,0.4771,0.01,0.3010 tithe,tithe,1,1,1,1,0.02,0.3010,0.01,0.3010 titmice,titmice,2,1,2,1,0.04,0.4771,0.01,0.3010 titrated,titrated,1,1,1,1,0.02,0.3010,0.01,0.3010 titre,titre,2,1,2,1,0.04,0.4771,0.01,0.3010 titter,titter,1,1,1,1,0.02,0.3010,0.01,0.3010 Tittles,tittles,1,1,0,0,0.02,0.3010,0.01,0.3010 tizwin,tizwin,4,1,3,1,0.08,0.6990,0.01,0.3010 Tlingit,tlingit,1,1,0,0,0.02,0.3010,0.01,0.3010 tobogganer,tobogganer,1,1,1,1,0.02,0.3010,0.01,0.3010 tocopherol,tocopherol,1,1,1,1,0.02,0.3010,0.01,0.3010 toddles,toddles,1,1,1,1,0.02,0.3010,0.01,0.3010 Tods,tods,1,1,0,0,0.02,0.3010,0.01,0.3010 Tody,tody,1,1,0,0,0.02,0.3010,0.01,0.3010 Toeless,toeless,1,1,0,0,0.02,0.3010,0.01,0.3010 toerag,toerag,1,1,1,1,0.02,0.3010,0.01,0.3010 toeshoes,toeshoes,3,1,2,1,0.06,0.6021,0.01,0.3010 Toey,toey,25,1,0,0,0.49,1.4150,0.01,0.3010 toffees,toffees,1,1,1,1,0.02,0.3010,0.01,0.3010 tofus,tofus,1,1,1,1,0.02,0.3010,0.01,0.3010 tog,tog,1,1,1,1,0.02,0.3010,0.01,0.3010 togethers,togethers,1,1,1,1,0.02,0.3010,0.01,0.3010 toile,toile,1,1,1,1,0.02,0.3010,0.01,0.3010 toiler,toiler,1,1,1,1,0.02,0.3010,0.01,0.3010 toilsome,toilsome,4,1,4,1,0.08,0.6990,0.01,0.3010 Toit,toit,32,1,0,0,0.63,1.5185,0.01,0.3010 Toity,toity,1,1,0,0,0.02,0.3010,0.01,0.3010 Tokamak,tokamak,7,1,0,0,0.14,0.9031,0.01,0.3010 Tokay,tokay,1,1,0,0,0.02,0.3010,0.01,0.3010 toked,toked,2,1,2,1,0.04,0.4771,0.01,0.3010 tokes,tokes,1,1,1,1,0.02,0.3010,0.01,0.3010 tol,tol,1,1,1,1,0.02,0.3010,0.01,0.3010 Tolan,tolan,9,1,0,0,0.18,1.0000,0.01,0.3010 Tolas,tolas,6,1,0,0,0.12,0.8451,0.01,0.3010 tollhouses,tollhouses,1,1,1,1,0.02,0.3010,0.01,0.3010 tollway,tollway,1,1,1,1,0.02,0.3010,0.01,0.3010 Toluidine,toluidine,1,1,0,0,0.02,0.3010,0.01,0.3010 toluol,toluol,1,1,1,1,0.02,0.3010,0.01,0.3010 tombe,tombe,1,1,1,1,0.02,0.3010,0.01,0.3010 tombolas,tombolas,1,1,1,1,0.02,0.3010,0.01,0.3010 tomboys,tomboys,1,1,1,1,0.02,0.3010,0.01,0.3010 tomcods,tomcods,1,1,1,1,0.02,0.3010,0.01,0.3010 Tomkin,tomkin,3,1,0,0,0.06,0.6021,0.01,0.3010 tomograms,tomograms,1,1,1,1,0.02,0.3010,0.01,0.3010 tomograph,tomograph,1,1,1,1,0.02,0.3010,0.01,0.3010 tomographic,tomographic,1,1,1,1,0.02,0.3010,0.01,0.3010 tomtit,tomtit,1,1,1,1,0.02,0.3010,0.01,0.3010 tondo,tondo,1,1,1,1,0.02,0.3010,0.01,0.3010 toneless,toneless,1,1,1,1,0.02,0.3010,0.01,0.3010 toners,toners,1,1,1,1,0.02,0.3010,0.01,0.3010 Tongas,tongas,1,1,0,0,0.02,0.3010,0.01,0.3010 tonger,tonger,1,1,1,1,0.02,0.3010,0.01,0.3010 tongued,tongued,1,1,1,1,0.02,0.3010,0.01,0.3010 tongueless,tongueless,1,1,1,1,0.02,0.3010,0.01,0.3010 toniest,toniest,1,1,1,1,0.02,0.3010,0.01,0.3010 toning,toning,1,1,1,1,0.02,0.3010,0.01,0.3010 tonsillar,tonsillar,1,1,1,1,0.02,0.3010,0.01,0.3010 tonsillectomies,tonsillectomies,1,1,1,1,0.02,0.3010,0.01,0.3010 tonsillitis,tonsillitis,1,1,1,1,0.02,0.3010,0.01,0.3010 tontine,tontine,2,1,2,1,0.04,0.4771,0.01,0.3010 Toolach,toolach,2,1,0,0,0.04,0.4771,0.01,0.3010 tooled,tooled,1,1,1,1,0.02,0.3010,0.01,0.3010 toolhead,toolhead,2,1,1,1,0.04,0.4771,0.01,0.3010 toolmark,toolmark,1,1,1,1,0.02,0.3010,0.01,0.3010 toolsheds,toolsheds,1,1,1,1,0.02,0.3010,0.01,0.3010 Toosie,toosie,4,1,0,0,0.08,0.6990,0.01,0.3010 tooters,tooters,1,1,1,1,0.02,0.3010,0.01,0.3010 toothful,toothful,1,1,1,1,0.02,0.3010,0.01,0.3010 toothpastes,toothpastes,1,1,1,1,0.02,0.3010,0.01,0.3010 tootling,tootling,1,1,1,1,0.02,0.3010,0.01,0.3010 topcoats,topcoats,4,1,4,1,0.08,0.6990,0.01,0.3010 toper,toper,1,1,1,1,0.02,0.3010,0.01,0.3010 topes,topes,1,1,1,1,0.02,0.3010,0.01,0.3010 topi,topi,2,1,2,1,0.04,0.4771,0.01,0.3010 Topia,topia,1,1,0,0,0.02,0.3010,0.01,0.3010 topis,topis,1,1,1,1,0.02,0.3010,0.01,0.3010 topknots,topknots,1,1,1,1,0.02,0.3010,0.01,0.3010 toplessness,toplessness,1,1,1,1,0.02,0.3010,0.01,0.3010 Topmen,topmen,2,1,0,0,0.04,0.4771,0.01,0.3010 topographic,topographic,1,1,1,1,0.02,0.3010,0.01,0.3010 Torahs,torahs,1,1,0,0,0.02,0.3010,0.01,0.3010 toras,toras,1,1,1,1,0.02,0.3010,0.01,0.3010 Torii,torii,1,1,0,0,0.02,0.3010,0.01,0.3010 torpid,torpid,1,1,1,1,0.02,0.3010,0.01,0.3010 torpidity,torpidity,2,1,2,1,0.04,0.4771,0.01,0.3010 tors,tors,1,1,1,1,0.02,0.3010,0.01,0.3010 torse,torse,1,1,1,1,0.02,0.3010,0.01,0.3010 torta,torta,1,1,1,1,0.02,0.3010,0.01,0.3010 tortious,tortious,6,1,4,1,0.12,0.8451,0.01,0.3010 torus,torus,1,1,1,1,0.02,0.3010,0.01,0.3010 Toston,toston,2,1,0,0,0.04,0.4771,0.01,0.3010 totalizator,totalizator,1,1,1,1,0.02,0.3010,0.01,0.3010 toted,toted,1,1,1,1,0.02,0.3010,0.01,0.3010 totemic,totemic,1,1,1,1,0.02,0.3010,0.01,0.3010 totemistic,totemistic,1,1,1,1,0.02,0.3010,0.01,0.3010 toter,toter,1,1,1,1,0.02,0.3010,0.01,0.3010 tother,tother,1,1,1,1,0.02,0.3010,0.01,0.3010 tottering,tottering,1,1,1,1,0.02,0.3010,0.01,0.3010 Tottle,tottle,1,1,0,0,0.02,0.3010,0.01,0.3010 toucans,toucans,1,1,1,1,0.02,0.3010,0.01,0.3010 touchier,touchier,1,1,1,1,0.02,0.3010,0.01,0.3010 touchiest,touchiest,1,1,1,1,0.02,0.3010,0.01,0.3010 touchup,touchup,1,1,1,1,0.02,0.3010,0.01,0.3010 toughed,toughed,1,1,1,1,0.02,0.3010,0.01,0.3010 toughener,toughener,1,1,1,1,0.02,0.3010,0.01,0.3010 toughing,toughing,1,1,1,1,0.02,0.3010,0.01,0.3010 Toughly,toughly,1,1,0,0,0.02,0.3010,0.01,0.3010 toughy,toughy,1,1,1,1,0.02,0.3010,0.01,0.3010 Toup,toup,1,1,0,0,0.02,0.3010,0.01,0.3010 tournedos,tournedos,1,1,1,1,0.02,0.3010,0.01,0.3010 Tournel,tournel,1,1,0,0,0.02,0.3010,0.01,0.3010 Tourneur,tourneur,1,1,0,0,0.02,0.3010,0.01,0.3010 touse,touse,1,1,1,1,0.02,0.3010,0.01,0.3010 Tovar,tovar,2,1,0,0,0.04,0.4771,0.01,0.3010 tovarish,tovarish,1,1,1,1,0.02,0.3010,0.01,0.3010 towerless,towerless,1,1,1,1,0.02,0.3010,0.01,0.3010 towhead,towhead,1,1,1,1,0.02,0.3010,0.01,0.3010 towheads,towheads,1,1,1,1,0.02,0.3010,0.01,0.3010 Towkay,towkay,17,1,3,1,0.33,1.2553,0.01,0.3010 townfolk,townfolk,1,1,1,1,0.02,0.3010,0.01,0.3010 townies,townies,1,1,1,1,0.02,0.3010,0.01,0.3010 townswoman,townswoman,1,1,1,1,0.02,0.3010,0.01,0.3010 towpath,towpath,1,1,1,1,0.02,0.3010,0.01,0.3010 Towson,towson,1,1,0,0,0.02,0.3010,0.01,0.3010 Toxicities,toxicities,1,1,0,0,0.02,0.3010,0.01,0.3010 toxicologist,toxicologist,1,1,1,1,0.02,0.3010,0.01,0.3010 toxology,toxology,1,1,1,1,0.02,0.3010,0.01,0.3010 Toyo,toyo,1,1,0,0,0.02,0.3010,0.01,0.3010 Toytown,toytown,1,1,0,0,0.02,0.3010,0.01,0.3010 Tps,tps,1,1,0,0,0.02,0.3010,0.01,0.3010 Trabecula,trabecula,1,1,0,0,0.02,0.3010,0.01,0.3010 Trabuco,trabuco,2,1,0,0,0.04,0.4771,0.01,0.3010 tracery,tracery,1,1,1,1,0.02,0.3010,0.01,0.3010 trachoma,trachoma,2,1,2,1,0.04,0.4771,0.01,0.3010 trackside,trackside,1,1,1,1,0.02,0.3010,0.01,0.3010 tracksuits,tracksuits,1,1,1,1,0.02,0.3010,0.01,0.3010 tractable,tractable,1,1,1,1,0.02,0.3010,0.01,0.3010 tradeoffs,tradeoffs,1,1,1,1,0.02,0.3010,0.01,0.3010 tradings,tradings,1,1,1,1,0.02,0.3010,0.01,0.3010 traduced,traduced,1,1,1,1,0.02,0.3010,0.01,0.3010 trafficked,trafficked,1,1,1,1,0.02,0.3010,0.01,0.3010 Tragedians,tragedians,1,1,0,0,0.02,0.3010,0.01,0.3010 tragicomedy,tragicomedy,1,1,1,1,0.02,0.3010,0.01,0.3010 Trailbreaker,trailbreaker,1,1,0,0,0.02,0.3010,0.01,0.3010 trainloads,trainloads,1,1,1,1,0.02,0.3010,0.01,0.3010 Trainman,trainman,7,1,0,0,0.14,0.9031,0.01,0.3010 Trainspotting,trainspotting,1,1,0,0,0.02,0.3010,0.01,0.3010 traipsed,traipsed,1,1,1,1,0.02,0.3010,0.01,0.3010 traipses,traipses,1,1,1,1,0.02,0.3010,0.01,0.3010 Traitoress,traitoress,1,1,0,0,0.02,0.3010,0.01,0.3010 traitorously,traitorously,1,1,1,1,0.02,0.3010,0.01,0.3010 traitress,traitress,1,1,1,1,0.02,0.3010,0.01,0.3010 Tralatitious,tralatitious,1,1,0,0,0.02,0.3010,0.01,0.3010 tramline,tramline,1,1,1,1,0.02,0.3010,0.01,0.3010 tramples,tramples,1,1,1,1,0.02,0.3010,0.01,0.3010 trampolines,trampolines,1,1,1,1,0.02,0.3010,0.01,0.3010 tramways,tramways,1,1,1,1,0.02,0.3010,0.01,0.3010 tranquillised,tranquillised,1,1,1,1,0.02,0.3010,0.01,0.3010 tranquillising,tranquillising,1,1,1,1,0.02,0.3010,0.01,0.3010 tranquillize,tranquillize,1,1,1,1,0.02,0.3010,0.01,0.3010 transactional,transactional,1,1,1,1,0.02,0.3010,0.01,0.3010 transcendant,transcendant,1,1,1,1,0.02,0.3010,0.01,0.3010 transcendentalism,transcendentalism,2,1,1,1,0.04,0.4771,0.01,0.3010 transcendentalist,transcendentalist,1,1,1,1,0.02,0.3010,0.01,0.3010 transcendentalists,transcendentalists,1,1,1,1,0.02,0.3010,0.01,0.3010 transconductance,transconductance,1,1,1,1,0.02,0.3010,0.01,0.3010 transcutaneous,transcutaneous,1,1,1,1,0.02,0.3010,0.01,0.3010 transducers,transducers,2,1,2,1,0.04,0.4771,0.01,0.3010 transept,transept,1,1,1,1,0.02,0.3010,0.01,0.3010 transferal,transferal,1,1,1,1,0.02,0.3010,0.01,0.3010 transferral,transferral,1,1,1,1,0.02,0.3010,0.01,0.3010 transfiguration,transfiguration,1,1,1,1,0.02,0.3010,0.01,0.3010 transformational,transformational,1,1,1,1,0.02,0.3010,0.01,0.3010 transformative,transformative,1,1,1,1,0.02,0.3010,0.01,0.3010 transfused,transfused,1,1,1,1,0.02,0.3010,0.01,0.3010 transience,transience,2,1,2,1,0.04,0.4771,0.01,0.3010 transillumination,transillumination,1,1,1,1,0.02,0.3010,0.01,0.3010 transilluminator,transilluminator,4,1,3,1,0.08,0.6990,0.01,0.3010 transitioning,transitioning,1,1,1,1,0.02,0.3010,0.01,0.3010 transits,transits,2,1,2,1,0.04,0.4771,0.01,0.3010 translatable,translatable,1,1,1,1,0.02,0.3010,0.01,0.3010 translucence,translucence,1,1,1,1,0.02,0.3010,0.01,0.3010 translunar,translunar,1,1,1,1,0.02,0.3010,0.01,0.3010 transmembrane,transmembrane,1,1,1,1,0.02,0.3010,0.01,0.3010 transmogrifies,transmogrifies,1,1,1,1,0.02,0.3010,0.01,0.3010 transmogrifying,transmogrifying,1,1,1,1,0.02,0.3010,0.01,0.3010 Transmural,transmural,1,1,0,0,0.02,0.3010,0.01,0.3010 Transmutate,transmutate,1,1,0,0,0.02,0.3010,0.01,0.3010 transmutation,transmutation,1,1,1,1,0.02,0.3010,0.01,0.3010 transmuted,transmuted,1,1,1,1,0.02,0.3010,0.01,0.3010 transmutes,transmutes,1,1,1,1,0.02,0.3010,0.01,0.3010 Transmuting,transmuting,1,1,0,0,0.02,0.3010,0.01,0.3010 transpacific,transpacific,2,1,2,1,0.04,0.4771,0.01,0.3010 transplendent,transplendent,1,1,1,1,0.02,0.3010,0.01,0.3010 Transportal,transportal,1,1,0,0,0.02,0.3010,0.01,0.3010 transsexualism,transsexualism,1,1,1,1,0.02,0.3010,0.01,0.3010 transsexuality,transsexuality,1,1,1,1,0.02,0.3010,0.01,0.3010 transshipment,transshipment,1,1,1,1,0.02,0.3010,0.01,0.3010 transshipped,transshipped,1,1,1,1,0.02,0.3010,0.01,0.3010 transubstantiate,transubstantiate,2,1,2,1,0.04,0.4771,0.01,0.3010 Transuding,transuding,1,1,0,0,0.02,0.3010,0.01,0.3010 Transvaal,transvaal,1,1,0,0,0.02,0.3010,0.01,0.3010 transversely,transversely,1,1,1,1,0.02,0.3010,0.01,0.3010 Transversus,transversus,1,1,0,0,0.02,0.3010,0.01,0.3010 transverter,transverter,1,1,1,1,0.02,0.3010,0.01,0.3010 Trant,trant,7,1,0,0,0.14,0.9031,0.01,0.3010 tranvia,tranvia,1,1,1,1,0.02,0.3010,0.01,0.3010 trapdoors,trapdoors,1,1,1,1,0.02,0.3010,0.01,0.3010 trapezium,trapezium,1,1,1,1,0.02,0.3010,0.01,0.3010 trapezoidal,trapezoidal,1,1,1,1,0.02,0.3010,0.01,0.3010 trapezoids,trapezoids,1,1,1,1,0.02,0.3010,0.01,0.3010 trapshoot,trapshoot,1,1,1,1,0.02,0.3010,0.01,0.3010 trashier,trashier,1,1,1,1,0.02,0.3010,0.01,0.3010 trashman,trashman,1,1,1,1,0.02,0.3010,0.01,0.3010 traumatise,traumatise,1,1,1,1,0.02,0.3010,0.01,0.3010 traumatises,traumatises,1,1,1,1,0.02,0.3010,0.01,0.3010 traumatizes,traumatizes,1,1,1,1,0.02,0.3010,0.01,0.3010 travails,travails,1,1,1,1,0.02,0.3010,0.01,0.3010 travelogues,travelogues,1,1,1,1,0.02,0.3010,0.01,0.3010 Travertine,travertine,1,1,0,0,0.02,0.3010,0.01,0.3010 travesties,travesties,1,1,1,1,0.02,0.3010,0.01,0.3010 trawling,trawling,2,1,2,1,0.04,0.4771,0.01,0.3010 Treader,treader,2,1,0,0,0.04,0.4771,0.01,0.3010 Treasonist,treasonist,1,1,0,0,0.02,0.3010,0.01,0.3010 treasurers,treasurers,1,1,1,1,0.02,0.3010,0.01,0.3010 Treasuring,treasuring,1,1,0,0,0.02,0.3010,0.01,0.3010 treaters,treaters,1,1,1,1,0.02,0.3010,0.01,0.3010 treatises,treatises,1,1,1,1,0.02,0.3010,0.01,0.3010 treelike,treelike,1,1,1,1,0.02,0.3010,0.01,0.3010 treelined,treelined,1,1,1,1,0.02,0.3010,0.01,0.3010 Tref,tref,1,1,0,0,0.02,0.3010,0.01,0.3010 trehalose,trehalose,1,1,1,1,0.02,0.3010,0.01,0.3010 Trekker,trekker,16,1,0,0,0.31,1.2304,0.01,0.3010 Trekkers,trekkers,2,1,0,0,0.04,0.4771,0.01,0.3010 trellises,trellises,1,1,1,1,0.02,0.3010,0.01,0.3010 trenchers,trenchers,1,1,1,1,0.02,0.3010,0.01,0.3010 trendier,trendier,1,1,1,1,0.02,0.3010,0.01,0.3010 trendily,trendily,1,1,1,1,0.02,0.3010,0.01,0.3010 trendsetters,trendsetters,1,1,1,1,0.02,0.3010,0.01,0.3010 trendsetting,trendsetting,2,1,2,1,0.04,0.4771,0.01,0.3010 Trental,trental,1,1,0,0,0.02,0.3010,0.01,0.3010 Trepan,trepan,1,1,0,0,0.02,0.3010,0.01,0.3010 trephination,trephination,1,1,1,1,0.02,0.3010,0.01,0.3010 Tressel,tressel,2,1,0,0,0.04,0.4771,0.01,0.3010 Trevis,trevis,2,1,0,0,0.04,0.4771,0.01,0.3010 triangulator,triangulator,1,1,1,1,0.02,0.3010,0.01,0.3010 triathlete,triathlete,1,1,1,1,0.02,0.3010,0.01,0.3010 triathletes,triathletes,1,1,1,1,0.02,0.3010,0.01,0.3010 triathlons,triathlons,1,1,1,1,0.02,0.3010,0.01,0.3010 tribble,tribble,1,1,1,1,0.02,0.3010,0.01,0.3010 tribeswoman,tribeswoman,1,1,1,1,0.02,0.3010,0.01,0.3010 tributaries,tributaries,2,1,2,1,0.04,0.4771,0.01,0.3010 tricentennial,tricentennial,1,1,1,1,0.02,0.3010,0.01,0.3010 trichlorethylene,trichlorethylene,7,1,7,1,0.14,0.9031,0.01,0.3010 trichloroacetic,trichloroacetic,1,1,1,1,0.02,0.3010,0.01,0.3010 trichologist,trichologist,1,1,1,1,0.02,0.3010,0.01,0.3010 Trichotillomania,trichotillomania,1,1,0,0,0.02,0.3010,0.01,0.3010 trickers,trickers,2,1,2,1,0.04,0.4771,0.01,0.3010 trickful,trickful,1,1,1,1,0.02,0.3010,0.01,0.3010 trickie,trickie,1,1,1,1,0.02,0.3010,0.01,0.3010 trickless,trickless,1,1,1,1,0.02,0.3010,0.01,0.3010 tricolor,tricolor,1,1,1,1,0.02,0.3010,0.01,0.3010 Tricolored,tricolored,1,1,0,0,0.02,0.3010,0.01,0.3010 Tricon,tricon,5,1,0,0,0.10,0.7782,0.01,0.3010 tricyclene,tricyclene,1,1,1,1,0.02,0.3010,0.01,0.3010 tricycles,tricycles,1,1,1,1,0.02,0.3010,0.01,0.3010 Trid,trid,1,1,0,0,0.02,0.3010,0.01,0.3010 Trifid,trifid,1,1,0,0,0.02,0.3010,0.01,0.3010 Trifolium,trifolium,1,1,0,0,0.02,0.3010,0.01,0.3010 triglyceride,triglyceride,9,1,8,1,0.18,1.0000,0.01,0.3010 Triglycerides,triglycerides,1,1,0,0,0.02,0.3010,0.01,0.3010 Trigo,trigo,1,1,0,0,0.02,0.3010,0.01,0.3010 trigraphs,trigraphs,1,1,1,1,0.02,0.3010,0.01,0.3010 trilingual,trilingual,1,1,1,1,0.02,0.3010,0.01,0.3010 trillium,trillium,1,1,1,1,0.02,0.3010,0.01,0.3010 Trillo,trillo,1,1,0,0,0.02,0.3010,0.01,0.3010 Trilobites,trilobites,1,1,0,0,0.02,0.3010,0.01,0.3010 trimmers,trimmers,1,1,1,1,0.02,0.3010,0.01,0.3010 Trinitrate,trinitrate,1,1,0,0,0.02,0.3010,0.01,0.3010 trinitrotoluene,trinitrotoluene,1,1,1,1,0.02,0.3010,0.01,0.3010 Trinomial,trinomial,1,1,0,0,0.02,0.3010,0.01,0.3010 triode,triode,1,1,1,1,0.02,0.3010,0.01,0.3010 trioleate,trioleate,1,1,1,1,0.02,0.3010,0.01,0.3010 tripes,tripes,1,1,1,1,0.02,0.3010,0.01,0.3010 triphammer,triphammer,1,1,1,1,0.02,0.3010,0.01,0.3010 Triplicates,triplicates,1,1,0,0,0.02,0.3010,0.01,0.3010 triply,triply,1,1,1,1,0.02,0.3010,0.01,0.3010 Tripolis,tripolis,3,1,0,0,0.06,0.6021,0.01,0.3010 tripos,tripos,1,1,1,1,0.02,0.3010,0.01,0.3010 Trippet,trippet,1,1,0,0,0.02,0.3010,0.01,0.3010 tripple,tripple,1,1,1,1,0.02,0.3010,0.01,0.3010 triptychs,triptychs,1,1,1,1,0.02,0.3010,0.01,0.3010 Triquet,triquet,4,1,0,0,0.08,0.6990,0.01,0.3010 triquetral,triquetral,1,1,1,1,0.02,0.3010,0.01,0.3010 triradius,triradius,1,1,1,1,0.02,0.3010,0.01,0.3010 Triskaidekaphobia,triskaidekaphobia,1,1,0,0,0.02,0.3010,0.01,0.3010 Tristeza,tristeza,1,1,0,0,0.02,0.3010,0.01,0.3010 triumvirs,triumvirs,1,1,1,1,0.02,0.3010,0.01,0.3010 Triune,triune,1,1,0,0,0.02,0.3010,0.01,0.3010 trivets,trivets,1,1,1,1,0.02,0.3010,0.01,0.3010 trivially,trivially,1,1,1,1,0.02,0.3010,0.01,0.3010 trocar,trocar,2,1,2,1,0.04,0.4771,0.01,0.3010 Troche,troche,1,1,0,0,0.02,0.3010,0.01,0.3010 trochlea,trochlea,1,1,1,1,0.02,0.3010,0.01,0.3010 trochlear,trochlear,1,1,1,1,0.02,0.3010,0.01,0.3010 Troggs,troggs,1,1,0,0,0.02,0.3010,0.01,0.3010 troglodytic,troglodytic,1,1,1,1,0.02,0.3010,0.01,0.3010 Troikas,troikas,1,1,0,0,0.02,0.3010,0.01,0.3010 trolloping,trolloping,1,1,1,1,0.02,0.3010,0.01,0.3010 trompe,trompe,1,1,1,1,0.02,0.3010,0.01,0.3010 Tron,tron,1,1,0,0,0.02,0.3010,0.01,0.3010 troopship,troopship,1,1,1,1,0.02,0.3010,0.01,0.3010 tropically,tropically,1,1,1,1,0.02,0.3010,0.01,0.3010 tropopause,tropopause,1,1,1,1,0.02,0.3010,0.01,0.3010 tropospheric,tropospheric,1,1,1,1,0.02,0.3010,0.01,0.3010 trothed,trothed,1,1,1,1,0.02,0.3010,0.01,0.3010 trotty,trotty,2,1,1,1,0.04,0.4771,0.01,0.3010 Troubador,troubador,15,1,0,0,0.29,1.2041,0.01,0.3010 troubleshooters,troubleshooters,1,1,1,1,0.02,0.3010,0.01,0.3010 troublous,troublous,1,1,1,1,0.02,0.3010,0.01,0.3010 trouserless,trouserless,1,1,1,1,0.02,0.3010,0.01,0.3010 trowels,trowels,1,1,1,1,0.02,0.3010,0.01,0.3010 Trs,trs,1,1,0,0,0.02,0.3010,0.01,0.3010 truants,truants,1,1,1,1,0.02,0.3010,0.01,0.3010 truceless,truceless,1,1,1,1,0.02,0.3010,0.01,0.3010 trucing,trucing,1,1,1,1,0.02,0.3010,0.01,0.3010 Truckdriver,truckdriver,1,1,0,0,0.02,0.3010,0.01,0.3010 truckle,truckle,1,1,1,1,0.02,0.3010,0.01,0.3010 truckmen,truckmen,1,1,1,1,0.02,0.3010,0.01,0.3010 Truckster,truckster,5,1,0,0,0.10,0.7782,0.01,0.3010 trudged,trudged,1,1,1,1,0.02,0.3010,0.01,0.3010 truehearted,truehearted,1,1,1,1,0.02,0.3010,0.01,0.3010 Trueman,trueman,9,1,0,0,0.18,1.0000,0.01,0.3010 Truff,truff,1,1,0,0,0.02,0.3010,0.01,0.3010 truffled,truffled,1,1,1,1,0.02,0.3010,0.01,0.3010 Trullo,trullo,1,1,0,0,0.02,0.3010,0.01,0.3010 trumpety,trumpety,1,1,1,1,0.02,0.3010,0.01,0.3010 Trunch,trunch,1,1,0,0,0.02,0.3010,0.01,0.3010 trunked,trunked,1,1,1,1,0.02,0.3010,0.01,0.3010 trunkful,trunkful,1,1,1,1,0.02,0.3010,0.01,0.3010 trunking,trunking,1,1,1,1,0.02,0.3010,0.01,0.3010 trush,trush,1,1,1,1,0.02,0.3010,0.01,0.3010 trustable,trustable,1,1,1,1,0.02,0.3010,0.01,0.3010 trusteeship,trusteeship,1,1,1,1,0.02,0.3010,0.01,0.3010 trustingly,trustingly,1,1,1,1,0.02,0.3010,0.01,0.3010 tsarinas,tsarinas,1,1,1,1,0.02,0.3010,0.01,0.3010 Tsi,tsi,1,1,0,0,0.02,0.3010,0.01,0.3010 Tsks,tsks,1,1,0,0,0.02,0.3010,0.01,0.3010 tsubo,tsubo,2,1,2,1,0.04,0.4771,0.01,0.3010 Tsurugi,tsurugi,29,1,0,0,0.57,1.4771,0.01,0.3010 Tubba,tubba,1,1,0,0,0.02,0.3010,0.01,0.3010 tubercle,tubercle,1,1,1,1,0.02,0.3010,0.01,0.3010 tuberculin,tuberculin,1,1,1,1,0.02,0.3010,0.01,0.3010 tubers,tubers,1,1,1,1,0.02,0.3010,0.01,0.3010 tubings,tubings,1,1,1,1,0.02,0.3010,0.01,0.3010 Tubocurarine,tubocurarine,1,1,0,0,0.02,0.3010,0.01,0.3010 Tucky,tucky,1,1,0,0,0.02,0.3010,0.01,0.3010 Tucuman,tucuman,8,1,0,0,0.16,0.9542,0.01,0.3010 Tugger,tugger,7,1,0,0,0.14,0.9031,0.01,0.3010 tui,tui,1,1,1,1,0.02,0.3010,0.01,0.3010 tuis,tuis,1,1,1,1,0.02,0.3010,0.01,0.3010 Tuke,tuke,1,1,0,0,0.02,0.3010,0.01,0.3010 Tulare,tulare,4,1,0,0,0.08,0.6990,0.01,0.3010 tules,tules,1,1,1,1,0.02,0.3010,0.01,0.3010 Tulsi,tulsi,3,1,1,1,0.06,0.6021,0.01,0.3010 tumbrel,tumbrel,1,1,1,1,0.02,0.3010,0.01,0.3010 tumescence,tumescence,1,1,1,1,0.02,0.3010,0.01,0.3010 Tump,tump,3,1,0,0,0.06,0.6021,0.01,0.3010 tumultuously,tumultuously,1,1,1,1,0.02,0.3010,0.01,0.3010 tumulus,tumulus,2,1,1,1,0.04,0.4771,0.01,0.3010 tunas,tunas,1,1,1,1,0.02,0.3010,0.01,0.3010 Tuners,tuners,1,1,0,0,0.02,0.3010,0.01,0.3010 tunesmith,tunesmith,1,1,1,1,0.02,0.3010,0.01,0.3010 tungs,tungs,1,1,1,1,0.02,0.3010,0.01,0.3010 tunicates,tunicates,1,1,1,1,0.02,0.3010,0.01,0.3010 Tunisian,tunisian,1,1,0,0,0.02,0.3010,0.01,0.3010 tunnelled,tunnelled,1,1,1,1,0.02,0.3010,0.01,0.3010 tunning,tunning,1,1,1,1,0.02,0.3010,0.01,0.3010 tup,tup,5,1,5,1,0.10,0.7782,0.01,0.3010 Tupped,tupped,3,1,1,1,0.06,0.6021,0.01,0.3010 tupping,tupping,2,1,2,1,0.04,0.4771,0.01,0.3010 tups,tups,4,1,4,1,0.08,0.6990,0.01,0.3010 Tur,tur,1,1,0,0,0.02,0.3010,0.01,0.3010 turb,turb,1,1,1,1,0.02,0.3010,0.01,0.3010 turbid,turbid,2,1,2,1,0.04,0.4771,0.01,0.3010 turboprop,turboprop,1,1,1,1,0.02,0.3010,0.01,0.3010 turboshaft,turboshaft,1,1,1,1,0.02,0.3010,0.01,0.3010 turbot,turbot,1,1,1,1,0.02,0.3010,0.01,0.3010 Turco,turco,14,1,0,0,0.27,1.1761,0.01,0.3010 tureens,tureens,1,1,1,1,0.02,0.3010,0.01,0.3010 Turkic,turkic,1,1,0,0,0.02,0.3010,0.01,0.3010 Turkle,turkle,11,1,0,0,0.22,1.0792,0.01,0.3010 turm,turm,1,1,1,1,0.02,0.3010,0.01,0.3010 turmoils,turmoils,1,1,1,1,0.02,0.3010,0.01,0.3010 turnbuckles,turnbuckles,1,1,1,1,0.02,0.3010,0.01,0.3010 turncoats,turncoats,2,1,2,1,0.04,0.4771,0.01,0.3010 turndowns,turndowns,1,1,1,1,0.02,0.3010,0.01,0.3010 turnouts,turnouts,1,1,1,1,0.02,0.3010,0.01,0.3010 turreted,turreted,1,1,1,1,0.02,0.3010,0.01,0.3010 Turtleback,turtleback,5,1,0,0,0.10,0.7782,0.01,0.3010 turvy,turvy,1,1,1,1,0.02,0.3010,0.01,0.3010 tushes,tushes,1,1,1,1,0.02,0.3010,0.01,0.3010 tusked,tusked,2,1,2,1,0.04,0.4771,0.01,0.3010 Tusker,tusker,1,1,0,0,0.02,0.3010,0.01,0.3010 tusky,tusky,1,1,1,1,0.02,0.3010,0.01,0.3010 tussles,tussles,1,1,1,1,0.02,0.3010,0.01,0.3010 tutee,tutee,2,1,2,1,0.04,0.4771,0.01,0.3010 tutelary,tutelary,1,1,1,1,0.02,0.3010,0.01,0.3010 tuum,tuum,1,1,1,1,0.02,0.3010,0.01,0.3010 twaddles,twaddles,1,1,1,1,0.02,0.3010,0.01,0.3010 twait,twait,1,1,1,1,0.02,0.3010,0.01,0.3010 Twangy,twangy,1,1,0,0,0.02,0.3010,0.01,0.3010 Twank,twank,1,1,0,0,0.02,0.3010,0.01,0.3010 Tway,tway,1,1,0,0,0.02,0.3010,0.01,0.3010 Tweedledee,tweedledee,1,1,0,0,0.02,0.3010,0.01,0.3010 Tweeny,tweeny,2,1,0,0,0.04,0.4771,0.01,0.3010 tweets,tweets,1,1,1,1,0.02,0.3010,0.01,0.3010 tweezing,tweezing,1,1,1,1,0.02,0.3010,0.01,0.3010 twelfths,twelfths,1,1,1,1,0.02,0.3010,0.01,0.3010 twelvemonth,twelvemonth,1,1,1,1,0.02,0.3010,0.01,0.3010 Twick,twick,1,1,0,0,0.02,0.3010,0.01,0.3010 twiglet,twiglet,1,1,1,1,0.02,0.3010,0.01,0.3010 Twined,twined,1,1,0,0,0.02,0.3010,0.01,0.3010 twinged,twinged,1,1,1,1,0.02,0.3010,0.01,0.3010 twinighter,twinighter,1,1,1,1,0.02,0.3010,0.01,0.3010 twinkled,twinkled,1,1,1,1,0.02,0.3010,0.01,0.3010 twinklers,twinklers,3,1,3,1,0.06,0.6021,0.01,0.3010 twirlier,twirlier,1,1,1,1,0.02,0.3010,0.01,0.3010 twirp,twirp,1,1,1,1,0.02,0.3010,0.01,0.3010 twistification,twistification,1,1,1,1,0.02,0.3010,0.01,0.3010 Twistle,twistle,10,1,0,0,0.20,1.0414,0.01,0.3010 twitted,twitted,1,1,1,1,0.02,0.3010,0.01,0.3010 twosomes,twosomes,1,1,1,1,0.02,0.3010,0.01,0.3010 tympans,tympans,1,1,1,1,0.02,0.3010,0.01,0.3010 typer,typer,1,1,1,1,0.02,0.3010,0.01,0.3010 typeset,typeset,1,1,1,1,0.02,0.3010,0.01,0.3010 typesetting,typesetting,2,1,2,1,0.04,0.4771,0.01,0.3010 typewrite,typewrite,1,1,1,1,0.02,0.3010,0.01,0.3010 typewrites,typewrites,1,1,1,1,0.02,0.3010,0.01,0.3010 typists,typists,2,1,2,1,0.04,0.4771,0.01,0.3010 tyrannized,tyrannized,1,1,1,1,0.02,0.3010,0.01,0.3010 Tyrannosaur,tyrannosaur,2,1,0,0,0.04,0.4771,0.01,0.3010 tyrannous,tyrannous,1,1,1,1,0.02,0.3010,0.01,0.3010 Tyrian,tyrian,2,1,0,0,0.04,0.4771,0.01,0.3010 Tyrosine,tyrosine,1,1,0,0,0.02,0.3010,0.01,0.3010 tzetze,tzetze,3,1,3,1,0.06,0.6021,0.01,0.3010 Tzigane,tzigane,1,1,0,0,0.02,0.3010,0.01,0.3010 tzimmes,tzimmes,1,1,1,1,0.02,0.3010,0.01,0.3010 Ubc,ubc,8,1,0,0,0.16,0.9542,0.01,0.3010 Udell,udell,1,1,0,0,0.02,0.3010,0.01,0.3010 Udo,udo,32,1,0,0,0.63,1.5185,0.01,0.3010 Uds,uds,2,1,0,0,0.04,0.4771,0.01,0.3010 Ugandan,ugandan,1,1,0,0,0.02,0.3010,0.01,0.3010 uglification,uglification,1,1,1,1,0.02,0.3010,0.01,0.3010 uhlans,uhlans,1,1,1,1,0.02,0.3010,0.01,0.3010 uit,uit,1,1,1,1,0.02,0.3010,0.01,0.3010 ukelele,ukelele,1,1,1,1,0.02,0.3010,0.01,0.3010 Ukranian,ukranian,1,1,0,0,0.02,0.3010,0.01,0.3010 Ula,ula,1,1,0,0,0.02,0.3010,0.01,0.3010 Ulan,ulan,1,1,0,0,0.02,0.3010,0.01,0.3010 ulcerating,ulcerating,1,1,1,1,0.02,0.3010,0.01,0.3010 Ulcered,ulcered,2,1,0,0,0.04,0.4771,0.01,0.3010 Ullage,ullage,1,1,0,0,0.02,0.3010,0.01,0.3010 ulnae,ulnae,1,1,1,1,0.02,0.3010,0.01,0.3010 ultima,ultima,1,1,1,1,0.02,0.3010,0.01,0.3010 ultimata,ultimata,1,1,1,1,0.02,0.3010,0.01,0.3010 ultrahigh,ultrahigh,1,1,1,1,0.02,0.3010,0.01,0.3010 ultralow,ultralow,1,1,1,1,0.02,0.3010,0.01,0.3010 ultramodern,ultramodern,1,1,1,1,0.02,0.3010,0.01,0.3010 ultrasonics,ultrasonics,4,1,4,1,0.08,0.6990,0.01,0.3010 Ulu,ulu,1,1,0,0,0.02,0.3010,0.01,0.3010 umble,umble,1,1,1,1,0.02,0.3010,0.01,0.3010 umbo,umbo,2,1,2,1,0.04,0.4771,0.01,0.3010 umped,umped,2,1,2,1,0.04,0.4771,0.01,0.3010 umping,umping,1,1,1,1,0.02,0.3010,0.01,0.3010 umps,umps,1,1,1,1,0.02,0.3010,0.01,0.3010 unabatedly,unabatedly,1,1,1,1,0.02,0.3010,0.01,0.3010 unacceptability,unacceptability,1,1,1,1,0.02,0.3010,0.01,0.3010 unaccomplished,unaccomplished,1,1,1,1,0.02,0.3010,0.01,0.3010 unachievable,unachievable,2,1,2,1,0.04,0.4771,0.01,0.3010 unacquired,unacquired,1,1,1,1,0.02,0.3010,0.01,0.3010 unadmirable,unadmirable,1,1,1,1,0.02,0.3010,0.01,0.3010 unaesthetic,unaesthetic,1,1,1,1,0.02,0.3010,0.01,0.3010 unaged,unaged,1,1,1,1,0.02,0.3010,0.01,0.3010 unaidable,unaidable,1,1,1,1,0.02,0.3010,0.01,0.3010 unalike,unalike,1,1,1,1,0.02,0.3010,0.01,0.3010 unalloyed,unalloyed,1,1,1,1,0.02,0.3010,0.01,0.3010 unalterably,unalterably,1,1,1,1,0.02,0.3010,0.01,0.3010 unambiguously,unambiguously,1,1,1,1,0.02,0.3010,0.01,0.3010 unanchored,unanchored,1,1,1,1,0.02,0.3010,0.01,0.3010 unapologetically,unapologetically,1,1,1,1,0.02,0.3010,0.01,0.3010 unappeased,unappeased,1,1,1,1,0.02,0.3010,0.01,0.3010 unapproached,unapproached,1,1,1,1,0.02,0.3010,0.01,0.3010 Unarousable,unarousable,1,1,0,0,0.02,0.3010,0.01,0.3010 unashamedly,unashamedly,1,1,1,1,0.02,0.3010,0.01,0.3010 unassailably,unassailably,1,1,1,1,0.02,0.3010,0.01,0.3010 unastonished,unastonished,1,1,1,1,0.02,0.3010,0.01,0.3010 unathletic,unathletic,1,1,1,1,0.02,0.3010,0.01,0.3010 unattainted,unattainted,1,1,1,1,0.02,0.3010,0.01,0.3010 unattributed,unattributed,1,1,1,1,0.02,0.3010,0.01,0.3010 unauthorizedness,unauthorizedness,1,1,1,1,0.02,0.3010,0.01,0.3010 unavowed,unavowed,1,1,1,1,0.02,0.3010,0.01,0.3010 unbaked,unbaked,1,1,1,1,0.02,0.3010,0.01,0.3010 unbaptized,unbaptized,1,1,1,1,0.02,0.3010,0.01,0.3010 unbarred,unbarred,1,1,1,1,0.02,0.3010,0.01,0.3010 unbefitting,unbefitting,1,1,1,1,0.02,0.3010,0.01,0.3010 unbelief,unbelief,1,1,1,1,0.02,0.3010,0.01,0.3010 unbent,unbent,1,1,1,1,0.02,0.3010,0.01,0.3010 unbetrothed,unbetrothed,1,1,1,1,0.02,0.3010,0.01,0.3010 Unbiddable,unbiddable,1,1,0,0,0.02,0.3010,0.01,0.3010 unbidden,unbidden,1,1,1,1,0.02,0.3010,0.01,0.3010 unbilled,unbilled,1,1,1,1,0.02,0.3010,0.01,0.3010 unbirthday,unbirthday,22,1,21,1,0.43,1.3617,0.01,0.3010 unblended,unblended,1,1,1,1,0.02,0.3010,0.01,0.3010 unbless,unbless,2,1,2,1,0.04,0.4771,0.01,0.3010 unblocking,unblocking,1,1,1,1,0.02,0.3010,0.01,0.3010 unblown,unblown,1,1,1,1,0.02,0.3010,0.01,0.3010 unbooked,unbooked,1,1,1,1,0.02,0.3010,0.01,0.3010 unbooted,unbooted,1,1,1,1,0.02,0.3010,0.01,0.3010 unborrowed,unborrowed,1,1,1,1,0.02,0.3010,0.01,0.3010 Unbosom,unbosom,1,1,0,0,0.02,0.3010,0.01,0.3010 unbossed,unbossed,2,1,2,1,0.04,0.4771,0.01,0.3010 unbraid,unbraid,1,1,1,1,0.02,0.3010,0.01,0.3010 Unbreachable,unbreachable,1,1,0,0,0.02,0.3010,0.01,0.3010 unbreathing,unbreathing,1,1,1,1,0.02,0.3010,0.01,0.3010 unbrick,unbrick,1,1,1,1,0.02,0.3010,0.01,0.3010 unbridgeable,unbridgeable,1,1,1,1,0.02,0.3010,0.01,0.3010 unbriefed,unbriefed,1,1,1,1,0.02,0.3010,0.01,0.3010 unbroke,unbroke,1,1,1,1,0.02,0.3010,0.01,0.3010 unbruised,unbruised,1,1,1,1,0.02,0.3010,0.01,0.3010 unburdening,unburdening,1,1,1,1,0.02,0.3010,0.01,0.3010 unburied,unburied,1,1,1,1,0.02,0.3010,0.01,0.3010 unburnt,unburnt,1,1,1,1,0.02,0.3010,0.01,0.3010 unburstable,unburstable,1,1,1,1,0.02,0.3010,0.01,0.3010 Unburthen,unburthen,1,1,0,0,0.02,0.3010,0.01,0.3010 unbury,unbury,1,1,1,1,0.02,0.3010,0.01,0.3010 unbusinesslike,unbusinesslike,1,1,1,1,0.02,0.3010,0.01,0.3010 unbusy,unbusy,1,1,1,1,0.02,0.3010,0.01,0.3010 unbuttons,unbuttons,1,1,1,1,0.02,0.3010,0.01,0.3010 Unca,unca,1,1,0,0,0.02,0.3010,0.01,0.3010 uncaged,uncaged,1,1,1,1,0.02,0.3010,0.01,0.3010 uncalculated,uncalculated,1,1,1,1,0.02,0.3010,0.01,0.3010 Uncap,uncap,1,1,0,0,0.02,0.3010,0.01,0.3010 uncapped,uncapped,1,1,1,1,0.02,0.3010,0.01,0.3010 uncareful,uncareful,1,1,1,1,0.02,0.3010,0.01,0.3010 uncase,uncase,1,1,1,1,0.02,0.3010,0.01,0.3010 uncasual,uncasual,1,1,1,1,0.02,0.3010,0.01,0.3010 uncelebrated,uncelebrated,1,1,1,1,0.02,0.3010,0.01,0.3010 unchallenging,unchallenging,1,1,1,1,0.02,0.3010,0.01,0.3010 unchanneled,unchanneled,1,1,1,1,0.02,0.3010,0.01,0.3010 unchic,unchic,1,1,1,1,0.02,0.3010,0.01,0.3010 unchivalrous,unchivalrous,1,1,1,1,0.02,0.3010,0.01,0.3010 unclasped,unclasped,1,1,1,1,0.02,0.3010,0.01,0.3010 uncleanest,uncleanest,1,1,1,1,0.02,0.3010,0.01,0.3010 uncleanness,uncleanness,1,1,1,1,0.02,0.3010,0.01,0.3010 unclenching,unclenching,1,1,1,1,0.02,0.3010,0.01,0.3010 unclever,unclever,1,1,1,1,0.02,0.3010,0.01,0.3010 unclick,unclick,1,1,1,1,0.02,0.3010,0.01,0.3010 Unclip,unclip,1,1,0,0,0.02,0.3010,0.01,0.3010 unclipped,unclipped,1,1,1,1,0.02,0.3010,0.01,0.3010 Uncloak,uncloak,1,1,0,0,0.02,0.3010,0.01,0.3010 unclogging,unclogging,1,1,1,1,0.02,0.3010,0.01,0.3010 unclose,unclose,1,1,1,1,0.02,0.3010,0.01,0.3010 unclosed,unclosed,1,1,1,1,0.02,0.3010,0.01,0.3010 Unclutch,unclutch,1,1,0,0,0.02,0.3010,0.01,0.3010 uncoachable,uncoachable,1,1,1,1,0.02,0.3010,0.01,0.3010 uncocking,uncocking,1,1,1,1,0.02,0.3010,0.01,0.3010 uncocks,uncocks,1,1,1,1,0.02,0.3010,0.01,0.3010 uncoddled,uncoddled,1,1,1,1,0.02,0.3010,0.01,0.3010 uncoerced,uncoerced,1,1,1,1,0.02,0.3010,0.01,0.3010 uncognizant,uncognizant,1,1,1,1,0.02,0.3010,0.01,0.3010 uncollected,uncollected,1,1,1,1,0.02,0.3010,0.01,0.3010 uncomfort,uncomfort,1,1,1,1,0.02,0.3010,0.01,0.3010 uncommunicable,uncommunicable,1,1,1,1,0.02,0.3010,0.01,0.3010 uncomplaining,uncomplaining,1,1,1,1,0.02,0.3010,0.01,0.3010 uncomplete,uncomplete,1,1,1,1,0.02,0.3010,0.01,0.3010 uncompleted,uncompleted,4,1,4,1,0.08,0.6990,0.01,0.3010 uncomplimentary,uncomplimentary,1,1,1,1,0.02,0.3010,0.01,0.3010 uncompounded,uncompounded,1,1,1,1,0.02,0.3010,0.01,0.3010 uncomprehending,uncomprehending,1,1,1,1,0.02,0.3010,0.01,0.3010 uncompromisingly,uncompromisingly,1,1,1,1,0.02,0.3010,0.01,0.3010 unconceited,unconceited,1,1,1,1,0.02,0.3010,0.01,0.3010 Unconceivable,unconceivable,1,1,0,0,0.02,0.3010,0.01,0.3010 unconcernedly,unconcernedly,1,1,1,1,0.02,0.3010,0.01,0.3010 unconditioned,unconditioned,1,1,1,1,0.02,0.3010,0.01,0.3010 unconfused,unconfused,1,1,1,1,0.02,0.3010,0.01,0.3010 unconservative,unconservative,1,1,1,1,0.02,0.3010,0.01,0.3010 unconstitutionality,unconstitutionality,1,1,1,1,0.02,0.3010,0.01,0.3010 unconsummated,unconsummated,1,1,1,1,0.02,0.3010,0.01,0.3010 uncontained,uncontained,1,1,1,1,0.02,0.3010,0.01,0.3010 unconvert,unconvert,1,1,1,1,0.02,0.3010,0.01,0.3010 unconvince,unconvince,1,1,1,1,0.02,0.3010,0.01,0.3010 unconvincingly,unconvincingly,1,1,1,1,0.02,0.3010,0.01,0.3010 uncopyable,uncopyable,1,1,1,1,0.02,0.3010,0.01,0.3010 uncorrected,uncorrected,1,1,1,1,0.02,0.3010,0.01,0.3010 uncorruptible,uncorruptible,1,1,1,1,0.02,0.3010,0.01,0.3010 uncountable,uncountable,1,1,1,1,0.02,0.3010,0.01,0.3010 uncoupling,uncoupling,1,1,1,1,0.02,0.3010,0.01,0.3010 uncowed,uncowed,1,1,1,1,0.02,0.3010,0.01,0.3010 uncrated,uncrated,1,1,1,1,0.02,0.3010,0.01,0.3010 uncrazy,uncrazy,1,1,1,1,0.02,0.3010,0.01,0.3010 Uncreated,uncreated,1,1,0,0,0.02,0.3010,0.01,0.3010 uncrossable,uncrossable,1,1,1,1,0.02,0.3010,0.01,0.3010 uncrosses,uncrosses,1,1,1,1,0.02,0.3010,0.01,0.3010 uncrossing,uncrossing,1,1,1,1,0.02,0.3010,0.01,0.3010 uncrowded,uncrowded,1,1,1,1,0.02,0.3010,0.01,0.3010 uncrushable,uncrushable,1,1,1,1,0.02,0.3010,0.01,0.3010 uncrushed,uncrushed,1,1,1,1,0.02,0.3010,0.01,0.3010 unctuous,unctuous,2,1,2,1,0.04,0.4771,0.01,0.3010 uncurious,uncurious,1,1,1,1,0.02,0.3010,0.01,0.3010 undampened,undampened,1,1,1,1,0.02,0.3010,0.01,0.3010 undatable,undatable,2,1,1,1,0.04,0.4771,0.01,0.3010 undated,undated,1,1,1,1,0.02,0.3010,0.01,0.3010 unde,unde,1,1,1,1,0.02,0.3010,0.01,0.3010 undecorated,undecorated,1,1,1,1,0.02,0.3010,0.01,0.3010 undeeded,undeeded,1,1,1,1,0.02,0.3010,0.01,0.3010 undefeatable,undefeatable,1,1,1,1,0.02,0.3010,0.01,0.3010 undeliverable,undeliverable,1,1,1,1,0.02,0.3010,0.01,0.3010 undelivered,undelivered,1,1,1,1,0.02,0.3010,0.01,0.3010 undemonstrative,undemonstrative,1,1,1,1,0.02,0.3010,0.01,0.3010 undenied,undenied,1,1,1,1,0.02,0.3010,0.01,0.3010 underbearing,underbearing,1,1,1,1,0.02,0.3010,0.01,0.3010 underbellies,underbellies,1,1,1,1,0.02,0.3010,0.01,0.3010 underbid,underbid,1,1,1,1,0.02,0.3010,0.01,0.3010 Undercapitalization,undercapitalization,1,1,0,0,0.02,0.3010,0.01,0.3010 underclassman,underclassman,1,1,1,1,0.02,0.3010,0.01,0.3010 underclothing,underclothing,1,1,1,1,0.02,0.3010,0.01,0.3010 undercoat,undercoat,1,1,1,1,0.02,0.3010,0.01,0.3010 undercoats,undercoats,1,1,1,1,0.02,0.3010,0.01,0.3010 undercroft,undercroft,1,1,1,1,0.02,0.3010,0.01,0.3010 undercuts,undercuts,1,1,1,1,0.02,0.3010,0.01,0.3010 undercutter,undercutter,1,1,1,1,0.02,0.3010,0.01,0.3010 underdose,underdose,1,1,1,1,0.02,0.3010,0.01,0.3010 underexpose,underexpose,1,1,1,1,0.02,0.3010,0.01,0.3010 undergrounds,undergrounds,1,1,1,1,0.02,0.3010,0.01,0.3010 underhandedly,underhandedly,1,1,1,1,0.02,0.3010,0.01,0.3010 underinsured,underinsured,1,1,1,1,0.02,0.3010,0.01,0.3010 underlife,underlife,1,1,1,1,0.02,0.3010,0.01,0.3010 underliner,underliner,1,1,1,1,0.02,0.3010,0.01,0.3010 underlit,underlit,2,1,2,1,0.04,0.4771,0.01,0.3010 undernourishment,undernourishment,1,1,1,1,0.02,0.3010,0.01,0.3010 underoccupied,underoccupied,1,1,1,1,0.02,0.3010,0.01,0.3010 underpart,underpart,1,1,1,1,0.02,0.3010,0.01,0.3010 underpasses,underpasses,1,1,1,1,0.02,0.3010,0.01,0.3010 underplay,underplay,1,1,1,1,0.02,0.3010,0.01,0.3010 underplayed,underplayed,1,1,1,1,0.02,0.3010,0.01,0.3010 underscored,underscored,1,1,1,1,0.02,0.3010,0.01,0.3010 underseal,underseal,1,1,1,1,0.02,0.3010,0.01,0.3010 underseas,underseas,1,1,1,1,0.02,0.3010,0.01,0.3010 underselling,underselling,1,1,1,1,0.02,0.3010,0.01,0.3010 undersells,undersells,1,1,1,1,0.02,0.3010,0.01,0.3010 undersheriff,undersheriff,3,1,3,1,0.06,0.6021,0.01,0.3010 undersides,undersides,2,1,2,1,0.04,0.4771,0.01,0.3010 undersize,undersize,1,1,1,1,0.02,0.3010,0.01,0.3010 underslung,underslung,1,1,1,1,0.02,0.3010,0.01,0.3010 undersoil,undersoil,1,1,1,1,0.02,0.3010,0.01,0.3010 understatements,understatements,1,1,1,1,0.02,0.3010,0.01,0.3010 understating,understating,1,1,1,1,0.02,0.3010,0.01,0.3010 understeer,understeer,2,1,2,1,0.04,0.4771,0.01,0.3010 understrength,understrength,1,1,1,1,0.02,0.3010,0.01,0.3010 understudied,understudied,1,1,1,1,0.02,0.3010,0.01,0.3010 understuff,understuff,1,1,1,1,0.02,0.3010,0.01,0.3010 undertakings,undertakings,1,1,1,1,0.02,0.3010,0.01,0.3010 undertone,undertone,1,1,1,1,0.02,0.3010,0.01,0.3010 underused,underused,1,1,1,1,0.02,0.3010,0.01,0.3010 underutilised,underutilised,2,1,2,1,0.04,0.4771,0.01,0.3010 underutilized,underutilized,1,1,1,1,0.02,0.3010,0.01,0.3010 Underverse,underverse,13,1,0,0,0.25,1.1461,0.01,0.3010 underwhelms,underwhelms,1,1,1,1,0.02,0.3010,0.01,0.3010 Underwork,underwork,1,1,0,0,0.02,0.3010,0.01,0.3010 underwrit,underwrit,1,1,1,1,0.02,0.3010,0.01,0.3010 underwrought,underwrought,1,1,1,1,0.02,0.3010,0.01,0.3010 undescending,undescending,1,1,1,1,0.02,0.3010,0.01,0.3010 Undescribable,undescribable,1,1,0,0,0.02,0.3010,0.01,0.3010 undesirably,undesirably,1,1,1,1,0.02,0.3010,0.01,0.3010 undesired,undesired,1,1,1,1,0.02,0.3010,0.01,0.3010 undiagnosable,undiagnosable,1,1,1,1,0.02,0.3010,0.01,0.3010 undig,undig,1,1,1,1,0.02,0.3010,0.01,0.3010 undilated,undilated,1,1,1,1,0.02,0.3010,0.01,0.3010 undimmed,undimmed,1,1,1,1,0.02,0.3010,0.01,0.3010 Undine,undine,1,1,0,0,0.02,0.3010,0.01,0.3010 Undiscernable,undiscernable,1,1,0,0,0.02,0.3010,0.01,0.3010 undiscussed,undiscussed,1,1,1,1,0.02,0.3010,0.01,0.3010 undisguised,undisguised,1,1,1,1,0.02,0.3010,0.01,0.3010 undisputable,undisputable,1,1,1,1,0.02,0.3010,0.01,0.3010 undissolved,undissolved,1,1,1,1,0.02,0.3010,0.01,0.3010 undistorted,undistorted,1,1,1,1,0.02,0.3010,0.01,0.3010 undividable,undividable,1,1,1,1,0.02,0.3010,0.01,0.3010 undivulged,undivulged,1,1,1,1,0.02,0.3010,0.01,0.3010 Undock,undock,1,1,0,0,0.02,0.3010,0.01,0.3010 undocked,undocked,1,1,1,1,0.02,0.3010,0.01,0.3010 undocking,undocking,1,1,1,1,0.02,0.3010,0.01,0.3010 undoubtably,undoubtably,1,1,1,1,0.02,0.3010,0.01,0.3010 undraped,undraped,1,1,1,1,0.02,0.3010,0.01,0.3010 undriven,undriven,1,1,1,1,0.02,0.3010,0.01,0.3010 undropped,undropped,1,1,1,1,0.02,0.3010,0.01,0.3010 undrugged,undrugged,1,1,1,1,0.02,0.3010,0.01,0.3010 undulate,undulate,1,1,1,1,0.02,0.3010,0.01,0.3010 undulated,undulated,1,1,1,1,0.02,0.3010,0.01,0.3010 undulation,undulation,1,1,1,1,0.02,0.3010,0.01,0.3010 Undy,undy,1,1,0,0,0.02,0.3010,0.01,0.3010 unearned,unearned,1,1,1,1,0.02,0.3010,0.01,0.3010 unearths,unearths,1,1,1,1,0.02,0.3010,0.01,0.3010 Uneasily,uneasily,1,1,0,0,0.02,0.3010,0.01,0.3010 uneatable,uneatable,1,1,1,1,0.02,0.3010,0.01,0.3010 uneducable,uneducable,1,1,1,1,0.02,0.3010,0.01,0.3010 unelectable,unelectable,1,1,1,1,0.02,0.3010,0.01,0.3010 unembarrassed,unembarrassed,2,1,2,1,0.04,0.4771,0.01,0.3010 unenclosed,unenclosed,1,1,1,1,0.02,0.3010,0.01,0.3010 unendowed,unendowed,1,1,1,1,0.02,0.3010,0.01,0.3010 unenforceable,unenforceable,1,1,1,1,0.02,0.3010,0.01,0.3010 unengaged,unengaged,1,1,1,1,0.02,0.3010,0.01,0.3010 unenigmatical,unenigmatical,1,1,1,1,0.02,0.3010,0.01,0.3010 unenlightening,unenlightening,1,1,1,1,0.02,0.3010,0.01,0.3010 Unenthused,unenthused,1,1,0,0,0.02,0.3010,0.01,0.3010 unenviable,unenviable,1,1,1,1,0.02,0.3010,0.01,0.3010 unerotic,unerotic,1,1,1,1,0.02,0.3010,0.01,0.3010 unerringly,unerringly,1,1,1,1,0.02,0.3010,0.01,0.3010 Unesco,unesco,1,1,0,0,0.02,0.3010,0.01,0.3010 unexcelled,unexcelled,1,1,1,1,0.02,0.3010,0.01,0.3010 unexpendable,unexpendable,1,1,1,1,0.02,0.3010,0.01,0.3010 unexpired,unexpired,1,1,1,1,0.02,0.3010,0.01,0.3010 unexploited,unexploited,1,1,1,1,0.02,0.3010,0.01,0.3010 unfamiliarity,unfamiliarity,1,1,1,1,0.02,0.3010,0.01,0.3010 unfamous,unfamous,1,1,1,1,0.02,0.3010,0.01,0.3010 unfathomably,unfathomably,1,1,1,1,0.02,0.3010,0.01,0.3010 unfathomed,unfathomed,1,1,1,1,0.02,0.3010,0.01,0.3010 unfavorably,unfavorably,1,1,1,1,0.02,0.3010,0.01,0.3010 unfavourably,unfavourably,1,1,1,1,0.02,0.3010,0.01,0.3010 unfeasible,unfeasible,1,1,1,1,0.02,0.3010,0.01,0.3010 unfelt,unfelt,1,1,1,1,0.02,0.3010,0.01,0.3010 unfemale,unfemale,1,1,1,1,0.02,0.3010,0.01,0.3010 unfertilised,unfertilised,2,1,2,1,0.04,0.4771,0.01,0.3010 unfilial,unfilial,1,1,1,1,0.02,0.3010,0.01,0.3010 unfillable,unfillable,1,1,1,1,0.02,0.3010,0.01,0.3010 unfindable,unfindable,1,1,1,1,0.02,0.3010,0.01,0.3010 Unfinish,unfinish,1,1,0,0,0.02,0.3010,0.01,0.3010 unfinishedness,unfinishedness,1,1,1,1,0.02,0.3010,0.01,0.3010 unfits,unfits,1,1,1,1,0.02,0.3010,0.01,0.3010 unfittest,unfittest,1,1,1,1,0.02,0.3010,0.01,0.3010 unfitting,unfitting,1,1,1,1,0.02,0.3010,0.01,0.3010 unfixed,unfixed,1,1,1,1,0.02,0.3010,0.01,0.3010 unflattered,unflattered,1,1,1,1,0.02,0.3010,0.01,0.3010 unfocusing,unfocusing,1,1,1,1,0.02,0.3010,0.01,0.3010 unforced,unforced,1,1,1,1,0.02,0.3010,0.01,0.3010 unforged,unforged,1,1,1,1,0.02,0.3010,0.01,0.3010 Unforgettably,unforgettably,1,1,0,0,0.02,0.3010,0.01,0.3010 unforgivingly,unforgivingly,1,1,1,1,0.02,0.3010,0.01,0.3010 unforseen,unforseen,1,1,1,1,0.02,0.3010,0.01,0.3010 Unfortune,unfortune,1,1,0,0,0.02,0.3010,0.01,0.3010 unfoul,unfoul,1,1,1,1,0.02,0.3010,0.01,0.3010 unfouled,unfouled,1,1,1,1,0.02,0.3010,0.01,0.3010 unfrazzled,unfrazzled,1,1,1,1,0.02,0.3010,0.01,0.3010 unfriended,unfriended,1,1,1,1,0.02,0.3010,0.01,0.3010 unfriendliest,unfriendliest,1,1,1,1,0.02,0.3010,0.01,0.3010 unfriendliness,unfriendliness,1,1,1,1,0.02,0.3010,0.01,0.3010 unfrocked,unfrocked,1,1,1,1,0.02,0.3010,0.01,0.3010 unfueled,unfueled,1,1,1,1,0.02,0.3010,0.01,0.3010 unfulfillable,unfulfillable,1,1,1,1,0.02,0.3010,0.01,0.3010 unfurling,unfurling,1,1,1,1,0.02,0.3010,0.01,0.3010 ungagged,ungagged,1,1,1,1,0.02,0.3010,0.01,0.3010 ungetable,ungetable,1,1,1,1,0.02,0.3010,0.01,0.3010 unglamorous,unglamorous,2,1,1,1,0.04,0.4771,0.01,0.3010 ungodliness,ungodliness,1,1,1,1,0.02,0.3010,0.01,0.3010 ungovernable,ungovernable,1,1,1,1,0.02,0.3010,0.01,0.3010 ungraded,ungraded,3,1,3,1,0.06,0.6021,0.01,0.3010 ungrammatical,ungrammatical,1,1,1,1,0.02,0.3010,0.01,0.3010 Ungrip,ungrip,2,1,0,0,0.04,0.4771,0.01,0.3010 ungroomed,ungroomed,1,1,1,1,0.02,0.3010,0.01,0.3010 unguento,unguento,1,1,1,1,0.02,0.3010,0.01,0.3010 unguents,unguents,1,1,1,1,0.02,0.3010,0.01,0.3010 unhailed,unhailed,1,1,1,1,0.02,0.3010,0.01,0.3010 unhallow,unhallow,1,1,1,1,0.02,0.3010,0.01,0.3010 unhanded,unhanded,1,1,1,1,0.02,0.3010,0.01,0.3010 unhandsome,unhandsome,1,1,1,1,0.02,0.3010,0.01,0.3010 unhappen,unhappen,1,1,1,1,0.02,0.3010,0.01,0.3010 unhappiest,unhappiest,1,1,1,1,0.02,0.3010,0.01,0.3010 unharnessed,unharnessed,1,1,1,1,0.02,0.3010,0.01,0.3010 Unhasting,unhasting,1,1,0,0,0.02,0.3010,0.01,0.3010 unhat,unhat,1,1,1,1,0.02,0.3010,0.01,0.3010 Unhatched,unhatched,1,1,0,0,0.02,0.3010,0.01,0.3010 unheated,unheated,1,1,1,1,0.02,0.3010,0.01,0.3010 unhindered,unhindered,1,1,1,1,0.02,0.3010,0.01,0.3010 unhinge,unhinge,1,1,1,1,0.02,0.3010,0.01,0.3010 unhinges,unhinges,1,1,1,1,0.02,0.3010,0.01,0.3010 Unhinging,unhinging,1,1,0,0,0.02,0.3010,0.01,0.3010 unhonoured,unhonoured,1,1,1,1,0.02,0.3010,0.01,0.3010 Unhuman,unhuman,1,1,0,0,0.02,0.3010,0.01,0.3010 unhung,unhung,1,1,1,1,0.02,0.3010,0.01,0.3010 unhurriedly,unhurriedly,1,1,1,1,0.02,0.3010,0.01,0.3010 unhypnotised,unhypnotised,2,1,2,1,0.04,0.4771,0.01,0.3010 unhypnotising,unhypnotising,1,1,1,1,0.02,0.3010,0.01,0.3010 unicell,unicell,1,1,1,1,0.02,0.3010,0.01,0.3010 unicellular,unicellular,1,1,1,1,0.02,0.3010,0.01,0.3010 unicyclist,unicyclist,1,1,1,1,0.02,0.3010,0.01,0.3010 unidirectional,unidirectional,1,1,1,1,0.02,0.3010,0.01,0.3010 unifies,unifies,2,1,2,1,0.04,0.4771,0.01,0.3010 unifocal,unifocal,1,1,1,1,0.02,0.3010,0.01,0.3010 unimpeachably,unimpeachably,1,1,1,1,0.02,0.3010,0.01,0.3010 unimprinted,unimprinted,1,1,1,1,0.02,0.3010,0.01,0.3010 unimproved,unimproved,1,1,1,1,0.02,0.3010,0.01,0.3010 unindicted,unindicted,1,1,1,1,0.02,0.3010,0.01,0.3010 uninfected,uninfected,1,1,1,1,0.02,0.3010,0.01,0.3010 uninhibitedly,uninhibitedly,1,1,1,1,0.02,0.3010,0.01,0.3010 uninitiated,uninitiated,1,1,1,1,0.02,0.3010,0.01,0.3010 Uninstalling,uninstalling,1,1,0,0,0.02,0.3010,0.01,0.3010 uninterruptedly,uninterruptedly,1,1,1,1,0.02,0.3010,0.01,0.3010 unintimidated,unintimidated,1,1,1,1,0.02,0.3010,0.01,0.3010 Unionise,unionise,1,1,0,0,0.02,0.3010,0.01,0.3010 unionist,unionist,1,1,1,1,0.02,0.3010,0.01,0.3010 unionizes,unionizes,1,1,1,1,0.02,0.3010,0.01,0.3010 unionizing,unionizing,1,1,1,1,0.02,0.3010,0.01,0.3010 unities,unities,1,1,1,1,0.02,0.3010,0.01,0.3010 universalia,universalia,1,1,1,1,0.02,0.3010,0.01,0.3010 universalises,universalises,1,1,1,1,0.02,0.3010,0.01,0.3010 Universalist,universalist,1,1,0,0,0.02,0.3010,0.01,0.3010 universals,universals,1,1,1,1,0.02,0.3010,0.01,0.3010 unjammed,unjammed,1,1,1,1,0.02,0.3010,0.01,0.3010 unjoint,unjoint,1,1,1,1,0.02,0.3010,0.01,0.3010 unjudged,unjudged,1,1,1,1,0.02,0.3010,0.01,0.3010 unjustifiedly,unjustifiedly,1,1,1,1,0.02,0.3010,0.01,0.3010 unkilled,unkilled,1,1,1,1,0.02,0.3010,0.01,0.3010 Unknit,unknit,1,1,0,0,0.02,0.3010,0.01,0.3010 unlace,unlace,1,1,1,1,0.02,0.3010,0.01,0.3010 unlacing,unlacing,1,1,1,1,0.02,0.3010,0.01,0.3010 unlamented,unlamented,1,1,1,1,0.02,0.3010,0.01,0.3010 unlax,unlax,1,1,1,1,0.02,0.3010,0.01,0.3010 unlearning,unlearning,1,1,1,1,0.02,0.3010,0.01,0.3010 unlearnt,unlearnt,1,1,1,1,0.02,0.3010,0.01,0.3010 unleavened,unleavened,1,1,1,1,0.02,0.3010,0.01,0.3010 unlessoned,unlessoned,1,1,1,1,0.02,0.3010,0.01,0.3010 unliberated,unliberated,1,1,1,1,0.02,0.3010,0.01,0.3010 unlifted,unlifted,1,1,1,1,0.02,0.3010,0.01,0.3010 unlikeable,unlikeable,2,1,2,1,0.04,0.4771,0.01,0.3010 Unlimber,unlimber,1,1,0,0,0.02,0.3010,0.01,0.3010 unlink,unlink,1,1,1,1,0.02,0.3010,0.01,0.3010 unlist,unlist,1,1,1,1,0.02,0.3010,0.01,0.3010 Unlogged,unlogged,1,1,0,0,0.02,0.3010,0.01,0.3010 unlonely,unlonely,1,1,1,1,0.02,0.3010,0.01,0.3010 unlooked,unlooked,1,1,1,1,0.02,0.3010,0.01,0.3010 unloose,unloose,1,1,1,1,0.02,0.3010,0.01,0.3010 unloosed,unloosed,1,1,1,1,0.02,0.3010,0.01,0.3010 unloveable,unloveable,1,1,1,1,0.02,0.3010,0.01,0.3010 unloyal,unloyal,1,1,1,1,0.02,0.3010,0.01,0.3010 unluck,unluck,1,1,1,1,0.02,0.3010,0.01,0.3010 unluckier,unluckier,1,1,1,1,0.02,0.3010,0.01,0.3010 unluckly,unluckly,1,1,1,1,0.02,0.3010,0.01,0.3010 unmaidenly,unmaidenly,1,1,1,1,0.02,0.3010,0.01,0.3010 unmaking,unmaking,1,1,1,1,0.02,0.3010,0.01,0.3010 unman,unman,1,1,1,1,0.02,0.3010,0.01,0.3010 unmanliness,unmanliness,1,1,1,1,0.02,0.3010,0.01,0.3010 unmarketable,unmarketable,1,1,1,1,0.02,0.3010,0.01,0.3010 unmarriable,unmarriable,1,1,1,1,0.02,0.3010,0.01,0.3010 unmarvelous,unmarvelous,1,1,1,1,0.02,0.3010,0.01,0.3010 unmasculine,unmasculine,1,1,1,1,0.02,0.3010,0.01,0.3010 unmatching,unmatching,2,1,2,1,0.04,0.4771,0.01,0.3010 unmeddle,unmeddle,1,1,1,1,0.02,0.3010,0.01,0.3010 unmeet,unmeet,1,1,1,1,0.02,0.3010,0.01,0.3010 unmellowed,unmellowed,1,1,1,1,0.02,0.3010,0.01,0.3010 unmeltable,unmeltable,1,1,1,1,0.02,0.3010,0.01,0.3010 Unmelted,unmelted,1,1,0,0,0.02,0.3010,0.01,0.3010 unmet,unmet,1,1,1,1,0.02,0.3010,0.01,0.3010 unmilled,unmilled,1,1,1,1,0.02,0.3010,0.01,0.3010 unmissable,unmissable,1,1,1,1,0.02,0.3010,0.01,0.3010 unmissed,unmissed,1,1,1,1,0.02,0.3010,0.01,0.3010 unmixed,unmixed,1,1,1,1,0.02,0.3010,0.01,0.3010 unmodern,unmodern,1,1,1,1,0.02,0.3010,0.01,0.3010 unmonitored,unmonitored,1,1,1,1,0.02,0.3010,0.01,0.3010 Unmoor,unmoor,1,1,0,0,0.02,0.3010,0.01,0.3010 unmould,unmould,1,1,1,1,0.02,0.3010,0.01,0.3010 unmoving,unmoving,1,1,1,1,0.02,0.3010,0.01,0.3010 Unmusical,unmusical,1,1,0,0,0.02,0.3010,0.01,0.3010 unn,unn,1,1,1,1,0.02,0.3010,0.01,0.3010 unnamable,unnamable,5,1,4,1,0.10,0.7782,0.01,0.3010 unnavigable,unnavigable,1,1,1,1,0.02,0.3010,0.01,0.3010 unnormal,unnormal,1,1,1,1,0.02,0.3010,0.01,0.3010 unnoticeable,unnoticeable,1,1,1,1,0.02,0.3010,0.01,0.3010 unobvious,unobvious,1,1,1,1,0.02,0.3010,0.01,0.3010 unoriginality,unoriginality,1,1,1,1,0.02,0.3010,0.01,0.3010 unornamented,unornamented,1,1,1,1,0.02,0.3010,0.01,0.3010 unowned,unowned,1,1,1,1,0.02,0.3010,0.01,0.3010 unparalyzed,unparalyzed,1,1,1,1,0.02,0.3010,0.01,0.3010 Unpardonably,unpardonably,1,1,0,0,0.02,0.3010,0.01,0.3010 unparliamentary,unparliamentary,1,1,1,1,0.02,0.3010,0.01,0.3010 unpassable,unpassable,7,1,5,1,0.14,0.9031,0.01,0.3010 unperceptive,unperceptive,1,1,1,1,0.02,0.3010,0.01,0.3010 unperson,unperson,3,1,3,1,0.06,0.6021,0.01,0.3010 unperturbed,unperturbed,1,1,1,1,0.02,0.3010,0.01,0.3010 unperverted,unperverted,1,1,1,1,0.02,0.3010,0.01,0.3010 Unphased,unphased,1,1,0,0,0.02,0.3010,0.01,0.3010 unplan,unplan,1,1,1,1,0.02,0.3010,0.01,0.3010 unpleasing,unpleasing,1,1,1,1,0.02,0.3010,0.01,0.3010 unplundered,unplundered,1,1,1,1,0.02,0.3010,0.01,0.3010 Unpocket,unpocket,1,1,0,0,0.02,0.3010,0.01,0.3010 unpoignard,unpoignard,1,1,1,1,0.02,0.3010,0.01,0.3010 unpolish,unpolish,1,1,1,1,0.02,0.3010,0.01,0.3010 unpopulated,unpopulated,3,1,3,1,0.06,0.6021,0.01,0.3010 unpowdered,unpowdered,1,1,1,1,0.02,0.3010,0.01,0.3010 unpracticed,unpracticed,1,1,1,1,0.02,0.3010,0.01,0.3010 unpractised,unpractised,1,1,1,1,0.02,0.3010,0.01,0.3010 unprecedentedly,unprecedentedly,1,1,1,1,0.02,0.3010,0.01,0.3010 unprecedentedness,unprecedentedness,1,1,1,1,0.02,0.3010,0.01,0.3010 unpredict,unpredict,1,1,1,1,0.02,0.3010,0.01,0.3010 unpredictableness,unpredictableness,1,1,1,1,0.02,0.3010,0.01,0.3010 unpregnant,unpregnant,1,1,1,1,0.02,0.3010,0.01,0.3010 Unpreparedness,unpreparedness,2,1,0,0,0.04,0.4771,0.01,0.3010 unpreserved,unpreserved,1,1,1,1,0.02,0.3010,0.01,0.3010 unpressed,unpressed,1,1,1,1,0.02,0.3010,0.01,0.3010 unpretending,unpretending,1,1,1,1,0.02,0.3010,0.01,0.3010 unprocessed,unprocessed,1,1,1,1,0.02,0.3010,0.01,0.3010 unprofessionally,unprofessionally,1,1,1,1,0.02,0.3010,0.01,0.3010 unprogressive,unprogressive,1,1,1,1,0.02,0.3010,0.01,0.3010 unprompted,unprompted,1,1,1,1,0.02,0.3010,0.01,0.3010 unproved,unproved,1,1,1,1,0.02,0.3010,0.01,0.3010 unpublishable,unpublishable,1,1,1,1,0.02,0.3010,0.01,0.3010 unpunctual,unpunctual,1,1,1,1,0.02,0.3010,0.01,0.3010 unpunctuality,unpunctuality,1,1,1,1,0.02,0.3010,0.01,0.3010 Unpunishedly,unpunishedly,1,1,0,0,0.02,0.3010,0.01,0.3010 unpurchased,unpurchased,1,1,1,1,0.02,0.3010,0.01,0.3010 unqualifiedly,unqualifiedly,1,1,1,1,0.02,0.3010,0.01,0.3010 unquestioningly,unquestioningly,1,1,1,1,0.02,0.3010,0.01,0.3010 unranked,unranked,3,1,3,1,0.06,0.6021,0.01,0.3010 unrated,unrated,1,1,1,1,0.02,0.3010,0.01,0.3010 unreasonableness,unreasonableness,1,1,1,1,0.02,0.3010,0.01,0.3010 unreasoned,unreasoned,1,1,1,1,0.02,0.3010,0.01,0.3010 unreclaimed,unreclaimed,1,1,1,1,0.02,0.3010,0.01,0.3010 unrecovered,unrecovered,1,1,1,1,0.02,0.3010,0.01,0.3010 unredeemed,unredeemed,1,1,1,1,0.02,0.3010,0.01,0.3010 unredeeming,unredeeming,1,1,1,1,0.02,0.3010,0.01,0.3010 unreel,unreel,1,1,1,1,0.02,0.3010,0.01,0.3010 unrefusable,unrefusable,1,1,1,1,0.02,0.3010,0.01,0.3010 unregal,unregal,1,1,1,1,0.02,0.3010,0.01,0.3010 unregarded,unregarded,1,1,1,1,0.02,0.3010,0.01,0.3010 unregenerated,unregenerated,1,1,1,1,0.02,0.3010,0.01,0.3010 unregenerately,unregenerately,1,1,1,1,0.02,0.3010,0.01,0.3010 unreinforced,unreinforced,1,1,1,1,0.02,0.3010,0.01,0.3010 unrelaxed,unrelaxed,1,1,1,1,0.02,0.3010,0.01,0.3010 unreliably,unreliably,1,1,1,1,0.02,0.3010,0.01,0.3010 unrelieved,unrelieved,1,1,1,1,0.02,0.3010,0.01,0.3010 unreligious,unreligious,1,1,1,1,0.02,0.3010,0.01,0.3010 unremarked,unremarked,1,1,1,1,0.02,0.3010,0.01,0.3010 unremembered,unremembered,1,1,1,1,0.02,0.3010,0.01,0.3010 unremorseful,unremorseful,1,1,1,1,0.02,0.3010,0.01,0.3010 unrenewed,unrenewed,1,1,1,1,0.02,0.3010,0.01,0.3010 Unrepaired,unrepaired,1,1,0,0,0.02,0.3010,0.01,0.3010 unrepeatable,unrepeatable,1,1,1,1,0.02,0.3010,0.01,0.3010 unrepentantly,unrepentantly,1,1,1,1,0.02,0.3010,0.01,0.3010 unrepented,unrepented,3,1,3,1,0.06,0.6021,0.01,0.3010 Unreportable,unreportable,1,1,0,0,0.02,0.3010,0.01,0.3010 unrequested,unrequested,1,1,1,1,0.02,0.3010,0.01,0.3010 unrescued,unrescued,1,1,1,1,0.02,0.3010,0.01,0.3010 unresting,unresting,1,1,1,1,0.02,0.3010,0.01,0.3010 Unreturnable,unreturnable,1,1,0,0,0.02,0.3010,0.01,0.3010 unrevealing,unrevealing,1,1,1,1,0.02,0.3010,0.01,0.3010 unrightable,unrightable,1,1,1,1,0.02,0.3010,0.01,0.3010 unrighteousness,unrighteousness,1,1,1,1,0.02,0.3010,0.01,0.3010 unrinsed,unrinsed,2,1,1,1,0.04,0.4771,0.01,0.3010 unripened,unripened,1,1,1,1,0.02,0.3010,0.01,0.3010 unrisen,unrisen,1,1,1,1,0.02,0.3010,0.01,0.3010 unrousable,unrousable,1,1,1,1,0.02,0.3010,0.01,0.3010 Unruffable,unruffable,1,1,0,0,0.02,0.3010,0.01,0.3010 Unruffle,unruffle,1,1,0,0,0.02,0.3010,0.01,0.3010 unruinable,unruinable,1,1,1,1,0.02,0.3010,0.01,0.3010 unrung,unrung,1,1,1,1,0.02,0.3010,0.01,0.3010 unsacrificed,unsacrificed,1,1,1,1,0.02,0.3010,0.01,0.3010 unsafer,unsafer,1,1,1,1,0.02,0.3010,0.01,0.3010 unsalted,unsalted,3,1,3,1,0.06,0.6021,0.01,0.3010 unsalvageable,unsalvageable,1,1,1,1,0.02,0.3010,0.01,0.3010 unsaturated,unsaturated,1,1,1,1,0.02,0.3010,0.01,0.3010 unsay,unsay,1,1,1,1,0.02,0.3010,0.01,0.3010 unscannable,unscannable,4,1,3,1,0.08,0.6990,0.01,0.3010 unscrambler,unscrambler,1,1,1,1,0.02,0.3010,0.01,0.3010 unscrambling,unscrambling,1,1,1,1,0.02,0.3010,0.01,0.3010 unscreened,unscreened,1,1,1,1,0.02,0.3010,0.01,0.3010 unseamed,unseamed,1,1,1,1,0.02,0.3010,0.01,0.3010 unsearchable,unsearchable,1,1,1,1,0.02,0.3010,0.01,0.3010 unseasoned,unseasoned,1,1,1,1,0.02,0.3010,0.01,0.3010 unseeing,unseeing,1,1,1,1,0.02,0.3010,0.01,0.3010 unseemingly,unseemingly,1,1,1,1,0.02,0.3010,0.01,0.3010 unseemliness,unseemliness,1,1,1,1,0.02,0.3010,0.01,0.3010 unselfconscious,unselfconscious,1,1,1,1,0.02,0.3010,0.01,0.3010 unselfishness,unselfishness,1,1,1,1,0.02,0.3010,0.01,0.3010 unset,unset,1,1,1,1,0.02,0.3010,0.01,0.3010 unsettles,unsettles,1,1,1,1,0.02,0.3010,0.01,0.3010 Unshackle,unshackle,2,1,0,0,0.04,0.4771,0.01,0.3010 unshakably,unshakably,1,1,1,1,0.02,0.3010,0.01,0.3010 unshaken,unshaken,1,1,1,1,0.02,0.3010,0.01,0.3010 unshapely,unshapely,1,1,1,1,0.02,0.3010,0.01,0.3010 unsheathe,unsheathe,1,1,1,1,0.02,0.3010,0.01,0.3010 unsheathing,unsheathing,1,1,1,1,0.02,0.3010,0.01,0.3010 unshelled,unshelled,2,1,1,1,0.04,0.4771,0.01,0.3010 unshielded,unshielded,1,1,1,1,0.02,0.3010,0.01,0.3010 unshined,unshined,1,1,1,1,0.02,0.3010,0.01,0.3010 unshorn,unshorn,1,1,1,1,0.02,0.3010,0.01,0.3010 unshrunk,unshrunk,1,1,1,1,0.02,0.3010,0.01,0.3010 unsickly,unsickly,1,1,1,1,0.02,0.3010,0.01,0.3010 unsifted,unsifted,1,1,1,1,0.02,0.3010,0.01,0.3010 unsilent,unsilent,1,1,1,1,0.02,0.3010,0.01,0.3010 unsinking,unsinking,1,1,1,1,0.02,0.3010,0.01,0.3010 unskillful,unskillful,1,1,1,1,0.02,0.3010,0.01,0.3010 unslashed,unslashed,1,1,1,1,0.02,0.3010,0.01,0.3010 unsleeping,unsleeping,1,1,1,1,0.02,0.3010,0.01,0.3010 Unsling,unsling,1,1,0,0,0.02,0.3010,0.01,0.3010 unslung,unslung,1,1,1,1,0.02,0.3010,0.01,0.3010 unsmiled,unsmiled,1,1,1,1,0.02,0.3010,0.01,0.3010 unsmoked,unsmoked,2,1,2,1,0.04,0.4771,0.01,0.3010 unsnaps,unsnaps,1,1,1,1,0.02,0.3010,0.01,0.3010 unsnarl,unsnarl,1,1,1,1,0.02,0.3010,0.01,0.3010 unsolid,unsolid,1,1,1,1,0.02,0.3010,0.01,0.3010 unsort,unsort,1,1,1,1,0.02,0.3010,0.01,0.3010 unsought,unsought,1,1,1,1,0.02,0.3010,0.01,0.3010 unsown,unsown,1,1,1,1,0.02,0.3010,0.01,0.3010 unsparing,unsparing,1,1,1,1,0.02,0.3010,0.01,0.3010 Unsparingly,unsparingly,1,1,0,0,0.02,0.3010,0.01,0.3010 unspell,unspell,1,1,1,1,0.02,0.3010,0.01,0.3010 unspent,unspent,1,1,1,1,0.02,0.3010,0.01,0.3010 unspilled,unspilled,1,1,1,1,0.02,0.3010,0.01,0.3010 unsplit,unsplit,1,1,1,1,0.02,0.3010,0.01,0.3010 unspotted,unspotted,1,1,1,1,0.02,0.3010,0.01,0.3010 unstack,unstack,1,1,1,1,0.02,0.3010,0.01,0.3010 unstacking,unstacking,1,1,1,1,0.02,0.3010,0.01,0.3010 unsteadily,unsteadily,1,1,1,1,0.02,0.3010,0.01,0.3010 unsteadiness,unsteadiness,1,1,1,1,0.02,0.3010,0.01,0.3010 unstepped,unstepped,1,1,1,1,0.02,0.3010,0.01,0.3010 unsticks,unsticks,1,1,1,1,0.02,0.3010,0.01,0.3010 unstiffen,unstiffen,1,1,1,1,0.02,0.3010,0.01,0.3010 Unstop,unstop,1,1,0,0,0.02,0.3010,0.01,0.3010 unstoppably,unstoppably,1,1,1,1,0.02,0.3010,0.01,0.3010 unstopped,unstopped,1,1,1,1,0.02,0.3010,0.01,0.3010 unstrapped,unstrapped,1,1,1,1,0.02,0.3010,0.01,0.3010 unstrapping,unstrapping,1,1,1,1,0.02,0.3010,0.01,0.3010 unstring,unstring,1,1,1,1,0.02,0.3010,0.01,0.3010 unstudied,unstudied,1,1,1,1,0.02,0.3010,0.01,0.3010 unstudious,unstudious,1,1,1,1,0.02,0.3010,0.01,0.3010 unsubdued,unsubdued,1,1,1,1,0.02,0.3010,0.01,0.3010 unsubstantial,unsubstantial,1,1,1,1,0.02,0.3010,0.01,0.3010 unsubtly,unsubtly,1,1,1,1,0.02,0.3010,0.01,0.3010 unsuitability,unsuitability,1,1,1,1,0.02,0.3010,0.01,0.3010 unsunk,unsunk,1,1,1,1,0.02,0.3010,0.01,0.3010 unsurveyed,unsurveyed,1,1,1,1,0.02,0.3010,0.01,0.3010 unsuspectingly,unsuspectingly,1,1,1,1,0.02,0.3010,0.01,0.3010 unsweet,unsweet,1,1,1,1,0.02,0.3010,0.01,0.3010 unsweetened,unsweetened,1,1,1,1,0.02,0.3010,0.01,0.3010 unswelled,unswelled,1,1,1,1,0.02,0.3010,0.01,0.3010 untangles,untangles,1,1,1,1,0.02,0.3010,0.01,0.3010 untattooed,untattooed,1,1,1,1,0.02,0.3010,0.01,0.3010 untaught,untaught,1,1,1,1,0.02,0.3010,0.01,0.3010 untaxed,untaxed,2,1,2,1,0.04,0.4771,0.01,0.3010 unteach,unteach,1,1,1,1,0.02,0.3010,0.01,0.3010 untelevised,untelevised,1,1,1,1,0.02,0.3010,0.01,0.3010 untended,untended,1,1,1,1,0.02,0.3010,0.01,0.3010 unterrible,unterrible,1,1,1,1,0.02,0.3010,0.01,0.3010 untether,untether,1,1,1,1,0.02,0.3010,0.01,0.3010 untethered,untethered,1,1,1,1,0.02,0.3010,0.01,0.3010 unthankful,unthankful,1,1,1,1,0.02,0.3010,0.01,0.3010 unthankfulness,unthankfulness,1,1,1,1,0.02,0.3010,0.01,0.3010 unthawed,unthawed,1,1,1,1,0.02,0.3010,0.01,0.3010 unthinkability,unthinkability,1,1,1,1,0.02,0.3010,0.01,0.3010 Unthinkably,unthinkably,1,1,0,0,0.02,0.3010,0.01,0.3010 unthoughtful,unthoughtful,1,1,1,1,0.02,0.3010,0.01,0.3010 unthreatening,unthreatening,1,1,1,1,0.02,0.3010,0.01,0.3010 unthrifty,unthrifty,1,1,1,1,0.02,0.3010,0.01,0.3010 unthrilled,unthrilled,1,1,1,1,0.02,0.3010,0.01,0.3010 untidiness,untidiness,1,1,1,1,0.02,0.3010,0.01,0.3010 untired,untired,1,1,1,1,0.02,0.3010,0.01,0.3010 untorn,untorn,1,1,1,1,0.02,0.3010,0.01,0.3010 untraceably,untraceably,1,1,1,1,0.02,0.3010,0.01,0.3010 untraced,untraced,1,1,1,1,0.02,0.3010,0.01,0.3010 untracked,untracked,1,1,1,1,0.02,0.3010,0.01,0.3010 untraditional,untraditional,1,1,1,1,0.02,0.3010,0.01,0.3010 untrainable,untrainable,2,1,2,1,0.04,0.4771,0.01,0.3010 untranslated,untranslated,1,1,1,1,0.02,0.3010,0.01,0.3010 untravelled,untravelled,1,1,1,1,0.02,0.3010,0.01,0.3010 untrustful,untrustful,1,1,1,1,0.02,0.3010,0.01,0.3010 untuck,untuck,1,1,1,1,0.02,0.3010,0.01,0.3010 untwine,untwine,1,1,1,1,0.02,0.3010,0.01,0.3010 untwined,untwined,1,1,1,1,0.02,0.3010,0.01,0.3010 untwisted,untwisted,1,1,1,1,0.02,0.3010,0.01,0.3010 ununderstanding,ununderstanding,2,1,2,1,0.04,0.4771,0.01,0.3010 unutterable,unutterable,1,1,1,1,0.02,0.3010,0.01,0.3010 unuttered,unuttered,2,1,2,1,0.04,0.4771,0.01,0.3010 unvalued,unvalued,1,1,1,1,0.02,0.3010,0.01,0.3010 Unvented,unvented,1,1,0,0,0.02,0.3010,0.01,0.3010 unventilated,unventilated,1,1,1,1,0.02,0.3010,0.01,0.3010 Unverifiable,unverifiable,1,1,0,0,0.02,0.3010,0.01,0.3010 unviable,unviable,1,1,1,1,0.02,0.3010,0.01,0.3010 unvulnerable,unvulnerable,1,1,1,1,0.02,0.3010,0.01,0.3010 unwarned,unwarned,1,1,1,1,0.02,0.3010,0.01,0.3010 unwarrantable,unwarrantable,1,1,1,1,0.02,0.3010,0.01,0.3010 unwatched,unwatched,1,1,1,1,0.02,0.3010,0.01,0.3010 unwaveringly,unwaveringly,1,1,1,1,0.02,0.3010,0.01,0.3010 unwearied,unwearied,1,1,1,1,0.02,0.3010,0.01,0.3010 unweave,unweave,1,1,1,1,0.02,0.3010,0.01,0.3010 unwedge,unwedge,1,1,1,1,0.02,0.3010,0.01,0.3010 unwedged,unwedged,1,1,1,1,0.02,0.3010,0.01,0.3010 unwelcoming,unwelcoming,1,1,1,1,0.02,0.3010,0.01,0.3010 unwelded,unwelded,1,1,1,1,0.02,0.3010,0.01,0.3010 Unwept,unwept,1,1,0,0,0.02,0.3010,0.01,0.3010 Unwet,unwet,1,1,0,0,0.02,0.3010,0.01,0.3010 unwieldiness,unwieldiness,1,1,1,1,0.02,0.3010,0.01,0.3010 unwifely,unwifely,1,1,1,1,0.02,0.3010,0.01,0.3010 unwire,unwire,1,1,1,1,0.02,0.3010,0.01,0.3010 unwired,unwired,1,1,1,1,0.02,0.3010,0.01,0.3010 unwish,unwish,2,1,2,1,0.04,0.4771,0.01,0.3010 unwished,unwished,1,1,1,1,0.02,0.3010,0.01,0.3010 unwitnessed,unwitnessed,1,1,1,1,0.02,0.3010,0.01,0.3010 unwork,unwork,1,1,1,1,0.02,0.3010,0.01,0.3010 unworn,unworn,1,1,1,1,0.02,0.3010,0.01,0.3010 unwrecked,unwrecked,1,1,1,1,0.02,0.3010,0.01,0.3010 unwrinkle,unwrinkle,1,1,1,1,0.02,0.3010,0.01,0.3010 upas,upas,1,1,1,1,0.02,0.3010,0.01,0.3010 Upchucked,upchucked,1,1,0,0,0.02,0.3010,0.01,0.3010 upcurve,upcurve,1,1,1,1,0.02,0.3010,0.01,0.3010 updo,updo,1,1,1,1,0.02,0.3010,0.01,0.3010 upend,upend,1,1,1,1,0.02,0.3010,0.01,0.3010 upheaved,upheaved,1,1,1,1,0.02,0.3010,0.01,0.3010 upholsterers,upholsterers,1,1,1,1,0.02,0.3010,0.01,0.3010 uplander,uplander,1,1,1,1,0.02,0.3010,0.01,0.3010 Uplifters,uplifters,1,1,0,0,0.02,0.3010,0.01,0.3010 uploads,uploads,2,1,2,1,0.04,0.4771,0.01,0.3010 upo,upo,1,1,1,1,0.02,0.3010,0.01,0.3010 uppish,uppish,1,1,1,1,0.02,0.3010,0.01,0.3010 uprighted,uprighted,1,1,1,1,0.02,0.3010,0.01,0.3010 uprighteous,uprighteous,1,1,1,1,0.02,0.3010,0.01,0.3010 uprise,uprise,1,1,1,1,0.02,0.3010,0.01,0.3010 uproariously,uproariously,1,1,1,1,0.02,0.3010,0.01,0.3010 uproots,uproots,1,1,1,1,0.02,0.3010,0.01,0.3010 Uprose,uprose,1,1,0,0,0.02,0.3010,0.01,0.3010 upshift,upshift,1,1,1,1,0.02,0.3010,0.01,0.3010 upshots,upshots,1,1,1,1,0.02,0.3010,0.01,0.3010 upsilon,upsilon,1,1,1,1,0.02,0.3010,0.01,0.3010 upstroke,upstroke,1,1,1,1,0.02,0.3010,0.01,0.3010 upswell,upswell,1,1,1,1,0.02,0.3010,0.01,0.3010 upwelling,upwelling,2,1,2,1,0.04,0.4771,0.01,0.3010 Ura,ura,1,1,0,0,0.02,0.3010,0.01,0.3010 Uranian,uranian,1,1,0,0,0.02,0.3010,0.01,0.3010 urbanisation,urbanisation,1,1,1,1,0.02,0.3010,0.01,0.3010 urbanite,urbanite,1,1,1,1,0.02,0.3010,0.01,0.3010 urbanization,urbanization,1,1,1,1,0.02,0.3010,0.01,0.3010 uremic,uremic,1,1,1,1,0.02,0.3010,0.01,0.3010 ureteral,ureteral,1,1,1,1,0.02,0.3010,0.01,0.3010 urethrogram,urethrogram,1,1,1,1,0.02,0.3010,0.01,0.3010 urgence,urgence,1,1,1,1,0.02,0.3010,0.01,0.3010 Urger,urger,1,1,0,0,0.02,0.3010,0.01,0.3010 Urgers,urgers,3,1,0,0,0.06,0.6021,0.01,0.3010 urinates,urinates,1,1,1,1,0.02,0.3010,0.01,0.3010 Urman,urman,1,1,0,0,0.02,0.3010,0.01,0.3010 urogram,urogram,1,1,1,1,0.02,0.3010,0.01,0.3010 Urologic,urologic,1,1,0,0,0.02,0.3010,0.01,0.3010 Ursuline,ursuline,1,1,0,0,0.02,0.3010,0.01,0.3010 usances,usances,1,1,1,1,0.02,0.3010,0.01,0.3010 usee,usee,1,1,1,1,0.02,0.3010,0.01,0.3010 usernames,usernames,1,1,1,1,0.02,0.3010,0.01,0.3010 ush,ush,1,1,1,1,0.02,0.3010,0.01,0.3010 usherettes,usherettes,1,1,1,1,0.02,0.3010,0.01,0.3010 Usurers,usurers,1,1,0,0,0.02,0.3010,0.01,0.3010 usurious,usurious,1,1,1,1,0.02,0.3010,0.01,0.3010 usurpations,usurpations,1,1,1,1,0.02,0.3010,0.01,0.3010 usurpers,usurpers,1,1,1,1,0.02,0.3010,0.01,0.3010 usurps,usurps,1,1,1,1,0.02,0.3010,0.01,0.3010 uterosacral,uterosacral,1,1,1,1,0.02,0.3010,0.01,0.3010 Uti,uti,3,1,0,0,0.06,0.6021,0.01,0.3010 util,util,1,1,1,1,0.02,0.3010,0.01,0.3010 utopianism,utopianism,2,1,2,1,0.04,0.4771,0.01,0.3010 Utopians,utopians,1,1,0,0,0.02,0.3010,0.01,0.3010 utu,utu,1,1,1,1,0.02,0.3010,0.01,0.3010 uvala,uvala,1,1,1,1,0.02,0.3010,0.01,0.3010 uvre,uvre,1,1,1,1,0.02,0.3010,0.01,0.3010 vacantly,vacantly,1,1,1,1,0.02,0.3010,0.01,0.3010 vacationed,vacationed,1,1,1,1,0.02,0.3010,0.01,0.3010 vacationer,vacationer,1,1,1,1,0.02,0.3010,0.01,0.3010 vacationists,vacationists,1,1,1,1,0.02,0.3010,0.01,0.3010 vaccinating,vaccinating,1,1,1,1,0.02,0.3010,0.01,0.3010 vacillate,vacillate,1,1,1,1,0.02,0.3010,0.01,0.3010 vacillator,vacillator,1,1,1,1,0.02,0.3010,0.01,0.3010 vacuolization,vacuolization,1,1,1,1,0.02,0.3010,0.01,0.3010 vade,vade,1,1,1,1,0.02,0.3010,0.01,0.3010 vaginitis,vaginitis,3,1,2,1,0.06,0.6021,0.01,0.3010 vaguer,vaguer,1,1,1,1,0.02,0.3010,0.01,0.3010 vahini,vahini,1,1,1,1,0.02,0.3010,0.01,0.3010 vailing,vailing,1,1,1,1,0.02,0.3010,0.01,0.3010 vainglory,vainglory,1,1,1,1,0.02,0.3010,0.01,0.3010 valances,valances,1,1,1,1,0.02,0.3010,0.01,0.3010 Valencias,valencias,1,1,0,0,0.02,0.3010,0.01,0.3010 Valenciennes,valenciennes,1,1,0,0,0.02,0.3010,0.01,0.3010 valency,valency,1,1,1,1,0.02,0.3010,0.01,0.3010 Valent,valent,1,1,0,0,0.02,0.3010,0.01,0.3010 valeted,valeted,1,1,1,1,0.02,0.3010,0.01,0.3010 valetudinarian,valetudinarian,1,1,1,1,0.02,0.3010,0.01,0.3010 Valew,valew,1,1,0,0,0.02,0.3010,0.01,0.3010 valgus,valgus,1,1,1,1,0.02,0.3010,0.01,0.3010 vallecular,vallecular,1,1,1,1,0.02,0.3010,0.01,0.3010 Valois,valois,14,1,0,0,0.27,1.1761,0.01,0.3010 valueless,valueless,1,1,1,1,0.02,0.3010,0.01,0.3010 valvular,valvular,1,1,1,1,0.02,0.3010,0.01,0.3010 vampiric,vampiric,2,1,2,1,0.04,0.4771,0.01,0.3010 vampyre,vampyre,1,1,1,1,0.02,0.3010,0.01,0.3010 vanadium,vanadium,1,1,1,1,0.02,0.3010,0.01,0.3010 vanda,vanda,1,1,1,1,0.02,0.3010,0.01,0.3010 vandalising,vandalising,1,1,1,1,0.02,0.3010,0.01,0.3010 vandalistic,vandalistic,1,1,1,1,0.02,0.3010,0.01,0.3010 vandalization,vandalization,1,1,1,1,0.02,0.3010,0.01,0.3010 vang,vang,2,1,2,1,0.04,0.4771,0.01,0.3010 vanillas,vanillas,1,1,1,1,0.02,0.3010,0.01,0.3010 vanload,vanload,1,1,1,1,0.02,0.3010,0.01,0.3010 vanquisher,vanquisher,1,1,1,1,0.02,0.3010,0.01,0.3010 vaporization,vaporization,1,1,1,1,0.02,0.3010,0.01,0.3010 vaporware,vaporware,1,1,1,1,0.02,0.3010,0.01,0.3010 Vare,vare,1,1,0,0,0.02,0.3010,0.01,0.3010 variably,variably,1,1,1,1,0.02,0.3010,0.01,0.3010 varicella,varicella,1,1,1,1,0.02,0.3010,0.01,0.3010 variegated,variegated,2,1,2,1,0.04,0.4771,0.01,0.3010 variegation,variegation,2,1,2,1,0.04,0.4771,0.01,0.3010 varietals,varietals,1,1,1,1,0.02,0.3010,0.01,0.3010 varix,varix,1,1,1,1,0.02,0.3010,0.01,0.3010 varnishes,varnishes,1,1,1,1,0.02,0.3010,0.01,0.3010 varnishing,varnishing,1,1,1,1,0.02,0.3010,0.01,0.3010 Vasa,vasa,1,1,0,0,0.02,0.3010,0.01,0.3010 vascularized,vascularized,1,1,1,1,0.02,0.3010,0.01,0.3010 vasoconstriction,vasoconstriction,1,1,1,1,0.02,0.3010,0.01,0.3010 vasopressin,vasopressin,1,1,1,1,0.02,0.3010,0.01,0.3010 vastest,vastest,1,1,1,1,0.02,0.3010,0.01,0.3010 vasty,vasty,1,1,1,1,0.02,0.3010,0.01,0.3010 Vasu,vasu,1,1,0,0,0.02,0.3010,0.01,0.3010 Vau,vau,2,1,0,0,0.04,0.4771,0.01,0.3010 vaulter,vaulter,1,1,1,1,0.02,0.3010,0.01,0.3010 Vaunce,vaunce,1,1,0,0,0.02,0.3010,0.01,0.3010 vaus,vaus,2,1,2,1,0.04,0.4771,0.01,0.3010 Vedic,vedic,1,1,0,0,0.02,0.3010,0.01,0.3010 veganism,veganism,1,1,1,1,0.02,0.3010,0.01,0.3010 vegetal,vegetal,1,1,1,1,0.02,0.3010,0.01,0.3010 Vegs,vegs,1,1,0,0,0.02,0.3010,0.01,0.3010 vei,vei,2,1,2,1,0.04,0.4771,0.01,0.3010 veiling,veiling,1,1,1,1,0.02,0.3010,0.01,0.3010 veilings,veilings,1,1,1,1,0.02,0.3010,0.01,0.3010 veiny,veiny,2,1,2,1,0.04,0.4771,0.01,0.3010 Vela,vela,1,1,0,0,0.02,0.3010,0.01,0.3010 veldts,veldts,1,1,1,1,0.02,0.3010,0.01,0.3010 velo,velo,1,1,1,1,0.02,0.3010,0.01,0.3010 velocipedes,velocipedes,1,1,1,1,0.02,0.3010,0.01,0.3010 velocitous,velocitous,1,1,1,1,0.02,0.3010,0.01,0.3010 veloute,veloute,3,1,3,1,0.06,0.6021,0.01,0.3010 velum,velum,1,1,1,1,0.02,0.3010,0.01,0.3010 Vendable,vendable,1,1,0,0,0.02,0.3010,0.01,0.3010 Vender,vender,1,1,0,0,0.02,0.3010,0.01,0.3010 venders,venders,1,1,1,1,0.02,0.3010,0.01,0.3010 venditor,venditor,1,1,1,1,0.02,0.3010,0.01,0.3010 vendue,vendue,1,1,1,1,0.02,0.3010,0.01,0.3010 veneered,veneered,1,1,1,1,0.02,0.3010,0.01,0.3010 venerate,venerate,1,1,1,1,0.02,0.3010,0.01,0.3010 Venezuelans,venezuelans,2,1,0,0,0.04,0.4771,0.01,0.3010 venger,venger,1,1,1,1,0.02,0.3010,0.01,0.3010 venter,venter,1,1,1,1,0.02,0.3010,0.01,0.3010 ventilates,ventilates,1,1,1,1,0.02,0.3010,0.01,0.3010 ventilators,ventilators,1,1,1,1,0.02,0.3010,0.01,0.3010 ventilatory,ventilatory,1,1,1,1,0.02,0.3010,0.01,0.3010 ventless,ventless,1,1,1,1,0.02,0.3010,0.01,0.3010 ventromedial,ventromedial,1,1,1,1,0.02,0.3010,0.01,0.3010 venturesome,venturesome,1,1,1,1,0.02,0.3010,0.01,0.3010 Venusberg,venusberg,1,1,0,0,0.02,0.3010,0.01,0.3010 verandas,verandas,1,1,1,1,0.02,0.3010,0.01,0.3010 verbalization,verbalization,1,1,1,1,0.02,0.3010,0.01,0.3010 veredicto,veredicto,1,1,1,1,0.02,0.3010,0.01,0.3010 verged,verged,1,1,1,1,0.02,0.3010,0.01,0.3010 Veri,veri,1,1,0,0,0.02,0.3010,0.01,0.3010 veriest,veriest,1,1,1,1,0.02,0.3010,0.01,0.3010 Veritably,veritably,1,1,0,0,0.02,0.3010,0.01,0.3010 verite,verite,1,1,1,1,0.02,0.3010,0.01,0.3010 verities,verities,1,1,1,1,0.02,0.3010,0.01,0.3010 vermiform,vermiform,1,1,1,1,0.02,0.3010,0.01,0.3010 verminated,verminated,1,1,1,1,0.02,0.3010,0.01,0.3010 Verminous,verminous,1,1,0,0,0.02,0.3010,0.01,0.3010 vernal,vernal,1,1,1,1,0.02,0.3010,0.01,0.3010 Vernier,vernier,1,1,0,0,0.02,0.3010,0.01,0.3010 veronicas,veronicas,1,1,1,1,0.02,0.3010,0.01,0.3010 verry,verry,1,1,1,1,0.02,0.3010,0.01,0.3010 Verso,verso,1,1,0,0,0.02,0.3010,0.01,0.3010 vertebrocostal,vertebrocostal,1,1,1,1,0.02,0.3010,0.01,0.3010 verticals,verticals,1,1,1,1,0.02,0.3010,0.01,0.3010 vertigos,vertigos,1,1,1,1,0.02,0.3010,0.01,0.3010 vertu,vertu,1,1,1,1,0.02,0.3010,0.01,0.3010 verves,verves,1,1,1,1,0.02,0.3010,0.01,0.3010 vesiculitis,vesiculitis,1,1,1,1,0.02,0.3010,0.01,0.3010 vestibules,vestibules,1,1,1,1,0.02,0.3010,0.01,0.3010 vestment,vestment,2,1,2,1,0.04,0.4771,0.01,0.3010 vesture,vesture,1,1,1,1,0.02,0.3010,0.01,0.3010 Veta,veta,51,1,0,0,1.00,1.7160,0.01,0.3010 Vetiver,vetiver,1,1,0,0,0.02,0.3010,0.01,0.3010 vetoing,vetoing,1,1,1,1,0.02,0.3010,0.01,0.3010 vexations,vexations,1,1,1,1,0.02,0.3010,0.01,0.3010 Vexer,vexer,3,1,0,0,0.06,0.6021,0.01,0.3010 Vg,vg,1,1,0,0,0.02,0.3010,0.01,0.3010 viands,viands,1,1,1,1,0.02,0.3010,0.01,0.3010 viatical,viatical,5,1,5,1,0.10,0.7782,0.01,0.3010 viaticals,viaticals,5,1,5,1,0.10,0.7782,0.01,0.3010 viator,viator,1,1,1,1,0.02,0.3010,0.01,0.3010 vibrance,vibrance,1,1,1,1,0.02,0.3010,0.01,0.3010 vibrantly,vibrantly,1,1,1,1,0.02,0.3010,0.01,0.3010 vibraphone,vibraphone,1,1,1,1,0.02,0.3010,0.01,0.3010 Vibrissae,vibrissae,1,1,0,0,0.02,0.3010,0.01,0.3010 vica,vica,1,1,1,1,0.02,0.3010,0.01,0.3010 Viceregal,viceregal,1,1,0,0,0.02,0.3010,0.01,0.3010 Viceroyal,viceroyal,1,1,0,0,0.02,0.3010,0.01,0.3010 vicinities,vicinities,1,1,1,1,0.02,0.3010,0.01,0.3010 vicissitude,vicissitude,1,1,1,1,0.02,0.3010,0.01,0.3010 victimising,victimising,1,1,1,1,0.02,0.3010,0.01,0.3010 victimizer,victimizer,1,1,1,1,0.02,0.3010,0.01,0.3010 victoriously,victoriously,1,1,1,1,0.02,0.3010,0.01,0.3010 Victus,victus,2,1,0,0,0.04,0.4771,0.01,0.3010 videoconferencing,videoconferencing,1,1,1,1,0.02,0.3010,0.01,0.3010 videtur,videtur,1,1,1,1,0.02,0.3010,0.01,0.3010 Vidicons,vidicons,1,1,0,0,0.02,0.3010,0.01,0.3010 vies,vies,1,1,1,1,0.02,0.3010,0.01,0.3010 viewport,viewport,1,1,1,1,0.02,0.3010,0.01,0.3010 vigilantism,vigilantism,1,1,1,1,0.02,0.3010,0.01,0.3010 vigneron,vigneron,6,1,6,1,0.12,0.8451,0.01,0.3010 vild,vild,2,1,2,1,0.04,0.4771,0.01,0.3010 vileness,vileness,1,1,1,1,0.02,0.3010,0.01,0.3010 viler,viler,1,1,1,1,0.02,0.3010,0.01,0.3010 villainess,villainess,1,1,1,1,0.02,0.3010,0.01,0.3010 villainies,villainies,1,1,1,1,0.02,0.3010,0.01,0.3010 villainize,villainize,1,1,1,1,0.02,0.3010,0.01,0.3010 villainously,villainously,1,1,1,1,0.02,0.3010,0.01,0.3010 villanelle,villanelle,3,1,3,1,0.06,0.6021,0.01,0.3010 villi,villi,1,1,1,1,0.02,0.3010,0.01,0.3010 Vimana,vimana,1,1,0,0,0.02,0.3010,0.01,0.3010 vindicates,vindicates,1,1,1,1,0.02,0.3010,0.01,0.3010 vindicating,vindicating,1,1,1,1,0.02,0.3010,0.01,0.3010 vindicator,vindicator,1,1,1,1,0.02,0.3010,0.01,0.3010 Vindict,vindict,1,1,0,0,0.02,0.3010,0.01,0.3010 Vinegarroon,vinegarroon,1,1,0,0,0.02,0.3010,0.01,0.3010 vinegars,vinegars,1,1,1,1,0.02,0.3010,0.01,0.3010 vingt,vingt,6,1,3,1,0.12,0.8451,0.01,0.3010 Vining,vining,5,1,0,0,0.10,0.7782,0.01,0.3010 vintages,vintages,1,1,1,1,0.02,0.3010,0.01,0.3010 vinum,vinum,1,1,1,1,0.02,0.3010,0.01,0.3010 viny,viny,1,1,1,1,0.02,0.3010,0.01,0.3010 vinyls,vinyls,2,1,2,1,0.04,0.4771,0.01,0.3010 vinyon,vinyon,1,1,1,1,0.02,0.3010,0.01,0.3010 viol,viol,2,1,2,1,0.04,0.4771,0.01,0.3010 violaceous,violaceous,1,1,1,1,0.02,0.3010,0.01,0.3010 violas,violas,1,1,1,1,0.02,0.3010,0.01,0.3010 violences,violences,1,1,1,1,0.02,0.3010,0.01,0.3010 violoncello,violoncello,2,1,2,1,0.04,0.4771,0.01,0.3010 Vire,vire,5,1,0,0,0.10,0.7782,0.01,0.3010 Virgilia,virgilia,8,1,0,0,0.16,0.9542,0.01,0.3010 virginities,virginities,1,1,1,1,0.02,0.3010,0.01,0.3010 Virgos,virgos,1,1,0,0,0.02,0.3010,0.01,0.3010 Viridian,viridian,2,1,0,0,0.04,0.4771,0.01,0.3010 virologist,virologist,1,1,1,1,0.02,0.3010,0.01,0.3010 virologists,virologists,1,1,1,1,0.02,0.3010,0.01,0.3010 virtuosos,virtuosos,1,1,1,1,0.02,0.3010,0.01,0.3010 virtuously,virtuously,1,1,1,1,0.02,0.3010,0.01,0.3010 Viscid,viscid,1,1,0,0,0.02,0.3010,0.01,0.3010 Viscountess,viscountess,2,1,0,0,0.04,0.4771,0.01,0.3010 viscounts,viscounts,1,1,1,1,0.02,0.3010,0.01,0.3010 viselike,viselike,1,1,1,1,0.02,0.3010,0.01,0.3010 visitant,visitant,1,1,1,1,0.02,0.3010,0.01,0.3010 visory,visory,1,1,1,1,0.02,0.3010,0.01,0.3010 viss,viss,1,1,1,1,0.02,0.3010,0.01,0.3010 visualisation,visualisation,4,1,3,1,0.08,0.6990,0.01,0.3010 visualizations,visualizations,1,1,1,1,0.02,0.3010,0.01,0.3010 vitalism,vitalism,1,1,1,1,0.02,0.3010,0.01,0.3010 vitalist,vitalist,1,1,1,1,0.02,0.3010,0.01,0.3010 vitalists,vitalists,1,1,1,1,0.02,0.3010,0.01,0.3010 vitamine,vitamine,1,1,1,1,0.02,0.3010,0.01,0.3010 vitaminized,vitaminized,1,1,1,1,0.02,0.3010,0.01,0.3010 Vitas,vitas,2,1,0,0,0.04,0.4771,0.01,0.3010 vitiate,vitiate,2,1,2,1,0.04,0.4771,0.01,0.3010 vitiated,vitiated,1,1,1,1,0.02,0.3010,0.01,0.3010 vitiligo,vitiligo,1,1,1,1,0.02,0.3010,0.01,0.3010 vitrification,vitrification,2,1,1,1,0.04,0.4771,0.01,0.3010 vitrify,vitrify,1,1,1,1,0.02,0.3010,0.01,0.3010 Vitrophyre,vitrophyre,1,1,0,0,0.02,0.3010,0.01,0.3010 vituperation,vituperation,1,1,1,1,0.02,0.3010,0.01,0.3010 vivacity,vivacity,1,1,1,1,0.02,0.3010,0.01,0.3010 Vivat,vivat,3,1,0,0,0.06,0.6021,0.01,0.3010 viveur,viveur,1,1,1,1,0.02,0.3010,0.01,0.3010 vivification,vivification,1,1,1,1,0.02,0.3010,0.01,0.3010 vivified,vivified,1,1,1,1,0.02,0.3010,0.01,0.3010 vivifying,vivifying,1,1,1,1,0.02,0.3010,0.01,0.3010 vivisecting,vivisecting,1,1,1,1,0.02,0.3010,0.01,0.3010 vivisectionist,vivisectionist,1,1,1,1,0.02,0.3010,0.01,0.3010 Viz,viz,1,1,0,0,0.02,0.3010,0.01,0.3010 vizard,vizard,1,1,1,1,0.02,0.3010,0.01,0.3010 vizir,vizir,2,1,2,1,0.04,0.4771,0.01,0.3010 Vlach,vlach,1,1,0,0,0.02,0.3010,0.01,0.3010 vobis,vobis,1,1,1,1,0.02,0.3010,0.01,0.3010 voc,voc,48,1,32,1,0.94,1.6902,0.01,0.3010 vocalise,vocalise,1,1,1,1,0.02,0.3010,0.01,0.3010 vocat,vocat,1,1,1,1,0.02,0.3010,0.01,0.3010 vocations,vocations,1,1,1,1,0.02,0.3010,0.01,0.3010 vociferating,vociferating,1,1,1,1,0.02,0.3010,0.01,0.3010 vociferous,vociferous,1,1,1,1,0.02,0.3010,0.01,0.3010 vocoder,vocoder,1,1,1,1,0.02,0.3010,0.01,0.3010 voiceprints,voiceprints,1,1,1,1,0.02,0.3010,0.01,0.3010 voider,voider,1,1,1,1,0.02,0.3010,0.01,0.3010 voitures,voitures,1,1,1,1,0.02,0.3010,0.01,0.3010 Voivod,voivod,1,1,0,0,0.02,0.3010,0.01,0.3010 Volante,volante,8,1,0,0,0.16,0.9542,0.01,0.3010 volcanically,volcanically,1,1,1,1,0.02,0.3010,0.01,0.3010 volcanism,volcanism,1,1,1,1,0.02,0.3010,0.01,0.3010 Volente,volente,1,1,0,0,0.02,0.3010,0.01,0.3010 Volleyed,volleyed,2,1,0,0,0.04,0.4771,0.01,0.3010 voltages,voltages,1,1,1,1,0.02,0.3010,0.01,0.3010 voltaic,voltaic,1,1,1,1,0.02,0.3010,0.01,0.3010 voltmeter,voltmeter,1,1,1,1,0.02,0.3010,0.01,0.3010 volubility,volubility,1,1,1,1,0.02,0.3010,0.01,0.3010 volunteerism,volunteerism,1,1,1,1,0.02,0.3010,0.01,0.3010 volution,volution,7,1,7,1,0.14,0.9031,0.01,0.3010 Vomeronasal,vomeronasal,1,1,0,0,0.02,0.3010,0.01,0.3010 vomiter,vomiter,2,1,2,1,0.04,0.4771,0.01,0.3010 vomitoria,vomitoria,1,1,1,1,0.02,0.3010,0.01,0.3010 voodooed,voodooed,1,1,1,1,0.02,0.3010,0.01,0.3010 voraciousness,voraciousness,1,1,1,1,0.02,0.3010,0.01,0.3010 vortexes,vortexes,1,1,1,1,0.02,0.3010,0.01,0.3010 vouchering,vouchering,1,1,1,1,0.02,0.3010,0.01,0.3010 vouchsafes,vouchsafes,1,1,1,1,0.02,0.3010,0.01,0.3010 vouchsafing,vouchsafing,1,1,1,1,0.02,0.3010,0.01,0.3010 vrouw,vrouw,1,1,1,1,0.02,0.3010,0.01,0.3010 Vt,vt,1,1,0,0,0.02,0.3010,0.01,0.3010 vulcanised,vulcanised,1,1,1,1,0.02,0.3010,0.01,0.3010 vulcanize,vulcanize,2,1,1,1,0.04,0.4771,0.01,0.3010 vulcanizing,vulcanizing,1,1,1,1,0.02,0.3010,0.01,0.3010 vulgarest,vulgarest,2,1,2,1,0.04,0.4771,0.01,0.3010 vulgarly,vulgarly,1,1,1,1,0.02,0.3010,0.01,0.3010 Vulgate,vulgate,4,1,0,0,0.08,0.6990,0.01,0.3010 vulturous,vulturous,1,1,1,1,0.02,0.3010,0.01,0.3010 Waar,waar,1,1,0,0,0.02,0.3010,0.01,0.3010 wabe,wabe,2,1,2,1,0.04,0.4771,0.01,0.3010 wacks,wacks,2,1,2,1,0.04,0.4771,0.01,0.3010 waddled,waddled,1,1,1,1,0.02,0.3010,0.01,0.3010 Waddy,waddy,1,1,0,0,0.02,0.3010,0.01,0.3010 wader,wader,1,1,1,1,0.02,0.3010,0.01,0.3010 Waf,waf,1,1,0,0,0.02,0.3010,0.01,0.3010 waffing,waffing,1,1,1,1,0.02,0.3010,0.01,0.3010 Waffler,waffler,2,1,0,0,0.04,0.4771,0.01,0.3010 wagger,wagger,1,1,1,1,0.02,0.3010,0.01,0.3010 waggers,waggers,1,1,1,1,0.02,0.3010,0.01,0.3010 waggish,waggish,1,1,1,1,0.02,0.3010,0.01,0.3010 waggled,waggled,2,1,2,1,0.04,0.4771,0.01,0.3010 Waggles,waggles,3,1,1,1,0.06,0.6021,0.01,0.3010 waggy,waggy,1,1,1,1,0.02,0.3010,0.01,0.3010 Wahines,wahines,1,1,0,0,0.02,0.3010,0.01,0.3010 Wailers,wailers,27,1,0,0,0.53,1.4472,0.01,0.3010 waistlines,waistlines,1,1,1,1,0.02,0.3010,0.01,0.3010 waitperson,waitperson,1,1,1,1,0.02,0.3010,0.01,0.3010 waitstaff,waitstaff,2,1,2,1,0.04,0.4771,0.01,0.3010 Wakanda,wakanda,12,1,0,0,0.24,1.1139,0.01,0.3010 Wakeman,wakeman,8,1,0,0,0.16,0.9542,0.01,0.3010 wakens,wakens,1,1,1,1,0.02,0.3010,0.01,0.3010 walkable,walkable,1,1,1,1,0.02,0.3010,0.01,0.3010 Wallas,wallas,1,1,0,0,0.02,0.3010,0.01,0.3010 wallboard,wallboard,1,1,1,1,0.02,0.3010,0.01,0.3010 walleyes,walleyes,1,1,1,1,0.02,0.3010,0.01,0.3010 wallie,wallie,1,1,1,1,0.02,0.3010,0.01,0.3010 Wallman,wallman,3,1,0,0,0.06,0.6021,0.01,0.3010 Walloon,walloon,1,1,0,0,0.02,0.3010,0.01,0.3010 wallows,wallows,1,1,1,1,0.02,0.3010,0.01,0.3010 walruses,walruses,1,1,1,1,0.02,0.3010,0.01,0.3010 wanger,wanger,1,1,1,1,0.02,0.3010,0.01,0.3010 wanked,wanked,1,1,1,1,0.02,0.3010,0.01,0.3010 Wans,wans,1,1,0,0,0.02,0.3010,0.01,0.3010 wantingly,wantingly,1,1,1,1,0.02,0.3010,0.01,0.3010 wany,wany,1,1,1,1,0.02,0.3010,0.01,0.3010 Wap,wap,14,1,0,0,0.27,1.1761,0.01,0.3010 wapped,wapped,1,1,1,1,0.02,0.3010,0.01,0.3010 Wapping,wapping,1,1,0,0,0.02,0.3010,0.01,0.3010 waps,waps,1,1,1,1,0.02,0.3010,0.01,0.3010 warantee,warantee,1,1,1,1,0.02,0.3010,0.01,0.3010 Warbird,warbird,2,1,0,0,0.04,0.4771,0.01,0.3010 warblers,warblers,1,1,1,1,0.02,0.3010,0.01,0.3010 warcraft,warcraft,1,1,1,1,0.02,0.3010,0.01,0.3010 warehoused,warehoused,1,1,1,1,0.02,0.3010,0.01,0.3010 warily,warily,1,1,1,1,0.02,0.3010,0.01,0.3010 waringin,waringin,1,1,1,1,0.02,0.3010,0.01,0.3010 warmakers,warmakers,1,1,1,1,0.02,0.3010,0.01,0.3010 warmblooded,warmblooded,1,1,1,1,0.02,0.3010,0.01,0.3010 warmouth,warmouth,3,1,3,1,0.06,0.6021,0.01,0.3010 warpaint,warpaint,1,1,1,1,0.02,0.3010,0.01,0.3010 warrantee,warrantee,1,1,1,1,0.02,0.3010,0.01,0.3010 warrantees,warrantees,1,1,1,1,0.02,0.3010,0.01,0.3010 warranto,warranto,1,1,1,1,0.02,0.3010,0.01,0.3010 Warst,warst,1,1,0,0,0.02,0.3010,0.01,0.3010 washbasin,washbasin,1,1,1,1,0.02,0.3010,0.01,0.3010 washbowl,washbowl,1,1,1,1,0.02,0.3010,0.01,0.3010 Washdown,washdown,1,1,0,0,0.02,0.3010,0.01,0.3010 Washingtonian,washingtonian,1,1,0,0,0.02,0.3010,0.01,0.3010 Washingtonians,washingtonians,1,1,0,0,0.02,0.3010,0.01,0.3010 washrag,washrag,1,1,1,1,0.02,0.3010,0.01,0.3010 washup,washup,1,1,1,1,0.02,0.3010,0.01,0.3010 washwoman,washwoman,1,1,1,1,0.02,0.3010,0.01,0.3010 wassailing,wassailing,1,1,1,1,0.02,0.3010,0.01,0.3010 wastage,wastage,1,1,1,1,0.02,0.3010,0.01,0.3010 wastefulness,wastefulness,1,1,1,1,0.02,0.3010,0.01,0.3010 wastewater,wastewater,1,1,1,1,0.02,0.3010,0.01,0.3010 Watchbands,watchbands,1,1,0,0,0.02,0.3010,0.01,0.3010 watchdogging,watchdogging,1,1,1,1,0.02,0.3010,0.01,0.3010 watchfulness,watchfulness,1,1,1,1,0.02,0.3010,0.01,0.3010 watchhouse,watchhouse,2,1,2,1,0.04,0.4771,0.01,0.3010 watchings,watchings,1,1,1,1,0.02,0.3010,0.01,0.3010 watchmakers,watchmakers,1,1,1,1,0.02,0.3010,0.01,0.3010 watchwords,watchwords,2,1,2,1,0.04,0.4771,0.01,0.3010 waterbird,waterbird,1,1,1,1,0.02,0.3010,0.01,0.3010 watercolorist,watercolorist,2,1,2,1,0.04,0.4771,0.01,0.3010 waterfowl,waterfowl,1,1,1,1,0.02,0.3010,0.01,0.3010 waterfronts,waterfronts,1,1,1,1,0.02,0.3010,0.01,0.3010 waterholes,waterholes,1,1,1,1,0.02,0.3010,0.01,0.3010 watermarked,watermarked,2,1,1,1,0.04,0.4771,0.01,0.3010 Watermill,watermill,1,1,0,0,0.02,0.3010,0.01,0.3010 waterproofer,waterproofer,1,1,1,1,0.02,0.3010,0.01,0.3010 waterskin,waterskin,2,1,2,1,0.04,0.4771,0.01,0.3010 waterspouts,waterspouts,1,1,1,1,0.02,0.3010,0.01,0.3010 waterwheel,waterwheel,1,1,1,1,0.02,0.3010,0.01,0.3010 wats,wats,1,1,1,1,0.02,0.3010,0.01,0.3010 Watteau,watteau,1,1,0,0,0.02,0.3010,0.01,0.3010 waveform,waveform,1,1,1,1,0.02,0.3010,0.01,0.3010 waverer,waverer,1,1,1,1,0.02,0.3010,0.01,0.3010 waverers,waverers,1,1,1,1,0.02,0.3010,0.01,0.3010 Wavey,wavey,6,1,0,0,0.12,0.8451,0.01,0.3010 waw,waw,3,1,2,1,0.06,0.6021,0.01,0.3010 Wawa,wawa,9,1,0,0,0.18,1.0000,0.01,0.3010 waxings,waxings,1,1,1,1,0.02,0.3010,0.01,0.3010 waxwing,waxwing,1,1,1,1,0.02,0.3010,0.01,0.3010 waybill,waybill,1,1,1,1,0.02,0.3010,0.01,0.3010 Wayfaring,wayfaring,1,1,0,0,0.02,0.3010,0.01,0.3010 Wayland,wayland,1,1,0,0,0.02,0.3010,0.01,0.3010 Wayman,wayman,1,1,0,0,0.02,0.3010,0.01,0.3010 Wd,wd,1,1,0,0,0.02,0.3010,0.01,0.3010 wealthily,wealthily,2,1,2,1,0.04,0.4771,0.01,0.3010 weaponries,weaponries,1,1,1,1,0.02,0.3010,0.01,0.3010 weared,weared,1,1,1,1,0.02,0.3010,0.01,0.3010 weaseling,weaseling,1,1,1,1,0.02,0.3010,0.01,0.3010 weaselling,weaselling,1,1,1,1,0.02,0.3010,0.01,0.3010 weason,weason,1,1,1,1,0.02,0.3010,0.01,0.3010 weatherbeaten,weatherbeaten,1,1,1,1,0.02,0.3010,0.01,0.3010 weathering,weathering,1,1,1,1,0.02,0.3010,0.01,0.3010 weatherproofed,weatherproofed,1,1,1,1,0.02,0.3010,0.01,0.3010 weatherproofs,weatherproofs,1,1,1,1,0.02,0.3010,0.01,0.3010 Webby,webby,9,1,0,0,0.18,1.0000,0.01,0.3010 Webcasting,webcasting,1,1,0,0,0.02,0.3010,0.01,0.3010 webmasters,webmasters,1,1,1,1,0.02,0.3010,0.01,0.3010 weeder,weeder,4,1,4,1,0.08,0.6990,0.01,0.3010 weekenders,weekenders,1,1,1,1,0.02,0.3010,0.01,0.3010 Weel,weel,1,1,0,0,0.02,0.3010,0.01,0.3010 Weendigo,weendigo,7,1,1,1,0.14,0.9031,0.01,0.3010 weening,weening,1,1,1,1,0.02,0.3010,0.01,0.3010 weensiest,weensiest,1,1,1,1,0.02,0.3010,0.01,0.3010 Wees,wees,2,1,0,0,0.04,0.4771,0.01,0.3010 weighin,weighin,1,1,1,1,0.02,0.3010,0.01,0.3010 weightier,weightier,1,1,1,1,0.02,0.3010,0.01,0.3010 Weightlessly,weightlessly,1,1,0,0,0.02,0.3010,0.01,0.3010 weightlifter,weightlifter,1,1,1,1,0.02,0.3010,0.01,0.3010 weightlifters,weightlifters,1,1,1,1,0.02,0.3010,0.01,0.3010 weirdies,weirdies,1,1,1,1,0.02,0.3010,0.01,0.3010 weirdy,weirdy,1,1,1,1,0.02,0.3010,0.01,0.3010 Weisenheimer,weisenheimer,1,1,0,0,0.02,0.3010,0.01,0.3010 welcher,welcher,1,1,1,1,0.02,0.3010,0.01,0.3010 welkin,welkin,1,1,1,1,0.02,0.3010,0.01,0.3010 wellhouse,wellhouse,1,1,1,1,0.02,0.3010,0.01,0.3010 Wellingtons,wellingtons,1,1,0,0,0.02,0.3010,0.01,0.3010 wellsprings,wellsprings,1,1,1,1,0.02,0.3010,0.01,0.3010 Welsbach,welsbach,6,1,0,0,0.12,0.8451,0.01,0.3010 welshers,welshers,1,1,1,1,0.02,0.3010,0.01,0.3010 welter,welter,1,1,1,1,0.02,0.3010,0.01,0.3010 Wem,wem,1,1,0,0,0.02,0.3010,0.01,0.3010 wemmy,wemmy,1,1,1,1,0.02,0.3010,0.01,0.3010 wenched,wenched,1,1,1,1,0.02,0.3010,0.01,0.3010 wenching,wenching,1,1,1,1,0.02,0.3010,0.01,0.3010 wende,wende,1,1,1,1,0.02,0.3010,0.01,0.3010 wended,wended,1,1,1,1,0.02,0.3010,0.01,0.3010 wending,wending,1,1,1,1,0.02,0.3010,0.01,0.3010 Wenny,wenny,2,1,0,0,0.04,0.4771,0.01,0.3010 weskit,weskit,3,1,3,1,0.06,0.6021,0.01,0.3010 weskits,weskits,2,1,2,1,0.04,0.4771,0.01,0.3010 westerlies,westerlies,1,1,1,1,0.02,0.3010,0.01,0.3010 westernization,westernization,1,1,1,1,0.02,0.3010,0.01,0.3010 westernmost,westernmost,1,1,1,1,0.02,0.3010,0.01,0.3010 Westham,westham,1,1,0,0,0.02,0.3010,0.01,0.3010 Westlaw,westlaw,1,1,0,0,0.02,0.3010,0.01,0.3010 westling,westling,1,1,1,1,0.02,0.3010,0.01,0.3010 Westphalia,westphalia,1,1,0,0,0.02,0.3010,0.01,0.3010 westwards,westwards,1,1,1,1,0.02,0.3010,0.01,0.3010 wetland,wetland,5,1,5,1,0.10,0.7782,0.01,0.3010 wetted,wetted,1,1,1,1,0.02,0.3010,0.01,0.3010 Wey,wey,8,1,0,0,0.16,0.9542,0.01,0.3010 whaleboat,whaleboat,1,1,1,1,0.02,0.3010,0.01,0.3010 whammed,whammed,2,1,2,1,0.04,0.4771,0.01,0.3010 whangs,whangs,1,1,1,1,0.02,0.3010,0.01,0.3010 Whare,whare,1,1,0,0,0.02,0.3010,0.01,0.3010 wharfs,wharfs,1,1,1,1,0.02,0.3010,0.01,0.3010 wharves,wharves,1,1,1,1,0.02,0.3010,0.01,0.3010 whatchamacallits,whatchamacallits,1,1,1,1,0.02,0.3010,0.01,0.3010 Wheal,wheal,1,1,0,0,0.02,0.3010,0.01,0.3010 wheaten,wheaten,1,1,1,1,0.02,0.3010,0.01,0.3010 wheedled,wheedled,1,1,1,1,0.02,0.3010,0.01,0.3010 wheedles,wheedles,1,1,1,1,0.02,0.3010,0.01,0.3010 wheelmaking,wheelmaking,1,1,1,1,0.02,0.3010,0.01,0.3010 Wheelwrights,wheelwrights,1,1,0,0,0.02,0.3010,0.01,0.3010 Wheen,wheen,1,1,0,0,0.02,0.3010,0.01,0.3010 wheezed,wheezed,1,1,1,1,0.02,0.3010,0.01,0.3010 wheezers,wheezers,1,1,1,1,0.02,0.3010,0.01,0.3010 wheezily,wheezily,1,1,1,1,0.02,0.3010,0.01,0.3010 Whelks,whelks,1,1,0,0,0.02,0.3010,0.01,0.3010 whelped,whelped,1,1,1,1,0.02,0.3010,0.01,0.3010 whelps,whelps,1,1,1,1,0.02,0.3010,0.01,0.3010 Whenas,whenas,1,1,0,0,0.02,0.3010,0.01,0.3010 Wherefor,wherefor,1,1,0,0,0.02,0.3010,0.01,0.3010 whereon,whereon,1,1,1,1,0.02,0.3010,0.01,0.3010 whereto,whereto,1,1,1,1,0.02,0.3010,0.01,0.3010 wherewith,wherewith,1,1,1,1,0.02,0.3010,0.01,0.3010 whetting,whetting,1,1,1,1,0.02,0.3010,0.01,0.3010 Whickers,whickers,1,1,0,0,0.02,0.3010,0.01,0.3010 Whiffet,whiffet,1,1,0,0,0.02,0.3010,0.01,0.3010 whiffletree,whiffletree,1,1,1,1,0.02,0.3010,0.01,0.3010 whiling,whiling,1,1,1,1,0.02,0.3010,0.01,0.3010 whimmy,whimmy,1,1,1,1,0.02,0.3010,0.01,0.3010 whinnied,whinnied,1,1,1,1,0.02,0.3010,0.01,0.3010 whippets,whippets,2,1,2,1,0.04,0.4771,0.01,0.3010 Whipstaff,whipstaff,6,1,0,0,0.12,0.8451,0.01,0.3010 Whipster,whipster,1,1,0,0,0.02,0.3010,0.01,0.3010 Whirlies,whirlies,1,1,0,0,0.02,0.3010,0.01,0.3010 whirlwinds,whirlwinds,1,1,1,1,0.02,0.3010,0.01,0.3010 Whirly,whirly,1,1,0,0,0.02,0.3010,0.01,0.3010 whirlybirds,whirlybirds,2,1,2,1,0.04,0.4771,0.01,0.3010 whirr,whirr,1,1,1,1,0.02,0.3010,0.01,0.3010 whishes,whishes,1,1,1,1,0.02,0.3010,0.01,0.3010 whishing,whishing,1,1,1,1,0.02,0.3010,0.01,0.3010 whiskbroom,whiskbroom,1,1,1,1,0.02,0.3010,0.01,0.3010 whiskin,whiskin,1,1,1,1,0.02,0.3010,0.01,0.3010 Whiteacre,whiteacre,12,1,0,0,0.24,1.1139,0.01,0.3010 whitecaps,whitecaps,1,1,1,1,0.02,0.3010,0.01,0.3010 whitecoat,whitecoat,1,1,1,1,0.02,0.3010,0.01,0.3010 whitened,whitened,1,1,1,1,0.02,0.3010,0.01,0.3010 whitetail,whitetail,1,1,1,1,0.02,0.3010,0.01,0.3010 whitish,whitish,1,1,1,1,0.02,0.3010,0.01,0.3010 Whitlow,whitlow,6,1,0,0,0.12,0.8451,0.01,0.3010 Whitsun,whitsun,1,1,0,0,0.02,0.3010,0.01,0.3010 Whitsuntide,whitsuntide,1,1,0,0,0.02,0.3010,0.01,0.3010 Whitter,whitter,5,1,0,0,0.10,0.7782,0.01,0.3010 whittlers,whittlers,1,1,1,1,0.02,0.3010,0.01,0.3010 Whizbang,whizbang,3,1,0,0,0.06,0.6021,0.01,0.3010 whizkid,whizkid,1,1,1,1,0.02,0.3010,0.01,0.3010 whizzle,whizzle,1,1,1,1,0.02,0.3010,0.01,0.3010 Whod,whod,2,1,0,0,0.04,0.4771,0.01,0.3010 whodunnit,whodunnit,1,1,1,1,0.02,0.3010,0.01,0.3010 Wholesales,wholesales,1,1,0,0,0.02,0.3010,0.01,0.3010 Wholl,wholl,1,1,0,0,0.02,0.3010,0.01,0.3010 whoopers,whoopers,2,1,1,1,0.04,0.4771,0.01,0.3010 whoot,whoot,1,1,1,1,0.02,0.3010,0.01,0.3010 whops,whops,1,1,1,1,0.02,0.3010,0.01,0.3010 whoreson,whoreson,2,1,2,1,0.04,0.4771,0.01,0.3010 whorls,whorls,1,1,1,1,0.02,0.3010,0.01,0.3010 whortleberries,whortleberries,1,1,1,1,0.02,0.3010,0.01,0.3010 whoso,whoso,1,1,1,1,0.02,0.3010,0.01,0.3010 Whs,whs,1,1,0,0,0.02,0.3010,0.01,0.3010 whups,whups,1,1,1,1,0.02,0.3010,0.01,0.3010 whyfor,whyfor,1,1,1,1,0.02,0.3010,0.01,0.3010 Wickers,wickers,1,1,0,0,0.02,0.3010,0.01,0.3010 wicking,wicking,1,1,1,1,0.02,0.3010,0.01,0.3010 wickiups,wickiups,1,1,1,1,0.02,0.3010,0.01,0.3010 Widdershins,widdershins,2,1,0,0,0.04,0.4771,0.01,0.3010 Widdy,widdy,3,1,0,0,0.06,0.6021,0.01,0.3010 wideners,wideners,1,1,1,1,0.02,0.3010,0.01,0.3010 wides,wides,1,1,1,1,0.02,0.3010,0.01,0.3010 Widgeon,widgeon,26,1,0,0,0.51,1.4314,0.01,0.3010 widowered,widowered,1,1,1,1,0.02,0.3010,0.01,0.3010 wielders,wielders,1,1,1,1,0.02,0.3010,0.01,0.3010 wifeless,wifeless,1,1,1,1,0.02,0.3010,0.01,0.3010 wifelet,wifelet,1,1,1,1,0.02,0.3010,0.01,0.3010 wifes,wifes,1,1,1,1,0.02,0.3010,0.01,0.3010 wigdom,wigdom,2,1,2,1,0.04,0.4771,0.01,0.3010 wigger,wigger,1,1,1,1,0.02,0.3010,0.01,0.3010 wigglers,wigglers,5,1,5,1,0.10,0.7782,0.01,0.3010 wigless,wigless,1,1,1,1,0.02,0.3010,0.01,0.3010 wigmaker,wigmaker,1,1,1,1,0.02,0.3010,0.01,0.3010 Wilcoxon,wilcoxon,3,1,0,0,0.06,0.6021,0.01,0.3010 wildcard,wildcard,1,1,1,1,0.02,0.3010,0.01,0.3010 wildered,wildered,1,1,1,1,0.02,0.3010,0.01,0.3010 wildernesses,wildernesses,1,1,1,1,0.02,0.3010,0.01,0.3010 Wilders,wilders,1,1,0,0,0.02,0.3010,0.01,0.3010 Wildwind,wildwind,27,1,0,0,0.53,1.4472,0.01,0.3010 wilfulness,wilfulness,1,1,1,1,0.02,0.3010,0.01,0.3010 Willers,willers,3,1,0,0,0.06,0.6021,0.01,0.3010 Willes,willes,19,1,0,0,0.37,1.3010,0.01,0.3010 Willets,willets,1,1,0,0,0.02,0.3010,0.01,0.3010 Willey,willey,22,1,0,0,0.43,1.3617,0.01,0.3010 willfulness,willfulness,1,1,1,1,0.02,0.3010,0.01,0.3010 wincing,wincing,1,1,1,1,0.02,0.3010,0.01,0.3010 windbags,windbags,1,1,1,1,0.02,0.3010,0.01,0.3010 windbreak,windbreak,1,1,1,1,0.02,0.3010,0.01,0.3010 windbreakers,windbreakers,1,1,1,1,0.02,0.3010,0.01,0.3010 windburn,windburn,1,1,1,1,0.02,0.3010,0.01,0.3010 windcheater,windcheater,1,1,1,1,0.02,0.3010,0.01,0.3010 windchill,windchill,2,1,2,1,0.04,0.4771,0.01,0.3010 windfalls,windfalls,1,1,1,1,0.02,0.3010,0.01,0.3010 windlass,windlass,1,1,1,1,0.02,0.3010,0.01,0.3010 Windle,windle,1,1,0,0,0.02,0.3010,0.01,0.3010 windless,windless,1,1,1,1,0.02,0.3010,0.01,0.3010 windmilling,windmilling,1,1,1,1,0.02,0.3010,0.01,0.3010 windproof,windproof,1,1,1,1,0.02,0.3010,0.01,0.3010 windsock,windsock,1,1,1,1,0.02,0.3010,0.01,0.3010 wineglasses,wineglasses,1,1,1,1,0.02,0.3010,0.01,0.3010 winemakers,winemakers,1,1,1,1,0.02,0.3010,0.01,0.3010 winemaking,winemaking,1,1,1,1,0.02,0.3010,0.01,0.3010 Winer,winer,1,1,0,0,0.02,0.3010,0.01,0.3010 wineries,wineries,1,1,1,1,0.02,0.3010,0.01,0.3010 wineshop,wineshop,1,1,1,1,0.02,0.3010,0.01,0.3010 winetasting,winetasting,1,1,1,1,0.02,0.3010,0.01,0.3010 wingdings,wingdings,1,1,1,1,0.02,0.3010,0.01,0.3010 wingmen,wingmen,1,1,1,1,0.02,0.3010,0.01,0.3010 winker,winker,1,1,1,1,0.02,0.3010,0.01,0.3010 winkled,winkled,1,1,1,1,0.02,0.3010,0.01,0.3010 winnable,winnable,1,1,1,1,0.02,0.3010,0.01,0.3010 winnowed,winnowed,1,1,1,1,0.02,0.3010,0.01,0.3010 winnowing,winnowing,1,1,1,1,0.02,0.3010,0.01,0.3010 winsomely,winsomely,1,1,1,1,0.02,0.3010,0.01,0.3010 winsomeness,winsomeness,1,1,1,1,0.02,0.3010,0.01,0.3010 Winster,winster,1,1,0,0,0.02,0.3010,0.01,0.3010 Wint,wint,4,1,0,0,0.08,0.6990,0.01,0.3010 winterberry,winterberry,1,1,1,1,0.02,0.3010,0.01,0.3010 wintering,wintering,1,1,1,1,0.02,0.3010,0.01,0.3010 winterising,winterising,1,1,1,1,0.02,0.3010,0.01,0.3010 winterize,winterize,1,1,1,1,0.02,0.3010,0.01,0.3010 winterized,winterized,1,1,1,1,0.02,0.3010,0.01,0.3010 winterkilled,winterkilled,1,1,1,1,0.02,0.3010,0.01,0.3010 wintery,wintery,1,1,1,1,0.02,0.3010,0.01,0.3010 wipeouts,wipeouts,2,1,2,1,0.04,0.4771,0.01,0.3010 wird,wird,1,1,1,1,0.02,0.3010,0.01,0.3010 wiregrass,wiregrass,1,1,1,1,0.02,0.3010,0.01,0.3010 wirehair,wirehair,2,1,2,1,0.04,0.4771,0.01,0.3010 wireman,wireman,2,1,2,1,0.04,0.4771,0.01,0.3010 wiremen,wiremen,1,1,1,1,0.02,0.3010,0.01,0.3010 wirephoto,wirephoto,1,1,1,1,0.02,0.3010,0.01,0.3010 wirings,wirings,1,1,1,1,0.02,0.3010,0.01,0.3010 wiseacres,wiseacres,1,1,1,1,0.02,0.3010,0.01,0.3010 wiseness,wiseness,1,1,1,1,0.02,0.3010,0.01,0.3010 wishbones,wishbones,1,1,1,1,0.02,0.3010,0.01,0.3010 wisher,wisher,2,1,2,1,0.04,0.4771,0.01,0.3010 wishers,wishers,1,1,1,1,0.02,0.3010,0.01,0.3010 Wishlist,wishlist,1,1,0,0,0.02,0.3010,0.01,0.3010 wist,wist,1,1,1,1,0.02,0.3010,0.01,0.3010 wistfulness,wistfulness,1,1,1,1,0.02,0.3010,0.01,0.3010 Witched,witched,1,1,0,0,0.02,0.3010,0.01,0.3010 Witcher,witcher,1,1,0,0,0.02,0.3010,0.01,0.3010 Witham,witham,4,1,0,0,0.08,0.6990,0.01,0.3010 withholder,withholder,1,1,1,1,0.02,0.3010,0.01,0.3010 withing,withing,1,1,1,1,0.02,0.3010,0.01,0.3010 withness,withness,1,1,1,1,0.02,0.3010,0.01,0.3010 witnesseth,witnesseth,1,1,1,1,0.02,0.3010,0.01,0.3010 Witney,witney,1,1,0,0,0.02,0.3010,0.01,0.3010 wittily,wittily,1,1,1,1,0.02,0.3010,0.01,0.3010 Woad,woad,2,1,0,0,0.04,0.4771,0.01,0.3010 Woads,woads,7,1,0,0,0.14,0.9031,0.01,0.3010 Wobegone,wobegone,1,1,0,0,0.02,0.3010,0.01,0.3010 wod,wod,1,1,1,1,0.02,0.3010,0.01,0.3010 wode,wode,1,1,1,1,0.02,0.3010,0.01,0.3010 Woden,woden,1,1,0,0,0.02,0.3010,0.01,0.3010 wodges,wodges,1,1,1,1,0.02,0.3010,0.01,0.3010 woebegone,woebegone,1,1,1,1,0.02,0.3010,0.01,0.3010 Wold,wold,1,1,0,0,0.02,0.3010,0.01,0.3010 wolfers,wolfers,1,1,1,1,0.02,0.3010,0.01,0.3010 wolfhound,wolfhound,1,1,1,1,0.02,0.3010,0.01,0.3010 womanising,womanising,1,1,1,1,0.02,0.3010,0.01,0.3010 womanize,womanize,1,1,1,1,0.02,0.3010,0.01,0.3010 womanlike,womanlike,1,1,1,1,0.02,0.3010,0.01,0.3010 wonderless,wonderless,1,1,1,1,0.02,0.3010,0.01,0.3010 wondrously,wondrously,1,1,1,1,0.02,0.3010,0.01,0.3010 wonted,wonted,1,1,1,1,0.02,0.3010,0.01,0.3010 wontons,wontons,1,1,1,1,0.02,0.3010,0.01,0.3010 Woodbine,woodbine,3,1,0,0,0.06,0.6021,0.01,0.3010 Woodbines,woodbines,1,1,0,0,0.02,0.3010,0.01,0.3010 woodblock,woodblock,1,1,1,1,0.02,0.3010,0.01,0.3010 woodcarvers,woodcarvers,2,1,2,1,0.04,0.4771,0.01,0.3010 Woodchucks,woodchucks,1,1,0,0,0.02,0.3010,0.01,0.3010 Woodcraft,woodcraft,1,1,0,0,0.02,0.3010,0.01,0.3010 woodcutters,woodcutters,1,1,1,1,0.02,0.3010,0.01,0.3010 woodcutting,woodcutting,1,1,1,1,0.02,0.3010,0.01,0.3010 woodenhead,woodenhead,1,1,1,1,0.02,0.3010,0.01,0.3010 woodie,woodie,1,1,1,1,0.02,0.3010,0.01,0.3010 Woodmen,woodmen,4,1,0,0,0.08,0.6990,0.01,0.3010 woodnotes,woodnotes,1,1,1,1,0.02,0.3010,0.01,0.3010 Woodruffs,woodruffs,2,1,0,0,0.04,0.4771,0.01,0.3010 woodworkers,woodworkers,1,1,1,1,0.02,0.3010,0.01,0.3010 woodworm,woodworm,1,1,1,1,0.02,0.3010,0.01,0.3010 wooer,wooer,1,1,1,1,0.02,0.3010,0.01,0.3010 wooers,wooers,1,1,1,1,0.02,0.3010,0.01,0.3010 Woofy,woofy,3,1,0,0,0.06,0.6021,0.01,0.3010 wooingly,wooingly,1,1,1,1,0.02,0.3010,0.01,0.3010 woom,woom,1,1,1,1,0.02,0.3010,0.01,0.3010 woon,woon,1,1,1,1,0.02,0.3010,0.01,0.3010 woozle,woozle,2,1,2,1,0.04,0.4771,0.01,0.3010 wordings,wordings,1,1,1,1,0.02,0.3010,0.01,0.3010 workability,workability,1,1,1,1,0.02,0.3010,0.01,0.3010 workbox,workbox,1,1,1,1,0.02,0.3010,0.01,0.3010 Workfare,workfare,1,1,0,0,0.02,0.3010,0.01,0.3010 workingmen,workingmen,2,1,1,1,0.04,0.4771,0.01,0.3010 workmates,workmates,1,1,1,1,0.02,0.3010,0.01,0.3010 worktops,worktops,1,1,1,1,0.02,0.3010,0.01,0.3010 Workwise,workwise,1,1,0,0,0.02,0.3010,0.01,0.3010 wormless,wormless,1,1,1,1,0.02,0.3010,0.01,0.3010 Wormwoods,wormwoods,1,1,0,0,0.02,0.3010,0.01,0.3010 worriedly,worriedly,1,1,1,1,0.02,0.3010,0.01,0.3010 worriment,worriment,1,1,1,1,0.02,0.3010,0.01,0.3010 Worthing,worthing,52,1,0,0,1.02,1.7243,0.01,0.3010 worts,worts,1,1,1,1,0.02,0.3010,0.01,0.3010 Wotcha,wotcha,1,1,0,0,0.02,0.3010,0.01,0.3010 Wpm,wpm,6,1,0,0,0.12,0.8451,0.01,0.3010 wraparounds,wraparounds,1,1,1,1,0.02,0.3010,0.01,0.3010 wreaker,wreaker,1,1,1,1,0.02,0.3010,0.01,0.3010 wreathed,wreathed,1,1,1,1,0.02,0.3010,0.01,0.3010 wreathing,wreathing,1,1,1,1,0.02,0.3010,0.01,0.3010 wreckages,wreckages,1,1,1,1,0.02,0.3010,0.01,0.3010 wreckers,wreckers,3,1,3,1,0.06,0.6021,0.01,0.3010 wrens,wrens,1,1,1,1,0.02,0.3010,0.01,0.3010 wrested,wrested,1,1,1,1,0.02,0.3010,0.01,0.3010 Wresting,wresting,1,1,0,0,0.02,0.3010,0.01,0.3010 wrests,wrests,1,1,1,1,0.02,0.3010,0.01,0.3010 wrinklies,wrinklies,1,1,1,1,0.02,0.3010,0.01,0.3010 wristbands,wristbands,1,1,1,1,0.02,0.3010,0.01,0.3010 wristbone,wristbone,1,1,1,1,0.02,0.3010,0.01,0.3010 wristlet,wristlet,1,1,1,1,0.02,0.3010,0.01,0.3010 writeable,writeable,1,1,1,1,0.02,0.3010,0.01,0.3010 writeoffs,writeoffs,1,1,1,1,0.02,0.3010,0.01,0.3010 writhes,writhes,1,1,1,1,0.02,0.3010,0.01,0.3010 wrongdoer,wrongdoer,1,1,1,1,0.02,0.3010,0.01,0.3010 Wugg,wugg,1,1,0,0,0.02,0.3010,0.01,0.3010 Wus,wus,1,1,0,0,0.02,0.3010,0.01,0.3010 wussiest,wussiest,1,1,1,1,0.02,0.3010,0.01,0.3010 wy,wy,1,1,1,1,0.02,0.3010,0.01,0.3010 Wye,wye,1,1,0,0,0.02,0.3010,0.01,0.3010 Wyke,wyke,12,1,0,0,0.24,1.1139,0.01,0.3010 Wynne,wynne,4,1,0,0,0.08,0.6990,0.01,0.3010 Xanthippe,xanthippe,1,1,0,0,0.02,0.3010,0.01,0.3010 Xanthosis,xanthosis,9,1,3,1,0.18,1.0000,0.01,0.3010 xenobiology,xenobiology,1,1,1,1,0.02,0.3010,0.01,0.3010 xenophobes,xenophobes,1,1,1,1,0.02,0.3010,0.01,0.3010 xiphoid,xiphoid,1,1,1,1,0.02,0.3010,0.01,0.3010 Xiphopagus,xiphopagus,1,1,0,0,0.02,0.3010,0.01,0.3010 xray,xray,1,1,1,1,0.02,0.3010,0.01,0.3010 Xvi,xvi,1,1,0,0,0.02,0.3010,0.01,0.3010 Xxv,xxv,1,1,0,0,0.02,0.3010,0.01,0.3010 Xylem,xylem,3,1,1,1,0.06,0.6021,0.01,0.3010 Xylenol,xylenol,1,1,0,0,0.02,0.3010,0.01,0.3010 xylophones,xylophones,1,1,1,1,0.02,0.3010,0.01,0.3010 Yaba,yaba,4,1,0,0,0.08,0.6990,0.01,0.3010 yachtsmen,yachtsmen,2,1,2,1,0.04,0.4771,0.01,0.3010 yacked,yacked,1,1,1,1,0.02,0.3010,0.01,0.3010 Yad,yad,1,1,0,0,0.02,0.3010,0.01,0.3010 Yagi,yagi,1,1,0,0,0.02,0.3010,0.01,0.3010 yaje,yaje,4,1,2,1,0.08,0.6990,0.01,0.3010 yakka,yakka,2,1,1,1,0.04,0.4771,0.01,0.3010 Yamen,yamen,7,1,0,0,0.14,0.9031,0.01,0.3010 yammerer,yammerer,1,1,1,1,0.02,0.3010,0.01,0.3010 yamp,yamp,4,1,4,1,0.08,0.6990,0.01,0.3010 Yangs,yangs,12,1,0,0,0.24,1.1139,0.01,0.3010 yappers,yappers,1,1,1,1,0.02,0.3010,0.01,0.3010 yardman,yardman,2,1,2,1,0.04,0.4771,0.01,0.3010 yardmaster,yardmaster,5,1,5,1,0.10,0.7782,0.01,0.3010 Yark,yark,3,1,0,0,0.06,0.6021,0.01,0.3010 yarm,yarm,1,1,1,1,0.02,0.3010,0.01,0.3010 Yarrow,yarrow,1,1,0,0,0.02,0.3010,0.01,0.3010 Yas,yas,1,1,0,0,0.02,0.3010,0.01,0.3010 yawl,yawl,12,1,10,1,0.24,1.1139,0.01,0.3010 yawner,yawner,1,1,1,1,0.02,0.3010,0.01,0.3010 yawny,yawny,1,1,1,1,0.02,0.3010,0.01,0.3010 yawp,yawp,13,1,7,1,0.25,1.1461,0.01,0.3010 yawping,yawping,1,1,1,1,0.02,0.3010,0.01,0.3010 yaws,yaws,1,1,1,1,0.02,0.3010,0.01,0.3010 yds,yds,4,1,4,1,0.08,0.6990,0.01,0.3010 yearends,yearends,1,1,1,1,0.02,0.3010,0.01,0.3010 Yed,yed,1,1,0,0,0.02,0.3010,0.01,0.3010 Yeech,yeech,1,1,0,0,0.02,0.3010,0.01,0.3010 Yeggman,yeggman,1,1,0,0,0.02,0.3010,0.01,0.3010 yeggs,yeggs,2,1,2,1,0.04,0.4771,0.01,0.3010 yellowbellied,yellowbellied,2,1,2,1,0.04,0.4771,0.01,0.3010 yellowbellies,yellowbellies,1,1,1,1,0.02,0.3010,0.01,0.3010 yellowed,yellowed,1,1,1,1,0.02,0.3010,0.01,0.3010 Yellowman,yellowman,1,1,0,0,0.02,0.3010,0.01,0.3010 yellowness,yellowness,1,1,1,1,0.02,0.3010,0.01,0.3010 yemenite,yemenite,1,1,1,1,0.02,0.3010,0.01,0.3010 yemenites,yemenites,1,1,1,1,0.02,0.3010,0.01,0.3010 yentas,yentas,3,1,3,1,0.06,0.6021,0.01,0.3010 Yente,yente,3,1,0,0,0.06,0.6021,0.01,0.3010 Yeom,yeom,1,1,0,0,0.02,0.3010,0.01,0.3010 Yeomen,yeomen,2,1,0,0,0.04,0.4771,0.01,0.3010 yeses,yeses,2,1,2,1,0.04,0.4771,0.01,0.3010 Yest,yest,2,1,0,0,0.04,0.4771,0.01,0.3010 yesternight,yesternight,1,1,1,1,0.02,0.3010,0.01,0.3010 yesty,yesty,1,1,1,1,0.02,0.3010,0.01,0.3010 yetzer,yetzer,3,1,3,1,0.06,0.6021,0.01,0.3010 yobbo,yobbo,1,1,1,1,0.02,0.3010,0.01,0.3010 yodelling,yodelling,1,1,1,1,0.02,0.3010,0.01,0.3010 yoghurts,yoghurts,1,1,1,1,0.02,0.3010,0.01,0.3010 Yohimbe,yohimbe,6,1,0,0,0.12,0.8451,0.01,0.3010 Yok,yok,1,1,0,0,0.02,0.3010,0.01,0.3010 yokes,yokes,1,1,1,1,0.02,0.3010,0.01,0.3010 yomer,yomer,2,1,2,1,0.04,0.4771,0.01,0.3010 yonker,yonker,1,1,1,1,0.02,0.3010,0.01,0.3010 Yook,yook,1,1,0,0,0.02,0.3010,0.01,0.3010 Youngberry,youngberry,15,1,0,0,0.29,1.2041,0.01,0.3010 youngish,youngish,1,1,1,1,0.02,0.3010,0.01,0.3010 younglings,younglings,3,1,3,1,0.06,0.6021,0.01,0.3010 youngun,youngun,1,1,1,1,0.02,0.3010,0.01,0.3010 younker,younker,1,1,1,1,0.02,0.3010,0.01,0.3010 youthen,youthen,1,1,1,1,0.02,0.3010,0.01,0.3010 youthfully,youthfully,1,1,1,1,0.02,0.3010,0.01,0.3010 yowl,yowl,1,1,1,1,0.02,0.3010,0.01,0.3010 yowls,yowls,1,1,1,1,0.02,0.3010,0.01,0.3010 Yows,yows,1,1,0,0,0.02,0.3010,0.01,0.3010 yuccas,yuccas,3,1,3,1,0.06,0.6021,0.01,0.3010 Yucch,yucch,3,1,1,1,0.06,0.6021,0.01,0.3010 yuckiest,yuckiest,1,1,1,1,0.02,0.3010,0.01,0.3010 Yulan,yulan,1,1,0,0,0.02,0.3010,0.01,0.3010 Yules,yules,3,1,0,0,0.06,0.6021,0.01,0.3010 yummier,yummier,1,1,1,1,0.02,0.3010,0.01,0.3010 yummiest,yummiest,1,1,1,1,0.02,0.3010,0.01,0.3010 yuppy,yuppy,1,1,1,1,0.02,0.3010,0.01,0.3010 yurt,yurt,2,1,2,1,0.04,0.4771,0.01,0.3010 Yus,yus,2,1,0,0,0.04,0.4771,0.01,0.3010 Zachariah,zachariah,13,1,0,0,0.25,1.1461,0.01,0.3010 zagging,zagging,1,1,1,1,0.02,0.3010,0.01,0.3010 zags,zags,2,1,2,1,0.04,0.4771,0.01,0.3010 Zaibatsu,zaibatsu,1,1,0,0,0.02,0.3010,0.01,0.3010 Zakat,zakat,1,1,0,0,0.02,0.3010,0.01,0.3010 zamias,zamias,1,1,1,1,0.02,0.3010,0.01,0.3010 Zanders,zanders,1,1,0,0,0.02,0.3010,0.01,0.3010 zanies,zanies,1,1,1,1,0.02,0.3010,0.01,0.3010 Zappers,zappers,1,1,0,0,0.02,0.3010,0.01,0.3010 Zarzuela,zarzuela,1,1,0,0,0.02,0.3010,0.01,0.3010 Zax,zax,5,1,0,0,0.10,0.7782,0.01,0.3010 Zealander,zealander,1,1,0,0,0.02,0.3010,0.01,0.3010 zebrawood,zebrawood,1,1,1,1,0.02,0.3010,0.01,0.3010 Zeins,zeins,1,1,0,0,0.02,0.3010,0.01,0.3010 Zeiss,zeiss,1,1,0,0,0.02,0.3010,0.01,0.3010 Zel,zel,1,1,0,0,0.02,0.3010,0.01,0.3010 Zendo,zendo,1,1,0,0,0.02,0.3010,0.01,0.3010 Zep,zep,5,1,0,0,0.10,0.7782,0.01,0.3010 zestful,zestful,1,1,1,1,0.02,0.3010,0.01,0.3010 Ziff,ziff,1,1,0,0,0.02,0.3010,0.01,0.3010 Ziggurat,ziggurat,19,1,0,0,0.37,1.3010,0.01,0.3010 zigzagged,zigzagged,1,1,1,1,0.02,0.3010,0.01,0.3010 Zimmy,zimmy,3,1,0,0,0.06,0.6021,0.01,0.3010 zinged,zinged,1,1,1,1,0.02,0.3010,0.01,0.3010 zings,zings,1,1,1,1,0.02,0.3010,0.01,0.3010 Zingy,zingy,1,1,0,0,0.02,0.3010,0.01,0.3010 zionism,zionism,2,1,2,1,0.04,0.4771,0.01,0.3010 Zionists,zionists,2,1,0,0,0.04,0.4771,0.01,0.3010 zloty,zloty,2,1,2,1,0.04,0.4771,0.01,0.3010 Zodiacs,zodiacs,1,1,0,0,0.02,0.3010,0.01,0.3010 Zoftig,zoftig,1,1,0,0,0.02,0.3010,0.01,0.3010 zombi,zombi,1,1,1,1,0.02,0.3010,0.01,0.3010 zombielike,zombielike,1,1,1,1,0.02,0.3010,0.01,0.3010 zombiism,zombiism,1,1,1,1,0.02,0.3010,0.01,0.3010 zonal,zonal,1,1,1,1,0.02,0.3010,0.01,0.3010 Zoner,zoner,1,1,0,0,0.02,0.3010,0.01,0.3010 zookeeper,zookeeper,1,1,1,1,0.02,0.3010,0.01,0.3010 zookeepers,zookeepers,1,1,1,1,0.02,0.3010,0.01,0.3010 zoon,zoon,6,1,6,1,0.12,0.8451,0.01,0.3010 zoophilia,zoophilia,1,1,1,1,0.02,0.3010,0.01,0.3010 Zopilote,zopilote,6,1,0,0,0.12,0.8451,0.01,0.3010 Zoroaster,zoroaster,1,1,0,0,0.02,0.3010,0.01,0.3010 Zoroastrian,zoroastrian,1,1,0,0,0.02,0.3010,0.01,0.3010 Zoroastrianism,zoroastrianism,1,1,0,0,0.02,0.3010,0.01,0.3010 zugzwang,zugzwang,1,1,1,1,0.02,0.3010,0.01,0.3010 zygotes,zygotes,1,1,1,1,0.02,0.3010,0.01,0.3010 zymurgy,zymurgy,1,1,1,1,0.02,0.3010,0.01,0.3010 ================================================ FILE: lingfeat/_ShallowTraditional/ShaF.py ================================================ # -*- coding: UTF-8 -*- """ Software: LingFeat - Comprehensive Linguistic Features for Readability Assessment Page: ShaF.py (Shallow Features) License: CC-BY-SA 4.0 Original Author: Bruce W. Lee (이웅성) @brucewlee Affiliation 1: LXPER AI, Seoul, South Korea Affiliation 2: University of Pennsylvania, PA, USA Contributing Author: - Affiliation : - References: >>> Shallow features inspired by Publication 1: Feng, Lijun, Noémie Elhadad, and Matt Huenerfauth. "Cognitively motivated features for readability assessment." Proceedings of the 12th Conference of the European Chapter of the ACL (EACL 2009). 2009. """ import math from lingfeat.utils import count_syllables def retrieve(origin_doc, token_list, n_token, n_sent): total_count_char = len(origin_doc.replace(" ","")) total_count_tokn = n_token total_count_syll = 0 for token in token_list: total_count_syll += count_syllables(token) result = { "TokSenM_S":float(n_token*n_sent), "TokSenS_S":float(math.sqrt(n_token*n_sent)), "TokSenL_S":float(math.log(n_token)/math.log(n_sent)), "as_Token_C":float(total_count_tokn/n_sent), "as_Sylla_C":float(total_count_syll/n_sent), "at_Sylla_C":float(total_count_syll/n_token), "as_Chara_C":float(total_count_char/n_sent), "at_Chara_C":float(total_count_char/n_token), } return result ================================================ FILE: lingfeat/_ShallowTraditional/TraF.py ================================================ # -*- coding: UTF-8 -*- """ Software: LingFeat - Comprehensive Linguistic Features for Readability Assessment Page: TraF.py (Traditional Formulas Features) License: CC-BY-SA 4.0 Original Author: Bruce W. Lee (이웅성) @brucewlee Affiliation 1: LXPER AI, Seoul, South Korea Affiliation 2: University of Pennsylvania, PA, USA Contributing Author: - Affiliation : - References: >>> Shallow features inspired by Publication 1: Kincaid, J. Peter, Robert P. Fishburne Jr, Richard L. Rogers, and Brad S. Chissom. Derivation of new readability formulas (automated readability index, fog count and flesch reading ease formula) for navy enlisted personnel. Naval Technical Training Command Millington TN Research Branch, 1975. Publication 2: Luo Si and Jamie Callan. 2001. A statistical model for scientific readability. In Proceedings of the tenth international conference on Information and knowledge management (CIKM '01). Association for Computing Machinery, New York, NY, USA, 574–576. Publication 3: Eltorai, Adam EM, Syed S. Naqvi, Soha Ghanian, Craig P. Eberson, Arnold‐Peter C. Weiss, Christopher T. Born, and Alan H. Daniels. "Readability of invasive procedure consent forms." Clinical and translational science 8, no. 6 (2015): 830-833. """ import math from lingfeat.utils import count_syllables class formulas: def __init__(self, origin_doc, sent_token_list, n_sent, n_token): self.n_sent = n_sent self.n_token = n_token n_syll = 0 n_char = 0 n_diff_token = 0 n_poly_token = 0 SMOG_upper_bound = len(sent_token_list)-10 SMOG_middle_bound1 = len(sent_token_list)/2 - 5 SMOG_middle_bound2 = len(sent_token_list)/2 + 5 for i,sent in enumerate(sent_token_list): for token in sent: syll_this_token = count_syllables(token) n_syll += syll_this_token if syll_this_token >= 3: n_diff_token += 1 if syll_this_token >= 2: if n_sent <= 30: n_poly_token += 1 else: if i <= 10 or i >= SMOG_upper_bound or SMOG_middle_bound1 <= i <= SMOG_middle_bound2: n_poly_token += 1 n_char += len(token) self.n_syll = n_syll self.n_char = n_char self.n_diff_token = n_diff_token self.n_easy_token = n_token - n_diff_token self.n_poly_token = n_poly_token # follow "new" automated readability index in reference 1 def automated_readability_index(self): result = 0.37*(self.n_token/self.n_sent)+5.84*(self.n_char/self.n_token)-26.01 return result # follow "new" fog count in reference 1 def fog_count(self): result = ((self.n_easy_token + 3*(self.n_diff_token))/self.n_sent - 3)/2 return result """ # follow "old" flesch reading ease in reference 1 def flesch_reading_ease(self): result = 206.835 - 1.015(self.n_token/self.n_sent) - 0.836(self.n_syll/(self.n_token/100)) return result """ # follow "new" flesch reading ease in reference 1 def flesch_grade_level(self): result = 0.39*(self.n_token/self.n_sent) + 11.8*(self.n_syll/self.n_token) - 15.59 return result # follow reference 2 def smog_index(self): result = math.sqrt(self.n_poly_token) return result # follow reference 3 def coleman_liau_index(self): result = 0.0588*(self.n_token/100) - 0.00296*(self.n_sent) - 15.8 return result # follow reference 3 def linsear_write_formula(self): result = (self.n_easy_token + 3*(self.n_diff_token))/self.n_sent if result > 10: result /= 2 else: result -= 2 result /= 2 return result def retrieve(origin_doc, sent_token_list, n_sent, n_token): Formulas = formulas(origin_doc, sent_token_list, n_sent, n_token) SMI = Formulas.smog_index() CML = Formulas.coleman_liau_index() GNF = Formulas.fog_count() ARI = Formulas.automated_readability_index() FKG = Formulas.flesch_grade_level() LWF = Formulas.linsear_write_formula() result = { "FleschG_S":FKG, "AutoRea_S":ARI, "ColeLia_S":CML, "SmogInd_S":SMI, "Gunning_S":GNF, "LinseaW_S":LWF, } return result ================================================ FILE: lingfeat/_ShallowTraditional/__init__.py ================================================ ================================================ FILE: lingfeat/_Syntactic/POSF.py ================================================ # -*- coding: UTF-8 -*- """ Software: LingFeat - Comprehensive Linguistic Features for Readability Assessment Page: POSF.py (Part-of-Speech Features) License: CC-BY-SA 4.0 Original Author: Bruce W. Lee (이웅성) @brucewlee Affiliation 1: LXPER AI, Seoul, South Korea Affiliation 2: University of Pennsylvania, PA, USA Contributing Author: - Affiliation : - References: >>> Part-of-Speech features inspired by Publication 1: Feng, Lijun, Noémie Elhadad, and Matt Huenerfauth. "Cognitively motivated features for readability assessment." Proceedings of the 12th Conference of the European Chapter of the ACL (EACL 2009). 2009. """ from lingfeat.utils import division def retrieve(NLP_doc, n_token, n_sent): to_NoTag_C = 0 to_VeTag_C = 0 to_AjTag_C = 0 to_AvTag_C = 0 to_SuTag_C = 0 to_CoTag_C = 0 to_ContW_C = 0 to_FuncW_C = 0 for token in NLP_doc: if token.pos_ == "NOUN" or token.pos_ == "VERB" or token.pos_ == "NUM" or token.pos_ == "ADJ" or token.pos_ == "ADV": to_ContW_C += 1 else: to_FuncW_C += 1 if token.pos_ == "NOUN": to_NoTag_C += 1 if token.pos_ == "VERB": to_VeTag_C += 1 if token.pos_ == "ADJ": to_AjTag_C += 1 if token.pos_ == "ADV": to_AvTag_C += 1 if token.pos_ == "SCONJ": to_SuTag_C += 1 if token.pos_ == "CCONJ": to_CoTag_C += 1 result = { "to_NoTag_C":float(to_NoTag_C), "as_NoTag_C":float(division(to_NoTag_C,n_sent)), "at_NoTag_C":float(division(to_NoTag_C,n_token)), "ra_NoAjT_C":float(division(to_NoTag_C,to_AjTag_C)), "ra_NoVeT_C":float(division(to_NoTag_C,to_VeTag_C)), "ra_NoAvT_C":float(division(to_NoTag_C,to_AvTag_C)), "ra_NoSuT_C":float(division(to_NoTag_C,to_SuTag_C)), "ra_NoCoT_C":float(division(to_NoTag_C,to_CoTag_C)), "to_VeTag_C":float(to_VeTag_C), "as_VeTag_C":float(division(to_VeTag_C,n_sent)), "at_VeTag_C":float(division(to_VeTag_C,n_token)), "ra_VeAjT_C":float(division(to_VeTag_C,to_AjTag_C)), "ra_VeNoT_C":float(division(to_VeTag_C,to_NoTag_C)), "ra_VeAvT_C":float(division(to_VeTag_C,to_AvTag_C)), "ra_VeSuT_C":float(division(to_VeTag_C,to_SuTag_C)), "ra_VeCoT_C":float(division(to_VeTag_C,to_CoTag_C)), "to_AjTag_C":float(to_AjTag_C), "as_AjTag_C":float(division(to_AjTag_C,n_sent)), "at_AjTag_C":float(division(to_AjTag_C,n_token)), "ra_AjNoT_C":float(division(to_AjTag_C,to_NoTag_C)), "ra_AjVeT_C":float(division(to_AjTag_C,to_VeTag_C)), "ra_AjAvT_C":float(division(to_AjTag_C,to_AvTag_C)), "ra_AjSuT_C":float(division(to_AjTag_C,to_SuTag_C)), "ra_AjCoT_C":float(division(to_AjTag_C,to_CoTag_C)), "to_AvTag_C":float(to_AvTag_C), "as_AvTag_C":float(division(to_AvTag_C,n_sent)), "at_AvTag_C":float(division(to_AvTag_C,n_token)), "ra_AvAjT_C":float(division(to_AvTag_C,to_AjTag_C)), "ra_AvNoT_C":float(division(to_AvTag_C,to_NoTag_C)), "ra_AvVeT_C":float(division(to_AvTag_C,to_VeTag_C)), "ra_AvSuT_C":float(division(to_AvTag_C,to_SuTag_C)), "ra_AvCoT_C":float(division(to_AvTag_C,to_CoTag_C)), "to_SuTag_C":float(to_SuTag_C), "as_SuTag_C":float(division(to_SuTag_C,n_sent)), "at_SuTag_C":float(division(to_SuTag_C,n_token)), "ra_SuAjT_C":float(division(to_SuTag_C,to_AjTag_C)), "ra_SuNoT_C":float(division(to_SuTag_C,to_NoTag_C)), "ra_SuVeT_C":float(division(to_SuTag_C,to_VeTag_C)), "ra_SuAvT_C":float(division(to_SuTag_C,to_AvTag_C)), "ra_SuCoT_C":float(division(to_SuTag_C,to_CoTag_C)), "to_CoTag_C":float(to_CoTag_C), "as_CoTag_C":float(division(to_CoTag_C,n_sent)), "at_CoTag_C":float(division(to_CoTag_C,n_token)), "ra_CoAjT_C":float(division(to_CoTag_C,to_AjTag_C)), "ra_CoNoT_C":float(division(to_CoTag_C,to_NoTag_C)), "ra_CoVeT_C":float(division(to_CoTag_C,to_VeTag_C)), "ra_CoAvT_C":float(division(to_CoTag_C,to_AvTag_C)), "ra_CoSuT_C":float(division(to_CoTag_C,to_SuTag_C)), "to_ContW_C":float(to_ContW_C), "as_ContW_C":float(division(to_ContW_C,n_sent)), "at_ContW_C":float(division(to_ContW_C,n_token)), "to_FuncW_C":float(to_FuncW_C), "as_FuncW_C":float(division(to_FuncW_C,n_sent)), "at_FuncW_C":float(division(to_FuncW_C,n_token)), "ra_CoFuW_C":float(division(to_ContW_C,to_FuncW_C)), } return result ================================================ FILE: lingfeat/_Syntactic/PhrF.py ================================================ # -*- coding: UTF-8 -*- """ Software: LingFeat - Comprehensive Linguistic Features for Readability Assessment Page: PhrF.py (Phrasal Features) License: CC-BY-SA 4.0 Original Author: Bruce W. Lee (이웅성) @brucewlee Affiliation 1: LXPER AI, Seoul, South Korea Affiliation 2: University of Pennsylvania, PA, USA Contributing Author: - Affiliation : - References: >>> Phrasal features inspired by Publication 1: Feng, Lijun, Martin Jansche, Matt Huenerfauth, and Noémie Elhadad. "A Comparison of Features for Automatic Readability Assessment." In Coling 2010: Posters, pp. 276-284. 2010. Publication 2: Lu, Xiaofei. "Automatic analysis of syntactic complexity in second language writing." International journal of corpus linguistics 15, no. 4 (2010): 474-496. """ from lingfeat.utils import division def retrieve(SuPar, sent_token_list, n_token, n_sent): to_NoPhr_C = 0 to_VePhr_C = 0 to_SuPhr_C = 0 to_PrPhr_C = 0 to_AjPhr_C = 0 to_AvPhr_C = 0 for sent in sent_token_list: dataset = SuPar.predict([sent], prob=True, verbose=False) parsed_tree = str(dataset.sentences) to_NoPhr_C += parsed_tree.count("NP") to_VePhr_C += parsed_tree.count("VP") to_SuPhr_C += parsed_tree.count("SBAR") to_PrPhr_C += parsed_tree.count("PP") to_AjPhr_C += parsed_tree.count("ADJP") to_AvPhr_C += parsed_tree.count("ADVP") result = { "to_NoPhr_C": to_NoPhr_C, "as_NoPhr_C": float(division(to_NoPhr_C,n_sent)), "at_NoPhr_C": float(division(to_NoPhr_C,n_token)), "ra_NoVeP_C": float(division(to_NoPhr_C,to_VePhr_C)), "ra_NoSuP_C": float(division(to_NoPhr_C,to_SuPhr_C)), "ra_NoPrP_C": float(division(to_NoPhr_C,to_PrPhr_C)), "ra_NoAjP_C": float(division(to_NoPhr_C,to_AjPhr_C)), "ra_NoAvP_C": float(division(to_NoPhr_C,to_AvPhr_C)), "to_VePhr_C": to_VePhr_C, "as_VePhr_C": float(division(to_VePhr_C,n_sent)), "at_VePhr_C": float(division(to_VePhr_C,n_token)), "ra_VeNoP_C": float(division(to_VePhr_C,to_NoPhr_C)), "ra_VeSuP_C": float(division(to_VePhr_C,to_SuPhr_C)), "ra_VePrP_C": float(division(to_VePhr_C,to_PrPhr_C)), "ra_VeAjP_C": float(division(to_VePhr_C,to_AjPhr_C)), "ra_VeAvP_C": float(division(to_VePhr_C,to_AvPhr_C)), "to_SuPhr_C": to_SuPhr_C, "as_SuPhr_C": float(division(to_SuPhr_C,n_sent)), "at_SuPhr_C": float(division(to_SuPhr_C,n_token)), "ra_SuNoP_C": float(division(to_SuPhr_C,to_NoPhr_C)), "ra_SuVeP_C": float(division(to_SuPhr_C,to_VePhr_C)), "ra_SuPrP_C": float(division(to_SuPhr_C,to_PrPhr_C)), "ra_SuAjP_C": float(division(to_SuPhr_C,to_AjPhr_C)), "ra_SuAvP_C": float(division(to_SuPhr_C,to_AvPhr_C)), "to_PrPhr_C": to_PrPhr_C, "as_PrPhr_C": float(division(to_PrPhr_C,n_sent)), "at_PrPhr_C": float(division(to_PrPhr_C,n_token)), "ra_PrNoP_C": float(division(to_PrPhr_C,to_NoPhr_C)), "ra_PrVeP_C": float(division(to_PrPhr_C,to_VePhr_C)), "ra_PrSuP_C": float(division(to_PrPhr_C,to_SuPhr_C)), "ra_PrAjP_C": float(division(to_PrPhr_C,to_AjPhr_C)), "ra_PrAvP_C": float(division(to_PrPhr_C,to_AvPhr_C)), "to_AjPhr_C": to_AjPhr_C, "as_AjPhr_C": float(division(to_AjPhr_C,n_sent)), "at_AjPhr_C": float(division(to_AjPhr_C,n_token)), "ra_AjNoP_C": float(division(to_AjPhr_C,to_NoPhr_C)), "ra_AjVeP_C": float(division(to_AjPhr_C,to_VePhr_C)), "ra_AjSuP_C": float(division(to_AjPhr_C,to_SuPhr_C)), "ra_AjPrP_C": float(division(to_AjPhr_C,to_PrPhr_C)), "ra_AjAvP_C": float(division(to_AjPhr_C,to_AvPhr_C)), "to_AvPhr_C": to_AvPhr_C, "as_AvPhr_C": float(division(to_AvPhr_C,n_sent)), "at_AvPhr_C": float(division(to_AvPhr_C,n_token)), "ra_AvNoP_C": float(division(to_AvPhr_C,to_NoPhr_C)), "ra_AvVeP_C": float(division(to_AvPhr_C,to_VePhr_C)), "ra_AvSuP_C": float(division(to_AvPhr_C,to_SuPhr_C)), "ra_AvPrP_C": float(division(to_AvPhr_C,to_PrPhr_C)), "ra_AvAjP_C": float(division(to_AvPhr_C,to_AjPhr_C)), } return result ================================================ FILE: lingfeat/_Syntactic/TrSF.py ================================================ # -*- coding: UTF-8 -*- """ Software: LingFeat - Comprehensive Linguistic Features for Readability Assessment Page: TrSF.py (Tree Structure Features) License: CC-BY-SA 4.0 Original Author: Bruce W. Lee (이웅성) @brucewlee Affiliation 1: LXPER AI, Seoul, South Korea Affiliation 2: University of Pennsylvania, PA, USA Contributing Author: - Affiliation : - References: >>> Tree Structure features inspired by Publication 1: Schwarm, Sarah E., and Mari Ostendorf. "Reading level assessment using support vector machines and statistical language models." Proceedings of the 43rd Annual Meeting of the Association for Computational Linguistics (ACL’05). 2005. """ import nltk from lingfeat.utils import division def retrieve(SuPar, sent_token_list, n_token, n_sent): to_TreeH_C = 0 to_FTree_C = 0 for sent in sent_token_list: dataset = SuPar.predict([sent], prob=True, verbose=False) parsed_tree = dataset.sentences nltk_tree = nltk.Tree.fromstring(str(parsed_tree[0])) to_TreeH_C += int(nltk_tree.height()) to_FTree_C += len(nltk_tree.flatten()) result = { "to_TreeH_C": to_TreeH_C, "as_TreeH_C": float(division(to_TreeH_C,n_sent)), "at_TreeH_C": float(division(to_TreeH_C,n_token)), "to_FTree_C": to_FTree_C, "as_FTree_C": float(division(to_FTree_C,n_sent)), "at_FTree_C": float(division(to_FTree_C,n_token)), } return result ================================================ FILE: lingfeat/_Syntactic/__init__.py ================================================ ================================================ FILE: lingfeat/__init__.py ================================================ from lingfeat.extractor import pass_text ================================================ FILE: lingfeat/extractor.py ================================================ # -*- coding: UTF-8 -*- """ Software: LingFeat - Comprehensive Linguistic Features for Readability Assessment Page: extractor.py License: CC-BY-SA 4.0 Original Author: Bruce W. Lee (이웅성) @brucewlee Affiliation 1: LXPER AI, Seoul, South Korea Affiliation 2: University of Pennsylvania, PA, USA Contributing Author: - Affiliation : - """ # utilities import math import os import warnings import logging import tqdm def nop(it, *a, **k): return it tqdm.tqdm = nop from lingfeat.utils import nan_check # performance-central dependencies import spacy import supar from supar import Parser import gensim # for World Knowledge Features # advanced Semantic features import lingfeat._AdvancedSemantic.WoKF as AdSem_WoKF import lingfeat._AdvancedSemantic.WBKF as AdSem_WBKF import lingfeat._AdvancedSemantic.OSKF as AdSem_OSKF # discourse features import lingfeat._Discourse.EnDF as Disco_EnDF import lingfeat._Discourse.EnGF as Disco_EnGF # syntactic features import lingfeat._Syntactic.POSF as Synta_POSF import lingfeat._Syntactic.PhrF as Synta_PhrF import lingfeat._Syntactic.TrSF as Synta_TrSF # lexico-Semantic features import lingfeat._LexicoSemantic.TTRF as LxSem_TTRF import lingfeat._LexicoSemantic.VarF as LxSem_VarF import lingfeat._LexicoSemantic.PsyF as LxSem_PsyF import lingfeat._LexicoSemantic.WorF as LxSem_WorF # shallow features import lingfeat._ShallowTraditional.ShaF as ShaTr_ShaF import lingfeat._ShallowTraditional.TraF as ShaTr_TraF # ignore warning warnings.filterwarnings("ignore") # current path dir_path = os.path.dirname(os.path.realpath(__file__)) # load models NLP = spacy.load('en_core_web_sm') SuPar = Parser.load('crf-con-en') class pass_text: """ Initialize pipeline input : - text: original input text to analyze saves : - self.origin_doc - self.NLP_doc: spacy pipeline object """ def __init__(self, text:str): self.NLP_doc = NLP(text) self.origin_doc = text """ Preprocess given text, count tokens & sentences ** throughout this program, only n_token and n_sent are defaulted at 1 to prevent division error input : - short (default False): include shorts words of under 3 letters - see_token (default False): return token_list - see_sent_token (default False): return sent_token_list saves : - self.n_token - self.n_sent - self.token_list: lemmatized token list, only alphabets - self.sent_token_list: token list, no lemmatization, list of list in sentence output: - n_token - n_sent - token_list (optional) - sent_token_list (optional) """ def preprocess(self, short=False, see_token=False, see_sent_token=False): n_token = 1 n_sent = 1 token_list = [] raw_token_list = [] sent_token_list = [] # sent_list is for raw string sentences sent_list = [] # count tokens, sentence + make lists for sent in self.NLP_doc.sents: n_sent += 1 sent_list.append(sent.text) temp_list = [] for token in sent: if token.text.isalpha(): temp_list.append(token.text) if short == True: n_token += 1 token_list.append(token.lemma_.lower()) if short == False: if len(token.text) >= 3: n_token += 1 token_list.append(token.lemma_.lower()) if len(temp_list) > 3: sent_token_list.append(temp_list) self.n_token = n_token self.n_sent = n_sent self.token_list = token_list self.sent_token_list = sent_token_list result = {"n_token": self.n_token, "n_sent": self.n_sent } if see_token == True: result["token"] = token_list if see_sent_token == True: result["sent_token"] = sent_token_list return result """ Extract World Knowledge Features -> 12 output (type -> dictionary): - WRich05_S: Semantic Richness, 50 topics extracted from Wikipedia - WClar05_S: Semantic Clarity, 50 topics extracted from Wikipedia - WNois05_S: Semantic Noise, 50 topics extracted from Wikipedia - WTopc05_S: Number of topics, 50 topics extracted from Wikipedia - WRich10_S: Semantic Richness, 100 topics extracted from Wikipedia - WClar10_S: Semantic Clarity, 100 topics extracted from Wikipedia - WNois10_S: Semantic Noise, 100 topics extracted from Wikipedia - WTopc10_S: Number of topics, 100 topics extracted from Wikipedia - WRich15_S: Semantic Richness, 150 topics extracted from Wikipedia - WClar15_S: Semantic Clarity, 150 topics extracted from Wikipedia - WNois15_S: Semantic Noise, 150 topics extracted from Wikipedia - WTopc15_S: Number of topics, 150 topics extracted from Wikipedia - WRich20_S: Semantic Richness, 200 topics extracted from Wikipedia - WClar20_S: Semantic Clarity, 200 topics extracted from Wikipedia - WNois20_S: Semantic Noise, 200 topics extracted from Wikipedia - WTopc20_S: Number of topics, 200 topics extracted from Wikipedia """ def WoKF_(self): result = AdSem_WoKF.retrieve(self.token_list, dir_path) result = nan_check(result) return result """ Extract WeeBit Corpus Knowledge Features -> 12 output (type -> dictionary): - BRich05_S: Semantic Richness, 50 topics extracted from WeeBit Corpus - BClar05_S: Semantic Clarity, 50 topics extracted from WeeBit Corpus - BNois05_S: Semantic Noise, 50 topics extracted from WeeBit Corpus - BTopc05_S: Number of topics, 50 topics extracted from WeeBit Corpus - BRich10_S: Semantic Richness, 100 topics extracted from WeeBit Corpus - BClar10_S: Semantic Clarity, 100 topics extracted from WeeBit Corpus - BNois10_S: Semantic Noise, 100 topics extracted from WeeBit Corpus - BTopc10_S: Number of topics, 100 topics extracted from WeeBit Corpus - BRich15_S: Semantic Richness, 150 topics extracted from WeeBit Corpus - BClar15_S: Semantic Clarity, 150 topics extracted from WeeBit Corpus - BNois15_S: Semantic Noise, 150 topics extracted from WeeBit Corpus - BTopc15_S: Number of topics, 150 topics extracted from WeeBit Corpus - BRich20_S: Semantic Richness, 200 topics extracted from WeeBit Corpus - BClar20_S: Semantic Clarity, 200 topics extracted from WeeBit Corpus - BNois20_S: Semantic Noise, 200 topics extracted from WeeBit Corpus - BTopc20_S: Number of topics, 200 topics extracted from WeeBit Corpus """ def WBKF_(self): result = AdSem_WBKF.retrieve(self.token_list, dir_path) result = nan_check(result) return result """ Extract OneStopEng Corpus Knowledge Features -> 12 output (type -> dictionary): - ORich05_S: Semantic Richness, 50 topics extracted from OneStopEng Corpus - OClar05_S: Semantic Clarity, 50 topics extracted from OneStopEng Corpus - ONois05_S: Semantic Noise, 50 topics extracted from OneStopEng Corpus - OTopc05_S: Number of topics, 50 topics extracted from OneStopEng Corpus - ORich10_S: Semantic Richness, 100 topics extracted from OneStopEng Corpus - OClar10_S: Semantic Clarity, 100 topics extracted from OneStopEng Corpus - ONois10_S: Semantic Noise, 100 topics extracted from OneStopEng Corpus - OTopc10_S: Number of topics, 100 topics extracted from OneStopEng Corpus - ORich15_S: Semantic Richness, 150 topics extracted from OneStopEng Corpus - OClar15_S: Semantic Clarity, 150 topics extracted from OneStopEng Corpus - ONois15_S: Semantic Noise, 150 topics extracted from OneStopEng Corpus - OTopc15_S: Number of topics, 150 topics extracted from OneStopEng Corpus - ORich20_S: Semantic Richness, 200 topics extracted from OneStopEng Corpus - OClar20_S: Semantic Clarity, 200 topics extracted from OneStopEng Corpus - ONois20_S: Semantic Noise, 200 topics extracted from OneStopEng Corpus - OTopc20_S: Number of topics, 200 topics extracted from OneStopEng Corpus """ def OSKF_(self): result = AdSem_OSKF.retrieve(self.token_list, dir_path) result = nan_check(result) return result """ Extract Entity Density Features -> 6 output (type -> dictionary): - to_EntiM_C: total count of Entities Mentions counts - as_EntiM_C: average count of Entities Mentions counts per sentence - at_EntiM_C: average count of Entities Mentions counts per token (word) - to_UEnti_C: total count of unique Entities - as_UEnti_C: average count of unique Entities per sentence - at_UEnti_C: average count of unique Entities per token (word) """ def EnDF_(self): result = Disco_EnDF.retrieve(self.NLP_doc, self.n_sent, self.n_token) result = nan_check(result) return result """ Extract Entity Grid Features -> 22 output (type -> dictionary): - ra_SSToT_C: ratio of ss transitions to total - ra_SOToT_C: ratio of so transitions to total - ra_SXToT_C: ratio of sx transitions to total - ra_SNToT_C: ratio of sn transitions to total - ra_OSToT_C: ratio of os transitions to total - ra_OOToT_C: ratio of oo transitions to total - ra_OXToT_C: ratio of ox transitions to total - ra_ONToT_C: ratio of on transitions to total - ra_XSToT_C: ratio of xs transitions to total - ra_XOToT_C: ratio of xo transitions to total - ra_XXToT_C: ratio of xx transitions to total - ra_XNToT_C: ratio of xn transitions to total - ra_NSToT_C: ratio of ns transitions to total - ra_NOToT_C: ratio of no transitions to total - ra_NXToT_C: ratio of nx transitions to total - ra_NNToT_C: ratio of nn transitions to total - LoCohPA_S: Local Coherence for PA score - LoCohPW_S: Local Coherence for PW score - LoCohPU_S: Local Coherence for PU score - LoCoDPA_S: Local Coherence distance for PA score - LoCoDPW_S: Local Coherence distance for PW score - LoCoDPU_S: Local Coherence distance for PU score """ def EnGF_(self): """ if self.n_sent <= 2: raise RuntimeError( "\n|-.-'-.- LingFeat -.-'-.-|\n" +"Error Raised:\n" +"This problem might be caused due to the following reasons.\n" +"1.Entity Grid needs at least two sentences, found: {}.\n".format(self.n_sent)) else: """ result = Disco_EnGF.EntityGrid(self.NLP_doc, n_sent=self.n_sent).retrieve() result = nan_check(result) return result """ Extract Phrasal Features -> 48 output (type -> dictionary): - to_NoPhr_C: total count of Noun phrases - as_NoPhr_C: average count of Noun phrases per sentence - at_NoPhr_C: average count of Noun phrases per token - ra_NoVeP_C: ratio of Noun phrases count to Verb phrases count - ra_NoSuP_C: ratio of Noun phrases count to Subordinate Clauses count - ra_NoPrP_C: ratio of Noun phrases count to Prep phrases count - ra_NoAjP_C: ratio of Noun phrases count to Adj phrases count - ra_NoAvP_C: ratio of Noun phrases count to Adv phrases count - to_VePhr_C: total count of Verb phrases - as_VePhr_C: average count of Verb phrases per sentence - at_VePhr_C: average count of Verb phrases per token - ra_VeNoP_C: ratio of Verb phrases count to Noun phrases count - ra_VeSuP_C: ratio of Verb phrases count to Subordinate Clauses count - ra_VePrP_C: ratio of Verb phrases count to Prep phrases count - ra_VeAjP_C: ratio of Verb phrases count to Adj phrases count - ra_VeAvP_C: ratio of Verb phrases count to Adv phrases count - to_SuPhr_C: total count of Subordinate Clauses - as_SuPhr_C: average count of Subordinate Clauses per sentence - at_SuPhr_C: average count of Subordinate Clauses per token - ra_SuNoP_C: ratio of Subordinate Clauses count to Noun phrases count - ra_SuVeP_C: ratio of Subordinate Clauses count to Verb phrases count - ra_SuPrP_C: ratio of Subordinate Clauses count to Prep phrases count - ra_SuAjP_C: ratio of Subordinate Clauses count to Adj phrases count - ra_SuAvP_C: ratio of Subordinate Clauses count to Adv phrases count - to_PrPhr_C: total count of prepositional phrases - as_PrPhr_C: average count of prepositional phrases per sentence - at_PrPhr_C: average count of prepositional phrases per token - ra_PrNoP_C: ratio of Prep phrases count to Noun phrases count - ra_PrVeP_C: ratio of Prep phrases count to Verb phrases count - ra_PrSuP_C: ratio of Prep phrases count to Subordinate Clauses count - ra_PrAjP_C: ratio of Prep phrases count to Adj phrases count - ra_PrAvP_C: ratio of Prep phrases count to Adv phrases count - to_AjPhr_C: total count of Adjective phrases - as_AjPhr_C: average count of Adjective phrases per sentence - at_AjPhr_C: average count of Adjective phrases per token - ra_AjNoP_C: ratio of Adj phrases count to Noun phrases count - ra_AjVeP_C: ratio of Adj phrases count to Verb phrases count - ra_AjSuP_C: ratio of Adj phrases count to Subordinate Clauses count - ra_AjPrP_C: ratio of Adj phrases count to Prep phrases count - ra_AjAvP_C: ratio of Adj phrases count to Adv phrases count - to_AvPhr_C: total count of Adverb phrases - as_AvPhr_C: average count of Adverb phrases per sentence - at_AvPhr_C: average count of Adverb phrases per token - ra_AvNoP_C: ratio of Adv phrases count to Noun phrases count - ra_AvVeP_C: ratio of Adv phrases count to Verb phrases count - ra_AvSuP_C: ratio of Adv phrases count to Subordinate Clauses count - ra_AvPrP_C: ratio of Adv phrases count to Prep phrases count - ra_AvAjP_C: ratio of Adv phrases count to Adj phrases count """ def PhrF_(self): result = Synta_PhrF.retrieve(SuPar, self.sent_token_list, self.n_token, self.n_sent) result = nan_check(result) return result """ Extract Tree Structure Features -> 6 output (type -> dictionary): - to_TreeH_C: total Tree height of all sentences - as_TreeH_C: average Tree height per sentence - at_TreeH_C: average Tree height per token (word) - to_FTree_C: total length of flattened Trees - as_FTree_C: average length of flattened Trees per sentence - at_FTree_C: average length of flattened Trees per token (word) """ def TrSF_(self): result = Synta_TrSF.retrieve(SuPar, self.sent_token_list, self.n_token, self.n_sent) result = nan_check(result) return result """ Part-of-Speech Features -> 55 output (type -> dictionary): - to_NoTag_C: total count of Noun POS tags - as_NoTag_C: average count of Noun POS tags per sentence - at_NoTag_C: average count of Noun POS tags per token - ra_NoAjT_C: ratio of Noun POS count to Adjective POS count - ra_NoVeT_C: ratio of Noun POS count to Verb POS count - ra_NoAvT_C: ratio of Noun POS count to Adverb POS count - ra_NoSuT_C: ratio of Noun POS count to Subordinating Conjunction count - ra_NoCoT_C: ratio of Noun POS count to Coordinating Conjunction count - to_VeTag_C: total count of Verb POS tags - as_VeTag_C: average count of Verb POS tags per sentence - at_VeTag_C: average count of Verb POS tags per token - ra_VeAjT_C: ratio of Verb POS count to Adjective POS count - ra_VeNoT_C: ratio of Verb POS count to Noun POS count - ra_VeAvT_C: ratio of Verb POS count to Adverb POS count - ra_VeSuT_C: ratio of Verb POS count to Subordinating Conjunction count - ra_VeCoT_C: ratio of Verb POS count to Coordinating Conjunction count - to_AjTag_C: total count of Adjective POS tags - as_AjTag_C: average count of Adjective POS tags per sentence - at_AjTag_C: average count of Adjective POS tags per token - ra_AjNoT_C: ratio of Adjective POS count to Noun POS count - ra_AjVeT_C: ratio of Adjective POS count to Verb POS count - ra_AjAvT_C: ratio of Adjective POS count to Adverb POS count - ra_AjSuT_C: ratio of Adjective POS count to Subordinating Conjunction count - ra_AjCoT_C: ratio of Adjective POS count to Coordinating Conjunction count - to_AvTag_C: total count of Adverb POS tags - as_AvTag_C: average count of Adverb POS tags per sentence - at_AvTag_C: average count of Adverb POS tags per token - ra_AvAjT_C: ratio of Adverb POS count to Adjective POS count - ra_AvNoT_C: ratio of Adverb POS count to Noun POS count - ra_AvVeT_C: ratio of Adverb POS count to Verb POS count - ra_AvSuT_C: ratio of Adverb POS count to Subordinating Conjunction count - ra_AvCoT_C: ratio of Adverb POS count to Coordinating Conjunction count - to_SuTag_C: total count of Subordinating Conjunction POS tags - as_SuTag_C: average count of Subordinating Conjunction POS tags per sentence - at_SuTag_C: average count of Subordinating Conjunction POS tags per token - ra_SuAjT_C: ratio of Subordinating Conjunction POS count to Adjective POS count - ra_SuNoT_C: ratio of Subordinating Conjunction POS count to Noun POS count - ra_SuVeT_C: ratio of Subordinating Conjunction POS count to Verb POS count - ra_SuAvT_C: ratio of Subordinating Conjunction POS count to Adverb POS count - ra_SuCoT_C: ratio of Subordinating Conjunction POS count to Coordinating Conjunction count - to_CoTag_C: total count of Coordinating Conjunction POS tags - as_CoTag_C: average count of Coordinating Conjunction POS tags per sentence - at_CoTag_C: average count of Coordinating Conjunction POS tags per token - ra_CoAjT_C: ratio of Coordinating Conjunction POS count to Adjective POS count - ra_CoNoT_C: ratio of Coordinating Conjunction POS count to Noun POS count - ra_CoVeT_C: ratio of Coordinating Conjunction POS count to Verb POS count - ra_CoAvT_C: ratio of Coordinating Conjunction POS count to Adverb POS count - ra_CoSuT_C: ratio of Coordinating Conjunction POS count to Subordinating Conjunction count - to_ContW_C: total count of Content words - as_ContW_C: average count of Content words per sentence - at_ContW_C: average count of Content words per token - to_FuncW_C: total count of Function words - as_FuncW_C: average count of Function words per sentence - at_FuncW_C: average count of Function words per token - ra_CoFuW_C: ratio of Content words to Function words """ def POSF_(self): result = Synta_POSF.retrieve(self.NLP_doc, self.n_token, self.n_sent) result = nan_check(result) return result """ Extract Type Token Ratio Features -> 5 output (type -> dictionary): - SimpTTR_S: unique tokens/total tokens (TTR) - CorrTTR_S: unique tokens/sqrt(2*total tokens) (Corrected TTR) - BiLoTTR_S: log(unique tokens)/log(total tokens) (Bi-Logarithmic TTR) - UberTTR_S: (log(unique tokens))^2/log(total tokens/unique tokens) (Uber Index) - MTLDTTR_S: Measure of Textual Lexical Diversity (default TTR = 0.72) """ def TTRF_(self): result = LxSem_TTRF.retrieve(self.n_token, self.token_list) result = nan_check(result) return result """ Extract Variation Ratio Features -> 12 output (type -> dictionary): - SimpNoV_S: unique Nouns/total Nouns (Noun Variation-1) - SquaNoV_S: (unique Nouns**2)/total Nouns (Squared Noun Variation-1) - CorrNoV_S: unique Nouns/sqrt(2*total Nouns) (Corrected Noun Variation-1) - SimpVeV_S: unique Verbs/total Verbs (Verb Variation-1) - SquaVeV_S: (unique Verbs**2)/total Verbs (Squared Verb Variation-1) - CorrVeV_S: unique Verbs/sqrt(2*total Verbs) (Corrected Verb Variation-1) - SimpAjV_S: unique Adjectives/total Adjectives (Adjective Variation-1) - SquaAjV_S: (unique Adjectives**2)/total Adjectives (Squared Adjective Variation-1) - CorrAjV_S: unique Adjectives/sqrt(2*total Adjectives) (Corrected Adjective Variation-1) - SimpAvV_S: unique Adverbs/total Adverbs (AdVerb Variation-1) - SquaAvV_S: (unique Adverbs**2)/total Adverbs (Squared AdVerb Variation-1) - CorrAvV_S: unique Adverbs/sqrt(2*total Adverbs) (Corrected AdVerb Variation-1) """ def VarF_(self): result = LxSem_VarF.retrieve(self.NLP_doc) result = nan_check(result) return result """ Extract Psycholinguistic Features -> 15 - to_AAKuW_C: total AoA (Age of Acquisition) of words - as_AAKuW_C: average AoA of words per sentence - at_AAKuW_C: average AoA of words per token - to_AAKuL_C: total lemmas AoA of lemmas - as_AAKuL_C: average lemmas AoA of lemmas per sentence - at_AAKuL_C: average lemmas AoA of lemmas per token - to_AABiL_C: total lemmas AoA of lemmas, Bird norm - as_AABiL_C: average lemmas AoA of lemmas, Bird norm per sentence - at_AABiL_C: average lemmas AoA of lemmas, Bird norm per token - to_AABrL_C: total lemmas AoA of lemmas, Bristol norm - as_AABrL_C: average lemmas AoA of lemmas, Bristol norm per sentence - at_AABrL_C: average lemmas AoA of lemmas, Bristol norm per token - to_AACoL_C: total AoA of lemmas, Cortese and Khanna norm - as_AACoL_C: average AoA of lemmas, Cortese and Khanna norm per sentence - at_AACoL_C: average AoA of lemmas, Cortese and Khanna norm per token """ def PsyF_(self): result = LxSem_PsyF.retrieve(self.token_list, self.n_token, self.n_sent, dir_path) result = nan_check(result) return result """ Extract Word Frequency Features -> 18 - to_SbFrQ_C: total SubtlexUS FREQcount value - as_SbFrQ_C: average SubtlexUS FREQcount value per sentence - at_SbFrQ_C: average SubtlexUS FREQcount value per token - to_SbCDC_C: total SubtlexUS CDcount value - as_SbCDC_C: average SubtlexUS CDcount value per sentence - at_SbCDC_C: average SubtlexUS CDcount value per token - to_SbFrL_C: total SubtlexUS FREQlow value - as_SbFrL_C: average SubtlexUS FREQlow value per sentence - at_SbFrL_C: average SubtlexUS FREQlow value per token - to_SbCDL_C: total SubtlexUS CDlow value - as_SbCDL_C: average SubtlexUS CDlow value per sentence - at_SbCDL_C: average SubtlexUS CDlow value per token - to_SbSBW_C: total SubtlexUS SUBTLWF value - as_SbSBW_C: average SubtlexUS SUBTLWF value per sentence - at_SbSBW_C: average SubtlexUS SUBTLWF value per token - to_SbL1W_C: total SubtlexUS Lg10WF value - as_SbL1W_C: average SubtlexUS Lg10WF value per sentence - at_SbL1W_C: average SubtlexUS Lg10WF value per token - to_SbSBC_C: total SubtlexUS SUBTLCD value - as_SbSBC_C: average SubtlexUS SUBTLCD value per sentence - at_SbSBC_C: average SubtlexUS SUBTLCD value per token - to_SbL1C_C: total SubtlexUS Lg10CD value - as_SbL1C_C: average SubtlexUS Lg10CD value per sentence - at_SbL1C_C: average SubtlexUS Lg10CD value per token """ def WorF_(self): result = LxSem_WorF.retrieve(self.token_list, self.n_token, self.n_sent, dir_path) result = nan_check(result) return result """ Shallow Features -> 6 output (type -> dictionary): - TokSenM_S: total count of tokens x total count of sentence - as_Token_C: average count of tokens per sentence - as_Sylla_C: average count of syllables per sentence - at_Sylla_C: average count of syllables per token - as_Chara_C: average count of characters per sentence - at_Chara_C: average count of characters per token """ def ShaF_(self): result = ShaTr_ShaF.retrieve(self.origin_doc, self.token_list, self.n_token, self.n_sent) result = nan_check(result) return result """ Traditional Formulas Features -> 6 output (type -> dictionary): - SmogInd_S: Smog Index - ColeLia_S: Coleman Liau Readability Score - Gunning_S: Gunning Fog - AutoRea_S: Automated Readability Index - FleschG_S: Flesch Kincaid Grade - LinseaW_S: Linsear Write """ def TraF_(self): result = ShaTr_TraF.retrieve(self.origin_doc, self.sent_token_list, self.n_sent, self.n_token) result = nan_check(result) return result ================================================ FILE: lingfeat/utils.py ================================================ """ Software: LingFeat - Comprehensive Linguistic Features for Readability Assessment Page: utils.py License: CC-BY-SA 4.0 Original Author: Bruce W. Lee (이웅성) @brucewlee Affiliation 1: LXPER AI, Seoul, South Korea Affiliation 2: University of Pennsylvania, PA, USA Contributing Author: - Affiliation : - """ import re import math def division(x, y): try: result = x/y except: result = 0 return result def nan_check(result): for key in result: if math.isnan(float(result[key])): result[key] = 0 return result def count_syllables(word:str): return len( re.findall('(?!e$)[aeiouy]+', word, re.I) + re.findall('^[^aeiouy]*e$', word, re.I) ) ================================================ FILE: requirements.txt ================================================ spacy>=3.0.0,<4.0.0 https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0.tar.gz#egg=en_core_web_sm supar gensim pandas python-Levenshtein ================================================ FILE: setup.cfg ================================================ [metadata] description-file = README.md license_files=LICENSE.txt ================================================ FILE: setup.py ================================================ """ Software: LingFeat - Comprehensive Linguistic Features for Readability Assessment Page: setup.py License: CC-BY-SA 4.0 Original Author: Bruce W. Lee (이웅성) @brucewlee Affiliation 1: LXPER AI, Seoul, South Korea Affiliation 2: University of Pennsylvania, PA, USA Contributing Author: - Affiliation : - """ from distutils.core import setup from setuptools import find_packages setup( name = 'lingfeat', #required for multi-level directory packages packages=find_packages(), version = '1.0.0-beta.19', license='cc-by-sa-4.0', description = 'Comprehensive Linguistic Features Extraction for Readability Assessment', author = 'Bruce W. Lee', author_email = 'phys.w.s.lee@gmail.com', url = 'https://github.com/brucewlee', keywords = ['NLP', 'LINGUISTIC FEATURE', 'READABILITY'], install_requires=[ # I get to this in a second 'spacy >= 3.0.0', 'supar', 'gensim', 'pandas', 'python-Levenshtein' ], classifiers=[ 'Development Status :: 3 - Alpha', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package 'Intended Audience :: Developers', # Define that your audience are developers 'Topic :: Software Development :: Build Tools', 'Intended Audience :: Education', 'Intended Audience :: Science/Research', 'Programming Language :: Python :: 3.6', #Specify which pyhton versions that you want to support 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', ], include_package_data=True, ) ================================================ FILE: test-lingfeat.py ================================================ from lingfeat import extractor text = "TAEAN, South Chungcheong Province -- Just before sunup, Lee Young-ho, a seasoned fisherman with over 30 years of experience, silently waits for boats carrying blue crabs as the season for the seafood reaches its height. Soon afterward, small and big boats sail into Sinjin Port in Taean County, South Chungcheong Province, the second-largest source of blue crab after Incheon, accounting for 29 percent of total production of the country. A crane lifts 28 boxes filled with blue crabs weighing 40 kilograms each from the boat, worth about 10 million won ($8,500). “It has been a productive fall season for crabbing here. The water temperature is a very important factor affecting crab production. They hate cold water,” Lee said. The temperature of the sea off Taean appeared to have stayed at the level where crabs become active. If the sea temperature suddenly drops, crabs go into their winter dormancy mode, burrowing into the mud and sleeping through the cold months. " LingFeat = extractor.pass_text(text) LingFeat.preprocess() WoKF = LingFeat.WoKF_() # Wikipedia Knowledge Features WBKF = LingFeat.WBKF_() # WeeBit Corpus Knowledge Features OSKF = LingFeat.OSKF_() # OneStopEng Corpus Knowledge Features # Discourse (Disco) Features EnDF = LingFeat.EnDF_() # Entity Density Features EnGF = LingFeat.EnGF_() # Entity Grid Features # Syntactic (Synta) Features PhrF = LingFeat.PhrF_() # Noun/Verb/Adj/Adv/... Phrasal Features TrSF = LingFeat.TrSF_() # (Parse) Tree Structural Features POSF = LingFeat.POSF_() # Noun/Verb/Adj/Adv/... Part-of-Speech Features # Lexico Semantic (LxSem) Features TTRF = LingFeat.TTRF_() # Type Token Ratio Features VarF = LingFeat.VarF_() # Noun/Verb/Adj/Adv Variation Features PsyF = LingFeat.PsyF_() # Psycholinguistic Difficulty of Words (AoA Kuperman) WoLF = LingFeat.WorF_() # Word Familiarity from Frequency Count (SubtlexUS) # Shallow Traditional (ShTra) Features ShaF = LingFeat.ShaF_() # Shallow Features (e.g. avg number of tokens) TraF = LingFeat.TraF_() # Traditional Formulas print(WoKF) print(WBKF) print(OSKF) print(EnDF) print(EnGF) print(PhrF) print(TrSF) print(POSF) print(TTRF) print(VarF) print(PsyF) print(WoLF) print(ShaF) print(TraF)